mirror of
https://github.com/ivanfioravanti/chatbot-ollama.git
synced 2023-12-01 22:17:38 +03:00
25 lines
1.6 KiB
JSON
25 lines
1.6 KiB
JSON
{
|
|
"Stop Generating": "Parar de generar",
|
|
"Prompt limit is {{maxLength}} characters": "El límit del missatge és de {{maxLength}} caràcters",
|
|
"System Prompt": "Missatge del sistema",
|
|
"Enter a prompt": "Introdueix un missatge",
|
|
"Regenerate response": "Regenerar resposta",
|
|
"Sorry, there was an error.": "Ho sentim, ha ocorregut un error.",
|
|
"Model": "Model",
|
|
"Conversation": "Conversa",
|
|
"OR": "O",
|
|
"Loading...": "Carregant...",
|
|
"Type a message...": "Escriu un missatge...",
|
|
"Error fetching models.": "Error en obtenir els models.",
|
|
"AI": "IA",
|
|
"You": "Tu",
|
|
"Cancel": "Cancel·lar",
|
|
"Save & Submit": "Guardar i enviar",
|
|
"click if using a .env.local file": "fes clic si estàs utilitzant un fitxer .env.local",
|
|
"Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "El límit del missatge és de {{maxLength}} caràcters. Has introduït {{valueLength}} caràcters.",
|
|
"Please enter a message": "Si us plau, introdueix un missatge",
|
|
"Chatbot Ollama is an advanced chatbot kit for Ollama's models aiming to mimic ChatGPT's interface and functionality.": "Chatbot Ollama és un kit avançat de chatbot per als models de xat d'OpenAI que busca imitar la interfície i funcionalitat de ChatGPT.",
|
|
"Are you sure you want to clear all messages?": "Estàs segur que vols esborrar tots els missatges?",
|
|
"Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.": "Valors més alts com 0,8 faran que la sortida sigui més aleatòria, mentre que valors més baixos com 0,2 la faran més enfocada i determinista."
|
|
}
|