New translations profile.json (Russian)

This commit is contained in:
Amruth Pillai
2020-05-23 18:47:36 +05:30
parent 8151cabd66
commit 46e741276f

View File

@ -1,35 +1,35 @@
{ {
"photoUrl": { "photoUrl": {
"label": "Photo URL" "label": "URL Адрес фотографии"
}, },
"firstName": { "firstName": {
"label": "First Name" "label": "Имя"
}, },
"lastName": { "lastName": {
"label": "Last Name" "label": "Фамилия"
}, },
"subtitle": { "subtitle": {
"label": "Subtitle" "label": "Подзаголовок"
}, },
"address": { "address": {
"label": "Address", "label": "Адрес",
"line1": { "line1": {
"label": "Address Line 1" "label": "Адрес, строка 1"
}, },
"line2": { "line2": {
"label": "Address Line 2" "label": "Адрес, строка 2"
}, },
"line3": { "line3": {
"label": "Address Line 3" "label": "Адрес, строка 3"
} }
}, },
"phone": { "phone": {
"label": "Phone Number" "label": "Номер телефона"
}, },
"website": { "website": {
"label": "Website" "label": "Веб-сайт"
}, },
"email": { "email": {
"label": "Email Address" "label": "E-mail адрес"
} }
} }