Skip to content

Commit 912720b

Browse files
committed
minor #43979 [Validator] translate for japanese 101,102,103 (ryo-morimoto)
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] translate for japanese 101,102,103 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #43446 | License | MIT Added missing Japanese translation units for validators. Commits ------- d7950e77f3 translate for japanese 101,102,103
2 parents 8ee50a1 + be14b0d commit 912720b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Resources/translations/validators.ja.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@
390390
<source>This value should be a valid expression.</source>
391391
<target>式でなければなりません。</target>
392392
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>この値は有効なCSSカラーではありません。</target>
396+
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>この値は有効なCIDR表記ではありません。</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>ネットマスクの値は、{{ min }}から{{ max }}の間にある必要があります。</target>
404+
</trans-unit>
393405
</body>
394406
</file>
395407
</xliff>

0 commit comments

Comments
 (0)