diff --git a/homeassistant/components/here_travel_time/translations/hu.json b/homeassistant/components/here_travel_time/translations/hu.json index cdd40f139d7..b3cee83f662 100644 --- a/homeassistant/components/here_travel_time/translations/hu.json +++ b/homeassistant/components/here_travel_time/translations/hu.json @@ -39,6 +39,13 @@ }, "title": "Eredet kiv\u00e1laszt\u00e1sa" }, + "origin_menu": { + "menu_options": { + "origin_coordinates": "T\u00e9rk\u00e9pes hely haszn\u00e1lata", + "origin_entity": "Egy entit\u00e1s haszn\u00e1lata" + }, + "title": "V\u00e1lassza az eredetit" + }, "user": { "data": { "api_key": "API kulcs", diff --git a/homeassistant/components/rhasspy/translations/hu.json b/homeassistant/components/rhasspy/translations/hu.json new file mode 100644 index 00000000000..8297d6af059 --- /dev/null +++ b/homeassistant/components/rhasspy/translations/hu.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "M\u00e1r konfigur\u00e1lva. Csak egyetlen konfigur\u00e1ci\u00f3 lehets\u00e9ges." + }, + "step": { + "user": { + "description": "Szeretn\u00e9 enged\u00e9lyezni a Rhasspy t\u00e1mogat\u00e1st?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rhasspy/translations/id.json b/homeassistant/components/rhasspy/translations/id.json new file mode 100644 index 00000000000..7a0b5445bcd --- /dev/null +++ b/homeassistant/components/rhasspy/translations/id.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Sudah dikonfigurasi. Hanya satu konfigurasi yang diizinkan." + }, + "step": { + "user": { + "description": "Ingin mengaktifkan dukungan Rhasspy?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rhasspy/translations/pl.json b/homeassistant/components/rhasspy/translations/pl.json new file mode 100644 index 00000000000..79db07a077f --- /dev/null +++ b/homeassistant/components/rhasspy/translations/pl.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." + }, + "step": { + "user": { + "description": "Czy chcesz w\u0142\u0105czy\u0107 obs\u0142ug\u0119 Rhasspy?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/hu.json b/homeassistant/components/withings/translations/hu.json index 7504c36c58e..a157d5e3688 100644 --- a/homeassistant/components/withings/translations/hu.json +++ b/homeassistant/components/withings/translations/hu.json @@ -27,6 +27,10 @@ "reauth": { "description": "A \u201e{profile}\u201d profilt \u00fajra hiteles\u00edteni kell, hogy tov\u00e1bbra is fogadni tudja a Withings adatokat.", "title": "Integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se" + }, + "reauth_confirm": { + "description": "A \u201e{profile}\u201d profilt \u00fajra kell hiteles\u00edteni, hogy tov\u00e1bbra is megkaphassa a Withings-adatokat.", + "title": "Az integr\u00e1ci\u00f3 \u00fajrahiteles\u00edt\u00e9se" } } } diff --git a/homeassistant/components/withings/translations/id.json b/homeassistant/components/withings/translations/id.json index eb21a0d3352..4b4490a617b 100644 --- a/homeassistant/components/withings/translations/id.json +++ b/homeassistant/components/withings/translations/id.json @@ -27,6 +27,10 @@ "reauth": { "description": "Profil \"{profile}\" perlu diautentikasi ulang untuk terus menerima data Withings.", "title": "Autentikasi Ulang Integrasi" + }, + "reauth_confirm": { + "description": "Profil \"{profile}\" perlu diautentikasi ulang untuk terus menerima data Withings.", + "title": "Autentikasi Ulang Integrasi" } } }