@sendbird/ai-agent-messenger-react 1.25.0 → 1.26.0

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.
@@ -1,6 +1,6 @@
1
- import { fr as r } from "date-fns/locale/fr";
2
- import { m as t } from "../index.js";
3
- const o = {
1
+ import { fr as t } from "date-fns/locale/fr";
2
+ import { m as o } from "../index.js";
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",
@@ -48,6 +48,10 @@ const o = {
48
48
  a11y_file_image: (e) => `Fichier image : ${e}`,
49
49
  a11y_file_video: (e) => `Fichier vidéo : ${e}`,
50
50
  a11y_file_document: (e) => `Fichier document : ${e}`,
51
+ a11y_received_file_image: "Fichier image",
52
+ a11y_received_file_video: "Fichier vidéo",
53
+ a11y_received_file_pdf: (e) => `Fichier PDF : ${e}`,
54
+ a11y_received_files_image_count: (e) => `${e} image${e === 1 ? "" : "s"}`,
51
55
  a11y_screen_conversation: "Conversation",
52
56
  a11y_screen_conversation_with_agent: (e) => `Conversation avec ${e}`,
53
57
  a11y_screen_conversation_list_no_count: "Liste des conversations",
@@ -81,7 +85,7 @@ const o = {
81
85
  system_message: "Message système",
82
86
  footer_title: "Démarrer une conversation",
83
87
  multiple_files_count: (e) => `${e} fichier${e === 1 ? "" : "s"}`,
84
- a11y_conversation_item: (e, a, _, n) => `${e}, ${a}, ${_}, ${n} message${n === 1 ? "" : "s"} non lu${n === 1 ? "" : "s"}`
88
+ a11y_conversation_item: (e, a, r, s) => `${e}, ${a}, ${r}, ${s} message${s === 1 ? "" : "s"} non lu${s === 1 ? "" : "s"}`
85
89
  },
86
90
  date_format: {
87
91
  just_now: "À l'instant",
@@ -101,7 +105,7 @@ const o = {
101
105
  question: "Comment évalueriez-vous votre expérience ?",
102
106
  submit_label: "Envoyer",
103
107
  submission_expired: "Désolé, la période de l'enquête est terminée.",
104
- a11y_rating_label: (e, a) => `${e} sur 5 — ${a}`,
108
+ a11y_csat_rating_label: (e, a) => `${e} sur 5 — ${a}`,
105
109
  a11y_hint_select_rating: "Sélectionne cette note"
106
110
  },
107
111
  form: {
@@ -134,15 +138,32 @@ const o = {
134
138
  confirm_cancel: "Annuler",
135
139
  confirm_handoff: "Transférer"
136
140
  },
141
+ memory: {
142
+ dialog_title: "Mémoire utilisateur",
143
+ desc_on: "La mémoire est **activée**. Elle mémorise votre historique de conversation pour fournir des réponses personnalisées adaptées à vos questions et préférences précédentes.",
144
+ desc_off: "La mémoire est **désactivée**. Si elle est activée, elle mémorisera votre historique de conversation pour fournir des réponses personnalisées adaptées à vos questions et préférences précédentes.",
145
+ button_use: "Utiliser",
146
+ button_dont_use: "Ne pas utiliser",
147
+ button_keep_using: "Continuer à utiliser",
148
+ button_disable: "Désactiver",
149
+ button_disable_and_delete: "Désactiver et supprimer la mémoire",
150
+ button_keep_off: "Garder désactivée",
151
+ button_enable: "Activer la mémoire",
152
+ button_cancel: "Annuler",
153
+ error_message: "Échec de la mise à jour de l'état de la mémoire. Veuillez réessayer.",
154
+ a11y_indicator_manage: "Gérer la mémoire",
155
+ a11y_indicator_on: "La mémoire est activée",
156
+ a11y_indicator_off: "La mémoire est désactivée"
157
+ },
137
158
  connection_delay: {
138
159
  title: "Un problème est survenu. Vous serez reconnecté sous peu.",
139
160
  description: (e) => `Temps d'attente estimé : ${e}`
140
161
  }
141
- }, s = {
162
+ }, n = {
142
163
  language: "fr",
143
- strings: o,
144
- dateLocale: r
145
- }, i = t(s.strings), l = {
164
+ strings: _,
165
+ dateLocale: t
166
+ }, i = o(n.strings), l = {
146
167
  ...i,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "Se connecter avec un agent",
@@ -160,10 +181,8 @@ const o = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "Message non pris en charge",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "Joindre un fichier",
164
184
  A11Y_FILE_SELECTED: (e) => `${e}, sélectionné`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (e) => `Supprimer le fichier : ${e}`,
166
- A11Y_CSAT_RATING_LABEL: (e, a) => `${e} — ${a}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "Options de téléchargement de fichiers",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "Options du message échoué",
169
188
  A11Y_FEEDBACK_OPTIONS: "Options de commentaires",
@@ -197,8 +216,8 @@ const o = {
197
216
  /** @deprecated Unused string **/
198
217
  CHANNEL_FROZEN: "Canal gelé"
199
218
  }, u = {
200
- language: s.language,
201
- dateLocale: s.dateLocale,
219
+ language: n.language,
220
+ dateLocale: n.dateLocale,
202
221
  stringSet: l
203
222
  };
204
223
  export {
@@ -1,6 +1,6 @@
1
1
  import { tr as t } from "date-fns/locale/tr";
2
- import { m as s } from "../index.js";
3
- const l = {
2
+ import { m as l } from "../index.js";
3
+ const s = {
4
4
  conversation: {
5
5
  input_placeholder: "Bir soru sor",
6
6
  input_placeholder_disabled: "Bu kanalda sohbet mevcut değil",
@@ -48,6 +48,10 @@ const l = {
48
48
  a11y_file_image: (e) => `Görsel dosya: ${e}`,
49
49
  a11y_file_video: (e) => `Video dosya: ${e}`,
50
50
  a11y_file_document: (e) => `Belge dosya: ${e}`,
51
+ a11y_received_file_image: "Görsel dosya",
52
+ a11y_received_file_video: "Video dosya",
53
+ a11y_received_file_pdf: (e) => `PDF dosyası: ${e}`,
54
+ a11y_received_files_image_count: (e) => `${e} görsel`,
51
55
  a11y_screen_conversation: "Konuşma",
52
56
  a11y_screen_conversation_with_agent: (e) => `${e} ile konuşma`,
53
57
  a11y_screen_conversation_list_no_count: "Konuşma listesi",
@@ -101,7 +105,7 @@ const l = {
101
105
  question: "Deneyiminizi nasıl değerlendirirsiniz?",
102
106
  submit_label: "Gönder",
103
107
  submission_expired: "Üzgünüz, anket süresi sona erdi.",
104
- a11y_rating_label: (e, a) => `5 üzerinden ${e} — ${a}`,
108
+ a11y_csat_rating_label: (e, a) => `5 üzerinden ${e} — ${a}`,
105
109
  a11y_hint_select_rating: "Bu değerlendirmeyi seçer"
106
110
  },
107
111
  form: {
@@ -134,16 +138,33 @@ const l = {
134
138
  confirm_cancel: "İptal",
135
139
  confirm_handoff: "Aktar"
136
140
  },
141
+ memory: {
142
+ dialog_title: "Kullanıcı belleği",
143
+ desc_on: "Bellek **açık**. Önceki sorularınıza ve tercihlerinize göre kişiselleştirilmiş yanıtlar sunmak için konuşma geçmişinizi hatırlar.",
144
+ desc_off: "Bellek **kapalı**. Açıldığında, önceki sorularınıza ve tercihlerinize göre kişiselleştirilmiş yanıtlar sunmak için konuşma geçmişinizi hatırlayacak.",
145
+ button_use: "Kullan",
146
+ button_dont_use: "Kullanma",
147
+ button_keep_using: "Kullanmaya devam et",
148
+ button_disable: "Devre dışı bırak",
149
+ button_disable_and_delete: "Devre dışı bırak ve belleği sil",
150
+ button_keep_off: "Kapalı tut",
151
+ button_enable: "Belleği etkinleştir",
152
+ button_cancel: "İptal",
153
+ error_message: "Bellek durumu güncellenemedi. Lütfen tekrar deneyin.",
154
+ a11y_indicator_manage: "Belleği yönet",
155
+ a11y_indicator_on: "Bellek açık",
156
+ a11y_indicator_off: "Bellek kapalı"
157
+ },
137
158
  connection_delay: {
138
159
  title: "Bir şeyler ters gitti. Kısa süre içinde yeniden bağlanacaksınız.",
139
160
  description: (e) => `Tahmini bekleme süresi: ${e}`
140
161
  }
141
- }, _ = {
162
+ }, i = {
142
163
  language: "tr",
143
- strings: l,
164
+ strings: s,
144
165
  dateLocale: t
145
- }, i = s(_.strings), o = {
146
- ...i,
166
+ }, _ = l(i.strings), o = {
167
+ ..._,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "Bir temsilciyle bağlan",
149
170
  // Message Input
@@ -160,10 +181,8 @@ const l = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "Desteklenmeyen mesaj",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "Dosya ekle",
164
184
  A11Y_FILE_SELECTED: (e) => `${e}, seçili`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (e) => `Dosyayı kaldır: ${e}`,
166
- A11Y_CSAT_RATING_LABEL: (e, a) => `${e} — ${a}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "Dosya yükleme seçenekleri",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "Başarısız mesaj seçenekleri",
169
188
  A11Y_FEEDBACK_OPTIONS: "Geri bildirim seçenekleri",
@@ -179,7 +198,7 @@ const l = {
179
198
  FORM_VALIDATION_MAX_SELECT: (e) => `En fazla ${e} seçenek seçin`,
180
199
  FORM_VALIDATION_REGEX_FAILED: "Geçersiz format",
181
200
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
182
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: i.DATE_FORMAT__DATE_SHORT,
201
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: _.DATE_FORMAT__DATE_SHORT,
183
202
  /** @deprecated Unused string **/
184
203
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
185
204
  /** @deprecated Unused string **/
@@ -197,8 +216,8 @@ const l = {
197
216
  /** @deprecated Unused string **/
198
217
  CHANNEL_FROZEN: "Kanal dondu"
199
218
  }, y = {
200
- language: _.language,
201
- dateLocale: _.dateLocale,
219
+ language: i.language,
220
+ dateLocale: i.dateLocale,
202
221
  stringSet: o
203
222
  };
204
223
  export {
@@ -1,5 +1,5 @@
1
- import { hi as s } from "date-fns/locale/hi";
2
- import { m as i } from "../index.js";
1
+ import { hi as i } from "date-fns/locale/hi";
2
+ import { m as s } from "../index.js";
3
3
  const l = {
4
4
  conversation: {
5
5
  input_placeholder: "एक प्रश्न पूछें",
@@ -48,6 +48,10 @@ const l = {
48
48
  a11y_file_image: (_) => `छवि फ़ाइल: ${_}`,
49
49
  a11y_file_video: (_) => `वीडियो फ़ाइल: ${_}`,
50
50
  a11y_file_document: (_) => `दस्तावेज़ फ़ाइल: ${_}`,
51
+ a11y_received_file_image: "छवि फ़ाइल",
52
+ a11y_received_file_video: "वीडियो फ़ाइल",
53
+ a11y_received_file_pdf: (_) => `PDF फ़ाइल: ${_}`,
54
+ a11y_received_files_image_count: (_) => `${_} छवि${_ === 1 ? "" : "याँ"}`,
51
55
  a11y_screen_conversation: "बातचीत",
52
56
  a11y_screen_conversation_with_agent: (_) => `${_} के साथ बातचीत`,
53
57
  a11y_screen_conversation_list_no_count: "बातचीत सूची",
@@ -81,7 +85,7 @@ const l = {
81
85
  system_message: "सिस्टम संदेश",
82
86
  footer_title: "एक बातचीत शुरू करें",
83
87
  multiple_files_count: (_) => `${_} ${_ === 1 ? "फ़ाइल" : "फ़ाइलें"}`,
84
- a11y_conversation_item: (_, e, t, o) => `${_}, ${e}, ${t}, ${o} अपठित संदेश`
88
+ a11y_conversation_item: (_, e, n, o) => `${_}, ${e}, ${n}, ${o} अपठित संदेश`
85
89
  },
86
90
  date_format: {
87
91
  just_now: "अभी",
@@ -101,7 +105,7 @@ const l = {
101
105
  question: "आप अपने अनुभव का मूल्यांकन कैसे करेंगे?",
102
106
  submit_label: "सबमिट करें",
103
107
  submission_expired: "क्षमा करें, सर्वेक्षण अवधि समाप्त हो गई है।",
104
- a11y_rating_label: (_, e) => `5 में से ${_} — ${e}`,
108
+ a11y_csat_rating_label: (_, e) => `5 में से ${_} — ${e}`,
105
109
  a11y_hint_select_rating: "इस रेटिंग को चुनता है"
106
110
  },
107
111
  form: {
@@ -134,6 +138,23 @@ const l = {
134
138
  confirm_cancel: "रद्द करें",
135
139
  confirm_handoff: "हैंडऑफ़"
136
140
  },
141
+ memory: {
142
+ dialog_title: "उपयोगकर्ता मेमोरी",
143
+ desc_on: "मेमोरी **चालू है**। यह आपके पिछले प्रश्नों और प्राथमिकताओं के अनुरूप व्यक्तिगत उत्तर देने के लिए आपके बातचीत इतिहास को याद रखती है।",
144
+ desc_off: "मेमोरी **बंद है**। चालू करने पर, यह आपके पिछले प्रश्नों और प्राथमिकताओं के अनुरूप व्यक्तिगत उत्तर देने के लिए आपके बातचीत इतिहास को याद रखेगी।",
145
+ button_use: "उपयोग करें",
146
+ button_dont_use: "उपयोग न करें",
147
+ button_keep_using: "उपयोग करते रहें",
148
+ button_disable: "अक्षम करें",
149
+ button_disable_and_delete: "अक्षम करें और मेमोरी हटाएं",
150
+ button_keep_off: "बंद रखें",
151
+ button_enable: "मेमोरी सक्षम करें",
152
+ button_cancel: "रद्द करें",
153
+ error_message: "मेमोरी स्थिति अपडेट करने में विफल। कृपया पुनः प्रयास करें।",
154
+ a11y_indicator_manage: "मेमोरी प्रबंधित करें",
155
+ a11y_indicator_on: "मेमोरी चालू है",
156
+ a11y_indicator_off: "मेमोरी बंद है"
157
+ },
137
158
  connection_delay: {
138
159
  title: "कुछ गलत हो गया। आप शीघ्र ही पुन: कनेक्ट हो जाएंगे।",
139
160
  description: (_) => `अनुमानित प्रतीक्षा समय: ${_}`
@@ -141,9 +162,9 @@ const l = {
141
162
  }, a = {
142
163
  language: "hi",
143
164
  strings: l,
144
- dateLocale: s
145
- }, n = i(a.strings), r = {
146
- ...n,
165
+ dateLocale: i
166
+ }, t = s(a.strings), r = {
167
+ ...t,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "एजेंट से कनेक्ट करें",
149
170
  // Message Input
@@ -160,10 +181,8 @@ const l = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "असमर्थित संदेश",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "फ़ाइल संलग्न करें",
164
184
  A11Y_FILE_SELECTED: (_) => `${_}, चयनित`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (_) => `फ़ाइल हटाएँ: ${_}`,
166
- A11Y_CSAT_RATING_LABEL: (_, e) => `${_} — ${e}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "फ़ाइल अपलोड विकल्प",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "विफल संदेश विकल्प",
169
188
  A11Y_FEEDBACK_OPTIONS: "प्रतिक्रिया विकल्प",
@@ -179,7 +198,7 @@ const l = {
179
198
  FORM_VALIDATION_MAX_SELECT: (_) => `अधिकतम ${_} विकल्प चुनें`,
180
199
  FORM_VALIDATION_REGEX_FAILED: "गलत प्रारूप",
181
200
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
182
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
201
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: t.DATE_FORMAT__DATE_SHORT,
183
202
  /** @deprecated Unused string **/
184
203
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
185
204
  /** @deprecated Unused string **/
@@ -196,11 +215,11 @@ const l = {
196
215
  NO_NAME: "(कोई नाम नहीं)",
197
216
  /** @deprecated Unused string **/
198
217
  CHANNEL_FROZEN: "चैनल फ्रीज हो गया"
199
- }, d = {
218
+ }, m = {
200
219
  language: a.language,
201
220
  dateLocale: a.dateLocale,
202
221
  stringSet: r
203
222
  };
204
223
  export {
205
- d as default
224
+ m as default
206
225
  };
@@ -48,6 +48,10 @@ const t = {
48
48
  a11y_file_image: (e) => `Arquivo de imagem: ${e}`,
49
49
  a11y_file_video: (e) => `Arquivo de vídeo: ${e}`,
50
50
  a11y_file_document: (e) => `Arquivo de documento: ${e}`,
51
+ a11y_received_file_image: "Arquivo de imagem",
52
+ a11y_received_file_video: "Arquivo de vídeo",
53
+ a11y_received_file_pdf: (e) => `Arquivo PDF: ${e}`,
54
+ a11y_received_files_image_count: (e) => `${e} ${e === 1 ? "imagem" : "imagens"}`,
51
55
  a11y_screen_conversation: "Conversa",
52
56
  a11y_screen_conversation_with_agent: (e) => `Conversa com ${e}`,
53
57
  a11y_screen_conversation_list_no_count: "Lista de conversas",
@@ -81,7 +85,7 @@ const t = {
81
85
  system_message: "Mensagem do sistema",
82
86
  footer_title: "Iniciar uma conversa",
83
87
  multiple_files_count: (e) => `${e} ${e === 1 ? "arquivo" : "arquivos"}`,
84
- a11y_conversation_item: (e, a, s, _) => `${e}, ${a}, ${s}, ${_} ${_ === 1 ? "mensagem não lida" : "mensagens não lidas"}`
88
+ a11y_conversation_item: (e, a, s, n) => `${e}, ${a}, ${s}, ${n} ${n === 1 ? "mensagem não lida" : "mensagens não lidas"}`
85
89
  },
86
90
  date_format: {
87
91
  just_now: "Agora mesmo",
@@ -101,7 +105,7 @@ const t = {
101
105
  question: "Como você avaliaria sua experiência?",
102
106
  submit_label: "Enviar",
103
107
  submission_expired: "Desculpe, o período da pesquisa foi encerrado.",
104
- a11y_rating_label: (e, a) => `${e} de 5 — ${a}`,
108
+ a11y_csat_rating_label: (e, a) => `${e} de 5 — ${a}`,
105
109
  a11y_hint_select_rating: "Seleciona esta avaliação"
106
110
  },
107
111
  form: {
@@ -134,6 +138,23 @@ const t = {
134
138
  confirm_cancel: "Cancelar",
135
139
  confirm_handoff: "Transferir"
136
140
  },
141
+ memory: {
142
+ dialog_title: "Memória do usuário",
143
+ desc_on: "A memória está **ativada**. Ela lembra do seu histórico de conversa para fornecer respostas personalizadas adaptadas às suas perguntas e preferências anteriores.",
144
+ desc_off: "A memória está **desativada**. Se ativada, lembrará do seu histórico de conversa para fornecer respostas personalizadas adaptadas às suas perguntas e preferências anteriores.",
145
+ button_use: "Usar",
146
+ button_dont_use: "Não usar",
147
+ button_keep_using: "Continuar usando",
148
+ button_disable: "Desativar",
149
+ button_disable_and_delete: "Desativar e excluir memória",
150
+ button_keep_off: "Manter desativada",
151
+ button_enable: "Ativar memória",
152
+ button_cancel: "Cancelar",
153
+ error_message: "Falha ao atualizar o estado da memória. Tente novamente.",
154
+ a11y_indicator_manage: "Gerenciar memória",
155
+ a11y_indicator_on: "Memória ativada",
156
+ a11y_indicator_off: "Memória desativada"
157
+ },
137
158
  connection_delay: {
138
159
  title: "Algo deu errado. Você será reconectado em breve.",
139
160
  description: (e) => `Tempo estimado de espera: ${e}`
@@ -142,8 +163,8 @@ const t = {
142
163
  language: "pt",
143
164
  strings: t,
144
165
  dateLocale: r
145
- }, n = i(o.strings), c = {
146
- ...n,
166
+ }, _ = i(o.strings), m = {
167
+ ..._,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "Conectar-se com um agente",
149
170
  // Message Input
@@ -160,10 +181,8 @@ const t = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "Mensagem não suportada",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "Anexar arquivo",
164
184
  A11Y_FILE_SELECTED: (e) => `${e}, selecionado`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (e) => `Remover arquivo: ${e}`,
166
- A11Y_CSAT_RATING_LABEL: (e, a) => `${e} — ${a}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "Opções de upload de arquivo",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "Opções de mensagem com falha",
169
188
  A11Y_FEEDBACK_OPTIONS: "Opções de feedback",
@@ -179,7 +198,7 @@ const t = {
179
198
  FORM_VALIDATION_MAX_SELECT: (e) => `Selecione no máximo ${e} opções`,
180
199
  FORM_VALIDATION_REGEX_FAILED: "Formato inválido",
181
200
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
182
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
201
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: _.DATE_FORMAT__DATE_SHORT,
183
202
  /** @deprecated Unused string **/
184
203
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
185
204
  /** @deprecated Unused string **/
@@ -199,7 +218,7 @@ const t = {
199
218
  }, l = {
200
219
  language: o.language,
201
220
  dateLocale: o.dateLocale,
202
- stringSet: c
221
+ stringSet: m
203
222
  };
204
223
  export {
205
224
  l as default
@@ -1,5 +1,5 @@
1
- import { es as s } from "date-fns/locale/es";
2
- import { m as r } from "../index.js";
1
+ import { es as r } from "date-fns/locale/es";
2
+ import { m as _ } from "../index.js";
3
3
  const t = {
4
4
  conversation: {
5
5
  input_placeholder: "Hacer una pregunta",
@@ -48,6 +48,10 @@ const t = {
48
48
  a11y_file_image: (e) => `Archivo de imagen: ${e}`,
49
49
  a11y_file_video: (e) => `Archivo de video: ${e}`,
50
50
  a11y_file_document: (e) => `Archivo de documento: ${e}`,
51
+ a11y_received_file_image: "Archivo de imagen",
52
+ a11y_received_file_video: "Archivo de video",
53
+ a11y_received_file_pdf: (e) => `Archivo PDF: ${e}`,
54
+ a11y_received_files_image_count: (e) => `${e} ${e === 1 ? "imagen" : "imágenes"}`,
51
55
  a11y_screen_conversation: "Conversación",
52
56
  a11y_screen_conversation_with_agent: (e) => `Conversación con ${e}`,
53
57
  a11y_screen_conversation_list_no_count: "Lista de conversaciones",
@@ -81,7 +85,7 @@ const t = {
81
85
  system_message: "Mensaje del sistema",
82
86
  footer_title: "Iniciar una conversación",
83
87
  multiple_files_count: (e) => `${e} ${e === 1 ? "archivo" : "archivos"}`,
84
- a11y_conversation_item: (e, a, _, n) => `${e}, ${a}, ${_}, ${n} mensaje${n === 1 ? "" : "s"} sin leer`
88
+ a11y_conversation_item: (e, a, s, n) => `${e}, ${a}, ${s}, ${n} mensaje${n === 1 ? "" : "s"} sin leer`
85
89
  },
86
90
  date_format: {
87
91
  just_now: "Ahora mismo",
@@ -101,7 +105,7 @@ const t = {
101
105
  question: "¿Cómo calificarías tu experiencia?",
102
106
  submit_label: "Enviar",
103
107
  submission_expired: "Lo sentimos, el período de la encuesta ha terminado.",
104
- a11y_rating_label: (e, a) => `${e} de 5 — ${a}`,
108
+ a11y_csat_rating_label: (e, a) => `${e} de 5 — ${a}`,
105
109
  a11y_hint_select_rating: "Selecciona esta calificación"
106
110
  },
107
111
  form: {
@@ -134,6 +138,23 @@ const t = {
134
138
  confirm_cancel: "Cancelar",
135
139
  confirm_handoff: "Transferir"
136
140
  },
141
+ memory: {
142
+ dialog_title: "Memoria de usuario",
143
+ desc_on: "La memoria está **activada**. Recuerda tu historial de conversación para ofrecer respuestas personalizadas adaptadas a tus preguntas y preferencias anteriores.",
144
+ desc_off: "La memoria está **desactivada**. Si se activa, recordará tu historial de conversación para ofrecer respuestas personalizadas adaptadas a tus preguntas y preferencias anteriores.",
145
+ button_use: "Usar",
146
+ button_dont_use: "No usar",
147
+ button_keep_using: "Seguir usando",
148
+ button_disable: "Desactivar",
149
+ button_disable_and_delete: "Desactivar y eliminar memoria",
150
+ button_keep_off: "Mantener desactivada",
151
+ button_enable: "Activar memoria",
152
+ button_cancel: "Cancelar",
153
+ error_message: "No se pudo actualizar el estado de la memoria. Inténtalo de nuevo.",
154
+ a11y_indicator_manage: "Administrar memoria",
155
+ a11y_indicator_on: "La memoria está activada",
156
+ a11y_indicator_off: "La memoria está desactivada"
157
+ },
137
158
  connection_delay: {
138
159
  title: "Algo salió mal. Se reconectará en breve.",
139
160
  description: (e) => `Tiempo estimado de espera: ${e}`
@@ -141,8 +162,8 @@ const t = {
141
162
  }, o = {
142
163
  language: "es",
143
164
  strings: t,
144
- dateLocale: s
145
- }, i = r(o.strings), c = {
165
+ dateLocale: r
166
+ }, i = _(o.strings), c = {
146
167
  ...i,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "Conectarse con un agente",
@@ -160,10 +181,8 @@ const t = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "Mensaje no compatible",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "Adjuntar archivo",
164
184
  A11Y_FILE_SELECTED: (e) => `${e}, seleccionado`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (e) => `Eliminar archivo: ${e}`,
166
- A11Y_CSAT_RATING_LABEL: (e, a) => `${e} — ${a}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "Opciones de carga de archivos",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "Opciones de mensaje fallido",
169
188
  A11Y_FEEDBACK_OPTIONS: "Opciones de comentarios",
@@ -48,6 +48,10 @@ const o = {
48
48
  a11y_file_image: (e) => `Bilddatei: ${e}`,
49
49
  a11y_file_video: (e) => `Videodatei: ${e}`,
50
50
  a11y_file_document: (e) => `Dokumentdatei: ${e}`,
51
+ a11y_received_file_image: "Bilddatei",
52
+ a11y_received_file_video: "Videodatei",
53
+ a11y_received_file_pdf: (e) => `PDF-Datei: ${e}`,
54
+ a11y_received_files_image_count: (e) => `${e} ${e === 1 ? "Bild" : "Bilder"}`,
51
55
  a11y_screen_conversation: "Konversation",
52
56
  a11y_screen_conversation_with_agent: (e) => `Konversation mit ${e}`,
53
57
  a11y_screen_conversation_list_no_count: "Konversationsliste",
@@ -81,7 +85,7 @@ const o = {
81
85
  system_message: "Systemnachricht",
82
86
  footer_title: "Ein Gespräch starten",
83
87
  multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`,
84
- a11y_conversation_item: (e, n, _, a) => `${e}, ${n}, ${_}, ${a} ungelesene ${a === 1 ? "Nachricht" : "Nachrichten"}`
88
+ a11y_conversation_item: (e, n, _, i) => `${e}, ${n}, ${_}, ${i} ungelesene ${i === 1 ? "Nachricht" : "Nachrichten"}`
85
89
  },
86
90
  date_format: {
87
91
  just_now: "Gerade eben",
@@ -101,7 +105,7 @@ const o = {
101
105
  question: "Wie würden Sie Ihre Erfahrung bewerten?",
102
106
  submit_label: "Absenden",
103
107
  submission_expired: "Die Umfrage ist leider nicht mehr verfügbar.",
104
- a11y_rating_label: (e, n) => `${e} von 5 — ${n}`,
108
+ a11y_csat_rating_label: (e, n) => `${e} von 5 — ${n}`,
105
109
  a11y_hint_select_rating: "Wählt diese Bewertung aus"
106
110
  },
107
111
  form: {
@@ -134,6 +138,23 @@ const o = {
134
138
  confirm_cancel: "Abbrechen",
135
139
  confirm_handoff: "Weiterleiten"
136
140
  },
141
+ memory: {
142
+ dialog_title: "Nutzerspeicher",
143
+ desc_on: "Der Speicher ist **aktiviert**. Er merkt sich Ihren Gesprächsverlauf, um personalisierte Antworten basierend auf Ihren bisherigen Fragen und Präferenzen zu liefern.",
144
+ desc_off: "Der Speicher ist **deaktiviert**. Wenn aktiviert, merkt er sich Ihren Gesprächsverlauf, um personalisierte Antworten basierend auf Ihren bisherigen Fragen und Präferenzen zu liefern.",
145
+ button_use: "Verwenden",
146
+ button_dont_use: "Nicht verwenden",
147
+ button_keep_using: "Weiter verwenden",
148
+ button_disable: "Deaktivieren",
149
+ button_disable_and_delete: "Deaktivieren und Speicher löschen",
150
+ button_keep_off: "Aus lassen",
151
+ button_enable: "Speicher aktivieren",
152
+ button_cancel: "Abbrechen",
153
+ error_message: "Speicherstatus konnte nicht aktualisiert werden. Bitte versuchen Sie es erneut.",
154
+ a11y_indicator_manage: "Speicher verwalten",
155
+ a11y_indicator_on: "Speicher ist aktiviert",
156
+ a11y_indicator_off: "Speicher ist deaktiviert"
157
+ },
137
158
  connection_delay: {
138
159
  title: "Etwas ist schiefgelaufen. Sie werden in Kürze wieder verbunden.",
139
160
  description: (e) => `Geschätzte Wartezeit: ${e}`
@@ -142,8 +163,8 @@ const o = {
142
163
  language: "de",
143
164
  strings: o,
144
165
  dateLocale: r
145
- }, i = s(t.strings), l = {
146
- ...i,
166
+ }, a = s(t.strings), c = {
167
+ ...a,
147
168
  // Channel Header
148
169
  HEADER_BUTTON__AGENT_HANDOFF: "Mit einem Agenten verbinden",
149
170
  // Message Input
@@ -160,10 +181,8 @@ const o = {
160
181
  // File Viewer
161
182
  FILE_VIEWER__UNSUPPORT: "Nicht unterstützte Nachricht",
162
183
  // Accessibility
163
- A11Y_ATTACH_FILE: "Datei anhängen",
164
184
  A11Y_FILE_SELECTED: (e) => `${e}, ausgewählt`,
165
185
  A11Y_FILE_REMOVE_BUTTON: (e) => `Datei entfernen: ${e}`,
166
- A11Y_CSAT_RATING_LABEL: (e, n) => `${e} — ${n}`,
167
186
  A11Y_FILE_UPLOAD_OPTIONS: "Datei-Upload-Optionen",
168
187
  A11Y_FAILED_MESSAGE_OPTIONS: "Optionen für fehlgeschlagene Nachricht",
169
188
  A11Y_FEEDBACK_OPTIONS: "Feedback-Optionen",
@@ -179,7 +198,7 @@ const o = {
179
198
  FORM_VALIDATION_MAX_SELECT: (e) => `Wähle höchstens ${e} Optionen`,
180
199
  FORM_VALIDATION_REGEX_FAILED: "Ungültiges Format",
181
200
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
182
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: i.DATE_FORMAT__DATE_SHORT,
201
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: a.DATE_FORMAT__DATE_SHORT,
183
202
  /** @deprecated Unused string **/
184
203
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
185
204
  /** @deprecated Unused string **/
@@ -199,7 +218,7 @@ const o = {
199
218
  }, h = {
200
219
  language: t.language,
201
220
  dateLocale: t.dateLocale,
202
- stringSet: l
221
+ stringSet: c
203
222
  };
204
223
  export {
205
224
  h as default