diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 5c0d66daf..ca6279fca 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -690,7 +690,8 @@ "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", - "print_pdf": "导出为 PDF..." + "print_pdf": "导出为 PDF...", + "open_note_on_server": "在服务器上打开笔记" }, "onclick_button": { "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" @@ -1110,7 +1111,8 @@ "title": "内容宽度", "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", "max_width_label": "内容最大宽度(像素)", - "max_width_unit": "像素" + "max_width_unit": "像素", + "centerContent": "保持内容居中" }, "native_title_bar": { "title": "原生标题栏(需要重新启动应用)",