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 @@