mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
chore(i18n): fix i18n files
This commit is contained in:
parent
7d3a2ceb7d
commit
cbfc965c10
4 changed files with 10 additions and 43 deletions
16
i18n/en.toml
16
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 ===
|
||||
|
|
19
i18n/fr.toml
19
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 ===
|
||||
|
|
16
i18n/zh.toml
16
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 ===
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<i class="far fa-clock fa-fw"></i>{{ T "readingTime" .ReadingTime }}
|
||||
{{- if $scratch.Get "production" | and .Site.Params.valine.enable | and .Site.Params.valine.visitor -}}
|
||||
<span id="{{ .RelPermalink | relURL }}" class="leancloud_visitors" data-flag-title="{{ .Title }}">
|
||||
<i class="far fa-eye fa-fw"></i>{{ T "pageviews" | safeHTML }}
|
||||
<i class="far fa-eye fa-fw"></i><span class=leancloud-visitors-count></span> {{ T "views" }}
|
||||
</span>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue