@moveo-ai/web-client 0.88.5-true.2 → 0.88.5-true.3
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/147.min.js.LICENSE.txt +1 -1
- package/dist/329.min.js.LICENSE.txt +1 -1
- package/dist/audio-client.min.js.LICENSE.txt +1 -1
- package/dist/iframe.min.js.LICENSE.txt +1 -1
- package/dist/iframe.v2.min.js.LICENSE.txt +1 -1
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/public/locales/ar.json +44 -44
- package/dist/public/locales/bg.json +44 -44
- package/dist/public/locales/cs.json +44 -44
- package/dist/public/locales/da.json +44 -44
- package/dist/public/locales/de.json +44 -44
- package/dist/public/locales/el.json +44 -44
- package/dist/public/locales/en.json +44 -44
- package/dist/public/locales/es.json +78 -78
- package/dist/public/locales/fr.json +44 -44
- package/dist/public/locales/id.json +44 -44
- package/dist/public/locales/it.json +44 -44
- package/dist/public/locales/ja.json +44 -44
- package/dist/public/locales/me.json +44 -44
- package/dist/public/locales/nl-be.json +44 -44
- package/dist/public/locales/nl.json +44 -44
- package/dist/public/locales/pl.json +44 -44
- package/dist/public/locales/pt-br.json +44 -44
- package/dist/public/locales/pt.json +44 -44
- package/dist/public/locales/ro.json +44 -44
- package/dist/public/locales/ru.json +44 -44
- package/dist/public/locales/sq.json +44 -44
- package/dist/public/locales/sr.json +44 -44
- package/dist/public/locales/sv.json +44 -44
- package/dist/public/locales/tl.json +44 -44
- package/dist/public/locales/tr.json +44 -44
- package/dist/public/locales/zh.json +44 -44
- package/dist/web-client.min.js.LICENSE.txt +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
+
"audio_widget": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "Ses önizleme aramasını iptal et",
|
|
5
|
+
"end": "Ses önizleme aramasını sonlandır",
|
|
6
|
+
"start": "Ses önizleme aramasını başlat"
|
|
7
|
+
},
|
|
8
|
+
"errors": {
|
|
9
|
+
"generic": "Bir hata oluştu",
|
|
10
|
+
"start_failed": "Arama başlatılamadı"
|
|
11
|
+
},
|
|
12
|
+
"mute": {
|
|
13
|
+
"mute": "Kapat",
|
|
14
|
+
"mute_microphone": "Mikrofonu kapat",
|
|
15
|
+
"unmute": "Aç",
|
|
16
|
+
"unmute_microphone": "Mikrofonu aç"
|
|
17
|
+
},
|
|
18
|
+
"sr": {
|
|
19
|
+
"connected": "Arama bağlandı",
|
|
20
|
+
"connected_thinking": "Arama bağlandı, yanıt oluşturuluyor",
|
|
21
|
+
"connecting": "Arama bağlanıyor",
|
|
22
|
+
"error": "Arama hatası",
|
|
23
|
+
"error_with_message": "Arama hatası: {{message}}",
|
|
24
|
+
"ready": "Arama yapmak için hazır"
|
|
25
|
+
},
|
|
26
|
+
"status": {
|
|
27
|
+
"connecting": "Bağlanıyor",
|
|
28
|
+
"error": "Hata",
|
|
29
|
+
"on_call": "Görüşmede",
|
|
30
|
+
"ready": "Hazır",
|
|
31
|
+
"thinking": "Düşünüyor"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
2
34
|
"buttons": {
|
|
3
35
|
"cancel": "İptal",
|
|
4
36
|
"close": "Kapat",
|
|
@@ -18,6 +50,10 @@
|
|
|
18
50
|
"start_new_chat": "Yeni sohbet başlat",
|
|
19
51
|
"submit": "Gönder"
|
|
20
52
|
},
|
|
53
|
+
"carousel": {
|
|
54
|
+
"next_slide": "Sonraki slayt",
|
|
55
|
+
"previous_slide": "Önceki slayt"
|
|
56
|
+
},
|
|
21
57
|
"common": {
|
|
22
58
|
"ai_agent": "Yapay zekâ temsilcisi",
|
|
23
59
|
"loading": "Yükleniyor..."
|
|
@@ -38,8 +74,8 @@
|
|
|
38
74
|
"member_join": "{{0}} görüşmeye katıldı",
|
|
39
75
|
"member_leave": "{{0}} görüşmeden ayrıldı",
|
|
40
76
|
"resolved": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
77
|
+
"subtitle": "Şu süre boyunca aktif kalacak: <0>{{time}}</0>",
|
|
78
|
+
"title": "Bu görüşme çözüldü"
|
|
43
79
|
}
|
|
44
80
|
},
|
|
45
81
|
"feedback": {
|
|
@@ -66,6 +102,9 @@
|
|
|
66
102
|
"invalid_type": "Dosya {{0}} desteklenen bir tür değil.",
|
|
67
103
|
"too_large": "Dosya {{0}} çok büyük. Maksimum boyut {{1}} MB."
|
|
68
104
|
},
|
|
105
|
+
"footer": {
|
|
106
|
+
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
107
|
+
},
|
|
69
108
|
"forms": {
|
|
70
109
|
"email": {
|
|
71
110
|
"label": "E-posta adresiniz nedir?"
|
|
@@ -106,8 +145,8 @@
|
|
|
106
145
|
"estimated_time": "Tahmini bekleme süresi:",
|
|
107
146
|
"high_traffic": "Bekleme süresi aşıldı",
|
|
108
147
|
"mins": "dk",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
148
|
+
"queue_position": "Sıradaki konumunuz: {{0}}",
|
|
149
|
+
"secs": "sn"
|
|
111
150
|
},
|
|
112
151
|
"related_articles": "İlgili makaleler",
|
|
113
152
|
"reset_conversation": "Görüşmeyi sıfırla",
|
|
@@ -140,44 +179,5 @@
|
|
|
140
179
|
"toast": {
|
|
141
180
|
"set_email": "Size ulaşabilmemiz için e-posta adresinizi ekleyin."
|
|
142
181
|
},
|
|
143
|
-
"we_run_on": "Altyapımız: <0>{{brand}}</0>"
|
|
144
|
-
"carousel": {
|
|
145
|
-
"previous_slide": "Önceki slayt",
|
|
146
|
-
"next_slide": "Sonraki slayt"
|
|
147
|
-
},
|
|
148
|
-
"audio_widget": {
|
|
149
|
-
"errors": {
|
|
150
|
-
"generic": "Bir hata oluştu",
|
|
151
|
-
"start_failed": "Arama başlatılamadı"
|
|
152
|
-
},
|
|
153
|
-
"status": {
|
|
154
|
-
"ready": "Hazır",
|
|
155
|
-
"connecting": "Bağlanıyor",
|
|
156
|
-
"thinking": "Düşünüyor",
|
|
157
|
-
"on_call": "Görüşmede",
|
|
158
|
-
"error": "Hata"
|
|
159
|
-
},
|
|
160
|
-
"actions": {
|
|
161
|
-
"start": "Ses önizleme aramasını başlat",
|
|
162
|
-
"cancel": "Ses önizleme aramasını iptal et",
|
|
163
|
-
"end": "Ses önizleme aramasını sonlandır"
|
|
164
|
-
},
|
|
165
|
-
"sr": {
|
|
166
|
-
"ready": "Arama yapmak için hazır",
|
|
167
|
-
"connecting": "Arama bağlanıyor",
|
|
168
|
-
"connected_thinking": "Arama bağlandı, yanıt oluşturuluyor",
|
|
169
|
-
"connected": "Arama bağlandı",
|
|
170
|
-
"error": "Arama hatası",
|
|
171
|
-
"error_with_message": "Arama hatası: {{message}}"
|
|
172
|
-
},
|
|
173
|
-
"mute": {
|
|
174
|
-
"mute_microphone": "Mikrofonu kapat",
|
|
175
|
-
"unmute_microphone": "Mikrofonu aç",
|
|
176
|
-
"mute": "Kapat",
|
|
177
|
-
"unmute": "Aç"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"footer": {
|
|
181
|
-
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
182
|
-
}
|
|
182
|
+
"we_run_on": "Altyapımız: <0>{{brand}}</0>"
|
|
183
183
|
}
|
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
+
"audio_widget": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "取消音频预览通话",
|
|
5
|
+
"end": "结束音频预览通话",
|
|
6
|
+
"start": "开始音频预览通话"
|
|
7
|
+
},
|
|
8
|
+
"errors": {
|
|
9
|
+
"generic": "发生错误",
|
|
10
|
+
"start_failed": "无法开始通话"
|
|
11
|
+
},
|
|
12
|
+
"mute": {
|
|
13
|
+
"mute": "静音",
|
|
14
|
+
"mute_microphone": "静音麦克风",
|
|
15
|
+
"unmute": "取消静音",
|
|
16
|
+
"unmute_microphone": "取消麦克风静音"
|
|
17
|
+
},
|
|
18
|
+
"sr": {
|
|
19
|
+
"connected": "通话已连接",
|
|
20
|
+
"connected_thinking": "通话已连接,正在生成回复",
|
|
21
|
+
"connecting": "正在连接通话",
|
|
22
|
+
"error": "通话错误",
|
|
23
|
+
"error_with_message": "通话错误:{{message}}",
|
|
24
|
+
"ready": "已准备好发起通话"
|
|
25
|
+
},
|
|
26
|
+
"status": {
|
|
27
|
+
"connecting": "连接中",
|
|
28
|
+
"error": "错误",
|
|
29
|
+
"on_call": "通话中",
|
|
30
|
+
"ready": "就绪",
|
|
31
|
+
"thinking": "思考中"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
2
34
|
"buttons": {
|
|
3
35
|
"cancel": "取消",
|
|
4
36
|
"close": "关闭",
|
|
@@ -18,6 +50,10 @@
|
|
|
18
50
|
"start_new_chat": "开始新聊天",
|
|
19
51
|
"submit": "提交"
|
|
20
52
|
},
|
|
53
|
+
"carousel": {
|
|
54
|
+
"next_slide": "下一张幻灯片",
|
|
55
|
+
"previous_slide": "上一张幻灯片"
|
|
56
|
+
},
|
|
21
57
|
"common": {
|
|
22
58
|
"ai_agent": "AI 客服",
|
|
23
59
|
"loading": "加载中..."
|
|
@@ -38,8 +74,8 @@
|
|
|
38
74
|
"member_join": "{{0}} 加入了对话",
|
|
39
75
|
"member_leave": "{{0}} 离开了对话",
|
|
40
76
|
"resolved": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
77
|
+
"subtitle": "仍将保持活跃 <0>{{time}}</0>",
|
|
78
|
+
"title": "此对话已解决"
|
|
43
79
|
}
|
|
44
80
|
},
|
|
45
81
|
"feedback": {
|
|
@@ -66,6 +102,9 @@
|
|
|
66
102
|
"invalid_type": "文件 {{0}} 的格式不受支持。",
|
|
67
103
|
"too_large": "文件 {{0}} 过大,最大 {{1}} MB。"
|
|
68
104
|
},
|
|
105
|
+
"footer": {
|
|
106
|
+
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
107
|
+
},
|
|
69
108
|
"forms": {
|
|
70
109
|
"email": {
|
|
71
110
|
"label": "您的邮箱地址是?"
|
|
@@ -106,8 +145,8 @@
|
|
|
106
145
|
"estimated_time": "预计等待时间:",
|
|
107
146
|
"high_traffic": "等待时间超出",
|
|
108
147
|
"mins": "分钟",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
148
|
+
"queue_position": "您的排队位置:{{0}}",
|
|
149
|
+
"secs": "秒"
|
|
111
150
|
},
|
|
112
151
|
"related_articles": "相关文章",
|
|
113
152
|
"reset_conversation": "重置对话",
|
|
@@ -140,44 +179,5 @@
|
|
|
140
179
|
"toast": {
|
|
141
180
|
"set_email": "留下您的邮箱,方便我们联系您。"
|
|
142
181
|
},
|
|
143
|
-
"we_run_on": "由以下驱动:<0>{{brand}}</0>"
|
|
144
|
-
"carousel": {
|
|
145
|
-
"previous_slide": "上一张幻灯片",
|
|
146
|
-
"next_slide": "下一张幻灯片"
|
|
147
|
-
},
|
|
148
|
-
"audio_widget": {
|
|
149
|
-
"errors": {
|
|
150
|
-
"generic": "发生错误",
|
|
151
|
-
"start_failed": "无法开始通话"
|
|
152
|
-
},
|
|
153
|
-
"status": {
|
|
154
|
-
"ready": "就绪",
|
|
155
|
-
"connecting": "连接中",
|
|
156
|
-
"thinking": "思考中",
|
|
157
|
-
"on_call": "通话中",
|
|
158
|
-
"error": "错误"
|
|
159
|
-
},
|
|
160
|
-
"actions": {
|
|
161
|
-
"start": "开始音频预览通话",
|
|
162
|
-
"cancel": "取消音频预览通话",
|
|
163
|
-
"end": "结束音频预览通话"
|
|
164
|
-
},
|
|
165
|
-
"sr": {
|
|
166
|
-
"ready": "已准备好发起通话",
|
|
167
|
-
"connecting": "正在连接通话",
|
|
168
|
-
"connected_thinking": "通话已连接,正在生成回复",
|
|
169
|
-
"connected": "通话已连接",
|
|
170
|
-
"error": "通话错误",
|
|
171
|
-
"error_with_message": "通话错误:{{message}}"
|
|
172
|
-
},
|
|
173
|
-
"mute": {
|
|
174
|
-
"mute_microphone": "静音麦克风",
|
|
175
|
-
"unmute_microphone": "取消麦克风静音",
|
|
176
|
-
"mute": "静音",
|
|
177
|
-
"unmute": "取消静音"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"footer": {
|
|
181
|
-
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
182
|
-
}
|
|
182
|
+
"we_run_on": "由以下驱动:<0>{{brand}}</0>"
|
|
183
183
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.88.5-true.
|
|
3
|
+
"version": "0.88.5-true.3",
|
|
4
4
|
"description": "Client side library to load the moveo chat widget and connect it with your agent",
|
|
5
5
|
"main": "dist/web-client.min.js",
|
|
6
6
|
"scripts": {
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"postcss": "^8.5.6",
|
|
115
115
|
"postcss-loader": "^8.2.0",
|
|
116
116
|
"prettier": "^3.6.2",
|
|
117
|
+
"prettier-plugin-sort-json": "^4.1.1",
|
|
117
118
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
118
119
|
"react": "^18.3.1",
|
|
119
120
|
"react-dom": "^18.3.1",
|