mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
183 lines
2.1 KiB
Markdown
183 lines
2.1 KiB
Markdown
![]() |
# Mentioning sub-commands
|
||
|
|
||
|
When a command has a sub-command, which can't be covered in the original page, it get's its own page.
|
||
|
An example for this is `git` and it's sub-command pages like `git-commit`, `git-push`, etc.
|
||
|
In order to notify the user that such sub-command pages exist, we put a little notice in the base command's description.
|
||
|
This file contains the translation templates of this notice.
|
||
|
|
||
|
[en](#en) •
|
||
|
[bs](#bs) •
|
||
|
[da](#da) •
|
||
|
[de](#de) •
|
||
|
[es](#es) •
|
||
|
[fa](#fa) •
|
||
|
[fr](#fr) •
|
||
|
[hi](#hi) •
|
||
|
[id](#id) •
|
||
|
[it](#it) •
|
||
|
[ja](#ja) •
|
||
|
[ko](#ko) •
|
||
|
[ml](#ml) •
|
||
|
[nl](#nl) •
|
||
|
[no](#no) •
|
||
|
[pl](#pl) •
|
||
|
[pt_BR](#pt_br) •
|
||
|
[pt_PT](#pt_pt) •
|
||
|
[ro](#ro) •
|
||
|
[ru](#ru) •
|
||
|
[sh](#sh) •
|
||
|
[sv](#sv) •
|
||
|
[ta](#ta) •
|
||
|
[th](#th) •
|
||
|
[tr](#tr) •
|
||
|
[zh](#zh) •
|
||
|
[zh_TW](#zh_tw)
|
||
|
|
||
|
---
|
||
|
### en
|
||
|
|
||
|
```markdown
|
||
|
Some subcommands such as `example command` have their own usage documentation.
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### bs
|
||
|
|
||
|
Not translated yet
|
||
|
|
||
|
---
|
||
|
### da
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### de
|
||
|
|
||
|
```markdown
|
||
|
Manche Unterbefehle wie `example command` sind separat dokumentiert.
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### es
|
||
|
|
||
|
```markdown
|
||
|
Este comando también tiene documentación sobre sus subcomandos, ejemplo `example command`.
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### fa
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### fr
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### hi
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### id
|
||
|
|
||
|
```markdown
|
||
|
Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `example command`.
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### it
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### ja
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### ko
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### ml
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### nl
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### no
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### pl
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### pt_BR
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### pt_PT
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### ro
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### ru
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### sh
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### sv
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
|
||
|
---
|
||
|
### ta
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### th
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### tr
|
||
|
|
||
|
Not translated yet.
|
||
|
|
||
|
---
|
||
|
### zh
|
||
|
|
||
|
```markdown
|
||
|
此命令也有关于其子命令的文件,例如:`example command`.
|
||
|
```
|
||
|
|
||
|
---
|
||
|
### zh_TW
|
||
|
|
||
|
```markdown
|
||
|
此命令也有關於其子命令的文件,例如:`example command`.
|
||
|
```
|