aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/zh-tw/web/javascript/reference
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-tw/web/javascript/reference')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/arraybuffer/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/date/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/function/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/number/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/object/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/prototype/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html1
-rw-r--r--files/zh-tw/web/javascript/reference/operators/logical_operators/index.html1
11 files changed, 11 insertions, 0 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
index 8883a89cec..263726d7e0 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
@@ -2,6 +2,7 @@
title: ArrayBuffer.prototype
slug: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer
+translation_of_original: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/prototype/index.html
index edd6a3fb47..5490743ec0 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/date/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/date/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- 參考資料
- 屬性
translation_of: Web/JavaScript/Reference/Global_Objects/Date
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Date/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/prototype/index.html
index 1db46bc59a..718454721b 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/function/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/function/prototype/index.html
@@ -2,6 +2,7 @@
title: Function.prototype
slug: Web/JavaScript/Reference/Global_Objects/Function/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Function
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Function/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/prototype/index.html
index 2a41977a2d..bfd57f3d21 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/number/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/number/prototype/index.html
@@ -2,6 +2,7 @@
title: Number.prototype
slug: Web/JavaScript/Reference/Global_Objects/Number/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Number
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Number/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/object/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/object/prototype/index.html
index 21c2a53985..4365b10c61 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/object/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/object/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Object
- 待翻譯
translation_of: Web/JavaScript/Reference/Global_Objects/Object
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/prototype/index.html
index 476c52f7a3..f93572bea3 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/prototype/index.html
@@ -2,6 +2,7 @@
title: Promise.prototype
slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Promise
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/prototype/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/prototype/index.html
index 41c7333dc6..011c61418e 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/string/prototype/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/string/prototype/index.html
@@ -2,6 +2,7 @@
title: String.prototype
slug: Web/JavaScript/Reference/Global_Objects/String/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/String
+translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html b/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html
index a91f586c80..050c362008 100644
--- a/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html
@@ -2,6 +2,7 @@
title: 算術運算子
slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html b/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html
index ed5df1092b..86f78270b5 100644
--- a/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html
@@ -2,6 +2,7 @@
title: 位元運算子
slug: Web/JavaScript/Reference/Operators/Bitwise_Operators
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html b/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html
index 70345e158c..f0b3e39c6e 100644
--- a/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html
@@ -2,6 +2,7 @@
title: 比較運算子
slug: Web/JavaScript/Reference/Operators/Comparison_Operators
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html b/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html
index 9a7138244c..2fb07f891e 100644
--- a/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html
@@ -2,6 +2,7 @@
title: Logical operators
slug: Web/JavaScript/Reference/Operators/Logical_Operators
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators
---
<div>{{jsSidebar("Operators")}}</div>