@lambda-development/erp-core 0.3.3 → 0.3.4

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.
@@ -272,6 +272,9 @@ declare const _default: {
272
272
  "chatApiBody": "Externen Anwendungen erlauben, über eine HTTP-API mit dem Chat-Agenten dieses ERPs zu sprechen — per Bearer-API-Schlüssel. Standardmäßig deaktiviert.",
273
273
  "chatApiEnabled": "Derzeit aktiviert — ausgestellte Schlüssel können POST /api/v1/chat aufrufen.",
274
274
  "chatApiDisabled": "Derzeit deaktiviert — die API liefert 404 und Schlüssel funktionieren nicht.",
275
+ "chatApiDeactivateTitle": "Chat-API deaktivieren?",
276
+ "chatApiDeactivateBody": "Die Chat-API wird abgeschaltet — jede programmatische Anfrage (Bearer-API-Schlüssel) wird abgewiesen, bis Sie sie wieder einschalten. Ihre API-Schlüssel werden NICHT gelöscht: Sie bleiben gespeichert und funktionieren wieder, sobald Sie die API erneut aktivieren.",
277
+ "chatApiDeactivateConfirm": "API deaktivieren",
275
278
  "chatApiKeysTitle": "API-Schlüssel",
276
279
  "chatApiTokenOnce": "Kopieren Sie diesen Token jetzt — er wird nicht erneut angezeigt.",
277
280
  "chatApiCopy": "Kopieren",
@@ -272,6 +272,9 @@ declare const _default: {
272
272
  "chatApiBody": "Let external applications talk to this ERP's chat agent over an HTTP API, using Bearer API keys. Off by default.",
273
273
  "chatApiEnabled": "Currently enabled — issued keys can call POST /api/v1/chat.",
274
274
  "chatApiDisabled": "Currently disabled — the API returns 404 and keys don't work.",
275
+ "chatApiDeactivateTitle": "Deactivate the chat API?",
276
+ "chatApiDeactivateBody": "The chat API will be switched off — every programmatic request (Bearer API keys) is rejected until you turn it back on. Your API keys are NOT deleted: they stay saved and start working again the instant you re-enable the API.",
277
+ "chatApiDeactivateConfirm": "Deactivate API",
275
278
  "chatApiKeysTitle": "API keys",
276
279
  "chatApiTokenOnce": "Copy this token now — it won't be shown again.",
277
280
  "chatApiCopy": "Copy",
@@ -272,6 +272,9 @@ declare const _default: {
272
272
  "chatApiBody": "Permettre à des applications externes de dialoguer avec l'agent de chat de cet ERP via une API HTTP, à l'aide de clés API Bearer. Désactivé par défaut.",
273
273
  "chatApiEnabled": "Actuellement activé — les clés émises peuvent appeler POST /api/v1/chat.",
274
274
  "chatApiDisabled": "Actuellement désactivé — l'API renvoie 404 et les clés ne fonctionnent pas.",
275
+ "chatApiDeactivateTitle": "Désactiver l'API chat ?",
276
+ "chatApiDeactivateBody": "L'API chat sera désactivée — toute requête programmatique (clés API Bearer) est rejetée jusqu'à sa réactivation. Vos clés API ne sont PAS supprimées : elles restent enregistrées et fonctionnent à nouveau dès que vous réactivez l'API.",
277
+ "chatApiDeactivateConfirm": "Désactiver l'API",
275
278
  "chatApiKeysTitle": "Clés API",
276
279
  "chatApiTokenOnce": "Copiez ce jeton maintenant — il ne sera plus affiché.",
277
280
  "chatApiCopy": "Copier",