stream-chat-react-native-core 9.2.0-beta.1 → 9.2.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/a11y/hooks/useA11yLabel.js +4 -3
- package/lib/commonjs/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/commonjs/a11y/index.js +11 -0
- package/lib/commonjs/a11y/index.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +20 -0
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +1 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +19 -2
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js +4 -3
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js +9 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +10 -1
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js +26 -3
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/commonjs/components/ChannelList/ChannelList.js +29 -4
- package/lib/commonjs/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/commonjs/components/ChannelList/hooks/useChannelActions.js +314 -11
- package/lib/commonjs/components/ChannelList/hooks/useChannelActions.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js +2 -2
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js +1 -1
- package/lib/commonjs/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js +202 -15
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposer.js +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposerLeadingView.js +1 -1
- package/lib/commonjs/components/MessageInput/MessageComposerLeadingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputTrailingView.js +1 -1
- package/lib/commonjs/components/MessageInput/MessageInputTrailingView.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +16 -4
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +7 -13
- package/lib/commonjs/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js +30 -6
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +34 -9
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js +12 -3
- package/lib/commonjs/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js +1 -0
- package/lib/commonjs/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js +1 -0
- package/lib/commonjs/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/OutputButtons/index.js +1 -1
- package/lib/commonjs/components/MessageList/MessageFlashList.js +24 -4
- package/lib/commonjs/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +24 -4
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +12 -6
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js +1 -0
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +47 -0
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js +12 -4
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +1 -0
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/ReactionButton.js +9 -6
- package/lib/commonjs/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js +23 -2
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/commonjs/components/Notifications/Notification.js +232 -0
- package/lib/commonjs/components/Notifications/Notification.js.map +1 -0
- package/lib/commonjs/components/Notifications/NotificationList.js +120 -0
- package/lib/commonjs/components/Notifications/NotificationList.js.map +1 -0
- package/lib/commonjs/components/Notifications/NotificationTargetContext.js +45 -0
- package/lib/commonjs/components/Notifications/NotificationTargetContext.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/index.js +59 -0
- package/lib/commonjs/components/Notifications/hooks/index.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationApi.js +133 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationApi.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationListController.js +133 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationListController.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationTarget.js +26 -0
- package/lib/commonjs/components/Notifications/hooks/useNotificationTarget.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/useNotifications.js +26 -0
- package/lib/commonjs/components/Notifications/hooks/useNotifications.js.map +1 -0
- package/lib/commonjs/components/Notifications/hooks/useSystemNotifications.js +22 -0
- package/lib/commonjs/components/Notifications/hooks/useSystemNotifications.js.map +1 -0
- package/lib/commonjs/components/Notifications/index.js +59 -0
- package/lib/commonjs/components/Notifications/index.js.map +1 -0
- package/lib/commonjs/components/Notifications/notificationTarget.js +220 -0
- package/lib/commonjs/components/Notifications/notificationTarget.js.map +1 -0
- package/lib/commonjs/components/Notifications/notificationTranslations.js +137 -0
- package/lib/commonjs/components/Notifications/notificationTranslations.js.map +1 -0
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js +2 -0
- package/lib/commonjs/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +2 -0
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollModalHeader.js +1 -0
- package/lib/commonjs/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollOption.js +14 -9
- package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
- package/lib/commonjs/components/Poll/hooks/usePollState.js +35 -3
- package/lib/commonjs/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +1 -0
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/Thread/Thread.js +19 -11
- package/lib/commonjs/components/Thread/Thread.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadList.js +30 -9
- package/lib/commonjs/components/ThreadList/ThreadList.js.map +1 -1
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/Avatar.js +6 -3
- package/lib/commonjs/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/ui/Button/Button.js +16 -3
- package/lib/commonjs/components/ui/Button/Button.js.map +1 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js +21 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/commonjs/contexts/componentsContext/defaultComponents.js +4 -0
- package/lib/commonjs/contexts/componentsContext/defaultComponents.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +37 -0
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +13 -0
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/hooks/index.js +11 -0
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/useAudioPlayer.js +34 -1
- package/lib/commonjs/hooks/useAudioPlayer.js.map +1 -1
- package/lib/commonjs/hooks/useInAppNotificationsState.js.map +1 -1
- package/lib/commonjs/hooks/useLazyRef.js +13 -0
- package/lib/commonjs/hooks/useLazyRef.js.map +1 -0
- package/lib/commonjs/i18n/en.json +94 -1
- package/lib/commonjs/i18n/es.json +96 -3
- package/lib/commonjs/i18n/fr.json +94 -1
- package/lib/commonjs/i18n/he.json +94 -1
- package/lib/commonjs/i18n/hi.json +94 -1
- package/lib/commonjs/i18n/it.json +94 -1
- package/lib/commonjs/i18n/ja.json +94 -1
- package/lib/commonjs/i18n/ko.json +94 -1
- package/lib/commonjs/i18n/nl.json +94 -1
- package/lib/commonjs/i18n/pt-br.json +94 -1
- package/lib/commonjs/i18n/ru.json +94 -1
- package/lib/commonjs/i18n/tr.json +94 -1
- package/lib/commonjs/mock-builders/DB/mock.js +3 -1
- package/lib/commonjs/mock-builders/DB/mock.js.map +1 -1
- package/lib/commonjs/state-store/audio-player-pool.js +1 -0
- package/lib/commonjs/state-store/audio-player-pool.js.map +1 -1
- package/lib/commonjs/state-store/audio-player.js +92 -13
- package/lib/commonjs/state-store/audio-player.js.map +1 -1
- package/lib/commonjs/test-utils/BetterSqlite.js +3 -2
- package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.android.js +16 -16
- package/lib/commonjs/theme/generated/dark/StreamTokens.android.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js +8 -8
- package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js.map +1 -1
- package/lib/commonjs/theme/generated/dark/StreamTokens.web.js +8 -8
- package/lib/commonjs/theme/generated/dark/StreamTokens.web.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.android.js +16 -16
- package/lib/commonjs/theme/generated/light/StreamTokens.android.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.ios.js +8 -8
- package/lib/commonjs/theme/generated/light/StreamTokens.ios.js.map +1 -1
- package/lib/commonjs/theme/generated/light/StreamTokens.web.js +8 -8
- package/lib/commonjs/theme/generated/light/StreamTokens.web.js.map +1 -1
- package/lib/commonjs/utils/animations/createBoundedZoomTransition.js +151 -0
- package/lib/commonjs/utils/animations/createBoundedZoomTransition.js.map +1 -0
- package/lib/commonjs/utils/{transitions.js → animations/transitions.js} +6 -0
- package/lib/commonjs/utils/animations/transitions.js.map +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/a11y/hooks/useA11yLabel.js +4 -3
- package/lib/module/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/module/a11y/index.js +11 -0
- package/lib/module/a11y/index.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +20 -0
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +1 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +19 -2
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js +4 -3
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js +9 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentTypePickerButton.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +10 -1
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useMessageListPagination.js +26 -3
- package/lib/module/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/module/components/ChannelList/ChannelList.js +29 -4
- package/lib/module/components/ChannelList/ChannelList.js.map +1 -1
- package/lib/module/components/ChannelList/hooks/useChannelActions.js +314 -11
- package/lib/module/components/ChannelList/hooks/useChannelActions.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js +2 -2
- package/lib/module/components/ImageGallery/components/ImageGalleryFooter.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryHeader.js.map +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js +1 -1
- package/lib/module/components/ImageGallery/components/ImageGalleryVideoControl.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js +202 -15
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/MessageInput/MessageComposer.js +1 -1
- package/lib/module/components/MessageInput/MessageComposerLeadingView.js +1 -1
- package/lib/module/components/MessageInput/MessageComposerLeadingView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputHeaderView.js +1 -1
- package/lib/module/components/MessageInput/MessageInputHeaderView.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInputTrailingView.js +1 -1
- package/lib/module/components/MessageInput/MessageInputTrailingView.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js +16 -4
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.js.map +1 -1
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js +7 -13
- package/lib/module/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js +30 -6
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +34 -9
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js +12 -3
- package/lib/module/components/MessageInput/components/InputButtons/AttachButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js +1 -0
- package/lib/module/components/MessageInput/components/OutputButtons/EditButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js +1 -0
- package/lib/module/components/MessageInput/components/OutputButtons/SendButton.js.map +1 -1
- package/lib/module/components/MessageInput/components/OutputButtons/index.js +1 -1
- package/lib/module/components/MessageList/MessageFlashList.js +24 -4
- package/lib/module/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +24 -4
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +12 -6
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/UnreadMessagesNotification.js +1 -0
- package/lib/module/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +47 -0
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageActionListItem.js +12 -4
- package/lib/module/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +1 -0
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/module/components/MessageMenu/ReactionButton.js +9 -6
- package/lib/module/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js +23 -2
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/module/components/Notifications/Notification.js +232 -0
- package/lib/module/components/Notifications/Notification.js.map +1 -0
- package/lib/module/components/Notifications/NotificationList.js +120 -0
- package/lib/module/components/Notifications/NotificationList.js.map +1 -0
- package/lib/module/components/Notifications/NotificationTargetContext.js +45 -0
- package/lib/module/components/Notifications/NotificationTargetContext.js.map +1 -0
- package/lib/module/components/Notifications/hooks/index.js +59 -0
- package/lib/module/components/Notifications/hooks/index.js.map +1 -0
- package/lib/module/components/Notifications/hooks/useNotificationApi.js +133 -0
- package/lib/module/components/Notifications/hooks/useNotificationApi.js.map +1 -0
- package/lib/module/components/Notifications/hooks/useNotificationListController.js +133 -0
- package/lib/module/components/Notifications/hooks/useNotificationListController.js.map +1 -0
- package/lib/module/components/Notifications/hooks/useNotificationTarget.js +26 -0
- package/lib/module/components/Notifications/hooks/useNotificationTarget.js.map +1 -0
- package/lib/module/components/Notifications/hooks/useNotifications.js +26 -0
- package/lib/module/components/Notifications/hooks/useNotifications.js.map +1 -0
- package/lib/module/components/Notifications/hooks/useSystemNotifications.js +22 -0
- package/lib/module/components/Notifications/hooks/useSystemNotifications.js.map +1 -0
- package/lib/module/components/Notifications/index.js +59 -0
- package/lib/module/components/Notifications/index.js.map +1 -0
- package/lib/module/components/Notifications/notificationTarget.js +220 -0
- package/lib/module/components/Notifications/notificationTarget.js.map +1 -0
- package/lib/module/components/Notifications/notificationTranslations.js +137 -0
- package/lib/module/components/Notifications/notificationTranslations.js.map +1 -0
- package/lib/module/components/Poll/components/CreatePollHeader.js +2 -0
- package/lib/module/components/Poll/components/CreatePollHeader.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleVotesSettings.js +2 -0
- package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/module/components/Poll/components/PollModalHeader.js +1 -0
- package/lib/module/components/Poll/components/PollModalHeader.js.map +1 -1
- package/lib/module/components/Poll/components/PollOption.js +14 -9
- package/lib/module/components/Poll/components/PollOption.js.map +1 -1
- package/lib/module/components/Poll/hooks/usePollState.js +35 -3
- package/lib/module/components/Poll/hooks/usePollState.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +1 -0
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/Thread/Thread.js +19 -11
- package/lib/module/components/Thread/Thread.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadList.js +30 -9
- package/lib/module/components/ThreadList/ThreadList.js.map +1 -1
- package/lib/module/components/index.js +11 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/ui/Avatar/Avatar.js +6 -3
- package/lib/module/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/ui/Button/Button.js +16 -3
- package/lib/module/components/ui/Button/Button.js.map +1 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js +21 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/module/contexts/componentsContext/defaultComponents.js +4 -0
- package/lib/module/contexts/componentsContext/defaultComponents.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +37 -0
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +13 -0
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/hooks/index.js +11 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAudioPlayer.js +34 -1
- package/lib/module/hooks/useAudioPlayer.js.map +1 -1
- package/lib/module/hooks/useInAppNotificationsState.js.map +1 -1
- package/lib/module/hooks/useLazyRef.js +13 -0
- package/lib/module/hooks/useLazyRef.js.map +1 -0
- package/lib/module/i18n/en.json +94 -1
- package/lib/module/i18n/es.json +96 -3
- package/lib/module/i18n/fr.json +94 -1
- package/lib/module/i18n/he.json +94 -1
- package/lib/module/i18n/hi.json +94 -1
- package/lib/module/i18n/it.json +94 -1
- package/lib/module/i18n/ja.json +94 -1
- package/lib/module/i18n/ko.json +94 -1
- package/lib/module/i18n/nl.json +94 -1
- package/lib/module/i18n/pt-br.json +94 -1
- package/lib/module/i18n/ru.json +94 -1
- package/lib/module/i18n/tr.json +94 -1
- package/lib/module/mock-builders/DB/mock.js +3 -1
- package/lib/module/mock-builders/DB/mock.js.map +1 -1
- package/lib/module/state-store/audio-player-pool.js +1 -0
- package/lib/module/state-store/audio-player-pool.js.map +1 -1
- package/lib/module/state-store/audio-player.js +92 -13
- package/lib/module/state-store/audio-player.js.map +1 -1
- package/lib/module/test-utils/BetterSqlite.js +3 -2
- package/lib/module/test-utils/BetterSqlite.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.android.js +16 -16
- package/lib/module/theme/generated/dark/StreamTokens.android.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.ios.js +8 -8
- package/lib/module/theme/generated/dark/StreamTokens.ios.js.map +1 -1
- package/lib/module/theme/generated/dark/StreamTokens.web.js +8 -8
- package/lib/module/theme/generated/dark/StreamTokens.web.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.android.js +16 -16
- package/lib/module/theme/generated/light/StreamTokens.android.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.ios.js +8 -8
- package/lib/module/theme/generated/light/StreamTokens.ios.js.map +1 -1
- package/lib/module/theme/generated/light/StreamTokens.web.js +8 -8
- package/lib/module/theme/generated/light/StreamTokens.web.js.map +1 -1
- package/lib/module/utils/animations/createBoundedZoomTransition.js +151 -0
- package/lib/module/utils/animations/createBoundedZoomTransition.js.map +1 -0
- package/lib/module/utils/{transitions.js → animations/transitions.js} +6 -0
- package/lib/module/utils/animations/transitions.js.map +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/a11y/a11yUtils.d.ts +3 -3
- package/lib/typescript/a11y/a11yUtils.d.ts.map +1 -1
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts +2 -1
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts.map +1 -1
- package/lib/typescript/a11y/hooks/useAccessibilityActivateAction.d.ts +17 -0
- package/lib/typescript/a11y/hooks/useAccessibilityActivateAction.d.ts.map +1 -0
- package/lib/typescript/a11y/index.d.ts +1 -0
- package/lib/typescript/a11y/index.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerContent.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentTypePickerButton.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentTypePickerButton.d.ts.map +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +1 -0
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useMessageListPagination.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/ChannelList.d.ts +1 -0
- package/lib/typescript/components/ChannelList/ChannelList.d.ts.map +1 -1
- package/lib/typescript/components/ChannelList/hooks/useChannelActions.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.d.ts +5 -2
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecorder.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/AudioRecorder/AudioRecordingButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/InputButtons/AttachButton.d.ts +1 -0
- package/lib/typescript/components/MessageInput/components/InputButtons/AttachButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/OutputButtons/EditButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/components/OutputButtons/SendButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageFlashList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts +2 -0
- package/lib/typescript/components/MessageList/ScrollToBottomButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/UnreadMessagesNotification.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/hooks/useScrollToBottomAccessibilityAction.d.ts +20 -0
- package/lib/typescript/components/MessageList/hooks/useScrollToBottomAccessibilityAction.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/MessageActionListItem.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/MessageReactionPicker.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/ReactionButton.d.ts.map +1 -1
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts.map +1 -1
- package/lib/typescript/components/Notifications/Notification.d.ts +31 -0
- package/lib/typescript/components/Notifications/Notification.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/NotificationList.d.ts +28 -0
- package/lib/typescript/components/Notifications/NotificationList.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/NotificationTargetContext.d.ts +14 -0
- package/lib/typescript/components/Notifications/NotificationTargetContext.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/index.d.ts +6 -0
- package/lib/typescript/components/Notifications/hooks/index.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationApi.d.ts +48 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationApi.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationListController.d.ts +14 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationListController.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationTarget.d.ts +3 -0
- package/lib/typescript/components/Notifications/hooks/useNotificationTarget.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/useNotifications.d.ts +14 -0
- package/lib/typescript/components/Notifications/hooks/useNotifications.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/hooks/useSystemNotifications.d.ts +9 -0
- package/lib/typescript/components/Notifications/hooks/useSystemNotifications.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/index.d.ts +6 -0
- package/lib/typescript/components/Notifications/index.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/notificationTarget.d.ts +55 -0
- package/lib/typescript/components/Notifications/notificationTarget.d.ts.map +1 -0
- package/lib/typescript/components/Notifications/notificationTranslations.d.ts +7 -0
- package/lib/typescript/components/Notifications/notificationTranslations.d.ts.map +1 -0
- package/lib/typescript/components/Poll/components/CreatePollHeader.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/MultipleVotesSettings.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollModalHeader.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollOption.d.ts.map +1 -1
- package/lib/typescript/components/Poll/hooks/usePollState.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/Thread/Thread.d.ts +1 -0
- package/lib/typescript/components/Thread/Thread.d.ts.map +1 -1
- package/lib/typescript/components/ThreadList/ThreadList.d.ts +3 -1
- package/lib/typescript/components/ThreadList/ThreadList.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/ui/Avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/components/ui/Button/Button.d.ts +10 -1
- package/lib/typescript/components/ui/Button/Button.d.ts.map +1 -1
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts +1 -1
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts.map +1 -1
- package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts +3 -0
- package/lib/typescript/contexts/componentsContext/defaultComponents.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts +13 -0
- package/lib/typescript/contexts/themeContext/ThemeContext.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +13 -0
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/hooks/index.d.ts +1 -0
- package/lib/typescript/hooks/index.d.ts.map +1 -1
- package/lib/typescript/hooks/useAudioPlayer.d.ts.map +1 -1
- package/lib/typescript/hooks/useInAppNotificationsState.d.ts +6 -0
- package/lib/typescript/hooks/useInAppNotificationsState.d.ts.map +1 -1
- package/lib/typescript/hooks/useLazyRef.d.ts +7 -0
- package/lib/typescript/hooks/useLazyRef.d.ts.map +1 -0
- package/lib/typescript/i18n/en.json +94 -1
- package/lib/typescript/i18n/es.json +96 -3
- package/lib/typescript/i18n/fr.json +94 -1
- package/lib/typescript/i18n/he.json +94 -1
- package/lib/typescript/i18n/hi.json +94 -1
- package/lib/typescript/i18n/it.json +94 -1
- package/lib/typescript/i18n/ja.json +94 -1
- package/lib/typescript/i18n/ko.json +94 -1
- package/lib/typescript/i18n/nl.json +94 -1
- package/lib/typescript/i18n/pt-br.json +94 -1
- package/lib/typescript/i18n/ru.json +94 -1
- package/lib/typescript/i18n/tr.json +94 -1
- package/lib/typescript/state-store/audio-player-pool.d.ts.map +1 -1
- package/lib/typescript/state-store/audio-player.d.ts +13 -0
- package/lib/typescript/state-store/audio-player.d.ts.map +1 -1
- package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -1
- package/lib/typescript/utils/animations/createBoundedZoomTransition.d.ts +21 -0
- package/lib/typescript/utils/animations/createBoundedZoomTransition.d.ts.map +1 -0
- package/lib/typescript/utils/animations/transitions.d.ts +21 -0
- package/lib/typescript/utils/animations/transitions.d.ts.map +1 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts +93 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/offline-support/offline-feature.tsx +40 -34
- package/src/a11y/a11yUtils.ts +2 -2
- package/src/a11y/hooks/useA11yLabel.ts +7 -4
- package/src/a11y/hooks/useAccessibilityActivateAction.ts +44 -0
- package/src/a11y/index.ts +1 -0
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +23 -1
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.tsx +1 -0
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +15 -2
- package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx +4 -3
- package/src/components/AttachmentPicker/components/AttachmentTypePickerButton.tsx +9 -0
- package/src/components/AttachmentPicker/components/__tests__/AttachmentPickerContent.test.tsx +19 -18
- package/src/components/Channel/Channel.tsx +15 -1
- package/src/components/Channel/__tests__/useMessageListPagination.test.tsx +34 -2
- package/src/components/Channel/hooks/useMessageListPagination.tsx +19 -3
- package/src/components/ChannelList/ChannelList.tsx +27 -5
- package/src/components/ChannelList/__tests__/ChannelListView.test.tsx +16 -5
- package/src/components/ChannelList/hooks/__tests__/useChannelActions.test.tsx +123 -0
- package/src/components/ChannelList/hooks/useChannelActions.ts +181 -12
- package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx +9 -3
- package/src/components/ImageGallery/__tests__/ImageGalleryHeader.test.tsx +4 -1
- package/src/components/ImageGallery/components/ImageGalleryFooter.tsx +2 -2
- package/src/components/ImageGallery/components/ImageGalleryHeader.tsx +1 -1
- package/src/components/ImageGallery/components/ImageGalleryVideoControl.tsx +1 -1
- package/src/components/Message/hooks/__tests__/useMessageActionHandlers.test.tsx +131 -0
- package/src/components/Message/hooks/useMessageActionHandlers.ts +133 -23
- package/src/components/MessageInput/MessageComposer.tsx +1 -1
- package/src/components/MessageInput/MessageComposerLeadingView.tsx +1 -1
- package/src/components/MessageInput/MessageInputHeaderView.tsx +1 -1
- package/src/components/MessageInput/MessageInputTrailingView.tsx +1 -1
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.tsx +18 -2
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentUploadPreviewList.tsx +1 -10
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +13 -2
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +35 -14
- package/src/components/MessageInput/components/InputButtons/AttachButton.tsx +13 -3
- package/src/components/MessageInput/components/OutputButtons/EditButton.tsx +1 -0
- package/src/components/MessageInput/components/OutputButtons/SendButton.tsx +1 -0
- package/src/components/MessageInput/components/OutputButtons/index.tsx +1 -1
- package/src/components/MessageList/MessageFlashList.tsx +26 -3
- package/src/components/MessageList/MessageList.tsx +26 -3
- package/src/components/MessageList/ScrollToBottomButton.tsx +18 -6
- package/src/components/MessageList/UnreadMessagesNotification.tsx +1 -0
- package/src/components/MessageList/__tests__/MessageList.test.tsx +221 -0
- package/src/components/MessageList/__tests__/ScrollToBottomButton.test.tsx +2 -2
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.tsx.snap +3 -1
- package/src/components/MessageList/hooks/useScrollToBottomAccessibilityAction.ts +74 -0
- package/src/components/MessageMenu/MessageActionListItem.tsx +10 -4
- package/src/components/MessageMenu/MessageReactionPicker.tsx +1 -0
- package/src/components/MessageMenu/ReactionButton.tsx +7 -9
- package/src/components/MessageMenu/__tests__/MessageReactionPicker.test.tsx +13 -15
- package/src/components/MessageMenu/__tests__/MessageUserReactions.test.tsx +20 -18
- package/src/components/MessageMenu/__tests__/ReactionButton.test.tsx +18 -5
- package/src/components/MessageMenu/hooks/useFetchReactions.ts +17 -2
- package/src/components/Notifications/Notification.tsx +254 -0
- package/src/components/Notifications/NotificationList.tsx +160 -0
- package/src/components/Notifications/NotificationTargetContext.tsx +45 -0
- package/src/components/Notifications/__tests__/NotificationList.test.tsx +480 -0
- package/src/components/Notifications/__tests__/notificationTarget.test.ts +157 -0
- package/src/components/Notifications/hooks/__tests__/useNotificationApi.test.tsx +172 -0
- package/src/components/Notifications/hooks/__tests__/useNotificationTarget.test.tsx +85 -0
- package/src/components/Notifications/hooks/index.ts +5 -0
- package/src/components/Notifications/hooks/useNotificationApi.ts +248 -0
- package/src/components/Notifications/hooks/useNotificationListController.ts +160 -0
- package/src/components/Notifications/hooks/useNotificationTarget.ts +37 -0
- package/src/components/Notifications/hooks/useNotifications.ts +43 -0
- package/src/components/Notifications/hooks/useSystemNotifications.ts +33 -0
- package/src/components/Notifications/index.ts +5 -0
- package/src/components/Notifications/notificationTarget.ts +305 -0
- package/src/components/Notifications/notificationTranslations.ts +142 -0
- package/src/components/Poll/components/CreatePollHeader.tsx +2 -0
- package/src/components/Poll/components/MultipleVotesSettings.tsx +2 -0
- package/src/components/Poll/components/PollModalHeader.tsx +1 -0
- package/src/components/Poll/components/PollOption.tsx +10 -6
- package/src/components/Poll/hooks/usePollState.ts +26 -2
- package/src/components/Reply/Reply.tsx +4 -1
- package/src/components/Thread/Thread.tsx +24 -16
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +3 -0
- package/src/components/ThreadList/ThreadList.tsx +33 -9
- package/src/components/index.ts +2 -0
- package/src/components/ui/Avatar/Avatar.tsx +2 -1
- package/src/components/ui/Button/Button.tsx +26 -0
- package/src/components/ui/Button/__tests__/Button.test.tsx +44 -0
- package/src/contexts/accessibilityContext/AccessibilityContext.tsx +35 -1
- package/src/contexts/componentsContext/defaultComponents.ts +4 -0
- package/src/contexts/messageInputContext/MessageInputContext.tsx +36 -0
- package/src/contexts/themeContext/utils/theme.ts +26 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useAudioPlayer.ts +44 -3
- package/src/hooks/useInAppNotificationsState.ts +6 -0
- package/src/hooks/useLazyRef.ts +15 -0
- package/src/i18n/en.json +94 -1
- package/src/i18n/es.json +96 -3
- package/src/i18n/fr.json +94 -1
- package/src/i18n/he.json +94 -1
- package/src/i18n/hi.json +94 -1
- package/src/i18n/it.json +94 -1
- package/src/i18n/ja.json +94 -1
- package/src/i18n/ko.json +94 -1
- package/src/i18n/nl.json +94 -1
- package/src/i18n/pt-br.json +94 -1
- package/src/i18n/ru.json +94 -1
- package/src/i18n/tr.json +94 -1
- package/src/mock-builders/DB/mock.ts +2 -1
- package/src/state-store/__tests__/audio-player.test.ts +45 -0
- package/src/state-store/audio-player-pool.ts +1 -0
- package/src/state-store/audio-player.ts +108 -16
- package/src/test-utils/BetterSqlite.ts +3 -1
- package/src/theme/generated/dark/StreamTokens.android.ts +16 -16
- package/src/theme/generated/dark/StreamTokens.ios.ts +8 -8
- package/src/theme/generated/dark/StreamTokens.web.ts +8 -8
- package/src/theme/generated/light/StreamTokens.android.ts +16 -16
- package/src/theme/generated/light/StreamTokens.ios.ts +8 -8
- package/src/theme/generated/light/StreamTokens.web.ts +8 -8
- package/src/utils/animations/createBoundedZoomTransition.ts +117 -0
- package/src/utils/{transitions.ts → animations/transitions.ts} +6 -0
- package/src/version.json +1 -1
- package/lib/commonjs/utils/transitions.js.map +0 -1
- package/lib/module/utils/transitions.js.map +0 -1
- package/lib/typescript/utils/transitions.d.ts +0 -9
- package/lib/typescript/utils/transitions.d.ts.map +0 -1
package/lib/module/i18n/en.json
CHANGED
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Empty message...",
|
|
39
39
|
"Enter a new option": "Enter a new option",
|
|
40
40
|
"End Vote": "End Vote",
|
|
41
|
+
"Error adding flag": "Error adding flag",
|
|
42
|
+
"Error deleting message": "Error deleting message",
|
|
43
|
+
"Error fetching reactions": "Error fetching reactions",
|
|
41
44
|
"Error loading": "Error loading",
|
|
42
45
|
"Error loading channel list...": "Error loading channel list...",
|
|
43
46
|
"Error loading messages for this channel...": "Error loading messages for this channel...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.",
|
|
48
|
+
"Error muting a user ...": "Error muting a user ...",
|
|
49
|
+
"Error pinning message": "Error pinning message",
|
|
50
|
+
"Error removing message pin": "Error removing message pin",
|
|
51
|
+
"Error unmuting a user ...": "Error unmuting a user ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Error while loading, please reload/refresh",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "File is too large: {{ size }}, maximum upload size is {{ limit }}",
|
|
47
54
|
"File too large": "File too large",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Generating...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Hide who voted",
|
|
62
|
+
"Hold to record. Release to save.": "Hold to record. Release to save.",
|
|
55
63
|
"Hold to start recording.": "Hold to start recording.",
|
|
56
64
|
"How about sending your first message to a friend?": "How about sending your first message to a friend?",
|
|
57
65
|
"Instant Commands": "Instant Commands",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Maximum number of files reached",
|
|
69
77
|
"Message Reactions": "Message Reactions",
|
|
70
78
|
"Message deleted": "Message deleted",
|
|
79
|
+
"Message has been successfully flagged": "Message has been successfully flagged",
|
|
71
80
|
"Message flagged": "Message flagged",
|
|
81
|
+
"Message marked as unread": "Message marked as unread",
|
|
82
|
+
"Message pinned": "Message pinned",
|
|
83
|
+
"Message unpinned": "Message unpinned",
|
|
72
84
|
"Multiple votes": "Multiple votes",
|
|
73
85
|
"Network error": "Network error",
|
|
74
86
|
"Select more than one option": "Select more than one option",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "View {{count}} comments",
|
|
141
153
|
"Voice message": "Voice message",
|
|
142
154
|
"Voice message ({{duration}})": "Voice message ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Voice message deleted",
|
|
143
156
|
"Your comment": "Your comment",
|
|
144
157
|
"You": "You",
|
|
145
158
|
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Read",
|
|
253
266
|
"a11y/Reconnecting": "Reconnecting",
|
|
254
267
|
"a11y/Reply to {{user}}": "Reply to {{user}}",
|
|
268
|
+
"a11y/Remove edit": "Remove edit",
|
|
269
|
+
"a11y/Remove reply": "Remove reply",
|
|
270
|
+
"a11y/Scroll to bottom": "Scroll to bottom",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Scroll to bottom, {{count}} new messages",
|
|
255
272
|
"a11y/Scroll to latest": "Scroll to latest",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "Scroll to latest, {{count}} unread",
|
|
257
274
|
"a11y/Send message": "Send message",
|
|
258
275
|
"a11y/Sending": "Sending",
|
|
259
276
|
"a11y/Sent": "Sent",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Voice message recording. Hold to record.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} new messages"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} new messages",
|
|
279
|
+
"a11y/Add attachment": "Add attachment",
|
|
280
|
+
"a11y/Close attachments": "Close attachments",
|
|
281
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
282
|
+
"a11y/Close poll": "Close poll",
|
|
283
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
284
|
+
"a11y/Create poll": "Create poll",
|
|
285
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
286
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
287
|
+
"a11y/Deselect image": "Deselect image",
|
|
288
|
+
"a11y/Deselect video": "Deselect video",
|
|
289
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
290
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
291
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
292
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
293
|
+
"a11y/Open camera": "Open camera",
|
|
294
|
+
"a11y/Open commands": "Open commands",
|
|
295
|
+
"a11y/Open file picker": "Open file picker",
|
|
296
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
297
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
298
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
299
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
300
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
301
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
302
|
+
"a11y/Save edited message": "Save edited message",
|
|
303
|
+
"a11y/Select image": "Select image",
|
|
304
|
+
"a11y/Select video": "Select video",
|
|
305
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
306
|
+
"a11y/Share Button": "Share Button",
|
|
307
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
308
|
+
"a11y/Stop voice recording": "Stop voice recording",
|
|
309
|
+
"a11y/Notifications": "Notifications",
|
|
310
|
+
"a11y/Dismiss notification": "Dismiss notification",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Attachment upload blocked due to {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Attachment upload failed due to {{reason}}",
|
|
313
|
+
"Command not available": "Command not available",
|
|
314
|
+
"Command not available while editing": "Command not available while editing",
|
|
315
|
+
"Command not available while replying": "Command not available while replying",
|
|
316
|
+
"Error reproducing the recording": "Error reproducing the recording",
|
|
317
|
+
"Error uploading attachment": "Error uploading attachment",
|
|
318
|
+
"Failed to create the poll": "Failed to create the poll",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "Failed to create the poll due to {{reason}}",
|
|
320
|
+
"Failed to end the poll": "Failed to end the poll",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "Failed to end the poll due to {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "Failed to jump to the first unread message",
|
|
323
|
+
"Failed to retrieve location": "Failed to retrieve location",
|
|
324
|
+
"Failed to share location": "Failed to share location",
|
|
325
|
+
"File is required for upload attachment": "File is required for upload attachment",
|
|
326
|
+
"Local upload attachment missing local id": "Local upload attachment missing local id",
|
|
327
|
+
"Poll ended": "Poll ended",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Reached the vote limit. Remove an existing vote first.",
|
|
329
|
+
"Thread has not been found": "Thread has not been found",
|
|
330
|
+
"Wait until all attachments have uploaded": "Wait until all attachments have uploaded",
|
|
331
|
+
"Cannot seek in the recording": "Cannot seek in the recording",
|
|
332
|
+
"Channel archived": "Channel archived",
|
|
333
|
+
"Channel muted": "Channel muted",
|
|
334
|
+
"Channel pinned": "Channel pinned",
|
|
335
|
+
"Channel unarchived": "Channel unarchived",
|
|
336
|
+
"Channel unmuted": "Channel unmuted",
|
|
337
|
+
"Channel unpinned": "Channel unpinned",
|
|
338
|
+
"Edit message request failed": "Edit message request failed",
|
|
339
|
+
"Failed to block user": "Failed to block user",
|
|
340
|
+
"Failed to leave channel": "Failed to leave channel",
|
|
341
|
+
"Failed to play the recording": "Failed to play the recording",
|
|
342
|
+
"Failed to update channel archive status": "Failed to update channel archive status",
|
|
343
|
+
"Failed to update channel mute status": "Failed to update channel mute status",
|
|
344
|
+
"Failed to update channel pinned status": "Failed to update channel pinned status",
|
|
345
|
+
"Left channel": "Left channel",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "Recording format is not supported and cannot be reproduced",
|
|
347
|
+
"Send message request failed": "Send message request failed",
|
|
348
|
+
"User blocked": "User blocked",
|
|
349
|
+
"User unblocked": "User unblocked",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} has been muted",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} has been unmuted",
|
|
352
|
+
"size limit": "size limit",
|
|
353
|
+
"unknown error": "unknown error",
|
|
354
|
+
"unsupported file type": "unsupported file type"
|
|
262
355
|
}
|
package/lib/module/i18n/es.json
CHANGED
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Mensaje vacío...",
|
|
39
39
|
"Enter a new option": "Introduce una nueva opción",
|
|
40
40
|
"End Vote": "Finalizar votación",
|
|
41
|
+
"Error adding flag": "Error al reportar el mensaje",
|
|
42
|
+
"Error deleting message": "Error al eliminar el mensaje",
|
|
43
|
+
"Error fetching reactions": "Error al obtener las reacciones",
|
|
41
44
|
"Error loading": "Error al cargar",
|
|
42
45
|
"Error loading channel list...": "Error al cargar la lista de canales...",
|
|
43
46
|
"Error loading messages for this channel...": "Error al cargar los mensajes de este canal...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Error al marcar el mensaje como no leído. No se pueden marcar mensajes no leídos más antiguos que los 100 mensajes más recientes del canal.",
|
|
48
|
+
"Error muting a user ...": "Error al silenciar a un usuario ...",
|
|
49
|
+
"Error pinning message": "Error al fijar el mensaje",
|
|
50
|
+
"Error removing message pin": "Error al quitar la fijación del mensaje",
|
|
51
|
+
"Error unmuting a user ...": "Error al dejar de silenciar a un usuario ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Error al cargar, por favor recarga/actualiza",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "El archivo es demasiado grande: {{ size }}, el tamaño máximo de carga es de {{ limit }}",
|
|
47
54
|
"File too large": "Archivo demasiado grande",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Generando...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Ocultar quién votó",
|
|
62
|
+
"Hold to record. Release to save.": "Mantén presionado para grabar. Suelta para guardar.",
|
|
55
63
|
"Hold to start recording.": "Mantén presionado para comenzar a grabar.",
|
|
56
64
|
"How about sending your first message to a friend?": "¿Qué tal enviar tu primer mensaje a un amigo?",
|
|
57
65
|
"Instant Commands": "Comandos instantáneos",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Número máximo de archivos alcanzado",
|
|
69
77
|
"Message Reactions": "Reacciones al mensaje",
|
|
70
78
|
"Message deleted": "Mensaje eliminado",
|
|
79
|
+
"Message has been successfully flagged": "El mensaje se ha reportado correctamente",
|
|
71
80
|
"Message flagged": "Mensaje reportado",
|
|
81
|
+
"Message marked as unread": "Mensaje marcado como no leído",
|
|
82
|
+
"Message pinned": "Mensaje fijado",
|
|
83
|
+
"Message unpinned": "Mensaje desfijado",
|
|
72
84
|
"Multiple votes": "Votos múltiples",
|
|
73
85
|
"Network error": "Error de red",
|
|
74
86
|
"Select more than one option": "Selecciona más de una opción",
|
|
@@ -127,8 +139,8 @@
|
|
|
127
139
|
"Thread Reply": "Respuesta de hilo",
|
|
128
140
|
"Type a number from 2 to 10": "Escribe un número de 2 a 10",
|
|
129
141
|
"Unban User": "Desbloquear usuario",
|
|
130
|
-
"Unblock User": "
|
|
131
|
-
"Unknown User": "
|
|
142
|
+
"Unblock User": "Desbloquear usuario",
|
|
143
|
+
"Unknown User": "Usuario desconocido",
|
|
132
144
|
"Unmute User": "Activar sonido del usuario",
|
|
133
145
|
"Unpin from Conversation": "Desmarcar de la conversación",
|
|
134
146
|
"Unread Messages": "Mensajes no leídos",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "Ver {{count}} comentarios",
|
|
141
153
|
"Voice message": "Mensaje de voz",
|
|
142
154
|
"Voice message ({{duration}})": "Mensaje de voz ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Mensaje de voz eliminado",
|
|
143
156
|
"Your comment": "Tu comentario",
|
|
144
157
|
"You": "Tú",
|
|
145
158
|
"You can't send messages in this channel": "No puedes enviar mensajes en este canal",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Leído",
|
|
253
266
|
"a11y/Reconnecting": "Reconectando",
|
|
254
267
|
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
268
|
+
"a11y/Remove edit": "Eliminar edición",
|
|
269
|
+
"a11y/Remove reply": "Eliminar respuesta",
|
|
270
|
+
"a11y/Scroll to bottom": "Ir al final",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ir al final, {{count}} mensajes nuevos",
|
|
255
272
|
"a11y/Scroll to latest": "Ir al último mensaje",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "Ir al último mensaje, {{count}} sin leer",
|
|
257
274
|
"a11y/Send message": "Enviar mensaje",
|
|
258
275
|
"a11y/Sending": "Enviando",
|
|
259
276
|
"a11y/Sent": "Enviado",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Grabación de mensaje de voz. Mantén pulsado para grabar.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} mensajes nuevos"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} mensajes nuevos",
|
|
279
|
+
"a11y/Add attachment": "Add attachment",
|
|
280
|
+
"a11y/Close attachments": "Close attachments",
|
|
281
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
282
|
+
"a11y/Close poll": "Close poll",
|
|
283
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
284
|
+
"a11y/Create poll": "Create poll",
|
|
285
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
286
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
287
|
+
"a11y/Deselect image": "Deselect image",
|
|
288
|
+
"a11y/Deselect video": "Deselect video",
|
|
289
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
290
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
291
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
292
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
293
|
+
"a11y/Open camera": "Open camera",
|
|
294
|
+
"a11y/Open commands": "Open commands",
|
|
295
|
+
"a11y/Open file picker": "Open file picker",
|
|
296
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
297
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
298
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
299
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
300
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
301
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
302
|
+
"a11y/Save edited message": "Save edited message",
|
|
303
|
+
"a11y/Select image": "Select image",
|
|
304
|
+
"a11y/Select video": "Select video",
|
|
305
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
306
|
+
"a11y/Share Button": "Share Button",
|
|
307
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
308
|
+
"a11y/Stop voice recording": "Stop voice recording",
|
|
309
|
+
"a11y/Notifications": "Notificaciones",
|
|
310
|
+
"a11y/Dismiss notification": "Descartar notificación",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Carga de adjunto bloqueada por {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Error al cargar el adjunto debido a {{reason}}",
|
|
313
|
+
"Command not available": "Comando no disponible",
|
|
314
|
+
"Command not available while editing": "Comando no disponible mientras editas",
|
|
315
|
+
"Command not available while replying": "Comando no disponible mientras respondes",
|
|
316
|
+
"Error reproducing the recording": "Error al reproducir la grabación",
|
|
317
|
+
"Error uploading attachment": "Error al cargar el adjunto",
|
|
318
|
+
"Failed to create the poll": "No se pudo crear la encuesta",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "No se pudo crear la encuesta debido a {{reason}}",
|
|
320
|
+
"Failed to end the poll": "No se pudo finalizar la encuesta",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "No se pudo finalizar la encuesta debido a {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "No se pudo ir al primer mensaje no leído",
|
|
323
|
+
"Failed to retrieve location": "No se pudo obtener la ubicación",
|
|
324
|
+
"Failed to share location": "No se pudo compartir la ubicación",
|
|
325
|
+
"File is required for upload attachment": "Se requiere un archivo para cargar un adjunto",
|
|
326
|
+
"Local upload attachment missing local id": "Falta el ID local del adjunto local de carga",
|
|
327
|
+
"Poll ended": "Encuesta finalizada",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Se alcanzó el límite de votos. Elimina un voto existente primero.",
|
|
329
|
+
"Thread has not been found": "No se encontró el hilo",
|
|
330
|
+
"Wait until all attachments have uploaded": "Espera hasta que se hayan cargado todos los adjuntos",
|
|
331
|
+
"Cannot seek in the recording": "No se puede cambiar la posición de la grabación",
|
|
332
|
+
"Channel archived": "Canal archivado",
|
|
333
|
+
"Channel muted": "Canal silenciado",
|
|
334
|
+
"Channel pinned": "Canal fijado",
|
|
335
|
+
"Channel unarchived": "Canal desarchivado",
|
|
336
|
+
"Channel unmuted": "Canal no silenciado",
|
|
337
|
+
"Channel unpinned": "Canal desfijado",
|
|
338
|
+
"Edit message request failed": "No se pudo editar el mensaje",
|
|
339
|
+
"Failed to block user": "No se pudo bloquear al usuario",
|
|
340
|
+
"Failed to leave channel": "No se pudo salir del canal",
|
|
341
|
+
"Failed to play the recording": "No se pudo reproducir la grabación",
|
|
342
|
+
"Failed to update channel archive status": "No se pudo actualizar el estado de archivo del canal",
|
|
343
|
+
"Failed to update channel mute status": "No se pudo actualizar el estado de silencio del canal",
|
|
344
|
+
"Failed to update channel pinned status": "No se pudo actualizar el estado de fijación del canal",
|
|
345
|
+
"Left channel": "Saliste del canal",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "El formato de la grabación no es compatible y no se puede reproducir",
|
|
347
|
+
"Send message request failed": "No se pudo enviar el mensaje",
|
|
348
|
+
"User blocked": "Usuario bloqueado",
|
|
349
|
+
"User unblocked": "Usuario desbloqueado",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} ha sido silenciado",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} ya no está silenciado",
|
|
352
|
+
"size limit": "límite de tamaño",
|
|
353
|
+
"unknown error": "error desconocido",
|
|
354
|
+
"unsupported file type": "tipo de archivo no compatible"
|
|
262
355
|
}
|
package/lib/module/i18n/fr.json
CHANGED
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Message vide...",
|
|
39
39
|
"Enter a new option": "Saisissez une nouvelle option",
|
|
40
40
|
"End Vote": "Fin du vote",
|
|
41
|
+
"Error adding flag": "Erreur lors du signalement du message",
|
|
42
|
+
"Error deleting message": "Erreur lors de la suppression du message",
|
|
43
|
+
"Error fetching reactions": "Erreur lors du chargement des réactions",
|
|
41
44
|
"Error loading": "Erreur lors du chargement",
|
|
42
45
|
"Error loading channel list...": "Erreur lors du chargement de la liste de canaux...",
|
|
43
46
|
"Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Erreur lors du marquage du message comme non lu. Impossible de marquer les messages non lus plus anciens que les 100 derniers messages du canal.",
|
|
48
|
+
"Error muting a user ...": "Erreur lors de la mise en sourdine d’un utilisateur ...",
|
|
49
|
+
"Error pinning message": "Erreur lors de l’épinglage du message",
|
|
50
|
+
"Error removing message pin": "Erreur lors du désépinglage du message",
|
|
51
|
+
"Error unmuting a user ...": "Erreur lors du retrait de la sourdine d’un utilisateur ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Le fichier est trop volumineux : {{ size }}, la taille de téléchargement maximale est de {{ limit }}",
|
|
47
54
|
"File too large": "Fichier trop volumineux",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Génération...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Masquer qui a voté",
|
|
62
|
+
"Hold to record. Release to save.": "Hold to record. Release to save.",
|
|
55
63
|
"Hold to start recording.": "Hold to start recording.",
|
|
56
64
|
"How about sending your first message to a friend?": "Et si vous envoyiez votre premier message à un ami ?",
|
|
57
65
|
"Instant Commands": "Commandes Instantanées",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Nombre maximal de fichiers atteint",
|
|
69
77
|
"Message Reactions": "Réactions aux messages",
|
|
70
78
|
"Message deleted": "Message supprimé",
|
|
79
|
+
"Message has been successfully flagged": "Le message a été signalé avec succès",
|
|
71
80
|
"Message flagged": "Message signalé",
|
|
81
|
+
"Message marked as unread": "Message marqué comme non lu",
|
|
82
|
+
"Message pinned": "Message épinglé",
|
|
83
|
+
"Message unpinned": "Message désépinglé",
|
|
72
84
|
"Multiple votes": "Votes multiples",
|
|
73
85
|
"Network error": "Erreur réseau",
|
|
74
86
|
"Select more than one option": "Sélectionnez plus d’une option",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "Voir {{count}} commentaires",
|
|
141
153
|
"Voice message": "Message vocal",
|
|
142
154
|
"Voice message ({{duration}})": "Message vocal ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Message vocal supprimé",
|
|
143
156
|
"Your comment": "Votre commentaire",
|
|
144
157
|
"You": "Toi",
|
|
145
158
|
"You can't send messages in this channel": "You can't send messages in this channel",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Lu",
|
|
253
266
|
"a11y/Reconnecting": "Reconnexion",
|
|
254
267
|
"a11y/Reply to {{user}}": "Répondre à {{user}}",
|
|
268
|
+
"a11y/Remove edit": "Supprimer la modification",
|
|
269
|
+
"a11y/Remove reply": "Supprimer la réponse",
|
|
270
|
+
"a11y/Scroll to bottom": "Aller en bas",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Aller en bas, {{count}} nouveaux messages",
|
|
255
272
|
"a11y/Scroll to latest": "Aller au dernier message",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "Aller au dernier message, {{count}} non lus",
|
|
257
274
|
"a11y/Send message": "Envoyer le message",
|
|
258
275
|
"a11y/Sending": "Envoi",
|
|
259
276
|
"a11y/Sent": "Envoyé",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Enregistrement d'un message vocal. Maintenez appuyé pour enregistrer.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} nouveaux messages"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} nouveaux messages",
|
|
279
|
+
"a11y/Add attachment": "Add attachment",
|
|
280
|
+
"a11y/Close attachments": "Close attachments",
|
|
281
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
282
|
+
"a11y/Close poll": "Close poll",
|
|
283
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
284
|
+
"a11y/Create poll": "Create poll",
|
|
285
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
286
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
287
|
+
"a11y/Deselect image": "Deselect image",
|
|
288
|
+
"a11y/Deselect video": "Deselect video",
|
|
289
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
290
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
291
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
292
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
293
|
+
"a11y/Open camera": "Open camera",
|
|
294
|
+
"a11y/Open commands": "Open commands",
|
|
295
|
+
"a11y/Open file picker": "Open file picker",
|
|
296
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
297
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
298
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
299
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
300
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
301
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
302
|
+
"a11y/Save edited message": "Save edited message",
|
|
303
|
+
"a11y/Select image": "Select image",
|
|
304
|
+
"a11y/Select video": "Select video",
|
|
305
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
306
|
+
"a11y/Share Button": "Share Button",
|
|
307
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
308
|
+
"a11y/Stop voice recording": "Stop voice recording",
|
|
309
|
+
"a11y/Notifications": "Notifications",
|
|
310
|
+
"a11y/Dismiss notification": "Fermer la notification",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Envoi de la pièce jointe bloqué en raison de {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Échec de l'envoi de la pièce jointe en raison de {{reason}}",
|
|
313
|
+
"Command not available": "Commande non disponible",
|
|
314
|
+
"Command not available while editing": "Commande non disponible pendant la modification",
|
|
315
|
+
"Command not available while replying": "Commande non disponible pendant la réponse",
|
|
316
|
+
"Error reproducing the recording": "Erreur lors de la lecture de l'enregistrement",
|
|
317
|
+
"Error uploading attachment": "Erreur lors de l'envoi de la pièce jointe",
|
|
318
|
+
"Failed to create the poll": "Échec de la création du sondage",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "Échec de la création du sondage en raison de {{reason}}",
|
|
320
|
+
"Failed to end the poll": "Échec de la clôture du sondage",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "Échec de la clôture du sondage en raison de {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "Impossible d'accéder au premier message non lu",
|
|
323
|
+
"Failed to retrieve location": "Impossible de récupérer la position",
|
|
324
|
+
"Failed to share location": "Impossible de partager la position",
|
|
325
|
+
"File is required for upload attachment": "Un fichier est requis pour envoyer une pièce jointe",
|
|
326
|
+
"Local upload attachment missing local id": "L'identifiant local de la pièce jointe à envoyer est manquant",
|
|
327
|
+
"Poll ended": "Sondage terminé",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Limite de votes atteinte. Supprimez d'abord un vote existant.",
|
|
329
|
+
"Thread has not been found": "Le fil de discussion est introuvable",
|
|
330
|
+
"Wait until all attachments have uploaded": "Attendez que toutes les pièces jointes soient envoyées",
|
|
331
|
+
"Cannot seek in the recording": "Impossible de se déplacer dans l’enregistrement",
|
|
332
|
+
"Channel archived": "Canal archivé",
|
|
333
|
+
"Channel muted": "Canal mis en sourdine",
|
|
334
|
+
"Channel pinned": "Canal épinglé",
|
|
335
|
+
"Channel unarchived": "Canal désarchivé",
|
|
336
|
+
"Channel unmuted": "Canal retiré de la sourdine",
|
|
337
|
+
"Channel unpinned": "Canal désépinglé",
|
|
338
|
+
"Edit message request failed": "Échec de la modification du message",
|
|
339
|
+
"Failed to block user": "Échec du blocage de l’utilisateur",
|
|
340
|
+
"Failed to leave channel": "Échec de la sortie du canal",
|
|
341
|
+
"Failed to play the recording": "Échec de la lecture de l’enregistrement",
|
|
342
|
+
"Failed to update channel archive status": "Échec de la mise à jour du statut d’archivage du canal",
|
|
343
|
+
"Failed to update channel mute status": "Échec de la mise à jour du statut de mise en sourdine du canal",
|
|
344
|
+
"Failed to update channel pinned status": "Échec de la mise à jour du statut d’épinglage du canal",
|
|
345
|
+
"Left channel": "Canal quitté",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "Le format de l’enregistrement n’est pas pris en charge et ne peut pas être lu",
|
|
347
|
+
"Send message request failed": "Échec de l’envoi du message",
|
|
348
|
+
"User blocked": "Utilisateur bloqué",
|
|
349
|
+
"User unblocked": "Utilisateur débloqué",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} a été mis en sourdine",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} n’est plus en sourdine",
|
|
352
|
+
"size limit": "limite de taille",
|
|
353
|
+
"unknown error": "erreur inconnue",
|
|
354
|
+
"unsupported file type": "type de fichier non pris en charge"
|
|
262
355
|
}
|
package/lib/module/i18n/he.json
CHANGED
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "הודעה ריקה...",
|
|
39
39
|
"Enter a new option": "הזן אפשרות חדשה",
|
|
40
40
|
"End Vote": "סיים הצבעה",
|
|
41
|
+
"Error adding flag": "שגיאה בדיווח על ההודעה",
|
|
42
|
+
"Error deleting message": "שגיאה במחיקת ההודעה",
|
|
43
|
+
"Error fetching reactions": "שגיאה בטעינת התגובות",
|
|
41
44
|
"Error loading": "שגיאה ארעה בעת הטעינה",
|
|
42
45
|
"Error loading channel list...": "שגיאה ארעה בטעינת השיחות...",
|
|
43
46
|
"Error loading messages for this channel...": "שגיאה ארעה בטעינת הודעות עבור שיחה זאת...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "שגיאה ארעה בסימון ההודעה כלא נקרא. אין אפשרות לסמן הודעות כלא נקראות שהן ישנות מה-100 ההודעות האחרונות בשיחה.",
|
|
48
|
+
"Error muting a user ...": "שגיאה בהשתקת משתמש ...",
|
|
49
|
+
"Error pinning message": "שגיאה בנעיצת ההודעה",
|
|
50
|
+
"Error removing message pin": "שגיאה בביטול נעיצת ההודעה",
|
|
51
|
+
"Error unmuting a user ...": "שגיאה בביטול השתקת משתמש ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "שגיאה ארעה בזמן הטעינה, אנא טען מחדש/רענן",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "הקובץ גדול מדי: {{ size }}, גודל העלאה מקסימלי הוא {{ limit }}",
|
|
47
54
|
"File too large": "הקובץ גדול מדי",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "מייצר...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "הסתר מי הצביע",
|
|
62
|
+
"Hold to record. Release to save.": "לחץ והחזק כדי להקליט. שחרר כדי לשמור.",
|
|
55
63
|
"Hold to start recording.": "לחץ והחזק כדי להתחיל להקליט.",
|
|
56
64
|
"How about sending your first message to a friend?": "מה דעתך לשלוח את ההודעה הראשונה שלך לחבר?",
|
|
57
65
|
"Instant Commands": "פעולות מיידיות",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "הגעת למספר המרבי של קבצים",
|
|
69
77
|
"Message Reactions": "תגובות להודעה",
|
|
70
78
|
"Message deleted": "ההודעה נמחקה",
|
|
79
|
+
"Message has been successfully flagged": "ההודעה דווחה בהצלחה",
|
|
71
80
|
"Message flagged": "ההודעה סומנה",
|
|
81
|
+
"Message marked as unread": "ההודעה סומנה כלא נקראה",
|
|
82
|
+
"Message pinned": "ההודעה ננעצה",
|
|
83
|
+
"Message unpinned": "נעיצת ההודעה בוטלה",
|
|
72
84
|
"Multiple votes": "הצבעות מרובות",
|
|
73
85
|
"Network error": "שגיאת רשת",
|
|
74
86
|
"Select more than one option": "בחר/י יותר מאפשרות אחת",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "הצג {{count}} תגובות",
|
|
141
153
|
"Voice message": "הודעת קול",
|
|
142
154
|
"Voice message ({{duration}})": "הודעת קול ({{duration}})",
|
|
155
|
+
"Voice message deleted": "הודעת הקול נמחקה",
|
|
143
156
|
"Your comment": "התגובה שלך",
|
|
144
157
|
"You": "את/ה",
|
|
145
158
|
"You can't send messages in this channel": "את/ב לא יכול/ה לשלוח הודעות בשיחה זו",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "נקרא",
|
|
253
266
|
"a11y/Reconnecting": "מתחבר מחדש",
|
|
254
267
|
"a11y/Reply to {{user}}": "השב ל-{{user}}",
|
|
268
|
+
"a11y/Remove edit": "הסר עריכה",
|
|
269
|
+
"a11y/Remove reply": "הסר תגובה",
|
|
270
|
+
"a11y/Scroll to bottom": "גלול לתחתית",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "גלול לתחתית, {{count}} הודעות חדשות",
|
|
255
272
|
"a11y/Scroll to latest": "גלול להודעה האחרונה",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "גלול להודעה האחרונה, {{count}} לא נקראו",
|
|
257
274
|
"a11y/Send message": "שלח הודעה",
|
|
258
275
|
"a11y/Sending": "שולח",
|
|
259
276
|
"a11y/Sent": "נשלח",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "הקלטת הודעה קולית. החזק כדי להקליט.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} הודעות חדשות"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} הודעות חדשות",
|
|
279
|
+
"a11y/Add attachment": "Add attachment",
|
|
280
|
+
"a11y/Close attachments": "Close attachments",
|
|
281
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
282
|
+
"a11y/Close poll": "Close poll",
|
|
283
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
284
|
+
"a11y/Create poll": "Create poll",
|
|
285
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
286
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
287
|
+
"a11y/Deselect image": "Deselect image",
|
|
288
|
+
"a11y/Deselect video": "Deselect video",
|
|
289
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
290
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
291
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
292
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
293
|
+
"a11y/Open camera": "Open camera",
|
|
294
|
+
"a11y/Open commands": "Open commands",
|
|
295
|
+
"a11y/Open file picker": "Open file picker",
|
|
296
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
297
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
298
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
299
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
300
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
301
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
302
|
+
"a11y/Save edited message": "Save edited message",
|
|
303
|
+
"a11y/Select image": "Select image",
|
|
304
|
+
"a11y/Select video": "Select video",
|
|
305
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
306
|
+
"a11y/Share Button": "Share Button",
|
|
307
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
308
|
+
"a11y/Stop voice recording": "Stop voice recording",
|
|
309
|
+
"a11y/Notifications": "התראות",
|
|
310
|
+
"a11y/Dismiss notification": "סגור התראה",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "העלאת הקובץ המצורף נחסמה עקב {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "העלאת הקובץ המצורף נכשלה עקב {{reason}}",
|
|
313
|
+
"Command not available": "הפקודה אינה זמינה",
|
|
314
|
+
"Command not available while editing": "הפקודה אינה זמינה בזמן עריכה",
|
|
315
|
+
"Command not available while replying": "הפקודה אינה זמינה בזמן תגובה",
|
|
316
|
+
"Error reproducing the recording": "שגיאה בהפעלת ההקלטה",
|
|
317
|
+
"Error uploading attachment": "שגיאה בהעלאת הקובץ המצורף",
|
|
318
|
+
"Failed to create the poll": "יצירת הסקר נכשלה",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "יצירת הסקר נכשלה עקב {{reason}}",
|
|
320
|
+
"Failed to end the poll": "סיום הסקר נכשל",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "סיום הסקר נכשל עקב {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "המעבר להודעה הראשונה שלא נקראה נכשל",
|
|
323
|
+
"Failed to retrieve location": "אחזור המיקום נכשל",
|
|
324
|
+
"Failed to share location": "שיתוף המיקום נכשל",
|
|
325
|
+
"File is required for upload attachment": "נדרש קובץ להעלאת קובץ מצורף",
|
|
326
|
+
"Local upload attachment missing local id": "חסר מזהה מקומי לקובץ המצורף המקומי להעלאה",
|
|
327
|
+
"Poll ended": "הסקר הסתיים",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "הגעת למגבלת ההצבעות. הסר קודם הצבעה קיימת.",
|
|
329
|
+
"Thread has not been found": "השרשור לא נמצא",
|
|
330
|
+
"Wait until all attachments have uploaded": "יש להמתין עד שכל הקבצים המצורפים יועלו",
|
|
331
|
+
"Cannot seek in the recording": "לא ניתן לעבור למיקום אחר בהקלטה",
|
|
332
|
+
"Channel archived": "השיחה הועברה לארכיון",
|
|
333
|
+
"Channel muted": "השיחה הושתקה",
|
|
334
|
+
"Channel pinned": "השיחה ננעצה",
|
|
335
|
+
"Channel unarchived": "השיחה הוצאה מהארכיון",
|
|
336
|
+
"Channel unmuted": "השתקת השיחה בוטלה",
|
|
337
|
+
"Channel unpinned": "נעיצת השיחה בוטלה",
|
|
338
|
+
"Edit message request failed": "עריכת ההודעה נכשלה",
|
|
339
|
+
"Failed to block user": "חסימת המשתמש נכשלה",
|
|
340
|
+
"Failed to leave channel": "עזיבת השיחה נכשלה",
|
|
341
|
+
"Failed to play the recording": "הפעלת ההקלטה נכשלה",
|
|
342
|
+
"Failed to update channel archive status": "עדכון מצב הארכיון של השיחה נכשל",
|
|
343
|
+
"Failed to update channel mute status": "עדכון מצב ההשתקה של השיחה נכשל",
|
|
344
|
+
"Failed to update channel pinned status": "עדכון מצב הנעיצה של השיחה נכשל",
|
|
345
|
+
"Left channel": "עזבת את השיחה",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "פורמט ההקלטה אינו נתמך ולא ניתן להשמיע אותו",
|
|
347
|
+
"Send message request failed": "שליחת ההודעה נכשלה",
|
|
348
|
+
"User blocked": "המשתמש נחסם",
|
|
349
|
+
"User unblocked": "חסימת המשתמש בוטלה",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} הושתק/ה",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} כבר לא מושתק/ת",
|
|
352
|
+
"size limit": "מגבלת גודל",
|
|
353
|
+
"unknown error": "שגיאה לא ידועה",
|
|
354
|
+
"unsupported file type": "סוג קובץ לא נתמך"
|
|
262
355
|
}
|