diff --git a/homeassistant/components/accuweather/translations/hu.json b/homeassistant/components/accuweather/translations/hu.json index 4f375151256..f7723caf85d 100644 --- a/homeassistant/components/accuweather/translations/hu.json +++ b/homeassistant/components/accuweather/translations/hu.json @@ -22,6 +22,17 @@ } } }, + "entity": { + "sensor": { + "pressure_tendency": { + "state": { + "falling": "Cs\u00f6kken\u0151", + "rising": "Emelked\u0151", + "steady": "\u00c1lland\u00f3" + } + } + } + }, "options": { "step": { "init": { diff --git a/homeassistant/components/accuweather/translations/it.json b/homeassistant/components/accuweather/translations/it.json index 356966153c7..74c4ff5eb44 100644 --- a/homeassistant/components/accuweather/translations/it.json +++ b/homeassistant/components/accuweather/translations/it.json @@ -22,6 +22,27 @@ } } }, + "entity": { + "sensor": { + "pressure_tendency": { + "state": { + "falling": "In diminuzione", + "rising": "In aumento", + "steady": "Stabile" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "forecast": "Previsioni del tempo" + }, + "description": "A causa delle limitazioni della versione gratuita della chiave API AccuWeather, quando abiliti le previsioni del tempo, gli aggiornamenti dei dati verranno eseguiti ogni 80 minuti anzich\u00e9 ogni 40 minuti." + } + } + }, "system_health": { "info": { "can_reach_server": "Raggiungi il server AccuWeather", diff --git a/homeassistant/components/aranet/translations/cs.json b/homeassistant/components/aranet/translations/cs.json new file mode 100644 index 00000000000..e1bf8e7f45f --- /dev/null +++ b/homeassistant/components/aranet/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/braviatv/translations/hu.json b/homeassistant/components/braviatv/translations/hu.json index 0912003f74f..97ee61c4b53 100644 --- a/homeassistant/components/braviatv/translations/hu.json +++ b/homeassistant/components/braviatv/translations/hu.json @@ -41,6 +41,9 @@ } }, "options": { + "abort": { + "failed_update": "Hiba t\u00f6rt\u00e9nt a forr\u00e1slista friss\u00edt\u00e9se k\u00f6zben. \n\n Gy\u0151z\u0151dj\u00f6n meg arr\u00f3l, hogy a TV be van kapcsolva, miel\u0151tt megpr\u00f3b\u00e1ln\u00e1 be\u00e1ll\u00edtani." + }, "step": { "user": { "data": { diff --git a/homeassistant/components/cloud/translations/it.json b/homeassistant/components/cloud/translations/it.json index 5c8976d63a3..e2f8de1b2e0 100644 --- a/homeassistant/components/cloud/translations/it.json +++ b/homeassistant/components/cloud/translations/it.json @@ -1,4 +1,19 @@ { + "issues": { + "legacy_subscription": { + "fix_flow": { + "abort": { + "operation_took_too_long": "L'operazione ha richiesto troppo tempo. Riprova pi\u00f9 tardi." + }, + "step": { + "confirm_change_plan": { + "description": "Abbiamo recentemente aggiornato il nostro sistema di abbonamento. Per continuare a utilizzare Home Assistant Cloud \u00e8 necessario approvare una volta la modifica in PayPal. \n\nQuesto richieder\u00e0 1 minuto e non aumenter\u00e0 il prezzo." + } + } + }, + "title": "Abbonamento precedente rilevato" + } + }, "system_health": { "info": { "alexa_enabled": "Alexa abilitato", diff --git a/homeassistant/components/demo/translations/hu.json b/homeassistant/components/demo/translations/hu.json index 191d582c953..129a235a311 100644 --- a/homeassistant/components/demo/translations/hu.json +++ b/homeassistant/components/demo/translations/hu.json @@ -1,4 +1,16 @@ { + "entity": { + "sensor": { + "thermostat_mode": { + "state": { + "away": "T\u00e1vol", + "comfort": "Komfort", + "eco": "Takar\u00e9kos", + "sleep": "Alv\u00e1s" + } + } + } + }, "issues": { "bad_psu": { "fix_flow": { @@ -15,6 +27,10 @@ "fix_flow": { "abort": { "not_tea_time": "A te\u00e1t jelenleg nem lehet \u00fajra felmeleg\u00edteni." + }, + "step": { + "one": "\u00dcres", + "other": "\u00dcres" } }, "title": "A tea hideg" diff --git a/homeassistant/components/demo/translations/it.json b/homeassistant/components/demo/translations/it.json index df45eb12982..98ef2f1e81f 100644 --- a/homeassistant/components/demo/translations/it.json +++ b/homeassistant/components/demo/translations/it.json @@ -1,4 +1,16 @@ { + "entity": { + "sensor": { + "thermostat_mode": { + "state": { + "away": "Fuori Casa", + "comfort": "Comfort", + "eco": "Eco", + "sleep": "Sonno" + } + } + } + }, "issues": { "bad_psu": { "fix_flow": { diff --git a/homeassistant/components/forecast_solar/translations/it.json b/homeassistant/components/forecast_solar/translations/it.json index 8d6d266fa95..dd715f77293 100644 --- a/homeassistant/components/forecast_solar/translations/it.json +++ b/homeassistant/components/forecast_solar/translations/it.json @@ -15,6 +15,9 @@ } }, "options": { + "error": { + "invalid_api_key": "Chiave API non valida" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/homeassistant/translations/it.json b/homeassistant/components/homeassistant/translations/it.json index 164f7e90c95..e330a49803f 100644 --- a/homeassistant/components/homeassistant/translations/it.json +++ b/homeassistant/components/homeassistant/translations/it.json @@ -1,5 +1,9 @@ { "issues": { + "country_not_configured": { + "description": "Nessuna nazione \u00e8 stata configurata, aggiornare la configurazione facendo clic sul pulsante \"Ulteriori informazioni\" in basso.", + "title": "La nazione non \u00e8 stata configurata" + }, "historic_currency": { "description": "La valuta {currency} non \u00e8 pi\u00f9 in uso, riconfigura la configurazione della valuta.", "title": "La valuta configurata non \u00e8 pi\u00f9 in uso" diff --git a/homeassistant/components/homeassistant_hardware/translations/cs.json b/homeassistant/components/homeassistant_hardware/translations/cs.json new file mode 100644 index 00000000000..d9e1a86e2c6 --- /dev/null +++ b/homeassistant/components/homeassistant_hardware/translations/cs.json @@ -0,0 +1,9 @@ +{ + "silabs_multiprotocol_hardware": { + "options": { + "error": { + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homeassistant_hardware/translations/it.json b/homeassistant/components/homeassistant_hardware/translations/it.json new file mode 100644 index 00000000000..a68a05f63c6 --- /dev/null +++ b/homeassistant/components/homeassistant_hardware/translations/it.json @@ -0,0 +1,43 @@ +{ + "silabs_multiprotocol_hardware": { + "options": { + "abort": { + "addon_info_failed": "Impossibile ottenere informazioni sul componente aggiuntivo Silicon Labs Multiprotocol.", + "addon_install_failed": "Impossibile installare il componente aggiuntivo Silicon Labs Multiprotocol.", + "addon_set_config_failed": "Impossibile impostare la configurazione di Silicon Labs Multiprotocol.", + "addon_start_failed": "Impossibile avviare il componente aggiuntivo Silicon Labs Multiprotocol.", + "not_hassio": "Le opzioni hardware possono essere configurate solo su installazioni HassOS.", + "zha_migration_failed": "La migrazione ZHA non \u00e8 riuscita." + }, + "error": { + "unknown": "Errore imprevisto" + }, + "progress": { + "install_addon": "Attendi il completamento dell'installazione del componente aggiuntivo Silicon Labs Multiprotocol. Questo pu\u00f2 richiedere alcuni minuti.", + "start_addon": "Attendi il completamento dell'avvio del componente aggiuntivo Silicon Labs Multiprotocol. Questo potrebbe richiedere alcuni secondi." + }, + "step": { + "addon_installed_other_device": { + "title": "Il supporto multiprotocollo \u00e8 gi\u00e0 abilitato per un altro dispositivo" + }, + "addon_not_installed": { + "data": { + "enable_multi_pan": "Abilita il supporto multiprotocollo" + }, + "description": "Quando il supporto multiprotocollo \u00e8 abilitato, la radio IEEE 802.15.4 di {hardware_name} pu\u00f2 essere utilizzata contemporaneamente sia per Zigbee che per Thread (utilizzato da Matter). Se la radio \u00e8 gi\u00e0 utilizzata dall'integrazione ZHA Zigbee, ZHA verr\u00e0 riconfigurata per utilizzare il firmware multiprotocollo. \n\nNota: questa \u00e8 una funzione sperimentale.", + "title": "Abilita il supporto multiprotocollo sulla radio IEEE 802.15.4" + }, + "install_addon": { + "title": "L'installazione del componente aggiuntivo Silicon Labs Multiprotocol \u00e8 iniziata" + }, + "show_revert_guide": { + "description": "Se desideri passare al solo firmware Zigbee, completa i seguenti passaggi manuali: \n\n * Rimuovi il componente aggiuntivo Silicon Labs Multiprotocol \n\n * Caricare solo il firmware Zigbee, segui la guida su https://github.com/NabuCasa/silabs-firmware/wiki/Flash-Silicon-Labs-radio-firmware-manually. \n\n * Riconfigurare ZHA per migrare le impostazioni alla radio con firmware ricaricato", + "title": "Il supporto multiprotocollo \u00e8 abilitato per questo dispositivo" + }, + "start_addon": { + "title": "Il componente aggiuntivo Silicon Labs Multiprotocol \u00e8 in fase di avvio." + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homeassistant_sky_connect/translations/it.json b/homeassistant/components/homeassistant_sky_connect/translations/it.json new file mode 100644 index 00000000000..d9023c65405 --- /dev/null +++ b/homeassistant/components/homeassistant_sky_connect/translations/it.json @@ -0,0 +1,41 @@ +{ + "options": { + "abort": { + "addon_info_failed": "Impossibile ottenere informazioni sul componente aggiuntivo Silicon Labs Multiprotocol.", + "addon_install_failed": "Impossibile installare il componente aggiuntivo Silicon Labs Multiprotocol.", + "addon_set_config_failed": "Impossibile impostare la configurazione di Silicon Labs Multiprotocol.", + "addon_start_failed": "Impossibile avviare il componente aggiuntivo Silicon Labs Multiprotocol.", + "not_hassio": "Le opzioni hardware possono essere configurate solo su installazioni HassOS.", + "zha_migration_failed": "La migrazione ZHA non \u00e8 riuscita." + }, + "error": { + "unknown": "Errore imprevisto" + }, + "progress": { + "install_addon": "Attendi il completamento dell'installazione del componente aggiuntivo Silicon Labs Multiprotocol. Questo pu\u00f2 richiedere alcuni minuti.", + "start_addon": "Attendi il completamento dell'avvio del componente aggiuntivo Silicon Labs Multiprotocol. Questo potrebbe richiedere alcuni secondi." + }, + "step": { + "addon_installed_other_device": { + "title": "Il supporto multiprotocollo \u00e8 gi\u00e0 abilitato per un altro dispositivo" + }, + "addon_not_installed": { + "data": { + "enable_multi_pan": "Abilita il supporto multiprotocollo" + }, + "description": "Quando il supporto multiprotocollo \u00e8 abilitato, la radio IEEE 802.15.4 di {hardware_name} pu\u00f2 essere utilizzata contemporaneamente sia per Zigbee che per Thread (utilizzato da Matter). Se la radio \u00e8 gi\u00e0 utilizzata dall'integrazione ZHA Zigbee, ZHA verr\u00e0 riconfigurata per utilizzare il firmware multiprotocollo. \n\nNota: questa \u00e8 una funzione sperimentale.", + "title": "Abilita il supporto multiprotocollo sulla radio IEEE 802.15.4" + }, + "install_addon": { + "title": "L'installazione del componente aggiuntivo Silicon Labs Multiprotocol \u00e8 iniziata" + }, + "show_revert_guide": { + "description": "Se desideri passare al solo firmware Zigbee, completa i seguenti passaggi manuali: \n\n * Rimuovi il componente aggiuntivo Silicon Labs Multiprotocol \n\n * Caricare solo il firmware Zigbee, segui la guida su https://github.com/NabuCasa/silabs-firmware/wiki/Flash-Silicon-Labs-radio-firmware-manually. \n\n * Riconfigurare ZHA per migrare le impostazioni alla radio con firmware ricaricato", + "title": "Il supporto multiprotocollo \u00e8 abilitato per questo dispositivo" + }, + "start_addon": { + "title": "Il componente aggiuntivo Silicon Labs Multiprotocol \u00e8 in fase di avvio." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homeassistant_yellow/translations/it.json b/homeassistant/components/homeassistant_yellow/translations/it.json index 556d0cd3737..d9023c65405 100644 --- a/homeassistant/components/homeassistant_yellow/translations/it.json +++ b/homeassistant/components/homeassistant_yellow/translations/it.json @@ -12,7 +12,7 @@ "unknown": "Errore imprevisto" }, "progress": { - "install_addon": "Attendere il completamento dell'installazione del componente aggiuntivo Silicon Labs Multiprotocol. Questo pu\u00f2 richiedere diversi minuti.", + "install_addon": "Attendi il completamento dell'installazione del componente aggiuntivo Silicon Labs Multiprotocol. Questo pu\u00f2 richiedere alcuni minuti.", "start_addon": "Attendi il completamento dell'avvio del componente aggiuntivo Silicon Labs Multiprotocol. Questo potrebbe richiedere alcuni secondi." }, "step": { @@ -23,18 +23,18 @@ "data": { "enable_multi_pan": "Abilita il supporto multiprotocollo" }, - "description": "Quando il supporto multiprotocollo \u00e8 abilitato, la radio IEEE 802.15.4 di Home Assistant Yellow pu\u00f2 essere utilizzata contemporaneamente sia per Zigbee che per Thread (utilizzato da Matter). Nota: questa \u00e8 una funzione sperimentale.", + "description": "Quando il supporto multiprotocollo \u00e8 abilitato, la radio IEEE 802.15.4 di {hardware_name} pu\u00f2 essere utilizzata contemporaneamente sia per Zigbee che per Thread (utilizzato da Matter). Se la radio \u00e8 gi\u00e0 utilizzata dall'integrazione ZHA Zigbee, ZHA verr\u00e0 riconfigurata per utilizzare il firmware multiprotocollo. \n\nNota: questa \u00e8 una funzione sperimentale.", "title": "Abilita il supporto multiprotocollo sulla radio IEEE 802.15.4" }, "install_addon": { "title": "L'installazione del componente aggiuntivo Silicon Labs Multiprotocol \u00e8 iniziata" }, "show_revert_guide": { - "description": "Se desideri passare al solo firmware Zigbee, completa i seguenti passaggi manuali: \n\n * Rimuovi il componente aggiuntivo Silicon Labs Multiprotocol \n\n * Caricare solo il firmware Zigbee, segui la guida su https://github.com/NabuCasa/silabs-firmware/wiki/Flash-Silicon-Labs-radio-firmware-manually. \n\n * Riconfigurare ZHA per migrare le impostazioni alla radio ricaricata", + "description": "Se desideri passare al solo firmware Zigbee, completa i seguenti passaggi manuali: \n\n * Rimuovi il componente aggiuntivo Silicon Labs Multiprotocol \n\n * Caricare solo il firmware Zigbee, segui la guida su https://github.com/NabuCasa/silabs-firmware/wiki/Flash-Silicon-Labs-radio-firmware-manually. \n\n * Riconfigurare ZHA per migrare le impostazioni alla radio con firmware ricaricato", "title": "Il supporto multiprotocollo \u00e8 abilitato per questo dispositivo" }, "start_addon": { - "title": "Il componente aggiuntivo Silicon Labs Multiprotocol sta per essere avviato." + "title": "Il componente aggiuntivo Silicon Labs Multiprotocol \u00e8 in fase di avvio." } } } diff --git a/homeassistant/components/homekit_controller/translations/es.json b/homeassistant/components/homekit_controller/translations/es.json index 8e3eb44475b..e2c3ecce3de 100644 --- a/homeassistant/components/homekit_controller/translations/es.json +++ b/homeassistant/components/homekit_controller/translations/es.json @@ -69,5 +69,30 @@ "single_press": "\"{subtype}\" pulsado" } }, + "entity": { + "sensor": { + "thread_node_capabilities": { + "state": { + "border_router_capable": "Capacidad de router fronterizo", + "full": "Dispositivo final completo", + "minimal": "Dispositivo final m\u00ednimo", + "none": "Ninguna", + "router_eligible": "Dispositivo final elegible como router", + "sleepy": "Dispositivo final dormido" + } + }, + "thread_status": { + "state": { + "border_router": "Router fronterizo", + "child": "Hijo", + "detached": "Aislado", + "disabled": "Deshabilitado", + "joining": "Uniendo", + "leader": "L\u00edder", + "router": "Router" + } + } + } + }, "title": "Controlador HomeKit" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/hu.json b/homeassistant/components/homekit_controller/translations/hu.json index c25760aa90e..7aa86966fd6 100644 --- a/homeassistant/components/homekit_controller/translations/hu.json +++ b/homeassistant/components/homekit_controller/translations/hu.json @@ -69,5 +69,30 @@ "single_press": "\"{subtype}\" lenyomva" } }, + "entity": { + "sensor": { + "thread_node_capabilities": { + "state": { + "border_router_capable": "Hat\u00e1rol\u00f3 \u00fatv\u00e1laszt\u00f3 k\u00e9pess\u00e9g", + "full": "Teljes k\u00e9pess\u00e9g\u0171 v\u00e9gberendez\u00e9s", + "minimal": "Minim\u00e1lis k\u00e9pess\u00e9g\u0171 v\u00e9gberendez\u00e9s", + "none": "Nincs", + "router_eligible": "\u00datv\u00e1laszt\u00f3ra alkalmas v\u00e9geszk\u00f6z", + "sleepy": "Alv\u00f3 v\u00e9gberendez\u00e9s" + } + }, + "thread_status": { + "state": { + "border_router": "Hat\u00e1rol\u00f3 \u00fatv\u00e1laszt\u00f3", + "child": "Gyermek", + "detached": "Lev\u00e1lasztva", + "disabled": "Letiltva", + "joining": "Csatlakoz\u00e1s", + "leader": "Vezet\u0151", + "router": "\u00datv\u00e1laszt\u00f3" + } + } + } + }, "title": "HomeKit Vez\u00e9rl\u0151" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/it.json b/homeassistant/components/homekit_controller/translations/it.json index 5c71b00a801..cb86b0b2a10 100644 --- a/homeassistant/components/homekit_controller/translations/it.json +++ b/homeassistant/components/homekit_controller/translations/it.json @@ -14,7 +14,7 @@ "authentication_error": "Codice HomeKit errato. Per favore, controllate e riprovate.", "insecure_setup_code": "Il codice di installazione richiesto non \u00e8 sicuro a causa della sua natura banale. Questo accessorio non soddisfa i requisiti di sicurezza di base.", "max_peers_error": "Il dispositivo ha rifiutato di aggiungere l'abbinamento in quanto non dispone di una memoria libera per esso.", - "pairing_failed": "Si \u00e8 verificato un errore non gestito durante il tentativo di abbinamento con questo dispositivo. Potrebbe trattarsi di un errore temporaneo o il dispositivo potrebbe non essere attualmente supportato.", + "pairing_failed": "Si \u00e8 verificato un errore non gestito durante il tentativo di associazione con questo dispositivo. Potrebbe trattarsi di un errore temporaneo o il dispositivo potrebbe non essere attualmente supportato: {error}", "unable_to_pair": "Impossibile abbinare, riprova.", "unknown_error": "Il dispositivo ha riportato un errore sconosciuto. L'abbinamento non \u00e8 riuscito." }, @@ -69,5 +69,30 @@ "single_press": "\"{subtype}\" premuto" } }, + "entity": { + "sensor": { + "thread_node_capabilities": { + "state": { + "border_router_capable": "Compatibile con router di confine", + "full": "Dispositivo finale completo", + "minimal": "Dispositivo finale minimo", + "none": "Nessuno", + "router_eligible": "Dispositivo finale idoneo per il router", + "sleepy": "Dispositivo finale sonnolento" + } + }, + "thread_status": { + "state": { + "border_router": "Router di confine", + "child": "Figlio", + "detached": "Indipendente", + "disabled": "Disabilitato", + "joining": "In unione", + "leader": "Capo", + "router": "Router" + } + } + } + }, "title": "Controller HomeKit" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/ru.json b/homeassistant/components/homekit_controller/translations/ru.json index 73278ea64e4..3fa1ab372d8 100644 --- a/homeassistant/components/homekit_controller/translations/ru.json +++ b/homeassistant/components/homekit_controller/translations/ru.json @@ -73,7 +73,7 @@ "sensor": { "thread_node_capabilities": { "state": { - "border_router_capable": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430", + "border_router_capable": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430", "full": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "minimal": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "none": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442", @@ -83,13 +83,13 @@ }, "thread_status": { "state": { - "border_router": "\u041f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440", + "border_router": "\u0413\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440", "child": "\u0414\u043e\u0447\u0435\u0440\u043d\u0435\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "detached": "\u041e\u0442\u0434\u0435\u043b\u0435\u043d\u043e", "disabled": "\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e", "joining": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435", "leader": "\u041b\u0438\u0434\u0435\u0440", - "router": "\u0420\u043e\u0443\u0442\u0435\u0440" + "router": "\u041c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440" } } } diff --git a/homeassistant/components/homekit_controller/translations/sensor.ru.json b/homeassistant/components/homekit_controller/translations/sensor.ru.json index 445272fd4ea..5f5ec057e68 100644 --- a/homeassistant/components/homekit_controller/translations/sensor.ru.json +++ b/homeassistant/components/homekit_controller/translations/sensor.ru.json @@ -1,7 +1,7 @@ { "state": { "homekit_controller__thread_node_capabilities": { - "border_router_capable": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430", + "border_router_capable": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430", "full": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "minimal": "\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "none": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442", @@ -9,13 +9,13 @@ "sleepy": "\u0421\u043f\u044f\u0449\u0435\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e" }, "homekit_controller__thread_status": { - "border_router": "\u041f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440", + "border_router": "\u0413\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440", "child": "\u0414\u043e\u0447\u0435\u0440\u043d\u0435\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e", "detached": "\u041e\u0442\u0434\u0435\u043b\u0435\u043d\u043e", "disabled": "\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e", "joining": "\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435", "leader": "\u041b\u0438\u0434\u0435\u0440", - "router": "\u0420\u043e\u0443\u0442\u0435\u0440" + "router": "\u041c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440" } } } \ No newline at end of file diff --git a/homeassistant/components/iss/translations/sk.json b/homeassistant/components/iss/translations/sk.json index 0d6627fce15..3c15bbbe256 100644 --- a/homeassistant/components/iss/translations/sk.json +++ b/homeassistant/components/iss/translations/sk.json @@ -4,5 +4,14 @@ "latitude_longitude_not_defined": "Zemepisn\u00e1 \u0161\u00edrka a d\u013a\u017eka nie s\u00fa definovan\u00e9 v aplik\u00e1cii Home Assistant.", "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia." } + }, + "options": { + "step": { + "init": { + "data": { + "show_on_map": "Zobrazi\u0165 na mape" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/isy994/translations/sk.json b/homeassistant/components/isy994/translations/sk.json index 06886d7c6bc..ca52c90a26b 100644 --- a/homeassistant/components/isy994/translations/sk.json +++ b/homeassistant/components/isy994/translations/sk.json @@ -7,6 +7,7 @@ "cannot_connect": "Nepodarilo sa pripoji\u0165", "invalid_auth": "Neplatn\u00e9 overenie", "invalid_host": "Z\u00e1znam hostite\u013ea nemal \u00fapln\u00fd form\u00e1t adresy URL, napr. http://192.168.10.100:80", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9", "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "flow_title": "{name} ({host})", diff --git a/homeassistant/components/knx/translations/bg.json b/homeassistant/components/knx/translations/bg.json index af87f7d99ba..eadda227e1d 100644 --- a/homeassistant/components/knx/translations/bg.json +++ b/homeassistant/components/knx/translations/bg.json @@ -6,7 +6,8 @@ }, "error": { "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435", - "invalid_ip_address": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d IPv4 \u0430\u0434\u0440\u0435\u0441." + "invalid_ip_address": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d IPv4 \u0430\u0434\u0440\u0435\u0441.", + "unsupported_tunnel_type": "\u0418\u0437\u0431\u0440\u0430\u043d\u0438\u044f\u0442 \u0442\u0438\u043f \u0442\u0443\u043d\u0435\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u043e\u0442 \u0448\u043b\u044e\u0437\u0430." }, "step": { "manual_tunnel": { @@ -44,7 +45,8 @@ "options": { "error": { "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435", - "invalid_ip_address": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d IPv4 \u0430\u0434\u0440\u0435\u0441." + "invalid_ip_address": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d IPv4 \u0430\u0434\u0440\u0435\u0441.", + "unsupported_tunnel_type": "\u0418\u0437\u0431\u0440\u0430\u043d\u0438\u044f\u0442 \u0442\u0438\u043f \u0442\u0443\u043d\u0435\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u043e\u0442 \u0448\u043b\u044e\u0437\u0430." }, "step": { "manual_tunnel": { diff --git a/homeassistant/components/knx/translations/cs.json b/homeassistant/components/knx/translations/cs.json index 325e4710145..1f36076ba5f 100644 --- a/homeassistant/components/knx/translations/cs.json +++ b/homeassistant/components/knx/translations/cs.json @@ -23,6 +23,7 @@ }, "options": { "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_ip_address": "Neplatn\u00e1 adresa IPv4." }, "step": { diff --git a/homeassistant/components/knx/translations/es.json b/homeassistant/components/knx/translations/es.json index 4ad6ec8374b..f6a9e48469d 100644 --- a/homeassistant/components/knx/translations/es.json +++ b/homeassistant/components/knx/translations/es.json @@ -12,7 +12,8 @@ "invalid_ip_address": "Direcci\u00f3n IPv4 no v\u00e1lida.", "invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.", "no_router_discovered": "No se ha descubierto ning\u00fan router KNXnet/IP en la red.", - "no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red." + "no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red.", + "unsupported_tunnel_type": "El tipo de t\u00fanel seleccionado no es compatible con la puerta de enlace." }, "step": { "connection_type": { @@ -111,7 +112,8 @@ "invalid_ip_address": "Direcci\u00f3n IPv4 no v\u00e1lida.", "invalid_signature": "La contrase\u00f1a para descifrar el archivo `.knxkeys` es incorrecta.", "no_router_discovered": "No se ha descubierto ning\u00fan router KNXnet/IP en la red.", - "no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red." + "no_tunnel_discovered": "No se pudo encontrar un servidor de t\u00fanel KNX en tu red.", + "unsupported_tunnel_type": "El tipo de t\u00fanel seleccionado no es compatible con la puerta de enlace." }, "step": { "communication_settings": { diff --git a/homeassistant/components/knx/translations/hu.json b/homeassistant/components/knx/translations/hu.json index 4bb482ded9e..033ae3d84dd 100644 --- a/homeassistant/components/knx/translations/hu.json +++ b/homeassistant/components/knx/translations/hu.json @@ -12,7 +12,8 @@ "invalid_ip_address": "\u00c9rv\u00e9nytelen IPv4-c\u00edm.", "invalid_signature": "A '.knxkeys' f\u00e1jl visszafejt\u00e9s\u00e9hez haszn\u00e1lt jelsz\u00f3 helytelen.", "no_router_discovered": "Nem tal\u00e1lhat\u00f3 KNXnet/IP \u00fatv\u00e1laszt\u00f3 a h\u00e1l\u00f3zaton.", - "no_tunnel_discovered": "Nem tal\u00e1lhat\u00f3 KNX alag\u00fat-kiszolg\u00e1l\u00f3 a h\u00e1l\u00f3zaton." + "no_tunnel_discovered": "Nem tal\u00e1lhat\u00f3 KNX alag\u00fat-kiszolg\u00e1l\u00f3 a h\u00e1l\u00f3zaton.", + "unsupported_tunnel_type": "A kiv\u00e1lasztott alag\u00fatt\u00edpust az \u00e1tj\u00e1r\u00f3 nem t\u00e1mogatja." }, "step": { "connection_type": { @@ -111,7 +112,8 @@ "invalid_ip_address": "\u00c9rv\u00e9nytelen IPv4-c\u00edm.", "invalid_signature": "A '.knxkeys' f\u00e1jl visszafejt\u00e9s\u00e9hez haszn\u00e1lt jelsz\u00f3 helytelen.", "no_router_discovered": "Nem tal\u00e1lhat\u00f3 KNXnet/IP \u00fatv\u00e1laszt\u00f3 a h\u00e1l\u00f3zaton.", - "no_tunnel_discovered": "Nem tal\u00e1lhat\u00f3 KNX alag\u00fat-kiszolg\u00e1l\u00f3 a h\u00e1l\u00f3zaton." + "no_tunnel_discovered": "Nem tal\u00e1lhat\u00f3 KNX alag\u00fat-kiszolg\u00e1l\u00f3 a h\u00e1l\u00f3zaton.", + "unsupported_tunnel_type": "A kiv\u00e1lasztott alag\u00fatt\u00edpust az \u00e1tj\u00e1r\u00f3 nem t\u00e1mogatja." }, "step": { "communication_settings": { diff --git a/homeassistant/components/knx/translations/it.json b/homeassistant/components/knx/translations/it.json index 1efdb8c4cc8..b70b8b06c80 100644 --- a/homeassistant/components/knx/translations/it.json +++ b/homeassistant/components/knx/translations/it.json @@ -7,11 +7,13 @@ "error": { "cannot_connect": "Impossibile connettersi", "file_not_found": "Il file `.knxkeys` specificato non \u00e8 stato trovato nel percorso config/.storage/knx/", + "invalid_backbone_key": "Chiave backbone non valida. Previsti 32 numeri esadecimali.", "invalid_individual_address": "Il valore non corrisponde al modello per l'indirizzo individuale KNX. 'area.line.device'", "invalid_ip_address": "Indirizzo IPv4 non valido.", "invalid_signature": "La password per decifrare il file `.knxkeys` \u00e8 errata.", "no_router_discovered": "Non \u00e8 stato rilevato alcun router KNXnet/IP nella rete.", - "no_tunnel_discovered": "Impossibile trovare un server di tunneling KNX sulla rete." + "no_tunnel_discovered": "Impossibile trovare un server di tunneling KNX sulla rete.", + "unsupported_tunnel_type": "Il tipo di tunnel selezionato non \u00e8 supportato dal gateway." }, "step": { "connection_type": { @@ -41,7 +43,8 @@ "individual_address": "Indirizzo individuale", "local_ip": "IP locale di Home Assistant", "multicast_group": "Gruppo multicast", - "multicast_port": "Porta multicast" + "multicast_port": "Porta multicast", + "routing_secure": "Utilizzare KNX IP Secure" }, "data_description": { "individual_address": "Indirizzo KNX che deve essere utilizzato da Home Assistant, ad es. `0.0.4`", @@ -49,6 +52,14 @@ }, "description": "Configura le opzioni di instradamento." }, + "secure_key_source": { + "description": "Seleziona come vuoi configurare KNX/IP Secure.", + "menu_options": { + "secure_knxkeys": "Usa un file `.knxkeys` contenente le chiavi di sicurezza IP", + "secure_routing_manual": "Configurare manualmente la chiave backbone IP secure", + "secure_tunnel_manual": "Configura manualmente le credenziali di protezione IP" + } + }, "secure_knxkeys": { "data": { "knxkeys_filename": "Il nome del file `.knxkeys` (inclusa l'estensione)", @@ -60,6 +71,17 @@ }, "description": "Inserisci le informazioni per il tuo file `.knxkeys`." }, + "secure_routing_manual": { + "data": { + "backbone_key": "Chiave backbone", + "sync_latency_tolerance": "Tolleranza alla latenza di rete" + }, + "data_description": { + "backbone_key": "Pu\u00f2 essere visualizzato nel rapporto \"Sicurezza\" di un progetto ETS. Eg. '00112233445566778899AABBCCDDEEFF'", + "sync_latency_tolerance": "Il valore predefinito \u00e8 1000." + }, + "description": "Inserisci le tue informazioni di sicurezza IP." + }, "secure_tunnel_manual": { "data": { "device_authentication": "Password di autenticazione del dispositivo", @@ -85,11 +107,13 @@ "error": { "cannot_connect": "Impossibile connettersi", "file_not_found": "Il file `.knxkeys` specificato non \u00e8 stato trovato nel percorso config/.storage/knx/", + "invalid_backbone_key": "Chiave backbone non valida. Previsti 32 numeri esadecimali.", "invalid_individual_address": "Il valore non corrisponde al modello per l'indirizzo individuale KNX. 'area.line.device'", "invalid_ip_address": "Indirizzo IPv4 non valido.", "invalid_signature": "La password per decifrare il file `.knxkeys` \u00e8 errata.", "no_router_discovered": "Non \u00e8 stato rilevato alcun router KNXnet/IP nella rete.", - "no_tunnel_discovered": "Impossibile trovare un server di tunneling KNX sulla rete." + "no_tunnel_discovered": "Impossibile trovare un server di tunneling KNX sulla rete.", + "unsupported_tunnel_type": "Il tipo di tunnel selezionato non \u00e8 supportato dal gateway." }, "step": { "communication_settings": { @@ -135,7 +159,8 @@ "individual_address": "Indirizzo individuale", "local_ip": "IP locale di Home Assistant", "multicast_group": "Gruppo multicast", - "multicast_port": "Porta multicast" + "multicast_port": "Porta multicast", + "routing_secure": "Utilizzare KNX IP Secure" }, "data_description": { "individual_address": "Indirizzo KNX che deve essere utilizzato da Home Assistant, ad es. `0.0.4`", @@ -143,6 +168,14 @@ }, "description": "Configura le opzioni di instradamento." }, + "secure_key_source": { + "description": "Seleziona come vuoi configurare KNX/IP Secure.", + "menu_options": { + "secure_knxkeys": "Usa un file `.knxkeys` contenente le chiavi di sicurezza IP", + "secure_routing_manual": "Configurare manualmente la chiave backbone IP secure", + "secure_tunnel_manual": "Configura manualmente le credenziali di protezione IP" + } + }, "secure_knxkeys": { "data": { "knxkeys_filename": "Il nome del file `.knxkeys` (inclusa l'estensione)", @@ -154,6 +187,17 @@ }, "description": "Inserisci le informazioni per il tuo file `.knxkeys`." }, + "secure_routing_manual": { + "data": { + "backbone_key": "Chiave backbone", + "sync_latency_tolerance": "Tolleranza alla latenza di rete" + }, + "data_description": { + "backbone_key": "Pu\u00f2 essere visualizzato nel rapporto \"Sicurezza\" di un progetto ETS. Eg. '00112233445566778899AABBCCDDEEFF'", + "sync_latency_tolerance": "Il valore predefinito \u00e8 1000." + }, + "description": "Inserisci le tue informazioni di sicurezza IP." + }, "secure_tunnel_manual": { "data": { "device_authentication": "Password di autenticazione del dispositivo", diff --git a/homeassistant/components/lg_soundbar/translations/it.json b/homeassistant/components/lg_soundbar/translations/it.json index 9cb86e4ee5a..15bab635df2 100644 --- a/homeassistant/components/lg_soundbar/translations/it.json +++ b/homeassistant/components/lg_soundbar/translations/it.json @@ -4,7 +4,8 @@ "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato" }, "error": { - "cannot_connect": "Impossibile connettersi" + "cannot_connect": "Impossibile connettersi", + "no_data": "Il dispositivo non ha restituito alcun dato richiesto per una voce." }, "step": { "user": { diff --git a/homeassistant/components/local_calendar/translations/hu.json b/homeassistant/components/local_calendar/translations/hu.json new file mode 100644 index 00000000000..d8efec9ec9e --- /dev/null +++ b/homeassistant/components/local_calendar/translations/hu.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "calendar_name": "Napt\u00e1r elnevez\u00e9se" + }, + "description": "K\u00e9rj\u00fck, v\u00e1lasszon nevet az \u00faj napt\u00e1r\u00e1nak" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/local_calendar/translations/it.json b/homeassistant/components/local_calendar/translations/it.json new file mode 100644 index 00000000000..665dd9b1623 --- /dev/null +++ b/homeassistant/components/local_calendar/translations/it.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "calendar_name": "Nome del calendario" + }, + "description": "Scegli un nome per il tuo nuovo calendario" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/matter/translations/cs.json b/homeassistant/components/matter/translations/cs.json new file mode 100644 index 00000000000..bda99809565 --- /dev/null +++ b/homeassistant/components/matter/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "manual": { + "data": { + "url": "URL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/matter/translations/hu.json b/homeassistant/components/matter/translations/hu.json new file mode 100644 index 00000000000..d343c5f41d9 --- /dev/null +++ b/homeassistant/components/matter/translations/hu.json @@ -0,0 +1,47 @@ +{ + "config": { + "abort": { + "addon_get_discovery_info_failed": "Nem siker\u00fclt lek\u00e9rni a Matter Server b\u0151v\u00edtm\u00e9ny felder\u00edt\u00e9si adatait.", + "addon_info_failed": "Nem siker\u00fclt lek\u00e9rni a Matter Server b\u0151v\u00edtm\u00e9ny adatait.", + "addon_install_failed": "Nem siker\u00fclt telep\u00edteni a Matter Server b\u0151v\u00edtm\u00e9nyt.", + "addon_start_failed": "Nem siker\u00fclt elind\u00edtani a Matter Server b\u0151v\u00edtm\u00e9nyt.", + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van", + "already_in_progress": "A be\u00e1ll\u00edt\u00e1si folyamat m\u00e1r el lett kezdve", + "not_matter_addon": "A felfedezett b\u0151v\u00edtm\u00e9ny nem a hivatalos Matter Server b\u0151v\u00edtm\u00e9ny.", + "reconfiguration_successful": "A Matter integr\u00e1ci\u00f3 sikeresen \u00fajrakonfigur\u00e1lva." + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "invalid_server_version": "A Matter szerver verzi\u00f3ja nem a megfelel\u0151", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "flow_title": "{name}", + "progress": { + "install_addon": "K\u00e9rj\u00fck, v\u00e1rjon, am\u00edg a Matter Server b\u0151v\u00edtm\u00e9ny telep\u00edt\u00e9se befejez\u0151dik. Ez t\u00f6bb percig is eltarthat.", + "start_addon": "K\u00e9rj\u00fck, v\u00e1rjon, am\u00edg a Matter Server b\u0151v\u00edtm\u00e9ny elindul. Ez a kieg\u00e9sz\u00edt\u0151 az, ami a Matter-t m\u0171k\u00f6dteti a Home Assistant-ben. Ez eltarthat n\u00e9h\u00e1ny egy kis ideig." + }, + "step": { + "hassio_confirm": { + "title": "A Matter integr\u00e1ci\u00f3j\u00e1nak be\u00e1ll\u00edt\u00e1sa a Matter Server b\u0151v\u00edtm\u00e9nnyel" + }, + "install_addon": { + "title": "A b\u0151v\u00edtm\u00e9ny telep\u00edt\u00e9se megkezd\u0151d\u00f6tt" + }, + "manual": { + "data": { + "url": "URL" + } + }, + "on_supervisor": { + "data": { + "use_addon": "A hivatalos Matter Server Supervisor kieg\u00e9sz\u00edt\u0151 haszn\u00e1lata" + }, + "description": "Szeretn\u00e9 haszn\u00e1lni a hivatalos Matter Server Supervisor kieg\u00e9sz\u00edt\u0151t?\n\nHa a Matter Server-t m\u00e1r egy m\u00e1sik b\u0151v\u00edtm\u00e9nyben, egy\u00e9ni kont\u00e9nerben, nat\u00edvan stb. futtatja, akkor ne v\u00e1lassza ezt a lehet\u0151s\u00e9get.", + "title": "V\u00e1lassza ki a csatlakoz\u00e1si m\u00f3dot" + }, + "start_addon": { + "title": "B\u0151v\u00edtm\u00e9ny ind\u00edt\u00e1sa." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/matter/translations/it.json b/homeassistant/components/matter/translations/it.json new file mode 100644 index 00000000000..79989a92456 --- /dev/null +++ b/homeassistant/components/matter/translations/it.json @@ -0,0 +1,47 @@ +{ + "config": { + "abort": { + "addon_get_discovery_info_failed": "Impossibile ottenere informazioni sul rilevamento del componente aggiuntivo Matter Server.", + "addon_info_failed": "Impossibile ottenere le informazioni sul componente aggiuntivo di Matter Server.", + "addon_install_failed": "Impossibile installare il componente aggiuntivo Matter Server.", + "addon_start_failed": "Impossibile avviare il componente aggiuntivo Matter Server.", + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", + "already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso", + "not_matter_addon": "Il componente aggiuntivo rilevato non \u00e8 il componente aggiuntivo ufficiale di Matter Server.", + "reconfiguration_successful": "Riconfigurata con successo l'integrazione di Matter." + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "invalid_server_version": "Il server Matter non \u00e8 la versione corretta", + "unknown": "Errore imprevisto" + }, + "flow_title": "{name}", + "progress": { + "install_addon": "Attendere il completamento dell'installazione del componente aggiuntivo Matter Server. Questo pu\u00f2 richiedere diversi minuti.", + "start_addon": "Attendi l'avvio del componente aggiuntivo Matter Server. Questo componente aggiuntivo \u00e8 ci\u00f2 che alimenta Matter in Home Assistant. Questo potrebbe richiedere alcuni secondi." + }, + "step": { + "hassio_confirm": { + "title": "Configurare l'integrazione di Matter con il componente aggiuntivo Matter Server" + }, + "install_addon": { + "title": "L'installazione del componente aggiuntivo \u00e8 iniziata" + }, + "manual": { + "data": { + "url": "URL" + } + }, + "on_supervisor": { + "data": { + "use_addon": "Utilizza il componente aggiuntivo ufficiale Matter Server Supervisor" + }, + "description": "Vuoi utilizzare il componente aggiuntivo ufficiale di Matter Server Supervisor?\n\nSe stai gi\u00e0 eseguendo il Matter Server in un altro componente aggiuntivo, in un contenitore personalizzato, in modo nativo ecc., Non selezionare questa opzione.", + "title": "Seleziona il metodo di connessione" + }, + "start_addon": { + "title": "Avvio del componente aggiuntivo." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/matter/translations/sk.json b/homeassistant/components/matter/translations/sk.json index e68ef2e73b0..88450fcc4e7 100644 --- a/homeassistant/components/matter/translations/sk.json +++ b/homeassistant/components/matter/translations/sk.json @@ -1,5 +1,14 @@ { "config": { + "abort": { + "already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9", + "already_in_progress": "Konfigur\u00e1cia u\u017e prebieha" + }, + "error": { + "cannot_connect": "Nepodarilo sa pripoji\u0165", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" + }, + "flow_title": "{name}", "step": { "manual": { "data": { diff --git a/homeassistant/components/min_max/translations/it.json b/homeassistant/components/min_max/translations/it.json index 4574b80e863..895c50439f6 100644 --- a/homeassistant/components/min_max/translations/it.json +++ b/homeassistant/components/min_max/translations/it.json @@ -9,10 +9,10 @@ "type": "Caratteristica statistica" }, "data_description": { - "round_digits": "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media o mediana." + "round_digits": "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media, mediana o somma." }, - "description": "Crea un sensore che calcoli un valore minimo, massimo, medio o mediano da un elenco di sensori di input.", - "title": "Aggiungi sensore min / max / media / mediana" + "description": "Crea un sensore che calcola un minimo, un massimo, una media, una mediana o una somma da un elenco di sensori di input.", + "title": "Combina lo stato di diversi sensori" } } }, @@ -25,10 +25,10 @@ "type": "Caratteristica statistica" }, "data_description": { - "round_digits": "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media o mediana." + "round_digits": "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media, mediana o somma." } } } }, - "title": "Sensore min / max / media / mediana" + "title": "Combina lo stato di diversi sensori" } \ No newline at end of file diff --git a/homeassistant/components/moon/translations/bg.json b/homeassistant/components/moon/translations/bg.json index 47a9a365db1..0ab1984d0c6 100644 --- a/homeassistant/components/moon/translations/bg.json +++ b/homeassistant/components/moon/translations/bg.json @@ -9,6 +9,18 @@ } } }, + "entity": { + "sensor": { + "phase": { + "state": { + "first_quarter": "\u041f\u044a\u0440\u0432\u0430 \u0447\u0435\u0442\u0432\u044a\u0440\u0442", + "full_moon": "\u041f\u044a\u043b\u043d\u043e\u043b\u0443\u043d\u0438\u0435", + "last_quarter": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u0447\u0435\u0442\u0432\u044a\u0440\u0442", + "new_moon": "\u041d\u043e\u0432\u043e\u043b\u0443\u043d\u0438\u0435" + } + } + } + }, "issues": { "removed_yaml": { "description": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 Moon \u0441 \u043f\u043e\u043c\u043e\u0449\u0442\u0430 \u043d\u0430 YAML \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u043e.\n\n\u0412\u0430\u0448\u0430\u0442\u0430 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0430 YAML \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043d\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u043e\u0442 Home Assistant.\n\n\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 YAML \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u043e\u0442 \u0432\u0430\u0448\u0438\u044f \u0444\u0430\u0439\u043b configuration.yaml \u0438 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 Home Assistant, \u0437\u0430 \u0434\u0430 \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u0442\u043e\u0437\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c.", diff --git a/homeassistant/components/moon/translations/cs.json b/homeassistant/components/moon/translations/cs.json index f1c26a20f6e..63c65ed07ce 100644 --- a/homeassistant/components/moon/translations/cs.json +++ b/homeassistant/components/moon/translations/cs.json @@ -9,5 +9,21 @@ } } }, + "entity": { + "sensor": { + "phase": { + "state": { + "first_quarter": "Prvn\u00ed \u010dtvr\u0165", + "full_moon": "\u00dapln\u011bk", + "last_quarter": "Posledn\u00ed \u010dtvrt", + "new_moon": "Nov", + "waning_crescent": "Couvaj\u00edc\u00ed srpek", + "waning_gibbous": "Couvaj\u00edc\u00ed m\u011bs\u00edc", + "waxing_crescent": "Dor\u016fstaj\u00edc\u00ed srpek", + "waxing_gibbous": "Dor\u016fstaj\u00edc\u00ed m\u011bs\u00edc" + } + } + } + }, "title": "M\u011bs\u00edc" } \ No newline at end of file diff --git a/homeassistant/components/moon/translations/es.json b/homeassistant/components/moon/translations/es.json index 2cdf14282e2..ad928ea37c8 100644 --- a/homeassistant/components/moon/translations/es.json +++ b/homeassistant/components/moon/translations/es.json @@ -9,6 +9,22 @@ } } }, + "entity": { + "sensor": { + "phase": { + "state": { + "first_quarter": "Cuarto creciente", + "full_moon": "Luna llena", + "last_quarter": "Cuarto menguante", + "new_moon": "Luna nueva", + "waning_crescent": "Luna menguante", + "waning_gibbous": "Gibosa menguante", + "waxing_crescent": "Nueva visible", + "waxing_gibbous": "Gibosa creciente" + } + } + } + }, "issues": { "removed_yaml": { "description": "Se ha eliminado la configuraci\u00f3n de Moon mediante YAML. \n\nHome Assistant no utiliza tu configuraci\u00f3n YAML existente. \n\nElimina la configuraci\u00f3n YAML de tu archivo configuration.yaml y reinicia Home Assistant para solucionar este problema.", diff --git a/homeassistant/components/moon/translations/hu.json b/homeassistant/components/moon/translations/hu.json index ed7722ed484..cd1b3e56498 100644 --- a/homeassistant/components/moon/translations/hu.json +++ b/homeassistant/components/moon/translations/hu.json @@ -9,6 +9,22 @@ } } }, + "entity": { + "sensor": { + "phase": { + "state": { + "first_quarter": "Els\u0151 negyed", + "full_moon": "Telihold", + "last_quarter": "Utols\u00f3 negyed", + "new_moon": "\u00dajhold", + "waning_crescent": "Fogy\u00f3 holdsarl\u00f3", + "waning_gibbous": "Fogy\u00f3 hold", + "waxing_crescent": "N\u00f6vekv\u0151 holdsarl\u00f3", + "waxing_gibbous": "N\u00f6vekv\u0151 hold" + } + } + } + }, "issues": { "removed_yaml": { "description": "A Moon YAML haszn\u00e1lat\u00e1val t\u00f6rt\u00e9n\u0151 konfigur\u00e1l\u00e1sa elt\u00e1vol\u00edt\u00e1sra ker\u00fclt.\n\nA megl\u00e9v\u0151 YAML konfigur\u00e1ci\u00f3t a Home Assistant nem haszn\u00e1lja.\n\nA probl\u00e9ma megold\u00e1s\u00e1hoz t\u00e1vol\u00edtsa el a YAML konfigur\u00e1ci\u00f3t a configuration.yaml f\u00e1jlb\u00f3l, \u00e9s ind\u00edtsa \u00fajra a Home Assistantot.", diff --git a/homeassistant/components/moon/translations/it.json b/homeassistant/components/moon/translations/it.json index f510b6b5837..63ce940c0e0 100644 --- a/homeassistant/components/moon/translations/it.json +++ b/homeassistant/components/moon/translations/it.json @@ -9,6 +9,22 @@ } } }, + "entity": { + "sensor": { + "phase": { + "state": { + "first_quarter": "Primo quarto", + "full_moon": "Luna piena", + "last_quarter": "Ultimo quarto", + "new_moon": "Novilunio", + "waning_crescent": "Luna calante", + "waning_gibbous": "Gibbosa calante", + "waxing_crescent": "Luna crescente", + "waxing_gibbous": "Gibbosa crescente" + } + } + } + }, "issues": { "removed_yaml": { "description": "La configurazione di Moon tramite YAML \u00e8 stata rimossa. \n\nLa tua configurazione YAML esistente non viene utilizzata da Home Assistant. \n\nRimuovere la configurazione YAML dal file configuration.yaml e riavviare Home Assistant per risolvere questo problema.", diff --git a/homeassistant/components/mqtt/translations/it.json b/homeassistant/components/mqtt/translations/it.json index a90a95da470..857ddce0358 100644 --- a/homeassistant/components/mqtt/translations/it.json +++ b/homeassistant/components/mqtt/translations/it.json @@ -8,7 +8,7 @@ "bad_birth": "Argomento di nascita non valido", "bad_certificate": "Il certificato CA non \u00e8 valido", "bad_client_cert": "Certificato client non valido, assicurarsi che venga fornito un file codificato PEM", - "bad_client_cert_key": "Il certificato del client e il certificato privato non sono una coppia valida", + "bad_client_cert_key": "Il certificato client e la chiave privata non sono una coppia valida", "bad_client_key": "Chiave privata non valida, assicurarsi che venga fornito un file codificato PEM senza password", "bad_discovery_prefix": "Prefisso di rilevamento non valido", "bad_will": "Argomento testamento non valido", @@ -85,7 +85,7 @@ "bad_birth": "Argomento di nascita non valido", "bad_certificate": "Il certificato CA non \u00e8 valido", "bad_client_cert": "Certificato client non valido, assicurarsi che venga fornito un file codificato PEM", - "bad_client_cert_key": "Il certificato del client e il certificato privato non sono una coppia valida", + "bad_client_cert_key": "Il certificato client e la chiave privata non sono una coppia valida", "bad_client_key": "Chiave privata non valida, assicurarsi che venga fornito un file codificato PEM senza password", "bad_discovery_prefix": "Prefisso di rilevamento non valido", "bad_will": "Argomento testamento non valido", diff --git a/homeassistant/components/nam/translations/sk.json b/homeassistant/components/nam/translations/sk.json index 78966044e1e..8c55bc39d05 100644 --- a/homeassistant/components/nam/translations/sk.json +++ b/homeassistant/components/nam/translations/sk.json @@ -8,7 +8,8 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "flow_title": "{host}", "step": { diff --git a/homeassistant/components/nibe_heatpump/translations/hu.json b/homeassistant/components/nibe_heatpump/translations/hu.json index 3f6c9845656..b3ce021ba2c 100644 --- a/homeassistant/components/nibe_heatpump/translations/hu.json +++ b/homeassistant/components/nibe_heatpump/translations/hu.json @@ -3,11 +3,11 @@ "error": { "address": "\u00c9rv\u00e9nytelen t\u00e1voli c\u00edm van megadva. A c\u00edmnek IP-c\u00edmnek vagy feloldhat\u00f3 g\u00e9pn\u00e9vnek kell lennie.", "address_in_use": "A kiv\u00e1lasztott port m\u00e1r haszn\u00e1latban van ezen a rendszeren.", - "model": "\u00dagy t\u0171nik, hogy a kiv\u00e1lasztott modell nem t\u00e1mogatja a modbus40-et", + "model": "\u00dagy t\u0171nik, hogy a kiv\u00e1lasztott modell nem t\u00e1mogatja a MODBUS40 szabv\u00e1nyt.", "read": "Hiba a szivatty\u00fa olvas\u00e1si k\u00e9r\u00e9s\u00e9n\u00e9l. Ellen\u0151rizze a \"T\u00e1voli olvas\u00e1si portot\" vagy a \"T\u00e1voli IP-c\u00edmet\".", "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt", - "url": "A megadott URL-c\u00edm nem j\u00f3l form\u00e1zott \u00e9s t\u00e1mogatott URL-c\u00edm", - "write": "Hiba a h\u0151szivatty\u00fa \u00edr\u00e1si k\u00e9relm\u00e9ben. Ellen\u0151rizze a portot, c\u00edmet." + "url": "A megadott URL nem j\u00f3l form\u00e1zott \u00e9s nem t\u00e1mogatott", + "write": "Hiba a szivatty\u00faba t\u00f6rt\u00e9n\u0151 \u00edr\u00e1si k\u00e9r\u00e9sn\u00e9l. Ellen\u0151rizze a \"T\u00e1voli \u00edr\u00f3portot\" vagy a \"T\u00e1voli c\u00edmet\"." }, "step": { "modbus": { diff --git a/homeassistant/components/nws/translations/sk.json b/homeassistant/components/nws/translations/sk.json index 8f8b360f638..1df3d0fb2db 100644 --- a/homeassistant/components/nws/translations/sk.json +++ b/homeassistant/components/nws/translations/sk.json @@ -4,7 +4,8 @@ "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1" }, "error": { - "cannot_connect": "Nepodarilo sa pripoji\u0165" + "cannot_connect": "Nepodarilo sa pripoji\u0165", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/nzbget/translations/sk.json b/homeassistant/components/nzbget/translations/sk.json index eaaa5cb6d0a..0294306e161 100644 --- a/homeassistant/components/nzbget/translations/sk.json +++ b/homeassistant/components/nzbget/translations/sk.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia.", "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "error": { diff --git a/homeassistant/components/onewire/translations/sk.json b/homeassistant/components/onewire/translations/sk.json index 636af7a47d1..1039b0ab743 100644 --- a/homeassistant/components/onewire/translations/sk.json +++ b/homeassistant/components/onewire/translations/sk.json @@ -26,6 +26,12 @@ "precision": "Presnos\u0165 sn\u00edma\u010da" }, "description": "Vyberte presnos\u0165 sn\u00edma\u010da pre {sensor_id}" + }, + "device_selection": { + "data": { + "clear_device_options": "Vyma\u017ete v\u0161etky konfigur\u00e1cie zariadenia", + "device_selection": "Vyberte zariadenia, ktor\u00e9 chcete nakonfigurova\u0165" + } } } } diff --git a/homeassistant/components/openexchangerates/translations/sk.json b/homeassistant/components/openexchangerates/translations/sk.json index 7a67ae4ec9b..567e6501f11 100644 --- a/homeassistant/components/openexchangerates/translations/sk.json +++ b/homeassistant/components/openexchangerates/translations/sk.json @@ -3,12 +3,14 @@ "abort": { "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1", "cannot_connect": "Nepodarilo sa pripoji\u0165", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9", "timeout_connect": "\u010casov\u00fd limit na nadviazanie spojenia" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", "invalid_auth": "Neplatn\u00e9 overenie", - "timeout_connect": "\u010casov\u00fd limit na nadviazanie spojenia" + "timeout_connect": "\u010casov\u00fd limit na nadviazanie spojenia", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/opengarage/translations/sk.json b/homeassistant/components/opengarage/translations/sk.json index ad1df6303e0..5cde0f9364f 100644 --- a/homeassistant/components/opengarage/translations/sk.json +++ b/homeassistant/components/opengarage/translations/sk.json @@ -5,7 +5,8 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/openuv/translations/cs.json b/homeassistant/components/openuv/translations/cs.json index 5e7d7b2d7cc..16c9d000d44 100644 --- a/homeassistant/components/openuv/translations/cs.json +++ b/homeassistant/components/openuv/translations/cs.json @@ -1,12 +1,19 @@ { "config": { "abort": { - "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nastaveno" + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nastaveno", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" }, "error": { "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" }, "step": { + "reauth_confirm": { + "data": { + "api_key": "Kl\u00ed\u010d API" + }, + "title": "Znovu ov\u011b\u0159it integraci" + }, "user": { "data": { "api_key": "Kl\u00ed\u010d API", diff --git a/homeassistant/components/plugwise/translations/it.json b/homeassistant/components/plugwise/translations/it.json index 8d0555a12a7..997c3317bc0 100644 --- a/homeassistant/components/plugwise/translations/it.json +++ b/homeassistant/components/plugwise/translations/it.json @@ -7,8 +7,10 @@ "error": { "cannot_connect": "Impossibile connettersi", "invalid_auth": "Autenticazione non valida", - "invalid_setup": "Aggiungi il tuo Adam invece di Anna, consulta la documentazione sull'integrazione di Home Assistant Plugwise per ulteriori informazioni", - "unknown": "Errore imprevisto" + "invalid_setup": "Aggiungi il tuo Adam invece della tua Anna, consulta la documentazione", + "response_error": "Dati XML non validi o indicazione di errore ricevuta", + "unknown": "Errore imprevisto", + "unsupported": "Dispositivo con firmware non supportato" }, "step": { "user": { diff --git a/homeassistant/components/plugwise/translations/select.sk.json b/homeassistant/components/plugwise/translations/select.sk.json new file mode 100644 index 00000000000..6738fa496dc --- /dev/null +++ b/homeassistant/components/plugwise/translations/select.sk.json @@ -0,0 +1,12 @@ +{ + "state": { + "plugwise__dhw_mode": { + "off": "Vypnut\u00e9" + }, + "plugwise__regulation_mode": { + "cooling": "Chladenie", + "heating": "Vykurovanie", + "off": "Vypnut\u00e9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/point/translations/sk.json b/homeassistant/components/point/translations/sk.json index 3ea9307c184..b704a29eede 100644 --- a/homeassistant/components/point/translations/sk.json +++ b/homeassistant/components/point/translations/sk.json @@ -3,6 +3,7 @@ "abort": { "already_setup": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia.", "authorize_url_timeout": "\u010casov\u00fd limit generovania autorizovanej adresy URL.", + "no_flows": "Komponent nie je nakonfigurovan\u00fd. Postupujte pod\u013ea dokument\u00e1cie.", "unknown_authorize_url_generation": "Nezn\u00e1ma chyba pri generovan\u00ed autorizovanej adresy URL." }, "create_entry": { diff --git a/homeassistant/components/powerwall/translations/sk.json b/homeassistant/components/powerwall/translations/sk.json index ae43b2fffa0..59bd069c878 100644 --- a/homeassistant/components/powerwall/translations/sk.json +++ b/homeassistant/components/powerwall/translations/sk.json @@ -7,7 +7,8 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "flow_title": "{name} ({ip_address})", "step": { diff --git a/homeassistant/components/prusalink/translations/es.json b/homeassistant/components/prusalink/translations/es.json index 094840cf785..059fb382733 100644 --- a/homeassistant/components/prusalink/translations/es.json +++ b/homeassistant/components/prusalink/translations/es.json @@ -14,5 +14,18 @@ } } } + }, + "entity": { + "sensor": { + "printer_state": { + "state": { + "cancelling": "Cancelando", + "idle": "Inactivo", + "paused": "En pausa", + "pausing": "Pausando", + "printing": "Imprimiendo" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/prusalink/translations/hu.json b/homeassistant/components/prusalink/translations/hu.json index 7fe5692714a..1be1d4ff3f2 100644 --- a/homeassistant/components/prusalink/translations/hu.json +++ b/homeassistant/components/prusalink/translations/hu.json @@ -14,5 +14,18 @@ } } } + }, + "entity": { + "sensor": { + "printer_state": { + "state": { + "cancelling": "\u00c9rv\u00e9nytelen\u00edt\u00e9sben", + "idle": "T\u00e9tlen", + "paused": "Sz\u00fcneteltetve", + "pausing": "Sz\u00fcneteltet\u00e9sben", + "printing": "Nyomtat\u00e1sban" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/prusalink/translations/it.json b/homeassistant/components/prusalink/translations/it.json index 02b2b8a53aa..229684403e2 100644 --- a/homeassistant/components/prusalink/translations/it.json +++ b/homeassistant/components/prusalink/translations/it.json @@ -14,5 +14,18 @@ } } } + }, + "entity": { + "sensor": { + "printer_state": { + "state": { + "cancelling": "Annullamento", + "idle": "Inattivo", + "paused": "In pausa", + "pausing": "Pausa", + "printing": "Stampa" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/rachio/translations/sk.json b/homeassistant/components/rachio/translations/sk.json index 5e7b4e2806e..7253ce733ac 100644 --- a/homeassistant/components/rachio/translations/sk.json +++ b/homeassistant/components/rachio/translations/sk.json @@ -5,7 +5,8 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/radarr/translations/it.json b/homeassistant/components/radarr/translations/it.json index 622168441f1..8aec8d276a9 100644 --- a/homeassistant/components/radarr/translations/it.json +++ b/homeassistant/components/radarr/translations/it.json @@ -26,6 +26,12 @@ } } }, + "issues": { + "removed_yaml": { + "description": "La configurazione di Radarr tramite YAML \u00e8 stata rimossa. \n\nLa tua configurazione YAML esistente non \u00e8 utilizzata da Home Assistant. \n\nRimuovi la configurazione YAML dal tuo file configuration.yaml e riavvia Home Assistant per risolvere questo problema.", + "title": "La configurazione YAML di Radarr \u00e8 stata rimossa" + } + }, "options": { "step": { "init": { diff --git a/homeassistant/components/radarr/translations/sk.json b/homeassistant/components/radarr/translations/sk.json index 76e74a69f4a..ec50ecfbba5 100644 --- a/homeassistant/components/radarr/translations/sk.json +++ b/homeassistant/components/radarr/translations/sk.json @@ -1,11 +1,13 @@ { "config": { "abort": { - "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1" + "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba", "zeroconf_failed": "K\u013e\u00fa\u010d API sa nena\u0161iel. Zadajte ho ru\u010dne" }, "step": { diff --git a/homeassistant/components/remote/translations/sk.json b/homeassistant/components/remote/translations/sk.json index 4c8b090aea1..d98318376c6 100644 --- a/homeassistant/components/remote/translations/sk.json +++ b/homeassistant/components/remote/translations/sk.json @@ -1,7 +1,18 @@ { "device_automation": { + "action_type": { + "toggle": "Prepn\u00fa\u0165 {entity_name}", + "turn_off": "Vypn\u00fa\u0165 {entity_name}", + "turn_on": "Zapn\u00fa\u0165 {entity_name}" + }, + "condition_type": { + "is_off": "{entity_name} je vypnut\u00e9", + "is_on": "{entity_name} je zapnut\u00e9" + }, "trigger_type": { - "changed_states": "{entity_name} zapnut\u00e9 alebo vypnut\u00e9" + "changed_states": "{entity_name} zapnut\u00e9 alebo vypnut\u00e9", + "turned_off": "{entity_name} vypnut\u00e9", + "turned_on": "{entity_name} zapnut\u00e9" } }, "state": { diff --git a/homeassistant/components/rfxtrx/translations/sk.json b/homeassistant/components/rfxtrx/translations/sk.json index 83867537e65..95b0583af9d 100644 --- a/homeassistant/components/rfxtrx/translations/sk.json +++ b/homeassistant/components/rfxtrx/translations/sk.json @@ -56,6 +56,9 @@ "device": "Vyberte zariadenie, ktor\u00e9 chcete nakonfigurova\u0165", "protocols": "Protokoly" } + }, + "set_device_options": { + "title": "Konfigur\u00e1cia mo\u017enost\u00ed zariadenia" } } } diff --git a/homeassistant/components/ring/translations/sk.json b/homeassistant/components/ring/translations/sk.json index 805e6449829..a06e0c7ab8e 100644 --- a/homeassistant/components/ring/translations/sk.json +++ b/homeassistant/components/ring/translations/sk.json @@ -11,7 +11,8 @@ "2fa": { "data": { "2fa": "Dvojfaktorov\u00fd k\u00f3d" - } + }, + "title": "Dvojfaktorov\u00e1 autentifik\u00e1cia" }, "user": { "data": { diff --git a/homeassistant/components/risco/translations/sk.json b/homeassistant/components/risco/translations/sk.json index b7c83c9709e..06202180c76 100644 --- a/homeassistant/components/risco/translations/sk.json +++ b/homeassistant/components/risco/translations/sk.json @@ -5,7 +5,8 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "cloud": { diff --git a/homeassistant/components/rtsp_to_webrtc/translations/sk.json b/homeassistant/components/rtsp_to_webrtc/translations/sk.json index 3152c76de90..87f05807035 100644 --- a/homeassistant/components/rtsp_to_webrtc/translations/sk.json +++ b/homeassistant/components/rtsp_to_webrtc/translations/sk.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia." + }, "error": { "invalid_url": "Mus\u00ed to by\u0165 platn\u00e1 adresa URL servera RTSPtoWebRTC, napr. https://example.com" }, diff --git a/homeassistant/components/scrape/translations/cs.json b/homeassistant/components/scrape/translations/cs.json index 12e8f64dcb8..866b0326fa8 100644 --- a/homeassistant/components/scrape/translations/cs.json +++ b/homeassistant/components/scrape/translations/cs.json @@ -40,5 +40,25 @@ } } } + }, + "options": { + "step": { + "edit_sensor": { + "data": { + "attribute": "Atribut", + "device_class": "T\u0159\u00edda za\u0159\u00edzen\u00ed", + "index": "Index", + "select": "Vybrat", + "unit_of_measurement": "Jednotka m\u011b\u0159en\u00ed", + "value_template": "\u0160ablona hodnoty" + }, + "data_description": { + "attribute": "Z\u00edskat hodnotu atributu na vybran\u00e9m tagu", + "device_class": "Typ/t\u0159\u00edda senzoru pro nastaven\u00ed ikony v rozhran\u00ed", + "index": "Definuje, kter\u00fd z prvk\u016f vr\u00e1cen\u00fdch selektorem CSS se m\u00e1 pou\u017e\u00edt", + "select": "Definuje, jak\u00fd tag hledat. Podrobnosti najdete v selektorech CSS Beautifulsoup" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/scrape/translations/hu.json b/homeassistant/components/scrape/translations/hu.json index 93df63f6cd1..8c05fe36a2b 100644 --- a/homeassistant/components/scrape/translations/hu.json +++ b/homeassistant/components/scrape/translations/hu.json @@ -30,7 +30,7 @@ }, "user": { "data": { - "authentication": "Hiteles\u00edt\u00e9s", + "authentication": "V\u00e1lassza ki a hiteles\u00edt\u00e9si m\u00f3dot", "headers": "Fejl\u00e9cek", "method": "M\u00f3dszer", "password": "Jelsz\u00f3", @@ -109,7 +109,7 @@ }, "resource": { "data": { - "authentication": "Hiteles\u00edt\u00e9s", + "authentication": "V\u00e1lassza ki a hiteles\u00edt\u00e9si m\u00f3dot", "headers": "Fejl\u00e9cek", "method": "M\u00f3dszer", "password": "Jelsz\u00f3", diff --git a/homeassistant/components/scrape/translations/it.json b/homeassistant/components/scrape/translations/it.json index 427d910810c..39dc9e09d2f 100644 --- a/homeassistant/components/scrape/translations/it.json +++ b/homeassistant/components/scrape/translations/it.json @@ -19,9 +19,9 @@ "value_template": "Modello di valore" }, "data_description": { - "attribute": "Ottenere il valore di un attributo dell'etichetta selezionata", + "attribute": "Ottieni il valore di un attributo sull'etichetta selezionata", "device_class": "Il tipo/classe del sensore per impostare l'icona nel frontend", - "index": "Definisce quale degli elementi restituiti dal selettore CSS utilizzare", + "index": "Definisce quale utilizzare degli elementi restituiti dal selettore CSS ", "select": "Definisce quale etichetta cercare. Controlla i selettori CSS di Beautifulsoup per i dettagli", "state_class": "La state_class del sensore", "unit_of_measurement": "Scegli l'unit\u00e0 di misura della temperatura o crearne una tua", @@ -30,7 +30,7 @@ }, "user": { "data": { - "authentication": "Autenticazione", + "authentication": "Seleziona il metodo di autenticazione", "headers": "Intestazioni", "method": "Metodo", "password": "Password", @@ -54,5 +54,78 @@ "description": "La configurazione di Scrape tramite YAML \u00e8 stata spostata nella chiave di integrazione. \n\nLa tua configurazione YAML esistente funzioner\u00e0 per altre 2 versioni. \n\nMigra la tua configurazione YAML alla chiave di integrazione in base alla documentazione.", "title": "La configurazione YAML di Scrape \u00e8 stata spostata" } + }, + "options": { + "step": { + "add_sensor": { + "data": { + "attribute": "Attributo", + "device_class": "Classe del dispositivo", + "index": "Indice", + "name": "Nome", + "select": "Seleziona", + "state_class": "Classe di stato", + "unit_of_measurement": "Unit\u00e0 di misura", + "value_template": "Modello di valore" + }, + "data_description": { + "attribute": "Ottieni il valore di un attributo sull'etichetta selezionata", + "device_class": "Il tipo/classe del sensore per impostare l'icona nel frontend", + "index": "Definisce quale utilizzare degli elementi restituiti dal selettore CSS ", + "select": "Definisce quale etichetta cercare. Controlla i selettori CSS di Beautifulsoup per i dettagli", + "state_class": "La state_class del sensore", + "unit_of_measurement": "Scegli l'unit\u00e0 di misura della temperatura o crearne una tua", + "value_template": "Definisce un modello per ottenere lo stato del sensore" + } + }, + "edit_sensor": { + "data": { + "attribute": "Attributo", + "device_class": "Classe del dispositivo", + "index": "Indice", + "name": "Nome", + "select": "Seleziona", + "state_class": "Classe di stato", + "unit_of_measurement": "Unit\u00e0 di misura", + "value_template": "Modello di valore" + }, + "data_description": { + "attribute": "Ottieni il valore di un attributo sull'etichetta selezionata", + "device_class": "Il tipo/classe del sensore per impostare l'icona nel frontend", + "index": "Definisce quale utilizzare degli elementi restituiti dal selettore CSS ", + "select": "Definisce quale etichetta cercare. Controlla i selettori CSS di Beautifulsoup per i dettagli", + "state_class": "La state_class del sensore", + "unit_of_measurement": "Scegli l'unit\u00e0 di misura della temperatura o crearne una tua", + "value_template": "Definisce un modello per ottenere lo stato del sensore" + } + }, + "init": { + "menu_options": { + "add_sensor": "Aggiungi sensore", + "remove_sensor": "Rimuovi il sensore", + "resource": "Configura risorsa", + "select_edit_sensor": "Configura sensore" + } + }, + "resource": { + "data": { + "authentication": "Seleziona il metodo di autenticazione", + "headers": "Intestazioni", + "method": "Metodo", + "password": "Password", + "resource": "Risorsa", + "timeout": "Tempo scaduto", + "username": "Nome utente", + "verify_ssl": "Verifica il certificato SSL" + }, + "data_description": { + "authentication": "Tipo di autenticazione HTTP. basic o digest", + "headers": "Intestazioni da utilizzare per la richiesta web", + "resource": "L'URL del sito Web che contiene il valore", + "timeout": "Tiempo scaduto per la connessione al sito web", + "verify_ssl": "Abilita/disabilita la verifica del certificato SSL/TLS, ad esempio se \u00e8 autofirmato" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/scrape/translations/sk.json b/homeassistant/components/scrape/translations/sk.json index fddf06a70c4..2b7868a28e2 100644 --- a/homeassistant/components/scrape/translations/sk.json +++ b/homeassistant/components/scrape/translations/sk.json @@ -21,7 +21,10 @@ }, "user": { "data": { + "authentication": "Vyberte met\u00f3du overenia", + "headers": "Hlavi\u010dky", "password": "Heslo", + "timeout": "\u010casov\u00fd limit", "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno", "verify_ssl": "Overi\u0165 SSL certifik\u00e1t" }, @@ -36,12 +39,43 @@ "step": { "add_sensor": { "data": { + "attribute": "Atrib\u00fat", + "select": "Vyberte", + "unit_of_measurement": "Jednotka merania", "value_template": "\u0160abl\u00f3na hodnoty" + }, + "data_description": { + "unit_of_measurement": "Vyberte si meranie teploty alebo si vytvorte vlastn\u00e9" } }, "edit_sensor": { "data": { + "attribute": "Atrib\u00fat", + "select": "Vyberte", + "unit_of_measurement": "Jednotka merania", "value_template": "\u0160abl\u00f3na hodnoty" + }, + "data_description": { + "unit_of_measurement": "Vyberte si meranie teploty alebo si vytvorte vlastn\u00e9" + } + }, + "init": { + "menu_options": { + "add_sensor": "Pridanie sn\u00edma\u010da", + "remove_sensor": "Odstr\u00e1nenie sn\u00edma\u010da", + "select_edit_sensor": "Konfigur\u00e1cia sn\u00edma\u010da" + } + }, + "resource": { + "data": { + "authentication": "Vyberte met\u00f3du overenia", + "headers": "Hlavi\u010dky", + "timeout": "\u010casov\u00fd limit", + "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno" + }, + "data_description": { + "resource": "Adresa URL webovej lokality, ktor\u00e1 obsahuje hodnotu", + "timeout": "\u010casov\u00fd limit pre pripojenie k webovej str\u00e1nke" } } } diff --git a/homeassistant/components/sense/translations/sk.json b/homeassistant/components/sense/translations/sk.json index 1a1a1e64869..7b6231156b5 100644 --- a/homeassistant/components/sense/translations/sk.json +++ b/homeassistant/components/sense/translations/sk.json @@ -20,7 +20,8 @@ "user": { "data": { "email": "Email", - "password": "Heslo" + "password": "Heslo", + "timeout": "\u010casov\u00fd limit" } }, "validation": { diff --git a/homeassistant/components/sharkiq/translations/sk.json b/homeassistant/components/sharkiq/translations/sk.json index 76f7b6b566c..71a9b1e34da 100644 --- a/homeassistant/components/sharkiq/translations/sk.json +++ b/homeassistant/components/sharkiq/translations/sk.json @@ -14,12 +14,14 @@ "step": { "reauth": { "data": { - "password": "Heslo" + "password": "Heslo", + "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno" } }, "user": { "data": { - "password": "Heslo" + "password": "Heslo", + "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno" } } } diff --git a/homeassistant/components/shelly/translations/sk.json b/homeassistant/components/shelly/translations/sk.json index 1a36257a3a5..83838223327 100644 --- a/homeassistant/components/shelly/translations/sk.json +++ b/homeassistant/components/shelly/translations/sk.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9", "unsupported_firmware": "Zariadenie pou\u017e\u00edva nepodporovan\u00fa verziu firmv\u00e9ru." }, "error": { @@ -23,7 +24,8 @@ }, "reauth_confirm": { "data": { - "password": "Heslo" + "password": "Heslo", + "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno" } }, "user": { diff --git a/homeassistant/components/siren/translations/sk.json b/homeassistant/components/siren/translations/sk.json new file mode 100644 index 00000000000..50303faf105 --- /dev/null +++ b/homeassistant/components/siren/translations/sk.json @@ -0,0 +1,3 @@ +{ + "title": "Sir\u00e9na" +} \ No newline at end of file diff --git a/homeassistant/components/sleepiq/translations/sk.json b/homeassistant/components/sleepiq/translations/sk.json index 249ddf45926..232d7a07383 100644 --- a/homeassistant/components/sleepiq/translations/sk.json +++ b/homeassistant/components/sleepiq/translations/sk.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd" + "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", diff --git a/homeassistant/components/slimproto/translations/sk.json b/homeassistant/components/slimproto/translations/sk.json new file mode 100644 index 00000000000..c294bc45d7c --- /dev/null +++ b/homeassistant/components/slimproto/translations/sk.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sma/translations/sk.json b/homeassistant/components/sma/translations/sk.json index 0196a2c43f3..9982c378ab8 100644 --- a/homeassistant/components/sma/translations/sk.json +++ b/homeassistant/components/sma/translations/sk.json @@ -7,7 +7,8 @@ "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", "cannot_retrieve_device_info": "\u00daspe\u0161ne pripojen\u00e9, ale nie je mo\u017en\u00e9 z\u00edska\u0165 inform\u00e1cie o zariaden\u00ed", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/solax/translations/sk.json b/homeassistant/components/solax/translations/sk.json index ba1e9330c9b..6de017f1549 100644 --- a/homeassistant/components/solax/translations/sk.json +++ b/homeassistant/components/solax/translations/sk.json @@ -1,7 +1,8 @@ { "config": { "error": { - "cannot_connect": "Nepodarilo sa pripoji\u0165" + "cannot_connect": "Nepodarilo sa pripoji\u0165", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/steam_online/translations/sk.json b/homeassistant/components/steam_online/translations/sk.json index ef684e5b4ca..98f2ba2bd63 100644 --- a/homeassistant/components/steam_online/translations/sk.json +++ b/homeassistant/components/steam_online/translations/sk.json @@ -11,6 +11,9 @@ "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { + "reauth_confirm": { + "title": "Znova overi\u0165 integr\u00e1ciu" + }, "user": { "data": { "account": "ID \u00fa\u010dtu Steam", diff --git a/homeassistant/components/steamist/translations/sk.json b/homeassistant/components/steamist/translations/sk.json index 65a40c229d6..6b15f865c42 100644 --- a/homeassistant/components/steamist/translations/sk.json +++ b/homeassistant/components/steamist/translations/sk.json @@ -7,7 +7,8 @@ "no_devices_found": "V sieti sa nena\u0161li \u017eiadne zariadenia" }, "error": { - "cannot_connect": "Nepodarilo sa pripoji\u0165" + "cannot_connect": "Nepodarilo sa pripoji\u0165", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "flow_title": "{name} ({ipaddress})", "step": { diff --git a/homeassistant/components/switch/translations/sk.json b/homeassistant/components/switch/translations/sk.json index 297ea3159d0..b818661ddc0 100644 --- a/homeassistant/components/switch/translations/sk.json +++ b/homeassistant/components/switch/translations/sk.json @@ -1,9 +1,14 @@ { "device_automation": { "action_type": { + "toggle": "Prepn\u00fa\u0165 {entity_name}", "turn_off": "Vypn\u00fa\u0165 {entity_name}", "turn_on": "Zapn\u00fa\u0165 {entity_name}" }, + "condition_type": { + "is_off": "{entity_name} je vypnut\u00e9", + "is_on": "{entity_name} je zapnut\u00e9" + }, "trigger_type": { "changed_states": "{entity_name} zapnut\u00e9 alebo vypnut\u00e9", "turned_off": "{entity_name} vypnut\u00e1", diff --git a/homeassistant/components/tado/translations/sk.json b/homeassistant/components/tado/translations/sk.json index 1ed85afb928..7154594db1f 100644 --- a/homeassistant/components/tado/translations/sk.json +++ b/homeassistant/components/tado/translations/sk.json @@ -5,12 +5,14 @@ }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { "data": { - "password": "Heslo" + "password": "Heslo", + "username": "Pou\u017e\u00edvate\u013esk\u00e9 meno" }, "title": "Pripojte sa k svojmu \u00fa\u010dtu Tado" } diff --git a/homeassistant/components/tankerkoenig/translations/sk.json b/homeassistant/components/tankerkoenig/translations/sk.json index 0be1d37c18b..ec3cf219473 100644 --- a/homeassistant/components/tankerkoenig/translations/sk.json +++ b/homeassistant/components/tankerkoenig/translations/sk.json @@ -21,6 +21,7 @@ "user": { "data": { "api_key": "API k\u013e\u00fa\u010d", + "fuel_types": "Druhy paliva", "location": "Umiestnenie", "radius": "Polomer vyh\u013ead\u00e1vania" } diff --git a/homeassistant/components/tellduslive/translations/sk.json b/homeassistant/components/tellduslive/translations/sk.json index e0af50871da..8dc8297a857 100644 --- a/homeassistant/components/tellduslive/translations/sk.json +++ b/homeassistant/components/tellduslive/translations/sk.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1", "authorize_url_timeout": "\u010casov\u00fd limit generovania autorizovanej adresy URL.", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba", "unknown_authorize_url_generation": "Nezn\u00e1ma chyba pri generovan\u00ed autorizovanej adresy URL." }, "error": { diff --git a/homeassistant/components/text/translations/it.json b/homeassistant/components/text/translations/it.json new file mode 100644 index 00000000000..c847eb8a35b --- /dev/null +++ b/homeassistant/components/text/translations/it.json @@ -0,0 +1,8 @@ +{ + "device_automation": { + "action_type": { + "set_value": "Imposta valore per {entity_name}" + } + }, + "title": "Testo" +} \ No newline at end of file diff --git a/homeassistant/components/threshold/translations/sk.json b/homeassistant/components/threshold/translations/sk.json index fcfc77b7cf2..f0106e4fe31 100644 --- a/homeassistant/components/threshold/translations/sk.json +++ b/homeassistant/components/threshold/translations/sk.json @@ -3,7 +3,8 @@ "step": { "user": { "data": { - "entity_id": "Vstupn\u00fd sn\u00edma\u010d" + "entity_id": "Vstupn\u00fd sn\u00edma\u010d", + "hysteresis": "Hyster\u00e9za" } } } @@ -12,7 +13,8 @@ "step": { "init": { "data": { - "entity_id": "Vstupn\u00fd sn\u00edma\u010d" + "entity_id": "Vstupn\u00fd sn\u00edma\u010d", + "hysteresis": "Hyster\u00e9za" } } } diff --git a/homeassistant/components/trafikverket_ferry/translations/sk.json b/homeassistant/components/trafikverket_ferry/translations/sk.json index 6c2b006092a..5d52414ffcf 100644 --- a/homeassistant/components/trafikverket_ferry/translations/sk.json +++ b/homeassistant/components/trafikverket_ferry/translations/sk.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd" + "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", diff --git a/homeassistant/components/trafikverket_train/translations/sk.json b/homeassistant/components/trafikverket_train/translations/sk.json index f04bf4d5e32..7924cd0d854 100644 --- a/homeassistant/components/trafikverket_train/translations/sk.json +++ b/homeassistant/components/trafikverket_train/translations/sk.json @@ -1,11 +1,13 @@ { "config": { "abort": { - "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd" + "already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd", + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "incorrect_api_key": "Neplatn\u00fd k\u013e\u00fa\u010d API pre vybran\u00e9 konto" + "incorrect_api_key": "Neplatn\u00fd k\u013e\u00fa\u010d API pre vybran\u00e9 konto", + "invalid_auth": "Neplatn\u00e9 overenie" }, "step": { "reauth_confirm": { diff --git a/homeassistant/components/tuya/translations/cs.json b/homeassistant/components/tuya/translations/cs.json index 0364baac560..f58ac158665 100644 --- a/homeassistant/components/tuya/translations/cs.json +++ b/homeassistant/components/tuya/translations/cs.json @@ -13,5 +13,28 @@ "description": "Zadejte sv\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje k Tuya." } } + }, + "entity": { + "select": { + "basic_nightvision": { + "state": { + "1": "Vypnuto", + "2": "Zapnuto" + } + }, + "light_mode": { + "state": { + "none": "Vypnuto" + } + }, + "relay_status": { + "state": { + "off": "Vypnuto", + "on": "Zapnuto", + "power_off": "Vypnuto", + "power_on": "Zapnuto" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/es.json b/homeassistant/components/tuya/translations/es.json index 0763ca77320..70da25cee6b 100644 --- a/homeassistant/components/tuya/translations/es.json +++ b/homeassistant/components/tuya/translations/es.json @@ -164,6 +164,52 @@ "middle": "Medio", "small": "Peque\u00f1o" } + }, + "vacuum_mode": { + "state": { + "bow": "Arco", + "chargego": "Volver a la base", + "left_bow": "Arco a la izquierda", + "left_spiral": "Espiral izquierda", + "mop": "Fregar", + "part": "Parte", + "partial_bow": "Arco parcialmente", + "pick_zone": "Elegir zona", + "point": "Punto", + "pose": "Pose", + "random": "Aleatorio", + "right_bow": "Arco a la derecha", + "right_spiral": "Espiral derecha", + "single": "\u00danico", + "smart": "Inteligente", + "spiral": "Espiral", + "standby": "En espera", + "wall_follow": "Seguir el muro", + "zone": "Zona" + } + } + }, + "sensor": { + "air_quality": { + "state": { + "good": "Bueno", + "great": "Excelente", + "mild": "Moderado", + "severe": "Severo" + } + }, + "status": { + "state": { + "boiling_temp": "Temperatura de ebullici\u00f3n", + "cooling": "Refrigeraci\u00f3n", + "heating": "Calefacci\u00f3n", + "heating_temp": "Temperatura de calefacci\u00f3n", + "reserve_1": "Reserva 1", + "reserve_2": "Reserva 2", + "reserve_3": "Reserva 3", + "standby": "En espera", + "warm": "Conservaci\u00f3n del calor" + } } } } diff --git a/homeassistant/components/tuya/translations/hu.json b/homeassistant/components/tuya/translations/hu.json index 37414cbebf9..af869ab6981 100644 --- a/homeassistant/components/tuya/translations/hu.json +++ b/homeassistant/components/tuya/translations/hu.json @@ -16,5 +16,201 @@ "description": "Adja meg Tuya hiteles\u00edt\u0151 adatait." } } + }, + "entity": { + "select": { + "basic_anti_flicker": { + "state": { + "0": "Letiltva", + "1": "50 Hz", + "2": "60 Hz" + } + }, + "basic_nightvision": { + "state": { + "0": "Automatikus", + "1": "Ki", + "2": "Be" + } + }, + "countdown": { + "state": { + "1h": "1 \u00f3ra", + "2h": "2 \u00f3ra", + "3h": "3 \u00f3ra", + "4h": "4 \u00f3ra", + "5h": "5 \u00f3ra", + "6h": "6 \u00f3ra", + "cancel": "M\u00e9gse" + } + }, + "curtain_mode": { + "state": { + "morning": "Reggel", + "night": "\u00c9jszaka" + } + }, + "curtain_motor_mode": { + "state": { + "back": "Vissza", + "forward": "El\u0151re" + } + }, + "decibel_sensitivity": { + "state": { + "0": "Alacsony \u00e9rz\u00e9kenys\u00e9g", + "1": "Magas \u00e9rz\u00e9kenys\u00e9g" + } + }, + "fan_angle": { + "state": { + "30": "30\u00b0", + "60": "60\u00b0", + "90": "90\u00b0" + } + }, + "fingerbot_mode": { + "state": { + "click": "Lenyom\u00e1s", + "switch": "Kapcsol\u00f3" + } + }, + "humidifier_level": { + "state": { + "level_1": "1. szint", + "level_10": "10. szint", + "level_2": "2. szint", + "level_3": "3. szint", + "level_4": "4. szint", + "level_5": "5. szint", + "level_6": "6. szint", + "level_7": "7. szint", + "level_8": "8. szint", + "level_9": "9. szint" + } + }, + "humidifier_moodlighting": { + "state": { + "1": "1. hangulat", + "2": "2. hangulat", + "3": "3. hangulat", + "4": "4. hangulat", + "5": "5. hangulat" + } + }, + "humidifier_spray_mode": { + "state": { + "auto": "Automatikus", + "health": "Eg\u00e9szs\u00e9ges", + "humidity": "P\u00e1r\u00e1s", + "sleep": "Alv\u00e1s", + "work": "Munka" + } + }, + "ipc_work_mode": { + "state": { + "0": "Alacsony fogyaszt\u00e1s\u00fa m\u00f3d", + "1": "Folyamatos \u00fczemm\u00f3d" + } + }, + "led_type": { + "state": { + "halogen": "Halog\u00e9n", + "incandescent": "Izz\u00f3", + "led": "LED" + } + }, + "light_mode": { + "state": { + "none": "Ki", + "pos": "A kapcsol\u00f3 hely\u00e9nek jelz\u00e9se", + "relay": "Be-/kikapcsolt \u00e1llapot jelz\u00e9se" + } + }, + "motion_sensitivity": { + "state": { + "0": "Alacsony \u00e9rz\u00e9kenys\u00e9g", + "1": "K\u00f6zepes \u00e9rz\u00e9kenys\u00e9g", + "2": "Magas \u00e9rz\u00e9kenys\u00e9g" + } + }, + "record_mode": { + "state": { + "1": "Csak esem\u00e9nyek r\u00f6gz\u00edt\u00e9se", + "2": "Folyamatos felv\u00e9tel" + } + }, + "relay_status": { + "state": { + "last": "Utols\u00f3 \u00e1llapot megjegyz\u00e9se", + "memory": "Utols\u00f3 \u00e1llapot megjegyz\u00e9se", + "off": "Ki", + "on": "Be", + "power_off": "Ki", + "power_on": "Be" + } + }, + "vacuum_cistern": { + "state": { + "closed": "Z\u00e1rva", + "high": "Magas", + "low": "Alacsony", + "middle": "K\u00f6zepes" + } + }, + "vacuum_collection": { + "state": { + "large": "Sok", + "middle": "K\u00f6zepes", + "small": "Kev\u00e9s" + } + }, + "vacuum_mode": { + "state": { + "bow": "Bow", + "chargego": "Dokkol\u00e1s", + "left_bow": "Bow balra", + "left_spiral": "Spir\u00e1l balra", + "mop": "Mop", + "part": "R\u00e9sz", + "partial_bow": "Bow R\u00e9szben", + "pick_zone": "Z\u00f3na kiv\u00e1laszt\u00e1s", + "point": "Pont", + "pose": "P\u00f3z", + "random": "V\u00e9letlenszer\u0171", + "right_bow": "Bow Jobbra", + "right_spiral": "Spir\u00e1l jobbra", + "single": "Egyszeri", + "smart": "Okos", + "spiral": "Spir\u00e1l", + "standby": "K\u00e9szenl\u00e9tben", + "wall_follow": "Fal ment\u00e9n", + "zone": "Z\u00f3na" + } + } + }, + "sensor": { + "air_quality": { + "state": { + "good": "J\u00f3", + "great": "Nagyszer\u0171", + "mild": "Enyhe", + "severe": "S\u00falyos" + } + }, + "status": { + "state": { + "boiling_temp": "Forral\u00e1si h\u0151m\u00e9rs\u00e9klet", + "cooling": "H\u0171t\u00e9s", + "heating": "F\u0171t\u00e9s", + "heating_temp": "F\u0171t\u00e9si h\u0151m\u00e9rs\u00e9klet", + "reserve_1": "1. tartal\u00e9k", + "reserve_2": "2. tartal\u00e9k", + "reserve_3": "3. tartal\u00e9k", + "standby": "K\u00e9szenl\u00e9tben", + "warm": "H\u0151megtart\u00e1s" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/it.json b/homeassistant/components/tuya/translations/it.json index f8013882fb2..a7844b46b69 100644 --- a/homeassistant/components/tuya/translations/it.json +++ b/homeassistant/components/tuya/translations/it.json @@ -16,5 +16,201 @@ "description": "Inserisci le tue credenziali Tuya" } } + }, + "entity": { + "select": { + "basic_anti_flicker": { + "state": { + "0": "Disabilitato", + "1": "50 Hz", + "2": "60 Hz" + } + }, + "basic_nightvision": { + "state": { + "0": "Automatico", + "1": "Spento", + "2": "Acceso" + } + }, + "countdown": { + "state": { + "1h": "1 ora", + "2h": "2 ore", + "3h": "3 ore", + "4h": "4 ore", + "5h": "5 ore", + "6h": "6 ore", + "cancel": "Annulla" + } + }, + "curtain_mode": { + "state": { + "morning": "Mattina", + "night": "Notte" + } + }, + "curtain_motor_mode": { + "state": { + "back": "Indietro", + "forward": "Avanti" + } + }, + "decibel_sensitivity": { + "state": { + "0": "Bassa sensibilit\u00e0", + "1": "Alta sensibilit\u00e0" + } + }, + "fan_angle": { + "state": { + "30": "30\u00b0", + "60": "60\u00b0", + "90": "90\u00b0" + } + }, + "fingerbot_mode": { + "state": { + "click": "Premi", + "switch": "Commuta" + } + }, + "humidifier_level": { + "state": { + "level_1": "Livello 1", + "level_10": "Livello 10", + "level_2": "Livello 2", + "level_3": "Livello 3", + "level_4": "Livello 4", + "level_5": "Livello 5", + "level_6": "Livello 6", + "level_7": "Livello 7", + "level_8": "Livello 8", + "level_9": "Livello 9" + } + }, + "humidifier_moodlighting": { + "state": { + "1": "Umore 1", + "2": "Umore 2", + "3": "Umore 3", + "4": "Umore 4", + "5": "Umore 5" + } + }, + "humidifier_spray_mode": { + "state": { + "auto": "Auto", + "health": "Salute", + "humidity": "Umidit\u00e0", + "sleep": "Sonno", + "work": "Lavoro" + } + }, + "ipc_work_mode": { + "state": { + "0": "Modalit\u00e0 a basso consumo", + "1": "Modalit\u00e0 di lavoro continuo" + } + }, + "led_type": { + "state": { + "halogen": "Alogena", + "incandescent": "Incandescenza", + "led": "LED" + } + }, + "light_mode": { + "state": { + "none": "Spento", + "pos": "Indicare la posizione dell'interruttore", + "relay": "Indica lo stato di accensione/spegnimento dell'interruttore" + } + }, + "motion_sensitivity": { + "state": { + "0": "Bassa sensibilit\u00e0", + "1": "Sensibilit\u00e0 media", + "2": "Alta sensibilit\u00e0" + } + }, + "record_mode": { + "state": { + "1": "Registra solo gli eventi", + "2": "Registrazione continua" + } + }, + "relay_status": { + "state": { + "last": "Ricorda l'ultimo stato", + "memory": "Ricorda l'ultimo stato", + "off": "Spento", + "on": "Acceso", + "power_off": "Spento", + "power_on": "Acceso" + } + }, + "vacuum_cistern": { + "state": { + "closed": "Chiuso", + "high": "Alto", + "low": "Basso", + "middle": "Medio" + } + }, + "vacuum_collection": { + "state": { + "large": "Largo", + "middle": "Medio", + "small": "Piccolo" + } + }, + "vacuum_mode": { + "state": { + "bow": "Arco", + "chargego": "Ritorna alla base", + "left_bow": "Arco a sinistra", + "left_spiral": "Spirale a sinistra", + "mop": "Mocio", + "part": "Parte", + "partial_bow": "Arco Parziale", + "pick_zone": "Zona di prelievo", + "point": "Punto", + "pose": "Posa", + "random": "Casuale", + "right_bow": "Arco a destra", + "right_spiral": "Spirale a destra", + "single": "Singolo", + "smart": "Inteligente", + "spiral": "Spirale", + "standby": "Pausa", + "wall_follow": "Segui il muro", + "zone": "Zona" + } + } + }, + "sensor": { + "air_quality": { + "state": { + "good": "Buono", + "great": "Grande", + "mild": "Lieve", + "severe": "Grave" + } + }, + "status": { + "state": { + "boiling_temp": "Temperatura di ebollizione", + "cooling": "Raffreddamento", + "heating": "Riscaldamento", + "heating_temp": "Temperatura di riscaldamento", + "reserve_1": "Riserva 1", + "reserve_2": "Riserva 2", + "reserve_3": "Riserva 3", + "standby": "Pausa", + "warm": "Conservazione del calore" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/sk.json b/homeassistant/components/tuya/translations/sk.json index 267c2bef955..73c59e8b516 100644 --- a/homeassistant/components/tuya/translations/sk.json +++ b/homeassistant/components/tuya/translations/sk.json @@ -8,7 +8,90 @@ "user": { "data": { "country_code": "Krajina", - "password": "Heslo" + "password": "Heslo", + "username": "\u00da\u010det" + } + } + } + }, + "entity": { + "select": { + "basic_anti_flicker": { + "state": { + "0": "Zak\u00e1zan\u00e9", + "1": "50 Hz", + "2": "60 Hz" + } + }, + "basic_nightvision": { + "state": { + "1": "Neakt\u00edvny", + "2": "Akt\u00edvny" + } + }, + "countdown": { + "state": { + "1h": "1 hodina", + "2h": "2 hodiny", + "3h": "3 hodiny", + "4h": "4 hodiny", + "5h": "5 hod\u00edn", + "6h": "6 hod\u00edn", + "cancel": "Zru\u0161i\u0165" + } + }, + "curtain_mode": { + "state": { + "morning": "R\u00e1no", + "night": "Noc" + } + }, + "fan_angle": { + "state": { + "30": "30\u00b0", + "60": "60\u00b0", + "90": "90\u00b0" + } + }, + "humidifier_spray_mode": { + "state": { + "humidity": "Vlhkos\u0165" + } + }, + "led_type": { + "state": { + "halogen": "Halog\u00e9n", + "incandescent": "\u017diarovka", + "led": "LED" + } + }, + "light_mode": { + "state": { + "none": "Neakt\u00edvny" + } + }, + "record_mode": { + "state": { + "2": "Nepretr\u017eit\u00e9 nahr\u00e1vanie" + } + }, + "relay_status": { + "state": { + "last": "Zapam\u00e4ta\u0165 posledn\u00fd stav", + "memory": "Zapam\u00e4ta\u0165 posledn\u00fd stav", + "off": "Neakt\u00edvny", + "on": "Akt\u00edvny", + "power_off": "Neakt\u00edvny", + "power_on": "Akt\u00edvny" + } + } + }, + "sensor": { + "status": { + "state": { + "cooling": "Chladenie", + "heating": "Vykurovanie", + "heating_temp": "Teplota vykurovania" } } } diff --git a/homeassistant/components/twentemilieu/translations/sk.json b/homeassistant/components/twentemilieu/translations/sk.json index 19ca82036c5..5f1226e43ec 100644 --- a/homeassistant/components/twentemilieu/translations/sk.json +++ b/homeassistant/components/twentemilieu/translations/sk.json @@ -10,7 +10,8 @@ "step": { "user": { "data": { - "house_number": "\u010d\u00edslo domu" + "house_number": "\u010d\u00edslo domu", + "post_code": "Po\u0161tov\u00e9 smerovacie \u010d\u00edslo" } } } diff --git a/homeassistant/components/ukraine_alarm/translations/sk.json b/homeassistant/components/ukraine_alarm/translations/sk.json index 04a10161b8b..a23cff65507 100644 --- a/homeassistant/components/ukraine_alarm/translations/sk.json +++ b/homeassistant/components/ukraine_alarm/translations/sk.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Umiestnenie u\u017e je nakonfigurovan\u00e9", "cannot_connect": "Nepodarilo sa pripoji\u0165", + "rate_limit": "Pr\u00edli\u0161 ve\u013ea po\u017eiadaviek", "timeout": "\u010casov\u00fd limit na nadviazanie spojenia", "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, diff --git a/homeassistant/components/unifiprotect/translations/it.json b/homeassistant/components/unifiprotect/translations/it.json index d37fbcea83c..f4cc2735fb0 100644 --- a/homeassistant/components/unifiprotect/translations/it.json +++ b/homeassistant/components/unifiprotect/translations/it.json @@ -42,6 +42,10 @@ } }, "issues": { + "deprecate_smart_sensor": { + "description": "Il sensore unificato \"Oggetto rilevato\" per i rilevamenti intelligenti \u00e8 ora deprecato. \u00c8 stato sostituito con singoli sensori binari di rilevamento intelligente per ogni tipo di rilevamento intelligente. Si prega di aggiornare eventuali modelli o automazioni di conseguenza.", + "title": "Sensore di rilevamento intelligente deprecato" + }, "ea_setup_failed": { "description": "Stai utilizzando v{version} di UniFi Protect che \u00e8 una versione ad accesso anticipato. Si \u00e8 verificato un errore irreversibile durante il tentativo di caricare l'integrazione. [Esegui la retrocessione ad una versione stabile](https://www.home-assistant.io/integrations/unifiprotect#downgrading-unifi-protect) di UniFi Protect per continuare ad utilizzare l'integrazione. \n\nErrore: {error}", "title": "Errore di configurazione durante l'utilizzo della versione ad accesso anticipato" diff --git a/homeassistant/components/unifiprotect/translations/sensor.hu.json b/homeassistant/components/unifiprotect/translations/sensor.hu.json new file mode 100644 index 00000000000..9ba039dc5f1 --- /dev/null +++ b/homeassistant/components/unifiprotect/translations/sensor.hu.json @@ -0,0 +1,7 @@ +{ + "state": { + "unifiprotect__license_plate": { + "none": "Nincs" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/unifiprotect/translations/sensor.it.json b/homeassistant/components/unifiprotect/translations/sensor.it.json new file mode 100644 index 00000000000..cf4af874125 --- /dev/null +++ b/homeassistant/components/unifiprotect/translations/sensor.it.json @@ -0,0 +1,7 @@ +{ + "state": { + "unifiprotect__license_plate": { + "none": "Libero" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/verisure/translations/sk.json b/homeassistant/components/verisure/translations/sk.json index 33dc3546d09..19764df5dcc 100644 --- a/homeassistant/components/verisure/translations/sk.json +++ b/homeassistant/components/verisure/translations/sk.json @@ -5,7 +5,8 @@ "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" }, "error": { - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "installation": { diff --git a/homeassistant/components/vizio/translations/sk.json b/homeassistant/components/vizio/translations/sk.json index b43555b8eec..f82f35abb2c 100644 --- a/homeassistant/components/vizio/translations/sk.json +++ b/homeassistant/components/vizio/translations/sk.json @@ -13,6 +13,12 @@ "pin": "PIN k\u00f3d" } }, + "pairing_complete": { + "title": "P\u00e1rovanie dokon\u010den\u00e9" + }, + "pairing_complete_import": { + "title": "P\u00e1rovanie dokon\u010den\u00e9" + }, "user": { "data": { "access_token": "Pr\u00edstupov\u00fd token", diff --git a/homeassistant/components/vlc_telnet/translations/sk.json b/homeassistant/components/vlc_telnet/translations/sk.json index 875dff682d3..97101192e15 100644 --- a/homeassistant/components/vlc_telnet/translations/sk.json +++ b/homeassistant/components/vlc_telnet/translations/sk.json @@ -4,11 +4,13 @@ "already_configured": "Slu\u017eba u\u017e je nakonfigurovan\u00e1", "cannot_connect": "Nepodarilo sa pripoji\u0165", "invalid_auth": "Neplatn\u00e9 overenie", - "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9" + "reauth_successful": "Op\u00e4tovn\u00e9 overenie bolo \u00faspe\u0161n\u00e9", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "error": { "cannot_connect": "Nepodarilo sa pripoji\u0165", - "invalid_auth": "Neplatn\u00e9 overenie" + "invalid_auth": "Neplatn\u00e9 overenie", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "flow_title": "{host}", "step": { diff --git a/homeassistant/components/volumio/translations/sk.json b/homeassistant/components/volumio/translations/sk.json index 26921034b40..47c2f25eaaa 100644 --- a/homeassistant/components/volumio/translations/sk.json +++ b/homeassistant/components/volumio/translations/sk.json @@ -5,7 +5,8 @@ "cannot_connect": "Ned\u00e1 sa pripoji\u0165 k objavenej Volumio" }, "error": { - "cannot_connect": "Nepodarilo sa pripoji\u0165" + "cannot_connect": "Nepodarilo sa pripoji\u0165", + "unknown": "Neo\u010dak\u00e1van\u00e1 chyba" }, "step": { "user": { diff --git a/homeassistant/components/water_heater/translations/sk.json b/homeassistant/components/water_heater/translations/sk.json index 61841c12639..2764cf5b49e 100644 --- a/homeassistant/components/water_heater/translations/sk.json +++ b/homeassistant/components/water_heater/translations/sk.json @@ -1,6 +1,15 @@ { + "device_automation": { + "action_type": { + "turn_off": "Vypn\u00fa\u0165 {entity_name}", + "turn_on": "Zapn\u00fa\u0165 {entity_name}" + } + }, "state": { "_": { + "electric": "Elektrick\u00e9", + "gas": "Plyn", + "heat_pump": "Tepeln\u00e9 \u010derpadlo", "off": "Neakt\u00edvny" } } diff --git a/homeassistant/components/waze_travel_time/translations/sk.json b/homeassistant/components/waze_travel_time/translations/sk.json index 6eef223b1a1..480024baa54 100644 --- a/homeassistant/components/waze_travel_time/translations/sk.json +++ b/homeassistant/components/waze_travel_time/translations/sk.json @@ -18,7 +18,10 @@ "step": { "init": { "data": { - "units": "Jednotky" + "avoid_ferries": "Vyhn\u00fa\u0165 sa trajektom?", + "avoid_toll_roads": "Vyhn\u00fa\u0165 sa spoplatnen\u00fdm cest\u00e1m?", + "units": "Jednotky", + "vehicle_type": "Typ vozidla" } } } diff --git a/homeassistant/components/withings/translations/sk.json b/homeassistant/components/withings/translations/sk.json index 218c7d4bec7..046996ff25d 100644 --- a/homeassistant/components/withings/translations/sk.json +++ b/homeassistant/components/withings/translations/sk.json @@ -20,7 +20,8 @@ "profile": { "data": { "profile": "N\u00e1zov profilu" - } + }, + "title": "U\u017e\u00edvate\u013esk\u00fd profil." }, "reauth_confirm": { "title": "Znova overi\u0165 integr\u00e1ciu" diff --git a/homeassistant/components/wolflink/translations/sensor.sk.json b/homeassistant/components/wolflink/translations/sensor.sk.json index 0ad86ee29b6..35426791504 100644 --- a/homeassistant/components/wolflink/translations/sensor.sk.json +++ b/homeassistant/components/wolflink/translations/sensor.sk.json @@ -1,6 +1,7 @@ { "state": { "wolflink__state": { + "antilegionellenfunktion": "Anti-legionella funkcia", "aus": "Zak\u00e1zan\u00e9", "bereit_keine_ladung": "Pripraven\u00e9, nena\u010d\u00edtava sa", "cooling": "Chladenie", diff --git a/homeassistant/components/yamaha_musiccast/translations/select.sk.json b/homeassistant/components/yamaha_musiccast/translations/select.sk.json index 1e344784685..a053ad1a09f 100644 --- a/homeassistant/components/yamaha_musiccast/translations/select.sk.json +++ b/homeassistant/components/yamaha_musiccast/translations/select.sk.json @@ -1,5 +1,8 @@ { "state": { + "yamaha_musiccast__zone_link_audio_delay": { + "balanced": "Vyv\u00e1\u017een\u00fd" + }, "yamaha_musiccast__zone_link_audio_quality": { "compressed": "Komprimovan\u00e9", "uncompressed": "Nekomprimovan\u00e9" @@ -8,7 +11,14 @@ "120 min": "120 min\u00fat", "30 min": "30 min\u00fat", "60 min": "60 min\u00fat", - "90 min": "90 min\u00fat" + "90 min": "90 min\u00fat", + "off": "Vypnut\u00e9" + }, + "yamaha_musiccast__zone_surr_decoder_type": { + "dolby_surround": "Dolby Surround" + }, + "yamaha_musiccast__zone_tone_control_mode": { + "manual": "Ru\u010dne" } } } \ No newline at end of file diff --git a/homeassistant/components/zha/translations/sk.json b/homeassistant/components/zha/translations/sk.json index 92aadf99e8b..ef410bb5ca8 100644 --- a/homeassistant/components/zha/translations/sk.json +++ b/homeassistant/components/zha/translations/sk.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "not_zha_device": "Toto zariadenie nie je zariadenie zha", "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia." }, "error": { @@ -26,16 +27,36 @@ "choose_serial_port": { "data": { "path": "Cesta s\u00e9riov\u00e9ho zariadenia" - } + }, + "title": "Vyberte s\u00e9riov\u00fd port" }, "confirm": { "description": "Chcete nastavi\u0165 {name}?" }, "confirm_hardware": { "description": "Chcete nastavi\u0165 {name}?" + }, + "manual_port_config": { + "data": { + "baudrate": "r\u00fdchlos\u0165 portu", + "path": "Cesta s\u00e9riov\u00e9ho zariadenia" + }, + "description": "Zadajte nastavenia s\u00e9riov\u00e9ho portu", + "title": "Nastavenia s\u00e9riov\u00e9ho portu" + }, + "upload_manual_backup": { + "data": { + "uploaded_backup_file": "Nahrajte s\u00fabor" + }, + "title": "Nahratie manu\u00e1lnej z\u00e1lohy" } } }, + "config_panel": { + "zha_options": { + "title": "Glob\u00e1lne mo\u017enosti" + } + }, "device_automation": { "trigger_subtype": { "both_buttons": "Obe tla\u010didl\u00e1", @@ -49,10 +70,12 @@ "left": "V\u013eavo", "open": "Otvori\u0165", "right": "Vpravo", - "turn_off": "Vypn\u00fa\u0165" + "turn_off": "Vypn\u00fa\u0165", + "turn_on": "Zapn\u00fa\u0165" }, "trigger_type": { "device_offline": "Zariadenie je offline", + "device_shaken": "Zariadenie sa zatriaslo", "remote_button_alt_double_press": "dvojit\u00e9 kliknutie na tla\u010didlo \u201e{subtype}\u201c (Alternat\u00edvny re\u017eim)", "remote_button_alt_long_press": "Trvalo stla\u010den\u00e9 tla\u010didlo \u201e{subtype}\u201c (Alternat\u00edvny re\u017eim)", "remote_button_alt_long_release": "Tla\u010didlo \"{subtype}\" uvo\u013enen\u00e9 po dlhom stla\u010den\u00ed (alternat\u00edvny re\u017eim)", @@ -73,6 +96,7 @@ }, "options": { "abort": { + "not_zha_device": "Toto zariadenie nie je zariadenie zha", "single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia." }, "error": { @@ -98,15 +122,30 @@ "choose_serial_port": { "data": { "path": "Cesta s\u00e9riov\u00e9ho zariadenia" - } + }, + "title": "Vyberte s\u00e9riov\u00fd port" }, "init": { "description": "Doplnok ZHA bude zastaven\u00fd. Prajete si pokra\u010dova\u0165?", "title": "Prekonfigurova\u0165 ZHA" }, + "manual_port_config": { + "data": { + "baudrate": "r\u00fdchlos\u0165 portu", + "path": "Cesta s\u00e9riov\u00e9ho zariadenia" + }, + "description": "Zadajte nastavenia s\u00e9riov\u00e9ho portu", + "title": "Nastavenia s\u00e9riov\u00e9ho portu" + }, "prompt_migrate_or_reconfigure": { "description": "Prech\u00e1dzate na nov\u00e9 r\u00e1dio alebo men\u00edte konfigur\u00e1ciu aktu\u00e1lneho r\u00e1dia?", "title": "Migr\u00e1cia alebo zmena konfigur\u00e1cie" + }, + "upload_manual_backup": { + "data": { + "uploaded_backup_file": "Nahrajte s\u00fabor" + }, + "title": "Nahratie manu\u00e1lnej z\u00e1lohy" } } }