@sendbird/ai-agent-messenger-react 1.22.0 → 1.23.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
1
  import { it as s } from "date-fns/locale/it";
2
2
  import { m as t } from "../index.js";
3
- const r = {
3
+ const l = {
4
4
  conversation: {
5
5
  input_placeholder: "Fai una domanda",
6
6
  input_placeholder_disabled: "La chat non è disponibile in questo canale",
@@ -16,6 +16,8 @@ const r = {
16
16
  failed_message_resend: "Riprova",
17
17
  failed_message_remove: "Rimuovi",
18
18
  file_upload_no_supported_files: "Nessun tipo di file supportato disponibile.",
19
+ file_upload_replace_alert_title: "Sostituire l’allegato?",
20
+ file_upload_replace_alert_description: "Il caricamento di un tipo di file diverso sostituirà l’allegato corrente.",
19
21
  // Accessibility
20
22
  a11y_message_list: "Messaggi della chat",
21
23
  a11y_scroll_to_bottom: "Scorri in basso",
@@ -49,6 +51,7 @@ const r = {
49
51
  a11y_screen_conversation: "Conversazione",
50
52
  a11y_screen_conversation_with_agent: (e) => `Conversazione con ${e}`,
51
53
  a11y_screen_conversation_list_no_count: "Elenco conversazioni",
54
+ a11y_screen_conversation_list_with_count: (e) => `Conversazioni, ${e} totali`,
52
55
  a11y_csat_displayed: "Sondaggio di soddisfazione visualizzato",
53
56
  a11y_empty_conversation: "Nessun messaggio in questa conversazione",
54
57
  a11y_input_disabled: "Inserimento messaggi disabilitato",
@@ -103,7 +106,9 @@ const r = {
103
106
  placeholder_something_went_wrong: "Qualcosa è andato storto",
104
107
  placeholder_no_messages: "Nessun messaggio",
105
108
  placeholder_no_conversations: "Nessuna conversazione ancora",
106
- placeholder_something_went_wrong_retry_label: "Riprova"
109
+ placeholder_something_went_wrong_retry_label: "Riprova",
110
+ button_ok: "OK",
111
+ button_cancel: "Annulla"
107
112
  },
108
113
  feedback: {
109
114
  title: "Invia feedback",
@@ -125,16 +130,15 @@ const r = {
125
130
  }
126
131
  }, i = {
127
132
  language: "it",
128
- strings: r,
133
+ strings: l,
129
134
  dateLocale: s
130
- }, n = t(i.strings), l = {
135
+ }, n = t(i.strings), r = {
131
136
  ...n,
132
137
  // Channel Header
133
138
  HEADER_BUTTON__AGENT_HANDOFF: "Connettersi con un agente",
134
139
  // Message Input
135
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "Seleziona un'opzione per continuare",
136
141
  // Common UI
137
- BUTTON__CANCEL: "Annulla",
138
142
  BUTTON__SUBMIT: "Invia",
139
143
  SUBMITTED: "Inviato",
140
144
  TRY_AGAIN: "Per favore, riprova.",
@@ -156,10 +160,11 @@ const r = {
156
160
  A11Y_ATTACH_FILE: "Allega file",
157
161
  A11Y_FILE_SELECTED: (e) => `${e}, selezionato`,
158
162
  A11Y_FILE_REMOVE_BUTTON: (e) => `Rimuovi file: ${e}`,
159
- A11Y_CSAT_RATING_LABEL: (e, a) => `${e} su 5, ${a}`,
163
+ A11Y_CSAT_RATING_LABEL: (e, a) => `${e} ${a}`,
160
164
  A11Y_FILE_UPLOAD_OPTIONS: "Opzioni di caricamento file",
161
165
  A11Y_FAILED_MESSAGE_OPTIONS: "Opzioni messaggio non riuscito",
162
166
  A11Y_FEEDBACK_OPTIONS: "Opzioni feedback",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "Inserisci la risposta",
163
168
  // Form
164
169
  FORM_UNAVAILABLE: "Il modulo non è più disponibile.",
165
170
  FORM_NOT_SUPPORTED: "Questo modulo non è supportato nella versione attuale.",
@@ -185,15 +190,13 @@ const r = {
185
190
  /** @deprecated Unused string **/
186
191
  BUTTON__SAVE: "Salva",
187
192
  /** @deprecated Unused string **/
188
- BUTTON__OK: "OK",
189
- /** @deprecated Unused string **/
190
193
  NO_NAME: "(Senza nome)",
191
194
  /** @deprecated Unused string **/
192
195
  CHANNEL_FROZEN: "Canale bloccato"
193
196
  }, d = {
194
197
  language: i.language,
195
198
  dateLocale: i.dateLocale,
196
- stringSet: l
199
+ stringSet: r
197
200
  };
198
201
  export {
199
202
  d as default
@@ -16,6 +16,8 @@ const l = {
16
16
  failed_message_resend: "다시 시도",
17
17
  failed_message_remove: "삭제",
18
18
  file_upload_no_supported_files: "사용 가능한 지원 파일 형식이 없습니다.",
19
+ file_upload_replace_alert_title: "첨부 파일을 교체할까요?",
20
+ file_upload_replace_alert_description: "다른 파일 형식을 업로드하면 현재 첨부 파일이 교체됩니다.",
19
21
  // Accessibility
20
22
  a11y_message_list: "채팅 메시지",
21
23
  a11y_scroll_to_bottom: "맨 아래로 스크롤",
@@ -49,6 +51,7 @@ const l = {
49
51
  a11y_screen_conversation: "대화",
50
52
  a11y_screen_conversation_with_agent: (_) => `${_}와(과)의 대화`,
51
53
  a11y_screen_conversation_list_no_count: "대화 목록",
54
+ a11y_screen_conversation_list_with_count: (_) => `대화, 총 ${_}개`,
52
55
  a11y_csat_displayed: "만족도 설문이 표시되었습니다",
53
56
  a11y_empty_conversation: "이 대화에 메시지가 없습니다",
54
57
  a11y_input_disabled: "메시지 입력이 비활성화되었습니다",
@@ -72,7 +75,7 @@ const l = {
72
75
  system_message: "시스템 메시지",
73
76
  footer_title: "대화 시작",
74
77
  multiple_files_count: (_) => `${_}개의 파일`,
75
- a11y_conversation_item: (_, e, o, t) => `${_}, ${e}, ${o}, 읽지 않은 메시지 ${t}개`
78
+ a11y_conversation_item: (_, e, n, t) => `${_}, ${e}, ${n}, 읽지 않은 메시지 ${t}개`
76
79
  },
77
80
  date_format: {
78
81
  just_now: "방금",
@@ -103,7 +106,9 @@ const l = {
103
106
  placeholder_something_went_wrong: "문제가 발생했습니다.",
104
107
  placeholder_no_messages: "메시지가 없습니다.",
105
108
  placeholder_no_conversations: "아직 대화가 없습니다",
106
- placeholder_something_went_wrong_retry_label: "다시 시도"
109
+ placeholder_something_went_wrong_retry_label: "다시 시도",
110
+ button_ok: "확인",
111
+ button_cancel: "취소"
107
112
  },
108
113
  feedback: {
109
114
  title: "피드백 제출",
@@ -127,14 +132,13 @@ const l = {
127
132
  language: "ko",
128
133
  strings: l,
129
134
  dateLocale: s
130
- }, n = i(a.strings), r = {
131
- ...n,
135
+ }, o = i(a.strings), r = {
136
+ ...o,
132
137
  // Channel Header
133
138
  HEADER_BUTTON__AGENT_HANDOFF: "상담사와 연결하기",
134
139
  // Message Input
135
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "계속하려면 옵션을 선택하세요",
136
141
  // Common UI
137
- BUTTON__CANCEL: "취소",
138
142
  BUTTON__SUBMIT: "제출",
139
143
  SUBMITTED: "제출됨",
140
144
  TRY_AGAIN: "다시 시도해 주세요.",
@@ -156,10 +160,11 @@ const l = {
156
160
  A11Y_ATTACH_FILE: "파일 첨부",
157
161
  A11Y_FILE_SELECTED: (_) => `${_}, 선택됨`,
158
162
  A11Y_FILE_REMOVE_BUTTON: (_) => `파일 제거: ${_}`,
159
- A11Y_CSAT_RATING_LABEL: (_, e) => `5점 만점에 ${_}점, ${e}`,
163
+ A11Y_CSAT_RATING_LABEL: (_, e) => `${_} ${e}`,
160
164
  A11Y_FILE_UPLOAD_OPTIONS: "파일 업로드 옵션",
161
165
  A11Y_FAILED_MESSAGE_OPTIONS: "실패한 메시지 옵션",
162
166
  A11Y_FEEDBACK_OPTIONS: "피드백 옵션",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "답변 입력",
163
168
  // Form
164
169
  FORM_UNAVAILABLE: "양식을 더 이상 사용할 수 없습니다.",
165
170
  FORM_NOT_SUPPORTED: "이 양식은 현재 버전에서 지원되지 않습니다.",
@@ -171,7 +176,7 @@ const l = {
171
176
  FORM_VALIDATION_MAX_SELECT: (_) => `최대 ${_}개 옵션을 선택해 주세요`,
172
177
  FORM_VALIDATION_REGEX_FAILED: "유효하지 않은 형식",
173
178
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
174
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
179
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
175
180
  /** @deprecated Unused string **/
176
181
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "a h:mm",
177
182
  /** @deprecated Unused string **/
@@ -185,16 +190,14 @@ const l = {
185
190
  /** @deprecated Unused string **/
186
191
  BUTTON__SAVE: "저장",
187
192
  /** @deprecated Unused string **/
188
- BUTTON__OK: "확인",
189
- /** @deprecated Unused string **/
190
193
  NO_NAME: "(이름 없음)",
191
194
  /** @deprecated Unused string **/
192
195
  CHANNEL_FROZEN: "채널이 동결되었습니다."
193
- }, T = {
196
+ }, A = {
194
197
  language: a.language,
195
198
  dateLocale: a.dateLocale,
196
199
  stringSet: r
197
200
  };
198
201
  export {
199
- T as default
202
+ A as default
200
203
  };
@@ -16,6 +16,8 @@ const o = {
16
16
  failed_message_resend: "Erneut versuchen",
17
17
  failed_message_remove: "Entfernen",
18
18
  file_upload_no_supported_files: "Keine unterstützten Dateitypen verfügbar.",
19
+ file_upload_replace_alert_title: "Anhang ersetzen?",
20
+ file_upload_replace_alert_description: "Wenn Sie einen anderen Dateityp hochladen, wird der aktuelle Anhang ersetzt.",
19
21
  // Accessibility
20
22
  a11y_message_list: "Chat-Nachrichten",
21
23
  a11y_scroll_to_bottom: "Nach unten scrollen",
@@ -49,6 +51,7 @@ const o = {
49
51
  a11y_screen_conversation: "Konversation",
50
52
  a11y_screen_conversation_with_agent: (e) => `Konversation mit ${e}`,
51
53
  a11y_screen_conversation_list_no_count: "Konversationsliste",
54
+ a11y_screen_conversation_list_with_count: (e) => `Konversationen, insgesamt ${e}`,
52
55
  a11y_csat_displayed: "Zufriedenheitsumfrage angezeigt",
53
56
  a11y_empty_conversation: "Keine Nachrichten in dieser Konversation",
54
57
  a11y_input_disabled: "Nachrichteneingabe ist deaktiviert",
@@ -103,7 +106,9 @@ const o = {
103
106
  placeholder_something_went_wrong: "Etwas ist schiefgelaufen",
104
107
  placeholder_no_messages: "Keine Nachrichten",
105
108
  placeholder_no_conversations: "Noch keine Unterhaltungen",
106
- placeholder_something_went_wrong_retry_label: "Erneut versuchen"
109
+ placeholder_something_went_wrong_retry_label: "Erneut versuchen",
110
+ button_ok: "OK",
111
+ button_cancel: "Abbrechen"
107
112
  },
108
113
  feedback: {
109
114
  title: "Feedback senden",
@@ -134,7 +139,6 @@ const o = {
134
139
  // Message Input
135
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "Wählen Sie eine Option zum Fortfahren",
136
141
  // Common UI
137
- BUTTON__CANCEL: "Abbrechen",
138
142
  BUTTON__SUBMIT: "Absenden",
139
143
  SUBMITTED: "Gesendet",
140
144
  TRY_AGAIN: "Bitte versuche es erneut.",
@@ -156,10 +160,11 @@ const o = {
156
160
  A11Y_ATTACH_FILE: "Datei anhängen",
157
161
  A11Y_FILE_SELECTED: (e) => `${e}, ausgewählt`,
158
162
  A11Y_FILE_REMOVE_BUTTON: (e) => `Datei entfernen: ${e}`,
159
- A11Y_CSAT_RATING_LABEL: (e, n) => `${e} von 5, ${n}`,
163
+ A11Y_CSAT_RATING_LABEL: (e, n) => `${e} ${n}`,
160
164
  A11Y_FILE_UPLOAD_OPTIONS: "Datei-Upload-Optionen",
161
165
  A11Y_FAILED_MESSAGE_OPTIONS: "Optionen für fehlgeschlagene Nachricht",
162
166
  A11Y_FEEDBACK_OPTIONS: "Feedback-Optionen",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "Antwort eingeben",
163
168
  // Form
164
169
  FORM_UNAVAILABLE: "Das Formular ist nicht mehr verfügbar.",
165
170
  FORM_NOT_SUPPORTED: "Dieses Formular wird in der aktuellen Version nicht unterstützt.",
@@ -185,8 +190,6 @@ const o = {
185
190
  /** @deprecated Unused string **/
186
191
  BUTTON__SAVE: "Speichern",
187
192
  /** @deprecated Unused string **/
188
- BUTTON__OK: "OK",
189
- /** @deprecated Unused string **/
190
193
  NO_NAME: "(Kein Name)",
191
194
  /** @deprecated Unused string **/
192
195
  CHANNEL_FROZEN: "Kanal eingefroren"