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

59 lines
1.5 KiB
PHP

<?php
/**
* account.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author Edward Yang <yangjin@opencart.cn>
* @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' => '查看详情',
'edit' => [
'index' => '修改个人信息',
'modify_avatar' => '修改头像',
'suggest' => '上传JPG或PNG图片。建议300 x 300。',
'name' => '名称',
'email' => '邮箱',
'crop' => '裁剪',
],
'wishlist' => [
'index' => '收藏列表',
],
'order' => [
'index' => '订单列表',
'order_completed' => '已确认收货',
'order_details' => '订单详情',
'amount' => '金额',
'state' => '状态',
'operate' => '操作',
'order_number' => '订单号',
'check' => '查看',
],
'addresses' => [
'index' => '我的地址'
],
];