Skip to content

Commit d53f312

Browse files
committed
changed "should" to "must" in message 6 and 7. also moved message 32 as replacement of message 5, according to note by yethee
1 parent e151c80 commit d53f312

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja_JP.xliff

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<target>値は空でなければなりません</target>
2020
</trans-unit>
2121
<trans-unit id="5">
22-
<source>This value should be one of the given choices</source>
23-
<target>値は指定された選択肢のうちの1つでなければなりません</target>
22+
<source>The value you selected is not a valid choice</source>
23+
<target>選択された値は選択肢として有効な値ではありません</target>
2424
</trans-unit>
2525
<trans-unit id="6">
26-
<source>You should select at least {{ limit }} choices</source>
26+
<source>You must select at least {{ limit }} choices</source>
2727
<target>{{ limit }}個以上選択してください</target>
2828
</trans-unit>
2929
<trans-unit id="7">
30-
<source>You should select at most {{ limit }} choices</source>
30+
<source>You must select at most {{ limit }} choices</source>
3131
<target>{{ limit }}個以内で選択してください</target>
3232
</trans-unit>
3333
<trans-unit id="8">
@@ -126,10 +126,6 @@
126126
<source>The two values should be equal</source>
127127
<target>2つの値が同じでなければなりません</target>
128128
</trans-unit>
129-
<trans-unit id="32">
130-
<source>The value you selected is not a valid choice</source>
131-
<target>選択された値は選択肢として有効な値ではありません</target>
132-
</trans-unit>
133129
<trans-unit id="33">
134130
<source>One or more of the given values is invalid</source>
135131
<target>1つまたは複数の選択された値が正しくありません</target>

0 commit comments

Comments
 (0)