From e60e9a57ea6fe0e8d2f349232766b2662a74a278 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Wed, 7 Mar 2018 09:38:10 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/messages/message_en.properties | 3 + .../messages/message_zh_CN.properties | 3 + .../WEB-INF/views/cfg/stringCfgList.jsp | 78 +++++++++++-------- 3 files changed, 52 insertions(+), 32 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index d680ccac3..f0c3ceafb 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -228,4 +228,7 @@ block_url=block url configuration=configuration direction=direction protocol=protocol +oneway=oneway +twoway=twoway +arbitrary=arbitrary #==========guankongbaimingdan end===================== \ 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 8c7f9df9e..7cace7e7d 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -226,4 +226,7 @@ block_url=\u5c01\u5835\u8def\u5f84 configuration=\u914d\u7f6e direction=\u65b9\u5411 protocol=\u534f\u8bae +oneway=\u5355\u5411 +twoway=\u53cc\u5411 +arbitrary=\u4efb\u610f #==========guankongbaimingdan end===================== \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp index d17d3fa83..e993bc3d3 100644 --- a/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp @@ -5,6 +5,20 @@ <spring:message code="${cfgName}"></spring:message> + + + + + + + + + + + + + +