From d06583773a2f15999699ff912fa76662538efad9 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:46:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=A6=82=E8=A7=88?= =?UTF-8?q?=E9=A1=B5=E7=A3=81=E7=9B=98=E6=98=BE=E7=A4=BA=20(#7023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/tw.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + frontend/src/layout/components/AppFooter.vue | 2 +- frontend/src/views/home/index.vue | 6 +- frontend/src/views/home/status/index.vue | 75 ++++++++++---------- 6 files changed, 43 insertions(+), 43 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 57333aff4..8a45dab62 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -11,6 +11,7 @@ const message = { true: 'true', false: 'false', example: 'e.g.:', + fit2cloud: 'FIT2CLOUD', button: { create: 'Create ', add: 'Add ', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 1c91e43cc..f772c8a60 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -10,6 +10,7 @@ const message = { true: '是', false: '否', example: '例:', + fit2cloud: '飛致雲', button: { create: '創建', add: '添加', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index df91ec8f5..b953c73cb 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -10,6 +10,7 @@ const message = { true: '是', false: '否', example: '例:', + fit2cloud: '飞致云', button: { create: '创建', add: '添加', diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue index 76ba5bcd1..19f49c4c7 100644 --- a/frontend/src/layout/components/AppFooter.vue +++ b/frontend/src/layout/components/AppFooter.vue @@ -2,7 +2,7 @@