From fbe76acee1977181d502910c76bedb69f712cb0b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:28 +0530 Subject: [PATCH] New translations references.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/references.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/references.json diff --git a/src/i18n/locales/bg/leftSidebar/references.json b/src/i18n/locales/bg/leftSidebar/references.json new file mode 100644 index 00000000..659e3ad6 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/references.json @@ -0,0 +1,14 @@ +{ + "name": { + "label": "Име" + }, + "position": { + "label": "Позиция" + }, + "phone": { + "label": "Телефонен номер" + }, + "email": { + "label": "Имейл адрес" + } +}