mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Add language line for image dimensions validation rule (#78)
See: da64a014e7
This commit is contained in:
committed by
Franz Liedke
parent
93c4cd8960
commit
dfd614e6ea
@@ -19,6 +19,7 @@ validation:
|
|||||||
different: "The :attribute and :other must be different."
|
different: "The :attribute and :other must be different."
|
||||||
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."
|
||||||
|
dimensions: "The :attribute has invalid image dimensions."
|
||||||
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."
|
||||||
|
Reference in New Issue
Block a user