* refactor: migrate i18n files from YAML to TOML format and simplify structure * refactor: make translation file adjust to gohugoio/locales language code so date translation can work properly * refactor: use hyphens instead of underscores for i18n, because that's how Hugo pick the translation file * docs: update comments for i18n language availability and CJK language detection in hugo.toml.
39 lines
908 B
TOML
39 lines
908 B
TOML
toggleMenu = "切换菜单"
|
|
darkMode = "暗色模式"
|
|
|
|
[list]
|
|
page = "{{ .Count }} 个页面"
|
|
section = "章节"
|
|
subsection = "子章节"
|
|
|
|
[article]
|
|
back = "返回"
|
|
tableOfContents = "目录"
|
|
relatedContent = "相关文章"
|
|
lastUpdatedOn = "最后更新于"
|
|
readingTime = "阅读时长: {{ .Count }} 分钟"
|
|
|
|
[notFound]
|
|
title = "404 错误"
|
|
subtitle = "页面不存在"
|
|
|
|
[widget]
|
|
[widget.archives]
|
|
title = "归档"
|
|
more = "更多"
|
|
|
|
[widget.tagCloud]
|
|
title = "标签云"
|
|
|
|
[widget.categoriesCloud]
|
|
title = "分类"
|
|
|
|
[search]
|
|
title = "搜索"
|
|
placeholder = "输入关键词..."
|
|
resultTitle = "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
|
|
|
|
[footer]
|
|
builtWith = "使用 {{ .Generator }} 构建"
|
|
designedBy = "主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计"
|