From cd74d728558d39c37139c06af12e1511fb5451fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:25 +0530 Subject: [PATCH] New translations profile.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/profile.json | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/profile.json diff --git a/src/i18n/locales/bg/leftSidebar/profile.json b/src/i18n/locales/bg/leftSidebar/profile.json new file mode 100644 index 00000000..7512c83a --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/profile.json @@ -0,0 +1,35 @@ +{ + "photoUrl": { + "label": "URL на снимката" + }, + "firstName": { + "label": "Лично име" + }, + "lastName": { + "label": "Фамилно име" + }, + "subtitle": { + "label": "Подзаглавие" + }, + "address": { + "label": "Адрес", + "line1": { + "label": "Адрес – ред 1" + }, + "line2": { + "label": "Адрес – ред 2" + }, + "line3": { + "label": "Адрес – ред 3" + } + }, + "phone": { + "label": "Телефонен номер" + }, + "website": { + "label": "Уеб сайт" + }, + "email": { + "label": "Имейл адрес" + } +}