fix(theme-translations): add missing zh-Hans messages (#9321)

This commit is contained in:
初冬 2023-09-28 16:36:36 +08:00 committed by GitHub
parent ae4a6f9d94
commit a178654446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
"theme.CodeBlock.copy": "复制",
"theme.CodeBlock.copyButtonAriaLabel": "复制代码到剪贴板",
"theme.CodeBlock.wordWrapToggle": "切换自动换行",
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
"theme.DocSidebarItem.collapseCategoryAriaLabel": "折叠侧边栏分类 '{label}'",
"theme.DocSidebarItem.expandCategoryAriaLabel": "展开侧边栏分类 '{label}'",
"theme.ErrorPageContent.title": "页面已崩溃。",
"theme.ErrorPageContent.tryAgain": "重试",
"theme.NavBar.navAriaLabel": "主导航",
@ -19,7 +19,7 @@
"theme.admonition.info": "信息",
"theme.admonition.note": "备注",
"theme.admonition.tip": "提示",
"theme.admonition.warning": "warning",
"theme.admonition.warning": "注意",
"theme.blog.archive.description": "历史博文",
"theme.blog.archive.title": "历史博文",
"theme.blog.paginator.navAriaLabel": "博文列表分页导航",