🌐 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('RU RU', 'Russian', 'Русский', [
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Language:DisplayLength:All' => 'Все',
'UI:Datatables:Language:EmptyTable' => 'Нет данных для отображения',
'UI:Datatables:Language:Error' => 'An error occurred while running the query~~',
Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:Datatables:Language:Processing' => 'Пожалуйста, подождите...',
'UI:Datatables:Language:LengthMenu' => '_MENU_ объектов на страницу',
'UI:Datatables:Language:ZeroRecords' => 'Нет объектов для отображения',
'UI:Datatables:Language:Info' => '_TOTAL_ элементов',
'UI:Datatables:Language:InfoEmpty' => 'Нет информации',
'UI:Datatables:Language:LengthMenu' => '_MENU_ объектов на страницу',
'UI:Datatables:Language:Processing' => 'Пожалуйста, подождите...',
'UI:Datatables:Language:EmptyTable' => 'Нет данных для отображения',
'UI:Datatables:Language:Error' => 'An error occurred while running the query~~',
'UI:Datatables:Language:DisplayLength:All' => 'Все',
'UI:Datatables:Language:Sort:Ascending' => 'Включить для сортировки по возрастанию',
'UI:Datatables:Language:Sort:Descending' => 'Включить для сортировки по убыванию',
'UI:Datatables:Language:ZeroRecords' => 'Нет объектов для отображения',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
]);
));