bonus.lang.php 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $lang['bonus_id'] = '红包ID';
  3. $lang['bonus_type'] = '红包类型';
  4. $lang['bonus_name'] = '红包名称';
  5. $lang['bonus_name_error'] = '红包名称错误';
  6. $lang['bonus_blessing'] = '红包祝福语';
  7. $lang['bonus_totalprice'] = '红包总面额';
  8. $lang['bonus_pricetype'] = '是否固定金额';
  9. $lang['bonus_pricetype'] = '是否固定金额';
  10. $lang['bonus_pricetype_0'] = '随机金额';
  11. $lang['bonus_pricetype_1'] = '固定金额';
  12. $lang['bonus_fixedprice'] = '固定金额';
  13. $lang['bonus_randomprice_start'] = '最小金额';
  14. $lang['bonus_randomprice_end'] = '最大金额';
  15. $lang['bonus_receivecount'] = '领取人数';
  16. $lang['bonus_receiveprice'] = '领取金额';
  17. $lang['bonus_state'] = '红包状态';
  18. $lang['bonus_remark'] = '红包备注';
  19. $lang['bonusreceive_time'] = '领取时间';
  20. $lang['bonusreceive_price'] = '领取金额';
  21. $lang['bonusreceive_transformed'] = '是否转入预存款';
  22. $lang['bonus_randomprice_error']='随机金额或红包总面额错误';
  23. $lang['bonus_fixedprice_error']='固定金额或红包总面额错误';
  24. return $lang;