31 lines
		
	
	
		
			991 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			991 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'from_account'          => 'From',
 | |
|     'to_account'            => 'To Account',
 | |
|     'from_rate'             => 'From Rate',
 | |
|     'from_account_rate'     => 'From Account Rate',
 | |
|     'to_rate'               => 'To Rate',
 | |
|     'to_account_rate'       => 'To Account Rate',
 | |
|     'from_amount'           => 'From',
 | |
|     'to_amount'             => 'To Amount',
 | |
|     'details'               => 'Detail|Details',
 | |
|     'issued_at'             => 'Issue Date',
 | |
|     'rate'                  => 'Rate',
 | |
| 
 | |
|     'form_description' => [
 | |
|         'general'           => 'Transfer money between accounts with different currencies and peg the currency to whichever rate you may like.',
 | |
|         'other'             => 'Select the transfer method as the payment method to make your reports more detailed.',
 | |
|     ],
 | |
| 
 | |
|     'messages' => [
 | |
|         'delete'            => ':from to :to (:amount)',
 | |
|     ],
 | |
| 
 | |
|     'slider' => [
 | |
|         'create'            => ':user created this transfer on :date',
 | |
|     ],
 | |
| 
 | |
| ];
 |