From faef9bf0d6fe636ee8c060229740bd1f8573d1fe Mon Sep 17 00:00:00 2001 From: Felix <lazyyz@gmail.com> Date: Wed, 07 Apr 2021 13:24:41 +0000 Subject: [PATCH] Update zh-cn translations and add chinese fonts (#555) --- i18n/zh-cn.toml | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index 27926ca..9e9e6c7 100644 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -1,15 +1,24 @@ [category] other = "分类" +[categories] +other = "分类" + [tag] other = "标签" +[tags] +other = "标签" + [series] other = "系列" [author] other = "作者" +[authors] +other = "作者" + [posts] other = "文章" @@ -31,3 +40,24 @@ [see_also] other = "参见" + +[note] +other = "注释" + +[tip] +other = "提示" + +[example] +other = "例子" + +[question] +other = "问题" + +[info] +other = "信息" + +[warning] +other = "警告" + +[error] +other = "错误" -- Gitblit v1.10.0