Skip to content

Commit

Permalink
Add Czech language
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbranda committed Oct 4, 2021
1 parent 53baf0b commit c433f34
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ FeelIt supports the following languages:
* Vietnamese
* Simplified Chinese
* Hungarian
* Czech
* [Contribute with a new language](https://github.com/khusika/FeelIt/pulls)

[Languages Compatibility](https://feelit.khusika.com/theme-documentation-basics/#language-compatibility)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Vietnamese | `vi` | `vi` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| Simplified Chinese | `zh-cn` | `zh-CN` | :(far fa-check-square fa-fw): | :(far fa-check-square fa-fw): |
| Hungarian | `hu` | `hu` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Czech | `cs` | `cs` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |

### 4.2 Basic Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Vietnamese | `vi` | `vi` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| Simplified Chinese | `zh-cn` | `zh-CN` | :(far fa-check-square fa-fw): | :(far fa-check-square fa-fw): |
| Hungarian | `hu` | `hu` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Czech | `cs` | `cs` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |

### 4.2 Basic Configuration

Expand Down
203 changes: 203 additions & 0 deletions i18n/cs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
# Translations for Czech
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# === baseof ==
[backToTop]
other = "Zpátky na začátek"

[viewComments]
other = "Zobrazit komentáře"
# === baseof ==

# === Post ===
[posts]
other = "Příspěvky"
# === Post ===

# === Taxonomy ===
[allSome]
other = "Všechny {{ .Some }}"

[tag]
other = "Značka"

[tags]
other = "Značky"

[category]
other = "Kategorie"

[categories]
other = "Kategorie"
# === Taxonomy ===

# === Pagination ===
[more]
other = "Více"
# === Pagination ===

# === partials/header.html ===
[selectLanguage]
other = "Vybrat jazyk"

[switchTheme]
other = "Přepnout motiv"
# === partials/header.html ===

# === partials/footer.html ===
[poweredBySome]
other = "Pohání {{ .Hugo }} | Motiv - {{ .Theme }}"
# === partials/footer.html ===

# === partials/comment.html ===
[valineLang]
other = "cs"

[valinePlaceholder]
other = "Váš komentář…"

[facebookLanguageCode]
other = "cs_CZ"
# === partials/comment.html ===

# === partials/assets.html ===
[search]
other = "Hledat"

[searchPlaceholder]
other = "Hledat podle titulku nebo obsahu…"

[clear]
other = "Vymazat"

[cancel]
other = "Zrušit"

[noResultsFound]
other = "Nenalezeny žádné výsledky"

[lunrLanguageCode]
other = "cs"

[copyToClipboard]
other = "Zkopírovat do schránky"

[cookieconsentMessage]
other = "Tato webová stránka využívá Cookies za účelem vylepšení vašeho zážitku."

[cookieconsentDismiss]
other = "Chápu!"

[cookieconsentLink]
other = "Zjistit více"
# === partials/assets.html ===

# === partials/plugin/share.html ===
[shareOn]
other = "Sdílet na"
# === partials/plugin/share.html ===

# === posts/single.html ===
[contents]
other = "Obsah"

[publishedOnDate]
other = "zveřejněno: {{ .Date }}"

[publishedInCategories]
other = "zveřejněno v {{ .Categories }}"

[includedInCategories]
other = "zahrnuto v {{ .Categories }}"

[wordCount]
one = "Jedno slovo"
other = "{{ .Count }} slov"

[readingTime]
one = "Jedna minuta"
other = "{{ .Count }} minut"

[views]
other = "zobrazení"

[author]
other = "Autor"

[updatedOnDate]
other = "Aktualizováno {{ .Date }}"

[readMarkdown]
other = "Číst Markdown"

[improveArticle]
other = "Vylepšit článek"

[back]
other = "Zpět"

[home]
other = "Domů"
# === posts/single.html ===

# === 404.html ===
[pageNotFound]
other = "Stránka nebyla nalezena"

[pageNotFoundText]
other = "Stránka, kterou hledáte, neexistuje. Omlouváme se."
# === 404.html ===

# === Offline Page ===
[pageOffline]
other = "Jste offline. Zkontrolujte své internetové připojení."
# === Offline Page ===

# === shortcodes/admonition.html ===
[note]
other = "Poznámka"

[abstract]
other = "Abstrakt"

[info]
other = "Informace"

[tip]
other = "Tip"

[success]
other = "Úspěch"

[question]
other = "Otázka"

[warning]
other = "Upozornění"

[failure]
other = "Neúspěch"

[danger]
other = "Výstraha"

[bug]
other = "Chyba"

[example]
other = "Příklad"

[quote]
other = "Citát"
# === shortcodes/admonition.html ===

# === shortcodes/version.html ===
[new]
other = "NOVÝ"

[changed]
other = "POZMĚNĚNÝ"

[deleted]
other = "SMAZANÝ"
# === shortcodes/version.html ===

0 comments on commit c433f34

Please sign in to comment.