LoveIt/i18n/en.toml
2019-08-04 21:53:35 +08:00

71 lines
948 B
TOML

# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === Post ===
[posts]
other = "Posts"
# === Post ===
# === Taxonomy ===
[tag]
other = "Tag"
[tags]
other = "Tags"
[category]
other = "Category"
[categories]
other = "Categories"
# === Taxonomy ===
# === Pagination ===
[More]
other = "More"
# === Pagination ===
# === partials/footer.html ===
[powered]
other = "Powered by %s"
[theme]
other = "Theme - "
# === partials/footer.html ===
# === posts/single.html ===
[wrote]
other = "wrote on"
[wordCount]
other = "about {{ .Count }} words"
[readingTime]
other = "{{ .Count }} min"
[author]
other = "Author"
[lastMod]
other = "Last Modified"
[share]
other = "Share"
[license]
other = "License"
[back]
other = "Back"
[home]
other = "Home"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Page not found"
[backToHome]
other = "Back to Home"
# === 404.html ===