Files
hugo-coder-timeline/i18n/zh-cn.toml
Felix faef9bf0d6 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
2021-04-07 10:24:41 -03:00

64 lines
718 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[category]
other = "分类"
[categories]
other = "分类"
[tag]
other = "标签"
[tags]
other = "标签"
[series]
other = "系列"
[author]
other = "作者"
[authors]
other = "作者"
[posts]
other = "文章"
[reading_time]
one = "阅读时间1 分钟"
other = "阅读时间:{{ .Count }} 分钟"
[page_not_found]
other = "找不到页面"
[page_does_not_exist]
other = "此页面不存在"
[head_back]
other = "返回 <a href=\"{{ . }}\">首页</a>."
[powered_by]
other = "技术支持"
[see_also]
other = "参见"
[note]
other = "注释"
[tip]
other = "提示"
[example]
other = "例子"
[question]
other = "问题"
[info]
other = "信息"
[warning]
other = "警告"
[error]
other = "错误"