DiverseYouthNightSchool/application/admin/lang/zh-cn/xilufitness/activity/coupon.php

21 lines
760 B
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 [
'Brand_id' => '所属小程序',
'Title' => '优惠券名称',
'Meet_amount' => '满足金额',
'Discount_amount' => '抵扣金额',
'Expire_day' => '有效期',
'Coupon_count' => '发放数量',
'Status' => '状态',
'Updatetime' => '更新时间',
'Createtime' => '创建时间',
'Day' => '天',
'How many days after self collection is valid, 0 is unlimited' => '自领取后多少天有效0为不限制',
'Distribution quantity, 0 is unlimited' => '发放数量0为不限制',
'Is_activity' => '是否参与活动',
'Is_activity_0' => '否',
'Is_activity_1' => '是',
'Invite_num' => '邀请人数'
];