@memori.ai/memori-react 7.12.1 → 7.12.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
 
2
2
 
3
+ ## [7.12.2](https://github.com/memori-ai/memori-react/compare/v7.12.1...v7.12.2) (2024-12-24)
4
+
5
+
6
+ ### Changes
7
+
8
+ * new scroll logic by last user msg ([bc469d3](https://github.com/memori-ai/memori-react/commit/bc469d30b3f00065e5d75d465c4984a8727bab7a))
9
+
10
+
11
+ ### Maintenance
12
+
13
+ * rename memori/twin in agents ([179868d](https://github.com/memori-ai/memori-react/commit/179868d8a9171370edb5fe56b63be0efd2f7d152))
14
+
3
15
  ## [7.12.1](https://github.com/memori-ai/memori-react/compare/v7.12.0...v7.12.1) (2024-12-24)
4
16
 
5
17
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main)
5
5
  ![TypeScript Support](https://img.shields.io/badge/TypeScript-Support-blue)
6
6
 
7
- Library to integrate a Twin from [Memori](https://memori.ai) in a React app.
7
+ Library to integrate an Agent from [Memori](https://memori.ai) in a React app.
8
8
 
9
9
  Web Platform: [AIsuru](https://aisuru.com)
10
10
 
@@ -57,7 +57,7 @@ const App = () => (
57
57
  | ---------------------------------- | -------------- | ------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
58
58
  | `memoriName` | \* (see below) | `string` | | Name of the Memori |
59
59
  | `ownerUserName` | \* (see below) | `string` | | Username of the Memori owner |
60
- | `memoriID` | \* (see below) | `string` | | ID of the Memori |
60
+ | `memoriID` | \* (see below) | `string` | | ID of the Memori (agent) |
61
61
  | `ownerUserID` | \* (see below) | `string` | | ID of the Memori owner |
62
62
  | `tenantID` | ✔️ | `string` | | Tenant ID, example: "aisuru.com" or "app.memorytwin.com" |
63
63
  | `sessionID` | | `string` | | Initial Session ID, UUID which refers to the session to the Memori and identifies a conversation and its permissions (giver, receiver, anonymous). A session would be started autonomously with the params set, but if you have an existing and valid sessionID you can pass it as already opened one. Use this at your risk, as session recovery might break or start session as anon user. In most cases, you shoudn't use this prop. |
@@ -284,9 +284,9 @@ You can also use this to extend the default media renderer with additional media
284
284
 
285
285
  ## Global utilities
286
286
 
287
- When rendered, the Memori widget exposes some global functions that can be used to interact with the Memori.
287
+ When rendered, the Memori widget exposes some global functions that can be used to interact with the Agent.
288
288
 
289
- ### Get the state of the Twin
289
+ ### Get the state of the conversation
290
290
 
291
291
  ```js
292
292
  let dialogState = getMemoriState();
@@ -303,9 +303,9 @@ let dialogState = JSON.parse(
303
303
  );
304
304
  ```
305
305
 
306
- ### Write and send a message to the Twin
306
+ ### Write and send a message to the Agent
307
307
 
308
- Write and send a message to the Twin. You can use this method to send a message to the Twin, such as to continue a conversation with a specific message or following an action.
308
+ Write and send a message to the agent. You can use this method to send a message, such as to continue a conversation with a specific message or following an action.
309
309
 
310
310
  ```js
311
311
  typeMessage('Hello World!');
@@ -316,11 +316,11 @@ Additional parameters:
316
316
  ```js
317
317
  const waitForPrevious = true; // waits for previous message to be read, default: true
318
318
  const hidden = true; // message is not visible to the user, only the response is, default: false
319
- const typingText = "Asking the unicorns' opinion..."; // text to show in the loader while the Twin is answering, defaults to none
319
+ const typingText = "Asking the unicorns' opinion..."; // text to show in the loader while the Agent is answering, defaults to none
320
320
  typeMessage('Hello World!', waitForPrevious, hidden, typingText);
321
321
  ```
322
322
 
323
- There is also an alias function that does not show the message sent to the user, but only the Twin's response:
323
+ There is also an alias function that does not show the message sent to the user, but only the Agent's response:
324
324
 
325
325
  ```js
326
326
  const waitForPrevious = true; // waits for previous message to be read, default: true
@@ -26,7 +26,7 @@ const AgeVerificationModal = ({ visible = false, onClose, minAge }) => {
26
26
  if (age < minAge) {
27
27
  react_hot_toast_1.default.error(t('underageTwinSession', { age: minAge }));
28
28
  setError(t('underageTwinSession', { age: minAge }) ||
29
- `You must be at least ${minAge} years old to interact with this Twin`);
29
+ `You must be at least ${minAge} years old to interact with this Agent`);
30
30
  setSubmitting(false);
31
31
  return;
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AgeVerificationModal.js","sourceRoot":"","sources":["../../../src/components/AgeVerificationModal/AgeVerificationModal.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AgeVerificationModal.js","sourceRoot":"","sources":["../../../src/components/AgeVerificationModal/AgeVerificationModal.tsx"],"names":[],"mappings":"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"}
@@ -16,9 +16,8 @@ const Chat = ({ memori, tenant, sessionID, baseUrl, apiUrl, translateTo, memoriT
16
16
  var _a, _b, _c, _d, _e, _f, _g, _h;
17
17
  const scrollToBottom = () => {
18
18
  setTimeout(() => {
19
- var _a, _b, _c;
20
- (_a = document
21
- .querySelector('.memori-chat--content')) === null || _a === void 0 ? void 0 : _a.scrollTo(0, (_c = (_b = document.querySelector('.memori-chat--content')) === null || _b === void 0 ? void 0 : _b.scrollHeight) !== null && _c !== void 0 ? _c : 0);
19
+ let userMsgs = document.querySelectorAll('.memori-chat--bubble-container.memori-chat--bubble-from-user');
20
+ userMsgs[userMsgs.length - 1].scrollIntoView();
22
21
  }, 200);
23
22
  };
24
23
  (0, react_1.useEffect)(() => {
@@ -1 +1 @@
1
- {"version":3,"file":"Chat.js","sourceRoot":"","sources":["../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Chat.js","sourceRoot":"","sources":["../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":";;;;AAAA,uDAA+C;AAC/C,oEAA4B;AAS5B,+CAAqD;AACrD,+CAAqD;AACrD,kFAAkD;AAClD,qFAEoC;AACpC,kEAAkC;AAGlC,kFAAkD;AAClD,sEAAsC;AACtC,uDAAyE;AA+DzE,MAAM,IAAI,GAAoB,CAAC,EAC7B,MAAM,EACN,MAAM,EACN,SAAS,EACT,OAAO,EACP,MAAM,EACN,WAAW,EACX,YAAY,EACZ,UAAU,EACV,cAAc,GAAG,KAAK,EACtB,OAAO,GAAG,EAAE,EACZ,SAAS,EACT,WAAW,EACX,kBAAkB,EAClB,SAAS,GAAG,KAAK,EACjB,kBAAkB,GAAG,KAAK,EAC1B,UAAU,GAAG,IAAI,EACjB,iBAAiB,GAAG,IAAI,EACxB,cAAc,GAAG,IAAI,EACrB,uBAAuB,GAAG,KAAK,EAC/B,iBAAiB,EACjB,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,KAAK,EAChB,UAAU,GAAG,IAAI,EACjB,cAAc,GAAG,KAAK,EACtB,cAAc,GAAG,cAAc,EAC/B,WAAW,EACX,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,WAAW,GAAG,EAAE,EAChB,mBAAmB,EACnB,WAAW,EACX,SAAS,EACT,uBAAuB,EACvB,cAAc,EACd,SAAS,EACT,cAAc,EACd,aAAa,EACb,eAAe,EACf,mBAAmB,EACnB,IAAI,EACJ,UAAU,EACV,UAAU,GAAG,KAAK,EAClB,OAAO,EACP,iBAAiB,GAAG,KAAK,GAC1B,EAAE,EAAE;;IACH,MAAM,cAAc,GAAG,GAAG,EAAE;QAC1B,UAAU,CAAC,GAAG,EAAE;YACd,IAAI,QAAQ,GAAG,QAAQ,CAAC,gBAAgB,CACtC,8DAA8D,CAC/D,CAAC;YACF,QAAQ,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,cAAc,EAAE,CAAC;QACjD,CAAC,EAAE,GAAG,CAAC,CAAC;IACV,CAAC,CAAC;IACF,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,CAAC,OAAO,IAAI,cAAc,EAAE,CAAC;IAC/B,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;IAEvB,MAAM,eAAe,GAAG,GAAG,EAAE;;QAC3B,aAAa,EAAE,CAAC;QAChB,MAAM,QAAQ,GAAG,IAAA,sBAAc,GAAE,CAAC;QAElC,IAAI,QAAQ;YAAE,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAE5C,IAAI,QAAQ,IAAI,MAAM,CAAC,UAAU,IAAI,GAAG,EAAE;YACxC,MAAA,MAAA,QAAQ,CAAC,cAAc,CAAC,cAAc,CAAC,0CAAE,SAAS,0CAAE,GAAG,CAAC,cAAc,CAAC,CAAC;YAExE,MAAA,MAAA,QAAQ;iBACL,aAAa,CAAC,uBAAuB,CAAC,0CACrC,SAAS,0CAAE,GAAG,CAAC,cAAc,CAAC,CAAC;YACnC,UAAU,CAAC,GAAG,EAAE;gBACd,cAAc,EAAE,CAAC;YACnB,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;IACH,CAAC,CAAC;IACF,MAAM,cAAc,GAAG,GAAG,EAAE;;QAC1B,IACE,MAAA,MAAA,QAAQ;aACL,cAAc,CAAC,cAAc,CAAC,0CAC7B,SAAS,0CAAE,QAAQ,CAAC,cAAc,CAAC,EACvC;YACA,MAAA,QAAQ,CAAC,cAAc,CAAC,cAAc,CAAC,0CAAE,SAAS,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;YAC1E,MAAA,MAAA,QAAQ;iBACL,aAAa,CAAC,uBAAuB,CAAC,0CACrC,SAAS,0CAAE,MAAM,CAAC,cAAc,CAAC,CAAC;YACtC,cAAc,EAAE,CAAC;SAClB;IACH,CAAC,CAAC;IAEF,OAAO,CACL,iCACE,SAAS,EAAE,IAAA,oBAAE,EAAC,sBAAsB,EAAE;YACpC,gCAAgC,EAAE,WAAW;SAC9C,CAAC,EACF,EAAE,EAAC,cAAc,EACjB,IAAI,EAAE,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,WAAW,EAAE,sBACd,MAAA,MAAA,MAAA,MAAA,MAAM,CAAC,OAAO,0CAAE,KAAK,CAAC,GAAG,CAAC,0CAAG,CAAC,CAAC,0CAAE,WAAW,EAAE,mCAAI,IAAI,aAExE,gCACE,SAAS,EAAE,IAAA,oBAAE,EAAC,sBAAsB,EAAE;oBACpC,4BAA4B,EAAE,IAAA,sBAAc,GAAE;iBAC/C,CAAC,YAEF,iCACE,SAAS,EAAE,IAAA,oBAAE,EAAC,sBAAsB,EAAE;wBACpC,4BAA4B,EAAE,IAAA,sBAAc,GAAE;qBAC/C,CAAC,aAEF,gCACE,SAAS,EAAE,IAAA,oBAAE,EAAC,oBAAoB,CAAC,EACnC,KAAK,EAAE;gCACL,eAAe,EAAE,QAAQ,IAAA,sBAAc,EAAC;oCACtC,IAAI,EAAE,OAAO;oCACb,QAAQ,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,EAAE;oCACpB,WAAW,EAAE,MAAM,CAAC,QAAQ;oCAC5B,OAAO,EAAE,OAAO;oCAChB,MAAM,EAAE,MAAM;iCACf,CAAC,YAAY,IAAA,sBAAc,EAAC;oCAC3B,IAAI,EAAE,OAAO;oCACb,QAAQ,EAAE,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,EAAE;oCACpB,OAAO,EAAE,OAAO,IAAI,wBAAwB;oCAC5C,MAAM,EAAE,MAAM;iCACf,CAAC,IAAI;6BACP,GACD,EAED,OAAO,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE;;4BAAC,OAAA,CAC/B,wBAAC,eAAK,CAAC,QAAQ,eACb,uBAAC,oBAAU,IACT,OAAO,EAAE,KAAK,KAAK,CAAC,EACpB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,kBAAkB,EAAE,kBAAkB,EACtC,UAAU,EAAE,UAAU,EACtB,iBAAiB,EAAE,iBAAiB,EACpC,uBAAuB,EAAE,uBAAuB,EAChD,YAAY,EACV,KAAK,KAAK,OAAO,CAAC,MAAM,GAAG,CAAC;4CAC5B,CAAC,OAAO,CAAC,QAAQ;6CACjB,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,eAAe,CAAA,EAE9B,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,iBAAiB,GACpC,EAED,SAAS,IAAI,CAAC,CAAC,OAAO,CAAC,SAAS,IAAI,CACnC,kCACE,SAAS,EAAE,0BACT,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WACpC,EAAE,YAED,IAAI,IAAI,CAAC,cAAc,CAAC,IAAI,EAAE;4CAC7B,IAAI,EAAE,SAAS;4CACf,MAAM,EAAE,SAAS;4CACjB,MAAM,EAAE,SAAS;yCAClB,CAAC,CAAC,MAAM,CACP,IAAI,IAAI,CACN,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC;4CAC7B,CAAC,CAAC,OAAO,CAAC,SAAS;4CACnB,CAAC,CAAC,GAAG,OAAO,CAAC,SAAS,GAAG,CAC5B,CACF,GACK,CACT,EAEA,kBAAkB;wCACjB,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,MAAA,OAAO,CAAC,WAAW,mCAAI,EAAE,CAAC,CAAC,MAAM,IAAI,CACjD,gCAAK,SAAS,EAAC,2BAA2B,YACvC,MAAM,CAAC,IAAI,CAAC,MAAA,OAAO,CAAC,WAAW,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;;4CAChD,OAAA,CAAA,MAAA,OAAO,CAAC,WAAW,0CAAG,GAAG,CAAC,MAAK,GAAG,CAAC,CAAC,CAAC,CACnC,gCACE,SAAS,EAAE,4DAA4D,YAGvE,iCAAM,SAAS,EAAC,+BAA+B,YAC5C,GAAG,GACC,IAJF,GAAG,CAKJ,CACP,CAAC,CAAC,CAAC,CAAA,MAAA,OAAO,CAAC,WAAW,0CAAG,GAAG,CAAC,MAAK,IAAI,CAAC,CAAC,CAAC,CACxC,gCAAK,SAAS,EAAC,0BAA0B,YACvC,iCAAM,SAAS,EAAC,+BAA+B,YAC5C,GAAG,GACC,IAHsC,GAAG,CAI5C,CACP,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAC,0BAA0B,YACvC,kCAAM,SAAS,EAAC,+BAA+B,aAC5C,GAAG,QAAI,MAAA,OAAO,CAAC,WAAW,0CAAG,GAAG,CAAC,IAC7B,IAHsC,GAAG,CAI5C,CACP,CAAA;yCAAA,CACF,GACG,CACP,EAEH,uBAAC,qBAAW,IACV,kBAAkB,EAAE,kBAAkB,EACtC,KAAK,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,0CAAE,MAAM,CAC3B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,WAAW,IAAI,CAAC,CAAC,QAAQ,KAAK,YAAY,CAC/D,EACD,KAAK,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,0CAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,WAAW,CAAC,EAC9D,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,GACxC,KAtFiB,KAAK,CAuFT,CAClB,CAAA;yBAAA,CAAC,EAED,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,KAAK;4BACjB,WAAW,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC;4BAC5B,CAAC,YAAY,IAAI,CACf,uBAAC,qBAAW,IACV,kBAAkB,EAAE,kBAAkB,EACtC,KAAK,EACH,WAAW,CAAC,eAAe;gCACzB,CAAC,CAAC,WAAW,CAAC,eAAe;gCAC7B,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;oCAC1B,IAAI,EAAE,CAAC;oCACP,YAAY,EAAE,CAAC;iCAChB,CAAC,CAAC,GAET,CACH,EAEF,CAAC,CAAC,YAAY,IAAI,CACjB,uBAAC,gBAAM,IACL,mBAAmB,EAAE,cAAc,EACnC,IAAI,EACF,WAAW;gCACT,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,KAAK,IAAI;oCAClC,CAAC,CAAC,IAAI;oCACN,CAAC,CAAC,IAAI;gCACR,CAAC,CAAC,CAAA,MAAA,MAAA,MAAA,MAAM,CAAC,OAAO,0CAAE,KAAK,CAAC,GAAG,CAAC,0CAAG,CAAC,CAAC,0CAAE,WAAW,EAAE,MAAK,IAAI;oCACzD,CAAC,CAAC,IAAI;oCACN,CAAC,CAAC,IAAI,EAEV,QAAQ,EAAE,UAAU,EACpB,SAAS,EACP,MAAM,CAAC,oBAAoB;gCACzB,CAAC,CAAC,0CAA8B;gCAChC,CAAC,CAAC,SAAS,IAEV,UAAU,CACf,CACH,EACD,gCAAK,EAAE,EAAC,kBAAkB,GAAG,IACzB,GACF,EAML,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,KAAK,MAAK,IAAI,IAAI,SAAS,IAAI,CAC3C,gCAAK,SAAS,EAAC,yBAAyB,YACrC,MAAM,CAAC,IAAI,CAAC,MAAA,WAAW,CAAC,SAAS,mCAAI,EAAE,CAAC;qBACtC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,QAAQ,CAAC;qBAClC,GAAG,CAAC,GAAG,CAAC,EAAE;;oBAAC,OAAA,CACV,uBAAC,gBAAM,IAEL,IAAI,EACF,iCAAM,SAAS,EAAC,6BAA6B,YAAE,GAAG,GAAQ,EAE5D,SAAS,EAAC,wBAAwB,EAClC,OAAO,EAAE,GAAG,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,YAEpC,MAAA,WAAW,CAAC,SAAS,0CAAG,GAAG,CAAC,IAPxB,GAAG,CAQD,CACV,CAAA;iBAAA,CAAC,GACA,CACP,EAEA,UAAU,IAAI,CACb,uBAAC,oBAAU,IACT,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,UAAU,EACtB,mBAAmB,EAAE,mBAAmB,EACxC,sBAAsB,EAAE,sBAAsB,EAC9C,eAAe,EAAE,eAAe,EAChC,cAAc,EAAE,cAAc,EAC9B,cAAc,EAAE,cAAc,EAC9B,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,cAAc,EAAE,cAAc,GAC9B,CACH,IACG,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,IAAA,YAAI,EAAC,IAAI,CAAC,CAAC"}
@@ -39,7 +39,7 @@
39
39
  "venue": "Veranstaltungsort",
40
40
  "searchVenue": "Veranstaltungsort suchen...",
41
41
  "memoriBlockedTitle": "Blockiert",
42
- "memoriBlockedUntil": "Memori blockiert bis {{date}}",
42
+ "memoriBlockedUntil": "Agent blockiert bis {{date}}",
43
43
  "memoriBlockedAnon": "Momentan \"{{name}}„Kann nicht antworten, komm hierher zurück {{date}}",
44
44
  "memoriBlockedReasonExceedChats": "weil der monatliche Schwellenwert für erlaubte Chats überschritten wurde.",
45
45
  "memoriBlockedGiverHelper": "Sie können es weiterhin als Administrator verwalten, andere Benutzer können jedoch nicht damit interagieren.",
@@ -60,7 +60,7 @@
60
60
  "errorReopeningSession": "Fehler beim erneuten Öffnen der Sitzung",
61
61
  "ageVerification": "Altersüberprüfung",
62
62
  "ageVerificationText": "Um mit diesem Zwilling interagieren zu können, müssen Sie mindestens sein {{minAge}} Jahre alt.",
63
- "nsfw": "NSFW: Dieser Twin enthält Inhalte für Erwachsene",
63
+ "nsfw": "NSFW: Dieser Agent enthält Inhalte für Erwachsene",
64
64
  "deepThought": "Tiefer Gedanke",
65
65
  "deepThoughtHelper": "Deep Thought ist eine erweiterte Funktion der KI, die es Ihnen ermöglicht, Ihre Gespräche voll auszuschöpfen, indem Sie sie verfolgen. ",
66
66
  "deepThoughtDisclaimerTitle": "Deep Thought aktiviert",
@@ -116,7 +116,7 @@
116
116
  "exportChatHistoryMessage": "Möchten Sie den Chatverlauf exportieren?",
117
117
  "chatBotButtonText": "KLICKEN SIE HIER, UM CHATBOT ZU ÖFFNEN",
118
118
  "conversationStartedLabel": "Das Gespräch begann am",
119
- "settingsHeaderLabel": "Richten Sie hier ein, wenn Sie die Memori als Dauerrede einstellen möchten, und ändern Sie die Stillesekunden, wenn Sie sie anpassen möchten.",
119
+ "settingsHeaderLabel": "Richten Sie hier ein, wenn Sie die Agent als Dauerrede einstellen möchten, und ändern Sie die Stillesekunden, wenn Sie sie anpassen möchten.",
120
120
  "continuousSpeechLabel": "Kontinuierliche Rede",
121
121
  "holdToSpeak": "Halten Sie gedrückt, um zu sprechen",
122
122
  "releaseToEndListening": "Lassen Sie los, um das Hören zu beenden",
@@ -165,7 +165,7 @@
165
165
  "memoriReachedLevel": "entwickelte sich weiter und erreichte ein höheres Niveau",
166
166
  "levelGoToStatistics": "{{memori}} ist auf gleicher Höhe {{level}} mit {{points}} Punkte. ",
167
167
  "congratulationsNewLevel": "Herzlichen Glückwunsch, Sie haben ein neues Level erreicht!",
168
- "congratulationsNewLevelDescription": "Ihre Memori wurden mit weiterentwickelt {{points}} Punkte, schauen Sie sich die an",
168
+ "congratulationsNewLevelDescription": "Ihre Agent wurden mit weiterentwickelt {{points}} Punkte, schauen Sie sich die an",
169
169
  "statistics": "Statistiken"
170
170
  },
171
171
  "login": {
@@ -262,8 +262,8 @@
262
262
  "USER_HAS_ONE_OR_MORE_MEMORI": "Der Benutzer verfügt über eine oder mehrere Erinnerungen",
263
263
  "USER_MISSING_NEW_PASSWORD": "Benutzer: Neues Passwort fehlt",
264
264
  "USER_NOTHING_TO_DO": "Nichts zu tun",
265
- "USER_CANT_CREATE_MEMORI": "Benutzer darf Memori nicht erstellen",
266
- "USER_MAX_MEMORI_REACHED": "Maximale Anzahl an Memori erreicht",
265
+ "USER_CANT_CREATE_MEMORI": "Benutzer darf Agent nicht erstellen",
266
+ "USER_MAX_MEMORI_REACHED": "Maximale Anzahl an Agent erreicht",
267
267
  "USER_TOO_MANY_ATTEMPTS": "Zu viele Versuche",
268
268
  "USER_MUST_ACCEPT_TNC_AND_PP": "Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren",
269
269
  "USER_BIRTH_DATE_CANT_BE_CHANGED": "Das Geburtsdatum kann nicht geändert werden",
@@ -275,17 +275,17 @@
275
275
  "USER_HAS_ONE_OR_MORE_COMPLETION_CONFIGS": "Der Benutzer verfügt über eine oder mehrere Abschlusskonfigurationen",
276
276
  "USER_CANT_BE_DELETED": "Benutzer kann nicht gelöscht werden",
277
277
  "MEMORI_NOT_FOUND": "Erinnerungen nicht gefunden",
278
- "MEMORI_NOT_ACCESSIBLE": "Memori nicht zugänglich",
278
+ "MEMORI_NOT_ACCESSIBLE": "Agent nicht zugänglich",
279
279
  "MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Nur der Eigentümer kann das Tag oder die PIN ändern",
280
280
  "SESSION_NOT_FOUND": "Sitzung nicht gefunden",
281
281
  "SESSION_IS_NOT_ADMINISTRATIVE": "Nicht-administrative Sitzung",
282
282
  "SESSION_EXPIRED": "Sitzung abgelaufen",
283
283
  "MEMORI_MISSING_CONFIGURATION": "Zwilling: fehlende Konfiguration",
284
284
  "MEMORI_CONFIGURATION_NOT_FOUND": "Zwilling: Konfiguration nicht gefunden",
285
- "MEMORI_INVALID_PRIVACY_TYPE": "Twin: ungültiger Datenschutztyp",
285
+ "MEMORI_INVALID_PRIVACY_TYPE": "Agent: ungültiger Datenschutztyp",
286
286
  "MEMORI_MISSING_PASSWORD": "Zwilling: Passwort fehlt",
287
- "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Twin: Gesamtzahl ungültiger Wiederherstellungstokens",
288
- "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Twin: Mindestanzahl ungültiger Wiederherstellungstokens",
287
+ "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Agent: Gesamtzahl ungültiger Wiederherstellungstokens",
288
+ "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Agent: Mindestanzahl ungültiger Wiederherstellungstokens",
289
289
  "MEMORI_INVALID_VOICE_TYPE": "Zwilling: ungültiger Stimmtyp",
290
290
  "MEMORI_MISSING_NAME": "Zwilling: fehlender Name",
291
291
  "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Zwilling: Fehlendes Passwort oder Wiederherstellungstoken",
@@ -39,7 +39,7 @@
39
39
  "venue": "Venue",
40
40
  "searchVenue": "Search venue...",
41
41
  "memoriBlockedTitle": "Blocked",
42
- "memoriBlockedUntil": "Memori blocked until {{date}}",
42
+ "memoriBlockedUntil": "Agent blocked until {{date}}",
43
43
  "memoriBlockedAnon": "Currently \"{{name}}\" can't answer, come back here on {{date}}",
44
44
  "memoriBlockedReasonExceedChats": "because it has exceeded the monthly threshold of allowed chats.",
45
45
  "memoriBlockedGiverHelper": "You can still manage it as administrator, but other users will not be able to interact with it.",
@@ -47,27 +47,27 @@
47
47
  "whyThisAnswer": "Why this answer?",
48
48
  "whyThisAnswerHelper": "This answer was generated automatically by an artificial intelligence based on these verified contents.",
49
49
  "completionsEnabled": "Advanced AI, can respond with automatically generated answers that may sometimes contain incorrect information",
50
- "completionProviderDown": "This Twin is integrated with a generative AI from {{provider}}, but it is currently unavailable. Try again later.",
50
+ "completionProviderDown": "This agent is integrated with a generative AI from {{provider}}, but it is currently unavailable. Try again later.",
51
51
  "completionProviderFallbackName": "an external provider",
52
52
  "completionProviderCheckStatusPage": "Check status page",
53
53
  "boardOfExperts": "Board of experts",
54
54
  "birthDate": "Birth date",
55
55
  "birthDateHelper": "We ask for your birth date only to enable or disable functionalities that have age restrictions",
56
56
  "underage": "You must be at least {{age}} years old to sign up.",
57
- "underageTwinSession": "You must be at least {{age}} years old to interact with this Twin.",
57
+ "underageTwinSession": "You must be at least {{age}} years old to interact with this agent.",
58
58
  "errorFetchingSession": "Error during session loading",
59
59
  "errorGettingReferralURL": "Error during referral loading",
60
60
  "errorReopeningSession": "Error during session reopening",
61
61
  "ageVerification": "Age verification",
62
- "ageVerificationText": "To interact with this Twin, you must be at least {{minAge}} years old.",
63
- "nsfw": "NSFW: This Twin contains adult contents",
62
+ "ageVerificationText": "To interact with this agent, you must be at least {{minAge}} years old.",
63
+ "nsfw": "NSFW: This agent contains adult contents",
64
64
  "deepThought": "Deep Thought",
65
- "deepThoughtHelper": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the twin's author to contact you for commercial offers regarding products you have shown interest in.",
65
+ "deepThoughtHelper": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the agent's author to contact you for commercial offers regarding products you have shown interest in.",
66
66
  "deepThoughtDisclaimerTitle": "Deep Thought enabled",
67
67
  "deepThoughtDisclaimer": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together.",
68
68
  "deepThoughtPreDisclaimerUnlogged": "Log in to enable Deep Thought.",
69
69
  "deepThoughtPreDisclaimerNotAllowed": "Deep Thought is disabled since you didn't consent its usage, you can change this any time in your account settings.",
70
- "notEnoughCredits": "The author of this Twin does not have enough credits to answer your question.",
70
+ "notEnoughCredits": "The author of this agent does not have enough credits to answer your question.",
71
71
  "knownFacts": {
72
72
  "title": "Known facts",
73
73
  "description": "Details of the information shared between you and {{memoriName}}",
@@ -117,13 +117,13 @@
117
117
  "exportChatHistoryMessage": "Do you want to export chat history?",
118
118
  "chatBotButtonText": "CLICK HERE TO OPEN CHATBOT",
119
119
  "conversationStartedLabel": "Conversation started on",
120
- "settingsHeaderLabel": "Setup here if you want to set the memori as continuous speech, and change the silence seconds if you want to customize them.",
120
+ "settingsHeaderLabel": "Setup here if you want to set the continuous speech, and change the silence seconds if you want to customize them.",
121
121
  "continuousSpeechLabel": "Continuous speech",
122
122
  "holdToSpeak": "Hold to speak",
123
123
  "releaseToEndListening": "Release to end listening",
124
124
  "pressAndHoldToSpeak": "Press and hold to speak",
125
125
  "microphoneMode": "Microphone mode",
126
- "hideEmissionsLabel": "Hide text emitted by the Twin",
126
+ "hideEmissionsLabel": "Hide text emitted by the agent",
127
127
  "secondsLabel": "Set seconds",
128
128
  "controlsPosition": "Controls position",
129
129
  "avatarControls": "Avatar controls",
@@ -157,7 +157,7 @@
157
157
  "uploadMimeTypeNotAllowed": "The file type is not allowed",
158
158
  "uploadSizeLimitMessage": "The uploaded size is too big (max {{size}}MB)",
159
159
  "uploadWrongResolutionMessage": "The resolution must be {{width}}x{{height}} pixel",
160
- "memoriNameAlreadyUsed": "You already have a Twin with this name",
160
+ "memoriNameAlreadyUsed": "You already have an agent with this name",
161
161
  "uploadHelperImages": "Upload a file with extension png, jpg, jpeg or gif, and having at maximum a size of {{size}}MB",
162
162
  "uploadHelper": "Upload a file having at maximum a size of {{size}}MB",
163
163
  "uploadError": "Upload failed",
@@ -177,7 +177,7 @@
177
177
  "memoriReachedLevel": "became more evolved and reached level",
178
178
  "levelGoToStatistics": "{{memori}} is at level {{level}} with {{points}} points. Click to go to statistics.",
179
179
  "congratulationsNewLevel": "Congratulations, you have reached a new level!",
180
- "congratulationsNewLevelDescription": "Your Memori became more evolved with {{points}} points, look at the",
180
+ "congratulationsNewLevelDescription": "Your agent became more evolved with {{points}} points, look at the",
181
181
  "statistics": "statistics"
182
182
  },
183
183
  "login": {
@@ -222,7 +222,7 @@
222
222
  "missingData": "Missing informations",
223
223
  "missingDataHelper": "We know that this is a bit annoying, but we need some more informations to complete your registration.",
224
224
  "goToAccountToChangeYourPreferences": "You can change your choice at any time from your Account page.",
225
- "deepThoughtExplaination": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the twin's author to contact you for commercial offers regarding products you have shown interest in.",
225
+ "deepThoughtExplaination": "Deep Thought is an advanced feature of the AI that will allow you to fully exploit your conversations by keeping track of them. The AI with Deep Thought can give you information tailored to you and the things you will share together. Allow the agent's author to contact you for commercial offers regarding products you have shown interest in.",
226
226
  "tnCAndPPAcceptedHelper": "Since your last login, T&C and Privacy Policy have changed. Please accept them, otherwise you won't be able to make changes to your Twins. You can always delete your account in your user profile page.",
227
227
  "privacyLabel": "I have read and accepted the",
228
228
  "privacyAndCookiePolicy": "Privacy e Cookie Policy",
@@ -274,8 +274,8 @@
274
274
  "USER_HAS_ONE_OR_MORE_MEMORI": "The user has one or more memories",
275
275
  "USER_MISSING_NEW_PASSWORD": "User: new password missing",
276
276
  "USER_NOTHING_TO_DO": "Nothing to do",
277
- "USER_CANT_CREATE_MEMORI": "User not allowed to create Memori",
278
- "USER_MAX_MEMORI_REACHED": "Maximum number of Memori reached",
277
+ "USER_CANT_CREATE_MEMORI": "User not allowed to create agents",
278
+ "USER_MAX_MEMORI_REACHED": "Maximum number of agents reached",
279
279
  "USER_TOO_MANY_ATTEMPTS": "Too many attempts",
280
280
  "USER_MUST_ACCEPT_TNC_AND_PP": "You must accept the terms and conditions",
281
281
  "USER_BIRTH_DATE_CANT_BE_CHANGED": "Date of birth cannot be changed",
@@ -283,38 +283,38 @@
283
283
  "USER_CANT_ENABLE_DEEP_THOUGHT": "User: not enabled to manage Deep Thought",
284
284
  "USER_CANT_ENABLE_DCM_INTEGRATION": "User: not enabled to manage DCM integration",
285
285
  "USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "User: not allowed to manage chaining or expert group",
286
- "USER_CREATION_BILLING_DENIED_PERMISSION": "You don't have enough credits to create a Twin",
286
+ "USER_CREATION_BILLING_DENIED_PERMISSION": "You don't have enough credits to create an agent",
287
287
  "USER_HAS_ONE_OR_MORE_COMPLETION_CONFIGS": "The user has one or more completion configurations",
288
288
  "USER_CANT_BE_DELETED": "User can't be deleted",
289
- "MEMORI_NOT_FOUND": "Memori not found",
290
- "MEMORI_NOT_ACCESSIBLE": "Memori not accessible",
289
+ "MEMORI_NOT_FOUND": "Agent not found",
290
+ "MEMORI_NOT_ACCESSIBLE": "Agent not accessible",
291
291
  "MEMORI_ONLY_OWNER_CAN_CHANGE_GIVER_TAG_AND_PIN": "Only owner can change tag or pin",
292
292
  "SESSION_NOT_FOUND": "Session not found",
293
293
  "SESSION_IS_NOT_ADMINISTRATIVE": "Non-administrative session",
294
294
  "SESSION_EXPIRED": "Session expired",
295
- "MEMORI_MISSING_CONFIGURATION": "Twin: missing configuration",
296
- "MEMORI_CONFIGURATION_NOT_FOUND": "Twin: configuration not found",
297
- "MEMORI_INVALID_PRIVACY_TYPE": "Twin: invalid privacy type",
298
- "MEMORI_MISSING_PASSWORD": "Twin: missing password",
299
- "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Twin: total number of invalid recovery tokens",
300
- "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Twin: minimum number of invalid recovery tokens",
301
- "MEMORI_INVALID_VOICE_TYPE": "Twin: invalid voice type",
302
- "MEMORI_MISSING_NAME": "Twin: missing name",
303
- "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Twin: missing password or recovery token",
304
- "MEMORI_INVALID_ID": "Twin: invalid ID",
305
- "MEMORI_NAME_ALREADY_USED": "Twin name already in use",
306
- "MEMORI_INVALID_PIN": "Twin: Invalid PIN",
307
- "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Twin: TAG and PIN change require separate operations",
308
- "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Twin: no password required when public",
295
+ "MEMORI_MISSING_CONFIGURATION": "Agent: missing configuration",
296
+ "MEMORI_CONFIGURATION_NOT_FOUND": "Agent: configuration not found",
297
+ "MEMORI_INVALID_PRIVACY_TYPE": "Agent: invalid privacy type",
298
+ "MEMORI_MISSING_PASSWORD": "Agent: missing password",
299
+ "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Agent: total number of invalid recovery tokens",
300
+ "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Agent: minimum number of invalid recovery tokens",
301
+ "MEMORI_INVALID_VOICE_TYPE": "Agent: invalid voice type",
302
+ "MEMORI_MISSING_NAME": "Agent: missing name",
303
+ "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Agent: missing password or recovery token",
304
+ "MEMORI_INVALID_ID": "Agent: invalid ID",
305
+ "MEMORI_NAME_ALREADY_USED": "Agent name already in use",
306
+ "MEMORI_INVALID_PIN": "Agent: Invalid PIN",
307
+ "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Agent: TAG and PIN change require separate operations",
308
+ "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Agent: no password required when public",
309
309
  "MEMORI_DEEP_THOUGHT_REQUIRES_COMPLETIONS": "Deep Thought requires completions to be enabled",
310
310
  "MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "The expert group requires completions to be enabled",
311
- "MEMORI_INVALID_COMPLETION_CONFIG": "Twin: invalid completions configuration",
311
+ "MEMORI_INVALID_COMPLETION_CONFIG": "Agent: invalid completions configuration",
312
312
  "MEMORI_TRANSFER_MISSING_DESTINATION_USER": "Transfer: missing destination user",
313
313
  "MEMORI_TRANSFER_INVALID_DESTINATION_USER_ID": "Transfer: invalid destination user ID",
314
314
  "MEMORI_TRANSFER_DESTINATION_USER_DATA_INCONSISTENT": "Transfer: invalid destination user data",
315
315
  "MEMORI_TRANSFER_NOTHING_TO_DO": "Transfer: nothing to do",
316
- "MEMORI_CONFIGURATION_CANT_BE_CHANGED": "Memories: configuration cannot be changed",
317
- "MEMORI_MISSING_NEW_PASSWORD": "Memories: new password missing",
316
+ "MEMORI_CONFIGURATION_CANT_BE_CHANGED": "Agent: configuration cannot be changed",
317
+ "MEMORI_MISSING_NEW_PASSWORD": "Agent: new password missing",
318
318
  "MEMORI_FEATURE_REQUIRES_SUBSCRIPTION": "Feature requires subscription",
319
319
  "INTEGRATION_NOT_FOUND": "Integration not found",
320
320
  "MEMORI_SESSIONS_INVALID_DATE_FROM_FORMAT": "Invalid date from format",
@@ -39,7 +39,7 @@
39
39
  "venue": "Evento",
40
40
  "searchVenue": "Buscar lugar...",
41
41
  "memoriBlockedTitle": "Obstruido",
42
- "memoriBlockedUntil": "Memori bloqueado hasta {{date}}",
42
+ "memoriBlockedUntil": "Agent bloqueado hasta {{date}}",
43
43
  "memoriBlockedAnon": "Actualmente \"{{name}}\"No puedo responder, vuelve aquí. {{date}}",
44
44
  "memoriBlockedReasonExceedChats": "porque ha superado el umbral mensual de chats permitidos.",
45
45
  "memoriBlockedGiverHelper": "Aún podrás administrarlo como administrador, pero otros usuarios no podrán interactuar con él.",
@@ -47,7 +47,7 @@
47
47
  "whyThisAnswer": "¿Por qué esta respuesta?",
48
48
  "whyThisAnswerHelper": "Esta respuesta fue generada automáticamente por una inteligencia artificial basada en estos contenidos verificados.",
49
49
  "completionsEnabled": "La IA avanzada puede responder con respuestas generadas automáticamente que a veces pueden contener información incorrecta.",
50
- "completionProviderDown": "Este Twin está integrado con una IA generativa de {{provider}}, pero actualmente no está disponible. ",
50
+ "completionProviderDown": "Este Agent está integrado con una IA generativa de {{provider}}, pero actualmente no está disponible. ",
51
51
  "completionProviderFallbackName": "un proveedor externo",
52
52
  "completionProviderCheckStatusPage": "Comprobar página de estado",
53
53
  "boardOfExperts": "junta de expertos",
@@ -122,7 +122,7 @@
122
122
  "releaseToEndListening": "Suelte para finalizar la escucha",
123
123
  "pressAndHoldToSpeak": "Mantenga presionado para hablar",
124
124
  "microphoneMode": "Modo micrófono",
125
- "hideEmissionsLabel": "Ocultar texto emitido por el Twin",
125
+ "hideEmissionsLabel": "Ocultar texto emitido por el Agent",
126
126
  "secondsLabel": "Establecer segundos",
127
127
  "controlsPosition": "Posición de los controles",
128
128
  "tryMeHeaderLabel": "INTENTAR",
@@ -163,9 +163,9 @@
163
163
  "level": "Nivel",
164
164
  "points": "agujas",
165
165
  "memoriReachedLevel": "se volvió más evolucionado y alcanzó el nivel",
166
- "levelGoToStatistics": "{{memori}} esta al nivel {{level}} con {{points}} agujas. ",
166
+ "levelGoToStatistics": "{{Agent}} esta al nivel {{level}} con {{points}} agujas. ",
167
167
  "congratulationsNewLevel": "¡Felicitaciones, has alcanzado un nuevo nivel!",
168
- "congratulationsNewLevelDescription": "Tu Memori se volvió más evolucionado con {{points}} puntos, mira el",
168
+ "congratulationsNewLevelDescription": "Tu Agent se volvió más evolucionado con {{points}} puntos, mira el",
169
169
  "statistics": "estadística"
170
170
  },
171
171
  "login": {
@@ -262,8 +262,8 @@
262
262
  "USER_HAS_ONE_OR_MORE_MEMORI": "El usuario tiene uno o más recuerdos.",
263
263
  "USER_MISSING_NEW_PASSWORD": "Usuario: falta nueva contraseña",
264
264
  "USER_NOTHING_TO_DO": "Nada que hacer",
265
- "USER_CANT_CREATE_MEMORI": "Usuario no autorizado a crear Memori",
266
- "USER_MAX_MEMORI_REACHED": "Número máximo de Memori alcanzado",
265
+ "USER_CANT_CREATE_MEMORI": "Usuario no autorizado a crear Agent",
266
+ "USER_MAX_MEMORI_REACHED": "Número máximo de Agent alcanzado",
267
267
  "USER_TOO_MANY_ATTEMPTS": "demasiados intentos",
268
268
  "USER_MUST_ACCEPT_TNC_AND_PP": "Debes aceptar los términos y condiciones.",
269
269
  "USER_BIRTH_DATE_CANT_BE_CHANGED": "La fecha de nacimiento no se puede cambiar.",
@@ -293,7 +293,7 @@
293
293
  "MEMORI_NAME_ALREADY_USED": "Nombre gemelo ya en uso",
294
294
  "MEMORI_INVALID_PIN": "Gemelo: PIN no válido",
295
295
  "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Gemelo: el cambio de TAG y PIN requiere operaciones separadas",
296
- "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Twin: no se requiere contraseña cuando es público",
296
+ "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Agent: no se requiere contraseña cuando es público",
297
297
  "MEMORI_DEEP_THOUGHT_REQUIRES_COMPLETIONS": "Deep Thought requiere que las completaciones estén habilitadas",
298
298
  "MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "El grupo de expertos requiere que se habiliten las completaciones.",
299
299
  "MEMORI_INVALID_COMPLETION_CONFIG": "Gemelo: configuración de finalizaciones no válidas",
@@ -39,7 +39,7 @@
39
39
  "venue": "Lieu",
40
40
  "searchVenue": "Rechercher un lieu...",
41
41
  "memoriBlockedTitle": "Bloqué",
42
- "memoriBlockedUntil": "Memori bloqué jusqu'à {{date}}",
42
+ "memoriBlockedUntil": "Agent bloqué jusqu'à {{date}}",
43
43
  "memoriBlockedAnon": "Actuellement \"{{name}}\"Je ne peux pas répondre, reviens ici {{date}}",
44
44
  "memoriBlockedReasonExceedChats": "car il a dépassé le seuil mensuel de chats autorisés.",
45
45
  "memoriBlockedGiverHelper": "Vous pouvez toujours le gérer en tant qu'administrateur, mais les autres utilisateurs ne pourront pas interagir avec lui.",
@@ -47,19 +47,19 @@
47
47
  "whyThisAnswer": "Pourquoi cette réponse ?",
48
48
  "whyThisAnswerHelper": "Cette réponse a été générée automatiquement par une intelligence artificielle basée sur ces contenus vérifiés.",
49
49
  "completionsEnabled": "L'IA avancée peut répondre avec des réponses générées automatiquement qui peuvent parfois contenir des informations incorrectes",
50
- "completionProviderDown": "Ce Twin est intégré à une IA générative de {{provider}}, mais il est actuellement indisponible. ",
50
+ "completionProviderDown": "Ce Agent est intégré à une IA générative de {{provider}}, mais il est actuellement indisponible. ",
51
51
  "completionProviderFallbackName": "un prestataire externe",
52
52
  "completionProviderCheckStatusPage": "Vérifier la page d'état",
53
53
  "boardOfExperts": "Conseil d'experts",
54
54
  "birthDate": "Date de naissance",
55
55
  "birthDateHelper": "Nous demandons votre date de naissance uniquement pour activer ou désactiver les fonctionnalités qui ont des restrictions d'âge",
56
56
  "underage": "Vous devez être au moins {{age}} ans pour s'inscrire.",
57
- "underageTwinSession": "Vous devez être au moins {{age}} ans pour interagir avec ce Twin.",
57
+ "underageTwinSession": "Vous devez être au moins {{age}} ans pour interagir avec ce Agent.",
58
58
  "errorFetchingSession": "Erreur lors du chargement de la session",
59
59
  "errorGettingReferralURL": "Erreur lors du chargement du référent",
60
60
  "errorReopeningSession": "Erreur lors de la re-ouverture de la session",
61
61
  "ageVerification": "Vérification de l'âge",
62
- "ageVerificationText": "Pour interagir avec ce Twin, vous devez être au minimum {{minAge}} ans.",
62
+ "ageVerificationText": "Pour interagir avec ce Agent, vous devez être au minimum {{minAge}} ans.",
63
63
  "nsfw": "NSFW : Ce jumeau contient du contenu pour adultes",
64
64
  "deepThought": "Pensée profonde",
65
65
  "deepThoughtHelper": "Deep Thought est une fonctionnalité avancée de l'IA qui vous permettra d'exploiter pleinement vos conversations en les gardant une trace. ",
@@ -67,7 +67,7 @@
67
67
  "deepThoughtDisclaimer": "Deep Thought est une fonctionnalité avancée de l'IA qui vous permettra d'exploiter pleinement vos conversations en les gardant une trace. ",
68
68
  "deepThoughtPreDisclaimerUnlogged": "Connectez-vous pour activer Deep Thought.",
69
69
  "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.",
70
- "notEnoughCredits": "L'auteur de ce Twin n'a pas suffisamment de crédits pour répondre à votre question.",
70
+ "notEnoughCredits": "L'auteur de ce Agent n'a pas suffisamment de crédits pour répondre à votre question.",
71
71
  "knownFacts": {
72
72
  "title": "Faits connus",
73
73
  "description": "Détails des informations partagées entre vous et {{memoriName}}",
@@ -122,7 +122,7 @@
122
122
  "releaseToEndListening": "Relâcher pour terminer l'écoute",
123
123
  "pressAndHoldToSpeak": "Appuyez et maintenez pour parler",
124
124
  "microphoneMode": "Mode micro",
125
- "hideEmissionsLabel": "Masquer le texte émis par le Twin",
125
+ "hideEmissionsLabel": "Masquer le texte émis par le Agent",
126
126
  "secondsLabel": "Régler les secondes",
127
127
  "controlsPosition": "Position des commandes",
128
128
  "tryMeHeaderLabel": "ESSAYER",
@@ -163,9 +163,9 @@
163
163
  "level": "Niveau",
164
164
  "points": "points",
165
165
  "memoriReachedLevel": "est devenu plus évolué et a atteint le niveau",
166
- "levelGoToStatistics": "{{memori}} est au niveau {{level}} avec {{points}} points. ",
166
+ "levelGoToStatistics": "{{Agent}} est au niveau {{level}} avec {{points}} points. ",
167
167
  "congratulationsNewLevel": "Félicitations, vous avez atteint un nouveau niveau !",
168
- "congratulationsNewLevelDescription": "Votre Memori est devenu plus évolué avec {{points}} points, regardez le",
168
+ "congratulationsNewLevelDescription": "Votre Agent est devenu plus évolué avec {{points}} points, regardez le",
169
169
  "statistics": "statistiques"
170
170
  },
171
171
  "login": {
@@ -262,8 +262,8 @@
262
262
  "USER_HAS_ONE_OR_MORE_MEMORI": "L'utilisateur possède une ou plusieurs mémoires",
263
263
  "USER_MISSING_NEW_PASSWORD": "Utilisateur : nouveau mot de passe manquant",
264
264
  "USER_NOTHING_TO_DO": "Rien à faire",
265
- "USER_CANT_CREATE_MEMORI": "L'utilisateur n'est pas autorisé à créer des Memori",
266
- "USER_MAX_MEMORI_REACHED": "Nombre maximum de Memori atteint",
265
+ "USER_CANT_CREATE_MEMORI": "L'utilisateur n'est pas autorisé à créer des Agent",
266
+ "USER_MAX_MEMORI_REACHED": "Nombre maximum de Agent atteint",
267
267
  "USER_TOO_MANY_ATTEMPTS": "Trop de tentatives",
268
268
  "USER_MUST_ACCEPT_TNC_AND_PP": "Vous devez accepter les termes et conditions",
269
269
  "USER_BIRTH_DATE_CANT_BE_CHANGED": "La date de naissance ne peut pas être modifiée",
@@ -271,7 +271,7 @@
271
271
  "USER_CANT_ENABLE_DEEP_THOUGHT": "Utilisateur : non autorisé à gérer Deep Thought",
272
272
  "USER_CANT_ENABLE_DCM_INTEGRATION": "Utilisateur : non autorisé à gérer l'intégration DCM",
273
273
  "USER_CANT_ENABLE_CHAINING_OR_BOARD_OF_EXPERTS": "Utilisateur : non autorisé à gérer des chaînages ou des groupes d'experts",
274
- "USER_CREATION_BILLING_DENIED_PERMISSION": "Vous n'avez pas assez de crédits pour créer un Twin",
274
+ "USER_CREATION_BILLING_DENIED_PERMISSION": "Vous n'avez pas assez de crédits pour créer un Agent",
275
275
  "USER_HAS_ONE_OR_MORE_COMPLETION_CONFIGS": "L'utilisateur dispose d'une ou plusieurs configurations de complétion",
276
276
  "USER_CANT_BE_DELETED": "L'utilisateur ne peut pas être supprimé",
277
277
  "MEMORI_NOT_FOUND": "Mémoire introuvable",
@@ -280,23 +280,23 @@
280
280
  "SESSION_NOT_FOUND": "Séance introuvable",
281
281
  "SESSION_IS_NOT_ADMINISTRATIVE": "Séance non administrative",
282
282
  "SESSION_EXPIRED": "Session expirée",
283
- "MEMORI_MISSING_CONFIGURATION": "Twin : configuration manquante",
284
- "MEMORI_CONFIGURATION_NOT_FOUND": "Twin : configuration introuvable",
285
- "MEMORI_INVALID_PRIVACY_TYPE": "Twin : type de confidentialité non valide",
286
- "MEMORI_MISSING_PASSWORD": "Twin : mot de passe manquant",
287
- "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Twin : nombre total de jetons de récupération invalides",
288
- "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Twin : nombre minimum de jetons de récupération invalides",
289
- "MEMORI_INVALID_VOICE_TYPE": "Twin : type de voix invalide",
283
+ "MEMORI_MISSING_CONFIGURATION": "Agent : configuration manquante",
284
+ "MEMORI_CONFIGURATION_NOT_FOUND": "Agent : configuration introuvable",
285
+ "MEMORI_INVALID_PRIVACY_TYPE": "Agent : type de confidentialité non valide",
286
+ "MEMORI_MISSING_PASSWORD": "Agent : mot de passe manquant",
287
+ "MEMORI_INVALID_TOTAL_NUMBER_OF_RECOVERY_TOKENS": "Agent : nombre total de jetons de récupération invalides",
288
+ "MEMORI_INVALID_MINIMUM_NUMBER_OF_RECOVERY_TOKENS": "Agent : nombre minimum de jetons de récupération invalides",
289
+ "MEMORI_INVALID_VOICE_TYPE": "Agent : type de voix invalide",
290
290
  "MEMORI_MISSING_NAME": "Jumeau : nom manquant",
291
- "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Twin : mot de passe ou jeton de récupération manquant",
291
+ "MEMORI_MISSING_PASSWORD_OR_RECOVERY_TOKENS": "Agent : mot de passe ou jeton de récupération manquant",
292
292
  "MEMORI_INVALID_ID": "Jumeau : pièce d'identité invalide",
293
293
  "MEMORI_NAME_ALREADY_USED": "Nom jumeau déjà utilisé",
294
- "MEMORI_INVALID_PIN": "Twin : code PIN invalide",
295
- "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Twin : le changement de TAG et de PIN nécessite des opérations distinctes",
296
- "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Twin : aucun mot de passe requis lorsqu'il est public",
294
+ "MEMORI_INVALID_PIN": "Agent : code PIN invalide",
295
+ "MEMORI_GIVER_TAG_PIN_CHANGE_REQUIRES_SEPARATE_OPERATION": "Agent : le changement de TAG et de PIN nécessite des opérations distinctes",
296
+ "MEMORI_NO_PASSWORD_WHEN_PUBLIC": "Agent : aucun mot de passe requis lorsqu'il est public",
297
297
  "MEMORI_DEEP_THOUGHT_REQUIRES_COMPLETIONS": "Deep Thought nécessite que les complétions soient activées",
298
298
  "MEMORI_BOARD_OF_EXPERTS_REQUIRES_COMPLETIONS": "Le groupe d'experts exige que les complétions soient activées",
299
- "MEMORI_INVALID_COMPLETION_CONFIG": "Twin : configuration des complétions non valide",
299
+ "MEMORI_INVALID_COMPLETION_CONFIG": "Agent : configuration des complétions non valide",
300
300
  "MEMORI_TRANSFER_MISSING_DESTINATION_USER": "Transfert : utilisateur de destination manquant",
301
301
  "MEMORI_TRANSFER_INVALID_DESTINATION_USER_ID": "Transfert : ID utilisateur de destination non valide",
302
302
  "MEMORI_TRANSFER_DESTINATION_USER_DATA_INCONSISTENT": "Transfert : données utilisateur de destination non valides",
@@ -346,12 +346,12 @@
346
346
  "ACTIONLOG_INVALID_USER_ID": "ID utilisateur invalide",
347
347
  "ACTIONLOG_INVALID_DATE_FROM_FORMAT": "Date de : format non valide",
348
348
  "ACTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
349
- "ACTIONLOG_INVALID_MEMORI_ID": "Identifiant Memori invalide",
349
+ "ACTIONLOG_INVALID_MEMORI_ID": "Identifiant Agent invalide",
350
350
  "CONSUMPTIONLOG_INVALID_TYPE": "Type de journal invalide",
351
351
  "CONSUMPTIONLOG_INVALID_DATE_FROM_FORMAT": "Date de : format non valide",
352
352
  "CONSUMPTIONLOG_INVALID_DATE_TO_FORMAT": "Date de : format non valide",
353
353
  "CONSUMPTIONLOG_INVALID_USER_ID": "ID utilisateur invalide",
354
- "CONSUMPTIONLOG_INVALID_MEMORI_ID": "Identifiant Memori invalide",
354
+ "CONSUMPTIONLOG_INVALID_MEMORI_ID": "Identifiant Agent invalide",
355
355
  "NOTIFICATIONPREFS_INVALID_CHATLOG_EXTRACTION_PERIOD": "Notifications : période d'extraction du journal de discussion non valide",
356
356
  "PROCESS_INVALID_TYPE": "Type de processus invalide",
357
357
  "PROCESS_ALREADY_RUNNING": "Processus déjà en cours",