[ci skip] Translation update
This commit is contained in:
parent
c825f88888
commit
020d456889
38 changed files with 183 additions and 26 deletions
|
@ -3,7 +3,22 @@
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "Solo se permite una \u00fanica configuraci\u00f3n de Abode."
|
"single_instance_allowed": "Solo se permite una \u00fanica configuraci\u00f3n de Abode."
|
||||||
},
|
},
|
||||||
|
"error": {
|
||||||
|
"invalid_mfa_code": "C\u00f3digo MFA no v\u00e1lido"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"mfa": {
|
||||||
|
"data": {
|
||||||
|
"mfa_code": "C\u00f3digo MFA (6 d\u00edgitos)"
|
||||||
|
},
|
||||||
|
"title": "Ingrese su c\u00f3digo MFA para Abode"
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Contrase\u00f1a"
|
||||||
|
},
|
||||||
|
"title": "Complete su informaci\u00f3n de inicio de sesi\u00f3n de Abode"
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Contrase\u00f1a",
|
"password": "Contrase\u00f1a",
|
||||||
|
|
|
@ -16,8 +16,14 @@
|
||||||
"data": {
|
"data": {
|
||||||
"forecast": "Pron\u00f3stico del tiempo"
|
"forecast": "Pron\u00f3stico del tiempo"
|
||||||
},
|
},
|
||||||
"description": "Debido a las limitaciones de la versi\u00f3n gratuita de la clave API de AccuWeather, cuando habilita el pron\u00f3stico del tiempo, las actualizaciones de datos se realizar\u00e1n cada 64 minutos en lugar de cada 32 minutos."
|
"description": "Debido a las limitaciones de la versi\u00f3n gratuita de la clave API de AccuWeather, cuando habilita el pron\u00f3stico del tiempo, las actualizaciones de datos se realizar\u00e1n cada 64 minutos en lugar de cada 32 minutos.",
|
||||||
|
"title": "Opciones de AccuWeather"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"system_health": {
|
||||||
|
"info": {
|
||||||
|
"remaining_requests": "Solicitudes permitidas restantes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"accuweather__pressure_tendency": {
|
||||||
|
"falling": "Descendente",
|
||||||
|
"rising": "Creciente",
|
||||||
|
"steady": "Firme"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
|
"already_configured": "\uc11c\ube44\uc2a4\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4",
|
||||||
"existing_instance_updated": "\uae30\uc874 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud588\uc2b5\ub2c8\ub2e4.",
|
"existing_instance_updated": "\uae30\uc874 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud588\uc2b5\ub2c8\ub2e4.",
|
||||||
"single_instance_allowed": "\uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud558\ub098\uc758 \uc778\uc2a4\ud134\uc2a4\ub9cc \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."
|
"single_instance_allowed": "\uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud558\ub098\uc758 \uc778\uc2a4\ud134\uc2a4\ub9cc \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
|
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana",
|
||||||
"existing_instance_updated": "Zaktualizowano istniej\u0105c\u0105 konfiguracj\u0119",
|
"existing_instance_updated": "Zaktualizowano istniej\u0105c\u0105 konfiguracj\u0119",
|
||||||
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
|
||||||
},
|
},
|
||||||
|
|
12
homeassistant/components/aemet/translations/es-419.json
Normal file
12
homeassistant/components/aemet/translations/es-419.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"name": "Nombre de la integraci\u00f3n"
|
||||||
|
},
|
||||||
|
"title": "AEMET OpenData"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -18,5 +18,11 @@
|
||||||
"title": "Airly"
|
"title": "Airly"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"system_health": {
|
||||||
|
"info": {
|
||||||
|
"requests_per_day": "Solicitudes permitidas por d\u00eda",
|
||||||
|
"requests_remaining": "Solicitudes permitidas restantes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
17
homeassistant/components/airnow/translations/es-419.json
Normal file
17
homeassistant/components/airnow/translations/es-419.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"invalid_location": "No se encontraron resultados para esa ubicaci\u00f3n"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"radius": "Radio de la estaci\u00f3n (millas; opcional)"
|
||||||
|
},
|
||||||
|
"description": "Configure la integraci\u00f3n de la calidad del aire de AirNow. Para generar la clave de API, vaya a https://docs.airnowapi.org/account/request/",
|
||||||
|
"title": "AirNow"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": "AirNow"
|
||||||
|
}
|
|
@ -5,7 +5,8 @@
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"general_error": "Se ha producido un error desconocido.",
|
"general_error": "Se ha producido un error desconocido.",
|
||||||
"invalid_api_key": "Se proporciona una clave de API no v\u00e1lida."
|
"invalid_api_key": "Se proporciona una clave de API no v\u00e1lida.",
|
||||||
|
"location_not_found": "Ubicaci\u00f3n no encontrada"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"geography": {
|
"geography": {
|
||||||
|
@ -17,6 +18,10 @@
|
||||||
"description": "Use la API de AirVisual para monitorear una ubicaci\u00f3n geogr\u00e1fica.",
|
"description": "Use la API de AirVisual para monitorear una ubicaci\u00f3n geogr\u00e1fica.",
|
||||||
"title": "Configurar una geograf\u00eda"
|
"title": "Configurar una geograf\u00eda"
|
||||||
},
|
},
|
||||||
|
"geography_by_coords": {
|
||||||
|
"description": "Utilice la API en la nube de AirVisual para monitorear una latitud / longitud.",
|
||||||
|
"title": "Configurar una geograf\u00eda"
|
||||||
|
},
|
||||||
"node_pro": {
|
"node_pro": {
|
||||||
"data": {
|
"data": {
|
||||||
"ip_address": "Direcci\u00f3n IP/nombre de host de la unidad",
|
"ip_address": "Direcci\u00f3n IP/nombre de host de la unidad",
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"protocol": "Protocolo"
|
"protocol": "Protocolo"
|
||||||
}
|
},
|
||||||
|
"title": "Elija el protocolo AlarmDecoder"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"cannot_connect": "Kan geen verbinding maken",
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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."
|
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"abort": {
|
"abort": {
|
||||||
"access_token": "Onbekende fout bij het genereren van een toegangstoken.",
|
"access_token": "Onbekende fout bij het genereren van een toegangstoken.",
|
||||||
"already_configured": "Account is al geconfigureerd",
|
"already_configured": "Account is al geconfigureerd",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Succesvol geauthenticeerd"
|
"default": "Succesvol geauthenticeerd"
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
{
|
{
|
||||||
|
"device_automation": {
|
||||||
|
"condition_type": {
|
||||||
|
"is_cold": "{entity_name} \u05e7\u05e8",
|
||||||
|
"is_not_cold": "{entity_name} \u05dc\u05d0 \u05e7\u05e8"
|
||||||
|
},
|
||||||
|
"trigger_type": {
|
||||||
|
"cold": "{entity_name} \u05e0\u05d4\u05d9\u05d4 \u05e7\u05e8",
|
||||||
|
"not_cold": "{entity_name} \u05e0\u05d4\u05d9\u05d4 \u05dc\u05d0 \u05e7\u05e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "\u05db\u05d1\u05d5\u05d9",
|
"off": "\u05db\u05d1\u05d5\u05d9",
|
||||||
|
@ -57,8 +67,8 @@
|
||||||
"on": "\u05e0\u05d5\u05db\u05d7"
|
"on": "\u05e0\u05d5\u05db\u05d7"
|
||||||
},
|
},
|
||||||
"problem": {
|
"problem": {
|
||||||
"off": "\u05d0\u05d5\u05e7\u05d9\u05d9",
|
"off": "\u05ea\u05e7\u05d9\u05df",
|
||||||
"on": "\u05d1\u05e2\u05d9\u05d9\u05d4"
|
"on": "\u05d1\u05e2\u05d9\u05d4"
|
||||||
},
|
},
|
||||||
"safety": {
|
"safety": {
|
||||||
"off": "\u05d1\u05d8\u05d5\u05d7",
|
"off": "\u05d1\u05d8\u05d5\u05d7",
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "\uc11c\ube44\uc2a4\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4"
|
"already_configured": "\uc11c\ube44\uc2a4\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4",
|
||||||
|
"cannot_connect": "\uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana"
|
"already_configured": "Us\u0142uga jest ju\u017c skonfigurowana",
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||||
|
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"already_configured": "Account is al geconfigureerd",
|
"already_configured": "Account is al geconfigureerd",
|
||||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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 een enkele configuratie mogelijk."
|
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||||
},
|
},
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Notification service name (change requires restart)",
|
"name": "Notification service name (change requires restart)",
|
||||||
"recipient": "SMS notification recipients",
|
"recipient": "SMS notification recipients",
|
||||||
"track_new_devices": "Track new devices"
|
"track_new_devices": "Track new devices",
|
||||||
|
"track_wired_clients": "Track wired network clients"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
20
homeassistant/components/ialarm/translations/pl.json
Normal file
20
homeassistant/components/ialarm/translations/pl.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||||
|
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"pin": "Kod PIN",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
"already_configured": "[%key::common::config_flow::abort::already_configured_account%]"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"already_configured": "Account is al geconfigureerd",
|
"already_configured": "Account is al geconfigureerd",
|
||||||
"external_error": "Uitzondering opgetreden uit een andere stroom.",
|
"external_error": "Uitzondering opgetreden uit een andere stroom.",
|
||||||
"external_setup": "Logi Circle is met succes geconfigureerd vanuit een andere stroom.",
|
"external_setup": "Logi Circle is met succes geconfigureerd vanuit een andere stroom.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "\uc778\uc99d URL \uc0dd\uc131 \uc2dc\uac04\uc774 \ucd08\uacfc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
"authorize_url_timeout": "\uc778\uc99d URL \uc0dd\uc131 \uc2dc\uac04\uc774 \ucd08\uacfc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||||
"missing_configuration": "\uad6c\uc131\uc694\uc18c\uac00 \uad6c\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc124\uba85\uc11c\ub97c \ucc38\uace0\ud574\uc8fc\uc138\uc694."
|
"missing_configuration": "\uad6c\uc131\uc694\uc18c\uac00 \uad6c\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc124\uba85\uc11c\ub97c \ucc38\uace0\ud574\uc8fc\uc138\uc694.",
|
||||||
|
"reauth_successful": "\uc7ac\uc778\uc99d\uc5d0 \uc131\uacf5\ud588\uc2b5\ub2c8\ub2e4"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "\uc131\uacf5\uc801\uc73c\ub85c \uc778\uc99d\ub418\uc5c8\uc2b5\ub2c8\ub2e4"
|
"default": "\uc131\uacf5\uc801\uc73c\ub85c \uc778\uc99d\ub418\uc5c8\uc2b5\ub2c8\ub2e4"
|
||||||
|
@ -10,6 +11,9 @@
|
||||||
"step": {
|
"step": {
|
||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "\uc778\uc99d \ubc29\ubc95 \uc120\ud0dd\ud558\uae30"
|
"title": "\uc778\uc99d \ubc29\ubc95 \uc120\ud0dd\ud558\uae30"
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"title": "\ud1b5\ud569 \uad6c\uc131\uc694\uc18c \uc7ac\uc778\uc99d\ud558\uae30"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"reauth_successful": "Herauthenticatie was succesvol"
|
"reauth_successful": "Herauthenticatie was succesvol"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji",
|
"authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji",
|
||||||
"missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105."
|
"missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.",
|
||||||
|
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Pomy\u015blnie uwierzytelniono"
|
"default": "Pomy\u015blnie uwierzytelniono"
|
||||||
|
@ -10,6 +11,10 @@
|
||||||
"step": {
|
"step": {
|
||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "Wybierz metod\u0119 uwierzytelniania"
|
"title": "Wybierz metod\u0119 uwierzytelniania"
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"description": "Integracja Lyric wymaga ponownego uwierzytelnienia Twojego konta.",
|
||||||
|
"title": "Ponownie uwierzytelnij integracj\u0119"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"invalid_serial": "Port s\u00e8rie inv\u00e0lid",
|
"invalid_serial": "Port s\u00e8rie inv\u00e0lid",
|
||||||
"invalid_subscribe_topic": "Topic de subscripci\u00f3 inv\u00e0lid",
|
"invalid_subscribe_topic": "Topic de subscripci\u00f3 inv\u00e0lid",
|
||||||
"invalid_version": "Versi\u00f3 de MySensors inv\u00e0lida",
|
"invalid_version": "Versi\u00f3 de MySensors inv\u00e0lida",
|
||||||
|
"mqtt_required": "La integraci\u00f3 MQTT no est\u00e0 configurada",
|
||||||
"not_a_number": "Introdueix un n\u00famero",
|
"not_a_number": "Introdueix un n\u00famero",
|
||||||
"port_out_of_range": "El n\u00famero de port ha d'estar entre 1 i 65535",
|
"port_out_of_range": "El n\u00famero de port ha d'estar entre 1 i 65535",
|
||||||
"same_topic": "Els topics de publicaci\u00f3 i subscripci\u00f3 son els mateixos",
|
"same_topic": "Els topics de publicaci\u00f3 i subscripci\u00f3 son els mateixos",
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"invalid_serial": "Sobimatu jadaport",
|
"invalid_serial": "Sobimatu jadaport",
|
||||||
"invalid_subscribe_topic": "Kehtetu tellimisteema",
|
"invalid_subscribe_topic": "Kehtetu tellimisteema",
|
||||||
"invalid_version": "Sobimatu MySensors versioon",
|
"invalid_version": "Sobimatu MySensors versioon",
|
||||||
|
"mqtt_required": "MQTT sidumine on loomata",
|
||||||
"not_a_number": "Sisesta number",
|
"not_a_number": "Sisesta number",
|
||||||
"port_out_of_range": "Pordi number peab olema v\u00e4hemalt 1 ja k\u00f5ige rohkem 65535",
|
"port_out_of_range": "Pordi number peab olema v\u00e4hemalt 1 ja k\u00f5ige rohkem 65535",
|
||||||
"same_topic": "Tellimise ja avaldamise teemad kattuvad",
|
"same_topic": "Tellimise ja avaldamise teemad kattuvad",
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"invalid_serial": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442.",
|
"invalid_serial": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442.",
|
||||||
"invalid_subscribe_topic": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u043e\u043f\u0438\u043a \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438.",
|
"invalid_subscribe_topic": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u043e\u043f\u0438\u043a \u0434\u043b\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438.",
|
||||||
"invalid_version": "\u041d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f MySensors.",
|
"invalid_version": "\u041d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f MySensors.",
|
||||||
|
"mqtt_required": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f MQTT \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.",
|
||||||
"not_a_number": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043b\u043e.",
|
"not_a_number": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043b\u043e.",
|
||||||
"port_out_of_range": "\u041d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043e\u0442 1 \u0434\u043e 65535.",
|
"port_out_of_range": "\u041d\u043e\u043c\u0435\u0440 \u043f\u043e\u0440\u0442\u0430 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043e\u0442 1 \u0434\u043e 65535.",
|
||||||
"same_topic": "\u0422\u043e\u043f\u0438\u043a\u0438 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.",
|
"same_topic": "\u0422\u043e\u043f\u0438\u043a\u0438 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438 \u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"already_configured": "Apparaat is al geconfigureerd",
|
"already_configured": "Apparaat is al geconfigureerd",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"invalid_auth": "Ongeldige authenticatie",
|
"invalid_auth": "Ongeldige authenticatie",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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})",
|
||||||
"reauth_successful": "Herauthenticatie was succesvol"
|
"reauth_successful": "Herauthenticatie was succesvol"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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})",
|
||||||
"reauth_successful": "Herauthenticatie was succesvol",
|
"reauth_successful": "Herauthenticatie was succesvol",
|
||||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk.",
|
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk.",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Succesvol geauthenticeerd"
|
"default": "Succesvol geauthenticeerd"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"external_setup": "Punt succesvol geconfigureerd vanuit een andere stroom.",
|
"external_setup": "Punt succesvol geconfigureerd vanuit een andere stroom.",
|
||||||
"no_flows": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"no_flows": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
|
|
11
homeassistant/components/sma/translations/es.json
Normal file
11
homeassistant/components/sma/translations/es.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"group": "Grupo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
27
homeassistant/components/sma/translations/pl.json
Normal file
27
homeassistant/components/sma/translations/pl.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||||
|
"already_in_progress": "Konfiguracja jest ju\u017c w toku"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||||
|
"cannot_retrieve_device_info": "Po\u0142\u0105czono pomy\u015blnie, ale nie mo\u017cna pobra\u0107 informacji o urz\u0105dzeniu",
|
||||||
|
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||||
|
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"group": "Grupa",
|
||||||
|
"host": "Nazwa hosta lub adres IP",
|
||||||
|
"password": "Has\u0142o",
|
||||||
|
"ssl": "Certyfikat SSL",
|
||||||
|
"verify_ssl": "Weryfikacja certyfikatu SSL"
|
||||||
|
},
|
||||||
|
"description": "Wprowad\u017a informacje o urz\u0105dzeniu SMA.",
|
||||||
|
"title": "Konfiguracja SMA Solar"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"cannot_connect": "Kan geen verbinding maken",
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
"invalid_mdns": "Niet-ondersteund apparaat voor de Smappee-integratie.",
|
"invalid_mdns": "Niet-ondersteund apparaat voor de Smappee-integratie.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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})"
|
||||||
},
|
},
|
||||||
"flow_title": "Smappee: {name}",
|
"flow_title": "Smappee: {name}",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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."
|
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"already_configured": "De geselecteerde overeenkomst is al geconfigureerd.",
|
"already_configured": "De geselecteerde overeenkomst is al geconfigureerd.",
|
||||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie-URL.",
|
"authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie-URL.",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"no_agreements": "Dit account heeft geen Toon schermen.",
|
"no_agreements": "Dit account heeft geen Toon schermen.",
|
||||||
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ( {docs_url} )",
|
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ( {docs_url} )",
|
||||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Configuratie bijgewerkt voor profiel.",
|
"already_configured": "Configuratie bijgewerkt voor profiel.",
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"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})"
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue