# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Translations"

[postAvailable]
other = "Also available in"


# 404.html
#
[archives]
other = "Archives"

[home]
other = "Home"

[notFound]
other = "Oops, page not found…"


# posts/single.html
#
[readingTime]
one = "One minute"
other = "{{ .Count }} minutes"

[tableOfContents]
other = "Table of Contents"

[wordCount]
one = "One Word"
other = "{{ .Count }} Words"

[post]
pageViews = "Views"
unknownViews = "Unknown"
present = "Present"

[portfolio]
skillsDeveloped = "Skills developed"
viewSource = "View source"
viewSourceKind = "View {{ . }} source"
liveDemo = "Live demo"