8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ba43d commit af738c0Copy full SHA for af738c0
src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf
@@ -366,6 +366,14 @@
366
<source>This value should be between {{ min }} and {{ max }}.</source>
367
<target>{{ min }}以上{{ max }}以下でなければなりません。</target>
368
</trans-unit>
369
+ <trans-unit id="95">
370
+ <source>This value is not a valid hostname.</source>
371
+ <target>有効なホスト名ではありません。</target>
372
+ </trans-unit>
373
+ <trans-unit id="96">
374
+ <source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375
+ <target>要素の数は{{Compare_value}}の倍数でなければなりません。</target>
376
377
</body>
378
</file>
379
</xliff>
0 commit comments