18 lines
		
	
	
		
			534 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			534 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Dinheiro',
 | |
|     'categories_uncat'      => 'Sem Categoria',
 | |
|     'categories_deposit'    => 'Depósito',
 | |
|     'categories_sales'      => 'Vendas',
 | |
|     'currencies_usd'        => 'US Americado',
 | |
|     'currencies_eur'        => 'Euro',
 | |
|     'currencies_gbp'        => 'Libras Britânicas',
 | |
|     'currencies_try'        => 'Lira Turca',
 | |
|     'taxes_exempt'          => 'Isento de Imposto',
 | |
|     'taxes_normal'          => 'Taxa padrão',
 | |
|     'taxes_sales'           => 'Imposto sobre venda',
 | |
| 
 | |
| ];
 |