fix some glossary translate (#19770)

pull/19773/head
xieyanker 2020-03-21 20:08:44 +08:00 committed by GitHub
parent 4605d2b1f9
commit 7c82b6e26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 47 additions and 39 deletions

View File

@ -23,4 +23,5 @@ tags:
- fundamental - fundamental
--- ---
--> -->
各种容器化应用运行所在的层。 各种容器化应用运行所在的层。

View File

@ -25,6 +25,7 @@ tags:
- fundamental - fundamental
--- ---
--> -->
<!-- <!--
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers. The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
--> -->

View File

@ -1,3 +1,17 @@
---
title: Pod 生命周期
id: pod-lifecycle
date: 2019-02-17
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
related:
- pod
- container
tags:
- fundamental
short_description: >
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
---
<!-- <!--
--- ---
title: Pod Lifecycle title: Pod Lifecycle
@ -11,29 +25,17 @@ tags:
- fundamental - fundamental
short_description: > short_description: >
A high-level summary of what phase the Pod is in within its lifecyle. A high-level summary of what phase the Pod is in within its lifecyle.
--- ---
A high-level summary of what phase the Pod is in within its lifecyle.
<!--more-->
--> -->
---
title: Pod 生命周期
id: pod-lifecycle
date: 2019-02-17
full-link: /docs/concepts/workloads/pods/pod-lifecycle/
related:
- pod
- container
tags:
- fundamental
short_description: >
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
--- <!--
A high-level summary of what phase the Pod is in within its lifecyle.
-->
关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。 关于 Pod 在其生命周期中处于哪个阶段的更高层次概述。
<!--more--> <!--more-->
<!-- <!--
The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pods `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. The [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) is a high level summary of where a Pod is in its lifecyle. A Pods `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.
--> -->

View File

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

View File

@ -1,20 +1,3 @@
<!--
---
title: Storage Class
id: storageclass
date: 2018-04-12
full_link: /docs/concepts/storage/storage-classes
short_description: >
A StorageClass provides a way for administrators to describe different available storage types.
aka:
tags:
- core-object
- storage
---
A StorageClass provides a way for administrators to describe different available storage types.
-->
--- ---
title: 存储类别 title: 存储类别
id: storageclass id: storageclass
@ -29,9 +12,30 @@ tags:
- storage - storage
--- ---
<!--
---
title: Storage Class
id: storageclass
date: 2018-04-12
full_link: /docs/concepts/storage/storage-classes
short_description: >
A StorageClass provides a way for administrators to describe different available storage types.
aka:
tags:
- core-object
- storage
---
-->
<!--
A StorageClass provides a way for administrators to describe different available storage types.
-->
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。 StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
<!--more--> <!--more-->
<!-- <!--
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. 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.
--> -->

View File

@ -4,7 +4,7 @@ id: upstream
date: 2018-04-12 date: 2018-04-12
full_link: full_link:
short_description: > short_description: >
May refer to: core Kubernetes or the source repo from which a repo was forked. 可以参考:核心 Kubernetes 仓库或作为当前仓库派生来源的来源仓库。
aka: aka:
tags: tags: