From 59f9025e42ff567b686e437111b40ee09697e398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 13 Jul 2023 10:56:38 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E3=80=81=E8=BF=9E=E6=8E=A5=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 4 ++-- src/i18n/langs/ja.json | 4 ++-- src/i18n/langs/zh.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 4977d16d6..913665629 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -119,8 +119,8 @@ "acl": { "CommandFilterACLHelpMsg": "You can control whether commands can be executed on assets. Based on the rules, certain commands can be allowed while others are prohibited.", "AssetLoginACLHelpMsg": "It can determine whether the user can access the asset based on the user's login IP and time period.", - "UserLoginACLHelpMsg": "It can determines whether the user can access the system based on the user's login IP and time period.", - "ConnectMethodACLHelpMsg": "You can control whether users can use a certain connection method to log in to the asset. Based on the rules you set, certain connection methods can be allowed while others are prohibited.", + "UserLoginACLHelpMsg": "It can determines whether the user can access the system based on the user's login IP and time period(global effective).", + "ConnectMethodACLHelpMsg": "You can control whether users can use a certain connection method to log in to the asset. Based on the rules you set, certain connection methods can be allowed while others are prohibited(global effective).", "IgnoreCase": "Ignore case", "Content": "Content", "CommandFilterACL": "Command filter", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 4f5e6e441..f1cf5e1b7 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -119,8 +119,8 @@ "acl": { "CommandFilterACLHelpMsg": "コマンドフィルタリングを使用すると、コマンドがアセット上で実行されるかどうかを制御できます。ルールに基づいて、特定のコマンドは許可され、他のコマンドは禁止されることがあります。", "AssetLoginACLHelpMsg": "ユーザーのログインIPと時間帯に基づいて監査を行い、アセットへのアクセスを許可するかどうかを判断することができます。", - "UserLoginACLHelpMsg": "ユーザーのログインIPと時間帯に基づいて監査を行い、システムへのアクセスを許可するかどうかを判断することができます。", - "ConnectMethodACLHelpMsg": "接続フィルタリングを使用すると、ユーザーが特定の接続方法を使用してアセットにログインできるかどうかを制御できます。設定したルールに基づいて、特定の接続方法を許可したり禁止したりすることができます。", + "UserLoginACLHelpMsg": "ユーザーのログインIPと時間帯に基づいて監査を行い、システムへのアクセスを許可するかどうかを判断することができます(グローバル発効)。", + "ConnectMethodACLHelpMsg": "接続フィルタリングを使用すると、ユーザーが特定の接続方法を使用してアセットにログインできるかどうかを制御できます。設定したルールに基づいて、特定の接続方法を許可したり禁止したりすることができます(グローバル発効)。", "IgnoreCase": "大文字小文字を無視する", "Content": "コンテンツ", "CommandFilterACL": "命令フィルタリング", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 64ad8842f..dc15ba6a6 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -119,8 +119,8 @@ "acl": { "CommandFilterACLHelpMsg": "通过命令过滤,您可以控制命令是否可以发送到资产上。根据您设定的规则,某些命令可以被放行,而另一些命令则被禁止。", "AssetLoginACLHelpMsg": "登录资产时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录资产", - "UserLoginACLHelpMsg": "登录系统时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录系统", - "ConnectMethodACLHelpMsg": "通过连接方式过滤,您可以控制用户是否可以使用某种连接方式登录到资产上。根据您设定的规则,某些连接方式可以被放行,而另一些连接方式则被禁止。", + "UserLoginACLHelpMsg": "登录系统时,可以根据用户的登录 IP 和时间段进行审核,判断是否可以登录系统(全局生效)", + "ConnectMethodACLHelpMsg": "通过连接方式过滤,您可以控制用户是否可以使用某种连接方式登录到资产上。根据您设定的规则,某些连接方式可以被放行,而另一些连接方式则被禁止(全局生效)。", "LoginIP": "登录 IP", "UserIP": "登录 IP", "apply_login_account": "申请登录账号",