New translations profile.json (Arabic)

This commit is contained in:
Amruth Pillai
2020-04-17 06:33:55 +05:30
parent dd673735b4
commit bb4d18f31d

View File

@ -1,40 +1,35 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "رابط الصورة على الإنترنت"
}, },
"firstName": { "firstName": {
"label": "First Name", "label": "الإسم الأول"
"placeholder": "Jane"
}, },
"lastName": { "lastName": {
"label": "Last Name", "label": "الاسم الأخير"
"placeholder": "Doe"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle", "label": "العنوان الفرعي"
"placeholder": "Full Stack Web Developer"
}, },
"address": { "address": {
"label": "العنوان",
"line1": { "line1": {
"label": "Address Line 1", "label": "السطر 1 للعنوان"
"placeholder": "Palladium Complex"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "السطر 2 للعنوان"
"placeholder": "140 E 14th St"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "السطر 3 للعنوان"
"placeholder": "New York, NY 10003 USA"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "رقم الهاتف"
}, },
"website": { "website": {
"label": "Website" "label": "الموقع الالكتروني"
}, },
"email": { "email": {
"label": "Email Address" "label": "عنوان البريد الإلكتروني"
} }
} }