stream-chat-react-native-core 5.21.0-beta.3 → 5.21.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/Channel/Channel.js +17 -13
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js +22 -42
- package/lib/commonjs/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js +50 -0
- package/lib/commonjs/components/Message/MessageSimple/MessageError.js.map +1 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/fr.json +55 -55
- package/lib/commonjs/i18n/hi.json +55 -55
- package/lib/commonjs/i18n/it.json +55 -55
- package/lib/commonjs/i18n/nl.json +55 -55
- package/lib/commonjs/i18n/ru.json +55 -55
- package/lib/commonjs/i18n/tr.json +55 -55
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Channel/Channel.js +17 -13
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageContent.js +22 -42
- package/lib/module/components/Message/MessageSimple/MessageContent.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageError.js +50 -0
- package/lib/module/components/Message/MessageSimple/MessageError.js.map +1 -0
- package/lib/module/components/index.js +11 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js +2 -2
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/fr.json +55 -55
- package/lib/module/i18n/hi.json +55 -55
- package/lib/module/i18n/it.json +55 -55
- package/lib/module/i18n/nl.json +55 -55
- package/lib/module/i18n/ru.json +55 -55
- package/lib/module/i18n/tr.json +55 -55
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts +6 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +5 -0
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/fr.json +55 -55
- package/lib/typescript/i18n/hi.json +55 -55
- package/lib/typescript/i18n/it.json +55 -55
- package/lib/typescript/i18n/nl.json +55 -55
- package/lib/typescript/i18n/ru.json +55 -55
- package/lib/typescript/i18n/tr.json +55 -55
- package/package.json +1 -1
- package/src/components/Channel/Channel.tsx +4 -0
- package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
- package/src/components/Message/MessageSimple/MessageContent.tsx +6 -11
- package/src/components/Message/MessageSimple/MessageError.tsx +28 -0
- package/src/components/index.ts +1 -0
- package/src/contexts/messagesContext/MessagesContext.tsx +5 -0
- package/src/i18n/en.json +1 -1
- package/src/i18n/fr.json +55 -55
- package/src/i18n/hi.json +55 -55
- package/src/i18n/it.json +55 -55
- package/src/i18n/nl.json +55 -55
- package/src/i18n/ru.json +55 -55
- package/src/i18n/tr.json +55 -55
- package/src/version.json +1 -1
package/lib/module/i18n/tr.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Cevap",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 Konu Yanıtı",
|
|
4
4
|
"Allow access to your Gallery": "Galerinize erişime izin verin",
|
|
5
|
-
"Also send to channel": "",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
5
|
+
"Also send to channel": "Kanala da gönder",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
7
|
+
"Block User": "Kullanıcıyı engelle",
|
|
8
|
+
"Cancel": "İptal",
|
|
9
|
+
"Cannot Flag Message": "Raporlama Başarısız",
|
|
10
|
+
"Copy Message": "Mesajı Kopyala",
|
|
11
|
+
"Delete": "Sil",
|
|
12
|
+
"Delete Message": "Mesajı Sil",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
|
|
14
|
+
"Edit Message": "Mesajı Düzenle",
|
|
15
|
+
"Editing Message": "Mesaj Düzenleniyor",
|
|
16
16
|
"Emoji matching": "Emoji eşleştirme",
|
|
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
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
17
|
+
"Empty message...": "Boş mesaj...",
|
|
18
|
+
"Error loading": "Yükleme hatası",
|
|
19
|
+
"Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
|
|
20
|
+
"Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
|
|
21
|
+
"Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
|
|
22
|
+
"File type not supported": "Dosya türü desteklenmiyor",
|
|
23
|
+
"Flag": "Raporla",
|
|
24
|
+
"Flag Message": "Mesajı Raporla",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
|
|
26
26
|
"Instant Commands": "Anlık Komutlar",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
27
|
+
"Links are disabled": "Bağlantılar devre dışı",
|
|
28
|
+
"Loading channels...": "Kanallar yükleniyor...",
|
|
29
|
+
"Loading messages...": "Mesajlar yükleniyor...",
|
|
30
|
+
"Loading...": "Yükleniyor...",
|
|
31
|
+
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "Maksimum dosya boyutu yükleme sınırına ulaşıldı. Lütfen {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB'ın altında bir dosya yükleyin.",
|
|
32
32
|
"Message Reactions": "Mesaj Tepkileri",
|
|
33
|
-
"Message deleted": "",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
33
|
+
"Message deleted": "Mesaj silindi",
|
|
34
|
+
"Message flagged": "Mesaj işaretlendi",
|
|
35
|
+
"Mute User": "Kullanıcıyı sessize al",
|
|
36
36
|
"Not supported": "Desteklenmiyor",
|
|
37
|
-
"Nothing yet...": "",
|
|
38
|
-
"Ok": "",
|
|
39
|
-
"Only visible to you": "",
|
|
37
|
+
"Nothing yet...": "Henüz değil...",
|
|
38
|
+
"Ok": "Tamam",
|
|
39
|
+
"Only visible to you": "Sadece siz görebilirsiniz",
|
|
40
40
|
"Photo": "Fotoğraf",
|
|
41
41
|
"Photos and Videos": "Fotoğraflar ve Videolar",
|
|
42
|
-
"Pin to Conversation": "",
|
|
43
|
-
"Pinned by": "",
|
|
42
|
+
"Pin to Conversation": "Konuşmaya sabitle",
|
|
43
|
+
"Pinned by": "Tarafından sabitlendi",
|
|
44
44
|
"Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
|
|
45
|
-
"Please select a channel first": "",
|
|
46
|
-
"Reconnecting...": "",
|
|
47
|
-
"Reply": "",
|
|
48
|
-
"Reply to Message": "",
|
|
49
|
-
"Resend": "",
|
|
50
|
-
"Search GIFs": "",
|
|
45
|
+
"Please select a channel first": "Lütfen önce bir kanal seçiniz",
|
|
46
|
+
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
47
|
+
"Reply": "Yanıtla",
|
|
48
|
+
"Reply to Message": "Mesajı Yanıtla",
|
|
49
|
+
"Resend": "Yeniden gönder",
|
|
50
|
+
"Search GIFs": "GIF Ara",
|
|
51
51
|
"Select More Photos": "Daha Fazla Fotoğraf Seçin",
|
|
52
|
-
"Send a message": "",
|
|
53
|
-
"Sending links is not allowed in this conversation": "",
|
|
54
|
-
"Slow mode ON": "",
|
|
55
|
-
"The message has been reported to a moderator.": "",
|
|
56
|
-
"Thread Reply": "",
|
|
57
|
-
"Unblock User": "",
|
|
52
|
+
"Send a message": "Mesaj gönder",
|
|
53
|
+
"Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
|
|
54
|
+
"Slow mode ON": "Yavaş Mod Açık",
|
|
55
|
+
"The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
|
|
56
|
+
"Thread Reply": "Konu Yanıtı",
|
|
57
|
+
"Unblock User": "Kullanıcının engelini kaldır",
|
|
58
58
|
"Unknown User": "Bilinmeyen kullanıcı",
|
|
59
|
-
"Unmute User": "",
|
|
60
|
-
"Unpin from Conversation": "",
|
|
61
|
-
"Unread Messages": "",
|
|
59
|
+
"Unmute User": "Kullanıcının sesini aç",
|
|
60
|
+
"Unpin from Conversation": "Sabitlemeyi kaldır",
|
|
61
|
+
"Unread Messages": "Okunmamış Mesajlar",
|
|
62
62
|
"Video": "Video",
|
|
63
|
-
"You": "",
|
|
64
|
-
"You can't send messages in this channel": "",
|
|
65
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
63
|
+
"You": "Sen",
|
|
64
|
+
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Cevap",
|
|
68
|
-
"{{ replyCount }} Thread Replies": "",
|
|
69
|
-
"{{ user }} is typing": "",
|
|
70
|
-
"🏙 Attachment...": ""
|
|
68
|
+
"{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} yazıyor",
|
|
70
|
+
"🏙 Attachment...": "🏙 Ek..."
|
|
71
71
|
}
|
package/lib/module/version.json
CHANGED
|
@@ -15,7 +15,7 @@ import type { DefaultStreamChatGenerics } from '../../types/types';
|
|
|
15
15
|
import { ReactionData } from '../../utils/utils';
|
|
16
16
|
import { LoadingErrorProps } from '../Indicators/LoadingErrorIndicator';
|
|
17
17
|
export declare const reactionData: ReactionData[];
|
|
18
|
-
export declare type ChannelPropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<ChannelContextValue<StreamChatGenerics>, 'channel'> & Partial<Pick<ChannelContextValue<StreamChatGenerics>, 'EmptyStateIndicator' | 'enableMessageGroupingByUser' | 'enforceUniqueReaction' | 'giphyEnabled' | 'hideStickyDateHeader' | 'hideDateSeparators' | 'LoadingIndicator' | 'maxTimeBetweenGroupedMessages' | 'NetworkDownIndicator' | 'StickyHeader'>> & Pick<ChatContextValue<StreamChatGenerics>, 'client' | 'enableOfflineSupport'> & Partial<Omit<InputMessageInputContextValue<StreamChatGenerics>, 'quotedMessage' | 'editing' | 'clearEditingState' | 'clearQuotedMessageState' | 'sendMessage'>> & Partial<Pick<SuggestionsContextValue<StreamChatGenerics>, 'AutoCompleteSuggestionHeader' | 'AutoCompleteSuggestionItem' | 'AutoCompleteSuggestionList'>> & Pick<TranslationContextValue, 't'> & Partial<Pick<PaginatedMessageListContextValue<StreamChatGenerics>, 'messages' | 'loadingMore' | 'loadingMoreRecent'>> & UseChannelStateValue<StreamChatGenerics> & Partial<Pick<MessagesContextValue<StreamChatGenerics>, 'additionalTouchableProps' | 'Attachment' | 'AttachmentActions' | 'AudioAttachment' | 'Card' | 'CardCover' | 'CardFooter' | 'CardHeader' | 'DateHeader' | 'deletedMessagesVisibilityType' | 'disableTypingIndicator' | 'dismissKeyboardOnMessageTouch' | 'FileAttachment' | 'FileAttachmentIcon' | 'FileAttachmentGroup' | 'FlatList' | 'forceAlignMessages' | 'formatDate' | 'Gallery' | 'getMessagesGroupStyles' | 'Giphy' | 'giphyVersion' | 'handleBlock' | 'handleCopy' | 'handleDelete' | 'handleEdit' | 'handleFlag' | 'handleMute' | 'handlePinMessage' | 'handleReaction' | 'handleQuotedReply' | 'handleRetry' | 'handleThreadReply' | 'InlineDateSeparator' | 'InlineUnreadIndicator' | 'isAttachmentEqual' | 'legacyImageViewerSwipeBehaviour' | 'ImageLoadingFailedIndicator' | 'ImageLoadingIndicator' | 'markdownRules' | 'Message' | 'messageActions' | 'MessageAvatar' | 'MessageContent' | 'messageContentOrder' | 'MessageDeleted' | 'MessageFooter' | 'MessageHeader' | 'MessageList' | 'MessagePinnedHeader' | 'MessageReplies' | 'MessageRepliesAvatars' | 'MessageSimple' | 'MessageStatus' | 'MessageSystem' | 'MessageText' | 'myMessageTheme' | 'onLongPressMessage' | 'onPressInMessage' | 'onPressMessage' | 'OverlayReactionList' | 'ReactionList' | 'Reply' | 'ScrollToBottomButton' | 'selectReaction' | 'supportedReactions' | 'TypingIndicator' | 'TypingIndicatorContainer' | 'UrlPreview' | 'VideoThumbnail'>> & Partial<Pick<ThreadContextValue<StreamChatGenerics>, 'allowThreadMessagesInChannel' | 'thread'>> & {
|
|
18
|
+
export declare type ChannelPropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<ChannelContextValue<StreamChatGenerics>, 'channel'> & Partial<Pick<ChannelContextValue<StreamChatGenerics>, 'EmptyStateIndicator' | 'enableMessageGroupingByUser' | 'enforceUniqueReaction' | 'giphyEnabled' | 'hideStickyDateHeader' | 'hideDateSeparators' | 'LoadingIndicator' | 'maxTimeBetweenGroupedMessages' | 'NetworkDownIndicator' | 'StickyHeader'>> & Pick<ChatContextValue<StreamChatGenerics>, 'client' | 'enableOfflineSupport'> & Partial<Omit<InputMessageInputContextValue<StreamChatGenerics>, 'quotedMessage' | 'editing' | 'clearEditingState' | 'clearQuotedMessageState' | 'sendMessage'>> & Partial<Pick<SuggestionsContextValue<StreamChatGenerics>, 'AutoCompleteSuggestionHeader' | 'AutoCompleteSuggestionItem' | 'AutoCompleteSuggestionList'>> & Pick<TranslationContextValue, 't'> & Partial<Pick<PaginatedMessageListContextValue<StreamChatGenerics>, 'messages' | 'loadingMore' | 'loadingMoreRecent'>> & UseChannelStateValue<StreamChatGenerics> & Partial<Pick<MessagesContextValue<StreamChatGenerics>, 'additionalTouchableProps' | 'Attachment' | 'AttachmentActions' | 'AudioAttachment' | 'Card' | 'CardCover' | 'CardFooter' | 'CardHeader' | 'DateHeader' | 'deletedMessagesVisibilityType' | 'disableTypingIndicator' | 'dismissKeyboardOnMessageTouch' | 'FileAttachment' | 'FileAttachmentIcon' | 'FileAttachmentGroup' | 'FlatList' | 'forceAlignMessages' | 'formatDate' | 'Gallery' | 'getMessagesGroupStyles' | 'Giphy' | 'giphyVersion' | 'handleBlock' | 'handleCopy' | 'handleDelete' | 'handleEdit' | 'handleFlag' | 'handleMute' | 'handlePinMessage' | 'handleReaction' | 'handleQuotedReply' | 'handleRetry' | 'handleThreadReply' | 'InlineDateSeparator' | 'InlineUnreadIndicator' | 'isAttachmentEqual' | 'legacyImageViewerSwipeBehaviour' | 'ImageLoadingFailedIndicator' | 'ImageLoadingIndicator' | 'markdownRules' | 'Message' | 'messageActions' | 'MessageAvatar' | 'MessageContent' | 'messageContentOrder' | 'MessageDeleted' | 'MessageError' | 'MessageFooter' | 'MessageHeader' | 'MessageList' | 'MessagePinnedHeader' | 'MessageReplies' | 'MessageRepliesAvatars' | 'MessageSimple' | 'MessageStatus' | 'MessageSystem' | 'MessageText' | 'myMessageTheme' | 'onLongPressMessage' | 'onPressInMessage' | 'onPressMessage' | 'OverlayReactionList' | 'ReactionList' | 'Reply' | 'ScrollToBottomButton' | 'selectReaction' | 'supportedReactions' | 'TypingIndicator' | 'TypingIndicatorContainer' | 'UrlPreview' | 'VideoThumbnail'>> & Partial<Pick<ThreadContextValue<StreamChatGenerics>, 'allowThreadMessagesInChannel' | 'thread'>> & {
|
|
19
19
|
shouldSyncChannel: boolean;
|
|
20
20
|
/**
|
|
21
21
|
* Additional props passed to keyboard avoiding view
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { MessagesContextValue } from '../../../contexts/messagesContext/MessagesContext';
|
|
2
2
|
import type { DefaultStreamChatGenerics } from '../../../types/types';
|
|
3
|
-
export declare const useCreateMessagesContext: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ additionalTouchableProps, Attachment, AttachmentActions, AudioAttachment, Card, CardCover, CardFooter, CardHeader, channelId, DateHeader, deletedMessagesVisibilityType, deleteMessage, deleteReaction, disableTypingIndicator, dismissKeyboardOnMessageTouch, enableMessageGroupingByUser, FileAttachment, FileAttachmentGroup, FileAttachmentIcon, FlatList, forceAlignMessages, formatDate, Gallery, getMessagesGroupStyles, Giphy, giphyVersion, handleBlock, handleCopy, handleDelete, handleEdit, handleFlag, handleMute, handlePinMessage, handleQuotedReply, handleReaction, handleRetry, handleThreadReply, ImageLoadingFailedIndicator, ImageLoadingIndicator, initialScrollToFirstUnreadMessage, InlineDateSeparator, InlineUnreadIndicator, isAttachmentEqual, legacyImageViewerSwipeBehaviour, markdownRules, Message, messageActions, MessageAvatar, MessageContent, messageContentOrder, MessageDeleted, MessageFooter, MessageHeader, MessageList, MessagePinnedHeader, MessageReplies, MessageRepliesAvatars, MessageSimple, MessageStatus, MessageSystem, MessageText, myMessageTheme, onLongPressMessage, onPressInMessage, onPressMessage, OverlayReactionList, ReactionList, removeMessage, Reply, retrySendMessage, ScrollToBottomButton, selectReaction, sendReaction, setEditingState, setQuotedMessageState, supportedReactions, targetedMessage, TypingIndicator, TypingIndicatorContainer, updateMessage, UrlPreview, VideoThumbnail, }: MessagesContextValue<StreamChatGenerics> & {
|
|
3
|
+
export declare const useCreateMessagesContext: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>({ additionalTouchableProps, Attachment, AttachmentActions, AudioAttachment, Card, CardCover, CardFooter, CardHeader, channelId, DateHeader, deletedMessagesVisibilityType, deleteMessage, deleteReaction, disableTypingIndicator, dismissKeyboardOnMessageTouch, enableMessageGroupingByUser, FileAttachment, FileAttachmentGroup, FileAttachmentIcon, FlatList, forceAlignMessages, formatDate, Gallery, getMessagesGroupStyles, Giphy, giphyVersion, handleBlock, handleCopy, handleDelete, handleEdit, handleFlag, handleMute, handlePinMessage, handleQuotedReply, handleReaction, handleRetry, handleThreadReply, ImageLoadingFailedIndicator, ImageLoadingIndicator, initialScrollToFirstUnreadMessage, InlineDateSeparator, InlineUnreadIndicator, isAttachmentEqual, legacyImageViewerSwipeBehaviour, markdownRules, Message, messageActions, MessageAvatar, MessageContent, messageContentOrder, MessageDeleted, MessageError, MessageFooter, MessageHeader, MessageList, MessagePinnedHeader, MessageReplies, MessageRepliesAvatars, MessageSimple, MessageStatus, MessageSystem, MessageText, myMessageTheme, onLongPressMessage, onPressInMessage, onPressMessage, OverlayReactionList, ReactionList, removeMessage, Reply, retrySendMessage, ScrollToBottomButton, selectReaction, sendReaction, setEditingState, setQuotedMessageState, supportedReactions, targetedMessage, TypingIndicator, TypingIndicatorContainer, updateMessage, UrlPreview, VideoThumbnail, }: MessagesContextValue<StreamChatGenerics> & {
|
|
4
4
|
/**
|
|
5
5
|
* To ensure we allow re-render, when channel is changed
|
|
6
6
|
*/
|
|
@@ -3,7 +3,7 @@ import { MessageContextValue } from '../../../contexts/messageContext/MessageCon
|
|
|
3
3
|
import { MessagesContextValue } from '../../../contexts/messagesContext/MessagesContext';
|
|
4
4
|
import { TranslationContextValue } from '../../../contexts/translationContext/TranslationContext';
|
|
5
5
|
import type { DefaultStreamChatGenerics } from '../../../types/types';
|
|
6
|
-
export declare type MessageContentPropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<MessageContextValue<StreamChatGenerics>, 'alignment' | 'disabled' | 'goToMessage' | 'groupStyles' | 'hasReactions' | 'isMyMessage' | 'lastGroupMessage' | 'members' | 'message' | 'messageContentOrder' | 'onLongPress' | 'onlyEmojis' | 'onPress' | 'onPressIn' | 'otherAttachments' | 'preventPress' | 'showMessageStatus' | 'threadList'> & Pick<MessagesContextValue<StreamChatGenerics>, 'additionalTouchableProps' | 'Attachment' | 'FileAttachmentGroup' | 'formatDate' | 'Gallery' | 'isAttachmentEqual' | 'MessageFooter' | 'MessageHeader' | 'MessageDeleted' | 'MessageReplies' | 'MessageStatus' | 'onPressInMessage' | 'Reply'> & Pick<TranslationContextValue, 't' | 'tDateTimeParser'> & {
|
|
6
|
+
export declare type MessageContentPropsWithContext<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Pick<MessageContextValue<StreamChatGenerics>, 'alignment' | 'disabled' | 'goToMessage' | 'groupStyles' | 'hasReactions' | 'isMyMessage' | 'lastGroupMessage' | 'members' | 'message' | 'messageContentOrder' | 'onLongPress' | 'onlyEmojis' | 'onPress' | 'onPressIn' | 'otherAttachments' | 'preventPress' | 'showMessageStatus' | 'threadList'> & Pick<MessagesContextValue<StreamChatGenerics>, 'additionalTouchableProps' | 'Attachment' | 'FileAttachmentGroup' | 'formatDate' | 'Gallery' | 'isAttachmentEqual' | 'MessageFooter' | 'MessageHeader' | 'MessageDeleted' | 'MessageError' | 'MessageReplies' | 'MessageStatus' | 'onPressInMessage' | 'Reply'> & Pick<TranslationContextValue, 't' | 'tDateTimeParser'> & {
|
|
7
7
|
setMessageContentWidth: React.Dispatch<React.SetStateAction<number>>;
|
|
8
8
|
};
|
|
9
9
|
export declare type MessageContentProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = Partial<Omit<MessageContentPropsWithContext<StreamChatGenerics>, 'setMessageContentWidth'>> & Pick<MessageContentPropsWithContext<StreamChatGenerics>, 'setMessageContentWidth'>;
|
|
@@ -87,6 +87,7 @@ export * from './Message/Message';
|
|
|
87
87
|
export * from './Message/MessageSimple/MessageAvatar';
|
|
88
88
|
export * from './Message/MessageSimple/MessageContent';
|
|
89
89
|
export * from './Message/MessageSimple/MessageDeleted';
|
|
90
|
+
export * from './Message/MessageSimple/MessageError';
|
|
90
91
|
export * from './Message/MessageSimple/MessageFooter';
|
|
91
92
|
export * from './Message/MessageSimple/MessagePinnedHeader';
|
|
92
93
|
export * from './Message/MessageSimple/MessageReplies';
|
|
@@ -18,6 +18,7 @@ import type { MessageProps, MessageTouchableHandlerPayload } from '../../compone
|
|
|
18
18
|
import type { MessageAvatarProps } from '../../components/Message/MessageSimple/MessageAvatar';
|
|
19
19
|
import type { MessageContentProps } from '../../components/Message/MessageSimple/MessageContent';
|
|
20
20
|
import type { MessageDeletedProps } from '../../components/Message/MessageSimple/MessageDeleted';
|
|
21
|
+
import type { MessageErrorProps } from '../../components/Message/MessageSimple/MessageError';
|
|
21
22
|
import type { MessageFooterProps } from '../../components/Message/MessageSimple/MessageFooter';
|
|
22
23
|
import type { MessageRepliesProps } from '../../components/Message/MessageSimple/MessageReplies';
|
|
23
24
|
import type { MessageRepliesAvatarsProps } from '../../components/Message/MessageSimple/MessageRepliesAvatars';
|
|
@@ -145,6 +146,10 @@ export declare type MessagesContextValue<StreamChatGenerics extends DefaultStrea
|
|
|
145
146
|
* Defaults to: [MessageDeleted](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/MessageSimple/MessageDeleted.tsx)
|
|
146
147
|
*/
|
|
147
148
|
MessageDeleted: React.ComponentType<MessageDeletedProps<StreamChatGenerics>>;
|
|
149
|
+
/**
|
|
150
|
+
* UI component for the MessageError.
|
|
151
|
+
*/
|
|
152
|
+
MessageError: React.ComponentType<MessageErrorProps>;
|
|
148
153
|
/**
|
|
149
154
|
* Custom message footer component
|
|
150
155
|
*/
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"File type not supported": "File type not supported",
|
|
23
23
|
"Flag": "Flag",
|
|
24
24
|
"Flag Message": "Flag Message",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged.",
|
|
26
26
|
"Instant Commands": "Instant Commands",
|
|
27
27
|
"Links are disabled": "Links are disabled",
|
|
28
28
|
"Loading channels...": "Loading channels...",
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
|
-
"1 Thread Reply": "",
|
|
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": "",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
5
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
7
|
+
"Block User": "Bloquer un utilisateur",
|
|
8
|
+
"Cancel": "Annuler",
|
|
9
|
+
"Cannot Flag Message": "Impossible de signaler le message",
|
|
10
|
+
"Copy Message": "Copier le message",
|
|
11
|
+
"Delete": "Supprimer",
|
|
12
|
+
"Delete Message": "Supprimer un message",
|
|
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
|
+
"Edit Message": "Éditer un 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": "",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
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
|
+
"File type not supported": "Le type de fichier n'est pas pris en charge",
|
|
23
|
+
"Flag": "Signaler",
|
|
24
|
+
"Flag Message": "Signaler le message",
|
|
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
26
|
"Instant Commands": "Commandes Instantanées",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
27
|
+
"Links are disabled": "Links are disabled",
|
|
28
|
+
"Loading channels...": "Chargement des canaux...",
|
|
29
|
+
"Loading messages...": "Chargement des messages...",
|
|
30
|
+
"Loading...": "Chargement...",
|
|
31
|
+
"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.",
|
|
32
32
|
"Message Reactions": "Réactions aux messages",
|
|
33
|
-
"Message deleted": "",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
33
|
+
"Message deleted": "Message supprimé",
|
|
34
|
+
"Message flagged": "Message signalé",
|
|
35
|
+
"Mute User": "Utilisateur muet",
|
|
36
36
|
"Not supported": "Non pris en charge",
|
|
37
|
-
"Nothing yet...": "",
|
|
38
|
-
"Ok": "",
|
|
39
|
-
"Only visible to you": "",
|
|
37
|
+
"Nothing yet...": "Aucun message...",
|
|
38
|
+
"Ok": "Ok",
|
|
39
|
+
"Only visible to you": "Seulement visible par vous",
|
|
40
40
|
"Photo": "Photo",
|
|
41
41
|
"Photos and Videos": "Photos et vidéos",
|
|
42
|
-
"Pin to Conversation": "",
|
|
43
|
-
"Pinned by": "",
|
|
42
|
+
"Pin to Conversation": "Épingler à la conversation",
|
|
43
|
+
"Pinned by": "Épinglé par",
|
|
44
44
|
"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.",
|
|
45
|
-
"Please select a channel first": "",
|
|
46
|
-
"Reconnecting...": "",
|
|
47
|
-
"Reply": "",
|
|
48
|
-
"Reply to Message": "",
|
|
49
|
-
"Resend": "",
|
|
50
|
-
"Search GIFs": "",
|
|
45
|
+
"Please select a channel first": "Veuillez d'abord selectionnez un canal",
|
|
46
|
+
"Reconnecting...": "Se Reconnecter...",
|
|
47
|
+
"Reply": "Répondre",
|
|
48
|
+
"Reply to Message": "Répondre au message",
|
|
49
|
+
"Resend": "Renvoyer",
|
|
50
|
+
"Search GIFs": "Rechercher des GIF",
|
|
51
51
|
"Select More Photos": "Sélectionner plus de photos",
|
|
52
|
-
"Send a message": "",
|
|
53
|
-
"Sending links is not allowed in this conversation": "",
|
|
54
|
-
"Slow mode ON": "",
|
|
55
|
-
"The message has been reported to a moderator.": "",
|
|
56
|
-
"Thread Reply": "",
|
|
57
|
-
"Unblock User": "",
|
|
52
|
+
"Send a message": "Envoyer un message",
|
|
53
|
+
"Sending links is not allowed in this conversation": "Sending links is not allowed in this conversation",
|
|
54
|
+
"Slow mode ON": "Mode lent activé",
|
|
55
|
+
"The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
|
|
56
|
+
"Thread Reply": "Réponse à la discussion",
|
|
57
|
+
"Unblock User": "Débloquer Utilisateur",
|
|
58
58
|
"Unknown User": "Utilisateur inconnu",
|
|
59
|
-
"Unmute User": "",
|
|
60
|
-
"Unpin from Conversation": "",
|
|
61
|
-
"Unread Messages": "",
|
|
59
|
+
"Unmute User": "Activer le son de Utilisateur",
|
|
60
|
+
"Unpin from Conversation": "Décrocher de la conversation",
|
|
61
|
+
"Unread Messages": "Messages non lus",
|
|
62
62
|
"Video": "Vidéo",
|
|
63
|
-
"You": "",
|
|
64
|
-
"You can't send messages in this channel": "",
|
|
65
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
63
|
+
"You": "Toi",
|
|
64
|
+
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} sur {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
68
|
-
"{{ replyCount }} Thread Replies": "",
|
|
69
|
-
"{{ user }} is typing": "",
|
|
70
|
-
"🏙 Attachment...": ""
|
|
68
|
+
"{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} est en train d'écrire",
|
|
70
|
+
"🏙 Attachment...": "🏙 Pièce jointe..."
|
|
71
71
|
}
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
|
-
"1 Thread Reply": "",
|
|
3
|
+
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
4
|
"Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
|
|
5
|
-
"Also send to channel": "",
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
-
"Block User": "",
|
|
8
|
-
"Cancel": "",
|
|
9
|
-
"Cannot Flag Message": "",
|
|
10
|
-
"Copy Message": "",
|
|
11
|
-
"Delete": "",
|
|
12
|
-
"Delete Message": "",
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
-
"Edit Message": "",
|
|
15
|
-
"Editing Message": "",
|
|
5
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
7
|
+
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
8
|
+
"Cancel": "रद्द करें",
|
|
9
|
+
"Cannot Flag Message": "मैसेज फ्लैग नहीं किया जा सकता है",
|
|
10
|
+
"Copy Message": "संदेश की प्रतिलिपि बनाएँ",
|
|
11
|
+
"Delete": "हटाएं",
|
|
12
|
+
"Delete Message": "मैसेज को डिलीट करे",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
|
|
14
|
+
"Edit 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": "",
|
|
22
|
-
"File type not supported": "",
|
|
23
|
-
"Flag": "",
|
|
24
|
-
"Flag Message": "",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
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
|
+
"File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
|
|
23
|
+
"Flag": "झंडा",
|
|
24
|
+
"Flag Message": "झंडा संदेश",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
26
26
|
"Instant Commands": "त्वरित कमांड",
|
|
27
|
-
"Links are disabled": "",
|
|
28
|
-
"Loading channels...": "",
|
|
29
|
-
"Loading messages...": "",
|
|
30
|
-
"Loading...": "",
|
|
31
|
-
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
27
|
+
"Links are disabled": "लिंक अक्षम हैं",
|
|
28
|
+
"Loading channels...": "चैनल लोड हो रहे हैं...",
|
|
29
|
+
"Loading messages...": "मेसेजस लोड हो रहे हैं...",
|
|
30
|
+
"Loading...": "लोड हो रहा है...",
|
|
31
|
+
"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}} एमबी से नीचे की फ़ाइल अपलोड करें।",
|
|
32
32
|
"Message Reactions": "संदेश प्रतिक्रियाएँ",
|
|
33
|
-
"Message deleted": "",
|
|
34
|
-
"Message flagged": "",
|
|
35
|
-
"Mute User": "",
|
|
33
|
+
"Message deleted": "मैसेज हटा दिया गया",
|
|
34
|
+
"Message flagged": "संदेश को ध्वजांकित किया गया",
|
|
35
|
+
"Mute User": "उपयोगकर्ता को म्यूट करें",
|
|
36
36
|
"Not supported": "समर्थित नहीं",
|
|
37
|
-
"Nothing yet...": "",
|
|
38
|
-
"Ok": "",
|
|
39
|
-
"Only visible to you": "",
|
|
37
|
+
"Nothing yet...": "कोई मैसेज नहीं है...",
|
|
38
|
+
"Ok": "ठीक",
|
|
39
|
+
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
40
40
|
"Photo": "तस्वीर",
|
|
41
41
|
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
42
|
-
"Pin to Conversation": "",
|
|
43
|
-
"Pinned by": "",
|
|
42
|
+
"Pin to Conversation": "बातचीत में पिन करें",
|
|
43
|
+
"Pinned by": "द्वारा पिन किया गया",
|
|
44
44
|
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
45
|
-
"Please select a channel first": "",
|
|
46
|
-
"Reconnecting...": "",
|
|
47
|
-
"Reply": "",
|
|
48
|
-
"Reply to Message": "",
|
|
49
|
-
"Resend": "",
|
|
50
|
-
"Search GIFs": "",
|
|
45
|
+
"Please select a channel first": "कृपया पहले एक चैनल चुनें",
|
|
46
|
+
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
47
|
+
"Reply": "मैसेज को रिप्लाई करे",
|
|
48
|
+
"Reply to Message": "संदेश का जवाब दें",
|
|
49
|
+
"Resend": "पुन: भेजें",
|
|
50
|
+
"Search GIFs": "GIF खोजें",
|
|
51
51
|
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
52
|
-
"Send a message": "",
|
|
53
|
-
"Sending links is not allowed in this conversation": "",
|
|
54
|
-
"Slow mode ON": "",
|
|
55
|
-
"The message has been reported to a moderator.": "",
|
|
56
|
-
"Thread Reply": "",
|
|
57
|
-
"Unblock User": "",
|
|
52
|
+
"Send a message": "एक संदेश भेजें",
|
|
53
|
+
"Sending links is not allowed in this conversation": "इस बातचीत में लिंक भेजने की अनुमति नहीं है",
|
|
54
|
+
"Slow mode ON": "स्लो मोड चालू",
|
|
55
|
+
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
|
56
|
+
"Thread Reply": "धागा जवाब",
|
|
57
|
+
"Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
|
|
58
58
|
"Unknown User": "अज्ञात उपयोगकर्ता",
|
|
59
|
-
"Unmute User": "",
|
|
60
|
-
"Unpin from Conversation": "",
|
|
61
|
-
"Unread Messages": "",
|
|
59
|
+
"Unmute User": "उपयोगकर्ता को अनम्यूट करें",
|
|
60
|
+
"Unpin from Conversation": "बातचीत से अनपिन करें",
|
|
61
|
+
"Unread Messages": "अपठित संदेश",
|
|
62
62
|
"Video": "वीडियो",
|
|
63
|
-
"You": "",
|
|
64
|
-
"You can't send messages in this channel": "",
|
|
65
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
63
|
+
"You": "आप",
|
|
64
|
+
"You can't send messages in this channel": "आप इस चैनल में संदेश नहीं भेज सकते",
|
|
65
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
|
66
66
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
67
67
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
68
|
-
"{{ replyCount }} Thread Replies": "",
|
|
69
|
-
"{{ user }} is typing": "",
|
|
70
|
-
"🏙 Attachment...": ""
|
|
68
|
+
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
69
|
+
"{{ user }} is typing": "{{ user }} टाइप कर रहा है",
|
|
70
|
+
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
71
71
|
}
|