diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 1b64c4741..7604253aa 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -17,6 +17,7 @@ validation: boolean: "The :attribute field must be true or false." confirmed: "The :attribute confirmation does not match." date: "The :attribute is not a valid date." + date_equals: "The :attribute must be a date equal to :date." date_format: "The :attribute does not match the format :other." different: "The :attribute and :other must be different." digits: "The :attribute must be :digits digits." @@ -85,6 +86,7 @@ validation: file: "The :attribute must be :size kilobytes." string: "The :attribute must be :size characters." array: "The :attribute must contain :size items." + starts_with: "The :attribute must start with one of the following: :values" string: "The :attribute must be a string." timezone: "The :attribute must be a valid zone." unique: "The :attribute has already been taken."