17 lines
		
	
	
		
			633 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			633 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Alterar Idioma',
 | |
|     'last_login'            => 'Último Login :time',
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} Não tem notificações|{1} Tem :count notificação|[2,*] Tem :count notificações',
 | |
|         'overdue_invoices'  => '{1} :count fatura vencida|[2,*] :count faturas vencidas',
 | |
|         'upcoming_bills'    => '{1} :count próxima conta|[2,*] :count próximas contas',
 | |
|         'view_all'          => 'Visualizar tudo'
 | |
|     ],
 | |
|     'docs_link'             => 'https://akaunting.com/docs',
 | |
|     'support_link'          => 'https://akaunting.com/support',
 | |
| 
 | |
| ];
 |