Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh] Part1:updated the term "群集" to "集群" #33708

Merged
merged 1 commit into from
May 17, 2022

Conversation

mengjiao-liu
Copy link
Member

@mengjiao-liu mengjiao-liu commented May 16, 2022

see #33643 (comment)

在中文本地化中其他页面存在将“cluster” 翻译为“群集”的情况,
术语对照表的建议是翻译为 “集群”,因此,此 PR 修改此术语翻译。

因为涉及到的文件比较多,这个 PR 只修改 “cluster”术语,不修改涉及到的文件的格式或者其他错误(比如,中英文空格等问题)。

此 PR 修改的文件:

content/zh/blog/_posts/2015-03-00-Welcome-To-Kubernetes-Blog.md
content/zh/blog/_posts/2016-07-00-Dashboard-Web-Interface-For-Kubernetes.md
content/zh/blog/_posts/2016-07-00-stateful-applications-in-containers-kubernetes.md
content/zh/blog/_posts/2018-06-28-Airflow-Kubernetes-Operator.md
content/zh/blog/_posts/2018-07-10-coredns-ga.md
content/zh/blog/_posts/2018-07-11-dynamic-kubelet-configuration.md
content/zh/blog/_posts/2018-10-10-runtimeclass.md
content/zh/blog/_posts/2019-03-28-PID-Limiting.md
content/zh/blog/_posts/2019-08-06-OPA-Gatekeeper-Policy-and-Governance-for-Kubernetes.md
content/zh/docs/concepts/cluster-administration/networking.md
content/zh/docs/concepts/cluster-administration/proxies.md
content/zh/docs/concepts/storage/dynamic-provisioning.md
content/zh/docs/concepts/storage/storage-classes.md
content/zh/docs/reference/glossary/cluster-operations.md
content/zh/docs/reference/kubectl/docker-cli-to-kubectl.md
content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase_kubelet-config.md
content/zh/docs/setup/production-environment/tools/kops.md
content/zh/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
content/zh/docs/setup/production-environment/tools/kubeadm/high-availability.md
content/zh/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md
content/zh/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md
content/zh/docs/tasks/administer-cluster/cluster-upgrade.md
content/zh/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods.md
content/zh/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md
content/zh/docs/tasks/administer-cluster/namespaces-walkthrough.md
content/zh/docs/tasks/administer-cluster/namespaces.md
content/zh/docs/tasks/administer-cluster/running-cloud-controller.md
content/zh/docs/tasks/administer-cluster/securing-a-cluster.md
content/zh/docs/tasks/extend-kubernetes/configure-aggregation-layer.md
content/zh/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
content/zh/docs/tutorials/kubernetes-basics/explore/explore-intro.html
content/zh/docs/tutorials/security/apparmor.md
content/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md

/cc @tengqm @howieyuen

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels May 16, 2022
@netlify
Copy link

netlify bot commented May 16, 2022

Deploy Preview for kubernetes-io-main-staging ready!

Name Link
🔨 Latest commit fb1a2cb
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/62830ebd6df6fd0008259316
😎 Deploy Preview https://deploy-preview-33708--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@tengqm
Copy link
Contributor

tengqm commented May 16, 2022

Thanks for this big effort. I'm wondering if all the files touched by this PR have already been sync'ed properly?

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 16, 2022
@howieyuen
Copy link
Member

./scripts/lsync.sh checks if the English version of a page has changed since a localized page has been committed.
so commit date is extremely important.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 16, 2022
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 16, 2022
@mengjiao-liu
Copy link
Member Author

我重新检查了文件是否同步,此PR 仅更新了已经同步的文件,并创建了 issue #33735 用于追踪剩下的未同步的文件。

涉及的文件较多,请尽快审核,避免频繁 rebase。 @tengqm @howieyuen

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 16, 2022
@howieyuen
Copy link
Member

我重新检查了文件是否同步,此PR 仅更新了已经同步的文件,并创建了 issue #33735 用于追踪剩下的未同步的文件。

涉及的文件较多,请尽快审核,避免频繁 rebase。 @tengqm @howieyuen

nice work

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 17, 2022
@mengjiao-liu
Copy link
Member Author

Please review as soon as possible. @howieyuen

@mengjiao-liu mengjiao-liu changed the title [zh] Updated the term "群集" to "集群" [zh] Part1:updated the term "群集" to "集群" May 17, 2022
@howieyuen
Copy link
Member

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 17, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: howieyuen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: c5b90cfe93a3182a663c7d3b4dfd545d5a1cd696

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 17, 2022
@tengqm
Copy link
Contributor

tengqm commented May 17, 2022

/hold cancel

Thanks.

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 17, 2022
@k8s-ci-robot k8s-ci-robot merged commit 534732f into kubernetes:main May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/zh Issues or PRs related to Chinese language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants