diff --git a/contributing-guides/translation-templates/more-info-link.md b/contributing-guides/translation-templates/more-info-link.md new file mode 100644 index 0000000000..fbb97cf1e4 --- /dev/null +++ b/contributing-guides/translation-templates/more-info-link.md @@ -0,0 +1,343 @@ +# More information link + +For all our pages we suggest having a [more information link](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#more-information-links) which contains a link +to the official documentation of the command-line reference or the man page. +This file contains a list of all translations of the more information link template from +[set-more-info-link.py](https://github.com/tldr-pages/tldr/blob/main/scripts/set-more-info-link.py#L66-L102). +The templates can be changed when necessary, but if so, it needs to be updated here and in the [Python-script](https://github.com/tldr-pages/tldr/blob/main/scripts/set-more-info-link.py#L66-L102). + +[en](#en) • +[ar](#ar) • +[bn](#bn) • +[bs](#bs) • +[ca](#ca) • +[cs](#cs) • +[da](#da) • +[de](#de) • +[es](#es) • +[fa](#fa) • +[fi](#fi) • +[fr](#fr) • +[hi](#hi) • +[id](#id) • +[it](#it) • +[ja](#ja) • +[ko](#ko) • +[lo](#lo) • +[ml](#ml) • +[ne](#ne) • +[nl](#nl) • +[no](#no) • +[pl](#pl) • +[pt_BR](#pt_br) • +[pt_PT](#pt_pt) • +[ro](#ro) • +[ru](#ru) • +[sh](#sh) • +[sr](#sr) • +[sv](#sv) • +[ta](#ta) • +[th](#th) • +[tr](#tr) • +[uk](#uk) • +[uz](#uz) • +[zh](#zh) • +[zh_TW](#zh_tw) + +--- + +### en + +```markdown +> More information: . +``` + +--- + +### ar + +```markdown +> لمزيد من التفاصيل: . +``` + +--- + +### bn + +```markdown +> আরও তথ্য পাবেন: . +``` + +--- + +### bs + +```markdown +> Više informacija: . +``` + +--- + +### ca + +```markdown +> Més informació: . +``` + +--- + +### cs + +```markdown +> Více informací: . +``` + +--- + +### da + +```markdown +> Mere information: . +``` + +--- + +### de + +```markdown +> Weitere Informationen: . +``` + +--- + +### es + +```markdown +> Más información: . +``` + +--- + +### fa + +```markdown +> اطلاعات بیشتر: . +``` + +--- + +### fi + +```markdown +> Lisätietoja: . +``` + +--- + +### fr + +```markdown +> Plus d'informations : . +``` + +--- + +### hi + +```markdown +> अधिक जानकारी: . +``` + +--- + +### id + +```markdown +> Informasi lebih lanjut: . +``` + +--- + +### it + +```markdown +> Maggiori informazioni: . +``` + +--- + +### ja + +```markdown +> 詳しくはこちら: . +``` + +--- + +### ko + +```markdown +> 더 많은 정보: . +``` + +--- + +### lo + +```markdown +> ຂໍ້ມູນເພີ່ມເຕີມ: . +``` + +--- + +### ml + +```markdown +> കൂടുതൽ വിവരങ്ങൾ: . +``` + +--- + +### ne + +```markdown +> थप जानकारी: . +``` + +--- + +### nl + +```markdown +> Meer informatie: . +``` + +--- + +### no + +```markdown +> Mer informasjon: . +``` + +--- + +### pl + +```markdown +> Więcej informacji: . +``` + +--- + +### pt_BR + +```markdown +> Mais informações: . +``` + +--- + +### pt_PT + +```markdown +> Mais informações: . +``` + +--- + +### ro + +```markdown +> Mai multe informații: . +``` + +--- + +### ru + +```markdown +> Больше информации: . +``` + +--- + +### sh + +```markdown +> Više informacija: . +``` + +--- + +### sr + +```markdown +> Više informacija na: . +``` + +--- + +### sv + +```markdown +> Mer information: . +``` + +--- + +### ta + +```markdown +> மேலும் விவரத்திற்கு: . +``` + +--- + +### th + +```markdown +> ข้อมูลเพิ่มเติม: . +``` + +--- + +### tr + +```markdown +> Daha fazla bilgi için: . +``` + +--- + +### uk + +```markdown +> Більше інформації: . +``` + +--- + +### uz + +```markdown +> Ko'proq malumot: . +``` + +--- + +### zh + +```markdown +> 更多信息:. +``` + +--- + +### zh_TW + +```markdown +> 更多資訊:. +``` + +--- diff --git a/scripts/set-more-info-link.py b/scripts/set-more-info-link.py index f2b4cf8c33..10137fbdd3 100755 --- a/scripts/set-more-info-link.py +++ b/scripts/set-more-info-link.py @@ -67,8 +67,8 @@ labels = { "ar": "لمزيد من التفاصيل:", "bn": "আরও তথ্য পাবেন:", "bs": "Više informacija:", - "cs": "Více informací:", "ca": "Més informació:", + "cs": "Více informací:", "da": "Mere information:", "de": "Weitere Informationen:", "es": "Más información:", @@ -91,6 +91,7 @@ labels = { "pt_PT": "Mais informações:", "ro": "Mai multe informații:", "ru": "Больше информации:", + "sh": "Više informacija:", "sr": "Više informacija na:", "sv": "Mer information:", "ta": "மேலும் விவரத்திற்கு:",