validation.php 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Custom Validation Attributes
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used to swap our attribute placeholder
  9. | with something more reader friendly such as 'E-Mail Address' instead
  10. | of 'email'. This simply helps us make our message more expressive.
  11. |
  12. */
  13. return [
  14. 'attributes' => [
  15. 'address' => 'address',
  16. 'affiliate_url' => 'affiliate URL',
  17. 'age' => 'age',
  18. 'amount' => 'amount',
  19. 'announcement' => 'announcement',
  20. 'area' => 'area',
  21. 'audience_prize' => 'audience prize',
  22. 'audience_winner' => 'audience winner',
  23. 'available' => 'available',
  24. 'birthday' => 'birthday',
  25. 'body' => 'body',
  26. 'city' => 'city',
  27. 'company' => 'company',
  28. 'compilation' => 'compilation',
  29. 'concept' => 'concept',
  30. 'conditions' => 'conditions',
  31. 'content' => 'content',
  32. 'contest' => 'contest',
  33. 'country' => 'country',
  34. 'cover' => 'cover',
  35. 'created_at' => 'created at',
  36. 'creator' => 'creator',
  37. 'currency' => 'currency',
  38. 'current_password' => 'current password',
  39. 'customer' => 'customer',
  40. 'date' => 'date',
  41. 'date_of_birth' => 'date of birth',
  42. 'dates' => 'dates',
  43. 'day' => 'day',
  44. 'deleted_at' => 'deleted at',
  45. 'description' => 'description',
  46. 'display_type' => 'display type',
  47. 'district' => 'district',
  48. 'duration' => 'duration',
  49. 'email' => 'email',
  50. 'excerpt' => 'excerpt',
  51. 'filter' => 'filter',
  52. 'finished_at' => 'finished at',
  53. 'first_name' => 'first name',
  54. 'gender' => 'gender',
  55. 'grand_prize' => 'grand prize',
  56. 'group' => 'group',
  57. 'hour' => 'hour',
  58. 'image' => 'image',
  59. 'image_desktop' => 'desktop image',
  60. 'image_main' => 'main image',
  61. 'image_mobile' => 'mobile image',
  62. 'images' => 'images',
  63. 'is_audience_winner' => 'is audience winner',
  64. 'is_hidden' => 'is hidden',
  65. 'is_subscribed' => 'is subscribed',
  66. 'is_visible' => 'is visible',
  67. 'is_winner' => 'is winner',
  68. 'items' => 'items',
  69. 'key' => 'key',
  70. 'last_name' => 'last name',
  71. 'lesson' => 'lesson',
  72. 'line_address_1' => 'line address 1',
  73. 'line_address_2' => 'line address 2',
  74. 'login' => 'login',
  75. 'message' => 'message',
  76. 'middle_name' => 'middle name',
  77. 'minute' => 'minute',
  78. 'mobile' => 'mobile',
  79. 'month' => 'month',
  80. 'name' => 'name',
  81. 'national_code' => 'national code',
  82. 'number' => 'number',
  83. 'password' => 'password',
  84. 'password_confirmation' => 'password confirmation',
  85. 'phone' => 'phone',
  86. 'photo' => 'photo',
  87. 'portfolio' => 'portfolio',
  88. 'postal_code' => 'postal code',
  89. 'preview' => 'preview',
  90. 'price' => 'price',
  91. 'product_id' => 'product ID',
  92. 'product_uid' => 'product UID',
  93. 'product_uuid' => 'product UUID',
  94. 'promo_code' => 'promo code',
  95. 'province' => 'province',
  96. 'quantity' => 'quantity',
  97. 'reason' => 'reason',
  98. 'recaptcha_response_field' => 'recaptcha response field',
  99. 'referee' => 'referee',
  100. 'referees' => 'referees',
  101. 'reject_reason' => 'reject reason',
  102. 'remember' => 'remember',
  103. 'restored_at' => 'restored at',
  104. 'result_text_under_image' => 'result text under image',
  105. 'role' => 'role',
  106. 'rule' => 'rule',
  107. 'rules' => 'rules',
  108. 'second' => 'second',
  109. 'sex' => 'sex',
  110. 'shipment' => 'shipment',
  111. 'short_text' => 'short text',
  112. 'size' => 'size',
  113. 'skills' => 'skills',
  114. 'slug' => 'slug',
  115. 'specialization' => 'specialization',
  116. 'started_at' => 'started at',
  117. 'state' => 'state',
  118. 'status' => 'status',
  119. 'street' => 'street',
  120. 'student' => 'student',
  121. 'subject' => 'subject',
  122. 'tag' => 'tag',
  123. 'tags' => 'tags',
  124. 'teacher' => 'teacher',
  125. 'terms' => 'terms',
  126. 'test_description' => 'test description',
  127. 'test_locale' => 'test locale',
  128. 'test_name' => 'test name',
  129. 'text' => 'text',
  130. 'time' => 'time',
  131. 'title' => 'title',
  132. 'type' => 'type',
  133. 'updated_at' => 'updated at',
  134. 'user' => 'user',
  135. 'username' => 'username',
  136. 'value' => 'value',
  137. 'winner' => 'winner',
  138. 'work' => 'work',
  139. 'year' => 'year',
  140. ],
  141. ];