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

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-16 13:31:06 +0300
committerGitHub <noreply@github.com>2020-04-16 13:31:06 +0300
commit6112b510bfc0d6b0638d45c7541aac4c9ae5d9d2 (patch)
treef489720cb63d457b5a4cbd4390982708aefff7c6 /i18n
parent6dcb8ce338d98cb844cf868b0719e712cd6984f3 (diff)
chore(i18n): update Polish and docs (#234)
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 07ab6ef8..3b66112e 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 ===