Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
43
lang/vendor/filament-infolists/tk/components.php
vendored
Normal file
43
lang/vendor/filament-infolists/tk/components.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'entries' => [
|
||||
|
||||
'text' => [
|
||||
|
||||
'actions' => [
|
||||
'collapse_list' => ':count az görkez',
|
||||
'expand_list' => ':count köp görkez',
|
||||
],
|
||||
|
||||
'more_list_items' => 'we ýene :count',
|
||||
|
||||
],
|
||||
|
||||
'icon' => [
|
||||
'true' => 'Hawa',
|
||||
'false' => 'Ýok',
|
||||
],
|
||||
|
||||
'key_value' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'key' => [
|
||||
'label' => 'Açar',
|
||||
],
|
||||
|
||||
'value' => [
|
||||
'label' => 'Baha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'placeholder' => 'Ýazgy ýok',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user