Files
webapp/i18n/locales/ru/profileAddresses.json
Ruslan Bakiev 8a2a804c58
All checks were successful
Build Docker Image / build (push) Successful in 4m21s
Add AddressDetailBottomSheet with same UX as orders
- Panel slides left when address is selected
- Bottom sheet slides up with address details
- Shows location, map preview, edit/delete actions
2026-01-29 21:00:18 +07:00

60 lines
1.7 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": "Добавить адрес",
"edit": "Редактировать",
"delete": "Удалить",
"deleting": "Удаление...",
"confirm_delete": "Удалить этот адрес?"
},
"detail": {
"location": "Местоположение",
"map": "Карта"
},
"form": {
"title": "Новый адрес",
"title_edit": "Редактирование адреса",
"mapLabel": "Выберите точку на карте",
"name": {
"label": "Название",
"placeholder": "Например: Офис, Склад, Производство"
},
"address": {
"label": "Адрес",
"placeholder": "Полный адрес"
},
"latitude": {
"label": "Широта",
"placeholder": "55.7558"
},
"longitude": {
"label": "Долгота",
"placeholder": "37.6173"
},
"save": "Сохранить",
"saving": "Сохранение...",
"update": "Обновить",
"updating": "Обновление..."
},
"states": {
"loading": "Загружаем адреса..."
},
"labels": {
"default": "По умолчанию"
},
"empty": {
"title": "Нет адресов",
"description": "У вас пока нет сохранённых адресов",
"cta": "Добавить первый адрес"
},
"error": {
"not_found": "Адрес не найден",
"back_to_list": "Назад к адресам"
},
"status": {}
}
}