aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-04-18 13:39:10 +0900
committerGitHub <noreply@github.com>2021-04-18 13:39:10 +0900
commita7b4f514c6bbce19658f71432b35df3e77e97487 (patch)
treee25c782e8e999c835ead3049c5e8a1a8e69287fb
parent0541ceb1d2f51ce7fa355e6854801b45af949f05 (diff)
downloadtranslated-content-a7b4f514c6bbce19658f71432b35df3e77e97487.tar.gz
translated-content-a7b4f514c6bbce19658f71432b35df3e77e97487.tar.bz2
translated-content-a7b4f514c6bbce19658f71432b35df3e77e97487.zip
Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat を更新 (#445)
- 2021/02/20 時点の英語版に同期 - 未翻訳部分を翻訳
-rw-r--r--files/ja/web/javascript/reference/global_objects/intl/numberformat/numberformat/index.html268
1 files changed, 133 insertions, 135 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/numberformat/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/numberformat/index.html
index c424b35d1d..ced4a3bd48 100644
--- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/numberformat/index.html
+++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/numberformat/index.html
@@ -2,136 +2,137 @@
title: Intl.NumberFormat() コンストラクター
slug: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat
tags:
- - Constructor
- - Intl
- - JavaScript
- - NumberFormat
- - Reference
- - コンストラクター
+- Constructor
+- Internationalization
+- Intl
+- JavaScript
+- Localization
+- NumberFormat
+- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat
---
<div>{{JSRef}}</div>
-<p><strong><code>Intl.NumberFormat()</code></strong> コンストラクターは、言語に依存した数値の整形ができるオブジェクトを生成します。</p>
+<p><strong><code>Intl.NumberFormat()</code></strong> コンストラクターは、言語に依存した数値の整形ができる {{jsxref("NumberFormat", "Intl.NumberFormat")}} オブジェクトを生成します。</p>
<div>{{EmbedInteractiveExample("pages/js/intl-numberformat.html")}}</div>
+<!-- このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 https://github.com/mdn/interactive-examples をクローンしてプルリクエストを送信してください。 -->
-<div class="hidden">このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> をクローンしてプルリクエストを送信してください。</div>
+<h2 id="Syntax">構文</h2>
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox notranslate">new Intl.NumberFormat([<var>locales</var>[, <var>options</var>]])
+<pre class="brush: js">new Intl.NumberFormat([<var>locales</var>[, <var>options</var>]])
</pre>
-<h3 id="Parameters" name="Parameters">引数</h3>
+<h3 id="Parameters">引数</h3>
<dl>
- <dt><code><var>locales</var></code> {{optional_inline}}</dt>
- <dd>
- <p>BCP 47 言語タグを持つ文字列、またはそのような文字列の配列。 <code><var>locales</var></code> 引数の一般的な形式と解釈については、 {{jsxref("Intl", "Intl のページ", "#Locale_identification_and_negotiation", 1)}}を参照してください。次の Unicode 拡張キーが許可されています。</p>
-
- <dl>
- <dt><code>nu</code></dt>
- <dd>使用される数値システムです。指定可能な値には "<code>adlm</code>", "<code>ahom</code>", "<code>arab</code>", "<code>arabext</code>", "<code>bali</code>", "<code>beng</code>", "<code>bhks</code>", "<code>brah</code>", "<code>cakm</code>", "<code>cham</code>", "<code>deva</code>", "<code>diak</code>", "<code>fullwide</code>", "<code>gong</code>", "<code>gonm</code>", "<code>gujr</code>", "<code>guru</code>", "<code>hanidec</code>", "<code>hmng</code>", "<code>hmnp</code>", "<code>java</code>", "<code>kali</code>", "<code>khmr</code>", "<code>knda</code>", "<code>lana</code>", "<code>lanatham</code>", "<code>laoo</code>", "<code>latn</code>", "<code>lepc</code>", "<code>limb</code>", "<code>mathbold</code>", "<code>mathdbl</code>", "<code>mathmono</code>", "<code>mathsanb</code>", "<code>mathsans</code>", "<code>mlym</code>", "<code>modi</code>", "<code>mong</code>", "<code>mroo</code>", "<code>mtei</code>", "<code>mymr</code>", "<code>mymrshan</code>", "<code>mymrtlng</code>", "<code>newa</code>", "<code>nkoo</code>", "<code>olck</code>", "<code>orya</code>", "<code>osma</code>", "<code>rohg</code>", "<code>saur</code>", "<code>segment</code>", "<code>shrd</code>", "<code>sind</code>", "<code>sinh</code>", "<code>sora</code>", "<code>sund</code>", "<code>takr</code>", "<code>talu</code>", "<code>tamldec</code>", "<code>telu</code>", "<code>thai</code>", "<code>tibt</code>", "<code>tirh</code>", "<code>vaii</code>", "<code>wara</code>", "<code>wcho</code>" があります。</dd>
- </dl>
- </dd>
- <dt><code><var>options</var></code> {{optional_inline}}</dt>
- <dd>
- <p>以下のプロパティのすべてまたは一部を持つオブジェクトです。</p>
-
- <dl>
- <dt><code>compactDisplay</code></dt>
- <dd><code>notation</code> が "<code>compact</code>" の場合のみ使用されます。 "<code>short</code>" (既定値) または "<code>long</code>" のどちらかを取ります。</dd>
- <dt><code>currency</code></dt>
- <dd>通貨の書式で使用するための通貨です。利用可能な値は ISO 4217 通貨コードであり、例えば米ドルは "<code>USD</code>"、ユーロは "<code>EUR</code>"、日本円には "<code>JPY</code>" です。 — <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">Current currency &amp; funds code list</a> を参照してください。既定値はありません。 <code>style</code> が "<code>currency</code>" である場合、 <code>currency</code> プロパティを提供する必要があります。</dd>
- <dt><code>currencyDisplay</code></dt>
- <dd>通貨の書式で通貨を表示する方法です。利用可能な値は次の通りです。
- <ul>
- <li>"<code>symbol</code>" はローカライズされた通貨記号、例えば € などを使用します。これが既定値です。</li>
- <li>"<code>narrowSymbol</code>" は短い形式の記号を使用します ("US$100" ではなく "$100")。</li>
- <li>"<code>code</code>" は ISO 通貨コードを使用します。</li>
- <li>"<code>name</code>" はローカライズされた通貨名、例えば "<code>dollar</code>" を使用します。</li>
- </ul>
- </dd>
- <dt><code>currencySign</code></dt>
- <dd>多くのロケールでは、会計の書式はマイナス記号を追加する代わりに数値を括弧で囲みます。この形式は <code>currencySign</code> オプションを "<code>accounting</code>" に設定すると有効になります。既定値は "<code>standard</code>" です。</dd>
- <dt><code>localeMatcher</code></dt>
- <dd>使用するロケール比較アルゴリズムです。使用可能な値は "<code>lookup</code>" および "<code>best fit</code>" です。既定値は "<code>best fit</code>" です。このオプションについての情報は、 {{jsxref("Global_Objects/Intl", "Intl page", "#Locale_negotiation", 1)}} を参照してください。</dd>
- <dt><code>notation</code></dt>
- <dd>数値を表示するための書式です。既定値は "<code>standard</code>" です。
- <ul>
- <li>"<code>standard</code>" は、通常の数値の書式です。</li>
- <li>"<code>scientific</code>" は、整形された数値の次数をを返します。</li>
- <li>"<code>engineering</code>" は、3で割ることができる場合に10のべき乗を返します。</li>
- <li>"<code>compact</code>" は、指数表記を表す文字列で、既定値は "short" の形式を使用したものです。</li>
- </ul>
- </dd>
- <dt><code>numberingSystem</code></dt>
- <dd>数値体系です。使用可能な値には、 "<code>arab</code>", "<code>arabext</code>", " <code>bali</code>", "<code>beng</code>", "<code>deva</code>", "<code>fullwide</code>", " <code>gujr</code>", "<code>guru</code>", "<code>hanidec</code>", "<code>khmr</code>", " <code>knda</code>", "<code>laoo</code>", "<code>latn</code>", "<code>limb</code>", "<code>mlym</code>", " <code>mong</code>", "<code>mymr</code>", "<code>orya</code>", "<code>tamldec</code>", " <code>telu</code>", "<code>thai</code>", "<code>tibt</code>" があります。</dd>
- <dt><code>signDisplay</code></dt>
- <dd>数値の符号を表示するときです。既定値は "<code>auto</code>" です。
- <ul>
- <li>"<code>auto</code>" は、負の数のみ符号を表示します。</li>
- <li>"<code>never</code>" は、符号を表示しません。</li>
- <li>"<code>always</code>" は、常に符号を表示します。</li>
- <li>"<code>exceptZero</code>" は正の数と負の数には符号を表示しますが、ゼロには表示しません。</li>
- </ul>
- </dd>
- <dt><code>style</code></dt>
- <dd>使用する整形スタイルで、既定値は "<code>decimal</code>" です。
- <ul>
- <li>"<code>decimal</code>" は、ふつうの数値の整形に使用します。</li>
- <li>"<code>currency</code>" は、通貨の整形に使用します。</li>
- <li>"<code>percent</code>" は、パーセントの整形に使用します。</li>
- <li>"<code>unit</code>" は単位の整形に使用します。</li>
- </ul>
- </dd>
- <dt><code>unit</code></dt>
- <dd>The unit to use in <code>unit</code> formatting, Possible values are core unit identifiers, defined in <a href="http://unicode.org/reports/tr35/tr35-general.html#Unit_Elements" rel="nofollow">UTS #35, Part 2, Section 6</a>. A <a href="https://tc39.es/proposal-unified-intl-numberformat/section6/locales-currencies-tz_proposed_out.html#sec-issanctionedsimpleunitidentifier" rel="nofollow">subset</a> of units from the <a href="https://github.com/unicode-org/cldr/blob/master/common/validity/unit.xml">full list</a> was selected for use in ECMAScript. Pairs of simple units can be concatenated with "<code>-per-</code>" to make a compound unit. There is no default value; if the <code>style</code> is "<code>unit</code>", the <code>unit</code> property must be provided.</dd>
- <dt><code>unitDisplay</code></dt>
- <dd>The unit formatting style to use in <code>unit</code> formatting, the defaults is "<code>short</code>".
- <ul>
- <li>"<code>long</code>" (e.g., <code>16 litres</code>)</li>
- <li>"<code>short</code>" (e.g., <code>16 l</code>)</li>
- <li>"<code>narrow</code>" (e.g., <code>16l</code>)</li>
- </ul>
- </dd>
- <dt><code>useGrouping</code></dt>
- <dd>Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. Possible values are true and false; the default is true.</dd>
- </dl>
- </dd>
- <dd>
- <p>The following properties fall into two groups: <code>minimumIntegerDigits</code>, <code>minimumFractionDigits</code>, and <code>maximumFractionDigits</code> in one group, <code>minimumSignificantDigits</code> and <code>maximumSignificantDigits</code> in the other. If at least one property from the second group is defined, then the first group is ignored.</p>
-
- <dl>
- <dt><code>minimumIntegerDigits</code></dt>
- <dd>The minimum number of integer digits to use. Possible values are from 1 to 21; the default is 1.</dd>
- <dt><code>minimumFractionDigits</code></dt>
- <dd>The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> (2 if the list doesn't provide that information).</dd>
- <dt><code>maximumFractionDigits</code></dt>
- <dd>The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number formatting is the larger of <code>minimumFractionDigits</code> and 3; the default for currency formatting is the larger of <code>minimumFractionDigits</code> and the number of minor unit digits provided by the <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> (2 if the list doesn't provide that information); the default for percent formatting is the larger of <code>minimumFractionDigits</code> and 0.</dd>
- <dt><code>minimumSignificantDigits</code></dt>
- <dd>The minimum number of significant digits to use. Possible values are from 1 to 21; the default is 1.</dd>
- <dt><code>maximumSignificantDigits</code></dt>
- <dd>The maximum number of significant digits to use. Possible values are from 1 to 21; the default is 21.</dd>
- </dl>
- </dd>
+ <dt><code><var>locales</var></code> {{optional_inline}}</dt>
+ <dd>
+ <p>BCP 47 言語タグを持つ文字列、またはそのような文字列の配列。 <code><var>locales</var></code> 引数の一般的な形式と解釈については、 {{jsxref("Global_Objects/Intl", "Intl",
+ "#Locale_identification_and_negotiation", 1)}} のページを参照してください。次の Unicode 拡張キーが許可されています。</p>
+
+ <dl>
+ <dt><code>nu</code></dt>
+ <dd>使用される数値システムです。指定可能な値には "<code>adlm</code>", "<code>ahom</code>", "<code>arab</code>", "<code>arabext</code>", "<code>bali</code>", "<code>beng</code>", "<code>bhks</code>", "<code>brah</code>", "<code>cakm</code>", "<code>cham</code>", "<code>deva</code>", "<code>diak</code>", "<code>fullwide</code>", "<code>gong</code>", "<code>gonm</code>", "<code>gujr</code>", "<code>guru</code>", "<code>hanidec</code>", "<code>hmng</code>", "<code>hmnp</code>", "<code>java</code>", "<code>kali</code>", "<code>khmr</code>", "<code>knda</code>", "<code>lana</code>", "<code>lanatham</code>", "<code>laoo</code>", "<code>latn</code>", "<code>lepc</code>", "<code>limb</code>", "<code>mathbold</code>", "<code>mathdbl</code>", "<code>mathmono</code>", "<code>mathsanb</code>", "<code>mathsans</code>", "<code>mlym</code>", "<code>modi</code>", "<code>mong</code>", "<code>mroo</code>", "<code>mtei</code>", "<code>mymr</code>", "<code>mymrshan</code>", "<code>mymrtlng</code>", "<code>newa</code>", "<code>nkoo</code>", "<code>olck</code>", "<code>orya</code>", "<code>osma</code>", "<code>rohg</code>", "<code>saur</code>", "<code>segment</code>", "<code>shrd</code>", "<code>sind</code>", "<code>sinh</code>", "<code>sora</code>", "<code>sund</code>", "<code>takr</code>", "<code>talu</code>", "<code>tamldec</code>", "<code>telu</code>", "<code>thai</code>", "<code>tibt</code>", "<code>tirh</code>", "<code>vaii</code>", "<code>wara</code>", "<code>wcho</code>" があります。 <a
+ href="/ja/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/numberingSystem">標準 Unicode 命数法一覧</a> を参照してください。</dd>
+
+ </dl>
+ </dd>
+ <dt><code><var>options</var></code> {{optional_inline}}</dt>
+ <dd>
+ <p>以下のプロパティのすべてまたは一部を持つオブジェクトです。</p>
+
+ <dl>
+ <dt><code>compactDisplay</code></dt>
+ <dd><code>notation</code> が "<code>compact</code>" の場合のみ使用されます。 "<code>short</code>" (既定値) または "<code>long</code>" のどちらかを取ります。</dd>
+ <dt><code>currency</code></dt>
+ <dd>通貨の書式で使用するための通貨です。使用可能な値は ISO 4217 通貨コードであり、例えば米ドルは "<code>USD</code>"、ユーロは "<code>EUR</code>"、日本円には "<code>JPY</code>" です。 — <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">Current currency &amp; funds code list</a> を参照してください。既定値はありません。 <code>style</code> が "<code>currency</code>" である場合、 <code>currency</code> プロパティを提供する必要があります。</dd>
+ <dt><code>currencyDisplay</code></dt>
+ <dd>通貨の書式で通貨を表示する方法です。使用可能な値は次の通りです。
+ <ul>
+ <li>"<code>symbol</code>" はローカライズされた通貨記号、例えば € などを使用します。これが既定値です。</li>
+ <li>"<code>narrowSymbol</code>" は短い形式の記号を使用します ("US$100" ではなく "$100")。</li>
+ <li>"<code>code</code>" は ISO 通貨コードを使用します。</li>
+ <li>"<code>name</code>" はローカライズされた通貨名、例えば "<code>dollar</code>" を使用します。</li>
+ </ul>
+ </dd>
+ <dt><code>currencySign</code></dt>
+ <dd>多くのロケールでは、会計の書式はマイナス記号を追加する代わりに数値を括弧で囲みます。この形式は <code>currencySign</code> オプションを "<code>accounting</code>" に設定すると有効になります。既定値は "<code>standard</code>" です。</dd>
+ <dt><code>localeMatcher</code></dt>
+ <dd>使用するロケール比較アルゴリズムです。使用可能な値は "<code>lookup</code>" および "<code>best fit</code>" です。既定値は "<code>best fit</code>" です。このオプションについての情報は、 {{jsxref("Global_Objects/Intl", "Intl page", "#Locale_negotiation", 1)}} を参照してください。</dd>
+ <dt><code>notation</code></dt>
+ <dd>数値を表示するための書式です。既定値は "<code>standard</code>" です。
+ <ul>
+ <li>"<code>standard</code>" は、通常の数値の書式です。</li>
+ <li>"<code>scientific</code>" は、整形された数値の次数をを返します。</li>
+ <li>"<code>engineering</code>" は、3で割ることができる場合に10のべき乗を返します。</li>
+ <li>"<code>compact</code>" は、指数表記を表す文字列で、既定値は "short" の形式を使用したものです。</li>
+ </ul>
+ </dd>
+ <dt><code>numberingSystem</code></dt>
+ <dd>数値体系です。使用可能な値には、 "<code>arab</code>", "<code>arabext</code>", " <code>bali</code>", "<code>beng</code>", "<code>deva</code>", "<code>fullwide</code>", " <code>gujr</code>", "<code>guru</code>", "<code>hanidec</code>", "<code>khmr</code>", " <code>knda</code>", "<code>laoo</code>", "<code>latn</code>", "<code>limb</code>", "<code>mlym</code>", " <code>mong</code>", "<code>mymr</code>", "<code>orya</code>", "<code>tamldec</code>", " <code>telu</code>", "<code>thai</code>", "<code>tibt</code>" があります。</dd>
+ <dt><code>signDisplay</code></dt>
+ <dd>数値の符号を表示するときです。既定値は "<code>auto</code>" です。
+ <ul>
+ <li>"<code>auto</code>" は、負の数のみ符号を表示します。</li>
+ <li>"<code>never</code>" は、符号を表示しません。</li>
+ <li>"<code>always</code>" は、常に符号を表示します。</li>
+ <li>"<code>exceptZero</code>" は正の数と負の数には符号を表示しますが、ゼロには表示しません。</li>
+ </ul>
+ </dd>
+ <dt><code>style</code></dt>
+ <dd>使用する整形スタイルで、既定値は "<code>decimal</code>" です。
+ <ul>
+ <li>"<code>decimal</code>" は、ふつうの数値の整形に使用します。</li>
+ <li>"<code>currency</code>" は、通貨の整形に使用します。</li>
+ <li>"<code>percent</code>" は、パーセントの整形に使用します。</li>
+ <li>"<code>unit</code>" は単位の整形に使用します。</li>
+ </ul>
+ </dd>
+ <dt><code>unit</code></dt>
+ <dd><code>unit</code> の整形で使用する単位で、使用可能な値は <a href="http://unicode.org/reports/tr35/tr35-general.html#Unit_Elements" rel="nofollow">UTS #35, Part 2, Section 6</a> で定義されているコア単位識別子です。 <a href="https://github.com/unicode-org/cldr/blob/master/common/validity/unit.xml">全体リスト</a>から単位の<a href="https://tc39.es/proposal-unified-intl-numberformat/section6/locales-currencies-tz_proposed_out.html#sec-issanctionedsimpleunitidentifier" rel="nofollow">サブセット</a>が ECMAScript で使用するために選択されました。一組の単純な単位を "<code>-per-</code>" で結合し、複合単位を創ることができます。既定値はありません。 <code>style</code> が "<code>unit</code>" である場合、 <code>unit</code> プロパティを指定する必要があります。</dd>
+ <dt><code>unitDisplay</code></dt>
+ <dd><code>unit</code> の整形で使用する単位の整形スタイルで、既定値は "<code>short</code>" です。
+ <ul>
+ <li>"<code>long</code>" (例: <code>16 litres</code>)</li>
+ <li>"<code>short</code>" (例: <code>16 l</code>)</li>
+ <li>"<code>narrow</code>" (例: <code>16l</code>)</li>
+ </ul>
+ </dd>
+ <dt><code>useGrouping</code></dt>
+ <dd>グループ化する区切り記号を使用するかどうかです。例えば、 3 桁区切りや 1000/ラク/クレオールの区切り記号など。設定可能な値は true と false で、既定値は true です。</dd>
+ </dl>
+ <p>以下のプロパティは 2 つのグループに分類できます。 <code>minimumIntegerDigits</code>、<code>minimumFractionDigits</code>、<code>maximumFractionDigits</code> が一方のグループ、 <code>minimumSignificantDigits</code> と <code>maximumSignificantDigits</code> が他方のグループに属します。 2 つ目のグループから少なくとも 1 つのプロパティが定義されていれば、 1 つ目のグループは無視されます。</p>
+
+ <dl>
+ <dt><code>minimumIntegerDigits</code></dt>
+ <dd>整数部に使用する最小桁数です。使用可能な値は 1 から 21 までです。既定値は 1 です。</dd>
+ <dt><code>minimumFractionDigits</code></dt>
+ <dd>小数部に使用する最小桁数です。使用可能な値は 0 から 20 までです。既定値は、通常の数値とパーセント形式では 0 です。通貨形式では <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 通貨コードリスト</a>で提供されている副単位の桁数です (このリストで情報が提供されていない場合は 2 です)。</dd>
+ <dt><code>maximumFractionDigits</code></dt>
+ <dd>小数部に使用する最大桁数です。使用可能な値は 0 から 20 までです。既定値は、通常の数値では <code>minimumFractionDigits</code> と 3 の大きい方、通貨形式では <code>minimumFractionDigits</code> と <a href="http://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 通貨コードリスト</a>で提供されている副単位の桁数です (このリストで情報が提供されていない場合は 2)、パーセント形式の場合は <code>minimumFractionDigits</code> と 0 の大きい方です。</dd>
+ <dt><code>minimumSignificantDigits</code></dt>
+ <dd>使用する最小有効桁数です。使用可能な値は 1 から 21 までです。既定値は 1 です。</dd>
+ <dt><code>maximumSignificantDigits</code></dt>
+ <dd>使用する最大有効桁数です。使用可能な値は 1 から 21 までです。既定値は 1 です。</dd>
+ </dl>
+ </dd>
</dl>
-<h2 id="Examples" name="Examples">例</h2>
+<h2 id="Examples">例</h2>
-<h3 id="Basic_usage" name="Basic_usage">基本的な使用</h3>
+<h3 id="Basic_usage">基本的な使用</h3>
<p>特定のロケールなしで使用すると、既定のロケール、既定のオプションで整形された文字列が返されます。</p>
-<pre class="brush: js notranslate">let amount = 3500;
+<pre class="brush: js">let amount = 3500;
console.log(new Intl.NumberFormat().format(amount));
// → '3,500' if in US English locale</pre>
-<h3 id="Decimal_and_percent_formatting" name="Decimal_and_percent_formatting">十進数とパーセントの整形</h3>
+<h3 id="Decimal_and_percent_formatting"">十進数とパーセントの整形</h3>
-<pre class="brush: js notranslate">let amount = 3500;
+<pre class="brush: js">let amount = 3500;
new Intl.NumberFormat('en-US', {style: 'decimal'}).format(amount);
// → '3,500'
@@ -139,11 +140,11 @@ new Intl.NumberFormat('en-US', {style: 'percent'}).format(amount);
// → '350,000%'
</pre>
-<h3 id="Unit_formatting" name="Unit_formatting">単位の整形</h3>
+<h3 id="Unit_formatting">単位の整形</h3>
<p><code>style</code> が <code>'unit'</code> である場合、 <code>unit</code> プロパティを提供する必要があります。オプションで、 <code>unitDisplay</code> が単位の整形を制御します。</p>
-<pre class="brush: js notranslate">let amount = 3500;
+<pre class="brush: js">let amount = 3500;
new Intl.NumberFormat('en-US', {style: 'unit', unit: 'liter'}).format(amount);
// → '3,500 L'
@@ -152,11 +153,11 @@ new Intl.NumberFormat('en-US', {style: 'unit', unit: 'liter', unitDisplay: 'long
// → '3,500 liters'
</pre>
-<h3 id="Currency_formatting" name="Currency_formatting">通貨の整形</h3>
+<h3 id="Currency_formatting">通貨の整形</h3>
<p><code>style</code> が <code>'currency'</code> であった場合、 <code>currency</code> プロパティを提供する必要があります。オプションで、 <code>currencyDisplay</code> および <code>currencySign</code> が単位の整形を制御します。</p>
-<pre class="brush: js notranslate">let amount = -3500;
+<pre class="brush: js">let amount = -3500;
new Intl.NumberFormat('en-US', {style: 'currency', currency: 'USD'}).format(amount);
// → '-$3,500.00'
@@ -175,11 +176,11 @@ new Intl.NumberFormat('bn', {
// → '($3,500.00)'
</pre>
-<h3 id="Scientific_engineering_or_compact_notations" name="Scientific_engineering_or_compact_notations">科学、工学、短縮表記</h3>
+<h3 id="Scientific_engineering_or_compact_notations">科学、工学、短縮表記</h3>
<p>科学の短縮表記は <code>notation</code> オプションで表すことができ、以下のようになります。</p>
-<pre class="brush: js notranslate">new Intl.NumberFormat('en-US', { notation: "scientific" }).format(987654321);
+<pre class="brush: js">new Intl.NumberFormat('en-US', { notation: "scientific" }).format(987654321);
// → 9.877E8
new Intl.NumberFormat('pt-PT', { notation: "scientific" }).format(987654321);
@@ -206,11 +207,11 @@ new Intl.NumberFormat('en-GB', {
}).format(987654321);
// → 988M</pre>
-<h3 id="Displaying_signs" name="Displaying_signs">符号の表示</h3>
+<h3 id="Displaying_signs">符号の表示</h3>
<p>正の数と負の数に符号を表示し、ゼロには表示しない場合は次のようにします。</p>
-<pre class="brush: js notranslate">new Intl.NumberFormat("en-US", {
+<pre class="brush: js">new Intl.NumberFormat("en-US", {
style: "percent",
signDisplay: "exceptZero"
}).format(0.55);
@@ -218,7 +219,7 @@ new Intl.NumberFormat('en-GB', {
<p>なお、通貨の符号が "accounting" である場合、負号の代わりに括弧が使用されることがあります。</p>
-<pre class="brush: js notranslate">new Intl.NumberFormat('bn', {
+<pre class="brush: js">new Intl.NumberFormat('bn', {
style: 'currency',
currency: 'USD',
currencySign: 'accounting',
@@ -227,31 +228,28 @@ new Intl.NumberFormat('en-GB', {
// → '($3,500.00)'</pre>
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+<h2 id="Specifications">仕様書</h2>
<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('ES Int Draft', '#sec-intl-numberformat-constructor', 'Intl.NumberFormat constructor')}}</td>
- </tr>
- </tbody>
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('ES Int Draft', '#sec-intl-numberformat-constructor', 'Intl.NumberFormat constructor')}}</td>
+ </tr>
+ </tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<div>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
-<p>{{Compat("javascript.builtins.Intl.NumberFormat.NumberFormat")}}</p>
-</div>
+<div>{{Compat("javascript.builtins.Intl.NumberFormat.NumberFormat")}}</div>
-<h2 id="See_also" name="See_also">関連情報</h2>
+<h2 id="See_also">関連情報</h2>
<ul>
- <li>{{jsxref("Intl")}}</li>
+ <li>{{jsxref("Intl.NumberFormat")}}</li>
+ <li>{{jsxref("Global_Objects/Intl", "Intl")}}</li>
</ul>