diff --git a/translations/ca.json b/translations/ca.json index 49f6d5e4f8..3e13f40049 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -603,6 +603,12 @@ "device_unavailable": "dispositiu no disponible", "entity_unavailable": "entitat no disponible", "no_area": "Sense àrea" + }, + "config_flow": { + "external_step": { + "description": "Aquest pas requereix que visitis un lloc web extern per completar-lo.", + "open_site": "Vés al lloc web" + } } }, "zha": { diff --git a/translations/de.json b/translations/de.json index a418a81078..8a2a8e33c7 100644 --- a/translations/de.json +++ b/translations/de.json @@ -603,6 +603,12 @@ "device_unavailable": "Gerät nicht verfügbar", "entity_unavailable": "Entität nicht verfügbar", "no_area": "Kein Bereich" + }, + "config_flow": { + "external_step": { + "description": "Für diesen Schritt musst du eine externe Website besuchen, um den Vorgang abzuschließen.", + "open_site": "Website öffnen" + } } }, "zha": { @@ -855,6 +861,11 @@ "required_fields": "Fülle alle Pflichtfelder aus.", "password_not_match": "Passwörter stimmen nicht überein" } + }, + "integration": { + "intro": "Geräte und Dienste werden in Home Assistant als Integrationen dargestellt. Sie können jetzt oder später über die Konfigurationsseite eingerichtet werden.", + "more_integrations": "Mehr", + "finish": "Fertig" } }, "lovelace": { diff --git a/translations/it.json b/translations/it.json index 642837262e..8c71c84a8b 100644 --- a/translations/it.json +++ b/translations/it.json @@ -925,7 +925,8 @@ }, "sidebar": { "log_out": "Esci", - "developer_tools": "Strumenti per gli sviluppatori" + "developer_tools": "Strumenti per gli sviluppatori", + "external_app_configuration": "Configurazione dell'App" }, "common": { "loading": "Caricamento", diff --git a/translations/lb.json b/translations/lb.json index 0dbf1b7053..7119a3d743 100644 --- a/translations/lb.json +++ b/translations/lb.json @@ -603,6 +603,12 @@ "device_unavailable": "Apparat net erreechbar", "entity_unavailable": "Entitéit net erreechbar", "no_area": "Kee Beräich" + }, + "config_flow": { + "external_step": { + "description": "Fir dës Etapp ofzeschléisse muss dir eng externe Internetsäit besichen.", + "open_site": "Internetsäit opmaachen" + } } }, "zha": { diff --git a/translations/nb.json b/translations/nb.json index 7901bad924..8d34f34c0c 100644 --- a/translations/nb.json +++ b/translations/nb.json @@ -603,6 +603,12 @@ "device_unavailable": "enheten er utilgjengelig", "entity_unavailable": "oppføringen er utilgjengelig", "no_area": "Ingen område" + }, + "config_flow": { + "external_step": { + "description": "Dette trinnet krever at du besøker et eksternt nettsted som skal fylles ut.", + "open_site": "Åpne nettsted" + } } }, "zha": { @@ -855,6 +861,11 @@ "required_fields": "Fyll ut alle nødvendige felt", "password_not_match": "Passordene er ikke like" } + }, + "integration": { + "intro": "Enheter og tjenester er representert i Home Assistant som integrasjoner. Du kan sette dem opp nå, eller gjøre det senere fra konfigurasjonen skjermen.", + "more_integrations": "Mer", + "finish": "Fullfør" } }, "lovelace": { @@ -873,6 +884,8 @@ "hold": "Hold:", "tap": "Trykk:", "navigate_to": "Naviger til {location}", + "toggle": "Veksle {name}", + "call_service": "Kall tjeneste {navn}", "more_info": "Vis mer info: {name}" } }, @@ -931,7 +944,8 @@ }, "sidebar": { "log_out": "Logg ut", - "developer_tools": "Utviklerverktøy" + "developer_tools": "Utviklerverktøy", + "external_app_configuration": "Appkonfigurasjon" }, "common": { "loading": "Laster", diff --git a/translations/ru.json b/translations/ru.json index 3584cc6437..590b71840b 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -603,6 +603,12 @@ "device_unavailable": "устройство недоступно", "entity_unavailable": "объект недоступен", "no_area": "Не указано" + }, + "config_flow": { + "external_step": { + "description": "Для завершения этого шага требуется посетить внешний веб-сайт.", + "open_site": "Открыть веб-сайт" + } } }, "zha": { @@ -858,7 +864,7 @@ }, "integration": { "intro": "Устройства и сервисы представлены в Home Assistant как интеграции. Вы можете добавить их сейчас или сделать это позже в разделе настроек.", - "more_integrations": "Все интеграции", + "more_integrations": "Ещё", "finish": "Готово" } }, diff --git a/translations/zh-Hant.json b/translations/zh-Hant.json index 4d3761ee47..6dfc63d41a 100644 --- a/translations/zh-Hant.json +++ b/translations/zh-Hant.json @@ -603,6 +603,12 @@ "device_unavailable": "裝置不可用", "entity_unavailable": "物件不可用", "no_area": "無分區" + }, + "config_flow": { + "external_step": { + "description": "此步驟將需要開啟外部網站方能完成。", + "open_site": "開啟網站" + } } }, "zha": {