From 01ceb620476a9ee29defe82ed5bc48dd7844de53 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Tue, 24 Sep 2019 11:58:07 +0200 Subject: [PATCH] Internationalized new message --- client/scripts/WebConsoleLanguage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/scripts/WebConsoleLanguage.js b/client/scripts/WebConsoleLanguage.js index 7d13994..47a298e 100644 --- a/client/scripts/WebConsoleLanguage.js +++ b/client/scripts/WebConsoleLanguage.js @@ -87,7 +87,7 @@ function setLanguage(locale){ "addServerModalSvIp": "IP сервера:", "addServerModalSvPort": "Порт WebConsole:", "addServerModalSvSsl": "Сервер с поддержкой SSL", - "addServerModalSslAdvice": "", + "addServerModalSslAdvice": "SSL требуется для клиентских подключений HTTPS", "addServerModalClose": "Закрыть", "saveAndConnectServerButton": "Сохранить и подключить", "passwordModalLongTitle": "Требуется пароль", @@ -118,7 +118,7 @@ function setLanguage(locale){ "addServerModalSvIp": "IP:", "addServerModalSvPort": "Porta(config.yml):", "addServerModalSvSsl": "SSL do servidor está habilitado ?", - "addServerModalSslAdvice": "", + "addServerModalSslAdvice": "É necessário SSL para conexões do cliente HTTPS", "addServerModalClose": "Fechar", "saveAndConnectServerButton": "Salvar e conectar", "passwordModalLongTitle": "Necessário uma senha", @@ -150,7 +150,7 @@ function setLanguage(locale){ "addServerModalSvIp": "服务器IP地址:", "addServerModalSvPort": "WebConsole端口:", "addServerModalSvSsl": "服务器已开启SSL", - "addServerModalSslAdvice": "", + "addServerModalSslAdvice": "HTTPS客户端连接需要SSL", "addServerModalClose": "关闭", "saveAndConnectServerButton": "保存并连接", "passwordModalLongTitle": "需要密码",