feat(recipes): add recipes_layout setting (grid|masonry) with i18n

This commit is contained in:
Will Miao
2026-08-07 11:49:12 +08:00
parent 83e6657ead
commit b4f71089f4
15 changed files with 86 additions and 2 deletions

View File

@@ -449,6 +449,12 @@
"compact": "7개 (1080p), 8개 (2K), 10개 (4K)"
},
"displayDensityWarning": "경고: 높은 밀도는 리소스가 제한된 시스템에서 성능 문제를 일으킬 수 있습니다.",
"recipesLayout": "[TODO: Translate] Recipes Layout",
"recipesLayoutHelp": "[TODO: Translate] Choose how recipe cards are arranged: a uniform grid or a masonry (Pinterest-style) layout that preserves each image's aspect ratio.",
"recipesLayoutOptions": {
"grid": "[TODO: Translate] Grid",
"masonry": "[TODO: Translate] Masonry"
},
"showFolderSidebar": "폴더 사이드바 표시",
"showFolderSidebarHelp": "모델 페이지에서 폴더 탐색 사이드바를 켜거나 끕니다. 비활성화하면 사이드바와 호버 영역이 표시되지 않습니다.",
"cardInfoDisplay": "카드 정보 표시",