mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
sleep: add Malayalam translation (#7139)
This commit is contained in:
parent
5278333486
commit
2bd76bee28
1 changed files with 16 additions and 0 deletions
16
pages.ml/common/sleep.md
Normal file
16
pages.ml/common/sleep.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# sleep
|
||||||
|
|
||||||
|
> കാലതാമസം വരുത്തുവാനുള്ള പ്രോഗ്രാം.
|
||||||
|
> കൂടുതൽ വിവരങ്ങൾ: <https://www.gnu.org/software/coreutils/manual/html_node/sleep-invocation.html#sleep-invocation>.
|
||||||
|
|
||||||
|
- നിമിഷങ്ങൾ വൈകിക്കാൻ:
|
||||||
|
|
||||||
|
`sleep {{നിമിഷങ്ങൾ}}`
|
||||||
|
|
||||||
|
- മിനിറ്റുകൾ വൈകിക്കാൻ:
|
||||||
|
|
||||||
|
`sleep {{മിനിറ്റുകൾ}}m`
|
||||||
|
|
||||||
|
- മണിക്കൂറുകൾ വൈകിക്കാൻ:
|
||||||
|
|
||||||
|
`sleep {{മണിക്കൂറുകൾ}}h`
|
Loading…
Add table
Reference in a new issue