15 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| return [
 | ||
| 
 | ||
|     'from_account'          => 'Gönderen Hesap',
 | ||
|     'from_account_rate'     => 'Gönderen Hesap Kuru',
 | ||
|     'to_account'            => 'Alan Hesap',
 | ||
|     'to_account_rate'       => 'Alan Hesap Kuru',
 | ||
| 
 | ||
|     'messages' => [
 | ||
|         'delete'            => ':from hesabından :to hesabına (:amount)',
 | ||
|     ],
 | ||
| 
 | ||
| ];
 |