From 80db7833963a0b43bcca86cecfb7eb83a6e1aa50 Mon Sep 17 00:00:00 2001 From: Dillon Date: Tue, 17 Mar 2020 02:03:36 +0800 Subject: feat(fixed-btns): add title for fixed buttons (#176) --- i18n/en.toml | 8 ++++++++ i18n/fr.toml | 8 ++++++++ i18n/zh-CN.toml | 8 ++++++++ 3 files changed, 24 insertions(+) (limited to 'i18n') 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 = "文章" -- cgit v1.2.3