21 lines
		
	
	
		
			764 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			764 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'Taxa',
 | |
|     'rate_percent'          => 'Taxa (%)',
 | |
|     'normal'                => 'Normal',
 | |
|     'inclusive'             => 'Inclusiu',
 | |
|     'compound'              => 'Compost',
 | |
|     'fixed'                 => 'Fix',
 | |
|     'withholding'           => 'Retenció',
 | |
|     'no_taxes'              => 'Sense impostos',
 | |
|     'create_task'           => 'Crea un nou impost i edita\'l en qualsevol moment des de la configuració.',
 | |
|     'new_tax'               => 'Nou impost',
 | |
| 
 | |
|     'form_description' => [
 | |
|         'general'           => 'L\'impost inclusiu es calcula en el preu de l\'article. L\'impost compost es calcula per sobre dels altres impostos. L\'impost fix s\'aplica com a quantitat, no com a percentatge.',
 | |
|     ],
 | |
| 
 | |
| ];
 |