Files
tbbank-new/lang/vendor/filament-tables/tk/table.php
2025-10-22 20:08:22 +05:00

266 lines
4.7 KiB
PHP

<?php
return [
'column_manager' => [
'heading' => 'Sütunler',
'actions' => [
'apply' => [
'label' => 'Tassykla',
],
'reset' => [
'label' => 'Aýyr',
],
],
],
'columns' => [
'actions' => [
'label' => 'Amal|Amallar',
],
'select' => [
'loading_message' => 'Ýüklenýär...',
'no_search_results_message' => 'No options match your search.',
'placeholder' => 'Saýla',
'searching_message' => 'Gözleg...',
'search_prompt' => 'Gözlemek üçin ýaz...',
],
'text' => [
'actions' => [
'collapse_list' => 'Show :count less',
'expand_list' => 'Show :count more',
],
'more_list_items' => 'and :count more',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Select/deselect all items for bulk actions.',
],
'bulk_select_record' => [
'label' => 'Select/deselect item :key for bulk actions.',
],
'bulk_select_group' => [
'label' => 'Select/deselect group :title for bulk actions.',
],
'search' => [
'label' => 'Gözle',
'placeholder' => 'Gözle',
'indicator' => 'Search',
],
],
'summary' => [
'heading' => 'Summary',
'subheadings' => [
'all' => 'All :label',
'group' => ':group summary',
'page' => 'This page',
],
'summarizers' => [
'average' => [
'label' => 'Ortaça',
],
'count' => [
'label' => 'Sany',
],
'sum' => [
'label' => 'Jemi',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Finish reordering records',
],
'enable_reordering' => [
'label' => 'Reorder records',
],
'filter' => [
'label' => 'Filter',
],
'group' => [
'label' => 'Group',
],
'open_bulk_actions' => [
'label' => 'Bulk actions',
],
'column_manager' => [
'label' => 'Column manager',
],
],
'empty' => [
'heading' => 'No :model',
'description' => 'Create a :model to get started.',
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Filterle',
],
'remove' => [
'label' => 'Filteri aýyr',
],
'remove_all' => [
'label' => 'Filterleri aýyr',
'tooltip' => 'Filterleri aýyr',
],
'reset' => [
'label' => 'Filteri aýyr',
],
],
'heading' => 'Filterler',
'indicator' => 'Işjeň filterler',
'multi_select' => [
'placeholder' => 'Ählisi',
],
'select' => [
'placeholder' => 'Ählisi',
'relationship' => [
'empty_option_label' => 'None',
],
],
'trashed' => [
'label' => 'Deleted records',
'only_trashed' => 'Only deleted records',
'with_trashed' => 'With deleted records',
'without_trashed' => 'Without deleted records',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => 'Group by',
],
'direction' => [
'label' => 'Group direction',
'options' => [
'asc' => 'Ascending',
'desc' => 'Descending',
],
],
],
],
'reorder_indicator' => 'Drag and drop the records into order.',
'selection_indicator' => [
'selected_count' => '1 record selected|:count records selected',
'actions' => [
'select_all' => [
'label' => 'Select all :count',
],
'deselect_all' => [
'label' => 'Deselect all',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Sort by',
],
'direction' => [
'label' => 'Sort direction',
'options' => [
'asc' => 'Ascending',
'desc' => 'Descending',
],
],
],
],
'default_model_label' => 'record',
];