mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
179 lines
2.4 KiB
TOML
179 lines
2.4 KiB
TOML
# Translations for English
|
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
|
|
|
# === baseof ==
|
|
[backToTop]
|
|
other = "Back to Top"
|
|
|
|
[viewComments]
|
|
other = "View Comments"
|
|
# === baseof ==
|
|
|
|
# === Post ===
|
|
[posts]
|
|
other = "Posts"
|
|
# === Post ===
|
|
|
|
# === Taxonomy ===
|
|
[allSome]
|
|
other = "All %s"
|
|
|
|
[tag]
|
|
other = "Tag"
|
|
|
|
[tags]
|
|
other = "Tags"
|
|
|
|
[category]
|
|
other = "Category"
|
|
|
|
[categories]
|
|
other = "Categories"
|
|
# === Taxonomy ===
|
|
|
|
# === Pagination ===
|
|
[more]
|
|
other = "More"
|
|
# === Pagination ===
|
|
|
|
# === partials/header.html ===
|
|
[selectLanguage]
|
|
other = "Select Language"
|
|
|
|
[switchTheme]
|
|
other = "Switch Theme"
|
|
# === partials/header.html ===
|
|
|
|
# === partials/footer.html ===
|
|
[poweredBySome]
|
|
other = "Powered by %s"
|
|
|
|
[theme]
|
|
other = "Theme"
|
|
# === partials/footer.html ===
|
|
|
|
# === partials/assets.html ===
|
|
[search]
|
|
other = "Search"
|
|
|
|
[searchPlaceholder]
|
|
other = "Search titles or contents..."
|
|
|
|
[clear]
|
|
other = "Clear"
|
|
|
|
[cancel]
|
|
other = "Cancel"
|
|
|
|
[noResultsFound]
|
|
other = "No results found"
|
|
|
|
[copyToClipboard]
|
|
other = "Copy to clipboard"
|
|
# === partials/assets.html ===
|
|
|
|
# === partials/plugin/share.html ===
|
|
[shareOn]
|
|
other = "Share on"
|
|
# === partials/plugin/share.html ===
|
|
|
|
# === posts/single.html ===
|
|
[contents]
|
|
other = "Contents"
|
|
|
|
[publish]
|
|
other = "published on"
|
|
|
|
[included]
|
|
other = "included in"
|
|
|
|
[wordCount]
|
|
other = "about {{ .Count }} words"
|
|
|
|
[readingTime]
|
|
other = "{{ .Count }} min"
|
|
|
|
[views]
|
|
other = "views"
|
|
|
|
[author]
|
|
other = "Author"
|
|
|
|
[lastMod]
|
|
other = "The article was updated on %s"
|
|
|
|
[license]
|
|
other = "Published under the %s license"
|
|
|
|
[seeMarkdown]
|
|
other = "Read Markdown"
|
|
|
|
[back]
|
|
other = "Back"
|
|
|
|
[home]
|
|
other = "Home"
|
|
|
|
[readMore]
|
|
other = "Read More"
|
|
# === 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 ===
|
|
|
|
# === 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 ===
|