View file resources/lang/en/validator.php
<?php
return [
'token' => 'Invalid session id, retry action!',
'flood' => 'Antiflood! Please wait :sec seconds before sending again!',
'title' => 'Too long or short title!',
'text' => 'Too long or short text!',
'phone' => 'Invalid phone format. Example: 8-900-123-45-67!',
];