Expand language files.

This commit is contained in:
James Cole
2015-12-22 20:46:16 +01:00
parent 5e76488ae7
commit ad577e4e81
10 changed files with 908 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ return [
"in" => "The selected :attribute is invalid.",
"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.',
'json' => 'The :attribute must be a valid JSON string.',
"max.numeric" => "The :attribute may not be greater than :max.",
"max.file" => "The :attribute may not be greater than :max kilobytes.",
"max.string" => "The :attribute may not be greater than :max characters.",
@@ -50,7 +50,7 @@ return [
"regex" => "The :attribute format is invalid.",
"required" => "The :attribute field is required.",
"required_if" => "The :attribute field is required when :other is :value.",
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
"required_with" => "The :attribute field is required when :values is present.",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",