mirror of
https://github.com/flarum/core.git
synced 2025-08-14 20:34:10 +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."
|
||||
array: "The :attribute may not have more than :max items."
|
||||
mimes: "The :attribute must be a file of type: :values."
|
||||
mimetypes: "The :attribute must be a file of type: :values."
|
||||
min:
|
||||
numeric: "The :attribute must be at least :min."
|
||||
file: "The :attribute must be at least :min kilobytes."
|
||||
@@ -62,6 +63,7 @@ validation:
|
||||
string: "The :attribute must be a string."
|
||||
timezone: "The :attribute must be a valid zone."
|
||||
unique: "The :attribute has already been taken."
|
||||
uploaded: "The :attribute failed to upload."
|
||||
url: "The :attribute format is invalid."
|
||||
|
||||
attributes:
|
||||
|
Reference in New Issue
Block a user