Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1591b7

Browse files
Merge pull request #7886 from Laravel-Lang/projects/download-ll1i9h2
[source]: Updated Laravel Framework 11.x keys
2 parents 34be5a1 + 6ee8966 commit f1591b7

File tree

1 file changed

+81
-81
lines changed

1 file changed

+81
-81
lines changed

source/framework/11.x/validation.php

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -3,117 +3,117 @@
33
declare(strict_types=1);
44

55
return [
6-
'accepted' => 'The :attribute field must be accepted.',
7-
'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
8-
'active_url' => 'The :attribute field must be a valid URL.',
9-
'after' => 'The :attribute field must be a date after :date.',
10-
'after_or_equal' => 'The :attribute field must be a date after or equal to :date.',
11-
'alpha' => 'The :attribute field must only contain letters.',
12-
'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.',
13-
'alpha_num' => 'The :attribute field must only contain letters and numbers.',
14-
'array' => 'The :attribute field must be an array.',
15-
'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',
16-
'attributes' => [],
17-
'before' => 'The :attribute field must be a date before :date.',
18-
'before_or_equal' => 'The :attribute field must be a date before or equal to :date.',
19-
'between' => [
6+
'accepted' => 'The :attribute field must be accepted.',
7+
'accepted_if' => 'The :attribute field must be accepted when :other is :value.',
8+
'active_url' => 'The :attribute field must be a valid URL.',
9+
'after' => 'The :attribute field must be a date after :date.',
10+
'after_or_equal' => 'The :attribute field must be a date after or equal to :date.',
11+
'alpha' => 'The :attribute field must only contain letters.',
12+
'alpha_dash' => 'The :attribute field must only contain letters, numbers, dashes, and underscores.',
13+
'alpha_num' => 'The :attribute field must only contain letters and numbers.',
14+
'array' => 'The :attribute field must be an array.',
15+
'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.',
16+
'attributes' => [],
17+
'before' => 'The :attribute field must be a date before :date.',
18+
'before_or_equal' => 'The :attribute field must be a date before or equal to :date.',
19+
'between' => [
2020
'array' => 'The :attribute field must have between :min and :max items.',
2121
'file' => 'The :attribute field must be between :min and :max kilobytes.',
2222
'numeric' => 'The :attribute field must be between :min and :max.',
2323
'string' => 'The :attribute field must be between :min and :max characters.',
2424
],
25-
'boolean' => 'The :attribute field must be true or false.',
26-
'can' => 'The :attribute field contains an unauthorized value.',
27-
'confirmed' => 'The :attribute field confirmation does not match.',
28-
'contains' => 'The :attribute field is missing a required value.',
29-
'current_password' => 'The password is incorrect.',
30-
'custom' => [
25+
'boolean' => 'The :attribute field must be true or false.',
26+
'can' => 'The :attribute field contains an unauthorized value.',
27+
'confirmed' => 'The :attribute field confirmation does not match.',
28+
'contains' => 'The :attribute field is missing a required value.',
29+
'current_password' => 'The password is incorrect.',
30+
'custom' => [
3131
'attribute-name' => [
3232
'rule-name' => 'custom-message',
3333
],
3434
],
35-
'date' => 'The :attribute field must be a valid date.',
36-
'date_equals' => 'The :attribute field must be a date equal to :date.',
37-
'date_format' => 'The :attribute field must match the format :format.',
38-
'decimal' => 'The :attribute field must have :decimal decimal places.',
39-
'declined' => 'The :attribute field must be declined.',
40-
'declined_if' => 'The :attribute field must be declined when :other is :value.',
41-
'different' => 'The :attribute field and :other must be different.',
42-
'digits' => 'The :attribute field must be :digits digits.',
43-
'digits_between' => 'The :attribute field must be between :min and :max digits.',
44-
'dimensions' => 'The :attribute field has invalid image dimensions.',
45-
'distinct' => 'The :attribute field has a duplicate value.',
46-
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
47-
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
48-
'email' => 'The :attribute field must be a valid email address.',
49-
'ends_with' => 'The :attribute field must end with one of the following: :values.',
50-
'enum' => 'The selected :attribute is invalid.',
51-
'exists' => 'The selected :attribute is invalid.',
52-
'extensions' => 'The :attribute field must have one of the following extensions: :values.',
53-
'file' => 'The :attribute field must be a file.',
54-
'filled' => 'The :attribute field must have a value.',
55-
'gt' => [
35+
'date' => 'The :attribute field must be a valid date.',
36+
'date_equals' => 'The :attribute field must be a date equal to :date.',
37+
'date_format' => 'The :attribute field must match the format :format.',
38+
'decimal' => 'The :attribute field must have :decimal decimal places.',
39+
'declined' => 'The :attribute field must be declined.',
40+
'declined_if' => 'The :attribute field must be declined when :other is :value.',
41+
'different' => 'The :attribute field and :other must be different.',
42+
'digits' => 'The :attribute field must be :digits digits.',
43+
'digits_between' => 'The :attribute field must be between :min and :max digits.',
44+
'dimensions' => 'The :attribute field has invalid image dimensions.',
45+
'distinct' => 'The :attribute field has a duplicate value.',
46+
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
47+
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
48+
'email' => 'The :attribute field must be a valid email address.',
49+
'ends_with' => 'The :attribute field must end with one of the following: :values.',
50+
'enum' => 'The selected :attribute is invalid.',
51+
'exists' => 'The selected :attribute is invalid.',
52+
'extensions' => 'The :attribute field must have one of the following extensions: :values.',
53+
'file' => 'The :attribute field must be a file.',
54+
'filled' => 'The :attribute field must have a value.',
55+
'gt' => [
5656
'array' => 'The :attribute field must have more than :value items.',
5757
'file' => 'The :attribute field must be greater than :value kilobytes.',
5858
'numeric' => 'The :attribute field must be greater than :value.',
5959
'string' => 'The :attribute field must be greater than :value characters.',
6060
],
61-
'gte' => [
61+
'gte' => [
6262
'array' => 'The :attribute field must have :value items or more.',
6363
'file' => 'The :attribute field must be greater than or equal to :value kilobytes.',
6464
'numeric' => 'The :attribute field must be greater than or equal to :value.',
6565
'string' => 'The :attribute field must be greater than or equal to :value characters.',
6666
],
67-
'hex_color' => 'The :attribute field must be a valid hexadecimal color.',
68-
'image' => 'The :attribute field must be an image.',
69-
'in' => 'The selected :attribute is invalid.',
70-
'in_array' => 'The :attribute field must exist in :other.',
71-
'integer' => 'The :attribute field must be an integer.',
72-
'ip' => 'The :attribute field must be a valid IP address.',
73-
'ipv4' => 'The :attribute field must be a valid IPv4 address.',
74-
'ipv6' => 'The :attribute field must be a valid IPv6 address.',
75-
'json' => 'The :attribute field must be a valid JSON string.',
76-
'list' => 'The :attribute field must be a list.',
77-
'lowercase' => 'The :attribute field must be lowercase.',
78-
'lt' => [
67+
'hex_color' => 'The :attribute field must be a valid hexadecimal color.',
68+
'image' => 'The :attribute field must be an image.',
69+
'in' => 'The selected :attribute is invalid.',
70+
'in_array' => 'The :attribute field must exist in :other.',
71+
'integer' => 'The :attribute field must be an integer.',
72+
'ip' => 'The :attribute field must be a valid IP address.',
73+
'ipv4' => 'The :attribute field must be a valid IPv4 address.',
74+
'ipv6' => 'The :attribute field must be a valid IPv6 address.',
75+
'json' => 'The :attribute field must be a valid JSON string.',
76+
'list' => 'The :attribute field must be a list.',
77+
'lowercase' => 'The :attribute field must be lowercase.',
78+
'lt' => [
7979
'array' => 'The :attribute field must have less than :value items.',
8080
'file' => 'The :attribute field must be less than :value kilobytes.',
8181
'numeric' => 'The :attribute field must be less than :value.',
8282
'string' => 'The :attribute field must be less than :value characters.',
8383
],
84-
'lte' => [
84+
'lte' => [
8585
'array' => 'The :attribute field must not have more than :value items.',
8686
'file' => 'The :attribute field must be less than or equal to :value kilobytes.',
8787
'numeric' => 'The :attribute field must be less than or equal to :value.',
8888
'string' => 'The :attribute field must be less than or equal to :value characters.',
8989
],
90-
'mac_address' => 'The :attribute field must be a valid MAC address.',
91-
'max' => [
90+
'mac_address' => 'The :attribute field must be a valid MAC address.',
91+
'max' => [
9292
'array' => 'The :attribute field must not have more than :max items.',
9393
'file' => 'The :attribute field must not be greater than :max kilobytes.',
9494
'numeric' => 'The :attribute field must not be greater than :max.',
9595
'string' => 'The :attribute field must not be greater than :max characters.',
9696
],
97-
'max_digits' => 'The :attribute field must not have more than :max digits.',
98-
'mimes' => 'The :attribute field must be a file of type: :values.',
99-
'mimetypes' => 'The :attribute field must be a file of type: :values.',
100-
'min' => [
97+
'max_digits' => 'The :attribute field must not have more than :max digits.',
98+
'mimes' => 'The :attribute field must be a file of type: :values.',
99+
'mimetypes' => 'The :attribute field must be a file of type: :values.',
100+
'min' => [
101101
'array' => 'The :attribute field must have at least :min items.',
102102
'file' => 'The :attribute field must be at least :min kilobytes.',
103103
'numeric' => 'The :attribute field must be at least :min.',
104104
'string' => 'The :attribute field must be at least :min characters.',
105105
],
106-
'min_digits' => 'The :attribute field must have at least :min digits.',
107-
'missing' => 'The :attribute field must be missing.',
108-
'missing_if' => 'The :attribute field must be missing when :other is :value.',
109-
'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
110-
'missing_with' => 'The :attribute field must be missing when :values is present.',
111-
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
112-
'multiple_of' => 'The :attribute field must be a multiple of :value.',
113-
'not_in' => 'The selected :attribute is invalid.',
114-
'not_regex' => 'The :attribute field format is invalid.',
115-
'numeric' => 'The :attribute field must be a number.',
116-
'password' => [
106+
'min_digits' => 'The :attribute field must have at least :min digits.',
107+
'missing' => 'The :attribute field must be missing.',
108+
'missing_if' => 'The :attribute field must be missing when :other is :value.',
109+
'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
110+
'missing_with' => 'The :attribute field must be missing when :values is present.',
111+
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
112+
'multiple_of' => 'The :attribute field must be a multiple of :value.',
113+
'not_in' => 'The selected :attribute is invalid.',
114+
'not_regex' => 'The :attribute field format is invalid.',
115+
'numeric' => 'The :attribute field must be a number.',
116+
'password' => [
117117
'letters' => 'The :attribute field must contain at least one letter.',
118118
'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.',
119119
'numbers' => 'The :attribute field must contain at least one number.',
@@ -149,13 +149,13 @@
149149
'numeric' => 'The :attribute field must be :size.',
150150
'string' => 'The :attribute field must be :size characters.',
151151
],
152-
'starts_with' => 'The :attribute field must start with one of the following: :values.',
153-
'string' => 'The :attribute field must be a string.',
154-
'timezone' => 'The :attribute field must be a valid timezone.',
155-
'ulid' => 'The :attribute field must be a valid ULID.',
156-
'unique' => 'The :attribute has already been taken.',
157-
'uploaded' => 'The :attribute failed to upload.',
158-
'uppercase' => 'The :attribute field must be uppercase.',
159-
'url' => 'The :attribute field must be a valid URL.',
160-
'uuid' => 'The :attribute field must be a valid UUID.',
152+
'starts_with' => 'The :attribute field must start with one of the following: :values.',
153+
'string' => 'The :attribute field must be a string.',
154+
'timezone' => 'The :attribute field must be a valid timezone.',
155+
'ulid' => 'The :attribute field must be a valid ULID.',
156+
'unique' => 'The :attribute has already been taken.',
157+
'uploaded' => 'The :attribute failed to upload.',
158+
'uppercase' => 'The :attribute field must be uppercase.',
159+
'url' => 'The :attribute field must be a valid URL.',
160+
'uuid' => 'The :attribute field must be a valid UUID.',
161161
];

0 commit comments

Comments
 (0)