From fa5f524fdb64fa92f8c651864a699fa94ae7a49b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 5 Dec 2021 00:14:27 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/balboa/translations/it.json | 28 +++++++++ .../binary_sensor/translations/de.json | 2 + .../binary_sensor/translations/en.json | 2 + .../binary_sensor/translations/hu.json | 2 + .../binary_sensor/translations/it.json | 2 + .../components/brunt/translations/it.json | 29 +++++++++ .../components/deconz/translations/ja.json | 11 +++- .../components/fronius/translations/bg.json | 7 ++- .../components/fronius/translations/fi.json | 10 +++ .../components/fronius/translations/hu.json | 7 ++- .../components/fronius/translations/it.json | 25 ++++++++ .../components/fronius/translations/ja.json | 7 ++- .../components/fronius/translations/nl.json | 7 ++- .../components/fronius/translations/tr.json | 7 ++- .../fronius/translations/zh-Hant.json | 7 ++- .../components/hue/translations/it.json | 12 +++- .../components/knx/translations/it.json | 63 +++++++++++++++++++ .../components/konnected/translations/it.json | 1 + .../components/mill/translations/it.json | 16 ++++- .../components/nam/translations/it.json | 21 ++++++- .../components/nest/translations/it.json | 13 +++- .../components/tailscale/translations/it.json | 26 ++++++++ .../components/tailscale/translations/ja.json | 6 +- .../tesla_wall_connector/translations/it.json | 30 +++++++++ .../components/tolo/translations/it.json | 23 +++++++ .../tolo/translations/select.it.json | 8 +++ .../tractive/translations/sensor.hu.json | 10 +++ .../tractive/translations/sensor.it.json | 10 +++ .../translations/hu.json | 6 ++ .../translations/it.json | 23 +++++++ .../tuya/translations/select.it.json | 4 ++ .../components/unifi/translations/it.json | 14 ++--- .../wled/translations/select.it.json | 9 +++ .../yale_smart_alarm/translations/it.json | 3 +- .../components/zha/translations/ja.json | 2 +- 35 files changed, 430 insertions(+), 23 deletions(-) create mode 100644 homeassistant/components/balboa/translations/it.json create mode 100644 homeassistant/components/brunt/translations/it.json create mode 100644 homeassistant/components/fronius/translations/fi.json create mode 100644 homeassistant/components/fronius/translations/it.json create mode 100644 homeassistant/components/knx/translations/it.json create mode 100644 homeassistant/components/tailscale/translations/it.json create mode 100644 homeassistant/components/tesla_wall_connector/translations/it.json create mode 100644 homeassistant/components/tolo/translations/it.json create mode 100644 homeassistant/components/tolo/translations/select.it.json create mode 100644 homeassistant/components/tractive/translations/sensor.hu.json create mode 100644 homeassistant/components/tractive/translations/sensor.it.json create mode 100644 homeassistant/components/trafikverket_weatherstation/translations/it.json create mode 100644 homeassistant/components/wled/translations/select.it.json diff --git a/homeassistant/components/balboa/translations/it.json b/homeassistant/components/balboa/translations/it.json new file mode 100644 index 00000000000..f9be4a44187 --- /dev/null +++ b/homeassistant/components/balboa/translations/it.json @@ -0,0 +1,28 @@ +{ + "config": { + "abort": { + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "unknown": "Errore imprevisto" + }, + "step": { + "user": { + "data": { + "host": "Host" + }, + "title": "Connettiti al dispositivo Wi-Fi Balboa" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "sync_time": "Mantieni sincronizzato l'orario del tuo client Balboa Spa con Home Assistant" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/de.json b/homeassistant/components/binary_sensor/translations/de.json index f6a124b5a0c..c84a91e32a5 100644 --- a/homeassistant/components/binary_sensor/translations/de.json +++ b/homeassistant/components/binary_sensor/translations/de.json @@ -84,6 +84,7 @@ "not_powered": "{entity_name} nicht mit Strom versorgt", "not_present": "{entity_name} nicht anwesend", "not_running": "{entity_name} wird nicht mehr ausgef\u00fchrt", + "not_tampered": "{entity_name} hat aufgeh\u00f6rt, Manipulationen zu erkennen", "not_unsafe": "{entity_name} wurde sicher", "occupied": "{entity_name} wurde besch\u00e4ftigt / besetzt", "opened": "{entity_name} ge\u00f6ffnet", @@ -94,6 +95,7 @@ "running": "{entity_name} ausgef\u00fchrt", "smoke": "{entity_name} detektiert Rauch", "sound": "{entity_name} detektiert Ger\u00e4usche", + "tampered": "{entity_name} hat begonnen, Manipulationen zu erkennen", "turned_off": "{entity_name} ausgeschaltet", "turned_on": "{entity_name} eingeschaltet", "unsafe": "{entity_name} ist unsicher", diff --git a/homeassistant/components/binary_sensor/translations/en.json b/homeassistant/components/binary_sensor/translations/en.json index 80da967cf8b..a094b001c5a 100644 --- a/homeassistant/components/binary_sensor/translations/en.json +++ b/homeassistant/components/binary_sensor/translations/en.json @@ -84,6 +84,7 @@ "not_powered": "{entity_name} not powered", "not_present": "{entity_name} not present", "not_running": "{entity_name} is no longer running", + "not_tampered": "{entity_name} stopped detecting tampering", "not_unsafe": "{entity_name} became safe", "occupied": "{entity_name} became occupied", "opened": "{entity_name} opened", @@ -94,6 +95,7 @@ "running": "{entity_name} started running", "smoke": "{entity_name} started detecting smoke", "sound": "{entity_name} started detecting sound", + "tampered": "{entity_name} started detecting tampering", "turned_off": "{entity_name} turned off", "turned_on": "{entity_name} turned on", "unsafe": "{entity_name} became unsafe", diff --git a/homeassistant/components/binary_sensor/translations/hu.json b/homeassistant/components/binary_sensor/translations/hu.json index 90fdcce7575..633a4bae372 100644 --- a/homeassistant/components/binary_sensor/translations/hu.json +++ b/homeassistant/components/binary_sensor/translations/hu.json @@ -84,6 +84,7 @@ "not_powered": "{entity_name} m\u00e1r nincs fesz\u00fcts\u00e9g alatt", "not_present": "{entity_name} m\u00e1r nincs jelen", "not_running": "{entity_name} m\u00e1r nem fut", + "not_tampered": "{entity_name} nem \u00e9szlel t\u00f6bb\u00e9 a manipul\u00e1l\u00e1st", "not_unsafe": "{entity_name} biztons\u00e1gos lett", "occupied": "{entity_name} foglalt lett", "opened": "{entity_name} ki lett nyitva", @@ -94,6 +95,7 @@ "running": "{entity_name} elindult", "smoke": "{entity_name} f\u00fcst\u00f6t \u00e9rz\u00e9kel", "sound": "{entity_name} hangot \u00e9rz\u00e9kel", + "tampered": "{entity_name} manipul\u00e1l\u00e1st \u00e9szlelt", "turned_off": "{entity_name} ki lett kapcsolva", "turned_on": "{entity_name} be lett kapcsolva", "unsafe": "{entity_name} m\u00e1r nem biztons\u00e1gos", diff --git a/homeassistant/components/binary_sensor/translations/it.json b/homeassistant/components/binary_sensor/translations/it.json index f0de143b244..6f526a12681 100644 --- a/homeassistant/components/binary_sensor/translations/it.json +++ b/homeassistant/components/binary_sensor/translations/it.json @@ -84,6 +84,7 @@ "not_powered": "{entity_name} non \u00e8 alimentato", "not_present": "{entity_name} non \u00e8 presente", "not_running": "{entity_name} non \u00e8 pi\u00f9 in funzione", + "not_tampered": "{entity_name} ha smesso di rilevare manomissioni", "not_unsafe": "{entity_name} \u00e8 diventato sicuro", "occupied": "{entity_name} \u00e8 diventato occupato", "opened": "{entity_name} \u00e8 aperto", @@ -94,6 +95,7 @@ "running": "{entity_name} ha iniziato a funzionare", "smoke": "{entity_name} ha iniziato la rilevazione di fumo", "sound": "{entity_name} ha iniziato il rilevamento del suono", + "tampered": "{entity_name} ha iniziato a rilevare manomissioni", "turned_off": "{entity_name} disattivato", "turned_on": "{entity_name} attivato", "unsafe": "{entity_name} diventato non sicuro", diff --git a/homeassistant/components/brunt/translations/it.json b/homeassistant/components/brunt/translations/it.json new file mode 100644 index 00000000000..0a928af664d --- /dev/null +++ b/homeassistant/components/brunt/translations/it.json @@ -0,0 +1,29 @@ +{ + "config": { + "abort": { + "already_configured": "L'account \u00e8 gi\u00e0 configurato", + "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "invalid_auth": "Autenticazione non valida", + "unknown": "Errore imprevisto" + }, + "step": { + "reauth_confirm": { + "data": { + "password": "Password" + }, + "description": "Reinserisci la password per: {username}", + "title": "Autenticare nuovamente l'integrazione" + }, + "user": { + "data": { + "password": "Password", + "username": "Nome utente" + }, + "title": "Configura la tua integrazione Brunt" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/deconz/translations/ja.json b/homeassistant/components/deconz/translations/ja.json index 4b33589ddfc..a0c7e7b9cd4 100644 --- a/homeassistant/components/deconz/translations/ja.json +++ b/homeassistant/components/deconz/translations/ja.json @@ -66,10 +66,13 @@ "remote_awakened": "\u30c7\u30d0\u30a4\u30b9\u304c\u76ee\u899a\u3081\u305f", "remote_button_double_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u3092\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af", "remote_button_long_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u7d9a\u3051\u308b", + "remote_button_long_release": "\u9577\u62bc\u3057\u3059\u308b\u3068 \"{subtype}\" \u30dc\u30bf\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b", "remote_button_quadruple_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u30924\u56de(quadruple)\u30af\u30ea\u30c3\u30af", "remote_button_quintuple_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u30925\u56de(quintuple)\u30af\u30ea\u30c3\u30af", - "remote_button_rotated_fast": "\u30dc\u30bf\u30f3\u304c\u9ad8\u901f\u56de\u8ee2\u3059\u308b \"{subtype}\"", + "remote_button_rotated": "\u30dc\u30bf\u30f3\u304c\u56de\u8ee2\u3057\u305f \"{subtype}\"", + "remote_button_rotated_fast": "\u30dc\u30bf\u30f3\u304c\u9ad8\u901f\u56de\u8ee2\u3057\u305f \"{subtype}\"", "remote_button_short_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u304c\u62bc\u3055\u308c\u307e\u3057\u305f\u3002", + "remote_button_short_release": "\"{subtype}\" \u30dc\u30bf\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f", "remote_button_triple_press": "\"{subtype}\" \u30dc\u30bf\u30f3\u30923\u56de\u30af\u30ea\u30c3\u30af", "remote_double_tap": "\u30c7\u30d0\u30a4\u30b9 \"{subtype}\" \u304c\u30c0\u30d6\u30eb\u30bf\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f", "remote_double_tap_any_side": "\u30c7\u30d0\u30a4\u30b9\u306e\u3044\u305a\u308c\u304b\u306e\u9762\u3092\u30c0\u30d6\u30eb\u30bf\u30c3\u30d7\u3057\u305f", @@ -78,6 +81,12 @@ "remote_flip_90_degrees": "\u30c7\u30d0\u30a4\u30b9\u304c90\u5ea6\u53cd\u8ee2", "remote_gyro_activated": "\u30c7\u30d0\u30a4\u30b9\u304c\u63fa\u308c\u308b", "remote_moved_any_side": "\u30c7\u30d0\u30a4\u30b9\u304c\u4efb\u610f\u306e\u9762\u3092\u4e0a\u306b\u3057\u3066\u79fb\u52d5\u3057\u305f", + "remote_rotate_from_side_1": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 1\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", + "remote_rotate_from_side_2": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 2\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", + "remote_rotate_from_side_3": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 3\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", + "remote_rotate_from_side_4": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 4\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", + "remote_rotate_from_side_5": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 5\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", + "remote_rotate_from_side_6": "\u30c7\u30d0\u30a4\u30b9\u304c\u3001\"side 6\" \u304b\u3089 \"{subtype} \"\u306b\u56de\u8ee2\u3057\u305f", "remote_turned_clockwise": "\u30c7\u30d0\u30a4\u30b9\u304c\u6642\u8a08\u56de\u308a\u306b", "remote_turned_counter_clockwise": "\u30c7\u30d0\u30a4\u30b9\u304c\u53cd\u6642\u8a08\u56de\u308a\u306b" } diff --git a/homeassistant/components/fronius/translations/bg.json b/homeassistant/components/fronius/translations/bg.json index cbf1e2ae7c9..4c388f2ad58 100644 --- a/homeassistant/components/fronius/translations/bg.json +++ b/homeassistant/components/fronius/translations/bg.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e" + "already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e", + "invalid_host": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u0445\u043e\u0441\u0442 \u0438\u043b\u0438 IP \u0430\u0434\u0440\u0435\u0441" }, "error": { "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435", "unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 {device} \u043a\u044a\u043c Home Assistant?" + }, "user": { "data": { "host": "\u0425\u043e\u0441\u0442" diff --git a/homeassistant/components/fronius/translations/fi.json b/homeassistant/components/fronius/translations/fi.json new file mode 100644 index 00000000000..c8dd1e939ce --- /dev/null +++ b/homeassistant/components/fronius/translations/fi.json @@ -0,0 +1,10 @@ +{ + "config": { + "flow_title": "{device}", + "step": { + "confirm_discovery": { + "description": "Haluatko lis\u00e4t\u00e4 laitteen {device} Home Assistantiin?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fronius/translations/hu.json b/homeassistant/components/fronius/translations/hu.json index fc461b66121..4307a00af0e 100644 --- a/homeassistant/components/fronius/translations/hu.json +++ b/homeassistant/components/fronius/translations/hu.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van" + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van", + "invalid_host": "\u00c9rv\u00e9nytelen hosztn\u00e9v vagy IP-c\u00edm" }, "error": { "cannot_connect": "Sikertelen csatlakoz\u00e1s", "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "Szeretn\u00e9 hozz\u00e1adni Home Assistanthoz: {device}?" + }, "user": { "data": { "host": "C\u00edm" diff --git a/homeassistant/components/fronius/translations/it.json b/homeassistant/components/fronius/translations/it.json new file mode 100644 index 00000000000..271754bfc29 --- /dev/null +++ b/homeassistant/components/fronius/translations/it.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", + "invalid_host": "Nome host o indirizzo IP non valido" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "unknown": "Errore imprevisto" + }, + "flow_title": "{device}", + "step": { + "confirm_discovery": { + "description": "Vuoi aggiungere {device} a Home Assistant?" + }, + "user": { + "data": { + "host": "Host" + }, + "description": "Configurare l'indirizzo IP o il nome host locale del proprio dispositivo Fronius.", + "title": "Fronius SolarNet" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fronius/translations/ja.json b/homeassistant/components/fronius/translations/ja.json index f5d2a03874e..07c7b0c3ed4 100644 --- a/homeassistant/components/fronius/translations/ja.json +++ b/homeassistant/components/fronius/translations/ja.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059" + "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059", + "invalid_host": "\u7121\u52b9\u306a\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fIP\u30a2\u30c9\u30ec\u30b9" }, "error": { "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "{device} \u3092Home Assistant\u306b\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f" + }, "user": { "data": { "host": "\u30db\u30b9\u30c8" diff --git a/homeassistant/components/fronius/translations/nl.json b/homeassistant/components/fronius/translations/nl.json index a6aa710148b..d71683ad922 100644 --- a/homeassistant/components/fronius/translations/nl.json +++ b/homeassistant/components/fronius/translations/nl.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "Apparaat is al geconfigureerd" + "already_configured": "Apparaat is al geconfigureerd", + "invalid_host": "Ongeldige hostnaam of IP-adres" }, "error": { "cannot_connect": "Kan geen verbinding maken", "unknown": "Onverwachte fout" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "Wilt u {device} toevoegen aan Home Assistant?" + }, "user": { "data": { "host": "Host" diff --git a/homeassistant/components/fronius/translations/tr.json b/homeassistant/components/fronius/translations/tr.json index 4d5b9a173db..90cdbb00deb 100644 --- a/homeassistant/components/fronius/translations/tr.json +++ b/homeassistant/components/fronius/translations/tr.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f" + "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f", + "invalid_host": "Ge\u00e7ersiz ana bilgisayar ad\u0131 veya IP adresi" }, "error": { "cannot_connect": "Ba\u011flanma hatas\u0131", "unknown": "Beklenmeyen hata" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "Home Assistant'a {device} eklemek istiyor musunuz?" + }, "user": { "data": { "host": "Sunucu" diff --git a/homeassistant/components/fronius/translations/zh-Hant.json b/homeassistant/components/fronius/translations/zh-Hant.json index 18134514d38..f7e507f1835 100644 --- a/homeassistant/components/fronius/translations/zh-Hant.json +++ b/homeassistant/components/fronius/translations/zh-Hant.json @@ -1,13 +1,18 @@ { "config": { "abort": { - "already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + "already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "invalid_host": "\u7121\u6548\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740" }, "error": { "cannot_connect": "\u9023\u7dda\u5931\u6557", "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, + "flow_title": "{device}", "step": { + "confirm_discovery": { + "description": "\u662f\u5426\u8981\u5c07 {device} \u65b0\u589e\u81f3 Home Assistant\uff1f" + }, "user": { "data": { "host": "\u4e3b\u6a5f\u7aef" diff --git a/homeassistant/components/hue/translations/it.json b/homeassistant/components/hue/translations/it.json index f49e64b9b68..29298f736c3 100644 --- a/homeassistant/components/hue/translations/it.json +++ b/homeassistant/components/hue/translations/it.json @@ -35,6 +35,10 @@ }, "device_automation": { "trigger_subtype": { + "1": "Primo pulsante", + "2": "Secondo pulsante", + "3": "Terzo pulsante", + "4": "Quarto pulsante", "button_1": "Primo pulsante", "button_2": "Secondo pulsante", "button_3": "Terzo pulsante", @@ -47,11 +51,16 @@ "turn_on": "Acceso" }, "trigger_type": { + "double_short_release": "Entrambi \"{subtype}\" rilasciati", + "initial_press": "Pulsante \"{subtype}\" premuto inizialmente", + "long_release": "Pulsante \"{subtype}\" rilasciato dopo una pressione prolungata", "remote_button_long_release": "Pulsante \"{subtype}\" rilasciato dopo una lunga pressione", "remote_button_short_press": "Pulsante \"{subtype}\" premuto", "remote_button_short_release": "Pulsante \"{subtype}\" rilasciato", "remote_double_button_long_press": "Entrambi i \"{subtype}\" rilasciati dopo una lunga pressione", - "remote_double_button_short_press": "Entrambi i \"{subtype}\" rilasciati" + "remote_double_button_short_press": "Entrambi i \"{subtype}\" rilasciati", + "repeat": "Pulsante \"{subtype}\" tenuto premuto", + "short_release": "Pulsante \"{subtype}\" rilasciato dopo una breve pressione" } }, "options": { @@ -59,6 +68,7 @@ "init": { "data": { "allow_hue_groups": "Consenti gruppi Hue", + "allow_hue_scenes": "Consenti scene Tonalit\u00e0", "allow_unreachable": "Consentire alle lampadine irraggiungibili di segnalare correttamente il loro stato" } } diff --git a/homeassistant/components/knx/translations/it.json b/homeassistant/components/knx/translations/it.json new file mode 100644 index 00000000000..0659b928523 --- /dev/null +++ b/homeassistant/components/knx/translations/it.json @@ -0,0 +1,63 @@ +{ + "config": { + "abort": { + "already_configured": "Il servizio \u00e8 gi\u00e0 configurato", + "single_instance_allowed": "Gi\u00e0 configurato. \u00c8 possibile una sola configurazione." + }, + "error": { + "cannot_connect": "Impossibile connettersi" + }, + "step": { + "manual_tunnel": { + "data": { + "host": "Host", + "individual_address": "Indirizzo individuale per la connessione", + "port": "Porta", + "route_back": "Torna indietro / Modalit\u00e0 NAT" + }, + "description": "Inserisci le informazioni di connessione del tuo dispositivo di tunneling." + }, + "routing": { + "data": { + "individual_address": "Indirizzo individuale per la connessione di routing", + "multicast_group": "Il gruppo multicast utilizzato per il routing", + "multicast_port": "La porta multicast usata per il routing" + }, + "description": "Si prega di configurare le opzioni di routing." + }, + "tunnel": { + "data": { + "gateway": "Connessione tunnel KNX" + }, + "description": "Seleziona un gateway dall'elenco." + }, + "type": { + "data": { + "connection_type": "Tipo di connessione KNX" + }, + "description": "Inserisci il tipo di connessione che dovremmo usare per la tua connessione KNX.\n AUTOMATICO - L'integrazione si occupa della connettivit\u00e0 al tuo Bus KNX eseguendo una scansione del gateway.\n TUNNELING - L'integrazione si collegher\u00e0 al bus KNX tramite tunneling.\n ROUTING - L'integrazione si collegher\u00e0 al bus KNX tramite routing." + } + } + }, + "options": { + "step": { + "init": { + "data": { + "connection_type": "Tipo di connessione KNX", + "individual_address": "Indirizzo individuale predefinito", + "multicast_group": "Gruppo multicast utilizzato per il routing e il rilevamento", + "multicast_port": "Porta multicast utilizzata per il routing e il rilevamento", + "rate_limit": "Numero massimo di telegrammi in uscita al secondo", + "state_updater": "Abilita globalmente la lettura degli stati dal bus KNX" + } + }, + "tunnel": { + "data": { + "host": "Host", + "port": "Porta", + "route_back": "Torna indietro / Modalit\u00e0 NAT" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/konnected/translations/it.json b/homeassistant/components/konnected/translations/it.json index 6b41217dca4..138ccb9a7c5 100644 --- a/homeassistant/components/konnected/translations/it.json +++ b/homeassistant/components/konnected/translations/it.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", "already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso", + "cannot_connect": "Impossibile connettersi", "not_konn_panel": "Non \u00e8 un dispositivo Konnected.io riconosciuto", "unknown": "Errore imprevisto" }, diff --git a/homeassistant/components/mill/translations/it.json b/homeassistant/components/mill/translations/it.json index 5dc8b6ec2f1..fa19ebc4cbd 100644 --- a/homeassistant/components/mill/translations/it.json +++ b/homeassistant/components/mill/translations/it.json @@ -7,11 +7,25 @@ "cannot_connect": "Impossibile connettersi" }, "step": { - "user": { + "cloud": { "data": { "password": "Password", "username": "Nome utente" } + }, + "local": { + "data": { + "ip_address": "Indirizzo IP" + }, + "description": "Indirizzo IP locale del dispositivo." + }, + "user": { + "data": { + "connection_type": "Seleziona il tipo di connessione", + "password": "Password", + "username": "Nome utente" + }, + "description": "Seleziona il tipo di connessione. Locale richiede riscaldatori di terza generazione" } } } diff --git a/homeassistant/components/nam/translations/it.json b/homeassistant/components/nam/translations/it.json index 9a208cbfd3c..e82a0db8ddf 100644 --- a/homeassistant/components/nam/translations/it.json +++ b/homeassistant/components/nam/translations/it.json @@ -2,17 +2,34 @@ "config": { "abort": { "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", - "device_unsupported": "Il dispositivo non \u00e8 supportato." + "device_unsupported": "Il dispositivo non \u00e8 supportato.", + "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente", + "reauth_unsuccessful": "La riautenticazione non \u00e8 andata a buon fine, rimuovere l'integrazione e configurarla di nuovo." }, "error": { "cannot_connect": "Impossibile connettersi", + "invalid_auth": "Autenticazione non valida", "unknown": "Errore imprevisto" }, - "flow_title": "{name}", + "flow_title": "{host}", "step": { "confirm_discovery": { "description": "Vuoi configurare Nettigo Air Monitor su {host} ?" }, + "credentials": { + "data": { + "password": "Password", + "username": "Nome utente" + }, + "description": "Inserisci il nome utente e la password." + }, + "reauth_confirm": { + "data": { + "password": "Password", + "username": "Nome utente" + }, + "description": "Inserisci il nome utente e la password corretti per l'host: {host}" + }, "user": { "data": { "host": "Host" diff --git a/homeassistant/components/nest/translations/it.json b/homeassistant/components/nest/translations/it.json index 6227dae21db..24318d779a6 100644 --- a/homeassistant/components/nest/translations/it.json +++ b/homeassistant/components/nest/translations/it.json @@ -2,6 +2,7 @@ "config": { "abort": { "authorize_url_timeout": "Tempo scaduto nel generare l'URL di autorizzazione.", + "invalid_access_token": "Token di accesso non valido", "missing_configuration": "Il componente non \u00e8 configurato. Si prega di seguire la documentazione.", "no_url_available": "Nessun URL disponibile. Per informazioni su questo errore, [controlla la sezione della guida]({docs_url})", "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente", @@ -12,10 +13,13 @@ "default": "Autenticazione riuscita" }, "error": { + "bad_project_id": "Inserisci un ID di progetto Cloud valido (controlla Cloud Console)", "internal_error": "Errore interno nella convalida del codice", "invalid_pin": "Codice PIN non valido", + "subscriber_error": "Errore di abbonato sconosciuto, vedere i registri", "timeout": "Tempo scaduto per l'inserimento del codice di convalida", - "unknown": "Errore imprevisto" + "unknown": "Errore imprevisto", + "wrong_project_id": "Inserisci un ID di progetto Cloud valido (trovato ID di progetto di accesso al dispositivo)" }, "step": { "auth": { @@ -42,6 +46,13 @@ "pick_implementation": { "title": "Scegli il metodo di autenticazione" }, + "pubsub": { + "data": { + "cloud_project_id": "ID del progetto Google Cloud" + }, + "description": "Visita la [Cloud Console]({url}) per trovare il tuo ID di progetto Google Cloud.", + "title": "Configura Google Cloud" + }, "reauth_confirm": { "description": "L'integrazione di Nest deve autenticare nuovamente il tuo account", "title": "Autenticare nuovamente l'integrazione" diff --git a/homeassistant/components/tailscale/translations/it.json b/homeassistant/components/tailscale/translations/it.json new file mode 100644 index 00000000000..0dfe90b8f2e --- /dev/null +++ b/homeassistant/components/tailscale/translations/it.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "invalid_auth": "Autenticazione non valida" + }, + "step": { + "reauth_confirm": { + "data": { + "api_key": "Chiave API" + }, + "description": "I token API di Tailscale sono validi per 90 giorni. Puoi creare una nuova chiave API Tailscale su https://login.tailscale.com/admin/settings/authkeys." + }, + "user": { + "data": { + "api_key": "Chiave API", + "tailnet": "Tailnet" + }, + "description": "Per autenticarti con Tailscale dovrai creare una chiave API su https://login.tailscale.com/admin/settings/authkeys. \n\nUna Tailnet \u00e8 il nome della tua rete Tailscale. Puoi trovarlo nell'angolo in alto a sinistra nel pannello di amministrazione di Tailscale (accanto al logo Tailscale)." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tailscale/translations/ja.json b/homeassistant/components/tailscale/translations/ja.json index bed4a13e8d3..0bfa7bc3dd7 100644 --- a/homeassistant/components/tailscale/translations/ja.json +++ b/homeassistant/components/tailscale/translations/ja.json @@ -11,13 +11,15 @@ "reauth_confirm": { "data": { "api_key": "API\u30ad\u30fc" - } + }, + "description": "Tailscale API tokens\u306f\u300190\u65e5\u9593\u6709\u52b9\u3067\u3059\u3002https://login.tailscale.com/admin/settings/authkeys \u3067\u65b0\u3057\u3044Tailscale API\u30ad\u30fc\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002" }, "user": { "data": { "api_key": "API\u30ad\u30fc", "tailnet": "Tailnet" - } + }, + "description": "Tailscale\u3067\u8a8d\u8a3c\u3059\u308b\u306b\u306f\u3001https://login.tailscale.com/admin/settings/authkeys \u3067\u3001API\u30ad\u30fc\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\n\nTailnet\u3068\u306f\u3001\u3042\u306a\u305f\u306eTailscale network\u306e\u540d\u524d\u3067\u3059\u3002\u3053\u306e\u30a2\u30a4\u30b3\u30f3\u306f\u3001Tailscale Admin Panel\u306e\u5de6\u4e0a\u9685(Tailscale\u30ed\u30b4\u306e\u6a2a)\u306b\u3042\u308a\u307e\u3059\u3002" } } } diff --git a/homeassistant/components/tesla_wall_connector/translations/it.json b/homeassistant/components/tesla_wall_connector/translations/it.json new file mode 100644 index 00000000000..5f79a0ee9e0 --- /dev/null +++ b/homeassistant/components/tesla_wall_connector/translations/it.json @@ -0,0 +1,30 @@ +{ + "config": { + "abort": { + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "unknown": "Errore imprevisto" + }, + "flow_title": "{serial_number} ({host})", + "step": { + "user": { + "data": { + "host": "Host" + }, + "title": "Configura Tesla Wall Connector" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Frequenza di aggiornamento" + }, + "title": "Configura le opzioni per Tesla Wall Connector" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/it.json b/homeassistant/components/tolo/translations/it.json new file mode 100644 index 00000000000..28220e7ab99 --- /dev/null +++ b/homeassistant/components/tolo/translations/it.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", + "no_devices_found": "Nessun dispositivo trovato sulla rete" + }, + "error": { + "cannot_connect": "Impossibile connettersi" + }, + "flow_title": "{name}", + "step": { + "confirm": { + "description": "Vuoi iniziare la configurazione?" + }, + "user": { + "data": { + "host": "Host" + }, + "description": "Inserisci il nome host o l'indirizzo IP del tuo dispositivo TOLO Sauna." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tolo/translations/select.it.json b/homeassistant/components/tolo/translations/select.it.json new file mode 100644 index 00000000000..8b47b1ca904 --- /dev/null +++ b/homeassistant/components/tolo/translations/select.it.json @@ -0,0 +1,8 @@ +{ + "state": { + "tolo__lamp_mode": { + "automatic": "automatico", + "manual": "manuale" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tractive/translations/sensor.hu.json b/homeassistant/components/tractive/translations/sensor.hu.json new file mode 100644 index 00000000000..07fe8b9bb01 --- /dev/null +++ b/homeassistant/components/tractive/translations/sensor.hu.json @@ -0,0 +1,10 @@ +{ + "state": { + "tractive__tracker_state": { + "not_reporting": "Nem jelentkezik", + "operational": "\u00dczemk\u00e9pes", + "system_shutdown_user": "Rendszerle\u00e1ll\u00edt\u00e1s felhaszn\u00e1l\u00f3ja", + "system_startup": "Rendszerind\u00edt\u00e1s" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tractive/translations/sensor.it.json b/homeassistant/components/tractive/translations/sensor.it.json new file mode 100644 index 00000000000..153a7964ee8 --- /dev/null +++ b/homeassistant/components/tractive/translations/sensor.it.json @@ -0,0 +1,10 @@ +{ + "state": { + "tractive__tracker_state": { + "not_reporting": "Non segnalante", + "operational": "Operativo", + "system_shutdown_user": "Spegnimento del sistema utente", + "system_startup": "Avvio del sistema" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/trafikverket_weatherstation/translations/hu.json b/homeassistant/components/trafikverket_weatherstation/translations/hu.json index 27c8d290af4..c4f830b20fa 100644 --- a/homeassistant/components/trafikverket_weatherstation/translations/hu.json +++ b/homeassistant/components/trafikverket_weatherstation/translations/hu.json @@ -3,6 +3,12 @@ "abort": { "already_configured": "A fi\u00f3k m\u00e1r konfigur\u00e1lva van" }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s", + "invalid_station": "Nem tal\u00e1lhat\u00f3 a megadott nev\u0171 meteorol\u00f3giai \u00e1llom\u00e1s", + "more_stations": "T\u00f6bb meteorol\u00f3giai \u00e1llom\u00e1s tal\u00e1lhat\u00f3 a megadott n\u00e9vvel" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/trafikverket_weatherstation/translations/it.json b/homeassistant/components/trafikverket_weatherstation/translations/it.json new file mode 100644 index 00000000000..a073a528586 --- /dev/null +++ b/homeassistant/components/trafikverket_weatherstation/translations/it.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "already_configured": "L'account \u00e8 gi\u00e0 configurato" + }, + "error": { + "cannot_connect": "Impossibile connettersi", + "invalid_auth": "Autenticazione non valida", + "invalid_station": "Impossibile trovare una stazione meteorologica con il nome specificato", + "more_stations": "Trovate pi\u00f9 stazioni meteorologiche con il nome specificato" + }, + "step": { + "user": { + "data": { + "api_key": "Chiave API", + "conditions": "Condizioni monitorate", + "name": "Nome utente", + "station": "Stazione" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/select.it.json b/homeassistant/components/tuya/translations/select.it.json index 74410c0a593..c42d3208b33 100644 --- a/homeassistant/components/tuya/translations/select.it.json +++ b/homeassistant/components/tuya/translations/select.it.json @@ -14,6 +14,10 @@ "0": "Bassa sensibilit\u00e0", "1": "Alta sensibilit\u00e0" }, + "tuya__fingerbot_mode": { + "click": "Spingere", + "switch": "Interruttore" + }, "tuya__ipc_work_mode": { "0": "Modalit\u00e0 a basso consumo", "1": "Modalit\u00e0 di lavoro continua" diff --git a/homeassistant/components/unifi/translations/it.json b/homeassistant/components/unifi/translations/it.json index 00672b65b4e..389b98a26d9 100644 --- a/homeassistant/components/unifi/translations/it.json +++ b/homeassistant/components/unifi/translations/it.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Il sito del Controller \u00e8 gi\u00e0 configurato", + "already_configured": "Il sito della rete UniFi \u00e8 gi\u00e0 configurato", "configuration_updated": "Configurazione aggiornata.", "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente" }, @@ -21,7 +21,7 @@ "username": "Nome utente", "verify_ssl": "Verificare il certificato SSL" }, - "title": "Configura l'UniFi Controller" + "title": "Configura la rete UniFi" } } }, @@ -34,19 +34,19 @@ "poe_clients": "Consentire il controllo POE dei client" }, "description": "Configurare i controlli client \n\nCreare interruttori per i numeri di serie dei quali si desidera controllare l'accesso alla rete.", - "title": "Opzioni UniFi 2/3" + "title": "Opzioni di rete UniFi 2/3" }, "device_tracker": { "data": { "detection_time": "Tempo in secondi dall'ultima volta che viene visto fino a quando non \u00e8 considerato lontano", - "ignore_wired_bug": "Disattivare la logica dei bug cablati UniFi", + "ignore_wired_bug": "Disabilita la logica dei bug cablati di rete UniFi", "ssid_filter": "Selezionare gli SSID su cui tracciare i client wireless", "track_clients": "Traccia i client di rete", "track_devices": "Tracciare i dispositivi di rete (dispositivi Ubiquiti)", "track_wired_clients": "Includi i client di rete cablata" }, "description": "Configurare il tracciamento del dispositivo", - "title": "Opzioni UniFi 1/3" + "title": "Opzioni di rete UniFi 1/3" }, "init": { "data": { @@ -60,7 +60,7 @@ "track_clients": "Traccia i client di rete", "track_devices": "Tracciare i dispositivi di rete (dispositivi Ubiquiti)" }, - "description": "Configurare l'integrazione UniFi" + "description": "Configura l'integrazione della rete UniFi" }, "statistics_sensors": { "data": { @@ -68,7 +68,7 @@ "allow_uptime_sensors": "Sensori di tempo di funzionamento per i client di rete" }, "description": "Configurare i sensori delle statistiche", - "title": "Opzioni UniFi 3/3" + "title": "Opzioni di rete UniFi 3/3" } } } diff --git a/homeassistant/components/wled/translations/select.it.json b/homeassistant/components/wled/translations/select.it.json new file mode 100644 index 00000000000..8cd961b9c87 --- /dev/null +++ b/homeassistant/components/wled/translations/select.it.json @@ -0,0 +1,9 @@ +{ + "state": { + "wled__live_override": { + "0": "Spento", + "1": "Acceso", + "2": "Fino al riavvio del dispositivo" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/yale_smart_alarm/translations/it.json b/homeassistant/components/yale_smart_alarm/translations/it.json index 2f510e46396..bc08163c1a2 100644 --- a/homeassistant/components/yale_smart_alarm/translations/it.json +++ b/homeassistant/components/yale_smart_alarm/translations/it.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "L'account \u00e8 gi\u00e0 configurato" + "already_configured": "L'account \u00e8 gi\u00e0 configurato", + "reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente" }, "error": { "invalid_auth": "Autenticazione non valida" diff --git a/homeassistant/components/zha/translations/ja.json b/homeassistant/components/zha/translations/ja.json index 35e8933220a..38231524232 100644 --- a/homeassistant/components/zha/translations/ja.json +++ b/homeassistant/components/zha/translations/ja.json @@ -76,7 +76,7 @@ "device_flipped": "\u30c7\u30d0\u30a4\u30b9\u304c\u53cd\u8ee2\u3057\u307e\u3057\u305f \"{subtype}\"", "device_knocked": "\u30c7\u30d0\u30a4\u30b9\u304c\u30ce\u30c3\u30af\u3055\u308c\u307e\u3057\u305f \"{subtype}\"", "device_offline": "\u30c7\u30d0\u30a4\u30b9\u304c\u30aa\u30d5\u30e9\u30a4\u30f3", - "device_rotated": "\u30c7\u30d0\u30a4\u30b9\u304c\u56de\u8ee2\u3057\u307e\u3057\u305f \"{subtype}\"", + "device_rotated": "\u30c7\u30d0\u30a4\u30b9\u304c\u56de\u8ee2\u3057\u305f \"{subtype}\"", "device_shaken": "\u30c7\u30d0\u30a4\u30b9\u304c\u63fa\u308c\u308b", "device_slid": "\u30c7\u30d0\u30a4\u30b9 \u30b9\u30e9\u30a4\u30c9 \"{subtype}\"", "device_tilted": "\u30c7\u30d0\u30a4\u30b9\u304c\u50be\u3044\u3066\u3044\u308b",