repay_config.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'RePay Configurations' => 'RePay Configurations',
  4. 'Add New Configuration' => 'Add New Configuration',
  5. 'ID' => 'ID',
  6. 'Pay Total' => 'Pay Total',
  7. 'Pay Times' => 'Pay Times',
  8. 'Withdraw Total' => 'Withdraw Total',
  9. 'Less Than' => 'Less Than',
  10. 'Condition' => 'Condition',
  11. 'Price' => 'Price',
  12. 'Amount' => 'Amount',
  13. 'Gift' => 'Gift',
  14. 'Time Limit' => 'Time Limit',
  15. 'Status' => 'Status',
  16. 'Actions' => 'Actions',
  17. 'View' => 'View',
  18. 'Edit' => 'Edit',
  19. 'Delete' => 'Delete',
  20. 'Are you sure?' => 'Are you sure?',
  21. 'Create RePay Configuration' => 'Create RePay Configuration',
  22. 'Save' => 'Save',
  23. 'Edit RePay Configuration' => 'Edit RePay Configuration',
  24. 'Update' => 'Update',
  25. 'RePay Configuration Details' => 'RePay Configuration Details',
  26. 'Configuration ID' => 'Configuration ID',
  27. 'Active' => 'Active',
  28. 'Inactive' => 'Inactive',
  29. 'Back to List' => 'Back to List',
  30. 'RePayConfig created successfully.' => 'RePayConfig created successfully.',
  31. 'RePayConfig updated successfully.' => 'RePayConfig updated successfully.',
  32. 'RePayConfig deleted successfully.' => 'RePayConfig deleted successfully.',
  33. ];