@sendbird/ai-agent-messenger-react 1.21.2 → 1.22.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,9 +1,10 @@
1
- import { it as i } from "date-fns/locale/it";
2
- import { m as _ } from "../index.js";
3
- const n = {
1
+ import { it as s } from "date-fns/locale/it";
2
+ import { m as t } from "../index.js";
3
+ const r = {
4
4
  conversation: {
5
5
  input_placeholder: "Fai una domanda",
6
6
  input_placeholder_disabled: "La chat non è disponibile in questo canale",
7
+ input_placeholder_steward: "Elaborazione della richiesta...",
7
8
  input_placeholder_wait_ai_agent_response: "In attesa della risposta dell'agente...",
8
9
  input_placeholder_active_form: "Compila il modulo per procedere.",
9
10
  input_placeholder_reconnecting: "Riconnessione. Aggiorna se persiste.",
@@ -19,13 +20,59 @@ const n = {
19
20
  a11y_message_list: "Messaggi della chat",
20
21
  a11y_scroll_to_bottom: "Scorri in basso",
21
22
  a11y_scroll_to_new_messages: "Scorri ai nuovi messaggi",
22
- a11y_open_conversation_list: "Apri elenco conversazioni"
23
+ a11y_open_conversation_list: "Apri elenco conversazioni",
24
+ a11y_open_conversation: "Apri conversazione",
25
+ a11y_open_conversations: "Apri elenco conversazioni",
26
+ a11y_close_conversation: "Chiudi conversazione",
27
+ a11y_close_conversations: "Chiudi elenco conversazioni",
28
+ a11y_menu: "Menu",
29
+ a11y_message_input: "Messaggio",
30
+ a11y_send_message: "Invia messaggio",
31
+ a11y_attach_file: "Allega file",
32
+ a11y_close_messenger: "Chiudi messenger",
33
+ a11y_expand_messenger: "Espandi messenger",
34
+ a11y_collapse_messenger: "Comprimi messenger",
35
+ a11y_connect_agent: "Connettiti con un agente",
36
+ a11y_message_sender_you: "Tu",
37
+ a11y_suggested_reply: "Risposta suggerita",
38
+ a11y_typing_indicator: "Sta scrivendo",
39
+ a11y_code_block_placeholder: "Blocco di codice",
40
+ a11y_typing_format: (e) => `${e} sta scrivendo`,
41
+ a11y_message_failed: "Invio del messaggio non riuscito",
42
+ a11y_new_messages_received: (e) => `${e} ${e === 1 ? "nuovo messaggio ricevuto" : "nuovi messaggi ricevuti"}`,
43
+ a11y_new_messages_received_from_sender: (e, a) => `${e}: ${a} ${a === 1 ? "nuovo messaggio ricevuto" : "nuovi messaggi ricevuti"}`,
44
+ a11y_agent_connected: (e) => "Connesso con agente umano",
45
+ a11y_conversation_closed: "La conversazione è terminata",
46
+ a11y_file_image: (e) => `File immagine: ${e}`,
47
+ a11y_file_video: (e) => `File video: ${e}`,
48
+ a11y_file_document: (e) => `File documento: ${e}`,
49
+ a11y_screen_conversation: "Conversazione",
50
+ a11y_screen_conversation_with_agent: (e) => `Conversazione con ${e}`,
51
+ a11y_screen_conversation_list_no_count: "Elenco conversazioni",
52
+ a11y_csat_displayed: "Sondaggio di soddisfazione visualizzato",
53
+ a11y_empty_conversation: "Nessun messaggio in questa conversazione",
54
+ a11y_input_disabled: "Inserimento messaggi disabilitato",
55
+ a11y_file_size_exceeded: (e) => `Il file supera il limite di ${e}MB`,
56
+ a11y_csat_form_error: "Compilare i campi obbligatori",
57
+ a11y_hint_send_message: "Invia il messaggio",
58
+ a11y_hint_open_conversation: "Apre la conversazione",
59
+ a11y_hint_open_conversations: "Apre l'elenco conversazioni",
60
+ a11y_hint_close_conversation: "Chiude la conversazione",
61
+ a11y_hint_open_menu: "Apre il menu",
62
+ a11y_hint_connect_to_agent: "Connette a un agente umano",
63
+ a11y_hint_attach_file: "Apre le opzioni di allegato file",
64
+ a11y_hint_view_new_messages: "Scorre ai nuovi messaggi",
65
+ a11y_hint_open_file: "Apre il file",
66
+ a11y_hint_open_image: "Apre l'immagine",
67
+ a11y_hint_send_reply: "Invia questa risposta"
23
68
  },
24
69
  conversation_list: {
25
70
  header_title: "Conversazioni",
26
71
  ended: "Terminata",
72
+ system_message: "Messaggio di sistema",
27
73
  footer_title: "Inizia una conversazione",
28
- multiple_files_count: (e) => `${e} file`
74
+ multiple_files_count: (e) => `${e} file`,
75
+ a11y_conversation_item: (e, a, _, o) => `${e}, ${a}, ${_}, ${o} ${o === 1 ? "messaggio non letto" : "messaggi non letti"}`
29
76
  },
30
77
  date_format: {
31
78
  just_now: "Proprio ora",
@@ -44,7 +91,9 @@ const n = {
44
91
  reason_placeholder: "Condividi il tuo feedback",
45
92
  question: "Come valuteresti la tua esperienza?",
46
93
  submit_label: "Invia",
47
- submission_expired: "Ci dispiace, il periodo per partecipare al sondaggio è terminato."
94
+ submission_expired: "Ci dispiace, il periodo per partecipare al sondaggio è terminato.",
95
+ a11y_rating_label: (e, a) => `${e} su 5 — ${a}`,
96
+ a11y_hint_select_rating: "Seleziona questa valutazione"
48
97
  },
49
98
  form: {
50
99
  optional_label: "opzionale",
@@ -67,13 +116,19 @@ const n = {
67
116
  save: "Salva",
68
117
  edit: "Modifica feedback",
69
118
  remove: "Rimuovi feedback"
119
+ },
120
+ handoff: {
121
+ confirm_title: "Richiedere il trasferimento?",
122
+ confirm_description: "Sarai trasferito a un agente umano. La cronologia della conversazione sarà condivisa.",
123
+ confirm_cancel: "Annulla",
124
+ confirm_handoff: "Trasferisci"
70
125
  }
71
- }, o = {
126
+ }, i = {
72
127
  language: "it",
73
- strings: n,
74
- dateLocale: i
75
- }, a = _(o.strings), t = {
76
- ...a,
128
+ strings: r,
129
+ dateLocale: s
130
+ }, n = t(i.strings), l = {
131
+ ...n,
77
132
  // Channel Header
78
133
  HEADER_BUTTON__AGENT_HANDOFF: "Connettersi con un agente",
79
134
  // Message Input
@@ -99,6 +154,12 @@ const n = {
99
154
  A11Y_IMAGE_VIEWER_NEXT: "Immagine successiva",
100
155
  A11Y_IMAGE_VIEWER_DOWNLOAD: "Scarica immagine",
101
156
  A11Y_ATTACH_FILE: "Allega file",
157
+ A11Y_FILE_SELECTED: (e) => `${e}, selezionato`,
158
+ A11Y_FILE_REMOVE_BUTTON: (e) => `Rimuovi file: ${e}`,
159
+ A11Y_CSAT_RATING_LABEL: (e, a) => `${e} su 5, ${a}`,
160
+ A11Y_FILE_UPLOAD_OPTIONS: "Opzioni di caricamento file",
161
+ A11Y_FAILED_MESSAGE_OPTIONS: "Opzioni messaggio non riuscito",
162
+ A11Y_FEEDBACK_OPTIONS: "Opzioni feedback",
102
163
  // Form
103
164
  FORM_UNAVAILABLE: "Il modulo non è più disponibile.",
104
165
  FORM_NOT_SUPPORTED: "Questo modulo non è supportato nella versione attuale.",
@@ -110,7 +171,7 @@ const n = {
110
171
  FORM_VALIDATION_MAX_SELECT: (e) => `Seleziona al massimo ${e} opzioni`,
111
172
  FORM_VALIDATION_REGEX_FAILED: "Formato non valido",
112
173
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
113
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: a.DATE_FORMAT__DATE_SHORT,
174
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
114
175
  /** @deprecated Unused string **/
115
176
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
116
177
  /** @deprecated Unused string **/
@@ -129,11 +190,11 @@ const n = {
129
190
  NO_NAME: "(Senza nome)",
130
191
  /** @deprecated Unused string **/
131
192
  CHANNEL_FROZEN: "Canale bloccato"
132
- }, r = {
133
- language: o.language,
134
- dateLocale: o.dateLocale,
135
- stringSet: t
193
+ }, d = {
194
+ language: i.language,
195
+ dateLocale: i.dateLocale,
196
+ stringSet: l
136
197
  };
137
198
  export {
138
- r as default
199
+ d as default
139
200
  };
@@ -1,9 +1,10 @@
1
- import { hi as t } from "date-fns/locale/hi";
2
- import { m as a } from "../index.js";
3
- const E = {
1
+ import { hi as s } from "date-fns/locale/hi";
2
+ import { m as i } from "../index.js";
3
+ const l = {
4
4
  conversation: {
5
5
  input_placeholder: "एक प्रश्न पूछें",
6
6
  input_placeholder_disabled: "इस चैनल में चैट उपलब्ध नहीं है",
7
+ input_placeholder_steward: "आपका अनुरोध संसाधित किया जा रहा है...",
7
8
  input_placeholder_wait_ai_agent_response: "एजेंट के उत्तर की प्रतीक्षा कर रहे हैं...",
8
9
  input_placeholder_active_form: "आगे बढ़ने के लिए कृपया फॉर्म भरें।",
9
10
  input_placeholder_reconnecting: "पुनः कनेक्ट हो रहा है। जारी रहे तो रिफ्रेश करें।",
@@ -19,13 +20,59 @@ const E = {
19
20
  a11y_message_list: "चैट संदेश",
20
21
  a11y_scroll_to_bottom: "नीचे स्क्रॉल करें",
21
22
  a11y_scroll_to_new_messages: "नए संदेशों पर स्क्रॉल करें",
22
- a11y_open_conversation_list: "बातचीत सूची खोलें"
23
+ a11y_open_conversation_list: "बातचीत सूची खोलें",
24
+ a11y_open_conversation: "बातचीत खोलें",
25
+ a11y_open_conversations: "बातचीत सूची खोलें",
26
+ a11y_close_conversation: "वार्तालाप बंद करें",
27
+ a11y_close_conversations: "बातचीत सूची बंद करें",
28
+ a11y_menu: "मेनू",
29
+ a11y_message_input: "संदेश",
30
+ a11y_send_message: "संदेश भेजें",
31
+ a11y_attach_file: "फ़ाइल संलग्न करें",
32
+ a11y_close_messenger: "मैसेंजर बंद करें",
33
+ a11y_expand_messenger: "मैसेंजर फैलाएं",
34
+ a11y_collapse_messenger: "मैसेंजर समेटें",
35
+ a11y_connect_agent: "एजेंट से कनेक्ट करें",
36
+ a11y_message_sender_you: "आप",
37
+ a11y_suggested_reply: "सुझाया गया उत्तर",
38
+ a11y_typing_indicator: "टाइप कर रहे हैं",
39
+ a11y_code_block_placeholder: "कोड ब्लॉक",
40
+ a11y_typing_format: (_) => `${_} टाइप कर रहे हैं`,
41
+ a11y_message_failed: "संदेश भेजने में विफल",
42
+ a11y_new_messages_received: (_) => `${_} नए संदेश प्राप्त`,
43
+ a11y_new_messages_received_from_sender: (_, e) => `${_} से ${e} नए संदेश प्राप्त`,
44
+ a11y_agent_connected: (_) => "मानव एजेंट से जुड़ गया",
45
+ a11y_conversation_closed: "बातचीत समाप्त हो गई है",
46
+ a11y_file_image: (_) => `छवि फ़ाइल: ${_}`,
47
+ a11y_file_video: (_) => `वीडियो फ़ाइल: ${_}`,
48
+ a11y_file_document: (_) => `दस्तावेज़ फ़ाइल: ${_}`,
49
+ a11y_screen_conversation: "बातचीत",
50
+ a11y_screen_conversation_with_agent: (_) => `${_} के साथ बातचीत`,
51
+ a11y_screen_conversation_list_no_count: "बातचीत सूची",
52
+ a11y_csat_displayed: "संतुष्टि सर्वेक्षण प्रदर्शित",
53
+ a11y_empty_conversation: "इस बातचीत में कोई संदेश नहीं",
54
+ a11y_input_disabled: "संदेश इनपुट अक्षम है",
55
+ a11y_file_size_exceeded: (_) => `फ़ाइल ${_}MB की सीमा से अधिक है`,
56
+ a11y_csat_form_error: "कृपया आवश्यक फ़ील्ड भरें",
57
+ a11y_hint_send_message: "संदेश भेजता है",
58
+ a11y_hint_open_conversation: "बातचीत खोलता है",
59
+ a11y_hint_open_conversations: "बातचीत सूची खोलता है",
60
+ a11y_hint_close_conversation: "बातचीत बंद करता है",
61
+ a11y_hint_open_menu: "मेनू खोलता है",
62
+ a11y_hint_connect_to_agent: "मानव एजेंट से जोड़ता है",
63
+ a11y_hint_attach_file: "फ़ाइल संलग्न करने के विकल्प खोलता है",
64
+ a11y_hint_view_new_messages: "नए संदेशों तक स्क्रॉल करता है",
65
+ a11y_hint_open_file: "फ़ाइल खोलता है",
66
+ a11y_hint_open_image: "छवि खोलता है",
67
+ a11y_hint_send_reply: "यह जवाब भेजता है"
23
68
  },
24
69
  conversation_list: {
25
70
  header_title: "बातचीत",
26
71
  ended: "समाप्त",
72
+ system_message: "सिस्टम संदेश",
27
73
  footer_title: "एक बातचीत शुरू करें",
28
- multiple_files_count: (_) => `${_} फ़ाइलें`
74
+ multiple_files_count: (_) => `${_} ${_ === 1 ? "फ़ाइल" : "फ़ाइलें"}`,
75
+ a11y_conversation_item: (_, e, o, t) => `${_}, ${e}, ${o}, ${t} अपठित संदेश`
29
76
  },
30
77
  date_format: {
31
78
  just_now: "अभी",
@@ -44,7 +91,9 @@ const E = {
44
91
  reason_placeholder: "अपनी प्रतिक्रिया साझा करें",
45
92
  question: "आप अपने अनुभव का मूल्यांकन कैसे करेंगे?",
46
93
  submit_label: "सबमिट करें",
47
- submission_expired: "क्षमा करें, सर्वेक्षण अवधि समाप्त हो गई है।"
94
+ submission_expired: "क्षमा करें, सर्वेक्षण अवधि समाप्त हो गई है।",
95
+ a11y_rating_label: (_, e) => `5 में से ${_} — ${e}`,
96
+ a11y_hint_select_rating: "इस रेटिंग को चुनता है"
48
97
  },
49
98
  form: {
50
99
  optional_label: "वैकल्पिक",
@@ -67,13 +116,19 @@ const E = {
67
116
  save: "सहेजें",
68
117
  edit: "प्रतिक्रिया संपादित करें",
69
118
  remove: "प्रतिक्रिया हटाएं"
119
+ },
120
+ handoff: {
121
+ confirm_title: "हैंडऑफ़ का अनुरोध करें?",
122
+ confirm_description: "आपको एक मानव एजेंट को स्थानांतरित किया जाएगा। आपका वार्तालाप इतिहास साझा किया जाएगा।",
123
+ confirm_cancel: "रद्द करें",
124
+ confirm_handoff: "हैंडऑफ़"
70
125
  }
71
- }, e = {
126
+ }, a = {
72
127
  language: "hi",
73
- strings: E,
74
- dateLocale: t
75
- }, o = a(e.strings), T = {
76
- ...o,
128
+ strings: l,
129
+ dateLocale: s
130
+ }, n = i(a.strings), r = {
131
+ ...n,
77
132
  // Channel Header
78
133
  HEADER_BUTTON__AGENT_HANDOFF: "एजेंट से कनेक्ट करें",
79
134
  // Message Input
@@ -99,6 +154,12 @@ const E = {
99
154
  A11Y_IMAGE_VIEWER_NEXT: "अगली छवि",
100
155
  A11Y_IMAGE_VIEWER_DOWNLOAD: "छवि डाउनलोड करें",
101
156
  A11Y_ATTACH_FILE: "फ़ाइल संलग्न करें",
157
+ A11Y_FILE_SELECTED: (_) => `${_}, चयनित`,
158
+ A11Y_FILE_REMOVE_BUTTON: (_) => `फ़ाइल हटाएँ: ${_}`,
159
+ A11Y_CSAT_RATING_LABEL: (_, e) => `5 में से ${_}, ${e}`,
160
+ A11Y_FILE_UPLOAD_OPTIONS: "फ़ाइल अपलोड विकल्प",
161
+ A11Y_FAILED_MESSAGE_OPTIONS: "विफल संदेश विकल्प",
162
+ A11Y_FEEDBACK_OPTIONS: "प्रतिक्रिया विकल्प",
102
163
  // Form
103
164
  FORM_UNAVAILABLE: "फॉर्म अब उपलब्ध नहीं है।",
104
165
  FORM_NOT_SUPPORTED: "यह फॉर्म वर्तमान संस्करण में समर्थित नहीं है।",
@@ -110,7 +171,7 @@ const E = {
110
171
  FORM_VALIDATION_MAX_SELECT: (_) => `अधिकतम ${_} विकल्प चुनें`,
111
172
  FORM_VALIDATION_REGEX_FAILED: "गलत प्रारूप",
112
173
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
113
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
174
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
114
175
  /** @deprecated Unused string **/
115
176
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
116
177
  /** @deprecated Unused string **/
@@ -129,11 +190,11 @@ const E = {
129
190
  NO_NAME: "(कोई नाम नहीं)",
130
191
  /** @deprecated Unused string **/
131
192
  CHANNEL_FROZEN: "चैनल फ्रीज हो गया"
132
- }, A = {
133
- language: e.language,
134
- dateLocale: e.dateLocale,
135
- stringSet: T
193
+ }, T = {
194
+ language: a.language,
195
+ dateLocale: a.dateLocale,
196
+ stringSet: r
136
197
  };
137
198
  export {
138
- A as default
199
+ T as default
139
200
  };
@@ -1,9 +1,10 @@
1
- import { pt as _ } from "date-fns/locale/pt";
2
- import { m as r } from "../index.js";
3
- const n = {
1
+ import { pt as r } from "date-fns/locale/pt";
2
+ import { m as i } from "../index.js";
3
+ const t = {
4
4
  conversation: {
5
5
  input_placeholder: "Fazer uma pergunta",
6
6
  input_placeholder_disabled: "O chat não está disponível neste canal",
7
+ input_placeholder_steward: "Processando sua solicitação...",
7
8
  input_placeholder_wait_ai_agent_response: "Aguardando a resposta do agente...",
8
9
  input_placeholder_active_form: "Por favor, preencha o formulário para prosseguir.",
9
10
  input_placeholder_reconnecting: "Reconectando. Atualize se persistir.",
@@ -19,13 +20,59 @@ const n = {
19
20
  a11y_message_list: "Mensagens do chat",
20
21
  a11y_scroll_to_bottom: "Rolar para baixo",
21
22
  a11y_scroll_to_new_messages: "Rolar para novas mensagens",
22
- a11y_open_conversation_list: "Abrir lista de conversas"
23
+ a11y_open_conversation_list: "Abrir lista de conversas",
24
+ a11y_open_conversation: "Abrir conversa",
25
+ a11y_open_conversations: "Abrir lista de conversas",
26
+ a11y_close_conversation: "Fechar conversa",
27
+ a11y_close_conversations: "Fechar lista de conversas",
28
+ a11y_menu: "Menu",
29
+ a11y_message_input: "Mensagem",
30
+ a11y_send_message: "Enviar mensagem",
31
+ a11y_attach_file: "Anexar arquivo",
32
+ a11y_close_messenger: "Fechar messenger",
33
+ a11y_expand_messenger: "Expandir messenger",
34
+ a11y_collapse_messenger: "Recolher messenger",
35
+ a11y_connect_agent: "Conectar-se com um agente",
36
+ a11y_message_sender_you: "Você",
37
+ a11y_suggested_reply: "Resposta sugerida",
38
+ a11y_typing_indicator: "Digitando",
39
+ a11y_code_block_placeholder: "Bloco de código",
40
+ a11y_typing_format: (e) => `${e} está digitando`,
41
+ a11y_message_failed: "Falha ao enviar mensagem",
42
+ a11y_new_messages_received: (e) => `${e} ${e === 1 ? "nova mensagem recebida" : "novas mensagens recebidas"}`,
43
+ a11y_new_messages_received_from_sender: (e, a) => `${e}: ${a} ${a === 1 ? "nova mensagem recebida" : "novas mensagens recebidas"}`,
44
+ a11y_agent_connected: (e) => "Conectado ao agente humano",
45
+ a11y_conversation_closed: "A conversa foi encerrada",
46
+ a11y_file_image: (e) => `Arquivo de imagem: ${e}`,
47
+ a11y_file_video: (e) => `Arquivo de vídeo: ${e}`,
48
+ a11y_file_document: (e) => `Arquivo de documento: ${e}`,
49
+ a11y_screen_conversation: "Conversa",
50
+ a11y_screen_conversation_with_agent: (e) => `Conversa com ${e}`,
51
+ a11y_screen_conversation_list_no_count: "Lista de conversas",
52
+ a11y_csat_displayed: "Pesquisa de satisfação exibida",
53
+ a11y_empty_conversation: "Nenhuma mensagem nesta conversa",
54
+ a11y_input_disabled: "Entrada de mensagem desativada",
55
+ a11y_file_size_exceeded: (e) => `Arquivo excede o limite de ${e}MB`,
56
+ a11y_csat_form_error: "Preencha os campos obrigatórios",
57
+ a11y_hint_send_message: "Envia a mensagem",
58
+ a11y_hint_open_conversation: "Abre a conversa",
59
+ a11y_hint_open_conversations: "Abre a lista de conversas",
60
+ a11y_hint_close_conversation: "Fecha a conversa",
61
+ a11y_hint_open_menu: "Abre o menu",
62
+ a11y_hint_connect_to_agent: "Conecta a um agente humano",
63
+ a11y_hint_attach_file: "Abre as opções de anexo de arquivo",
64
+ a11y_hint_view_new_messages: "Rola até as novas mensagens",
65
+ a11y_hint_open_file: "Abre o arquivo",
66
+ a11y_hint_open_image: "Abre a imagem",
67
+ a11y_hint_send_reply: "Envia esta resposta"
23
68
  },
24
69
  conversation_list: {
25
70
  header_title: "Conversas",
26
71
  ended: "Encerrada",
72
+ system_message: "Mensagem do sistema",
27
73
  footer_title: "Iniciar uma conversa",
28
- multiple_files_count: (e) => `${e} ${e === 1 ? "arquivo" : "arquivos"}`
74
+ multiple_files_count: (e) => `${e} ${e === 1 ? "arquivo" : "arquivos"}`,
75
+ a11y_conversation_item: (e, a, s, _) => `${e}, ${a}, ${s}, ${_} ${_ === 1 ? "mensagem não lida" : "mensagens não lidas"}`
29
76
  },
30
77
  date_format: {
31
78
  just_now: "Agora mesmo",
@@ -44,7 +91,9 @@ const n = {
44
91
  reason_placeholder: "Compartilhe seu feedback",
45
92
  question: "Como você avaliaria sua experiência?",
46
93
  submit_label: "Enviar",
47
- submission_expired: "Desculpe, o período da pesquisa foi encerrado."
94
+ submission_expired: "Desculpe, o período da pesquisa foi encerrado.",
95
+ a11y_rating_label: (e, a) => `${e} de 5 — ${a}`,
96
+ a11y_hint_select_rating: "Seleciona esta avaliação"
48
97
  },
49
98
  form: {
50
99
  optional_label: "opcional",
@@ -67,13 +116,19 @@ const n = {
67
116
  save: "Salvar",
68
117
  edit: "Editar feedback",
69
118
  remove: "Remover feedback"
119
+ },
120
+ handoff: {
121
+ confirm_title: "Solicitar transferência?",
122
+ confirm_description: "Você será transferido para um agente humano. Seu histórico de conversa será compartilhado.",
123
+ confirm_cancel: "Cancelar",
124
+ confirm_handoff: "Transferir"
70
125
  }
71
- }, a = {
126
+ }, o = {
72
127
  language: "pt",
73
- strings: n,
74
- dateLocale: _
75
- }, o = r(a.strings), s = {
76
- ...o,
128
+ strings: t,
129
+ dateLocale: r
130
+ }, n = i(o.strings), m = {
131
+ ...n,
77
132
  // Channel Header
78
133
  HEADER_BUTTON__AGENT_HANDOFF: "Conectar-se com um agente",
79
134
  // Message Input
@@ -99,6 +154,12 @@ const n = {
99
154
  A11Y_IMAGE_VIEWER_NEXT: "Próxima imagem",
100
155
  A11Y_IMAGE_VIEWER_DOWNLOAD: "Baixar imagem",
101
156
  A11Y_ATTACH_FILE: "Anexar arquivo",
157
+ A11Y_FILE_SELECTED: (e) => `${e}, selecionado`,
158
+ A11Y_FILE_REMOVE_BUTTON: (e) => `Remover arquivo: ${e}`,
159
+ A11Y_CSAT_RATING_LABEL: (e, a) => `${e} de 5, ${a}`,
160
+ A11Y_FILE_UPLOAD_OPTIONS: "Opções de upload de arquivo",
161
+ A11Y_FAILED_MESSAGE_OPTIONS: "Opções de mensagem com falha",
162
+ A11Y_FEEDBACK_OPTIONS: "Opções de feedback",
102
163
  // Form
103
164
  FORM_UNAVAILABLE: "O formulário não está mais disponível.",
104
165
  FORM_NOT_SUPPORTED: "Este formulário não é suportado na versão atual.",
@@ -110,7 +171,7 @@ const n = {
110
171
  FORM_VALIDATION_MAX_SELECT: (e) => `Selecione no máximo ${e} opções`,
111
172
  FORM_VALIDATION_REGEX_FAILED: "Formato inválido",
112
173
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
113
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
174
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
114
175
  /** @deprecated Unused string **/
115
176
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
116
177
  /** @deprecated Unused string **/
@@ -129,11 +190,11 @@ const n = {
129
190
  NO_NAME: "(Sem nome)",
130
191
  /** @deprecated Unused string **/
131
192
  CHANNEL_FROZEN: "Canal congelado"
132
- }, m = {
133
- language: a.language,
134
- dateLocale: a.dateLocale,
135
- stringSet: s
193
+ }, l = {
194
+ language: o.language,
195
+ dateLocale: o.dateLocale,
196
+ stringSet: m
136
197
  };
137
198
  export {
138
- m as default
199
+ l as default
139
200
  };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const a = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("path", { className: "fill", fillRule: "evenodd", clipRule: "evenodd", d: "M8 .667C12.05.667 15.333 3.95 15.333 8S12.05 15.333 8 15.333.667 12.05.667 8 3.95.667 8 .667zm3.984 4.72a.688.688 0 0 0-.972.004L6.702 9.73l-2.054-2.02a.688.688 0 0 0-.972.008.688.688 0 0 0 .008.972l2.542 2.5a.687.687 0 0 0 .97-.006l4.791-4.825a.688.688 0 0 0-.003-.972z" }));
3
+ export {
4
+ a as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as a from "react";
2
+ const t = (e) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ a.createElement("path", { className: "fill", d: "M2.5 3.5a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1v-9z" }));
3
+ export {
4
+ t as default
5
+ };
@@ -1,9 +1,10 @@
1
- import { de as _ } from "date-fns/locale/de";
2
- import { m as a } from "../index.js";
3
- const r = {
1
+ import { de as r } from "date-fns/locale/de";
2
+ import { m as s } from "../index.js";
3
+ const o = {
4
4
  conversation: {
5
5
  input_placeholder: "Eine Frage stellen",
6
6
  input_placeholder_disabled: "Chat ist in diesem Kanal nicht verfügbar",
7
+ input_placeholder_steward: "Ihre Anfrage wird bearbeitet...",
7
8
  input_placeholder_wait_ai_agent_response: "Warten auf die Antwort des Agenten...",
8
9
  input_placeholder_active_form: "Bitte fülle das Formular aus, um fortzufahren.",
9
10
  input_placeholder_reconnecting: "Neu verbinden. Aktualisieren falls anhaltend.",
@@ -19,13 +20,59 @@ const r = {
19
20
  a11y_message_list: "Chat-Nachrichten",
20
21
  a11y_scroll_to_bottom: "Nach unten scrollen",
21
22
  a11y_scroll_to_new_messages: "Zu neuen Nachrichten scrollen",
22
- a11y_open_conversation_list: "Konversationsliste öffnen"
23
+ a11y_open_conversation_list: "Konversationsliste öffnen",
24
+ a11y_open_conversation: "Konversation öffnen",
25
+ a11y_open_conversations: "Konversationsliste öffnen",
26
+ a11y_close_conversation: "Konversation schließen",
27
+ a11y_close_conversations: "Konversationsliste schließen",
28
+ a11y_menu: "Menü",
29
+ a11y_message_input: "Nachricht",
30
+ a11y_send_message: "Nachricht senden",
31
+ a11y_attach_file: "Datei anhängen",
32
+ a11y_close_messenger: "Messenger schließen",
33
+ a11y_expand_messenger: "Messenger erweitern",
34
+ a11y_collapse_messenger: "Messenger einklappen",
35
+ a11y_connect_agent: "Mit einem Agenten verbinden",
36
+ a11y_message_sender_you: "Du",
37
+ a11y_suggested_reply: "Vorgeschlagene Antwort",
38
+ a11y_typing_indicator: "Tippt",
39
+ a11y_code_block_placeholder: "Codeblock",
40
+ a11y_typing_format: (e) => `${e} tippt`,
41
+ a11y_message_failed: "Nachricht konnte nicht gesendet werden",
42
+ a11y_new_messages_received: (e) => `${e} neue ${e === 1 ? "Nachricht" : "Nachrichten"} empfangen`,
43
+ a11y_new_messages_received_from_sender: (e, n) => `${e}: ${n} neue ${n === 1 ? "Nachricht" : "Nachrichten"} empfangen`,
44
+ a11y_agent_connected: (e) => "Mit menschlichem Agenten verbunden",
45
+ a11y_conversation_closed: "Die Konversation wurde beendet",
46
+ a11y_file_image: (e) => `Bilddatei: ${e}`,
47
+ a11y_file_video: (e) => `Videodatei: ${e}`,
48
+ a11y_file_document: (e) => `Dokumentdatei: ${e}`,
49
+ a11y_screen_conversation: "Konversation",
50
+ a11y_screen_conversation_with_agent: (e) => `Konversation mit ${e}`,
51
+ a11y_screen_conversation_list_no_count: "Konversationsliste",
52
+ a11y_csat_displayed: "Zufriedenheitsumfrage angezeigt",
53
+ a11y_empty_conversation: "Keine Nachrichten in dieser Konversation",
54
+ a11y_input_disabled: "Nachrichteneingabe ist deaktiviert",
55
+ a11y_file_size_exceeded: (e) => `Datei überschreitet die Größenbeschränkung von ${e}MB`,
56
+ a11y_csat_form_error: "Bitte füllen Sie die erforderlichen Felder aus",
57
+ a11y_hint_send_message: "Sendet die Nachricht",
58
+ a11y_hint_open_conversation: "Öffnet die Konversation",
59
+ a11y_hint_open_conversations: "Öffnet die Konversationsliste",
60
+ a11y_hint_close_conversation: "Schließt die Konversation",
61
+ a11y_hint_open_menu: "Öffnet das Menü",
62
+ a11y_hint_connect_to_agent: "Verbindet mit einem menschlichen Agenten",
63
+ a11y_hint_attach_file: "Öffnet die Optionen zum Anhängen von Dateien",
64
+ a11y_hint_view_new_messages: "Scrollt zu neuen Nachrichten",
65
+ a11y_hint_open_file: "Öffnet die Datei",
66
+ a11y_hint_open_image: "Öffnet das Bild",
67
+ a11y_hint_send_reply: "Sendet diese Antwort"
23
68
  },
24
69
  conversation_list: {
25
70
  header_title: "Gespräche",
26
71
  ended: "Beendet",
72
+ system_message: "Systemnachricht",
27
73
  footer_title: "Ein Gespräch starten",
28
- multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`
74
+ multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`,
75
+ a11y_conversation_item: (e, n, i, _) => `${e}, ${n}, ${i}, ${_} ungelesene ${_ === 1 ? "Nachricht" : "Nachrichten"}`
29
76
  },
30
77
  date_format: {
31
78
  just_now: "Gerade eben",
@@ -44,7 +91,9 @@ const r = {
44
91
  reason_placeholder: "Dein Feedback teilen",
45
92
  question: "Wie würden Sie Ihre Erfahrung bewerten?",
46
93
  submit_label: "Absenden",
47
- submission_expired: "Die Umfrage ist leider nicht mehr verfügbar."
94
+ submission_expired: "Die Umfrage ist leider nicht mehr verfügbar.",
95
+ a11y_rating_label: (e, n) => `${e} von 5 — ${n}`,
96
+ a11y_hint_select_rating: "Wählt diese Bewertung aus"
48
97
  },
49
98
  form: {
50
99
  optional_label: "optional",
@@ -67,13 +116,19 @@ const r = {
67
116
  save: "Speichern",
68
117
  edit: "Feedback bearbeiten",
69
118
  remove: "Feedback entfernen"
119
+ },
120
+ handoff: {
121
+ confirm_title: "Weiterleitung anfordern?",
122
+ confirm_description: "Sie werden an einen menschlichen Agenten weitergeleitet. Ihr Gesprächsverlauf wird geteilt.",
123
+ confirm_cancel: "Abbrechen",
124
+ confirm_handoff: "Weiterleiten"
70
125
  }
71
- }, n = {
126
+ }, t = {
72
127
  language: "de",
73
- strings: r,
74
- dateLocale: _
75
- }, t = a(n.strings), i = {
76
- ...t,
128
+ strings: o,
129
+ dateLocale: r
130
+ }, a = s(t.strings), l = {
131
+ ...a,
77
132
  // Channel Header
78
133
  HEADER_BUTTON__AGENT_HANDOFF: "Mit einem Agenten verbinden",
79
134
  // Message Input
@@ -99,6 +154,12 @@ const r = {
99
154
  A11Y_IMAGE_VIEWER_NEXT: "Nächstes Bild",
100
155
  A11Y_IMAGE_VIEWER_DOWNLOAD: "Bild herunterladen",
101
156
  A11Y_ATTACH_FILE: "Datei anhängen",
157
+ A11Y_FILE_SELECTED: (e) => `${e}, ausgewählt`,
158
+ A11Y_FILE_REMOVE_BUTTON: (e) => `Datei entfernen: ${e}`,
159
+ A11Y_CSAT_RATING_LABEL: (e, n) => `${e} von 5, ${n}`,
160
+ A11Y_FILE_UPLOAD_OPTIONS: "Datei-Upload-Optionen",
161
+ A11Y_FAILED_MESSAGE_OPTIONS: "Optionen für fehlgeschlagene Nachricht",
162
+ A11Y_FEEDBACK_OPTIONS: "Feedback-Optionen",
102
163
  // Form
103
164
  FORM_UNAVAILABLE: "Das Formular ist nicht mehr verfügbar.",
104
165
  FORM_NOT_SUPPORTED: "Dieses Formular wird in der aktuellen Version nicht unterstützt.",
@@ -110,7 +171,7 @@ const r = {
110
171
  FORM_VALIDATION_MAX_SELECT: (e) => `Wähle höchstens ${e} Optionen`,
111
172
  FORM_VALIDATION_REGEX_FAILED: "Ungültiges Format",
112
173
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
113
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: t.DATE_FORMAT__DATE_SHORT,
174
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: a.DATE_FORMAT__DATE_SHORT,
114
175
  /** @deprecated Unused string **/
115
176
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
116
177
  /** @deprecated Unused string **/
@@ -129,11 +190,11 @@ const r = {
129
190
  NO_NAME: "(Kein Name)",
130
191
  /** @deprecated Unused string **/
131
192
  CHANNEL_FROZEN: "Kanal eingefroren"
132
- }, o = {
133
- language: n.language,
134
- dateLocale: n.dateLocale,
135
- stringSet: i
193
+ }, h = {
194
+ language: t.language,
195
+ dateLocale: t.dateLocale,
196
+ stringSet: l
136
197
  };
137
198
  export {
138
- o as default
199
+ h as default
139
200
  };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("path", { className: "fill", fillRule: "evenodd", clipRule: "evenodd", d: "M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668ZM4.99967 7.3335L10.9997 7.3335V8.66683L4.99967 8.66683V7.3335Z" }));
3
+ export {
4
+ t as default
5
+ };