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

Added Hindi translation for concepts/policy page #48298

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aryasoni98
Copy link

Description

This pull request adds the Hindi localization for the Kubernetes "concepts/policy" page. The translation provides Hindi content to explain various Kubernetes policies, including API objects, admission controllers, ValidatingAdmissionPolicy, dynamic admission control, and Kubelet configurations.

Issue

Closes: #48260

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 12, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign dipesh-rawat for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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 k8s-ci-robot added the area/localization General issues or PRs related to localization label Oct 12, 2024
@k8s-ci-robot k8s-ci-robot added language/hi Issues or PRs related to Hindi language 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. labels Oct 12, 2024
Copy link

netlify bot commented Oct 12, 2024

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 68b8e88
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/670d58eb59234a0008d784d4
😎 Deploy Preview https://deploy-preview-48298--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 configuration.


Dynamic admission controllers (या admission webhooks) API सर्वर के बाहर एक अलग एप्लिकेशन के रूप में चलते हैं जो API अनुरोधों के सत्यापन या संशोधन के लिए वेबहुक अनुरोधों को प्राप्त करने के लिए पंजीकृत होते हैं।

Dynamic admission controllers का उपयोग API अनुरोधों पर नीतियाँ लागू करने और अन्य नीति-आधारित वर्कफ़्लोज़ को ट्रिगर करने के लिए किया जा सकता है। एक dynamic admission controller जाँच कर सकता है जिनमें क्लस्टर के अन्य संसाधनों और बाहरी डेटा की पुनर्प्राप्ति की आवश्यकता होती है। उदाहरण के लिए, एक छवि सत्यापन जांच ओसीआई रजिस्ट्रियों से डेटा प्राप्त करके कंटेनर छवि हस्ताक्षर और प्रमाणपत्रों की जांच कर सकता है।
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace छवि with इमेज

@aryasoni98
Copy link
Author

Thank you for the valuable suggestions, @utkarsh-singh1! 🙌

  1. I've updated the translation for "namespace" to "नेमस्पेस" in the glossary tooltip as suggested.
  2. The term "छवि" has been replaced with "इमेज" for consistency in the dynamic admission controller section.
  3. I've also rephrased the sentence regarding the dynamic admission controller to clarify the explanation, incorporating your suggestion.

Please let me know if any further changes are required! 😊

Copy link
Contributor

@sftim sftim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

One nit

content/hi/docs/concepts/policy/_index.md Outdated Show resolved Hide resolved
@aryasoni98 aryasoni98 requested a review from sftim October 14, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/hi Issues or PRs related to Hindi language 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.

[hi] Localize concepts/policy page
4 participants