install
This commit is contained in:
46
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
46
lang/vendor/filament-panels/tk/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Parolyňyzy täzeden dikediň',
|
||||
|
||||
'heading' => 'Parolyňyzy ýatdan çykardyňyzmy?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'giriş sahypasyna dolan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'E-poçta iber',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'sent' => [
|
||||
'body' => 'Hasabyňyz ýok bolsa, e-poçta almarsyňyz.',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Talaplary köp boldy',
|
||||
'body' => ':seconds sekuntdan soň täzeden synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
43
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
43
lang/vendor/filament-panels/tk/auth/pages/password-reset/reset-password.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Parolyňyzy täzeden dikediň',
|
||||
|
||||
'heading' => 'Parolyňyzy täzeden dikediň',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-poçta salgysy',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
'validation_attribute' => 'parol',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Paroly tassyklaň',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Paroly täzeden dikediň',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Täzeden dikeltmek synanyşyklary köp boldy',
|
||||
'body' => ':seconds sekuntdan soň täzeden synanyşyň.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user