17 lines
		
	
	
		
			479 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			479 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'reconcile'             => '調整',
 | |
|     'reconciled'            => '和解',
 | |
|     'closing_balance'       => '(期末) 残高',
 | |
|     'unreconciled'          => '未調整',
 | |
|     'transactions'          => 'トランザクション',
 | |
|     'start_date'            => '開始日',
 | |
|     'end_date'              => '終了日時',
 | |
|     'cleared_amount'        => 'クリアの量',
 | |
|     'deposit'               => '預金',
 | |
|     'withdrawal'            => '撤退',
 | |
| 
 | |
| ];
 |