sellervoucher.lang.php 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?php
  2. $lang['voucher_unavailable'] = '代金券功能尚未开启';
  3. $lang['voucher_quotastate_activity'] = '正常';
  4. $lang['voucher_quotastate_cancel'] = '取消';
  5. $lang['voucher_quotastate_expire'] = '结束';
  6. $lang['voucher_templatestate_usable'] = '有效';
  7. $lang['voucher_templatestate_disabled']= '失效';
  8. $lang['voucher_quotalist']= '套餐列表';
  9. $lang['voucher_applyquota']= '申请套餐';
  10. $lang['voucher_applyadd']= '购买套餐';
  11. $lang['voucher_templateadd']= '新增代金券';
  12. $lang['voucher_templateedit']= '编辑代金券';
  13. $lang['voucher_templateinfo']= '代金券详细';
  14. /**
  15. * 套餐申请
  16. */
  17. $lang['voucher_apply_num_error']= '数量不能为空,且必须为1-12之间的整数';
  18. $lang['voucher_apply_fail']= '套餐申请失败';
  19. $lang['voucher_apply_succ']= '套餐申请成功,请等待审核';
  20. $lang['voucher_apply_date']= '申请日期';
  21. $lang['voucher_apply_num'] = '申请数量';
  22. $lang['voucher_apply_addnum'] = '套餐购买数量';
  23. $lang['voucher_apply_add_tip1'] = '购买单位为月(30天),一次最多购买12个月,您可以在所购买周期内以月为单位发布代金券活动';
  24. $lang['voucher_apply_add_tip2'] = '每月您需要支付%s元';
  25. $lang['voucher_apply_add_tip3'] = '每月最多发布活动%s次';
  26. $lang['voucher_apply_add_tip4'] = '套餐时间从审批后开始计算';
  27. $lang['voucher_apply_add_confirm1'] = '您总共需要支付';
  28. $lang['voucher_apply_add_confirm2'] = '元,确认购买吗?';
  29. $lang['voucher_apply_buy_succ'] = '套餐购买成功';
  30. /**
  31. * 套餐
  32. */
  33. $lang['voucher_quota_startdate'] = '开始时间';
  34. $lang['voucher_quota_enddate'] = '结束时间';
  35. $lang['voucher_quota_timeslimit'] = '活动次数限制';
  36. $lang['voucher_quota_publishedtimes'] = '已发布活动次数';
  37. $lang['voucher_quota_residuetimes'] = '剩余活动次数';
  38. /**
  39. * 代金券模板
  40. */
  41. $lang['voucher_template_quotanull'] = '当前没有可用的套餐,请先申请套餐';
  42. $lang['voucher_template_noresidual'] = "当前套餐中活动已满%s条活动信息,不可再发布活动";
  43. $lang['voucher_template_pricelisterror'] = '平台代金券面额设置出现问题,请联系客服帮助解决';
  44. $lang['voucher_template_title_error'] = "模版名称不能为空且不能大于50个字符";
  45. $lang['voucher_template_total_error'] = "可发放数量不能为空且必须为整数";
  46. $lang['voucher_template_price_error'] = "模版面额不能为空且必须为整数,且面额不能大于限额";
  47. $lang['voucher_template_limit_error'] = "模版使用消费限额不能为空且必须是数字";
  48. $lang['voucher_template_describe_error'] = "模版描述不能为空且不能大于255个字符";
  49. $lang['voucher_template_title'] = '代金券名称';
  50. $lang['voucher_template_enddate'] = '有效期';
  51. $lang['voucher_template_enddate_tip'] = '有效期应在套餐有效期内,正使用的套餐有效期为';
  52. $lang['voucher_template_price'] = '面额';
  53. $lang['voucher_template_total'] = '可发放总数';
  54. $lang['voucher_template_eachlimit'] = '每人限领';
  55. $lang['voucher_template_eachlimit_item']= '不限';
  56. $lang['voucher_template_orderpricelimit'] = '消费金额';
  57. $lang['voucher_template_describe'] = '代金券描述';
  58. $lang['voucher_template_styleimg'] = '选择代金券皮肤';
  59. $lang['voucher_template_styleimg_text'] = '店铺优惠券';
  60. $lang['voucher_template_image'] = '代金券图片';
  61. $lang['voucher_template_image_tip'] = '该图片将在积分中心的代金券模块中显示,上传后点击保存,建议尺寸为160*160px。';
  62. $lang['voucher_template_list_tip1'] = "1、手工设置代金券失效后,用户将不能领取该代金券,但是已经领取的代金券仍然可以使用";
  63. $lang['voucher_template_list_tip2'] = "2、代金券模版和已发放的代金券过期后自动失效";
  64. $lang['voucher_template_backlist'] = "返回列表";
  65. $lang['voucher_template_giveoutnum']= '已领取';
  66. $lang['voucher_template_usednum'] = '已使用';
  67. $lang['vouchertemplate_if_private'] = '是否私密';
  68. $lang['vouchertemplate_if_private_tip'] = '设置为私密后用户不能在代金券列表看到代金券,只能通过链接领取';
  69. /**
  70. * 代金券
  71. */
  72. $lang['voucher_voucher_state'] = "状态";
  73. $lang['voucher_voucher_state_unused'] = "未使用";
  74. $lang['voucher_voucher_state_used'] = "已使用";
  75. $lang['voucher_voucher_state_expire'] = "已过期";
  76. $lang['voucher_voucher_price'] = "金额";
  77. $lang['voucher_voucher_storename'] = "适用店铺";
  78. $lang['voucher_voucher_indate'] = "有效期";
  79. $lang['voucher_voucher_usecondition'] = "使用条件";
  80. $lang['voucher_voucher_usecondition_desc'] = "订单满";
  81. $lang['voucher_voucher_vieworder'] = "查看订单";
  82. $lang['voucher_voucher_readytouse'] = "马上使用";
  83. $lang['voucher_voucher_code'] = "编码";
  84. $lang['voucher_voucher_url'] = "领取链接";
  85. $lang['voucher_voucher_qrcode'] = "领取二维码";
  86. //index
  87. $lang['set_meal_renewal'] = '套餐续费';
  88. $lang['set_expiration_time'] = '套餐过期时间';
  89. $lang['please_buy_package_first'] = '当前没有可用套餐,请先购买套餐';
  90. $lang['deduction_settlement_payment_days'] = '相关费用会在店铺的账期结算中扣除';
  91. //templateadd
  92. $lang['store_classification'] = '店铺分类';
  93. $lang['blank_defaults'] = '留空则默认30天之后到期';
  94. $lang['image_upload'] = '图片上传';
  95. $lang['voucher_template_eachlimit'] = '每人限领';
  96. //controller
  97. $lang['buy_voucher_package'] = '购买代金券套餐';
  98. $lang['buy'] = '购买';
  99. $lang['voucher_plan'] = '份代金券套餐,单价';
  100. return $lang;