265 lines
10 KiB
PHP
Executable File
265 lines
10 KiB
PHP
Executable File
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | ShopXO 国内领先企业级B2C免费开源电商系统
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2011~2019 http://shopxo.net All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
|
// +----------------------------------------------------------------------
|
|
// | Author: Devil
|
|
// +----------------------------------------------------------------------
|
|
|
|
/**
|
|
* 模块语言包
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
// 站点关闭状态列表
|
|
'site_site_state_list' => array(
|
|
0 => array('value' => 0, 'name' => '关闭', 'checked' => true),
|
|
1 => array('value' => 1, 'name' => '开启'),
|
|
),
|
|
|
|
// 是否开启用户登录
|
|
'site_user_login_state_list' => array(
|
|
0 => array('value' => 0, 'name' => '关闭'),
|
|
1 => array('value' => 1, 'name' => '开启', 'checked' => true),
|
|
),
|
|
|
|
// 获取验证码-强制使用图片验证码状态列表
|
|
'site_img_verify_state_list' => array(
|
|
0 => array('value' => 0, 'name' => '关闭'),
|
|
1 => array('value' => 1, 'name' => '开启', 'checked' => true),
|
|
),
|
|
|
|
// 图片验证码
|
|
'site_images_verify_rules_list' => array(
|
|
0 => array('value' => 'bgcolor', 'name' => '彩色背景'),
|
|
1 => array('value' => 'textcolor', 'name' => '彩色文本'),
|
|
2 => array('value' => 'point', 'name' => '干扰点'),
|
|
3 => array('value' => 'line', 'name' => '干扰线'),
|
|
),
|
|
|
|
// 时区
|
|
'site_timezone_list' => array(
|
|
'Pacific/Pago_Pago' => '(标准时-11:00) 中途岛、萨摩亚群岛',
|
|
'Pacific/Rarotonga' => '(标准时-10:00) 夏威夷',
|
|
'Pacific/Gambier' => '(标准时-9:00) 阿拉斯加',
|
|
'America/Dawson' => '(标准时-8:00) 太平洋时间(美国和加拿大)',
|
|
'America/Creston' => '(标准时-7:00) 山地时间(美国和加拿大)',
|
|
'America/Belize' => '(标准时-6:00) 中部时间(美国和加拿大)、墨西哥城',
|
|
'America/Eirunepe' => '(标准时-5:00) 东部时间(美国和加拿大)、波哥大',
|
|
'America/Antigua' => '(标准时-4:00) 大西洋时间(加拿大)、加拉加斯',
|
|
'America/Argentina/Buenos_Aires' => '(标准时-3:00) 巴西、布宜诺斯艾利斯、乔治敦',
|
|
'America/Noronha' => '(标准时-2:00) 中大西洋',
|
|
'Atlantic/Cape_Verde' => '(标准时-1:00) 亚速尔群岛、佛得角群岛',
|
|
'Africa/Ouagadougou' => '(格林尼治标准时) 西欧时间、伦敦、卡萨布兰卡',
|
|
'Europe/Andorra' => '(标准时+1:00) 中欧时间、安哥拉、利比亚',
|
|
'Europe/Mariehamn' => '(标准时+2:00) 东欧时间、开罗,雅典',
|
|
'Asia/Bahrain' => '(标准时+3:00) 巴格达、科威特、莫斯科',
|
|
'Asia/Dubai' => '(标准时+4:00) 阿布扎比、马斯喀特、巴库',
|
|
'Asia/Kolkata' => '(标准时+5:00) 叶卡捷琳堡、伊斯兰堡、卡拉奇',
|
|
'Asia/Dhaka' => '(标准时+6:00) 阿拉木图、 达卡、新亚伯利亚',
|
|
'Indian/Christmas' => '(标准时+7:00) 曼谷、河内、雅加达',
|
|
'Australia/Eucla' => '(标准时+8:00)北京、重庆、香港、新加坡',
|
|
'Australia/Darwin' => '(标准时+9:00) 东京、汉城、大阪、雅库茨克',
|
|
'Australia/Adelaide' => '(标准时+10:00) 悉尼、关岛',
|
|
'Australia/Currie' => '(标准时+11:00) 马加丹、索罗门群岛',
|
|
'Pacific/Fiji' => '(标准时+12:00) 奥克兰、惠灵顿、堪察加半岛'
|
|
),
|
|
|
|
// seo
|
|
// url模式列表
|
|
'seo_url_model_list' => array(
|
|
0 => array('value' => 0, 'name' => '兼容模式', 'checked' => true),
|
|
1 => array('value' => 1, 'name' => 'PATHINFO模式'),
|
|
2 => array('value' => 2, 'name' => 'PATHINFO模式+短地址'),
|
|
),
|
|
|
|
// 用户excel导出标题列表
|
|
'excel_user_title_list' => [
|
|
'username' => [
|
|
'name' => '用户名',
|
|
'type' => 'string',
|
|
],
|
|
'nickname' => [
|
|
'name' => '昵称',
|
|
'type' => 'int',
|
|
],
|
|
'gender_text' => [
|
|
'name' => '性别',
|
|
'type' => 'string',
|
|
],
|
|
'birthday_text'=> [
|
|
'name' => '生日',
|
|
'type' => 'string',
|
|
],
|
|
'status_text'=> [
|
|
'name' => '状态',
|
|
'type' => 'string',
|
|
],
|
|
'mobile' => [
|
|
'name' => '手机号码',
|
|
'type' => 'int',
|
|
],
|
|
'email' => [
|
|
'name' => '电子邮箱',
|
|
'type' => 'string',
|
|
],
|
|
'province' => [
|
|
'name' => '所在省',
|
|
'type' => 'string',
|
|
],
|
|
'city' => [
|
|
'name' => '所在市',
|
|
'type' => 'string',
|
|
],
|
|
'address' => [
|
|
'name' => '详细地址',
|
|
'type' => 'string',
|
|
],
|
|
'add_time' => [
|
|
'name' => '注册时间',
|
|
'type' => 'string',
|
|
],
|
|
],
|
|
|
|
|
|
// 订单excel导出
|
|
'excel_order_title_list' => [
|
|
'order_no' => [
|
|
'name' => '订单编号',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 收件人信息
|
|
'receive_name' => [
|
|
'name' => '收件人姓名',
|
|
'type' => 'string',
|
|
],
|
|
'receive_tel' => [
|
|
'name' => '收件人电话',
|
|
'type' => 'string',
|
|
],
|
|
'receive_province_name'=> [
|
|
'name' => '收件人所在省',
|
|
'type' => 'string',
|
|
],
|
|
'receive_city_name' => [
|
|
'name' => '收件人所在市',
|
|
'type' => 'string',
|
|
],
|
|
'receive_county_name' => [
|
|
'name' => '收件人所在区县',
|
|
'type' => 'string',
|
|
],
|
|
'receive_address' => [
|
|
'name' => '收件人详细地址',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 用户留言
|
|
'user_note' => [
|
|
'name' => '用户留言',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 快递信息
|
|
'express_name' => [
|
|
'name' => '快递公司',
|
|
'type' => 'string',
|
|
],
|
|
'express_number' => [
|
|
'name' => '快递单号',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 支付信息
|
|
'payment_name' => [
|
|
'name' => '支付方式',
|
|
'type' => 'string',
|
|
],
|
|
'pay_status_name' => [
|
|
'name' => '支付状态',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 基础信息
|
|
'status_name' => [
|
|
'name' => '订单状态',
|
|
'type' => 'string',
|
|
],
|
|
'preferential_price' => [
|
|
'name' => '优惠金额',
|
|
'type' => 'string',
|
|
],
|
|
'price' => [
|
|
'name' => '订单单价',
|
|
'type' => 'string',
|
|
],
|
|
'total_price' => [
|
|
'name' => '订单总价(订单最终价格)',
|
|
'type' => 'string',
|
|
],
|
|
'pay_price' => [
|
|
'name' => '已支付金额',
|
|
'type' => 'string',
|
|
],
|
|
'excel_export_items' => [
|
|
'name' => '商品信息',
|
|
'type' => 'string',
|
|
],
|
|
'items_count' => [
|
|
'name' => '购买总数',
|
|
'type' => 'int',
|
|
],
|
|
'describe' => [
|
|
'name' => '描述',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 时间
|
|
'confirm_time' => [
|
|
'name' => '确认时间',
|
|
'type' => 'string',
|
|
],
|
|
'pay_time' => [
|
|
'name' => '支付时间',
|
|
'type' => 'string',
|
|
],
|
|
'delivery_time' => [
|
|
'name' => '发货时间',
|
|
'type' => 'string',
|
|
],
|
|
'collect_time' => [
|
|
'name' => '完成时间',
|
|
'type' => 'string',
|
|
],
|
|
'cancel_time' => [
|
|
'name' => '取消时间',
|
|
'type' => 'string',
|
|
],
|
|
'close_time' => [
|
|
'name' => '关闭时间',
|
|
'type' => 'string',
|
|
],
|
|
'add_time' => [
|
|
'name' => '创建时间',
|
|
'type' => 'string',
|
|
],
|
|
'upd_time' => [
|
|
'name' => '更新时间',
|
|
'type' => 'string',
|
|
],
|
|
|
|
// 评论
|
|
'user_is_comments_time' => [
|
|
'name' => '评论时间',
|
|
'type' => 'string',
|
|
],
|
|
],
|
|
);
|
|
?>
|