i18n: update zh-CN translations

This commit is contained in:
pugaizai
2025-09-30 18:42:59 +08:00
parent 8c6b3a793f
commit 78cf0bc8a2
+21 -2
View File
@@ -54,6 +54,7 @@
} }
}, },
"fonts": { "fonts": {
"reset-scaling": "恢复默认缩放",
"section": { "section": {
"label": "字体", "label": "字体",
"description": "选择整个界面中使用的字体。" "description": "选择整个界面中使用的字体。"
@@ -62,13 +63,21 @@
"label": "默认字体", "label": "默认字体",
"description": "整个界面使用的主要字体。", "description": "整个界面使用的主要字体。",
"placeholder": "选择默认字体...", "placeholder": "选择默认字体...",
"search-placeholder": "搜索字体..." "search-placeholder": "搜索字体...",
"scale": {
"label": "默认字体大小",
"description": "增大或减小标准文本的尺寸"
}
}, },
"monospace": { "monospace": {
"label": "等宽字体", "label": "等宽字体",
"description": "用于数字和统计信息显示的等宽字体。", "description": "用于数字和统计信息显示的等宽字体。",
"placeholder": "选择等宽字体...", "placeholder": "选择等宽字体...",
"search-placeholder": "搜索等宽字体..." "search-placeholder": "搜索等宽字体...",
"scale": {
"label": "默认等宽字体大小",
"description": "增大或减小等宽文本的尺寸"
}
} }
} }
}, },
@@ -992,6 +1001,16 @@
"description": "使用空格将每个部分分隔到新行。" "description": "使用空格将每个部分分隔到新行。"
}, },
"preview": "预览" "preview": "预览"
},
"taskbar": {
"only-active-workspaces": {
"label": "仅显示活动工作区",
"description": "仅显示来自活动工作区的应用程序"
},
"only-same-output": {
"label": "仅显示同屏幕",
"description": "仅显示任务栏所在屏幕上的应用程序"
}
} }
} }
}, },