From 3b6c86eea328791bd8bc48c6d9ca98758e8d12a5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 11 Apr 2020 19:42:35 +0530 Subject: [PATCH] New translations education.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/education.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/education.json b/src/i18n/locales/pt/leftSidebar/education.json index 231004b2..9c307326 100644 --- a/src/i18n/locales/pt/leftSidebar/education.json +++ b/src/i18n/locales/pt/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Instituição" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Área de estudo" }, "grade": { - "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "label": "Nota" } }