From fee5dce5d29b26f9acf72b25d748852c681a8042 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:29 +0530 Subject: [PATCH] New translations work.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/work.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/work.json diff --git a/src/i18n/locales/bg/leftSidebar/work.json b/src/i18n/locales/bg/leftSidebar/work.json new file mode 100644 index 00000000..e87a7f88 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/work.json @@ -0,0 +1,8 @@ +{ + "name": { + "label": "Наименование" + }, + "role": { + "label": "Роля" + } +}