From f8163ff2eecd6d1ee56244e97bcd5846c8f16106 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 5 Jun 2022 22:42:22 +0800 Subject: [PATCH] fix(theme-translations): improve zh translation (#7570) --- .../locales/zh-Hans/theme-common.json | 2 +- .../locales/zh-Hant/theme-common.json | 2 +- 2 files 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 33cb2c33e4..9475f7e3ba 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -15,7 +15,7 @@ "theme.admonition.caution": "警告", "theme.admonition.danger": "危险", "theme.admonition.info": "信息", - "theme.admonition.note": "注意", + "theme.admonition.note": "备注", "theme.admonition.tip": "提示", "theme.blog.archive.description": "历史博文", "theme.blog.archive.title": "历史博文", 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 4f399a4a02..a903427154 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hant/theme-common.json @@ -15,7 +15,7 @@ "theme.admonition.caution": "警告", "theme.admonition.danger": "危險", "theme.admonition.info": "信息", - "theme.admonition.note": "注意", + "theme.admonition.note": "備註", "theme.admonition.tip": "提示", "theme.blog.archive.description": "歷史文章", "theme.blog.archive.title": "歷史文章",