Files
marketplaces/src/assets/i18n/ru.json
2026-01-18 18:57:06 +04:00

43 lines
1.2 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.
{
"app": {
"title": "Маркетплейс",
"home": "Главная",
"search": "Поиск",
"cart": "Корзина",
"about": "О нас",
"contacts": "Контакты",
"categories": "Категории",
"all_products": "Все товары",
"empty_cart": "Корзина пуста",
"add_to_cart": "В корзину",
"total": "Итого",
"order": "Оформить заказ",
"language": "Язык"
},
"categories": {
"all": "Все категории",
"electronics": "Электроника",
"clothing": "Одежда",
"home": "Для дома",
"sports": "Спорт"
},
"product": {
"price": "Цена",
"description": "Описание",
"specifications": "Характеристики",
"in_stock": "В наличии",
"out_of_stock": "Нет в наличии"
},
"common": {
"loading": "Загрузка...",
"error": "Произошла ошибка",
"retry": "Повторить",
"back": "Назад",
"next": "Далее",
"cancel": "Отменить",
"confirm": "Подтвердить",
"save": "Сохранить",
"close": "Закрыть"
}
}