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/zh-cn/web/javascript/reference/operators | |
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/zh-cn/web/javascript/reference/operators')
5 files changed, 5 insertions, 0 deletions
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> |