zh.yaml (493B)
1 - id: prev_page 2 translation: "上一页" 3 4 - id: next_page 5 translation: "下一页" 6 7 - id: read_time 8 translation: 9 one : "1 分钟" 10 other: "{{ .Count }} 分钟" 11 12 - id: words 13 translation: 14 one: "字" 15 other: "{{ .Count }} 字" 16 17 - id: toc 18 translation: "目录" 19 20 - id: translations 21 translation: "语言" 22 23 - id: home 24 translation: "主页" 25 26 - id: edit_post 27 translation: "编辑" 28 29 - id: code_copy 30 translation: "复制" 31 32 - id: code_copied 33 translation: "已复制!"