From 561082dbfa31e5fdc818e8d882739e44e96e5cc9 Mon Sep 17 00:00:00 2001 From: tomkys144 Date: Fri, 9 Oct 2020 18:49:18 +0200 Subject: [PATCH] Added czech translation (#432) --- i18n/cs.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 i18n/cs.toml diff --git a/i18n/cs.toml b/i18n/cs.toml new file mode 100644 index 0000000..25ef5b3 --- /dev/null +++ b/i18n/cs.toml @@ -0,0 +1,26 @@ +[category] +other = "kategorie" + +[tag] +other = "tag" + +[series] +other = "série" + +[reading_time] +other = "Délka čtení: {{ .Count }}" + +[page_not_found] +other = "Stránka nenalezena" + +[page_does_not_exist] +other = "Omlouváme se, stránka nebyla nalezena." + +[head_back] +other = "Můžete se vrátit na homepage." + +[powered_by] +other = "Stránka používá" + +[see_also] +other = "Podívejte se také na"