This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

174 lines
3.8 KiB
TOML
Raw Permalink Normal View History

2023-10-12 14:01:05 +02:00
# Translations for Polish
# Tłumaczenie na język polski
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# TODO Some fields are waiting for your translation
# === init ===
[init]
configurationError = ""
compatibilityError = ""
RCVersionWarn = ""
devEnvWarn = ""
quicklyUpgrade = ""
# === init ===
# === baseof ===
[baseof]
backToTop = "Powrót do góry"
viewComments = "Zobacz komentarze"
noscript = ""
# === baseof ===
# === Taxonomy ===
[allSome]
other = "Wszystkie {{ .Some }}"
[category]
other = "Kategoria"
[categories]
other = "Kategorie"
[tag]
other = "Tag"
[tags]
other = "Tagi"
[posts]
other = "Posty"
[taxonomy.totalwordCount]
one = ""
other = ""
# === Taxonomy ===
# === Section ===
[section]
recentlyUpdated = "Ostatnio zaktualizowane"
# === Section ===
# === Pagination ===
[pagination]
more = "Więcej"
# === Pagination ===
# === partials/header.html ===
[header]
selectLanguage = "Wybierz język"
noMoretTranslations = "Brak dalszych tłumaczeń"
switchTheme = "Przełącz schemat"
# === partials/header.html ===
# === partials/footer.html ===
[footer]
poweredBySome = "Napędzany przez {{ .Hugo }} | Szablon - {{ .Theme }}"
siteUV = "Całkowita odwiedzających"
sitePV = "Łączna wizyt"
siteRunning = "Website running ..."
# === partials/footer.html ===
# === partials/comment.html ===
[comment]
valineLang = "en" # Valine nie obsługuje języka polskiego
valinePlaceholder = "Twój komentarz ..."
facebookLanguageCode = "pl"
# === partials/comment.html ===
# === partials/assets.html ===
[assets]
search = "Szukaj"
searchPlaceholder = "Wyszukaj tytuł lub treść artykułu ..."
clear = "Pusty"
cancel = "Anuluj"
noResultsFound = "Nie znaleziono wyników"
lunrLanguageCode = "pl"
copyToClipboard = "Skopiuj do schowka"
editLockTitle = "Zablokuj edytowalny blok kodu"
editUnLockTitle = "Odblokuj edytowalny blok kodu"
cookieconsentMessage = "Ta strona korzysta z plików Cookies, aby poprawić komfort użytkowania."
cookieconsentDismiss = "Zgodzić się"
cookieconsentLink = "Ucz się więcej"
# === partials/assets.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "Udostępnij na"
# === partials/plugin/share.html ===
# === posts/single.html ===
[single]
contents= "Spis treści"
repost= ""
publishedOnDate= "opublikowano {{ .Date }}"
includedInCategories= "zawarty w {{ .Categories }}"
views = "wyświetleń"
comments = "komentarzy"
author = "Autor"
updatedOnDate = "Zaktualizowano {{ .Date }}"
readMarkdown = "Zobacz Markdown"
editThisPage = "Edytuj tą stronę"
back = "Wstecz"
home = "Strona główna"
readMore = "Czytaj więcej"
expirationReminder = "Ten artykuł był ostatnio aktualizowany {{ .Date }}, jego treść może być nieaktualna."
encryptedAbstract = ""
encryptedMessage = ""
password = "Hasło"
encryptyAgain = ""
[single.wordCount]
one = "Jedno słowo"
other = "{{ .Count }} słów"
[single.readingTime]
one = "Jedna minuta"
other = "{{ .Count }} minuty"
[single.reward]
donate = ""
wechatpay = ""
alipay = ""
paypal = ""
bitcoin = ""
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Nie znaleziono strony"
[pageNotFoundText]
other = "Wybacz, chyba coś namieszaliśmy."
# === 404.html ===
# === offline ===
[offlineTitle]
other = "Offline"
[offlineText]
other = "Nie masz połączenia z Internetem, dostępne będą tylko strony z pamięci podręcznej."
# === offline ===
# === shortcodes/admonition.html ===
[admonition]
note = "Notka"
abstract = "Streszczenie"
info = "Info"
tip = "Wskazówka"
success = "Sukces"
question = "Pytanie"
warning = "Ostrzeżenie"
failure = "Błąd"
danger = "Niebezpieczeństwo"
bug = "Problem"
example = "Przykład"
quote = "Cytat"
# === shortcodes/admonition.html ===
# === shortcodes/version.html ===
[version]
new = "Dodano"
changed = "Zmieniono"
deleted = "Usunięte"
# === shortcodes/version.html ===