aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/cs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/i18n/cs.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/cs.yaml73
1 files changed, 73 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/i18n/cs.yaml b/themes/hugo-theme-stack/i18n/cs.yaml
new file mode 100644
index 0000000..7b9b519
--- /dev/null
+++ b/themes/hugo-theme-stack/i18n/cs.yaml
@@ -0,0 +1,73 @@
+toggleMenu:
+ other: Skrýt menu
+
+darkMode:
+ other: Tmavý režim
+
+list:
+ page:
+ one: "{{ .Count }} stránka"
+ other: "{{ .Count }} stránek"
+
+ section:
+ other: Kategorie
+
+ subsection:
+ one: Podkategorie
+ other: Podkategorie
+
+article:
+ back:
+ other: Zpět
+
+ tableOfContents:
+ other: Obsah
+
+ relatedContent:
+ other: Související
+
+ lastUpdatedOn:
+ other: Naposledy aktualizováno
+
+ readingTime:
+ one: "{{ .Count }} minuta"
+ other: "{{ .Count }} minut"
+
+notFound:
+ title:
+ other: Nenalezeno
+
+ subtitle:
+ other: Tato stránka neexistuje
+
+widget:
+ archives:
+ title:
+ other: Archivy
+
+ more:
+ other: Více
+
+ tagCloud:
+ title:
+ other: Štítky
+ categoriesCloud:
+ title:
+ other: Kategorie
+
+search:
+ title:
+ other: Hledat
+
+ placeholder:
+ other: Zadejte něco...
+
+ resultTitle:
+ other: "#PAGES_COUNT stránek (#TIME_SECONDS sekund)"
+
+footer:
+ builtWith:
+ other: Vytvořeno pomocí {{ .Generator }}
+
+ designedBy:
+ other: Šablona {{ .Theme }} od {{ .DesignedBy }}