-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from n4ze3m/next
v1.1.11
- Loading branch information
Showing
71 changed files
with
2,393 additions
and
7,945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"pageAssist": "Page Assist", | ||
"selectAModel": "Sélectionnez un modèle", | ||
"save": "Sauvegarder", | ||
"saved": "Enregistrée", | ||
"cancel": "Annuler", | ||
"retry": "Recommencez", | ||
"share": { | ||
"tooltip": { | ||
"share": "Partager" | ||
}, | ||
"modal": { | ||
"title": "Partagez le lien vers le chat" | ||
}, | ||
"form": { | ||
"defaultValue": { | ||
"name": "Anonyme", | ||
"title": "Chat sans titre" | ||
}, | ||
"title": { | ||
"label": "Titre de chat", | ||
"placeholder": "Entrez le titre du chat", | ||
"required": "Le titre de chat est requis" | ||
}, | ||
"name": { | ||
"label": "Votre nom", | ||
"placeholder": "Entrez votre nome", | ||
"required": "Votre nom est requis" | ||
}, | ||
"btn": { | ||
"save": "Générer un lien", | ||
"saving": "Génération de lien..." | ||
} | ||
}, | ||
"notification": { | ||
"successGenerate": "Lien copié dans le presse-papiers", | ||
"failGenerate": "Échec de la génération de lien" | ||
} | ||
}, | ||
"copyToClipboard": "Copier dans le presse-papier", | ||
"webSearch": "Recherche sur le Web", | ||
"regenerate": "Régénérer", | ||
"edit": "Modifier", | ||
"saveAndSubmit": "Enregistrer et soumettre", | ||
"editMessage": { | ||
"placeholder": "Tapez un message..." | ||
}, | ||
"submit": "Soumettre", | ||
"noData": "Pas de données", | ||
"noHistory": "Pas d'historique de chat", | ||
"chatWithCurrentPage": "Discuter avec la page actuelle", | ||
"beta": "Bêta", | ||
"tts": "Synthèse vocale", | ||
"currentChatModelSettings":"Paramètres actuels du modèle de chat", | ||
"modelSettings": { | ||
"label": "Paramètres du modèle", | ||
"description": "Définissez les options de modèle globale pour tous les chats", | ||
"form": { | ||
"keepAlive": { | ||
"label": "Maintenir en mémoire", | ||
"help": "contrôle combien de temps le modèle restera chargé en mémoire après la demande (par défaut: 5m)", | ||
"placeholder": "Entrer la durée du maintien en mémoire (p. ex., 5 m, 10 m, 1 h)" | ||
}, | ||
"temperature": { | ||
"label": "Température", | ||
"placeholder": "Entrez la valeur de la température (par exemple 0,7, 1,0)" | ||
}, | ||
"numCtx": { | ||
"label": "Nombre de contextes", | ||
"placeholder": "Entrez la valeur du nombre de contextes (par défaut: 2048)" | ||
}, | ||
"seed": { | ||
"label": "Graine", | ||
"placeholder": "Entrez la valeur des semences (par exemple 1234)", | ||
"help": "Reproductibilité de la sortie du modèle" | ||
}, | ||
"topK": { | ||
"label": "Top K", | ||
"placeholder": "Entrez la valeur Top K (par exemple 40, 100)" | ||
}, | ||
"topP": { | ||
"label": "Top P", | ||
"placeholder": "Entrez la valeur Top P (par exemple 0,9, 0,95)" | ||
} | ||
}, | ||
"advanced": "Plus de paramètres du modèle" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"addBtn": "Ajouter de nouvelles connaissances", | ||
"columns": { | ||
"title": "Titre", | ||
"status": "Statut", | ||
"embeddings": "Modèle d'embedding", | ||
"createdAt": "Créé à", | ||
"action": "actions" | ||
}, | ||
"expandedColumns": { | ||
"name": "Nom" | ||
}, | ||
"tooltip": { | ||
"delete": "Supprimer" | ||
}, | ||
"confirm": { | ||
"delete": "Êtes-vous sûr de vouloir supprimer ces connaissances ?" | ||
}, | ||
"deleteSuccess": "Connaissances supprimées avec succès", | ||
"status": { | ||
"pending": "En attente", | ||
"finished": "Terminé", | ||
"processing": "Traitement" | ||
}, | ||
"addKnowledge": "Ajouter des connaissances", | ||
"form": { | ||
"title": { | ||
"label": "Titre de la connaissance", | ||
"placeholder": "Entrez le titre de la connaissances", | ||
"required": "Le titre de la connaissance est requis" | ||
}, | ||
"uploadFile": { | ||
"label": "Téléverser un fichier", | ||
"uploadText": "Faites glisser et déposez un fichier ici ou cliquez pour téléverser", | ||
"uploadHint": "Types de fichiers pris en charge: .pdf, .csv, .txt, .md, .docx", | ||
"required": "Le fichier est requis" | ||
}, | ||
"submit": "Soumettre", | ||
"success": "Les connaissances ont ajouté avec succès" | ||
}, | ||
"noEmbeddingModel": "Veuillez d'abord ajouter un modèle d'embedding depuis la page des paramètres de RAG" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"newChat": "Nouveau chat", | ||
"selectAPrompt": "Sélectionnez un prompt", | ||
"githubRepository": "Référentiel GitHub", | ||
"settings": "Paramètres", | ||
"sidebarTitle": "Historique de chat", | ||
"error": "Erreur", | ||
"somethingWentWrong": "Quelque chose s'est mal passé", | ||
"validationSelectModel": "Veuillez sélectionner un modèle pour continuer", | ||
"deleteHistoryConfirmation": "Êtes-vous sûr de vouloir supprimer cette historique ?", | ||
"editHistoryTitle": "Entrez un nouveau titre" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"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" | ||
} |
Oops, something went wrong.