mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 13:26:05 -06:00
New translations field.php (Persian)
This commit is contained in:
parent
95daec696c
commit
5ba36af2ad
@ -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