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

[hi]Localize content/en/docs/reference/glossary/app-container.md #36063

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/hi/docs/reference/glossary/app-container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: ऐप कंटेनर (App Container)
id: app-container
date: 2019-02-12
full_link:
short_description: >
एक कंटेनर एक कार्यभार का हिस्सा चलाने के लिए प्रयोग किया जाता है। प्रारंभिक कंटेनर की तुलना में।
taniaduggal marked this conversation as resolved.
Show resolved Hide resolved

aka:
tags:
- workload
---
एप्लिकेशन {{<glossary_tooltip text="पात्र" term_id="container" >}} (या ऐप कंटेनर) {{<glossary_tooltip text="पॉड" term_id="pod" >}} में, {{<glossary_tooltip text ="इनिट कंटेनर" term_id="init-container" >}} स्टार्टअप पूरा होने के बाद शुरू होता है।
Copy link
Contributor

Choose a reason for hiding this comment

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

Why have we used पात्र as the text here when we're using container in its machine translated form everywhere else?


<!--more-->

एक इनिट कंटेनर के साथ, संपूर्ण
taniaduggal marked this conversation as resolved.
Show resolved Hide resolved
आप {{< glossary_tooltip text="कार्यभार" term_id="workload" >}} के लिए महत्वपूर्ण आरंभीकरण विवरण अलग कर सकते हैं।
Copy link
Contributor

Choose a reason for hiding this comment

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

Still not sure about कार्यभार and I presume you meant app workload

Suggested change
आप {{< glossary_tooltip text="कार्यभार" term_id="workload" >}} के लिए महत्वपूर्ण आरंभीकरण विवरण अलग कर सकते हैं।
ऐप {{< glossary_tooltip text="कार्यभार" term_id="workload" >}} के लिए महत्वपूर्ण आरंभीकरण विवरण अलग कर सकते हैं।

Copy link
Contributor

Choose a reason for hiding this comment

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

If it was intended to mean you, in a respectful way, then the structure of this sentence needs to be modified as below.

एक इनिट कंटेनर के साथ, आप संपूर्ण {{< glossary_tooltip text="कार्यभार" term_id="workload" >}} के लिए महत्वपूर्ण आरंभीकरण विवरण अलग कर सकते हैं।

कंटेनर शुरू होने के बाद, इसे चालू रखने की कोई आवश्यकता नहीं है।
यदि पॉड में इनिशियलाइज़र कंटेनर कॉन्फ़िगर नहीं है, तो पॉड के सभी कंटेनर ऐप कंटेनर हैं।