支持搜索文件和目录

This commit is contained in:
xintaofei
2026-03-19 00:24:50 +08:00
parent f3acb45cb0
commit 33d70b8866
15 changed files with 432 additions and 63 deletions

View File

@@ -648,11 +648,15 @@
"save": "저장"
},
"search": {
"dialogTitle": "대화 검색",
"dialogTitle": "검색",
"tabConversations": "대화",
"tabFiles": "파일",
"placeholder": "대화 검색...",
"filePlaceholder": "파일 또는 디렉토리 검색...",
"allAgents": "전체",
"searching": "검색 중...",
"typeToSearch": "입력하여 대화를 검색하세요",
"typeToSearchFiles": "입력하여 파일 또는 디렉토리를 검색하세요",
"noResults": "검색 결과가 없습니다.",
"untitledConversation": "제목 없는 대화"
},