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:
30
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
30
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Şifrenizi sıfırlayın',
|
||||
'heading' => 'Şifrenizi mi unuttunuz?',
|
||||
'actions' => [
|
||||
'login' => [
|
||||
'label' => 'girişe geri dön',
|
||||
],
|
||||
],
|
||||
'form' => [
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
'actions' => [
|
||||
'request' => [
|
||||
'label' => 'E-posta gönder',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'sent' => [
|
||||
'body' => 'Eğer hesabınız yoksa bir e-posta almayacaksınız.',
|
||||
],
|
||||
'throttled' => [
|
||||
'title' => 'Çok fazla istek',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
],
|
||||
];
|
||||
29
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
29
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Şifrenizi sıfırlayın',
|
||||
'heading' => 'Şifrenizi sıfırlayın',
|
||||
'form' => [
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
'validation_attribute' => 'password',
|
||||
],
|
||||
'password_confirmation' => [
|
||||
'label' => 'Şifreyi onayla',
|
||||
],
|
||||
'actions' => [
|
||||
'reset' => [
|
||||
'label' => 'Şifreyi sıfırla',
|
||||
],
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'throttled' => [
|
||||
'title' => 'Çok fazla sıfırlama denemesi',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user