This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/i18n/nb_NO/ScheduledJob.json
T
2026-01-27 10:19:01 +02:00

40 lines
1.5 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": "Navn",
"job": "Oppgave",
"scheduling": "Planlegging"
},
"links": {
"log": "Logg"
},
"labels": {
"Create ScheduledJob": "Opprett planlagt oppgave",
"As often as possible": "Så ofte som mulig"
},
"options": {
"job": {
"Cleanup": "Opprydning",
"CheckInboundEmails": "Sjekk gruppenes epostkontoer",
"CheckEmailAccounts": "Sjekk personlige epostkontoer",
"SendEmailReminders": "Send epostpåminnelser",
"AuthTokenControl": "Kontroll av autentiseringstoken",
"SendEmailNotifications": "Send epostvarsler",
"CheckNewVersion": "Se etter ny versjon",
"ProcessWebhookQueue": "Behandle webhook-kø",
"SendScheduledEmails": "Send planlagte e-poster"
},
"cronSetup": {
"linux": "Merk: Legg denne linjen til crontab-filen som kjører EspoCRMs planlagte oppgaver:",
"mac": "Merk: Legg denne linjen til crontab-filen som kjører EspoCRMs planlagte oppgaver:",
"windows": "Merk: Opprett en batch-fil med følgende kommandoer for å kjøre EspoCRMs planlagte oppgaver via Windows Scheduled Tasks:",
"default": "Merk: Legg denne kommandoen til Cron Job (planlagte oppgaver):"
},
"status": {
"Active": "Aktiv",
"Inactive": "Inaktiv"
}
},
"tooltips": {
"scheduling": "Crontab-notasjon. Angir hvor ofte jobben kjøres.\n\n`*/5 * * * *` hvert 5. minutt\n\n`0 */2 * * *` hver 2. time\n\n`30 1 * * *` kl. 01:30 én gang per dag\n\n`0 0 1 * *` den første dagen i måneden"
}
}