54 lines
677 B
TOML
Executable file
54 lines
677 B
TOML
Executable file
[category]
|
|
other = "分类"
|
|
|
|
[tag]
|
|
other = "标签"
|
|
|
|
[reading_time]
|
|
one = "阅读时间 1 分钟"
|
|
other = "阅读时间 {{ .Count }} 分钟"
|
|
|
|
[page_not_found]
|
|
other = "页面未找到"
|
|
|
|
[page_does_not_exist]
|
|
other = "抱歉,此页面不存在"
|
|
|
|
[head_back]
|
|
other = "返回<a href=\"{{ . }}\">首页</a>."
|
|
|
|
[comments]
|
|
other = "评论"
|
|
|
|
[send]
|
|
other = "发送"
|
|
|
|
[read_more]
|
|
other = "继续阅读"
|
|
|
|
[name]
|
|
other = "姓名"
|
|
|
|
[email]
|
|
other = "电子邮件"
|
|
|
|
[message]
|
|
other = "信息"
|
|
|
|
[warning]
|
|
other = "警告"
|
|
|
|
[info]
|
|
other = "关于"
|
|
|
|
[update]
|
|
other = "更新"
|
|
|
|
[series_posts]
|
|
other = "这个系列的帖子"
|
|
|
|
[related_posts]
|
|
other = "类似的帖子"
|
|
|
|
[toc]
|
|
other = "目录"
|