Reorganize translation templates (#6462)
This commit is contained in:
322
contributing-guides/translation-templates/alias-pages.md
Normal file
322
contributing-guides/translation-templates/alias-pages.md
Normal file
@@ -0,0 +1,322 @@
|
||||
# Alias pages
|
||||
|
||||
In order to document a command which is an alias of another command, you can
|
||||
write an alias page. This file contains a list of all translations of the alias
|
||||
page template decided upon in
|
||||
[#5368](https://github.com/tldr-pages/tldr/pull/5368).
|
||||
The templates can be changed when necessary.
|
||||
|
||||
[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
|
||||
# example
|
||||
|
||||
> This command is an alias of `example`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### bs
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Ova komanda je alijas za `example`.
|
||||
|
||||
- Pogledaj dokumentaciju za izvornu komandu:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### da
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### de
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Dieser Befehl ist ein Alias von `example`.
|
||||
|
||||
- Zeige die Dokumentation für den originalen Befehl an:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### es
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Este comando es un alias de `example`.
|
||||
|
||||
- Ver documentación para el comando original:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### fa
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### fr
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Cette commande est un alias de `example`.
|
||||
|
||||
- Voir la documentation de la commande originale :
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### hi
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> यह आदेश `example` का उपनाम है।
|
||||
|
||||
- मूल आदेश के लिए दस्तावेज़ देखें:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### id
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Perintah ini merupakan alias dari `example`.
|
||||
|
||||
- Menampilkan dokumentasi untuk perintah asli:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### it
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Questo comando è un alias per `example`.
|
||||
|
||||
- Consulta la documentazione del comando originale:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### ja
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> このコマンドは `example` のエイリアスです.
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### ko
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### ml
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> ഈ കമാൻഡ് `example` എന്നത്തിന്റെ അപരനാമമാണ്.
|
||||
|
||||
- യഥാർത്ഥ കമാൻഡിനായി ഡോക്യുമെന്റേഷൻ കാണുക:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### nl
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Dit commando is een alias van `example`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### no
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Denne kommandoen er et alias for `example`.
|
||||
|
||||
- Vis dokumentasjonen for den opprinnelige kommandoen:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### pl
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Te polecenie jest aliasem `example`.
|
||||
|
||||
- Zobacz dokumentację orginalnego polecenia:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### pt_BR
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### pt_PT
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### ro
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### ru
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Эта команда — псевдоним для `example`.
|
||||
|
||||
- Смотри документацию для оригинальной команды:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### sh
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### sv
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> Det här kommandot är ett alias för `example`.
|
||||
|
||||
- Se dokumentationen för orginalkommandot:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### ta
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> இக்கட்டளை `example` கட்டளையின் மற்றொருப் பெயர்.
|
||||
|
||||
- அக்கட்டளையின் விளக்கத்தைக் காண:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### th
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> คำสั่งนี้เป็นอีกชื่อหนึ่งของคำสั่ง `example`.
|
||||
|
||||
- เรียกดูรายละเอียดสำหรับคำสั่งตัวเต็ม:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### tr
|
||||
|
||||
Not translated yet.
|
||||
|
||||
---
|
||||
### zh
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> 这是 `example` 命令的一个别名。
|
||||
|
||||
- 原命令的文档在:
|
||||
|
||||
`tldr example`
|
||||
```
|
||||
|
||||
---
|
||||
### zh_TW
|
||||
|
||||
```markdown
|
||||
# example
|
||||
|
||||
> 這是 `example` 命令的一個別名。
|
||||
|
||||
- 原命令的文檔在:
|
||||
|
||||
`tldr example`
|
||||
```
|
182
contributing-guides/translation-templates/subcommand-mention.md
Normal file
182
contributing-guides/translation-templates/subcommand-mention.md
Normal file
@@ -0,0 +1,182 @@
|
||||
# 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`.
|
||||
```
|
Reference in New Issue
Block a user