Skip to content

Commit 64999e6

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Add Japanese translation for symfony#28479
2 parents 1fa24cb + e12bbf2 commit 64999e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@
326326
<source>This value should be a multiple of {{ compared_value }}.</source>
327327
<target>{{ compared_value }}の倍数でなければなりません。</target>
328328
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>このSWIFTコードはIBANコード({{ iban }})に関連付けられていません。</target>
332+
</trans-unit>
329333
</body>
330334
</file>
331335
</xliff>

0 commit comments

Comments
 (0)