Translated

This commit is contained in:
James Cole 2016-11-29 17:12:02 +01:00
parent a70b369aaf
commit 52567116c2

View File

@ -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.',
]; ];