-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[hi] Create and translate kubectl-plugins.md to Hindi #51052
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this 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.
|
||
<!-- overview --> | ||
|
||
यह गाइड आपको [kubectl](/docs/reference/kubectl/kubectl/) के लिए एक्सटेंशन कैसे इंस्टॉल और लिखें, यह दिखाती है। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
यह गाइड आपको [kubectl](/docs/reference/kubectl/kubectl/) के लिए एक्सटेंशन कैसे इंस्टॉल और लिखें, यह दिखाती है। | |
यह गाइड आपको [kubectl](/docs/reference/kubectl/kubectl/) के लिए एक्सटेंशन कैसे इंस्टॉल करें और लिखें, यह दिखाती है। |
<!-- overview --> | ||
|
||
यह गाइड आपको [kubectl](/docs/reference/kubectl/kubectl/) के लिए एक्सटेंशन कैसे इंस्टॉल और लिखें, यह दिखाती है। | ||
मुख्य `kubectl` कमांड्स को कुबेरनेट्स क्लस्टर के साथ इंटरैक्ट करने के लिए आवश्यक बिल्डिंग ब्लॉक्स के रूप में सोचकर, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you ensure the machine translation makes sense to a Hindi reader? The sentence structure here is jumbled.
|
||
एक प्लगइन एक स्टैंडअलोन एक्जीक्यूटेबल फाइल है, जिसका नाम `kubectl-` से शुरू होता है। प्लगइन को इंस्टॉल करने के लिए, इसकी एक्जीक्यूटेबल फाइल को अपने `PATH` में कहीं भी मूव करें। | ||
|
||
आप [Krew](https://krew.dev/) का उपयोग करके ओपन सोर्स में उपलब्ध kubectl प्लगइन्स को भी खोज और इंस्टॉल कर सकते हैं। Krew एक प्लगइन मैनेजर है जो कुबेरनेट्स SIG CLI कम्युनिटी द्वारा मेंटेन किया जाता है। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
आप [Krew](https://krew.dev/) का उपयोग करके ओपन सोर्स में उपलब्ध kubectl प्लगइन्स को भी खोज और इंस्टॉल कर सकते हैं। Krew एक प्लगइन मैनेजर है जो कुबेरनेट्स SIG CLI कम्युनिटी द्वारा मेंटेन किया जाता है। | |
आप [Krew](https://krew.dev/) का उपयोग करके ओपन सोर्स में उपलब्ध kubectl प्लगइन्स को भी खोज और इंस्टॉल कर सकते हैं। Krew एक प्लगइन प्रबंधक है जो कुबेरनेट्स SIG CLI समुदाय द्वारा मेंटेन किया जाता है। |
`kubectl-` से शुरू होने वाली किसी भी फाइल के लिए एक चेतावनी शामिल की जाएगी जो *एक्जीक्यूटेबल नहीं* है। | ||
ऐसी किसी भी वैध प्लगइन फाइल के लिए भी एक चेतावनी शामिल की जाएगी जो एक-दूसरे के नाम को ओवरलैप करती हैं। | ||
|
||
आप [Krew](https://krew.dev/) का उपयोग कम्युनिटी द्वारा क्यूरेट किए गए [plugin index](https://krew.sigs.k8s.io/plugins/) से `kubectl` प्लगइन्स को खोजने और इंस्टॉल करने के लिए कर सकते हैं। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
आप [Krew](https://krew.dev/) का उपयोग कम्युनिटी द्वारा क्यूरेट किए गए [plugin index](https://krew.sigs.k8s.io/plugins/) से `kubectl` प्लगइन्स को खोजने और इंस्टॉल करने के लिए कर सकते हैं। | |
आप [Krew](https://krew.dev/) का उपयोग समुदाय द्वारा क्यूरेट किए गए [plugin index](https://krew.sigs.k8s.io/plugins/) से `kubectl` प्लगइन्स को खोजने और इंस्टॉल करने के लिए कर सकते हैं। |
1.0.0 | ||
``` | ||
|
||
सभी एनवायरनमेंट वेरिएबल्स भी जैसे के तैसे एक्जीक्यूटेबल को पास किए जाते हैं: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you've mentioned environment, above in line #61 you've translated to पर्यावरण. Let's maintain one or another, please.
Description
#50304
What would you like to be added
Localize tasks/tasks/extend-kubectl/kubectl-plugins/ page in Hindi.
Why is this needed
There is no Hindi translation for this page
Issue
Closes: #