From edab46bf79ad7bc96094a6621d1e9177c2a59996 Mon Sep 17 00:00:00 2001
From: PanZiwei <44417006+PanZiwei@users.noreply.github.com>
Date: Fri, 14 Jun 2019 16:32:27 +0000
Subject: [PATCH] Create zh-cn.toml (#189)
---
i18n/zh-cn.toml | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
new file mode 100644
index 0000000..792de1f
--- /dev/null
+++ b/i18n/zh-cn.toml
@@ -0,0 +1,24 @@
+[category]
+other = "分类"
+
+[tag]
+other = "标签"
+
+[series]
+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 = "技术支持"
--
Gitblit v1.10.0