hugo-theme-stack/i18n/zh-cn.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

28 lines
607 B
YAML

toggleMenu: 切换菜单
darkMode: 暗色模式
article:
back: 返回
tableOfContents: 目录
relatedContent: 相关文章
lastUpdatedOn: 最后更新于
readingTime: "阅读时长: {{ .Count }} 分钟"
notFound:
title: 404 错误
subtitle: 页面不存在
widget:
archives:
title: 归档
more: 更多
search:
title: 搜索
placeholder: 输入关键词...
resultTitle: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
footer:
builtWith: Built with {{ .Generator }}
designedBy: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计