From 7c36ec0abc876cd7e18fb6f208b11fcdcc252bb5 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Tue, 16 Apr 2019 18:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=AF=BC=E5=85=A5=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A1=86=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8F=8A=E4=B8=8D=E6=98=BE=E7=A4=BAbug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/messages/message_en.properties | 3 ++- src/main/resources/messages/message_ru.properties | 3 ++- src/main/resources/messages/message_zh_CN.properties | 3 ++- src/main/webapp/WEB-INF/include/excel/importModal.jsp | 5 +++-- src/main/webapp/static/pages/scripts/importExcel.js | 11 +++++++++-- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index e14efc923..95790c319 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1508,4 +1508,5 @@ admin_user_warn=Admin User Warn interface_total=Interface Total service_total=Service Total unapproved_all=UnApprove all configurations! -delete_all=Delete all configurations! \ No newline at end of file +delete_all=Delete all configurations! +none_file_tip=Please Choose File! \ No newline at end of file diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties index 0da2cf990..04cfc4a9e 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -1511,4 +1511,5 @@ protection_list_manage=Protection List Manage effective=Effective admin_user_warn=Admin User Warn interface_total=Interface Total -service_total=Service Total \ No newline at end of file +service_total=Service Total +none_file_tip=Please Choose File! \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index 9c4775f86..8f5e3fb59 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1506,4 +1506,5 @@ admin_user_warn=\u7ba1\u7406\u5458\u7528\u6237\u9884\u8b66 interface_total=\u754c\u9762\u603b\u91cf service_total=\u670d\u52a1\u603b\u91cf unapproved_all=\u5ba1\u6838\u4E0D\u901a\u8fc7\u6240\u6709\u914d\u7f6e! -delete_all=\u5220\u9664\u6240\u6709\u914d\u7f6e! \ No newline at end of file +delete_all=\u5220\u9664\u6240\u6709\u914d\u7f6e! +none_file_tip=\u8BF7\u9009\u62E9\u6587\u4EF6! \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/include/excel/importModal.jsp b/src/main/webapp/WEB-INF/include/excel/importModal.jsp index a7f64e253..889dd2d42 100644 --- a/src/main/webapp/WEB-INF/include/excel/importModal.jsp +++ b/src/main/webapp/WEB-INF/include/excel/importModal.jsp @@ -4,7 +4,8 @@