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/pt-br/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/pt-br/web/javascript/reference/operators')
5 files changed, 5 insertions, 0 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html b/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html index d3f99a9315..4ca87eaddd 100644 --- a/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html +++ b/files/pt-br/web/javascript/reference/operators/arithmetic_operators/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operadores translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators --- <div>{{jsSidebar("Operadores")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html b/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html index 7e9d2de505..b8b2e654c4 100644 --- a/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html +++ b/files/pt-br/web/javascript/reference/operators/bitwise_operators/index.html @@ -2,6 +2,7 @@ title: Bitwise operators 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/pt-br/web/javascript/reference/operators/operadores_de_comparação/index.html b/files/pt-br/web/javascript/reference/operators/operadores_de_comparação/index.html index c1a7f864ba..d5e946a438 100644 --- a/files/pt-br/web/javascript/reference/operators/operadores_de_comparação/index.html +++ b/files/pt-br/web/javascript/reference/operators/operadores_de_comparação/index.html @@ -8,6 +8,7 @@ tags: - Operadores - Relacionais translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html b/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html index 7c6c4f6aef..e3a3ee6e8c 100644 --- a/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html +++ b/files/pt-br/web/javascript/reference/operators/operadores_logicos/index.html @@ -9,6 +9,7 @@ tags: - não - ou translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/pt-br/web/javascript/reference/operators/spread_operator/index.html b/files/pt-br/web/javascript/reference/operators/spread_operator/index.html index 4097266877..a877d131bc 100644 --- a/files/pt-br/web/javascript/reference/operators/spread_operator/index.html +++ b/files/pt-br/web/javascript/reference/operators/spread_operator/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operador translation_of: Web/JavaScript/Reference/Operators/Spread_syntax +translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator --- <div>{{jsSidebar("Operators")}}</div> |