From 5544c20819bc07e529c68dbb4f9c2f51e2f9f053 Mon Sep 17 00:00:00 2001 From: WenxingLai Date: Wed, 24 Mar 2021 11:12:26 +0800 Subject: [PATCH] correct misleading Chinese translation in dns-subdomain-names and dns-label-names --- .../zh/docs/concepts/overview/working-with-objects/names.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/concepts/overview/working-with-objects/names.md b/content/zh/docs/concepts/overview/working-with-objects/names.md index 678adea96d..6075e0273c 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/names.md +++ b/content/zh/docs/concepts/overview/working-with-objects/names.md @@ -61,7 +61,7 @@ DNS 子域名的定义可参见 [RFC 1123](https://tools.ietf.org/html/rfc1123) 这一要求意味着名称必须满足如下规则: - 不能超过253个字符 -- 只能包含字母数字,以及'-' 和 '.' +- 只能包含小写字母、数字,以及'-' 和 '.' - 须以字母数字开头 - 须以字母数字结尾 @@ -83,7 +83,7 @@ This means the name must: 所定义的 DNS 标签标准。也就是命名必须满足如下规则: - 最多63个字符 -- 只能包含字母数字,以及'-' +- 只能包含小写字母、数字,以及'-' - 须以字母数字开头 - 须以字母数字结尾