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" + } +}