feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+35
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+42
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Kërkim global',
|
||||
'placeholder' => 'Kërko',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Nuk u gjet asnjë result.',
|
||||
|
||||
];
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Menaxho abonimin',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Dil',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Hap njoftimet',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menuja e përdoruesit',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Mbyll menunë',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Hap menunë',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Aktivizo template-in e errët',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Aktivizo template-in e shndritshëm',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Aktivizo template-in e sistemit',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Faqja Kryesore',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Ruaj ndryshimet',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Ruaj',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Krijo :label',
|
||||
|
||||
'breadcrumb' => 'Krijo',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Anulo',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Krijo',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Krijo & krijo një tjetër',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'U krijua',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Modifiko :label',
|
||||
|
||||
'breadcrumb' => 'Modifiko',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Anulo',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Ruaj ndryshimet',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Modifiko',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'U ruajt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Listo',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Pamje :label',
|
||||
|
||||
'breadcrumb' => 'Pamje',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Pamje',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Dil',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Mirë se vini',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Documentation',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user