From e42c6ef3aae7a058c7c226c4130c5a1426fc798e Mon Sep 17 00:00:00 2001 From: Simon Hansen <67142049+DurgNomis-drol@users.noreply.github.com> Date: Wed, 11 Aug 2021 19:22:23 +0200 Subject: [PATCH] Updated translations. (#304) --- custom_components/google_home/translations/ca.json | 3 ++- custom_components/google_home/translations/de.json | 3 ++- custom_components/google_home/translations/nb.json | 3 ++- custom_components/google_home/translations/nn.json | 3 ++- custom_components/google_home/translations/pt.json | 3 ++- custom_components/google_home/translations/ru.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/custom_components/google_home/translations/ca.json b/custom_components/google_home/translations/ca.json index efe918c43..3890f90f6 100644 --- a/custom_components/google_home/translations/ca.json +++ b/custom_components/google_home/translations/ca.json @@ -22,7 +22,8 @@ "step": { "init": { "data": { - "data_collection": "Permet la recol·lecta de dades de diagnòstic anònimes. Visita https://github.com/leikoilja/ha-google-home#diagnostic-data-collection (en anglès) per a més informació. Reinici necessari." + "data_collection": "Permet la recol·lecta de dades de diagnòstic anònimes. Visita https://github.com/leikoilja/ha-google-home#diagnostic-data-collection (en anglès) per a més informació. Reinici necessari.", + "update_interval": "Canvia l'interval d'actualització. Augmenteu-ho si teniu temps d’espera dels dispositius. Valor per defecte: 180 (segons)" } } } diff --git a/custom_components/google_home/translations/de.json b/custom_components/google_home/translations/de.json index 26ea4f96a..8530b9de0 100644 --- a/custom_components/google_home/translations/de.json +++ b/custom_components/google_home/translations/de.json @@ -21,7 +21,8 @@ "step": { "init": { "data": { - "data_collection": "Stimme der anonymen Datenerfassung zu (weitere Informationen: https://github.com/leikoilja/ha-google-home#diagnostic-data-collection)." + "data_collection": "Stimme der anonymen Datenerfassung zu (weitere Informationen: https://github.com/leikoilja/ha-google-home#diagnostic-data-collection).", + "update_interval": "Aktualisierungsintervall ändern. Erhöhen Sie diesen Wert, wenn Sie unter Zeitüberschreitungen der Geräte leiden. Standard: 180 (Sekunden)" } } } diff --git a/custom_components/google_home/translations/nb.json b/custom_components/google_home/translations/nb.json index b96f15699..15b0feb21 100644 --- a/custom_components/google_home/translations/nb.json +++ b/custom_components/google_home/translations/nb.json @@ -21,7 +21,8 @@ "step": { "init": { "data": { - "data_collection": "Tillat at anonym diagnostikkdata blir samla (se https://github.com/leikoilja/ha-google-home#diagnostic-data-collection)." + "data_collection": "Tillat at anonym diagnostikkdata blir samla (se https://github.com/leikoilja/ha-google-home#diagnostic-data-collection).", + "update_interval": "Endre oppdateringsintervall. Øk dette hvis du lider av tidsavbrudd for enheter. Standard: 180 (sekunder)" } } } diff --git a/custom_components/google_home/translations/nn.json b/custom_components/google_home/translations/nn.json index b845705e5..25206a717 100644 --- a/custom_components/google_home/translations/nn.json +++ b/custom_components/google_home/translations/nn.json @@ -21,7 +21,8 @@ "step": { "init": { "data": { - "data_collection": "Tillat at anonym diagnostikkdata vert samla (sjå https://github.com/leikoilja/ha-google-home#diagnostic-data-collection)." + "data_collection": "Tillat at anonym diagnostikkdata vert samla (sjå https://github.com/leikoilja/ha-google-home#diagnostic-data-collection).", + "update_interval": "Endre oppdateringsintervall. Øk dette hvis du lider av tidsavbrudd for enheter. Standard: 180 (sekunder)" } } } diff --git a/custom_components/google_home/translations/pt.json b/custom_components/google_home/translations/pt.json index 836199367..a207a205c 100644 --- a/custom_components/google_home/translations/pt.json +++ b/custom_components/google_home/translations/pt.json @@ -21,7 +21,8 @@ "step": { "init": { "data": { - "data_collection": "Permitir a recolha anónima de dados de diagnóstico (Ver https://github.com/leikoilja/ha-google-home#diagnostic-data-collection)." + "data_collection": "Permitir a recolha anónima de dados de diagnóstico (Ver https://github.com/leikoilja/ha-google-home#diagnostic-data-collection).", + "update_interval": "Altere o intervalo de atualização. Aumente isso se você estiver sofrendo de tempo limite dos dispositivos. Padrão: 180 (segundos)" } } } diff --git a/custom_components/google_home/translations/ru.json b/custom_components/google_home/translations/ru.json index aac8bbf06..008dfa239 100644 --- a/custom_components/google_home/translations/ru.json +++ b/custom_components/google_home/translations/ru.json @@ -21,7 +21,8 @@ "step": { "init": { "data": { - "data_collection": "Разрешить анонимный сбор данных для диагностики (см. https://github.com/leikoilja/ha-google-home#diagnostic-data-collection)." + "data_collection": "Разрешить анонимный сбор данных для диагностики (см. https://github.com/leikoilja/ha-google-home#diagnostic-data-collection).", + "update_interval": "Изменить интервал обновления. Увеличьте это значение, если у вас истекло время ожидания устройств. По умолчанию: 180 (секунд)" } } }