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

13 lines
219 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
2020-06-29 17:11:50 +03:00
'can_login' => 'Pode Iniciar Sessão?',
2018-06-20 12:36:35 +03:00
'user_created' => 'Utilizador criado',
'error' => [
2020-03-17 16:39:03 +03:00
'email' => 'Este e-mail já foi registado.',
2018-11-08 12:11:42 +03:00
],
2018-06-20 12:36:35 +03:00
];