From 855d43cb47dccaba8d2c1e32a33e3ba92c499528 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 09:37:32 +0530 Subject: [PATCH] New translations education.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/education.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/education.json b/src/i18n/locales/zh/leftSidebar/education.json index 231004b2..a4b4af68 100644 --- a/src/i18n/locales/zh/leftSidebar/education.json +++ b/src/i18n/locales/zh/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "学校", + "placeholder": "哈弗大学" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "主修课程", + "placeholder": "计算机科学硕士" }, "grade": { - "label": "Grade" + "label": "等级" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "你可以写关于你在这所学校学习的项目和进阶的课程." } }