diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 68715724c..504b6954d 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1091,6 +1091,7 @@ }, "perms": { "": "", + "AnonymousAccountTip": "Connect asset without using a username and password, and it only supports web-based and custom-type assets.", "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 asset;Manual input: username/password; Same account: The account username name same with login user", "AllAccounts": "All accounts", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 2d68fa4eb..05e30bd73 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -1090,6 +1090,7 @@ }, "perms": { "": "", + "AnonymousAccountTip": "匿名アカウントとは、資産の接続時にユーザー名とパスワードを使用せず、ウェブタイプとカスタムタイプの資産のみをサポートするものです。", "AssetPermissionHelpMsg": "資産の権限設定では、ユーザーに対して資産へのアクセス権を許可することができます。さらに、特定の操作権限を設定することもできます", "AccountsHelp": "すべてのアカウント: アカウントはアセットに存在します。 アカウントの指定: 資産の下のアカウントのユーザー名を指定します。手入力: ユーザー名/パスワード; 同一アカウント:ログインユーザーと同じアカウントのユーザー名", "AllAccounts": "すべてのアカウント", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 4360d8a3c..f29e88105 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1090,7 +1090,9 @@ "AllAccounts": "所有账号", "AllAccountTip": "资产上已添加的所有账号", "ManualAccount": "手动账号", + "AnonymousAccount": "匿名账号", "ManualAccountTip": "登录时手动输入 用户名/密码", + "AnonymousAccountTip": "连接资产时不使用用户名和密码,仅支持 web类型 和 自定义类型 的资产", "SameAccount": "同名账号", "SameAccountTip": "与被授权人用户名相同的账号", "SpecAccount": "指定账号", diff --git a/src/views/perms/AssetPermission/components/AccountFormatter.vue b/src/views/perms/AssetPermission/components/AccountFormatter.vue index 355519791..734c9e02e 100644 --- a/src/views/perms/AssetPermission/components/AccountFormatter.vue +++ b/src/views/perms/AssetPermission/components/AccountFormatter.vue @@ -45,7 +45,14 @@