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:
36
lang/vendor/filament-actions/tk/dissociate.php
vendored
Normal file
36
lang/vendor/filament-actions/tk/dissociate.php
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'single' => [
|
||||
'label' => 'Ayrıştır',
|
||||
'modal' => [
|
||||
'heading' => ':label ayrıştır',
|
||||
'actions' => [
|
||||
'dissociate' => [
|
||||
'label' => 'Ayrıştır',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'dissociated' => [
|
||||
'title' => 'Ayrıştırıldı',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multiple' => [
|
||||
'label' => 'Seçiliyi ayrıştır',
|
||||
'modal' => [
|
||||
'heading' => ':label seçiliyi ayrıştır',
|
||||
'actions' => [
|
||||
'dissociate' => [
|
||||
'label' => 'Seçiliyi ayrıştır',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'dissociated' => [
|
||||
'title' => 'Ayrıştırıldı',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user