From 301341a49feb4150ef78fad4713dc9eb159bda6e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 25 May 2022 00:26:18 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/google/translations/ca.json | 9 ++ .../components/google/translations/hu.json | 9 ++ .../components/google/translations/pl.json | 9 ++ .../components/google/translations/tr.json | 9 ++ .../components/hassio/translations/ca.json | 1 + .../components/hassio/translations/et.json | 1 + .../components/hassio/translations/hu.json | 1 + .../components/hassio/translations/it.json | 1 + .../components/hassio/translations/ja.json | 1 + .../components/hassio/translations/no.json | 1 + .../components/hassio/translations/pl.json | 1 + .../components/hassio/translations/tr.json | 1 + .../hassio/translations/zh-Hant.json | 1 + .../components/heos/translations/ja.json | 2 +- .../here_travel_time/translations/hu.json | 82 +++++++++++++++++++ .../here_travel_time/translations/pl.json | 63 ++++++++++++++ .../here_travel_time/translations/tr.json | 82 +++++++++++++++++++ .../components/konnected/translations/hu.json | 16 ++-- .../components/konnected/translations/tr.json | 16 ++-- .../components/laundrify/translations/hu.json | 25 ++++++ .../components/laundrify/translations/pl.json | 5 +- .../components/laundrify/translations/tr.json | 25 ++++++ .../components/recorder/translations/ca.json | 2 + .../components/recorder/translations/hu.json | 2 + .../components/recorder/translations/pl.json | 2 + .../components/recorder/translations/tr.json | 2 + .../components/shelly/translations/tr.json | 1 + .../steam_online/translations/ca.json | 3 + .../steam_online/translations/et.json | 3 + .../steam_online/translations/hu.json | 3 + .../steam_online/translations/it.json | 3 + .../steam_online/translations/ja.json | 3 + .../steam_online/translations/no.json | 3 + .../steam_online/translations/pl.json | 3 + .../steam_online/translations/tr.json | 3 + .../steam_online/translations/zh-Hant.json | 3 + 36 files changed, 379 insertions(+), 18 deletions(-) create mode 100644 homeassistant/components/here_travel_time/translations/hu.json create mode 100644 homeassistant/components/here_travel_time/translations/tr.json create mode 100644 homeassistant/components/laundrify/translations/hu.json create mode 100644 homeassistant/components/laundrify/translations/tr.json diff --git a/homeassistant/components/google/translations/ca.json b/homeassistant/components/google/translations/ca.json index 829ce1413d5..2c9190e4bfd 100644 --- a/homeassistant/components/google/translations/ca.json +++ b/homeassistant/components/google/translations/ca.json @@ -27,5 +27,14 @@ "title": "Reautenticaci\u00f3 de la integraci\u00f3" } } + }, + "options": { + "step": { + "init": { + "data": { + "calendar_access": "Acc\u00e9s de Home Assistant a Google Calendar" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/google/translations/hu.json b/homeassistant/components/google/translations/hu.json index 2c552eca30e..66ea71c72ec 100644 --- a/homeassistant/components/google/translations/hu.json +++ b/homeassistant/components/google/translations/hu.json @@ -27,5 +27,14 @@ "title": "Integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se" } } + }, + "options": { + "step": { + "init": { + "data": { + "calendar_access": "Home Assistant hozz\u00e1f\u00e9r\u00e9s a Google Napt\u00e1rhoz" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/google/translations/pl.json b/homeassistant/components/google/translations/pl.json index b4f45c0abe4..fff2a20ee39 100644 --- a/homeassistant/components/google/translations/pl.json +++ b/homeassistant/components/google/translations/pl.json @@ -27,5 +27,14 @@ "title": "Ponownie uwierzytelnij integracj\u0119" } } + }, + "options": { + "step": { + "init": { + "data": { + "calendar_access": "Dost\u0119p Home Assistanta do Kalendarza Google" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/google/translations/tr.json b/homeassistant/components/google/translations/tr.json index 9d5fc8d2416..f7b5b6d79ff 100644 --- a/homeassistant/components/google/translations/tr.json +++ b/homeassistant/components/google/translations/tr.json @@ -27,5 +27,14 @@ "title": "Entegrasyonu Yeniden Do\u011frula" } } + }, + "options": { + "step": { + "init": { + "data": { + "calendar_access": "Google Takvim'e Home Assistant eri\u015fimi" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/hassio/translations/ca.json b/homeassistant/components/hassio/translations/ca.json index 6a6874662b2..2c4285d4908 100644 --- a/homeassistant/components/hassio/translations/ca.json +++ b/homeassistant/components/hassio/translations/ca.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Versi\u00f3 de l'agent", "board": "Placa", "disk_total": "Total del disc", "disk_used": "Emmagatzematge utilitzat", diff --git a/homeassistant/components/hassio/translations/et.json b/homeassistant/components/hassio/translations/et.json index 4449c058498..b86eef353b9 100644 --- a/homeassistant/components/hassio/translations/et.json +++ b/homeassistant/components/hassio/translations/et.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Agendi versioon", "board": "Seade", "disk_total": "Kettaruum kokku", "disk_used": "Kasutatud kettaruum", diff --git a/homeassistant/components/hassio/translations/hu.json b/homeassistant/components/hassio/translations/hu.json index 8d2bdfd75ad..4c83b94935d 100644 --- a/homeassistant/components/hassio/translations/hu.json +++ b/homeassistant/components/hassio/translations/hu.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "\u00dcgyn\u00f6k verzi\u00f3", "board": "Alaplap", "disk_total": "\u00d6sszes hely", "disk_used": "Felhaszn\u00e1lt hely", diff --git a/homeassistant/components/hassio/translations/it.json b/homeassistant/components/hassio/translations/it.json index 44499d3f002..3dc55d0f525 100644 --- a/homeassistant/components/hassio/translations/it.json +++ b/homeassistant/components/hassio/translations/it.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Versione agente", "board": "Scheda di base", "disk_total": "Disco totale", "disk_used": "Disco utilizzato", diff --git a/homeassistant/components/hassio/translations/ja.json b/homeassistant/components/hassio/translations/ja.json index b7489852bdb..2561cf75310 100644 --- a/homeassistant/components/hassio/translations/ja.json +++ b/homeassistant/components/hassio/translations/ja.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3", "board": "\u30dc\u30fc\u30c9", "disk_total": "\u30c7\u30a3\u30b9\u30af\u5408\u8a08", "disk_used": "\u4f7f\u7528\u6e08\u307f\u30c7\u30a3\u30b9\u30af", diff --git a/homeassistant/components/hassio/translations/no.json b/homeassistant/components/hassio/translations/no.json index 30ff8b903a9..1fa10a98921 100644 --- a/homeassistant/components/hassio/translations/no.json +++ b/homeassistant/components/hassio/translations/no.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Agentversjon", "board": "Styret", "disk_total": "Disk totalt", "disk_used": "Disk brukt", diff --git a/homeassistant/components/hassio/translations/pl.json b/homeassistant/components/hassio/translations/pl.json index 2f6b5cab1dc..8850b7066fd 100644 --- a/homeassistant/components/hassio/translations/pl.json +++ b/homeassistant/components/hassio/translations/pl.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Wersja agenta", "board": "Uk\u0142ad", "disk_total": "Pojemno\u015b\u0107 dysku", "disk_used": "Pojemno\u015b\u0107 u\u017cyta", diff --git a/homeassistant/components/hassio/translations/tr.json b/homeassistant/components/hassio/translations/tr.json index 16504c32372..cf92d597e23 100644 --- a/homeassistant/components/hassio/translations/tr.json +++ b/homeassistant/components/hassio/translations/tr.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Arac\u0131 S\u00fcr\u00fcm\u00fc", "board": "Panel", "disk_total": "Disk Toplam\u0131", "disk_used": "Kullan\u0131lan Disk", diff --git a/homeassistant/components/hassio/translations/zh-Hant.json b/homeassistant/components/hassio/translations/zh-Hant.json index 91c7f64e39c..5a503e54937 100644 --- a/homeassistant/components/hassio/translations/zh-Hant.json +++ b/homeassistant/components/hassio/translations/zh-Hant.json @@ -1,6 +1,7 @@ { "system_health": { "info": { + "agent_version": "Agent \u7248\u672c", "board": "\u677f", "disk_total": "\u7e3d\u78c1\u789f\u7a7a\u9593", "disk_used": "\u5df2\u4f7f\u7528\u7a7a\u9593", diff --git a/homeassistant/components/heos/translations/ja.json b/homeassistant/components/heos/translations/ja.json index 0464bf98979..55e075a548a 100644 --- a/homeassistant/components/heos/translations/ja.json +++ b/homeassistant/components/heos/translations/ja.json @@ -11,7 +11,7 @@ "data": { "host": "\u30db\u30b9\u30c8" }, - "description": "Heos\u30c7\u30d0\u30a4\u30b9(\u3067\u304d\u308c\u3070\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u6709\u7dda\u3067\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u30c7\u30d0\u30a4\u30b9)\u306e\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fIP\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", + "description": "Heos\u30c7\u30d0\u30a4\u30b9(\u53ef\u80fd\u306a\u306e\u3067\u3042\u308c\u3070\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306b\u6709\u7dda\u3067\u63a5\u7d9a\u3055\u308c\u3066\u3044\u308b\u30c7\u30d0\u30a4\u30b9)\u306e\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fIP\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "title": "Heos\u306b\u63a5\u7d9a" } } diff --git a/homeassistant/components/here_travel_time/translations/hu.json b/homeassistant/components/here_travel_time/translations/hu.json new file mode 100644 index 00000000000..cdd40f139d7 --- /dev/null +++ b/homeassistant/components/here_travel_time/translations/hu.json @@ -0,0 +1,82 @@ +{ + "config": { + "abort": { + "already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van" + }, + "error": { + "invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "step": { + "destination_coordinates": { + "data": { + "destination": "C\u00e9l GPS koordin\u00e1tak\u00e9nt" + }, + "title": "C\u00e9l kiv\u00e1laszt\u00e1sa" + }, + "destination_entity_id": { + "data": { + "destination_entity_id": "C\u00e9l egy entit\u00e1s haszn\u00e1lat\u00e1val" + }, + "title": "C\u00e9l kiv\u00e1laszt\u00e1sa" + }, + "destination_menu": { + "menu_options": { + "destination_coordinates": "T\u00e9rk\u00e9pes hely haszn\u00e1lata", + "destination_entity": "Entit\u00e1s haszn\u00e1lata" + }, + "title": "C\u00e9l kiv\u00e1laszt\u00e1sa" + }, + "origin_coordinates": { + "data": { + "origin": "Eredet GPS koordin\u00e1t\u00e1kk\u00e9nt" + }, + "title": "Eredet kiv\u00e1laszt\u00e1sa" + }, + "origin_entity_id": { + "data": { + "origin_entity_id": "Eredet egy entit\u00e1s haszn\u00e1lat\u00e1val" + }, + "title": "Eredet kiv\u00e1laszt\u00e1sa" + }, + "user": { + "data": { + "api_key": "API kulcs", + "mode": "Utaz\u00e1si m\u00f3d", + "name": "Elnevez\u00e9s" + } + } + } + }, + "options": { + "step": { + "arrival_time": { + "data": { + "arrival_time": "\u00c9rkez\u00e9s ideje" + }, + "title": "\u00c9rkez\u00e9si id\u0151 kiv\u00e1laszt\u00e1sa" + }, + "departure_time": { + "data": { + "departure_time": "Indul\u00e1si id\u0151" + }, + "title": "Indul\u00e1si id\u0151 kiv\u00e1laszt\u00e1sa" + }, + "init": { + "data": { + "route_mode": "\u00datvonaltervez\u00e9si m\u00f3d", + "traffic_mode": "Forgalmi m\u00f3d", + "unit_system": "Egys\u00e9grendszer" + } + }, + "time_menu": { + "menu_options": { + "arrival_time": "\u00c9rkez\u00e9si id\u0151 konfigur\u00e1l\u00e1sa", + "departure_time": "Indul\u00e1si id\u0151 be\u00e1ll\u00edt\u00e1sa", + "no_time": "Ne konfigur\u00e1ljon id\u0151pontot" + }, + "title": "Id\u0151t\u00edpus kiv\u00e1laszt\u00e1sa" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/here_travel_time/translations/pl.json b/homeassistant/components/here_travel_time/translations/pl.json index f04290714e4..3e4f41212a2 100644 --- a/homeassistant/components/here_travel_time/translations/pl.json +++ b/homeassistant/components/here_travel_time/translations/pl.json @@ -8,12 +8,75 @@ "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { + "destination_coordinates": { + "data": { + "destination": "Punkt docelowy jako wsp\u00f3\u0142rz\u0119dne GPS" + }, + "title": "Wybierz punkt docelowy" + }, + "destination_entity_id": { + "data": { + "destination_entity_id": "Punkt docelowy przy u\u017cyciu encji" + }, + "title": "Wybierz punkt docelowy" + }, + "destination_menu": { + "menu_options": { + "destination_coordinates": "Lokalizacja na mapie", + "destination_entity": "Encja" + }, + "title": "Wybierz punkt docelowy" + }, + "origin_coordinates": { + "data": { + "origin": "Punkt pocz\u0105tkowy jako wsp\u00f3\u0142rz\u0119dne GPS" + }, + "title": "Wybierz punkt pocz\u0105tkowy" + }, + "origin_entity_id": { + "data": { + "origin_entity_id": "Punkt pocz\u0105tkowy przy u\u017cyciu encji" + }, + "title": "Wybierz punkt pocz\u0105tkowy" + }, "user": { "data": { "api_key": "Klucz API", + "mode": "Tryb podr\u00f3\u017cy", "name": "Nazwa" } } } + }, + "options": { + "step": { + "arrival_time": { + "data": { + "arrival_time": "Czas przyjazdu" + }, + "title": "Wybierz czas przyjazdu" + }, + "departure_time": { + "data": { + "departure_time": "Czas wyjazdu" + }, + "title": "Wybierz czas wyjazdu" + }, + "init": { + "data": { + "route_mode": "Tryb trasy", + "traffic_mode": "Tryb ruchu", + "unit_system": "System metryczny" + } + }, + "time_menu": { + "menu_options": { + "arrival_time": "Skonfiguruj czas przyjazdu", + "departure_time": "Skonfiguruj czas wyjazdu", + "no_time": "Nie konfiguruj czasu" + }, + "title": "Wybierz typ czasu" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/here_travel_time/translations/tr.json b/homeassistant/components/here_travel_time/translations/tr.json new file mode 100644 index 00000000000..181588ba54a --- /dev/null +++ b/homeassistant/components/here_travel_time/translations/tr.json @@ -0,0 +1,82 @@ +{ + "config": { + "abort": { + "already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f" + }, + "error": { + "invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama", + "unknown": "Beklenmeyen hata" + }, + "step": { + "destination_coordinates": { + "data": { + "destination": "GPS koordinatlar\u0131 olarak hedef" + }, + "title": "Hedef Se\u00e7" + }, + "destination_entity_id": { + "data": { + "destination_entity_id": "Bir varl\u0131k kullanarak hedef" + }, + "title": "Hedef Se\u00e7" + }, + "destination_menu": { + "menu_options": { + "destination_coordinates": "Bir harita konumu kullan\u0131n", + "destination_entity": "Bir varl\u0131\u011f\u0131 kullan\u0131n" + }, + "title": "Hedef Se\u00e7" + }, + "origin_coordinates": { + "data": { + "origin": "GPS koordinatlar\u0131 olarak kalk\u0131\u015f" + }, + "title": "Kalk\u0131\u015f Se\u00e7in" + }, + "origin_entity_id": { + "data": { + "origin_entity_id": "Bir varl\u0131k kullanarak kaynak" + }, + "title": "Kalk\u0131\u015f Se\u00e7in" + }, + "user": { + "data": { + "api_key": "API Anahtar\u0131", + "mode": "Seyahat Modu", + "name": "Ad" + } + } + } + }, + "options": { + "step": { + "arrival_time": { + "data": { + "arrival_time": "Var\u0131\u015f Zaman\u0131" + }, + "title": "Var\u0131\u015f Saatini Se\u00e7in" + }, + "departure_time": { + "data": { + "departure_time": "Hareket Saati" + }, + "title": "Kalk\u0131\u015f Saatini Se\u00e7in" + }, + "init": { + "data": { + "route_mode": "Rota Modu", + "traffic_mode": "Trafik Modu", + "unit_system": "\u00d6l\u00e7\u00fc sistemi" + } + }, + "time_menu": { + "menu_options": { + "arrival_time": "Var\u0131\u015f saatini yap\u0131land\u0131r\u0131n", + "departure_time": "Kalk\u0131\u015f saati yap\u0131land\u0131r\u0131n", + "no_time": "Bir zaman yap\u0131land\u0131rmay\u0131n" + }, + "title": "Zaman T\u00fcr\u00fcn\u00fc Se\u00e7in" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/konnected/translations/hu.json b/homeassistant/components/konnected/translations/hu.json index c40b1823424..57cbf0d9bb9 100644 --- a/homeassistant/components/konnected/translations/hu.json +++ b/homeassistant/components/konnected/translations/hu.json @@ -41,7 +41,7 @@ "options_binary": { "data": { "inverse": "Invert\u00e1lja a nyitott/z\u00e1rt \u00e1llapotot", - "name": "Elnevez\u00e9s (nem k\u00f6telez\u0151)", + "name": "Elnevez\u00e9s", "type": "Bin\u00e1ris \u00e9rz\u00e9kel\u0151 t\u00edpusa" }, "description": "{zone} opci\u00f3k", @@ -49,8 +49,8 @@ }, "options_digital": { "data": { - "name": "Elnevez\u00e9s (nem k\u00f6telez\u0151)", - "poll_interval": "Lek\u00e9rdez\u00e9si id\u0151k\u00f6z (perc) (opcion\u00e1lis)", + "name": "Elnevez\u00e9s", + "poll_interval": "Lek\u00e9rdez\u00e9si id\u0151k\u00f6z (perc)", "type": "\u00c9rz\u00e9kel\u0151 t\u00edpusa" }, "description": "{zone} opci\u00f3k", @@ -86,7 +86,7 @@ }, "options_misc": { "data": { - "api_host": "API host URL fel\u00fclb\u00edr\u00e1l\u00e1sa (opcion\u00e1lis)", + "api_host": "API host URL fel\u00fclb\u00edr\u00e1l\u00e1sa", "blink": "A panel LED villog\u00e1sa \u00e1llapotv\u00e1ltoz\u00e1skor", "discovery": "V\u00e1laszoljon a h\u00e1l\u00f3zaton \u00e9rkez\u0151 felder\u00edt\u00e9si k\u00e9r\u00e9sekre", "override_api_host": "Az alap\u00e9rtelmezett Home Assistant API host-URL fel\u00fcl\u00edr\u00e1sa" @@ -97,11 +97,11 @@ "options_switch": { "data": { "activation": "Kimenet bekapcsolt \u00e1llapotban", - "momentary": "Impulzus id\u0151tartama (ms) (opcion\u00e1lis)", + "momentary": "Impulzus id\u0151tartama (ms)", "more_states": "Tov\u00e1bbi \u00e1llapotok konfigur\u00e1l\u00e1sa ehhez a z\u00f3n\u00e1hoz", - "name": "Elnevez\u00e9s (nem k\u00f6telez\u0151)", - "pause": "Sz\u00fcnet impulzusok k\u00f6z\u00f6tt (ms) (opcion\u00e1lis)", - "repeat": "Ism\u00e9tl\u00e9si id\u0151k (-1 = v\u00e9gtelen) (opcion\u00e1lis)" + "name": "Elnevez\u00e9s", + "pause": "Sz\u00fcnet impulzusok k\u00f6z\u00f6tt (ms)", + "repeat": "Ism\u00e9tl\u00e9si id\u0151k (-1 = v\u00e9gtelen)" }, "description": "{zone} opci\u00f3k: \u00e1llapot {state}", "title": "Kapcsolhat\u00f3 kimenet konfigur\u00e1l\u00e1sa" diff --git a/homeassistant/components/konnected/translations/tr.json b/homeassistant/components/konnected/translations/tr.json index 3c23b26ab0d..f5cb48dc088 100644 --- a/homeassistant/components/konnected/translations/tr.json +++ b/homeassistant/components/konnected/translations/tr.json @@ -41,7 +41,7 @@ "options_binary": { "data": { "inverse": "A\u00e7\u0131k / kapal\u0131 durumunu tersine \u00e7evirin", - "name": "Ad (iste\u011fe ba\u011fl\u0131)", + "name": "Ad", "type": "\u0130kili Sens\u00f6r Tipi" }, "description": "{zone} se\u00e7enekleri", @@ -49,8 +49,8 @@ }, "options_digital": { "data": { - "name": "Ad (iste\u011fe ba\u011fl\u0131)", - "poll_interval": "Yoklama Aral\u0131\u011f\u0131 (dakika) (iste\u011fe ba\u011fl\u0131)", + "name": "Ad", + "poll_interval": "Yoklama Aral\u0131\u011f\u0131 (dakika)", "type": "Sens\u00f6r Tipi" }, "description": "{zone} se\u00e7enekleri", @@ -86,7 +86,7 @@ }, "options_misc": { "data": { - "api_host": "API ana makine URL'sini ge\u00e7ersiz k\u0131l (iste\u011fe ba\u011fl\u0131)", + "api_host": "API ana makine URL'sini ge\u00e7ersiz k\u0131l", "blink": "Durum de\u011fi\u015fikli\u011fi g\u00f6nderilirken panelin LED'ini yan\u0131p s\u00f6nd\u00fcr", "discovery": "A\u011f\u0131n\u0131zdaki ke\u015fif isteklerine yan\u0131t verin", "override_api_host": "Varsay\u0131lan Home Assistant API ana bilgisayar paneli URL'sini ge\u00e7ersiz k\u0131l" @@ -97,11 +97,11 @@ "options_switch": { "data": { "activation": "A\u00e7\u0131kken \u00e7\u0131kt\u0131", - "momentary": "Darbe s\u00fcresi (ms) (iste\u011fe ba\u011fl\u0131)", + "momentary": "Darbe s\u00fcresi (ms)", "more_states": "Bu b\u00f6lge i\u00e7in ek durumlar yap\u0131land\u0131r\u0131n", - "name": "Ad (iste\u011fe ba\u011fl\u0131)", - "pause": "Darbeler aras\u0131nda duraklama (ms) (iste\u011fe ba\u011fl\u0131)", - "repeat": "Tekrarlanacak zamanlar (-1=sonsuz) (iste\u011fe ba\u011fl\u0131)" + "name": "Ad", + "pause": "Darbeler aras\u0131nda duraklama (ms)", + "repeat": "Tekrarlanacak zamanlar (-1=sonsuz)" }, "description": "{zone} se\u00e7enekleri: durum {state}", "title": "De\u011fi\u015ftirilebilir \u00c7\u0131k\u0131\u015f\u0131 Yap\u0131land\u0131r" diff --git a/homeassistant/components/laundrify/translations/hu.json b/homeassistant/components/laundrify/translations/hu.json new file mode 100644 index 00000000000..aa22ddc3da3 --- /dev/null +++ b/homeassistant/components/laundrify/translations/hu.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges." + }, + "error": { + "cannot_connect": "Sikertelen csatlakoz\u00e1s", + "invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s", + "invalid_format": "\u00c9rv\u00e9nytelen form\u00e1tum. K\u00e9rj\u00fck, adja meg \u00edgy: xxx-xxx.", + "unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt" + }, + "step": { + "init": { + "data": { + "code": "Hiteles\u00edt\u00e9si k\u00f3d (xxx-xxx)" + }, + "description": "K\u00e9rj\u00fck, adja meg a laundrify-alkalmaz\u00e1sban megjelen\u0151 szem\u00e9lyes enged\u00e9lyez\u00e9si k\u00f3dj\u00e1t." + }, + "reauth_confirm": { + "description": "A laundrify integr\u00e1ci\u00f3nak \u00fajra kell hiteles\u00edtenie.", + "title": "Integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/laundrify/translations/pl.json b/homeassistant/components/laundrify/translations/pl.json index 28145b20fce..27b33ab5880 100644 --- a/homeassistant/components/laundrify/translations/pl.json +++ b/homeassistant/components/laundrify/translations/pl.json @@ -6,15 +6,18 @@ "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_auth": "Niepoprawne uwierzytelnienie", + "invalid_format": "Niepoprawny format. Prosz\u0119 poda\u0107 jako xxx-xxx.", "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { "init": { "data": { "code": "Kod autoryzacyjny (xxx-xxx)" - } + }, + "description": "Wprowad\u017a sw\u00f3j osobisty kod autoryzacyjny, kt\u00f3ry jest widoczny w aplikacji laundrify." }, "reauth_confirm": { + "description": "Integracja laundrify wymaga ponownego uwierzytelnienia Twojego konta.", "title": "Ponownie uwierzytelnij integracj\u0119" } } diff --git a/homeassistant/components/laundrify/translations/tr.json b/homeassistant/components/laundrify/translations/tr.json new file mode 100644 index 00000000000..97a1b13e192 --- /dev/null +++ b/homeassistant/components/laundrify/translations/tr.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr." + }, + "error": { + "cannot_connect": "Ba\u011flanma hatas\u0131", + "invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama", + "invalid_format": "Ge\u00e7ersiz format. L\u00fctfen xxx-xxx olarak belirtin.", + "unknown": "Beklenmeyen hata" + }, + "step": { + "init": { + "data": { + "code": "Yetkilendirme Kodu (xxx-xxx)" + }, + "description": "L\u00fctfen laundrify-App g\u00f6sterilen ki\u015fisel Yetkilendirme Kodunuzu girin." + }, + "reauth_confirm": { + "description": "\u00c7ama\u015f\u0131r y\u0131kama entegrasyonunun yeniden kimlik do\u011frulamas\u0131 yapmas\u0131 gerekiyor.", + "title": "Entegrasyonu Yeniden Do\u011frula" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/recorder/translations/ca.json b/homeassistant/components/recorder/translations/ca.json index ee9efb50b21..4450be81574 100644 --- a/homeassistant/components/recorder/translations/ca.json +++ b/homeassistant/components/recorder/translations/ca.json @@ -2,6 +2,8 @@ "system_health": { "info": { "current_recorder_run": "Hora d'inici de l'execuci\u00f3 actual", + "database_engine": "Motor de bases de dades", + "database_version": "Versi\u00f3 de la base de dades", "estimated_db_size": "Mida estimada de la base de dades (MiB)", "oldest_recorder_run": "Hora d'inici de l'execuci\u00f3 m\u00e9s antiga" } diff --git a/homeassistant/components/recorder/translations/hu.json b/homeassistant/components/recorder/translations/hu.json index 96bb02c9c20..323c1d489f1 100644 --- a/homeassistant/components/recorder/translations/hu.json +++ b/homeassistant/components/recorder/translations/hu.json @@ -2,6 +2,8 @@ "system_health": { "info": { "current_recorder_run": "Aktu\u00e1lis futtat\u00e1s kezd\u00e9si id\u0151pontja", + "database_engine": "Adatb\u00e1zis motor", + "database_version": "Adatb\u00e1zis verzi\u00f3", "estimated_db_size": "Az adatb\u00e1zis becs\u00fclt m\u00e9rete (MiB)", "oldest_recorder_run": "Legr\u00e9gebbi futtat\u00e1s kezd\u00e9si id\u0151pontja" } diff --git a/homeassistant/components/recorder/translations/pl.json b/homeassistant/components/recorder/translations/pl.json index a91f92207f2..77c5f2750f7 100644 --- a/homeassistant/components/recorder/translations/pl.json +++ b/homeassistant/components/recorder/translations/pl.json @@ -2,6 +2,8 @@ "system_health": { "info": { "current_recorder_run": "Pocz\u0105tek aktualnej sesji rejestratora", + "database_engine": "Silnik bazy danych", + "database_version": "Wersja bazy danych", "estimated_db_size": "Szacowany rozmiar bazy danych (MiB)", "oldest_recorder_run": "Pocz\u0105tek najstarszej sesji rejestratora" } diff --git a/homeassistant/components/recorder/translations/tr.json b/homeassistant/components/recorder/translations/tr.json index 1fdc0e408b3..27606e9ab27 100644 --- a/homeassistant/components/recorder/translations/tr.json +++ b/homeassistant/components/recorder/translations/tr.json @@ -2,6 +2,8 @@ "system_health": { "info": { "current_recorder_run": "Mevcut \u00c7al\u0131\u015ft\u0131rma Ba\u015flang\u0131\u00e7 Zaman\u0131", + "database_engine": "Veritaban\u0131 Altyap\u0131s\u0131", + "database_version": "Veritaban\u0131 S\u00fcr\u00fcm\u00fc", "estimated_db_size": "Tahmini Veritaban\u0131 Boyutu (MB)", "oldest_recorder_run": "En Eski \u00c7al\u0131\u015ft\u0131rma Ba\u015flang\u0131\u00e7 Zaman\u0131" } diff --git a/homeassistant/components/shelly/translations/tr.json b/homeassistant/components/shelly/translations/tr.json index 0a70a067690..fac805e5134 100644 --- a/homeassistant/components/shelly/translations/tr.json +++ b/homeassistant/components/shelly/translations/tr.json @@ -6,6 +6,7 @@ }, "error": { "cannot_connect": "Ba\u011flanma hatas\u0131", + "firmware_not_fully_provisioned": "Cihaz tam olarak sa\u011flanmad\u0131. L\u00fctfen Shelly deste\u011fiyle ileti\u015fime ge\u00e7in", "invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama", "unknown": "Beklenmeyen hata" }, diff --git a/homeassistant/components/steam_online/translations/ca.json b/homeassistant/components/steam_online/translations/ca.json index 699630c3732..a9491e2e502 100644 --- a/homeassistant/components/steam_online/translations/ca.json +++ b/homeassistant/components/steam_online/translations/ca.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Llista d'amics restringida: consulta la documentaci\u00f3 sobre com veure tots els amics" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/et.json b/homeassistant/components/steam_online/translations/et.json index 7c09fa1de91..62e38eb4088 100644 --- a/homeassistant/components/steam_online/translations/et.json +++ b/homeassistant/components/steam_online/translations/et.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "S\u00f5prade nimekiri on piiratud: vaata dokumentatsiooni kuidas n\u00e4ha k\u00f5iki teisi s\u00f5pru" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/hu.json b/homeassistant/components/steam_online/translations/hu.json index edff854ab52..a7d6c6a7de4 100644 --- a/homeassistant/components/steam_online/translations/hu.json +++ b/homeassistant/components/steam_online/translations/hu.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Bar\u00e1ti lista korl\u00e1tozott: K\u00e9rj\u00fck, olvassa el a dokument\u00e1ci\u00f3t arr\u00f3l, hogyan l\u00e1thatja az \u00f6sszes t\u00f6bbi bar\u00e1tot." + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/it.json b/homeassistant/components/steam_online/translations/it.json index edb7878234d..3f2e9481301 100644 --- a/homeassistant/components/steam_online/translations/it.json +++ b/homeassistant/components/steam_online/translations/it.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Elenco amici limitato: consultare la documentazione su come vedere tutti gli altri amici." + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/ja.json b/homeassistant/components/steam_online/translations/ja.json index 935c975c801..e138d46319b 100644 --- a/homeassistant/components/steam_online/translations/ja.json +++ b/homeassistant/components/steam_online/translations/ja.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "\u30d5\u30ec\u30f3\u30c9\u30ea\u30b9\u30c8\u306e\u5236\u9650: \u4ed6\u306e\u3059\u3079\u3066\u306e\u30d5\u30ec\u30f3\u30c9\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u306f\u3001\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/no.json b/homeassistant/components/steam_online/translations/no.json index 021218823f5..1b30669fad4 100644 --- a/homeassistant/components/steam_online/translations/no.json +++ b/homeassistant/components/steam_online/translations/no.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Begrenset venneliste: Se dokumentasjonen for hvordan du ser alle andre venner" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/pl.json b/homeassistant/components/steam_online/translations/pl.json index 370b997b3fc..3ceff9e442f 100644 --- a/homeassistant/components/steam_online/translations/pl.json +++ b/homeassistant/components/steam_online/translations/pl.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Lista znajomych ograniczona: zapoznaj si\u0119 z dokumentacj\u0105, aby dowiedzie\u0107 si\u0119, jak zobaczy\u0107 wszystkich innych znajomych" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/tr.json b/homeassistant/components/steam_online/translations/tr.json index c378c90855e..a1717857080 100644 --- a/homeassistant/components/steam_online/translations/tr.json +++ b/homeassistant/components/steam_online/translations/tr.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "Arkada\u015f listesi k\u0131s\u0131tland\u0131: L\u00fctfen di\u011fer t\u00fcm arkada\u015flar\u0131 nas\u0131l g\u00f6rece\u011finizle ilgili belgelere bak\u0131n" + }, "step": { "init": { "data": { diff --git a/homeassistant/components/steam_online/translations/zh-Hant.json b/homeassistant/components/steam_online/translations/zh-Hant.json index 17cff11185e..7de1d6f1a3c 100644 --- a/homeassistant/components/steam_online/translations/zh-Hant.json +++ b/homeassistant/components/steam_online/translations/zh-Hant.json @@ -25,6 +25,9 @@ } }, "options": { + "error": { + "unauthorized": "\u597d\u53cb\u5217\u8868\u53d7\u9650\uff1a\u8acb\u53c3\u8003\u6587\u4ef6\u8cc7\u6599\u4ee5\u4e86\u89e3\u5982\u4f55\u986f\u793a\u6240\u6709\u597d\u53cb\u3002" + }, "step": { "init": { "data": {