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 62880a8eddd3..590c87b50d96 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -22,10 +22,10 @@ "theme.admonition.warning": "注意", "theme.blog.archive.description": "历史博文", "theme.blog.archive.title": "历史博文", - "theme.blog.author.noPosts": "This author has not written any posts yet.", + "theme.blog.author.noPosts": "该作者尚未撰写任何文章。", "theme.blog.author.pageTitle": "{authorName} - {nPosts}", - "theme.blog.authorsList.pageTitle": "Authors", - "theme.blog.authorsList.viewAll": "View All Authors", + "theme.blog.authorsList.pageTitle": "作者", + "theme.blog.authorsList.viewAll": "查看所有作者", "theme.blog.paginator.navAriaLabel": "博文列表分页导航", "theme.blog.paginator.newerEntries": "较新的博文", "theme.blog.paginator.olderEntries": "较旧的博文", @@ -44,8 +44,8 @@ "theme.common.editThisPage": "编辑此页", "theme.common.headingLinkTitle": "{heading}的直接链接", "theme.common.skipToMainContent": "跳到主要内容", - "theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", - "theme.contentVisibility.draftBanner.title": "Draft page", + "theme.contentVisibility.draftBanner.message": "此页面是草稿,仅在开发环境中可见,不会包含在正式版本中。", + "theme.contentVisibility.draftBanner.title": "草稿页", "theme.contentVisibility.unlistedBanner.message": "此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。", "theme.contentVisibility.unlistedBanner.title": "未列出页", "theme.docs.DocCard.categoryDescription.plurals": "{count} 个项目", diff --git a/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json b/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json index 61e3cacef251..c1d626bb2b57 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json @@ -22,10 +22,10 @@ "theme.admonition.warning": "注意", "theme.blog.archive.description": "歷史文章", "theme.blog.archive.title": "歷史文章", - "theme.blog.author.noPosts": "This author has not written any posts yet.", + "theme.blog.author.noPosts": "此作者尚未撰寫任何文章。", "theme.blog.author.pageTitle": "{authorName} - {nPosts}", - "theme.blog.authorsList.pageTitle": "Authors", - "theme.blog.authorsList.viewAll": "View All Authors", + "theme.blog.authorsList.pageTitle": "作者列表", + "theme.blog.authorsList.viewAll": "檢視所有作者", "theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽", "theme.blog.paginator.newerEntries": "較新的文章", "theme.blog.paginator.olderEntries": "較舊的文章", @@ -44,8 +44,8 @@ "theme.common.editThisPage": "編輯此頁", "theme.common.headingLinkTitle": "{heading}的直接連結", "theme.common.skipToMainContent": "跳至主要内容", - "theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", - "theme.contentVisibility.draftBanner.title": "Draft page", + "theme.contentVisibility.draftBanner.message": "此頁面為草稿,僅在開發環境中可見,不會包含於正式版本中。", + "theme.contentVisibility.draftBanner.title": "草稿頁", "theme.contentVisibility.unlistedBanner.message": "此頁面未列出。搜索引擎不會對其索引,只有擁有直接連結的用戶才能訪問。", "theme.contentVisibility.unlistedBanner.title": "未列出頁", "theme.docs.DocCard.categoryDescription.plurals": "{count} 個項目", @@ -54,7 +54,7 @@ "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": "展開側邊欄",