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

36 lines
728 B
JSON

{
"labels": {
"Create Document": "Creëer Document"
},
"fields": {
"name": "Naam",
"file": "Bestand",
"publishDate": "Publicatiedatum",
"expirationDate": "Vervaldatum",
"description": "Beschrijving",
"accounts": "Relaties",
"folder": "Map"
},
"links": {
"accounts": "Relaties",
"opportunities": "Kansen",
"folder": "Map",
"contacts": "Contacten"
},
"options": {
"status": {
"Active": "Actief",
"Draft": "Concept",
"Expired": "Vervallen",
"Canceled": "Geannuleerd"
},
"type": {
"": "Geen",
"License Agreement": "Licentie Overeenkomst"
}
},
"presetFilters": {
"active": "Actief",
"draft": "Concept"
}
}