diff options
author | Devercises | 2021-03-19 11:52:32 +0100 |
---|---|---|
committer | Devercises | 2021-03-19 11:52:32 +0100 |
commit | de3892ce29275ba0b33b91ce6385355aae2e6afb (patch) | |
tree | cf92091a89d283dcdef181464da70cfadb2b1ce8 /i18n/pl.toml | |
parent | f1266a27279cfc6839453737fcf660ac59262105 (diff) | |
download | hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.tar.gz hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.tar.bz2 hugo-theme-fuji-de3892ce29275ba0b33b91ce6385355aae2e6afb.zip |
Add Polish Language Support
Diffstat (limited to 'i18n/pl.toml')
-rw-r--r-- | i18n/pl.toml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/i18n/pl.toml b/i18n/pl.toml new file mode 100644 index 0000000..3afda23 --- /dev/null +++ b/i18n/pl.toml @@ -0,0 +1,55 @@ +[sidebarToc] + other = "Spis Treści" + +[sidebarPages] + other = "Strony" + +[sidebarTags] + other = "Tagi" + +[sidebarLinks] + other = "Linki" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Wspierane Przez " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Bez Tagu" + +[postMetaWordCount] + one = "{{.Count}} słowo" + other = "{{.Count}} słowa" + +[postMetaReadingTime] + one = "{{.Count}} minuta" + other = "{{.Count}} minut" + +[postCopyrightFront] + other = "O ile nie zaznaczono inaczej, zawartość tej witryny jest objęta licencją " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "wczytaj komentarze" + +[archivesTotalPages] + other = "Wszystkie posty: " + +[tagsCurrentTag] + other = "Posty z tagiem {{ .Title }}: " + +[searchSuccess] + other = "[NUM] wyników ([TIME] milisekund)" + +[searchNotFound] + other = "Nieznaleziono wyników" + +[searchFailed] + other = "Nieudało się znaleźć pliku index"
\ No newline at end of file |