2024-03-24 17:07:21 +05:30
|
|
|
{
|
|
|
|
|
"ollamaState": {
|
|
|
|
|
"searching": "Searching for Your Ollama 🦙",
|
|
|
|
|
"running": "Ollama is running 🦙",
|
|
|
|
|
"notRunning": "Unable to connect to Ollama 🦙"
|
|
|
|
|
},
|
|
|
|
|
"formError": {
|
|
|
|
|
"noModel": "Please select a model",
|
|
|
|
|
"noEmbeddingModel": "Please set an embedding model on the Settings > Ollama page"
|
|
|
|
|
},
|
|
|
|
|
"form": {
|
|
|
|
|
"textarea": {
|
|
|
|
|
"placeholder": "Type a message..."
|
|
|
|
|
},
|
|
|
|
|
"webSearch": {
|
|
|
|
|
"on": "On",
|
|
|
|
|
"off": "Off"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tooltip": {
|
|
|
|
|
"searchInternet": "Search Internet",
|
|
|
|
|
"speechToText": "Speech to Text",
|
|
|
|
|
"uploadImage": "Upload Image",
|
2024-04-05 20:28:29 +05:30
|
|
|
"stopStreaming": "Stop Streaming",
|
|
|
|
|
"knowledge": "Knowledge"
|
2024-03-24 17:07:21 +05:30
|
|
|
},
|
|
|
|
|
"sendWhenEnter": "Send when Enter pressed"
|
|
|
|
|
}
|