Skip to content

Commit 78fbf43

Browse files
committed
minor #38814 Added missing translations for Japanese (Ippey)
This PR was merged into the 3.4 branch. Discussion ---------- Added missing translations for Japanese | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38748 | License | MIT | Doc PR | symfony/symfony-docs#... Hi, I added missing translations for Japanese. Commits ------- c83d848005 Add missing translations for Japanese.
2 parents b81c74d + 45385f3 commit 78fbf43

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)