@chat21/chat21-web-widget 5.0.52 → 5.0.53-rc.2
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/.github/workflows/docker-community-push-latest.yml +1 -0
- package/.github/workflows/docker-image-tag-community-tag-push.yml +1 -0
- package/CHANGELOG.md +16 -0
- package/Dockerfile +2 -2
- package/angular.json +4 -21
- package/deploy_amazon_beta.sh +1 -1
- package/deploy_amazon_prod.sh +1 -1
- package/package.json +17 -18
- package/src/app/app.component.scss +38 -10
- package/src/app/app.component.ts +2 -0
- package/src/app/app.module.ts +5 -3
- package/src/app/component/conversation-detail/conversation/conversation.component.html +13 -1
- package/src/app/component/conversation-detail/conversation/conversation.component.scss +19 -0
- package/src/app/component/conversation-detail/conversation/conversation.component.ts +50 -9
- package/src/app/component/conversation-detail/conversation-content/conversation-content.component.spec.ts +0 -2
- package/src/app/component/conversation-detail/conversation-content/conversation-content.component.ts +0 -10
- package/src/app/component/conversation-detail/conversation-footer/conversation-footer.component.ts +22 -0
- package/src/app/component/form/form-builder/form-builder.component.ts +1 -1
- package/src/app/component/form/inputs/form-checkbox/form-checkbox.component.ts +1 -1
- package/src/app/component/form/inputs/form-label/form-label.component.ts +1 -1
- package/src/app/component/form/inputs/form-text/form-text.component.ts +2 -2
- package/src/app/component/form/inputs/form-textarea/form-textarea.component.ts +2 -2
- package/src/app/component/form/prechat-form/prechat-form.component.ts +1 -1
- package/src/app/component/home/home.component.html +7 -15
- package/src/app/component/message/bubble-message/bubble-message.component.html +1 -4
- package/src/app/component/message/bubble-message/bubble-message.component.ts +1 -37
- package/src/app/component/message/image/image.component.ts +1 -9
- package/src/app/component/message/info-message/info-message.component.html +3 -3
- package/src/app/component/message/info-message/info-message.component.ts +0 -10
- package/src/app/directives/tooltip.directive.spec.ts +8 -0
- package/src/app/directives/tooltip.directive.ts +46 -0
- package/src/app/providers/global-settings.service.ts +2 -2
- package/src/app/utils/rules.ts +13 -0
- package/src/base_script.html +57 -0
- package/src/chat21-core/providers/abstract/archivedconversations-handler.service.ts +5 -5
- package/src/chat21-core/providers/abstract/conversation-handler.service.ts +6 -6
- package/src/chat21-core/providers/abstract/conversations-handler.service.ts +6 -6
- package/src/chat21-core/providers/abstract/groups-handler.service.ts +5 -5
- package/src/chat21-core/providers/abstract/logger.service.ts +1 -0
- package/src/chat21-core/providers/abstract/messagingAuth.service.ts +2 -2
- package/src/chat21-core/providers/abstract/presence.service.ts +2 -2
- package/src/chat21-core/providers/abstract/typing.service.ts +2 -2
- package/src/chat21-core/providers/abstract/upload.service.ts +1 -1
- package/src/chat21-core/providers/firebase/firebase-archivedconversations-handler.ts +1 -1
- package/src/chat21-core/providers/firebase/firebase-groups-handler.ts +1 -1
- package/src/chat21-core/providers/logger/customLogger.ts +4 -0
- package/src/chat21-core/providers/mqtt/mqtt-archivedconversations-handler.ts +1 -1
- package/src/chat21-core/providers/mqtt/mqtt-conversations-handler.ts +0 -1
- package/src/chat21-core/providers/mqtt/mqtt-groups-handler.ts +1 -1
- package/src/chat21-core/utils/constants.ts +3 -2
- package/src/chat21-core/utils/utils.ts +2 -0
- package/src/launch.js +4 -61
- package/src/polyfills.ts +0 -10
- package/src/test.ts +3 -1
- package/tsconfig.json +5 -3
- package/dist/3rdpartylicenses.txt +0 -942
- package/dist/assets/i18n/en.json +0 -94
- package/dist/assets/i18n/es.json +0 -90
- package/dist/assets/i18n/fr.json +0 -90
- package/dist/assets/i18n/it.json +0 -90
- package/dist/assets/images/avatar_bot_tiledesk.svg +0 -1
- package/dist/assets/images/chat_human_avatar.svg +0 -12
- package/dist/assets/images/f21ico-done.svg +0 -1
- package/dist/assets/images/f21ico-done_all.svg +0 -1
- package/dist/assets/images/f21ico-schedule.svg +0 -1
- package/dist/assets/images/file-alt-solid.png +0 -0
- package/dist/assets/images/light_avatar_placeholder.svg +0 -1
- package/dist/assets/images/tommy_bot_tiledesk.svg +0 -48
- package/dist/assets/images/website_mockup.jpg +0 -0
- package/dist/assets/js/chat21client.js +0 -1066
- package/dist/assets/js/mqtt/4.1.0/mqtt.min.js +0 -1
- package/dist/assets/js/mqtt/4.2.6/mqtt.min.js +0 -1
- package/dist/assets/js/mqtt/4.2.8/mqtt.min.js +0 -1
- package/dist/assets/sounds/Carme.mp3 +0 -0
- package/dist/assets/sounds/justsaying.mp3 +0 -0
- package/dist/assets/sounds/pling.mp3 +0 -0
- package/dist/assets/styles/tiledesk_v1.scss +0 -22
- package/dist/assets/twp/chatbot-panel.html +0 -424
- package/dist/assets/twp/index-dev.html +0 -2430
- package/dist/assets/twp/index.html +0 -603
- package/dist/assets/twp/tiledesk_widget_files/bootstrap.min.css +0 -5
- package/dist/assets/twp/tiledesk_widget_files/bootstrap.min.js +0 -7
- package/dist/assets/twp/tiledesk_widget_files/facebook.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/font-awesome.min.css +0 -4
- package/dist/assets/twp/tiledesk_widget_files/icon +0 -23
- package/dist/assets/twp/tiledesk_widget_files/jquery.min.js +0 -2
- package/dist/assets/twp/tiledesk_widget_files/linkedin.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-black.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-mobile.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo-short.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/logo@2x-black.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/telegram.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/twitter.png +0 -0
- package/dist/assets/twp/tiledesk_widget_files/website-poly.min.css +0 -5623
- package/dist/assets/twp/tiledesk_widget_files/whatsapp.png +0 -0
- package/dist/environments/real_data/widget-config-docker.json +0 -28
- package/dist/environments/real_data/widget-config-firebase.json +0 -30
- package/dist/environments/real_data/widget-config-mqtt.json +0 -27
- package/dist/environments/real_data/widget-config-native-mqtt.json +0 -28
- package/dist/environments/real_data/widget-config-native-prod.json +0 -27
- package/dist/f21ico-done.svg +0 -1
- package/dist/f21ico-done_all.svg +0 -1
- package/dist/f21ico-schedule.svg +0 -1
- package/dist/favicon.ico +0 -0
- package/dist/iframe-style.css +0 -189
- package/dist/index.html +0 -16
- package/dist/launch.js +0 -428
- package/dist/main.js +0 -1
- package/dist/polyfills-es5.js +0 -1
- package/dist/polyfills.js +0 -1
- package/dist/runtime.js +0 -1
- package/dist/scripts.js +0 -1
- package/dist/styles.css +0 -1
- package/dist/styles.js +0 -1
- package/dist/test-auth-remote.html +0 -95
- package/dist/test-auth.html +0 -49
- package/dist/test-buttons.html +0 -147
- package/dist/test-custom-auth.html +0 -50
- package/dist/test-new.html +0 -231
- package/dist/test.html +0 -142
- package/dist/tiledesk.js +0 -72
- package/dist/vendor.js +0 -1
- package/dist/widget-config-template.json +0 -29
- package/dist/widget-config.json +0 -29
- package/e2e/protractor.conf.js +0 -32
- package/src/environments/environment.pre.ts +0 -42
- package/src/environments/environment.prod.ts +0 -40
- package/src/environments/environment.ts +0 -41
- package/src/environments/real_data/widget-config-docker.json +0 -28
- package/src/environments/real_data/widget-config-firebase.json +0 -30
- package/src/environments/real_data/widget-config-mqtt.json +0 -27
- package/src/environments/real_data/widget-config-native-mqtt.json +0 -28
- package/src/environments/real_data/widget-config-native-prod.json +0 -27
- package/src/test-auth-remote.html +0 -95
- package/src/test-auth.html +0 -49
- package/src/test-buttons.html +0 -147
package/dist/assets/i18n/en.json
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"LABEL_TU": "",
|
|
3
|
-
"LABEL_PLACEHOLDER": "type your message..",
|
|
4
|
-
"LABEL_START_NW_CONV": "New conversation",
|
|
5
|
-
"LABEL_WHATSAPP": "Message us",
|
|
6
|
-
"LABEL_FIRST_MSG": "Describe shortly your problem, you will be contacted by an agent.",
|
|
7
|
-
"LABEL_FIRST_MSG_NO_AGENTS": "🤔 All operators are offline at the moment. You can anyway describe your problem. It will be assigned to the support team who will answer you as soon as possible.",
|
|
8
|
-
"LABEL_SELECT_TOPIC": "Select a topic",
|
|
9
|
-
"LABEL_COMPLETE_FORM": "Complete the form to start a conversation with the next available agent.",
|
|
10
|
-
"LABEL_FIELD_NAME": "Name",
|
|
11
|
-
"LABEL_ERROR_FIELD_NAME": "Required field (minimum 5 characters).",
|
|
12
|
-
"LABEL_FIELD_EMAIL": "Email",
|
|
13
|
-
"LABEL_ERROR_FIELD_EMAIL": "Enter a valid email address.",
|
|
14
|
-
"LABEL_ERROR_FIELD_REQUIRED":"Required field",
|
|
15
|
-
"LABEL_WRITING": "is writing...",
|
|
16
|
-
"LABEL_SEND_NEW_MESSAGE": "Send a new message",
|
|
17
|
-
"AGENT_NOT_AVAILABLE": " Offline",
|
|
18
|
-
"AGENT_AVAILABLE": " Online",
|
|
19
|
-
"GUEST_LABEL": "Guest",
|
|
20
|
-
"ALL_AGENTS_OFFLINE_LABEL": "All operators are offline at the moment",
|
|
21
|
-
"LABEL_LOADING": "Loading...",
|
|
22
|
-
"CALLOUT_TITLE_PLACEHOLDER": "Need Help?",
|
|
23
|
-
"CALLOUT_MSG_PLACEHOLDER": "Click here and start chatting with us!",
|
|
24
|
-
"CUSTOMER_SATISFACTION": "Customer satisfaction",
|
|
25
|
-
"YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "your opinion on our customer service",
|
|
26
|
-
"DOWNLOAD_TRANSCRIPT": "Download transcript",
|
|
27
|
-
"BACK": "Back",
|
|
28
|
-
"CONTINUE": "Continue",
|
|
29
|
-
"YOUR_RATING": "your rating",
|
|
30
|
-
"WRITE_YOUR_OPINION": "Write your opinion ... (optional)",
|
|
31
|
-
"SUBMIT": "Submit",
|
|
32
|
-
"THANK_YOU_FOR_YOUR_EVALUATION": "Thank you for your evaluation",
|
|
33
|
-
"YOUR_RATING_HAS_BEEN_RECEIVED": "your rating has been received",
|
|
34
|
-
"ALERT_LEAVE_CHAT": "Do you want to leave the chat?",
|
|
35
|
-
"YES": "Yes",
|
|
36
|
-
"NO": "No",
|
|
37
|
-
"BUTTON_CLOSE_TO_ICON": "Minimize chat",
|
|
38
|
-
"BUTTON_EDIT_PROFILE": "Update profile",
|
|
39
|
-
"RATE_CHAT": "Rate chat",
|
|
40
|
-
"WELLCOME_TITLE": "Hi, welcome to Tiledesk 👋",
|
|
41
|
-
"WELLCOME_MSG": "How can we help?",
|
|
42
|
-
"OPTIONS": "options",
|
|
43
|
-
"SOUND_OFF": "Sound off",
|
|
44
|
-
"SOUND_ON": "Sound on",
|
|
45
|
-
"LOGOUT": "Logout",
|
|
46
|
-
"CLOSE": "Close",
|
|
47
|
-
"RESTART":"Restart",
|
|
48
|
-
"PREV_CONVERSATIONS": "Your conversations",
|
|
49
|
-
"YOU": "You",
|
|
50
|
-
"SHOW_ALL_CONV": "show all",
|
|
51
|
-
"START_A_CONVERSATION": "Start a conversation",
|
|
52
|
-
"NO_CONVERSATION": "No conversation",
|
|
53
|
-
"SEE_PREVIOUS": "see previous",
|
|
54
|
-
"WAITING_TIME_FOUND": "The team typically replies in $reply_time",
|
|
55
|
-
"WAITING_TIME_NOT_FOUND": "The team will reply as soon as possible",
|
|
56
|
-
"CLOSED": "CLOSED",
|
|
57
|
-
"CLOSE_CHAT": "Close chat",
|
|
58
|
-
"MINIMIZE":"Minimize",
|
|
59
|
-
"MAXIMIZE":"Maximize",
|
|
60
|
-
|
|
61
|
-
"INFO_SUPPORT_USER_ADDED_SUBJECT":"you",
|
|
62
|
-
"INFO_SUPPORT_USER_ADDED_YOU_VERB":"have been added to ",
|
|
63
|
-
"INFO_SUPPORT_USER_ADDED_COMPLEMENT":"joined",
|
|
64
|
-
"INFO_SUPPORT_USER_ADDED_VERB":"the chat",
|
|
65
|
-
"INFO_SUPPORT_CHAT_REOPENED":"Chat reopened",
|
|
66
|
-
"INFO_SUPPORT_CHAT_CLOSED":"Chat closed",
|
|
67
|
-
"INFO_SUPPORT_LEAD_UPDATED":"Lead updated",
|
|
68
|
-
"INFO_SUPPORT_MEMBER_LEFT_GROUP":"removed from group",
|
|
69
|
-
"INFO_SUPPORT_MEMBER_ABANDONED_GROUP":"has left the conversation",
|
|
70
|
-
"INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "A new support request has been assigned to you",
|
|
71
|
-
|
|
72
|
-
"LABEL_PRECHAT_USER_FULLNAME": "Full name",
|
|
73
|
-
"LABEL_PRECHAT_USER_EMAIL": "Email",
|
|
74
|
-
"LABEL_PRECHAT_USER_EMAIL_ERROR": "Invalid email address",
|
|
75
|
-
"LABEL_PRECHAT_USER_PHONE": "Phone",
|
|
76
|
-
"LABEL_PRECHAT_USER_PHONE_ERROR": "Phone is required",
|
|
77
|
-
"LABEL_PRECHAT_FIRST_MESSAGE": "Your message for the support team",
|
|
78
|
-
"LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Before proceeding in the conversation please agree to our <a href='https://tiledesk.com/termsofservice/' target='_blank'>Terms</a> and <a href='https://tiledesk.com/privacy.html' target='_blank'>Privacy Policy</a>",
|
|
79
|
-
"LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "I agree",
|
|
80
|
-
"PRECHAT_REQUIRED_ERROR": "This field is required",
|
|
81
|
-
|
|
82
|
-
"LABEL_TODAY": "today",
|
|
83
|
-
"LABEL_TOMORROW": "yesterday",
|
|
84
|
-
"LABEL_LAST_ACCESS": "last access",
|
|
85
|
-
"LABEL_TO": "at",
|
|
86
|
-
"ARRAY_DAYS": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
|
|
87
|
-
|
|
88
|
-
"SENT_AN_ATTACHMENT": "sent an attachment",
|
|
89
|
-
"SENT_AN_IMAGE":"sent an image",
|
|
90
|
-
|
|
91
|
-
"LABEL_PREVIEW": "Preview",
|
|
92
|
-
"SWITCH_TO":"Or switch to:"
|
|
93
|
-
|
|
94
|
-
}
|
package/dist/assets/i18n/es.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"LABEL_TU": "",
|
|
3
|
-
"LABEL_PLACEHOLDER": "escribe tu mensaje..",
|
|
4
|
-
"LABEL_START_NW_CONV": "Nueva conversación",
|
|
5
|
-
"LABEL_FIRST_MSG": "Describa brevemente su problema, un agente lo contactará.",
|
|
6
|
-
"LABEL_FIRST_MSG_NO_AGENTS": "🤔 Todos los operadores están desconectados en este momento. De todos modos puedes describir tu problema. Se asignará al equipo de soporte que le responderá lo antes posible.",
|
|
7
|
-
"LABEL_SELECT_TOPIC": "Elige un tema",
|
|
8
|
-
"LABEL_COMPLETE_FORM": "Complete el formulario para iniciar una conversación con el próximo agente disponible.",
|
|
9
|
-
"LABEL_FIELD_NAME": "Nombre",
|
|
10
|
-
"LABEL_ERROR_FIELD_NAME": "Campo obligatorio (mínimo 5 caracteres).",
|
|
11
|
-
"LABEL_FIELD_EMAIL": "Email",
|
|
12
|
-
"LABEL_ERROR_FIELD_EMAIL": "Introduzca una dirección de correo electrónico válida.",
|
|
13
|
-
"LABEL_WRITING": "esta escribiendo...",
|
|
14
|
-
"LABEL_SEND_NEW_MESSAGE": "Enviar un mensaje nuevo",
|
|
15
|
-
"AGENT_NOT_AVAILABLE": " Fuera de línea",
|
|
16
|
-
"AGENT_AVAILABLE": " En línea",
|
|
17
|
-
"GUEST_LABEL": "Huésped",
|
|
18
|
-
"ALL_AGENTS_OFFLINE_LABEL": "Todos los operadores están desconectados en este momento.",
|
|
19
|
-
"LABEL_LOADING": "Cargando...",
|
|
20
|
-
"CALLOUT_TITLE_PLACEHOLDER": "¿Necesitas ayuda?",
|
|
21
|
-
"CALLOUT_MSG_PLACEHOLDER": "¡Haz clic aquí y comienza a chatear con nosotros!",
|
|
22
|
-
"CUSTOMER_SATISFACTION": "La satisfacción del cliente",
|
|
23
|
-
"YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "su opinión sobre nuestro servicio al cliente",
|
|
24
|
-
"DOWNLOAD_TRANSCRIPT": "Descargar transcripción",
|
|
25
|
-
"BACK": "Atrás",
|
|
26
|
-
"CONTINUE": "Continuar",
|
|
27
|
-
"YOUR_RATING": "tu clasificación",
|
|
28
|
-
"WRITE_YOUR_OPINION": "Escribe tu opinión ... (opcional)",
|
|
29
|
-
"SUBMIT": "Enviar",
|
|
30
|
-
"THANK_YOU_FOR_YOUR_EVALUATION": "Gracias por tu evaluación",
|
|
31
|
-
"YOUR_RATING_HAS_BEEN_RECEIVED": "su voto ha sido recibido",
|
|
32
|
-
"ALERT_LEAVE_CHAT": "quieres salir del chat?",
|
|
33
|
-
"YES": "Si",
|
|
34
|
-
"NO": "No",
|
|
35
|
-
"BUTTON_CLOSE_TO_ICON": "Minimiza el chat",
|
|
36
|
-
"BUTTON_EDIT_PROFILE": "Actualización del perfil",
|
|
37
|
-
"RATE_CHAT": "Califica el chat",
|
|
38
|
-
"WELLCOME_TITLE": "Hola, bienvenido a Tiledesk 👋",
|
|
39
|
-
"WELLCOME_MSG": "¿Cómo podemos ayudar?",
|
|
40
|
-
"OPTIONS": "opciones",
|
|
41
|
-
"SOUND_OFF": "Sonido apagado",
|
|
42
|
-
"SOUND_ON": "Sonido encendido",
|
|
43
|
-
"LOGOUT": "Cerrar sesión",
|
|
44
|
-
"CLOSE": "cerca",
|
|
45
|
-
"RESTART":"Reiniciar",
|
|
46
|
-
"PREV_CONVERSATIONS": "Tus conversaciones",
|
|
47
|
-
"YOU": "Tú",
|
|
48
|
-
"SHOW_ALL_CONV": "mostrar todo",
|
|
49
|
-
"START_A_CONVERSATION": "Iniciar una conversación",
|
|
50
|
-
"NO_CONVERSATION": "Sin conversación",
|
|
51
|
-
"SEE_PREVIOUS": "ver anterior",
|
|
52
|
-
"WAITING_TIME_FOUND": "El equipo típicamente responde en $reply_time",
|
|
53
|
-
"WAITING_TIME_NOT_FOUND": "El equipo responderá lo antes posible",
|
|
54
|
-
"CLOSED": "CERRADA",
|
|
55
|
-
"CLOSE_CHAT": "Cerrar chat",
|
|
56
|
-
"MINIMIZE":"Minimizar",
|
|
57
|
-
"MAXIMIZE":"Maximizar",
|
|
58
|
-
"INFO_SUPPORT_USER_ADDED_SUBJECT":"tú",
|
|
59
|
-
"INFO_SUPPORT_USER_ADDED_YOU_VERB":"han sido agregados a ",
|
|
60
|
-
"INFO_SUPPORT_USER_ADDED_COMPLEMENT":"joined",
|
|
61
|
-
"INFO_SUPPORT_USER_ADDED_VERB":"el chat",
|
|
62
|
-
"INFO_SUPPORT_CHAT_REOPENED":"Chat reabierto",
|
|
63
|
-
"INFO_SUPPORT_CHAT_CLOSED":"Chat cerrada",
|
|
64
|
-
"INFO_SUPPORT_LEAD_UPDATED":"Cliente potencial actualizado",
|
|
65
|
-
"INFO_SUPPORT_MEMBER_LEFT_GROUP":"eliminado del grupo",
|
|
66
|
-
"INFO_SUPPORT_MEMBER_ABANDONED_GROUP":"abandonó la conversación",
|
|
67
|
-
"INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "Se le ha asignado una nueva solicitud de soporte",
|
|
68
|
-
"TICKET_TAKING":"La solicitud ha sido recibida y el personal de asistencia está tratando con ella. \nPara agregar más comentarios, responda a este correo electrónico.",
|
|
69
|
-
|
|
70
|
-
"LABEL_ERROR_FIELD_REQUIRED": "Campo obligatorio",
|
|
71
|
-
"SENT_AN_ATTACHMENT": "envió un archivo adjunto",
|
|
72
|
-
"SENT_AN_IMAGE": "envió una imagen",
|
|
73
|
-
|
|
74
|
-
"LABEL_PRECHAT_USER_FULLNAME": "Nombre completo",
|
|
75
|
-
"LABEL_PRECHAT_USER_EMAIL": "Correo electrónico",
|
|
76
|
-
"LABEL_PRECHAT_USER_EMAIL_ERROR": "Dirección de correo electrónico no válida",
|
|
77
|
-
"LABEL_PRECHAT_USER_PHONE": "Teléfono",
|
|
78
|
-
"LABEL_PRECHAT_USER_PHONE_ERROR": "Se requiere teléfono",
|
|
79
|
-
"LABEL_PRECHAT_FIRST_MESSAGE": "Tu mensaje para el equipo de soporte",
|
|
80
|
-
"LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Antes de continuar con la conversación, acepte nuestros <a href='https://tiledesk.com/termsofservice/' target='_blank'>Términos</a> y <a href='https:/ /tiledesk.com/privacy.html' target='_blank'>Política de privacidad</a>",
|
|
81
|
-
"LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "Acepto",
|
|
82
|
-
"PRECHAT_REQUIRED_ERROR": "Este campo es obligatorio",
|
|
83
|
-
|
|
84
|
-
"LABEL_TODAY": "hoy",
|
|
85
|
-
"LABEL_TOMORROW": "ayer",
|
|
86
|
-
"LABEL_LAST_ACCESS": "ultimo acceso",
|
|
87
|
-
"LABEL_TO": "a",
|
|
88
|
-
"ARRAY_DAYS": ["Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
|
|
89
|
-
"LABEL_PREVIEW": "Avance"
|
|
90
|
-
}
|
package/dist/assets/i18n/fr.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"LABEL_TU": "",
|
|
3
|
-
"LABEL_PLACEHOLDER": "Écrivez votre question ...",
|
|
4
|
-
"LABEL_START_NW_CONV": "Nouvelle conversation",
|
|
5
|
-
"LABEL_FIRST_MSG": "Décrivez brièvement votre problème, nous vous mettrons en relation avec un opérateur spécialisé.",
|
|
6
|
-
"LABEL_FIRST_MSG_NO_AGENTS": "🤔 Tous les opérateurs sont actuellement hors ligne. Vous pouvez toujours décrire votre problème. Il sera attribué à l'équipe d'assistance qui vous répondra dans les plus brefs délais.",
|
|
7
|
-
"LABEL_SELECT_TOPIC": "Sélectionnez un sujet",
|
|
8
|
-
"LABEL_COMPLETE_FORM": "Remplissez le formulaire pour démarrer une conversation avec le prochain agent disponible.",
|
|
9
|
-
"LABEL_FIELD_NAME": "Prenom",
|
|
10
|
-
"LABEL_ERROR_FIELD_NAME": "Nom demandé (minimum 2 caractères).",
|
|
11
|
-
"LABEL_FIELD_EMAIL": "Email",
|
|
12
|
-
"LABEL_ERROR_FIELD_EMAIL": "Entrer une adresse email valide.",
|
|
13
|
-
"LABEL_WRITING": "écrit ...",
|
|
14
|
-
"LABEL_SEND_NEW_MESSAGE": "Envoyez un nouveau message",
|
|
15
|
-
"AGENT_NOT_AVAILABLE": " Hors ligne",
|
|
16
|
-
"AGENT_AVAILABLE": " En ligne",
|
|
17
|
-
"GUEST_LABEL": "Hôte",
|
|
18
|
-
"ALL_AGENTS_OFFLINE_LABEL": "Tous les opérateurs sont actuellement hors ligne",
|
|
19
|
-
"LABEL_LOADING": "Chargement en cours ...",
|
|
20
|
-
"CALLOUT_TITLE_PLACEHOLDER": "Besoin d'aide?",
|
|
21
|
-
"CALLOUT_MSG_PLACEHOLDER": "Cliquez ici et commencez à discuter avec nous!",
|
|
22
|
-
"CUSTOMER_SATISFACTION": "Évaluation des services",
|
|
23
|
-
"YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "votre avis sur notre service client",
|
|
24
|
-
"DOWNLOAD_TRANSCRIPT": "Télécharger la transcription",
|
|
25
|
-
"BACK": "En arrière",
|
|
26
|
-
"CONTINUE": "Continue",
|
|
27
|
-
"YOUR_RATING": "votre vote",
|
|
28
|
-
"WRITE_YOUR_OPINION": "Écrivez votre opinion ... (facultatif)",
|
|
29
|
-
"SUBMIT": "Soumettre",
|
|
30
|
-
"THANK_YOU_FOR_YOUR_EVALUATION": "Merci pour votre évaluation",
|
|
31
|
-
"YOUR_RATING_HAS_BEEN_RECEIVED": "votre vote a été reçu",
|
|
32
|
-
"ALERT_LEAVE_CHAT": "Voulez-vous quitter la conversation?",
|
|
33
|
-
"YES": "Oui",
|
|
34
|
-
"NO": "Non",
|
|
35
|
-
"BUTTON_CLOSE_TO_ICON": "Minimisez le chat",
|
|
36
|
-
"BUTTON_EDIT_PROFILE": "Modifier le profil",
|
|
37
|
-
"RATE_CHAT": "évaluer la conversation",
|
|
38
|
-
"WELLCOME_TITLE": "Salut, bienvenue à Tiledesk 👋",
|
|
39
|
-
"WELLCOME_MSG": "Comment pouvons-nous vous aider?",
|
|
40
|
-
"OPTIONS": "options",
|
|
41
|
-
"SOUND_OFF": "Sound off",
|
|
42
|
-
"SOUND_ON": "Sound on",
|
|
43
|
-
"LOGOUT": "Connectez-out",
|
|
44
|
-
"CLOSE": "Fermer",
|
|
45
|
-
"RESTART":"Redémarrer",
|
|
46
|
-
"PREV_CONVERSATIONS": "Vos conversations",
|
|
47
|
-
"YOU": "Toi",
|
|
48
|
-
"SHOW_ALL_CONV": "voir tout",
|
|
49
|
-
"START_A_CONVERSATION": "Démarrer une conversation",
|
|
50
|
-
"NO_CONVERSATION": "Aucune conversation active",
|
|
51
|
-
"SEE_PREVIOUS": "voir les conversations précédentes",
|
|
52
|
-
"WAITING_TIME_FOUND": "L'équipe répond généralement en $reply_time",
|
|
53
|
-
"WAITING_TIME_NOT_FOUND": "Nous vous répondrons dans les plus brefs délais",
|
|
54
|
-
"CLOSED": "Fermé",
|
|
55
|
-
"CLOSE_CHAT": "Fermer le chat",
|
|
56
|
-
"MINIMIZE":"Minimiser",
|
|
57
|
-
"MAXIMIZE":"Maximiser",
|
|
58
|
-
"INFO_SUPPORT_USER_ADDED_SUBJECT":"toi",
|
|
59
|
-
"INFO_SUPPORT_USER_ADDED_YOU_VERB":"ont été ajoutés à ",
|
|
60
|
-
"INFO_SUPPORT_USER_ADDED_COMPLEMENT":"rejointe",
|
|
61
|
-
"INFO_SUPPORT_USER_ADDED_VERB":"la discussion",
|
|
62
|
-
"INFO_SUPPORT_CHAT_REOPENED":"Chat rouvert",
|
|
63
|
-
"INFO_SUPPORT_CHAT_CLOSED":"Chat fermé",
|
|
64
|
-
"INFO_SUPPORT_LEAD_UPDATED":"Prospect mis à jour",
|
|
65
|
-
"INFO_SUPPORT_MEMBER_LEFT_GROUP":"supprimé du groupe",
|
|
66
|
-
"INFO_SUPPORT_MEMBER_ABANDONED_GROUP":"a quitté la conversation",
|
|
67
|
-
"INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "Une nouvelle demande de support vous a été attribuée",
|
|
68
|
-
"TICKET_TAKING":"La demande a été reçue et le personnel d'assistance la traite.\nPour ajouter d'autres commentaires, répondez à cet e-mail.",
|
|
69
|
-
|
|
70
|
-
"LABEL_ERROR_FIELD_REQUIRED": "Champ obligatoire",
|
|
71
|
-
"SENT_AN_ATTACHMENT": "envoyé une pièce jointe",
|
|
72
|
-
"SENT_AN_IMAGE": "envoyé une image",
|
|
73
|
-
|
|
74
|
-
"LABEL_PRECHAT_USER_FULLNAME": "Nom complet",
|
|
75
|
-
"LABEL_PRECHAT_USER_EMAIL": "E-mail",
|
|
76
|
-
"LABEL_PRECHAT_USER_EMAIL_ERROR": "Adresse e-mail invalide",
|
|
77
|
-
"LABEL_PRECHAT_USER_PHONE": "Téléphone",
|
|
78
|
-
"LABEL_PRECHAT_USER_PHONE_ERROR": "Le téléphone est requis",
|
|
79
|
-
"LABEL_PRECHAT_FIRST_MESSAGE": "Votre message pour l'équipe d'assistance",
|
|
80
|
-
"LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Avant de poursuivre la conversation, veuillez accepter nos <a href='https://tiledesk.com/termsofservice/' target='_blank'>Conditions</a> et <a href='https:/ /tiledesk.com/privacy.html' target='_blank'>Politique de confidentialité</a>",
|
|
81
|
-
"LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "Je suis d'accord",
|
|
82
|
-
"PRECHAT_REQUIRED_ERROR": "Ce champ est obligatoire",
|
|
83
|
-
|
|
84
|
-
"LABEL_TODAY": "aujourd'hui",
|
|
85
|
-
"LABEL_TOMORROW": "hier",
|
|
86
|
-
"LABEL_LAST_ACCESS": "dernier accès",
|
|
87
|
-
"LABEL_TO": "à",
|
|
88
|
-
"ARRAY_DAYS": ["Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
|
|
89
|
-
"LABEL_PREVIEW": "Aperçu"
|
|
90
|
-
}
|
package/dist/assets/i18n/it.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"LABEL_TU": "",
|
|
3
|
-
"LABEL_PLACEHOLDER": "Scrivi la tua domanda...",
|
|
4
|
-
"LABEL_START_NW_CONV": "Nuova conversazione",
|
|
5
|
-
"LABEL_FIRST_MSG": "Descrivi sinteticamente il tuo problema, ti metteremo in contatto con un operatore specializzato.",
|
|
6
|
-
"LABEL_FIRST_MSG_NO_AGENTS": "🤔 Tutti gli operatori sono offline al momento.Puoi comunque descrivere il tuo problema. Sarà assegnato al team di supporto che ti risponderà appena possibile.",
|
|
7
|
-
"LABEL_SELECT_TOPIC": "Seleziona un argomento",
|
|
8
|
-
"LABEL_COMPLETE_FORM": "Completa il form per iniziare una conversazione con il prossimo agente disponibile.",
|
|
9
|
-
"LABEL_FIELD_NAME": "Nome",
|
|
10
|
-
"LABEL_ERROR_FIELD_NAME": "Nome richiesto (minimo 2 caratteri).",
|
|
11
|
-
"LABEL_FIELD_EMAIL": "Email",
|
|
12
|
-
"LABEL_ERROR_FIELD_EMAIL": "Inserisci un indirizzo email valido.",
|
|
13
|
-
"LABEL_WRITING": "sta scrivendo...",
|
|
14
|
-
"LABEL_SEND_NEW_MESSAGE": "Invia un nuovo messaggio",
|
|
15
|
-
"AGENT_NOT_AVAILABLE": " Offline",
|
|
16
|
-
"AGENT_AVAILABLE": " Online",
|
|
17
|
-
"GUEST_LABEL": "Ospite",
|
|
18
|
-
"ALL_AGENTS_OFFLINE_LABEL": "Tutti gli operatori sono offline al momento",
|
|
19
|
-
"LABEL_LOADING": "Caricamento...",
|
|
20
|
-
"CALLOUT_TITLE_PLACEHOLDER": "Bisogno di aiuto?",
|
|
21
|
-
"CALLOUT_MSG_PLACEHOLDER": "Clicca qui e inizia a chattare con noi!",
|
|
22
|
-
"CUSTOMER_SATISFACTION": "Valutazione servizio",
|
|
23
|
-
"YOUR_OPINION_ON_OUR_CUSTOMER_SERVICE": "il tuo giudizio sul nostro servizio clienti",
|
|
24
|
-
"DOWNLOAD_TRANSCRIPT": "Scarica transcript",
|
|
25
|
-
"BACK": "Indietro",
|
|
26
|
-
"CONTINUE":"Continua",
|
|
27
|
-
"YOUR_RATING": "il tuo voto",
|
|
28
|
-
"WRITE_YOUR_OPINION": "Scrivi la tua opinione...(opzionale)",
|
|
29
|
-
"SUBMIT": "Invia",
|
|
30
|
-
"THANK_YOU_FOR_YOUR_EVALUATION": "Grazie per la tua valutazione",
|
|
31
|
-
"YOUR_RATING_HAS_BEEN_RECEIVED": "il tuo voto è stato ricevuto",
|
|
32
|
-
"ALERT_LEAVE_CHAT": "Vuoi abbandonare la conversazione?",
|
|
33
|
-
"YES": "Si",
|
|
34
|
-
"NO": "No",
|
|
35
|
-
"BUTTON_CLOSE_TO_ICON": "Riduci a icona la chat",
|
|
36
|
-
"BUTTON_EDIT_PROFILE": "Modifica profilo",
|
|
37
|
-
"RATE_CHAT": "Valuta chat",
|
|
38
|
-
"WELLCOME_TITLE": "Ciao, benvenuto su Tiledesk 👋",
|
|
39
|
-
"WELLCOME_MSG": "Come possiamo aiutarti?",
|
|
40
|
-
"OPTIONS": "opzioni",
|
|
41
|
-
"SOUND_OFF": "Suono spento",
|
|
42
|
-
"SOUND_ON": "Suono acceso",
|
|
43
|
-
"LOGOUT": "Disconnetti",
|
|
44
|
-
"CLOSE": "Chiudi",
|
|
45
|
-
"RESTART":"Ricomincia",
|
|
46
|
-
"PREV_CONVERSATIONS": "Le tue conversazioni",
|
|
47
|
-
"YOU": "Tu",
|
|
48
|
-
"SHOW_ALL_CONV": "vedi tutte",
|
|
49
|
-
"START_A_CONVERSATION": "Inizia una conversazione",
|
|
50
|
-
"NO_CONVERSATION": "Nessuna conversazione attiva",
|
|
51
|
-
"SEE_PREVIOUS": "vedi precedenti",
|
|
52
|
-
"WAITING_TIME_FOUND": "Il team tipicamente risponde in $reply_time",
|
|
53
|
-
"WAITING_TIME_NOT_FOUND": "Vi risponderemo appena possibile",
|
|
54
|
-
"CLOSED": "Chiusa",
|
|
55
|
-
"CLOSE_CHAT": "Chiudi chat",
|
|
56
|
-
"MINIMIZE":"Minimizza",
|
|
57
|
-
"MAXIMIZE":"Massimizza",
|
|
58
|
-
"INFO_SUPPORT_USER_ADDED_SUBJECT":"tu",
|
|
59
|
-
"INFO_SUPPORT_USER_ADDED_YOU_VERB":"sei stato aggiunto ",
|
|
60
|
-
"INFO_SUPPORT_USER_ADDED_COMPLEMENT":"si è unito",
|
|
61
|
-
"INFO_SUPPORT_USER_ADDED_VERB":"alla chat",
|
|
62
|
-
"INFO_SUPPORT_CHAT_REOPENED":"Chat riaperta",
|
|
63
|
-
"INFO_SUPPORT_CHAT_CLOSED":"Chat chiusa",
|
|
64
|
-
"INFO_SUPPORT_LEAD_UPDATED":"Contatto aggiornato",
|
|
65
|
-
"INFO_SUPPORT_MEMBER_LEFT_GROUP":"ha lasciato il gruppo",
|
|
66
|
-
"INFO_SUPPORT_MEMBER_ABANDONED_GROUP": "ha abbandonato la conversazione",
|
|
67
|
-
"INFO_A_NEW_SUPPORT_REQUEST_HAS_BEEN_ASSIGNED_TO_YOU": "Una nuova richiesta di supporto è stata assegnata a te",
|
|
68
|
-
"TICKET_TAKING":"La richiesta è stata ricevuta e il personale di assistenza se ne sta occupando.\nPer aggiungere ulteriori commenti, rispondi a questa email.",
|
|
69
|
-
|
|
70
|
-
"LABEL_ERROR_FIELD_REQUIRED": "Campo richiesto",
|
|
71
|
-
"SENT_AN_ATTACHMENT": "ha inviato un allegato",
|
|
72
|
-
"SENT_AN_IMAGE":"ha inviato un'immagine",
|
|
73
|
-
|
|
74
|
-
"LABEL_PRECHAT_USER_FULLNAME": "Nome completo",
|
|
75
|
-
"LABEL_PRECHAT_USER_EMAIL": "E-mail",
|
|
76
|
-
"LABEL_PRECHAT_USER_EMAIL_ERROR": "Indirizzo email non valido",
|
|
77
|
-
"LABEL_PRECHAT_USER_PHONE": "Telefono",
|
|
78
|
-
"LABEL_PRECHAT_USER_PHONE_ERROR": "Telefono richiesto",
|
|
79
|
-
"LABEL_PRECHAT_FIRST_MESSAGE": "Il tuo messaggio per il team di supporto",
|
|
80
|
-
"LABEL_PRECHAT_STATIC_TERMS_PRIVACY": "Prima di procedere nella conversazione, accetta i nostri <a href='https://tiledesk.com/termsofservice/' target='_blank'>Termini</a> e <a href='https:/ /tiledesk.com/privacy.html' target='_blank'>Norme sulla privacy</a>",
|
|
81
|
-
"LABEL_PRECHAT_ACCEPT_TERMS_PRIVACY": "Sono d'accordo",
|
|
82
|
-
"PRECHAT_REQUIRED_ERROR": "Questo campo è obbligatorio",
|
|
83
|
-
|
|
84
|
-
"LABEL_TODAY": "oggi",
|
|
85
|
-
"LABEL_TOMORROW": "ieri",
|
|
86
|
-
"LABEL_LAST_ACCESS": "ultimo accesso",
|
|
87
|
-
"LABEL_TO": "a",
|
|
88
|
-
"ARRAY_DAYS": ["Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"],
|
|
89
|
-
"LABEL_PREVIEW": "Anteprima"
|
|
90
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 104 104"><defs><style>.cls-1{fill:#a7a9ac;}.cls-2{fill:none;}</style></defs><title>ic_widget_bot_gray_03</title><g id="Livello_1" data-name="Livello 1"><circle class="cls-1" cx="41.6" cy="41.9" r="3"/><circle class="cls-1" cx="61.9" cy="41.9" r="3"/><path class="cls-1" d="M61.5,87.5H42.4a9.8,9.8,0,0,0,9,7.2h1.1A9.8,9.8,0,0,0,61.5,87.5Z"/><path class="cls-1" d="M55.9,13.2a4,4,0,0,0-4-3.9A3.9,3.9,0,0,0,48,13.2a4.2,4.2,0,0,0,1.9,3.5v4.4h4V16.7A4,4,0,0,0,55.9,13.2Z"/><path class="cls-1" d="M81.8,77.9V59.2a6,6,0,0,0-6-5.9h-.1V45.9h0a23.8,23.8,0,0,0-47.5,0h0v7.4a6,6,0,0,0-6,5.9V77.9A4,4,0,0,0,20.3,82a4,4,0,0,0,3.4,3.3,4.1,4.1,0,0,0,4.5-4,4,4,0,0,0-2-3.4V66H27a1.2,1.2,0,0,1,1.2,1.1v5.3A13.4,13.4,0,0,0,41.5,85.8H62.3A13.4,13.4,0,0,0,75.7,72.4V67.1A1.1,1.1,0,0,1,76.8,66h1V77.9A4,4,0,0,0,75.9,82a4,4,0,0,0,3.4,3.3,4.1,4.1,0,0,0,4.5-4A4,4,0,0,0,81.8,77.9ZM56.6,62a2,2,0,1,1,2-2A2,2,0,0,1,56.6,62Zm4.9,0a2,2,0,1,1,2-2A2,2,0,0,1,61.5,62ZM39.9,49a4.1,4.1,0,0,1-4.1-4.1V43.8A13.9,13.9,0,0,1,49.6,29.9h4.6A14,14,0,0,1,68.1,43.8v1.1A4.2,4.2,0,0,1,64,49ZM66.3,62a2,2,0,1,1,2-2A2,2,0,0,1,66.3,62Z"/><rect class="cls-2" width="104" height="104"/></g></svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 841.9 595.3" style="enable-background:new 0 0 841.9 595.3;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#A7A9AC;}
|
|
7
|
-
</style>
|
|
8
|
-
<path class="st0" d="M433.7,507.9c-77.7,0.3-133.5-22.2-180.7-66.4c-4.3-4.1-6.6-8.2-6.3-14.3c0.3-19.4-1.8-39.3,10.2-56.7
|
|
9
|
-
c14-20.2,32-32.2,57.1-32.2c71.1,0,142.1-0.3,213.2,0c38.1,0.3,65.2,30.1,68,68.2c1.8,25.8-8.4,40.9-27.9,54.4
|
|
10
|
-
C522.7,491.6,474.8,508.7,433.7,507.9z"/>
|
|
11
|
-
<ellipse class="st0" cx="420.7" cy="190.9" rx="104.3" ry="105"/>
|
|
12
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_done</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M6.75,12.15,3.6,9,2.55,10l4.2,4.2,9-9-1-1.05Z"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_done_all</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M13.5,5.25,12.44,4.19,7.69,8.95,8.74,10Zm3.18-1.06L8.74,12.13,5.61,9,4.55,10.06l4.19,4.19,9-9ZM.31,10.06,4.5,14.25l1.06-1.06L1.37,9Z"/></g></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:none;}</style></defs><title>ic_schedule</title><g id="Livello_2" data-name="Livello 2"><g id="Livello_1-2" data-name="Livello 1"><path d="M9,1.5A7.5,7.5,0,1,0,16.5,9,7.5,7.5,0,0,0,9,1.5ZM9,15a6,6,0,1,1,6-6A6,6,0,0,1,9,15Z"/><path class="cls-1" d="M0,0H18V18H0Z"/><path d="M9.38,5.25H8.25v4.5l3.94,2.36.56-.92-3.37-2Z"/></g></g></svg>
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Livello_1" data-name="Livello 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.48 105.73"><defs><style>.cls-1{fill:#a7a9ac;}.cls-2{fill:none;}.cls-3{fill:#a6a8ab;}.cls-4{fill:#fefefe;}</style></defs><title>light_avatar_placeholder</title><circle class="cls-1" cx="42.3" cy="41.9" r="3"/><circle class="cls-1" cx="62.6" cy="41.9" r="3"/><path class="cls-1" d="M61.5,87.5H42.4a9.8,9.8,0,0,0,9,7.2h1.1A9.8,9.8,0,0,0,61.5,87.5Z" transform="translate(0.7 0)"/><path class="cls-1" d="M55.9,13.2a4,4,0,0,0-4-3.9A3.91,3.91,0,0,0,48,13.2h0a4.19,4.19,0,0,0,1.9,3.5v4.4h4V16.7A4,4,0,0,0,55.9,13.2Z" transform="translate(0.7 0)"/><path class="cls-1" d="M81.8,77.9V59.2a6,6,0,0,0-6-5.9h-.1V45.9h0a23.8,23.8,0,0,0-47.5,0h0v7.4a6,6,0,0,0-6,5.9V77.9a4,4,0,0,0,1.5,7.4,4.1,4.1,0,0,0,4.48-3.68c0-.11,0-.21,0-.32a4,4,0,0,0-2-3.4V66H27a1.2,1.2,0,0,1,1.2,1.1v5.3A13.4,13.4,0,0,0,41.5,85.8H62.3A13.4,13.4,0,0,0,75.7,72.4h0V67.1A1.1,1.1,0,0,1,76.8,66h1V77.9a4,4,0,0,0,1.5,7.4,4.1,4.1,0,0,0,4.48-3.68c0-.11,0-.21,0-.32A4,4,0,0,0,81.8,77.9ZM56.6,62a2,2,0,1,1,2-2A2,2,0,0,1,56.6,62Zm4.9,0a2,2,0,1,1,2-2A2,2,0,0,1,61.5,62ZM39.9,49a4.11,4.11,0,0,1-4.1-4.1V43.8A13.89,13.89,0,0,1,49.6,29.9h4.6A14,14,0,0,1,68.1,43.8v1.1A4.2,4.2,0,0,1,64,49ZM66.3,62a2,2,0,1,1,2-2A2,2,0,0,1,66.3,62Z" transform="translate(0.7 0)"/><rect class="cls-2" x="0.7" width="104" height="104"/><path class="cls-3" d="M-.7,95.25V94.5a4.81,4.81,0,0,0,.49-1.09c.29-1.7.45-3.43.79-5.13A43,43,0,0,1,12,66.8c4.2-4.44,9.66-7,15.31-9.26l11.25-4.38a1.49,1.49,0,0,0-.13-.42,4.41,4.41,0,0,0-.39-.49,25.24,25.24,0,0,1-6.44-12,59.41,59.41,0,0,1-1.27-9.67c-.31-5.85,0-11.67,2.27-17.22C35,7.59,39,3.63,45.34,2.32c1.63-.34,3.27-.66,4.9-1h4.61c1.22.25,2.46.46,3.67.76,5.2,1.3,9.53,3.81,12.22,8.54a30.75,30.75,0,0,1,3.76,14A57.69,57.69,0,0,1,74,34.55,34.91,34.91,0,0,1,67.64,50.8c-.67.93-1.46,1.77-2.23,2.7a5.45,5.45,0,0,0,.73.42c3.19,1.21,6.35,2.5,9.58,3.6A42.68,42.68,0,0,1,96.3,71.87a36.91,36.91,0,0,1,8,20.26,28.73,28.73,0,0,0,.5,2.87v10.73H-.7V95.25Z" transform="translate(0.7 0)"/><path class="cls-4" d="M50.24,1.34c-1.63.32-3.27.64-4.9,1C39,3.63,35,7.59,32.6,13.31,30.29,18.86,30,24.68,30.33,30.53A59.41,59.41,0,0,0,31.6,40.2a25.24,25.24,0,0,0,6.44,12,4.41,4.41,0,0,1,.39.49,1.49,1.49,0,0,1,.13.42L27.31,57.54C21.66,59.76,16.2,62.36,12,66.8A43,43,0,0,0,.58,88.28c-.34,1.7-.5,3.43-.79,5.13A4.81,4.81,0,0,1-.7,94.5V1.34Z" transform="translate(0.7 0)"/><path class="cls-4" d="M104.78,95a28.73,28.73,0,0,1-.5-2.87,36.91,36.91,0,0,0-8-20.26A42.68,42.68,0,0,0,75.72,57.52c-3.23-1.1-6.39-2.39-9.58-3.6a5.45,5.45,0,0,1-.73-.42c.77-.93,1.56-1.77,2.23-2.7A34.91,34.91,0,0,0,74,34.55a57.69,57.69,0,0,0,.48-9.91,30.75,30.75,0,0,0-3.76-14c-2.69-4.73-7-7.24-12.22-8.54-1.21-.3-2.45-.51-3.67-.76h49.93Z" transform="translate(0.7 0)"/><path class="cls-4" d="M-.7,95.25v0Z" transform="translate(0.7 0)"/></svg>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 104 104" style="enable-background:new 0 0 104 104;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{display:none;}
|
|
7
|
-
.st1{display:inline;fill:#A7A9AC;}
|
|
8
|
-
.st2{display:inline;fill:none;}
|
|
9
|
-
.st3{fill:#A7A9AC;}
|
|
10
|
-
.st4{fill:#FFFFFF;}
|
|
11
|
-
</style>
|
|
12
|
-
<g id="Livello_1_00000059988110790887234870000009038845502303207299_" class="st0">
|
|
13
|
-
<circle class="st1" cx="41.6" cy="41.9" r="3"/>
|
|
14
|
-
<circle class="st1" cx="61.9" cy="41.9" r="3"/>
|
|
15
|
-
<path class="st1" d="M61.5,87.5H42.4c1.1,4.1,4.8,7,9,7.2h1.1C56.7,94.5,60.4,91.6,61.5,87.5z"/>
|
|
16
|
-
<path class="st1" d="M55.9,13.2c-0.1-2.2-1.8-3.9-4-3.9c-2.2,0-3.9,1.7-3.9,3.9c0,0,0,0,0,0c0,1.4,0.7,2.7,1.9,3.5v4.4h4v-4.4
|
|
17
|
-
C55.1,16,55.9,14.6,55.9,13.2z"/>
|
|
18
|
-
<path class="st1" d="M81.8,77.9V59.2c-0.1-3.3-2.7-5.9-6-5.9h-0.1v-7.4l0,0c-0.9-13.1-12.2-23.1-25.3-22.2
|
|
19
|
-
C38.5,24.5,29,34,28.2,45.9l0,0v7.4c-3.3,0-5.9,2.6-6,5.9v18.7c-1.4,0.8-2.2,2.5-1.9,4.1c0.3,1.7,1.7,3.1,3.4,3.3
|
|
20
|
-
c2.3,0.2,4.3-1.4,4.5-3.7c0-0.1,0-0.2,0-0.3c0-1.4-0.8-2.7-2-3.4V66H27c0.6,0,1.1,0.5,1.2,1.1v5.3c0,7.4,5.9,13.3,13.3,13.4h20.8
|
|
21
|
-
c7.4,0,13.4-6,13.4-13.4l0,0v-5.3c0-0.6,0.5-1.1,1.1-1.1c0,0,0,0,0,0h1v11.9c-1.4,0.8-2.2,2.5-1.9,4.1c0.3,1.7,1.7,3.1,3.4,3.3
|
|
22
|
-
c2.3,0.2,4.3-1.4,4.5-3.7c0-0.1,0-0.2,0-0.3C83.8,79.9,83,78.6,81.8,77.9z M56.6,62c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2
|
|
23
|
-
S57.7,62,56.6,62z M61.5,62c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S62.6,62,61.5,62z M39.9,49c-2.3,0-4.1-1.8-4.1-4.1v-1.1
|
|
24
|
-
c0-7.6,6.2-13.8,13.8-13.9h4.6C61.9,30,68,36.1,68.1,43.8v1.1c-0.1,2.2-1.9,4-4.1,4.1H39.9z M66.3,62c-1.1,0-2-0.9-2-2s0.9-2,2-2
|
|
25
|
-
s2,0.9,2,2S67.4,62,66.3,62z"/>
|
|
26
|
-
<rect class="st2" width="104" height="104"/>
|
|
27
|
-
</g>
|
|
28
|
-
<g>
|
|
29
|
-
<path class="st3" d="M73.6,50.5H55c-1.6,0-2.9-1.3-2.9-2.9V29c0-1.6-1.3-2.9-2.9-2.9H30.6c-1.6,0-2.9,1.3-2.9,2.9v21.5V72
|
|
30
|
-
c0,1.6,1.3,2.9,2.9,2.9h-1.3h3.4c0.7,0,1.3,0.3,1.8,0.7l2.2,2.2l2,2c0.7,0.7,1.7,0.7,2.4,0l2-2l2.2-2.2c0.5-0.5,1.1-0.7,1.8-0.7
|
|
31
|
-
h26.6c1.6,0,2.9-1.3,2.9-2.9V53.4C76.5,51.8,75.2,50.5,73.6,50.5z"/>
|
|
32
|
-
<path class="st3" d="M74.6,46.6H57.8c-1,0-1.8-0.8-1.8-1.8V27.9c0-1,0.8-1.8,1.8-1.8h16.8c1,0,1.8,0.8,1.8,1.8v16.8
|
|
33
|
-
C76.5,45.7,75.7,46.6,74.6,46.6z"/>
|
|
34
|
-
</g>
|
|
35
|
-
<g>
|
|
36
|
-
<circle class="st4" cx="39.6" cy="39.9" r="3.1"/>
|
|
37
|
-
<circle class="st4" cx="64.5" cy="39.9" r="3.1"/>
|
|
38
|
-
</g>
|
|
39
|
-
<g>
|
|
40
|
-
<path class="st3" d="M76,62.7h3c3.9,0,4.3-2.6,4.3-3.8v-6.8c1-0.5,1.7-1.6,1.7-2.8c0-1.7-1.4-3.1-3.1-3.1c-1.7,0-3.1,1.4-3.1,3.1
|
|
41
|
-
c0,1.2,0.6,2.1,1.6,2.7v6.9c0,0.4,0,0.7-1.3,0.7h-3c-0.8,0-1.5,0.7-1.5,1.5S75.2,62.7,76,62.7z"/>
|
|
42
|
-
<path class="st3" d="M28,62.7h-3c-3.9,0-4.3-2.6-4.3-3.8v-6.8c-1-0.5-1.7-1.6-1.7-2.8c0-1.7,1.4-3.1,3.1-3.1c1.7,0,3.1,1.4,3.1,3.1
|
|
43
|
-
c0,1.2-0.6,2.1-1.6,2.7v6.9c0,0.4,0,0.7,1.3,0.7h3c0.8,0,1.5,0.7,1.5,1.5S28.9,62.7,28,62.7z"/>
|
|
44
|
-
</g>
|
|
45
|
-
<path class="st4" d="M52.3,65.6h-0.4c-7.5,0-11.9-3.3-12.1-3.5c-0.7-0.5-0.8-1.5-0.3-2.1c0.5-0.7,1.5-0.8,2.1-0.3
|
|
46
|
-
c0,0,3.9,2.8,10.3,2.8h0.4c6.4,0,10.2-2.8,10.3-2.9c0.7-0.5,1.6-0.4,2.1,0.3c0.5,0.7,0.4,1.6-0.3,2.1C64.2,62.2,59.7,65.6,52.3,65.6
|
|
47
|
-
z"/>
|
|
48
|
-
</svg>
|
|
Binary file
|