php-inline.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "accepted": "دا ساحه باید ومنل شي.",
  3. "accepted_if": "دا ساحه باید ومنل شي کله چې :other :value وي.",
  4. "active_url": "This is not a valid URL.",
  5. "after": "This must be a date after :date.",
  6. "after_or_equal": "This must be a date after or equal to :date.",
  7. "alpha": "This field must only contain letters.",
  8. "alpha_dash": "This field must only contain letters, numbers, dashes, and underscores.",
  9. "alpha_num": "This field must only contain letters and numbers.",
  10. "array": "دا ساحه باید یو صف وي.",
  11. "ascii": "دا ساحه باید یوازې د واحد بایټ الفانومیریک حروف او سمبولونه ولري.",
  12. "attached": "دا ساحه لا دمخه تړل شوې ده.",
  13. "before": "This must be a date before :date.",
  14. "before_or_equal": "This must be a date before or equal to :date.",
  15. "between.array": "This content must have between :min and :max items.",
  16. "between.file": "This file must be between :min and :max kilobytes.",
  17. "between.numeric": "This value must be between :min and :max.",
  18. "between.string": "This string must be between :min and :max characters.",
  19. "boolean": "دا ساحه باید ریښتیا یا غلط وي.",
  20. "can": "دا ساحه یو غیر مجاز ارزښت لري.",
  21. "confirmed": "The confirmation does not match.",
  22. "country": "دا ساحه یو معتبر هیواد ندی.",
  23. "date": "This is not a valid date.",
  24. "date_equals": "This must be a date equal to :date.",
  25. "date_format": "This does not match the format :format.",
  26. "decimal": "دا ساحه باید :decimal لسیزې ځایونه ولري.",
  27. "declined": "This value must be declined.",
  28. "declined_if": "This value must be declined when :other is :value.",
  29. "different": "This value must be different from :other.",
  30. "digits": "This must be :digits digits.",
  31. "digits_between": "This must be between :min and :max digits.",
  32. "dimensions": "This image has invalid dimensions.",
  33. "distinct": "دا ساحه دوه برابره ارزښت لري.",
  34. "doesnt_end_with": "دا ساحه ممکن د لاندې څخه یو سره پای ته ونه رسیږي: :values.",
  35. "doesnt_start_with": "دا ساحه ممکن د لاندې څخه یو سره پیل نشي: :values.",
  36. "email": "This must be a valid email address.",
  37. "ends_with": "This must end with one of the following: :values.",
  38. "enum": "The selected value is invalid.",
  39. "exists": "The selected value is invalid.",
  40. "file": "The content must be a file.",
  41. "filled": "This field must have a value.",
  42. "gt.array": "The content must have more than :value items.",
  43. "gt.file": "The file size must be greater than :value kilobytes.",
  44. "gt.numeric": "The value must be greater than :value.",
  45. "gt.string": "The string must be greater than :value characters.",
  46. "gte.array": "The content must have :value items or more.",
  47. "gte.file": "The file size must be greater than or equal :value kilobytes.",
  48. "gte.numeric": "The value must be greater than or equal :value.",
  49. "gte.string": "The string must be greater than or equal :value characters.",
  50. "image": "This must be an image.",
  51. "in": "The selected value is invalid.",
  52. "in_array": "This value does not exist in :other.",
  53. "integer": "This must be an integer.",
  54. "ip": "This must be a valid IP address.",
  55. "ipv4": "This must be a valid IPv4 address.",
  56. "ipv6": "This must be a valid IPv6 address.",
  57. "json": "This must be a valid JSON string.",
  58. "lowercase": "دا ساحه باید کوچنۍ وي.",
  59. "lt.array": "The content must have less than :value items.",
  60. "lt.file": "The file size must be less than :value kilobytes.",
  61. "lt.numeric": "The value must be less than :value.",
  62. "lt.string": "The string must be less than :value characters.",
  63. "lte.array": "The content must not have more than :value items.",
  64. "lte.file": "The file size must be less than or equal :value kilobytes.",
  65. "lte.numeric": "The value must be less than or equal :value.",
  66. "lte.string": "The string must be less than or equal :value characters.",
  67. "mac_address": "The value must be a valid MAC address.",
  68. "max.array": "The content must not have more than :max items.",
  69. "max.file": "The file size must not be greater than :max kilobytes.",
  70. "max.numeric": "The value must not be greater than :max.",
  71. "max.string": "The string must not be greater than :max characters.",
  72. "max_digits": "دا ساحه باید له :max څخه زیاتې شمیرې ونلري.",
  73. "mimes": "This must be a file of type: :values.",
  74. "mimetypes": "This must be a file of type: :values.",
  75. "min.array": "The value must have at least :min items.",
  76. "min.file": "The file size must be at least :min kilobytes.",
  77. "min.numeric": "The value must be at least :min.",
  78. "min.string": "The string must be at least :min characters.",
  79. "min_digits": "دا ساحه باید لږترلږه :min عددونه ولري.",
  80. "missing": "دا ساحه باید ورکه وي.",
  81. "missing_if": "دا ساحه باید ورکه وي کله چې :other :value وي.",
  82. "missing_unless": "دا ساحه باید ورکه وي پرته لدې چې :other :value وي.",
  83. "missing_with": "دا ساحه باید ورکه وي کله چې :values شتون ولري.",
  84. "missing_with_all": "دا ساحه باید ورکه وي کله چې :values موجود وي.",
  85. "multiple_of": "The value must be a multiple of :value",
  86. "not_in": "The selected value is invalid.",
  87. "not_regex": "This format is invalid.",
  88. "numeric": "This must be a number.",
  89. "password.letters": "دا ساحه باید لږترلږه یو لیک ولري.",
  90. "password.mixed": "دا ساحه باید لږترلږه یو لوی او یو کوچنی توری ولري.",
  91. "password.numbers": "دا ساحه باید لږترلږه یوه شمیره ولري.",
  92. "password.symbols": "دا ساحه باید لږترلږه یو سمبول ولري.",
  93. "password.uncompromised": "ورکړل شوی ساحه د معلوماتو لیک کې ښکاره شوې. مهرباني وکړئ یو بل ساحه غوره کړئ.",
  94. "present": "دا ساحه باید موجوده وي.",
  95. "prohibited": "دا ساحه منع ده.",
  96. "prohibited_if": "دا ساحه منع ده کله چې :other :value وي.",
  97. "prohibited_unless": "دا ساحه منع ده پرته لدې چې :other په :values کې وي.",
  98. "prohibits": "دا ساحه د :other شتون څخه منع کوي.",
  99. "regex": "This format is invalid.",
  100. "relatable": "دا ساحه ممکن د دې سرچینې سره تړاو ونلري.",
  101. "required": "دغه سیمی ته اړتیا ده.",
  102. "required_array_keys": "دا ساحه باید د :values لپاره ننوتل ولري.",
  103. "required_if": "دا ساحه اړینه ده کله چې :other :value وي.",
  104. "required_if_accepted": "دا ساحه اړینه ده کله چې :other ومنل شي.",
  105. "required_unless": "دا ساحه اړینه ده پرته لدې چې :other په :values کې وي.",
  106. "required_with": "دا ساحه اړینه ده کله چې :values شتون ولري.",
  107. "required_with_all": "This field is required when :values are present.",
  108. "required_without": "دا ساحه اړینه ده کله چې :values شتون نلري.",
  109. "required_without_all": "دا ساحه اړینه ده کله چې د :values څخه هیڅ شتون نلري.",
  110. "same": "The value of this field must match the one from :other.",
  111. "size.array": "The content must contain :size items.",
  112. "size.file": "The file size must be :size kilobytes.",
  113. "size.numeric": "The value must be :size.",
  114. "size.string": "The string must be :size characters.",
  115. "starts_with": "This must start with one of the following: :values.",
  116. "string": "This must be a string.",
  117. "timezone": "This must be a valid zone.",
  118. "ulid": "دا ساحه باید یو معتبر ULID وي.",
  119. "unique": "This has already been taken.",
  120. "uploaded": "This failed to upload.",
  121. "uppercase": "دا ساحه باید لوی وي.",
  122. "url": "This format is invalid.",
  123. "uuid": "This must be a valid UUID."
  124. }