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:
12
lang/vendor/filament-panels/tk/auth/notifications/notice-of-email-change-request.php
vendored
Normal file
12
lang/vendor/filament-panels/tk/auth/notifications/notice-of-email-change-request.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'subject' => 'E-posta adresiniz güncelleniyor',
|
||||
'lines' => [
|
||||
0 => 'E-posta adresinizin güncellenmesi isteğini aldık. Bu güncelleme işlemi şifreniz kullanılarak doğrulanmıştır.',
|
||||
1 => 'Doğrulanınca hesabınızın E-posta adresi belirtilen adres olarak güncellenecektir: :email.',
|
||||
2 => 'Aşağıdaki butonu kullanarak E-posta adresi doğrulanmadan bu güncelleme isteğini iptal edebilirsiniz.',
|
||||
3 => 'Eğer bu isteği siz yapmadıysanız lütfen bizimle iletişime geçin.',
|
||||
],
|
||||
'action' => 'Güncelleme İsteğini İptal Et',
|
||||
];
|
||||
Reference in New Issue
Block a user