translate(cn): Fix some Chinese translations

This commit is contained in:
SiriusXT 2025-05-31 10:55:28 +08:00
parent b01258a8ce
commit 419a29372d

View File

@ -1627,21 +1627,21 @@
"theme_group_dark": "深色主题" "theme_group_dark": "深色主题"
}, },
"classic_editor_toolbar": { "classic_editor_toolbar": {
"title": "格式" "title": "格式"
}, },
"editor": { "editor": {
"title": "编辑器" "title": "编辑器"
}, },
"editing": { "editing": {
"editor_type": { "editor_type": {
"label": "格式工具栏", "label": "格式工具栏",
"floating": { "floating": {
"title": "浮动", "title": "浮动",
"description": "编辑工具出现在光标附近;" "description": "编辑工具出现在光标附近;"
}, },
"fixed": { "fixed": {
"title": "固定", "title": "固定",
"description": "编辑工具出现在 \"格式\" 功能区标签中。" "description": "编辑工具出现在 \"格式\" 功能区标签中。"
}, },
"multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。" "multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。"
} }