Add language line for file validation rule. (#83)

See: cd03204044
This commit is contained in:
Maël Soucaze 2016-07-05 16:47:32 +02:00 committed by Franz Liedke
parent f72295634b
commit dd2376e42f

View File

@ -23,6 +23,7 @@ validation:
distinct: "The :attribute field has a duplicate value." distinct: "The :attribute field has a duplicate value."
email: "The :attribute must be a valid email address." email: "The :attribute must be a valid email address."
exists: "The selected :attribute is invalid." exists: "The selected :attribute is invalid."
file: "The :attribute must be a file."
filled: "The :attribute field is required." filled: "The :attribute field is required."
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."