diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 83e8a25e7..dd7e92173 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -745,7 +745,7 @@ "button_title": "导出SVG格式图片" }, "relation_map_buttons": { - "create_child_note_title": "创建新的子笔记并添加到关系图", + "create_child_note_title": "创建子笔记并添加到图", "reset_pan_zoom_title": "重置平移和缩放到初始坐标和放大倍率", "zoom_in_title": "放大", "zoom_out_title": "缩小" @@ -759,7 +759,8 @@ "delete_this_note": "删除此笔记", "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", "error_unrecognized_command": "无法识别的命令 {{command}}", - "note_revisions": "笔记历史版本" + "note_revisions": "笔记历史版本", + "backlinks": "反链" }, "note_icon": { "change_note_icon": "更改笔记图标",