minor #13474 [Validator] added Japanese translation for unresolvable host (id: 79) (issei-m)

This PR was merged into the 2.7 branch.

Discussion
----------

[Validator] added Japanese translation for unresolvable host (id: 79)

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

067e686 [Validator] added Japanese translation for unresolvable host (id: 79)
This commit is contained in:
Fabien Potencier 2015-01-21 00:33:28 +01:00
commit 497fdd4cc6
1 changed files with 4 additions and 0 deletions

View File

@ -302,6 +302,10 @@
<source>An empty file is not allowed.</source>
<target>空のファイルは許可されていません。</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>ホストを解決できませんでした。</target>
</trans-unit>
</body>
</file>
</xliff>