@connectycube/chat-widget 0.39.3 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1149 -1123
- package/dist/index.umd.js +68 -68
- package/dist/types/App.d.ts +2 -1
- package/dist/types/components/calls/calls-confirm-incoming.d.ts +1 -1
- package/dist/types/components/calls/calls-nav-buttons.d.ts +1 -1
- package/dist/types/components/calls/calls-screen.d.ts +1 -1
- package/dist/types/components/connectycube-ui/alert-dialog.d.ts +4 -2
- package/dist/types/components/connectycube-ui/attachment.d.ts +1 -1
- package/dist/types/components/connectycube-ui/avatar.d.ts +1 -1
- package/dist/types/components/connectycube-ui/badge.d.ts +2 -2
- package/dist/types/components/connectycube-ui/button.d.ts +2 -2
- package/dist/types/components/connectycube-ui/chat-bubble.d.ts +3 -3
- package/dist/types/components/connectycube-ui/chat-input.d.ts +3 -3
- package/dist/types/components/connectycube-ui/chat-list.d.ts +3 -3
- package/dist/types/components/connectycube-ui/checkbox.d.ts +1 -1
- package/dist/types/components/connectycube-ui/dialog-item.d.ts +6 -6
- package/dist/types/components/connectycube-ui/dialogs-list.d.ts +1 -1
- package/dist/types/components/connectycube-ui/file-picker.d.ts +2 -2
- package/dist/types/components/connectycube-ui/label.d.ts +1 -1
- package/dist/types/components/connectycube-ui/link-preview.d.ts +1 -1
- package/dist/types/components/connectycube-ui/linkify-text.d.ts +1 -1
- package/dist/types/components/connectycube-ui/search.d.ts +2 -2
- package/dist/types/components/connectycube-ui/spinner.d.ts +1 -1
- package/dist/types/components/connectycube-ui/status-call.d.ts +1 -1
- package/dist/types/components/connectycube-ui/status-sent.d.ts +1 -1
- package/dist/types/components/connectycube-ui/stream-view.d.ts +1 -1
- package/dist/types/components/connectycube-ui/utils.d.ts +1 -1
- package/dist/types/components/home/home.d.ts +1 -1
- package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-change-tone.d.ts +2 -2
- package/dist/types/components/home/main/ai-dropdown-menu/ai-dropdown-get-summary.d.ts +2 -2
- package/dist/types/components/home/main/chat-ai-button.d.ts +1 -1
- package/dist/types/components/home/main/chat-footer.d.ts +1 -1
- package/dist/types/components/home/main/chat-header/chat-header-avatar.d.ts +1 -1
- package/dist/types/components/home/main/chat-header/chat-header-back-button.d.ts +1 -1
- package/dist/types/components/home/main/chat-header/chat-header-buttons.d.ts +1 -1
- package/dist/types/components/home/main/chat-header/chat-header-titles.d.ts +1 -1
- package/dist/types/components/home/main/chat-header/chat-header.d.ts +1 -1
- package/dist/types/components/home/main/chat-header.d.ts +1 -1
- package/dist/types/components/home/main/chat-info-members.d.ts +1 -1
- package/dist/types/components/home/main/chat-info-user.d.ts +1 -1
- package/dist/types/components/home/main/chat-message.d.ts +1 -1
- package/dist/types/components/home/main/chat-messages-list.d.ts +1 -1
- package/dist/types/components/home/main/group-member.d.ts +1 -1
- package/dist/types/components/home/main/main.d.ts +1 -1
- package/dist/types/components/home/main/my-profile/my-block-list-item.d.ts +1 -1
- package/dist/types/components/home/main/my-profile/my-block-list.d.ts +1 -1
- package/dist/types/components/home/main/my-profile/my-presence-select.d.ts +1 -1
- package/dist/types/components/home/main/my-profile/my-profile.d.ts +1 -1
- package/dist/types/components/home/main/profile-info.d.ts +1 -1
- package/dist/types/components/home/main/quick-actions.d.ts +1 -1
- package/dist/types/components/home/main/report-user-dialog.d.ts +1 -1
- package/dist/types/components/home/main/single-view-form.d.ts +1 -1
- package/dist/types/components/home/sidebar/chat-item.d.ts +1 -1
- package/dist/types/components/home/sidebar/chats-list.d.ts +1 -1
- package/dist/types/components/home/sidebar/new-chat/create-group-chat/create-group-chat.d.ts +1 -1
- package/dist/types/components/home/sidebar/new-chat/create-group-chat/participant.d.ts +1 -1
- package/dist/types/components/home/sidebar/new-chat/new-chat-dialog.d.ts +1 -1
- package/dist/types/components/home/sidebar/new-chat/searched-user.d.ts +1 -1
- package/dist/types/components/home/sidebar/sidebar.d.ts +1 -1
- package/dist/types/components/home/sidebar/tabs/chats-tab.d.ts +1 -1
- package/dist/types/components/home/sidebar/tabs/users-tab.d.ts +1 -1
- package/dist/types/components/home/sidebar/user-item.d.ts +2 -2
- package/dist/types/components/home/sidebar/users-list.d.ts +1 -1
- package/dist/types/components/shared/alert-busy.d.ts +1 -1
- package/dist/types/components/widget/widget-app.d.ts +1 -1
- package/dist/types/components/widget/widget-messages-badge.d.ts +1 -1
- package/dist/types/components/widget/widget-online-badge.d.ts +1 -1
- package/dist/types/helpers/i18n.d.ts +1 -1
- package/dist/types/hooks/store/useActiveTabsStore.d.ts +1 -1
- package/dist/types/hooks/store/useAlertBusyStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppAIStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppDefaultChatStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppInterfaceStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppNotificationStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppQuickActionsStore.d.ts +1 -1
- package/dist/types/hooks/store/useAppSettingsStore.d.ts +1 -1
- package/dist/types/hooks/store/useDraftMessagesStore.d.ts +1 -1
- package/dist/types/hooks/store/useLinkPreviewStore.d.ts +1 -1
- package/dist/types/hooks/store/useOnlineUsersCountStore.d.ts +1 -1
- package/dist/types/hooks/store/useProfileStore.d.ts +1 -1
- package/dist/types/hooks/store/useShadowRootStore.d.ts +1 -1
- package/dist/types/hooks/store/useUnreadCountStore.d.ts +1 -1
- package/dist/types/hooks/store/useUserSettingsStore.d.ts +2 -2
- package/dist/types/hooks/useAppAuthorization.d.ts +1 -1
- package/dist/types/lib/utils.d.ts +1 -1
- package/package.json +6 -5
- package/dist/types/locales/el/translation.json.d.ts +0 -138
- package/dist/types/locales/en/translation.json.d.ts +0 -138
- package/dist/types/locales/es/translation.json.d.ts +0 -138
- package/dist/types/locales/ua/translation.json.d.ts +0 -138
|
@@ -36,7 +36,7 @@ export interface AppSettingStoreState extends AppSettingStoreProps {
|
|
|
36
36
|
resetTermsAndConditions: () => void;
|
|
37
37
|
}
|
|
38
38
|
export declare const appSettingsStoreInitialState: AppSettingStoreProps;
|
|
39
|
-
declare const useAppSettingsStore: import(
|
|
39
|
+
declare const useAppSettingsStore: import("zustand").UseBoundStore<import("zustand").StoreApi<AppSettingStoreState>>;
|
|
40
40
|
export declare const setAppSettingsStore: (state: Partial<AppSettingStoreProps>) => void;
|
|
41
41
|
export declare const resetAppSettingsStore: () => void;
|
|
42
42
|
export default useAppSettingsStore;
|
|
@@ -9,6 +9,6 @@ interface DraftMessagesStoreState {
|
|
|
9
9
|
deleteDraftMessage: (dialogId: string) => void;
|
|
10
10
|
resetDraftMessages: () => void;
|
|
11
11
|
}
|
|
12
|
-
declare const useDraftMessagesStore: import(
|
|
12
|
+
declare const useDraftMessagesStore: import("zustand").UseBoundStore<import("zustand").StoreApi<DraftMessagesStoreState>>;
|
|
13
13
|
export declare const resetDraftMessagesStore: () => void;
|
|
14
14
|
export default useDraftMessagesStore;
|
|
@@ -13,6 +13,6 @@ interface LinkPreviewStore {
|
|
|
13
13
|
addUrls: (urls: string[]) => void;
|
|
14
14
|
matchUrlsFromMessage: (message: string) => string[];
|
|
15
15
|
}
|
|
16
|
-
declare const useLinkPreviewStore: import(
|
|
16
|
+
declare const useLinkPreviewStore: import("zustand").UseBoundStore<import("zustand").StoreApi<LinkPreviewStore>>;
|
|
17
17
|
export declare const resetLinkPreviewStore: () => void;
|
|
18
18
|
export default useLinkPreviewStore;
|
|
@@ -14,6 +14,6 @@ export declare const onlineUsersCountInitialState: {
|
|
|
14
14
|
enableOnlineUsersBadge: boolean;
|
|
15
15
|
onlineUsersCount: number;
|
|
16
16
|
};
|
|
17
|
-
declare const useOnlineUsersCountStore: import(
|
|
17
|
+
declare const useOnlineUsersCountStore: import("zustand").UseBoundStore<import("zustand").StoreApi<OnlineUsersCountState>>;
|
|
18
18
|
export declare const resetOnlineUsersCountStore: () => void;
|
|
19
19
|
export default useOnlineUsersCountStore;
|
|
@@ -4,6 +4,6 @@ interface ProfileState {
|
|
|
4
4
|
showProfile: (userId?: number | null) => void;
|
|
5
5
|
hideProfile: () => void;
|
|
6
6
|
}
|
|
7
|
-
declare const useProfileStore: import(
|
|
7
|
+
declare const useProfileStore: import("zustand").UseBoundStore<import("zustand").StoreApi<ProfileState>>;
|
|
8
8
|
export declare const resetProfileStore: () => void;
|
|
9
9
|
export default useProfileStore;
|
|
@@ -3,5 +3,5 @@ export interface useShadowRootStoreState {
|
|
|
3
3
|
shadowPortal: DocumentFragment | Element | null | undefined;
|
|
4
4
|
setShadowRoot: (shadowRoot?: ShadowRoot | Document) => void;
|
|
5
5
|
}
|
|
6
|
-
declare const useShadowRootStore: import(
|
|
6
|
+
declare const useShadowRootStore: import("zustand").UseBoundStore<import("zustand").StoreApi<useShadowRootStoreState>>;
|
|
7
7
|
export default useShadowRootStore;
|
|
@@ -3,6 +3,6 @@ interface UnreadCountState {
|
|
|
3
3
|
setUnreadCount: (count: number) => void;
|
|
4
4
|
resetUnreadCount: () => void;
|
|
5
5
|
}
|
|
6
|
-
declare const useUnreadCountStore: import(
|
|
6
|
+
declare const useUnreadCountStore: import("zustand").UseBoundStore<import("zustand").StoreApi<UnreadCountState>>;
|
|
7
7
|
export declare const resetUnreadCountStore: () => void;
|
|
8
8
|
export default useUnreadCountStore;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UserPresence } from '
|
|
1
|
+
import { UserPresence } from '@/helpers/connectycube';
|
|
2
2
|
type UserSettingsStateProps = {
|
|
3
3
|
userStatus: UserPresence;
|
|
4
4
|
isNotifications: boolean;
|
|
@@ -11,7 +11,7 @@ interface UserSettingsState extends UserSettingsStateProps {
|
|
|
11
11
|
setIsNotificationSound: (enabled: boolean, onlyLocal?: boolean) => Promise<void>;
|
|
12
12
|
setIsPushNotifications: (enabled: boolean, onlyLocal?: boolean) => Promise<void>;
|
|
13
13
|
}
|
|
14
|
-
declare const useUserSettingsStore: import(
|
|
14
|
+
declare const useUserSettingsStore: import("zustand").UseBoundStore<import("zustand").StoreApi<UserSettingsState>>;
|
|
15
15
|
export declare const managePushNotificationsSubscription: (enable: boolean) => Promise<boolean>;
|
|
16
16
|
export declare const restoreUserSettingsStore: () => Promise<void>;
|
|
17
17
|
export default useUserSettingsStore;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Dialogs } from '@connectycube/react';
|
|
2
|
-
import { ClassValue } from 'clsx';
|
|
2
|
+
import { type ClassValue } from 'clsx';
|
|
3
3
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
4
4
|
export declare function createTempChat(id: string, name: string, type: 3 | 2, occupantsIds: number[], currentUserId: number, photo?: string, extensions?: {
|
|
5
5
|
[key: string]: string;
|
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.
|
|
4
|
+
"version": "0.40.0",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/ConnectyCube/connectycube-chat-widget/chat-widget#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -70,15 +70,16 @@
|
|
|
70
70
|
"tailwindcss:watch": "npx @tailwindcss/cli -i ./src/index.css -o ./src/widget.css --watch",
|
|
71
71
|
"tailwindcss:minify": "npx @tailwindcss/cli -i ./src/index.css -o ./src/widget.css --minify",
|
|
72
72
|
"dev": "npx npm-run-all --parallel vite:dev tailwindcss:watch",
|
|
73
|
-
"build": "npm run tailwindcss:minify && npm run vite:build:es && KEEP_DIST=1 npm run vite:build:umd",
|
|
73
|
+
"build": "npm run tailwindcss:minify && npm run vite:build:es && KEEP_DIST=1 npm run vite:build:umd && npm run types",
|
|
74
|
+
"types": "tsc -p tsconfig.declaration.json",
|
|
74
75
|
"lint": "eslint .",
|
|
75
76
|
"test": "vitest",
|
|
76
77
|
"test:ci": "vitest run",
|
|
77
78
|
"coverage": "vitest run --coverage"
|
|
78
79
|
},
|
|
79
80
|
"dependencies": {
|
|
80
|
-
"@ai-sdk/google": "^3.0.
|
|
81
|
-
"@connectycube/react": "^
|
|
81
|
+
"@ai-sdk/google": "^3.0.30",
|
|
82
|
+
"@connectycube/react": "^6.0.0",
|
|
82
83
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
83
84
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
84
85
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"@radix-ui/react-switch": "^1.2.6",
|
|
90
91
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
91
92
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
92
|
-
"ai": "^6.0.
|
|
93
|
+
"ai": "^6.0.94",
|
|
93
94
|
"class-variance-authority": "^0.7.1",
|
|
94
95
|
"clsx": "^2.1.1",
|
|
95
96
|
"date-fns": "^4.1.0",
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"AddMembers": "Προσθήκη μελών",
|
|
3
|
-
"Admin": "Διαχειριστής",
|
|
4
|
-
"areTyping": "είναι",
|
|
5
|
-
"Cancel": "Ακύρωση",
|
|
6
|
-
"ChatName": "Όνομα συνομιλίας",
|
|
7
|
-
"ChatNameRequired": "Το όνομα συνομιλίας είναι υποχρεωτικό",
|
|
8
|
-
"Chat": "Συνομιλία",
|
|
9
|
-
"Chats": "Συνομιλίες",
|
|
10
|
-
"ChooseChat": "Επιλέξτε συνομιλία",
|
|
11
|
-
"Continue": "Συνέχεια",
|
|
12
|
-
"CreateGroupChat": "Δημιουργία ομαδικής συνομιλίας",
|
|
13
|
-
"Delete": "Διαγραφή",
|
|
14
|
-
"Draft": "Πρόχειρο",
|
|
15
|
-
"EnterMessage": "Εισάγετε μήνυμα",
|
|
16
|
-
"EnterUserName": "Εισάγετε όνομα χρήστη",
|
|
17
|
-
"ExitChat": "Έξοδος από τη συνομιλία",
|
|
18
|
-
"ExitChatConfirm": "Είστε σίγουροι ότι θέλετε να φύγετε από αυτή τη συνομιλία;",
|
|
19
|
-
"FileTypeNotSupported": "Η μορφή αρχείου δεν υποστηρίζεται",
|
|
20
|
-
"isTyping": "είναι",
|
|
21
|
-
"me": "εγώ",
|
|
22
|
-
"Members": "Μέλη",
|
|
23
|
-
"members": "μέλη",
|
|
24
|
-
"NewGroup": "Νέα ομάδα",
|
|
25
|
-
"NewMessage": "Νέο μήνυμα",
|
|
26
|
-
"NoChats": "Επιλέξτε κάποιο χρήστη από τη λίστα Χρήστες και ξεκινήστε την πρώτη σας συνομιλία!",
|
|
27
|
-
"NoMessages": "Δεν υπάρχουν μηνύματα",
|
|
28
|
-
"NoOnlineUsers": "Δεν υπάρχουν συνδεδεμένοι χρήστες",
|
|
29
|
-
"Profile": "Προφίλ",
|
|
30
|
-
"RemoveMembers": "Αφαίρεση μελών",
|
|
31
|
-
"RemoveMembers?": "Είστε σίγουροι ότι θέλετε να αφαιρέσετε τα μέλη;",
|
|
32
|
-
"Reset": "Επαναφορά",
|
|
33
|
-
"Search": "Αναζήτηση",
|
|
34
|
-
"Select": "Επιλογή",
|
|
35
|
-
"Send": "Αποστολή",
|
|
36
|
-
"StartChat": "Έναρξη συνομιλίας",
|
|
37
|
-
"NewUserChatDialogTitle": "Αποστολή μηνύματος σε μέλος",
|
|
38
|
-
"NewGroupChatDialogTitle": "Δημιουργία νέας ομάδας",
|
|
39
|
-
"typing": "πληκτρολογεί",
|
|
40
|
-
"Users": "Χρήστες",
|
|
41
|
-
"you": "εσύ",
|
|
42
|
-
"Video": "Βίντεο",
|
|
43
|
-
"Call": "Κλήση",
|
|
44
|
-
"Block": "Block",
|
|
45
|
-
"UnBlock": "Unblock",
|
|
46
|
-
"Report": "Αναφορά",
|
|
47
|
-
"ReportUser": "Αναφορά χρήστη",
|
|
48
|
-
"WhatsWrongWithThisUser": "Τι θέλετε να αναφέρετε για αυτόν το χρήστη;",
|
|
49
|
-
"ProvideReason": "Λόγος αναφοράς",
|
|
50
|
-
"ReportCreatedSuccessfully": "Η αναφορά για το χρήστη έγινε",
|
|
51
|
-
"ReportSubmitFailed": "Σφάλμα στη δημιουργία αναφοράς",
|
|
52
|
-
"MyProfile": "Το προφίλ μου",
|
|
53
|
-
"YouBlocked": "Αυτός ο χρήστης σας έχει κάνει Block",
|
|
54
|
-
"BlockList": "Λίστα Blocked χρηστών",
|
|
55
|
-
"AddToBlockList": "Προσθήκη στη λίστα Blocked",
|
|
56
|
-
"AddToBlockList?": "Σίγουρα θέλετε να προσθέσετε το χρήστη {{name}} στη λίστα Blocked;",
|
|
57
|
-
"RemoveFromBlockList": "Αφαίρεση από τη λίστα Blocked",
|
|
58
|
-
"RemoveFromBlockList?": "Σίγουρα θέλετε να αφαιρέσετε το χρήστη {{name}} από τη λίστα Blocked;",
|
|
59
|
-
"BlockListEmpty": "Η Blocked λίστα είναι άδεια",
|
|
60
|
-
"NotificationSettings": "Ρυθμίσεις ειδοποιήσεων",
|
|
61
|
-
"Notifications": "Ειδοποιήσεις",
|
|
62
|
-
"NotificationSound": "Ήχος ειδοποίησης",
|
|
63
|
-
"PushNotifications": "Ειδοποιήσεις push",
|
|
64
|
-
"PleaseWait": "Παρακαλώ περιμένετε",
|
|
65
|
-
"Available": "Διαθέσιμος/η",
|
|
66
|
-
"Busy": "Απασχολημένος/η",
|
|
67
|
-
"Away": "Απουσιάζω",
|
|
68
|
-
"Online": "Συνδεδεμένος/η",
|
|
69
|
-
"IncomingCall": "Εισερχόμενη κλήση",
|
|
70
|
-
"IncomingAudioCall": "Εισερχόμενη κλήση ήχου από τον χρήστη {{name}}",
|
|
71
|
-
"IncomingVideoCall": "Εισερχόμενη κλήση βίντεο από τον χρήστη {{name}}",
|
|
72
|
-
"Accept": "Αποδοχή",
|
|
73
|
-
"Reject": "Απόρριψη",
|
|
74
|
-
"RejectedCall": "Ο χρήστης {{name}} απέρριψε την κλήση",
|
|
75
|
-
"MissedCall": "Αναπάντητη κλήση από τον χρήστη {{name}}",
|
|
76
|
-
"AuthForm": {
|
|
77
|
-
"Login": "Σύνδεση",
|
|
78
|
-
"Password": "Κωδικός πρόσβασης",
|
|
79
|
-
"Register": "Εγγραφή",
|
|
80
|
-
"Registration": "Εγγραφή",
|
|
81
|
-
"LoginRequired": "Το όνομα χρήστη είναι υποχρεωτικό",
|
|
82
|
-
"LoginMinLimit": "Το όνομα χρήστη πρέπει να έχει τουλάχιστον {{limit}} χαρακτήρες",
|
|
83
|
-
"LoginMaxLimit": "Το όνομα χρήστη πρέπει να έχει το πολύ {{limit}} χαρακτήρες",
|
|
84
|
-
"PasswordRequired": "Ο κωδικός πρόσβασης είναι υποχρεωτικός",
|
|
85
|
-
"PasswordMinLimit": "Ο κωδικός πρόσβασης πρέπει να έχει τουλάχιστον {{limit}} χαρακτήρες",
|
|
86
|
-
"PasswordMaxLimit": "Ο κωδικός πρόσβασης πρέπει να έχει το πολύ {{limit}} χαρακτήρες",
|
|
87
|
-
"LoginDescription": "Εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασης για να αποκτήσετε πρόσβαση στον λογαριασμό σας",
|
|
88
|
-
"RegisterDescription": "Συμπληρώστε την παρακάτω φόρμα για να εγγραφείτε",
|
|
89
|
-
"ToRegister?": "Δεν έχετε λογαριασμό;",
|
|
90
|
-
"ToLogin?": "Έχετε ήδη λογαριασμό;"
|
|
91
|
-
},
|
|
92
|
-
"SingleViewForm": {
|
|
93
|
-
"Title": "Υποβάλετε τα στοιχεία επικοινωνίας σας για να ξεκινήσετε μια συνομιλία",
|
|
94
|
-
"Subtitle": "Δεν θα κοινοποιήσουμε τη διεύθυνση email σας. Η διεύθυνση email σας χρησιμοποιείται αποκλειστικά για να επικοινωνήσουμε μαζί σας.",
|
|
95
|
-
"NamePlaceholder": "Όνομα",
|
|
96
|
-
"NameRequired": "Το όνομα είναι υποχρεωτικό",
|
|
97
|
-
"EmailPlaceholder": "E-mail",
|
|
98
|
-
"EmailRequired": "Απαιτείται email",
|
|
99
|
-
"Emailnvalid": "Μη έγκυρη μορφή email",
|
|
100
|
-
"AcceptTermsAndConditions": "Αποδοχή όρων και προϋποθέσεων",
|
|
101
|
-
"AcceptTermsAndConditionsError": "Πρέπει να αποδεχτείτε τους όρους και τις προϋποθέσεις",
|
|
102
|
-
"TermsAndConditionsText": "Κάνοντας κλικ σε αυτό το πλαίσιο, συμφωνείτε με τους",
|
|
103
|
-
"TermsAndConditionsLink": "όρους και προϋποθέσεις",
|
|
104
|
-
"RememberMe": "Να με θυμάσαι",
|
|
105
|
-
"RememberMeText": "Αυτή είναι η προσωπική μου συσκευή",
|
|
106
|
-
"Next": "Επόμενο"
|
|
107
|
-
},
|
|
108
|
-
"SingleViewChatError": "Δεν βρέθηκαν αντίπαλοι για τη συνομιλία",
|
|
109
|
-
"Information": "Πληροφορίες",
|
|
110
|
-
"AI": {
|
|
111
|
-
"GetSummary": "Λήψη σύνοψης",
|
|
112
|
-
"ChangeMessageTone": "Αλλαγή τόνου μηνύματος",
|
|
113
|
-
"SummaryMessageTitle": "Μόνο εσείς μπορείτε να δείτε αυτό το μήνυμα",
|
|
114
|
-
"forLast7Days": "για τις τελευταίες 7 ημέρες",
|
|
115
|
-
"forLastDay": "για την τελευταία ημέρα",
|
|
116
|
-
"forUnreads": "για μη αναγνωσμένα",
|
|
117
|
-
"MessageTone": "Αλλαγή τόνου μηνύματος",
|
|
118
|
-
"EmptyMessageTone": "Δεν είναι δυνατή η αλλαγή του τόνου ενός κενού μηνύματος",
|
|
119
|
-
"positive": "θετικός",
|
|
120
|
-
"negative": "αρνητικός",
|
|
121
|
-
"cringe": "κρίμα"
|
|
122
|
-
},
|
|
123
|
-
"CallHistory": {
|
|
124
|
-
"RejectedIncoming": "Απορρίφθηκε εισερχόμενη κλήση",
|
|
125
|
-
"RejectedOutgoing": "Απορρίφθηκε εξερχόμενη κλήση",
|
|
126
|
-
"Unanswered": "Μη απαντημένη κλήση",
|
|
127
|
-
"Missed": "Αναπάντητη κλήση",
|
|
128
|
-
"Canceled": "Ακυρώθηκε",
|
|
129
|
-
"Ended": "Ολοκληρώθηκε",
|
|
130
|
-
"videoCall": "βιντεοκλήση",
|
|
131
|
-
"audioCall": "ηχητική κλήση",
|
|
132
|
-
"defaultCall": "κλήση"
|
|
133
|
-
},
|
|
134
|
-
"DragAndDrop": "Αποθέστε αρχεία εδώ"
|
|
135
|
-
}
|
|
136
|
-
;
|
|
137
|
-
|
|
138
|
-
export default _default;
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"AddMembers": "Add members",
|
|
3
|
-
"Admin": "Admin",
|
|
4
|
-
"areTyping": "are typing",
|
|
5
|
-
"Cancel": "Cancel",
|
|
6
|
-
"ChatName": "Chat name",
|
|
7
|
-
"ChatNameRequired": "Chat name is required",
|
|
8
|
-
"Chat": "Chat",
|
|
9
|
-
"Chats": "Chats",
|
|
10
|
-
"ChooseChat": "Choose a chat",
|
|
11
|
-
"Continue": "Continue",
|
|
12
|
-
"CreateGroupChat": "Create group chat",
|
|
13
|
-
"Delete": "Delete",
|
|
14
|
-
"Draft": "Draft",
|
|
15
|
-
"EnterMessage": "Enter message",
|
|
16
|
-
"EnterUserName": "Enter user name",
|
|
17
|
-
"ExitChat": "Exit chat",
|
|
18
|
-
"ExitChatConfirm": "Are you sure you want to leave this chat?",
|
|
19
|
-
"FileTypeNotSupported": "File format is not supported",
|
|
20
|
-
"isTyping": "is typing",
|
|
21
|
-
"me": "me",
|
|
22
|
-
"Members": "Members",
|
|
23
|
-
"members": "members",
|
|
24
|
-
"NewGroup": "New group",
|
|
25
|
-
"NewMessage": "New message",
|
|
26
|
-
"NoChats": "Begin your first chat and see what happens!",
|
|
27
|
-
"NoMessages": "No messages yet",
|
|
28
|
-
"NoOnlineUsers": "No online users",
|
|
29
|
-
"Profile": "Profile",
|
|
30
|
-
"RemoveMembers": "Remove members",
|
|
31
|
-
"RemoveMembers?": "Are you sure you want to remove members?",
|
|
32
|
-
"Reset": "Reset",
|
|
33
|
-
"Search": "Search",
|
|
34
|
-
"Select": "Select",
|
|
35
|
-
"Send": "Send",
|
|
36
|
-
"StartChat": "Start chat",
|
|
37
|
-
"NewUserChatDialogTitle": "Send message to user",
|
|
38
|
-
"NewGroupChatDialogTitle": "Start a new Group",
|
|
39
|
-
"typing": "typing",
|
|
40
|
-
"Users": "Users",
|
|
41
|
-
"you": "you",
|
|
42
|
-
"Video": "Video",
|
|
43
|
-
"Call": "Call",
|
|
44
|
-
"Block": "Block",
|
|
45
|
-
"UnBlock": "Unblock",
|
|
46
|
-
"Report": "Report",
|
|
47
|
-
"ReportUser": "Report user",
|
|
48
|
-
"WhatsWrongWithThisUser": "What's wrong with this user?",
|
|
49
|
-
"ProvideReason": "Reason for reporting",
|
|
50
|
-
"ReportCreatedSuccessfully": "Report has been created successfully",
|
|
51
|
-
"ReportSubmitFailed": "Failed to submit report",
|
|
52
|
-
"MyProfile": "My profile",
|
|
53
|
-
"YouBlocked": "You are blocked by this user",
|
|
54
|
-
"BlockList": "Block list",
|
|
55
|
-
"AddToBlockList": "Add to block list",
|
|
56
|
-
"AddToBlockList?": "Are you sure you want to add {{name}} to block list?",
|
|
57
|
-
"RemoveFromBlockList": "Remove from block list",
|
|
58
|
-
"RemoveFromBlockList?": "Are you sure you want to remove {{name}} from block list?",
|
|
59
|
-
"BlockListEmpty": "Block list is empty",
|
|
60
|
-
"NotificationSettings": "Notification settings",
|
|
61
|
-
"Notifications": "Notifications",
|
|
62
|
-
"NotificationSound": "Notification sound",
|
|
63
|
-
"PushNotifications": "Push notifications",
|
|
64
|
-
"PleaseWait": "Please wait",
|
|
65
|
-
"Available": "Available",
|
|
66
|
-
"Busy": "Busy",
|
|
67
|
-
"Away": "Away",
|
|
68
|
-
"Online": "Online",
|
|
69
|
-
"IncomingCall": "Incoming call",
|
|
70
|
-
"IncomingAudioCall": "Incoming audio call from {{name}}",
|
|
71
|
-
"IncomingVideoCall": "Incoming video call from {{name}}",
|
|
72
|
-
"Accept": "Accept",
|
|
73
|
-
"Reject": "Reject",
|
|
74
|
-
"RejectedCall": "{{name}} rejected the call",
|
|
75
|
-
"MissedCall": "Missed call from {{name}}",
|
|
76
|
-
"AuthForm": {
|
|
77
|
-
"Login": "Login",
|
|
78
|
-
"Password": "Password",
|
|
79
|
-
"Register": "Register",
|
|
80
|
-
"Registration": "Registration",
|
|
81
|
-
"LoginRequired": "Login is required",
|
|
82
|
-
"LoginMinLimit": "Login must be at least {{limit}} symbols",
|
|
83
|
-
"LoginMaxLimit": "Login must be at most {{limit}} symbols",
|
|
84
|
-
"PasswordRequired": "Login is required",
|
|
85
|
-
"PasswordMinLimit": "Password must be at least {{limit}} symbols",
|
|
86
|
-
"PasswordMaxLimit": "Password must be at most {{limit}} symbols",
|
|
87
|
-
"LoginDescription": "Enter your login and password to access your account",
|
|
88
|
-
"RegisterDescription": "Fill in the form below to sign up",
|
|
89
|
-
"ToRegister?": "Don't have an account?",
|
|
90
|
-
"ToLogin?": "Already have an account?"
|
|
91
|
-
},
|
|
92
|
-
"SingleViewForm": {
|
|
93
|
-
"Title": "Submit your contact data to start a chat",
|
|
94
|
-
"Subtitle": "We will not share your email address. Your email address is used solely to contact you",
|
|
95
|
-
"NamePlaceholder": "Name",
|
|
96
|
-
"NameRequired": "Name is required",
|
|
97
|
-
"EmailPlaceholder": "Email",
|
|
98
|
-
"EmailRequired": "Email is required",
|
|
99
|
-
"EmailInvalid": "Invalid email format",
|
|
100
|
-
"AcceptTermsAndConditions": "Accept terms and conditions",
|
|
101
|
-
"AcceptTermsAndConditionsError": "You must accept the terms and conditions",
|
|
102
|
-
"TermsAndConditionsText": "By clicking this checkbox, you agree to the",
|
|
103
|
-
"TermsAndConditionsLink": "terms and conditions",
|
|
104
|
-
"RememberMe": "Remember me",
|
|
105
|
-
"RememberMeText": "This is my private device",
|
|
106
|
-
"Next": "Next"
|
|
107
|
-
},
|
|
108
|
-
"SingleViewChatError": "Opponent(s) for the chat not found",
|
|
109
|
-
"Information": "Information",
|
|
110
|
-
"AI": {
|
|
111
|
-
"GetSummary": "Get summary",
|
|
112
|
-
"ChangeMessageTone": "Change message tone",
|
|
113
|
-
"SummaryMessageTitle": "Only you can see this message",
|
|
114
|
-
"forLast7Days": "for last 7 days",
|
|
115
|
-
"forLastDay": "for last day",
|
|
116
|
-
"forUnreads": "for unreads",
|
|
117
|
-
"MessageTone": "Change message tone",
|
|
118
|
-
"EmptyMessageTone": "Can't change tone of empty message",
|
|
119
|
-
"positive": "positive",
|
|
120
|
-
"negative": "negative",
|
|
121
|
-
"cringe": "cringe"
|
|
122
|
-
},
|
|
123
|
-
"CallHistory": {
|
|
124
|
-
"RejectedIncoming": "Rejected incoming",
|
|
125
|
-
"RejectedOutgoing": "Rejected outgoing",
|
|
126
|
-
"Unanswered": "Unanswered",
|
|
127
|
-
"Missed": "Missed",
|
|
128
|
-
"Canceled": "Canceled",
|
|
129
|
-
"Ended": "Ended",
|
|
130
|
-
"videoCall": "video call",
|
|
131
|
-
"audioCall": "audio call",
|
|
132
|
-
"defaultCall": "call"
|
|
133
|
-
},
|
|
134
|
-
"DragAndDrop": "Drop files here"
|
|
135
|
-
}
|
|
136
|
-
;
|
|
137
|
-
|
|
138
|
-
export default _default;
|
|
@@ -1,138 +0,0 @@
|
|
|
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
|
-
"ExitChatConfirm": "¿Estás seguro de que quieres salir de este chat?",
|
|
19
|
-
"FileTypeNotSupported": "El formato de archivo no es compatible",
|
|
20
|
-
"isTyping": "está escribiendo",
|
|
21
|
-
"me": "yo",
|
|
22
|
-
"Members": "Miembros",
|
|
23
|
-
"members": "miembros",
|
|
24
|
-
"NewGroup": "Nuevo grupo",
|
|
25
|
-
"NewMessage": "Nuevo mensaje",
|
|
26
|
-
"NoChats": "¡Inicia tu primer chat y mira qué pasa!",
|
|
27
|
-
"NoMessages": "Aún no hay mensajes",
|
|
28
|
-
"NoOnlineUsers": "No hay usuarios en línea",
|
|
29
|
-
"Profile": "Perfil",
|
|
30
|
-
"RemoveMembers": "Eliminar miembros",
|
|
31
|
-
"RemoveMembers?": "¿Seguro que quieres eliminar a los miembros?",
|
|
32
|
-
"Reset": "Restablecer",
|
|
33
|
-
"Search": "Buscar",
|
|
34
|
-
"Select": "Seleccionar",
|
|
35
|
-
"Send": "Enviar",
|
|
36
|
-
"StartChat": "Iniciar chat",
|
|
37
|
-
"NewUserChatDialogTitle": "Enviar mensaje al usuario",
|
|
38
|
-
"NewGroupChatDialogTitle": "Iniciar un nuevo grupo",
|
|
39
|
-
"typing": "escribiendo",
|
|
40
|
-
"Users": "Usuarios",
|
|
41
|
-
"you": "tú",
|
|
42
|
-
"Video": "Vídeo",
|
|
43
|
-
"Call": "Llamada",
|
|
44
|
-
"Block": "Bloquear",
|
|
45
|
-
"UnBlock": "Desbloquear",
|
|
46
|
-
"Report": "Reportar",
|
|
47
|
-
"ReportUser": "Reportar usuario",
|
|
48
|
-
"WhatsWrongWithThisUser": "¿Qué ocurre con este usuario?",
|
|
49
|
-
"ProvideReason": "Motivo del reporte",
|
|
50
|
-
"ReportCreatedSuccessfully": "El reporte se ha creado correctamente",
|
|
51
|
-
"ReportSubmitFailed": "Error al enviar el reporte",
|
|
52
|
-
"MyProfile": "Mi perfil",
|
|
53
|
-
"YouBlocked": "Este usuario te ha bloqueado",
|
|
54
|
-
"BlockList": "Lista de bloqueados",
|
|
55
|
-
"AddToBlockList": "Añadir a la lista de bloqueados",
|
|
56
|
-
"AddToBlockList?": "¿Seguro que quieres añadir a {{name}} a la lista de bloqueados?",
|
|
57
|
-
"RemoveFromBlockList": "Eliminar de la lista de bloqueados",
|
|
58
|
-
"RemoveFromBlockList?": "¿Seguro que quieres eliminar a {{name}} de la lista de bloqueados?",
|
|
59
|
-
"BlockListEmpty": "La lista de bloqueados está vacía",
|
|
60
|
-
"NotificationSettings": "Configuración de notificaciones",
|
|
61
|
-
"Notifications": "Notificaciones",
|
|
62
|
-
"NotificationSound": "Sonido de notificación",
|
|
63
|
-
"PushNotifications": "Notificaciones push",
|
|
64
|
-
"PleaseWait": "Por favor, espera",
|
|
65
|
-
"Available": "Disponible",
|
|
66
|
-
"Busy": "Ocupado",
|
|
67
|
-
"Away": "Ausente",
|
|
68
|
-
"Online": "En línea",
|
|
69
|
-
"IncomingCall": "Llamada entrante",
|
|
70
|
-
"IncomingAudioCall": "Llamada de audio entrante de {{name}}",
|
|
71
|
-
"IncomingVideoCall": "Llamada de vídeo entrante de {{name}}",
|
|
72
|
-
"Accept": "Aceptar",
|
|
73
|
-
"Reject": "Rechazar",
|
|
74
|
-
"RejectedCall": "{{name}} rechazó la llamada",
|
|
75
|
-
"MissedCall": "Llamada perdida de {{name}}",
|
|
76
|
-
"AuthForm": {
|
|
77
|
-
"Login": "Iniciar sesión",
|
|
78
|
-
"Password": "Contraseña",
|
|
79
|
-
"Register": "Registrarse",
|
|
80
|
-
"Registration": "Registro",
|
|
81
|
-
"LoginRequired": "El usuario es obligatorio",
|
|
82
|
-
"LoginMinLimit": "El usuario debe tener al menos {{limit}} caracteres",
|
|
83
|
-
"LoginMaxLimit": "El usuario debe tener como máximo {{limit}} caracteres",
|
|
84
|
-
"PasswordRequired": "La contraseña es obligatoria",
|
|
85
|
-
"PasswordMinLimit": "La contraseña debe tener al menos {{limit}} caracteres",
|
|
86
|
-
"PasswordMaxLimit": "La contraseña debe tener como máximo {{limit}} caracteres",
|
|
87
|
-
"LoginDescription": "Introduce tu usuario y contraseña para acceder a tu cuenta",
|
|
88
|
-
"RegisterDescription": "Rellena el formulario para registrarte",
|
|
89
|
-
"ToRegister?": "¿No tienes una cuenta?",
|
|
90
|
-
"ToLogin?": "¿Ya tienes una cuenta?"
|
|
91
|
-
},
|
|
92
|
-
"SingleViewForm": {
|
|
93
|
-
"Title": "Envía tus datos de contacto para iniciar un chat",
|
|
94
|
-
"Subtitle": "No compartiremos tu dirección de correo electrónico. Se utilizará únicamente para contactarte",
|
|
95
|
-
"NamePlaceholder": "Nombre",
|
|
96
|
-
"NameRequired": "El nombre es obligatorio",
|
|
97
|
-
"EmailPlaceholder": "Correo electrónico",
|
|
98
|
-
"EmailRequired": "El correo electrónico es obligatorio",
|
|
99
|
-
"EmailInvalid": "Formato de correo electrónico no válido",
|
|
100
|
-
"AcceptTermsAndConditions": "Aceptar términos y condiciones",
|
|
101
|
-
"AcceptTermsAndConditionsError": "Debes aceptar los términos y condiciones",
|
|
102
|
-
"TermsAndConditionsText": "Al marcar esta casilla, aceptas los",
|
|
103
|
-
"TermsAndConditionsLink": "términos y condiciones",
|
|
104
|
-
"RememberMe": "Recordarme",
|
|
105
|
-
"RememberMeText": "Este es mi dispositivo privado",
|
|
106
|
-
"Next": "Siguiente"
|
|
107
|
-
},
|
|
108
|
-
"SingleViewChatError": "No se encontraron los participantes del chat",
|
|
109
|
-
"Information": "Información",
|
|
110
|
-
"AI": {
|
|
111
|
-
"GetSummary": "Obtener resumen",
|
|
112
|
-
"ChangeMessageTone": "Cambiar el tono del mensaje",
|
|
113
|
-
"SummaryMessageTitle": "Solo tú puedes ver este mensaje",
|
|
114
|
-
"forLast7Days": "de los últimos 7 días",
|
|
115
|
-
"forLastDay": "del último día",
|
|
116
|
-
"forUnreads": "de los no leídos",
|
|
117
|
-
"MessageTone": "Cambiar tono del mensaje",
|
|
118
|
-
"EmptyMessageTone": "No se puede cambiar el tono de un mensaje vacío",
|
|
119
|
-
"positive": "positivo",
|
|
120
|
-
"negative": "negativo",
|
|
121
|
-
"cringe": "vergonzoso"
|
|
122
|
-
},
|
|
123
|
-
"CallHistory": {
|
|
124
|
-
"RejectedIncoming": "Entrante rechazada",
|
|
125
|
-
"RejectedOutgoing": "Saliente rechazada",
|
|
126
|
-
"Unanswered": "No respondida",
|
|
127
|
-
"Missed": "Perdida",
|
|
128
|
-
"Canceled": "Cancelada",
|
|
129
|
-
"Ended": "Finalizada",
|
|
130
|
-
"videoCall": "videollamada",
|
|
131
|
-
"audioCall": "llamada de audio",
|
|
132
|
-
"defaultCall": "llamada"
|
|
133
|
-
},
|
|
134
|
-
"DragAndDrop": "Suelta los archivos aquí"
|
|
135
|
-
}
|
|
136
|
-
;
|
|
137
|
-
|
|
138
|
-
export default _default;
|