aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2022-02-17 00:50:41 +0000
committerMDN <actions@users.noreply.github.com>2022-02-17 00:50:41 +0000
commitca4e750a3400bfd4208831391f115d2f76da23ff (patch)
treed62c647c9a49175619cf7c619915e02360088c96 /files/zh-cn
parentc4f16c96e4b566dda3d48b91ebbb85de5c0a2ec3 (diff)
downloadtranslated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.tar.gz
translated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.tar.bz2
translated-content-ca4e750a3400bfd4208831391f115d2f76da23ff.zip
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/_redirects.txt1
-rw-r--r--files/zh-cn/_wikihistory.json2
-rw-r--r--files/zh-cn/web/api/idbdatabase/versionchange_event/index.html (renamed from files/zh-cn/web/api/idbdatabase/onversionchange/index.html)3
3 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt
index b348f3966c..8a5afc908c 100644
--- a/files/zh-cn/_redirects.txt
+++ b/files/zh-cn/_redirects.txt
@@ -1394,6 +1394,7 @@
/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/IDBDatabase/onversionchange /zh-CN/docs/Web/API/IDBDatabase/versionchange_event
/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
/zh-CN/docs/Web/API/Index /zh-CN/docs/conflicting/Web/API
diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json
index 5a3f634ea5..12e197d50b 100644
--- a/files/zh-cn/_wikihistory.json
+++ b/files/zh-cn/_wikihistory.json
@@ -15987,7 +15987,7 @@
"zquancai"
]
},
- "Web/API/IDBDatabase/onversionchange": {
+ "Web/API/IDBDatabase/versionchange_event": {
"modified": "2020-10-15T22:17:00.625Z",
"contributors": [
"seawin"
diff --git a/files/zh-cn/web/api/idbdatabase/onversionchange/index.html b/files/zh-cn/web/api/idbdatabase/versionchange_event/index.html
index 3dc9534dea..322f906857 100644
--- a/files/zh-cn/web/api/idbdatabase/onversionchange/index.html
+++ b/files/zh-cn/web/api/idbdatabase/versionchange_event/index.html
@@ -1,7 +1,8 @@
---
title: IDBDatabase.onversionchange
-slug: Web/API/IDBDatabase/onversionchange
+slug: Web/API/IDBDatabase/versionchange_event
translation_of: Web/API/IDBDatabase/onversionchange
+original_slug: Web/API/IDBDatabase/onversionchange
---
<p>{{ APIRef("IndexedDB") }}</p>