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

17 lines
375 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' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2018-06-20 12:36:35 +03:00
];