Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon ZENG <dillonzq@outlook.com>2019-08-04 16:53:35 +0300
committerDillon ZENG <dillonzq@outlook.com>2019-08-04 16:53:35 +0300
commitc67a2a86a187923b87ad56ffe523b29079206656 (patch)
tree254cfbbbafe71dd11bc64745aea78d0270e9b350 /i18n/en.toml
parent1e709b5ba48256988de2140ffb2a84ca956b5887 (diff)
feat: impove i18n and clean code
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml99
1 files changed, 50 insertions, 49 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 4aeb15a..d5ddc6f 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,70 +1,71 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
-# Single.html
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
-[Written]
-other = "Written"
-
-[by]
-other = "by"
-
-[with]
-other = "with"
-
-[on]
-other = "on"
-
-[in]
-other = "in"
-
-[Author]
-other = "Author"
+# === Taxonomy ===
+[tag]
+other = "Tag"
-[Words]
-other = "Words"
+[tags]
+other = "Tags"
-[Tag]
-other = "Tag"
+[category]
+other = "Category"
-[Home]
-other = "Home"
+[categories]
+other = "Categories"
+# === Taxonomy ===
-[back]
-other = "Back"
+# === Pagination ===
+[More]
+other = "More"
+# === Pagination ===
-[minute]
-other = "minute"
+# === partials/footer.html ===
+[powered]
+other = "Powered by %s"
-[Share]
-other = "Share"
+[theme]
+other = "Theme - "
+# === partials/footer.html ===
-# 404.html
+# === posts/single.html ===
+[wrote]
+other = "wrote on"
-[page]
-other = "page"
+[wordCount]
+other = "about {{ .Count }} words"
-[not]
-other = "not"
+[readingTime]
+other = "{{ .Count }} min"
-[found]
-other = "found"
+[author]
+other = "Author"
-[return]
-other = "Return"
+[lastMod]
+other = "Last Modified"
-[to]
-other = "to"
+[share]
+other = "Share"
-# Pagination
+[license]
+other = "License"
-[More]
-other = "More"
+[back]
+other = "Back"
-# Related post
+[home]
+other = "Home"
+# === posts/single.html ===
-[Related]
-other = "Related"
+# === 404.html ===
+[pageNotFound]
+other = "Page not found"
-[Articles]
-other = "Articles" \ No newline at end of file
+[backToHome]
+other = "Back to Home"
+# === 404.html ===