diff options
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/intl/pluralrules/resolvedoptions/index.html | 2 |
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> |