From 6aecc23d62c833dbf6e91a07c8409411dbd9f601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E9=94=A6=E4=B8=B0?= <36468758+SJFCS@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:32:44 +0800 Subject: [PATCH] fix(translations): complete Chinese theme translations (#8423) --- .../locales/zh-Hans/theme-common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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 4c6216cfdc29..4e09fa000b10 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -44,13 +44,13 @@ "theme.docs.paginator.navAriaLabel": "文档分页导航", "theme.docs.paginator.next": "下一页", "theme.docs.paginator.previous": "上一页", - "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", + "theme.docs.sidebar.closeSidebarButtonAriaLabel": "关闭导航栏", "theme.docs.sidebar.collapseButtonAriaLabel": "收起侧边栏", "theme.docs.sidebar.collapseButtonTitle": "收起侧边栏", "theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏", "theme.docs.sidebar.expandButtonTitle": "展开侧边栏", "theme.docs.sidebar.navAriaLabel": "Docs sidebar", - "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar", + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "切换导航栏", "theme.docs.tagDocListPageTitle": "{nDocsTagged}「{tagName}」", "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签", "theme.docs.versionBadge.label": "版本:{versionLabel}",