Skip to content

Commit

Permalink
minor #28472 [Validator] Add Japanese translations (issei-m)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #28472).

Discussion
----------

[Validator] Add Japanese translations

| Q             | A
| ------------- | ---
| Branch?       | master
| 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
-------

7d78e36 [Validator] Add Japanese translations
  • Loading branch information
fabpot committed Sep 15, 2018
2 parents d5a366f + 7d78e36 commit e40bb0f
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -318,6 +318,14 @@
<source>Error</source>
<target>エラー</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>有効なUUIDではありません。</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>{{ compared_value }}の倍数でなければなりません。</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e40bb0f

Please sign in to comment.