Update custom components

This commit is contained in:
Florian Brinker
2021-08-28 21:21:19 +02:00
rodzic 4b4a1af316
commit 10c34b84f1
1658 zmienionych plików z 3572 dodań i 701 usunięć

Wyświetl plik

@@ -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]"
}
}
}
}
}

Wyświetl plik

@@ -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]"
}
}
}
}
}

Wyświetl plik

@@ -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]"
}
}
}
}
}