🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -9,19 +9,19 @@
/**
*
*/
Dict::Add('PL PL', 'Polish', 'Polski', [
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Language:DisplayLength:All' => 'Wszystkie',
'UI:Datatables:Language:EmptyTable' => 'Brak danych w tej tabeli',
'UI:Datatables:Language:Error' => 'Wystąpił błąd podczas uruchamiania zapytania',
Dict::Add('PL PL', 'Polish', 'Polski', array(
'UI:Datatables:Language:Processing' => 'Proszę czekać...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ na stronę',
'UI:Datatables:Language:ZeroRecords' => 'Brak wyników',
'UI:Datatables:Language:Info' => '_TOTAL_ element(y)',
'UI:Datatables:Language:InfoEmpty' => 'Brak informacji',
'UI:Datatables:Language:LengthMenu' => '_MENU_ na stronę',
'UI:Datatables:Language:Processing' => 'Proszę czekać...',
'UI:Datatables:Language:EmptyTable' => 'Brak danych w tej tabeli',
'UI:Datatables:Language:Error' => 'Wystąpił błąd podczas uruchamiania zapytania',
'UI:Datatables:Language:DisplayLength:All' => 'Wszystkie',
'UI:Datatables:Language:Sort:Ascending' => 'włącz sortowanie rosnąco',
'UI:Datatables:Language:Sort:Descending' => 'włącz sortowanie malejąco',
'UI:Datatables:Language:ZeroRecords' => 'Brak wyników',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Potwierdzenie działania',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Czy potwierdzasz działanie?',
]);
));