From fb04fd43a8310d99d1aae89b90b994aef773e9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=86=AC?= <31001856+chudongvip@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:26:17 +0800 Subject: [PATCH] Update theme-common.json --- .../locales/zh-Hans/theme-common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json index 4a1a07f260ff..27dc0079bd83 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -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": "博文列表分页导航",