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
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Leeg bericht...",
|
|
39
39
|
"Enter a new option": "Voer een nieuwe optie in",
|
|
40
40
|
"End Vote": "Einde stemronde",
|
|
41
|
+
"Error adding flag": "Fout bij het markeren van het bericht",
|
|
42
|
+
"Error deleting message": "Fout bij het verwijderen van het bericht",
|
|
43
|
+
"Error fetching reactions": "Fout bij het ophalen van reacties",
|
|
41
44
|
"Error loading": "Probleem bij het laden",
|
|
42
45
|
"Error loading channel list...": "Probleem bij het laden van de kanalen...",
|
|
43
46
|
"Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Fout bij markeren als ongelezen. Kan ongelezen berichten ouder dan de nieuwste 100 kanaalberichten niet markeren.",
|
|
48
|
+
"Error muting a user ...": "Fout bij het dempen van een gebruiker ...",
|
|
49
|
+
"Error pinning message": "Fout bij het vastzetten van het bericht",
|
|
50
|
+
"Error removing message pin": "Fout bij het losmaken van het bericht",
|
|
51
|
+
"Error unmuting a user ...": "Fout bij het opheffen van dempen van een gebruiker ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Probleem bij het laden, probeer opnieuw",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Bestand is te groot: {{ size }}, maximale uploadgrootte is {{ limit }}",
|
|
47
54
|
"File too large": "Bestand te groot",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Aan het genereren...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Verberg wie heeft gestemd",
|
|
62
|
+
"Hold to record. Release to save.": "Houd ingedrukt om op te nemen. Laat los om op te slaan.",
|
|
55
63
|
"Hold to start recording.": "Houd vast om opname te starten.",
|
|
56
64
|
"How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
|
|
57
65
|
"Instant Commands": "Directe Opdrachten",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Maximaal aantal bestanden bereikt",
|
|
69
77
|
"Message Reactions": "Bericht Reacties",
|
|
70
78
|
"Message deleted": "Bericht verwijderd",
|
|
79
|
+
"Message has been successfully flagged": "Bericht is succesvol gemarkeerd",
|
|
71
80
|
"Message flagged": "Bericht gemarkeerd",
|
|
81
|
+
"Message marked as unread": "Bericht gemarkeerd als ongelezen",
|
|
82
|
+
"Message pinned": "Bericht vastgezet",
|
|
83
|
+
"Message unpinned": "Bericht losgemaakt",
|
|
72
84
|
"Multiple votes": "Meerdere stemmen",
|
|
73
85
|
"Network error": "Netwerkfout",
|
|
74
86
|
"Select more than one option": "Selecteer meer dan één optie",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "Bekijk {{count}} reacties",
|
|
141
153
|
"Voice message": "Spraakbericht",
|
|
142
154
|
"Voice message ({{duration}})": "Spraakbericht ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Spraakbericht verwijderd",
|
|
143
156
|
"Your comment": "Jouw reactie",
|
|
144
157
|
"You": "U",
|
|
145
158
|
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Gelezen",
|
|
253
266
|
"a11y/Reconnecting": "Opnieuw verbinden",
|
|
254
267
|
"a11y/Reply to {{user}}": "Antwoorden op {{user}}",
|
|
268
|
+
"a11y/Remove edit": "Bewerking verwijderen",
|
|
269
|
+
"a11y/Remove reply": "Antwoord verwijderen",
|
|
270
|
+
"a11y/Scroll to bottom": "Ga naar beneden",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ga naar beneden, {{count}} nieuwe berichten",
|
|
255
272
|
"a11y/Scroll to latest": "Ga naar het nieuwste bericht",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "Ga naar het nieuwste bericht, {{count}} ongelezen",
|
|
257
274
|
"a11y/Send message": "Bericht verzenden",
|
|
258
275
|
"a11y/Sending": "Verzenden",
|
|
259
276
|
"a11y/Sent": "Verzonden",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Spraakbericht opnemen. Houd ingedrukt om op te nemen.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} nieuwe berichten"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} nieuwe berichten",
|
|
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": "Meldingen",
|
|
310
|
+
"a11y/Dismiss notification": "Melding sluiten",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Uploaden van bijlage geblokkeerd vanwege {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Uploaden van bijlage mislukt vanwege {{reason}}",
|
|
313
|
+
"Command not available": "Opdracht niet beschikbaar",
|
|
314
|
+
"Command not available while editing": "Opdracht niet beschikbaar tijdens bewerken",
|
|
315
|
+
"Command not available while replying": "Opdracht niet beschikbaar tijdens beantwoorden",
|
|
316
|
+
"Error reproducing the recording": "Fout bij afspelen van de opname",
|
|
317
|
+
"Error uploading attachment": "Fout bij uploaden van bijlage",
|
|
318
|
+
"Failed to create the poll": "Poll maken mislukt",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "Poll maken mislukt vanwege {{reason}}",
|
|
320
|
+
"Failed to end the poll": "Poll beëindigen mislukt",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "Poll beëindigen mislukt vanwege {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "Kon niet naar het eerste ongelezen bericht gaan",
|
|
323
|
+
"Failed to retrieve location": "Kon locatie niet ophalen",
|
|
324
|
+
"Failed to share location": "Kon locatie niet delen",
|
|
325
|
+
"File is required for upload attachment": "Er is een bestand vereist om een bijlage te uploaden",
|
|
326
|
+
"Local upload attachment missing local id": "Lokale uploadbijlage mist een lokale ID",
|
|
327
|
+
"Poll ended": "Poll beëindigd",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Stemlimiet bereikt. Verwijder eerst een bestaande stem.",
|
|
329
|
+
"Thread has not been found": "Thread is niet gevonden",
|
|
330
|
+
"Wait until all attachments have uploaded": "Wacht tot alle bijlagen zijn geüpload",
|
|
331
|
+
"Cannot seek in the recording": "Kan niet spoelen in de opname",
|
|
332
|
+
"Channel archived": "Kanaal gearchiveerd",
|
|
333
|
+
"Channel muted": "Kanaal gedempt",
|
|
334
|
+
"Channel pinned": "Kanaal vastgezet",
|
|
335
|
+
"Channel unarchived": "Kanaal uit archief gehaald",
|
|
336
|
+
"Channel unmuted": "Kanaal niet meer gedempt",
|
|
337
|
+
"Channel unpinned": "Kanaal losgemaakt",
|
|
338
|
+
"Edit message request failed": "Verzoek om bericht te bewerken mislukt",
|
|
339
|
+
"Failed to block user": "Gebruiker blokkeren mislukt",
|
|
340
|
+
"Failed to leave channel": "Kanaal verlaten mislukt",
|
|
341
|
+
"Failed to play the recording": "Opname afspelen mislukt",
|
|
342
|
+
"Failed to update channel archive status": "Bijwerken van kanaalarchiefstatus mislukt",
|
|
343
|
+
"Failed to update channel mute status": "Bijwerken van dempstatus van kanaal mislukt",
|
|
344
|
+
"Failed to update channel pinned status": "Bijwerken van vastzetstatus van kanaal mislukt",
|
|
345
|
+
"Left channel": "Kanaal verlaten",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "Opnameformaat wordt niet ondersteund en kan niet worden afgespeeld",
|
|
347
|
+
"Send message request failed": "Verzoek om bericht te verzenden mislukt",
|
|
348
|
+
"User blocked": "Gebruiker geblokkeerd",
|
|
349
|
+
"User unblocked": "Gebruiker gedeblokkeerd",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} is gedempt",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} is niet meer gedempt",
|
|
352
|
+
"size limit": "groottelimiet",
|
|
353
|
+
"unknown error": "onbekende fout",
|
|
354
|
+
"unsupported file type": "niet-ondersteund bestandstype"
|
|
262
355
|
}
|
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Mensagem vazia...",
|
|
39
39
|
"Enter a new option": "Digite uma nova opção",
|
|
40
40
|
"End Vote": "Encerrar votação",
|
|
41
|
+
"Error adding flag": "Erro ao sinalizar mensagem",
|
|
42
|
+
"Error deleting message": "Erro ao excluir mensagem",
|
|
43
|
+
"Error fetching reactions": "Erro ao buscar reações",
|
|
41
44
|
"Error loading": "Erro ao carregar",
|
|
42
45
|
"Error loading channel list...": "Erro ao carregar lista de canais...",
|
|
43
46
|
"Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Erro ao marcar mensagem como não lida. Não é possível marcar mensagens não lidas mais antigas que as 100 mensagens mais recentes do canal.",
|
|
48
|
+
"Error muting a user ...": "Erro ao silenciar um usuário ...",
|
|
49
|
+
"Error pinning message": "Erro ao fixar mensagem",
|
|
50
|
+
"Error removing message pin": "Erro ao remover fixação da mensagem",
|
|
51
|
+
"Error unmuting a user ...": "Erro ao remover silenciamento de um usuário ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "O arquivo é muito grande: {{ size }}, o tamanho máximo de upload é {{ limit }}",
|
|
47
54
|
"File too large": "Arquivo muito grande",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Gerando...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Ocultar quem votou",
|
|
62
|
+
"Hold to record. Release to save.": "Mantenha pressionado para gravar. Solte para salvar.",
|
|
55
63
|
"Hold to start recording.": "Mantenha pressionado para começar a gravar.",
|
|
56
64
|
"How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
|
|
57
65
|
"Instant Commands": "Comandos Instantâneos",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Número máximo de arquivos atingido",
|
|
69
77
|
"Message Reactions": "Reações à Mensagem",
|
|
70
78
|
"Message deleted": "Mensagem excluída",
|
|
79
|
+
"Message has been successfully flagged": "Mensagem sinalizada com sucesso",
|
|
71
80
|
"Message flagged": "Mensagem sinalizada",
|
|
81
|
+
"Message marked as unread": "Mensagem marcada como não lida",
|
|
82
|
+
"Message pinned": "Mensagem fixada",
|
|
83
|
+
"Message unpinned": "Mensagem desafixada",
|
|
72
84
|
"Multiple votes": "Votos múltiplos",
|
|
73
85
|
"Network error": "Erro de rede",
|
|
74
86
|
"Select more than one option": "Selecione mais de uma opção",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "Ver {{count}} comentários",
|
|
141
153
|
"Voice message": "Mensagem de voz",
|
|
142
154
|
"Voice message ({{duration}})": "Mensagem de voz ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Mensagem de voz excluída",
|
|
143
156
|
"Your comment": "Seu comentário",
|
|
144
157
|
"You": "Você",
|
|
145
158
|
"You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Lido",
|
|
253
266
|
"a11y/Reconnecting": "Reconectando",
|
|
254
267
|
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
268
|
+
"a11y/Remove edit": "Remover edição",
|
|
269
|
+
"a11y/Remove reply": "Remover resposta",
|
|
270
|
+
"a11y/Scroll to bottom": "Ir para o final",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ir para o final, {{count}} novas mensagens",
|
|
255
272
|
"a11y/Scroll to latest": "Ir para a mensagem mais recente",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "Ir para a mensagem mais recente, {{count}} não lidas",
|
|
257
274
|
"a11y/Send message": "Enviar mensagem",
|
|
258
275
|
"a11y/Sending": "Enviando",
|
|
259
276
|
"a11y/Sent": "Enviado",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Gravação de mensagem de voz. Mantenha pressionado para gravar.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} novas mensagens"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} novas mensagens",
|
|
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": "Notificações",
|
|
310
|
+
"a11y/Dismiss notification": "Fechar notificação",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Upload do anexo bloqueado devido a {{reason}}",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Falha no upload do anexo devido a {{reason}}",
|
|
313
|
+
"Command not available": "Comando indisponível",
|
|
314
|
+
"Command not available while editing": "Comando indisponível durante a edição",
|
|
315
|
+
"Command not available while replying": "Comando indisponível durante a resposta",
|
|
316
|
+
"Error reproducing the recording": "Erro ao reproduzir a gravação",
|
|
317
|
+
"Error uploading attachment": "Erro ao fazer upload do anexo",
|
|
318
|
+
"Failed to create the poll": "Falha ao criar a enquete",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "Falha ao criar a enquete devido a {{reason}}",
|
|
320
|
+
"Failed to end the poll": "Falha ao encerrar a enquete",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "Falha ao encerrar a enquete devido a {{reason}}",
|
|
322
|
+
"Failed to jump to the first unread message": "Falha ao ir para a primeira mensagem não lida",
|
|
323
|
+
"Failed to retrieve location": "Falha ao obter localização",
|
|
324
|
+
"Failed to share location": "Falha ao compartilhar localização",
|
|
325
|
+
"File is required for upload attachment": "É necessário um arquivo para fazer upload de um anexo",
|
|
326
|
+
"Local upload attachment missing local id": "ID local ausente no anexo local para upload",
|
|
327
|
+
"Poll ended": "Enquete encerrada",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Limite de votos atingido. Remova um voto existente primeiro.",
|
|
329
|
+
"Thread has not been found": "Thread não encontrada",
|
|
330
|
+
"Wait until all attachments have uploaded": "Aguarde até que todos os anexos tenham sido enviados",
|
|
331
|
+
"Cannot seek in the recording": "Não é possível navegar pela gravação",
|
|
332
|
+
"Channel archived": "Canal arquivado",
|
|
333
|
+
"Channel muted": "Canal silenciado",
|
|
334
|
+
"Channel pinned": "Canal fixado",
|
|
335
|
+
"Channel unarchived": "Canal desarquivado",
|
|
336
|
+
"Channel unmuted": "Canal com silenciamento removido",
|
|
337
|
+
"Channel unpinned": "Canal desafixado",
|
|
338
|
+
"Edit message request failed": "Falha na solicitação de edição da mensagem",
|
|
339
|
+
"Failed to block user": "Falha ao bloquear usuário",
|
|
340
|
+
"Failed to leave channel": "Falha ao sair do canal",
|
|
341
|
+
"Failed to play the recording": "Falha ao reproduzir a gravação",
|
|
342
|
+
"Failed to update channel archive status": "Falha ao atualizar o status de arquivamento do canal",
|
|
343
|
+
"Failed to update channel mute status": "Falha ao atualizar o status de silenciamento do canal",
|
|
344
|
+
"Failed to update channel pinned status": "Falha ao atualizar o status de fixação do canal",
|
|
345
|
+
"Left channel": "Você saiu do canal",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "O formato da gravação não é compatível e não pode ser reproduzido",
|
|
347
|
+
"Send message request failed": "Falha na solicitação de envio da mensagem",
|
|
348
|
+
"User blocked": "Usuário bloqueado",
|
|
349
|
+
"User unblocked": "Usuário desbloqueado",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} foi silenciado",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} teve o silenciamento removido",
|
|
352
|
+
"size limit": "limite de tamanho",
|
|
353
|
+
"unknown error": "erro desconhecido",
|
|
354
|
+
"unsupported file type": "tipo de arquivo não compatível"
|
|
262
355
|
}
|
|
@@ -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": "У локального загружаемого вложения отсутствует локальный 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
|
}
|
|
@@ -38,10 +38,17 @@
|
|
|
38
38
|
"Empty message...": "Boş mesaj...",
|
|
39
39
|
"Enter a new option": "Yeni bir seçenek girin",
|
|
40
40
|
"End Vote": "Oylamayı sonlandır",
|
|
41
|
+
"Error adding flag": "Mesaj raporlanırken hata oluştu",
|
|
42
|
+
"Error deleting message": "Mesaj silinirken hata oluştu",
|
|
43
|
+
"Error fetching reactions": "Tepkiler alınırken hata oluştu",
|
|
41
44
|
"Error loading": "Yükleme hatası",
|
|
42
45
|
"Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
|
|
43
46
|
"Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
|
|
44
47
|
"Error marking message unread. Cannot mark unread messages older than the newest 100 channel messages.": "Okunmamış olarak işaretlenen mesajda hata oluştu. En yeni 100 kanal mesajından daha eski okunmamış mesajları işaretleyemezsiniz.",
|
|
48
|
+
"Error muting a user ...": "Kullanıcı sessize alınırken hata oluştu ...",
|
|
49
|
+
"Error pinning message": "Mesaj sabitlenirken hata oluştu",
|
|
50
|
+
"Error removing message pin": "Mesaj sabitlemesi kaldırılırken hata oluştu",
|
|
51
|
+
"Error unmuting a user ...": "Kullanıcının sesi açılırken hata oluştu ...",
|
|
45
52
|
"Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
|
|
46
53
|
"File is too large: {{ size }}, maximum upload size is {{ limit }}": "Dosya çok büyük: {{ size }}, maksimum yükleme boyutu {{ limit }}",
|
|
47
54
|
"File too large": "Dosya çok büyük",
|
|
@@ -52,6 +59,7 @@
|
|
|
52
59
|
"Generating...": "Oluşturuluyor...",
|
|
53
60
|
"Giphy": "Giphy",
|
|
54
61
|
"Hide who voted": "Kimin oy verdiğini gizle",
|
|
62
|
+
"Hold to record. Release to save.": "Kayıt yapmak için basılı tutun. Kaydetmek için bırakın.",
|
|
55
63
|
"Hold to start recording.": "Kayıt yapmak için basılı tutun.",
|
|
56
64
|
"How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
|
|
57
65
|
"Instant Commands": "Anlık Komutlar",
|
|
@@ -68,7 +76,11 @@
|
|
|
68
76
|
"Maximum number of files reached": "Maksimum dosya sayısına ulaşıldı",
|
|
69
77
|
"Message Reactions": "Mesaj Tepkileri",
|
|
70
78
|
"Message deleted": "Mesaj silindi",
|
|
79
|
+
"Message has been successfully flagged": "Mesaj başarıyla raporlandı",
|
|
71
80
|
"Message flagged": "Mesaj işaretlendi",
|
|
81
|
+
"Message marked as unread": "Mesaj okunmadı olarak işaretlendi",
|
|
82
|
+
"Message pinned": "Mesaj sabitlendi",
|
|
83
|
+
"Message unpinned": "Mesaj sabitlemesi kaldırıldı",
|
|
72
84
|
"Multiple votes": "Çoklu oy",
|
|
73
85
|
"Network error": "Ağ hatası",
|
|
74
86
|
"Select more than one option": "Birden fazla seçenek seçin",
|
|
@@ -140,6 +152,7 @@
|
|
|
140
152
|
"View {{count}} comments_other": "{{count}} yorumu görüntüle",
|
|
141
153
|
"Voice message": "Sesli mesaj",
|
|
142
154
|
"Voice message ({{duration}})": "Sesli mesaj ({{duration}})",
|
|
155
|
+
"Voice message deleted": "Sesli mesaj silindi",
|
|
143
156
|
"Your comment": "Yorumunuz",
|
|
144
157
|
"You": "Sen",
|
|
145
158
|
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
@@ -252,11 +265,91 @@
|
|
|
252
265
|
"a11y/Read": "Okundu",
|
|
253
266
|
"a11y/Reconnecting": "Yeniden bağlanıyor",
|
|
254
267
|
"a11y/Reply to {{user}}": "{{user}} kullanıcısına yanıt ver",
|
|
268
|
+
"a11y/Remove edit": "Düzenlemeyi kaldır",
|
|
269
|
+
"a11y/Remove reply": "Yanıtı kaldır",
|
|
270
|
+
"a11y/Scroll to bottom": "En alta git",
|
|
271
|
+
"a11y/Scroll to bottom, {{count}} new messages": "En alta git, {{count}} yeni mesaj",
|
|
255
272
|
"a11y/Scroll to latest": "En son mesaja git",
|
|
256
273
|
"a11y/Scroll to latest, {{count}} unread": "En son mesaja git, {{count}} okunmamış",
|
|
257
274
|
"a11y/Send message": "Mesaj gönder",
|
|
258
275
|
"a11y/Sending": "Gönderiliyor",
|
|
259
276
|
"a11y/Sent": "Gönderildi",
|
|
260
277
|
"a11y/Voice message recording. Hold to record.": "Sesli mesaj kaydı. Kaydetmek için basılı tutun.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} yeni mesaj"
|
|
278
|
+
"a11y/{{count}} new messages": "{{count}} yeni mesaj",
|
|
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": "Bildirimler",
|
|
310
|
+
"a11y/Dismiss notification": "Bildirimi kapat",
|
|
311
|
+
"Attachment upload blocked due to {{reason}}": "Ek yükleme {{reason}} nedeniyle engellendi",
|
|
312
|
+
"Attachment upload failed due to {{reason}}": "Ek yükleme {{reason}} nedeniyle başarısız oldu",
|
|
313
|
+
"Command not available": "Komut kullanılamıyor",
|
|
314
|
+
"Command not available while editing": "Komut düzenleme sırasında kullanılamıyor",
|
|
315
|
+
"Command not available while replying": "Komut yanıt verirken kullanılamıyor",
|
|
316
|
+
"Error reproducing the recording": "Kaydı oynatırken hata oluştu",
|
|
317
|
+
"Error uploading attachment": "Eki yüklerken hata oluştu",
|
|
318
|
+
"Failed to create the poll": "Anket oluşturulamadı",
|
|
319
|
+
"Failed to create the poll due to {{reason}}": "Anket {{reason}} nedeniyle oluşturulamadı",
|
|
320
|
+
"Failed to end the poll": "Anket sonlandırılamadı",
|
|
321
|
+
"Failed to end the poll due to {{reason}}": "Anket {{reason}} nedeniyle sonlandırılamadı",
|
|
322
|
+
"Failed to jump to the first unread message": "İlk okunmamış mesaja gidilemedi",
|
|
323
|
+
"Failed to retrieve location": "Konum alınamadı",
|
|
324
|
+
"Failed to share location": "Konum paylaşılamadı",
|
|
325
|
+
"File is required for upload attachment": "Ek yüklemek için bir dosya gerekli",
|
|
326
|
+
"Local upload attachment missing local id": "Yerel yükleme ekinin yerel kimliği eksik",
|
|
327
|
+
"Poll ended": "Anket sona erdi",
|
|
328
|
+
"Reached the vote limit. Remove an existing vote first.": "Oy sınırına ulaşıldı. Önce mevcut bir oyu kaldırın.",
|
|
329
|
+
"Thread has not been found": "Konu bulunamadı",
|
|
330
|
+
"Wait until all attachments have uploaded": "Tüm ekler yüklenene kadar bekleyin",
|
|
331
|
+
"Cannot seek in the recording": "Kayıtta ileri/geri sarılamıyor",
|
|
332
|
+
"Channel archived": "Kanal arşivlendi",
|
|
333
|
+
"Channel muted": "Kanal sessize alındı",
|
|
334
|
+
"Channel pinned": "Kanal sabitlendi",
|
|
335
|
+
"Channel unarchived": "Kanal arşivden çıkarıldı",
|
|
336
|
+
"Channel unmuted": "Kanalın sesi açıldı",
|
|
337
|
+
"Channel unpinned": "Kanal sabitlemesi kaldırıldı",
|
|
338
|
+
"Edit message request failed": "Mesaj düzenleme isteği başarısız oldu",
|
|
339
|
+
"Failed to block user": "Kullanıcı engellenemedi",
|
|
340
|
+
"Failed to leave channel": "Kanaldan çıkılamadı",
|
|
341
|
+
"Failed to play the recording": "Kayıt oynatılamadı",
|
|
342
|
+
"Failed to update channel archive status": "Kanal arşiv durumu güncellenemedi",
|
|
343
|
+
"Failed to update channel mute status": "Kanal sessize alma durumu güncellenemedi",
|
|
344
|
+
"Failed to update channel pinned status": "Kanal sabitleme durumu güncellenemedi",
|
|
345
|
+
"Left channel": "Kanaldan çıkıldı",
|
|
346
|
+
"Recording format is not supported and cannot be reproduced": "Kayıt biçimi desteklenmiyor ve oynatılamıyor",
|
|
347
|
+
"Send message request failed": "Mesaj gönderme isteği başarısız oldu",
|
|
348
|
+
"User blocked": "Kullanıcı engellendi",
|
|
349
|
+
"User unblocked": "Kullanıcının engeli kaldırıldı",
|
|
350
|
+
"{{ user }} has been muted": "{{ user }} sessize alındı",
|
|
351
|
+
"{{ user }} has been unmuted": "{{ user }} kullanıcısının sesi açıldı",
|
|
352
|
+
"size limit": "boyut sınırı",
|
|
353
|
+
"unknown error": "bilinmeyen hata",
|
|
354
|
+
"unsupported file type": "desteklenmeyen dosya türü"
|
|
262
355
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-player-pool.d.ts","sourceRoot":"","sources":["../../../src/state-store/audio-player-pool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,MAAM,MAAM,sBAAsB,GAAG;IACnC,4BAA4B,EAAE,OAAO,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC;AAEF,qBAAa,eAAe;IAC1B,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IAC/B,4BAA4B,EAAE,OAAO,CAAC;IACtC,KAAK,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAEpC;gBAES,EAAE,4BAA4B,EAAE,EAAE,sBAAsB;IAKpE,IAAI,OAAO,kBAEV;IAED,cAAc,CAAC,MAAM,EAAE,kBAAkB;
|
|
1
|
+
{"version":3,"file":"audio-player-pool.d.ts","sourceRoot":"","sources":["../../../src/state-store/audio-player-pool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,MAAM,MAAM,sBAAsB,GAAG;IACnC,4BAA4B,EAAE,OAAO,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC,CAAC;AAEF,qBAAa,eAAe;IAC1B,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IAC/B,4BAA4B,EAAE,OAAO,CAAC;IACtC,KAAK,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAEpC;gBAES,EAAE,4BAA4B,EAAE,EAAE,sBAAsB;IAKpE,IAAI,OAAO,kBAEV;IAED,cAAc,CAAC,MAAM,EAAE,kBAAkB;IAazC,eAAe,CAAC,iBAAiB,EAAE,WAAW,GAAG,IAAI;IAMrD,eAAe;IAIf,YAAY,CAAC,EAAE,EAAE,MAAM;IAWvB,UAAU,CAAC,EAAE,EAAE,MAAM;IAMrB,KAAK;IAOL,WAAW,CAAC,EAAE,EAAE,MAAM;IAgBtB,YAAY;CAGb"}
|
|
@@ -8,6 +8,11 @@ export type AudioDescriptor = {
|
|
|
8
8
|
mimeType: string;
|
|
9
9
|
type: 'voiceRecording' | 'audio';
|
|
10
10
|
};
|
|
11
|
+
export type AudioPlayerErrorCode = 'failed-to-start' | 'not-playable' | 'seek-not-supported';
|
|
12
|
+
export type AudioPlayerErrorHandler = (params: {
|
|
13
|
+
errCode: AudioPlayerErrorCode;
|
|
14
|
+
error?: Error;
|
|
15
|
+
}) => void;
|
|
11
16
|
export type AudioPlayerState = {
|
|
12
17
|
isPlaying: boolean;
|
|
13
18
|
duration: number;
|
|
@@ -17,6 +22,7 @@ export type AudioPlayerState = {
|
|
|
17
22
|
playbackRates: number[];
|
|
18
23
|
};
|
|
19
24
|
export type AudioPlayerOptions = AudioDescriptor & {
|
|
25
|
+
onError?: AudioPlayerErrorHandler;
|
|
20
26
|
playbackRates?: number[];
|
|
21
27
|
previewVoiceRecording?: boolean;
|
|
22
28
|
};
|
|
@@ -28,12 +34,19 @@ export declare class AudioPlayer {
|
|
|
28
34
|
private type;
|
|
29
35
|
private isExpoCLI;
|
|
30
36
|
private _pool;
|
|
37
|
+
private onError?;
|
|
38
|
+
private lastPlaybackStatusError?;
|
|
39
|
+
private lastSeekNotSupportedNotificationAt?;
|
|
31
40
|
/**
|
|
32
41
|
* This keeps the composer preview on the recorder-backed player until preview
|
|
33
42
|
* and attachment playback are fully unified under the same sound service.
|
|
34
43
|
*/
|
|
35
44
|
private previewVoiceRecording?;
|
|
36
45
|
constructor(options: AudioPlayerOptions);
|
|
46
|
+
setOnError(onError?: AudioPlayerErrorHandler): void;
|
|
47
|
+
private getError;
|
|
48
|
+
private notifyError;
|
|
49
|
+
private handleMaybePromiseError;
|
|
37
50
|
initPlayer: ({ uri, playerRef }: {
|
|
38
51
|
uri?: string;
|
|
39
52
|
playerRef?: SoundReturnType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-player.d.ts","sourceRoot":"","sources":["../../../src/state-store/audio-player.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAyD,eAAe,EAAE,MAAM,WAAW,CAAC;AAEnG,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAmBF,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG;IACjD,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,qBAAa,WAAW;IACtB,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACpC,SAAS,EAAE,eAAe,GAAG,IAAI,CAAQ;IACzC,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,IAAI,CAA6B;IACzC,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,KAAK,CAAgC;
|
|
1
|
+
{"version":3,"file":"audio-player.d.ts","sourceRoot":"","sources":["../../../src/state-store/audio-player.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,OAAO,EAAyD,eAAe,EAAE,MAAM,WAAW,CAAC;AAEnG,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,GAAG,cAAc,GAAG,oBAAoB,CAAC;AAE7F,MAAM,MAAM,uBAAuB,GAAG,CAAC,MAAM,EAAE;IAC7C,OAAO,EAAE,oBAAoB,CAAC;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,KAAK,IAAI,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAmBF,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG;IACjD,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,qBAAa,WAAW;IACtB,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACpC,SAAS,EAAE,eAAe,GAAG,IAAI,CAAQ;IACzC,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,IAAI,CAA6B;IACzC,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,KAAK,CAAgC;IAC7C,OAAO,CAAC,OAAO,CAAC,CAA0B;IAC1C,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,kCAAkC,CAAC,CAAS;IAEpD;;;OAGG;IACH,OAAO,CAAC,qBAAqB,CAAC,CAAU;gBAE5B,OAAO,EAAE,kBAAkB;IAgBvC,UAAU,CAAC,OAAO,CAAC,EAAE,uBAAuB;IAI5C,OAAO,CAAC,QAAQ;IAUhB,OAAO,CAAC,WAAW;IAkBnB,OAAO,CAAC,uBAAuB;IAa/B,UAAU,GAAU,oBAAoB;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,eAAe,CAAA;KAAE,mBA0DnF;IAEF,OAAO,CAAC,2CAA2C,CAOjD;IAGF,OAAO,CAAC,sBAAsB,CAgC5B;IAGF,IAAI,SAAS,IAqDY,OAAO,CAnD/B;IAED,IAAI,QAAQ,IA6BW,MAAM,CA3B5B;IAED,IAAI,QAAQ,IA+BW,MAAM,CA7B5B;IAED,IAAI,QAAQ,IAkCW,MAAM,CAhC5B;IAED,IAAI,aAAa,aAEhB;IAED,IAAI,mBAAmB,WAEtB;IAED,IAAI,EAAE,WAEL;IAGD,IAAI,IAAI,CAAC,IAAI,EAAE,eAAe,EAE7B;IAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAI5B;IAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAK5B;IAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAK5B;IAED,IAAI,SAAS,CAAC,SAAS,EAAE,OAAO,EAI/B;IAGK,kBAAkB;IAqBxB,IAAI;IAgDJ,KAAK;IAoCL,MAAM;IAQA,IAAI,CAAC,iBAAiB,EAAE,MAAM;IAsC9B,IAAI;IAMV,QAAQ;CA8BT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BetterSqlite.d.ts","sourceRoot":"","sources":["../../../src/test-utils/BetterSqlite.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,QAAQ,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"BetterSqlite.d.ts","sourceRoot":"","sources":["../../../src/test-utils/BetterSqlite.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,QAAQ,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAMzE,qBAAa,YAAY;IACvB,MAAM,CAAC,EAAE,EAAE,YAAY,GAAG,IAAI,CAAQ;IAEtC,MAAM,CAAC,MAAM,QAAO,IAAI,CAEtB;IAEF,MAAM,CAAC,OAAO,QAAO,IAAI,CAEvB;IAEF,MAAM,CAAC,SAAS,QAAa,OAAO,CAAC,OAAO,CAAC,CAG3C;IAEF,MAAM,CAAC,aAAa,QAAO,IAAI,CAO7B;IAEF,MAAM,CAAC,eAAe,GAAU,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC5D,OAAO,MAAM,KACZ,OAAO,CAAC,IAAI,EAAE,CAAC,CAKhB;CACH"}
|