aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/compile
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/glossary/compile
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/glossary/compile')
-rw-r--r--files/zh-cn/glossary/compile/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/glossary/compile/index.html b/files/zh-cn/glossary/compile/index.html
index 0e11863653..0c25619c9e 100644
--- a/files/zh-cn/glossary/compile/index.html
+++ b/files/zh-cn/glossary/compile/index.html
@@ -1,7 +1,8 @@
---
title: 编译
-slug: Glossary/编译
+slug: Glossary/Compile
translation_of: Glossary/Compile
+original_slug: Glossary/编译
---
<p>编译是将相同的程序从一种计算机程序语言转换到另一种语言计算机语言的过程。编译器是运行上述任务的软件。有时候,任务也被称为“汇编”或“构建”,这通常表示不仅仅编译完成,例如,用二进制格式进行打包。</p>