[Validator] added Japanese translation for comparison validators

This commit is contained in:
77web 2013-05-10 22:32:59 +09:00
parent 31138f4474
commit 798a5b9bf4
1 changed files with 32 additions and 0 deletions

View File

@ -246,6 +246,38 @@
<source>This value is not a valid currency.</source>
<target>有効な貨幣ではありません。</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>{{ compared_value }}と等しくなければなりません。</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>{{ compared_value }}より大きくなければなりません。</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>{{ compared_value }}以上でなければなりません。</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>{{ compared_value_type }}としての{{ compared_value }}と等しくなければなりません。</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>{{ compared_value }}未満でなければなりません。</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>{{ compared_value }}以下でなければなりません。</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>{{ compared_value }}と等しくてはいけません。</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>{{ compared_value_type }}としての{{ compared_value }}と等しくてはいけません。</target>
</trans-unit>
</body>
</file>
</xliff>