minor #35902 [Validator] add Japanese translation (souweb22)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[Validator] add Japanese translation

| Q             | A
| ------------- | ---
| Branch?       | master<!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | -<!-- prefix each issue number with "Fix #", if any -->
| License       | MIT
| Doc PR        | -<!-- required for new features -->

I added a Japanese translation, taking into account existing translations.

Commits
-------

90104a919d [Validator] add Japanese translation
This commit is contained in:
Fabien Potencier 2020-02-29 10:09:43 +01:00
commit eff7d14402

View File

@ -366,6 +366,14 @@
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>{{ min }}以上{{ max }}以下でなければなりません。</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>有効なホスト名ではありません。</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>要素の数は{{Compare_value}}の倍数でなければなりません。</target>
</trans-unit>
</body>
</file>
</xliff>