New translations profile.json (Hebrew)

This commit is contained in:
Amruth Pillai
2020-05-06 23:01:45 +05:30
parent e9e24dd691
commit 67a8f3f97c

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": "כתובת אימייל"
} }
} }