Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory

This commit is contained in:
Mekan1206
2026-07-31 23:40:35 +05:00
parent 581cb8241c
commit 20d032c4cc
83 changed files with 4386 additions and 39 deletions

292
lang/vendor/filament-tables/tk/table.php vendored Normal file
View File

@@ -0,0 +1,292 @@
<?php
return [
'column_manager' => [
'heading' => 'Sütünler',
'actions' => [
'apply' => [
'label' => 'Sütünleri ulany',
],
'reorder' => [
'label' => 'Sütüni saýla',
],
'reset' => [
'label' => 'Täzeden',
],
],
],
'columns' => [
'actions' => [
'label' => 'Hereket|Hereketler',
],
'icon' => [
'boolean' => [
'true' => 'Hawa',
'false' => 'Ýok',
],
],
'select' => [
'loading_message' => 'Ýüklenýär...',
'no_options_message' => 'Saýlaw ýok.',
'no_search_results_message' => 'Gözlegiňize laýyk saýlaw tapylmady.',
'placeholder' => 'Saýlaw saýla',
'searching_message' => 'Gözleg...',
'search_prompt' => 'Gözleg etmek üçin ýazyň...',
],
'text' => [
'actions' => [
'collapse_list' => ':count az görkez',
'expand_list' => ':count köp görkez',
],
'more_list_items' => 'we ýene :count',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Topar hereketleri üçin ähli elementleri saýla/aýyr.',
],
'bulk_select_record' => [
'label' => 'Topar hereketleri üçin :key elementini saýla/aýyr.',
],
'bulk_select_group' => [
'label' => 'Topar hereketleri üçin :title toparyny saýla/aýyr.',
],
'search' => [
'label' => 'Gözleg',
'placeholder' => 'Gözleg',
'indicator' => 'Gözleg',
],
],
'summary' => [
'heading' => 'Jemleme',
'subheadings' => [
'all' => 'Ähli :label',
'group' => ':group jemlemesi',
'page' => 'Bu sahypa',
],
'summarizers' => [
'average' => [
'label' => 'Ortaça',
],
'count' => [
'label' => 'Sany',
],
'sum' => [
'label' => 'Jemi',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Ýazgylary saýlamagy tamamla',
],
'enable_reordering' => [
'label' => 'Ýazgylary saýla',
],
'reorder_record' => [
'label' => ':key elementini saýla',
],
'filter' => [
'label' => 'Filtr',
],
'group' => [
'label' => 'Topar',
],
'open_bulk_actions' => [
'label' => 'Topar hereketleri',
],
'column_manager' => [
'label' => 'Sütün dolandyryjy',
],
'toggle_record_content' => [
'label' => ':key elementini giňelt/ýygna',
],
],
'empty' => [
'heading' => ':model ýok',
'description' => 'Başlamak üçin :model döret.',
],
'filters' => [
'actions' => [
'apply' => [
'label' => 'Filtrleri ulany',
],
'remove' => [
'label' => 'Filtr aýyr',
],
'remove_all' => [
'label' => 'Ähli filtrleri aýyr',
'tooltip' => 'Ähli filtrleri aýyr',
],
'reset' => [
'label' => 'Täzeden',
],
],
'heading' => 'Filtrler',
'indicator' => 'Işjeň filtrler',
'multi_select' => [
'placeholder' => 'Ähli',
],
'select' => [
'placeholder' => 'Ähli',
'relationship' => [
'empty_option_label' => 'Ýok',
],
],
'trashed' => [
'label' => 'Pozulan ýazgylar',
'only_trashed' => 'Diňe pozulan ýazgylar',
'with_trashed' => 'Pozulan ýazgylar bilen',
'without_trashed' => 'Pozulan ýazgylarsyz',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => 'Topar boýunça',
],
'direction' => [
'label' => 'Topar ugry',
'options' => [
'asc' => 'Artýan',
'desc' => 'Kemelýän',
],
],
],
],
'loading' => 'Ýüklenýär...',
'reorder_indicator' => 'Ýazgylary saýlamak üçin süýräp taşlaň.',
'result_count' => '{0} Netije ýok|{1} :count netije|[2,*] :count netije',
'selection_indicator' => [
'selected_count' => '1 ýazgy saýlandy|:count ýazgy saýlandy',
'actions' => [
'select_all' => [
'label' => 'Hemmesini saýla :count',
],
'deselect_all' => [
'label' => 'Hemmesini aýyr',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Tertiple',
],
'direction' => [
'label' => 'Tertip ugry',
'options' => [
'asc' => 'Artýan',
'desc' => 'Kemelýän',
],
],
],
],
'default_model_label' => 'ýazgy',
];