Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Ziobroń <lukasz@coders.school>2020-04-15 13:44:06 +0300
committerGitHub <noreply@github.com>2020-04-15 13:44:06 +0300
commitea7b9beaa3884a5f4cc501cac0b997e23c9b4282 (patch)
tree1b9ffaeb8cc7d76c2cae0715a0f5bfddb4740f11
parentc56f219b3eabbc296691bf9d3a96e8b326aff386 (diff)
Add Polish translation (#218)
* Polish translation * Fixes in polish translation * Update pl.toml
-rw-r--r--i18n/pl.toml140
1 files changed, 140 insertions, 0 deletions
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..07ab6ef
--- /dev/null
+++ b/i18n/pl.toml
@@ -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 ===