mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-24 18:00:16 +00:00
add members table
This commit is contained in:
76
lang/vendor/livewire-powergrid/ru/datatable.php
vendored
Normal file
76
lang/vendor/livewire-powergrid/ru/datatable.php
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
<?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.",
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user