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' => 'Profili',
'form' => [
'email' => [
'label' => 'Emaili',
],
'name' => [
'label' => 'Emri',
],
'password' => [
'label' => 'Fjalëkalim i ri',
],
'password_confirmation' => [
'label' => 'Konfirmo fjalëkalimin e ri',
],
'actions' => [
'save' => [
'label' => 'Ruaj ndryshimet',
],
],
],
'notifications' => [
'saved' => [
'title' => 'U ruajt',
],
],
'actions' => [
'cancel' => [
'label' => 'Mbrapa',
],
],
];
@@ -0,0 +1,35 @@
<?php
return [
'title' => 'Verifikoni adresën tuaj të emailit',
'heading' => 'Verifikoni adresën tuaj të emailit',
'actions' => [
'resend_notification' => [
'label' => 'Ridërgojeni',
],
],
'messages' => [
'notification_not_received' => 'Nuk e morët emailin që dërguam?',
'notification_sent' => 'Ne kemi dërguar një email në :email që përmban udhëzime se si të verifikoni adresën tuaj të emailit.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Ne e kemi ridërguar emailin.',
],
'notification_resend_throttled' => [
'title' => 'Shumë përpjekje për ridërgim',
'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.',
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'title' => 'Hyr',
'heading' => 'Hyr',
'actions' => [
'register' => [
'before' => 'ose',
'label' => 'rregjistro një llogari të re',
],
'request_password_reset' => [
'label' => 'Keni harruar fjalëkalimin?',
],
],
'form' => [
'email' => [
'label' => 'Email',
],
'password' => [
'label' => 'Fjalëkalimin',
],
'remember' => [
'label' => 'Mbaj mend fjalëkalimin',
],
'actions' => [
'authenticate' => [
'label' => 'Hyr',
],
],
],
'messages' => [
'failed' => 'Këto kredenciale nuk përputhen me të dhënat tona.',
],
'notifications' => [
'throttled' => [
'title' => 'Shumë përpjekje për hyrje',
'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.',
],
],
];
@@ -0,0 +1,42 @@
<?php
return [
'title' => 'Rivendosni fjalëkalimin tuaj',
'heading' => 'Keni harruar fjalekalimin tuaj?',
'actions' => [
'login' => [
'label' => 'kthehu te identifikohesh',
],
],
'form' => [
'email' => [
'label' => 'Adresa e emailit',
],
'actions' => [
'request' => [
'label' => 'Dërgoni një email',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Shumë kërkesa',
'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Rivendosni fjalëkalimin tuaj',
'heading' => 'Rivendosni fjalëkalimin tuaj',
'form' => [
'email' => [
'label' => 'Adresa e emailit',
],
'password' => [
'label' => 'Fjalëkalimi',
'validation_attribute' => 'fjalëkalimi',
],
'password_confirmation' => [
'label' => 'Konfirmo fjalëkalimin',
],
'actions' => [
'reset' => [
'label' => 'Rivendosni fjalëkalimin',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Shumë përpjekje për rivendosje',
'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.',
],
],
];
+56
View File
@@ -0,0 +1,56 @@
<?php
return [
'title' => 'Regjistrohu',
'heading' => 'Regjistrohu',
'actions' => [
'login' => [
'before' => 'ose',
'label' => 'hyni në llogarinë tuaj',
],
],
'form' => [
'email' => [
'label' => 'Adresa e emailit',
],
'name' => [
'label' => 'Emri',
],
'password' => [
'label' => 'Fjalëkalimi',
'validation_attribute' => 'fjalëkalimi',
],
'password_confirmation' => [
'label' => 'Konfirmo fjalëkalimin',
],
'actions' => [
'register' => [
'label' => 'Regjistrohu',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Too many registration attempts',
'body' => 'Please try again in :seconds seconds.',
],
],
];