32 lines
		
	
	
		
			998 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			998 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                 => 'Leto|Letih',
 | |
|     'this_year'             => 'Tekoče leto',
 | |
|     'previous_year'         => 'Prejšnje leto',
 | |
|     'this_quarter'          => 'To četrtletje',
 | |
|     'previous_quarter'      => 'Prejšnje četrtletje',
 | |
|     'last_12_months'        => 'Zadnjih 12 mesecev',
 | |
|     'profit_loss'           => 'Dobiček & Izguba',
 | |
|     'gross_profit'          => 'Bruto dobiček',
 | |
|     'net_profit'            => 'Čisti dobiček',
 | |
|     'total_expenses'        => 'Skupni stroški',
 | |
|     'net'                   => 'Neto',
 | |
|     'income_expense'        => 'Prihodki & stroški',
 | |
| 
 | |
|     'summary' => [
 | |
|         'income'            => 'Prikaz prihodkov',
 | |
|         'expense'           => 'Prikaz stroškov',
 | |
|         'income_expense'    => 'Prihodki & stroški',
 | |
|         'tax'               => 'Pregled obdavčitev',
 | |
|     ],
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'              => 'Vrstica',
 | |
|         'bar'               => 'Bar',
 | |
|         'pie'               => 'Tortni',
 | |
|     ],
 | |
| 
 | |
| ];
 |