From 296424cded8ad1d548f7e3f891ef1f492b3f85b6 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sun, 8 Mar 2020 21:02:21 +0800 Subject: feature(doc): complete all Chinese and English documents and fix many bugs --- i18n/en.toml | 55 +++++++++++++++++++++++++++++++++++++++---------- i18n/fr.toml | 63 +++++++++++++++++++++++++++++++++++++++++++-------------- i18n/zh-CN.toml | 55 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 136 insertions(+), 37 deletions(-) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 62e6c4d..1526ef0 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -7,8 +7,8 @@ other = "Posts" # === Post === # === Taxonomy === -[all] -other = "all " +[allSome] +other = "All %s" [tag] other = "Tag" @@ -33,26 +33,21 @@ other = "More" other = "Switch Theme" # === partials/header.html === -# === partials/comment.html === -[valineLang] -other = "en" -# === partials/comment.html === - # === partials/footer.html === -[powered] +[poweredBySome] other = "Powered by %s" [theme] -other = "Theme - " +other = "Theme" # === partials/footer.html === # === partials/plugin/share.html === -[share] +[shareOn] other = "Share on" # === partials/plugin/share.html === # === posts/single.html === -[toc] +[contents] other = "Contents" [publish] @@ -102,3 +97,41 @@ other = "The page you're looking for doesn't exist. Sorry." [backToHome] other = "Back to Home" # === 404.html === + +# === shortcodes/admonition.html === +[note] +other = "Note" + +[abstract] +other = "Abstract" + +[info] +other = "Info" + +[tip] +other = "Tip" + +[success] +other = "Success" + +[question] +other = "Question" + +[warning] +other = "Warning" + +[failure] +other = "Failure" + +[danger] +other = "Danger" + +[bug] +other = "Bug" + +[example] +other = "Example" + +[quote] +other = "Quote" +# === shortcodes/admonition.html === diff --git a/i18n/fr.toml b/i18n/fr.toml index 394c77f..053db85 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -7,14 +7,14 @@ other = "Posts" # === Post === # === Taxonomy === -[all] -other = "tous " +[allSome] +other = "Tous %s" [tag] -other = "Tag" +other = "Balise" [tags] -other = "Tags" +other = "Balises" [category] other = "Catégorie" @@ -33,26 +33,21 @@ other = "Plus" other = "Changer de Thème" # === partials/header.html === -# === partials/comments.html === -[valineLang] -other = "fr" -# === partials/comments.html === - # === partials/footer.html === -[powered] +[poweredBySome] other = "Propulsé par %s" [theme] -other = "Thème - " +other = "Thème" # === partials/footer.html === -# === partials/post/share.html === -[share] +# === partials/plugin/share.html === +[shareOn] other = "Partager sur" -# === partials/post/share.html === +# === partials/plugin/share.html === # === posts/single.html === -[toc] +[contents] other = "Contenu" [publish] @@ -102,3 +97,41 @@ other = "Désolé, la page recherchée n'existe pas." [backToHome] other = "Retour à l'accueil" # === 404.html === + +# === shortcodes/admonition.html === +[note] +other = "Remarque" + +[abstract] +other = "Abstrait" + +[info] +other = "Info" + +[tip] +other = "Astuces" + +[success] +other = "Succès" + +[question] +other = "Question" + +[warning] +other = "Avertissement" + +[failure] +other = "Échec" + +[danger] +other = "Danger" + +[bug] +other = "Bug" + +[example] +other = "Exemple" + +[quote] +other = "Citation" +# === shortcodes/admonition.html === diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml index 1bcea34..376a699 100644 --- a/i18n/zh-CN.toml +++ b/i18n/zh-CN.toml @@ -7,8 +7,8 @@ other = "文章" # === Post === # === Taxonomy === -[all] -other = "所有" +[allSome] +other = "所有%s" [tag] other = "标签" @@ -33,26 +33,21 @@ other = "更多" other = "切换主题" # === partials/header.html === -# === partials/comment.html === -[valineLang] -other = "zh-cn" -# === partials/comment.html === - # === partials/footer.html === -[powered] +[poweredBySome] other = "由 %s 强力驱动" [theme] -other = "主题 - " +other = "主题" # === partials/footer.html === # === partials/plugin/share.html === -[share] +[shareOn] other = "分享到" # === partials/plugin/share.html === # === posts/single.html === -[toc] +[contents] other = "目录" [publish] @@ -102,3 +97,41 @@ other = "抱歉,您要查找的页面不存在。" [backToHome] other = "回到主页" # === 404.html === + +# === shortcodes/admonition.html === +[note] +other = "注意" + +[abstract] +other = "摘要" + +[info] +other = "信息" + +[tip] +other = "技巧" + +[success] +other = "成功" + +[question] +other = "问题" + +[warning] +other = "警告" + +[failure] +other = "失败" + +[danger] +other = "危险" + +[bug] +other = "Bug" + +[example] +other = "示例" + +[quote] +other = "引用" +# === shortcodes/admonition.html === -- cgit v1.2.3