Files
trafficpumper/lang/en/validation.php
T

3 lines
565 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<?php
return ['required'=>'The :attribute field is required.','email'=>'The :attribute must be a valid email address.','confirmed'=>'The :attribute confirmation does not match.','unique'=>'The :attribute has already been taken.','string'=>'The :attribute must be a string.','max'=>['string'=>'The :attribute must not be greater than :max characters.'],'min'=>['string'=>'The :attribute must be at least :min characters.'],'in'=>'The selected :attribute is invalid.','attributes'=>['name'=>'full name','email'=>'email','password'=>'password','locale'=>'language']];