@moveo-ai/web-client 0.96.0 → 0.97.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/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 +1 -1
- package/dist/iframe.min.js.LICENSE.txt +1 -1
- package/dist/iframe.min.js.map +1 -1
- package/dist/iframe.v2.min.js +1 -1
- package/dist/iframe.v2.min.js.LICENSE.txt +1 -1
- package/dist/iframe.v2.min.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/public/locales/ar.json +10 -4
- package/dist/public/locales/bg.json +10 -4
- package/dist/public/locales/cs.json +10 -4
- package/dist/public/locales/da.json +10 -4
- package/dist/public/locales/de.json +10 -4
- package/dist/public/locales/el.json +10 -4
- package/dist/public/locales/en.json +12 -6
- package/dist/public/locales/es.json +10 -4
- package/dist/public/locales/fr.json +10 -4
- package/dist/public/locales/id.json +10 -4
- package/dist/public/locales/it.json +10 -4
- package/dist/public/locales/ja.json +10 -4
- package/dist/public/locales/me.json +10 -4
- package/dist/public/locales/nl-be.json +10 -4
- package/dist/public/locales/nl.json +10 -4
- package/dist/public/locales/pl.json +10 -4
- package/dist/public/locales/pt-br.json +10 -4
- package/dist/public/locales/pt.json +10 -4
- package/dist/public/locales/ro.json +10 -4
- package/dist/public/locales/ru.json +10 -4
- package/dist/public/locales/sq.json +10 -4
- package/dist/public/locales/sr.json +10 -4
- package/dist/public/locales/sv.json +10 -4
- package/dist/public/locales/tl.json +10 -4
- package/dist/public/locales/tr.json +10 -4
- package/dist/public/locales/zh.json +10 -4
- package/dist/web-client.min.js +1 -1
- package/dist/web-client.min.js.LICENSE.txt +1 -1
- package/dist/web-client.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
const widgetId = urlParams.get('widgetId');
|
|
16
16
|
const version = urlParams.get('version');
|
|
17
17
|
|
|
18
|
-
const defaultScript = 'iframe.min.js?
|
|
18
|
+
const defaultScript = 'iframe.min.js?d9aedef9910295f120ea';
|
|
19
19
|
const versionPattern = /^v\d+$/;
|
|
20
20
|
const script = document.createElement('script');
|
|
21
21
|
script.src =
|
package/dist/preview/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="keywords" content="Moveo.ai, Preview, WebChat, WebWidget, webclient, chatbot"/><meta name="description" content="Preview and Improve your AI Agent"/><meta name="twitter:card" value="summary"><meta property="og:title" content="Moveo.ai Webchat Preview"/><meta property="og:type" content="website"/><meta property="og:url" content="https://moveo.ai"/><meta property="og:image" content="https://web-client.moveo.ai/public/og-image.jpg"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:description" content="Preview and Improve your AI Agent"/><title>Moveo.ai Client Preview</title><script src="../preview.css.min.js?
|
|
1
|
+
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="keywords" content="Moveo.ai, Preview, WebChat, WebWidget, webclient, chatbot"/><meta name="description" content="Preview and Improve your AI Agent"/><meta name="twitter:card" value="summary"><meta property="og:title" content="Moveo.ai Webchat Preview"/><meta property="og:type" content="website"/><meta property="og:url" content="https://moveo.ai"/><meta property="og:image" content="https://web-client.moveo.ai/public/og-image.jpg"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:description" content="Preview and Improve your AI Agent"/><title>Moveo.ai Client Preview</title><script src="../preview.css.min.js?d9aedef9910295f120ea"></script><style>body::before {
|
|
2
2
|
background-image: url('/public/background.svg');
|
|
3
3
|
}</style></head><body><div class="moveo_preview"><div class="preview_actions"><p class="header_text"><span class="colored">Preview</span> and <span class="colored">Test</span><br>your Webchat</p><p class="body_text">Moveo.ai can help you build engaging conversational applications powered by Artificial Intelligence.</p><div class="button_container"><button class="action_button" id="open-chat-button">Open Webchat</button> <button class="action_button" id="close-chat-button">Close Webchat</button> <button class="action_button" id="render-chat-button">Render Webchat</button></div></div><div id="embed-chat-container"><p id="embed-text">The webchat will render in the html element of your choice. Render the webchat here, in order to preview other settings.</p><div id="embed-chat"></div></div></div><script>// Get version from URL or default to v1
|
|
4
4
|
const queryString = window.location.search;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const version = urlParams.get('version') || 'v1';
|
|
7
7
|
|
|
8
8
|
// Find web-client.min.js directly
|
|
9
|
-
const webpackFiles = `../iframe.min.js?
|
|
9
|
+
const webpackFiles = `../iframe.min.js?d9aedef9910295f120ea,../iframe.v2.min.js?d9aedef9910295f120ea,../web-client.min.js?d9aedef9910295f120ea,../preview.css.min.js?d9aedef9910295f120ea,../audio-client.min.js?d9aedef9910295f120ea`.split(',');
|
|
10
10
|
const webClientFile = webpackFiles.find(file => file.includes('web-client.min.js'));
|
|
11
11
|
const previewCssFile = webpackFiles.find(file => file.includes('preview.css.min.js'));
|
|
12
12
|
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "تنزيل المحادثة",
|
|
115
115
|
"send_email": "إرسال عبر البريد الإلكتروني"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "اكتب رسالة",
|
|
118
117
|
"input_send": "إرسال الرسالة",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "ملاحظات",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "جارٍ جلب البيانات...",
|
|
126
125
|
"processing_request": "جارٍ معالجة الطلب..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "متصفحك لا يدعم وسم الفيديو"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "اكتب رسالة"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "يمكنك متابعة المحادثة لمدة...",
|
|
130
135
|
"end": "هل أنت متأكد أنك تريد إنهاء المحادثة؟",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "انتهت المحادثة",
|
|
135
140
|
"inactivity": "لقد كنت غير نشط لبعض الوقت. كيف تود المتابعة؟",
|
|
136
141
|
"inactivity_title": "تنبيه بعدم النشاط",
|
|
142
|
+
"resolved_continue": "يمكنك متابعة هذه المحادثة حتى",
|
|
137
143
|
"resolved_old": "تم وضع علامة على هذه المحادثة كمحلولة",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "لم تبدأ هذه المحادثة بعد",
|
|
142
|
-
"no_video_tag": "متصفحك لا يدعم وسم الفيديو",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "سيكون أحد الوكلاء متاحًا قريبًا",
|
|
145
150
|
"estimated_time": "الوقت المقدر للانتظار:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "موضعك في قائمة الانتظار: {{0}}",
|
|
149
154
|
"secs": "ث"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "مقالات ذات صلة"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "إعادة تعيين المحادثة",
|
|
153
|
-
"resolved_continue": "يمكنك متابعة هذه المحادثة حتى",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "بعيد",
|
|
156
162
|
"connecting": "جارٍ الاتصال",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Изтегли разговора",
|
|
115
115
|
"send_email": "Изпрати по имейл"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Напишете съобщение",
|
|
118
117
|
"input_send": "Изпрати съобщение",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Обратна връзка",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Извличаме данни...",
|
|
126
125
|
"processing_request": "Обработваме заявката..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Вашият браузър не поддържа видео таг"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Напишете съобщение"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Можете да продължите разговора още...",
|
|
130
135
|
"end": "Сигурни ли сте, че искате да прекратите разговора?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Разговорът е изтекъл",
|
|
135
140
|
"inactivity": "Бяхте неактивни известно време. Как желаете да продължите?",
|
|
136
141
|
"inactivity_title": "Известие за неактивност",
|
|
142
|
+
"resolved_continue": "Можете да продължите този разговор до",
|
|
137
143
|
"resolved_old": "Този разговор е отбелязан като решен",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Този разговор все още не е започнал",
|
|
142
|
-
"no_video_tag": "Вашият браузър не поддържа видео таг",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Скоро ще има свободен агент",
|
|
145
150
|
"estimated_time": "Очаквано време за изчакване:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Вашата позиция на опашката: {{0}}",
|
|
149
154
|
"secs": "сек"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Свързани статии"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Нулирай разговора",
|
|
153
|
-
"resolved_continue": "Можете да продължите този разговор до",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Отсъства",
|
|
156
162
|
"connecting": "Свързване",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Stáhnout konverzaci",
|
|
115
115
|
"send_email": "Odeslat e-mailem"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Napište zprávu",
|
|
118
117
|
"input_send": "Odeslat zprávu",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Zpětná vazba",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Načítáme data...",
|
|
126
125
|
"processing_request": "Zpracováváme požadavek..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Váš prohlížeč nepodporuje značku video"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Napište zprávu"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "V konverzaci můžete pokračovat ještě...",
|
|
130
135
|
"end": "Opravdu chcete konverzaci ukončit?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Konverzace vypršela",
|
|
135
140
|
"inactivity": "Byli jste delší dobu neaktivní. Jak chcete pokračovat?",
|
|
136
141
|
"inactivity_title": "Upozornění na neaktivitu",
|
|
142
|
+
"resolved_continue": "V této konverzaci můžete pokračovat do",
|
|
137
143
|
"resolved_old": "Tato konverzace byla označena jako vyřešená",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Tato konverzace ještě nezačala",
|
|
142
|
-
"no_video_tag": "Váš prohlížeč nepodporuje značku video",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Agent bude brzy k dispozici",
|
|
145
150
|
"estimated_time": "Odhadovaná doba čekání:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Vaše pozice ve frontě: {{0}}",
|
|
149
154
|
"secs": "s"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Související články"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Resetovat konverzaci",
|
|
153
|
-
"resolved_continue": "V této konverzaci můžete pokračovat do",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Pryč",
|
|
156
162
|
"connecting": "Připojujeme",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Download samtale",
|
|
115
115
|
"send_email": "Send via e-mail"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Skriv en besked",
|
|
118
117
|
"input_send": "Send besked",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Feedback",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Henter data...",
|
|
126
125
|
"processing_request": "Behandler anmodning..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Din browser understøtter ikke videoelementet"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Skriv en besked"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Du kan fortsætte samtalen i...",
|
|
130
135
|
"end": "Er du sikker på, at du vil afslutte samtalen?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Samtalen er udløbet",
|
|
135
140
|
"inactivity": "Du har været inaktiv et stykke tid. Hvordan vil du fortsætte?",
|
|
136
141
|
"inactivity_title": "Meddelelse om inaktivitet",
|
|
142
|
+
"resolved_continue": "Du kan fortsætte samtalen indtil",
|
|
137
143
|
"resolved_old": "Denne samtale er markeret som løst",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Denne samtale er ikke startet endnu",
|
|
142
|
-
"no_video_tag": "Din browser understøtter ikke videoelementet",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "En agent er snart tilgængelig",
|
|
145
150
|
"estimated_time": "Anslået ventetid:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Din placering i køen: {{0}}",
|
|
149
154
|
"secs": "sek"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Relaterede artikler"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Nulstil samtale",
|
|
153
|
-
"resolved_continue": "Du kan fortsætte samtalen indtil",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Fraværende",
|
|
156
162
|
"connecting": "Tilslutter",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Unterhaltung herunterladen",
|
|
115
115
|
"send_email": "Per E-Mail senden"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Nachricht schreiben",
|
|
118
117
|
"input_send": "Nachricht senden",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Feedback",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Daten werden geladen...",
|
|
126
125
|
"processing_request": "Anfrage wird verarbeitet..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Ihr Browser unterstützt das Video-Tag nicht"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Nachricht schreiben"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Sie können das Gespräch noch ... fortsetzen",
|
|
130
135
|
"end": "Möchten Sie das Gespräch wirklich beenden?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Gespräch abgelaufen",
|
|
135
140
|
"inactivity": "Sie waren eine Weile inaktiv. Wie möchten Sie fortfahren?",
|
|
136
141
|
"inactivity_title": "Hinweis auf Inaktivität",
|
|
142
|
+
"resolved_continue": "Sie können dieses Gespräch fortsetzen bis",
|
|
137
143
|
"resolved_old": "Dieses Gespräch wurde als abgeschlossen markiert",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Dieses Gespräch hat noch nicht begonnen",
|
|
142
|
-
"no_video_tag": "Ihr Browser unterstützt das Video-Tag nicht",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Ein Agent ist in Kürze verfügbar",
|
|
145
150
|
"estimated_time": "Geschätzte Wartezeit:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Ihre Warteschlangenposition: {{0}}",
|
|
149
154
|
"secs": "Sek"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Verwandte Artikel"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Gespräch zurücksetzen",
|
|
153
|
-
"resolved_continue": "Sie können dieses Gespräch fortsetzen bis",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Abwesend",
|
|
156
162
|
"connecting": "Verbindung wird hergestellt",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Λήψη της συνομιλίας",
|
|
115
115
|
"send_email": "Αποστολή με email"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Πληκτρολογήστε ένα μήνυμα",
|
|
118
117
|
"input_send": "Αποστολή μηνύματος",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Σχόλια",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Ανάκτηση δεδομένων...",
|
|
126
125
|
"processing_request": "Επεξεργασία αιτήματος..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Ο περιηγητής σας δεν υποστηρίζει το στοιχείο βίντεο"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Πληκτρολογήστε ένα μήνυμα"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Μπορείτε να συνεχίσετε τη συνομιλία για...",
|
|
130
135
|
"end": "Είστε βέβαιοι ότι θέλετε να τερματίσετε τη συζήτηση;",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Η συνομιλία έληξε",
|
|
135
140
|
"inactivity": "Είστε ανενεργοί για λίγο. Πώς θέλετε να συνεχίσετε;",
|
|
136
141
|
"inactivity_title": "Ειδοποίηση αδράνειας",
|
|
142
|
+
"resolved_continue": "Μπορείτε να συνεχίσετε τη συνομιλία μέχρι",
|
|
137
143
|
"resolved_old": "Η συνομιλία έχει επισημανθεί ως επιλυμένη",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Η συζήτηση δεν έχει ξεκινήσει ακόμη",
|
|
142
|
-
"no_video_tag": "Ο περιηγητής σας δεν υποστηρίζει το στοιχείο βίντεο",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Ένας εκπρόσωπος θα είναι διαθέσιμος σύντομα",
|
|
145
150
|
"estimated_time": "Εκτιμώμενος χρόνος αναμονής:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Η θέση σας στην ουρά: {{0}}",
|
|
149
154
|
"secs": "δευτ."
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Σχετικά άρθρα"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Επαναφορά συνομιλίας",
|
|
153
|
-
"resolved_continue": "Μπορείτε να συνεχίσετε τη συνομιλία μέχρι",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Απών",
|
|
156
162
|
"connecting": "Γίνεται σύνδεση",
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"start": "Start audio preview call"
|
|
7
7
|
},
|
|
8
8
|
"dtmf": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"label": "DTMF keypad",
|
|
10
|
+
"toggle": "Keypad"
|
|
11
11
|
},
|
|
12
12
|
"errors": {
|
|
13
13
|
"generic": "An error occurred",
|
|
@@ -118,7 +118,6 @@
|
|
|
118
118
|
"download_conversation": "Download conversation",
|
|
119
119
|
"send_email": "Send via email"
|
|
120
120
|
},
|
|
121
|
-
"input_placeholder": "Type a message",
|
|
122
121
|
"input_send": "Send message",
|
|
123
122
|
"launchers": {
|
|
124
123
|
"feedback": "Feedback",
|
|
@@ -129,6 +128,12 @@
|
|
|
129
128
|
"fetching_data": "Fetching data...",
|
|
130
129
|
"processing_request": "Processing request..."
|
|
131
130
|
},
|
|
131
|
+
"message": {
|
|
132
|
+
"video_unsupported": "Your browser does not support the video tag"
|
|
133
|
+
},
|
|
134
|
+
"message_input": {
|
|
135
|
+
"placeholder": "Type a message"
|
|
136
|
+
},
|
|
132
137
|
"modal": {
|
|
133
138
|
"continue": "You can continue the conversation for...",
|
|
134
139
|
"end": "Are you sure you want to end the conversation?",
|
|
@@ -138,12 +143,12 @@
|
|
|
138
143
|
"expired_title": "Conversation expired",
|
|
139
144
|
"inactivity": "You've been inactive for a while. How would you like to proceed?",
|
|
140
145
|
"inactivity_title": "Inactivity notice",
|
|
146
|
+
"resolved_continue": "You can continue this conversation until",
|
|
141
147
|
"resolved_old": "This conversation has been marked as resolved",
|
|
142
148
|
"webview": "Webview"
|
|
143
149
|
},
|
|
144
150
|
"moveo_ai": "Moveo.ai",
|
|
145
151
|
"no_messages": "This conversation hasn't started yet",
|
|
146
|
-
"no_video_tag": "Your browser does not support the video tag",
|
|
147
152
|
"overview": {
|
|
148
153
|
"agent_soon": "An agent will be available soon",
|
|
149
154
|
"estimated_time": "Estimated wait time:",
|
|
@@ -152,9 +157,10 @@
|
|
|
152
157
|
"queue_position": "Your queue position: {{0}}",
|
|
153
158
|
"secs": "sec"
|
|
154
159
|
},
|
|
155
|
-
"
|
|
160
|
+
"references": {
|
|
161
|
+
"title": "Related articles"
|
|
162
|
+
},
|
|
156
163
|
"reset_conversation": "Reset conversation",
|
|
157
|
-
"resolved_continue": "You can continue this conversation until",
|
|
158
164
|
"status": {
|
|
159
165
|
"away": "Away",
|
|
160
166
|
"connecting": "Connecting",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Descargar conversación",
|
|
115
115
|
"send_email": "Enviar por correo electrónico"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Escribe un mensaje",
|
|
118
117
|
"input_send": "Enviar mensaje",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Comentarios",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Obteniendo datos...",
|
|
126
125
|
"processing_request": "Procesando la solicitud..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Su navegador no soporta la etiqueta de vídeo"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Escribe un mensaje"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Puede continuar la conversación durante...",
|
|
130
135
|
"end": "¿Seguro que quiere finalizar la conversación?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Conversación expirada",
|
|
135
140
|
"inactivity": "Ha estado inactivo por un tiempo. ¿Cómo le gustaría proceder?",
|
|
136
141
|
"inactivity_title": "Aviso de inactividad",
|
|
142
|
+
"resolved_continue": "Puede continuar esta conversación hasta",
|
|
137
143
|
"resolved_old": "Esta conversación se marcó como resuelta",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Esta conversación aún no ha comenzado",
|
|
142
|
-
"no_video_tag": "Su navegador no soporta la etiqueta de vídeo",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Un agente estará disponible pronto",
|
|
145
150
|
"estimated_time": "Tiempo de espera estimado:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Su posición en la cola: {{0}}",
|
|
149
154
|
"secs": "seg"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Artículos relacionados"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Restablecer conversación",
|
|
153
|
-
"resolved_continue": "Puede continuar esta conversación hasta",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Ausente",
|
|
156
162
|
"connecting": "Conectando",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Télécharger la conversation",
|
|
115
115
|
"send_email": "Envoyer par e-mail"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Écrire un message",
|
|
118
117
|
"input_send": "Envoyer le message",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Retour",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Récupération des données...",
|
|
126
125
|
"processing_request": "Traitement de la demande..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Votre navigateur ne prend pas en charge la balise vidéo"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Écrire un message"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Vous pouvez poursuivre la conversation pendant...",
|
|
130
135
|
"end": "Voulez-vous vraiment terminer la conversation ?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Conversation expirée",
|
|
135
140
|
"inactivity": "Vous êtes inactif depuis un moment. Comment souhaitez-vous poursuivre ?",
|
|
136
141
|
"inactivity_title": "Alerte d'inactivité",
|
|
142
|
+
"resolved_continue": "Vous pouvez poursuivre cette conversation jusqu'à",
|
|
137
143
|
"resolved_old": "Cette conversation a été marquée comme résolue",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Cette conversation n'a pas encore commencé",
|
|
142
|
-
"no_video_tag": "Votre navigateur ne prend pas en charge la balise vidéo",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Un agent sera bientôt disponible",
|
|
145
150
|
"estimated_time": "Temps d'attente estimé :",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Votre position dans la file : {{0}}",
|
|
149
154
|
"secs": "s"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Articles associés"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Réinitialiser la conversation",
|
|
153
|
-
"resolved_continue": "Vous pouvez poursuivre cette conversation jusqu'à",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Absent",
|
|
156
162
|
"connecting": "Connexion en cours",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Unduh percakapan",
|
|
115
115
|
"send_email": "Kirim via email"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Ketik pesan",
|
|
118
117
|
"input_send": "Kirim pesan",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Masukan",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Mengambil data...",
|
|
126
125
|
"processing_request": "Memproses permintaan..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Peramban Anda tidak mendukung tag video"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Ketik pesan"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Anda dapat melanjutkan percakapan selama...",
|
|
130
135
|
"end": "Yakin ingin mengakhiri percakapan?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Percakapan berakhir",
|
|
135
140
|
"inactivity": "Anda tidak aktif cukup lama. Bagaimana Anda ingin melanjutkan?",
|
|
136
141
|
"inactivity_title": "Pemberitahuan tidak aktif",
|
|
142
|
+
"resolved_continue": "Anda dapat melanjutkan percakapan ini sampai",
|
|
137
143
|
"resolved_old": "Percakapan ini ditandai sebagai selesai",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Percakapan ini belum dimulai",
|
|
142
|
-
"no_video_tag": "Peramban Anda tidak mendukung tag video",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Agen akan segera tersedia",
|
|
145
150
|
"estimated_time": "Perkiraan waktu tunggu:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "Posisi Anda dalam antrean: {{0}}",
|
|
149
154
|
"secs": "dtk"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Artikel terkait"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Atur ulang percakapan",
|
|
153
|
-
"resolved_continue": "Anda dapat melanjutkan percakapan ini sampai",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Tidak di tempat",
|
|
156
162
|
"connecting": "Menghubungkan",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "Scarica conversazione",
|
|
115
115
|
"send_email": "Invia via email"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "Scrivi un messaggio",
|
|
118
117
|
"input_send": "Invia messaggio",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "Feedback",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "Recupero dei dati...",
|
|
126
125
|
"processing_request": "Elaborazione della richiesta..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "Il tuo browser non supporta il tag video"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "Scrivi un messaggio"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "Puoi continuare la conversazione per...",
|
|
130
135
|
"end": "Sei sicuro di voler terminare la conversazione?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "Conversazione scaduta",
|
|
135
140
|
"inactivity": "Sei rimasto inattivo per un po'. Come vuoi procedere?",
|
|
136
141
|
"inactivity_title": "Avviso di inattività",
|
|
142
|
+
"resolved_continue": "Puoi continuare questa conversazione fino a",
|
|
137
143
|
"resolved_old": "Questa conversazione è stata contrassegnata come risolta",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "Questa conversazione non è ancora iniziata",
|
|
142
|
-
"no_video_tag": "Il tuo browser non supporta il tag video",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "Un agente sarà presto disponibile",
|
|
145
150
|
"estimated_time": "Tempo di attesa stimato:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "La tua posizione in coda: {{0}}",
|
|
149
154
|
"secs": "s"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "Articoli correlati"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "Reimposta conversazione",
|
|
153
|
-
"resolved_continue": "Puoi continuare questa conversazione fino a",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "Assente",
|
|
156
162
|
"connecting": "Connessione in corso",
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"download_conversation": "会話をダウンロード",
|
|
115
115
|
"send_email": "メールで送信"
|
|
116
116
|
},
|
|
117
|
-
"input_placeholder": "メッセージを入力",
|
|
118
117
|
"input_send": "メッセージを送信",
|
|
119
118
|
"launchers": {
|
|
120
119
|
"feedback": "フィードバック",
|
|
@@ -125,6 +124,12 @@
|
|
|
125
124
|
"fetching_data": "データを取得しています...",
|
|
126
125
|
"processing_request": "リクエストを処理しています..."
|
|
127
126
|
},
|
|
127
|
+
"message": {
|
|
128
|
+
"video_unsupported": "お使いのブラウザは video タグをサポートしていません"
|
|
129
|
+
},
|
|
130
|
+
"message_input": {
|
|
131
|
+
"placeholder": "メッセージを入力"
|
|
132
|
+
},
|
|
128
133
|
"modal": {
|
|
129
134
|
"continue": "会話をあと...続けられます",
|
|
130
135
|
"end": "会話を終了してもよろしいですか?",
|
|
@@ -134,12 +139,12 @@
|
|
|
134
139
|
"expired_title": "会話の期限切れ",
|
|
135
140
|
"inactivity": "しばらく操作がありません。どうしますか?",
|
|
136
141
|
"inactivity_title": "非アクティブの通知",
|
|
142
|
+
"resolved_continue": "この会話は次の時刻まで継続できます",
|
|
137
143
|
"resolved_old": "この会話は解決済みに設定されています",
|
|
138
144
|
"webview": "Webview"
|
|
139
145
|
},
|
|
140
146
|
"moveo_ai": "Moveo.ai",
|
|
141
147
|
"no_messages": "この会話はまだ始まっていません",
|
|
142
|
-
"no_video_tag": "お使いのブラウザは video タグをサポートしていません",
|
|
143
148
|
"overview": {
|
|
144
149
|
"agent_soon": "担当者がまもなく対応します",
|
|
145
150
|
"estimated_time": "推定待ち時間:",
|
|
@@ -148,9 +153,10 @@
|
|
|
148
153
|
"queue_position": "現在の待ち順: {{0}}",
|
|
149
154
|
"secs": "秒"
|
|
150
155
|
},
|
|
151
|
-
"
|
|
156
|
+
"references": {
|
|
157
|
+
"title": "関連する記事"
|
|
158
|
+
},
|
|
152
159
|
"reset_conversation": "会話をリセット",
|
|
153
|
-
"resolved_continue": "この会話は次の時刻まで継続できます",
|
|
154
160
|
"status": {
|
|
155
161
|
"away": "離席中",
|
|
156
162
|
"connecting": "接続中",
|