akaunting/resources/lang/pt-PT/customers.php
2018-11-08 12:11:42 +03:00

17 lines
375 B
PHP

<?php
return [
'allow_login' => 'Permitir Acesso?',
'user_created' => 'Utilizador criado',
'error' => [
'email' => 'Este e-mail já foi registado.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];