We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54aa57 commit be14b0dCopy full SHA for be14b0d
Resources/translations/validators.ja.xlf
@@ -390,6 +390,18 @@
390
<source>This value should be a valid expression.</source>
391
<target>式でなければなりません。</target>
392
</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
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
405
</body>
406
</file>
407
</xliff>
0 commit comments