From 6069f1d2b3e3aee29aec49f78879b58860f8d649 Mon Sep 17 00:00:00 2001 From: amorist Date: Wed, 12 Dec 2018 21:51:08 +0800 Subject: [PATCH 1/2] translate install-on-linux --- locale/zh-cn/site.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index fae4d002f9329..a2471b98ea159 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -78,6 +78,9 @@ "text": "查看发布文件的 SHASUM 签名", "verify-link": "https://github.com/nodejs/node#verifying-binaries", "verify-text": "如何校验" + }, + "install-on-linux": { + "text": "在Linux上,通过二进制文件安装Node.js" } }, "docs": { From 4864e4ce1495740e4acef9373f6764afb372733b Mon Sep 17 00:00:00 2001 From: ZYSzys Date: Thu, 13 Dec 2018 09:15:32 +0800 Subject: [PATCH 2/2] Update locale/zh-cn/site.json Co-Authored-By: amorist --- locale/zh-cn/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index a2471b98ea159..142e825cbcdc7 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -80,7 +80,7 @@ "verify-text": "如何校验" }, "install-on-linux": { - "text": "在Linux上,通过二进制文件安装Node.js" + "text": "在 Linux 上,通过二进制文件安装 Node.js" } }, "docs": {