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
package/src/i18n/it.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/ko.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/pt-br.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/ru.json
CHANGED
|
@@ -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
|
}
|
package/src/i18n/tr.json
CHANGED
|
@@ -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
|
}
|
|
@@ -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