From f5b06c5063660e8bf8e964d08328de86df792a86 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:19 +0530 Subject: [PATCH] New translations education.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/education.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/education.json diff --git a/src/i18n/locales/bg/leftSidebar/education.json b/src/i18n/locales/bg/leftSidebar/education.json new file mode 100644 index 00000000..b95303ae --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/education.json @@ -0,0 +1,11 @@ +{ + "name": { + "label": "Наименование" + }, + "major": { + "label": "Специалност" + }, + "grade": { + "label": "Оценка" + } +}