DiverseYouthNightSchool/application/admin/lang/zh-cn/school/classes/activity/activity_auth.php

73 lines
2.9 KiB
PHP

<?php
return [
'Classes_activity_id' => '课程活动id',
'Manystore_id' => '机构账号id',
'Shop_id' => '机构店铺id',
'Title' => '标题',
'Headimage' => '头图',
'Images' => '轮播图',
'Address_type' => '地址类型',
'Address_type 1' => '按机构',
'Address_type 2' => '独立位置',
'Address_city' => '城市选择',
'Province' => '省编号',
'City' => '市编号',
'District' => '县区编号',
'Address' => '活动地址',
'Address_detail' => '活动详细地址',
'Longitude' => '经度',
'Latitude' => '纬度',
'Start_time' => '活动开始时间',
'End_time' => '活动结束时间',
'Sign_start_time' => '报名开始时间',
'Sign_end_time' => '报名结束时间',
'Price' => '报名费用',
'People_num' => '活动人数',
'Item' => '活动项目',
'Content' => '活动详情',
'Status' => '状态',
'Status 1' => '上架',
'Status 2' => '下架',
'Status 3' => '平台下架',
'Weigh' => '权重',
'Recommend' => '平台推荐',
'Recommend 0' => '否',
'Recommend 1' => '是',
'Hot' => '平台热门',
'Hot 0' => '否',
'Hot 1' => '是',
'New' => '平台最新',
'New 0' => '否',
'New 1' => '是',
'Selfhot' => '机构热门',
'Selfhot 0' => '否',
'Selfhot 1' => '是',
'Auth_status' => '审核状态',
'Auth_status 0' => '待审核',
'Set auth_status to 0'=> '设为待审核',
'Auth_status 1' => '审核通过',
'Set auth_status to 1'=> '设为审核通过',
'Auth_status 2' => '审核不通过',
'Set auth_status to 2'=> '设为审核不通过',
'Reason' => '审核不通过原因',
'Sale' => '总销量',
'Stock' => '限制总人数',
'Views' => '浏览量',
'Expirestatus' => '过期状态',
'Expirestatus 1' => '进行中',
'Expirestatus 2' => '已过期',
'Add_type' => '添加人类型',
'Add_type 1' => '机构',
'Add_type 2' => '总后台',
'Add_id' => '添加人id',
'Admin_id' => '审核管理员id',
'Auth_time' => '审核时间',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间',
'Manystore.nickname' => '昵称',
'Shop.name' => '店铺名称',
'Shop.logo' => '品牌LOGO'
];