mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:55:24 +02:00
sleep: add Hindi translation (#8640)
This commit is contained in:
parent
463a8d7ef5
commit
2af01b6460
1 changed files with 16 additions and 0 deletions
16
pages.hi/common/sleep.md
Normal file
16
pages.hi/common/sleep.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# sleep
|
||||
|
||||
> निर्दिष्ट समय के लिए विलंब जोड़ें।
|
||||
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/sleep>।
|
||||
|
||||
- सेकंड में देरी:
|
||||
|
||||
`sleep {{सेकंड}}`
|
||||
|
||||
- मिनटों में देरी:
|
||||
|
||||
`sleep {{मिनट}}m`
|
||||
|
||||
- घंटों में देरी:
|
||||
|
||||
`sleep {{घंटे}}h`
|
Loading…
Add table
Reference in a new issue