X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3693/head:/resources/lang/pt_BR/validation.php diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 9777eacac..68b850298 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => 'O campo :attribute deve conter apenas letras, números, traços e underlines.', 'alpha_num' => 'O campo :attribute deve conter apenas letras e números.', 'array' => 'O campo :attribute deve ser uma array.', + 'backup_codes' => 'O código fornecido não é válido ou já foi usado.', 'before' => 'O campo :attribute deve ser uma data anterior à data :date.', 'between' => [ 'numeric' => 'O campo :attribute deve estar entre :min e :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', 'email' => 'O campo :attribute deve ser um e-mail válido.', 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values', + 'file' => 'O :attribute deve ser um arquivo válido.', 'filled' => 'O campo :attribute é requerido.', 'gt' => [ 'numeric' => 'O campo :attribute deve ser maior que :value.', @@ -78,7 +80,6 @@ return [ 'string' => 'O campo :attribute não deve ter menos que :min caracteres.', 'array' => 'O campo :attribute não deve ter menos que :min itens.', ], - 'no_double_extension' => 'O campo :attribute deve ter apenas uma extensão de arquivo.', 'not_in' => 'O campo selecionado :attribute é inválido.', 'not_regex' => 'O formato do campo :attribute é inválido.', 'numeric' => 'O campo :attribute deve ser um número.', @@ -90,7 +91,7 @@ return [ 'required_without' => 'O campo :attribute é requerido quando os valores :values não estiverem presentes.', 'required_without_all' => 'O campo :attribute é requerido quando nenhum dos valores :values estiverem presentes.', 'same' => 'O campo :attribute e o campo :other devem ser iguais.', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => 'O link fornecido pode não ser seguro.', 'size' => [ 'numeric' => 'O tamanho do campo :attribute deve ser :size.', 'file' => 'O tamanho do arquivo :attribute deve ser de :size kilobytes.', @@ -99,6 +100,7 @@ return [ ], 'string' => 'O campo :attribute deve ser uma string.', 'timezone' => 'O campo :attribute deve conter uma timezone válida.', + 'totp' => 'O código fornecido não é válido ou expirou.', 'unique' => 'Já existe um campo/dado de nome :attribute.', 'url' => 'O formato da URL :attribute é inválido.', 'uploaded' => 'O arquivo não pôde ser carregado. O servidor pode não aceitar arquivos deste tamanho.',