mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-20 18:51:26 -03:00
feat(ui): improve discoverability of hidden interactions
- Expand onboarding tour from 8 to 11 steps: marquee drag-select, drag card to sidebar folder, and the three context menus (card / bulk / global); enrich bulk-mode step with range-select and exit tips - Add Replay Tutorial button to help modal Getting Started tab - Add Shortcuts cheat-sheet tab to help modal, opened directly via the '?' key when not typing - Fix trigger-word tooltip to mention double-click to edit - Keep checkpoint/embedding send tooltips truthful (no replace mode) Sync new i18n keys to all locales (placeholders pending translation)
This commit is contained in:
+53
-3
@@ -117,6 +117,18 @@
|
||||
"contextMenu": {
|
||||
"title": "右鍵選單",
|
||||
"content": "<strong>右鍵點擊</strong>任一模型卡片可開啟更多操作選單。"
|
||||
},
|
||||
"marqueeSelect": {
|
||||
"title": "[TODO: Translate] Drag to Select",
|
||||
"content": "[TODO: Translate] Hold the <strong>left mouse button</strong> on an empty area of the grid and drag to draw a marquee that selects multiple cards at once."
|
||||
},
|
||||
"dragToSidebar": {
|
||||
"title": "[TODO: Translate] Organize by Dragging",
|
||||
"content": "[TODO: Translate] Drag a model card onto a folder in the sidebar to move the file there. This also works with multiple selected cards in bulk mode."
|
||||
},
|
||||
"contextMenus": {
|
||||
"title": "[TODO: Translate] More Context Menus",
|
||||
"content": "[TODO: Translate] In bulk mode, <strong>right-click a selected card</strong> for bulk actions. <strong>Right-click an empty area</strong> of the page for global actions like update checks and managing excluded models."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1629,7 +1641,7 @@
|
||||
"addPlaceholder": "輸入或點擊下方建議",
|
||||
"editWord": "編輯觸發詞",
|
||||
"editPlaceholder": "編輯觸發詞",
|
||||
"copyWord": "複製觸發詞",
|
||||
"copyOrEditWord": "[TODO: Translate] Click to copy, double-click to edit",
|
||||
"deleteWord": "刪除觸發詞",
|
||||
"suggestions": {
|
||||
"noSuggestions": "無可用建議",
|
||||
@@ -1954,10 +1966,48 @@
|
||||
"tabs": {
|
||||
"gettingStarted": "快速開始",
|
||||
"updateVlogs": "更新影片",
|
||||
"documentation": "文件"
|
||||
"documentation": "文件",
|
||||
"shortcuts": "[TODO: Translate] Shortcuts"
|
||||
},
|
||||
"gettingStarted": {
|
||||
"title": "LoRA 管理器快速開始"
|
||||
"title": "LoRA 管理器快速開始",
|
||||
"replayTutorial": "[TODO: Translate] Replay Tutorial"
|
||||
},
|
||||
"shortcuts": {
|
||||
"title": "[TODO: Translate] Keyboard & Mouse Shortcuts",
|
||||
"groups": {
|
||||
"general": "[TODO: Translate] General",
|
||||
"selection": "[TODO: Translate] Selection & Bulk Mode",
|
||||
"navigation": "[TODO: Translate] Navigation",
|
||||
"modelModal": "[TODO: Translate] Model / Recipe Modal",
|
||||
"mediaViewer": "[TODO: Translate] Media Viewer / Showcase"
|
||||
},
|
||||
"keys": {
|
||||
"click": "[TODO: Translate] Click",
|
||||
"drag": "[TODO: Translate] Drag",
|
||||
"rightClick": "[TODO: Translate] Right-click",
|
||||
"letter": "[TODO: Translate] Letter",
|
||||
"swipe": "[TODO: Translate] Swipe"
|
||||
},
|
||||
"entries": {
|
||||
"focusSearch": "[TODO: Translate] Focus search",
|
||||
"closeModal": "[TODO: Translate] Close modal / panel",
|
||||
"openShortcuts": "[TODO: Translate] Open this shortcuts panel",
|
||||
"toggleBulkMode": "[TODO: Translate] Toggle bulk mode",
|
||||
"selectAll": "[TODO: Translate] Select all visible models",
|
||||
"rangeSelect": "[TODO: Translate] Range select",
|
||||
"marqueeSelect": "[TODO: Translate] Marquee-select cards (on empty grid area)",
|
||||
"exitBulkMode": "[TODO: Translate] Exit bulk mode",
|
||||
"bulkActions": "[TODO: Translate] On selected card: bulk actions menu",
|
||||
"globalActions": "[TODO: Translate] On empty page area: global actions menu (update check, manage excluded models)",
|
||||
"scrollPages": "[TODO: Translate] Scroll pages",
|
||||
"jumpAlphabet": "[TODO: Translate] Jump alphabet bar",
|
||||
"prevNext": "[TODO: Translate] Previous / next model",
|
||||
"deleteEntry": "[TODO: Translate] Delete",
|
||||
"cycleMedia": "[TODO: Translate] Cycle media ([ / ] in showcase gallery)",
|
||||
"swipeTouch": "[TODO: Translate] Cycle media on touch devices",
|
||||
"closeViewer": "[TODO: Translate] Close viewer"
|
||||
}
|
||||
},
|
||||
"updateVlogs": {
|
||||
"title": "最新更新",
|
||||
|
||||
Reference in New Issue
Block a user