Files
espocrm/application/Espo/Resources/i18n/zh_TW/ScheduledJob.json
2026-01-19 17:46:06 +01:00

36 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"name": "名稱",
"status": "狀態",
"job": "工作",
"scheduling": "排程中"
},
"links": {
"log": "日誌記錄"
},
"labels": {
"Create ScheduledJob": "新增排定工作"
},
"options": {
"job": {
"Cleanup": "清除",
"CheckInboundEmails": "檢查組電子郵件帳戶",
"CheckEmailAccounts": "檢查個人電子郵件帳戶",
"SendEmailReminders": "發送電子郵件提醒",
"AuthTokenControl": "授權憑信控制",
"SendEmailNotifications": "發送電子郵件通知",
"CheckNewVersion": "此使用者已存在",
"ProcessWebhookQueue": "停用密碼回復"
},
"cronSetup": {
"linux": "註:新增這行到 crontab 以排定 Espo 的工作:",
"mac": "註:新增這行到 crontab 以排定 Espo 的工作:",
"windows": "註:為下列指令新增一個批次檔並用 Windows 排定的工作以排定 Espo 的工作:",
"default": "註:新增這行指令到 Cron 工作 (排定的工作)"
},
"status": {
"Active": "啟用",
"Inactive": "不活躍"
}
}
}