stream-chat-react-native-core 5.24.0-beta.2 โ†’ 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.
Files changed (130) hide show
  1. package/lib/commonjs/components/Channel/Channel.js +30 -22
  2. package/lib/commonjs/components/Channel/Channel.js.map +1 -1
  3. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
  4. package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  5. package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js +52 -18
  6. package/lib/commonjs/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
  7. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js +4 -1
  8. package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
  9. package/lib/commonjs/components/Message/Message.js +28 -6
  10. package/lib/commonjs/components/Message/Message.js.map +1 -1
  11. package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js +84 -0
  12. package/lib/commonjs/components/Message/MessageSimple/MessageBounce.js.map +1 -0
  13. package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  14. package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
  15. package/lib/commonjs/components/index.js +11 -0
  16. package/lib/commonjs/components/index.js.map +1 -1
  17. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +51 -39
  18. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  19. package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +4 -8
  20. package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
  21. package/lib/commonjs/contexts/messagesContext/MessagesContext.js +2 -2
  22. package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
  23. package/lib/commonjs/i18n/en.json +3 -0
  24. package/lib/commonjs/i18n/es.json +4 -1
  25. package/lib/commonjs/i18n/fr.json +28 -25
  26. package/lib/commonjs/i18n/he.json +4 -1
  27. package/lib/commonjs/i18n/hi.json +28 -25
  28. package/lib/commonjs/i18n/it.json +28 -25
  29. package/lib/commonjs/i18n/ja.json +4 -1
  30. package/lib/commonjs/i18n/ko.json +4 -1
  31. package/lib/commonjs/i18n/nl.json +28 -25
  32. package/lib/commonjs/i18n/ru.json +28 -25
  33. package/lib/commonjs/i18n/tr.json +28 -25
  34. package/lib/commonjs/utils/removeReservedFields.js +1 -1
  35. package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
  36. package/lib/commonjs/utils/utils.js +5 -3
  37. package/lib/commonjs/utils/utils.js.map +1 -1
  38. package/lib/commonjs/version.json +1 -1
  39. package/lib/module/components/Channel/Channel.js +30 -22
  40. package/lib/module/components/Channel/Channel.js.map +1 -1
  41. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
  42. package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
  43. package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js +52 -18
  44. package/lib/module/components/ChannelList/hooks/usePaginatedChannels.js.map +1 -1
  45. package/lib/module/components/ChannelPreview/ChannelPreview.js +4 -1
  46. package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
  47. package/lib/module/components/Message/Message.js +28 -6
  48. package/lib/module/components/Message/Message.js.map +1 -1
  49. package/lib/module/components/Message/MessageSimple/MessageBounce.js +84 -0
  50. package/lib/module/components/Message/MessageSimple/MessageBounce.js.map +1 -0
  51. package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
  52. package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
  53. package/lib/module/components/index.js +11 -0
  54. package/lib/module/components/index.js.map +1 -1
  55. package/lib/module/contexts/messageInputContext/MessageInputContext.js +51 -39
  56. package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
  57. package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +4 -8
  58. package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
  59. package/lib/module/contexts/messagesContext/MessagesContext.js +2 -2
  60. package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
  61. package/lib/module/i18n/en.json +3 -0
  62. package/lib/module/i18n/es.json +4 -1
  63. package/lib/module/i18n/fr.json +28 -25
  64. package/lib/module/i18n/he.json +4 -1
  65. package/lib/module/i18n/hi.json +28 -25
  66. package/lib/module/i18n/it.json +28 -25
  67. package/lib/module/i18n/ja.json +4 -1
  68. package/lib/module/i18n/ko.json +4 -1
  69. package/lib/module/i18n/nl.json +28 -25
  70. package/lib/module/i18n/ru.json +28 -25
  71. package/lib/module/i18n/tr.json +28 -25
  72. package/lib/module/utils/removeReservedFields.js +1 -1
  73. package/lib/module/utils/removeReservedFields.js.map +1 -1
  74. package/lib/module/utils/utils.js +5 -3
  75. package/lib/module/utils/utils.js.map +1 -1
  76. package/lib/module/version.json +1 -1
  77. package/lib/typescript/components/Channel/Channel.d.ts +1 -1
  78. package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
  79. package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts +1 -1
  80. package/lib/typescript/components/Message/Message.d.ts +1 -1
  81. package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts +12 -0
  82. package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -0
  83. package/lib/typescript/components/index.d.ts +1 -0
  84. package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +6 -2
  85. package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +1 -2
  86. package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +7 -2
  87. package/lib/typescript/i18n/en.json +3 -0
  88. package/lib/typescript/i18n/es.json +4 -1
  89. package/lib/typescript/i18n/fr.json +28 -25
  90. package/lib/typescript/i18n/he.json +4 -1
  91. package/lib/typescript/i18n/hi.json +28 -25
  92. package/lib/typescript/i18n/it.json +28 -25
  93. package/lib/typescript/i18n/ja.json +4 -1
  94. package/lib/typescript/i18n/ko.json +4 -1
  95. package/lib/typescript/i18n/nl.json +28 -25
  96. package/lib/typescript/i18n/ru.json +28 -25
  97. package/lib/typescript/i18n/tr.json +28 -25
  98. package/lib/typescript/utils/Streami18n.d.ts +3 -0
  99. package/lib/typescript/utils/removeReservedFields.d.ts +2 -1
  100. package/lib/typescript/utils/utils.d.ts +11 -1
  101. package/package.json +2 -2
  102. package/src/components/Channel/Channel.tsx +26 -7
  103. package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
  104. package/src/components/ChannelList/hooks/usePaginatedChannels.ts +6 -3
  105. package/src/components/ChannelPreview/ChannelPreview.tsx +5 -5
  106. package/src/components/Message/Message.tsx +26 -2
  107. package/src/components/Message/MessageSimple/MessageBounce.tsx +119 -0
  108. package/src/components/Message/hooks/useMessageActionHandlers.ts +1 -2
  109. package/src/components/Message/hooks/useMessageActions.tsx +1 -1
  110. package/src/components/index.ts +1 -0
  111. package/src/contexts/messageInputContext/MessageInputContext.tsx +27 -8
  112. package/src/contexts/messageInputContext/__tests__/sendMessage.test.tsx +8 -8
  113. package/src/contexts/messageInputContext/__tests__/updateMessage.test.tsx +1 -1
  114. package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx +6 -1
  115. package/src/contexts/messageInputContext/hooks/useMessageDetailsForState.ts +3 -9
  116. package/src/contexts/messagesContext/MessagesContext.tsx +7 -2
  117. package/src/i18n/en.json +3 -0
  118. package/src/i18n/es.json +4 -1
  119. package/src/i18n/fr.json +28 -25
  120. package/src/i18n/he.json +4 -1
  121. package/src/i18n/hi.json +28 -25
  122. package/src/i18n/it.json +28 -25
  123. package/src/i18n/ja.json +4 -1
  124. package/src/i18n/ko.json +4 -1
  125. package/src/i18n/nl.json +28 -25
  126. package/src/i18n/ru.json +28 -25
  127. package/src/i18n/tr.json +28 -25
  128. package/src/utils/removeReservedFields.ts +5 -2
  129. package/src/utils/utils.ts +16 -2
  130. package/src/version.json +1 -1
@@ -53,7 +53,7 @@ export declare type MessageActionHandlers = {
53
53
  toggleMuteUser: () => Promise<void>;
54
54
  toggleReaction: (reactionType: string) => Promise<void>;
55
55
  };
56
- export declare type MessagePropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<ChannelContextValue<StreamChatGenerics>, 'channel' | 'disabled' | 'enforceUniqueReaction' | 'members'> & Pick<KeyboardContextValue, 'dismissKeyboard'> & Partial<Omit<MessageContextValue<StreamChatGenerics>, 'groupStyles' | 'message'>> & Pick<MessageContextValue<StreamChatGenerics>, 'groupStyles' | 'message'> & Pick<MessagesContextValue<StreamChatGenerics>, 'sendReaction' | 'deleteMessage' | 'dismissKeyboardOnMessageTouch' | 'forceAlignMessages' | 'handleBlock' | 'handleCopy' | 'handleDelete' | 'handleEdit' | 'handleFlag' | 'handleMute' | 'handlePinMessage' | 'handleQuotedReply' | 'handleReaction' | 'handleRetry' | 'handleThreadReply' | 'isAttachmentEqual' | 'messageActions' | 'messageContentOrder' | 'MessageSimple' | 'onLongPressMessage' | 'onPressInMessage' | 'onPressMessage' | 'OverlayReactionList' | 'removeMessage' | 'deleteReaction' | 'retrySendMessage' | 'selectReaction' | 'setEditingState' | 'setQuotedMessageState' | 'supportedReactions' | 'updateMessage'> & Pick<MessageOverlayContextValue<StreamChatGenerics>, 'setData'> & Pick<OverlayContextValue, 'setOverlay'> & Pick<ThreadContextValue<StreamChatGenerics>, 'openThread'> & Pick<TranslationContextValue, 't'> & {
56
+ export declare type MessagePropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<ChannelContextValue<StreamChatGenerics>, 'channel' | 'disabled' | 'enforceUniqueReaction' | 'members'> & Pick<KeyboardContextValue, 'dismissKeyboard'> & Partial<Omit<MessageContextValue<StreamChatGenerics>, 'groupStyles' | 'message'>> & Pick<MessageContextValue<StreamChatGenerics>, 'groupStyles' | 'message'> & Pick<MessagesContextValue<StreamChatGenerics>, 'sendReaction' | 'deleteMessage' | 'dismissKeyboardOnMessageTouch' | 'forceAlignMessages' | 'handleBlock' | 'handleCopy' | 'handleDelete' | 'handleEdit' | 'handleFlag' | 'handleMute' | 'handlePinMessage' | 'handleQuotedReply' | 'handleReaction' | 'handleRetry' | 'handleThreadReply' | 'isAttachmentEqual' | 'messageActions' | 'messageContentOrder' | 'MessageBounce' | 'MessageSimple' | 'onLongPressMessage' | 'onPressInMessage' | 'onPressMessage' | 'OverlayReactionList' | 'removeMessage' | 'deleteReaction' | 'retrySendMessage' | 'selectReaction' | 'setEditingState' | 'setQuotedMessageState' | 'supportedReactions' | 'updateMessage'> & Pick<MessageOverlayContextValue<StreamChatGenerics>, 'setData'> & Pick<OverlayContextValue, 'setOverlay'> & Pick<ThreadContextValue<StreamChatGenerics>, 'openThread'> & Pick<TranslationContextValue, 't'> & {
57
57
  chatContext: ChatContextValue<StreamChatGenerics>;
58
58
  messagesContext: MessagesContextValue<StreamChatGenerics>;
59
59
  /**
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { MessageContextValue } from '../../../contexts/messageContext/MessageContext';
3
+ import { MessagesContextValue } from '../../../contexts/messagesContext/MessagesContext';
4
+ import type { DefaultStreamChatGenerics } from '../../../types/types';
5
+ export declare type MessageBouncePropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<MessagesContextValue<StreamChatGenerics>, 'setEditingState' | 'removeMessage' | 'retrySendMessage'> & Pick<MessageContextValue<StreamChatGenerics>, 'message'> & {
6
+ setIsBounceDialogOpen: React.Dispatch<React.SetStateAction<boolean>>;
7
+ };
8
+ export declare const MessageBounceWithContext: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageBouncePropsWithContext<StreamChatGenerics>) => JSX.Element;
9
+ export declare type MessageBounceProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Partial<MessageBouncePropsWithContext<StreamChatGenerics>> & {
10
+ setIsBounceDialogOpen: React.Dispatch<React.SetStateAction<boolean>>;
11
+ };
12
+ export declare const MessageBounce: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: MessageBounceProps<StreamChatGenerics>) => JSX.Element;
@@ -6,6 +6,7 @@ export declare const getReadStates: <StreamChatGenerics extends DefaultStreamCha
6
6
  last_read: Date;
7
7
  unread_messages: number;
8
8
  user: import("stream-chat").UserResponse<StreamChatGenerics>;
9
+ first_unread_message_id?: string | undefined;
9
10
  last_read_message_id?: string | undefined;
10
11
  };
11
12
  } | undefined) => {
@@ -85,6 +85,7 @@ export * from './Message/hooks/useMessageActions';
85
85
  export * from './Message/hooks/useMessageActionHandlers';
86
86
  export * from './Message/Message';
87
87
  export * from './Message/MessageSimple/MessageAvatar';
88
+ export * from './Message/MessageSimple/MessageBounce';
88
89
  export * from './Message/MessageSimple/MessageContent';
89
90
  export * from './Message/MessageSimple/MessageDeleted';
90
91
  export * from './Message/MessageSimple/MessageError';
@@ -172,7 +172,6 @@ export declare type InputMessageInputContextValue<StreamChatGenerics extends Def
172
172
  * **default** [CooldownTimer](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/MessageInput/CooldownTimer.tsx)
173
173
  */
174
174
  CooldownTimer: React.ComponentType<CooldownTimerProps>;
175
- editing: boolean | MessageType<StreamChatGenerics>;
176
175
  editMessage: StreamChat<StreamChatGenerics>['updateMessage'];
177
176
  /**
178
177
  * Custom UI component for FileUploadPreview.
@@ -266,6 +265,11 @@ export declare type InputMessageInputContextValue<StreamChatGenerics extends Def
266
265
  name?: string;
267
266
  uri?: string;
268
267
  }, channel: ChannelContextValue<StreamChatGenerics>['channel']) => Promise<SendFileAPIResponse>;
268
+ /**
269
+ * Variable that tracks the editing state.
270
+ * It is defined with message type if the editing state is true, else its undefined.
271
+ */
272
+ editing?: MessageType<StreamChatGenerics>;
269
273
  /** Initial value to set on input */
270
274
  initialValue?: string;
271
275
  /**
@@ -320,4 +324,4 @@ export declare const useMessageInputContext: <StreamChatGenerics extends Default
320
324
  * typing is desired while using the HOC withMessageInputContext the Props for the
321
325
  * wrapped component must be provided as the first generic.
322
326
  */
323
- export declare const withMessageInputContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "numberOfLines" | "maxNumberOfFiles" | "compressImageQuality" | "setQuotedMessageState" | "AttachButton" | "clearEditingState" | "clearQuotedMessageState" | "CommandsButton" | "CooldownTimer" | "editing" | "editMessage" | "FileUploadPreview" | "hasCommands" | "hasFilePicker" | "hasImagePicker" | "ImageUploadPreview" | "InputEditingStateHeader" | "InputGiphySearch" | "InputReplyStateHeader" | "MoreOptionsButton" | "quotedMessage" | "SendButton" | "sendImageAsync" | "ShowThreadMessageInChannelButton" | "UploadProgressIndicator" | "additionalTextInputProps" | "autoCompleteSuggestionsLimit" | "autoCompleteTriggerSettings" | "doDocUploadRequest" | "doImageUploadRequest" | "initialValue" | "Input" | "InputButtons" | "maxMessageLength" | "mentionAllAppUsersEnabled" | "mentionAllAppUsersQuery" | "onChangeText" | "SendMessageDisallowedIndicator" | "setInputRef" | keyof LocalMessageInputContext<StreamChatGenerics>>>;
327
+ export declare const withMessageInputContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "numberOfLines" | "maxNumberOfFiles" | "compressImageQuality" | "setQuotedMessageState" | "AttachButton" | "clearEditingState" | "clearQuotedMessageState" | "CommandsButton" | "CooldownTimer" | "editMessage" | "FileUploadPreview" | "hasCommands" | "hasFilePicker" | "hasImagePicker" | "ImageUploadPreview" | "InputEditingStateHeader" | "InputGiphySearch" | "InputReplyStateHeader" | "MoreOptionsButton" | "quotedMessage" | "SendButton" | "sendImageAsync" | "ShowThreadMessageInChannelButton" | "UploadProgressIndicator" | "additionalTextInputProps" | "autoCompleteSuggestionsLimit" | "autoCompleteTriggerSettings" | "doDocUploadRequest" | "doImageUploadRequest" | "editing" | "initialValue" | "Input" | "InputButtons" | "maxMessageLength" | "mentionAllAppUsersEnabled" | "mentionAllAppUsersQuery" | "onChangeText" | "SendMessageDisallowedIndicator" | "setInputRef" | keyof LocalMessageInputContext<StreamChatGenerics>>>;
@@ -1,8 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { DefaultStreamChatGenerics, FileUpload, ImageUpload } from '../../../types/types';
3
3
  import type { MessageInputContextValue } from '../MessageInputContext';
4
- export declare const isEditingBoolean: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(editing: boolean | import("../../..").MessageType<StreamChatGenerics>) => editing is boolean;
5
- export declare const useMessageDetailsForState: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(message: boolean | import("../../..").MessageType<StreamChatGenerics>, initialValue?: string | undefined) => {
4
+ export declare const useMessageDetailsForState: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(message: import("../../..").MessageType<StreamChatGenerics> | undefined, initialValue?: string | undefined) => {
6
5
  fileUploads: FileUpload[];
7
6
  imageUploads: ImageUpload[];
8
7
  mentionedUsers: string[];
@@ -16,6 +16,7 @@ import type { GiphyProps } from '../../components/Attachment/Giphy';
16
16
  import type { VideoThumbnailProps } from '../../components/Attachment/VideoThumbnail';
17
17
  import type { MessageProps, MessageTouchableHandlerPayload } from '../../components/Message/Message';
18
18
  import type { MessageAvatarProps } from '../../components/Message/MessageSimple/MessageAvatar';
19
+ import type { MessageBounceProps } from '../../components/Message/MessageSimple/MessageBounce';
19
20
  import type { MessageContentProps } from '../../components/Message/MessageSimple/MessageContent';
20
21
  import type { MessageDeletedProps } from '../../components/Message/MessageSimple/MessageDeleted';
21
22
  import type { MessageErrorProps } from '../../components/Message/MessageSimple/MessageError';
@@ -134,6 +135,10 @@ export declare type MessagesContextValue<StreamChatGenerics extends DefaultStrea
134
135
  * Defaults to: [MessageAvatar](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/MessageAvatar.tsx)
135
136
  **/
136
137
  MessageAvatar: React.ComponentType<MessageAvatarProps<StreamChatGenerics>>;
138
+ /**
139
+ * UI Component for MessageBounce
140
+ */
141
+ MessageBounce: React.ComponentType<MessageBounceProps<StreamChatGenerics>>;
137
142
  /**
138
143
  * UI component for MessageContent
139
144
  * Defaults to: [MessageContent](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/MessageContent.tsx)
@@ -205,14 +210,14 @@ export declare type MessagesContextValue<StreamChatGenerics extends DefaultStrea
205
210
  /**
206
211
  * Override the api request for retry message functionality.
207
212
  */
208
- retrySendMessage: (message: MessageResponse<StreamChatGenerics>) => Promise<void>;
213
+ retrySendMessage: (message: MessageType<StreamChatGenerics>) => Promise<void>;
209
214
  /**
210
215
  * UI component for ScrollToBottomButton
211
216
  * Defaults to: [ScrollToBottomButton](https://getstream.io/chat/docs/sdk/reactnative/ui-components/scroll-to-bottom-button/)
212
217
  */
213
218
  ScrollToBottomButton: React.ComponentType<ScrollToBottomButtonProps>;
214
219
  sendReaction: (type: string, messageId: string) => Promise<void>;
215
- setEditingState: (message: MessageType<StreamChatGenerics> | boolean) => void;
220
+ setEditingState: (message?: MessageType<StreamChatGenerics>) => void;
216
221
  setQuotedMessageState: (message: MessageType<StreamChatGenerics> | boolean) => void;
217
222
  supportedReactions: ReactionData[];
218
223
  /**
@@ -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",
@@ -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",
@@ -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
  }
@@ -1,21 +1,23 @@
1
1
  {
2
- "1 Reply": "1 Rรฉponse",
3
- "1 Thread Reply": "Rรฉponse ร  1 fil",
4
- "Allow access to your Gallery": "Autoriser l'accรจs ร  votre galerie",
5
- "Allow camera access in device settings": "Autoriser l'accรจs ร  la camรฉra dans les paramรจtres de l'appareil",
6
- "Also send to channel": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Envoyer รฉgalement ร  la chaรฎne",
7
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 ?",
8
9
  "Block User": "Bloquer un utilisateur",
9
10
  "Cancel": "Annuler",
10
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",
11
13
  "Copy Message": "Copier le message",
12
14
  "Delete": "Supprimer",
13
15
  "Delete Message": "Supprimer un message",
14
- "Device camera is used to take photos or videos.": "L'appareil photo de l'appareil est utilisรฉ pour prendre des photos ou des vidรฉos.",
16
+ "Device camera is used to take photos or videos.": "",
15
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?",
16
18
  "Edit Message": "ร‰diter un message",
17
- "Editing Message": "ร‰dite un message",
18
- "Emoji matching": "Correspondance Emoji",
19
+ "Editing Message": "",
20
+ "Emoji matching": "",
19
21
  "Empty message...": "",
20
22
  "Error loading": "",
21
23
  "Error loading channel list...": "",
@@ -26,14 +28,14 @@
26
28
  "Flag Message": "Signaler le message",
27
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
- "Instant Commands": "Commandes Instantanรฉes",
31
+ "Instant Commands": "",
30
32
  "Let's start chatting!": "",
31
33
  "Links are disabled": "Links are disabled",
32
- "Loading channels...": "Chargement des canaux...",
33
- "Loading messages...": "Chargement des messages...",
34
- "Loading...": "Chargement...",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
35
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
- "Message Reactions": "Rรฉactions aux messages",
38
+ "Message Reactions": "",
37
39
  "Message deleted": "",
38
40
  "Message flagged": "Message signalรฉ",
39
41
  "Mute User": "Utilisateur muet",
@@ -41,36 +43,37 @@
41
43
  "Nothing yet...": "",
42
44
  "Ok": "Ok",
43
45
  "Only visible to you": "",
44
- "Open Settings": "Ouvrir les paramรจtres",
45
- "Photo": "Photo",
46
- "Photos and Videos": "Photos et vidรฉos",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
47
49
  "Pin to Conversation": "ร‰pingler ร  la conversation",
48
50
  "Pinned by": "",
49
- "Please enable access to your photos and videos so you can share them.": "Veuillez autoriser l'accรจs ร  vos photos et vidรฉos afin de pouvoir les partager.",
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
54
  "Reply": "Rรฉpondre",
53
55
  "Reply to Message": "",
54
56
  "Resend": "Renvoyer",
55
57
  "Search GIFs": "",
56
- "Select More Photos": "Sรฉlectionner plus de photos",
58
+ "Select More Photos": "",
59
+ "Send Anyway": "Envoyer quand mรชme",
57
60
  "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": "",
60
63
  "The message has been reported to a moderator.": "Le message a รฉtรฉ signalรฉ ร  un modรฉrateur.",
61
64
  "Thread Reply": "Rรฉponse ร  la discussion",
62
65
  "Unblock User": "Dรฉbloquer Utilisateur",
63
- "Unknown User": "Utilisateur inconnu",
66
+ "Unknown User": "",
64
67
  "Unmute User": "Activer le son de Utilisateur",
65
68
  "Unpin from Conversation": "Dรฉcrocher de la conversation",
66
- "Unread Messages": "",
67
- "Video": "Vidรฉo",
69
+ "Unread Messages": "Messages non lus",
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 }}": "{{ index }} sur {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Rรฉponses",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Rรฉponses ร  la discussion",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
74
77
  "{{ user }} is typing": "",
75
78
  "๐Ÿ™ Attachment...": ""
76
79
  }
@@ -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
  }
@@ -1,21 +1,23 @@
1
1
  {
2
- "1 Reply": "1 เคฐเคฟเคชเฅเคฒเคพเคˆ",
3
- "1 Thread Reply": "1 เคงเคพเค—เคพ เค‰เคคเฅเคคเคฐ",
4
- "Allow access to your Gallery": "เค…เคชเคจเฅ€ เค—เฅˆเคฒเคฐเฅ€ เคคเค• เคชเคนเฅเคเคšเคจเฅ‡ เค•เฅ€ เค…เคจเฅเคฎเคคเคฟ เคฆเฅ‡เค‚",
5
- "Allow camera access in device settings": "เคกเคฟเคตเคพเค‡เคธ เคธเฅ‡เคŸเคฟเค‚เค—เฅเคธ เคฎเฅ‡เค‚ เค•เฅˆเคฎเคฐเคพ เคเค•เฅเคธเฅ‡เคธ เค•เฅ€ เค…เคจเฅเคฎเคคเคฟ เคฆเฅ‡เค‚",
6
- "Also send to channel": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "เคšเฅˆเคจเคฒ เค•เฅ‹ เคญเฅ€ เคญเฅ‡เคœเฅ‡เค‚",
7
7
  "Are you sure you want to permanently delete this message?": "เค•เฅเคฏเคพ เค†เคช เคตเคพเค•เคˆ เค‡เคธ เคธเค‚เคฆเฅ‡เคถ เค•เฅ‹ เคธเฅเคฅเคพเคฏเฅ€ เคฐเฅ‚เคช เคธเฅ‡ เคนเคŸเคพเคจเคพ เคšเคพเคนเคคเฅ‡ เคนเฅˆเค‚?",
8
+ "Are you sure?": "เค•เฅเคฏเคพ เค†เคช เคธเฅเคจเคฟเคถเฅเคšเคฟเคค เคนเฅˆเค‚?",
8
9
  "Block User": "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค•เฅ‹ เคฐเฅ‹เค• เคฆเฅ‡เคจเคพ, เคฌเฅเคฒเฅ‰เค• เคฏเฅ‚เคœเคฐ",
9
10
  "Cancel": "เคฐเคฆเฅเคฆ เค•เคฐเฅ‡เค‚",
10
11
  "Cannot Flag Message": "เคฎเฅˆเคธเฅ‡เคœ เคซเฅเคฒเฅˆเค— เคจเคนเฅ€เค‚ เค•เคฟเคฏเคพ เคœเคพ เคธเค•เคคเคพ เคนเฅˆ",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "เคงเฅเคฏเคพเคจ เคฆเฅ‡เค‚ เค•เคฟ เค†เคชเค•เคพ เคธเค‚เคฆเฅ‡เคถ เคฆเฅ‚เคธเคฐเฅ‹เค‚ เค•เฅ‹ เค•เฅˆเคธเคพ เคฒเค—เคพ เคธเค•เคคเคพ เคนเฅˆ เค”เคฐ เคธเฅเคจเคฟเคถเฅเคšเคฟเคค เคนเฅ‹เค‚ เค•เคฟ เค†เคช เคนเคฎเคพเคฐเฅ€ เคธเคพเคฎเฅเคฆเคพเคฏเคฟเค• เค…เคจเฅเคถเคพเคธเคจ เค•เคพ เคชเคพเคฒเคจ เค•เคฐ เคฐเคนเฅ‡ เคนเฅˆเค‚",
11
13
  "Copy Message": "เคธเค‚เคฆเฅ‡เคถ เค•เฅ€ เคชเฅเคฐเคคเคฟเคฒเคฟเคชเคฟ เคฌเคจเคพเคเค",
12
14
  "Delete": "เคนเคŸเคพเคเค‚",
13
15
  "Delete Message": "เคฎเฅˆเคธเฅ‡เคœ เค•เฅ‹ เคกเคฟเคฒเฅ€เคŸ เค•เคฐเฅ‡",
14
- "Device camera is used to take photos or videos.": "เคกเคฟเคตเคพเค‡เคธ เค•เฅˆเคฎเคฐเฅ‡ เค•เคพ เค‰เคชเคฏเฅ‹เค— เคซเคผเฅ‹เคŸเฅ‹ เคฏเคพ เคตเฅ€เคกเคฟเคฏเฅ‹ เคฒเฅ‡เคจเฅ‡ เค•เฅ‡ เคฒเคฟเค เค•เคฟเคฏเคพ เคœเคพเคคเคพ เคนเฅˆเฅค",
16
+ "Device camera is used to take photos or videos.": "",
15
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "เค•เฅเคฏเคพ เค†เคช เค‡เคธ เคธเค‚เคฆเฅ‡เคถ เค•เฅ€ เคเค• เคชเฅเคฐเคคเคฟ เค†เค—เฅ‡ เค•เฅ€ เคœเคพเคเคš เค•เฅ‡ เคฒเคฟเค เค•เคฟเคธเฅ€ เคฎเฅ‰เคกเคฐเฅ‡เคŸเคฐ เค•เฅ‹ เคญเฅ‡เคœเคจเคพ เคšเคพเคนเคคเฅ‡ เคนเฅˆเค‚?",
16
18
  "Edit Message": "เคฎเฅˆเคธเฅ‡เคœ เคฎเฅ‡เค‚ เคฌเคฆเคฒเคพเคต เค•เคฐเฅ‡",
17
- "Editing Message": "เคฎเฅˆเคธเฅ‡เคœ เคฌเคฆเคฒเคพ เคœเคพ เคฐเคนเคพ เคนเฅˆ",
18
- "Emoji matching": "เค‡เคฎเฅ‹เคœเฅ€ เคฎเคฟเคฒเคพเคจ",
19
+ "Editing Message": "",
20
+ "Emoji matching": "",
19
21
  "Empty message...": "",
20
22
  "Error loading": "",
21
23
  "Error loading channel list...": "",
@@ -26,14 +28,14 @@
26
28
  "Flag Message": "เคเค‚เคกเคพ เคธเค‚เคฆเฅ‡เคถ",
27
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
- "Instant Commands": "เคคเฅเคตเคฐเคฟเคค เค•เคฎเคพเค‚เคก",
31
+ "Instant Commands": "",
30
32
  "Let's start chatting!": "",
31
33
  "Links are disabled": "เคฒเคฟเค‚เค• เค…เค•เฅเคทเคฎ เคนเฅˆเค‚",
32
- "Loading channels...": "เคšเฅˆเคจเคฒ เคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเฅ‡ เคนเฅˆเค‚...",
33
- "Loading messages...": "เคฎเฅ‡เคธเฅ‡เคœเคธ เคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเฅ‡ เคนเฅˆเค‚...",
34
- "Loading...": "เคฒเฅ‹เคก เคนเฅ‹ เคฐเคนเคพ เคนเฅˆ...",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
35
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
- "Message Reactions": "เคธเค‚เคฆเฅ‡เคถ เคชเฅเคฐเคคเคฟเค•เฅเคฐเคฟเคฏเคพเคเค",
38
+ "Message Reactions": "",
37
39
  "Message deleted": "",
38
40
  "Message flagged": "เคธเค‚เคฆเฅ‡เคถ เค•เฅ‹ เคงเฅเคตเคœเคพเค‚เค•เคฟเคค เค•เคฟเคฏเคพ เค—เคฏเคพ",
39
41
  "Mute User": "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค•เฅ‹ เคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚",
@@ -41,36 +43,37 @@
41
43
  "Nothing yet...": "",
42
44
  "Ok": "เค เฅ€เค•",
43
45
  "Only visible to you": "",
44
- "Open Settings": "เคธเฅ‡เคŸเคฟเค‚เค—เฅเคธ เค–เฅ‹เคฒเฅ‡เค‚",
45
- "Photo": "เคคเคธเฅเคตเฅ€เคฐ",
46
- "Photos and Videos": "เคคเคธเฅเคตเฅ€เคฐเฅ‡เค‚ เค”เคฐ เคตเฅ€เคกเคฟเคฏเฅ‹เค‚",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
47
49
  "Pin to Conversation": "เคฌเคพเคคเคšเฅ€เคค เคฎเฅ‡เค‚ เคชเคฟเคจ เค•เคฐเฅ‡เค‚",
48
50
  "Pinned by": "",
49
- "Please enable access to your photos and videos so you can share them.": "เค•เฅƒเคชเคฏเคพ เค…เคชเคจเฅ€ เคซเคผเฅ‹เคŸเฅ‹ เค”เคฐ เคตเฅ€เคกเคฟเคฏเฅ‹ เคคเค• เคชเคนเฅเค‚เคš เคธเค•เฅเคทเคฎ เค•เคฐเฅ‡เค‚ เคคเคพเค•เคฟ เค†เคช เค‰เคจเฅเคนเฅ‡เค‚ เคธเคพเคเคพ เค•เคฐ เคธเค•เฅ‡เค‚เฅค",
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
54
  "Reply": "เคฎเฅˆเคธเฅ‡เคœ เค•เฅ‹ เคฐเคฟเคชเฅเคฒเคพเคˆ เค•เคฐเฅ‡",
53
55
  "Reply to Message": "",
54
56
  "Resend": "เคชเฅเคจ: เคญเฅ‡เคœเฅ‡เค‚",
55
57
  "Search GIFs": "",
56
- "Select More Photos": "เค…เคงเคฟเค• เคซเคผเฅ‹เคŸเฅ‹ เคšเฅเคจเฅ‡เค‚",
58
+ "Select More Photos": "",
59
+ "Send Anyway": "เคซเคฟเคฐ เคญเฅ€ เคญเฅ‡เคœเฅ‡เค‚",
57
60
  "Send a message": "",
58
61
  "Sending links is not allowed in this conversation": "เค‡เคธ เคฌเคพเคคเคšเฅ€เคค เคฎเฅ‡เค‚ เคฒเคฟเค‚เค• เคญเฅ‡เคœเคจเฅ‡ เค•เฅ€ เค…เคจเฅเคฎเคคเคฟ เคจเคนเฅ€เค‚ เคนเฅˆ",
59
62
  "Slow mode ON": "",
60
63
  "The message has been reported to a moderator.": "เคธเค‚เคฆเฅ‡เคถ เคเค• เคฎเฅ‰เคกเคฐเฅ‡เคŸเคฐ เค•เฅ‹ เคธเฅ‚เคšเคฟเคค เค•เคฟเคฏเคพ เค—เคฏเคพ เคนเฅˆเฅค",
61
64
  "Thread Reply": "เคงเคพเค—เคพ เคœเคตเคพเคฌ",
62
65
  "Unblock User": "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค•เฅ‹ เค…เคจเคฌเฅเคฒเฅ‰เค• เค•เคฐเฅ‡เค‚",
63
- "Unknown User": "เค…เคœเฅเคžเคพเคค เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ",
66
+ "Unknown User": "",
64
67
  "Unmute User": "เค‰เคชเคฏเฅ‹เค—เค•เคฐเฅเคคเคพ เค•เฅ‹ เค…เคจเคฎเฅเคฏเฅ‚เคŸ เค•เคฐเฅ‡เค‚",
65
68
  "Unpin from Conversation": "เคฌเคพเคคเคšเฅ€เคค เคธเฅ‡ เค…เคจเคชเคฟเคจ เค•เคฐเฅ‡เค‚",
66
- "Unread Messages": "",
67
- "Video": "เคตเฅ€เคกเคฟเคฏเฅ‹",
69
+ "Unread Messages": "เค…เคชเค เคฟเคค เคธเค‚เคฆเฅ‡เคถ",
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 }}": "{{ index }} / {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} เคฐเคฟเคชเฅเคฒเคพเคˆ",
73
- "{{ replyCount }} Thread Replies": "{{ replyCount }}} เคฅเฅเคฐเฅ‡เคก เค‰เคคเฅเคคเคฐ",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
74
77
  "{{ user }} is typing": "",
75
78
  "๐Ÿ™ Attachment...": ""
76
79
  }
@@ -1,21 +1,23 @@
1
1
  {
2
- "1 Reply": "1 Risposta",
3
- "1 Thread Reply": "1 Risposta alla Discussione",
4
- "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
- "Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
6
- "Also send to channel": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Invia anche al canale",
7
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?",
8
9
  "Block User": "Blocca Utente",
9
10
  "Cancel": "Annulla",
10
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",
11
13
  "Copy Message": "Copia Messaggio",
12
14
  "Delete": "Elimina",
13
15
  "Delete Message": "Cancella il Messaggio",
14
- "Device camera is used to take photos or videos.": "La fotocamera del dispositivo viene utilizzata per scattare foto o video.",
16
+ "Device camera is used to take photos or videos.": "",
15
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?",
16
18
  "Edit Message": "Modifica Messaggio",
17
- "Editing Message": "Modificando il Messaggio",
18
- "Emoji matching": "Abbinamento emoji",
19
+ "Editing Message": "",
20
+ "Emoji matching": "",
19
21
  "Empty message...": "",
20
22
  "Error loading": "",
21
23
  "Error loading channel list...": "",
@@ -26,14 +28,14 @@
26
28
  "Flag Message": "Contrassegna Messaggio",
27
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
- "Instant Commands": "Comandi Istantanei",
31
+ "Instant Commands": "",
30
32
  "Let's start chatting!": "",
31
33
  "Links are disabled": "I link sono disabilitati",
32
- "Loading channels...": "Caricamento canali in corso...",
33
- "Loading messages...": "Caricamento messaggi...",
34
- "Loading...": "Caricamento...",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
35
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
- "Message Reactions": "Reazioni ai Messaggi",
38
+ "Message Reactions": "",
37
39
  "Message deleted": "",
38
40
  "Message flagged": "Messaggio contrassegnato",
39
41
  "Mute User": "Utente Muto",
@@ -41,36 +43,37 @@
41
43
  "Nothing yet...": "",
42
44
  "Ok": "Ok",
43
45
  "Only visible to you": "",
44
- "Open Settings": "Apri Impostazioni",
45
- "Photo": "Foto",
46
- "Photos and Videos": "Foto e Video",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
47
49
  "Pin to Conversation": "Metti in evidenza",
48
50
  "Pinned by": "",
49
- "Please enable access to your photos and videos so you can share them.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
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
54
  "Reply": "Rispondi",
53
55
  "Reply to Message": "",
54
56
  "Resend": "Invia di nuovo",
55
57
  "Search GIFs": "",
56
- "Select More Photos": "Seleziona Altre foto",
58
+ "Select More Photos": "",
59
+ "Send Anyway": "Invia comunque",
57
60
  "Send a message": "",
58
61
  "Sending links is not allowed in this conversation": "L'invio di link non รจ consentito in questa conversazione",
59
62
  "Slow mode ON": "",
60
63
  "The message has been reported to a moderator.": "Il messaggio รจ stato segnalato a un moderatore.",
61
64
  "Thread Reply": "Rispondi alla Discussione",
62
65
  "Unblock User": "Sblocca utente",
63
- "Unknown User": "Utente sconosciuto",
66
+ "Unknown User": "",
64
67
  "Unmute User": "Riattiva utente",
65
68
  "Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
66
- "Unread Messages": "",
67
- "Video": "Video",
69
+ "Unread Messages": "Messaggi non letti",
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 }}": "{{ index }} di {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
74
77
  "{{ user }} is typing": "",
75
78
  "๐Ÿ™ Attachment...": ""
76
79
  }
@@ -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
  }
@@ -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
  }
@@ -1,21 +1,23 @@
1
1
  {
2
- "1 Reply": "1 Antwoord",
3
- "1 Thread Reply": "1 thread antwoord",
4
- "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Allow camera access in device settings": "Sta cameratoegang toe in de apparaatinstellingen",
6
- "Also send to channel": "",
2
+ "1 Reply": "",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
+ "Also send to channel": "Stuur ook naar kanaal",
7
7
  "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
8
+ "Are you sure?": "Weet je het zeker?",
8
9
  "Block User": "Blokkeer Gebruiker",
9
10
  "Cancel": "Annuleer",
10
11
  "Cannot Flag Message": "Kan bericht niet rapporteren",
12
+ "Consider how your comment might make others feel and be sure to follow our Community Guidelines": "Denk na over hoe jouw opmerking anderen zou kunnen laten voelen en zorg ervoor dat je onze Community-richtlijnen volgt",
11
13
  "Copy Message": "Bericht kopiรซren",
12
14
  "Delete": "Verwijderen",
13
15
  "Delete Message": "Verwijder bericht",
14
- "Device camera is used to take photos or videos.": "De camera van het apparaat wordt gebruikt om foto's of video's te maken.",
16
+ "Device camera is used to take photos or videos.": "",
15
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "Wil je een kopie van dit bericht naar een moderator sturen voor verder onderzoek?",
16
18
  "Edit Message": "Pas bericht aan",
17
- "Editing Message": "Bericht aanpassen",
18
- "Emoji matching": "Emoji-overeenkomsten",
19
+ "Editing Message": "",
20
+ "Emoji matching": "",
19
21
  "Empty message...": "",
20
22
  "Error loading": "",
21
23
  "Error loading channel list...": "",
@@ -26,14 +28,14 @@
26
28
  "Flag Message": "Markeer bericht",
27
29
  "Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
28
30
  "How about sending your first message to a friend?": "",
29
- "Instant Commands": "Directe Opdrachten",
31
+ "Instant Commands": "",
30
32
  "Let's start chatting!": "",
31
33
  "Links are disabled": "Het versturen van links staat uit",
32
- "Loading channels...": "Kanalen aan het laden...",
33
- "Loading messages...": "Berichten aan het laden...",
34
- "Loading...": "Aan het laden...",
34
+ "Loading channels...": "",
35
+ "Loading messages...": "",
36
+ "Loading...": "",
35
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maximale uploadlimiet voor bestandsgrootte bereikt. Upload een bestand van minder dan {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.",
36
- "Message Reactions": "Bericht Reacties",
38
+ "Message Reactions": "",
37
39
  "Message deleted": "",
38
40
  "Message flagged": "Bericht gemarkeerd",
39
41
  "Mute User": "Gebruiker dempen",
@@ -41,36 +43,37 @@
41
43
  "Nothing yet...": "",
42
44
  "Ok": "Okรฉ",
43
45
  "Only visible to you": "",
44
- "Open Settings": "Open instellingen",
45
- "Photo": "Foto",
46
- "Photos and Videos": "Foto's en video's",
46
+ "Open Settings": "",
47
+ "Photo": "",
48
+ "Photos and Videos": "",
47
49
  "Pin to Conversation": "Vastmaken aan gesprek",
48
50
  "Pinned by": "",
49
- "Please enable access to your photos and videos so you can share them.": "Schakel toegang tot uw foto's en video's in zodat u ze kunt delen.",
51
+ "Please enable access to your photos and videos so you can share them.": "",
50
52
  "Please select a channel first": "Selecteer eerst een kanaal",
51
53
  "Reconnecting...": "",
52
54
  "Reply": "Antwoord",
53
55
  "Reply to Message": "",
54
56
  "Resend": "Opnieuw versturen",
55
57
  "Search GIFs": "",
56
- "Select More Photos": "Selecteer Meer foto's",
58
+ "Select More Photos": "",
59
+ "Send Anyway": "Toch verzenden",
57
60
  "Send a message": "",
58
61
  "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
59
62
  "Slow mode ON": "",
60
63
  "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
61
64
  "Thread Reply": "Discussie beantwoorden",
62
65
  "Unblock User": "Deblokkeer gebruiker",
63
- "Unknown User": "Onbekende gebruiker",
66
+ "Unknown User": "",
64
67
  "Unmute User": "Dempen van gebruiker opheffen",
65
68
  "Unpin from Conversation": "Losmaken van gesprek",
66
- "Unread Messages": "",
67
- "Video": "Video",
69
+ "Unread Messages": "Ongelezen Berichten",
70
+ "Video": "",
68
71
  "You": "",
69
- "You can't send messages in this channel": "",
72
+ "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
70
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
71
- "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
72
- "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
73
- "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
74
+ "{{ index }} of {{ photoLength }}": "",
75
+ "{{ replyCount }} Replies": "",
76
+ "{{ replyCount }} Thread Replies": "",
74
77
  "{{ user }} is typing": "",
75
78
  "๐Ÿ™ Attachment...": ""
76
79
  }