Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
37
lang/vendor/filament-widgets/tk/chart.php
vendored
Normal file
37
lang/vendor/filament-widgets/tk/chart.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
'label' => 'Filtr',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'filter' => [
|
||||
'label' => 'Diagramma maglumatyny filtrle',
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
'label' => 'Ulany',
|
||||
],
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Täzeden',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Görkezmek üçin maglumat ýok',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user