[ci skip] Translation update
This commit is contained in:
parent
8305fbc0eb
commit
f6a24e8d68
13 changed files with 146 additions and 4 deletions
7
homeassistant/components/abode/translations/ro.json
Normal file
7
homeassistant/components/abode/translations/ro.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Re-autentificare efectuata cu succes"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Tjenesten er allerede konfigurert"
|
||||
"already_configured": "Tjenesten er allerede konfigurert",
|
||||
"cannot_connect": "Tilkobling mislyktes"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
29
homeassistant/components/ezviz/translations/ro.json
Normal file
29
homeassistant/components/ezviz/translations/ro.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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.",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Eroare nea\u0219teptat\u0103"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
29
homeassistant/components/mysensors/translations/ro.json
Normal file
29
homeassistant/components/mysensors/translations/ro.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Eroare nea\u0219teptat\u0103"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "Alege metoda de autentificare"
|
||||
},
|
||||
"link": {
|
||||
"data": {
|
||||
"code": "Cod PIN"
|
||||
|
|
7
homeassistant/components/nuki/translations/ro.json
Normal file
7
homeassistant/components/nuki/translations/ro.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Re-autentificare efectuata cu succes"
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/philips_js/translations/ro.json
Normal file
11
homeassistant/components/philips_js/translations/ro.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pair": {
|
||||
"data": {
|
||||
"pin": "Cod PIN"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/verisure/translations/ro.json
Normal file
15
homeassistant/components/verisure/translations/ro.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Re-autentificare efectuata cu succes"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Parola"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/zone/translations/ro.json
Normal file
19
homeassistant/components/zone/translations/ro.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue