Skip to content

zh-cn: translate guide for consistency #1928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 调试 - 入门教程
title: 调试 - 入门指南
layout: docs.hbs
---

Expand Down
2 changes: 1 addition & 1 deletion locale/zh-cn/docs/guides/getting-started-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 入门教程
title: 入门指南
layout: docs.hbs
---

Expand Down
6 changes: 3 additions & 3 deletions locale/zh-cn/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ layout: docs.hbs

# 指南

## 一般教程
## 一般指南

- [入门教程](getting-started-guide/)
- [入门指南](getting-started-guide/)
- [调试入门](debugging-getting-started/)
- [Node.js 应用一窥](simple-profiling/)
- [将 Node.js 网络应用安装到 Docker 中](nodejs-docker-webapp/)
Expand All @@ -22,7 +22,7 @@ layout: docs.hbs
- [Node.js 中的定时器](timers-in-node/)


## 与模块相关的教程
## 与模块相关的指南

- [HTTP 传输解析](anatomy-of-an-http-transaction/)
- [搭配不同的文件系统工作](working-with-different-filesystems/)
Expand Down
2 changes: 1 addition & 1 deletion locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"guides": {
"link": "docs/guides",
"text": "教程"
"text": "指南"
},
"dependencies": {
"link": "docs/meta/topics/dependencies",
Expand Down