wyyl/resources/lang/zh_hk/order.php

54 lines
1.8 KiB
PHP

<?php
/**
* order.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'id' => 'ID',
'number' => '訂單號',
'customer_name' => '客戶姓名',
'payment_method' => '支付方式',
'email' => 'Email',
'telephone' => '聯繫電話',
'created_at' => '創建時間',
'updated_at' => '更新時間',
'status' => '狀態',
'status_format' => '狀態',
'total' => '訂單總額',
'express_number' => '快遞單號',
'express_company' => '快遞公司',
'order_shipments' => '發貨信息',
'address_info' => '地址信息',
'shipping_address' => '配送地址',
'payment_address' => '賬單地址',
'order_status' => '訂單狀態',
'current_status' => '當前狀態',
'change_to_status' => '修改狀態',
'comment' => '備註信息',
'submit_status' => '更新狀態',
'product_info' => '商品信息',
'product_name' => '名稱',
'product_price' => '價格',
'product_sub_price' => '小計',
'product_quantity' => '數量',
'product_sku' => 'SKU',
'action_history' => '操作日誌',
'history_status' => '狀態',
'history_comment' => '備註',
'history_created_at' => '更新日期',
'unpaid' => '待支付',
'paid' => '已支付',
'shipped' => '已發貨',
'completed' => '已完成',
'cancelled' => '已取消',
];