vr-shopxo-source/app/index/lang/zh-cn.php

50 lines
1.7 KiB
PHP
Executable File

<?php
// +----------------------------------------------------------------------
// | ShopXO 国内领先企业级B2C免费开源电商系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011~2099 http://shopxo.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://opensource.org/licenses/mit-license.php )
// +----------------------------------------------------------------------
// | Author: Devil
// +----------------------------------------------------------------------
/**
* 模块语言包
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return [
// 商品
'page_goods' => [
'comment_no_data_tips' => '没有评论数据',
],
// 购物车
'page_cart' => [
'goods_no_choice_tips' => '请选择商品',
],
// 订单确认
'page_buy' => [
'address_choice_tips' => '请选择地址',
'payment_choice_tips' => '请选择支付',
],
// 订单管理
'page_order' => [
'order_id_empty' => '订单id有误',
'payment_choice_tips' => '请选择支付方式',
'rating_string' => '非常差,差,一般,好,非常好',
'not_choice_data_tips' => '请先选中数据',
'pay_url_empty_tips' => '支付url地址有误',
],
// 订单售后
'page_orderaftersale' => [
'refund_reason_empty_tips' => '退款原因数据为空',
],
];
?>