diff --git a/admin/i18n/en/translations.json b/admin/i18n/en/translations.json index cb460c4..4dd4cbd 100644 --- a/admin/i18n/en/translations.json +++ b/admin/i18n/en/translations.json @@ -1,7 +1,7 @@ { "Cannot find any device": "Cannot find any device", "Discover devices": "Discover devices", - "IP Address": "IP address", + "IP Address": "IP Address", "Type": "Type", "Port": "Port", "Poll interval (sec)": "Poll interval (sec)" diff --git a/admin/words.js b/admin/words.js index 383bcc7..536dafe 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": "Adresse 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": "轮询间隔(秒)"},