LoveIt/i18n/en.toml
2020-02-14 22:18:22 +08:00

113 lines
1.6 KiB
TOML

# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === Post ===
[posts]
other = "Posts"
# === Post ===
# === Taxonomy ===
[all]
other = "all "
[tag]
other = "Tag"
[tags]
other = "Tags"
[category]
other = "Category"
[categories]
other = "Categories"
# === Taxonomy ===
# === Pagination ===
[more]
other = "More"
# === Pagination ===
# === partials/header.html ===
[switchTheme]
other = "Switch Theme"
# === partials/header.html ===
# === partials/comment.html ===
[valineLang]
other = "en"
# === partials/comment.html ===
# === partials/footer.html ===
[powered]
other = "Powered by %s"
[theme]
other = "Theme - "
# === partials/footer.html ===
# === partials/post/share.html ===
[share]
other = "Share on"
# === partials/post/share.html ===
# === posts/single.html ===
[toc]
other = "Contents"
[publish]
other = "published on"
[included]
other = "included in"
[wordCount]
other = "about {{ .Count }} words"
[readingTime]
other = "{{ .Count }} min"
[pageviews]
other = "<span class=leancloud-visitors-count></span> pageviews"
[author]
other = "Author"
[lastMod]
other = "The article was updated on %s"
[license]
other = "Published under the %s license"
[back]
other = "Back"
[home]
other = "Home"
[readMore]
other = "Read More"
[day]
other = "d"
[hour]
other = "hr"
[minute]
other = "min"
[second]
other = "sec"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Page not found"
[pageNotFoundText]
other = "The page you're looking for doesn't exist. Sorry."
[backToHome]
other = "Back to Home"
# === 404.html ===