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:
33
lang/vendor/filament-panels/tk/pages/dashboard.php
vendored
Normal file
33
lang/vendor/filament-panels/tk/pages/dashboard.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Dolandyryş paneli',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Süzgüç',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Süzgüç',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Ulan',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
16
lang/vendor/filament-panels/tk/pages/tenancy/edit-tenant-profile.php
vendored
Normal file
16
lang/vendor/filament-panels/tk/pages/tenancy/edit-tenant-profile.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'form' => [
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Değişiklikleri kaydet',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'saved' => [
|
||||
'title' => 'Kaydedildi',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user