Skip to content

Commit d717880

Browse files
committed
sync localization install-kubeadm pod-failure-policy
Update localization.md
1 parent e1ca4c8 commit d717880

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/zh-cn/docs/contribute/localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,15 @@ Releases | [All heading and subheading URLs](/releases)
621621
Translated documents must reside in their own `content/**/` subdirectory, but otherwise, follow the
622622
same URL path as the English source. For example, to prepare the
623623
[Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German,
624-
create a subfolder under the `content/de/` folder and copy the English source:
624+
create a subdirectory under the `content/de/` directory and copy the English source or directory:
625625
-->
626626
翻译后的文档必须保存在自己的 `content/**/` 子目录中,否则将遵循与英文源相同的 URL 路径。
627627
例如,要准备将 [Kubernetes 基础](/zh-cn/docs/tutorials/kubernetes-basics/)教程翻译为德语,
628-
请在 `content/de/` 文件夹下创建一个子文件夹并复制英文源
628+
请在 `content/de/` 目录下创建一个子目录,并复制英文源文件或目录
629629

630630
```shell
631631
mkdir -p content/de/docs/tutorials
632-
cp content/en/docs/tutorials/kubernetes-basics.md content/de/docs/tutorials/kubernetes-basics.md
632+
cp -ra content/en/docs/tutorials/kubernetes-basics/ content/de/docs/tutorials/
633633
```
634634

635635
<!--

content/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
112112
这样 Kubernetes 集群就可以通过对应的适配器完成连接。
113113

114114
<!--
115-
## Check required ports
115+
## Check required ports {#check-required-ports}
116116
These
117117
These [required ports](/docs/reference/networking/ports-and-protocols/)
118118
need to be open in order for Kubernetes components to communicate with each other.

content/zh-cn/docs/tasks/job/pod-failure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ min-kubernetes-server-version: v1.25
1111
weight: 60
1212
-->
1313

14-
{{< feature-state for_k8s_version="v1.26" state="beta" >}}
14+
{{< feature-state feature_gate_name="JobPodFailurePolicy" >}}
1515

1616
<!-- overview -->
1717

0 commit comments

Comments
 (0)