8000 merged branch 77web/add_ja_translation_11_july (PR #1620) · symfony/symfony@f88a7a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f88a7a7

Browse files
committed
merged branch 77web/add_ja_translation_11_july (PR #1620)
Commits ------- d53f312 changed "should" to "must" in message 6 and 7. also moved message 32 as replacement of message 5, according to note by yethee e151c80 updated japanese translations Discussion ---------- updated japanese translations Please update japanese translations. I picked up some messages from the latest sources of validation classes on your master branch, because translations for many other languages seems not to contain messages for recent validator classes, such as Image,Ip,Locale,Language. Thanks in advance! --------------------------------------------------------------------------- by yethee at 2011/07/10 09:23:01 -0700 > "One or more..." is on message#33 in my commit, should I locate #33 just after #5? Not necessarily, the order of messages is not important, AFAIK.
2 parents 29460be + d53f312 commit f88a7a7

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

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

Lines changed: 40 additions & 4 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,6 +126,42 @@
126126
<source>The two values should be equal</source>
127127
<target>2つの値が同じでなければなりません</target>
128128
</trans-unit>
129+
<trans-unit id="33">
130+
<source>One or more of the given values is invalid</source>
131+
<target>1つまたは複数の選択された値が正しくありません</target>
132+
</trans-unit>
133+
<trans-unit id="34">
134+
<source>This value is not a valid country</source>
135+
<target>値は有効な国名ではありません</target>
136+
</trans-unit>
137+
<trans-unit id="35">
138+
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
139+
<target>ファイルのサイズが大きすぎます。有効な最大サイズは{{ limit }}です</target>
140+
</trans-unit>
141+
<trans-unit id="36">
142+
<source>The file is too large</source>
143+
<target>ファイルのサイズが大きすぎます</target>
144+
</trans-unit>
145+
<trans-unit id="37">
146+
<source>The file could not be uploaded</source>
147+
<target>ファイルをアップロードできませんでした</target>
148+
</trans-unit>
149+
<trans-unit id="38">
150+
<source>This file is not a valid image</source>
151+
<target>ファイルが画像ではありません</target>
152+
</trans-unit>
153+
<trans-unit id="39">
154+
<source>This is not a valid IP address</source>
155+
<target>値は有効なIPアドレスではありません</target>
156+
</trans-unit>
157+
<trans-unit id="40">
158+
<source>This value is not a valid language</source>
159+
<target>値は有効な言語名ではありません</target>
160+
</trans-unit>
161+
<trans-unit id="41">
162+
<source>This value is not a valid locale</source>
163+
<target>値は有効なロケールではありません</target>
164+
</trans-unit>
129165
</body>
130166
</file>
131167
</xliff>

0 commit comments

Comments
 (0)
0