diff options
author | MDN <actions@users.noreply.github.com> | 2021-08-26 00:43:36 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-08-26 00:43:36 +0000 |
commit | 5e843574fde6fda12f3db3d4fe864d324ff8bbfd (patch) | |
tree | d1f2410b7fd311ef9bc5f3610d87998f48c73fe0 /files | |
parent | 92e0d7a5eb47d3af6c4d07b4b931c3d468e041fb (diff) | |
download | translated-content-5e843574fde6fda12f3db3d4fe864d324ff8bbfd.tar.gz translated-content-5e843574fde6fda12f3db3d4fe864d324ff8bbfd.tar.bz2 translated-content-5e843574fde6fda12f3db3d4fe864d324ff8bbfd.zip |
[CRON] sync translated content
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/headers/get/index.html (renamed from files/zh-cn/web/api/headers/getall/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 5653358610..f89f0c699c 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1374,6 +1374,7 @@ /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/toString /zh-CN/docs/Web/API/HTMLAnchorElement/toString /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username /zh-CN/docs/Web/API/HTMLAnchorElement/username /zh-CN/docs/Web/API/HTMLTableElement.deleteTHead /zh-CN/docs/Web/API/HTMLTableElement/deleteTHead +/zh-CN/docs/Web/API/Headers/getAll /zh-CN/docs/conflicting/Web/API/Headers/get /zh-CN/docs/Web/API/IDBCursor.direction /zh-CN/docs/Web/API/IDBCursor/direction /zh-CN/docs/Web/API/IDBFactory.open /zh-CN/docs/Web/API/IDBFactory/open /zh-CN/docs/Web/API/IDBObjectStore.openCursor /zh-CN/docs/Web/API/IDBObjectStore/openCursor diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index d2764ca101..5b8e48f2d8 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -15885,12 +15885,6 @@ "Taoja" ] }, - "Web/API/Headers/getAll": { - "modified": "2019-03-23T22:15:47.321Z", - "contributors": [ - "Taoja" - ] - }, "Web/API/Headers/has": { "modified": "2019-03-18T21:43:54.084Z", "contributors": [ @@ -47245,6 +47239,12 @@ "m2mbob" ] }, + "conflicting/Web/API/Headers/get": { + "modified": "2019-03-23T22:15:47.321Z", + "contributors": [ + "Taoja" + ] + }, "conflicting/Web/API/MouseEvent/altKey": { "modified": "2019-03-24T00:16:10.184Z", "contributors": [ diff --git a/files/zh-cn/web/api/headers/getall/index.html b/files/zh-cn/conflicting/web/api/headers/get/index.html index a9a2d22e59..c4b5464f68 100644 --- a/files/zh-cn/web/api/headers/getall/index.html +++ b/files/zh-cn/conflicting/web/api/headers/get/index.html @@ -1,7 +1,8 @@ --- title: Headers.getAll() -slug: Web/API/Headers/getAll +slug: conflicting/Web/API/Headers/get translation_of: Web/API/Headers/getAll +original_slug: Web/API/Headers/getAll --- <p>{{APIRef("Fetch")}}{{ SeeCompatTable() }}</p> |