Skip to content

Commit 45385f3

Browse files
committed
Add missing translations for Japanese.
1 parent 8fe1a93 commit 45385f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Resources/translations/validators.ja.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,18 @@
374374
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375375
<target>要素の数は{{ compared_value }}の倍数でなければなりません。</target>
376376
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>以下の制約のうち少なくとも1つを満たす必要があります:</target>
380+
</trans-unit>
381+
<trans-unit id="98">
382+
<source>Each element of this collection should satisfy its own set of constraints.</source>
383+
<target>コレクションの各要素は、それぞれの制約を満たす必要があります。</target>
384+
</trans-unit>
385+
<trans-unit id="99">
386+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387+
<target>この値は有効な国際証券識別番号(ISIN)ではありません。</target>
388+
</trans-unit>
377389
</body>
378390
</file>
379391
</xliff>

0 commit comments

Comments
 (0)