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:
73
lang/vendor/filament-actions/tk/delete.php
vendored
Normal file
73
lang/vendor/filament-actions/tk/delete.php
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label poz',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozuldy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Saýlananlary poz',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Saýlananlary poz',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'deleted' => [
|
||||
'title' => 'Pozuldy',
|
||||
],
|
||||
|
||||
'deleted_partial' => [
|
||||
'title' => ':total ýazgydan :count pozuldy',
|
||||
'missing_authorization_failure_message' => ':count ýazgy pozmak üçin ygtyýaryňyz ýok.',
|
||||
'missing_processing_failure_message' => ':count ýazgy pozulmady.',
|
||||
],
|
||||
|
||||
'deleted_none' => [
|
||||
'title' => 'Ýazgylar pozulmady',
|
||||
'missing_authorization_failure_message' => ':count ýazgy pozmak üçin ygtyýaryňyz ýok.',
|
||||
'missing_processing_failure_message' => ':count ýazgy pozulmady.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user