diff --git a/application/Espo/Core/Templates/i18n/nl_NL/Base.json b/application/Espo/Core/Templates/i18n/nl_NL/Base.json
index 7d9bce20b3..7f5d0f821f 100644
--- a/application/Espo/Core/Templates/i18n/nl_NL/Base.json
+++ b/application/Espo/Core/Templates/i18n/nl_NL/Base.json
@@ -1,5 +1,5 @@
{
- "labels": {
- "Create {entityType}": "Klant {entityTypeTranslated}"
- }
-}
+ "labels": {
+ "Create {entityType}": "Klant {entityTypeTranslated}"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Core/Templates/i18n/nl_NL/BasePlus.json b/application/Espo/Core/Templates/i18n/nl_NL/BasePlus.json
index 7d9bce20b3..7d52ece0b7 100644
--- a/application/Espo/Core/Templates/i18n/nl_NL/BasePlus.json
+++ b/application/Espo/Core/Templates/i18n/nl_NL/BasePlus.json
@@ -1,5 +1,10 @@
{
- "labels": {
- "Create {entityType}": "Klant {entityTypeTranslated}"
- }
-}
+ "links": {
+ "meetings": "vergaderingen",
+ "calls": "gesprekken",
+ "tasks": "taken"
+ },
+ "labels": {
+ "Create {entityType}": "Klant {entityTypeTranslated}"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Core/Templates/i18n/nl_NL/Company.json b/application/Espo/Core/Templates/i18n/nl_NL/Company.json
index 7d9bce20b3..105c5e68b6 100644
--- a/application/Espo/Core/Templates/i18n/nl_NL/Company.json
+++ b/application/Espo/Core/Templates/i18n/nl_NL/Company.json
@@ -1,5 +1,14 @@
{
- "labels": {
- "Create {entityType}": "Klant {entityTypeTranslated}"
- }
-}
+ "fields": {
+ "billingAddress": "Facturatie adres",
+ "shippingAddress": "Verzendingsadres"
+ },
+ "links": {
+ "meetings": "vergaderingen",
+ "calls": "gesprekken",
+ "tasks": "taken"
+ },
+ "labels": {
+ "Create {entityType}": "Klant {entityTypeTranslated}"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Core/Templates/i18n/nl_NL/Event.json b/application/Espo/Core/Templates/i18n/nl_NL/Event.json
index 7d9bce20b3..2b87bc4ee6 100644
--- a/application/Espo/Core/Templates/i18n/nl_NL/Event.json
+++ b/application/Espo/Core/Templates/i18n/nl_NL/Event.json
@@ -1,5 +1,36 @@
{
- "labels": {
- "Create {entityType}": "Klant {entityTypeTranslated}"
+ "fields": {
+ "parent": "Ouder",
+ "dateStart": "Datum Start",
+ "dateEnd": "Datum einde",
+ "duration": "Looptijd",
+ "status": "staat",
+ "reminders": "herinneringen",
+ "dateStartDate": "Startdatum (de hele dag)",
+ "dateEndDate": "Datum einde (hele dag)",
+ "isAllDay": "Is de hele dag"
+ },
+ "links": {
+ "parent": "Ouder"
+ },
+ "options": {
+ "status": {
+ "Planned": "Gepland",
+ "Held": "Vastgehouden",
+ "Not Held": "Niet vastgehouden"
}
-}
+ },
+ "labels": {
+ "Create {entityType}": "Klant {entityTypeTranslated}",
+ "Schedule {entityType}": "Schema {entityTypeTranslated}",
+ "Set Held": "Held instellen",
+ "Set Not Held": "Set not Held"
+ },
+ "massActions": {
+ "setHeld": "Held instellen",
+ "setNotHeld": "Set not Held"
+ },
+ "presetFilters": {
+ "planned": "Gepland"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Core/Templates/i18n/nl_NL/Person.json b/application/Espo/Core/Templates/i18n/nl_NL/Person.json
index 7d9bce20b3..7b723a03ba 100644
--- a/application/Espo/Core/Templates/i18n/nl_NL/Person.json
+++ b/application/Espo/Core/Templates/i18n/nl_NL/Person.json
@@ -1,5 +1,13 @@
{
- "labels": {
- "Create {entityType}": "Klant {entityTypeTranslated}"
- }
-}
+ "fields": {
+ "address": "Adres"
+ },
+ "links": {
+ "meetings": "vergaderingen",
+ "calls": "gesprekken",
+ "tasks": "taken"
+ },
+ "labels": {
+ "Create {entityType}": "Klant {entityTypeTranslated}"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Account.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Account.json
index 545bbaeebb..cc7f1c05de 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Account.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Account.json
@@ -1,76 +1,66 @@
{
- "fields": {
- "name": "Record Naam",
- "emailAddress": "E-mail",
- "website": "Website",
- "phoneNumber": "Telefoon",
- "billingAddress": "Factuur Adres",
- "shippingAddress": "Verzend Adres",
- "description": "Beschrijving",
- "sicCode": "Sic Code",
- "industry": "Industrie",
- "type": "Type",
- "contactRole": "Titel",
- "campaign": "Campaign"
+ "fields": {
+ "name": "Record Naam",
+ "emailAddress": "E-mail",
+ "phoneNumber": "Telefoon",
+ "billingAddress": "Factuur Adres",
+ "shippingAddress": "Verzend Adres",
+ "description": "Beschrijving",
+ "industry": "Industrie",
+ "contactRole": "Titel",
+ "targetLists": "Doellijsten",
+ "targetList": "Doellijst",
+ "originalLead": "Oorspronkelijke lead",
+ "contactIsInactive": "Inactief"
+ },
+ "links": {
+ "contacts": "Contacten",
+ "opportunities": "Kansen",
+ "cases": "Casus",
+ "documents": "Documenten",
+ "targetLists": "Doellijsten",
+ "portalUsers": "Portal-gebruikers",
+ "originalLead": "Oorspronkelijke lead"
+ },
+ "options": {
+ "type": {
+ "Customer": "Klant",
+ "Investor": "Investeerder"
},
- "links": {
- "contacts": "Contacten",
- "opportunities": "Kansen",
- "cases": "Casus",
- "documents": "Documenten",
- "meetingsPrimary": "Meetings (expanded)",
- "callsPrimary": "Calls (expanded)",
- "tasksPrimary": "Tasks (expanded)",
- "emailsPrimary": "Emails (expanded)",
- "targetLists": "Doellijsten",
- "campaignLogRecords": "Campaign Log",
- "campaign": "Campaign"
- },
- "options": {
- "type": {
- "Customer": "Klant",
- "Investor": "Investeerder",
- "Partner": "Partner",
- "Reseller": "Reseller"
- },
- "industry": {
- "Agriculture": "Agriculture",
- "Advertising": "Advertising",
- "Apparel & Accessories": "Apparel & Accessories",
- "Automotive": "Automotive",
- "Banking": "Bankwezen",
- "Biotechnology": "Biotechnology",
- "Chemical": "Chemical",
- "Computer": "Computer",
- "Education": "Onderwijs",
- "Electronics": "Electronica",
- "Energy": "Energy",
- "Entertainment & Leisure": "Entertainment & Leisure",
- "Finance": "Finance",
- "Food & Beverage": "Food & Beverage",
- "Grocery": "Grocery",
- "Healthcare": "Healthcare",
- "Insurance": "Verzekeringen",
- "Legal": "Legal",
- "Manufacturing": "Manufacturing",
- "Publishing": "Publishing",
- "Real Estate": "Real Estate",
- "Service": "Service",
- "Sports": "Sports",
- "Software": "Software",
- "Technology": "Technology",
- "Telecommunications": "Telecommunications",
- "Television": "Television",
- "Transportation": "Transportation",
- "Venture Capital": "Venture Capital"
- }
- },
- "labels": {
- "Create Account": "Klant Aanmaken",
- "Copy Billing": "Kopieer van Factuur"
- },
- "presetFilters": {
- "customers": "Customers",
- "partners": "Partners"
+ "industry": {
+ "Banking": "Bankwezen",
+ "Building Materials & Equipment": "Bouwmaterialen en -apparatuur",
+ "Education": "Onderwijs",
+ "Electronics": "Electronica",
+ "Insurance": "Verzekeringen",
+ "Aerospace": "ruimte",
+ "Architecture": "Architectuur",
+ "Construction": "Bouw",
+ "Defense": "Verdediging",
+ "Creative": "Creatief",
+ "Culture": "Cultuur",
+ "Consulting": "Overleg plegen",
+ "Electric Power": "Elektrische energie",
+ "Hospitality": "Gastvrijheid",
+ "Mass Media": "Massa media",
+ "Mining": "Mijnbouw",
+ "Music": "Muziek",
+ "Petroleum": "petroleum",
+ "Retail": "Kleinhandel",
+ "Shipping": "Verzenden",
+ "Support": "Ondersteuning",
+ "Testing, Inspection & Certification": "Testen, inspectie en certificering",
+ "Wholesale": "Groothandel",
+ "Travel": "Reizen"
}
-}
+ },
+ "labels": {
+ "Create Account": "Klant Aanmaken",
+ "Copy Billing": "Kopieer van Factuur",
+ "Set Primary": "Primair instellen"
+ },
+ "presetFilters": {
+ "customers": "Klanten",
+ "recentlyCreated": "Recent gemaakt"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Admin.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Admin.json
index 6dcbcad97b..2765df9005 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Admin.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Admin.json
@@ -1,6 +1,10 @@
{
- "layouts": {
- "detailConvert": "Omzetten Lead",
- "listForAccount": "List (for Account)"
- }
-}
+ "layouts": {
+ "detailConvert": "Omzetten Lead",
+ "listForContact": "Lijst (voor contact)"
+ },
+ "templates": {
+ "invitation": "Uitnodiging",
+ "reminder": "Herinnering"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Calendar.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Calendar.json
index a04fe4be18..71b69dd768 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Calendar.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Calendar.json
@@ -1,13 +1,19 @@
{
- "modes": {
- "month": "Month",
- "week": "Week",
- "day": "Dag",
- "agendaWeek": "Week",
- "agendaDay": "Dag"
- },
- "labels": {
- "Today": "Vandaag",
- "Create": "Aanmaken"
- }
-}
+ "modes": {
+ "day": "Dag",
+ "agendaDay": "Dag",
+ "timeline": "Tijdlijn"
+ },
+ "labels": {
+ "Today": "Vandaag",
+ "Create": "Aanmaken",
+ "Shared": "gedeeld",
+ "Add User": "Voeg gebruiker toe",
+ "current": "actueel",
+ "time": "tijd",
+ "User List": "gebruikers lijst",
+ "Manage Users": "Gebruikers beheren",
+ "View Calendar": "Bekijk Agenda",
+ "Create Shared View": "Maak gedeelde weergave"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Call.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Call.json
index 29706921c9..17e21955b0 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Call.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Call.json
@@ -1,51 +1,40 @@
{
- "fields": {
- "name": "Record Naam",
- "parent": "Behorende bij",
- "status": "Status",
- "dateStart": "Start Datum",
- "dateEnd": "Eind Datum",
- "direction": "Richting",
- "duration": "Duur",
- "description": "Beschrijving",
- "users": "Gebruikers",
- "contacts": "Contacten",
- "leads": "Leads",
- "reminders": "Herineringen",
- "account": "Account"
+ "fields": {
+ "name": "Record Naam",
+ "parent": "Behorende bij",
+ "dateStart": "Start Datum",
+ "dateEnd": "Eind Datum",
+ "direction": "Richting",
+ "duration": "Duur",
+ "description": "Beschrijving",
+ "users": "Gebruikers",
+ "contacts": "Contacten",
+ "reminders": "Herineringen",
+ "acceptanceStatus": "Acceptatiestatus"
+ },
+ "options": {
+ "status": {
+ "Planned": "Gepland",
+ "Held": "Vastgehouden",
+ "Not Held": "Niet vastgehouden"
},
- "links": {
+ "direction": {
+ "Outbound": "Uitgaande",
+ "Inbound": "Binnenkomende"
},
- "options": {
- "status": {
- "Planned": "Gepland",
- "Held": "Vasthouden",
- "Not Held": "Niet Vasthouden"
- },
- "direction": {
- "Outbound": "Uitgaande",
- "Inbound": "Binnenkomende"
- },
- "acceptanceStatus": {
- "None": "None",
- "Accepted": "Geaccepteerd",
- "Declined": "Geweigerd",
- "Tentative": "Tentative"
- }
- },
- "massActions": {
- "setHeld": "Set Held",
- "setNotHeld": "Set Not Held"
- },
- "labels": {
- "Create Call": "Tel. Gesprek Aanmaken",
- "Set Held": "Set Held",
- "Set Not Held": "Set Not Held",
- "Send Invitations": "Uitnodiging versturen"
- },
- "presetFilters": {
- "planned": "Gepland",
- "held": "Vasthouden",
- "todays": "Huidig"
+ "acceptanceStatus": {
+ "None": "Geen",
+ "Accepted": "Geaccepteerd",
+ "Declined": "Geweigerd"
}
-}
+ },
+ "labels": {
+ "Create Call": "Tel. Gesprek Aanmaken",
+ "Send Invitations": "Uitnodiging versturen"
+ },
+ "presetFilters": {
+ "planned": "Gepland",
+ "held": "Vasthouden",
+ "todays": "Huidig"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Campaign.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Campaign.json
index 6856021ed0..8ba97840c6 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Campaign.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Campaign.json
@@ -1,64 +1,56 @@
{
- "fields": {
- "name": "Record Naam",
- "description": "Beschrijving",
- "status": "Status",
- "type": "Type",
- "startDate": "Start Date",
- "endDate": "End Date",
- "targetLists": "Doellijsten",
- "excludingTargetLists": "Excluding Target Lists",
- "sentCount": "Verstuur",
- "openedCount": "Opened",
- "clickedCount": "Clicked",
- "optedOutCount": "Opted Out",
- "bouncedCount": "Bounced",
- "hardBouncedCount": "Hard Bounced",
- "softBouncedCount": "Soft Bounced",
- "leadCreatedCount": "Leads Created",
- "revenue": "Revenue",
- "revenueConverted": "revenue (converted)",
- "budget": "Budget"
+ "fields": {
+ "name": "Record Naam",
+ "description": "Beschrijving",
+ "targetLists": "Doellijsten",
+ "sentCount": "Verstuur",
+ "revenueConverted": "revenue (converted)",
+ "budgetConverted": "Budget (omgezet)",
+ "contactsTemplate": "Contacten-sjabloon",
+ "leadsTemplate": "Leads sjabloon",
+ "accountsTemplate": "Accounts-sjabloon",
+ "usersTemplate": "Gebruikers sjabloon",
+ "mailMergeOnlyWithAddress": "Records overslaan zonder ingevuld adres",
+ "budgetCurrency": "Budgetvaluta"
+ },
+ "links": {
+ "targetLists": "Doellijsten",
+ "accounts": "Klanten",
+ "contacts": "Contacten",
+ "opportunities": "Kansen",
+ "contactsTemplate": "Contacten-sjabloon",
+ "leadsTemplate": "Leads sjabloon",
+ "accountsTemplate": "Accounts-sjabloon",
+ "usersTemplate": "Gebruikers sjabloon"
+ },
+ "options": {
+ "type": {
+ "Email": "E-mail"
},
- "links": {
- "targetLists": "Doellijsten",
- "excludingTargetLists": "Excluding Target Lists",
- "accounts": "Klanten",
- "contacts": "Contacten",
- "leads": "Leads",
- "opportunities": "Kansen",
- "campaignLogRecords": "Log",
- "massEmails": "Mass Emails",
- "trackingUrls": "Tracking URLs"
- },
- "options": {
- "type": {
- "Email": "E-mail",
- "Web": "Web",
- "Television": "Television",
- "Radio": "Radio",
- "Newsletter": "Newsletter",
- "Mail": "Mail"
- },
- "status": {
- "Planning": "Planning",
- "Active": "Actief",
- "Inactive": "Inactief",
- "Complete": "Complete"
- }
- },
- "labels": {
- "Create Campaign": "Create Campaign",
- "Target Lists": "Doellijsten",
- "Statistics": "Statistics",
- "hard": "hard",
- "soft": "soft",
- "Unsubscribe": "Unsubscribe"
- },
- "presetFilters": {
- "active": "Actief"
- },
- "messages": {
- "unsubscribed": "You have been unsubscribed from our mailing list."
+ "status": {
+ "Active": "Actief",
+ "Inactive": "Inactief",
+ "Complete": "Compleet"
}
-}
+ },
+ "labels": {
+ "Target Lists": "Doellijsten",
+ "Mass Emails": "Massale e-mails",
+ "Email Templates": "E-mailsjablonen",
+ "Unsubscribe again": "Afmelden opnieuw",
+ "Subscribe again": "Abonneer opnieuw",
+ "Create Target List": "Maak een doellijst",
+ "Mail Merge": "Mailmerge",
+ "Generate Mail Merge PDF": "Genereer Mail Merge PDF"
+ },
+ "presetFilters": {
+ "active": "Actief"
+ },
+ "tooltips": {
+ "targetLists": "Doelen die berichten zouden moeten ontvangen.",
+ "excludingTargetLists": "Doelen die geen berichten mogen ontvangen."
+ },
+ "messages": {
+ "subscribedAgain": "U bent opnieuw ingeschreven."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignLogRecord.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignLogRecord.json
index 7e7c885f89..13e6f81511 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignLogRecord.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignLogRecord.json
@@ -1,33 +1,25 @@
{
- "fields": {
- "action": "Actie",
- "actionDate": "Datum",
- "data": "Data",
- "campaign": "Campaign",
- "parent": "Target",
- "object": "Object",
- "application": "Application",
- "queueItem": "Queue Item"
- },
- "options": {
- "action": {
- "Sent": "Verstuur",
- "Opened": "Opened",
- "Opted Out": "Opted Out",
- "Bounced": "Bounced",
- "Clicked": "Clicked",
- "Lead Created": "Lead Created"
- }
- },
- "labels": {
- "All": "Alles"
- },
- "presetFilters": {
- "sent": "Verstuur",
- "opened": "Opened",
- "optedOut": "Opted Out",
- "bounced": "Bounced",
- "clicked": "Clicked",
- "leadCreated": "Lead Created"
+ "fields": {
+ "action": "Actie",
+ "actionDate": "Datum",
+ "stringData": "Stringgegevens",
+ "stringAdditionalData": "String extra gegevens"
+ },
+ "links": {
+ "queueItem": "Wachtrij-item",
+ "parent": "Ouder",
+ "object": "Voorwerp",
+ "campaign": "Campagne"
+ },
+ "options": {
+ "action": {
+ "Sent": "Verstuur"
}
-}
+ },
+ "labels": {
+ "All": "Alles"
+ },
+ "presetFilters": {
+ "sent": "Verstuur"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignTrackingUrl.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignTrackingUrl.json
index 62c6ba3e34..9e26dfeeb6 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignTrackingUrl.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/CampaignTrackingUrl.json
@@ -1,13 +1 @@
-{
- "fields": {
- "url": "URL",
- "urlToUse": "Code to insert instead of URL",
- "campaign": "Campaign"
- },
- "links": {
- "campaign": "Campaign"
- },
- "labels": {
- "Create CampaignTrackingUrl": "Create Tracking URL"
- }
-}
+{}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
index d703d9d07e..f3b9a25afa 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Case.json
@@ -1,56 +1,44 @@
{
- "fields": {
- "name": "Record Naam",
- "number": "Number",
- "status": "Status",
- "account": "Account",
- "contact": "Contact",
- "contacts": "Contacten",
- "priority": "Prioriteit",
- "type": "Type",
- "description": "Beschrijving",
- "inboundEmail": "Inbound Email"
+ "fields": {
+ "name": "Record Naam",
+ "contacts": "Contacten",
+ "priority": "Prioriteit",
+ "description": "Beschrijving",
+ "attachments": "Bijlagen",
+ "inboundEmail": "Groeps e-mailaccount"
+ },
+ "links": {
+ "Contacts": "Contacten",
+ "emails": "E-mails",
+ "articles": "Knowledge Base-artikelen",
+ "attachments": "Bijlagen",
+ "inboundEmail": "Groeps e-mailaccount"
+ },
+ "options": {
+ "status": {
+ "New": "Nieuw",
+ "Assigned": "Toegewezen",
+ "Pending": "In afwachting",
+ "Closed": "Gesloten",
+ "Rejected": "Afgewezen",
+ "Duplicate": "Duplicaat"
},
- "links": {
- "inboundEmail": "Inbound Email",
- "account": "Account",
- "contact": "Contact (Primary)",
- "Contacts": "Contacten",
- "meetings": "Meetings",
- "calls": "Calls",
- "tasks": "Tasks",
- "emails": "E-mails"
+ "priority": {
+ "Low": "Laag",
+ "Normal": "Normaal",
+ "High": "Hoog"
},
- "options": {
- "status": {
- "New": "Nieuw",
- "Assigned": "Toegewezen",
- "Pending": "In afwachting",
- "Closed": "Gesloten",
- "Rejected": "Afgewezen",
- "Duplicate": "Dupliceer"
- },
- "priority" : {
- "Low": "Laag",
- "Normal": "Normaal",
- "High": "Hoog",
- "Urgent": "Urgent"
- },
- "type": {
- "Question": "Vraag",
- "Incident": "Incident",
- "Problem": "Probleem"
- }
- },
- "labels": {
- "Create Case": "Create Case",
- "Close": "Sluit",
- "Reject": "Reject",
- "Closed": "Gesloten",
- "Rejected": "Afgewezen"
- },
- "presetFilters": {
- "open": "Open",
- "closed": "Gesloten"
+ "type": {
+ "Question": "Vraag",
+ "Problem": "Probleem"
}
-}
+ },
+ "labels": {
+ "Close": "Sluit",
+ "Closed": "Gesloten",
+ "Rejected": "Afgewezen"
+ },
+ "presetFilters": {
+ "closed": "Gesloten"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Contact.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Contact.json
index e0963327de..fa58d478a4 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Contact.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Contact.json
@@ -1,40 +1,46 @@
{
- "fields": {
- "name": "Record Naam",
- "emailAddress": "E-mail",
- "title": "Titel",
- "account": "Account",
- "accounts": "Klanten",
- "phoneNumber": "Telefoon",
- "accountType": "Klant Type",
- "doNotCall": "Niet Bellen",
- "address": "Adres",
- "opportunityRole": "Functie Kansen",
- "accountRole": "Titel",
- "description": "Beschrijving",
- "campaign": "Campaign",
- "targetLists": "Doellijsten",
- "targetList": "Target List"
- },
- "links": {
- "opportunities": "Kansen",
- "cases": "Casus",
- "targetLists": "Doellijsten",
- "campaignLogRecords": "Campaign Log",
- "campaign": "Campaign",
- "account": "Account (Primary)",
- "accounts": "Klanten",
- "casesPrimary": "Cases (Primary)"
- },
- "labels": {
- "Create Contact": "Contact Aanmaken"
- },
- "options": {
- "opportunityRole": {
- "": "--Geen--",
- "Decision Maker": "Beslisser",
- "Evaluator": "Evaluator",
- "Influencer": "Beinvloeder"
- }
+ "fields": {
+ "name": "Record Naam",
+ "emailAddress": "E-mail",
+ "accountRole": "Titel",
+ "accounts": "Klanten",
+ "phoneNumber": "Telefoon",
+ "accountType": "Klant Type",
+ "doNotCall": "Niet Bellen",
+ "address": "Adres",
+ "opportunityRole": "Functie Kansen",
+ "description": "Beschrijving",
+ "targetLists": "Doellijsten",
+ "portalUser": "Portalgebruiker",
+ "originalLead": "Oorspronkelijke lead",
+ "acceptanceStatus": "Acceptatiestatus",
+ "accountIsInactive": "account inactief",
+ "acceptanceStatusMeetings": "Acceptatiestatus (vergaderingen)",
+ "acceptanceStatusCalls": "Acceptatiestatus (oproepen)",
+ "title": "Primair Account titel"
+ },
+ "links": {
+ "opportunities": "Kansen",
+ "cases": "Casus",
+ "targetLists": "Doellijsten",
+ "accounts": "Klanten",
+ "portalUser": "Portalgebruiker",
+ "originalLead": "Oorspronkelijke lead",
+ "documents": "documenten",
+ "tasksPrimary": "Taken (uitgebreid)"
+ },
+ "labels": {
+ "Create Contact": "Contact Aanmaken"
+ },
+ "options": {
+ "opportunityRole": {
+ "Decision Maker": "Beslisser",
+ "Influencer": "Beinvloeder"
}
-}
+ },
+ "presetFilters": {
+ "portalUsers": "Portal-gebruikers",
+ "notPortalUsers": "Geen portalgebruikers",
+ "accountActive": "Actief"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DashletOptions.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DashletOptions.json
new file mode 100644
index 0000000000..9f3724df98
--- /dev/null
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DashletOptions.json
@@ -0,0 +1,6 @@
+{
+ "fields": {
+ "futureDays": "Volgende X dagen",
+ "useLastStage": "Groeperen op laatst bereikte fase"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Document.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Document.json
index 4aa48896b0..72bb2d7128 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Document.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Document.json
@@ -1,42 +1,34 @@
{
- "labels": {
- "Create Document": "Document Aanmaken",
- "Details": "Details"
+ "labels": {
+ "Create Document": "Document Aanmaken"
+ },
+ "fields": {
+ "name": "Record Naam",
+ "file": "Bestand",
+ "publishDate": "Publicatiedatum",
+ "expirationDate": "Vervaldatum",
+ "description": "Beschrijving",
+ "accounts": "Klanten"
+ },
+ "links": {
+ "accounts": "Klanten",
+ "opportunities": "Kansen",
+ "leads": "leads",
+ "contacts": "Contacten"
+ },
+ "options": {
+ "status": {
+ "Active": "Actief",
+ "Draft": "Concept",
+ "Expired": "Vervallen",
+ "Canceled": "Geannuleerd"
},
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "file": "Bestand",
- "type": "Type",
- "source": "Bron",
- "publishDate": "Publicatiedatum",
- "expirationDate": "Vervaldatum",
- "description": "Beschrijving",
- "accounts": "Klanten",
- "folder": "Folder"
- },
- "links": {
- "accounts": "Klanten",
- "opportunities": "Kansen",
- "folder": "Folder"
- },
- "options": {
- "status": {
- "Active": "Actief",
- "Draft": "Concept",
- "Expired": "Vervallen",
- "Canceled": "Geannuleerd"
- },
- "type": {
- "": "None",
- "Contract": "Contract",
- "NDA": "NDA",
- "EULA": "EULA",
- "License Agreement": "Licentie Overeenkomst"
- }
- },
- "presetFilters": {
- "active": "Actief",
- "draft": "Concept"
+ "type": {
+ "License Agreement": "Licentie Overeenkomst"
}
-}
+ },
+ "presetFilters": {
+ "active": "Actief",
+ "draft": "Concept"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DocumentFolder.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DocumentFolder.json
index e77fd30cf1..cd736c5d6b 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DocumentFolder.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/DocumentFolder.json
@@ -1,10 +1,8 @@
{
- "labels": {
- "Create DocumentFolder": "Create Document Folder",
- "Manage Categories": "Manage Folders",
- "Documents": "Documenten"
- },
- "links": {
- "documents": "Documenten"
- }
-}
+ "labels": {
+ "Documents": "Documenten"
+ },
+ "links": {
+ "documents": "Documenten"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Email.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Email.json
index b7e6cb6ef3..c98341121d 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Email.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Email.json
@@ -1,8 +1,9 @@
{
- "labels": {
- "Create Lead": "Lead Aanmaken",
- "Create Contact": "Contact Aanmaken",
- "Create Task": "Taak Aanmaken",
- "Create Case": "Create Case"
- }
-}
+ "labels": {
+ "Create Lead": "Lead Aanmaken",
+ "Create Contact": "Contact Aanmaken",
+ "Create Task": "Taak Aanmaken",
+ "Add to Contact": "Toevoegen aan Contact",
+ "Add to Lead": "Toevoegen aan lead"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/EmailQueueItem.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/EmailQueueItem.json
index 2b7b0fa9c5..bc6f6daf16 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/EmailQueueItem.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/EmailQueueItem.json
@@ -1,28 +1,20 @@
{
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "target": "Target",
- "sentAt": "Datum verzonden",
- "attemptCount": "Attempts",
- "emailAddress": "E-mailadres",
- "massEmail": "Mass Email",
- "isTest": "Is Test"
- },
- "links": {
- "target": "Target",
- "massEmail": "Mass Email"
- },
- "options": {
- "status": {
- "Pending": "In afwachting",
- "Sent": "Verstuur",
- "Failed": "Failed"
- }
- },
- "presetFilters": {
- "pending": "In afwachting",
- "sent": "Verstuur",
- "failed": "Failed"
+ "fields": {
+ "name": "Record Naam",
+ "sentAt": "Datum verzonden",
+ "emailAddress": "E-mailadres"
+ },
+ "options": {
+ "status": {
+ "Pending": "In afwachting",
+ "Sent": "Verzonden",
+ "Failed": "Mislukt",
+ "Sending": "Bezig met verzenden"
}
-}
+ },
+ "presetFilters": {
+ "pending": "In afwachting",
+ "sent": "Verstuur",
+ "failed": "Mislukt"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Global.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Global.json
index 30500378c0..201b544edb 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Global.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Global.json
@@ -1,107 +1,85 @@
{
- "scopeNames": {
- "Account": "Account",
- "Contact": "Contact",
- "Lead": "Lead",
- "Target": "Target",
- "Opportunity": "Kans",
- "Meeting": "Vergadering",
- "Calendar": "Kalender",
- "Call": "Tel. Gesprek",
- "Task": "Taak",
- "Case": "Kwestie",
- "Document": "Document",
- "DocumentFolder": "Document Folder",
- "Campaign": "Campaign",
- "TargetList": "Target List",
- "MassEmail": "Mass Email",
- "EmailQueueItem": "Email Queue Item",
- "CampaignTrackingUrl": "Tracking URL"
- },
- "scopeNamesPlural": {
- "Account": "Klanten",
- "Contact": "Contacten",
- "Lead": "Leads",
- "Target": "Targets",
- "Opportunity": "Kansen",
- "Meeting": "Meetings",
- "Calendar": "Kalender",
- "Call": "Calls",
- "Task": "Tasks",
- "Case": "Casus",
- "Document": "Documenten",
- "DocumentFolder": "Document Folders",
- "Campaign": "Campaigns",
- "TargetList": "Doellijsten",
- "MassEmail": "Mass Emails",
- "EmailQueueItem": "Email Queue Items",
- "CampaignTrackingUrl": "Tracking URLs"
- },
- "dashlets": {
- "Leads": "Mijn Leads",
- "Opportunities": "Mijn Kansen",
- "Tasks": "Mijn Taken",
- "Cases": "Mijn Casus",
- "Calendar": "Kalender",
- "Calls": "Mijn Tel.gesprekken",
- "Meetings": "Mijn Afspraken",
- "OpportunitiesByStage": "Status van Kansen",
- "OpportunitiesByLeadSource": "Kansen per Leadbron",
- "SalesByMonth": "Verkopen per maand",
- "SalesPipeline": "Verkoop mogelijkheden",
- "Activities": "My Activities"
- },
- "labels": {
- "Create InboundEmail": "E-mail Gebruiker Instellen",
- "Activities": "Activiteiten",
- "History": "Historie",
- "Attendees": "Genodigden",
- "Schedule Meeting": "Afspraak Plannen",
- "Schedule Call": "Geplande Oproep",
- "Compose Email": "E-mail aanmaken",
- "Log Meeting": "Afspraak vastleggen",
- "Log Call": "Tel. Gesprek Vastleggen",
- "Archive Email": "Archiveer Email",
- "Create Task": "Taak Aanmaken",
- "Tasks": "Tasks"
- },
- "fields": {
- "billingAddressCity": "Plaats",
- "billingAddressCountry": "Land",
- "billingAddressPostalCode": "Postcode",
- "billingAddressState": "Provincie",
- "billingAddressStreet": "Straat",
- "addressCity": "Plaats",
- "addressStreet": "Straat",
- "addressCountry": "Land",
- "addressState": "Provincie",
- "addressPostalCode": "Postcode",
- "shippingAddressCity": "Plaats (Verzending)",
- "shippingAddressStreet": "Straat (Verzending)",
- "shippingAddressCountry": "Land (Verzending)",
- "shippingAddressState": "Provincie (Verzending)",
- "shippingAddressPostalCode": "Postcode (Verzending)"
- },
- "links": {
- "contacts": "Contacten",
- "opportunities": "Kansen",
- "leads": "Leads",
- "meetings": "Meetings",
- "calls": "Calls",
- "tasks": "Tasks",
- "emails": "E-mails",
- "accounts": "Klanten",
- "cases": "Casus",
- "documents": "Documenten",
- "account": "Account",
- "opportunity": "Kans",
- "contact": "Contact",
- "parent": "Behorende bij"
- },
- "options": {
- "reminderTypes": {
- "Popup": "Popup",
- "Email": "E-mail"
- }
+ "links": {
+ "parent": "Behorende bij",
+ "contacts": "Contacten",
+ "opportunities": "Kansen",
+ "emails": "E-mails",
+ "accounts": "Klanten",
+ "cases": "Casus",
+ "documents": "Documenten",
+ "opportunity": "Kans"
+ },
+ "scopeNames": {
+ "Opportunity": "Kans",
+ "Meeting": "Vergadering",
+ "Calendar": "Kalender",
+ "Call": "Tel. Gesprek",
+ "Task": "Taak",
+ "Activities": "Activiteiten",
+ "KnowledgeBaseArticle": "Kennisbank-artikel",
+ "KnowledgeBaseCategory": "Kennisbank-categorie"
+ },
+ "scopeNamesPlural": {
+ "Account": "Klanten",
+ "Contact": "Contacten",
+ "Opportunity": "Kansen",
+ "Calendar": "Kalender",
+ "Case": "Casus",
+ "Document": "Documenten",
+ "TargetList": "Doellijsten",
+ "Activities": "Activiteiten",
+ "KnowledgeBaseArticle": "Kennisbank",
+ "KnowledgeBaseCategory": "Kennisbank-categorieën"
+ },
+ "dashlets": {
+ "Leads": "Mijn Leads",
+ "Opportunities": "Mijn Kansen",
+ "Tasks": "Mijn Taken",
+ "Cases": "Mijn Casus",
+ "Calendar": "Kalender",
+ "Calls": "Mijn Tel.gesprekken",
+ "Meetings": "Mijn Afspraken",
+ "OpportunitiesByStage": "Kansen per fase",
+ "OpportunitiesByLeadSource": "Kansen per Leadbron",
+ "SalesByMonth": "Verkopen per maand",
+ "SalesPipeline": "Verkoop mogelijkheden"
+ },
+ "labels": {
+ "Create InboundEmail": "E-mail Gebruiker Instellen",
+ "Activities": "Activiteiten",
+ "History": "Historie",
+ "Attendees": "Genodigden",
+ "Schedule Meeting": "Afspraak Plannen",
+ "Schedule Call": "Geplande Oproep",
+ "Compose Email": "E-mail aanmaken",
+ "Log Meeting": "Afspraak vastleggen",
+ "Log Call": "Tel. Gesprek Vastleggen",
+ "Archive Email": "Archiveer E-mail",
+ "Create Task": "Taak Aanmaken"
+ },
+ "fields": {
+ "billingAddressCity": "Plaats",
+ "addressCity": "Plaats",
+ "billingAddressCountry": "Land",
+ "addressCountry": "Land",
+ "billingAddressPostalCode": "Postcode",
+ "addressPostalCode": "Postcode",
+ "billingAddressState": "Provincie",
+ "addressState": "Provincie",
+ "billingAddressStreet": "Straat",
+ "addressStreet": "Straat",
+ "billingAddressMap": "Kaart",
+ "addressMap": "Kaart",
+ "shippingAddressCity": "Plaats (Verzending)",
+ "shippingAddressStreet": "Straat (Verzending)",
+ "shippingAddressCountry": "Land (Verzending)",
+ "shippingAddressState": "Provincie (Verzending)",
+ "shippingAddressPostalCode": "Postcode (Verzending)",
+ "shippingAddressMap": "Kaart (verzending)"
+ },
+ "options": {
+ "reminderTypes": {
+ "Email": "E-mail"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseArticle.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseArticle.json
new file mode 100644
index 0000000000..e1b8f15923
--- /dev/null
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseArticle.json
@@ -0,0 +1,46 @@
+{
+ "labels": {
+ "Create KnowledgeBaseArticle": "Artikel maken",
+ "Any": "elk",
+ "Send in Email": "Stuur een e-mail",
+ "Move Up": "Naar boven gaan",
+ "Move Down": "Naar beneden verplaatsen",
+ "Move to Top": "Verplaats naar boven",
+ "Move to Bottom": "Verplaats naar beneden"
+ },
+ "fields": {
+ "name": "Naam",
+ "status": "status",
+ "attachments": "Bijlagen",
+ "publishDate": "Publiceer datum",
+ "expirationDate": "vervaldatum",
+ "description": "Beschrijving",
+ "body": "Lichaam",
+ "categories": "Categorieën",
+ "language": "Taal",
+ "portals": "portals"
+ },
+ "links": {
+ "cases": "Casus",
+ "opportunities": "Kansen",
+ "categories": "Categorieën",
+ "portals": "portals"
+ },
+ "options": {
+ "status": {
+ "In Review": "In beoordeling",
+ "Draft": "Concept",
+ "Archived": "gearchiveerd",
+ "Published": "Gepubliceerd"
+ },
+ "type": {
+ "Article": "Artikel"
+ }
+ },
+ "presetFilters": {
+ "published": "Gepubliceerd"
+ },
+ "tooltips": {
+ "portals": "Artikel is alleen beschikbaar in bepaalde portals."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseCategory.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseCategory.json
new file mode 100644
index 0000000000..40ef2604a6
--- /dev/null
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/KnowledgeBaseCategory.json
@@ -0,0 +1,10 @@
+{
+ "labels": {
+ "Create KnowledgeBaseCategory": "Categorie maken",
+ "Manage Categories": "Beheer Categorieën",
+ "Articles": "artikelen"
+ },
+ "links": {
+ "articles": "artikelen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json
index dbdafd67e5..fa15259d8d 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Lead.json
@@ -1,63 +1,56 @@
{
- "labels": {
- "Converted To": "Geconverteerd naar",
- "Create Lead": "Lead Aanmaken",
- "Convert": "Converteren",
- "convert": "converteren"
+ "labels": {
+ "Converted To": "Geconverteerd naar",
+ "Create Lead": "Lead Aanmaken",
+ "Convert": "Converteren",
+ "convert": "converteren"
+ },
+ "fields": {
+ "name": "Record Naam",
+ "emailAddress": "E-mail",
+ "title": "Titel",
+ "phoneNumber": "Telefoon",
+ "accountName": "Naam Klant",
+ "doNotCall": "Niet Bellen",
+ "address": "Adres",
+ "source": "Bron",
+ "opportunityAmount": "Bedrag Kansen",
+ "opportunityAmountConverted": "Bedrag Kans (geconverteerd)",
+ "description": "Beschrijving",
+ "createdOpportunity": "Kans",
+ "targetLists": "Doellijsten",
+ "industry": "Industrie",
+ "acceptanceStatus": "Acceptatiestatus",
+ "opportunityAmountCurrency": "Opportunity Bedrag Valuta",
+ "acceptanceStatusMeetings": "Acceptatiestatus (vergaderingen)",
+ "acceptanceStatusCalls": "Acceptatiestatus (oproepen)"
+ },
+ "links": {
+ "targetLists": "Doellijsten",
+ "createdOpportunity": "Kans",
+ "cases": "Casus",
+ "documents": "documenten"
+ },
+ "options": {
+ "status": {
+ "New": "Nieuw",
+ "Assigned": "Toegewezen",
+ "In Process": "In Behandeling",
+ "Converted": "Geconverteerd",
+ "Recycled": "Opnieuw verwerkt",
+ "Dead": "Vervallen"
},
- "fields": {
- "name": "Record Naam",
- "emailAddress": "E-mail",
- "title": "Titel",
- "website": "Website",
- "phoneNumber": "Telefoon",
- "accountName": "Naam Klant",
- "doNotCall": "Niet Bellen",
- "address": "Adres",
- "status": "Status",
- "source": "Bron",
- "opportunityAmount": "Bedrag Kansen",
- "opportunityAmountConverted": "Bedrag Kans (geconverteerd)",
- "description": "Beschrijving",
- "createdAccount": "Account",
- "createdContact": "Contact",
- "createdOpportunity": "Kans",
- "campaign": "Campaign",
- "targetLists": "Doellijsten",
- "targetList": "Target List"
- },
- "links": {
- "targetLists": "Doellijsten",
- "campaignLogRecords": "Campaign Log",
- "campaign": "Campaign",
- "createdAccount": "Account",
- "createdContact": "Contact",
- "createdOpportunity": "Kans"
- },
- "options": {
- "status": {
- "New": "Nieuw",
- "Assigned": "Toegewezen",
- "In Process": "In Behandeling",
- "Converted": "Geconverteerd",
- "Recycled": "Opnieuw verwerkt",
- "Dead": "Dood"
- },
- "source": {
- "": "None",
- "Call": "Tel. Gesprek",
- "Email": "E-mail",
- "Existing Customer": "Bestaande Klant",
- "Partner": "Partner",
- "Public Relations": "Public Relations",
- "Web Site": "Webpagina",
- "Campaign": "Campaign",
- "Other": "Overig"
- }
- },
- "presetFilters": {
- "active": "Actief",
- "converted": "Geconverteerd",
- "actual": "Werkelijke"
+ "source": {
+ "Call": "Tel. Gesprek",
+ "Email": "E-mail",
+ "Existing Customer": "Bestaande Klant",
+ "Web Site": "Webpagina",
+ "Other": "Overig"
}
-}
+ },
+ "presetFilters": {
+ "active": "Actief",
+ "actual": "Werkelijke",
+ "converted": "Geconverteerd"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/MassEmail.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/MassEmail.json
index 57cb43812b..d2d76c1b59 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/MassEmail.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/MassEmail.json
@@ -1,47 +1,39 @@
{
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "storeSentEmails": "Store Sent Emails",
- "startAt": "Start Datum",
- "fromAddress": "Van Adres",
- "fromName": "Van Naam",
- "replyToAddress": "Reply-to Address",
- "replyToName": "Reply-to Name",
- "campaign": "Campaign",
- "emailTemplate": "E-mail Template",
- "inboundEmail": "Email Account",
- "targetLists": "Doellijsten",
- "excludingTargetLists": "Excluding Target Lists",
- "optOutEntirely": "Opt-Out Entirely"
- },
- "links": {
- "targetLists": "Doellijsten",
- "excludingTargetLists": "Excluding Target Lists",
- "queueItems": "Queue Items",
- "campaign": "Campaign",
- "emailTemplate": "E-mail Template",
- "inboundEmail": "Email Account"
- },
- "options": {
- "status": {
- "Draft": "Concept",
- "Pending": "In afwachting",
- "In Process": "In Behandeling",
- "Complete": "Complete",
- "Canceled": "Geannuleerd",
- "Failed": "Failed"
- }
- },
- "labels": {
- "Create MassEmail": "Create Mass Email",
- "Send Test": "Send Test"
- },
- "messages": {
- "selectAtLeastOneTarget": "Select at least one target.",
- "testSent": "Test email(s) supposed to be sent"
- },
- "tooltips": {
- "optOutEntirely": "Email addresses of recipients that unsubscribed will be marked as opted out and they will not receive any mass emails anymore."
+ "fields": {
+ "name": "Record Naam",
+ "startAt": "Start Datum",
+ "fromAddress": "Van Adres",
+ "fromName": "Van Naam",
+ "emailTemplate": "E-mail Template",
+ "targetLists": "Doellijsten",
+ "smtpAccount": "SMTP-account"
+ },
+ "links": {
+ "targetLists": "Doellijsten",
+ "emailTemplate": "E-mail Template"
+ },
+ "options": {
+ "status": {
+ "Draft": "Concept",
+ "Pending": "In afwachting",
+ "In Process": "In Behandeling",
+ "Complete": "Compleet",
+ "Canceled": "Geannuleerd",
+ "Failed": "Mislukt"
}
-}
+ },
+ "tooltips": {
+ "targetLists": "Doelen die berichten zouden moeten ontvangen.",
+ "excludingTargetLists": "Doelen die geen berichten mogen ontvangen.",
+ "storeSentEmails": "E-mails worden opgeslagen in CRM."
+ },
+ "presetFilters": {
+ "actual": "werkelijk",
+ "complete": "Compleet"
+ },
+ "labels": {
+ "System SMTP": "Systeem SMTP",
+ "system": "systeem",
+ "group": "groep"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Meeting.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Meeting.json
index 3902f3a894..5e39c7b164 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Meeting.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Meeting.json
@@ -1,48 +1,45 @@
{
- "fields": {
- "name": "Record Naam",
- "parent": "Behorende bij",
- "status": "Status",
- "dateStart": "Start Datum",
- "dateEnd": "Eind Datum",
- "duration": "Duur",
- "description": "Beschrijving",
- "users": "Gebruikers",
- "contacts": "Contacten",
- "leads": "Leads",
- "reminders": "Herineringen",
- "account": "Account"
+ "fields": {
+ "name": "Record Naam",
+ "parent": "Behorende bij",
+ "dateStart": "Start Datum",
+ "dateEnd": "Eind Datum",
+ "duration": "Duur",
+ "description": "Beschrijving",
+ "users": "Gebruikers",
+ "contacts": "Contacten",
+ "reminders": "Herineringen",
+ "acceptanceStatus": "Acceptatiestatus",
+ "dateStartDate": "Startdatum (de hele dag)",
+ "dateEndDate": "Datum einde (hele dag)",
+ "isAllDay": "Is de hele dag",
+ "Acceptance": "Aanvaarding"
+ },
+ "options": {
+ "status": {
+ "Planned": "Gepland",
+ "Held": "Vastgehouden",
+ "Not Held": "Niet vastgehouden"
},
- "links": {
- },
- "options": {
- "status": {
- "Planned": "Gepland",
- "Held": "Vasthouden",
- "Not Held": "Niet Vasthouden"
- },
- "acceptanceStatus": {
- "None": "None",
- "Accepted": "Geaccepteerd",
- "Declined": "Geweigerd",
- "Tentative": "Tentative"
- }
- },
- "massActions": {
- "setHeld": "Set Held",
- "setNotHeld": "Set Not Held"
- },
- "labels": {
- "Create Meeting": "Plan Vergadering",
- "Set Held": "Set Held",
- "Set Not Held": "Set Not Held",
- "Send Invitations": "Uitnodiging versturen",
- "on time": "op tijd",
- "before": "voordat"
- },
- "presetFilters": {
- "planned": "Gepland",
- "held": "Vasthouden",
- "todays": "Huidig"
+ "acceptanceStatus": {
+ "None": "Geen",
+ "Accepted": "Geaccepteerd",
+ "Declined": "Geweigerd"
}
-}
+ },
+ "labels": {
+ "Create Meeting": "Plan Vergadering",
+ "Send Invitations": "Uitnodiging versturen",
+ "on time": "op tijd",
+ "before": "voordat",
+ "All-Day": "Hele dag"
+ },
+ "presetFilters": {
+ "planned": "Gepland",
+ "held": "Vasthouden",
+ "todays": "Huidig"
+ },
+ "messages": {
+ "nothingHasBeenSent": "Er is niets verzonden"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Opportunity.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Opportunity.json
index b082801ca1..21f1fcbad1 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Opportunity.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Opportunity.json
@@ -1,46 +1,46 @@
{
- "fields": {
- "name": "Record Naam",
- "account": "Account",
- "stage": "Stadium",
- "amount": "Aantal",
- "probability": "Waarschijnlijkheid, %",
- "leadSource": "Leadbron",
- "doNotCall": "Niet Bellen",
- "closeDate": "Datum gesloten",
- "contacts": "Contacten",
- "description": "Beschrijving",
- "amountConverted": "Bedrag (geconverteerd)",
- "amountWeightedConverted": "Afgewogen bedrag",
- "campaign": "Campaign"
- },
- "links": {
- "contacts": "Contacten",
- "documents": "Documenten",
- "campaign": "Campaign"
- },
- "options": {
- "stage": {
- "Prospecting": "Prospectie",
- "Qualification": "Kwalificatie",
- "Proposal": "Voorstel",
- "Negotiation": "Onderhandeling",
- "Needs Analysis": "Analyse behoefte",
- "Value Proposition": "Waarde voorstel",
- "Id. Decision Makers": "Id. Beslissers",
- "Perception Analysis": "Perceptie Analyse",
- "Proposal/Price Quote": "Voorstel/Offerte",
- "Negotiation/Review": "Onderhandeling/Beoordeling",
- "Closed Won": "Gesloten Gewonnen",
- "Closed Lost": "Gesloten Verloren"
- }
- },
- "labels": {
- "Create Opportunity": "Kans aanmaken"
- },
- "presetFilters": {
- "open": "Open",
- "won": "Gewonnen",
- "lost": "Lost"
+ "fields": {
+ "name": "Record Naam",
+ "stage": "Stadium",
+ "amount": "Aantal",
+ "probability": "Waarschijnlijkheid, %",
+ "leadSource": "Leadbron",
+ "doNotCall": "Niet Bellen",
+ "closeDate": "Datum gesloten",
+ "contacts": "Contacten",
+ "description": "Beschrijving",
+ "amountConverted": "Bedrag (geconverteerd)",
+ "amountWeightedConverted": "Afgewogen bedrag",
+ "originalLead": "Oorspronkelijke lead",
+ "amountCurrency": "Bedrag valuta",
+ "contactRole": "Neem contact op met de functie",
+ "lastStage": "Laatste fase"
+ },
+ "links": {
+ "contacts": "Contacten",
+ "documents": "Documenten",
+ "originalLead": "Oorspronkelijke lead"
+ },
+ "options": {
+ "stage": {
+ "Prospecting": "Prospectie",
+ "Qualification": "Kwalificatie",
+ "Needs Analysis": "Analyse behoefte",
+ "Value Proposition": "Waarde voorstel",
+ "Id. Decision Makers": "Id. Beslissers",
+ "Perception Analysis": "Perceptie Analyse",
+ "Proposal/Price Quote": "Voorstel/Offerte",
+ "Negotiation/Review": "Onderhandeling/Beoordeling",
+ "Closed Won": "Gesloten Gewonnen",
+ "Closed Lost": "Gesloten Verloren",
+ "Proposal": "Voorstel",
+ "Negotiation": "Onderhandeling"
}
-}
+ },
+ "labels": {
+ "Create Opportunity": "Kans aanmaken"
+ },
+ "presetFilters": {
+ "won": "Gewonnen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Portal.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Portal.json
new file mode 100644
index 0000000000..46761fd616
--- /dev/null
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Portal.json
@@ -0,0 +1,5 @@
+{
+ "links": {
+ "articles": "Knowledge Base-artikelen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/ScheduledJob.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/ScheduledJob.json
index 4a71f96bb5..03049010bc 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/ScheduledJob.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/ScheduledJob.json
@@ -1,7 +1,7 @@
{
- "options": {
- "job": {
- "ProcessMassEmail": "Send Mass Emails"
- }
+ "options": {
+ "job": {
+ "ControlKnowledgeBaseArticleStatus": "Controle Knowledge Base Artikel Status"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/TargetList.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/TargetList.json
index 9f898d2895..4bf6053938 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/TargetList.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/TargetList.json
@@ -1,31 +1,27 @@
{
- "fields": {
- "name": "Record Naam",
- "description": "Beschrijving",
- "entryCount": "Entry Count",
- "campaigns": "Campaigns",
- "endDate": "End Date",
- "targetLists": "Doellijsten"
+ "fields": {
+ "name": "Record Naam",
+ "description": "Beschrijving",
+ "targetLists": "Doellijsten",
+ "includingActionList": "Inclusief",
+ "excludingActionList": "Exclusief",
+ "targetStatus": "Doeldatus",
+ "isOptedOut": "Is afgemeld"
+ },
+ "links": {
+ "accounts": "Klanten",
+ "contacts": "Contacten"
+ },
+ "options": {
+ "type": {
+ "Email": "E-mail"
},
- "links": {
- "accounts": "Klanten",
- "contacts": "Contacten",
- "leads": "Leads",
- "campaigns": "Campaigns",
- "massEmails": "Mass Emails"
- },
- "options": {
- "type": {
- "Email": "E-mail",
- "Web": "Web",
- "Television": "Television",
- "Radio": "Radio",
- "Newsletter": "Newsletter"
- }
- },
- "labels": {
- "Create TargetList": "Create Target List",
- "Opted Out": "Opted Out",
- "Cancel Opt-Out": "Cancel Opt-Out"
+ "targetStatus": {
+ "Opted Out": "Afgemeld",
+ "Listed": "opgesomd"
}
-}
+ },
+ "labels": {
+ "Opt-Out": "Afmelden"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Task.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Task.json
index 8a969af676..8f088ad7b0 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Task.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/Task.json
@@ -1,44 +1,39 @@
{
- "fields": {
- "name": "Record Naam",
- "parent": "Behorende bij",
- "status": "Status",
- "dateStart": "Start Datum",
- "dateEnd": "Date Due",
- "dateStartDate": "Date Start (all day)",
- "dateEndDate": "Date End (all day)",
- "priority": "Prioriteit",
- "description": "Beschrijving",
- "isOverdue": "Te Laat",
- "account": "Account",
- "dateCompleted": "Date Completed",
- "attachments": "Bijlagen"
+ "fields": {
+ "name": "Record Naam",
+ "parent": "Behorende bij",
+ "dateStart": "Start Datum",
+ "priority": "Prioriteit",
+ "description": "Beschrijving",
+ "isOverdue": "Te Laat",
+ "attachments": "Bijlagen",
+ "reminders": "herinneringen"
+ },
+ "links": {
+ "attachments": "Bijlagen"
+ },
+ "options": {
+ "status": {
+ "Not Started": "Niet Gestart",
+ "Started": "Gestart",
+ "Completed": "Voltooid",
+ "Canceled": "Geannuleerd",
+ "Deferred": "Uitgesteld"
},
- "links": {
- "attachments": "Bijlagen"
- },
- "options": {
- "status": {
- "Not Started": "Niet Gestart",
- "Started": "Gestart",
- "Completed": "Voltooid",
- "Canceled": "Geannuleerd"
- },
- "priority" : {
- "Low": "Laag",
- "Normal": "Normaal",
- "High": "Hoog",
- "Urgent": "Urgent"
- }
- },
- "labels": {
- "Create Task": "Taak Aanmaken",
- "Complete": "Complete"
- },
- "presetFilters": {
- "actual": "Werkelijke",
- "completed": "Voltooid",
- "todays": "Huidig",
- "overdue": "Laat"
+ "priority": {
+ "Low": "Laag",
+ "Normal": "Normaal",
+ "High": "Hoog"
}
-}
+ },
+ "labels": {
+ "Create Task": "Taak Aanmaken"
+ },
+ "presetFilters": {
+ "actual": "Werkelijke",
+ "completed": "Voltooid",
+ "todays": "Huidig",
+ "overdue": "Laat",
+ "deferred": "uitgestelde"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/User.json b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/User.json
index fe40b9c3a7..84391b508a 100644
--- a/application/Espo/Modules/Crm/Resources/i18n/nl_NL/User.json
+++ b/application/Espo/Modules/Crm/Resources/i18n/nl_NL/User.json
@@ -1,5 +1,10 @@
{
- "links": {
- "targetLists": "Doellijsten"
- }
-}
+ "links": {
+ "targetLists": "Doellijsten"
+ },
+ "fields": {
+ "acceptanceStatus": "Acceptatiestatus",
+ "acceptanceStatusMeetings": "Acceptatiestatus (vergaderingen)",
+ "acceptanceStatusCalls": "Acceptatiestatus (oproepen)"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/ActionHistoryRecord.json b/application/Espo/Resources/i18n/nl_NL/ActionHistoryRecord.json
new file mode 100644
index 0000000000..ab4a5ecbfa
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/ActionHistoryRecord.json
@@ -0,0 +1,24 @@
+{
+ "fields": {
+ "user": "Gebruiker",
+ "action": "Actie",
+ "createdAt": "Datum",
+ "target": "Doelwit",
+ "ipAddress": "IP adres"
+ },
+ "links": {
+ "user": "Gebruiker",
+ "target": "Doelwit"
+ },
+ "presetFilters": {
+ "onlyMy": "Alleen mijn"
+ },
+ "options": {
+ "action": {
+ "read": "Lezen",
+ "update": "Bijwerken",
+ "delete": "Verwijder",
+ "create": "creëren"
+ }
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Admin.json b/application/Espo/Resources/i18n/nl_NL/Admin.json
index acf3363c08..4fe08d2831 100644
--- a/application/Espo/Resources/i18n/nl_NL/Admin.json
+++ b/application/Espo/Resources/i18n/nl_NL/Admin.json
@@ -1,172 +1,223 @@
{
- "labels": {
- "Enabled": "Geactiveerd",
- "Disabled": "Uitgeschakeld",
- "System": "Systeem",
- "Users": "Gebruikers",
- "Email": "E-mail",
- "Data": "Data",
- "Customization": "Aanpassing",
- "Available Fields": "Beschikbare Velden",
- "Layout": "Layout",
- "Entity Manager": "Entity Manager",
- "Add Panel": "Kader toevoegen",
- "Add Field": "Veld toevoegen",
- "Settings": "Instellingen",
- "Scheduled Jobs": "Geplande Opdrachten",
- "Upgrade": "Upgrade",
- "Clear Cache": "Cache Opschonen",
- "Rebuild": "Herbouwen",
- "Teams": "Groepen",
- "Roles": "Functies",
- "Outbound Emails": "Uitgaande Emails",
- "Group Email Accounts": "Group Email Accounts",
- "Inbound Emails": "Inkomende Emails",
- "Email Templates": "Email Templates",
- "Import": "Importeren",
- "Layout Manager": "Layout Manager",
- "User Interface": "Gebruikers Interface",
- "Auth Tokens": "Auth Token",
- "Authentication": "Authenticatie",
- "Currency": "Valuta",
- "Integrations": "Integraties",
- "Extensions": "Extensies",
- "Upload": "Upload",
- "Installing...": "Installeren...",
- "Upgrading...": "Bezig met upgraden...",
- "Upgraded successfully": "Upgrade voltooid",
- "Installed successfully": "Installatie voltooid",
- "Ready for upgrade": "Gereed voor upgrade",
- "Run Upgrade": "Upgrade uitvoeren",
- "Install": "Installeren",
- "Ready for installation": "Gereed voor installatie",
- "Uninstalling...": "Bezig met deinstalleren...",
- "Uninstalled": "Gedeinstalleerd",
- "Create Entity": "Create Entity",
- "Edit Entity": "Edit Entity",
- "Create Link": "Create Link",
- "Edit Link": "Edit Link",
- "Notifications": "Meldingen",
- "Jobs": "Jobs",
- "Reset to Default": "Reset to Default",
- "Email Filters": "Email Filters"
- },
- "layouts": {
- "list": "Lijst",
- "detail": "Detail",
- "listSmall": "Lijst (klein)",
- "detailSmall": "Detail (klein)",
- "filters": "Zoek Filters",
- "massUpdate": "Massa Update",
- "relationships": "Relaties"
- },
- "fieldTypes": {
- "address": "Adres",
- "array": "Rangschikking",
- "foreign": "Buitenland",
- "duration": "Duur",
- "password": "Wachtwoord",
- "parsonName": "Naam Persoon",
- "autoincrement": "Auto-vermeerdering",
- "bool": "Bool",
- "currency": "Valuta",
- "date": "Datum",
- "datetime": "Datum Tijd",
- "datetimeOptional": "Date/DateTime",
- "email": "E-mail",
- "enum": "Enum",
- "enumInt": "Enum Integer",
- "enumFloat": "Enum Float",
- "float": "Drijvende komma",
- "int": "Int",
- "link": "Link",
- "linkMultiple": "Link Meerdere",
- "linkParent": "Link Parent",
- "multienim": "Multienum",
- "phone": "Telefoon",
- "text": "Tekst",
- "url": "Url",
- "varchar": "Varchar",
- "file": "Bestand",
- "image": "Afbeelding",
- "multiEnum": "Multi-Enum",
- "attachmentMultiple": "Attachment Multiple",
- "rangeInt": "Range Integer",
- "rangeFloat": "Range Float",
- "rangeCurrency": "Range Currency",
- "wysiwyg": "Wysiwyg"
- },
- "fields": {
- "type": "Type",
- "name": "Record Naam",
- "label": "Label",
- "required": "Verplicht",
- "default": "Standaard",
- "maxLength": "Max Lengte",
- "options": "Opties",
- "after": "Achter (veld)",
- "before": "Voor (veld)",
- "link": "Link",
- "field": "Veld",
- "min": "Min",
- "max": "Max",
- "translation": "Vertaling",
- "previewSize": "Preview Afmeting",
- "noEmptyString": "No Empty String",
- "defaultType": "Default Type",
- "seeMoreDisabled": "Disable Text Cut",
- "entityList": "Entity List",
- "isSorted": "Is Sorted (alphabetically)",
- "audited": "Audited",
- "trim": "Trim",
- "height": "Height (px)"
- },
- "messages": {
- "upgradeVersion": "Uw EspoCRM wordt geupgrade naar versie {version}. Dit kan enige tijd duren.",
- "upgradeDone": "Uw EspoCRM is geupgrade naar versie {version}. Herstart uw browser scherm.",
- "upgradeBackup": "We adviseren om eerst een backup te maken van uw EspoCRM bestanden en data, alvorens te upgraden.",
- "thousandSeparatorEqualsDecimalMark": "Het duizendtal scheidingsteken mag niet hetzelfde zijn als het decimaalteken.",
- "userHasNoEmailAddress": "Gebruiker heeft geen emailadres.",
- "selectEntityType": "Selecteer de eenheid soort in het linker menu.",
- "selectUpgradePackage": "Selecteer het upgradebestand",
- "downloadUpgradePackage": "Download benodigde upgrade bestanden hier.",
- "selectLayout": "Selecteer de layout in het linker menu en pas deze aan.",
- "selectExtensionPackage": "Selecteer extensie bestand",
- "extensionInstalled": "Extensie {name} {version} is geinstalleerd.",
- "installExtension": "Extensie {name} {version} is gereed voor installatie.",
- "uninstallConfirmation": "Extensie definitief verwijderen?"
- },
- "descriptions": {
- "settings": "Systeem instellingen van het programma.",
- "scheduledJob": "Opdrachten die uitgevoerd worden door cron.",
- "upgrade": "Upgrade EspoCRM.",
- "clearCache": "Verwijder backend cache.",
- "rebuild": "Reconstrueer backend en schoon het geheugen.",
- "users": "Gebruikers beheer.",
- "teams": "Groepen beheer.",
- "roles": "Functie beheer.",
- "outboundEmails": "SMTP instellingen voor uitgaande emails.",
- "groupEmailAccounts": "Group IMAP email accounts. Email import and Email-to-Case.",
- "emailTemplates": "Templates voor uitgaande emails.",
- "import": "Importeer data vanuit CSV bestand.",
- "layoutManager": "Bewerk layouts (lijst, detail, bewerk, zoeken, massa update).",
- "entityManager": "Create custom entities, edit existing ones. Manage field and relationships.",
- "userInterface": "Configureer UI.",
- "authTokens": "Actieve bevestigde sessie. IP adres en laatste inlogdatum.",
- "authentication": "Verificatie-instellingen",
- "currency": "Valuta instellingen en tarieven.",
- "extensions": "Extensies (de)installeren.",
- "integrations": "Integration with third-party services.",
- "notifications": "In-app and email notification settings.",
- "inboundEmails": "Groep IMAP email accounts. Email importeren en Email-naar-Casus.",
- "emailFilters": "Emails messages that match specified filter won't be imported."
- },
- "options": {
- "previewSize": {
- "x-small": "Extra klein",
- "small": "Klein",
- "medium": "Middel",
- "large": "Groot"
- }
+ "labels": {
+ "Enabled": "Geactiveerd",
+ "Disabled": "Uitgeschakeld",
+ "System": "Systeem",
+ "Users": "Gebruikers",
+ "Email": "E-mail",
+ "Customization": "Aanpassing",
+ "Available Fields": "Beschikbare Velden",
+ "Add Panel": "Kader toevoegen",
+ "Add Field": "Veld toevoegen",
+ "Settings": "Instellingen",
+ "Scheduled Jobs": "Geplande Opdrachten",
+ "Clear Cache": "Cache Opschonen",
+ "Rebuild": "Herbouwen",
+ "Teams": "Groepen",
+ "Roles": "Functies",
+ "Portal": "Portaal",
+ "Portals": "Portalen",
+ "Portal Roles": "Portaal rol",
+ "Outbound Emails": "Uitgaande Emails",
+ "Personal Email Accounts": "Persoonlijk email account",
+ "Inbound Emails": "Inkomende Emails",
+ "Import": "Importeren",
+ "User Interface": "Gebruikers Interface",
+ "Auth Tokens": "Auth Token",
+ "Authentication": "Authenticatie",
+ "Currency": "Valuta",
+ "Integrations": "Integraties",
+ "Extensions": "Extensies",
+ "Installing...": "Installeren...",
+ "Upgrading...": "Bezig met upgraden...",
+ "Upgraded successfully": "Upgrade Succesvol",
+ "Installed successfully": "Installatie Succesvol",
+ "Ready for upgrade": "Gereed voor upgrade",
+ "Run Upgrade": "Upgrade uitvoeren",
+ "Install": "Installeren",
+ "Ready for installation": "Gereed voor installatie",
+ "Uninstalling...": "Bezig met deinstalleren...",
+ "Uninstalled": "Gedeinstalleerd",
+ "Notifications": "Meldingen",
+ "Portal Users": "Portal-gebruikers",
+ "Action History": "Actiegeschiedenis",
+ "Attachments": "Bijlagen",
+ "API Users": "API gebruiker",
+ "Template Manager": "Template beheerder",
+ "System Requirements": "Systeem eisen",
+ "PHP Settings": "PHP settings",
+ "Permissions": "Rechten",
+ "Success": "Succesvol",
+ "Fail": "Mislukt",
+ "is recommended": "Aanbevolen",
+ "extension is missing": "Extensie ontbreekt"
+ },
+ "layouts": {
+ "list": "Lijst",
+ "listSmall": "Lijst (klein)",
+ "detailSmall": "Detail (klein)",
+ "filters": "Zoek Filters",
+ "massUpdate": "Massa Update",
+ "relationships": "Relaties",
+ "sidePanelsDetail": "Zijpanelen (detail)",
+ "sidePanelsEdit": "Zijpanelen (bewerken)",
+ "sidePanelsDetailSmall": "Zijpanelen (Detail Small)",
+ "sidePanelsEditSmall": "Zijpanelen (bewerk klein)",
+ "detailPortal": "Detail (portal)",
+ "detailSmallPortal": "Detail (klein, portaal)",
+ "listSmallPortal": "Lijst (klein, portal)",
+ "listPortal": "Lijst (portal)",
+ "relationshipsPortal": "Relatiepanelen (portal)"
+ },
+ "fieldTypes": {
+ "address": "Adres",
+ "array": "Rangschikking",
+ "foreign": "Buitenland",
+ "duration": "Duur",
+ "password": "Wachtwoord",
+ "personName": "Naam Persoon",
+ "autoincrement": "Auto-vermeerdering",
+ "bool": "Bool",
+ "currency": "Valuta",
+ "date": "Datum",
+ "email": "E-mail",
+ "float": "Drijvende komma",
+ "linkMultiple": "Link Meerdere",
+ "phone": "Telefoon",
+ "text": "Tekst",
+ "file": "Bestand",
+ "image": "Afbeelding",
+ "map": "Kaart",
+ "currencyConverted": "Valuta (geconverteerd)",
+ "colorpicker": "Kleur kiezer",
+ "int": "Int",
+ "number": "Nummer (automatisch verhogen)",
+ "datetime": "Datum Tijd",
+ "datetimeOptional": "Datum / Date-Time"
+ },
+ "fields": {
+ "name": "Record Naam",
+ "required": "Verplicht",
+ "default": "Standaard",
+ "maxLength": "Max Lengte",
+ "options": "Opties",
+ "after": "Achter (veld)",
+ "before": "Voor (veld)",
+ "field": "Veld",
+ "translation": "Vertaling",
+ "previewSize": "Preview Afmeting",
+ "minHeight": "Minimale hoogte",
+ "provider": "Leverancier",
+ "typeList": "Type lijst",
+ "rows": "Aantal regels in tekstvak",
+ "lengthOfCut": "Afbreeklengte",
+ "sourceList": "Lijst bronnen",
+ "tooltipText": "Tekst van de tooltip",
+ "prefix": "Voorvoegsel",
+ "nextNumber": "Volgend nummer",
+ "padLength": "Padlengte",
+ "disableFormatting": "Schakel Formatteren uit",
+ "dynamicLogicVisible": "Voorwaarden die het veld zichtbaar maken",
+ "dynamicLogicReadOnly": "Voorwaarden die field read-only maken",
+ "dynamicLogicRequired": "Het veld voor het maken van voorwaarden is vereist",
+ "dynamicLogicOptions": "Voorwaardelijke opties",
+ "probabilityMap": "Fasekansen (%)",
+ "readOnly": "Alleen lezen",
+ "noEmptyString": "No Empty String",
+ "maxFileSize": "Max. Bestandsgrootte (Mb)",
+ "isPersonalData": "Zijn persoonlijke gegevens",
+ "useIframe": "Gebruik iframe",
+ "useNumericFormat": "Gebruik numeriek formaat",
+ "cutHeight": "Snijhoogte (px)",
+ "minuteStep": "Aantal minuten",
+ "inlineEditDisabled": "Inline-bewerking uitschakelen",
+ "displayAsLabel": "Weergave als label",
+ "allowCustomOptions": "Aangepaste opties toestaan",
+ "maxCount": "Maximumpuntentelling"
+ },
+ "messages": {
+ "selectEntityType": "Selecteer de eenheid soort in het linker menu.",
+ "selectUpgradePackage": "Selecteer het upgradebestand",
+ "downloadUpgradePackage": "Download benodigde upgrade bestanden hier.",
+ "selectLayout": "Selecteer de layout in het linker menu en pas deze aan.",
+ "selectExtensionPackage": "Selecteer extensie bestand",
+ "extensionInstalled": "Extensie {name} {version} is geinstalleerd.",
+ "installExtension": "Extensie {name} {version} is gereed voor installatie.",
+ "upgradeVersion": "Uw EspoCRM wordt geupgrade naar versie {version}. Dit kan enige tijd duren.",
+ "upgradeDone": "Uw EspoCRM is geupgrade naar versie {version}. Herstart uw browser scherm.",
+ "upgradeBackup": "We adviseren om eerst een backup te maken van uw EspoCRM bestanden en data, alvorens te upgraden.",
+ "thousandSeparatorEqualsDecimalMark": "Het duizendtal scheidingsteken mag niet hetzelfde zijn als het decimaalteken.",
+ "userHasNoEmailAddress": "Gebruiker heeft geen emailadres.",
+ "newVersionIsAvailable": "Nieuwe EspoCRM-versie {latestVersion} is beschikbaar.",
+ "uninstallConfirmation": "Weet je zeker dat je de extensie wilt verwijderen?",
+ "cronIsNotConfigured": "Geplande taken zijn niet actief. Vandaar dat inkomende e-mails, meldingen en herinneringen niet werken. Volg de [instructies] (https://www.espocrm.com/documentation/administration/server-configuration/#user-content-setup-a-crontab) om cron-taak in te stellen.",
+ "newExtensionVersionIsAvailable": "Nieuwe versie {extensionName} {latestVersion} is beschikbaar."
+ },
+ "descriptions": {
+ "settings": "Systeem instellingen van het programma.",
+ "scheduledJob": "Opdrachten die uitgevoerd worden door cron.",
+ "clearCache": "Verwijder backend cache.",
+ "rebuild": "Reconstrueer backend en schoon het geheugen.",
+ "users": "Gebruikers beheer.",
+ "teams": "Groepen beheer.",
+ "roles": "Functie beheer.",
+ "portals": "Portaalbeheer",
+ "portalRoles": "Rollen voor portaal",
+ "outboundEmails": "SMTP instellingen voor uitgaande emails.",
+ "personalEmailAccounts": "Gebruikers emailaccounts",
+ "emailTemplates": "Templates voor uitgaande emails.",
+ "import": "Importeer data vanuit CSV bestand.",
+ "layoutManager": "Bewerk layouts (lijst, detail, bewerk, zoeken, massa update).",
+ "userInterface": "Configureer UI.",
+ "authTokens": "Actieve bevestigde sessie. IP adres en laatste inlogdatum.",
+ "authentication": "Verificatie-instellingen",
+ "currency": "Valuta instellingen en tarieven.",
+ "extensions": "Extensies (de)installeren.",
+ "inboundEmails": "Groep IMAP email accounts. Email importeren en Email-naar-Casus.",
+ "portalUsers": "Gebruikers van portal.",
+ "entityManager": "Create custom entities, edit existing ones. Manage field and relationships.",
+ "emailFilters": "Emails messages that match specified filter won't be imported.",
+ "actionHistory": "Log van gebruikersacties.",
+ "labelManager": "Toepassingslabels aanpassen.",
+ "authLog": "Aanmeldingsgeschiedenis.",
+ "leadCapture": "API-invoerpunten voor Web-naar-lead.",
+ "attachments": "Alle bestandsbijlagen opgeslagen in het systeem.",
+ "templateManager": "Aanpassen van berichtsjablonen.",
+ "systemRequirements": "Systeem eisen voor EspoCRM.",
+ "apiUsers": "Splits gebruikers voor integratiedoeleinden."
+ },
+ "options": {
+ "previewSize": {
+ "x-small": "Extra klein",
+ "small": "Klein",
+ "medium": "Middel",
+ "large": "Groot"
}
-}
+ },
+ "logicalOperators": {
+ "and": "EN",
+ "or": "OF",
+ "not": "NIET"
+ },
+ "systemRequirements": {
+ "requiredPhpVersion": "PHP Versie",
+ "requiredMysqlVersion": "MySQL Versie",
+ "host": "Host Naam",
+ "dbname": "Database Naam",
+ "user": "Gebruikersnaam",
+ "writable": "Schrijfbaar",
+ "readable": "Leesbaar",
+ "requiredMariadbVersion": "MariaDB versie"
+ },
+ "templates": {
+ "accessInfo": "Toegangs info",
+ "accessInfoPortal": "Toegangs info voor Portaal",
+ "assignment": "Toegewezen",
+ "mention": "Genoemd",
+ "noteEmailRecieved": "Opmerking ontvangen E-mail",
+ "notePost": "Opmerking over bericht",
+ "notePostNoParent": "Opmerking over bericht",
+ "noteStatus": "Opmerking over status update",
+ "passwordChangeLink": "Wachtwoord wijzigingslink"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/ApiUser.json b/application/Espo/Resources/i18n/nl_NL/ApiUser.json
new file mode 100644
index 0000000000..48fdcb3e34
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/ApiUser.json
@@ -0,0 +1,5 @@
+{
+ "labels": {
+ "Create ApiUser": "Creer API gebruiker"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Attachment.json b/application/Espo/Resources/i18n/nl_NL/Attachment.json
new file mode 100644
index 0000000000..ab6b24c9f7
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/Attachment.json
@@ -0,0 +1,26 @@
+{
+ "insertFromSourceLabels": {
+ "Document": "Voeg document in"
+ },
+ "fields": {
+ "role": "Rol",
+ "related": "Verwant",
+ "file": "het dossier",
+ "field": "Veld",
+ "sourceId": "Bron ID",
+ "storage": "opslagruimte",
+ "size": "Grootte (bytes)"
+ },
+ "options": {
+ "role": {
+ "Attachment": "gehechtheid",
+ "Inline Attachment": "Inline bijlage",
+ "Import File": "Importeer bestand",
+ "Export File": "Bestand exporteren",
+ "Mail Merge": "Mailmerge"
+ }
+ },
+ "presetFilters": {
+ "orphan": "Wees"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/AuthLogRecord.json b/application/Espo/Resources/i18n/nl_NL/AuthLogRecord.json
new file mode 100644
index 0000000000..d4636b9d83
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/AuthLogRecord.json
@@ -0,0 +1,35 @@
+{
+ "fields": {
+ "username": "Gebruikersnaam",
+ "ipAddress": "IP adres",
+ "requestTime": "Verzoektijd",
+ "createdAt": "Gevraagd om",
+ "isDenied": "Is geweigerd",
+ "denialReason": "Ontkenningsreden",
+ "portal": "Portaal",
+ "user": "Gebruiker",
+ "authToken": "Auth Token aangemaakt",
+ "requestUrl": "Verzoek om URL",
+ "requestMethod": "Verzoek methode",
+ "authTokenIsActive": "Auth Token is Actief",
+ "authenticationMethod": "Authenticatiemethode"
+ },
+ "links": {
+ "authToken": "Auth Token aangemaakt",
+ "user": "Gebruiker",
+ "portal": "Portaal",
+ "actionHistoryRecords": "Actiegeschiedenis"
+ },
+ "presetFilters": {
+ "accepted": "Aanvaard"
+ },
+ "options": {
+ "denialReason": {
+ "CREDENTIALS": "Ongeldige inloggegevens",
+ "INACTIVE_USER": "Inactieve gebruiker",
+ "IS_PORTAL_USER": "Portalgebruiker",
+ "IS_NOT_PORTAL_USER": "Geen portalgebruiker",
+ "USER_IS_NOT_IN_PORTAL": "Gebruiker is niet gerelateerd aan de portal"
+ }
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/AuthToken.json b/application/Espo/Resources/i18n/nl_NL/AuthToken.json
index 300941da5a..5878ea8b32 100644
--- a/application/Espo/Resources/i18n/nl_NL/AuthToken.json
+++ b/application/Espo/Resources/i18n/nl_NL/AuthToken.json
@@ -1,9 +1,23 @@
{
- "fields": {
- "user": "Gebruiker",
- "ipAddress": "IP Adres",
- "lastAccess": "Datum van laatste toegang",
- "createdAt": "Datum Login"
-
- }
-}
+ "fields": {
+ "user": "Gebruiker",
+ "ipAddress": "IP Adres",
+ "lastAccess": "Datum van laatste toegang",
+ "createdAt": "Datum Login",
+ "isActive": "Is actief",
+ "portal": "Portaal"
+ },
+ "links": {
+ "actionHistoryRecords": "Actiegeschiedenis"
+ },
+ "presetFilters": {
+ "active": "Actief",
+ "inactive": "Inactief"
+ },
+ "labels": {
+ "Set Inactive": "Inactief instellen"
+ },
+ "massActions": {
+ "setInactive": "Inactief instellen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/DashletOptions.json b/application/Espo/Resources/i18n/nl_NL/DashletOptions.json
index 6beecf4ee2..e88e4134e0 100644
--- a/application/Espo/Resources/i18n/nl_NL/DashletOptions.json
+++ b/application/Espo/Resources/i18n/nl_NL/DashletOptions.json
@@ -1,18 +1,29 @@
{
- "fields": {
- "title": "Titel",
- "dateFrom": "Datum Vanaf",
- "dateTo": "Datum Tot",
- "autorefreshInterval": "Automatisch bijwerken interval",
- "displayRecords": "Velden weergeven",
- "isDoubleHeight": "Hoogte 2x",
- "mode": "Mode"
- },
- "options": {
- "mode": {
- "agendaWeek": "Week (agenda)",
- "basicWeek": "Week",
- "month": "Month"
- }
+ "fields": {
+ "title": "Titel",
+ "dateFrom": "Datum Vanaf",
+ "dateTo": "Datum Tot",
+ "autorefreshInterval": "Automatisch bijwerken interval",
+ "displayRecords": "Velden weergeven",
+ "isDoubleHeight": "Hoogte 2x",
+ "enabledScopeList": "Wat te tonen",
+ "users": "Gebruikers",
+ "entityType": "Type entiteit",
+ "primaryFilter": "Primaire filter",
+ "boolFilterList": "Extra filters",
+ "sortBy": "Bestelling (veld)",
+ "sortDirection": "Bestelling (richting)",
+ "expandedLayout": "lay-out",
+ "dateFilter": "Datumfilter"
+ },
+ "options": {
+ "mode": {
+ "basicDay": "Dag",
+ "agendaDay": "Dag (agenda)",
+ "timeline": "Tijdlijn"
}
-}
+ },
+ "messages": {
+ "selectEntityType": "Selecteer Entity Type in dashlet-opties."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/DynamicLogic.json b/application/Espo/Resources/i18n/nl_NL/DynamicLogic.json
new file mode 100644
index 0000000000..656a5de8ff
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/DynamicLogic.json
@@ -0,0 +1,26 @@
+{
+ "options": {
+ "operators": {
+ "equals": "Is gelijk aan",
+ "notEquals": "Niet gelijk aan",
+ "greaterThan": "Groter dan",
+ "lessThan": "Minder dan",
+ "greaterThanOrEquals": "Groter dan of gelijk aan",
+ "lessThanOrEquals": "Minder dan of gelijk aan",
+ "notIn": "Niet in",
+ "inPast": "In het verleden",
+ "isToday": "Is vandaag",
+ "isTrue": "Is waar",
+ "isFalse": "Is fout",
+ "isEmpty": "Is leeg",
+ "isNotEmpty": "Is niet leeg",
+ "contains": "bevat",
+ "has": "bevat",
+ "notContains": "Niet bevat",
+ "notHas": "Niet bevat"
+ }
+ },
+ "labels": {
+ "Field": "Veld"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Email.json b/application/Espo/Resources/i18n/nl_NL/Email.json
index d7c2dea7e0..c517c3797d 100644
--- a/application/Espo/Resources/i18n/nl_NL/Email.json
+++ b/application/Espo/Resources/i18n/nl_NL/Email.json
@@ -1,81 +1,102 @@
{
- "fields": {
- "name": "Onderwerp",
- "parent": "Behorende bij",
- "status": "Status",
- "dateSent": "Datum verzonden",
- "from": "Van",
- "to": "Naar",
- "cc": "CC",
- "bcc": "BCC",
- "replyTo": "Reply To",
- "replyToString": "Reply To (String)",
- "isHtml": "Is Html",
- "body": "Inhoud",
- "subject": "Onderwerp",
- "attachments": "Bijlagen",
- "selectTemplate": "Selecteer Template",
- "fromEmailAddress": "Van Adres",
- "toEmailAddresses": "Naar Adres",
- "emailAddress": "E-mailadres",
- "deliveryDate": "Afleverdatum",
- "account": "Account",
- "users": "Gebruikers",
- "replied": "Replied",
- "replies": "Replies",
- "isRead": "Is Read",
- "isImportant": "Is Important"
- },
- "links": {
- "replied": "Replied",
- "replies": "Replies"
- },
- "options": {
- "Draft": "Concept",
- "Sending": "Verzenden",
- "Sent": "Verstuur",
- "Archived": "Archiveren",
- "Received": "Received"
- },
- "labels": {
- "Create Email": "Archiveer Email",
- "Archive Email": "Archiveer Email",
- "Compose": "Maak",
- "Reply": "Antwoord",
- "Reply to All": "Antwoord allen",
- "Forward": "Doorsturen",
- "Original message": "Originele bericht",
- "Forwarded message": "Doorgestuurd bericht",
- "Email Accounts": "Email Accounts",
- "Inbound Emails": "Group Email Accounts",
- "Email Templates": "Email Templates",
- "Send Test Email": "Stuur een test Email",
- "Send": "Versturen",
- "Email Address": "E-mailadres",
- "Mark Read": "Mark Read",
- "Sending...": "Verzenden...",
- "Save Draft": "Save Draft",
- "Mark all as read": "Mark all as read",
- "Show Plain Text": "Show Plain Text",
- "Mark as Important": "Mark as Important",
- "Mark as Not Important": "Mark as Not Important"
- },
- "messages": {
- "noSmtpSetup": "Geen SMTP setup. {link}.",
- "testEmailSent": "Test email is verzonden",
- "emailSent": "Email has been sent",
- "savedAsDraft": "Saved as draft"
- },
- "presetFilters": {
- "sent": "Verstuur",
- "archived": "Archiveren",
- "inbox": "Inbox",
- "drafts": "Drafts"
- },
- "massActions": {
- "markAsRead": "Mark as Read",
- "markAsNotRead": "Mark as Not Read",
- "markAsImportant": "Mark as Important",
- "markAsNotImportant": "Mark as Not Important"
+ "fields": {
+ "parent": "Behorende bij",
+ "dateSent": "Datum verzonden",
+ "from": "Van",
+ "to": "Naar",
+ "body": "Inhoud",
+ "subject": "Onderwerp",
+ "attachments": "Bijlagen",
+ "selectTemplate": "Selecteer Template",
+ "fromAddress": "Van Adres",
+ "emailAddress": "E-mailadres",
+ "deliveryDate": "Afleverdatum",
+ "users": "Gebruikers",
+ "isNotRead": "Is ongelezen",
+ "isUsers": "Is van de gebruiker",
+ "inTrash": "In de prullenbak",
+ "name": "Onderwerp",
+ "isReplied": "Is beantwoord",
+ "isNotReplied": "Is niet beantwoord",
+ "folder": "Map",
+ "inboundEmails": "Groepsaccounts",
+ "emailAccounts": "Persoonlijke accounts",
+ "hasAttachment": "Heeft bijlage",
+ "sentBy": "Verstuurd door",
+ "assignedUsers": "Toegewezen gebruikers",
+ "bodyPlain": "Lichaam (duidelijk)",
+ "ccEmailAddresses": "CC E-mailadressen",
+ "messageId": "Bericht-ID",
+ "messageIdInternal": "Bericht-ID (intern)",
+ "folderId": "Map-ID",
+ "fromName": "Van naam",
+ "fromString": "Van String",
+ "isSystem": "Is systeem",
+ "toEmailAddresses": "Naar e-mailadressen",
+ "bccEmailAddresses": "BCC E-mail Adressen",
+ "personStringData": "Persoonlijke Stringgegevens",
+ "fromEmailAddress": "Van adres (link)",
+ "replyToName": "Reply-To Naam",
+ "replyToAddress": "Antwoord - Adres"
+ },
+ "options": {
+ "status": {
+ "Draft": "Concept",
+ "Sending": "Bezig met verzenden",
+ "Sent": "Verzonden",
+ "Archived": "gearchiveerd",
+ "Received": "Ontvangen",
+ "Failed": "Mislukt"
}
-}
+ },
+ "labels": {
+ "Create Email": "Archiveer E-mail",
+ "Archive Email": "Archiveer E-mail",
+ "Compose": "Maak",
+ "Reply": "Antwoord",
+ "Reply to All": "Antwoord allen",
+ "Forward": "Doorsturen",
+ "Original message": "Originele bericht",
+ "Forwarded message": "Doorgestuurd bericht",
+ "Email Accounts": "Email Accounts",
+ "Send Test Email": "Stuur een test Email",
+ "Send": "Versturen",
+ "Email Address": "E-mailadres",
+ "Sending...": "Verzenden...",
+ "Unmark Importance": "Verwijder belang",
+ "Move to Trash": "Verplaats naar prullenbak",
+ "Retrieve from Trash": "Haal uit de Prullenbak",
+ "Move to Folder": "Verplaats naar map",
+ "Filters": "filters",
+ "Folders": "folders",
+ "View Users": "Gebruikers bekijken"
+ },
+ "messages": {
+ "noSmtpSetup": "Geen SMTP setup. {link}.",
+ "testEmailSent": "Test email is verzonden",
+ "confirmInsertTemplate": "Het e-mailgedeelte gaat verloren. Weet je zeker dat je de sjabloon wilt invoegen?"
+ },
+ "presetFilters": {
+ "sent": "Verstuur",
+ "archived": "Archiveren",
+ "trash": "Prullenbak",
+ "important": "Belangrijk"
+ },
+ "massActions": {
+ "markAsNotImportant": "Mark as Not Important",
+ "moveToTrash": "Verplaats naar de prullenbak",
+ "moveToFolder": "Verplaats naar map",
+ "retrieveFromTrash": "Haal uit de Prullenbak"
+ },
+ "links": {
+ "inboundEmails": "Groepsaccounts",
+ "emailAccounts": "Persoonlijke accounts",
+ "assignedUsers": "Toegewezen gebruikers",
+ "sentBy": "Verstuurd door",
+ "attachments": "Bijlagen",
+ "fromEmailAddress": "Van E-mailadres",
+ "toEmailAddresses": "Naar e-mailadressen",
+ "ccEmailAddresses": "CC E-mailadressen",
+ "bccEmailAddresses": "BCC E-mail Adressen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailAccount.json b/application/Espo/Resources/i18n/nl_NL/EmailAccount.json
index 5faea0da8c..432d32a4e7 100644
--- a/application/Espo/Resources/i18n/nl_NL/EmailAccount.json
+++ b/application/Espo/Resources/i18n/nl_NL/EmailAccount.json
@@ -1,40 +1,43 @@
{
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "host": "Host",
- "username": "Gebruikersnaam",
- "password": "Wachtwoord",
- "port": "Poort",
- "monitoredFolders": "Gecontroleerde Folders",
- "ssl": "SSL",
- "fetchSince": "Opgehaald Vanaf",
- "emailAddress": "E-mailadres",
- "sentFolder": "Sent Folder",
- "storeSentEmails": "Store Sent Emails",
- "keepFetchedEmailsUnread": "Laat opgehaalde e-mails als ongelezen staan"
- },
- "links": {
- "filters": "Filters"
- },
- "options": {
- "status": {
- "Active": "Actief",
- "Inactive": "Inactief"
- }
- },
- "labels": {
- "Create EmailAccount": "E-mail Account Aanmaken",
- "IMAP": "IMAP",
- "Main": "Hoofd",
- "Test Connection": "Test verbinding"
- },
- "messages": {
- "couldNotConnectToImap": "Kan geen verbinding maken met IMAP server",
- "connectionIsOk": "Connection is Ok"
- },
- "tooltips": {
- "monitoredFolders": "You can add 'Sent' folder to sync emails sent from external email client.",
- "storeSentEmails": "Sent emails will be stored on IMAP server. Email Address should much address an email is being sent from."
+ "fields": {
+ "name": "Record Naam",
+ "username": "Gebruikersnaam",
+ "password": "Wachtwoord",
+ "port": "Poort",
+ "monitoredFolders": "Gecontroleerde Folders",
+ "fetchSince": "Opgehaald Vanaf",
+ "emailAddress": "E-mailadres",
+ "keepFetchedEmailsUnread": "Laat opgehaalde e-mails als ongelezen staan",
+ "emailFolder": "Zet in map",
+ "useSmtp": "Gebruik SMTP",
+ "smtpHost": "SMTP-host",
+ "smtpPort": "SMTP-poort",
+ "smtpSecurity": "SMTP-beveiliging",
+ "smtpUsername": "SMTP-gebruikersnaam",
+ "smtpPassword": "SMTP-wachtwoord",
+ "useImap": "Ophalen van e-mails"
+ },
+ "options": {
+ "status": {
+ "Active": "Actief",
+ "Inactive": "Inactief"
}
-}
+ },
+ "labels": {
+ "Create EmailAccount": "E-mail Account Aanmaken",
+ "Main": "Hoofd",
+ "Test Connection": "Test verbinding",
+ "Send Test Email": "Verzend test-e-mail"
+ },
+ "messages": {
+ "couldNotConnectToImap": "Kan geen verbinding maken met IMAP server",
+ "connectionIsOk": "Verbinding is Ok"
+ },
+ "links": {
+ "emails": "emails"
+ },
+ "tooltips": {
+ "monitoredFolders": "You can add 'Sent' folder to sync emails sent from external email client.",
+ "storeSentEmails": "Sent emails will be stored on IMAP server. Email Address should much address an email is being sent from."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailAddress.json b/application/Espo/Resources/i18n/nl_NL/EmailAddress.json
index f37566b336..35889b2351 100644
--- a/application/Espo/Resources/i18n/nl_NL/EmailAddress.json
+++ b/application/Espo/Resources/i18n/nl_NL/EmailAddress.json
@@ -1,7 +1,6 @@
{
- "labels": {
- "Primary": "Primair",
- "Opted Out": "Opted Out",
- "Invalid": "Onjuist"
- }
-}
+ "labels": {
+ "Primary": "Primair",
+ "Invalid": "Onjuist"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailFilter.json b/application/Espo/Resources/i18n/nl_NL/EmailFilter.json
index 0082742c19..7a2fc64c68 100644
--- a/application/Espo/Resources/i18n/nl_NL/EmailFilter.json
+++ b/application/Espo/Resources/i18n/nl_NL/EmailFilter.json
@@ -1,19 +1,28 @@
{
- "fields": {
- "from": "Van",
- "to": "Naar",
- "subject": "Onderwerp",
- "bodyContains": "Body Contains"
- },
- "labels": {
- "Create EmailFilter": "Create Email Filter"
- },
- "tooltips": {
- "name": "Just a name of the filter.",
- "subject": "Use wildcard *:\n\ntext* - starts with text,\n*text* - contains text,\n*text - ends with text.",
- "bodyContains": "Body of email contains any of specified words or phrases.",
- "from": "Emails being sent from the specified address. Leave empty if not needed.",
- "to": "Emails being sent to the specified address. Leave empty if not needed.",
- "parent": "Leave it empty to apply this filter globally (to all incoming emails)."
+ "fields": {
+ "from": "Van",
+ "to": "Naar",
+ "subject": "Onderwerp",
+ "bodyContains": "Bericht bevat",
+ "action": "Actie",
+ "isGlobal": "Is globaal",
+ "emailFolder": "Map"
+ },
+ "tooltips": {
+ "from": "Emails being sent from the specified address. Leave empty if not needed.",
+ "to": "Emails being sent to the specified address. Leave empty if not needed.",
+ "name": "Just a name of the filter.",
+ "subject": "Use wildcard *:\n\ntext* - starts with text,\n*text* - contains text,\n*text - ends with text.",
+ "bodyContains": "Body of email contains any of specified words or phrases.",
+ "isGlobal": "Past dit filter toe op alle e-mails die binnenkomen op het systeem."
+ },
+ "labels": {
+ "Emails": "emails"
+ },
+ "options": {
+ "action": {
+ "Skip": "Negeren",
+ "Move to Folder": "Zet in map"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailFolder.json b/application/Espo/Resources/i18n/nl_NL/EmailFolder.json
new file mode 100644
index 0000000000..b49b90bc66
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/EmailFolder.json
@@ -0,0 +1,10 @@
+{
+ "fields": {
+ "skipNotifications": "Meldingen overslaan"
+ },
+ "labels": {
+ "Create EmailFolder": "Map aanmaken",
+ "Manage Folders": "Beheer mappen",
+ "Emails": "emails"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailTemplate.json b/application/Espo/Resources/i18n/nl_NL/EmailTemplate.json
index eaf3578df4..7ca4468714 100644
--- a/application/Espo/Resources/i18n/nl_NL/EmailTemplate.json
+++ b/application/Espo/Resources/i18n/nl_NL/EmailTemplate.json
@@ -1,20 +1,30 @@
{
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "isHtml": "Is Html",
- "body": "Inhoud",
- "subject": "Onderwerp",
- "attachments": "Bijlagen",
- "insertField": "Insert Field"
- },
- "links": {
- },
- "labels": {
- "Create EmailTemplate": "E-mail Template Aanmaken",
- "Info": "Info"
- },
- "messages": {
- "infoText": "Available variables:\n\n{optOutUrl} – URL for an unsubsbribe link};\n\n{optOutLink} – an unsubscribe link."
- }
-}
+ "fields": {
+ "name": "Record Naam",
+ "body": "Inhoud",
+ "subject": "Onderwerp",
+ "attachments": "Bijlagen",
+ "oneOff": "Eenmalig",
+ "category": "Categorie"
+ },
+ "labels": {
+ "Create EmailTemplate": "E-mail Template Aanmaken",
+ "Available placeholders": "Beschikbare tijdelijke aanduidingen"
+ },
+ "tooltips": {
+ "oneOff": "Controleer of u deze sjabloon maar één keer gaat gebruiken. Bijv. voor E-mail"
+ },
+ "presetFilters": {
+ "actual": "huidig"
+ },
+ "messages": {
+ "infoText": "Beschikbare tijdelijke aanduidingen:\n\n{optOutUrl} & # 8211; URL voor een unsubsbribe-link;\n\n{optOutLink} & # 8211; een afmeldlink."
+ },
+ "placeholderTexts": {
+ "optOutUrl": "URL voor een unsubsbribe-link",
+ "optOutLink": "een afmeldlink",
+ "today": "Datum van vandaag",
+ "now": "Huidige datum en tijd",
+ "currentYear": "Huidig jaar"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EmailTemplateCategory.json b/application/Espo/Resources/i18n/nl_NL/EmailTemplateCategory.json
new file mode 100644
index 0000000000..8476bf8da0
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/EmailTemplateCategory.json
@@ -0,0 +1,14 @@
+{
+ "labels": {
+ "Create EmailTemplateCategory": "Categorie maken",
+ "Manage Categories": "Beheer Categorieën",
+ "EmailTemplates": "E-mailsjablonen"
+ },
+ "fields": {
+ "order": "Bestellen",
+ "childList": "Kinderlijst"
+ },
+ "links": {
+ "emailTemplates": "E-mailsjablonen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/EntityManager.json b/application/Espo/Resources/i18n/nl_NL/EntityManager.json
index 57acdbe471..2078c74836 100644
--- a/application/Espo/Resources/i18n/nl_NL/EntityManager.json
+++ b/application/Espo/Resources/i18n/nl_NL/EntityManager.json
@@ -1,44 +1,43 @@
{
- "labels": {
- "Fields": "Fields",
- "Relationships": "Relaties"
- },
- "fields": {
- "name": "Record Naam",
- "type": "Type",
- "labelSingular": "Label Singular",
- "labelPlural": "Label Plural",
- "stream": "Stream",
- "label": "Label",
- "linkType": "Link Type",
- "entityForeign": "Foreign Entity",
- "linkForeign": "Foreign Link",
- "link": "Link",
- "labelForeign": "Foreign Label",
- "sortBy": "Default Order (field)",
- "sortDirection": "Default Order (direction)"
- },
- "options": {
- "type": {
- "": "None",
- "Base": "Base",
- "Person": "Person",
- "CategoryTree": "Category Tree"
- },
- "linkType": {
- "manyToMany": "Many-to-Many",
- "oneToMany": "One-to-Many",
- "manyToOne": "Many-to-One",
- "parentToChildren": "Parent-to-Children",
- "childrenToParent": "Children-to-Parent"
- },
- "sortDirection": {
- "asc": "Ascending",
- "desc": "Descending"
- }
- },
- "messages": {
- "entityCreated": "Entity has been created",
- "linkAlreadyExists": "Link name conflict."
+ "labels": {
+ "Relationships": "Relaties",
+ "Schedule": "Planning",
+ "Formula": "Formule"
+ },
+ "fields": {
+ "name": "Record Naam",
+ "relationName": "Middelste tabelnaam",
+ "linkMultipleField": "Link meerdere velden",
+ "linkMultipleFieldForeign": "Externe link Meervoudig veld",
+ "disabled": "Uitgeschakeld",
+ "textFilterFields": "Tekst filter velden",
+ "audited": "gecontroleerde",
+ "auditedForeign": "Extern gecontroleerd",
+ "statusField": "Statusveld",
+ "beforeSaveCustomScript": "Voordat u Custom Script opslaat",
+ "color": "Kleur",
+ "kanbanViewMode": "Kanban-weergave",
+ "kanbanStatusIgnoreList": "Genegeerde groepen in Kanban-weergave",
+ "iconClass": "Icoon",
+ "fullTextSearch": "Zoek volledige text"
+ },
+ "messages": {
+ "linkConflict": "Naam conflict : link of veld met dezelfde naam bestaat al"
+ },
+ "options": {
+ "type": {
+ "Event": "Evenement",
+ "Company": "Bedrijf"
}
-}
+ },
+ "tooltips": {
+ "statusField": "Updates van dit veld zijn in de stream vastgelegd.",
+ "textFilterFields": "Velden die worden gebruikt door tekst zoeken.",
+ "stream": "Of entiteit een stream heeft.",
+ "disabled": "Controleer of u deze entiteit niet nodig hebt in uw systeem.",
+ "linkAudited": "Het maken van gerelateerde records en het linken met bestaande records worden vastgelegd in Stream.",
+ "linkMultipleField": "Link Multiple field biedt een handige manier om relaties te bewerken. Gebruik het niet als u een groot aantal gerelateerde records kunt hebben.",
+ "entityType": "Base Plus - heeft panelen Activiteiten, Geschiedenis en Taken.\n\nEvenement - beschikbaar in het paneel Agenda en Activiteiten.",
+ "fullTextSearch": "Herbouwen is vereist."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Export.json b/application/Espo/Resources/i18n/nl_NL/Export.json
new file mode 100644
index 0000000000..8ffc2d88eb
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/Export.json
@@ -0,0 +1,7 @@
+{
+ "fields": {
+ "fieldList": "Lijst met velden",
+ "exportAllFields": "Exporteer alle velden",
+ "format": "Formaat"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Extension.json b/application/Espo/Resources/i18n/nl_NL/Extension.json
index e7fbb8278e..028cb98acc 100644
--- a/application/Espo/Resources/i18n/nl_NL/Extension.json
+++ b/application/Espo/Resources/i18n/nl_NL/Extension.json
@@ -1,15 +1,16 @@
{
- "fields": {
- "name": "Record Naam",
- "version": "Versie",
- "description": "Beschrijving",
- "isInstalled": "Geinstalleerd"
- },
- "labels": {
- "Uninstall": "Deinstalleren",
- "Install": "Installeren"
- },
- "messages": {
- "uninstalled": "Extensie {name} is gedeinstalleerd"
- }
-}
+ "fields": {
+ "name": "Record Naam",
+ "version": "Versie",
+ "description": "Beschrijving",
+ "isInstalled": "Geinstalleerd",
+ "checkVersionUrl": "Een URL voor het controleren van nieuwe versies"
+ },
+ "labels": {
+ "Uninstall": "Deinstalleren",
+ "Install": "Installeren"
+ },
+ "messages": {
+ "uninstalled": "Extensie {name} is gedeinstalleerd"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/ExternalAccount.json b/application/Espo/Resources/i18n/nl_NL/ExternalAccount.json
index e095712d5d..384135348c 100644
--- a/application/Espo/Resources/i18n/nl_NL/ExternalAccount.json
+++ b/application/Espo/Resources/i18n/nl_NL/ExternalAccount.json
@@ -1,8 +1,6 @@
{
- "labels": {
- "Connect": "Verbinden",
- "Connected": "Verbonden"
- },
- "help": {
- }
-}
+ "labels": {
+ "Connect": "Verbinden",
+ "Connected": "Verbonden"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/FieldManager.json b/application/Espo/Resources/i18n/nl_NL/FieldManager.json
new file mode 100644
index 0000000000..780d097c4b
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/FieldManager.json
@@ -0,0 +1,98 @@
+{
+ "labels": {
+ "Dynamic Logic": "Dynamische logica",
+ "Name": "Naam",
+ "Label": "Etiket"
+ },
+ "options": {
+ "dateTimeDefault": {
+ "": "Geen",
+ "javascript: return this.dateTime.getNow(1);": "Nu",
+ "javascript: return this.dateTime.getNow(5);": "Nu (5m)",
+ "javascript: return this.dateTime.getNow(15);": "Nu (15m)",
+ "javascript: return this.dateTime.getNow(30);": "Nu (30m)",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(1, 'hours', 15);": "+1 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(2, 'hours', 15);": "+2 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(3, 'hours', 15);": "+3 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(4, 'hours', 15);": "+4 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(5, 'hours', 15);": "+5 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(6, 'hours', 15);": "+6 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(7, 'hours', 15);": "+7 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(8, 'hours', 15);": "+8 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(9, 'hours', 15);": "+9 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(10, 'hours', 15);": "+10 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(11, 'hours', 15);": "+11 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(12, 'hours', 15);": "+12 uur",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(1, 'days', 15);": "+1 dag",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(2, 'days', 15);": "+2 dagen",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(3, 'days', 15);": "+3 dagen",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(4, 'days', 15);": "+4 dagen",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(5, 'days', 15);": "+5 dagen",
+ "javascript: return this.dateTime.getDateTimeShiftedFromNow(6, 'days', 15);": "+6 dagen"
+ },
+ "dateDefault": {
+ "": "Geen",
+ "javascript: return this.dateTime.getToday();": "Vandaag",
+ "javascript: return this.dateTime.getDateShiftedFromToday(1, 'days');": "+1 dag",
+ "javascript: return this.dateTime.getDateShiftedFromToday(2, 'days');": "+2 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(3, 'days');": "+3 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(4, 'days');": "+4 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(5, 'days');": "+5 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(6, 'days');": "+6 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(7, 'days');": "+7 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(8, 'days');": "+8 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(9, 'days');": "+9 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(10, 'days');": "+10 dagen",
+ "javascript: return this.dateTime.getDateShiftedFromToday(2, 'weeks');": "+2 weken",
+ "javascript: return this.dateTime.getDateShiftedFromToday(3, 'weeks');": "+3 weken",
+ "javascript: return this.dateTime.getDateShiftedFromToday(1, 'months');": "+1 maand",
+ "javascript: return this.dateTime.getDateShiftedFromToday(2, 'months');": "+2 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(3, 'months');": "+3 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(4, 'months');": "+4 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(5, 'months');": "+5 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(6, 'months');": "+6 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(7, 'months');": "+7 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(8, 'months');": "+8 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(9, 'months');": "+9 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(10, 'months');": "+10 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(11, 'months');": "+11 maanden",
+ "javascript: return this.dateTime.getDateShiftedFromToday(1, 'year');": "+ 1 jaar"
+ }
+ },
+ "tooltips": {
+ "audited": "Updates worden in de stream vastgelegd.",
+ "required": "Veld is verplicht. Mag niet leeg worden gelaten.",
+ "default": "De waarde wordt standaard ingesteld bij het maken.",
+ "min": "Minimale acceptabele waarde.",
+ "max": "Maximale acceptabele waarde.",
+ "seeMoreDisabled": "Als dit niet wordt gecontroleerd, worden lange teksten ingekort.",
+ "lengthOfCut": "Hoe lang de tekst kan zijn voordat deze wordt afgekapt.",
+ "maxLength": "Maximaal toegestane lengte van de tekst.",
+ "before": "De datumwaarde moet vóór de datumwaarde van het opgegeven veld liggen.",
+ "after": "De datumwaarde moet na de datumwaarde van het opgegeven veld liggen.",
+ "readOnly": "Veldwaarde kan niet door de gebruiker worden opgegeven. Maar kan worden berekend door formule.",
+ "maxFileSize": "Indien leeg of 0 dan geen limiet."
+ },
+ "fieldParts": {
+ "address": {
+ "street": "Straat",
+ "city": "stad",
+ "state": "Staat",
+ "country": "land",
+ "postalCode": "Postcode",
+ "map": "Kaart"
+ },
+ "personName": {
+ "salutation": "Begroeting",
+ "first": "Eerste",
+ "last": "Laatste"
+ },
+ "currency": {
+ "converted": "(Geconverteerd)",
+ "currency": "(Valuta)"
+ },
+ "datetimeOptional": {
+ "date": "Datum"
+ }
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Global.json b/application/Espo/Resources/i18n/nl_NL/Global.json
index 12e57e2a8d..61f421c8c6 100644
--- a/application/Espo/Resources/i18n/nl_NL/Global.json
+++ b/application/Espo/Resources/i18n/nl_NL/Global.json
@@ -1,553 +1,656 @@
{
- "scopeNames": {
- "Email": "E-mail",
- "User": "Gebruiker",
- "Team": "Groep",
- "Role": "Functie",
- "EmailTemplate": "E-mail Template",
- "EmailAccount": "Email Account",
- "EmailAccountScope": "Email Account",
- "OutboundEmail": "Uitgaande E-mail",
- "ScheduledJob": "Geplande Opdracht",
- "ExternalAccount": "Extern Account",
- "Extension": "Extensie",
- "Dashboard": "Dashboard",
- "InboundEmail": "Binnenkomende E-mail",
- "Stream": "Stream",
- "Import": "Importeren",
- "Template": "Template",
- "Job": "Job",
- "EmailFilter": "Email Filter"
+ "scopeNames": {
+ "Email": "E-mail",
+ "User": "Gebruiker",
+ "Team": "Groep",
+ "Role": "Functie",
+ "EmailTemplate": "E-mail Template",
+ "EmailAccount": "Email Account",
+ "EmailAccountScope": "Email Account",
+ "OutboundEmail": "Uitgaande E-mail",
+ "ScheduledJob": "Geplande Opdracht",
+ "ExternalAccount": "Extern Account",
+ "Extension": "Extensie",
+ "InboundEmail": "Groep E-mail account",
+ "Import": "Importeren",
+ "Portal": "Portaal",
+ "PortalRole": "Portaal rol",
+ "EmailFolder": "E-mail map",
+ "PortalUser": "Portalgebruiker",
+ "ScheduledJobLogRecord": "Geplande taaklogboekrecord",
+ "PasswordChangeRequest": "Wachtwoord wijzigingsverzoek",
+ "UniqueId": "Unieke ID",
+ "LastViewed": "Laatst bekeken",
+ "Settings": "instellingen",
+ "Integration": "integratie",
+ "EntityManager": "Entiteit Manager",
+ "Export": "Exporteren",
+ "DynamicLogic": "Dynamische logica",
+ "DashletOptions": "Dashlet-opties",
+ "Admin": "beheerder",
+ "Global": "Globaal",
+ "Preferences": "voorkeuren",
+ "EmailAddress": "E-mailadres",
+ "PhoneNumber": "Telefoonnummer",
+ "EmailTemplateCategory": "E-mailsjablooncategorieën",
+ "LeadCapture": "Invoerpunt voor leadvangst",
+ "ArrayValue": "Arraywaarde",
+ "ApiUser": "API gebruiker"
+ },
+ "scopeNamesPlural": {
+ "Email": "E-mails",
+ "User": "Gebruikers",
+ "Team": "Groepen",
+ "Role": "Functies",
+ "EmailAccount": "Email Accounts",
+ "EmailAccountScope": "Email Accounts",
+ "OutboundEmail": "Uitgaande Emails",
+ "ScheduledJob": "Geplande Opdrachten",
+ "ExternalAccount": "Externe Accounts",
+ "Extension": "Extensies",
+ "Portal": "Portalen",
+ "PortalRole": "Portaal rollen",
+ "EmailFolder": "E-mailmappen",
+ "PortalUser": "Portal-gebruikers",
+ "ScheduledJobLogRecord": "Geplande taaklogboekrecords",
+ "PasswordChangeRequest": "Verzoeken om wachtwoordwijzigingen",
+ "ActionHistoryRecord": "Actiegeschiedenis",
+ "UniqueId": "Unieke ID's",
+ "LastViewed": "Laatst bekeken",
+ "EmailTemplateCategory": "E-mailsjablooncategorieën",
+ "Import": "Importeren",
+ "ArrayValue": "Arraywaarden",
+ "ApiUser": "API gebruikers"
+ },
+ "labels": {
+ "Misc": "Versch.",
+ "Merge": "Samenvoegen",
+ "by": "door",
+ "Saved": "Opgeslagen",
+ "Error": "Fout",
+ "Select": "Selecteer",
+ "Not valid": "Ongeldig",
+ "Please wait...": "Even geduld...",
+ "Please wait": "Even geduld",
+ "Loading...": "Laden...",
+ "Uploading...": "Uploaden...",
+ "Sending...": "Verzenden...",
+ "Removed": "Verwijderd",
+ "Posted": "Geplaatst",
+ "Access denied": "Toegang gweigerd",
+ "Not found": "Niet gevonden",
+ "Access": "Toegang",
+ "Are you sure?": "Zeker?",
+ "Record has been removed": "Record is verwijderd",
+ "Wrong username/password": "Onjuiste gebruikersnaam/wachtwoord",
+ "Post cannot be empty": "Veld mag niet leeg zijn",
+ "Removing...": "Verwijderen...",
+ "Unlinking...": "Unlinken...",
+ "Posting...": "Plaatsen...",
+ "Username can not be empty!": "Gebruikersnaam mag niet leeg zijn!",
+ "Cache is not enabled": "Cache is niet geactiveerd",
+ "Cache has been cleared": "Cache is leeg gemaakt",
+ "Rebuild has been done": "Het reconstrueren is klaar",
+ "Saving...": "Opslaan...",
+ "Modified": "Aangepast",
+ "Created": "Gemaakt",
+ "Create": "Aanmaken",
+ "create": "maak",
+ "Overview": "Overzicht",
+ "Add Field": "Veld toevoegen",
+ "Add Dashlet": "Dashlet Toevoegen",
+ "Add": "Toevoegen",
+ "More": "Meer",
+ "Search": "Zoeken",
+ "Only My": "Alleen mijn",
+ "Admin": "Beheerder",
+ "About": "Over",
+ "Refresh": "Vernieuwen",
+ "Remove": "Verwijderen",
+ "Options": "Opties",
+ "Username": "Gebruikersnaam",
+ "Password": "Wachtwoord",
+ "Log Out": "Uitloggen",
+ "Preferences": "Voorkeuren",
+ "State": "Provincie",
+ "Street": "Straat",
+ "Country": "Land",
+ "City": "Plaats",
+ "PostalCode": "Postcode",
+ "Followed": "Gevolgd",
+ "Follow": "Volgen",
+ "Followers": "Volgers",
+ "Clear Local Cache": "Lokale Cache Schonen",
+ "Actions": "Acties",
+ "Delete": "Verwijder",
+ "Save": "Opslaan",
+ "Edit": "Bewerken",
+ "Cancel": "Annuleren",
+ "Mass Update": "Massa Update",
+ "Export": "Exporteer",
+ "No Data": "Geen Data",
+ "No Access": "Geen toegang",
+ "All": "Alles",
+ "Active": "Actief",
+ "Inactive": "Inactief",
+ "Write your comment here": "Schrijf hier uw opmerkingen",
+ "Show more": "Toon meer",
+ "Dashlet Options": "Kader Opties",
+ "Full Form": "Volledig Formulier",
+ "Insert": "Voeg in",
+ "First Name": "Voornaam",
+ "Last Name": "Achternaam",
+ "Original": "Origineel",
+ "You": "U",
+ "you": "u",
+ "change": "Pas aan",
+ "Primary": "Primair",
+ "Administration": "Administratie",
+ "Run Import": "Start Importeren",
+ "Duplicate": "Dupliceer",
+ "Notifications": "Meldingen",
+ "Mark all read": "Markeer als gelezen",
+ "See more": "Bekijk meer",
+ "Today": "Vandaag",
+ "Tomorrow": "Morgen",
+ "Yesterday": "Gisteren",
+ "Submit": "Stuur in",
+ "Close": "Sluit",
+ "Yes": "Ja",
+ "No": "Nee",
+ "Default": "Standaard",
+ "From": "Van",
+ "To": "Naar",
+ "Create Post": "Maak bericht",
+ "Previous Entry": "Vorige bijdrage",
+ "Next Entry": "Volgende bijdrage",
+ "View List": "Toon lijst",
+ "Attach File": "Voeg bestand toe",
+ "Skip": "Overspringen",
+ "Attribute": "Attribuut",
+ "Function": "Functie",
+ "Self-Assign": "Self-Wijs",
+ "Self-Assigned": "Zelf Toegewezen",
+ "Return to Application": "Keer terug naar de toepassing",
+ "Select All Results": "Select All Result",
+ "Expand": "Uitbreiden",
+ "Collapse": "Ineenstorting",
+ "New notifications": "Nieuwe meldingen",
+ "Manage Categories": "Beheer Categorieën",
+ "Manage Folders": "Beheer mappen",
+ "Convert to": "Omzetten naar",
+ "View Personal Data": "Bekijk persoonlijke gegevens",
+ "Personal Data": "Persoonlijke gegevens",
+ "Erase": "wissen",
+ "Move Over": "Verplaats over",
+ "Restore": "Herstel",
+ "View Followers": "Bekijk volgers"
+ },
+ "messages": {
+ "pleaseWait": "Even geduld...",
+ "posting": "Posting ...",
+ "notModified": "U heeft niets gewijzigd",
+ "fieldIsRequired": "{field} is verplicht",
+ "fieldShouldAfter": "{field} moet na {otherField} komen",
+ "fieldShouldBefore": "{field} moet voor {otherField} komen",
+ "fieldShouldBeBetween": "{field} moet een waarde hebben tussen {min} en {max}",
+ "fieldBadPasswordConfirm": "{field} onjuist bevestigd",
+ "resetPreferencesDone": "Voorkeuren zijn naar standaard waarden terugezet",
+ "confirmation": "Zeker?",
+ "resetPreferencesConfirmation": "Weet u zeker dat u de voorkeuren naar standaard terug wil zetten?",
+ "removeRecordConfirmation": "Record verwijderen?",
+ "unlinkRecordConfirmation": "Relatie ontkoppelen?",
+ "removeSelectedRecordsConfirmation": "Geselecteerde records verwijderen?",
+ "massUpdateResult": "{count} bestanden waren aangepast",
+ "massUpdateResultSingle": "{count} bestanden zijn aangepast ",
+ "noRecordsUpdated": "Geen bestanden aangepast",
+ "massRemoveResult": "{count} bestanden waren verwijderd",
+ "massRemoveResultSingle": "{count} bestanden zijn verwijderd",
+ "noRecordsRemoved": "Er werden geen bestanden verwijderd ",
+ "writeYourCommentHere": "Schrijf hier uw opmerkingen",
+ "writeMessageToUser": "Schrijf een bericht naar {user}",
+ "typeAndPressEnter": "Schrijf en druk op \"Enter\"",
+ "checkForNewNotifications": "Controleer op nieuwe berichten",
+ "duplicate": "Het veld dat u maakt lijkt een duplicaat",
+ "dropToAttach": "Laat vallen om toe te voegen",
+ "writeMessageToSelf": "Schrijf een bericht op uw stream",
+ "checkForNewNotes": "Controleer op updates voor updates",
+ "internalPost": "Bericht wordt alleen door interne gebruikers gezien",
+ "done": "Gedaan",
+ "confirmMassFollow": "Weet u zeker dat u geselecteerde records wilt volgen?",
+ "confirmMassUnfollow": "Weet u zeker dat u geselecteerde records niet meer wilt volgen?",
+ "massFollowResult": "{count} records worden gevolgd",
+ "massUnfollowResult": "{count} records worden niet gevolgd",
+ "massFollowResultSingle": "{count} record wordt nu gevolgd",
+ "massUnfollowResultSingle": "{count} record wordt nu niet gevolgd",
+ "massFollowZeroResult": "Er is niets gevolgd",
+ "massUnfollowZeroResult": "Niets volgde",
+ "fieldShouldBeEmail": "{field} moet een geldig E-mailadres zijn",
+ "fieldShouldBeFloat": "{field} moet een geldige waarde zijn",
+ "fieldShouldBeInt": "{fiels} moet een geldige integer zijn",
+ "fieldShouldBeDate": "{field} moet een geldige datum zijn",
+ "fieldShouldBeDatetime": "{field} moet een geldige datum/tijd zijn",
+ "internalPostTitle": "Bericht wordt alleen door interne gebruikers gezien",
+ "loading": "Bezig met laden...",
+ "saving": "Besparing...",
+ "fieldMaxFileSizeError": "Bestand mag niet groter zijn dan {max} Mb",
+ "fieldShouldBeLess": "{field} moet minder zijn dan {value}",
+ "fieldShouldBeGreater": "{field} moet groter zijn dan {value}",
+ "fieldIsUploading": "Bezig met uploaden",
+ "streamPostInfo": "Type @username to mention users in the post.\n\nAvailable markdown syntax:\n`code`\n**strong text**\n*emphasized text*\n~deleted text~\n> blockquote\n[text](url)",
+ "erasePersonalDataConfirmation": "De aangevinkte velden worden permanent verwijderd. Weet je het zeker?",
+ "massPrintPdfMaxCountError": "Kan niet meer dan {maxCount} records afdrukken.",
+ "fieldValueDuplicate": "Dubbele waarde",
+ "unlinkSelectedRecordsConfirmation": "Weet u zeker dat u geselecteerde records wilt ontkoppelen?",
+ "recalculateFormulaConfirmation": "Weet u zeker dat u de formule voor geselecteerde records wilt herberekenen?",
+ "fieldExceedsMaxCount": "Aantal overschrijdt max. toegestaan {maxCount}"
+ },
+ "boolFilters": {
+ "onlyMy": "Alleen mijn",
+ "followed": "Gevolgd"
+ },
+ "presetFilters": {
+ "followed": "Gevolgd",
+ "all": "Alles"
+ },
+ "massActions": {
+ "remove": "Verwijderen",
+ "merge": "Samenvoegen",
+ "massUpdate": "Massa Update",
+ "export": "Exporteer",
+ "follow": "Volgen",
+ "unfollow": "Volg niet",
+ "convertCurrency": "Valuta omrekenen",
+ "printPdf": "Afdrukken naar PDF",
+ "unlink": "Loskoppelen",
+ "recalculateFormula": "Formule herberekenen"
+ },
+ "fields": {
+ "name": "Record Naam",
+ "firstName": "Voornaam",
+ "lastName": "Achternaam",
+ "salutationName": "Aanhef",
+ "assignedUser": "Toegewezen Gebruiker",
+ "assignedUsers": "Toegewezen gebruikers",
+ "emailAddress": "E-mail",
+ "assignedUserName": "Toegewezen Gebruikersnaam",
+ "teams": "Groepen",
+ "createdAt": "Aangemaakt op",
+ "modifiedAt": "Aangepast op",
+ "createdBy": "Aangemaakt door",
+ "modifiedBy": "Aangepast door",
+ "description": "Beschrijving",
+ "address": "Adres",
+ "phoneNumber": "Telefoon",
+ "parent": "Behorende bij",
+ "id": "ID kaart",
+ "emailAddressData": "E-mailadresgegevens",
+ "phoneNumberData": "Telefoonnummergegevens",
+ "names": "namen",
+ "emailAddressIsOptedOut": "E-mailadres is afgemeld",
+ "targetListIsOptedOut": "Is Opted Out (doellijst)",
+ "phoneNumberIsOptedOut": "Telefoonnummer is Opted-Out",
+ "types": "Typen"
+ },
+ "links": {
+ "assignedUser": "Toegewezen Gebruiker",
+ "createdBy": "Aangemaakt door",
+ "modifiedBy": "Aangepast door",
+ "team": "Groep",
+ "roles": "Functies",
+ "teams": "Groepen",
+ "users": "Gebruikers",
+ "parent": "Behorende bij"
+ },
+ "dashlets": {
+ "Emails": "Mijn inbox",
+ "Records": "Recordlijst"
+ },
+ "notificationMessages": {
+ "emailReceived": "E-mail ontvangen van"
+ },
+ "streamMessages": {
+ "post": "{user} geplaatst op {entityType} {entity}",
+ "attach": "{user} toegevoegd aan {entityType} {entity}",
+ "status": "{user} paste {field} aan op {entityType} {entity}",
+ "update": "{user} paste {entityType} {entity} aan",
+ "postTargetTeam": "{user} gepost in team {target}",
+ "postTargetTeams": "{user} gepost in teams {target}",
+ "postTargetPortal": "{user} gepost naar portal {target}",
+ "postTargetPortals": "{user} gepost in portals {target}",
+ "postTarget": "{user} geplaatst op {target}",
+ "postTargetYou": "{user} heeft u een bericht verstuurd",
+ "postTargetYouAndOthers": "{user} geplaatst op {target} en u",
+ "postTargetAll": "{user} geplaatst op allemaal",
+ "mentionInPost": "{user} vermeldde {mentioned} op {entityType} {entity}",
+ "mentionYouInPost": "{user} heeft je genoemd in {entityType} {entity}",
+ "mentionInPostTarget": "{user} vermeldde {vermeld} in de post",
+ "mentionYouInPostTarget": "{user} heeft u in de post genoemd naar {target}",
+ "mentionYouInPostTargetAll": "{user} heeft je in bericht voor iedereen genoemd",
+ "mentionYouInPostTargetNoTarget": "{user} heeft je in de post genoemd",
+ "create": "{user} creërde {entityType} {entity} ",
+ "createThis": "{user} creërde deze {entityType} ",
+ "createAssignedThis": "{user} maakte deze {entityType} toegewezen aan {assignee}",
+ "createAssigned": "{user} creërde {entityType} {entity} en wees toe aan {assignee}",
+ "assign": "{user} wees {entityType} {entity} toe aan {assignee}",
+ "assignThis": "{user} wees deze {entityType} toe aan {assignee}",
+ "postThis": "{user} gepost",
+ "attachThis": "{user} toegevoegd",
+ "statusThis": "{user} paste {field} aan",
+ "updateThis": "{user} paste dit {entityType} aan",
+ "createRelatedThis": "{user} maakte {relatedEntityType} {relatedEntity} en koppelde dit aan {entityType}",
+ "createRelated": "{user} creërde {relatedEntityType} {relatedEntity} gekoppeld aan {entityType} {entity}",
+ "relate": "{user} gekoppeld {relatedEntityType} {relatedEntity} met {entityType} {entity}",
+ "relateThis": "{user} linkt {relatedEntityType} {relatedEntity} aan dit {entityType}",
+ "emailReceivedFromThis": "E-mail ontvangen van",
+ "emailReceivedThis": "E-mail is ontvangen",
+ "emailReceivedInitialThis": "Email bericht ontvangen en maakte deze {entityType}",
+ "emailReceivedFrom": "E-mail ontvangen van {from}, behorende bij {entityType} {entity}",
+ "emailReceived": "E-mail is ontvangen voor {entityType} {entity}",
+ "emailReceivedInitial": "Email is ontvangen en gemaakt met {entityType} {entity}",
+ "emailSent": "{by} sent E-mail gerelateerd aan {entityType} {entity}",
+ "emailSentThis": "{by} sent E-mail",
+ "postTargetSelf": "{user} zichzelf gepost",
+ "postTargetSelfAndOthers": "{user} gepost op {target} en zichzelf",
+ "createAssignedYou": "{user} heeft {entityType} {entity} aan u toegewezen",
+ "createAssignedThisSelf": "{user} heeft dit {entityType} zelf toegewezen",
+ "createAssignedSelf": "{user} heeft {entityType} {entity} zelf toegewezen",
+ "assignYou": "{user} heeft {entityType} {entity} aan u toegewezen",
+ "assignThisVoid": "{user} heeft dit {entityType} niet toegewezen",
+ "assignVoid": "{user} niet-toegewezen {entityType} {entity}",
+ "assignThisSelf": "{user} heeft dit {entityType} zelf toegewezen",
+ "assignSelf": "{user} zichzelf toegewezen {entityType} {entity}"
+ },
+ "lists": {
+ "monthNames": [
+ "Januari",
+ "Februari",
+ "Maart",
+ "April",
+ "Mei",
+ "Juni",
+ "Juli",
+ "Augustus",
+ "September",
+ "October",
+ "November",
+ "December"
+ ],
+ "monthNamesShort": [
+ "Jan",
+ "Feb",
+ "Maa",
+ "Apr",
+ "Mei",
+ "Jun",
+ "Jul",
+ "Aug",
+ "Sep",
+ "Okt",
+ "Nov",
+ "Dec"
+ ],
+ "dayNames": [
+ "Zondag",
+ "Maandag",
+ "Dinsdag",
+ "Woensdag",
+ "Donderdag",
+ "Vrijdag",
+ "Zaterdag"
+ ],
+ "dayNamesShort": [
+ "Zon",
+ "Maa",
+ "Din",
+ "Woe",
+ "Don",
+ "Vrij",
+ "Zat"
+ ],
+ "dayNamesMin": [
+ "Zo",
+ "Ma",
+ "Di",
+ "Wo",
+ "Do",
+ "Vr",
+ "Za"
+ ]
+ },
+ "options": {
+ "salutationName": {
+ "Mr.": "Dhr.",
+ "Mrs.": "Mevr."
},
- "scopeNamesPlural": {
- "Email": "E-mails",
- "User": "Gebruikers",
- "Team": "Groepen",
- "Role": "Functies",
- "EmailTemplate": "Email Templates",
- "EmailAccount": "Email Accounts",
- "EmailAccountScope": "Email Accounts",
- "OutboundEmail": "Uitgaande Emails",
- "ScheduledJob": "Geplande Opdrachten",
- "ExternalAccount": "Externe Accounts",
- "Extension": "Extensies",
- "Dashboard": "Dashboard",
- "InboundEmail": "Group Email Accounts",
- "Stream": "Stream",
- "Import": "Import Results",
- "Template": "Templates",
- "Job": "Jobs",
- "EmailFilter": "Email Filters"
+ "language": {
+ "az_AZ": "Azerbeidzjaans",
+ "be_BY": "Wit-Russisch",
+ "bg_BG": "Bulgaars",
+ "bn_IN": "Bengaals",
+ "bs_BA": "Bosnisch",
+ "ca_ES": "Catalaans",
+ "cs_CZ": "Tsjechisch",
+ "cy_GB": "Wels",
+ "da_DK": "Deens",
+ "de_DE": "Duits",
+ "el_GR": "Grieks",
+ "en_GB": "Engels (UK)",
+ "en_US": "Engels (VS)",
+ "es_ES": "Spaans (Spanje)",
+ "et_EE": "Estlands",
+ "eu_ES": "Baskisch",
+ "fa_IR": "Perzisch",
+ "fi_FI": "Fins",
+ "fr_CA": "Frans (Canada)",
+ "fr_FR": "Frans (Frankrijk)",
+ "ga_IE": "Iers",
+ "gl_ES": "Galicisch",
+ "he_IL": "Hebreeuws",
+ "hi_IN": "Hindies",
+ "hr_HR": "Kroatisch",
+ "hu_HU": "Hongaars",
+ "hy_AM": "Armeens",
+ "id_ID": "Indonesisch",
+ "is_IS": "IJslands",
+ "it_IT": "Italiaans",
+ "ja_JP": "Japans",
+ "ka_GE": "Georgisch",
+ "ko_KR": "Koreaans",
+ "ku_TR": "Koerdisch",
+ "lt_LT": "Litouws",
+ "lv_LV": "Lets",
+ "mk_MK": "Macedonisch",
+ "ml_IN": "Maleisisch",
+ "ms_MY": "Maleis",
+ "nn_NO": "Noors Nynorsk",
+ "ne_NP": "Nepalees",
+ "nl_NL": "Nederlands",
+ "pl_PL": "Pools",
+ "ps_AF": "Pasjtoe",
+ "pt_BR": "Portugees (Brazilie",
+ "pt_PT": "Portugees (Portugal)",
+ "ro_RO": "Roemeens",
+ "ru_RU": "Russisch",
+ "sk_SK": "Slowaaks",
+ "sl_SI": "Sloveens",
+ "sq_AL": "Albanees",
+ "sr_RS": "Servisch",
+ "sv_SE": "Zweeds",
+ "th_TH": "Thais",
+ "tr_TR": "Turks",
+ "uk_UA": "OekraГЇens",
+ "vi_VN": "ViГ«tnamees",
+ "zh_CN": "Vereenvoudigd Chinees (China)",
+ "zh_HK": "Traditioneel Chinees (Hong Kong)",
+ "zh_TW": "Traditioneel Chinees (Taiwan)",
+ "es_MX": "Spaans (Mexico)"
},
- "labels": {
- "Misc": "Versch.",
- "Merge": "Samenvoegen",
- "None": "None",
- "by": "door",
- "Saved": "Opgeslagen",
- "Error": "Fout",
- "Select": "Selecteer",
- "Not valid": "Ongeldig",
- "Please wait...": "Even geduld...",
- "Please wait": "Even geduld",
- "Loading...": "Laden...",
- "Uploading...": "Uploaden...",
- "Sending...": "Verzenden...",
- "Merging...": "Merging...",
- "Merged": "Merged",
- "Removed": "Verwijderd",
- "Posted": "Geplaatst",
- "Linked": "Linked",
- "Unlinked": "Unlinked",
- "Done": "Done",
- "Access denied": "Toegang gweigerd",
- "Access": "Toegang",
- "Are you sure?": "Zeker?",
- "Record has been removed": "Record is verwijderd",
- "Wrong username/password": "Onjuiste gebruikersnaam/wachtwoord",
- "Post cannot be empty": "Veld mag niet leeg zijn",
- "Removing...": "Verwijderen...",
- "Unlinking...": "Unlinken...",
- "Posting...": "Plaatsen...",
- "Username can not be empty!": "Gebruikersnaam mag niet leeg zijn!",
- "Cache is not enabled": "Cache is niet geactiveerd",
- "Cache has been cleared": "Cache is leeg gemaakt",
- "Rebuild has been done": "Het reconstrueren is klaar",
- "Saving...": "Opslaan...",
- "Modified": "Aangepast",
- "Created": "Gemaakt",
- "Create": "Aanmaken",
- "create": "maak",
- "Overview": "Overzicht",
- "Details": "Details",
- "Add Field": "Veld toevoegen",
- "Add Dashlet": "Dashlet Toevoegen",
- "Filter": "Filter",
- "Edit Dashboard": "Edit Dashboard",
- "Add": "Toevoegen",
- "Add Item": "Add Item",
- "Reset": "Reset",
- "Menu": "Menu",
- "More": "Meer",
- "Search": "Zoeken",
- "Only My": "Alleen mijn",
- "Open": "Open",
- "Admin": "Beheerder",
- "About": "Over",
- "Refresh": "Vernieuwen",
- "Remove": "Verwijderen",
- "Options": "Opties",
- "Username": "Gebruikersnaam",
- "Password": "Wachtwoord",
- "Login": "Login",
- "Log Out": "Uitloggen",
- "Preferences": "Voorkeuren",
- "State": "Provincie",
- "Street": "Straat",
- "Country": "Land",
- "City": "Plaats",
- "PostalCode": "Postcode",
- "Followed": "Gevolgd",
- "Follow": "Volgen",
- "Followers": "Volgers",
- "Clear Local Cache": "Lokale Cache Schonen",
- "Actions": "Acties",
- "Delete": "Verwijder",
- "Update": "Update",
- "Save": "Opslaan",
- "Edit": "Bewerken",
- "View": "View",
- "Cancel": "Annuleren",
- "Apply": "Apply",
- "Unlink": "Unlink",
- "Mass Update": "Massa Update",
- "Export": "Exporteer",
- "No Data": "Geen Data",
- "No Access": "Geen toegang",
- "All": "Alles",
- "Active": "Actief",
- "Inactive": "Inactief",
- "Write your comment here": "Schrijf hier uw opmerkingen",
- "Post": "Post",
- "Stream": "Stream",
- "Show more": "Toon meer",
- "Dashlet Options": "Kader Opties",
- "Full Form": "Volledig Formulier",
- "Insert": "Voeg in",
- "Person": "Person",
- "First Name": "Voornaam",
- "Last Name": "Achternaam",
- "Original": "Origineel",
- "You": "U",
- "you": "u",
- "change": "Pas aan",
- "Change": "Change",
- "Primary": "Primair",
- "Save Filter": "Save Filter",
- "Administration": "Administratie",
- "Run Import": "Start Importeren",
- "Duplicate": "Dupliceer",
- "Notifications": "Meldingen",
- "Mark all read": "Markeer als gelezen",
- "See more": "Bekijk meer",
- "Today": "Vandaag",
- "Tomorrow": "Morgen",
- "Yesterday": "Gisteren",
- "Submit": "Stuur in",
- "Close": "Sluit",
- "Yes": "Ja",
- "No": "Nee",
- "View": "View",
- "Select All Results": "Select All Result",
- "Value": "Value",
- "Current version": "Current version",
- "List View": "List View",
- "Tree View": "Tree View",
- "Unlink All": "Unlink All",
- "Total": "Total",
- "Print to PDF": "Print to PDF",
- "Default": "Standaard",
- "Number": "Number",
- "From": "Van",
- "To": "Naar"
+ "dateSearchRanges": {
+ "on": "Op",
+ "notOn": "Niet op",
+ "after": "Na",
+ "before": "Voor",
+ "between": "Tussen",
+ "today": "Vandaag",
+ "past": "Verleden",
+ "future": "Toekomst",
+ "currentMonth": "Huidige Maand",
+ "lastMonth": "Vorige Maand",
+ "currentQuarter": "Dit Kwartaal",
+ "lastQuarter": "Vorige Kwartaal",
+ "currentYear": "Huidige Jaar",
+ "lastYear": "Vorig Jaar",
+ "ever": "Ooit",
+ "isEmpty": "Is leeg",
+ "olderThanXDays": "Ouder dan X dagen",
+ "afterXDays": "Na X Days",
+ "nextMonth": "Volgende maand",
+ "currentFiscalYear": "Huidig financieel jaar",
+ "lastFiscalYear": "Laatste financieel jaar",
+ "currentFiscalQuarter": "Huidig financieel kwartaal",
+ "lastFiscalQuarter": "Laatste financieel kwartaal"
},
- "messages": {
- "pleaseWait": "Even geduld...",
- "confirmLeaveOutMessage": "Are you sure you want to leave the form?",
- "notModified": "U heeft niets gewijzigd",
- "duplicate": "Het veld dat u maakt lijkt een duplicaat",
- "fieldIsRequired": "{field} is verplicht",
- "fieldShouldBeEmail": "{field} moet een geldig mailadres zijn",
- "fieldShouldBeFloat": "{field} moet een geldige waarde zijn",
- "fieldShouldBeInt": "{fiels} moet een geldige integer zijn",
- "fieldShouldBeDate": "{field} moet een geldige datum zijn",
- "fieldShouldBeDatetime": "{field} moet een geldige datum/tijd zijn",
- "fieldShouldAfter": "{field} moet na {otherField} komen",
- "fieldShouldBefore": "{field} moet voor {otherField} komen",
- "fieldShouldBeBetween": "{field} moet een waarde hebben tussen {min} en {max}",
- "fieldShouldBeLess": "{field} moet minder zijn dan {value}",
- "fieldShouldBeGreater": "{field} moet groter zijn dan {value}",
- "fieldBadPasswordConfirm": "{field} onjuist bevestigd",
- "resetPreferencesDone": "Voorkeuren zijn naar standaard waarden terugezet",
- "confirmation": "Zeker?",
- "unlinkAllConfirmation": "Are you sure you want to unlink all related records?",
- "resetPreferencesConfirmation": "Weet u zeker dat u de voorkeuren naar standaard terug wil zetten?",
- "removeRecordConfirmation": "Record verwijderen?",
- "unlinkRecordConfirmation": "Relatie ontkoppelen?",
- "removeSelectedRecordsConfirmation": "Geselecteerde records verwijderen?",
- "massUpdateResult": "{count} bestanden waren aangepast",
- "massUpdateResultSingle": "{count} bestanden zijn aangepast ",
- "noRecordsUpdated": "Geen bestanden aangepast",
- "massRemoveResult": "{count} bestanden waren verwijderd",
- "massRemoveResultSingle": "{count} bestanden zijn verwijderd",
- "noRecordsRemoved": "Er werden geen bestanden verwijderd ",
- "clickToRefresh": "Click to refresh",
- "streamPostInfo": "Type @username to mention users in the post.\n\nAvailable markdown syntax:\n`code`\n**strong text**\n*emphasized text*\n~deleted text~\n> blockquote\n[text](url)",
- "writeYourCommentHere": "Schrijf hier uw opmerkingen"
+ "searchRanges": {
+ "isFromTeams": "is lid van team",
+ "isNot": "Is niet",
+ "isNotOneOf": "Geen van",
+ "noneOf": "Geen van"
},
- "boolFilters": {
- "onlyMy": "Alleen mijn",
- "followed": "Gevolgd"
+ "varcharSearchRanges": {
+ "like": "is als (%)",
+ "endsWith": "eindigt op",
+ "isEmpty": "is leeg",
+ "isNotEmpty": "is niet leeg",
+ "notLike": "Niet zoals (%)",
+ "notContains": "Niet bevat",
+ "notEquals": "Niet gelijk aan"
},
- "presetFilters": {
- "followed": "Gevolgd",
- "all": "Alles"
+ "intSearchRanges": {
+ "notEquals": "Is niet gelijk aan",
+ "greaterThan": "Groter dan",
+ "lessThan": "Minder dan",
+ "greaterThanOrEquals": "Groter dan of gelijk aan",
+ "lessThanOrEquals": "Minder dan of gelijk aan",
+ "between": "Tussen",
+ "isEmpty": "Is leeg",
+ "isNotEmpty": "Is niet leeg"
},
- "massActions": {
- "remove": "Verwijderen",
- "merge": "Samenvoegen",
- "massUpdate": "Massa Update",
- "export": "Exporteer"
+ "autorefreshInterval": {
+ "1": "1 minuut",
+ "2": "2 minuten",
+ "5": "5 minuten",
+ "10": "10 minuten",
+ "0.5": "30 seconden"
},
- "fields": {
- "name": "Record Naam",
- "firstName": "Voornaam",
- "lastName": "Achternaam",
- "salutationName": "Aanhef",
- "assignedUser": "Toegewezen Gebruiker",
- "emailAddress": "E-mail",
- "assignedUserName": "Toegewezen Gebruikersnaam",
- "teams": "Groepen",
- "createdAt": "Aangemaakt op",
- "modifiedAt": "Aangepast op",
- "createdBy": "Aangemaakt door",
- "modifiedBy": "Aangepast door",
- "description": "Beschrijving",
- "address": "Adres",
- "phoneNumber": "Telefoon",
- "phoneNumberMobile": "Phone (Mobile)",
- "phoneNumberHome": "Phone (Home)",
- "phoneNumberFax": "Phone (Fax)",
- "phoneNumberOffice": "Phone (Office)",
- "phoneNumberOther": "Phone (Other)",
- "order": "Order",
- "parent": "Behorende bij",
- "children": "Children"
- },
- "links": {
- "assignedUser": "Toegewezen Gebruiker",
- "createdBy": "Aangemaakt door",
- "modifiedBy": "Aangepast door",
- "team": "Groep",
- "roles": "Functies",
- "teams": "Groepen",
- "users": "Gebruikers",
- "parent": "Behorende bij",
- "children": "Children"
- },
- "dashlets": {
- "Stream": "Stream"
- },
- "notificationMessages": {
- "assign": "{entityType} {entity} has been assigned to you",
- "emailReceived": "E-mail ontvangen van",
- "entityRemoved": "{user} removed {entityType} {entity}"
- },
- "streamMessages": {
- "create": "{user} creërde {entityType} {entity} ",
- "createAssigned": "{user} creërde {entityType} {entity} en wees toe aan {assignee}",
- "assign": "{user} wees {entityType} {entity} toe aan {assignee}",
- "post": "{user} geplaatst op {entityType} {entity}",
- "attach": "{user} toegevoegd aan {entityType} {entity}",
- "status": "{user} paste {field} aan op {entityType} {entity}",
- "update": "{user} paste {entityType} {entity} aan",
- "createRelated": "{user} creërde {relatedEntityType} {relatedEntity} gekoppeld aan {entityType} {entity}",
-
- "mentionInPost": "{user} vermeldde {mentioned} op {entityType} {entity}",
-
- "createThis": "{user} creërde deze {entityType} ",
- "createAssignedThis": "{user} maakte deze {entityType} toegewezen aan {assignee}",
- "assignThis": "{user} wees deze {entityType} toe aan {assignee}",
- "postThis": "{user} gepost",
- "attachThis": "{user} toegevoegd",
- "statusThis": "{user} paste {field} aan",
- "updateThis": "{user} paste dit {entityType} aan",
- "createRelatedThis": "{user} maakte {relatedEntityType} {relatedEntity} en koppelde dit aan {entityType}",
-
- "emailReceivedFromThis": "E-mail ontvangen van",
- "emailReceivedInitialFromThis": "Email received from {from}, this {entityType} created",
-
- "emailReceivedThis": "{entity} is ontvangen",
- "emailReceivedInitialThis": "Email bericht ontvangen en maakte deze {entityType}",
-
- "emailReceivedFrom": "E-mail ontvangen van {from}, behorende bij {entityType} {entity}",
- "emailReceivedFromInitial": "Email received from {from}, {entityType} {entity} created",
-
- "emailReceived": "{entity} is ontvangen voor {entityType} {entity}",
- "emailReceivedInitial": "Email is ontvangen en gemaakt met {entityType} {entity}",
- "emailReceivedInitialFrom": "Email received from {from}, {entityType} {entity} created",
-
- "emailSent": "{by} sent email related to {entityType} {entity}",
- "emailSentThis": "{by} sent email"
- },
- "lists": {
- "monthNames": ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "October", "November", "December"],
- "monthNamesShort": ["Jan", "Feb", "Maa", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
- "dayNames": ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
- "dayNamesShort": ["Zon", "Maa", "Din", "Woe", "Don", "Vrij", "Zat"],
- "dayNamesMin": ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"]
- },
- "options": {
- "salutationName": {
- "Mr.": "Dhr.",
- "Mrs.": "Mevr.",
- "Ms.": "Ms.",
- "Dr.": "Dr."
- },
- "language": {
- "af_ZA": "Afrikaans",
- "az_AZ": "Azerbeidzjaans",
- "be_BY": "Wit-Russisch",
- "bg_BG": "Bulgaars",
- "bn_IN": "Bengaals",
- "bs_BA": "Bosnisch",
- "ca_ES": "Catalaans",
- "cs_CZ": "Tsjechisch",
- "cy_GB": "Wels",
- "da_DK": "Deens",
- "de_DE": "Duits",
- "el_GR": "Grieks",
- "en_GB": "Engels (UK)",
- "en_US": "Engels (VS)",
- "es_ES": "Spaans (Spanje)",
- "et_EE": "Estlands",
- "eu_ES": "Baskisch",
- "fa_IR": "Perzisch",
- "fi_FI": "Fins",
- "fo_FO": "Faroese",
- "fr_CA": "Frans (Canada)",
- "fr_FR": "Frans (Frankrijk)",
- "ga_IE": "Iers",
- "gl_ES": "Galicisch",
- "gn_PY": "Guarani",
- "he_IL": "Hebreeuws",
- "hi_IN": "Hindies",
- "hr_HR": "Kroatisch",
- "hu_HU": "Hongaars",
- "hy_AM": "Armeens",
- "id_ID": "Indonesisch",
- "is_IS": "IJslands",
- "it_IT": "Italiaans",
- "ja_JP": "Japans",
- "ka_GE": "Georgisch",
- "km_KH": "Khmer",
- "ko_KR": "Koreaans",
- "ku_TR": "Koerdisch",
- "lt_LT": "Litouws",
- "lv_LV": "Lets",
- "mk_MK": "Macedonisch",
- "ml_IN": "Maleisisch",
- "ms_MY": "Maleis",
- "nb_NO": "Norwegian Bokmål",
- "nn_NO": "Noors Nynorsk",
- "ne_NP": "Nepalees",
- "nl_NL": "Nederlands",
- "pa_IN": "Punjabi",
- "pl_PL": "Pools",
- "ps_AF": "Pasjtoe",
- "pt_BR": "Portugees (Brazilie",
- "pt_PT": "Portugees (Portugal)",
- "ro_RO": "Roemeens",
- "ru_RU": "Russisch",
- "sk_SK": "Slowaaks",
- "sl_SI": "Sloveens",
- "sq_AL": "Albanees",
- "sr_RS": "Servisch",
- "sv_SE": "Zweeds",
- "sw_KE": "Swahili",
- "ta_IN": "Tamil",
- "te_IN": "Telugu",
- "th_TH": "Thais",
- "tl_PH": "Tagalog",
- "tr_TR": "Turks",
- "uk_UA": "OekraГЇens",
- "ur_PK": "Urdu",
- "vi_VN": "ViГ«tnamees",
- "zh_CN": "Vereenvoudigd Chinees (China)",
- "zh_HK": "Traditioneel Chinees (Hong Kong)",
- "zh_TW": "Traditioneel Chinees (Taiwan)"
- },
- "dateSearchRanges": {
- "on": "Op",
- "notOn": "Niet op",
- "after": "Na",
- "before": "Voor",
- "between": "Tussen",
- "today": "Vandaag",
- "past": "Verleden",
- "future": "Toekomst",
- "currentMonth": "Huidige Maand",
- "lastMonth": "Vorige Maand",
- "currentQuarter": "Dit Kwartaal",
- "lastQuarter": "Vorige Kwartaal",
- "currentYear": "Huidige Jaar",
- "lastYear": "Vorig Jaar",
- "lastSevenDays": "Last 7 Days",
- "lastXDays": "Last X Days",
- "nextXDays": "Next X Days"
- },
- "searchRanges": {
- "is": "Is",
- "isEmpty": "Is Empty",
- "isNotEmpty": "Is Not Empty"
- },
- "varcharSearchRanges": {
- "equals": "Equals",
- "startsWith": "Starts With",
- "contains": "Contains"
- },
- "intSearchRanges": {
- "equals": "Equals",
- "notEquals": "Is niet gelijk aan",
- "greaterThan": "Groter dan",
- "lessThan": "Minder dan",
- "greaterThanOrEquals": "Groter dan of gelijk aan",
- "lessThanOrEquals": "Minder dan of gelijk aan",
- "between": "Tussen"
- },
- "autorefreshInterval": {
- "0": "None",
- "0.5": "30 seconden",
- "1": "1 minuut",
- "2": "2 minuten",
- "5": "5 minuten",
- "10": "10 minuten"
- },
- "phoneNumber": {
- "Mobile": "Mobiel",
- "Office": "Kantoor",
- "Fax": "Fax",
- "Home": "Prive",
- "Other": "Overig"
- }
- },
- "sets": {
- "summernote": {
- "NOTICE": "U kunt hier de vertaling vinden: https://github.com/xx",
- "font":{
- "bold": "Vet",
- "italic": "Italic",
- "underline": "Onderstreept",
- "strike": "Opvallend",
- "clear": "Verwijder Opmaak Lettertype",
- "height": "Lijn Hoogte",
- "name": "Familie Lettertype",
- "size": "Lettergrootte"
- },
- "image":{
- "image": "Foto",
- "insert": "Afbeelding invoegen",
- "resizeFull": "Volledig schalen",
- "resizeHalf": "Schaal 50%",
- "resizeQuarter": "Schaal 25%",
- "floatLeft": "Links zweven",
- "floatRight": "Rechts zweven",
- "floatNone": "Float None",
- "dragImageHere": "Sleep afbeelding naar hier",
- "selectFromFiles": "Selecteer uit bestanden",
- "url": "Afbeelding URL",
- "remove": "Afbeelding verwijderen"
- },
- "link":{
- "link": "Link",
- "insert": "Link invoegen",
- "unlink": "Unlink",
- "edit": "Bewerken",
- "textToDisplay": "Weer te geven tekst",
- "url": "Naar welke URL dient deze link te verwijzen?",
- "openInNewWindow": "In nieuw scherm openen"
- },
- "video":{
- "video": "Video",
- "videoLink": "Video Link",
- "insert": "Video invoegen",
- "url": "Video URL?",
- "providers": "(YouTube, Vimeo, Vine, Instagram of DailyMotion)"
- },
- "table":{
- "table": "Tabel"
- },
- "hr":{
- "insert": "Horizontale Regel toevoegen"
- },
- "style":{
- "style": "Stijl",
- "normal": "Normaal",
- "blockquote": "Citaat",
- "pre": "Code",
- "h1": "Header 1",
- "h2": "Header 2",
- "h3": "Header 3",
- "h4": "Header 4",
- "h5": "Header 5",
- "h6": "Header 6"
- },
- "lists":{
- "unordered": "Ongesorteerde lijst",
- "ordered": "Gesorteerde lijst"
- },
- "options":{
- "help": "Hulp",
- "fullscreen": "Volledig scherm",
- "codeview": "Code View"
- },
- "paragraph":{
- "paragraph": "Paragraaf",
- "outdent": "Outdent",
- "indent": "Indent",
- "left": "Links uitlijnen",
- "center": "Centreren",
- "right": "Rechts uitlijnen",
- "justify": "Rechtsvaardig volledig"
- },
- "color":{
- "recent": "Recente kleur",
- "more": "Meer kleur",
- "background": "Achtergrondkleur",
- "foreground": "Tekstkleur",
- "transparent": "Transparent",
- "setTransparent": "Transparent instellen",
- "reset": "Reset",
- "resetToDefault": "Standaardinstellingen terugzetten"
- },
- "shortcut":{
- "shortcuts": "Keyboard snelkoppelingen",
- "close": "Sluit",
- "textFormatting": "Tekstopmaak",
- "action": "Actie",
- "paragraphFormatting": "Paragraafopmaak",
- "documentStyle": "Documentopmaak"
- },
- "history":{
- "undo": "Herstel",
- "redo": "Opnieuw"
- }
- }
- },
- "themes": {
- "Espo": "Espo",
- "Sakura": "Sakura",
- "EspoVertical": "Espo (Vertical)",
- "SakuraVertical": "Sakura (Vertical)"
+ "phoneNumber": {
+ "Mobile": "Mobiel",
+ "Office": "Kantoor",
+ "Home": "Prive",
+ "Other": "Overig"
}
-}
+ },
+ "sets": {
+ "summernote": {
+ "NOTICE": "U kunt hier de vertaling vinden: https://github.com/xx",
+ "font": {
+ "bold": "Vet",
+ "underline": "Onderstreept",
+ "strike": "Opvallend",
+ "clear": "Verwijder Opmaak Lettertype",
+ "height": "Lijn Hoogte",
+ "name": "Familie Lettertype",
+ "size": "Lettergrootte"
+ },
+ "image": {
+ "image": "Foto",
+ "insert": "Afbeelding invoegen",
+ "resizeFull": "Volledig schalen",
+ "resizeHalf": "Schaal 50%",
+ "resizeQuarter": "Schaal 25%",
+ "floatLeft": "Links zweven",
+ "floatRight": "Rechts zweven",
+ "dragImageHere": "Sleep afbeelding naar hier",
+ "selectFromFiles": "Selecteer uit bestanden",
+ "url": "Afbeelding URL",
+ "remove": "Afbeelding verwijderen"
+ },
+ "link": {
+ "insert": "Link invoegen",
+ "edit": "Bewerken",
+ "textToDisplay": "Weer te geven tekst",
+ "url": "Naar welke URL dient deze link te verwijzen?",
+ "openInNewWindow": "In nieuw scherm openen"
+ },
+ "video": {
+ "insert": "Video invoegen",
+ "providers": "(YouTube, Vimeo, Vine, Instagram of DailyMotion)"
+ },
+ "table": {
+ "table": "Tabel"
+ },
+ "hr": {
+ "insert": "Horizontale Regel toevoegen"
+ },
+ "style": {
+ "style": "Stijl",
+ "normal": "Normaal",
+ "blockquote": "Citaat"
+ },
+ "lists": {
+ "unordered": "Ongesorteerde lijst",
+ "ordered": "Gesorteerde lijst"
+ },
+ "options": {
+ "help": "Hulp",
+ "fullscreen": "Volledig scherm"
+ },
+ "paragraph": {
+ "paragraph": "Paragraaf",
+ "left": "Links uitlijnen",
+ "center": "Centreren",
+ "right": "Rechts uitlijnen",
+ "justify": "Rechtsvaardig volledig"
+ },
+ "color": {
+ "recent": "Recente kleur",
+ "more": "Meer kleur",
+ "background": "Achtergrondkleur",
+ "foreground": "Tekstkleur",
+ "setTransparent": "Transparent instellen",
+ "resetToDefault": "Standaardinstellingen terugzetten"
+ },
+ "shortcut": {
+ "shortcuts": "Keyboard snelkoppelingen",
+ "close": "Sluit",
+ "textFormatting": "Tekstopmaak",
+ "action": "Actie",
+ "paragraphFormatting": "Paragraafopmaak",
+ "documentStyle": "Documentopmaak"
+ },
+ "history": {
+ "undo": "Herstel",
+ "redo": "Opnieuw"
+ }
+ }
+ },
+ "streamMessagesMale": {
+ "postTargetSelfAndOthers": "{user} geplaatst op {target} en zichzelf"
+ },
+ "streamMessagesFemale": {
+ "postTargetSelfAndOthers": "{user} gepost op {target} en zichzelf"
+ },
+ "listViewModes": {
+ "list": "Lijst"
+ },
+ "themes": {
+ "Espo": "Klassieke Espo",
+ "Sakura": "Klassieke Sakura",
+ "EspoVertical": "Verticale Espo",
+ "SakuraVertical": "Verticale Sakura",
+ "Violet": "Klassiek viooltje",
+ "VioletVertical": "Verticale Violet",
+ "Hazyblue": "Klassieke Hazyblue",
+ "HazyblueVertical": "Verticale Hazyblue"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Import.json b/application/Espo/Resources/i18n/nl_NL/Import.json
index 0e1a82cc87..4ae3ed4d4d 100644
--- a/application/Espo/Resources/i18n/nl_NL/Import.json
+++ b/application/Espo/Resources/i18n/nl_NL/Import.json
@@ -1,34 +1,68 @@
{
- "labels": {
- "Revert Import": "Revert Import",
- "Return to Import": "Voor Import geef Enter",
- "Run Import": "Start Importeren",
- "Back": "Terug",
- "Field Mapping": "Velden Overzicht",
- "Default Values": "Voorkeur waarden",
- "Add Field": "Veld toevoegen",
- "Created": "Gemaakt",
- "Updated": "Geupdate",
- "Result": "Resultaat",
- "Show records": "Toon Velden",
- "Remove Duplicates": "Remove Duplicates",
- "importedCount": "Imported (count)",
- "duplicateCount": "Duplicates (count)",
- "updatedCount": "Updated (count)",
- "Create Only": "Create Only",
- "Create and Update": "Create & Update",
- "Update Only": "Update Only",
- "Update by": "Update by"
- },
- "messages": {
- "utf8": "Should be UTF-8 encoded",
- "duplicatesRemoved": "Duplicates removed"
- },
- "fields": {
- "file": "Bestand",
- "entityType": "Entity Type",
- "imported": "Imported Records",
- "duplicates": "Duplicate Records",
- "updated": "Updated Records"
+ "labels": {
+ "Return to Import": "Voor Import geef Enter",
+ "Run Import": "Start Importeren",
+ "Back": "Terug",
+ "Field Mapping": "Velden Overzicht",
+ "Default Values": "Voorkeur waarden",
+ "Add Field": "Veld toevoegen",
+ "Created": "Gemaakt",
+ "Updated": "Geupdate",
+ "Result": "Resultaat",
+ "Show records": "Toon Velden",
+ "Set as Not Duplicate": "Instellen als niet dupliceren",
+ "File (CSV)": "Bestand (CSV)",
+ "First Row Value": "Eerste rijwaarde",
+ "Skip": "overslaan",
+ "Header Row Value": "Header rij-waarde ",
+ "Field": "veld",
+ "What to Import?": "Wat te importeren",
+ "Entity Type": "Type entiteit",
+ "What to do?": "Wat uit te voeren?",
+ "Properties": "Eigenschappen",
+ "Header Row": "Eerste rij",
+ "Person Name Format": "Format persoonsnaam",
+ "John Smith": "Johan Visser",
+ "Smith John": "Visser Johan",
+ "Smith, John": "Visser, Johan",
+ "Field Delimiter": "scheidingsteken tussen velden",
+ "Date Format": "Datumnotatie",
+ "Decimal Mark": "Decimaal teken",
+ "Text Qualifier": "Tekstkwalificatie",
+ "Time Format": "Tijd formaat",
+ "Currency": "Valuta",
+ "Preview": "Voorbeeld",
+ "Next": "volgende",
+ "Step 1": "Stap 1",
+ "Step 2": "Stap 2",
+ "Double Quote": "Dubbele aanhalingstekens",
+ "Single Quote": "enkel aanhalingsteken",
+ "Imported": "geïmporteerd",
+ "Duplicates": "duplicaten",
+ "Skip searching for duplicates": "Sla zoeken naar duplicaten over",
+ "Timezone": "Tijdzone",
+ "Remove Import Log": "Importlog verwijderen",
+ "New Import": "Nieuwe import",
+ "Import Results": "Resultaten importeren",
+ "Silent Mode": "Stille modus"
+ },
+ "fields": {
+ "file": "Bestand"
+ },
+ "messages": {
+ "inIdle": "Uitvoeren in idle (voor big data; via cron)",
+ "revert": "Hiermee worden alle geïmporteerde records permanent verwijderd.",
+ "removeDuplicates": "Hiermee worden alle geïmporteerde records permanent verwijderd die als duplicaten werden herkend.",
+ "confirmRevert": "Hiermee worden alle geïmporteerde records permanent verwijderd. Weet je het zeker?",
+ "confirmRemoveDuplicates": "Hiermee worden alle geïmporteerde records permanent verwijderd die als duplicaten werden herkend. Weet je het zeker?",
+ "confirmRemoveImportLog": "Hiermee wordt het importlogboek verwijderd. Alle geïmporteerde records worden bewaard. U kunt de importresultaten niet terugdraaien. Weet je zeker dat je?",
+ "removeImportLog": "Hiermee wordt het importlogboek verwijderd. Alle geïmporteerde records worden bewaard. Gebruik het als u zeker weet dat het importeren goed gaat."
+ },
+ "options": {
+ "status": {
+ "Failed": "Mislukt",
+ "In Process": "Bezig met importeren",
+ "Complete": "Compleet"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/InboundEmail.json b/application/Espo/Resources/i18n/nl_NL/InboundEmail.json
index bfb0b8ccb0..b0985f7870 100644
--- a/application/Espo/Resources/i18n/nl_NL/InboundEmail.json
+++ b/application/Espo/Resources/i18n/nl_NL/InboundEmail.json
@@ -1,57 +1,58 @@
{
- "fields": {
- "name": "Record Naam",
- "emailAddress": "E-mailadres",
- "team": "Groep",
- "status": "Status",
- "assignToUser": "Assign to User",
- "host": "Host",
- "username": "Gebruikersnaam",
- "password": "Wachtwoord",
- "port": "Poort",
- "monitoredFolders": "Gecontroleerde Folders",
- "trashFolder": "Trash Folder",
- "ssl": "SSL",
- "createCase": "Create Case",
- "reply": "Auto-Reply",
- "caseDistribution": "Case Distribution",
- "replyEmailTemplate": "Reply Email Template",
- "replyFromAddress": "Reply From Address",
- "replyToAddress": "Reply To Address",
- "replyFromName": "Reply From Name",
- "targetUserPosition": "Target User Position",
- "fetchSince": "Opgehaald Vanaf"
+ "fields": {
+ "name": "Record Naam",
+ "emailAddress": "E-mailadres",
+ "username": "Gebruikersnaam",
+ "password": "Wachtwoord",
+ "port": "Poort",
+ "monitoredFolders": "Gecontroleerde Folders",
+ "fetchSince": "Opgehaald Vanaf",
+ "addAllTeamUsers": "Voor alle teamgebruikers",
+ "team": "Groep",
+ "sentFolder": "Verzonden map",
+ "storeSentEmails": "Verzonden e-mails opslaan",
+ "useSmtp": "Gebruik SMTP",
+ "smtpHost": "SMTP-host",
+ "smtpPort": "SMTP-poort",
+ "smtpSecurity": "SMTP-beveiliging",
+ "smtpUsername": "SMTP-gebruikersnaam",
+ "smtpPassword": "SMTP-wachtwoord",
+ "fromName": "Van naam",
+ "smtpIsShared": "SMTP is gedeeld",
+ "smtpIsForMassEmail": "SMTP Is voor massa-e-mail",
+ "useImap": "Ophalen van e-mails",
+ "keepFetchedEmailsUnread": "Ongelezen e-mailberichten ongelezen houden"
+ },
+ "options": {
+ "status": {
+ "Active": "Actief",
+ "Inactive": "Inactief"
},
- "tooltips": {
- "reply": "Notify email senders that their emails has been received.\n\n Only one email will be sent to a particular recipient during some period of time to prevent looping.",
- "createCase": "Automatically create case from incoming emails.",
- "replyToAddress": "Specify email address of this mailbox to make responses come here.",
- "caseDistribution": "How cases will be assigned to. Assigned directly to the user or among the team.",
- "assignToUser": "User emails/cases will be assigned to.",
- "team": "Team emails/cases will be related to.",
- "targetUserPosition": "Define the position of users which will be destributed with cases."
- },
- "links": {
- "filters": "Filters"
- },
- "options": {
- "status": {
- "Active": "Actief",
- "Inactive": "Inactief"
- },
- "caseDistribution": {
- "Direct-Assignment": "Direct-Assignment",
- "Round-Robin": "Round-Robin",
- "Least-Busy": "Least-Busy"
- }
- },
- "labels": {
- "Create InboundEmail": "E-mail Account Aanmaken",
- "IMAP": "IMAP",
- "Actions": "Acties",
- "Main": "Hoofd"
- },
- "messages": {
- "couldNotConnectToImap": "Kan geen verbinding maken met IMAP server"
+ "caseDistribution": {
+ "": "Geen"
}
-}
+ },
+ "labels": {
+ "Create InboundEmail": "E-mail Account Aanmaken",
+ "Actions": "Acties",
+ "Main": "Hoofd"
+ },
+ "messages": {
+ "couldNotConnectToImap": "Kan geen verbinding maken met IMAP server"
+ },
+ "tooltips": {
+ "assignToUser": "User emails/cases will be assigned to.",
+ "team": "Team emails/cases will be related to.",
+ "teams": "E-mails van teams worden toegewezen.",
+ "addAllTeamUsers": "E-mails worden weergegeven in de Inbox van alle gebruikers van opgegeven teams.",
+ "targetUserPosition": "Define the position of users which will be destributed with cases.",
+ "monitoredFolders": "Meerdere mappen moeten gescheiden worden door een komma.",
+ "smtpIsShared": "Indien ingeschakeld, kunnen gebruikers e-mails verzenden met behulp van deze SMTP. De beschikbaarheid wordt bepaald door Rollen via de toestemming van de Group Email Account.",
+ "smtpIsForMassEmail": "Indien ingeschakeld, is SMTP beschikbaar voor Massa-e-mail.",
+ "storeSentEmails": "Verzonden e-mails worden opgeslagen op de IMAP-server."
+ },
+ "links": {
+ "emails": "emails",
+ "assignToUser": "Toewijzen aan gebruiker"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Integration.json b/application/Espo/Resources/i18n/nl_NL/Integration.json
index 10b6cf52f6..c9a46e8a03 100644
--- a/application/Espo/Resources/i18n/nl_NL/Integration.json
+++ b/application/Espo/Resources/i18n/nl_NL/Integration.json
@@ -1,15 +1,13 @@
{
- "fields": {
- "enabled": "Geactiveerd",
- "clientId": "Client ID",
- "clientSecret": "Client Geheim",
- "redirectUri": "Redirect URI"
- },
- "messages": {
- "selectIntegration": "Selecteer een integratie in het menu.",
- "noIntegrations": "No Integrations is available."
- },
- "help": {
- "Google": "
Obtain OAuth 2.0 credentials from the Google Developers Console.
Visit Google Developers Console to obtain OAuth 2.0 credentials such as a Client ID and Client Secret that are known to both Google and EspoCRM application.
" - } -} + "fields": { + "enabled": "Geactiveerd", + "clientSecret": "Client Geheim", + "apiKey": "API sleutel" + }, + "messages": { + "selectIntegration": "Selecteer een integratie in het menu." + }, + "help": { + "GoogleMaps": " Verkrijg API-sleutel hier . p>"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Job.json b/application/Espo/Resources/i18n/nl_NL/Job.json
index c1c5d7e0df..dd035d3bea 100644
--- a/application/Espo/Resources/i18n/nl_NL/Job.json
+++ b/application/Espo/Resources/i18n/nl_NL/Job.json
@@ -1,20 +1,23 @@
{
- "fields": {
- "status": "Status",
- "executeTime": "Execute At",
- "attempts": "Attempts Left",
- "failedAttempts": "Failed Attempts",
- "serviceName": "Service",
- "method": "Method",
- "scheduledJob": "Geplande Opdracht",
- "data": "Data"
- },
- "options": {
- "status": {
- "Pending": "In afwachting",
- "Success": "Success",
- "Running": "Running",
- "Failed": "Failed"
- }
+ "fields": {
+ "failedAttempts": "Pogingen Mislukt",
+ "scheduledJob": "Geplande Opdracht",
+ "method": "Method",
+ "scheduledJobJob": "Geplande taaknaam",
+ "executedAt": "Uitgevoerd bij",
+ "startedAt": "Begonnen bij",
+ "targetType": "Doeltype",
+ "targetId": "Doel-ID",
+ "number": "Aantal",
+ "queue": "Wachtrij",
+ "job": "Baan"
+ },
+ "options": {
+ "status": {
+ "Pending": "In afwachting",
+ "Success": "Succesvol",
+ "Running": "bezig",
+ "Failed": "Mislukt"
}
+ }
}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/LayoutManager.json b/application/Espo/Resources/i18n/nl_NL/LayoutManager.json
index e1f4e7e36d..5518d0c02e 100644
--- a/application/Espo/Resources/i18n/nl_NL/LayoutManager.json
+++ b/application/Espo/Resources/i18n/nl_NL/LayoutManager.json
@@ -1,14 +1,22 @@
{
- "fields": {
- "width": "Width (%)",
- "link": "Link",
- "notSortable": "Not Sortable",
- "align": "Align"
- },
- "options": {
- "align": {
- "left": "Left",
- "right": "Right"
- }
+ "fields": {
+ "panelName": "Paneelnaam",
+ "style": "Stijl",
+ "isLarge": "Grote lettergrootte",
+ "dynamicLogicVisible": "Condities waardoor paneel zichtbaar is"
+ },
+ "options": {
+ "style": {
+ "default": "Standaard",
+ "success": "Succesvol",
+ "danger": "Gevaar",
+ "info": "info",
+ "warning": "Waarschuwing",
+ "primary": "primair"
}
-}
+ },
+ "labels": {
+ "New panel": "Nieuw paneel",
+ "Layout": "lay-out"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/LeadCapture.json b/application/Espo/Resources/i18n/nl_NL/LeadCapture.json
new file mode 100644
index 0000000000..87df066e6c
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/LeadCapture.json
@@ -0,0 +1,38 @@
+{
+ "fields": {
+ "name": "Naam",
+ "campaign": "Campagne",
+ "isActive": "Is actief",
+ "subscribeToTargetList": "Abonneer je op de doellijst",
+ "subscribeContactToTargetList": "Abonneren Contactpersoon als dit bestaat",
+ "targetList": "Doellijst",
+ "fieldList": "Payload-velden",
+ "optInConfirmationEmailTemplate": "Opt-in bevestiging e-mailsjabloon",
+ "optInConfirmationLifetime": "Opt-in bevestiging levensduur (uren)",
+ "optInConfirmationSuccessMessage": "Tekst die moet worden weergegeven na bevestiging van de opt-in",
+ "apiKey": "API sleutel",
+ "targetTeam": "Target team",
+ "exampleRequestMethod": "Methode",
+ "exampleRequestPayload": "payload"
+ },
+ "links": {
+ "targetList": "Doellijst",
+ "campaign": "Campagne",
+ "optInConfirmationEmailTemplate": "Opt-in bevestiging e-mailsjabloon",
+ "targetTeam": "Target team"
+ },
+ "labels": {
+ "Create LeadCapture": "Creëer ingangspunt",
+ "Generate New API Key": "Genereer nieuwe API-sleutel",
+ "Request": "Verzoek",
+ "Confirm Opt-In": "Opt-in bevestigen"
+ },
+ "messages": {
+ "generateApiKey": "Maak een nieuwe API-sleutel",
+ "optInConfirmationExpired": "Opt-in bevestigingslink is verlopen.",
+ "optInIsConfirmed": "Opt-in is bevestigd."
+ },
+ "tooltips": {
+ "optInConfirmationSuccessMessage": "Markdown wordt ondersteund."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/LeadCaptureLogRecord.json b/application/Espo/Resources/i18n/nl_NL/LeadCaptureLogRecord.json
new file mode 100644
index 0000000000..3eecc00cbb
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/LeadCaptureLogRecord.json
@@ -0,0 +1,12 @@
+{
+ "fields": {
+ "number": "Aantal",
+ "data": "Gegevens",
+ "target": "Doelwit",
+ "createdAt": "Ingevoerd om",
+ "isCreated": "Is lead gemaakt"
+ },
+ "links": {
+ "target": "Doelwit"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Note.json b/application/Espo/Resources/i18n/nl_NL/Note.json
index f59f2581df..a9e22ba23d 100644
--- a/application/Espo/Resources/i18n/nl_NL/Note.json
+++ b/application/Espo/Resources/i18n/nl_NL/Note.json
@@ -1,11 +1,33 @@
{
- "fields": {
- "post": "Post",
- "attachments": "Bijlagen"
- },
- "filters": {
- "all": "Alles",
- "posts": "Posts",
- "updates": "Updates"
+ "fields": {
+ "attachments": "Bijlagen",
+ "targetType": "Doel",
+ "users": "Gebruikers",
+ "portals": "portals",
+ "isGlobal": "Is wereldwijd",
+ "isInternal": "Is intern (voor interne gebruikers)",
+ "related": "Verwant",
+ "createdByGender": "Gemaakt door geslacht",
+ "data": "Gegevens",
+ "number": "Aantal"
+ },
+ "filters": {
+ "all": "Alles"
+ },
+ "messages": {
+ "writeMessage": "Schrijf je bericht hier"
+ },
+ "options": {
+ "targetType": {
+ "self": "Voor mezelf",
+ "users": "voor bepaalde gebruiker (s)",
+ "teams": "naar een specifiek team (s)",
+ "all": "voor alle interne gebruikers",
+ "portals": "voor portalgebruikers"
}
-}
+ },
+ "links": {
+ "superParent": "Super ouder",
+ "related": "Verwant"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Portal.json b/application/Espo/Resources/i18n/nl_NL/Portal.json
new file mode 100644
index 0000000000..878274eb68
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/Portal.json
@@ -0,0 +1,35 @@
+{
+ "fields": {
+ "name": "Naam",
+ "url": "Web adres",
+ "portalRoles": "Rollen",
+ "isActive": "Is actief",
+ "isDefault": "Is standaard",
+ "tabList": "Lijst tabbladen",
+ "quickCreateList": "Lijst \"Snelle invoer\"",
+ "theme": "Thema",
+ "language": "Taal",
+ "dashboardLayout": "Dashboard vormgeving",
+ "dateFormat": "Datum formaat",
+ "timeFormat": "Tijd formaat",
+ "timeZone": "Tijdzone",
+ "weekStart": "Eerste dag van de week",
+ "defaultCurrency": "Standaard valuta",
+ "customUrl": "Eigen URL",
+ "customId": "Aangepaste ID"
+ },
+ "links": {
+ "users": "gebruikers",
+ "portalRoles": "Rollen",
+ "notes": "Notities"
+ },
+ "tooltips": {
+ "portalRoles": "Gespecificeerde portalrollen worden toegepast op alle gebruikers van dit portaal."
+ },
+ "labels": {
+ "Create Portal": "Maak een portaal",
+ "User Interface": "Gebruikersinterface",
+ "General": "Algemeen",
+ "Settings": "instellingen"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/PortalRole.json b/application/Espo/Resources/i18n/nl_NL/PortalRole.json
new file mode 100644
index 0000000000..dad8964b24
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/PortalRole.json
@@ -0,0 +1,18 @@
+{
+ "links": {
+ "users": "gebruikers"
+ },
+ "labels": {
+ "Access": "Toegang",
+ "Create PortalRole": "Maak portalrol aan",
+ "Field Level": "Veldniveau"
+ },
+ "fields": {
+ "exportPermission": "Machtiging exporteren",
+ "massUpdatePermission": "Massa update rechten"
+ },
+ "tooltips": {
+ "exportPermission": "Bepaalt of portalgebruikers de mogelijkheid hebben om records te exporteren.",
+ "massUpdatePermission": "Definieert of portaalgebruikers de mogelijkheid hebben om massaal records bij te werken."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/PortalUser.json b/application/Espo/Resources/i18n/nl_NL/PortalUser.json
new file mode 100644
index 0000000000..81b07bbf95
--- /dev/null
+++ b/application/Espo/Resources/i18n/nl_NL/PortalUser.json
@@ -0,0 +1,5 @@
+{
+ "labels": {
+ "Create PortalUser": "Maak een portalgebruiker"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Preferences.json b/application/Espo/Resources/i18n/nl_NL/Preferences.json
index fbc3c17bbe..d7567439f8 100644
--- a/application/Espo/Resources/i18n/nl_NL/Preferences.json
+++ b/application/Espo/Resources/i18n/nl_NL/Preferences.json
@@ -1,48 +1,54 @@
{
- "fields": {
- "dateFormat": "Datumnotatie",
- "timeFormat": "Tijdnotatie",
- "timeZone": "Tijdzone",
- "weekStart": "Eerste dag van de Week",
- "thousandSeparator": "Duizendtal scheidingsteken",
- "decimalMark": "Decimaal scheidingsteken",
- "defaultCurrency": "Standaard Valuta",
- "currencyList": "Valuta Lijst",
- "language": "Taal",
- "smtpServer": "Server",
- "smtpPort": "Poort",
- "smtpAuth": "Auth",
- "smtpSecurity": "Beveiliging",
- "smtpUsername": "Gebruikersnaam",
- "emailAddress": "E-mail",
- "smtpPassword": "Wachtwoord",
- "smtpEmailAddress": "E-mailadres",
- "exportDelimiter": "Scheidingsteken Export",
- "receiveAssignmentEmailNotifications": "Ontvang bevestiging toewijzingen per email.",
- "autoFollowEntityTypeList": "Auto-Follow",
- "signature": "Email Signature",
- "dashboardTabList": "Tab List",
- "defaultReminders": "Default Reminders",
- "theme": "Theme",
- "useCustomTabList": "Custom Tab List",
- "tabList": "Tab List"
- },
- "links": {
- },
- "options": {
- "weekStart": {
- "0": "Zondag",
- "1": "Maandag"
- }
- },
- "labels": {
- "Notifications": "Meldingen",
- "User Interface": "Gebruikers Interface",
- "SMTP": "SMTP",
- "Misc": "Versch.",
- "Locale": "Lokaal"
- },
- "tooltips": {
- "autoFollowEntityTypeList": "User will automatically follow all new records of the selected entity types, will see information in the stream and receive notifications."
+ "fields": {
+ "dateFormat": "Datumnotatie",
+ "timeFormat": "Tijdnotatie",
+ "timeZone": "Tijdzone",
+ "weekStart": "Eerste dag van de Week",
+ "thousandSeparator": "Duizendtal scheidingsteken",
+ "decimalMark": "Decimaal scheidingsteken",
+ "defaultCurrency": "Standaard Valuta",
+ "currencyList": "Valuta Lijst",
+ "language": "Taal",
+ "smtpPort": "Poort",
+ "smtpSecurity": "Beveiliging",
+ "smtpUsername": "Gebruikersnaam",
+ "emailAddress": "E-mail",
+ "smtpPassword": "Wachtwoord",
+ "smtpEmailAddress": "E-mailadres",
+ "exportDelimiter": "Scheidingsteken Export",
+ "useCustomTabList": "Eigen Tab List",
+ "receiveAssignmentEmailNotifications": "Ontvang bevestiging toewijzingen per email.",
+ "receiveMentionEmailNotifications": "E-mailmeldingen over vermeldingen in berichten",
+ "receiveStreamEmailNotifications": "E-mailmeldingen over berichten en statusupdates",
+ "dashboardLayout": "Dashboardindeling",
+ "emailReplyForceHtml": "E-mailantwoord in HTML",
+ "autoFollowEntityTypeList": "Auto-Follow",
+ "emailReplyToAllByDefault": "Standaard e-mail beantwoorden",
+ "doNotFillAssignedUserIfNotRequired": "Vul de toegewezen gebruiker niet vooraf in bij het maken van een record",
+ "followEntityOnStreamPost": "Record automatisch volgen na plaatsing in Stream",
+ "followCreatedEntities": "Automatisch gemaakte records volgen",
+ "followCreatedEntityTypeList": "Automatisch gemaakte records van specifieke entiteitstypen volgen",
+ "emailUseExternalClient": "Gebruik een externe e-mailclient",
+ "scopeColorsDisabled": "Schakel bereikkleuren uit",
+ "tabColorsDisabled": "Tabtabellen uitschakelen"
+ },
+ "options": {
+ "weekStart": {
+ "0": "Zondag",
+ "1": "Maandag"
}
-}
+ },
+ "labels": {
+ "Notifications": "Meldingen",
+ "User Interface": "Gebruikers Interface",
+ "Misc": "Versch.",
+ "Locale": "Lokaal",
+ "Reset Dashboard to Default": "Dashboard opnieuw instellen op standaard"
+ },
+ "tooltips": {
+ "autoFollowEntityTypeList": "User will automatically follow all new records of the selected entity types, will see information in the stream and receive notifications.",
+ "doNotFillAssignedUserIfNotRequired": "Wanneer Create record toegewezen gebruiker zal niet worden gevuld met eigen gebruiker, tenzij het veld is vereist.",
+ "followCreatedEntities": "Wanneer nieuwe records worden gemaakt, worden deze automatisch gevolgd, zelfs als deze aan een andere gebruiker zijn toegewezen.",
+ "followCreatedEntityTypeList": "Wanneer nieuwe records van geselecteerde entiteitstypen worden gemaakt, worden deze automatisch gevolgd, zelfs als deze aan een andere gebruiker zijn toegewezen."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Role.json b/application/Espo/Resources/i18n/nl_NL/Role.json
index 2944cc5fd5..e4f3b8f917 100644
--- a/application/Espo/Resources/i18n/nl_NL/Role.json
+++ b/application/Espo/Resources/i18n/nl_NL/Role.json
@@ -1,42 +1,53 @@
{
- "fields": {
- "name": "Record Naam",
- "roles": "Functies",
- "assignmentPermission": "Assignment Permission",
- "userPermission": "User Permission"
+ "fields": {
+ "name": "Record Naam",
+ "roles": "Functies",
+ "portalPermission": "Portaal toestemming",
+ "groupEmailAccountPermission": "Groep e-mailaccount toestemming",
+ "exportPermission": "Machtiging exporteren",
+ "dataPrivacyPermission": "Data Privacy Toestemming",
+ "massUpdatePermission": "Massa update rechten"
+ },
+ "links": {
+ "users": "Gebruikers",
+ "teams": "Groepen"
+ },
+ "tooltips": {
+ "assignmentPermission": "Allows to restrict an ability for users to assign records to other users.\n\nall - no restriction\n\nteam - can assign to users from own teams\n\nno - can assign only to self",
+ "userPermission": "Allows users to view activities of other users.\n\nall - can view all\n\nteam - can view user's activities from own teams\n\nno - can't view",
+ "portalPermission": "Definieert een toegang tot portalinformatie, mogelijkheid om berichten naar portalgebruikers te posten.",
+ "groupEmailAccountPermission": "Definieert een toegang tot groeps E-mail accounts, een mogelijkheid om e-mails te verzenden vanuit groep SMTP.",
+ "dataPrivacyPermission": "Toestaan om persoonlijke gegevens te bekijken en te wissen.",
+ "exportPermission": "Bepaalt of gebruikers de mogelijkheid hebben om records te exporteren.",
+ "massUpdatePermission": "Definieert of gebruikers de mogelijkheid hebben om massaal records bij te werken."
+ },
+ "labels": {
+ "Access": "Toegang",
+ "Create Role": "Functie aanmaken",
+ "Field Level": "Veldniveau"
+ },
+ "options": {
+ "accessList": {
+ "not-set": "niet-actief",
+ "enabled": "ingeschakeld",
+ "disabled": "uitgeschakeld"
},
- "links": {
- "users": "Gebruikers",
- "teams": "Groepen"
- },
- "tooltips": {
- "assignmentPermission": "Allows to restrict an ability for users to assign records to other users.\n\nall - no restriction\n\nteam - can assign to users from own teams\n\nno - can assign only to self",
- "userPermission": "Allows users to view activities of other users.\n\nall - can view all\n\nteam - can view user's activities from own teams\n\nno - can't view"
- },
- "labels": {
- "Access": "Toegang",
- "Create Role": "Functie aanmaken"
- },
- "options": {
- "accessList": {
- "not-set": "niet-actief",
- "enabled": "ingeschakeld",
- "disabled": "uitgeschakeld"
- },
- "levelList": {
- "all": "allemaal",
- "team": "team",
- "own": "eigen",
- "no": "nee",
- "not-set": "niet-actief"
- }
- },
- "actions": {
- "read": "Lees",
- "edit": "Bewerken",
- "delete": "Verwijder"
- },
- "messages": {
- "changesAfterClearCache": "Alle wijzigingen in een toegangscontrolesysteem worden toegepast nadat de cache is geschoond."
+ "levelList": {
+ "all": "allemaal",
+ "own": "eigen",
+ "no": "nee",
+ "yes": "ja",
+ "not-set": "niet-actief"
}
-}
+ },
+ "actions": {
+ "read": "Lees",
+ "edit": "Bewerken",
+ "delete": "Verwijder",
+ "stream": "Stroom",
+ "create": "creëren"
+ },
+ "messages": {
+ "changesAfterClearCache": "Alle wijzigingen in een toegangscontrolesysteem worden toegepast nadat de cache is geschoond."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/ScheduledJob.json b/application/Espo/Resources/i18n/nl_NL/ScheduledJob.json
index 7fa298b53c..4a3fb96e5d 100644
--- a/application/Espo/Resources/i18n/nl_NL/ScheduledJob.json
+++ b/application/Espo/Resources/i18n/nl_NL/ScheduledJob.json
@@ -1,35 +1,31 @@
{
- "fields": {
- "name": "Record Naam",
- "status": "Status",
- "job": "Job",
- "scheduling": "Scheduling (crontab notatie)"
+ "fields": {
+ "name": "Record Naam",
+ "scheduling": "Scheduling (crontab notatie)"
+ },
+ "labels": {
+ "Create ScheduledJob": "Geplande Opdracht Aanmaken"
+ },
+ "options": {
+ "job": {
+ "Cleanup": "Opschonen",
+ "CheckInboundEmails": "Controleer Binnenkomende E-mails",
+ "SendEmailReminders": "Stuur Herinnering Email",
+ "SendEmailNotifications": "Verzend e-mailmeldingen",
+ "CheckNewVersion": "Controleer op nieuwe versie"
},
- "links": {
- "log": "Log"
+ "cronSetup": {
+ "linux": "Opgelet; Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
+ "mac": "Opgelet; Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
+ "windows": "Opgelet: Maak een batch bestand met de volgende commando's om de geplande opdrachten voor Espo onder Windows te gebruiken:",
+ "default": "Opgelet: Voeg deze regel toe aan de Cron Job (geplande opdracht):"
},
- "labels": {
- "Create ScheduledJob": "Geplande Opdracht Aanmaken"
- },
- "options": {
- "job": {
- "Cleanup": "Opschonen",
- "CheckInboundEmails": "Controleer Binnenkomende Emails",
- "CheckEmailAccounts": "Check Personal Email Accounts",
- "SendEmailReminders": "Stuur Herinnering Email"
- },
- "cronSetup": {
- "linux": "Opgelet; Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
- "mac": "Opgelet; Voeg deze regel toe aan uw crontab bestand tbv de geplande Espo opdrachten:",
- "windows": "Opgelet: Maak een batch bestand met de volgende commando's om de geplande opdrachten voor Espo onder Windows te gebruiken:",
- "default": "Opgelet: Voeg deze regel toe aan de Cron Job (geplande opdracht):"
- },
- "status": {
- "Active": "Actief",
- "Inactive": "Inactief"
- }
- },
- "tooltips": {
- "scheduling": "Defines when and how often job will be run\n\n*/5 * * * * - every 5 minutes\n\n0 */2 * * * - every 2 hours\n\n30 1 * * * - at 01:30 once a day\n\n0 0 1 * * - on the first day of the month"
+ "status": {
+ "Active": "Actief",
+ "Inactive": "Inactief"
}
-}
+ },
+ "tooltips": {
+ "scheduling": "Defines when and how often job will be run\n\n*/5 * * * * - every 5 minutes\n\n0 */2 * * * - every 2 hours\n\n30 1 * * * - at 01:30 once a day\n\n0 0 1 * * - on the first day of the month"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/ScheduledJobLogRecord.json b/application/Espo/Resources/i18n/nl_NL/ScheduledJobLogRecord.json
index c01fd9028c..845a2a7258 100644
--- a/application/Espo/Resources/i18n/nl_NL/ScheduledJobLogRecord.json
+++ b/application/Espo/Resources/i18n/nl_NL/ScheduledJobLogRecord.json
@@ -1,6 +1,6 @@
{
- "fields": {
- "status": "Status",
- "executionTime": "Start Tijd"
- }
-}
+ "fields": {
+ "executionTime": "Start Tijd",
+ "target": "Doelwit"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Settings.json b/application/Espo/Resources/i18n/nl_NL/Settings.json
index 4c9002dd9c..9950d8f67f 100644
--- a/application/Espo/Resources/i18n/nl_NL/Settings.json
+++ b/application/Espo/Resources/i18n/nl_NL/Settings.json
@@ -1,84 +1,183 @@
{
- "fields": {
- "useCache": "Gebruik Cache",
- "dateFormat": "Datumnotatie",
- "timeFormat": "Tijdnotatie",
- "timeZone": "Tijdzone",
- "weekStart": "Eerste dag van de Week",
- "thousandSeparator": "Duizendtal scheidingsteken",
- "decimalMark": "Decimaal scheidingsteken",
- "defaultCurrency": "Standaard Valuta",
- "baseCurrency": "Basisvaluta",
- "currencyRates": "Tariefwaarden",
- "currencyList": "Valuta Lijst",
- "language": "Taal",
- "companyLogo": "Bedrijfslogo",
- "smtpServer": "Server",
- "smtpPort": "Poort",
- "smtpAuth": "Auth",
- "smtpSecurity": "Beveiliging",
- "smtpUsername": "Gebruikersnaam",
- "emailAddress": "E-mail",
- "smtpPassword": "Wachtwoord",
- "outboundEmailFromName": "Van Naam",
- "outboundEmailFromAddress": "Van Adres",
- "outboundEmailIsShared": "Is Gedeeld",
- "recordsPerPage": "Records per pagina",
- "recordsPerPageSmall": "Records per pagina (Klein)",
- "tabList": "Tab List",
- "quickCreateList": "Lijst aanmaken",
- "exportDelimiter": "Scheidingsteken Export",
- "globalSearchEntityList": "Global Search Entity List",
- "authenticationMethod": "Authenticatie Methode",
- "ldapHost": "Host",
- "ldapPort": "Poort",
- "ldapAuth": "Auth",
- "ldapUsername": "Gebruikersnaam",
- "ldapPassword": "Wachtwoord",
- "ldapBindRequiresDn": "Bind vereist DN",
- "ldapBaseDn": "Basis Dn",
- "ldapAccountCanonicalForm": "Standaard Formulier Gebruiker",
- "ldapAccountDomainName": "Domeinnaam Account",
- "ldapTryUsernameSplit": "Probeer gesplitste Gebruikersnaam",
- "ldapCreateEspoUser": "Gebruiker aanmaken in EspoCRM",
- "ldapSecurity": "Beveiliging",
- "ldapUserLoginFilter": "Gebruikers Login Filter",
- "ldapAccountDomainNameShort": "Korte Gebruikers Domein Naam",
- "ldapOptReferrals": "Opt Referentie",
- "exportDisabled": "Exporteren Uitschakelen (Uitsluitend toegestaan voor Admin)",
- "assignmentNotificationsEntityList": "Entities to Notify about upon Assignment",
- "assignmentEmailNotifications": "Verzend Email na Toewijzing",
- "assignmentEmailNotificationsEntityList": "Entities om over te informeren",
- "b2cMode": "B2C Mode",
- "avatarsDisabled": "Avatar uitschakelen",
- "followCreatedEntities": "Follow Created Entities",
- "displayListViewRecordCount": "Display Total Count (on List View)",
- "theme": "Theme",
- "userThemesDisabled": "Disable User Themes",
- "emailMessageMaxSize": "Email Max Size (Mb)",
- "massEmailMaxPerHourCount": "Max count of emails sent per hour",
- "personalEmailMaxPortionSize": "Max email portion size for a personal account fetching",
- "inboundEmailMaxPortionSize": "Max email portion size for a group account fetching",
- "maxEmailAccountCount": "Max count of personal email accounts per user"
+ "fields": {
+ "useCache": "Gebruik Cache",
+ "dateFormat": "Datumnotatie",
+ "timeFormat": "Tijdnotatie",
+ "timeZone": "Tijdzone",
+ "weekStart": "Eerste dag van de Week",
+ "thousandSeparator": "Duizendtal scheidingsteken",
+ "decimalMark": "Decimaal scheidingsteken",
+ "defaultCurrency": "Standaard Valuta",
+ "baseCurrency": "Basisvaluta",
+ "currencyRates": "Tariefwaarden",
+ "currencyList": "Valuta Lijst",
+ "language": "Taal",
+ "companyLogo": "Bedrijfslogo",
+ "smtpPort": "Poort",
+ "ldapPort": "Poort",
+ "smtpSecurity": "Beveiliging",
+ "ldapSecurity": "Beveiliging",
+ "smtpUsername": "Gebruikersnaam",
+ "emailAddress": "E-mail",
+ "smtpPassword": "Wachtwoord",
+ "ldapPassword": "Wachtwoord",
+ "outboundEmailFromName": "Van Naam",
+ "outboundEmailFromAddress": "Van Adres",
+ "outboundEmailIsShared": "Is Gedeeld",
+ "recordsPerPage": "Records per pagina",
+ "recordsPerPageSmall": "Records per pagina (Klein)",
+ "quickCreateList": "Lijst aanmaken",
+ "exportDelimiter": "Scheidingsteken Export",
+ "authenticationMethod": "Authenticatie Methode",
+ "ldapAccountCanonicalForm": "Standaard Formulier Gebruiker",
+ "ldapAccountDomainName": "Domeinnaam Account",
+ "ldapTryUsernameSplit": "Probeer gesplitste Gebruikersnaam",
+ "ldapCreateEspoUser": "Gebruiker aanmaken in EspoCRM",
+ "ldapUserLoginFilter": "Gebruikers Login Filter",
+ "ldapAccountDomainNameShort": "Korte Gebruikers Domein Naam",
+ "ldapOptReferrals": "Opt Referentie",
+ "exportDisabled": "Exporteren Uitschakelen (Uitsluitend toegestaan voor Admin)",
+ "avatarsDisabled": "Avatar uitschakelen",
+ "personalEmailMaxPortionSize": "Max email portion size for a personal account fetching",
+ "inboundEmailMaxPortionSize": "Max email portion size for a group account fetching",
+ "authTokenLifetime": "Auth Token Lifetime (uren)",
+ "authTokenMaxIdleTime": "Auth Token Max. Inactieve tijd (uren)",
+ "dashboardLayout": "Dashboardindeling (standaard)",
+ "addressPreview": "Adres voorbeeld",
+ "addressFormat": "Adresformaat",
+ "notificationSoundsDisabled": "Stop notificatiegeluiden",
+ "applicationName": "Naam van de applicatie",
+ "ldapUsername": "Gebruikersnaam",
+ "ldapBindRequiresDn": "Bind vereist DN",
+ "ldapBaseDn": "Basis Dn",
+ "ldapUserNameAttribute": "Gebruikersnaamkenmerk",
+ "ldapUserObjectClass": "Gebruiker ObjectClass",
+ "ldapUserTitleAttribute": "Gebruikerstitelkenmerk",
+ "ldapUserFirstNameAttribute": "Voornaam gebruiker kenmerk",
+ "ldapUserLastNameAttribute": "Gebruikersnaam gebruikersnaam",
+ "ldapUserEmailAddressAttribute": "E-mailadres van gebruiker",
+ "ldapUserTeams": "Gebruikers teams",
+ "ldapUserDefaultTeam": "Gebruiker standaard team",
+ "ldapUserPhoneNumberAttribute": "Gebruikerstelefoonkenmerk",
+ "assignmentNotificationsEntityList": "Entities to Notify about upon Assignment",
+ "assignmentEmailNotifications": "Verzend Email na Toewijzing",
+ "assignmentEmailNotificationsEntityList": "Entities om over te informeren",
+ "streamEmailNotifications": "Meldingen over updates in Stream voor interne gebruikers",
+ "portalStreamEmailNotifications": "Meldingen over updates in Stream voor portalgebruikers",
+ "streamEmailNotificationsEntityList": "Stream e-mailmeldingen scopes",
+ "calendarEntityList": "Kalenderentiteitslijst",
+ "mentionEmailNotifications": "Stuur e-mailmeldingen over vermeldingen in berichten",
+ "massEmailDisableMandatoryOptOutLink": "Schakel de verplichte opt-outlink uit",
+ "activitiesEntityList": "Activiteiten Entiteitenlijst",
+ "historyEntityList": "Geschiedenis-entiteitenlijst",
+ "currencyFormat": "Valuta-indeling",
+ "currencyDecimalPlaces": "Valuta-decimale plaatsen",
+ "aclStrictMode": "ACL Strict-modus",
+ "followCreatedEntities": "Follow Created Entities",
+ "aclAllowDeleteCreated": "Toestaan om gecreëerde records te verwijderen",
+ "adminNotifications": "Systeemmeldingen in administratiepaneel",
+ "adminNotificationsNewVersion": "Melding weergeven wanneer nieuwe EspoCRM-versie beschikbaar is",
+ "massEmailMaxPerHourCount": "Max count of emails sent per hour",
+ "maxEmailAccountCount": "Max count of personal email accounts per user",
+ "streamEmailNotificationsTypeList": "Wat te melden?",
+ "authTokenPreventConcurrent": "Slechts één auth-token per gebruiker",
+ "scopeColorsDisabled": "Schakel bereikkleuren uit",
+ "tabColorsDisabled": "Tabtabellen uitschakelen",
+ "tabIconsDisabled": "Schakel tab pictogrammen uit",
+ "textFilterUseContainsForVarchar": "Gebruik de operator 'contains' bij het filteren van varchar-velden",
+ "emailAddressIsOptedOutByDefault": "Markeer nieuwe e-mailadressen als opt-out",
+ "outboundEmailBccAddress": "BCC-adres voor externe klanten",
+ "adminNotificationsNewExtensionVersion": "Toon een melding wanneer er nieuwe versies van extensies beschikbaar zijn",
+ "cleanupDeletedRecords": "Verwijderde records opschonen",
+ "ldapPortalUserLdapAuth": "Gebruik LDAP-authenticatie voor gebruikers van het portaal",
+ "ldapPortalUserPortals": "Standaardportalen voor een portaalgebruiker",
+ "ldapPortalUserRoles": "Standaard rollen voor een portaalgebruiker",
+ "addressCountryList": "Adres/Land autocomplete lijst",
+ "fiscalYearShift": "Start financieel jaar",
+ "jobRunInParallel": "Parallel gelijktijdige opdrachten",
+ "jobMaxPortion": "Opdrachten Max. portie",
+ "daemonMaxProcessNumber": "Daemon Max Procesnummer",
+ "addressCityList": "Adres/Stad Autocomplete lijst",
+ "addressStateList": "Adres/staat Autocomplete lijst",
+ "cronDisabled": "Cron Uitschakelen",
+ "maintenanceMode": "Onderhoudsmodus",
+ "useWebSocket": "WebSocket gebruiken",
+ "emailNotificationsDelay": "Vertraging van e-mailberichten (in seconden)"
+ },
+ "options": {
+ "weekStart": {
+ "0": "Zondag",
+ "1": "Maandag"
},
- "options": {
- "weekStart": {
- "0": "Zondag",
- "1": "Maandag"
- }
+ "currencyFormat": {
+ "2": "$ 10"
},
- "tooltips": {
- "recordsPerPageSmall": "Aantal records in relatie kaders."
- },
- "labels": {
- "System": "Systeem",
- "Locale": "Lokaal",
- "SMTP": "SMTP",
- "Configuration": "Configuratie",
- "In-app Notifications": "In-app Notifications",
- "Email Notifications": "Email Notifications",
- "Currency Settings": "Valutainstellingen",
- "Currency Rates": "Currency Rates",
- "Mass Email": "Mass Email"
+ "streamEmailNotificationsTypeList": {
+ "Post": "berichten",
+ "EmailReceived": "Ontvangen e-mails"
}
-}
+ },
+ "tooltips": {
+ "recordsPerPage": "Aantal zichtbare records in lijsten",
+ "recordsPerPageSmall": "Aantal records in relatie kaders.",
+ "emailMessageMaxSize": "All inbound emails exceeding a specified size will be skipped.",
+ "authTokenLifetime": "Bepaalt hoe lang tokens kunnen bestaan.\n0 - betekent geen verlopen.",
+ "authTokenMaxIdleTime": "Bepaalt hoe lang de laatste toegangstokens kunnen bestaan.\n0 - betekent geen verlopen.",
+ "userThemesDisabled": "Gebruikers kunnen geen ander thema kiezen",
+ "ldapUsername": "De volledige systeemgebruikers-DN waarmee andere gebruikers kunnen worden doorzocht. Bijv. \"CN = LDAP Systeemgebruiker, OU = gebruikers, OU = espocrm, DC = test, DC = lan\".",
+ "ldapPassword": "Het wachtwoord voor toegang tot de LDAP-server.",
+ "ldapAuth": "Toegangsreferenties voor de LDAP-server.",
+ "ldapUserNameAttribute": "Het kenmerk om de gebruiker te identificeren.\nBijv. \"userPrincipalName\" of \"sAMAccountName\" voor Active Directory, \"uid\" voor OpenLDAP.",
+ "ldapUserObjectClass": "ObjectClass-kenmerk voor gebruikers zoeken. Bijv. \"persoon\" voor AD, \"inetOrgPerson\" voor OpenLDAP.",
+ "ldapBindRequiresDn": "De optie om de gebruikersnaam op te maken in het DN-formulier.",
+ "ldapBaseDn": "De standaardbasis-DN die wordt gebruikt voor het doorzoeken van gebruikers. Bijv. \"OU = gebruikers, OU = espocrm, DC = test, DC = lan\".",
+ "ldapTryUsernameSplit": "De optie om een gebruikersnaam te splitsen met het domein.",
+ "ldapOptReferrals": "als verwijzingen moeten worden gevolgd naar de LDAP-client.",
+ "ldapCreateEspoUser": "Met deze optie kan EspoCRM een gebruiker van de LDAP maken.",
+ "ldapUserFirstNameAttribute": "LDAP-kenmerk dat wordt gebruikt om de voornaam van de gebruiker te bepalen. Bijv. \"gegeven naam\".",
+ "ldapUserLastNameAttribute": "LDAP-kenmerk dat wordt gebruikt om de achternaam van de gebruiker te bepalen. Bijv. \"Sn\".",
+ "ldapUserTitleAttribute": "LDAP-kenmerk dat wordt gebruikt om de gebruikerstitel te bepalen. Bijv. \"titel\".",
+ "ldapUserEmailAddressAttribute": "LDAP-kenmerk dat wordt gebruikt om het e-mailadres van de gebruiker te bepalen. Bijv. \"mail\".",
+ "ldapUserPhoneNumberAttribute": "LDAP-kenmerk dat wordt gebruikt om het gebruikerstelefoonnummer te bepalen. Bijv. \"telefoon nummer\".",
+ "ldapUserLoginFilter": "Het filter waarmee gebruikers die EspoCRM kunnen gebruiken, kunnen worden beperkt. Bijv. \"memberOf = CN = espoGroup, OU = groups, OU = espocrm, DC = test, DC = lan\".",
+ "ldapAccountDomainName": "Het domein dat wordt gebruikt voor autorisatie voor de LDAP-server.",
+ "ldapAccountDomainNameShort": "Het korte domein dat wordt gebruikt voor autorisatie voor de LDAP-server.",
+ "ldapUserTeams": "Teams voor aangemaakte gebruiker. Zie gebruikersprofiel voor meer informatie.",
+ "ldapUserDefaultTeam": "Standaardteam voor aangemaakte gebruiker. Zie gebruikersprofiel voor meer informatie.",
+ "b2cMode": "Standaard is EspoCRM aangepast voor B2B. U kunt het naar B2C schakelen.",
+ "currencyDecimalPlaces": "Aantal decimalen. Als deze leeg is, worden alle niet-lege decimalen weergegeven.",
+ "aclStrictMode": "Ingeschakeld: toegang tot scopes is verboden als dit niet is opgegeven in rollen.\n\nUitgeschakeld: toegang tot scopes is toegestaan als dit niet is opgegeven in rollen.",
+ "outboundEmailIsShared": "Sta gebruikers toe om e-mails van dit adres te verzenden.",
+ "aclAllowDeleteCreated": "Gebruikers kunnen records verwijderen die ze hebben gemaakt, zelfs als ze geen verwijderingsrechten hebben.",
+ "textFilterUseContainsForVarchar": "Indien niet aangevinkt, dan wordt de 'start met'-operator gebruikt. U kunt het jokerteken '%' gebruiken.",
+ "streamEmailNotificationsEntityList": "E-mailmeldingen over stroomupdates van gevolgde records. Gebruikers ontvangen alleen e-mailmeldingen voor specifieke entiteitstypen.",
+ "authTokenPreventConcurrent": "Gebruikers kunnen niet tegelijkertijd op meerdere apparaten worden aangemeld.",
+ "emailAddressIsOptedOutByDefault": "Bij het creëren van een nieuw record zal e-mailadres worden gemarkeerd als niet-aangemeld.",
+ "cleanupDeletedRecords": "Verwijderde records worden na een tijdje uit de database verwijderd.",
+ "ldapPortalUserLdapAuth": "Sta gebruikers van het portaal toe om LDAP-authenticatie te gebruiken in plaats van Espo-authenticatie.",
+ "ldapPortalUserPortals": "Standaardportalen voor gemaakte portalen voor de gebruiker",
+ "ldapPortalUserRoles": "Standaard rollen voor gemaakte Portaal gebruiker",
+ "jobRunInParallel": "Opdrachten zullen in parallelle processen worden uitgevoerd.",
+ "jobPoolConcurrencyNumber": "Maximaal aantal processen lopen gelijktijdig.",
+ "jobMaxPortion": "Maximaal aantal verwerkte opdrachten per opdracht.",
+ "daemonInterval": "Interval tussen proces cron loopt in seconden.",
+ "daemonMaxProcessNumber": "Maximaal aantal cron processen lopen gelijktijdig.",
+ "daemonProcessTimeout": "Maximale uitvoeringstijd (in seconden) toegewezen voor een enkel cronproces.",
+ "cronDisabled": "Cron loopt niet.",
+ "maintenanceMode": "Alleen beheerders hebben toegang tot het systeem."
+ },
+ "labels": {
+ "System": "Systeem",
+ "Locale": "Lokaal",
+ "Configuration": "Configuratie",
+ "Currency Settings": "Valutainstellingen",
+ "Test Connection": "Test verbinding",
+ "Connecting": "Verbinding maken ...",
+ "Activities": "Activiteiten",
+ "Admin Notifications": "Beheerdersmeldingen",
+ "Search": "Zoeken"
+ },
+ "messages": {
+ "ldapTestConnection": "De verbinding is succesvol tot stand gebracht."
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Team.json b/application/Espo/Resources/i18n/nl_NL/Team.json
index 120e9fecda..5903c8fc6e 100644
--- a/application/Espo/Resources/i18n/nl_NL/Team.json
+++ b/application/Espo/Resources/i18n/nl_NL/Team.json
@@ -1,17 +1,20 @@
{
- "fields": {
- "name": "Record Naam",
- "roles": "Functies",
- "positionList": "Overzichtlijst"
- },
- "links": {
- "users": "Gebruikers"
- },
- "tooltips": {
- "roles": "Alle gebruikers van deze groep krijgen de rechten uit de geselecteerde rollen.",
- "positionList": "Beschikbare functies in dit team. Zoals Verkoop, Manager ed."
- },
- "labels": {
- "Create Team": "Groep Aanmaken"
- }
-}
+ "fields": {
+ "name": "Record Naam",
+ "roles": "Functies",
+ "positionList": "Overzichtlijst"
+ },
+ "links": {
+ "users": "Gebruikers",
+ "notes": "Notities",
+ "roles": "Rollen",
+ "inboundEmails": "Groep e-mailaccounts"
+ },
+ "tooltips": {
+ "roles": "Alle gebruikers van deze groep krijgen de rechten uit de geselecteerde rollen.",
+ "positionList": "Beschikbare functies in dit team. Zoals Verkoop, Manager ed."
+ },
+ "labels": {
+ "Create Team": "Groep Aanmaken"
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/Template.json b/application/Espo/Resources/i18n/nl_NL/Template.json
index dca5862524..2f5bc815e7 100644
--- a/application/Espo/Resources/i18n/nl_NL/Template.json
+++ b/application/Espo/Resources/i18n/nl_NL/Template.json
@@ -1,23 +1,33 @@
{
- "fields": {
- "name": "Record Naam",
- "body": "Inhoud",
- "entityType": "Entity Type",
- "header": "Header",
- "footer": "Footer",
- "leftMargin": "Left Margin",
- "topMargin": "Top Margin",
- "rightMargin": "Right Margin",
- "bottomMargin": "Bottom Margin",
- "printFooter": "Print Footer",
- "footerPosition": "Footer Position"
+ "fields": {
+ "name": "Record Naam",
+ "body": "Inhoud",
+ "variables": "Beschikbare placeholders",
+ "pageOrientation": "Paginaoriëntatie",
+ "pageFormat": "Papierformaat",
+ "fontFace": "doopvont",
+ "pageWidth": "Paginabreedte (mm)",
+ "pageHeight": "Pagina Hoogte (mm)"
+ },
+ "tooltips": {
+ "variables": "Kopieer en plak de benodigde tijdelijke aanduiding naar koptekst, hoofdtekst of voettekst."
+ },
+ "options": {
+ "pageOrientation": {
+ "Portrait": "Portret",
+ "Landscape": "Landschap"
},
- "links": {
+ "placeholders": {
+ "today": "Datum van vandaag)",
+ "now": "Nu (datum-tijd)"
},
- "labels": {
- "Create Template": "Create Template"
+ "fontFace": {
+ "courier": "Koerier",
+ "pdfasymbol": "PDFA-symbool",
+ "symbol": "Symbool"
},
- "tooltips": {
- "footer": "Use {pageNumber} to print page number."
+ "pageFormat": {
+ "Custom": "Aangepast"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/application/Espo/Resources/i18n/nl_NL/User.json b/application/Espo/Resources/i18n/nl_NL/User.json
index 60d4e42524..90bd042c4f 100644
--- a/application/Espo/Resources/i18n/nl_NL/User.json
+++ b/application/Espo/Resources/i18n/nl_NL/User.json
@@ -1,62 +1,103 @@
{
- "fields": {
- "name": "Record Naam",
- "userName": "Gebruikersnaam",
- "title": "Titel",
- "isAdmin": "Is beheerder",
- "defaultTeam": "Standaardgroep",
- "emailAddress": "E-mail",
- "phoneNumber": "Telefoon",
- "roles": "Functies",
- "teamRole": "Positie",
- "password": "Wachtwoord",
- "currentPassword": "Current Password",
- "passwordConfirm": "Bevestig Wachtwoord",
- "newPassword": "Nieuw Wachtwoord",
- "newPasswordConfirm": "Nieuwe Wachtwoord Bevestigen",
- "avatar": "Avatar",
- "isActive": "Is actief"
+ "fields": {
+ "name": "Record Naam",
+ "userName": "Gebruikersnaam",
+ "title": "Titel",
+ "isAdmin": "Is beheerder",
+ "defaultTeam": "Standaardgroep",
+ "emailAddress": "E-mail",
+ "phoneNumber": "Telefoon",
+ "roles": "Functies",
+ "portals": "portalen",
+ "portalRoles": "Portaal Rollen",
+ "teamRole": "Positie",
+ "password": "Wachtwoord",
+ "passwordConfirm": "Bevestig Wachtwoord",
+ "newPassword": "Nieuw Wachtwoord",
+ "newPasswordConfirm": "Nieuwe Wachtwoord Bevestigen",
+ "isActive": "Is actief",
+ "isPortalUser": "Is Portal-gebruiker",
+ "accounts": "accounts",
+ "account": "Account (primair)",
+ "sendAccessInfo": "Verzend e-mail met toegangsinformatie naar gebruiker",
+ "portal": "Portaal",
+ "gender": "Geslacht",
+ "position": "Positie in Team",
+ "ipAddress": "IP adres",
+ "passwordPreview": "Wachtwoord voorbeeld",
+ "isSuperAdmin": "Is Superbeheerder",
+ "lastAccess": "Laatste toegang",
+ "apiKey": "API sleutel",
+ "secretKey": "Geheime sleutel",
+ "authMethod": "Authenticatie methode"
+ },
+ "links": {
+ "teams": "Groepen",
+ "roles": "Functies",
+ "portals": "portals",
+ "portalRoles": "Portal Rollen",
+ "accounts": "accounts",
+ "account": "Account (primair)",
+ "tasks": "taken",
+ "defaultTeam": "Standaard Team"
+ },
+ "labels": {
+ "Create User": "Gebruiker Aanmaken",
+ "Generate": "Genereer",
+ "Access": "Toegang",
+ "Preferences": "Voorkeuren",
+ "Change Password": "Wachtwoord wijzigen",
+ "Teams and Access Control": "Groeps toegang beheer",
+ "Forgot Password?": "Wachtwoord vergeten?",
+ "Password Change Request": "Verzoek voor aanpassen Wachtwoord",
+ "Email Address": "E-mailadres",
+ "External Accounts": "Externe Accounts",
+ "Portal": "Portaal",
+ "Create Portal User": "Maak een portalgebruiker",
+ "Proceed w/o Contact": "Ga verder zonder contact",
+ "Generate New API Key": "Genereer nieuwe API sleutel"
+ },
+ "tooltips": {
+ "defaultTeam": "Alle records aangemaakt door gebruiker worden standaard aan de groep gekoppeld.",
+ "userName": "Letters a-z, cijfers 0-9 en underscores zijn toegestaan.",
+ "isAdmin": "Gebruiker admin heeft overal toegang",
+ "teams": "Tot welke groep deze gebruiker behoord. Toegang beheer is afhankelijk van groep regels.",
+ "roles": "Aanvullende toegangs regels. Gebruik dit als een gebruiker tot geen enkele groep behoord of als er meer rechten gegeven moeten worden.",
+ "portalRoles": "Extra portalrollen. Gebruik het om het toegangscontroleniveau exclusief voor deze gebruiker uit te breiden.",
+ "portals": "Portals waartoe deze gebruiker toegang heeft."
+ },
+ "messages": {
+ "passwordWillBeSent": "Wachtwoord wordt naar het emailadres van de gebruiker verzonden.",
+ "passwordChanged": "Het wachtwoord is gewijzigd",
+ "userCantBeEmpty": "Gebruikersnaam kan niet leeg zijn",
+ "wrongUsernamePasword": "Onjuiste gebruikersnaam/wachtwoord",
+ "emailAddressCantBeEmpty": "E-mail adres kan niet leeg zijn",
+ "userNameEmailAddressNotFound": "Gebruikersnaam/E-mail adres niet gevonden",
+ "forbidden": "Toegang niet juist, probeer later",
+ "uniqueLinkHasBeenSent": "Een unieke link is naar het gespecificeerde email adres gezonden.",
+ "passwordChangedByRequest": "Het wachtwoord is aangepast",
+ "setupSmtpBefore": "U moet de SMTP-instellingen instellen om het systeem in staat te stellen een wachtwoord per e-mail te verzenden.",
+ "userNameExists": "Gebruikersnaam bestaat al"
+ },
+ "presetFilters": {
+ "active": "Actief",
+ "activePortal": "Portal actief"
+ },
+ "options": {
+ "gender": {
+ "": "Niet ingesteld",
+ "Male": "Mannetje",
+ "Female": "Vrouw",
+ "Neutral": "Neutrale"
},
- "links": {
- "teams": "Groepen",
- "roles": "Functies"
+ "type": {
+ "regular": "Regelmatig",
+ "portal": "Portaal",
+ "system": "systeem",
+ "super-admin": "Super admin"
},
- "labels": {
- "Create User": "Gebruiker Aanmaken",
- "Generate": "Genereer",
- "Access": "Toegang",
- "Preferences": "Voorkeuren",
- "Change Password": "Wachtwoord wijzigen",
- "Teams and Access Control": "Groeps toegang beheer",
- "Forgot Password?": "Wachtwoord vergeten?",
- "Password Change Request": "Verzoek voor aanpassen Wachtwoord",
- "Email Address": "E-mailadres",
- "External Accounts": "Externe Accounts",
- "Email Accounts": "Email Accounts"
- },
- "tooltips": {
- "defaultTeam": "Alle records aangemaakt door gebruiker worden standaard aan de groep gekoppeld.",
- "userName": "Letters a-z, cijfers 0-9 en underscores zijn toegestaan.",
- "isAdmin": "Gebruiker admin heeft overal toegang",
- "isActive": "If unchecked then user won't be able to login.",
- "teams": "Tot welke groep deze gebruiekr behoord. Toegang beheer is afhankelijk van groep regels.",
- "roles": "Aanvullende toegangs regels. Gebruik dit als een gebruiker tot geen enkele groep behoord of als er meer rechten gegeven moeten worden."
- },
- "messages": {
- "passwordWillBeSent": "Wachtwoord wordt naar het emailadres van de gebruiker verzonden.",
- "passwordChanged": "Het wachtwoord is gewijzigd",
- "userCantBeEmpty": "Gebruikersnaam kan niet leeg zijn",
- "wrongUsernamePasword": "Onjuiste gebruikersnaam/wachtwoord",
- "emailAddressCantBeEmpty": "E-mail adres kan niet leeg zijn",
- "userNameEmailAddressNotFound": "Gebruikersnaam/E-mail adres niet gevonden",
- "forbidden": "Toegang niet juist, probeer later",
- "uniqueLinkHasBeenSent": "Een unieke link is naar het gespecificeerde email adres gezonden.",
- "passwordChangedByRequest": "Het wachtwoord is aangepast"
- },
- "boolFilters": {
- "onlyMyTeam": "Only My Team"
- },
- "presetFilters": {
- "active": "Actief"
+ "authMethod": {
+ "ApiKey": "API sleutel"
}
-}
+ }
+}
\ No newline at end of file
diff --git a/install/core/i18n/nl_NL/install.json b/install/core/i18n/nl_NL/install.json
index 79b31a3ecb..6ea04c153d 100644
--- a/install/core/i18n/nl_NL/install.json
+++ b/install/core/i18n/nl_NL/install.json
@@ -1,119 +1,128 @@
{
- "labels": {
- "Main page title": "Welkom bij EspoCRM",
- "Main page header": "",
- "Start page title": "Licentie Overeenkomst",
- "Step1 page title": "Licentie Overeenkomst",
- "License Agreement": "Licentie Overeenkomst",
- "I accept the agreement": "Ik accepteer de overeenkomst",
- "Step2 page title": "Database configuratie",
- "Step3 page title": "Administrator Instellingen",
- "Step4 page title": "Systeem instellingen",
- "Step5 page title": "SMTP instellingen voor uitgaande e-mails",
- "Errors page title": "Fouten",
- "Finish page title": "Installatie is compleet",
- "Congratulation! Welcome to EspoCRM": "Gefeliciteerd EspoCRM is succesvol geinstalleerd.",
- "More Information": "Voor meer informatie, bezoek onze {BLOG}, volg ons op {TWITTER}.
Vragen of verzoeken kunt u vermelden op het {FORUM}.",
- "share": "Tevreden over EspoCRM, deel dit dan met je vrienden. Informeer ze over ons product.",
- "blog": "blog",
- "twitter": "twitter",
- "forum": "forum",
- "Installation Guide": "Installatiegids",
- "admin": "admin",
- "localhost": "localhost",
- "port": "3306",
- "Locale": "Lokaal",
- "Outbound Email Configuration": "Uitgaande E-mail Configuratie",
- "SMTP": "SMTP",
- "Start": "Start",
- "Back": "Terug",
- "Next": "Volgende",
- "Go to EspoCRM": "Ga naar EspoCRM",
- "Re-check": "Re-check",
- "Version": "Versie",
- "Test settings": "Test verbinding",
- "Database Settings Description": "Voer uw MySQL database gegevens (hostname, gebruikersnaam en wachtwoord) in. U kunt de server poort opgeven voor hostname zoals localhost: 3306.",
- "Install": "Installeren",
- "SetupConfirmation page title": "Aanbevolen Instellingen",
- "PHP Configuration": "Aanbevolen PHP Instellingen",
- "MySQL Configuration": "MySQL Configuratie",
- "Configuration Instructions": "Configuratie Instructies",
- "phpVersion": "PHP versie",
- "requiredMysqlVersion": "MySQL versie",
- "dbHostName": "Host Naam",
- "dbName": "Database Naam",
- "dbUserName": "Database Gebruikersnaam",
- "OK": "OK"
- },
- "fields": {
- "Choose your language": "Kies uw taal",
- "Database Name": "Database Naam",
- "Host Name": "Host Naam",
- "Port": "Poort",
- "Database User Name": "Database Gebruikersnaam",
- "Database User Password": "Database Gebruikers Wachtwoord",
- "Database driver": "Database driver",
- "User Name": "Gebruikersnaam",
- "Password": "Wachtwoord",
- "Confirm Password": "Bevestig uw Wachtwoord",
- "From Address": "Van Adres",
- "From Name": "Van Naam",
- "Is Shared": "Is Gedeeld",
- "Date Format": "Datumnotatie",
- "Time Format": "Tijdnotatie",
- "Time Zone": "Tijdzone",
- "First Day of Week": "Eerste dag van de Week",
- "Thousand Separator": "Duizendtal scheidingsteken",
- "Decimal Mark": "Decimaal scheidingsteken",
- "Default Currency": "Standaard Valuta",
- "Currency List": "Valuta Lijst",
- "Language": "Taal",
- "smtpServer": "Server",
- "smtpPort": "Poort",
- "smtpAuth": "Auth",
- "smtpSecurity": "Beveiliging",
- "smtpUsername": "Gebruikersnaam",
- "emailAddress": "E-mail",
- "smtpPassword": "Wachtwoord"
- },
- "messages": {
- "Bad init Permission": "Toestemming geweigerd voor \"{*}\" directory. Stel 775 in voor \"{*}\" of voer deze opdracht uit in Terminal
{C}\n\tHandeling niet toegestaan? Probeer deze: {CSU}",
- "Some errors occurred!": "Er zijn fouten gevonden!",
- "phpVersion": "Uw PHP versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar PHP {minVersion}",
- "requiredMysqlVersion": "Uw MySQL versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar MySQL {minVersion}",
- "requiredMariadbVersion": "Uw MariaDB versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar MariaDB {minVersion}",
- "The PHP extension was not found...": "PHP Error: Extension {extName} is not found.",
- "All Settings correct": "Alle Instellingen zijn juist",
- "Failed to connect to database": "Kan geen verbinding maken met de database",
- "PHP version": "PHP versie",
- "You must agree to the license agreement": "U moet instemmen met de licentie voorwaarden",
- "Passwords do not match": "Wachtwoorden stemmen niet overeen",
- "Enable mod_rewrite in Apache server": "Activeer mod_rewrite in Apache server",
- "checkWritable error": "Controleer schrijf fout",
- "applySett error": "Instellings fout",
- "buildDatabase error": "Database maken fout",
- "createUser error": "Fout in aanmaken gebruiker",
- "checkAjaxPermission error": "Ajax Permissie fout",
- "Ajax failed": "Ajax weigerd",
- "Cannot create user": "Kan gebruiker niet maken",
- "Permission denied": "Geen Rechten",
- "permissionInstruction": "\"{C}\"",
- "operationNotPermitted" : "Handeling niet toegestaan? Probeer dit: {C}\n\tHandeling niet toegestaan? Probeer deze: {CSU}",
+ "Some errors occurred!": "Er zijn fouten gevonden!",
+ "phpVersion": "Uw PHP versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar PHP {minVersion}",
+ "requiredMysqlVersion": "Uw MySQL versie wordt niet ondersteund door EspoCRM, u moet minimaal updaten naar MySQL {minVersion}",
+ "All Settings correct": "Alle Instellingen zijn juist",
+ "Failed to connect to database": "Kan geen verbinding maken met de database",
+ "PHP version": "PHP Versie",
+ "You must agree to the license agreement": "U moet instemmen met de licentie voorwaarden",
+ "Passwords do not match": "Wachtwoorden stemmen niet overeen",
+ "Enable mod_rewrite in Apache server": "Activeer mod_rewrite in Apache server",
+ "checkWritable error": "Controleer schrijf fout",
+ "applySett error": "Instellings fout",
+ "buildDatabase error": "Database maken fout",
+ "createUser error": "Fout in aanmaken gebruiker",
+ "checkAjaxPermission error": "Ajax Permissie fout",
+ "Cannot create user": "Kan gebruiker niet maken",
+ "Permission denied": "Geen Rechten",
+ "Permission denied to": "Geen Rechten",
+ "permissionInstruction": "\"{C}\"",
+ "operationNotPermitted": "Handeling niet toegestaan? Probeer dit: {APACHE1} pre>
2. Schakel Htaccess-ondersteuning in. Serverconfiguratie-instellingen toevoegen / bewerken (/etc/apache/apache2.conf, /etc/httpd/conf/httpd.conf): {APACHE2} pre>\n Voer daarna dit commando uit in een Terminal: {APACHE3} pre>
3. Probeer het RewriteBase-pad toe te voegen, open een bestand {API_PATH} .htaccess en vervang de volgende regel: {APACHE4} pre> Naar {APACHE5} pre>
Ga voor meer informatie naar de richtlijn Apache-serverconfiguratie voor EspoCRM
"
+ },
+ "nginx": {
+ "linux": "
\n\n{} NGINX\n pre>
Ga voor meer informatie naar de handleiding Nginx-serverconfiguratie voor EspoCRM .
",
+ "windows": "
\n\n{} NGINX\n pre>
Ga voor meer informatie naar de handleiding Nginx-serverconfiguratie voor EspoCRM .
"
+ }
+ }
+ },
+ "systemRequirements": {
+ "requiredPhpVersion": "PHP Versie",
+ "requiredMysqlVersion": "MySQL Versie",
+ "host": "Hostnaam",
+ "dbname": "Database naam",
+ "user": "Gebruikersnaam",
+ "writable": "Schrijfbaar",
+ "readable": "Leesbaar",
+ "requiredMariadbVersion": "MariaDB-versie"
+ }
+}
\ No newline at end of file