From 9d641deec3c4bc5e521ee450096f51e3a9beb8d0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 09:03:19 +0530 Subject: [PATCH] New translations profile.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/profile.json | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/profile.json b/src/i18n/locales/zh/leftSidebar/profile.json index b7f889c2..4d170045 100644 --- a/src/i18n/locales/zh/leftSidebar/profile.json +++ b/src/i18n/locales/zh/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "照片链接" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "名", + "placeholder": "张" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "姓", + "placeholder": "三" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "职位", + "placeholder": "全伐工程师" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "地址栏 1", + "placeholder": "帕拉迪亩大楼" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "地址栏 2", + "placeholder": "140 东 14号 街" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "地址栏 3", + "placeholder": "纽约, 纽约州, 10003 美国" } }, "phone": { - "label": "Phone Number" + "label": "电话号码" }, "website": { - "label": "Website" + "label": "网站" }, "email": { - "label": "Email Address" + "label": "邮箱地址" } }