2019-11-27 16:29:19 +03:00

17 lines
652 B
PHP

<?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'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];