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": "动作",