New translations profile.json (Hindi)

This commit is contained in:
Amruth Pillai
2020-03-30 20:19:18 +05:30
parent cc7702dca9
commit 98739519dd

View File

@ -1,40 +1,40 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "फोटो लिंक"
}, },
"firstName": { "firstName": {
"label": "First Name", "label": "पहला नाम",
"placeholder": "Jane" "placeholder": "दिलीप"
}, },
"lastName": { "lastName": {
"label": "Last Name", "label": "उपनाम",
"placeholder": "Doe" "placeholder": "शर्मा"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle", "label": "उपशीर्षक",
"placeholder": "Full Stack Web Developer" "placeholder": "फुल स्टैक वेब डेवलपर"
}, },
"address": { "address": {
"line1": { "line1": {
"label": "Address Line 1", "label": "पता पंक्ति 1",
"placeholder": "Palladium Complex" "placeholder": "A-272"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "पता पंक्ति 2",
"placeholder": "140 E 14th St" "placeholder": "डिफेंस कॉलोनी"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "पता पंक्ति 3",
"placeholder": "New York, NY 10003 USA" "placeholder": "दिल्ली, 110024 भारत"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "फोन नंबर"
}, },
"website": { "website": {
"label": "Website" "label": "वेबसाइट"
}, },
"email": { "email": {
"label": "Email Address" "label": "ईमेल पता"
} }
} }