@memori.ai/memori-react 7.29.0 → 7.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/components/ChatHistoryDrawer/ChatHistory.css +6 -3
  3. package/dist/components/ChatHistoryDrawer/ChatHistory.js +7 -7
  4. package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  5. package/dist/components/Header/Header.js +1 -1
  6. package/dist/components/Header/Header.js.map +1 -1
  7. package/dist/locales/de.json +20 -23
  8. package/dist/locales/en.json +8 -11
  9. package/dist/locales/es.json +14 -17
  10. package/dist/locales/fr.json +38 -32
  11. package/dist/locales/it.json +13 -12
  12. package/esm/components/ChatHistoryDrawer/ChatHistory.css +6 -3
  13. package/esm/components/ChatHistoryDrawer/ChatHistory.js +7 -7
  14. package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  15. package/esm/components/Header/Header.js +1 -1
  16. package/esm/components/Header/Header.js.map +1 -1
  17. package/esm/locales/de.json +20 -23
  18. package/esm/locales/en.json +8 -11
  19. package/esm/locales/es.json +14 -17
  20. package/esm/locales/fr.json +38 -32
  21. package/esm/locales/it.json +13 -12
  22. package/package.json +1 -1
  23. package/src/components/ChatHistoryDrawer/ChatHistory.css +6 -3
  24. package/src/components/ChatHistoryDrawer/ChatHistory.scss +41 -0
  25. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +39 -15
  26. package/src/components/Header/Header.tsx +1 -1
  27. package/src/components/Header/__snapshots__/Header.test.tsx.snap +5 -5
  28. package/src/locales/de.json +20 -23
  29. package/src/locales/en.json +8 -11
  30. package/src/locales/es.json +14 -17
  31. package/src/locales/fr.json +38 -32
  32. package/src/locales/it.json +13 -12
@@ -74,7 +74,7 @@
74
74
  "deepThoughtPreDisclaimerNotAllowed": "Deep Thought est désactivé car vous n'avez pas consenti à son utilisation, vous pouvez le modifier à tout moment dans les paramètres de votre compte.",
75
75
  "notEnoughCredits": "L'auteur de ce Agent n'a pas suffisamment de crédits pour répondre à votre question.",
76
76
  "confirmDialog": {
77
- "title": "Voulez-vous quitter cette page ?",
77
+ "title": "Voulez-vous quitter cette page ?",
78
78
  "message": "Les modifications que vous avez apportées seront perdues."
79
79
  },
80
80
  "knownFacts": {
@@ -83,13 +83,13 @@
83
83
  "type": "Taper",
84
84
  "typeShortTerm": "Court terme",
85
85
  "typeLongTerm": "Long terme",
86
- "typeHelper": "Types :\n",
86
+ "typeHelper": "Types :\n",
87
87
  "text": "Texte",
88
88
  "deleteSuccess": "Fait connu supprimé",
89
89
  "deleteConfirmTitle": "Supprimer un fait connu",
90
- "deleteConfirmMessage": "Êtes-vous sûr de vouloir supprimer ce fait connu ?",
90
+ "deleteConfirmMessage": "Êtes-vous sûr de vouloir supprimer ce fait connu ?",
91
91
  "deleteSelectedConfirmTitle": "Supprimer les faits connus sélectionnés",
92
- "deleteSelectedConfirmMessage": "Etes-vous sûr de vouloir supprimer les faits connus sélectionnés ?"
92
+ "deleteSelectedConfirmMessage": "Etes-vous sûr de vouloir supprimer les faits connus sélectionnés ?"
93
93
  },
94
94
  "auth": {
95
95
  "title": "Authentification",
@@ -101,23 +101,27 @@
101
101
  },
102
102
  "widget": {
103
103
  "instruct": "Instruire",
104
- "test": "Test",
104
+ "test": "Tester",
105
105
  "sound": "Son",
106
106
  "position": "Préférences de position",
107
107
  "settings": "Paramètres",
108
108
  "share": "Partager",
109
109
  "shareChat": "Partager le chat",
110
110
  "sendOnKeypress": "Appuyez sur Entrée pour envoyer",
111
- "sendOnClick": "Cliquez sur Soumettre",
111
+ "sendOnClick": "Cliquez sur Envoyer",
112
112
  "boardOfExperts": "Conseil d'experts",
113
- "showExpertsInTheBoard": "Afficher les experts dans ce forum",
114
- "expertsInTheBoard": "Experts dans ce forum",
113
+ "showExpertsInTheBoard": "Afficher les experts dans ce conseil",
114
+ "expertsInTheBoard": "Experts dans ce conseil",
115
115
  "goToIntegrationsToCustomizeAvatar": "Pour personnaliser l'avatar, allez dans Partager et personnalisez la page publique",
116
116
  "chatHistory": "Historique des discussions",
117
117
  "chatHistoryDescription": "Afficher l'historique des discussions avec cet agent",
118
118
  "loadingChatHistory": "Chargement de l'historique des discussions...",
119
119
  "noChatHistoryAvailable": "Aucun historique des discussions disponible",
120
- "noResultsFound": "Aucun résultat trouvé pour "{{searchText}}""
120
+ "noResultsFound": "Aucun résultat trouvé pour \"{{searchText}}\"",
121
+ "searchInChatHistory": "Rechercher dans l'historique des chats...",
122
+ "latestFirst": "Plus récents d'abord",
123
+ "oldestFirst": "Plus anciens d'abord",
124
+ "exportChat": "Exporter le Chat"
121
125
  },
122
126
  "write_and_speak": {
123
127
  "micButtonPopover": "Cliquez sur le bouton pour parler",
@@ -129,10 +133,14 @@
129
133
  "instructButton": "INSTRUCTEZ-MOI",
130
134
  "tryMeButton": "COMMENCER",
131
135
  "chatHistory": "Historique des discussions",
132
- "exportChatHistory": "Exporter l'historique des discussions",
133
- "exportChatHistoryMessage": "Voulez-vous exporter lhistorique des discussions ?",
134
- "chatBotButtonText": "CLIQUEZ ICI POUR OUVRIR LE CHATBOT",
135
- "conversationStartedLabel": "La conversation a commencé le",
136
+ "chatHistoryDescription": "Afficher l'historique des discussions avec cet agent",
137
+ "loadingChatHistory": "Chargement de l'historique des discussions...",
138
+ "noChatHistoryAvailable": "Aucun historique des discussions disponible",
139
+ "noResultsFound": "Aucun résultat trouvé pour \"{{searchText}}\"",
140
+ "searchInChatHistory": "Rechercher dans l'historique des chats...",
141
+ "latestFirst": "Plus récents d'abord",
142
+ "oldestFirst": "Plus anciens d'abord",
143
+ "exportChat": "Exporter le Chat",
136
144
  "settingsHeaderLabel": "Configurez ici si vous souhaitez définir la mémoire comme parole continue et modifiez les secondes de silence si vous souhaitez les personnaliser.",
137
145
  "continuousSpeechLabel": "Discours continu",
138
146
  "continuousSpeechDisabled": "Discours continu désactivé car l'agente est en mode muté",
@@ -145,12 +153,12 @@
145
153
  "controlsPosition": "Position des commandes",
146
154
  "tryMeHeaderLabel": "ESSAYER",
147
155
  "unknownPosition": "Position inconnue",
148
- "fieldPlace": "Écrivez le lieu (par exemple « Milano »)",
156
+ "fieldPlace": "Écrivez le lieu (par exemple « Milano »)",
149
157
  "showMapLinkFor": "Afficher la position sur la carte",
150
158
  "useMyPosition": "Utiliser ma position",
151
159
  "myPosition": "Votre poste",
152
160
  "updatingPosition": "Mise à jour du poste...",
153
- "placeNotFound": "Lieu introuvable !",
161
+ "placeNotFound": "Lieu introuvable !",
154
162
  "requirePosition": "Insérez votre position avant de commencer",
155
163
  "requirePositionHelp": "Pour parler à {{name}} vous devez décider si vous souhaitez ou non fournir votre poste. ",
156
164
  "dontWantToProvidePosition": "Je ne veux pas donner ma position",
@@ -158,8 +166,6 @@
158
166
  "iWantToTalkToIn": "je veux parler à {{name}} dans",
159
167
  "message": "message",
160
168
  "messages": "messages",
161
- "latestFirst": "Plus récent",
162
- "oldestFirst": "Plus ancien",
163
169
  "page": "Page {{current}} de {{total}}"
164
170
  },
165
171
  "upload": {
@@ -203,7 +209,7 @@
203
209
  "points": "points",
204
210
  "memoriReachedLevel": "est devenu plus évolué et a atteint le niveau",
205
211
  "levelGoToStatistics": "{{Agent}} est au niveau {{level}} avec {{points}} points. ",
206
- "congratulationsNewLevel": "Félicitations, vous avez atteint un nouveau niveau !",
212
+ "congratulationsNewLevel": "Félicitations, vous avez atteint un nouveau niveau !",
207
213
  "congratulationsNewLevelDescription": "Votre Agent est devenu plus évolué avec {{points}} points, regardez le",
208
214
  "statistics": "statistiques"
209
215
  },
@@ -228,7 +234,7 @@
228
234
  "usernameFormatError": "Le nom d'utilisateur doit comporter au moins 3 caractères et contenir uniquement des lettres, des chiffres et _",
229
235
  "otpCode": "Le code de vérification",
230
236
  "resendVerificationCode": "Renvoyer le code",
231
- "resentVerificationCode": "Code de confirmation envoyé ! ",
237
+ "resentVerificationCode": "Code de confirmation envoyé ! ",
232
238
  "password": "Mot de passe",
233
239
  "newPassword": "Nouveau mot de passe",
234
240
  "confirmPassword": "Confirmez le mot de passe",
@@ -286,7 +292,7 @@
286
292
  "USER_OR_PASSWORD_INVALID": "Utilisateur ou mot de passe invalide",
287
293
  "USER_MUST_CHANGE_PASSWORD": "Vous devez changer votre mot de passe",
288
294
  "USER_MUST_ENTER_VERIFICATION_CODE": "Vous devez entrer le code de vérification",
289
- "USER_MISSING_TENANT": "Utilisateur : locataire manquant",
295
+ "USER_MISSING_TENANT": "Utilisateur : locataire manquant",
290
296
  "USER_MISSING_NAME": "Utilisateur : le nom est manquant",
291
297
  "USER_MISSING_PASSWORD": "Utilisateur : mot de passe manquant",
292
298
  "USER_MISSING_EMAIL": "Utilisateur : E-mail manquant",
@@ -306,9 +312,9 @@
306
312
  "USER_TOO_MANY_ATTEMPTS": "Trop de tentatives",
307
313
  "USER_MUST_ACCEPT_TNC_AND_PP": "Vous devez accepter les termes et conditions",
308
314
  "USER_BIRTH_DATE_CANT_BE_CHANGED": "La date de naissance ne peut pas être modifiée",
309
- "USER_CANT_SET_COMPLETION_PROVIDER": "Utilisateur : non autorisé à gérer le fournisseur de complétion",
310
- "USER_CANT_ENABLE_DEEP_THOUGHT": "Utilisateur : non autorisé à gérer Deep Thought",
311
- "USER_CANT_ENABLE_DCM_INTEGRATION": "Utilisateur : non autorisé à gérer l'intégration DCM",
315
+ "USER_CANT_SET_COMPLETION_PROVIDER": "Utilisateur : non autorisé à gérer le fournisseur de complétion",
316
+ "USER_CANT_ENABLE_DEEP_THOUGHT": "Utilisateur : non autorisé à gérer Deep Thought",
317
+ "USER_CANT_ENABLE_DCM_INTEGRATION": "Utilisateur : non autorisé à gérer l'intégration DCM",
312
318
  "USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "Utilisateur : non autorisé à gérer des chaînages ou des groupes d'experts",
313
319
  "USER_CREATION_BILLING_DENIED_PERMISSION": "Vous n'avez pas assez de crédits pour créer un Agent",
314
320
  "USER_HAS_ONE_OR_MORE_COMPLETION_CONFIGS": "L'utilisateur dispose d'une ou plusieurs configurations de complétion",
@@ -385,28 +391,28 @@
385
391
  "INVITATION_CANT_BE_CHANGED": "Intation : ne peut pas être modifié",
386
392
  "ACTIONLOG_INVALID_USER_ID": "ID utilisateur invalide",
387
393
  "ACTIONLOG_INVALID_DATE_FROM_FORMAT": "Date de : format non valide",
388
- "ACTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
394
+ "ACTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
389
395
  "ACTIONLOG_INVALID_MEMORI_ID": "Identifiant Agent invalide",
390
396
  "CONSUMPTIONLOG_INVALID_TYPE": "Type de journal invalide",
391
397
  "CONSUMPTIONLOG_INVALID_DATE_FROM_FORMAT": "Date de : format non valide",
392
- "CONSUMPTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
398
+ "CONSUMPTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
393
399
  "CONSUMPTIONLOG_INVALID_USER_ID": "ID utilisateur invalide",
394
400
  "CONSUMPTIONLOG_INVALID_MEMORI_ID": "Identifiant Agent invalide",
395
- "NOTIFICATIONPREFS_INVALID_CHATLOG_EXTRACTION_PERIOD": "Notifications : période d'extraction du journal de discussion non valide",
401
+ "NOTIFICATIONPREFS_INVALID_CHATLOG_EXTRACTION_PERIOD": "Notifications : période d'extraction du journal de discussion non valide",
396
402
  "PROCESS_INVALID_TYPE": "Type de processus invalide",
397
403
  "PROCESS_ALREADY_RUNNING": "Processus déjà en cours",
398
404
  "PROCESS_NOT_FOUND": "Processus introuvable",
399
405
  "IMPORTCSV_MISSING_ROWS": "Import CSV : lignes manquantes",
400
- "IMPORTCSV_MISSING_CSV": "Importation CSV : CSV manquant",
406
+ "IMPORTCSV_MISSING_CSV": "Importation CSV : CSV manquant",
401
407
  "IMPORTCSV_MISSING_SEPARATOR": "Import CSV : séparateur manquant",
402
408
  "IMPORTCSV_INVALID_SEPARATOR": "Importation CSV : séparateur non valide",
403
409
  "IMPORTCSV_MISSING_HEADERS": "Import CSV : en-têtes manquants",
404
410
  "IMPORTCSV_MISSING_TITLE_VARIANT_SEPARATOR": "Import CSV : séparateur de variante de titre manquant",
405
- "IMPORTCSV_INVALID_RECEIVER_ID": "Importation CSV : ID de destinataire non valide",
411
+ "IMPORTCSV_INVALID_RECEIVER_ID": "Importation CSV : ID de destinataire non valide",
406
412
  "IMPORTCSV_INVALID_MEDIA_LINK": "Importation CSV : lien média non valide",
407
413
  "IMPORTCSV_INVALID_LINK_TITLE_HANDLING": "Importation CSV : titre du lien invalide",
408
414
  "IMPORTCSV_UNDETECTABLE_CHAR_ENCODING": "Import CSV : encodage de caractères indétectable",
409
- "IMPORTCSV_CANT_IMPORT_TO_SECRET_MEMORI": "Importation CSV : impossible d'importer dans les mémoires secrètes",
415
+ "IMPORTCSV_CANT_IMPORT_TO_SECRET_MEMORI": "Importation CSV : impossible d'importer dans les mémoires secrètes",
410
416
  "IMPORTTXT_MISSING_ROWS": "Importation de TXT : lignes manquantes",
411
417
  "IMPORTTXT_INVALID_GRANULARITY": "Importer TXT : granularité invalide",
412
418
  "IMPORTTXT_INVALID_RECEIVER_ID": "Importer TXT : ID de destinataire invalide",
@@ -416,14 +422,14 @@
416
422
  "IMPORTTXT_CANT_IMPORT_TO_SECRET_MEMORI": "Importation TXT : impossible d'importer vers les mémoires secrètes",
417
423
  "IMPORTTXT_IMPORT_LIMIT_EXCEEDED": "Importer TXT : limite d'importation dépassée",
418
424
  "IMPORTTXT_IMPORT_ON_GPT4_REQUIRES_API_KEY": "Importer TXT : l'importation sur GPT-4 nécessite une clé API",
419
- "IMPORTTXT_IMPORT_REQUIRES_PAYING": "Importer TXT : l'importation nécessite un forfait payant",
425
+ "IMPORTTXT_IMPORT_REQUIRES_PAYING": "Importer TXT : l'importation nécessite un forfait payant",
420
426
  "IMPORTTXT_BILLING_DENIED_PERMISSION": "Importer TXT : vous n'avez pas assez de crédits pour l'opération",
421
427
  "EXPORTCSV_MISSING_CSV_SPECS": "Exportation CSV : spécifications CSV manquantes",
422
428
  "EXPORTCSV_MISSING_SEPARATOR": "Export CSV : séparateur manquant",
423
429
  "EXPORTCSV_INVALID_SEPARATOR": "Exportation CSV : séparateur non valide",
424
430
  "EXPORTCSV_MISSING_TITLE_VARIANT_SEPARATOR": "Exportation CSV : séparateur de variante de titre manquant",
425
- "EXPORTCSV_MISSING_NEW_LINE_CHAR": "Exportation CSV : caractère de nouvelle ligne manquant",
426
- "EXPORTCSV_INVALID_NEW_LINE_CHAR": "Exportation CSV : caractère de nouvelle ligne non valide",
431
+ "EXPORTCSV_MISSING_NEW_LINE_CHAR": "Exportation CSV : caractère de nouvelle ligne manquant",
432
+ "EXPORTCSV_INVALID_NEW_LINE_CHAR": "Exportation CSV : caractère de nouvelle ligne non valide",
427
433
  "EXPORTCSV_MISSING_PASSWORD": "Export CSV : mot de passe manquant",
428
434
  "EXPORTJSONL_MISSING_JSONL_SPECS": "Export JSONL : spécifications JSONL manquantes",
429
435
  "EXPORTJSONL_MISSING_PLATFORM": "Export JSONL : plateforme manquante",
@@ -103,21 +103,16 @@
103
103
  "widget": {
104
104
  "instruct": "Istruisci",
105
105
  "test": "Prova",
106
- "sound": "Audio",
106
+ "sound": "Suono",
107
107
  "position": "Preferenze posizione",
108
108
  "settings": "Impostazioni",
109
109
  "share": "Condividi",
110
110
  "shareChat": "Condividi chat",
111
111
  "sendOnKeypress": "Premi Invio per inviare",
112
- "sendOnClick": "Clicca sul bottone di invio",
113
- "boardOfExperts": "Gruppo di esperti",
114
- "showExpertsInTheBoard": "Mostra gli esperti di questo gruppo",
115
- "expertsInTheBoard": "Esperti di questo gruppo",
116
- "chatHistory": "Cronologia chat",
117
- "chatHistoryDescription": "Visualizza la cronologia delle chat con questo agente",
118
- "loadingChatHistory": "Caricamento cronologia chat...",
119
- "noChatHistoryAvailable": "Nessuna cronologia chat disponibile",
120
- "noResultsFound": "Nessun risultato trovato per "{{searchText}}"",
112
+ "sendOnClick": "Clicca su Invia",
113
+ "boardOfExperts": "Board di esperti",
114
+ "showExpertsInTheBoard": "Mostra esperti in questa board",
115
+ "expertsInTheBoard": "Esperti in questa board",
121
116
  "goToIntegrationsToCustomizeAvatar": "Per personalizzare l'avatar, vai a Condividimi e configura la pagina pubblica"
122
117
  },
123
118
  "write_and_speak": {
@@ -136,6 +131,14 @@
136
131
  "tryMeButton": "INIZIAMO",
137
132
  "resumeButton": "RIPRENDI",
138
133
  "chatHistory": "Cronologia chat",
134
+ "chatHistoryDescription": "Mostra la cronologia chat con questo agente",
135
+ "loadingChatHistory": "Caricamento cronologia chat...",
136
+ "noChatHistoryAvailable": "Nessuna cronologia chat disponibile",
137
+ "noResultsFound": "Nessun risultato trovato per \"{{searchText}}\"",
138
+ "searchInChatHistory": "Cerca nella cronologia chat...",
139
+ "latestFirst": "Più recenti prima",
140
+ "oldestFirst": "Più vecchi prima",
141
+ "exportChat": "Esporta Chat",
139
142
  "exportChatHistory": "Esporta la cronologia chat",
140
143
  "exportChatHistoryMessage": "Vuoi esportare la cronologia chat?",
141
144
  "chatBotButtonText": "CLICCA QUI PER APRIRE LA CHAT",
@@ -175,8 +178,6 @@
175
178
  "iWantToTalkToIn": "Voglio parlare con {{name}} in",
176
179
  "message": "messaggio",
177
180
  "messages": "messaggi",
178
- "latestFirst": "Più recenti",
179
- "oldestFirst": "Più vecchi",
180
181
  "page": "Pagina {{current}} di {{total}}"
181
182
  },
182
183
  "media": {