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