diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ja/web/javascript/reference | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/ja/web/javascript/reference')
8 files changed, 8 insertions, 0 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html index bf782a0664..5705852c36 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html @@ -8,6 +8,7 @@ tags: - Property - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat +translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/prototype --- <div>{{JSRef}}</div> diff --git a/files/ja/web/javascript/reference/global_objects/webassembly/instance/prototype/index.html b/files/ja/web/javascript/reference/global_objects/webassembly/instance/prototype/index.html index f1f8361b0c..fedccef945 100644 --- a/files/ja/web/javascript/reference/global_objects/webassembly/instance/prototype/index.html +++ b/files/ja/web/javascript/reference/global_objects/webassembly/instance/prototype/index.html @@ -2,6 +2,7 @@ title: WebAssembly.Instance.prototype slug: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance +translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/ja/web/javascript/reference/global_objects/webassembly/memory/prototype/index.html b/files/ja/web/javascript/reference/global_objects/webassembly/memory/prototype/index.html index e9e48b5bec..6d837f2f73 100644 --- a/files/ja/web/javascript/reference/global_objects/webassembly/memory/prototype/index.html +++ b/files/ja/web/javascript/reference/global_objects/webassembly/memory/prototype/index.html @@ -8,6 +8,7 @@ tags: - WebAssembly - memory translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory +translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory/prototype --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/ja/web/javascript/reference/global_objects/webassembly/table/prototype/index.html b/files/ja/web/javascript/reference/global_objects/webassembly/table/prototype/index.html index 8a178f1ce3..84709eb736 100644 --- a/files/ja/web/javascript/reference/global_objects/webassembly/table/prototype/index.html +++ b/files/ja/web/javascript/reference/global_objects/webassembly/table/prototype/index.html @@ -8,6 +8,7 @@ tags: - WebAssembly - table translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table +translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/ja/web/javascript/reference/operators/comparison_operators/index.html b/files/ja/web/javascript/reference/operators/comparison_operators/index.html index 701e2081f3..5010c8eb89 100644 --- a/files/ja/web/javascript/reference/operators/comparison_operators/index.html +++ b/files/ja/web/javascript/reference/operators/comparison_operators/index.html @@ -7,6 +7,7 @@ tags: - Reference - 演算子 translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/ja/web/javascript/reference/operators/logical_operators/index.html b/files/ja/web/javascript/reference/operators/logical_operators/index.html index 5b2cf76b3a..8b43c3de26 100644 --- a/files/ja/web/javascript/reference/operators/logical_operators/index.html +++ b/files/ja/web/javascript/reference/operators/logical_operators/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operator translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/ja/web/javascript/reference/reserved_words/index.html b/files/ja/web/javascript/reference/reserved_words/index.html index 16a2a45a16..fabc275890 100644 --- a/files/ja/web/javascript/reference/reserved_words/index.html +++ b/files/ja/web/javascript/reference/reserved_words/index.html @@ -4,6 +4,7 @@ slug: Web/JavaScript/Reference/Reserved_Words tags: - JavaScript translation_of: Web/JavaScript/Reference/Lexical_grammar#Keywords +translation_of_original: Web/JavaScript/Reference/Reserved_Words --- <p>以下は予約語であり、変数、関数、メソッド、あるいはオブジェクトの識別子として用いることはできません。以下は <a href="/ja/docs/ECMAScript">ECMAScript</a> の仕様で既存のキーワードとして予約されているものです。</p> diff --git a/files/ja/web/javascript/reference/statements/yield/index.html b/files/ja/web/javascript/reference/statements/yield/index.html index fd381dc98d..69be44e8d9 100644 --- a/files/ja/web/javascript/reference/statements/yield/index.html +++ b/files/ja/web/javascript/reference/statements/yield/index.html @@ -2,5 +2,6 @@ title: yield slug: Web/JavaScript/Reference/Statements/yield translation_of: Web/JavaScript/Reference/Operators/yield +translation_of_original: Web/JavaScript/Reference/Statements/yield --- <p>『 <a href="/ja/docs/JavaScript/New_in_JavaScript/1.7">JavaScript 1.7 の新機能</a>』、『<a href="/ja/docs/JavaScript/Guide/Iterators_and_Generators">イテレータとジェネレータ</a>』 を参照して下さい。</p> |