validation.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Validation Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines contain the default error messages used
  9. | by the validator class. Some of the rules contain multiple versions,
  10. | such as the size (max, min, between) rules. These versions are used
  11. | for different input types such as strings and files.
  12. |
  13. | These language lines may be easily changed to provide custom error
  14. | messages in your application. Error messages for custom validation
  15. | rules may also be added to this file.
  16. |
  17. */
  18. /*
  19. |--------------------------------------------------------------------------
  20. | バリデーション言語設定
  21. |--------------------------------------------------------------------------
  22. |
  23. | 以下の言語設定はvalidatorクラスで使用しているデフォルトのエラーメッセージを構成しています。
  24. | 幾つかのルールは複数の設定を持っています。例えばサイズ(max,min,between)ルールです。
  25. | (訳注:(numeric, file, string)の間違いと思われる。
  26. | これらの設定は、文字列やファイルのように入力のタイプの違いにより、使い分けられます。
  27. |
  28. | これらの言語設定はあなたのアプリケーションでカスタムエラーメッセージとして表示するため
  29. | 気軽に変更してください。カスタムバリデーションルールのためのエラーメッセージも、
  30. | 同様にこのファイルに追加していただけます。
  31. |
  32. */
  33. "accepted" => ":attributeを承認してください。",
  34. "active_url" => ":attributeが有効なURLではありません。",
  35. "after" => ":attributeには、:date以降の日付を指定してください。",
  36. "alpha" => ":attributeはアルファベッドのみがご利用できます。",
  37. "alpha_dash" => ":attributeは英数字とダッシュ(-)及び下線(_)がご利用できます。",
  38. "alpha_num" => ":attributeは英数字がご利用できます。",
  39. "before" => ":attributeには、:date以前の日付をご利用ください。",
  40. "between" => array(
  41. "numeric" => ":attributeは、:minから、:maxまでの数字をご指定ください。",
  42. "file" => ":attributeには、:min kBから:max kBまでのサイズのファイルをご指定ください。",
  43. "string" => ":attributeは、:min文字から:max文字の間でご指定ください。",
  44. ),
  45. "confirmed" => ":attributeと、確認フィールドとが、一致していません。",
  46. "different" => ":attributeと:otherには、異なった内容を指定してください。",
  47. "email" => ":attributeには正しいメールアドレスの形式をご指定ください。",
  48. "exists" => "選択された:attributeは正しくありません。",
  49. "image" => ":attributeには画像ファイルを指定してください。",
  50. "in" => "選択された:attributeは正しくありません。",
  51. "integer" => ":attributeは整数でご指定ください。",
  52. "ip" => ":attributeには、有効なIPアドレスをご指定ください。",
  53. "match" => ":attributeの入力フォーマットが間違っています。",
  54. "max" => array(
  55. "numeric" => ":attributeには、:max以下の数字をご指定ください。",
  56. "file" => ":attributeには、:max kB以下のファイルをご指定ください。",
  57. "string" => ":attributeは、:max文字以下でご指定ください。",
  58. ),
  59. "mimes" => ":attributeには:valuesタイプのファイルを指定してください。",
  60. "min" => array(
  61. "numeric" => ":attributeには、:min以上の数字をご指定ください。",
  62. "file" => ":attributeには、:min kB以上のファイルをご指定ください。",
  63. "string" => ":attributeは、:min文字以上でご指定ください。",
  64. ),
  65. "not_in" => "選択された:attributeは正しくありません。",
  66. "numeric" => ":attributeには、数字を指定してください。",
  67. "required" => ":attributeは必ず指定してください。",
  68. "same" => ":attributeと:otherには同じ値を指定してください。",
  69. "size" => array(
  70. "numeric" => ":attributeには:sizeを指定してください。",
  71. "file" => ":attributeのファイルは、:sizeキロバイトでなくてはなりません。",
  72. "string" => ":attributeは:size文字で指定してください。",
  73. ),
  74. "unique" => ":attributeに指定された値は既に存在しています。",
  75. "url" => ":attributeのフォーマットが正しくありません。",
  76. /*
  77. |--------------------------------------------------------------------------
  78. | Custom Validation Language Lines
  79. |--------------------------------------------------------------------------
  80. |
  81. | Here you may specify custom validation messages for attributes using the
  82. | convention "attribute_rule" to name the lines. This helps keep your
  83. | custom validation clean and tidy.
  84. |
  85. | So, say you want to use a custom validation message when validating that
  86. | the "email" attribute is unique. Just add "email_unique" to this array
  87. | with your custom message. The Validator will handle the rest!
  88. |
  89. */
  90. /*
  91. |--------------------------------------------------------------------------
  92. | カスタムバリデーション言語設定
  93. |--------------------------------------------------------------------------
  94. |
  95. | ここでは、"属性_ルール"の記法を使用し、属性に対するカスタムバリデーションメッセージを
  96. | 指定してください。これにより、カスタムバリデーションをきれいに美しく保てます。
  97. |
  98. | 例えば、"email"属性のuniqueバリデーションで、カスタムバリデーションメッセージを
  99. | 使いたいならば、"email_unique"をカスタムメッセージとともに、配列に追加してください。
  100. | Validatorクラスが残りの面倒を見ます!
  101. |
  102. */
  103. 'custom' => array(),
  104. /*
  105. |--------------------------------------------------------------------------
  106. | Validation Attributes
  107. |--------------------------------------------------------------------------
  108. |
  109. | The following language lines are used to swap attribute place-holders
  110. | with something more reader friendly such as "E-Mail Address" instead
  111. | of "email". Your users will thank you.
  112. |
  113. | The Validator class will automatically search this array of lines it
  114. | is attempting to replace the :attribute place-holder in messages.
  115. | It's pretty slick. We think you'll like it.
  116. |
  117. */
  118. /*
  119. |--------------------------------------------------------------------------
  120. | バリデーション属性
  121. |--------------------------------------------------------------------------
  122. |
  123. | 以下の言語設定は属性のプレースホルダーを例えば"email"属性を"E-Mailアドレス"という風に
  124. | 読み手に親切になるよう置き換えるために使用されます。
  125. | あなたのユーザーは、あなたに感謝するでしょう。
  126. |
  127. | Validatorクラスは、自動的にメッセージに含まれる:attributeプレースホルダーを
  128. | この配列の値に置き換えようと試みます。絶妙ですね。あなたも気に入ってくれるでしょう。
  129. */
  130. 'attributes' => array(),
  131. );