From 72641f482e17282002f50afe9ec034c2fd07667f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 14:35:02 +0530 Subject: [PATCH] New translations education.json (German) --- src/i18n/locales/de/leftSidebar/education.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/de/leftSidebar/education.json b/src/i18n/locales/de/leftSidebar/education.json index 231004b2..d0bb483e 100644 --- a/src/i18n/locales/de/leftSidebar/education.json +++ b/src/i18n/locales/de/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { "label": "Name", - "placeholder": "Harvard University" + "placeholder": "Harvard-Universität" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Abschluss", + "placeholder": "Master in Informatik" }, "grade": { - "label": "Grade" + "label": "Note" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "Sie können über Projekte oder spezielle Kurse schreiben, die Sie in der Schule belegt haben." } }