feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Registracija',
|
||||
|
||||
'heading' => 'Registrujte se',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'ili',
|
||||
'label' => 'Prijavite se',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresa e-pošte',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Ime',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Lozinka',
|
||||
'validation_attribute' => 'lozinka',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Potvrdite lozinku',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Registrujte se',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Previše pokušaja registracije',
|
||||
'body' => 'Molim vas, pokušajte ponovo za :seconds sekundi.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user