From 987adeddb7e3a296b1451741dea7e0f56e80343c Mon Sep 17 00:00:00 2001 From: 77web Date: Tue, 26 Mar 2013 18:55:54 +0900 Subject: [PATCH] [Validator][translation][japanese]replaced period to japanese one [Validator][translation][japanese]fixed japanese translation to more practical one [Validator][translation][japanese]fixed message ordering to be consistent with other languages [Validator][translation][japanese]added new validation messages in japanese translation --- .../Resources/translations/validators.ja.xlf | 148 +++++++++++++----- 1 file changed, 108 insertions(+), 40 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf index c8b463233047..8dde5b986de1 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf @@ -4,147 +4,215 @@ This value should be false. - 値はfalseでなければなりません. + falseでなければなりません。 This value should be true. - 値はtrueでなければなりません. + trueでなければなりません。 This value should be of type {{ type }}. - 値の型は{{ type }}でなければなりません. + 型は{{ type }}でなければなりません。 This value should be blank. - 値は空でなければなりません. + 空でなければなりません。 The value you selected is not a valid choice. - 選択された値は選択肢として有効な値ではありません. + 有効な選択肢ではありません。 You must select at least {{ limit }} choices. - {{ limit }}個以上選択してください. + {{ limit }}個以上選択してください。 You must select at most {{ limit }} choices. - {{ limit }}個以内で選択してください. + {{ limit }}個以内で選択してください。 One or more of the given values is invalid. - 1つまたは複数の選択された値が正しくありません. + 無効な選択肢が含まれています。 The fields {{ fields }} were not expected. - フィールド{{ fields }}は無効です. + フィールド{{ fields }}は無効です。 The fields {{ fields }} are missing. - フィールド{{ fields }}は必須です. + フィールド{{ fields }}は必須です。 This value is not a valid date. - 値が有効な日付ではありません. + 有効な日付ではありません。 This value is not a valid datetime. - 値が有効な日時ではありません. + 有効な日時ではありません。 This value is not a valid email address. - 値が有効なメールアドレスではありません. + 有効なメールアドレスではありません。 The file could not be found. - ファイルが見つかりません. + ファイルが見つかりません。 The file is not readable. - ファイルを読み込めません. + ファイルを読み込めません。 The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. - ファイルのサイズが大きすぎます({{ size }} {{ suffix }})。有効な最大サイズは{{ limit }} {{ suffix }}です. + ファイルのサイズが大きすぎます({{ size }} {{ suffix }})。有効な最大サイズは{{ limit }} {{ suffix }}です。 The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. - ファイルのMIMEタイプが無効です({{ type }})。有効なMIMEタイプは{{ types }}です. + ファイルのMIMEタイプが無効です({{ type }})。有効なMIMEタイプは{{ types }}です。 This value should be {{ limit }} or less. - 値は{{ limit }}以下でなければなりません. + {{ limit }}以下でなければなりません。 This value is too long. It should have {{ limit }} characters or less. - 値が長すぎます。{{ limit }}文字以内でなければなりません. + 長すぎます。{{ limit }}文字以内でなければなりません。 This value should be {{ limit }} or more. - 値は{{ limit }}以上でなければなりません. + {{ limit }}以上でなければなりません。 This value is too short. It should have {{ limit }} characters or more. - 値が短すぎます。{{ limit }}文字以上でなければなりません. + 短すぎます。{{ limit }}文字以上でなければなりません。 This value should not be blank. - 値が空であってはなりません. + 空であってはなりません。 This value should not be null. - 値がnullであってはなりません. + nullであってはなりません。 This value should be null. - 値はnullでなければなりません. + nullでなければなりません。 This value is not valid. - 値が無効です. + 有効な値ではありません。 This value is not a valid time. - 値が有効な時刻ではありません. + 有効な時刻ではありません。 This value is not a valid URL. - 値が有効なURLではありません. + 有効なURLではありません。 The two values should be equal. - 2つの値が同じでなければなりません. + 2つの値が同じでなければなりません。 - This value is not a valid country. - 値は有効な国名ではありません. + The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. + ファイルのサイズが大きすぎます。有効な最大サイズは{{ limit }} {{ suffix }}です。 - The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. - ファイルのサイズが大きすぎます。有効な最大サイズは{{ limit }} {{ suffix }}です. + The file is too large. + ファイルのサイズが大きすぎます。 - The file is too large. - ファイルのサイズが大きすぎます. + The file could not be uploaded. + ファイルをアップロードできませんでした。 - The file could not be uploaded. - ファイルをアップロードできませんでした. + This value should be a valid number. + 有効な数字ではありません。 This file is not a valid image. - ファイルが画像ではありません. + ファイルが画像ではありません。 This is not a valid IP address. - 値は有効なIPアドレスではありません. + 有効なIPアドレスではありません。 This value is not a valid language. - 値は有効な言語名ではありません. + 有効な言語名ではありません。 This value is not a valid locale. - 値は有効なロケールではありません. + 有効なロケールではありません。 + + + This value is not a valid country. + 有効な国名ではありません。 + + + This value is already used. + 既に使用されています。 + + + The size of the image could not be detected. + 画像のサイズが検出できません。 + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. + 画像の幅が大きすぎます({{ width }}ピクセル)。{{ max_width }}ピクセルまでにしてください。 + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. + 画像の幅が小さすぎます({{ width }}ピクセル)。{{ min_width }}ピクセル以上にしてください。 + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. + 画像の高さが大きすぎます({{ height }}ピクセル)。{{ max_height }}ピクセルまでにしてください。 + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. + 画像の高さが小さすぎます({{ height }}ピクセル)。{{ min_height }}ピクセル以上にしてください。 + + + This value should be the user current password. + ユーザーの現在のパスワードでなければなりません。 + + + This value should have exactly {{ limit }} characters. + ちょうど{{ limit }}文字でなければなりません。 + + + The file was only partially uploaded. + ファイルのアップロードは完全ではありません。 + + + No file was uploaded. + ファイルがアップロードされていません。 + + + No temporary folder was configured in php.ini. + php.iniで一時フォルダが設定されていません。 + + + Cannot write temporary file to disk. + 一時ファイルをディスクに書き込むことができません。 + + + A PHP extension caused the upload to fail. + PHP拡張によってアップロードに失敗しました。 + + + This collection should contain {{ limit }} elements or more. + {{ limit }}個以上の要素を含んでなければいけません。 + + + This collection should contain {{ limit }} elements or less. + 要素は{{ limit }}個までです。 + + + This collection should contain exactly {{ limit }} elements. + 要素はちょうど{{ limit }}個でなければなりません。