added tons of features
This commit is contained in:
65
messages/ru.json
Normal file
65
messages/ru.json
Normal 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": "Пользователь не найден"
|
||||
}
|
||||
}
|
||||
}
|
||||
63
messages/uk.json
Normal file
63
messages/uk.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"HomePage": {
|
||||
"title": "Привіт світ!",
|
||||
"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": "Відкриття нового магазину"
|
||||
}
|
||||
},
|
||||
"catalog": {
|
||||
"title": "Каталог"
|
||||
},
|
||||
"cart": {
|
||||
"basket": "Кошик",
|
||||
"favorites": "Обрані",
|
||||
"empty": "Кошик порожній",
|
||||
"continue": "Продовжити покупки",
|
||||
"checkout": "Оформити замовлення"
|
||||
},
|
||||
|
||||
"cabinet": {
|
||||
"personal-information": {
|
||||
"title": "Особисті дані",
|
||||
"address": {
|
||||
"title": "Адреси доставки"
|
||||
},
|
||||
"orders": {
|
||||
"title": "Мої замовлення"
|
||||
},
|
||||
"viewed-products": {
|
||||
"title": "Переглянуті товари"
|
||||
},
|
||||
"contacts": {
|
||||
"title": "Контакти",
|
||||
"email": "Електронна пошта (логін)",
|
||||
"phones": "Телефон(и)"
|
||||
},
|
||||
"account": {
|
||||
"title": "Мій акаунт",
|
||||
"login": "Логін (email)",
|
||||
"name": "Ім'я",
|
||||
"patronymic": "По батькові",
|
||||
"surname": "Прізвище"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user