76 lines
2.3 KiB
PHP

<?php
return [
'buttons' => [
'filter' => '篩選',
'clear_all_filters' => '清除全部',
],
'labels' => [
'action' => '操作',
'results_per_page' => '每頁記錄數',
'clear_filter' => '清除篩選',
'no_data' => '未找到任何記錄',
'all' => '全部',
'selected' => '選定',
'filtered' => '已過濾',
],
'placeholders' => [
'search' => '搜尋...',
'select' => '選擇時段',
],
'pagination' => [
'showing' => 'Showing',
'to' => 'to',
'of' => 'of',
'results' => 'Results',
'all' => '全部',
],
'multi_select' => [
'select' => 'Select',
'all' => '全部',
],
'select' => [
'select' => 'Select',
'all' => '全部',
],
'boolean_filter' => [
'all' => '全部',
],
'input_text_options' => [
'is' => 'Is',
'is_not' => 'Is not',
'contains' => 'Contains',
'contains_not' => 'Does not contain',
'starts_with' => 'Starts with',
'ends_with' => 'Ends with',
'is_empty' => 'Is empty',
'is_not_empty' => 'Is not empty',
'is_null' => 'Is null',
'is_not_null' => 'Is not null',
'is_blank' => 'Is blank',
'is_not_blank' => 'Is not blank',
],
'export' => [
'exporting' => 'Please wait!',
'completed' => 'Export completed! Your files are ready for download',
],
'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.",
],
],
];