wyyl/resources/lang/en/shop/checkout.php

41 lines
1.3 KiB
PHP

<?php
/**
* common.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-17 23:10:20
* @modified 2022-08-17 23:10:20
*/
return [
'index' => 'Checkout',
'address' => 'Address',
'payment_address' => 'Payment Address',
'same_as_shipping_address' => 'Same As Shipping Address',
'chosen' => 'Chosen',
'edit' => 'Edit',
'choose_another_address' => 'Choose Another Address',
'add_new_address' => 'Add New Address',
'payment_method' => 'Payment Method',
'delivery_method' => 'Delivery Method',
'cart_totals' => 'Cart Totals',
'submit_order' => 'Submit Order',
'enter_name' => 'Please type in your name',
'enter_phone' => 'Please type your phone number',
'enter_address' => 'Please enter detailed address 1',
'select_province' => 'Please select province',
'enter_city' => 'Please fill in the city ',
'check_form' => 'Please check that the form is filled out correctly',
'error_payment_address' => 'Please select a billing address',
'payment' => [
'index' => 'Please Pay',
'please_pay' => 'Order placed successfully, please pay',
'order_number' => 'Order Number',
'amounts_payable' => 'Amount',
'payment_method' => 'Payment Method',
]
];