allocatr/application/admin/lang/zh-cn/supplement/orders.php
2025-05-18 18:41:05 +08:00

28 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => 'ID',
'Area_id' => '区域 ID',
'Area_name' => '地址',
'Source_id' => '所属店铺 ID',
'Source_name' => '所属店铺 ID',
'Platform_order_no' => '平台订单编号',
'Item_id' => '服务类型 ID',
'Item_name' => '服务类型 ID',
'Buyer_account' => '刷手账号',
'Amount' => '支付金额',
'Commission' => '刷单佣金',
'Screenshots' => '截图 JSON下单图、评价图等',
'Status' => '订单状态',
'Status 0' => '待发货',
'Set status to 0' => '设为待发货',
'Status 1' => '待评价',
'Set status to 1' => '设为待评价',
'Status 2' => '评价超时',
'Set status to 2' => '设为评价超时',
'Admin_id' => '运营人员 ID',
'Remark' => '备注信息',
'Created_at' => '创建时间',
'Updated_at' => '最后更新时间'
];