Update custom components
This commit is contained in:
27
custom_components/deebot/translations/de.json
Normal file
27
custom_components/deebot/translations/de.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Bereits konfiguriert"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||||
"unknown": "Unerwarteter Fehler",
|
||||
"invalid_country":"Ung\u00fcltiges Land! L\u00e4ndercode sollte aus 2 Zeichen bestehen! Bsp.: de, it, us, ...",
|
||||
"invalid_continent":"Ung\u00fcltiger Kontinent! Code sollte aus 2 Zeichen bestehen! Bsp.: ww, eu, ...",
|
||||
"select_robots": "Bitte w\u00e4hlen Sie mindestens 1 Roboter aus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Passwort",
|
||||
"username": "E-mail oder ShortID",
|
||||
"country": "Land",
|
||||
"continent": "Kontinent",
|
||||
"live_map": "Live-Karte aktiviert",
|
||||
"show_color_rooms": "Raumfarbe anzeigen [BETA]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
27
custom_components/deebot/translations/en.json
Normal file
27
custom_components/deebot/translations/en.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Alredy configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Can't connect to the ecovacs API",
|
||||
"invalid_auth": "Invalid username or password",
|
||||
"unknown": "Unknown error",
|
||||
"invalid_country":"Country code should be two letter code, ex: us, uk, etc ",
|
||||
"invalid_continent":"Continent code should be two letter code, ex: ww, eu, etc ",
|
||||
"select_robots": "Please select at least 1 robot"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"username": "E-mail or ShortID",
|
||||
"country": "Country",
|
||||
"continent": "Continent",
|
||||
"live_map": "Live Map enabled",
|
||||
"show_color_rooms": "Show room color [BETA]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
27
custom_components/deebot/translations/it.json
Normal file
27
custom_components/deebot/translations/it.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Già configurato"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Non riesco a connettermi con ecovacs API",
|
||||
"invalid_auth": "Username o password errate",
|
||||
"unknown": "Errore sconosciuto",
|
||||
"invalid_country":"Il country code deve essere di due lettere, es: it, us, uk etc ",
|
||||
"invalid_continent":"Il Continent code deve essere di due lettere, es: eu, ww etc ",
|
||||
"select_robots": "Seleziona almeno 1 robot"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"username": "E-mail o ShortID",
|
||||
"country": "Country",
|
||||
"continent": "Continent",
|
||||
"live_map": "Abilita Live Map",
|
||||
"show_color_rooms": "Mostra stanze colorate [BETA]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user