52 lines
728 B
PHP
52 lines
728 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'label' => 'Profil',
|
||
|
||
'form' => [
|
||
|
||
'email' => [
|
||
'label' => 'E-poçt ünvanı',
|
||
],
|
||
|
||
'name' => [
|
||
'label' => 'Ad',
|
||
],
|
||
|
||
'password' => [
|
||
'label' => 'Yeni şifrə',
|
||
],
|
||
|
||
'password_confirmation' => [
|
||
'label' => 'Yeni şifrəni təsdiqlə',
|
||
],
|
||
|
||
'actions' => [
|
||
|
||
'save' => [
|
||
'label' => 'Dəyişiklikləri Yadda Saxla',
|
||
],
|
||
|
||
],
|
||
|
||
],
|
||
|
||
'notifications' => [
|
||
|
||
'saved' => [
|
||
'title' => 'Yadda saxlanıldı',
|
||
],
|
||
|
||
],
|
||
|
||
'actions' => [
|
||
|
||
'cancel' => [
|
||
'label' => 'İmtina',
|
||
],
|
||
|
||
],
|
||
|
||
];
|