aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-03-24 01:08:38 +0900
committerpotappo <potappo@gmail.com>2021-03-24 22:01:06 +0900
commit8c64841ba75c58f55b7b62ff5f13d68c60419619 (patch)
tree7a7a50299ecff38f4e08ea1bcfce641a9abf7122
parent9854c1021bbd502109e2a0a53303b429211e1d91 (diff)
downloadtranslated-content-8c64841ba75c58f55b7b62ff5f13d68c60419619.tar.gz
translated-content-8c64841ba75c58f55b7b62ff5f13d68c60419619.tar.bz2
translated-content-8c64841ba75c58f55b7b62ff5f13d68c60419619.zip
翻訳漏れの部分を追加翻訳
-rw-r--r--files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html b/files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html
index af0bb0c25c..66aef79e1b 100644
--- a/files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html
+++ b/files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html
@@ -33,7 +33,7 @@ tags:
<dt><code>pluralCategories</code></dt>
<dd>指定されたロケールで使用される複数形カテゴリーの {{jsxref("Array")}} で、 "<code>zero</code>", "<code>one</code>", "<code>two</code>", "<code>few</code>", "<code>many</code>", "<code>other</code>" のリストの中から選択します。</dd>
<dt><code>type</code></dt>
- <dd>The type used (<code>cardinal</code> or <code>ordinal</code>).</dd>
+ <dd>使用される種類です (<code>cardinal</code> または <code>ordinal</code>)。</dd>
</dl>
<p>以下の二つのプロパティのグループの中では、一つだけしか設定できません。</p>