From 621849d3e4a945f046d66a50361a3396bfd5718d Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 18 Dec 2024 10:49:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20copilot=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE=E9=9B=86=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=E7=9A=84=E6=8E=92=E5=BA=8F=E8=A7=84?= =?UTF-8?q?=E5=88=99=E5=92=8C=E6=95=B0=E6=8D=AE=E9=9B=86=E6=A0=91=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=20#14109?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 4 ++++ core/core-frontend/src/locales/tw.ts | 4 ++++ core/core-frontend/src/locales/zh-CN.ts | 4 ++++ .../src/views/common/DeResourceTree.vue | 23 ++++++++++--------- .../core-frontend/src/views/copilot/index.vue | 12 ++++++++-- 5 files changed, 34 insertions(+), 13 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index bf3bc37863..c7f67decc9 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -68,6 +68,10 @@ export default { org_center: 'Organization management center' }, api_pagination: { + help_documentation: 'Help Documentation', + product_forum: 'Product Forum', + technical_blog: 'Technical Blog', + enterprise_edition_trial: 'Enterprise Edition Trial', paging_ettings: 'Paging Settings', parameter_name: 'Parameter name', built_in_parameter_name: 'Built-in parameter name', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 4c4d39d601..fec3af0c58 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -68,6 +68,10 @@ export default { org_center: '組織管理中心' }, api_pagination: { + help_documentation: '幫助文檔', + product_forum: '產品論壇', + technical_blog: '技術部落格', + enterprise_edition_trial: '企業版試用', paging_ettings: '分頁設定', parameter_name: '參數名', built_in_parameter_name: '內建參數名', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 0199d18f12..598098cd65 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -69,6 +69,10 @@ export default { org_center: '组织管理中心' }, api_pagination: { + help_documentation: '帮助文档', + product_forum: '产品论坛', + technical_blog: '技术博客', + enterprise_edition_trial: '企业版试用', paging_ettings: '分页设置', parameter_name: '参数名', built_in_parameter_name: '内置参数名', diff --git a/core/core-frontend/src/views/common/DeResourceTree.vue b/core/core-frontend/src/views/common/DeResourceTree.vue index 9529650679..938f271ca2 100644 --- a/core/core-frontend/src/views/common/DeResourceTree.vue +++ b/core/core-frontend/src/views/common/DeResourceTree.vue @@ -699,18 +699,14 @@ defineExpose({ /> {{ node.label }} - -
+
- +