validation.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Validation Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines contain the default error messages used by
  9. | the validator class. Some of these rules have multiple versions such
  10. | as the size rules. Feel free to tweak each of these messages here.
  11. |
  12. */
  13. 'accepted' => ':attribute ကို လက်ခံရပါမည်။',
  14. 'accepted_if' => ':other သည် :value ဖြစ်သောအခါ :attribute ကို လက်ခံရပါမည်။',
  15. 'active_url' => ':attribute သည် မမှန်ကန်သော URL ဖြစ်သည်။',
  16. 'after' => ':attribute သည် :date နောက်ပိုင်း ရက်စွဲဖြစ်ရပါမည်။',
  17. 'after_or_equal' => ':attribute သည် :date နှင့် ညီမျှသော သို့မဟုတ် နောက်ပိုင်း ရက်စွဲဖြစ်ရပါမည်။',
  18. 'alpha' => ':attribute တွင် စာလုံးများသာ ပါဝင်နိုင်သည်။',
  19. 'alpha_dash' => ':attribute တွင် စာလုံး၊ ဂဏန်း၊ တိုက်ပိုင်း နှင့် အောက်မျဉ်းများသာ ပါဝင်နိုင်သည်။',
  20. 'alpha_num' => ':attribute တွင် စာလုံး နှင့် ဂဏန်းများသာ ပါဝင်နိုင်သည်။',
  21. 'array' => ':attribute သည် array ဖြစ်ရပါမည်။',
  22. 'before' => ':attribute သည် :date မတိုင်မီ ရက်စွဲဖြစ်ရပါမည်။',
  23. 'before_or_equal' => ':attribute သည် :date နှင့် ညီမျှသော သို့မဟုတ် မတိုင်မီ ရက်စွဲဖြစ်ရပါမည်။',
  24. 'between' => [
  25. 'numeric' => ':attribute သည် :min နှင့် :max အကြား ဖြစ်ရပါမည်။',
  26. 'file' => ':attribute သည် :min နှင့် :max ကီလိုဘိုက်အကြား ဖြစ်ရပါမည်။',
  27. 'string' => ':attribute သည် :min နှင့် :max လုံးကြားရှိ စာလုံးများ ဖြစ်ရပါမည်။',
  28. 'array' => ':attribute တွင် :min နှင့် :max ခုကြားရှိ အရာများ ပါဝင်ရပါမည်။',
  29. ],
  30. 'boolean' => ':attribute ကွက်လပ်သည် true သို့မဟုတ် false ဖြစ်ရပါမည်။',
  31. 'confirmed' => ':attribute အတည်ပြုချက် မကိုက်ညီပါ။',
  32. 'current_password' => 'စကားဝှက် မှားယွင်းနေပါသည်။',
  33. 'date' => ':attribute သည် မမှန်ကန်သော ရက်စွဲဖြစ်သည်။',
  34. 'date_equals' => ':attribute သည် :date နှင့် ညီမျှသော ရက်စွဲဖြစ်ရပါမည်။',
  35. 'date_format' => ':attribute သည် :format ပုံစံနှင့် မကိုက်ညီပါ။',
  36. 'declined' => ':attribute ကို ငြင်းပယ်ရပါမည်။',
  37. 'declined_if' => ':other သည် :value ဖြစ်သောအခါ :attribute ကို ငြင်းပယ်ရပါမည်။',
  38. 'different' => ':attribute နှင့် :other သည် မတူညီရပါမည်။',
  39. 'digits' => ':attribute သည် :digits လုံးရှိ ဂဏန်းဖြစ်ရပါမည်။',
  40. 'digits_between' => ':attribute သည် :min နှင့် :max လုံးကြားရှိ ဂဏန်းဖြစ်ရပါမည်။',
  41. 'dimensions' => ':attribute တွင် မမှန်ကန်သော ပုံ၏ အရွယ်အစားများ ရှိနေသည်။',
  42. 'distinct' => ':attribute ကွက်လပ်တွင် ထပ်တူတန်ဖိုး ရှိနေသည်။',
  43. 'email' => ':attribute သည် မှန်ကန်သော အီးမေးလ်လိပ်စာ ဖြစ်ရပါမည်။',
  44. 'ends_with' => ':attribute သည် အောက်ပါတို့ထဲမှ တစ်ခုဖြင့် ဆုံးရပါမည်: :values။',
  45. 'enum' => 'ရွေးချယ်ထားသော :attribute မမှန်ကန်ပါ။',
  46. 'exists' => 'ရွေးချယ်ထားသော :attribute ရှိပြီးဖြစ်သည်။',
  47. 'file' => ':attribute သည် ဖိုင်ဖြစ်ရပါမည်။',
  48. 'filled' => ':attribute ကွက်လပ်တွင် တန်ဖိုး ရှိရပါမည်။',
  49. 'gt' => [
  50. 'numeric' => ':attribute သည် :value ထက် ကြီးရပါမည်။',
  51. 'file' => ':attribute သည် :value ကီလိုဘိုက်ထက် ကြီးရပါမည်။',
  52. 'string' => ':attribute သည် :value လုံးထက် ပိုများသော စာလုံးများ ရှိရပါမည်။',
  53. 'array' => ':attribute တွင် :value ခုထက် ပိုများသော အရာများ ရှိရပါမည်။',
  54. ],
  55. 'gte' => [
  56. 'numeric' => ':attribute သည် :value နှင့် ညီမျှသော သို့မဟုတ် ကြီးရပါမည်။',
  57. 'file' => ':attribute သည် :value ကီလိုဘိုက်နှင့် ညီမျှသော သို့မဟုတ် ကြီးရပါမည်။',
  58. 'string' => ':attribute သည် :value လုံးနှင့် ညီမျှသော သို့မဟုတ် ပိုများသော စာလုံးများ ရှိရပါမည်။',
  59. 'array' => ':attribute တွင် :value ခု သို့မဟုတ် ပိုများသော အရာများ ရှိရပါမည်။',
  60. ],
  61. 'image' => ':attribute သည် ပုံဖိုင်ဖြစ်ရပါမည်။',
  62. 'in' => 'ရွေးချယ်ထားသော :attribute မမှန်ကန်ပါ။',
  63. 'in_array' => ':attribute ကွက်လပ်သည် :other တွင် မရှိပါ။',
  64. 'integer' => ':attribute သည် ကိန်းပြည့်ဖြစ်ရပါမည်။',
  65. 'ip' => ':attribute သည် မှန်ကန်သော IP လိပ်စာဖြစ်ရပါမည်။',
  66. 'ipv4' => ':attribute သည် မှန်ကန်သော IPv4 လိပ်စာဖြစ်ရပါမည်။',
  67. 'ipv6' => ':attribute သည် မှန်ကန်သော IPv6 လိပ်စာဖြစ်ရပါမည်။',
  68. 'mac_address' => ':attribute သည် မှန်ကန်သော MAC လိပ်စာဖြစ်ရပါမည်။',
  69. 'json' => ':attribute သည် မှန်ကန်သော JSON string ဖြစ်ရပါမည်။',
  70. 'lt' => [
  71. 'numeric' => ':attribute သည် :value ထက် သေးငယ်ရပါမည်။',
  72. 'file' => ':attribute သည် :value ကီလိုဘိုက်ထက် သေးငယ်ရပါမည်။',
  73. 'string' => ':attribute သည် :value လုံးထက် နည်းသော စာလုံးများ ရှိရပါမည်။',
  74. 'array' => ':attribute တွင် :value ခုထက် နည်းသော အရာများ ရှိရပါမည်။',
  75. ],
  76. 'lte' => [
  77. 'numeric' => ':attribute သည် :value နှင့် ညီမျှသော သို့မဟုတ် သေးငယ်ရပါမည်။',
  78. 'file' => ':attribute သည် :value ကီလိုဘိုက်နှင့် ညီမျှသော သို့မဟုတ် သေးငယ်ရပါမည်။',
  79. 'string' => ':attribute သည် :value လုံးနှင့် ညီမျှသော သို့မဟုတ် နည်းသော စာလုံးများ ရှိရပါမည်။',
  80. 'array' => ':attribute တွင် :value ခုထက် ပိုများသော အရာများ မပါဝင်ရပါ။',
  81. ],
  82. 'max' => [
  83. 'numeric' => ':attribute သည် :max ထက် မကြီးရပါ။',
  84. 'file' => ':attribute သည် :max ကီလိုဘိုက်ထက် မကြီးရပါ။',
  85. 'string' => ':attribute သည် :max လုံးထက် မပိုရပါ။',
  86. 'array' => ':attribute တွင် :max ခုထက် ပိုများသော အရာများ မပါဝင်ရပါ။',
  87. ],
  88. 'mimes' => ':attribute သည် ဤအမျိုးအစား ဖိုင်ဖြစ်ရပါမည်: :values။',
  89. 'mimetypes' => ':attribute သည် ဤအမျိုးအစား ဖိုင်ဖြစ်ရပါမည်: :values။',
  90. 'min' => [
  91. 'numeric' => ':attribute သည် အနည်းဆုံး :min ဖြစ်ရပါမည်။',
  92. 'file' => ':attribute သည် အနည်းဆုံး :min ကီလိုဘိုက်ဖြစ်ရပါမည်။',
  93. 'string' => ':attribute သည် အနည်းဆုံး :min လုံးရှိသော စာလုံးများ ဖြစ်ရပါမည်။',
  94. 'array' => ':attribute တွင် အနည်းဆုံး :min ခုရှိသော အရာများ ပါဝင်ရပါမည်။',
  95. ],
  96. 'multiple_of' => ':attribute သည် :value ၏ အဆတိုးဖြစ်ရပါမည်။',
  97. 'not_in' => 'ရွေးချယ်ထားသော :attribute မမှန်ကန်ပါ။',
  98. 'not_regex' => ':attribute ပုံစံ မမှန်ကန်ပါ။',
  99. 'numeric' => ':attribute သည် ဂဏန်းဖြစ်ရပါမည်။',
  100. 'password' => 'စကားဝှက် မှားယွင်းနေပါသည်။',
  101. 'present' => ':attribute ကွက်လပ် ရှိရပါမည်။',
  102. 'prohibited' => ':attribute ကွက်လပ် ခွင့်မပြုပါ။',
  103. 'prohibited_if' => ':other သည် :value ဖြစ်သောအခါ :attribute ကွက်လပ် ခွင့်မပြုပါ။',
  104. 'prohibited_unless' => ':other သည် :values တွင် မပါဝင်သမျှ :attribute ကွက်လပ် ခွင့်မပြုပါ။',
  105. 'prohibits' => ':attribute ကွက်လပ်သည် :other ၏ ပါဝင်မှုကို တားမြစ်သည်။',
  106. 'regex' => ':attribute ပုံစံ မမှန်ကန်ပါ။',
  107. 'required' => ':attribute ကွက်လပ် လိုအပ်သည်။',
  108. 'required_if' => ':other သည် :value ဖြစ်သောအခါ :attribute ကွက်လပ် လိုအပ်သည်။',
  109. 'required_unless' => ':other သည် :values တွင် မပါဝင်သမျှ :attribute ကွက်လပ် လိုအပ်သည်။',
  110. 'required_with' => ':values ရှိသောအခါ :attribute ကွက်လပ် လိုအပ်သည်။',
  111. 'required_with_all' => ':values များ ရှိသောအခါ :attribute ကွက်လပ် လိုအပ်သည်။',
  112. 'required_without' => ':values မရှိသောအခါ :attribute ကွက်လပ် လိုအပ်သည်။',
  113. 'required_without_all' => ':values များ မရှိသောအခါ :attribute ကွက်လပ် လိုအပ်သည်။',
  114. 'same' => ':attribute နှင့် :other တူညီရပါမည်။',
  115. 'size' => [
  116. 'numeric' => ':attribute သည် :size ဖြစ်ရပါမည်။',
  117. 'file' => ':attribute သည် :size ကီလိုဘိုက် ဖြစ်ရပါမည်။',
  118. 'string' => ':attribute သည် :size လုံးရှိသော စာလုံးများ ဖြစ်ရပါမည်။',
  119. 'array' => ':attribute တွင် :size ခုရှိသော အရာများ ပါဝင်ရပါမည်။',
  120. ],
  121. 'starts_with' => ':attribute သည် အောက်ပါတို့ထဲမှ တစ်ခုဖြင့် စတင်ရပါမည်: :values။',
  122. 'string' => ':attribute သည် စာသားဖြစ်ရပါမည်။',
  123. 'timezone' => ':attribute သည် မှန်ကန်သော အချိန်ဇုန်ဖြစ်ရပါမည်။',
  124. 'unique' => ':attribute ကို အသုံးပြုပြီးဖြစ်သည်။',
  125. 'uploaded' => ':attribute တင်သွင်းမှု မအောင်မြင်ပါ။',
  126. 'url' => ':attribute သည် မှန်ကန်သော URL ဖြစ်ရပါမည်။',
  127. 'uuid' => ':attribute သည် မှန်ကန်သော UUID ဖြစ်ရပါမည်။',
  128. /*
  129. |--------------------------------------------------------------------------
  130. | Custom Validation Language Lines
  131. |--------------------------------------------------------------------------
  132. |
  133. | Here you may specify custom validation messages for attributes using the
  134. | convention "attribute.rule" to name the lines. This makes it quick to
  135. | specify a specific custom language line for a given attribute rule.
  136. |
  137. */
  138. 'custom' => [
  139. 'attribute-name' => [
  140. 'rule-name' => 'custom-message',
  141. ],
  142. ],
  143. /*
  144. |--------------------------------------------------------------------------
  145. | Custom Validation Attributes
  146. |--------------------------------------------------------------------------
  147. |
  148. | The following language lines are used to swap our attribute placeholder
  149. | with something more reader friendly such as "E-Mail Address" instead
  150. | of "email". This simply helps us make our message more expressive.
  151. |
  152. */
  153. 'attributes' => [],
  154. ];