Files
bewell-in-ua/messages/ru.json
2025-03-11 02:54:09 +02:00

90 lines
2.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.

{
"HomePage": {
"title": "Hello world!",
"about": "Go to the about page"
},
"Common": {
"home": "Главная",
"price": "Цена",
"buy": "Купить",
"basket": "Корзина"
},
"Error": {
"title": "Произошла ошибка",
"try-again": "Попробуйте снова",
"back-to-home": "Вернуться домой"
},
"UI": {
"search-button": "Найти",
"search-placeholder": "Я ищу",
"clear-all": "Очистить все",
"delete": "Удалить",
"continue": "Продолжить",
"favorites": {
"add": "Добавить в список желаний"
}
},
"Banner": {
"Above": {
"title": "Открытие нового магазина"
}
},
"cart": {
"buy": "Купить",
"basket": "Корзина",
"favorites": "Избранное",
"empty": "Корзина пуста",
"continue": "Продолжить покупки",
"do_purchase": "Перейти к каталогу товаров",
"checkout": "Оформить заказ",
"title": "Название",
"quantity": "Количество",
"amount": "Стоимость",
"total": "Всего",
"clear_cart": "Очистить корзину",
"post": {
"findSettlement": "Выберите населенный пункт",
"startSearchSettlement": "Название населенного пункта",
"selectWarehouse": "Выберите отделение",
"startSearchWarehouse": "Поиск",
"notFount": "Ничего не найдено"
}
},
"cabinet": {
"personal-information": {
"title": "Личные данные",
"address": {
"title": "Адреса доставки"
},
"orders": {
"title": "Мои заказы"
},
"viewed-products": {
"title": "Просмотренные товары"
},
"contacts": {
"title": "Контакты",
"email": "Электронная почта (логин)",
"phones": "Телефон(ы)"
},
"account": {
"title": "Мой аккаунт",
"login": "Логин(email)",
"name": "Имя",
"patronymic": "Отчество",
"surname": "Фамилия"
}
}
},
"Auth": {
"Login": {
"label": "Войти",
"success": "Пользователь успешно авторизован!"
},
"Error": {
"user-not-found": "Пользователь не найден",
"invalid-input-data": "invalid-input-data"
}
}
}