@sendbird/ai-agent-messenger-react 1.26.1 → 1.27.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/0hIk0F0O.cjs +1 -0
- package/dist/cjs/BA3mgvxo.cjs +1 -0
- package/dist/cjs/{BH74ZV07.cjs → CCEnmnDV.cjs} +1 -1
- package/dist/cjs/CSiVLAQX.cjs +1 -0
- package/dist/cjs/{DbM6WEmP.cjs → CUwm0Oc7.cjs} +1 -1
- package/dist/cjs/CybHF_pZ.cjs +1 -0
- package/dist/cjs/D57XEzyM.cjs +1 -0
- package/dist/cjs/DVsz-h87.cjs +1 -0
- package/dist/cjs/aLvBaYD0.cjs +1 -0
- package/dist/es/{B85C5rtP.js → 8X3t-sY0.js} +9 -8
- package/dist/es/{CHoZbl9c.js → Buaxc-u0.js} +2 -1
- package/dist/es/{6tlLkP2R.js → BujlRRjm.js} +5 -4
- package/dist/es/{BHeJv5Un.js → C7ORG8dj.js} +5 -4
- package/dist/es/{Bm84nKXl.js → CMoPrp7P.js} +6 -5
- package/dist/es/{B1QotwW0.js → D7dxgV1B.js} +7 -6
- package/dist/es/{CrgHRNSQ.js → DWG2RYIZ.js} +8 -7
- package/dist/es/{B8HiaMRy.js → WbShwALJ.js} +5 -4
- package/dist/es/{81JNWw7j.js → xcbApuhi.js} +5 -4
- package/dist/index.cjs +104 -104
- package/dist/index.d.ts +92 -44
- package/dist/index.js +4062 -3930
- package/package.json +2 -2
- package/dist/cjs/BynZU4Xm.cjs +0 -1
- package/dist/cjs/Bz2dJ9Lj.cjs +0 -1
- package/dist/cjs/CZbB5OP0.cjs +0 -1
- package/dist/cjs/DSgROeP2.cjs +0 -1
- package/dist/cjs/DUN_CuhW.cjs +0 -1
- package/dist/cjs/ctBDkWKX.cjs +0 -1
- package/dist/cjs/yRmdu9dK.cjs +0 -1
|
@@ -65,6 +65,7 @@ const s = {
|
|
|
65
65
|
a11y_hint_open_conversation: "Görüşmeyi açar",
|
|
66
66
|
a11y_hint_open_conversations: "Görüşme listesini açar",
|
|
67
67
|
a11y_hint_close_conversation: "Görüşmeyi kapatır",
|
|
68
|
+
a11y_hint_close_messenger: "Mesajlaşmayı kapatır",
|
|
68
69
|
a11y_hint_open_menu: "Menüyü açar",
|
|
69
70
|
a11y_hint_connect_to_agent: "Bir insan temsilciye bağlar",
|
|
70
71
|
a11y_hint_attach_file: "Dosya ekleme seçeneklerini açar",
|
|
@@ -85,7 +86,7 @@ const s = {
|
|
|
85
86
|
system_message: "Sistem mesajı",
|
|
86
87
|
footer_title: "Bir sohbet başlat",
|
|
87
88
|
multiple_files_count: (e) => `${e} dosya`,
|
|
88
|
-
a11y_conversation_item: (e, a,
|
|
89
|
+
a11y_conversation_item: (e, a, r, _) => `${e}, ${a}, ${r}${_ > 0 ? `, ${_} okunmamış mesaj` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "Az önce",
|
|
@@ -163,8 +164,8 @@ const s = {
|
|
|
163
164
|
language: "tr",
|
|
164
165
|
strings: s,
|
|
165
166
|
dateLocale: t
|
|
166
|
-
},
|
|
167
|
-
...
|
|
167
|
+
}, n = l(i.strings), o = {
|
|
168
|
+
...n,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "Bir temsilciyle bağlan",
|
|
170
171
|
// Message Input
|
|
@@ -198,7 +199,7 @@ const s = {
|
|
|
198
199
|
FORM_VALIDATION_MAX_SELECT: (e) => `En fazla ${e} seçenek seçin`,
|
|
199
200
|
FORM_VALIDATION_REGEX_FAILED: "Geçersiz format",
|
|
200
201
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
201
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
202
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: n.DATE_FORMAT__DATE_SHORT,
|
|
202
203
|
/** @deprecated Unused string **/
|
|
203
204
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "HH:mm",
|
|
204
205
|
/** @deprecated Unused string **/
|
|
@@ -65,6 +65,7 @@ const l = {
|
|
|
65
65
|
a11y_hint_open_conversation: "대화를 엽니다",
|
|
66
66
|
a11y_hint_open_conversations: "대화 목록을 엽니다",
|
|
67
67
|
a11y_hint_close_conversation: "대화를 닫습니다",
|
|
68
|
+
a11y_hint_close_messenger: "메신저를 닫습니다",
|
|
68
69
|
a11y_hint_open_menu: "메뉴를 엽니다",
|
|
69
70
|
a11y_hint_connect_to_agent: "상담원에게 연결합니다",
|
|
70
71
|
a11y_hint_attach_file: "파일 첨부 옵션을 엽니다",
|
|
@@ -85,7 +86,7 @@ const l = {
|
|
|
85
86
|
system_message: "시스템 메시지",
|
|
86
87
|
footer_title: "대화 시작",
|
|
87
88
|
multiple_files_count: (_) => `${_}개의 파일`,
|
|
88
|
-
a11y_conversation_item: (_, e,
|
|
89
|
+
a11y_conversation_item: (_, e, n, t) => `${_}, ${e}, ${n}${t > 0 ? `, 읽지 않은 메시지 ${t}개` : ""}`
|
|
89
90
|
},
|
|
90
91
|
date_format: {
|
|
91
92
|
just_now: "방금",
|
|
@@ -163,8 +164,8 @@ const l = {
|
|
|
163
164
|
language: "ko",
|
|
164
165
|
strings: l,
|
|
165
166
|
dateLocale: i
|
|
166
|
-
},
|
|
167
|
-
...
|
|
167
|
+
}, o = s(a.strings), r = {
|
|
168
|
+
...o,
|
|
168
169
|
// Channel Header
|
|
169
170
|
HEADER_BUTTON__AGENT_HANDOFF: "상담사와 연결하기",
|
|
170
171
|
// Message Input
|
|
@@ -198,7 +199,7 @@ const l = {
|
|
|
198
199
|
FORM_VALIDATION_MAX_SELECT: (_) => `최대 ${_}개 옵션을 선택해 주세요`,
|
|
199
200
|
FORM_VALIDATION_REGEX_FAILED: "유효하지 않은 형식",
|
|
200
201
|
/** @deprecated Please use DATE_FORMAT__DATE_SHORT instead. **/
|
|
201
|
-
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE:
|
|
202
|
+
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE: o.DATE_FORMAT__DATE_SHORT,
|
|
202
203
|
/** @deprecated Unused string **/
|
|
203
204
|
DATE_FORMAT__CONVERSATION_LIST__LIST_ITEM_TITLE_CAPTION: "a h:mm",
|
|
204
205
|
/** @deprecated Unused string **/
|