LoveIt/i18n/en.toml

75 lines
1 KiB
TOML
Raw Normal View History

2019-03-13 21:56:40 +01:00
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
2019-08-04 15:53:35 +02:00
# === Post ===
[posts]
other = "Posts"
# === Post ===
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
# === Taxonomy ===
[tag]
other = "Tag"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[tags]
other = "Tags"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[category]
other = "Category"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[categories]
other = "Categories"
# === Taxonomy ===
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
# === Pagination ===
[More]
other = "More"
# === Pagination ===
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
# === partials/footer.html ===
[powered]
other = "Powered by %s"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[theme]
other = "Theme - "
# === partials/footer.html ===
2019-03-14 11:13:17 +01:00
2019-08-04 15:53:35 +02:00
# === posts/single.html ===
[toc]
other = "Table of Contents"
[included]
other = "included in"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[wordCount]
other = "about {{ .Count }} words"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[readingTime]
other = "{{ .Count }} min"
2019-03-13 21:56:40 +01:00
[pageviews]
other = "<span class=leancloud-visitors-count></span> pageviews"
2019-08-04 15:53:35 +02:00
[author]
other = "Author"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[lastMod]
other = "This article is updated with %s"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[license]
other = "License"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[back]
other = "Back"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[home]
other = "Home"
# === posts/single.html ===
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
# === 404.html ===
[pageNotFound]
other = "Page not found"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[backToHome]
other = "Back to Home"
# === 404.html ===