1
0
Fork 0
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:
Abhishek Keshri 2022-10-03 00:18:17 +05:30 committed by GitHub
parent 463a8d7ef5
commit 2af01b6460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.hi/common/sleep.md Normal file
View file

@ -0,0 +1,16 @@
# sleep
> निर्दिष्ट समय के लिए विलंब जोड़ें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/sleep>
- सेकंड में देरी:
`sleep {{सेकंड}}`
- मिनटों में देरी:
`sleep {{मिनट}}m`
- घंटों में देरी:
`sleep {{घंटे}}h`