wyyl/resources/lang/ja/order.php

55 lines
1.6 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' => 'キャンセル',
];