updated translations
This commit is contained in:
11
resources/lang/pt-BR/customers.php
Normal file
11
resources/lang/pt-BR/customers.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Permitir Acesso?',
|
||||
'user_created' => 'Usuário criado',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Este e-mail já foi utilizado.'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user