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:
28
lang/vendor/filament-actions/tk/associate.php
vendored
Normal file
28
lang/vendor/filament-actions/tk/associate.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'single' => [
|
||||
'label' => 'İlişkilendir',
|
||||
'modal' => [
|
||||
'heading' => ':label İlişkilendir',
|
||||
'fields' => [
|
||||
'record_id' => [
|
||||
'label' => 'Kayıt',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'associate' => [
|
||||
'label' => 'İlişkilendir',
|
||||
],
|
||||
'associate_another' => [
|
||||
'label' => 'İlişkilendir ve başka bir taneye başla',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'associated' => [
|
||||
'title' => 'İlişkilendirildi',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user