Skip to content

Commit

Permalink
Merge branch 'main' into feat/bugreportz-update
Browse files Browse the repository at this point in the history
  • Loading branch information
therealhappy committed Oct 13, 2024
2 parents 286b42d + 1c4c70b commit 38ea24a
Show file tree
Hide file tree
Showing 692 changed files with 5,382 additions and 1,476 deletions.
10 changes: 9 additions & 1 deletion contributing-guides/translation-templates/alias-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,15 @@ The templates can be changed when necessary.

### sh

Not translated yet.
```markdown
# example

> Ova komanda je pseudonim za `example`.

- Pogledaj dokumentaciju za originalnu komandu:

`tldr example`
```

---

Expand Down
343 changes: 343 additions & 0 deletions contributing-guides/translation-templates/more-info-link.md
Original file line number Diff line number Diff line change
@@ -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>.
```

---
8 changes: 0 additions & 8 deletions pages.ar/windows/curl.md

This file was deleted.

8 changes: 0 additions & 8 deletions pages.ar/windows/wget.md

This file was deleted.

8 changes: 4 additions & 4 deletions pages.bn/android/bugreportz.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

`bugreportz -p`

- সংস্করণ দেখুন:

`bugreportz -v`

- সাহায্য প্রদর্শন:

`bugreportz -h`

- সংস্করণ দেখুন:

`bugreportz -v`
Loading

0 comments on commit 38ea24a

Please sign in to comment.