2018-06-20 12:36:35 +03:00
|
|
|
<?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',
|
2020-03-17 16:39:03 +03:00
|
|
|
'overdue_invoices' => '{1} :count fatura vencida|[2,*] :count faturas vencidas',
|
2018-06-20 12:36:35 +03:00
|
|
|
'upcoming_bills' => '{1} :count próxima conta|[2,*] :count próximas contas',
|
2019-02-04 19:07:34 +03:00
|
|
|
'view_all' => 'Visualizar tudo'
|
2018-06-20 12:36:35 +03:00
|
|
|
],
|
2018-11-08 12:11:42 +03:00
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
2020-03-17 16:39:03 +03:00
|
|
|
'support_link' => 'https://akaunting.com/support',
|
2018-06-20 12:36:35 +03:00
|
|
|
|
|
|
|
];
|