29 lines
956 B
JSON
29 lines
956 B
JSON
{
|
|
"ollamaState": {
|
|
"searching": "Searching for Your Ollama 🦙",
|
|
"running": "Ollama is running 🦙",
|
|
"notRunning": "Unable to connect to Ollama 🦙",
|
|
"connectionError": "It seems like you are having a connection error. Please refer to this <anchor>documentation</anchor> for troubleshooting."
|
|
},
|
|
"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",
|
|
"stopStreaming": "Stop Streaming",
|
|
"knowledge": "Knowledge"
|
|
},
|
|
"sendWhenEnter": "Send when Enter pressed"
|
|
} |