Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/Illuminate/Translation/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
'email' => 'The :attribute field must be a valid email address.',
'email_trusted_domains' => 'Please use an email from a supported provider: :domains',
'email_no_dots' => 'Gmail addresses with dots are not allowed. Please use your email without dots.',
'email_no_aliases' => 'Email aliases are not allowed. Please use your main email address.',
'email_no_disposable' => 'Temporary or disposable email services are not allowed.',
'email_no_forwarding' => 'Email forwarding services are not allowed.',
'email_suspicious' => 'This email format appears to be temporary or invalid.',
'ends_with' => 'The :attribute field must end with one of the following: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'The selected :attribute is invalid.',
Expand Down
Loading
Loading