42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"fields": {
|
|
"name": "Name",
|
|
"status": "Status",
|
|
"job": "Job",
|
|
"scheduling": "Scheduling"
|
|
},
|
|
"links": {
|
|
"log": "Log"
|
|
},
|
|
"labels": {
|
|
"As often as possible": "As often as possible",
|
|
"Create ScheduledJob": "Create Scheduled Job"
|
|
},
|
|
"options": {
|
|
"job": {
|
|
"Cleanup": "Clean-up",
|
|
"CheckInboundEmails": "Check Group Email Accounts",
|
|
"CheckEmailAccounts": "Check Personal Email Accounts",
|
|
"SendEmailReminders": "Send Email Reminders",
|
|
"AuthTokenControl": "Auth Token Control",
|
|
"SendEmailNotifications": "Send Email Notifications",
|
|
"CheckNewVersion": "Check for New Version",
|
|
"ProcessWebhookQueue": "Process Webhook Queue",
|
|
"SendScheduledEmails": "Send Scheduled Emails"
|
|
},
|
|
"cronSetup": {
|
|
"linux": "Note: Add this line to the crontab file to run Espo Scheduled Jobs:",
|
|
"mac": "Note: Add this line to the crontab file to run Espo Scheduled Jobs:",
|
|
"windows": "Note: Create a batch file with the following commands to run Espo Scheduled Jobs using Windows Scheduled Tasks:",
|
|
"default": "Note: Add this command to Cron Job (Scheduled Task):"
|
|
},
|
|
"status": {
|
|
"Active": "Active",
|
|
"Inactive": "Inactive"
|
|
}
|
|
},
|
|
"tooltips": {
|
|
"scheduling": "Crontab notation. Defines frequency of job runs.\n\n`*/5 * * * *` - every 5 minutes\n\n`0 */2 * * *` - every 2 hours\n\n`30 1 * * *` - at 01:30 once a day\n\n`0 0 1 * *` - on the first day of the month"
|
|
}
|
|
}
|