aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript
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-cn/web/javascript
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-cn/web/javascript')
-rw-r--r--files/zh-cn/web/javascript/getting_started/index.html1
-rw-r--r--files/zh-cn/web/javascript/guide/about/index.html1
-rw-r--r--files/zh-cn/web/javascript/guide/javascript_overview/index.html1
-rw-r--r--files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html1
-rw-r--r--files/zh-cn/web/javascript/introduction_to_object-oriented_javascript/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/arraybuffer/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/boolean/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/dataview/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/date/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/error/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/evalerror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/function/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/generatorfunction/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/number/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/proxy/handler/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/rangeerror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/referenceerror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/regexp/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/symbol/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/syntaxerror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/typedarray/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/typeerror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/urierror/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakmap/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakset/prototype/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/operators/arithmetic_operators/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/operators/assignment_operators/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/operators/bitwise_operators/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/operators/comparison_operators/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/operators/logical_operators/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/reserved_words/index.html1
-rw-r--r--files/zh-cn/web/javascript/reference/statements/default/index.html1
38 files changed, 38 insertions, 0 deletions
diff --git a/files/zh-cn/web/javascript/getting_started/index.html b/files/zh-cn/web/javascript/getting_started/index.html
index 9ffa849809..67056c679b 100644
--- a/files/zh-cn/web/javascript/getting_started/index.html
+++ b/files/zh-cn/web/javascript/getting_started/index.html
@@ -4,6 +4,7 @@ slug: Web/JavaScript/Getting_Started
tags:
- bug-840092
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">JavaScript是什么?</h2>
diff --git a/files/zh-cn/web/javascript/guide/about/index.html b/files/zh-cn/web/javascript/guide/about/index.html
index 115939595c..d8b77fece9 100644
--- a/files/zh-cn/web/javascript/guide/about/index.html
+++ b/files/zh-cn/web/javascript/guide/about/index.html
@@ -6,6 +6,7 @@ tags:
- 初学者
- 指南
translation_of: Web/JavaScript/Guide/Introduction
+translation_of_original: Web/JavaScript/Guide/About
---
<p>JavaScript 是一种跨平台的,基于对象的脚本语言。本指南介绍了所有您使用 JavaScript 所需要了解的事情。</p>
diff --git a/files/zh-cn/web/javascript/guide/javascript_overview/index.html b/files/zh-cn/web/javascript/guide/javascript_overview/index.html
index 1828016f32..96114a1f43 100644
--- a/files/zh-cn/web/javascript/guide/javascript_overview/index.html
+++ b/files/zh-cn/web/javascript/guide/javascript_overview/index.html
@@ -4,6 +4,7 @@ slug: Web/JavaScript/Guide/JavaScript_Overview
tags:
- ECMAScript
translation_of: Web/JavaScript/Guide/Introduction
+translation_of_original: Web/JavaScript/Guide/JavaScript_Overview
---
<p>本节将介绍并讨论 JavaScript 的基本概念。</p>
diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html
index 0c5b2f4eb9..8ff8e9730b 100644
--- a/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html
+++ b/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html
@@ -2,5 +2,6 @@
title: Boundaries
slug: Web/JavaScript/Guide/Regular_Expressions/Boundaries
translation_of: Web/JavaScript/Guide/Regular_Expressions/Assertions
+translation_of_original: Web/JavaScript/Guide/Regular_Expressions/Boundaries
---
<p>重定向至 <a class="redirect" href="/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions/Assertions">断言</a></p>
diff --git a/files/zh-cn/web/javascript/introduction_to_object-oriented_javascript/index.html b/files/zh-cn/web/javascript/introduction_to_object-oriented_javascript/index.html
index affda5b740..1ae4554c63 100644
--- a/files/zh-cn/web/javascript/introduction_to_object-oriented_javascript/index.html
+++ b/files/zh-cn/web/javascript/introduction_to_object-oriented_javascript/index.html
@@ -12,6 +12,7 @@ tags:
- 继承
- 面向对象
translation_of: Learn/JavaScript/Objects
+translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
---
<div>{{jsSidebar("Introductory")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
index 376e969064..92909dbef7 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/prototype/index.html
@@ -4,6 +4,7 @@ slug: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/prototype
tags:
- ArrayBuffer
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-cn/web/javascript/reference/global_objects/boolean/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/boolean/prototype/index.html
index a29fd8eb9a..cb7f351bd1 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/boolean/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/boolean/prototype/index.html
@@ -7,6 +7,7 @@ tags:
- Property
- Prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Boolean
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Boolean/prototype
---
<p>{{JSRef}}</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/dataview/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/dataview/prototype/index.html
index 84488ad734..3285efa3d3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/dataview/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/dataview/prototype/index.html
@@ -4,6 +4,7 @@ slug: Web/JavaScript/Reference/Global_Objects/DataView/prototype
tags:
- DataView属性
translation_of: Web/JavaScript/Reference/Global_Objects/DataView
+translation_of_original: Web/JavaScript/Reference/Global_Objects/DataView/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/prototype/index.html
index 198a479453..da3d715018 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/date/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/date/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Property
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-cn/web/javascript/reference/global_objects/error/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/error/prototype/index.html
index aea7d132d2..420b5634de 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/error/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/error/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- 参考
- 属性
translation_of: Web/JavaScript/Reference/Global_Objects/Error
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Error/prototype
---
<div>
<p>{{JSRef}}</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/evalerror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/evalerror/prototype/index.html
index 1ea7e10e86..b68caa1f3f 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/evalerror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/evalerror/prototype/index.html
@@ -2,6 +2,7 @@
title: EvalError.prototype
slug: Web/JavaScript/Reference/Global_Objects/EvalError/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/EvalError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/EvalError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/prototype/index.html
index afae311604..a745753511 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/function/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/function/prototype/index.html
@@ -7,6 +7,7 @@ tags:
- 原型
- 原型属性
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-cn/web/javascript/reference/global_objects/generatorfunction/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/generatorfunction/prototype/index.html
index c723725c05..0f7179b3f5 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/generatorfunction/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/generatorfunction/prototype/index.html
@@ -10,6 +10,7 @@ tags:
- Prototype
- Reference
translation_of: Web/JavaScript/Reference/Global_Objects/GeneratorFunction
+translation_of_original: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html
index d8cb843c33..f74e8f9cf5 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/intl/datetimeformat/prototype/index.html
@@ -2,6 +2,7 @@
title: Intl.DateTimeFormat.prototype
slug: Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/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/zh-cn/web/javascript/reference/global_objects/map/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/prototype/index.html
index 99c2f0de08..d98bdfac5a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/prototype/index.html
@@ -2,6 +2,7 @@
title: Map.prototype
slug: Web/JavaScript/Reference/Global_Objects/Map/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Map
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Map/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/number/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/number/prototype/index.html
index 578011f564..3abe34b74b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/number/prototype/index.html
+++ b/files/zh-cn/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("Global_Objects", "Number")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/prototype/index.html
index c3a7d022f7..4dd70200f0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Object
- Property
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-cn/web/javascript/reference/global_objects/promise/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/prototype/index.html
index 3b26852c87..c9c7dc3f6a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/promise/prototype/index.html
+++ b/files/zh-cn/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("Global_Objects", "Promise")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/proxy/handler/index.html b/files/zh-cn/web/javascript/reference/global_objects/proxy/handler/index.html
index 7cbefe2838..26d1ad3517 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/proxy/handler/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/proxy/handler/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Proxy
translation_of: Web/JavaScript/Reference/Global_Objects/Proxy/Proxy
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Proxy/handler
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/rangeerror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/rangeerror/prototype/index.html
index ea09336ec0..0e2c78aedf 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/rangeerror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/rangeerror/prototype/index.html
@@ -2,6 +2,7 @@
title: RangeError.prototype
slug: Web/JavaScript/Reference/Global_Objects/RangeError/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/RangeError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/RangeError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/referenceerror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/referenceerror/prototype/index.html
index 90f74dc4b1..4cb00496ef 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/referenceerror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/referenceerror/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- Prototype
- ReferenceError
translation_of: Web/JavaScript/Reference/Global_Objects/ReferenceError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/prototype/index.html
index e841c0e72d..0c76cb77ac 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/regexp/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/prototype/index.html
@@ -6,6 +6,7 @@ tags:
- Property
- RegExp
translation_of: Web/JavaScript/Reference/Global_Objects/RegExp
+translation_of_original: Web/JavaScript/Reference/Global_Objects/RegExp/prototype
---
<p>{{JSRef("Global_Objects", "RegExp")}}</p>
<h2 id="Summary" name="Summary">概述</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/prototype/index.html
index ab4f881dff..ccb6f2df65 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/prototype/index.html
@@ -5,6 +5,7 @@ tags:
- Prototype
- SharedArrayBuffer
translation_of: Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
+translation_of_original: Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/prototype/index.html
index 88b792052b..00a9695a64 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- 字符串
- 属性
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-cn/web/javascript/reference/global_objects/symbol/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/prototype/index.html
index 4ba14f92c5..f00b37a223 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/symbol/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/prototype/index.html
@@ -2,6 +2,7 @@
title: Symbol.prototype
slug: Web/JavaScript/Reference/Global_Objects/Symbol/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/Symbol
+translation_of_original: Web/JavaScript/Reference/Global_Objects/Symbol/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/syntaxerror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/syntaxerror/prototype/index.html
index 68a9ff3432..6f109510ef 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/syntaxerror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/syntaxerror/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- Prototype
- SyntaxError
translation_of: Web/JavaScript/Reference/Global_Objects/SyntaxError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/SyntaxError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/typedarray/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/typedarray/prototype/index.html
index d756bbf7bf..ae9f64bf5e 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/typedarray/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/typedarray/prototype/index.html
@@ -2,6 +2,7 @@
title: TypedArray.prototype
slug: Web/JavaScript/Reference/Global_Objects/TypedArray/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/TypedArray
+translation_of_original: Web/JavaScript/Reference/Global_Objects/TypedArray/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/typeerror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/typeerror/prototype/index.html
index 058c791b71..42abf0c422 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/typeerror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/typeerror/prototype/index.html
@@ -8,6 +8,7 @@ tags:
- 原型
- 错误
translation_of: Web/JavaScript/Reference/Global_Objects/TypeError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/TypeError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/urierror/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/urierror/prototype/index.html
index f011159690..c5d381250a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/urierror/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/urierror/prototype/index.html
@@ -2,6 +2,7 @@
title: URIError.prototype
slug: Web/JavaScript/Reference/Global_Objects/URIError/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/URIError
+translation_of_original: Web/JavaScript/Reference/Global_Objects/URIError/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakmap/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakmap/prototype/index.html
index 706b6d795c..27f1ff412a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakmap/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakmap/prototype/index.html
@@ -2,6 +2,7 @@
title: WeakMap.prototype
slug: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/WeakMap
+translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakMap/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakset/prototype/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakset/prototype/index.html
index 3f323d5fe2..572ab1ac73 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakset/prototype/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakset/prototype/index.html
@@ -2,6 +2,7 @@
title: WeakSet.prototype
slug: Web/JavaScript/Reference/Global_Objects/WeakSet/prototype
translation_of: Web/JavaScript/Reference/Global_Objects/WeakSet
+translation_of_original: Web/JavaScript/Reference/Global_Objects/WeakSet/prototype
---
<div>{{JSRef("Global_Objects", "WeakSet")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/operators/arithmetic_operators/index.html b/files/zh-cn/web/javascript/reference/operators/arithmetic_operators/index.html
index d7fc5da786..917ac03b06 100644
--- a/files/zh-cn/web/javascript/reference/operators/arithmetic_operators/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/arithmetic_operators/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Operator
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/operators/assignment_operators/index.html b/files/zh-cn/web/javascript/reference/operators/assignment_operators/index.html
index 5d500538b4..66ae471cde 100644
--- a/files/zh-cn/web/javascript/reference/operators/assignment_operators/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/assignment_operators/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- 运算符
translation_of: Web/JavaScript/Reference/Operators#Assignment_operators
+translation_of_original: Web/JavaScript/Reference/Operators/Assignment_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_operators/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_operators/index.html
index 48ca962238..4bdd7a1bc7 100644
--- a/files/zh-cn/web/javascript/reference/operators/bitwise_operators/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/bitwise_operators/index.html
@@ -4,6 +4,7 @@ slug: Web/JavaScript/Reference/Operators/Bitwise_Operators
tags:
- js ^ & 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-cn/web/javascript/reference/operators/comparison_operators/index.html b/files/zh-cn/web/javascript/reference/operators/comparison_operators/index.html
index d05ce68abd..5ddf85f426 100644
--- a/files/zh-cn/web/javascript/reference/operators/comparison_operators/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/comparison_operators/index.html
@@ -5,6 +5,7 @@ tags:
- 严格比较操作符
- 比较操作符
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/operators/logical_operators/index.html b/files/zh-cn/web/javascript/reference/operators/logical_operators/index.html
index ba2b8c21bb..5615e17d45 100644
--- a/files/zh-cn/web/javascript/reference/operators/logical_operators/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/logical_operators/index.html
@@ -6,6 +6,7 @@ tags:
- 操作符
- 逻辑
translation_of: Web/JavaScript/Reference/Operators
+translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/zh-cn/web/javascript/reference/reserved_words/index.html b/files/zh-cn/web/javascript/reference/reserved_words/index.html
index 51d67f323e..0d52110bfa 100644
--- a/files/zh-cn/web/javascript/reference/reserved_words/index.html
+++ b/files/zh-cn/web/javascript/reference/reserved_words/index.html
@@ -2,6 +2,7 @@
title: Reserved Words
slug: Web/JavaScript/Reference/Reserved_words
translation_of: Web/JavaScript/Reference/Lexical_grammar#Keywords
+translation_of_original: Web/JavaScript/Reference/Reserved_Words
---
<p> </p>
diff --git a/files/zh-cn/web/javascript/reference/statements/default/index.html b/files/zh-cn/web/javascript/reference/statements/default/index.html
index 914eed34fd..12e076166c 100644
--- a/files/zh-cn/web/javascript/reference/statements/default/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/default/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Keyword
translation_of: Web/JavaScript/Reference/Statements/switch
+translation_of_original: Web/JavaScript/Reference/Statements/default
---
<div>{{jsSidebar("Statements")}}</div>