Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Conflict
  • Loading branch information
billmn committed Nov 3, 2015
commit 1e7a0b7f866a8085a1723049c422252667214662
2 changes: 1 addition & 1 deletion pt-BR/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'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' => 'The :attribute field is required unless :other is in :values.',
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :value.',
'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.',
Expand Down
2 changes: 1 addition & 1 deletion pt/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'regex' => 'O formato do valor para o campo :attribute é inválido.',
'required' => 'É obrigatória a indicação de um valor para o campo :attribute.',
'required_if' => 'É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_unless' => 'É obrigatória a indicação de um valor para o campo :attribute a menos que :other esteja presente em :values.',
'required_with' => 'É obrigatória a indicação de um valor para o campo :attribute quando :values está presente.',
'required_with_all' => 'É obrigatória a indicação de um valor para o campo :attribute quando um dos :values está presente.',
'required_without' => 'É obrigatória a indicação de um valor para o campo :attribute quanto :values não está presente.',
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.