pt-PT translation
This commit is contained in:
15
resources/lang/pt-PT/header.php
Normal file
15
resources/lang/pt-PT/header.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?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 factura vencida|[2,*] :count faturas vencidas',
|
||||
'upcoming_bills' => '{1} :count próxima conta|[2,*] :count próximas contas',
|
||||
'items_stock' => '{1} :count Item não disponível|[2,*] :count Itens não disponíveis',
|
||||
'view_all' => 'Visualizar todos'
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user