php-inline.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "accepted": "שדה זה חייב להתקבל.",
  3. "accepted_if": "יש לאשר שדה זה כאשר :other הוא :value.",
  4. "active_url": "כתובת זו אינה תקפה.",
  5. "after": "זה חייב להיות תאריך אחרי :date.",
  6. "after_or_equal": "זה חייב להיות תאריך אחרי או שווה ל-:date.",
  7. "alpha": "שדה זה עשוי להכיל רק אותיות.",
  8. "alpha_dash": "שדה זה עשוי להכיל רק אותיות, מספרים, מקפים וקווים תחתיים.",
  9. "alpha_num": "שדה זה עשוי להכיל רק אותיות ומספרים.",
  10. "array": "שדה זה חייב להיות מערך.",
  11. "ascii": "שדה זה חייב להכיל רק תווים וסמלים אלפאנומריים של בייט בודד.",
  12. "attached": "השדה הזה כבר מחובר.",
  13. "before": "זה חייב להיות תאריך לפני :date.",
  14. "before_or_equal": "זה חייב להיות תאריך לפני או שווה ל-: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": "האישור אינו תואם.",
  22. "country": "שדה זה אינו מדינה חוקית.",
  23. "date": "זה לא תאריך תקף.",
  24. "date_equals": "זה חייב להיות תאריך שווה ל-:date.",
  25. "date_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": "ערך זה חייב להיות שונה מ-:other.",
  30. "digits": "זה חייב להיות :digits ספרות.",
  31. "digits_between": "זה חייב להיות בין :min ו :max ספרות.",
  32. "dimensions": "לתמונה הזו יש ממדים לא תקפים.",
  33. "distinct": "לשדה הזה יש ערך כפול.",
  34. "doesnt_end_with": "שדה זה לא יכול להסתיים באחד מהבאים: :values.",
  35. "doesnt_start_with": "שדה זה לא יכול להתחיל באחד מהבאים: :values.",
  36. "email": "זו חייבת להיות כתובת דוא \" ל תקפה.",
  37. "ends_with": "זה חייב להסתיים עם אחד הדברים הבאים: :values.",
  38. "enum": "The selected value is invalid.",
  39. "exists": "הערך הנבחר אינו תקף.",
  40. "file": "התוכן חייב להיות קובץ.",
  41. "filled": "לשדה הזה חייב להיות ערך.",
  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": "זו חייבת להיות תמונה.",
  51. "in": "הערך הנבחר אינו תקף.",
  52. "in_array": "ערך זה אינו קיים בשנת :other.",
  53. "integer": "זה חייב להיות מספר שלם.",
  54. "ip": "זה חייב להיות כתובת IP תקפה.",
  55. "ipv4": "זו חייבת להיות כתובת ipv4 תקפה.",
  56. "ipv6": "זו חייבת להיות כתובת ipv6 תקפה.",
  57. "json": "זה חייב להיות מחרוזת json תקפה.",
  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": "זה חייב להיות קובץ מסוג: :values.",
  74. "mimetypes": "זה חייב להיות קובץ מסוג: :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": "הערך חייב להיות מרובה של :value",
  86. "not_in": "הערך הנבחר אינו תקף.",
  87. "not_regex": "תבנית זו אינה תקפה.",
  88. "numeric": "זה חייב להיות מספר.",
  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": "תבנית זו אינה תקפה.",
  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": "שדה זה נדרש כאשר :values נמצאים.",
  108. "required_without": "שדה זה נדרש כאשר :values אינו קיים.",
  109. "required_without_all": "שדה זה נדרש כאשר אף אחד :values נמצאים.",
  110. "same": "הערך של שדה זה חייב להתאים לזה מ-: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": "זה חייב להתחיל עם אחד הדברים הבאים: :values.",
  116. "string": "זה חייב להיות חוט.",
  117. "timezone": "זה חייב להיות אזור חוקי.",
  118. "ulid": "שדה זה חייב להיות ULID חוקי.",
  119. "unique": "זה כבר צולם.",
  120. "uploaded": "אין אפשרות להעלות את הקובץ.",
  121. "uppercase": "שדה זה חייב להיות רישיות.",
  122. "url": "תבנית זו אינה תקפה.",
  123. "uuid": "זה חייב להיות UUID תקף."
  124. }