changed "should" to "must" in message 6 and 7. also moved message 32 as replacement of message 5, according to note by yethee

This commit is contained in:
77web 2011-07-11 00:50:09 +09:00
parent e151c805a0
commit d53f312e2b

View File

@ -19,15 +19,15 @@
<target>値は空でなければなりません</target> <target>値は空でなければなりません</target>
</trans-unit> </trans-unit>
<trans-unit id="5"> <trans-unit id="5">
<source>This value should be one of the given choices</source> <source>The value you selected is not a valid choice</source>
<target>値は指定された選択肢のうちの1つでなければなりません</target> <target>選択された値は選択肢として有効な値ではありません</target>
</trans-unit> </trans-unit>
<trans-unit id="6"> <trans-unit id="6">
<source>You should select at least {{ limit }} choices</source> <source>You must select at least {{ limit }} choices</source>
<target>{{ limit }}個以上選択してください</target> <target>{{ limit }}個以上選択してください</target>
</trans-unit> </trans-unit>
<trans-unit id="7"> <trans-unit id="7">
<source>You should select at most {{ limit }} choices</source> <source>You must select at most {{ limit }} choices</source>
<target>{{ limit }}個以内で選択してください</target> <target>{{ limit }}個以内で選択してください</target>
</trans-unit> </trans-unit>
<trans-unit id="8"> <trans-unit id="8">
@ -126,10 +126,6 @@
<source>The two values should be equal</source> <source>The two values should be equal</source>
<target>2つの値が同じでなければなりません</target> <target>2つの値が同じでなければなりません</target>
</trans-unit> </trans-unit>
<trans-unit id="32">
<source>The value you selected is not a valid choice</source>
<target>選択された値は選択肢として有効な値ではありません</target>
</trans-unit>
<trans-unit id="33"> <trans-unit id="33">
<source>One or more of the given values is invalid</source> <source>One or more of the given values is invalid</source>
<target>1つまたは複数の選択された値が正しくありません</target> <target>1つまたは複数の選択された値が正しくありません</target>