From 91a4fd4d8fe2cdef12444948cc6e16a84ec2b1de Mon Sep 17 00:00:00 2001 From: Uwe1958 Date: Mon, 25 Nov 2024 09:43:28 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (6 of 6 strings) Translation: ioBroker Adapters/wifilight Translate-URL: https://weblate.iobroker.net/projects/adapters/wifilight/fr/ --- admin/i18n/fr/translations.json | 14 +++++++------- admin/words.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/i18n/fr/translations.json b/admin/i18n/fr/translations.json index 6a82db1..b98f970 100644 --- a/admin/i18n/fr/translations.json +++ b/admin/i18n/fr/translations.json @@ -1,8 +1,8 @@ { - "Cannot find any device": "Impossible de trouver un appareil", - "Discover devices": "Découvrir les appareils", - "IP Address": "Adresse IP", - "Type": "Taper", - "Port": "Port", - "Poll interval (sec)": "Intervalle de sondage (sec)" -} \ No newline at end of file + "Cannot find any device": "Impossible de trouver un appareil", + "Discover devices": "Découvrir les appareils", + "IP Address": "Adress IP", + "Type": "Taper", + "Port": "Port", + "Poll interval (sec)": "Intervalle de sondage (sec)" +} diff --git a/admin/words.js b/admin/words.js index 536dafe..f5dcfe7 100644 --- a/admin/words.js +++ b/admin/words.js @@ -10,7 +10,7 @@ systemDictionary = { "Cannot find any device": { "en": "Cannot find any device", "de": "Es kann kein Gerät gefunden werden", "ru": "Не удалось найти ни одно устройство.", "pt": "Não é possível encontrar nenhum dispositivo", "nl": "Kan geen enkel apparaat vinden", "fr": "Impossible de trouver un appareil", "it": "Non riesco a trovare alcun dispositivo", "es": "No se puede encontrar ningún dispositivo", "pl": "Nie można znaleźć żadnego urządzenia", "uk": "Не вдається знайти жодного пристрою", "zh-cn": "找不到任何设备"}, "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": "Adresse IP", "it": "Indirizzo IP", "es": "Dirección IP", "pl": "Adres IP", "uk": "IP-адреса", "zh-cn": "IP 地址"}, + "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": "港口"}, "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": "轮询间隔(秒)"},