diff --git a/admin/words.js b/admin/words.js
index eb9db35..2027c0a 100644
--- a/admin/words.js
+++ b/admin/words.js
@@ -3,9 +3,9 @@
'use strict';
systemDictionary = {
- "Check license": { "en": "Check license", "de": "Lizenz prüfen", "ru": "Проверить лицензию", "pt": "Verifique a licença", "nl": "Controleer licentie", "fr": "Vérifier la licence", "it": "Controlla la licenza", "es": "Verificar licencia", "pl": "Sprawdź licencję"},
- "License:": { "en": "License key:", "de": "License Key:", "ru": "Лицензионный ключ:", "pt": "Chave de licença:", "nl": "Licentiesleutel:", "fr": "Clé de licence:", "it": "Chiave di licenza:", "es": "Clave de licencia:", "pl": "Klucz licencyjny:"},
- "Service is offline. Please try later.": { "en": "Service is offline or no internet available. Please try later or check the internet connection.", "de": "Service ist momentan nicht erreichbar oder keine Internetverbindung vorhanden. Bitte fersuchen Sie später noch ein mal oder prüfen Sie die Internetverbindung.", "ru": "Сервис сейчас недоступен или нет интернет соединения. Попробуйте попозже или проверте интеренет соединение.", "pt": "O serviço está offline ou não há internet disponível. Por favor tente mais tarde ou confira a conexão com a internet.", "nl": "Service is offline of geen internet beschikbaar. Probeer het later opnieuw of controleer de internetverbinding.", "fr": "Le service est hors ligne ou pas disponible sur Internet. Veuillez réessayer plus tard ou vérifier la connexion Internet.", "it": "Il servizio è offline o non disponibile su Internet. Si prega di provare più tardi o controllare la connessione internet.", "es": "El servicio está fuera de línea o no hay internet disponible. Por favor intente más tarde o verifique la conexión a internet.", "pl": "Usługa jest niedostępna lub nie ma dostępu do Internetu. Spróbuj później lub sprawdź połączenie internetowe."},
- "instruction": { "en": "To use vis, you must get the license key for it.
vis is free for private use, but for commercial use it has a price.
You can get the license on yunkong2.net after short registration.", "de": "Man braucht eine Lizenz um vis zu nutzen.
vis ist kostenlos für private Nutzung. Nur für kommerzielle Gebrauch muss man für eine Lizenz bezahlen.
Man kann eine Lizenz auf yunkong2.net nach der Registrierung bekommen.", "ru": "Для пользования vis необходимо получить лицензионный ключ.
vis бесплатен для личного использования в некоммерческих целях. Для использования vis в коммерческих целях необходимо заплатить за лицензию.
Лицензионный ключ можно получить здесь yunkong2.net после регистрации.", "pt": "Para usar vis , você deve obter a chave de licença para isso. vis é grátis para uso privado, mas para uso comercial, ele tem um preço.
Você pode obter a licença em yunkong2.net após curto registro.", "nl": "Als u vis wilt gebruiken, moet u hiervoor de licentiesleutel hebben.
vis is gratis voor privégebruik, maar voor commercieel gebruik heeft het een prijs.
You kan de licentie krijgen op yunkong2.net na een korte registratie.", "fr": "Pour utiliser vis , vous devez obtenir la clé de licence.
vis est libre pour un usage privé, mais pour un usage commercial, il a un prix.
Vous peut obtenir la licence sur yunkong2.net après une brève inscription.", "it": "Per utilizzare vis , devi ottenere il codice di licenza per esso.
vis è gratuito per uso privato, ma per uso commerciale ha un prezzo.
Tu può ottenere la licenza su yunkong2.net dopo una breve registrazione.", "es": "Para usar vis , debe obtener la clave de licencia correspondiente.
vis es gratuito para uso privado, pero para uso comercial tiene un precio.
Usted puede obtener la licencia en yunkong2.net después de un breve registro.", "pl": "Aby użyć vis , musisz uzyskać klucz licencyjny. vis jest bezpłatny do użytku prywatnego, ale do celów komercyjnych ma swoją cenę. może uzyskać licencję na yunkong2.net po krótkiej rejestracji."},
- "vis adapter settings": { "en": "vis adapter settings", "de": "vis Adapter-Einstellungen", "ru": "Настройки драйвера vis", "pt": "vis as configurações do adaptador", "nl": "vis adapter instellingen", "fr": "paramètres de l'adaptateur vis", "it": "impostazioni della scheda vis", "es": "vis configuración del adaptador", "pl": "ustawienia adaptera vis"},
+ "Check license": { "cn": "Check license", "en": "Check license"},
+ "License:": { "cn": "License key:", "en": "License key:"},
+ "Service is offline. Please try later.": { "cn": "Service is offline or no internet available. Please try later or check the internet connection.", "en": "Service is offline or no internet available. Please try later or check the internet connection."},
+ "instruction": { "cn": "To use vis, you must get the license key for it.
vis is free for private use, but for commercial use it has a price.
You can get the license on yunkong2.net after short registration.", "en": "To use vis, you must get the license key for it.
vis is free for private use, but for commercial use it has a price.
You can get the license on yunkong2.net after short registration."},
+ "vis adapter settings": { "cn": "vis adapter settings", "en": "vis adapter settings"},
};
\ No newline at end of file