Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:10:35 +07:00
commit 3db50d9637
371 changed files with 43223 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"catalogSupplier": {
"states": {
"loading": "Загружаем информацию о поставщике..."
},
"not_found": {
"title": "Поставщик не найден",
"subtitle": "Возможно, страница была удалена или указан неверный адрес"
},
"actions": {
"back_to_catalog": "Вернуться в каталог"
},
"sections": {
"offers": {
"title": "Активные предложения"
},
"products": {
"title": "Товары"
},
"locations": {
"title": "География поставок"
}
},
"badges": {
"verified": "Проверен",
"offers": "{count} предложений"
},
"labels": {
"on_time": "{percent}% вовремя",
"on_time_default": "89% вовремя",
"trusted_partner": "Надежный партнер"
},
"meta": {
"title": "Поставщик | Optovia",
"title_with_name": "{name} — Поставщик | Optovia",
"description": "Информация о поставщике",
"description_with_name": "Информация о поставщике {name}"
}
}
}