summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/i18n/zh-cn.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:30:09 -0500
commit98a21b966410c127e74b16e7a2817882ee16560f (patch)
treeee646c86e3d3f0fa1cd952294d49feeeb700d60f /themes/hugo-coder/i18n/zh-cn.toml
parente6eec31b71ab728f6610f4e764b2e206fb95f940 (diff)
convert theme from submodule to regular files
Diffstat (limited to 'themes/hugo-coder/i18n/zh-cn.toml')
m---------themes/hugo-coder0
-rw-r--r--themes/hugo-coder/i18n/zh-cn.toml63
2 files changed, 63 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder
deleted file mode 160000
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be
diff --git a/themes/hugo-coder/i18n/zh-cn.toml b/themes/hugo-coder/i18n/zh-cn.toml
new file mode 100644
index 0000000..9e9e6c7
--- /dev/null
+++ b/themes/hugo-coder/i18n/zh-cn.toml
@@ -0,0 +1,63 @@
1[category]
2other = "分类"
3
4[categories]
5other = "分类"
6
7[tag]
8other = "标签"
9
10[tags]
11other = "标签"
12
13[series]
14other = "系列"
15
16[author]
17other = "作者"
18
19[authors]
20other = "作者"
21
22[posts]
23other = "文章"
24
25[reading_time]
26one = "阅读时间:1 分钟"
27other = "阅读时间:{{ .Count }} 分钟"
28
29[page_not_found]
30other = "找不到页面"
31
32[page_does_not_exist]
33other = "此页面不存在"
34
35[head_back]
36other = "返回 <a href=\"{{ . }}\">首页</a>."
37
38[powered_by]
39other = "技术支持"
40
41[see_also]
42other = "参见"
43
44[note]
45other = "注释"
46
47[tip]
48other = "提示"
49
50[example]
51other = "例子"
52
53[question]
54other = "问题"
55
56[info]
57other = "信息"
58
59[warning]
60other = "警告"
61
62[error]
63other = "错误"