diff options
author | MDN <actions@users.noreply.github.com> | 2021-11-13 00:48:29 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-11-13 00:48:29 +0000 |
commit | b598325e21f9761198106a1e78b06b7b002399a4 (patch) | |
tree | 38ad557992bfcd098921847afd5953ebc10389f0 /files/zh-cn | |
parent | 132663c3887f2da0474f67e578695e7ed0fde227 (diff) | |
download | translated-content-b598325e21f9761198106a1e78b06b7b002399a4.tar.gz translated-content-b598325e21f9761198106a1e78b06b7b002399a4.tar.bz2 translated-content-b598325e21f9761198106a1e78b06b7b002399a4.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-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/caches/index.html (renamed from files/zh-cn/web/api/serviceworkerglobalscope/caches/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 bd9da62df6..8c20e77a7b 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1477,6 +1477,7 @@ /zh-CN/docs/Web/API/Selection.isCollapsed /zh-CN/docs/Web/API/Selection/isCollapsed /zh-CN/docs/Web/API/Selection.removeRange /zh-CN/docs/Web/API/Selection/removeRange /zh-CN/docs/Web/API/Selection/从Document中删除 /zh-CN/docs/Web/API/Selection/deleteFromDocument +/zh-CN/docs/Web/API/ServiceWorkerGlobalScope/caches /zh-CN/docs/conflicting/Web/API/caches /zh-CN/docs/Web/API/StorageEstimate /zh-CN/docs/conflicting/Web/API/StorageManager/estimate /zh-CN/docs/Web/API/Streams_API/使用可读文件流 /zh-CN/docs/Web/API/Streams_API/Using_readable_streams /zh-CN/docs/Web/API/Streams_API/概念 /zh-CN/docs/Web/API/Streams_API/Concepts diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 5aa50df6f9..d92c883026 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -19903,12 +19903,6 @@ "TimLuo465" ] }, - "Web/API/ServiceWorkerGlobalScope/caches": { - "modified": "2020-10-28T03:25:10.149Z", - "contributors": [ - "peter006qi" - ] - }, "Web/API/ServiceWorkerRegistration": { "modified": "2019-03-23T22:12:58.327Z", "contributors": [ @@ -47333,6 +47327,12 @@ "AlexChao" ] }, + "conflicting/Web/API/caches": { + "modified": "2020-10-28T03:25:10.149Z", + "contributors": [ + "peter006qi" + ] + }, "conflicting/Web/API_dd04ca1265cb79b990b8120e5f5070d3": { "modified": "2019-03-18T20:42:39.198Z", "contributors": [ diff --git a/files/zh-cn/web/api/serviceworkerglobalscope/caches/index.html b/files/zh-cn/conflicting/web/api/caches/index.html index bead85ce7c..0da1e450bc 100644 --- a/files/zh-cn/web/api/serviceworkerglobalscope/caches/index.html +++ b/files/zh-cn/conflicting/web/api/caches/index.html @@ -1,7 +1,8 @@ --- title: ServiceWorkerGlobalScope.caches -slug: Web/API/ServiceWorkerGlobalScope/caches +slug: conflicting/Web/API/caches translation_of: Web/API/ServiceWorkerGlobalScope/caches +original_slug: Web/API/ServiceWorkerGlobalScope/caches --- <p>{{APIRef("Service Workers API")}}</p> |