mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
New translations validation.php (Portuguese, Brazilian)
This commit is contained in:
@@ -25,7 +25,7 @@ return [
|
|||||||
'belongs_to_user' => 'O valor de :attribute é desconhecido',
|
'belongs_to_user' => 'O valor de :attribute é desconhecido',
|
||||||
'accepted' => 'O campo :attribute deve ser aceito.',
|
'accepted' => 'O campo :attribute deve ser aceito.',
|
||||||
'bic' => 'Este não é um BIC válido.',
|
'bic' => 'Este não é um BIC válido.',
|
||||||
'more' => ':attribute must be larger than zero.',
|
'more' => '',
|
||||||
'active_url' => 'O campo :attribute não contém um URL válido.',
|
'active_url' => 'O campo :attribute não contém um URL válido.',
|
||||||
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
|
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
|
||||||
'alpha' => 'O campo :attribute deverá conter apenas letras.',
|
'alpha' => 'O campo :attribute deverá conter apenas letras.',
|
||||||
@@ -90,5 +90,5 @@ return [
|
|||||||
'in_array' => 'O campo :attribute não existe em :other.',
|
'in_array' => 'O campo :attribute não existe em :other.',
|
||||||
'present' => 'O campo :attribute deve estar presente.',
|
'present' => 'O campo :attribute deve estar presente.',
|
||||||
'amount_zero' => 'A quantidade total não pode ser zero',
|
'amount_zero' => 'A quantidade total não pode ser zero',
|
||||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
|
'secure_password' => '',
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user