storedeposit.lang.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. $lang['admin_storedeposit_storedeposit_info_1'] = '当前已缴保证金为¥';
  3. $lang['admin_storedeposit_storedeposit_info_2'] = ',当前审核保证金为¥';
  4. $lang['admin_storedeposit_record_error'] = '记录信息错误';
  5. $lang['admin_storedeposit_userrecord_error'] = '店主信息错误';
  6. $lang['admin_storedeposit_membername'] = '店主用户名';
  7. $lang['admin_storedeposit_changetime'] = '变更时间';
  8. $lang['admin_storedeposit_apptime'] = '创建时间';
  9. $lang['admin_storedeposit_recordstate'] = '记录状态';
  10. $lang['admin_storedeposit_remark'] = '备注';
  11. $lang['admin_storedeposit_pricetype_available'] = '已缴保证金';
  12. $lang['admin_storedeposit_pricetype_freeze'] = '审核保证金';
  13. $lang['admin_storedeposit_pricetype_payable'] = '应缴保证金';
  14. $lang['admin_storedeposit_price'] = '金额';
  15. /**
  16. * 提现功能公用
  17. */
  18. $lang['admin_storedeposit_loglist'] = '保证金明细';
  19. $lang['admin_storedeposit_adjust'] = '保证金调节';
  20. $lang['admin_storedeposit_cashmanage'] = '保证金审核';
  21. $lang['admin_storedeposit_cash_price'] = '保证金';
  22. $lang['admin_storedeposit_cash_shoukuanaccount'] = '详情';
  23. $lang['store_withdraw_cycle'] = '提现间隔周期';
  24. $lang['store_withdraw_cycle_tips'] = '天。提现成功后,下次申请提现的间隔周期';
  25. $lang['store_withdraw_min'] = '最低保证金';
  26. $lang['store_withdraw_min_tips'] = '元';
  27. $lang['store_withdraw_max'] = '店铺最大保证金';
  28. $lang['store_withdraw_max_tips'] = '元';
  29. /**
  30. * 提现信息编辑
  31. */
  32. $lang['admin_storedeposit_cash_edit_fail'] = '提现信息修改失败';
  33. /**
  34. * 手动修改
  35. */
  36. $lang['admin_storedeposit_artificial_membernamenull_error'] = '请输入店主用户名';
  37. $lang['admin_storedeposit_artificial_pricenull_error'] = '请添加金额';
  38. $lang['admin_storedeposit_artificial_pricedigits_error'] = '请输入数字';
  39. $lang['admin_storedeposit_artificial_pricemin_error'] = '金额必须大于0';
  40. $lang['admin_storedeposit_artificial_shortprice_error'] = '金额不足,店铺当前已缴保证金为';
  41. $lang['admin_storedeposit_artificial_operatetype'] = '增减类型';
  42. $lang['admin_storedeposit_artificial_operatetype_add'] = '增加';
  43. $lang['admin_storedeposit_artificial_operatetype_reduce'] = '减少';
  44. /**
  45. * 出入明细
  46. */
  47. $lang['admin_storedeposit_log_stage_cash'] = '保证金取出';
  48. $lang['admin_storedeposit_log_desc'] = '描述';
  49. $lang['admin_storedeposit_wait'] = '审核中';
  50. $lang['admin_storedeposit_agree'] = '已通过';
  51. $lang['admin_storedeposit_reject'] = '已拒绝';
  52. $lang['admin_storedeposit_payed'] = '已缴纳';
  53. $lang['admin_storedeposit_cancel'] = '已取消';
  54. $lang['admin_storedeposit_paying'] = '欠费中';
  55. $lang['admin_storedeposit_pay_state'] = '缴费状态';
  56. $lang['order_admin_operator'] = '系统管理员';
  57. return $lang;