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:
85
lang/vendor/filament-panels/tk/auth/pages/login.php
vendored
Normal file
85
lang/vendor/filament-panels/tk/auth/pages/login.php
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Giriş',
|
||||
|
||||
'heading' => 'Girmek',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'ýa-da',
|
||||
'label' => 'hasap açmak',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Paroly ýatdan çykardyňyzmy?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Meni ýatda sakla',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Girmek',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Şahsyýetiňizi tassyklaň',
|
||||
|
||||
'subheading' => 'Girmegi dowam etdirmek üçin şahsyýetiňizi tassyklaň.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Nähili tassyklamak isleýärsiňiz?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Girişi tassykla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Bu maglumatlar biziň ýazgylarymyza gabat gelenok.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Giriş synanyşyklary köp',
|
||||
'body' => ':seconds sekuntdan soň gaýtadan synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user