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

40 lines
1.1 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.

{
"clientOffersList": {
"header": {
"title": "Мои предложения"
},
"actions": {
"add": "Добавить",
"addOffer": "Добавить предложение"
},
"error": {
"title": "Ошибка",
"retry": "Попробовать снова",
"load": "Не удалось загрузить предложения"
},
"states": {
"loading": "Загружаем предложения..."
},
"labels": {
"untitled": "Без названия",
"quantity": "Количество",
"price": "Цена",
"location": "Локация",
"valid_until": "Действует до",
"not_specified": "Не указана",
"invalid_date": "Невалидная дата"
},
"status": {
"active": "Активно",
"draft": "Черновик",
"expired": "Истекло",
"sold": "Продано",
"unknown": "Неизвестно"
},
"empty": {
"title": "Нет предложений",
"subtitle": "Создайте своё первое предложение"
}
}
}