diff --git a/src/public/translations/cn/translation.json b/src/public/translations/cn/translation.json
index c6441410a..6818e2214 100644
--- a/src/public/translations/cn/translation.json
+++ b/src/public/translations/cn/translation.json
@@ -408,7 +408,8 @@
"add_new_label": "添加新标签 ",
"add_new_relation": "添加新关系 ",
"add_new_label_definition": "添加新标签定义",
- "add_new_relation_definition": "添加新关系定义"
+ "add_new_relation_definition": "添加新关系定义",
+ "placeholder": "在此输入标签和关系"
},
"abstract_bulk_action": {
"remove_this_search_action": "删除此搜索操作"
@@ -659,6 +660,9 @@
"hide_floating_buttons_button": {
"button_title": "隐藏按钮"
},
+ "show_floating_buttons_button": {
+ "button_title": "显示按钮"
+ },
"svg_export_button": {
"button_title": "导出SVG格式图片"
},
@@ -680,7 +684,10 @@
"error_unrecognized_command": "无法识别的命令 {{command}}"
},
"note_icon": {
- "change_note_icon": "更改笔记图标"
+ "change_note_icon": "更改笔记图标",
+ "category": "类别:",
+ "search": "搜索:",
+ "reset-default": "重置为默认图标"
},
"basic_properties": {
"note_type": "笔记类型",
@@ -1346,5 +1353,24 @@
},
"mermaid": {
"diagram_error": "图表无法显示。 请参考 帮助文档和示例。"
+ },
+ "quick-search": {
+ "placeholder": "快速搜索",
+ "searching": "正在搜索...",
+ "no-results": "未找到结果",
+ "more-results": "... 以及另外 {{number}} 个结果。",
+ "show-in-full-search": "在完整的搜索界面中显示"
+ },
+ "note_tree": {
+ "collapse-title": "折叠笔记树",
+ "scroll-active-title": "滚动到活动笔记",
+ "tree-settings-title": "树设置",
+ "hide-archived-notes": "隐藏已归档笔记",
+ "automatically-collapse-notes": "自动折叠笔记",
+ "automatically-collapse-notes-title": "笔记在一段时间内未使用将被折叠,以减少树形结构的杂乱。",
+ "save-changes": "保存并应用更改"
+ },
+ "title_bar_buttons": {
+ "window-on-top": "保持此窗口置顶"
}
}