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:
23
lang/vendor/filament-actions/tk/create.php
vendored
Normal file
23
lang/vendor/filament-actions/tk/create.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'single' => [
|
||||
'label' => ':label Oluştur',
|
||||
'modal' => [
|
||||
'heading' => ':label oluştur',
|
||||
'actions' => [
|
||||
'create' => [
|
||||
'label' => 'Döret',
|
||||
],
|
||||
'create_another' => [
|
||||
'label' => 'Oluştur & yeni oluştur',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'created' => [
|
||||
'title' => 'Oluşturuldu',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user