diff --git a/homeassistant/components/abode/translations/es.json b/homeassistant/components/abode/translations/es.json index 9999856883c..8d17f040136 100644 --- a/homeassistant/components/abode/translations/es.json +++ b/homeassistant/components/abode/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Solo se permite una \u00fanica configuraci\u00f3n de Abode." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", @@ -14,7 +14,7 @@ "user": { "data": { "password": "Contrase\u00f1a", - "username": "Direcci\u00f3n de correo electr\u00f3nico" + "username": "Correo electr\u00f3nico" }, "title": "Rellene la informaci\u00f3n de acceso Abode" } diff --git a/homeassistant/components/abode/translations/et.json b/homeassistant/components/abode/translations/et.json index de5254de796..fec80d8679b 100644 --- a/homeassistant/components/abode/translations/et.json +++ b/homeassistant/components/abode/translations/et.json @@ -1,8 +1,23 @@ { "config": { + "abort": { + "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, "error": { "cannot_connect": "\u00dchendamine nurjus", - "invalid_auth": "Tuvastamise viga" + "connection_error": "\u00dchendus Abode-iga nurjus.", + "identifier_exists": "Konto on juba seadistatud", + "invalid_auth": "Tuvastamise viga", + "invalid_credentials": "Sobimatu mandaat." + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "E-post" + }, + "title": "Sisesta oma Abode sisselogimisteave" + } } } } \ No newline at end of file diff --git a/homeassistant/components/abode/translations/nl.json b/homeassistant/components/abode/translations/nl.json index 580b1f487c0..aa143794d2b 100644 --- a/homeassistant/components/abode/translations/nl.json +++ b/homeassistant/components/abode/translations/nl.json @@ -4,6 +4,7 @@ "single_instance_allowed": "Slechts een enkele configuratie van Abode is toegestaan." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met Abode.", "identifier_exists": "Account is al geregistreerd.", "invalid_credentials": "Ongeldige inloggegevens." diff --git a/homeassistant/components/accuweather/translations/es.json b/homeassistant/components/accuweather/translations/es.json index 4de57575464..c45f59d17e5 100644 --- a/homeassistant/components/accuweather/translations/es.json +++ b/homeassistant/components/accuweather/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/accuweather/translations/nl.json b/homeassistant/components/accuweather/translations/nl.json new file mode 100644 index 00000000000..5173004cea6 --- /dev/null +++ b/homeassistant/components/accuweather/translations/nl.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "longitude": "Lengtegraad", + "name": "Naam" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/acmeda/translations/et.json b/homeassistant/components/acmeda/translations/et.json index b6075037dc4..2d87c2558fd 100644 --- a/homeassistant/components/acmeda/translations/et.json +++ b/homeassistant/components/acmeda/translations/et.json @@ -1,7 +1,16 @@ { "config": { "abort": { + "all_configured": "Uusi Pulse'i jaotureid ei avastatud.", "no_devices_found": "V\u00f5rgus ei tuvastatud \u00fchtegi seadet" + }, + "step": { + "user": { + "data": { + "id": "Hosti ID" + }, + "title": "Vali lisatav jaotur" + } } } } \ No newline at end of file diff --git a/homeassistant/components/adguard/translations/et.json b/homeassistant/components/adguard/translations/et.json index 4acca09cd8e..ba668ab59b1 100644 --- a/homeassistant/components/adguard/translations/et.json +++ b/homeassistant/components/adguard/translations/et.json @@ -1,8 +1,19 @@ { "config": { + "abort": { + "existing_instance_updated": "Olemasolevad seaded v\u00e4rskendatud." + }, "error": { "cannot_connect": "\u00dchendus eba\u00f5nnestus", "connection_error": "\u00dchenduse loomine nurjus" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/adguard/translations/nl.json b/homeassistant/components/adguard/translations/nl.json index 61d009b503e..6451028e6d0 100644 --- a/homeassistant/components/adguard/translations/nl.json +++ b/homeassistant/components/adguard/translations/nl.json @@ -5,6 +5,7 @@ "single_instance_allowed": "Slechts \u00e9\u00e9n configuratie van AdGuard Home is toegestaan." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kon niet verbinden." }, "step": { @@ -15,6 +16,7 @@ "user": { "data": { "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" diff --git a/homeassistant/components/agent_dvr/translations/ca.json b/homeassistant/components/agent_dvr/translations/ca.json index 737692adf75..fbd6f5e2d29 100644 --- a/homeassistant/components/agent_dvr/translations/ca.json +++ b/homeassistant/components/agent_dvr/translations/ca.json @@ -5,6 +5,7 @@ }, "error": { "already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs", + "cannot_connect": "Ha fallat la connexi\u00f3", "device_unavailable": "Dispositiu no est\u00e0 disponible" }, "step": { diff --git a/homeassistant/components/agent_dvr/translations/es.json b/homeassistant/components/agent_dvr/translations/es.json index b738f71dd75..314846ba2a2 100644 --- a/homeassistant/components/agent_dvr/translations/es.json +++ b/homeassistant/components/agent_dvr/translations/es.json @@ -4,7 +4,8 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "already_in_progress": "El flujo de configuraci\u00f3n para el dispositivo ya est\u00e1 en marcha.", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", + "cannot_connect": "No se pudo conectar", "device_unavailable": "El dispositivo no est\u00e1 disponible" }, "step": { diff --git a/homeassistant/components/agent_dvr/translations/et.json b/homeassistant/components/agent_dvr/translations/et.json index 8f0eb1c05f1..63897756a0d 100644 --- a/homeassistant/components/agent_dvr/translations/et.json +++ b/homeassistant/components/agent_dvr/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchendamine nurjus" } diff --git a/homeassistant/components/agent_dvr/translations/nl.json b/homeassistant/components/agent_dvr/translations/nl.json index c1909b19508..79e2caae08d 100644 --- a/homeassistant/components/agent_dvr/translations/nl.json +++ b/homeassistant/components/agent_dvr/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/agent_dvr/translations/zh-Hant.json b/homeassistant/components/agent_dvr/translations/zh-Hant.json index 6c257a415be..9acbf536f8d 100644 --- a/homeassistant/components/agent_dvr/translations/zh-Hant.json +++ b/homeassistant/components/agent_dvr/translations/zh-Hant.json @@ -5,6 +5,7 @@ }, "error": { "already_in_progress": "\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d", + "cannot_connect": "\u9023\u7dda\u5931\u6557", "device_unavailable": "\u8a2d\u5099\u7121\u6cd5\u4f7f\u7528" }, "step": { diff --git a/homeassistant/components/airly/translations/ca.json b/homeassistant/components/airly/translations/ca.json index 3e8ca2ed5f9..95e26e5b888 100644 --- a/homeassistant/components/airly/translations/ca.json +++ b/homeassistant/components/airly/translations/ca.json @@ -14,7 +14,7 @@ "api_key": "Clau API", "latitude": "Latitud", "longitude": "Longitud", - "name": "Nom de la integraci\u00f3" + "name": "Nom" }, "description": "Configura una integraci\u00f3 de qualitat d'aire Airly. Per generar la clau API, v\u00e9s a https://developer.airly.eu/register", "title": "Airly" diff --git a/homeassistant/components/airly/translations/es.json b/homeassistant/components/airly/translations/es.json index 1baf28d12a0..8491b130a4a 100644 --- a/homeassistant/components/airly/translations/es.json +++ b/homeassistant/components/airly/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La integraci\u00f3n a\u00e9rea para estas coordenadas ya est\u00e1 configurada." + "already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada" }, "error": { "auth": "La clave de la API no es correcta.", @@ -14,7 +14,7 @@ "api_key": "Clave API", "latitude": "Latitud", "longitude": "Longitud", - "name": "Nombre de la integraci\u00f3n" + "name": "Nombre" }, "description": "Establecer la integraci\u00f3n de la calidad del aire de Airly. Para generar la clave de la API vaya a https://developer.airly.eu/register", "title": "Airly" diff --git a/homeassistant/components/airly/translations/zh-Hant.json b/homeassistant/components/airly/translations/zh-Hant.json index 85e028935ce..4a4955953f0 100644 --- a/homeassistant/components/airly/translations/zh-Hant.json +++ b/homeassistant/components/airly/translations/zh-Hant.json @@ -14,7 +14,7 @@ "api_key": "API \u5bc6\u9470", "latitude": "\u7def\u5ea6", "longitude": "\u7d93\u5ea6", - "name": "\u6574\u5408\u540d\u7a31" + "name": "\u540d\u7a31" }, "description": "\u6b32\u8a2d\u5b9a Airly \u7a7a\u6c23\u54c1\u8cea\u6574\u5408\u3002\u8acb\u81f3 https://developer.airly.eu/register \u7522\u751f API \u5bc6\u9470", "title": "Airly" diff --git a/homeassistant/components/airvisual/translations/es.json b/homeassistant/components/airvisual/translations/es.json index 2ef588f3acc..d2ce261b68b 100644 --- a/homeassistant/components/airvisual/translations/es.json +++ b/homeassistant/components/airvisual/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Estas coordenadas o Nodo/Pro ID ya est\u00e1n registradas." + "already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada o el Nodo/Pro ID ya est\u00e1 registrado." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/airvisual/translations/et.json b/homeassistant/components/airvisual/translations/et.json index eb795276597..398dd261521 100644 --- a/homeassistant/components/airvisual/translations/et.json +++ b/homeassistant/components/airvisual/translations/et.json @@ -10,6 +10,11 @@ "longitude": "Pikkuskraad" } }, + "node_pro": { + "data": { + "password": "Salas\u00f5na" + } + }, "user": { "data": { "cloud_api": "Geograafiline asukoht" diff --git a/homeassistant/components/airvisual/translations/nl.json b/homeassistant/components/airvisual/translations/nl.json index cfccef38e89..503f3580c18 100644 --- a/homeassistant/components/airvisual/translations/nl.json +++ b/homeassistant/components/airvisual/translations/nl.json @@ -4,6 +4,7 @@ "already_configured": "Deze co\u00f6rdinaten of Node / Pro ID zijn al geregistreerd." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "general_error": "Er is een onbekende fout opgetreden.", "unable_to_connect": "Kan geen verbinding maken met Node / Pro-apparaat." }, diff --git a/homeassistant/components/alarmdecoder/translations/ca.json b/homeassistant/components/alarmdecoder/translations/ca.json index 3042a991c5f..d21231e0a75 100644 --- a/homeassistant/components/alarmdecoder/translations/ca.json +++ b/homeassistant/components/alarmdecoder/translations/ca.json @@ -7,6 +7,7 @@ "default": "S'ha connectat correctament amb AlarmDecoder." }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "service_unavailable": "Ha fallat la connexi\u00f3" }, "step": { diff --git a/homeassistant/components/alarmdecoder/translations/es.json b/homeassistant/components/alarmdecoder/translations/es.json index cbf0824a388..6d30e28c437 100644 --- a/homeassistant/components/alarmdecoder/translations/es.json +++ b/homeassistant/components/alarmdecoder/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "El dispositivo AlarmDecoder ya est\u00e1 configurado." + "already_configured": "El dispositivo ya est\u00e1 configurado" }, "create_entry": { "default": "Conectado con \u00e9xito a AlarmDecoder." diff --git a/homeassistant/components/alarmdecoder/translations/et.json b/homeassistant/components/alarmdecoder/translations/et.json index 4a259360b96..a84946e891f 100644 --- a/homeassistant/components/alarmdecoder/translations/et.json +++ b/homeassistant/components/alarmdecoder/translations/et.json @@ -4,9 +4,17 @@ "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, "error": { - "cannot_connect": "\u00dchendamine nurjus" + "cannot_connect": "\u00dchendamine nurjus", + "service_unavailable": "\u00dchendamine nurjus" }, "step": { + "protocol": { + "data": { + "device_baudrate": "Seadme edastuskiirus", + "device_path": "Seadme asukoht" + }, + "title": "M\u00e4\u00e4ra \u00fchenduse seaded" + }, "user": { "data": { "protocol": "Protokoll" diff --git a/homeassistant/components/alarmdecoder/translations/nl.json b/homeassistant/components/alarmdecoder/translations/nl.json index 6091d4c4bd7..ac47fdf8730 100644 --- a/homeassistant/components/alarmdecoder/translations/nl.json +++ b/homeassistant/components/alarmdecoder/translations/nl.json @@ -7,6 +7,7 @@ "default": "Succesvol verbonden met AlarmDecoder." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "service_unavailable": "Kon niet verbinden" }, "step": { diff --git a/homeassistant/components/alarmdecoder/translations/zh-Hant.json b/homeassistant/components/alarmdecoder/translations/zh-Hant.json index 4caf58203c8..b510b700b37 100644 --- a/homeassistant/components/alarmdecoder/translations/zh-Hant.json +++ b/homeassistant/components/alarmdecoder/translations/zh-Hant.json @@ -7,6 +7,7 @@ "default": "\u6210\u529f\u9023\u7dda\u81f3 AlarmDecoder\u3002" }, "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", "service_unavailable": "\u9023\u7dda\u5931\u6557" }, "step": { diff --git a/homeassistant/components/almond/translations/ca.json b/homeassistant/components/almond/translations/ca.json index 6dc3ce7d41e..2a988d3fbe6 100644 --- a/homeassistant/components/almond/translations/ca.json +++ b/homeassistant/components/almond/translations/ca.json @@ -3,7 +3,7 @@ "abort": { "already_setup": "Nom\u00e9s pots configurar un \u00fanic compte amb Almond.", "cannot_connect": "Ha fallat la connexi\u00f3", - "missing_configuration": "Consulta la documentaci\u00f3 sobre com configurar Almond.", + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", "no_url_available": "No hi ha cap URL disponible. Per a m\u00e9s informaci\u00f3 sobre aquest error, [consulta la secci\u00f3 d'ajuda]({docs_url})", "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3." }, diff --git a/homeassistant/components/almond/translations/es.json b/homeassistant/components/almond/translations/es.json index 8418ad9b97b..0da3c878b48 100644 --- a/homeassistant/components/almond/translations/es.json +++ b/homeassistant/components/almond/translations/es.json @@ -5,7 +5,7 @@ "cannot_connect": "No se puede conectar al servidor Almond.", "missing_configuration": "Consulte la documentaci\u00f3n sobre c\u00f3mo configurar Almond.", "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "hassio_confirm": { diff --git a/homeassistant/components/almond/translations/et.json b/homeassistant/components/almond/translations/et.json index e8b5eae4149..3e365ce48d1 100644 --- a/homeassistant/components/almond/translations/et.json +++ b/homeassistant/components/almond/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [spikrijaotis]({docs_url})", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." } } diff --git a/homeassistant/components/almond/translations/nl.json b/homeassistant/components/almond/translations/nl.json index da4671f8591..59caf8a1144 100644 --- a/homeassistant/components/almond/translations/nl.json +++ b/homeassistant/components/almond/translations/nl.json @@ -4,7 +4,8 @@ "already_setup": "U kunt slechts \u00e9\u00e9n Almond-account configureren.", "cannot_connect": "Kan geen verbinding maken met de Almond-server.", "missing_configuration": "Raadpleeg de documentatie over het instellen van Almond.", - "no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})" + "no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "step": { "hassio_confirm": { diff --git a/homeassistant/components/almond/translations/zh-Hant.json b/homeassistant/components/almond/translations/zh-Hant.json index 58cddbe2407..329362fdbc3 100644 --- a/homeassistant/components/almond/translations/zh-Hant.json +++ b/homeassistant/components/almond/translations/zh-Hant.json @@ -3,7 +3,7 @@ "abort": { "already_setup": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44 Almond \u5e33\u865f\u3002", "cannot_connect": "\u9023\u7dda\u5931\u6557", - "missing_configuration": "\u8acb\u53c3\u8003\u76f8\u95dc\u6587\u4ef6\u4ee5\u4e86\u89e3\u5982\u4f55\u8a2d\u5b9a Almond\u3002", + "missing_configuration": "\u5143\u4ef6\u5c1a\u672a\u8a2d\u7f6e\uff0c\u8acb\u53c3\u95b1\u6587\u4ef6\u8aaa\u660e\u3002", "no_url_available": "\u6c92\u6709\u53ef\u7528\u7684\u7db2\u5740\u3002\u95dc\u65bc\u6b64\u932f\u8aa4\u66f4\u8a73\u7d30\u8a0a\u606f\uff0c[\u9ede\u9078\u5354\u52a9\u7ae0\u7bc0]({docs_url})", "single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u8a2d\u5099\u3002" }, diff --git a/homeassistant/components/ambiclimate/translations/nl.json b/homeassistant/components/ambiclimate/translations/nl.json index e65688af89d..573cd8fecde 100644 --- a/homeassistant/components/ambiclimate/translations/nl.json +++ b/homeassistant/components/ambiclimate/translations/nl.json @@ -2,6 +2,7 @@ "config": { "abort": { "access_token": "Onbekende fout bij het genereren van een toegangstoken.", + "already_configured_account": "Account is al geconfigureerd", "already_setup": "Het Ambiclimate-account is geconfigureerd.", "no_config": "U moet Ambiclimate configureren voordat u zich ermee kunt authenticeren. (Lees de instructies) (https://www.home-assistant.io/components/ambiclimate/)." }, diff --git a/homeassistant/components/ambient_station/translations/es.json b/homeassistant/components/ambient_station/translations/es.json index 12272affdf1..90e93e519b7 100644 --- a/homeassistant/components/ambient_station/translations/es.json +++ b/homeassistant/components/ambient_station/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Esta clave API ya est\u00e1 en uso." + "already_configured": "El servicio ya est\u00e1 configurado" }, "error": { - "invalid_key": "Clave API y/o clave de aplicaci\u00f3n no v\u00e1lida", + "invalid_key": "Clave API no v\u00e1lida", "no_devices": "No se han encontrado dispositivos en la cuenta" }, "step": { diff --git a/homeassistant/components/ambient_station/translations/et.json b/homeassistant/components/ambient_station/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/ambient_station/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/es.json b/homeassistant/components/arcam_fmj/translations/es.json index 365cf0f8efe..fab0457331f 100644 --- a/homeassistant/components/arcam_fmj/translations/es.json +++ b/homeassistant/components/arcam_fmj/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "already_configured": "El dispositivo ya est\u00e1 configurado.", - "already_in_progress": "El flujo de configuraci\u00f3n para el dispositivo ya est\u00e1 en marcha.", + "already_configured": "El dispositivo ya est\u00e1 configurado", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "cannot_connect": "No se pudo conectar", "unable_to_connect": "No se puede conectar con el dispositivo." }, diff --git a/homeassistant/components/arcam_fmj/translations/et.json b/homeassistant/components/arcam_fmj/translations/et.json index d71a861b6b5..3ec4c90ec9c 100644 --- a/homeassistant/components/arcam_fmj/translations/et.json +++ b/homeassistant/components/arcam_fmj/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus" } } diff --git a/homeassistant/components/arcam_fmj/translations/nl.json b/homeassistant/components/arcam_fmj/translations/nl.json index 761d57a48cb..1f1fa864700 100644 --- a/homeassistant/components/arcam_fmj/translations/nl.json +++ b/homeassistant/components/arcam_fmj/translations/nl.json @@ -1,4 +1,17 @@ { + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kan geen verbinding maken" + }, + "step": { + "user": { + "data": { + "port": "Poort" + } + } + } + }, "device_automation": { "trigger_type": { "turn_on": "{entity_name} is gevraagd in te schakelen" diff --git a/homeassistant/components/atag/translations/ca.json b/homeassistant/components/atag/translations/ca.json index d15cf197ffe..9c1dc1a5fb6 100644 --- a/homeassistant/components/atag/translations/ca.json +++ b/homeassistant/components/atag/translations/ca.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "Aquest dispositiu ja ha estat afegit a Home Assistant" + "already_configured": "El dispositiu ja est\u00e0 configurat" }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "Ha fallat la connexi\u00f3", "unauthorized": "La vinculaci\u00f3 s'ha denegat, comprova si hi ha una sol\u00b7licitud d'autenticaci\u00f3 al dispositiu" }, diff --git a/homeassistant/components/atag/translations/en.json b/homeassistant/components/atag/translations/en.json index 3bd41082395..5b6226e13eb 100644 --- a/homeassistant/components/atag/translations/en.json +++ b/homeassistant/components/atag/translations/en.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "This device has already been added to HomeAssistant" + "already_configured": "Device is already configured" }, "error": { + "cannot_connect": "Failed to connect", "connection_error": "Failed to connect", "unauthorized": "Pairing denied, check device for auth request" }, diff --git a/homeassistant/components/atag/translations/et.json b/homeassistant/components/atag/translations/et.json new file mode 100644 index 00000000000..8f0eb1c05f1 --- /dev/null +++ b/homeassistant/components/atag/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "cannot_connect": "\u00dchendamine nurjus" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/atag/translations/nl.json b/homeassistant/components/atag/translations/nl.json index 077beb65871..5e4a4dd8d8c 100644 --- a/homeassistant/components/atag/translations/nl.json +++ b/homeassistant/components/atag/translations/nl.json @@ -4,12 +4,14 @@ "already_configured": "Er kan slechts \u00e9\u00e9n Atag-apparaat worden toegevoegd aan Home Assistant " }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Verbinding mislukt, probeer het opnieuw", "unauthorized": "Koppelen geweigerd, controleer apparaat op autorisatieverzoek" }, "step": { "user": { "data": { + "email": "Email", "host": "Host", "port": "Poort (10000)" }, diff --git a/homeassistant/components/atag/translations/pl.json b/homeassistant/components/atag/translations/pl.json index 370f79ecb20..071b636de77 100644 --- a/homeassistant/components/atag/translations/pl.json +++ b/homeassistant/components/atag/translations/pl.json @@ -4,6 +4,7 @@ "already_configured": "[%key::common::config_flow::abort::already_configured_device%]" }, "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "connection_error": "[%key::common::config_flow::error::cannot_connect%]", "unauthorized": "Odmowa parowania, sprawd\u017a urz\u0105dzenie pod k\u0105tem \u017c\u0105dania autoryzacji." }, diff --git a/homeassistant/components/august/translations/es.json b/homeassistant/components/august/translations/es.json index 2ec72c9e4eb..a8f7bc6af23 100644 --- a/homeassistant/components/august/translations/es.json +++ b/homeassistant/components/august/translations/es.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "La cuenta ya est\u00e1 configurada", + "already_configured": "La cuenta ya ha sido configurada", "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente" }, "error": { - "cannot_connect": "No se ha podido conectar, por favor, int\u00e9ntalo de nuevo.", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/august/translations/et.json b/homeassistant/components/august/translations/et.json index af21b9d8204..e260eaa3fa2 100644 --- a/homeassistant/components/august/translations/et.json +++ b/homeassistant/components/august/translations/et.json @@ -1,7 +1,15 @@ { "config": { "abort": { + "already_configured": "Konto on juba seadistatud", "reauth_successful": "Taasautentimine \u00f5nnestus" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/auth/translations/es.json b/homeassistant/components/auth/translations/es.json index 5603c14fe1a..7495ffcfbc9 100644 --- a/homeassistant/components/auth/translations/es.json +++ b/homeassistant/components/auth/translations/es.json @@ -9,11 +9,11 @@ }, "step": { "init": { - "description": "Seleccione uno de los servicios de notificaci\u00f3n:", - "title": "Configure una contrase\u00f1a de un solo uso entregada por el componente de notificaci\u00f3n" + "description": "Selecciona uno de los servicios de notificaci\u00f3n:", + "title": "Configurar una contrase\u00f1a de un solo uso entregada por el componente de notificaci\u00f3n" }, "setup": { - "description": "Se ha enviado una contrase\u00f1a de un solo uso a trav\u00e9s de ** notify. {notify_service} **. Por favor introd\u00facela a continuaci\u00f3n:", + "description": "Se ha enviado una contrase\u00f1a de un solo uso a trav\u00e9s de ** notify.{notify_service} **. Por favor introd\u00facela a continuaci\u00f3n:", "title": "Verificar la configuraci\u00f3n" } }, @@ -26,7 +26,7 @@ "step": { "init": { "description": "Para activar la autenticaci\u00f3n de dos factores utilizando contrase\u00f1as de un solo uso basadas en el tiempo, escanea el c\u00f3digo QR con tu aplicaci\u00f3n de autenticaci\u00f3n. Si no tienes una, te recomendamos el [Autenticador de Google](https://support.google.com/accounts/answer/1066447) o [Authy](https://authy.com/). \n\n {qr_code} \n \nDespu\u00e9s de escanear el c\u00f3digo, introduce el c\u00f3digo de seis d\u00edgitos de tu aplicaci\u00f3n para verificar la configuraci\u00f3n. Si tienes problemas para escanear el c\u00f3digo QR, realiza una configuraci\u00f3n manual con el c\u00f3digo **`{code}`**.", - "title": "Configure la autenticaci\u00f3n de dos factores utilizando TOTP" + "title": "Configurar la autenticaci\u00f3n de dos factores usando TOTP" } }, "title": "TOTP" diff --git a/homeassistant/components/awair/translations/ca.json b/homeassistant/components/awair/translations/ca.json index 1368dfed20f..43e76eecb93 100644 --- a/homeassistant/components/awair/translations/ca.json +++ b/homeassistant/components/awair/translations/ca.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "El compte ja ha estat configurat", "no_devices": "No s'han trobat dispositius a la xarxa", + "no_devices_found": "No s'han trobat dispositius a la xarxa", "reauth_successful": "Re-autenticaci\u00f3 realitzada correctament" }, "error": { "auth": "Token d'acc\u00e9s no v\u00e0lid", - "unknown": "Error desconegut de l'API Awair." + "invalid_access_token": "Token d'acc\u00e9s no v\u00e0lid", + "unknown": "Error inesperat" }, "step": { "reauth": { diff --git a/homeassistant/components/awair/translations/es.json b/homeassistant/components/awair/translations/es.json index 90215ba9c30..272b042bd9d 100644 --- a/homeassistant/components/awair/translations/es.json +++ b/homeassistant/components/awair/translations/es.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "La cuenta ya ha sido configurada", "no_devices": "No se encontraron dispositivos en la red", - "reauth_successful": "Token de acceso actualizado correctamente " + "no_devices_found": "No se encontraron dispositivos en la red", + "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente" }, "error": { "auth": "Token de acceso no v\u00e1lido", - "unknown": "Error desconocido en API Awair" + "invalid_access_token": "Token de acceso no v\u00e1lido", + "unknown": "Error inesperado" }, "step": { "reauth": { diff --git a/homeassistant/components/awair/translations/et.json b/homeassistant/components/awair/translations/et.json index dc8efaa2b7d..ad5ed2fa388 100644 --- a/homeassistant/components/awair/translations/et.json +++ b/homeassistant/components/awair/translations/et.json @@ -1,7 +1,11 @@ { "config": { "abort": { + "already_configured": "Konto on juba seadistatud", "no_devices_found": "V\u00f5rgust ei leitud Awair seadmeid" + }, + "error": { + "invalid_access_token": "Vigane juurdep\u00e4\u00e4sut\u00f5end" } } } \ No newline at end of file diff --git a/homeassistant/components/awair/translations/nl.json b/homeassistant/components/awair/translations/nl.json new file mode 100644 index 00000000000..a11016f8d42 --- /dev/null +++ b/homeassistant/components/awair/translations/nl.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "already_configured": "Account is al geconfigureerd", + "no_devices_found": "Geen apparaten op het netwerk gevonden" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/awair/translations/zh-Hant.json b/homeassistant/components/awair/translations/zh-Hant.json index c1f87465c36..bc2a9d36b16 100644 --- a/homeassistant/components/awair/translations/zh-Hant.json +++ b/homeassistant/components/awair/translations/zh-Hant.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "no_devices": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u8a2d\u5099", + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u8a2d\u5099", "reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f" }, "error": { "auth": "\u5b58\u53d6\u5bc6\u9470\u7121\u6548", - "unknown": "\u672a\u77e5 Awair API \u932f\u8aa4\u3002" + "invalid_access_token": "\u5b58\u53d6\u5bc6\u9470\u7121\u6548", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "step": { "reauth": { diff --git a/homeassistant/components/axis/translations/et.json b/homeassistant/components/axis/translations/et.json index de5254de796..b60ebdf7585 100644 --- a/homeassistant/components/axis/translations/et.json +++ b/homeassistant/components/axis/translations/et.json @@ -1,8 +1,19 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus", "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/axis/translations/nl.json b/homeassistant/components/axis/translations/nl.json index 01257e7585a..82347254900 100644 --- a/homeassistant/components/axis/translations/nl.json +++ b/homeassistant/components/axis/translations/nl.json @@ -9,6 +9,7 @@ "error": { "already_configured": "Apparaat is al geconfigureerd", "already_in_progress": "De configuratiestroom voor het apparaat is al in volle gang.", + "cannot_connect": "Kan geen verbinding maken", "device_unavailable": "Apparaat is niet beschikbaar", "faulty_credentials": "Ongeldige gebruikersreferenties" }, diff --git a/homeassistant/components/azure_devops/translations/et.json b/homeassistant/components/azure_devops/translations/et.json new file mode 100644 index 00000000000..1205350a0f0 --- /dev/null +++ b/homeassistant/components/azure_devops/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/azure_devops/translations/nl.json b/homeassistant/components/azure_devops/translations/nl.json new file mode 100644 index 00000000000..42978a06b37 --- /dev/null +++ b/homeassistant/components/azure_devops/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/blebox/translations/es.json b/homeassistant/components/blebox/translations/es.json index 991553a2074..a415edd9809 100644 --- a/homeassistant/components/blebox/translations/es.json +++ b/homeassistant/components/blebox/translations/es.json @@ -2,11 +2,11 @@ "config": { "abort": { "address_already_configured": "Un dispositivo BleBox ya est\u00e1 configurado en {address}.", - "already_configured": "Este dispositivo BleBox ya est\u00e1 configurado." + "already_configured": "El dispositivo 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).", + "cannot_connect": "No se pudo conectar", + "unknown": "Error inesperado", "unsupported_version": "El dispositivo BleBox tiene un firmware anticuado. Por favor, actual\u00edzalo primero." }, "flow_title": "Dispositivo BleBox: {name} ({host})", diff --git a/homeassistant/components/blebox/translations/et.json b/homeassistant/components/blebox/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/blebox/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/blink/translations/et.json b/homeassistant/components/blink/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/blink/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bond/translations/et.json b/homeassistant/components/bond/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/bond/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bond/translations/nl.json b/homeassistant/components/bond/translations/nl.json new file mode 100644 index 00000000000..8b2702b6708 --- /dev/null +++ b/homeassistant/components/bond/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/braviatv/translations/ca.json b/homeassistant/components/braviatv/translations/ca.json index c46036e428b..5aba974f5d2 100644 --- a/homeassistant/components/braviatv/translations/ca.json +++ b/homeassistant/components/braviatv/translations/ca.json @@ -6,7 +6,7 @@ }, "error": { "cannot_connect": "Ha fallat la connexi\u00f3", - "invalid_host": "Nom de l'amfitri\u00f3 o adre\u00e7a IP inv\u00e0lids.", + "invalid_host": "Nom de l'amfitri\u00f3 o l'adre\u00e7a IP inv\u00e0lids", "unsupported_model": "Aquest model de televisor no \u00e9s compatible." }, "step": { diff --git a/homeassistant/components/braviatv/translations/es.json b/homeassistant/components/braviatv/translations/es.json index 8995161f5de..2cc3b05010c 100644 --- a/homeassistant/components/braviatv/translations/es.json +++ b/homeassistant/components/braviatv/translations/es.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "already_configured": "Este televisor ya est\u00e1 configurado.", + "already_configured": "El dispositivo ya est\u00e1 configurado", "no_ip_control": "El Control de IP est\u00e1 desactivado en tu televisor o el televisor no es compatible." }, "error": { - "cannot_connect": "No se pudo conectar, host o c\u00f3digo PIN no v\u00e1lido.", - "invalid_host": "Nombre del host o direcci\u00f3n IP no v\u00e1lidos.", + "cannot_connect": "No se pudo conectar", + "invalid_host": "Nombre de host o direcci\u00f3n IP no v\u00e1lidos", "unsupported_model": "Tu modelo de televisor no es compatible." }, "step": { diff --git a/homeassistant/components/braviatv/translations/et.json b/homeassistant/components/braviatv/translations/et.json index 86947f520ee..a651919fbe7 100644 --- a/homeassistant/components/braviatv/translations/et.json +++ b/homeassistant/components/braviatv/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "step": { "authorize": { "data": { diff --git a/homeassistant/components/braviatv/translations/nl.json b/homeassistant/components/braviatv/translations/nl.json index 0e76501e147..b35d7de45cf 100644 --- a/homeassistant/components/braviatv/translations/nl.json +++ b/homeassistant/components/braviatv/translations/nl.json @@ -11,6 +11,9 @@ }, "step": { "authorize": { + "data": { + "pin": "PIN-code" + }, "description": "Voer de pincode in die wordt weergegeven op de Sony Bravia tv. \n\nAls de pincode niet wordt weergegeven, moet u de Home Assistant op uw tv afmelden, ga naar: Instellingen -> Netwerk -> Instellingen extern apparaat -> Afmelden extern apparaat.", "title": "Autoriseer Sony Bravia tv" }, diff --git a/homeassistant/components/braviatv/translations/zh-Hant.json b/homeassistant/components/braviatv/translations/zh-Hant.json index d45b1b77862..eafe98f1541 100644 --- a/homeassistant/components/braviatv/translations/zh-Hant.json +++ b/homeassistant/components/braviatv/translations/zh-Hant.json @@ -6,7 +6,7 @@ }, "error": { "cannot_connect": "\u9023\u7dda\u5931\u6557", - "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u6216 IP \u4f4d\u5740", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740", "unsupported_model": "\u4e0d\u652f\u63f4\u6b64\u6b3e\u96fb\u8996\u578b\u865f\u3002" }, "step": { diff --git a/homeassistant/components/broadlink/translations/ca.json b/homeassistant/components/broadlink/translations/ca.json index 37dd46a6d94..a8f55030bdf 100644 --- a/homeassistant/components/broadlink/translations/ca.json +++ b/homeassistant/components/broadlink/translations/ca.json @@ -10,6 +10,7 @@ }, "error": { "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_host": "Nom de l'amfitri\u00f3 o adre\u00e7a IP inv\u00e0lids", "unknown": "Error inesperat" }, "flow_title": "{name} ({model} a {host})", diff --git a/homeassistant/components/broadlink/translations/es.json b/homeassistant/components/broadlink/translations/es.json index 98c4cbdfb30..e7a35c2876f 100644 --- a/homeassistant/components/broadlink/translations/es.json +++ b/homeassistant/components/broadlink/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "El dispositivo ya est\u00e1 configurado", - "already_in_progress": "Ya hay un flujo de configuraci\u00f3n en curso para este dispositivo", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "cannot_connect": "No se pudo conectar", "invalid_host": "Nombre de host o direcci\u00f3n IP no v\u00e1lidos", "not_supported": "Dispositivo no compatible", diff --git a/homeassistant/components/broadlink/translations/et.json b/homeassistant/components/broadlink/translations/et.json index fc0d8d46b92..08bf9223b26 100644 --- a/homeassistant/components/broadlink/translations/et.json +++ b/homeassistant/components/broadlink/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "not_supported": "Seadet ei toetata" }, "error": { diff --git a/homeassistant/components/broadlink/translations/nl.json b/homeassistant/components/broadlink/translations/nl.json index d6185150e49..ea0449afc58 100644 --- a/homeassistant/components/broadlink/translations/nl.json +++ b/homeassistant/components/broadlink/translations/nl.json @@ -2,6 +2,13 @@ "config": { "abort": { "not_supported": "Apparaat wordt niet ondersteund" + }, + "step": { + "finish": { + "data": { + "name": "Naam" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/broadlink/translations/zh-Hant.json b/homeassistant/components/broadlink/translations/zh-Hant.json index 9191f208706..01db5167bb2 100644 --- a/homeassistant/components/broadlink/translations/zh-Hant.json +++ b/homeassistant/components/broadlink/translations/zh-Hant.json @@ -10,6 +10,7 @@ }, "error": { "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740", "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "flow_title": "{name}\uff08\u4f4d\u65bc {host} \u4e4b {model} \uff09", diff --git a/homeassistant/components/brother/translations/es.json b/homeassistant/components/brother/translations/es.json index 565b71fe7d2..c64fb9adad0 100644 --- a/homeassistant/components/brother/translations/es.json +++ b/homeassistant/components/brother/translations/es.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "already_configured": "Esta impresora ya est\u00e1 configurada.", + "already_configured": "El dispositivo ya est\u00e1 configurado", "unsupported_model": "Este modelo de impresora no es compatible." }, "error": { "cannot_connect": "No se pudo conectar", - "connection_error": "Error de conexi\u00f3n.", + "connection_error": "No se pudo conectar", "snmp_error": "El servidor SNMP est\u00e1 apagado o la impresora no es compatible.", "wrong_host": "Nombre del host o direcci\u00f3n IP no v\u00e1lidos." }, diff --git a/homeassistant/components/brother/translations/et.json b/homeassistant/components/brother/translations/et.json index 1aac71fc60d..27719d66d5b 100644 --- a/homeassistant/components/brother/translations/et.json +++ b/homeassistant/components/brother/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "unsupported_model": "Seda printeri mudelit ei toetata." }, "error": { diff --git a/homeassistant/components/brother/translations/nl.json b/homeassistant/components/brother/translations/nl.json index 5b641652971..f1d1763e0be 100644 --- a/homeassistant/components/brother/translations/nl.json +++ b/homeassistant/components/brother/translations/nl.json @@ -5,6 +5,7 @@ "unsupported_model": "Dit printermodel wordt niet ondersteund." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Verbindingsfout.", "snmp_error": "SNMP-server uitgeschakeld of printer wordt niet ondersteund.", "wrong_host": "Ongeldige hostnaam of IP-adres." diff --git a/homeassistant/components/bsblan/translations/et.json b/homeassistant/components/bsblan/translations/et.json index 81308dd3b50..a1a34256de4 100644 --- a/homeassistant/components/bsblan/translations/et.json +++ b/homeassistant/components/bsblan/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchendamine nurjus", "connection_error": "BSB-Lan seadmega \u00fchenduse loomine nurjus." diff --git a/homeassistant/components/bsblan/translations/nl.json b/homeassistant/components/bsblan/translations/nl.json index c92ccbebb62..a9f769389c5 100644 --- a/homeassistant/components/bsblan/translations/nl.json +++ b/homeassistant/components/bsblan/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/canary/translations/es.json b/homeassistant/components/canary/translations/es.json index 1b881d4dcd2..018a1f30b08 100644 --- a/homeassistant/components/canary/translations/es.json +++ b/homeassistant/components/canary/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n.", "unknown": "Error inesperado" }, "error": { diff --git a/homeassistant/components/cast/translations/es.json b/homeassistant/components/cast/translations/es.json index 9b4efee18d5..520df7ee4cd 100644 --- a/homeassistant/components/cast/translations/es.json +++ b/homeassistant/components/cast/translations/es.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "no_devices_found": "No se encontraron dispositivos de Google Cast en la red.", - "single_instance_allowed": "S\u00f3lo es necesaria una \u00fanica configuraci\u00f3n de Google Cast." + "no_devices_found": "No se encontraron dispositivos en la red", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "confirm": { - "description": "\u00bfQuieres configurar Google Cast?" + "description": "\u00bfQuieres iniciar la configuraci\u00f3n?" } } } diff --git a/homeassistant/components/cert_expiry/translations/es.json b/homeassistant/components/cert_expiry/translations/es.json index 8f62d763063..1eaee01060f 100644 --- a/homeassistant/components/cert_expiry/translations/es.json +++ b/homeassistant/components/cert_expiry/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Esta combinaci\u00f3n de host y puerto ya est\u00e1 configurada", + "already_configured": "El servicio ya est\u00e1 configurado", "import_failed": "No se pudo importar desde la configuraci\u00f3n" }, "error": { diff --git a/homeassistant/components/cert_expiry/translations/et.json b/homeassistant/components/cert_expiry/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/cert_expiry/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/control4/translations/et.json b/homeassistant/components/control4/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/control4/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/control4/translations/nl.json b/homeassistant/components/control4/translations/nl.json index 4d00f0bfc74..1cc1070f6b9 100644 --- a/homeassistant/components/control4/translations/nl.json +++ b/homeassistant/components/control4/translations/nl.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "host": "IP-adres", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/coolmaster/translations/nl.json b/homeassistant/components/coolmaster/translations/nl.json index 46fb120375a..ca44d4aef02 100644 --- a/homeassistant/components/coolmaster/translations/nl.json +++ b/homeassistant/components/coolmaster/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met CoolMasterNet-instantie. Controleer uw host", "no_units": "Kon geen HVAC units vinden in CoolMasterNet host." }, diff --git a/homeassistant/components/coronavirus/translations/es.json b/homeassistant/components/coronavirus/translations/es.json index 91bd835de7e..8363007d85a 100644 --- a/homeassistant/components/coronavirus/translations/es.json +++ b/homeassistant/components/coronavirus/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Este pa\u00eds ya est\u00e1 configurado." + "already_configured": "El servicio ya est\u00e1 configurado" }, "step": { "user": { diff --git a/homeassistant/components/coronavirus/translations/et.json b/homeassistant/components/coronavirus/translations/et.json index a69b845e623..880ada2e7c2 100644 --- a/homeassistant/components/coronavirus/translations/et.json +++ b/homeassistant/components/coronavirus/translations/et.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "See riik on juba seadistatud." + "already_configured": "Teenus on juba seadistatud" }, "step": { "user": { diff --git a/homeassistant/components/daikin/translations/ca.json b/homeassistant/components/daikin/translations/ca.json index 8233287e0d7..eecb0026fe3 100644 --- a/homeassistant/components/daikin/translations/ca.json +++ b/homeassistant/components/daikin/translations/ca.json @@ -5,18 +5,22 @@ "cannot_connect": "Ha fallat la connexi\u00f3" }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "device_fail": "Error inesperat", "device_timeout": "Ha fallat la connexi\u00f3", - "forbidden": "Autenticaci\u00f3 inv\u00e0lida" + "forbidden": "Autenticaci\u00f3 inv\u00e0lida", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", + "unknown": "Error inesperat" }, "step": { "user": { "data": { + "api_key": "Clau API", "host": "Amfitri\u00f3", "key": "Clau API", "password": "Contrasenya" }, - "description": "Introdueix l'adre\u00e7a IP del teu AC Daikin.\n\nTingues en compte que la Clau API i la Contrasenya s'utilitzen als dispositius BRP072Cxx i SKYFi respectivament.", + "description": "Introdueix l'Adre\u00e7a IP del teu AC Daikin.\n\nTingues en compte que la Clau API i la Contrasenya s'utilitzen nom\u00e9s als dispositius BRP072Cxx i SKYFi respectivament.", "title": "Configuraci\u00f3 de Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/en.json b/homeassistant/components/daikin/translations/en.json index 83ac7913f67..f4b2deef9af 100644 --- a/homeassistant/components/daikin/translations/en.json +++ b/homeassistant/components/daikin/translations/en.json @@ -5,18 +5,22 @@ "cannot_connect": "Failed to connect" }, "error": { + "cannot_connect": "Failed to connect", "device_fail": "Unexpected error", "device_timeout": "Failed to connect", - "forbidden": "Invalid authentication" + "forbidden": "Invalid authentication", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" }, "step": { "user": { "data": { + "api_key": "API Key", "host": "Host", "key": "API Key", "password": "Password" }, - "description": "Enter IP address of your Daikin AC.\n\nNote that API Key and Password are used by BRP072Cxx and SKYFi devices respectively.", + "description": "Enter IP Address of your Daikin AC.\n\nNote that API Key and Password only are used by BRP072Cxx and SKYFi devices respectively.", "title": "Configure Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/es.json b/homeassistant/components/daikin/translations/es.json index 9c3b81a3f51..27084bcbfda 100644 --- a/homeassistant/components/daikin/translations/es.json +++ b/homeassistant/components/daikin/translations/es.json @@ -16,7 +16,7 @@ "key": "Clave API", "password": "Contrase\u00f1a" }, - "description": "Introduce la IP de tu aire acondicionado Daikin", + "description": "Introduce la direcci\u00f3n IP de tu aire acondicionado Daikin.\n\nTen en cuenta que la Clave API y la Contrase\u00f1a son usadas por los dispositivos BRP072Cxx y SKYFi respectivamente.", "title": "Configurar aire acondicionado Daikin" } } diff --git a/homeassistant/components/daikin/translations/et.json b/homeassistant/components/daikin/translations/et.json new file mode 100644 index 00000000000..9f40ff2663f --- /dev/null +++ b/homeassistant/components/daikin/translations/et.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "cannot_connect": "\u00dchendamine nurjus", + "invalid_auth": "Tuvastamise viga", + "unknown": "Tundmatu viga" + }, + "step": { + "user": { + "data": { + "api_key": "API v\u00f5ti", + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/daikin/translations/pl.json b/homeassistant/components/daikin/translations/pl.json index 7b40fa55a1d..8a377494ed0 100644 --- a/homeassistant/components/daikin/translations/pl.json +++ b/homeassistant/components/daikin/translations/pl.json @@ -5,13 +5,17 @@ "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "device_fail": "Nieoczekiwany b\u0142\u0105d", "device_timeout": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", - "forbidden": "Niepoprawne uwierzytelnienie" + "forbidden": "Niepoprawne uwierzytelnienie", + "invalid_auth": "Niepoprawne uwierzytelnienie", + "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { "user": { "data": { + "api_key": "Klucz API", "host": "Nazwa hosta lub adres IP", "key": "Klucz API", "password": "Has\u0142o" diff --git a/homeassistant/components/denonavr/translations/es.json b/homeassistant/components/denonavr/translations/es.json index 2332d61c967..a240420bb1e 100644 --- a/homeassistant/components/denonavr/translations/es.json +++ b/homeassistant/components/denonavr/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "El dispositivo ya est\u00e1 configurado", - "already_in_progress": "El flujo de configuraci\u00f3n para este AVR Denon ya est\u00e1 en marcha.", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "connection_error": "Fallo en la conexi\u00f3n, por favor int\u00e9ntalo de nuevo, desconectar la alimentaci\u00f3n y los cables de ethernet y reconectarlos puede ayudar.", "not_denonavr_manufacturer": "No es un Receptor AVR Denon AVR en Red, el fabricante detectado no concuerda", "not_denonavr_missing": "No es un Receptor AVR Denon AVR en Red, la informaci\u00f3n detectada no est\u00e1 completa" diff --git a/homeassistant/components/denonavr/translations/et.json b/homeassistant/components/denonavr/translations/et.json index 77c31e46107..8d6d8d481a9 100644 --- a/homeassistant/components/denonavr/translations/et.json +++ b/homeassistant/components/denonavr/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "connection_error": "\u00dchenduse loomine nurjus. Vooluv\u00f5rgust ja LAN v\u00f5rgust eemaldamine ja taas\u00fchendamine v\u00f5ib aidata" } } diff --git a/homeassistant/components/denonavr/translations/nl.json b/homeassistant/components/denonavr/translations/nl.json index 3444568d459..bd7efabf1c7 100644 --- a/homeassistant/components/denonavr/translations/nl.json +++ b/homeassistant/components/denonavr/translations/nl.json @@ -2,6 +2,30 @@ "config": { "abort": { "connection_error": "Kan geen verbinding maken, probeer het opnieuw, het kan helpen om de netvoeding en ethernetkabels los te koppelen en opnieuw aan te sluiten" + }, + "flow_title": "Denon AVR Network Receiver: {naam}", + "step": { + "confirm": { + "title": "Denon AVR Network Receivers" + }, + "select": { + "data": { + "select_host": "Receiver IP-adres" + }, + "title": "Selecteer de receiver waarmee u verbinding wilt maken" + }, + "user": { + "data": { + "host": "IP-adres" + } + } + } + }, + "options": { + "step": { + "init": { + "title": "Denon AVR Network Receivers" + } } } } \ No newline at end of file diff --git a/homeassistant/components/devolo_home_control/translations/es.json b/homeassistant/components/devolo_home_control/translations/es.json index d511b5d2803..8030dd5eaf5 100644 --- a/homeassistant/components/devolo_home_control/translations/es.json +++ b/homeassistant/components/devolo_home_control/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Esta Unidad Central de Home Control ya est\u00e1 en uso." + "already_configured": "La cuenta ya ha sido configurada" }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", @@ -13,7 +13,7 @@ "home_control_url": "URL de Home Control", "mydevolo_url": "URL de mydevolo", "password": "Contrase\u00f1a", - "username": "Direcci\u00f3n de correo electr\u00f3nico / ID de devolo" + "username": "Correo electr\u00f3nico / ID de devolo" }, "title": "devolo Home Control" } diff --git a/homeassistant/components/devolo_home_control/translations/et.json b/homeassistant/components/devolo_home_control/translations/et.json index 2227b7442a7..7cbc6c9e3b2 100644 --- a/homeassistant/components/devolo_home_control/translations/et.json +++ b/homeassistant/components/devolo_home_control/translations/et.json @@ -1,7 +1,18 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { - "invalid_auth": "Tuvastamise viga" + "invalid_auth": "Tuvastamise viga", + "invalid_credentials": "Vale kasutajanimi v\u00f5i salas\u00f5na." + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/devolo_home_control/translations/nl.json b/homeassistant/components/devolo_home_control/translations/nl.json index 10b71ff595a..ad344544984 100644 --- a/homeassistant/components/devolo_home_control/translations/nl.json +++ b/homeassistant/components/devolo_home_control/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + }, "error": { "invalid_credentials": "Verkeerde gebruikersnaam en/of wachtwoord." }, diff --git a/homeassistant/components/dexcom/translations/et.json b/homeassistant/components/dexcom/translations/et.json index 1632ade0fe2..a4f79b1c812 100644 --- a/homeassistant/components/dexcom/translations/et.json +++ b/homeassistant/components/dexcom/translations/et.json @@ -1,8 +1,19 @@ { "config": { + "abort": { + "already_configured_account": "Konto on juba seadistatud" + }, "error": { "cannot_connect": "\u00dchendamine nurjus", "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } } }, "options": { diff --git a/homeassistant/components/dexcom/translations/nl.json b/homeassistant/components/dexcom/translations/nl.json index 4d00f0bfc74..4198e0d9fc4 100644 --- a/homeassistant/components/dexcom/translations/nl.json +++ b/homeassistant/components/dexcom/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/dialogflow/translations/es.json b/homeassistant/components/dialogflow/translations/es.json index 3d6f9c440e8..542cbe3d022 100644 --- a/homeassistant/components/dialogflow/translations/es.json +++ b/homeassistant/components/dialogflow/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tu instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Dialogflow.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant, necesitas configurar [Integraci\u00f3n de flujos de dialogo de webhook]({dialogflow_url}).\n\nRellena la siguiente informaci\u00f3n:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nVer [Documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/dialogflow/translations/nl.json b/homeassistant/components/dialogflow/translations/nl.json index 47395371797..fed695b4f0d 100644 --- a/homeassistant/components/dialogflow/translations/nl.json +++ b/homeassistant/components/dialogflow/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Dialogflow-berichten te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar de Home Assistant te verzenden, moet u [webhookintegratie van Dialogflow]({dialogflow_url}) instellen. \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\nZie [de documentatie]({docs_url}) voor verdere informatie." diff --git a/homeassistant/components/directv/translations/et.json b/homeassistant/components/directv/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/directv/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/doorbird/translations/es.json b/homeassistant/components/doorbird/translations/es.json index 2bf3ff7fc25..95caaafdeea 100644 --- a/homeassistant/components/doorbird/translations/es.json +++ b/homeassistant/components/doorbird/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "DoorBird ya est\u00e1 configurado", + "already_configured": "El dispositivo ya est\u00e1 configurado", "link_local_address": "No se admiten direcciones locales", "not_doorbird_device": "Este dispositivo no es un DoorBird" }, diff --git a/homeassistant/components/doorbird/translations/et.json b/homeassistant/components/doorbird/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/doorbird/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dsmr/translations/et.json b/homeassistant/components/dsmr/translations/et.json new file mode 100644 index 00000000000..b610820f45e --- /dev/null +++ b/homeassistant/components/dsmr/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "one": "\u00fcks", + "other": "mitu" + }, + "step": { + "one": "\u00fcks", + "other": "mitu" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dsmr/translations/nl.json b/homeassistant/components/dsmr/translations/nl.json new file mode 100644 index 00000000000..8b2702b6708 --- /dev/null +++ b/homeassistant/components/dsmr/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/ca.json b/homeassistant/components/dunehd/translations/ca.json index a62d94cfff9..b0da4a8080a 100644 --- a/homeassistant/components/dunehd/translations/ca.json +++ b/homeassistant/components/dunehd/translations/ca.json @@ -6,7 +6,7 @@ "error": { "already_configured": "El dispositiu ja est\u00e0 configurat", "cannot_connect": "Ha fallat la connexi\u00f3", - "invalid_host": "Nom de l'amfitri\u00f3 o l'adre\u00e7a IP inv\u00e0lids." + "invalid_host": "Nom de l'amfitri\u00f3 o l'adre\u00e7a IP inv\u00e0lids" }, "step": { "user": { diff --git a/homeassistant/components/dunehd/translations/es.json b/homeassistant/components/dunehd/translations/es.json index f0ae577f649..33f2e026359 100644 --- a/homeassistant/components/dunehd/translations/es.json +++ b/homeassistant/components/dunehd/translations/es.json @@ -6,7 +6,7 @@ "error": { "already_configured": "El dispositivo ya est\u00e1 configurado", "cannot_connect": "No se pudo conectar", - "invalid_host": "Nombre del host o direcci\u00f3n IP no v\u00e1lidos." + "invalid_host": "Nombre de host o direcci\u00f3n IP no v\u00e1lidos" }, "step": { "user": { diff --git a/homeassistant/components/dunehd/translations/et.json b/homeassistant/components/dunehd/translations/et.json new file mode 100644 index 00000000000..ab2f074fcb4 --- /dev/null +++ b/homeassistant/components/dunehd/translations/et.json @@ -0,0 +1,10 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/zh-Hant.json b/homeassistant/components/dunehd/translations/zh-Hant.json index 2370ebaf6b1..855cefaa774 100644 --- a/homeassistant/components/dunehd/translations/zh-Hant.json +++ b/homeassistant/components/dunehd/translations/zh-Hant.json @@ -6,7 +6,7 @@ "error": { "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "cannot_connect": "\u9023\u7dda\u5931\u6557", - "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u6216 IP \u4f4d\u5740" + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740" }, "step": { "user": { diff --git a/homeassistant/components/eafm/translations/et.json b/homeassistant/components/eafm/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/eafm/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ecobee/translations/es.json b/homeassistant/components/ecobee/translations/es.json index dd6b9526f9b..88fbf9ed335 100644 --- a/homeassistant/components/ecobee/translations/es.json +++ b/homeassistant/components/ecobee/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "one_instance_only": "Esta integraci\u00f3n actualmente solo admite una instancia de ecobee.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "pin_request_failed": "Error al solicitar el PIN de ecobee; verifique que la clave API sea correcta.", diff --git a/homeassistant/components/elgato/translations/es.json b/homeassistant/components/elgato/translations/es.json index 60d872ef1c1..3509c135bb0 100644 --- a/homeassistant/components/elgato/translations/es.json +++ b/homeassistant/components/elgato/translations/es.json @@ -14,7 +14,7 @@ "user": { "data": { "host": "Host o direcci\u00f3n IP", - "port": "N\u00famero de puerto" + "port": "Puerto" }, "description": "Configura tu Elgato Key Light para integrarlo con Home Assistant." }, diff --git a/homeassistant/components/elgato/translations/et.json b/homeassistant/components/elgato/translations/et.json index 10864fe4d5d..5eab1d61173 100644 --- a/homeassistant/components/elgato/translations/et.json +++ b/homeassistant/components/elgato/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus", "connection_error": "Elgato Key Light seadmega \u00fchenduse loomine nurjus." }, diff --git a/homeassistant/components/elgato/translations/nl.json b/homeassistant/components/elgato/translations/nl.json index 2e50f63d56e..dadb6b63c39 100644 --- a/homeassistant/components/elgato/translations/nl.json +++ b/homeassistant/components/elgato/translations/nl.json @@ -2,9 +2,11 @@ "config": { "abort": { "already_configured": "Dit Elgato Key Light apparaat is al geconfigureerd.", + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met het Elgato Key Light apparaat." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met het Elgato Key Light apparaat." }, "flow_title": "Elgato Key Light: {serial_number}", diff --git a/homeassistant/components/elkm1/translations/es.json b/homeassistant/components/elkm1/translations/es.json index 9dc4f4839b6..eaf987f95e6 100644 --- a/homeassistant/components/elkm1/translations/es.json +++ b/homeassistant/components/elkm1/translations/es.json @@ -5,7 +5,7 @@ "already_configured": "Ya est\u00e1 configurado un Elk-M1 con este prefijo" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, @@ -13,11 +13,11 @@ "user": { "data": { "address": "La direcci\u00f3n IP o dominio o puerto serie si se conecta a trav\u00e9s de serie.", - "password": "Contrase\u00f1a (s\u00f3lo seguro)", + "password": "Contrase\u00f1a", "prefix": "Un prefijo \u00fanico (d\u00e9jalo en blanco si s\u00f3lo tienes un Elk-M1).", "protocol": "Protocolo", "temperature_unit": "La temperatura que usa la unidad Elk-M1", - "username": "Usuario (s\u00f3lo seguro)" + "username": "Usuario" }, "description": "La cadena de direcci\u00f3n debe estar en el formato 'direcci\u00f3n[:puerto]' para 'seguro' y 'no-seguro'. Ejemplo: '192.168.1.1'. El puerto es opcional y el valor predeterminado es 2101 para 'no-seguro' y 2601 para 'seguro'. Para el protocolo serie, la direcci\u00f3n debe tener la forma 'tty[:baudios]'. Ejemplo: '/dev/ttyS1'. Los baudios son opcionales y el valor predeterminado es 115200.", "title": "Conectar con Control Elk-M1" diff --git a/homeassistant/components/elkm1/translations/et.json b/homeassistant/components/elkm1/translations/et.json new file mode 100644 index 00000000000..6d3cf2544b2 --- /dev/null +++ b/homeassistant/components/elkm1/translations/et.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/emulated_roku/translations/es.json b/homeassistant/components/emulated_roku/translations/es.json index 8cba52b9591..1e3ef31e6ae 100644 --- a/homeassistant/components/emulated_roku/translations/es.json +++ b/homeassistant/components/emulated_roku/translations/es.json @@ -17,5 +17,5 @@ } } }, - "title": "EmulatedRoku" + "title": "Roku emulado" } \ No newline at end of file diff --git a/homeassistant/components/enocean/translations/es.json b/homeassistant/components/enocean/translations/es.json index fec7e9ec15d..b0f01af2a3b 100644 --- a/homeassistant/components/enocean/translations/es.json +++ b/homeassistant/components/enocean/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "invalid_dongle_path": "Ruta a mochila no v\u00e1lida", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "invalid_dongle_path": "No se ha encontrado ninguna mochila v\u00e1lida en esta ruta" diff --git a/homeassistant/components/esphome/translations/et.json b/homeassistant/components/esphome/translations/et.json new file mode 100644 index 00000000000..fc0d462c9ca --- /dev/null +++ b/homeassistant/components/esphome/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "error": { + "invalid_password": "Vale salas\u00f5na!" + }, + "step": { + "authenticate": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/firmata/translations/es.json b/homeassistant/components/firmata/translations/es.json index 3cd5b23ceb6..b36b168f0f3 100644 --- a/homeassistant/components/firmata/translations/es.json +++ b/homeassistant/components/firmata/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "cannot_connect": "No se ha podido conectar a la placa Firmata durante la configuraci\u00f3n" + "cannot_connect": "No se pudo conectar" } } } \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/es.json b/homeassistant/components/flick_electric/translations/es.json index d230ba2ba4f..3642dd0b4d5 100644 --- a/homeassistant/components/flick_electric/translations/es.json +++ b/homeassistant/components/flick_electric/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Esa cuenta ya est\u00e1 configurada" + "already_configured": "La cuenta ya ha sido configurada" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/flick_electric/translations/et.json b/homeassistant/components/flick_electric/translations/et.json new file mode 100644 index 00000000000..218619d6085 --- /dev/null +++ b/homeassistant/components/flick_electric/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/nl.json b/homeassistant/components/flick_electric/translations/nl.json index c4901d328c3..f252147c776 100644 --- a/homeassistant/components/flick_electric/translations/nl.json +++ b/homeassistant/components/flick_electric/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/flo/translations/et.json b/homeassistant/components/flo/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/flo/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flo/translations/nl.json b/homeassistant/components/flo/translations/nl.json index 4d00f0bfc74..c4901d328c3 100644 --- a/homeassistant/components/flo/translations/nl.json +++ b/homeassistant/components/flo/translations/nl.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/flume/translations/es.json b/homeassistant/components/flume/translations/es.json index cf872da6de3..0ff805a3591 100644 --- a/homeassistant/components/flume/translations/es.json +++ b/homeassistant/components/flume/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "Esta cuenta ya est\u00e1 configurada" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/flume/translations/et.json b/homeassistant/components/flume/translations/et.json new file mode 100644 index 00000000000..218619d6085 --- /dev/null +++ b/homeassistant/components/flume/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/forked_daapd/translations/et.json b/homeassistant/components/forked_daapd/translations/et.json new file mode 100644 index 00000000000..4e55e8c4f91 --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/et.json @@ -0,0 +1,10 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "wrong_password": "Vale salas\u00f5na." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/freebox/translations/et.json b/homeassistant/components/freebox/translations/et.json index 96e7dc6fd75..db64dd2ccaf 100644 --- a/homeassistant/components/freebox/translations/et.json +++ b/homeassistant/components/freebox/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "register_failed": "\u00dchenduse loomine nurjus. Proovi uuesti" } diff --git a/homeassistant/components/fritzbox/translations/ca.json b/homeassistant/components/fritzbox/translations/ca.json index cc8035d4dde..335c25aa602 100644 --- a/homeassistant/components/fritzbox/translations/ca.json +++ b/homeassistant/components/fritzbox/translations/ca.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "Aquest AVM FRITZ!Box ja est\u00e0 configurat.", + "already_configured": "El dispositiu ja est\u00e0 configurat", "already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs", + "no_devices_found": "No s'han trobat dispositius a la xarxa", "not_found": "No s'ha trobat cap AVM FRITZ!Box compatible a la xarxa.", "not_supported": "Connectat a AVM FRITZ!Box per\u00f2 no es poden controlar dispositius Smart Home." }, "error": { - "auth_failed": "Nom d'usuari i/o contrasenya incorrectes." + "auth_failed": "Nom d'usuari i/o contrasenya incorrectes.", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" }, "flow_title": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/fritzbox/translations/en.json b/homeassistant/components/fritzbox/translations/en.json index 90f433a9059..95a820c8686 100644 --- a/homeassistant/components/fritzbox/translations/en.json +++ b/homeassistant/components/fritzbox/translations/en.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "This AVM FRITZ!Box is already configured.", + "already_configured": "Device is already configured", "already_in_progress": "Configuration flow is already in progress", + "no_devices_found": "No devices found on the network", "not_found": "No supported AVM FRITZ!Box found on the network.", "not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices." }, "error": { - "auth_failed": "Username and/or password are incorrect." + "auth_failed": "Username and/or password are incorrect.", + "invalid_auth": "Invalid authentication" }, "flow_title": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/fritzbox/translations/es.json b/homeassistant/components/fritzbox/translations/es.json index 69dad751e63..a1704571299 100644 --- a/homeassistant/components/fritzbox/translations/es.json +++ b/homeassistant/components/fritzbox/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Este AVM FRITZ!Box ya est\u00e1 configurado.", - "already_in_progress": "La configuraci\u00f3n del AVM FRITZ!Box ya est\u00e1 en marcha.", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "not_found": "No se encontr\u00f3 ning\u00fan AVM FRITZ!Box compatible en la red.", "not_supported": "Conectado a AVM FRITZ!Box pero no es capaz de controlar dispositivos Smart Home." }, diff --git a/homeassistant/components/fritzbox/translations/et.json b/homeassistant/components/fritzbox/translations/et.json new file mode 100644 index 00000000000..a68302bd6ed --- /dev/null +++ b/homeassistant/components/fritzbox/translations/et.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "no_devices_found": "V\u00f5rgust ei leitud seadmeid" + }, + "error": { + "auth_failed": "Kasutajanimi v\u00f5i salas\u00f5na on vale.", + "invalid_auth": "Tuvastamise viga" + }, + "step": { + "confirm": { + "data": { + "password": "Salas\u00f5na" + } + }, + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fritzbox/translations/pl.json b/homeassistant/components/fritzbox/translations/pl.json index 0dbdc45ea19..0fcf76ff82f 100644 --- a/homeassistant/components/fritzbox/translations/pl.json +++ b/homeassistant/components/fritzbox/translations/pl.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "[%key::common::config_flow::abort::already_configured_device%]", "already_in_progress": "Konfiguracja AVM FRITZ!Box jest ju\u017c w toku.", + "no_devices_found": "[%key::common::config_flow::abort::no_devices_found%]", "not_found": "W sieci nie znaleziono obs\u0142ugiwanego urz\u0105dzenia AVM FRITZ!Box.", "not_supported": "Po\u0142\u0105czony z AVM FRITZ! Box, ale nie jest w stanie kontrolowa\u0107 urz\u0105dze\u0144 Smart Home." }, "error": { - "auth_failed": "Nazwa u\u017cytkownika i/lub has\u0142o s\u0105 nieprawid\u0142owe." + "auth_failed": "Nazwa u\u017cytkownika i/lub has\u0142o s\u0105 nieprawid\u0142owe.", + "invalid_auth": "Niepoprawne uwierzytelnienie" }, "flow_title": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/garmin_connect/translations/es.json b/homeassistant/components/garmin_connect/translations/es.json index e14769bc670..bef92af2948 100644 --- a/homeassistant/components/garmin_connect/translations/es.json +++ b/homeassistant/components/garmin_connect/translations/es.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "Esta cuenta ya est\u00e1 configurada." + "already_configured": "La cuenta ya ha sido configurada" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntelo de nuevo.", - "invalid_auth": "Autenticaci\u00f3n inv\u00e1lida", + "cannot_connect": "No se pudo conectar", + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "too_many_requests": "Demasiadas solicitudes, vuelva a intentarlo m\u00e1s tarde.", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/garmin_connect/translations/et.json b/homeassistant/components/garmin_connect/translations/et.json new file mode 100644 index 00000000000..218619d6085 --- /dev/null +++ b/homeassistant/components/garmin_connect/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gdacs/translations/et.json b/homeassistant/components/gdacs/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/gdacs/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/geofency/translations/es.json b/homeassistant/components/geofency/translations/es.json index 0eb67f304bd..28856f5d65d 100644 --- a/homeassistant/components/geofency/translations/es.json +++ b/homeassistant/components/geofency/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tu Home Assistant debe ser accesible desde Internet para recibir mensajes de GPSLogger.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant, necesitar\u00e1s configurar la funci\u00f3n de webhook en Geofency.\n\nRellene la siguiente informaci\u00f3n:\n\n- URL: ``{webhook_url}``\n- M\u00e9todo: POST\n\nVer[la documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/geofency/translations/nl.json b/homeassistant/components/geofency/translations/nl.json index bedf5f7efb4..06bce326c95 100644 --- a/homeassistant/components/geofency/translations/nl.json +++ b/homeassistant/components/geofency/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Geofency-berichten te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om locaties naar Home Assistant te sturen, moet u de Webhook-functie instellen in Geofency.\n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Methode: POST \n\n Zie [de documentatie]({docs_url}) voor meer informatie." diff --git a/homeassistant/components/geonetnz_quakes/translations/es.json b/homeassistant/components/geonetnz_quakes/translations/es.json index 0de80cf346a..371dc967a82 100644 --- a/homeassistant/components/geonetnz_quakes/translations/es.json +++ b/homeassistant/components/geonetnz_quakes/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada." + "already_configured": "El servicio ya est\u00e1 configurado" }, "step": { "user": { diff --git a/homeassistant/components/geonetnz_quakes/translations/et.json b/homeassistant/components/geonetnz_quakes/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/geonetnz_quakes/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gios/translations/ca.json b/homeassistant/components/gios/translations/ca.json index 11943d902ee..0f1e0b522e1 100644 --- a/homeassistant/components/gios/translations/ca.json +++ b/homeassistant/components/gios/translations/ca.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "El servei ja est\u00e0 configurat per a aquesta estaci\u00f3 de mesura" + "already_configured": "La ubicaci\u00f3 ja est\u00e0 configurada" }, "error": { "cannot_connect": "Ha fallat la connexi\u00f3", diff --git a/homeassistant/components/gios/translations/es.json b/homeassistant/components/gios/translations/es.json index a7c30cd9d72..6888266716c 100644 --- a/homeassistant/components/gios/translations/es.json +++ b/homeassistant/components/gios/translations/es.json @@ -1,17 +1,17 @@ { "config": { "abort": { - "already_configured": "La integraci\u00f3n de GIO\u015a para esta estaci\u00f3n de medici\u00f3n ya est\u00e1 configurada." + "already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada" }, "error": { - "cannot_connect": "No se puede conectar al servidor GIO\u015a.", + "cannot_connect": "No se pudo conectar", "invalid_sensors_data": "Datos de sensores no v\u00e1lidos para esta estaci\u00f3n de medici\u00f3n.", "wrong_station_id": "El ID de la estaci\u00f3n de medici\u00f3n no es correcta." }, "step": { "user": { "data": { - "name": "Nombre de la integraci\u00f3n", + "name": "Nombre", "station_id": "ID de la estaci\u00f3n de medici\u00f3n" }, "description": "Configurar la integraci\u00f3n de la calidad del aire GIO\u015a (Inspecci\u00f3n Jefe de Protecci\u00f3n Ambiental de Polonia). Si necesita ayuda con la configuraci\u00f3n, eche un vistazo aqu\u00ed: https://www.home-assistant.io/integrations/gios", diff --git a/homeassistant/components/gios/translations/zh-Hant.json b/homeassistant/components/gios/translations/zh-Hant.json index dc9505204a5..4b8668e08a0 100644 --- a/homeassistant/components/gios/translations/zh-Hant.json +++ b/homeassistant/components/gios/translations/zh-Hant.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "\u6b64\u76e3\u6e2c\u7ad9\u4e4b\u670d\u52d9\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + "already_configured": "\u5ea7\u6a19\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" }, "error": { "cannot_connect": "\u9023\u7dda\u5931\u6557", diff --git a/homeassistant/components/glances/translations/es.json b/homeassistant/components/glances/translations/es.json index 16b768fd922..5560276ff3d 100644 --- a/homeassistant/components/glances/translations/es.json +++ b/homeassistant/components/glances/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "El host ya est\u00e1 configurado." + "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se puede conectar al host", + "cannot_connect": "No se pudo conectar", "wrong_version": "Versi\u00f3n no soportada (s\u00f3lo 2 o 3)" }, "step": { @@ -14,9 +14,9 @@ "name": "Nombre", "password": "Contrase\u00f1a", "port": "Puerto", - "ssl": "Utilice SSL/TLS para conectarse al sistema Glances", + "ssl": "Utiliza un certificado SSL", "username": "Usuario", - "verify_ssl": "Verificar la certificaci\u00f3n del sistema", + "verify_ssl": "Verificar certificado SSL", "version": "Versi\u00f3n API Glances (2 o 3)" }, "title": "Configurar Glances" diff --git a/homeassistant/components/glances/translations/et.json b/homeassistant/components/glances/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/glances/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/goalzero/translations/ca.json b/homeassistant/components/goalzero/translations/ca.json index 00999a0b54e..2d301d5ef07 100644 --- a/homeassistant/components/goalzero/translations/ca.json +++ b/homeassistant/components/goalzero/translations/ca.json @@ -5,7 +5,7 @@ }, "error": { "cannot_connect": "Ha fallat la connexi\u00f3", - "invalid_host": "L'amfitri\u00f3 proporcionat no \u00e9s v\u00e0lid", + "invalid_host": "Nom de l'amfitri\u00f3 o l'adre\u00e7a IP inv\u00e0lids", "unknown": "Error inesperat" }, "step": { diff --git a/homeassistant/components/goalzero/translations/es.json b/homeassistant/components/goalzero/translations/es.json index 4897899d8c3..4a2c7eeca62 100644 --- a/homeassistant/components/goalzero/translations/es.json +++ b/homeassistant/components/goalzero/translations/es.json @@ -5,8 +5,8 @@ }, "error": { "cannot_connect": "No se pudo conectar", - "invalid_host": "Este no es el Yeti que est\u00e1s buscando", - "unknown": "Error desconocido" + "invalid_host": "Nombre de host o direcci\u00f3n IP no v\u00e1lidos", + "unknown": "Error inesperado" }, "step": { "user": { diff --git a/homeassistant/components/goalzero/translations/et.json b/homeassistant/components/goalzero/translations/et.json index 7c995db2529..1b0ba08e107 100644 --- a/homeassistant/components/goalzero/translations/et.json +++ b/homeassistant/components/goalzero/translations/et.json @@ -1,7 +1,11 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { "cannot_connect": "\u00dchendus nurjus", + "invalid_host": "Vale hostinimi v\u00f5i IP aadress", "unknown": "Tundmatu viga" }, "step": { diff --git a/homeassistant/components/goalzero/translations/nl.json b/homeassistant/components/goalzero/translations/nl.json new file mode 100644 index 00000000000..50f6dcd1b87 --- /dev/null +++ b/homeassistant/components/goalzero/translations/nl.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kan geen verbinding maken", + "invalid_host": "Onjuiste hostnaam of IP-adres", + "unknown": "Onverwachte fout" + }, + "step": { + "user": { + "data": { + "name": "Naam" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/goalzero/translations/zh-Hant.json b/homeassistant/components/goalzero/translations/zh-Hant.json index 8a66ed446d0..b033c16afb6 100644 --- a/homeassistant/components/goalzero/translations/zh-Hant.json +++ b/homeassistant/components/goalzero/translations/zh-Hant.json @@ -5,7 +5,7 @@ }, "error": { "cannot_connect": "\u9023\u7dda\u5931\u6557", - "invalid_host": "\u6240\u63d0\u4f9b\u7684\u4e3b\u6a5f\u7aef\u7121\u6548", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740", "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "step": { diff --git a/homeassistant/components/gogogate2/translations/et.json b/homeassistant/components/gogogate2/translations/et.json new file mode 100644 index 00000000000..af5a16c1300 --- /dev/null +++ b/homeassistant/components/gogogate2/translations/et.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gpslogger/translations/es.json b/homeassistant/components/gpslogger/translations/es.json index 41199925e1c..ae4a9c310b7 100644 --- a/homeassistant/components/gpslogger/translations/es.json +++ b/homeassistant/components/gpslogger/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tu Home Assistant debe ser accesible desde Internet para recibir mensajes de GPSLogger.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant, necesitar\u00e1s configurar la funci\u00f3n de webhook en GPSLogger.\n\nRellena la siguiente informaci\u00f3n:\n\n- URL: `{webhook_url}`\n- Method: POST\n\nEcha un vistazo a [la documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/gpslogger/translations/nl.json b/homeassistant/components/gpslogger/translations/nl.json index c5cb3b737db..34b9739707b 100644 --- a/homeassistant/components/gpslogger/translations/nl.json +++ b/homeassistant/components/gpslogger/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant-instantie moet via internet toegankelijk zijn om berichten van GPSLogger te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar Home Assistant te verzenden, moet u de webhook-functie instellen in GPSLogger. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n\n Zie [de documentatie] ( {docs_url} ) voor meer informatie." diff --git a/homeassistant/components/guardian/translations/et.json b/homeassistant/components/guardian/translations/et.json index fbbf9b86ceb..afac0d3187a 100644 --- a/homeassistant/components/guardian/translations/et.json +++ b/homeassistant/components/guardian/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus", "connection_error": "Guardian seadmega \u00fchenduse loomine nurjus." } diff --git a/homeassistant/components/guardian/translations/nl.json b/homeassistant/components/guardian/translations/nl.json index a1cd1def87a..69a69cf9c60 100644 --- a/homeassistant/components/guardian/translations/nl.json +++ b/homeassistant/components/guardian/translations/nl.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Dit Guardian-apparaat is al geconfigureerd.", "already_in_progress": "De configuratie van het Guardian-apparaat is al bezig.", + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met het Guardian-apparaat." }, "step": { diff --git a/homeassistant/components/hangouts/translations/et.json b/homeassistant/components/hangouts/translations/et.json index e8293aff79f..63b7495ba57 100644 --- a/homeassistant/components/hangouts/translations/et.json +++ b/homeassistant/components/hangouts/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, "error": { "invalid_2fa": "Vale 2-teguriline autentimine, proovige uuesti.", "invalid_2fa_method": "Kehtetu 2FA meetod (kontrollige telefoni teel).", diff --git a/homeassistant/components/harmony/translations/et.json b/homeassistant/components/harmony/translations/et.json index 3a91142ca7a..f1a64bd3638 100644 --- a/homeassistant/components/harmony/translations/et.json +++ b/homeassistant/components/harmony/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "already_configured_device": "Seade on juba h\u00e4\u00e4letatud" }, "error": { diff --git a/homeassistant/components/heos/translations/es.json b/homeassistant/components/heos/translations/es.json index ac0aab962be..4810c7afd31 100644 --- a/homeassistant/components/heos/translations/es.json +++ b/homeassistant/components/heos/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Solo puedes configurar una \u00fanica conexi\u00f3n Heos, ya que admitir\u00e1 todos los dispositivos de la red.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/heos/translations/nl.json b/homeassistant/components/heos/translations/nl.json index 2b85788f7af..7b9aa21b613 100644 --- a/homeassistant/components/heos/translations/nl.json +++ b/homeassistant/components/heos/translations/nl.json @@ -1,9 +1,11 @@ { "config": { "abort": { - "already_setup": "U kunt alleen een enkele Heos-verbinding configureren, omdat deze alle apparaten in het netwerk ondersteunt." + "already_setup": "U kunt alleen een enkele Heos-verbinding configureren, omdat deze alle apparaten in het netwerk ondersteunt.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_failure": "Kan geen verbinding maken met de opgegeven host." }, "step": { diff --git a/homeassistant/components/hlk_sw16/translations/et.json b/homeassistant/components/hlk_sw16/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/hlk_sw16/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/home_connect/translations/es.json b/homeassistant/components/home_connect/translations/es.json index 8c60c994df0..10b49c96926 100644 --- a/homeassistant/components/home_connect/translations/es.json +++ b/homeassistant/components/home_connect/translations/es.json @@ -5,11 +5,11 @@ "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})" }, "create_entry": { - "default": "Autenticado correctamente con Home Assistant." + "default": "Autenticado correctamente" }, "step": { "pick_implementation": { - "title": "Selecciona el M\u00e9todo de Autenticaci\u00f3n" + "title": "Selecciona el m\u00e9todo de autenticaci\u00f3n" } } } diff --git a/homeassistant/components/home_connect/translations/et.json b/homeassistant/components/home_connect/translations/et.json new file mode 100644 index 00000000000..a114a72f0e0 --- /dev/null +++ b/homeassistant/components/home_connect/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/nl.json b/homeassistant/components/homekit/translations/nl.json index 538aa000172..75cb9e739b2 100644 --- a/homeassistant/components/homekit/translations/nl.json +++ b/homeassistant/components/homekit/translations/nl.json @@ -1,4 +1,20 @@ { + "config": { + "abort": { + "port_name_in_use": "Er is al een bridge met dezelfde naam of poort geconfigureerd." + }, + "step": { + "pairing": { + "title": "Koppel HomeKit Bridge" + }, + "user": { + "data": { + "auto_start": "Automatisch starten (uitschakelen als u Z-Wave of een ander vertraagd startsysteem gebruikt)" + }, + "title": "Activeer HomeKit Bridge" + } + } + }, "options": { "step": { "advanced": { @@ -15,7 +31,11 @@ "data": { "include_domains": "Op te nemen domeinen" } + }, + "yaml": { + "title": "Pas de HomeKit Bridge-opties aan" } } - } + }, + "title": "HomeKit Bridge" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/es.json b/homeassistant/components/homekit_controller/translations/es.json index b1daa4e50cc..a1e61245ace 100644 --- a/homeassistant/components/homekit_controller/translations/es.json +++ b/homeassistant/components/homekit_controller/translations/es.json @@ -34,8 +34,8 @@ "data": { "pairing_code": "C\u00f3digo de vinculaci\u00f3n" }, - "description": "Introduce tu c\u00f3digo de vinculaci\u00f3n de HomeKit (en este formato XXX-XX-XXX) para usar este accesorio", - "title": "Vincular con accesorio HomeKit" + "description": "El controlador de HomeKit se comunica con {name} a trav\u00e9s de la red de \u00e1rea local usando una conexi\u00f3n encriptada segura sin un controlador HomeKit separado o iCloud. Introduce el c\u00f3digo de vinculaci\u00f3n de tu HomeKit (con el formato XXX-XX-XXX) para usar este accesorio. Este c\u00f3digo suele encontrarse en el propio dispositivo o en el embalaje.", + "title": "Vincular un dispositivo a trav\u00e9s del protocolo de accesorios HomeKit" }, "protocol_error": { "description": "Es posible que el dispositivo no est\u00e9 en modo de emparejamiento y que requiera que se presione un bot\u00f3n f\u00edsico o virtual. Aseg\u00farate de que el dispositivo est\u00e1 en modo de emparejamiento o intenta reiniciar el dispositivo, luego contin\u00faa para reanudar el emparejamiento.", @@ -49,8 +49,8 @@ "data": { "device": "Dispositivo" }, - "description": "Selecciona el dispositivo que quieres vincular", - "title": "Vincular con accesorio HomeKit" + "description": "El controlador de HomeKit se comunica a trav\u00e9s de la red de \u00e1rea local usando una conexi\u00f3n encriptada segura sin un controlador HomeKit separado o iCloud. Selecciona el dispositivo que quieres vincular:", + "title": "Selecci\u00f3n del dispositivo" } } }, diff --git a/homeassistant/components/homematicip_cloud/translations/es.json b/homeassistant/components/homematicip_cloud/translations/es.json index cd300d4e4b3..980b0964d83 100644 --- a/homeassistant/components/homematicip_cloud/translations/es.json +++ b/homeassistant/components/homematicip_cloud/translations/es.json @@ -9,8 +9,8 @@ "invalid_pin": "PIN no v\u00e1lido, por favor int\u00e9ntalo de nuevo.", "invalid_sgtin_or_pin": "PIN no v\u00e1lido, por favor int\u00e9ntalo de nuevo.", "press_the_button": "Por favor, pulsa el bot\u00f3n azul", - "register_failed": "No se pudo registrar, por favor intentelo de nuevo.", - "timeout_button": "Tiempo de espera agotado desde que se apret\u00f3 el bot\u00f3n azul, por favor, int\u00e9ntalo de nuevo." + "register_failed": "No se pudo registrar, por favor int\u00e9ntalo de nuevo.", + "timeout_button": "Se agot\u00f3 el tiempo de espera para presionar el bot\u00f3n azul. Vuelve a intentarlo." }, "step": { "init": { diff --git a/homeassistant/components/homematicip_cloud/translations/et.json b/homeassistant/components/homematicip_cloud/translations/et.json index 4f97508c045..fce92ebcb00 100644 --- a/homeassistant/components/homematicip_cloud/translations/et.json +++ b/homeassistant/components/homematicip_cloud/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "invalid_pin": "Vale PIN-kood. Palun proovige uuesti.", "invalid_sgtin_or_pin": "Vale PIN, palun proovige uuesti" diff --git a/homeassistant/components/huawei_lte/translations/et.json b/homeassistant/components/huawei_lte/translations/et.json index 8c8a4497b99..a0dfbce5757 100644 --- a/homeassistant/components/huawei_lte/translations/et.json +++ b/homeassistant/components/huawei_lte/translations/et.json @@ -1,8 +1,17 @@ { "config": { "error": { + "incorrect_password": "Vale salas\u00f5na", + "incorrect_username_or_password": "Vale kasutajanimi v\u00f5i salas\u00f5na", "invalid_auth": "Tuvastamise viga", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/hue/translations/es.json b/homeassistant/components/hue/translations/es.json index 767c883a87b..91bbfb3771d 100644 --- a/homeassistant/components/hue/translations/es.json +++ b/homeassistant/components/hue/translations/es.json @@ -2,16 +2,16 @@ "config": { "abort": { "all_configured": "Ya se han configurado todas las pasarelas Philips Hue", - "already_configured": "La pasarela ya esta configurada", + "already_configured": "El dispositivo ya est\u00e1 configurado", "already_in_progress": "El flujo de configuraci\u00f3n para la pasarela ya est\u00e1 en marcha.", - "cannot_connect": "No se puede conectar a la pasarela", + "cannot_connect": "No se pudo conectar", "discover_timeout": "Imposible encontrar pasarelas Philips Hue", "no_bridges": "No se han encontrado pasarelas Philips Hue.", "not_hue_bridge": "No es una pasarela Hue", - "unknown": "Se produjo un error desconocido" + "unknown": "Error inesperado" }, "error": { - "linking": "Se produjo un error de enlace desconocido.", + "linking": "Error inesperado", "register_failed": "No se pudo registrar, intente de nuevo" }, "step": { diff --git a/homeassistant/components/humidifier/translations/nl.json b/homeassistant/components/humidifier/translations/nl.json index d74d37d20ad..311943bbd23 100644 --- a/homeassistant/components/humidifier/translations/nl.json +++ b/homeassistant/components/humidifier/translations/nl.json @@ -1,9 +1,19 @@ { "device_automation": { + "action_type": { + "turn_off": "{entity_name} uitschakelen", + "turn_on": "{entity_name} inschakelen" + }, "trigger_type": { "target_humidity_changed": "{entity_name} doel luchtvochtigheid gewijzigd", "turned_off": "{entity_name} is uitgeschakeld", "turned_on": "{entity_name} is ingeschakeld" } + }, + "state": { + "_": { + "off": "Uit", + "on": "Aan" + } } } \ No newline at end of file diff --git a/homeassistant/components/hunterdouglas_powerview/translations/et.json b/homeassistant/components/hunterdouglas_powerview/translations/et.json index 0d70cd06fca..67a152d22bb 100644 --- a/homeassistant/components/hunterdouglas_powerview/translations/et.json +++ b/homeassistant/components/hunterdouglas_powerview/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" diff --git a/homeassistant/components/hvv_departures/translations/es.json b/homeassistant/components/hvv_departures/translations/es.json index 7c9e9384e95..fbfe63e4042 100644 --- a/homeassistant/components/hvv_departures/translations/es.json +++ b/homeassistant/components/hvv_departures/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se ha podido conectar, por favor, int\u00e9ntelo de nuevo.", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "no_results": "No hay resultados. Int\u00e9ntalo con una estaci\u00f3n/direcci\u00f3n diferente" }, diff --git a/homeassistant/components/hvv_departures/translations/et.json b/homeassistant/components/hvv_departures/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/hvv_departures/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hvv_departures/translations/nl.json b/homeassistant/components/hvv_departures/translations/nl.json index 4d00f0bfc74..46399483e18 100644 --- a/homeassistant/components/hvv_departures/translations/nl.json +++ b/homeassistant/components/hvv_departures/translations/nl.json @@ -1,8 +1,12 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/iaqualink/translations/es.json b/homeassistant/components/iaqualink/translations/es.json index 3a7162ce8ae..b91ad03b297 100644 --- a/homeassistant/components/iaqualink/translations/es.json +++ b/homeassistant/components/iaqualink/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Solo puede configurar una \u00fanica conexi\u00f3n iAqualink.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/iaqualink/translations/et.json b/homeassistant/components/iaqualink/translations/et.json index 5311b4cadcd..8a518965277 100644 --- a/homeassistant/components/iaqualink/translations/et.json +++ b/homeassistant/components/iaqualink/translations/et.json @@ -5,6 +5,13 @@ }, "error": { "cannot_connect": "\u00dchendamine nurjus" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/iaqualink/translations/nl.json b/homeassistant/components/iaqualink/translations/nl.json index a83dfe806e7..e2034d74fcd 100644 --- a/homeassistant/components/iaqualink/translations/nl.json +++ b/homeassistant/components/iaqualink/translations/nl.json @@ -1,9 +1,11 @@ { "config": { "abort": { - "already_setup": "U kunt slechts \u00e9\u00e9n iAqualink-verbinding configureren." + "already_setup": "U kunt slechts \u00e9\u00e9n iAqualink-verbinding configureren.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_failure": "Kan geen verbinding maken met iAqualink. Controleer je gebruikersnaam en wachtwoord." }, "step": { diff --git a/homeassistant/components/icloud/translations/es.json b/homeassistant/components/icloud/translations/es.json index 9322716f73d..df670cc7f91 100644 --- a/homeassistant/components/icloud/translations/es.json +++ b/homeassistant/components/icloud/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Cuenta ya configurada", + "already_configured": "La cuenta ya ha sido configurada", "no_device": "Ninguno de tus dispositivos tiene activado \"Buscar mi iPhone\"" }, "error": { diff --git a/homeassistant/components/icloud/translations/et.json b/homeassistant/components/icloud/translations/et.json index 2227b7442a7..a9b3a8983dd 100644 --- a/homeassistant/components/icloud/translations/et.json +++ b/homeassistant/components/icloud/translations/et.json @@ -1,7 +1,17 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/ifttt/translations/es.json b/homeassistant/components/ifttt/translations/es.json index 7af87b11f35..acc74410df5 100644 --- a/homeassistant/components/ifttt/translations/es.json +++ b/homeassistant/components/ifttt/translations/es.json @@ -1,9 +1,9 @@ { "config": { "abort": { - "not_internet_accessible": "Su instancia de Home Assistant debe estar accesible desde Internet para recibir mensajes IFTTT.", + "not_internet_accessible": "Tu instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes IFTTT.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant debes usar la acci\u00f3n \"Make a web request\" del [applet IFTTT Webhook]({applet_url}).\n\nCompleta la siguiente informaci\u00f3n: \n\n- URL: `{webhook_url}`\n- M\u00e9todo: POST\n- Tipo de contenido: application/json\n\nConsulta [la documentaci\u00f3n]({docs_url}) sobre c\u00f3mo configurar las automatizaciones para manejar los datos entrantes." diff --git a/homeassistant/components/ifttt/translations/nl.json b/homeassistant/components/ifttt/translations/nl.json index f6ebaa0e7c4..8415509b941 100644 --- a/homeassistant/components/ifttt/translations/nl.json +++ b/homeassistant/components/ifttt/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant-instantie moet via internet toegankelijk zijn om IFTTT-berichten te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar de Home Assistant te verzenden, moet u de actie \"Een webverzoek doen\" gebruiken vanuit de [IFTTT Webhook-applet]({applet_url}). \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\nZie [the documentation]({docs_url}) voor informatie over het configureren van automatiseringen om inkomende gegevens te verwerken." diff --git a/homeassistant/components/insteon/translations/es.json b/homeassistant/components/insteon/translations/es.json index 40b87768cd4..093311b7b82 100644 --- a/homeassistant/components/insteon/translations/es.json +++ b/homeassistant/components/insteon/translations/es.json @@ -57,7 +57,7 @@ }, "plm": { "data": { - "device": "Dispositivo PLM (es decir, /dev/ttyUSB0 o COM3)" + "device": "Ruta del dispositivo USB" }, "description": "Configure el M\u00f3dem Insteon PowerLink (PLM).", "title": "Insteon PLM" @@ -77,7 +77,7 @@ "cannot_connect": "No se puede conectar al m\u00f3dem Insteon" }, "error": { - "cannot_connect": "No se conect\u00f3 al m\u00f3dem Insteon, por favor, int\u00e9ntelo de nuevo.", + "cannot_connect": "No se pudo conectar", "input_error": "Entradas no v\u00e1lidas, compruebe sus valores.", "select_single": "Selecciona una opci\u00f3n" }, @@ -103,10 +103,10 @@ }, "change_hub_config": { "data": { - "host": "Nuevo nombre del host o direcci\u00f3n IP", - "password": "Nueva contrase\u00f1a", - "port": "Nuevo n\u00famero de puerto", - "username": "Nuevo nombre de usuario" + "host": "Direcci\u00f3n IP", + "password": "Contrase\u00f1a", + "port": "Puerto", + "username": "Usuario" }, "description": "Cambiar la informaci\u00f3n de la conexi\u00f3n del Hub Insteon. Debes reiniciar el Home Assistant despu\u00e9s de hacer este cambio. Esto no cambia la configuraci\u00f3n del Hub en s\u00ed. Para cambiar la configuraci\u00f3n del Hub usa la aplicaci\u00f3n Hub.", "title": "Insteon" diff --git a/homeassistant/components/insteon/translations/et.json b/homeassistant/components/insteon/translations/et.json new file mode 100644 index 00000000000..c6ffc46329b --- /dev/null +++ b/homeassistant/components/insteon/translations/et.json @@ -0,0 +1,34 @@ +{ + "config": { + "step": { + "hub2": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + }, + "hubv2": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + }, + "user": { + "data": { + "modem_type": "Modemi mudel." + }, + "description": "Vali Insteoni modemi mudel." + } + } + }, + "options": { + "step": { + "change_hub_config": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/insteon/translations/nl.json b/homeassistant/components/insteon/translations/nl.json index 538755dd013..5c8ffa91cff 100644 --- a/homeassistant/components/insteon/translations/nl.json +++ b/homeassistant/components/insteon/translations/nl.json @@ -1,13 +1,26 @@ { "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + }, "step": { "hub2": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } }, + "hubv1": { + "data": { + "host": "IP-adres", + "port": "Poort" + } + }, "hubv2": { "data": { + "host": "IP-adres", + "password": "Wachtwoord", + "port": "Poort", "username": "Gebruikersnaam" } }, diff --git a/homeassistant/components/ios/translations/es.json b/homeassistant/components/ios/translations/es.json index e66c48a2355..3c4064280e7 100644 --- a/homeassistant/components/ios/translations/es.json +++ b/homeassistant/components/ios/translations/es.json @@ -5,7 +5,7 @@ }, "step": { "confirm": { - "description": "\u00bfDesea configurar el componente iOS de Home Assistant?" + "description": "\u00bfQuieres configurar el componente iOS de Home Assistant?" } } } diff --git a/homeassistant/components/ipp/translations/ca.json b/homeassistant/components/ipp/translations/ca.json index 32a04679eee..f282838a757 100644 --- a/homeassistant/components/ipp/translations/ca.json +++ b/homeassistant/components/ipp/translations/ca.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "El dispositiu ja est\u00e0 configurat", + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "Ha fallat la connexi\u00f3", "connection_upgrade": "No s'ha pogut connectar amb la impressora, es necessita actualitzar la connexi\u00f3.", "ipp_error": "S'ha produ\u00eft un error IPP.", @@ -10,6 +11,7 @@ "unique_id_required": "Falta la identificaci\u00f3 \u00fanica al dispositiu, necess\u00e0ria per al descobriment." }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "Ha fallat la connexi\u00f3", "connection_upgrade": "No s'ha pogut connectar amb la impressora. Prova-ho novament amb l'opci\u00f3 SSL/TLS activada." }, diff --git a/homeassistant/components/ipp/translations/es.json b/homeassistant/components/ipp/translations/es.json index 51c7e63677d..b357768b191 100644 --- a/homeassistant/components/ipp/translations/es.json +++ b/homeassistant/components/ipp/translations/es.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Dispositivo ya configurado", + "cannot_connect": "No se pudo conectar", "connection_error": "Error al conectar", "connection_upgrade": "No se pudo conectar con la impresora debido a que se requiere una actualizaci\u00f3n de la conexi\u00f3n.", "ipp_error": "Error IPP encontrado.", @@ -10,6 +11,7 @@ "unique_id_required": "El dispositivo no tiene identificaci\u00f3n \u00fanica necesaria para el descubrimiento." }, "error": { + "cannot_connect": "No se pudo conectar", "connection_error": "Error al conectar", "connection_upgrade": "No se pudo conectar con la impresora. Int\u00e9ntalo de nuevo con la opci\u00f3n SSL/TLS marcada." }, @@ -18,10 +20,10 @@ "user": { "data": { "base_path": "Ruta relativa a la impresora", - "host": "Host o direcci\u00f3n IP", + "host": "Host", "port": "Puerto", - "ssl": "La impresora admite la comunicaci\u00f3n a trav\u00e9s de SSL/TLS", - "verify_ssl": "La impresora usa un certificado SSL adecuado" + "ssl": "Utiliza un certificado SSL", + "verify_ssl": "Verificar certificado SSL" }, "description": "Configura tu impresora a trav\u00e9s del Protocolo de Impresi\u00f3n de Internet (IPP) para integrarla con Home Assistant.", "title": "Vincula tu impresora" diff --git a/homeassistant/components/ipp/translations/et.json b/homeassistant/components/ipp/translations/et.json index ac554145a17..46eb05aa8ee 100644 --- a/homeassistant/components/ipp/translations/et.json +++ b/homeassistant/components/ipp/translations/et.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Seade on juba seadistatud", + "cannot_connect": "\u00dchendamine nurjus", "connection_error": "\u00dchendumine eba\u00f5nnestus", "connection_upgrade": "Printeriga \u00fchenduse loomine nurjus kuna vajalik on \u00fchenduse uuendamine.", "ipp_error": "Ilmnes IPP viga.", @@ -10,6 +11,7 @@ "unique_id_required": "Seadmel puudub avastamiseks vajalik kordumatu ID." }, "error": { + "cannot_connect": "\u00dchendamine nurjus", "connection_error": "\u00dchendumine eba\u00f5nnestus", "connection_upgrade": "Printeriga \u00fchenduse loomine nurjus. Proovige uuesti kui SSL/TLS-i suvand on m\u00e4rgitud." }, diff --git a/homeassistant/components/ipp/translations/nl.json b/homeassistant/components/ipp/translations/nl.json index e021c8a0010..fbcfac358ea 100644 --- a/homeassistant/components/ipp/translations/nl.json +++ b/homeassistant/components/ipp/translations/nl.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Deze printer is al geconfigureerd.", + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met de printer.", "connection_upgrade": "Kan geen verbinding maken met de printer omdat een upgrade van de verbinding vereist is.", "ipp_error": "Er is een IPP-fout opgetreden.", @@ -10,6 +11,7 @@ "unique_id_required": "Apparaat ontbreekt een unieke identificatie die nodig is voor de ontdekking." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met de printer.", "connection_upgrade": "Kan geen verbinding maken met de printer. Probeer het opnieuw met SSL / TLS-optie aangevinkt." }, diff --git a/homeassistant/components/ipp/translations/zh-Hant.json b/homeassistant/components/ipp/translations/zh-Hant.json index 3ddd1250f15..335ae984414 100644 --- a/homeassistant/components/ipp/translations/zh-Hant.json +++ b/homeassistant/components/ipp/translations/zh-Hant.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "cannot_connect": "\u9023\u7dda\u5931\u6557", "connection_error": "\u9023\u7dda\u5931\u6557", "connection_upgrade": "\u7531\u65bc\u9700\u8981\u5148\u5347\u7d1a\u9023\u7dda\u3001\u9023\u7dda\u81f3\u5370\u8868\u6a5f\u5931\u6557\u3002", "ipp_error": "\u767c\u751f IPP \u932f\u8aa4\u3002", @@ -10,6 +11,7 @@ "unique_id_required": "\u8a2d\u5099\u7f3a\u5c11\u641c\u5c0b\u6240\u9700\u7368\u4e00\u8b58\u5225\u3002" }, "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", "connection_error": "\u9023\u7dda\u5931\u6557", "connection_upgrade": "\u9023\u7dda\u81f3\u5370\u8868\u6a5f\u5931\u6557\u3002\u8acb\u52fe\u9078 SSL/TLS \u9078\u9805\u5f8c\u518d\u8a66\u4e00\u6b21\u3002" }, diff --git a/homeassistant/components/iqvia/translations/et.json b/homeassistant/components/iqvia/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/iqvia/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/islamic_prayer_times/translations/es.json b/homeassistant/components/islamic_prayer_times/translations/es.json index 951ba94a7c1..6460d121f60 100644 --- a/homeassistant/components/islamic_prayer_times/translations/es.json +++ b/homeassistant/components/islamic_prayer_times/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "one_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "user": { diff --git a/homeassistant/components/islamic_prayer_times/translations/nl.json b/homeassistant/components/islamic_prayer_times/translations/nl.json index 2f69b417998..9cfc67e2049 100644 --- a/homeassistant/components/islamic_prayer_times/translations/nl.json +++ b/homeassistant/components/islamic_prayer_times/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "one_instance_allowed": "Slechts \u00e9\u00e9n exemplaar is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n exemplaar is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "step": { "user": { diff --git a/homeassistant/components/isy994/translations/et.json b/homeassistant/components/isy994/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/isy994/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/isy994/translations/nl.json b/homeassistant/components/isy994/translations/nl.json index b252dde3257..d22d721de0f 100644 --- a/homeassistant/components/isy994/translations/nl.json +++ b/homeassistant/components/isy994/translations/nl.json @@ -4,6 +4,7 @@ "step": { "user": { "data": { + "host": "URL", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/izone/translations/es.json b/homeassistant/components/izone/translations/es.json index 0ae7e16a512..ebd41ca9717 100644 --- a/homeassistant/components/izone/translations/es.json +++ b/homeassistant/components/izone/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "No se han encontrado dispositivos iZone en la red.", - "single_instance_allowed": "Solo es necesaria una \u00fanica configuraci\u00f3n de iZone." + "no_devices_found": "No se encontraron dispositivos en la red", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "confirm": { diff --git a/homeassistant/components/juicenet/translations/es.json b/homeassistant/components/juicenet/translations/es.json index b8e3d3444c2..12b5159c99c 100644 --- a/homeassistant/components/juicenet/translations/es.json +++ b/homeassistant/components/juicenet/translations/es.json @@ -1,17 +1,17 @@ { "config": { "abort": { - "already_configured": "Esta cuenta de JuiceNet ya est\u00e1 configurada" + "already_configured": "La cuenta ya ha sido configurada" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, "step": { "user": { "data": { - "api_token": "Token API de JuiceNet" + "api_token": "Token API" }, "description": "Necesitar\u00e1s el Token API de https://home.juice.net/Manage.", "title": "Conectar a JuiceNet" diff --git a/homeassistant/components/juicenet/translations/et.json b/homeassistant/components/juicenet/translations/et.json new file mode 100644 index 00000000000..1205350a0f0 --- /dev/null +++ b/homeassistant/components/juicenet/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/juicenet/translations/nl.json b/homeassistant/components/juicenet/translations/nl.json new file mode 100644 index 00000000000..42978a06b37 --- /dev/null +++ b/homeassistant/components/juicenet/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/kodi/translations/es.json b/homeassistant/components/kodi/translations/es.json index aabc87cb41d..79324509e3b 100644 --- a/homeassistant/components/kodi/translations/es.json +++ b/homeassistant/components/kodi/translations/es.json @@ -36,7 +36,7 @@ "data": { "host": "Host", "port": "Puerto", - "ssl": "Conectar a trav\u00e9s de SSL" + "ssl": "Utiliza un certificado SSL" }, "description": "Informaci\u00f3n de la conexi\u00f3n de Kodi. Por favor, aseg\u00farese de habilitar \"Permitir el control de Kodi v\u00eda HTTP\" en Sistema/Configuraci\u00f3n/Red/Servicios." }, diff --git a/homeassistant/components/kodi/translations/et.json b/homeassistant/components/kodi/translations/et.json index 9d7c8e2a028..a4f2be7e2da 100644 --- a/homeassistant/components/kodi/translations/et.json +++ b/homeassistant/components/kodi/translations/et.json @@ -1,4 +1,17 @@ { + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "credentials": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + }, "device_automation": { "trigger_type": { "turn_off": "{entity_name} paluti v\u00e4lja l\u00fclitada", diff --git a/homeassistant/components/kodi/translations/nl.json b/homeassistant/components/kodi/translations/nl.json index 235d5a50be6..c47fd73eea8 100644 --- a/homeassistant/components/kodi/translations/nl.json +++ b/homeassistant/components/kodi/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "unknown": "Onverwachte fout" }, "step": { @@ -9,12 +10,22 @@ "username": "Gebruikersnaam" } }, + "host": { + "data": { + "port": "Poort" + } + }, "user": { "data": { "host": "Host", "port": "Poort", "ssl": "Maak verbinding via SSL" } + }, + "ws_port": { + "data": { + "ws_port": "Poort" + } } } } diff --git a/homeassistant/components/konnected/translations/et.json b/homeassistant/components/konnected/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/konnected/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/konnected/translations/nl.json b/homeassistant/components/konnected/translations/nl.json index 8e9eba0d134..6d4dbc23db3 100644 --- a/homeassistant/components/konnected/translations/nl.json +++ b/homeassistant/components/konnected/translations/nl.json @@ -11,6 +11,7 @@ }, "step": { "confirm": { + "description": "Model: {model}\nID: {id}\nHost: {host}\nPoort: {port}\n\nJe kan de IO en de paneelwerking configureren in de Konnected Alarm Panel instellingen.", "title": "Konnected Apparaat Klaar" }, "import_confirm": { @@ -42,13 +43,16 @@ "name": "Naam (optioneel)", "type": "Type binaire sensor" }, + "description": "{zone} opties", "title": "Binaire sensor configureren" }, "options_digital": { "data": { "name": "Naam (optioneel)", + "poll_interval": "Poll interval (minuten) (optioneel)", "type": "Type sensor" - } + }, + "description": "{zone} opties" }, "options_io": { "data": { @@ -59,7 +63,8 @@ "5": "Zone 5", "6": "Zone 6", "7": "Zone 7" - } + }, + "title": "Configureer I/O" }, "options_io_ext": { "data": { @@ -71,7 +76,8 @@ "alarm1": "ALARM1", "alarm2_out2": "OUT2 / ALARM2", "out1": "OUT1" - } + }, + "title": "Configureer uitgebreide I/O" }, "options_misc": { "data": { @@ -84,7 +90,9 @@ "options_switch": { "data": { "more_states": "Aanvullende statussen voor deze zone configureren", - "name": "Naam (optioneel)" + "name": "Naam (optioneel)", + "pause": "Pauze tussen de pulsen (ms) (optioneel)", + "repeat": "Aantal herhalingen (-1=oneindig) (optioneel)" }, "title": "Schakelbare uitgang configureren" } diff --git a/homeassistant/components/life360/translations/et.json b/homeassistant/components/life360/translations/et.json index 6ea3ab1c89e..a2f2bf56ae1 100644 --- a/homeassistant/components/life360/translations/et.json +++ b/homeassistant/components/life360/translations/et.json @@ -1,7 +1,18 @@ { "config": { + "abort": { + "user_already_configured": "Konto on juba seadistatud" + }, "error": { - "unexpected": "Ootamatu t\u00f5rge Life360 serveriga suhtlemisel" + "unexpected": "Ootamatu t\u00f5rge Life360 serveriga suhtlemisel", + "user_already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/life360/translations/nl.json b/homeassistant/components/life360/translations/nl.json index fac13b7b3da..ad1ececc858 100644 --- a/homeassistant/components/life360/translations/nl.json +++ b/homeassistant/components/life360/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "invalid_credentials": "Ongeldige gebruikersgegevens" + "invalid_credentials": "Ongeldige gebruikersgegevens", + "user_already_configured": "Account is al geconfigureerd" }, "create_entry": { "default": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url})." diff --git a/homeassistant/components/light/translations/es.json b/homeassistant/components/light/translations/es.json index 51e09168241..790fd0e34ef 100644 --- a/homeassistant/components/light/translations/es.json +++ b/homeassistant/components/light/translations/es.json @@ -19,7 +19,7 @@ }, "state": { "_": { - "off": "Apagada", + "off": "Apagado", "on": "Encendida" } }, diff --git a/homeassistant/components/local_ip/translations/es.json b/homeassistant/components/local_ip/translations/es.json index 7af25649769..570a566d033 100644 --- a/homeassistant/components/local_ip/translations/es.json +++ b/homeassistant/components/local_ip/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Solo se permite una \u00fanica configuraci\u00f3n de IP Local." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "user": { diff --git a/homeassistant/components/locative/translations/es.json b/homeassistant/components/locative/translations/es.json index d095c46744d..11c789ddaed 100644 --- a/homeassistant/components/locative/translations/es.json +++ b/homeassistant/components/locative/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tu Home Assistant debe ser accesible desde Internet para recibir mensajes de Geofency.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar ubicaciones a Home Assistant, es necesario configurar la caracter\u00edstica webhook en la app de Locative.\n\nRellena la siguiente informaci\u00f3n:\n\n- URL: `{webhook_url}`\n- M\u00e9todo: POST\n\nRevisa [la documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/locative/translations/nl.json b/homeassistant/components/locative/translations/nl.json index 655752b6e69..340eeecb0a6 100644 --- a/homeassistant/components/locative/translations/nl.json +++ b/homeassistant/components/locative/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Je Home Assistant instance moet bereikbaar zijn vanuit het internet om berichten van Geofency te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om locaties naar Home Assistant te sturen, moet u de Webhook-functie instellen in de Locative app. \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Methode: POST \n\n Zie [de documentatie]({docs_url}) voor meer informatie." diff --git a/homeassistant/components/lutron_caseta/translations/es.json b/homeassistant/components/lutron_caseta/translations/es.json index 3440342d40f..cfd8551bab9 100644 --- a/homeassistant/components/lutron_caseta/translations/es.json +++ b/homeassistant/components/lutron_caseta/translations/es.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "El bridge Cas\u00e9ta ya est\u00e1 configurado.", - "cannot_connect": "Configuraci\u00f3n cancelada para el bridge Cas\u00e9ta debido a un error en la conexi\u00f3n." + "already_configured": "El dispositivo ya est\u00e1 configurado", + "cannot_connect": "No se pudo conectar" }, "error": { - "cannot_connect": "No se pudo conectar con el bridge Cas\u00e9ta; compruebe la configuraci\u00f3n del host y del certificado." + "cannot_connect": "No se pudo conectar" }, "step": { "import_failed": { diff --git a/homeassistant/components/lutron_caseta/translations/et.json b/homeassistant/components/lutron_caseta/translations/et.json index 72a54b6b977..236363a9346 100644 --- a/homeassistant/components/lutron_caseta/translations/et.json +++ b/homeassistant/components/lutron_caseta/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "Cas\u00e9ta Bridge seadmega \u00fchenduse loomine nurjus. Kontrolli hosti ja serdi s\u00e4tteid." } diff --git a/homeassistant/components/mailgun/translations/es.json b/homeassistant/components/mailgun/translations/es.json index 4b9762c8b92..d7622a5c218 100644 --- a/homeassistant/components/mailgun/translations/es.json +++ b/homeassistant/components/mailgun/translations/es.json @@ -2,8 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Tu instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Mailgun.", - "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "one_instance_allowed": "Solo es necesaria una instancia.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant debes configurar los [Webhooks en Mailgun]({mailgun_url}). \n\n Completa la siguiente informaci\u00f3n: \n\n - URL: `{webhook_url}` \n - M\u00e9todo: POST \n - Tipo de contenido: application/json \n\n Consulta [la documentaci\u00f3n]({docs_url}) sobre c\u00f3mo configurar las automatizaciones para manejar los datos entrantes." diff --git a/homeassistant/components/mailgun/translations/nl.json b/homeassistant/components/mailgun/translations/nl.json index 24d10647e32..7cfebddcdbd 100644 --- a/homeassistant/components/mailgun/translations/nl.json +++ b/homeassistant/components/mailgun/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Mailgun-berichten te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n enkele instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n enkele instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar Home Assistant te verzenden, moet u [Webhooks with Mailgun]({mailgun_url}) instellen. \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Methode: POST \n - Inhoudstype: application/json \n\n Zie [de documentatie]({docs_url}) voor informatie over het configureren van automatiseringen om binnenkomende gegevens te verwerken." diff --git a/homeassistant/components/melcloud/translations/et.json b/homeassistant/components/melcloud/translations/et.json index 0d70cd06fca..1f41cd908f8 100644 --- a/homeassistant/components/melcloud/translations/et.json +++ b/homeassistant/components/melcloud/translations/et.json @@ -3,6 +3,13 @@ "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/metoffice/translations/es.json b/homeassistant/components/metoffice/translations/es.json index 8412a08d55d..098e8fb0335 100644 --- a/homeassistant/components/metoffice/translations/es.json +++ b/homeassistant/components/metoffice/translations/es.json @@ -10,7 +10,7 @@ "step": { "user": { "data": { - "api_key": "Clave API de Met Office DataPoint", + "api_key": "Clave API", "latitude": "Latitud", "longitude": "Longitud" }, diff --git a/homeassistant/components/metoffice/translations/et.json b/homeassistant/components/metoffice/translations/et.json index c6ad082c40e..e5f35a73773 100644 --- a/homeassistant/components/metoffice/translations/et.json +++ b/homeassistant/components/metoffice/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/metoffice/translations/nl.json b/homeassistant/components/metoffice/translations/nl.json new file mode 100644 index 00000000000..ca0c4269579 --- /dev/null +++ b/homeassistant/components/metoffice/translations/nl.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "latitude": "Breedtegraad", + "longitude": "Lengtegraad" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mikrotik/translations/et.json b/homeassistant/components/mikrotik/translations/et.json index 51c20225df5..b7eaf165e6c 100644 --- a/homeassistant/components/mikrotik/translations/et.json +++ b/homeassistant/components/mikrotik/translations/et.json @@ -1,10 +1,18 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "already_configured_device": "Seade on juba h\u00e4\u00e4lestatud" }, "error": { "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/mill/translations/et.json b/homeassistant/components/mill/translations/et.json new file mode 100644 index 00000000000..218619d6085 --- /dev/null +++ b/homeassistant/components/mill/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/minecraft_server/translations/et.json b/homeassistant/components/minecraft_server/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/minecraft_server/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/monoprice/translations/es.json b/homeassistant/components/monoprice/translations/es.json index 549b7134234..e32631c5efe 100644 --- a/homeassistant/components/monoprice/translations/es.json +++ b/homeassistant/components/monoprice/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar, por favor int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "unknown": "Error inesperado" }, "step": { diff --git a/homeassistant/components/monoprice/translations/et.json b/homeassistant/components/monoprice/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/monoprice/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mqtt/translations/es.json b/homeassistant/components/mqtt/translations/es.json index 4ebf1e11c77..d36cfbc9694 100644 --- a/homeassistant/components/mqtt/translations/es.json +++ b/homeassistant/components/mqtt/translations/es.json @@ -52,7 +52,7 @@ "error": { "bad_birth": "Tema de nacimiento inv\u00e1lido.", "bad_will": "Tema deseado inv\u00e1lido.", - "cannot_connect": "No se puede conectar con el agente." + "cannot_connect": "No se pudo conectar" }, "step": { "broker": { diff --git a/homeassistant/components/mqtt/translations/nl.json b/homeassistant/components/mqtt/translations/nl.json index 2b8119aca4d..cedab89e3e2 100644 --- a/homeassistant/components/mqtt/translations/nl.json +++ b/homeassistant/components/mqtt/translations/nl.json @@ -36,14 +36,32 @@ "button_6": "Zesde knop", "turn_off": "Uitschakelen", "turn_on": "Inschakelen" + }, + "trigger_type": { + "button_double_press": "\"{subtype}\" dubbel geklikt", + "button_long_press": "\"{subtype}\" continu ingedrukt", + "button_long_release": "\"{subtype}\" losgelaten na lang indrukken", + "button_quadruple_press": "\"{subtype}\" viermaal geklikt", + "button_quintuple_press": "\"{subtype}\" vijfmaal geklikt", + "button_short_press": "\" {subtype} \" ingedrukt", + "button_short_release": "\"{subtype}\" losgelaten", + "button_triple_press": "\" {subtype} \" driemaal geklikt" } }, "options": { "step": { "broker": { "data": { + "password": "Wachtwoord", + "port": "Poort", "username": "Gebruikersnaam" } + }, + "options": { + "data": { + "birth_payload": "Birth message payload", + "birth_topic": "Birth message onderwerp" + } } } } diff --git a/homeassistant/components/myq/translations/et.json b/homeassistant/components/myq/translations/et.json index 0d70cd06fca..f967357ae17 100644 --- a/homeassistant/components/myq/translations/et.json +++ b/homeassistant/components/myq/translations/et.json @@ -1,8 +1,18 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/neato/translations/es.json b/homeassistant/components/neato/translations/es.json index 13dbe19844c..f4eddbd5800 100644 --- a/homeassistant/components/neato/translations/es.json +++ b/homeassistant/components/neato/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Ya est\u00e1 configurado", + "already_configured": "El dispositivo ya est\u00e1 configurado", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "invalid_credentials": "Credenciales no v\u00e1lidas" }, diff --git a/homeassistant/components/neato/translations/et.json b/homeassistant/components/neato/translations/et.json index 4026f703b7b..e761939220b 100644 --- a/homeassistant/components/neato/translations/et.json +++ b/homeassistant/components/neato/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "invalid_auth": "Tuvastamise viga" }, "error": { diff --git a/homeassistant/components/netatmo/translations/es.json b/homeassistant/components/netatmo/translations/es.json index 1ad29ab080d..556fe2626d4 100644 --- a/homeassistant/components/netatmo/translations/es.json +++ b/homeassistant/components/netatmo/translations/es.json @@ -4,7 +4,7 @@ "authorize_url_timeout": "Tiempo excedido generando la url de autorizaci\u00f3n.", "missing_configuration": "El componente no est\u00e1 configurado. Por favor, consulta la documentaci\u00f3n.", "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Autenticado correctamente" diff --git a/homeassistant/components/netatmo/translations/et.json b/homeassistant/components/netatmo/translations/et.json index cf0944dbe0e..58d21a17c99 100644 --- a/homeassistant/components/netatmo/translations/et.json +++ b/homeassistant/components/netatmo/translations/et.json @@ -1,4 +1,9 @@ { + "config": { + "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})" + } + }, "options": { "step": { "public_weather": { diff --git a/homeassistant/components/nexia/translations/et.json b/homeassistant/components/nexia/translations/et.json index 0d70cd06fca..09a078487d6 100644 --- a/homeassistant/components/nexia/translations/et.json +++ b/homeassistant/components/nexia/translations/et.json @@ -1,8 +1,18 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/nightscout/translations/es.json b/homeassistant/components/nightscout/translations/es.json index 307b8ede5aa..1731cd7f48c 100644 --- a/homeassistant/components/nightscout/translations/es.json +++ b/homeassistant/components/nightscout/translations/es.json @@ -15,7 +15,7 @@ "api_key": "Clave API", "url": "URL" }, - "description": "- URL: la direcci\u00f3n de tu instancia de nightscout. Por ejemplo: https://myhomeassistant.duckdns.org:5423 \n - Clave API (opcional): util\u00edzala s\u00f3lo si tu instancia est\u00e1 protegida (auth_default_roles! = readable).", + "description": "- URL: la direcci\u00f3n de tu instancia de nightscout. Por ejemplo: https://myhomeassistant.duckdns.org:5423 \n- Clave API (opcional): util\u00edzala s\u00f3lo si tu instancia est\u00e1 protegida (auth_default_roles! = readable).", "title": "Introduce la informaci\u00f3n del servidor de Nightscout." } } diff --git a/homeassistant/components/nightscout/translations/et.json b/homeassistant/components/nightscout/translations/et.json index cc02e4ab964..6e26a2b8095 100644 --- a/homeassistant/components/nightscout/translations/et.json +++ b/homeassistant/components/nightscout/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "invalid_auth": "Tuvastamise viga" }, diff --git a/homeassistant/components/nightscout/translations/nl.json b/homeassistant/components/nightscout/translations/nl.json new file mode 100644 index 00000000000..cfa9719c677 --- /dev/null +++ b/homeassistant/components/nightscout/translations/nl.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "step": { + "user": { + "data": { + "url": "URL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/notion/translations/es.json b/homeassistant/components/notion/translations/es.json index 40f2f1af14f..ef4aa8e22db 100644 --- a/homeassistant/components/notion/translations/es.json +++ b/homeassistant/components/notion/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Este nombre de usuario ya est\u00e1 en uso." + "already_configured": "La cuenta ya ha sido configurada" }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/notion/translations/et.json b/homeassistant/components/notion/translations/et.json index 2227b7442a7..bd352e4dff2 100644 --- a/homeassistant/components/notion/translations/et.json +++ b/homeassistant/components/notion/translations/et.json @@ -1,7 +1,18 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { - "invalid_auth": "Tuvastamise viga" + "invalid_auth": "Tuvastamise viga", + "invalid_credentials": "Vale kasutajanimi v\u00f5i salas\u00f5na" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/nuheat/translations/es.json b/homeassistant/components/nuheat/translations/es.json index 6b11fe39500..088978d4c50 100644 --- a/homeassistant/components/nuheat/translations/es.json +++ b/homeassistant/components/nuheat/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "El termostato ya est\u00e1 configurado." + "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar, por favor int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "invalid_thermostat": "El n\u00famero de serie del termostato no es v\u00e1lido.", "unknown": "Error inesperado" diff --git a/homeassistant/components/nuheat/translations/et.json b/homeassistant/components/nuheat/translations/et.json index 0d70cd06fca..09a078487d6 100644 --- a/homeassistant/components/nuheat/translations/et.json +++ b/homeassistant/components/nuheat/translations/et.json @@ -1,8 +1,18 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/nut/translations/es.json b/homeassistant/components/nut/translations/es.json index d05fb5587dc..c76fc0da798 100644 --- a/homeassistant/components/nut/translations/es.json +++ b/homeassistant/components/nut/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "unknown": "Error inesperado" }, "step": { diff --git a/homeassistant/components/nut/translations/et.json b/homeassistant/components/nut/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/nut/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nws/translations/es.json b/homeassistant/components/nws/translations/es.json index 4c1107dd05e..4e7732c062d 100644 --- a/homeassistant/components/nws/translations/es.json +++ b/homeassistant/components/nws/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "El dispositivo ya est\u00e1 configurado" + "already_configured": "El servicio ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "unknown": "Error inesperado" }, "step": { diff --git a/homeassistant/components/nws/translations/et.json b/homeassistant/components/nws/translations/et.json index a9607835b43..e26c4faae95 100644 --- a/homeassistant/components/nws/translations/et.json +++ b/homeassistant/components/nws/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/nzbget/translations/es.json b/homeassistant/components/nzbget/translations/es.json index aeb78ca7886..153fa5736af 100644 --- a/homeassistant/components/nzbget/translations/es.json +++ b/homeassistant/components/nzbget/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n.", "unknown": "Error inesperado" }, "error": { @@ -16,9 +16,9 @@ "name": "Nombre", "password": "Contrase\u00f1a", "port": "Puerto", - "ssl": "NZBGet utiliza un certificado SSL", + "ssl": "Utiliza un certificado SSL", "username": "Usuario", - "verify_ssl": "NZBGet utiliza un certificado adecuado" + "verify_ssl": "Verificar certificado SSL" }, "title": "Conectarse a NZBGet" } diff --git a/homeassistant/components/nzbget/translations/et.json b/homeassistant/components/nzbget/translations/et.json new file mode 100644 index 00000000000..af5a16c1300 --- /dev/null +++ b/homeassistant/components/nzbget/translations/et.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/nl.json b/homeassistant/components/nzbget/translations/nl.json index 472952ad8b1..b8caac157dc 100644 --- a/homeassistant/components/nzbget/translations/nl.json +++ b/homeassistant/components/nzbget/translations/nl.json @@ -1,9 +1,15 @@ { "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + }, + "flow_title": "NZBGet: {name}", "step": { "user": { "data": { "name": "Naam", + "password": "Wachtwoord", + "port": "Poort", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/omnilogic/translations/es.json b/homeassistant/components/omnilogic/translations/es.json index 849cd73b40f..aa9cafc9ddb 100644 --- a/homeassistant/components/omnilogic/translations/es.json +++ b/homeassistant/components/omnilogic/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/omnilogic/translations/nl.json b/homeassistant/components/omnilogic/translations/nl.json index 2f7e9cfbd12..31587927587 100644 --- a/homeassistant/components/omnilogic/translations/nl.json +++ b/homeassistant/components/omnilogic/translations/nl.json @@ -1,8 +1,17 @@ { "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + }, + "error": { + "cannot_connect": "Kan geen verbinding maken", + "invalid_auth": "Onjuiste gebruikersgegevens", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Benutzername" } } diff --git a/homeassistant/components/onvif/translations/et.json b/homeassistant/components/onvif/translations/et.json index 8f0eb1c05f1..8ab61348bd0 100644 --- a/homeassistant/components/onvif/translations/et.json +++ b/homeassistant/components/onvif/translations/et.json @@ -1,7 +1,17 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchendamine nurjus" + }, + "step": { + "auth": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/onvif/translations/nl.json b/homeassistant/components/onvif/translations/nl.json index 71ba0d115be..deb2ba42c5f 100644 --- a/homeassistant/components/onvif/translations/nl.json +++ b/homeassistant/components/onvif/translations/nl.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "auth": { "data": { diff --git a/homeassistant/components/openweathermap/translations/es.json b/homeassistant/components/openweathermap/translations/es.json index a3d783ef84d..318061a06a7 100644 --- a/homeassistant/components/openweathermap/translations/es.json +++ b/homeassistant/components/openweathermap/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La integraci\u00f3n de OpenWeatherMap para estas coordenadas ya est\u00e1 configurada." + "already_configured": "La ubicaci\u00f3n ya est\u00e1 configurada" }, "error": { "auth": "La clave de API no es correcta.", @@ -12,7 +12,7 @@ "step": { "user": { "data": { - "api_key": "Clave de API de OpenWeatherMap", + "api_key": "Clave API", "language": "Idioma", "latitude": "Latitud", "longitude": "Longitud", diff --git a/homeassistant/components/openweathermap/translations/nl.json b/homeassistant/components/openweathermap/translations/nl.json index fdff089bddb..8eea3e7c649 100644 --- a/homeassistant/components/openweathermap/translations/nl.json +++ b/homeassistant/components/openweathermap/translations/nl.json @@ -5,6 +5,7 @@ }, "error": { "auth": "API-sleutel is niet correct.", + "cannot_connect": "Kan geen verbinding maken", "connection": "Kan geen verbinding maken met OWM API" }, "step": { diff --git a/homeassistant/components/ovo_energy/translations/et.json b/homeassistant/components/ovo_energy/translations/et.json new file mode 100644 index 00000000000..fe8f2fdfbec --- /dev/null +++ b/homeassistant/components/ovo_energy/translations/et.json @@ -0,0 +1,16 @@ +{ + "config": { + "error": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + }, + "title": "Lisa OVO Energy konto" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ovo_energy/translations/nl.json b/homeassistant/components/ovo_energy/translations/nl.json index 4d00f0bfc74..a66b0083373 100644 --- a/homeassistant/components/ovo_energy/translations/nl.json +++ b/homeassistant/components/ovo_energy/translations/nl.json @@ -1,8 +1,12 @@ { "config": { + "error": { + "already_configured": "Account is al geconfigureerd" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/owntracks/translations/es.json b/homeassistant/components/owntracks/translations/es.json index 0bc37535fb3..08b6fb5ec10 100644 --- a/homeassistant/components/owntracks/translations/es.json +++ b/homeassistant/components/owntracks/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "one_instance_allowed": "Solo es necesaria una instancia.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "\n\nEn Android, abre [la aplicaci\u00f3n OwnTracks]({android_url}), ve a preferencias -> conexi\u00f3n. Cambia los siguientes ajustes:\n - Modo: HTTP privado\n - Host: {webhook_url}\n - Identificaci\u00f3n:\n - Nombre de usuario: \n - ID de dispositivo: \n\nEn iOS, abre [la aplicaci\u00f3n OwnTracks] ({ios_url}), pulsa el icono (i) en la parte superior izquierda -> configuraci\u00f3n. Cambia los siguientes ajustes:\n - Modo: HTTP\n - URL: {webhook_url}\n - Activar la autenticaci\u00f3n\n - UserID: \n\n{secret}\n\nConsulta [la documentaci\u00f3n]({docs_url}) para obtener m\u00e1s informaci\u00f3n." diff --git a/homeassistant/components/owntracks/translations/nl.json b/homeassistant/components/owntracks/translations/nl.json index 00d2840e2f2..f239ef1558c 100644 --- a/homeassistant/components/owntracks/translations/nl.json +++ b/homeassistant/components/owntracks/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "\n\nOp Android, open [the OwnTracks app]({android_url}), ga naar 'preferences' -> 'connection'. Verander de volgende instellingen:\n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: ``\n - Device ID: ``\n\nOp iOS, open [the OwnTracks app]({ios_url}), tik op het (i) icoon links boven -> 'settings'. Verander de volgende instellingen:\n - Mode: HTTP\n - URL: {webhook_url}\n - zet 'authentication' aan\n - UserID: ``\n\n{secret}\n\nZie [the documentation]({docs_url}) voor meer informatie." diff --git a/homeassistant/components/ozw/translations/es.json b/homeassistant/components/ozw/translations/es.json index 66cebc62ec4..2f76c540105 100644 --- a/homeassistant/components/ozw/translations/es.json +++ b/homeassistant/components/ozw/translations/es.json @@ -3,7 +3,7 @@ "abort": { "mqtt_required": "La integraci\u00f3n de MQTT no est\u00e1 configurada", "one_instance_allowed": "La integraci\u00f3n solo admite una instancia de Z-Wave", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "user": { diff --git a/homeassistant/components/ozw/translations/nl.json b/homeassistant/components/ozw/translations/nl.json index e11b1ba1146..19119b9d9e2 100644 --- a/homeassistant/components/ozw/translations/nl.json +++ b/homeassistant/components/ozw/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "mqtt_required": "De [%%] integratie is niet ingesteld", - "one_instance_allowed": "De integratie ondersteunt, maar \u00e9\u00e9n Z-Wave-exemplaar" + "one_instance_allowed": "De integratie ondersteunt, maar \u00e9\u00e9n Z-Wave-exemplaar", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "step": { "user": { diff --git a/homeassistant/components/panasonic_viera/translations/es.json b/homeassistant/components/panasonic_viera/translations/es.json index 3ea476ef20c..e806b9ce806 100644 --- a/homeassistant/components/panasonic_viera/translations/es.json +++ b/homeassistant/components/panasonic_viera/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Este televisor Panasonic Viera ya est\u00e1 configurado.", + "already_configured": "El dispositivo ya est\u00e1 configurado", "cannot_connect": "No se pudo conectar", "not_connected": "La conexi\u00f3n remota con su televisor Panasonic Viera se perdi\u00f3. Compruebe los registros para obtener m\u00e1s informaci\u00f3n.", - "unknown": "Se ha producido un error desconocido. Compruebe los registros para obtener m\u00e1s informaci\u00f3n." + "unknown": "Error inesperado" }, "error": { "cannot_connect": "No se pudo conectar", @@ -14,7 +14,7 @@ "step": { "pairing": { "data": { - "pin": "PIN" + "pin": "C\u00f3digo PIN" }, "description": "Introduzca el PIN que aparece en su Televisor", "title": "Emparejamiento" diff --git a/homeassistant/components/panasonic_viera/translations/et.json b/homeassistant/components/panasonic_viera/translations/et.json index 40d9e467559..05f50193b4d 100644 --- a/homeassistant/components/panasonic_viera/translations/et.json +++ b/homeassistant/components/panasonic_viera/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus" }, "error": { diff --git a/homeassistant/components/panasonic_viera/translations/nl.json b/homeassistant/components/panasonic_viera/translations/nl.json index 1f38ff9c441..792ecc75cd6 100644 --- a/homeassistant/components/panasonic_viera/translations/nl.json +++ b/homeassistant/components/panasonic_viera/translations/nl.json @@ -2,10 +2,12 @@ "config": { "abort": { "already_configured": "Deze Panasonic Viera TV is al geconfigureerd.", + "cannot_connect": "Kan geen verbinding maken", "not_connected": "De externe verbinding met uw Panasonic Viera-tv was verbroken. Controleer de logs voor meer informatie.", "unknown": "Er is een onbekende fout opgetreden. Controleer de logs voor meer informatie." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "invalid_pin_code": "De ingevoerde pincode is ongeldig", "not_connected": "Kon geen externe verbinding met uw Panasonic Viera TV tot stand brengen" }, diff --git a/homeassistant/components/pi_hole/translations/et.json b/homeassistant/components/pi_hole/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/pi_hole/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/pi_hole/translations/nl.json b/homeassistant/components/pi_hole/translations/nl.json index 5340086233c..6aaf75ada4a 100644 --- a/homeassistant/components/pi_hole/translations/nl.json +++ b/homeassistant/components/pi_hole/translations/nl.json @@ -9,7 +9,9 @@ "step": { "user": { "data": { - "location": "Locatie" + "location": "Locatie", + "name": "Naam", + "port": "Poort" } } } diff --git a/homeassistant/components/plaato/translations/es.json b/homeassistant/components/plaato/translations/es.json index bce201af055..f7d0716b766 100644 --- a/homeassistant/components/plaato/translations/es.json +++ b/homeassistant/components/plaato/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tu instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Plaato Airlock.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant, necesitar\u00e1s configurar la funci\u00f3n de webhook en Plaato Airlock.\n\nCompleta la siguiente informaci\u00f3n:\n\n- URL: `{webhook_url}`\n- M\u00e9todo: POST\n\nEcha un vistazo a [la documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/plaato/translations/nl.json b/homeassistant/components/plaato/translations/nl.json index 4d46fb9265c..ac7b62e27b2 100644 --- a/homeassistant/components/plaato/translations/nl.json +++ b/homeassistant/components/plaato/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant-instantie moet via internet toegankelijk zijn om berichten van de Plateo Airlock te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar de Home Assistant te sturen, moet u de webhook-functie instellen in Plaato Airlock. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n\n Zie [de documentatie] ( {docs_url} ) voor meer informatie." diff --git a/homeassistant/components/plex/translations/es.json b/homeassistant/components/plex/translations/es.json index cc5f4569020..71365b9e2f2 100644 --- a/homeassistant/components/plex/translations/es.json +++ b/homeassistant/components/plex/translations/es.json @@ -4,7 +4,7 @@ "all_configured": "Todos los servidores vinculados ya configurados", "already_configured": "Este servidor Plex ya est\u00e1 configurado", "already_in_progress": "Plex se est\u00e1 configurando", - "reauth_successful": "Se ha vuelto a autenticar con \u00e9xito", + "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente", "token_request_timeout": "Tiempo de espera agotado para la obtenci\u00f3n del token", "unknown": "Fall\u00f3 por razones desconocidas" }, @@ -21,7 +21,7 @@ "data": { "host": "Host", "port": "Puerto", - "ssl": "Usar SSL", + "ssl": "Utiliza un certificado SSL", "token": "Token (Opcional)", "verify_ssl": "Verificar certificado SSL" }, diff --git a/homeassistant/components/plex/translations/et.json b/homeassistant/components/plex/translations/et.json new file mode 100644 index 00000000000..27ca0880b27 --- /dev/null +++ b/homeassistant/components/plex/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "reauth_successful": "Taastuvastamine oli edukas" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/ca.json b/homeassistant/components/plugwise/translations/ca.json index cabded862e2..d5fc2b7d398 100644 --- a/homeassistant/components/plugwise/translations/ca.json +++ b/homeassistant/components/plugwise/translations/ca.json @@ -11,13 +11,23 @@ "flow_title": "Smile: {name}", "step": { "user": { + "data": { + "flow_type": "Tipus de connexi\u00f3", + "host": "Adre\u00e7a IP", + "password": "ID de Smile", + "port": "Port" + }, + "description": "Producte:", + "title": "Tipus de Plugwise" + }, + "user_gateway": { "data": { "host": "Adre\u00e7a IP", "password": "ID de Smile", "port": "Port" }, "description": "Introdueix:", - "title": "Connecta't amb el Smile" + "title": "Connexi\u00f3 amb Smile" } } }, diff --git a/homeassistant/components/plugwise/translations/es.json b/homeassistant/components/plugwise/translations/es.json index 9ab00348f81..e86b5e8881a 100644 --- a/homeassistant/components/plugwise/translations/es.json +++ b/homeassistant/components/plugwise/translations/es.json @@ -12,12 +12,22 @@ "step": { "user": { "data": { + "flow_type": "Tipo de conexi\u00f3n", "host": "Direcci\u00f3n IP de Smile", "password": "ID Smile", - "port": "N\u00famero de puerto de Smile" + "port": "Puerto" }, "description": "Detalles", "title": "Conectarse a Smile" + }, + "user_gateway": { + "data": { + "host": "Direcci\u00f3n IP", + "password": "ID Smile", + "port": "Puerto" + }, + "description": "Por favor introduce:", + "title": "Conectarse a Smile" } } }, diff --git a/homeassistant/components/plugwise/translations/et.json b/homeassistant/components/plugwise/translations/et.json index 4f7b631d2df..a4aeede0367 100644 --- a/homeassistant/components/plugwise/translations/et.json +++ b/homeassistant/components/plugwise/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" @@ -7,8 +10,19 @@ "step": { "user": { "data": { + "flow_type": "\u00dchenduse t\u00fc\u00fcp", + "password": "Smile ID", "port": "Smile pordi number" } + }, + "user_gateway": { + "data": { + "host": "IP aadress", + "password": "Smile ID", + "port": "Port" + }, + "description": "Palun sisesta:", + "title": "Loo \u00fchendus Smile-ga" } } }, diff --git a/homeassistant/components/plugwise/translations/nl.json b/homeassistant/components/plugwise/translations/nl.json index 5d0bd789957..be80bb0bdd5 100644 --- a/homeassistant/components/plugwise/translations/nl.json +++ b/homeassistant/components/plugwise/translations/nl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Deze Smile is al geconfigureerd" + "already_configured": "De service is al geconfigureerd" }, "error": { "cannot_connect": "Verbinding mislukt, probeer het opnieuw", @@ -11,11 +11,21 @@ "step": { "user": { "data": { + "flow_type": "Verbindingstype", "host": "Smile IP-adres", - "password": "Smile-ID" + "password": "Smile-ID", + "port": "Poort" }, "description": "Details", "title": "Maak verbinding met de Smile" + }, + "user_gateway": { + "data": { + "host": "IP-adres", + "password": "Smile-ID", + "port": "Poort" + }, + "title": "Maak verbinding met de Smile" } } }, diff --git a/homeassistant/components/plugwise/translations/zh-Hant.json b/homeassistant/components/plugwise/translations/zh-Hant.json index 5a011199e8d..e4f603c18da 100644 --- a/homeassistant/components/plugwise/translations/zh-Hant.json +++ b/homeassistant/components/plugwise/translations/zh-Hant.json @@ -11,6 +11,16 @@ "flow_title": "Smile : {name}", "step": { "user": { + "data": { + "flow_type": "\u9023\u7dda\u985e\u578b", + "host": "IP \u4f4d\u5740", + "password": "Smile ID", + "port": "\u901a\u8a0a\u57e0" + }, + "description": "\u7522\u54c1\uff1a", + "title": "Plugwise \u985e\u578b" + }, + "user_gateway": { "data": { "host": "IP \u4f4d\u5740", "password": "Smile ID", diff --git a/homeassistant/components/plum_lightpad/translations/et.json b/homeassistant/components/plum_lightpad/translations/et.json new file mode 100644 index 00000000000..c8416fe2620 --- /dev/null +++ b/homeassistant/components/plum_lightpad/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "E-post" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plum_lightpad/translations/nl.json b/homeassistant/components/plum_lightpad/translations/nl.json new file mode 100644 index 00000000000..42978a06b37 --- /dev/null +++ b/homeassistant/components/plum_lightpad/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/point/translations/et.json b/homeassistant/components/point/translations/et.json new file mode 100644 index 00000000000..7c86e8ab6c9 --- /dev/null +++ b/homeassistant/components/point/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_setup": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/poolsense/translations/et.json b/homeassistant/components/poolsense/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/poolsense/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/powerwall/translations/et.json b/homeassistant/components/powerwall/translations/et.json index 0d70cd06fca..67a152d22bb 100644 --- a/homeassistant/components/powerwall/translations/et.json +++ b/homeassistant/components/powerwall/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" diff --git a/homeassistant/components/profiler/translations/es.json b/homeassistant/components/profiler/translations/es.json index c9a6215892e..a39a0a24d2a 100644 --- a/homeassistant/components/profiler/translations/es.json +++ b/homeassistant/components/profiler/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "user": { diff --git a/homeassistant/components/profiler/translations/nl.json b/homeassistant/components/profiler/translations/nl.json new file mode 100644 index 00000000000..703ac8614c4 --- /dev/null +++ b/homeassistant/components/profiler/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/et.json b/homeassistant/components/progettihwsw/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/progettihwsw/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/nl.json b/homeassistant/components/progettihwsw/translations/nl.json index 2b30a4f1caa..511520bedbb 100644 --- a/homeassistant/components/progettihwsw/translations/nl.json +++ b/homeassistant/components/progettihwsw/translations/nl.json @@ -3,9 +3,18 @@ "abort": { "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "relay_modes": { "title": "Stel relais in" + }, + "user": { + "data": { + "host": "Host", + "port": "Poort" + } } } } diff --git a/homeassistant/components/ps4/translations/es.json b/homeassistant/components/ps4/translations/es.json index d9d410b11d8..3c3dd861dc2 100644 --- a/homeassistant/components/ps4/translations/es.json +++ b/homeassistant/components/ps4/translations/es.json @@ -9,7 +9,7 @@ }, "error": { "credential_timeout": "Se agot\u00f3 el tiempo para el servicio de credenciales. Pulsa enviar para reiniciar.", - "login_failed": "No se ha podido emparejar con PlayStation 4. Verifique que el PIN sea correcto.", + "login_failed": "No se ha podido vincular con PlayStation 4. Verifica que el PIN sea correcto.", "no_ipaddress": "Introduce la direcci\u00f3n IP de la PlayStation 4 que quieres configurar.", "not_ready": "PlayStation 4 no est\u00e1 encendido o conectado a la red." }, diff --git a/homeassistant/components/pvpc_hourly_pricing/translations/es.json b/homeassistant/components/pvpc_hourly_pricing/translations/es.json index ee7192f6f87..abc493b0790 100644 --- a/homeassistant/components/pvpc_hourly_pricing/translations/es.json +++ b/homeassistant/components/pvpc_hourly_pricing/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La integraci\u00f3n ya est\u00e1 configurada con un sensor existente con esa tarifa" + "already_configured": "El servicio ya est\u00e1 configurado" }, "step": { "user": { diff --git a/homeassistant/components/pvpc_hourly_pricing/translations/et.json b/homeassistant/components/pvpc_hourly_pricing/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/pvpc_hourly_pricing/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rachio/translations/et.json b/homeassistant/components/rachio/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/rachio/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rainmachine/translations/es.json b/homeassistant/components/rainmachine/translations/es.json index d788b68dcbb..fc27a8b3089 100644 --- a/homeassistant/components/rainmachine/translations/es.json +++ b/homeassistant/components/rainmachine/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Este controlador RainMachine ya est\u00e1 configurado." + "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "identifier_exists": "Cuenta ya registrada", + "identifier_exists": "La cuenta ya ha sido configurada", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "invalid_credentials": "Credenciales no v\u00e1lidas" }, diff --git a/homeassistant/components/rainmachine/translations/et.json b/homeassistant/components/rainmachine/translations/et.json index 2227b7442a7..0a4f439e352 100644 --- a/homeassistant/components/rainmachine/translations/et.json +++ b/homeassistant/components/rainmachine/translations/et.json @@ -1,7 +1,18 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { + "identifier_exists": "Konto on juba seadistatud", "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/rfxtrx/translations/es.json b/homeassistant/components/rfxtrx/translations/es.json index ee4cc841d14..f150e74802a 100644 --- a/homeassistant/components/rfxtrx/translations/es.json +++ b/homeassistant/components/rfxtrx/translations/es.json @@ -51,7 +51,7 @@ "debug": "Activar la depuraci\u00f3n", "device": "Seleccionar dispositivo para configurar", "event_code": "Introducir el c\u00f3digo de evento para a\u00f1adir", - "remove_device": "Seleccione el dispositivo a eliminar" + "remove_device": "Selecciona el dispositivo a eliminar" }, "title": "Opciones de Rfxtrx" }, diff --git a/homeassistant/components/rfxtrx/translations/et.json b/homeassistant/components/rfxtrx/translations/et.json index a7b66994d4b..ecbc808f01c 100644 --- a/homeassistant/components/rfxtrx/translations/et.json +++ b/homeassistant/components/rfxtrx/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine.", "cannot_connect": "\u00dchendus nurjus" }, "error": { diff --git a/homeassistant/components/rfxtrx/translations/nl.json b/homeassistant/components/rfxtrx/translations/nl.json new file mode 100644 index 00000000000..76e26d514b5 --- /dev/null +++ b/homeassistant/components/rfxtrx/translations/nl.json @@ -0,0 +1,17 @@ +{ + "config": { + "abort": { + "already_configured": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + }, + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, + "step": { + "setup_network": { + "data": { + "port": "Poort" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ring/translations/es.json b/homeassistant/components/ring/translations/es.json index 0b5d31869ce..d98a61474cc 100644 --- a/homeassistant/components/ring/translations/es.json +++ b/homeassistant/components/ring/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "invalid_auth": "Autenticaci\u00f3n inv\u00e1lida", + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, "step": { diff --git a/homeassistant/components/ring/translations/et.json b/homeassistant/components/ring/translations/et.json index 255510c130c..ed1e222d67d 100644 --- a/homeassistant/components/ring/translations/et.json +++ b/homeassistant/components/ring/translations/et.json @@ -1,7 +1,17 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/risco/translations/es.json b/homeassistant/components/risco/translations/es.json index 58518e7b7c6..68e7031c102 100644 --- a/homeassistant/components/risco/translations/es.json +++ b/homeassistant/components/risco/translations/es.json @@ -12,7 +12,7 @@ "user": { "data": { "password": "Contrase\u00f1a", - "pin": "C\u00f3digo pin", + "pin": "C\u00f3digo PIN", "username": "Nombre de usuario" } } diff --git a/homeassistant/components/risco/translations/et.json b/homeassistant/components/risco/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/risco/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/risco/translations/nl.json b/homeassistant/components/risco/translations/nl.json index 614a896c3f8..875adfeb756 100644 --- a/homeassistant/components/risco/translations/nl.json +++ b/homeassistant/components/risco/translations/nl.json @@ -1,9 +1,13 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, "step": { "user": { "data": { - "pin": "Pincode", + "password": "Wachtwoord", + "pin": "PIN-code", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/roku/translations/et.json b/homeassistant/components/roku/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/roku/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/roomba/translations/es.json b/homeassistant/components/roomba/translations/es.json index c96508c7944..a49022c2d3d 100644 --- a/homeassistant/components/roomba/translations/es.json +++ b/homeassistant/components/roomba/translations/es.json @@ -1,7 +1,7 @@ { "config": { "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo" + "cannot_connect": "No se pudo conectar" }, "step": { "user": { diff --git a/homeassistant/components/roomba/translations/et.json b/homeassistant/components/roomba/translations/et.json new file mode 100644 index 00000000000..6d3cf2544b2 --- /dev/null +++ b/homeassistant/components/roomba/translations/et.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/roon/translations/et.json b/homeassistant/components/roon/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/roon/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rpi_power/translations/es.json b/homeassistant/components/rpi_power/translations/es.json index 215b15014ab..209cb867d23 100644 --- a/homeassistant/components/rpi_power/translations/es.json +++ b/homeassistant/components/rpi_power/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "No se puede encontrar la clase de sistema necesaria para este componente, aseg\u00farate de que tu kernel es reciente y el hardware es compatible", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "confirm": { diff --git a/homeassistant/components/rpi_power/translations/nl.json b/homeassistant/components/rpi_power/translations/nl.json index a18ff63733e..72f9ff82ba4 100644 --- a/homeassistant/components/rpi_power/translations/nl.json +++ b/homeassistant/components/rpi_power/translations/nl.json @@ -1,3 +1,8 @@ { + "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + } + }, "title": "Raspberry Pi Voeding Checker" } \ No newline at end of file diff --git a/homeassistant/components/samsungtv/translations/es.json b/homeassistant/components/samsungtv/translations/es.json index 10fd0cf358a..97160de1a1e 100644 --- a/homeassistant/components/samsungtv/translations/es.json +++ b/homeassistant/components/samsungtv/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "already_configured": "Este televisor Samsung ya est\u00e1 configurado.", - "already_in_progress": "La configuraci\u00f3n del televisor Samsung ya est\u00e1 en marcha.", + "already_configured": "El dispositivo ya est\u00e1 configurado", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "auth_missing": "Home Assistant no est\u00e1 autorizado para conectarse a este televisor Samsung. Revisa la configuraci\u00f3n de tu televisor para autorizar a Home Assistant.", "cannot_connect": "No se pudo conectar", "not_successful": "No se puede conectar a este dispositivo Samsung TV.", diff --git a/homeassistant/components/samsungtv/translations/et.json b/homeassistant/components/samsungtv/translations/et.json index d71a861b6b5..3ec4c90ec9c 100644 --- a/homeassistant/components/samsungtv/translations/et.json +++ b/homeassistant/components/samsungtv/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus" } } diff --git a/homeassistant/components/samsungtv/translations/nl.json b/homeassistant/components/samsungtv/translations/nl.json index 17298e3bc8a..cd3a1421969 100644 --- a/homeassistant/components/samsungtv/translations/nl.json +++ b/homeassistant/components/samsungtv/translations/nl.json @@ -4,6 +4,7 @@ "already_configured": "Deze Samsung TV is al geconfigureerd.", "already_in_progress": "Samsung TV configuratie is al in uitvoering.", "auth_missing": "Home Assistant is niet geautoriseerd om verbinding te maken met deze Samsung TV.", + "cannot_connect": "Kan geen verbinding maken", "not_successful": "Niet in staat om verbinding te maken met dit Samsung TV toestel.", "not_supported": "Deze Samsung TV wordt momenteel niet ondersteund." }, diff --git a/homeassistant/components/sense/translations/es.json b/homeassistant/components/sense/translations/es.json index 1199823081c..5925049a6af 100644 --- a/homeassistant/components/sense/translations/es.json +++ b/homeassistant/components/sense/translations/es.json @@ -4,8 +4,8 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se ha podido conectar, por favor, int\u00e9ntalo de nuevo.", - "invalid_auth": "Autentificaci\u00f3n inv\u00e1lida", + "cannot_connect": "No se pudo conectar", + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, "step": { diff --git a/homeassistant/components/sense/translations/et.json b/homeassistant/components/sense/translations/et.json new file mode 100644 index 00000000000..2bb4f5783b3 --- /dev/null +++ b/homeassistant/components/sense/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sentry/translations/nl.json b/homeassistant/components/sentry/translations/nl.json index a3aae138232..779c62dca22 100644 --- a/homeassistant/components/sentry/translations/nl.json +++ b/homeassistant/components/sentry/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Sentry is al geconfigureerd" + "already_configured": "Sentry is al geconfigureerd", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "error": { "bad_dsn": "Ongeldige DSN", diff --git a/homeassistant/components/sharkiq/translations/es.json b/homeassistant/components/sharkiq/translations/es.json index a6f70700806..2bf2e2baf5b 100644 --- a/homeassistant/components/sharkiq/translations/es.json +++ b/homeassistant/components/sharkiq/translations/es.json @@ -3,7 +3,7 @@ "abort": { "already_configured_account": "La cuenta ya ha sido configurada", "cannot_connect": "No se pudo conectar", - "reauth_successful": "Token de acceso actualizado correctamente", + "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente", "unknown": "Error inesperado" }, "error": { diff --git a/homeassistant/components/sharkiq/translations/et.json b/homeassistant/components/sharkiq/translations/et.json index ff5b447a315..d7cd26d2872 100644 --- a/homeassistant/components/sharkiq/translations/et.json +++ b/homeassistant/components/sharkiq/translations/et.json @@ -1,11 +1,23 @@ { "config": { + "abort": { + "already_configured_account": "Konto on juba seadistatud", + "cannot_connect": "\u00dchendus nurjus", + "reauth_successful": "Taastuvastus oli edukas", + "unknown": "Tundmatu viga" + }, "step": { "reauth": { "data": { "password": "Salas\u00f5na", "username": "Kasutajanimi" } + }, + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } } } } diff --git a/homeassistant/components/sharkiq/translations/nl.json b/homeassistant/components/sharkiq/translations/nl.json index 03605190c3c..36d65ba63fc 100644 --- a/homeassistant/components/sharkiq/translations/nl.json +++ b/homeassistant/components/sharkiq/translations/nl.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured_account": "Account is al geconfigureerd", + "cannot_connect": "Kan geen verbinding maken" + }, + "error": { + "cannot_connect": "Kan geen verbinding maken" + }, "step": { "reauth": { "data": { @@ -9,6 +16,7 @@ }, "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/shelly/translations/es.json b/homeassistant/components/shelly/translations/es.json index 814586abdae..bd9b5913e46 100644 --- a/homeassistant/components/shelly/translations/es.json +++ b/homeassistant/components/shelly/translations/es.json @@ -13,7 +13,7 @@ "flow_title": "Shelly: {name}", "step": { "confirm_discovery": { - "description": "\u00bfQuieres configurar el {model} en {host}?" + "description": "\u00bfQuieres configurar el {model} en {host}?\n\nAntes de configurarlo, el dispositivo que funciona con pilas debe ser despertado pulsando el bot\u00f3n situado en el dispositivo." }, "credentials": { "data": { diff --git a/homeassistant/components/shelly/translations/et.json b/homeassistant/components/shelly/translations/et.json new file mode 100644 index 00000000000..862f077c7b1 --- /dev/null +++ b/homeassistant/components/shelly/translations/et.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "unsupported_firmware": "Seade kasutab toetuseta p\u00fcsivara versiooni." + }, + "step": { + "credentials": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/shelly/translations/nl.json b/homeassistant/components/shelly/translations/nl.json index 92a172ff081..198fbe51183 100644 --- a/homeassistant/components/shelly/translations/nl.json +++ b/homeassistant/components/shelly/translations/nl.json @@ -11,10 +11,11 @@ "flow_title": "Shelly: {name}", "step": { "confirm_discovery": { - "description": "Wilt u het {model} bij {host} opzetten?" + "description": "Wilt u het {model} bij {host} instellen? Voordat het apparaat op batterijen kan worden ingesteld, moet het worden gewekt door op de knop op het apparaat te drukken." }, "credentials": { "data": { + "password": "Wachtwoord", "username": "Benutzername" } }, diff --git a/homeassistant/components/shopping_list/translations/es.json b/homeassistant/components/shopping_list/translations/es.json index b7baefbaa80..cdfbd5d3a9e 100644 --- a/homeassistant/components/shopping_list/translations/es.json +++ b/homeassistant/components/shopping_list/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La lista de la compra ya est\u00e1 configurada." + "already_configured": "El servicio ya est\u00e1 configurado" }, "step": { "user": { diff --git a/homeassistant/components/shopping_list/translations/et.json b/homeassistant/components/shopping_list/translations/et.json new file mode 100644 index 00000000000..7df1adb08b5 --- /dev/null +++ b/homeassistant/components/shopping_list/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/es.json b/homeassistant/components/simplisafe/translations/es.json index 0c177fd02ff..4437abd9819 100644 --- a/homeassistant/components/simplisafe/translations/es.json +++ b/homeassistant/components/simplisafe/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Esta cuenta SimpliSafe ya est\u00e1 en uso.", - "reauth_successful": "SimpliSafe se volvi\u00f3 a autenticar con \u00e9xito." + "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente" }, "error": { "identifier_exists": "Cuenta ya registrada", diff --git a/homeassistant/components/simplisafe/translations/et.json b/homeassistant/components/simplisafe/translations/et.json new file mode 100644 index 00000000000..014e4b5174f --- /dev/null +++ b/homeassistant/components/simplisafe/translations/et.json @@ -0,0 +1,16 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "data": { + "password": "Salas\u00f5na" + } + }, + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smappee/translations/es.json b/homeassistant/components/smappee/translations/es.json index 069a0861ac3..f4dc1c69a41 100644 --- a/homeassistant/components/smappee/translations/es.json +++ b/homeassistant/components/smappee/translations/es.json @@ -7,7 +7,7 @@ "cannot_connect": "No se pudo conectar", "connection_error": "No se pudo conectar al dispositivo Smappee.", "invalid_mdns": "Dispositivo no compatible para la integraci\u00f3n de Smappee.", - "missing_configuration": "El componente no est\u00e1 configurado. Por favor, siga la documentaci\u00f3n.", + "missing_configuration": "El componente no est\u00e1 configurado. Consulta la documentaci\u00f3n.", "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})" }, "flow_title": "Smappee: {name}", @@ -25,7 +25,7 @@ "description": "Ingrese el host para iniciar la integraci\u00f3n local de Smappee" }, "pick_implementation": { - "title": "Elija el m\u00e9todo de autenticaci\u00f3n" + "title": "Selecciona el m\u00e9todo de autenticaci\u00f3n" }, "zeroconf_confirm": { "description": "\u00bfDesea agregar el dispositivo Smappee con el n\u00famero de serie `{serialnumber}` a Home Assistant?", diff --git a/homeassistant/components/smappee/translations/et.json b/homeassistant/components/smappee/translations/et.json index 63c1291fc22..8af313fccda 100644 --- a/homeassistant/components/smappee/translations/et.json +++ b/homeassistant/components/smappee/translations/et.json @@ -1,8 +1,10 @@ { "config": { "abort": { + "already_configured_device": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchendamine nurjus", - "connection_error": "Smappee seadmega \u00fchenduse loomine nurjus." + "connection_error": "Smappee seadmega \u00fchenduse loomine nurjus.", + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})" } } } \ No newline at end of file diff --git a/homeassistant/components/smappee/translations/nl.json b/homeassistant/components/smappee/translations/nl.json new file mode 100644 index 00000000000..7cb0141826a --- /dev/null +++ b/homeassistant/components/smappee/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "Kan geen verbinding maken" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smart_meter_texas/translations/et.json b/homeassistant/components/smart_meter_texas/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/smart_meter_texas/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smart_meter_texas/translations/nl.json b/homeassistant/components/smart_meter_texas/translations/nl.json index a40ab60cd1e..4b4275a8478 100644 --- a/homeassistant/components/smart_meter_texas/translations/nl.json +++ b/homeassistant/components/smart_meter_texas/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/smarthab/translations/ca.json b/homeassistant/components/smarthab/translations/ca.json index 58a85d750ba..f6551d62078 100644 --- a/homeassistant/components/smarthab/translations/ca.json +++ b/homeassistant/components/smarthab/translations/ca.json @@ -1,7 +1,9 @@ { "config": { "error": { + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", "service": "Error en l'intent de connexi\u00f3 a SmartHab. Pot ser que el servei no estigui disponible. Comprova la connexi\u00f3.", + "unknown": "Error inesperat", "unknown_error": "Error inesperat", "wrong_login": "Autenticaci\u00f3 inv\u00e0lida" }, diff --git a/homeassistant/components/smarthab/translations/et.json b/homeassistant/components/smarthab/translations/et.json index 6558a3a8049..d18785cafd6 100644 --- a/homeassistant/components/smarthab/translations/et.json +++ b/homeassistant/components/smarthab/translations/et.json @@ -3,6 +3,13 @@ "error": { "invalid_auth": "Tuvastamise viga", "unknown": "Tundmatu viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/smarthab/translations/nl.json b/homeassistant/components/smarthab/translations/nl.json new file mode 100644 index 00000000000..7e198e836d7 --- /dev/null +++ b/homeassistant/components/smarthab/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "unknown": "Onverwachte fout" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smarthab/translations/zh-Hant.json b/homeassistant/components/smarthab/translations/zh-Hant.json index 2706a473cef..629f97762b9 100644 --- a/homeassistant/components/smarthab/translations/zh-Hant.json +++ b/homeassistant/components/smarthab/translations/zh-Hant.json @@ -1,7 +1,9 @@ { "config": { "error": { + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548", "service": "\u5617\u8a66\u8a2a\u554f Smarthab \u6642\u767c\u751f\u932f\u8aa4\uff0c\u670d\u52d9\u53ef\u4ee5\u5df2\u7d93\u5931\u6548\uff0c\u8acb\u6aa2\u67e5\u9023\u7dda\u3002", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4", "unknown_error": "\u672a\u9810\u671f\u932f\u8aa4", "wrong_login": "\u9a57\u8b49\u78bc\u7121\u6548" }, diff --git a/homeassistant/components/smartthings/translations/es.json b/homeassistant/components/smartthings/translations/es.json index db1b2f88877..f354e3914e0 100644 --- a/homeassistant/components/smartthings/translations/es.json +++ b/homeassistant/components/smartthings/translations/es.json @@ -30,8 +30,8 @@ "title": "Seleccionar Ubicaci\u00f3n" }, "user": { - "description": "Por favor, introduce el [token de acceso personal]({token_url}) de SmartThings que se haya creado seg\u00fan las [instrucciones]({component_url}).", - "title": "Introduce el token de acceso personal" + "description": "Los SmartThings se configurar\u00e1n para enviar las actualizaciones a Home Assistant en:\n> {webhook_url}\n\nSi esto no es correcto, por favor, actualiza tu configuraci\u00f3n, reinicia Home Assistant e int\u00e9ntalo de nuevo.", + "title": "Confirmar URL de devoluci\u00f3n de llamada" } } } diff --git a/homeassistant/components/sms/translations/es.json b/homeassistant/components/sms/translations/es.json index 9256ffecc28..f2f36d426f9 100644 --- a/homeassistant/components/sms/translations/es.json +++ b/homeassistant/components/sms/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "El dispositivo ya est\u00e1 configurado", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", diff --git a/homeassistant/components/sms/translations/et.json b/homeassistant/components/sms/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/sms/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sms/translations/nl.json b/homeassistant/components/sms/translations/nl.json new file mode 100644 index 00000000000..3d8eda89436 --- /dev/null +++ b/homeassistant/components/sms/translations/nl.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "device": "Apparaat" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/solarlog/translations/et.json b/homeassistant/components/solarlog/translations/et.json index 3f33ed63340..e520239363b 100644 --- a/homeassistant/components/solarlog/translations/et.json +++ b/homeassistant/components/solarlog/translations/et.json @@ -1,6 +1,10 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "cannot_connect": "\u00dchenduse loomine nurjus. Kontrolli host'i aadressi" } } diff --git a/homeassistant/components/somfy/translations/es.json b/homeassistant/components/somfy/translations/es.json index 6d11afcba47..fc2580b21be 100644 --- a/homeassistant/components/somfy/translations/es.json +++ b/homeassistant/components/somfy/translations/es.json @@ -5,7 +5,7 @@ "authorize_url_timeout": "Tiempo de espera agotado generando la url de autorizaci\u00f3n", "missing_configuration": "El componente Somfy no est\u00e1 configurado. Por favor, sigue la documentaci\u00f3n.", "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Autenticado correctamente con Somfy." diff --git a/homeassistant/components/somfy/translations/et.json b/homeassistant/components/somfy/translations/et.json new file mode 100644 index 00000000000..9596a86574f --- /dev/null +++ b/homeassistant/components/somfy/translations/et.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})", + "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/somfy/translations/nl.json b/homeassistant/components/somfy/translations/nl.json index b0afb6ef168..58143628d17 100644 --- a/homeassistant/components/somfy/translations/nl.json +++ b/homeassistant/components/somfy/translations/nl.json @@ -3,7 +3,8 @@ "abort": { "already_setup": "U kunt slechts \u00e9\u00e9n Somfy-account configureren.", "authorize_url_timeout": "Time-out tijdens genereren autorisatie url.", - "missing_configuration": "Het Somfy-component is niet geconfigureerd. Gelieve de documentatie te volgen." + "missing_configuration": "Het Somfy-component is niet geconfigureerd. Gelieve de documentatie te volgen.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Succesvol geverifieerd met Somfy." diff --git a/homeassistant/components/sonarr/translations/es.json b/homeassistant/components/sonarr/translations/es.json index 343af035865..9938b0af9e9 100644 --- a/homeassistant/components/sonarr/translations/es.json +++ b/homeassistant/components/sonarr/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "El servicio ya est\u00e1 configurado", - "reauth_successful": "Se ha vuelto autenticar con \u00e9xito", + "reauth_successful": "La reautenticaci\u00f3n se realiz\u00f3 correctamente", "unknown": "Error inesperado" }, "error": { @@ -22,7 +22,7 @@ "host": "Host", "port": "Puerto", "ssl": "Sonarr usa un certificado SSL", - "verify_ssl": "Sonarr usa un certificado adecuado" + "verify_ssl": "Verificar certificado SSL" }, "title": "Conectar a Sonarr" } diff --git a/homeassistant/components/sonarr/translations/et.json b/homeassistant/components/sonarr/translations/et.json index 946402a1731..cd4a7f809f6 100644 --- a/homeassistant/components/sonarr/translations/et.json +++ b/homeassistant/components/sonarr/translations/et.json @@ -1,5 +1,9 @@ { "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud", + "reauth_successful": "Taastuvastamine oli edukas" + }, "step": { "reauth_confirm": { "title": "Autentige uuesti Sonarriga" diff --git a/homeassistant/components/sonarr/translations/nl.json b/homeassistant/components/sonarr/translations/nl.json new file mode 100644 index 00000000000..c1909b19508 --- /dev/null +++ b/homeassistant/components/sonarr/translations/nl.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "port": "Poort" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/songpal/translations/et.json b/homeassistant/components/songpal/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/songpal/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sonos/translations/es.json b/homeassistant/components/sonos/translations/es.json index e1cc4b22ef7..41d84a932ee 100644 --- a/homeassistant/components/sonos/translations/es.json +++ b/homeassistant/components/sonos/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "no_devices_found": "No se han encontrado dispositivos Sonos en la red.", + "no_devices_found": "No se encontraron dispositivos en la red", "single_instance_allowed": "S\u00f3lo se necesita una \u00fanica configuraci\u00f3n de Sonos." }, "step": { diff --git a/homeassistant/components/speedtestdotnet/translations/es.json b/homeassistant/components/speedtestdotnet/translations/es.json index f9d16bc5a8c..88474eebd5d 100644 --- a/homeassistant/components/speedtestdotnet/translations/es.json +++ b/homeassistant/components/speedtestdotnet/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "one_instance_allowed": "Solo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n.", "wrong_server_id": "Id del servidor no v\u00e1lido" }, "step": { diff --git a/homeassistant/components/speedtestdotnet/translations/nl.json b/homeassistant/components/speedtestdotnet/translations/nl.json new file mode 100644 index 00000000000..703ac8614c4 --- /dev/null +++ b/homeassistant/components/speedtestdotnet/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/spider/translations/es.json b/homeassistant/components/spider/translations/es.json index 230eb9f53c8..c538d4fa5b5 100644 --- a/homeassistant/components/spider/translations/es.json +++ b/homeassistant/components/spider/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/spider/translations/et.json b/homeassistant/components/spider/translations/et.json new file mode 100644 index 00000000000..af5a16c1300 --- /dev/null +++ b/homeassistant/components/spider/translations/et.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/spotify/translations/es.json b/homeassistant/components/spotify/translations/es.json index 025777ad3f6..56f2e3ba95b 100644 --- a/homeassistant/components/spotify/translations/es.json +++ b/homeassistant/components/spotify/translations/es.json @@ -12,7 +12,7 @@ }, "step": { "pick_implementation": { - "title": "Elija el m\u00e9todo de autenticaci\u00f3n" + "title": "Selecciona el m\u00e9todo de autenticaci\u00f3n" }, "reauth_confirm": { "description": "La integraci\u00f3n de Spotify necesita volver a autenticarse con Spotify para la cuenta: {account}", diff --git a/homeassistant/components/spotify/translations/et.json b/homeassistant/components/spotify/translations/et.json index aaeab0a4039..04d29ccd0a4 100644 --- a/homeassistant/components/spotify/translations/et.json +++ b/homeassistant/components/spotify/translations/et.json @@ -4,7 +4,7 @@ "already_setup": "Saate konfigureerida ainult \u00fche Spotify konto.", "authorize_url_timeout": "Kinnituse URLi ajal\u00f5pp", "missing_configuration": "Spotify sidumine pole h\u00e4\u00e4lestatud. Palun j\u00e4rgige dokumentatsiooni.", - "no_url_available": "URL ploe saadaval. Rohkem teavet [check the help section]({docs_url})", + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})", "reauth_account_mismatch": "Spotify konto mida autenditi ei vasta kontole mis vajas uuesti autentimist." }, "create_entry": { diff --git a/homeassistant/components/squeezebox/translations/et.json b/homeassistant/components/squeezebox/translations/et.json new file mode 100644 index 00000000000..2b8d386858f --- /dev/null +++ b/homeassistant/components/squeezebox/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "edit": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/squeezebox/translations/nl.json b/homeassistant/components/squeezebox/translations/nl.json index bb140f4ca89..408e88c7fd8 100644 --- a/homeassistant/components/squeezebox/translations/nl.json +++ b/homeassistant/components/squeezebox/translations/nl.json @@ -1,11 +1,15 @@ { "config": { + "flow_title": "Logitech Squeezebox: {host}", "step": { "edit": { "data": { + "password": "Wachtwoord", + "port": "Poort", "username": "Gebruikersnaam" } } } - } + }, + "title": "Logitech Squeezebox" } \ No newline at end of file diff --git a/homeassistant/components/starline/translations/et.json b/homeassistant/components/starline/translations/et.json index 7e3c4103ccf..5604a6b34bd 100644 --- a/homeassistant/components/starline/translations/et.json +++ b/homeassistant/components/starline/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "error_auth_user": "Vale kasutajanimi v\u00f5i salas\u00f5na" + }, "step": { "auth_mfa": { "title": "Kaheastmeline autoriseerimine" diff --git a/homeassistant/components/syncthru/translations/et.json b/homeassistant/components/syncthru/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/syncthru/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/syncthru/translations/nl.json b/homeassistant/components/syncthru/translations/nl.json new file mode 100644 index 00000000000..900bac61bc5 --- /dev/null +++ b/homeassistant/components/syncthru/translations/nl.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "name": "Naam" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/synology_dsm/translations/et.json b/homeassistant/components/synology_dsm/translations/et.json index 33271d773e5..843142a67c6 100644 --- a/homeassistant/components/synology_dsm/translations/et.json +++ b/homeassistant/components/synology_dsm/translations/et.json @@ -1,8 +1,23 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchendamine nurjus", "invalid_auth": "Tuvastamise viga" + }, + "step": { + "link": { + "data": { + "password": "Salas\u00f5na" + } + }, + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } }, "options": { diff --git a/homeassistant/components/synology_dsm/translations/nl.json b/homeassistant/components/synology_dsm/translations/nl.json index ee7c89f7192..d03c70d3711 100644 --- a/homeassistant/components/synology_dsm/translations/nl.json +++ b/homeassistant/components/synology_dsm/translations/nl.json @@ -4,6 +4,7 @@ "already_configured": "Host is al geconfigureerd." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection": "Verbindingsfout: controleer uw host, poort & ssl", "login": "Aanmeldingsfout: controleer uw gebruikersnaam en wachtwoord", "missing_data": "Ontbrekende gegevens: probeer het later opnieuw of een andere configuratie", diff --git a/homeassistant/components/tado/translations/es.json b/homeassistant/components/tado/translations/es.json index fec4e448182..c9a26a1a9ab 100644 --- a/homeassistant/components/tado/translations/es.json +++ b/homeassistant/components/tado/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar, por favor, int\u00e9ntalo de nuevo", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "no_homes": "No hay casas asociadas a esta cuenta de Tado", "unknown": "Error inesperado" diff --git a/homeassistant/components/tado/translations/et.json b/homeassistant/components/tado/translations/et.json index 0d70cd06fca..09a078487d6 100644 --- a/homeassistant/components/tado/translations/et.json +++ b/homeassistant/components/tado/translations/et.json @@ -1,8 +1,18 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", "unknown": "Ootamatu t\u00f5rge" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/tasmota/translations/ca.json b/homeassistant/components/tasmota/translations/ca.json index 9aa660dd08f..0a414bc5cfe 100644 --- a/homeassistant/components/tasmota/translations/ca.json +++ b/homeassistant/components/tasmota/translations/ca.json @@ -13,6 +13,9 @@ }, "description": "Introdureix la configuraci\u00f3 de Tasmota.", "title": "Tasmota" + }, + "confirm": { + "description": "Vols configurar Tasmota?" } } } diff --git a/homeassistant/components/tasmota/translations/es.json b/homeassistant/components/tasmota/translations/es.json index 124dcab4343..f5a5532f180 100644 --- a/homeassistant/components/tasmota/translations/es.json +++ b/homeassistant/components/tasmota/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "invalid_discovery_topic": "Prefijo del tema para descubrimiento no v\u00e1lido." @@ -13,6 +13,9 @@ }, "description": "Introduce la configuraci\u00f3n de Tasmota.", "title": "Tasmota" + }, + "confirm": { + "description": "\u00bfQuieres configurar Tasmota?" } } } diff --git a/homeassistant/components/tasmota/translations/et.json b/homeassistant/components/tasmota/translations/et.json index 2c0a1b36790..e689dcf7e43 100644 --- a/homeassistant/components/tasmota/translations/et.json +++ b/homeassistant/components/tasmota/translations/et.json @@ -3,8 +3,14 @@ "abort": { "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." }, + "error": { + "invalid_discovery_topic": "Sobimatu tuvastusteema eesliide." + }, "step": { "config": { + "data": { + "discovery_prefix": "Tuvastusteema eesliide" + }, "description": "Sisesta Tasmota konfiguratsioon.", "title": "Tasmota" }, diff --git a/homeassistant/components/tasmota/translations/nl.json b/homeassistant/components/tasmota/translations/nl.json index 0ab67f874fa..3b0cc5c1ca8 100644 --- a/homeassistant/components/tasmota/translations/nl.json +++ b/homeassistant/components/tasmota/translations/nl.json @@ -7,6 +7,9 @@ "config": { "description": "Vul de Tasmota gegevens in", "title": "Tasmota" + }, + "confirm": { + "description": "Wil je Tasmota instellen?" } } } diff --git a/homeassistant/components/tasmota/translations/zh-Hant.json b/homeassistant/components/tasmota/translations/zh-Hant.json index 2f1fbe481f1..1431fc8e1b7 100644 --- a/homeassistant/components/tasmota/translations/zh-Hant.json +++ b/homeassistant/components/tasmota/translations/zh-Hant.json @@ -13,6 +13,9 @@ }, "description": "\u8acb\u8f38\u5165 Tasmota \u8a2d\u5b9a\u3002", "title": "Tasmota" + }, + "confirm": { + "description": "\u662f\u5426\u8981\u8a2d\u5b9a Tasmota\uff1f" } } } diff --git a/homeassistant/components/tellduslive/translations/ca.json b/homeassistant/components/tellduslive/translations/ca.json index 4326269131e..ab5707f1e71 100644 --- a/homeassistant/components/tellduslive/translations/ca.json +++ b/homeassistant/components/tellduslive/translations/ca.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "already_configured": "TelldusLive ja est\u00e0 configurat", + "already_configured": "El servei ja est\u00e0 configurat", "authorize_url_fail": "S'ha produ\u00eft un error desconegut al generar l'URL d'autoritzaci\u00f3.", - "authorize_url_timeout": "S'ha acabat el temps d'espera durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", - "unknown": "S'ha produ\u00eft un error desconegut" + "authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", + "unknown": "Error inesperat" }, "error": { - "auth_error": "Error d'autenticaci\u00f3, torna-ho a provar" + "auth_error": "Error d'autenticaci\u00f3, torna-ho a provar", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" }, "step": { "auth": { diff --git a/homeassistant/components/tellduslive/translations/en.json b/homeassistant/components/tellduslive/translations/en.json index ef509f0ac43..4eab9dc1e42 100644 --- a/homeassistant/components/tellduslive/translations/en.json +++ b/homeassistant/components/tellduslive/translations/en.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "already_configured": "TelldusLive is already configured", + "already_configured": "Service is already configured", "authorize_url_fail": "Unknown error generating an authorize url.", - "authorize_url_timeout": "Timeout generating authorize url.", - "unknown": "Unknown error occurred" + "authorize_url_timeout": "Timeout generating authorize URL.", + "unknown": "Unexpected error" }, "error": { - "auth_error": "Authentication error, please try again" + "auth_error": "Authentication error, please try again", + "invalid_auth": "Invalid authentication" }, "step": { "auth": { diff --git a/homeassistant/components/tellduslive/translations/et.json b/homeassistant/components/tellduslive/translations/et.json new file mode 100644 index 00000000000..57ba2e31fe7 --- /dev/null +++ b/homeassistant/components/tellduslive/translations/et.json @@ -0,0 +1,10 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba seadistatud" + }, + "error": { + "invalid_auth": "Tuvastamise viga" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tellduslive/translations/pl.json b/homeassistant/components/tellduslive/translations/pl.json index 13054967365..bf24948fc68 100644 --- a/homeassistant/components/tellduslive/translations/pl.json +++ b/homeassistant/components/tellduslive/translations/pl.json @@ -7,7 +7,8 @@ "unknown": "Nieoczekiwany b\u0142\u0105d" }, "error": { - "auth_error": "B\u0142\u0105d uwierzytelniania, spr\u00f3buj ponownie" + "auth_error": "B\u0142\u0105d uwierzytelniania, spr\u00f3buj ponownie", + "invalid_auth": "Niepoprawne uwierzytelnienie" }, "step": { "auth": { diff --git a/homeassistant/components/tesla/translations/et.json b/homeassistant/components/tesla/translations/et.json index baf6178bb26..4b111928cd6 100644 --- a/homeassistant/components/tesla/translations/et.json +++ b/homeassistant/components/tesla/translations/et.json @@ -5,6 +5,13 @@ "already_configured_account": "Kasutaja on juba lisatud", "cannot_connect": "\u00dchendamine nurjus", "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/tesla/translations/nl.json b/homeassistant/components/tesla/translations/nl.json index 27df1acae2a..86f9318f18b 100644 --- a/homeassistant/components/tesla/translations/nl.json +++ b/homeassistant/components/tesla/translations/nl.json @@ -1,6 +1,9 @@ { "config": { "error": { + "already_configured": "Account is al geconfigureerd", + "already_configured_account": "Account is al geconfigureerd", + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Fout bij verbinden; controleer het netwerk en probeer het opnieuw", "identifier_exists": "E-mail al geregistreerd", "invalid_credentials": "Ongeldige inloggegevens", diff --git a/homeassistant/components/tibber/translations/et.json b/homeassistant/components/tibber/translations/et.json new file mode 100644 index 00000000000..857b496b449 --- /dev/null +++ b/homeassistant/components/tibber/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Teenus on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tile/translations/es.json b/homeassistant/components/tile/translations/es.json index 9795b6caae5..b3de73afaf1 100644 --- a/homeassistant/components/tile/translations/es.json +++ b/homeassistant/components/tile/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Esta cuenta de Tile ya est\u00e1 registrada." + "already_configured": "La cuenta ya ha sido configurada" }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/tile/translations/et.json b/homeassistant/components/tile/translations/et.json index 2227b7442a7..6fda8553827 100644 --- a/homeassistant/components/tile/translations/et.json +++ b/homeassistant/components/tile/translations/et.json @@ -1,7 +1,18 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "E-post" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/toon/translations/et.json b/homeassistant/components/toon/translations/et.json new file mode 100644 index 00000000000..a114a72f0e0 --- /dev/null +++ b/homeassistant/components/toon/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/totalconnect/translations/es.json b/homeassistant/components/totalconnect/translations/es.json index d308b2c7170..32d43bb165a 100644 --- a/homeassistant/components/totalconnect/translations/es.json +++ b/homeassistant/components/totalconnect/translations/es.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "La cuenta ya est\u00e1 configurada" + "already_configured": "La cuenta ya ha sido configurada" }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/totalconnect/translations/et.json b/homeassistant/components/totalconnect/translations/et.json index 2227b7442a7..a9b3a8983dd 100644 --- a/homeassistant/components/totalconnect/translations/et.json +++ b/homeassistant/components/totalconnect/translations/et.json @@ -1,7 +1,17 @@ { "config": { + "abort": { + "already_configured": "Konto on juba seadistatud" + }, "error": { "invalid_auth": "Tuvastamise viga" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/tplink/translations/es.json b/homeassistant/components/tplink/translations/es.json index 408be2c1360..5f4cb5a6e7c 100644 --- a/homeassistant/components/tplink/translations/es.json +++ b/homeassistant/components/tplink/translations/es.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "No se han encontrado dispositivos TP-Link en la red.", - "single_instance_allowed": "S\u00f3lo es necesaria una configuraci\u00f3n." + "no_devices_found": "No se encontraron dispositivos en la red", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "confirm": { diff --git a/homeassistant/components/traccar/translations/es.json b/homeassistant/components/traccar/translations/es.json index 11933eafe12..9ce5699526d 100644 --- a/homeassistant/components/traccar/translations/es.json +++ b/homeassistant/components/traccar/translations/es.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Su instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Traccar.", "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant, necesitar\u00e1 configurar la funci\u00f3n de webhook en Traccar.\n\nUtilice la siguiente url: ``{webhook_url}``\n\nConsulte la [documentaci\u00f3n]({docs_url}) para m\u00e1s detalles." diff --git a/homeassistant/components/traccar/translations/nl.json b/homeassistant/components/traccar/translations/nl.json index fd238b09bd9..7e9d93bc0c8 100644 --- a/homeassistant/components/traccar/translations/nl.json +++ b/homeassistant/components/traccar/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant-exemplaar moet toegankelijk zijn vanaf internet om berichten van Traccar te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Voor het verzenden van gebeurtenissen naar Home Assistant, moet u de webhook-functie in Traccar instellen.\n\nGebruik de volgende URL: ' {webhook_url} '\n\nZie [de documentatie] ({docs_url}) voor meer informatie." diff --git a/homeassistant/components/tradfri/translations/et.json b/homeassistant/components/tradfri/translations/et.json index 5d0a728407a..73b2f58b38a 100644 --- a/homeassistant/components/tradfri/translations/et.json +++ b/homeassistant/components/tradfri/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "step": { "auth": { "data": { diff --git a/homeassistant/components/transmission/translations/es.json b/homeassistant/components/transmission/translations/es.json index 3286bd72817..62adeaa6ac7 100644 --- a/homeassistant/components/transmission/translations/es.json +++ b/homeassistant/components/transmission/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "El host ya est\u00e1 configurado." }, "error": { - "cannot_connect": "No se puede conectar al host", + "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "name_exists": "El nombre ya existe", "wrong_credentials": "Nombre de usuario o contrase\u00f1a incorrectos" diff --git a/homeassistant/components/transmission/translations/et.json b/homeassistant/components/transmission/translations/et.json index 702ce26129c..d8fb35f19b7 100644 --- a/homeassistant/components/transmission/translations/et.json +++ b/homeassistant/components/transmission/translations/et.json @@ -1,7 +1,11 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "error": { - "invalid_auth": "Tuvastamise viga" + "invalid_auth": "Tuvastamise viga", + "wrong_credentials": "Vale kasutajanimi v\u00f5i salas\u00f5na" }, "step": { "user": { diff --git a/homeassistant/components/tuya/translations/es.json b/homeassistant/components/tuya/translations/es.json index b11fb8101b0..41ab447ec8e 100644 --- a/homeassistant/components/tuya/translations/es.json +++ b/homeassistant/components/tuya/translations/es.json @@ -5,7 +5,7 @@ "cannot_connect": "No se pudo conectar", "conn_error": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "auth_failed": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/tuya/translations/nl.json b/homeassistant/components/tuya/translations/nl.json index 0c1a78eb2a5..f513168a9e1 100644 --- a/homeassistant/components/tuya/translations/nl.json +++ b/homeassistant/components/tuya/translations/nl.json @@ -2,6 +2,7 @@ "config": { "abort": { "auth_failed": "Verkeerde gegevens", + "cannot_connect": "Kan geen verbinding maken", "conn_error": "Niet gelukt om te verbinden.", "single_instance_allowed": "Al geconfigureerd. Er is maar een configuratie mogelijk." }, diff --git a/homeassistant/components/twilio/translations/es.json b/homeassistant/components/twilio/translations/es.json index 8e5ade47c7b..b7ba037eef6 100644 --- a/homeassistant/components/twilio/translations/es.json +++ b/homeassistant/components/twilio/translations/es.json @@ -2,8 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Tu instancia de Home Assistant debe ser accesible desde Internet para recibir mensajes de Twilio.", - "one_instance_allowed": "S\u00f3lo se necesita una instancia.", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "one_instance_allowed": "Solo es necesaria una instancia.", + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "create_entry": { "default": "Para enviar eventos a Home Assistant debes configurar los [Webhooks en Twilio]({twilio_url}). \n\n Completa la siguiente informaci\u00f3n: \n\n - URL: `{webhook_url}` \n - M\u00e9todo: POST \n - Tipo de contenido: application/x-www-form-urlencoded \n\nConsulta [la documentaci\u00f3n]({docs_url}) sobre c\u00f3mo configurar las automatizaciones para manejar los datos entrantes." diff --git a/homeassistant/components/twilio/translations/nl.json b/homeassistant/components/twilio/translations/nl.json index 0af84ebb172..f65a06061c0 100644 --- a/homeassistant/components/twilio/translations/nl.json +++ b/homeassistant/components/twilio/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Uw Home Assistant instantie moet toegankelijk zijn vanaf het internet om Twillo-berichten te ontvangen.", - "one_instance_allowed": "Slechts \u00e9\u00e9n exemplaar is nodig." + "one_instance_allowed": "Slechts \u00e9\u00e9n exemplaar is nodig.", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "create_entry": { "default": "Om evenementen naar de Home Assistant te verzenden, moet u [Webhooks with Twilio] ( {twilio_url} ) instellen. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n - Inhoudstype: application / x-www-form-urlencoded \n\n Zie [de documentatie] ( {docs_url} ) voor informatie over het configureren van automatiseringen om binnenkomende gegevens te verwerken." diff --git a/homeassistant/components/unifi/translations/et.json b/homeassistant/components/unifi/translations/et.json new file mode 100644 index 00000000000..de6c33c26dc --- /dev/null +++ b/homeassistant/components/unifi/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "error": { + "service_unavailable": "\u00dchendamine nurjus" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upb/translations/es.json b/homeassistant/components/upb/translations/es.json index 8e04d9df0ee..46d957c1750 100644 --- a/homeassistant/components/upb/translations/es.json +++ b/homeassistant/components/upb/translations/es.json @@ -5,7 +5,7 @@ "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se conect\u00f3 con UPB PIM, por favor, int\u00e9ntelo de nuevo.", + "cannot_connect": "No se pudo conectar", "invalid_upb_file": "Archivo de exportaci\u00f3n UPB UPStart faltante o no v\u00e1lido, verifique el nombre y la ruta del archivo.", "unknown": "Error inesperado" }, diff --git a/homeassistant/components/upb/translations/nl.json b/homeassistant/components/upb/translations/nl.json new file mode 100644 index 00000000000..8b2702b6708 --- /dev/null +++ b/homeassistant/components/upb/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/es.json b/homeassistant/components/upnp/translations/es.json index 308b10cb6db..91a169fd839 100644 --- a/homeassistant/components/upnp/translations/es.json +++ b/homeassistant/components/upnp/translations/es.json @@ -4,7 +4,7 @@ "already_configured": "UPnP / IGD ya est\u00e1 configurado", "incomplete_discovery": "Descubrimiento incompleto", "no_devices_discovered": "No se descubrieron UPnP / IGDs", - "no_devices_found": "No se encuentran dispositivos UPnP/IGD en la red." + "no_devices_found": "No se encontraron dispositivos en la red" }, "error": { "one": "UNO", diff --git a/homeassistant/components/velbus/translations/nl.json b/homeassistant/components/velbus/translations/nl.json index 81991bfff0e..03bbe8c2e58 100644 --- a/homeassistant/components/velbus/translations/nl.json +++ b/homeassistant/components/velbus/translations/nl.json @@ -4,6 +4,7 @@ "port_exists": "Deze poort is al geconfigureerd" }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_failed": "De velbus verbinding is mislukt.", "port_exists": "Deze poort is al geconfigureerd" }, diff --git a/homeassistant/components/vesync/translations/es.json b/homeassistant/components/vesync/translations/es.json index 7fa31beabc9..5af7e2551bf 100644 --- a/homeassistant/components/vesync/translations/es.json +++ b/homeassistant/components/vesync/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Solo se permite una instancia de Vesync", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", diff --git a/homeassistant/components/vesync/translations/et.json b/homeassistant/components/vesync/translations/et.json index 76df07e2727..5f4af550e1c 100644 --- a/homeassistant/components/vesync/translations/et.json +++ b/homeassistant/components/vesync/translations/et.json @@ -4,7 +4,16 @@ "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." }, "error": { - "invalid_auth": "Tuvastamise viga" + "invalid_auth": "Tuvastamise viga", + "invalid_login": "Vale kasutajanimi v\u00f5i salas\u00f5na" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na" + }, + "title": "Sisesta kasutajanimi ja salas\u00f5na" + } } } } \ No newline at end of file diff --git a/homeassistant/components/vesync/translations/nl.json b/homeassistant/components/vesync/translations/nl.json index 3624fd2b3f4..cbc6ad38695 100644 --- a/homeassistant/components/vesync/translations/nl.json +++ b/homeassistant/components/vesync/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_setup": "Er is slechts \u00e9\u00e9n Vesync instantie toegestaan." + "already_setup": "Er is slechts \u00e9\u00e9n Vesync instantie toegestaan.", + "single_instance_allowed": "Al geconfigureerd. Slecht \u00e9\u00e9n configuratie mogelijk." }, "error": { "invalid_login": "Ongeldige gebruikersnaam of wachtwoord" diff --git a/homeassistant/components/vilfo/translations/es.json b/homeassistant/components/vilfo/translations/es.json index 0fbfed923cf..863e0cfb6ce 100644 --- a/homeassistant/components/vilfo/translations/es.json +++ b/homeassistant/components/vilfo/translations/es.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "already_configured": "Este router Vilfo ya est\u00e1 configurado." + "already_configured": "El dispositivo ya est\u00e1 configurado" }, "error": { - "cannot_connect": "No se pudo conectar. Comprueba la informaci\u00f3n que proporcionaste e int\u00e9ntalo de nuevo.", - "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida. Comprueba el token de acceso e int\u00e9ntalo de nuevo.", - "unknown": "Se ha producido un error inesperado al configurar la integraci\u00f3n." + "cannot_connect": "No se pudo conectar", + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", + "unknown": "Error inesperado" }, "step": { "user": { diff --git a/homeassistant/components/vilfo/translations/et.json b/homeassistant/components/vilfo/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/vilfo/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/vizio/translations/es.json b/homeassistant/components/vizio/translations/es.json index ec20977b459..cc7f61c371f 100644 --- a/homeassistant/components/vizio/translations/es.json +++ b/homeassistant/components/vizio/translations/es.json @@ -14,7 +14,7 @@ "step": { "pair_tv": { "data": { - "pin": "PIN" + "pin": "C\u00f3digo PIN" }, "description": "Tu TV debe estar mostrando un c\u00f3digo. Escribe ese c\u00f3digo en el formulario y contin\u00faa con el paso siguiente para completar el emparejamiento.", "title": "Completar Proceso de Emparejamiento" diff --git a/homeassistant/components/vizio/translations/et.json b/homeassistant/components/vizio/translations/et.json new file mode 100644 index 00000000000..181c26b23ba --- /dev/null +++ b/homeassistant/components/vizio/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured_device": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/vizio/translations/nl.json b/homeassistant/components/vizio/translations/nl.json index 476f8265102..f8f5f2a42c2 100644 --- a/homeassistant/components/vizio/translations/nl.json +++ b/homeassistant/components/vizio/translations/nl.json @@ -14,6 +14,7 @@ "data": { "pin": "PIN" }, + "description": "Uw TV zou een code moeten weergeven. Voer die code in het formulier in en ga dan door naar de volgende stap om de koppeling te voltooien.", "title": "Voltooi het koppelingsproces" }, "pairing_complete": { diff --git a/homeassistant/components/volumio/translations/et.json b/homeassistant/components/volumio/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/volumio/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/volumio/translations/nl.json b/homeassistant/components/volumio/translations/nl.json new file mode 100644 index 00000000000..c1909b19508 --- /dev/null +++ b/homeassistant/components/volumio/translations/nl.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "port": "Poort" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wilight/translations/et.json b/homeassistant/components/wilight/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/wilight/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/ca.json b/homeassistant/components/withings/translations/ca.json index 1731a7bdaaf..da04719121c 100644 --- a/homeassistant/components/withings/translations/ca.json +++ b/homeassistant/components/withings/translations/ca.json @@ -2,14 +2,15 @@ "config": { "abort": { "already_configured": "Configuraci\u00f3 de perfil actualitzada.", - "authorize_url_timeout": "S'ha acabat el temps d'espera durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", - "missing_configuration": "La integraci\u00f3 Withings no est\u00e0 configurada. Mira'n la documentaci\u00f3.", + "authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", "no_url_available": "No hi ha cap URL disponible. Per a m\u00e9s informaci\u00f3 sobre aquest error, [consulta la secci\u00f3 d'ajuda]({docs_url})" }, "create_entry": { "default": "Autenticaci\u00f3 exitosa amb Withings." }, "error": { + "already_configured_account": "El compte ja ha estat configurat", "profile_exists": "El perfil ja est\u00e0 configurat. Proporciona un nom de perfil \u00fanic." }, "flow_title": "Withings: {profile}", diff --git a/homeassistant/components/withings/translations/es.json b/homeassistant/components/withings/translations/es.json index e785e9e7b47..8744f65dd68 100644 --- a/homeassistant/components/withings/translations/es.json +++ b/homeassistant/components/withings/translations/es.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Configuraci\u00f3n actualizada para el perfil.", "authorize_url_timeout": "Tiempo de espera agotado generando la url de autorizaci\u00f3n.", - "missing_configuration": "La integraci\u00f3n de Withings no est\u00e1 configurada. Por favor, siga la documentaci\u00f3n.", + "missing_configuration": "El componente no est\u00e1 configurado. Consulta la documentaci\u00f3n.", "no_url_available": "No hay URL disponible. Para obtener informaci\u00f3n sobre este error, [consulta la secci\u00f3n de ayuda]({docs_url})" }, "create_entry": { @@ -16,7 +16,7 @@ "flow_title": "Withings: {profile}", "step": { "pick_implementation": { - "title": "Elija el m\u00e9todo de autenticaci\u00f3n" + "title": "Selecciona el m\u00e9todo de autenticaci\u00f3n" }, "profile": { "data": { diff --git a/homeassistant/components/withings/translations/et.json b/homeassistant/components/withings/translations/et.json index e66bcfb3e5d..06385df52c8 100644 --- a/homeassistant/components/withings/translations/et.json +++ b/homeassistant/components/withings/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "no_url_available": "URL pole saadaval. Rohkem teavet [check the help section]({docs_url})" + }, "error": { "already_configured_account": "Konto on juba h\u00e4\u00e4lestatud" } diff --git a/homeassistant/components/withings/translations/nl.json b/homeassistant/components/withings/translations/nl.json index a54333ab8f2..94d62dbb5dd 100644 --- a/homeassistant/components/withings/translations/nl.json +++ b/homeassistant/components/withings/translations/nl.json @@ -8,6 +8,9 @@ "create_entry": { "default": "Succesvol geverifieerd met Withings voor het geselecteerde profiel." }, + "error": { + "already_configured_account": "Account is al geconfigureerd" + }, "step": { "pick_implementation": { "title": "Kies Authenticatiemethode" diff --git a/homeassistant/components/withings/translations/zh-Hant.json b/homeassistant/components/withings/translations/zh-Hant.json index 02e6d6f669c..f8447f9de5f 100644 --- a/homeassistant/components/withings/translations/zh-Hant.json +++ b/homeassistant/components/withings/translations/zh-Hant.json @@ -3,13 +3,14 @@ "abort": { "already_configured": "\u6b64\u500b\u4eba\u8a2d\u7f6e\u8a2d\u5b9a\u5df2\u66f4\u65b0\u3002", "authorize_url_timeout": "\u7522\u751f\u8a8d\u8b49 URL \u6642\u903e\u6642\u3002", - "missing_configuration": "Withings \u6574\u5408\u5c1a\u672a\u8a2d\u7f6e\uff0c\u8acb\u53c3\u95b1\u6587\u4ef6\u8aaa\u660e\u3002", + "missing_configuration": "\u5143\u4ef6\u5c1a\u672a\u8a2d\u7f6e\uff0c\u8acb\u53c3\u95b1\u6587\u4ef6\u8aaa\u660e\u3002", "no_url_available": "\u6c92\u6709\u53ef\u7528\u7684\u7db2\u5740\u3002\u95dc\u65bc\u6b64\u932f\u8aa4\u66f4\u8a73\u7d30\u8a0a\u606f\uff0c[\u9ede\u9078\u5354\u52a9\u7ae0\u7bc0]({docs_url})" }, "create_entry": { "default": "\u5df2\u6210\u529f\u8a8d\u8b49 Withings \u8a2d\u5099\u3002" }, "error": { + "already_configured_account": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "profile_exists": "\u4f7f\u7528\u8005\u500b\u4eba\u8a2d\u7f6e\u5df2\u7d93\u8a2d\u5b9a\uff0c\u8acb\u63d0\u4f9b\u7368\u4e00\u7684\u540d\u7a31\u3002" }, "flow_title": "Withings\uff1a{profile}", diff --git a/homeassistant/components/wled/translations/nl.json b/homeassistant/components/wled/translations/nl.json index ebbc0e52cde..08f420d5042 100644 --- a/homeassistant/components/wled/translations/nl.json +++ b/homeassistant/components/wled/translations/nl.json @@ -2,9 +2,11 @@ "config": { "abort": { "already_configured": "Dit WLED-apparaat is al geconfigureerd.", + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met WLED-apparaat." }, "error": { + "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met WLED-apparaat." }, "flow_title": "WLED: {name}", diff --git a/homeassistant/components/wolflink/translations/et.json b/homeassistant/components/wolflink/translations/et.json new file mode 100644 index 00000000000..466ebe483b4 --- /dev/null +++ b/homeassistant/components/wolflink/translations/et.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "step": { + "user": { + "data": { + "password": "Salas\u00f5na", + "username": "Kasutajanimi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_aqara/translations/ca.json b/homeassistant/components/xiaomi_aqara/translations/ca.json index f513f36d181..c32a522f87f 100644 --- a/homeassistant/components/xiaomi_aqara/translations/ca.json +++ b/homeassistant/components/xiaomi_aqara/translations/ca.json @@ -7,7 +7,7 @@ }, "error": { "discovery_error": "No s'ha pogut descobrir cap passarel\u00b7la Xiaomi Aqara, prova d'utilitzar la IP del dispositiu que executa Home Assistant com a interf\u00edcie", - "invalid_host": "Adre\u00e7a IP no v\u00e0lida, consulta https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_host": "Nom de l'amfitri\u00f3 o l'adre\u00e7a IP inv\u00e0lids, consulta https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", "invalid_interface": "Interf\u00edcie de xarxa no v\u00e0lida", "invalid_key": "Clau de la passarel\u00b7la no v\u00e0lida", "invalid_mac": "Adre\u00e7a MAC no v\u00e0lida", diff --git a/homeassistant/components/xiaomi_aqara/translations/es.json b/homeassistant/components/xiaomi_aqara/translations/es.json index caf99aed710..21742e1099f 100644 --- a/homeassistant/components/xiaomi_aqara/translations/es.json +++ b/homeassistant/components/xiaomi_aqara/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "El dispositivo ya est\u00e1 configurado", - "already_in_progress": "El flujo de configuraci\u00f3n para este gateway ya est\u00e1 en marcha.", + "already_in_progress": "El flujo de configuraci\u00f3n ya est\u00e1 en proceso", "not_xiaomi_aqara": "No es un Xiaomi Aqara Gateway, el dispositivo descubierto no coincide con los gateways conocidos" }, "error": { @@ -36,7 +36,7 @@ "interface": "La interfaz de la red a usar", "mac": "Direcci\u00f3n Mac (opcional)" }, - "description": "Conectar con tu Xiaomi Aqara Gateway", + "description": "Con\u00e9ctate a tu Xiaomi Aqara Gateway, si las direcciones IP y mac se dejan vac\u00edas, se utiliza el auto-descubrimiento.", "title": "Xiaomi Aqara Gateway" } } diff --git a/homeassistant/components/xiaomi_aqara/translations/et.json b/homeassistant/components/xiaomi_aqara/translations/et.json new file mode 100644 index 00000000000..2b3d39637f9 --- /dev/null +++ b/homeassistant/components/xiaomi_aqara/translations/et.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_aqara/translations/nl.json b/homeassistant/components/xiaomi_aqara/translations/nl.json index 24eeccf11a0..a2f3f58abda 100644 --- a/homeassistant/components/xiaomi_aqara/translations/nl.json +++ b/homeassistant/components/xiaomi_aqara/translations/nl.json @@ -1,10 +1,16 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "flow_title": "Xiaomi Aqara Gateway: {name}", "step": { "user": { "data": { + "host": "IP-adres (optioneel)", "mac": "MAC-adres (optioneel)" - } + }, + "title": "Xiaomi Aqara Gateway" } } } diff --git a/homeassistant/components/xiaomi_aqara/translations/zh-Hant.json b/homeassistant/components/xiaomi_aqara/translations/zh-Hant.json index 611108c6513..77c87f35ceb 100644 --- a/homeassistant/components/xiaomi_aqara/translations/zh-Hant.json +++ b/homeassistant/components/xiaomi_aqara/translations/zh-Hant.json @@ -7,7 +7,7 @@ }, "error": { "discovery_error": "\u63a2\u7d22\u5c0f\u7c73 Aqara \u7db2\u95dc\u5931\u6557\uff0c\u8acb\u5617\u8a66\u4f7f\u7528\u57f7\u884c Home Assistant \u8a2d\u5099\u7684 IP \u4f5c\u70ba\u4ecb\u9762", - "invalid_host": "\u7121\u6548\u7684 IP \u4f4d\u5740\uff0c\u8acb\u53c3\u95b1 https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740\uff0c\u8acb\u53c3\u95b1 https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", "invalid_interface": "\u7db2\u8def\u4ecb\u9762\u7121\u6548", "invalid_key": "\u7db2\u95dc\u5bc6\u9470\u7121\u6548", "invalid_mac": "\u7121\u6548\u7684 Mac \u4f4d\u5740", diff --git a/homeassistant/components/xiaomi_miio/translations/et.json b/homeassistant/components/xiaomi_miio/translations/et.json index ef3998a3baf..78f368d51e1 100644 --- a/homeassistant/components/xiaomi_miio/translations/et.json +++ b/homeassistant/components/xiaomi_miio/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, "flow_title": "Xiaomi Miio: {name}", "step": { "gateway": { diff --git a/homeassistant/components/yeelight/translations/et.json b/homeassistant/components/yeelight/translations/et.json new file mode 100644 index 00000000000..1bce37c3292 --- /dev/null +++ b/homeassistant/components/yeelight/translations/et.json @@ -0,0 +1,32 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "no_devices_found": "V\u00f5rgust ei leitud seadmeid" + }, + "error": { + "cannot_connect": "\u00dchendus nurjus" + }, + "step": { + "pick_device": { + "data": { + "device": "Seade" + } + }, + "user": { + "data": { + "ip_address": "IP aadress" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "model": "Mudel (valikuline)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zerproc/translations/es.json b/homeassistant/components/zerproc/translations/es.json index a0bb855fc5d..56a0be99057 100644 --- a/homeassistant/components/zerproc/translations/es.json +++ b/homeassistant/components/zerproc/translations/es.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "No se encontraron dispositivos en la red", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "step": { "confirm": { diff --git a/homeassistant/components/zha/translations/es.json b/homeassistant/components/zha/translations/es.json index fb2445f0f8c..677d60d0d65 100644 --- a/homeassistant/components/zha/translations/es.json +++ b/homeassistant/components/zha/translations/es.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "single_instance_allowed": "S\u00f3lo se permite una \u00fanica configuraci\u00f3n de ZHA." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { - "cannot_connect": "No se puede conectar al dispositivo ZHA." + "cannot_connect": "No se pudo conectar" }, "step": { "pick_radio": { diff --git a/homeassistant/components/zoneminder/translations/es.json b/homeassistant/components/zoneminder/translations/es.json index 7bd3264b2f3..6e12f9fd8fe 100644 --- a/homeassistant/components/zoneminder/translations/es.json +++ b/homeassistant/components/zoneminder/translations/es.json @@ -23,7 +23,7 @@ "password": "Contrase\u00f1a", "path": "Ruta ZM", "path_zms": "Ruta ZMS", - "ssl": "Usar SSL para conexiones a ZoneMinder", + "ssl": "Utiliza un certificado SSL", "username": "Usuario", "verify_ssl": "Verificar certificado SSL" }, diff --git a/homeassistant/components/zoneminder/translations/nl.json b/homeassistant/components/zoneminder/translations/nl.json index a9ad121c32e..126abbe2d28 100644 --- a/homeassistant/components/zoneminder/translations/nl.json +++ b/homeassistant/components/zoneminder/translations/nl.json @@ -1,6 +1,14 @@ { "config": { "abort": { + "auth_fail": "Gebruikersnaam of wachtwoord is onjuist.", + "cannot_connect": "Kan geen verbinding maken", + "connection_error": "Kan geen verbinding maken met een ZoneMinder-server." + }, + "create_entry": { + "default": "ZoneMinder-server toegevoegd." + }, + "error": { "auth_fail": "Gebruikersnaam of wachtwoord is onjuist.", "connection_error": "Kan geen verbinding maken met een ZoneMinder-server." }, @@ -14,7 +22,7 @@ "path_zms": "ZMS-pad", "ssl": "Gebruik SSL voor verbindingen met ZoneMinder", "username": "Gebruikersnaam", - "verify_ssl": "Verifieer SSLcertificaat" + "verify_ssl": "Verifieer SSL-certificaat" }, "title": "Voeg ZoneMinder server toe." } diff --git a/homeassistant/components/zwave/translations/es.json b/homeassistant/components/zwave/translations/es.json index 34dd9dd6653..f4d8141d7d7 100644 --- a/homeassistant/components/zwave/translations/es.json +++ b/homeassistant/components/zwave/translations/es.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Z-Wave ya est\u00e1 configurado", "one_instance_only": "El componente solo admite una instancia de Z-Wave", - "single_instance_allowed": "Ya est\u00e1 configurado. S\u00f3lo es posible una \u00fanica configuraci\u00f3n." + "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "option_error": "Z-Wave error de validaci\u00f3n. \u00bfLa ruta de acceso a la memoria USB escorrecta?" diff --git a/homeassistant/components/zwave/translations/et.json b/homeassistant/components/zwave/translations/et.json index 18fc2b7f571..fb97da64f7e 100644 --- a/homeassistant/components/zwave/translations/et.json +++ b/homeassistant/components/zwave/translations/et.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." } }, diff --git a/homeassistant/components/zwave/translations/nl.json b/homeassistant/components/zwave/translations/nl.json index 96e697c021a..35f912576e5 100644 --- a/homeassistant/components/zwave/translations/nl.json +++ b/homeassistant/components/zwave/translations/nl.json @@ -2,7 +2,8 @@ "config": { "abort": { "already_configured": "Z-Wave is al geconfigureerd", - "one_instance_only": "Component ondersteunt slechts \u00e9\u00e9n Z-Wave-instantie" + "one_instance_only": "Component ondersteunt slechts \u00e9\u00e9n Z-Wave-instantie", + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, "error": { "option_error": "Z-Wave-validatie mislukt. Is het pad naar de USB-stick correct?" diff --git a/homeassistant/components/zwave/translations/pl.json b/homeassistant/components/zwave/translations/pl.json index 600c680c551..6f503b02390 100644 --- a/homeassistant/components/zwave/translations/pl.json +++ b/homeassistant/components/zwave/translations/pl.json @@ -22,9 +22,9 @@ "state": { "_": { "dead": "martwy", - "initializing": "Inicjowanie", - "ready": "Gotowe", - "sleeping": "U\u015bpiony" + "initializing": "inicjalizacja", + "ready": "gotowy", + "sleeping": "u\u015bpiony" }, "query_stage": { "dead": "martwy",