summaryrefslogtreecommitdiff
path: root/themes/blowfish/i18n/zh-CN.yaml
blob: 737f9cafd9574417cc467c04b3dea2f6abba5e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
global:
  language: "简体中文"

article:
  anchor_label: "锚点"
  date: "{{ .Date }}"
  date_updated: "更新于: {{ .Date }}"
  draft: "草稿"
  edit_title: "编辑内容"
  reading_time:
    other: "{{ .Count }} 分钟"
  reading_time_title: "预计阅读"
  table_of_contents: "目录"
  word_count:
    one: "{{ .Count }} 字"
    other: "{{ .Count }} 字"
  part_of_series: "这篇文章属于一个选集。"
  part: "§"
  this_article: "本文"
  related_articles: "相关文章"

author:
  byline_title: "作者"

code:
  copy: "复制"
  copied: "已复制"

error:
  404_title: "找不到网页 :confused:"
  404_error: "404 错误"
  404_description: "您请求的页面似乎不存在。"

footer:
  dark_appearance: "切换为深色模式"
  light_appearance: "切换为浅色模式"
  powered_by: "由 {{ .Hugo }} & {{ .Theme }} 强力驱动"

list:
  externalurl_title: "链接到外部网站"
  no_articles: "这里还没有任何文章可以列出。"

nav:
  scroll_to_top_title: "返回顶部"
  skip_to_main: "跳过正文"

search:
  open_button_title: "搜索 (/)"
  close_button_title: "关闭 (Esc)"
  input_placeholder: "搜索"

sharing:
  email: "通过电子邮件发送"
  facebook: "分享到 Facebook"
  linkedin: "分享到 LinkedIn"
  pinterest: "钉到 Pinterest"
  reddit: "提交到 Reddit"
  twitter: "分享到 Twitter"

shortcode:
  recent_articles: "最近的文章"

recent:
  show_more: "显示更多"