Files
webapp/i18n/locales/ru/profileAddresses.json
Ruslan Bakiev 4f57686364
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
fix(ai): use LangServe message format (type instead of role)
2026-01-07 16:16:45 +07:00

55 lines
1.6 KiB
JSON
Raw Permalink 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": "Удалить",
"deleting": "Удаление...",
"confirm_delete": "Удалить этот адрес?"
},
"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": {}
}
}