45 lines
1.3 KiB
PHP
Executable File
45 lines
1.3 KiB
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 模块语言包-优惠券
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
// 添加/编辑
|
|
'coupon_add_name' => '优惠券添加',
|
|
'coupon_edit_name' => '优惠券编辑',
|
|
|
|
'coupon_name_text' => '优惠券名称',
|
|
'coupon_name_format' => '优惠券名称格式 2~60 个字符',
|
|
|
|
'coupon_type_text' => '优惠券类型',
|
|
'coupon_type_format' => '优惠券类型有误',
|
|
|
|
'coupon_price_text' => '金额(元)',
|
|
'coupon_price_format' => '金额有误',
|
|
|
|
'coupon_use_where_price_text' => '使用条件金额(元)',
|
|
'coupon_use_where_price_format' => '使用条件金额有误',
|
|
|
|
'coupon_valid_text' => '有效时间',
|
|
'coupon_valid_start_time_format'=> '有效开始时间有误',
|
|
'coupon_valid_end_time_format' => '有效截止时间有误',
|
|
|
|
'coupon_operation_user_name' => '用户优惠券',
|
|
'coupon_operation_send_name' => '发放',
|
|
'coupon_so_keyword_tips' => '优惠券名称',
|
|
|
|
'coupon_send_search_input_text' => '用户昵称/姓名/手机号码',
|
|
'coupon_send_search_submit' => '查询',
|
|
|
|
'coupon_user_status_text' => '优惠券状态',
|
|
'coupon_user_username_text' => '用户姓名',
|
|
'coupon_user_nickname_text' => '用户昵称',
|
|
|
|
'coupon_list_name' => '优惠券列表',
|
|
'user_coupon_no_exist_error' => '优惠券不存在',
|
|
);
|
|
?>
|