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