From 669bc88bb962d8c01da3191e0098bc884bc6fc66 Mon Sep 17 00:00:00 2001 From: DongWei Date: Thu, 17 Nov 2022 15:45:25 +0800 Subject: [PATCH] =?UTF-8?q?zh-CN=EF=BC=9AFix=20some=20typo=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Translate some missing English names. 2. Add an anchor to link to itself. --- .../zh-cn/docs/guides/diagnostics/poor-performance/index.md | 4 ++-- locale/zh-cn/docs/guides/security/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/zh-cn/docs/guides/diagnostics/poor-performance/index.md b/locale/zh-cn/docs/guides/diagnostics/poor-performance/index.md index e9fa54c0b6a9f..17f1c01b5a17b 100644 --- a/locale/zh-cn/docs/guides/diagnostics/poor-performance/index.md +++ b/locale/zh-cn/docs/guides/diagnostics/poor-performance/index.md @@ -9,8 +9,8 @@ layout: docs.hbs * [低性能和效率](#poor-performance) * [我的程序执行效率太低了!](#my-application-has-a-poor-performance) - * [Symptoms](#symptoms) - * [Debugging](#debugging) + * [症状](#symptoms) + * [调试](#debugging) ## 我的程序执行效率太低了! diff --git a/locale/zh-cn/docs/guides/security/index.md b/locale/zh-cn/docs/guides/security/index.md index 15a7ab443e7aa..a741b9698f5ef 100644 --- a/locale/zh-cn/docs/guides/security/index.md +++ b/locale/zh-cn/docs/guides/security/index.md @@ -347,7 +347,7 @@ SyntaxError [ERR_SRI_PARSE]: Subresource Integrity string "sha256-iuGZ6SFVFpMuHU 请注意,我们总是推荐你使用 `--policy-integrity` 以避免路径发生变化时遇到问题。 -## 生产环境中使用尝鲜版功能 +## 生产环境中使用尝鲜版功能 在生产环境中直接使用尝鲜版功能绝不推荐!因为尝鲜功能有可能随时发生重大 变更,而且他们实际的功能不一定稳定。虽然如此,我们还是非常乐于接受用户的反馈。