diff --git a/src/i18n/locales/ru/leftSidebar/profile.json b/src/i18n/locales/ru/leftSidebar/profile.json index 6f109ed6..e98c8ecb 100644 --- a/src/i18n/locales/ru/leftSidebar/profile.json +++ b/src/i18n/locales/ru/leftSidebar/profile.json @@ -1,35 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL Адрес фотографии" }, "firstName": { - "label": "First Name" + "label": "Имя" }, "lastName": { - "label": "Last Name" + "label": "Фамилия" }, "subtitle": { - "label": "Subtitle" + "label": "Подзаголовок" }, "address": { - "label": "Address", + "label": "Адрес", "line1": { - "label": "Address Line 1" + "label": "Адрес, строка 1" }, "line2": { - "label": "Address Line 2" + "label": "Адрес, строка 2" }, "line3": { - "label": "Address Line 3" + "label": "Адрес, строка 3" } }, "phone": { - "label": "Phone Number" + "label": "Номер телефона" }, "website": { - "label": "Website" + "label": "Веб-сайт" }, "email": { - "label": "Email Address" + "label": "E-mail адрес" } }