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

139 lines
4.5 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' => '备注',
]
]
];