mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
more-info-link: add list of all more-info link templates (#14155)
This commit is contained in:
parent
3d6d73a9d1
commit
bf8353aba8
2 changed files with 345 additions and 1 deletions
343
contributing-guides/translation-templates/more-info-link.md
Normal file
343
contributing-guides/translation-templates/more-info-link.md
Normal file
|
@ -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: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ar
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> لمزيد من التفاصيل: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### bn
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> আরও তথ্য পাবেন: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### bs
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Više informacija: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ca
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Més informació: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### cs
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Více informací: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### da
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mere information: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### de
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Weitere Informationen: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### es
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Más información: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### fa
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> اطلاعات بیشتر: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### fi
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Lisätietoja: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### fr
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Plus d'informations : <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### hi
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> अधिक जानकारी: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### id
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Informasi lebih lanjut: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### it
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Maggiori informazioni: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ja
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> 詳しくはこちら: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ko
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> 더 많은 정보: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### lo
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> ຂໍ້ມູນເພີ່ມເຕີມ: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ml
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> കൂടുതൽ വിവരങ്ങൾ: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ne
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> थप जानकारी: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### nl
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Meer informatie: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### no
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mer informasjon: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### pl
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Więcej informacji: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### pt_BR
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mais informações: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### pt_PT
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mais informações: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ro
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mai multe informații: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ru
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Больше информации: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### sh
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Više informacija: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### sr
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Više informacija na: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### sv
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Mer information: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### ta
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> மேலும் விவரத்திற்கு: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### th
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> ข้อมูลเพิ่มเติม: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### tr
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Daha fazla bilgi için: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### uk
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Більше інформації: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### uz
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> Ko'proq malumot: <https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### zh
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> 更多信息:<https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### zh_TW
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> 更多資訊:<https://example.com>.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
|
@ -67,8 +67,8 @@ labels = {
|
||||||
"ar": "لمزيد من التفاصيل:",
|
"ar": "لمزيد من التفاصيل:",
|
||||||
"bn": "আরও তথ্য পাবেন:",
|
"bn": "আরও তথ্য পাবেন:",
|
||||||
"bs": "Više informacija:",
|
"bs": "Više informacija:",
|
||||||
"cs": "Více informací:",
|
|
||||||
"ca": "Més informació:",
|
"ca": "Més informació:",
|
||||||
|
"cs": "Více informací:",
|
||||||
"da": "Mere information:",
|
"da": "Mere information:",
|
||||||
"de": "Weitere Informationen:",
|
"de": "Weitere Informationen:",
|
||||||
"es": "Más información:",
|
"es": "Más información:",
|
||||||
|
@ -91,6 +91,7 @@ labels = {
|
||||||
"pt_PT": "Mais informações:",
|
"pt_PT": "Mais informações:",
|
||||||
"ro": "Mai multe informații:",
|
"ro": "Mai multe informații:",
|
||||||
"ru": "Больше информации:",
|
"ru": "Больше информации:",
|
||||||
|
"sh": "Više informacija:",
|
||||||
"sr": "Više informacija na:",
|
"sr": "Više informacija na:",
|
||||||
"sv": "Mer information:",
|
"sv": "Mer information:",
|
||||||
"ta": "மேலும் விவரத்திற்கு:",
|
"ta": "மேலும் விவரத்திற்கு:",
|
||||||
|
|
Loading…
Add table
Reference in a new issue