PageRenderTime 38ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/resources/languages/ja/Zend_Validate.php

https://bitbucket.org/gencer/zf2
PHP | 289 lines | 187 code | 46 blank | 56 comment | 20 complexity | 433988f2bae51a11ed2fb4de4adf0bd3 MD5 | raw file
  1. <?php
  2. /**
  3. * Zend Framework (http://framework.zend.com/)
  4. *
  5. * @link http://github.com/zendframework/zf2 for the canonical source repository
  6. * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
  7. * @license http://framework.zend.com/license/new-bsd New BSD License
  8. */
  9. /**
  10. * EN-Revision: 16.Jul.2013
  11. */
  12. return array(
  13. // Zend\I18n\Validator\Alnum
  14. "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています",
  15. "The input contains characters which are non alphabetic and no digits" => "入力値にアルファベットと数字以外の文字が含まれています",
  16. "The input is an empty string" => "入力値は空の文字列です",
  17. // Zend\I18n\Validator\Alpha
  18. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  19. "The input contains non alphabetic characters" => "入力値にアルファベット以外の文字が含まれています",
  20. "The input is an empty string" => "入力値は空の文字列です",
  21. // Zend\I18n\Validator\DateTime
  22. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  23. "The input does not appear to be a valid datetime" => "入力値は正しい日時ではないようです",
  24. // Zend\I18n\Validator\Float
  25. "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています",
  26. "The input does not appear to be a float" => " 入力値は小数ではないようです",
  27. // Zend\I18n\Validator\Int
  28. "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています",
  29. "The input does not appear to be an integer" => " 入力値は整数ではないようです",
  30. // Zend\I18n\Validator\PhoneNumber
  31. "The input does not match a phone number format" => "入力値は電話番号形式に一致しません",
  32. "The country provided is currently unsupported" => "条件の国は現在サポートされていません",
  33. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  34. // Zend\I18n\Validator\PostCode
  35. "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています",
  36. "The input does not appear to be a postal code" => " 入力値は郵便番号でないようです",
  37. "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました",
  38. // Zend\Validator\Barcode
  39. "The input failed checksum validation" => "入力値はチェックサムが一致していません",
  40. "The input contains invalid characters" => "入力値は不正な文字を含んでいます",
  41. "The input should have a length of %length% characters" => "入力値は %length% 文字である必要があります",
  42. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  43. // Zend\Validator\Between
  44. "The input is not between '%min%' and '%max%', inclusively" => "入力値は '%min%' 以上 '%max%' 以下ではありません",
  45. "The input is not strictly between '%min%' and '%max%'" => "入力値は '%min%' 以下か '%max%' 以上です",
  46. // Zend\Validator\Callback
  47. "The input is not valid" => "入力値は正しくありません",
  48. "An exception has been raised within the callback" => "コールバック内で例外が発生しました",
  49. // Zend\Validator\CreditCard
  50. "The input seems to contain an invalid checksum" => "入力値は無効なチェックサムを含んでいるようです",
  51. "The input must contain only digits" => "入力値は数値だけで構成される必要があります",
  52. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  53. "The input contains an invalid amount of digits" => "入力値は不正な桁数です",
  54. "The input is not from an allowed institute" => "入力値は認可機関から許可されていません",
  55. "The input seems to be an invalid credit card number" => "入力値は不正なクレジットカード番号のようです",
  56. "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました",
  57. // Zend\Validator\Csrf
  58. "The form submitted did not originate from the expected site" => "期待されるサイトからフォーム送信がなされていません",
  59. // Zend\Validator\Date
  60. "Invalid type given. String, integer, array or DateTime expected" => "無効な型が与えられています。文字列、数値型、配列もしくはDateTimeが期待されます",
  61. "The input does not appear to be a valid date" => "入力値は有効な日付ではないようです",
  62. "The input does not fit the date format '%format%'" => "入力値は '%format%' フォーマットに一致していません",
  63. // Zend\Validator\DateStep
  64. "The input is not a valid step" => "入力値は有効な間隔ではありません",
  65. // Zend\Validator\Db\AbstractDb
  66. "No record matching the input was found" => "入力値に一致するレコードが見つかりませんでした",
  67. "A record matching the input was found" => "入力値に一致するレコードが見つかりました",
  68. // Zend\Validator\Digits
  69. "The input must contain only digits" => "入力値は数値だけで構成される必要があります",
  70. "The input is an empty string" => "入力値は空の文字列です",
  71. "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています",
  72. // Zend\Validator\EmailAddress
  73. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  74. "The input is not a valid email address. Use the basic format local-part@hostname" => "入力値は有効なEmailアドレスではありません。 基本的なフォーマット local-part@hostname を使ってください",
  75. "'%hostname%' is not a valid hostname for the email address" => "Emailアドレスの '%hostname%' は有効なホスト名ではありません",
  76. "'%hostname%' does not appear to have any valid MX or A records for the email address" => "Emailアドレスの '%hostname%' は有効なMXやAレコードを持ってないようです",
  77. "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' はルーティング可能なネットワークセグメントではありません。Emailアドレスはパブリックネットワークから解決できません",
  78. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' はドットアトム形式ではありません",
  79. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' は引用文字列形式ではありません",
  80. "'%localPart%' is not a valid local part for the email address" => "Emailアドレスの '%localPart%' は有効なローカルパートではありません",
  81. "The input exceeds the allowed length" => "入力値は許された長さを超えています",
  82. // Zend\Validator\Explode
  83. "Invalid type given" => "Invalid type given",
  84. // Zend\Validator\File\Count
  85. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "ファイル数が多すぎます。最大 '%max%' まで許されていますが、 '%count%' 個指定ました",
  86. "Too few files, minimum '%min%' are expected but '%count%' are given" => "ファイル数が少なすぎます。最小 '%min%' 以上の必要がありますが、 '%count%' 個指定されていません",
  87. // Zend\Validator\File\Crc32
  88. "File does not match the given crc32 hashes" => "ファイルは crc32 ハッシュ値と一致しませんでした",
  89. "A crc32 hash could not be evaluated for the given file" => "ファイルに crc32 ハッシュ値が見つかりませんでした",
  90. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  91. // Zend\Validator\File\ExcludeExtension
  92. "File has an incorrect extension" => "ファイルの拡張子が正しくありません",
  93. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  94. // Zend\Validator\File\Exists
  95. "File does not exist" => "ファイルは存在しません",
  96. // Zend\Validator\File\Extension
  97. "File has an incorrect extension" => "ファイルの拡張子が正しくありません",
  98. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  99. // Zend\Validator\File\FilesSize
  100. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "全てのファイルの合計は最大 '%max%' より小さい必要があります。しかしファイルサイズは '%size%' でした",
  101. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "全てのファイルの合計は最小 '%min%' より大きい必要があります。しかしファイルサイズは '%size%' でした",
  102. "One or more files can not be read" => "ファイルを読み込めませんでした",
  103. // Zend\Validator\File\Hash
  104. "File does not match the given hashes" => "ファイルは設定されたハッシュ値と一致しませんでした",
  105. "A hash could not be evaluated for the given file" => "渡されたファイルのハッシュ値を評価できませんでした",
  106. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  107. // Zend\Validator\File\ImageSize
  108. "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "画像の横幅は '%width%' でした。横幅は最大 '%maxwidth%' まで許されています",
  109. "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "画像の横幅は '%width%' でした。横幅は最小 '%minwidth%' 以上である必要があります",
  110. "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "画像の高さは '%height%' でした。高さは最大 '%maxheight%' まで許されています",
  111. "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "画像の高さは '%height%' でした。高さは最小 '%minheight%' 以上である必要があります",
  112. "The size of image could not be detected" => "画像の大きさを取得できませんでした",
  113. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  114. // Zend\Validator\File\IsCompressed
  115. "File is not compressed, '%type%' detected" => " '%type%' が見つかりました。ファイルは圧縮されていません",
  116. "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした",
  117. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  118. // Zend\Validator\File\IsImage
  119. "File is no image, '%type%' detected" => "ファイルは画像ではありません。 '%type%' です",
  120. "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした",
  121. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  122. // Zend\Validator\File\Md5
  123. "File does not match the given md5 hashes" => "ファイルは md5 ハッシュ値と一致していません",
  124. "An md5 hash could not be evaluated for the given file" => "与えられたファイルからはmd5 hash値が求めることができませんでした",
  125. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  126. // Zend\Validator\File\MimeType
  127. "File has an incorrect mimetype of '%type%'" => "ファイルは不正な mimetype 形式の '%type%' を含んでいます",
  128. "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした",
  129. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  130. // Zend\Validator\File\NotExists
  131. "File exists" => "ファイルは存在しています",
  132. // Zend\Validator\File\Sha1
  133. "File does not match the given sha1 hashes" => "ファイルは sha1 ハッシュ値と一致していません",
  134. "A sha1 hash could not be evaluated for the given file" => "渡されたファイルの sha1 ハッシュ値を評価できませんでした",
  135. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  136. // Zend\Validator\File\Size
  137. "Maximum allowed size for file is '%max%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイルのサイズは最大 '%max%' まで許されています",
  138. "Minimum expected size for file is '%min%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイルのサイズは最小 '%min%' 以上必要です",
  139. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  140. // Zend\Validator\File\Upload
  141. "File '%value%' exceeds the defined ini size" => "ファイル '%value%' は定義されたiniサイズを越えています",
  142. "File '%value%' exceeds the defined form size" => "ファイル '%value%' は定義されたフォームサイズを越えています",
  143. "File '%value%' was only partially uploaded" => "ファイル '%value%' は一部のみアップロードされました",
  144. "File '%value%' was not uploaded" => "ファイル '%value%' がアップロードされていません",
  145. "No temporary directory was found for file '%value%'" => "ファイル '%value%' 用の一時ディレクトリが見つかりませんでした",
  146. "File '%value%' can't be written" => "ファイル '%value%' に書き込めませんでした",
  147. "A PHP extension returned an error while uploading the file '%value%'" => "ファイル '%value%' をアップロード中にPHPの拡張がモジュールがエラーを返しました",
  148. "File '%value%' was illegally uploaded. This could be a possible attack" => "ファイル '%value%' は不当にアップロードされました。攻撃の可能性があります",
  149. "File '%value%' was not found" => "ファイル '%value%' は見つかりませんでした",
  150. "Unknown error while uploading file '%value%'" => "ファイル '%value%' をアップロード中に不明なエラーです",
  151. // Zend\Validator\File\UploadFile
  152. "File exceeds the defined ini size" => "ファイルは ini で定義されたサイズを超えています",
  153. "File exceeds the defined form size" => "ファイルはフォームで定義されたサイズを超えています",
  154. "File was only partially uploaded" => "ファイルは一部のみしかアップロードされていません",
  155. "File was not uploaded" => "ファイルはアップロードされませんでした",
  156. "No temporary directory was found for file" => "ファイルをアップロードする一時ディレクトリが見つかりませんでした",
  157. "File can't be written" => "ファイルは書き込めませんでした",
  158. "A PHP extension returned an error while uploading the file" => "ファイルをアップロード中に拡張モジュールがエラーを応答しました",
  159. "File was illegally uploaded. This could be a possible attack" => "ファイルは不正なアップロードでした。攻撃の可能性があります",
  160. "File was not found" => "ファイルは見つかりませんでした",
  161. "Unknown error while uploading file" => "ファイルをアップロード中に未知のエラーが発生しました",
  162. // Zend\Validator\File\WordCount
  163. "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "単語数が多すぎます。最大で '%max%' までですが '%count%' 個カウントされました",
  164. "Too few words, minimum '%min%' are expected but '%count%' were counted" => "単語数 '%count%' が少な過ぎます。少なくとも '%min%' 個必要です",
  165. "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません",
  166. // Zend\Validator\GreaterThan
  167. "The input is not greater than '%min%'" => " 入力値は '%min%' より大きくありません",
  168. "The input is not greater or equal than '%min%'" => "入力値は '%min%' 以上ではありません",
  169. // Zend\Validator\Hex
  170. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  171. "The input contains non-hexadecimal characters" => "入力値は16進数ではない文字を含んでいます",
  172. // Zend\Validator\Hostname
  173. "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => " 入力値は DNS ホスト名のようですが、 punycode 変換ができませんでした",
  174. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  175. "The input appears to be a DNS hostname but contains a dash in an invalid position" => " 入力値は DNS ホスト名のようですが不正な位置にダッシュがあります",
  176. "The input does not match the expected structure for a DNS hostname" => " 入力値は DNS ホスト名の構造に一致していません",
  177. "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => " 入力値は DNS ホスト名のようですが TLD '%tld%' のホスト名スキーマと一致していません",
  178. "The input does not appear to be a valid local network name" => " 入力値は有効なローカルネットワーク名ではないようです",
  179. "The input does not appear to be a valid URI hostname" => "入力値は有効なURIホスト名ではないようです",
  180. "The input appears to be an IP address, but IP addresses are not allowed" => " 入力値は IP アドレスのようですが、 IP アドレスは許されていません",
  181. "The input appears to be a local network name but local network names are not allowed" => " 入力値はローカルネットワーク名のようですがローカルネットワーク名は許されていません",
  182. "The input appears to be a DNS hostname but cannot extract TLD part" => " 入力値は DNS ホスト名のようですが TLD 部を展開できません",
  183. "The input appears to be a DNS hostname but cannot match TLD against known list" => " 入力値は DNS ホスト名のようですが、 TLD が一覧に見つかりません",
  184. // Zend\Validator\Iban
  185. "Unknown country within the IBAN" => "IBAN 内の既知の国ではありません",
  186. "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Single Euro Payments Area (SEPA) 外の国々はサポート外です",
  187. "The input has a false IBAN format" => " 入力値は誤った IBAN 書式です",
  188. "The input has failed the IBAN check" => " 入力値は IBAN コードチェックに失敗しました",
  189. // Zend\Validator\Identical
  190. "The two given tokens do not match" => "2 つのトークンは一致しませんでした",
  191. "No token was provided to match against" => "チェックを行うためのトークンがありませんでした",
  192. // Zend\Validator\InArray
  193. "The input was not found in the haystack" => " 入力値が haystack の中に見つかりませんでした",
  194. // Zend\Validator\Ip
  195. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  196. "The input does not appear to be a valid IP address" => " 入力値は IP アドレスではないようです",
  197. // Zend\Validator\IsInstanceOf
  198. "The input is not an instance of '%className%'" => "入力は '%className%' のインスタンスではありません",
  199. // Zend\Validator\Isbn
  200. "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています",
  201. "The input is not a valid ISBN number" => " 入力値は ISBN 番号ではありません",
  202. // Zend\Validator\LessThan
  203. "The input is not less than '%max%'" => " 入力値は '%max%' 未満ではありません",
  204. "The input is not less or equal than '%max%'" => "入力値は '%max%' 以下ではありません",
  205. // Zend\Validator\NotEmpty
  206. "Value is required and can't be empty" => "値は必須です。空値は許可されていません",
  207. "Invalid type given. String, integer, float, boolean or array expected" => "不正な形式です。文字列、整数、小数、真偽値もしくは配列が期待されています",
  208. // Zend\Validator\Regex
  209. "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています",
  210. "The input does not match against pattern '%pattern%'" => " 入力値はパターン '%pattern%' と一致していません",
  211. "There was an internal error while using the pattern '%pattern%'" => "正規表現パターン '%pattern%' を使用中に内部エラーが発生しました。",
  212. // Zend\Validator\Sitemap\Changefreq
  213. "The input is not a valid sitemap changefreq" => " 入力値は正しいサイトマップの更新頻度ではありません",
  214. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  215. // Zend\Validator\Sitemap\Lastmod
  216. "The input is not a valid sitemap lastmod" => " 入力値は正しいサイトマップの最終更新日ではありません",
  217. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  218. // Zend\Validator\Sitemap\Loc
  219. "The input is not a valid sitemap location" => " 入力値は正しいサイトマップの位置ではありません",
  220. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  221. // Zend\Validator\Sitemap\Priority
  222. "The input is not a valid sitemap priority" => " 入力値は正しいサイトマップの優先度ではありません",
  223. "Invalid type given. Numeric string, integer or float expected" => "不正な形式です。数字、整数もしくは小数が期待されています",
  224. // Zend\Validator\Step
  225. "Invalid value given. Scalar expected" => "無効な値が与えられています。スカラーが期待されます",
  226. "The input is not a valid step" => "入力値は有効な間隔ではありません",
  227. // Zend\Validator\StringLength
  228. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  229. "The input is less than %min% characters long" => " 入力値は %min% 文字より短いです",
  230. "The input is more than %max% characters long" => " 入力値は %max% 文字より長いです",
  231. // Zend\Validator\Uri
  232. "Invalid type given. String expected" => "不正な形式です。文字列が期待されています",
  233. "The input does not appear to be a valid Uri" => "入力値は有効なUriではないようです",
  234. );