🌐 Update Dutch dictionaries for 3.0 (#199)

* Update UI components

* Global cleanup

* Update UI layouts

* Update UI pages

* Update core dictionaries

* Minor change

* Fix newline

* Conform with English text

* Applied changes suggested by @jbostoen

* Changed to capital as in original English value
This commit is contained in:
Thomas Casteleyn
2021-05-28 17:17:08 +02:00
committed by GitHub
parent b32fd7e018
commit aed1e7dfdc
12 changed files with 136 additions and 168 deletions

View File

@@ -19,13 +19,13 @@
// Display DataTable
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Datatables:Language:Processing' => 'Please wait...~~',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per page~~',
'UI:Datatables:Language:ZeroRecords' => 'No result~~',
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)~~',
'UI:Datatables:Language:InfoEmpty' => 'No information~~',
'UI:Datatables:Language:EmptyTable' => 'No data available in this table~~',
'UI:Datatables:Language:DisplayLength:All' => 'All~~',
'UI:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort~~',
'UI:Datatables:Language:Sort:Descending' => 'enable for a descending sort~~',
));
'UI:Datatables:Language:Processing' => 'Even geduld…',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per pagina',
'UI:Datatables:Language:ZeroRecords' => 'Geen resultaten',
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)',
'UI:Datatables:Language:InfoEmpty' => 'Geen informatie',
'UI:Datatables:Language:EmptyTable' => 'Geen data in deze tabel',
'UI:Datatables:Language:DisplayLength:All' => 'Alles',
'UI:Datatables:Language:Sort:Ascending' => 'Oplopend sorteren',
'UI:Datatables:Language:Sort:Descending' => 'Aflopend sorteren',
));

View File

@@ -19,5 +19,5 @@
// Global search
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Unknown values~~',
));
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Onbekende waardes',
));

View File

@@ -19,10 +19,10 @@
// Global search
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Component:GlobalSearch:Tooltip' => 'Search throughout the whole application~~',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Search...~~',
'UI:Component:GlobalSearch:Recents:Title' => 'Recents~~',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'You haven\'t run any search yet~~',
'UI:Component:GlobalSearch:HistoryDisabled' => 'History is disabled~~',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open global search~~',
));
'UI:Component:GlobalSearch:Tooltip' => 'Doorzoek de volledige applicatie',
'UI:Component:GlobalSearch:Input:Placeholder' => 'Zoek…',
'UI:Component:GlobalSearch:Recents:Title' => 'Recente',
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Je hebt nog geen enkele zoekopdracht gemaakt',
'UI:Component:GlobalSearch:HistoryDisabled' => 'Zoekgeschiedenis staat uit',
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Open globale zoekopdracht',
));

View File

@@ -19,10 +19,10 @@
// Quick create
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:Component:QuickCreate:Tooltip' => 'Quickly create any type of object~~',
'UI:Component:QuickCreate:Input:Placeholder' => 'Select object type...~~',
'UI:Component:QuickCreate:Recents:Title' => 'Recents~~',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'You haven\'t create any object yet~~',
'UI:Component:QuickCreate:HistoryDisabled' => 'History is disabled~~',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open quick create~~',
));
'UI:Component:QuickCreate:Tooltip' => 'Snel een object aanmaken',
'UI:Component:QuickCreate:Input:Placeholder' => 'Selecteer een objectsoort…',
'UI:Component:QuickCreate:Recents:Title' => 'Recente',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Je hebt nog geen objecten gemaakt',
'UI:Component:QuickCreate:HistoryDisabled' => 'Geschiedenis staat uit',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Open snel object aanmaken',
));