{
  "my_cart": "My Cart",
  "back_to_shopping": "Continue shopping",
  "selected_basket": "SELECTED BASKET",
  "select_basket": "SELECT BASKET",
  "total": "Total",
  "remove_basket": "Remove Basket",
  "empty": {
    "title": "Your Shopping Cart is Empty!",
    "content_first": "Your cart is currently empty",
    "content_second": "You can add the products to your cart to continue shopping.",
    "button": "START SHOPPING"
  },
  "card": {
    "color": "Color",
    "size": "Size",
    "qty": "Qty",
    "modal": {
      "title": "Delete and add to favorites",
      "question": "Are you sure you want to delete the product?",
      "delete": "Delete",
      "add_to_favorites": "Delete and Add to Favorites",
      "cancel": "Cancel",
      "moved_to_favorites": "Moved to favorites",
      "removed": "Removed from basket",
      "error": "Failed to remove product"
    }
  },
  "summary": {
    "title": "Order Summary",
    "subtotal": "Subtotal",
    "items": "items",
    "discounts_total": "Discounts Total",
    "remove": "Remove",
    "submit": "Apply",
    "total": "Total",
    "proceed_to_checkout": "PROCEED TO CHECKOUT",
    "form": {
      "title": "Promo Code",
      "placeholder": "Enter Code",
      "error": {
        "required": "This field is required."
      }
    }
  },
  "mini_basket": {
    "color": "Color",
    "size": "Size",
    "remove": "remove",
    "my_bag": "My Bag",
    "items": "items",
    "subtotal": "Subtotal",
    "view_bag": "VIEW BAG",
    "continue_shopping": "continue shopping",
    "in_the_bag": "It's in the bag"
  }
}
