site

personal website, served at mordaunt.dev/site
Log | Files | Refs

zh-cn.toml (784B)


      1 [categories]
      2 one = "分类"
      3 other = "分类"
      4 
      5 [tags]
      6 one = "标签"
      7 other = "标签"
      8 
      9 [series]
     10 one = "系列"
     11 other = "系列"
     12 
     13 [authors]
     14 one = "作者"
     15 other = "作者"
     16 
     17 [posts]
     18 other = "文章"
     19 
     20 [reading_time]
     21 one = "阅读时间:1 分钟"
     22 other = "阅读时间:{{ .Count }} 分钟"
     23 
     24 [page_not_found]
     25 other = "找不到页面"
     26 
     27 [page_does_not_exist]
     28 other = "此页面不存在"
     29 
     30 [head_back]
     31 other = "返回 <a href=\"{{ . }}\">首页</a>."
     32 
     33 [licensed_under]
     34 other = "许可依据"
     35 
     36 [powered_by]
     37 other = "技术支持"
     38 
     39 [see_also]
     40 other = "参见"
     41 
     42 [note]
     43 other = "注释"
     44 
     45 [tip]
     46 other = "提示"
     47 
     48 [example]
     49 other = "例子"
     50 
     51 [question]
     52 other = "问题"
     53 
     54 [info]
     55 other = "信息"
     56 
     57 [warning]
     58 other = "警告"
     59 
     60 [error]
     61 other = "错误"
     62 
     63 [link_to_heading]
     64 other = "链接到标题"