|
@@ -40,8 +40,8 @@ return [
|
|
|
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
|
|
|
'email' => 'The :attribute must be a valid email address.',
|
|
|
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
|
|
- 'enum' => 'The selected :attribute is invalid.',
|
|
|
- 'exists' => 'The selected :attribute is invalid.',
|
|
|
+ 'enum' => 'The :attribute field value is not in the list of allowed values.',
|
|
|
+ 'exists' => 'The :attribute field value does not exist.',
|
|
|
'extensions' => 'The :attribute field must have one of the following extensions: :values.',
|
|
|
'file' => 'The :attribute must be a file.',
|
|
|
'filled' => 'The :attribute field must have a value.',
|
|
@@ -59,7 +59,7 @@ return [
|
|
|
],
|
|
|
'hex_color' => 'The :attribute field must be a valid hexadecimal color.',
|
|
|
'image' => 'The :attribute must be an image.',
|
|
|
- 'in' => 'The selected :attribute is invalid.',
|
|
|
+ 'in' => 'The :attribute field value is not in the list of allowed values.',
|
|
|
'in_array' => 'The :attribute field does not exist in :other.',
|
|
|
'integer' => 'The :attribute must be an integer.',
|
|
|
'ip' => 'The :attribute must be a valid IP address.',
|
|
@@ -102,7 +102,7 @@ return [
|
|
|
'missing_with' => 'The :attribute field must be missing when :values is present.',
|
|
|
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
|
|
|
'multiple_of' => 'The :attribute must be a multiple of :value.',
|
|
|
- 'not_in' => 'The selected :attribute is invalid.',
|
|
|
+ 'not_in' => 'The :attribute field must not be in the list.',
|
|
|
'not_regex' => 'The :attribute format is invalid.',
|
|
|
'numeric' => 'The :attribute must be a number.',
|
|
|
'password' => [
|
|
@@ -152,13 +152,22 @@ return [
|
|
|
'affiliate_url' => 'affiliate URL',
|
|
|
'age' => 'age',
|
|
|
'amount' => 'amount',
|
|
|
+ 'announcement' => 'announcement',
|
|
|
'area' => 'area',
|
|
|
+ 'audience_prize' => 'audience prize',
|
|
|
+ 'audience_winner' => 'audience winner',
|
|
|
'available' => 'available',
|
|
|
'birthday' => 'birthday',
|
|
|
'body' => 'body',
|
|
|
'city' => 'city',
|
|
|
+ 'company' => 'company',
|
|
|
+ 'compilation' => 'compilation',
|
|
|
+ 'concept' => 'concept',
|
|
|
+ 'conditions' => 'conditions',
|
|
|
'content' => 'content',
|
|
|
+ 'contest' => 'contest',
|
|
|
'country' => 'country',
|
|
|
+ 'cover' => 'cover',
|
|
|
'created_at' => 'created at',
|
|
|
'creator' => 'creator',
|
|
|
'currency' => 'currency',
|
|
@@ -166,25 +175,39 @@ return [
|
|
|
'customer' => 'customer',
|
|
|
'date' => 'date',
|
|
|
'date_of_birth' => 'date of birth',
|
|
|
+ 'dates' => 'dates',
|
|
|
'day' => 'day',
|
|
|
'deleted_at' => 'deleted at',
|
|
|
'description' => 'description',
|
|
|
+ 'display_type' => 'display type',
|
|
|
'district' => 'district',
|
|
|
'duration' => 'duration',
|
|
|
'email' => 'email',
|
|
|
'excerpt' => 'excerpt',
|
|
|
'filter' => 'filter',
|
|
|
+ 'finished_at' => 'finished at',
|
|
|
'first_name' => 'first name',
|
|
|
'gender' => 'gender',
|
|
|
+ 'grand_prize' => 'grand prize',
|
|
|
'group' => 'group',
|
|
|
'hour' => 'hour',
|
|
|
'image' => 'image',
|
|
|
+ 'image_desktop' => 'desktop image',
|
|
|
+ 'image_main' => 'main image',
|
|
|
+ 'image_mobile' => 'mobile image',
|
|
|
+ 'images' => 'images',
|
|
|
+ 'is_audience_winner' => 'is audience winner',
|
|
|
+ 'is_hidden' => 'is hidden',
|
|
|
'is_subscribed' => 'is subscribed',
|
|
|
+ 'is_visible' => 'is visible',
|
|
|
+ 'is_winner' => 'is winner',
|
|
|
'items' => 'items',
|
|
|
+ 'key' => 'key',
|
|
|
'last_name' => 'last name',
|
|
|
'lesson' => 'lesson',
|
|
|
'line_address_1' => 'line address 1',
|
|
|
'line_address_2' => 'line address 2',
|
|
|
+ 'login' => 'login',
|
|
|
'message' => 'message',
|
|
|
'middle_name' => 'middle name',
|
|
|
'minute' => 'minute',
|
|
@@ -197,6 +220,7 @@ return [
|
|
|
'password_confirmation' => 'password confirmation',
|
|
|
'phone' => 'phone',
|
|
|
'photo' => 'photo',
|
|
|
+ 'portfolio' => 'portfolio',
|
|
|
'postal_code' => 'postal code',
|
|
|
'preview' => 'preview',
|
|
|
'price' => 'price',
|
|
@@ -206,20 +230,33 @@ return [
|
|
|
'promo_code' => 'promo code',
|
|
|
'province' => 'province',
|
|
|
'quantity' => 'quantity',
|
|
|
+ 'reason' => 'reason',
|
|
|
'recaptcha_response_field' => 'recaptcha response field',
|
|
|
+ 'referee' => 'referee',
|
|
|
+ 'referees' => 'referees',
|
|
|
+ 'reject_reason' => 'reject reason',
|
|
|
'remember' => 'remember',
|
|
|
'restored_at' => 'restored at',
|
|
|
'result_text_under_image' => 'result text under image',
|
|
|
'role' => 'role',
|
|
|
+ 'rule' => 'rule',
|
|
|
+ 'rules' => 'rules',
|
|
|
'second' => 'second',
|
|
|
'sex' => 'sex',
|
|
|
'shipment' => 'shipment',
|
|
|
'short_text' => 'short text',
|
|
|
'size' => 'size',
|
|
|
+ 'skills' => 'skills',
|
|
|
+ 'slug' => 'slug',
|
|
|
+ 'specialization' => 'specialization',
|
|
|
+ 'started_at' => 'started at',
|
|
|
'state' => 'state',
|
|
|
+ 'status' => 'status',
|
|
|
'street' => 'street',
|
|
|
'student' => 'student',
|
|
|
'subject' => 'subject',
|
|
|
+ 'tag' => 'tag',
|
|
|
+ 'tags' => 'tags',
|
|
|
'teacher' => 'teacher',
|
|
|
'terms' => 'terms',
|
|
|
'test_description' => 'test description',
|
|
@@ -228,9 +265,13 @@ return [
|
|
|
'text' => 'text',
|
|
|
'time' => 'time',
|
|
|
'title' => 'title',
|
|
|
+ 'type' => 'type',
|
|
|
'updated_at' => 'updated at',
|
|
|
'user' => 'user',
|
|
|
'username' => 'username',
|
|
|
+ 'value' => 'value',
|
|
|
+ 'winner' => 'winner',
|
|
|
+ 'work' => 'work',
|
|
|
'year' => 'year',
|
|
|
],
|
|
|
];
|