Skip to content

Commit 9de02c7

Browse files
authored
Merge pull request #37956 from mengjiao-liu/fix-names-zh
[zh-cn] Improve Chinese translation in names page
2 parents e7bda21 + 41dcc29 commit 9de02c7

File tree

1 file changed

+1
-1
lines changed
  • content/zh-cn/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/overview/working-with-objects/names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, you can only have one Pod named `myapp-1234` within the same [names
2626
每个 Kubernetes 对象也有一个 [**UID**](#uids) 来标识在整个集群中的唯一性。
2727

2828
比如,在同一个[名字空间](/zh-cn/docs/concepts/overview/working-with-objects/namespaces/)
29-
中有一个名为 `myapp-1234` 的 Pod,但是可以命名一个 Pod 和一个 Deployment 同为 `myapp-1234`
29+
中只能有一个名为 `myapp-1234` 的 Pod,但是可以命名一个 Pod 和一个 Deployment 同为 `myapp-1234`
3030

3131
<!--
3232
For non-unique user-provided attributes, Kubernetes provides [labels](/docs/concepts/overview/working-with-objects/labels/) and [annotations](/docs/concepts/overview/working-with-objects/annotations/).

0 commit comments

Comments
 (0)