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:
Will Miao
2026-09-03 18:16:00 +08:00
parent b309becdf9
commit 8260bd022d
16 changed files with 816 additions and 54 deletions
+53 -3
View File
@@ -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 Manager"
"title": "Начало работы с LoRA Manager",
"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": "Последние обновления",