perf: 优化翻译

This commit is contained in:
Eric
2023-06-14 20:46:04 +08:00
committed by Jiangjie.Bai
parent b5144625ee
commit 8670c3988d
2 changed files with 10 additions and 0 deletions

View File

@@ -116,6 +116,10 @@
"AddAccountResult": "Add account result"
},
"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.",
"IgnoreCase": "Ignore case",
"Content": "Content",
"CommandFilterACL": "Command filter",
@@ -1086,6 +1090,7 @@
},
"perms": {
"": "",
"AssetPermissionHelpMsg": "Asset permission allows you to authorize the assets to the users. Additionally, you can set some specific action permission.",
"AccountsHelp": "All accounts: accounts exists on the asset; Specify accounts: specify the user name of the account under the assetManual input: username/password; Same account: The account username name same with login user",
"AllAccounts": "All accounts",
"AllAccountTip": "All accounts of the asset exists",

View File

@@ -116,6 +116,10 @@
"AddAccountResult": "账号批量添加结果"
},
"acl": {
"CommandFilterACLHelpMsg": "コマンドフィルタリングを使用すると、コマンドがアセット上で実行されるかどうかを制御できます。ルールに基づいて、特定のコマンドは許可され、他のコマンドは禁止されることがあります。",
"AssetLoginACLHelpMsg": "ユーザーのログインIPと時間帯に基づいて監査を行い、アセットへのアクセスを許可するかどうかを判断することができます。",
"UserLoginACLHelpMsg": "ユーザーのログインIPと時間帯に基づいて監査を行い、システムへのアクセスを許可するかどうかを判断することができます。",
"ConnectMethodACLHelpMsg": "接続フィルタリングを使用すると、ユーザーが特定の接続方法を使用してアセットにログインできるかどうかを制御できます。設定したルールに基づいて、特定の接続方法を許可したり禁止したりすることができます。",
"IgnoreCase": "大文字小文字を無視する",
"Content": "コンテンツ",
"CommandFilterACL": "命令フィルタリング",
@@ -1085,6 +1089,7 @@
},
"perms": {
"": "",
"AssetPermissionHelpMsg": "資産の権限設定では、ユーザーに対して資産へのアクセス権を許可することができます。さらに、特定の操作権限を設定することもできます",
"AccountsHelp": "すべてのアカウント: アカウントはアセットに存在します。 アカウントの指定: 資産の下のアカウントのユーザー名を指定します。手入力: ユーザー名/パスワード; 同一アカウント:ログインユーザーと同じアカウントのユーザー名",
"AllAccounts": "すべてのアカウント",
"AllAccountTip": "アセットに追加されたすべてのアカウント",