From a4eca71b8b1eabc257efa909021d89b554d1802c Mon Sep 17 00:00:00 2001 From: ABKQPO <93412322+ABKQPO@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:05:50 +0800 Subject: [PATCH] fix lang key --- .../resources/assets/guidenh/lang/en_US.lang | 189 ++++++++++-------- .../resources/assets/guidenh/lang/zh_CN.lang | 189 ++++++++++-------- 2 files changed, 210 insertions(+), 168 deletions(-) diff --git a/src/main/resources/assets/guidenh/lang/en_US.lang b/src/main/resources/assets/guidenh/lang/en_US.lang index af349893..cf10a153 100644 --- a/src/main/resources/assets/guidenh/lang/en_US.lang +++ b/src/main/resources/assets/guidenh/lang/en_US.lang @@ -8,91 +8,112 @@ guideme.configuration.guide=Guides guideme.configuration.showDebugGuiOverlays=Debug GUI Overlays guideme.configuration.title=GuideNH Configuration guideme.gui.config.debug=Debug -guideme.gui.config.debug.enableDebugMode=Enable Debug Mode -guideme.gui.config.debug.enableDebugMode.tooltip=Enables additional debug logging and overlays used while developing guides. +guideme.gui.config.debug.enabledebugmode=Enable Debug Mode +guideme.gui.config.debug.enabledebugmode.tooltip=Enables additional debug logging and overlays used while developing guides. guideme.gui.config.ui=User Interface -guideme.gui.config.ui.confirmExternalLinks=Confirm External Links -guideme.gui.config.ui.confirmExternalLinks.tooltip=Controls whether clicking external links in guide markdown shows a confirmation dialog before opening the browser. -guideme.gui.config.ui.contentZoom=Guide Content Zoom -guideme.gui.config.ui.contentZoom.tooltip=Controls the global zoom factor for guide content. Individual pages can override this with frontmatter. -guideme.gui.config.ui.fullWidth=Full Width Layout -guideme.gui.config.ui.fullWidth.tooltip=Controls whether the guide screen opens without side margins. -guideme.gui.config.ui.fullWidthNarrowReadingMarginRatio=Narrow Reading Margin Ratio -guideme.gui.config.ui.fullWidthNarrowReadingMarginRatio.tooltip=Controls the side margin ratio used by the optional narrow reading mode in full-width guide pages. Set to 0 to disable. A value of 0.15 leaves about 15% margin on both sides. -guideme.gui.config.ui.guideNavigationPinned=Pin Guide Navigation -guideme.gui.config.ui.guideNavigationPinned.tooltip=Controls whether the guide navigation sidebar opens pinned and reserves layout width. -guideme.gui.config.ui.guideEditorAdvancedToolbarVisible=Guide Editor Advanced Buttons -guideme.gui.config.ui.guideEditorAdvancedToolbarVisible.tooltip=Controls whether the guide editor shows advanced insertion buttons by default. -guideme.gui.config.ui.guideEditorAutosaveEnabled=Guide Editor Autosave -guideme.gui.config.ui.guideEditorAutosaveEnabled.tooltip=Controls whether the guide editor saves shortly after edits and when closing the screen. Even when disabled, a safety save still runs every five minutes. -guideme.gui.config.ui.guideEditorAutosaveDelayMillis=Guide Editor Autosave Delay -guideme.gui.config.ui.guideEditorAutosaveDelayMillis.tooltip=Controls how long the guide editor waits after edits before writing markdown to disk, in milliseconds. -guideme.gui.config.ui.guideEditorDefaultAuthor=Guide Editor Default Author -guideme.gui.config.ui.guideEditorDefaultAuthor.tooltip=Controls the author inserted into newly created guide pages. -guideme.gui.config.ui.guideEditorDividerPercent=Guide Editor Split Position -guideme.gui.config.ui.guideEditorDividerPercent.tooltip=Controls the guide editor split divider position as a percentage from the left. -guideme.gui.config.ui.guideEditorEnabled=Guide Screen Editor -guideme.gui.config.ui.guideEditorEnabled.tooltip=Controls whether guide pages open with the in-screen markdown editor enabled. -guideme.gui.config.ui.guideEditorLayoutMode=Guide Editor Layout -guideme.gui.config.ui.guideEditorLayoutMode.tooltip=Controls the starting guide editor layout: 0 split, 1 editor only, 2 preview only. -guideme.gui.config.ui.guideEditorNeiItemPanelOutsideWindow=Guide Editor NEI Item Panel -guideme.gui.config.ui.guideEditorNeiItemPanelOutsideWindow.tooltip=Shows a NEI item panel outside the guide window while the editor is open and the guide is not full-width. -guideme.gui.config.ui.guideEditorNewPagePath=Guide Editor New Page Path -guideme.gui.config.ui.guideEditorNewPagePath.tooltip=Controls the last path used by the guide editor new page dialog. -guideme.gui.config.ui.homeBookmarkedPageLimit=Home Bookmarks Limit -guideme.gui.config.ui.homeBookmarkedPageLimit.tooltip=Controls the maximum number of bookmarked guide pages shown on the home page. -guideme.gui.config.ui.homeHistoryPageLimit=Home History Limit -guideme.gui.config.ui.homeHistoryPageLimit.tooltip=Controls the maximum number of recent guide pages shown on the home page. -guideme.gui.config.ui.homeRecommendedPageLimit=Home Recommended Limit -guideme.gui.config.ui.homeRecommendedPageLimit.tooltip=Controls the maximum number of recommended guide pages shown on the home page. -guideme.gui.config.ui.nonFullWidthWindowHeightPercent=Non-Full-Width Window Height -guideme.gui.config.ui.nonFullWidthWindowHeightPercent.tooltip=Manual guide window height in non-full-width mode, as a percentage of screen height. Set to 0 to use the automatic height. -guideme.gui.config.ui.nonFullWidthWindowWidthPercent=Non-Full-Width Window Width -guideme.gui.config.ui.nonFullWidthWindowWidthPercent.tooltip=Manual guide window width in non-full-width mode, as a percentage of screen width. Set to 0 to use the automatic width. -guideme.gui.config.ui.sceneBlockStatsButtonEnabled=Enable 3D Preview Block Stats Button -guideme.gui.config.ui.sceneBlockStatsButtonEnabled.tooltip=Controls whether 3D previews show the block statistics toggle button by default. -guideme.gui.config.ui.sceneBlockStatsVisible=Show 3D Preview Block Stats -guideme.gui.config.ui.sceneBlockStatsVisible.tooltip=Controls whether 3D previews show the block statistics overlay by default. -guideme.gui.config.ui.sceneEditorAutoPickEnabled=Scene Editor Auto Pick -guideme.gui.config.ui.sceneEditorAutoPickEnabled.tooltip=Controls whether auto-pick starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneEditorMarkdownPanelWidth=Scene Editor Markdown Panel Width -guideme.gui.config.ui.sceneEditorMarkdownPanelWidth.tooltip=Controls the expanded width of the markdown panel in the scene editor. -guideme.gui.config.ui.sceneEditorMarkdownWrapEnabled=Scene Editor Markdown Word Wrap -guideme.gui.config.ui.sceneEditorMarkdownWrapEnabled.tooltip=Controls whether the scene editor markdown panel wraps long lines by default. -guideme.gui.config.ui.sceneEditorScreenshotFormat=Scene Editor Screenshot Format -guideme.gui.config.ui.sceneEditorScreenshotFormat.tooltip=Controls the default image format used by the scene editor screenshot button. -guideme.gui.config.ui.sceneEditorScreenshotScale=Scene Editor Screenshot Scale -guideme.gui.config.ui.sceneEditorScreenshotScale.tooltip=Controls the default screenshot scale used by the scene editor screenshot button. -guideme.gui.config.ui.sceneEditorSnapCenterEnabled=Scene Editor Snap Centers -guideme.gui.config.ui.sceneEditorSnapCenterEnabled.tooltip=Controls whether center snapping starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneEditorSnapEnabled=Scene Editor Snapping -guideme.gui.config.ui.sceneEditorSnapEnabled.tooltip=Controls whether snapping starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneEditorSnapFaceEnabled=Scene Editor Snap Faces -guideme.gui.config.ui.sceneEditorSnapFaceEnabled.tooltip=Controls whether face snapping starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneEditorSnapLineEnabled=Scene Editor Snap Lines -guideme.gui.config.ui.sceneEditorSnapLineEnabled.tooltip=Controls whether line snapping starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneEditorSnapPointEnabled=Scene Editor Snap Points -guideme.gui.config.ui.sceneEditorSnapPointEnabled.tooltip=Controls whether point snapping starts enabled in the scene editor and saves immediately after toggling. -guideme.gui.config.ui.sceneExportEnabled=Enable Scene Export Tools -guideme.gui.config.ui.sceneExportEnabled.tooltip=Controls scene editor, structure export commands, and Region Wand selection/export. On multiplayer this is synced from the server; if the server lacks GuideNH, these tools are disabled. -guideme.gui.config.ui.sceneEditorUndoHistoryLimit=Scene Editor Undo History -guideme.gui.config.ui.sceneEditorUndoHistoryLimit.tooltip=Controls the maximum number of undo history entries kept by each scene editor session. -guideme.gui.config.ui.regionWandPersistentSelectionRender=Persistent Region Wand Selection -guideme.gui.config.ui.regionWandPersistentSelectionRender.tooltip=Controls whether the Region Wand selection box stays visible after switching away from the wand. -guideme.gui.config.ui.regionWandExportMode=Region Wand Export Mode -guideme.gui.config.ui.regionWandExportMode.tooltip=Controls the client-global export mode used by Region Wand exports and Scene Editor import-from-selection behavior. -guideme.gui.config.ui.sceneLayerSliderEnabled=Enable 3D Preview Layer Slider -guideme.gui.config.ui.sceneLayerSliderEnabled.tooltip=Controls whether 3D previews show the layer slider by default. Individual markdown scenes can still enable it explicitly. -guideme.gui.config.ui.sceneStructureLibCandidateColumns=StructureLib Candidate Columns -guideme.gui.config.ui.sceneStructureLibCandidateColumns.tooltip=Controls the maximum item columns per row when showing StructureLib block candidates in tooltips. -guideme.gui.config.ui.sceneStructureLibCandidateMaxCount=StructureLib Candidate Limit -guideme.gui.config.ui.sceneStructureLibCandidateMaxCount.tooltip=Controls the maximum number of StructureLib block candidates shown per candidate grid. Set to 0 to disable the limit. -guideme.gui.config.ui.sceneSwapMouseButtons=Swap 3D Preview Mouse Buttons -guideme.gui.config.ui.sceneSwapMouseButtons.tooltip=Use left drag to rotate and right drag to pan. Disable to restore the legacy controls. -guideme.gui.config.ui.sceneWheelZoom=3D Preview Wheel Zoom -guideme.gui.config.ui.sceneWheelZoom.tooltip=Controls whether mouse wheel scrolling zooms the 3D scene preview while the cursor is over it. -guideme.gui.config.ui.sceneWheelInteractionDelayMillis=3D Preview Wheel Delay -guideme.gui.config.ui.sceneWheelInteractionDelayMillis.tooltip=Controls how long page-wheel scrolling temporarily blocks 3D preview wheel interactions, in milliseconds. +guideme.gui.config.ui.confirmexternallinks=Confirm External Links +guideme.gui.config.ui.confirmexternallinks.tooltip=Controls whether clicking external links in guide markdown shows a confirmation dialog before opening the browser. +guideme.gui.config.ui.contentzoom=Guide Content Zoom +guideme.gui.config.ui.contentzoom.tooltip=Controls the global zoom factor for guide content. Individual pages can override this with frontmatter. +guideme.gui.config.ui.fullwidth=Full Width Layout +guideme.gui.config.ui.fullwidth.tooltip=Controls whether the guide screen opens without side margins. +guideme.gui.config.ui.fullwidthnarrowreadingmarginratio=Narrow Reading Margin Ratio +guideme.gui.config.ui.fullwidthnarrowreadingmarginratio.tooltip=Controls the side margin ratio used by the optional narrow reading mode in full-width guide pages. Set to 0 to disable. A value of 0.15 leaves about 15% margin on both sides. +guideme.gui.config.ui.guidenavigationpinned=Pin Guide Navigation +guideme.gui.config.ui.guidenavigationpinned.tooltip=Controls whether the guide navigation sidebar opens pinned and reserves layout width. +guideme.gui.config.ui.guideeditoradvancedtoolbarvisible=Guide Editor Advanced Buttons +guideme.gui.config.ui.guideeditoradvancedtoolbarvisible.tooltip=Controls whether the guide editor shows advanced insertion buttons by default. +guideme.gui.config.ui.guideeditorautosaveenabled=Guide Editor Autosave +guideme.gui.config.ui.guideeditorautosaveenabled.tooltip=Controls whether the guide editor saves shortly after edits and when closing the screen. Even when disabled, a safety save still runs every five minutes. +guideme.gui.config.ui.guideeditorautosavedelaymillis=Guide Editor Autosave Delay +guideme.gui.config.ui.guideeditorautosavedelaymillis.tooltip=Controls how long the guide editor waits after edits before writing markdown to disk, in milliseconds. +guideme.gui.config.ui.guideeditordefaultauthor=Guide Editor Default Author +guideme.gui.config.ui.guideeditordefaultauthor.tooltip=Controls the author inserted into newly created guide pages. +guideme.gui.config.ui.guideeditordividerpercent=Guide Editor Split Position +guideme.gui.config.ui.guideeditordividerpercent.tooltip=Controls the guide editor split divider position as a percentage from the left. +guideme.gui.config.ui.guideeditorenabled=Guide Screen Editor +guideme.gui.config.ui.guideeditorenabled.tooltip=Controls whether guide pages open with the in-screen markdown editor enabled. +guideme.gui.config.ui.guideeditorlayoutmode=Guide Editor Layout +guideme.gui.config.ui.guideeditorlayoutmode.tooltip=Controls the starting guide editor layout: 0 split, 1 editor only, 2 preview only. +guideme.gui.config.ui.guideeditorneiitempaneloutsidewindow=Guide Editor NEI Item Panel +guideme.gui.config.ui.guideeditorneiitempaneloutsidewindow.tooltip=Shows a NEI item panel outside the guide window while the editor is open and the guide is not full-width. +guideme.gui.config.ui.guideeditornewpagepath=Guide Editor New Page Path +guideme.gui.config.ui.guideeditornewpagepath.tooltip=Controls the last path used by the guide editor new page dialog. +guideme.gui.config.ui.guidebookmarks=Guide Bookmarks +guideme.gui.config.ui.guidebookmarks.tooltip=Client-global bookmarked guide page ids, serialized as a pipe-delimited list. +guideme.gui.config.ui.homebookmarkedpagelimit=Home Bookmarks Limit +guideme.gui.config.ui.homebookmarkedpagelimit.tooltip=Controls the maximum number of bookmarked guide pages shown on the home page. +guideme.gui.config.ui.homehistorypagelimit=Home History Limit +guideme.gui.config.ui.homehistorypagelimit.tooltip=Controls the maximum number of recent guide pages shown on the home page. +guideme.gui.config.ui.homerecommendedpagelimit=Home Recommended Limit +guideme.gui.config.ui.homerecommendedpagelimit.tooltip=Controls the maximum number of recommended guide pages shown on the home page. +guideme.gui.config.ui.nonfullwidthwindowheightpercent=Non-Full-Width Window Height +guideme.gui.config.ui.nonfullwidthwindowheightpercent.tooltip=Manual guide window height in non-full-width mode, as a percentage of screen height. Set to 0 to use the automatic height. +guideme.gui.config.ui.nonfullwidthwindowwidthpercent=Non-Full-Width Window Width +guideme.gui.config.ui.nonfullwidthwindowwidthpercent.tooltip=Manual guide window width in non-full-width mode, as a percentage of screen width. Set to 0 to use the automatic width. +guideme.gui.config.ui.sceneblockstatsbuttonenabled=Enable 3D Preview Block Stats Button +guideme.gui.config.ui.sceneblockstatsbuttonenabled.tooltip=Controls whether 3D previews show the block statistics toggle button by default. +guideme.gui.config.ui.sceneblockstatsvisible=Show 3D Preview Block Stats +guideme.gui.config.ui.sceneblockstatsvisible.tooltip=Controls whether 3D previews show the block statistics overlay by default. +guideme.gui.config.ui.sceneeditorautopickenabled=Scene Editor Auto Pick +guideme.gui.config.ui.sceneeditorautopickenabled.tooltip=Controls whether auto-pick starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneeditormarkdownpanelwidth=Scene Editor Markdown Panel Width +guideme.gui.config.ui.sceneeditormarkdownpanelwidth.tooltip=Controls the expanded width of the markdown panel in the scene editor. +guideme.gui.config.ui.sceneeditormarkdownwrapenabled=Scene Editor Markdown Word Wrap +guideme.gui.config.ui.sceneeditormarkdownwrapenabled.tooltip=Controls whether the scene editor markdown panel wraps long lines by default. +guideme.gui.config.ui.sceneeditorscreenshotformat=Scene Editor Screenshot Format +guideme.gui.config.ui.sceneeditorscreenshotformat.tooltip=Controls the default image format used by the scene editor screenshot button. +guideme.gui.config.ui.sceneeditorscreenshotscale=Scene Editor Screenshot Scale +guideme.gui.config.ui.sceneeditorscreenshotscale.tooltip=Controls the default screenshot scale used by the scene editor screenshot button. +guideme.gui.config.ui.sceneeditorsnapcenterenabled=Scene Editor Snap Centers +guideme.gui.config.ui.sceneeditorsnapcenterenabled.tooltip=Controls whether center snapping starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneeditorsnapenabled=Scene Editor Snapping +guideme.gui.config.ui.sceneeditorsnapenabled.tooltip=Controls whether snapping starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneeditorsnapfaceenabled=Scene Editor Snap Faces +guideme.gui.config.ui.sceneeditorsnapfaceenabled.tooltip=Controls whether face snapping starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneeditorsnaplineenabled=Scene Editor Snap Lines +guideme.gui.config.ui.sceneeditorsnaplineenabled.tooltip=Controls whether line snapping starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneeditorsnappointenabled=Scene Editor Snap Points +guideme.gui.config.ui.sceneeditorsnappointenabled.tooltip=Controls whether point snapping starts enabled in the scene editor and saves immediately after toggling. +guideme.gui.config.ui.sceneexportenabled=Enable Scene Export Tools +guideme.gui.config.ui.sceneexportenabled.tooltip=Controls scene editor, structure export commands, and Region Wand selection/export. On multiplayer this is synced from the server; if the server lacks GuideNH, these tools are disabled. +guideme.gui.config.ui.sceneeditorundohistorylimit=Scene Editor Undo History +guideme.gui.config.ui.sceneeditorundohistorylimit.tooltip=Controls the maximum number of undo history entries kept by each scene editor session. +guideme.gui.config.ui.regionwandpersistentselectionrender=Persistent Region Wand Selection +guideme.gui.config.ui.regionwandpersistentselectionrender.tooltip=Controls whether the Region Wand selection box stays visible after switching away from the wand. +guideme.gui.config.ui.regionwandexportmode=Region Wand Export Mode +guideme.gui.config.ui.regionwandexportmode.tooltip=Controls the client-global export mode used by Region Wand exports and Scene Editor import-from-selection behavior. +guideme.gui.config.ui.scenelayersliderenabled=Enable 3D Preview Layer Slider +guideme.gui.config.ui.scenelayersliderenabled.tooltip=Controls whether 3D previews show the layer slider by default. Individual markdown scenes can still enable it explicitly. +guideme.gui.config.ui.scenestructurelibcandidatecolumns=StructureLib Candidate Columns +guideme.gui.config.ui.scenestructurelibcandidatecolumns.tooltip=Controls the maximum item columns per row when showing StructureLib block candidates in tooltips. +guideme.gui.config.ui.scenestructurelibcandidatemaxcount=StructureLib Candidate Limit +guideme.gui.config.ui.scenestructurelibcandidatemaxcount.tooltip=Controls the maximum number of StructureLib block candidates shown per candidate grid. Set to 0 to disable the limit. +guideme.gui.config.ui.sceneswapmousebuttons=Swap 3D Preview Mouse Buttons +guideme.gui.config.ui.sceneswapmousebuttons.tooltip=Use left drag to rotate and right drag to pan. Disable to restore the legacy controls. +guideme.gui.config.ui.scenewheelzoom=3D Preview Wheel Zoom +guideme.gui.config.ui.scenewheelzoom.tooltip=Controls whether mouse wheel scrolling zooms the 3D scene preview while the cursor is over it. +guideme.gui.config.ui.scenewheelinteractiondelaymillis=3D Preview Wheel Delay +guideme.gui.config.ui.scenewheelinteractiondelaymillis.tooltip=Controls how long page-wheel scrolling temporarily blocks 3D preview wheel interactions, in milliseconds. +guideme.gui.config.runtimebridge=Runtime Bridge +guideme.gui.config.runtimebridge.enabled=Enable Runtime Bridge +guideme.gui.config.runtimebridge.enabled.tooltip=Controls whether the GuideNH runtime bridge WebSocket server starts with the client. +guideme.gui.config.runtimebridge.host=Runtime Bridge Host +guideme.gui.config.runtimebridge.host.tooltip=Host address used by the runtime bridge WebSocket server. +guideme.gui.config.runtimebridge.port=Runtime Bridge Port +guideme.gui.config.runtimebridge.port.tooltip=Port used by the runtime bridge WebSocket server. +guideme.gui.config.runtimebridge.token=Runtime Bridge Token +guideme.gui.config.runtimebridge.token.tooltip=Authentication token required by runtime bridge clients. +guideme.gui.config.runtimebridge.maxmessagebytes=Maximum Message Size +guideme.gui.config.runtimebridge.maxmessagebytes.tooltip=Maximum accepted WebSocket message size in bytes. +guideme.gui.config.runtimebridge.maxpagesize=Maximum Page Size +guideme.gui.config.runtimebridge.maxpagesize.tooltip=Maximum semantic query page size returned by the runtime bridge. +guideme.gui.config.runtimebridge.maxsubscriptions=Maximum Subscriptions +guideme.gui.config.runtimebridge.maxsubscriptions.tooltip=Maximum subscriptions allowed for each runtime bridge connection. +guideme.gui.config.runtimebridge.maxconnections=Maximum Connections +guideme.gui.config.runtimebridge.maxconnections.tooltip=Maximum concurrent runtime bridge connections. +guideme.gui.config.runtimebridge.maxdeltaentries=Maximum Delta Entries +guideme.gui.config.runtimebridge.maxdeltaentries.tooltip=Maximum semantic delta entries sent in one runtime bridge message. # Guidebook UI guideme.guidebook.Close=Close diff --git a/src/main/resources/assets/guidenh/lang/zh_CN.lang b/src/main/resources/assets/guidenh/lang/zh_CN.lang index d9ace3d8..255e3dd8 100644 --- a/src/main/resources/assets/guidenh/lang/zh_CN.lang +++ b/src/main/resources/assets/guidenh/lang/zh_CN.lang @@ -8,91 +8,112 @@ guideme.configuration.guide=指南 guideme.configuration.showDebugGuiOverlays=显示调试 GUI 覆盖层 guideme.configuration.title=GuideNH 配置 guideme.gui.config.debug=调试 -guideme.gui.config.debug.enableDebugMode=启用调试模式 -guideme.gui.config.debug.enableDebugMode.tooltip=启用指南开发时使用的额外调试日志和叠加显示。 +guideme.gui.config.debug.enabledebugmode=启用调试模式 +guideme.gui.config.debug.enabledebugmode.tooltip=启用指南开发时使用的额外调试日志和叠加显示。 guideme.gui.config.ui=用户界面 -guideme.gui.config.ui.confirmExternalLinks=外链打开前确认 -guideme.gui.config.ui.confirmExternalLinks.tooltip=控制点击指南 Markdown 中的外部链接时,是否先弹出确认窗口再打开浏览器。 -guideme.gui.config.ui.contentZoom=指南内容缩放 -guideme.gui.config.ui.contentZoom.tooltip=控制指南内容的全局缩放倍率。单个页面仍可通过 frontmatter 覆盖该值。 -guideme.gui.config.ui.fullWidth=全宽布局 -guideme.gui.config.ui.fullWidth.tooltip=控制指南界面打开时是否不保留侧边距。 -guideme.gui.config.ui.fullWidthNarrowReadingMarginRatio=窄版阅读边距比例 -guideme.gui.config.ui.fullWidthNarrowReadingMarginRatio.tooltip=控制全宽指南页面中可选窄版阅读模式的左右边距比例。设为 0 可禁用。设为 0.15 时,左右两侧大约各保留 15% 的边距。 -guideme.gui.config.ui.guideNavigationPinned=固定指南导航栏 -guideme.gui.config.ui.guideNavigationPinned.tooltip=控制指南导航栏是否默认固定展开,并为正文布局预留宽度。 -guideme.gui.config.ui.guideEditorAdvancedToolbarVisible=指南编辑器高级按钮 -guideme.gui.config.ui.guideEditorAdvancedToolbarVisible.tooltip=控制指南编辑器是否默认显示高级插入按钮。 -guideme.gui.config.ui.guideEditorAutosaveEnabled=指南编辑器自动保存 -guideme.gui.config.ui.guideEditorAutosaveEnabled.tooltip=控制指南编辑器是否在编辑后和关闭页面时自动保存。关闭后仍会每隔五分钟执行一次兜底保存。 -guideme.gui.config.ui.guideEditorAutosaveDelayMillis=指南编辑器自动保存延迟 -guideme.gui.config.ui.guideEditorAutosaveDelayMillis.tooltip=控制编辑后等待多久再把 Markdown 写入磁盘,单位为毫秒。 -guideme.gui.config.ui.guideEditorDefaultAuthor=指南编辑器默认作者 -guideme.gui.config.ui.guideEditorDefaultAuthor.tooltip=控制新建指南页面时写入的默认作者。 -guideme.gui.config.ui.guideEditorDividerPercent=指南编辑器分割线位置 -guideme.gui.config.ui.guideEditorDividerPercent.tooltip=控制指南编辑器分割线距离左侧的百分比位置。 -guideme.gui.config.ui.guideEditorEnabled=GuideScreen 指南编辑器 -guideme.gui.config.ui.guideEditorEnabled.tooltip=控制指南页面打开时是否启用内置 Markdown 编辑器。 -guideme.gui.config.ui.guideEditorLayoutMode=指南编辑器布局 -guideme.gui.config.ui.guideEditorLayoutMode.tooltip=控制指南编辑器初始布局:0 为编辑和预览,1 为仅编辑,2 为仅预览。 -guideme.gui.config.ui.guideEditorNeiItemPanelOutsideWindow=指南编辑器 NEI 物品面板 -guideme.gui.config.ui.guideEditorNeiItemPanelOutsideWindow.tooltip=编辑器开启且指南不是全宽时,在指南窗口外显示 NEI 物品面板。 -guideme.gui.config.ui.guideEditorNewPagePath=指南编辑器新页面路径 -guideme.gui.config.ui.guideEditorNewPagePath.tooltip=控制指南编辑器新建页面对话框上一次使用的路径。 -guideme.gui.config.ui.homeBookmarkedPageLimit=首页书签上限 -guideme.gui.config.ui.homeBookmarkedPageLimit.tooltip=控制首页书签页中显示的最大指南页面数量。 -guideme.gui.config.ui.homeHistoryPageLimit=首页历史上限 -guideme.gui.config.ui.homeHistoryPageLimit.tooltip=控制首页历史页中显示的最大指南页面数量。 -guideme.gui.config.ui.homeRecommendedPageLimit=首页推荐上限 -guideme.gui.config.ui.homeRecommendedPageLimit.tooltip=控制首页推荐页中显示的最大指南页面数量。 -guideme.gui.config.ui.nonFullWidthWindowHeightPercent=非全宽窗口高度 -guideme.gui.config.ui.nonFullWidthWindowHeightPercent.tooltip=非全宽模式下手动指定指南窗口高度,占屏幕高度的百分比。设为 0 使用自动高度。 -guideme.gui.config.ui.nonFullWidthWindowWidthPercent=非全宽窗口宽度 -guideme.gui.config.ui.nonFullWidthWindowWidthPercent.tooltip=非全宽模式下手动指定指南窗口宽度,占屏幕宽度的百分比。设为 0 使用自动宽度。 -guideme.gui.config.ui.sceneBlockStatsButtonEnabled=启用 3D 预览方块统计按钮 -guideme.gui.config.ui.sceneBlockStatsButtonEnabled.tooltip=控制 3D 预览是否默认显示方块统计切换按钮。 -guideme.gui.config.ui.sceneBlockStatsVisible=显示 3D 预览方块统计 -guideme.gui.config.ui.sceneBlockStatsVisible.tooltip=控制 3D 预览是否默认显示方块统计叠加框。 -guideme.gui.config.ui.sceneEditorAutoPickEnabled=场景编辑器自动选择 -guideme.gui.config.ui.sceneEditorAutoPickEnabled.tooltip=控制场景编辑器中的自动选择开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneEditorMarkdownPanelWidth=场景编辑器 Markdown 面板宽度 -guideme.gui.config.ui.sceneEditorMarkdownPanelWidth.tooltip=控制场景编辑器中 Markdown 面板展开时的宽度。 -guideme.gui.config.ui.sceneEditorMarkdownWrapEnabled=场景编辑器 Markdown 自动换行 -guideme.gui.config.ui.sceneEditorMarkdownWrapEnabled.tooltip=控制场景编辑器 Markdown 面板是否默认对长行自动换行。 -guideme.gui.config.ui.sceneEditorScreenshotFormat=场景编辑器截图格式 -guideme.gui.config.ui.sceneEditorScreenshotFormat.tooltip=控制场景编辑器截图按钮默认使用的图片格式。 -guideme.gui.config.ui.sceneEditorScreenshotScale=场景编辑器截图倍率 -guideme.gui.config.ui.sceneEditorScreenshotScale.tooltip=控制场景编辑器截图按钮默认使用的截图倍率。 -guideme.gui.config.ui.sceneEditorSnapCenterEnabled=场景编辑器磁吸方块中心 -guideme.gui.config.ui.sceneEditorSnapCenterEnabled.tooltip=控制场景编辑器中的方块中心磁吸开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneEditorSnapEnabled=场景编辑器磁吸 -guideme.gui.config.ui.sceneEditorSnapEnabled.tooltip=控制场景编辑器中的磁吸开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneEditorSnapFaceEnabled=场景编辑器磁吸面 -guideme.gui.config.ui.sceneEditorSnapFaceEnabled.tooltip=控制场景编辑器中的面磁吸开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneEditorSnapLineEnabled=场景编辑器磁吸线段 -guideme.gui.config.ui.sceneEditorSnapLineEnabled.tooltip=控制场景编辑器中的线段磁吸开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneEditorSnapPointEnabled=场景编辑器磁吸点 -guideme.gui.config.ui.sceneEditorSnapPointEnabled.tooltip=控制场景编辑器中的点磁吸开关默认是否开启,并在切换后立刻保存。 -guideme.gui.config.ui.sceneExportEnabled=启用场景导出工具 -guideme.gui.config.ui.sceneExportEnabled.tooltip=控制场景编辑器、结构导出指令和区域魔杖选区/导出功能。多人游戏中会从服务端同步;如果服务端未安装 GuideNH,这些工具会被禁用。 -guideme.gui.config.ui.sceneEditorUndoHistoryLimit=场景编辑器撤销历史 -guideme.gui.config.ui.sceneEditorUndoHistoryLimit.tooltip=控制每个场景编辑器会话保留的最大撤销历史数量。 -guideme.gui.config.ui.regionWandPersistentSelectionRender=区域魔杖选区常驻显示 -guideme.gui.config.ui.regionWandPersistentSelectionRender.tooltip=控制切换到其他物品后,区域魔杖的选区框是否继续显示。 -guideme.gui.config.ui.regionWandExportMode=Region Wand 导出模式 -guideme.gui.config.ui.regionWandExportMode.tooltip=控制 Region Wand 导出以及 Scene Editor 从选区导入时使用的客户端全局导出模式。 -guideme.gui.config.ui.sceneLayerSliderEnabled=启用 3D 预览层数滑条 -guideme.gui.config.ui.sceneLayerSliderEnabled.tooltip=控制 3D 预览是否默认显示层数滑条,仍可由 MD 场景标签单独开启。 -guideme.gui.config.ui.sceneStructureLibCandidateColumns=StructureLib 候选方块列数 -guideme.gui.config.ui.sceneStructureLibCandidateColumns.tooltip=控制在提示框中显示 StructureLib 候选方块时,每行最多显示多少列物品。 -guideme.gui.config.ui.sceneStructureLibCandidateMaxCount=StructureLib 候选方块上限 -guideme.gui.config.ui.sceneStructureLibCandidateMaxCount.tooltip=控制每个候选网格最多显示多少个 StructureLib 候选方块。设为 0 禁用限制。 -guideme.gui.config.ui.sceneSwapMouseButtons=交换 3D 预览鼠标按键 -guideme.gui.config.ui.sceneSwapMouseButtons.tooltip=启用后左键拖动旋转、右键拖动平移;关闭后恢复旧版左键平移、右键旋转。 -guideme.gui.config.ui.sceneWheelZoom=3D 预览滚轮缩放 -guideme.gui.config.ui.sceneWheelZoom.tooltip=控制鼠标位于 3D 场景预览上方时,滚轮是否用于缩放场景。 -guideme.gui.config.ui.sceneWheelInteractionDelayMillis=3D 预览滚轮延迟 -guideme.gui.config.ui.sceneWheelInteractionDelayMillis.tooltip=控制页面滚轮滚动后,需要等待多久才重新允许 3D 预览响应滚轮,单位为毫秒。 +guideme.gui.config.ui.confirmexternallinks=外链打开前确认 +guideme.gui.config.ui.confirmexternallinks.tooltip=控制点击指南 Markdown 中的外部链接时,是否先弹出确认窗口再打开浏览器。 +guideme.gui.config.ui.contentzoom=指南内容缩放 +guideme.gui.config.ui.contentzoom.tooltip=控制指南内容的全局缩放倍率。单个页面仍可通过 frontmatter 覆盖该值。 +guideme.gui.config.ui.fullwidth=全宽布局 +guideme.gui.config.ui.fullwidth.tooltip=控制指南界面打开时是否不保留侧边距。 +guideme.gui.config.ui.fullwidthnarrowreadingmarginratio=窄版阅读边距比例 +guideme.gui.config.ui.fullwidthnarrowreadingmarginratio.tooltip=控制全宽指南页面中可选窄版阅读模式的左右边距比例。设为 0 可禁用。设为 0.15 时,左右两侧大约各保留 15% 的边距。 +guideme.gui.config.ui.guidenavigationpinned=固定指南导航栏 +guideme.gui.config.ui.guidenavigationpinned.tooltip=控制指南导航栏是否默认固定展开,并为正文布局预留宽度。 +guideme.gui.config.ui.guideeditoradvancedtoolbarvisible=指南编辑器高级按钮 +guideme.gui.config.ui.guideeditoradvancedtoolbarvisible.tooltip=控制指南编辑器是否默认显示高级插入按钮。 +guideme.gui.config.ui.guideeditorautosaveenabled=指南编辑器自动保存 +guideme.gui.config.ui.guideeditorautosaveenabled.tooltip=控制指南编辑器是否在编辑后和关闭页面时自动保存。关闭后仍会每隔五分钟执行一次兜底保存。 +guideme.gui.config.ui.guideeditorautosavedelaymillis=指南编辑器自动保存延迟 +guideme.gui.config.ui.guideeditorautosavedelaymillis.tooltip=控制编辑后等待多久再把 Markdown 写入磁盘,单位为毫秒。 +guideme.gui.config.ui.guideeditordefaultauthor=指南编辑器默认作者 +guideme.gui.config.ui.guideeditordefaultauthor.tooltip=控制新建指南页面时写入的默认作者。 +guideme.gui.config.ui.guideeditordividerpercent=指南编辑器分割线位置 +guideme.gui.config.ui.guideeditordividerpercent.tooltip=控制指南编辑器分割线距离左侧的百分比位置。 +guideme.gui.config.ui.guideeditorenabled=GuideScreen 指南编辑器 +guideme.gui.config.ui.guideeditorenabled.tooltip=控制指南页面打开时是否启用内置 Markdown 编辑器。 +guideme.gui.config.ui.guideeditorlayoutmode=指南编辑器布局 +guideme.gui.config.ui.guideeditorlayoutmode.tooltip=控制指南编辑器初始布局:0 为编辑和预览,1 为仅编辑,2 为仅预览。 +guideme.gui.config.ui.guideeditorneiitempaneloutsidewindow=指南编辑器 NEI 物品面板 +guideme.gui.config.ui.guideeditorneiitempaneloutsidewindow.tooltip=编辑器开启且指南不是全宽时,在指南窗口外显示 NEI 物品面板。 +guideme.gui.config.ui.guideeditornewpagepath=指南编辑器新页面路径 +guideme.gui.config.ui.guideeditornewpagepath.tooltip=控制指南编辑器新建页面对话框上一次使用的路径。 +guideme.gui.config.ui.guidebookmarks=指南书签 +guideme.gui.config.ui.guidebookmarks.tooltip=客户端全局指南书签页面 ID,使用竖线分隔保存。 +guideme.gui.config.ui.homebookmarkedpagelimit=首页书签上限 +guideme.gui.config.ui.homebookmarkedpagelimit.tooltip=控制首页书签页中显示的最大指南页面数量。 +guideme.gui.config.ui.homehistorypagelimit=首页历史上限 +guideme.gui.config.ui.homehistorypagelimit.tooltip=控制首页历史页中显示的最大指南页面数量。 +guideme.gui.config.ui.homerecommendedpagelimit=首页推荐上限 +guideme.gui.config.ui.homerecommendedpagelimit.tooltip=控制首页推荐页中显示的最大指南页面数量。 +guideme.gui.config.ui.nonfullwidthwindowheightpercent=非全宽窗口高度 +guideme.gui.config.ui.nonfullwidthwindowheightpercent.tooltip=非全宽模式下手动指定指南窗口高度,占屏幕高度的百分比。设为 0 使用自动高度。 +guideme.gui.config.ui.nonfullwidthwindowwidthpercent=非全宽窗口宽度 +guideme.gui.config.ui.nonfullwidthwindowwidthpercent.tooltip=非全宽模式下手动指定指南窗口宽度,占屏幕宽度的百分比。设为 0 使用自动宽度。 +guideme.gui.config.ui.sceneblockstatsbuttonenabled=启用 3D 预览方块统计按钮 +guideme.gui.config.ui.sceneblockstatsbuttonenabled.tooltip=控制 3D 预览是否默认显示方块统计切换按钮。 +guideme.gui.config.ui.sceneblockstatsvisible=显示 3D 预览方块统计 +guideme.gui.config.ui.sceneblockstatsvisible.tooltip=控制 3D 预览是否默认显示方块统计叠加框。 +guideme.gui.config.ui.sceneeditorautopickenabled=场景编辑器自动选择 +guideme.gui.config.ui.sceneeditorautopickenabled.tooltip=控制场景编辑器中的自动选择开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneeditormarkdownpanelwidth=场景编辑器 Markdown 面板宽度 +guideme.gui.config.ui.sceneeditormarkdownpanelwidth.tooltip=控制场景编辑器中 Markdown 面板展开时的宽度。 +guideme.gui.config.ui.sceneeditormarkdownwrapenabled=场景编辑器 Markdown 自动换行 +guideme.gui.config.ui.sceneeditormarkdownwrapenabled.tooltip=控制场景编辑器 Markdown 面板是否默认对长行自动换行。 +guideme.gui.config.ui.sceneeditorscreenshotformat=场景编辑器截图格式 +guideme.gui.config.ui.sceneeditorscreenshotformat.tooltip=控制场景编辑器截图按钮默认使用的图片格式。 +guideme.gui.config.ui.sceneeditorscreenshotscale=场景编辑器截图倍率 +guideme.gui.config.ui.sceneeditorscreenshotscale.tooltip=控制场景编辑器截图按钮默认使用的截图倍率。 +guideme.gui.config.ui.sceneeditorsnapcenterenabled=场景编辑器磁吸方块中心 +guideme.gui.config.ui.sceneeditorsnapcenterenabled.tooltip=控制场景编辑器中的方块中心磁吸开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneeditorsnapenabled=场景编辑器磁吸 +guideme.gui.config.ui.sceneeditorsnapenabled.tooltip=控制场景编辑器中的磁吸开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneeditorsnapfaceenabled=场景编辑器磁吸面 +guideme.gui.config.ui.sceneeditorsnapfaceenabled.tooltip=控制场景编辑器中的面磁吸开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneeditorsnaplineenabled=场景编辑器磁吸线段 +guideme.gui.config.ui.sceneeditorsnaplineenabled.tooltip=控制场景编辑器中的线段磁吸开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneeditorsnappointenabled=场景编辑器磁吸点 +guideme.gui.config.ui.sceneeditorsnappointenabled.tooltip=控制场景编辑器中的点磁吸开关默认是否开启,并在切换后立刻保存。 +guideme.gui.config.ui.sceneexportenabled=启用场景导出工具 +guideme.gui.config.ui.sceneexportenabled.tooltip=控制场景编辑器、结构导出指令和区域魔杖选区/导出功能。多人游戏中会从服务端同步;如果服务端未安装 GuideNH,这些工具会被禁用。 +guideme.gui.config.ui.sceneeditorundohistorylimit=场景编辑器撤销历史 +guideme.gui.config.ui.sceneeditorundohistorylimit.tooltip=控制每个场景编辑器会话保留的最大撤销历史数量。 +guideme.gui.config.ui.regionwandpersistentselectionrender=区域魔杖选区常驻显示 +guideme.gui.config.ui.regionwandpersistentselectionrender.tooltip=控制切换到其他物品后,区域魔杖的选区框是否继续显示。 +guideme.gui.config.ui.regionwandexportmode=Region Wand 导出模式 +guideme.gui.config.ui.regionwandexportmode.tooltip=控制 Region Wand 导出以及 Scene Editor 从选区导入时使用的客户端全局导出模式。 +guideme.gui.config.ui.scenelayersliderenabled=启用 3D 预览层数滑条 +guideme.gui.config.ui.scenelayersliderenabled.tooltip=控制 3D 预览是否默认显示层数滑条,仍可由 MD 场景标签单独开启。 +guideme.gui.config.ui.scenestructurelibcandidatecolumns=StructureLib 候选方块列数 +guideme.gui.config.ui.scenestructurelibcandidatecolumns.tooltip=控制在提示框中显示 StructureLib 候选方块时,每行最多显示多少列物品。 +guideme.gui.config.ui.scenestructurelibcandidatemaxcount=StructureLib 候选方块上限 +guideme.gui.config.ui.scenestructurelibcandidatemaxcount.tooltip=控制每个候选网格最多显示多少个 StructureLib 候选方块。设为 0 禁用限制。 +guideme.gui.config.ui.sceneswapmousebuttons=交换 3D 预览鼠标按键 +guideme.gui.config.ui.sceneswapmousebuttons.tooltip=启用后左键拖动旋转、右键拖动平移;关闭后恢复旧版左键平移、右键旋转。 +guideme.gui.config.ui.scenewheelzoom=3D 预览滚轮缩放 +guideme.gui.config.ui.scenewheelzoom.tooltip=控制鼠标位于 3D 场景预览上方时,滚轮是否用于缩放场景。 +guideme.gui.config.ui.scenewheelinteractiondelaymillis=3D 预览滚轮延迟 +guideme.gui.config.ui.scenewheelinteractiondelaymillis.tooltip=控制页面滚轮滚动后,需要等待多久才重新允许 3D 预览响应滚轮,单位为毫秒。 +guideme.gui.config.runtimebridge=运行时桥接 +guideme.gui.config.runtimebridge.enabled=启用运行时桥接 +guideme.gui.config.runtimebridge.enabled.tooltip=控制 GuideNH 运行时桥接 WebSocket 服务是否随客户端启动。 +guideme.gui.config.runtimebridge.host=运行时桥接主机 +guideme.gui.config.runtimebridge.host.tooltip=运行时桥接 WebSocket 服务使用的主机地址。 +guideme.gui.config.runtimebridge.port=运行时桥接端口 +guideme.gui.config.runtimebridge.port.tooltip=运行时桥接 WebSocket 服务使用的端口。 +guideme.gui.config.runtimebridge.token=运行时桥接令牌 +guideme.gui.config.runtimebridge.token.tooltip=运行时桥接客户端连接时需要提供的认证令牌。 +guideme.gui.config.runtimebridge.maxmessagebytes=最大消息大小 +guideme.gui.config.runtimebridge.maxmessagebytes.tooltip=允许接收的最大 WebSocket 消息大小,单位为字节。 +guideme.gui.config.runtimebridge.maxpagesize=最大分页大小 +guideme.gui.config.runtimebridge.maxpagesize.tooltip=运行时桥接语义查询一次最多返回的条目数。 +guideme.gui.config.runtimebridge.maxsubscriptions=最大订阅数 +guideme.gui.config.runtimebridge.maxsubscriptions.tooltip=每个运行时桥接连接允许的最大订阅数量。 +guideme.gui.config.runtimebridge.maxconnections=最大连接数 +guideme.gui.config.runtimebridge.maxconnections.tooltip=允许运行时桥接同时保持的最大连接数量。 +guideme.gui.config.runtimebridge.maxdeltaentries=最大增量条目数 +guideme.gui.config.runtimebridge.maxdeltaentries.tooltip=运行时桥接单条消息最多发送的语义增量条目数。 # Guidebook UI guideme.guidebook.Close=关闭