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

17 lines
373 B
PHP
Raw Normal View History

2017-12-13 15:01:55 +03:00
<?php
return [
'allow_login' => 'Permitir Acesso?',
'user_created' => 'Usuário criado',
'error' => [
'email' => 'Este e-mail já foi utilizado.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2017-12-13 15:01:55 +03:00
];