"b2b": {
"my_cart": "My Cart",
"back_to_shopping": "BACK TO SHOPPING",
"save_cart": "SAVE CART",
"request_quote": "REQUEST A QUOTE",
"total_price": "Catalog Total Price (Excl. Tax)",
"save_cart_modal": {
"title": "SAVE CART",
"cart_name": "Cart Name",
"save_cart_button": "SAVE CART"
},
"request_quote_modal": {
"title": "REQUEST A QUOTE",
"quotation_name": "Quotation Name",
"button": "SAVE"
},
"remove_product_modal": {
"title": "DELETE AND ADD TO FAVORITES",
"description": "Would you like to add this product you want to delete to your favorites?",
"add_to_favorites_button": "ADD TO FAVORITES",
"delete_product_button": "delete product"
},
"upload_file_modal": {
"select_file": "Select File",
"upload": "Upload",
"no_file_selected": "No file selected",
"error": {
"upload_failed": "An error occurred while uploading the file",
"no_file_selected": "Please select a file before uploading."
}
},
"empty": {
"title": "Your cart is empty, would you like to continue with your saved carts?",
"button": "SELECT CART",
"choose_cart_placeholder": "Chose a cart"
},
"table": {
"basket_qty": "<Qty /> Products",
"delete": "Delete",
"name_sku": "NAME & SKU",
"price": "PRICE",
"quantity": "QTY",
"store_name": "STORE NAME",
"store_qty": "STORE QTY",
"subtotal": "SUBTOTAL"
}
}