<?php

return [
    'can-not-contain-word'              => 'The :attribute can not contain the word \':word\'.',
    'can-not-be-similar-to-word'        => 'The :attribute can not be similar to the word \':word\'.',
    'found-in-data-breach'              => 'The :attribute was found in a third party data breach, and can not be used.',
    'can-not-be-dictionary-word'        => 'The :attribute can not be a dictionary word.',
    'can-not-be-repetitive-characters'  => 'The :attribute can not have repetitive characters of 3 or more.',
    'can-not-be-sequential-characters'  => 'The :attribute can not have sequential characters of 3 or more.',
];
