@moveo-ai/web-client 0.88.4-true.2 → 0.88.5-true.1
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 +3 -0
- package/dist/147.min.js.LICENSE.txt +6 -0
- package/dist/147.min.js.map +1 -0
- package/dist/329.min.js +3 -0
- package/dist/329.min.js.LICENSE.txt +6 -0
- package/dist/329.min.js.map +1 -0
- package/dist/audio-client.min.js +3 -0
- package/dist/audio-client.min.js.LICENSE.txt +46 -0
- package/dist/audio-client.min.js.map +1 -0
- 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 +2 -2
- package/dist/iframe.v2.min.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/preview/index.html +91 -0
- package/dist/preview-audio/index.html +68 -0
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/public/background.svg +79 -0
- package/dist/public/espa.png +0 -0
- package/dist/public/fonts/alpha/AlphaText-Bold.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-BoldItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Italic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Light.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-LightItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Medium.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-MediumItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Regular.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-SemiBold.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-SemiBoldItalic.woff +0 -0
- package/dist/public/fonts/aptos/Aptos-Bold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Bold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-ExtraBold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-ExtraBold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Light-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Light.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-SemiBold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-SemiBold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos.ttf +0 -0
- package/dist/public/locales/ar.json +183 -0
- package/dist/public/locales/bg.json +183 -0
- package/dist/public/locales/cs.json +183 -0
- package/dist/public/locales/da.json +183 -0
- package/dist/public/locales/de.json +183 -0
- package/dist/public/locales/el.json +183 -0
- package/dist/public/locales/en.json +183 -0
- package/dist/public/locales/es.json +183 -0
- package/dist/public/locales/fr.json +183 -0
- package/dist/public/locales/id.json +183 -0
- package/dist/public/locales/it.json +183 -0
- package/dist/public/locales/ja.json +183 -0
- package/dist/public/locales/me.json +183 -0
- package/dist/public/locales/nl-be.json +183 -0
- package/dist/public/locales/nl.json +183 -0
- package/dist/public/locales/pl.json +183 -0
- package/dist/public/locales/pt-br.json +183 -0
- package/dist/public/locales/pt.json +183 -0
- package/dist/public/locales/ro.json +183 -0
- package/dist/public/locales/ru.json +183 -0
- package/dist/public/locales/sq.json +183 -0
- package/dist/public/locales/sr.json +183 -0
- package/dist/public/locales/sv.json +183 -0
- package/dist/public/locales/tl.json +183 -0
- package/dist/public/locales/tr.json +183 -0
- package/dist/public/locales/zh.json +183 -0
- package/dist/public/nbg.svg +3 -0
- package/dist/public/og-image.jpg +0 -0
- package/dist/public/webview-image.png +0 -0
- 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 +38 -66
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"buttons": {
|
|
3
|
+
"cancel": "Cancelar",
|
|
4
|
+
"close": "Fechar",
|
|
5
|
+
"continue": "Continuar",
|
|
6
|
+
"end_chat": "Encerrar o chat",
|
|
7
|
+
"end_conversation": "Encerrar a conversa",
|
|
8
|
+
"launcher_label": "Abrir janela do chat",
|
|
9
|
+
"restart": "Reiniciar",
|
|
10
|
+
"resume": "Retomar",
|
|
11
|
+
"see_more": "Ver mais",
|
|
12
|
+
"send": "Enviar",
|
|
13
|
+
"show_more": "Mostrar mais",
|
|
14
|
+
"skip": "Pular",
|
|
15
|
+
"skip_close": "Pular e fechar",
|
|
16
|
+
"start": "Iniciar",
|
|
17
|
+
"start_new": "Iniciar novamente",
|
|
18
|
+
"start_new_chat": "Iniciar novo chat",
|
|
19
|
+
"submit": "Enviar"
|
|
20
|
+
},
|
|
21
|
+
"common": {
|
|
22
|
+
"ai_agent": "Agente de IA",
|
|
23
|
+
"loading": "Carregando..."
|
|
24
|
+
},
|
|
25
|
+
"disclaimer": {
|
|
26
|
+
"required": "Para continuar, você deve aceitar a política de privacidade.",
|
|
27
|
+
"title": "Aviso e política de dados"
|
|
28
|
+
},
|
|
29
|
+
"errors": {
|
|
30
|
+
"history_sync": "Algo deu errado. Atualize esta página.",
|
|
31
|
+
"max_concurrent": "Número máximo de sessões simultâneas excedido.",
|
|
32
|
+
"reconnect": "Algo deu errado.",
|
|
33
|
+
"reconnect_forbidden": "Ocorreu um erro de autorização. Reinicie a sessão.",
|
|
34
|
+
"restart_conversation": "Reinicie esta conversa ou atualize a página.",
|
|
35
|
+
"unknown": "Algo deu errado. Atualize esta página."
|
|
36
|
+
},
|
|
37
|
+
"events": {
|
|
38
|
+
"member_join": "{{0}} entrou na conversa",
|
|
39
|
+
"member_leave": "{{0}} saiu da conversa",
|
|
40
|
+
"resolved": {
|
|
41
|
+
"title": "Esta conversa foi resolvida",
|
|
42
|
+
"subtitle": "Permanecerá ativa por <0>{{time}}</0>"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"feedback": {
|
|
46
|
+
"helpful": "Isso foi útil?",
|
|
47
|
+
"helpful_button": "Isso foi útil",
|
|
48
|
+
"not_helpful_button": "Isso não foi útil"
|
|
49
|
+
},
|
|
50
|
+
"fields": {
|
|
51
|
+
"address": "Endereço",
|
|
52
|
+
"custom_field": "Campo personalizado",
|
|
53
|
+
"display_name": "Nome",
|
|
54
|
+
"email": "E-mail",
|
|
55
|
+
"invalid": "Este campo é inválido.",
|
|
56
|
+
"language": "Idioma",
|
|
57
|
+
"less_than": "Este campo deve ter menos de {{0}} caracteres.",
|
|
58
|
+
"more_than": "Este campo deve ter pelo menos {{0}} caracteres.",
|
|
59
|
+
"phone": "Telefone",
|
|
60
|
+
"placeholder": {
|
|
61
|
+
"language": "Selecione o idioma"
|
|
62
|
+
},
|
|
63
|
+
"required": "Este campo é obrigatório"
|
|
64
|
+
},
|
|
65
|
+
"files": {
|
|
66
|
+
"invalid_type": "O arquivo {{0}} não é de um tipo suportado.",
|
|
67
|
+
"too_large": "O arquivo {{0}} é muito grande. O tamanho máximo é de {{1}} MB."
|
|
68
|
+
},
|
|
69
|
+
"forms": {
|
|
70
|
+
"email": {
|
|
71
|
+
"label": "Qual é o seu endereço de e-mail?"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"header": {
|
|
75
|
+
"download_conversation": "Baixar a conversa",
|
|
76
|
+
"send_email": "Enviar por e-mail"
|
|
77
|
+
},
|
|
78
|
+
"input_placeholder": "Digite uma mensagem",
|
|
79
|
+
"input_send": "Enviar mensagem",
|
|
80
|
+
"launchers": {
|
|
81
|
+
"feedback": "Feedback",
|
|
82
|
+
"help": "Precisa de ajuda?"
|
|
83
|
+
},
|
|
84
|
+
"loading": {
|
|
85
|
+
"creating_answer": "Criando uma resposta...",
|
|
86
|
+
"fetching_data": "Buscando dados...",
|
|
87
|
+
"processing_request": "Processando solicitação..."
|
|
88
|
+
},
|
|
89
|
+
"modal": {
|
|
90
|
+
"continue": "Você pode continuar a conversa por...",
|
|
91
|
+
"end": "Tem certeza de que deseja encerrar a conversa?",
|
|
92
|
+
"end_old": "Tem certeza de que deseja encerrar o chat?",
|
|
93
|
+
"expired": "Sua sessão expirou",
|
|
94
|
+
"expired_subtitle": "Esta conversa não está mais disponível",
|
|
95
|
+
"expired_title": "Conversa expirada",
|
|
96
|
+
"inactivity": "Você está inativo há algum tempo. Como gostaria de proceder?",
|
|
97
|
+
"inactivity_title": "Aviso de inatividade",
|
|
98
|
+
"resolved_old": "Esta conversa foi marcada como resolvida",
|
|
99
|
+
"webview": "Webview"
|
|
100
|
+
},
|
|
101
|
+
"moveo_ai": "Moveo.ai",
|
|
102
|
+
"no_messages": "Esta conversa ainda não começou",
|
|
103
|
+
"no_video_tag": "Seu navegador não suporta a tag de vídeo",
|
|
104
|
+
"overview": {
|
|
105
|
+
"agent_soon": "Um agente estará disponível em breve",
|
|
106
|
+
"estimated_time": "Tempo de espera estimado:",
|
|
107
|
+
"high_traffic": "O tempo de espera excede",
|
|
108
|
+
"mins": "min",
|
|
109
|
+
"secs": "s",
|
|
110
|
+
"queue_position": "Sua posição na fila: {{0}}"
|
|
111
|
+
},
|
|
112
|
+
"related_articles": "Artigos relacionados",
|
|
113
|
+
"reset_conversation": "Redefinir conversa",
|
|
114
|
+
"resolved_continue": "Você pode continuar esta conversa até",
|
|
115
|
+
"status": {
|
|
116
|
+
"away": "Ausente",
|
|
117
|
+
"connecting": "Conectando",
|
|
118
|
+
"offline": "Offline",
|
|
119
|
+
"online": "Online"
|
|
120
|
+
},
|
|
121
|
+
"survey": {
|
|
122
|
+
"bad": "Ruim",
|
|
123
|
+
"excellent": "Excelente",
|
|
124
|
+
"experience": "Como você avaliaria sua experiência no chat?",
|
|
125
|
+
"forbidden": "Algo deu errado. Tente novamente mais tarde.",
|
|
126
|
+
"good": "Bom",
|
|
127
|
+
"great": "Ótimo",
|
|
128
|
+
"input_placeholder": "Conte-nos o que você pensa.",
|
|
129
|
+
"okay": "Regular",
|
|
130
|
+
"rate": "Obrigado por conversar conosco! Avalie este chat:",
|
|
131
|
+
"restart_conversation": "Reiniciar conversa",
|
|
132
|
+
"subtitle": "Ajude-nos a melhorar com apenas dois cliques!",
|
|
133
|
+
"terrible": "Péssimo",
|
|
134
|
+
"title": "Avalie sua experiência",
|
|
135
|
+
"transcript": "Precisa de uma transcrição?",
|
|
136
|
+
"type_here": "Digite aqui...",
|
|
137
|
+
"well": "O que deu certo?",
|
|
138
|
+
"wrong": "O que não saiu bem?"
|
|
139
|
+
},
|
|
140
|
+
"toast": {
|
|
141
|
+
"set_email": "Adicione seu e-mail para que possamos entrar em contato com você."
|
|
142
|
+
},
|
|
143
|
+
"we_run_on": "Funcionamos com <0>{{brand}}</0>",
|
|
144
|
+
"carousel": {
|
|
145
|
+
"previous_slide": "Slide anterior",
|
|
146
|
+
"next_slide": "Próximo slide"
|
|
147
|
+
},
|
|
148
|
+
"audio_widget": {
|
|
149
|
+
"errors": {
|
|
150
|
+
"generic": "Ocorreu um erro",
|
|
151
|
+
"start_failed": "Não foi possível iniciar a chamada"
|
|
152
|
+
},
|
|
153
|
+
"status": {
|
|
154
|
+
"ready": "Pronto",
|
|
155
|
+
"connecting": "Conectando",
|
|
156
|
+
"thinking": "Pensando",
|
|
157
|
+
"on_call": "Em chamada",
|
|
158
|
+
"error": "Erro"
|
|
159
|
+
},
|
|
160
|
+
"actions": {
|
|
161
|
+
"start": "Iniciar chamada de prévia de áudio",
|
|
162
|
+
"cancel": "Cancelar chamada de prévia de áudio",
|
|
163
|
+
"end": "Encerrar chamada de prévia de áudio"
|
|
164
|
+
},
|
|
165
|
+
"sr": {
|
|
166
|
+
"ready": "Pronto para iniciar uma chamada",
|
|
167
|
+
"connecting": "Conectando chamada",
|
|
168
|
+
"connected_thinking": "Chamada conectada, gerando resposta",
|
|
169
|
+
"connected": "Chamada conectada",
|
|
170
|
+
"error": "Erro na chamada",
|
|
171
|
+
"error_with_message": "Erro na chamada: {{message}}"
|
|
172
|
+
},
|
|
173
|
+
"mute": {
|
|
174
|
+
"mute_microphone": "Silenciar microfone",
|
|
175
|
+
"unmute_microphone": "Ativar microfone",
|
|
176
|
+
"mute": "Silenciar",
|
|
177
|
+
"unmute": "Ativar"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"footer": {
|
|
181
|
+
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"buttons": {
|
|
3
|
+
"cancel": "Cancelar",
|
|
4
|
+
"close": "Fechar",
|
|
5
|
+
"continue": "Continuar",
|
|
6
|
+
"end_chat": "Terminar chat",
|
|
7
|
+
"end_conversation": "Terminar conversa",
|
|
8
|
+
"launcher_label": "Abrir janela de chat",
|
|
9
|
+
"restart": "Reiniciar",
|
|
10
|
+
"resume": "Retomar",
|
|
11
|
+
"see_more": "Ver mais",
|
|
12
|
+
"send": "Enviar",
|
|
13
|
+
"show_more": "Mostrar mais",
|
|
14
|
+
"skip": "Saltar",
|
|
15
|
+
"skip_close": "Saltar e fechar",
|
|
16
|
+
"start": "Iniciar",
|
|
17
|
+
"start_new": "Iniciar de novo",
|
|
18
|
+
"start_new_chat": "Iniciar novo chat",
|
|
19
|
+
"submit": "Enviar"
|
|
20
|
+
},
|
|
21
|
+
"common": {
|
|
22
|
+
"ai_agent": "Agente de IA",
|
|
23
|
+
"loading": "A carregar..."
|
|
24
|
+
},
|
|
25
|
+
"disclaimer": {
|
|
26
|
+
"required": "Para continuar, aceite a política de privacidade.",
|
|
27
|
+
"title": "Aviso e política de dados"
|
|
28
|
+
},
|
|
29
|
+
"errors": {
|
|
30
|
+
"history_sync": "Ocorreu um erro. Atualize esta página.",
|
|
31
|
+
"max_concurrent": "Foi excedido o número máximo de sessões simultâneas.",
|
|
32
|
+
"reconnect": "Ocorreu um erro.",
|
|
33
|
+
"reconnect_forbidden": "Ocorreu um erro de autorização. Reinicie a sessão.",
|
|
34
|
+
"restart_conversation": "Reinicie a conversa ou atualize a página.",
|
|
35
|
+
"unknown": "Ocorreu um erro. Atualize esta página."
|
|
36
|
+
},
|
|
37
|
+
"events": {
|
|
38
|
+
"member_join": "{{0}} entrou na conversa",
|
|
39
|
+
"member_leave": "{{0}} saiu da conversa",
|
|
40
|
+
"resolved": {
|
|
41
|
+
"title": "Esta conversa foi resolvida",
|
|
42
|
+
"subtitle": "Permanecerá ativa durante <0>{{time}}</0>"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"feedback": {
|
|
46
|
+
"helpful": "Foi útil?",
|
|
47
|
+
"helpful_button": "Foi útil",
|
|
48
|
+
"not_helpful_button": "Não foi útil"
|
|
49
|
+
},
|
|
50
|
+
"fields": {
|
|
51
|
+
"address": "Morada",
|
|
52
|
+
"custom_field": "Campo personalizado",
|
|
53
|
+
"display_name": "Nome",
|
|
54
|
+
"email": "E-mail",
|
|
55
|
+
"invalid": "Este campo é inválido.",
|
|
56
|
+
"language": "Idioma",
|
|
57
|
+
"less_than": "Este campo deve ter menos de {{0}} caracteres.",
|
|
58
|
+
"more_than": "Este campo deve ter pelo menos {{0}} caracteres.",
|
|
59
|
+
"phone": "Telefone",
|
|
60
|
+
"placeholder": {
|
|
61
|
+
"language": "Selecione o idioma"
|
|
62
|
+
},
|
|
63
|
+
"required": "Este campo é obrigatório"
|
|
64
|
+
},
|
|
65
|
+
"files": {
|
|
66
|
+
"invalid_type": "O ficheiro {{0}} não é suportado.",
|
|
67
|
+
"too_large": "O ficheiro {{0}} é demasiado grande. O tamanho máximo é {{1}} MB."
|
|
68
|
+
},
|
|
69
|
+
"forms": {
|
|
70
|
+
"email": {
|
|
71
|
+
"label": "Qual é o seu endereço de e-mail?"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"header": {
|
|
75
|
+
"download_conversation": "Descarregar conversa",
|
|
76
|
+
"send_email": "Enviar por e-mail"
|
|
77
|
+
},
|
|
78
|
+
"input_placeholder": "Escreva uma mensagem",
|
|
79
|
+
"input_send": "Enviar mensagem",
|
|
80
|
+
"launchers": {
|
|
81
|
+
"feedback": "Feedback",
|
|
82
|
+
"help": "Precisa de ajuda?"
|
|
83
|
+
},
|
|
84
|
+
"loading": {
|
|
85
|
+
"creating_answer": "A criar resposta...",
|
|
86
|
+
"fetching_data": "A obter dados...",
|
|
87
|
+
"processing_request": "A processar pedido..."
|
|
88
|
+
},
|
|
89
|
+
"modal": {
|
|
90
|
+
"continue": "Pode continuar a conversa durante...",
|
|
91
|
+
"end": "Tem a certeza de que deseja terminar a conversa?",
|
|
92
|
+
"end_old": "Tem a certeza de que deseja terminar o chat?",
|
|
93
|
+
"expired": "A sua sessão expirou",
|
|
94
|
+
"expired_subtitle": "Esta conversa deixou de estar disponível",
|
|
95
|
+
"expired_title": "Conversa expirada",
|
|
96
|
+
"inactivity": "Esteve inativo durante algum tempo. Como pretende continuar?",
|
|
97
|
+
"inactivity_title": "Aviso de inatividade",
|
|
98
|
+
"resolved_old": "Esta conversa foi marcada como resolvida",
|
|
99
|
+
"webview": "Webview"
|
|
100
|
+
},
|
|
101
|
+
"moveo_ai": "Moveo.ai",
|
|
102
|
+
"no_messages": "Esta conversa ainda não começou",
|
|
103
|
+
"no_video_tag": "O seu navegador não suporta a tag de vídeo",
|
|
104
|
+
"overview": {
|
|
105
|
+
"agent_soon": "Um agente estará disponível em breve",
|
|
106
|
+
"estimated_time": "Tempo de espera estimado:",
|
|
107
|
+
"high_traffic": "O tempo de espera excede",
|
|
108
|
+
"mins": "min",
|
|
109
|
+
"secs": "s",
|
|
110
|
+
"queue_position": "A sua posição na fila: {{0}}"
|
|
111
|
+
},
|
|
112
|
+
"related_articles": "Artigos relacionados",
|
|
113
|
+
"reset_conversation": "Repor conversa",
|
|
114
|
+
"resolved_continue": "Pode continuar esta conversa até",
|
|
115
|
+
"status": {
|
|
116
|
+
"away": "Ausente",
|
|
117
|
+
"connecting": "A ligar",
|
|
118
|
+
"offline": "Offline",
|
|
119
|
+
"online": "Online"
|
|
120
|
+
},
|
|
121
|
+
"survey": {
|
|
122
|
+
"bad": "Má",
|
|
123
|
+
"excellent": "Excelente",
|
|
124
|
+
"experience": "Como avalia a experiência de chat?",
|
|
125
|
+
"forbidden": "Ocorreu um erro. Tente novamente mais tarde.",
|
|
126
|
+
"good": "Boa",
|
|
127
|
+
"great": "Ótima",
|
|
128
|
+
"input_placeholder": "Diga-nos o que achou",
|
|
129
|
+
"okay": "Razoável",
|
|
130
|
+
"rate": "Obrigado por conversar connosco! Avalie este chat:",
|
|
131
|
+
"restart_conversation": "Reiniciar conversa",
|
|
132
|
+
"subtitle": "Ajude-nos a melhorar com apenas dois cliques!",
|
|
133
|
+
"terrible": "Muito má",
|
|
134
|
+
"title": "Avalie a sua experiência",
|
|
135
|
+
"transcript": "Precisa de uma transcrição?",
|
|
136
|
+
"type_here": "Escreva aqui...",
|
|
137
|
+
"well": "O que correu bem?",
|
|
138
|
+
"wrong": "O que correu mal?"
|
|
139
|
+
},
|
|
140
|
+
"toast": {
|
|
141
|
+
"set_email": "Adicione o seu e-mail para podermos contactá-lo."
|
|
142
|
+
},
|
|
143
|
+
"we_run_on": "Funcionamos com <0>{{brand}}</0>",
|
|
144
|
+
"carousel": {
|
|
145
|
+
"previous_slide": "Slide anterior",
|
|
146
|
+
"next_slide": "Próximo slide"
|
|
147
|
+
},
|
|
148
|
+
"audio_widget": {
|
|
149
|
+
"errors": {
|
|
150
|
+
"generic": "Ocorreu um erro",
|
|
151
|
+
"start_failed": "Não foi possível iniciar a chamada"
|
|
152
|
+
},
|
|
153
|
+
"status": {
|
|
154
|
+
"ready": "Pronto",
|
|
155
|
+
"connecting": "A ligar",
|
|
156
|
+
"thinking": "A pensar",
|
|
157
|
+
"on_call": "Em chamada",
|
|
158
|
+
"error": "Erro"
|
|
159
|
+
},
|
|
160
|
+
"actions": {
|
|
161
|
+
"start": "Iniciar chamada de pré-visualização de áudio",
|
|
162
|
+
"cancel": "Cancelar chamada de pré-visualização de áudio",
|
|
163
|
+
"end": "Terminar chamada de pré-visualização de áudio"
|
|
164
|
+
},
|
|
165
|
+
"sr": {
|
|
166
|
+
"ready": "Pronto para iniciar uma chamada",
|
|
167
|
+
"connecting": "A ligar a chamada",
|
|
168
|
+
"connected_thinking": "Chamada ligada, a gerar resposta",
|
|
169
|
+
"connected": "Chamada ligada",
|
|
170
|
+
"error": "Erro na chamada",
|
|
171
|
+
"error_with_message": "Erro na chamada: {{message}}"
|
|
172
|
+
},
|
|
173
|
+
"mute": {
|
|
174
|
+
"mute_microphone": "Silenciar microfone",
|
|
175
|
+
"unmute_microphone": "Ativar microfone",
|
|
176
|
+
"mute": "Silenciar",
|
|
177
|
+
"unmute": "Ativar"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"footer": {
|
|
181
|
+
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"buttons": {
|
|
3
|
+
"cancel": "Anulează",
|
|
4
|
+
"close": "Închide",
|
|
5
|
+
"continue": "Continuă",
|
|
6
|
+
"end_chat": "Închide chatul",
|
|
7
|
+
"end_conversation": "Încheie conversația",
|
|
8
|
+
"launcher_label": "Deschide fereastra de chat",
|
|
9
|
+
"restart": "Repornește",
|
|
10
|
+
"resume": "Reia",
|
|
11
|
+
"see_more": "Vezi mai mult",
|
|
12
|
+
"send": "Trimite",
|
|
13
|
+
"show_more": "Arată mai multe",
|
|
14
|
+
"skip": "Omite",
|
|
15
|
+
"skip_close": "Omite și închide",
|
|
16
|
+
"start": "Start",
|
|
17
|
+
"start_new": "Pornește din nou",
|
|
18
|
+
"start_new_chat": "Pornește un chat nou",
|
|
19
|
+
"submit": "Trimite"
|
|
20
|
+
},
|
|
21
|
+
"common": {
|
|
22
|
+
"ai_agent": "Agent AI",
|
|
23
|
+
"loading": "Se încarcă..."
|
|
24
|
+
},
|
|
25
|
+
"disclaimer": {
|
|
26
|
+
"required": "Pentru a continua, acceptă politica de confidențialitate.",
|
|
27
|
+
"title": "Declinare de responsabilitate și politică de date"
|
|
28
|
+
},
|
|
29
|
+
"errors": {
|
|
30
|
+
"history_sync": "A apărut o eroare. Reîmprospătează această pagină.",
|
|
31
|
+
"max_concurrent": "Numărul maxim de sesiuni simultane a fost depășit.",
|
|
32
|
+
"reconnect": "A apărut o eroare.",
|
|
33
|
+
"reconnect_forbidden": "A apărut o eroare de autorizare. Repornește sesiunea.",
|
|
34
|
+
"restart_conversation": "Repornește conversația sau reîmprospătează pagina.",
|
|
35
|
+
"unknown": "A apărut o eroare. Reîmprospătează această pagină."
|
|
36
|
+
},
|
|
37
|
+
"events": {
|
|
38
|
+
"member_join": "{{0}} s-a alăturat conversației",
|
|
39
|
+
"member_leave": "{{0}} a părăsit conversația",
|
|
40
|
+
"resolved": {
|
|
41
|
+
"title": "Această conversație a fost rezolvată",
|
|
42
|
+
"subtitle": "Va rămâne activă timp de <0>{{time}}</0>"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"feedback": {
|
|
46
|
+
"helpful": "A fost util?",
|
|
47
|
+
"helpful_button": "A fost util",
|
|
48
|
+
"not_helpful_button": "Nu a fost util"
|
|
49
|
+
},
|
|
50
|
+
"fields": {
|
|
51
|
+
"address": "Adresă",
|
|
52
|
+
"custom_field": "Câmp personalizat",
|
|
53
|
+
"display_name": "Nume",
|
|
54
|
+
"email": "Email",
|
|
55
|
+
"invalid": "Acest câmp nu este valid.",
|
|
56
|
+
"language": "Limbă",
|
|
57
|
+
"less_than": "Acest câmp trebuie să aibă sub {{0}} caractere.",
|
|
58
|
+
"more_than": "Acest câmp trebuie să aibă cel puțin {{0}} caractere.",
|
|
59
|
+
"phone": "Telefon",
|
|
60
|
+
"placeholder": {
|
|
61
|
+
"language": "Selectează limba"
|
|
62
|
+
},
|
|
63
|
+
"required": "Acest câmp este obligatoriu"
|
|
64
|
+
},
|
|
65
|
+
"files": {
|
|
66
|
+
"invalid_type": "Fișierul {{0}} are un format neacceptat.",
|
|
67
|
+
"too_large": "Fișierul {{0}} este prea mare. Dimensiunea maximă este {{1}} MB."
|
|
68
|
+
},
|
|
69
|
+
"forms": {
|
|
70
|
+
"email": {
|
|
71
|
+
"label": "Care este adresa ta de email?"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"header": {
|
|
75
|
+
"download_conversation": "Descarcă conversația",
|
|
76
|
+
"send_email": "Trimite prin email"
|
|
77
|
+
},
|
|
78
|
+
"input_placeholder": "Scrie un mesaj",
|
|
79
|
+
"input_send": "Trimite mesajul",
|
|
80
|
+
"launchers": {
|
|
81
|
+
"feedback": "Feedback",
|
|
82
|
+
"help": "Ai nevoie de ajutor?"
|
|
83
|
+
},
|
|
84
|
+
"loading": {
|
|
85
|
+
"creating_answer": "Se creează răspunsul...",
|
|
86
|
+
"fetching_data": "Se preiau datele...",
|
|
87
|
+
"processing_request": "Se procesează solicitarea..."
|
|
88
|
+
},
|
|
89
|
+
"modal": {
|
|
90
|
+
"continue": "Poți continua conversația pentru...",
|
|
91
|
+
"end": "Ești sigur că vrei să închei conversația?",
|
|
92
|
+
"end_old": "Ești sigur că vrei să închei chatul?",
|
|
93
|
+
"expired": "Sesiunea ta a expirat",
|
|
94
|
+
"expired_subtitle": "Această conversație nu mai este disponibilă",
|
|
95
|
+
"expired_title": "Conversația a expirat",
|
|
96
|
+
"inactivity": "Ai fost inactiv o perioadă. Cum vrei să continui?",
|
|
97
|
+
"inactivity_title": "Notificare de inactivitate",
|
|
98
|
+
"resolved_old": "Această conversație a fost marcată ca rezolvată",
|
|
99
|
+
"webview": "Webview"
|
|
100
|
+
},
|
|
101
|
+
"moveo_ai": "Moveo.ai",
|
|
102
|
+
"no_messages": "Această conversație nu a început încă",
|
|
103
|
+
"no_video_tag": "Browserul tău nu acceptă eticheta video",
|
|
104
|
+
"overview": {
|
|
105
|
+
"agent_soon": "Un agent va fi disponibil în curând",
|
|
106
|
+
"estimated_time": "Timp de așteptare estimat:",
|
|
107
|
+
"high_traffic": "Timpul de așteptare depășește",
|
|
108
|
+
"mins": "min",
|
|
109
|
+
"secs": "s",
|
|
110
|
+
"queue_position": "Poziția ta în coadă: {{0}}"
|
|
111
|
+
},
|
|
112
|
+
"related_articles": "Articole conexe",
|
|
113
|
+
"reset_conversation": "Resetează conversația",
|
|
114
|
+
"resolved_continue": "Poți continua această conversație până la",
|
|
115
|
+
"status": {
|
|
116
|
+
"away": "Plecat",
|
|
117
|
+
"connecting": "Conectare",
|
|
118
|
+
"offline": "Offline",
|
|
119
|
+
"online": "Online"
|
|
120
|
+
},
|
|
121
|
+
"survey": {
|
|
122
|
+
"bad": "Slabă",
|
|
123
|
+
"excellent": "Excelentă",
|
|
124
|
+
"experience": "Cum ai evalua experiența din chat?",
|
|
125
|
+
"forbidden": "A apărut o eroare. Încearcă din nou mai târziu.",
|
|
126
|
+
"good": "Bună",
|
|
127
|
+
"great": "Foarte bună",
|
|
128
|
+
"input_placeholder": "Spune-ne părerea ta",
|
|
129
|
+
"okay": "Acceptabilă",
|
|
130
|
+
"rate": "Mulțumim pentru conversație! Evaluează acest chat:",
|
|
131
|
+
"restart_conversation": "Repornește conversația",
|
|
132
|
+
"subtitle": "Ajută-ne să ne îmbunătățim cu doar două clicuri!",
|
|
133
|
+
"terrible": "Foarte slabă",
|
|
134
|
+
"title": "Evaluează experiența",
|
|
135
|
+
"transcript": "Ai nevoie de o transcriere?",
|
|
136
|
+
"type_here": "Scrie aici...",
|
|
137
|
+
"well": "Ce a mers bine?",
|
|
138
|
+
"wrong": "Ce nu a mers bine?"
|
|
139
|
+
},
|
|
140
|
+
"toast": {
|
|
141
|
+
"set_email": "Adaugă adresa ta de email pentru a te putea contacta."
|
|
142
|
+
},
|
|
143
|
+
"we_run_on": "Funcționăm pe <0>{{brand}}</0>",
|
|
144
|
+
"carousel": {
|
|
145
|
+
"previous_slide": "Diapozitivul anterior",
|
|
146
|
+
"next_slide": "Diapozitivul următor"
|
|
147
|
+
},
|
|
148
|
+
"audio_widget": {
|
|
149
|
+
"errors": {
|
|
150
|
+
"generic": "A apărut o eroare",
|
|
151
|
+
"start_failed": "Nu s-a putut porni apelul"
|
|
152
|
+
},
|
|
153
|
+
"status": {
|
|
154
|
+
"ready": "Gata",
|
|
155
|
+
"connecting": "Se conectează",
|
|
156
|
+
"thinking": "Se gândește",
|
|
157
|
+
"on_call": "În apel",
|
|
158
|
+
"error": "Eroare"
|
|
159
|
+
},
|
|
160
|
+
"actions": {
|
|
161
|
+
"start": "Pornește apelul de previzualizare audio",
|
|
162
|
+
"cancel": "Anulează apelul de previzualizare audio",
|
|
163
|
+
"end": "Încheie apelul de previzualizare audio"
|
|
164
|
+
},
|
|
165
|
+
"sr": {
|
|
166
|
+
"ready": "Gata să inițiezi un apel",
|
|
167
|
+
"connecting": "Se conectează apelul",
|
|
168
|
+
"connected_thinking": "Apel conectat, se generează răspunsul",
|
|
169
|
+
"connected": "Apel conectat",
|
|
170
|
+
"error": "Eroare de apel",
|
|
171
|
+
"error_with_message": "Eroare de apel: {{message}}"
|
|
172
|
+
},
|
|
173
|
+
"mute": {
|
|
174
|
+
"mute_microphone": "Oprește microfonul",
|
|
175
|
+
"unmute_microphone": "Pornește microfonul",
|
|
176
|
+
"mute": "Oprește",
|
|
177
|
+
"unmute": "Pornește"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"footer": {
|
|
181
|
+
"powered_by": "Powered by <0/> <1>{{brand}}</1>"
|
|
182
|
+
}
|
|
183
|
+
}
|