feat: Add more options for chat messages to copy, download chat entirely

This commit is contained in:
n4ze3m
2024-12-14 18:30:27 +05:30
parent ccca2eafd3
commit 43b4f076e9
20 changed files with 509 additions and 111 deletions

View File

@@ -9,5 +9,20 @@
"validationSelectModel": "Veuillez sélectionner un modèle pour continuer",
"deleteHistoryConfirmation": "Êtes-vous sûr de vouloir supprimer cette historique ?",
"editHistoryTitle": "Entrez un nouveau titre",
"temporaryChat": "Chat temporaire"
"temporaryChat": "Chat temporaire",
"more": {
"copy": {
"group": "Copier",
"asText": "Copier en texte",
"asMarkdown": "Copier en Markdown",
"success": "Copié dans le presse-papiers !"
},
"download": {
"group": "Télécharger",
"text": "Fichier texte (.txt)",
"markdown": "Markdown (.md)",
"json": "Fichier JSON (.json)"
},
"share": "Partager"
}
}