Initial commit
This commit is contained in:
55
application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
Normal file
55
application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user