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

Hindi translation: Add managing-secret-using-kubectl.md #50392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aryasoni98
Copy link
Contributor

Description

This PR adds the Hindi translation of the "Managing Secrets using kubectl" documentation. The translation includes:

  • Complete translation of the task guide for managing secrets using kubectl
  • All code examples and commands preserved in their original form
  • Technical terms maintained in English where appropriate
  • Proper Hindi technical terminology used where applicable

This translation helps Hindi-speaking users understand how to manage secrets using the kubectl command-line tool.

Issue

Closes: #50292

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/localization General issues or PRs related to localization labels Apr 5, 2025
@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 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 language/hi Issues or PRs related to Hindi language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 5, 2025
Copy link

netlify bot commented Apr 5, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 01fe71e
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/67f074d9a3f15a00086c47f0
😎 Deploy Preview https://deploy-preview-50392--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.

@aryasoni98
Copy link
Contributor Author

@divya-mohan0209 Can you please review my PR? Open to any feedback or suggestions!

Copy link
Contributor

@divya-mohan0209 divya-mohan0209 left a comment

Choose a reason for hiding this comment

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

Initial batch of reviews


## सीक्रेट बनाएं

एक `Secret` ऑब्जेक्ट संवेदनशील डेटा जैसे क्रेडेंशियल्स को स्टोर करता है जिसका उपयोग पॉड्स द्वारा सेवाओं तक पहुंचने के लिए किया जाता है। उदाहरण के लिए, आपको डेटाबेस तक पहुंचने के लिए आवश्यक उपयोगकर्ता नाम और पासवर्ड को स्टोर करने के लिए एक सीक्रेट की आवश्यकता हो सकती है।
Copy link
Contributor

Choose a reason for hiding this comment

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

Secret needs to be transliterated.

--from-literal=username=admin \
--from-literal=password='S!B\*d$zDsb='
```
आपको अपनी स्ट्रिंग्स में विशेष वर्णों जैसे `$`, `\`, `*`, `=`, और `!` को एस्केप करने के लिए एकल उद्धरण `''` का उपयोग करना होगा। यदि आप ऐसा नहीं करते हैं, तो आपका शेल इन वर्णों की व्याख्या करेगा।
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we translate escape here?

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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[hi] Localize tasks/configmap-secret/ page
3 participants