8000 minor #35902 [Validator] add Japanese translation (souweb22) · symfony/symfony@eff7d14 · GitHub
[go: up one dir, main page]

Skip to content

Commit eff7d14

Browse files
committed
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 ------- 90104a9 [Validator] add Japanese translation
2 parents 421c7f8 + 90104a9 commit eff7d14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf

A249
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>{{ min }}以上{{ max }}以下でなければなりません。</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>有効なホスト名ではありません。</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>要素の数は{{Compare_value}}の倍数でなければなりません。</target>
376+
</trans-unit>
369377
</body>
370378
</file>
371379
</xliff>

0 commit comments

Comments
 (0)
0