diff --git a/src/components/AccountTemplateChangeSecretDialog/index.vue b/src/components/AccountTemplateChangeSecretDialog/index.vue
deleted file mode 100644
index c788c1da9..000000000
--- a/src/components/AccountTemplateChangeSecretDialog/index.vue
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json
index a608408a9..af6942ed8 100644
--- a/src/i18n/langs/en.json
+++ b/src/i18n/langs/en.json
@@ -1,6 +1,7 @@
{
"": "",
"accounts": {
+ "UpdateSecret": "Update secret",
"AccountPolicy": "Account policy",
"BulkCreateStrategy": "When creating accounts that do not meet the requirements, such as key type non-compliance and unique key constraints, the above policies can be selected.",
"HistoryDate": "History date",
@@ -347,7 +348,7 @@
"PasswordSelector": "Password Input Box Selector",
"SubmitSelector": "Submit Button Selector",
"PlatformProtocolConfig": "Platform protocol config",
- "InheritPlatformConfig": "Inherited from the platform configuration. If you need to change, please change the configuration in the platform",
+ "InheritPlatformConfig": "The account list displays accounts created through templates. When updating ciphertext, the ciphertext of the account created through the template will be updated.",
"CollectHardwareInfo": "Enable collection of hardware information",
"DomainEnabled": "Enable domain",
"ProtocolsEnabled": "Enable protocol",
diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json
index 0f9928567..1ddc2664e 100644
--- a/src/i18n/langs/ja.json
+++ b/src/i18n/langs/ja.json
@@ -1,6 +1,7 @@
{
"": "",
"accounts": {
+ "UpdateSecret": "機密の更新",
"AccountPolicy": "アカウントポリシー",
"BulkCreateStrategy": "作成時に要件を満たしていないアカウント(例:鍵タイプが規則に合わない、一意のキー制約がある、上記のポリシーを選択することができます)について。",
"HistoryDate": "历史日期",
@@ -340,7 +341,7 @@
"PasswordSelector": "パスワード入力ボックスセレクタ",
"SubmitSelector": "コミットボタンセレクタ",
"PlatformProtocolConfig": "プラットフォームプロトコルの構成",
- "InheritPlatformConfig": "プラットフォーム構成から継承します。変更する場合は、プラットフォームの構成を変更してください",
+ "InheritPlatformConfig": "アカウントリストには、テンプレートで作成されたアカウントが表示されます。暗号文を更新すると、テンプレートで作成されたアカウントの暗号文が更新されます。",
"CollectHardwareInfo": "ハードウェア情報の収集を有効にする",
"DomainEnabled": "ドメインを有効化",
"ProtocolsEnabled": "プロトコルの有効化",
diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json
index 095048b11..7518a240b 100644
--- a/src/i18n/langs/zh.json
+++ b/src/i18n/langs/zh.json
@@ -1,6 +1,7 @@
{
"": "",
"accounts": {
+ "UpdateSecret": "更新密文",
"AddAccountResult": "账号批量添加结果",
"AccountPolicy": "账号策略",
"BulkCreateStrategy": "创建时对于不符合要求的账号,如:密钥类型不合规,唯一键约束,可选择以上策略。",
@@ -358,7 +359,7 @@
"PasswordSelector": "密码输入框选择器",
"SubmitSelector": "提交按钮选择器",
"PlatformProtocolConfig": "平台协议配置",
- "InheritPlatformConfig": "继承自平台配置,如需更改,请更改平台中的配置",
+ "InheritPlatformConfig": "账号列表展示通过模版创建的账号。更新密文时,会更新通过模版所创建账号的密文。",
"CollectHardwareInfo": "启用收集硬件信息",
"DomainEnabled": "启用网域",
"ProtocolsEnabled": "启用协议",
diff --git a/src/views/accounts/AccountTemplate/AccountTemplateDetail/AccountTemplateChangeSecret/index.vue b/src/views/accounts/AccountTemplate/AccountTemplateDetail/Account.vue
similarity index 93%
rename from src/views/accounts/AccountTemplate/AccountTemplateDetail/AccountTemplateChangeSecret/index.vue
rename to src/views/accounts/AccountTemplate/AccountTemplateDetail/Account.vue
index 5475fbddc..1eb0fd92f 100644
--- a/src/views/accounts/AccountTemplate/AccountTemplateDetail/AccountTemplateChangeSecret/index.vue
+++ b/src/views/accounts/AccountTemplate/AccountTemplateDetail/Account.vue
@@ -22,7 +22,7 @@
/>
@@ -31,7 +31,7 @@
diff --git a/src/views/accounts/AccountTemplate/AccountTemplateDetail/index.vue b/src/views/accounts/AccountTemplate/AccountTemplateDetail/index.vue
index 4c969fa18..cce1b2d3a 100644
--- a/src/views/accounts/AccountTemplate/AccountTemplateDetail/index.vue
+++ b/src/views/accounts/AccountTemplate/AccountTemplateDetail/index.vue
@@ -14,14 +14,14 @@