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
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/pl.toml42
1 files changed, 42 insertions, 0 deletions
diff --git a/i18n/pl.toml b/i18n/pl.toml
index 07ab6ef..3b66112 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -1,6 +1,14 @@
# Translations for Polish
# https://gohugo.io/content-management/multilingual/#translation-of-strings
+# === baseof ==
+[backToTop]
+other = "Powrót do góry"
+
+[viewComments]
+other = "Zobacz komentarze"
+# === baseof ==
+
# === Post ===
[posts]
other = "Posty"
@@ -32,6 +40,21 @@ other = "Więcej"
[selectLanguage]
other = "Wybierz język"
+[search]
+other = "Szukaj"
+
+[searchPlaceholder]
+other = "Wyszukaj tytuł lub treść artykułu ..."
+
+[clear]
+other = "Pusty"
+
+[cancel]
+other = "Anuluj"
+
+[noResultsFound]
+other = "Nie znaleziono wyników"
+
[switchTheme]
other = "Przełącz schemat"
# === partials/header.html ===
@@ -44,6 +67,14 @@ other = "Napędzany przez %s"
other = "Szablon"
# === partials/footer.html ===
+# === partials/assets.html ===
+[lunrLanguageLib]
+other = "lib/lunr/lunr.pl.js"
+
+[lunrLanguageCode]
+other = "pl"
+# === partials/assets.html ===
+
# === partials/plugin/share.html ===
[shareOn]
other = "Udostępnij na"
@@ -138,3 +169,14 @@ other = "Przykład"
[quote]
other = "Cytat"
# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "Dodano"
+
+[changed]
+other = "Zmieniono"
+
+[deleted]
+other = "Usunięte"
+# === shortcodes/version.html ===