From 81f30dd495535d76ef6aba87ab6a91ac1d31a7f0 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) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joshua Chen Co-authored-by: Sébastien Lorber --- .../locales/zh-Hans/theme-common.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 def4717bf5e8..4b4092fbf803 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}", @@ -67,6 +67,6 @@ "theme.tags.tagsListLabel": "标签:", "theme.tags.tagsPageLink": "查看所有标签", "theme.tags.tagsPageTitle": "标签", - "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", - "theme.unlistedContent.title": "Unlisted page" + "theme.unlistedContent.message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。", + "theme.unlistedContent.title": "未列出页" }