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

77 lines
2.8 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' => 'Показати всі записи, включаючи видалені',
'message_only_trashed' => 'Показати тільки видалені записи',
'without_trashed' => 'Без видалених записів',
'with_trashed' => 'З видаленими записами',
'only_trashed' => 'Тільки видалені записи',
],
'multi_sort' => [
'message' => 'Сортувати за',
],
'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.",
],
],
];