From 78cf0bc8a2634b027e438c32d000a9d72c9be5fa Mon Sep 17 00:00:00 2001 From: pugaizai Date: Tue, 30 Sep 2025 18:42:59 +0800 Subject: [PATCH] i18n: update zh-CN translations --- Assets/Translations/zh-CN.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index baeffea4..07635f86 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -54,6 +54,7 @@ } }, "fonts": { + "reset-scaling": "恢复默认缩放", "section": { "label": "字体", "description": "选择整个界面中使用的字体。" @@ -62,13 +63,21 @@ "label": "默认字体", "description": "整个界面使用的主要字体。", "placeholder": "选择默认字体...", - "search-placeholder": "搜索字体..." + "search-placeholder": "搜索字体...", + "scale": { + "label": "默认字体大小", + "description": "增大或减小标准文本的尺寸" + } }, "monospace": { "label": "等宽字体", "description": "用于数字和统计信息显示的等宽字体。", "placeholder": "选择等宽字体...", - "search-placeholder": "搜索等宽字体..." + "search-placeholder": "搜索等宽字体...", + "scale": { + "label": "默认等宽字体大小", + "description": "增大或减小等宽文本的尺寸" + } } } }, @@ -992,6 +1001,16 @@ "description": "使用空格将每个部分分隔到新行。" }, "preview": "预览" + }, + "taskbar": { + "only-active-workspaces": { + "label": "仅显示活动工作区", + "description": "仅显示来自活动工作区的应用程序" + }, + "only-same-output": { + "label": "仅显示同屏幕", + "description": "仅显示任务栏所在屏幕上的应用程序" + } } } },