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-16 21:03:36 +0300
committerGitHub <noreply@github.com>2020-03-16 21:03:36 +0300
commit80db7833963a0b43bcca86cecfb7eb83a6e1aa50 (patch)
tree38eb76abc31f23479a6ddbf5ab694f6e135fb549 /i18n
parent0ca8a4c85ba198b0614f360fe38145371b78fd80 (diff)
feat(fixed-btns): add title for fixed buttons (#176)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml8
-rw-r--r--i18n/fr.toml8
-rw-r--r--i18n/zh-CN.toml8
3 files changed, 24 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f9b31e7..44b14e5 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,6 +1,14 @@
# 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"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index a48fc64..aaa8b00 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -1,6 +1,14 @@
# Translations for French
# https://gohugo.io/content-management/multilingual/#translation-of-strings
+# === baseof ==
+[backToTop]
+other = "Retour en Haut"
+
+[viewComments]
+other = "Afficher les Commentaires"
+# === baseof ==
+
# === Post ===
[posts]
other = "Posts"
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index 3eb30a7..f9c9e68 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -1,6 +1,14 @@
# Translations for Simplified Chinese
# https://gohugo.io/content-management/multilingual/#translation-of-strings
+# === baseof ==
+[backToTop]
+other = "回到顶部"
+
+[viewComments]
+other = "查看评论"
+# === baseof ==
+
# === Post ===
[posts]
other = "文章"