diff --git a/admin/i18n/en/translations.json b/admin/i18n/en/translations.json index 2a85fce..4dd4cbd 100644 --- a/admin/i18n/en/translations.json +++ b/admin/i18n/en/translations.json @@ -1,8 +1,8 @@ { - "Cannot find any device": "Cannot find any device", - "Discover devices": "Discover devices", - "IP Address": "IP Address", - "Type": "Type", - "Port": "Port", - "Poll interval (sec)": "Poll interval (sec)" -} \ No newline at end of file + "Cannot find any device": "Cannot find any device", + "Discover devices": "Discover devices", + "IP Address": "IP Address", + "Type": "Type", + "Port": "Port", + "Poll interval (sec)": "Poll interval (sec)" +} diff --git a/admin/words.js b/admin/words.js new file mode 100644 index 0000000..536dafe --- /dev/null +++ b/admin/words.js @@ -0,0 +1,17 @@ +/*global systemDictionary:true */ +/* ++===================== DO NOT MODIFY ======================+ +| This file was generated by translate-adapter, please use | +| `translate-adapter adminLanguages2words` to update it. | ++===================== DO NOT MODIFY ======================+ +*/ +'use strict'; + +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 地址"}, + "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": "轮询间隔(秒)"}, +}; \ No newline at end of file