diff --git a/homeassistant/components/abode/translations/ro.json b/homeassistant/components/abode/translations/ro.json new file mode 100644 index 00000000000..0b5f3c35ea7 --- /dev/null +++ b/homeassistant/components/abode/translations/ro.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "reauth_successful": "Re-autentificare efectuata cu succes" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/coronavirus/translations/no.json b/homeassistant/components/coronavirus/translations/no.json index bf111868e4b..59cb02ac22d 100644 --- a/homeassistant/components/coronavirus/translations/no.json +++ b/homeassistant/components/coronavirus/translations/no.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Tjenesten er allerede konfigurert" + "already_configured": "Tjenesten er allerede konfigurert", + "cannot_connect": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/ezviz/translations/ro.json b/homeassistant/components/ezviz/translations/ro.json new file mode 100644 index 00000000000..86ea033d66e --- /dev/null +++ b/homeassistant/components/ezviz/translations/ro.json @@ -0,0 +1,29 @@ +{ + "config": { + "error": { + "invalid_auth": "Autentificare nereu\u0219it\u0103" + }, + "step": { + "confirm": { + "data": { + "password": "Parola", + "username": "Utilizator" + }, + "title": "Camera Ezviz a fost descoperit\u0103" + }, + "user": { + "data": { + "password": "Parola", + "url": "URL", + "username": "Utilizator" + } + }, + "user_custom_url": { + "data": { + "password": "Parola", + "url": "URL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hue/translations/ro.json b/homeassistant/components/hue/translations/ro.json index 055cd02dffb..54308c76708 100644 --- a/homeassistant/components/hue/translations/ro.json +++ b/homeassistant/components/hue/translations/ro.json @@ -4,7 +4,8 @@ "all_configured": "Toate pun\u021bile Philips Hue sunt deja configurate", "already_configured": "Gateway-ul este deja configurat", "cannot_connect": "Nu se poate conecta la gateway.", - "discover_timeout": "Imposibil de descoperit podurile Hue" + "discover_timeout": "Imposibil de descoperit podurile Hue", + "unknown": "Eroare nea\u0219teptat\u0103" }, "error": { "linking": "A ap\u0103rut o eroare de leg\u0103tur\u0103 necunoscut\u0103.", diff --git a/homeassistant/components/kostal_plenticore/translations/ro.json b/homeassistant/components/kostal_plenticore/translations/ro.json new file mode 100644 index 00000000000..65465dc1bb3 --- /dev/null +++ b/homeassistant/components/kostal_plenticore/translations/ro.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "unknown": "Eroare nea\u0219teptat\u0103" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/lyric/translations/it.json b/homeassistant/components/lyric/translations/it.json index 42536508716..809e6608b80 100644 --- a/homeassistant/components/lyric/translations/it.json +++ b/homeassistant/components/lyric/translations/it.json @@ -2,7 +2,8 @@ "config": { "abort": { "authorize_url_timeout": "Tempo scaduto nel generare l'URL di autorizzazione.", - "missing_configuration": "Il componente non \u00e8 configurato. Si prega di seguire la documentazione." + "missing_configuration": "Il componente non \u00e8 configurato. Si prega di seguire la documentazione.", + "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente" }, "create_entry": { "default": "Autenticazione riuscita" @@ -10,6 +11,10 @@ "step": { "pick_implementation": { "title": "Scegli il metodo di autenticazione" + }, + "reauth_confirm": { + "description": "L'integrazione di Lyric deve autenticare nuovamente il tuo account.", + "title": "Autenticare nuovamente l'integrazione" } } } diff --git a/homeassistant/components/lyric/translations/no.json b/homeassistant/components/lyric/translations/no.json index a8f6ce4f9a3..537cc7fcced 100644 --- a/homeassistant/components/lyric/translations/no.json +++ b/homeassistant/components/lyric/translations/no.json @@ -2,7 +2,8 @@ "config": { "abort": { "authorize_url_timeout": "Tidsavbrudd ved oppretting av godkjenningsadresse", - "missing_configuration": "Komponenten er ikke konfigurert, vennligst f\u00f8lg dokumentasjonen" + "missing_configuration": "Komponenten er ikke konfigurert, vennligst f\u00f8lg dokumentasjonen", + "reauth_successful": "Godkjenning p\u00e5 nytt var vellykket" }, "create_entry": { "default": "Vellykket godkjenning" @@ -10,6 +11,10 @@ "step": { "pick_implementation": { "title": "Velg godkjenningsmetode" + }, + "reauth_confirm": { + "description": "Lyric-integrasjonen m\u00e5 godkjenne kontoen din p\u00e5 nytt.", + "title": "Godkjenne integrering p\u00e5 nytt" } } } diff --git a/homeassistant/components/mysensors/translations/ro.json b/homeassistant/components/mysensors/translations/ro.json new file mode 100644 index 00000000000..5a8cb19a928 --- /dev/null +++ b/homeassistant/components/mysensors/translations/ro.json @@ -0,0 +1,29 @@ +{ + "config": { + "abort": { + "unknown": "Eroare nea\u0219teptat\u0103" + }, + "error": { + "already_configured": "Dispozitivul este deja configurat", + "invalid_auth": "Autentificare nereu\u0219it\u0103" + }, + "step": { + "gw_serial": { + "description": "Configurare gateway serial" + }, + "gw_tcp": { + "data": { + "device": "Adresa IP a gateway-ului", + "tcp_port": "port", + "version": "Versiunea SenzorulMeu" + }, + "description": "Configurare gateway Ethernet" + }, + "user": { + "data": { + "gateway_type": "Tip gateway" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nest/translations/ro.json b/homeassistant/components/nest/translations/ro.json index afad668a98b..be884400717 100644 --- a/homeassistant/components/nest/translations/ro.json +++ b/homeassistant/components/nest/translations/ro.json @@ -1,6 +1,12 @@ { "config": { + "error": { + "unknown": "Eroare nea\u0219teptat\u0103" + }, "step": { + "init": { + "description": "Alege metoda de autentificare" + }, "link": { "data": { "code": "Cod PIN" diff --git a/homeassistant/components/nuki/translations/ro.json b/homeassistant/components/nuki/translations/ro.json new file mode 100644 index 00000000000..0b5f3c35ea7 --- /dev/null +++ b/homeassistant/components/nuki/translations/ro.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "reauth_successful": "Re-autentificare efectuata cu succes" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/philips_js/translations/ro.json b/homeassistant/components/philips_js/translations/ro.json new file mode 100644 index 00000000000..aea8efa9d0d --- /dev/null +++ b/homeassistant/components/philips_js/translations/ro.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "pair": { + "data": { + "pin": "Cod PIN" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/verisure/translations/ro.json b/homeassistant/components/verisure/translations/ro.json new file mode 100644 index 00000000000..9fbfe6002ae --- /dev/null +++ b/homeassistant/components/verisure/translations/ro.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "reauth_successful": "Re-autentificare efectuata cu succes" + }, + "step": { + "reauth_confirm": { + "data": { + "email": "E-mail", + "password": "Parola" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zone/translations/ro.json b/homeassistant/components/zone/translations/ro.json new file mode 100644 index 00000000000..f6e4a39bcc3 --- /dev/null +++ b/homeassistant/components/zone/translations/ro.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "name_exists": "Numele exista deja" + }, + "step": { + "init": { + "data": { + "latitude": "Latitudine", + "longitude": "Longitudine", + "name": "Nume", + "radius": "Raza" + }, + "title": "Definire parametrii zona" + } + }, + "title": "Zona" + } +} \ No newline at end of file