From 4b12058d721318d41b0e529b7505558c2a4c7b34 Mon Sep 17 00:00:00 2001 From: mcm1957 Date: Sun, 9 Feb 2025 16:51:27 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 83.3% (5 of 6 strings) Translation: ioBroker Adapters/wifilight Translate-URL: https://weblate.iobroker.net/projects/adapters/wifilight/de/ --- admin/i18n/de/translations.json | 2 +- admin/words.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/i18n/de/translations.json b/admin/i18n/de/translations.json index 1e17755..c806029 100644 --- a/admin/i18n/de/translations.json +++ b/admin/i18n/de/translations.json @@ -3,6 +3,6 @@ "Discover devices": "Geräte entdecken", "IP Address": "IP-Adresse", "Type": "Typ", - "Port": "Hafen", + "Port": "Port", "Poll interval (sec)": "Abfrageintervall (Sek.)" } diff --git a/admin/words.js b/admin/words.js index f5dcfe7..776695c 100644 --- a/admin/words.js +++ b/admin/words.js @@ -12,6 +12,6 @@ systemDictionary = { "Discover devices": { "en": "Discover devices", "de": "Geräte entdecken", "ru": "Откройте для себя устройства", "pt": "Descobrir dispositivos", "nl": "Ontdek apparaten", "fr": "Découvrir les appareils", "it": "Scopri i dispositivi", "es": "Descubrir dispositivos", "pl": "Odkryj urządzenia", "uk": "Відкрийте пристрої", "zh-cn": "发现设备"}, "IP Address": { "en": "IP Address", "de": "IP-Adresse", "ru": "IP-адрес", "pt": "Endereço IP", "nl": "IP-adres", "fr": "Adress IP", "it": "Indirizzo IP", "es": "Dirección IP", "pl": "Adres IP", "uk": "IP-адреса", "zh-cn": "IP 地址"}, "Type": { "en": "Type", "de": "Typ", "ru": "Тип", "pt": "Tipo", "nl": "Type", "fr": "Taper", "it": "Tipo", "es": "Tipo", "pl": "Typ", "uk": "Тип", "zh-cn": "类型"}, - "Port": { "en": "Port", "de": "Hafen", "ru": "Порт", "pt": "Porta", "nl": "Haven", "fr": "Port", "it": "Porta", "es": "Puerto", "pl": "Port", "uk": "Порт", "zh-cn": "港口"}, + "Port": { "en": "Port", "de": "Port", "ru": "Порт", "pt": "Porta", "nl": "Haven", "fr": "Port", "it": "Porta", "es": "Puerto", "pl": "Port", "uk": "Порт", "zh-cn": "港口"}, "Poll interval (sec)": { "en": "Poll interval (sec)", "de": "Abfrageintervall (Sek.)", "ru": "Интервал опроса (сек)", "pt": "Intervalo de pesquisa (seg)", "nl": "Poll-interval (sec)", "fr": "Intervalle de sondage (sec)", "it": "Intervallo di polling (sec)", "es": "Intervalo de sondeo (seg)", "pl": "Interwał sondowania (sek.)", "uk": "Інтервал опитування (с)", "zh-cn": "轮询间隔(秒)"}, }; \ No newline at end of file