Initial commit
This commit is contained in:
36
application/Espo/Resources/i18n/nl_NL/ScheduledJob.json
Normal file
36
application/Espo/Resources/i18n/nl_NL/ScheduledJob.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Naam",
|
||||
"scheduling": "Planning (crontab notatie)"
|
||||
},
|
||||
"labels": {
|
||||
"Create ScheduledJob": "Creëer geplande opdracht",
|
||||
"As often as possible": "Zo vaak als mogelijk"
|
||||
},
|
||||
"options": {
|
||||
"job": {
|
||||
"Cleanup": "Opschonen",
|
||||
"CheckInboundEmails": "Controleer groep e-mailaccounts",
|
||||
"CheckEmailAccounts": "Controleer persoonlijke e-mail accounts",
|
||||
"SendEmailReminders": "Stuur herinnering e-mails",
|
||||
"AuthTokenControl": "Auth sleutel control",
|
||||
"SendEmailNotifications": "Verzend e-mailmeldingen",
|
||||
"CheckNewVersion": "Controleer op nieuwe versie",
|
||||
"ProcessWebhookQueue": "Wachtrij proces Webhook",
|
||||
"SendScheduledEmails": "Geplande e-mails verzenden"
|
||||
},
|
||||
"cronSetup": {
|
||||
"linux": "Opgelet: Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
|
||||
"mac": "Opgelet: Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
|
||||
"windows": "Opgelet: Maak een batch bestand met de volgende commando's om de geplande opdrachten voor Espo onder Windows te gebruiken:",
|
||||
"default": "Opgelet: Voeg deze regel toe aan de Cron Job (geplande opdracht):"
|
||||
},
|
||||
"status": {
|
||||
"Active": "Actief",
|
||||
"Inactive": "Inactief"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"scheduling": "Crontab notatie. Bepaalt de frequentie van de job runs.\n\n`*/5 * * *` - elke 5 minuten\n\n`0 */2 * * *` - elke 2 uur\n\n`30 1 * * *` - eenmaal per dag om 01:30\n\n`0 0 1 * * ` - op de eerste dag van de maand"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user