feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user