pointcart.lang.php 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?php
  2. /**
  3. * 积分礼品兑换功能公用
  4. */
  5. $lang['pointcart_unavailable'] = '系统未开启积分或者积分兑换功能';
  6. $lang['pointcart_parameter_error'] = '参数错误';
  7. $lang['pointcart_record_error'] = '记录信息错误';
  8. $lang['pointcart_unlogin_error'] = '请您先进行登录';
  9. $lang['pointcart_goodsname'] = '礼品名称';
  10. $lang['pointcart_exchangepoint'] = '兑换积分';
  11. $lang['pointcart_exchangenum'] = '兑换数量';
  12. $lang['pointcart_pointoneall'] = '积分小计';
  13. $lang['pointcart_ensure_order'] = '确认兑换清单';
  14. $lang['pointcart_ensure_info'] = '确认收货人资料';
  15. $lang['pointcart_exchange_finish'] = '兑换完成';
  16. $lang['pointcart_cart_allpoints'] = '所需总积分';
  17. $lang['pointcart_shipfee'] = '运费';
  18. $lang['pointcart_step2_prder_trans_to'] = '寄送至';
  19. $lang['pointcart_step2_prder_trans_receive'] = '收货人';
  20. $lang['pointcart_buyer_error'] = '买家信息错误';
  21. /**
  22. * 购物车
  23. */
  24. $lang['pointcart_cart_addcart_fail'] = '兑换失败';
  25. $lang['pointcart_cart_addcart_willbe'] = '积分礼品兑换活动即将开始';
  26. $lang['pointcart_cart_addcart_end'] = '积分礼品兑换活动已经结束';
  27. $lang['pointcart_cart_addcart_pointshort'] = '积分不足,请选择其他礼品';
  28. $lang['pointcart_cart_addcart_prodexists'] = '您已经兑换过该礼品';
  29. $lang['pointcart_cart_modcart_fail'] = '修改失败';
  30. $lang['pointcart_cart_chooseprod_title'] = '已选择的兑换礼品';
  31. $lang['pointcart_cart_handle'] = '操作';
  32. $lang['pointcart_cart_reduse'] = '减少';
  33. $lang['pointcart_cart_increase'] = '增加';
  34. $lang['pointcart_cart_del'] = '删除';
  35. $lang['pointcart_cart_submit'] = '填写并确认兑换';
  36. $lang['pointcart_cart_continue'] = '继续兑换';
  37. $lang['pointcart_cart_null'] = '您还没有选择兑换礼品';
  38. $lang['pointcart_cart_exchangenow'] = '马上去兑换';
  39. $lang['pointcart_cart_exchanged_list'] = '查看已兑换信息';
  40. /**
  41. * step1
  42. */
  43. $lang['cart_step1_receiver_shou'] = '(收)';
  44. $lang['pointcart_step1_receiver_address'] = '收货人地址';
  45. $lang['pointcart_step1_manage_receiver_address'] = '管理收货人地址';
  46. $lang['pointcart_step1_addnewaddress_submit'] = '保存收货人地址';
  47. $lang['pointcart_step1_receiver_name'] = '收货人姓名';
  48. $lang['pointcart_step1_phone'] = '电话';
  49. $lang['pointcart_step1_new_address'] = '使用新的收货地址';
  50. $lang['pointcart_step1_input_true_name'] = '请填写真实姓名';
  51. $lang['pointcart_step1_area'] = '所在地区';
  52. $lang['pointcart_step1_edit'] = '编辑';
  53. $lang['pointcart_step1_please_choose'] = '请选择';
  54. $lang['pointcart_step1_choose_area'] = '请选择所在地区';
  55. $lang['pointcart_step1_whole_address'] = '详细地址';
  56. $lang['pointcart_step1_true_address'] = '请填写真实地址,不需要重复填写所在地区';
  57. $lang['pointcart_step1_zipcode'] = '邮政编码';
  58. $lang['pointcart_step1_zipcode_tip'] = '请填写邮政编码';
  59. $lang['pointcart_step1_zipcode_error'] = '邮政编码由6位数字构成';
  60. $lang['pointcart_step1_phone_num'] = '电话号码';
  61. $lang['pointcart_step1_telphone'] = '电话号码和手机号码请至少填写一个';
  62. $lang['pointcart_step1_mobile_num'] = '手机号码';
  63. $lang['pointcart_step1_auto_save'] = '自动保存收货地址';
  64. $lang['pointcart_step1_auto_saved'] = '选择后该地址将会保存到您的收货地址列表';
  65. $lang['pointcart_step1_message'] = '备注留言';
  66. $lang['pointcart_step1_message_advice'] = '选填,可以写下您对礼品的需求';
  67. $lang['pointcart_step1_submit'] = '兑换完成';
  68. $lang['pointcart_step1_chooseprod'] = '已选礼品';
  69. $lang['pointcart_step1_order_wrong1'] = '很抱歉,您填写的订单信息中有';
  70. $lang['pointcart_step1_order_wrong2'] = '个错误(如红色斜体部分所示),请检查并修正后再提交!';
  71. $lang['pointcart_step1_input_address'] = '请如实填写收货人详细地址';
  72. $lang['pointcart_step1_input_receiver'] = '请如实填写您的收货人姓名';
  73. $lang['pointcart_step1_phone_format'] = '电话号码由数字、加号、减号、空格、括号组成,并不能少于6位';
  74. $lang['pointcart_step1_wrong_mobile'] = '手机号码只能是数字,并且不能少于6位';
  75. $lang['pointcart_step1_goods_info'] = '兑换商品信息';
  76. $lang['pointcart_step1_goods_point'] = '兑换所需积分';
  77. $lang['pointcart_step1_goods_num'] = '兑换数量';
  78. $lang['pointcart_step1_return_list'] = '返回兑换列表';
  79. /**
  80. * step2
  81. */
  82. $lang['pointcart_step2_fail'] = '兑换操作失败';
  83. $lang['pointcart_step2_exchange_success'] = '兑换成功!';
  84. $lang['pointcart_step2_order_created'] = '您的兑换订单已成功生成';
  85. $lang['pointcart_step2_order_sn'] = '兑换单号';
  86. $lang['pointcart_step2_order_allpoints'] = '兑换积分';
  87. $lang['pointcart_step2_view_order'] = '查看详单';
  88. $lang['pointcart_step2_choose_method_to_pay']= '选择支付方式';
  89. $lang['pointcart_step2_paymessage'] = '支付留言';
  90. $lang['pointcart_step2_choose_pay_method'] = '请选择支付方式';
  91. $lang['pointcart_step2_ensure_pay'] = '确认支付';
  92. $lang['pointcart_step2_orderinfo_title'] = '兑换订单信息如下';
  93. $lang['pointcart_step2_pay_online'] = '线上支付';
  94. $lang['pointcart_step2_pay_offline'] = '线下支付';
  95. $lang['pointcart_step2_paymentnull'] = '抱歉,暂时没有符合条件的支付方式,请联系客服进行后续购买流程';
  96. $lang['pointcart_step2_paymessage_nullerror'] = '请填写汇款信息';
  97. $lang['pay_bank_user'] = '汇款人姓名';
  98. $lang['pay_bank_bank'] = '汇入银行';
  99. $lang['pay_bank_account'] = '汇款入账号';
  100. $lang['pay_bank_num'] = '汇款金额';
  101. $lang['pay_bank_date'] = '汇款日期';
  102. $lang['pay_bank_extend'] = '其它';
  103. $lang['pay_bank_order'] = '汇款单号';
  104. /**
  105. * step3
  106. */
  107. $lang['pointcart_step3_paymenterror'] = '支付方式错误';
  108. $lang['pointcart_step3_choosepayment'] = '请选择支付方式';
  109. $lang['pointcart_step3_paysuccess'] = '兑换信息支付成功';
  110. $lang['pointcart_step3_payfail'] = '兑换信息支付失败';
  111. $lang['pointcart_step3_predepositreduce_logdesc']= '积分兑换减少预存款可用金额';
  112. //pointcart_list
  113. $lang['notes_exchanging_gifts'] = '查看兑换清单,增加减少礼品数量,进入下一步操作。';
  114. //pointcart_step1
  115. $lang['information_consignee1'] = '请仔细核对填写收货、发票等信息,以确保物流快递及时准确投递。';
  116. $lang['information_consignee2'] = '暂无收货人地址,请先点击上方 “ 【管理】 ” ,新增收货地址,再进行兑换吧!';
  117. $lang['select_consignee_address'] = '请选择收货人地址';
  118. //pointcart_step2
  119. $lang['convertible_notes1'] = '兑换订单已提交完成,祝您购物愉快';
  120. $lang['convertible_notes2'] = '可通过用户中心';
  121. $lang['convertible_notes3'] = '积分兑换记录';
  122. $lang['convertible_notes4'] = '查看兑换单状态';
  123. $lang['continue_shopping'] = '继续购物';
  124. return $lang;