mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389
This commit is contained in:
@@ -400,7 +400,11 @@
|
||||
"sidebar": {
|
||||
"modelRoot": "모델 루트",
|
||||
"collapseAll": "모든 폴더 접기",
|
||||
"pinToggle": "사이드바 고정/해제"
|
||||
"pinSidebar": "사이드바 고정",
|
||||
"unpinSidebar": "사이드바 고정 해제",
|
||||
"switchToListView": "목록 보기로 전환",
|
||||
"switchToTreeView": "트리 보기로 전환",
|
||||
"collapseAllDisabled": "목록 보기에서는 사용할 수 없습니다"
|
||||
},
|
||||
"statistics": {
|
||||
"title": "통계",
|
||||
|
||||
Reference in New Issue
Block a user