nageyqma·git
HTTPS https://git.nageyqma.icu/nageyqma/note.git SSH git@git.nageyqma.icu:nageyqma/note.git

HTTPS 链接可直接 git clone;推送代码请使用 SSH。

802 B · 38 行raw
1234567891011121314151617181920212223242526272829303132333435363738
# 站点级简体中文界面文案。
# 站点语言为 zh-cn,而主题 PaperMod 只带 zh.yaml,Hugo 不会自动回退,
# 导致面包屑「Home」等键回退为英文。此文件以主题 zh.yaml 为底本
# (commit d3768854),供 Hugo 按 zh-cn 直接命中;站点级 i18n 优先于主题。
- id: prev_page
  translation: "上一页"

- id: next_page
  translation: "下一页"

- id: read_time
  translation:
    one : "1 分钟"
    other: "{{ .Count }} 分钟"

- id: words
  translation:
    one: "字"
    other: "{{ .Count }} 字"

- id: toc
  translation: "目录"

- id: translations
  translation: "语言"

- id: home
  translation: "首页"

- id: edit_post
  translation: "编辑"

- id: code_copy
  translation: "复制"

- id: code_copied
  translation: "已复制!"