From a5ed05a611ea5266f1c835642bc2fea10c0d71ae Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 21 Dec 2021 23:46:06 +0800 Subject: [PATCH] :wrench: Chore(i18n): change some content in English instead of traditional Chinese --- i18n/zh-TW.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml index ea822a00..771f504e 100644 --- a/i18n/zh-TW.toml +++ b/i18n/zh-TW.toml @@ -50,7 +50,7 @@ other = "切換主題" # === partials/footer.html === [poweredBySome] -other = "由 {{ .Hugo }} 強力驅動 | 主題 - {{ .Theme }}" +other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}" # === partials/footer.html === # === partials/comment.html === @@ -155,49 +155,49 @@ other = "抱歉,您要查找的頁面不存在。" # === shortcodes/admonition.html === [note] -other = "注意" +other = "Note" [abstract] -other = "摘要" +other = "Abstract" [info] -other = "信息" +other = "Info" [tip] -other = "技巧" +other = "Tip" [success] -other = "成功" +other = "Success" [question] -other = "問題" +other = "Question" [warning] -other = "警告" +other = "Warning" [failure] -other = "失敗" +other = "Failure" [danger] -other = "危險" +other = "Danger" [bug] other = "Bug" [example] -other = "示例" +other = "Example" [quote] -other = "引用" +other = "Quote" # === shortcodes/admonition.html === # === shortcodes/version.html === [new] -other = "新增" +other = "NEW" [changed] -other = "更改" +other = "CHANGED" [deleted] -other = "刪除" +other = "DELETED" # === shortcodes/version.html ===