mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:22:10 +02:00
stormlock: add Hindi translation (#14743)
This commit is contained in:
parent
598a18e69d
commit
37f90a8506
1 changed files with 20 additions and 0 deletions
20
pages.hi/common/stormlock.md
Normal file
20
pages.hi/common/stormlock.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Stormlock
|
||||||
|
|
||||||
|
> केंद्रीकृत लॉकिंग सिस्टम।
|
||||||
|
> अधिक जानकारी: <https://github.com/tmccombs/stormlock>।
|
||||||
|
|
||||||
|
- संसाधन के लिए लीज़ प्राप्त करें:
|
||||||
|
|
||||||
|
`stormlock acquire {{संसाधन}}`
|
||||||
|
|
||||||
|
- दिए गए संसाधन के लिए दी गई लीज़ को जारी करें:
|
||||||
|
|
||||||
|
`stormlock release {{संसाधन}} {{लीज़_आईडी}}`
|
||||||
|
|
||||||
|
- किसी संसाधन के लिए वर्तमान लीज़ की जानकारी दिखाएं, यदि कोई हो:
|
||||||
|
|
||||||
|
`stormlock current {{संसाधन}}`
|
||||||
|
|
||||||
|
- जांचें कि दिए गए संसाधन के लिए लीज़ वर्तमान में सक्रिय है या नहीं:
|
||||||
|
|
||||||
|
`stormlock is-held {{संसाधन}} {{लीज़_आईडी}}`
|
Loading…
Add table
Reference in a new issue