52 lines
812 B
PHP
52 lines
812 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'label' => 'الملف الشخصي',
|
|
|
|
'form' => [
|
|
|
|
'email' => [
|
|
'label' => 'البريد الإلكتروني',
|
|
],
|
|
|
|
'name' => [
|
|
'label' => 'الاسم',
|
|
],
|
|
|
|
'password' => [
|
|
'label' => 'كلمة المرور الجديدة',
|
|
],
|
|
|
|
'password_confirmation' => [
|
|
'label' => 'تأكيد كلمة المرور الجديدة',
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
'label' => 'حفظ التغييرات',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
'title' => 'تم الحفظ',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'إلغاء',
|
|
],
|
|
|
|
],
|
|
|
|
];
|