mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
* Refactor app menu items (#4665) * Restructures the application menu - rename Workflow to File - move new & template items to top level - add View menu and related sub items Commands - add "active" state getter shown as checkmark in the menu Node side panel - add refresh node defs - change reset view icon Help center - change to use store for visibility Fixes - Fix bug with mouse down where if you drag mouse out, mouse up wasn't caught - Fix issue with canvas info setting not triggering a redraw on change * Fix missing translation warnings * Add separator under new * tidy * Update locales [skip ci] * fix some tests * fix * Hide icon if there is an active state within the menu item group * Update locales [skip ci] * Fix tests * Implement feedback - Remove queue, node lib, model lib, workflows, manager, help center - Add minimap, link visibility * Update locales [skip ci] * Add plus icon on "New" menu item * Update locales [skip ci] * Fix test * Fix translations * Update locales [skip ci] * Update locales [skip ci] --------- Co-authored-by: github-actions <github-actions@github.com> * Update side toolbar menu (#4946) Side toolbar menu UI updates - Currently the template modal is very hidden. Many users do not find it - The current icons are quite aleatory **What**: - Add templates shortcut button - Add item label in normal size - Use custom icon Critical design decisions or edge cases that need attention: - Sidebar tabs registered using custom icons will have their associated command registed with an undefined icon (currently only string icons are accepted, not components). I couldn't see anywhere directly using this icon, but we should consider autogenerating an icon font so we can use classes for our custom icons (or locating and updating locations to support both icon types) Normal mode: <img width="621" height="1034" alt="image" src="https://github.com/user-attachments/assets/c1d1cee2-004e-4ff8-b3fa-197329b0d2ae" /> Small mode: <img width="176" height="325" alt="image" src="https://github.com/user-attachments/assets/3824b8f6-bc96-4e62-aece-f0265113d2e3" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-4946-Update-side-toolbar-menu-24d6d73d365081c5b2bdc0ee8b61dc50) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com> --------- Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
270 lines
7.3 KiB
JSON
270 lines
7.3 KiB
JSON
{
|
|
"Comfy-Desktop_CheckForUpdates": {
|
|
"label": "업데이트 확인"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenCustomNodesFolder": {
|
|
"label": "사용자 정의 노드 폴더 열기"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenInputsFolder": {
|
|
"label": "입력 폴더 열기"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenLogsFolder": {
|
|
"label": "로그 폴더 열기"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenModelConfig": {
|
|
"label": "extra_model_paths.yaml 열기"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenModelsFolder": {
|
|
"label": "모델 폴더 열기"
|
|
},
|
|
"Comfy-Desktop_Folders_OpenOutputsFolder": {
|
|
"label": "출력 폴더 열기"
|
|
},
|
|
"Comfy-Desktop_OpenDevTools": {
|
|
"label": "DevTools 열기"
|
|
},
|
|
"Comfy-Desktop_OpenUserGuide": {
|
|
"label": "데스크톱 사용자 가이드"
|
|
},
|
|
"Comfy-Desktop_Quit": {
|
|
"label": "종료"
|
|
},
|
|
"Comfy-Desktop_Reinstall": {
|
|
"label": "재설치"
|
|
},
|
|
"Comfy-Desktop_Restart": {
|
|
"label": "재시작"
|
|
},
|
|
"Comfy_BrowseTemplates": {
|
|
"label": "템플릿 탐색"
|
|
},
|
|
"Comfy_Canvas_AddEditModelStep": {
|
|
"label": "모델 편집 단계 추가"
|
|
},
|
|
"Comfy_Canvas_DeleteSelectedItems": {
|
|
"label": "선택한 항목 삭제"
|
|
},
|
|
"Comfy_Canvas_FitView": {
|
|
"label": "선택한 노드에 뷰 맞추기"
|
|
},
|
|
"Comfy_Canvas_MoveSelectedNodes_Down": {
|
|
"label": "선택한 노드 아래로 이동"
|
|
},
|
|
"Comfy_Canvas_MoveSelectedNodes_Left": {
|
|
"label": "선택한 노드 왼쪽으로 이동"
|
|
},
|
|
"Comfy_Canvas_MoveSelectedNodes_Right": {
|
|
"label": "선택한 노드 오른쪽으로 이동"
|
|
},
|
|
"Comfy_Canvas_MoveSelectedNodes_Up": {
|
|
"label": "선택한 노드 위로 이동"
|
|
},
|
|
"Comfy_Canvas_ResetView": {
|
|
"label": "뷰 재설정"
|
|
},
|
|
"Comfy_Canvas_Resize": {
|
|
"label": "선택된 노드 크기 조정"
|
|
},
|
|
"Comfy_Canvas_ToggleLinkVisibility": {
|
|
"label": "캔버스 링크 가시성 토글"
|
|
},
|
|
"Comfy_Canvas_ToggleLock": {
|
|
"label": "캔버스 잠금 토글"
|
|
},
|
|
"Comfy_Canvas_ToggleMinimap": {
|
|
"label": "캔버스 미니맵 전환"
|
|
},
|
|
"Comfy_Canvas_ToggleSelectedNodes_Bypass": {
|
|
"label": "선택한 노드 우회/우회 해제"
|
|
},
|
|
"Comfy_Canvas_ToggleSelectedNodes_Collapse": {
|
|
"label": "선택한 노드 축소/확장"
|
|
},
|
|
"Comfy_Canvas_ToggleSelectedNodes_Mute": {
|
|
"label": "선택한 노드 음소거/음소거 해제"
|
|
},
|
|
"Comfy_Canvas_ToggleSelectedNodes_Pin": {
|
|
"label": "선택한 노드 고정/고정 해제"
|
|
},
|
|
"Comfy_Canvas_ToggleSelected_Pin": {
|
|
"label": "선택한 항목 고정/고정 해제"
|
|
},
|
|
"Comfy_Canvas_ZoomIn": {
|
|
"label": "확대"
|
|
},
|
|
"Comfy_Canvas_ZoomOut": {
|
|
"label": "축소"
|
|
},
|
|
"Comfy_ClearPendingTasks": {
|
|
"label": "보류 중인 작업 지우기"
|
|
},
|
|
"Comfy_ClearWorkflow": {
|
|
"label": "워크플로 내용 지우기"
|
|
},
|
|
"Comfy_ContactSupport": {
|
|
"label": "지원팀에 문의하기"
|
|
},
|
|
"Comfy_DuplicateWorkflow": {
|
|
"label": "현재 워크플로 복제"
|
|
},
|
|
"Comfy_ExportWorkflow": {
|
|
"label": "워크플로 내보내기"
|
|
},
|
|
"Comfy_ExportWorkflowAPI": {
|
|
"label": "워크플로 내보내기 (API 형식)"
|
|
},
|
|
"Comfy_Feedback": {
|
|
"label": "피드백"
|
|
},
|
|
"Comfy_Graph_ConvertToSubgraph": {
|
|
"label": "선택 영역을 서브그래프로 변환"
|
|
},
|
|
"Comfy_Graph_ExitSubgraph": {
|
|
"label": "서브그래프 종료"
|
|
},
|
|
"Comfy_Graph_FitGroupToContents": {
|
|
"label": "그룹을 내용에 맞게 맞추기"
|
|
},
|
|
"Comfy_Graph_GroupSelectedNodes": {
|
|
"label": "선택한 노드 그룹화"
|
|
},
|
|
"Comfy_GroupNode_ConvertSelectedNodesToGroupNode": {
|
|
"label": "선택한 노드를 그룹 노드로 변환"
|
|
},
|
|
"Comfy_GroupNode_ManageGroupNodes": {
|
|
"label": "그룹 노드 관리"
|
|
},
|
|
"Comfy_GroupNode_UngroupSelectedGroupNodes": {
|
|
"label": "선택한 그룹 노드 분리"
|
|
},
|
|
"Comfy_Help_AboutComfyUI": {
|
|
"label": "ComfyUI 정보 열기"
|
|
},
|
|
"Comfy_Help_OpenComfyOrgDiscord": {
|
|
"label": "Comfy-Org 디스코드 열기"
|
|
},
|
|
"Comfy_Help_OpenComfyUIDocs": {
|
|
"label": "ComfyUI 문서 열기"
|
|
},
|
|
"Comfy_Help_OpenComfyUIForum": {
|
|
"label": "Comfy-Org 포럼 열기"
|
|
},
|
|
"Comfy_Help_OpenComfyUIIssues": {
|
|
"label": "ComfyUI 문제 열기"
|
|
},
|
|
"Comfy_Interrupt": {
|
|
"label": "중단"
|
|
},
|
|
"Comfy_LoadDefaultWorkflow": {
|
|
"label": "기본 워크플로 로드"
|
|
},
|
|
"Comfy_Manager_CustomNodesManager": {
|
|
"label": "사용자 정의 노드 관리자"
|
|
},
|
|
"Comfy_Manager_ToggleManagerProgressDialog": {
|
|
"label": "진행 상황 대화 상자 전환"
|
|
},
|
|
"Comfy_MaskEditor_BrushSize_Decrease": {
|
|
"label": "마스크 편집기에서 브러시 크기 줄이기"
|
|
},
|
|
"Comfy_MaskEditor_BrushSize_Increase": {
|
|
"label": "마스크 편집기에서 브러시 크기 늘리기"
|
|
},
|
|
"Comfy_MaskEditor_OpenMaskEditor": {
|
|
"label": "선택한 노드 마스크 편집기 열기"
|
|
},
|
|
"Comfy_NewBlankWorkflow": {
|
|
"label": "새로운 빈 워크플로"
|
|
},
|
|
"Comfy_OpenClipspace": {
|
|
"label": "클립스페이스"
|
|
},
|
|
"Comfy_OpenManagerDialog": {
|
|
"label": "매니저"
|
|
},
|
|
"Comfy_OpenWorkflow": {
|
|
"label": "워크플로 열기"
|
|
},
|
|
"Comfy_QueuePrompt": {
|
|
"label": "실행 큐에 프롬프트 추가"
|
|
},
|
|
"Comfy_QueuePromptFront": {
|
|
"label": "실행 큐 맨 앞에 프롬프트 추가"
|
|
},
|
|
"Comfy_QueueSelectedOutputNodes": {
|
|
"label": "선택한 출력 노드 대기열에 추가"
|
|
},
|
|
"Comfy_Redo": {
|
|
"label": "다시 실행"
|
|
},
|
|
"Comfy_RefreshNodeDefinitions": {
|
|
"label": "노드 정의 새로 고침"
|
|
},
|
|
"Comfy_SaveWorkflow": {
|
|
"label": "워크플로 저장"
|
|
},
|
|
"Comfy_SaveWorkflowAs": {
|
|
"label": "다른 이름으로 워크플로 저장"
|
|
},
|
|
"Comfy_ShowSettingsDialog": {
|
|
"label": "설정 대화상자 보기"
|
|
},
|
|
"Comfy_ToggleCanvasInfo": {
|
|
"label": "캔버스 성능"
|
|
},
|
|
"Comfy_ToggleHelpCenter": {
|
|
"label": "도움말 센터"
|
|
},
|
|
"Comfy_ToggleTheme": {
|
|
"label": "밝기 테마 전환 (어두운/밝은)"
|
|
},
|
|
"Comfy_Undo": {
|
|
"label": "실행 취소"
|
|
},
|
|
"Comfy_User_OpenSignInDialog": {
|
|
"label": "로그인 대화상자 열기"
|
|
},
|
|
"Comfy_User_SignOut": {
|
|
"label": "로그아웃"
|
|
},
|
|
"Workspace_CloseWorkflow": {
|
|
"label": "현재 워크플로 닫기"
|
|
},
|
|
"Workspace_NextOpenedWorkflow": {
|
|
"label": "다음 열린 워크플로"
|
|
},
|
|
"Workspace_PreviousOpenedWorkflow": {
|
|
"label": "이전 열린 워크플로"
|
|
},
|
|
"Workspace_SearchBox_Toggle": {
|
|
"label": "검색 상자 토글"
|
|
},
|
|
"Workspace_ToggleBottomPanel": {
|
|
"label": "하단 패널 토글"
|
|
},
|
|
"Workspace_ToggleBottomPanelTab_command-terminal": {
|
|
"label": "터미널 하단 패널 토글"
|
|
},
|
|
"Workspace_ToggleBottomPanelTab_logs-terminal": {
|
|
"label": "로그 하단 패널 토글"
|
|
},
|
|
"Workspace_ToggleFocusMode": {
|
|
"label": "포커스 모드 토글"
|
|
},
|
|
"Workspace_ToggleSidebarTab_model-library": {
|
|
"label": "모델 라이브러리 사이드바 토글",
|
|
"tooltip": "모델 라이브러리"
|
|
},
|
|
"Workspace_ToggleSidebarTab_node-library": {
|
|
"label": "노드 라이브러리 사이드바 토글",
|
|
"tooltip": "노드 라이브러리"
|
|
},
|
|
"Workspace_ToggleSidebarTab_queue": {
|
|
"label": "실행 큐 사이드바 토글",
|
|
"tooltip": "실행 큐"
|
|
},
|
|
"Workspace_ToggleSidebarTab_workflows": {
|
|
"label": "워크플로 사이드바 토글",
|
|
"tooltip": "워크플로"
|
|
}
|
|
} |