@sendbird/ai-agent-messenger-react 1.21.3 → 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
- import { it as i } from "date-fns/locale/it";
2
- import { m as n } from "../index.js";
3
- const _ = {
1
+ import { it as s } from "date-fns/locale/it";
2
+ import { m as t } from "../index.js";
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,17 +16,66 @@ const _ = {
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",
22
24
  a11y_scroll_to_new_messages: "Scorri ai nuovi messaggi",
23
- a11y_open_conversation_list: "Apri elenco conversazioni"
25
+ a11y_open_conversation_list: "Apri elenco conversazioni",
26
+ a11y_open_conversation: "Apri conversazione",
27
+ a11y_open_conversations: "Apri elenco conversazioni",
28
+ a11y_close_conversation: "Chiudi conversazione",
29
+ a11y_close_conversations: "Chiudi elenco conversazioni",
30
+ a11y_menu: "Menu",
31
+ a11y_message_input: "Messaggio",
32
+ a11y_send_message: "Invia messaggio",
33
+ a11y_attach_file: "Allega file",
34
+ a11y_close_messenger: "Chiudi messenger",
35
+ a11y_expand_messenger: "Espandi messenger",
36
+ a11y_collapse_messenger: "Comprimi messenger",
37
+ a11y_connect_agent: "Connettiti con un agente",
38
+ a11y_message_sender_you: "Tu",
39
+ a11y_suggested_reply: "Risposta suggerita",
40
+ a11y_typing_indicator: "Sta scrivendo",
41
+ a11y_code_block_placeholder: "Blocco di codice",
42
+ a11y_typing_format: (e) => `${e} sta scrivendo`,
43
+ a11y_message_failed: "Invio del messaggio non riuscito",
44
+ a11y_new_messages_received: (e) => `${e} ${e === 1 ? "nuovo messaggio ricevuto" : "nuovi messaggi ricevuti"}`,
45
+ a11y_new_messages_received_from_sender: (e, a) => `${e}: ${a} ${a === 1 ? "nuovo messaggio ricevuto" : "nuovi messaggi ricevuti"}`,
46
+ a11y_agent_connected: (e) => "Connesso con agente umano",
47
+ a11y_conversation_closed: "La conversazione è terminata",
48
+ a11y_file_image: (e) => `File immagine: ${e}`,
49
+ a11y_file_video: (e) => `File video: ${e}`,
50
+ a11y_file_document: (e) => `File documento: ${e}`,
51
+ a11y_screen_conversation: "Conversazione",
52
+ a11y_screen_conversation_with_agent: (e) => `Conversazione con ${e}`,
53
+ a11y_screen_conversation_list_no_count: "Elenco conversazioni",
54
+ a11y_screen_conversation_list_with_count: (e) => `Conversazioni, ${e} totali`,
55
+ a11y_csat_displayed: "Sondaggio di soddisfazione visualizzato",
56
+ a11y_empty_conversation: "Nessun messaggio in questa conversazione",
57
+ a11y_input_disabled: "Inserimento messaggi disabilitato",
58
+ a11y_file_size_exceeded: (e) => `Il file supera il limite di ${e}MB`,
59
+ a11y_csat_form_error: "Compilare i campi obbligatori",
60
+ a11y_hint_send_message: "Invia il messaggio",
61
+ a11y_hint_open_conversation: "Apre la conversazione",
62
+ a11y_hint_open_conversations: "Apre l'elenco conversazioni",
63
+ a11y_hint_close_conversation: "Chiude la conversazione",
64
+ a11y_hint_open_menu: "Apre il menu",
65
+ a11y_hint_connect_to_agent: "Connette a un agente umano",
66
+ a11y_hint_attach_file: "Apre le opzioni di allegato file",
67
+ a11y_hint_view_new_messages: "Scorre ai nuovi messaggi",
68
+ a11y_hint_open_file: "Apre il file",
69
+ a11y_hint_open_image: "Apre l'immagine",
70
+ a11y_hint_send_reply: "Invia questa risposta"
24
71
  },
25
72
  conversation_list: {
26
73
  header_title: "Conversazioni",
27
74
  ended: "Terminata",
75
+ system_message: "Messaggio di sistema",
28
76
  footer_title: "Inizia una conversazione",
29
- multiple_files_count: (e) => `${e} file`
77
+ multiple_files_count: (e) => `${e} file`,
78
+ a11y_conversation_item: (e, a, _, o) => `${e}, ${a}, ${_}, ${o} ${o === 1 ? "messaggio non letto" : "messaggi non letti"}`
30
79
  },
31
80
  date_format: {
32
81
  just_now: "Proprio ora",
@@ -45,7 +94,9 @@ const _ = {
45
94
  reason_placeholder: "Condividi il tuo feedback",
46
95
  question: "Come valuteresti la tua esperienza?",
47
96
  submit_label: "Invia",
48
- submission_expired: "Ci dispiace, il periodo per partecipare al sondaggio è terminato."
97
+ submission_expired: "Ci dispiace, il periodo per partecipare al sondaggio è terminato.",
98
+ a11y_rating_label: (e, a) => `${e} su 5 — ${a}`,
99
+ a11y_hint_select_rating: "Seleziona questa valutazione"
49
100
  },
50
101
  form: {
51
102
  optional_label: "opzionale",
@@ -55,7 +106,9 @@ const _ = {
55
106
  placeholder_something_went_wrong: "Qualcosa è andato storto",
56
107
  placeholder_no_messages: "Nessun messaggio",
57
108
  placeholder_no_conversations: "Nessuna conversazione ancora",
58
- placeholder_something_went_wrong_retry_label: "Riprova"
109
+ placeholder_something_went_wrong_retry_label: "Riprova",
110
+ button_ok: "OK",
111
+ button_cancel: "Annulla"
59
112
  },
60
113
  feedback: {
61
114
  title: "Invia feedback",
@@ -75,18 +128,17 @@ const _ = {
75
128
  confirm_cancel: "Annulla",
76
129
  confirm_handoff: "Trasferisci"
77
130
  }
78
- }, a = {
131
+ }, i = {
79
132
  language: "it",
80
- strings: _,
81
- dateLocale: i
82
- }, o = n(a.strings), t = {
83
- ...o,
133
+ strings: l,
134
+ dateLocale: s
135
+ }, n = t(i.strings), r = {
136
+ ...n,
84
137
  // Channel Header
85
138
  HEADER_BUTTON__AGENT_HANDOFF: "Connettersi con un agente",
86
139
  // Message Input
87
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "Seleziona un'opzione per continuare",
88
141
  // Common UI
89
- BUTTON__CANCEL: "Annulla",
90
142
  BUTTON__SUBMIT: "Invia",
91
143
  SUBMITTED: "Inviato",
92
144
  TRY_AGAIN: "Per favore, riprova.",
@@ -106,6 +158,13 @@ const _ = {
106
158
  A11Y_IMAGE_VIEWER_NEXT: "Immagine successiva",
107
159
  A11Y_IMAGE_VIEWER_DOWNLOAD: "Scarica immagine",
108
160
  A11Y_ATTACH_FILE: "Allega file",
161
+ A11Y_FILE_SELECTED: (e) => `${e}, selezionato`,
162
+ A11Y_FILE_REMOVE_BUTTON: (e) => `Rimuovi file: ${e}`,
163
+ A11Y_CSAT_RATING_LABEL: (e, a) => `${e} — ${a}`,
164
+ A11Y_FILE_UPLOAD_OPTIONS: "Opzioni di caricamento file",
165
+ A11Y_FAILED_MESSAGE_OPTIONS: "Opzioni messaggio non riuscito",
166
+ A11Y_FEEDBACK_OPTIONS: "Opzioni feedback",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "Inserisci la risposta",
109
168
  // Form
110
169
  FORM_UNAVAILABLE: "Il modulo non è più disponibile.",
111
170
  FORM_NOT_SUPPORTED: "Questo modulo non è supportato nella versione attuale.",
@@ -117,7 +176,7 @@ const _ = {
117
176
  FORM_VALIDATION_MAX_SELECT: (e) => `Seleziona al massimo ${e} opzioni`,
118
177
  FORM_VALIDATION_REGEX_FAILED: "Formato non valido",
119
178
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
120
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
179
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
121
180
  /** @deprecated Unused string **/
122
181
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
123
182
  /** @deprecated Unused string **/
@@ -131,16 +190,14 @@ const _ = {
131
190
  /** @deprecated Unused string **/
132
191
  BUTTON__SAVE: "Salva",
133
192
  /** @deprecated Unused string **/
134
- BUTTON__OK: "OK",
135
- /** @deprecated Unused string **/
136
193
  NO_NAME: "(Senza nome)",
137
194
  /** @deprecated Unused string **/
138
195
  CHANNEL_FROZEN: "Canale bloccato"
139
- }, r = {
140
- language: a.language,
141
- dateLocale: a.dateLocale,
142
- stringSet: t
196
+ }, d = {
197
+ language: i.language,
198
+ dateLocale: i.dateLocale,
199
+ stringSet: r
143
200
  };
144
201
  export {
145
- r as default
202
+ d as default
146
203
  };
@@ -1,6 +1,6 @@
1
- import { ko as t } from "date-fns/locale/ko";
2
- import { m as a } from "../index.js";
3
- const E = {
1
+ import { ko as s } from "date-fns/locale/ko";
2
+ import { m as i } from "../index.js";
3
+ const l = {
4
4
  conversation: {
5
5
  input_placeholder: "질문하기",
6
6
  input_placeholder_disabled: "이 채널에서는 채팅을 사용할 수 없습니다.",
@@ -16,17 +16,66 @@ const E = {
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: "맨 아래로 스크롤",
22
24
  a11y_scroll_to_new_messages: "새 메시지로 스크롤",
23
- a11y_open_conversation_list: "대화 목록 열기"
25
+ a11y_open_conversation_list: "대화 목록 열기",
26
+ a11y_open_conversation: "대화 열기",
27
+ a11y_open_conversations: "대화 목록 열기",
28
+ a11y_close_conversation: "대화 닫기",
29
+ a11y_close_conversations: "대화 목록 닫기",
30
+ a11y_menu: "메뉴",
31
+ a11y_message_input: "메시지",
32
+ a11y_send_message: "메시지 보내기",
33
+ a11y_attach_file: "파일 첨부",
34
+ a11y_close_messenger: "메신저 닫기",
35
+ a11y_expand_messenger: "메신저 확장",
36
+ a11y_collapse_messenger: "메신저 축소",
37
+ a11y_connect_agent: "상담사와 연결하기",
38
+ a11y_message_sender_you: "나",
39
+ a11y_suggested_reply: "추천 답변",
40
+ a11y_typing_indicator: "입력 중",
41
+ a11y_code_block_placeholder: "코드 블록",
42
+ a11y_typing_format: (_) => `${_}님이 입력 중`,
43
+ a11y_message_failed: "메시지 전송 실패",
44
+ a11y_new_messages_received: (_) => `새 메시지 ${_}개 수신`,
45
+ a11y_new_messages_received_from_sender: (_, e) => `${_}님의 새 메시지 ${e}개 수신`,
46
+ a11y_agent_connected: (_) => "상담원에 연결됨",
47
+ a11y_conversation_closed: "대화가 종료되었습니다",
48
+ a11y_file_image: (_) => `이미지 파일: ${_}`,
49
+ a11y_file_video: (_) => `비디오 파일: ${_}`,
50
+ a11y_file_document: (_) => `문서 파일: ${_}`,
51
+ a11y_screen_conversation: "대화",
52
+ a11y_screen_conversation_with_agent: (_) => `${_}와(과)의 대화`,
53
+ a11y_screen_conversation_list_no_count: "대화 목록",
54
+ a11y_screen_conversation_list_with_count: (_) => `대화, 총 ${_}개`,
55
+ a11y_csat_displayed: "만족도 설문이 표시되었습니다",
56
+ a11y_empty_conversation: "이 대화에 메시지가 없습니다",
57
+ a11y_input_disabled: "메시지 입력이 비활성화되었습니다",
58
+ a11y_file_size_exceeded: (_) => `파일 크기가 ${_}MB 제한을 초과합니다`,
59
+ a11y_csat_form_error: "필수 항목을 작성해 주세요",
60
+ a11y_hint_send_message: "메시지를 보냅니다",
61
+ a11y_hint_open_conversation: "대화를 엽니다",
62
+ a11y_hint_open_conversations: "대화 목록을 엽니다",
63
+ a11y_hint_close_conversation: "대화를 닫습니다",
64
+ a11y_hint_open_menu: "메뉴를 엽니다",
65
+ a11y_hint_connect_to_agent: "상담원에게 연결합니다",
66
+ a11y_hint_attach_file: "파일 첨부 옵션을 엽니다",
67
+ a11y_hint_view_new_messages: "새 메시지로 스크롤합니다",
68
+ a11y_hint_open_file: "파일을 엽니다",
69
+ a11y_hint_open_image: "이미지를 엽니다",
70
+ a11y_hint_send_reply: "이 답변을 보냅니다"
24
71
  },
25
72
  conversation_list: {
26
73
  header_title: "대화",
27
74
  ended: "종료됨",
75
+ system_message: "시스템 메시지",
28
76
  footer_title: "대화 시작",
29
- multiple_files_count: (_) => `${_}개의 파일`
77
+ multiple_files_count: (_) => `${_}개의 파일`,
78
+ a11y_conversation_item: (_, e, n, t) => `${_}, ${e}, ${n}, 읽지 않은 메시지 ${t}개`
30
79
  },
31
80
  date_format: {
32
81
  just_now: "방금",
@@ -45,7 +94,9 @@ const E = {
45
94
  reason_placeholder: "의견을 공유해주세요.",
46
95
  question: "귀하의 경험을 어떻게 평가하시겠습니까?",
47
96
  submit_label: "제출",
48
- submission_expired: "죄송합니다. 설문 응답 기간이 종료되었습니다."
97
+ submission_expired: "죄송합니다. 설문 응답 기간이 종료되었습니다.",
98
+ a11y_rating_label: (_, e) => `5점 중 ${_}점 — ${e}`,
99
+ a11y_hint_select_rating: "이 평점을 선택합니다"
49
100
  },
50
101
  form: {
51
102
  optional_label: "선택",
@@ -55,7 +106,9 @@ const E = {
55
106
  placeholder_something_went_wrong: "문제가 발생했습니다.",
56
107
  placeholder_no_messages: "메시지가 없습니다.",
57
108
  placeholder_no_conversations: "아직 대화가 없습니다",
58
- placeholder_something_went_wrong_retry_label: "다시 시도"
109
+ placeholder_something_went_wrong_retry_label: "다시 시도",
110
+ button_ok: "확인",
111
+ button_cancel: "취소"
59
112
  },
60
113
  feedback: {
61
114
  title: "피드백 제출",
@@ -75,18 +128,17 @@ const E = {
75
128
  confirm_cancel: "취소",
76
129
  confirm_handoff: "연결"
77
130
  }
78
- }, e = {
131
+ }, a = {
79
132
  language: "ko",
80
- strings: E,
81
- dateLocale: t
82
- }, o = a(e.strings), T = {
133
+ strings: l,
134
+ dateLocale: s
135
+ }, o = i(a.strings), r = {
83
136
  ...o,
84
137
  // Channel Header
85
138
  HEADER_BUTTON__AGENT_HANDOFF: "상담사와 연결하기",
86
139
  // Message Input
87
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "계속하려면 옵션을 선택하세요",
88
141
  // Common UI
89
- BUTTON__CANCEL: "취소",
90
142
  BUTTON__SUBMIT: "제출",
91
143
  SUBMITTED: "제출됨",
92
144
  TRY_AGAIN: "다시 시도해 주세요.",
@@ -106,6 +158,13 @@ const E = {
106
158
  A11Y_IMAGE_VIEWER_NEXT: "다음 이미지",
107
159
  A11Y_IMAGE_VIEWER_DOWNLOAD: "이미지 다운로드",
108
160
  A11Y_ATTACH_FILE: "파일 첨부",
161
+ A11Y_FILE_SELECTED: (_) => `${_}, 선택됨`,
162
+ A11Y_FILE_REMOVE_BUTTON: (_) => `파일 제거: ${_}`,
163
+ A11Y_CSAT_RATING_LABEL: (_, e) => `${_} — ${e}`,
164
+ A11Y_FILE_UPLOAD_OPTIONS: "파일 업로드 옵션",
165
+ A11Y_FAILED_MESSAGE_OPTIONS: "실패한 메시지 옵션",
166
+ A11Y_FEEDBACK_OPTIONS: "피드백 옵션",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "답변 입력",
109
168
  // Form
110
169
  FORM_UNAVAILABLE: "양식을 더 이상 사용할 수 없습니다.",
111
170
  FORM_NOT_SUPPORTED: "이 양식은 현재 버전에서 지원되지 않습니다.",
@@ -131,16 +190,14 @@ const E = {
131
190
  /** @deprecated Unused string **/
132
191
  BUTTON__SAVE: "저장",
133
192
  /** @deprecated Unused string **/
134
- BUTTON__OK: "확인",
135
- /** @deprecated Unused string **/
136
193
  NO_NAME: "(이름 없음)",
137
194
  /** @deprecated Unused string **/
138
195
  CHANNEL_FROZEN: "채널이 동결되었습니다."
139
- }, l = {
140
- language: e.language,
141
- dateLocale: e.dateLocale,
142
- stringSet: T
196
+ }, A = {
197
+ language: a.language,
198
+ dateLocale: a.dateLocale,
199
+ stringSet: r
143
200
  };
144
201
  export {
145
- l as default
202
+ A as default
146
203
  };
@@ -1,6 +1,6 @@
1
- import { de as _ } from "date-fns/locale/de";
2
- import { m as r } from "../index.js";
3
- const a = {
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",
@@ -16,17 +16,66 @@ const a = {
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",
22
24
  a11y_scroll_to_new_messages: "Zu neuen Nachrichten scrollen",
23
- a11y_open_conversation_list: "Konversationsliste öffnen"
25
+ a11y_open_conversation_list: "Konversationsliste öffnen",
26
+ a11y_open_conversation: "Konversation öffnen",
27
+ a11y_open_conversations: "Konversationsliste öffnen",
28
+ a11y_close_conversation: "Konversation schließen",
29
+ a11y_close_conversations: "Konversationsliste schließen",
30
+ a11y_menu: "Menü",
31
+ a11y_message_input: "Nachricht",
32
+ a11y_send_message: "Nachricht senden",
33
+ a11y_attach_file: "Datei anhängen",
34
+ a11y_close_messenger: "Messenger schließen",
35
+ a11y_expand_messenger: "Messenger erweitern",
36
+ a11y_collapse_messenger: "Messenger einklappen",
37
+ a11y_connect_agent: "Mit einem Agenten verbinden",
38
+ a11y_message_sender_you: "Du",
39
+ a11y_suggested_reply: "Vorgeschlagene Antwort",
40
+ a11y_typing_indicator: "Tippt",
41
+ a11y_code_block_placeholder: "Codeblock",
42
+ a11y_typing_format: (e) => `${e} tippt`,
43
+ a11y_message_failed: "Nachricht konnte nicht gesendet werden",
44
+ a11y_new_messages_received: (e) => `${e} neue ${e === 1 ? "Nachricht" : "Nachrichten"} empfangen`,
45
+ a11y_new_messages_received_from_sender: (e, n) => `${e}: ${n} neue ${n === 1 ? "Nachricht" : "Nachrichten"} empfangen`,
46
+ a11y_agent_connected: (e) => "Mit menschlichem Agenten verbunden",
47
+ a11y_conversation_closed: "Die Konversation wurde beendet",
48
+ a11y_file_image: (e) => `Bilddatei: ${e}`,
49
+ a11y_file_video: (e) => `Videodatei: ${e}`,
50
+ a11y_file_document: (e) => `Dokumentdatei: ${e}`,
51
+ a11y_screen_conversation: "Konversation",
52
+ a11y_screen_conversation_with_agent: (e) => `Konversation mit ${e}`,
53
+ a11y_screen_conversation_list_no_count: "Konversationsliste",
54
+ a11y_screen_conversation_list_with_count: (e) => `Konversationen, insgesamt ${e}`,
55
+ a11y_csat_displayed: "Zufriedenheitsumfrage angezeigt",
56
+ a11y_empty_conversation: "Keine Nachrichten in dieser Konversation",
57
+ a11y_input_disabled: "Nachrichteneingabe ist deaktiviert",
58
+ a11y_file_size_exceeded: (e) => `Datei überschreitet die Größenbeschränkung von ${e}MB`,
59
+ a11y_csat_form_error: "Bitte füllen Sie die erforderlichen Felder aus",
60
+ a11y_hint_send_message: "Sendet die Nachricht",
61
+ a11y_hint_open_conversation: "Öffnet die Konversation",
62
+ a11y_hint_open_conversations: "Öffnet die Konversationsliste",
63
+ a11y_hint_close_conversation: "Schließt die Konversation",
64
+ a11y_hint_open_menu: "Öffnet das Menü",
65
+ a11y_hint_connect_to_agent: "Verbindet mit einem menschlichen Agenten",
66
+ a11y_hint_attach_file: "Öffnet die Optionen zum Anhängen von Dateien",
67
+ a11y_hint_view_new_messages: "Scrollt zu neuen Nachrichten",
68
+ a11y_hint_open_file: "Öffnet die Datei",
69
+ a11y_hint_open_image: "Öffnet das Bild",
70
+ a11y_hint_send_reply: "Sendet diese Antwort"
24
71
  },
25
72
  conversation_list: {
26
73
  header_title: "Gespräche",
27
74
  ended: "Beendet",
75
+ system_message: "Systemnachricht",
28
76
  footer_title: "Ein Gespräch starten",
29
- multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`
77
+ multiple_files_count: (e) => `${e} ${e === 1 ? "Datei" : "Dateien"}`,
78
+ a11y_conversation_item: (e, n, i, _) => `${e}, ${n}, ${i}, ${_} ungelesene ${_ === 1 ? "Nachricht" : "Nachrichten"}`
30
79
  },
31
80
  date_format: {
32
81
  just_now: "Gerade eben",
@@ -45,7 +94,9 @@ const a = {
45
94
  reason_placeholder: "Dein Feedback teilen",
46
95
  question: "Wie würden Sie Ihre Erfahrung bewerten?",
47
96
  submit_label: "Absenden",
48
- submission_expired: "Die Umfrage ist leider nicht mehr verfügbar."
97
+ submission_expired: "Die Umfrage ist leider nicht mehr verfügbar.",
98
+ a11y_rating_label: (e, n) => `${e} von 5 — ${n}`,
99
+ a11y_hint_select_rating: "Wählt diese Bewertung aus"
49
100
  },
50
101
  form: {
51
102
  optional_label: "optional",
@@ -55,7 +106,9 @@ const a = {
55
106
  placeholder_something_went_wrong: "Etwas ist schiefgelaufen",
56
107
  placeholder_no_messages: "Keine Nachrichten",
57
108
  placeholder_no_conversations: "Noch keine Unterhaltungen",
58
- 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"
59
112
  },
60
113
  feedback: {
61
114
  title: "Feedback senden",
@@ -75,18 +128,17 @@ const a = {
75
128
  confirm_cancel: "Abbrechen",
76
129
  confirm_handoff: "Weiterleiten"
77
130
  }
78
- }, n = {
131
+ }, t = {
79
132
  language: "de",
80
- strings: a,
81
- dateLocale: _
82
- }, t = r(n.strings), i = {
83
- ...t,
133
+ strings: o,
134
+ dateLocale: r
135
+ }, a = s(t.strings), l = {
136
+ ...a,
84
137
  // Channel Header
85
138
  HEADER_BUTTON__AGENT_HANDOFF: "Mit einem Agenten verbinden",
86
139
  // Message Input
87
140
  MESSAGE_INPUT__PLACE_HOLDER__SUGGESTED_REPLIES: "Wählen Sie eine Option zum Fortfahren",
88
141
  // Common UI
89
- BUTTON__CANCEL: "Abbrechen",
90
142
  BUTTON__SUBMIT: "Absenden",
91
143
  SUBMITTED: "Gesendet",
92
144
  TRY_AGAIN: "Bitte versuche es erneut.",
@@ -106,6 +158,13 @@ const a = {
106
158
  A11Y_IMAGE_VIEWER_NEXT: "Nächstes Bild",
107
159
  A11Y_IMAGE_VIEWER_DOWNLOAD: "Bild herunterladen",
108
160
  A11Y_ATTACH_FILE: "Datei anhängen",
161
+ A11Y_FILE_SELECTED: (e) => `${e}, ausgewählt`,
162
+ A11Y_FILE_REMOVE_BUTTON: (e) => `Datei entfernen: ${e}`,
163
+ A11Y_CSAT_RATING_LABEL: (e, n) => `${e} — ${n}`,
164
+ A11Y_FILE_UPLOAD_OPTIONS: "Datei-Upload-Optionen",
165
+ A11Y_FAILED_MESSAGE_OPTIONS: "Optionen für fehlgeschlagene Nachricht",
166
+ A11Y_FEEDBACK_OPTIONS: "Feedback-Optionen",
167
+ A11Y_CSAT_TEXT_INPUT_LABEL: "Antwort eingeben",
109
168
  // Form
110
169
  FORM_UNAVAILABLE: "Das Formular ist nicht mehr verfügbar.",
111
170
  FORM_NOT_SUPPORTED: "Dieses Formular wird in der aktuellen Version nicht unterstützt.",
@@ -117,7 +176,7 @@ const a = {
117
176
  FORM_VALIDATION_MAX_SELECT: (e) => `Wähle höchstens ${e} Optionen`,
118
177
  FORM_VALIDATION_REGEX_FAILED: "Ungültiges Format",
119
178
  /** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
120
- DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: t.DATE_FORMAT__DATE_SHORT,
179
+ DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: a.DATE_FORMAT__DATE_SHORT,
121
180
  /** @deprecated Unused string **/
122
181
  DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
123
182
  /** @deprecated Unused string **/
@@ -131,16 +190,14 @@ const a = {
131
190
  /** @deprecated Unused string **/
132
191
  BUTTON__SAVE: "Speichern",
133
192
  /** @deprecated Unused string **/
134
- BUTTON__OK: "OK",
135
- /** @deprecated Unused string **/
136
193
  NO_NAME: "(Kein Name)",
137
194
  /** @deprecated Unused string **/
138
195
  CHANNEL_FROZEN: "Kanal eingefroren"
139
- }, o = {
140
- language: n.language,
141
- dateLocale: n.dateLocale,
142
- stringSet: i
196
+ }, h = {
197
+ language: t.language,
198
+ dateLocale: t.dateLocale,
199
+ stringSet: l
143
200
  };
144
201
  export {
145
- o as default
202
+ h as default
146
203
  };