Skip to content

Commit

Permalink
minor #29799 [Validator] Add Japanese translation for #28479 (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 3.4 branch instead (closes #29799).

Discussion
----------

[Validator] Add Japanese translation for #28479

| 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

Commits
-------

7a0bdde Add Japanese translation for #28479
  • Loading branch information
fabpot committed Jan 6, 2019
2 parents 7af9c5d + 7a0bdde commit e12bbf2
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -326,6 +326,10 @@
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>{{ compared_value }}の倍数でなければなりません。</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>このSWIFTコードはIBANコード({{ iban }})に関連付けられていません。</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e12bbf2

Please sign in to comment.