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:
16
lang/vendor/filament-actions/tk/modal.php
vendored
Normal file
16
lang/vendor/filament-actions/tk/modal.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Ýatyr',
|
||||
],
|
||||
'confirm' => [
|
||||
'label' => 'Tassykla',
|
||||
],
|
||||
'submit' => [
|
||||
'label' => 'Iber',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user