From 52844f2b010f9600b8a59943bc319f730c1be4fd Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Fri, 3 Sep 2021 21:03:23 +0800 Subject: [PATCH] polish(theme-classic): add Chinese translations (#5472) Signed-off-by: Josh-Cena --- .../docusaurus-theme-classic/codeTranslations/zh-Hans.json | 4 ++-- .../docusaurus-theme-classic/codeTranslations/zh-Hant.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docusaurus-theme-classic/codeTranslations/zh-Hans.json b/packages/docusaurus-theme-classic/codeTranslations/zh-Hans.json index 1754b9b844..93f95629ae 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/zh-Hans.json +++ b/packages/docusaurus-theme-classic/codeTranslations/zh-Hans.json @@ -21,8 +21,8 @@ "theme.SearchPage.inputPlaceholder": "在此输入搜索字词", "theme.SearchPage.noResultsText": "未找到任何结果", "theme.TOCCollapsible.toggleButtonLabel": "本页总览", - "theme.blog.archive.description": "Archive", - "theme.blog.archive.title": "Archive", + "theme.blog.archive.description": "历史博文", + "theme.blog.archive.title": "历史博文", "theme.blog.paginator.navAriaLabel": "博文列表分页导航", "theme.blog.paginator.newerEntries": "较新的博文", "theme.blog.paginator.olderEntries": "较旧的博文", diff --git a/packages/docusaurus-theme-classic/codeTranslations/zh-Hant.json b/packages/docusaurus-theme-classic/codeTranslations/zh-Hant.json index b6fdafbf16..029be68444 100644 --- a/packages/docusaurus-theme-classic/codeTranslations/zh-Hant.json +++ b/packages/docusaurus-theme-classic/codeTranslations/zh-Hant.json @@ -21,8 +21,8 @@ "theme.SearchPage.inputPlaceholder": "在此輸入搜尋字詞", "theme.SearchPage.noResultsText": "未找到任何結果", "theme.TOCCollapsible.toggleButtonLabel": "本頁導覽", - "theme.blog.archive.description": "Archive", - "theme.blog.archive.title": "Archive", + "theme.blog.archive.description": "歷史博文", + "theme.blog.archive.title": "歷史博文", "theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽", "theme.blog.paginator.newerEntries": "較新的文章", "theme.blog.paginator.olderEntries": "較舊的文章",