New error message translations (also for #107)

This commit is contained in:
James Cole 2016-02-11 06:41:31 +01:00
parent d47b946d00
commit c4606b1854

View File

@ -1,69 +1,71 @@
<?php <?php
return [ return [
'rule_trigger_value' => 'This value is invalid for the selected trigger.', 'iban' => 'This is not a valid IBAN.',
'rule_action_value' => 'This value is invalid for the selected action.', 'unique_account_number_for_user' => 'It looks like this account number is already in use.',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.', 'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.', 'rule_action_value' => 'This value is invalid for the selected action.',
'file_attached' => 'Succesfully uploaded file ":name".', 'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_too_large' => 'File ":name" is too large.', 'file_attached' => 'Succesfully uploaded file ":name".',
"accepted" => "The :attribute must be accepted.", 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
"active_url" => "The :attribute is not a valid URL.", 'file_too_large' => 'File ":name" is too large.',
"after" => "The :attribute must be a date after :date.", "accepted" => "The :attribute must be accepted.",
"alpha" => "The :attribute may only contain letters.", "active_url" => "The :attribute is not a valid URL.",
"alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", "after" => "The :attribute must be a date after :date.",
"alpha_num" => "The :attribute may only contain letters and numbers.", "alpha" => "The :attribute may only contain letters.",
"array" => "The :attribute must be an array.", "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.",
"unique_for_user" => "There already is an entry with this :attribute.", "alpha_num" => "The :attribute may only contain letters and numbers.",
"before" => "The :attribute must be a date before :date.", "array" => "The :attribute must be an array.",
'unique_object_for_user' => 'This name is already in use', "unique_for_user" => "There already is an entry with this :attribute.",
'unique_account_for_user' => 'This account name is already in use', "before" => "The :attribute must be a date before :date.",
"between.numeric" => "The :attribute must be between :min and :max.", 'unique_object_for_user' => 'This name is already in use',
"between.file" => "The :attribute must be between :min and :max kilobytes.", 'unique_account_for_user' => 'This account name is already in use',
"between.string" => "The :attribute must be between :min and :max characters.", "between.numeric" => "The :attribute must be between :min and :max.",
"between.array" => "The :attribute must have between :min and :max items.", "between.file" => "The :attribute must be between :min and :max kilobytes.",
"boolean" => "The :attribute field must be true or false.", "between.string" => "The :attribute must be between :min and :max characters.",
"confirmed" => "The :attribute confirmation does not match.", "between.array" => "The :attribute must have between :min and :max items.",
"date" => "The :attribute is not a valid date.", "boolean" => "The :attribute field must be true or false.",
"date_format" => "The :attribute does not match the format :format.", "confirmed" => "The :attribute confirmation does not match.",
"different" => "The :attribute and :other must be different.", "date" => "The :attribute is not a valid date.",
"digits" => "The :attribute must be :digits digits.", "date_format" => "The :attribute does not match the format :format.",
"digits_between" => "The :attribute must be between :min and :max digits.", "different" => "The :attribute and :other must be different.",
"email" => "The :attribute must be a valid email address.", "digits" => "The :attribute must be :digits digits.",
"filled" => "The :attribute field is required.", "digits_between" => "The :attribute must be between :min and :max digits.",
"exists" => "The selected :attribute is invalid.", "email" => "The :attribute must be a valid email address.",
"image" => "The :attribute must be an image.", "filled" => "The :attribute field is required.",
"in" => "The selected :attribute is invalid.", "exists" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.", "image" => "The :attribute must be an image.",
"ip" => "The :attribute must be a valid IP address.", "in" => "The selected :attribute is invalid.",
'json' => 'The :attribute must be a valid JSON string.', "integer" => "The :attribute must be an integer.",
"max.numeric" => "The :attribute may not be greater than :max.", "ip" => "The :attribute must be a valid IP address.",
"max.file" => "The :attribute may not be greater than :max kilobytes.", 'json' => 'The :attribute must be a valid JSON string.',
"max.string" => "The :attribute may not be greater than :max characters.", "max.numeric" => "The :attribute may not be greater than :max.",
"max.array" => "The :attribute may not have more than :max items.", "max.file" => "The :attribute may not be greater than :max kilobytes.",
"mimes" => "The :attribute must be a file of type: :values.", "max.string" => "The :attribute may not be greater than :max characters.",
"min.numeric" => "The :attribute must be at least :min.", "max.array" => "The :attribute may not have more than :max items.",
"min.file" => "The :attribute must be at least :min kilobytes.", "mimes" => "The :attribute must be a file of type: :values.",
"min.string" => "The :attribute must be at least :min characters.", "min.numeric" => "The :attribute must be at least :min.",
"min.array" => "The :attribute must have at least :min items.", "min.file" => "The :attribute must be at least :min kilobytes.",
"not_in" => "The selected :attribute is invalid.", "min.string" => "The :attribute must be at least :min characters.",
"numeric" => "The :attribute must be a number.", "min.array" => "The :attribute must have at least :min items.",
"regex" => "The :attribute format is invalid.", "not_in" => "The selected :attribute is invalid.",
"required" => "The :attribute field is required.", "numeric" => "The :attribute must be a number.",
"required_if" => "The :attribute field is required when :other is :value.", "regex" => "The :attribute format is invalid.",
'required_unless' => 'The :attribute field is required unless :other is in :values.', "required" => "The :attribute field is required.",
"required_with" => "The :attribute field is required when :values is present.", "required_if" => "The :attribute field is required when :other is :value.",
"required_with_all" => "The :attribute field is required when :values is present.", 'required_unless' => 'The :attribute field is required unless :other is in :values.',
"required_without" => "The :attribute field is required when :values is not present.", "required_with" => "The :attribute field is required when :values is present.",
"required_without_all" => "The :attribute field is required when none of :values are present.", "required_with_all" => "The :attribute field is required when :values is present.",
"same" => "The :attribute and :other must match.", "required_without" => "The :attribute field is required when :values is not present.",
"size.numeric" => "The :attribute must be :size.", "required_without_all" => "The :attribute field is required when none of :values are present.",
"size.file" => "The :attribute must be :size kilobytes.", "same" => "The :attribute and :other must match.",
"size.string" => "The :attribute must be :size characters.", "size.numeric" => "The :attribute must be :size.",
"size.array" => "The :attribute must contain :size items.", "size.file" => "The :attribute must be :size kilobytes.",
"unique" => "The :attribute has already been taken.", "size.string" => "The :attribute must be :size characters.",
'string' => 'The :attribute must be a string.', "size.array" => "The :attribute must contain :size items.",
"url" => "The :attribute format is invalid.", "unique" => "The :attribute has already been taken.",
"timezone" => "The :attribute must be a valid zone.", 'string' => 'The :attribute must be a string.',
"url" => "The :attribute format is invalid.",
"timezone" => "The :attribute must be a valid zone.",
]; ];