From f2b5d7413ccaa5405dae1d0d6c84235d67f47f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=86=AC=E6=A2=85?= Date: Mon, 1 Apr 2019 11:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E7=BB=93=E6=9D=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=97=B4=E9=9A=94=E8=87=B3=E5=B0=91=E4=B8=BA1?= =?UTF-8?q?=E5=88=86=E9=92=9F=E7=9A=84=E5=9B=BD=E9=99=85=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jquery-validation/1.11.0/localization/messages_en.js | 3 ++- .../jquery-validation/1.11.0/localization/messages_ru.js | 3 ++- .../jquery-validation/1.11.0/localization/messages_zh.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js index cff038c88..022af28de 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js @@ -90,6 +90,7 @@ log_trend:"Log Trend", info:"Prompt", protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!", - log_no_data:"This hour no data" + log_no_data:"This hour no data", + expireTip:"Start time and end time interval is at least 1 minute" }); }(jQuery)); diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js index 9f7490a33..c02c07f4f 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js @@ -90,6 +90,7 @@ log_trend:"Журнал Тенденция", info:"Инфо", protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!", - log_no_data:"Нет данных за этот час" + log_no_data:"Нет данных за этот час", + expireTip:"Start time and end time interval is at least 1 minute" }); }(jQuery)); diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js index 11cf137d9..59c5a67cc 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js @@ -90,6 +90,7 @@ log_trend:"日志趋势", info:"提示", protect_warn:"该策略执行条件过于宽泛,会消耗较多的计算资源。慎用!", - log_no_data:"本小时无数据" + log_no_data:"本小时无数据", + expireTip:"开始时间结束时间间隔至少为1分钟" }); }(jQuery));