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

23 lines
621 B
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.

{
"offersNew": {
"header": {
"title": "Выберите продукт"
},
"actions": {
"back": "Назад"
},
"errors": {
"title": "Ошибка",
"retry": "Попробовать снова",
"load_failed": "Не удалось загрузить продукты"
},
"states": {
"loading": "Загружаем продукты..."
},
"empty": {
"title": "Нет доступных продуктов",
"description": "Обратитесь к администратору для добавления продуктов"
}
}
}