You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.8 KiB
50 lines
1.8 KiB
<?php
|
|
return [
|
|
'labels' => [
|
|
'Coupon' => '优惠券管理',
|
|
'coupon' => '优惠券管理',
|
|
],
|
|
'fields' => [
|
|
'title' => '标题',
|
|
'introduce' => '介绍',
|
|
'start_time' => '活动开始时间',
|
|
'end_time' => '活动结束时间',
|
|
'start_time_text' => '活动开始时间',
|
|
'end_time_text' => '活动结束时间',
|
|
'full_amount' => '满金额',
|
|
'discounts' => '优惠金额',
|
|
'is_new_user' => '要求新用户',
|
|
'is_new_user_text' => '要求新用户',
|
|
'inventory' => '发放数量',
|
|
'inventory_use' => '已领取数量',
|
|
'type' => '类型',
|
|
'type_text' => '类型',
|
|
'market_ids' => '市场',
|
|
'category_ids' => '店铺类型',
|
|
'category' => '分类',
|
|
'category_text' => '分类',
|
|
'active_type' => '活动类型',
|
|
'active_type_text' => '活动类型',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'remark' => '备注',
|
|
'weigh' => '排序',
|
|
'usable_number' => '用户一次可使用数量',
|
|
'usable_start_time' => '可用开始时间',
|
|
'usable_end_time' => '可用结束时间',
|
|
'discount_type' => '优惠类型',
|
|
'usable_start_time_text' => '可用开始时间',
|
|
'usable_end_time_text' => '可用结束时间',
|
|
'discount_type_text' => '优惠类型',
|
|
'receive_type' => '领取方式',
|
|
'receive_type_text' => '领取方式',
|
|
'created_at_text' => '创建时间',
|
|
'updated_at_text' => '更新时间',
|
|
'use_number' => '已使用数量',
|
|
'activity_available' => '可用活动',
|
|
'tags' => '标签',
|
|
'receive_type.receive_type' => '领取方式',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|