LoveIt/i18n/en.toml

109 lines
1.4 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 ===
2019-08-24 13:32:41 +02:00
[all]
other = "all "
2019-08-24 13:32:41 +02:00
2019-08-04 15:53:35 +02:00
[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 ===
2020-01-30 06:17:42 +01:00
[more]
2019-08-04 15:53:35 +02:00
other = "More"
# === Pagination ===
2019-03-13 21:56:40 +01:00
2020-01-30 06:17:42 +01:00
# === partials/header.html ===
[switchTheme]
other = "Switch Theme"
# === partials/header.html ===
# === partials/comments.html ===
[valineLang]
other = "en"
# === partials/comments.html ===
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"
2019-08-18 19:36:52 +02:00
[publish]
other = "published on"
[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]
2019-08-19 07:26:39 +02:00
other = "Published under the %s 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"
2019-08-18 19:36:52 +02:00
2020-01-30 06:17:42 +01:00
[readMore]
2019-08-19 07:26:39 +02:00
other = "Read More"
2019-08-24 13:32:41 +02:00
[day]
other = "d"
[hour]
other = "hr"
[minute]
other = "min"
[second]
other = "sec"
2019-08-24 19:15:06 +02:00
[return]
other = "return"
2019-08-04 15:53:35 +02:00
# === 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 ===