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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Global qidiruv',
|
||||
'placeholder' => 'Qidirish',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Hech narsa topilmadi.',
|
||||
|
||||
];
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Obuna boshqaruvi',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Chiqish',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Bildirishnomalarni ochish',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Foydalanuvchi menyusi',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Yon panelni yig\'ish',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Yon panelni yoyish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'To\'q rejimni ishlatish',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Yorqin rejimni ishlatish',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Tizim rejimidan foydalanish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Asosiy panel',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Filtr',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Filtr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Murojaat qilish',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'O\'zgarishlarni saqlash',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Saqlandi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Yangi :label yaratish',
|
||||
|
||||
'breadcrumb' => 'Yaratish',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Bekor qilish',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Yaratish',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Yaratish va yana boshqa yaratish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Yaratildi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':labelni tahrirlash',
|
||||
|
||||
'breadcrumb' => 'Tahrirlash',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Bekor qilish',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Saqlash',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Tahrirlash',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Saqlandi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Ro\'yxat',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':labelni ko\'rish',
|
||||
|
||||
'breadcrumb' => 'Ko\'rish',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Ko\'rish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Chiqish',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Hush kelibsiz',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Hujjat',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user