From cc5acbc271f3fb782ea305f0b576ace6c8e1285f Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 6 Jun 2018 17:06:31 +0800 Subject: [PATCH] =?UTF-8?q?(1)action=E5=9B=BD=E9=99=85=E5=8C=96code?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=8C=E4=B8=AD=E8=8B=B1=E4=BF=84=E4=B8=89?= =?UTF-8?q?=E5=9B=BD=E5=9B=BD=E9=99=85=E5=8C=96=20(2)=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=83=A8=E5=88=86=E6=95=B0=E5=AD=97=E5=86=99?= =?UTF-8?q?=E6=AD=BB=E7=9A=84=E4=BB=A3=E7=A0=81=E6=9B=BF=E6=8D=A2=E4=B8=BA?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/messages/message_en.properties | 11 +++++- .../resources/messages/message_ru.properties | 11 +++++- .../messages/message_zh_CN.properties | 9 +++++ .../webapp/WEB-INF/views/cfg/iplist/list.jsp | 34 +++++++++---------- .../WEB-INF/views/cfg/whitelist/ipForm.jsp | 11 +++--- .../WEB-INF/views/cfg/whitelist/ipList.jsp | 19 +++++------ 6 files changed, 61 insertions(+), 34 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 63bff9a2f..e43f22553 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -566,4 +566,13 @@ ip_subnet=Subnet district=match district keywords=keywords ingress=ingress -degress=egress \ No newline at end of file +degress=egress +action_drop=drop +action_reject=reject +action_redirect=\redirect +action_loop=loop +action_forward=forward +action_ratelimit=rate limit +action_replace=replace +action_whitelist=white list +action_monit=monitor \ 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 1329fa08a..353a4cfdd 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -392,4 +392,13 @@ ip_subnet=Subnet district=match district keywords=keywords ingress=ingress -degress=egress \ No newline at end of file +degress=egress +action_drop=\u0431\u0440\u043E\u0441\u044C +action_reject=\u043E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C +action_redirect=\u043F\u0435\u0440\u0435\u043D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 +action_loop=\u043F\u0435\u0442\u043B\u044F +action_forward=\u0432\u043F\u0435\u0440\u0435\u0434 +action_ratelimit=\u0441\u0442\u0430\u0432\u043A\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0438\u0442\u044C +action_replace=\u0437\u0430\u043C\u0435\u043D\u0438\u0442\u044C +action_whitelist=\u0431\u0435\u043B\u044B\u0439 \u0441\u043F\u0438\u0441\u043E\u043A +action_monit=\u041C\u043E\u043D\u0438\u0442\u043E\u0440\u0438\u043D\u0433 \ 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 ce98b65a4..6e7b665a8 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -593,3 +593,12 @@ has_prohibit_delete=\u53EA\u6709\u672A\u5BA1\u6838\u7684\u914D\u7F6E\u53EF\u5220 has_prohibit_nopass=\u53EA\u6709\u672A\u5BA1\u6838\u7684\u914D\u7F6E\u53EF\u672A\u901A\u8FC7\u5BA1\u6838 has_prohibit_pass=\u53EA\u6709\u672A\u5BA1\u6838\u7684\u914D\u7F6E\u53EF\u4EE5\u5BA1\u6838\u901A\u8FC7 multiple_keywords_tip=\u53EF\u540C\u65F6\u8F93\u5165\u591A\u6761\u5173\u952E\u5B57\uFF0C\u8BF7\u4EE5\u82F1\u6587\u9017\u53F7\u6216\u8005\u56DE\u8F66\u952E\u9694\u5F00\u3002 +action_drop=\u4E22\u5F03 +action_reject=\u963B\u65AD +action_redirect=\u91CD\u5B9A\u5411 +action_loop=\u56DE\u6D41 +action_forward=\u8F6C\u53D1 +action_ratelimit=\u9650\u901F +action_replace=\u66FF\u6362 +action_whitelist=\u767D\u540D\u5355 +action_monit=\u76D1\u6D4B \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/iplist/list.jsp b/src/main/webapp/WEB-INF/views/cfg/iplist/list.jsp index 987560fa8..d7f72d4b8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/iplist/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/iplist/list.jsp @@ -87,10 +87,9 @@
- - - - + + +
@@ -246,18 +245,19 @@ ${cfg.destIpAddress } ${cfg.destPort } - - + + - - + + + - - - + + + @@ -298,12 +298,12 @@ - - - - - - + + + + + + ${cfg.creatorName } diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp index 0ac60ddfd..011f677eb 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp @@ -138,9 +138,9 @@ $(function(){
@@ -163,8 +163,9 @@ $(function(){
diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipList.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipList.jsp index c68f62626..1d5527094 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipList.jsp @@ -88,10 +88,9 @@
- - - - + + +
@@ -251,12 +250,12 @@ - - - - - - + + + + + + ${cfg.creatorName }