wyyl/resources/lang/zh_hk/shop/account.php

138 lines
5.3 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
/**
* account.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-04 10:59:15
* @modified 2022-08-04 10:59:15
*/
return [
'index' => '個人中心',
'revise_info' => '修改信息',
'collect' => '收藏',
'coupon' => '優惠券',
'my_order' => '我的訂單',
'orders' => '全部訂單',
'pending_payment' => '待付款',
'pending_send' => '待發貨',
'pending_receipt' => '待收貨',
'after_sales' => '售後',
'no_order' => '您還沒有訂單! ',
'to_buy' => '去下單',
'order_number' => '訂單號',
'order_time' => '下單時間',
'state' => '狀態',
'amount' => '金額',
'check_details' => '查看詳情',
'all' => '共',
'items' => '件商品',
'verify_code_expired' => '您的驗證碼已過期10分鐘請重新獲取',
'verify_code_error' => '您的驗證碼錯誤',
'account_not_exist' => '賬號不存在',
'edit' => [
'index' => '修改個人信息',
'modify_avatar' => '修改頭像',
'suggest' => '上傳JPG或PNG圖片。建議300 x 300。 ',
'name' => '名稱',
'email' => '郵箱',
'crop' => '裁剪',
'password_edit_success' => '密碼修改成功',
'origin_password_fail' => '原密碼錯誤',
],
'wishlist' => [
'index' => '我的收藏',
'product' => '商品',
'price' => '價格',
'check_details' => '查看詳情',
],
'order' => [
'index' => '我的訂單',
'completed' => '已確認收貨',
'cancelled' => '訂單已取消',
'order_details' => '訂單詳情',
'amount' => '金額',
'state' => '狀態',
'order_number' => '訂單號',
'check' => '查看',
'order_info' => [
'index' => '訂單詳情',
'order_details' => '訂單詳情',
'to_pay' => '去支付',
'cancel' => '取消訂單',
'confirm_receipt' => '確認收貨',
'order_number' => '訂單號',
'order_date' => '下單日期',
'state' => '狀態',
'order_amount' => '訂單金額',
'order_items' => '訂購商品',
'apply_after_sales' => '申請售後',
'order_total' => '合計訂單',
'logistics_status' => '物流狀態',
'order_status' => '訂單狀態',
'remark' => '備註',
'update_time' => '更新時間',
],
'order_success' => [
'order_success' => '恭喜您,訂單生成成功! ',
'order_number' => '訂單編號',
'amounts_payable' => '應付金額 ',
'payment_method' => '支付方式 ',
'view_order' => '查看訂單詳情 ',
'pay_now' => '立即支付 ',
'kind_tips' => '溫馨提示:您的訂單已生成成功,請盡快完成支付哦~ ',
'also' => '您還可以',
'continue_purchase' => '繼續採購',
'contact_customer_service' => '如果您在訂單過程中有任何問題,可以隨時聯繫我們客服人員',
'emaill' => '郵箱',
'service_hotline' => '服務熱線',
],
],
'addresses' => [
'index' => '我的地址',
'add_address' => '添加新地址',
'default_address' => '默認地址',
'delete' => '刪除',
'edit' => '編輯',
'enter_name' => '請輸入姓名',
'enter_phone' => '請輸入聯繫電話',
'enter_address' => '請輸入詳細地址 1',
'select_province' => '請選擇省份',
'enter_city' => '請填寫城市',
'confirm_delete' => '確定要刪除地址嗎? ',
'hint' => '提示',
'check_form' => '請檢查表單是否填寫正確',
],
'rma' => [
'index' => '我的售後',
'commodity' => '商品',
'quantity' => '數量',
'service_type' => '服務類型',
'return_reason' => '退換原因',
'creation_time' => '創建時間',
'check' => '查看',
'rma_info' => [
'index' => '售後詳情',
],
'rma_form' => [
'index' => '提交售後信息',
'service_type' => '服務類型',
'return_quantity' => '退換數量',
'unpacked' => '已打開包裝',
'return_reason' => '退換原因',
'remark' => '備註', ],
],
];