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

zh-CN.toml « i18n - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74a1e6d8a739330b099b0192163c07d83468493f (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
[404_title]
    other = "404"
[404_description]
    other = "噢!要么网站连结出错 {{ with .Site.Params.email }}([回报错误](mailto:{{ . }})){{ end }} ,要么您输入的网址有误。这页面不存在!"
[index_projects_allProjects]
    other = "所有项目"
[index_blog_latestPosts]
    other = "最新文章"
[index_blog_allPosts]
    other = "所有文章"
[index_blog_readMore]
    other = "阅读全文"
[index_currentTime]
    other = "我的现在本地时间是"
[nav_backToSection]
    other = "返回 {{ .Title }}"
[nav_main]
    other = "主页"
[blog_readingTime]
    one = "{{ .Count }} 分钟"
    other = "{{ .Count }} 分钟"
[blog_shareThis]
    other = "分享"
[footer_text]
    other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) 主题为 [Hugo](http://gohugo.io/) 而设。由开源社群贡献者以 [<i class=\"fa fa-heart\"></i> 和 <i class=\"fa fa-coffee\"></i>](https://victoria.dev) 创造。"