@azure/communication-react 1.5.1-beta.1 → 1.5.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.beta.md +123 -1
- package/CHANGELOG.json +1068 -0
- package/README.md +1 -1
- package/dist/communication-react.d.ts +602 -170
- package/dist/dist-cjs/communication-react/index.js +6134 -3678
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +13 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +36 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +49 -0
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +53 -0
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +12 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +27 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js +3 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +3 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +68 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +95 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +57 -0
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +19 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +18 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +38 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +6 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +18 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +4 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +5 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +5 -0
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Logger.d.ts +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js +16 -29
- package/dist/dist-esm/calling-stateful-client/src/Logger.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +137 -370
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.d.ts +17 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js +198 -0
- package/dist/dist-esm/calling-stateful-client/src/StreamUtilsLogging.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +7 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +10 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +59 -5
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.d.ts +4 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js +4 -0
- package/dist/dist-esm/chat-component-bindings/src/utils/constants.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js +32 -26
- package/dist/dist-esm/chat-component-bindings/src/utils/updateMessagesWithAttached.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +15 -3
- package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js +6 -1
- package/dist/dist-esm/chat-stateful-client/src/convertChatMessage.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/types/ChatMessageWithStatus.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +9 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.js +24 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/Caption.js +33 -0
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.d.ts +31 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +49 -0
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.d.ts +37 -0
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +88 -0
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +22 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +19 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +4 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +38 -20
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +14 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +96 -11
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +79 -55
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +1 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +5 -1
- package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js +1 -1
- package/dist/dist-esm/react-components/src/components/GridLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +29 -24
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +38 -6
- package/dist/dist-esm/react-components/src/components/MessageThread.js +110 -51
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +29 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js +6 -42
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.d.ts +35 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js +32 -0
- package/dist/dist-esm/react-components/src/components/ResponsiveVerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +5 -2
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.d.ts +70 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js +52 -0
- package/dist/dist-esm/react-components/src/components/StartCaptionsButton.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +67 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +113 -0
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js +65 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/PresetVideoEffectsItems.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.d.ts +75 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +44 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +88 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +80 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +55 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.d.ts +10 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js +12 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideo.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +81 -24
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +11 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +21 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +63 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +8 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +32 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +28 -12
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/ScrollableHorizontalGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js +8 -7
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.d.ts +64 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js +79 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveVerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js +94 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/OverflowGalleryUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +58 -49
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +25 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +32 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +9 -12
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +12 -1
- package/dist/dist-esm/react-components/src/components/index.js +11 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +33 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +60 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.d.ts +34 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +86 -0
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/HorizontalGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +58 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.d.ts +32 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js +66 -0
- package/dist/dist-esm/react-components/src/components/styles/VerticalGallery.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +1 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.d.ts +6 -4
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js +1 -1
- package/dist/dist-esm/react-components/src/components/utils/getParticipantsWhoHaveReadMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.d.ts +11 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js +22 -0
- package/dist/dist-esm/react-components/src/components/utils/overFlowGalleriesUtils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.d.ts +6 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js +7 -0
- package/dist/dist-esm/react-components/src/components/utils/responsive.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +9 -0
- package/dist/dist-esm/react-components/src/components/utils.js +24 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js +6 -14
- package/dist/dist-esm/react-components/src/gallery/dominantSpeaker.js.map +1 -1
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.d.ts +10 -4
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js +7 -2
- package/dist/dist-esm/react-components/src/identifiers/IdentifierProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +2 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +5 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +18 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +17 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +17 -4
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.d.ts +1 -1
- package/dist/dist-esm/react-components/src/permissions/PermissionsProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +11 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +33 -7
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +48 -0
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js +4 -0
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -0
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +21 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/types/index.js +1 -0
- package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +65 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +69 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +53 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +103 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +21 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +9 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +4 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Participants.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +16 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +17 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +41 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LobbyTile.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +5 -87
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +15 -75
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +12 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +17 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +66 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +30 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +24 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/parseTeamsUrl.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +27 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +19 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +68 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +60 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.d.ts +12 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js +107 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBannerMoreButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js +38 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsSettingsModal.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +30 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +286 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +83 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +81 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/ControlBar}/DesktopMoreButton.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +193 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/ControlBar}/PeopleButton.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/PeopleButton.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.d.ts +15 -2
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite/components → common/Drawer}/MoreDrawer.js +113 -9
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js +24 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/{CallWithChatComposite → common/Drawer}/PreparedMoreDrawer.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js +26 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.js +55 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.js +25 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageDrawer.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/MoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +13 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +8 -14
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js +9 -0
- package/dist/dist-esm/react-composites/src/composites/common/styles/Composite.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +165 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +66 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +66 -1
- package/package.json +15 -16
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.d.ts +0 -14
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js +0 -19
- package/dist/dist-esm/react-components/src/components/VideoGallery/VideoGalleryResponsiveHorizontalGallery.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +0 -27
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +0 -190
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +0 -67
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +0 -75
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PeopleButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js +0 -22
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/PreparedMoreDrawer.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +0 -65
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +0 -1
package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "招待用のリンクがコピーされました",
|
24
24
|
"defaultPlaceHolder": "オプションを選択する",
|
25
25
|
"dismissSidePaneButtonLabel": "閉じる",
|
26
|
+
"effects": "効果",
|
27
|
+
"blurBackgroundEffectButtonLabel": "ぼかし",
|
28
|
+
"blurBackgroundTooltip": "背景をぼかす",
|
29
|
+
"removeBackgroundEffectButtonLabel": "なし",
|
30
|
+
"removeBackgroundTooltip": "背景の削除",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "ネットワークの問題により、通話が切断されました。接続を確認して、もう一度参加してください。",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "通話が切断されました",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "通話のエントリが許可されませんでした。これが間違いだった場合は、通話に再参加してください。",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "名前のない参加者と他の参加者 {numOfParticipants} 人が参加しました",
|
83
88
|
"manyUnnamedParticipantsLeft": "名前のない参加者と他の参加者 {numOfParticipants} 人が退出しました",
|
84
89
|
"manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}、その他の参加者{numOfParticipants}参加しました",
|
85
|
-
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}、その他の参加者{numOfParticipants}退出しました"
|
90
|
+
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}、その他の参加者{numOfParticipants}退出しました",
|
91
|
+
"liveCaptionsLabel": "ライブ キャプション",
|
92
|
+
"captionsSettingsLabel": "字幕の設定",
|
93
|
+
"startCaptionsButtonOnLabel": "キャプションをオンにする",
|
94
|
+
"startCaptionsButtonOffLabel": "キャプションをオフにする",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "キャプションをオフにする",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "キャプションをオンにする",
|
97
|
+
"captionsSettingsModalTitle": "どの言語が話されていますか?",
|
98
|
+
"captionsSettingsDropdownLabel": "音声言語",
|
99
|
+
"captionsSettingsDropdownInfoText": "この通話の全員が話している言語です。",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "確認",
|
101
|
+
"captionsSettingsCancelButtonLabel": "キャンセル",
|
102
|
+
"captionsSettingsModalAriaLabel": "字幕設定モーダル",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "字幕設定を閉じる",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "その他",
|
105
|
+
"captionsBannerMoreButtonTooltip": "その他のオプション",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "アラビア語 - U.A.E.",
|
108
|
+
"ar-sa": "アラビア語 - サウジアラビア",
|
109
|
+
"da-dk": "デンマーク語",
|
110
|
+
"de-de": "ドイツ語 - ドイツ",
|
111
|
+
"en-au": "英語 - オーストラリア",
|
112
|
+
"en-ca": "英語 - カナダ",
|
113
|
+
"en-gb": "英語 - イギリス",
|
114
|
+
"en-in": "英語 - インド",
|
115
|
+
"en-nz": "英語 - ニュージーランド",
|
116
|
+
"en-us": "英語 - 米国",
|
117
|
+
"es-es": "スペイン語 - スペイン (モダン)",
|
118
|
+
"es-mx": "スペイン語 - メキシコ",
|
119
|
+
"fi-fi": "フィンランド語",
|
120
|
+
"fr-ca": "フランス語 - カナダ",
|
121
|
+
"fr-fr": "フランス語 - フランス",
|
122
|
+
"hi-in": "ヒンディー語",
|
123
|
+
"it-it": "イタリア語 - イタリア",
|
124
|
+
"ja-jp": "日本語",
|
125
|
+
"ko-kr": "韓国語",
|
126
|
+
"nb-no": "ノルウェー語 (ブークモール)",
|
127
|
+
"nl-be": "オランダ語 - ベルギー",
|
128
|
+
"nl-nl": "オランダ語 - オランダ",
|
129
|
+
"pl-pl": "ポーランド語",
|
130
|
+
"pt-br": "ポルトガル語 - ブラジル",
|
131
|
+
"ru-ru": "ロシア語",
|
132
|
+
"sv-se": "スウェーデン語",
|
133
|
+
"zh-cn": "中国語 - 中国",
|
134
|
+
"zh-hk": "中国語 - 香港特別行政区",
|
135
|
+
"cs-cz": "チェコ語",
|
136
|
+
"pt-pt": "ポルトガル語 - ポルトガル",
|
137
|
+
"tr-tr": "トルコ語",
|
138
|
+
"vi-vn": "ベトナム語",
|
139
|
+
"th-th": "タイ語",
|
140
|
+
"he-il": "ヘブライ語",
|
141
|
+
"cy-gb": "ウェールズ語",
|
142
|
+
"uk-ua": "ウクライナ語",
|
143
|
+
"el-gr": "ギリシャ語",
|
144
|
+
"hu-hu": "ハンガリー語",
|
145
|
+
"ro-ro": "ルーマニア語",
|
146
|
+
"sk-sk": "スロバキア語",
|
147
|
+
"zh-tw": "中国語 - 台湾"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "このチャット内",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "その他のオプション",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "マイク",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "スピーカー",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "ライブ キャプション",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "音声言語",
|
106
171
|
"peopleButtonLabel": "ユーザー",
|
107
172
|
"peopleButtonTooltipOpen": "参加者を表示",
|
108
173
|
"peopleButtonTooltipClose": "参加者を非表示",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "초대 링크를 복사함",
|
24
24
|
"defaultPlaceHolder": "옵션 선택",
|
25
25
|
"dismissSidePaneButtonLabel": "닫기",
|
26
|
+
"effects": "효과",
|
27
|
+
"blurBackgroundEffectButtonLabel": "흐리기",
|
28
|
+
"blurBackgroundTooltip": "배경 흐리게",
|
29
|
+
"removeBackgroundEffectButtonLabel": "없음",
|
30
|
+
"removeBackgroundTooltip": "배경 제거",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "네트워크 문제로 인해 통화 연결이 끊어졌습니다. 연결을 확인하고 다시 참가하세요.",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "통화 연결 끊김",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "통화에 참가할 수 있는 권한이 없습니다. 실수라면 통화에 다시 참가하세요.",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "명명되지 않은 참가자 및 {numOfParticipants}명의 다른 참가자가 참가",
|
83
88
|
"manyUnnamedParticipantsLeft": "명명되지 않은 참가자 및 {numOfParticipants}명의 다른 참가자가 떠남",
|
84
89
|
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} 및 {numOfParticipants} 다른 참가자가 참가했습니다.",
|
85
|
-
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} 및 다른 참가자 {numOfParticipants} 남음"
|
90
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} 및 다른 참가자 {numOfParticipants} 남음",
|
91
|
+
"liveCaptionsLabel": "라이브 캡션",
|
92
|
+
"captionsSettingsLabel": "캡션 설정",
|
93
|
+
"startCaptionsButtonOnLabel": "캡션 켜기",
|
94
|
+
"startCaptionsButtonOffLabel": "캡션 끄기",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "캡션 끄기",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "캡션 켜기",
|
97
|
+
"captionsSettingsModalTitle": "어떤 언어를 사용 중입니까?",
|
98
|
+
"captionsSettingsDropdownLabel": "음성 언어",
|
99
|
+
"captionsSettingsDropdownInfoText": "이 통화의 모든 사람이 말하는 언어입니다.",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "확인하기",
|
101
|
+
"captionsSettingsCancelButtonLabel": "취소하기",
|
102
|
+
"captionsSettingsModalAriaLabel": "캡션 설정 모달",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "캡션 설정 닫기",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "기타",
|
105
|
+
"captionsBannerMoreButtonTooltip": "기타 옵션",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "아랍어 - 아랍에미리트",
|
108
|
+
"ar-sa": "아라비아어 - 사우디 아라비아",
|
109
|
+
"da-dk": "덴마크어",
|
110
|
+
"de-de": "독일어 - 독일",
|
111
|
+
"en-au": "영어 - 오스트레일리아",
|
112
|
+
"en-ca": "영어 - 캐나다",
|
113
|
+
"en-gb": "영어 - 영국",
|
114
|
+
"en-in": "영어 - 인도",
|
115
|
+
"en-nz": "영어 - 뉴질랜드",
|
116
|
+
"en-us": "영어 - 미국",
|
117
|
+
"es-es": "스페인어 - 스페인(현대 정렬)",
|
118
|
+
"es-mx": "스페인어 - 멕시코",
|
119
|
+
"fi-fi": "핀란드어",
|
120
|
+
"fr-ca": "프랑스어 - 캐나다",
|
121
|
+
"fr-fr": "프랑스어 - 프랑스",
|
122
|
+
"hi-in": "힌디어",
|
123
|
+
"it-it": "이탈리아어 - 이탈리아",
|
124
|
+
"ja-jp": "일본어",
|
125
|
+
"ko-kr": "한국어",
|
126
|
+
"nb-no": "노르웨이어(복말)",
|
127
|
+
"nl-be": "네덜란드어 - 벨기에",
|
128
|
+
"nl-nl": "네덜란드어 - 네덜란드",
|
129
|
+
"pl-pl": "폴란드어",
|
130
|
+
"pt-br": "포르투갈어 - 브라질",
|
131
|
+
"ru-ru": "러시아어",
|
132
|
+
"sv-se": "스웨덴어",
|
133
|
+
"zh-cn": "중국어 - 중국",
|
134
|
+
"zh-hk": "중국어 - 홍콩 특별 행정구",
|
135
|
+
"cs-cz": "체코어",
|
136
|
+
"pt-pt": "포르투갈어 - 포르투갈",
|
137
|
+
"tr-tr": "터키어",
|
138
|
+
"vi-vn": "베트남어",
|
139
|
+
"th-th": "태국어",
|
140
|
+
"he-il": "히브리어",
|
141
|
+
"cy-gb": "웨일스어",
|
142
|
+
"uk-ua": "우크라이나어",
|
143
|
+
"el-gr": "그리스어",
|
144
|
+
"hu-hu": "헝가리어",
|
145
|
+
"ro-ro": "루마니아어",
|
146
|
+
"sk-sk": "슬로바키아어",
|
147
|
+
"zh-tw": "중국어 - 대만"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "채팅 참가자",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "기타 옵션",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "마이크",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "발화자",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "라이브 캡션",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "음성 언어",
|
106
171
|
"peopleButtonLabel": "사용자",
|
107
172
|
"peopleButtonTooltipOpen": "참가자 표시",
|
108
173
|
"peopleButtonTooltipClose": "참가자 숨기기",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "Uitnodigingskoppeling gekopieerd",
|
24
24
|
"defaultPlaceHolder": "Een optie selecteren",
|
25
25
|
"dismissSidePaneButtonLabel": "Sluiten",
|
26
|
+
"effects": "Effecten",
|
27
|
+
"blurBackgroundEffectButtonLabel": "Vervagen",
|
28
|
+
"blurBackgroundTooltip": "Achtergrond vervagen",
|
29
|
+
"removeBackgroundEffectButtonLabel": "Geen",
|
30
|
+
"removeBackgroundTooltip": "Achtergrond verwijderen",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "De verbinding is verbroken vanwege een netwerkprobleem. Controleer de verbinding en neem opnieuw deel.",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "Verbinding verbroken",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "U hebt geen toegang gekregen in het gesprek. Als dit een fout is, neemt u opnieuw deel aan het gesprek.",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "naamloze deelnemer en {numOfParticipants} andere deelnemers nemen deel",
|
83
88
|
"manyUnnamedParticipantsLeft": "naamloze deelnemer en {numOfParticipants} andere deelnemers zijn vertrokken",
|
84
89
|
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} en {numOfParticipants} andere deelnemers",
|
85
|
-
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} en {numOfParticipants} andere deelnemers resterend"
|
90
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} en {numOfParticipants} andere deelnemers resterend",
|
91
|
+
"liveCaptionsLabel": "Liveondertitels",
|
92
|
+
"captionsSettingsLabel": "Instellingen voor ondertiteling",
|
93
|
+
"startCaptionsButtonOnLabel": "Bijschriften inschakelen",
|
94
|
+
"startCaptionsButtonOffLabel": "Ondertitels uitschakelen",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "Ondertitels uitschakelen",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "Bijschriften inschakelen",
|
97
|
+
"captionsSettingsModalTitle": "Welke taal wordt er gesproken?",
|
98
|
+
"captionsSettingsDropdownLabel": "Gesproken taal",
|
99
|
+
"captionsSettingsDropdownInfoText": "Taal die iedereen in dit gesprek spreekt.",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "Bevestigen",
|
101
|
+
"captionsSettingsCancelButtonLabel": "Annuleren",
|
102
|
+
"captionsSettingsModalAriaLabel": "Bijschriften instellen modaal",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "Instelling voor ondertiteling sluiten",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "Meer",
|
105
|
+
"captionsBannerMoreButtonTooltip": "Meer opties",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "Arabisch - Verenigde Arabische Emiraten",
|
108
|
+
"ar-sa": "Arabisch - Saudi-Arabië",
|
109
|
+
"da-dk": "Deens",
|
110
|
+
"de-de": "Duits - Duitsland",
|
111
|
+
"en-au": "Engels - Australië",
|
112
|
+
"en-ca": "Engels - Canada",
|
113
|
+
"en-gb": "Engels - Verenigd Koninkrijk",
|
114
|
+
"en-in": "Engels - India",
|
115
|
+
"en-nz": "Engels - Nieuw-Zeeland",
|
116
|
+
"en-us": "Engels - Verenigde Staten",
|
117
|
+
"es-es": "Spaans - Spanje (modern)",
|
118
|
+
"es-mx": "Spaans - Mexico",
|
119
|
+
"fi-fi": "Fins",
|
120
|
+
"fr-ca": "Frans - Canada",
|
121
|
+
"fr-fr": "Frans - Frankrijk",
|
122
|
+
"hi-in": "Hindi",
|
123
|
+
"it-it": "Italiaans - Italië",
|
124
|
+
"ja-jp": "Japans",
|
125
|
+
"ko-kr": "Koreaans",
|
126
|
+
"nb-no": "Noors (Bokmål)",
|
127
|
+
"nl-be": "Nederlands - België",
|
128
|
+
"nl-nl": "Nederlands - Nederland",
|
129
|
+
"pl-pl": "Pools",
|
130
|
+
"pt-br": "Portugees - Brazilië",
|
131
|
+
"ru-ru": "Russisch",
|
132
|
+
"sv-se": "Zweeds",
|
133
|
+
"zh-cn": "Chinees (Volksrepubliek China)",
|
134
|
+
"zh-hk": "Chinees - Hongkong SAR",
|
135
|
+
"cs-cz": "Tsjechisch",
|
136
|
+
"pt-pt": "Portugees - Portugal",
|
137
|
+
"tr-tr": "Turks",
|
138
|
+
"vi-vn": "Vietnamees",
|
139
|
+
"th-th": "Thai",
|
140
|
+
"he-il": "Hebreeuws",
|
141
|
+
"cy-gb": "Welsh",
|
142
|
+
"uk-ua": "Oekraïens",
|
143
|
+
"el-gr": "Grieks",
|
144
|
+
"hu-hu": "Hongaars",
|
145
|
+
"ro-ro": "Roemeens",
|
146
|
+
"sk-sk": "Slowaaks",
|
147
|
+
"zh-tw": "Chinees - Taiwan"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "In deze chat",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "Meer opties",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "Microfoon",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "Luidspreker",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "Liveondertitels",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "Gesproken taal",
|
106
171
|
"peopleButtonLabel": "Personen",
|
107
172
|
"peopleButtonTooltipOpen": "Deelnemers weergeven",
|
108
173
|
"peopleButtonTooltipClose": "Deelnemers verbergen",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "Link de convite copiado",
|
24
24
|
"defaultPlaceHolder": "Selecionar uma opção",
|
25
25
|
"dismissSidePaneButtonLabel": "Fechar",
|
26
|
+
"effects": "Efeitos",
|
27
|
+
"blurBackgroundEffectButtonLabel": "Desfoque",
|
28
|
+
"blurBackgroundTooltip": "Desfocar a Tela de fundo",
|
29
|
+
"removeBackgroundEffectButtonLabel": "Nenhum",
|
30
|
+
"removeBackgroundTooltip": "Remover Tela de fundo",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "A chamada foi desconectada devido a um problema de rede. Verifique sua conexão e ingresse novamente.",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "Chamada desconectada",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Você não recebeu entrada na chamada. Se isso foi um erro, ingresse novamente na chamada.",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "participante sem nome e outros {numOfParticipants} participantes ingressaram",
|
83
88
|
"manyUnnamedParticipantsLeft": "participante sem nome e outros {numOfParticipants} participantes saíram",
|
84
89
|
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes ingressaram",
|
85
|
-
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes saíram"
|
90
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes saíram",
|
91
|
+
"liveCaptionsLabel": "Legendas ao Vivo",
|
92
|
+
"captionsSettingsLabel": "Configurações de legenda",
|
93
|
+
"startCaptionsButtonOnLabel": "Ativar legendas",
|
94
|
+
"startCaptionsButtonOffLabel": "Desativar legendas",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "Desativar legendas",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "Ativar legendas",
|
97
|
+
"captionsSettingsModalTitle": "Qual idioma está sendo falado?",
|
98
|
+
"captionsSettingsDropdownLabel": "Idioma falado",
|
99
|
+
"captionsSettingsDropdownInfoText": "Idioma que todos nesta chamada estão falando.",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "Confirmar",
|
101
|
+
"captionsSettingsCancelButtonLabel": "Cancelar",
|
102
|
+
"captionsSettingsModalAriaLabel": "Configuração de Legendas Modal",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "Fechar Configuração de Legendas",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "Mais",
|
105
|
+
"captionsBannerMoreButtonTooltip": "Mais opções",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "Árabe - Emirados Árabes Unidos",
|
108
|
+
"ar-sa": "Árabe - Arábia Saudita",
|
109
|
+
"da-dk": "Dinamarquês",
|
110
|
+
"de-de": "Alemão - Alemanha",
|
111
|
+
"en-au": "Inglês - Austrália",
|
112
|
+
"en-ca": "Inglês - Canadá",
|
113
|
+
"en-gb": "Inglês - Reino Unido",
|
114
|
+
"en-in": "Inglês - Índia",
|
115
|
+
"en-nz": "Inglês - Nova Zelândia",
|
116
|
+
"en-us": "Inglês - Estados Unidos",
|
117
|
+
"es-es": "Espanhol - Espanha (Moderno)",
|
118
|
+
"es-mx": "Espanhol - México",
|
119
|
+
"fi-fi": "Finlandês",
|
120
|
+
"fr-ca": "Francês - Canadá",
|
121
|
+
"fr-fr": "Francês - França",
|
122
|
+
"hi-in": "Híndi",
|
123
|
+
"it-it": "Italiano - Itália",
|
124
|
+
"ja-jp": "Japonês",
|
125
|
+
"ko-kr": "Coreano",
|
126
|
+
"nb-no": "Norueguês (Bokmål)",
|
127
|
+
"nl-be": "Holandês - Bélgica",
|
128
|
+
"nl-nl": "Holandês - Países Baixos",
|
129
|
+
"pl-pl": "Polonês",
|
130
|
+
"pt-br": "Português - Brasil",
|
131
|
+
"ru-ru": "Russo",
|
132
|
+
"sv-se": "Sueco",
|
133
|
+
"zh-cn": "Chinês - República Popular da China",
|
134
|
+
"zh-hk": "Chinês - RAE de Hong Kong",
|
135
|
+
"cs-cz": "Tcheco",
|
136
|
+
"pt-pt": "Português - Portugal",
|
137
|
+
"tr-tr": "Turco",
|
138
|
+
"vi-vn": "Vietnamita",
|
139
|
+
"th-th": "Tailandês",
|
140
|
+
"he-il": "Hebraico",
|
141
|
+
"cy-gb": "Galês",
|
142
|
+
"uk-ua": "Ucraniano",
|
143
|
+
"el-gr": "Grego",
|
144
|
+
"hu-hu": "Húngaro",
|
145
|
+
"ro-ro": "Romeno",
|
146
|
+
"sk-sk": "Eslovaco",
|
147
|
+
"zh-tw": "Chinês - Taiwan"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "Neste chat",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "Mais opções",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "Microfone",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "Alto-falante",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "Legendas ao Vivo",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "Idioma falado",
|
106
171
|
"peopleButtonLabel": "Pessoas",
|
107
172
|
"peopleButtonTooltipOpen": "Mostrar Participantes",
|
108
173
|
"peopleButtonTooltipClose": "Ocultar participantes",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "Ссылка на приглашение в группу скопирована",
|
24
24
|
"defaultPlaceHolder": "Выберите один из вариантов",
|
25
25
|
"dismissSidePaneButtonLabel": "Закрыть",
|
26
|
+
"effects": "Эффекты",
|
27
|
+
"blurBackgroundEffectButtonLabel": "Размытие",
|
28
|
+
"blurBackgroundTooltip": "Размытие фона",
|
29
|
+
"removeBackgroundEffectButtonLabel": "Нет",
|
30
|
+
"removeBackgroundTooltip": "Удалить фон",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Звонок был отключен из-за проблемы с сетью. Проверьте подключение и присоединитесь еще раз.",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "Вызов прерван",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Вам не предоставили доступ к беседе. Если это произошло по ошибке, заново присоединитесь к беседе.",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "участник без имени и еще {numOfParticipants} участников присоединились",
|
83
88
|
"manyUnnamedParticipantsLeft": "участник без имени и еще {numOfParticipants} участников ушли",
|
84
89
|
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников",
|
85
|
-
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников"
|
90
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников",
|
91
|
+
"liveCaptionsLabel": "Автоматические субтитры",
|
92
|
+
"captionsSettingsLabel": "Параметры субтитров",
|
93
|
+
"startCaptionsButtonOnLabel": "Включить автоматические субтитры",
|
94
|
+
"startCaptionsButtonOffLabel": "Отключить автоматические субтитры",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "Отключить автоматические субтитры",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "Включить автоматические субтитры",
|
97
|
+
"captionsSettingsModalTitle": "На каком языке говорят?",
|
98
|
+
"captionsSettingsDropdownLabel": "Язык речи",
|
99
|
+
"captionsSettingsDropdownInfoText": "Язык, на котором говорят все участники звонка.",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "Подтвердить",
|
101
|
+
"captionsSettingsCancelButtonLabel": "Отменить",
|
102
|
+
"captionsSettingsModalAriaLabel": "Модальное окно параметров субтитров",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "Закрыть параметры субтитров",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "Дополнительно",
|
105
|
+
"captionsBannerMoreButtonTooltip": "Дополнительные параметры",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "Арабский (ОАЭ)",
|
108
|
+
"ar-sa": "Арабский (Саудовская Аравия)",
|
109
|
+
"da-dk": "Датский",
|
110
|
+
"de-de": "Немецкий (Германия)",
|
111
|
+
"en-au": "Английский (Австралия)",
|
112
|
+
"en-ca": "Английский (Канада)",
|
113
|
+
"en-gb": "Английский (Соединенное Королевство)",
|
114
|
+
"en-in": "Английский (Индия)",
|
115
|
+
"en-nz": "Английский (Новая Зеландия)",
|
116
|
+
"en-us": "Английский (США)",
|
117
|
+
"es-es": "Испанский (Испания), современная сортировка",
|
118
|
+
"es-mx": "Испанский (Мексика)",
|
119
|
+
"fi-fi": "Финский",
|
120
|
+
"fr-ca": "Французский (Канада)",
|
121
|
+
"fr-fr": "Французский (Франция)",
|
122
|
+
"hi-in": "Хинди",
|
123
|
+
"it-it": "Итальянский (Италия)",
|
124
|
+
"ja-jp": "Японский",
|
125
|
+
"ko-kr": "Корейский",
|
126
|
+
"nb-no": "Норвежский (букмол)",
|
127
|
+
"nl-be": "Нидерландский (Бельгия)",
|
128
|
+
"nl-nl": "Нидерландский — Нидерланды",
|
129
|
+
"pl-pl": "Польский",
|
130
|
+
"pt-br": "Португальский (Бразилия)",
|
131
|
+
"ru-ru": "Русский",
|
132
|
+
"sv-se": "Шведский",
|
133
|
+
"zh-cn": "Китайский (Китайская Народная Республика)",
|
134
|
+
"zh-hk": "Китайский (Гонконг, САР)",
|
135
|
+
"cs-cz": "Чешский",
|
136
|
+
"pt-pt": "Португальский (Португалия)",
|
137
|
+
"tr-tr": "Турецкий",
|
138
|
+
"vi-vn": "Вьетнамский",
|
139
|
+
"th-th": "Тайский",
|
140
|
+
"he-il": "Иврит",
|
141
|
+
"cy-gb": "Валлийский",
|
142
|
+
"uk-ua": "Украинский",
|
143
|
+
"el-gr": "Греческий",
|
144
|
+
"hu-hu": "Венгерский",
|
145
|
+
"ro-ro": "Румынский",
|
146
|
+
"sk-sk": "Словацкий",
|
147
|
+
"zh-tw": "Китайский (Тайвань)"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "В этом чате",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "Дополнительные параметры",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "Микрофон",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "Динамик",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "Автоматические субтитры",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "Язык речи",
|
106
171
|
"peopleButtonLabel": "Люди",
|
107
172
|
"peopleButtonTooltipOpen": "Показать участников",
|
108
173
|
"peopleButtonTooltipClose": "Скрыть участников",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı",
|
24
24
|
"defaultPlaceHolder": "Bir seçenek belirleyin",
|
25
25
|
"dismissSidePaneButtonLabel": "Kapat",
|
26
|
+
"effects": "Efektler",
|
27
|
+
"blurBackgroundEffectButtonLabel": "Bulanıklaştır",
|
28
|
+
"blurBackgroundTooltip": "Arka Planı Bulanıklaştır",
|
29
|
+
"removeBackgroundEffectButtonLabel": "Seçilmedi",
|
30
|
+
"removeBackgroundTooltip": "Arka Planı Kaldır",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Bir ağ sorunu nedeniyle arama bağlantısı kesildi. Bağlantınızı kontrol edin ve yeniden katılın.",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "Arama kesildi",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Aramaya katılmanıza izin verilmedi. Bu işlem yanlışlıkla yapıldıysa aramaya yeniden katılın.",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "adsız katılımcı ve {numOfParticipants} katılımcı katıldı",
|
83
88
|
"manyUnnamedParticipantsLeft": "adsız katılımcı ve {numOfParticipants} katılımcı ayrıldı",
|
84
89
|
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı katıldı",
|
85
|
-
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı kaldı"
|
90
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı kaldı",
|
91
|
+
"liveCaptionsLabel": "Açıklamalı canlı alt yazılar",
|
92
|
+
"captionsSettingsLabel": "Açıklamalı alt yazı ayarları",
|
93
|
+
"startCaptionsButtonOnLabel": "Açıklamalı alt yazıları açma",
|
94
|
+
"startCaptionsButtonOffLabel": "Açıklamalı alt yazıları kapat",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "Açıklamalı alt yazıları kapat",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "Açıklamalı alt yazıları açma",
|
97
|
+
"captionsSettingsModalTitle": "Hangi dil konuşuluyor?",
|
98
|
+
"captionsSettingsDropdownLabel": "Konuşulan dil",
|
99
|
+
"captionsSettingsDropdownInfoText": "Bu çağrıdaki herkesin konuşma dili.",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "Onayla",
|
101
|
+
"captionsSettingsCancelButtonLabel": "İptal",
|
102
|
+
"captionsSettingsModalAriaLabel": "Açıklamalı Alt Yazı Ayarı Kalıcı",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "Açıklamalı Alt Yazı Ayarını Kapat",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "Diğer",
|
105
|
+
"captionsBannerMoreButtonTooltip": "Diğer seçenekler",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "Arapça - BAE",
|
108
|
+
"ar-sa": "Arapça - Suudi Arabistan",
|
109
|
+
"da-dk": "Danca",
|
110
|
+
"de-de": "Almanca - Almanya",
|
111
|
+
"en-au": "İngilizce - Avustralya",
|
112
|
+
"en-ca": "İngilizce - Kanada",
|
113
|
+
"en-gb": "İngilizce - Birleşik Krallık",
|
114
|
+
"en-in": "İngilizce - Hindistan",
|
115
|
+
"en-nz": "İngilizce - Yeni Zelanda",
|
116
|
+
"en-us": "İngilizce - ABD",
|
117
|
+
"es-es": "İspanyolca - İspanya (Modern)",
|
118
|
+
"es-mx": "İspanyolca - Meksika",
|
119
|
+
"fi-fi": "Fince",
|
120
|
+
"fr-ca": "Fransızca - Kanada",
|
121
|
+
"fr-fr": "Fransızca - Fransa",
|
122
|
+
"hi-in": "Hintçe",
|
123
|
+
"it-it": "İtalyanca - İtalya",
|
124
|
+
"ja-jp": "Japonca",
|
125
|
+
"ko-kr": "Korece",
|
126
|
+
"nb-no": "Norveççe (Bokmål)",
|
127
|
+
"nl-be": "Hollanda dili - Belçika",
|
128
|
+
"nl-nl": "Felemenkçe - Hollanda",
|
129
|
+
"pl-pl": "Lehçe",
|
130
|
+
"pt-br": "Portekizce - Brezilya",
|
131
|
+
"ru-ru": "Rusça",
|
132
|
+
"sv-se": "İsveççe",
|
133
|
+
"zh-cn": "Çince - Çin Halk Cumhuriyeti",
|
134
|
+
"zh-hk": "Çince - Hong Kong ÖİB",
|
135
|
+
"cs-cz": "Çekçe",
|
136
|
+
"pt-pt": "Portekizce - Portekiz",
|
137
|
+
"tr-tr": "Türkçe",
|
138
|
+
"vi-vn": "Vietnamca",
|
139
|
+
"th-th": "Tayca",
|
140
|
+
"he-il": "İbranice",
|
141
|
+
"cy-gb": "Galce",
|
142
|
+
"uk-ua": "Ukraynaca",
|
143
|
+
"el-gr": "Yunanca",
|
144
|
+
"hu-hu": "Macarca",
|
145
|
+
"ro-ro": "Rumence",
|
146
|
+
"sk-sk": "Slovakça",
|
147
|
+
"zh-tw": "Çince - Tayvan"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "Bu sohbette",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "Diğer seçenekler",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "Mikrofon",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "Hoparlör",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "Açıklamalı canlı alt yazılar",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "Konuşulan dil",
|
106
171
|
"peopleButtonLabel": "Kişiler",
|
107
172
|
"peopleButtonTooltipOpen": "Katılımcıları göster",
|
108
173
|
"peopleButtonTooltipClose": "Katılımcıları gizle",
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json
CHANGED
@@ -23,6 +23,11 @@
|
|
23
23
|
"copyInviteLinkActionedAriaLabel": "已复制邀请链接",
|
24
24
|
"defaultPlaceHolder": "选择一个选项",
|
25
25
|
"dismissSidePaneButtonLabel": "关闭",
|
26
|
+
"effects": "效果",
|
27
|
+
"blurBackgroundEffectButtonLabel": "模糊",
|
28
|
+
"blurBackgroundTooltip": "模糊背景",
|
29
|
+
"removeBackgroundEffectButtonLabel": "无",
|
30
|
+
"removeBackgroundTooltip": "删除背景",
|
26
31
|
"failedToJoinCallDueToNoNetworkMoreDetails": "由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",
|
27
32
|
"failedToJoinCallDueToNoNetworkTitle": "通话已断开",
|
28
33
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",
|
@@ -82,7 +87,65 @@
|
|
82
87
|
"manyUnnamedParticipantsJoined": "未命名的参与者和其他 {numOfParticipants} 名参与者已加入",
|
83
88
|
"manyUnnamedParticipantsLeft": "未命名的参与者和其他 {numOfParticipants} 名参与者已离开",
|
84
89
|
"manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位参与者已加入",
|
85
|
-
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位参与者已离开"
|
90
|
+
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}和其他{numOfParticipants}位参与者已离开",
|
91
|
+
"liveCaptionsLabel": "实时辅助字幕",
|
92
|
+
"captionsSettingsLabel": "字幕设置",
|
93
|
+
"startCaptionsButtonOnLabel": "开启字幕",
|
94
|
+
"startCaptionsButtonOffLabel": "关闭辅助字幕",
|
95
|
+
"startCaptionsButtonTooltipOnContent": "关闭辅助字幕",
|
96
|
+
"startCaptionsButtonTooltipOffContent": "开启字幕",
|
97
|
+
"captionsSettingsModalTitle": "正在使用哪种语言?",
|
98
|
+
"captionsSettingsDropdownLabel": "口述语言",
|
99
|
+
"captionsSettingsDropdownInfoText": "此通话中的每个人都在讲的语言。",
|
100
|
+
"captionsSettingsConfirmButtonLabel": "确认",
|
101
|
+
"captionsSettingsCancelButtonLabel": "取消",
|
102
|
+
"captionsSettingsModalAriaLabel": "字幕设置模式",
|
103
|
+
"captionsSettingsCloseModalButtonAriaLabel": "关闭字幕设置",
|
104
|
+
"captionsBannerMoreButtonCallingLabel": "更多",
|
105
|
+
"captionsBannerMoreButtonTooltip": "更多选项",
|
106
|
+
"captionsAvailableLanguageStrings": {
|
107
|
+
"ar-ae": "阿拉伯语 - 阿拉伯联合酋长国",
|
108
|
+
"ar-sa": "阿拉伯语 - 沙特阿拉伯",
|
109
|
+
"da-dk": "丹麦语",
|
110
|
+
"de-de": "德语 - 德国",
|
111
|
+
"en-au": "英语 - 澳大利亚",
|
112
|
+
"en-ca": "英语 - 加拿大",
|
113
|
+
"en-gb": "英语 - 英国",
|
114
|
+
"en-in": "英语 - 印度",
|
115
|
+
"en-nz": "英语 - 新西兰",
|
116
|
+
"en-us": "英语 - 美国",
|
117
|
+
"es-es": "西班牙语 - 西班牙(现代风格)",
|
118
|
+
"es-mx": "西班牙语 - 墨西哥",
|
119
|
+
"fi-fi": "芬兰语",
|
120
|
+
"fr-ca": "法语 - 加拿大",
|
121
|
+
"fr-fr": "法语 - 法国",
|
122
|
+
"hi-in": "印地语",
|
123
|
+
"it-it": "意大利语–意大利",
|
124
|
+
"ja-jp": "日语",
|
125
|
+
"ko-kr": "朝鲜语",
|
126
|
+
"nb-no": "挪威语(博克马尔语)",
|
127
|
+
"nl-be": "荷兰语 - 比利时",
|
128
|
+
"nl-nl": "荷兰语 – 荷兰",
|
129
|
+
"pl-pl": "波兰语",
|
130
|
+
"pt-br": "葡萄牙语 - 巴西",
|
131
|
+
"ru-ru": "俄语",
|
132
|
+
"sv-se": "瑞典语",
|
133
|
+
"zh-cn": "中文 - 中华人民共和国",
|
134
|
+
"zh-hk": "中文 - 香港特别行政区",
|
135
|
+
"cs-cz": "捷克语",
|
136
|
+
"pt-pt": "葡萄牙语 - 葡萄牙",
|
137
|
+
"tr-tr": "土耳其语",
|
138
|
+
"vi-vn": "越南语",
|
139
|
+
"th-th": "泰语",
|
140
|
+
"he-il": "希伯来语",
|
141
|
+
"cy-gb": "威尔士语",
|
142
|
+
"uk-ua": "乌克兰语",
|
143
|
+
"el-gr": "希腊语",
|
144
|
+
"hu-hu": "匈牙利语",
|
145
|
+
"ro-ro": "罗马尼亚语",
|
146
|
+
"sk-sk": "斯洛伐克语",
|
147
|
+
"zh-tw": "中文 – 台湾"
|
148
|
+
}
|
86
149
|
},
|
87
150
|
"chat": {
|
88
151
|
"chatListHeader": "在此聊天中",
|
@@ -103,6 +166,8 @@
|
|
103
166
|
"moreDrawerButtonTooltip": "更多选项",
|
104
167
|
"moreDrawerMicrophoneMenuTitle": "麦克风",
|
105
168
|
"moreDrawerSpeakerMenuTitle": "扬声器",
|
169
|
+
"moreDrawerCaptionsMenuTitle": "实时辅助字幕",
|
170
|
+
"moreDrawerSpokenLanguageMenuTitle": "口述语言",
|
106
171
|
"peopleButtonLabel": "人员",
|
107
172
|
"peopleButtonTooltipOpen": "显示参与者",
|
108
173
|
"peopleButtonTooltipClose": "隐藏参与者",
|