From d1fde34a14c0c9c9a14b9dcd9a43f2afe442e9f3 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:54:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=20(#3695?= =?UTF-8?q?)?= 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/cronjob/operate/index.vue | 13 +++++++++++++ 4 files changed, 16 insertions(+) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 3c99659f0..217849be3 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -788,6 +788,7 @@ const message = { containerCheckBox: 'In container (no need to enter the container command)', containerName: 'Container name', ntp: 'Time synchronization', + ntp_helper: 'By default, use the NTP server configured in the [Toolbox] - [Quick Setup] page', app: 'Backup app', website: 'Backup website', rulesHelper: diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 7040521c2..d182f82fb 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -755,6 +755,7 @@ const message = { containerCheckBox: '在容器中執行(無需再輸入進入容器命令)', containerName: '容器名稱', ntp: '同步服務器時間', + ntp_helper: '默認情況下,使用 [工具箱] - [快速設置] 頁面中配置的 NTP 伺服器', app: '備份應用', website: '備份網站', rulesHelper: '當存在多個壓縮排除規則時,需要換行顯示,例:\n*.log \n*.sql', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index d4f65fb21..a363f5502 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -756,6 +756,7 @@ const message = { containerCheckBox: '在容器中执行(无需再输入进入容器命令)', containerName: '容器名称', ntp: '同步服务器时间', + ntp_helper: '默认情况下,使用 [工具箱] - [快速设置] 页面中配置的 NTP 服务器', app: '备份应用', website: '备份网站', rulesHelper: '当存在多个压缩排除规则时,需要换行显示,例:\n*.log \n*.sql', diff --git a/frontend/src/views/cronjob/operate/index.vue b/frontend/src/views/cronjob/operate/index.vue index 5bd6a3b83..c1f71c60a 100644 --- a/frontend/src/views/cronjob/operate/index.vue +++ b/frontend/src/views/cronjob/operate/index.vue @@ -53,6 +53,19 @@ +
+ + {{ $t('cronjob.ntp_helper') }} + + {{ $t('firewall.quickJump') }} + + +