Code cleanup.

This commit is contained in:
James Cole
2015-12-28 07:12:47 +01:00
parent f263844793
commit 51b45b4ed4
22 changed files with 209 additions and 211 deletions

View File

@@ -35,7 +35,7 @@ return [
"in" => "O campo :attribute não contém um valor válido.",
"integer" => "O campo :attribute deverá conter um número inteiro.",
"ip" => "O campo :attribute deverá conter um IP válido.",
'json' => 'O campo :attribute deverá conter uma string JSON válida.',
'json' => 'O campo :attribute deverá conter uma string JSON válida.',
"max.numeric" => "O campo :attribute não deverá conter um valor superior a :max.",
"max.file" => "O campo :attribute não deverá ter um tamanho superior a :max kilobytes.",
"max.string" => "O campo :attribute não deverá conter mais de :max caracteres.",
@@ -50,7 +50,7 @@ return [
"regex" => "O formato do valor para o campo :attribute é inválido.",
"required" => "O campo :attribute é obrigatório.",
"required_if" => "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.",
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
"required_with" => "O campo :attribute é obrigatório quando :values está presente.",
"required_with_all" => "O campo :attribute é obrigatório quando um dos :values está presente.",
"required_without" => "O campo :attribute é obrigatório quanto :values não está presente.",