Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
87
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
87
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'skip_to_content' => [
|
||||
'label' => 'Mazmuna geç',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Abunalygy dolandyr',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Çykyş',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Bildirişler',
|
||||
'label_with_unread_count' => '{1} Bildirişler, :count okalmadyk bildiriş|[2,*] Bildirişler, :count okalmadyk bildiriş',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Ulanyjy menýusy',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Gapdal paneli ýygna',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Gapdal paneli giňelt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'label' => 'Tema',
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Garaňky temany aç',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Ýagty temany aç',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Ulgam temasyny aç',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'navigation' => [
|
||||
'label' => 'Gapdal panel navigasiýasy',
|
||||
],
|
||||
|
||||
'topbar' => [
|
||||
'label' => 'Ýokarky panel',
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => ':name awatary',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logotipy',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Kirýeçi gözlegi',
|
||||
'placeholder' => 'Gözleg',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user