grand commit

This commit is contained in:
2025-02-07 08:34:42 +02:00
parent f594f001f6
commit c6c34f0453
53 changed files with 1283 additions and 625 deletions

View File

@@ -3,6 +3,10 @@
"title": "Hello world!",
"about": "Go to the about page"
},
"Common": {
"home": "Главная",
"price": "Цена"
},
"Error": {
"title": "Произошла ошибка",
"try-again": "Попробуйте снова",
@@ -24,8 +28,12 @@
}
},
"cart": {
"buy": "Купить",
"basket": "Корзина",
"favorites": "Избранное"
"favorites": "Избранное",
"empty": "Корзина пуста",
"continue": "Продолжить покупки",
"checkout": "Оформить заказ"
},
"cabinet": {
"personal-information": {

View File

@@ -3,6 +3,10 @@
"title": "Привіт світ!",
"about": "Go to the about page"
},
"Common": {
"home": "Головна",
"price": "Ціна"
},
"Error": {
"title": "Сталася помилка",
"try-again": "Спробуйте знову",
@@ -27,11 +31,16 @@
"title": "Каталог"
},
"cart": {
"buy": "Купити",
"basket": "Кошик",
"favorites": "Обрані",
"empty": "Кошик порожній",
"continue": "Продовжити покупки",
"checkout": "Оформити замовлення"
"checkout": "Оформити замовлення",
"title": "Назва",
"quantity": "Кількість",
"amount": "Вартість",
"total": "Всього"
},
"cabinet": {