mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
34 lines
698 B
YAML
34 lines
698 B
YAML
toggleMenu: 切换菜单
|
|
|
|
darkMode: 暗色模式
|
|
|
|
list:
|
|
page: "{{ .Count }} 个页面"
|
|
section: 章节
|
|
subsection: 子章节
|
|
|
|
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: 使用 {{ .Generator }} 构建
|
|
designedBy: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计
|