validation.php 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. "array" => "The :attribute must have selected elements.",
  40. "before" => ":attributeには、:date以前の日付をご利用ください。",
  41. "between" => array(
  42. "numeric" => ":attributeは、:minから、:maxまでの数字をご指定ください。",
  43. "file" => ":attributeには、:min kBから:max kBまでのサイズのファイルをご指定ください。",
  44. "string" => ":attributeは、:min文字から:max文字の間でご指定ください。",
  45. ),
  46. "confirmed" => ":attributeと、確認フィールドとが、一致していません。",
  47. "count" => "The :attribute must have exactly :count selected elements.",
  48. "countbetween" => "The :attribute must have between :min and :max selected elements.",
  49. "countmax" => "The :attribute must have less than :max selected elements.",
  50. "countmin" => "The :attribute must have at least :min selected elements.",
  51. "different" => ":attributeと:otherには、異なった内容を指定してください。",
  52. "email" => ":attributeには正しいメールアドレスの形式をご指定ください。",
  53. "exists" => "選択された:attributeは正しくありません。",
  54. "image" => ":attributeには画像ファイルを指定してください。",
  55. "in" => "選択された:attributeは正しくありません。",
  56. "integer" => ":attributeは整数でご指定ください。",
  57. "ip" => ":attributeには、有効なIPアドレスをご指定ください。",
  58. "match" => ":attributeの入力フォーマットが間違っています。",
  59. "max" => array(
  60. "numeric" => ":attributeには、:max以下の数字をご指定ください。",
  61. "file" => ":attributeには、:max kB以下のファイルをご指定ください。",
  62. "string" => ":attributeは、:max文字以下でご指定ください。",
  63. ),
  64. "mimes" => ":attributeには:valuesタイプのファイルを指定してください。",
  65. "min" => array(
  66. "numeric" => ":attributeには、:min以上の数字をご指定ください。",
  67. "file" => ":attributeには、:min kB以上のファイルをご指定ください。",
  68. "string" => ":attributeは、:min文字以上でご指定ください。",
  69. ),
  70. "not_in" => "選択された:attributeは正しくありません。",
  71. "numeric" => ":attributeには、数字を指定してください。",
  72. "required" => ":attributeは必ず指定してください。",
  73. "same" => ":attributeと:otherには同じ値を指定してください。",
  74. "size" => array(
  75. "numeric" => ":attributeには:sizeを指定してください。",
  76. "file" => ":attributeのファイルは、:sizeキロバイトでなくてはなりません。",
  77. "string" => ":attributeは:size文字で指定してください。",
  78. ),
  79. "unique" => ":attributeに指定された値は既に存在しています。",
  80. "url" => ":attributeのフォーマットが正しくありません。",
  81. /*
  82. |--------------------------------------------------------------------------
  83. | Custom Validation Language Lines
  84. |--------------------------------------------------------------------------
  85. |
  86. | Here you may specify custom validation messages for attributes using the
  87. | convention "attribute_rule" to name the lines. This helps keep your
  88. | custom validation clean and tidy.
  89. |
  90. | So, say you want to use a custom validation message when validating that
  91. | the "email" attribute is unique. Just add "email_unique" to this array
  92. | with your custom message. The Validator will handle the rest!
  93. |
  94. */
  95. /*
  96. |--------------------------------------------------------------------------
  97. | カスタムバリデーション言語設定
  98. |--------------------------------------------------------------------------
  99. |
  100. | ここでは、"属性_ルール"の記法を使用し、属性に対するカスタムバリデーションメッセージを
  101. | 指定してください。これにより、カスタムバリデーションをきれいに美しく保てます。
  102. |
  103. | 例えば、"email"属性のuniqueバリデーションで、カスタムバリデーションメッセージを
  104. | 使いたいならば、"email_unique"をカスタムメッセージとともに、配列に追加してください。
  105. | Validatorクラスが残りの面倒を見ます!
  106. |
  107. */
  108. 'custom' => array(),
  109. /*
  110. |--------------------------------------------------------------------------
  111. | Validation Attributes
  112. |--------------------------------------------------------------------------
  113. |
  114. | The following language lines are used to swap attribute place-holders
  115. | with something more reader friendly such as "E-Mail Address" instead
  116. | of "email". Your users will thank you.
  117. |
  118. | The Validator class will automatically search this array of lines it
  119. | is attempting to replace the :attribute place-holder in messages.
  120. | It's pretty slick. We think you'll like it.
  121. |
  122. */
  123. /*
  124. |--------------------------------------------------------------------------
  125. | バリデーション属性
  126. |--------------------------------------------------------------------------
  127. |
  128. | 以下の言語設定は属性のプレースホルダーを例えば"email"属性を"E-Mailアドレス"という風に
  129. | 読み手に親切になるよう置き換えるために使用されます。
  130. | あなたのユーザーは、あなたに感謝するでしょう。
  131. |
  132. | Validatorクラスは、自動的にメッセージに含まれる:attributeプレースホルダーを
  133. | この配列の値に置き換えようと試みます。絶妙ですね。あなたも気に入ってくれるでしょう。
  134. */
  135. 'attributes' => array(),
  136. );