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:
48
lang/vendor/filament-panels/tk/auth/pages/edit-profile.php
vendored
Normal file
48
lang/vendor/filament-panels/tk/auth/pages/edit-profile.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'label' => 'Profil',
|
||||
'form' => [
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
'name' => [
|
||||
'label' => 'Ad',
|
||||
],
|
||||
'password' => [
|
||||
'label' => 'Yeni şifre',
|
||||
'validation_attribute' => 'şifre',
|
||||
],
|
||||
'password_confirmation' => [
|
||||
'label' => 'Yeni şifreyi onayla',
|
||||
'validation_attribute' => 'şifre onayı',
|
||||
],
|
||||
'current_password' => [
|
||||
'label' => 'Güncel şifre',
|
||||
'below_content' => 'Güvenliğiniz için lütfen güncel şifrenizi girin.',
|
||||
'validation_attribute' => 'güncel şifre',
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Değişiklikleri Kaydet',
|
||||
],
|
||||
],
|
||||
],
|
||||
'multi_factor_authentication' => [
|
||||
'label' => 'İki Faktörlü Doğrulama (2FA)',
|
||||
],
|
||||
'notifications' => [
|
||||
'email_change_verification_sent' => [
|
||||
'title' => 'E-posta adresi güncelleme isteği gönderildi',
|
||||
'body' => 'E-posta adresi güncelleme isteği :email adresine gönderildi. Lütfen güncellemeyi tamamlamak için E-posta adresinizi doğrulayın.',
|
||||
],
|
||||
'saved' => [
|
||||
'title' => 'Kaydedildi',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Ýatyr',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user