+
{displaySidebarTrigger ? (
) : null}
diff --git a/public/locales/en/cart.json b/public/locales/en/cart.json
index a78a8cb..223d3f1 100644
--- a/public/locales/en/cart.json
+++ b/public/locales/en/cart.json
@@ -3,9 +3,6 @@
"description": "View your cart",
"emptyCartMessage": "Your cart is empty",
"emptyCartMessageDescription": "Add items to your cart to continue.",
- "subtotal": "Subtotal",
- "total": "Total",
- "promotionsTotal": "Promotions total",
"table": {
"item": "Item",
"quantity": "Quantity",
@@ -58,7 +55,11 @@
}
},
"order": {
- "title": "Order"
+ "title": "Order",
+ "promotionsTotal": "Promotions total",
+ "subtotal": "Subtotal",
+ "total": "Total",
+ "giftCard": "Gift card"
},
"orderConfirmed": {
"title": "Order confirmed",
diff --git a/public/locales/et/cart.json b/public/locales/et/cart.json
index e5e7376..36b69d0 100644
--- a/public/locales/et/cart.json
+++ b/public/locales/et/cart.json
@@ -3,9 +3,6 @@
"description": "Vaata oma ostukorvi",
"emptyCartMessage": "Sinu ostukorv on tühi",
"emptyCartMessageDescription": "Lisa tooteid ostukorvi, et jätkata.",
- "subtotal": "Vahesumma",
- "total": "Summa",
- "promotionsTotal": "Soodustuse summa",
"table": {
"item": "Toode",
"quantity": "Kogus",
@@ -58,7 +55,11 @@
}
},
"order": {
- "title": "Tellimus"
+ "title": "Tellimus",
+ "promotionsTotal": "Soodustuse summa",
+ "subtotal": "Vahesumma",
+ "total": "Summa",
+ "giftCard": "Kinkekaart"
},
"orderConfirmed": {
"title": "Tellimus on edukalt esitatud",
diff --git a/public/locales/ru/cart.json b/public/locales/ru/cart.json
index bac0c63..289ff31 100644
--- a/public/locales/ru/cart.json
+++ b/public/locales/ru/cart.json
@@ -3,9 +3,6 @@
"description": "Просмотрите свою корзину",
"emptyCartMessage": "Ваша корзина пуста",
"emptyCartMessageDescription": "Добавьте товары в корзину, чтобы продолжить.",
- "subtotal": "Промежуточный итог",
- "total": "Сумма",
- "promotionsTotal": "Скидка",
"table": {
"item": "Товар",
"quantity": "Количество",
@@ -58,7 +55,11 @@
}
},
"order": {
- "title": "Заказ"
+ "title": "Заказ",
+ "promotionsTotal": "Скидка",
+ "subtotal": "Промежуточный итог",
+ "total": "Сумма",
+ "giftCard": "Подарочная карта"
},
"orderConfirmed": {
"title": "Заказ успешно оформлен",