mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
commit
5e538c10fb
2 changed files with 68 additions and 0 deletions
|
@ -76,6 +76,7 @@ The theme currently supports the following languages by default:
|
||||||
| :tr: Turkish | `tr` |
|
| :tr: Turkish | `tr` |
|
||||||
| 🇭🇷 Croatian | `hr` |
|
| 🇭🇷 Croatian | `hr` |
|
||||||
| 🇮🇩 Indonesian | `id` |
|
| 🇮🇩 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).
|
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).
|
||||||
|
|
||||||
|
|
67
i18n/cs.yaml
Normal file
67
i18n/cs.yaml
Normal file
|
@ -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ší"
|
Loading…
Reference in a new issue