withdraw.php 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Withdraw' => '提现',
  5. 'Withdraw List' => '提现列表',
  6. 'Withdraw Handle' => '提现处理',
  7. 'Withdraw Log' => '提现日志',
  8. // 字段名称
  9. 'User id' => '用户ID',
  10. 'Username' => '用户名',
  11. 'Nickname' => '昵称',
  12. 'Mobile' => '手机号',
  13. 'Amount' => '提现金额',
  14. 'Fee' => '手续费',
  15. 'Real amount' => '实际到账',
  16. 'Type' => '提现方式',
  17. 'Account' => '提现账户',
  18. 'Realname' => '真实姓名',
  19. 'Status' => '状态',
  20. 'Reason' => '原因',
  21. 'Remark' => '备注',
  22. 'Create time' => '申请时间',
  23. 'Update time' => '处理时间',
  24. 'Handle time' => '处理时间',
  25. 'Handle admin' => '处理管理员',
  26. // 提现方式
  27. 'Wechat' => '微信零钱',
  28. 'Alipay' => '支付宝',
  29. 'Bank' => '银行卡',
  30. // 状态
  31. 'Status list' => '状态列表',
  32. 'Canceled' => '撤销提现',
  33. 'Failed' => '提现失败',
  34. 'Rejected' => '已拒绝',
  35. 'Pending' => '待审核',
  36. 'Processing' => '处理中',
  37. 'Completed' => '已处理',
  38. // 微信转账状态
  39. 'Wechat transfer state' => '微信转账状态',
  40. 'Transfer processing' => '处理中',
  41. 'Transfer success' => '转账成功',
  42. 'Transfer failed' => '转账失败',
  43. 'Transfer closed' => '转账关闭',
  44. // 操作按钮
  45. 'Handle' => '处理',
  46. 'Agree' => '同意',
  47. 'Refuse' => '拒绝',
  48. 'Cancel' => '撤销',
  49. 'Withdraw operation' => '提现操作',
  50. 'Refund commission' => '退还佣金',
  51. 'Check wechat result' => '查询微信结果',
  52. 'View log' => '查看日志',
  53. // 处理表单
  54. 'Handle withdraw' => '处理提现',
  55. 'Agree withdraw' => '同意提现',
  56. 'Refuse withdraw' => '拒绝提现',
  57. 'Refuse reason' => '拒绝原因',
  58. 'Handle remark' => '处理备注',
  59. // 提示消息
  60. 'Withdraw handled successfully' => '提现处理成功',
  61. 'Withdraw handle failed' => '提现处理失败',
  62. 'Withdraw agreed successfully' => '提现同意成功',
  63. 'Withdraw refused successfully' => '提现拒绝成功',
  64. 'Withdraw canceled successfully' => '提现撤销成功',
  65. 'Commission refunded successfully' => '佣金退还成功',
  66. 'Wechat result checked successfully' => '微信结果查询成功',
  67. 'Invalid withdraw id' => '无效的提现ID',
  68. 'Withdraw not found' => '提现记录不存在',
  69. 'Withdraw status error' => '提现状态错误',
  70. 'Please enter refuse reason' => '请输入拒绝原因',
  71. 'Operation not allowed' => '不允许此操作',
  72. // 搜索和筛选
  73. 'Search' => '搜索',
  74. 'Filter' => '筛选',
  75. 'All status' => '全部状态',
  76. 'All types' => '全部方式',
  77. 'Start date' => '开始日期',
  78. 'End date' => '结束日期',
  79. 'Amount range' => '金额范围',
  80. // 统计信息
  81. 'Total amount' => '总金额',
  82. 'Total count' => '总数量',
  83. 'Success rate' => '成功率',
  84. 'Average amount' => '平均金额',
  85. ];