@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
33 lines (32 loc) • 1.24 kB
JSON
{
"addAgent": "도우미 추가",
"addAgentAndConverse": "도우미 추가 및 대화 시작",
"addAgentSuccess": "성공적으로 추가되었습니다",
"guide": {
"func1": {
"desc1": "대화 창 우측 상단의 설정을 통해 제출하려는 도우미의 설정 페이지로 이동하세요;",
"desc2": "우측 상단의 '도우미 마켓에 제출' 버튼을 클릭하세요.",
"tag": "방법 1",
"title": "{{appName}}를 통해 제출"
},
"func2": {
"button": "Github 도우미 저장소로 이동",
"desc": "도우미를 인덱스에 추가하려면 plugins 디렉토리에 agent-template.json 또는 agent-template-full.json을 사용하여 항목을 생성하고, 간단한 설명과 적절한 태그를 작성한 후 Pull Request를 생성하세요.",
"tag": "방법 2",
"title": "Github를 통해 제출"
}
},
"search": {
"placeholder": "도우미 이름, 소개 또는 키워드 검색..."
},
"sidebar": {
"comment": "토론 공간",
"prompt": "프롬프트",
"title": "도우미 상세 정보"
},
"submitAgent": "도우미 제출",
"title": {
"allAgents": "전체 도우미",
"recentSubmits": "최근 추가됨"
}
}