| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- <?php
-
- return [
-
- 'column_toggle' => [
-
- 'heading' => 'Ustunlar',
-
- ],
-
- 'columns' => [
-
- 'text' => [
-
- 'actions' => [
- 'collapse_list' => ':counttadan kamroq ko\'rsatish',
- 'expand_list' => ':counttadan ko\'proq ko\'rsatish',
- ],
-
- 'more_list_items' => 'va :counttadan ko\'proq',
-
- ],
-
- ],
-
- 'fields' => [
-
- 'bulk_select_page' => [
- 'label' => 'Ommaviy amallar uchun tanlash/bekor qilish.',
- ],
-
- 'bulk_select_record' => [
- 'label' => ':key elementi ommaviy harakatlari uchun tanlash/bekor qilish.',
- ],
-
- 'bulk_select_group' => [
- 'label' => 'Sarlavha guruhi uchun tanlash/bekor qilish.',
- ],
-
- 'search' => [
- 'label' => 'Qidirish',
- 'placeholder' => 'Qidirish',
- 'indicator' => 'Qidirish',
- ],
-
- ],
-
- 'summary' => [
-
- 'heading' => 'Xulosa',
-
- 'subheadings' => [
- 'all' => 'Barcha :labellar',
- 'group' => ':group xulosa',
- 'page' => 'Ushbu sahifa',
- ],
-
- 'summarizers' => [
-
- 'average' => [
- 'label' => 'O\'rtacha',
- ],
-
- 'count' => [
- 'label' => 'Hisoblash',
- ],
-
- 'sum' => [
- 'label' => 'Umumiy qiymat (SUM)',
- ],
-
- ],
-
- ],
-
- 'actions' => [
-
- 'disable_reordering' => [
- 'label' => 'Yozuvlarni qayta tartiblashni tugatish',
- ],
-
- 'enable_reordering' => [
- 'label' => 'Yozuvlarni qayta tartiblash',
- ],
-
- 'filter' => [
- 'label' => 'Filtrlash',
- ],
-
- 'group' => [
- 'label' => 'Guruh',
- ],
-
- 'open_bulk_actions' => [
- 'label' => 'Ommaviy amallar',
- ],
-
- 'toggle_columns' => [
- 'label' => 'Ustunlarni almashtirish',
- ],
-
- ],
-
- 'empty' => [
-
- 'heading' => ':model mavjud emas',
-
- 'description' => 'Boshlash uchun :model yarating',
-
- ],
-
- 'filters' => [
-
- 'actions' => [
-
- 'remove' => [
- 'label' => 'Filtrni o\'chirish',
- ],
-
- 'remove_all' => [
- 'label' => 'Barcha filtrlarni olib tashlash',
- 'tooltip' => 'Barcha filtrlarni olib tashlash',
- ],
-
- 'reset' => [
- 'label' => 'Qayta o\'rnatish',
- ],
-
- ],
-
- 'heading' => 'Filtrlar',
-
- 'indicator' => 'Faol filtrlar',
-
- 'multi_select' => [
- 'placeholder' => 'Barchasi',
- ],
-
- 'select' => [
- 'placeholder' => 'Barchasi',
- ],
-
- 'trashed' => [
-
- 'label' => 'O\'chirilgan ma\'lumotlar',
-
- 'only_trashed' => 'Faqat o\'chirilgan ma\'lumotlar',
-
- 'with_trashed' => 'O\'chirilgan ma\'lumotlar bilan',
-
- 'without_trashed' => 'O\'chirilgan ma\'lumotlarsiz',
-
- ],
-
- ],
-
- 'grouping' => [
-
- 'fields' => [
-
- 'group' => [
- 'label' => 'Guruhlash',
- 'placeholder' => 'Guruhlash',
- ],
-
- 'direction' => [
-
- 'label' => 'Guruh yo\'nalishi',
-
- 'options' => [
- 'asc' => 'Ko\'tarilish (ASC)',
- 'desc' => 'Tushish (DESC)',
- ],
-
- ],
-
- ],
-
- ],
-
- 'reorder_indicator' => 'Ma\'lumotlarni tartibda sudrab olib tashlang.',
-
- 'selection_indicator' => [
-
- 'selected_count' => '1ta ma\'lumot tanlangan|:countta ma\'lumotlar tanlangan',
-
- 'actions' => [
-
- 'select_all' => [
- 'label' => ':count - barchasini belgilash',
- ],
-
- 'deselect_all' => [
- 'label' => 'Barchasini belgilamaslik',
- ],
-
- ],
-
- ],
-
- 'sorting' => [
-
- 'fields' => [
-
- 'column' => [
- 'label' => 'Saralash',
- ],
-
- 'direction' => [
-
- 'label' => 'Saralash',
-
- 'options' => [
- 'asc' => 'Ko\'tarilish (ASC)',
- 'desc' => 'Tushish (DESC)',
- ],
-
- ],
-
- ],
-
- ],
-
- ];
|