repay_config.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'RePay Configurations' => '再付款配置',
  4. 'Add New Configuration' => '添加新配置',
  5. 'ID' => '编号',
  6. 'Pay Total' => '历史支付总额(不要乘100)',
  7. 'Pay Times' => '历史支付总次数(不大于)',
  8. 'Withdraw Total' => '提现总额不超过(不要乘100)',
  9. 'Less Than' => '当前携带少于(不要乘100)',
  10. 'Condition' => '其他条件',
  11. 'Price' => '价格',
  12. 'Amount' => '得到金额(不要乘100)',
  13. 'Gift' => '赠送金额(不要乘100)',
  14. 'Time Limit' => '时限(秒)',
  15. 'Status' => '状态',
  16. 'Actions' => '操作',
  17. 'View' => '查看',
  18. 'Edit' => '编辑',
  19. 'Delete' => '删除',
  20. 'Are you sure?' => '你确定吗?',
  21. 'Create RePay Configuration' => '创建再付款配置',
  22. 'Save' => '保存',
  23. 'Edit RePay Configuration' => '编辑再付款配置',
  24. 'Update' => '更新',
  25. 'RePay Configuration Details' => '再付款配置详情',
  26. 'Configuration ID' => '配置编号',
  27. 'Active' => '激活',
  28. 'Inactive' => '未激活',
  29. 'Back to List' => '返回列表',
  30. 'RePayConfig created successfully.' => '再付款配置创建成功。',
  31. 'RePayConfig updated successfully.' => '再付款配置更新成功。',
  32. 'RePayConfig deleted successfully.' => '再付款配置删除成功。',
  33. ];