From 7cc3a7f9a19f05f0184360fcc959746e55ffb4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 20 Apr 2023 17:34:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=99=BB=E5=BD=95=E8=A7=84=E5=88=99helptext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 2 +- src/i18n/langs/ja.json | 2 +- src/i18n/langs/zh.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 2ff6005c1..f18757510 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -141,7 +141,7 @@ "users": "User", "Rules": "Rule", "Action": "Action", - "ip_group_help_text": "The format is a comma-separated string, * means match all. Example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64", + "ip_group_help_text": "* means match all. Example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64", "apply_login_account": "Apply login account" }, "applications": { diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index b5179066a..ac5a16c70 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -120,7 +120,7 @@ "AccountUsername": "アカウント (ユーザー名)", "username": "ユーザー名", "ip_group": "IPグループ", - "ip_group_help_text": "コンマ区切りの文字列で、 * はすべてにマッチすることを示します。例: 192.168.10.1、192.168.1.0/24、10.1.1-10.1.1. 20、2001:db8:2de::e 13、2001:db8:1a:1110::/64", + "ip_group_help_text": "* はすべてにマッチすることを示します。例: 192.168.10.1、192.168.1.0/24、10.1.1-10.1.1. 20、2001:db8:2de::e 13、2001:db8:1a:1110::/64", "action": "アクション", "Rules": "ルール", "Action": "アクション", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index a23684bf6..25e7fbef9 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -121,7 +121,7 @@ "reviewer": "审批人", "username": "用户名", "ip_group": "IP 组", - "ip_group_help_text": "格式为逗号分隔的字符串, * 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64", + "ip_group_help_text": "* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64", "action": "动作", "Rules": "规则", "Action": "动作",