Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh-cn.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9350c2bc889fb3041573973428fbadc703816814 (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
toggleMenu:
    other: 切换菜单

darkMode:
    other: 暗色模式

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: Built with {{ .Generator }}

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