Skip to content

Commit 7c82b6e

Browse files
authored
fix some glossary translate (#19770)
1 parent 4605d2b commit 7c82b6e

File tree

6 files changed

+30
-22
lines changed

6 files changed

+30
-22
lines changed

content/zh/docs/reference/glossary/applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ tags:
2323
- fundamental
2424
---
2525
-->
26+
2627
各种容器化应用运行所在的层。

content/zh/docs/reference/glossary/control-plane.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ tags:
2525
- fundamental
2626
---
2727
-->
28+
2829
<!--
2930
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
3031
-->
31-
容器编排层,它暴露 API 和接口来定义、部署容器和管理容器的生命周期。
32+
容器编排层,它暴露 API 和接口来定义、部署容器和管理容器的生命周期。

content/zh/docs/reference/glossary/pod-lifecycle.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<!--
21
---
3-
title: Pod Lifecycle
2+
title: Pod 生命周期
43
id: pod-lifecycle
54
date: 2019-02-17
65
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
@@ -10,15 +9,12 @@ related:
109
tags:
1110
- fundamental
1211
short_description: >
13-
A high-level summary of what phase the Pod is in within its lifecyle.
14-
12+
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
1513
---
16-
A high-level summary of what phase the Pod is in within its lifecyle.
1714

18-
<!--more-->
19-
-->
15+
<!--
2016
---
21-
title: Pod 生命周期
17+
title: Pod Lifecycle
2218
id: pod-lifecycle
2319
date: 2019-02-17
2420
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
@@ -28,12 +24,18 @@ related:
2824
tags:
2925
- fundamental
3026
short_description: >
31-
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
32-
27+
A high-level summary of what phase the Pod is in within its lifecyle.
3328
---
29+
-->
30+
31+
<!--
32+
A high-level summary of what phase the Pod is in within its lifecyle.
33+
-->
34+
3435
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
3536

36-
<!--more-->
37+
<!--more-->
38+
3739
<!--
3840
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pod’s `status` field is a [PodStatus](/docs/reference/generated/kubernetes-api/v1.13/#podstatus-v1-core) object, which has a `phase` field that displays one of the following phases: Running, Pending, Succeeded, Failed, Unknown, Completed, or CrashLoopBackOff.
3941
-->

content/zh/docs/reference/glossary/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: service
44
date: 2018-04-12
55
full_link: /docs/concepts/services-networking/service/
66
short_description: >
7-
A way to expose an application running on a set of Pods as a network service.
7+
将运行在一组 {{< glossary_tooltip text="Pods" term_id="pod" >}} 上的应用程序公开为网络服务的抽象方法。
88
99
aka:
1010
tags:

content/zh/docs/reference/glossary/storage-class.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
1-
<!--
21
---
3-
title: Storage Class
2+
title: 存储类别
43
id: storageclass
54
date: 2018-04-12
65
full_link: /docs/concepts/storage/storage-classes
76
short_description: >
8-
A StorageClass provides a way for administrators to describe different available storage types.
7+
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
98
109
aka:
1110
tags:
1211
- core-object
1312
- storage
1413
---
15-
A StorageClass provides a way for administrators to describe different available storage types.
16-
-->
1714

15+
<!--
1816
---
19-
title: 存储类别
17+
title: Storage Class
2018
id: storageclass
2119
date: 2018-04-12
2220
full_link: /docs/concepts/storage/storage-classes
2321
short_description: >
24-
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
22+
A StorageClass provides a way for administrators to describe different available storage types.
2523
26-
aka:
24+
aka:
2725
tags:
2826
- core-object
2927
- storage
3028
---
29+
-->
30+
31+
<!--
32+
A StorageClass provides a way for administrators to describe different available storage types.
33+
-->
3134

3235
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
3336

3437
<!--more-->
38+
3539
<!--
3640
StorageClasses can map to quality-of-service levels, backup policies, or to arbitrary policies determined by cluster administrators. Each StorageClass contains the fields `provisioner`, `parameters`, and `reclaimPolicy`, which are used when a {{< glossary_tooltip text="Persistent Volume" term_id="persistent-volume" >}} belonging to the class needs to be dynamically provisioned. Users can request a particular class using the name of a StorageClass object.
3741
-->

content/zh/docs/reference/glossary/upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: upstream
44
date: 2018-04-12
55
full_link:
66
short_description: >
7-
May refer to: core Kubernetes or the source repo from which a repo was forked.
7+
可以参考:核心 Kubernetes 仓库或作为当前仓库派生来源的来源仓库。
88
99
aka:
1010
tags:

0 commit comments

Comments
 (0)