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
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-03 17:25:48 +0300
committerDillon <dillonzq@outlook.com>2020-03-03 17:25:48 +0300
commitcbfc965c107301e12480023e08bc9c85ec8c479d (patch)
treed183cb90661bd52e90231756163fd59b1cff79be /i18n
parent7d3a2ceb7d9b2818dcb741beea5ddfcd1726f972 (diff)
chore(i18n): fix i18n files
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml16
-rw-r--r--i18n/fr.toml19
-rw-r--r--i18n/zh.toml16
3 files changed, 9 insertions, 42 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index c11e531..62e6c4d 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -67,8 +67,8 @@ other = "about {{ .Count }} words"
[readingTime]
other = "{{ .Count }} min"
-[pageviews]
-other = "<span class=leancloud-visitors-count></span> pageviews"
+[views]
+other = "views"
[author]
other = "Author"
@@ -90,18 +90,6 @@ other = "Home"
[readMore]
other = "Read More"
-
-[day]
-other = "d"
-
-[hour]
-other = "hr"
-
-[minute]
-other = "min"
-
-[second]
-other = "sec"
# === posts/single.html ===
# === 404.html ===
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 7b48b8e..394c77f 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -67,8 +67,8 @@ other = "environ {{ .Count }} mots"
[readingTime]
other = "{{ .Count }} min"
-[pageviews]
-other = "<span class=leancloud-visitors-count></span> vues"
+[views]
+other = "vues"
[author]
other = "Auteur"
@@ -79,6 +79,9 @@ other = "Dernière mise à jour le %s"
[license]
other = "Publié sous licence %s"
+[seeMarkdown]
+other = "Lire Markdown"
+
[back]
other = "Retour"
@@ -87,18 +90,6 @@ other = "Accueil"
[readMore]
other = "En savoir plus"
-
-[day]
-other = "j"
-
-[hour]
-other = "hr"
-
-[minute]
-other = "min"
-
-[second]
-other = "sec"
# === posts/single.html ===
# === 404.html ===
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 60a5792..1bcea34 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -67,8 +67,8 @@ other = "约 {{ .Count }} 字"
[readingTime]
other = "预计阅读 {{ .Count }} 分钟"
-[pageviews]
-other = "<span class=leancloud-visitors-count></span> 次阅读"
+[views]
+other = "次阅读"
[author]
other = "作者"
@@ -90,18 +90,6 @@ other = "主页"
[readMore]
other = "阅读全文"
-
-[day]
-other = "天"
-
-[hour]
-other = "时"
-
-[minute]
-other = "分"
-
-[second]
-other = "秒"
# === posts/single.html ===
# === 404.html ===