aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/zh-cn.yaml
blob: da39c8fd7b123dcd0d2e06839343905f3f0bd20f (plain) (blame)
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
65
66
67
toggleMenu:
    other: 切换菜单

darkMode:
    other: 暗色模式

list:
    page: "{{ .Count }} 个页面"

    section: 章节

    subsection: 子章节

article:
    back:
        other: 返回

    tableOfContents:
        other: 目录

    relatedContent:
        other: 相关文章

    lastUpdatedOn:
        other: 最后更新于

    readingTime:
        other: "阅读时长: {{ .Count }} 分钟"

notFound:
    title:
        other: 404 错误
    subtitle:
        other: 页面不存在

widget:
    archives:
        title:
            other: 归档

        more:
            other: 更多

    tagCloud:
        title:
            other: 标签云

    categoriesCloud:
        title:
            other: 分类

search:
    title:
        other: 搜索

    placeholder:
        other: 输入关键词...

    resultTitle:
        other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"

footer:
    builtWith:
        other: 使用 {{ .Generator }} 构建

    designedBy:
        other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计