31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
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 > RAG page"
|
|
},
|
|
"form": {
|
|
"textarea": {
|
|
"placeholder": "Type a message..."
|
|
},
|
|
"webSearch": {
|
|
"on": "On",
|
|
"off": "Off"
|
|
}
|
|
},
|
|
"tooltip": {
|
|
"searchInternet": "Rechercher Internet",
|
|
"speechToText": "Parole en texte",
|
|
"uploadImage": "Téléverser une image",
|
|
"stopStreaming": "Arrêtez la diffusion",
|
|
"knowledge": "Connaissance"
|
|
},
|
|
"sendWhenEnter": "Envoyer en appuyant sur Entrée",
|
|
"welcome": "Bonjour ! Comment puis-je vous aider aujourd'hui ?",
|
|
"useOCR": "Extraire le texte de l'image (OCR)"
|
|
} |