View file resources/lang/en/ignores.php
<?php return [ 'empty_list' => 'Ignore list is empty!', 'note_title' => 'Note for', 'you_are_ignoring' => 'You are on the users ignore list!', 'forbidden_yourself' => 'It is forbidden to add your login!', 'ignore_full' => 'Ignore list is full! (Maximum :max users) ', 'already_ignore' => 'This user is already on the ignore list!', 'forbidden_admins' => 'It is forbidden to add the site administration to ignore!', 'success_added' => 'User successfully added to the ignore list!', ];