From 1a56546d2eab8e379670064ddaf7afc0b65f2bb1 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 10 May 2023 15:45:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 1 + src/i18n/langs/ja.json | 1 + src/i18n/langs/zh.json | 2 +- src/router/workbench/index.js | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 744365439..26389a78b 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -992,6 +992,7 @@ "CloseConfirmMessage": "The file has changed, do you want to save it?", "privilegeOnly": "Select only privileged accounts", "UploadPlaybook": "Upload Playbook", + "CreatePlaybook": "Create Playbook", "Rename": "Rename", "instantAdhoc": "Instant command", "Summary(success/total)": "Overview (Success/Total)", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 1ee18af6f..da12395ef 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -987,6 +987,7 @@ "CloseConfirmMessage": "ファイルが変更されました,保存しますか?", "privilegeOnly": "特権アカウントのみを選択", "UploadPlaybook": "アップロード Playbook", + "CreatePlaybook": "を作成 Playbook", "Rename": "名前を変更", "RUNNING": "ランニング", "instantAdhoc": "インスタントコマンド", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index fc4bf267f..60b1090c6 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -386,7 +386,6 @@ "Refresh": "刷新", "RefreshHardware": "更新硬件信息", "RemoteAppListHelpMessage": "使用此功能前,请确保已将应用加载器上传到应用服务器并成功发布为一个 RemoteApp 应用 下载应用加载器", - "RemoteApps": "远程应用", "Applications": "应用", "RemoteType": "应用类型", @@ -911,6 +910,7 @@ "SelectCreateMethod": "选择创建方式", "Workspace": "工作空间", "UploadPlaybook": "上传 Playbook", + "CreatePlaybook": "创建 Playbook", "RequiredAssetOrNode": "请至少选择一个资产或节点", "RequiredContent": "请输入命令", "RequiredRunas": "请输入运行用户", diff --git a/src/router/workbench/index.js b/src/router/workbench/index.js index 02e50c0f0..6d700b015 100644 --- a/src/router/workbench/index.js +++ b/src/router/workbench/index.js @@ -223,7 +223,7 @@ export default { hidden: true, component: () => import('@/views/ops/Template/Playbook/PlaybookCreateUpdate'), meta: { - title: i18n.t('ops.PlaybookCreate'), + title: i18n.t('ops.CreatePlaybook'), permissions: ['ops.add_playbook'], activeMenu: '/workbench/ops/templates' }