@connectycube/chat-widget 0.39.1 → 0.39.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.
@@ -9,7 +9,7 @@ export type AppProps = AppPresets & {
9
9
  userName?: string;
10
10
  userAvatar?: string;
11
11
  userProfileLink?: string;
12
- translation?: 'en' | 'el' | 'ua';
12
+ translation?: 'en' | 'el' | 'ua' | 'es';
13
13
  disableClickOutside?: boolean;
14
14
  disableEscKeyPress?: boolean;
15
15
  hideWidgetButton?: boolean;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  type WidgetButtonProps = {
3
- lng: 'en' | 'el' | 'ua';
3
+ lng: 'en' | 'el' | 'ua' | 'es';
4
4
  title?: string;
5
5
  style?: React.CSSProperties;
6
6
  badgeStyle?: React.CSSProperties;
@@ -1,5 +1,5 @@
1
1
  import { default as i18n } from 'i18next';
2
- export type Language = 'English' | 'Greek' | 'Ukrainian';
2
+ export type Language = 'English' | 'Greek' | 'Ukrainian' | 'Spanish';
3
3
  export type Languages = {
4
4
  [key in string]: Language;
5
5
  };
@@ -0,0 +1,135 @@
1
+ declare const _default: {
2
+ "AddMembers": "Añadir miembros",
3
+ "Admin": "Administrador",
4
+ "areTyping": "están escribiendo",
5
+ "Cancel": "Cancelar",
6
+ "ChatName": "Nombre del chat",
7
+ "ChatNameRequired": "El nombre del chat es obligatorio",
8
+ "Chat": "Chat",
9
+ "Chats": "Chats",
10
+ "ChooseChat": "Elegir un chat",
11
+ "Continue": "Continuar",
12
+ "CreateGroupChat": "Crear chat de grupo",
13
+ "Delete": "Eliminar",
14
+ "Draft": "Borrador",
15
+ "EnterMessage": "Escribe un mensaje",
16
+ "EnterUserName": "Introduce el nombre de usuario",
17
+ "ExitChat": "Salir del chat",
18
+ "FileTypeNotSupported": "El formato de archivo no es compatible",
19
+ "isTyping": "está escribiendo",
20
+ "me": "yo",
21
+ "Members": "Miembros",
22
+ "members": "miembros",
23
+ "NewGroup": "Nuevo grupo",
24
+ "NewMessage": "Nuevo mensaje",
25
+ "NoChats": "¡Inicia tu primer chat y mira qué pasa!",
26
+ "NoMessages": "Aún no hay mensajes",
27
+ "NoOnlineUsers": "No hay usuarios en línea",
28
+ "Profile": "Perfil",
29
+ "RemoveMembers": "Eliminar miembros",
30
+ "RemoveMembers?": "¿Seguro que quieres eliminar a los miembros?",
31
+ "Reset": "Restablecer",
32
+ "Search": "Buscar",
33
+ "Select": "Seleccionar",
34
+ "Send": "Enviar",
35
+ "StartChat": "Iniciar chat",
36
+ "NewUserChatDialogTitle": "Enviar mensaje al usuario",
37
+ "NewGroupChatDialogTitle": "Iniciar un nuevo grupo",
38
+ "typing": "escribiendo",
39
+ "Users": "Usuarios",
40
+ "you": "tú",
41
+ "Block": "Bloquear",
42
+ "UnBlock": "Desbloquear",
43
+ "Report": "Reportar",
44
+ "ReportUser": "Reportar usuario",
45
+ "WhatsWrongWithThisUser": "¿Qué ocurre con este usuario?",
46
+ "ProvideReason": "Motivo del reporte",
47
+ "ReportCreatedSuccessfully": "El reporte se ha creado correctamente",
48
+ "ReportSubmitFailed": "Error al enviar el reporte",
49
+ "MyProfile": "Mi perfil",
50
+ "YouBlocked": "Este usuario te ha bloqueado",
51
+ "BlockList": "Lista de bloqueados",
52
+ "AddToBlockList": "Añadir a la lista de bloqueados",
53
+ "AddToBlockList?": "¿Seguro que quieres añadir a {{name}} a la lista de bloqueados?",
54
+ "RemoveFromBlockList": "Eliminar de la lista de bloqueados",
55
+ "RemoveFromBlockList?": "¿Seguro que quieres eliminar a {{name}} de la lista de bloqueados?",
56
+ "BlockListEmpty": "La lista de bloqueados está vacía",
57
+ "NotificationSettings": "Configuración de notificaciones",
58
+ "Notifications": "Notificaciones",
59
+ "NotificationSound": "Sonido de notificación",
60
+ "PushNotifications": "Notificaciones push",
61
+ "PleaseWait": "Por favor, espera",
62
+ "Available": "Disponible",
63
+ "Busy": "Ocupado",
64
+ "Away": "Ausente",
65
+ "Online": "En línea",
66
+ "IncomingCall": "Llamada entrante",
67
+ "IncomingAudioCall": "Llamada de audio entrante de {{name}}",
68
+ "IncomingVideoCall": "Llamada de vídeo entrante de {{name}}",
69
+ "Accept": "Aceptar",
70
+ "Reject": "Rechazar",
71
+ "RejectedCall": "{{name}} rechazó la llamada",
72
+ "MissedCall": "Llamada perdida de {{name}}",
73
+ "AuthForm": {
74
+ "Login": "Iniciar sesión",
75
+ "Password": "Contraseña",
76
+ "Register": "Registrarse",
77
+ "Registration": "Registro",
78
+ "LoginRequired": "El usuario es obligatorio",
79
+ "LoginMinLimit": "El usuario debe tener al menos {{limit}} caracteres",
80
+ "LoginMaxLimit": "El usuario debe tener como máximo {{limit}} caracteres",
81
+ "PasswordRequired": "La contraseña es obligatoria",
82
+ "PasswordMinLimit": "La contraseña debe tener al menos {{limit}} caracteres",
83
+ "PasswordMaxLimit": "La contraseña debe tener como máximo {{limit}} caracteres",
84
+ "LoginDescription": "Introduce tu usuario y contraseña para acceder a tu cuenta",
85
+ "RegisterDescription": "Rellena el formulario para registrarte",
86
+ "ToRegister?": "¿No tienes una cuenta?",
87
+ "ToLogin?": "¿Ya tienes una cuenta?"
88
+ },
89
+ "SingleViewForm": {
90
+ "Title": "Envía tus datos de contacto para iniciar un chat",
91
+ "Subtitle": "No compartiremos tu dirección de correo electrónico. Se utilizará únicamente para contactarte",
92
+ "NamePlaceholder": "Nombre",
93
+ "NameRequired": "El nombre es obligatorio",
94
+ "EmailPlaceholder": "Correo electrónico",
95
+ "EmailRequired": "El correo electrónico es obligatorio",
96
+ "EmailInvalid": "Formato de correo electrónico no válido",
97
+ "AcceptTermsAndConditions": "Aceptar términos y condiciones",
98
+ "AcceptTermsAndConditionsError": "Debes aceptar los términos y condiciones",
99
+ "TermsAndConditionsText": "Al marcar esta casilla, aceptas los",
100
+ "TermsAndConditionsLink": "términos y condiciones",
101
+ "RememberMe": "Recordarme",
102
+ "RememberMeText": "Este es mi dispositivo privado",
103
+ "Next": "Siguiente"
104
+ },
105
+ "SingleViewChatError": "No se encontraron los participantes del chat",
106
+ "Information": "Información",
107
+ "AI": {
108
+ "GetSummary": "Obtener resumen",
109
+ "ChangeMessageTone": "Cambiar el tono del mensaje",
110
+ "SummaryMessageTitle": "Solo tú puedes ver este mensaje",
111
+ "forLast7Days": "de los últimos 7 días",
112
+ "forLastDay": "del último día",
113
+ "forUnreads": "de los no leídos",
114
+ "MessageTone": "Cambiar tono del mensaje",
115
+ "EmptyMessage": "No se puede cambiar el tono de un mensaje vacío",
116
+ "positive": "positivo",
117
+ "negative": "negativo",
118
+ "cringe": "vergonzoso"
119
+ },
120
+ "CallHistory": {
121
+ "RejectedIncoming": "Entrante rechazada",
122
+ "RejectedOutgoing": "Saliente rechazada",
123
+ "Unanswered": "No respondida",
124
+ "Missed": "Perdida",
125
+ "Canceled": "Cancelada",
126
+ "Ended": "Finalizada",
127
+ "videoCall": "videollamada",
128
+ "audioCall": "llamada de audio",
129
+ "defaultCall": "llamada"
130
+ },
131
+ "DragAndDrop": "Suelta los archivos aquí"
132
+ }
133
+ ;
134
+
135
+ export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@connectycube/chat-widget",
3
3
  "description": "A customizable React chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.",
4
- "version": "0.39.1",
4
+ "version": "0.39.2",
5
5
  "license": "GPL-3.0-only",
6
6
  "homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/chat-widget#readme",
7
7
  "bugs": {