feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Profils',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-pasta adrese',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Vārds',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Jaunā parole',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Jaunās paroles apstiprinājums',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Saglabāt izmaiņas',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Izmaiņas saglabātas',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atcelt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user