1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # Content
- - id: dateFormat
- translation: "02.01.2006"
- - id: shortdateFormat
- translation: "2 Jan, 2006 15:04:05"
- - id: postedOnDate
- translation: "Gepostet am {{ . }}"
- - id: lastModified
- translation: "(Zuletzt geändert am {{ . }})"
- - id: translationsLabel
- translation: "Andere Sprachen: "
- - id: translationsSeparator
- translation: ", "
- - id: readMore
- translation: "Mehr"
- - id: olderPosts
- translation: "Ältere Posts"
- - id: newerPosts
- translation: "Neuere Posts"
- - id: previousPost
- translation: "Letzter Post"
- - id: nextPost
- translation: "Nächster Post"
- - id: readTime
- translation: "Minuten"
- - id: words
- translation: "Wörter"
- # 404 page
- - id: pageNotFound
- translation: "Ups, diese Seite existiert nicht. (404 Error)"
- # Footer
- - id: poweredBy # Accepts HTML
- translation: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> angetrieben • Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> angepasst von <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
- # Navigation
- - id: toggleNavigation
- translation: "Navigation"
- - id: languageSwitcherLabel
- translation: "Sprache"
- - id: gcseLabelShort
- translation: "Suche"
- - id: gcseLabelLong
- translation: "Suche {{ .Site.Title }}"
- - id: gcseClose
- translation: "Schließen"
- # Staticman
- - id: noComment
- translation: "Kein Kommentar"
- - id: oneComment
- translation: "Kommentar"
- - id: moreComment
- translation: "Kommentare"
- - id: useMarkdown
- translation: "Sie können Markdown-Syntax verwenden"
- - id: yourName
- translation: "Ihr Name"
- - id: yourEmail
- translation: "Ihre Emailadresse"
- - id: yourWebsite
- translation: "Ihre Website"
- # Delayed Disqus
- - id: show
- translation: "Zeige"
- - id: comments
- translation: "Kommentare"
- # Related posts
- - id: seeAlso
- translation: "Siehe auch"
|