From 4584b86b026376139114ce553d0bd8583c2e0e87 Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 7 Aug 2018 16:32:52 +0800 Subject: [PATCH] =?UTF-8?q?ip=5Fprotocol=E5=9B=BD=E9=99=85=E5=8C=96?= 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 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 2bee972b6..9daf06402 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1065,4 +1065,5 @@ basic_protocol_drop=Basic Protocol Drop encrypted_tunnel_behavior_reject=Tunnel Behavior Reject encrypted_tunnel_behavior_ratelimit=Tunnel Behavior Ratelimit encrypted_tunnel_behavior_monit=Tunnel Behavior Monit -encrypted_tunnel_behavior_drop=Tunnel Behavior Drop \ No newline at end of file +encrypted_tunnel_behavior_drop=Tunnel Behavior Drop +ip_protocol=IP Protocol \ 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 453b46d8d..80e9efe38 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -869,4 +869,5 @@ basic_protocol_drop=Basic Protocol Drop encrypted_tunnel_behavior_reject=Tunnel Behavior Reject encrypted_tunnel_behavior_ratelimit=Tunnel Behavior Ratelimit encrypted_tunnel_behavior_monit=Tunnel Behavior Monit -encrypted_tunnel_behavior_drop=Tunnel Behavior Drop \ No newline at end of file +encrypted_tunnel_behavior_drop=Tunnel Behavior Drop +ip_protocol=IP Protocol \ 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 c6b57827d..c512e94ab 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1059,4 +1059,5 @@ basic_protocol_drop=\u57FA\u7840\u534F\u8BAE\u4E22\u5F03 encrypted_tunnel_behavior_reject=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u963B\u65AD encrypted_tunnel_behavior_ratelimit=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u9650\u901F encrypted_tunnel_behavior_monit=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u76D1\u6D4B -encrypted_tunnel_behavior_drop=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u4E22\u5F03 \ No newline at end of file +encrypted_tunnel_behavior_drop=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u4E22\u5F03 +ip_protocol=IP\u534F\u8BAE \ No newline at end of file