stream-chat-react-native-core 9.2.0-beta.1 → 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/hooks/useA11yLabel.js +4 -3
- package/lib/commonjs/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/commonjs/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/commonjs/a11y/index.js +11 -0
- package/lib/commonjs/a11y/index.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +20 -0
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +1 -0
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +19 -2
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerContent.js +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/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/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 +19 -2
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js +12 -6
- package/lib/commonjs/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js +1 -0
- package/lib/commonjs/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +47 -0
- package/lib/commonjs/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js +12 -4
- package/lib/commonjs/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js +1 -0
- package/lib/commonjs/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/commonjs/components/MessageMenu/ReactionButton.js +9 -6
- package/lib/commonjs/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/commonjs/components/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/Reply/Reply.js +1 -0
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/ui/Avatar/Avatar.js +6 -3
- package/lib/commonjs/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/commonjs/components/ui/Button/Button.js +16 -3
- package/lib/commonjs/components/ui/Button/Button.js.map +1 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js +21 -1
- package/lib/commonjs/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/commonjs/i18n/en.json +35 -1
- package/lib/commonjs/i18n/es.json +35 -1
- package/lib/commonjs/i18n/fr.json +35 -1
- package/lib/commonjs/i18n/he.json +35 -1
- package/lib/commonjs/i18n/hi.json +35 -1
- package/lib/commonjs/i18n/it.json +35 -1
- package/lib/commonjs/i18n/ja.json +35 -1
- package/lib/commonjs/i18n/ko.json +35 -1
- package/lib/commonjs/i18n/nl.json +35 -1
- package/lib/commonjs/i18n/pt-br.json +35 -1
- package/lib/commonjs/i18n/ru.json +35 -1
- package/lib/commonjs/i18n/tr.json +35 -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/hooks/useA11yLabel.js +4 -3
- package/lib/module/a11y/hooks/useA11yLabel.js.map +1 -1
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js +25 -0
- package/lib/module/a11y/hooks/useAccessibilityActivateAction.js.map +1 -0
- package/lib/module/a11y/index.js +11 -0
- package/lib/module/a11y/index.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +20 -0
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js +1 -0
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js +19 -2
- package/lib/module/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerContent.js +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/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/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 +19 -2
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/ScrollToBottomButton.js +12 -6
- package/lib/module/components/MessageList/ScrollToBottomButton.js.map +1 -1
- package/lib/module/components/MessageList/UnreadMessagesNotification.js +1 -0
- package/lib/module/components/MessageList/UnreadMessagesNotification.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js +47 -0
- package/lib/module/components/MessageList/hooks/useScrollToBottomAccessibilityAction.js.map +1 -0
- package/lib/module/components/MessageMenu/MessageActionListItem.js +12 -4
- package/lib/module/components/MessageMenu/MessageActionListItem.js.map +1 -1
- package/lib/module/components/MessageMenu/MessageReactionPicker.js +1 -0
- package/lib/module/components/MessageMenu/MessageReactionPicker.js.map +1 -1
- package/lib/module/components/MessageMenu/ReactionButton.js +9 -6
- package/lib/module/components/MessageMenu/ReactionButton.js.map +1 -1
- package/lib/module/components/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/Reply/Reply.js +1 -0
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/ui/Avatar/Avatar.js +6 -3
- package/lib/module/components/ui/Avatar/Avatar.js.map +1 -1
- package/lib/module/components/ui/Button/Button.js +16 -3
- package/lib/module/components/ui/Button/Button.js.map +1 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js +21 -1
- package/lib/module/contexts/accessibilityContext/AccessibilityContext.js.map +1 -1
- package/lib/module/i18n/en.json +35 -1
- package/lib/module/i18n/es.json +35 -1
- package/lib/module/i18n/fr.json +35 -1
- package/lib/module/i18n/he.json +35 -1
- package/lib/module/i18n/hi.json +35 -1
- package/lib/module/i18n/it.json +35 -1
- package/lib/module/i18n/ja.json +35 -1
- package/lib/module/i18n/ko.json +35 -1
- package/lib/module/i18n/nl.json +35 -1
- package/lib/module/i18n/pt-br.json +35 -1
- package/lib/module/i18n/ru.json +35 -1
- package/lib/module/i18n/tr.json +35 -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 +3 -3
- package/lib/typescript/a11y/a11yUtils.d.ts.map +1 -1
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts +2 -1
- package/lib/typescript/a11y/hooks/useA11yLabel.d.ts.map +1 -1
- package/lib/typescript/a11y/hooks/useAccessibilityActivateAction.d.ts +17 -0
- package/lib/typescript/a11y/hooks/useAccessibilityActivateAction.d.ts.map +1 -0
- package/lib/typescript/a11y/index.d.ts +1 -0
- package/lib/typescript/a11y/index.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerContent.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentTypePickerButton.d.ts +2 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentTypePickerButton.d.ts.map +1 -1
- package/lib/typescript/components/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/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/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/ui/Avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/components/ui/Button/Button.d.ts +10 -1
- package/lib/typescript/components/ui/Button/Button.d.ts.map +1 -1
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts +1 -1
- package/lib/typescript/contexts/accessibilityContext/AccessibilityContext.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +35 -1
- package/lib/typescript/i18n/es.json +35 -1
- package/lib/typescript/i18n/fr.json +35 -1
- package/lib/typescript/i18n/he.json +35 -1
- package/lib/typescript/i18n/hi.json +35 -1
- package/lib/typescript/i18n/it.json +35 -1
- package/lib/typescript/i18n/ja.json +35 -1
- package/lib/typescript/i18n/ko.json +35 -1
- package/lib/typescript/i18n/nl.json +35 -1
- package/lib/typescript/i18n/pt-br.json +35 -1
- package/lib/typescript/i18n/ru.json +35 -1
- package/lib/typescript/i18n/tr.json +35 -1
- package/lib/typescript/test-utils/BetterSqlite.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +34 -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/a11yUtils.ts +2 -2
- package/src/a11y/hooks/useA11yLabel.ts +7 -4
- package/src/a11y/hooks/useAccessibilityActivateAction.ts +44 -0
- package/src/a11y/index.ts +1 -0
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +23 -1
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentMediaPicker.tsx +1 -0
- package/src/components/AttachmentPicker/components/AttachmentMediaPicker/AttachmentPickerItem.tsx +15 -2
- package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx +1 -0
- package/src/components/AttachmentPicker/components/AttachmentTypePickerButton.tsx +9 -0
- package/src/components/ChannelList/__tests__/ChannelListView.test.tsx +16 -5
- 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/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 +23 -2
- package/src/components/MessageList/ScrollToBottomButton.tsx +18 -6
- 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 +2 -0
- package/src/components/MessageList/hooks/useScrollToBottomAccessibilityAction.ts +74 -0
- package/src/components/MessageMenu/MessageActionListItem.tsx +10 -4
- package/src/components/MessageMenu/MessageReactionPicker.tsx +1 -0
- package/src/components/MessageMenu/ReactionButton.tsx +7 -9
- package/src/components/MessageMenu/__tests__/MessageReactionPicker.test.tsx +13 -15
- package/src/components/MessageMenu/__tests__/MessageUserReactions.test.tsx +20 -18
- package/src/components/MessageMenu/__tests__/ReactionButton.test.tsx +18 -5
- package/src/components/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/Reply/Reply.tsx +4 -1
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap +3 -0
- package/src/components/ui/Avatar/Avatar.tsx +2 -1
- package/src/components/ui/Button/Button.tsx +26 -0
- package/src/components/ui/Button/__tests__/Button.test.tsx +44 -0
- package/src/contexts/accessibilityContext/AccessibilityContext.tsx +35 -1
- package/src/i18n/en.json +35 -1
- package/src/i18n/es.json +35 -1
- package/src/i18n/fr.json +35 -1
- package/src/i18n/he.json +35 -1
- package/src/i18n/hi.json +35 -1
- package/src/i18n/it.json +35 -1
- package/src/i18n/ja.json +35 -1
- package/src/i18n/ko.json +35 -1
- package/src/i18n/nl.json +35 -1
- package/src/i18n/pt-br.json +35 -1
- package/src/i18n/ru.json +35 -1
- package/src/i18n/tr.json +35 -1
- package/src/mock-builders/DB/mock.ts +2 -1
- package/src/test-utils/BetterSqlite.ts +3 -1
- package/src/version.json +1 -1
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "נקרא",
|
|
253
253
|
"a11y/Reconnecting": "מתחבר מחדש",
|
|
254
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}} הודעות חדשות",
|
|
255
259
|
"a11y/Scroll to latest": "גלול להודעה האחרונה",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "גלול להודעה האחרונה, {{count}} לא נקראו",
|
|
257
261
|
"a11y/Send message": "שלח הודעה",
|
|
258
262
|
"a11y/Sending": "שולח",
|
|
259
263
|
"a11y/Sent": "נשלח",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "הקלטת הודעה קולית. החזק כדי להקליט.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} הודעות חדשות"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "पढ़ा गया",
|
|
253
253
|
"a11y/Reconnecting": "फिर से कनेक्ट हो रहा है",
|
|
254
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}} नए संदेश",
|
|
255
259
|
"a11y/Scroll to latest": "नवीनतम संदेश पर जाएं",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "नवीनतम संदेश पर जाएं, {{count}} अपठित",
|
|
257
261
|
"a11y/Send message": "संदेश भेजें",
|
|
258
262
|
"a11y/Sending": "भेजा जा रहा है",
|
|
259
263
|
"a11y/Sent": "भेजा गया",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "वॉइस संदेश रिकॉर्डिंग। रिकॉर्ड करने के लिए दबाकर रखें।",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} नए संदेश"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "Letto",
|
|
253
253
|
"a11y/Reconnecting": "Riconnessione",
|
|
254
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",
|
|
255
259
|
"a11y/Scroll to latest": "Vai al messaggio più recente",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "Vai al messaggio più recente, {{count}} non letti",
|
|
257
261
|
"a11y/Send message": "Invia messaggio",
|
|
258
262
|
"a11y/Sending": "Invio in corso",
|
|
259
263
|
"a11y/Sent": "Inviato",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "Registrazione del messaggio vocale. Tieni premuto per registrare.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} nuovi messaggi"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "既読",
|
|
253
253
|
"a11y/Reconnecting": "再接続中",
|
|
254
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}}件",
|
|
255
259
|
"a11y/Scroll to latest": "最新のメッセージへ移動",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "最新のメッセージへ移動、未読{{count}}件",
|
|
257
261
|
"a11y/Send message": "メッセージを送信",
|
|
258
262
|
"a11y/Sending": "送信中",
|
|
259
263
|
"a11y/Sent": "送信済み",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "音声メッセージの録音。長押しして録音します。",
|
|
261
|
-
"a11y/{{count}} new messages": "新しいメッセージ{{count}}件"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "읽음",
|
|
253
253
|
"a11y/Reconnecting": "다시 연결 중",
|
|
254
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}}개",
|
|
255
259
|
"a11y/Scroll to latest": "최신 메시지로 이동",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "최신 메시지로 이동, 읽지 않은 메시지 {{count}}개",
|
|
257
261
|
"a11y/Send message": "메시지 보내기",
|
|
258
262
|
"a11y/Sending": "보내는 중",
|
|
259
263
|
"a11y/Sent": "보냄",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "음성 메시지 녹음. 길게 눌러 녹음하세요.",
|
|
261
|
-
"a11y/{{count}} new messages": "새 메시지 {{count}}개"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "Gelezen",
|
|
253
253
|
"a11y/Reconnecting": "Opnieuw verbinden",
|
|
254
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",
|
|
255
259
|
"a11y/Scroll to latest": "Ga naar het nieuwste bericht",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "Ga naar het nieuwste bericht, {{count}} ongelezen",
|
|
257
261
|
"a11y/Send message": "Bericht verzenden",
|
|
258
262
|
"a11y/Sending": "Verzenden",
|
|
259
263
|
"a11y/Sent": "Verzonden",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "Spraakbericht opnemen. Houd ingedrukt om op te nemen.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} nieuwe berichten"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "Lido",
|
|
253
253
|
"a11y/Reconnecting": "Reconectando",
|
|
254
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",
|
|
255
259
|
"a11y/Scroll to latest": "Ir para a mensagem mais recente",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "Ir para a mensagem mais recente, {{count}} não lidas",
|
|
257
261
|
"a11y/Send message": "Enviar mensagem",
|
|
258
262
|
"a11y/Sending": "Enviando",
|
|
259
263
|
"a11y/Sent": "Enviado",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "Gravação de mensagem de voz. Mantenha pressionado para gravar.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} novas mensagens"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "Прочитано",
|
|
253
253
|
"a11y/Reconnecting": "Повторное подключение",
|
|
254
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}} новых сообщений",
|
|
255
259
|
"a11y/Scroll to latest": "Перейти к последнему сообщению",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "Перейти к последнему сообщению, {{count}} непрочитанных",
|
|
257
261
|
"a11y/Send message": "Отправить сообщение",
|
|
258
262
|
"a11y/Sending": "Отправка",
|
|
259
263
|
"a11y/Sent": "Отправлено",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "Запись голосового сообщения. Удерживайте, чтобы записать.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} новых сообщений"
|
|
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"
|
|
262
296
|
}
|
|
@@ -252,11 +252,45 @@
|
|
|
252
252
|
"a11y/Read": "Okundu",
|
|
253
253
|
"a11y/Reconnecting": "Yeniden bağlanıyor",
|
|
254
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",
|
|
255
259
|
"a11y/Scroll to latest": "En son mesaja git",
|
|
256
260
|
"a11y/Scroll to latest, {{count}} unread": "En son mesaja git, {{count}} okunmamış",
|
|
257
261
|
"a11y/Send message": "Mesaj gönder",
|
|
258
262
|
"a11y/Sending": "Gönderiliyor",
|
|
259
263
|
"a11y/Sent": "Gönderildi",
|
|
260
264
|
"a11y/Voice message recording. Hold to record.": "Sesli mesaj kaydı. Kaydetmek için basılı tutun.",
|
|
261
|
-
"a11y/{{count}} new messages": "{{count}} yeni mesaj"
|
|
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"
|
|
262
296
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BetterSqlite.d.ts","sourceRoot":"","sources":["../../../src/test-utils/BetterSqlite.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,QAAQ,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"BetterSqlite.d.ts","sourceRoot":"","sources":["../../../src/test-utils/BetterSqlite.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,QAAQ,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAMzE,qBAAa,YAAY;IACvB,MAAM,CAAC,EAAE,EAAE,YAAY,GAAG,IAAI,CAAQ;IAEtC,MAAM,CAAC,MAAM,QAAO,IAAI,CAEtB;IAEF,MAAM,CAAC,OAAO,QAAO,IAAI,CAEvB;IAEF,MAAM,CAAC,SAAS,QAAa,OAAO,CAAC,OAAO,CAAC,CAG3C;IAEF,MAAM,CAAC,aAAa,QAAO,IAAI,CAO7B;IAEF,MAAM,CAAC,eAAe,GAAU,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC5D,OAAO,MAAM,KACZ,OAAO,CAAC,IAAI,EAAE,CAAC,CAKhB;CACH"}
|
|
@@ -387,6 +387,10 @@ export declare class Streami18n {
|
|
|
387
387
|
"a11y/Read": string;
|
|
388
388
|
"a11y/Reconnecting": string;
|
|
389
389
|
"a11y/Reply to {{user}}": string;
|
|
390
|
+
"a11y/Remove edit": string;
|
|
391
|
+
"a11y/Remove reply": string;
|
|
392
|
+
"a11y/Scroll to bottom": string;
|
|
393
|
+
"a11y/Scroll to bottom, {{count}} new messages": string;
|
|
390
394
|
"a11y/Scroll to latest": string;
|
|
391
395
|
"a11y/Scroll to latest, {{count}} unread": string;
|
|
392
396
|
"a11y/Send message": string;
|
|
@@ -394,6 +398,36 @@ export declare class Streami18n {
|
|
|
394
398
|
"a11y/Sent": string;
|
|
395
399
|
"a11y/Voice message recording. Hold to record.": string;
|
|
396
400
|
"a11y/{{count}} new messages": string;
|
|
401
|
+
"a11y/Add attachment": string;
|
|
402
|
+
"a11y/Close attachments": string;
|
|
403
|
+
"a11y/Remove attachment": string;
|
|
404
|
+
"a11y/Close poll": string;
|
|
405
|
+
"a11y/Close poll creation": string;
|
|
406
|
+
"a11y/Create poll": string;
|
|
407
|
+
"a11y/Decrease maximum votes": string;
|
|
408
|
+
"a11y/Delete voice recording": string;
|
|
409
|
+
"a11y/Deselect image": string;
|
|
410
|
+
"a11y/Deselect video": string;
|
|
411
|
+
"a11y/Dismiss unread messages": string;
|
|
412
|
+
"a11y/Grid Icon": string;
|
|
413
|
+
"a11y/Hide Overlay": string;
|
|
414
|
+
"a11y/Increase maximum votes": string;
|
|
415
|
+
"a11y/Open camera": string;
|
|
416
|
+
"a11y/Open commands": string;
|
|
417
|
+
"a11y/Open file picker": string;
|
|
418
|
+
"a11y/Open more reactions": string;
|
|
419
|
+
"a11y/Open photo picker": string;
|
|
420
|
+
"a11y/Open poll creation": string;
|
|
421
|
+
"a11y/Open video recorder": string;
|
|
422
|
+
"a11y/Play Pause Button": string;
|
|
423
|
+
"a11y/reaction-button-{{type}}-{{selected}}": string;
|
|
424
|
+
"a11y/Save edited message": string;
|
|
425
|
+
"a11y/Select image": string;
|
|
426
|
+
"a11y/Select video": string;
|
|
427
|
+
"a11y/Send voice recording": string;
|
|
428
|
+
"a11y/Share Button": string;
|
|
429
|
+
"a11y/Start voice recording": string;
|
|
430
|
+
"a11y/Stop voice recording": string;
|
|
397
431
|
}>;
|
|
398
432
|
};
|
|
399
433
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAIlD,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC/E,OAAO,cAAc,MAAM,oBAAoB,CAAC;AAahD,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AAEzB;;;;GAIG;AACH,OAAO,iBAAiB,CAAC;AAgGzB,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAsBF,KAAK,oBAAoB,GAAG,OAAO,KAAK,GAAG,OAAO,cAAc,CAAC;AAajE,KAAK,iBAAiB,GAAG;IACvB,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,4BAA4B,CAAC,EAAE,OAAO,CAAC,OAAO,GAAG;QAAE,QAAQ,EAAE,eAAe,CAAA;KAAE,CAAC,CAAC;IAChF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB,CAAC,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;CAC1D,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,KAAK,GAAG,WAAW,CAAC;IACjC,aAAa,EAAE;QAAE,WAAW,EAAE,OAAO,CAAC;QAAC,eAAe,EAAE,MAAM,CAAA;KAAE,CAAC;IACjE,YAAY,EAAE,KAAK,GAAG,MAAM,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,KAAK,GAAG,MAAM,CAAC;IAC5B,sBAAsB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACjD,CAAC;AAkKF,eAAO,MAAM,yBAAyB,EAA6B,SAAS,CAAC;AAE7E,qBAAa,UAAU;IACrB,YAAY,yBAAyB;IACrC,KAAK,OAAQ;IACb,WAAW,UAAS;IAEpB,OAAO,CAAC,mBAAmB,CAA4B;IAEvD,OAAO,CAAC,yBAAyB,CAAkC;IAKnE,OAAO,CAAC,4BAA4B,CAAkC;IAItE,OAAO,CAAC,uBAAuB,CAAwB;IAEvD,CAAC,EAAE,SAAS,CAA6B;IACzC,eAAe,EAAE,eAAe,CAAC;IAEjC,YAAY,EAAE;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG;YACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC;SAC/C,CAAC;KACH,CAaC;IAEF;;;;;OAKG;IACH,YAAY,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAA;KAAE,CAAM;IAEvD;;OAEG;IACH,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,oBAAoB,CAAC;IACrC,UAAU,EAAE,oBAAoB,GAAG,gBAAgB,CAAwB;IAC3E,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,aAAa,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;gBACS,OAAO,GAAE,iBAAsB,EAAE,aAAa,GAAE,OAAO,CAAC,aAAa,CAAM;IA0GvF;;OAEG;YACW,IAAI;IA8BlB,YAAY,GAAI,UAAU,MAAM,aAM9B;IAEF,uBAAuB,aAWrB;IAEF,qEAAqE;IACrE,cAAc,+BAA2B;IAEzC,2CAA2C;IAC3C,qBAAqB,iBAAwC;IAE7D,uEAAuE;IACvE,eAAe
|
|
1
|
+
{"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-chat-react-native-core",
|
|
3
3
|
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
|
|
4
|
-
"version": "9.2.0-beta.
|
|
4
|
+
"version": "9.2.0-beta.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"company": "Stream.io Inc",
|
|
7
7
|
"name": "Stream.io Inc"
|
|
@@ -643,26 +643,29 @@ export const Generic = () => {
|
|
|
643
643
|
await waitFor(() => expect(screen.getByTestId('channel-list-view')).toBeTruthy());
|
|
644
644
|
const removedChannel = channels[getRandomInt(0, channels.length - 1)].channel;
|
|
645
645
|
act(() => dispatchNotificationRemovedFromChannel(chatClient, removedChannel));
|
|
646
|
-
await waitFor(
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
(
|
|
651
|
-
(node
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
646
|
+
await waitFor(
|
|
647
|
+
async () => {
|
|
648
|
+
const channelIdsOnUI = screen
|
|
649
|
+
.queryAllByLabelText('list-item')
|
|
650
|
+
.map(
|
|
651
|
+
(node) =>
|
|
652
|
+
(node as unknown as { _fiber: { pendingProps: { testID: string } } })._fiber
|
|
653
|
+
.pendingProps.testID,
|
|
654
|
+
);
|
|
655
|
+
expect(channelIdsOnUI.includes(removedChannel.cid)).toBeFalsy();
|
|
656
|
+
await expectCIDsOnUIToBeInDB(screen.queryAllByLabelText);
|
|
656
657
|
|
|
657
|
-
|
|
658
|
-
|
|
658
|
+
const channelsRows = await BetterSqlite.selectFromTable('channels');
|
|
659
|
+
const matchingRows = channelsRows.filter((c) => c.id === removedChannel.id);
|
|
659
660
|
|
|
660
|
-
|
|
661
|
-
|
|
661
|
+
const messagesRows = await BetterSqlite.selectFromTable('messages');
|
|
662
|
+
const matchingMessagesRows = messagesRows.filter((m) => m.cid === removedChannel.cid);
|
|
662
663
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
664
|
+
expect(matchingRows.length).toBe(0);
|
|
665
|
+
expect(matchingMessagesRows.length).toBe(0);
|
|
666
|
+
},
|
|
667
|
+
{ timeout: 5000 },
|
|
668
|
+
);
|
|
666
669
|
});
|
|
667
670
|
|
|
668
671
|
it('should remove the channel from DB if the channel is deleted', async () => {
|
|
@@ -674,26 +677,29 @@ export const Generic = () => {
|
|
|
674
677
|
await waitFor(() => expect(screen.getByTestId('channel-list-view')).toBeTruthy());
|
|
675
678
|
const removedChannel = channels[getRandomInt(0, channels.length - 1)].channel;
|
|
676
679
|
act(() => dispatchChannelDeletedEvent(chatClient, removedChannel));
|
|
677
|
-
await waitFor(
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
(
|
|
682
|
-
(node
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
680
|
+
await waitFor(
|
|
681
|
+
async () => {
|
|
682
|
+
const channelIdsOnUI = screen
|
|
683
|
+
.queryAllByLabelText('list-item')
|
|
684
|
+
.map(
|
|
685
|
+
(node) =>
|
|
686
|
+
(node as unknown as { _fiber: { pendingProps: { testID: string } } })._fiber
|
|
687
|
+
.pendingProps.testID,
|
|
688
|
+
);
|
|
689
|
+
expect(channelIdsOnUI.includes(removedChannel.cid)).toBeFalsy();
|
|
690
|
+
await expectCIDsOnUIToBeInDB(screen.queryAllByLabelText);
|
|
687
691
|
|
|
688
|
-
|
|
689
|
-
|
|
692
|
+
const channelsRows = await BetterSqlite.selectFromTable('channels');
|
|
693
|
+
const matchingRows = channelsRows.filter((c) => c.id === removedChannel.id);
|
|
690
694
|
|
|
691
|
-
|
|
692
|
-
|
|
695
|
+
const messagesRows = await BetterSqlite.selectFromTable('messages');
|
|
696
|
+
const matchingMessagesRows = messagesRows.filter((m) => m.cid === removedChannel.cid);
|
|
693
697
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
698
|
+
expect(matchingRows.length).toBe(0);
|
|
699
|
+
expect(matchingMessagesRows.length).toBe(0);
|
|
700
|
+
},
|
|
701
|
+
{ timeout: 5000 },
|
|
702
|
+
);
|
|
697
703
|
});
|
|
698
704
|
|
|
699
705
|
it('should correctly mark the channel as hidden in the db', async () => {
|
package/src/a11y/a11yUtils.ts
CHANGED
|
@@ -34,10 +34,10 @@ export const formatAccessibilityValue = ({
|
|
|
34
34
|
/**
|
|
35
35
|
* Merge two `accessibilityActions` arrays, deduplicating by `name` (later wins).
|
|
36
36
|
*/
|
|
37
|
-
type A11yAction = { name: string; label?: string }
|
|
37
|
+
type A11yAction = Readonly<{ name: string; label?: string }>;
|
|
38
38
|
|
|
39
39
|
export const mergeAccessibilityActions = (
|
|
40
|
-
...actionLists: Array<A11yAction
|
|
40
|
+
...actionLists: Array<ReadonlyArray<A11yAction> | undefined>
|
|
41
41
|
): A11yAction[] => {
|
|
42
42
|
const byName = new Map<string, A11yAction>();
|
|
43
43
|
for (const list of actionLists) {
|