diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-03-24 01:08:38 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-03-24 22:01:06 +0900 |
commit | 8c64841ba75c58f55b7b62ff5f13d68c60419619 (patch) | |
tree | 7a7a50299ecff38f4e08ea1bcfce641a9abf7122 | |
parent | 9854c1021bbd502109e2a0a53303b429211e1d91 (diff) | |
download | translated-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.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> |