Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View 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"
}
}