From 757bc1e19c0c08f6a9fd88c41a9ffeb3a7c16d53 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 20:19:22 +0530 Subject: [PATCH] New translations education.json (Hindi) --- src/i18n/locales/hi/leftSidebar/education.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/hi/leftSidebar/education.json b/src/i18n/locales/hi/leftSidebar/education.json index 231004b2..e31ed6fd 100644 --- a/src/i18n/locales/hi/leftSidebar/education.json +++ b/src/i18n/locales/hi/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": "Computer Science में Masters" }, "grade": { - "label": "Grade" + "label": "ग्रेड" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "आप उन परियोजनाओं या विशेष क्रेडिट कक्षाओं के बारे में लिख सकते हैं, जिन्हें आपने इस स्कूल में पढ़ते समय लिया था।" } }