From f489cfc7a561c49f0270b202e05394cf6f55a5c4 Mon Sep 17 00:00:00 2001 From: Xavi Lee Date: Tue, 9 Jan 2024 11:23:11 +0800 Subject: [PATCH] uniform translations --- docs/zh/reference/default-theme-config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh/reference/default-theme-config.md b/docs/zh/reference/default-theme-config.md index 67889c27..bf439196 100644 --- a/docs/zh/reference/default-theme-config.md +++ b/docs/zh/reference/default-theme-config.md @@ -404,21 +404,21 @@ export interface DocFooter { - 类型:`string` - 默认值:`Appearance` -用于自定义暗模式开关标签,该标签仅在移动端视图中显示。 +用于自定义深色模式开关标签,该标签仅在移动端视图中显示。 ## lightModeSwitchTitle - 类型:`string` - 默认值:`Switch to light theme` -用于自定义悬停时显示的亮模式开关标题。 +用于自定义悬停时显示的浅色模式开关标题。 ## darkModeSwitchTitle - 类型:`string` - 默认值:`Switch to dark theme` -用于自定义悬停时显示的暗模式开关标题。 +用于自定义悬停时显示的深色模式开关标题。 ## sidebarMenuLabel