Update translations
This commit is contained in:
parent
d447a8347b
commit
0efeefe3b2
998 changed files with 9167 additions and 1605 deletions
|
@ -12,7 +12,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"username": "Email Address"
|
||||
"username": "Email"
|
||||
},
|
||||
"title": "Fill in your Abode login information"
|
||||
}
|
||||
|
|
7
homeassistant/components/abode/translations/fi.json
Normal file
7
homeassistant/components/abode/translations/fi.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"connection_error": "Yhteytt\u00e4 Abodeen ei voi muodostaa."
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "\ube44\ubc00\ubc88\ud638",
|
||||
"username": "\uc774\uba54\uc77c \uc8fc\uc18c"
|
||||
"username": "\uc774\uba54\uc77c"
|
||||
},
|
||||
"title": "Abode \uc0ac\uc6a9\uc790 \uc815\ubcf4 \uc785\ub825\ud558\uae30"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"error": {
|
||||
"connection_error": "Kan ikke koble til Abode.",
|
||||
"identifier_exists": "Kontoen er allerede registrert.",
|
||||
"invalid_credentials": "Ugyldig brukerinformasjon"
|
||||
"invalid_credentials": "Ugyldig legitimasjon"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Has\u0142o",
|
||||
"username": "Adres e-mail"
|
||||
"password": "[%key_id:common::config_flow::data::password%]",
|
||||
"username": "[%key_id:common::config_flow::data::email%]"
|
||||
},
|
||||
"title": "Wprowad\u017a informacje logowania Abode"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u78bc",
|
||||
"username": "\u96fb\u5b50\u90f5\u4ef6\u5730\u5740"
|
||||
"username": "\u96fb\u5b50\u90f5\u4ef6"
|
||||
},
|
||||
"title": "\u586b\u5beb Abode \u767b\u5165\u8cc7\u8a0a"
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u0410\u0434\u0440\u0435\u0441",
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
||||
"port": "\u041f\u043e\u0440\u0442",
|
||||
"ssl": "AdGuard Home \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 SSL \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442",
|
||||
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435",
|
||||
"verify_ssl": "AdGuard Home \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u043d\u0430\u0434\u0435\u0436\u0434\u0435\u043d \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442"
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Amfitri\u00f3",
|
||||
"password": "Contrasenya",
|
||||
"port": "Port",
|
||||
"host": "[%key::common::config_flow::data::host%]",
|
||||
"password": "[%key::common::config_flow::data::password%]",
|
||||
"port": "[%key::common::config_flow::data::port%]",
|
||||
"ssl": "AdGuard Home utilitza un certificat SSL",
|
||||
"username": "Nom d'usuari",
|
||||
"username": "[%key::common::config_flow::data::username%]",
|
||||
"verify_ssl": "AdGuard Home utilitza un certificat adequat"
|
||||
},
|
||||
"description": "Configuraci\u00f3 de la inst\u00e0ncia d'AdGuard Home, permet el control i la monitoritzaci\u00f3.",
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "V\u00e6rt",
|
||||
"password": "Adgangskode",
|
||||
"port": "Port",
|
||||
"ssl": "AdGuard Home bruger et SSL-certifikat",
|
||||
"username": "Brugernavn",
|
||||
"verify_ssl": "AdGuard Home bruger et korrekt certifikat"
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Contrase\u00f1a",
|
||||
"port": "Puerto",
|
||||
"ssl": "AdGuard Home utiliza un certificado SSL",
|
||||
"username": "Nombre de usuario",
|
||||
"verify_ssl": "AdGuard Home utiliza un certificado adecuado"
|
||||
|
|
15
homeassistant/components/adguard/translations/fi.json
Normal file
15
homeassistant/components/adguard/translations/fi.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"connection_error": "Yhdist\u00e4minen ep\u00e4onnistui."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Palvelin",
|
||||
"port": "Portti"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/adguard/translations/he.json
Normal file
12
homeassistant/components/adguard/translations/he.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "\u05e4\u05d5\u05e8\u05d8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,8 +6,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Kata sandi",
|
||||
"port": "Port"
|
||||
"password": "Kata sandi"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Apparat",
|
||||
"host": "Host",
|
||||
"password": "Passwuert",
|
||||
"port": "Port",
|
||||
"ssl": "AdGuard Home benotzt een SSL Zertifikat",
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Wachtwoord",
|
||||
"port": "Poort",
|
||||
"ssl": "AdGuard Home maakt gebruik van een SSL certificaat",
|
||||
"username": "Gebruikersnaam",
|
||||
"verify_ssl": "AdGuard Home maakt gebruik van een goed certificaat"
|
||||
|
|
|
@ -17,10 +17,8 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Vert",
|
||||
"password": "Passord",
|
||||
"port": "",
|
||||
"ssl": "AdGuard Hjem bruker et SSL-sertifikat",
|
||||
"username": "Brukernavn",
|
||||
"verify_ssl": "AdGuard Home bruker et riktig sertifikat"
|
||||
},
|
||||
"description": "Sett opp din AdGuard Hjem instans for \u00e5 tillate overv\u00e5king og kontroll.",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja AdGuard Home."
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia."
|
||||
"connection_error": "[%key_id:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
|
@ -16,11 +16,11 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP",
|
||||
"password": "Has\u0142o",
|
||||
"port": "Port",
|
||||
"host": "[%key_id:common::config_flow::data::host%]",
|
||||
"password": "[%key_id:common::config_flow::data::password%]",
|
||||
"port": "[%key_id:common::config_flow::data::port%]",
|
||||
"ssl": "AdGuard Home u\u017cywa certyfikatu SSL",
|
||||
"username": "Nazwa u\u017cytkownika",
|
||||
"username": "[%key_id:common::config_flow::data::username%]",
|
||||
"verify_ssl": "AdGuard Home u\u017cywa odpowiedniego certyfikatu."
|
||||
},
|
||||
"description": "Skonfiguruj instancj\u0119 AdGuard Home, aby umo\u017cliwi\u0107 monitorowanie i kontrol\u0119.",
|
||||
|
|
|
@ -14,9 +14,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Senha",
|
||||
"port": "Porta",
|
||||
"ssl": "O AdGuard Home usa um certificado SSL",
|
||||
"username": "Nome de usu\u00e1rio",
|
||||
"verify_ssl": "O AdGuard Home usa um certificado apropriado"
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "V\u00e4rd",
|
||||
"password": "L\u00f6senord",
|
||||
"port": "Port",
|
||||
"ssl": "AdGuard Home anv\u00e4nder ett SSL-certifikat",
|
||||
"username": "Anv\u00e4ndarnamn",
|
||||
"verify_ssl": "AdGuard Home anv\u00e4nder ett korrekt certifikat"
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u0110\u1ecba ch\u1ec9",
|
||||
"password": "M\u1eadt kh\u1ea9u",
|
||||
"port": "C\u1ed5ng",
|
||||
"username": "T\u00ean \u0111\u0103ng nh\u1eadp"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u7801",
|
||||
"port": "\u7aef\u53e3",
|
||||
"username": "\u7528\u6237\u540d"
|
||||
}
|
||||
}
|
||||
|
|
21
homeassistant/components/agent_dvr/translations/ca.json
Normal file
21
homeassistant/components/agent_dvr/translations/ca.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Dispositiu ja est\u00e0 configurat"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "El flux de dades de configuraci\u00f3 pel dispositiu ja est\u00e0 en curs.",
|
||||
"device_unavailable": "Dispositiu no est\u00e0 disponible"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Amfitri\u00f3",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Configuraci\u00f3 de Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/de.json
Normal file
21
homeassistant/components/agent_dvr/translations/de.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Der Konfigurationsfluss f\u00fcr das Ger\u00e4t wird bereits ausgef\u00fchrt.",
|
||||
"device_unavailable": "Ger\u00e4t ist nicht verf\u00fcgbar"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Richten Sie den Agent DVR ein"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"title": "Agent DVR",
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Set up Agent DVR",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Config flow for device is already in progress.",
|
||||
"device_unavailable": "Device is not available"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Set up Agent DVR"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Config flow for device is already in progress.",
|
||||
"device_unavailable": "Device is not available"
|
||||
}
|
||||
}
|
||||
}
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/es.json
Normal file
21
homeassistant/components/agent_dvr/translations/es.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositivo ya est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "La configuraci\u00f3n del flujo para el dispositivo ya est\u00e1 en marcha.",
|
||||
"device_unavailable": "El dispositivo no est\u00e1 disponible"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Puerto"
|
||||
},
|
||||
"title": "Configurar el Agente de DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agente DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/fi.json
Normal file
21
homeassistant/components/agent_dvr/translations/fi.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Laite on jo m\u00e4\u00e4ritetty"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Laitteen m\u00e4\u00e4ritysvirta on jo k\u00e4ynniss\u00e4.",
|
||||
"device_unavailable": "Laite ei ole k\u00e4ytett\u00e4viss\u00e4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Palvelin",
|
||||
"port": "Portti"
|
||||
},
|
||||
"title": "Asenna Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
20
homeassistant/components/agent_dvr/translations/fr.json
Normal file
20
homeassistant/components/agent_dvr/translations/fr.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "La configuration de l'appareil est d\u00e9j\u00e0 en cours.",
|
||||
"device_unavailable": "L'appareil n'est pas disponible"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "H\u00f4te",
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
18
homeassistant/components/agent_dvr/translations/he.json
Normal file
18
homeassistant/components/agent_dvr/translations/he.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u05d4\u05de\u05db\u05e9\u05d9\u05e8 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8"
|
||||
},
|
||||
"error": {
|
||||
"device_unavailable": "\u05d4\u05de\u05db\u05e9\u05d9\u05e8 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "\u05e4\u05d5\u05e8\u05d8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/it.json
Normal file
21
homeassistant/components/agent_dvr/translations/it.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Il flusso di configurazione per il dispositivo \u00e8 gi\u00e0 in corso.",
|
||||
"device_unavailable": "Il dispositivo non \u00e8 disponibile"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Porta"
|
||||
},
|
||||
"title": "Configurare Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agente DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/ko.json
Normal file
21
homeassistant/components/agent_dvr/translations/ko.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\uae30\uae30\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "\uae30\uae30 \uad6c\uc131\uc774 \uc774\ubbf8 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4.",
|
||||
"device_unavailable": "\uae30\uae30\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\ud638\uc2a4\ud2b8",
|
||||
"port": "\ud3ec\ud2b8"
|
||||
},
|
||||
"title": "Agent DVR \uc124\uc815\ud558\uae30"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/lb.json
Normal file
21
homeassistant/components/agent_dvr/translations/lb.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparat ass scho konfigur\u00e9iert"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Konfiguratioun's Oflaf fir den Apparat ass schonn am gaangen.",
|
||||
"device_unavailable": "Apparat ass net erreechbar"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Apparat",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Agent DVR ariichten"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/no.json
Normal file
21
homeassistant/components/agent_dvr/translations/no.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Konfigurasjonsflyt for enhet p\u00e5g\u00e5r allerede.",
|
||||
"device_unavailable": "Enheten er ikke tilgjengelig"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Konfigurere Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/pl.json
Normal file
21
homeassistant/components/agent_dvr/translations/pl.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "[%key_id:common::config_flow::abort::already_configured_device%]"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.",
|
||||
"device_unavailable": "Urz\u0105dzenie nie jest dost\u0119pne."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "[%key_id:common::config_flow::data::host%]",
|
||||
"port": "[%key_id:common::config_flow::data::port%]"
|
||||
},
|
||||
"title": "Konfiguracja Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/ru.json
Normal file
21
homeassistant/components/agent_dvr/translations/ru.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430."
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.",
|
||||
"device_unavailable": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u0425\u043e\u0441\u0442",
|
||||
"port": "\u041f\u043e\u0440\u0442"
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/sv.json
Normal file
21
homeassistant/components/agent_dvr/translations/sv.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Konfigurationsfl\u00f6de f\u00f6r enhet p\u00e5g\u00e5r redan.",
|
||||
"device_unavailable": "Enheten \u00e4r inte tillg\u00e4nglig"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "V\u00e4rd",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Konfigurera DVR Agent"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "DVR Agent"
|
||||
}
|
21
homeassistant/components/agent_dvr/translations/zh-Hant.json
Normal file
21
homeassistant/components/agent_dvr/translations/zh-Hant.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "\u8a2d\u5099\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d\u3002",
|
||||
"device_unavailable": "\u8a2d\u5099\u7121\u6cd5\u4f7f\u7528"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u4e3b\u6a5f\u7aef",
|
||||
"port": "\u901a\u8a0a\u57e0"
|
||||
},
|
||||
"title": "\u8a2d\u5b9a Agent DVR"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Agent DVR"
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Airly API key",
|
||||
"api_key": "API Key",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude",
|
||||
"name": "Name of the integration"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Airly API \ud0a4",
|
||||
"api_key": "API \ud0a4",
|
||||
"latitude": "\uc704\ub3c4",
|
||||
"longitude": "\uacbd\ub3c4",
|
||||
"name": "\ud1b5\ud569 \uad6c\uc131\uc694\uc18c\uc758 \uc774\ub984"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Airly integrering for disse koordinatene er allerede konfigurert."
|
||||
"already_configured": "Airly integrasjonen for disse koordinatene er allerede konfigurert."
|
||||
},
|
||||
"error": {
|
||||
"auth": "API-n\u00f8kkelen er ikke korrekt.",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"longitude": "Lengdegrad",
|
||||
"name": "Navn p\u00e5 integrasjonen"
|
||||
},
|
||||
"description": "Sett opp Airly luftkvalitet integrering. For \u00e5 generere API-n\u00f8kkel g\u00e5 til https://developer.airly.eu/register",
|
||||
"description": "Sett opp Airly luftkvalitet integrasjon. For \u00e5 opprette API-n\u00f8kkel, g\u00e5 til [https://developer.airly.eu/register](https://developer.airly.eu/register)",
|
||||
"title": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Klucz API Airly",
|
||||
"api_key": "[%key_id:common::config_flow::data::api_key%] Airly",
|
||||
"latitude": "Szeroko\u015b\u0107 geograficzna",
|
||||
"longitude": "D\u0142ugo\u015b\u0107 geograficzna",
|
||||
"name": "Nazwa integracji"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Airly API \u5bc6\u9470",
|
||||
"api_key": "API \u5bc6\u9470",
|
||||
"latitude": "\u7def\u5ea6",
|
||||
"longitude": "\u7d93\u5ea6",
|
||||
"name": "\u6574\u5408\u540d\u7a31"
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "S'ha produ\u00eft un error desconegut.",
|
||||
"invalid_api_key": "Clau API inv\u00e0lida",
|
||||
"invalid_api_key": "Clau API proporiconada no v\u00e0lida.",
|
||||
"unable_to_connect": "No s'ha pogut connectar a la unitat Node/Pro."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "Clau API",
|
||||
"api_key": "[%key::common::config_flow::data::api_key%]",
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud"
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "Unit IP Address/Hostname",
|
||||
"password": "Unit Password"
|
||||
"password": "Password"
|
||||
},
|
||||
"description": "Monitor a personal AirVisual unit. The password can be retrieved from the unit's UI.",
|
||||
"title": "Configure an AirVisual Node/Pro"
|
||||
|
|
|
@ -5,13 +5,11 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "Se ha producido un error desconocido.",
|
||||
"invalid_api_key": "Clave de API inv\u00e1lida",
|
||||
"unable_to_connect": "No se puede conectar a la unidad Node/Pro."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "Clave API",
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud"
|
||||
},
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Esta clave API ya est\u00e1 en uso."
|
||||
"already_configured": "Estas coordenadas o Nodo/Pro ID ya est\u00e1n registradas."
|
||||
},
|
||||
"error": {
|
||||
"general_error": "Se ha producido un error desconocido.",
|
||||
"invalid_api_key": "Clave API inv\u00e1lida",
|
||||
"invalid_api_key": "Se proporciona una clave API no v\u00e1lida.",
|
||||
"unable_to_connect": "No se puede conectar a la unidad Node/Pro."
|
||||
},
|
||||
"step": {
|
||||
|
@ -35,7 +35,7 @@
|
|||
"node_pro": "AirVisual Node Pro",
|
||||
"type": "Tipo de Integraci\u00f3n"
|
||||
},
|
||||
"description": "Monitorizar la calidad del aire en una ubicaci\u00f3n geogr\u00e1fica.",
|
||||
"description": "Elige qu\u00e9 tipo de datos de AirVisual quieres monitorear.",
|
||||
"title": "Configurar AirVisual"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"general_error": "Tapahtui tuntematon virhe."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
|
@ -16,6 +19,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"cloud_api": "Maantieteellinen sijainti",
|
||||
"node_pro": "AirVisual Node Pro",
|
||||
"type": "Integrointityyppi"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,16 +5,17 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "Une erreur inconnue est survenue.",
|
||||
"invalid_api_key": "Cl\u00e9 API invalide",
|
||||
"invalid_api_key": "La cl\u00e9 API fournie n'est pas valide.",
|
||||
"unable_to_connect": "Impossible de se connecter \u00e0 l'unit\u00e9 Node / Pro."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "Cl\u00e9 d'API",
|
||||
"api_key": "Cl\u00e9 API",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
},
|
||||
"description": "Utilisez l'API cloud AirVisual pour surveiller une position g\u00e9ographique.",
|
||||
"title": "Configurer une g\u00e9ographie"
|
||||
},
|
||||
"node_pro": {
|
||||
|
@ -42,6 +43,9 @@
|
|||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"show_on_map": "Afficher la g\u00e9ographie surveill\u00e9e sur la carte"
|
||||
},
|
||||
"description": "D\u00e9finissez diverses options pour l'int\u00e9gration d'AirVisual.",
|
||||
"title": "Configurer AirVisual"
|
||||
}
|
||||
|
|
14
homeassistant/components/airvisual/translations/he.json
Normal file
14
homeassistant/components/airvisual/translations/he.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_api_key": "\u05de\u05e4\u05ea\u05d7 API \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9 \u05e1\u05d5\u05e4\u05e7"
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "\u05de\u05e4\u05ea\u05d7 API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,7 +7,6 @@
|
|||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "\u090f\u092a\u0940\u0906\u0908 \u0915\u0941\u0902\u091c\u0940",
|
||||
"latitude": "\u0905\u0915\u094d\u0937\u093e\u0902\u0936",
|
||||
"longitude": "\u0926\u0947\u0936\u093e\u0928\u094d\u0924\u0930"
|
||||
},
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "API Kulcs",
|
||||
"latitude": "Sz\u00e9less\u00e9g",
|
||||
"longitude": "Hossz\u00fas\u00e1g"
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "\uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.",
|
||||
"invalid_api_key": "\uc798\ubabb\ub41c API \ud0a4",
|
||||
"invalid_api_key": "API \ud0a4\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"unable_to_connect": "AirVisual Node/Pro \uae30\uae30\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4."
|
||||
},
|
||||
"step": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "\uae30\uae30 IP \uc8fc\uc18c/\ud638\uc2a4\ud2b8 \uc774\ub984",
|
||||
"password": "\uae30\uae30 \ube44\ubc00\ubc88\ud638"
|
||||
"password": "\ube44\ubc00\ubc88\ud638"
|
||||
},
|
||||
"description": "\uc0ac\uc6a9\uc790\uc758 AirVisual \uae30\uae30\ub97c \ubaa8\ub2c8\ud130\ub9c1\ud569\ub2c8\ub2e4. \uae30\uae30\uc758 UI \uc5d0\uc11c \ube44\ubc00\ubc88\ud638\ub97c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"title": "AirVisual Node/Pro \uad6c\uc131\ud558\uae30"
|
||||
|
|
|
@ -5,13 +5,11 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "Er is een onbekende fout opgetreden.",
|
||||
"invalid_api_key": "Ongeldige API-sleutel opgegeven.",
|
||||
"unable_to_connect": "Kan geen verbinding maken met Node / Pro-apparaat."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad"
|
||||
},
|
||||
|
@ -20,8 +18,8 @@
|
|||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "IP adres/hostname van unit",
|
||||
"password": "Wachtwoord van unit"
|
||||
"ip_address": "IP adres/hostname van component",
|
||||
"password": "Wachtwoord van component"
|
||||
},
|
||||
"description": "Monitor een persoonlijke AirVisual-eenheid. Het wachtwoord kan worden opgehaald uit de gebruikersinterface van het apparaat.",
|
||||
"title": "Configureer een AirVisual Node / Pro"
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
},
|
||||
"error": {
|
||||
"general_error": "Det oppstod en ukjent feil.",
|
||||
"invalid_api_key": "Ugyldig API-n\u00f8kkel",
|
||||
"invalid_api_key": "Ugyldig API-n\u00f8kkel angitt.",
|
||||
"unable_to_connect": "Kan ikke koble til Node / Pro-enheten."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "API-n\u00f8kkel",
|
||||
"api_key": "API n\u00f8kkel",
|
||||
"latitude": "Breddegrad",
|
||||
"longitude": "Lengdegrad"
|
||||
},
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
"already_configured": "Ten klucz API jest ju\u017c w u\u017cyciu."
|
||||
},
|
||||
"error": {
|
||||
"general_error": "Nieznany b\u0142\u0105d",
|
||||
"invalid_api_key": "Nieprawid\u0142owy klucz API",
|
||||
"general_error": "[%key_id:common::config_flow::error::unknown%]",
|
||||
"invalid_api_key": "Nieprawid\u0142owy klucz API.",
|
||||
"unable_to_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z jednostk\u0105 Node/Pro."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "Klucz API",
|
||||
"api_key": "[%key_id:common::config_flow::data::api_key%]",
|
||||
"latitude": "Szeroko\u015b\u0107 geograficzna",
|
||||
"longitude": "D\u0142ugo\u015b\u0107 geograficzna"
|
||||
},
|
||||
|
@ -20,15 +20,15 @@
|
|||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "Nazwa hosta lub adres IP jednostki",
|
||||
"password": "Has\u0142o jednostki"
|
||||
"ip_address": "[%key_id:common::config_flow::data::host%]",
|
||||
"password": "[%key_id:common::config_flow::data::password%] jednostki"
|
||||
},
|
||||
"description": "Has\u0142o",
|
||||
"description": "Monitoruj jednostk\u0119 AirVisual. Has\u0142o mo\u017cna odzyska\u0107 z interfejsu u\u017cytkownika urz\u0105dzenia.",
|
||||
"title": "Konfiguracja AirVisual Node/Pro"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Klucz API",
|
||||
"api_key": "[%key_id:common::config_flow::data::api_key%]",
|
||||
"cloud_api": "Lokalizacja geograficzna",
|
||||
"latitude": "Szeroko\u015b\u0107 geograficzna",
|
||||
"longitude": "D\u0142ugo\u015b\u0107 geograficzna",
|
||||
|
|
|
@ -4,14 +4,36 @@
|
|||
"already_configured": "Te koordinate so \u017ee registrirane."
|
||||
},
|
||||
"error": {
|
||||
"invalid_api_key": "Neveljaven API klju\u010d"
|
||||
"general_error": "Pri\u0161lo je do neznane napake.",
|
||||
"invalid_api_key": "Vpisan neveljaven API klju\u010d",
|
||||
"unable_to_connect": "Ni mogo\u010de povezati z enoto Node/Pro."
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "Klju\u010d API",
|
||||
"latitude": "Zemljepisna \u0161irina",
|
||||
"longitude": "Zemljepisna dol\u017eina"
|
||||
},
|
||||
"description": "Uporabite API oblaka AirVisual za spremljanje geografske lokacije.",
|
||||
"title": "Konfigurirajte lokacijo"
|
||||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "IP naslov/ime gostitelja enote",
|
||||
"password": "Geslo enote"
|
||||
},
|
||||
"description": "Spremljajte osebno napravo AirVisual. Geslo je mogo\u010de pridobiti iz uporabni\u0161kega vmesnika enote.",
|
||||
"title": "Konfigurirajte AirVisual Node/Pro"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Klju\u010d",
|
||||
"cloud_api": "Geografska lokacija",
|
||||
"latitude": "Zemljepisna \u0161irina",
|
||||
"longitude": "Zemljepisna dol\u017eina"
|
||||
"longitude": "Zemljepisna dol\u017eina",
|
||||
"node_pro": "AirVisual Node Pro",
|
||||
"type": "Vrsta integracije"
|
||||
},
|
||||
"description": "Spremljajte kakovost zraka na zemljepisni lokaciji.",
|
||||
"title": "Nastavite AirVisual"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "API-nyckel",
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud"
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "\u8a2d\u5099 IP \u4f4d\u5740/\u4e3b\u6a5f\u540d\u7a31",
|
||||
"password": "\u8a2d\u5099\u5bc6\u78bc"
|
||||
"password": "\u5bc6\u78bc"
|
||||
},
|
||||
"description": "\u76e3\u63a7\u500b\u4eba AirVisual \u8a2d\u5099\uff0c\u5bc6\u78bc\u53ef\u4ee5\u900f\u904e\u8a2d\u5099 UI \u7372\u5f97\u3002",
|
||||
"title": "\u8a2d\u5b9a AirVisual Node/Pro"
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
"trigger": "Lanzar {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_armed_away": "{entity_name} est\u00e1 armada fuera",
|
||||
"is_armed_away": "{entity_name} est\u00e1 armada ausente",
|
||||
"is_armed_home": "{entity_name} est\u00e1 armada en casa",
|
||||
"is_armed_night": "{entity_name} est\u00e1 armada noche",
|
||||
"is_disarmed": "{entity_name} est\u00e1 desarmada",
|
||||
"is_triggered": "{entity_name} est\u00e1 disparada"
|
||||
},
|
||||
"trigger_type": {
|
||||
"armed_away": "{entity_name} armado fuera",
|
||||
"armed_home": "{entity_name} armado en casa",
|
||||
"armed_night": "{entity_name} armado modo noche",
|
||||
"armed_away": "{entity_name} armada ausente",
|
||||
"armed_home": "{entity_name} armada en casa",
|
||||
"armed_night": "{entity_name} armada noche",
|
||||
"disarmed": "{entity_name} desarmado",
|
||||
"triggered": "{entity_name} activado"
|
||||
}
|
||||
|
@ -25,10 +25,10 @@
|
|||
"state": {
|
||||
"_": {
|
||||
"armed": "Armado",
|
||||
"armed_away": "Armado fuera de casa",
|
||||
"armed_custom_bypass": "Armada Zona Espec\u00edfica",
|
||||
"armed_home": "Armado en casa",
|
||||
"armed_night": "Armado noche",
|
||||
"armed_away": "Armada ausente",
|
||||
"armed_custom_bypass": "Armada personalizada",
|
||||
"armed_home": "Armada en casa",
|
||||
"armed_night": "Armada noche",
|
||||
"arming": "Armando",
|
||||
"disarmed": "Desarmado",
|
||||
"disarming": "Desarmando",
|
||||
|
|
7
homeassistant/components/almond/translations/fi.json
Normal file
7
homeassistant/components/almond/translations/fi.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Yhteyden muodostaminen Almond-palvelimeen ei onnistu."
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"title": ""
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Velg autentiseringsmetode"
|
||||
"title": "Velg godkjenningsmetode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"title": "Almond poprzez dodatek Hass.io"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Wybierz metod\u0119 uwierzytelniania"
|
||||
"title": "[%key_id:common::config_flow::title::oauth2_pick_implementation%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"title": "Almond (\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Hass.io)"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043c\u0435\u0442\u043e\u0434 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"
|
||||
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043f\u043e\u0441\u043e\u0431 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
"abort": {
|
||||
"access_token": "Ukjent feil ved oppretting av tilgangstoken.",
|
||||
"already_setup": "Ambiclimate-kontoen er konfigurert.",
|
||||
"no_config": "Du m\u00e5 konfigurere Ambiclimate f\u00f8r du kan autentisere med den. [Vennligst les instruksjonene](https://www.home-assistant.io/components/ambiclimate/)."
|
||||
"no_config": "Du m\u00e5 konfigurere Ambiclimate f\u00f8r du kan godkjenne den. [Vennligst les instruksjonene](https://www.home-assistant.io/components/ambiclimate/)."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Vellykket autentisering med Ambiclimate"
|
||||
"default": "Vellykket godkjenning med Ambiclimate"
|
||||
},
|
||||
"error": {
|
||||
"follow_link": "Vennligst f\u00f8lg lenken og godkjenn f\u00f8r du trykker p\u00e5 Send",
|
||||
"no_token": "Ikke autentisert med Ambiclimate"
|
||||
"no_token": "Ikke godkjent med Ambiclimate"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"description": "Vennligst f\u00f8lg denne [linken]({authorization_url}) og <b>Tillat</b> tilgang til din Ambiclimate konto, kom deretter tilbake og trykk <b>Send</b> nedenfor.\n(Kontroller at den angitte URL-adressen for tilbakeringing er {cb_url})",
|
||||
"title": "Autensiere Ambiclimate"
|
||||
"title": "Godkjenn Ambiclimate"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-avain",
|
||||
"app_key": "Sovellusavain"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Klucz API",
|
||||
"api_key": "[%key_id:common::config_flow::data::api_key%]",
|
||||
"app_key": "Klucz aplikacji"
|
||||
},
|
||||
"title": "Wprowad\u017a dane"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Correu electr\u00f2nic (opcional)",
|
||||
"host": "Amfitri\u00f3",
|
||||
"port": "Port (10000)"
|
||||
},
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Email (Optional)",
|
||||
"host": "Host",
|
||||
"port": "Port (10000)"
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Connect to the device"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"connection_error": "Yhteyden muodostaminen ep\u00e4onnistui. Yrit\u00e4 uudelleen"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Courriel (facultatif)",
|
||||
"host": "H\u00f4te",
|
||||
"port": "Port (10000)"
|
||||
},
|
||||
|
|
11
homeassistant/components/atag/translations/he.json
Normal file
11
homeassistant/components/atag/translations/he.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Payload (\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,8 +9,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\uc774\uba54\uc77c (\uc120\ud0dd \uc0ac\ud56d)",
|
||||
"host": "\ud638\uc2a4\ud2b8",
|
||||
"port": "\ud3ec\ud2b8 (10000)"
|
||||
"port": "\ud3ec\ud2b8"
|
||||
},
|
||||
"title": "\uae30\uae30\uc5d0 \uc5f0\uacb0\ud558\uae30"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-Mail (Optionell)",
|
||||
"host": "Apparat",
|
||||
"port": "Port (10000)"
|
||||
},
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"title": "Atag"
|
||||
"title": ""
|
||||
}
|
|
@ -9,12 +9,13 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-post (valgfritt)",
|
||||
"host": "Vert",
|
||||
"port": ""
|
||||
"port": "Port "
|
||||
},
|
||||
"title": "Koble til enheten"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Atag "
|
||||
"title": ""
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Do Home Assistant mo\u017cna doda\u0107 tylko jedno urz\u0105dzenie Atag"
|
||||
"already_configured": "Do Home Assistant mo\u017cna doda\u0107 tylko jedno urz\u0105dzenie Atag."
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia, spr\u00f3buj ponownie."
|
||||
|
@ -9,8 +9,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP",
|
||||
"port": "Port (10000)"
|
||||
"email": "[%key_id:common::config_flow::data::email%] (opcjonalnie)",
|
||||
"host": "[%key_id:common::config_flow::data::host%]",
|
||||
"port": "[%key_id:common::config_flow::data::port%] (10000)"
|
||||
},
|
||||
"title": "Po\u0142\u0105cz z urz\u0105dzeniem"
|
||||
}
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)",
|
||||
"host": "\u0425\u043e\u0441\u0442",
|
||||
"port": "\u041f\u043e\u0440\u0442 (10000)"
|
||||
"port": "\u041f\u043e\u0440\u0442"
|
||||
},
|
||||
"title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443"
|
||||
}
|
||||
|
|
20
homeassistant/components/atag/translations/sl.json
Normal file
20
homeassistant/components/atag/translations/sl.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Home Assistant-u lahko dodate samo eno napravo Atag"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "Povezava ni uspela, poskusite znova"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Gostitelj",
|
||||
"port": "Vrata (10000)"
|
||||
},
|
||||
"title": "Pove\u017eite se z napravo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Atag"
|
||||
}
|
|
@ -9,8 +9,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u90f5\u4ef6\uff08\u9078\u9805\uff09",
|
||||
"host": "\u4e3b\u6a5f\u7aef",
|
||||
"port": "\u901a\u8a0a\u57e0\uff0810000\uff09"
|
||||
"port": "\u901a\u8a0a\u57e0"
|
||||
},
|
||||
"title": "\u9023\u7dda\u81f3\u8a2d\u5099"
|
||||
}
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"data": {
|
||||
"code": "Bekreftelseskode"
|
||||
},
|
||||
"description": "Kontroller {login_method} ({username}) og skriv inn bekreftelseskoden nedenfor",
|
||||
"title": "To-faktor autentisering"
|
||||
"description": "Kontroller {login_method} ({username}) og fyll inn bekreftelseskoden nedenfor",
|
||||
"title": "Totrinnsbekreftelse"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Konto jest ju\u017c skonfigurowane."
|
||||
"already_configured": "[%key_id:common::config_flow::abort::already_configured_account%]"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia, spr\u00f3buj ponownie.",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie.",
|
||||
"unknown": "Niespodziewany b\u0142\u0105d."
|
||||
"invalid_auth": "[%key_id:common::config_flow::error::invalid_auth%]",
|
||||
"unknown": "[%key_id:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"login_method": "Metoda logowania",
|
||||
"password": "Has\u0142o",
|
||||
"password": "[%key_id:common::config_flow::data::password%]",
|
||||
"timeout": "Limit czasu (sekundy)",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
"username": "[%key_id:common::config_flow::data::username%]"
|
||||
},
|
||||
"description": "Je\u015bli metod\u0105 logowania jest 'e-mail', nazw\u0105 u\u017cytkownika b\u0119dzie adres e-mail. Je\u015bli metod\u0105 logowania jest 'telefon', nazw\u0105 u\u017cytkownika b\u0119dzie numer telefonu w formacie '+NNNNNNNNN'.",
|
||||
"title": "Konfiguracja konta August"
|
||||
|
|
15
homeassistant/components/auth/translations/fi.json
Normal file
15
homeassistant/components/auth/translations/fi.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"mfa_setup": {
|
||||
"notify": {
|
||||
"step": {
|
||||
"setup": {
|
||||
"title": "Varmista asetukset"
|
||||
}
|
||||
},
|
||||
"title": "Ilmoita kertaluonteinen salasana"
|
||||
},
|
||||
"totp": {
|
||||
"title": "TOTP"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -25,11 +25,11 @@
|
|||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "For \u00e5 aktivere tofaktorautentisering ved hjelp av tidsbaserte engangspassord, skann QR-koden med autentiseringsappen din. Hvis du ikke har en, kan vi anbefale enten [Google Authenticator](https://support.google.com/accounts/answer/1066447) eller [Authy](https://authy.com/). \n\n {qr_code} \n \nEtter at du har skannet koden, skriver du inn den seks-sifrede koden fra appen din for \u00e5 kontrollere oppsettet. Dersom du har problemer med \u00e5 skanne QR-koden kan du taste inn f\u00f8lgende kode manuelt: **`{code}`**.",
|
||||
"description": "For \u00e5 aktivere tofaktorautentisering ved hjelp av tidsbaserte engangspassord, skann QR-koden med autentiseringsappen din. Hvis du ikke har en, kan vi anbefale enten [Google Authenticator](https://support.google.com/accounts/answer/1066447) eller [Authy](https://authy.com/).\n\n {qr_code} \n \nEtter at du har skannet koden, angir du den seks-sifrede koden fra appen din for \u00e5 kontrollere oppsettet. Dersom du har problemer med \u00e5 skanne QR-koden kan du fylle inn f\u00f8lgende kode manuelt: **`{code}`**.",
|
||||
"title": "Sett opp tofaktorautentisering ved hjelp av TOTP"
|
||||
}
|
||||
},
|
||||
"title": "TOTP"
|
||||
"title": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Av",
|
||||
"on": "P\u00e5"
|
||||
}
|
||||
},
|
||||
"title": "Automatisering"
|
||||
}
|
3
homeassistant/components/axis/translations/fi.json
Normal file
3
homeassistant/components/axis/translations/fi.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"title": "Axis-laite"
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
"data": {
|
||||
"host": "Vert",
|
||||
"password": "Passord",
|
||||
"port": "",
|
||||
"port": "Port",
|
||||
"username": "Brukernavn"
|
||||
},
|
||||
"title": "Sett opp Axis enhet"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
|
||||
"already_configured": "[%key_id:common::config_flow::abort::already_configured_device%]",
|
||||
"bad_config_file": "B\u0142\u0119dne dane z pliku konfiguracyjnego",
|
||||
"link_local_address": "Po\u0142\u0105czenie lokalnego adresu nie jest obs\u0142ugiwane",
|
||||
"not_axis_device": "Wykryte urz\u0105dzenie nie jest urz\u0105dzeniem Axis"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
|
||||
"already_configured": "[%key_id:common::config_flow::abort::already_configured_device%]",
|
||||
"already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.",
|
||||
"device_unavailable": "Urz\u0105dzenie jest niedost\u0119pne",
|
||||
"faulty_credentials": "B\u0142\u0119dne dane uwierzytelniaj\u0105ce"
|
||||
|
@ -16,10 +16,10 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP",
|
||||
"password": "Has\u0142o",
|
||||
"port": "Port",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
"host": "[%key_id:common::config_flow::data::host%]",
|
||||
"password": "[%key_id:common::config_flow::data::password%]",
|
||||
"port": "[%key_id:common::config_flow::data::port%]",
|
||||
"username": "[%key_id:common::config_flow::data::username%]"
|
||||
},
|
||||
"title": "Konfiguracja urz\u0105dzenia Axis"
|
||||
}
|
||||
|
|
|
@ -115,8 +115,8 @@
|
|||
"on": "Aperta"
|
||||
},
|
||||
"gas": {
|
||||
"off": "Assente",
|
||||
"on": "Rilevato"
|
||||
"off": "Assenza",
|
||||
"on": "Presenza"
|
||||
},
|
||||
"heat": {
|
||||
"off": "Normale",
|
||||
|
@ -131,12 +131,12 @@
|
|||
"on": "Bagnato"
|
||||
},
|
||||
"motion": {
|
||||
"off": "Assente",
|
||||
"on": "Rilevato"
|
||||
"off": "Assenza",
|
||||
"on": "Presenza"
|
||||
},
|
||||
"occupancy": {
|
||||
"off": "Vuoto",
|
||||
"on": "Rilevato"
|
||||
"off": "Assenza",
|
||||
"on": "Presenza"
|
||||
},
|
||||
"opening": {
|
||||
"off": "Chiuso",
|
||||
|
@ -155,15 +155,15 @@
|
|||
"on": "Non Sicuro"
|
||||
},
|
||||
"smoke": {
|
||||
"off": "Assente",
|
||||
"on": "Rilevato"
|
||||
"off": "Assenza",
|
||||
"on": "Presenza"
|
||||
},
|
||||
"sound": {
|
||||
"off": "Assente",
|
||||
"on": "Rilevato"
|
||||
"off": "Assenza",
|
||||
"on": "Presenza"
|
||||
},
|
||||
"vibration": {
|
||||
"off": "Assente",
|
||||
"off": "Assenza",
|
||||
"on": "Rilevata"
|
||||
},
|
||||
"window": {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_bat_low": "{entity_name} \uc758 \ubc30\ud130\ub9ac \uc794\ub7c9\uc774 \ubd80\uc871\ud558\uba74",
|
||||
"is_cold": "{entity_name} \uc774(\uac00) \ucc28\uac00\uc6b0\uba74",
|
||||
"is_cold": "{entity_name} \uc628\ub3c4\uac00 \ub0ae\uc73c\uba74",
|
||||
"is_connected": "{entity_name} \uc774(\uac00) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc73c\uba74",
|
||||
"is_gas": "{entity_name} \uc774(\uac00) \uac00\uc2a4\ub97c \uac10\uc9c0\ud558\uba74",
|
||||
"is_hot": "{entity_name} \uc774(\uac00) \ub728\uac70\uc6b0\uba74",
|
||||
"is_hot": "{entity_name} \uc628\ub3c4\uac00 \ub192\uc73c\uba74",
|
||||
"is_light": "{entity_name} \uc774(\uac00) \ube5b\uc744 \uac10\uc9c0\ud558\uba74",
|
||||
"is_locked": "{entity_name} \uc774(\uac00) \uc7a0\uaca8\uc788\uc73c\uba74",
|
||||
"is_moist": "{entity_name} \uc774(\uac00) \uc2b5\ud558\uba74",
|
||||
|
@ -19,9 +19,9 @@
|
|||
"is_no_sound": "{entity_name} \uc774(\uac00) \uc18c\ub9ac\ub97c \uac10\uc9c0\ud558\uc9c0 \uc54a\uc73c\uba74",
|
||||
"is_no_vibration": "{entity_name} \uc774(\uac00) \uc9c4\ub3d9\uc744 \uac10\uc9c0\ud558\uc9c0 \uc54a\uc73c\uba74",
|
||||
"is_not_bat_low": "{entity_name} \uc758 \ubc30\ud130\ub9ac\uac00 \uc815\uc0c1\uc774\uba74",
|
||||
"is_not_cold": "{entity_name} \uc774(\uac00) \ucc28\uac11\uc9c0 \uc54a\ub2e4\uba74",
|
||||
"is_not_cold": "{entity_name} \uc628\ub3c4\uac00 \ub0ae\uc9c0 \uc54a\uc73c\uba74",
|
||||
"is_not_connected": "{entity_name} \uc758 \uc5f0\uacb0\uc774 \ub04a\uc5b4\uc838 \uc788\ub2e4\uba74",
|
||||
"is_not_hot": "{entity_name} \uc774(\uac00) \ub728\uac81\uc9c0 \uc54a\ub2e4\uba74",
|
||||
"is_not_hot": "{entity_name} \uc628\ub3c4\uac00 \ub192\uc9c0 \uc54a\uc73c\uba74",
|
||||
"is_not_locked": "{entity_name} \uc774(\uac00) \uc7a0\uaca8\uc788\uc9c0 \uc54a\uc73c\uba74",
|
||||
"is_not_moist": "{entity_name} \uc774(\uac00) \uac74\uc870\ud558\uba74",
|
||||
"is_not_moving": "{entity_name} \uc774(\uac00) \uc6c0\uc9c1\uc774\uc9c0 \uc54a\uc73c\uba74",
|
||||
|
@ -46,10 +46,10 @@
|
|||
},
|
||||
"trigger_type": {
|
||||
"bat_low": "{entity_name} \ubc30\ud130\ub9ac \uc794\ub7c9\uc774 \ubd80\uc871\ud574\uc9c8 \ub54c",
|
||||
"cold": "{entity_name} \uc774(\uac00) \ucc28\uac00\uc6cc\uc9c8 \ub54c",
|
||||
"cold": "{entity_name} \uc628\ub3c4\uac00 \ub0ae\uc544\uc84c\uc744 \ub54c",
|
||||
"connected": "{entity_name} \uc774(\uac00) \uc5f0\uacb0\ub420 \ub54c",
|
||||
"gas": "{entity_name} \uc774(\uac00) \uac00\uc2a4\ub97c \uac10\uc9c0\ud560 \ub54c",
|
||||
"hot": "{entity_name} \uc774(\uac00) \ub728\uac70\uc6cc\uc9c8 \ub54c",
|
||||
"hot": "{entity_name} \uc628\ub3c4\uac00 \ub192\uc544\uc84c\uc744 \ub54c",
|
||||
"light": "{entity_name} \uc774(\uac00) \ube5b\uc744 \uac10\uc9c0\ud560 \ub54c",
|
||||
"locked": "{entity_name} \uc774(\uac00) \uc7a0\uae38 \ub54c",
|
||||
"moist": "{entity_name} \uc774(\uac00) \uc2b5\ud574\uc9c8 \ub54c",
|
||||
|
@ -63,9 +63,9 @@
|
|||
"no_sound": "{entity_name} \uc774(\uac00) \uc18c\ub9ac\ub97c \uac10\uc9c0\ud558\uc9c0 \uc54a\uac8c \ub420 \ub54c",
|
||||
"no_vibration": "{entity_name} \uc774(\uac00) \uc9c4\ub3d9\uc744 \uac10\uc9c0\ud558\uc9c0 \uc54a\uac8c \ub420 \ub54c",
|
||||
"not_bat_low": "{entity_name} \ubc30\ud130\ub9ac\uac00 \uc815\uc0c1\uc774 \ub420 \ub54c",
|
||||
"not_cold": "{entity_name} \uc774(\uac00) \ucc28\uac11\uc9c0 \uc54a\uac8c \ub420 \ub54c",
|
||||
"not_cold": "{entity_name} \uc628\ub3c4\uac00 \ub0ae\uc9c0 \uc54a\uac8c \ub410\uc744 \ub54c",
|
||||
"not_connected": "{entity_name} \uc758 \uc5f0\uacb0\uc774 \ub04a\uc5b4\uc9c8 \ub54c",
|
||||
"not_hot": "{entity_name} \uc774(\uac00) \ub728\uac81\uc9c0 \uc54a\uac8c \ub420 \ub54c",
|
||||
"not_hot": "{entity_name} \uc628\ub3c4\uac00 \ub192\uc9c0 \uc54a\uac8c \ub410\uc744 \ub54c",
|
||||
"not_locked": "{entity_name} \uc758 \uc7a0\uae08\uc774 \ud574\uc81c\ub420 \ub54c",
|
||||
"not_moist": "{entity_name} \uc774(\uac00) \uac74\uc870\ud574\uc9c8 \ub54c",
|
||||
"not_moving": "{entity_name} \uc774(\uac00) \uc6c0\uc9c1\uc774\uc9c0 \uc54a\uc744 \ub54c",
|
||||
|
|
|
@ -90,24 +90,62 @@
|
|||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Av",
|
||||
"on": "P\u00e5"
|
||||
},
|
||||
"battery": {
|
||||
"off": "Normalt",
|
||||
"on": "Lavt"
|
||||
},
|
||||
"cold": {
|
||||
"off": "",
|
||||
"on": "Kald"
|
||||
},
|
||||
"connectivity": {
|
||||
"off": "Frakoblet",
|
||||
"on": "Tilkoblet"
|
||||
},
|
||||
"door": {
|
||||
"off": "Lukket",
|
||||
"on": "\u00c5pen"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Lukket",
|
||||
"on": "\u00c5pen"
|
||||
},
|
||||
"gas": {
|
||||
"off": "Klar",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"heat": {
|
||||
"off": "",
|
||||
"on": "Varm"
|
||||
},
|
||||
"lock": {
|
||||
"off": "L\u00e5st",
|
||||
"on": "Ul\u00e5st"
|
||||
},
|
||||
"moisture": {
|
||||
"off": "T\u00f8rr",
|
||||
"on": "V\u00e5t"
|
||||
},
|
||||
"motion": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"occupancy": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"opening": {
|
||||
"off": "Lukket",
|
||||
"on": "\u00c5pen"
|
||||
},
|
||||
"presence": {
|
||||
"off": "Borte",
|
||||
"on": "Hjemme"
|
||||
},
|
||||
"problem": {
|
||||
"off": "",
|
||||
"on": ""
|
||||
|
@ -115,6 +153,22 @@
|
|||
"safety": {
|
||||
"off": "Sikker",
|
||||
"on": "Usikker"
|
||||
},
|
||||
"smoke": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"sound": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"vibration": {
|
||||
"off": "Klart",
|
||||
"on": "Oppdaget"
|
||||
},
|
||||
"window": {
|
||||
"off": "Lukket",
|
||||
"on": "\u00c5pen"
|
||||
}
|
||||
},
|
||||
"title": "Bin\u00e6r sensor"
|
||||
|
|
24
homeassistant/components/blebox/translations/ca.json
Normal file
24
homeassistant/components/blebox/translations/ca.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "Ja hi ha un dispositiu BleBox configurat a {address}.",
|
||||
"already_configured": "Aquest dispositiu BleBox ja est\u00e0 configurat"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "No s'ha pogut connectar al dispositiu BleBox. (Consulta els registres per veure-hi els errors).",
|
||||
"unknown": "S'ha produ\u00eft un error desconegut en connectar-se al dispositiu BleBox. (Consulta els registres per veure-hi els errors).",
|
||||
"unsupported_version": "El dispositiu BleBox t\u00e9 un firmware obsolet. Primer actualitza'l."
|
||||
},
|
||||
"flow_title": "Dispositiu BleBox: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Adre\u00e7a IP",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Configura el teu dispositiu BleBox per a integrar-lo a Home Assistant.",
|
||||
"title": "Configuraci\u00f3 del dispositiu BleBox"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
23
homeassistant/components/blebox/translations/de.json
Normal file
23
homeassistant/components/blebox/translations/de.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "Ein BleBox-Ger\u00e4t ist bereits unter {address} konfiguriert.",
|
||||
"already_configured": "Dieses BleBox-Ger\u00e4t ist bereits konfiguriert."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbindung mit dem BleBox-Ger\u00e4t nicht m\u00f6glich. (\u00dcberpr\u00fcfen Sie die Protokolle auf Fehler).",
|
||||
"unknown": "Unbekannter Fehler beim Anschlie\u00dfen an das BleBox-Ger\u00e4t. (Pr\u00fcfen Sie die Protokolle auf Fehler).",
|
||||
"unsupported_version": "Das BleBox-Ger\u00e4t hat eine veraltete Firmware. Bitte aktualisieren Sie es zuerst."
|
||||
},
|
||||
"flow_title": "BleBox-Ger\u00e4t: {name} ( {host} )",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Richten Sie Ihre BleBox f\u00fcr die Integration mit dem Home Assistant ein.",
|
||||
"title": "Richten Sie Ihr BleBox-Ger\u00e4t ein"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This BleBox device is already configured.",
|
||||
"address_already_configured": "A BleBox device is already configured at {address}."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Unable to connect to the BleBox device. (Check the logs for errors.)",
|
||||
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first.",
|
||||
"unknown": "Unknown error while connecting to the BleBox device. (Check the logs for errors.)"
|
||||
},
|
||||
"flow_title": "BleBox device: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Set up your BleBox to integrate with Home Assistant.",
|
||||
"data": {
|
||||
"host": "IP address",
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Set up your BleBox device"
|
||||
}
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "A BleBox device is already configured at {address}.",
|
||||
"already_configured": "This BleBox device is already configured."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Unable to connect to the BleBox device. (Check the logs for errors.)",
|
||||
"unknown": "Unknown error while connecting to the BleBox device. (Check the logs for errors.)",
|
||||
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first."
|
||||
},
|
||||
"flow_title": "BleBox device: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP address",
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Set up your BleBox to integrate with Home Assistant.",
|
||||
"title": "Set up your BleBox device"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
23
homeassistant/components/blebox/translations/es.json
Normal file
23
homeassistant/components/blebox/translations/es.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "Un dispositivo BleBox ya est\u00e1 configurado en {address}.",
|
||||
"already_configured": "Este dispositivo BleBox ya est\u00e1 configurado."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "No se puede conectar con el dispositivo BleBox. (Comprueba los logs en busca de errores).",
|
||||
"unknown": "Error desconocido al conectarse con el dispositivo BleBox. (Comprueba los logs en busca de errores).",
|
||||
"unsupported_version": "El dispositivo BleBox tiene un firmware anticuado. Por favor, actual\u00edzalo primero."
|
||||
},
|
||||
"flow_title": "Dispositivo BleBox: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Puerto"
|
||||
},
|
||||
"description": "Configura tu BleBox para integrarse con Home Assistant.",
|
||||
"title": "Configura tu dispositivo BleBox"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/blebox/translations/fi.json
Normal file
11
homeassistant/components/blebox/translations/fi.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Portti"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
homeassistant/components/blebox/translations/fr.json
Normal file
22
homeassistant/components/blebox/translations/fr.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "Un p\u00e9riph\u00e9rique BleBox est d\u00e9j\u00e0 configur\u00e9 \u00e0 {address}.",
|
||||
"already_configured": "Ce p\u00e9riph\u00e9rique BleBox est d\u00e9j\u00e0 configur\u00e9."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Impossible de connecter le p\u00e9riph\u00e9rique BleBox. (V\u00e9rifiez les journaux pour les erreurs.)",
|
||||
"unknown": "Erreur inconnue lors de la connexion au p\u00e9riph\u00e9rique BleBox. (V\u00e9rifiez les journaux pour les erreurs.)"
|
||||
},
|
||||
"flow_title": "P\u00e9riph\u00e9rique Blebox: {name} ({host)}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "Configurez votre BleBox pour l'int\u00e9grer \u00e0 Home Assistant.",
|
||||
"title": "Configurer votre appareil BleBox"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/blebox/translations/he.json
Normal file
12
homeassistant/components/blebox/translations/he.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u05db\u05ea\u05d5\u05d1\u05ea IP",
|
||||
"port": "\u05e4\u05d5\u05e8\u05d8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/blebox/translations/hu.json
Normal file
15
homeassistant/components/blebox/translations/hu.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unsupported_version": "A BleBox eszk\u00f6z elavult firmware-vel rendelkezik. El\u0151sz\u00f6r friss\u00edtse."
|
||||
},
|
||||
"flow_title": "BleBox eszk\u00f6z: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
23
homeassistant/components/blebox/translations/it.json
Normal file
23
homeassistant/components/blebox/translations/it.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "Un dispositivo BleBox \u00e8 gi\u00e0 configurato in {address}.",
|
||||
"already_configured": "Questo dispositivo BleBox \u00e8 gi\u00e0 configurato."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Impossibile connettersi al dispositivo BleBox. (Controllare i registri per errori).",
|
||||
"unknown": "Errore sconosciuto durante la connessione al dispositivo BleBox. (Controllare i registri per errori).",
|
||||
"unsupported_version": "Il dispositivo BleBox ha un firmware obsoleto. Si prega di aggiornarlo prima."
|
||||
},
|
||||
"flow_title": "Dispositivo BleBox: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Porta"
|
||||
},
|
||||
"description": "Configura BleBox per l'integrazione con Home Assistant.",
|
||||
"title": "Configura il tuo dispositivo BleBox"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
24
homeassistant/components/blebox/translations/ko.json
Normal file
24
homeassistant/components/blebox/translations/ko.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"address_already_configured": "BleBox \uae30\uae30\uac00 {address} \ub85c \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"already_configured": "BleBox \uae30\uae30\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "BleBox \uae30\uae30\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. (\ub85c\uadf8\uc5d0\uc11c \uc624\ub958 \ub0b4\uc6a9\uc744 \ud655\uc778\ud574\ubcf4\uc138\uc694.)",
|
||||
"unknown": "BleBox \uae30\uae30\uc5d0 \uc5f0\uacb0\ud558\ub294 \ub3d9\uc548 \uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. (\ub85c\uadf8\uc5d0\uc11c \uc624\ub958 \ub0b4\uc6a9\uc744 \ud655\uc778\ud574\ubcf4\uc138\uc694.)",
|
||||
"unsupported_version": "BleBox \uae30\uae30 \ud38c\uc6e8\uc5b4\uac00 \uc624\ub798\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uba3c\uc800 \uc5c5\uadf8\ub808\uc774\ub4dc\ud574\uc8fc\uc138\uc694."
|
||||
},
|
||||
"flow_title": "BleBox \uae30\uae30: {name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "IP \uc8fc\uc18c",
|
||||
"port": "\ud3ec\ud2b8"
|
||||
},
|
||||
"description": "Home Assistant \uc5d0 BleBox \ud1b5\ud569 \uad6c\uc131\uc694\uc18c\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.",
|
||||
"title": "BleBox \uae30\uae30 \uc124\uc815\ud558\uae30"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue