40 lines
1.3 KiB
PHP
40 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' => '結賬',
|
|
'address' => '配送地址',
|
|
'payment_address' => '賬單地址',
|
|
'same_as_shipping_address' => '賬單地址同收貨地址',
|
|
'chosen' => '已選擇',
|
|
'edit' => '編輯',
|
|
'choose_another_address' => '選擇其他地址',
|
|
'add_new_address' => '添加新地址',
|
|
'payment_method' => '支付方式',
|
|
'delivery_method' => '配送方式',
|
|
'cart_totals' => '購物車總數',
|
|
'submit_order' => '提交訂單',
|
|
'enter_name' => '請輸入姓名',
|
|
'enter_phone' => '請輸入聯繫電話',
|
|
'enter_address' => '請輸入詳細地址 1',
|
|
'select_province' => '請選擇省份',
|
|
'enter_city' => '請填寫城市',
|
|
'check_form' => '請檢查表單是否填寫正確',
|
|
'error_payment_address' => '請選擇賬單地址',
|
|
|
|
'payment' => [
|
|
'index' => '請付款',
|
|
'please_pay' => '訂單提交成功,請付款',
|
|
'order_number' => '訂單編號',
|
|
'amounts_payable' => '應付金額',
|
|
'payment_method' => '支付方式',
|
|
];
|