1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 16:43:21 +02:00

Merge pull request #85 from maelsoucaze/patch-1

Update to the latest Laravel version
This commit is contained in:
Toby Zerner
2016-09-27 06:28:00 +09:30
committed by GitHub

View File

@@ -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: