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:
19
lang/vendor/filament-notifications/tk/database.php
vendored
Normal file
19
lang/vendor/filament-notifications/tk/database.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'modal' => [
|
||||
'heading' => 'Habarnamalar',
|
||||
'actions' => [
|
||||
'clear' => [
|
||||
'label' => 'Arassala',
|
||||
],
|
||||
'mark_all_as_read' => [
|
||||
'label' => 'Tümünü okundu işaretle',
|
||||
],
|
||||
],
|
||||
'empty' => [
|
||||
'heading' => 'Bildirim yok',
|
||||
'description' => 'Lütfen sonra kontrol ediniz',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user