Initial commit from monorepo
This commit is contained in:
46
i18n/locales/ru/profileAddresses.json
Normal file
46
i18n/locales/ru/profileAddresses.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"profileAddresses": {
|
||||
"header": {
|
||||
"title": "Мои адреса"
|
||||
},
|
||||
"actions": {
|
||||
"add": "Добавить адрес",
|
||||
"delete": "Удалить",
|
||||
"confirm_delete": "Удалить этот адрес?"
|
||||
},
|
||||
"form": {
|
||||
"title": "Новый адрес",
|
||||
"mapLabel": "Выберите точку на карте",
|
||||
"name": {
|
||||
"label": "Название",
|
||||
"placeholder": "Например: Офис, Склад, Производство"
|
||||
},
|
||||
"address": {
|
||||
"label": "Адрес",
|
||||
"placeholder": "Полный адрес"
|
||||
},
|
||||
"latitude": {
|
||||
"label": "Широта",
|
||||
"placeholder": "55.7558"
|
||||
},
|
||||
"longitude": {
|
||||
"label": "Долгота",
|
||||
"placeholder": "37.6173"
|
||||
},
|
||||
"save": "Сохранить",
|
||||
"saving": "Сохранение..."
|
||||
},
|
||||
"states": {
|
||||
"loading": "Загружаем адреса..."
|
||||
},
|
||||
"labels": {
|
||||
"default": "По умолчанию"
|
||||
},
|
||||
"empty": {
|
||||
"title": "Нет адресов",
|
||||
"description": "У вас пока нет сохранённых адресов",
|
||||
"cta": "Добавить первый адрес"
|
||||
},
|
||||
"status": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user