6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/coupon-range.php

18 lines
340 B
PHP

<?php
return [
'labels' => [
'CouponRange' => 'CouponRange',
'coupon-range' => 'CouponRange',
],
'fields' => [
'coupon_id' => '优惠券',
'type' => '类型',
'ranges' => '范围',
'ranges1'=>'选择分类',
'ranges2'=>'选择商品',
],
'options' => [
],
];