From 856d4f18736b2ab7bed721d4fbf239e3eb3803bc Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sun, 26 Jul 2020 00:19:17 +0200 Subject: Add Czech translations + support multiple plurals --- i18n/cs.toml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 i18n/cs.toml (limited to 'i18n/cs.toml') diff --git a/i18n/cs.toml b/i18n/cs.toml new file mode 100644 index 0000000..a78a1c4 --- /dev/null +++ b/i18n/cs.toml @@ -0,0 +1,59 @@ +[sidebarToc] + other = "Obsah" + +[sidebarPages] + other = "Navigace" + +[sidebarTags] + other = "Štítky" + +[sidebarLinks] + other = "Odkazy" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Vytvořeno pomocí " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Bez štítků" + +[postMetaWordCount] + one = "{{.Count}} slovo" + few = "{{.Count}} slova" + many = "{{.Count}} slov" + other = "{{.Count}} slov" + +[postMetaReadingTime] + one = "{{.Count}} minuta" + few = "{{.Count}} minuty" + many = "{{.Count}} minut" + other = "{{.Count}} minut" + +[postCopyrightFront] + other = "Pokud není uvedeno jinak, tato stránka je licencována pod " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "Načíst komentáře" + +[archivesTotalPages] + other = "Celkový počet článků: " + +[tagsCurrentTag] + other = "Počet článků se štítkem {{ .Title }}: " + +[searchSuccess] + other = "[NUM] výsledků ([TIME] ms)" + +[searchNotFound] + other = "Nic jsme nenašli" + +[searchFailed] + other = "Nepodařilo se načíst index" -- cgit v1.2.3