feat(webui): polish agent output and app discovery
This commit is contained in:
@@ -924,6 +924,8 @@
|
||||
"goalStateCloseAria": "목표 닫기",
|
||||
"send": "메시지 보내기",
|
||||
"stop": "응답 중지",
|
||||
"quotedContext": "인용한 문맥",
|
||||
"removeQuotedContext": "인용한 문맥 제거",
|
||||
"modelNotConfigured": "모델이 설정되지 않음",
|
||||
"configureModel": "모델 설정",
|
||||
"queued": {
|
||||
@@ -1108,6 +1110,7 @@
|
||||
"agentActivityLiveSummary": "진행 중… · {{reasoning}}단계 · 도구 호출 {{tools}}회",
|
||||
"agentActivityLiveToolsOnly": "진행 중… · 도구 호출 {{tools}}회",
|
||||
"imageAttachment": "이미지 첨부",
|
||||
"askAboutSelection": "이 내용에 대해 질문하기",
|
||||
"forkFromHere": "분기",
|
||||
"copyReply": "복사",
|
||||
"copiedReply": "복사됨",
|
||||
@@ -1126,9 +1129,9 @@
|
||||
"activityWorkingFor": "{{duration}} 동안 작업 중",
|
||||
"activityWorked": "작업함",
|
||||
"activityWorkedFor": "{{duration}} 동안 작업함",
|
||||
"cliActivityRunningOne": "@{{name}} 사용 중",
|
||||
"cliActivityRanOne": "@{{name}} 사용함",
|
||||
"cliActivityFailedOne": "@{{name}} 실패",
|
||||
"cliActivityRunningOne": "{{name}} 사용 중",
|
||||
"cliActivityRanOne": "{{name}} 사용함",
|
||||
"cliActivityFailedOne": "{{name}} 실패",
|
||||
"cliActivityRunningMany": "CLI 앱 {{count}}개 사용 중",
|
||||
"cliActivityRanMany": "CLI 앱 {{count}}개 사용함",
|
||||
"cliActivityFailedMany": "CLI 앱 {{count}}개 실패",
|
||||
|
||||
Reference in New Issue
Block a user