From 9276a90cfad3d80e463ed22a19ff0abf8dbff84f Mon Sep 17 00:00:00 2001
From: Petr Vála <petr.vala@protonmail.ch>
Date: Tue, 21 Nov 2023 19:30:49 +0000
Subject: [PATCH] localization: Create Czech (cs) localization (#626)
---
i18n/cs.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/i18n/cs.toml b/i18n/cs.toml
new file mode 100644
index 0000000..ecb023a
--- /dev/null
+++ b/i18n/cs.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Více"
+
+[allTitle]
+other = "Všechny {{.Title }}"
+
+[recentTitle]
+other = "Nejnovější {{.Title }}"
+
+[readMore]
+other = "čti dále"
+
+[by]
+other = "Autor"
+
+[whatsInThis]
+other = "Co je v tomto {{ .Type }}"
+
+[related]
+other = "Related"
+
+[yourName]
+other = "Jméno"
+
+[emailAddress]
+other = "Emailová adresa"
+
+[message]
+other = "Zpráva"
+
+[emailRequiredNote]
+other = "Emailová adresa je požadována."
+
+[send]
+other = "Odeslat"
+
+[taxonomyPageList]
+other = "Stránky obsahující taxonomický termín “{{ .Title }}”"
+
+[readingTime]
+one = "Jedna minuta čtení"
+other = "{{ .Count }} minut čtení"
+
+[wordCount]
+one = "Jedno slovo"
+other = "{{ .Count }} slov"
+
+[pageTitle]
+other = "{{ .Name }} stránka"
--
Gitblit v1.10.0