aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary')
-rw-r--r--files/zh-cn/glossary/dtd/index.html1
-rw-r--r--files/zh-cn/glossary/serialize/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/dtd/index.html b/files/zh-cn/glossary/dtd/index.html
index 5ed258a753..543d822170 100644
--- a/files/zh-cn/glossary/dtd/index.html
+++ b/files/zh-cn/glossary/dtd/index.html
@@ -2,6 +2,7 @@
title: DTD
slug: Glossary/DTD
translation_of: Glossary/Doctype
+translation_of_original: Glossary/DTD
---
<p>{{page("/en-US/docs/Glossary/Doctype")}}</p>
diff --git a/files/zh-cn/glossary/serialize/index.html b/files/zh-cn/glossary/serialize/index.html
index d7ffde0a12..8405434f3e 100644
--- a/files/zh-cn/glossary/serialize/index.html
+++ b/files/zh-cn/glossary/serialize/index.html
@@ -6,6 +6,7 @@ tags:
- JavaScript
- Serialize
translation_of: Glossary/Serialization
+translation_of_original: Glossary/Serialize
---
<p>序列化(Serialization )意味着将 {{Glossary("object", "对象")}} 或某种其他类型的数据结构转换为可存储格式(例如,文件或 {{Glossary("buffer")}})。</p>