mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-29 06:28:23 +02:00
On an issue page, Cmd+K now offers Fold All Comments / Unfold All Comments. Folding collapses every thread card via the persisted comment-collapse store; unfolding also expands resolved threads, whose session-only expand state moves from issue-detail useState into a new core resolved-expand store so the palette can drive it (MUL-4763). Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"title": "검색",
|
|
"description": "페이지, 이슈, 프로젝트, 멤버를 검색합니다",
|
|
"placeholder": "명령어를 입력하거나 검색하세요...",
|
|
"groups": {
|
|
"pages": "페이지",
|
|
"commands": "명령어",
|
|
"members": "멤버",
|
|
"projects": "프로젝트",
|
|
"issues": "이슈",
|
|
"recent": "최근 항목"
|
|
},
|
|
"pages": {
|
|
"inbox": "인박스",
|
|
"my_issues": "내 이슈",
|
|
"issues": "이슈",
|
|
"projects": "프로젝트",
|
|
"agents": "에이전트",
|
|
"runtimes": "런타임",
|
|
"skills": "스킬",
|
|
"settings": "설정"
|
|
},
|
|
"commands": {
|
|
"current_theme_aria": "현재 테마",
|
|
"new_issue": "새 이슈",
|
|
"new_project": "새 프로젝트",
|
|
"copy_issue_link": "이슈 링크 복사",
|
|
"copy_identifier": "식별자 복사 ({{identifier}})",
|
|
"fold_all_comments": "모든 댓글 접기",
|
|
"unfold_all_comments": "모든 댓글 펼치기",
|
|
"switch_to_light": "라이트 테마로 전환",
|
|
"switch_to_dark": "다크 테마로 전환",
|
|
"use_system_theme": "시스템 테마 사용"
|
|
},
|
|
"toast": {
|
|
"link_copied": "링크를 복사했습니다",
|
|
"copied_identifier": "{{identifier}}를 복사했습니다"
|
|
},
|
|
"empty": {
|
|
"no_results": "검색 결과가 없습니다.",
|
|
"type_to_search": "이슈와 프로젝트를 검색해 보세요"
|
|
},
|
|
"trigger": {
|
|
"label": "검색..."
|
|
}
|
|
}
|