You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/04/22 07:40:51 UTC

svn commit: r767378 [9/49] - in /myfaces/trinidad/branches/1.2.11.3-branch: trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/ trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/renderkit/core/resource/ trinidad-impl/src/main...

Modified: myfaces/trinidad/branches/1.2.11.3-branch/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_ja.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.3-branch/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_ja.xrts?rev=767378&r1=767377&r2=767378&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.11.3-branch/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_ja.xrts (original)
+++ myfaces/trinidad/branches/1.2.11.3-branch/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle_ja.xrts Wed Apr 22 05:40:49 2009
@@ -35,20 +35,20 @@
 <!-- value will be of the form <classname>.MSG_KEY, and the detailed     -->
 <!-- message will be of the form <classname>.MSG_KEY_detail.             -->
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED" dnt="false">値が必要</resource>
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail" dnt="false">値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED" dnt="false">値が必要です。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail" dnt="false">値を入力する必要があります。</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED" dnt="false">選択が必要</resource>
-<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail" dnt="false">少なくとも1つの値を選択してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED" dnt="false">選択が必要です。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail" dnt="false">少なくとも1つを選択する必要があります。</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED" dnt="false">選択が必要</resource>
-<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail" dnt="false">値を選択してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED" dnt="false">選択が必要です。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail" dnt="false">少なくとも1つを選択する必要があります。</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED" dnt="false">行を選択する必要があります</resource>
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail" dnt="false">行を選択してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED" dnt="false">行の選択が必要です。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectOne.REQUIRED_detail" dnt="false">行を選択する必要があります。</resource>
 <!-- {0} the label that identifies the selection  -->
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED" dnt="false">行を選択する必要があります</resource>
-<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED_detail" dnt="false">少なくとも1つの行を選択してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED" dnt="false">行の選択が必要です。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXTableSelectMany.REQUIRED_detail" dnt="false">1つ以上の行を選択する必要があります。</resource>
 <!-- SelectManyRenderer ConversionException messages -->
 <!-- {0} modelClass                                  -->
 <resource key="org.apache.myfaces.trinidad.UIXSelectMany.UNSUPPORTED_MODEL_TYPE" dnt="false">サポートされていないモデル・タイプです。</resource>
@@ -56,21 +56,24 @@
 <!-- {0} the label that identifies the component               -->
 <!-- {1} value entered by the user                             -->
 <!-- {2} the message string returned by the ConverterException -->
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION" dnt="false">変換に失敗しました</resource>
-<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail" dnt="false">{2}のような値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION" dnt="false">値の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.UIXEditableValue.CONVERSION_detail" dnt="false">このパターンと一致する値を入力します: {2}</resource>
+<!-- Upload ConversionException messages -->
+<resource key="org.apache.myfaces.trinidad.UPLOAD" dnt="false">ファイルが大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.UPLOAD_detail" dnt="false">ファイルが大きすぎるためアップロードできませんでした。</resource>
 <!-- hints for validators -->
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT" dnt="false">{0}以下の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MINIMUM_HINT" dnt="false">{0}以上の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.RANGE_HINT" dnt="false">{0}と{1}の間の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_HINT" dnt="false">{0}文字以下の文字数の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_HINT" dnt="false">{0}文字以上の文字数の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_HINT" dnt="false">{0}文字の値を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.RANGE_HINT" dnt="false">{0}文字から{1}文字までの値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT" dnt="false">{0}以下の数値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MINIMUM_HINT" dnt="false">{0}以上の数値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RangeValidator.RANGE_HINT" dnt="false">{0}から{1}までの数値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_HINT" dnt="false">{0}文字以下の文字を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_HINT" dnt="false">{0}文字以上の文字を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_HINT" dnt="false">{0}文字の文字を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.RANGE_HINT" dnt="false">{0}から{1}文字までの文字を入力してください。</resource>
 <resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT" dnt="false">{0}日以前の日付を入力してください。</resource>
 <resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_HINT" dnt="false">{0}日以降の日付を入力してください。</resource>
 <resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.RANGE_HINT" dnt="false">{0}と{1}の間の日付を入力してください。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT" dnt="false">次の平日の中から日付を入力してください: {0}。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT" dnt="false">次の月の中から日付を入力してください: {0}。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT" dnt="false">次のいずれかの日付を入力してください: {0}。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT" dnt="false">次のいずれかの月から日付を入力してください: {0}</resource>
 <!-- resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_HINT">The value must match this pattern: {0}.</resource-->
 <!-- resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_HINT">The maximum allowed byte length for this value is {0}.</resource-->
 <!-- messages for validators -->
@@ -79,18 +82,18 @@
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="javax.faces.validator.LongRangeValidator.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="javax.faces.validator.LongRangeValidator.MINIMUM_detail" dnt="false">{2}以上の値を入力してください。</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">{2}以下の値を入力してください。</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="javax.faces.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- {0} the label that identifies the component  -->
 <!-- {1} value entered by the user                -->
 <!-- NOTE: The format of this message must match the format of the    -->
 <!-- general javascript messages (see  VALIDATION_ALERT_FORMAT below) -->
-<resource key="javax.faces.LongRange" dnt="false">整数ではありません</resource>
+<resource key="javax.faces.LongRange" dnt="false">数値が整数ではありません。</resource>
 <resource key="javax.faces.LongRange_detail" dnt="false">整数を入力してください。</resource>
 <!-- E.g. for input value "test" and maximum value set to "3" -->
 <!--      the message would be:                               -->
@@ -100,113 +103,113 @@
 <!-- {0} the label that identifies the component              -->
 <!-- {1} value entered by the user                            -->
 <!-- {2} the maximum length                                   -->
-<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM" dnt="false">値が長すぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_detail" dnt="false">入力した値の長さは、最大許容バイト長{2}を超えています。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM" dnt="false">値が長すぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.ByteLengthValidator.MAXIMUM_detail" dnt="false">長さが{2}バイトを超えない値を入力してください。</resource>
 <!-- Date exceeds date range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed date     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM" dnt="false">有効範囲より後の日付</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail" dnt="false">{2}日以前の日付を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM" dnt="false">日付が有効範囲より後になっています。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_detail" dnt="false">日付は{2}以前である必要があります。</resource>
 <!-- Date preceeds date range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Date which the user has set     -->
 <!-- {2} represents the minimum allowed date       -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM" dnt="false"> 有効範囲より前の日付</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_detail" dnt="false"> {2}日以降の日付を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM" dnt="false">日付が有効範囲より前になっています。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_detail" dnt="false">日付は{2}以後である必要があります。</resource>
 <!-- Date outside date range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed date     -->
 <!-- {3} represents the maximum allowed date     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE" dnt="false">有効範囲外の日付</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail" dnt="false">{2}と{3}およびその間の日付を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE" dnt="false">日付が有効範囲外です。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.NOT_IN_RANGE_detail" dnt="false">日付は{2}から{3}の間である必要があります。</resource>
 <!-- The validator has a list with dates, which are not allowed. In case of that the entered date is part of the list, this message will be shown -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} date value entered by the user          -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY" dnt="false">日付は許可されていません。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail" dnt="false">入力した日付は許可されていません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY" dnt="false">日付が有効ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.DAY_detail" dnt="false">いずれかの有効な日付を入力してください。</resource>
 <!-- Validator can check if a date is in an invalid month  -->
 <!-- {0} the label that identifies the component           -->
 <!-- {1} represent Date which the user has set             -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH" dnt="false"> 無効な月</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail" dnt="false">次の月の中から日付を入力してください: {2}。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH" dnt="false">この月の日付が有効ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_detail" dnt="false">次のいずれかの月の日付を入力してください: {2}</resource>
 <!-- Validator can check if a date is an invalid weekday    -->
 <!-- {0} the label that identifies the component            -->
 <!-- {1} date value entered by the user                     -->
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY" dnt="false"> 無効な平日</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail" dnt="false"> 次の平日の中から日付を入力してください: {2}。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY" dnt="false">この日付の曜日が有効ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_detail" dnt="false">次のいずれかの日付を入力してください: {2}。</resource>
 <!-- Number exceeds number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM_detail" dnt="false">{2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- Number exceeds number range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Number which the user has set     -->
 <!-- {2} represents the minimum allowed number       -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM_detail" dnt="false">{2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- Number outside number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed number     -->
 <!-- {3} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE" dnt="false"> 有効範囲外の値</resource>
-<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail" dnt="false">{2}と{3}の間の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE" dnt="false">数値が有効範囲外です。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.DoubleRangeValidator.NOT_IN_RANGE_detail" dnt="false">数値は{2}から{3}の間である必要があります。</resource>
 <!-- Strign too long error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed length     -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM" dnt="false">値が長すぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_detail" dnt="false"> {2}文字以下の文字数の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM" dnt="false">文字数が多すぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MAXIMUM_detail" dnt="false">{2}文字以下の文字を入力してください。</resource>
 <!-- String too short error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed length       -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM" dnt="false">値が短すぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_detail" dnt="false"> {2}文字以上の文字数の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM" dnt="false">文字数が少なすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_detail" dnt="false">{2}文字以上の文字を入力してください。</resource>
 <!-- String outside length range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed length     -->
 <!-- {3} represents the maximum allowed length     -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE" dnt="false">無効な長さの値</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail" dnt="false">{2}文字から{3}文字までの値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE" dnt="false">文字数が範囲外です。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.NOT_IN_RANGE_detail" dnt="false">{2}文字以上、最大{3}文字の文字を入力してください。</resource>
 <!-- String not of correct length error               -->
 <!-- {0} the label that identifies the component     -->
 <!-- {1} value entered by the user                   -->
 <!-- {2} represents the required length              -->
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT" dnt="false">無効な長さの値</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_detail" dnt="false"> {2}文字の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT" dnt="false">文字数が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LengthValidator.EXACT_detail" dnt="false">{2}文字の文字を入力してください。</resource>
 <!-- Number exceeds number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail" dnt="false"> {2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- Number exceeds number range error                -->
 <!-- {0} the label that identifies the component   -->
 <!-- {1} represent Number which the user has set     -->
 <!-- {2} represents the minimum allowed number       -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM_detail" dnt="false"> {2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- Number outside number range error               -->
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} represents the minimum allowed number     -->
 <!-- {3} represents the maximum allowed number     -->
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE" dnt="false"> 有効範囲外の値</resource>
-<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE_detail" dnt="false">{2}と{3}の間の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE" dnt="false">数値が範囲外です。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.LongRangeValidator.NOT_IN_RANGE_detail" dnt="false">数値は{2}から{3}の間である必要があります。</resource>
 <!-- Input does not match regular expression error                        -->
 <!-- {0} the label that identifies the component                          -->
 <!-- {1} represents the input value                                       -->
 <!-- {2} represents the 'pattern' expected in the input                   -->
 <!-- E.g. for input value "9912" and pattern "[9]*" the message would be: -->
 <!--  9912 does not match patern [9]*                                     -->
-<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH" dnt="false">値がパターンと一致しません。</resource>
-<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_detail" dnt="false">入力した値は正規表現パターン&quot;{2}&quot;と一致しません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH" dnt="false">書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_detail" dnt="false">値はこのパターンと一致する必要があります: {2}</resource>
 <!-- hints for converters -->
 <!-- default hint for DateTimeConverter-->
 <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT" dnt="false">例: {0}</resource>
@@ -232,106 +235,106 @@
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE" dnt="false">無効な日付書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE" dnt="false">日付の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_DATE_detail" dnt="false">日付をこの例と同じ書式で入力してください: {2}</resource>
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME" dnt="false">無効な時間書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME" dnt="false">時間の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_TIME_detail" dnt="false">時間をこの例と同じ書式で入力してください: {2}</resource>
 <!-- {0} the label that identifies the component             -->
 <!-- {1} value entered by the user                           -->
 <!-- {2} an example of the format the converter is expecting -->
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH" dnt="false"> 無効な日付時間書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH" dnt="false">日付と時間の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail" dnt="false">日付と時間をこの例と同じ書式で入力してください: {2}</resource>
 <!-- {0} the label that identifies the component    -->
 <!-- {1} value entered by the user                  -->
 <!-- {2} the pattern the converter is expecting     -->
-<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT" dnt="false"> 無効な色の書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT" dnt="false">色の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ColorConverter.CONVERT_detail" dnt="false">色をこの例と同じ書式で入力してください: {2}。</resource>
 <!-- Color converter transparent string -->
 <resource key="org.apache.myfaces.trinidad.convert.ColorConverter.TRANSPARENT" dnt="false">透明</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT" dnt="false">整数ではありません</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT" dnt="false">数値が整数ではありません。</resource>
 <resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.CONVERT_detail" dnt="false">整数を入力してください。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail" dnt="false"> {2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail" dnt="false"> {2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT" dnt="false">整数ではありません</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT" dnt="false">数値が整数ではありません。</resource>
 <resource key="org.apache.myfaces.trinidad.convert.LongConverter.CONVERT_detail" dnt="false">整数を入力してください。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM_detail" dnt="false">{2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail" dnt="false">{2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.LongConverter.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the specified conversion pattern        -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN" dnt="false">数値ではありません</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail" dnt="false">入力した値はパターン&quot;{2}&quot;と一致する数値ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN" dnt="false">書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PATTERN_detail" dnt="false">数値の書式はこのパターンと一致する必要があります: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER" dnt="false">数値ではありません</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail" dnt="false">数値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER" dnt="false">値が数値ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_NUMBER_detail" dnt="false">値は数値である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY" dnt="false">無効な通貨書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY" dnt="false">通貨の書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_CURRENCY_detail" dnt="false">通貨をこの例と同じ書式で入力してください: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT" dnt="false">無効なパーセンテージ書式</resource>
-<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail" dnt="false">有効な例: {2}</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT" dnt="false">パーセンテージの書式が正しくありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.NumberConverter.CONVERT_PERCENT_detail" dnt="false">パーセンテージをこの例と同じ書式で入力してください: {2}</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT" dnt="false">整数ではありません</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT" dnt="false">数値が整数ではありません。</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ShortConverter.CONVERT_detail" dnt="false">整数を入力してください。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM_detail" dnt="false">{2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail" dnt="false">{2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ShortConverter.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT" dnt="false">整数ではありません</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT" dnt="false">数値が整数ではありません。</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ByteConverter.CONVERT_detail" dnt="false">整数を入力してください。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the minimum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM" dnt="false">値が小さすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM_detail" dnt="false">{2}以上の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM" dnt="false">数値が小さすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MINIMUM_detail" dnt="false">数値は{2}以上である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
 <!-- {2} the maximum number allowed              -->
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM" dnt="false">値が大きすぎます</resource>
-<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM_detail" dnt="false">{2}以下の値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM" dnt="false">数値が大きすぎます。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.ByteConverter.MAXIMUM_detail" dnt="false">数値は{2}以下である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT" dnt="false">数値ではありません</resource>
-<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail" dnt="false">数値を入力してください。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT" dnt="false">値が数値ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.DoubleConverter.CONVERT_detail" dnt="false">値は数値である必要があります。</resource>
 <!-- {0} the label that identifies the component -->
 <!-- {1} value entered by the user               -->
-<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT" dnt="false">数値ではありません。</resource>
-<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT_detail" dnt="false">入力した値は数値ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT" dnt="false">値が数値ではありません。</resource>
+<resource key="org.apache.myfaces.trinidad.convert.FloatConverter.CONVERT_detail" dnt="false">値は数値である必要があります。</resource>
 <!-- format for message in a javascript alert window                 -->
 <!-- This should match the af_messages.LIST_FORMAT_private           -->
 <!-- in BLAFBundle.xrts!!                                            -->
@@ -340,4 +343,10 @@
 <!-- {1} = full formatted error message detail                       -->
 <resource key="org.apache.myfaces.trinidad.convert.ALERT_FORMAT" dnt="false">{0} - {1}</resource>
 <resource key="org.apache.myfaces.trinidad.convert.ALERT_FORMAT_detail" dnt="false">{0} - {1}</resource>
+<!-- message for error while downloading a file  -->
+<resource key="org.apache.myfaces.trinidad.event.FileDownloadActionListener.DOWNLOAD_ERROR" dnt="false">ファイルのダウンロード中にエラーが発生しました。</resource>
+<resource key="org.apache.myfaces.trinidad.event.FileDownloadActionListener.DOWNLOAD_ERROR_detail" dnt="false">ファイルはダウンロードされていないか、正しくダウンロールされませんでした。</resource>
+<!-- message for error while uploading a file -->
+<resource key="org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR" dnt="false">ファイルのアップロード中にエラーが発生しました。</resource>
+<resource key="org.apache.myfaces.trinidad.component.core.input.CoreInputFile.INPUT_FILE_ERROR_detail" dnt="false">ファイル・アップロード・エラーが発生しました。アップロード・データおよびファイル名を確認してください。</resource>
 </resources>