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
package/src/i18n/hi.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/it.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/pt-br.json
CHANGED
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Anexo não suportado",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} opção a mais",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} opções a mais",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} opções a mais"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} opções a mais",
|
|
240
|
+
"a11y/AI is generating": "A IA está gerando",
|
|
241
|
+
"a11y/AI is thinking": "A IA está pensando",
|
|
242
|
+
"a11y/Avatar of {{name}}": "Avatar de {{name}}",
|
|
243
|
+
"a11y/Connected": "Conectado",
|
|
244
|
+
"a11y/Delivered": "Entregue",
|
|
245
|
+
"a11y/Loading": "Carregando",
|
|
246
|
+
"a11y/Loading failed": "Falha ao carregar",
|
|
247
|
+
"a11y/Message actions": "Ações da mensagem",
|
|
248
|
+
"a11y/New message from {{user}}": "Nova mensagem de {{user}}",
|
|
249
|
+
"a11y/Offline": "Offline",
|
|
250
|
+
"a11y/Open message actions": "Abrir ações da mensagem",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "Reação {{emoji}} de {{count}} usuários",
|
|
252
|
+
"a11y/Read": "Lido",
|
|
253
|
+
"a11y/Reconnecting": "Reconectando",
|
|
254
|
+
"a11y/Reply to {{user}}": "Responder a {{user}}",
|
|
255
|
+
"a11y/Remove edit": "Remover edição",
|
|
256
|
+
"a11y/Remove reply": "Remover resposta",
|
|
257
|
+
"a11y/Scroll to bottom": "Ir para o final",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "Ir para o final, {{count}} novas mensagens",
|
|
259
|
+
"a11y/Scroll to latest": "Ir para a mensagem mais recente",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "Ir para a mensagem mais recente, {{count}} não lidas",
|
|
261
|
+
"a11y/Send message": "Enviar mensagem",
|
|
262
|
+
"a11y/Sending": "Enviando",
|
|
263
|
+
"a11y/Sent": "Enviado",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Gravação de mensagem de voz. Mantenha pressionado para gravar.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} novas mensagens",
|
|
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
|
}
|
package/src/i18n/ru.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/tr.json
CHANGED
|
@@ -236,5 +236,61 @@
|
|
|
236
236
|
"Unsupported Attachment": "Desteklenmeyen ek",
|
|
237
237
|
"+{{count}} More Options_one": "+{{count}} seçenek daha",
|
|
238
238
|
"+{{count}} More Options_other": "+{{count}} seçenek daha",
|
|
239
|
-
"+{{count}} More Options_many": "+{{count}} seçenek daha"
|
|
239
|
+
"+{{count}} More Options_many": "+{{count}} seçenek daha",
|
|
240
|
+
"a11y/AI is generating": "Yapay zeka oluşturuyor",
|
|
241
|
+
"a11y/AI is thinking": "Yapay zeka düşünüyor",
|
|
242
|
+
"a11y/Avatar of {{name}}": "{{name}} avatarı",
|
|
243
|
+
"a11y/Connected": "Bağlandı",
|
|
244
|
+
"a11y/Delivered": "Teslim edildi",
|
|
245
|
+
"a11y/Loading": "Yükleniyor",
|
|
246
|
+
"a11y/Loading failed": "Yükleme başarısız",
|
|
247
|
+
"a11y/Message actions": "Mesaj eylemleri",
|
|
248
|
+
"a11y/New message from {{user}}": "{{user}} kullanıcısından yeni mesaj",
|
|
249
|
+
"a11y/Offline": "Çevrimdışı",
|
|
250
|
+
"a11y/Open message actions": "Mesaj eylemlerini aç",
|
|
251
|
+
"a11y/Reaction {{emoji}} by {{count}} users": "{{count}} kullanıcıdan {{emoji}} tepkisi",
|
|
252
|
+
"a11y/Read": "Okundu",
|
|
253
|
+
"a11y/Reconnecting": "Yeniden bağlanıyor",
|
|
254
|
+
"a11y/Reply to {{user}}": "{{user}} kullanıcısına yanıt ver",
|
|
255
|
+
"a11y/Remove edit": "Düzenlemeyi kaldır",
|
|
256
|
+
"a11y/Remove reply": "Yanıtı kaldır",
|
|
257
|
+
"a11y/Scroll to bottom": "En alta git",
|
|
258
|
+
"a11y/Scroll to bottom, {{count}} new messages": "En alta git, {{count}} yeni mesaj",
|
|
259
|
+
"a11y/Scroll to latest": "En son mesaja git",
|
|
260
|
+
"a11y/Scroll to latest, {{count}} unread": "En son mesaja git, {{count}} okunmamış",
|
|
261
|
+
"a11y/Send message": "Mesaj gönder",
|
|
262
|
+
"a11y/Sending": "Gönderiliyor",
|
|
263
|
+
"a11y/Sent": "Gönderildi",
|
|
264
|
+
"a11y/Voice message recording. Hold to record.": "Sesli mesaj kaydı. Kaydetmek için basılı tutun.",
|
|
265
|
+
"a11y/{{count}} new messages": "{{count}} yeni mesaj",
|
|
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
|
}
|
|
@@ -3,10 +3,11 @@ import Sqlite3 from 'better-sqlite3';
|
|
|
3
3
|
import type { PreparedQueries } from '../../store/types';
|
|
4
4
|
|
|
5
5
|
let db: Sqlite3.Database;
|
|
6
|
+
const testDbName = `foobar-${process.env.JEST_WORKER_ID ?? '0'}.db`;
|
|
6
7
|
|
|
7
8
|
export const sqliteMock = {
|
|
8
9
|
open: () => {
|
|
9
|
-
db = new Sqlite3(
|
|
10
|
+
db = new Sqlite3(testDbName);
|
|
10
11
|
return {
|
|
11
12
|
close: () => {
|
|
12
13
|
db.close();
|
|
@@ -2,11 +2,13 @@ import Database, { type Database as DatabaseType } from 'better-sqlite3';
|
|
|
2
2
|
|
|
3
3
|
import { tables } from '../store/schema';
|
|
4
4
|
|
|
5
|
+
const testDbName = `foobar-${process.env.JEST_WORKER_ID ?? '0'}.db`;
|
|
6
|
+
|
|
5
7
|
export class BetterSqlite {
|
|
6
8
|
static db: DatabaseType | null = null;
|
|
7
9
|
|
|
8
10
|
static openDB = (): void => {
|
|
9
|
-
BetterSqlite.db = new Database(
|
|
11
|
+
BetterSqlite.db = new Database(testDbName);
|
|
10
12
|
};
|
|
11
13
|
|
|
12
14
|
static closeDB = (): void => {
|
package/src/version.json
CHANGED