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',
|
2017-12-13 15:01:55 +03:00
|
|
|
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
|
2017-09-21 09:55:58 +03:00
|
|
|
'view_all' => 'Visualizar todos'
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|