Update HA, add vacuum, grid cards, fixes
This commit is contained in:
39
custom_components/reolink_dev/translations/de.json
Normal file
39
custom_components/reolink_dev/translations/de.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Diese Kamera ist bereits konfiguriert"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung zur Kamera konnte nicht hergestellt werden",
|
||||
"invalid_auth": "Benutzername oder Passwort fehlerhaft",
|
||||
"unknown": "Unerwarteter Fehler"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Kanal"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protokoll",
|
||||
"stream": "Stream",
|
||||
"timeout": "Timeout (Sekunden)",
|
||||
"motion_off_delay": "Bewegungssensor Ausschaltverzögerung (Sekunden)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
42
custom_components/reolink_dev/translations/en.json
Normal file
42
custom_components/reolink_dev/translations/en.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This camera is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect with the camera",
|
||||
"invalid_auth": "Invalid username or password",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"password": "Password"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Channel"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocol",
|
||||
"stream": "Stream",
|
||||
"timeout": "Timeout (seconds)",
|
||||
"motion_off_delay": "Motion sensor off delay (seconds)",
|
||||
"playback_months": "Playback range (months)",
|
||||
"playback_thumbnails": "Create thumbnails for playback items",
|
||||
"playback_thumbnail_offset": "Pre-Record offset (seconds) for thumbnail"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/es.json
Normal file
39
custom_components/reolink_dev/translations/es.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Esta cámara ya ha sido configurada"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "No se pudo conectar con la cámara",
|
||||
"invalid_auth": "Nombre de usuario o contraseña incorrecta",
|
||||
"unknown": "Error inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Dirección",
|
||||
"port": "Puerto",
|
||||
"username": "Usuario",
|
||||
"password": "Contraseña"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Canal"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocolo",
|
||||
"stream": "Transferencia",
|
||||
"timeout": "Tiempo fuera (segundos)",
|
||||
"motion_off_delay": "Sensor de movimiento apagado retardo (segundos)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/fr.json
Normal file
39
custom_components/reolink_dev/translations/fr.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Cette caméra est déjà configurée"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Impossible de se connecter à la caméra",
|
||||
"invalid_auth": "Mauvais nom d'utilisateur et/ou mot de passe",
|
||||
"unknown": "Erreur inconnue"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Hôte",
|
||||
"port": "Port",
|
||||
"username": "Nom d'utilisateur",
|
||||
"password": "Mot de passe"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Chaîne"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocole",
|
||||
"stream": "Flux",
|
||||
"timeout": "Temporisation (en secondes)",
|
||||
"motion_off_delay": "Délai de désactivation du capteur de mouvements (en secondes)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/il.json
Normal file
39
custom_components/reolink_dev/translations/il.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "כבר מקונפג"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "אין אפשרות להתחבר",
|
||||
"invalid_auth": "הרשאה לא נכונה",
|
||||
"unknown": "בעיה לא ידועה"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "שרת",
|
||||
"port": "פורט",
|
||||
"username": "שם משתמש",
|
||||
"password": "סיסמא"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "ערוץ"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "פרוטוקול",
|
||||
"stream": "סטרים",
|
||||
"timeout": "טיימאאוט",
|
||||
"motion_off_delay": "השהיית כבוי תזוזה"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/nl.json
Normal file
39
custom_components/reolink_dev/translations/nl.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Deze camera is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan niet verbinden met de camera",
|
||||
"invalid_auth": "Ongeldige gebruikersnaam of wachtwoord",
|
||||
"unknown": "Onbekende fout opgetreden"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort",
|
||||
"username": "Gebruikersnaam",
|
||||
"password": "Wachtwoord"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Kanaal"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protocol",
|
||||
"stream": "Stream",
|
||||
"timeout": "Timeout (seconden)",
|
||||
"motion_off_delay": "Bewegingssensor uit vertraging (seconden)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/pl.json
Normal file
39
custom_components/reolink_dev/translations/pl.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ta kamera jest już skonfigurowana"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie udało się połączyć z kamerą",
|
||||
"invalid_auth": "Nieprawidłowy użytkownik lub hasło",
|
||||
"unknown": "Niespodziewany błąd"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"username": "Nazwa użytkownika",
|
||||
"password": "Hasło"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Kanał"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protokół",
|
||||
"stream": "Stream",
|
||||
"timeout": "Timeout (sekundy)",
|
||||
"motion_off_delay": "Opóźnienie wyłączenia czujnika ruchu (sekundy)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
custom_components/reolink_dev/translations/se.json
Normal file
39
custom_components/reolink_dev/translations/se.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Denna kamera är redan konfiguerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Misslyckades med att ansluta till kameran",
|
||||
"invalid_auth": "Fel användarnamn eller lösenord",
|
||||
"unknown": "Oförväntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"username": "Användarnamn",
|
||||
"password": "Lösenord"
|
||||
}
|
||||
},
|
||||
"nvr": {
|
||||
"data": {
|
||||
"channel": "Kanal"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"protocol": "Protokoll",
|
||||
"stream": "Ström",
|
||||
"timeout": "Timeout (sekunder)",
|
||||
"motion_off_delay": "Rörelsesensor avstängningfördröjning (sekunder)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user