66 lines
3.4 KiB
PHP
66 lines
3.4 KiB
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | 麦沃德科技赋能开发者,助力商协会发展
|
||
// +----------------------------------------------------------------------
|
||
// | Copyright (c) 2017~2024 www.wdsxh.cn All rights reserved.
|
||
// +----------------------------------------------------------------------
|
||
// | 沃德商协会系统并不是自由软件,不加密,并不代表开源,未经许可不可自由转售和商用
|
||
// +----------------------------------------------------------------------
|
||
// | Author: MY WORLD Team <bd@maiwd.cn> www.maiwd.cn
|
||
// +----------------------------------------------------------------------
|
||
|
||
return [
|
||
'Name' => '活动名称',
|
||
'Fees' => '报名费用',
|
||
'Images' => '活动轮播图',
|
||
'Organizing_method' => '举办方式',
|
||
'Organizing_method 1' => '线上',
|
||
'Organizing_method 2' => '线下',
|
||
'Contacts' => '联系人',
|
||
'Mobile' => '联系电话',
|
||
'Url' => '线上网址',
|
||
'Address' => '线下地址',
|
||
'Longitude' => '经度',
|
||
'Latitude' => '纬度',
|
||
'Apply_time' => '报名截止时间',
|
||
'Start_time' => '活动开始时间',
|
||
'End_time' => '活动结束时间',
|
||
'State' => '状态',
|
||
'State 1' => '报名中',
|
||
'State 2' => '进行中',
|
||
'State 3' => '已结束',
|
||
'Content' => '活动详情',
|
||
'Is_verifying' => '活动是否核销',
|
||
'Is_verifying 1' => '是',
|
||
'Is_verifying 2' => '否',
|
||
'Createtime' => '创建时间',
|
||
'Updatetime' => '更新时间',
|
||
'Weigh' => '权重',
|
||
'Status' => '显示状态',
|
||
'Status normal' => '显示',
|
||
'Set status to normal'=> '设为显示',
|
||
'Status hidden' => '隐藏',
|
||
'Set status to hidden'=> '设为隐藏',
|
||
'Verifying_wechat_ids' => '核销管理员',
|
||
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
||
'Activity_auth' => '对外状态',
|
||
'Activity_auth 1' => '对外开放',
|
||
'Activity_auth 2' => '会员专属',
|
||
'Non_member_registration_status' => '非会员报名状态',//todo 活动创建后,会员功能对外功能不可用,非会员无法报名
|
||
'Non_member_registration_status 1' => '可以报名',
|
||
'Non_member_registration_status 2' => '不能报名',
|
||
'Verification_method' => '核销方式',
|
||
'Verification_method 1' => '自助签到(范围1000米)',
|
||
'Verification_method 2' => '管理员核销',
|
||
'Applet_activity_qrcode_path' => '活动小程序码',
|
||
'Checked_in_qrcode' => '签到二维码',
|
||
'Points_status' => '设置是否获得积分',
|
||
'Points_status 1' => '是',
|
||
'Points_status 2' => '否',
|
||
'Points' => '积分',
|
||
'Apply_field_state' => '是否开启报名字段',
|
||
'Apply_field_state 1' => '开启',
|
||
'Apply_field_state 2' => '关闭',
|
||
'Apply_limit_number' => '报名限制人数',
|
||
];
|