LoveIt/i18n/en.toml

175 lines
2.3 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
# === baseof ==
[backToTop]
other = "Back to Top"
[viewComments]
other = "View Comments"
# === baseof ==
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 ===
[allSome]
other = "All %s"
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 ===
[selectLanguage]
other = "Select Language"
[search]
other = "Search"
[searchPlaceholder]
other = "Search titles or contents..."
[clear]
other = "Clear"
[cancel]
other = "Cancel"
[noResultsFound]
other = "No results found"
2020-01-30 06:17:42 +01:00
[switchTheme]
other = "Switch Theme"
# === partials/header.html ===
2019-08-04 15:53:35 +02:00
# === partials/footer.html ===
[poweredBySome]
2019-08-04 15:53:35 +02:00
other = "Powered by %s"
2019-03-13 21:56:40 +01:00
2019-08-04 15:53:35 +02:00
[theme]
other = "Theme"
2019-08-04 15:53:35 +02:00
# === partials/footer.html ===
2019-03-14 11:13:17 +01:00
2020-02-21 16:42:35 +01:00
# === partials/plugin/share.html ===
[shareOn]
other = "Share on"
2020-02-21 16:42:35 +01:00
# === partials/plugin/share.html ===
2019-08-04 15:53:35 +02:00
# === posts/single.html ===
[contents]
2020-01-31 11:46:28 +01:00
other = "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
2020-03-03 15:25:48 +01:00
[views]
other = "views"
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]
2020-01-31 15:53:04 +01:00
other = "The article was updated on %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
[seeMarkdown]
other = "Read Markdown"
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-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
2020-01-31 11:46:28 +01:00
[pageNotFoundText]
other = "The page you're looking for doesn't exist. Sorry."
2019-08-04 15:53:35 +02:00
[backToHome]
other = "Back to Home"
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "Note"
[abstract]
other = "Abstract"
[info]
other = "Info"
[tip]
other = "Tip"
[success]
other = "Success"
[question]
other = "Question"
[warning]
other = "Warning"
[failure]
other = "Failure"
[danger]
other = "Danger"
[bug]
other = "Bug"
[example]
other = "Example"
[quote]
other = "Quote"
# === shortcodes/admonition.html ===
# === shortcodes/version.html ===
[new]
other = "NEW"
[changed]
other = "CHANGED"
[deleted]
other = "DELETED"
# === shortcodes/version.html ===