65 lines
1.6 KiB
YAML
65 lines
1.6 KiB
YAML
# Content
|
|
- id: dateFormat
|
|
translation: "02.01.2006"
|
|
- id: shortdateFormat
|
|
translation: "2 Jan, 2006 15:04:05"
|
|
- id: postedOnDate
|
|
translation: "Opublikowany {{ .Count }}"
|
|
- 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="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</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: "No comment"
|
|
- id: oneComment
|
|
translation: "comment"
|
|
- id: moreComment
|
|
translation: "comments"
|
|
- id: useMarkdown
|
|
translation: "You can use Markdown syntax"
|
|
- id: yourName
|
|
translation: "Your name"
|
|
- id: yourEmail
|
|
translation: "Your email address"
|
|
- id: yourWebsite
|
|
translation: "You website"
|
|
|
|
|
|
|