From aa8429a836fb88f175cb27561af1ffce04a0b149 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:44:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A1=E5=88=92=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20(#3718?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/en.ts | 2 +- frontend/src/lang/modules/tw.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- frontend/src/views/cronjob/index.vue | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 85722fba2..dc6762847 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -823,7 +823,7 @@ const message = { retainCopies: 'Retain copies', retainCopiesHelper: 'Number of copies to retain for execution records and logs', retainCopiesHelper1: 'Number of copies to retain for backup files', - retainCopiesUnit: 'copies (view)', + retainCopiesUnit: ' copies', cronSpecRule: 'Please enter a correct lifecycle', perMonth: 'Every monthly', perWeek: 'Every week', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 3412edd76..b69d19b97 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -784,7 +784,7 @@ const message = { retainCopies: '保留份數', retainCopiesHelper: '執行記錄及日誌保留份数', retainCopiesHelper1: '備份文件保留份数', - retainCopiesUnit: '份(查看)', + retainCopiesUnit: ' 份', cronSpecRule: '請輸入正確的執行周期', perMonth: '每月', perWeek: '每周', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f86649275..bb1341188 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -785,7 +785,7 @@ const message = { retainCopies: '保留份数', retainCopiesHelper: '执行记录及日志保留份数', retainCopiesHelper1: '备份文件保留份数', - retainCopiesUnit: '份 (查看)', + retainCopiesUnit: ' 份', cronSpecRule: '请输入正确的执行周期', perMonth: '每月', perWeek: '每周', diff --git a/frontend/src/views/cronjob/index.vue b/frontend/src/views/cronjob/index.vue index 22768ebe4..ebc4c6896 100644 --- a/frontend/src/views/cronjob/index.vue +++ b/frontend/src/views/cronjob/index.vue @@ -118,13 +118,16 @@