aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/orphaned
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/orphaned
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/orphaned')
-rw-r--r--files/pt-br/orphaned/glossary/tratando_formulários_com_php/index.html3
-rw-r--r--files/pt-br/orphaned/hello_world_rust/index.html3
-rw-r--r--files/pt-br/orphaned/instalando_rust/index.html3
-rw-r--r--files/pt-br/orphaned/learn/how_to_contribute/index.html3
-rw-r--r--files/pt-br/orphaned/learn/html/forms/html5_updates/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/community/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/community/whats_happening/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/community/working_in_community/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/dashboards/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/editor/basics/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/editor/index.html3
-rw-r--r--files/pt-br/orphaned/mdn/tools/page_regeneration/index.html3
-rw-r--r--files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html3
-rw-r--r--files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html7
-rw-r--r--files/pt-br/orphaned/tools/add-ons/index.html3
-rw-r--r--files/pt-br/orphaned/tools/css_coverage/index.html3
-rw-r--r--files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html3
-rw-r--r--files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html3
-rw-r--r--files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html3
-rw-r--r--files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_método_appendchild-javascript/index.html3
-rw-r--r--files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_mídia_em_css)/index.html3
-rw-r--r--files/pt-br/orphaned/web/html/element/command/index.html3
-rw-r--r--files/pt-br/orphaned/web/html/favicon/index.html3
-rw-r--r--files/pt-br/orphaned/web/javascript/guide/coleções_chaveadas/index.html3
-rw-r--r--files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html3
-rw-r--r--files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html3
-rw-r--r--files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html3
-rw-r--r--files/pt-br/orphaned/web/security/information_security_basics/index.html3
35 files changed, 72 insertions, 37 deletions
diff --git a/files/pt-br/orphaned/glossary/tratando_formulários_com_php/index.html b/files/pt-br/orphaned/glossary/tratando_formulários_com_php/index.html
index db1791d5e7..fc4c7baa22 100644
--- a/files/pt-br/orphaned/glossary/tratando_formulários_com_php/index.html
+++ b/files/pt-br/orphaned/glossary/tratando_formulários_com_php/index.html
@@ -1,10 +1,11 @@
---
title: Tratando Formulários com PHP
-slug: Glossario/Tratando_Formulários_com_PHP
+slug: orphaned/Glossary/Tratando_Formulários_com_PHP
tags:
- Método POST
- PHP
translation_of: Glossary/Tratando_Formulários_com_PHP
+original_slug: Glossario/Tratando_Formulários_com_PHP
---
<p>Uma das características mais fortes do <a href="/pt-BR/docs/Glossario/PHP">PHP</a> é o jeito como ele trata formulários HTML. O conceito básico que é importante entender é que qualquer elemento de formulário irá automaticamente ficar disponível para seus scripts PHP. Por favor leia a seção Variáveis externas do PHP para mais informações e exemplos de como usar formulários com PHP. Aqui vai um exemplo de formulário HTML:</p>
diff --git a/files/pt-br/orphaned/hello_world_rust/index.html b/files/pt-br/orphaned/hello_world_rust/index.html
index f472f6a3e9..baef01d161 100644
--- a/files/pt-br/orphaned/hello_world_rust/index.html
+++ b/files/pt-br/orphaned/hello_world_rust/index.html
@@ -1,6 +1,6 @@
---
title: Hello World Rust
-slug: Hello_World_Rust
+slug: orphaned/Hello_World_Rust
tags:
- Performance
- baixo-nível
@@ -15,6 +15,7 @@ tags:
- rust
- rustontherocks
- servo
+original_slug: Hello_World_Rust
---
<h2 id="Hello_World!" style="margin-bottom: 0in; border-width: medium medium 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(0, 0, 0); padding: 0in 0in 0.03in; font-style: normal; line-height: 100%;"><font color="#000000"><font face="Cantarell"><font size="5"><strong><span style="background: transparent;">Hello, World!</span></strong></font></font></font></h2>
diff --git a/files/pt-br/orphaned/instalando_rust/index.html b/files/pt-br/orphaned/instalando_rust/index.html
index 883144991d..5f23d27f9b 100644
--- a/files/pt-br/orphaned/instalando_rust/index.html
+++ b/files/pt-br/orphaned/instalando_rust/index.html
@@ -1,6 +1,6 @@
---
title: Instalando Rust
-slug: Instalando_Rust
+slug: orphaned/Instalando_Rust
tags:
- Linux
- Tutorial
@@ -15,6 +15,7 @@ tags:
- rust
- rustontherocks
- system language
+original_slug: Instalando_Rust
---
<h2 id="Instalando_o_Rust" style="margin-bottom: 0in; border-width: medium medium 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(0, 0, 0); padding: 0in 0in 0.03in; line-height: 100%;"><font color="#000000"><span style="background: transparent;"><font face="Cantarell"><font size="4"><strong>Instalando o Rust</strong></font></font></span></font></h2>
diff --git a/files/pt-br/orphaned/learn/how_to_contribute/index.html b/files/pt-br/orphaned/learn/how_to_contribute/index.html
index 8b9cdfb15b..63586e3320 100644
--- a/files/pt-br/orphaned/learn/how_to_contribute/index.html
+++ b/files/pt-br/orphaned/learn/how_to_contribute/index.html
@@ -1,6 +1,6 @@
---
title: Como contribuir para a área de aprendizagem da MDN
-slug: Aprender/Como_contribuir
+slug: orphaned/Learn/How_to_contribute
tags:
- Documentação
- Guia(2)
@@ -11,6 +11,7 @@ tags:
- prioridde
- pt-br
translation_of: Learn/How_to_contribute
+original_slug: Aprender/Como_contribuir
---
<p>Se você está aqui pela primeira vez ou após uma pesquisa mais aprofundada, é porque provavelmente você está interessado em contribuir para a área de aprendizado da MDN. Isto é uma excelente notícia!</p>
diff --git a/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html b/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html
index 7508276c28..40721d4f3c 100644
--- a/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html
+++ b/files/pt-br/orphaned/learn/html/forms/html5_updates/index.html
@@ -1,7 +1,8 @@
---
title: Formulários em HTML
-slug: HTML/Forms_in_HTML
+slug: orphaned/Learn/HTML/Forms/HTML5_updates
translation_of: Learn/HTML/Forms/HTML5_updates
+original_slug: HTML/Forms_in_HTML
---
<p>{{ gecko_minversion_header("2") }}</p>
diff --git a/files/pt-br/orphaned/mdn/community/index.html b/files/pt-br/orphaned/mdn/community/index.html
index 5157192748..7f0ccafa6d 100644
--- a/files/pt-br/orphaned/mdn/community/index.html
+++ b/files/pt-br/orphaned/mdn/community/index.html
@@ -1,11 +1,12 @@
---
title: Participe da comunidade MDN
-slug: MDN/Comunidade
+slug: orphaned/MDN/Community
tags:
- Comunidade
- Guia(2)
- Iniciando
translation_of: MDN/Community
+original_slug: MDN/Comunidade
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/community/whats_happening/index.html b/files/pt-br/orphaned/mdn/community/whats_happening/index.html
index 93783e777f..abf003caf3 100644
--- a/files/pt-br/orphaned/mdn/community/whats_happening/index.html
+++ b/files/pt-br/orphaned/mdn/community/whats_happening/index.html
@@ -1,7 +1,8 @@
---
title: Siga o que está acontecendo
-slug: MDN/Comunidade/Whats_happening
+slug: orphaned/MDN/Community/Whats_happening
translation_of: MDN/Community/Whats_happening
+original_slug: MDN/Comunidade/Whats_happening
---
<div>{{MDNSidebar}}</div><p>MDN is brought to you by Mozilla's <a href="https://wiki.mozilla.org/Engagement/Developer_Engagement" title="https://wiki.mozilla.org/Engagement/Developer_Engagement">Developer Engagement</a> community. Here are some ways to that we share information about what we're doing.</p>
diff --git a/files/pt-br/orphaned/mdn/community/working_in_community/index.html b/files/pt-br/orphaned/mdn/community/working_in_community/index.html
index 38d851532d..09ede56d3c 100644
--- a/files/pt-br/orphaned/mdn/community/working_in_community/index.html
+++ b/files/pt-br/orphaned/mdn/community/working_in_community/index.html
@@ -1,7 +1,8 @@
---
title: Trabalhando em comunidade
-slug: MDN/Comunidade/Trabalhando_em_comunidade
+slug: orphaned/MDN/Community/Working_in_community
translation_of: MDN/Community/Working_in_community
+original_slug: MDN/Comunidade/Trabalhando_em_comunidade
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html b/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html
index 369f018ce5..10410e5a37 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/create_an_mdn_account/index.html
@@ -1,6 +1,6 @@
---
title: Como criar uma conta na MDN
-slug: MDN/Contribute/guia/Create_an_MDN_account
+slug: orphaned/MDN/Contribute/Howto/Create_an_MDN_account
tags:
- Conta
- Guia(2)
@@ -8,6 +8,7 @@ tags:
- Novato
- como fazer
translation_of: MDN/Contribute/Howto/Create_an_MDN_account
+original_slug: MDN/Contribute/guia/Create_an_MDN_account
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html b/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html
index 45d49fbc55..2651c5f134 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/do_a_technical_review/index.html
@@ -1,6 +1,6 @@
---
title: Como fazer uma revisão técnica
-slug: MDN/Contribute/guia/Do_a_technical_review
+slug: orphaned/MDN/Contribute/Howto/Do_a_technical_review
tags:
- Documentação
- Guía
@@ -8,6 +8,7 @@ tags:
- Revisão
- como fazer
translation_of: MDN/Contribute/Howto/Do_a_technical_review
+original_slug: MDN/Contribute/guia/Do_a_technical_review
---
<div>{{MDNSidebar}}</div><p class="summary"><span id="result_box" lang="pt"><span><strong>Uma Revisão técnica</strong> consiste em revisar a precisão técnica e a integridade de um artigo e corrigi-lo, se necessário.</span></span> Se um escritor de um artigo procura alguém para verificar o conteúdo técnico do artigo, então ele marca a opção "Análise técnica" durante a edição. <span id="result_box" lang="pt"><span>Muitas vezes, o escritor contata um engenheiro específico para realizar a revisão técnica, mas qualquer pessoa com experiência técnica no tópico pode fazer um.</span></span></p>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html b/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html
index 687072f228..d1e9b29246 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/do_an_editorial_review/index.html
@@ -1,6 +1,6 @@
---
title: Como fazer uma revisão editorial
-slug: MDN/Contribute/guia/Do_an_editorial_review
+slug: orphaned/MDN/Contribute/Howto/Do_an_editorial_review
tags:
- Documentação
- Guia(2)
@@ -8,6 +8,7 @@ tags:
- Revisão
- como fazer
translation_of: MDN/Contribute/Howto/Do_an_editorial_review
+original_slug: MDN/Contribute/guia/Do_an_editorial_review
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html b/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html
index 91ac82e8ea..0019d0a7e7 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/set_the_summary_for_a_page/index.html
@@ -1,11 +1,12 @@
---
title: Como definir o resumo de uma página
-slug: MDN/Contribute/guia/Set_the_summary_for_a_page
+slug: orphaned/MDN/Contribute/Howto/Set_the_summary_for_a_page
tags:
- Como
- Guia(2)
- MDN Meta
translation_of: MDN/Contribute/Howto/Set_the_summary_for_a_page
+original_slug: MDN/Contribute/guia/Set_the_summary_for_a_page
---
<div>{{MDNSidebar}}</div><p><span class="seoSummary">Você pode definir o sumário de uma página no MDN, para ser usado de várias maneiras, incluindo em resultados de pesquisa, em outras páginas MDN como tópico de página de regiões, e em dicas.</span> E o texto deve fazer sentido tanto ao contexto da página, como quando mostrado em outro contexto, sem o restante do conteúdo da página.</p>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html b/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html
index 7c6f94ac07..66db20d0e5 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/tag_javascript_pages/index.html
@@ -1,12 +1,13 @@
---
title: Como marcar páginas de JavaScript
-slug: MDN/Contribute/guia/Tag_JavaScript_pages
+slug: orphaned/MDN/Contribute/Howto/Tag_JavaScript_pages
tags:
- Como
- Guia(2)
- JavaScript
- MDN Meta
translation_of: MDN/Contribute/Howto/Tag_JavaScript_pages
+original_slug: MDN/Contribute/guia/Tag_JavaScript_pages
---
<div>{{MDNSidebar}}</div><p class="summary"><strong>O tagueamento consiste na adição de meta-informações para as páginas de modo que o conteúdo relacionado possa ser agrupado, como por exemplo em uma ferramenta de pesquisa.</strong></p>
diff --git a/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html b/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html
index 7754f741b6..6a8d7e9bb0 100644
--- a/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/howto/write_an_article_to_help_learn_about_the_web/index.html
@@ -1,12 +1,13 @@
---
title: Como escrever um artigo para ajudar as pessoas aprender sobre a Web
-slug: MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web
+slug: orphaned/MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web
tags:
- Guía
- MDN Meta
- aprendizado
- como fazer
translation_of: MDN/Contribute/Howto/Write_an_article_to_help_learn_about_the_Web
+original_slug: MDN/Contribute/guia/Escreva_um_artigo_para_ajudar_aprender_sobre_a_Web
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html b/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html
index 22b22715be..d87f3eacad 100644
--- a/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html
+++ b/files/pt-br/orphaned/mdn/contribute/processes/cross-team_collaboration_tactics/index.html
@@ -1,6 +1,6 @@
---
title: Táticas de colaboração intra equipe para documentação
-slug: MDN/Contribute/Collaboration_tactics
+slug: orphaned/MDN/Contribute/Processes/Cross-team_collaboration_tactics
tags:
- Documentação
- Guia(2)
@@ -8,6 +8,7 @@ tags:
- MDN
- Projeto MDC
translation_of: MDN/Contribute/Processes/Cross-team_collaboration_tactics
+original_slug: MDN/Contribute/Collaboration_tactics
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/dashboards/index.html b/files/pt-br/orphaned/mdn/dashboards/index.html
index 0aab5076a9..ff496d8bbf 100644
--- a/files/pt-br/orphaned/mdn/dashboards/index.html
+++ b/files/pt-br/orphaned/mdn/dashboards/index.html
@@ -1,12 +1,13 @@
---
title: Painéis
-slug: MDN/Paineis
+slug: orphaned/MDN/Dashboards
tags:
- MDN Meta
- Rascunho
- Visão Geral
- painéis
translation_of: MDN/Dashboards
+original_slug: MDN/Paineis
---
<div>{{MDNSidebar}}{{Draft}}</div>
diff --git a/files/pt-br/orphaned/mdn/editor/basics/index.html b/files/pt-br/orphaned/mdn/editor/basics/index.html
index 5f06217a31..bc1805b308 100644
--- a/files/pt-br/orphaned/mdn/editor/basics/index.html
+++ b/files/pt-br/orphaned/mdn/editor/basics/index.html
@@ -1,7 +1,8 @@
---
title: Elementos de Interface do Editor
-slug: MDN/Editor/Basics
+slug: orphaned/MDN/Editor/Basics
translation_of: MDN/Editor/Basics
+original_slug: MDN/Editor/Basics
---
<div>{{MDNSidebar}}</div>
diff --git a/files/pt-br/orphaned/mdn/editor/index.html b/files/pt-br/orphaned/mdn/editor/index.html
index 289d09b69f..dc516147af 100644
--- a/files/pt-br/orphaned/mdn/editor/index.html
+++ b/files/pt-br/orphaned/mdn/editor/index.html
@@ -1,7 +1,8 @@
---
title: Guia do editor MDN
-slug: MDN/Editor
+slug: orphaned/MDN/Editor
translation_of: MDN/Editor
+original_slug: MDN/Editor
---
<div>{{MDNSidebar}}</div><p><span class="seoSummary">O editor WYSIWYG (what-you-see-is-what-you-get) oferecido pela Mozilla Developer Network wiki torna fácil a contribuição de conteúdo novo. O guia de editor MDN fornece algumas informações sobre como usar o editor, assim como algumas informações sobre recursos úteis que podem melhorar sua produtividade. Por favor, certifique-se de ler (e está de acordo com) o <a href="https://www.mozilla.org/pt-BR/about/legal/terms/mozilla/">Mozilla Terms</a> antes de editar ou criar novas páginas. </span></p>
diff --git a/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html b/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html
index 16808c9615..fed90e8565 100644
--- a/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html
+++ b/files/pt-br/orphaned/mdn/tools/page_regeneration/index.html
@@ -1,12 +1,13 @@
---
title: Page regeneration
-slug: MDN/Tools/Page_regeneration
+slug: orphaned/MDN/Tools/Page_regeneration
tags:
- Ferramentas
- Guia(2)
- MDN Meta
- Page-level
translation_of: MDN/Tools/Page_regeneration
+original_slug: MDN/Tools/Page_regeneration
---
<div>{{MDNSidebar}}</div><p>O site da MDN cacheia as páginas para melhorar a performance. Como resultado, as mudanças que você salva nas páginas podem não aparecer imediatamente. Muitas vezes, mas nem sempre, o banner aparece na página indicando que uma atualização para aquela página está em progresso. Você pode fazer uma "atualização forçada" no seu navegador para recarregar a página do servidor, mas isso pode não ter efeito se a atualização no servidor não estiver completa.</p>
diff --git a/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html b/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html
index 16e718fc9c..47eff12a4c 100644
--- a/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html
+++ b/files/pt-br/orphaned/mozilla/add-ons/webextensions/temporary_installation_in_firefox/index.html
@@ -1,8 +1,9 @@
---
title: Empacotando e Instalando
-slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando
+slug: orphaned/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox
translation_of: Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox
translation_of_original: Mozilla/Add-ons/WebExtensions/Packaging_and_installation
+original_slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando
---
<h2 id="Packaging_your_extension">Packaging your extension</h2>
diff --git a/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html b/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html
index 6e70f0a1f6..797450921e 100644
--- a/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html
+++ b/files/pt-br/orphaned/tools/add-ons/dom_inspector/index.html
@@ -1,9 +1,9 @@
---
title: DOM Inspector (Em Pt-Br)
-slug: Tools/Add-ons/DOM_Inspector_Pt-Br
+slug: orphaned/Tools/Add-ons/DOM_Inspector
tags:
- DOM
- - 'DOM:Tools'
+ - DOM:Tools
- DOM_Inspector
- DOM_PT-BR
- Extensions
@@ -14,10 +14,11 @@ tags:
- Web
- Web Developer
- XUL
- - 'XUL:Tools'
+ - XUL:Tools
- dev
- xu
translation_of: Tools/Add-ons/DOM_Inspector
+original_slug: Tools/Add-ons/DOM_Inspector_Pt-Br
---
<div>{{ToolsSidebar}}</div><p>O <strong>DOM Inspector</strong> (<span class="highlighted" id="ouHighlight__0_3TO0_5">também</span><span id="noHighlight_0.8210939667615293"> </span><span id="ouHighlight__5_9TO7_15">conhecido</span><span id="noHighlight_0.10419950422281188"> </span><span id="ouHighlight__11_12TO17_20">como</span> <strong>DOMi</strong>) é uma ferramenta de desennvolvimento usada para inspecionar, browse, e editar o DOM (<a href="/en/DOM" title="en/DOM">Document Object Model</a>) de documentos - usando páginas da web ou windows <a href="/en/XUL" title="en/XUL">XUL</a> . <span id="ouHighlight__0_2TO0_0">A</span><span id="noHighlight_0.5958907524347828"> </span><span id="ouHighlight__8_16TO2_11">hierarquia</span><span id="noHighlight_0.7166773220412167"> do </span><span id="ouHighlight__4_6TO16_18">DOM</span><span id="noHighlight_0.30348121513700943"> </span><span id="ouHighlight__18_20TO20_23">pode</span><span id="noHighlight_0.9707276454337468"> </span><span id="ouHighlight__22_23TO25_27">ser</span><span id="noHighlight_0.6536102141047954"> </span><span class="highlighted" id="ouHighlight__25_33TO29_36">navegada</span> usando dois paíneis (two-paned) <span class="highlighted" id="ouHighlight__0_5TO0_5">janela</span><span id="noHighlight_0.5312195703712447"> </span><span id="ouHighlight__7_10TO7_9">que</span><span id="noHighlight_0.9994998737946401"> </span><span id="ouHighlight__12_17TO11_17">permite</span><span id="noHighlight_0.7270030957685153"> </span><span id="ouHighlight__19_19TO19_21">uma</span><span id="noHighlight_0.11231931693430264"> </span><span id="ouHighlight__21_27TO23_31">variedade</span><span id="noHighlight_0.36486474241091016"> </span><span id="ouHighlight__29_30TO33_34">de</span><span id="noHighlight_0.46086701262430685"> </span><span id="noHighlight_0.8085067351475806">pontos de </span><span id="ouHighlight__42_46TO57_61">vista</span><span id="noHighlight_0.008857009421050388"> </span><span id="ouHighlight__32_40TO36_45">diferentes</span><span id="noHighlight_0.8085067351475806"> </span><span id="ouHighlight__48_49TO63_67">sobre</span><span id="noHighlight_0.13700261631713284"> </span><span id="ouHighlight__51_53TO69_69">o</span><span id="noHighlight_0.1633085506840356"> </span><span id="ouHighlight__55_62TO71_79">documento</span><span id="noHighlight_0.7343980002693096"> </span><span id="ouHighlight__64_66TO81_81">e</span><span id="noHighlight_0.1714538003338918"> </span><span id="ouHighlight__68_70TO83_87">todos</span><span id="noHighlight_0.3688022075739785"> os </span><span id="ouHighlight__72_76TO89_91">nós</span><span id="noHighlight_0.472842706334597"> </span><span id="ouHighlight__78_83TO93_98">dentro.</span></p>
diff --git a/files/pt-br/orphaned/tools/add-ons/index.html b/files/pt-br/orphaned/tools/add-ons/index.html
index 97b6d72ed1..095399ef16 100644
--- a/files/pt-br/orphaned/tools/add-ons/index.html
+++ b/files/pt-br/orphaned/tools/add-ons/index.html
@@ -1,12 +1,13 @@
---
title: Add-ons
-slug: Tools/Add-ons
+slug: orphaned/Tools/Add-ons
tags:
- Add-ons
- Monitor de WebSocket
- Mozilla
- dev
translation_of: Tools/Add-ons
+original_slug: Tools/Add-ons
---
<div>{{ToolsSidebar}}</div><p>Ferramenta de desenvolvimento não incorporados ao Firefox, mas envia complementos separados (Add-ons).</p>
diff --git a/files/pt-br/orphaned/tools/css_coverage/index.html b/files/pt-br/orphaned/tools/css_coverage/index.html
index 31d1c8be34..e23e49f7f1 100644
--- a/files/pt-br/orphaned/tools/css_coverage/index.html
+++ b/files/pt-br/orphaned/tools/css_coverage/index.html
@@ -1,10 +1,11 @@
---
title: CSS Coverage
-slug: Tools/CSS_Coverage
+slug: orphaned/Tools/CSS_Coverage
tags:
- CSS
- cobertura CSS
translation_of: Tools/CSS_Coverage
+original_slug: Tools/CSS_Coverage
---
<div>{{ToolsSidebar}}</div><div class="note">
<p>Este componente é experimental e não está ainda avaliado no Firefox</p>
diff --git a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html
index a4e9aa924c..d3a58117d7 100644
--- a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html
+++ b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/disable_breakpoints/index.html
@@ -1,10 +1,11 @@
---
title: Desabilitar breakpoints
-slug: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints
+slug: orphaned/Tools/Debugger_(before_Firefox_52)/Disable_breakpoints
tags:
- breakpoint
- breakpoints
translation_of: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints
+original_slug: Tools/Debugger_(before_Firefox_52)/Disable_breakpoints
---
<div>{{ToolsSidebar}}</div><p>Para desabilitar um breakpoint, desmarqueo check box próximo ao breakpoint's entrada no <a href="https://developer.mozilla.org/en-US/docs/Tools/Debugger/UI_Tour#Source_list_pane" title="#source-list-pane">Source list pane</a>:</p>
diff --git a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html
index 7d06312bdc..bd8046254a 100644
--- a/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html
+++ b/files/pt-br/orphaned/tools/debugger_(before_firefox_52)/index.html
@@ -1,10 +1,11 @@
---
title: Debugger (before Firefox 52)
-slug: Tools/Debugger_(before_Firefox_52)
+slug: orphaned/Tools/Debugger_(before_Firefox_52)
tags:
- NeedsTranslation
- TopicStub
translation_of: Tools/Debugger_(before_Firefox_52)
+original_slug: Tools/Debugger_(before_Firefox_52)
---
<div>{{ToolsSidebar}}</div><div class="note">
<p>This page describes the JavaScript Debugger as it appears before Firefox 52.</p>
diff --git a/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html b/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html
index 65fe989377..40fc26b856 100644
--- a/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html
+++ b/files/pt-br/orphaned/web/accessibility/jaws_issues_with_firefox/index.html
@@ -1,10 +1,11 @@
---
title: Problemas com JAWS no Firefox
-slug: Web/Acessibilidade/Problemas_com_JAWS_no_Firefox
+slug: orphaned/Web/Accessibility/JAWS_Issues_with_Firefox
tags:
- Acessibilidade
- Obsolento
translation_of: Web/Accessibility/JAWS_Issues_with_Firefox
+original_slug: Web/Acessibilidade/Problemas_com_JAWS_no_Firefox
---
<h2 id="Known_JAWS_Firefox_Issues" name="Known_JAWS_Firefox_Issues">Problemas JAWS Firefox conhecidos</h2>
diff --git a/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_método_appendchild-javascript/index.html b/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_método_appendchild-javascript/index.html
index a05abeae88..a068a36455 100644
--- a/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_método_appendchild-javascript/index.html
+++ b/files/pt-br/orphaned/web/api/node/entendendo_o_uso_do_método_appendchild-javascript/index.html
@@ -1,6 +1,7 @@
---
title: Entendendo o uso do método appendChild em javascript
-slug: Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript
+slug: orphaned/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript
+original_slug: Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript
---
<div>{{ApiRef("DOM")}}</div>
diff --git a/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_mídia_em_css)/index.html b/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_mídia_em_css)/index.html
index c2f5f9f4ce..ac24931ebe 100644
--- a/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_mídia_em_css)/index.html
+++ b/files/pt-br/orphaned/web/guide/css/css_media_queries_(consultas_de_mídia_em_css)/index.html
@@ -1,11 +1,12 @@
---
title: Usando CSS media queries (consultas de mídia em CSS)
-slug: Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS)
+slug: orphaned/Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS)
tags:
- CSS
- Guía
- Iniciante
- media query
+original_slug: Web/Guide/CSS/CSS_media_queries_(consultas_de_mídia_em_CSS)
---
<p><span class="seoSummary">Uma media query (consulta de mídia) consiste de um tipo de mídia e de, ao menos, uma expressão que restringe o escopo dos estilos CSS pelo uso de propriedades de mídia, como width (largura), height (altura) e color (cor). Media queries, incluídas na especificação CSS3, permitem que a apresentação do conteúdo se adapte a uma variedade de dispositivos de exibição sem a necessidade de mudar o próprio conteúdo.</span></p>
diff --git a/files/pt-br/orphaned/web/html/element/command/index.html b/files/pt-br/orphaned/web/html/element/command/index.html
index 99a42fb9db..849232e71d 100644
--- a/files/pt-br/orphaned/web/html/element/command/index.html
+++ b/files/pt-br/orphaned/web/html/element/command/index.html
@@ -1,7 +1,8 @@
---
title: command
-slug: Web/HTML/Element/command
+slug: orphaned/Web/HTML/Element/command
translation_of: Web/HTML/Element/command
+original_slug: Web/HTML/Element/command
---
<h2 class="editable" id="Sumário">Sumário</h2>
diff --git a/files/pt-br/orphaned/web/html/favicon/index.html b/files/pt-br/orphaned/web/html/favicon/index.html
index 6b3bef6490..019f336089 100644
--- a/files/pt-br/orphaned/web/html/favicon/index.html
+++ b/files/pt-br/orphaned/web/html/favicon/index.html
@@ -1,6 +1,7 @@
---
title: favicon
-slug: Web/HTML/favicon
+slug: orphaned/Web/HTML/favicon
+original_slug: Web/HTML/favicon
---
<p> </p>
diff --git a/files/pt-br/orphaned/web/javascript/guide/coleções_chaveadas/index.html b/files/pt-br/orphaned/web/javascript/guide/coleções_chaveadas/index.html
index cb626865f8..0328d76216 100644
--- a/files/pt-br/orphaned/web/javascript/guide/coleções_chaveadas/index.html
+++ b/files/pt-br/orphaned/web/javascript/guide/coleções_chaveadas/index.html
@@ -1,11 +1,12 @@
---
title: Coleções chaveadas
-slug: Web/JavaScript/Guide/Coleções_chaveadas
+slug: orphaned/Web/JavaScript/Guide/Coleções_chaveadas
tags:
- Coleções
- Guía
- JavaScript
- Mapas
+original_slug: Web/JavaScript/Guide/Coleções_chaveadas
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Indexed_Collections", "Web/JavaScript/Guide/Working_with_Objects")}}</div>
diff --git a/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html b/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html
index 953a9543de..2bf5fe39b9 100644
--- a/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html
+++ b/files/pt-br/orphaned/web/javascript/guide/sintaxe_e_tipos/index.html
@@ -1,6 +1,7 @@
---
title: Sintaxe e tipos
-slug: Web/JavaScript/Guide/Sintaxe_e_tipos
+slug: orphaned/Web/JavaScript/Guide/Sintaxe_e_tipos
+original_slug: Web/JavaScript/Guide/Sintaxe_e_tipos
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Introduction", "Web/JavaScript/Guide/Control_flow_and_error_handling")}}</div>
diff --git a/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html b/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html
index e863d9cc69..e7084dd594 100644
--- a/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html
+++ b/files/pt-br/orphaned/web/javascript/reference/global_objects/array/prototype/index.html
@@ -1,11 +1,12 @@
---
title: Array.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Array/prototype
+slug: orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype
tags:
- Array
- JavaScript
- Propriedade
translation_of: Web/JavaScript/Reference/Global_Objects/Array/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Array/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html
index ff8de05541..504938e9f0 100644
--- a/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html
+++ b/files/pt-br/orphaned/web/javascript/reference/global_objects/bigint/prototype/index.html
@@ -1,6 +1,6 @@
---
title: BigInt.prototype
-slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype
+slug: orphaned/Web/JavaScript/Reference/Global_Objects/BigInt/prototype
tags:
- BigInt
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Prototipo
- Referencia
translation_of: Web/JavaScript/Reference/Global_Objects/BigInt/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/BigInt/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/pt-br/orphaned/web/security/information_security_basics/index.html b/files/pt-br/orphaned/web/security/information_security_basics/index.html
index 9508b0afdb..99607e0201 100644
--- a/files/pt-br/orphaned/web/security/information_security_basics/index.html
+++ b/files/pt-br/orphaned/web/security/information_security_basics/index.html
@@ -1,10 +1,11 @@
---
title: Básico de Segurança da Informação
-slug: Web/Security/Básico_de_Segurança_da_Informação
+slug: orphaned/Web/Security/Information_Security_Basics
tags:
- Iniciante
- Segurança
translation_of: Web/Security/Information_Security_Basics
+original_slug: Web/Security/Básico_de_Segurança_da_Informação
---
<p>Entender o básico de segurança da informação pode ajudar você a evitar que seu software ou website estejam inseguros e vulneráveis a fraquezas que podem ser exploradas para ganhos financeiros ou outros motivos maliciosos<span id="result_box" lang="pt"><span>. </span></span><span id="result_box" lang="pt"><span>Estes artigos podem ajudar você a aprender o que você precisa. Com essa informação, você estará ciente do papel e importância da segurança no ciclo de desenvolvimento de software, além da distribuição do seu conteúdo.</span></span></p>