Skip to content

Commit

Permalink
pt-br: sync translated content
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot authored Nov 28, 2023
1 parent f3d0a07 commit b461e42
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
6 changes: 4 additions & 2 deletions files/pt-br/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# yarn content add-redirect <fromURL> <toURL>
#
# FROM-URL TO-URL
/pt-BR/docs/AJAX /pt-BR/docs/Web/Guide/AJAX
/pt-BR/docs/AJAX /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
/pt-BR/docs/AJAX/Getting_Started /pt-BR/docs/conflicting/Web/Guide/AJAX
/pt-BR/docs/API_Web_Audio /pt-BR/docs/Web/API/Web_Audio_API
/pt-BR/docs/Aprender /pt-BR/docs/Learn
Expand Down Expand Up @@ -585,7 +585,8 @@
/pt-BR/docs/Web/API/HTMLContentElement/Seletor /pt-BR/docs/conflicting/Web/API/HTMLSlotElement_ded38e17cacb3809f7af4fec22adcc56
/pt-BR/docs/Web/API/HTMLContentElement/getDistributedNodes /pt-BR/docs/Web/API/HTMLSlotElement
/pt-BR/docs/Web/API/HTMLContentElement/select /pt-BR/docs/conflicting/Web/API/HTMLSlotElement_ded38e17cacb3809f7af4fec22adcc56
/pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Example
/pt-BR/docs/Web/API/History_API/Example /pt-BR/docs/Web/API/History_API/Working_with_the_History_API
/pt-BR/docs/Web/API/History_API/Exemplo /pt-BR/docs/Web/API/History_API/Working_with_the_History_API
/pt-BR/docs/Web/API/IndexedDB_API/Usando_IndexedDB /pt-BR/docs/Web/API/IndexedDB_API/Using_IndexedDB
/pt-BR/docs/Web/API/Navigation_timing_API /pt-BR/docs/Web/API/Performance_API/Navigation_timing
/pt-BR/docs/Web/API/Navigator.battery /pt-BR/docs/Web/API/Navigator/getBattery
Expand Down Expand Up @@ -748,6 +749,7 @@
/pt-BR/docs/Web/Events/readystatechange /pt-BR/docs/Web/API/Document/readystatechange_event
/pt-BR/docs/Web/Events/resize /pt-BR/docs/Web/API/Window/resize_event
/pt-BR/docs/Web/Events/touchstart /pt-BR/docs/Web/API/Element/touchstart_event
/pt-BR/docs/Web/Guide/AJAX /pt-BR/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data
/pt-BR/docs/Web/Guide/AJAX/Getting_Started /pt-BR/docs/conflicting/Web/Guide/AJAX
/pt-BR/docs/Web/Guide/CSS/CSS_Media_queries /pt-BR/docs/Web/CSS/CSS_media_queries/Using_media_queries
/pt-BR/docs/Web/Guide/CSS/Scaling_background_images /pt-BR/docs/Web/CSS/CSS_backgrounds_and_borders/Resizing_background_images
Expand Down
24 changes: 12 additions & 12 deletions files/pt-br/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,17 @@
"modified": "2020-09-30T03:03:23.191Z",
"contributors": ["SphinxKnight", "Paulo_Rezende"]
},
"Learn/JavaScript/Client-side_web_APIs/Fetching_data": {
"modified": "2019-04-26T09:51:09.814Z",
"contributors": [
"helton-mori-dev",
"chrisdavidmills",
"Wanderleymuniz",
"flaviomicheletti",
"gigantebsb",
"PedroFelipe"
]
},
"Learn/JavaScript/Client-side_web_APIs/Introduction": {
"modified": "2020-11-04T14:49:24.547Z",
"contributors": [
Expand Down Expand Up @@ -3375,7 +3386,7 @@
"sistematico"
]
},
"Web/API/History_API/Example": {
"Web/API/History_API/Working_with_the_History_API": {
"modified": "2019-03-18T21:40:08.609Z",
"contributors": ["oidanieljunior"]
},
Expand Down Expand Up @@ -5432,17 +5443,6 @@
"Sheppy"
]
},
"Web/Guide/AJAX": {
"modified": "2019-04-26T09:51:09.814Z",
"contributors": [
"helton-mori-dev",
"chrisdavidmills",
"Wanderleymuniz",
"flaviomicheletti",
"gigantebsb",
"PedroFelipe"
]
},
"Web/Guide/Graphics": {
"modified": "2019-03-23T23:24:23.146Z",
"contributors": ["julio-elipse", "MarceloBRN", "LucasPrado", "MatCAlv"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: AJAX
slug: Web/Guide/AJAX
slug: Learn/JavaScript/Client-side_web_APIs/Fetching_data
original_slug: Web/Guide/AJAX
---

**[Primeiros passos](/pt-BR/docs/AJAX/Getting_Started)** Uma introdução ao AJAX.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Exemplo de navegação Ajax
slug: Web/API/History_API/Example
slug: Web/API/History_API/Working_with_the_History_API
original_slug: Web/API/History_API/Example
---

Esse é um exemplo de um web site em AJAX web site composto por apenas três páginas (_first_page.php_, _second_page.php_ e _third_page.php_). Para ver como funciona, crie os arquivos a seguir (ou _git clone_ [https://github.com/giabao/mdn-ajax-nav-example.git](https://github.com/giabao/mdn-ajax-nav-example) ):
Expand Down

0 comments on commit b461e42

Please sign in to comment.