feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,51 @@
<?php
return [
'label' => 'Profil',
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'name' => [
'label' => 'Ad',
],
'password' => [
'label' => 'Yeni şifrə',
],
'password_confirmation' => [
'label' => 'Yeni şifrəni təsdiqlə',
],
'actions' => [
'save' => [
'label' => 'Dəyişiklikləri Yadda Saxla',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Yadda saxlanıldı',
],
],
'actions' => [
'cancel' => [
'label' => 'İmtina',
],
],
];
@@ -0,0 +1,35 @@
<?php
return [
'title' => 'E-poçt ünvanınızı təsdiqləyin',
'heading' => 'E-poçt ünvanınızı təsdiqləyin',
'actions' => [
'resend_notification' => [
'label' => 'Yenidən Göndər',
],
],
'messages' => [
'notification_not_received' => 'Göndərdiyimiz e-poçt gəlmədi?',
'notification_sent' => ':email ünvanına, daxilində e-poçt ünvanınızı necə təsdiqləyəcəyiniz barədə təlimatlar olan bir e-poçt göndərdik.',
],
'notifications' => [
'notification_resent' => [
'title' => 'E-poçt yenidən göndərildi.',
],
'notification_resend_throttled' => [
'title' => 'Bir çox yenidən göndərmə cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'title' => 'Giriş Et',
'heading' => 'Daxil Ol',
'actions' => [
'register' => [
'before' => 'və ya',
'label' => 'hesab yaradın',
],
'request_password_reset' => [
'label' => 'Şifrənizi unutmusunuz?',
],
],
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'password' => [
'label' => 'Şifrə',
],
'remember' => [
'label' => 'Məni Xatırla',
],
'actions' => [
'authenticate' => [
'label' => 'Giriş Et',
],
],
],
'messages' => [
'failed' => 'Daxil etdiyiniz məlumatlara uyğun hesab tapılmadı.',
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox giriş cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];
@@ -0,0 +1,42 @@
<?php
return [
'title' => 'Şifrənizi Sıfırlayın',
'heading' => 'Şifrənizi unutmusunuz?',
'actions' => [
'login' => [
'label' => 'girişə geri dön',
],
],
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'actions' => [
'request' => [
'label' => 'E-poçt göndər',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox istəmə cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Şifrənizi Sıfırlayın',
'heading' => 'Şifrənizi Sıfırlayın',
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'password' => [
'label' => 'Şifrə',
'validation_attribute' => 'şifrə',
],
'password_confirmation' => [
'label' => 'Şifrəni Təsdiqlə',
],
'actions' => [
'reset' => [
'label' => 'Şifrəni Sıfırla',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox sıfırlama cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];
+56
View File
@@ -0,0 +1,56 @@
<?php
return [
'title' => 'Qeydiyyatdan keç',
'heading' => 'Hesab Yarat',
'actions' => [
'login' => [
'before' => 'və ya',
'label' => 'hesabınıza giriş edin',
],
],
'form' => [
'email' => [
'label' => 'E-poçt ünvanı',
],
'name' => [
'label' => 'Ad',
],
'password' => [
'label' => 'Şifrə',
'validation_attribute' => 'şifrə',
],
'password_confirmation' => [
'label' => 'Şifreni Təsdiqlə',
],
'actions' => [
'register' => [
'label' => 'Hesab Yarat',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Bir çox hesab yaratma cəhdi',
'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.',
],
],
];