Add language line.
This commit is contained in:
parent
5b1e511ab1
commit
f6b347b976
|
@ -35,6 +35,7 @@
|
||||||
"digits" => "The :attribute must be :digits digits.",
|
"digits" => "The :attribute must be :digits digits.",
|
||||||
"digits_between" => "The :attribute must be between :min and :max digits.",
|
"digits_between" => "The :attribute must be between :min and :max digits.",
|
||||||
"email" => "The :attribute must be a valid email address.",
|
"email" => "The :attribute must be a valid email address.",
|
||||||
|
"filled" => "The :attribute field is required.",
|
||||||
"exists" => "The selected :attribute is invalid.",
|
"exists" => "The selected :attribute is invalid.",
|
||||||
"image" => "The :attribute must be an image.",
|
"image" => "The :attribute must be an image.",
|
||||||
"in" => "The selected :attribute is invalid.",
|
"in" => "The selected :attribute is invalid.",
|
||||||
|
|
Loading…
Reference in New Issue