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/es | |
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/es')
-rw-r--r-- | files/es/_redirects.txt | 2 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 28 | ||||
-rw-r--r-- | files/es/orphaned/web/api/abstractworker/index.html (renamed from files/es/web/api/abstractworker/index.html) | 3 | ||||
-rw-r--r-- | files/es/orphaned/web/api/element/currentstyle/index.html (renamed from files/es/web/api/element/currentstyle/index.html) | 3 |
4 files changed, 20 insertions, 16 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 0f10ad6eb6..393ca94a14 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1761,6 +1761,7 @@ /es/docs/Web/API/API_de_almacenamiento_web /es/docs/Web/API/Web_Storage_API /es/docs/Web/API/API_de_almacenamiento_web/Usando_la_API_de_almacenamiento_web /es/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API /es/docs/Web/API/API_del_portapapeles /es/docs/Web/API/Clipboard_API +/es/docs/Web/API/AbstractWorker /es/docs/orphaned/Web/API/AbstractWorker /es/docs/Web/API/Animation/Animación /es/docs/Web/API/Animation/Animation /es/docs/Web/API/Animation/terminado /es/docs/Web/API/Animation/finished /es/docs/Web/API/Animation/tiempoActual /es/docs/Web/API/Animation/currentTime @@ -1795,6 +1796,7 @@ /es/docs/Web/API/DocumentOrShadowRoot/styleSheets /es/docs/Web/API/Document/styleSheets /es/docs/Web/API/Document_Object_Model/Events /es/docs/orphaned/Web/API/Document_Object_Model/Events /es/docs/Web/API/Element/accessKey /es/docs/Web/API/HTMLElement/accessKey +/es/docs/Web/API/Element/currentStyle /es/docs/orphaned/Web/API/Element/currentStyle /es/docs/Web/API/Element/name /es/docs/conflicting/Web/API /es/docs/Web/API/Element/ongotpointercapture /es/docs/Web/API/GlobalEventHandlers/ongotpointercapture /es/docs/Web/API/Element/onlostpointercapture /es/docs/Web/API/GlobalEventHandlers/onlostpointercapture diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index 7f7a30a5ce..e913508c27 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -4920,14 +4920,6 @@ "Sheppy" ] }, - "Web/API/AbstractWorker": { - "modified": "2019-12-20T01:50:52.328Z", - "contributors": [ - "Kaliu", - "Gustavo_Armoa", - "AshWilliams" - ] - }, "Web/API/Ambient_Light_Events": { "modified": "2019-03-23T22:33:31.225Z", "contributors": [ @@ -6398,12 +6390,6 @@ "mrkadium" ] }, - "Web/API/Element/currentStyle": { - "modified": "2019-03-23T22:26:01.738Z", - "contributors": [ - "SoftwareRVG" - ] - }, "Web/API/Element/getAttribute": { "modified": "2019-03-23T22:55:05.590Z", "contributors": [ @@ -23398,6 +23384,14 @@ "HenryGR" ] }, + "orphaned/Web/API/AbstractWorker": { + "modified": "2019-12-20T01:50:52.328Z", + "contributors": [ + "Kaliu", + "Gustavo_Armoa", + "AshWilliams" + ] + }, "orphaned/Web/API/ChildNode/remove": { "modified": "2020-10-15T21:50:43.901Z", "contributors": [ @@ -23427,6 +23421,12 @@ "recortes" ] }, + "orphaned/Web/API/Element/currentStyle": { + "modified": "2019-03-23T22:26:01.738Z", + "contributors": [ + "SoftwareRVG" + ] + }, "orphaned/Web/API/Element/runtimeStyle": { "modified": "2019-03-23T22:25:35.378Z", "contributors": [ diff --git a/files/es/web/api/abstractworker/index.html b/files/es/orphaned/web/api/abstractworker/index.html index f3f50ecf38..a2ffb4c950 100644 --- a/files/es/web/api/abstractworker/index.html +++ b/files/es/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/es/web/api/element/currentstyle/index.html b/files/es/orphaned/web/api/element/currentstyle/index.html index 620ff01129..0b329e5d0e 100644 --- a/files/es/web/api/element/currentstyle/index.html +++ b/files/es/orphaned/web/api/element/currentstyle/index.html @@ -1,11 +1,12 @@ --- title: Element.currentStyle -slug: Web/API/Element/currentStyle +slug: orphaned/Web/API/Element/currentStyle tags: - API - Compatibilidad en los navegadores móviles - Property translation_of: Web/API/Element/currentStyle +original_slug: Web/API/Element/currentStyle --- <div>{{APIRef("DOM")}}</div> |