1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # Content
- - id: dateFormat
- translation: "02.01.2006"
- - id: shortdateFormat
- translation: "2 Jan, 2006 15:04:05"
- - id: postedOnDate
- translation: "Opublikowany {{ . }}"
- - id: lastModified
- translation: "(Ostatnia modyfikacja {{ . }})"
- - id: translationsLabel
- translation: "Inne języki: "
- - id: translationsSeparator
- translation: ", "
- - id: readMore
- translation: "Więcej"
- - id: olderPosts
- translation: "Poprzednie wpisy"
- - id: newerPosts
- translation: "Następne wpisy"
- - id: previousPost
- translation: "Poprzedni"
- - id: nextPost
- translation: "Następny"
- - id: readTime
- translation: "minuty"
- - id: words
- translation: "słowa"
- # 404 page
- - id: pageNotFound
- translation: "Nieprawidłowy adres (błąd 404)"
- # Footer
- - id: poweredBy # Accepts HTML
- translation: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> napędzany • Motyw <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> przystosowany od <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
- # Navigation
- - id: toggleNavigation
- translation: "Nawigacja"
- - id: languageSwitcherLabel
- translation: "Język"
- - id: gcseLabelShort
- translation: "Szukaj"
- - id: gcseLabelLong
- translation: "Szukaj {{ .Site.Title }}"
- - id: gcseClose
- translation: "Zamknij"
- # Staticman
- - id: noComment
- translation: "Bez komentarza"
- - id: oneComment
- translation: "komentarz"
- - id: moreComment
- translation: "komentarzy"
- - id: useMarkdown
- translation: "Możesz użyć składni Markdown"
- - id: yourName
- translation: "Twoje imię"
- - id: yourEmail
- translation: "Twój adres email"
- - id: yourWebsite
- translation: "Twoja strona internetowa"
- # Delayed Disqus
- - id: show
- translation: "Pokaż"
- - id: comments
- translation: "komentarzy"
- # Related posts
- - id: seeAlso
- translation: "Zobacz też"
|