Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
2026-01-19 17:46:06 +01:00

55 lines
1.3 KiB
JSON

{
"fields": {
"name": "Naam",
"number": "Nummer",
"account": "Relatie",
"contacts": "Contacten",
"priority": "Prioriteit",
"description": "Beschrijving",
"attachments": "Bijlagen",
"inboundEmail": "Groep e-mailaccount",
"originalEmail": "Originele e-mail",
"isInternal": "Verborgen voor portaal"
},
"links": {
"account": "Relatie",
"contact": "Contact (Primair)",
"Contacts": "Contacten",
"meetings": "Vergaderingen",
"calls": "Gesprekken",
"tasks": "Taken",
"emails": "E-mails",
"articles": "Kennisbank artikelen",
"attachments": "Bijlagen",
"inboundEmail": "Groep e-mailaccount"
},
"options": {
"status": {
"New": "Nieuw",
"Assigned": "Toegewezen",
"Pending": "In behandeling",
"Closed": "Gesloten",
"Rejected": "Afgewezen",
"Duplicate": "Dupliceer"
},
"priority": {
"Low": "Laag",
"Normal": "Normaal",
"High": "Hoog"
},
"type": {
"Question": "Vraag",
"Problem": "Probleem"
}
},
"labels": {
"Create Case": "Creëer Ticket",
"Close": "Afsluiten",
"Reject": "Afwijzen",
"Closed": "Gesloten",
"Rejected": "Afgewezen"
},
"presetFilters": {
"closed": "Gesloten"
}
}