Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
61
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
61
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'callout' => [
|
||||
|
||||
'statuses' => [
|
||||
'danger' => 'Ýalňyşlyk:',
|
||||
'info' => 'Bellik:',
|
||||
'success' => 'Üstünlik:',
|
||||
'warning' => 'Duýduryş:',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'section' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Bölümi ýygna',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Bölümi giňelt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'wizard' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'previous_step' => [
|
||||
'label' => 'Yza',
|
||||
],
|
||||
|
||||
'next_step' => [
|
||||
'label' => 'Indiki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'header' => [
|
||||
|
||||
'step' => [
|
||||
|
||||
'statuses' => [
|
||||
'completed' => 'Tamamlandy',
|
||||
'upcoming' => 'Tamamlanmady',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user