export default { en: { cart: { title: "Shopping cart", steps: { cart: "Cart", order: "Confirm order", payment: "Payment", complete: "Complete" }, empty: "Your cart is empty", continueShopping: "Continue shopping", selectAll: "Select all", selectedCount: "{n} selected", product: "Product", spec: "Specification", unitPrice: "Unit price", quantity: "Quantity", subtotal: "Subtotal", actions: "Actions", remove: "Remove", shop: "Shop", unknownStore: "Store", checkout: "Checkout", loadError: "Unable to load your cart.", updateError: "Unable to update your cart.", }, }, zh: { cart: { title: "购物车", steps: { cart: "购物车", order: "确认订单", payment: "支付", complete: "完成" }, empty: "购物车还是空的", continueShopping: "继续购物", selectAll: "全选", selectedCount: "已选 {n} 件", product: "商品", spec: "规格", unitPrice: "单价", quantity: "数量", subtotal: "小计", actions: "操作", remove: "移除", shop: "店铺", unknownStore: "店铺", checkout: "去结算", loadError: "购物车加载失败,请稍后重试。", updateError: "购物车更新失败,请稍后重试。", }, }, };