From 80b45b0715b91cc6c56ebe1ac7b474c0cf39ed9e Mon Sep 17 00:00:00 2001 From: ssongliu Date: Mon, 26 Feb 2024 14:11:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=B8=85=E7=90=86=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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/views/container/image/prune/index.vue | 7 +++++-- frontend/src/views/setting/backup-account/index.vue | 2 +- frontend/src/views/setting/backup-account/local/index.vue | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 4661ae160a19..504d3c9fc4aa 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1243,7 +1243,6 @@ const message = { createBackupAccount: 'Add {0}', noTypeForCreate: 'No backup type is currently created', LOCAL: 'Server disks', - currentPath: 'Current path', OSS: 'Ali OSS', S3: 'Amazon S3', MINIO: 'MINIO', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 2403a3b05d78..0fa86917eba8 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1166,7 +1166,6 @@ const message = { createBackupAccount: '添加 {0}', noTypeForCreate: '當前無可創建備份類型', LOCAL: '服務器磁盤', - currentPath: '當前路徑', OSS: '阿裏雲 OSS', S3: '亞馬遜 S3 雲存儲', MINIO: 'MINIO', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f76bf9fbe9d6..c9663269a578 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1167,7 +1167,6 @@ const message = { createBackupAccount: '添加 {0}', noTypeForCreate: '当前无可创建备份类型', LOCAL: '服务器磁盘', - currentPath: '当前路径', OSS: '阿里云 OSS', S3: '亚马逊 S3 云存储', MINIO: 'MINIO', diff --git a/frontend/src/views/container/image/prune/index.vue b/frontend/src/views/container/image/prune/index.vue index b519c02d5fc8..9fafbe13d05a 100644 --- a/frontend/src/views/container/image/prune/index.vue +++ b/frontend/src/views/container/image/prune/index.vue @@ -22,8 +22,11 @@
diff --git a/frontend/src/views/setting/backup-account/index.vue b/frontend/src/views/setting/backup-account/index.vue index 86eb5a961d77..21c7680fcc3e 100644 --- a/frontend/src/views/setting/backup-account/index.vue +++ b/frontend/src/views/setting/backup-account/index.vue @@ -18,7 +18,7 @@
- + {{ localData.varsJson['dir'] }} diff --git a/frontend/src/views/setting/backup-account/local/index.vue b/frontend/src/views/setting/backup-account/local/index.vue index d30aee4a838e..79b04bfbf421 100644 --- a/frontend/src/views/setting/backup-account/local/index.vue +++ b/frontend/src/views/setting/backup-account/local/index.vue @@ -11,7 +11,7 @@ {{ $t('setting.' + dialogData.rowData!.type) }}