32 lines
		
	
	
		
			996 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			996 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                 => 'Rok|Lata',
 | |
|     'this_year'             => 'Ten rok',
 | |
|     'previous_year'         => 'Poprzedni rok',
 | |
|     'this_quarter'          => 'Ten kwartał',
 | |
|     'previous_quarter'      => 'Poprzedni kwartał',
 | |
|     'last_12_months'        => 'Ostatnie 12 miesięcy',
 | |
|     'profit_loss'           => 'Zysk i strata',
 | |
|     'gross_profit'          => 'Zysk brutto',
 | |
|     'net_profit'            => 'Zysk netto',
 | |
|     'total_expenses'        => 'Wydatki ogółem',
 | |
|     'net'                   => 'Netto',
 | |
|     'income_expense'        => 'Dochody i wydatki',
 | |
| 
 | |
|     'summary' => [
 | |
|         'income'            => 'Podsumowanie dochodów',
 | |
|         'expense'           => 'Podsumowanie wydatków',
 | |
|         'income_expense'    => 'Dochody i Wydatki',
 | |
|         'tax'               => 'Podsumowanie podatków',
 | |
|     ],
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'              => 'Liniowy',
 | |
|         'bar'               => 'Słupkowy',
 | |
|         'pie'               => 'Kołowy',
 | |
|     ],
 | |
| 
 | |
| ];
 |