| 12345678910111213141516171819202122232425262728293031323334 |
- <?php
- return [
- 'RePay Configurations' => 'RePay Configurations',
- 'Add New Configuration' => 'Add New Configuration',
- 'ID' => 'ID',
- 'Pay Total' => 'Pay Total',
- 'Pay Times' => 'Pay Times',
- 'Withdraw Total' => 'Withdraw Total',
- 'Less Than' => 'Less Than',
- 'Condition' => 'Condition',
- 'Price' => 'Price',
- 'Amount' => 'Amount',
- 'Gift' => 'Gift',
- 'Time Limit' => 'Time Limit',
- 'Status' => 'Status',
- 'Actions' => 'Actions',
- 'View' => 'View',
- 'Edit' => 'Edit',
- 'Delete' => 'Delete',
- 'Are you sure?' => 'Are you sure?',
- 'Create RePay Configuration' => 'Create RePay Configuration',
- 'Save' => 'Save',
- 'Edit RePay Configuration' => 'Edit RePay Configuration',
- 'Update' => 'Update',
- 'RePay Configuration Details' => 'RePay Configuration Details',
- 'Configuration ID' => 'Configuration ID',
- 'Active' => 'Active',
- 'Inactive' => 'Inactive',
- 'Back to List' => 'Back to List',
- 'RePayConfig created successfully.' => 'RePayConfig created successfully.',
- 'RePayConfig updated successfully.' => 'RePayConfig updated successfully.',
- 'RePayConfig deleted successfully.' => 'RePayConfig deleted successfully.',
- ];
|