8000 minor #16127 [Validator] added Japanese translation (issei-m) · symfony/symfony@9c5565f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c5565f

Browse files
committed
minor #16127 [Validator] added Japanese translation (issei-m)
This PR was merged into the 2.8 branch. Discussion ---------- [Validator] added Japanese translation | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | - | Fixed tickets | - | License | MIT | Doc PR | - I'm not sure what most apposite word is, in Japanese. But I decided to use "SWIFTコード" because Japanese wikipedia says so: https://ja.wikipedia.org/wiki/ISO_9362 https://ja.wikipedia.org/wiki/%E6%97%A5%E6%9C%AC%E3%81%AE%E9%87%91%E8%9E%8D%E6%A9%9F%E9%96%A2%E3%81%AESWIFT%E3%82%B3%E3%83%BC%E3%83%89%E4%B8%80%E8%A6%A7 Commits ------- 6b08641 [Validator] added Japanese translation
2 parents 3cd5628 + 6b08641 commit 9c5565f

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>この値は予期される文字コード({{ charset }})と異なります。</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>有効なSWIFTコードではありません。</target>
316+
</trans-unit>
313317
</body>
314318
</file>
315319
</xliff>

0 commit comments

Comments
 (0)
0