stream-chat-react-native-core 5.22.0-beta.2 → 5.22.0-beta.3

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 (131) hide show
  1. package/lib/commonjs/components/Attachment/FileAttachment.js +10 -7
  2. package/lib/commonjs/components/Attachment/FileAttachment.js.map +1 -1
  3. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +8 -6
  4. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  5. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js +20 -16
  6. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
  7. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +16 -14
  8. package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  9. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +4 -2
  10. package/lib/commonjs/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
  11. package/lib/commonjs/components/ImageGallery/ImageGallery.js +28 -25
  12. package/lib/commonjs/components/ImageGallery/ImageGallery.js.map +1 -1
  13. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js +7 -5
  14. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  15. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js +10 -8
  16. package/lib/commonjs/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  17. package/lib/commonjs/components/ImageGallery/components/ImageGrid.js +10 -8
  18. package/lib/commonjs/components/ImageGallery/components/ImageGrid.js.map +1 -1
  19. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js +12 -10
  20. package/lib/commonjs/components/Indicators/EmptyStateIndicator.js.map +1 -1
  21. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +20 -17
  22. package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
  23. package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js +13 -11
  24. package/lib/commonjs/components/MessageList/InlineUnreadIndicator.js.map +1 -1
  25. package/lib/commonjs/components/MessageOverlay/MessageActionList.js +8 -14
  26. package/lib/commonjs/components/MessageOverlay/MessageActionList.js.map +1 -1
  27. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +11 -8
  28. package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  29. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js +32 -29
  30. package/lib/commonjs/components/MessageOverlay/MessageOverlay.js.map +1 -1
  31. package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js +17 -15
  32. package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js.map +1 -1
  33. package/lib/commonjs/contexts/themeContext/utils/theme.js +0 -4
  34. package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
  35. package/lib/commonjs/hooks/useViewport.js +47 -0
  36. package/lib/commonjs/hooks/useViewport.js.map +1 -0
  37. package/lib/commonjs/i18n/fr.json +30 -30
  38. package/lib/commonjs/i18n/hi.json +30 -30
  39. package/lib/commonjs/i18n/it.json +30 -30
  40. package/lib/commonjs/i18n/nl.json +30 -30
  41. package/lib/commonjs/i18n/ru.json +30 -30
  42. package/lib/commonjs/i18n/tr.json +30 -30
  43. package/lib/commonjs/utils/utils.js +1 -15
  44. package/lib/commonjs/utils/utils.js.map +1 -1
  45. package/lib/commonjs/version.json +1 -1
  46. package/lib/module/components/Attachment/FileAttachment.js +10 -7
  47. package/lib/module/components/Attachment/FileAttachment.js.map +1 -1
  48. package/lib/module/components/AttachmentPicker/AttachmentPicker.js +8 -6
  49. package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  50. package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js +20 -16
  51. package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
  52. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +16 -14
  53. package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
  54. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js +4 -2
  55. package/lib/module/components/ChannelPreview/hooks/useChannelPreviewDisplayName.js.map +1 -1
  56. package/lib/module/components/ImageGallery/ImageGallery.js +28 -25
  57. package/lib/module/components/ImageGallery/ImageGallery.js.map +1 -1
  58. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js +7 -5
  59. package/lib/module/components/ImageGallery/components/AnimatedGalleryImage.js.map +1 -1
  60. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js +10 -8
  61. package/lib/module/components/ImageGallery/components/AnimatedGalleryVideo.js.map +1 -1
  62. package/lib/module/components/ImageGallery/components/ImageGrid.js +10 -8
  63. package/lib/module/components/ImageGallery/components/ImageGrid.js.map +1 -1
  64. package/lib/module/components/Indicators/EmptyStateIndicator.js +12 -10
  65. package/lib/module/components/Indicators/EmptyStateIndicator.js.map +1 -1
  66. package/lib/module/components/Message/MessageSimple/MessageContent.js +20 -17
  67. package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
  68. package/lib/module/components/MessageList/InlineUnreadIndicator.js +13 -11
  69. package/lib/module/components/MessageList/InlineUnreadIndicator.js.map +1 -1
  70. package/lib/module/components/MessageOverlay/MessageActionList.js +8 -14
  71. package/lib/module/components/MessageOverlay/MessageActionList.js.map +1 -1
  72. package/lib/module/components/MessageOverlay/MessageActionListItem.js +11 -8
  73. package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +1 -1
  74. package/lib/module/components/MessageOverlay/MessageOverlay.js +32 -29
  75. package/lib/module/components/MessageOverlay/MessageOverlay.js.map +1 -1
  76. package/lib/module/components/Thread/components/ThreadFooterComponent.js +17 -15
  77. package/lib/module/components/Thread/components/ThreadFooterComponent.js.map +1 -1
  78. package/lib/module/contexts/themeContext/utils/theme.js +0 -4
  79. package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
  80. package/lib/module/hooks/useViewport.js +47 -0
  81. package/lib/module/hooks/useViewport.js.map +1 -0
  82. package/lib/module/i18n/fr.json +30 -30
  83. package/lib/module/i18n/hi.json +30 -30
  84. package/lib/module/i18n/it.json +30 -30
  85. package/lib/module/i18n/nl.json +30 -30
  86. package/lib/module/i18n/ru.json +30 -30
  87. package/lib/module/i18n/tr.json +30 -30
  88. package/lib/module/utils/utils.js +1 -15
  89. package/lib/module/utils/utils.js.map +1 -1
  90. package/lib/module/version.json +1 -1
  91. package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts +1 -1
  92. package/lib/typescript/components/Message/hooks/useMessageActions.d.ts +1 -1
  93. package/lib/typescript/contexts/messageContext/MessageContext.d.ts +1 -1
  94. package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +1 -1
  95. package/lib/typescript/contexts/themeContext/utils/theme.d.ts +0 -3
  96. package/lib/typescript/hooks/useViewport.d.ts +11 -0
  97. package/lib/typescript/i18n/fr.json +30 -30
  98. package/lib/typescript/i18n/hi.json +30 -30
  99. package/lib/typescript/i18n/it.json +30 -30
  100. package/lib/typescript/i18n/nl.json +30 -30
  101. package/lib/typescript/i18n/ru.json +30 -30
  102. package/lib/typescript/i18n/tr.json +30 -30
  103. package/lib/typescript/store/mappers/mapStorableToChannel.d.ts +1 -1
  104. package/lib/typescript/utils/utils.d.ts +0 -2
  105. package/package.json +1 -1
  106. package/src/components/Attachment/FileAttachment.tsx +12 -3
  107. package/src/components/AttachmentPicker/AttachmentPicker.tsx +4 -2
  108. package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx +3 -1
  109. package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +4 -3
  110. package/src/components/ChannelPreview/hooks/useChannelPreviewDisplayName.ts +4 -3
  111. package/src/components/ImageGallery/ImageGallery.tsx +8 -4
  112. package/src/components/ImageGallery/components/AnimatedGalleryImage.tsx +5 -3
  113. package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx +5 -3
  114. package/src/components/ImageGallery/components/ImageGrid.tsx +2 -1
  115. package/src/components/Indicators/EmptyStateIndicator.tsx +4 -5
  116. package/src/components/Message/MessageSimple/MessageContent.tsx +3 -1
  117. package/src/components/MessageList/InlineUnreadIndicator.tsx +2 -1
  118. package/src/components/MessageOverlay/MessageActionList.tsx +3 -11
  119. package/src/components/MessageOverlay/MessageActionListItem.tsx +5 -2
  120. package/src/components/MessageOverlay/MessageOverlay.tsx +5 -3
  121. package/src/components/Thread/components/ThreadFooterComponent.tsx +2 -1
  122. package/src/contexts/themeContext/utils/theme.ts +0 -7
  123. package/src/hooks/useViewport.ts +41 -0
  124. package/src/i18n/fr.json +30 -30
  125. package/src/i18n/hi.json +30 -30
  126. package/src/i18n/it.json +30 -30
  127. package/src/i18n/nl.json +30 -30
  128. package/src/i18n/ru.json +30 -30
  129. package/src/i18n/tr.json +30 -30
  130. package/src/utils/utils.ts +0 -13
  131. package/src/version.json +1 -1
@@ -8,7 +8,7 @@ import type { TranslationContextValue } from '../../../contexts/translationConte
8
8
  import type { DefaultStreamChatGenerics } from '../../../types/types';
9
9
  import type { MessageType } from '../../MessageList/hooks/useMessageList';
10
10
  import type { MessageActionType } from '../../MessageOverlay/MessageActionListItem';
11
- export declare const useMessageActions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ channel, client, deleteMessage: deleteMessageFromContext, deleteReaction, enforceUniqueReaction, handleBlock, handleCopy, handleDelete, handleEdit, handleFlag, handleMute, handlePinMessage, handleQuotedReply, handleReaction: handleReactionProp, handleRetry, handleThreadReply, message, onThreadSelect, openThread, retrySendMessage, selectReaction, sendReaction, setEditingState, setOverlay, setQuotedMessageState, supportedReactions, t, }: Pick<MessagesContextValue<StreamChatGenerics>, "setQuotedMessageState" | "updateMessage" | "sendReaction" | "deleteMessage" | "deleteReaction" | "supportedReactions" | "handleReaction" | "removeMessage" | "retrySendMessage" | "setEditingState" | "handleBlock" | "handleCopy" | "handleDelete" | "handleEdit" | "handleFlag" | "handleMute" | "handlePinMessage" | "handleQuotedReply" | "handleRetry" | "handleThreadReply" | "selectReaction"> & Pick<ChannelContextValue<StreamChatGenerics>, "channel" | "enforceUniqueReaction"> & Pick<ChatContextValue<StreamChatGenerics>, "client"> & Pick<OverlayContextValue, "setOverlay"> & Pick<ThreadContextValue<StreamChatGenerics>, "openThread"> & Pick<MessageContextValue<StreamChatGenerics>, "message"> & Pick<TranslationContextValue, "t"> & {
11
+ export declare const useMessageActions: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ channel, client, deleteMessage: deleteMessageFromContext, deleteReaction, enforceUniqueReaction, handleBlock, handleCopy, handleDelete, handleEdit, handleFlag, handleMute, handlePinMessage, handleQuotedReply, handleReaction: handleReactionProp, handleRetry, handleThreadReply, message, onThreadSelect, openThread, retrySendMessage, selectReaction, sendReaction, setEditingState, setOverlay, setQuotedMessageState, supportedReactions, t, }: Pick<MessagesContextValue<StreamChatGenerics>, "sendReaction" | "deleteMessage" | "deleteReaction" | "supportedReactions" | "handleReaction" | "setQuotedMessageState" | "updateMessage" | "removeMessage" | "retrySendMessage" | "setEditingState" | "handleBlock" | "handleCopy" | "handleDelete" | "handleEdit" | "handleFlag" | "handleMute" | "handlePinMessage" | "handleQuotedReply" | "handleRetry" | "handleThreadReply" | "selectReaction"> & Pick<ChannelContextValue<StreamChatGenerics>, "channel" | "enforceUniqueReaction"> & Pick<ChatContextValue<StreamChatGenerics>, "client"> & Pick<OverlayContextValue, "setOverlay"> & Pick<ThreadContextValue<StreamChatGenerics>, "openThread"> & Pick<MessageContextValue<StreamChatGenerics>, "message"> & Pick<TranslationContextValue, "t"> & {
12
12
  onThreadSelect?: ((message: MessageType<StreamChatGenerics>) => void) | undefined;
13
13
  }) => {
14
14
  blockUser: MessageActionType;
@@ -100,4 +100,4 @@ export declare const useMessageContext: <StreamChatGenerics extends DefaultStrea
100
100
  * typing is desired while using the HOC withMessageContextContext the Props for the
101
101
  * wrapped component must be provided as the first generic.
102
102
  */
103
- export declare const withMessageContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "disabled" | "onPress" | "onPressIn" | "onLongPress" | "channel" | "members" | "threadList" | "reactions" | "images" | "message" | "handleAction" | "alignment" | "files" | "groupStyles" | "onlyEmojis" | "otherAttachments" | "videos" | "isMyMessage" | "actionsEnabled" | "handleDeleteMessage" | "handleEditMessage" | "handleQuotedReplyMessage" | "handleResendMessage" | "handleToggleBanUser" | "handleToggleMuteUser" | "handleToggleReaction" | "hasReactions" | "lastGroupMessage" | "messageContentOrder" | "onOpenThread" | "showMessageOverlay" | "showMessageStatus" | "goToMessage" | "lastReceivedId" | "preventPress" | "showAvatar">>;
103
+ export declare const withMessageContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "disabled" | "onPress" | "onPressIn" | "onLongPress" | "channel" | "message" | "reactions" | "members" | "threadList" | "alignment" | "actionsEnabled" | "files" | "groupStyles" | "handleAction" | "handleDeleteMessage" | "handleEditMessage" | "handleQuotedReplyMessage" | "handleResendMessage" | "handleToggleBanUser" | "handleToggleMuteUser" | "handleToggleReaction" | "hasReactions" | "images" | "isMyMessage" | "lastGroupMessage" | "messageContentOrder" | "onlyEmojis" | "onOpenThread" | "otherAttachments" | "showMessageOverlay" | "showMessageStatus" | "videos" | "goToMessage" | "lastReceivedId" | "preventPress" | "showAvatar">>;
@@ -340,4 +340,4 @@ export declare const useMessageInputContext: <StreamChatGenerics extends Default
340
340
  * typing is desired while using the HOC withMessageInputContext the Props for the
341
341
  * wrapped component must be provided as the first generic.
342
342
  */
343
- export declare const withMessageInputContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "AttachButton" | "clearEditingState" | "clearQuotedMessageState" | "CommandsButton" | "CooldownTimer" | "editing" | "editMessage" | "FileUploadPreview" | "hasCommands" | "hasFilePicker" | "hasImagePicker" | "ImageUploadPreview" | "InputEditingStateHeader" | "InputGiphySearch" | "InputReplyStateHeader" | "maxNumberOfFiles" | "MoreOptionsButton" | "numberOfLines" | "quotedMessage" | "SendButton" | "sendImageAsync" | "setQuotedMessageState" | "ShowThreadMessageInChannelButton" | "UploadProgressIndicator" | "additionalTextInputProps" | "autoCompleteSuggestionsLimit" | "autoCompleteTriggerSettings" | "compressImageQuality" | "doDocUploadRequest" | "doImageUploadRequest" | "initialValue" | "Input" | "InputButtons" | "maxMessageLength" | "mentionAllAppUsersEnabled" | "mentionAllAppUsersQuery" | "onChangeText" | "SendMessageDisallowedIndicator" | "setInputRef" | keyof LocalMessageInputContext<StreamChatGenerics>>>;
343
+ export declare const withMessageInputContext: <P extends UnknownType, StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(Component: React.ComponentType<P>) => React.FC<Omit<P, "numberOfLines" | "maxNumberOfFiles" | "compressImageQuality" | "AttachButton" | "clearEditingState" | "clearQuotedMessageState" | "CommandsButton" | "CooldownTimer" | "editing" | "editMessage" | "FileUploadPreview" | "hasCommands" | "hasFilePicker" | "hasImagePicker" | "ImageUploadPreview" | "InputEditingStateHeader" | "InputGiphySearch" | "InputReplyStateHeader" | "MoreOptionsButton" | "quotedMessage" | "SendButton" | "sendImageAsync" | "setQuotedMessageState" | "ShowThreadMessageInChannelButton" | "UploadProgressIndicator" | "additionalTextInputProps" | "autoCompleteSuggestionsLimit" | "autoCompleteTriggerSettings" | "doDocUploadRequest" | "doImageUploadRequest" | "initialValue" | "Input" | "InputButtons" | "maxMessageLength" | "mentionAllAppUsersEnabled" | "mentionAllAppUsersQuery" | "onChangeText" | "SendMessageDisallowedIndicator" | "setInputRef" | keyof LocalMessageInputContext<StreamChatGenerics>>>;
@@ -298,9 +298,6 @@ export declare type Theme = {
298
298
  iconContainer: ViewStyle;
299
299
  title: TextStyle;
300
300
  };
301
- container: ViewStyle & {
302
- maxHeight: number;
303
- };
304
301
  emoji: {
305
302
  container: ViewStyle;
306
303
  text: TextStyle;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * A custom hook that provides functions to calculate dimensions based on
3
+ * a percentage of the viewport height (vh) and viewport width (vw). It
4
+ * dynamically updates dimensions on changes in device orientation.
5
+ *
6
+ * @returns {Object} An object containing functions vh and vw.
7
+ */
8
+ export declare const useViewport: (rounded?: boolean | undefined) => {
9
+ vh: (percentageHeight: number) => number;
10
+ vw: (percentageWidth: number) => number;
11
+ };
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Réponse",
3
3
  "1 Thread Reply": "Réponse à 1 fil",
4
4
  "Allow access to your Gallery": "Autoriser l'accès à votre galerie",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Envoyer également à la chaîne",
6
6
  "Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
7
7
  "Block User": "Bloquer un utilisateur",
8
8
  "Cancel": "Annuler",
@@ -12,62 +12,62 @@
12
12
  "Delete Message": "Supprimer un message",
13
13
  "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?",
14
14
  "Edit Message": "Éditer un message",
15
- "Editing Message": "",
15
+ "Editing Message": "Édite un message",
16
16
  "Emoji matching": "Correspondance Emoji",
17
- "Empty message...": "",
18
- "Error loading": "",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
17
+ "Empty message...": "Message vide...",
18
+ "Error loading": "Erreur lors du chargement",
19
+ "Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
20
+ "Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
21
+ "Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
22
22
  "File type not supported": "Le type de fichier n'est pas pris en charge",
23
23
  "Flag": "Signaler",
24
24
  "Flag Message": "Signaler le message",
25
25
  "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é.",
26
- "How about sending your first message to a friend?": "",
26
+ "How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
27
27
  "Instant Commands": "Commandes Instantanées",
28
- "Let's start chatting!": "",
29
- "Links are disabled": "",
30
- "Loading channels...": "",
31
- "Loading messages...": "",
32
- "Loading...": "",
33
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
- "Message Reactions": "",
35
- "Message deleted": "",
28
+ "Let's start chatting!": "Commençons à discuter !",
29
+ "Links are disabled": "Links are disabled",
30
+ "Loading channels...": "Chargement des canaux...",
31
+ "Loading messages...": "Chargement des messages...",
32
+ "Loading...": "Chargement...",
33
+ "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.",
34
+ "Message Reactions": "Réactions aux messages",
35
+ "Message deleted": "Message supprimé",
36
36
  "Message flagged": "Message signalé",
37
37
  "Mute User": "Utilisateur muet",
38
- "Not supported": "",
39
- "Nothing yet...": "",
38
+ "Not supported": "Non pris en charge",
39
+ "Nothing yet...": "Aucun message...",
40
40
  "Ok": "Ok",
41
- "Only visible to you": "",
41
+ "Only visible to you": "Seulement visible par vous",
42
42
  "Photo": "Photo",
43
43
  "Photos and Videos": "Photos et vidéos",
44
44
  "Pin to Conversation": "Épingler à la conversation",
45
45
  "Pinned by": "Épinglé par",
46
46
  "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.",
47
- "Please select a channel first": "",
48
- "Reconnecting...": "",
47
+ "Please select a channel first": "Veuillez d'abord selectionnez un canal",
48
+ "Reconnecting...": "Se Reconnecter...",
49
49
  "Reply": "Répondre",
50
- "Reply to Message": "",
50
+ "Reply to Message": "Répondre au message",
51
51
  "Resend": "Renvoyer",
52
- "Search GIFs": "",
52
+ "Search GIFs": "Rechercher des GIF",
53
53
  "Select More Photos": "Sélectionner plus de photos",
54
- "Send a message": "",
55
- "Sending links is not allowed in this conversation": "",
56
- "Slow mode ON": "",
54
+ "Send a message": "Envoyer un message",
55
+ "Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
56
+ "Slow mode ON": "Mode lent activé",
57
57
  "The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
58
58
  "Thread Reply": "Réponse à la discussion",
59
59
  "Unblock User": "Débloquer Utilisateur",
60
60
  "Unknown User": "Utilisateur inconnu",
61
61
  "Unmute User": "Activer le son de Utilisateur",
62
62
  "Unpin from Conversation": "Décrocher de la conversation",
63
- "Unread Messages": "",
63
+ "Unread Messages": "Messages non lus",
64
64
  "Video": "Vidéo",
65
- "You": "",
66
- "You can't send messages in this channel": "",
65
+ "You": "Toi",
66
+ "You can't send messages in this channel": "You can't send messages in this channel",
67
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
68
68
  "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
69
69
  "{{ replyCount }} Replies": "{{ replyCount }} Réponses",
70
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
71
71
  "{{ user }} is typing": "{{ user }} est en train d'écrire",
72
- "🏙 Attachment...": ""
72
+ "🏙 Attachment...": "🏙 Pièce jointe..."
73
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 रिप्लाई",
3
3
  "1 Thread Reply": "1 धागा उत्तर",
4
4
  "Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
5
- "Also send to channel": "",
5
+ "Also send to channel": "चैनल को भी भेजें",
6
6
  "Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
7
7
  "Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
8
8
  "Cancel": "रद्द करें",
@@ -12,62 +12,62 @@
12
12
  "Delete Message": "मैसेज को डिलीट करे",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
14
14
  "Edit Message": "मैसेज में बदलाव करे",
15
- "Editing Message": "",
15
+ "Editing Message": "मैसेज बदला जा रहा है",
16
16
  "Emoji matching": "इमोजी मिलान",
17
- "Empty message...": "",
18
- "Error loading": "",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
17
+ "Empty message...": "खाली संदेश...",
18
+ "Error loading": "लोड होने मे त्रुटि",
19
+ "Error loading channel list...": "चैनल सूची लोड करने में त्रुटि...",
20
+ "Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
21
+ "Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
22
22
  "File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
23
23
  "Flag": "झंडा",
24
24
  "Flag Message": "झंडा संदेश",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
26
- "How about sending your first message to a friend?": "",
26
+ "How about sending your first message to a friend?": "किसी मित्र को अपना पहला संदेश भेजने के बारे में क्या ख़याल है?",
27
27
  "Instant Commands": "त्वरित कमांड",
28
- "Let's start chatting!": "",
29
- "Links are disabled": "",
30
- "Loading channels...": "",
31
- "Loading messages...": "",
32
- "Loading...": "",
33
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
- "Message Reactions": "",
35
- "Message deleted": "",
28
+ "Let's start chatting!": "आइए चैट करना शुरू करें!",
29
+ "Links are disabled": "लिंक अक्षम हैं",
30
+ "Loading channels...": "चैनल लोड हो रहे हैं...",
31
+ "Loading messages...": "मेसेजस लोड हो रहे हैं...",
32
+ "Loading...": "लोड हो रहा है...",
33
+ "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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
34
+ "Message Reactions": "संदेश प्रतिक्रियाएँ",
35
+ "Message deleted": "मैसेज हटा दिया गया",
36
36
  "Message flagged": "संदेश को ध्वजांकित किया गया",
37
37
  "Mute User": "उपयोगकर्ता को म्यूट करें",
38
- "Not supported": "",
39
- "Nothing yet...": "",
38
+ "Not supported": "समर्थित नहीं",
39
+ "Nothing yet...": "कोई मैसेज नहीं है...",
40
40
  "Ok": "ठीक",
41
- "Only visible to you": "",
41
+ "Only visible to you": "केवल आपको दिखाई दे रहा है",
42
42
  "Photo": "तस्वीर",
43
43
  "Photos and Videos": "तस्वीरें और वीडियों",
44
44
  "Pin to Conversation": "बातचीत में पिन करें",
45
45
  "Pinned by": "द्वारा पिन किया गया",
46
46
  "Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
47
- "Please select a channel first": "",
48
- "Reconnecting...": "",
47
+ "Please select a channel first": "कृपया पहले एक चैनल चुनें",
48
+ "Reconnecting...": "पुनः कनेक्ट हो...",
49
49
  "Reply": "मैसेज को रिप्लाई करे",
50
- "Reply to Message": "",
50
+ "Reply to Message": "संदेश का जवाब दें",
51
51
  "Resend": "पुन: भेजें",
52
- "Search GIFs": "",
52
+ "Search GIFs": "GIF खोजें",
53
53
  "Select More Photos": "अधिक फ़ोटो चुनें",
54
- "Send a message": "",
55
- "Sending links is not allowed in this conversation": "",
56
- "Slow mode ON": "",
54
+ "Send a message": "एक संदेश भेजें",
55
+ "Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
56
+ "Slow mode ON": "स्लो मोड चालू",
57
57
  "The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
58
58
  "Thread Reply": "धागा जवाब",
59
59
  "Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
60
60
  "Unknown User": "अज्ञात उपयोगकर्ता",
61
61
  "Unmute User": "उपयोगकर्ता को अनम्यूट करें",
62
62
  "Unpin from Conversation": "बातचीत से अनपिन करें",
63
- "Unread Messages": "",
63
+ "Unread Messages": "अपठित संदेश",
64
64
  "Video": "वीडियो",
65
- "You": "",
66
- "You can't send messages in this channel": "",
65
+ "You": "आप",
66
+ "You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
67
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
68
68
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
69
69
  "{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
70
70
  "{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
71
71
  "{{ user }} is typing": "{{ user }} टाइप कर रहा है",
72
- "🏙 Attachment...": ""
72
+ "🏙 Attachment...": "🏙 अटैचमेंट..."
73
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Risposta",
3
3
  "1 Thread Reply": "1 Risposta alla Discussione",
4
4
  "Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Invia anche al canale",
6
6
  "Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
7
7
  "Block User": "Blocca Utente",
8
8
  "Cancel": "Annulla",
@@ -12,62 +12,62 @@
12
12
  "Delete Message": "Cancella il Messaggio",
13
13
  "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?",
14
14
  "Edit Message": "Modifica Messaggio",
15
- "Editing Message": "",
15
+ "Editing Message": "Modificando il Messaggio",
16
16
  "Emoji matching": "Abbinamento emoji",
17
- "Empty message...": "",
18
- "Error loading": "",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
17
+ "Empty message...": "Message vuoto...",
18
+ "Error loading": "Errore di caricamento",
19
+ "Error loading channel list...": "Errore durante il caricamento della lista dei canali...",
20
+ "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
21
+ "Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
22
22
  "File type not supported": "Tipo di file non supportato",
23
23
  "Flag": "Contrassegna",
24
24
  "Flag Message": "Contrassegna Messaggio",
25
25
  "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.",
26
- "How about sending your first message to a friend?": "",
26
+ "How about sending your first message to a friend?": "Che ne dici di inviare il tuo primo messaggio ad un amico?",
27
27
  "Instant Commands": "Comandi Istantanei",
28
- "Let's start chatting!": "",
29
- "Links are disabled": "",
30
- "Loading channels...": "",
31
- "Loading messages...": "",
32
- "Loading...": "",
33
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
- "Message Reactions": "",
35
- "Message deleted": "",
28
+ "Let's start chatting!": "Iniziamo a chattare!",
29
+ "Links are disabled": "I link sono disabilitati",
30
+ "Loading channels...": "Caricamento canali in corso...",
31
+ "Loading messages...": "Caricamento messaggi...",
32
+ "Loading...": "Caricamento...",
33
+ "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.",
34
+ "Message Reactions": "Reazioni ai Messaggi",
35
+ "Message deleted": "Messaggio cancellato",
36
36
  "Message flagged": "Messaggio contrassegnato",
37
37
  "Mute User": "Utente Muto",
38
- "Not supported": "",
39
- "Nothing yet...": "",
38
+ "Not supported": "non supportato",
39
+ "Nothing yet...": "Ancora niente...",
40
40
  "Ok": "Ok",
41
- "Only visible to you": "",
41
+ "Only visible to you": "Visibile solo a te",
42
42
  "Photo": "Foto",
43
43
  "Photos and Videos": "Foto e Video",
44
44
  "Pin to Conversation": "Metti in evidenza",
45
45
  "Pinned by": "Fissato da",
46
46
  "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.",
47
- "Please select a channel first": "",
48
- "Reconnecting...": "",
47
+ "Please select a channel first": "Seleziona un canale",
48
+ "Reconnecting...": "Ricollegarsi...",
49
49
  "Reply": "Rispondi",
50
- "Reply to Message": "",
50
+ "Reply to Message": "Rispondi al messaggio",
51
51
  "Resend": "Invia di nuovo",
52
- "Search GIFs": "",
52
+ "Search GIFs": "Cerca GIF",
53
53
  "Select More Photos": "Seleziona Altre foto",
54
- "Send a message": "",
55
- "Sending links is not allowed in this conversation": "",
56
- "Slow mode ON": "",
54
+ "Send a message": "Mandare un messaggio",
55
+ "Sending links is not allowed in this conversation": "L'invio di link non è consentito in questa conversazione",
56
+ "Slow mode ON": "Slowmode attiva",
57
57
  "The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
58
58
  "Thread Reply": "Rispondi alla Discussione",
59
59
  "Unblock User": "Sblocca utente",
60
60
  "Unknown User": "Utente sconosciuto",
61
61
  "Unmute User": "Riattiva utente",
62
62
  "Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
63
- "Unread Messages": "",
63
+ "Unread Messages": "Messaggi non letti",
64
64
  "Video": "Video",
65
- "You": "",
66
- "You can't send messages in this channel": "",
65
+ "You": "Tu",
66
+ "You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
67
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
68
68
  "{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
69
69
  "{{ replyCount }} Replies": "{{ replyCount }} Risposte",
70
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
71
71
  "{{ user }} is typing": "{{ user }} sta scrivendo",
72
- "🏙 Attachment...": ""
72
+ "🏙 Attachment...": "🏙 Allegato..."
73
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Antwoord",
3
3
  "1 Thread Reply": "1 thread antwoord",
4
4
  "Allow access to your Gallery": "Geef toegang tot uw galerij",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Stuur ook naar kanaal",
6
6
  "Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
7
7
  "Block User": "Blokkeer Gebruiker",
8
8
  "Cancel": "Annuleer",
@@ -12,62 +12,62 @@
12
12
  "Delete Message": "Verwijder bericht",
13
13
  "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?",
14
14
  "Edit Message": "Pas bericht aan",
15
- "Editing Message": "",
15
+ "Editing Message": "Bericht aanpassen",
16
16
  "Emoji matching": "Emoji-overeenkomsten",
17
- "Empty message...": "",
18
- "Error loading": "",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
17
+ "Empty message...": "Leeg bericht...",
18
+ "Error loading": "Probleem bij het laden",
19
+ "Error loading channel list...": "Probleem bij het laden van de kanalen...",
20
+ "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
21
+ "Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
22
22
  "File type not supported": "Bestandstype niet ondersteund",
23
23
  "Flag": "Markeer",
24
24
  "Flag Message": "Markeer bericht",
25
25
  "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",
26
- "How about sending your first message to a friend?": "",
26
+ "How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
27
27
  "Instant Commands": "Directe Opdrachten",
28
- "Let's start chatting!": "",
29
- "Links are disabled": "",
30
- "Loading channels...": "",
31
- "Loading messages...": "",
32
- "Loading...": "",
33
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
- "Message Reactions": "",
35
- "Message deleted": "",
28
+ "Let's start chatting!": "Laten we beginnen met chatten!",
29
+ "Links are disabled": "Het versturen van links staat uit",
30
+ "Loading channels...": "Kanalen aan het laden...",
31
+ "Loading messages...": "Berichten aan het laden...",
32
+ "Loading...": "Aan het laden...",
33
+ "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.",
34
+ "Message Reactions": "Bericht Reacties",
35
+ "Message deleted": "Bericht verwijderd",
36
36
  "Message flagged": "Bericht gemarkeerd",
37
37
  "Mute User": "Gebruiker dempen",
38
- "Not supported": "",
39
- "Nothing yet...": "",
38
+ "Not supported": "niet ondersteund",
39
+ "Nothing yet...": "Nog niets...",
40
40
  "Ok": "Oké",
41
- "Only visible to you": "",
41
+ "Only visible to you": "Alleen zichtbaar voor jou",
42
42
  "Photo": "Foto",
43
43
  "Photos and Videos": "Foto's en video's",
44
44
  "Pin to Conversation": "Vastmaken aan gesprek",
45
45
  "Pinned by": "Vastgemaakt door",
46
46
  "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.",
47
- "Please select a channel first": "",
48
- "Reconnecting...": "",
47
+ "Please select a channel first": "Selecteer eerst een kanaal",
48
+ "Reconnecting...": "Opnieuw Verbinding Maken...",
49
49
  "Reply": "Antwoord",
50
- "Reply to Message": "",
50
+ "Reply to Message": "Beantwoord bericht",
51
51
  "Resend": "Opnieuw versturen",
52
- "Search GIFs": "",
52
+ "Search GIFs": "Zoek GIF's",
53
53
  "Select More Photos": "Selecteer Meer foto's",
54
- "Send a message": "",
55
- "Sending links is not allowed in this conversation": "",
56
- "Slow mode ON": "",
54
+ "Send a message": "Stuur een bericht",
55
+ "Sending links is not allowed in this conversation": "In dit gesprek is het niet toegestaan links te versturen",
56
+ "Slow mode ON": "Langzame modus aan",
57
57
  "The message has been reported to a moderator.": "Het bericht is gerapporteerd aan een moderator.",
58
58
  "Thread Reply": "Discussie beantwoorden",
59
59
  "Unblock User": "Deblokkeer gebruiker",
60
60
  "Unknown User": "Onbekende gebruiker",
61
61
  "Unmute User": "Dempen van gebruiker opheffen",
62
62
  "Unpin from Conversation": "Losmaken van gesprek",
63
- "Unread Messages": "",
63
+ "Unread Messages": "Ongelezen Berichten",
64
64
  "Video": "Video",
65
- "You": "",
66
- "You can't send messages in this channel": "",
65
+ "You": "U",
66
+ "You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
67
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
68
68
  "{{ index }} of {{ photoLength }}": "{{ index }} van {{ photoLength }}",
69
69
  "{{ replyCount }} Replies": "{{ replyCount }} Antwoorden",
70
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
71
71
  "{{ user }} is typing": "{{ user }} is aan het typen",
72
- "🏙 Attachment...": ""
72
+ "🏙 Attachment...": "🏙 Bijlage..."
73
73
  }
@@ -2,7 +2,7 @@
2
2
  "1 Reply": "1 Ответ",
3
3
  "1 Thread Reply": "1 тема Ответить",
4
4
  "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Also send to channel": "",
5
+ "Also send to channel": "Также отправить на канал",
6
6
  "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
7
7
  "Block User": "Заблокировать пользователя",
8
8
  "Cancel": "Отмена",
@@ -12,62 +12,62 @@
12
12
  "Delete Message": "Удалить сообщение",
13
13
  "Do you want to send a copy of this message to a moderator for further investigation?": "Вы хотите отправить копию этого сообщения модератору для дальнейшего изучения?",
14
14
  "Edit Message": "Редактировать сообщение",
15
- "Editing Message": "",
15
+ "Editing Message": "Редактирование сообщения",
16
16
  "Emoji matching": "Соответствие эмодзи",
17
- "Empty message...": "",
18
- "Error loading": "",
19
- "Error loading channel list...": "",
20
- "Error loading messages for this channel...": "",
21
- "Error while loading, please reload/refresh": "",
17
+ "Empty message...": "Пустое сообщение...",
18
+ "Error loading": "Ошибка при загрузке",
19
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
20
+ "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
21
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
22
22
  "File type not supported": "Тип файла не поддерживается",
23
23
  "Flag": "Пометить",
24
24
  "Flag Message": "Пометить сообщение",
25
25
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
26
- "How about sending your first message to a friend?": "",
26
+ "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
27
27
  "Instant Commands": "Мгновенные Команды",
28
- "Let's start chatting!": "",
29
- "Links are disabled": "",
30
- "Loading channels...": "",
31
- "Loading messages...": "",
32
- "Loading...": "",
33
- "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
34
- "Message Reactions": "",
35
- "Message deleted": "",
28
+ "Let's start chatting!": "Давайте начнем общаться!",
29
+ "Links are disabled": "Ссылки отключены",
30
+ "Loading channels...": "Загружаю каналы...",
31
+ "Loading messages...": "Загружаю сообщения...",
32
+ "Loading...": "Загружаю...",
33
+ "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}} МБ.",
34
+ "Message Reactions": "Сообщения Реакции",
35
+ "Message deleted": "Сообщение удалено",
36
36
  "Message flagged": "Сообщение отмечено",
37
37
  "Mute User": "Отключить пользователя",
38
- "Not supported": "",
39
- "Nothing yet...": "",
38
+ "Not supported": "не поддерживается",
39
+ "Nothing yet...": "Пока ничего нет...",
40
40
  "Ok": "Oк",
41
- "Only visible to you": "",
41
+ "Only visible to you": "Видно только вам",
42
42
  "Photo": "Фото",
43
43
  "Photos and Videos": "Фото и видео",
44
44
  "Pin to Conversation": "Закрепить к беседе",
45
45
  "Pinned by": "Закреплено пользователем",
46
46
  "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
47
- "Please select a channel first": "",
48
- "Reconnecting...": "",
47
+ "Please select a channel first": "Пожалуйста, сначала выберите канал",
48
+ "Reconnecting...": "Переподключение...",
49
49
  "Reply": "Ответить",
50
- "Reply to Message": "",
50
+ "Reply to Message": "Ответить на сообщение",
51
51
  "Resend": "Отправить",
52
- "Search GIFs": "",
52
+ "Search GIFs": "Поиск GIF",
53
53
  "Select More Photos": "Выбрать больше фотографий",
54
- "Send a message": "",
55
- "Sending links is not allowed in this conversation": "",
56
- "Slow mode ON": "",
54
+ "Send a message": "Отправить сообщение",
55
+ "Sending links is not allowed in this conversation": "Отправка ссылок недоступна в этом чате",
56
+ "Slow mode ON": "Медленный режим включен",
57
57
  "The message has been reported to a moderator.": "Сообщение отправлено модератору.",
58
58
  "Thread Reply": "Тема Ответить",
59
59
  "Unblock User": "Разблокировать пользователя",
60
60
  "Unknown User": "Неизвестный пользователь",
61
61
  "Unmute User": "Включить микрофон",
62
62
  "Unpin from Conversation": "Открепить от беседы",
63
- "Unread Messages": "",
63
+ "Unread Messages": "Непрочитанные Сообщения",
64
64
  "Video": "видео",
65
- "You": "",
66
- "You can't send messages in this channel": "",
65
+ "You": "Вы",
66
+ "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
67
67
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
68
68
  "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
69
69
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
70
70
  "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
71
71
  "{{ user }} is typing": "{{ user }} пишет",
72
- "🏙 Attachment...": ""
72
+ "🏙 Attachment...": "🏙 Вложение..."
73
73
  }