From 0fcb42508d52f2e8d8d119670fd6fb828012ba9b Mon Sep 17 00:00:00 2001
From: Felix <lazyyz@gmail.com>
Date: Thu, 21 Jan 2021 14:54:27 +0000
Subject: [PATCH] Update zh-cn.toml (#500)
---
i18n/zh-cn.toml | 15 ++++++++++++---
CONTRIBUTORS.md | 1 +
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 2a118a4..dd34fe9 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -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)
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index 792de1f..27926ca 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -7,9 +7,15 @@
[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 = "此页面不存在"
[head_back]
-other = "返回 <a href=\"{{ . }}\">主页面</a>."
+other = "返回 <a href=\"{{ . }}\">首页</a>."
[powered_by]
other = "技术支持"
+
+[see_also]
+other = "参见"
--
Gitblit v1.10.0