17 lines
652 B
PHP
Raw Normal View History

2017-09-21 09:55:58 +03:00
<?php
return [
'change_language' => 'Alterar Idioma',
'last_login' => 'Último Login :time',
'notifications' => [
'counter' => '{0} Você não tem notificação|{1} Você tem :count notificação|[2,*] Você tem :count notificações',
'overdue_invoices' => '{1} :count nota atrasada|[2,*] :count notas atrasadas',
'upcoming_bills' => '{1} :count vencimento atual|[2,*] :count vencimentos atual',
'view_all' => 'Visualizar todos'
],
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2019-11-27 16:29:19 +03:00
'support_link' => 'https://akaunting.com/support',
2017-09-21 09:55:58 +03:00
];