mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 03:16:42 +01:00
Update validation.php with language information
This commit is contained in:
parent
b33dcfd8c6
commit
07e5a22718
1 changed files with 9 additions and 0 deletions
|
@ -92,6 +92,15 @@ return [
|
|||
],
|
||||
],
|
||||
|
||||
"audio" => "The :attribute must be an audio file.",
|
||||
"audio_channels" => "The :attribute contains an invalid number of channels.",
|
||||
"audio_format" => "The :attribute does not contain audio in a valid format.",
|
||||
"required_when" => "The :attribute field cannot be left blank.",
|
||||
"sample_rate" => "The :attribute has an invalid sample rate.",
|
||||
"min_width" => "The :attribute is not wide enough.",
|
||||
"min_height" => "The :attribute is not tall enough.",
|
||||
"textarea_length" => "The :attribute must be less than 250 characters long.", // @TODO: Figure out how to retrieve the parameter from the validation rule
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|
|
Loading…
Reference in a new issue