www.lightcourse.com/app/admin/lang/zh-cn/voucher.lang.php

28 lines
1.5 KiB
PHP

<?php
$lang['admin_voucher_unavailable'] = '需开启 代金券、积分,正在跳转到设置页面 。。。';
$lang['admin_voucher_templatestate_usable'] = '有效';
//菜单
$lang['admin_voucher_template_manage']= '商城代金券';
$lang['admin_voucher_template_add']= '添加代金券';
$lang['admin_voucher_template_edit']= '编辑代金券';
/**
* 代金券
*/
$lang['admin_voucher_template_points_error'] = '兑换所需积分数应为大于0的整数';
$lang['admin_voucher_template_title'] = '代金券名称';
$lang['admin_voucher_template_enddate'] = '有效期';
$lang['admin_voucher_template_price'] = '面额';
$lang['admin_voucher_template_total'] = '可发放总数';
$lang['admin_voucher_template_eachlimit'] = '每人限领';
$lang['admin_voucher_template_orderpricelimit'] = '消费金额';
$lang['admin_voucher_template_describe'] = '代金券描述';
$lang['admin_voucher_template_image'] = '代金券图片';
$lang['admin_voucher_template_points'] = '兑换所需积分数';
$lang['admin_voucher_template_adddate'] = '添加时间';
$lang['admin_voucher_template_list_tip'] = '手工设置的代金券如果失效了,用户将不能再领取该代金券,但是已经领取的代金券仍然可以正常使用';
$lang['admin_voucher_template_giveoutnum'] = '已领取';
$lang['admin_voucher_template_usednum'] = '已使用';
$lang['voucher_template_price_error'] = "模版面额不能为空且必须为整数,且面额不能大于限额";
return $lang;