mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
🌐 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:
@@ -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',
|
||||
));
|
||||
|
||||
@@ -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',
|
||||
));
|
||||
|
||||
@@ -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',
|
||||
));
|
||||
|
||||
@@ -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',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user