added tons of features

This commit is contained in:
2025-02-05 08:01:14 +02:00
parent 4ae0d8c545
commit 8138da6b1d
195 changed files with 12619 additions and 415 deletions

65
messages/ru.json Normal file
View File

@@ -0,0 +1,65 @@
{
"HomePage": {
"title": "Hello world!",
"about": "Go to the about page"
},
"Error": {
"title": "Произошла ошибка",
"try-again": "Попробуйте снова",
"back-to-home": "Вернуться домой"
},
"UI": {
"search-button": "Найти",
"search-placeholder": "Я ищу",
"clear-all": "Очистить все",
"delete": "Удалить",
"continue": "Продолжить",
"favorites": {
"add": "Добавить в список желаний"
}
},
"Banner": {
"Above": {
"title": "Открытие нового магазина"
}
},
"cart": {
"basket": "Корзина",
"favorites": "Избранное"
},
"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": "Пользователь не найден"
}
}
}