feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Προφίλ',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Διεύθυνση Email',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Όνομα',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Νέος Κωδικός',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Επιβεβαίωση νέου κωδικού',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Αποθήκευση αλλαγών',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Αποθηκεύτηκε',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Άκυρο',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user