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:
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 = "文章"