Files
hugo-theme-stack/i18n/zh.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

46 lines
1.0 KiB
TOML

toggleMenu = "切换菜单"
darkMode = "暗色模式"
[list]
page = "{{ .Count }} 个页面"
section = "章节"
subsection = "子章节"
[article]
back = "返回"
tableOfContents = "目录"
relatedContent = "相关文章"
lastUpdatedOn = "最后更新于"
readingTime = "阅读时长: {{ .Count }} 分钟"
[article.alert]
note = "备注"
tip = "提示"
important = "重要"
warning = "警告"
caution = "注意"
[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 }} 设计"