N°4082 Update German translations (many thanks to ITOMIG!)

This commit is contained in:
Stephen Abello
2021-06-16 14:32:48 +02:00
parent 9d8adae5c7
commit 7a770b32ee
33 changed files with 308 additions and 315 deletions

View File

@@ -19,13 +19,13 @@
// Display DataTable
Dict::Add('DE DE', 'German', 'Deutsch', 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' => 'Bitte warten...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ pro Seite',
'UI:Datatables:Language:ZeroRecords' => 'Kein Ergebnis',
'UI:Datatables:Language:Info' => '_TOTAL_ Objekte',
'UI:Datatables:Language:InfoEmpty' => 'Keine Information',
'UI:Datatables:Language:EmptyTable' => 'Keine Daten in dieser Tabelle verfügbar',
'UI:Datatables:Language:DisplayLength:All' => 'Alle',
'UI:Datatables:Language:Sort:Ascending' => 'Aktivieren für aufsteigende Sortierung',
'UI:Datatables:Language:Sort:Descending' => 'Aktivieren für absteigende Sortierung',
));