From 40604c78807c9cf7cb05ce3f84cf6f9727b732c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:38:09 +0800 Subject: [PATCH] feat: Optimize international document addresses (#7372) --- 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 | 7 ++++++- frontend/src/styles/common.scss | 2 +- frontend/src/styles/element-dark.scss | 1 - frontend/src/styles/element.scss | 1 - frontend/src/views/container/setting/index.vue | 2 +- frontend/src/views/container/setting/ipv6/index.vue | 4 +++- frontend/src/views/host/firewall/forward/index.vue | 5 ++++- frontend/src/views/host/firewall/ip/index.vue | 5 ++++- frontend/src/views/host/firewall/port/index.vue | 5 ++++- frontend/src/views/setting/backup-account/index.vue | 5 ++++- .../views/setting/backup-account/onedrive/index.vue | 5 ++++- .../src/views/setting/backup-account/webdav/index.vue | 5 ++++- .../src/views/setting/panel/api-interface/index.vue | 6 ++++-- frontend/src/views/toolbox/clam/index.vue | 4 ++-- frontend/src/views/toolbox/clam/status/index.vue | 5 ++++- frontend/src/views/toolbox/fail2ban/index.vue | 5 ++++- frontend/src/views/toolbox/ftp/index.vue | 5 ++++- frontend/src/views/toolbox/supervisor/status/index.vue | 4 +++- .../src/views/website/runtime/php/create/index.vue | 10 +++++----- .../website/runtime/php/extensions/operate/index.vue | 10 +++++----- 23 files changed, 69 insertions(+), 30 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 705ba97ca..a0f22bd20 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -13,6 +13,7 @@ const message = { colon: ': ', example: 'For example, ', fit2cloud: 'FIT2CLOUD', + lingxia: 'Lingxia', button: { create: 'Create ', add: 'Add ', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index ff027f5a2..81ccefa77 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -12,6 +12,7 @@ const message = { colon: ':', example: '例如:', fit2cloud: '飞致云', + lingxia: '凌霞', button: { create: '創建', add: '添加', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index a5d98a8dd..eb8fed298 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -12,6 +12,7 @@ const message = { colon: ':', example: '例:', fit2cloud: '飞致云', + lingxia: '凌霞', button: { create: '创建', add: '添加', diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue index 19f49c4c7..1b9e94651 100644 --- a/frontend/src/layout/components/AppFooter.vue +++ b/frontend/src/layout/components/AppFooter.vue @@ -2,7 +2,12 @@