feat(settings): add Ollama connection status check setting
- Add new setting to enable/disable Ollama connection status check - Update translations for the new setting across all supported languages
This commit is contained in:
@@ -25,5 +25,6 @@
|
||||
"stopStreaming": "스트리밍 중지",
|
||||
"knowledge": "지식"
|
||||
},
|
||||
"sendWhenEnter": "Enter 키를 누르면 전송"
|
||||
"sendWhenEnter": "Enter 키를 누르면 전송",
|
||||
"welcome": "안녕하세요! 오늘 어떻게 도와드릴까요?"
|
||||
}
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
},
|
||||
"generateTitle": {
|
||||
"label": "AI로 제목 생성"
|
||||
},
|
||||
"ollamaStatus": {
|
||||
"label": "Ollama 연결 상태 확인 활성화 또는 비활성화"
|
||||
}
|
||||
},
|
||||
"sidepanelRag": {
|
||||
@@ -342,4 +345,3 @@
|
||||
"title": "Chrome AI 설정"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user