diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index cd866d7a..ee3e5c48 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -76,6 +76,7 @@ The theme currently supports the following languages by default: | :tr: Turkish | `tr` | | 🇭🇷 Croatian | `hr` | | 🇮🇩 Indonesian | `id` | +| 🇨🇿 Czech | `cs` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/nunocoracao/blowfish/pulls). diff --git a/i18n/cs.yaml b/i18n/cs.yaml new file mode 100644 index 00000000..f5a3908c --- /dev/null +++ b/i18n/cs.yaml @@ -0,0 +1,67 @@ +article: + anchor_label: "Kotva" + date: "{{ .Date }}" + date_updated: "Aktualizováno: {{ .Date }}" + draft: "Návrh" + edit_title: "Upravit" + reading_time: + one: "{{ .Count }} min" + other: "{{ .Count }} min" + reading_time_title: "Doba čtení" + table_of_contents: "Obsah" + word_count: + one: "{{ .Count }} slovo" + other: "{{ .Count }} slov" + views: + one: "{{ .Count }} zhlédnutí" + other: "{{ .Count }} zhlédnutí" + likes: + one: "{{ .Count }} líbí se mi" + other: "{{ .Count }} líbí se mi" + part_of_series: "Tento článek patří do série." + part: "Část" + this_article: "Tento článek" + +author: + byline_title: "Autor" + +code: + copy: "Kopírovat" + copied: "Zkopírováno" + +error: + 404_title: "Stránka nenalezena :confused:" + 404_error: "Error 404" + 404_description: "Zdá se, že stránka neexistuje." + +footer: + dark_appearance: "Přepnout na tmavý režim" + light_appearance: "Přepnout na světlý režim" + powered_by: "Postaveno na technologiích {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Odkaz na externí stránku" + no_articles: "Tato sekce zatím neobsahuje žádné články." + +nav: + scroll_to_top_title: "Nahoru" + skip_to_main: "Přeskočit na hlavní obsah" + +search: + open_button_title: "Vyhledat (/)" + close_button_title: "Zavřít (Esc)" + input_placeholder: "Hledat" + +sharing: + email: "Poslat emailem" + facebook: "Sdílet na Facebook" + linkedin: "Sdílet na LinkedIn" + pinterest: "Připnout na Pinterest" + reddit: "Přidat na Reddit" + twitter: "Tweet na Twitter" + +shortcode: + recent_articles: "Nedávné" + +recent: + show_more: "Zobrazit další"