Files
webapp/i18n/locales/ru/profileAddresses.json
2026-01-07 09:10:35 +07:00

47 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": {}
}
}