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

28 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: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~~',
'UI:Datatables:Language:Info' => '_TOTAL_ элементов',
'UI:Datatables:Language:InfoEmpty' => 'Нет информации',
'UI:Datatables:Language:LengthMenu' => '_MENU_ объектов на страницу',
'UI:Datatables:Language:Processing' => 'Пожалуйста, подождите...',
'UI:Datatables:Language:Sort:Ascending' => 'Включить для сортировки по возрастанию',
'UI:Datatables:Language:Sort:Descending' => 'Включить для сортировки по убыванию',
'UI:Datatables:Language:ZeroRecords' => 'Нет объектов для отображения',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
]);