Browse Source

Reorganize translation templates (#6462)

marchersimon 3 years ago
parent
commit
89b1df198f

+ 6 - 0
contributing-guides/alias-pages.md → contributing-guides/translation-templates/alias-pages.md

@@ -24,6 +24,7 @@ The templates can be changed when necessary.
 [pl](#pl) •
 [pt_BR](#pt_br) •
 [pt_PT](#pt_pt) •
+[ro](#ro) •
 [ru](#ru) •
 [sh](#sh) •
 [sv](#sv) •
@@ -227,6 +228,11 @@ Not translated yet.
 
 Not translated yet.
 
+---
+### ro
+
+Not translated yet.
+
 ---
 ### ru
 

+ 182 - 0
contributing-guides/translation-templates/subcommand-mention.md

@@ -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`.
+```