mirror of
https://github.com/flarum/core.git
synced 2025-08-15 04:44:08 +02:00
Update to the latest Laravel version
Laravel's related commits:537b6288fb
dd1e64a7a4
1562407562
and7da6edf8c1
This commit is contained in:
@@ -37,6 +37,7 @@ validation:
|
|||||||
string: "The :attribute may not be greater than :max characters."
|
string: "The :attribute may not be greater than :max characters."
|
||||||
array: "The :attribute may not have more than :max items."
|
array: "The :attribute may not have more than :max items."
|
||||||
mimes: "The :attribute must be a file of type: :values."
|
mimes: "The :attribute must be a file of type: :values."
|
||||||
|
mimetypes: "The :attribute must be a file of type: :values."
|
||||||
min:
|
min:
|
||||||
numeric: "The :attribute must be at least :min."
|
numeric: "The :attribute must be at least :min."
|
||||||
file: "The :attribute must be at least :min kilobytes."
|
file: "The :attribute must be at least :min kilobytes."
|
||||||
@@ -62,6 +63,7 @@ validation:
|
|||||||
string: "The :attribute must be a string."
|
string: "The :attribute must be a string."
|
||||||
timezone: "The :attribute must be a valid zone."
|
timezone: "The :attribute must be a valid zone."
|
||||||
unique: "The :attribute has already been taken."
|
unique: "The :attribute has already been taken."
|
||||||
|
uploaded: "The :attribute failed to upload."
|
||||||
url: "The :attribute format is invalid."
|
url: "The :attribute format is invalid."
|
||||||
|
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user