mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Translated
This commit is contained in:
parent
a70b369aaf
commit
52567116c2
@ -21,7 +21,7 @@ return [
|
|||||||
'file_too_large' => 'Arquivo ":name" é muito grande.',
|
'file_too_large' => 'Arquivo ":name" é muito grande.',
|
||||||
'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' => 'This is not a valid BIC.',
|
'bic' => 'Este não é um BIC válido.',
|
||||||
'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.',
|
||||||
@ -80,9 +80,9 @@ return [
|
|||||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||||
'2fa_code' => 'O campo :attribute é inválido.',
|
'2fa_code' => 'O campo :attribute é inválido.',
|
||||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
|
||||||
'distinct' => 'The :attribute field has a duplicate value.',
|
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'O :attribute deve ser um arquivo.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'O campo :attribute não existe em :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'O campo :attribute deve estar presente.',
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user