Files
einundzwanzig-verein/lang/vendor/livewire-powergrid/ru/datatable.php
2024-09-29 18:21:09 +02:00

77 lines
2.6 KiB
PHP
Raw 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
return [
'buttons' => [
'filter' => 'Фильтр',
'clear_all_filters' => 'Очистить все',
],
'labels' => [
'action' => 'Действия',
'results_per_page' => 'Записей на страницу',
'clear_filter' => 'Удалить фильтры',
'no_data' => 'Записи не найдены',
'all' => 'Все',
'selected' => 'Выбранные',
'filtered' => 'Отфильтровано',
],
'placeholders' => [
'search' => 'Поиск...',
'select' => 'Выбрать период',
],
'pagination' => [
'showing' => 'Отображение',
'to' => 'к',
'of' => 'из',
'results' => 'Результаты',
'all' => 'Все',
],
'multi_select' => [
'select' => 'Выбрать',
'all' => 'Все',
],
'select' => [
'select' => 'Выбрать',
'all' => 'Все',
],
'boolean_filter' => [
'all' => 'Все',
],
'input_text_options' => [
'is' => 'Равно',
'is_not' => 'Не равно',
'contains' => 'Содержит',
'contains_not' => 'Не содержит',
'starts_with' => 'Начинается с',
'ends_with' => 'Заканчивается на',
'is_empty' => 'Пусто',
'is_not_empty' => 'Не пусто',
'is_null' => 'Пусто (null)',
'is_not_null' => 'Не пусто (null)',
'is_blank' => 'Пусто (blank)',
'is_not_blank' => 'Не пусто (blank)',
],
'export' => [
'exporting' => 'Пожалуйста подождите!',
'completed' => 'Экспорт завершен! Файлы готово для скачивания',
],
'soft_deletes' => [
'message_with_trashed' => 'Displaying all records, including deleted ones.',
'message_only_trashed' => 'Displaying only deleted records.',
'without_trashed' => 'Without deleted',
'with_trashed' => 'With deleted',
'only_trashed' => 'Only deleted',
],
'multi_sort' => [
'message' => 'Multiple sort is active',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
],
],
];