validation.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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 kabul edilebilir olmalıdır.',
  14. 'active_url' => ':attribute geçerli bir URL değil.',
  15. 'after' => ':attribute tarihi :date tarihinden sonra olmalıdır.',
  16. 'after_or_equal' => ':attribute tarihi :date tarihine eşit veya sonrası olmalıdır.',
  17. 'alpha' => ':attribute sadece harf içerebilir.',
  18. 'alpha_dash' => ':attribute sadece harf, sayı ve tire içerebilir.',
  19. 'alpha_num' => ':attribute sadece harf ve sayı içerebilir.',
  20. 'array' => ':attribute bir dizi olmalıdır.',
  21. 'before' => ':attribute taihi :date tarihinden önce olmalıdır.',
  22. 'before_or_equal' => ':attribute tarihi :date tarihine eşit veya sonrası olmalıdır.',
  23. 'between' => [
  24. 'numeric' => ':attribute, :min ile :max arasında olmalıdır.',
  25. 'file' => ':attribute, :min ile :max kilobayt arasında olmalıdır.',
  26. 'string' => ':attribute, :min ile :max karakter arasında olmalıdır.',
  27. 'array' => ':attribute, :min ile :max arasında elemanı olmalıdır..',
  28. ],
  29. 'boolean' => ':attribute doğru veya yanlış olmalıdır.',
  30. 'confirmed' => ':attribute doğrulama eşleşmedi.',
  31. 'date' => ':attribute geçerli bir tarih değil.',
  32. 'date_format' => ':attribute biçim düzeni uyuşmuyor :format.',
  33. 'different' => ':attribute ve :other farklı olmalıdır.',
  34. 'digits' => ':attribute, :digits basamaklı olmalıdır.',
  35. 'digits_between' => ':attribute, :min ile :max basamak arasında olmalıdır.',
  36. 'dimensions' => ':attribute geçersiz görüntü ölçülerine sahip.',
  37. 'distinct' => ':attribute kopyalanabilir olmalıdır.',
  38. 'email' => ':attribute geçerli bir eposta adresi olmalıdır.',
  39. 'exists' => ':attribute geçersiz.',
  40. 'file' => ':attribute bir dosya olmalıdır.',
  41. 'filled' => ':attribute bir değere sahip olmalıdır.',
  42. 'image' => ':attribute bir görüntü olmalıdır.',
  43. 'in' => ':attribute geçersiz.',
  44. 'in_array' => ':attribute, :other içerisinde bulunmuyor.',
  45. 'integer' => ':attribute bir tam sayı olmalıdır.',
  46. 'ip' => ':attribute geçerli bir IP adresi olmalıdır.',
  47. 'ipv4' => ':attribute geçerli bir IPv4 adresi olmalıdır.',
  48. 'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.',
  49. 'json' => ':attribute geçerli bir JSON metini olmalıdır.',
  50. 'max' => [
  51. 'numeric' => ':attribute, :max değerinden büyük olamaz.',
  52. 'file' => ':attribute, :max kilobayt\'dan büyük olamaz.',
  53. 'string' => ':attribute, :max karakterden büyük olamaz.',
  54. 'array' => ':attribute, :max elemandan fazla olamaz.',
  55. ],
  56. 'mimes' => ':attribute şu dosya tiplerinde olabilir: :values.',
  57. 'mimetypes' => ':attribute şu dosya tiplerinde olabilir: :values.',
  58. 'min' => [
  59. 'numeric' => ':attribute en az :min olabilir.',
  60. 'file' => ':attribute en az :min kilobayt olabilir.',
  61. 'string' => ':attribute en az :min karakter olabilir.',
  62. 'array' => ':attribute en az :min eleman olabilir.',
  63. ],
  64. 'not_in' => ':attribute geçersiz.',
  65. 'not_regex' => ':attribute biçimi geçersiz.',
  66. 'numeric' => ':attribute bir sayı olmalıdır.',
  67. 'present' => ':attribute alanı şu an\'ı belirtmelidir.',
  68. 'regex' => ':attribute biçimi geçersiz.',
  69. 'required' => ':attribute alanı gereklidir.',
  70. 'required_if' => ':attribute, :other :value değerine eşit olduğu zaman gereklidir.',
  71. 'required_unless' => ':attribute, :other :values içinde olmadıkça gereklidir.',
  72. 'required_with' => ':attribute, :values mevcut ise gereklidir.',
  73. 'required_with_all' => ':attribute, :values mevcut ise gereklidir.',
  74. 'required_without' => ':attribute, :values mevcut değil ise gereklidir.',
  75. 'required_without_all' => ':attribute, :values olmadığında gereklidir.',
  76. 'same' => ':attribute ve :other eşleşmelidir.',
  77. 'size' => [
  78. 'numeric' => ':attribute, :size boyutunda olmalıdır.',
  79. 'file' => ':attribute, :size kilobayt boyutunda olmalıdır.',
  80. 'string' => ':attribute, :size karakter olmalıdır.',
  81. 'array' => ':attribute, :size eleman olmalıdır.',
  82. ],
  83. 'string' => ':attribute metin olmalıdır.',
  84. 'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.',
  85. 'unique' => ':attribute çoktan alınmış.',
  86. 'uploaded' => ':attribute yüklerken hata oluştu.',
  87. 'url' => ':attribute biçim geçersiz.',
  88. /*
  89. |--------------------------------------------------------------------------
  90. | Custom Validation Language Lines
  91. |--------------------------------------------------------------------------
  92. |
  93. | Here you may specify custom validation messages for attributes using the
  94. | convention "attribute.rule" to name the lines. This makes it quick to
  95. | specify a specific custom language line for a given attribute rule.
  96. |
  97. */
  98. 'custom' => [
  99. 'attribute-name' => [
  100. 'rule-name' => 'custom-message',
  101. ],
  102. ],
  103. /*
  104. |--------------------------------------------------------------------------
  105. | Custom Validation Attributes
  106. |--------------------------------------------------------------------------
  107. |
  108. | The following language lines are used to swap attribute place-holders
  109. | with something more reader friendly such as E-Mail Address instead
  110. | of "email". This simply helps us make messages a little cleaner.
  111. |
  112. */
  113. 'attributes' => [],
  114. ];