Files
iTop/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php
2026-08-03 09:17:43 +02:00

29 lines
1.4 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', [
'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:EmptyTable' => 'Нет данных для отображения',
'UI:Datatables:Language:Error' => 'Произошла ошибка при выполнении запроса',
'UI:Datatables:Language:DisplayLength:All' => 'Все',
'UI:Datatables:Language:Sort:Ascending' => 'Включить для сортировки по возрастанию',
'UI:Datatables:Language:Sort:Descending' => 'Включить для сортировки по убыванию',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Подтверждение действия',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Подтверждаете действие?',
]);