Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5ae9f85

Browse files
committed
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2 parents 1b5e51b + d8dfdd1 commit 5ae9f85

File tree

6 files changed

+262
-261
lines changed

6 files changed

+262
-261
lines changed

_regroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@playwright/test": "1.52.0",
3939
"@stylistic/eslint-plugin": "4.4.0",
4040
"@types/express": "5.0.1",
41-
"@types/node": "22.15.24",
41+
"@types/node": "22.15.29",
4242
"@types/yargs": "17.0.33",
4343
"@vitest/coverage-v8": "3.1.4",
4444
"eslint": "9.27.0",

apps/client/src/translations/cn/translation.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@
274274
"revision_last_edited": "此修订版本上次编辑于 {{date}}",
275275
"confirm_delete_all": "您是否要删除此笔记的所有修订版本?",
276276
"no_revisions": "此笔记暂无修订版本...",
277-
"restore_button": "",
277+
"restore_button": "恢复",
278278
"confirm_restore": "您是否要恢复此修订版本?这将使用此修订版本覆盖笔记的当前标题和内容。",
279-
"delete_button": "",
279+
"delete_button": "删除",
280280
"confirm_delete": "您是否要删除此修订版本?",
281281
"revisions_deleted": "笔记修订版本已删除。",
282282
"revision_restored": "笔记修订版本已恢复。",
283283
"revision_deleted": "笔记修订版本已删除。",
284284
"snapshot_interval": "笔记快照保存间隔: {{seconds}}秒。",
285-
"maximum_revisions": "当前笔记的最历史数量: {{number}}。",
285+
"maximum_revisions": "当前笔记的最大历史数量: {{number}}。",
286286
"settings": "笔记修订设置",
287287
"download_button": "下载",
288288
"mime": "MIME 类型:",
@@ -806,7 +806,7 @@
806806
"open_full": "展开显示",
807807
"collapse": "折叠到正常大小",
808808
"title": "笔记地图",
809-
"fix-nodes": "修复节点",
809+
"fix-nodes": "固定节点",
810810
"link-distance": "链接距离"
811811
},
812812
"note_paths": {
@@ -1213,7 +1213,7 @@
12131213
"color": "字体颜色",
12141214
"bg_color": "背景颜色",
12151215
"visibility_title": "高亮列表可见性",
1216-
"visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏每个笔记的高亮小部件",
1216+
"visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏单个笔记的高亮小部件",
12171217
"shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。"
12181218
},
12191219
"table_of_contents": {
@@ -1547,7 +1547,7 @@
15471547
"close_other_tabs": "关闭其他标签页",
15481548
"close_right_tabs": "关闭右侧标签页",
15491549
"close_all_tabs": "关闭所有标签页",
1550-
"reopen_last_tab": "重新打开最后一个关闭的标签页",
1550+
"reopen_last_tab": "重新打开关闭的标签页",
15511551
"move_tab_to_new_window": "将此标签页移动到新窗口",
15521552
"copy_tab_to_new_window": "将此标签页复制到新窗口",
15531553
"new_tab": "新标签页"
@@ -1616,7 +1616,7 @@
16161616
"auto-detect-language": "自动检测"
16171617
},
16181618
"highlighting": {
1619-
"title": "",
1619+
"title": "代码块",
16201620
"description": "控制文本笔记中代码块的语法高亮,代码笔记不会受到影响。",
16211621
"color-scheme": "颜色方案"
16221622
},
@@ -1627,21 +1627,21 @@
16271627
"theme_group_dark": "深色主题"
16281628
},
16291629
"classic_editor_toolbar": {
1630-
"title": "格式化"
1630+
"title": "格式"
16311631
},
16321632
"editor": {
16331633
"title": "编辑器"
16341634
},
16351635
"editing": {
16361636
"editor_type": {
1637-
"label": "格式化工具栏",
1637+
"label": "格式工具栏",
16381638
"floating": {
16391639
"title": "浮动",
16401640
"description": "编辑工具出现在光标附近;"
16411641
},
16421642
"fixed": {
16431643
"title": "固定",
1644-
"description": "编辑工具出现在 \"格式化\" 功能区标签中。"
1644+
"description": "编辑工具出现在 \"格式\" 功能区标签中。"
16451645
},
16461646
"multiline-toolbar": "如果工具栏无法完全显示,则分多行显示。"
16471647
}

apps/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"mime-types": "3.0.1",
8888
"multer": "2.0.0",
8989
"normalize-strings": "1.1.1",
90-
"ollama": "0.5.15",
91-
"openai": "4.103.0",
90+
"ollama": "0.5.16",
91+
"openai": "4.104.0",
9292
"rand-token": "1.0.1",
9393
"safe-compare": "1.1.4",
9494
"sanitize-filename": "1.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@playwright/test": "^1.36.0",
4141
"@triliumnext/server": "workspace:*",
4242
"@types/express": "^4.17.21",
43-
"@types/node": "22.15.24",
43+
"@types/node": "22.15.29",
4444
"@vitest/coverage-v8": "^3.0.5",
4545
"@vitest/ui": "^3.0.0",
4646
"chalk": "5.4.1",

packages/codemirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@codemirror/lang-xml": "6.1.0",
3131
"@codemirror/legacy-modes": "6.5.1",
3232
"@codemirror/search": "6.5.11",
33-
"@codemirror/view": "6.37.0",
33+
"@codemirror/view": "6.37.1",
3434
"@fsegurai/codemirror-theme-abcdef": "6.1.4",
3535
"@fsegurai/codemirror-theme-abyss": "6.1.4",
3636
"@fsegurai/codemirror-theme-android-studio": "6.1.4",

0 commit comments

Comments
 (0)