Dictionaries update for 3.1 beta

This commit is contained in:
Timothee
2023-06-15 09:47:51 +02:00
parent 5185f721bd
commit f548dc2898
576 changed files with 20859 additions and 16220 deletions

View File

@@ -18,14 +18,18 @@
*/
// Display DataTable
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:Datatables:Language:Processing' => 'Kérem várjon...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ oldalanként',
'UI:Datatables:Language:ZeroRecords' => 'Nincs eredmény',
'UI:Datatables:Language:Info' => '_TOTAL_ elem',
'UI:Datatables:Language:InfoEmpty' => 'Nincs információ',
'UI:Datatables:Language:EmptyTable' => 'Ebben a táblában nincsenek adatok',
'UI:Datatables:Language:Error' => 'Hiba történt a lekérdezéskor',
'UI:Datatables:Language:Processing' => 'Kérem várjon...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ oldalanként',
'UI:Datatables:Language:ZeroRecords' => 'Nincs eredmény',
'UI:Datatables:Language:Info' => '_TOTAL_ elem',
'UI:Datatables:Language:InfoEmpty' => 'Nincs információ',
'UI:Datatables:Language:EmptyTable' => 'Ebben a táblában nincsenek adatok',
'UI:Datatables:Language:Error' => 'Hiba történt a lekérdezéskor',
'UI:Datatables:Language:DisplayLength:All' => 'Összes',
'UI:Datatables:Language:Sort:Ascending' => 'Növekvő rendezés',
'UI:Datatables:Language:Sort:Descending' => 'Csökkenő rendezés',
));
'UI:Datatables:Language:Sort:Ascending' => 'Növekvő rendezés',
'UI:Datatables:Language:Sort:Descending' => 'Csökkenő rendezés',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
));