Update zh-cn.toml (#500)

* Update zh-cn.toml

* Update zh-cn.toml

* Update CONTRIBUTORS.md
This commit is contained in:
Felix
2021-01-21 22:54:27 +08:00
committed by GitHub
parent 5653386d41
commit 0fcb42508d
2 changed files with 13 additions and 3 deletions

View File

@@ -88,3 +88,4 @@
- [Arafat Hasan](https://github.com/arafat-hasan)
- [YUJI](https://yuji.ne.jp/)
- [JaeSang Yoo](https://github.com/JSYoo5B)
- [Felix](https://github.com/lazyyz)

View File

@@ -7,9 +7,15 @@ other = "标签"
[series]
other = "系列"
[author]
other = "作者"
[posts]
other = "文章"
[reading_time]
one = "1分钟阅读时间"
other = "{{ .Count }} 分钟阅读时间"
one = "阅读时间1 分钟"
other = "阅读时间:{{ .Count }} 分钟"
[page_not_found]
other = "找不到页面"
@@ -18,7 +24,10 @@ other = "找不到页面"
other = "此页面不存在"
[head_back]
other = "返回 <a href=\"{{ . }}\">主页面</a>."
other = "返回 <a href=\"{{ . }}\">首页</a>."
[powered_by]
other = "技术支持"
[see_also]
other = "参见"