* @created 2022-08-19 14:54:21 * @modified 2022-08-19 14:54:21 */ return [ 'index' => 'Cart', 'added_to_cart' => 'Added To Cart', 'select_all' => 'Select All', 'commodity' => 'Commodity', 'quantity' => 'Quantity', 'subtotal' => 'Subtotal', 'operate' => 'Operate', 'product_total' => 'Product Totals', 'all' => 'All', 'selected' => 'Selected', 'total_price' => 'Total_Price', 'to_checkout' => 'To Checkout', 'cart_empty' => 'Your shopping cart is empty', 'go_buy' => 'You can go and see what you want to buy', 'go_shopping' => 'Go Shopping', 'must_select' => 'Please select at least one product', 'mini' => 'Your cart', 'delete' => 'Delete', 'check_cart' => 'Check the shopping cart', ];