Files
iTop/dictionaries/ui/components/datatable/ru.dictionary.itop.datatable.php

29 lines
1.3 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' => 'An error occurred while running the query~~',
'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' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
]);