From 46e741276f6e6c05952d568ca75c758f40aba82e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 23 May 2020 18:47:36 +0530 Subject: [PATCH] New translations profile.json (Russian) --- src/i18n/locales/ru/leftSidebar/profile.json | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 адрес" } }