From 4e4be19edcd71cf1a78d0f440b435b05340ea0a1 Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Thu, 23 Jul 2020 16:34:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(sessions=5Fcmd=5Fstorage):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=88=9B=E5=BB=BA=E5=91=BD=E4=BB=A4=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/cn.json | 2 +- src/i18n/langs/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index bd4662de5..7a58bbe35 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -557,7 +557,7 @@ "sessionMonitor": "监控", "TerminateTaskSendSuccessMsg": "终断任务已下发,请稍后刷新查看", "helpText": { - "esUrl": "提示:不需要写 http/https(例如:jumpserver.abc.com:9200)", + "esUrl": "提示:如果有多台主机,请使用逗号 ( , ) 进行分割。(eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex": "提示:填写es服务器上已经创建好的索引" } }, diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index fd87b6fd5..e407bb3d0 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -556,7 +556,7 @@ "sessionMonitor": "Session Monitor", "TerminateTaskSendSuccessMsg": "Terminate task has been send, Please check later", "helpText": { - "esUrl": "Tip: You don't need to write HTTP/HTTPS (for example, Jumpserver.abc.com :9200)", + "esUrl": "Tip: If you have multiple hosts, use comma (,) to split (eg: http://www.jumpserver.a.com,http://www.jumpserver.b.com)", "esIndex":"Tip: Fill in the index that has been created on the ES server" } },