mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code cleanup.
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user