From 89b1df198f02272de01259b9196fd0d452ea63b6 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Mon, 6 Sep 2021 09:52:30 +0200 Subject: [PATCH] Reorganize translation templates (#6462) --- .../alias-pages.md | 6 + .../subcommand-mention.md | 182 ++++++++++++++++++ 2 files changed, 188 insertions(+) rename contributing-guides/{ => translation-templates}/alias-pages.md (98%) create mode 100644 contributing-guides/translation-templates/subcommand-mention.md diff --git a/contributing-guides/alias-pages.md b/contributing-guides/translation-templates/alias-pages.md similarity index 98% rename from contributing-guides/alias-pages.md rename to contributing-guides/translation-templates/alias-pages.md index 9ffe4d917..676d4a8a5 100644 --- a/contributing-guides/alias-pages.md +++ b/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 diff --git a/contributing-guides/translation-templates/subcommand-mention.md b/contributing-guides/translation-templates/subcommand-mention.md new file mode 100644 index 000000000..059fb697d --- /dev/null +++ b/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`. +```