#2512 - Started dutch translations

This commit is contained in:
ghermans 2020-02-20 04:08:19 +01:00
parent 19d84a1343
commit cb99ea652b
2 changed files with 1331 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,40 @@
<?php
return [
'datagrid' => [
'actions' => 'Acties',
'id' => 'Index columns have value greater than zero only',
'massaction' => [
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
'delete' => 'Wilt u deze actie echt uitvoeren?',
'edit' => 'Wil je dit echt bewerken :resource?',
],
'zero-index' => 'Index columns can have values greater than zero only',
'no-records' => 'Er zijn geen gegevens gevonden',
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly',
'click_on_action' => 'Wilt u deze actie echt uitvoeren?',
'search' => 'Zoek hier...',
'filter' => 'Filter',
'column' => 'Selecteer kolom',
'condition' => 'Selecteer voorwaarde',
'contains' => 'Bevat',
'ncontains' => 'Bevat niet',
'equals' => 'Is gelijk aan',
'nequals' => 'Is niet gelijk aan',
'greater' => 'Groter dan',
'less' => 'Less than',
'greatere' => 'Groter dan gelijk aan',
'lesse' => 'Minder dan gelijk aan',
'value' => 'Selecteer waarde',
'true' => 'Waar / Actief',
'false' => 'Niet waar / niet actief',
'between' => 'Is tussen',
'apply' => 'Toepassen',
'items-per-page' => 'Items per pagina',
'value-here' => 'Waarde hier',
'numeric-value-here' => 'Numerieke waarde hier',
'submit' => 'Submit'
]
];