36 lines
1.4 KiB
PHP
36 lines
1.4 KiB
PHP
<?php
|
|
$lang['voucher_unavailable'] = '代金券功能尚未开启';
|
|
$lang['voucher_templatestate_disabled']= '失效';
|
|
$lang['voucher_templateadd']= '新增代金券';
|
|
$lang['voucher_templateedit']= '编辑代金券';
|
|
$lang['voucher_templateinfo']= '代金券详细';
|
|
|
|
/**
|
|
* 代金券模板
|
|
*/
|
|
$lang['voucher_template_title'] = '代金券名称';
|
|
$lang['voucher_template_enddate'] = '有效期';
|
|
$lang['voucher_template_price'] = '面额';
|
|
$lang['voucher_template_total'] = '可发放总数';
|
|
$lang['voucher_template_eachlimit'] = '每人限领';
|
|
$lang['voucher_template_orderpricelimit'] = '消费金额';
|
|
$lang['voucher_template_describe'] = '代金券描述';
|
|
$lang['voucher_template_giveoutnum']= '已领取';
|
|
$lang['voucher_template_usednum'] = '已使用';
|
|
|
|
/**
|
|
* 代金券
|
|
*/
|
|
$lang['voucher_voucher_state_unused'] = "未使用";
|
|
$lang['voucher_voucher_state_used'] = "已使用";
|
|
$lang['voucher_voucher_state_expire'] = "已过期";
|
|
$lang['voucher_voucher_price'] = "金额";
|
|
$lang['voucher_voucher_indate'] = "有效期";
|
|
$lang['voucher_voucher_usecondition'] = "使用条件";
|
|
$lang['voucher_voucher_usecondition_desc'] = "订单满";
|
|
$lang['voucher_voucher_vieworder'] = "查看订单";
|
|
$lang['voucher_voucher_readytouse'] = "马上使用";
|
|
$lang['voucher_voucher_code'] = "编码";
|
|
$lang['voucher_code'] = "代金券编码";
|
|
$lang['voucher_use'] = "使用";
|
|
return $lang; |