aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript')
-rw-r--r--files/ja/web/javascript/getting_started/index.html1
-rw-r--r--files/ja/web/javascript/guide/obsolete_pages/index.html1
-rw-r--r--files/ja/web/javascript/introduction_to_object-oriented_javascript/index.html1
-rw-r--r--files/ja/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html1
-rw-r--r--files/ja/web/javascript/reference/global_objects/webassembly/instance/prototype/index.html1
-rw-r--r--files/ja/web/javascript/reference/global_objects/webassembly/memory/prototype/index.html1
-rw-r--r--files/ja/web/javascript/reference/global_objects/webassembly/table/prototype/index.html1
-rw-r--r--files/ja/web/javascript/reference/operators/comparison_operators/index.html1
-rw-r--r--files/ja/web/javascript/reference/operators/logical_operators/index.html1
-rw-r--r--files/ja/web/javascript/reference/reserved_words/index.html1
-rw-r--r--files/ja/web/javascript/reference/statements/yield/index.html1
11 files changed, 11 insertions, 0 deletions
diff --git a/files/ja/web/javascript/getting_started/index.html b/files/ja/web/javascript/getting_started/index.html
index a787ee2083..b87febbe05 100644
--- a/files/ja/web/javascript/getting_started/index.html
+++ b/files/ja/web/javascript/getting_started/index.html
@@ -2,6 +2,7 @@
title: Getting Started (Javascript Tutorial)
slug: Web/JavaScript/Getting_Started
translation_of: Learn/Getting_started_with_the_web/JavaScript_basics
+translation_of_original: Web/JavaScript/Getting_Started
---
<h2 id="Why_JavaScript.3F" name="Why_JavaScript.3F">Why JavaScript?</h2>
<p>JavaScript is a powerful, complicated, and often misunderstood computer language. It enables the rapid development of applications in which users can enter data and view results easily.</p>
diff --git a/files/ja/web/javascript/guide/obsolete_pages/index.html b/files/ja/web/javascript/guide/obsolete_pages/index.html
index 7594f13fd9..88bf9acbe7 100644
--- a/files/ja/web/javascript/guide/obsolete_pages/index.html
+++ b/files/ja/web/javascript/guide/obsolete_pages/index.html
@@ -2,6 +2,7 @@
title: Obsolete Pages
slug: Web/JavaScript/Guide/Obsolete_Pages
translation_of: Web/JavaScript/Guide
+translation_of_original: Web/JavaScript/Guide/Obsolete_Pages
---
<p>This is a list of pages that have been merged into chapters (in alphabetical order):</p>
diff --git a/files/ja/web/javascript/introduction_to_object-oriented_javascript/index.html b/files/ja/web/javascript/introduction_to_object-oriented_javascript/index.html
index e39bf42a12..cbe9e10a0a 100644
--- a/files/ja/web/javascript/introduction_to_object-oriented_javascript/index.html
+++ b/files/ja/web/javascript/introduction_to_object-oriented_javascript/index.html
@@ -13,6 +13,7 @@ tags:
- Object
- Object-Oriented
translation_of: Learn/JavaScript/Objects
+translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
---
<div>{{jsSidebar("Introductory")}}</div>
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>