Initial commit
This commit is contained in:
64
application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json
Normal file
64
application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"labels": {
|
||||
"Converted To": "Geconverteerd naar",
|
||||
"Create Lead": "Creëer Lead",
|
||||
"Convert": "Converteren",
|
||||
"convert": "converteren"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Naam",
|
||||
"emailAddress": "E-mail",
|
||||
"title": "Titel",
|
||||
"phoneNumber": "Telefoon",
|
||||
"accountName": "Relatie naam",
|
||||
"doNotCall": "Niet Bellen",
|
||||
"address": "Adres",
|
||||
"source": "Bron",
|
||||
"opportunityAmount": "Kans bedrag",
|
||||
"opportunityAmountConverted": "Kans bedrag (geconverteerd)",
|
||||
"description": "Beschrijving",
|
||||
"createdAccount": "Relatie",
|
||||
"createdOpportunity": "Kans",
|
||||
"campaign": "Campagne",
|
||||
"targetLists": "Doellijsten",
|
||||
"targetList": "Doellijst",
|
||||
"industry": "Industrie",
|
||||
"acceptanceStatus": "Acceptatiestatus",
|
||||
"opportunityAmountCurrency": "Kans bedrag valuta",
|
||||
"acceptanceStatusMeetings": "Acceptatiestatus (vergaderingen)",
|
||||
"acceptanceStatusCalls": "Acceptatiestatus (oproepen)",
|
||||
"convertedAt": "Geconverteerd op",
|
||||
"originalEmail": "Originele e-mail"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "Doellijsten",
|
||||
"campaignLogRecords": "Campagne log",
|
||||
"campaign": "Campagne",
|
||||
"createdAccount": "Relatie",
|
||||
"createdOpportunity": "Kans",
|
||||
"cases": "Tickets",
|
||||
"documents": "Documenten"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nieuw",
|
||||
"Assigned": "Toegewezen",
|
||||
"In Process": "In behandeling",
|
||||
"Converted": "Geconverteerd",
|
||||
"Recycled": "Opnieuw verwerkt",
|
||||
"Dead": "Vervallen"
|
||||
},
|
||||
"source": {
|
||||
"Call": "Gesprek",
|
||||
"Email": "E-mail",
|
||||
"Existing Customer": "Bestaande klant",
|
||||
"Web Site": "Website",
|
||||
"Campaign": "Campagne",
|
||||
"Other": "Overig"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Actief",
|
||||
"converted": "Geconverteerd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user