diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index eaf006a53..6e3936ba3 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -19,11 +19,13 @@ validation: different: "The :attribute and :other must be different." digits: "The :attribute must be :digits digits." digits_between: "The :attribute must be between :min and :max digits." + distinct: "The :attribute field has a duplicate value." email: "The :attribute must be a valid email address." exists: "The selected :attribute is invalid." filled: "The :attribute field is required." image: "The :attribute must be an image." in: "The selected :attribute is invalid." + in_array: "The :attribute field does not exist in :other." integer: "The :attribute must be an integer." ip: "The :attribute must be a valid IP address." json: "The :attribute must be a valid JSON string." @@ -40,6 +42,7 @@ validation: array: "The :attribute must have at least :min items." not_in: "The selected :attribute is invalid." numeric: "The :attribute must be a number." + present: "The :attribute field must be present." regex: "The :attribute format is invalid." required: "The :attribute field is required." required_if: "The :attribute field is required when :other is :value."