feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Hisob qaydnomasi',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Elektron pochta manzili',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Ism',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Yangi parol',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Yangi parolni tasdiqlang',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'O\'zgarishlarni saqlash',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Saqlandi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Qaytish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Elektron pochta manzilingizni tasdiqlang',
|
||||
|
||||
'heading' => 'Hurmatli foydalanuvchi elektron pochta manzilingizni tasdiqlang',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Yana bir bor yuborish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Biz yuborgan xatni olmadingizmi?',
|
||||
'notification_sent' => 'Biz :email manziliga elektron pochta manzilingizni tekshirish bo\'yicha ko\'rsatmalar bilan xat yubordik. Elektron pochtangizni tekshiring',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'Biz elektron pochta xabarini qayta yubordik.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Qayta yuborishlar soni juda koʻp',
|
||||
'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Tizimga kirish',
|
||||
|
||||
'heading' => 'Hisobingizga kiring',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'yoki',
|
||||
'label' => 'hisob qaydnomasini ro\'yxatdan o\'tkazing',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Parolni unutdingizmi?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Elektron pochta manzili',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Meni eslab qol',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Hisob qaydnomasiga kirish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Siz kiritgan foydalanuvchi nomi yoki parol noto\'g\'ri.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Kirish uchun urinishlar soni juda koʻp',
|
||||
'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Parolni qayta o\'rnatish',
|
||||
|
||||
'heading' => 'Parolni unutdingizmi?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'Kirish sahifasiga qaytish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Elektron pochta manzili',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'Xabar yuborish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Urinishlar soni juda ko\'p',
|
||||
'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Parolni qayta o\'rnatish',
|
||||
|
||||
'heading' => 'Parolni qayta o\'rnatish',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Elektron pochta manzili',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
'validation_attribute' => 'password',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Parolni tasdiqlash',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Parolni qayta o\'rnatish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Urinishlar juda ko\'p',
|
||||
'body' => 'Iltimos, :seconds soniyadan so\'ng qayta urinib ko\'ring.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Ro\'yxatdan o\'tish',
|
||||
|
||||
'heading' => 'Hisob qaydnomasini ro\'yxatdan o\'tkazing',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'yoki',
|
||||
'label' => 'o\'z hisob qaydnomangiz orqali kiring',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Elektron pochta manzili',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Ism',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Parol',
|
||||
'validation_attribute' => 'password',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Parolni tasdiqlash',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Roʻyxatdan oʻtish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Roʻyxatdan oʻtishga urinishlar juda koʻp',
|
||||
'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user