stream-chat-react-native-core 5.24.0-beta.3 → 5.24.0-beta.4
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/lib/commonjs/components/Channel/Channel.js +30 -22
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +28 -6
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js +84 -0
- package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js.map +1 -0
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +18 -8
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +4 -8
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +4 -1
- package/lib/commonjs/i18n/es.json +4 -1
- package/lib/commonjs/i18n/fr.json +49 -46
- package/lib/commonjs/i18n/he.json +4 -1
- package/lib/commonjs/i18n/hi.json +49 -46
- package/lib/commonjs/i18n/it.json +49 -46
- package/lib/commonjs/i18n/ja.json +4 -1
- package/lib/commonjs/i18n/ko.json +4 -1
- package/lib/commonjs/i18n/nl.json +49 -46
- package/lib/commonjs/i18n/ru.json +49 -46
- package/lib/commonjs/i18n/tr.json +49 -46
- package/lib/commonjs/utils/removeReservedFields.js +1 -1
- package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
- package/lib/commonjs/utils/utils.js +5 -1
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Channel/Channel.js +30 -22
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Message/Message.js +28 -6
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageBounce.js +84 -0
- package/lib/module/components/Message/MessageSimple/MessageBounce.js.map +1 -0
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/index.js +11 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +18 -8
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +4 -8
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/i18n/en.json +4 -1
- package/lib/module/i18n/es.json +4 -1
- package/lib/module/i18n/fr.json +49 -46
- package/lib/module/i18n/he.json +4 -1
- package/lib/module/i18n/hi.json +49 -46
- package/lib/module/i18n/it.json +49 -46
- package/lib/module/i18n/ja.json +4 -1
- package/lib/module/i18n/ko.json +4 -1
- package/lib/module/i18n/nl.json +49 -46
- package/lib/module/i18n/ru.json +49 -46
- package/lib/module/i18n/tr.json +49 -46
- package/lib/module/utils/removeReservedFields.js +1 -1
- package/lib/module/utils/removeReservedFields.js.map +1 -1
- package/lib/module/utils/utils.js +5 -1
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
- package/lib/typescript/components/Message/Message.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts +12 -0
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +6 -2
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +1 -2
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +7 -2
- package/lib/typescript/i18n/en.json +4 -1
- package/lib/typescript/i18n/es.json +4 -1
- package/lib/typescript/i18n/fr.json +49 -46
- package/lib/typescript/i18n/he.json +4 -1
- package/lib/typescript/i18n/hi.json +49 -46
- package/lib/typescript/i18n/it.json +49 -46
- package/lib/typescript/i18n/ja.json +4 -1
- package/lib/typescript/i18n/ko.json +4 -1
- package/lib/typescript/i18n/nl.json +49 -46
- package/lib/typescript/i18n/ru.json +49 -46
- package/lib/typescript/i18n/tr.json +49 -46
- package/lib/typescript/utils/Streami18n.d.ts +3 -0
- package/lib/typescript/utils/removeReservedFields.d.ts +2 -1
- package/lib/typescript/utils/utils.d.ts +11 -0
- package/package.json +2 -2
- package/src/components/Channel/Channel.tsx +26 -7
- package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
- package/src/components/Message/Message.tsx +26 -2
- package/src/components/Message/MessageSimple/MessageBounce.tsx +119 -0
- package/src/components/Message/hooks/useMessageActionHandlers.ts +1 -2
- package/src/components/Message/hooks/useMessageActions.tsx +1 -1
- package/src/components/index.ts +1 -0
- package/src/contexts/messageInputContext/MessageInputContext.tsx +24 -6
- package/src/contexts/messageInputContext/__tests__/sendMessage.test.tsx +8 -8
- package/src/contexts/messageInputContext/__tests__/updateMessage.test.tsx +1 -1
- package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx +6 -1
- package/src/contexts/messageInputContext/hooks/useMessageDetailsForState.ts +3 -9
- package/src/contexts/messagesContext/MessagesContext.tsx +7 -2
- package/src/i18n/en.json +4 -1
- package/src/i18n/es.json +4 -1
- package/src/i18n/fr.json +49 -46
- package/src/i18n/he.json +4 -1
- package/src/i18n/hi.json +49 -46
- package/src/i18n/it.json +49 -46
- package/src/i18n/ja.json +4 -1
- package/src/i18n/ko.json +4 -1
- package/src/i18n/nl.json +49 -46
- package/src/i18n/ru.json +49 -46
- package/src/i18n/tr.json +49 -46
- package/src/utils/removeReservedFields.ts +5 -2
- package/src/utils/utils.ts +16 -0
- package/src/version.json +1 -1
|
@@ -54,7 +54,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
54
54
|
const images = generateImageUploadPreview({ state: FileState.UPLOAD_FAILED });
|
|
55
55
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
56
56
|
initialProps: {
|
|
57
|
-
editing:
|
|
57
|
+
editing: undefined,
|
|
58
58
|
},
|
|
59
59
|
wrapper: Wrapper,
|
|
60
60
|
});
|
|
@@ -76,7 +76,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
76
76
|
|
|
77
77
|
const { rerender, result } = renderHook(() => useMessageInputContext(), {
|
|
78
78
|
initialProps: {
|
|
79
|
-
editing:
|
|
79
|
+
editing: message,
|
|
80
80
|
sendImageAsync: true,
|
|
81
81
|
},
|
|
82
82
|
wrapper: Wrapper,
|
|
@@ -92,7 +92,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
92
92
|
result.current.sendMessage();
|
|
93
93
|
});
|
|
94
94
|
|
|
95
|
-
rerender({ editing:
|
|
95
|
+
rerender({ editing: undefined, sendImageAsync: true });
|
|
96
96
|
|
|
97
97
|
await expect(result.current.asyncIds).toHaveLength(1);
|
|
98
98
|
await expect(result.current.sending.current).toBeFalsy();
|
|
@@ -103,7 +103,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
103
103
|
|
|
104
104
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
105
105
|
initialProps: {
|
|
106
|
-
editing:
|
|
106
|
+
editing: message,
|
|
107
107
|
},
|
|
108
108
|
wrapper: Wrapper,
|
|
109
109
|
});
|
|
@@ -125,7 +125,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
125
125
|
const files = generateFileUploadPreview({ state: FileState.UPLOADING });
|
|
126
126
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
127
127
|
initialProps: {
|
|
128
|
-
editing:
|
|
128
|
+
editing: message,
|
|
129
129
|
},
|
|
130
130
|
wrapper: Wrapper,
|
|
131
131
|
});
|
|
@@ -153,7 +153,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
153
153
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
154
154
|
initialProps: {
|
|
155
155
|
clearQuotedMessageState: clearQuotedMessageStateMock,
|
|
156
|
-
editing:
|
|
156
|
+
editing: undefined,
|
|
157
157
|
quotedMessage: false,
|
|
158
158
|
sendMessage: sendMessageMock,
|
|
159
159
|
},
|
|
@@ -189,7 +189,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
189
189
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
190
190
|
initialProps: {
|
|
191
191
|
clearQuotedMessageState: clearQuotedMessageStateMock,
|
|
192
|
-
editing:
|
|
192
|
+
editing: undefined,
|
|
193
193
|
quotedMessage: generatedQuotedMessage,
|
|
194
194
|
setQuotedMessageState: setQuotedMessageStateMock,
|
|
195
195
|
},
|
|
@@ -259,7 +259,7 @@ describe("MessageInputContext's sendMessage", () => {
|
|
|
259
259
|
const { result } = renderHook(() => useMessageInputContext(), {
|
|
260
260
|
initialProps: {
|
|
261
261
|
clearQuotedMessageState: clearQuotedMessageStateMock,
|
|
262
|
-
editing:
|
|
262
|
+
editing: undefined,
|
|
263
263
|
quotedMessage: false,
|
|
264
264
|
sendMessage: sendMessageMock,
|
|
265
265
|
},
|
|
@@ -26,7 +26,12 @@ describe('useMessageDetailsForState', () => {
|
|
|
26
26
|
it('showMoreOptions is true when initialValue and text is same', () => {
|
|
27
27
|
const { result } = renderHook(
|
|
28
28
|
({ initialValue, message }) => useMessageDetailsForState(message, initialValue),
|
|
29
|
-
{
|
|
29
|
+
{
|
|
30
|
+
initialProps: {
|
|
31
|
+
initialValue: 'Dummy text',
|
|
32
|
+
message: generateMessage({ text: 'Dummy text' }) as MessageType,
|
|
33
|
+
},
|
|
34
|
+
},
|
|
30
35
|
);
|
|
31
36
|
|
|
32
37
|
expect(result.current.showMoreOptions).toBe(true);
|
|
@@ -5,12 +5,6 @@ import { generateRandomId } from '../../../utils/utils';
|
|
|
5
5
|
|
|
6
6
|
import type { MessageInputContextValue } from '../MessageInputContext';
|
|
7
7
|
|
|
8
|
-
export const isEditingBoolean = <
|
|
9
|
-
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
|
|
10
|
-
>(
|
|
11
|
-
editing: MessageInputContextValue<StreamChatGenerics>['editing'],
|
|
12
|
-
): editing is boolean => typeof editing === 'boolean';
|
|
13
|
-
|
|
14
8
|
export const useMessageDetailsForState = <
|
|
15
9
|
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
|
|
16
10
|
>(
|
|
@@ -32,17 +26,17 @@ export const useMessageDetailsForState = <
|
|
|
32
26
|
}, [text]);
|
|
33
27
|
|
|
34
28
|
const messageValue =
|
|
35
|
-
|
|
29
|
+
message === undefined ? '' : `${message.id}${message.text}${message.updated_at}`;
|
|
36
30
|
|
|
37
31
|
useEffect(() => {
|
|
38
|
-
if (
|
|
32
|
+
if (message && Array.isArray(message?.mentioned_users)) {
|
|
39
33
|
const mentionedUsers = message.mentioned_users.map((user) => user.id);
|
|
40
34
|
setMentionedUsers(mentionedUsers);
|
|
41
35
|
}
|
|
42
36
|
}, [messageValue]);
|
|
43
37
|
|
|
44
38
|
useEffect(() => {
|
|
45
|
-
if (message
|
|
39
|
+
if (message) {
|
|
46
40
|
setText(message?.text || '');
|
|
47
41
|
const newFileUploads: FileUpload[] = [];
|
|
48
42
|
const newImageUploads: ImageUpload[] = [];
|
|
@@ -24,6 +24,7 @@ import type {
|
|
|
24
24
|
MessageTouchableHandlerPayload,
|
|
25
25
|
} from '../../components/Message/Message';
|
|
26
26
|
import type { MessageAvatarProps } from '../../components/Message/MessageSimple/MessageAvatar';
|
|
27
|
+
import type { MessageBounceProps } from '../../components/Message/MessageSimple/MessageBounce';
|
|
27
28
|
import type { MessageContentProps } from '../../components/Message/MessageSimple/MessageContent';
|
|
28
29
|
import type { MessageDeletedProps } from '../../components/Message/MessageSimple/MessageDeleted';
|
|
29
30
|
import type { MessageErrorProps } from '../../components/Message/MessageSimple/MessageError';
|
|
@@ -158,6 +159,10 @@ export type MessagesContextValue<
|
|
|
158
159
|
* Defaults to: [MessageAvatar](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/MessageAvatar.tsx)
|
|
159
160
|
**/
|
|
160
161
|
MessageAvatar: React.ComponentType<MessageAvatarProps<StreamChatGenerics>>;
|
|
162
|
+
/**
|
|
163
|
+
* UI Component for MessageBounce
|
|
164
|
+
*/
|
|
165
|
+
MessageBounce: React.ComponentType<MessageBounceProps<StreamChatGenerics>>;
|
|
161
166
|
/**
|
|
162
167
|
* UI component for MessageContent
|
|
163
168
|
* Defaults to: [MessageContent](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/MessageContent.tsx)
|
|
@@ -227,14 +232,14 @@ export type MessagesContextValue<
|
|
|
227
232
|
/**
|
|
228
233
|
* Override the api request for retry message functionality.
|
|
229
234
|
*/
|
|
230
|
-
retrySendMessage: (message:
|
|
235
|
+
retrySendMessage: (message: MessageType<StreamChatGenerics>) => Promise<void>;
|
|
231
236
|
/**
|
|
232
237
|
* UI component for ScrollToBottomButton
|
|
233
238
|
* Defaults to: [ScrollToBottomButton](https://getstream.io/chat/docs/sdk/reactnative/ui-components/scroll-to-bottom-button/)
|
|
234
239
|
*/
|
|
235
240
|
ScrollToBottomButton: React.ComponentType<ScrollToBottomButtonProps>;
|
|
236
241
|
sendReaction: (type: string, messageId: string) => Promise<void>;
|
|
237
|
-
setEditingState: (message
|
|
242
|
+
setEditingState: (message?: MessageType<StreamChatGenerics>) => void;
|
|
238
243
|
setQuotedMessageState: (message: MessageType<StreamChatGenerics> | boolean) => void;
|
|
239
244
|
supportedReactions: ReactionData[];
|
|
240
245
|
/**
|
package/src/i18n/en.json
CHANGED
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
"Allow camera access in device settings": "Allow camera access in device settings",
|
|
6
6
|
"Also send to channel": "Also send to channel",
|
|
7
7
|
"Are you sure you want to permanently delete this message?": "Are you sure you want to permanently delete this message?",
|
|
8
|
+
"Are you sure?": "Are you sure?",
|
|
8
9
|
"Block User": "Block User",
|
|
9
10
|
"Cancel": "Cancel",
|
|
10
11
|
"Cannot Flag Message": "Cannot Flag Message",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Consider how your comment might make others feel and be sure to follow our Community Guidelines",
|
|
11
13
|
"Copy Message": "Copy Message",
|
|
12
14
|
"Delete": "Delete",
|
|
13
15
|
"Delete Message": "Delete Message",
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
"File type not supported": "File type not supported",
|
|
25
27
|
"Flag": "Flag",
|
|
26
28
|
"Flag Message": "Flag Message",
|
|
27
|
-
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged.",
|
|
28
30
|
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
29
31
|
"Instant Commands": "Instant Commands",
|
|
30
32
|
"Let's start chatting!": "Let's start chatting!",
|
|
@@ -54,6 +56,7 @@
|
|
|
54
56
|
"Resend": "Resend",
|
|
55
57
|
"Search GIFs": "Search GIFs",
|
|
56
58
|
"Select More Photos": "Select More Photos",
|
|
59
|
+
"Send Anyway": "Send Anyway",
|
|
57
60
|
"Send a message": "Send a message",
|
|
58
61
|
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
59
62
|
"Slow mode ON": "Slow mode ON",
|
package/src/i18n/es.json
CHANGED
|
@@ -73,5 +73,8 @@
|
|
|
73
73
|
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
|
|
74
74
|
"Allow camera access in device settings": "Permitir el acceso a la cámara en la configuración del dispositivo",
|
|
75
75
|
"Device camera is used to take photos or videos.": "La cámara del dispositivo se utiliza para tomar fotografías o vídeos.",
|
|
76
|
-
"Open Settings": "Configuración abierta"
|
|
76
|
+
"Open Settings": "Configuración abierta",
|
|
77
|
+
"Send Anyway": "Enviar de todos modos",
|
|
78
|
+
"Are you sure?": "¿Estás seguro?",
|
|
79
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera cómo tu comentario podría hacer sentir a los demás y asegúrate de seguir nuestras Normas de la Comunidad"
|
|
77
80
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Allow camera access in device settings": "
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Allow camera access in device settings": "",
|
|
6
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
8
|
+
"Are you sure?": "Es-tu sûr ?",
|
|
9
|
+
"Block User": "Bloquer un utilisateur",
|
|
10
|
+
"Cancel": "Annuler",
|
|
11
|
+
"Cannot Flag Message": "Impossible de signaler le message",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considérez comment votre commentaire pourrait faire sentir les autres et assurez-vous de suivre nos directives communautaires",
|
|
13
|
+
"Copy Message": "Copier le message",
|
|
14
|
+
"Delete": "Supprimer",
|
|
15
|
+
"Delete Message": "Supprimer un message",
|
|
16
|
+
"Device camera is used to take photos or videos.": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
|
|
18
|
+
"Edit Message": "Éditer un message",
|
|
17
19
|
"Editing Message": "",
|
|
18
20
|
"Emoji matching": "",
|
|
19
21
|
"Empty message...": "",
|
|
@@ -21,10 +23,10 @@
|
|
|
21
23
|
"Error loading channel list...": "",
|
|
22
24
|
"Error loading messages for this channel...": "",
|
|
23
25
|
"Error while loading, please reload/refresh": "",
|
|
24
|
-
"File type not supported": "
|
|
25
|
-
"Flag": "",
|
|
26
|
-
"Flag Message": "",
|
|
27
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
|
+
"Flag": "Signaler",
|
|
28
|
+
"Flag Message": "Signaler le message",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
|
|
28
30
|
"How about sending your first message to a friend?": "",
|
|
29
31
|
"Instant Commands": "",
|
|
30
32
|
"Let's start chatting!": "",
|
|
@@ -32,44 +34,45 @@
|
|
|
32
34
|
"Loading channels...": "",
|
|
33
35
|
"Loading messages...": "",
|
|
34
36
|
"Loading...": "",
|
|
35
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Taille maximale de téléchargement de fichier atteinte. Veuillez télécharger un fichier inférieur à {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} Mo.",
|
|
36
38
|
"Message Reactions": "",
|
|
37
39
|
"Message deleted": "",
|
|
38
|
-
"Message flagged": "",
|
|
39
|
-
"Mute User": "",
|
|
40
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "Message signalé",
|
|
41
|
+
"Mute User": "Utilisateur muet",
|
|
42
|
+
"Not supported": "",
|
|
41
43
|
"Nothing yet...": "",
|
|
42
|
-
"Ok": "",
|
|
43
|
-
"Only visible to you": "
|
|
44
|
-
"Open Settings": "
|
|
44
|
+
"Ok": "Ok",
|
|
45
|
+
"Only visible to you": "",
|
|
46
|
+
"Open Settings": "",
|
|
45
47
|
"Photo": "",
|
|
46
|
-
"Photos and Videos": "
|
|
47
|
-
"Pin to Conversation": "",
|
|
48
|
-
"Pinned by": "
|
|
49
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
48
|
+
"Photos and Videos": "",
|
|
49
|
+
"Pin to Conversation": "Épingler à la conversation",
|
|
50
|
+
"Pinned by": "",
|
|
51
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
50
52
|
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
51
53
|
"Reconnecting...": "",
|
|
52
|
-
"Reply": "",
|
|
53
|
-
"Reply to Message": "
|
|
54
|
-
"Resend": "",
|
|
55
|
-
"Search GIFs": "
|
|
56
|
-
"Select More Photos": "
|
|
57
|
-
"Send
|
|
54
|
+
"Reply": "Répondre",
|
|
55
|
+
"Reply to Message": "",
|
|
56
|
+
"Resend": "Renvoyer",
|
|
57
|
+
"Search GIFs": "",
|
|
58
|
+
"Select More Photos": "",
|
|
59
|
+
"Send Anyway": "Envoyer quand même",
|
|
60
|
+
"Send a message": "",
|
|
58
61
|
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
59
|
-
"Slow mode ON": "
|
|
60
|
-
"The message has been reported to a moderator.": "",
|
|
61
|
-
"Thread Reply": "",
|
|
62
|
-
"Unblock User": "",
|
|
63
|
-
"Unknown User": "
|
|
64
|
-
"Unmute User": "",
|
|
65
|
-
"Unpin from Conversation": "",
|
|
66
|
-
"Unread Messages": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
|
|
64
|
+
"Thread Reply": "Réponse à la discussion",
|
|
65
|
+
"Unblock User": "Débloquer Utilisateur",
|
|
66
|
+
"Unknown User": "",
|
|
67
|
+
"Unmute User": "Activer le son de Utilisateur",
|
|
68
|
+
"Unpin from Conversation": "Décrocher de la conversation",
|
|
69
|
+
"Unread Messages": "Messages non lus",
|
|
67
70
|
"Video": "",
|
|
68
71
|
"You": "",
|
|
69
|
-
"You can't send messages in this channel": "",
|
|
72
|
+
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
70
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
71
|
-
"{{ index }} of {{ photoLength }}": "
|
|
72
|
-
"{{ replyCount }} Replies": "
|
|
74
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
75
|
+
"{{ replyCount }} Replies": "",
|
|
73
76
|
"{{ replyCount }} Thread Replies": "",
|
|
74
77
|
"{{ user }} is typing": "",
|
|
75
78
|
"🏙 Attachment...": ""
|
package/src/i18n/he.json
CHANGED
|
@@ -73,5 +73,8 @@
|
|
|
73
73
|
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
|
|
74
74
|
"Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
|
|
75
75
|
"Device camera is used to take photos or videos.": "מצלמת המכשיר משמשת לצילום תמונות או סרטונים.",
|
|
76
|
-
"Open Settings": "פתח את ההגדרות"
|
|
76
|
+
"Open Settings": "פתח את ההגדרות",
|
|
77
|
+
"Send Anyway": "שלח בכל זאת",
|
|
78
|
+
"Are you sure?": "האם אתה בטוח?",
|
|
79
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "שקול איך התגובה שלך עשויה להשפיע על אחרים ווודא שאתה עוקב אחר ההנחיות של הקהילה שלנו"
|
|
77
80
|
}
|
package/src/i18n/hi.json
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Allow camera access in device settings": "
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Allow camera access in device settings": "",
|
|
6
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
8
|
+
"Are you sure?": "क्या आप सुनिश्चित हैं?",
|
|
9
|
+
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
10
|
+
"Cancel": "रद्द करें",
|
|
11
|
+
"Cannot Flag Message": "मैसेज फ्लैग नहीं किया जा सकता है",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "ध्यान दें कि आपका संदेश दूसरों को कैसा लगा सकता है और सुनिश्चित हों कि आप हमारी सामुदायिक अनुशासन का पालन कर रहे हैं",
|
|
13
|
+
"Copy Message": "संदेश की प्रतिलिपि बनाएँ",
|
|
14
|
+
"Delete": "हटाएं",
|
|
15
|
+
"Delete Message": "मैसेज को डिलीट करे",
|
|
16
|
+
"Device camera is used to take photos or videos.": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
|
|
18
|
+
"Edit Message": "मैसेज में बदलाव करे",
|
|
17
19
|
"Editing Message": "",
|
|
18
20
|
"Emoji matching": "",
|
|
19
21
|
"Empty message...": "",
|
|
@@ -21,10 +23,10 @@
|
|
|
21
23
|
"Error loading channel list...": "",
|
|
22
24
|
"Error loading messages for this channel...": "",
|
|
23
25
|
"Error while loading, please reload/refresh": "",
|
|
24
|
-
"File type not supported": "
|
|
25
|
-
"Flag": "",
|
|
26
|
-
"Flag Message": "",
|
|
27
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
|
+
"Flag": "झंडा",
|
|
28
|
+
"Flag Message": "झंडा संदेश",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
28
30
|
"How about sending your first message to a friend?": "",
|
|
29
31
|
"Instant Commands": "",
|
|
30
32
|
"Let's start chatting!": "",
|
|
@@ -32,44 +34,45 @@
|
|
|
32
34
|
"Loading channels...": "",
|
|
33
35
|
"Loading messages...": "",
|
|
34
36
|
"Loading...": "",
|
|
35
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "अधिकतम फ़ाइल आकार अपलोड सीमा पूरी हो गई। कृपया {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} एमबी से नीचे की फ़ाइल अपलोड करें।",
|
|
36
38
|
"Message Reactions": "",
|
|
37
39
|
"Message deleted": "",
|
|
38
|
-
"Message flagged": "",
|
|
39
|
-
"Mute User": "",
|
|
40
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "संदेश को ध्वजांकित किया गया",
|
|
41
|
+
"Mute User": "उपयोगकर्ता को म्यूट करें",
|
|
42
|
+
"Not supported": "",
|
|
41
43
|
"Nothing yet...": "",
|
|
42
|
-
"Ok": "",
|
|
43
|
-
"Only visible to you": "
|
|
44
|
-
"Open Settings": "
|
|
44
|
+
"Ok": "ठीक",
|
|
45
|
+
"Only visible to you": "",
|
|
46
|
+
"Open Settings": "",
|
|
45
47
|
"Photo": "",
|
|
46
|
-
"Photos and Videos": "
|
|
47
|
-
"Pin to Conversation": "",
|
|
48
|
-
"Pinned by": "
|
|
49
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
48
|
+
"Photos and Videos": "",
|
|
49
|
+
"Pin to Conversation": "बातचीत में पिन करें",
|
|
50
|
+
"Pinned by": "",
|
|
51
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
50
52
|
"Please select a channel first": "कृपया पहले एक चैनल चुनें",
|
|
51
53
|
"Reconnecting...": "",
|
|
52
|
-
"Reply": "",
|
|
53
|
-
"Reply to Message": "
|
|
54
|
-
"Resend": "",
|
|
55
|
-
"Search GIFs": "
|
|
56
|
-
"Select More Photos": "
|
|
57
|
-
"Send
|
|
54
|
+
"Reply": "मैसेज को रिप्लाई करे",
|
|
55
|
+
"Reply to Message": "",
|
|
56
|
+
"Resend": "पुन: भेजें",
|
|
57
|
+
"Search GIFs": "",
|
|
58
|
+
"Select More Photos": "",
|
|
59
|
+
"Send Anyway": "फिर भी भेजें",
|
|
60
|
+
"Send a message": "",
|
|
58
61
|
"Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
|
|
59
|
-
"Slow mode ON": "
|
|
60
|
-
"The message has been reported to a moderator.": "",
|
|
61
|
-
"Thread Reply": "",
|
|
62
|
-
"Unblock User": "",
|
|
63
|
-
"Unknown User": "
|
|
64
|
-
"Unmute User": "",
|
|
65
|
-
"Unpin from Conversation": "",
|
|
66
|
-
"Unread Messages": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
|
64
|
+
"Thread Reply": "धागा जवाब",
|
|
65
|
+
"Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
|
|
66
|
+
"Unknown User": "",
|
|
67
|
+
"Unmute User": "उपयोगकर्ता को अनम्यूट करें",
|
|
68
|
+
"Unpin from Conversation": "बातचीत से अनपिन करें",
|
|
69
|
+
"Unread Messages": "अपठित संदेश",
|
|
67
70
|
"Video": "",
|
|
68
71
|
"You": "",
|
|
69
|
-
"You can't send messages in this channel": "",
|
|
72
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
70
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
71
|
-
"{{ index }} of {{ photoLength }}": "
|
|
72
|
-
"{{ replyCount }} Replies": "
|
|
74
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
75
|
+
"{{ replyCount }} Replies": "",
|
|
73
76
|
"{{ replyCount }} Thread Replies": "",
|
|
74
77
|
"{{ user }} is typing": "",
|
|
75
78
|
"🏙 Attachment...": ""
|
package/src/i18n/it.json
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"1 Reply": "
|
|
2
|
+
"1 Reply": "",
|
|
3
3
|
"1 Thread Reply": "",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Allow camera access in device settings": "
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Allow camera access in device settings": "",
|
|
6
|
+
"Also send to channel": "Invia anche al canale",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
|
|
8
|
+
"Are you sure?": "Sei sicuro?",
|
|
9
|
+
"Block User": "Blocca Utente",
|
|
10
|
+
"Cancel": "Annulla",
|
|
11
|
+
"Cannot Flag Message": "Impossibile Segnalare Messaggio",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Considera come il tuo commento potrebbe far sentire gli altri e assicurati di seguire le nostre Linee guida della community",
|
|
13
|
+
"Copy Message": "Copia Messaggio",
|
|
14
|
+
"Delete": "Elimina",
|
|
15
|
+
"Delete Message": "Cancella il Messaggio",
|
|
16
|
+
"Device camera is used to take photos or videos.": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
|
|
18
|
+
"Edit Message": "Modifica Messaggio",
|
|
17
19
|
"Editing Message": "",
|
|
18
20
|
"Emoji matching": "",
|
|
19
21
|
"Empty message...": "",
|
|
@@ -21,10 +23,10 @@
|
|
|
21
23
|
"Error loading channel list...": "",
|
|
22
24
|
"Error loading messages for this channel...": "",
|
|
23
25
|
"Error while loading, please reload/refresh": "",
|
|
24
|
-
"File type not supported": "
|
|
25
|
-
"Flag": "",
|
|
26
|
-
"Flag Message": "",
|
|
27
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
|
+
"File type not supported": "",
|
|
27
|
+
"Flag": "Contrassegna",
|
|
28
|
+
"Flag Message": "Contrassegna Messaggio",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
|
|
28
30
|
"How about sending your first message to a friend?": "",
|
|
29
31
|
"Instant Commands": "",
|
|
30
32
|
"Let's start chatting!": "",
|
|
@@ -32,44 +34,45 @@
|
|
|
32
34
|
"Loading channels...": "",
|
|
33
35
|
"Loading messages...": "",
|
|
34
36
|
"Loading...": "",
|
|
35
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
37
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "È stato raggiunto il limite massimo di caricamento delle dimensioni del file. Carica un file inferiore a {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
|
|
36
38
|
"Message Reactions": "",
|
|
37
39
|
"Message deleted": "",
|
|
38
|
-
"Message flagged": "",
|
|
39
|
-
"Mute User": "",
|
|
40
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "Messaggio contrassegnato",
|
|
41
|
+
"Mute User": "Utente Muto",
|
|
42
|
+
"Not supported": "",
|
|
41
43
|
"Nothing yet...": "",
|
|
42
|
-
"Ok": "",
|
|
43
|
-
"Only visible to you": "
|
|
44
|
-
"Open Settings": "
|
|
44
|
+
"Ok": "Ok",
|
|
45
|
+
"Only visible to you": "",
|
|
46
|
+
"Open Settings": "",
|
|
45
47
|
"Photo": "",
|
|
46
|
-
"Photos and Videos": "
|
|
47
|
-
"Pin to Conversation": "",
|
|
48
|
-
"Pinned by": "
|
|
49
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
48
|
+
"Photos and Videos": "",
|
|
49
|
+
"Pin to Conversation": "Metti in evidenza",
|
|
50
|
+
"Pinned by": "",
|
|
51
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
50
52
|
"Please select a channel first": "Seleziona un canale",
|
|
51
53
|
"Reconnecting...": "",
|
|
52
|
-
"Reply": "",
|
|
53
|
-
"Reply to Message": "
|
|
54
|
-
"Resend": "",
|
|
55
|
-
"Search GIFs": "
|
|
56
|
-
"Select More Photos": "
|
|
57
|
-
"Send
|
|
54
|
+
"Reply": "Rispondi",
|
|
55
|
+
"Reply to Message": "",
|
|
56
|
+
"Resend": "Invia di nuovo",
|
|
57
|
+
"Search GIFs": "",
|
|
58
|
+
"Select More Photos": "",
|
|
59
|
+
"Send Anyway": "Invia comunque",
|
|
60
|
+
"Send a message": "",
|
|
58
61
|
"Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
|
|
59
|
-
"Slow mode ON": "
|
|
60
|
-
"The message has been reported to a moderator.": "",
|
|
61
|
-
"Thread Reply": "",
|
|
62
|
-
"Unblock User": "",
|
|
63
|
-
"Unknown User": "
|
|
64
|
-
"Unmute User": "",
|
|
65
|
-
"Unpin from Conversation": "",
|
|
66
|
-
"Unread Messages": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
|
|
64
|
+
"Thread Reply": "Rispondi alla Discussione",
|
|
65
|
+
"Unblock User": "Sblocca utente",
|
|
66
|
+
"Unknown User": "",
|
|
67
|
+
"Unmute User": "Riattiva utente",
|
|
68
|
+
"Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
|
|
69
|
+
"Unread Messages": "Messaggi non letti",
|
|
67
70
|
"Video": "",
|
|
68
71
|
"You": "",
|
|
69
|
-
"You can't send messages in this channel": "",
|
|
72
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
70
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
71
|
-
"{{ index }} of {{ photoLength }}": "
|
|
72
|
-
"{{ replyCount }} Replies": "
|
|
74
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
75
|
+
"{{ replyCount }} Replies": "",
|
|
73
76
|
"{{ replyCount }} Thread Replies": "",
|
|
74
77
|
"{{ user }} is typing": "",
|
|
75
78
|
"🏙 Attachment...": ""
|
package/src/i18n/ja.json
CHANGED
|
@@ -76,5 +76,8 @@
|
|
|
76
76
|
"How about sending your first message to a friend?": "初めてのメッセージを友達に送ってみてはいかがでしょうか?",
|
|
77
77
|
"Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
|
|
78
78
|
"Device camera is used to take photos or videos.": "デバイスのカメラは写真やビデオの撮影に使用されます。",
|
|
79
|
-
"Open Settings": "設定を開く"
|
|
79
|
+
"Open Settings": "設定を開く",
|
|
80
|
+
"Send Anyway": "とにかく送信",
|
|
81
|
+
"Are you sure?": "本当によろしいですか?",
|
|
82
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "あなたのコメントが他の人にどのように影響するか考え、必ずコミュニティガイドラインに従ってください"
|
|
80
83
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -75,5 +75,8 @@
|
|
|
75
75
|
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
|
|
76
76
|
"Allow camera access in device settings": "기기 설정에서 카메라 액세스를 허용하세요.",
|
|
77
77
|
"Device camera is used to take photos or videos.": "기기 카메라는 사진이나 동영상을 촬영하는 데 사용됩니다.",
|
|
78
|
-
"Open Settings": "설정 열기"
|
|
78
|
+
"Open Settings": "설정 열기",
|
|
79
|
+
"Send Anyway": "그래도 보내기",
|
|
80
|
+
"Are you sure?": "확실합니까?",
|
|
81
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "당신의 댓글이 다른 사람들에게 어떤 영향을 줄지 고려하고 반드시 우리의 커뮤니티 가이드라인을 따르십시오"
|
|
79
82
|
}
|