mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations field.php (Arabic)
This commit is contained in:
parent
c04da60813
commit
02e8f02359
@ -58,6 +58,12 @@ return [
|
|||||||
'birthday' => [
|
'birthday' => [
|
||||||
'name' => 'عيد ميلاد'
|
'name' => 'عيد ميلاد'
|
||||||
],
|
],
|
||||||
|
'facebook_address' => [
|
||||||
|
'name' => 'Facebook Address'
|
||||||
|
],
|
||||||
|
'google_address' => [
|
||||||
|
'name' => 'Google Address'
|
||||||
|
],
|
||||||
'education' => [
|
'education' => [
|
||||||
'name' => 'التعليم'
|
'name' => 'التعليم'
|
||||||
],
|
],
|
||||||
@ -115,6 +121,9 @@ return [
|
|||||||
'user' => [
|
'user' => [
|
||||||
'name' => 'المستعمل'
|
'name' => 'المستعمل'
|
||||||
],
|
],
|
||||||
|
'name' => [
|
||||||
|
'name' => 'Name'
|
||||||
|
],
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
@ -374,6 +383,9 @@ return [
|
|||||||
'password' => [
|
'password' => [
|
||||||
'name' => 'كلمه السر',
|
'name' => 'كلمه السر',
|
||||||
],
|
],
|
||||||
|
'old_password' => [
|
||||||
|
'name' => 'كلمة المرور القديمة',
|
||||||
|
],
|
||||||
'new_password' => [
|
'new_password' => [
|
||||||
'name' => 'كلمة السر الجديدة',
|
'name' => 'كلمة السر الجديدة',
|
||||||
],
|
],
|
||||||
@ -466,4 +478,8 @@ return [
|
|||||||
'personal' => [
|
'personal' => [
|
||||||
'name' => 'شخصي'
|
'name' => 'شخصي'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'education_part' => [
|
||||||
|
'name' => 'State of Education'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user