diff --git a/homeassistant/components/cast/translations/es-419.json b/homeassistant/components/cast/translations/es-419.json index c62ece17721..ee30ef16b46 100644 --- a/homeassistant/components/cast/translations/es-419.json +++ b/homeassistant/components/cast/translations/es-419.json @@ -9,5 +9,15 @@ "description": "\u00bfDesea configurar Google Cast?" } } + }, + "options": { + "step": { + "options": { + "data": { + "ignore_cec": "Lista opcional que se pasar\u00e1 a pychromecast.IGNORE_CEC.", + "uuid": "Lista opcional de UUID. No se agregar\u00e1n los dispositivos Cast que no est\u00e9n listados." + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/cast/translations/no.json b/homeassistant/components/cast/translations/no.json index f92a5d649e4..0c9b3d93dce 100644 --- a/homeassistant/components/cast/translations/no.json +++ b/homeassistant/components/cast/translations/no.json @@ -27,7 +27,9 @@ "step": { "options": { "data": { - "known_hosts": "Valgfri liste over kjente verter hvis mDNS-oppdagelse ikke fungerer." + "ignore_cec": "Valgfri liste som sendes til pychromecast.IGNORE_CEC.", + "known_hosts": "Valgfri liste over kjente verter hvis mDNS-oppdagelse ikke fungerer.", + "uuid": "Valgfri liste over UUIDer. Medvirkende som ikke er oppf\u00f8rt, blir ikke lagt til." }, "description": "Angi Google Cast-konfigurasjonen." } diff --git a/homeassistant/components/cast/translations/pl.json b/homeassistant/components/cast/translations/pl.json index e3a74ecd52e..5802bda502a 100644 --- a/homeassistant/components/cast/translations/pl.json +++ b/homeassistant/components/cast/translations/pl.json @@ -27,7 +27,9 @@ "step": { "options": { "data": { - "known_hosts": "Opcjonalna lista znanych host\u00f3w, je\u015bli wykrywanie mDNS nie dzia\u0142a." + "ignore_cec": "Opcjonalna lista, kt\u00f3ra zostanie przekazana do pychromecast.IGNORE_CEC.", + "known_hosts": "Opcjonalna lista znanych host\u00f3w, je\u015bli wykrywanie mDNS nie dzia\u0142a.", + "uuid": "Opcjonalna lista identyfikator\u00f3w UUID. Casty nie wymienione na li\u015bcie nie zostan\u0105 dodane." }, "description": "Wprowad\u017a konfiguracj\u0119 Google Cast." } diff --git a/homeassistant/components/gdacs/translations/zh-Hant.json b/homeassistant/components/gdacs/translations/zh-Hant.json index 164d90fdcfd..e5c6dfe6e50 100644 --- a/homeassistant/components/gdacs/translations/zh-Hant.json +++ b/homeassistant/components/gdacs/translations/zh-Hant.json @@ -8,7 +8,7 @@ "data": { "radius": "\u534a\u5f91" }, - "title": "\u586b\u5beb\u904e\u6ffe\u5668\u8cc7\u8a0a\u3002" + "title": "\u586b\u5beb\u7be9\u9078\u5668\u8cc7\u8a0a\u3002" } } } diff --git a/homeassistant/components/geonetnz_quakes/translations/zh-Hant.json b/homeassistant/components/geonetnz_quakes/translations/zh-Hant.json index f022792121c..dd6e15b82d1 100644 --- a/homeassistant/components/geonetnz_quakes/translations/zh-Hant.json +++ b/homeassistant/components/geonetnz_quakes/translations/zh-Hant.json @@ -9,7 +9,7 @@ "mmi": "MMI", "radius": "\u534a\u5f91" }, - "title": "\u586b\u5beb\u904e\u6ffe\u5668\u8cc7\u8a0a\u3002" + "title": "\u586b\u5beb\u7be9\u9078\u5668\u8cc7\u8a0a\u3002" } } } diff --git a/homeassistant/components/geonetnz_volcano/translations/zh-Hant.json b/homeassistant/components/geonetnz_volcano/translations/zh-Hant.json index 9dd69261e59..9c0e9a3df1d 100644 --- a/homeassistant/components/geonetnz_volcano/translations/zh-Hant.json +++ b/homeassistant/components/geonetnz_volcano/translations/zh-Hant.json @@ -8,7 +8,7 @@ "data": { "radius": "\u534a\u5f91" }, - "title": "\u586b\u5beb\u904e\u6ffe\u5668\u8cc7\u8a0a\u3002" + "title": "\u586b\u5beb\u7be9\u9078\u5668\u8cc7\u8a0a\u3002" } } } diff --git a/homeassistant/components/home_plus_control/translations/es-419.json b/homeassistant/components/home_plus_control/translations/es-419.json new file mode 100644 index 00000000000..e35bb529a85 --- /dev/null +++ b/homeassistant/components/home_plus_control/translations/es-419.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "La cuenta ya est\u00e1 configurada", + "already_in_progress": "El flujo de configuraci\u00f3n ya ha iniciado", + "authorize_url_timeout": "Se agot\u00f3 el tiempo al generar el URL de autorizaci\u00f3n", + "missing_configuration": "Este componente no est\u00e1 configurado. Por favor sigue la documentaci\u00f3n", + "no_url_available": "Ning\u00fan URL disponible. Para m\u00e1s informaci\u00f3n sobre este error [revisa la secci\u00f3n de ayuda] ({docs_url})", + "single_instance_allowed": "Previamente configurado. S\u00f3lo es posible una configuraci\u00f3n" + }, + "create_entry": { + "default": "Autenticado exitosamente" + }, + "step": { + "pick_implementation": { + "title": "Escoja el m\u00e9todo de autenticaci\u00f3n" + } + } + }, + "title": "Legrand Home+ Control" +} \ No newline at end of file diff --git a/homeassistant/components/home_plus_control/translations/hu.json b/homeassistant/components/home_plus_control/translations/hu.json new file mode 100644 index 00000000000..2a4775a0b58 --- /dev/null +++ b/homeassistant/components/home_plus_control/translations/hu.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "A fi\u00f3k m\u00e1r konfigur\u00e1lva van", + "already_in_progress": "A konfigur\u00e1ci\u00f3 m\u00e1r folyamatban van.", + "authorize_url_timeout": "Id\u0151t\u00fall\u00e9p\u00e9s a hiteles\u00edt\u00e9si URL gener\u00e1l\u00e1sa sor\u00e1n.", + "missing_configuration": "A komponens nincs konfigur\u00e1lva. K\u00e9rlek, k\u00f6vesd a dokument\u00e1ci\u00f3t.", + "no_url_available": "Nincs el\u00e9rhet\u0151 URL. A hib\u00e1r\u00f3l tov\u00e1bbi inform\u00e1ci\u00f3t [a s\u00fag\u00f3ban]({docs_url}) tal\u00e1lsz.", + "single_instance_allowed": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges." + }, + "create_entry": { + "default": "Sikeres hiteles\u00edt\u00e9s" + }, + "step": { + "pick_implementation": { + "title": "V\u00e1lassz hiteles\u00edt\u00e9si m\u00f3dszert" + } + } + }, + "title": "Legrand Home+ Control" +} \ No newline at end of file diff --git a/homeassistant/components/home_plus_control/translations/no.json b/homeassistant/components/home_plus_control/translations/no.json new file mode 100644 index 00000000000..363f5cf54f7 --- /dev/null +++ b/homeassistant/components/home_plus_control/translations/no.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Kontoen er allerede konfigurert", + "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", + "authorize_url_timeout": "Tidsavbrudd ved oppretting av godkjenningsadresse", + "missing_configuration": "Komponenten er ikke konfigurert, vennligst f\u00f8lg dokumentasjonen", + "no_url_available": "Ingen URL tilgjengelig. For informasjon om denne feilen, [sjekk hjelpseksjonen]({docs_url})", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, + "create_entry": { + "default": "Vellykket godkjenning" + }, + "step": { + "pick_implementation": { + "title": "Velg godkjenningsmetode" + } + } + }, + "title": "Legrand Home + Control" +} \ No newline at end of file diff --git a/homeassistant/components/home_plus_control/translations/pl.json b/homeassistant/components/home_plus_control/translations/pl.json new file mode 100644 index 00000000000..b684c874a7d --- /dev/null +++ b/homeassistant/components/home_plus_control/translations/pl.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Konto jest ju\u017c skonfigurowane", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", + "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji", + "missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", + "no_url_available": "Brak dost\u0119pnego adresu URL. Aby uzyska\u0107 informacje na temat tego b\u0142\u0119du, [sprawd\u017a sekcj\u0119 pomocy] ({docs_url})", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." + }, + "create_entry": { + "default": "Pomy\u015blnie uwierzytelniono" + }, + "step": { + "pick_implementation": { + "title": "Wybierz metod\u0119 uwierzytelniania" + } + } + }, + "title": "Legrand Home+ Control" +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/nl.json b/homeassistant/components/homekit/translations/nl.json index 3ba77f095a5..1c65188ee6d 100644 --- a/homeassistant/components/homekit/translations/nl.json +++ b/homeassistant/components/homekit/translations/nl.json @@ -37,7 +37,7 @@ "step": { "advanced": { "data": { - "auto_start": "Autostart (uitschakelen bij gebruik van Z-Wave of een ander vertraagd startsysteem)", + "auto_start": "Autostart (deactiveer als je de homekit.start service handmatig aanroept)", "safe_mode": "Veilige modus (alleen inschakelen als het koppelen mislukt)" }, "description": "Deze instellingen hoeven alleen te worden aangepast als HomeKit niet functioneert.", diff --git a/homeassistant/components/huisbaasje/translations/es-419.json b/homeassistant/components/huisbaasje/translations/es-419.json new file mode 100644 index 00000000000..c456531ee49 --- /dev/null +++ b/homeassistant/components/huisbaasje/translations/es-419.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "cannot_connect": "No se logr\u00f3 una conecci\u00f3n" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/huisbaasje/translations/hu.json b/homeassistant/components/huisbaasje/translations/hu.json index a80b4b9b093..9d94d9d76ab 100644 --- a/homeassistant/components/huisbaasje/translations/hu.json +++ b/homeassistant/components/huisbaasje/translations/hu.json @@ -4,6 +4,7 @@ "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van" }, "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", "connection_exception": "Sikertelen csatlakoz\u00e1s", "invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s", "unauthenticated_exception": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s", diff --git a/homeassistant/components/huisbaasje/translations/no.json b/homeassistant/components/huisbaasje/translations/no.json index 81351599c16..3eebfb72df2 100644 --- a/homeassistant/components/huisbaasje/translations/no.json +++ b/homeassistant/components/huisbaasje/translations/no.json @@ -4,6 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { + "cannot_connect": "Tilkobling mislyktes", "connection_exception": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unauthenticated_exception": "Ugyldig godkjenning", diff --git a/homeassistant/components/huisbaasje/translations/pl.json b/homeassistant/components/huisbaasje/translations/pl.json index ab38d61de0b..c87d3d0be7d 100644 --- a/homeassistant/components/huisbaasje/translations/pl.json +++ b/homeassistant/components/huisbaasje/translations/pl.json @@ -4,6 +4,7 @@ "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" }, "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "connection_exception": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_auth": "Niepoprawne uwierzytelnienie", "unauthenticated_exception": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/hyperion/translations/es-419.json b/homeassistant/components/hyperion/translations/es-419.json new file mode 100644 index 00000000000..ee8c8c108d9 --- /dev/null +++ b/homeassistant/components/hyperion/translations/es-419.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "init": { + "data": { + "effect_show_list": "Efectos de Hyperion a mostrar" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/opentherm_gw/translations/es-419.json b/homeassistant/components/opentherm_gw/translations/es-419.json index 935be180777..3b3a32987be 100644 --- a/homeassistant/components/opentherm_gw/translations/es-419.json +++ b/homeassistant/components/opentherm_gw/translations/es-419.json @@ -20,7 +20,9 @@ "init": { "data": { "floor_temperature": "Temperatura del piso", - "precision": "Precisi\u00f3n" + "precision": "Precisi\u00f3n", + "read_precision": "Leer precisi\u00f3n", + "set_precision": "Establecer precisi\u00f3n" }, "description": "Opciones para OpenTherm Gateway" } diff --git a/homeassistant/components/screenlogic/translations/es-419.json b/homeassistant/components/screenlogic/translations/es-419.json new file mode 100644 index 00000000000..4e12c0c2a91 --- /dev/null +++ b/homeassistant/components/screenlogic/translations/es-419.json @@ -0,0 +1,33 @@ +{ + "config": { + "flow_title": "ScreenLogic {name}", + "step": { + "gateway_entry": { + "data": { + "ip_address": "Direcci\u00f3n IP", + "port": "Puerto" + }, + "description": "Introduzca la informaci\u00f3n de su portal ScreenLogic.", + "title": "ScreenLogic" + }, + "gateway_select": { + "data": { + "selected_gateway": "Portal" + }, + "description": "Se descubrieron los siguientes portales ScreenLogic. Seleccione uno para configurarlo, \u00f3 elija configurar manualmente el portal ScreenLogic.", + "title": "ScreenLogic" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Segundos entre escaneos" + }, + "description": "Especificar la configuraci\u00f3n para {gateway_name}", + "title": "ScreenLogic" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sentry/translations/zh-Hant.json b/homeassistant/components/sentry/translations/zh-Hant.json index b73a2e57f1a..aae10144a66 100644 --- a/homeassistant/components/sentry/translations/zh-Hant.json +++ b/homeassistant/components/sentry/translations/zh-Hant.json @@ -26,7 +26,7 @@ "event_handled": "\u50b3\u9001\u5df2\u8655\u7406\u4e8b\u4ef6", "event_third_party_packages": "\u50b3\u9001\u7b2c\u4e09\u65b9\u5c01\u5305\u4e8b\u4ef6", "logging_event_level": "\u65e5\u8a8c\u7b49\u7d1a\u76e3\u63a7\u5c07\u6703\u8a3b\u518a\u4e8b\u4ef6\u70ba", - "logging_level": "\u65e5\u8a8c\u7b49\u7d1a\u76e3\u63a7\u5c07\u6703\u7d00\u9304\u4e8b\u4ef6\u70ba\u6a94\u6848\u5c0e\u822a\u70ba", + "logging_level": "\u65e5\u8a8c\u7b49\u7d1a\u76e3\u63a7\u5c07\u6703\u65e5\u8a8c\u4e8b\u4ef6\u70ba\u6a94\u6848\u5c0e\u822a\u70ba", "tracing": "\u958b\u555f\u6548\u80fd\u8ffd\u8e64", "tracing_sample_rate": "\u8ffd\u8e64\u63a1\u6a23\u7bc4\u570d\uff0c\u4ecb\u65bc 0.0 \u53ca 1.0 \u4e4b\u9593\uff081.0 = 100%\uff09" } diff --git a/homeassistant/components/vizio/translations/zh-Hant.json b/homeassistant/components/vizio/translations/zh-Hant.json index 5f21dd0c2b6..f4ac22716d1 100644 --- a/homeassistant/components/vizio/translations/zh-Hant.json +++ b/homeassistant/components/vizio/translations/zh-Hant.json @@ -46,7 +46,7 @@ "include_or_exclude": "\u5305\u542b\u6216\u6392\u9664 App\uff1f", "volume_step": "\u97f3\u91cf\u5927\u5c0f" }, - "description": "\u5047\u5982\u60a8\u64c1\u6709 Smart TV\u3001\u53ef\u7531\u4f86\u6e90\u5217\u8868\u4e2d\u9078\u64c7\u6240\u8981\u904e\u6ffe\u5305\u542b\u6216\u6392\u9664\u7684 App\u3002\u3002", + "description": "\u5047\u5982\u60a8\u64c1\u6709 Smart TV\u3001\u53ef\u7531\u4f86\u6e90\u5217\u8868\u4e2d\u9078\u64c7\u6240\u8981\u7be9\u9078\u5305\u542b\u6216\u6392\u9664\u7684 App\u3002\u3002", "title": "\u66f4\u65b0 VIZIO SmartCast \u88dd\u7f6e \u9078\u9805" } }