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:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'notifications' => [
|
||||
'blocked' => [
|
||||
'title' => 'E-posta adresi güncelleme isteği engellendi',
|
||||
'body' => 'Başarılı bir şekilde E-posta adresinizin :email olarak güncellenme isteğini engellediniz. Eğer bu isteği siz yapmadıysanız lütfen bizimle iletişime geçin.',
|
||||
],
|
||||
'failed' => [
|
||||
'title' => 'E-posta adresi güncelleme isteği engellenirken bir hata oluştu',
|
||||
'body' => 'Ne yazık ki, E-posta adresinizin :email olarak güncellenme isteğini engelleme işleminiz başarısız oldu, siz engelleyemeden E-posta adresi onaylandı. Eğer bu isteği siz yapmadıysanız lütfen bizimle iletişime geçin.',
|
||||
],
|
||||
],
|
||||
];
|
||||
10
lang/vendor/filament-panels/tk/auth/http/controllers/email-change-verification-controller.php
vendored
Normal file
10
lang/vendor/filament-panels/tk/auth/http/controllers/email-change-verification-controller.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'notifications' => [
|
||||
'verified' => [
|
||||
'title' => 'E-posta adresi güncellendi',
|
||||
'body' => 'E-posta adresiniz başarıyla :email olarak güncellendi.',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user