52 lines
731 B
PHP
52 lines
731 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'label' => 'Perfil',
|
|
|
|
'form' => [
|
|
|
|
'email' => [
|
|
'label' => 'Adreça de correu electrònic',
|
|
],
|
|
|
|
'name' => [
|
|
'label' => 'Nom',
|
|
],
|
|
|
|
'password' => [
|
|
'label' => 'Nova contrasenya',
|
|
],
|
|
|
|
'password_confirmation' => [
|
|
'label' => 'Confirma la nova contrasenya',
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
'label' => 'Desar canvis',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
'title' => 'Canvis desats',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Cancel·lar',
|
|
],
|
|
|
|
],
|
|
|
|
];
|