@sendbird/ai-agent-messenger-react 1.21.3 → 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.
- package/dist/cjs/A0RFIJy_.cjs +1 -0
- package/dist/cjs/BNjeOTuI.cjs +1 -0
- package/dist/cjs/BV40WZg3.cjs +1 -0
- package/dist/cjs/C3OHcrBV.cjs +1 -0
- package/dist/cjs/D2fiRjSz.cjs +1 -0
- package/dist/cjs/DVc2qz6N.cjs +1 -0
- package/dist/cjs/jGp6gOJ2.cjs +1 -0
- package/dist/cjs/pDHRH5ez.cjs +1 -0
- package/dist/cjs/rNq_TnmW.cjs +1 -0
- package/dist/es/{KPAYWEjC.js → 89kkkmJB.js} +71 -17
- package/dist/es/{BtQecLIw.js → B1Zl6v7X.js} +71 -17
- package/dist/es/{QVU1iD0e.js → BL89djVk.js} +71 -17
- package/dist/es/{DuNYicWu.js → BPLO52kK.js} +71 -17
- package/dist/es/{BxxBjc14.js → BbQiMuUs.js} +71 -17
- package/dist/es/{B7zqM9VD.js → Culegmk_.js} +71 -17
- package/dist/es/{PQi1lji5.js → DaiGT8Mr.js} +69 -15
- package/dist/es/{g-NLyB8N.js → Dd81G18F.js} +71 -17
- package/dist/es/{IxuoSGGX.js → gn5TNb_w.js} +71 -17
- package/dist/index.cjs +230 -130
- package/dist/index.d.ts +201 -7
- package/dist/index.js +5660 -3550
- package/package.json +4 -4
- package/dist/cjs/B8e5M4M9.cjs +0 -1
- package/dist/cjs/Ba_JKDGK.cjs +0 -1
- package/dist/cjs/BqsoHLlP.cjs +0 -1
- package/dist/cjs/CSOR33ij.cjs +0 -1
- package/dist/cjs/Cdz9XkkI.cjs +0 -1
- package/dist/cjs/DR4bCizU.cjs +0 -1
- package/dist/cjs/DW6lSsOu.cjs +0 -1
- package/dist/cjs/cDxb_gcv.cjs +0 -1
- package/dist/cjs/zu820q6g.cjs +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { hi as
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
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: "इस चैनल में चैट उपलब्ध नहीं है",
|
|
@@ -20,13 +20,59 @@ const E = {
|
|
|
20
20
|
a11y_message_list: "चैट संदेश",
|
|
21
21
|
a11y_scroll_to_bottom: "नीचे स्क्रॉल करें",
|
|
22
22
|
a11y_scroll_to_new_messages: "नए संदेशों पर स्क्रॉल करें",
|
|
23
|
-
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: "यह जवाब भेजता है"
|
|
24
68
|
},
|
|
25
69
|
conversation_list: {
|
|
26
70
|
header_title: "बातचीत",
|
|
27
71
|
ended: "समाप्त",
|
|
72
|
+
system_message: "सिस्टम संदेश",
|
|
28
73
|
footer_title: "एक बातचीत शुरू करें",
|
|
29
|
-
multiple_files_count: (_) => `${_}
|
|
74
|
+
multiple_files_count: (_) => `${_} ${_ === 1 ? "फ़ाइल" : "फ़ाइलें"}`,
|
|
75
|
+
a11y_conversation_item: (_, e, o, t) => `${_}, ${e}, ${o}, ${t} अपठित संदेश`
|
|
30
76
|
},
|
|
31
77
|
date_format: {
|
|
32
78
|
just_now: "अभी",
|
|
@@ -45,7 +91,9 @@ const E = {
|
|
|
45
91
|
reason_placeholder: "अपनी प्रतिक्रिया साझा करें",
|
|
46
92
|
question: "आप अपने अनुभव का मूल्यांकन कैसे करेंगे?",
|
|
47
93
|
submit_label: "सबमिट करें",
|
|
48
|
-
submission_expired: "क्षमा करें, सर्वेक्षण अवधि समाप्त हो गई है।"
|
|
94
|
+
submission_expired: "क्षमा करें, सर्वेक्षण अवधि समाप्त हो गई है।",
|
|
95
|
+
a11y_rating_label: (_, e) => `5 में से ${_} — ${e}`,
|
|
96
|
+
a11y_hint_select_rating: "इस रेटिंग को चुनता है"
|
|
49
97
|
},
|
|
50
98
|
form: {
|
|
51
99
|
optional_label: "वैकल्पिक",
|
|
@@ -75,12 +123,12 @@ const E = {
|
|
|
75
123
|
confirm_cancel: "रद्द करें",
|
|
76
124
|
confirm_handoff: "हैंडऑफ़"
|
|
77
125
|
}
|
|
78
|
-
},
|
|
126
|
+
}, a = {
|
|
79
127
|
language: "hi",
|
|
80
|
-
strings:
|
|
81
|
-
dateLocale:
|
|
82
|
-
},
|
|
83
|
-
...
|
|
128
|
+
strings: l,
|
|
129
|
+
dateLocale: s
|
|
130
|
+
}, n = i(a.strings), r = {
|
|
131
|
+
...n,
|
|
84
132
|
// Channel Header
|
|
85
133
|
HEADER_BUTTON__AGENT_HANDOFF: "एजेंट से कनेक्ट करें",
|
|
86
134
|
// Message Input
|
|
@@ -106,6 +154,12 @@ const E = {
|
|
|
106
154
|
A11Y_IMAGE_VIEWER_NEXT: "अगली छवि",
|
|
107
155
|
A11Y_IMAGE_VIEWER_DOWNLOAD: "छवि डाउनलोड करें",
|
|
108
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: "प्रतिक्रिया विकल्प",
|
|
109
163
|
// Form
|
|
110
164
|
FORM_UNAVAILABLE: "फॉर्म अब उपलब्ध नहीं है।",
|
|
111
165
|
FORM_NOT_SUPPORTED: "यह फॉर्म वर्तमान संस्करण में समर्थित नहीं है।",
|
|
@@ -117,7 +171,7 @@ const E = {
|
|
|
117
171
|
FORM_VALIDATION_MAX_SELECT: (_) => `अधिकतम ${_} विकल्प चुनें`,
|
|
118
172
|
FORM_VALIDATION_REGEX_FAILED: "गलत प्रारूप",
|
|
119
173
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
120
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
174
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
|
|
121
175
|
/** @deprecated Unused string **/
|
|
122
176
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
123
177
|
/** @deprecated Unused string **/
|
|
@@ -136,11 +190,11 @@ const E = {
|
|
|
136
190
|
NO_NAME: "(कोई नाम नहीं)",
|
|
137
191
|
/** @deprecated Unused string **/
|
|
138
192
|
CHANNEL_FROZEN: "चैनल फ्रीज हो गया"
|
|
139
|
-
},
|
|
140
|
-
language:
|
|
141
|
-
dateLocale:
|
|
142
|
-
stringSet:
|
|
193
|
+
}, T = {
|
|
194
|
+
language: a.language,
|
|
195
|
+
dateLocale: a.dateLocale,
|
|
196
|
+
stringSet: r
|
|
143
197
|
};
|
|
144
198
|
export {
|
|
145
|
-
|
|
199
|
+
T as default
|
|
146
200
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { pt as
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
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",
|
|
@@ -20,13 +20,59 @@ const n = {
|
|
|
20
20
|
a11y_message_list: "Mensagens do chat",
|
|
21
21
|
a11y_scroll_to_bottom: "Rolar para baixo",
|
|
22
22
|
a11y_scroll_to_new_messages: "Rolar para novas mensagens",
|
|
23
|
-
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"
|
|
24
68
|
},
|
|
25
69
|
conversation_list: {
|
|
26
70
|
header_title: "Conversas",
|
|
27
71
|
ended: "Encerrada",
|
|
72
|
+
system_message: "Mensagem do sistema",
|
|
28
73
|
footer_title: "Iniciar uma conversa",
|
|
29
|
-
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"}`
|
|
30
76
|
},
|
|
31
77
|
date_format: {
|
|
32
78
|
just_now: "Agora mesmo",
|
|
@@ -45,7 +91,9 @@ const n = {
|
|
|
45
91
|
reason_placeholder: "Compartilhe seu feedback",
|
|
46
92
|
question: "Como você avaliaria sua experiência?",
|
|
47
93
|
submit_label: "Enviar",
|
|
48
|
-
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"
|
|
49
97
|
},
|
|
50
98
|
form: {
|
|
51
99
|
optional_label: "opcional",
|
|
@@ -75,12 +123,12 @@ const n = {
|
|
|
75
123
|
confirm_cancel: "Cancelar",
|
|
76
124
|
confirm_handoff: "Transferir"
|
|
77
125
|
}
|
|
78
|
-
},
|
|
126
|
+
}, o = {
|
|
79
127
|
language: "pt",
|
|
80
|
-
strings:
|
|
81
|
-
dateLocale:
|
|
82
|
-
},
|
|
83
|
-
...
|
|
128
|
+
strings: t,
|
|
129
|
+
dateLocale: r
|
|
130
|
+
}, n = i(o.strings), m = {
|
|
131
|
+
...n,
|
|
84
132
|
// Channel Header
|
|
85
133
|
HEADER_BUTTON__AGENT_HANDOFF: "Conectar-se com um agente",
|
|
86
134
|
// Message Input
|
|
@@ -106,6 +154,12 @@ const n = {
|
|
|
106
154
|
A11Y_IMAGE_VIEWER_NEXT: "Próxima imagem",
|
|
107
155
|
A11Y_IMAGE_VIEWER_DOWNLOAD: "Baixar imagem",
|
|
108
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",
|
|
109
163
|
// Form
|
|
110
164
|
FORM_UNAVAILABLE: "O formulário não está mais disponível.",
|
|
111
165
|
FORM_NOT_SUPPORTED: "Este formulário não é suportado na versão atual.",
|
|
@@ -117,7 +171,7 @@ const n = {
|
|
|
117
171
|
FORM_VALIDATION_MAX_SELECT: (e) => `Selecione no máximo ${e} opções`,
|
|
118
172
|
FORM_VALIDATION_REGEX_FAILED: "Formato inválido",
|
|
119
173
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
120
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
174
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
|
|
121
175
|
/** @deprecated Unused string **/
|
|
122
176
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
123
177
|
/** @deprecated Unused string **/
|
|
@@ -136,11 +190,11 @@ const n = {
|
|
|
136
190
|
NO_NAME: "(Sem nome)",
|
|
137
191
|
/** @deprecated Unused string **/
|
|
138
192
|
CHANNEL_FROZEN: "Canal congelado"
|
|
139
|
-
},
|
|
140
|
-
language:
|
|
141
|
-
dateLocale:
|
|
142
|
-
stringSet:
|
|
193
|
+
}, l = {
|
|
194
|
+
language: o.language,
|
|
195
|
+
dateLocale: o.dateLocale,
|
|
196
|
+
stringSet: m
|
|
143
197
|
};
|
|
144
198
|
export {
|
|
145
|
-
|
|
199
|
+
l as default
|
|
146
200
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { de as
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
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",
|
|
@@ -20,13 +20,59 @@ const a = {
|
|
|
20
20
|
a11y_message_list: "Chat-Nachrichten",
|
|
21
21
|
a11y_scroll_to_bottom: "Nach unten scrollen",
|
|
22
22
|
a11y_scroll_to_new_messages: "Zu neuen Nachrichten scrollen",
|
|
23
|
-
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"
|
|
24
68
|
},
|
|
25
69
|
conversation_list: {
|
|
26
70
|
header_title: "Gespräche",
|
|
27
71
|
ended: "Beendet",
|
|
72
|
+
system_message: "Systemnachricht",
|
|
28
73
|
footer_title: "Ein Gespräch starten",
|
|
29
|
-
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"}`
|
|
30
76
|
},
|
|
31
77
|
date_format: {
|
|
32
78
|
just_now: "Gerade eben",
|
|
@@ -45,7 +91,9 @@ const a = {
|
|
|
45
91
|
reason_placeholder: "Dein Feedback teilen",
|
|
46
92
|
question: "Wie würden Sie Ihre Erfahrung bewerten?",
|
|
47
93
|
submit_label: "Absenden",
|
|
48
|
-
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"
|
|
49
97
|
},
|
|
50
98
|
form: {
|
|
51
99
|
optional_label: "optional",
|
|
@@ -75,12 +123,12 @@ const a = {
|
|
|
75
123
|
confirm_cancel: "Abbrechen",
|
|
76
124
|
confirm_handoff: "Weiterleiten"
|
|
77
125
|
}
|
|
78
|
-
},
|
|
126
|
+
}, t = {
|
|
79
127
|
language: "de",
|
|
80
|
-
strings:
|
|
81
|
-
dateLocale:
|
|
82
|
-
},
|
|
83
|
-
...
|
|
128
|
+
strings: o,
|
|
129
|
+
dateLocale: r
|
|
130
|
+
}, a = s(t.strings), l = {
|
|
131
|
+
...a,
|
|
84
132
|
// Channel Header
|
|
85
133
|
HEADER_BUTTON__AGENT_HANDOFF: "Mit einem Agenten verbinden",
|
|
86
134
|
// Message Input
|
|
@@ -106,6 +154,12 @@ const a = {
|
|
|
106
154
|
A11Y_IMAGE_VIEWER_NEXT: "Nächstes Bild",
|
|
107
155
|
A11Y_IMAGE_VIEWER_DOWNLOAD: "Bild herunterladen",
|
|
108
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",
|
|
109
163
|
// Form
|
|
110
164
|
FORM_UNAVAILABLE: "Das Formular ist nicht mehr verfügbar.",
|
|
111
165
|
FORM_NOT_SUPPORTED: "Dieses Formular wird in der aktuellen Version nicht unterstützt.",
|
|
@@ -117,7 +171,7 @@ const a = {
|
|
|
117
171
|
FORM_VALIDATION_MAX_SELECT: (e) => `Wähle höchstens ${e} Optionen`,
|
|
118
172
|
FORM_VALIDATION_REGEX_FAILED: "Ungültiges Format",
|
|
119
173
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
120
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
174
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: a.DATE_FORMAT__DATE_SHORT,
|
|
121
175
|
/** @deprecated Unused string **/
|
|
122
176
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
123
177
|
/** @deprecated Unused string **/
|
|
@@ -136,11 +190,11 @@ const a = {
|
|
|
136
190
|
NO_NAME: "(Kein Name)",
|
|
137
191
|
/** @deprecated Unused string **/
|
|
138
192
|
CHANNEL_FROZEN: "Kanal eingefroren"
|
|
139
|
-
},
|
|
140
|
-
language:
|
|
141
|
-
dateLocale:
|
|
142
|
-
stringSet:
|
|
193
|
+
}, h = {
|
|
194
|
+
language: t.language,
|
|
195
|
+
dateLocale: t.dateLocale,
|
|
196
|
+
stringSet: l
|
|
143
197
|
};
|
|
144
198
|
export {
|
|
145
|
-
|
|
199
|
+
h as default
|
|
146
200
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fr as r } from "date-fns/locale/fr";
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
2
|
+
import { m as o } from "../index.js";
|
|
3
|
+
const t = {
|
|
4
4
|
conversation: {
|
|
5
5
|
input_placeholder: "Poser une question",
|
|
6
6
|
input_placeholder_disabled: "Le chat n'est pas disponible dans ce canal",
|
|
@@ -20,13 +20,59 @@ const o = {
|
|
|
20
20
|
a11y_message_list: "Messages du chat",
|
|
21
21
|
a11y_scroll_to_bottom: "Faire défiler vers le bas",
|
|
22
22
|
a11y_scroll_to_new_messages: "Aller aux nouveaux messages",
|
|
23
|
-
a11y_open_conversation_list: "Ouvrir la liste des conversations"
|
|
23
|
+
a11y_open_conversation_list: "Ouvrir la liste des conversations",
|
|
24
|
+
a11y_open_conversation: "Ouvrir la conversation",
|
|
25
|
+
a11y_open_conversations: "Ouvrir la liste des conversations",
|
|
26
|
+
a11y_close_conversation: "Fermer la conversation",
|
|
27
|
+
a11y_close_conversations: "Fermer la liste des conversations",
|
|
28
|
+
a11y_menu: "Menu",
|
|
29
|
+
a11y_message_input: "Message",
|
|
30
|
+
a11y_send_message: "Envoyer le message",
|
|
31
|
+
a11y_attach_file: "Joindre un fichier",
|
|
32
|
+
a11y_close_messenger: "Fermer la messagerie",
|
|
33
|
+
a11y_expand_messenger: "Agrandir la messagerie",
|
|
34
|
+
a11y_collapse_messenger: "Réduire la messagerie",
|
|
35
|
+
a11y_connect_agent: "Se connecter avec un agent",
|
|
36
|
+
a11y_message_sender_you: "Vous",
|
|
37
|
+
a11y_suggested_reply: "Réponse suggérée",
|
|
38
|
+
a11y_typing_indicator: "En train d'écrire",
|
|
39
|
+
a11y_code_block_placeholder: "Bloc de code",
|
|
40
|
+
a11y_typing_format: (e) => `${e} est en train d'écrire`,
|
|
41
|
+
a11y_message_failed: "Échec de l'envoi du message",
|
|
42
|
+
a11y_new_messages_received: (e) => `${e} ${e === 1 ? "nouveau message reçu" : "nouveaux messages reçus"}`,
|
|
43
|
+
a11y_new_messages_received_from_sender: (e, a) => `${e} : ${a} ${a === 1 ? "nouveau message reçu" : "nouveaux messages reçus"}`,
|
|
44
|
+
a11y_agent_connected: (e) => "Connecté à un agent humain",
|
|
45
|
+
a11y_conversation_closed: "La conversation est terminée",
|
|
46
|
+
a11y_file_image: (e) => `Fichier image : ${e}`,
|
|
47
|
+
a11y_file_video: (e) => `Fichier vidéo : ${e}`,
|
|
48
|
+
a11y_file_document: (e) => `Fichier document : ${e}`,
|
|
49
|
+
a11y_screen_conversation: "Conversation",
|
|
50
|
+
a11y_screen_conversation_with_agent: (e) => `Conversation avec ${e}`,
|
|
51
|
+
a11y_screen_conversation_list_no_count: "Liste des conversations",
|
|
52
|
+
a11y_csat_displayed: "Enquête de satisfaction affichée",
|
|
53
|
+
a11y_empty_conversation: "Aucun message dans cette conversation",
|
|
54
|
+
a11y_input_disabled: "La saisie de message est désactivée",
|
|
55
|
+
a11y_file_size_exceeded: (e) => `Le fichier dépasse la limite de ${e}Mo`,
|
|
56
|
+
a11y_csat_form_error: "Veuillez remplir les champs obligatoires",
|
|
57
|
+
a11y_hint_send_message: "Envoie le message",
|
|
58
|
+
a11y_hint_open_conversation: "Ouvre la conversation",
|
|
59
|
+
a11y_hint_open_conversations: "Ouvre la liste des conversations",
|
|
60
|
+
a11y_hint_close_conversation: "Ferme la conversation",
|
|
61
|
+
a11y_hint_open_menu: "Ouvre le menu",
|
|
62
|
+
a11y_hint_connect_to_agent: "Connecte à un agent humain",
|
|
63
|
+
a11y_hint_attach_file: "Ouvre les options de pièce jointe",
|
|
64
|
+
a11y_hint_view_new_messages: "Fait défiler vers les nouveaux messages",
|
|
65
|
+
a11y_hint_open_file: "Ouvre le fichier",
|
|
66
|
+
a11y_hint_open_image: "Ouvre l'image",
|
|
67
|
+
a11y_hint_send_reply: "Envoie cette réponse"
|
|
24
68
|
},
|
|
25
69
|
conversation_list: {
|
|
26
70
|
header_title: "Conversations",
|
|
27
71
|
ended: "Terminée",
|
|
72
|
+
system_message: "Message système",
|
|
28
73
|
footer_title: "Démarrer une conversation",
|
|
29
|
-
multiple_files_count: (e) => `${e} fichier${e === 1 ? "" : "s"}
|
|
74
|
+
multiple_files_count: (e) => `${e} fichier${e === 1 ? "" : "s"}`,
|
|
75
|
+
a11y_conversation_item: (e, a, i, n) => `${e}, ${a}, ${i}, ${n} message${n === 1 ? "" : "s"} non lu${n === 1 ? "" : "s"}`
|
|
30
76
|
},
|
|
31
77
|
date_format: {
|
|
32
78
|
just_now: "À l'instant",
|
|
@@ -45,7 +91,9 @@ const o = {
|
|
|
45
91
|
reason_placeholder: "Partagez votre avis",
|
|
46
92
|
question: "Comment évalueriez-vous votre expérience ?",
|
|
47
93
|
submit_label: "Envoyer",
|
|
48
|
-
submission_expired: "Désolé, la période de l'enquête est terminée."
|
|
94
|
+
submission_expired: "Désolé, la période de l'enquête est terminée.",
|
|
95
|
+
a11y_rating_label: (e, a) => `${e} sur 5 — ${a}`,
|
|
96
|
+
a11y_hint_select_rating: "Sélectionne cette note"
|
|
49
97
|
},
|
|
50
98
|
form: {
|
|
51
99
|
optional_label: "optionnel",
|
|
@@ -75,12 +123,12 @@ const o = {
|
|
|
75
123
|
confirm_cancel: "Annuler",
|
|
76
124
|
confirm_handoff: "Transférer"
|
|
77
125
|
}
|
|
78
|
-
},
|
|
126
|
+
}, s = {
|
|
79
127
|
language: "fr",
|
|
80
|
-
strings:
|
|
128
|
+
strings: t,
|
|
81
129
|
dateLocale: r
|
|
82
|
-
},
|
|
83
|
-
...
|
|
130
|
+
}, _ = o(s.strings), l = {
|
|
131
|
+
..._,
|
|
84
132
|
// Channel Header
|
|
85
133
|
HEADER_BUTTON__AGENT_HANDOFF: "Se connecter avec un agent",
|
|
86
134
|
// Message Input
|
|
@@ -106,6 +154,12 @@ const o = {
|
|
|
106
154
|
A11Y_IMAGE_VIEWER_NEXT: "Image suivante",
|
|
107
155
|
A11Y_IMAGE_VIEWER_DOWNLOAD: "Télécharger l'image",
|
|
108
156
|
A11Y_ATTACH_FILE: "Joindre un fichier",
|
|
157
|
+
A11Y_FILE_SELECTED: (e) => `${e}, sélectionné`,
|
|
158
|
+
A11Y_FILE_REMOVE_BUTTON: (e) => `Supprimer le fichier : ${e}`,
|
|
159
|
+
A11Y_CSAT_RATING_LABEL: (e, a) => `${e} sur 5, ${a}`,
|
|
160
|
+
A11Y_FILE_UPLOAD_OPTIONS: "Options de téléchargement de fichiers",
|
|
161
|
+
A11Y_FAILED_MESSAGE_OPTIONS: "Options du message échoué",
|
|
162
|
+
A11Y_FEEDBACK_OPTIONS: "Options de commentaires",
|
|
109
163
|
// Form
|
|
110
164
|
FORM_UNAVAILABLE: "Le formulaire n'est plus disponible.",
|
|
111
165
|
FORM_NOT_SUPPORTED: "Ce formulaire n'est pas pris en charge dans la version actuelle.",
|
|
@@ -117,7 +171,7 @@ const o = {
|
|
|
117
171
|
FORM_VALIDATION_MAX_SELECT: (e) => `Sélectionnez au maximum ${e} options`,
|
|
118
172
|
FORM_VALIDATION_REGEX_FAILED: "Format invalide",
|
|
119
173
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
120
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
174
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: _.DATE_FORMAT__DATE_SHORT,
|
|
121
175
|
/** @deprecated Unused string **/
|
|
122
176
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
123
177
|
/** @deprecated Unused string **/
|
|
@@ -136,11 +190,11 @@ const o = {
|
|
|
136
190
|
NO_NAME: "(Sans nom)",
|
|
137
191
|
/** @deprecated Unused string **/
|
|
138
192
|
CHANNEL_FROZEN: "Canal gelé"
|
|
139
|
-
},
|
|
140
|
-
language:
|
|
141
|
-
dateLocale:
|
|
142
|
-
stringSet:
|
|
193
|
+
}, u = {
|
|
194
|
+
language: s.language,
|
|
195
|
+
dateLocale: s.dateLocale,
|
|
196
|
+
stringSet: l
|
|
143
197
|
};
|
|
144
198
|
export {
|
|
145
|
-
|
|
199
|
+
u as default
|
|
146
200
|
};
|