Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.
This commit is contained in:
72
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
72
lang/vendor/filament-panels/tk/layout.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Abunalygy dolandyr',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Çykmak',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Habarnamalar',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Ulanyjy menýusy',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Gapdal paneli ýygnamak',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Gapdal paneli giňeltmek',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Gara tema açmak',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Açyk tema açmak',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Ulgam temasyny açmak',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => ':name awatary',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logotipi',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Kirdeçi gözlegi',
|
||||
'placeholder' => 'Gözleg',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user