stream-chat-react-native-core 9.1.3 → 9.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/a11y/a11yUtils.js +40 -0
- package/lib/commonjs/a11y/a11yUtils.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useA11yLabel.js +16 -0
- package/lib/commonjs/a11y/hooks/useA11yLabel.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useAnnounceOnStateChange.js +36 -0
- package/lib/commonjs/a11y/hooks/useAnnounceOnStateChange.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useReducedMotionPreference.js +34 -0
- package/lib/commonjs/a11y/hooks/useReducedMotionPreference.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useResolvedModalAccessibilityProps.js +20 -0
- package/lib/commonjs/a11y/hooks/useResolvedModalAccessibilityProps.js.map +1 -0
- package/lib/commonjs/a11y/hooks/useScreenReaderEnabled.js +37 -0
- package/lib/commonjs/a11y/hooks/useScreenReaderEnabled.js.map +1 -0
- package/lib/commonjs/a11y/index.js +81 -0
- package/lib/commonjs/a11y/index.js.map +1 -0
- package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js +10 -0
- package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/commonjs/components/Accessibility/NotificationAnnouncer.js +37 -0
- package/lib/commonjs/components/Accessibility/NotificationAnnouncer.js.map +1 -0
- package/lib/commonjs/components/Accessibility/hooks/useIncomingMessageAnnouncements.js +109 -0
- package/lib/commonjs/components/Accessibility/hooks/useIncomingMessageAnnouncements.js.map +1 -0
- package/lib/commonjs/components/Accessibility/index.js +37 -0
- package/lib/commonjs/components/Accessibility/index.js.map +1 -0
- package/lib/commonjs/components/Accessibility/useAccessibilityAnnouncer.js +15 -0
- package/lib/commonjs/components/Accessibility/useAccessibilityAnnouncer.js.map +1 -0
- 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 +2 -1
- 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 +2 -1
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +4 -0
- package/lib/commonjs/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.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/Indicators/LoadingDots.js +2 -0
- package/lib/commonjs/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js +3 -0
- package/lib/commonjs/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/commonjs/components/Indicators/LoadingIndicator.js +2 -0
- package/lib/commonjs/components/Indicators/LoadingIndicator.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/AudioRecorder/AudioRecorder.js +3 -0
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +5 -0
- 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/MessageList/MessageFlashList.js +19 -2
- package/lib/commonjs/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +32 -8
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +12 -1
- 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/MessageActionList.js +4 -1
- package/lib/commonjs/components/MessageMenu/MessageActionList.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js +12 -3
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +2 -0
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/ReactionButton.js +9 -1
- package/lib/commonjs/components/MessageMenu/ReactionButton.js.map +1 -1
- 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 +15 -0
- package/lib/commonjs/components/Poll/components/PollOption.js.map +1 -1
- package/lib/commonjs/components/ProgressControl/ProgressControl.js +10 -0
- package/lib/commonjs/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +3 -0
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js +6 -3
- package/lib/commonjs/components/UIComponents/BottomSheetModal.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 +17 -2
- package/lib/commonjs/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js +3 -1
- package/lib/commonjs/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js +1 -0
- package/lib/commonjs/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/commonjs/components/ui/Button/Button.js +64 -21
- package/lib/commonjs/components/ui/Button/Button.js.map +1 -1
- package/lib/commonjs/components/ui/Input/Input.js +63 -21
- package/lib/commonjs/components/ui/Input/Input.js.map +1 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js +134 -0
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js.map +1 -0
- package/lib/commonjs/contexts/accessibilityContext/index.js +15 -0
- package/lib/commonjs/contexts/accessibilityContext/index.js.map +1 -0
- package/lib/commonjs/contexts/index.js +11 -0
- package/lib/commonjs/contexts/index.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +19 -14
- package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/commonjs/hooks/index.js +11 -0
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/i18n/en.json +57 -1
- package/lib/commonjs/i18n/es.json +57 -1
- package/lib/commonjs/i18n/fr.json +57 -1
- package/lib/commonjs/i18n/he.json +57 -1
- package/lib/commonjs/i18n/hi.json +57 -1
- package/lib/commonjs/i18n/it.json +57 -1
- package/lib/commonjs/i18n/ja.json +57 -1
- package/lib/commonjs/i18n/ko.json +57 -1
- package/lib/commonjs/i18n/nl.json +57 -1
- package/lib/commonjs/i18n/pt-br.json +57 -1
- package/lib/commonjs/i18n/ru.json +57 -1
- package/lib/commonjs/i18n/tr.json +57 -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/test-utils/BetterSqlite.js +3 -2
- package/lib/commonjs/test-utils/BetterSqlite.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/a11y/a11yUtils.js +40 -0
- package/lib/module/a11y/a11yUtils.js.map +1 -0
- package/lib/module/a11y/hooks/useA11yLabel.js +16 -0
- package/lib/module/a11y/hooks/useA11yLabel.js.map +1 -0
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/module/a11y/hooks/useAnnounceOnStateChange.js +36 -0
- package/lib/module/a11y/hooks/useAnnounceOnStateChange.js.map +1 -0
- package/lib/module/a11y/hooks/useReducedMotionPreference.js +34 -0
- package/lib/module/a11y/hooks/useReducedMotionPreference.js.map +1 -0
- package/lib/module/a11y/hooks/useResolvedModalAccessibilityProps.js +20 -0
- package/lib/module/a11y/hooks/useResolvedModalAccessibilityProps.js.map +1 -0
- package/lib/module/a11y/hooks/useScreenReaderEnabled.js +37 -0
- package/lib/module/a11y/hooks/useScreenReaderEnabled.js.map +1 -0
- package/lib/module/a11y/index.js +81 -0
- package/lib/module/a11y/index.js.map +1 -0
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js +10 -0
- package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
- package/lib/module/components/Accessibility/NotificationAnnouncer.js +37 -0
- package/lib/module/components/Accessibility/NotificationAnnouncer.js.map +1 -0
- package/lib/module/components/Accessibility/hooks/useIncomingMessageAnnouncements.js +109 -0
- package/lib/module/components/Accessibility/hooks/useIncomingMessageAnnouncements.js.map +1 -0
- package/lib/module/components/Accessibility/index.js +37 -0
- package/lib/module/components/Accessibility/index.js.map +1 -0
- package/lib/module/components/Accessibility/useAccessibilityAnnouncer.js +15 -0
- package/lib/module/components/Accessibility/useAccessibilityAnnouncer.js.map +1 -0
- 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 +2 -1
- 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 +2 -1
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.js +4 -0
- package/lib/module/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.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/Indicators/LoadingDots.js +2 -0
- package/lib/module/components/Indicators/LoadingDots.js.map +1 -1
- package/lib/module/components/Indicators/LoadingErrorIndicator.js +3 -0
- package/lib/module/components/Indicators/LoadingErrorIndicator.js.map +1 -1
- package/lib/module/components/Indicators/LoadingIndicator.js +2 -0
- package/lib/module/components/Indicators/LoadingIndicator.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/AudioRecorder/AudioRecorder.js +3 -0
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecorder.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +5 -0
- 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/MessageList/MessageFlashList.js +19 -2
- package/lib/module/components/MessageList/MessageFlashList.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +32 -8
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +12 -1
- 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/MessageActionList.js +4 -1
- package/lib/module/components/MessageMenu/MessageActionList.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageActionListItem.js +12 -3
- package/lib/module/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +2 -0
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/module/components/MessageMenu/ReactionButton.js +9 -1
- package/lib/module/components/MessageMenu/ReactionButton.js.map +1 -1
- 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 +15 -0
- package/lib/module/components/Poll/components/PollOption.js.map +1 -1
- package/lib/module/components/ProgressControl/ProgressControl.js +10 -0
- package/lib/module/components/ProgressControl/ProgressControl.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +3 -0
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.js +6 -3
- package/lib/module/components/UIComponents/BottomSheetModal.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 +17 -2
- package/lib/module/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/ui/Avatar/ChannelAvatar.js +3 -1
- package/lib/module/components/ui/Avatar/ChannelAvatar.js.map +1 -1
- package/lib/module/components/ui/Avatar/UserAvatar.js +1 -0
- package/lib/module/components/ui/Avatar/UserAvatar.js.map +1 -1
- package/lib/module/components/ui/Button/Button.js +64 -21
- package/lib/module/components/ui/Button/Button.js.map +1 -1
- package/lib/module/components/ui/Input/Input.js +63 -21
- package/lib/module/components/ui/Input/Input.js.map +1 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js +134 -0
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js.map +1 -0
- package/lib/module/contexts/accessibilityContext/index.js +15 -0
- package/lib/module/contexts/accessibilityContext/index.js.map +1 -0
- package/lib/module/contexts/index.js +11 -0
- package/lib/module/contexts/index.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayContext.js.map +1 -1
- package/lib/module/contexts/overlayContext/OverlayProvider.js +19 -14
- package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
- package/lib/module/hooks/index.js +11 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/i18n/en.json +57 -1
- package/lib/module/i18n/es.json +57 -1
- package/lib/module/i18n/fr.json +57 -1
- package/lib/module/i18n/he.json +57 -1
- package/lib/module/i18n/hi.json +57 -1
- package/lib/module/i18n/it.json +57 -1
- package/lib/module/i18n/ja.json +57 -1
- package/lib/module/i18n/ko.json +57 -1
- package/lib/module/i18n/nl.json +57 -1
- package/lib/module/i18n/pt-br.json +57 -1
- package/lib/module/i18n/ru.json +57 -1
- package/lib/module/i18n/tr.json +57 -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/test-utils/BetterSqlite.js +3 -2
- package/lib/module/test-utils/BetterSqlite.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/a11y/a11yUtils.d.ts +31 -0
- package/lib/typescript/a11y/a11yUtils.d.ts.map +1 -0
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts +13 -0
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts.map +1 -0
- 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/hooks/useAnnounceOnStateChange.d.ts +14 -0
- package/lib/typescript/a11y/hooks/useAnnounceOnStateChange.d.ts.map +1 -0
- package/lib/typescript/a11y/hooks/useReducedMotionPreference.d.ts +6 -0
- package/lib/typescript/a11y/hooks/useReducedMotionPreference.d.ts.map +1 -0
- package/lib/typescript/a11y/hooks/useResolvedModalAccessibilityProps.d.ts +18 -0
- package/lib/typescript/a11y/hooks/useResolvedModalAccessibilityProps.d.ts.map +1 -0
- package/lib/typescript/a11y/hooks/useScreenReaderEnabled.d.ts +10 -0
- package/lib/typescript/a11y/hooks/useScreenReaderEnabled.d.ts.map +1 -0
- package/lib/typescript/a11y/index.d.ts +8 -0
- package/lib/typescript/a11y/index.d.ts.map +1 -0
- package/lib/typescript/components/AITypingIndicatorView/AITypingIndicatorView.d.ts.map +1 -1
- package/lib/typescript/components/Accessibility/NotificationAnnouncer.d.ts +12 -0
- package/lib/typescript/components/Accessibility/NotificationAnnouncer.d.ts.map +1 -0
- package/lib/typescript/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts +20 -0
- package/lib/typescript/components/Accessibility/hooks/useIncomingMessageAnnouncements.d.ts.map +1 -0
- package/lib/typescript/components/Accessibility/index.d.ts +4 -0
- package/lib/typescript/components/Accessibility/index.d.ts.map +1 -0
- package/lib/typescript/components/Accessibility/useAccessibilityAnnouncer.d.ts +15 -0
- package/lib/typescript/components/Accessibility/useAccessibilityAnnouncer.d.ts.map +1 -0
- 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.map +1 -1
- package/lib/typescript/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.d.ts.map +1 -1
- package/lib/typescript/components/Indicators/LoadingDots.d.ts.map +1 -1
- package/lib/typescript/components/Indicators/LoadingErrorIndicator.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/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/MessageActionList.d.ts.map +1 -1
- 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/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/ProgressControl/ProgressControl.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/BottomSheetModal.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 +12 -1
- package/lib/typescript/components/ui/Avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/components/ui/Avatar/ChannelAvatar.d.ts.map +1 -1
- package/lib/typescript/components/ui/Avatar/UserAvatar.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/components/ui/Input/Input.d.ts.map +1 -1
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts +34 -0
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts.map +1 -0
- package/lib/typescript/contexts/accessibilityContext/index.d.ts +2 -0
- package/lib/typescript/contexts/accessibilityContext/index.d.ts.map +1 -0
- package/lib/typescript/contexts/index.d.ts +1 -0
- package/lib/typescript/contexts/index.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts +7 -0
- package/lib/typescript/contexts/overlayContext/OverlayContext.d.ts.map +1 -1
- package/lib/typescript/contexts/overlayContext/OverlayProvider.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/useTranslatedMessage.d.ts +2 -2
- package/lib/typescript/i18n/en.json +57 -1
- package/lib/typescript/i18n/es.json +57 -1
- package/lib/typescript/i18n/fr.json +57 -1
- package/lib/typescript/i18n/he.json +57 -1
- package/lib/typescript/i18n/hi.json +57 -1
- package/lib/typescript/i18n/it.json +57 -1
- package/lib/typescript/i18n/ja.json +57 -1
- package/lib/typescript/i18n/ko.json +57 -1
- package/lib/typescript/i18n/nl.json +57 -1
- package/lib/typescript/i18n/pt-br.json +57 -1
- package/lib/typescript/i18n/ru.json +57 -1
- package/lib/typescript/i18n/tr.json +57 -1
- package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +56 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/offline-support/offline-feature.tsx +40 -34
- package/src/a11y/__tests__/a11yUtils.test.ts +70 -0
- package/src/a11y/a11yUtils.ts +50 -0
- package/src/a11y/hooks/useA11yLabel.ts +22 -0
- package/src/a11y/hooks/useAccessibilityActivateAction.ts +44 -0
- package/src/a11y/hooks/useAnnounceOnStateChange.ts +47 -0
- package/src/a11y/hooks/useReducedMotionPreference.ts +38 -0
- package/src/a11y/hooks/useResolvedModalAccessibilityProps.ts +30 -0
- package/src/a11y/hooks/useScreenReaderEnabled.ts +44 -0
- package/src/a11y/index.ts +7 -0
- package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx +17 -2
- package/src/components/AITypingIndicatorView/__tests__/AITypingIndicatorView.test.tsx +73 -0
- package/src/components/Accessibility/NotificationAnnouncer.tsx +43 -0
- package/src/components/Accessibility/__tests__/AccessibilityAnnouncer.test.tsx +75 -0
- package/src/components/Accessibility/hooks/useIncomingMessageAnnouncements.ts +157 -0
- package/src/components/Accessibility/index.ts +3 -0
- package/src/components/Accessibility/useAccessibilityAnnouncer.ts +30 -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 +1 -0
- package/src/components/AttachmentPicker/components/AttachmentTypePickerButton.tsx +9 -0
- package/src/components/Channel/Channel.tsx +3 -0
- package/src/components/ChannelList/__tests__/ChannelListView.test.tsx +16 -5
- package/src/components/ChannelPreview/ChannelMessagePreviewDeliveryStatus.tsx +14 -1
- 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/Indicators/LoadingDots.tsx +5 -1
- package/src/components/Indicators/LoadingErrorIndicator.tsx +7 -1
- package/src/components/Indicators/LoadingIndicator.tsx +1 -1
- package/src/components/Message/MessageItemView/__tests__/__snapshots__/MessageAuthor.test.tsx.snap +2 -0
- package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.tsx.snap +30 -15
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.tsx.snap +20 -10
- package/src/components/MessageInput/components/AttachmentPreview/AttachmentRemoveControl.tsx +18 -2
- package/src/components/MessageInput/components/AudioRecorder/AudioRecorder.tsx +3 -0
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +8 -1
- 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/MessageList/MessageFlashList.tsx +23 -2
- package/src/components/MessageList/MessageList.tsx +32 -2
- package/src/components/MessageList/ScrollToBottomButton.tsx +19 -1
- package/src/components/MessageList/UnreadMessagesNotification.tsx +1 -0
- package/src/components/MessageList/__tests__/MessageList.test.tsx +186 -0
- package/src/components/MessageList/__tests__/ScrollToBottomButton.test.tsx +2 -2
- package/src/components/MessageList/__tests__/__snapshots__/ScrollToBottomButton.test.tsx.snap +4 -1
- package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.tsx.snap +6 -0
- package/src/components/MessageList/hooks/useScrollToBottomAccessibilityAction.ts +74 -0
- package/src/components/MessageMenu/MessageActionList.tsx +4 -1
- package/src/components/MessageMenu/MessageActionListItem.tsx +11 -4
- package/src/components/MessageMenu/MessageReactionPicker.tsx +2 -0
- package/src/components/MessageMenu/ReactionButton.tsx +7 -1
- 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/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 +11 -0
- package/src/components/ProgressControl/ProgressControl.tsx +8 -0
- package/src/components/Reply/Reply.tsx +9 -2
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +23 -6
- package/src/components/UIComponents/BottomSheetModal.tsx +4 -0
- package/src/components/index.ts +2 -0
- package/src/components/ui/Avatar/Avatar.tsx +24 -2
- package/src/components/ui/Avatar/ChannelAvatar.tsx +3 -0
- package/src/components/ui/Avatar/UserAvatar.tsx +1 -0
- package/src/components/ui/Button/Button.tsx +50 -0
- package/src/components/ui/Button/__tests__/Button.test.tsx +44 -0
- package/src/components/ui/Input/Input.tsx +35 -0
- package/src/contexts/accessibilityContext/AccessibilityContext.tsx +199 -0
- package/src/contexts/accessibilityContext/__tests__/AccessibilityContext.test.tsx +65 -0
- package/src/contexts/accessibilityContext/index.ts +1 -0
- package/src/contexts/index.ts +1 -0
- package/src/contexts/overlayContext/OverlayContext.tsx +7 -0
- package/src/contexts/overlayContext/OverlayProvider.tsx +18 -14
- package/src/contexts/overlayContext/__tests__/OverlayProvider.test.tsx +51 -0
- package/src/hooks/index.ts +1 -0
- package/src/i18n/en.json +57 -1
- package/src/i18n/es.json +57 -1
- package/src/i18n/fr.json +57 -1
- package/src/i18n/he.json +57 -1
- package/src/i18n/hi.json +57 -1
- package/src/i18n/it.json +57 -1
- package/src/i18n/ja.json +57 -1
- package/src/i18n/ko.json +57 -1
- package/src/i18n/nl.json +57 -1
- package/src/i18n/pt-br.json +57 -1
- package/src/i18n/ru.json +57 -1
- package/src/i18n/tr.json +57 -1
- package/src/mock-builders/DB/mock.ts +2 -1
- package/src/test-utils/BetterSqlite.ts +3 -1
- package/src/version.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_a11y","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_useAppStateListener","_useStreami18n","_useViewport","_useScreenDimensions","_useStateStore","_usePendingAttachmentUpload","_useStableCallback","_useLoadingImage","_useMessageReminder","_useQueryReminders","_useAfterKeyboardOpenCallback","_useClientNotifications","_useInAppNotificationsState","_usePortalSettledCallback","_useRAFCoalescedValue","_useAudioPlayer","_useAttachmentPickerState","_useMessageDeliveryStatus","_useGroupedAttachments","_useMessagePreviewIcon","_useMessagePreviewText"],"sourceRoot":"../../../src","sources":["hooks/index.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Unsupported Attachment",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} More Option",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} More Options",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} More Options"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} More Options",
|
|
240
|
+
"a11y/AI is generating": "AI is generating",
|
|
241
|
+
"a11y/AI is thinking": "AI is thinking",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar of {{name}}",
|
|
243
|
+
"a11y/Connected": "Connected",
|
|
244
|
+
"a11y/Delivered": "Delivered",
|
|
245
|
+
"a11y/Loading": "Loading",
|
|
246
|
+
"a11y/Loading failed": "Loading failed",
|
|
247
|
+
"a11y/Message actions": "Message actions",
|
|
248
|
+
"a11y/New message from {{user}}": "New message from {{user}}",
|
|
249
|
+
"a11y/Offline": "Offline",
|
|
250
|
+
"a11y/Open message actions": "Open message actions",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Reaction {{emoji}} by {{count}} users",
|
|
252
|
+
"a11y/Read": "Read",
|
|
253
|
+
"a11y/Reconnecting": "Reconnecting",
|
|
254
|
+
"a11y/Reply to {{user}}": "Reply to {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Remove edit",
|
|
256
|
+
"a11y/Remove reply": "Remove reply",
|
|
257
|
+
"a11y/Scroll to bottom": "Scroll to bottom",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Scroll to bottom, {{count}} new messages",
|
|
259
|
+
"a11y/Scroll to latest": "Scroll to latest",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Scroll to latest, {{count}} unread",
|
|
261
|
+
"a11y/Send message": "Send message",
|
|
262
|
+
"a11y/Sending": "Sending",
|
|
263
|
+
"a11y/Sent": "Sent",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Voice message recording. Hold to record.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} new messages",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Adjunto no admitido",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} opción más",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} opciones más",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} opciones más"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} opciones más",
|
|
240
|
+
"a11y/AI is generating": "La IA está generando",
|
|
241
|
+
"a11y/AI is thinking": "La IA está pensando",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
243
|
+
"a11y/Connected": "Conectado",
|
|
244
|
+
"a11y/Delivered": "Entregado",
|
|
245
|
+
"a11y/Loading": "Cargando",
|
|
246
|
+
"a11y/Loading failed": "Error al cargar",
|
|
247
|
+
"a11y/Message actions": "Acciones del mensaje",
|
|
248
|
+
"a11y/New message from {{user}}": "Nuevo mensaje de {{user}}",
|
|
249
|
+
"a11y/Offline": "Sin conexión",
|
|
250
|
+
"a11y/Open message actions": "Abrir acciones del mensaje",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Reacción {{emoji}} de {{count}} usuarios",
|
|
252
|
+
"a11y/Read": "Leído",
|
|
253
|
+
"a11y/Reconnecting": "Reconectando",
|
|
254
|
+
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Eliminar edición",
|
|
256
|
+
"a11y/Remove reply": "Eliminar respuesta",
|
|
257
|
+
"a11y/Scroll to bottom": "Ir al final",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ir al final, {{count}} mensajes nuevos",
|
|
259
|
+
"a11y/Scroll to latest": "Ir al último mensaje",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Ir al último mensaje, {{count}} sin leer",
|
|
261
|
+
"a11y/Send message": "Enviar mensaje",
|
|
262
|
+
"a11y/Sending": "Enviando",
|
|
263
|
+
"a11y/Sent": "Enviado",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Grabación de mensaje de voz. Mantén pulsado para grabar.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} mensajes nuevos",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Pièce jointe non prise en charge",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} option supplémentaire",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} options supplémentaires",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} options supplémentaires"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} options supplémentaires",
|
|
240
|
+
"a11y/AI is generating": "L'IA génère une réponse",
|
|
241
|
+
"a11y/AI is thinking": "L'IA réfléchit",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
243
|
+
"a11y/Connected": "Connecté",
|
|
244
|
+
"a11y/Delivered": "Distribué",
|
|
245
|
+
"a11y/Loading": "Chargement",
|
|
246
|
+
"a11y/Loading failed": "Échec du chargement",
|
|
247
|
+
"a11y/Message actions": "Actions du message",
|
|
248
|
+
"a11y/New message from {{user}}": "Nouveau message de {{user}}",
|
|
249
|
+
"a11y/Offline": "Hors ligne",
|
|
250
|
+
"a11y/Open message actions": "Ouvrir les actions du message",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Réaction {{emoji}} par {{count}} utilisateurs",
|
|
252
|
+
"a11y/Read": "Lu",
|
|
253
|
+
"a11y/Reconnecting": "Reconnexion",
|
|
254
|
+
"a11y/Reply to {{user}}": "Répondre à {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Supprimer la modification",
|
|
256
|
+
"a11y/Remove reply": "Supprimer la réponse",
|
|
257
|
+
"a11y/Scroll to bottom": "Aller en bas",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Aller en bas, {{count}} nouveaux messages",
|
|
259
|
+
"a11y/Scroll to latest": "Aller au dernier message",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Aller au dernier message, {{count}} non lus",
|
|
261
|
+
"a11y/Send message": "Envoyer le message",
|
|
262
|
+
"a11y/Sending": "Envoi",
|
|
263
|
+
"a11y/Sent": "Envoyé",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Enregistrement d'un message vocal. Maintenez appuyé pour enregistrer.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} nouveaux messages",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "קובץ לא נתמך",
|
|
237
237
|
"+{{count}} More Options_one": "+עוד אפשרות {{count}}",
|
|
238
238
|
"+{{count}} More Options_other": "+עוד {{count}} אפשרויות",
|
|
239
|
-
"+{{count}} More Options_many": "+עוד {{count}} אפשרויות"
|
|
239
|
+
"+{{count}} More Options_many": "+עוד {{count}} אפשרויות",
|
|
240
|
+
"a11y/AI is generating": "הבינה המלאכותית יוצרת תשובה",
|
|
241
|
+
"a11y/AI is thinking": "הבינה המלאכותית חושבת",
|
|
242
|
+
"a11y/Avatar of {{name}}": "תמונת פרופיל של {{name}}",
|
|
243
|
+
"a11y/Connected": "מחובר",
|
|
244
|
+
"a11y/Delivered": "נמסר",
|
|
245
|
+
"a11y/Loading": "טוען",
|
|
246
|
+
"a11y/Loading failed": "הטעינה נכשלה",
|
|
247
|
+
"a11y/Message actions": "פעולות הודעה",
|
|
248
|
+
"a11y/New message from {{user}}": "הודעה חדשה מ-{{user}}",
|
|
249
|
+
"a11y/Offline": "לא מקוון",
|
|
250
|
+
"a11y/Open message actions": "פתח פעולות הודעה",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "תגובה {{emoji}} מאת {{count}} משתמשים",
|
|
252
|
+
"a11y/Read": "נקרא",
|
|
253
|
+
"a11y/Reconnecting": "מתחבר מחדש",
|
|
254
|
+
"a11y/Reply to {{user}}": "השב ל-{{user}}",
|
|
255
|
+
"a11y/Remove edit": "הסר עריכה",
|
|
256
|
+
"a11y/Remove reply": "הסר תגובה",
|
|
257
|
+
"a11y/Scroll to bottom": "גלול לתחתית",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "גלול לתחתית, {{count}} הודעות חדשות",
|
|
259
|
+
"a11y/Scroll to latest": "גלול להודעה האחרונה",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "גלול להודעה האחרונה, {{count}} לא נקראו",
|
|
261
|
+
"a11y/Send message": "שלח הודעה",
|
|
262
|
+
"a11y/Sending": "שולח",
|
|
263
|
+
"a11y/Sent": "נשלח",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "הקלטת הודעה קולית. החזק כדי להקליט.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} הודעות חדשות",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "असमर्थित अटैचमेंट",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} और विकल्प",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} और विकल्प",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} और विकल्प"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} और विकल्प",
|
|
240
|
+
"a11y/AI is generating": "AI जवाब तैयार कर रहा है",
|
|
241
|
+
"a11y/AI is thinking": "AI सोच रहा है",
|
|
242
|
+
"a11y/Avatar of {{name}}": "{{name}} का अवतार",
|
|
243
|
+
"a11y/Connected": "कनेक्टेड",
|
|
244
|
+
"a11y/Delivered": "डिलीवर हुआ",
|
|
245
|
+
"a11y/Loading": "लोड हो रहा है",
|
|
246
|
+
"a11y/Loading failed": "लोड नहीं हो सका",
|
|
247
|
+
"a11y/Message actions": "संदेश की कार्रवाइयां",
|
|
248
|
+
"a11y/New message from {{user}}": "{{user}} से नया संदेश",
|
|
249
|
+
"a11y/Offline": "ऑफलाइन",
|
|
250
|
+
"a11y/Open message actions": "संदेश की कार्रवाइयां खोलें",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}} उपयोगकर्ताओं की {{emoji}} प्रतिक्रिया",
|
|
252
|
+
"a11y/Read": "पढ़ा गया",
|
|
253
|
+
"a11y/Reconnecting": "फिर से कनेक्ट हो रहा है",
|
|
254
|
+
"a11y/Reply to {{user}}": "{{user}} को जवाब दें",
|
|
255
|
+
"a11y/Remove edit": "संपादन हटाएं",
|
|
256
|
+
"a11y/Remove reply": "जवाब हटाएं",
|
|
257
|
+
"a11y/Scroll to bottom": "नीचे स्क्रॉल करें",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "नीचे स्क्रॉल करें, {{count}} नए संदेश",
|
|
259
|
+
"a11y/Scroll to latest": "नवीनतम संदेश पर जाएं",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "नवीनतम संदेश पर जाएं, {{count}} अपठित",
|
|
261
|
+
"a11y/Send message": "संदेश भेजें",
|
|
262
|
+
"a11y/Sending": "भेजा जा रहा है",
|
|
263
|
+
"a11y/Sent": "भेजा गया",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "वॉइस संदेश रिकॉर्डिंग। रिकॉर्ड करने के लिए दबाकर रखें।",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} नए संदेश",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Allegato non supportato",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} altra opzione",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} altre opzioni",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} altre opzioni"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} altre opzioni",
|
|
240
|
+
"a11y/AI is generating": "L'IA sta generando",
|
|
241
|
+
"a11y/AI is thinking": "L'IA sta pensando",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar di {{name}}",
|
|
243
|
+
"a11y/Connected": "Connesso",
|
|
244
|
+
"a11y/Delivered": "Consegnato",
|
|
245
|
+
"a11y/Loading": "Caricamento",
|
|
246
|
+
"a11y/Loading failed": "Caricamento non riuscito",
|
|
247
|
+
"a11y/Message actions": "Azioni del messaggio",
|
|
248
|
+
"a11y/New message from {{user}}": "Nuovo messaggio da {{user}}",
|
|
249
|
+
"a11y/Offline": "Offline",
|
|
250
|
+
"a11y/Open message actions": "Apri azioni del messaggio",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Reazione {{emoji}} di {{count}} utenti",
|
|
252
|
+
"a11y/Read": "Letto",
|
|
253
|
+
"a11y/Reconnecting": "Riconnessione",
|
|
254
|
+
"a11y/Reply to {{user}}": "Rispondi a {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Rimuovi modifica",
|
|
256
|
+
"a11y/Remove reply": "Rimuovi risposta",
|
|
257
|
+
"a11y/Scroll to bottom": "Vai in fondo",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Vai in fondo, {{count}} nuovi messaggi",
|
|
259
|
+
"a11y/Scroll to latest": "Vai al messaggio più recente",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Vai al messaggio più recente, {{count}} non letti",
|
|
261
|
+
"a11y/Send message": "Invia messaggio",
|
|
262
|
+
"a11y/Sending": "Invio in corso",
|
|
263
|
+
"a11y/Sent": "Inviato",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Registrazione del messaggio vocale. Tieni premuto per registrare.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} nuovi messaggi",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "サポートされていない添付ファイル",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} 件の追加オプション",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} 件の追加オプション",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} 件の追加オプション"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} 件の追加オプション",
|
|
240
|
+
"a11y/AI is generating": "AIが生成しています",
|
|
241
|
+
"a11y/AI is thinking": "AIが考えています",
|
|
242
|
+
"a11y/Avatar of {{name}}": "{{name}}のアバター",
|
|
243
|
+
"a11y/Connected": "接続済み",
|
|
244
|
+
"a11y/Delivered": "配信済み",
|
|
245
|
+
"a11y/Loading": "読み込み中",
|
|
246
|
+
"a11y/Loading failed": "読み込みに失敗しました",
|
|
247
|
+
"a11y/Message actions": "メッセージの操作",
|
|
248
|
+
"a11y/New message from {{user}}": "{{user}}からの新しいメッセージ",
|
|
249
|
+
"a11y/Offline": "オフライン",
|
|
250
|
+
"a11y/Open message actions": "メッセージの操作を開く",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}}人のユーザーによるリアクション{{emoji}}",
|
|
252
|
+
"a11y/Read": "既読",
|
|
253
|
+
"a11y/Reconnecting": "再接続中",
|
|
254
|
+
"a11y/Reply to {{user}}": "{{user}}に返信",
|
|
255
|
+
"a11y/Remove edit": "編集を削除",
|
|
256
|
+
"a11y/Remove reply": "返信を削除",
|
|
257
|
+
"a11y/Scroll to bottom": "一番下へ移動",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "一番下へ移動、新しいメッセージ{{count}}件",
|
|
259
|
+
"a11y/Scroll to latest": "最新のメッセージへ移動",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "最新のメッセージへ移動、未読{{count}}件",
|
|
261
|
+
"a11y/Send message": "メッセージを送信",
|
|
262
|
+
"a11y/Sending": "送信中",
|
|
263
|
+
"a11y/Sent": "送信済み",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "音声メッセージの録音。長押しして録音します。",
|
|
265
|
+
"a11y/{{count}} new messages": "新しいメッセージ{{count}}件",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "지원하지 않는 첨부파일",
|
|
237
237
|
"+{{count}} More Options_one": "+옵션 {{count}}개 더",
|
|
238
238
|
"+{{count}} More Options_other": "+옵션 {{count}}개 더",
|
|
239
|
-
"+{{count}} More Options_many": "+옵션 {{count}}개 더"
|
|
239
|
+
"+{{count}} More Options_many": "+옵션 {{count}}개 더",
|
|
240
|
+
"a11y/AI is generating": "AI가 생성 중입니다",
|
|
241
|
+
"a11y/AI is thinking": "AI가 생각 중입니다",
|
|
242
|
+
"a11y/Avatar of {{name}}": "{{name}}의 아바타",
|
|
243
|
+
"a11y/Connected": "연결됨",
|
|
244
|
+
"a11y/Delivered": "전달됨",
|
|
245
|
+
"a11y/Loading": "로드 중",
|
|
246
|
+
"a11y/Loading failed": "로드 실패",
|
|
247
|
+
"a11y/Message actions": "메시지 작업",
|
|
248
|
+
"a11y/New message from {{user}}": "{{user}}님의 새 메시지",
|
|
249
|
+
"a11y/Offline": "오프라인",
|
|
250
|
+
"a11y/Open message actions": "메시지 작업 열기",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}}명의 사용자가 남긴 {{emoji}} 반응",
|
|
252
|
+
"a11y/Read": "읽음",
|
|
253
|
+
"a11y/Reconnecting": "다시 연결 중",
|
|
254
|
+
"a11y/Reply to {{user}}": "{{user}}님에게 답장",
|
|
255
|
+
"a11y/Remove edit": "편집 제거",
|
|
256
|
+
"a11y/Remove reply": "답장 제거",
|
|
257
|
+
"a11y/Scroll to bottom": "맨 아래로 이동",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "맨 아래로 이동, 새 메시지 {{count}}개",
|
|
259
|
+
"a11y/Scroll to latest": "최신 메시지로 이동",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "최신 메시지로 이동, 읽지 않은 메시지 {{count}}개",
|
|
261
|
+
"a11y/Send message": "메시지 보내기",
|
|
262
|
+
"a11y/Sending": "보내는 중",
|
|
263
|
+
"a11y/Sent": "보냄",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "음성 메시지 녹음. 길게 눌러 녹음하세요.",
|
|
265
|
+
"a11y/{{count}} new messages": "새 메시지 {{count}}개",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Ondersteunde bijlage",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} extra optie",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} extra opties",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} extra opties"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} extra opties",
|
|
240
|
+
"a11y/AI is generating": "AI genereert",
|
|
241
|
+
"a11y/AI is thinking": "AI denkt na",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar van {{name}}",
|
|
243
|
+
"a11y/Connected": "Verbonden",
|
|
244
|
+
"a11y/Delivered": "Afgeleverd",
|
|
245
|
+
"a11y/Loading": "Laden",
|
|
246
|
+
"a11y/Loading failed": "Laden mislukt",
|
|
247
|
+
"a11y/Message actions": "Berichtacties",
|
|
248
|
+
"a11y/New message from {{user}}": "Nieuw bericht van {{user}}",
|
|
249
|
+
"a11y/Offline": "Offline",
|
|
250
|
+
"a11y/Open message actions": "Berichtacties openen",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Reactie {{emoji}} door {{count}} gebruikers",
|
|
252
|
+
"a11y/Read": "Gelezen",
|
|
253
|
+
"a11y/Reconnecting": "Opnieuw verbinden",
|
|
254
|
+
"a11y/Reply to {{user}}": "Antwoorden op {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Bewerking verwijderen",
|
|
256
|
+
"a11y/Remove reply": "Antwoord verwijderen",
|
|
257
|
+
"a11y/Scroll to bottom": "Ga naar beneden",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ga naar beneden, {{count}} nieuwe berichten",
|
|
259
|
+
"a11y/Scroll to latest": "Ga naar het nieuwste bericht",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Ga naar het nieuwste bericht, {{count}} ongelezen",
|
|
261
|
+
"a11y/Send message": "Bericht verzenden",
|
|
262
|
+
"a11y/Sending": "Verzenden",
|
|
263
|
+
"a11y/Sent": "Verzonden",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Spraakbericht opnemen. Houd ingedrukt om op te nemen.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} nieuwe berichten",
|
|
266
|
+
"a11y/Add attachment": "Add attachment",
|
|
267
|
+
"a11y/Close attachments": "Close attachments",
|
|
268
|
+
"a11y/Remove attachment": "Remove Attachment",
|
|
269
|
+
"a11y/Close poll": "Close poll",
|
|
270
|
+
"a11y/Close poll creation": "Close poll creation",
|
|
271
|
+
"a11y/Create poll": "Create poll",
|
|
272
|
+
"a11y/Decrease maximum votes": "Decrease maximum votes",
|
|
273
|
+
"a11y/Delete voice recording": "Delete voice recording",
|
|
274
|
+
"a11y/Deselect image": "Deselect image",
|
|
275
|
+
"a11y/Deselect video": "Deselect video",
|
|
276
|
+
"a11y/Dismiss unread messages": "Dismiss unread messages",
|
|
277
|
+
"a11y/Grid Icon": "Grid Icon",
|
|
278
|
+
"a11y/Hide Overlay": "Hide Overlay",
|
|
279
|
+
"a11y/Increase maximum votes": "Increase maximum votes",
|
|
280
|
+
"a11y/Open camera": "Open camera",
|
|
281
|
+
"a11y/Open commands": "Open commands",
|
|
282
|
+
"a11y/Open file picker": "Open file picker",
|
|
283
|
+
"a11y/Open more reactions": "Open more reactions",
|
|
284
|
+
"a11y/Open photo picker": "Open photo picker",
|
|
285
|
+
"a11y/Open poll creation": "Open poll creation",
|
|
286
|
+
"a11y/Open video recorder": "Open video recorder",
|
|
287
|
+
"a11y/Play Pause Button": "Play Pause Button",
|
|
288
|
+
"a11y/reaction-button-{{type}}-{{selected}}": "reaction-button-{{type}}-{{selected}}",
|
|
289
|
+
"a11y/Save edited message": "Save edited message",
|
|
290
|
+
"a11y/Select image": "Select image",
|
|
291
|
+
"a11y/Select video": "Select video",
|
|
292
|
+
"a11y/Send voice recording": "Send voice recording",
|
|
293
|
+
"a11y/Share Button": "Share Button",
|
|
294
|
+
"a11y/Start voice recording": "Start voice recording",
|
|
295
|
+
"a11y/Stop voice recording": "Stop voice recording"
|
|
240
296
|
}
|