@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.
Files changed (34) hide show
  1. package/dist/147.min.js.LICENSE.txt +1 -1
  2. package/dist/329.min.js.LICENSE.txt +1 -1
  3. package/dist/audio-client.min.js.LICENSE.txt +1 -1
  4. package/dist/iframe.min.js.LICENSE.txt +1 -1
  5. package/dist/iframe.v2.min.js.LICENSE.txt +1 -1
  6. package/dist/preview.css.min.js.LICENSE.txt +1 -1
  7. package/dist/public/locales/ar.json +44 -44
  8. package/dist/public/locales/bg.json +44 -44
  9. package/dist/public/locales/cs.json +44 -44
  10. package/dist/public/locales/da.json +44 -44
  11. package/dist/public/locales/de.json +44 -44
  12. package/dist/public/locales/el.json +44 -44
  13. package/dist/public/locales/en.json +44 -44
  14. package/dist/public/locales/es.json +78 -78
  15. package/dist/public/locales/fr.json +44 -44
  16. package/dist/public/locales/id.json +44 -44
  17. package/dist/public/locales/it.json +44 -44
  18. package/dist/public/locales/ja.json +44 -44
  19. package/dist/public/locales/me.json +44 -44
  20. package/dist/public/locales/nl-be.json +44 -44
  21. package/dist/public/locales/nl.json +44 -44
  22. package/dist/public/locales/pl.json +44 -44
  23. package/dist/public/locales/pt-br.json +44 -44
  24. package/dist/public/locales/pt.json +44 -44
  25. package/dist/public/locales/ro.json +44 -44
  26. package/dist/public/locales/ru.json +44 -44
  27. package/dist/public/locales/sq.json +44 -44
  28. package/dist/public/locales/sr.json +44 -44
  29. package/dist/public/locales/sv.json +44 -44
  30. package/dist/public/locales/tl.json +44 -44
  31. package/dist/public/locales/tr.json +44 -44
  32. package/dist/public/locales/zh.json +44 -44
  33. package/dist/web-client.min.js.LICENSE.txt +1 -1
  34. package/package.json +2 -1
@@ -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
- "title": "Этот разговор завершён",
42
- "subtitle": "Останется активным в течение <0>{{time}}</0>"
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}} МБ."
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
- "secs": "сек",
110
- "queue_position": "Ваша позиция в очереди: {{0}}"
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
  }
@@ -1,4 +1,36 @@
1
1
  {
2
+ "audio_widget": {
3
+ "actions": {
4
+ "cancel": "Anulo thirrjen e parashikimit audio",
5
+ "end": "Përfundo thirrjen e parashikimit audio",
6
+ "start": "Nis thirrjen e parashikimit audio"
7
+ },
8
+ "errors": {
9
+ "generic": "Ndodhi një gabim",
10
+ "start_failed": "Nuk u arrit të niset thirrja"
11
+ },
12
+ "mute": {
13
+ "mute": "Çaktivizo",
14
+ "mute_microphone": "Çaktivizo mikrofonin",
15
+ "unmute": "Aktivizo",
16
+ "unmute_microphone": "Aktivizo mikrofonin"
17
+ },
18
+ "sr": {
19
+ "connected": "Thirrja u lidh",
20
+ "connected_thinking": "Thirrja u lidh, po gjenerohet përgjigjja",
21
+ "connecting": "Po lidhet thirrja",
22
+ "error": "Gabim i thirrjes",
23
+ "error_with_message": "Gabim i thirrjes: {{message}}",
24
+ "ready": "Gati për të bërë një thirrje"
25
+ },
26
+ "status": {
27
+ "connecting": "Po lidhet",
28
+ "error": "Gabim",
29
+ "on_call": "Në thirrje",
30
+ "ready": "Gati",
31
+ "thinking": "Po mendon"
32
+ }
33
+ },
2
34
  "buttons": {
3
35
  "cancel": "Anulo",
4
36
  "close": "Mbyll",
@@ -18,6 +50,10 @@
18
50
  "start_new_chat": "Fillo chat të ri",
19
51
  "submit": "Dërgo"
20
52
  },
53
+ "carousel": {
54
+ "next_slide": "Sllajdi tjetër",
55
+ "previous_slide": "Sllajdi i mëparshëm"
56
+ },
21
57
  "common": {
22
58
  "ai_agent": "Agjent AI",
23
59
  "loading": "Duke u ngarkuar..."
@@ -38,8 +74,8 @@
38
74
  "member_join": "{{0}} u bashkua me bisedën",
39
75
  "member_leave": "{{0}} u largua nga biseda",
40
76
  "resolved": {
41
- "title": "Kjo bisedë u zgjidh",
42
- "subtitle": "Do mbetet aktive për <0>{{time}}</0>"
77
+ "subtitle": "Do mbetet aktive për <0>{{time}}</0>",
78
+ "title": "Kjo bisedë u zgjidh"
43
79
  }
44
80
  },
45
81
  "feedback": {
@@ -66,6 +102,9 @@
66
102
  "invalid_type": "Skedari {{0}} nuk mbështetet.",
67
103
  "too_large": "Skedari {{0}} është shumë i madh. Madhësia maksimale është {{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": "Cila është adresa jote e emailit?"
@@ -106,8 +145,8 @@
106
145
  "estimated_time": "Koha e vlerësuar e pritjes:",
107
146
  "high_traffic": "Koha e pritjes tejkalohet",
108
147
  "mins": "min",
109
- "secs": "sek",
110
- "queue_position": "Pozicioni yt në radhë: {{0}}"
148
+ "queue_position": "Pozicioni yt në radhë: {{0}}",
149
+ "secs": "sek"
111
150
  },
112
151
  "related_articles": "Artikuj të lidhur",
113
152
  "reset_conversation": "Rivendos bisedën",
@@ -140,44 +179,5 @@
140
179
  "toast": {
141
180
  "set_email": "Shto email-in tënd që të mund të të kontaktojmë."
142
181
  },
143
- "we_run_on": "Funksionojmë me <0>{{brand}}</0>",
144
- "carousel": {
145
- "previous_slide": "Sllajdi i mëparshëm",
146
- "next_slide": "Sllajdi tjetër"
147
- },
148
- "audio_widget": {
149
- "errors": {
150
- "generic": "Ndodhi një gabim",
151
- "start_failed": "Nuk u arrit të niset thirrja"
152
- },
153
- "status": {
154
- "ready": "Gati",
155
- "connecting": "Po lidhet",
156
- "thinking": "Po mendon",
157
- "on_call": "Në thirrje",
158
- "error": "Gabim"
159
- },
160
- "actions": {
161
- "start": "Nis thirrjen e parashikimit audio",
162
- "cancel": "Anulo thirrjen e parashikimit audio",
163
- "end": "Përfundo thirrjen e parashikimit audio"
164
- },
165
- "sr": {
166
- "ready": "Gati për të bërë një thirrje",
167
- "connecting": "Po lidhet thirrja",
168
- "connected_thinking": "Thirrja u lidh, po gjenerohet përgjigjja",
169
- "connected": "Thirrja u lidh",
170
- "error": "Gabim i thirrjes",
171
- "error_with_message": "Gabim i thirrjes: {{message}}"
172
- },
173
- "mute": {
174
- "mute_microphone": "Çaktivizo mikrofonin",
175
- "unmute_microphone": "Aktivizo mikrofonin",
176
- "mute": "Çaktivizo",
177
- "unmute": "Aktivizo"
178
- }
179
- },
180
- "footer": {
181
- "powered_by": "Powered by <0/> <1>{{brand}}</1>"
182
- }
182
+ "we_run_on": "Funksionojmë me <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
- "title": "Разговор је решен",
42
- "subtitle": "Остаје активан још <0>{{time}}</0>"
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
- "secs": "сек",
110
- "queue_position": "Ваша позиција у реду: {{0}}"
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
  }
@@ -1,4 +1,36 @@
1
1
  {
2
+ "audio_widget": {
3
+ "actions": {
4
+ "cancel": "Avbryt ljudförhandsvisningssamtal",
5
+ "end": "Avsluta ljudförhandsvisningssamtal",
6
+ "start": "Starta ljudförhandsvisningssamtal"
7
+ },
8
+ "errors": {
9
+ "generic": "Ett fel uppstod",
10
+ "start_failed": "Kunde inte starta samtalet"
11
+ },
12
+ "mute": {
13
+ "mute": "Stäng av",
14
+ "mute_microphone": "Stäng av mikrofonen",
15
+ "unmute": "Sätt på",
16
+ "unmute_microphone": "Sätt på mikrofonen"
17
+ },
18
+ "sr": {
19
+ "connected": "Samtal anslutet",
20
+ "connected_thinking": "Samtal anslutet, genererar svar",
21
+ "connecting": "Ansluter samtal",
22
+ "error": "Samtalsfel",
23
+ "error_with_message": "Samtalsfel: {{message}}",
24
+ "ready": "Redo att ringa"
25
+ },
26
+ "status": {
27
+ "connecting": "Ansluter",
28
+ "error": "Fel",
29
+ "on_call": "I samtal",
30
+ "ready": "Redo",
31
+ "thinking": "Tänker"
32
+ }
33
+ },
2
34
  "buttons": {
3
35
  "cancel": "Avbryt",
4
36
  "close": "Stäng",
@@ -18,6 +50,10 @@
18
50
  "start_new_chat": "Starta ny chat",
19
51
  "submit": "Skicka"
20
52
  },
53
+ "carousel": {
54
+ "next_slide": "Nästa bild",
55
+ "previous_slide": "Föregående bild"
56
+ },
21
57
  "common": {
22
58
  "ai_agent": "AI-agent",
23
59
  "loading": "Laddar..."
@@ -38,8 +74,8 @@
38
74
  "member_join": "{{0}} gick med i konversationen",
39
75
  "member_leave": "{{0}} lämnade konversationen",
40
76
  "resolved": {
41
- "title": "Konversationen är löst",
42
- "subtitle": "Förblir aktiv i <0>{{time}}</0>"
77
+ "subtitle": "Förblir aktiv i <0>{{time}}</0>",
78
+ "title": "Konversationen är löst"
43
79
  }
44
80
  },
45
81
  "feedback": {
@@ -66,6 +102,9 @@
66
102
  "invalid_type": "Filen {{0}} har ett format som inte stöds.",
67
103
  "too_large": "Filen {{0}} är för stor. Maxstorlek är {{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": "Vad är din e-postadress?"
@@ -106,8 +145,8 @@
106
145
  "estimated_time": "Beräknad väntetid:",
107
146
  "high_traffic": "Väntetiden överskrider",
108
147
  "mins": "min",
109
- "secs": "sek",
110
- "queue_position": "Din köplats: {{0}}"
148
+ "queue_position": "Din köplats: {{0}}",
149
+ "secs": "sek"
111
150
  },
112
151
  "related_articles": "Relaterade artiklar",
113
152
  "reset_conversation": "Återställ konversation",
@@ -140,44 +179,5 @@
140
179
  "toast": {
141
180
  "set_email": "Lägg till din e-post så att vi kan kontakta dig."
142
181
  },
143
- "we_run_on": "Vi drivs av <0>{{brand}}</0>",
144
- "carousel": {
145
- "previous_slide": "Föregående bild",
146
- "next_slide": "Nästa bild"
147
- },
148
- "audio_widget": {
149
- "errors": {
150
- "generic": "Ett fel uppstod",
151
- "start_failed": "Kunde inte starta samtalet"
152
- },
153
- "status": {
154
- "ready": "Redo",
155
- "connecting": "Ansluter",
156
- "thinking": "Tänker",
157
- "on_call": "I samtal",
158
- "error": "Fel"
159
- },
160
- "actions": {
161
- "start": "Starta ljudförhandsvisningssamtal",
162
- "cancel": "Avbryt ljudförhandsvisningssamtal",
163
- "end": "Avsluta ljudförhandsvisningssamtal"
164
- },
165
- "sr": {
166
- "ready": "Redo att ringa",
167
- "connecting": "Ansluter samtal",
168
- "connected_thinking": "Samtal anslutet, genererar svar",
169
- "connected": "Samtal anslutet",
170
- "error": "Samtalsfel",
171
- "error_with_message": "Samtalsfel: {{message}}"
172
- },
173
- "mute": {
174
- "mute_microphone": "Stäng av mikrofonen",
175
- "unmute_microphone": "Sätt på mikrofonen",
176
- "mute": "Stäng av",
177
- "unmute": "Sätt på"
178
- }
179
- },
180
- "footer": {
181
- "powered_by": "Powered by <0/> <1>{{brand}}</1>"
182
- }
182
+ "we_run_on": "Vi drivs av <0>{{brand}}</0>"
183
183
  }
@@ -1,4 +1,36 @@
1
1
  {
2
+ "audio_widget": {
3
+ "actions": {
4
+ "cancel": "Kanselahin ang audio preview call",
5
+ "end": "Tapusin ang audio preview call",
6
+ "start": "Simulan ang audio preview call"
7
+ },
8
+ "errors": {
9
+ "generic": "May nangyaring error",
10
+ "start_failed": "Hindi masimulan ang tawag"
11
+ },
12
+ "mute": {
13
+ "mute": "I-mute",
14
+ "mute_microphone": "I-mute ang mikropono",
15
+ "unmute": "I-unmute",
16
+ "unmute_microphone": "I-unmute ang mikropono"
17
+ },
18
+ "sr": {
19
+ "connected": "Nakakonekta ang tawag",
20
+ "connected_thinking": "Nakakonekta ang tawag, gumagawa ng sagot",
21
+ "connecting": "Kumokonekta ang tawag",
22
+ "error": "Error sa tawag",
23
+ "error_with_message": "Error sa tawag: {{message}}",
24
+ "ready": "Handa nang tumawag"
25
+ },
26
+ "status": {
27
+ "connecting": "Kumokonekta",
28
+ "error": "Error",
29
+ "on_call": "Nasa tawag",
30
+ "ready": "Handa",
31
+ "thinking": "Nag-iisip"
32
+ }
33
+ },
2
34
  "buttons": {
3
35
  "cancel": "Kanselahin",
4
36
  "close": "Isara",
@@ -18,6 +50,10 @@
18
50
  "start_new_chat": "Magsimula ng bagong chat",
19
51
  "submit": "Isumite"
20
52
  },
53
+ "carousel": {
54
+ "next_slide": "Susunod na slide",
55
+ "previous_slide": "Nakaraang slide"
56
+ },
21
57
  "common": {
22
58
  "ai_agent": "AI agent",
23
59
  "loading": "Naglo-load..."
@@ -38,8 +74,8 @@
38
74
  "member_join": "{{0}} ay sumali sa usapan",
39
75
  "member_leave": "{{0}} ay umalis sa usapan",
40
76
  "resolved": {
41
- "title": "Ang usapang ito ay naresolba na",
42
- "subtitle": "Mananatiling aktibo sa loob ng <0>{{time}}</0>"
77
+ "subtitle": "Mananatiling aktibo sa loob ng <0>{{time}}</0>",
78
+ "title": "Ang usapang ito ay naresolba na"
43
79
  }
44
80
  },
45
81
  "feedback": {
@@ -66,6 +102,9 @@
66
102
  "invalid_type": "Ang file {{0}} ay hindi suportadong uri.",
67
103
  "too_large": "Ang file {{0}} ay masyadong malaki. Ang maximum na laki ay {{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": "Ano ang iyong email address?"
@@ -106,8 +145,8 @@
106
145
  "estimated_time": "Tinatayang oras ng paghihintay:",
107
146
  "high_traffic": "Ang oras ng paghihintay ay lumampas sa",
108
147
  "mins": "min",
109
- "secs": "seg",
110
- "queue_position": "Ang iyong posisyon sa pila: {{0}}"
148
+ "queue_position": "Ang iyong posisyon sa pila: {{0}}",
149
+ "secs": "seg"
111
150
  },
112
151
  "related_articles": "Mga kaugnay na artikulo",
113
152
  "reset_conversation": "I-reset ang usapan",
@@ -140,44 +179,5 @@
140
179
  "toast": {
141
180
  "set_email": "Idagdag ang iyong email para makontak ka namin."
142
181
  },
143
- "we_run_on": "Pinapagana kami ng <0>{{brand}}</0>",
144
- "carousel": {
145
- "previous_slide": "Nakaraang slide",
146
- "next_slide": "Susunod na slide"
147
- },
148
- "audio_widget": {
149
- "errors": {
150
- "generic": "May nangyaring error",
151
- "start_failed": "Hindi masimulan ang tawag"
152
- },
153
- "status": {
154
- "ready": "Handa",
155
- "connecting": "Kumokonekta",
156
- "thinking": "Nag-iisip",
157
- "on_call": "Nasa tawag",
158
- "error": "Error"
159
- },
160
- "actions": {
161
- "start": "Simulan ang audio preview call",
162
- "cancel": "Kanselahin ang audio preview call",
163
- "end": "Tapusin ang audio preview call"
164
- },
165
- "sr": {
166
- "ready": "Handa nang tumawag",
167
- "connecting": "Kumokonekta ang tawag",
168
- "connected_thinking": "Nakakonekta ang tawag, gumagawa ng sagot",
169
- "connected": "Nakakonekta ang tawag",
170
- "error": "Error sa tawag",
171
- "error_with_message": "Error sa tawag: {{message}}"
172
- },
173
- "mute": {
174
- "mute_microphone": "I-mute ang mikropono",
175
- "unmute_microphone": "I-unmute ang mikropono",
176
- "mute": "I-mute",
177
- "unmute": "I-unmute"
178
- }
179
- },
180
- "footer": {
181
- "powered_by": "Powered by <0/> <1>{{brand}}</1>"
182
- }
182
+ "we_run_on": "Pinapagana kami ng <0>{{brand}}</0>"
183
183
  }