This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

View 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ň.',
],
],
];

View 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ň.',
],
],
];