Skip to content

Commit

Permalink
Add Czech localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekwwer authored and laymonage committed Nov 28, 2024
1 parent 4ca6c58 commit 7cd88b2
Show file tree
Hide file tree
Showing 37 changed files with 368 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ major updates to the project.
- Added Bulgarian localization
([#1544](https://github.com/giscus/giscus/pull/1544)).

- Added Czech localization
([#1561](https://github.com/giscus/giscus/pull/1561)).

## 2024-06-08

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.bg.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Aquest fitxer README està disponible en:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
116 changes: 116 additions & 0 deletions README.cs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# [giscus][giscus]

Systém komentářů založený na [GitHub Discussions][discussions]. Nechte návštěvníky zanechávat komentáře a reakce na vašem webu prostřednictvím GitHub! Silně inspirováno [utterances][utterances].

- [Open source][repo]. 🌏
- Žádné trackování, žádné reklamy, vždy zdarma. 📡 🚫
- Není potřeba žádná databáze. Všechna data jsou uložena v GitHub Discussions. :octocat:
- Podporuje [vlastní barevná schémata][creating-custom-themes]! 🌗
- Podporuje [více jazyků][multiple-languages]. 🌐
- [Rozsáhle konfigurovatelné][advanced-usage]. 🔧
- Automaticky načítá nové komentáře a úpravy z GitHub. 🔃
- [Lze hostovat na vlastním serveru][self-hosting]! 🤳

> **Poznámka**
> giscus je stále ve fázi aktivního vývoje. GitHub také stále aktivně vyvíjí Discussions a jeho API. Některé funkce giscusu se tedy mohou časem rozbít nebo změnit.
## Jak to funguje

Při načtení nástroje giscus se použije [GitHub Discussions search API][search-api] k vyhledání diskuse spojené se stránkou na základě zvoleného mapování (URL, `pathname`, `<title>` atd.). Pokud odpovídající diskusi nenajde, giscus bot automaticky vytvoří diskusi, jakmile někdo poprvé zanechá komentář nebo reakci.

Aby mohli návštěvníci komentovat, musí autorizovat [aplikaci giscus][giscus-app], aby [psala jejich jménem][authorization] pomocí GitHub OAuth. Případně mohou návštěvníci komentovat přímo v GitHub Discussion. Komentáře můžete moderovat na GitHub.

[giscus]: https://giscus.app
[discussions]: https://docs.github.com/en/discussions
[utterances]: https://github.com/utterance/utterances
[repo]: https://github.com/giscus/giscus
[advanced-usage]: https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md
[creating-custom-themes]: https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#data-theme
[multiple-languages]: https://github.com/giscus/giscus/blob/main/CONTRIBUTING.md#adding-localizations
[self-hosting]: https://github.com/giscus/giscus/blob/main/SELF-HOSTING.md
[search-api]: https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions#search
[giscus-app]: https://github.com/apps/giscus
[authorization]: https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps

<!-- configuration -->

Pokud používáte giscus, zvažte [zahvězdičkování 🌟 giscus na GitHub][repo] a přidání tématu [`giscus`][giscus-topic] [do svého repozitáře][topic-howto]! 🎉

## Pokročilé použití

Další konfigurace (např. povolení konkrétních domén) můžete přidat podle [průvodce pokročilým použitím][advanced-usage].

Chcete-li používat giscus s React, Vue nebo Svelte, podívejte se na [knihovnu komponent giscus][giscus-component].

## Migrace

Pokud jste dříve používali jiné systémy, které využívají GitHub Issues (např. [utterances][utterances], [gitalk][gitalk]), můžete [převést stávající issues na discussions][convert]. Po převodu se jen ujistěte, že mapování mezi názvy diskusí a stránkami je správné, pak bude giscus automaticky používat Discussions.

## Stránky používající giscus

- [laymonage.com][laymonage-website]
- [os.phil-opp.com][os-phil-opp]
- [Stats and R][statsandr]
- [Tech Debt Burndown Podcast][techdebtburndown]
- [**and many more!**][giscus-topic]

## Přispívání

Viz [CONTRIBUTING.md][contributing]

[giscus-component]: https://github.com/giscus/giscus-component
[repo]: https://github.com/giscus/giscus
[giscus-topic]: https://github.com/topics/giscus
[topic-howto]: https://docs.github.com/en/github/administering-a-repository/classifying-your-repository-with-topics
[advanced-usage]: https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md
[utterances]: https://github.com/utterance/utterances
[gitalk]: https://github.com/gitalk/gitalk
[convert]: https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion
[laymonage-website]: https://laymonage.com/posts/giscus
[os-phil-opp]: https://os.phil-opp.com
[statsandr]: https://statsandr.com
[techdebtburndown]: https://techdebtburndown.com
[contributing]: https://github.com/giscus/giscus/blob/main/CONTRIBUTING.md

<!-- end -->

---

Toto README je k dispozici v:

- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
- [Esperanto](README.eo.md)
- [Español](README.es.md)
- [Persian (فارسی)](README.fa.md)
- [Français](README.fr.md)
- [Ελληνικά](README.gr.md)
- [Srpsko-Hrvatski (BCMS)](README.hbs.md)
- [עברית](README.he.md)
- [Magyar](README.hu.md)
- [Indonesia](README.id.md)
- [Italiano](README.it.md)
- [日本語](README.ja.md)
- [ភាសាខ្មែរ](README.kh.md)
- [한국어](README.ko.md)
- [Nederlands](README.nl.md)
- [Polski](README.pl.md)
- [Português](README.pt.md)
- [Română](README.ro.md)
- [Русский](README.ru.md)
- [ภาษาไทย](README.th.md)
- [Türkçe](README.tr.md)
- [Tiếng Việt](README.vi.md)
- [Українська](README.uk.md)
- [O'zbek](README.uz.md)
- [简体中文](README.zh-CN.md)
- [繁體中文](README.zh-TW.md)

[![Powered by Vercel](public/powered-by-vercel.svg)][vercel]

[vercel]: https://vercel.com/?utm_source=giscus&utm_campaign=oss
1 change: 1 addition & 0 deletions README.da.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Denne README er tilgængelig på:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Diese README ist verfügbar in:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.eo.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Vidu [CONTRIBUTING.md][contributing]
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Este archivo README está disponible en:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Ce README est disponible en :
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.gr.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.hbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Ovaj README je dostupan na:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.he.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.hu.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ This README is available in:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ README ini tersedia dalam bahasa:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Questo README è disponibile in:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ READMEは下記の言語で参照できます:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.kh.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ GitHub Issues를 활용한 다른 시스템(예를 들면, [utterances][utteranc
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ This README is available in:
- [Arabic (العربية)](README.ar.md)
- [Bulgarian (български)](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Deze readme is ook beschikbaar in het:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ This README is available in:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Esse README também está disponível em:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.ro.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Acest README este disponibil în:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.th.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ README นี้ในภาษาอื่น:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ README şu dillerde de mevcut:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.uz.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Ushbu README quyidagi tillarda mavjud:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ README này có sẵn trong:
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ giscus 加载时,会使用 [GitHub Discussions 搜索 API][search-api] 根据
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ giscus 載入時,會使用 [GitHub Discussions 搜尋 API][search-api] 根據
- [Arabic (العربية)](README.ar.md)
- [български](README.bg.md)
- [Català](README.ca.md)
- [Čeština](README.cs.md)
- [Dansk](README.da.md)
- [Deutsch](README.de.md)
- [English](README.md)
Expand Down
1 change: 1 addition & 0 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
'ar',
'bg',
'ca',
'cs',
'da',
'de',
'en',
Expand Down
Loading

0 comments on commit 7cd88b2

Please sign in to comment.