minor #26683 [Validator] Add Japanese translation (issei-m)

This PR was submitted for the 3.4 branch but it was merged into the 2.7 branch instead (closes #26683).

Discussion
----------

[Validator] Add Japanese translation

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

360298df29 [Validator] Add Japanese translation
This commit is contained in:
Fabien Potencier 2018-03-27 13:45:11 +02:00
commit 8bebc5325d
1 changed files with 8 additions and 0 deletions

View File

@ -310,6 +310,14 @@
<source>This value does not match the expected {{ charset }} charset.</source>
<target>この値は予期される文字コード({{ charset }})と異なります。</target>
</trans-unit>
<trans-unit id="81">
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>有効なSWIFTコードではありません。</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>エラー</target>
</trans-unit>
</body>
</file>
</xliff>