Merge pull request #34959 from yanrongshi/zh-cn]Replaced-all-k/website-in-localization-guide-with-kubernetes/website

[zh]Update localization.md
This commit is contained in:
Kubernetes Prow Robot 2022-07-12 07:56:52 -07:00 committed by GitHub
commit fbf9af38b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -445,7 +445,7 @@ PR 必须包含所有[最低要求内容](#minimum-required-content)才能获得
<!-- <!--
### Add a localized README file ### Add a localized README file
To guide other localization contributors, add a new [`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of [k/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code. For example, a German README file would be `README-de.md`. To guide other localization contributors, add a new [`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of [kubernetes/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code. For example, a German README file would be `README-de.md`.
Provide guidance to localization contributors in the localized `README-**.md` file. Include the same information contained in `README.md` as well as: Provide guidance to localization contributors in the localized `README-**.md` file. Include the same information contained in `README.md` as well as:
@ -454,7 +454,7 @@ Provide guidance to localization contributors in the localized `README-**.md` fi
--> -->
### 添加本地化的 README 文件 {#add-a-localized-readme-file} ### 添加本地化的 README 文件 {#add-a-localized-readme-file}
为了指导其他本地化贡献者,请在 [k/website](https://github.com/kubernetes/website/) 为了指导其他本地化贡献者,请在 [kubernetes/website](https://github.com/kubernetes/website/)
的根目录添加一个新的 [`README-**.md`](https://help.github.com/articles/about-readmes/) 的根目录添加一个新的 [`README-**.md`](https://help.github.com/articles/about-readmes/)
其中 `**` 是两个字母的语言代码。例如,德语 README 文件为 `README-de.md` 其中 `**` 是两个字母的语言代码。例如,德语 README 文件为 `README-de.md`
@ -679,7 +679,7 @@ To collaborate on a localization branch:
`dev-<source version>-<language code>.<team milestone>` `dev-<source version>-<language code>.<team milestone>`
For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the k/website repository, based on the source branch for Kubernetes v1.12. For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the kubernetes/website repository, based on the source branch for Kubernetes v1.12.
--> -->
1. [@kubernetes/website-maintainers](https://github.com/orgs/kubernetes/teams/website-maintainers) 1. [@kubernetes/website-maintainers](https://github.com/orgs/kubernetes/teams/website-maintainers)
中的团队成员从 https://github.com/kubernetes/website 原有分支新建一个本地化分支。 中的团队成员从 https://github.com/kubernetes/website 原有分支新建一个本地化分支。
@ -691,7 +691,7 @@ To collaborate on a localization branch:
`dev-<source version>-<language code>.<team milestone>` `dev-<source version>-<language code>.<team milestone>`
例如,一个德语本地化团队的批准人基于 Kubernetes v1.12 版本的源分支, 例如,一个德语本地化团队的批准人基于 Kubernetes v1.12 版本的源分支,
直接新建了 k/website 仓库的本地化分支 `dev-1.12-de.1` 直接新建了 kubernetes/website 仓库的本地化分支 `dev-1.12-de.1`
<!-- <!--
2. Individual contributors open feature branches based on the localization branch. 2. Individual contributors open feature branches based on the localization branch.