From f5c2f2d314c5a52f3b74c887d82fe1d672cb1cce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:16:36 +0530 Subject: [PATCH] New translations profile.json (Serbian (Cyrillic)) --- src/i18n/locales/sr/leftSidebar/profile.json | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/i18n/locales/sr/leftSidebar/profile.json diff --git a/src/i18n/locales/sr/leftSidebar/profile.json b/src/i18n/locales/sr/leftSidebar/profile.json new file mode 100644 index 00000000..6f109ed6 --- /dev/null +++ b/src/i18n/locales/sr/leftSidebar/profile.json @@ -0,0 +1,35 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name" + }, + "lastName": { + "label": "Last Name" + }, + "subtitle": { + "label": "Subtitle" + }, + "address": { + "label": "Address", + "line1": { + "label": "Address Line 1" + }, + "line2": { + "label": "Address Line 2" + }, + "line3": { + "label": "Address Line 3" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +}