akaunting/resources/lang/pt-PT/customers.php

17 lines
388 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
'allow_login' => 'Permitir Acesso?',
'user_created' => 'Utilizador criado',
'error' => [
'email' => 'Este e-mail já foi registado.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
2019-02-04 19:07:34 +03:00
'message' => ':customer fez o pagamento de :amount para a fatura número :invoice_number.',
'button' => 'Mostrar',
2018-11-08 12:11:42 +03:00
],
2018-06-20 12:36:35 +03:00
];