Initial commit
This commit is contained in:
40
application/Espo/Resources/i18n/nl_NL/DashletOptions.json
Normal file
40
application/Espo/Resources/i18n/nl_NL/DashletOptions.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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": "Primair filter",
|
||||
"boolFilterList": "Extra filters",
|
||||
"sortBy": "Sortering (veld)",
|
||||
"sortDirection": "Sortering (richting)",
|
||||
"expandedLayout": "Lay-out",
|
||||
"dateFilter": "Datumfilter",
|
||||
"skipOwn": "Geen eigen records tonen",
|
||||
"text": "Tekst",
|
||||
"folder": "Map"
|
||||
},
|
||||
"options": {
|
||||
"mode": {
|
||||
"month": "Maand",
|
||||
"basicDay": "Dag",
|
||||
"agendaDay": "Dag (agenda)",
|
||||
"timeline": "Tijdlijn"
|
||||
},
|
||||
"sortDirection": {
|
||||
"asc": "Oplopend",
|
||||
"desc": "Aflopend"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"selectEntityType": "Selecteer entiteit Type in dashlet opties."
|
||||
},
|
||||
"tooltips": {
|
||||
"skipOwn": "Acties van uw gebruikersaccount worden niet weergegeven."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user