Add Polish translation (#218)

* Polish translation

* Fixes in polish translation

* Update pl.toml
This commit is contained in:
Łukasz Ziobroń 2020-04-15 12:44:06 +02:00 committed by GitHub
parent c56f219b3e
commit ea7b9beaa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

140
i18n/pl.toml Normal file
View file

@ -0,0 +1,140 @@
# Translations for Polish
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === Post ===
[posts]
other = "Posty"
# === Post ===
# === Taxonomy ===
[allSome]
other = "Wszystkie %s"
[tag]
other = "Tag"
[tags]
other = "Tagi"
[category]
other = "Kategoria"
[categories]
other = "Kategorie"
# === Taxonomy ===
# === Pagination ===
[more]
other = "Więcej"
# === Pagination ===
# === partials/header.html ===
[selectLanguage]
other = "Wybierz język"
[switchTheme]
other = "Przełącz schemat"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
other = "Napędzany przez %s"
[theme]
other = "Szablon"
# === partials/footer.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "Udostępnij na"
# === partials/plugin/share.html ===
# === posts/single.html ===
[contents]
other = "Spis treści"
[publish]
other = "opublikowano"
[included]
other = "zawarty w"
[wordCount]
other = "około {{ .Count }} słów"
[readingTime]
other = "{{ .Count }} min"
[views]
other = "wyświetleń"
[author]
other = "Autor"
[lastMod]
other = "Artykuł ostatnio zaktualizowany %s"
[license]
other = "Opublikowano na licencji %s"
[seeMarkdown]
other = "Zobacz Markdown"
[back]
other = "Wstecz"
[home]
other = "Strona główna"
[readMore]
other = "Czytaj więcej"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Nie znaleziono strony"
[pageNotFoundText]
other = "Wybacz, chyba coś namieszaliśmy."
[backToHome]
other = "Powrót na główną"
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "Notka"
[abstract]
other = "Streszczenie"
[info]
other = "Info"
[tip]
other = "Wskazówka"
[success]
other = "Sukces"
[question]
other = "Pytanie"
[warning]
other = "Ostrzeżenie"
[failure]
other = "Błąd"
[danger]
other = "Niebezpieczeństwo"
[bug]
other = "Problem"
[example]
other = "Przykład"
[quote]
other = "Cytat"
# === shortcodes/admonition.html ===