1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?php
- return [
- 'Id' => 'ID',
- 'Withdraw' => '提现',
- 'Withdraw List' => '提现列表',
- 'Withdraw Handle' => '提现处理',
- 'Withdraw Log' => '提现日志',
-
- // 字段名称
- 'User id' => '用户ID',
- 'Username' => '用户名',
- 'Nickname' => '昵称',
- 'Mobile' => '手机号',
- 'Amount' => '提现金额',
- 'Fee' => '手续费',
- 'Real amount' => '实际到账',
- 'Type' => '提现方式',
- 'Account' => '提现账户',
- 'Realname' => '真实姓名',
- 'Status' => '状态',
- 'Reason' => '原因',
- 'Remark' => '备注',
- 'Create time' => '申请时间',
- 'Update time' => '处理时间',
- 'Handle time' => '处理时间',
- 'Handle admin' => '处理管理员',
-
- // 提现方式
- 'Wechat' => '微信零钱',
- 'Alipay' => '支付宝',
- 'Bank' => '银行卡',
-
- // 状态
- 'Status list' => '状态列表',
- 'Canceled' => '撤销提现',
- 'Failed' => '提现失败',
- 'Rejected' => '已拒绝',
- 'Pending' => '待审核',
- 'Processing' => '处理中',
- 'Completed' => '已处理',
-
- // 微信转账状态
- 'Wechat transfer state' => '微信转账状态',
- 'Transfer processing' => '处理中',
- 'Transfer success' => '转账成功',
- 'Transfer failed' => '转账失败',
- 'Transfer closed' => '转账关闭',
-
- // 操作按钮
- 'Handle' => '处理',
- 'Agree' => '同意',
- 'Refuse' => '拒绝',
- 'Cancel' => '撤销',
- 'Withdraw operation' => '提现操作',
- 'Refund commission' => '退还佣金',
- 'Check wechat result' => '查询微信结果',
- 'View log' => '查看日志',
-
- // 处理表单
- 'Handle withdraw' => '处理提现',
- 'Agree withdraw' => '同意提现',
- 'Refuse withdraw' => '拒绝提现',
- 'Refuse reason' => '拒绝原因',
- 'Handle remark' => '处理备注',
-
- // 提示消息
- 'Withdraw handled successfully' => '提现处理成功',
- 'Withdraw handle failed' => '提现处理失败',
- 'Withdraw agreed successfully' => '提现同意成功',
- 'Withdraw refused successfully' => '提现拒绝成功',
- 'Withdraw canceled successfully' => '提现撤销成功',
- 'Commission refunded successfully' => '佣金退还成功',
- 'Wechat result checked successfully' => '微信结果查询成功',
- 'Invalid withdraw id' => '无效的提现ID',
- 'Withdraw not found' => '提现记录不存在',
- 'Withdraw status error' => '提现状态错误',
- 'Please enter refuse reason' => '请输入拒绝原因',
- 'Operation not allowed' => '不允许此操作',
-
- // 搜索和筛选
- 'Search' => '搜索',
- 'Filter' => '筛选',
- 'All status' => '全部状态',
- 'All types' => '全部方式',
- 'Start date' => '开始日期',
- 'End date' => '结束日期',
- 'Amount range' => '金额范围',
-
- // 统计信息
- 'Total amount' => '总金额',
- 'Total count' => '总数量',
- 'Success rate' => '成功率',
- 'Average amount' => '平均金额',
- ];
|