[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
482
vendor/filament/tables/resources/lang/uz/filters/query-builder.php
vendored
Normal file
482
vendor/filament/tables/resources/lang/uz/filters/query-builder.php
vendored
Normal file
@@ -0,0 +1,482 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'So\'rov yaratuvchi',
|
||||
|
||||
'form' => [
|
||||
|
||||
'operator' => [
|
||||
'label' => 'Operator',
|
||||
],
|
||||
|
||||
'or_groups' => [
|
||||
|
||||
'label' => 'Guruhlar',
|
||||
|
||||
'block' => [
|
||||
'label' => 'Ajralish (YOKI)',
|
||||
'or' => 'yoki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'rules' => [
|
||||
|
||||
'label' => 'Qoidalar',
|
||||
|
||||
'item' => [
|
||||
'and' => 'VA',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'no_rules' => '(Qoidalar yo\'q)',
|
||||
|
||||
'item_separators' => [
|
||||
'and' => 'VA',
|
||||
'or' => 'YOKI',
|
||||
],
|
||||
|
||||
'operators' => [
|
||||
|
||||
'is_filled' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'To\'ldirilgan bo\'lsa',
|
||||
'inverse' => 'Bo\'sh bo\'lsa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute to\'lgan bo\'lsa',
|
||||
'inverse' => ':attribute bo\'sh bo\'lsa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'boolean' => [
|
||||
|
||||
'is_true' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Rost bo\'lsa',
|
||||
'inverse' => 'Yolg\'on bo\'lsa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute rost bo\'lsa',
|
||||
'inverse' => ':attribute yolg\'on bo\'lsa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'date' => [
|
||||
|
||||
'is_after' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Keyin',
|
||||
'inverse' => 'Keyin emas',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':date dan keyin :attribute bo\'lsa',
|
||||
'inverse' => ':date :attribute dan keyin bo\'lmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_before' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Oldin bo\'lsa',
|
||||
'inverse' => 'Oldin bo\'lmasa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':date dan oldin :attribute bo\'lsa',
|
||||
'inverse' => ':date :attribute dan oldin bo\'lmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_date' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Sana bo\'lsa',
|
||||
'inverse' => 'Sana bo\'lmasa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :date bo\'lsa',
|
||||
'inverse' => ':attribute :date bo\'lmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_month' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Oy bo\'lsa',
|
||||
'inverse' => 'Oy bo\'lmasa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :month bo\'lsa',
|
||||
'inverse' => ':attribute :month bo\'lmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_year' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Yil bo\'lsa',
|
||||
'inverse' => 'Yil bo\'lmasa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :year bo\'lsa',
|
||||
'inverse' => ':attribute :year bo\'lmasa',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'date' => [
|
||||
'label' => 'Sana',
|
||||
],
|
||||
|
||||
'month' => [
|
||||
'label' => 'Oy',
|
||||
],
|
||||
|
||||
'year' => [
|
||||
'label' => 'Yil',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'number' => [
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Teng',
|
||||
'inverse' => 'Teng emas',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute teng :number ga ',
|
||||
'inverse' => ':attribute teng emas :number ga',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_max' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Maksimal bo\'lsa',
|
||||
'inverse' => 'Dan katta bo\'lsa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute maksimal :number',
|
||||
'inverse' => ':attribute :number dan katta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_min' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Minimal',
|
||||
'inverse' => 'Dan kichkina',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute minimal :number',
|
||||
'inverse' => ':attribute :number dan kichkina',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'aggregates' => [
|
||||
|
||||
'average' => [
|
||||
'label' => 'O\'rtacha',
|
||||
'summary' => 'O\'rtacha :attribute',
|
||||
],
|
||||
|
||||
'max' => [
|
||||
'label' => 'Maksimal',
|
||||
'summary' => 'Maksimal :attribute',
|
||||
],
|
||||
|
||||
'min' => [
|
||||
'label' => 'Minimal',
|
||||
'summary' => 'Minimal :attribute',
|
||||
],
|
||||
|
||||
'sum' => [
|
||||
'label' => 'Umumiy natija (SUM)',
|
||||
'summary' => 'Umumiy natija (SUM) :attribute',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'aggregate' => [
|
||||
'label' => 'Agregat',
|
||||
],
|
||||
|
||||
'number' => [
|
||||
'label' => 'Raqam',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'relationship' => [
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Mavjud',
|
||||
'inverse' => 'Mavjud emas',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':relationship mavjud :count ta',
|
||||
'inverse' => ':relationship mavjud emas :count',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'has_max' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Maksimalga ega',
|
||||
'inverse' => 'Dan ortiq',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':relationship :count maksimalga ega',
|
||||
'inverse' => ':relationship :count dan ortiq',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'has_min' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Minimalga ega',
|
||||
'inverse' => 'Dan kam',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':relationship :count minimalga ega',
|
||||
'inverse' => ':count :relationship dan ortiq',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_empty' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Bo\'sh bo\'lsa',
|
||||
'inverse' => 'Bo\'sh bo\'lmasa',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':relationship bo\'sh',
|
||||
'inverse' => ':relationship bo\'sh emas',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'is_related_to' => [
|
||||
|
||||
'label' => [
|
||||
|
||||
'single' => [
|
||||
'direct' => 'Hisoblanadi',
|
||||
'inverse' => 'Hisoblanmaydi',
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
'direct' => 'O\'z ichiga oladi',
|
||||
'inverse' => 'O\'z ichiga olmaydi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
|
||||
'single' => [
|
||||
'direct' => ':values :relationship',
|
||||
'inverse' => ':values :relationship emas',
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
'direct' => ':relationship :values ni o\'z ichiga oladi',
|
||||
'inverse' => ':relationship :values ni o\'z ichiga olmaydi',
|
||||
],
|
||||
|
||||
'values_glue' => [
|
||||
0 => ', ',
|
||||
'final' => ' yoki ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'value' => [
|
||||
'label' => 'Qiymat',
|
||||
],
|
||||
|
||||
'values' => [
|
||||
'label' => 'Qiymatlar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'count' => [
|
||||
'label' => 'Soni',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'select' => [
|
||||
|
||||
'is' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Hisoblanadi',
|
||||
'inverse' => 'Hisoblanmaydi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :values hisoblanadi',
|
||||
'inverse' => ':attribute :values hisoblanmaydi',
|
||||
'values_glue' => [
|
||||
', ',
|
||||
'final' => ' yoki ',
|
||||
],
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'value' => [
|
||||
'label' => 'Qiymat',
|
||||
],
|
||||
|
||||
'values' => [
|
||||
'label' => 'Qiymatlar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'text' => [
|
||||
|
||||
'contains' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'O\'z ichiga oladi',
|
||||
'inverse' => 'O\'z ichiga olmagan',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :text ni o\'z ichiga oladi',
|
||||
'inverse' => ':attribute :text o\'z ichiga olmaydi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'ends_with' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Bilan tugaydi',
|
||||
'inverse' => 'Bilan tugamaydi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :text bilan tugaydi',
|
||||
'inverse' => ':attribute :text bilan tugamaydi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'equals' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Teng',
|
||||
'inverse' => 'Teng emas',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :text ga teng',
|
||||
'inverse' => ':attribute :text ga teng emas',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'starts_with' => [
|
||||
|
||||
'label' => [
|
||||
'direct' => 'Bilan boshlanadi',
|
||||
'inverse' => 'Bilan boshlanmaydi',
|
||||
],
|
||||
|
||||
'summary' => [
|
||||
'direct' => ':attribute :text bilan boshlanadi',
|
||||
'inverse' => ':attribute :text bilan boshlanmaydi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'text' => [
|
||||
'label' => 'Matn',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'add_rule' => [
|
||||
'label' => 'Qoida qo\'shish',
|
||||
],
|
||||
|
||||
'add_rule_group' => [
|
||||
'label' => 'Qoida guruhini qo\'shish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
224
vendor/filament/tables/resources/lang/uz/table.php
vendored
Normal file
224
vendor/filament/tables/resources/lang/uz/table.php
vendored
Normal file
@@ -0,0 +1,224 @@
|
||||
<?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)',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user