From f4b09a76b864c9e661748e2ae60ddf5cfa3754ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Fri, 28 Oct 2022 15:35:05 +0800 Subject: [PATCH 1/9] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=97=B6=E6=B7=BB=E5=8A=A0=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 3 +++ src/i18n/langs/ja.json | 3 +++ src/i18n/langs/zh.json | 3 +++ .../components/AccountTemplateDialog.vue | 18 ++++++++++++++++- .../components/AddAccountDialog.vue | 20 ++++++++++++++----- .../components/AssetAccounts.vue | 18 +++++++++-------- 6 files changed, 51 insertions(+), 14 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index ec77b2f69..4c36f4846 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -93,6 +93,8 @@ "NoSQLProtocol": "NoSQL Protocol" }, "assets": { + "SelectTemplate": "Select template", + "InAssetDetail": "Update account information in asset details", "All": "All", "CloudPlatform": "Cloud platform", "RecentlyUsed": "Recently used", @@ -314,6 +316,7 @@ "Active": "Active", "TableColSettingInfo": "Please select the list details you want to display", "Add": "Add", + "TemplateAdd": "Template add", "PleaseAgreeToTheTerms": "Please agree to the terms", "PushSelected": "Push selected", "PushSelectedSystemUsersToAsset": "Push selected system users to asset", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 73e09dd76..55e7338d8 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -98,6 +98,8 @@ "NoSQLProtocol": "非リレーショナルデータベース" }, "assets": { + "SelectTemplate": "テンプレートの選択", + "InAssetDetail": "資産詳細でのアカウント情報の更新", "All": "すべて", "CloudPlatform": "クラウドプラットフォーム", "RecentlyUsed": "最近使われる", @@ -321,6 +323,7 @@ "actionsTips": "クリップボード権限制御は現在RDP/VNCプロトコルの接続のみをサポートしています", "TableColSettingInfo": "表示したいリストの詳細を選択してください。", "Add": "追加", + "TemplateAdd": "テンプレートの追加", "UpdateAssetDetail": "詳細情報の設定", "AddSuccessMsg": "追加に成功しました", "Auth": "認証", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index cf64f3285..2efbd0103 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -98,6 +98,8 @@ "NoSQLProtocol": "非关系数据库" }, "assets": { + "SelectTemplate": "选择模版", + "InAssetDetail": "在资产详情中更新账号信息", "Address": "地址", "PrivateKey": "密钥", "Secret": "密码", @@ -326,6 +328,7 @@ "actionsTips": "剪切板权限控制目前仅支持 RDP/VNC 协议的连接", "TableColSettingInfo": "请选择您想显示的列表详细信息。", "Add": "添加", + "TemplateAdd": "模版添加", "UpdateAssetDetail": "配置更多信息", "AddSuccessMsg": "添加成功", "Auth": "认证", diff --git a/src/views/assets/Asset/AssetCreateUpdate/components/AccountTemplateDialog.vue b/src/views/assets/Asset/AssetCreateUpdate/components/AccountTemplateDialog.vue index 5feb8c747..a99731817 100644 --- a/src/views/assets/Asset/AssetCreateUpdate/components/AccountTemplateDialog.vue +++ b/src/views/assets/Asset/AssetCreateUpdate/components/AccountTemplateDialog.vue @@ -1,6 +1,8 @@