aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/date
diff options
context:
space:
mode:
authorClóvis Lima Júnior <clovis.junior@gmail.com>2021-07-17 00:14:43 -0300
committerGitHub <noreply@github.com>2021-07-17 00:14:43 -0300
commit191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch)
tree4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/javascript/reference/global_objects/date
parent7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff)
downloadtranslated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz
translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2
translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip
[pt-BR] Normalize titles and ids from the Browser_compatibility (#1115)
* [pt-BR] Normalize titles and ids from the Browser_compatibility This change was done to maintaina pattern and ease-in future modifications * pt-br: Remove extra closing span tags
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/date')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getday/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/now/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/parse/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html2
16 files changed, 16 insertions, 16 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html
index 0e4244c42d..78d00b647c 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getdate/index.html
@@ -66,7 +66,7 @@ console.log(day); // 25
</tbody>
</table>
-<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html
index 594f2aa427..7999c92f40 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getday/index.html
@@ -66,7 +66,7 @@ console.log(weekday); // 1
</tbody>
</table>
-<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html
index 140fca67d4..406e588699 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getfullyear/index.html
@@ -66,7 +66,7 @@ var year = today.getFullYear();
</tbody>
</table>
-<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html
index 49c79ae5ae..141515db1f 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/gethours/index.html
@@ -66,7 +66,7 @@ console.log(hours); // 23
</tbody>
</table>
-<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html
index 4bbd37b571..9e431e64f2 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getmilliseconds/index.html
@@ -57,7 +57,7 @@ var milliseconds = today.getMilliseconds();
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html
index c053d864c4..cf375643da 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getminutes/index.html
@@ -61,7 +61,7 @@ console.log(minutes); // 15
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html
index 9685a3a383..558fab467f 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getmonth/index.html
@@ -60,7 +60,7 @@ console.log(month); // 11
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html
index 4d4aa2b8c2..d1dc1867ae 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getseconds/index.html
@@ -61,7 +61,7 @@ console.log(seconds); // 30
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html
index 15bf8855fb..a07479a94c 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/gettime/index.html
@@ -76,7 +76,7 @@ console.log('Operation took ' + (end.getTime() - start.getTime()) + ' msec');
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html
index 8b370ec07d..507416bbe9 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcdate/index.html
@@ -57,7 +57,7 @@ var day = today.getUTCDate();
</tbody>
</table>
-<h2 id="Compatibilidade_de_browsers">Compatibilidade de browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html
index d7eb82b8b4..1630378c19 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getutcday/index.html
@@ -56,7 +56,7 @@ var <code>diaDaSemana</code> = hoje.getUTCDay();
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html
index 47ece39f41..deb0f52419 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/getyear/index.html
@@ -108,7 +108,7 @@ var year = Xmas.getYear(); // returns 95
</tbody>
</table>
-<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/index.html b/files/pt-br/web/javascript/reference/global_objects/date/index.html
index b83fe9a4fd..98c18ca05a 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/index.html
@@ -214,7 +214,7 @@ retornoDaSuaFuncao = imprimirTempoDecorrido(suaFuncao);
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html
index 2eef32c0b7..9d065ccf3a 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/now/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/now/index.html
@@ -64,7 +64,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>Baseado em <a href="http://kangax.github.com/es5-compat-table/">Kangax's compat table</a>.</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html
index ccba92e923..d84f0377e9 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/parse/index.html
@@ -138,7 +138,7 @@ Date.parse('foo-bar 2014');
</tbody>
</table>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
index 410807cb37..504dba979e 100644
--- a/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
@@ -158,7 +158,7 @@ console.log(date.toLocaleDateString('en-US', options));
</tbody>
</table>
-<h2 id="Compatibilidade_com_o_navegador">Compatibilidade com o navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>