New translations profile.json (Chinese Simplified)

This commit is contained in:
Amruth Pillai
2020-03-31 09:03:19 +05:30
parent 5a4acaee0e
commit 9d641deec3

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": "帕拉迪亩大楼"
}, },
"line2": { "line2": {
"label": "Address Line 2", "label": "地址栏 2",
"placeholder": "140 E 14th St" "placeholder": "140 14号 街"
}, },
"line3": { "line3": {
"label": "Address Line 3", "label": "地址栏 3",
"placeholder": "New York, NY 10003 USA" "placeholder": "纽约, 纽约州, 10003 美国"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "电话号码"
}, },
"website": { "website": {
"label": "Website" "label": "网站"
}, },
"email": { "email": {
"label": "Email Address" "label": "邮箱地址"
} }
} }