Files
nexusphp/resources/lang/ru/pagination.php
2026-02-01 01:26:00 +07:00

28 lines
1.2 KiB
PHP
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
declare(strict_types=1);
return [
'aria' => [
'sortAscending' => ': активировать для сортировки столбца по возрастанию',
'sortDescending' => ': активировать для сортировки столбца по убыванию',
],
'emptyTable' => 'Нет данных в таблице',
'info' => 'Показаны _START_ по _END_ из _TOTAL_ записей',
'infoEmpty' => 'Показано 0 из 0 записей',
'infoFiltered' => '(отфильтровано из _MAX_ записей)',
'lengthMenu' => 'Показать _MENU_ записей',
'loadingRecords' => 'Загрузка...',
'next' => 'Следующий &raquo;',
'paginate' => [
'first' => 'Первое',
'last' => 'Последний',
'next' => 'Следующий',
'previous' => 'Предыдущий',
],
'previous' => '&laquo; Предыдущий',
'search' => 'Поиск:',
'thousands' => ',',
'zeroRecords' => 'Не найдено ни одной записи',
];