diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-08 00:58:25 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-08 00:58:25 +0000 |
commit | 5e990a17012ff5ed90ae1559a11bbe4bc74c887a (patch) | |
tree | cb5001d2192bc027272aca437d6aa42cbe34212b /files/pt-br | |
parent | 30628708e318da59965b7c8e0d7fec0d47680909 (diff) | |
download | translated-content-5e990a17012ff5ed90ae1559a11bbe4bc74c887a.tar.gz translated-content-5e990a17012ff5ed90ae1559a11bbe4bc74c887a.tar.bz2 translated-content-5e990a17012ff5ed90ae1559a11bbe4bc74c887a.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pt-br')
-rw-r--r-- | files/pt-br/_redirects.txt | 2 | ||||
-rw-r--r-- | files/pt-br/_wikihistory.json | 26 | ||||
-rw-r--r-- | files/pt-br/orphaned/web/api/abstractworker/index.html (renamed from files/pt-br/web/api/abstractworker/index.html) | 3 | ||||
-rw-r--r-- | files/pt-br/orphaned/web/api/abstractworker/onerror/index.html (renamed from files/pt-br/web/api/abstractworker/onerror/index.html) | 3 |
4 files changed, 19 insertions, 15 deletions
diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 2359ac805e..7781b669f3 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -527,6 +527,8 @@ /pt-BR/docs/Web/API/API_Web_Audio /pt-BR/docs/Web/API/Web_Audio_API /pt-BR/docs/Web/API/API_Web_Audio/Sintetizador_simples /pt-BR/docs/Web/API/Web_Audio_API/Simple_synth /pt-BR/docs/Web/API/API_de_Desempenho /pt-BR/docs/Web/API/Performance_API +/pt-BR/docs/Web/API/AbstractWorker /pt-BR/docs/orphaned/Web/API/AbstractWorker +/pt-BR/docs/Web/API/AbstractWorker/onerror /pt-BR/docs/orphaned/Web/API/AbstractWorker/onerror /pt-BR/docs/Web/API/ArrayBuffer /pt-BR/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer /pt-BR/docs/Web/API/AudioContext/currentTime /pt-BR/docs/Web/API/BaseAudioContext/currentTime /pt-BR/docs/Web/API/BatteryManager.charging /pt-BR/docs/Web/API/BatteryManager/charging diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 1dcad77dd8..750a48ad8c 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -3584,19 +3584,6 @@ "marcelorobson001" ] }, - "Web/API/AbstractWorker": { - "modified": "2019-03-23T23:11:23.809Z", - "contributors": [ - "teoli", - "mklauck" - ] - }, - "Web/API/AbstractWorker/onerror": { - "modified": "2019-03-23T22:50:42.630Z", - "contributors": [ - "daltonmenezes" - ] - }, "Web/API/Ambient_Light_Events": { "modified": "2019-03-23T22:10:24.978Z", "contributors": [ @@ -17158,6 +17145,19 @@ "mak213k" ] }, + "orphaned/Web/API/AbstractWorker": { + "modified": "2019-03-23T23:11:23.809Z", + "contributors": [ + "teoli", + "mklauck" + ] + }, + "orphaned/Web/API/AbstractWorker/onerror": { + "modified": "2019-03-23T22:50:42.630Z", + "contributors": [ + "daltonmenezes" + ] + }, "orphaned/Web/API/ChildNode/remove": { "modified": "2020-10-15T21:55:19.824Z", "contributors": [ diff --git a/files/pt-br/web/api/abstractworker/index.html b/files/pt-br/orphaned/web/api/abstractworker/index.html index 824ccd2aaa..2b5355f865 100644 --- a/files/pt-br/web/api/abstractworker/index.html +++ b/files/pt-br/orphaned/web/api/abstractworker/index.html @@ -1,7 +1,8 @@ --- title: AbstractWorker -slug: Web/API/AbstractWorker +slug: orphaned/Web/API/AbstractWorker translation_of: Web/API/AbstractWorker +original_slug: Web/API/AbstractWorker --- <p>{{ APIRef("Web Workers API") }}</p> diff --git a/files/pt-br/web/api/abstractworker/onerror/index.html b/files/pt-br/orphaned/web/api/abstractworker/onerror/index.html index ed4635db9b..9ad74fd3fe 100644 --- a/files/pt-br/web/api/abstractworker/onerror/index.html +++ b/files/pt-br/orphaned/web/api/abstractworker/onerror/index.html @@ -1,7 +1,8 @@ --- title: AbstractWorker.onerror -slug: Web/API/AbstractWorker/onerror +slug: orphaned/Web/API/AbstractWorker/onerror translation_of: Web/API/AbstractWorker/onerror +original_slug: Web/API/AbstractWorker/onerror --- <p>{{ APIRef("Web Workers API") }}</p> |