mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Update zh-cn translations and add chinese fonts (#555)
* Update zh-cn.toml * Update zh-cn.toml * Update CONTRIBUTORS.md * Delete CONTRIBUTORS.md * Update zh-cn.toml translations * add chinese fonts * add chinese fonts
This commit is contained in:
@@ -8,6 +8,11 @@ Ubuntu,
|
|||||||
Cantarell,
|
Cantarell,
|
||||||
"Helvetica Neue",
|
"Helvetica Neue",
|
||||||
Helvetica,
|
Helvetica,
|
||||||
|
"PingFang SC",
|
||||||
|
STXihei,"华文细黑",
|
||||||
|
"Microsoft YaHei","微软雅黑",
|
||||||
|
SimSun,"宋体",
|
||||||
|
Heiti,"黑体",
|
||||||
sans-serif;
|
sans-serif;
|
||||||
$code-font-family: SFMono-Regular,
|
$code-font-family: SFMono-Regular,
|
||||||
Consolas,
|
Consolas,
|
||||||
|
|||||||
@@ -1,15 +1,24 @@
|
|||||||
[category]
|
[category]
|
||||||
other = "分类"
|
other = "分类"
|
||||||
|
|
||||||
|
[categories]
|
||||||
|
other = "分类"
|
||||||
|
|
||||||
[tag]
|
[tag]
|
||||||
other = "标签"
|
other = "标签"
|
||||||
|
|
||||||
|
[tags]
|
||||||
|
other = "标签"
|
||||||
|
|
||||||
[series]
|
[series]
|
||||||
other = "系列"
|
other = "系列"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
other = "作者"
|
other = "作者"
|
||||||
|
|
||||||
|
[authors]
|
||||||
|
other = "作者"
|
||||||
|
|
||||||
[posts]
|
[posts]
|
||||||
other = "文章"
|
other = "文章"
|
||||||
|
|
||||||
@@ -31,3 +40,24 @@ other = "技术支持"
|
|||||||
|
|
||||||
[see_also]
|
[see_also]
|
||||||
other = "参见"
|
other = "参见"
|
||||||
|
|
||||||
|
[note]
|
||||||
|
other = "注释"
|
||||||
|
|
||||||
|
[tip]
|
||||||
|
other = "提示"
|
||||||
|
|
||||||
|
[example]
|
||||||
|
other = "例子"
|
||||||
|
|
||||||
|
[question]
|
||||||
|
other = "问题"
|
||||||
|
|
||||||
|
[info]
|
||||||
|
other = "信息"
|
||||||
|
|
||||||
|
[warning]
|
||||||
|
other = "警告"
|
||||||
|
|
||||||
|
[error]
|
||||||
|
other = "错误"
|
||||||
|
|||||||
Reference in New Issue
Block a user