stream-chat-react-native-core 5.25.0-beta.7 → 5.25.1-beta.1
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 +422 -393
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js +2 -2
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js +1 -4
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js +4 -4
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
- package/lib/commonjs/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +7 -7
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useCountdown.js.map +1 -1
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js +5 -5
- package/lib/commonjs/components/MessageOverlay/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/commonjs/contexts/chatContext/ChatContext.js +2 -2
- package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/es.json +38 -38
- package/lib/commonjs/i18n/fr.json +38 -38
- package/lib/commonjs/i18n/he.json +38 -38
- package/lib/commonjs/i18n/hi.json +38 -38
- package/lib/commonjs/i18n/it.json +39 -39
- package/lib/commonjs/i18n/ja.json +39 -39
- package/lib/commonjs/i18n/ko.json +39 -39
- package/lib/commonjs/i18n/nl.json +39 -39
- package/lib/commonjs/i18n/ru.json +36 -36
- package/lib/commonjs/i18n/tr.json +36 -36
- package/lib/commonjs/icons/ArrowRight.js.map +1 -1
- package/lib/commonjs/icons/AtMentions.js.map +1 -1
- package/lib/commonjs/icons/Attach.js.map +1 -1
- package/lib/commonjs/icons/Audio.js.map +1 -1
- package/lib/commonjs/icons/CSV.js.map +1 -1
- package/lib/commonjs/icons/Camera.js.map +1 -1
- package/lib/commonjs/icons/Check.js.map +1 -1
- package/lib/commonjs/icons/CheckAll.js.map +1 -1
- package/lib/commonjs/icons/CheckSend.js.map +1 -1
- package/lib/commonjs/icons/CircleClose.js.map +1 -1
- package/lib/commonjs/icons/CirclePlus.js.map +1 -1
- package/lib/commonjs/icons/CircleRight.js.map +1 -1
- package/lib/commonjs/icons/Close.js.map +1 -1
- package/lib/commonjs/icons/Copy.js.map +1 -1
- package/lib/commonjs/icons/CurveLineLeftUp.js.map +1 -1
- package/lib/commonjs/icons/DOC.js.map +1 -1
- package/lib/commonjs/icons/DOCX.js.map +1 -1
- package/lib/commonjs/icons/Delete.js.map +1 -1
- package/lib/commonjs/icons/Down.js.map +1 -1
- package/lib/commonjs/icons/DownloadArrow.js.map +1 -1
- package/lib/commonjs/icons/DownloadCloud.js.map +1 -1
- package/lib/commonjs/icons/Edit.js.map +1 -1
- package/lib/commonjs/icons/Error.js.map +1 -1
- package/lib/commonjs/icons/Eye.js.map +1 -1
- package/lib/commonjs/icons/Flag.js.map +1 -1
- package/lib/commonjs/icons/Folder.js.map +1 -1
- package/lib/commonjs/icons/GenericFile.js.map +1 -1
- package/lib/commonjs/icons/GiphyIcon.js.map +1 -1
- package/lib/commonjs/icons/Grid.js.map +1 -1
- package/lib/commonjs/icons/Group.js.map +1 -1
- package/lib/commonjs/icons/HTML.js.map +1 -1
- package/lib/commonjs/icons/Imgur.js.map +1 -1
- package/lib/commonjs/icons/LOLReaction.js.map +1 -1
- package/lib/commonjs/icons/Lightning.js.map +1 -1
- package/lib/commonjs/icons/Link.js.map +1 -1
- package/lib/commonjs/icons/Logo.js.map +1 -1
- package/lib/commonjs/icons/LoveReaction.js.map +1 -1
- package/lib/commonjs/icons/MD.js.map +1 -1
- package/lib/commonjs/icons/MailOpen.js.map +1 -1
- package/lib/commonjs/icons/MenuPointHorizontal.js.map +1 -1
- package/lib/commonjs/icons/MenuPointVertical.js.map +1 -1
- package/lib/commonjs/icons/MessageFlag.js.map +1 -1
- package/lib/commonjs/icons/MessageIcon.js.map +1 -1
- package/lib/commonjs/icons/Mute.js.map +1 -1
- package/lib/commonjs/icons/Notification.js.map +1 -1
- package/lib/commonjs/icons/ODT.js.map +1 -1
- package/lib/commonjs/icons/PDF.js.map +1 -1
- package/lib/commonjs/icons/PPT.js.map +1 -1
- package/lib/commonjs/icons/PPTX.js.map +1 -1
- package/lib/commonjs/icons/Pause.js.map +1 -1
- package/lib/commonjs/icons/Picture.js.map +1 -1
- package/lib/commonjs/icons/Pin.js.map +1 -1
- package/lib/commonjs/icons/PinHeader.js.map +1 -1
- package/lib/commonjs/icons/Play.js.map +1 -1
- package/lib/commonjs/icons/RAR.js.map +1 -1
- package/lib/commonjs/icons/RTF.js.map +1 -1
- package/lib/commonjs/icons/Recorder.js.map +1 -1
- package/lib/commonjs/icons/Refresh.js.map +1 -1
- package/lib/commonjs/icons/SEVEN_Z.js.map +1 -1
- package/lib/commonjs/icons/Search.js.map +1 -1
- package/lib/commonjs/icons/SendRight.js.map +1 -1
- package/lib/commonjs/icons/SendUp.js.map +1 -1
- package/lib/commonjs/icons/Share.js.map +1 -1
- package/lib/commonjs/icons/ShareRightArrow.js.map +1 -1
- package/lib/commonjs/icons/Smile.js.map +1 -1
- package/lib/commonjs/icons/Sound.js.map +1 -1
- package/lib/commonjs/icons/TAR.js.map +1 -1
- package/lib/commonjs/icons/TXT.js.map +1 -1
- package/lib/commonjs/icons/ThreadReply.js.map +1 -1
- package/lib/commonjs/icons/ThumbsDownReaction.js.map +1 -1
- package/lib/commonjs/icons/ThumbsUpReaction.js.map +1 -1
- package/lib/commonjs/icons/Time.js.map +1 -1
- package/lib/commonjs/icons/Unknown.js.map +1 -1
- package/lib/commonjs/icons/Unpin.js.map +1 -1
- package/lib/commonjs/icons/User.js.map +1 -1
- package/lib/commonjs/icons/UserAdd.js.map +1 -1
- package/lib/commonjs/icons/UserAdmin.js.map +1 -1
- package/lib/commonjs/icons/UserDelete.js.map +1 -1
- package/lib/commonjs/icons/UserMinus.js.map +1 -1
- package/lib/commonjs/icons/Video.js.map +1 -1
- package/lib/commonjs/icons/Warning.js.map +1 -1
- package/lib/commonjs/icons/WutReaction.js.map +1 -1
- package/lib/commonjs/icons/XLS.js.map +1 -1
- package/lib/commonjs/icons/XLSX.js.map +1 -1
- package/lib/commonjs/icons/ZIP.js.map +1 -1
- package/lib/commonjs/icons/utils/base.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Channel/Channel.js +422 -393
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreview.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js +2 -2
- package/lib/module/components/ChannelPreview/ChannelPreviewMessage.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js +1 -4
- package/lib/module/components/ChannelPreview/ChannelPreviewMessenger.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js +4 -4
- package/lib/module/components/ChannelPreview/ChannelPreviewStatus.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewTitle.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js +2 -2
- package/lib/module/components/ChannelPreview/ChannelPreviewUnreadCount.js.map +1 -1
- package/lib/module/components/Message/Message.js +7 -7
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useCountdown.js.map +1 -1
- package/lib/module/components/MessageOverlay/MessageActionListItem.js +5 -5
- package/lib/module/components/MessageOverlay/MessageActionListItem.js.map +1 -1
- package/lib/module/contexts/channelsContext/ChannelsContext.js.map +1 -1
- package/lib/module/contexts/chatContext/ChatContext.js +2 -2
- package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
- package/lib/module/contexts/themeContext/ThemeContext.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/es.json +38 -38
- package/lib/module/i18n/fr.json +38 -38
- package/lib/module/i18n/he.json +38 -38
- package/lib/module/i18n/hi.json +38 -38
- package/lib/module/i18n/it.json +39 -39
- package/lib/module/i18n/ja.json +39 -39
- package/lib/module/i18n/ko.json +39 -39
- package/lib/module/i18n/nl.json +39 -39
- package/lib/module/i18n/ru.json +36 -36
- package/lib/module/i18n/tr.json +36 -36
- package/lib/module/icons/ArrowRight.js.map +1 -1
- package/lib/module/icons/AtMentions.js.map +1 -1
- package/lib/module/icons/Attach.js.map +1 -1
- package/lib/module/icons/Audio.js.map +1 -1
- package/lib/module/icons/CSV.js.map +1 -1
- package/lib/module/icons/Camera.js.map +1 -1
- package/lib/module/icons/Check.js.map +1 -1
- package/lib/module/icons/CheckAll.js.map +1 -1
- package/lib/module/icons/CheckSend.js.map +1 -1
- package/lib/module/icons/CircleClose.js.map +1 -1
- package/lib/module/icons/CirclePlus.js.map +1 -1
- package/lib/module/icons/CircleRight.js.map +1 -1
- package/lib/module/icons/Close.js.map +1 -1
- package/lib/module/icons/Copy.js.map +1 -1
- package/lib/module/icons/CurveLineLeftUp.js.map +1 -1
- package/lib/module/icons/DOC.js.map +1 -1
- package/lib/module/icons/DOCX.js.map +1 -1
- package/lib/module/icons/Delete.js.map +1 -1
- package/lib/module/icons/Down.js.map +1 -1
- package/lib/module/icons/DownloadArrow.js.map +1 -1
- package/lib/module/icons/DownloadCloud.js.map +1 -1
- package/lib/module/icons/Edit.js.map +1 -1
- package/lib/module/icons/Error.js.map +1 -1
- package/lib/module/icons/Eye.js.map +1 -1
- package/lib/module/icons/Flag.js.map +1 -1
- package/lib/module/icons/Folder.js.map +1 -1
- package/lib/module/icons/GenericFile.js.map +1 -1
- package/lib/module/icons/GiphyIcon.js.map +1 -1
- package/lib/module/icons/Grid.js.map +1 -1
- package/lib/module/icons/Group.js.map +1 -1
- package/lib/module/icons/HTML.js.map +1 -1
- package/lib/module/icons/Imgur.js.map +1 -1
- package/lib/module/icons/LOLReaction.js.map +1 -1
- package/lib/module/icons/Lightning.js.map +1 -1
- package/lib/module/icons/Link.js.map +1 -1
- package/lib/module/icons/Logo.js.map +1 -1
- package/lib/module/icons/LoveReaction.js.map +1 -1
- package/lib/module/icons/MD.js.map +1 -1
- package/lib/module/icons/MailOpen.js.map +1 -1
- package/lib/module/icons/MenuPointHorizontal.js.map +1 -1
- package/lib/module/icons/MenuPointVertical.js.map +1 -1
- package/lib/module/icons/MessageFlag.js.map +1 -1
- package/lib/module/icons/MessageIcon.js.map +1 -1
- package/lib/module/icons/Mute.js.map +1 -1
- package/lib/module/icons/Notification.js.map +1 -1
- package/lib/module/icons/ODT.js.map +1 -1
- package/lib/module/icons/PDF.js.map +1 -1
- package/lib/module/icons/PPT.js.map +1 -1
- package/lib/module/icons/PPTX.js.map +1 -1
- package/lib/module/icons/Pause.js.map +1 -1
- package/lib/module/icons/Picture.js.map +1 -1
- package/lib/module/icons/Pin.js.map +1 -1
- package/lib/module/icons/PinHeader.js.map +1 -1
- package/lib/module/icons/Play.js.map +1 -1
- package/lib/module/icons/RAR.js.map +1 -1
- package/lib/module/icons/RTF.js.map +1 -1
- package/lib/module/icons/Recorder.js.map +1 -1
- package/lib/module/icons/Refresh.js.map +1 -1
- package/lib/module/icons/SEVEN_Z.js.map +1 -1
- package/lib/module/icons/Search.js.map +1 -1
- package/lib/module/icons/SendRight.js.map +1 -1
- package/lib/module/icons/SendUp.js.map +1 -1
- package/lib/module/icons/Share.js.map +1 -1
- package/lib/module/icons/ShareRightArrow.js.map +1 -1
- package/lib/module/icons/Smile.js.map +1 -1
- package/lib/module/icons/Sound.js.map +1 -1
- package/lib/module/icons/TAR.js.map +1 -1
- package/lib/module/icons/TXT.js.map +1 -1
- package/lib/module/icons/ThreadReply.js.map +1 -1
- package/lib/module/icons/ThumbsDownReaction.js.map +1 -1
- package/lib/module/icons/ThumbsUpReaction.js.map +1 -1
- package/lib/module/icons/Time.js.map +1 -1
- package/lib/module/icons/Unknown.js.map +1 -1
- package/lib/module/icons/Unpin.js.map +1 -1
- package/lib/module/icons/User.js.map +1 -1
- package/lib/module/icons/UserAdd.js.map +1 -1
- package/lib/module/icons/UserAdmin.js.map +1 -1
- package/lib/module/icons/UserDelete.js.map +1 -1
- package/lib/module/icons/UserMinus.js.map +1 -1
- package/lib/module/icons/Video.js.map +1 -1
- package/lib/module/icons/Warning.js.map +1 -1
- package/lib/module/icons/WutReaction.js.map +1 -1
- package/lib/module/icons/XLS.js.map +1 -1
- package/lib/module/icons/XLSX.js.map +1 -1
- package/lib/module/icons/ZIP.js.map +1 -1
- package/lib/module/icons/utils/base.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/Attachment.d.ts +3 -3
- package/lib/typescript/components/Attachment/AttachmentActions.d.ts +2 -2
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts +2 -2
- package/lib/typescript/components/Attachment/Card.d.ts +2 -2
- package/lib/typescript/components/Attachment/FileAttachment.d.ts +3 -3
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts +2 -2
- package/lib/typescript/components/Attachment/FileIcon.d.ts +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts +2 -2
- package/lib/typescript/components/Attachment/GalleryImage.d.ts +2 -2
- package/lib/typescript/components/Attachment/Giphy.d.ts +2 -2
- package/lib/typescript/components/Attachment/ImageLoadingFailedIndicator.d.ts +1 -1
- package/lib/typescript/components/Attachment/ImageLoadingIndicator.d.ts +1 -1
- package/lib/typescript/components/Attachment/VideoThumbnail.d.ts +1 -1
- package/lib/typescript/components/Attachment/utils/buildGallery/types.d.ts +4 -4
- package/lib/typescript/components/Attachment/utils/getGalleryImageBorderRadius.d.ts +1 -1
- package/lib/typescript/components/Attachment/utils/openUrlSafely.d.ts +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerError.d.ts +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts +1 -1
- package/lib/typescript/components/AttachmentPicker/components/ImageSelectorIcon.d.ts +1 -1
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts +2 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionHeader.d.ts +2 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionItem.d.ts +2 -2
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteSuggestionList.d.ts +3 -3
- package/lib/typescript/components/Avatar/Avatar.d.ts +1 -1
- package/lib/typescript/components/Avatar/GroupAvatar.d.ts +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +2 -2
- package/lib/typescript/components/Channel/hooks/useTargetedMessage.d.ts +1 -1
- package/lib/typescript/components/ChannelList/ChannelList.d.ts +1 -1
- package/lib/typescript/components/ChannelList/ChannelListHeaderErrorIndicator.d.ts +1 -1
- package/lib/typescript/components/ChannelList/ChannelListMessenger.d.ts +2 -2
- package/lib/typescript/components/ChannelList/hooks/listeners/useAddedToChannelNotification.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelDeleted.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelHidden.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelTruncated.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelUpdated.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useChannelVisible.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessage.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useNewMessageNotification.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useRemovedFromChannelNotification.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/listeners/useUserPresence.d.ts +1 -1
- package/lib/typescript/components/ChannelList/hooks/usePaginatedChannels.d.ts +3 -3
- package/lib/typescript/components/ChannelList/utils.d.ts +2 -2
- package/lib/typescript/components/ChannelPreview/ChannelAvatar.d.ts +2 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreview.d.ts +3 -3
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessage.d.ts +4 -1
- package/lib/typescript/components/ChannelPreview/ChannelPreviewMessenger.d.ts +2 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewStatus.d.ts +1 -2
- package/lib/typescript/components/ChannelPreview/ChannelPreviewTitle.d.ts +5 -4
- package/lib/typescript/components/ChannelPreview/ChannelPreviewUnreadCount.d.ts +5 -3
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewDisplayName.d.ts +1 -1
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +2 -2
- package/lib/typescript/components/Chat/Chat.d.ts +1 -1
- package/lib/typescript/components/Chat/hooks/handleEventToSyncDB.d.ts +1 -1
- package/lib/typescript/components/Chat/hooks/useSyncDatabase.d.ts +1 -1
- package/lib/typescript/components/ImageGallery/ImageGallery.d.ts +3 -3
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryImage.d.ts +1 -1
- package/lib/typescript/components/ImageGallery/components/AnimatedGalleryVideo.d.ts +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGalleryFooter.d.ts +6 -6
- package/lib/typescript/components/ImageGallery/components/ImageGalleryHeader.d.ts +3 -3
- package/lib/typescript/components/ImageGallery/components/ImageGalleryOverlay.d.ts +1 -1
- package/lib/typescript/components/ImageGallery/components/ImageGrid.d.ts +4 -4
- package/lib/typescript/components/ImageGallery/components/ImageGridHandle.d.ts +3 -3
- package/lib/typescript/components/Indicators/EmptyStateIndicator.d.ts +1 -1
- package/lib/typescript/components/Indicators/LoadingDot.d.ts +1 -1
- package/lib/typescript/components/Indicators/LoadingDots.d.ts +1 -1
- package/lib/typescript/components/Indicators/LoadingErrorIndicator.d.ts +1 -1
- package/lib/typescript/components/Indicators/LoadingIndicator.d.ts +1 -1
- package/lib/typescript/components/Message/Message.d.ts +18 -9
- package/lib/typescript/components/Message/MessageSimple/MessageAvatar.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageBounce.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageContent.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageDeleted.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageError.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessagePinnedHeader.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageReplies.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageRepliesAvatars.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts +3 -3
- package/lib/typescript/components/Message/MessageSimple/ReactionList.d.ts +3 -3
- package/lib/typescript/components/Message/MessageSimple/utils/generateMarkdownText.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +2 -2
- package/lib/typescript/components/Message/utils/messageActions.d.ts +2 -2
- package/lib/typescript/components/MessageInput/AttachButton.d.ts +2 -2
- package/lib/typescript/components/MessageInput/CommandsButton.d.ts +2 -2
- package/lib/typescript/components/MessageInput/CooldownTimer.d.ts +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts +2 -2
- package/lib/typescript/components/MessageInput/ImageUploadPreview.d.ts +2 -2
- package/lib/typescript/components/MessageInput/InputButtons.d.ts +2 -2
- package/lib/typescript/components/MessageInput/MessageInput.d.ts +2 -2
- package/lib/typescript/components/MessageInput/MoreOptionsButton.d.ts +2 -2
- package/lib/typescript/components/MessageInput/SendButton.d.ts +2 -2
- package/lib/typescript/components/MessageInput/ShowThreadMessageInChannelButton.d.ts +2 -2
- package/lib/typescript/components/MessageInput/UploadProgressIndicator.d.ts +1 -1
- package/lib/typescript/components/MessageInput/components/InputEditingStateHeader.d.ts +2 -2
- package/lib/typescript/components/MessageInput/components/InputGiphySearch.d.ts +2 -2
- package/lib/typescript/components/MessageInput/components/InputReplyStateHeader.d.ts +2 -2
- package/lib/typescript/components/MessageList/DateHeader.d.ts +1 -1
- package/lib/typescript/components/MessageList/InlineDateSeparator.d.ts +1 -1
- package/lib/typescript/components/MessageList/InlineLoadingMoreIndicator.d.ts +1 -1
- package/lib/typescript/components/MessageList/InlineLoadingMoreRecentIndicator.d.ts +1 -1
- package/lib/typescript/components/MessageList/InlineLoadingMoreThreadIndicator.d.ts +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts +2 -2
- package/lib/typescript/components/MessageList/MessageSystem.d.ts +1 -1
- package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts +1 -1
- package/lib/typescript/components/MessageList/TypingIndicatorContainer.d.ts +2 -2
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts +4 -4
- package/lib/typescript/components/MessageList/utils/filterTypingUsers.d.ts +1 -1
- package/lib/typescript/components/MessageList/utils/getDateSeparators.d.ts +2 -2
- package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts +1 -1
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +1 -0
- package/lib/typescript/components/MessageOverlay/MessageActionList.d.ts +2 -2
- package/lib/typescript/components/MessageOverlay/MessageActionListItem.d.ts +19 -3
- package/lib/typescript/components/MessageOverlay/MessageOverlay.d.ts +2 -2
- package/lib/typescript/components/MessageOverlay/OverlayBackdrop.d.ts +1 -1
- package/lib/typescript/components/MessageOverlay/OverlayReactionList.d.ts +3 -3
- package/lib/typescript/components/MessageOverlay/OverlayReactions.d.ts +2 -2
- package/lib/typescript/components/MessageOverlay/OverlayReactionsAvatar.d.ts +1 -1
- package/lib/typescript/components/MessageOverlay/hooks/useMessageActionAnimation.d.ts +1 -1
- package/lib/typescript/components/ProgressControl/ProgressControl.d.ts +1 -1
- package/lib/typescript/components/RTLComponents/WritingDirectionAwareText.d.ts +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts +2 -2
- package/lib/typescript/components/Spinner/Spinner.d.ts +1 -1
- package/lib/typescript/components/Thread/Thread.d.ts +2 -2
- package/lib/typescript/contexts/activeChannelsRefContext/ActiveChannelsRefContext.d.ts +1 -1
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +2 -2
- package/lib/typescript/contexts/channelContext/ChannelContext.d.ts +1 -1
- package/lib/typescript/contexts/channelsContext/ChannelsContext.d.ts +2 -2
- package/lib/typescript/contexts/channelsStateContext/ChannelsStateContext.d.ts +5 -5
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts +1 -1
- package/lib/typescript/contexts/chatContext/ChatContext.d.ts +4 -1
- package/lib/typescript/contexts/debugContext/DebugContext.d.ts +2 -2
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +2 -2
- package/lib/typescript/contexts/keyboardContext/KeyboardContext.d.ts +1 -1
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts +3 -3
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +5 -5
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +1 -1
- package/lib/typescript/contexts/messageOverlayContext/MessageOverlayContext.d.ts +2 -2
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +3 -3
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +3 -3
- package/lib/typescript/contexts/ownCapabilitiesContext/OwnCapabilitiesContext.d.ts +2 -2
- package/lib/typescript/contexts/paginatedMessageListContext/PaginatedMessageListContext.d.ts +1 -1
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts +6 -6
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +5 -5
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +2 -2
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts +1 -1
- package/lib/typescript/contexts/translationContext/TranslationContext.d.ts +5 -5
- package/lib/typescript/contexts/typingContext/TypingContext.d.ts +1 -1
- package/lib/typescript/emoji-data/index.d.ts +2 -2
- package/lib/typescript/hooks/useAppStateListener.d.ts +1 -1
- package/lib/typescript/hooks/useStreami18n.d.ts +1 -1
- package/lib/typescript/hooks/useViewport.d.ts +1 -1
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/es.json +38 -38
- package/lib/typescript/i18n/fr.json +38 -38
- package/lib/typescript/i18n/he.json +38 -38
- package/lib/typescript/i18n/hi.json +38 -38
- package/lib/typescript/i18n/it.json +39 -39
- package/lib/typescript/i18n/ja.json +39 -39
- package/lib/typescript/i18n/ko.json +39 -39
- package/lib/typescript/i18n/nl.json +39 -39
- package/lib/typescript/i18n/ru.json +36 -36
- package/lib/typescript/i18n/tr.json +36 -36
- package/lib/typescript/icons/ArrowRight.d.ts +2 -2
- package/lib/typescript/icons/AtMentions.d.ts +2 -2
- package/lib/typescript/icons/Attach.d.ts +2 -2
- package/lib/typescript/icons/Audio.d.ts +2 -2
- package/lib/typescript/icons/CSV.d.ts +2 -2
- package/lib/typescript/icons/Camera.d.ts +2 -2
- package/lib/typescript/icons/Check.d.ts +2 -2
- package/lib/typescript/icons/CheckAll.d.ts +2 -2
- package/lib/typescript/icons/CheckSend.d.ts +2 -2
- package/lib/typescript/icons/CircleClose.d.ts +2 -2
- package/lib/typescript/icons/CirclePlus.d.ts +2 -2
- package/lib/typescript/icons/CircleRight.d.ts +2 -2
- package/lib/typescript/icons/Close.d.ts +2 -2
- package/lib/typescript/icons/CurveLineLeftUp.d.ts +2 -2
- package/lib/typescript/icons/DOC.d.ts +2 -2
- package/lib/typescript/icons/DOCX.d.ts +2 -2
- package/lib/typescript/icons/Delete.d.ts +2 -2
- package/lib/typescript/icons/Down.d.ts +2 -2
- package/lib/typescript/icons/DownloadArrow.d.ts +2 -2
- package/lib/typescript/icons/DownloadCloud.d.ts +2 -2
- package/lib/typescript/icons/Edit.d.ts +2 -2
- package/lib/typescript/icons/Error.d.ts +2 -2
- package/lib/typescript/icons/Eye.d.ts +2 -2
- package/lib/typescript/icons/Flag.d.ts +2 -2
- package/lib/typescript/icons/Folder.d.ts +2 -2
- package/lib/typescript/icons/GenericFile.d.ts +2 -2
- package/lib/typescript/icons/GiphyIcon.d.ts +2 -2
- package/lib/typescript/icons/Grid.d.ts +2 -2
- package/lib/typescript/icons/Group.d.ts +2 -2
- package/lib/typescript/icons/HTML.d.ts +2 -2
- package/lib/typescript/icons/Imgur.d.ts +2 -2
- package/lib/typescript/icons/LOLReaction.d.ts +2 -2
- package/lib/typescript/icons/Lightning.d.ts +2 -2
- package/lib/typescript/icons/Link.d.ts +2 -2
- package/lib/typescript/icons/Loading.d.ts +1 -1
- package/lib/typescript/icons/Logo.d.ts +2 -2
- package/lib/typescript/icons/LoveReaction.d.ts +2 -2
- package/lib/typescript/icons/MD.d.ts +2 -2
- package/lib/typescript/icons/MailOpen.d.ts +2 -2
- package/lib/typescript/icons/MenuPointHorizontal.d.ts +2 -2
- package/lib/typescript/icons/MenuPointVertical.d.ts +2 -2
- package/lib/typescript/icons/MessageFlag.d.ts +2 -2
- package/lib/typescript/icons/MessageIcon.d.ts +2 -2
- package/lib/typescript/icons/Mute.d.ts +2 -2
- package/lib/typescript/icons/Notification.d.ts +2 -2
- package/lib/typescript/icons/ODT.d.ts +2 -2
- package/lib/typescript/icons/PDF.d.ts +2 -2
- package/lib/typescript/icons/PPT.d.ts +2 -2
- package/lib/typescript/icons/PPTX.d.ts +2 -2
- package/lib/typescript/icons/Pause.d.ts +2 -2
- package/lib/typescript/icons/Picture.d.ts +2 -2
- package/lib/typescript/icons/Pin.d.ts +2 -2
- package/lib/typescript/icons/PinHeader.d.ts +2 -2
- package/lib/typescript/icons/Play.d.ts +2 -2
- package/lib/typescript/icons/RAR.d.ts +2 -2
- package/lib/typescript/icons/RTF.d.ts +2 -2
- package/lib/typescript/icons/Recorder.d.ts +2 -2
- package/lib/typescript/icons/Refresh.d.ts +2 -2
- package/lib/typescript/icons/SEVEN_Z.d.ts +2 -2
- package/lib/typescript/icons/Search.d.ts +2 -2
- package/lib/typescript/icons/SendRight.d.ts +2 -2
- package/lib/typescript/icons/SendUp.d.ts +2 -2
- package/lib/typescript/icons/Share.d.ts +2 -2
- package/lib/typescript/icons/ShareRightArrow.d.ts +2 -2
- package/lib/typescript/icons/Smile.d.ts +2 -2
- package/lib/typescript/icons/Sound.d.ts +2 -2
- package/lib/typescript/icons/TAR.d.ts +2 -2
- package/lib/typescript/icons/TXT.d.ts +2 -2
- package/lib/typescript/icons/ThreadReply.d.ts +2 -2
- package/lib/typescript/icons/ThumbsDownReaction.d.ts +2 -2
- package/lib/typescript/icons/ThumbsUpReaction.d.ts +2 -2
- package/lib/typescript/icons/Time.d.ts +2 -2
- package/lib/typescript/icons/Unknown.d.ts +2 -2
- package/lib/typescript/icons/Unpin.d.ts +2 -2
- package/lib/typescript/icons/User.d.ts +2 -2
- package/lib/typescript/icons/UserAdd.d.ts +2 -2
- package/lib/typescript/icons/UserAdmin.d.ts +2 -2
- package/lib/typescript/icons/UserDelete.d.ts +2 -2
- package/lib/typescript/icons/UserMinus.d.ts +2 -2
- package/lib/typescript/icons/Video.d.ts +2 -2
- package/lib/typescript/icons/Warning.d.ts +2 -2
- package/lib/typescript/icons/WutReaction.d.ts +2 -2
- package/lib/typescript/icons/XLS.d.ts +2 -2
- package/lib/typescript/icons/XLSX.d.ts +2 -2
- package/lib/typescript/icons/ZIP.d.ts +2 -2
- package/lib/typescript/icons/utils/base.d.ts +5 -5
- package/lib/typescript/native.d.ts +26 -26
- package/lib/typescript/store/QuickSqliteClient.d.ts +1 -1
- package/lib/typescript/store/apis/upsertChannels.d.ts +2 -2
- package/lib/typescript/store/apis/upsertCidsForQuery.d.ts +2 -2
- package/lib/typescript/store/mappers/mapDateTimeToStorable.d.ts +1 -1
- package/lib/typescript/store/schema.d.ts +2 -2
- package/lib/typescript/store/sqlite-utils/appendOrderByClause.d.ts +1 -1
- package/lib/typescript/store/sqlite-utils/appendWhereCluase.d.ts +1 -1
- package/lib/typescript/store/sqlite-utils/createUpsertQuery.d.ts +1 -1
- package/lib/typescript/store/types.d.ts +8 -8
- package/lib/typescript/types/types.d.ts +7 -7
- package/lib/typescript/utils/StreamChatRN.d.ts +1 -1
- package/lib/typescript/utils/Streami18n.d.ts +2 -2
- package/lib/typescript/utils/compressImage.d.ts +1 -1
- package/lib/typescript/utils/getResizedImageUrl.d.ts +1 -1
- package/lib/typescript/utils/utils.d.ts +14 -14
- package/package.json +2 -6
- package/src/components/Channel/Channel.tsx +27 -20
- package/src/components/ChannelPreview/ChannelPreview.tsx +1 -1
- package/src/components/ChannelPreview/ChannelPreviewMessage.tsx +3 -0
- package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx +2 -3
- package/src/components/ChannelPreview/ChannelPreviewStatus.tsx +1 -3
- package/src/components/ChannelPreview/ChannelPreviewTitle.tsx +5 -12
- package/src/components/ChannelPreview/ChannelPreviewUnreadCount.tsx +5 -4
- package/src/components/Message/Message.tsx +9 -0
- package/src/components/MessageInput/hooks/useCountdown.ts +1 -1
- package/src/components/MessageOverlay/MessageActionListItem.tsx +16 -0
- package/src/contexts/channelsContext/ChannelsContext.tsx +1 -1
- package/src/contexts/chatContext/ChatContext.tsx +3 -0
- package/src/contexts/themeContext/ThemeContext.tsx +3 -3
- package/src/i18n/en.json +1 -1
- package/src/i18n/es.json +38 -38
- package/src/i18n/fr.json +38 -38
- package/src/i18n/he.json +38 -38
- package/src/i18n/hi.json +38 -38
- package/src/i18n/it.json +39 -39
- package/src/i18n/ja.json +39 -39
- package/src/i18n/ko.json +39 -39
- package/src/i18n/nl.json +39 -39
- package/src/i18n/ru.json +36 -36
- package/src/i18n/tr.json +36 -36
- package/src/icons/ArrowRight.tsx +1 -1
- package/src/icons/AtMentions.tsx +1 -1
- package/src/icons/Attach.tsx +1 -1
- package/src/icons/Audio.tsx +1 -1
- package/src/icons/CSV.tsx +1 -1
- package/src/icons/Camera.tsx +1 -1
- package/src/icons/Check.tsx +1 -1
- package/src/icons/CheckAll.tsx +1 -1
- package/src/icons/CheckSend.tsx +1 -1
- package/src/icons/CircleClose.tsx +1 -1
- package/src/icons/CirclePlus.tsx +1 -1
- package/src/icons/CircleRight.tsx +1 -1
- package/src/icons/Close.tsx +1 -1
- package/src/icons/Copy.tsx +1 -1
- package/src/icons/CurveLineLeftUp.tsx +1 -1
- package/src/icons/DOC.tsx +1 -1
- package/src/icons/DOCX.tsx +1 -1
- package/src/icons/Delete.tsx +1 -1
- package/src/icons/Down.tsx +1 -1
- package/src/icons/DownloadArrow.tsx +1 -1
- package/src/icons/DownloadCloud.tsx +1 -1
- package/src/icons/Edit.tsx +1 -1
- package/src/icons/Error.tsx +1 -1
- package/src/icons/Eye.tsx +1 -1
- package/src/icons/Flag.tsx +1 -1
- package/src/icons/Folder.tsx +1 -1
- package/src/icons/GenericFile.tsx +1 -1
- package/src/icons/GiphyIcon.tsx +1 -1
- package/src/icons/Grid.tsx +1 -1
- package/src/icons/Group.tsx +1 -1
- package/src/icons/HTML.tsx +1 -1
- package/src/icons/Imgur.tsx +1 -1
- package/src/icons/LOLReaction.tsx +1 -1
- package/src/icons/Lightning.tsx +1 -1
- package/src/icons/Link.tsx +1 -1
- package/src/icons/Logo.tsx +1 -1
- package/src/icons/LoveReaction.tsx +1 -1
- package/src/icons/MD.tsx +1 -1
- package/src/icons/MailOpen.tsx +1 -1
- package/src/icons/MenuPointHorizontal.tsx +1 -1
- package/src/icons/MenuPointVertical.tsx +1 -1
- package/src/icons/MessageFlag.tsx +1 -1
- package/src/icons/MessageIcon.tsx +1 -1
- package/src/icons/Mute.tsx +1 -1
- package/src/icons/Notification.tsx +1 -1
- package/src/icons/ODT.tsx +1 -1
- package/src/icons/PDF.tsx +1 -1
- package/src/icons/PPT.tsx +1 -1
- package/src/icons/PPTX.tsx +1 -1
- package/src/icons/Pause.tsx +1 -1
- package/src/icons/Picture.tsx +1 -1
- package/src/icons/Pin.tsx +1 -1
- package/src/icons/PinHeader.tsx +1 -1
- package/src/icons/Play.tsx +1 -1
- package/src/icons/RAR.tsx +1 -1
- package/src/icons/RTF.tsx +1 -1
- package/src/icons/Recorder.tsx +1 -1
- package/src/icons/Refresh.tsx +1 -1
- package/src/icons/SEVEN_Z.tsx +1 -1
- package/src/icons/Search.tsx +1 -1
- package/src/icons/SendRight.tsx +1 -1
- package/src/icons/SendUp.tsx +1 -1
- package/src/icons/Share.tsx +1 -1
- package/src/icons/ShareRightArrow.tsx +1 -1
- package/src/icons/Smile.tsx +1 -1
- package/src/icons/Sound.tsx +1 -1
- package/src/icons/TAR.tsx +1 -1
- package/src/icons/TXT.tsx +1 -1
- package/src/icons/ThreadReply.tsx +1 -1
- package/src/icons/ThumbsDownReaction.tsx +1 -1
- package/src/icons/ThumbsUpReaction.tsx +1 -1
- package/src/icons/Time.tsx +1 -1
- package/src/icons/Unknown.tsx +1 -1
- package/src/icons/Unpin.tsx +1 -1
- package/src/icons/User.tsx +1 -1
- package/src/icons/UserAdd.tsx +1 -1
- package/src/icons/UserAdmin.tsx +1 -1
- package/src/icons/UserDelete.tsx +1 -1
- package/src/icons/UserMinus.tsx +1 -1
- package/src/icons/Video.tsx +1 -1
- package/src/icons/Warning.tsx +1 -1
- package/src/icons/WutReaction.tsx +1 -1
- package/src/icons/XLS.tsx +1 -1
- package/src/icons/XLSX.tsx +1 -1
- package/src/icons/ZIP.tsx +1 -1
- package/src/icons/utils/base.tsx +2 -2
- package/src/version.json +1 -1
package/src/i18n/fr.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
4
|
"Allow access to your Gallery": "Autoriser l'accès à votre galerie",
|
|
5
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": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
9
|
-
"Block User": "",
|
|
10
|
-
"Cancel": "",
|
|
11
|
-
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
13
|
-
"Copy Message": "",
|
|
14
|
-
"Delete": "",
|
|
15
|
-
"Delete Message": "",
|
|
6
|
+
"Also send to channel": "Envoyer également à la chaîne",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
|
|
8
|
+
"Are you sure?": "",
|
|
9
|
+
"Block User": "Bloquer un utilisateur",
|
|
10
|
+
"Cancel": "Annuler",
|
|
11
|
+
"Cannot Flag Message": "Impossible de signaler le message",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
|
+
"Copy Message": "Copier le message",
|
|
14
|
+
"Delete": "Supprimer",
|
|
15
|
+
"Delete Message": "Supprimer un message",
|
|
16
16
|
"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.",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
-
"Edit Message": "",
|
|
19
|
-
"Editing Message": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
|
|
18
|
+
"Edit Message": "Éditer un message",
|
|
19
|
+
"Editing Message": "Édite un message",
|
|
20
20
|
"Emoji matching": "Correspondance Emoji",
|
|
21
21
|
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
@@ -24,50 +24,50 @@
|
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
25
|
"Error while loading, please reload/refresh": "",
|
|
26
26
|
"File type not supported": "",
|
|
27
|
-
"Flag": "",
|
|
28
|
-
"Flag Message": "",
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
27
|
+
"Flag": "Signaler",
|
|
28
|
+
"Flag Message": "Signaler le message",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
|
|
30
30
|
"How about sending your first message to a friend?": "",
|
|
31
31
|
"Instant Commands": "Commandes Instantanées",
|
|
32
32
|
"Let's start chatting!": "",
|
|
33
33
|
"Links are disabled": "",
|
|
34
|
-
"Loading channels...": "
|
|
35
|
-
"Loading messages...": "
|
|
36
|
-
"Loading...": "
|
|
34
|
+
"Loading channels...": "",
|
|
35
|
+
"Loading messages...": "",
|
|
36
|
+
"Loading...": "",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "",
|
|
40
|
-
"Message flagged": "",
|
|
41
|
-
"Mute User": "",
|
|
42
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "Message signalé",
|
|
41
|
+
"Mute User": "Utilisateur muet",
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "",
|
|
44
|
-
"Ok": "",
|
|
44
|
+
"Ok": "Ok",
|
|
45
45
|
"Only visible to you": "Seulement visible par vous",
|
|
46
46
|
"Open Settings": "Ouvrir les paramètres",
|
|
47
|
-
"Photo": "
|
|
47
|
+
"Photo": "",
|
|
48
48
|
"Photos and Videos": "Photos et vidéos",
|
|
49
|
-
"Pin to Conversation": "",
|
|
50
|
-
"Pinned by": "",
|
|
49
|
+
"Pin to Conversation": "Épingler à la conversation",
|
|
50
|
+
"Pinned by": "Épinglé par",
|
|
51
51
|
"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.",
|
|
52
52
|
"Please select a channel first": "",
|
|
53
53
|
"Reconnecting...": "",
|
|
54
|
-
"Reply": "",
|
|
54
|
+
"Reply": "Répondre",
|
|
55
55
|
"Reply to Message": "",
|
|
56
|
-
"Resend": "",
|
|
57
|
-
"Search GIFs": "
|
|
56
|
+
"Resend": "Renvoyer",
|
|
57
|
+
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "Sélectionner plus de photos",
|
|
59
|
-
"Send Anyway": "
|
|
60
|
-
"Send a message": "
|
|
59
|
+
"Send Anyway": "",
|
|
60
|
+
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "
|
|
63
|
-
"The message has been reported to a moderator.": "",
|
|
64
|
-
"Thread Reply": "",
|
|
65
|
-
"Unblock User": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "Le message a été signalé à un modérateur.",
|
|
64
|
+
"Thread Reply": "Réponse à la discussion",
|
|
65
|
+
"Unblock User": "Débloquer Utilisateur",
|
|
66
66
|
"Unknown User": "Utilisateur inconnu",
|
|
67
|
-
"Unmute User": "",
|
|
68
|
-
"Unpin from Conversation": "",
|
|
67
|
+
"Unmute User": "Activer le son de Utilisateur",
|
|
68
|
+
"Unpin from Conversation": "Décrocher de la conversation",
|
|
69
69
|
"Unread Messages": "",
|
|
70
|
-
"Video": "
|
|
70
|
+
"Video": "",
|
|
71
71
|
"You": "",
|
|
72
72
|
"You can't send messages in this channel": "",
|
|
73
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
|
package/src/i18n/he.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"1 Thread Reply": "תגובה אחת לשרשור",
|
|
4
4
|
"Allow access to your Gallery": "אפשר גישה לגלריה שלך",
|
|
5
5
|
"Allow camera access in device settings": "אפשר גישה למצלמה בהגדרות המכשיר",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
9
|
-
"Block User": "",
|
|
10
|
-
"Cancel": "",
|
|
11
|
-
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
13
|
-
"Copy Message": "",
|
|
14
|
-
"Delete": "",
|
|
15
|
-
"Delete Message": "",
|
|
6
|
+
"Also send to channel": "שלח/י הודעה לשיחה",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "האם את/ה בטוח/ה שאת/ה רוצה למחוק את ההודעה הזו לצמיתות?",
|
|
8
|
+
"Are you sure?": "",
|
|
9
|
+
"Block User": "חסום משתמש",
|
|
10
|
+
"Cancel": "ביטול",
|
|
11
|
+
"Cannot Flag Message": "סימון הודעה לא אפשרי",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
|
+
"Copy Message": "העתק/י הודעה",
|
|
14
|
+
"Delete": "מחק",
|
|
15
|
+
"Delete Message": "מחק/י הודעה",
|
|
16
16
|
"Device camera is used to take photos or videos.": "מצלמת המכשיר משמשת לצילום תמונות או סרטונים.",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
-
"Edit Message": "",
|
|
19
|
-
"Editing Message": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "האם את/ה רוצה לשלוח עותק של הודעה זו למנחה להמשך חקירה?",
|
|
18
|
+
"Edit Message": "ערוך הודעה",
|
|
19
|
+
"Editing Message": "הודעה בעריכה",
|
|
20
20
|
"Emoji matching": "התאמת אמוג'י",
|
|
21
21
|
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
@@ -24,50 +24,50 @@
|
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
25
|
"Error while loading, please reload/refresh": "",
|
|
26
26
|
"File type not supported": "",
|
|
27
|
-
"Flag": "",
|
|
28
|
-
"Flag Message": "",
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
27
|
+
"Flag": "סמן",
|
|
28
|
+
"Flag Message": "סמן הודעה",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "פעולת הסימון נכשלה בגלל בעיית רשת או שההודעה כבר סומנה.",
|
|
30
30
|
"How about sending your first message to a friend?": "",
|
|
31
31
|
"Instant Commands": "פעולות מיידיות",
|
|
32
32
|
"Let's start chatting!": "",
|
|
33
33
|
"Links are disabled": "",
|
|
34
|
-
"Loading channels...": "
|
|
35
|
-
"Loading messages...": "
|
|
36
|
-
"Loading...": "
|
|
34
|
+
"Loading channels...": "",
|
|
35
|
+
"Loading messages...": "",
|
|
36
|
+
"Loading...": "",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "",
|
|
40
|
-
"Message flagged": "",
|
|
41
|
-
"Mute User": "",
|
|
42
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "ההודעה סומנה",
|
|
41
|
+
"Mute User": "השתק/י משתמש",
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "",
|
|
44
|
-
"Ok": "",
|
|
44
|
+
"Ok": "אוקיי",
|
|
45
45
|
"Only visible to you": "גלוי רק לך",
|
|
46
46
|
"Open Settings": "פתח את ההגדרות",
|
|
47
|
-
"Photo": "
|
|
47
|
+
"Photo": "",
|
|
48
48
|
"Photos and Videos": "תמונות ווידאו",
|
|
49
|
-
"Pin to Conversation": "",
|
|
50
|
-
"Pinned by": "",
|
|
49
|
+
"Pin to Conversation": "הצמד/י לשיחה",
|
|
50
|
+
"Pinned by": " - הוצמד לשיחה",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "אפשר/י גישה לתמונות ולסרטונים שלך כדי שתוכל/י לשתף אותם.",
|
|
52
52
|
"Please select a channel first": "",
|
|
53
53
|
"Reconnecting...": "",
|
|
54
|
-
"Reply": "",
|
|
54
|
+
"Reply": "השב/י",
|
|
55
55
|
"Reply to Message": "",
|
|
56
|
-
"Resend": "",
|
|
57
|
-
"Search GIFs": "
|
|
56
|
+
"Resend": "שלח/י שוב",
|
|
57
|
+
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "בחר עוד תמונות",
|
|
59
|
-
"Send Anyway": "
|
|
60
|
-
"Send a message": "
|
|
59
|
+
"Send Anyway": "",
|
|
60
|
+
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "
|
|
63
|
-
"The message has been reported to a moderator.": "",
|
|
64
|
-
"Thread Reply": "",
|
|
65
|
-
"Unblock User": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "ההודעה דווחה למנהל",
|
|
64
|
+
"Thread Reply": "הגב/י בשרשור",
|
|
65
|
+
"Unblock User": "בטל/י חסימת משתמש",
|
|
66
66
|
"Unknown User": "משתמש לא ידוע",
|
|
67
|
-
"Unmute User": "",
|
|
68
|
-
"Unpin from Conversation": "",
|
|
67
|
+
"Unmute User": "בטל/י השתקת משתמש",
|
|
68
|
+
"Unpin from Conversation": "בטל/י הצמדה לשיחה",
|
|
69
69
|
"Unread Messages": "",
|
|
70
|
-
"Video": "
|
|
70
|
+
"Video": "",
|
|
71
71
|
"You": "",
|
|
72
72
|
"You can't send messages in this channel": "",
|
|
73
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ו-{{ nonSelfUserLength }} משתמש/ים אחר/ים מקלידים",
|
package/src/i18n/hi.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
4
|
"Allow access to your Gallery": "अपनी गैलरी तक पहुँचने की अनुमति दें",
|
|
5
5
|
"Allow camera access in device settings": "डिवाइस सेटिंग्स में कैमरा एक्सेस की अनुमति दें",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
9
|
-
"Block User": "",
|
|
10
|
-
"Cancel": "",
|
|
11
|
-
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
13
|
-
"Copy Message": "",
|
|
14
|
-
"Delete": "",
|
|
15
|
-
"Delete Message": "",
|
|
6
|
+
"Also send to channel": "चैनल को भी भेजें",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "क्या आप वाकई इस संदेश को स्थायी रूप से हटाना चाहते हैं?",
|
|
8
|
+
"Are you sure?": "",
|
|
9
|
+
"Block User": "उपयोगकर्ता को रोक देना, ब्लॉक यूजर",
|
|
10
|
+
"Cancel": "रद्द करें",
|
|
11
|
+
"Cannot Flag Message": "मैसेज फ्लैग नहीं किया जा सकता है",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
|
+
"Copy Message": "संदेश की प्रतिलिपि बनाएँ",
|
|
14
|
+
"Delete": "हटाएं",
|
|
15
|
+
"Delete Message": "मैसेज को डिलीट करे",
|
|
16
16
|
"Device camera is used to take photos or videos.": "डिवाइस कैमरे का उपयोग फ़ोटो या वीडियो लेने के लिए किया जाता है।",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
-
"Edit Message": "",
|
|
19
|
-
"Editing Message": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "क्या आप इस संदेश की एक प्रति आगे की जाँच के लिए किसी मॉडरेटर को भेजना चाहते हैं?",
|
|
18
|
+
"Edit Message": "मैसेज में बदलाव करे",
|
|
19
|
+
"Editing Message": "मैसेज बदला जा रहा है",
|
|
20
20
|
"Emoji matching": "इमोजी मिलान",
|
|
21
21
|
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
@@ -24,50 +24,50 @@
|
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
25
|
"Error while loading, please reload/refresh": "",
|
|
26
26
|
"File type not supported": "",
|
|
27
|
-
"Flag": "",
|
|
28
|
-
"Flag Message": "",
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
27
|
+
"Flag": "झंडा",
|
|
28
|
+
"Flag Message": "झंडा संदेश",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "फ़्लैग कार्रवाई या तो नेटवर्क समस्या के कारण विफल हो गई या संदेश पहले से फ़्लैग किया गया है।",
|
|
30
30
|
"How about sending your first message to a friend?": "",
|
|
31
31
|
"Instant Commands": "त्वरित कमांड",
|
|
32
32
|
"Let's start chatting!": "",
|
|
33
33
|
"Links are disabled": "",
|
|
34
|
-
"Loading channels...": "
|
|
35
|
-
"Loading messages...": "
|
|
36
|
-
"Loading...": "
|
|
34
|
+
"Loading channels...": "",
|
|
35
|
+
"Loading messages...": "",
|
|
36
|
+
"Loading...": "",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "",
|
|
40
|
-
"Message flagged": "",
|
|
41
|
-
"Mute User": "",
|
|
42
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "संदेश को ध्वजांकित किया गया",
|
|
41
|
+
"Mute User": "उपयोगकर्ता को म्यूट करें",
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "",
|
|
44
|
-
"Ok": "",
|
|
44
|
+
"Ok": "ठीक",
|
|
45
45
|
"Only visible to you": "केवल आपको दिखाई दे रहा है",
|
|
46
46
|
"Open Settings": "सेटिंग्स खोलें",
|
|
47
|
-
"Photo": "
|
|
47
|
+
"Photo": "",
|
|
48
48
|
"Photos and Videos": "तस्वीरें और वीडियों",
|
|
49
|
-
"Pin to Conversation": "",
|
|
50
|
-
"Pinned by": "",
|
|
49
|
+
"Pin to Conversation": "बातचीत में पिन करें",
|
|
50
|
+
"Pinned by": "द्वारा पिन किया गया",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "कृपया अपनी फ़ोटो और वीडियो तक पहुंच सक्षम करें ताकि आप उन्हें साझा कर सकें।",
|
|
52
52
|
"Please select a channel first": "",
|
|
53
53
|
"Reconnecting...": "",
|
|
54
|
-
"Reply": "",
|
|
54
|
+
"Reply": "मैसेज को रिप्लाई करे",
|
|
55
55
|
"Reply to Message": "",
|
|
56
|
-
"Resend": "",
|
|
57
|
-
"Search GIFs": "
|
|
56
|
+
"Resend": "पुन: भेजें",
|
|
57
|
+
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "अधिक फ़ोटो चुनें",
|
|
59
|
-
"Send Anyway": "
|
|
60
|
-
"Send a message": "
|
|
59
|
+
"Send Anyway": "",
|
|
60
|
+
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "
|
|
63
|
-
"The message has been reported to a moderator.": "",
|
|
64
|
-
"Thread Reply": "",
|
|
65
|
-
"Unblock User": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "संदेश एक मॉडरेटर को सूचित किया गया है।",
|
|
64
|
+
"Thread Reply": "धागा जवाब",
|
|
65
|
+
"Unblock User": "उपयोगकर्ता को अनब्लॉक करें",
|
|
66
66
|
"Unknown User": "अज्ञात उपयोगकर्ता",
|
|
67
|
-
"Unmute User": "",
|
|
68
|
-
"Unpin from Conversation": "",
|
|
67
|
+
"Unmute User": "उपयोगकर्ता को अनम्यूट करें",
|
|
68
|
+
"Unpin from Conversation": "बातचीत से अनपिन करें",
|
|
69
69
|
"Unread Messages": "",
|
|
70
|
-
"Video": "
|
|
70
|
+
"Video": "",
|
|
71
71
|
"You": "",
|
|
72
72
|
"You can't send messages in this channel": "",
|
|
73
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
|
package/src/i18n/it.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
4
|
"Allow access to your Gallery": "Consenti l'accesso alla tua galleria",
|
|
5
5
|
"Allow camera access in device settings": "Consenti l'accesso alla fotocamera nelle impostazioni del dispositivo",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
9
|
-
"Block User": "",
|
|
10
|
-
"Cancel": "",
|
|
11
|
-
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
13
|
-
"Copy Message": "",
|
|
14
|
-
"Delete": "",
|
|
15
|
-
"Delete Message": "",
|
|
6
|
+
"Also send to channel": "Invia anche al canale",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
|
|
8
|
+
"Are you sure?": "",
|
|
9
|
+
"Block User": "Blocca Utente",
|
|
10
|
+
"Cancel": "Annulla",
|
|
11
|
+
"Cannot Flag Message": "Impossibile Segnalare Messaggio",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
|
+
"Copy Message": "Copia Messaggio",
|
|
14
|
+
"Delete": "Elimina",
|
|
15
|
+
"Delete Message": "Cancella il Messaggio",
|
|
16
16
|
"Device camera is used to take photos or videos.": "La fotocamera del dispositivo viene utilizzata per scattare foto o video.",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
-
"Edit Message": "",
|
|
19
|
-
"Editing Message": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
|
|
18
|
+
"Edit Message": "Modifica Messaggio",
|
|
19
|
+
"Editing Message": "Modificando il Messaggio",
|
|
20
20
|
"Emoji matching": "Abbinamento emoji",
|
|
21
21
|
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
@@ -24,52 +24,52 @@
|
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
25
|
"Error while loading, please reload/refresh": "",
|
|
26
26
|
"File type not supported": "",
|
|
27
|
-
"Flag": "",
|
|
28
|
-
"Flag Message": "",
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
27
|
+
"Flag": "Contrassegna",
|
|
28
|
+
"Flag Message": "Contrassegna Messaggio",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
|
|
30
30
|
"How about sending your first message to a friend?": "",
|
|
31
31
|
"Instant Commands": "Comandi Istantanei",
|
|
32
32
|
"Let's start chatting!": "",
|
|
33
33
|
"Links are disabled": "",
|
|
34
|
-
"Loading channels...": "
|
|
35
|
-
"Loading messages...": "
|
|
36
|
-
"Loading...": "
|
|
34
|
+
"Loading channels...": "",
|
|
35
|
+
"Loading messages...": "",
|
|
36
|
+
"Loading...": "",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "",
|
|
40
|
-
"Message flagged": "",
|
|
41
|
-
"Mute User": "",
|
|
42
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "Messaggio contrassegnato",
|
|
41
|
+
"Mute User": "Utente Muto",
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "",
|
|
44
|
-
"Ok": "",
|
|
44
|
+
"Ok": "Ok",
|
|
45
45
|
"Only visible to you": "Visibile solo a te",
|
|
46
46
|
"Open Settings": "Apri Impostazioni",
|
|
47
|
-
"Photo": "
|
|
47
|
+
"Photo": "",
|
|
48
48
|
"Photos and Videos": "Foto e Video",
|
|
49
|
-
"Pin to Conversation": "",
|
|
50
|
-
"Pinned by": "",
|
|
49
|
+
"Pin to Conversation": "Metti in evidenza",
|
|
50
|
+
"Pinned by": "Fissato da",
|
|
51
51
|
"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.",
|
|
52
52
|
"Please select a channel first": "",
|
|
53
53
|
"Reconnecting...": "",
|
|
54
|
-
"Reply": "",
|
|
54
|
+
"Reply": "Rispondi",
|
|
55
55
|
"Reply to Message": "",
|
|
56
|
-
"Resend": "",
|
|
57
|
-
"Search GIFs": "
|
|
56
|
+
"Resend": "Invia di nuovo",
|
|
57
|
+
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "Seleziona Altre foto",
|
|
59
|
-
"Send Anyway": "
|
|
60
|
-
"Send a message": "
|
|
59
|
+
"Send Anyway": "",
|
|
60
|
+
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "
|
|
63
|
-
"The message has been reported to a moderator.": "",
|
|
64
|
-
"Thread Reply": "",
|
|
65
|
-
"Unblock User": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "Il messaggio è stato segnalato a un moderatore.",
|
|
64
|
+
"Thread Reply": "Rispondi alla Discussione",
|
|
65
|
+
"Unblock User": "Sblocca utente",
|
|
66
66
|
"Unknown User": "Utente sconosciuto",
|
|
67
|
-
"Unmute User": "",
|
|
68
|
-
"Unpin from Conversation": "",
|
|
67
|
+
"Unmute User": "Riattiva utente",
|
|
68
|
+
"Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
|
|
69
69
|
"Unread Messages": "",
|
|
70
|
-
"Video": "
|
|
70
|
+
"Video": "",
|
|
71
71
|
"You": "",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
72
|
+
"You can't send messages in this channel": "Non puoi inviare messaggi in questo canale",
|
|
73
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "{{ index }} di {{ photoLength }}",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
package/src/i18n/ja.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"1 Thread Reply": "1件のスレッド返信",
|
|
4
4
|
"Allow access to your Gallery": "ギャラリーへのアクセスを許可する",
|
|
5
5
|
"Allow camera access in device settings": "デバイス設定でカメラへのアクセスを許可する",
|
|
6
|
-
"Also send to channel": "",
|
|
7
|
-
"Are you sure you want to permanently delete this message?": "",
|
|
8
|
-
"Are you sure?": "
|
|
9
|
-
"Block User": "",
|
|
10
|
-
"Cancel": "",
|
|
11
|
-
"Cannot Flag Message": "",
|
|
12
|
-
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "
|
|
13
|
-
"Copy Message": "",
|
|
14
|
-
"Delete": "",
|
|
15
|
-
"Delete Message": "",
|
|
6
|
+
"Also send to channel": "チャンネルにも送信",
|
|
7
|
+
"Are you sure you want to permanently delete this message?": "このメッセージを完全に削除してもよろしいですか?",
|
|
8
|
+
"Are you sure?": "",
|
|
9
|
+
"Block User": "ユーザをブロックする",
|
|
10
|
+
"Cancel": "キャンセル",
|
|
11
|
+
"Cannot Flag Message": "メッセージをフラグできません",
|
|
12
|
+
"Consider how your comment might make others feel and be sure to follow our Community Guidelines": "",
|
|
13
|
+
"Copy Message": "メッセージのコピー",
|
|
14
|
+
"Delete": "消去",
|
|
15
|
+
"Delete Message": "メッセージを削除",
|
|
16
16
|
"Device camera is used to take photos or videos.": "デバイスのカメラは写真やビデオの撮影に使用されます。",
|
|
17
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
18
|
-
"Edit Message": "",
|
|
19
|
-
"Editing Message": "",
|
|
17
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "このメッセージのコピーをモデレーターに送信して、さらに調査しますか?",
|
|
18
|
+
"Edit Message": "メッセージを編集",
|
|
19
|
+
"Editing Message": "メッセージを編集中",
|
|
20
20
|
"Emoji matching": "絵文字マッチング",
|
|
21
21
|
"Empty message...": "",
|
|
22
22
|
"Error loading": "",
|
|
@@ -24,52 +24,52 @@
|
|
|
24
24
|
"Error loading messages for this channel...": "",
|
|
25
25
|
"Error while loading, please reload/refresh": "",
|
|
26
26
|
"File type not supported": "",
|
|
27
|
-
"Flag": "",
|
|
28
|
-
"Flag Message": "",
|
|
29
|
-
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
27
|
+
"Flag": "フラグ",
|
|
28
|
+
"Flag Message": "メッセージをフラグする",
|
|
29
|
+
"Flag action failed either due to a network issue or the message is already flagged": "ネットワーク接続に問題があるか、すでにフラグが設定されているため、フラグが失敗しました。",
|
|
30
30
|
"How about sending your first message to a friend?": "",
|
|
31
31
|
"Instant Commands": "インスタントコマンド",
|
|
32
32
|
"Let's start chatting!": "",
|
|
33
33
|
"Links are disabled": "",
|
|
34
|
-
"Loading channels...": "
|
|
35
|
-
"Loading messages...": "
|
|
36
|
-
"Loading...": "
|
|
34
|
+
"Loading channels...": "",
|
|
35
|
+
"Loading messages...": "",
|
|
36
|
+
"Loading...": "",
|
|
37
37
|
"Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
|
|
38
38
|
"Message Reactions": "",
|
|
39
39
|
"Message deleted": "",
|
|
40
|
-
"Message flagged": "",
|
|
41
|
-
"Mute User": "",
|
|
42
|
-
"Not supported": "
|
|
40
|
+
"Message flagged": "メッセージにフラグが付けられました",
|
|
41
|
+
"Mute User": "ユーザーをミュートする",
|
|
42
|
+
"Not supported": "",
|
|
43
43
|
"Nothing yet...": "",
|
|
44
|
-
"Ok": "",
|
|
44
|
+
"Ok": "確認",
|
|
45
45
|
"Only visible to you": "あなただけに見える",
|
|
46
46
|
"Open Settings": "設定を開く",
|
|
47
|
-
"Photo": "
|
|
47
|
+
"Photo": "",
|
|
48
48
|
"Photos and Videos": "写真と動画",
|
|
49
|
-
"Pin to Conversation": "",
|
|
50
|
-
"Pinned by": "",
|
|
49
|
+
"Pin to Conversation": "会話にピンする",
|
|
50
|
+
"Pinned by": "ピン留めされユーザー",
|
|
51
51
|
"Please enable access to your photos and videos so you can share them.": "写真やビデオへのアクセスを有効にして、共有できるようにしてください。",
|
|
52
52
|
"Please select a channel first": "",
|
|
53
53
|
"Reconnecting...": "",
|
|
54
|
-
"Reply": "",
|
|
54
|
+
"Reply": "返事",
|
|
55
55
|
"Reply to Message": "",
|
|
56
|
-
"Resend": "",
|
|
57
|
-
"Search GIFs": "
|
|
56
|
+
"Resend": "再送",
|
|
57
|
+
"Search GIFs": "",
|
|
58
58
|
"Select More Photos": "さらに写真を選択",
|
|
59
|
-
"Send Anyway": "
|
|
60
|
-
"Send a message": "
|
|
59
|
+
"Send Anyway": "",
|
|
60
|
+
"Send a message": "",
|
|
61
61
|
"Sending links is not allowed in this conversation": "",
|
|
62
|
-
"Slow mode ON": "
|
|
63
|
-
"The message has been reported to a moderator.": "",
|
|
64
|
-
"Thread Reply": "",
|
|
65
|
-
"Unblock User": "",
|
|
62
|
+
"Slow mode ON": "",
|
|
63
|
+
"The message has been reported to a moderator.": "メッセージはモデレーターに報告されました。",
|
|
64
|
+
"Thread Reply": "スレッドの返信",
|
|
65
|
+
"Unblock User": "ユーザーのブロックを解除する",
|
|
66
66
|
"Unknown User": "不明なユーザー",
|
|
67
|
-
"Unmute User": "",
|
|
68
|
-
"Unpin from Conversation": "",
|
|
67
|
+
"Unmute User": "ユーザーのミュートを解除する",
|
|
68
|
+
"Unpin from Conversation": "会話のピンを外す",
|
|
69
69
|
"Unread Messages": "",
|
|
70
|
-
"Video": "
|
|
70
|
+
"Video": "",
|
|
71
71
|
"You": "",
|
|
72
|
-
"You can't send messages in this channel": "",
|
|
72
|
+
"You can't send messages in this channel": "このチャンネルではメッセージを送信できません",
|
|
73
73
|
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
|
|
74
74
|
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
|
|
75
75
|
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
|