From ec4d7085699e31a20f55e30f6caac155ab41938b Mon Sep 17 00:00:00 2001 From: John Bro <42930107+john1298308460@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:25:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=B9=E5=99=A8=E7=BC=96=E6=8E=92?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E7=BC=96=E6=8E=92=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=B9=B6=E6=94=AF=E6=8C=81=E8=B7=B3=E8=BD=AC=20(#6565?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #3579 --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/tw.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + .../src/views/container/compose/index.vue | 27 ++++++++----------- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 6b0bc58c3..4efdf1fbd 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -777,6 +777,7 @@ const message = { apps: 'Apps', local: 'Local', createCompose: 'Create', + composeDirectory: 'Compose Directory', template: 'Template', composeTemplate: 'Compose template', createComposeTemplate: 'Create', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 1754e04cb..5692fc6fa 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -746,6 +746,7 @@ const message = { apps: '應用商店', local: '本地', createCompose: '創建編排', + composeDirectory: '編排目錄', template: '模版', composeTemplate: '編排模版', createComposeTemplate: '創建編排模版', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f25417018..bd0a29f8c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -748,6 +748,7 @@ const message = { apps: '应用商店', local: '本地', createCompose: '创建编排', + composeDirectory: '编排目录', template: '模版', composeTemplate: '编排模版', createComposeTemplate: '创建编排模版', diff --git a/frontend/src/views/container/compose/index.vue b/frontend/src/views/container/compose/index.vue index 0dc9f35bd..87eb05efd 100644 --- a/frontend/src/views/container/compose/index.vue +++ b/frontend/src/views/container/compose/index.vue @@ -10,20 +10,6 @@ - + + +