mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
style: 修改同步服务器时间计划任务提示信息 (#3751)
This commit is contained in:
parent
0e4f82c434
commit
2cf3b27402
@ -793,7 +793,7 @@ const message = {
|
|||||||
containerCheckBox: 'In container (no need to enter the container command)',
|
containerCheckBox: 'In container (no need to enter the container command)',
|
||||||
containerName: 'Container name',
|
containerName: 'Container name',
|
||||||
ntp: 'Time synchronization',
|
ntp: 'Time synchronization',
|
||||||
ntp_helper: 'By default, use the NTP server configured in the [Toolbox] - [Quick Setup] page',
|
ntp_helper: 'You can configure the NTP server on the Quick Setup page of the Toolbox.',
|
||||||
app: 'Backup app',
|
app: 'Backup app',
|
||||||
website: 'Backup website',
|
website: 'Backup website',
|
||||||
rulesHelper:
|
rulesHelper:
|
||||||
|
@ -759,7 +759,7 @@ const message = {
|
|||||||
containerCheckBox: '在容器中執行(無需再輸入進入容器命令)',
|
containerCheckBox: '在容器中執行(無需再輸入進入容器命令)',
|
||||||
containerName: '容器名稱',
|
containerName: '容器名稱',
|
||||||
ntp: '同步服務器時間',
|
ntp: '同步服務器時間',
|
||||||
ntp_helper: '默認情況下,使用 [工具箱] - [快速設置] 頁面中配置的 NTP 伺服器',
|
ntp_helper: '您可以在工具箱的快速設定頁面配置 NTP 伺服器',
|
||||||
app: '備份應用',
|
app: '備份應用',
|
||||||
website: '備份網站',
|
website: '備份網站',
|
||||||
rulesHelper: '當存在多個壓縮排除規則時,需要換行顯示,例:\n*.log \n*.sql',
|
rulesHelper: '當存在多個壓縮排除規則時,需要換行顯示,例:\n*.log \n*.sql',
|
||||||
|
@ -760,7 +760,7 @@ const message = {
|
|||||||
containerCheckBox: '在容器中执行(无需再输入进入容器命令)',
|
containerCheckBox: '在容器中执行(无需再输入进入容器命令)',
|
||||||
containerName: '容器名称',
|
containerName: '容器名称',
|
||||||
ntp: '同步服务器时间',
|
ntp: '同步服务器时间',
|
||||||
ntp_helper: '默认情况下,使用 [工具箱] - [快速设置] 页面中配置的 NTP 服务器',
|
ntp_helper: '您可以在工具箱的快速设置页面配置 NTP 服务器',
|
||||||
app: '备份应用',
|
app: '备份应用',
|
||||||
website: '备份网站',
|
website: '备份网站',
|
||||||
rulesHelper: '当存在多个压缩排除规则时,需要换行显示,例:\n*.log \n*.sql',
|
rulesHelper: '当存在多个压缩排除规则时,需要换行显示,例:\n*.log \n*.sql',
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<el-row type="flex" justify="center">
|
<el-row type="flex" justify="center">
|
||||||
<el-col :span="22">
|
<el-col :span="22">
|
||||||
<el-form-item :label="$t('toolbox.fail2ban.' + form.operate + 'IP')" prop="ips">
|
<el-form-item :label="$t('toolbox.fail2ban.' + form.operate + 'IP')" prop="ips">
|
||||||
<el-input :rows="5" type="textarea" clearable v-model="form.ips" />
|
<el-input :rows="25" type="textarea" clearable v-model="form.ips" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user