diff options
author | DSRKafuU | 2020-07-29 15:38:37 +0800 |
---|---|---|
committer | GitHub | 2020-07-29 15:38:37 +0800 |
commit | 22ae19173744e84d3f3d651f6d7a2949259f1e6a (patch) | |
tree | 8ce6c7288db2e652563453ee4a70a216ce34ffa8 /i18n/cs.toml | |
parent | 73a776cccb9d1a993da6910c20166bafdd5c731e (diff) | |
parent | 856d4f18736b2ab7bed721d4fbf239e3eb3803bc (diff) | |
download | hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.gz hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.tar.bz2 hugo-theme-fuji-22ae19173744e84d3f3d651f6d7a2949259f1e6a.zip |
Merge pull request #42 from danielhollas/czech
Add Czech translations + support multiple plurals
Diffstat (limited to 'i18n/cs.toml')
-rw-r--r-- | i18n/cs.toml | 59 |
1 files changed, 59 insertions, 0 deletions
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" |