@sendbird/ai-agent-messenger-react 1.10.1 → 1.10.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/dist/cjs/1ACj2pIu.cjs +1 -0
- package/dist/cjs/39Vu-gp1.cjs +1 -0
- package/dist/cjs/8LgPimFK.cjs +1 -0
- package/dist/cjs/{D9VpsSP6.cjs → B6HiuRPt.cjs} +1 -1
- package/dist/cjs/BVlVEisk.cjs +1 -0
- package/dist/cjs/CbSJ7GnB.cjs +1 -0
- package/dist/cjs/Cfid8u9U.cjs +306 -0
- package/dist/cjs/DBjNv8rR.cjs +1 -0
- package/dist/cjs/DI-EXSWj.cjs +1 -0
- package/dist/cjs/DOXieS3b.cjs +1 -0
- package/dist/cjs/sjY7fr9U.cjs +1 -0
- package/dist/es/{DSU-pnsD.js → 71nKW4JE.js} +4 -3
- package/dist/es/{-31n4Imz.js → CAPycZHB.js} +4 -3
- package/dist/es/{DBhp3fXl.js → CNOl7erj.js} +9 -8
- package/dist/es/{Brug4qqu.js → CcTi8RMT.js} +9 -8
- package/dist/es/{CLrwPiXs.js → Ck4nAD4B.js} +9 -8
- package/dist/es/{DHkIHpWw.js → CtCMo2TS.js} +4 -3
- package/dist/es/{EVDICC4l.js → CvPILy6Q.js} +4 -3
- package/dist/es/{DLKKcW2Z.js → DCVV5mpw.js} +1792 -1686
- package/dist/es/{smGeKrd1.js → SWkYvgHM.js} +4 -3
- package/dist/es/{COct2xck.js → TAdObZan.js} +1 -1
- package/dist/es/{BoN56E9Z.js → v1TL54QW.js} +9 -8
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -1
- package/package.json +7 -7
- package/dist/cjs/BqHB7ZHq.cjs +0 -1
- package/dist/cjs/ByqeB5kl.cjs +0 -1
- package/dist/cjs/CSOw9BQ8.cjs +0 -306
- package/dist/cjs/CXF_Sn1b.cjs +0 -1
- package/dist/cjs/CiA0xvSy.cjs +0 -1
- package/dist/cjs/Dwk1m7x2.cjs +0 -1
- package/dist/cjs/EYyX7hTp.cjs +0 -1
- package/dist/cjs/E_PCvXNA.cjs +0 -1
- package/dist/cjs/TqrS-FNH.cjs +0 -1
- package/dist/cjs/Y3Pm68nf.cjs +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as _ } from "./
|
|
1
|
+
import { m as _ } from "./DCVV5mpw.js";
|
|
2
2
|
import { pt as n } from "date-fns/locale/pt";
|
|
3
3
|
const r = {
|
|
4
4
|
conversation: {
|
|
@@ -10,14 +10,15 @@ const r = {
|
|
|
10
10
|
unknown_message_type: "(Tipo de mensagem desconhecido)",
|
|
11
11
|
powered_by: "Desenvolvido por",
|
|
12
12
|
citation_title: "Fonte",
|
|
13
|
-
start_new_conversation_label: "
|
|
13
|
+
start_new_conversation_label: "Iniciar uma conversa",
|
|
14
14
|
failed_message_resend: "Tentar novamente",
|
|
15
15
|
failed_message_remove: "Remover",
|
|
16
16
|
file_upload_no_supported_files: "Nenhum tipo de arquivo suportado disponível."
|
|
17
17
|
},
|
|
18
18
|
conversation_list: {
|
|
19
19
|
header_title: "Conversas",
|
|
20
|
-
ended: "Encerrada"
|
|
20
|
+
ended: "Encerrada",
|
|
21
|
+
footer_title: "Iniciar uma conversa"
|
|
21
22
|
},
|
|
22
23
|
date_format: {
|
|
23
24
|
just_now: "Agora mesmo",
|
|
@@ -3,7 +3,7 @@ import { useCallback as p } from "react";
|
|
|
3
3
|
import s from "dompurify";
|
|
4
4
|
import h, { RuleType as x } from "markdown-to-jsx";
|
|
5
5
|
import g from "styled-components";
|
|
6
|
-
import { A as b, e as c, c as i } from "./
|
|
6
|
+
import { A as b, e as c, c as i } from "./DCVV5mpw.js";
|
|
7
7
|
const m = (d, o, n, t) => o.type === x.textStrikethroughed ? /* @__PURE__ */ r.createElement("span", { key: t.key }, `~~${n(o.children, t)}~~`) : d(), v = ({ className: d, children: o, style: n, onClickImage: t }) => {
|
|
8
8
|
const a = p(
|
|
9
9
|
(e) => /* @__PURE__ */ r.createElement("img", { ...e, onClick: () => e.src && (t == null ? void 0 : t(e.src)) }),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { m as
|
|
2
|
-
import { fr as
|
|
3
|
-
const
|
|
1
|
+
import { m as o } from "./DCVV5mpw.js";
|
|
2
|
+
import { fr as r } from "date-fns/locale/fr";
|
|
3
|
+
const _ = {
|
|
4
4
|
conversation: {
|
|
5
5
|
input_placeholder: "Poser une question",
|
|
6
6
|
input_placeholder_disabled: "Le chat n'est pas disponible dans ce canal",
|
|
@@ -10,14 +10,15 @@ const r = {
|
|
|
10
10
|
unknown_message_type: "(Type de message inconnu)",
|
|
11
11
|
powered_by: "Propulsé par",
|
|
12
12
|
citation_title: "Source",
|
|
13
|
-
start_new_conversation_label: "
|
|
13
|
+
start_new_conversation_label: "Démarrer une conversation",
|
|
14
14
|
failed_message_resend: "Réessayer",
|
|
15
15
|
failed_message_remove: "Supprimer",
|
|
16
16
|
file_upload_no_supported_files: "Aucun type de fichier pris en charge disponible."
|
|
17
17
|
},
|
|
18
18
|
conversation_list: {
|
|
19
19
|
header_title: "Conversations",
|
|
20
|
-
ended: "Terminée"
|
|
20
|
+
ended: "Terminée",
|
|
21
|
+
footer_title: "Démarrer une conversation"
|
|
21
22
|
},
|
|
22
23
|
date_format: {
|
|
23
24
|
just_now: "À l'instant",
|
|
@@ -62,9 +63,9 @@ const r = {
|
|
|
62
63
|
}
|
|
63
64
|
}, n = {
|
|
64
65
|
language: "fr",
|
|
65
|
-
strings:
|
|
66
|
-
dateLocale:
|
|
67
|
-
}, a =
|
|
66
|
+
strings: _,
|
|
67
|
+
dateLocale: r
|
|
68
|
+
}, a = o(n.strings), t = {
|
|
68
69
|
...a,
|
|
69
70
|
// Channel Header
|
|
70
71
|
HEADER_BUTTON__AGENT_HANDOFF: "Se connecter avec un agent",
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./cjs/
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./cjs/Cfid8u9U.cjs");require("react");exports.AgentProviderContainer=e.AgentProviderContainer;exports.AgentUIProviderContainer=e.AgentUIProviderContainer;exports.AnonymousSessionInfo=e.AnonymousSessionInfo;exports.CSATType=e.CSATType;exports.Commands=e.DispatcherCommands;exports.Conversation=e.Conversation;exports.ConversationContext=e.ConversationContext;exports.ConversationContextProvider=e.ConversationContextProvider;exports.ConversationHeaderLayout=e.ConversationHeaderLayout;exports.ConversationLayout=e.ConversationLayout;exports.ConversationList=e.ConversationList;exports.ConversationListContext=e.ConversationListContext;exports.ConversationListContextProvider=e.ConversationListContextProvider;exports.ConversationListHeaderLayout=e.ConversationListHeaderLayout;exports.ConversationListItemLayout=e.ConversationListItemLayout;exports.ConversationListLayout=e.ConversationListLayout;exports.DefaultMessenger=e.DefaultMessenger;exports.FixedMessenger=e.FixedMessenger;exports.IncomingMessageLayout=e.IncomingMessageLayout;exports.LauncherBase=e.LauncherBase;exports.LogLevel=e.LogLevel;exports.ManualSessionInfo=e.ManualSessionInfo;exports.MessageLogs=e.MessageLogs;exports.OutgoingMessageLayout=e.OutgoingMessageLayout;exports.PlaceholderLayout=e.PlaceholderLayout;exports.SystemMessageLayout=e.SystemMessageLayout;exports.messengerDispatcher=e.messengerDispatcher;exports.useConversationContext=e.useConversationContext;exports.useConversationListContext=e.useConversationListContext;exports.useLocalizationContext=e.useLocalizationContext;exports.useMessengerContext=e.useMessengerContext;exports.useMessengerSessionContext=e.useMessengerSessionContext;exports.useRefreshActiveChannel=e.useRefreshActiveChannel;
|
package/dist/index.d.ts
CHANGED
|
@@ -314,6 +314,11 @@ declare interface AIAgentConversationContextValue {
|
|
|
314
314
|
};
|
|
315
315
|
|
|
316
316
|
state: {
|
|
317
|
+
streamAnimation: {
|
|
318
|
+
isAnimating: boolean;
|
|
319
|
+
start: (id: string | number) => void;
|
|
320
|
+
stop: (id: string | number) => void;
|
|
321
|
+
};
|
|
317
322
|
input: InputState;
|
|
318
323
|
};
|
|
319
324
|
}
|
|
@@ -597,6 +602,7 @@ declare interface AIAgentStringSet {
|
|
|
597
602
|
conversation_list: {
|
|
598
603
|
header_title: string;
|
|
599
604
|
ended: string;
|
|
605
|
+
footer_title: string;
|
|
600
606
|
};
|
|
601
607
|
|
|
602
608
|
date_format: {
|
|
@@ -1188,6 +1194,8 @@ export declare interface FeedbackInfo {
|
|
|
1188
1194
|
|
|
1189
1195
|
export declare const FixedMessenger: ForwardRefExoticComponent<MessengerProps & RefAttributes<MessengerSessionRef>> & {
|
|
1190
1196
|
Style: (props: FixedMessengerStyleProps) => null;
|
|
1197
|
+
ConversationChildren: ({ children }: PropsWithChildren) => null;
|
|
1198
|
+
ConversationListChildren: ({ children }: PropsWithChildren) => null;
|
|
1191
1199
|
};
|
|
1192
1200
|
|
|
1193
1201
|
export declare type FixedMessengerMargin = {
|
|
@@ -1343,6 +1351,8 @@ BaseMessageProps<{
|
|
|
1343
1351
|
onFeedbackUpdate?: (params: { rating: 'good' | 'bad'; comment?: string } | null) => void;
|
|
1344
1352
|
onSubmitForm?: (params: { key: string; data: Record<string, FormFieldValue> }) => Promise<void>;
|
|
1345
1353
|
onCancelForm?: (params: { key: string }) => Promise<void>;
|
|
1354
|
+
onStreamAnimationStart?: () => void;
|
|
1355
|
+
onStreamAnimationComplete?: () => void;
|
|
1346
1356
|
|
|
1347
1357
|
// fallbacks
|
|
1348
1358
|
messageTemplateErrorFallback?: ReactNode;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as o, b as n, B as t, x as i, D as r, j as C, n as L, o as u, l as v, k as g, q as y, t as x, v as d, s as M, C as m, r as l, h as c, F as f, I as h, L as I, y as P, z as S, M as p, O as A, P as D, S as z, g as B, p as F, w as H, f as O, u as T, d as b, i as j } from "./es/
|
|
1
|
+
import { a as o, b as n, B as t, x as i, D as r, j as C, n as L, o as u, l as v, k as g, q as y, t as x, v as d, s as M, C as m, r as l, h as c, F as f, I as h, L as I, y as P, z as S, M as p, O as A, P as D, S as z, g as B, p as F, w as H, f as O, u as T, d as b, i as j } from "./es/DCVV5mpw.js";
|
|
2
2
|
import "react";
|
|
3
3
|
export {
|
|
4
4
|
o as AgentProviderContainer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sendbird/ai-agent-messenger-react",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "Delight AI Agent Messenger for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
23
|
-
"@sendbird/react-uikit-message-template-view": "0.0.
|
|
24
|
-
"@sendbird/uikit-message-template": "0.0.
|
|
25
|
-
"@sendbird/uikit-tools": "0.0.
|
|
23
|
+
"@sendbird/react-uikit-message-template-view": "0.0.20",
|
|
24
|
+
"@sendbird/uikit-message-template": "0.0.21",
|
|
25
|
+
"@sendbird/uikit-tools": "0.0.21",
|
|
26
26
|
"date-fns": "^4.1.0",
|
|
27
27
|
"dompurify": "^3.2.4",
|
|
28
28
|
"markdown-to-jsx": "^7.7.12",
|
|
29
29
|
"react-syntax-highlighter": "^15.6.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@sendbird/chat": "^4.20.
|
|
32
|
+
"@sendbird/chat": "^4.20.3",
|
|
33
33
|
"react": ">=18.0.0",
|
|
34
34
|
"react-dom": ">=18.0.0",
|
|
35
35
|
"styled-components": ">=5.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@sendbird/chat": "^4.20.
|
|
38
|
+
"@sendbird/chat": "^4.20.3",
|
|
39
39
|
"@types/react": "^19.2.2",
|
|
40
40
|
"@types/react-dom": "^19.2.2",
|
|
41
41
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"react-dom": "^19.0.0",
|
|
45
45
|
"strip-json-comments": "^5.0.1",
|
|
46
46
|
"styled-components": "^6.1.15",
|
|
47
|
-
"@sendbird/ai-agent-core": "1.10.
|
|
47
|
+
"@sendbird/ai-agent-core": "1.10.2",
|
|
48
48
|
"@sendbird/vite-tools": "0.0.1",
|
|
49
49
|
"@sendbird/config-editor": "0.1.0"
|
|
50
50
|
},
|
package/dist/cjs/BqHB7ZHq.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./CSOw9BQ8.cjs"),n=require("date-fns/locale/it"),_={conversation:{input_placeholder:"Fai una domanda",input_placeholder_disabled:"La chat non è disponibile in questo canale",input_placeholder_wait_ai_agent_response:"In attesa della risposta dell'agente...",input_placeholder_active_form:"Compila il modulo per procedere.",input_placeholder_reconnecting:"Riconnessione. Aggiorna se persiste.",unknown_message_type:"(Tipo di messaggio sconosciuto)",powered_by:"Powered by",citation_title:"Fonte",start_new_conversation_label:"Parla con un agente",failed_message_resend:"Riprova",failed_message_remove:"Rimuovi",file_upload_no_supported_files:"Nessun tipo di file supportato disponibile."},conversation_list:{header_title:"Conversazioni",ended:"Terminata"},date_format:{just_now:"Proprio ora",minutes_ago:e=>`${e} minuti fa`,hours_ago:e=>`${e} ore fa`,date_short:"dd/MM/yyyy",date_separator:"d MMMM yyyy",message_timestamp:"p"},csat:{title:"Il tuo feedback è importante per noi",submitted_label:"Inviato con successo!",cre_question:"Il tuo problema è stato risolto?",cre_positive_label:"Sì, grazie! 👍",cre_negative_label:"No, non è servito.",reason_placeholder:"Condividi il tuo feedback",question:"Come valuteresti la tua esperienza?",submit_label:"Invia",submission_expired:"Ci dispiace, il periodo per partecipare al sondaggio è terminato."},form:{optional_label:"opzionale",validation_required:"Questa domanda è obbligatoria"},common:{placeholder_something_went_wrong:"Qualcosa è andato storto",placeholder_no_messages:"Nessun messaggio",placeholder_no_conversations:"Nessuna conversazione ancora",placeholder_something_went_wrong_retry_label:"Riprova"},feedback:{title:"Invia feedback",good:"Buono",bad:"Cattivo",comment_label:"Commento (opzionale)",comment_placeholder:"Lascia un commento",cancel:"Annulla",submit:"Invia",save:"Salva",edit:"Modifica feedback",remove:"Rimuovi feedback"}},o={language:"it",strings:_,dateLocale:n.it},a=i.mapCommonStringsToReactFormat(o.strings),t={...a,HEADER_BUTTON__AGENT_HANDOFF:"Connettersi con un agente",MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES:"Seleziona un'opzione per continuare",BUTTON__CANCEL:"Annulla",BUTTON__SUBMIT:"Invia",SUBMITTED:"Inviato",TRY_AGAIN:"Per favore, riprova.",FILE_UPLOAD_NOTIFICATION__COUNT_LIMIT:"Non puoi caricare più di un'immagine.",FILE_UPLOAD_NOTIFICATION__SIZE_LIMIT:"La dimensione massima per file è di %d MB.",FILE_VIEWER__UNSUPPORT:"Messaggio non supportato",CSAT5_RATING_SCORE_1:"Terribile",CSAT5_RATING_SCORE_2:"Brutto",CSAT5_RATING_SCORE_3:"Ok",CSAT5_RATING_SCORE_4:"Buono",CSAT5_RATING_SCORE_5:"Ottimo",FORM_UNAVAILABLE:"Il modulo non è più disponibile.",FORM_NOT_SUPPORTED:"Questo modulo non è supportato nella versione attuale.",FORM_VALIDATION_MIN_LENGTH:e=>`Minimo ${e} caratteri richiesti`,FORM_VALIDATION_MAX_LENGTH:e=>`Massimo ${e} caratteri consentiti`,FORM_VALIDATION_MIN:e=>`Il valore minimo è ${e}`,FORM_VALIDATION_MAX:e=>`Il valore massimo è ${e}`,FORM_VALIDATION_MIN_SELECT:e=>`Seleziona almeno ${e} opzioni`,FORM_VALIDATION_MAX_SELECT:e=>`Seleziona al massimo ${e} opzioni`,FORM_VALIDATION_REGEX_FAILED:"Formato non valido",DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:a.DATE_FORMAT__DATE_SHORT,DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION:"HH:mm",CONVERSATION_LIST__TOPICS_FALLBACK:"Nessuna categoria",CONVERSATION_CLOSED_FOOTER_LABEL:"La tua conversazione è terminata",START_NEW_CONVERSATION:"💬 Inizia una nuova conversazione",RETURN_TO_CONVERSATION:"💬 Torna alla conversazione",BUTTON__SAVE:"Salva",BUTTON__OK:"OK",NO_NAME:"(Senza nome)",CHANNEL_FROZEN:"Canale bloccato"},s={language:o.language,dateLocale:o.dateLocale,stringSet:t};exports.default=s;
|
package/dist/cjs/ByqeB5kl.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("./CSOw9BQ8.cjs"),r=require("date-fns/locale/de"),a={conversation:{input_placeholder:"Eine Frage stellen",input_placeholder_disabled:"Chat ist in diesem Kanal nicht verfügbar",input_placeholder_wait_ai_agent_response:"Warten auf die Antwort des Agenten...",input_placeholder_active_form:"Bitte fülle das Formular aus, um fortzufahren.",input_placeholder_reconnecting:"Neu verbinden. Aktualisieren falls anhaltend.",unknown_message_type:"(Unbekannter Nachrichtentyp)",powered_by:"Unterstützt von",citation_title:"Quelle",start_new_conversation_label:"Mit Agent sprechen",failed_message_resend:"Erneut versuchen",failed_message_remove:"Entfernen",file_upload_no_supported_files:"Keine unterstützten Dateitypen verfügbar."},conversation_list:{header_title:"Gespräche",ended:"Beendet"},date_format:{just_now:"Gerade eben",minutes_ago:e=>`Vor ${e} Minuten`,hours_ago:e=>`Vor ${e} Stunden`,date_short:"dd.MM.yyyy",date_separator:"d. MMMM yyyy",message_timestamp:"p"},csat:{title:"Ihr Feedback ist uns wichtig",submitted_label:"Erfolgreich gesendet!",cre_question:"Wurde Ihr Problem gelöst?",cre_positive_label:"Ja, danke! 👍",cre_negative_label:"Nein, das hat nicht geholfen.",reason_placeholder:"Dein Feedback teilen",question:"Wie würden Sie Ihre Erfahrung bewerten?",submit_label:"Absenden",submission_expired:"Die Umfrage ist leider nicht mehr verfügbar."},form:{optional_label:"optional",validation_required:"Diese Frage ist erforderlich"},common:{placeholder_something_went_wrong:"Etwas ist schiefgelaufen",placeholder_no_messages:"Keine Nachrichten",placeholder_no_conversations:"Noch keine Unterhaltungen",placeholder_something_went_wrong_retry_label:"Erneut versuchen"},feedback:{title:"Feedback senden",good:"Gut",bad:"Schlecht",comment_label:"Kommentar (optional)",comment_placeholder:"Hinterlasse einen Kommentar",cancel:"Abbrechen",submit:"Senden",save:"Speichern",edit:"Feedback bearbeiten",remove:"Feedback entfernen"}},n={language:"de",strings:a,dateLocale:r.de},t=_.mapCommonStringsToReactFormat(n.strings),i={...t,HEADER_BUTTON__AGENT_HANDOFF:"Mit einem Agenten verbinden",MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES:"Wählen Sie eine Option zum Fortfahren",BUTTON__CANCEL:"Abbrechen",BUTTON__SUBMIT:"Absenden",SUBMITTED:"Gesendet",TRY_AGAIN:"Bitte versuche es erneut.",FILE_UPLOAD_NOTIFICATION__COUNT_LIMIT:"Du kannst nicht mehr als ein Bild hochladen.",FILE_UPLOAD_NOTIFICATION__SIZE_LIMIT:"Die maximale Dateigröße beträgt %d MB.",FILE_VIEWER__UNSUPPORT:"Nicht unterstützte Nachricht",CSAT5_RATING_SCORE_1:"Schrecklich",CSAT5_RATING_SCORE_2:"Schlecht",CSAT5_RATING_SCORE_3:"Okay",CSAT5_RATING_SCORE_4:"Gut",CSAT5_RATING_SCORE_5:"Großartig",FORM_UNAVAILABLE:"Das Formular ist nicht mehr verfügbar.",FORM_NOT_SUPPORTED:"Dieses Formular wird in der aktuellen Version nicht unterstützt.",FORM_VALIDATION_MIN_LENGTH:e=>`Mindestens ${e} Zeichen erforderlich`,FORM_VALIDATION_MAX_LENGTH:e=>`Maximal ${e} Zeichen erlaubt`,FORM_VALIDATION_MIN:e=>`Mindestwert ist ${e}`,FORM_VALIDATION_MAX:e=>`Maximalwert ist ${e}`,FORM_VALIDATION_MIN_SELECT:e=>`Wähle mindestens ${e} Optionen`,FORM_VALIDATION_MAX_SELECT:e=>`Wähle höchstens ${e} Optionen`,FORM_VALIDATION_REGEX_FAILED:"Ungültiges Format",DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:t.DATE_FORMAT__DATE_SHORT,DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION:"HH:mm",CONVERSATION_LIST__TOPICS_FALLBACK:"Keine Kategorie",CONVERSATION_CLOSED_FOOTER_LABEL:"Deine Unterhaltung wurde beendet",START_NEW_CONVERSATION:"💬 Neue Unterhaltung starten",RETURN_TO_CONVERSATION:"💬 Zurück zur Unterhaltung",BUTTON__SAVE:"Speichern",BUTTON__OK:"OK",NO_NAME:"(Kein Name)",CHANNEL_FROZEN:"Kanal eingefroren"},s={language:n.language,dateLocale:n.dateLocale,stringSet:i};exports.default=s;
|