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

32 lines
1.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Manystore_id' => '机构账号id',
'Shop_id' => '机构店铺id',
'Classes_activity_id' => '课程活动id',
'Name' => '活动项名称',
'Price' => '项目价格0为免费',
'Limit_num' => '本项目限定人数',
'Age' => '年龄限制描述',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1' => '设为上架',
'Status 2' => '下架',
'Set status to 2' => '设为下架',
'Sex' => '性别限制',
'Sex 1' => '男',
'Sex 2' => '女',
'Sex 3' => '男女不限',
'Weigh' => '权重',
'Sign_num' => '已报名人数',
'Verification_num' => '已核销人数',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间',
'Manystore.nickname' => '昵称',
'Shop.name' => '店铺名称',
'Shop.logo' => '品牌LOGO',
'Activity.title' => '标题',
'Activity.headimage' => '头图'
];