@azure/communication-react 1.3.2-alpha-202210051728 → 1.3.2-beta.1
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.json +1626 -0
- package/CHANGELOG.md +107 -1
- package/dist/communication-react.d.ts +0 -241
- package/dist/dist-cjs/communication-react/index.js +239 -562
- 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/communication-react/src/index.d.ts +0 -6
- package/dist/dist-esm/communication-react/src/index.js +0 -6
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +3 -2
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/index.js +0 -4
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -6
- 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 +36 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +35 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +40 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +41 -13
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +37 -9
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +35 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +38 -10
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -16
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +38 -10
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +37 -9
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -4
- package/dist/dist-esm/react-components/src/theming/icons.js +1 -62
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -58
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -26
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +8 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +8 -2
- 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/ConfigurationpageCameraDropdown.js +0 -37
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +0 -40
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +0 -16
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +12 -3
- 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/index.d.ts +0 -1
- 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.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +8 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -37
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +11 -10
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +0 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +54 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +54 -14
- package/package.json +10 -10
- package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +0 -45
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js +0 -42
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -32
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -33
- package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +0 -30
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +0 -72
- package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +0 -53
- package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
@@ -202,7 +202,7 @@ const _toCommunicationIdentifier = (id) => {
|
|
202
202
|
// Copyright (c) Microsoft Corporation.
|
203
203
|
// Licensed under the MIT license.
|
204
204
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
205
|
-
var telemetryVersion = '1.3.2-
|
205
|
+
var telemetryVersion = '1.3.2-beta.1';
|
206
206
|
|
207
207
|
// Copyright (c) Microsoft Corporation.
|
208
208
|
/**
|
@@ -401,7 +401,7 @@ const getCallState = (state, props) => { var _a; return (_a = state.calls[props.
|
|
401
401
|
|
402
402
|
// Copyright (c) Microsoft Corporation.
|
403
403
|
// Licensed under the MIT license.
|
404
|
-
var __awaiter$
|
404
|
+
var __awaiter$w = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
405
405
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
406
406
|
return new (P || (P = Promise))(function (resolve, reject) {
|
407
407
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -439,7 +439,7 @@ const _isPreviewOn = (deviceManager) => {
|
|
439
439
|
*
|
440
440
|
* @private
|
441
441
|
*/
|
442
|
-
const disposeAllLocalPreviewViews = (callClient) => __awaiter$
|
442
|
+
const disposeAllLocalPreviewViews = (callClient) => __awaiter$w(void 0, void 0, void 0, function* () {
|
443
443
|
const unparentedViews = callClient.getState().deviceManager.unparentedViews;
|
444
444
|
for (const view of unparentedViews) {
|
445
445
|
yield callClient.disposeView(undefined, undefined, view);
|
@@ -546,7 +546,7 @@ const holdButtonSelector = reselect__namespace.createSelector([getCallState], (c
|
|
546
546
|
|
547
547
|
// Copyright (c) Microsoft Corporation.
|
548
548
|
// Licensed under the MIT license.
|
549
|
-
var __awaiter$
|
549
|
+
var __awaiter$v = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
550
550
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
551
551
|
return new (P || (P = Promise))(function (resolve, reject) {
|
552
552
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -570,7 +570,7 @@ const areStreamsEqual = (prevStream, newStream) => {
|
|
570
570
|
* @public
|
571
571
|
*/
|
572
572
|
const createDefaultCallingHandlers = memoizeOne__default['default']((callClient, callAgent, deviceManager, call) => {
|
573
|
-
const onStartLocalVideo = () => __awaiter$
|
573
|
+
const onStartLocalVideo = () => __awaiter$v(void 0, void 0, void 0, function* () {
|
574
574
|
// Before the call object creates a stream, dispose of any local preview streams.
|
575
575
|
// @TODO: is there any way to parent the unparented view to the call object instead
|
576
576
|
// of disposing and creating a new stream?
|
@@ -590,7 +590,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
590
590
|
yield call.startVideo(stream);
|
591
591
|
}
|
592
592
|
});
|
593
|
-
const onStopLocalVideo = (stream) => __awaiter$
|
593
|
+
const onStopLocalVideo = (stream) => __awaiter$v(void 0, void 0, void 0, function* () {
|
594
594
|
const callId = call === null || call === void 0 ? void 0 : call.id;
|
595
595
|
if (!callId) {
|
596
596
|
return;
|
@@ -603,7 +603,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
603
603
|
});
|
604
604
|
}
|
605
605
|
});
|
606
|
-
const onToggleCamera = (options) => __awaiter$
|
606
|
+
const onToggleCamera = (options) => __awaiter$v(void 0, void 0, void 0, function* () {
|
607
607
|
if (call && _isInCall(call.state)) {
|
608
608
|
const stream = call.localVideoStreams.find((stream) => stream.mediaStreamType === 'Video');
|
609
609
|
if (stream) {
|
@@ -632,19 +632,19 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
632
632
|
const onStartCall = (participants, options) => {
|
633
633
|
return callAgent ? callAgent.startCall(participants, options) : undefined;
|
634
634
|
};
|
635
|
-
const onSelectMicrophone = (device) => __awaiter$
|
635
|
+
const onSelectMicrophone = (device) => __awaiter$v(void 0, void 0, void 0, function* () {
|
636
636
|
if (!deviceManager) {
|
637
637
|
return;
|
638
638
|
}
|
639
639
|
return deviceManager.selectMicrophone(device);
|
640
640
|
});
|
641
|
-
const onSelectSpeaker = (device) => __awaiter$
|
641
|
+
const onSelectSpeaker = (device) => __awaiter$v(void 0, void 0, void 0, function* () {
|
642
642
|
if (!deviceManager) {
|
643
643
|
return;
|
644
644
|
}
|
645
645
|
return deviceManager.selectSpeaker(device);
|
646
646
|
});
|
647
|
-
const onSelectCamera = (device, options) => __awaiter$
|
647
|
+
const onSelectCamera = (device, options) => __awaiter$v(void 0, void 0, void 0, function* () {
|
648
648
|
if (!deviceManager) {
|
649
649
|
return;
|
650
650
|
}
|
@@ -667,19 +667,19 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
667
667
|
}, options);
|
668
668
|
}
|
669
669
|
});
|
670
|
-
const onToggleMicrophone = () => __awaiter$
|
670
|
+
const onToggleMicrophone = () => __awaiter$v(void 0, void 0, void 0, function* () {
|
671
671
|
if (!call || !_isInCall(call.state)) {
|
672
672
|
throw new Error(`Please invoke onToggleMicrophone after call is started`);
|
673
673
|
}
|
674
674
|
return call.isMuted ? yield call.unmute() : yield call.mute();
|
675
675
|
});
|
676
|
-
const onStartScreenShare = () => __awaiter$
|
677
|
-
const onStopScreenShare = () => __awaiter$
|
678
|
-
const onToggleScreenShare = () => __awaiter$
|
679
|
-
const onHangUp = () => __awaiter$
|
676
|
+
const onStartScreenShare = () => __awaiter$v(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.startScreenSharing()); });
|
677
|
+
const onStopScreenShare = () => __awaiter$v(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.stopScreenSharing()); });
|
678
|
+
const onToggleScreenShare = () => __awaiter$v(void 0, void 0, void 0, function* () { return (call === null || call === void 0 ? void 0 : call.isScreenSharingOn) ? yield onStopScreenShare() : yield onStartScreenShare(); });
|
679
|
+
const onHangUp = () => __awaiter$v(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.hangUp()); });
|
680
680
|
/* @conditional-compile-remove(PSTN-calls) */
|
681
|
-
const onToggleHold = () => __awaiter$
|
682
|
-
const onCreateLocalStreamView = (options = { scalingMode: 'Crop', isMirrored: true }) => __awaiter$
|
681
|
+
const onToggleHold = () => __awaiter$v(void 0, void 0, void 0, function* () { return (call === null || call === void 0 ? void 0 : call.state) === 'LocalHold' ? yield (call === null || call === void 0 ? void 0 : call.resume()) : yield (call === null || call === void 0 ? void 0 : call.hold()); });
|
682
|
+
const onCreateLocalStreamView = (options = { scalingMode: 'Crop', isMirrored: true }) => __awaiter$v(void 0, void 0, void 0, function* () {
|
683
683
|
var _a;
|
684
684
|
if (!call || call.localVideoStreams.length === 0) {
|
685
685
|
return;
|
@@ -695,7 +695,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
695
695
|
const { view } = (_a = (yield callClient.createView(call.id, undefined, localStream, options))) !== null && _a !== void 0 ? _a : {};
|
696
696
|
return view ? { view } : undefined;
|
697
697
|
});
|
698
|
-
const onCreateRemoteStreamView = (userId, options = { scalingMode: 'Crop' }) => __awaiter$
|
698
|
+
const onCreateRemoteStreamView = (userId, options = { scalingMode: 'Crop' }) => __awaiter$v(void 0, void 0, void 0, function* () {
|
699
699
|
if (!call) {
|
700
700
|
return;
|
701
701
|
}
|
@@ -723,7 +723,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
723
723
|
}
|
724
724
|
return (createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view) ? { view: createViewResult === null || createViewResult === void 0 ? void 0 : createViewResult.view } : undefined;
|
725
725
|
});
|
726
|
-
const onDisposeRemoteStreamView = (userId) => __awaiter$
|
726
|
+
const onDisposeRemoteStreamView = (userId) => __awaiter$v(void 0, void 0, void 0, function* () {
|
727
727
|
if (!call) {
|
728
728
|
return;
|
729
729
|
}
|
@@ -744,7 +744,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
744
744
|
callClient.disposeView(call.id, participant.identifier, screenShareStream);
|
745
745
|
}
|
746
746
|
});
|
747
|
-
const onDisposeLocalStreamView = () => __awaiter$
|
747
|
+
const onDisposeLocalStreamView = () => __awaiter$v(void 0, void 0, void 0, function* () {
|
748
748
|
// If the user is currently in a call, dispose of the local stream view attached to that call.
|
749
749
|
const callState = call && callClient.getState().calls[call.id];
|
750
750
|
const localStream = callState === null || callState === void 0 ? void 0 : callState.localVideoStreams.find((item) => item.mediaStreamType === 'Video');
|
@@ -756,12 +756,12 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
756
756
|
// TODO: we need to remember which LocalVideoStream was used for LocalPreview and dispose that one.
|
757
757
|
yield disposeAllLocalPreviewViews(callClient);
|
758
758
|
});
|
759
|
-
const onRemoveParticipant = (userId) => __awaiter$
|
759
|
+
const onRemoveParticipant = (userId) => __awaiter$v(void 0, void 0, void 0, function* () {
|
760
760
|
const participant = _toCommunicationIdentifier(userId);
|
761
761
|
yield (call === null || call === void 0 ? void 0 : call.removeParticipant(participant));
|
762
762
|
});
|
763
763
|
/* @conditional-compile-remove(PSTN-calls) */
|
764
|
-
const onAddParticipant = (participant, options) => __awaiter$
|
764
|
+
const onAddParticipant = (participant, options) => __awaiter$v(void 0, void 0, void 0, function* () {
|
765
765
|
const participantType = participantTypeHelper(participant);
|
766
766
|
switch (participantType) {
|
767
767
|
case 'PSTN':
|
@@ -773,7 +773,7 @@ const createDefaultCallingHandlers = memoizeOne__default['default']((callClient,
|
|
773
773
|
}
|
774
774
|
});
|
775
775
|
/* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */
|
776
|
-
const onSendDtmfTone = (dtmfTone) => __awaiter$
|
776
|
+
const onSendDtmfTone = (dtmfTone) => __awaiter$v(void 0, void 0, void 0, function* () { return yield (call === null || call === void 0 ? void 0 : call.sendDtmf(dtmfTone)); });
|
777
777
|
return {
|
778
778
|
onHangUp,
|
779
779
|
/* @conditional-compile-remove(PSTN-calls) */
|
@@ -988,33 +988,33 @@ const typingIndicatorStringStyle = react.mergeStyles({
|
|
988
988
|
wordBreak: 'break-word'
|
989
989
|
});
|
990
990
|
|
991
|
-
var participantItem$d={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed Participant",participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var typingIndicator$d={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$d={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed"};var messageStatusIndicator$d={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$d={label:"Leave",tooltipContent:"Leave call"};var cameraButton$d={onLabel:"Turn off",offLabel:"Turn on",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off"};var microphoneButton$d={onLabel:"Mute",offLabel:"Unmute",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off"};var devicesButton$d={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$d={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link"};var screenShareButton$d={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var messageThread$d={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{author} said {message}",messageContentMineAriaText:"You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Submit",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadFile:"Download file"};var errorBar$d={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"Failed to start screen sharing",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link."};var videoGallery$d={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed Participant"};var dialpad$d={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile={participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var DomainPermissions$
|
991
|
+
var participantItem$d={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed Participant",participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var typingIndicator$d={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$d={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed"};var messageStatusIndicator$d={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$d={label:"Leave",tooltipContent:"Leave call"};var cameraButton$d={onLabel:"Turn off",offLabel:"Turn on",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off"};var microphoneButton$d={onLabel:"Mute",offLabel:"Unmute",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off"};var devicesButton$d={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$d={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link"};var screenShareButton$d={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var messageThread$d={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{author} said {message}",messageContentMineAriaText:"You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Submit",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadFile:"Download file"};var errorBar$d={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"Failed to start screen sharing",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link."};var videoGallery$d={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed Participant"};var dialpad$d={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$d={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$d={participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var DomainPermissions$d={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"More help"};var UnsupportedBrowser$d={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLink:"More help"};var en_US$1 = {participantItem:participantItem$d,typingIndicator:typingIndicator$d,sendBox:sendBox$d,messageStatusIndicator:messageStatusIndicator$d,endCallButton:endCallButton$d,cameraButton:cameraButton$d,microphoneButton:microphoneButton$d,devicesButton:devicesButton$d,participantsButton:participantsButton$d,screenShareButton:screenShareButton$d,messageThread:messageThread$d,errorBar:errorBar$d,videoGallery:videoGallery$d,dialpad:dialpad$d,holdButton:holdButton$d,videoTile:videoTile$d,DomainPermissions:DomainPermissions$d,UnsupportedBrowser:UnsupportedBrowser$d};
|
992
992
|
|
993
|
-
var participantItem$c={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed Participant"};var typingIndicator$c={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$c={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait."};var messageStatusIndicator$c={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$c={label:"Leave",tooltipContent:"Leave
|
993
|
+
var participantItem$c={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed Participant",participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var typingIndicator$c={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$c={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",fileUploadsPendingError:"Uploading... Please wait.",removeFile:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed"};var messageStatusIndicator$c={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$c={label:"Leave",tooltipContent:"Leave call"};var cameraButton$c={onLabel:"Turn off",offLabel:"Turn on",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera and camera options",offSplitButtonAriaLabel:"Turn on camera and camera options",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off"};var microphoneButton$c={onLabel:"Mute",offLabel:"Unmute",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute microphone and audio options",offSplitButtonAriaLabel:"Unmute microphone and audio options",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off"};var devicesButton$c={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$c={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link"};var screenShareButton$c={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var messageThread$c={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"{author} says",messageContentAriaText:"{author} said {message}",messageContentMineAriaText:"You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Submit",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadFile:"Download file"};var errorBar$c={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"Failed to start screen sharing",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link."};var videoGallery$c={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed Participant"};var dialpad$c={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$c={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$c={participantStateConnecting:"Calling...",participantStateRinging:"Calling...",participantStateHold:"On hold"};var DomainPermissions$c={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"More help"};var UnsupportedBrowser$c={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLink:"More help"};var en_GB$1 = {participantItem:participantItem$c,typingIndicator:typingIndicator$c,sendBox:sendBox$c,messageStatusIndicator:messageStatusIndicator$c,endCallButton:endCallButton$c,cameraButton:cameraButton$c,microphoneButton:microphoneButton$c,devicesButton:devicesButton$c,participantsButton:participantsButton$c,screenShareButton:screenShareButton$c,messageThread:messageThread$c,errorBar:errorBar$c,videoGallery:videoGallery$c,dialpad:dialpad$c,holdButton:holdButton$c,videoTile:videoTile$c,DomainPermissions:DomainPermissions$c,UnsupportedBrowser:UnsupportedBrowser$c};
|
994
994
|
|
995
|
-
var participantItem$b={isMeText:"(Sie)",menuTitle:"Weitere Optionen",removeButtonLabel:"Entfernen",sharingIconLabel:"Teilen",mutedIconLabel:"Stumm geschaltet",displayNamePlaceholder:"Unbenannter Teilnehmer"};var typingIndicator$b={singleUser:"{user} schreibt ...",multipleUsers:"{users} schreiben ...",multipleUsersAbbreviateOne:"{users} und 1 andere Person schreiben ...",multipleUsersAbbreviateMany:"{users} und {numOthers} andere schreiben ...",delimiter:", "};var sendBox$b={placeholderText:"Nachricht eingeben",textTooLong:"Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",sendButtonAriaLabel:"Nachricht senden",fileUploadsPendingError:"Wird hochgeladen... Bitte warten."};var messageStatusIndicator$b={deliveredAriaLabel:"Nachricht gesendet",deliveredTooltipText:"Gesendet",seenAriaLabel:"Nachricht von anderen gesehen",seenTooltipText:"Gesehen",readByTooltipText:"Gelesen von {messageThreadReadCount} von {remoteParticipantsCount}",sendingAriaLabel:"Nachricht wird gesendet",sendingTooltipText:"Wird gesendet",failedToSendAriaLabel:"Nachricht konnte nicht gesendet werden",failedToSendTooltipText:"Fehler beim Senden"};var endCallButton$b={label:"Verlassen",tooltipContent:"Anruf verlassen"};var cameraButton$b={onLabel:"Deaktivieren",offLabel:"Aktivieren",tooltipDisabledContent:"Kamera ist deaktiviert",tooltipOnContent:"Kamera ausschalten",tooltipOffContent:"Kamera einschalten",tooltipVideoLoadingContent:"Video wird geladen",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera auswählen",cameraButtonSplitRoleDescription:"Unterteilte Schaltfläche",onSplitButtonAriaLabel:"Kamera und Kameraoptionen deaktivieren",offSplitButtonAriaLabel:"Kamera und Kameraoptionen aktivieren",cameraActionTurnedOnAnnouncement:"Ihre Kamera wurde eingeschaltet.",cameraActionTurnedOffAnnouncement:"Ihre Kamera wurde ausgeschaltet."};var microphoneButton$b={onLabel:"Stumm schalten",offLabel:"Stummschaltung aufheben",tooltipDisabledContent:"Mikrofon ist deaktiviert",tooltipOnContent:"Mikrofon stummschalten",tooltipOffContent:"Mikrofonstummschaltung aufheben",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon auswählen",speakerMenuTitle:"Lautsprecher",speakerMenuTooltip:"Lautsprecher auswählen",microphoneButtonSplitRoleDescription:"Unterteilte Schaltfläche",onSplitButtonAriaLabel:"Mikrofon- und Audiooptionen stummschalten",offSplitButtonAriaLabel:"Stummschaltung von Mikrofon- und Audiooptionen aufheben",microphoneActionTurnedOnAnnouncement:"Ihr Mikrofon wurde eingeschaltet.",microphoneActionTurnedOffAnnouncement:"Ihr Mikrofon wurde ausgeschaltet."};var devicesButton$b={label:"Geräte",tooltipContent:"Geräte verwalten",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera auswählen",audioDeviceMenuTitle:"Audiogerät",audioDeviceMenuTooltip:"Audiogerät auswählen",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon auswählen",speakerMenuTitle:"Lautsprecher",speakerMenuTooltip:"Lautsprecher auswählen"};var participantsButton$b={label:"Personen",tooltipContent:"
|
995
|
+
var participantItem$b={isMeText:"(Sie)",menuTitle:"Weitere Optionen",removeButtonLabel:"Entfernen",sharingIconLabel:"Teilen",mutedIconLabel:"Stumm geschaltet",displayNamePlaceholder:"Unbenannter Teilnehmer",participantStateConnecting:"Anrufen...",participantStateRinging:"Anrufen...",participantStateHold:"In der Warteschleife"};var typingIndicator$b={singleUser:"{user} schreibt ...",multipleUsers:"{users} schreiben ...",multipleUsersAbbreviateOne:"{users} und 1 andere Person schreiben ...",multipleUsersAbbreviateMany:"{users} und {numOthers} andere schreiben ...",delimiter:", "};var sendBox$b={placeholderText:"Nachricht eingeben",textTooLong:"Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",sendButtonAriaLabel:"Nachricht senden",fileUploadsPendingError:"Wird hochgeladen... Bitte warten.",removeFile:"Datei entfernen",uploading:"Hochladen",uploadCompleted:"Upload abgeschlossen"};var messageStatusIndicator$b={deliveredAriaLabel:"Nachricht gesendet",deliveredTooltipText:"Gesendet",seenAriaLabel:"Nachricht von anderen gesehen",seenTooltipText:"Gesehen",readByTooltipText:"Gelesen von {messageThreadReadCount} von {remoteParticipantsCount}",sendingAriaLabel:"Nachricht wird gesendet",sendingTooltipText:"Wird gesendet",failedToSendAriaLabel:"Nachricht konnte nicht gesendet werden",failedToSendTooltipText:"Fehler beim Senden"};var endCallButton$b={label:"Verlassen",tooltipContent:"Anruf verlassen"};var cameraButton$b={onLabel:"Deaktivieren",offLabel:"Aktivieren",tooltipDisabledContent:"Kamera ist deaktiviert",tooltipOnContent:"Kamera ausschalten",tooltipOffContent:"Kamera einschalten",tooltipVideoLoadingContent:"Video wird geladen",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera auswählen",cameraButtonSplitRoleDescription:"Unterteilte Schaltfläche",onSplitButtonAriaLabel:"Kamera und Kameraoptionen deaktivieren",offSplitButtonAriaLabel:"Kamera und Kameraoptionen aktivieren",cameraActionTurnedOnAnnouncement:"Ihre Kamera wurde eingeschaltet.",cameraActionTurnedOffAnnouncement:"Ihre Kamera wurde ausgeschaltet."};var microphoneButton$b={onLabel:"Stumm schalten",offLabel:"Stummschaltung aufheben",tooltipDisabledContent:"Mikrofon ist deaktiviert",tooltipOnContent:"Mikrofon stummschalten",tooltipOffContent:"Mikrofonstummschaltung aufheben",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon auswählen",speakerMenuTitle:"Lautsprecher",speakerMenuTooltip:"Lautsprecher auswählen",microphoneButtonSplitRoleDescription:"Unterteilte Schaltfläche",onSplitButtonAriaLabel:"Mikrofon- und Audiooptionen stummschalten",offSplitButtonAriaLabel:"Stummschaltung von Mikrofon- und Audiooptionen aufheben",microphoneActionTurnedOnAnnouncement:"Ihr Mikrofon wurde eingeschaltet.",microphoneActionTurnedOffAnnouncement:"Ihr Mikrofon wurde ausgeschaltet."};var devicesButton$b={label:"Geräte",tooltipContent:"Geräte verwalten",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera auswählen",audioDeviceMenuTitle:"Audiogerät",audioDeviceMenuTooltip:"Audiogerät auswählen",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon auswählen",speakerMenuTitle:"Lautsprecher",speakerMenuTooltip:"Lautsprecher auswählen"};var participantsButton$b={label:"Personen",tooltipContent:"Teilnehmende anzeigen",menuHeader:"In diesem Anruf",participantsListButtonLabel:"{numParticipants} Personen",muteAllButtonLabel:"Alle stumm schalten",copyInviteLinkButtonLabel:"Einladungslink kopieren"};var screenShareButton$b={onLabel:"Präsentation beenden",offLabel:"Präsentieren",tooltipDisabledContent:"Präsentieren ist deaktiviert",tooltipOnContent:"Ihr Bildschirm wird präsentiert",tooltipOffContent:"Präsentieren Sie Ihren Bildschirm"};var messageThread$b={yesterday:"Gestern",sunday:"Sonntag",monday:"Montag",tuesday:"Dienstag",wednesday:"Mittwoch",thursday:"Donnerstag",friday:"Freitag",saturday:"Samstag",participantJoined:"ist dem Chat beigetreten.",participantLeft:"hat den Chat verlassen.",editMessage:"Bearbeiten",removeMessage:"Löschen",resendMessage:"Erneut senden",failToSendTag:"Fehler beim Senden",editedTag:"Bearbeitet",liveAuthorIntro:"{author} sagt",messageContentAriaText:"{author} hat {message} gesagt",messageContentMineAriaText:"Sie sagten {message}",editBoxTextLimit:"Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",editBoxPlaceholderText:"Bearbeiten Sie Ihre Nachricht",newMessagesIndicator:"Neue Nachrichten",noDisplayNameSub:"Kein Name",editBoxCancelButton:"Abbrechen",editBoxSubmitButton:"Übermitteln",messageReadCount:"Gelesen von {messageReadByCount} von {remoteParticipantsCount}",actionMenuMoreOptions:"Weitere Optionen",downloadFile:"Datei herunterladen"};var errorBar$b={unableToReachChatService:"Sie sind offline.",accessDenied:"Auf die Chatdienste kann nicht zugegriffen werden. Überprüfen Sie die angegebenen Benutzeranmeldeinformationen.",userNotInChatThread:"Sie sind nicht mehr in diesem Chatthread vertreten.",sendMessageNotInChatThread:"Fehler beim Senden der Nachricht, weil Sie sich nicht mehr in diesem Chatthread befinden.",sendMessageGeneric:"Fehler beim Senden der Nachricht",callingNetworkFailure:"Problematische Anrufverbindung – Sie scheinen offline zu sein",startVideoGeneric:"Video konnte nicht gestartet werden",stopVideoGeneric:"Video konnte nicht beendet werden",muteGeneric:"Mikrofon konnte nicht stummgeschaltet werden",unmuteGeneric:"Stummschaltung des Mikrofons konnte nicht beendet werden",speakingWhileMuted:"Ihr Mikrofon ist stummgeschaltet",startScreenShareGeneric:"Bildschirmfreigabe konnte nicht gestartet werden",stopScreenShareGeneric:"Bildschirmfreigabe konnte nicht beendet werden",callNetworkQualityLow:"Die Netzwerkqualität ist niedrig.",callNoSpeakerFound:"Keine Lautsprecher oder Kopfhörer gefunden. Schließen Sie ein Audiogerät an, um den Anruf zu hören.",callNoMicrophoneFound:"Es wurden keine Mikrofone gefunden. Schließen Sie ein Audioeingabegerät an.",callMicrophoneAccessDenied:"Auf das Mikrofon kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",callMicrophoneMutedBySystem:"Sie werden von Ihrem System stummgeschaltet.",callMicrophoneUnmutedBySystem:"Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",callMacOsMicrophoneAccessDenied:"Auf das Mikrofon kann nicht zugegriffen werden. Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",callLocalVideoFreeze:"Die Netzwerkbandbreite ist schlecht. Ihr Video wird möglicherweise für andere Personen während des Anrufs angehalten angezeigt.",callCameraAccessDenied:"Auf die Kamera kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",callCameraAlreadyInUse:"Auf die Kamera kann nicht zugegriffen werden. Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",callVideoStoppedBySystem:"Ihr Video wurde von Ihrem System beendet.",callVideoRecoveredBySystem:"Ihr Video wurde fortgesetzt.",callMacOsCameraAccessDenied:"MacOS blockiert den Zugriff auf Ihre Kamera. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser auf Ihre Kamera zugreifen kann.",callMacOsScreenShareAccessDenied:"MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",dismissButtonAriaLabel:"Schließen",failedToJoinCallGeneric:"Fehler bei der Teilnahme am Anruf.",failedToJoinCallInvalidMeetingLink:"Teilnahme an Besprechung nicht möglich. Ungültiger Link."};var videoGallery$b={screenIsBeingSharedMessage:"Sie teilen Ihren Bildschirm",screenShareLoadingMessage:"Der Bildschirm von {participant} wird geladen",localVideoLabel:"Sie",localVideoCameraSwitcherLabel:"Kamera wechseln",localVideoMovementLabel:"Verschiebbare lokale Videokachel",localVideoSelectedDescription:"{cameraName} ausgewählt",displayNamePlaceholder:"Unbenannter Teilnehmer"};var dialpad$b={placeholderText:"Telefonnummer eingeben",deleteButtonAriaLabel:"Löschen"};var holdButton$b={onLabel:"Fortsetzen",offLabel:"Halten",tooltipOnContent:"Anruf fortsetzen",tooltipOffContent:"Anruf halten"};var videoTile$b={participantStateConnecting:"Anrufen...",participantStateRinging:"Anrufen...",participantStateHold:"In der Warteschleife"};var DomainPermissions$b={primaryText:"Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",secondaryText:"So können die Teilnehmer Sie sehen und hören.",linkText:"Weitere Hilfe"};var UnsupportedBrowser$b={primaryText:"Der Browser wird nicht unterstützt.",secondaryText:"Bitte nehmen Sie über einen kompatiblen Browser an diesem Anruf teil.",moreHelpLink:"Weitere Hilfe"};var de_DE$1 = {participantItem:participantItem$b,typingIndicator:typingIndicator$b,sendBox:sendBox$b,messageStatusIndicator:messageStatusIndicator$b,endCallButton:endCallButton$b,cameraButton:cameraButton$b,microphoneButton:microphoneButton$b,devicesButton:devicesButton$b,participantsButton:participantsButton$b,screenShareButton:screenShareButton$b,messageThread:messageThread$b,errorBar:errorBar$b,videoGallery:videoGallery$b,dialpad:dialpad$b,holdButton:holdButton$b,videoTile:videoTile$b,DomainPermissions:DomainPermissions$b,UnsupportedBrowser:UnsupportedBrowser$b};
|
996
996
|
|
997
|
-
var participantItem$a={isMeText:"(tú)",menuTitle:"Más opciones",removeButtonLabel:"Quitar",sharingIconLabel:"Compartiendo",mutedIconLabel:"Silenciado",displayNamePlaceholder:"Participante sin nombre"};var typingIndicator$a={singleUser:"{user} está escribiendo...",multipleUsers:"{users} están escribiendo...",multipleUsersAbbreviateOne:"{users} y 1 usuario más están escribiendo...",multipleUsersAbbreviateMany:"{users} y {numOthers} usuarios más están escribiendo...",delimiter:", "};var sendBox$a={placeholderText:"Escribir un mensaje",textTooLong:"La longitud del mensaje supera el límite máximo.",sendButtonAriaLabel:"Enviar mensaje",fileUploadsPendingError:"Cargando... Espere."};var messageStatusIndicator$a={deliveredAriaLabel:"Mensaje enviado",deliveredTooltipText:"Enviado",seenAriaLabel:"Mensaje visto por otros usuarios",seenTooltipText:"Visto",readByTooltipText:"Leído por {messageThreadReadCount} de {remoteParticipantsCount}",sendingAriaLabel:"Envío de mensajes",sendingTooltipText:"Enviando",failedToSendAriaLabel:"Error al enviar el mensaje",failedToSendTooltipText:"Error al enviar"};var endCallButton$a={label:"Baja",tooltipContent:"Abandonar llamada"};var cameraButton$a={onLabel:"Desactivar",offLabel:"Activar",tooltipDisabledContent:"La cámara está deshabilitada",tooltipOnContent:"Desconectar la cámara",tooltipOffContent:"Activar la cámara",tooltipVideoLoadingContent:"El vídeo se está cargando",cameraMenuTitle:"Cámara",cameraMenuTooltip:"Elegir cámara",cameraButtonSplitRoleDescription:"Botón de expansión",onSplitButtonAriaLabel:"Desactivar la cámara y las opciones de cámara",offSplitButtonAriaLabel:"Activar la cámara y las opciones de cámara",cameraActionTurnedOnAnnouncement:"La cámara se ha activado",cameraActionTurnedOffAnnouncement:"La cámara se ha desactivado"};var microphoneButton$a={onLabel:"Silenciar",offLabel:"Reactivar audio",tooltipDisabledContent:"Micrófono deshabilitado",tooltipOnContent:"Silenciar micrófono",tooltipOffContent:"Reactivar micrófono",microphoneMenuTitle:"Micrófono",microphoneMenuTooltip:"Elegir micrófono",speakerMenuTitle:"Altavoz",speakerMenuTooltip:"Elegir altavoz",microphoneButtonSplitRoleDescription:"Botón de expansión",onSplitButtonAriaLabel:"Silenciar opciones de micrófono y audio",offSplitButtonAriaLabel:"Reactivar el micrófono y las opciones de audio",microphoneActionTurnedOnAnnouncement:"El micrófono se ha activado",microphoneActionTurnedOffAnnouncement:"El micrófono se ha desactivado"};var devicesButton$a={label:"Dispositivos",tooltipContent:"Administrar dispositivos",cameraMenuTitle:"Cámara",cameraMenuTooltip:"Elegir cámara",audioDeviceMenuTitle:"Dispositivo de audio",audioDeviceMenuTooltip:"Elegir dispositivo de audio",microphoneMenuTitle:"Micrófono",microphoneMenuTooltip:"Elegir micrófono",speakerMenuTitle:"Altavoz",speakerMenuTooltip:"Elegir altavoz"};var participantsButton$a={label:"Contactos",tooltipContent:"Mostrar participantes",menuHeader:"En esta llamada",participantsListButtonLabel:"{numParticipants} personas",muteAllButtonLabel:"Silenciar a todos",copyInviteLinkButtonLabel:"Copiar vínculo de invitación"};var screenShareButton$a={onLabel:"Dejar de presentar",offLabel:"Presentar",tooltipDisabledContent:"La presentación está deshabilitada",tooltipOnContent:"Presentando su pantalla",tooltipOffContent:"Presentar la pantalla"};var messageThread$a={yesterday:"Ayer",sunday:"Domingo",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",participantJoined:"se unió al chat.",participantLeft:"abandonó el chat.",editMessage:"Editar",removeMessage:"Eliminar",resendMessage:"Intente enviar de nuevo",failToSendTag:"Error al enviar",editedTag:"Editado",liveAuthorIntro:"{author} dice",editBoxTextLimit:"El mensaje supera el límite de {limitNumber} caracteres",editBoxPlaceholderText:"Editar el mensaje",newMessagesIndicator:"Mensajes nuevos",noDisplayNameSub:"Sin nombre",editBoxCancelButton:"Cancelar",editBoxSubmitButton:"Enviar",messageReadCount:"Leído por {messageReadByCount} de {remoteParticipantsCount}",actionMenuMoreOptions:"Más opciones"};var errorBar$a={unableToReachChatService:"Sin conexión",accessDenied:"No se puede acceder a los servicios de chat. Compruebe las credenciales de usuario proporcionadas.",userNotInChatThread:"Ya no está en este hilo de chat",sendMessageNotInChatThread:"No se pudo enviar el mensaje porque ya no está en este hilo de chat",sendMessageGeneric:"Error al enviar el mensaje",callingNetworkFailure:"Problema al conectar la llamada; parece que no hay conexión",startVideoGeneric:"No se pudo iniciar el vídeo",stopVideoGeneric:"No se pudo detener el vídeo",muteGeneric:"No se pudo silenciar el micrófono",unmuteGeneric:"No se pudo reactivar el micrófono",speakingWhileMuted:"El micrófono está desactivado",startScreenShareGeneric:"No se pudo iniciar la pantalla compartida",stopScreenShareGeneric:"No se pudo detener la pantalla compartida",callNetworkQualityLow:"La calidad de la red es baja.",callNoSpeakerFound:"No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",callNoMicrophoneFound:"No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",callMicrophoneAccessDenied:"No se puede acceder al micrófono. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",callMicrophoneMutedBySystem:"Su sistema ha silenciado su audio.",callMacOsMicrophoneAccessDenied:"No se puede acceder al micrófono. Conceda permiso al micrófono en la configuración de privacidad de macOS.",callLocalVideoFreeze:"El ancho de banda de red es deficiente. Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",callCameraAccessDenied:"No se puede acceder a la cámara. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",callCameraAlreadyInUse:"No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",callMacOsCameraAccessDenied:"MacOS está bloqueando el acceso a la cámara. Actualiza la configuración de privacidad para permitir que este explorador acceda a la cámara.",callMacOsScreenShareAccessDenied:"MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",dismissButtonAriaLabel:"Cerrar",failedToJoinCallGeneric:"No se pudo unir a la llamada.",failedToJoinCallInvalidMeetingLink:"No se puede unir a la reunión. Vínculo no válido."};var videoGallery$a={screenIsBeingSharedMessage:"Está compartiendo su pantalla",screenShareLoadingMessage:"Cargando la pantalla de {participant}",localVideoLabel:"Tú",localVideoCameraSwitcherLabel:"Cambiar de cámara",localVideoMovementLabel:"Mosaico de vídeo local movible",localVideoSelectedDescription:"{cameraName} seleccionada",displayNamePlaceholder:"Participante sin nombre"};var dialpad$a={placeholderText:"
|
997
|
+
var participantItem$a={isMeText:"(tú)",menuTitle:"Más opciones",removeButtonLabel:"Quitar",sharingIconLabel:"Compartiendo",mutedIconLabel:"Silenciado",displayNamePlaceholder:"Participante sin nombre",participantStateConnecting:"Llamando...",participantStateRinging:"Llamando...",participantStateHold:"En espera"};var typingIndicator$a={singleUser:"{user} está escribiendo...",multipleUsers:"{users} están escribiendo...",multipleUsersAbbreviateOne:"{users} y 1 usuario más están escribiendo...",multipleUsersAbbreviateMany:"{users} y {numOthers} usuarios más están escribiendo...",delimiter:", "};var sendBox$a={placeholderText:"Escribir un mensaje",textTooLong:"La longitud del mensaje supera el límite máximo.",sendButtonAriaLabel:"Enviar mensaje",fileUploadsPendingError:"Cargando... Espere.",removeFile:"Quitar archivo",uploading:"Cargando",uploadCompleted:"Carga completada"};var messageStatusIndicator$a={deliveredAriaLabel:"Mensaje enviado",deliveredTooltipText:"Enviado",seenAriaLabel:"Mensaje visto por otros usuarios",seenTooltipText:"Visto",readByTooltipText:"Leído por {messageThreadReadCount} de {remoteParticipantsCount}",sendingAriaLabel:"Envío de mensajes",sendingTooltipText:"Enviando",failedToSendAriaLabel:"Error al enviar el mensaje",failedToSendTooltipText:"Error al enviar"};var endCallButton$a={label:"Baja",tooltipContent:"Abandonar llamada"};var cameraButton$a={onLabel:"Desactivar",offLabel:"Activar",tooltipDisabledContent:"La cámara está deshabilitada",tooltipOnContent:"Desconectar la cámara",tooltipOffContent:"Activar la cámara",tooltipVideoLoadingContent:"El vídeo se está cargando",cameraMenuTitle:"Cámara",cameraMenuTooltip:"Elegir cámara",cameraButtonSplitRoleDescription:"Botón de expansión",onSplitButtonAriaLabel:"Desactivar la cámara y las opciones de cámara",offSplitButtonAriaLabel:"Activar la cámara y las opciones de cámara",cameraActionTurnedOnAnnouncement:"La cámara se ha activado",cameraActionTurnedOffAnnouncement:"La cámara se ha desactivado"};var microphoneButton$a={onLabel:"Silenciar",offLabel:"Reactivar audio",tooltipDisabledContent:"Micrófono deshabilitado",tooltipOnContent:"Silenciar micrófono",tooltipOffContent:"Reactivar micrófono",microphoneMenuTitle:"Micrófono",microphoneMenuTooltip:"Elegir micrófono",speakerMenuTitle:"Altavoz",speakerMenuTooltip:"Elegir altavoz",microphoneButtonSplitRoleDescription:"Botón de expansión",onSplitButtonAriaLabel:"Silenciar opciones de micrófono y audio",offSplitButtonAriaLabel:"Reactivar el micrófono y las opciones de audio",microphoneActionTurnedOnAnnouncement:"El micrófono se ha activado",microphoneActionTurnedOffAnnouncement:"El micrófono se ha desactivado"};var devicesButton$a={label:"Dispositivos",tooltipContent:"Administrar dispositivos",cameraMenuTitle:"Cámara",cameraMenuTooltip:"Elegir cámara",audioDeviceMenuTitle:"Dispositivo de audio",audioDeviceMenuTooltip:"Elegir dispositivo de audio",microphoneMenuTitle:"Micrófono",microphoneMenuTooltip:"Elegir micrófono",speakerMenuTitle:"Altavoz",speakerMenuTooltip:"Elegir altavoz"};var participantsButton$a={label:"Contactos",tooltipContent:"Mostrar participantes",menuHeader:"En esta llamada",participantsListButtonLabel:"{numParticipants} personas",muteAllButtonLabel:"Silenciar a todos",copyInviteLinkButtonLabel:"Copiar vínculo de invitación"};var screenShareButton$a={onLabel:"Dejar de presentar",offLabel:"Presentar",tooltipDisabledContent:"La presentación está deshabilitada",tooltipOnContent:"Presentando su pantalla",tooltipOffContent:"Presentar la pantalla"};var messageThread$a={yesterday:"Ayer",sunday:"Domingo",monday:"Lunes",tuesday:"Martes",wednesday:"Miércoles",thursday:"Jueves",friday:"Viernes",saturday:"Sábado",participantJoined:"se unió al chat.",participantLeft:"abandonó el chat.",editMessage:"Editar",removeMessage:"Eliminar",resendMessage:"Intente enviar de nuevo",failToSendTag:"Error al enviar",editedTag:"Editado",liveAuthorIntro:"{author} dice",messageContentAriaText:"{author} dijo {message}",messageContentMineAriaText:"Has dicho {message}",editBoxTextLimit:"El mensaje supera el límite de {limitNumber} caracteres",editBoxPlaceholderText:"Editar el mensaje",newMessagesIndicator:"Mensajes nuevos",noDisplayNameSub:"Sin nombre",editBoxCancelButton:"Cancelar",editBoxSubmitButton:"Enviar",messageReadCount:"Leído por {messageReadByCount} de {remoteParticipantsCount}",actionMenuMoreOptions:"Más opciones",downloadFile:"Descargar archivo"};var errorBar$a={unableToReachChatService:"Sin conexión",accessDenied:"No se puede acceder a los servicios de chat. Compruebe las credenciales de usuario proporcionadas.",userNotInChatThread:"Ya no está en este hilo de chat",sendMessageNotInChatThread:"No se pudo enviar el mensaje porque ya no está en este hilo de chat",sendMessageGeneric:"Error al enviar el mensaje",callingNetworkFailure:"Problema al conectar la llamada; parece que no hay conexión",startVideoGeneric:"No se pudo iniciar el vídeo",stopVideoGeneric:"No se pudo detener el vídeo",muteGeneric:"No se pudo silenciar el micrófono",unmuteGeneric:"No se pudo reactivar el micrófono",speakingWhileMuted:"El micrófono está desactivado",startScreenShareGeneric:"No se pudo iniciar la pantalla compartida",stopScreenShareGeneric:"No se pudo detener la pantalla compartida",callNetworkQualityLow:"La calidad de la red es baja.",callNoSpeakerFound:"No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",callNoMicrophoneFound:"No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",callMicrophoneAccessDenied:"No se puede acceder al micrófono. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",callMicrophoneMutedBySystem:"Su sistema ha silenciado su audio.",callMicrophoneUnmutedBySystem:"Su micrófono se ha recuperado y el sistema ha activado el audio.",callMacOsMicrophoneAccessDenied:"No se puede acceder al micrófono. Conceda permiso al micrófono en la configuración de privacidad de macOS.",callLocalVideoFreeze:"El ancho de banda de red es deficiente. Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",callCameraAccessDenied:"No se puede acceder a la cámara. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",callCameraAlreadyInUse:"No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",callVideoStoppedBySystem:"El sistema ha detenido el vídeo.",callVideoRecoveredBySystem:"El vídeo se ha reanudado.",callMacOsCameraAccessDenied:"MacOS está bloqueando el acceso a la cámara. Actualiza la configuración de privacidad para permitir que este explorador acceda a la cámara.",callMacOsScreenShareAccessDenied:"MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",dismissButtonAriaLabel:"Cerrar",failedToJoinCallGeneric:"No se pudo unir a la llamada.",failedToJoinCallInvalidMeetingLink:"No se puede unir a la reunión. Vínculo no válido."};var videoGallery$a={screenIsBeingSharedMessage:"Está compartiendo su pantalla",screenShareLoadingMessage:"Cargando la pantalla de {participant}",localVideoLabel:"Tú",localVideoCameraSwitcherLabel:"Cambiar de cámara",localVideoMovementLabel:"Mosaico de vídeo local movible",localVideoSelectedDescription:"{cameraName} seleccionada",displayNamePlaceholder:"Participante sin nombre"};var dialpad$a={placeholderText:"Introduzca el número de teléfono",deleteButtonAriaLabel:"Eliminar"};var holdButton$a={onLabel:"Reanudar",offLabel:"En espera",tooltipOnContent:"Reanudar llamada",tooltipOffContent:"Poner llamada en espera"};var videoTile$a={participantStateConnecting:"Llamando...",participantStateRinging:"Llamando...",participantStateHold:"En espera"};var DomainPermissions$a={primaryText:"Permitir que {appName} usen la cámara y el micrófono",secondaryText:"Esto es para que los participantes puedan verle y oírle.",linkText:"Más ayuda"};var UnsupportedBrowser$a={primaryText:"Explorador no compatible",secondaryText:"Únase a esta llamada con un explorador compatible.",moreHelpLink:"Más ayuda"};var es_ES$1 = {participantItem:participantItem$a,typingIndicator:typingIndicator$a,sendBox:sendBox$a,messageStatusIndicator:messageStatusIndicator$a,endCallButton:endCallButton$a,cameraButton:cameraButton$a,microphoneButton:microphoneButton$a,devicesButton:devicesButton$a,participantsButton:participantsButton$a,screenShareButton:screenShareButton$a,messageThread:messageThread$a,errorBar:errorBar$a,videoGallery:videoGallery$a,dialpad:dialpad$a,holdButton:holdButton$a,videoTile:videoTile$a,DomainPermissions:DomainPermissions$a,UnsupportedBrowser:UnsupportedBrowser$a};
|
998
998
|
|
999
|
-
var participantItem$9={isMeText:"(vous)",menuTitle:"Plus d’options",removeButtonLabel:"Supprimer",sharingIconLabel:"Partage",mutedIconLabel:"Muet activé",displayNamePlaceholder:"Participant non identifié"};var typingIndicator$9={singleUser:"{user} en train d’écrire...",multipleUsers:"{users} sont en train d'écrire...",multipleUsersAbbreviateOne:"{users} et 1 autre en train d'écrire...",multipleUsersAbbreviateMany:"{users} et {numOthers} autres en train d’écrire...",delimiter:", "};var sendBox$9={placeholderText:"Saisir un message",textTooLong:"La longueur de votre message dépasse la limite maximale.",sendButtonAriaLabel:"Envoyer un message",fileUploadsPendingError:"Chargement en cours... Veuillez patienter."};var messageStatusIndicator$9={deliveredAriaLabel:"Message envoyé",deliveredTooltipText:"Envoyé",seenAriaLabel:"Message vu par d’autres personnes",seenTooltipText:"Vu",readByTooltipText:"Lu par {messageThreadReadCount} participants sur {remoteParticipantsCount}",sendingAriaLabel:"Envoi du message",sendingTooltipText:"Envoi",failedToSendAriaLabel:"Échec d'envoi du message",failedToSendTooltipText:"Échec de l'envoi"};var endCallButton$9={label:"Quitter",tooltipContent:"Quitter l
|
999
|
+
var participantItem$9={isMeText:"(vous)",menuTitle:"Plus d’options",removeButtonLabel:"Supprimer",sharingIconLabel:"Partage",mutedIconLabel:"Muet activé",displayNamePlaceholder:"Participant non identifié",participantStateConnecting:"Appel en cours...",participantStateRinging:"Appel en cours...",participantStateHold:"En attente"};var typingIndicator$9={singleUser:"{user} en train d’écrire...",multipleUsers:"{users} sont en train d'écrire...",multipleUsersAbbreviateOne:"{users} et 1 autre en train d'écrire...",multipleUsersAbbreviateMany:"{users} et {numOthers} autres en train d’écrire...",delimiter:", "};var sendBox$9={placeholderText:"Saisir un message",textTooLong:"La longueur de votre message dépasse la limite maximale.",sendButtonAriaLabel:"Envoyer un message",fileUploadsPendingError:"Chargement en cours... Veuillez patienter.",removeFile:"Supprimer un fichier",uploading:"Chargement",uploadCompleted:"Téléchargement terminé"};var messageStatusIndicator$9={deliveredAriaLabel:"Message envoyé",deliveredTooltipText:"Envoyé",seenAriaLabel:"Message vu par d’autres personnes",seenTooltipText:"Vu",readByTooltipText:"Lu par {messageThreadReadCount} participants sur {remoteParticipantsCount}",sendingAriaLabel:"Envoi du message",sendingTooltipText:"Envoi",failedToSendAriaLabel:"Échec d'envoi du message",failedToSendTooltipText:"Échec de l'envoi"};var endCallButton$9={label:"Quitter",tooltipContent:"Quitter l'appel"};var cameraButton$9={onLabel:"Désactiver",offLabel:"Activer",tooltipDisabledContent:"La caméra est désactivée.",tooltipOnContent:"Désactiver la caméra",tooltipOffContent:"Activer la caméra",tooltipVideoLoadingContent:"Chargement de la vidéo",cameraMenuTitle:"Caméra",cameraMenuTooltip:"Choisissez l'appareil photo",cameraButtonSplitRoleDescription:"Bouton partagé",onSplitButtonAriaLabel:"Désactiver les options d’appareil photo et d’appareil photo",offSplitButtonAriaLabel:"Activer les options d’appareil photo et d’appareil photo",cameraActionTurnedOnAnnouncement:"Votre caméra a été activée",cameraActionTurnedOffAnnouncement:"Votre caméra a été désactivée"};var microphoneButton$9={onLabel:"Désactiver le son",offLabel:"Réactiver le son",tooltipDisabledContent:"Le microphone est désactivé.",tooltipOnContent:"Désactiver le micro",tooltipOffContent:"Activer le micro",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choisissez le micro",speakerMenuTitle:"Haut-parleur",speakerMenuTooltip:"Choisissez le haut-parleur",microphoneButtonSplitRoleDescription:"Bouton partagé",onSplitButtonAriaLabel:"Désactiver le micro et les options audio",offSplitButtonAriaLabel:"Activer le son du microphone et des options audio",microphoneActionTurnedOnAnnouncement:"Votre micro a été activé",microphoneActionTurnedOffAnnouncement:"Votre micro a été désactivé"};var devicesButton$9={label:"Appareils",tooltipContent:"Gérer les appareils",cameraMenuTitle:"Appareil photo",cameraMenuTooltip:"Choisissez l'appareil photo",audioDeviceMenuTitle:"Périphérique audio",audioDeviceMenuTooltip:"Choisissez un périphérique audio",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choisissez le micro",speakerMenuTitle:"Haut-parleur",speakerMenuTooltip:"Choisissez le haut-parleur"};var participantsButton$9={label:"Personnes",tooltipContent:"Afficher les participants",menuHeader:"Pendant cet appel",participantsListButtonLabel:"{numParticipants} contacts",muteAllButtonLabel:"Désactiver tous les micros",copyInviteLinkButtonLabel:"Copier le lien d'invitation"};var screenShareButton$9={onLabel:"Arrêter la présentation",offLabel:"Présenter",tooltipDisabledContent:"La présentation est désactivée.",tooltipOnContent:"Présentation de votre écran",tooltipOffContent:"Présenter votre écran"};var messageThread$9={yesterday:"Hier",sunday:"Dimanche",monday:"Lundi",tuesday:"Mardi",wednesday:"Mercredi",thursday:"Jeudi",friday:"Vendredi",saturday:"Samedi",participantJoined:"a rejoint la conversation.",participantLeft:"a quitté le conversation.",editMessage:"Modifier",removeMessage:"Supprimer",resendMessage:"Réessayer l'envoi",failToSendTag:"Échec de l'envoi",editedTag:"Modifié",liveAuthorIntro:"{author} dit",messageContentAriaText:"{author} a dit {message}",messageContentMineAriaText:"Vous avez dit {message}",editBoxTextLimit:"Votre message dépasse la limite de {limitNumber} caractères",editBoxPlaceholderText:"Modifier votre message",newMessagesIndicator:"Nouveaux messages",noDisplayNameSub:"Sans nom",editBoxCancelButton:"Annuler",editBoxSubmitButton:"Envoyer",messageReadCount:"Lu par {messageReadByCount} participants sur {remoteParticipantsCount}",actionMenuMoreOptions:"Plus d’options",downloadFile:"Télécharger un fichier"};var errorBar$9={unableToReachChatService:"Vous êtes hors connexion",accessDenied:"Impossible d’accéder aux services de conversation. Vérifiez les informations d’identification de l’utilisateur fournies",userNotInChatThread:"Vous n’est plus dans ce thread de conversation",sendMessageNotInChatThread:"Échec de l’envoi du message car vous n’êtes plus dans ce thread de conversation",sendMessageGeneric:"Échec de l’envoi du message",callingNetworkFailure:"Perturbation de l’appel de connexion : vous semblez être hors connexion",startVideoGeneric:"Échec du démarrage de la vidéo",stopVideoGeneric:"Échec de l’arrêt de la vidéo",muteGeneric:"Échec de la désactivation du son du microphone",unmuteGeneric:"Échec de l’activation du son du microphone",speakingWhileMuted:"Votre micro est désactivé",startScreenShareGeneric:"Échec du démarrage du partage d’écran",stopScreenShareGeneric:"Échec de l’arrêt du partage d’écran",callNetworkQualityLow:"La qualité de réseau est faible.",callNoSpeakerFound:"Aucun haut-parleur ou casque n’a été trouvé. Connectez un périphérique audio pour entendre l’appel.",callNoMicrophoneFound:"Aucun micro n’a été trouvé. Connectez un périphérique d’entrée audio.",callMicrophoneAccessDenied:"Impossible d’accéder au microphone. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",callMicrophoneMutedBySystem:"Votre micro est désactivé par votre système.",callMicrophoneUnmutedBySystem:"Votre micro a été récupéré et la son a été activé par votre système.",callMacOsMicrophoneAccessDenied:"Impossible d’accéder au microphone. Accordez l’autorisation de microphone dans vos paramètres de confidentialité macOS.",callLocalVideoFreeze:"La bande passante réseau est médiocre. Votre vidéo peut apparaître suspendue pour les autres participants à l’appel.",callCameraAccessDenied:"Impossible d’accéder à la caméra. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",callCameraAlreadyInUse:"Impossible d’accéder à la caméra. Il est peut-être déjà utilisé par une autre application.",callVideoStoppedBySystem:"Votre vidéo a été arrêtée par votre système.",callVideoRecoveredBySystem:"Votre vidéo a repris.",callMacOsCameraAccessDenied:"MacOS bloque l’accès à votre caméra. Mettez à jour vos paramètres de confidentialité pour autoriser ce navigateur à accéder à votre caméra.",callMacOsScreenShareAccessDenied:"MacOS bloque le partage d’écran. Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",dismissButtonAriaLabel:"Fermer",failedToJoinCallGeneric:"Nous n’avons pas pu rejoindre l’appel.",failedToJoinCallInvalidMeetingLink:"Impossible de rejoindre la réunion. Lien non valide."};var videoGallery$9={screenIsBeingSharedMessage:"Vous partagez votre écran.",screenShareLoadingMessage:"Chargement de l’écran de {participant}",localVideoLabel:"Vous",localVideoCameraSwitcherLabel:"Changer de caméra",localVideoMovementLabel:"Vignette de vidéo locale déplaçable",localVideoSelectedDescription:"{cameraName} sélectionnée",displayNamePlaceholder:"Participant non identifié"};var dialpad$9={placeholderText:"Entrer un numéro de téléphone",deleteButtonAriaLabel:"Supprimer"};var holdButton$9={onLabel:"Reprendre",offLabel:"Mettre en attente",tooltipOnContent:"Reprendre l’appel",tooltipOffContent:"Mettre l’appel en attente"};var videoTile$9={participantStateConnecting:"Appel en cours...",participantStateRinging:"Appel en cours...",participantStateHold:"En attente"};var DomainPermissions$9={primaryText:"Autoriser {appName} à utiliser votre caméra et votre microphone",secondaryText:"Cela permet aux participants de vous voir et de vous entendre.",linkText:"Plus d'aide"};var UnsupportedBrowser$9={primaryText:"Navigateur non pris en charge",secondaryText:"Rejoignez cet appel à l’aide d’un navigateur compatible.",moreHelpLink:"Plus d'aide"};var fr_FR$1 = {participantItem:participantItem$9,typingIndicator:typingIndicator$9,sendBox:sendBox$9,messageStatusIndicator:messageStatusIndicator$9,endCallButton:endCallButton$9,cameraButton:cameraButton$9,microphoneButton:microphoneButton$9,devicesButton:devicesButton$9,participantsButton:participantsButton$9,screenShareButton:screenShareButton$9,messageThread:messageThread$9,errorBar:errorBar$9,videoGallery:videoGallery$9,dialpad:dialpad$9,holdButton:holdButton$9,videoTile:videoTile$9,DomainPermissions:DomainPermissions$9,UnsupportedBrowser:UnsupportedBrowser$9};
|
1000
1000
|
|
1001
|
-
var participantItem$8={isMeText:"(tu)",menuTitle:"Altre opzioni",removeButtonLabel:"Rimuovi",sharingIconLabel:"Condivisione",mutedIconLabel:"Disattivato",displayNamePlaceholder:"Partecipante senza nome"};var typingIndicator$8={singleUser:"{user} sta scrivendo ...",multipleUsers:"{users} stanno scrivendo ...",multipleUsersAbbreviateOne:"{users} e 1 altro stanno scrivendo ...",multipleUsersAbbreviateMany:"{users} e {numOthers} altri stanno scrivendo ...",delimiter:", "};var sendBox$8={placeholderText:"Immetti un messaggio",textTooLong:"La lunghezza del messaggio supera il limite massimo.",sendButtonAriaLabel:"Invio messaggio",fileUploadsPendingError:"Caricamento in corso... Attendere."};var messageStatusIndicator$8={deliveredAriaLabel:"Il messaggio è stato inviato",deliveredTooltipText:"Inviato",seenAriaLabel:"Messaggio visualizzato da altri utenti",seenTooltipText:"Visualizzato",readByTooltipText:"Letto da {messageThreadReadCount} di {remoteParticipantsCount}",sendingAriaLabel:"Invio del messaggio",sendingTooltipText:"Invio in corso",failedToSendAriaLabel:"Invio messaggio non riuscito",failedToSendTooltipText:"Invio non riuscito"};var endCallButton$8={label:"Permesso",tooltipContent:"Abbandona chiamata"};var cameraButton$8={onLabel:"Disabilita",offLabel:"Abilita",tooltipDisabledContent:"La videocamera è disabilitata",tooltipOnContent:"Spegni la videocamera",tooltipOffContent:"Accendi la videocamera",tooltipVideoLoadingContent:"Il video è in corso di caricamento",cameraMenuTitle:"Fotocamera",cameraMenuTooltip:"Scegli
|
1001
|
+
var participantItem$8={isMeText:"(tu)",menuTitle:"Altre opzioni",removeButtonLabel:"Rimuovi",sharingIconLabel:"Condivisione",mutedIconLabel:"Disattivato",displayNamePlaceholder:"Partecipante senza nome",participantStateConnecting:"Chiamata in corso...",participantStateRinging:"Chiamata in corso...",participantStateHold:"Per l'attesa"};var typingIndicator$8={singleUser:"{user} sta scrivendo ...",multipleUsers:"{users} stanno scrivendo ...",multipleUsersAbbreviateOne:"{users} e 1 altro stanno scrivendo ...",multipleUsersAbbreviateMany:"{users} e {numOthers} altri stanno scrivendo ...",delimiter:", "};var sendBox$8={placeholderText:"Immetti un messaggio",textTooLong:"La lunghezza del messaggio supera il limite massimo.",sendButtonAriaLabel:"Invio messaggio",fileUploadsPendingError:"Caricamento in corso... Attendere.",removeFile:"Rimuovi file",uploading:"Caricamento in corso",uploadCompleted:"Caricamento completato"};var messageStatusIndicator$8={deliveredAriaLabel:"Il messaggio è stato inviato",deliveredTooltipText:"Inviato",seenAriaLabel:"Messaggio visualizzato da altri utenti",seenTooltipText:"Visualizzato",readByTooltipText:"Letto da {messageThreadReadCount} di {remoteParticipantsCount}",sendingAriaLabel:"Invio del messaggio",sendingTooltipText:"Invio in corso",failedToSendAriaLabel:"Invio messaggio non riuscito",failedToSendTooltipText:"Invio non riuscito"};var endCallButton$8={label:"Permesso",tooltipContent:"Abbandona chiamata"};var cameraButton$8={onLabel:"Disabilita",offLabel:"Abilita",tooltipDisabledContent:"La videocamera è disabilitata",tooltipOnContent:"Spegni la videocamera",tooltipOffContent:"Accendi la videocamera",tooltipVideoLoadingContent:"Il video è in corso di caricamento",cameraMenuTitle:"Fotocamera",cameraMenuTooltip:"Scegli fotocamera",cameraButtonSplitRoleDescription:"Pulsante di menu combinato",onSplitButtonAriaLabel:"Disattiva fotocamera e le opzioni della fotocamera",offSplitButtonAriaLabel:"Attiva fotocamera e le opzioni della fotocamera",cameraActionTurnedOnAnnouncement:"La videocamera è stata attivata",cameraActionTurnedOffAnnouncement:"La videocamera è stata disattivata"};var microphoneButton$8={onLabel:"Disattiva audio",offLabel:"Riattiva audio",tooltipDisabledContent:"Il microfono è disabilitato",tooltipOnContent:"Disattiva microfono",tooltipOffContent:"Riattiva microfono",microphoneMenuTitle:"Microfono",microphoneMenuTooltip:"Scegli microfono",speakerMenuTitle:"Altoparlante",speakerMenuTooltip:"Scegli altoparlante",microphoneButtonSplitRoleDescription:"Pulsante di menu combinato",onSplitButtonAriaLabel:"Disattiva microfono e opzioni audio",offSplitButtonAriaLabel:"Attiva microfono e opzioni audio",microphoneActionTurnedOnAnnouncement:"Il microfono è stato attivato",microphoneActionTurnedOffAnnouncement:"Il microfono è stato disattivato"};var devicesButton$8={label:"Dispositivi",tooltipContent:"Gestisci dispositivi",cameraMenuTitle:"Fotocamera",cameraMenuTooltip:"Scegli fotocamera",audioDeviceMenuTitle:"Dispositivo audio",audioDeviceMenuTooltip:"Scegli dispositivo audio",microphoneMenuTitle:"Microfono",microphoneMenuTooltip:"Scegli microfono",speakerMenuTitle:"Altoparlante",speakerMenuTooltip:"Scegli altoparlante"};var participantsButton$8={label:"Persone",tooltipContent:"Mostra partecipanti",menuHeader:"In questa chiamata",participantsListButtonLabel:"{numParticipants} persone",muteAllButtonLabel:"Disattiva l'audio di tutti",copyInviteLinkButtonLabel:"Copia il collegamento dell’invito"};var screenShareButton$8={onLabel:"Interrompi presentazione",offLabel:"Presentazione",tooltipDisabledContent:"La presentazione è disabilitata.",tooltipOnContent:"Presentazione dello schermo",tooltipOffContent:"Presenta lo schermo"};var messageThread$8={yesterday:"Ieri",sunday:"Domenica",monday:"Lunedì",tuesday:"Martedì",wednesday:"Mercoledì",thursday:"Giovedì",friday:"Venerdì",saturday:"Sabato",participantJoined:"si è unito alla chat.",participantLeft:"ha abbandonato la chat.",editMessage:"Modifica",removeMessage:"Elimina",resendMessage:"Riprova a inviare",failToSendTag:"Invio non riuscito",editedTag:"Modificato",liveAuthorIntro:"{author} dice",messageContentAriaText:"{author} ha detto {message}",messageContentMineAriaText:"Hai detto {message}",editBoxTextLimit:"Il messaggio ha superato il limite di caratteri {limitNumber}",editBoxPlaceholderText:"Modifica il messaggio",newMessagesIndicator:"Nuovi messaggi",noDisplayNameSub:"Nessun nome",editBoxCancelButton:"Annulla",editBoxSubmitButton:"Invia",messageReadCount:"Letto da {messageReadByCount} di {remoteParticipantsCount}",actionMenuMoreOptions:"Altre opzioni",downloadFile:"Scarica file"};var errorBar$8={unableToReachChatService:"Sei offline",accessDenied:"Non è possibile accedere ai servizi di chat. Controllare le credenziali utente specificate",userNotInChatThread:"Non fai più parte di questo thread di chat",sendMessageNotInChatThread:"Non è stato possibile inviare il messaggio perché non sei più in questo thread di chat",sendMessageGeneric:"Impossibile inviare il messaggio",callingNetworkFailure:"Problema di connessione della chiamata: sembra che tu sia offline",startVideoGeneric:"Non è stato possibile avviare il video",stopVideoGeneric:"Non è stato possibile arrestare il video",muteGeneric:"Non è stato possibile disattivare l'audio del microfono",unmuteGeneric:"Non è stato possibile riattivare l'audio del microfono",speakingWhileMuted:"Il microfono è disattivato",startScreenShareGeneric:"Non è stato possibile avviare la condivisione dello schermo",stopScreenShareGeneric:"Non è stato possibile arrestare la condivisione dello schermo",callNetworkQualityLow:"La qualità della rete è bassa.",callNoSpeakerFound:"Non sono stati trovati altoparlanti o cuffie. Connetti un dispositivo audio per ascoltare la chiamata.",callNoMicrophoneFound:"Nessun microfono trovato. Connetti un dispositivo di input audio.",callMicrophoneAccessDenied:"Impossibile accedere al microfono. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",callMicrophoneMutedBySystem:"Il sistema disattiva l'audio.",callMicrophoneUnmutedBySystem:"Il microfono è stato ripristinato e il sistema ha riattivato l'audio.",callMacOsMicrophoneAccessDenied:"Impossibile accedere al microfono. Concedi l'autorizzazione al microfono nelle impostazioni di privacy di macOS.",callLocalVideoFreeze:"Larghezza di banda di rete insufficiente. Il video potrebbe essere sospeso per gli altri partecipanti alla chiamata.",callCameraAccessDenied:"Non è possibile accedere alla fotocamera. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",callCameraAlreadyInUse:"Non è possibile accedere alla fotocamera. Potrebbe essere già in uso da un'altra applicazione.",callVideoStoppedBySystem:"Il video è stato arrestato dal sistema.",callVideoRecoveredBySystem:"Il video è ripreso.",callMacOsCameraAccessDenied:"MacOS sta bloccando l'accesso alla fotocamera. Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",callMacOsScreenShareAccessDenied:"MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",dismissButtonAriaLabel:"Chiudi",failedToJoinCallGeneric:"Non è stato possibile partecipare alla chiamata.",failedToJoinCallInvalidMeetingLink:"Impossibile partecipare alla riunione. Collegamento non valido."};var videoGallery$8={screenIsBeingSharedMessage:"Stai condividendo lo schermo",screenShareLoadingMessage:"Caricamento dello schermo di {participant}",localVideoLabel:"Tu",localVideoCameraSwitcherLabel:"Cambia videocamera",localVideoMovementLabel:"Riquadro video locale mobile",localVideoSelectedDescription:"{cameraName} selezionata",displayNamePlaceholder:"Partecipante senza nome"};var dialpad$8={placeholderText:"Inserisci numero di telefono",deleteButtonAriaLabel:"Elimina"};var holdButton$8={onLabel:"Riprendi",offLabel:"Mantenere",tooltipOnContent:"Riprendi chiamata",tooltipOffContent:"Metti in attesa chiamata"};var videoTile$8={participantStateConnecting:"Chiamata in corso...",participantStateRinging:"Chiamata in corso...",participantStateHold:"Per l'attesa"};var DomainPermissions$8={primaryText:"Consenti a {appName} di usare la fotocamera e il microfono",secondaryText:"In questo modo i partecipanti possono vederti e sentirti.",linkText:"Ulteriore aiuto"};var UnsupportedBrowser$8={primaryText:"Browser non supportato",secondaryText:"Partecipa alla chiamata utilizzando un browser compatibile.",moreHelpLink:"Ulteriore assistenza"};var it_IT$1 = {participantItem:participantItem$8,typingIndicator:typingIndicator$8,sendBox:sendBox$8,messageStatusIndicator:messageStatusIndicator$8,endCallButton:endCallButton$8,cameraButton:cameraButton$8,microphoneButton:microphoneButton$8,devicesButton:devicesButton$8,participantsButton:participantsButton$8,screenShareButton:screenShareButton$8,messageThread:messageThread$8,errorBar:errorBar$8,videoGallery:videoGallery$8,dialpad:dialpad$8,holdButton:holdButton$8,videoTile:videoTile$8,DomainPermissions:DomainPermissions$8,UnsupportedBrowser:UnsupportedBrowser$8};
|
1002
1002
|
|
1003
|
-
var participantItem$7={isMeText:"(自分)",menuTitle:"その他のオプション",removeButtonLabel:"削除",sharingIconLabel:"共有",mutedIconLabel:"ミュート状態",displayNamePlaceholder:"名前のない参加者"};var typingIndicator$7={singleUser:"{user} さんが入力しています...",multipleUsers:"{users} さんが入力しています...",multipleUsersAbbreviateOne:"{users} さんとその他 1 人が入力しています...",multipleUsersAbbreviateMany:"{users} さんと他 {numOthers} 人が入力しています...",delimiter:","};var sendBox$7={placeholderText:"メッセージを入力",textTooLong:"メッセージの長さが上限を超えています。",sendButtonAriaLabel:"メッセージの送信",fileUploadsPendingError:"アップロード中です... お待ちください。"};var messageStatusIndicator$7={deliveredAriaLabel:"メッセージを送信しました",deliveredTooltipText:"送信しました",seenAriaLabel:"他のユーザーが表示したメッセージ",seenTooltipText:"既読",readByTooltipText:"{remoteParticipantsCount} の {messageThreadReadCount} による読み取り",sendingAriaLabel:"メッセージを送信しています",sendingTooltipText:"送信中",failedToSendAriaLabel:"メッセージの送信に失敗しました",failedToSendTooltipText:"送信できませんでした"};var endCallButton$7={label:"退出",tooltipContent:"
|
1003
|
+
var participantItem$7={isMeText:"(自分)",menuTitle:"その他のオプション",removeButtonLabel:"削除",sharingIconLabel:"共有",mutedIconLabel:"ミュート状態",displayNamePlaceholder:"名前のない参加者",participantStateConnecting:"呼び出し中...",participantStateRinging:"呼び出し中...",participantStateHold:"保留中"};var typingIndicator$7={singleUser:"{user} さんが入力しています...",multipleUsers:"{users} さんが入力しています...",multipleUsersAbbreviateOne:"{users} さんとその他 1 人が入力しています...",multipleUsersAbbreviateMany:"{users} さんと他 {numOthers} 人が入力しています...",delimiter:","};var sendBox$7={placeholderText:"メッセージを入力",textTooLong:"メッセージの長さが上限を超えています。",sendButtonAriaLabel:"メッセージの送信",fileUploadsPendingError:"アップロード中です... お待ちください。",removeFile:"ファイルを削除します",uploading:"アップロード中",uploadCompleted:"アップロードが完了しました"};var messageStatusIndicator$7={deliveredAriaLabel:"メッセージを送信しました",deliveredTooltipText:"送信しました",seenAriaLabel:"他のユーザーが表示したメッセージ",seenTooltipText:"既読",readByTooltipText:"{remoteParticipantsCount} の {messageThreadReadCount} による読み取り",sendingAriaLabel:"メッセージを送信しています",sendingTooltipText:"送信中",failedToSendAriaLabel:"メッセージの送信に失敗しました",failedToSendTooltipText:"送信できませんでした"};var endCallButton$7={label:"退出",tooltipContent:"通話を終了"};var cameraButton$7={onLabel:"オフにする",offLabel:"オンにする",tooltipDisabledContent:"カメラが無効になっています",tooltipOnContent:"カメラをオフ",tooltipOffContent:"カメラをオンにする",tooltipVideoLoadingContent:"ビデオの読み込み中です",cameraMenuTitle:"カメラ",cameraMenuTooltip:"カメラを選択する",cameraButtonSplitRoleDescription:"分割ボタン",onSplitButtonAriaLabel:"カメラとカメラ オプションをオフにする",offSplitButtonAriaLabel:"カメラとカメラ オプションをオンにする",cameraActionTurnedOnAnnouncement:"カメラがオンになっています",cameraActionTurnedOffAnnouncement:"カメラがオフになっています"};var microphoneButton$7={onLabel:"ミュート",offLabel:"ミュート解除",tooltipDisabledContent:"マイクが無効になっています",tooltipOnContent:"マイクをミュートにする",tooltipOffContent:"マイクのミュートを解除する",microphoneMenuTitle:"マイク",microphoneMenuTooltip:"マイクを選択する",speakerMenuTitle:"スピーカー",speakerMenuTooltip:"スピーカーを選択する",microphoneButtonSplitRoleDescription:"分割ボタン",onSplitButtonAriaLabel:"マイクとオーディオのオプションをミュートにする",offSplitButtonAriaLabel:"マイクとオーディオのオプションのミュートを解除する",microphoneActionTurnedOnAnnouncement:"マイクがオンになっています",microphoneActionTurnedOffAnnouncement:"マイクがオフになっています"};var devicesButton$7={label:"デバイス",tooltipContent:"デバイスの管理",cameraMenuTitle:"カメラ",cameraMenuTooltip:"カメラを選択する",audioDeviceMenuTitle:"オーディオ デバイス",audioDeviceMenuTooltip:"オーディオ デバイスを選択する",microphoneMenuTitle:"マイク",microphoneMenuTooltip:"マイクを選択する",speakerMenuTitle:"スピーカー",speakerMenuTooltip:"スピーカーを選択する"};var participantsButton$7={label:"ユーザー",tooltipContent:"参加者を表示",menuHeader:"この通話で",participantsListButtonLabel:"{numParticipants} 人",muteAllButtonLabel:"全員をミュート",copyInviteLinkButtonLabel:"招待用のリンクをコピー"};var screenShareButton$7={onLabel:"プレゼンテーションの停止",offLabel:"提示",tooltipDisabledContent:"プレゼンテーションは無効です",tooltipOnContent:"画面の表示",tooltipOffContent:"画面のプレゼンテーション"};var messageThread$7={yesterday:"昨日",sunday:"日曜日",monday:"月曜日",tuesday:"火曜日",wednesday:"水曜日",thursday:"木曜日",friday:"金曜日",saturday:"土曜日",participantJoined:"チャットに参加しました。",participantLeft:"チャットから退出しました。",editMessage:"編集",removeMessage:"削除",resendMessage:"もう一度送信",failToSendTag:"送信できませんでした",editedTag:"編集済み",liveAuthorIntro:"{author} さんの発言",messageContentAriaText:"{author} が {message} と言いました",messageContentMineAriaText:"{message} と言いました",editBoxTextLimit:"メッセージが{limitNumber}文字の制限を超えています",editBoxPlaceholderText:"メッセージを編集する",newMessagesIndicator:"新しいメッセージ",noDisplayNameSub:"名前がありません",editBoxCancelButton:"取り消し",editBoxSubmitButton:"送信",messageReadCount:"{remoteParticipantsCount} の {messageReadByCount} による読み取り",actionMenuMoreOptions:"その他のオプション",downloadFile:"ファイルをダウンロード"};var errorBar$7={unableToReachChatService:"オフラインです",accessDenied:"チャット サービスにアクセスできません- 指定されたユーザー資格情報をご確認ください",userNotInChatThread:"このチャット スレッドにはもう参加していません",sendMessageNotInChatThread:"このチャット スレッドに参加していないため、メッセージを送信できませんでした",sendMessageGeneric:"メッセージを送信できませんでした。",callingNetworkFailure:"通話の接続中に問題が発生しました。オフラインのようです。",startVideoGeneric:"ビデオを開始できませんでした",stopVideoGeneric:"ビデオを停止できませんでした",muteGeneric:"マイクをミュートできませんでした",unmuteGeneric:"マイクのミュートを解除できませんでした",speakingWhileMuted:"マイクがミュートになっています",startScreenShareGeneric:"画面の共有を開始できませんでした",stopScreenShareGeneric:"画面の共有を停止できませんでした",callNetworkQualityLow:"ネットワークの品質が低くなっています。",callNoSpeakerFound:"スピーカーまたはヘッドフォンが見つかりません。音声デバイスを接続して通話を聞きます。",callNoMicrophoneFound:"マイクが見つかりません。オーディオ入力デバイスを接続します。",callMicrophoneAccessDenied:"マイクにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",callMicrophoneMutedBySystem:"システムによってミュートになっています。",callMicrophoneUnmutedBySystem:"マイクが回復し、システムによってミュートが解除されました。",callMacOsMicrophoneAccessDenied:"マイクにアクセスできません。macOS のプライバシー設定でマイクへのアクセス許可を付与します。",callLocalVideoFreeze:"ネットワーク帯域幅が不十分です。通話中に他のユーザーのビデオが一時停止している可能性があります。",callCameraAccessDenied:"カメラにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",callCameraAlreadyInUse:"カメラにアクセスできません。別のアプリケーションによって既に使用されている可能性があります。",callVideoStoppedBySystem:"ビデオはシステムによって停止されました。",callVideoRecoveredBySystem:"ビデオが再開されました。",callMacOsCameraAccessDenied:"MacOS がカメラへのアクセスをブロックしています。プライバシー設定を更新して、このブラウザーがカメラにアクセスできるようにします。",callMacOsScreenShareAccessDenied:"MacOS は画面の共有をブロックしています。プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。",dismissButtonAriaLabel:"閉じる",failedToJoinCallGeneric:"通話に参加できませんでした",failedToJoinCallInvalidMeetingLink:"会議に参加できません。リンクが無効です。"};var videoGallery$7={screenIsBeingSharedMessage:"画面を共有しています",screenShareLoadingMessage:"{participant} の画面を読み込んでいます",localVideoLabel:"自分",localVideoCameraSwitcherLabel:"カメラを切り替え",localVideoMovementLabel:"移動可能なローカル ビデオ タイル",localVideoSelectedDescription:"{cameraName} が選択されました。",displayNamePlaceholder:"名前のない参加者"};var dialpad$7={placeholderText:"電話番号を入力してください",deleteButtonAriaLabel:"削除"};var holdButton$7={onLabel:"再開",offLabel:"保留",tooltipOnContent:"通話の再開",tooltipOffContent:"通話の保留"};var videoTile$7={participantStateConnecting:"呼び出し中...",participantStateRinging:"呼び出し中...",participantStateHold:"保留中"};var DomainPermissions$7={primaryText:"{appName}にカメラとマイクの使用を許可する",secondaryText:"これは、参加者があなたのことを見たり聞いたりできるようにするものです。",linkText:"さらにヘルプを見る"};var UnsupportedBrowser$7={primaryText:"サポートされていないブラウザーです",secondaryText:"互換性のあるブラウザーを使用して、この通話に参加してください。",moreHelpLink:"さらにヘルプを見る"};var ja_JP$1 = {participantItem:participantItem$7,typingIndicator:typingIndicator$7,sendBox:sendBox$7,messageStatusIndicator:messageStatusIndicator$7,endCallButton:endCallButton$7,cameraButton:cameraButton$7,microphoneButton:microphoneButton$7,devicesButton:devicesButton$7,participantsButton:participantsButton$7,screenShareButton:screenShareButton$7,messageThread:messageThread$7,errorBar:errorBar$7,videoGallery:videoGallery$7,dialpad:dialpad$7,holdButton:holdButton$7,videoTile:videoTile$7,DomainPermissions:DomainPermissions$7,UnsupportedBrowser:UnsupportedBrowser$7};
|
1004
1004
|
|
1005
|
-
var participantItem$6={isMeText:"(나)",menuTitle:"추가 옵션",removeButtonLabel:"제거",sharingIconLabel:"공유 중",mutedIconLabel:"음소거됨",displayNamePlaceholder:"명명되지 않은 참가자"};var typingIndicator$6={singleUser:"{user} 님이 입력 중...",multipleUsers:"{users} 님이 입력하는 중...",multipleUsersAbbreviateOne:"{users} 님 외 1명이 입력 중...",multipleUsersAbbreviateMany:"{users} 님 외 {numOthers} 님이 입력하는 중...",delimiter:"닫는 렌즈형 흰색 괄호"};var sendBox$6={placeholderText:"메시지를 입력하세요",textTooLong:"메시지 길이가 최대 제한을 초과했습니다.",sendButtonAriaLabel:"메시지 보내기",fileUploadsPendingError:"업로드 중... 잠시만 기다려 주세요."};var messageStatusIndicator$6={deliveredAriaLabel:"메시지를 보냄",deliveredTooltipText:"보냄",seenAriaLabel:"다른 사용자가 본 메시지",seenTooltipText:"표시됨",readByTooltipText:"{messageThreadReadCount}/{remoteParticipantsCount}명이 읽음",sendingAriaLabel:"메시지를 보내는 중",sendingTooltipText:"보내는 중",failedToSendAriaLabel:"메시지를 보내지 못함",failedToSendTooltipText:"보내기 실패"};var endCallButton$6={label:"휴가",tooltipContent:"
|
1005
|
+
var participantItem$6={isMeText:"(나)",menuTitle:"추가 옵션",removeButtonLabel:"제거",sharingIconLabel:"공유 중",mutedIconLabel:"음소거됨",displayNamePlaceholder:"명명되지 않은 참가자",participantStateConnecting:"전화 거는 중...",participantStateRinging:"전화 거는 중...",participantStateHold:"대기 중"};var typingIndicator$6={singleUser:"{user} 님이 입력 중...",multipleUsers:"{users} 님이 입력하는 중...",multipleUsersAbbreviateOne:"{users} 님 외 1명이 입력 중...",multipleUsersAbbreviateMany:"{users} 님 외 {numOthers} 님이 입력하는 중...",delimiter:"닫는 렌즈형 흰색 괄호"};var sendBox$6={placeholderText:"메시지를 입력하세요",textTooLong:"메시지 길이가 최대 제한을 초과했습니다.",sendButtonAriaLabel:"메시지 보내기",fileUploadsPendingError:"업로드 중... 잠시만 기다려 주세요.",removeFile:"파일 제거",uploading:"업로드 중",uploadCompleted:"업로드 완료"};var messageStatusIndicator$6={deliveredAriaLabel:"메시지를 보냄",deliveredTooltipText:"보냄",seenAriaLabel:"다른 사용자가 본 메시지",seenTooltipText:"표시됨",readByTooltipText:"{messageThreadReadCount}/{remoteParticipantsCount}명이 읽음",sendingAriaLabel:"메시지를 보내는 중",sendingTooltipText:"보내는 중",failedToSendAriaLabel:"메시지를 보내지 못함",failedToSendTooltipText:"보내기 실패"};var endCallButton$6={label:"휴가",tooltipContent:"통화에서 나가기"};var cameraButton$6={onLabel:"끄기",offLabel:"켜기",tooltipDisabledContent:"카메라가 비활성화되었습니다",tooltipOnContent:"카메라 끄기",tooltipOffContent:"카메라 켜기",tooltipVideoLoadingContent:"비디오를 로드하는 중입니다.",cameraMenuTitle:"카메라",cameraMenuTooltip:"카메라 선택",cameraButtonSplitRoleDescription:"분할 단추",onSplitButtonAriaLabel:"카메라 사용 안 함 및 카메라 옵션",offSplitButtonAriaLabel:"카메라 사용 및 카메라 옵션",cameraActionTurnedOnAnnouncement:"카메라가 켜져 있습니다.",cameraActionTurnedOffAnnouncement:"카메라가 꺼져 있습니다."};var microphoneButton$6={onLabel:"음소거",offLabel:"음소거 해제",tooltipDisabledContent:"마이크가 비활성화되었습니다",tooltipOnContent:"마이크 음소거",tooltipOffContent:"마이크 음소거 해제",microphoneMenuTitle:"마이크",microphoneMenuTooltip:"마이크 선택",speakerMenuTitle:"발언자",speakerMenuTooltip:"스피커 선택",microphoneButtonSplitRoleDescription:"분할 단추",onSplitButtonAriaLabel:"마이크 및 오디오 음소거 옵션",offSplitButtonAriaLabel:"마이크 및 오디오 음소거 해제 옵션",microphoneActionTurnedOnAnnouncement:"마이크가 켜져 있습니다.",microphoneActionTurnedOffAnnouncement:"마이크가 꺼져 있습니다."};var devicesButton$6={label:"장치",tooltipContent:"장치 관리",cameraMenuTitle:"카메라",cameraMenuTooltip:"카메라 선택",audioDeviceMenuTitle:"오디오 장치",audioDeviceMenuTooltip:"오디오 장치 선택",microphoneMenuTitle:"마이크",microphoneMenuTooltip:"마이크 선택",speakerMenuTitle:"발언자",speakerMenuTooltip:"스피커 선택"};var participantsButton$6={label:"사용자",tooltipContent:"참가자 표시",menuHeader:"이 통화에서",participantsListButtonLabel:"{numParticipants}명",muteAllButtonLabel:"모두 음소거",copyInviteLinkButtonLabel:"초대 링크 복사"};var screenShareButton$6={onLabel:"프레젠테이션 중지",offLabel:"프레젠테이션",tooltipDisabledContent:"프레젠테이션 사용 안 함",tooltipOnContent:"화면을 프레젠테이션하는 중",tooltipOffContent:"화면 프레젠테이션"};var messageThread$6={yesterday:"어제",sunday:"일요일",monday:"월요일",tuesday:"화요일",wednesday:"수요일",thursday:"목요일",friday:"금요일",saturday:"토요일",participantJoined:"채팅에 참여했습니다.",participantLeft:"이 채팅을 나갔습니다.",editMessage:"편집",removeMessage:"삭제",resendMessage:"전송 다시 시도",failToSendTag:"보내기 실패",editedTag:"편집됨",liveAuthorIntro:"{author} 님이 말합니다.",messageContentAriaText:"{author} 님이 {message}(이)라고 말했습니다.",messageContentMineAriaText:"내가 {message}(이)라고 말했습니다.",editBoxTextLimit:"메시지가 {limitNumber} 문자 제한을 초과했습니다.",editBoxPlaceholderText:"메시지 편집",newMessagesIndicator:"새 메시지",noDisplayNameSub:"이름 없음",editBoxCancelButton:"취소",editBoxSubmitButton:"제출",messageReadCount:"{messageReadByCount}/{remoteParticipantsCount}명이 읽음",actionMenuMoreOptions:"추가 옵션",downloadFile:"파일 다운로드"};var errorBar$6={unableToReachChatService:"오프라인 상태입니다.",accessDenied:"채팅 서비스에 액세스할 수 없습니다. 제공된 사용자 자격 증명을 확인하세요.",userNotInChatThread:"이 채팅 스레드에 더 이상 없습니다.",sendMessageNotInChatThread:"이 채팅 스레드에 더 이상 존재하지 않으므로 메시지를 보내지 못했습니다.",sendMessageGeneric:"메시지를 보내지 못했습니다",callingNetworkFailure:"통화 연결 중 - 오프라인 상태인 것 같습니다.",startVideoGeneric:"비디오를 시작하지 못함",stopVideoGeneric:"비디오를 중지하지 못함",muteGeneric:"마이크를 음소거하지 못함",unmuteGeneric:"마이크 음소거를 해제하지 못함",speakingWhileMuted:"마이크가 음소거됨",startScreenShareGeneric:"화면 공유를 시작하지 못함",stopScreenShareGeneric:"화면 공유를 중지하지 못함",callNetworkQualityLow:"네트워크 품질이 낮습니다.",callNoSpeakerFound:"스피커 또는 헤드폰을 찾을 수 없습니다. 오디오 장치를 연결하여 통화를 들을 수 있습니다.",callNoMicrophoneFound:"마이크를 찾을 수 없습니다. 오디오 입력 장치를 연결합니다.",callMicrophoneAccessDenied:"마이크에 액세스할 수 없습니다. 주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",callMicrophoneMutedBySystem:"시스템에 의해 음소거되었습니다.",callMicrophoneUnmutedBySystem:"마이크가 복구되었으며 시스템에서 음소거를 해제했습니다.",callMacOsMicrophoneAccessDenied:"마이크에 액세스할 수 없습니다. macOS 개인 정보 설정에서 마이크 권한을 부여합니다.",callLocalVideoFreeze:"네트워크 대역폭이 불량합니다. 통화 중에 다른 사람에 대해 비디오가 일시 중지된 것 같습니다.",callCameraAccessDenied:"카메라에 액세스할 수 없습니다. 주소 표시줄에서 잠금을 클릭하여 이 웹 페이지에 권한을 부여합니다.",callCameraAlreadyInUse:"카메라에 액세스할 수 없습니다. 다른 응용 프로그램에서 이미 사용 중일 수 있습니다.",callVideoStoppedBySystem:"시스템에 의해 비디오가 중지되었습니다.",callVideoRecoveredBySystem:"비디오가 다시 시작되었습니다.",callMacOsCameraAccessDenied:"MacOS에서 카메라에 대한 액세스를 차단하고 있습니다. 이 브라우저에서 카메라에 액세스할 수 있도록 개인 정보 설정을 업데이트합니다.",callMacOsScreenShareAccessDenied:"MacOS에서 화면 공유를 차단하고 있습니다. 이 브라우저에서 화면을 녹화할 수 있도록 개인 정보 설정을 업데이트합니다.",dismissButtonAriaLabel:"닫기",failedToJoinCallGeneric:"통화에 참가하지 못했습니다.",failedToJoinCallInvalidMeetingLink:"모임에 참가할 수 없습니다. 잘못된 링크입니다."};var videoGallery$6={screenIsBeingSharedMessage:"화면을 공유 중입니다.",screenShareLoadingMessage:"{participant} 님의 화면 로드 중",localVideoLabel:"나",localVideoCameraSwitcherLabel:"카메라 전환",localVideoMovementLabel:"이동 가능한 로컬 비디오 타일",localVideoSelectedDescription:"{cameraName} 선택함",displayNamePlaceholder:"명명되지 않은 참가자"};var dialpad$6={placeholderText:"전화 번호를 입력하세요.",deleteButtonAriaLabel:"삭제"};var holdButton$6={onLabel:"계속",offLabel:"보류",tooltipOnContent:"통화 계속하기",tooltipOffContent:"통화 대기"};var videoTile$6={participantStateConnecting:"전화 거는 중...",participantStateRinging:"전화 거는 중...",participantStateHold:"대기 중"};var DomainPermissions$6={primaryText:"{appName} 님이 카메라와 마이크를 사용하도록 허용",secondaryText:"참가자가 사용자를 보고 들을 수 있도록 합니다.",linkText:"추가 도움말"};var UnsupportedBrowser$6={primaryText:"지원되지 않는 브라우저",secondaryText:"호환되는 브라우저를 사용하여 이 통화에 참여하세요.",moreHelpLink:"추가 도움말"};var ko_KR$1 = {participantItem:participantItem$6,typingIndicator:typingIndicator$6,sendBox:sendBox$6,messageStatusIndicator:messageStatusIndicator$6,endCallButton:endCallButton$6,cameraButton:cameraButton$6,microphoneButton:microphoneButton$6,devicesButton:devicesButton$6,participantsButton:participantsButton$6,screenShareButton:screenShareButton$6,messageThread:messageThread$6,errorBar:errorBar$6,videoGallery:videoGallery$6,dialpad:dialpad$6,holdButton:holdButton$6,videoTile:videoTile$6,DomainPermissions:DomainPermissions$6,UnsupportedBrowser:UnsupportedBrowser$6};
|
1006
1006
|
|
1007
|
-
var participantItem$5={isMeText:"(jij)",menuTitle:"Meer opties",removeButtonLabel:"Verwijderen",sharingIconLabel:"Delen",mutedIconLabel:"Gedempt",displayNamePlaceholder:"Naamloze deelnemer"};var typingIndicator$5={singleUser:"{user} typt ...",multipleUsers:"{users} typen ...",multipleUsersAbbreviateOne:"{users} en 1 andere persoon typen ...",multipleUsersAbbreviateMany:"{users} en {numOthers} anderen typen ...",delimiter:", "};var sendBox$5={placeholderText:"Een bericht invoeren",textTooLong:"De lengte van uw bericht overschrijdt de maximumlimiet.",sendButtonAriaLabel:"Bericht verzenden",fileUploadsPendingError:"Uploaden.... Een ogenblik geduld."};var messageStatusIndicator$5={deliveredAriaLabel:"Bericht verzonden",deliveredTooltipText:"Verzonden",seenAriaLabel:"Bericht gezien door anderen",seenTooltipText:"Gezien",readByTooltipText:"Gelezen door {messageThreadReadCount} van {remoteParticipantsCount}",sendingAriaLabel:"Bericht verzenden",sendingTooltipText:"Verzenden",failedToSendAriaLabel:"Het bericht is niet verzonden",failedToSendTooltipText:"Kan niet verzenden"};var endCallButton$5={label:"Verlaten",tooltipContent:"Gesprek verlaten"};var cameraButton$5={onLabel:"Uitschakelen",offLabel:"Inschakelen",tooltipDisabledContent:"Camera is uitgeschakeld",tooltipOnContent:"Camera uitschakelen",tooltipOffContent:"Camera inschakelen",tooltipVideoLoadingContent:"Video wordt geladen",cameraMenuTitle:"Camera",cameraMenuTooltip:"Camera kiezen",cameraButtonSplitRoleDescription:"Knop Splitsen",onSplitButtonAriaLabel:"Camera- en cameraopties uitschakelen",offSplitButtonAriaLabel:"Camera- en cameraopties inschakelen",cameraActionTurnedOnAnnouncement:"Uw camera is ingeschakeld",cameraActionTurnedOffAnnouncement:"Uw camera is uitgeschakeld"};var microphoneButton$5={onLabel:"Dempen",offLabel:"Dempen opheffen",tooltipDisabledContent:"Microfoon is uitgeschakeld",tooltipOnContent:"Microfoon uitschakelen",tooltipOffContent:"Microfoon inschakelen",microphoneMenuTitle:"Microfoon",microphoneMenuTooltip:"Microfoon kiezen",speakerMenuTitle:"Luidspreker",speakerMenuTooltip:"Luidspreker kiezen",microphoneButtonSplitRoleDescription:"Knop Splitsen",onSplitButtonAriaLabel:"Microfoon- en audioopties dempen",offSplitButtonAriaLabel:"Microfoon- en audioopties dempen opheffen",microphoneActionTurnedOnAnnouncement:"Uw microfoon is ingeschakeld",microphoneActionTurnedOffAnnouncement:"Uw microfoon is uitgeschakeld"};var devicesButton$5={label:"Apparaten",tooltipContent:"Apparaten beheren",cameraMenuTitle:"Camera",cameraMenuTooltip:"Camera kiezen",audioDeviceMenuTitle:"Audioapparaat",audioDeviceMenuTooltip:"Audioapparaat kiezen",microphoneMenuTitle:"Microfoon",microphoneMenuTooltip:"Microfoon kiezen",speakerMenuTitle:"Spreker",speakerMenuTooltip:"Luidspreker kiezen"};var participantsButton$5={label:"Personen",tooltipContent:"Deelnemers weergeven",menuHeader:"In dit gesprek",participantsListButtonLabel:"{numParticipants} personen",muteAllButtonLabel:"Alles dempen",copyInviteLinkButtonLabel:"Uitnodigingskoppeling kopiëren"};var screenShareButton$5={onLabel:"Presenteren stoppen",offLabel:"Presenteren",tooltipDisabledContent:"Presenteren is uitgeschakeld",tooltipOnContent:"Uw scherm presenteren",tooltipOffContent:"Uw scherm presenteren"};var messageThread$5={yesterday:"Gisteren",sunday:"Zondag",monday:"Maandag",tuesday:"Dinsdag",wednesday:"Woensdag",thursday:"Donderdag",friday:"Vrijdag",saturday:"Zaterdag",participantJoined:"neemt nu deel aan de chat.",participantLeft:"heeft de chat verlaten.",editMessage:"Bewerken",removeMessage:"Verwijderen",resendMessage:"Probeer opnieuw te verzenden",failToSendTag:"Verzenden mislukt",editedTag:"Bewerkt",liveAuthorIntro:"{author} zegt",editBoxTextLimit:"Uw bericht heeft de limiet van {limitNumber} tekens overschreden",editBoxPlaceholderText:"Uw bericht bewerken",newMessagesIndicator:"Nieuwe berichten",noDisplayNameSub:"Geen naam",editBoxCancelButton:"Annuleren",editBoxSubmitButton:"Verzenden",messageReadCount:"Gelezen door {messageReadByCount} van {remoteParticipantsCount}",actionMenuMoreOptions:"Meer opties"};var errorBar$5={unableToReachChatService:"U bent offline",accessDenied:"Kan geen toegang krijgen tot chatservices. Controleer de opgegeven gebruikersreferenties",userNotInChatThread:"U bent niet meer aanwezig in deze chatthread",sendMessageNotInChatThread:"Verzenden van bericht is mislukt omdat u zich niet meer in deze chatthread bevindt",sendMessageGeneric:"Kan bericht niet verzenden",callingNetworkFailure:"Er zijn problemen met het verbinden van een gesprek - Het lijkt erop dat u offline bent",startVideoGeneric:"Kan video niet starten",stopVideoGeneric:"Kan video niet stoppen",muteGeneric:"Kan microfoon niet dempen",unmuteGeneric:"Kan dempen van microfoon niet opheffen",speakingWhileMuted:"De microfoon is gedempt",startScreenShareGeneric:"Kan scherm delen niet starten",stopScreenShareGeneric:"Kan scherm delen niet stoppen",callNetworkQualityLow:"De netwerkkwaliteit is laag.",callNoSpeakerFound:"Geen luidsprekers of hoofdtelefoon gevonden. Sluit een audioapparaat aan om het gesprek te beluisteren.",callNoMicrophoneFound:"Geen microfoons gevonden. Sluit een audio-invoerapparaat aan.",callMicrophoneAccessDenied:"Kan geen toegang krijgen tot de microfoon. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",callMicrophoneMutedBySystem:"U bent gedempt door jouw systeem.",callMacOsMicrophoneAccessDenied:"Kan geen toegang krijgen tot de microfoon. Verleen microfoonmachtiging in de privacyinstellingen voor macOS.",callLocalVideoFreeze:"De netwerkbandbreedte is slecht. Je video wordt mogelijk onderbroken weergegeven voor anderen in het gesprek.",callCameraAccessDenied:"Kan geen toegang krijgen tot de camera. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",callCameraAlreadyInUse:"Kan geen toegang krijgen tot de camera. Het wordt mogelijk al gebruikt door een andere toepassing.",callMacOsCameraAccessDenied:"MacOS blokkeert de toegang tot jouw camera. Werk je privacyinstellingen bij, zodat deze browser toegang heeft tot jouw camera.",callMacOsScreenShareAccessDenied:"MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen.",dismissButtonAriaLabel:"Sluiten",failedToJoinCallGeneric:"Deelnemen aan gesprek mislukt.",failedToJoinCallInvalidMeetingLink:"Kan niet deelnemen aan vergadering. Ongeldige koppeling."};var videoGallery$5={screenIsBeingSharedMessage:"U deelt uw scherm",screenShareLoadingMessage:"Scherm van {participant} laden",localVideoLabel:"U",localVideoCameraSwitcherLabel:"Camera wisselen",localVideoMovementLabel:"Tegel voor verwisselbare lokale video",localVideoSelectedDescription:"{cameraName} geselecteerd",displayNamePlaceholder:"Naamloze deelnemer"};var dialpad$5={placeholderText:"
|
1007
|
+
var participantItem$5={isMeText:"(jij)",menuTitle:"Meer opties",removeButtonLabel:"Verwijderen",sharingIconLabel:"Delen",mutedIconLabel:"Gedempt",displayNamePlaceholder:"Naamloze deelnemer",participantStateConnecting:"Bellen...",participantStateRinging:"Bellen...",participantStateHold:"In de wacht"};var typingIndicator$5={singleUser:"{user} typt ...",multipleUsers:"{users} typen ...",multipleUsersAbbreviateOne:"{users} en 1 andere persoon typen ...",multipleUsersAbbreviateMany:"{users} en {numOthers} anderen typen ...",delimiter:", "};var sendBox$5={placeholderText:"Een bericht invoeren",textTooLong:"De lengte van uw bericht overschrijdt de maximumlimiet.",sendButtonAriaLabel:"Bericht verzenden",fileUploadsPendingError:"Uploaden.... Een ogenblik geduld.",removeFile:"Bestand verwijderen",uploading:"Uploaden",uploadCompleted:"Upload voltooid"};var messageStatusIndicator$5={deliveredAriaLabel:"Bericht verzonden",deliveredTooltipText:"Verzonden",seenAriaLabel:"Bericht gezien door anderen",seenTooltipText:"Gezien",readByTooltipText:"Gelezen door {messageThreadReadCount} van {remoteParticipantsCount}",sendingAriaLabel:"Bericht verzenden",sendingTooltipText:"Verzenden",failedToSendAriaLabel:"Het bericht is niet verzonden",failedToSendTooltipText:"Kan niet verzenden"};var endCallButton$5={label:"Verlaten",tooltipContent:"Gesprek verlaten"};var cameraButton$5={onLabel:"Uitschakelen",offLabel:"Inschakelen",tooltipDisabledContent:"Camera is uitgeschakeld",tooltipOnContent:"Camera uitschakelen",tooltipOffContent:"Camera inschakelen",tooltipVideoLoadingContent:"Video wordt geladen",cameraMenuTitle:"Camera",cameraMenuTooltip:"Camera kiezen",cameraButtonSplitRoleDescription:"Knop Splitsen",onSplitButtonAriaLabel:"Camera- en cameraopties uitschakelen",offSplitButtonAriaLabel:"Camera- en cameraopties inschakelen",cameraActionTurnedOnAnnouncement:"Uw camera is ingeschakeld",cameraActionTurnedOffAnnouncement:"Uw camera is uitgeschakeld"};var microphoneButton$5={onLabel:"Dempen",offLabel:"Dempen opheffen",tooltipDisabledContent:"Microfoon is uitgeschakeld",tooltipOnContent:"Microfoon uitschakelen",tooltipOffContent:"Microfoon inschakelen",microphoneMenuTitle:"Microfoon",microphoneMenuTooltip:"Microfoon kiezen",speakerMenuTitle:"Luidspreker",speakerMenuTooltip:"Luidspreker kiezen",microphoneButtonSplitRoleDescription:"Knop Splitsen",onSplitButtonAriaLabel:"Microfoon- en audioopties dempen",offSplitButtonAriaLabel:"Microfoon- en audioopties dempen opheffen",microphoneActionTurnedOnAnnouncement:"Uw microfoon is ingeschakeld",microphoneActionTurnedOffAnnouncement:"Uw microfoon is uitgeschakeld"};var devicesButton$5={label:"Apparaten",tooltipContent:"Apparaten beheren",cameraMenuTitle:"Camera",cameraMenuTooltip:"Camera kiezen",audioDeviceMenuTitle:"Audioapparaat",audioDeviceMenuTooltip:"Audioapparaat kiezen",microphoneMenuTitle:"Microfoon",microphoneMenuTooltip:"Microfoon kiezen",speakerMenuTitle:"Spreker",speakerMenuTooltip:"Luidspreker kiezen"};var participantsButton$5={label:"Personen",tooltipContent:"Deelnemers weergeven",menuHeader:"In dit gesprek",participantsListButtonLabel:"{numParticipants} personen",muteAllButtonLabel:"Alles dempen",copyInviteLinkButtonLabel:"Uitnodigingskoppeling kopiëren"};var screenShareButton$5={onLabel:"Presenteren stoppen",offLabel:"Presenteren",tooltipDisabledContent:"Presenteren is uitgeschakeld",tooltipOnContent:"Uw scherm presenteren",tooltipOffContent:"Uw scherm presenteren"};var messageThread$5={yesterday:"Gisteren",sunday:"Zondag",monday:"Maandag",tuesday:"Dinsdag",wednesday:"Woensdag",thursday:"Donderdag",friday:"Vrijdag",saturday:"Zaterdag",participantJoined:"neemt nu deel aan de chat.",participantLeft:"heeft de chat verlaten.",editMessage:"Bewerken",removeMessage:"Verwijderen",resendMessage:"Probeer opnieuw te verzenden",failToSendTag:"Verzenden mislukt",editedTag:"Bewerkt",liveAuthorIntro:"{author} zegt",messageContentAriaText:"{author} zei {message}",messageContentMineAriaText:"U zei: {message}",editBoxTextLimit:"Uw bericht heeft de limiet van {limitNumber} tekens overschreden",editBoxPlaceholderText:"Uw bericht bewerken",newMessagesIndicator:"Nieuwe berichten",noDisplayNameSub:"Geen naam",editBoxCancelButton:"Annuleren",editBoxSubmitButton:"Verzenden",messageReadCount:"Gelezen door {messageReadByCount} van {remoteParticipantsCount}",actionMenuMoreOptions:"Meer opties",downloadFile:"Bestand downloaden"};var errorBar$5={unableToReachChatService:"U bent offline",accessDenied:"Kan geen toegang krijgen tot chatservices. Controleer de opgegeven gebruikersreferenties",userNotInChatThread:"U bent niet meer aanwezig in deze chatthread",sendMessageNotInChatThread:"Verzenden van bericht is mislukt omdat u zich niet meer in deze chatthread bevindt",sendMessageGeneric:"Kan bericht niet verzenden",callingNetworkFailure:"Er zijn problemen met het verbinden van een gesprek - Het lijkt erop dat u offline bent",startVideoGeneric:"Kan video niet starten",stopVideoGeneric:"Kan video niet stoppen",muteGeneric:"Kan microfoon niet dempen",unmuteGeneric:"Kan dempen van microfoon niet opheffen",speakingWhileMuted:"De microfoon is gedempt",startScreenShareGeneric:"Kan scherm delen niet starten",stopScreenShareGeneric:"Kan scherm delen niet stoppen",callNetworkQualityLow:"De netwerkkwaliteit is laag.",callNoSpeakerFound:"Geen luidsprekers of hoofdtelefoon gevonden. Sluit een audioapparaat aan om het gesprek te beluisteren.",callNoMicrophoneFound:"Geen microfoons gevonden. Sluit een audio-invoerapparaat aan.",callMicrophoneAccessDenied:"Kan geen toegang krijgen tot de microfoon. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",callMicrophoneMutedBySystem:"U bent gedempt door jouw systeem.",callMicrophoneUnmutedBySystem:"De microfoon is hersteld en het dempen van de microfoon is door het systeem opgeheven.",callMacOsMicrophoneAccessDenied:"Kan geen toegang krijgen tot de microfoon. Verleen microfoonmachtiging in de privacyinstellingen voor macOS.",callLocalVideoFreeze:"De netwerkbandbreedte is slecht. Je video wordt mogelijk onderbroken weergegeven voor anderen in het gesprek.",callCameraAccessDenied:"Kan geen toegang krijgen tot de camera. Klik op de vergrendeling in de adresbalk om toestemming te verlenen aan deze webpagina.",callCameraAlreadyInUse:"Kan geen toegang krijgen tot de camera. Het wordt mogelijk al gebruikt door een andere toepassing.",callVideoStoppedBySystem:"Uw video is gestopt door uw systeem.",callVideoRecoveredBySystem:"Uw video is hervat.",callMacOsCameraAccessDenied:"MacOS blokkeert de toegang tot jouw camera. Werk je privacyinstellingen bij, zodat deze browser toegang heeft tot jouw camera.",callMacOsScreenShareAccessDenied:"MacOS blokkeert scherm delen. Werk je privacyinstellingen bij, zodat deze browser jouw scherm kan opnemen.",dismissButtonAriaLabel:"Sluiten",failedToJoinCallGeneric:"Deelnemen aan gesprek mislukt.",failedToJoinCallInvalidMeetingLink:"Kan niet deelnemen aan vergadering. Ongeldige koppeling."};var videoGallery$5={screenIsBeingSharedMessage:"U deelt uw scherm",screenShareLoadingMessage:"Scherm van {participant} laden",localVideoLabel:"U",localVideoCameraSwitcherLabel:"Camera wisselen",localVideoMovementLabel:"Tegel voor verwisselbare lokale video",localVideoSelectedDescription:"{cameraName} geselecteerd",displayNamePlaceholder:"Naamloze deelnemer"};var dialpad$5={placeholderText:"Telefoonnummer invoeren",deleteButtonAriaLabel:"Verwijderen"};var holdButton$5={onLabel:"Hervatten",offLabel:"Pauze",tooltipOnContent:"Gesprek hervatten",tooltipOffContent:"Gesprek in wachtrij plaatsen"};var videoTile$5={participantStateConnecting:"Bellen...",participantStateRinging:"Bellen...",participantStateHold:"In de wacht"};var DomainPermissions$5={primaryText:"Toestaan dat {appName} uw camera en microfoon gebruikt",secondaryText:"Dit is zodat deelnemers u kunnen zien en horen.",linkText:"Meer hulp"};var UnsupportedBrowser$5={primaryText:"Browser wordt niet ondersteund",secondaryText:"Neem deel aan dit gesprek via een compatibele browser.",moreHelpLink:"Meer hulp"};var nl_NL$1 = {participantItem:participantItem$5,typingIndicator:typingIndicator$5,sendBox:sendBox$5,messageStatusIndicator:messageStatusIndicator$5,endCallButton:endCallButton$5,cameraButton:cameraButton$5,microphoneButton:microphoneButton$5,devicesButton:devicesButton$5,participantsButton:participantsButton$5,screenShareButton:screenShareButton$5,messageThread:messageThread$5,errorBar:errorBar$5,videoGallery:videoGallery$5,dialpad:dialpad$5,holdButton:holdButton$5,videoTile:videoTile$5,DomainPermissions:DomainPermissions$5,UnsupportedBrowser:UnsupportedBrowser$5};
|
1008
1008
|
|
1009
|
-
var participantItem$4={isMeText:"(você)",menuTitle:"Mais opções",removeButtonLabel:"Remover",sharingIconLabel:"Compartilhamento",mutedIconLabel:"Silenciado",displayNamePlaceholder:"Participante Sem Nome"};var typingIndicator$4={singleUser:"{user} está digitando ...",multipleUsers:"{users} estão digitando ...",multipleUsersAbbreviateOne:"{users} e 1 outro estão digitando...",multipleUsersAbbreviateMany:"{users} e {numOthers} outros estão digitando ...",delimiter:", "};var sendBox$4={placeholderText:"Inserir uma mensagem",textTooLong:"O comprimento da mensagem está acima do limite máximo.",sendButtonAriaLabel:"Enviar mensagem",fileUploadsPendingError:"Carregando... Aguarde."};var messageStatusIndicator$4={deliveredAriaLabel:"Mensagem enviada",deliveredTooltipText:"Enviado",seenAriaLabel:"Mensagem vista por outras pessoas",seenTooltipText:"Visto",readByTooltipText:"Lido por {messageThreadReadCount} de {remoteParticipantsCount}",sendingAriaLabel:"Envio de mensagem",sendingTooltipText:"Enviando",failedToSendAriaLabel:"Falha ao enviar mensagem",failedToSendTooltipText:"Falha ao enviar"};var endCallButton$4={label:"Sair",tooltipContent:"Sair da
|
1009
|
+
var participantItem$4={isMeText:"(você)",menuTitle:"Mais opções",removeButtonLabel:"Remover",sharingIconLabel:"Compartilhamento",mutedIconLabel:"Silenciado",displayNamePlaceholder:"Participante Sem Nome",participantStateConnecting:"Chamando...",participantStateRinging:"Chamando...",participantStateHold:"Em espera"};var typingIndicator$4={singleUser:"{user} está digitando ...",multipleUsers:"{users} estão digitando ...",multipleUsersAbbreviateOne:"{users} e 1 outro estão digitando...",multipleUsersAbbreviateMany:"{users} e {numOthers} outros estão digitando ...",delimiter:", "};var sendBox$4={placeholderText:"Inserir uma mensagem",textTooLong:"O comprimento da mensagem está acima do limite máximo.",sendButtonAriaLabel:"Enviar mensagem",fileUploadsPendingError:"Carregando... Aguarde.",removeFile:"Remover arquivo",uploading:"Carregando",uploadCompleted:"Carregamento concluído"};var messageStatusIndicator$4={deliveredAriaLabel:"Mensagem enviada",deliveredTooltipText:"Enviado",seenAriaLabel:"Mensagem vista por outras pessoas",seenTooltipText:"Visto",readByTooltipText:"Lido por {messageThreadReadCount} de {remoteParticipantsCount}",sendingAriaLabel:"Envio de mensagem",sendingTooltipText:"Enviando",failedToSendAriaLabel:"Falha ao enviar mensagem",failedToSendTooltipText:"Falha ao enviar"};var endCallButton$4={label:"Sair",tooltipContent:"Sair da chamada"};var cameraButton$4={onLabel:"Desabilitar",offLabel:"Habilitar",tooltipDisabledContent:"A câmera está desabilitada",tooltipOnContent:"Desabilitar a câmera",tooltipOffContent:"Ligar a câmera",tooltipVideoLoadingContent:"O vídeo está carregando",cameraMenuTitle:"Câmera",cameraMenuTooltip:"Escolher câmera",cameraButtonSplitRoleDescription:"Botão de divisão",onSplitButtonAriaLabel:"Desabilitar a câmera e as opções da câmera",offSplitButtonAriaLabel:"Habilitar a câmera e as opções da câmera",cameraActionTurnedOnAnnouncement:"A câmera foi ligada",cameraActionTurnedOffAnnouncement:"A câmera foi desligada"};var microphoneButton$4={onLabel:"Mudo",offLabel:"Desativar mudo",tooltipDisabledContent:"O microfone está desabilitado",tooltipOnContent:"Ativar mudo do microfone",tooltipOffContent:"Desativar mudo do microfone",microphoneMenuTitle:"Microfone",microphoneMenuTooltip:"Escolher microfone",speakerMenuTitle:"Alto-falante",speakerMenuTooltip:"Escolher alto-falante",microphoneButtonSplitRoleDescription:"Botão de divisão",onSplitButtonAriaLabel:"Ativar mudo das opções de microfone e áudio",offSplitButtonAriaLabel:"Desativar mudo do microfone e opções de áudio",microphoneActionTurnedOnAnnouncement:"O microfone foi ligado",microphoneActionTurnedOffAnnouncement:"O microfone foi desligado"};var devicesButton$4={label:"Dispositivos",tooltipContent:"Gerenciar dispositivos",cameraMenuTitle:"Câmera",cameraMenuTooltip:"Escolher câmera",audioDeviceMenuTitle:"Dispositivo de Áudio",audioDeviceMenuTooltip:"Escolher dispositivo de áudio",microphoneMenuTitle:"Microfone",microphoneMenuTooltip:"Escolher microfone",speakerMenuTitle:"Alto-falante",speakerMenuTooltip:"Escolher alto-falante"};var participantsButton$4={label:"Pessoas",tooltipContent:"Mostrar participantes",menuHeader:"Nesta chamada",participantsListButtonLabel:"{numParticipants} pessoas",muteAllButtonLabel:"Silenciar todos",copyInviteLinkButtonLabel:"Copiar o link de convite"};var screenShareButton$4={onLabel:"Interromper apresentação",offLabel:"Apresentação",tooltipDisabledContent:"A apresentação está desabilitada.",tooltipOnContent:"Apresentando sua tela",tooltipOffContent:"Apresentar sua tela"};var messageThread$4={yesterday:"Ontem",sunday:"Domingo",monday:"Segunda",tuesday:"Terça-feira",wednesday:"Quarta-feira",thursday:"quinta-feira",friday:"Sexta-feira",saturday:"Sábado",participantJoined:"ingressou no chat.",participantLeft:"saiu do chat.",editMessage:"Editar",removeMessage:"Excluir",resendMessage:"Tente enviar novamente",failToSendTag:"Falha ao enviar",editedTag:"Editado",liveAuthorIntro:"{author} disse",messageContentAriaText:"{author} disse {message}",messageContentMineAriaText:"Você disse {message}",editBoxTextLimit:"Sua mensagem está acima do limite de {limitNumber} caracteres",editBoxPlaceholderText:"Edite sua mensagem",newMessagesIndicator:"Novas mensagens",noDisplayNameSub:"Sem nome",editBoxCancelButton:"Cancelar",editBoxSubmitButton:"Enviar",messageReadCount:"Lido por {messageReadByCount} de {remoteParticipantsCount}",actionMenuMoreOptions:"Mais opções",downloadFile:"Baixar arquivo"};var errorBar$4={unableToReachChatService:"Você está offline",accessDenied:"Não é possível acessar os serviços de chat - verifique as credenciais do usuário fornecidas",userNotInChatThread:"Você não está mais neste tópico de chat",sendMessageNotInChatThread:"Falha ao enviar mensagem porque você não está mais neste thread de chat",sendMessageGeneric:"Falha ao enviar mensagem",callingNetworkFailure:"Chamada de conexão desabilitar - parece que você está offline",startVideoGeneric:"Falha ao iniciar o vídeo",stopVideoGeneric:"Falha ao interromper o vídeo",muteGeneric:"Falha ao ativar mudo do microfone",unmuteGeneric:"Falha ao desativar mudo do microfone",speakingWhileMuted:"O microfone está com o mudo ativado",startScreenShareGeneric:"Falha ao iniciar o compartilhamento de tela",stopScreenShareGeneric:"Falha ao interromper o compartilhamento de tela",callNetworkQualityLow:"A qualidade da rede é baixa.",callNoSpeakerFound:"Nenhum alto-falante ou fone de ouvido encontrado. Conecte um dispositivo de áudio para ouvir a chamada.",callNoMicrophoneFound:"Nenhum microfone encontrado. Conecte um dispositivo de entrada de áudio.",callMicrophoneAccessDenied:"Não é possível acessar o microfone. Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",callMicrophoneMutedBySystem:"Você está com as notificações desativada pelo sistema.",callMicrophoneUnmutedBySystem:"Seu microfone se recuperou e você foi desativado pelo sistema.",callMacOsMicrophoneAccessDenied:"Não é possível acessar o microfone. Conceda permissão ao microfone nas configurações de privacidade do macOS.",callLocalVideoFreeze:"A largura de banda da rede é ruim. Seu vídeo pode aparecer em pausa para outras pessoas na chamada.",callCameraAccessDenied:"Não é possível acessar a câmera. Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",callCameraAlreadyInUse:"Não é possível acessar a câmera. Talvez ele já esteja em uso por outro aplicativo.",callVideoStoppedBySystem:"Seu vídeo foi interrompido pelo sistema.",callVideoRecoveredBySystem:"Seu vídeo foi retomado.",callMacOsCameraAccessDenied:"O MacOS está bloqueando o acesso à sua câmera. Atualize suas configurações de privacidade para permitir que este navegador acesse sua câmera.",callMacOsScreenShareAccessDenied:"O MacOS está bloqueando o compartilhamento de tela. Atualize suas configurações de privacidade para permitir que este navegador grave sua tela.",dismissButtonAriaLabel:"Fechar",failedToJoinCallGeneric:"Ocorreu um erro ao ingressar na chamada.",failedToJoinCallInvalidMeetingLink:"Não é possível ingressar na Reunião. Link Inválido."};var videoGallery$4={screenIsBeingSharedMessage:"Você está compartilhando sua tela",screenShareLoadingMessage:"Carregando a tela do {participant}",localVideoLabel:"Você",localVideoCameraSwitcherLabel:"Alternar câmera",localVideoMovementLabel:"Bloco de Vídeo Local Removível",localVideoSelectedDescription:"{cameraName} selecionado",displayNamePlaceholder:"Participante Sem Nome"};var dialpad$4={placeholderText:"Inserir o número do telefone",deleteButtonAriaLabel:"Excluir"};var holdButton$4={onLabel:"Retomar",offLabel:"Retenção",tooltipOnContent:"Retomar chamada",tooltipOffContent:"Manter chamada em espera"};var videoTile$4={participantStateConnecting:"Chamando...",participantStateRinging:"Chamando...",participantStateHold:"Em espera"};var DomainPermissions$4={primaryText:"Permitir {appName} usar a câmera e o microfone",secondaryText:"Isso é para que os participantes possam ver e ouvir você.",linkText:"Mais ajuda"};var UnsupportedBrowser$4={primaryText:"Navegador sem suporte",secondaryText:"Ingresse nesta chamada usando um navegador compatível.",moreHelpLink:"Mais ajuda"};var pt_BR$1 = {participantItem:participantItem$4,typingIndicator:typingIndicator$4,sendBox:sendBox$4,messageStatusIndicator:messageStatusIndicator$4,endCallButton:endCallButton$4,cameraButton:cameraButton$4,microphoneButton:microphoneButton$4,devicesButton:devicesButton$4,participantsButton:participantsButton$4,screenShareButton:screenShareButton$4,messageThread:messageThread$4,errorBar:errorBar$4,videoGallery:videoGallery$4,dialpad:dialpad$4,holdButton:holdButton$4,videoTile:videoTile$4,DomainPermissions:DomainPermissions$4,UnsupportedBrowser:UnsupportedBrowser$4};
|
1010
1010
|
|
1011
|
-
var participantItem$3={isMeText:"(Вы)",menuTitle:"Дополнительные параметры",removeButtonLabel:"Удалить",sharingIconLabel:"Общий доступ",mutedIconLabel:"Микрофон отключен",displayNamePlaceholder:"Участник без имени"};var typingIndicator$3={singleUser:"{user} вводит текст...",multipleUsers:"{users} вводят текст...",multipleUsersAbbreviateOne:"{users} и еще 1 вводят текст...",multipleUsersAbbreviateMany:"{users} и еще {numOthers} вводят текст...",delimiter:"; "};var sendBox$3={placeholderText:"Введите сообщение",textTooLong:"Длина сообщения превышает максимально допустимую.",sendButtonAriaLabel:"Отправить сообщение",fileUploadsPendingError:"Выполняется загрузка. Подождите..."};var messageStatusIndicator$3={deliveredAriaLabel:"Сообщение отправлено",deliveredTooltipText:"Отправлено",seenAriaLabel:"Сообщение просмотрено другими пользователями",seenTooltipText:"Просмотрено",readByTooltipText:"Прочитали: {messageThreadReadCount} из {remoteParticipantsCount}",sendingAriaLabel:"Отправка сообщения",sendingTooltipText:"Отправка",failedToSendAriaLabel:"Не удалось отправить сообщение",failedToSendTooltipText:"Не удалось отправить"};var endCallButton$3={label:"Выйти",tooltipContent:"Покинуть
|
1011
|
+
var participantItem$3={isMeText:"(Вы)",menuTitle:"Дополнительные параметры",removeButtonLabel:"Удалить",sharingIconLabel:"Общий доступ",mutedIconLabel:"Микрофон отключен",displayNamePlaceholder:"Участник без имени",participantStateConnecting:"Выполняется вызов...",participantStateRinging:"Выполняется вызов...",participantStateHold:"На удержании"};var typingIndicator$3={singleUser:"{user} вводит текст...",multipleUsers:"{users} вводят текст...",multipleUsersAbbreviateOne:"{users} и еще 1 вводят текст...",multipleUsersAbbreviateMany:"{users} и еще {numOthers} вводят текст...",delimiter:"; "};var sendBox$3={placeholderText:"Введите сообщение",textTooLong:"Длина сообщения превышает максимально допустимую.",sendButtonAriaLabel:"Отправить сообщение",fileUploadsPendingError:"Выполняется загрузка. Подождите...",removeFile:"Удалить файл",uploading:"Отправка",uploadCompleted:"Отправка завершена"};var messageStatusIndicator$3={deliveredAriaLabel:"Сообщение отправлено",deliveredTooltipText:"Отправлено",seenAriaLabel:"Сообщение просмотрено другими пользователями",seenTooltipText:"Просмотрено",readByTooltipText:"Прочитали: {messageThreadReadCount} из {remoteParticipantsCount}",sendingAriaLabel:"Отправка сообщения",sendingTooltipText:"Отправка",failedToSendAriaLabel:"Не удалось отправить сообщение",failedToSendTooltipText:"Не удалось отправить"};var endCallButton$3={label:"Выйти",tooltipContent:"Покинуть вызов"};var cameraButton$3={onLabel:"Отключить",offLabel:"Включить",tooltipDisabledContent:"Камера отключена",tooltipOnContent:"Выключить камеру",tooltipOffContent:"Включить камеру",tooltipVideoLoadingContent:"Видео загружается",cameraMenuTitle:"Камера",cameraMenuTooltip:"Выбрать камеру",cameraButtonSplitRoleDescription:"Разворачивающаяся кнопка",onSplitButtonAriaLabel:"Отключить камеру и параметры камеры",offSplitButtonAriaLabel:"Включить камеру и параметры камеры",cameraActionTurnedOnAnnouncement:"Камера включена",cameraActionTurnedOffAnnouncement:"Камера отключена"};var microphoneButton$3={onLabel:"Отключить звук",offLabel:"Включить звук",tooltipDisabledContent:"Микрофон отключен",tooltipOnContent:"Отключить микрофон",tooltipOffContent:"Включить микрофон",microphoneMenuTitle:"Микрофон",microphoneMenuTooltip:"Выбрать микрофон",speakerMenuTitle:"Динамик",speakerMenuTooltip:"Выбрать динамик",microphoneButtonSplitRoleDescription:"Разворачивающаяся кнопка",onSplitButtonAriaLabel:"Отключить микрофон и параметры звука",offSplitButtonAriaLabel:"Включить микрофон и параметры звука",microphoneActionTurnedOnAnnouncement:"Ваш микрофон включен",microphoneActionTurnedOffAnnouncement:"Ваш микрофон отключен"};var devicesButton$3={label:"Устройства",tooltipContent:"Управление устройствами",cameraMenuTitle:"Камера",cameraMenuTooltip:"Выбрать камеру",audioDeviceMenuTitle:"Звуковое устройство",audioDeviceMenuTooltip:"Выбрать звуковое устройство",microphoneMenuTitle:"Микрофон",microphoneMenuTooltip:"Выбрать микрофон",speakerMenuTitle:"Динамик",speakerMenuTooltip:"Выбрать динамик"};var participantsButton$3={label:"Люди",tooltipContent:"Показать участников",menuHeader:"В этом звонке",participantsListButtonLabel:"Пользователей: {numParticipants}",muteAllButtonLabel:"Отключить все микрофоны",copyInviteLinkButtonLabel:"Копировать ссылку с приглашением"};var screenShareButton$3={onLabel:"Остановить демонстрацию",offLabel:"Демонстрировать",tooltipDisabledContent:"Демонстрация отключена",tooltipOnContent:"Демонстрация экрана",tooltipOffContent:"Демонстрировать экран"};var messageThread$3={yesterday:"Вчера",sunday:"Воскресенье",monday:"Понедельник",tuesday:"Вторник",wednesday:"Среда",thursday:"Четверг",friday:"Пятница",saturday:"Суббота",participantJoined:"присоединился к чату.",participantLeft:"покинул чат.",editMessage:"Изменить",removeMessage:"Удалить",resendMessage:"Отправьте еще раз",failToSendTag:"Не удалось отправить",editedTag:"Изменено",liveAuthorIntro:"{author} говорит",messageContentAriaText:"{author} говорит {message}",messageContentMineAriaText:"Вы сказали {message}",editBoxTextLimit:"Превышено предельное число символов в {limitNumber} сообщении",editBoxPlaceholderText:"Отредактируйте сообщение",newMessagesIndicator:"Новые сообщения",noDisplayNameSub:"Без имени",editBoxCancelButton:"Отмена",editBoxSubmitButton:"Отправить",messageReadCount:"Прочитали: {messageReadByCount} из {remoteParticipantsCount}",actionMenuMoreOptions:"Дополнительные параметры",downloadFile:"Скачать файл"};var errorBar$3={unableToReachChatService:"Вы не в сети",accessDenied:"Не удалось получить доступ к службам чата. Проверьте предоставленные учетные данные пользователя",userNotInChatThread:"Вы больше не находитесь в цепочке этого чата",sendMessageNotInChatThread:"Не удалось отправить сообщение, так как вы больше не находитесь в цепочке этого чата",sendMessageGeneric:"Не удалось отправить сообщение",callingNetworkFailure:"Тревожное подключение вызова — кажется, вы не в сети",startVideoGeneric:"Не удалось запустить видео",stopVideoGeneric:"Не удалось остановить видео",muteGeneric:"Не удалось отключить микрофон",unmuteGeneric:"Не удалось включить микрофон",speakingWhileMuted:"Микрофон отключен",startScreenShareGeneric:"Не удалось начать демонстрацию экрана",stopScreenShareGeneric:"Не удалось остановить демонстрацию экрана",callNetworkQualityLow:"Качество работы сети: низкое.",callNoSpeakerFound:"Динамики и наушники не найдены. Подключите звуковое устройство, чтобы услышать звонок.",callNoMicrophoneFound:"Микрофоны не найдены. Подключение звукового устройства ввода.",callMicrophoneAccessDenied:"Не удается получить доступ к микрофону. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",callMicrophoneMutedBySystem:"Система отключила ваш микрофон.",callMicrophoneUnmutedBySystem:"Микрофон восстановлен, и система включила ваш звук.",callMacOsMicrophoneAccessDenied:"Не удается получить доступ к микрофону. Предоставьте разрешение на доступ к микрофону в параметрах конфиденциальности macOS.",callLocalVideoFreeze:"Низкая пропускная способность сети. Ваше видео может отображаться как приостановленное для других участников вызова.",callCameraAccessDenied:"Не удается получить доступ к камере. Щелкните блокировку в адресной строке, чтобы предоставить разрешение на эту веб-страницу.",callCameraAlreadyInUse:"Не удается получить доступ к камере. Возможно, оно уже используется другим приложением.",callVideoStoppedBySystem:"Воспроизведение видео остановлено системой.",callVideoRecoveredBySystem:"Воспроизведение видео возобновлено.",callMacOsCameraAccessDenied:"MacOS блокирует доступ к камере. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру доступ к камере.",callMacOsScreenShareAccessDenied:"MacOS блокирует демонстрацию экрана. Обновите параметры конфиденциальности, чтобы разрешить этому браузеру записывать ваш экран.",dismissButtonAriaLabel:"Закрыть",failedToJoinCallGeneric:"Не удалось присоединиться к звонку.",failedToJoinCallInvalidMeetingLink:"Не удалось присоединиться к собранию. Недопустимая ссылка."};var videoGallery$3={screenIsBeingSharedMessage:"Вы демонстрируете свой экран",screenShareLoadingMessage:"Загрузка экрана пользователя {participant}",localVideoLabel:"Вы",localVideoCameraSwitcherLabel:"Переключить камеру",localVideoMovementLabel:"Перемещаемая локальная плитка видео",localVideoSelectedDescription:"Выбрана камера {cameraName}",displayNamePlaceholder:"Участник без имени"};var dialpad$3={placeholderText:"Введите номер телефона",deleteButtonAriaLabel:"Удалить"};var holdButton$3={onLabel:"Возобновить",offLabel:"Удержать",tooltipOnContent:"Возобновить звонок",tooltipOffContent:"Поставить звонок на удержание"};var videoTile$3={participantStateConnecting:"Выполняется вызов...",participantStateRinging:"Выполняется вызов...",participantStateHold:"На удержании"};var DomainPermissions$3={primaryText:"Разрешить {appName} использовать камеру и микрофон",secondaryText:"Это необходимо для того, чтобы участники могли видеть и слышать вас.",linkText:"Дополнительная помощь"};var UnsupportedBrowser$3={primaryText:"Браузер не поддерживается",secondaryText:"Присоединитесь к этому вызову с помощью совместимого браузера.",moreHelpLink:"Дополнительная помощь"};var ru_RU$1 = {participantItem:participantItem$3,typingIndicator:typingIndicator$3,sendBox:sendBox$3,messageStatusIndicator:messageStatusIndicator$3,endCallButton:endCallButton$3,cameraButton:cameraButton$3,microphoneButton:microphoneButton$3,devicesButton:devicesButton$3,participantsButton:participantsButton$3,screenShareButton:screenShareButton$3,messageThread:messageThread$3,errorBar:errorBar$3,videoGallery:videoGallery$3,dialpad:dialpad$3,holdButton:holdButton$3,videoTile:videoTile$3,DomainPermissions:DomainPermissions$3,UnsupportedBrowser:UnsupportedBrowser$3};
|
1012
1012
|
|
1013
|
-
var participantItem$2={isMeText:"(siz)",menuTitle:"Diğer Seçenekler",removeButtonLabel:"Kaldır",sharingIconLabel:"Paylaşım",mutedIconLabel:"Ses kapatıldı",displayNamePlaceholder:"Adsız Katılımcı"};var typingIndicator$2={singleUser:"{user} yazıyor...",multipleUsers:"{users} yazıyor ...",multipleUsersAbbreviateOne:"{users} ve 1 kişi daha yazıyor...",multipleUsersAbbreviateMany:"{users} ve {numOthers} kişi daha yazıyor...",delimiter:", "};var sendBox$2={placeholderText:"Bir mesaj girin",textTooLong:"İletinizin uzunluğu üst sınırı aşıyor.",sendButtonAriaLabel:"İleti gönder",fileUploadsPendingError:"Karşıya yükleniyor... Lütfen bekleyin."};var messageStatusIndicator$2={deliveredAriaLabel:"İleti gönderildi",deliveredTooltipText:"Gönderilen",seenAriaLabel:"İleti başkaları tarafından görüldü",seenTooltipText:"Görüldü",readByTooltipText:"{messageThreadReadCount} / {remoteParticipantsCount} katılımcı tarafından okundu",sendingAriaLabel:"İleti gönderiliyor",sendingTooltipText:"Gönderiliyor",failedToSendAriaLabel:"İleti gönderilemedi",failedToSendTooltipText:"Gönderilemedi"};var endCallButton$2={label:"Ayrıl",tooltipContent:"Aramadan
|
1013
|
+
var participantItem$2={isMeText:"(siz)",menuTitle:"Diğer Seçenekler",removeButtonLabel:"Kaldır",sharingIconLabel:"Paylaşım",mutedIconLabel:"Ses kapatıldı",displayNamePlaceholder:"Adsız Katılımcı",participantStateConnecting:"Aranıyor...",participantStateRinging:"Arıyor...",participantStateHold:"Beklemede"};var typingIndicator$2={singleUser:"{user} yazıyor...",multipleUsers:"{users} yazıyor ...",multipleUsersAbbreviateOne:"{users} ve 1 kişi daha yazıyor...",multipleUsersAbbreviateMany:"{users} ve {numOthers} kişi daha yazıyor...",delimiter:", "};var sendBox$2={placeholderText:"Bir mesaj girin",textTooLong:"İletinizin uzunluğu üst sınırı aşıyor.",sendButtonAriaLabel:"İleti gönder",fileUploadsPendingError:"Karşıya yükleniyor... Lütfen bekleyin.",removeFile:"Dosyayı kaldır",uploading:"Karşıya yükleniyor",uploadCompleted:"Karşıya yükleme tamamlandı"};var messageStatusIndicator$2={deliveredAriaLabel:"İleti gönderildi",deliveredTooltipText:"Gönderilen",seenAriaLabel:"İleti başkaları tarafından görüldü",seenTooltipText:"Görüldü",readByTooltipText:"{messageThreadReadCount} / {remoteParticipantsCount} katılımcı tarafından okundu",sendingAriaLabel:"İleti gönderiliyor",sendingTooltipText:"Gönderiliyor",failedToSendAriaLabel:"İleti gönderilemedi",failedToSendTooltipText:"Gönderilemedi"};var endCallButton$2={label:"Ayrıl",tooltipContent:"Aramadan ayrıl"};var cameraButton$2={onLabel:"Kapat",offLabel:"Aç",tooltipDisabledContent:"Kamera devre dışı",tooltipOnContent:"Kamerayı kapat",tooltipOffContent:"Kamerayı aç",tooltipVideoLoadingContent:"Video yükleniyor",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera seç",cameraButtonSplitRoleDescription:"Bölünmüş düğme",onSplitButtonAriaLabel:"Kamerayı ve kamera seçeneklerini devre dışı bırak",offSplitButtonAriaLabel:"Kamerayı ve kamera seçeneklerini etkinleştir",cameraActionTurnedOnAnnouncement:"Kameranız açıldı",cameraActionTurnedOffAnnouncement:"Kameranız kapatıldı"};var microphoneButton$2={onLabel:"Sesi kapat",offLabel:"Sesi aç",tooltipDisabledContent:"Mikrofon devre dışı",tooltipOnContent:"Mikrofonun sesini kapat",tooltipOffContent:"Mikrofonun sesini aç",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon seç",speakerMenuTitle:"Hoparlör",speakerMenuTooltip:"Hoparlör seç",microphoneButtonSplitRoleDescription:"Bölünmüş düğme",onSplitButtonAriaLabel:"Mikrofonun ve ses seçeneklerinin sesini kapat",offSplitButtonAriaLabel:"Mikrofonun ve ses seçeneklerinin sesini aç",microphoneActionTurnedOnAnnouncement:"Mikrofonunuz açıldı",microphoneActionTurnedOffAnnouncement:"Mikrofonunuz kapatıldı"};var devicesButton$2={label:"Cihazlar",tooltipContent:"Cihazları yönet",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Kamera seç",audioDeviceMenuTitle:"Ses Cihazı",audioDeviceMenuTooltip:"Ses cihazı seç",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Mikrofon seç",speakerMenuTitle:"Hoparlör",speakerMenuTooltip:"Hoparlör seç"};var participantsButton$2={label:"Kişiler",tooltipContent:"Katılımcıları göster",menuHeader:"Bu aramada",participantsListButtonLabel:"{numParticipants} kişiler",muteAllButtonLabel:"Tümünün sesini kapat",copyInviteLinkButtonLabel:"Davet bağlantısını kopyala"};var screenShareButton$2={onLabel:"Sunumu Durdur",offLabel:"Sun",tooltipDisabledContent:"Sunu devre dışı bırakıldı.",tooltipOnContent:"Ekranınızı sunuluyor",tooltipOffContent:"Ekranınızı sunun"};var messageThread$2={yesterday:"Dün",sunday:"Pazar",monday:"Pazartesi",tuesday:"Salı",wednesday:"Çarşamba",thursday:"Perşembe",friday:"Cuma",saturday:"Cumartesi",participantJoined:"sohbete katıldı.",participantLeft:"sohbetten ayrıldı.",editMessage:"Düzenle",removeMessage:"Sil",resendMessage:"Yeniden göndermeyi deneyin",failToSendTag:"Gönderilemedi",editedTag:"Düzenlendi",liveAuthorIntro:"{author} şöyle diyor:",messageContentAriaText:"{author} iletisinde şunu yazdı: {message}",messageContentMineAriaText:"{message}dediniz",editBoxTextLimit:"İletiniz en fazla {limitNumber} aşıyor",editBoxPlaceholderText:"İletinizi düzenleyin",newMessagesIndicator:"Yeni iletiler",noDisplayNameSub:"Ad yok",editBoxCancelButton:"İptal",editBoxSubmitButton:"Gönder",messageReadCount:"{messageReadByCount} / {remoteParticipantsCount} katılımcı tarafından okundu",actionMenuMoreOptions:"Diğer Seçenekler",downloadFile:"Dosyayı indir"};var errorBar$2={unableToReachChatService:"Çevrimdışısınız",accessDenied:"Sohbet hizmetlerine erişilemedi. Lütfen sağlanan kullanıcı kimlik bilgilerini denetleyin",userNotInChatThread:"Artık bu sohbet yazışması içinde değilsiniz",sendMessageNotInChatThread:"Artık bu sohbet yazışması içinde olmadığınız için ileti gönderilemedi",sendMessageGeneric:"İleti gönderilemedi",callingNetworkFailure:"Arama bağlanırken sorun oluştu; çevrimdışı görünüyorsunuz",startVideoGeneric:"Video başlatılamadı",stopVideoGeneric:"Video durdurulamadı",muteGeneric:"Mikrofonun sesi kapatılamadı",unmuteGeneric:"Mikrofonun sesi açılamadı",speakingWhileMuted:"Mikrofonunuzun sesi kapalı",startScreenShareGeneric:"Ekran paylaşımı başlatılamadı",stopScreenShareGeneric:"Ekran paylaşımı durdurulamadı",callNetworkQualityLow:"Ağ kalitesi düşük.",callNoSpeakerFound:"Hoparlör veya kulaklık bulunamadı. Aramayı dinlemek için bir ses aygıtı bağlayın.",callNoMicrophoneFound:"Mikrofon bulunamadı. Ses giriş cihazı bağlan.",callMicrophoneAccessDenied:"Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",callMicrophoneMutedBySystem:"Sisteminiz tarafından sessize alındınız.",callMicrophoneUnmutedBySystem:"Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",callMacOsMicrophoneAccessDenied:"Mikrofona erişilemiyor. macOS gizlilik ayarlarınızda mikrofon izni verin.",callLocalVideoFreeze:"Ağ bant genişliği düşük. Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",callCameraAccessDenied:"Kameraya erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",callCameraAlreadyInUse:"Kameraya erişemiyor. Başka bir uygulama tarafından zaten kullanılıyor olabilir.",callVideoStoppedBySystem:"Videonuz sisteminiz tarafından durduruldu.",callVideoRecoveredBySystem:"Videonuz devam ediyor.",callMacOsCameraAccessDenied:"MacOS kameranıza erişimi engelliyor. Bu tarayıcının kameranıza erişmesine izin vermek için gizlilik ayarlarınızı güncelleştirin.",callMacOsScreenShareAccessDenied:"MacOS ekran paylaşımını engelliyor. Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",dismissButtonAriaLabel:"Kapat",failedToJoinCallGeneric:"Aramaya katılınamadı.",failedToJoinCallInvalidMeetingLink:"Toplantıya katılınamıyor. Geçersiz Bağlantı."};var videoGallery$2={screenIsBeingSharedMessage:"Ekranınızı paylaşıyorsunuz.",screenShareLoadingMessage:"{participant} adlı katılımcının ekranını yükleme",localVideoLabel:"Siz",localVideoCameraSwitcherLabel:"Kamerayı değiştir",localVideoMovementLabel:"Taşınabilir Yerel Video Kutucuğu",localVideoSelectedDescription:"{cameraName} seçildi",displayNamePlaceholder:"Adsız Katılımcı"};var dialpad$2={placeholderText:"Telefon numarası gir",deleteButtonAriaLabel:"Sil"};var holdButton$2={onLabel:"Devam et",offLabel:"Beklet",tooltipOnContent:"Görüşmeye devam etme",tooltipOffContent:"Aramayı bekletme"};var videoTile$2={participantStateConnecting:"Aranıyor...",participantStateRinging:"Aranıyor...",participantStateHold:"Beklemede"};var DomainPermissions$2={primaryText:"{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",secondaryText:"Bu, katılımcıların sizi görebilmesi ve duyabilmesi içindir.",linkText:"Daha fazla yardım"};var UnsupportedBrowser$2={primaryText:"Tarayıcı desteklenmiyor",secondaryText:"Lütfen uyumlu bir tarayıcı kullanarak bu aramaya katılın.",moreHelpLink:"Daha fazla yardım"};var tr_TR$1 = {participantItem:participantItem$2,typingIndicator:typingIndicator$2,sendBox:sendBox$2,messageStatusIndicator:messageStatusIndicator$2,endCallButton:endCallButton$2,cameraButton:cameraButton$2,microphoneButton:microphoneButton$2,devicesButton:devicesButton$2,participantsButton:participantsButton$2,screenShareButton:screenShareButton$2,messageThread:messageThread$2,errorBar:errorBar$2,videoGallery:videoGallery$2,dialpad:dialpad$2,holdButton:holdButton$2,videoTile:videoTile$2,DomainPermissions:DomainPermissions$2,UnsupportedBrowser:UnsupportedBrowser$2};
|
1014
1014
|
|
1015
|
-
var participantItem$1={isMeText:"(我)",menuTitle:"更多选项",removeButtonLabel:"删除",sharingIconLabel:"共享",mutedIconLabel:"已静音",displayNamePlaceholder:"未命名的参与者"};var typingIndicator$1={singleUser:"{user} 正在键入...",multipleUsers:"{users} 正在键入...",multipleUsersAbbreviateOne:"{users} 和另外 1 人正在键入...",multipleUsersAbbreviateMany:"{users} 和其他 {numOthers} 人正在键入...",delimiter:"、 "};var sendBox$1={placeholderText:"输入消息",textTooLong:"你的消息长度超过了最大限制。",sendButtonAriaLabel:"发送消息",fileUploadsPendingError:"正在上载...请稍候。"};var messageStatusIndicator$1={deliveredAriaLabel:"已发送消息",deliveredTooltipText:"已发送",seenAriaLabel:"其他人已查看消息",seenTooltipText:"已查看",readByTooltipText:"{messageThreadReadCount}/{remoteParticipantsCount} 人已读",sendingAriaLabel:"消息发送",sendingTooltipText:"正在发送",failedToSendAriaLabel:"消息发送失败",failedToSendTooltipText:"发送失败"};var endCallButton$1={label:"退出",tooltipContent:"
|
1015
|
+
var participantItem$1={isMeText:"(我)",menuTitle:"更多选项",removeButtonLabel:"删除",sharingIconLabel:"共享",mutedIconLabel:"已静音",displayNamePlaceholder:"未命名的参与者",participantStateConnecting:"正在呼叫...",participantStateRinging:"正在呼叫...",participantStateHold:"待机音乐"};var typingIndicator$1={singleUser:"{user} 正在键入...",multipleUsers:"{users} 正在键入...",multipleUsersAbbreviateOne:"{users} 和另外 1 人正在键入...",multipleUsersAbbreviateMany:"{users} 和其他 {numOthers} 人正在键入...",delimiter:"、 "};var sendBox$1={placeholderText:"输入消息",textTooLong:"你的消息长度超过了最大限制。",sendButtonAriaLabel:"发送消息",fileUploadsPendingError:"正在上载...请稍候。",removeFile:"删除文件",uploading:"正在上传",uploadCompleted:"已完成上传"};var messageStatusIndicator$1={deliveredAriaLabel:"已发送消息",deliveredTooltipText:"已发送",seenAriaLabel:"其他人已查看消息",seenTooltipText:"已查看",readByTooltipText:"{messageThreadReadCount}/{remoteParticipantsCount} 人已读",sendingAriaLabel:"消息发送",sendingTooltipText:"正在发送",failedToSendAriaLabel:"消息发送失败",failedToSendTooltipText:"发送失败"};var endCallButton$1={label:"退出",tooltipContent:"离开通话"};var cameraButton$1={onLabel:"关闭",offLabel:"打开",tooltipDisabledContent:"已禁用照相机",tooltipOnContent:"关闭摄像头",tooltipOffContent:"打开摄像头",tooltipVideoLoadingContent:"正在加载视频",cameraMenuTitle:"相机",cameraMenuTooltip:"选择“相机”",cameraButtonSplitRoleDescription:"拆分按钮",onSplitButtonAriaLabel:"关闭照相机和照相机选项",offSplitButtonAriaLabel:"打开照相机和照相机选项",cameraActionTurnedOnAnnouncement:"你的相机已打开",cameraActionTurnedOffAnnouncement:"你的相机已关闭"};var microphoneButton$1={onLabel:"静音",offLabel:"取消静音",tooltipDisabledContent:"已禁用麦克风",tooltipOnContent:"将麦克风静音",tooltipOffContent:"取消麦克风静音",microphoneMenuTitle:"麦克风",microphoneMenuTooltip:"选择“麦克风”",speakerMenuTitle:"扬声器",speakerMenuTooltip:"选择“扬声器”",microphoneButtonSplitRoleDescription:"拆分按钮",onSplitButtonAriaLabel:"将麦克风和音频选项静音",offSplitButtonAriaLabel:"取消麦克风和音频选项的静音",microphoneActionTurnedOnAnnouncement:"你的麦克风已打开",microphoneActionTurnedOffAnnouncement:"你的麦克风已关闭"};var devicesButton$1={label:"设备",tooltipContent:"管理设备",cameraMenuTitle:"相机",cameraMenuTooltip:"选择“相机”",audioDeviceMenuTitle:"音频设备",audioDeviceMenuTooltip:"选择音频设备",microphoneMenuTitle:"麦克风",microphoneMenuTooltip:"选择“麦克风”",speakerMenuTitle:"免提",speakerMenuTooltip:"选择“扬声器”"};var participantsButton$1={label:"人员",tooltipContent:"显示参与者",menuHeader:"在此通话中",participantsListButtonLabel:"{numParticipants} 人",muteAllButtonLabel:"全部静音",copyInviteLinkButtonLabel:"复制邀请链接"};var screenShareButton$1={onLabel:"停止演示",offLabel:"演示",tooltipDisabledContent:"已禁用演示。",tooltipOnContent:"演示屏幕",tooltipOffContent:"演示您的屏幕"};var messageThread$1={yesterday:"昨天",sunday:"星期日",monday:"星期一",tuesday:"星期二",wednesday:"星期三",thursday:"星期四",friday:"星期五",saturday:"星期六",participantJoined:"已加入聊天。",participantLeft:"已退出聊天。",editMessage:"编辑",removeMessage:"删除",resendMessage:"尝试再次发送",failToSendTag:"发送失败",editedTag:"已编辑",liveAuthorIntro:"{author} 说",messageContentAriaText:"{author} 说了 {message}",messageContentMineAriaText:"你说了 {message}",editBoxTextLimit:"你的消息超过了{limitNumber}个字符的限制",editBoxPlaceholderText:"编辑消息",newMessagesIndicator:"新消息",noDisplayNameSub:"无名称",editBoxCancelButton:"取消",editBoxSubmitButton:"提交",messageReadCount:"{messageReadByCount}/{remoteParticipantsCount} 人已读",actionMenuMoreOptions:"更多选项",downloadFile:"下载文件"};var errorBar$1={unableToReachChatService:"你已脱机",accessDenied:"无法访问聊天服务 - 请检查提供的用户凭据",userNotInChatThread:"你不再处于此聊天会话中",sendMessageNotInChatThread:"无法发送消息,因为你不再在此聊天会话中",sendMessageGeneric:"未能发送消息",callingNetworkFailure:"正在连接呼叫 - 你似乎处于脱机状态",startVideoGeneric:"无法启动视频",stopVideoGeneric:"无法停止视频",muteGeneric:"无法静音麦克风",unmuteGeneric:"无法取消麦克风静音",speakingWhileMuted:"你的麦克风已静音",startScreenShareGeneric:"无法启动屏幕共享",stopScreenShareGeneric:"无法停止屏幕共享",callNetworkQualityLow:"网络质量低。",callNoSpeakerFound:"找不到扬声器或耳机。连接音频设备以收听呼叫。",callNoMicrophoneFound:"找不到麦克风。连接音频输入设备。",callMicrophoneAccessDenied:"无法访问麦克风。单击地址栏中的锁定以授予对此网页的权限。",callMicrophoneMutedBySystem:"系统已将你设为静音。",callMicrophoneUnmutedBySystem:"你的麦克风已恢复,系统已取消静音。",callMacOsMicrophoneAccessDenied:"无法访问麦克风。在 macOS 隐私设置中授予麦克风权限。",callLocalVideoFreeze:"网络带宽较差。你的视频可能会在通话中为其他人暂停。",callCameraAccessDenied:"无法访问照相机。单击地址栏中的锁定以授予对此网页的权限。",callCameraAlreadyInUse:"无法访问照相机。它可能已被其他应用程序使用。",callVideoStoppedBySystem:"你的系统已停止你的视频。",callVideoRecoveredBySystem:"你的视频已恢复。",callMacOsCameraAccessDenied:"MacOS 正在阻止访问你的相机。更新你的隐私设置以允许此浏览器访问你的相机。",callMacOsScreenShareAccessDenied:"MacOS 正在阻止屏幕共享。更新你的隐私设置以允许此浏览器录制你的屏幕。",dismissButtonAriaLabel:"关闭",failedToJoinCallGeneric:"未能加入通话。",failedToJoinCallInvalidMeetingLink:"无法加入会议。无效的链接。"};var videoGallery$1={screenIsBeingSharedMessage:"你正在共享你的屏幕",screenShareLoadingMessage:"正在加载 {participant} 的屏幕",localVideoLabel:"你",localVideoCameraSwitcherLabel:"切换相机",localVideoMovementLabel:"可移动本地视频磁贴",localVideoSelectedDescription:"已选择 {cameraName}",displayNamePlaceholder:"未命名的参与者"};var dialpad$1={placeholderText:"输入电话号码",deleteButtonAriaLabel:"删除"};var holdButton$1={onLabel:"恢复",offLabel:"支持",tooltipOnContent:"继续呼叫",tooltipOffContent:"保持呼叫"};var videoTile$1={participantStateConnecting:"正在呼叫...",participantStateRinging:"正在呼叫...",participantStateHold:"待机音乐"};var DomainPermissions$1={primaryText:"允许{appName}使用你的相机和麦克风",secondaryText:"这样参与者就可以看到并听到你的声音。",linkText:"更多帮助"};var UnsupportedBrowser$1={primaryText:"浏览器不受支持",secondaryText:"请使用兼容的浏览器加入此通话。",moreHelpLink:"更多帮助"};var zh_CN$1 = {participantItem:participantItem$1,typingIndicator:typingIndicator$1,sendBox:sendBox$1,messageStatusIndicator:messageStatusIndicator$1,endCallButton:endCallButton$1,cameraButton:cameraButton$1,microphoneButton:microphoneButton$1,devicesButton:devicesButton$1,participantsButton:participantsButton$1,screenShareButton:screenShareButton$1,messageThread:messageThread$1,errorBar:errorBar$1,videoGallery:videoGallery$1,dialpad:dialpad$1,holdButton:holdButton$1,videoTile:videoTile$1,DomainPermissions:DomainPermissions$1,UnsupportedBrowser:UnsupportedBrowser$1};
|
1016
1016
|
|
1017
|
-
var participantItem={isMeText:"(您)",menuTitle:"更多選項",removeButtonLabel:"移除",sharingIconLabel:"分享",mutedIconLabel:"已靜音",displayNamePlaceholder:"未命名的參與者"};var typingIndicator={singleUser:"{user} 正在輸入...",multipleUsers:"{users} 正在輸入...",multipleUsersAbbreviateOne:"{users} 和其他 1 人正在輸入...",multipleUsersAbbreviateMany:"{users} 和其他 {numOthers} 人正在輸入...",delimiter:", "};var sendBox={placeholderText:"輸入訊息",textTooLong:"您的訊息長度超過上限。",sendButtonAriaLabel:"傳送訊息",fileUploadsPendingError:"正在上傳... 請稍候。"};var messageStatusIndicator={deliveredAriaLabel:"訊息已傳送",deliveredTooltipText:"已傳送",seenAriaLabel:"其他人已看到訊息",seenTooltipText:"已讀",readByTooltipText:"讀取者為 {messageThreadReadCount} / {remoteParticipantsCount}",sendingAriaLabel:"正在傳送訊息",sendingTooltipText:"正在傳送",failedToSendAriaLabel:"無法傳送訊息",failedToSendTooltipText:"無法傳送"};var endCallButton={label:"離開",tooltipContent:"離開通話"};var cameraButton={onLabel:"關閉",offLabel:"開啟",tooltipDisabledContent:"相機已停用",tooltipOnContent:"關閉攝影機",tooltipOffContent:"開啟相機",tooltipVideoLoadingContent:"正在載入影片",cameraMenuTitle:"相機",cameraMenuTooltip:"選擇攝影機",cameraButtonSplitRoleDescription:"[分割] 按鈕",onSplitButtonAriaLabel:"關閉相機和相機選項",offSplitButtonAriaLabel:"開啟相機和相機選項",cameraActionTurnedOnAnnouncement:"您的相機已開啟",cameraActionTurnedOffAnnouncement:"您的相機已關閉"};var microphoneButton={onLabel:"靜音",offLabel:"取消靜音",tooltipDisabledContent:"麥克風已停用",tooltipOnContent:"將麥克風設為靜音",tooltipOffContent:"取消麥克風靜音",microphoneMenuTitle:"麥克風",microphoneMenuTooltip:"選擇麥克風",speakerMenuTitle:"揚聲器",speakerMenuTooltip:"
|
1017
|
+
var participantItem={isMeText:"(您)",menuTitle:"更多選項",removeButtonLabel:"移除",sharingIconLabel:"分享",mutedIconLabel:"已靜音",displayNamePlaceholder:"未命名的參與者",participantStateConnecting:"撥號中...",participantStateRinging:"撥號中...",participantStateHold:"電話保留"};var typingIndicator={singleUser:"{user} 正在輸入...",multipleUsers:"{users} 正在輸入...",multipleUsersAbbreviateOne:"{users} 和其他 1 人正在輸入...",multipleUsersAbbreviateMany:"{users} 和其他 {numOthers} 人正在輸入...",delimiter:", "};var sendBox={placeholderText:"輸入訊息",textTooLong:"您的訊息長度超過上限。",sendButtonAriaLabel:"傳送訊息",fileUploadsPendingError:"正在上傳... 請稍候。",removeFile:"移除檔案",uploading:"正在上傳",uploadCompleted:"上傳完成"};var messageStatusIndicator={deliveredAriaLabel:"訊息已傳送",deliveredTooltipText:"已傳送",seenAriaLabel:"其他人已看到訊息",seenTooltipText:"已讀",readByTooltipText:"讀取者為 {messageThreadReadCount} / {remoteParticipantsCount}",sendingAriaLabel:"正在傳送訊息",sendingTooltipText:"正在傳送",failedToSendAriaLabel:"無法傳送訊息",failedToSendTooltipText:"無法傳送"};var endCallButton={label:"離開",tooltipContent:"離開通話"};var cameraButton={onLabel:"關閉",offLabel:"開啟",tooltipDisabledContent:"相機已停用",tooltipOnContent:"關閉攝影機",tooltipOffContent:"開啟相機",tooltipVideoLoadingContent:"正在載入影片",cameraMenuTitle:"相機",cameraMenuTooltip:"選擇攝影機",cameraButtonSplitRoleDescription:"[分割] 按鈕",onSplitButtonAriaLabel:"關閉相機和相機選項",offSplitButtonAriaLabel:"開啟相機和相機選項",cameraActionTurnedOnAnnouncement:"您的相機已開啟",cameraActionTurnedOffAnnouncement:"您的相機已關閉"};var microphoneButton={onLabel:"靜音",offLabel:"取消靜音",tooltipDisabledContent:"麥克風已停用",tooltipOnContent:"將麥克風設為靜音",tooltipOffContent:"取消麥克風靜音",microphoneMenuTitle:"麥克風",microphoneMenuTooltip:"選擇麥克風",speakerMenuTitle:"揚聲器",speakerMenuTooltip:"選擇喇叭",microphoneButtonSplitRoleDescription:"[分割] 按鈕",onSplitButtonAriaLabel:"將麥克風和音訊選項設為靜音",offSplitButtonAriaLabel:"將麥克風和音訊選項取消靜音",microphoneActionTurnedOnAnnouncement:"您的麥克風已開啟",microphoneActionTurnedOffAnnouncement:"您的麥克風已關閉"};var devicesButton={label:"裝置",tooltipContent:"管理裝置",cameraMenuTitle:"攝影機",cameraMenuTooltip:"選擇攝影機",audioDeviceMenuTitle:"音訊裝置",audioDeviceMenuTooltip:"選擇音訊裝置",microphoneMenuTitle:"麥克風",microphoneMenuTooltip:"選擇麥克風",speakerMenuTitle:"演講者",speakerMenuTooltip:"選擇喇叭"};var participantsButton={label:"人員",tooltipContent:"顯示參與者",menuHeader:"在此通話中",participantsListButtonLabel:"{numParticipants} 人員",muteAllButtonLabel:"將所有人設為靜音",copyInviteLinkButtonLabel:"複製邀請連結"};var screenShareButton={onLabel:"停止簡報",offLabel:"存在",tooltipDisabledContent:"簡報已停用",tooltipOnContent:"展示您的螢幕",tooltipOffContent:"展示您的螢幕"};var messageThread={yesterday:"昨天",sunday:"星期日",monday:"星期一",tuesday:"星期二",wednesday:"星期三",thursday:"星期四",friday:"星期五",saturday:"星期六",participantJoined:"已加入聊天。",participantLeft:"已離開聊天。",editMessage:"編輯",removeMessage:"刪除",resendMessage:"請嘗試再次傳送",failToSendTag:"無法傳送",editedTag:"已編輯",liveAuthorIntro:"{author} 說",messageContentAriaText:"{author} 說 {message}",messageContentMineAriaText:"您說 {message}",editBoxTextLimit:"您的訊息超過 {limitNumber} 個字元的限制",editBoxPlaceholderText:"編輯您的訊息",newMessagesIndicator:"新訊息",noDisplayNameSub:"沒有名稱",editBoxCancelButton:"取消",editBoxSubmitButton:"提交",messageReadCount:"讀取者為 {messageReadByCount} / {remoteParticipantsCount}",actionMenuMoreOptions:"更多選項",downloadFile:"下載檔案"};var errorBar={unableToReachChatService:"您處於離線狀態",accessDenied:"無法存取聊天服務 - 請檢查提供的使用者認證",userNotInChatThread:"您已不在此聊天對話中",sendMessageNotInChatThread:"無法傳送訊息,因為您已不在此聊天對話中",sendMessageGeneric:"無法傳送訊息",callingNetworkFailure:"連線通話發生錯誤 - 您似乎已離線",startVideoGeneric:"無法啟動影片",stopVideoGeneric:"無法停止影片",muteGeneric:"無法將麥克風設為靜音",unmuteGeneric:"無法將麥克風取消靜音",speakingWhileMuted:"您的麥克風已設為靜音",startScreenShareGeneric:"無法開始螢幕畫面分享",stopScreenShareGeneric:"無法停止螢幕畫面分享",callNetworkQualityLow:"您的網路品質不佳。",callNoSpeakerFound:"找不到喇叭或耳機。請連接音訊裝置以聆聽通話。",callNoMicrophoneFound:"找不到麥克風。請連接音訊輸入裝置。",callMicrophoneAccessDenied:"無法存取麥克風。按一下網址列中的鎖定以授與此網頁的許可權。",callMicrophoneMutedBySystem:"系統已將您設為靜音。",callMicrophoneUnmutedBySystem:"您的麥克風已復原,系統已取消您的靜音。",callMacOsMicrophoneAccessDenied:"無法存取麥克風。請在您的 MacOS 隱私權設定中授與麥克風權限。",callLocalVideoFreeze:"網路頻寬不佳。通話中的其他人可能會暫停您的視訊。",callCameraAccessDenied:"無法存取相機。按一下網址列中的鎖定以授與此網頁的許可權。",callCameraAlreadyInUse:"無法存取相機。其他應用程式可能已在使用它。",callVideoStoppedBySystem:"您的影片已遭系統停止。",callVideoRecoveredBySystem:"您的影片已繼續。",callMacOsCameraAccessDenied:"MacOS 已封鎖您的相機存取權限。請更新您的隱私權設定,允許此瀏覽器存取您的相機。",callMacOsScreenShareAccessDenied:"MacOS 正在封鎖螢幕畫面分享。更新您的隱私權設定,以允許此瀏覽器錄製您的螢幕。",dismissButtonAriaLabel:"關閉",failedToJoinCallGeneric:"無法加入通話。",failedToJoinCallInvalidMeetingLink:"無法加入會議。連結無效。"};var videoGallery={screenIsBeingSharedMessage:"您現在正在分享螢幕畫面。",screenShareLoadingMessage:"正在載入 {participant} 的螢幕畫面",localVideoLabel:"您",localVideoCameraSwitcherLabel:"切換相機",localVideoMovementLabel:"可移動的本機影片磚",localVideoSelectedDescription:"已選取 {cameraName}",displayNamePlaceholder:"未命名的參與者"};var dialpad={placeholderText:"輸入電話號碼",deleteButtonAriaLabel:"刪除"};var holdButton={onLabel:"繼續",offLabel:"保留",tooltipOnContent:"繼續通話",tooltipOffContent:"保留通話"};var videoTile={participantStateConnecting:"撥號中...",participantStateRinging:"撥號中...",participantStateHold:"電話保留"};var DomainPermissions={primaryText:"允許 {appName} 使用您的相機和麥克風",secondaryText:"這樣參與者才能看到您並聽到您的聲音。",linkText:"更多說明"};var UnsupportedBrowser={primaryText:"不支援瀏覽器",secondaryText:"請使用相容的瀏覽器加入此通話。",moreHelpLink:"更多協助資訊"};var zh_TW$1 = {participantItem:participantItem,typingIndicator:typingIndicator,sendBox:sendBox,messageStatusIndicator:messageStatusIndicator,endCallButton:endCallButton,cameraButton:cameraButton,microphoneButton:microphoneButton,devicesButton:devicesButton,participantsButton:participantsButton,screenShareButton:screenShareButton,messageThread:messageThread,errorBar:errorBar,videoGallery:videoGallery,dialpad:dialpad,holdButton:holdButton,videoTile:videoTile,DomainPermissions:DomainPermissions,UnsupportedBrowser:UnsupportedBrowser};
|
1018
1018
|
|
1019
1019
|
// Copyright (c) Microsoft Corporation.
|
1020
1020
|
const createComponentStrings = (localizedStrings) => {
|
@@ -1954,38 +1954,6 @@ const MoreHorizontal18Regular = () => (
|
|
1954
1954
|
// MoreHorizontal icons are 16px x 16px or 20px x 20px so scaling to get desired size
|
1955
1955
|
React__default['default'].createElement("div", { className: react.mergeStyles({ transform: 'scale(0.9)' }) },
|
1956
1956
|
React__default['default'].createElement(reactIcons.MoreHorizontal20Regular, null)));
|
1957
|
-
/* @conditional-compile-remove(call-readiness) */
|
1958
|
-
const DomainPermissionMic20Filled = () => {
|
1959
|
-
const theme = useTheme();
|
1960
|
-
return (React__default['default'].createElement(react.Stack, { horizontalAlign: 'center', styles: { root: { borderRadius: '100%', background: theme.palette.themeLighterAlt, padding: '2rem' } } },
|
1961
|
-
React__default['default'].createElement("div", { className: react.mergeStyles(scaledIconStyles(theme)) },
|
1962
|
-
React__default['default'].createElement(reactIcons.MicOn20Filled, null))));
|
1963
|
-
};
|
1964
|
-
/* @conditional-compile-remove(call-readiness) */
|
1965
|
-
const DomainPermissionCamera20Filled = () => {
|
1966
|
-
const theme = useTheme();
|
1967
|
-
return (React__default['default'].createElement(react.Stack, { horizontalAlign: 'center', styles: { root: { borderRadius: '100%', background: theme.palette.themeLighterAlt, padding: '2rem' } } },
|
1968
|
-
React__default['default'].createElement("div", { className: react.mergeStyles(scaledIconStyles(theme)) },
|
1969
|
-
React__default['default'].createElement(reactIcons.Video20Filled, null))));
|
1970
|
-
};
|
1971
|
-
/* @conditional-compile-remove(call-readiness) */
|
1972
|
-
const DomainPermissionSparkle20Filled = () => (React__default['default'].createElement("div", { className: react.mergeStyles({ transform: 'scale(2)' }) },
|
1973
|
-
React__default['default'].createElement(reactIcons.Sparkle20Filled, null)));
|
1974
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
1975
|
-
const UnsupportedBrowserWarning = () => {
|
1976
|
-
const theme = useTheme();
|
1977
|
-
return (React__default['default'].createElement(react.Stack, { horizontalAlign: 'center', styles: {
|
1978
|
-
root: {
|
1979
|
-
width: _pxToRem(84),
|
1980
|
-
borderRadius: '100%',
|
1981
|
-
background: theme.palette.themeLighterAlt,
|
1982
|
-
padding: '2rem',
|
1983
|
-
margin: 'auto'
|
1984
|
-
}
|
1985
|
-
} },
|
1986
|
-
React__default['default'].createElement("div", { className: react.mergeStyles(scaledIconStyles(theme)) },
|
1987
|
-
React__default['default'].createElement(reactIcons.Warning20Filled, null))));
|
1988
|
-
};
|
1989
1957
|
/**
|
1990
1958
|
* The default set of icons that are available to use in the UI components.
|
1991
1959
|
*
|
@@ -2052,27 +2020,7 @@ const DEFAULT_COMPONENT_ICONS = {
|
|
2052
2020
|
SendBoxSendHovered: React__default['default'].createElement(reactIcons.Send20Filled, null),
|
2053
2021
|
VideoTileMicOff: React__default['default'].createElement(reactIcons.MicOff16Filled, null),
|
2054
2022
|
/* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */
|
2055
|
-
BackSpace: React__default['default'].createElement(reactIcons.Backspace20Regular, null)
|
2056
|
-
/* @conditional-compile-remove(call-readiness) */
|
2057
|
-
DomainPermissionsSparkle: React__default['default'].createElement(DomainPermissionSparkle20Filled, null),
|
2058
|
-
/* @conditional-compile-remove(call-readiness) */
|
2059
|
-
DomainPermissionCamera: React__default['default'].createElement(DomainPermissionCamera20Filled, null),
|
2060
|
-
/* @conditional-compile-remove(call-readiness) */
|
2061
|
-
DomainPermissionMic: React__default['default'].createElement(DomainPermissionMic20Filled, null),
|
2062
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
2063
|
-
UnsupportedBrowserWarning: React__default['default'].createElement(UnsupportedBrowserWarning, null)
|
2064
|
-
};
|
2065
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
2066
|
-
const scaledIconStyles = (theme) => {
|
2067
|
-
return {
|
2068
|
-
transform: 'scale(2)',
|
2069
|
-
display: 'flex',
|
2070
|
-
justifyContent: 'center',
|
2071
|
-
alignItems: 'center',
|
2072
|
-
lineHeight: '0.2rem',
|
2073
|
-
color: theme.palette.themePrimary,
|
2074
|
-
zIndex: 1
|
2075
|
-
};
|
2023
|
+
BackSpace: React__default['default'].createElement(reactIcons.Backspace20Regular, null)
|
2076
2024
|
};
|
2077
2025
|
|
2078
2026
|
// Copyright (c) Microsoft Corporation.
|
@@ -3504,7 +3452,7 @@ const chatMessageActionMenuProps = (menuProps) => {
|
|
3504
3452
|
return actionMenuProps;
|
3505
3453
|
};
|
3506
3454
|
|
3507
|
-
var __awaiter$
|
3455
|
+
var __awaiter$u = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3508
3456
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3509
3457
|
return new (P || (P = Promise))(function (resolve, reject) {
|
3510
3458
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -3529,7 +3477,7 @@ const _FileDownloadCards = (props) => {
|
|
3529
3477
|
var _a, _b;
|
3530
3478
|
return (_b = (_a = props.strings) === null || _a === void 0 ? void 0 : _a.downloadFile) !== null && _b !== void 0 ? _b : localeStrings.downloadFile;
|
3531
3479
|
}, [(_a = props.strings) === null || _a === void 0 ? void 0 : _a.downloadFile, localeStrings.downloadFile]);
|
3532
|
-
const fileDownloadHandler = React.useCallback((userId, file) => __awaiter$
|
3480
|
+
const fileDownloadHandler = React.useCallback((userId, file) => __awaiter$u(void 0, void 0, void 0, function* () {
|
3533
3481
|
if (!props.downloadHandler) {
|
3534
3482
|
window.open(file.url, '_blank', 'noopener,noreferrer');
|
3535
3483
|
}
|
@@ -3677,7 +3625,7 @@ const ChatMessageComponentAsMessageBubble = React__default['default'].memo(Messa
|
|
3677
3625
|
|
3678
3626
|
// Copyright (c) Microsoft Corporation.
|
3679
3627
|
// Licensed under the MIT license.
|
3680
|
-
var __awaiter$
|
3628
|
+
var __awaiter$t = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3681
3629
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3682
3630
|
return new (P || (P = Promise))(function (resolve, reject) {
|
3683
3631
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -3711,7 +3659,7 @@ const ChatMessageComponent = (props) => {
|
|
3711
3659
|
return React__default['default'].createElement(React__default['default'].Fragment, null);
|
3712
3660
|
}
|
3713
3661
|
else if (isEditing) {
|
3714
|
-
return (React__default['default'].createElement(ChatMessageComponentAsEditBox, { message: message, inlineEditButtons: props.inlineAcceptRejectEditButtons, strings: props.strings, onSubmit: (text, metadata, options) => __awaiter$
|
3662
|
+
return (React__default['default'].createElement(ChatMessageComponentAsEditBox, { message: message, inlineEditButtons: props.inlineAcceptRejectEditButtons, strings: props.strings, onSubmit: (text, metadata, options) => __awaiter$t(void 0, void 0, void 0, function* () {
|
3715
3663
|
props.onUpdateMessage &&
|
3716
3664
|
props.message.messageId &&
|
3717
3665
|
(yield props.onUpdateMessage(props.message.messageId, text, metadata, options));
|
@@ -3810,7 +3758,7 @@ const getParticipantsWhoHaveReadMessage = (message, readReceiptsBySenderId) => {
|
|
3810
3758
|
|
3811
3759
|
// Copyright (c) Microsoft Corporation.
|
3812
3760
|
// Licensed under the MIT license.
|
3813
|
-
var __awaiter$
|
3761
|
+
var __awaiter$s = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3814
3762
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
3815
3763
|
return new (P || (P = Promise))(function (resolve, reject) {
|
3816
3764
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -4037,7 +3985,7 @@ const MessageThread = (props) => {
|
|
4037
3985
|
setChatMessagesInitialized(chatMessagesInitialized);
|
4038
3986
|
};
|
4039
3987
|
// we try to only send those message status if user is scrolled to the bottom.
|
4040
|
-
const sendMessageStatusIfAtBottom = React.useCallback(() => __awaiter$
|
3988
|
+
const sendMessageStatusIfAtBottom = React.useCallback(() => __awaiter$s(void 0, void 0, void 0, function* () {
|
4041
3989
|
if (!isAtBottomOfScrollRef.current ||
|
4042
3990
|
!document.hasFocus() ||
|
4043
3991
|
!messagesRef.current ||
|
@@ -4088,7 +4036,7 @@ const MessageThread = (props) => {
|
|
4088
4036
|
setIsAtBottomOfScrollRef(atBottom);
|
4089
4037
|
}, [scrollToBottom, sendMessageStatusIfAtBottom]);
|
4090
4038
|
// Infinite scrolling + threadInitialize function
|
4091
|
-
const fetchNewMessageWhenAtTop = React.useCallback(() => __awaiter$
|
4039
|
+
const fetchNewMessageWhenAtTop = React.useCallback(() => __awaiter$s(void 0, void 0, void 0, function* () {
|
4092
4040
|
if (chatScrollDivRef.current && !isLoadingChatMessagesRef.current) {
|
4093
4041
|
if (onLoadPreviousChatMessages) {
|
4094
4042
|
isLoadingChatMessagesRef.current = true;
|
@@ -4484,7 +4432,7 @@ const iconContainerStyle$1 = {
|
|
4484
4432
|
/**
|
4485
4433
|
* @private
|
4486
4434
|
*/
|
4487
|
-
const iconStyles$
|
4435
|
+
const iconStyles$3 = react.mergeStyles({
|
4488
4436
|
display: 'flex',
|
4489
4437
|
lineHeight: 0,
|
4490
4438
|
alignItems: 'center'
|
@@ -4531,7 +4479,7 @@ const ParticipantItem = (props) => {
|
|
4531
4479
|
const contextualMenuStyle = React.useMemo(() => react.mergeStyles({ background: theme.palette.neutralLighterAlt }, styles === null || styles === void 0 ? void 0 : styles.menu), [theme.palette.neutralLighterAlt, styles === null || styles === void 0 ? void 0 : styles.menu]);
|
4532
4480
|
const infoContainerStyle = React.useMemo(() => react.mergeStyles(iconContainerStyle$1, { color: theme.palette.neutralTertiary }, styles === null || styles === void 0 ? void 0 : styles.iconContainer), [theme.palette.neutralTertiary, styles === null || styles === void 0 ? void 0 : styles.iconContainer]);
|
4533
4481
|
const menuButton = React.useMemo(() => (React__default['default'].createElement(react.Stack, { horizontal: true, horizontalAlign: "end", className: react.mergeStyles(menuButtonContainerStyle), title: strings.menuTitle, "data-ui-id": ids.participantItemMenuButton },
|
4534
|
-
React__default['default'].createElement(react.Icon, { iconName: itemHovered || itemFocused || !menuHidden ? 'ParticipantItemOptionsHovered' : 'ParticipantItemOptions', className: iconStyles$
|
4482
|
+
React__default['default'].createElement(react.Icon, { iconName: itemHovered || itemFocused || !menuHidden ? 'ParticipantItemOptionsHovered' : 'ParticipantItemOptions', className: iconStyles$3 }))), [strings.menuTitle, ids.participantItemMenuButton, itemHovered, itemFocused, menuHidden]);
|
4535
4483
|
const onDismissMenu = () => {
|
4536
4484
|
setItemHovered(false);
|
4537
4485
|
setItemFocused(false);
|
@@ -4665,7 +4613,7 @@ const participantListItemStyle = {
|
|
4665
4613
|
/**
|
4666
4614
|
* @private
|
4667
4615
|
*/
|
4668
|
-
const iconStyles$
|
4616
|
+
const iconStyles$2 = react.mergeStyles({
|
4669
4617
|
display: 'flex',
|
4670
4618
|
lineHeight: 0,
|
4671
4619
|
alignItems: 'center'
|
@@ -4686,8 +4634,8 @@ const onRenderParticipantDefault = (participant, strings, myUserId, onRenderAvat
|
|
4686
4634
|
const menuItems = createParticipantMenuItems && createParticipantMenuItems(participant);
|
4687
4635
|
const onRenderIcon = (callingParticipant === null || callingParticipant === void 0 ? void 0 : callingParticipant.isScreenSharing) || (callingParticipant === null || callingParticipant === void 0 ? void 0 : callingParticipant.isMuted)
|
4688
4636
|
? () => (React__default['default'].createElement(react.Stack, { horizontal: true, tokens: { childrenGap: '0.5rem' } },
|
4689
|
-
callingParticipant.isScreenSharing && (React__default['default'].createElement(react.Icon, { iconName: "ParticipantItemScreenShareStart", className: iconStyles$
|
4690
|
-
callingParticipant.isMuted && (React__default['default'].createElement(react.Icon, { iconName: "ParticipantItemMicOff", className: iconStyles$
|
4637
|
+
callingParticipant.isScreenSharing && (React__default['default'].createElement(react.Icon, { iconName: "ParticipantItemScreenShareStart", className: iconStyles$2, ariaLabel: strings.sharingIconLabel })),
|
4638
|
+
callingParticipant.isMuted && (React__default['default'].createElement(react.Icon, { iconName: "ParticipantItemMicOff", className: iconStyles$2, ariaLabel: strings.mutedIconLabel }))))
|
4691
4639
|
: () => null;
|
4692
4640
|
const displayName = !participant.displayName ? strings.displayNamePlaceholder : participant.displayName;
|
4693
4641
|
return (React__default['default'].createElement(ParticipantItem, { styles: styles, key: participant.userId, userId: participant.userId, displayName: displayName, me: myUserId ? participant.userId === myUserId : false, menuItems: menuItems, presence: presence, onRenderIcon: onRenderIcon, onRenderAvatar: onRenderAvatar, onClick: () => onParticipantClick === null || onParticipantClick === void 0 ? void 0 : onParticipantClick(participant), showParticipantOverflowTooltip: showParticipantOverflowTooltip,
|
@@ -5138,6 +5086,7 @@ const _RemoteVideoTile = React__default['default'].memo((props) => {
|
|
5138
5086
|
]);
|
5139
5087
|
// Handle creating, destroying and updating the video stream as necessary
|
5140
5088
|
useRemoteVideoStreamLifecycleMaintainer(remoteVideoStreamProps);
|
5089
|
+
const showLoadingIndicator = isAvailable && isReceiving === false && props.participantState !== 'Disconnected';
|
5141
5090
|
const renderVideoStreamElement = React.useMemo(() => {
|
5142
5091
|
// Checking if renderElement is well defined or not as calling SDK has a number of video streams limitation which
|
5143
5092
|
// implies that, after their threshold, all streams have no child (blank video)
|
@@ -5145,8 +5094,8 @@ const _RemoteVideoTile = React__default['default'].memo((props) => {
|
|
5145
5094
|
// Returning `undefined` results in the placeholder with avatar being shown
|
5146
5095
|
return undefined;
|
5147
5096
|
}
|
5148
|
-
return (React__default['default'].createElement(StreamMedia, { videoStreamElement: renderElement, loadingState:
|
5149
|
-
}, [renderElement,
|
5097
|
+
return (React__default['default'].createElement(StreamMedia, { videoStreamElement: renderElement, loadingState: showLoadingIndicator ? 'loading' : 'none' }));
|
5098
|
+
}, [renderElement, showLoadingIndicator]);
|
5150
5099
|
return (React__default['default'].createElement(VideoTile, { key: userId, userId: userId, renderElement: renderVideoStreamElement, displayName: displayName, onRenderPlaceholder: onRenderAvatar, isMuted: isMuted, isSpeaking: isSpeaking, showMuteIndicator: showMuteIndicator, personaMinSize: props.personaMinSize, showLabel: props.showLabel,
|
5151
5100
|
/* @conditional-compile-remove(one-to-n-calling) */
|
5152
5101
|
/* @conditional-compile-remove(PSTN-calls) */
|
@@ -6877,7 +6826,7 @@ const DevicesButton = (props) => {
|
|
6877
6826
|
|
6878
6827
|
// Copyright (c) Microsoft Corporation.
|
6879
6828
|
// Licensed under the MIT license.
|
6880
|
-
var __awaiter$
|
6829
|
+
var __awaiter$r = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
6881
6830
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
6882
6831
|
return new (P || (P = Promise))(function (resolve, reject) {
|
6883
6832
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -6915,7 +6864,7 @@ const CameraButton = (props) => {
|
|
6915
6864
|
const toggleAnnouncerString = React.useCallback((isCameraOn) => {
|
6916
6865
|
setAnnouncerString(!isCameraOn ? strings.cameraActionTurnedOffAnnouncement : strings.cameraActionTurnedOnAnnouncement);
|
6917
6866
|
}, [strings.cameraActionTurnedOffAnnouncement, strings.cameraActionTurnedOnAnnouncement]);
|
6918
|
-
const onToggleClick = React.useCallback(() => __awaiter$
|
6867
|
+
const onToggleClick = React.useCallback(() => __awaiter$r(void 0, void 0, void 0, function* () {
|
6919
6868
|
// Throttle click on camera, need to await onToggleCamera then allow another click
|
6920
6869
|
if (onToggleCamera) {
|
6921
6870
|
setWaitForCamera(true);
|
@@ -7047,7 +6996,7 @@ const lightThemeCallButtonStyles = {
|
|
7047
6996
|
|
7048
6997
|
// Copyright (c) Microsoft Corporation.
|
7049
6998
|
// Licensed under the MIT license.
|
7050
|
-
var __awaiter$
|
6999
|
+
var __awaiter$q = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
7051
7000
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
7052
7001
|
return new (P || (P = Promise))(function (resolve, reject) {
|
7053
7002
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -7088,7 +7037,7 @@ const MicrophoneButton = (props) => {
|
|
7088
7037
|
const toggleAnnouncerString = React.useCallback((isMicOn) => {
|
7089
7038
|
setAnnouncerString(!isMicOn ? strings.microphoneActionTurnedOffAnnouncement : strings.microphoneActionTurnedOnAnnouncement);
|
7090
7039
|
}, [strings.microphoneActionTurnedOffAnnouncement, strings.microphoneActionTurnedOnAnnouncement]);
|
7091
|
-
const onToggleClick = React.useCallback(() => __awaiter$
|
7040
|
+
const onToggleClick = React.useCallback(() => __awaiter$q(void 0, void 0, void 0, function* () {
|
7092
7041
|
if (onToggleMicrophone) {
|
7093
7042
|
try {
|
7094
7043
|
yield onToggleMicrophone();
|
@@ -7107,107 +7056,6 @@ const MicrophoneButton = (props) => {
|
|
7107
7056
|
: undefined), menuIconProps: ((_l = props.menuIconProps) !== null && _l !== void 0 ? _l : !props.enableDeviceSelectionMenu) ? { hidden: true } : undefined, split: (_m = props.split) !== null && _m !== void 0 ? _m : props.enableDeviceSelectionMenu, "aria-roledescription": props.enableDeviceSelectionMenu ? strings.microphoneButtonSplitRoleDescription : undefined, splitButtonAriaLabel: props.enableDeviceSelectionMenu ? splitButtonAriaString : undefined, disabled: disabled, primaryDisabled: primaryDisabled }))));
|
7108
7057
|
};
|
7109
7058
|
|
7110
|
-
// Copyright (c) Microsoft Corporation.
|
7111
|
-
/**
|
7112
|
-
* @internal
|
7113
|
-
*/
|
7114
|
-
const iconContainerStyles = {
|
7115
|
-
root: {
|
7116
|
-
margin: 'auto',
|
7117
|
-
position: 'relative'
|
7118
|
-
}
|
7119
|
-
};
|
7120
|
-
/**
|
7121
|
-
* @internal
|
7122
|
-
*/
|
7123
|
-
const textContainerStyles = {
|
7124
|
-
root: {
|
7125
|
-
margin: 'auto',
|
7126
|
-
textAlign: 'center'
|
7127
|
-
}
|
7128
|
-
};
|
7129
|
-
/**
|
7130
|
-
* @internal
|
7131
|
-
*/
|
7132
|
-
const iconPrimaryStyles = {
|
7133
|
-
root: {
|
7134
|
-
zIndex: 1,
|
7135
|
-
margin: 'auto'
|
7136
|
-
}
|
7137
|
-
};
|
7138
|
-
/**
|
7139
|
-
* @internal
|
7140
|
-
*/
|
7141
|
-
const sparkleIconBackdropStyles = (theme) => {
|
7142
|
-
return {
|
7143
|
-
root: {
|
7144
|
-
color: theme.palette.themeLighterAlt
|
7145
|
-
}
|
7146
|
-
};
|
7147
|
-
};
|
7148
|
-
/**
|
7149
|
-
* @internal
|
7150
|
-
*/
|
7151
|
-
const primaryTextStyles = {
|
7152
|
-
root: {
|
7153
|
-
fontWeight: 600,
|
7154
|
-
fontSize: _pxToRem(20),
|
7155
|
-
lineHeight: _pxToRem(28),
|
7156
|
-
paddingBottom: '1rem'
|
7157
|
-
}
|
7158
|
-
};
|
7159
|
-
/**
|
7160
|
-
* @internal
|
7161
|
-
*/
|
7162
|
-
const secondaryTextStyles$2 = {
|
7163
|
-
root: {
|
7164
|
-
margin: 'auto',
|
7165
|
-
fontWeight: 400,
|
7166
|
-
paddingBottom: '0.5rem'
|
7167
|
-
}
|
7168
|
-
};
|
7169
|
-
/**
|
7170
|
-
* @internal
|
7171
|
-
*/
|
7172
|
-
const linkTextStyles$1 = {
|
7173
|
-
root: {
|
7174
|
-
margin: 'auto',
|
7175
|
-
fontWeight: 600,
|
7176
|
-
textAlign: 'inherit'
|
7177
|
-
}
|
7178
|
-
};
|
7179
|
-
|
7180
|
-
// Copyright (c) Microsoft Corporation.
|
7181
|
-
/* @conditional-compile-remove(call-readiness) */
|
7182
|
-
const DomainPermissionsContainer = (props) => {
|
7183
|
-
const { appName, onTroubleshootingClick, strings } = props;
|
7184
|
-
const theme = react.useTheme();
|
7185
|
-
return (React__default['default'].createElement(react.Stack, { style: { padding: '2rem', maxWidth: '25.375rem' } },
|
7186
|
-
React__default['default'].createElement(react.Stack, { horizontal: true, style: { paddingBottom: '1rem' }, horizontalAlign: 'space-between' },
|
7187
|
-
React__default['default'].createElement(react.Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
|
7188
|
-
React__default['default'].createElement(react.Icon, { styles: iconPrimaryStyles, iconName: 'DomainPermissionCamera' })),
|
7189
|
-
React__default['default'].createElement(react.Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
|
7190
|
-
React__default['default'].createElement(react.Icon, { styles: sparkleIconBackdropStyles(theme), iconName: 'DomainPermissionsSparkle' })),
|
7191
|
-
React__default['default'].createElement(react.Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
|
7192
|
-
React__default['default'].createElement(react.Icon, { styles: iconPrimaryStyles, iconName: 'DomainPermissionMic' }))),
|
7193
|
-
React__default['default'].createElement(react.Stack, { styles: textContainerStyles },
|
7194
|
-
React__default['default'].createElement(react.Text, { styles: primaryTextStyles }, _formatString(strings.primaryText, { appName: appName })),
|
7195
|
-
React__default['default'].createElement(react.Text, { styles: secondaryTextStyles$2 }, strings.secondaryText),
|
7196
|
-
React__default['default'].createElement(react.Link, { styles: linkTextStyles$1, onClick: onTroubleshootingClick }, strings.linkText))));
|
7197
|
-
};
|
7198
|
-
/**
|
7199
|
-
* @beta
|
7200
|
-
*
|
7201
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
7202
|
-
* by their browsers settings.
|
7203
|
-
*/
|
7204
|
-
const DomainPermissions = (props) => {
|
7205
|
-
/* @conditional-compile-remove(call-readiness) */
|
7206
|
-
const locale = useLocale$1().strings.DomainPermissions;
|
7207
|
-
/* @conditional-compile-remove(call-readiness) */
|
7208
|
-
return React__default['default'].createElement(DomainPermissionsContainer, Object.assign({}, props, { strings: props.strings ? props.strings : locale }));
|
7209
|
-
};
|
7210
|
-
|
7211
7059
|
// Copyright (c) Microsoft Corporation.
|
7212
7060
|
/**
|
7213
7061
|
* A button to show a menu with calling or chat participants.
|
@@ -7480,13 +7328,13 @@ const DrawerMenuItem = (props) => {
|
|
7480
7328
|
React__default['default'].createElement(MenuItemIcon, Object.assign({}, props.iconProps)))),
|
7481
7329
|
React__default['default'].createElement(react.Stack.Item, { styles: drawerMenuItemTextStyles, grow: true },
|
7482
7330
|
React__default['default'].createElement(react.Text, { styles: props.disabled ? { root: { color: theme.palette.neutralTertiaryAlt } } : undefined }, props.text)),
|
7483
|
-
props.secondaryText && (React__default['default'].createElement(react.Stack.Item, { styles: drawerMenuItemTextStyles, className: react.mergeStyles(secondaryTextStyles
|
7331
|
+
props.secondaryText && (React__default['default'].createElement(react.Stack.Item, { styles: drawerMenuItemTextStyles, className: react.mergeStyles(secondaryTextStyles) },
|
7484
7332
|
React__default['default'].createElement(react.Text, { styles: {
|
7485
7333
|
root: { color: props.disabled ? theme.palette.neutralTertiaryAlt : theme.palette.neutralSecondary }
|
7486
7334
|
} }, props.secondaryText))),
|
7487
7335
|
secondaryIcon && React__default['default'].createElement(react.Stack.Item, null, secondaryIcon)));
|
7488
7336
|
};
|
7489
|
-
const MenuItemIcon = (props) => (React__default['default'].createElement(react.FontIcon, Object.assign({ className: react.mergeStyles(iconStyles$
|
7337
|
+
const MenuItemIcon = (props) => (React__default['default'].createElement(react.FontIcon, Object.assign({ className: react.mergeStyles(iconStyles$1) }, props)));
|
7490
7338
|
const menuItemChildrenGap = { childrenGap: '0.5rem' };
|
7491
7339
|
const drawerMenuItemRootStyles = (hoverBackground, fontSize) => (Object.assign(Object.assign({}, fontSize), { height: '3rem', lineHeight: '3rem', padding: '0rem 0.75rem', cursor: 'pointer', ':hover, :focus': {
|
7492
7340
|
background: hoverBackground
|
@@ -7506,7 +7354,7 @@ const drawerMenuItemTextStyles = {
|
|
7506
7354
|
whiteSpace: 'nowrap'
|
7507
7355
|
}
|
7508
7356
|
};
|
7509
|
-
const iconStyles$
|
7357
|
+
const iconStyles$1 = {
|
7510
7358
|
// Vertically center icons in the menu item. Using line-height does not work for centering fluent SVG icons.
|
7511
7359
|
display: 'flex',
|
7512
7360
|
alignItems: 'center',
|
@@ -7518,7 +7366,7 @@ const iconStyles$2 = {
|
|
7518
7366
|
height: '100%'
|
7519
7367
|
}
|
7520
7368
|
};
|
7521
|
-
const secondaryTextStyles
|
7369
|
+
const secondaryTextStyles = {
|
7522
7370
|
// limit width for secondaryText in the menu item so it does not overlap with text on left.
|
7523
7371
|
maxWidth: '50%'
|
7524
7372
|
};
|
@@ -7534,10 +7382,10 @@ const DrawerContentContainer = (props) => {
|
|
7534
7382
|
const theme = react.useTheme();
|
7535
7383
|
const backgroundColor = theme.palette.white;
|
7536
7384
|
const borderRadius = theme.effects.roundedCorner4;
|
7537
|
-
const rootStyles = react.mergeStyles(containerStyles$
|
7385
|
+
const rootStyles = react.mergeStyles(containerStyles$2(backgroundColor, borderRadius), (_a = props.styles) === null || _a === void 0 ? void 0 : _a.root);
|
7538
7386
|
return React__default['default'].createElement(react.Stack, { className: rootStyles }, props.children);
|
7539
7387
|
};
|
7540
|
-
const containerStyles$
|
7388
|
+
const containerStyles$2 = (backgroundColor, borderRadius) => (Object.assign({ background: backgroundColor, borderTopRightRadius: borderRadius, borderTopLeftRadius: borderRadius }, react.AnimationStyles.slideUpIn10));
|
7541
7389
|
|
7542
7390
|
// Copyright (c) Microsoft Corporation.
|
7543
7391
|
/**
|
@@ -7871,7 +7719,7 @@ function determineStates(previous, current) {
|
|
7871
7719
|
/**
|
7872
7720
|
* @private
|
7873
7721
|
*/
|
7874
|
-
const containerStyles$
|
7722
|
+
const containerStyles$1 = (theme) => {
|
7875
7723
|
return {
|
7876
7724
|
maxWidth: '16rem',
|
7877
7725
|
padding: '1.25rem',
|
@@ -8068,7 +7916,7 @@ function useLongPress(onClick, onLongPress, isMobile) {
|
|
8068
7916
|
|
8069
7917
|
// Copyright (c) Microsoft Corporation.
|
8070
7918
|
// Licensed under the MIT license.
|
8071
|
-
var __awaiter$
|
7919
|
+
var __awaiter$p = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
8072
7920
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
8073
7921
|
return new (P || (P = Promise))(function (resolve, reject) {
|
8074
7922
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -8109,10 +7957,10 @@ const DialpadButton = (props) => {
|
|
8109
7957
|
var _a, _b, _c, _d;
|
8110
7958
|
const theme = react.useTheme();
|
8111
7959
|
const { digit, index, onClick, onLongPress, isMobile = false } = props;
|
8112
|
-
const clickFunction = React.useCallback(() => __awaiter$
|
7960
|
+
const clickFunction = React.useCallback(() => __awaiter$p(void 0, void 0, void 0, function* () {
|
8113
7961
|
onClick(digit, index);
|
8114
7962
|
}), [digit, index, onClick]);
|
8115
|
-
const longPressFunction = React.useCallback(() => __awaiter$
|
7963
|
+
const longPressFunction = React.useCallback(() => __awaiter$p(void 0, void 0, void 0, function* () {
|
8116
7964
|
onLongPress(digit, index);
|
8117
7965
|
}), [digit, index, onLongPress]);
|
8118
7966
|
const { handlers } = useLongPress(clickFunction, longPressFunction, isMobile);
|
@@ -8167,7 +8015,7 @@ const DialpadContainer = (props) => {
|
|
8167
8015
|
const modifiedInput = plainTextValue.substring(0, plainTextValue.length - 1);
|
8168
8016
|
setText(modifiedInput);
|
8169
8017
|
};
|
8170
|
-
return (React__default['default'].createElement("div", { className: react.mergeStyles(containerStyles$
|
8018
|
+
return (React__default['default'].createElement("div", { className: react.mergeStyles(containerStyles$1(theme), (_a = props.styles) === null || _a === void 0 ? void 0 : _a.root), "data-test-id": "dialpadContainer", "data-ui-id": "dialpadContainer" },
|
8171
8019
|
React__default['default'].createElement(react.TextField, { styles: react.concatStyleSets(textFieldStyles(theme), (_b = props.styles) === null || _b === void 0 ? void 0 : _b.textField), value: textFieldValue ? textFieldValue : formatPhoneNumber(plainTextValue),
|
8172
8020
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
8173
8021
|
onChange: (e) => {
|
@@ -8240,100 +8088,6 @@ const HoldButton = (props) => {
|
|
8240
8088
|
return (React__default['default'].createElement(ControlBarButton, Object.assign({}, props, { strings: strings, onClick: onToggleHold !== null && onToggleHold !== void 0 ? onToggleHold : props.onClick, onRenderOnIcon: onRenderResumeIcon, onRenderOffIcon: onRenderHoldIcon })));
|
8241
8089
|
};
|
8242
8090
|
|
8243
|
-
// Copyright (c) Microsoft Corporation.
|
8244
|
-
/**
|
8245
|
-
* @internal
|
8246
|
-
*/
|
8247
|
-
const mainTextStyles = {
|
8248
|
-
root: {
|
8249
|
-
fontWeight: 600,
|
8250
|
-
fontSize: _pxToRem(20),
|
8251
|
-
lineHeight: _pxToRem(28),
|
8252
|
-
paddingBottom: '1rem',
|
8253
|
-
margin: 'auto'
|
8254
|
-
}
|
8255
|
-
};
|
8256
|
-
/**
|
8257
|
-
* @internal
|
8258
|
-
*/
|
8259
|
-
const secondaryTextStyles = {
|
8260
|
-
root: {
|
8261
|
-
margin: 'auto',
|
8262
|
-
fontWeight: 400,
|
8263
|
-
paddingBottom: '0.5rem'
|
8264
|
-
}
|
8265
|
-
};
|
8266
|
-
/**
|
8267
|
-
* @internal
|
8268
|
-
*/
|
8269
|
-
const linkTextStyles = {
|
8270
|
-
root: {
|
8271
|
-
margin: 'auto',
|
8272
|
-
fontWeight: 600,
|
8273
|
-
textAlign: 'inherit'
|
8274
|
-
}
|
8275
|
-
};
|
8276
|
-
/**
|
8277
|
-
* @internal
|
8278
|
-
*/
|
8279
|
-
const containerStyles$1 = {
|
8280
|
-
root: {
|
8281
|
-
padding: '2rem',
|
8282
|
-
maxWidth: '25.374rem'
|
8283
|
-
}
|
8284
|
-
};
|
8285
|
-
/**
|
8286
|
-
* @interal
|
8287
|
-
*/
|
8288
|
-
const iconStyles$1 = {
|
8289
|
-
root: {
|
8290
|
-
paddingBottom: '1rem'
|
8291
|
-
}
|
8292
|
-
};
|
8293
|
-
|
8294
|
-
// Copyright (c) Microsoft Corporation.
|
8295
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
8296
|
-
const UnsupportedBrowserContainer = (props) => {
|
8297
|
-
const { onTroubleShootingClick, strings } = props;
|
8298
|
-
return (React__default['default'].createElement(react.Stack, { styles: containerStyles$1 },
|
8299
|
-
React__default['default'].createElement(react.Icon, { styles: iconStyles$1, iconName: "UnsupportedBrowserWarning" }),
|
8300
|
-
React__default['default'].createElement(react.Text, { styles: mainTextStyles }, strings.primaryText),
|
8301
|
-
React__default['default'].createElement(react.Text, { styles: secondaryTextStyles }, strings.secondaryText),
|
8302
|
-
React__default['default'].createElement(react.Link, { styles: linkTextStyles, onClick: () => {
|
8303
|
-
onTroubleShootingClick();
|
8304
|
-
} }, strings.moreHelpLink)));
|
8305
|
-
};
|
8306
|
-
/**
|
8307
|
-
* UI to display to the user that the browser they are using is not supported by calling application.
|
8308
|
-
*
|
8309
|
-
* @beta
|
8310
|
-
*/
|
8311
|
-
const UnsupportedBrowser = (props) => {
|
8312
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
8313
|
-
const strings = useLocale$1().strings.UnsupportedBrowser;
|
8314
|
-
/* @conditional-compile-remove(unsupported-browser) */
|
8315
|
-
return React__default['default'].createElement(UnsupportedBrowserContainer, Object.assign({}, props, { strings: strings }));
|
8316
|
-
};
|
8317
|
-
|
8318
|
-
// Copyright (c) Microsoft Corporation.
|
8319
|
-
/**
|
8320
|
-
* A dropdown to trigger device permission prompt
|
8321
|
-
*
|
8322
|
-
* @internal
|
8323
|
-
*/
|
8324
|
-
const _DevicePermissionDropdown = (props) => {
|
8325
|
-
const { icon, onClickActionButton, strings, options, styles } = props;
|
8326
|
-
const onRenderPlaceholder = () => {
|
8327
|
-
return (React__default['default'].createElement(react.Stack, { horizontal: true, verticalAlign: "center" },
|
8328
|
-
icon,
|
8329
|
-
React__default['default'].createElement(react.Text, null, strings === null || strings === void 0 ? void 0 : strings.placeHolderText)));
|
8330
|
-
};
|
8331
|
-
const onRenderCaretDown = () => {
|
8332
|
-
return React__default['default'].createElement(react.Text, null, strings === null || strings === void 0 ? void 0 : strings.actionButtonContent);
|
8333
|
-
};
|
8334
|
-
return (React__default['default'].createElement(react.Dropdown, { placeholder: strings === null || strings === void 0 ? void 0 : strings.placeHolderText, label: strings === null || strings === void 0 ? void 0 : strings.label, onRenderPlaceholder: onRenderPlaceholder, onRenderCaretDown: onRenderCaretDown, onClick: onClickActionButton, options: options !== null && options !== void 0 ? options : [], styles: styles }));
|
8335
|
-
};
|
8336
|
-
|
8337
8091
|
// Copyright (c) Microsoft Corporation.
|
8338
8092
|
// Licensed under the MIT license.
|
8339
8093
|
/**
|
@@ -8776,7 +8530,7 @@ const findConditionalCompiledSelector = (component) => {
|
|
8776
8530
|
|
8777
8531
|
// Copyright (c) Microsoft Corporation.
|
8778
8532
|
// Licensed under the MIT license.
|
8779
|
-
var __awaiter$
|
8533
|
+
var __awaiter$o = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
8780
8534
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
8781
8535
|
return new (P || (P = Promise))(function (resolve, reject) {
|
8782
8536
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -8799,35 +8553,35 @@ const createDefaultChatHandlers = memoizeOne__default['default']((chatClient, ch
|
|
8799
8553
|
let messageIterator = undefined;
|
8800
8554
|
let readReceiptIterator = undefined;
|
8801
8555
|
return {
|
8802
|
-
onSendMessage: (content, options) => __awaiter$
|
8556
|
+
onSendMessage: (content, options) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8803
8557
|
const sendMessageRequest = {
|
8804
8558
|
content,
|
8805
8559
|
senderDisplayName: chatClient.getState().displayName
|
8806
8560
|
};
|
8807
8561
|
yield chatThreadClient.sendMessage(sendMessageRequest, options);
|
8808
8562
|
}),
|
8809
|
-
onUpdateMessage: (messageId, content, metadata, options) => __awaiter$
|
8563
|
+
onUpdateMessage: (messageId, content, metadata, options) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8810
8564
|
const updatedMetadata = metadata ? Object.assign({}, metadata) : {};
|
8811
8565
|
updatedMetadata['fileSharingMetadata'] = JSON.stringify((options === null || options === void 0 ? void 0 : options.attachedFilesMetadata) || []);
|
8812
8566
|
yield chatThreadClient.updateMessage(messageId, { content, metadata: updatedMetadata });
|
8813
8567
|
}),
|
8814
|
-
onDeleteMessage: (messageId) => __awaiter$
|
8568
|
+
onDeleteMessage: (messageId) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8815
8569
|
yield chatThreadClient.deleteMessage(messageId);
|
8816
8570
|
}),
|
8817
8571
|
// This handler is designed for chatThread to consume
|
8818
|
-
onMessageSeen: (chatMessageId) => __awaiter$
|
8572
|
+
onMessageSeen: (chatMessageId) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8819
8573
|
yield chatThreadClient.sendReadReceipt({ chatMessageId });
|
8820
8574
|
}),
|
8821
|
-
onTyping: () => __awaiter$
|
8575
|
+
onTyping: () => __awaiter$o(void 0, void 0, void 0, function* () {
|
8822
8576
|
yield chatThreadClient.sendTypingNotification();
|
8823
8577
|
}),
|
8824
|
-
onRemoveParticipant: (userId) => __awaiter$
|
8578
|
+
onRemoveParticipant: (userId) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8825
8579
|
yield chatThreadClient.removeParticipant(fromFlatCommunicationIdentifier(userId));
|
8826
8580
|
}),
|
8827
|
-
updateThreadTopicName: (topicName) => __awaiter$
|
8581
|
+
updateThreadTopicName: (topicName) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8828
8582
|
yield chatThreadClient.updateTopic(topicName);
|
8829
8583
|
}),
|
8830
|
-
onLoadPreviousChatMessages: (messagesToLoad) => __awaiter$
|
8584
|
+
onLoadPreviousChatMessages: (messagesToLoad) => __awaiter$o(void 0, void 0, void 0, function* () {
|
8831
8585
|
var _a, _b, _c;
|
8832
8586
|
if (messageIterator === undefined) {
|
8833
8587
|
// Lazy definition so that errors in the method call are reported correctly.
|
@@ -9529,7 +9283,7 @@ const findSelector = (component) => {
|
|
9529
9283
|
|
9530
9284
|
// Copyright (c) Microsoft Corporation.
|
9531
9285
|
// Licensed under the MIT license.
|
9532
|
-
var __awaiter$
|
9286
|
+
var __awaiter$n = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
9533
9287
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
9534
9288
|
return new (P || (P = Promise))(function (resolve, reject) {
|
9535
9289
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -9578,10 +9332,10 @@ class ProxyDeviceManager {
|
|
9578
9332
|
this.selectCamera = (videoDeviceInfo) => {
|
9579
9333
|
this._context.setDeviceManagerSelectedCamera(videoDeviceInfo);
|
9580
9334
|
};
|
9581
|
-
this.videoDevicesUpdated = () => __awaiter$
|
9335
|
+
this.videoDevicesUpdated = () => __awaiter$n(this, void 0, void 0, function* () {
|
9582
9336
|
this._context.setDeviceManagerCameras(dedupeById(yield this._deviceManager.getCameras()));
|
9583
9337
|
});
|
9584
|
-
this.audioDevicesUpdated = () => __awaiter$
|
9338
|
+
this.audioDevicesUpdated = () => __awaiter$n(this, void 0, void 0, function* () {
|
9585
9339
|
this._context.setDeviceManagerMicrophones(dedupeById(yield this._deviceManager.getMicrophones()));
|
9586
9340
|
this._context.setDeviceManagerSpeakers(dedupeById(yield this._deviceManager.getSpeakers()));
|
9587
9341
|
});
|
@@ -9784,7 +9538,7 @@ class CallIdHistory {
|
|
9784
9538
|
|
9785
9539
|
// Copyright (c) Microsoft Corporation.
|
9786
9540
|
// Licensed under the MIT license.
|
9787
|
-
var __awaiter$
|
9541
|
+
var __awaiter$m = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
9788
9542
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
9789
9543
|
return new (P || (P = Promise))(function (resolve, reject) {
|
9790
9544
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -10269,7 +10023,7 @@ class CallContext$1 {
|
|
10269
10023
|
* @throws CallError. Exceptions thrown from `f` are tagged with the failed `target.
|
10270
10024
|
*/
|
10271
10025
|
withAsyncErrorTeedToState(action, target) {
|
10272
|
-
return (...args) => __awaiter$
|
10026
|
+
return (...args) => __awaiter$m(this, void 0, void 0, function* () {
|
10273
10027
|
try {
|
10274
10028
|
return yield action(...args);
|
10275
10029
|
}
|
@@ -10333,7 +10087,7 @@ const findOldestCallEnded = (calls) => {
|
|
10333
10087
|
|
10334
10088
|
// Copyright (c) Microsoft Corporation.
|
10335
10089
|
// Licensed under the MIT license.
|
10336
|
-
var __awaiter$
|
10090
|
+
var __awaiter$l = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
10337
10091
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
10338
10092
|
return new (P || (P = Promise))(function (resolve, reject) {
|
10339
10093
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -10353,63 +10107,63 @@ class ProxyCall {
|
|
10353
10107
|
switch (prop) {
|
10354
10108
|
case 'mute': {
|
10355
10109
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10356
|
-
return __awaiter$
|
10110
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10357
10111
|
return yield target.mute(...args);
|
10358
10112
|
});
|
10359
10113
|
}, 'Call.mute');
|
10360
10114
|
}
|
10361
10115
|
case 'unmute': {
|
10362
10116
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10363
|
-
return __awaiter$
|
10117
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10364
10118
|
return yield target.unmute(...args);
|
10365
10119
|
});
|
10366
10120
|
}, 'Call.unmute');
|
10367
10121
|
}
|
10368
10122
|
case 'startVideo': {
|
10369
10123
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10370
|
-
return __awaiter$
|
10124
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10371
10125
|
return yield target.startVideo(...args);
|
10372
10126
|
});
|
10373
10127
|
}, 'Call.startVideo');
|
10374
10128
|
}
|
10375
10129
|
case 'stopVideo': {
|
10376
10130
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10377
|
-
return __awaiter$
|
10131
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10378
10132
|
return yield target.stopVideo(...args);
|
10379
10133
|
});
|
10380
10134
|
}, 'Call.stopVideo');
|
10381
10135
|
}
|
10382
10136
|
case 'startScreenSharing': {
|
10383
10137
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10384
|
-
return __awaiter$
|
10138
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10385
10139
|
return yield target.startScreenSharing(...args);
|
10386
10140
|
});
|
10387
10141
|
}, 'Call.startScreenSharing');
|
10388
10142
|
}
|
10389
10143
|
case 'stopScreenSharing': {
|
10390
10144
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10391
|
-
return __awaiter$
|
10145
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10392
10146
|
return yield target.stopScreenSharing(...args);
|
10393
10147
|
});
|
10394
10148
|
}, 'Call.stopScreenSharing');
|
10395
10149
|
}
|
10396
10150
|
case 'hold': {
|
10397
10151
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10398
|
-
return __awaiter$
|
10152
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10399
10153
|
return yield target.hold(...args);
|
10400
10154
|
});
|
10401
10155
|
}, 'Call.hold');
|
10402
10156
|
}
|
10403
10157
|
case 'resume': {
|
10404
10158
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10405
|
-
return __awaiter$
|
10159
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10406
10160
|
return yield target.resume(...args);
|
10407
10161
|
});
|
10408
10162
|
}, 'Call.resume');
|
10409
10163
|
}
|
10410
10164
|
case 'addParticipant': {
|
10411
10165
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
10412
|
-
return __awaiter$
|
10166
|
+
return __awaiter$l(this, void 0, void 0, function* () {
|
10413
10167
|
return yield target.addParticipant(...args);
|
10414
10168
|
});
|
10415
10169
|
}, 'Call.addParticipant');
|
@@ -10617,7 +10371,7 @@ class RemoteVideoStreamSubscriber {
|
|
10617
10371
|
|
10618
10372
|
// Copyright (c) Microsoft Corporation.
|
10619
10373
|
// Licensed under the MIT license.
|
10620
|
-
var __awaiter$
|
10374
|
+
var __awaiter$k = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
10621
10375
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
10622
10376
|
return new (P || (P = Promise))(function (resolve, reject) {
|
10623
10377
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -10627,7 +10381,7 @@ var __awaiter$m = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
10627
10381
|
});
|
10628
10382
|
};
|
10629
10383
|
function createViewRemoteVideo(context, internalContext, callId, participantId, stream, options) {
|
10630
|
-
return __awaiter$
|
10384
|
+
return __awaiter$k(this, void 0, void 0, function* () {
|
10631
10385
|
// Render RemoteVideoStream that is part of a Call
|
10632
10386
|
const streamId = stream.id;
|
10633
10387
|
let participantKey;
|
@@ -10735,7 +10489,7 @@ function createViewRemoteVideo(context, internalContext, callId, participantId,
|
|
10735
10489
|
});
|
10736
10490
|
}
|
10737
10491
|
function createViewLocalVideo(context, internalContext, callId, options) {
|
10738
|
-
return __awaiter$
|
10492
|
+
return __awaiter$k(this, void 0, void 0, function* () {
|
10739
10493
|
_logEvent(callingStatefulLogger, {
|
10740
10494
|
name: EventNames.START_LOCAL_STREAM_RENDERING,
|
10741
10495
|
level: 'info',
|
@@ -10851,7 +10605,7 @@ function createViewLocalVideo(context, internalContext, callId, options) {
|
|
10851
10605
|
});
|
10852
10606
|
}
|
10853
10607
|
function createViewUnparentedVideo(context, internalContext, stream, options) {
|
10854
|
-
return __awaiter$
|
10608
|
+
return __awaiter$k(this, void 0, void 0, function* () {
|
10855
10609
|
const renderInfo = internalContext.getUnparentedRenderInfo(stream);
|
10856
10610
|
if (renderInfo && renderInfo.status === 'Rendered') {
|
10857
10611
|
console.warn('Unparented LocalVideoStream is already rendered');
|
@@ -11479,7 +11233,7 @@ class CallSubscriber {
|
|
11479
11233
|
|
11480
11234
|
// Copyright (c) Microsoft Corporation.
|
11481
11235
|
// Licensed under the MIT license.
|
11482
|
-
var __awaiter$
|
11236
|
+
var __awaiter$j = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
11483
11237
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
11484
11238
|
return new (P || (P = Promise))(function (resolve, reject) {
|
11485
11239
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -11499,14 +11253,14 @@ class ProxyIncomingCall {
|
|
11499
11253
|
switch (prop) {
|
11500
11254
|
case 'accept': {
|
11501
11255
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
11502
|
-
return __awaiter$
|
11256
|
+
return __awaiter$j(this, void 0, void 0, function* () {
|
11503
11257
|
return yield target.accept(...args);
|
11504
11258
|
});
|
11505
11259
|
}, 'IncomingCall.accept');
|
11506
11260
|
}
|
11507
11261
|
case 'reject': {
|
11508
11262
|
return this._context.withAsyncErrorTeedToState(function (...args) {
|
11509
|
-
return __awaiter$
|
11263
|
+
return __awaiter$j(this, void 0, void 0, function* () {
|
11510
11264
|
return yield target.reject(...args);
|
11511
11265
|
});
|
11512
11266
|
}, 'IncomingCall.reject');
|
@@ -11854,7 +11608,7 @@ class InternalCallContext {
|
|
11854
11608
|
|
11855
11609
|
// Copyright (c) Microsoft Corporation.
|
11856
11610
|
// Licensed under the MIT license.
|
11857
|
-
var __awaiter$
|
11611
|
+
var __awaiter$i = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
11858
11612
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
11859
11613
|
return new (P || (P = Promise))(function (resolve, reject) {
|
11860
11614
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -11876,7 +11630,7 @@ class ProxyCallClient {
|
|
11876
11630
|
get(target, prop) {
|
11877
11631
|
switch (prop) {
|
11878
11632
|
case 'createCallAgent': {
|
11879
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
11633
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$i(this, void 0, void 0, function* () {
|
11880
11634
|
// createCallAgent will throw an exception if the previous callAgent was not disposed. If the previous
|
11881
11635
|
// callAgent was disposed then it would have unsubscribed to events so we can just create a new declarative
|
11882
11636
|
// callAgent if the createCallAgent succeeds.
|
@@ -11889,7 +11643,7 @@ class ProxyCallClient {
|
|
11889
11643
|
}), 'CallClient.createCallAgent');
|
11890
11644
|
}
|
11891
11645
|
case 'getDeviceManager': {
|
11892
|
-
return this._context.withAsyncErrorTeedToState(() => __awaiter$
|
11646
|
+
return this._context.withAsyncErrorTeedToState(() => __awaiter$i(this, void 0, void 0, function* () {
|
11893
11647
|
// As of writing, the SDK always returns the same instance of DeviceManager so we keep a reference of
|
11894
11648
|
// DeviceManager and if it does not change we return the cached DeclarativeDeviceManager. If it does not we'll
|
11895
11649
|
// throw an error that indicate we need to fix this issue as our implementation has diverged from the SDK.
|
@@ -12012,7 +11766,7 @@ const chatStatefulLogger = logger.createClientLogger('communication-react:chat-s
|
|
12012
11766
|
|
12013
11767
|
// Copyright (c) Microsoft Corporation.
|
12014
11768
|
// Licensed under the MIT license.
|
12015
|
-
var __awaiter$
|
11769
|
+
var __awaiter$h = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
12016
11770
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
12017
11771
|
return new (P || (P = Promise))(function (resolve, reject) {
|
12018
11772
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -12287,7 +12041,7 @@ class ChatContext$1 {
|
|
12287
12041
|
* @throws ChatError. Exceptions thrown from `f` are tagged with the failed `target.
|
12288
12042
|
*/
|
12289
12043
|
withAsyncErrorTeedToState(f, target) {
|
12290
|
-
return (...args) => __awaiter$
|
12044
|
+
return (...args) => __awaiter$h(this, void 0, void 0, function* () {
|
12291
12045
|
try {
|
12292
12046
|
return yield f(...args);
|
12293
12047
|
}
|
@@ -12394,7 +12148,7 @@ const convertChatMessage = (message, status = 'delivered', clientMessageId) => {
|
|
12394
12148
|
|
12395
12149
|
// Copyright (c) Microsoft Corporation.
|
12396
12150
|
// Licensed under the MIT license.
|
12397
|
-
var __awaiter$
|
12151
|
+
var __awaiter$g = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
12398
12152
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
12399
12153
|
return new (P || (P = Promise))(function (resolve, reject) {
|
12400
12154
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -12478,7 +12232,7 @@ class EventSubscriber {
|
|
12478
12232
|
this.fetchLastParticipantMessage(event.threadId, 'participantAdded');
|
12479
12233
|
};
|
12480
12234
|
// This is a hot fix that no participant message is received for onChatMessageReceived event, which should be handled by JS SDK
|
12481
|
-
this.fetchLastParticipantMessage = (threadId, actionType) => __awaiter$
|
12235
|
+
this.fetchLastParticipantMessage = (threadId, actionType) => __awaiter$g(this, void 0, void 0, function* () {
|
12482
12236
|
var e_1, _a;
|
12483
12237
|
try {
|
12484
12238
|
for (var _b = __asyncValues$1(this.chatClient
|
@@ -12564,7 +12318,7 @@ class EventSubscriber {
|
|
12564
12318
|
|
12565
12319
|
// Copyright (c) Microsoft Corporation.
|
12566
12320
|
// Licensed under the MIT license.
|
12567
|
-
var __awaiter$
|
12321
|
+
var __awaiter$f = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
12568
12322
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
12569
12323
|
return new (P || (P = Promise))(function (resolve, reject) {
|
12570
12324
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -12586,7 +12340,7 @@ const createDecoratedIterator = (iteratorCreator, context, decorateFn) => {
|
|
12586
12340
|
const threadsIterator = iteratorCreator(...args);
|
12587
12341
|
return {
|
12588
12342
|
next() {
|
12589
|
-
return __awaiter$
|
12343
|
+
return __awaiter$f(this, void 0, void 0, function* () {
|
12590
12344
|
const result = yield threadsIterator.next();
|
12591
12345
|
if (!result.done && result.value) {
|
12592
12346
|
decorateFn(result.value, context);
|
@@ -12601,7 +12355,7 @@ const createDecoratedIterator = (iteratorCreator, context, decorateFn) => {
|
|
12601
12355
|
const pages = threadsIterator.byPage(settings);
|
12602
12356
|
return {
|
12603
12357
|
next() {
|
12604
|
-
return __awaiter$
|
12358
|
+
return __awaiter$f(this, void 0, void 0, function* () {
|
12605
12359
|
const result = yield pages.next();
|
12606
12360
|
const page = result.value;
|
12607
12361
|
if (!result.done && result.value) {
|
@@ -12685,7 +12439,7 @@ const createDecoratedListParticipants = (chatThreadClient, context) => {
|
|
12685
12439
|
|
12686
12440
|
// Copyright (c) Microsoft Corporation.
|
12687
12441
|
// Licensed under the MIT license.
|
12688
|
-
var __awaiter$
|
12442
|
+
var __awaiter$e = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
12689
12443
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
12690
12444
|
return new (P || (P = Promise))(function (resolve, reject) {
|
12691
12445
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -12704,14 +12458,14 @@ class ProxyChatThreadClient {
|
|
12704
12458
|
return createDecoratedListMessages(chatThreadClient, this._context);
|
12705
12459
|
}
|
12706
12460
|
case 'getMessage': {
|
12707
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12461
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12708
12462
|
const message = yield chatThreadClient.getMessage(...args);
|
12709
12463
|
this._context.setChatMessage(chatThreadClient.threadId, convertChatMessage(message));
|
12710
12464
|
return message;
|
12711
12465
|
}), 'ChatThreadClient.getMessage');
|
12712
12466
|
}
|
12713
12467
|
case 'sendMessage': {
|
12714
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12468
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12715
12469
|
// Retry logic?
|
12716
12470
|
const [request, options] = args;
|
12717
12471
|
const { content } = request;
|
@@ -12751,7 +12505,7 @@ class ProxyChatThreadClient {
|
|
12751
12505
|
}), 'ChatThreadClient.sendMessage');
|
12752
12506
|
}
|
12753
12507
|
case 'addParticipants': {
|
12754
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12508
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12755
12509
|
const result = yield chatThreadClient.addParticipants(...args);
|
12756
12510
|
const [addRequest] = args;
|
12757
12511
|
const participantsToAdd = addRequest.participants;
|
@@ -12760,7 +12514,7 @@ class ProxyChatThreadClient {
|
|
12760
12514
|
}), 'ChatThreadClient.addParticipants');
|
12761
12515
|
}
|
12762
12516
|
case 'deleteMessage': {
|
12763
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12517
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12764
12518
|
// DeleteMessage is able to either delete local one(for failed message) or synced message
|
12765
12519
|
const [messageId] = args;
|
12766
12520
|
if (this._context.deleteLocalMessage(chatThreadClient.threadId, messageId)) {
|
@@ -12778,7 +12532,7 @@ class ProxyChatThreadClient {
|
|
12778
12532
|
return createDecoratedListReadReceipts(chatThreadClient, this._context);
|
12779
12533
|
}
|
12780
12534
|
case 'removeParticipant': {
|
12781
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12535
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12782
12536
|
const result = yield chatThreadClient.removeParticipant(...args);
|
12783
12537
|
const [removeIdentifier] = args;
|
12784
12538
|
this._context.deleteParticipant(chatThreadClient.threadId, communicationCommon.getIdentifierKind(removeIdentifier));
|
@@ -12786,7 +12540,7 @@ class ProxyChatThreadClient {
|
|
12786
12540
|
}), 'ChatThreadClient.removeParticipant');
|
12787
12541
|
}
|
12788
12542
|
case 'updateMessage': {
|
12789
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12543
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12790
12544
|
const result = yield chatThreadClient.updateMessage(...args);
|
12791
12545
|
const [messageId, updateOption] = args;
|
12792
12546
|
this._context.updateChatMessageContent(chatThreadClient.threadId, messageId, updateOption === null || updateOption === void 0 ? void 0 : updateOption.content);
|
@@ -12794,7 +12548,7 @@ class ProxyChatThreadClient {
|
|
12794
12548
|
}), 'ChatThreadClient.updateMessage');
|
12795
12549
|
}
|
12796
12550
|
case 'updateTopic': {
|
12797
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12551
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12798
12552
|
const result = yield chatThreadClient.updateTopic(...args);
|
12799
12553
|
const [topic] = args;
|
12800
12554
|
this._context.updateThreadTopic(chatThreadClient.threadId, topic);
|
@@ -12802,7 +12556,7 @@ class ProxyChatThreadClient {
|
|
12802
12556
|
}), 'ChatThreadClient.updateTopic');
|
12803
12557
|
}
|
12804
12558
|
case 'getProperties': {
|
12805
|
-
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$
|
12559
|
+
return this._context.withAsyncErrorTeedToState((...args) => __awaiter$e(this, void 0, void 0, function* () {
|
12806
12560
|
const result = yield chatThreadClient.getProperties(...args);
|
12807
12561
|
this._context.updateThread(chatThreadClient.threadId, result);
|
12808
12562
|
return result;
|
@@ -12839,7 +12593,7 @@ const createDecoratedListThreads = (chatClient, context) => {
|
|
12839
12593
|
|
12840
12594
|
// Copyright (c) Microsoft Corporation.
|
12841
12595
|
// Licensed under the MIT license.
|
12842
|
-
var __awaiter$
|
12596
|
+
var __awaiter$d = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
12843
12597
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
12844
12598
|
return new (P || (P = Promise))(function (resolve, reject) {
|
12845
12599
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -12858,7 +12612,7 @@ const proxyChatClient = {
|
|
12858
12612
|
switch (prop) {
|
12859
12613
|
case 'createChatThread': {
|
12860
12614
|
return context.withAsyncErrorTeedToState(function (...args) {
|
12861
|
-
return __awaiter$
|
12615
|
+
return __awaiter$d(this, void 0, void 0, function* () {
|
12862
12616
|
const result = yield chatClient.createChatThread(...args);
|
12863
12617
|
const thread = result.chatThread;
|
12864
12618
|
if (thread) {
|
@@ -12871,7 +12625,7 @@ const proxyChatClient = {
|
|
12871
12625
|
}
|
12872
12626
|
case 'deleteChatThread': {
|
12873
12627
|
return context.withAsyncErrorTeedToState(function (...args) {
|
12874
|
-
return __awaiter$
|
12628
|
+
return __awaiter$d(this, void 0, void 0, function* () {
|
12875
12629
|
const result = yield chatClient.deleteChatThread(...args);
|
12876
12630
|
context.deleteThread(args[0]);
|
12877
12631
|
return result;
|
@@ -12891,7 +12645,7 @@ const proxyChatClient = {
|
|
12891
12645
|
}
|
12892
12646
|
case 'startRealtimeNotifications': {
|
12893
12647
|
return context.withAsyncErrorTeedToState(function (...args) {
|
12894
|
-
return __awaiter$
|
12648
|
+
return __awaiter$d(this, void 0, void 0, function* () {
|
12895
12649
|
const ret = yield chatClient.startRealtimeNotifications(...args);
|
12896
12650
|
if (!receiver.eventSubscriber) {
|
12897
12651
|
receiver.eventSubscriber = new EventSubscriber(chatClient, context);
|
@@ -12902,7 +12656,7 @@ const proxyChatClient = {
|
|
12902
12656
|
}
|
12903
12657
|
case 'stopRealtimeNotifications': {
|
12904
12658
|
return context.withAsyncErrorTeedToState(function (...args) {
|
12905
|
-
return __awaiter$
|
12659
|
+
return __awaiter$d(this, void 0, void 0, function* () {
|
12906
12660
|
const ret = yield chatClient.stopRealtimeNotifications(...args);
|
12907
12661
|
if (receiver.eventSubscriber) {
|
12908
12662
|
receiver.eventSubscriber.unsubscribe();
|
@@ -13093,31 +12847,31 @@ const CallWithChatCompositeIcon = (props) => (React__default['default'].createEl
|
|
13093
12847
|
|
13094
12848
|
var call$d={cameraLabel:"Camera",cameraPermissionDenied:"Your browser is blocking access to your camera",cameraTurnedOff:"Your camera is turned off",chatButtonLabel:"Chat",close:"Close",complianceBannerNowOnlyRecording:"You are now only recording this meeting.",complianceBannerNowOnlyTranscription:"You are now only transcribing this meeting.",complianceBannerRecordingAndTranscriptionSaved:"Recording and transcription are being saved.",complianceBannerRecordingAndTranscriptionStarted:"Recording and transcription have started.",complianceBannerRecordingAndTranscriptionStopped:"Recording and transcription have stopped.",complianceBannerRecordingSaving:"Recording is being saved.",complianceBannerRecordingStarted:"Recording has started.",complianceBannerRecordingStopped:"Recording has stopped.",complianceBannerTranscriptionStarted:"Transcription has started.",complianceBannerTranscriptionConsent:"By joining, you are giving consent for this meeting to be transcribed.",complianceBannerTranscriptionSaving:"Transcription is being saved.",complianceBannerTranscriptionStopped:"Transcription has stopped.",configurationPageTitle:"Start a call",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",failedToJoinCallDueToNoNetworkMoreDetails:"Call was disconnected due to a network issue. Check your connection and join again.",failedToJoinCallDueToNoNetworkTitle:"Call disconnected",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"You were not granted entry in the call. If this was a mistake, re-join the call.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Dismissed from lobby",learnMore:"Learn more",leftCallMoreDetails:"If this was a mistake, re-join the call.",leftCallTitle:"You left the call",lobbyScreenConnectingToCallTitle:"Joining call",lobbyScreenWaitingToBeAdmittedTitle:"Waiting to be admitted",microphonePermissionDenied:"Your browser is blocking access to your microphone",microphoneToggleInLobbyNotAllowed:"Cannot mute or unmute while in lobby.",mutedMessage:"You're muted",networkReconnectMoreDetails:"Looks like something went wrong. We're trying to get back into the call.",networkReconnectTitle:"Hold on",deniedPermissionToRoomDetails:"You do not have permission to join this room.",deniedPermissionToRoomTitle:"Permission denied to room",peopleButtonLabel:"People",peoplePaneTitle:"People",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"Room ID provided is not valid.",roomNotFoundTitle:"Room not found",soundLabel:"Sound",startCallButtonLabel:"Start call",openDialpadButtonLabel:"Dial phone number",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",moreButtonCallingLabel:"More",resumeCallButtonLabel:"Resume",resumingCallButtonLabel:"Resuming...",resumeCallButtonAriaLabel:"Resume call",resumingCallButtonAriaLabel:"Resume call",holdScreenLabel:"You're on hold",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceHolderText:"Enter number"};var chat$d={chatListHeader:"In this chat",uploadFile:"Upload File"};var callWithChat$d={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",peopleButtonLabel:"People",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call",peoplePaneTitle:"People",pictureInPictureTileAriaLabel:"Video Feeds. Click to return to call screen.",removeMenuLabel:"Remove",openDialpadButtonLabel:"Dial phone number",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceHolderText:"Enter number"};var en_US = {call:call$d,chat:chat$d,callWithChat:callWithChat$d};
|
13095
12849
|
|
13096
|
-
var call$c={cameraLabel:"Camera",cameraPermissionDenied:"Your browser is blocking access to your camera",cameraTurnedOff:"Your camera is turned off",close:"Close",complianceBannerNowOnlyRecording:"You are now only recording this meeting.",complianceBannerNowOnlyTranscription:"You are now only transcribing this meeting.",complianceBannerRecordingAndTranscriptionSaved:"Recording and transcription are being saved.",complianceBannerRecordingAndTranscriptionStarted:"Recording and transcription have started.",complianceBannerRecordingAndTranscriptionStopped:"Recording and transcription have stopped.",complianceBannerRecordingSaving:"Recording is being saved.",complianceBannerRecordingStarted:"Recording has started.",complianceBannerRecordingStopped:"Recording has stopped.",complianceBannerTranscriptionStarted:"Transcription has started.",complianceBannerTranscriptionConsent:"By joining, you are giving consent for this meeting to be transcribed.",complianceBannerTranscriptionSaving:"Transcription is being saved.",complianceBannerTranscriptionStopped:"Transcription has stopped.",configurationPageTitle:"Start a call",defaultPlaceHolder:"Select an option",failedToJoinCallDueToNoNetworkMoreDetails:"Call was disconnected due to a network issue. Check your connection and join again.",failedToJoinCallDueToNoNetworkTitle:"Call disconnected",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"You were not granted entry in the call. If this was a mistake, re-join the call.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Dismissed from lobby",learnMore:"Learn more",leftCallMoreDetails:"If this was a mistake, re-join the call.",leftCallTitle:"You left the call",lobbyScreenConnectingToCallTitle:"Joining call",lobbyScreenWaitingToBeAdmittedTitle:"Waiting to be admitted",microphonePermissionDenied:"Your browser is blocking access to your microphone",mutedMessage:"You're muted",networkReconnectMoreDetails:"Looks like something went wrong. We're trying to get back into the call.",networkReconnectTitle:"Hold on",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",soundLabel:"Sound",startCallButtonLabel:"Start call",
|
12850
|
+
var call$c={cameraLabel:"Camera",cameraPermissionDenied:"Your browser is blocking access to your camera",cameraTurnedOff:"Your camera is turned off",chatButtonLabel:"Chat",close:"Close",complianceBannerNowOnlyRecording:"You are now only recording this meeting.",complianceBannerNowOnlyTranscription:"You are now only transcribing this meeting.",complianceBannerRecordingAndTranscriptionSaved:"Recording and transcription are being saved.",complianceBannerRecordingAndTranscriptionStarted:"Recording and transcription have started.",complianceBannerRecordingAndTranscriptionStopped:"Recording and transcription have stopped.",complianceBannerRecordingSaving:"Recording is being saved.",complianceBannerRecordingStarted:"Recording has started.",complianceBannerRecordingStopped:"Recording has stopped.",complianceBannerTranscriptionStarted:"Transcription has started.",complianceBannerTranscriptionConsent:"By joining, you are giving consent for this meeting to be transcribed.",complianceBannerTranscriptionSaving:"Transcription is being saved.",complianceBannerTranscriptionStopped:"Transcription has stopped.",configurationPageTitle:"Start a call",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",failedToJoinCallDueToNoNetworkMoreDetails:"Call was disconnected due to a network issue. Check your connection and join again.",failedToJoinCallDueToNoNetworkTitle:"Call disconnected",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"You were not granted entry in the call. If this was a mistake, re-join the call.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Dismissed from lobby",learnMore:"Learn more",leftCallMoreDetails:"If this was a mistake, re-join the call.",leftCallTitle:"You left the call",lobbyScreenConnectingToCallTitle:"Joining call",lobbyScreenWaitingToBeAdmittedTitle:"Waiting to be admitted",microphonePermissionDenied:"Your browser is blocking access to your microphone",microphoneToggleInLobbyNotAllowed:"Cannot mute or unmute while in lobby.",mutedMessage:"You're muted",networkReconnectMoreDetails:"Looks like something went wrong. We're trying to get back into the call.",networkReconnectTitle:"Hold on",deniedPermissionToRoomDetails:"You do not have permission to join this room.",deniedPermissionToRoomTitle:"Permission denied to room",peopleButtonLabel:"People",peoplePaneTitle:"People",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"Room ID provided is not valid.",roomNotFoundTitle:"Room not found",soundLabel:"Sound",startCallButtonLabel:"Start call",openDialpadButtonLabel:"Dial phone number",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",moreButtonCallingLabel:"More",resumeCallButtonLabel:"Resume",resumingCallButtonLabel:"Resuming...",resumeCallButtonAriaLabel:"Resume call",resumingCallButtonAriaLabel:"Resume call",holdScreenLabel:"You're on hold",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceHolderText:"Enter number"};var chat$c={chatListHeader:"In this chat",uploadFile:"Upload File"};var callWithChat$c={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",peopleButtonLabel:"People",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call",peoplePaneTitle:"People",pictureInPictureTileAriaLabel:"Video Feeds. Click to return to call screen.",removeMenuLabel:"Remove",openDialpadButtonLabel:"Dial phone number",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",peoplePaneAddPeopleButtonLabel:"Add People",dialpadStartCallButtonLabel:"Call",dialpadModalTitle:"Dial Phone Number",dialpadModalAriaLabel:"Dialpad",dialpadCloseModalButtonAriaLabel:"Close dialpad",openDtmfDialpadLabel:"Show dialpad",dtmfDialpadPlaceHolderText:"Enter number"};var en_GB = {call:call$c,chat:chat$c,callWithChat:callWithChat$c};
|
13097
12851
|
|
13098
|
-
var call$b={cameraLabel:"Kamera",cameraPermissionDenied:"Ihr Browser blockiert den Zugriff auf Ihre Kamera.",cameraTurnedOff:"Ihre Kamera ist deaktiviert.",close:"Schließen",complianceBannerNowOnlyRecording:"Sie zeichnen nun nur diese Besprechung auf.",complianceBannerNowOnlyTranscription:"Sie transkribieren diese Besprechung jetzt nur noch.",complianceBannerRecordingAndTranscriptionSaved:"Aufzeichnung und Transkription werden gespeichert.",complianceBannerRecordingAndTranscriptionStarted:"Die Aufzeichnung und Transkription haben begonnen.",complianceBannerRecordingAndTranscriptionStopped:"Die Aufzeichnung und Transkription wurden beendet.",complianceBannerRecordingSaving:"Aufzeichnung wird gespeichert.",complianceBannerRecordingStarted:"Die Aufzeichnung wurde gestartet.",complianceBannerRecordingStopped:"Aufzeichnung wurde beendet.",complianceBannerTranscriptionStarted:"Die Transkription hat begonnen.",complianceBannerTranscriptionConsent:"Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",complianceBannerTranscriptionSaving:"Die Transkription wird gespeichert.",complianceBannerTranscriptionStopped:"Die Transkription wurde beendet.",configurationPageTitle:"Einen Anruf beginnen",defaultPlaceHolder:"Option auswählen",failedToJoinCallDueToNoNetworkMoreDetails:"Der Anruf wurde aufgrund eines Netzwerkproblems getrennt. Überprüfen Sie Ihre Verbindung, und treten Sie erneut bei.",failedToJoinCallDueToNoNetworkTitle:"Anruf unterbrochen",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Ihnen wurde keine Teilnahme am Anruf gewährt. Wenn dies ein Fehler war, treten Sie dem Anruf erneut bei.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Aus Wartebereich entlassen",learnMore:"Weitere Informationen",leftCallMoreDetails:"Wenn dies ein Fehler war, nehmen Sie erneut am Anruf teil.",leftCallTitle:"Sie haben den Anruf verlassen",lobbyScreenConnectingToCallTitle:"Teilnehmen am Anruf",lobbyScreenWaitingToBeAdmittedTitle:"Warten auf die Zulassung",microphonePermissionDenied:"Ihr Browser blockiert den Zugriff auf Ihr Mikrofon.",mutedMessage:"Sie sind stummgeschaltet.",networkReconnectMoreDetails:"Offensichtlich ist etwas schief gegangen. Wir versuchen, Sie wieder mit dem Anruf zu verbinden.",networkReconnectTitle:"Einen Augenblick bitte",privacyPolicy:"Datenschutzrichtlinie",rejoinCallButtonLabel:"Am Anruf erneut teilnehmen",removedFromCallMoreDetails:"Ein anderer Teilnehmer hat Sie aus dem Anruf entfernt.",removedFromCallTitle:"Sie wurden entfernt",soundLabel:"Sound",startCallButtonLabel:"Anruf beginnen",
|
12852
|
+
var call$b={cameraLabel:"Kamera",cameraPermissionDenied:"Ihr Browser blockiert den Zugriff auf Ihre Kamera.",cameraTurnedOff:"Ihre Kamera ist deaktiviert.",chatButtonLabel:"Chat",close:"Schließen",complianceBannerNowOnlyRecording:"Sie zeichnen nun nur diese Besprechung auf.",complianceBannerNowOnlyTranscription:"Sie transkribieren diese Besprechung jetzt nur noch.",complianceBannerRecordingAndTranscriptionSaved:"Aufzeichnung und Transkription werden gespeichert.",complianceBannerRecordingAndTranscriptionStarted:"Die Aufzeichnung und Transkription haben begonnen.",complianceBannerRecordingAndTranscriptionStopped:"Die Aufzeichnung und Transkription wurden beendet.",complianceBannerRecordingSaving:"Aufzeichnung wird gespeichert.",complianceBannerRecordingStarted:"Die Aufzeichnung wurde gestartet.",complianceBannerRecordingStopped:"Aufzeichnung wurde beendet.",complianceBannerTranscriptionStarted:"Die Transkription hat begonnen.",complianceBannerTranscriptionConsent:"Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",complianceBannerTranscriptionSaving:"Die Transkription wird gespeichert.",complianceBannerTranscriptionStopped:"Die Transkription wurde beendet.",configurationPageTitle:"Einen Anruf beginnen",copyInviteLinkButtonLabel:"Einladungslink kopieren",copyInviteLinkActionedAriaLabel:"Gruppeneinladungslink kopiert",defaultPlaceHolder:"Option auswählen",dismissSidePaneButtonLabel:"Schließen",failedToJoinCallDueToNoNetworkMoreDetails:"Der Anruf wurde aufgrund eines Netzwerkproblems getrennt. Überprüfen Sie Ihre Verbindung, und treten Sie erneut bei.",failedToJoinCallDueToNoNetworkTitle:"Anruf unterbrochen",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Ihnen wurde keine Teilnahme am Anruf gewährt. Wenn dies ein Fehler war, treten Sie dem Anruf erneut bei.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Aus Wartebereich entlassen",learnMore:"Weitere Informationen",leftCallMoreDetails:"Wenn dies ein Fehler war, nehmen Sie erneut am Anruf teil.",leftCallTitle:"Sie haben den Anruf verlassen",lobbyScreenConnectingToCallTitle:"Teilnehmen am Anruf",lobbyScreenWaitingToBeAdmittedTitle:"Warten auf die Zulassung",microphonePermissionDenied:"Ihr Browser blockiert den Zugriff auf Ihr Mikrofon.",microphoneToggleInLobbyNotAllowed:"Stummschalten oder Aufheben der Stummschaltung im Wartebereich nicht zulässig.",mutedMessage:"Sie sind stummgeschaltet.",networkReconnectMoreDetails:"Offensichtlich ist etwas schief gegangen. Wir versuchen, Sie wieder mit dem Anruf zu verbinden.",networkReconnectTitle:"Einen Augenblick bitte",deniedPermissionToRoomDetails:"Sie sind nicht berechtigt, diesem Raum beizutreten.",deniedPermissionToRoomTitle:"Berechtigung für Raum verweigert",peopleButtonLabel:"Kontakte",peoplePaneTitle:"Kontakte",peopleButtonTooltipOpen:"Teilnehmende anzeigen",peopleButtonTooltipClose:"Teilnehmende ausblenden",peoplePaneSubTitle:"In diesem Anruf",privacyPolicy:"Datenschutzrichtlinie",rejoinCallButtonLabel:"Am Anruf erneut teilnehmen",removedFromCallMoreDetails:"Ein anderer Teilnehmer hat Sie aus dem Anruf entfernt.",removedFromCallTitle:"Sie wurden entfernt",removeMenuLabel:"Entfernen",returnToCallButtonAriaDescription:"Zurück zum Anruf",returnToCallButtonAriaLabel:"Zurück",roomNotFoundDetails:"Die angegebene Raum-ID ist ungültig.",roomNotFoundTitle:"Raum nicht gefunden",soundLabel:"Sound",startCallButtonLabel:"Anruf beginnen",openDialpadButtonLabel:"Telefonnummer wählen",peoplePaneAddPeopleButtonLabel:"Personen hinzufügen",dialpadStartCallButtonLabel:"Anrufen",dialpadModalTitle:"Telefonnummer wählen",dialpadModalAriaLabel:"Wähltastatur",dialpadCloseModalButtonAriaLabel:"Wähltastatur schließen",moreButtonCallingLabel:"Mehr",resumeCallButtonLabel:"Fortsetzen",resumingCallButtonLabel:"Wird fortgesetzt…",resumeCallButtonAriaLabel:"Anruf fortsetzen",resumingCallButtonAriaLabel:"Anruf fortsetzen",holdScreenLabel:"Sie sind in der Warteschleife.",openDtmfDialpadLabel:"Wähltastatur anzeigen",dtmfDialpadPlaceHolderText:"Nummer eingeben"};var chat$b={chatListHeader:"In diesem Chat",uploadFile:"Datei hochladen"};var callWithChat$b={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Neue Nachricht",chatButtonTooltipClosedWithMessageCount:"Chat anzeigen ({unreadMessagesCount} ungelesen)",chatButtonTooltipClose:"Chat ausblenden",chatButtonTooltipOpen:"Chat anzeigen",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Einladungslink kopieren",copyInviteLinkActionedAriaLabel:"Gruppeneinladungslink kopiert",dismissSidePaneButtonLabel:"Schließen",moreDrawerAudioDeviceMenuTitle:"Audiogerät",moreDrawerButtonLabel:"Weitere Optionen",moreDrawerButtonTooltip:"Weitere Optionen",moreDrawerMicrophoneMenuTitle:"Mikrofon",moreDrawerSpeakerMenuTitle:"Lautsprecher",peopleButtonLabel:"Personen",peopleButtonTooltipOpen:"Teilnehmende anzeigen",peopleButtonTooltipClose:"Teilnehmende ausblenden",peoplePaneSubTitle:"In diesem Anruf",peoplePaneTitle:"Personen",pictureInPictureTileAriaLabel:"Videofeeds. Klicken Sie hier, um zum Anrufbildschirm zurückzukehren.",removeMenuLabel:"Entfernen",openDialpadButtonLabel:"Telefonnummer wählen",returnToCallButtonAriaDescription:"Zurück zum Anruf",returnToCallButtonAriaLabel:"Zurück",peoplePaneAddPeopleButtonLabel:"Personen hinzufügen",dialpadStartCallButtonLabel:"Anrufen",dialpadModalTitle:"Telefonnummer wählen",dialpadModalAriaLabel:"Wähltastatur",dialpadCloseModalButtonAriaLabel:"Wähltastatur schließen",openDtmfDialpadLabel:"Wähltastatur anzeigen",dtmfDialpadPlaceHolderText:"Nummer eingeben"};var de_DE = {call:call$b,chat:chat$b,callWithChat:callWithChat$b};
|
13099
12853
|
|
13100
|
-
var call$a={cameraLabel:"Cámara",cameraPermissionDenied:"El explorador está bloqueando el acceso a la cámara",cameraTurnedOff:"La cámara está apagada",close:"Cerrar",complianceBannerNowOnlyRecording:"Solo está grabando esta reunión.",complianceBannerNowOnlyTranscription:"Solo está transcribiendo esta reunión.",complianceBannerRecordingAndTranscriptionSaved:"Se están guardando la grabación y la transcripción.",complianceBannerRecordingAndTranscriptionStarted:"Se han iniciado la grabación y la transcripción.",complianceBannerRecordingAndTranscriptionStopped:"Se han detenido la grabación y la transcripción.",complianceBannerRecordingSaving:"La grabación se está guardando.",complianceBannerRecordingStarted:"Se ha iniciado la grabación.",complianceBannerRecordingStopped:"La grabación se ha detenido.",complianceBannerTranscriptionStarted:"La transcripción se ha iniciado.",complianceBannerTranscriptionConsent:"Al unirse, da su consentimiento para que se transcriba esta reunión.",complianceBannerTranscriptionSaving:"Se está guardando la transcripción.",complianceBannerTranscriptionStopped:"La transcripción se ha detenido.",configurationPageTitle:"Iniciar una llamada",defaultPlaceHolder:"Seleccionar una opción",failedToJoinCallDueToNoNetworkMoreDetails:"Se desconectó la llamada debido a un problema de red. Compruebe la conexión y únase de nuevo.",failedToJoinCallDueToNoNetworkTitle:"Llamada desconectada",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"No se te concedió la entrada a la llamada. Si se trata de un error, vuelve a unirte.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Rechazado de la sala de espera",learnMore:"Más información",leftCallMoreDetails:"Si se trata de un error, vuelve a unirte a la llamada.",leftCallTitle:"Has abandonado la llamada",lobbyScreenConnectingToCallTitle:"Uniéndose a la llamada",lobbyScreenWaitingToBeAdmittedTitle:"Esperando a ser admitido",microphonePermissionDenied:"El explorador está bloqueando el acceso al micrófono",mutedMessage:"Estás silenciado",networkReconnectMoreDetails:"Parece que hubo un problema. Estamos intentando reconectar la llamada.",networkReconnectTitle:"Espere",privacyPolicy:"Directiva de privacidad",rejoinCallButtonLabel:"Volver a unirse a la llamada",removedFromCallMoreDetails:"Otro participante te ha eliminado de la llamada.",removedFromCallTitle:"Fuiste eliminado",soundLabel:"Sonido",startCallButtonLabel:"Iniciar llamada",
|
12854
|
+
var call$a={cameraLabel:"Cámara",cameraPermissionDenied:"El explorador está bloqueando el acceso a la cámara",cameraTurnedOff:"La cámara está apagada",chatButtonLabel:"Chat",close:"Cerrar",complianceBannerNowOnlyRecording:"Solo está grabando esta reunión.",complianceBannerNowOnlyTranscription:"Solo está transcribiendo esta reunión.",complianceBannerRecordingAndTranscriptionSaved:"Se están guardando la grabación y la transcripción.",complianceBannerRecordingAndTranscriptionStarted:"Se han iniciado la grabación y la transcripción.",complianceBannerRecordingAndTranscriptionStopped:"Se han detenido la grabación y la transcripción.",complianceBannerRecordingSaving:"La grabación se está guardando.",complianceBannerRecordingStarted:"Se ha iniciado la grabación.",complianceBannerRecordingStopped:"La grabación se ha detenido.",complianceBannerTranscriptionStarted:"La transcripción se ha iniciado.",complianceBannerTranscriptionConsent:"Al unirse, da su consentimiento para que se transcriba esta reunión.",complianceBannerTranscriptionSaving:"Se está guardando la transcripción.",complianceBannerTranscriptionStopped:"La transcripción se ha detenido.",configurationPageTitle:"Iniciar una llamada",copyInviteLinkButtonLabel:"Copiar vínculo de invitación",copyInviteLinkActionedAriaLabel:"Vínculo de invitación copiado",defaultPlaceHolder:"Seleccionar una opción",dismissSidePaneButtonLabel:"Cerrar",failedToJoinCallDueToNoNetworkMoreDetails:"Se desconectó la llamada debido a un problema de red. Compruebe la conexión y únase de nuevo.",failedToJoinCallDueToNoNetworkTitle:"Llamada desconectada",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"No se te concedió la entrada a la llamada. Si se trata de un error, vuelve a unirte.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Rechazado de la sala de espera",learnMore:"Más información",leftCallMoreDetails:"Si se trata de un error, vuelve a unirte a la llamada.",leftCallTitle:"Has abandonado la llamada",lobbyScreenConnectingToCallTitle:"Uniéndose a la llamada",lobbyScreenWaitingToBeAdmittedTitle:"Esperando a ser admitido",microphonePermissionDenied:"El explorador está bloqueando el acceso al micrófono",microphoneToggleInLobbyNotAllowed:"No se puede silenciar ni reactivar el audio mientras se está en la sala de espera.",mutedMessage:"Estás silenciado",networkReconnectMoreDetails:"Parece que hubo un problema. Estamos intentando reconectar la llamada.",networkReconnectTitle:"Espere",deniedPermissionToRoomDetails:"No tiene permiso para unirse a esta sala.",deniedPermissionToRoomTitle:"Permiso denegado a la sala",peopleButtonLabel:"Contactos",peoplePaneTitle:"Contactos",peopleButtonTooltipOpen:"Mostrar participantes",peopleButtonTooltipClose:"Ocultar participantes",peoplePaneSubTitle:"En esta llamada",privacyPolicy:"Directiva de privacidad",rejoinCallButtonLabel:"Volver a unirse a la llamada",removedFromCallMoreDetails:"Otro participante te ha eliminado de la llamada.",removedFromCallTitle:"Fuiste eliminado",removeMenuLabel:"Quitar",returnToCallButtonAriaDescription:"Volver a llamada",returnToCallButtonAriaLabel:"Volver",roomNotFoundDetails:"El id. de sala proporcionado no es válido.",roomNotFoundTitle:"No se ha encontrado la sala",soundLabel:"Sonido",startCallButtonLabel:"Iniciar llamada",openDialpadButtonLabel:"Marcar número de teléfono",peoplePaneAddPeopleButtonLabel:"Agregar contactos",dialpadStartCallButtonLabel:"Llamar",dialpadModalTitle:"Marcar número de teléfono",dialpadModalAriaLabel:"Teclado de marcado",dialpadCloseModalButtonAriaLabel:"Cerrar teclado de marcado",moreButtonCallingLabel:"Más",resumeCallButtonLabel:"Reanudar",resumingCallButtonLabel:"Reanudando…",resumeCallButtonAriaLabel:"Reanudar llamada",resumingCallButtonAriaLabel:"Reanudar llamada",holdScreenLabel:"Está en espera",openDtmfDialpadLabel:"Mostrar teclado de marcado",dtmfDialpadPlaceHolderText:"Introducir número"};var chat$a={chatListHeader:"En este chat",uploadFile:"Subir archivo"};var callWithChat$a={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Nuevo mensaje",chatButtonTooltipClosedWithMessageCount:"Mostrar chat ({unreadMessagesCount} no leídos)",chatButtonTooltipClose:"Ocultar chat",chatButtonTooltipOpen:"Mostrar chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copiar vínculo de invitación",copyInviteLinkActionedAriaLabel:"Vínculo de invitación copiado",dismissSidePaneButtonLabel:"Cerrar",moreDrawerAudioDeviceMenuTitle:"Dispositivo de audio",moreDrawerButtonLabel:"Más opciones",moreDrawerButtonTooltip:"Más opciones",moreDrawerMicrophoneMenuTitle:"Micrófono",moreDrawerSpeakerMenuTitle:"Altavoz",peopleButtonLabel:"Contactos",peopleButtonTooltipOpen:"Mostrar participantes",peopleButtonTooltipClose:"Ocultar participantes",peoplePaneSubTitle:"En esta llamada",peoplePaneTitle:"Contactos",pictureInPictureTileAriaLabel:"Fuentes de vídeo. Hacer clic para volver a la pantalla de la llamada.",removeMenuLabel:"Quitar",openDialpadButtonLabel:"Marcar número de teléfono",returnToCallButtonAriaDescription:"Volver a llamada",returnToCallButtonAriaLabel:"Volver",peoplePaneAddPeopleButtonLabel:"Agregar contactos",dialpadStartCallButtonLabel:"Llamar",dialpadModalTitle:"Marcar número de teléfono",dialpadModalAriaLabel:"Teclado de marcado",dialpadCloseModalButtonAriaLabel:"Cerrar teclado de marcado",openDtmfDialpadLabel:"Mostrar teclado de marcado",dtmfDialpadPlaceHolderText:"Introducir número"};var es_ES = {call:call$a,chat:chat$a,callWithChat:callWithChat$a};
|
13101
12855
|
|
13102
|
-
var call$9={cameraLabel:"Appareil photo",cameraPermissionDenied:"Votre navigateur bloque l’accès à votre caméra",cameraTurnedOff:"Votre caméra est désactivée",close:"Fermer",complianceBannerNowOnlyRecording:"Vous n’enregistrez désormais que cette réunion.",complianceBannerNowOnlyTranscription:"À présent, vous ne transcrivez que cette réunion.",complianceBannerRecordingAndTranscriptionSaved:"Sauvegarde en cours de l’enregistrement et de la transcription.",complianceBannerRecordingAndTranscriptionStarted:"Démarrage de l’enregistrement et de la transcription.",complianceBannerRecordingAndTranscriptionStopped:"L’enregistrement et la transcription ont pris fin.",complianceBannerRecordingSaving:"Sauvegarde en cours de l'enregistrement.",complianceBannerRecordingStarted:"L’enregistrement a démarré.",complianceBannerRecordingStopped:"L’enregistrement a pris fin.",complianceBannerTranscriptionStarted:"Démarrage de la transcription.",complianceBannerTranscriptionConsent:"En participant, vous autorisez la transcription de cette réunion.",complianceBannerTranscriptionSaving:"Sauvegarde en cours de la transcription.",complianceBannerTranscriptionStopped:"La transcription a pris fin.",configurationPageTitle:"Lancer un appel",defaultPlaceHolder:"Sélectionnez une option",failedToJoinCallDueToNoNetworkMoreDetails:"L’appel a été déconnecté en raison d’un problème réseau. Vérifiez votre connexion et rejoignez-la à nouveau.",failedToJoinCallDueToNoNetworkTitle:"Appel déconnecté",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Vous n’avez pas reçu d’entrée dans l’appel. S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Rejeté de la salle d’attente",learnMore:"En savoir plus",leftCallMoreDetails:"S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",leftCallTitle:"Vous avez quitté l’appel.",lobbyScreenConnectingToCallTitle:"Connexion à l'appel",lobbyScreenWaitingToBeAdmittedTitle:"En attente d’admission",microphonePermissionDenied:"Votre navigateur bloque l’accès à votre micro",mutedMessage:"Le son de votre micro est désactivé.",networkReconnectMoreDetails:"On dirait qu'une erreur est survenue. Nous tentons de vous reconnecter à l’appel.",networkReconnectTitle:"Patience",privacyPolicy:"Politique de confidentialité",rejoinCallButtonLabel:"Rejoindre l’appel à nouveau.",removedFromCallMoreDetails:"Un autre participant vous a supprimé de l’appel.",removedFromCallTitle:"Vous avez été supprimé.",soundLabel:"Son",startCallButtonLabel:"Lancer l'appel",
|
12856
|
+
var call$9={cameraLabel:"Appareil photo",cameraPermissionDenied:"Votre navigateur bloque l’accès à votre caméra",cameraTurnedOff:"Votre caméra est désactivée",chatButtonLabel:"Conversation",close:"Fermer",complianceBannerNowOnlyRecording:"Vous n’enregistrez désormais que cette réunion.",complianceBannerNowOnlyTranscription:"À présent, vous ne transcrivez que cette réunion.",complianceBannerRecordingAndTranscriptionSaved:"Sauvegarde en cours de l’enregistrement et de la transcription.",complianceBannerRecordingAndTranscriptionStarted:"Démarrage de l’enregistrement et de la transcription.",complianceBannerRecordingAndTranscriptionStopped:"L’enregistrement et la transcription ont pris fin.",complianceBannerRecordingSaving:"Sauvegarde en cours de l'enregistrement.",complianceBannerRecordingStarted:"L’enregistrement a démarré.",complianceBannerRecordingStopped:"L’enregistrement a pris fin.",complianceBannerTranscriptionStarted:"Démarrage de la transcription.",complianceBannerTranscriptionConsent:"En participant, vous autorisez la transcription de cette réunion.",complianceBannerTranscriptionSaving:"Sauvegarde en cours de la transcription.",complianceBannerTranscriptionStopped:"La transcription a pris fin.",configurationPageTitle:"Lancer un appel",copyInviteLinkButtonLabel:"Copier le lien d'invitation",copyInviteLinkActionedAriaLabel:"Le lien d’invitation a été copié.",defaultPlaceHolder:"Sélectionnez une option",dismissSidePaneButtonLabel:"Fermer",failedToJoinCallDueToNoNetworkMoreDetails:"L’appel a été déconnecté en raison d’un problème réseau. Vérifiez votre connexion et rejoignez-la à nouveau.",failedToJoinCallDueToNoNetworkTitle:"Appel déconnecté",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Vous n’avez pas reçu d’entrée dans l’appel. S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Rejeté de la salle d’attente",learnMore:"En savoir plus",leftCallMoreDetails:"S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",leftCallTitle:"Vous avez quitté l’appel.",lobbyScreenConnectingToCallTitle:"Connexion à l'appel",lobbyScreenWaitingToBeAdmittedTitle:"En attente d’admission",microphonePermissionDenied:"Votre navigateur bloque l’accès à votre micro",microphoneToggleInLobbyNotAllowed:"Impossible de désactiver ou d’activer le son dans la salle d’attente.",mutedMessage:"Le son de votre micro est désactivé.",networkReconnectMoreDetails:"On dirait qu'une erreur est survenue. Nous tentons de vous reconnecter à l’appel.",networkReconnectTitle:"Patience",deniedPermissionToRoomDetails:"Vous n’êtes pas autorisé à rejoindre cette salle.",deniedPermissionToRoomTitle:"Autorisation refusée pour la salle",peopleButtonLabel:"Personnes",peoplePaneTitle:"Personnes",peopleButtonTooltipOpen:"Afficher les participants",peopleButtonTooltipClose:"Masquer les participants",peoplePaneSubTitle:"Dans cet appel",privacyPolicy:"Politique de confidentialité",rejoinCallButtonLabel:"Rejoindre l’appel à nouveau.",removedFromCallMoreDetails:"Un autre participant vous a supprimé de l’appel.",removedFromCallTitle:"Vous avez été supprimé.",removeMenuLabel:"Supprimer",returnToCallButtonAriaDescription:"Revenir à l’appel",returnToCallButtonAriaLabel:"Précédent",roomNotFoundDetails:"L’ID de salle fourni n’est pas valide.",roomNotFoundTitle:"Salle introuvable",soundLabel:"Son",startCallButtonLabel:"Lancer l'appel",openDialpadButtonLabel:"Composer le numéro de téléphone",peoplePaneAddPeopleButtonLabel:"Ajouter des personnes",dialpadStartCallButtonLabel:"Appeler",dialpadModalTitle:"Composer le numéro de téléphone",dialpadModalAriaLabel:"Pavé numérique",dialpadCloseModalButtonAriaLabel:"Fermer le pavé numérique",moreButtonCallingLabel:"Plus",resumeCallButtonLabel:"Reprendre",resumingCallButtonLabel:"Reprise...",resumeCallButtonAriaLabel:"Reprendre l’appel",resumingCallButtonAriaLabel:"Reprendre l’appel",holdScreenLabel:"Vous avez été mis(e) en attente.",openDtmfDialpadLabel:"Afficher le pavé numérique",dtmfDialpadPlaceHolderText:"Saisir un numéro"};var chat$9={chatListHeader:"Dans cette conversation",uploadFile:"Charger un fichier"};var callWithChat$9={chatButtonLabel:"Clavardage",chatButtonNewMessageNotificationLabel:"Nouveau message",chatButtonTooltipClosedWithMessageCount:"Afficher la conversation ({unreadMessagesCount} non lu)",chatButtonTooltipClose:"Masquer la conversation",chatButtonTooltipOpen:"Afficher la conversation",chatPaneTitle:"Clavardage",copyInviteLinkButtonLabel:"Copier le lien d'invitation",copyInviteLinkActionedAriaLabel:"Le lien d’invitation a été copié.",dismissSidePaneButtonLabel:"Fermer",moreDrawerAudioDeviceMenuTitle:"Périphérique audio",moreDrawerButtonLabel:"Autres options",moreDrawerButtonTooltip:"Autres options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Haut-parleur",peopleButtonLabel:"Personnes",peopleButtonTooltipOpen:"Afficher les participants",peopleButtonTooltipClose:"Masquer les participants",peoplePaneSubTitle:"Pendant cet appel",peoplePaneTitle:"Personnes",pictureInPictureTileAriaLabel:"Flux vidéo. Cliquez pour revenir à l’écran d’appel.",removeMenuLabel:"Supprimer",openDialpadButtonLabel:"Composer le numéro de téléphone",returnToCallButtonAriaDescription:"Revenir à l’appel",returnToCallButtonAriaLabel:"Précédent",peoplePaneAddPeopleButtonLabel:"Ajouter des personnes",dialpadStartCallButtonLabel:"Appeler",dialpadModalTitle:"Composer le numéro de téléphone",dialpadModalAriaLabel:"Pavé numérique",dialpadCloseModalButtonAriaLabel:"Fermer le pavé numérique",openDtmfDialpadLabel:"Afficher le pavé numérique",dtmfDialpadPlaceHolderText:"Saisir un numéro"};var fr_FR = {call:call$9,chat:chat$9,callWithChat:callWithChat$9};
|
13103
12857
|
|
13104
|
-
var call$8={cameraLabel:"Fotocamera",cameraPermissionDenied:"Il browser blocca l'accesso alla fotocamera",cameraTurnedOff:"La videocamera è disabilitata",close:"Chiudi",complianceBannerNowOnlyRecording:"È in corso la registrazione solo di questa riunione.",complianceBannerNowOnlyTranscription:"È in corso la trascrizione solo di questa riunione.",complianceBannerRecordingAndTranscriptionSaved:"È in corso il salvataggio della registrazione e della trascrizione.",complianceBannerRecordingAndTranscriptionStarted:"Registrazione e trascrizione avviate.",complianceBannerRecordingAndTranscriptionStopped:"Registrazione e trascrizione interrotte.",complianceBannerRecordingSaving:"Salvataggio della registrazione in corso.",complianceBannerRecordingStarted:"Registrazione avviata.",complianceBannerRecordingStopped:"Registrazione arrestata.",complianceBannerTranscriptionStarted:"Trascrizione avviata.",complianceBannerTranscriptionConsent:"Partecipando, fornisci il consenso per la trascrizione di questa riunione.",complianceBannerTranscriptionSaving:"È in corso il salvataggio della trascrizione.",complianceBannerTranscriptionStopped:"Trascrizione interrotta.",configurationPageTitle:"Avvia una chiamata",defaultPlaceHolder:"Seleziona un'opzione",failedToJoinCallDueToNoNetworkMoreDetails:"La chiamata è stata disconnessa a causa di un problema di rete. Controlla la connessione e partecipa di nuovo.",failedToJoinCallDueToNoNetworkTitle:"Chiamata interrotta",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Non ti è stato concesso l’accesso alla chiamata. Se si è trattato di un errore, partecipa di nuovo alla chiamata.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Ignorato dalla sala di attesa",learnMore:"Ulteriori informazioni",leftCallMoreDetails:"Se si è trattato di un errore, partecipa di nuovo alla chiamata.",leftCallTitle:"Hai abbandonato la chiamata",lobbyScreenConnectingToCallTitle:"Partecipazione alla chiamata",lobbyScreenWaitingToBeAdmittedTitle:"In attesa di essere ammessi",microphonePermissionDenied:"Il browser blocca l'accesso al microfono",mutedMessage:"L'audio è disattivato.",networkReconnectMoreDetails:"Sembra si sia verificato un errore. Stiamo cercando di ristabilire la connessione alla chiamata.",networkReconnectTitle:"Attendi",privacyPolicy:"Informativa sulla privacy",rejoinCallButtonLabel:"Partecipa alla chiamata",removedFromCallMoreDetails:"Un altro partecipante ti ha rimosso dalla chiamata.",removedFromCallTitle:"Sei stato rimosso",soundLabel:"Suono",startCallButtonLabel:"Avvia chiamata",
|
12858
|
+
var call$8={cameraLabel:"Fotocamera",cameraPermissionDenied:"Il browser blocca l'accesso alla fotocamera",cameraTurnedOff:"La videocamera è disabilitata",chatButtonLabel:"Chat",close:"Chiudi",complianceBannerNowOnlyRecording:"È in corso la registrazione solo di questa riunione.",complianceBannerNowOnlyTranscription:"È in corso la trascrizione solo di questa riunione.",complianceBannerRecordingAndTranscriptionSaved:"È in corso il salvataggio della registrazione e della trascrizione.",complianceBannerRecordingAndTranscriptionStarted:"Registrazione e trascrizione avviate.",complianceBannerRecordingAndTranscriptionStopped:"Registrazione e trascrizione interrotte.",complianceBannerRecordingSaving:"Salvataggio della registrazione in corso.",complianceBannerRecordingStarted:"Registrazione avviata.",complianceBannerRecordingStopped:"Registrazione arrestata.",complianceBannerTranscriptionStarted:"Trascrizione avviata.",complianceBannerTranscriptionConsent:"Partecipando, fornisci il consenso per la trascrizione di questa riunione.",complianceBannerTranscriptionSaving:"È in corso il salvataggio della trascrizione.",complianceBannerTranscriptionStopped:"Trascrizione interrotta.",configurationPageTitle:"Avvia una chiamata",copyInviteLinkButtonLabel:"Copia il collegamento dell’invito",copyInviteLinkActionedAriaLabel:"Collegamento di invito copiato",defaultPlaceHolder:"Seleziona un'opzione",dismissSidePaneButtonLabel:"Chiudi",failedToJoinCallDueToNoNetworkMoreDetails:"La chiamata è stata disconnessa a causa di un problema di rete. Controlla la connessione e partecipa di nuovo.",failedToJoinCallDueToNoNetworkTitle:"Chiamata interrotta",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Non ti è stato concesso l’accesso alla chiamata. Se si è trattato di un errore, partecipa di nuovo alla chiamata.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Ignorato dalla sala di attesa",learnMore:"Ulteriori informazioni",leftCallMoreDetails:"Se si è trattato di un errore, partecipa di nuovo alla chiamata.",leftCallTitle:"Hai abbandonato la chiamata",lobbyScreenConnectingToCallTitle:"Partecipazione alla chiamata",lobbyScreenWaitingToBeAdmittedTitle:"In attesa di essere ammessi",microphonePermissionDenied:"Il browser blocca l'accesso al microfono",microphoneToggleInLobbyNotAllowed:"Impossibile attivare o disattivare l'audio nella sala di attesa.",mutedMessage:"L'audio è disattivato.",networkReconnectMoreDetails:"Sembra si sia verificato un errore. Stiamo cercando di ristabilire la connessione alla chiamata.",networkReconnectTitle:"Attendi",deniedPermissionToRoomDetails:"Non si dispone dell'autorizzazione per partecipare a questa stanza.",deniedPermissionToRoomTitle:"Autorizzazione negata alla stanza",peopleButtonLabel:"Persone",peoplePaneTitle:"Persone",peopleButtonTooltipOpen:"Mostra partecipanti",peopleButtonTooltipClose:"Nascondi partecipanti",peoplePaneSubTitle:"In questa chiamata",privacyPolicy:"Informativa sulla privacy",rejoinCallButtonLabel:"Partecipa alla chiamata",removedFromCallMoreDetails:"Un altro partecipante ti ha rimosso dalla chiamata.",removedFromCallTitle:"Sei stato rimosso",removeMenuLabel:"Rimuovi",returnToCallButtonAriaDescription:"Torna alla chiamata",returnToCallButtonAriaLabel:"Indietro",roomNotFoundDetails:"L'ID sala specificato non è valido.",roomNotFoundTitle:"La stanza non è stata trovata",soundLabel:"Suono",startCallButtonLabel:"Avvia chiamata",openDialpadButtonLabel:"Componi il numero di telefono",peoplePaneAddPeopleButtonLabel:"Aggiungi persone",dialpadStartCallButtonLabel:"Chiamata",dialpadModalTitle:"Componi il numero di telefono",dialpadModalAriaLabel:"Tastiera",dialpadCloseModalButtonAriaLabel:"Chiudi tastiera",moreButtonCallingLabel:"Altro",resumeCallButtonLabel:"Riprendi",resumingCallButtonLabel:"Ripresa in corso...",resumeCallButtonAriaLabel:"Riprendi chiamata",resumingCallButtonAriaLabel:"Riprendi chiamata",holdScreenLabel:"In attesa.",openDtmfDialpadLabel:"Mostra tastiera",dtmfDialpadPlaceHolderText:"Immetti il numero"};var chat$8={chatListHeader:"In questa chat",uploadFile:"Carica file"};var callWithChat$8={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Nuovo messaggio",chatButtonTooltipClosedWithMessageCount:"Mostra chat ({unreadMessagesCount} non letto)",chatButtonTooltipClose:"Nascondi chat",chatButtonTooltipOpen:"Mostra chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copia il collegamento dell’invito",copyInviteLinkActionedAriaLabel:"Collegamento di invito copiato",dismissSidePaneButtonLabel:"Chiudi",moreDrawerAudioDeviceMenuTitle:"Dispositivo audio",moreDrawerButtonLabel:"Altre opzioni",moreDrawerButtonTooltip:"Altre opzioni",moreDrawerMicrophoneMenuTitle:"Microfono",moreDrawerSpeakerMenuTitle:"Altoparlante",peopleButtonLabel:"Persone",peopleButtonTooltipOpen:"Mostra partecipanti",peopleButtonTooltipClose:"Nascondi partecipanti",peoplePaneSubTitle:"In questa chiamata",peoplePaneTitle:"Persone",pictureInPictureTileAriaLabel:"Feed video. Fare clic per tornare alla schermata della chiamata.",removeMenuLabel:"Rimuovi",openDialpadButtonLabel:"Componi il numero di telefono",returnToCallButtonAriaDescription:"Torna alla chiamata",returnToCallButtonAriaLabel:"Indietro",peoplePaneAddPeopleButtonLabel:"Aggiungi persone",dialpadStartCallButtonLabel:"Chiamata",dialpadModalTitle:"Componi il numero di telefono",dialpadModalAriaLabel:"Tastiera",dialpadCloseModalButtonAriaLabel:"Chiudi tastiera",openDtmfDialpadLabel:"Mostra tastiera",dtmfDialpadPlaceHolderText:"Immetti il numero"};var it_IT = {call:call$8,chat:chat$8,callWithChat:callWithChat$8};
|
13105
12859
|
|
13106
|
-
var call$7={cameraLabel:"カメラ",cameraPermissionDenied:"お使いのブラウザーがカメラへのアクセスをブロックしています",cameraTurnedOff:"カメラはオフになっています",close:"閉じる",complianceBannerNowOnlyRecording:"今はこの会議の録画のみを行っています。",complianceBannerNowOnlyTranscription:"この会議のトランスクリプトを作成しています。",complianceBannerRecordingAndTranscriptionSaved:"レコーディングとトランスクリプトを保存されました。",complianceBannerRecordingAndTranscriptionStarted:"レコーディングとトランスクリプトが開始されました。",complianceBannerRecordingAndTranscriptionStopped:"レコーディングとトランスクリプトを停止しました。",complianceBannerRecordingSaving:"レコーディングを保存しています。",complianceBannerRecordingStarted:"レコーディングを開始しました。",complianceBannerRecordingStopped:"レコーディングを停止しました。",complianceBannerTranscriptionStarted:"トランスクリプトが開始しました。",complianceBannerTranscriptionConsent:"参加すると、この会議のトランスクリプトの作成に同意したことになります。",complianceBannerTranscriptionSaving:"トランスクリプトを保存されました。",complianceBannerTranscriptionStopped:"トランスクリプトが停止しました。",configurationPageTitle:"通話を開始",defaultPlaceHolder:"オプションを選択する",failedToJoinCallDueToNoNetworkMoreDetails:"ネットワークの問題により、通話が切断されました。接続を確認して、もう一度参加してください。",failedToJoinCallDueToNoNetworkTitle:"通話が切断されました",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"通話のエントリが許可されませんでした。これが間違いだった場合は、通話に再参加してください。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"ロビーから消去しました",learnMore:"詳細情報",leftCallMoreDetails:"これが間違いだった場合は、通話に再度参加してください。",leftCallTitle:"通話を終了しました",lobbyScreenConnectingToCallTitle:"通話に参加中",lobbyScreenWaitingToBeAdmittedTitle:"承認待機中",microphonePermissionDenied:"お使いのブラウザーがマイクへのアクセスをブロックしています",mutedMessage:"ミュートになっています",networkReconnectMoreDetails:"問題が発生したようです。通話に戻ろうとしています。",networkReconnectTitle:"お待ちください",privacyPolicy:"プライバシー ポリシー",rejoinCallButtonLabel:"通話に再度参加",removedFromCallMoreDetails:"別の参加者があなたを通話から削除しました。",removedFromCallTitle:"削除されました",soundLabel:"音声",startCallButtonLabel:"通話を開始",
|
12860
|
+
var call$7={cameraLabel:"カメラ",cameraPermissionDenied:"お使いのブラウザーがカメラへのアクセスをブロックしています",cameraTurnedOff:"カメラはオフになっています",chatButtonLabel:"チャット",close:"閉じる",complianceBannerNowOnlyRecording:"今はこの会議の録画のみを行っています。",complianceBannerNowOnlyTranscription:"この会議のトランスクリプトを作成しています。",complianceBannerRecordingAndTranscriptionSaved:"レコーディングとトランスクリプトを保存されました。",complianceBannerRecordingAndTranscriptionStarted:"レコーディングとトランスクリプトが開始されました。",complianceBannerRecordingAndTranscriptionStopped:"レコーディングとトランスクリプトを停止しました。",complianceBannerRecordingSaving:"レコーディングを保存しています。",complianceBannerRecordingStarted:"レコーディングを開始しました。",complianceBannerRecordingStopped:"レコーディングを停止しました。",complianceBannerTranscriptionStarted:"トランスクリプトが開始しました。",complianceBannerTranscriptionConsent:"参加すると、この会議のトランスクリプトの作成に同意したことになります。",complianceBannerTranscriptionSaving:"トランスクリプトを保存されました。",complianceBannerTranscriptionStopped:"トランスクリプトが停止しました。",configurationPageTitle:"通話を開始",copyInviteLinkButtonLabel:"招待用のリンクをコピー",copyInviteLinkActionedAriaLabel:"招待用のリンクがコピーされました",defaultPlaceHolder:"オプションを選択する",dismissSidePaneButtonLabel:"閉じる",failedToJoinCallDueToNoNetworkMoreDetails:"ネットワークの問題により、通話が切断されました。接続を確認して、もう一度参加してください。",failedToJoinCallDueToNoNetworkTitle:"通話が切断されました",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"通話のエントリが許可されませんでした。これが間違いだった場合は、通話に再参加してください。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"ロビーから消去しました",learnMore:"詳細情報",leftCallMoreDetails:"これが間違いだった場合は、通話に再度参加してください。",leftCallTitle:"通話を終了しました",lobbyScreenConnectingToCallTitle:"通話に参加中",lobbyScreenWaitingToBeAdmittedTitle:"承認待機中",microphonePermissionDenied:"お使いのブラウザーがマイクへのアクセスをブロックしています",microphoneToggleInLobbyNotAllowed:"ロビーにいる間はミュートまたはミュート解除できません。",mutedMessage:"ミュートになっています",networkReconnectMoreDetails:"問題が発生したようです。通話に戻ろうとしています。",networkReconnectTitle:"お待ちください",deniedPermissionToRoomDetails:"このルームに参加するためのアクセス許可がありません。",deniedPermissionToRoomTitle:"ルームによるアクセス拒否",peopleButtonLabel:"連絡先",peoplePaneTitle:"連絡先",peopleButtonTooltipOpen:"参加者を表示",peopleButtonTooltipClose:"参加者を非表示",peoplePaneSubTitle:"通話中",privacyPolicy:"プライバシー ポリシー",rejoinCallButtonLabel:"通話に再度参加",removedFromCallMoreDetails:"別の参加者があなたを通話から削除しました。",removedFromCallTitle:"削除されました",removeMenuLabel:"削除",returnToCallButtonAriaDescription:"通話に戻る",returnToCallButtonAriaLabel:"戻る",roomNotFoundDetails:"指定されたルーム ID が無効です。",roomNotFoundTitle:"ルームが見つかりません",soundLabel:"音声",startCallButtonLabel:"通話を開始",openDialpadButtonLabel:"電話番号をダイヤルする",peoplePaneAddPeopleButtonLabel:"ユーザーの追加",dialpadStartCallButtonLabel:"通話",dialpadModalTitle:"電話番号をダイヤルする",dialpadModalAriaLabel:"ダイヤルパッド",dialpadCloseModalButtonAriaLabel:"ダイヤルパッドを閉じる",moreButtonCallingLabel:"その他",resumeCallButtonLabel:"再開",resumingCallButtonLabel:"再開しています...",resumeCallButtonAriaLabel:"通話の再開",resumingCallButtonAriaLabel:"通話の再開",holdScreenLabel:"保留中です",openDtmfDialpadLabel:"ダイヤルパッドを表示",dtmfDialpadPlaceHolderText:"番号を入力してください"};var chat$7={chatListHeader:"このチャット内",uploadFile:"ファイルのアップロード"};var callWithChat$7={chatButtonLabel:"チャット",chatButtonNewMessageNotificationLabel:"新規メッセージ",chatButtonTooltipClosedWithMessageCount:"チャットを表示する ({unreadMessagesCount} 件の未読)",chatButtonTooltipClose:"チャットを非表示",chatButtonTooltipOpen:"チャットを表示",chatPaneTitle:"チャット",copyInviteLinkButtonLabel:"招待用のリンクをコピー",copyInviteLinkActionedAriaLabel:"招待用のリンクがコピーされました",dismissSidePaneButtonLabel:"閉じる",moreDrawerAudioDeviceMenuTitle:"オーディオ デバイス",moreDrawerButtonLabel:"その他のオプション",moreDrawerButtonTooltip:"その他のオプション",moreDrawerMicrophoneMenuTitle:"マイク",moreDrawerSpeakerMenuTitle:"スピーカー",peopleButtonLabel:"ユーザー",peopleButtonTooltipOpen:"参加者を表示",peopleButtonTooltipClose:"参加者を非表示",peoplePaneSubTitle:"この通話で",peoplePaneTitle:"ユーザー",pictureInPictureTileAriaLabel:"ビデオ フィード。 クリックすると通話画面に戻ります。",removeMenuLabel:"削除",openDialpadButtonLabel:"電話番号をダイヤルする",returnToCallButtonAriaDescription:"通話に戻る",returnToCallButtonAriaLabel:"戻る",peoplePaneAddPeopleButtonLabel:"ユーザーの追加",dialpadStartCallButtonLabel:"通話",dialpadModalTitle:"電話番号をダイヤルする",dialpadModalAriaLabel:"ダイヤルパッド",dialpadCloseModalButtonAriaLabel:"ダイヤルパッドを閉じる",openDtmfDialpadLabel:"ダイヤルパッドを表示",dtmfDialpadPlaceHolderText:"番号を入力してください"};var ja_JP = {call:call$7,chat:chat$7,callWithChat:callWithChat$7};
|
13107
12861
|
|
13108
|
-
var call$6={cameraLabel:"카메라",cameraPermissionDenied:"브라우저에서 카메라에 대한 액세스를 차단하고 있습니다.",cameraTurnedOff:"카메라가 꺼져 있음",close:"닫기",complianceBannerNowOnlyRecording:"이제 이 모임의 녹음/녹화만 진행합니다.",complianceBannerNowOnlyTranscription:"이제 이 모임의 전사만 진행합니다.",complianceBannerRecordingAndTranscriptionSaved:"녹음/녹화와 전사를 저장하는 중입니다.",complianceBannerRecordingAndTranscriptionStarted:"녹음/녹화와 전사를 시작했습니다.",complianceBannerRecordingAndTranscriptionStopped:"녹음/녹화와 전사를 중단했습니다.",complianceBannerRecordingSaving:"녹음/녹화를 저장하는 중입니다.",complianceBannerRecordingStarted:"녹음/녹화를 시작했습니다.",complianceBannerRecordingStopped:"녹음/녹화를 중단했습니다.",complianceBannerTranscriptionStarted:"전사를 시작했습니다.",complianceBannerTranscriptionConsent:"참가하면 이 모임이 전사되는 것에 동의하게 됩니다.",complianceBannerTranscriptionSaving:"전사를 저장하는 중입니다.",complianceBannerTranscriptionStopped:"전사를 중단했습니다.",configurationPageTitle:"통화 시작",defaultPlaceHolder:"옵션 선택",failedToJoinCallDueToNoNetworkMoreDetails:"네트워크 문제로 인해 통화 연결이 끊어졌습니다. 연결을 확인하고 다시 참가하세요.",failedToJoinCallDueToNoNetworkTitle:"통화 연결 끊김",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"통화에 참가할 수 있는 권한이 없습니다. 실수라면 통화에 다시 참가하세요.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"대기실에서 해제됐습니다.",learnMore:"자세한 정보",leftCallMoreDetails:"실수라면 통화에 다시 참가하세요.",leftCallTitle:"통화를 종료했습니다.",lobbyScreenConnectingToCallTitle:"통화에 참가",lobbyScreenWaitingToBeAdmittedTitle:"승인을 기다리는 중",microphonePermissionDenied:"브라우저에서 마이크에 대한 액세스를 차단하고 있습니다.",mutedMessage:"음소거 되었습니다.",networkReconnectMoreDetails:"문제가 발생한 것 같습니다. 통화에 다시 연결하려고 합니다.",networkReconnectTitle:"잠시만",privacyPolicy:"개인 정보 취급 방침",rejoinCallButtonLabel:"통화 다시 참가",removedFromCallMoreDetails:"다른 참가자가 귀하를 통화에서 제거했습니다.",removedFromCallTitle:"통화에서 제거됐습니다.",soundLabel:"소리",startCallButtonLabel:"통화 시작",
|
12862
|
+
var call$6={cameraLabel:"카메라",cameraPermissionDenied:"브라우저에서 카메라에 대한 액세스를 차단하고 있습니다.",cameraTurnedOff:"카메라가 꺼져 있음",chatButtonLabel:"채팅",close:"닫기",complianceBannerNowOnlyRecording:"이제 이 모임의 녹음/녹화만 진행합니다.",complianceBannerNowOnlyTranscription:"이제 이 모임의 전사만 진행합니다.",complianceBannerRecordingAndTranscriptionSaved:"녹음/녹화와 전사를 저장하는 중입니다.",complianceBannerRecordingAndTranscriptionStarted:"녹음/녹화와 전사를 시작했습니다.",complianceBannerRecordingAndTranscriptionStopped:"녹음/녹화와 전사를 중단했습니다.",complianceBannerRecordingSaving:"녹음/녹화를 저장하는 중입니다.",complianceBannerRecordingStarted:"녹음/녹화를 시작했습니다.",complianceBannerRecordingStopped:"녹음/녹화를 중단했습니다.",complianceBannerTranscriptionStarted:"전사를 시작했습니다.",complianceBannerTranscriptionConsent:"참가하면 이 모임이 전사되는 것에 동의하게 됩니다.",complianceBannerTranscriptionSaving:"전사를 저장하는 중입니다.",complianceBannerTranscriptionStopped:"전사를 중단했습니다.",configurationPageTitle:"통화 시작",copyInviteLinkButtonLabel:"초대 링크 복사",copyInviteLinkActionedAriaLabel:"초대 링크를 복사함",defaultPlaceHolder:"옵션 선택",dismissSidePaneButtonLabel:"닫기",failedToJoinCallDueToNoNetworkMoreDetails:"네트워크 문제로 인해 통화 연결이 끊어졌습니다. 연결을 확인하고 다시 참가하세요.",failedToJoinCallDueToNoNetworkTitle:"통화 연결 끊김",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"통화에 참가할 수 있는 권한이 없습니다. 실수라면 통화에 다시 참가하세요.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"대기실에서 해제됐습니다.",learnMore:"자세한 정보",leftCallMoreDetails:"실수라면 통화에 다시 참가하세요.",leftCallTitle:"통화를 종료했습니다.",lobbyScreenConnectingToCallTitle:"통화에 참가",lobbyScreenWaitingToBeAdmittedTitle:"승인을 기다리는 중",microphonePermissionDenied:"브라우저에서 마이크에 대한 액세스를 차단하고 있습니다.",microphoneToggleInLobbyNotAllowed:"대기실에 있는 동안에는 음소거하거나 음소거를 해제할 수 없습니다.",mutedMessage:"음소거 되었습니다.",networkReconnectMoreDetails:"문제가 발생한 것 같습니다. 통화에 다시 연결하려고 합니다.",networkReconnectTitle:"잠시만",deniedPermissionToRoomDetails:"이 채팅방에 참가할 수 있는 권한이 없습니다.",deniedPermissionToRoomTitle:"회의실에 대한 사용 권한이 거부됨",peopleButtonLabel:"사용자",peoplePaneTitle:"사용자",peopleButtonTooltipOpen:"참가자 표시",peopleButtonTooltipClose:"참가자 숨기기",peoplePaneSubTitle:"이 통화에서",privacyPolicy:"개인 정보 취급 방침",rejoinCallButtonLabel:"통화 다시 참가",removedFromCallMoreDetails:"다른 참가자가 귀하를 통화에서 제거했습니다.",removedFromCallTitle:"통화에서 제거됐습니다.",removeMenuLabel:"제거",returnToCallButtonAriaDescription:"통화로 돌아가기",returnToCallButtonAriaLabel:"뒤로",roomNotFoundDetails:"제공된 회의실 ID가 잘못되었습니다.",roomNotFoundTitle:"회의실을 찾을 수 없음",soundLabel:"소리",startCallButtonLabel:"통화 시작",openDialpadButtonLabel:"전화 번호 전화 걸기",peoplePaneAddPeopleButtonLabel:"사용자 추가",dialpadStartCallButtonLabel:"통화",dialpadModalTitle:"전화 번호 전화 걸기",dialpadModalAriaLabel:"다이얼패드",dialpadCloseModalButtonAriaLabel:"다이얼패드 닫기",moreButtonCallingLabel:"기타",resumeCallButtonLabel:"계속",resumingCallButtonLabel:"다시 시작 중...",resumeCallButtonAriaLabel:"통화 다시 시작",resumingCallButtonAriaLabel:"통화 계속하기",holdScreenLabel:"대기 중입니다.",openDtmfDialpadLabel:"다이얼패드 표시",dtmfDialpadPlaceHolderText:"번호 입력"};var chat$6={chatListHeader:"채팅 참가자",uploadFile:"파일 업로드"};var callWithChat$6={chatButtonLabel:"채팅",chatButtonNewMessageNotificationLabel:"새 메시지",chatButtonTooltipClosedWithMessageCount:"채팅 표시({unreadMessagesCount} 읽지 않음)",chatButtonTooltipClose:"채팅 숨기기",chatButtonTooltipOpen:"채팅 표시",chatPaneTitle:"채팅",copyInviteLinkButtonLabel:"초대 링크 복사",copyInviteLinkActionedAriaLabel:"초대 링크를 복사함",dismissSidePaneButtonLabel:"닫기",moreDrawerAudioDeviceMenuTitle:"오디오 장치",moreDrawerButtonLabel:"기타 옵션",moreDrawerButtonTooltip:"기타 옵션",moreDrawerMicrophoneMenuTitle:"마이크",moreDrawerSpeakerMenuTitle:"발화자",peopleButtonLabel:"사용자",peopleButtonTooltipOpen:"참가자 표시",peopleButtonTooltipClose:"참가자 숨기기",peoplePaneSubTitle:"이 통화에서",peoplePaneTitle:"사용자",pictureInPictureTileAriaLabel:"비디오 피드입니다. 클릭하면 통화 화면으로 돌아갑니다.",removeMenuLabel:"제거",openDialpadButtonLabel:"전화 번호 전화 걸기",returnToCallButtonAriaDescription:"통화로 돌아가기",returnToCallButtonAriaLabel:"뒤로",peoplePaneAddPeopleButtonLabel:"사용자 추가",dialpadStartCallButtonLabel:"통화",dialpadModalTitle:"전화 번호 전화 걸기",dialpadModalAriaLabel:"다이얼패드",dialpadCloseModalButtonAriaLabel:"다이얼패드 닫기",openDtmfDialpadLabel:"다이얼패드 표시",dtmfDialpadPlaceHolderText:"번호 입력"};var ko_KR = {call:call$6,chat:chat$6,callWithChat:callWithChat$6};
|
13109
12863
|
|
13110
|
-
var call$5={cameraLabel:"Camera",cameraPermissionDenied:"Uw browser blokkeert de toegang tot uw camera",cameraTurnedOff:"Camera is uitgeschakeld",close:"Sluiten",complianceBannerNowOnlyRecording:"U bent nu alleen deze vergadering aan het opnemen.",complianceBannerNowOnlyTranscription:"U bent nu alleen deze vergadering aan het transcriberen.",complianceBannerRecordingAndTranscriptionSaved:"Opname en transcriptie worden opgeslagen.",complianceBannerRecordingAndTranscriptionStarted:"Opname en transcriptie zijn gestart.",complianceBannerRecordingAndTranscriptionStopped:"Opname en transcriptie zijn gestopt.",complianceBannerRecordingSaving:"De opname wordt opgeslagen.",complianceBannerRecordingStarted:"De opname is gestart.",complianceBannerRecordingStopped:"De opname is gestopt.",complianceBannerTranscriptionStarted:"Transcriptie is gestart.",complianceBannerTranscriptionConsent:"Door deel te nemen, geeft u toestemming voor het transcriberen van deze vergadering.",complianceBannerTranscriptionSaving:"Transcriptie wordt opgeslagen.",complianceBannerTranscriptionStopped:"Transcriptie is gestopt.",configurationPageTitle:"Een oproep starten",defaultPlaceHolder:"Een optie selecteren",failedToJoinCallDueToNoNetworkMoreDetails:"De verbinding is verbroken vanwege een netwerkprobleem. Controleer de verbinding en neem opnieuw deel.",failedToJoinCallDueToNoNetworkTitle:"Verbinding verbroken",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"U hebt geen toegang gekregen in het gesprek. Als dit een fout is, neemt u opnieuw deel aan het gesprek.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Verwijderd uit lobby",learnMore:"Meer informatie",leftCallMoreDetails:"Als dit een vergissing was, neemt u opnieuw deel aan het gesprek.",leftCallTitle:"U hebt het gesprek verlaten",lobbyScreenConnectingToCallTitle:"Deelnemen aan oproep",lobbyScreenWaitingToBeAdmittedTitle:"Wachten om te worden toegelaten",microphonePermissionDenied:"Uw browser blokkeert de toegang tot uw microfoon",mutedMessage:"Uw geluid is gedempt",networkReconnectMoreDetails:"Er is iets misgegaan. We proberen terug te gaan naar het gesprek.",networkReconnectTitle:"Wacht even",privacyPolicy:"Privacybeleid",rejoinCallButtonLabel:"Opnieuw deelnemen aan gesprek",removedFromCallMoreDetails:"Een andere deelnemer heeft u uit het gesprek verwijderd.",removedFromCallTitle:"U bent verwijderd",soundLabel:"Geluid",startCallButtonLabel:"Gesprek starten",
|
12864
|
+
var call$5={cameraLabel:"Camera",cameraPermissionDenied:"Uw browser blokkeert de toegang tot uw camera",cameraTurnedOff:"Camera is uitgeschakeld",chatButtonLabel:"Chatten",close:"Sluiten",complianceBannerNowOnlyRecording:"U bent nu alleen deze vergadering aan het opnemen.",complianceBannerNowOnlyTranscription:"U bent nu alleen deze vergadering aan het transcriberen.",complianceBannerRecordingAndTranscriptionSaved:"Opname en transcriptie worden opgeslagen.",complianceBannerRecordingAndTranscriptionStarted:"Opname en transcriptie zijn gestart.",complianceBannerRecordingAndTranscriptionStopped:"Opname en transcriptie zijn gestopt.",complianceBannerRecordingSaving:"De opname wordt opgeslagen.",complianceBannerRecordingStarted:"De opname is gestart.",complianceBannerRecordingStopped:"De opname is gestopt.",complianceBannerTranscriptionStarted:"Transcriptie is gestart.",complianceBannerTranscriptionConsent:"Door deel te nemen, geeft u toestemming voor het transcriberen van deze vergadering.",complianceBannerTranscriptionSaving:"Transcriptie wordt opgeslagen.",complianceBannerTranscriptionStopped:"Transcriptie is gestopt.",configurationPageTitle:"Een oproep starten",copyInviteLinkButtonLabel:"Uitnodigingskoppeling kopiëren",copyInviteLinkActionedAriaLabel:"Uitnodigingskoppeling gekopieerd",defaultPlaceHolder:"Een optie selecteren",dismissSidePaneButtonLabel:"Sluiten",failedToJoinCallDueToNoNetworkMoreDetails:"De verbinding is verbroken vanwege een netwerkprobleem. Controleer de verbinding en neem opnieuw deel.",failedToJoinCallDueToNoNetworkTitle:"Verbinding verbroken",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"U hebt geen toegang gekregen in het gesprek. Als dit een fout is, neemt u opnieuw deel aan het gesprek.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Verwijderd uit lobby",learnMore:"Meer informatie",leftCallMoreDetails:"Als dit een vergissing was, neemt u opnieuw deel aan het gesprek.",leftCallTitle:"U hebt het gesprek verlaten",lobbyScreenConnectingToCallTitle:"Deelnemen aan oproep",lobbyScreenWaitingToBeAdmittedTitle:"Wachten om te worden toegelaten",microphonePermissionDenied:"Uw browser blokkeert de toegang tot uw microfoon",microphoneToggleInLobbyNotAllowed:"Kan niet dempen of dempen opheffen in de lobby.",mutedMessage:"Uw geluid is gedempt",networkReconnectMoreDetails:"Er is iets misgegaan. We proberen terug te gaan naar het gesprek.",networkReconnectTitle:"Wacht even",deniedPermissionToRoomDetails:"U bent niet gemachtigd om deel te nemen aan deze ruimte.",deniedPermissionToRoomTitle:"Machtiging voor de ruimte is geweigerd",peopleButtonLabel:"Personen",peoplePaneTitle:"Personen",peopleButtonTooltipOpen:"Deelnemers weergeven",peopleButtonTooltipClose:"Deelnemers verbergen",peoplePaneSubTitle:"In dit gesprek",privacyPolicy:"Privacybeleid",rejoinCallButtonLabel:"Opnieuw deelnemen aan gesprek",removedFromCallMoreDetails:"Een andere deelnemer heeft u uit het gesprek verwijderd.",removedFromCallTitle:"U bent verwijderd",removeMenuLabel:"Verwijderen",returnToCallButtonAriaDescription:"Terug naar gesprek",returnToCallButtonAriaLabel:"Terug",roomNotFoundDetails:"De opgegeven ruimte-id is niet geldig.",roomNotFoundTitle:"Ruimte niet gevonden",soundLabel:"Geluid",startCallButtonLabel:"Gesprek starten",openDialpadButtonLabel:"Telefoonnummer kiezen",peoplePaneAddPeopleButtonLabel:"Personen toevoegen",dialpadStartCallButtonLabel:"Bellen",dialpadModalTitle:"Telefoonnummer kiezen",dialpadModalAriaLabel:"Telefoonkiezer",dialpadCloseModalButtonAriaLabel:"Toetsenblok sluiten",moreButtonCallingLabel:"Meer",resumeCallButtonLabel:"Hervatten",resumingCallButtonLabel:"Hervatten...",resumeCallButtonAriaLabel:"Gesprek hervatten",resumingCallButtonAriaLabel:"Gesprek hervatten",holdScreenLabel:"U staat in de wacht",openDtmfDialpadLabel:"Toetsenblok weergeven",dtmfDialpadPlaceHolderText:"Nummer invoeren"};var chat$5={chatListHeader:"In deze chat",uploadFile:"Bestand uploaden"};var callWithChat$5={chatButtonLabel:"Chatten",chatButtonNewMessageNotificationLabel:"Nieuw bericht",chatButtonTooltipClosedWithMessageCount:"Chat weergeven ({unreadMessagesCount} ongelezen)",chatButtonTooltipClose:"Chat verbergen",chatButtonTooltipOpen:"Chat weergeven",chatPaneTitle:"Chatten",copyInviteLinkButtonLabel:"Uitnodigingskoppeling kopiëren",copyInviteLinkActionedAriaLabel:"Uitnodigingskoppeling gekopieerd",dismissSidePaneButtonLabel:"Sluiten",moreDrawerAudioDeviceMenuTitle:"Audioapparaat",moreDrawerButtonLabel:"Meer opties",moreDrawerButtonTooltip:"Meer opties",moreDrawerMicrophoneMenuTitle:"Microfoon",moreDrawerSpeakerMenuTitle:"Luidspreker",peopleButtonLabel:"Personen",peopleButtonTooltipOpen:"Deelnemers weergeven",peopleButtonTooltipClose:"Deelnemers verbergen",peoplePaneSubTitle:"In dit gesprek",peoplePaneTitle:"Personen",pictureInPictureTileAriaLabel:"Videofeeds. Klik om terug te keren naar het oproepscherm.",removeMenuLabel:"Verwijderen",openDialpadButtonLabel:"Telefoonnummer kiezen",returnToCallButtonAriaDescription:"Terug naar gesprek",returnToCallButtonAriaLabel:"Terug",peoplePaneAddPeopleButtonLabel:"Personen toevoegen",dialpadStartCallButtonLabel:"Bellen",dialpadModalTitle:"Telefoonnummer kiezen",dialpadModalAriaLabel:"Telefoonkiezer",dialpadCloseModalButtonAriaLabel:"Toetsenblok sluiten",openDtmfDialpadLabel:"Toetsenblok weergeven",dtmfDialpadPlaceHolderText:"Nummer invoeren"};var nl_NL = {call:call$5,chat:chat$5,callWithChat:callWithChat$5};
|
13111
12865
|
|
13112
|
-
var call$4={cameraLabel:"Câmera",cameraPermissionDenied:"Seu navegador está bloqueando o acesso à câmera",cameraTurnedOff:"Sua câmera está desativada",close:"Fechar",complianceBannerNowOnlyRecording:"Você agora está apenas gravando esta reunião.",complianceBannerNowOnlyTranscription:"Você agora está apenas transcrevendo esta reunião.",complianceBannerRecordingAndTranscriptionSaved:"A gravação e a transcrição estão sendo salvas.",complianceBannerRecordingAndTranscriptionStarted:"A gravação e a transcrição foram iniciadas.",complianceBannerRecordingAndTranscriptionStopped:"A gravação e a transcrição foram interrompidas.",complianceBannerRecordingSaving:"A gravação está sendo salva.",complianceBannerRecordingStarted:"A gravação foi iniciada.",complianceBannerRecordingStopped:"A gravação foi interrompida.",complianceBannerTranscriptionStarted:"A transcrição foi iniciada.",complianceBannerTranscriptionConsent:"Ao ingressar, você está dando consentimento para que esta reunião seja transcrita.",complianceBannerTranscriptionSaving:"A transcrição está sendo salva.",complianceBannerTranscriptionStopped:"A transcrição foi interrompida.",configurationPageTitle:"Iniciar uma chamada",defaultPlaceHolder:"Selecionar uma opção",failedToJoinCallDueToNoNetworkMoreDetails:"A chamada foi desconectada devido a um problema de rede. Verifique sua conexão e ingresse novamente.",failedToJoinCallDueToNoNetworkTitle:"Chamada desconectada",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Você não recebeu entrada na chamada. Se isso foi um erro, ingresse novamente na chamada.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Ignorado do lobby",learnMore:"Saber mais",leftCallMoreDetails:"Se isso foi um erro, ingresse novamente na chamada.",leftCallTitle:"Você saiu da chamada",lobbyScreenConnectingToCallTitle:"Ingressando na chamada",lobbyScreenWaitingToBeAdmittedTitle:"Esperando para ser admitido",microphonePermissionDenied:"Seu navegador está bloqueando o acesso ao microfone",mutedMessage:"Você está com o mudo ativado",networkReconnectMoreDetails:"Parece que algo deu errado. Estamos tentando retornar à chamada.",networkReconnectTitle:"Em espera",privacyPolicy:"Política de privacidade",rejoinCallButtonLabel:"Reingressar na chamada",removedFromCallMoreDetails:"Outro participante removeu você da chamada.",removedFromCallTitle:"Você foi removido",soundLabel:"Som",startCallButtonLabel:"Iniciar chamada",
|
12866
|
+
var call$4={cameraLabel:"Câmera",cameraPermissionDenied:"Seu navegador está bloqueando o acesso à câmera",cameraTurnedOff:"Sua câmera está desativada",chatButtonLabel:"Chat",close:"Fechar",complianceBannerNowOnlyRecording:"Você agora está apenas gravando esta reunião.",complianceBannerNowOnlyTranscription:"Você agora está apenas transcrevendo esta reunião.",complianceBannerRecordingAndTranscriptionSaved:"A gravação e a transcrição estão sendo salvas.",complianceBannerRecordingAndTranscriptionStarted:"A gravação e a transcrição foram iniciadas.",complianceBannerRecordingAndTranscriptionStopped:"A gravação e a transcrição foram interrompidas.",complianceBannerRecordingSaving:"A gravação está sendo salva.",complianceBannerRecordingStarted:"A gravação foi iniciada.",complianceBannerRecordingStopped:"A gravação foi interrompida.",complianceBannerTranscriptionStarted:"A transcrição foi iniciada.",complianceBannerTranscriptionConsent:"Ao ingressar, você está dando consentimento para que esta reunião seja transcrita.",complianceBannerTranscriptionSaving:"A transcrição está sendo salva.",complianceBannerTranscriptionStopped:"A transcrição foi interrompida.",configurationPageTitle:"Iniciar uma chamada",copyInviteLinkButtonLabel:"Copiar o link de convite",copyInviteLinkActionedAriaLabel:"Link de convite copiado",defaultPlaceHolder:"Selecionar uma opção",dismissSidePaneButtonLabel:"Fechar",failedToJoinCallDueToNoNetworkMoreDetails:"A chamada foi desconectada devido a um problema de rede. Verifique sua conexão e ingresse novamente.",failedToJoinCallDueToNoNetworkTitle:"Chamada desconectada",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Você não recebeu entrada na chamada. Se isso foi um erro, ingresse novamente na chamada.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Ignorado do lobby",learnMore:"Saber mais",leftCallMoreDetails:"Se isso foi um erro, ingresse novamente na chamada.",leftCallTitle:"Você saiu da chamada",lobbyScreenConnectingToCallTitle:"Ingressando na chamada",lobbyScreenWaitingToBeAdmittedTitle:"Esperando para ser admitido",microphonePermissionDenied:"Seu navegador está bloqueando o acesso ao microfone",microphoneToggleInLobbyNotAllowed:"Não é possível ativar ou desativar mudo enquanto estiver no lobby.",mutedMessage:"Você está com o mudo ativado",networkReconnectMoreDetails:"Parece que algo deu errado. Estamos tentando retornar à chamada.",networkReconnectTitle:"Em espera",deniedPermissionToRoomDetails:"Você não tem permissão para ingressar nesta sala.",deniedPermissionToRoomTitle:"Permissão negada para a sala",peopleButtonLabel:"Pessoas",peoplePaneTitle:"Pessoas",peopleButtonTooltipOpen:"Mostrar participantes",peopleButtonTooltipClose:"Ocultar participantes",peoplePaneSubTitle:"Nesta chamada",privacyPolicy:"Política de privacidade",rejoinCallButtonLabel:"Reingressar na chamada",removedFromCallMoreDetails:"Outro participante removeu você da chamada.",removedFromCallTitle:"Você foi removido",removeMenuLabel:"Remover",returnToCallButtonAriaDescription:"Retornar à Chamada",returnToCallButtonAriaLabel:"Voltar",roomNotFoundDetails:"A ID da sala fornecida não é válida.",roomNotFoundTitle:"Sala não encontrada",soundLabel:"Som",startCallButtonLabel:"Iniciar chamada",openDialpadButtonLabel:"Número de telefone de discagem",peoplePaneAddPeopleButtonLabel:"Adicionar Pessoas",dialpadStartCallButtonLabel:"Chamar",dialpadModalTitle:"Número de Telefone de Discagem",dialpadModalAriaLabel:"Teclado de discagem",dialpadCloseModalButtonAriaLabel:"Fechar teclado",moreButtonCallingLabel:"Mais",resumeCallButtonLabel:"Retomar",resumingCallButtonLabel:"Retomando…",resumeCallButtonAriaLabel:"Retomar chamada",resumingCallButtonAriaLabel:"Retomar chamada",holdScreenLabel:"Você está em espera",openDtmfDialpadLabel:"Mostrar teclado de discagem",dtmfDialpadPlaceHolderText:"Digite o número"};var chat$4={chatListHeader:"Neste chat",uploadFile:"Carregar Arquivo"};var callWithChat$4={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Nova mensagem",chatButtonTooltipClosedWithMessageCount:"Mostrar chat ({unreadMessagesCount} não lido)",chatButtonTooltipClose:"Ocultar chat",chatButtonTooltipOpen:"Mostrar chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copiar o link de convite",copyInviteLinkActionedAriaLabel:"Link de convite copiado",dismissSidePaneButtonLabel:"Fechar",moreDrawerAudioDeviceMenuTitle:"Dispositivo de Áudio",moreDrawerButtonLabel:"Mais opções",moreDrawerButtonTooltip:"Mais opções",moreDrawerMicrophoneMenuTitle:"Microfone",moreDrawerSpeakerMenuTitle:"Alto-falante",peopleButtonLabel:"Pessoas",peopleButtonTooltipOpen:"Mostrar Participantes",peopleButtonTooltipClose:"Ocultar participantes",peoplePaneSubTitle:"Nesta chamada",peoplePaneTitle:"Pessoas",pictureInPictureTileAriaLabel:"Feeds de vídeo. Clique para retornar à tela de chamada.",removeMenuLabel:"Remover",openDialpadButtonLabel:"Número de telefone de discagem",returnToCallButtonAriaDescription:"Retornar à Chamada",returnToCallButtonAriaLabel:"Voltar",peoplePaneAddPeopleButtonLabel:"Adicionar Pessoas",dialpadStartCallButtonLabel:"Chamar",dialpadModalTitle:"Número de Telefone de Discagem",dialpadModalAriaLabel:"Teclado de discagem",dialpadCloseModalButtonAriaLabel:"Fechar teclado",openDtmfDialpadLabel:"Mostrar teclado de discagem",dtmfDialpadPlaceHolderText:"Digite o número"};var pt_BR = {call:call$4,chat:chat$4,callWithChat:callWithChat$4};
|
13113
12867
|
|
13114
|
-
var call$3={cameraLabel:"Камера",cameraPermissionDenied:"Браузер блокирует доступ к вашей камере",cameraTurnedOff:"Камера выключена",close:"Закрыть",complianceBannerNowOnlyRecording:"Сейчас для этого собрания ведется только запись.",complianceBannerNowOnlyTranscription:"Сейчас для этого собрания ведется только транскрибирование.",complianceBannerRecordingAndTranscriptionSaved:"Сохранение записи и транскрибирования.",complianceBannerRecordingAndTranscriptionStarted:"Начата запись и транскрибирование.",complianceBannerRecordingAndTranscriptionStopped:"Запись и транскрибирование остановлены.",complianceBannerRecordingSaving:"Сохранение записи.",complianceBannerRecordingStarted:"Запись начата.",complianceBannerRecordingStopped:"Запись остановлена.",complianceBannerTranscriptionStarted:"Транскрибирование запущено.",complianceBannerTranscriptionConsent:"Присоединяясь, вы даете согласие на транскрибирование этого собрания.",complianceBannerTranscriptionSaving:"Сохранение транскрибирования.",complianceBannerTranscriptionStopped:"Транскрибирование остановлено.",configurationPageTitle:"Позвонить",defaultPlaceHolder:"Выберите один из вариантов",failedToJoinCallDueToNoNetworkMoreDetails:"Звонок был отключен из-за проблемы с сетью. Проверьте подключение и присоединитесь еще раз.",failedToJoinCallDueToNoNetworkTitle:"Вызов прерван",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Вам не предоставили доступ к беседе. Если это произошло по ошибке, заново присоединитесь к беседе.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Вы были удалены из \"зала ожидания\"",learnMore:"Подробнее",leftCallMoreDetails:"Если это произошло по ошибке, заново присоединитесь к беседе.",leftCallTitle:"Вы покинули беседу",lobbyScreenConnectingToCallTitle:"Подключение к звонку",lobbyScreenWaitingToBeAdmittedTitle:"Ожидание допуска",microphonePermissionDenied:"Браузер блокирует доступ к вашему микрофону",mutedMessage:"Ваш звук отключен",networkReconnectMoreDetails:"Похоже, что-то пошло не так. Мы пытаемся вернуться к звонку.",networkReconnectTitle:"Подождите",privacyPolicy:"Политика конфиденциальности",rejoinCallButtonLabel:"Повторно присоединиться к звонку",removedFromCallMoreDetails:"Другой участник удалил вас из беседы.",removedFromCallTitle:"Вы были удалены",soundLabel:"Звук",startCallButtonLabel:"Начать звонок",
|
12868
|
+
var call$3={cameraLabel:"Камера",cameraPermissionDenied:"Браузер блокирует доступ к вашей камере",cameraTurnedOff:"Камера выключена",chatButtonLabel:"Чат",close:"Закрыть",complianceBannerNowOnlyRecording:"Сейчас для этого собрания ведется только запись.",complianceBannerNowOnlyTranscription:"Сейчас для этого собрания ведется только транскрибирование.",complianceBannerRecordingAndTranscriptionSaved:"Сохранение записи и транскрибирования.",complianceBannerRecordingAndTranscriptionStarted:"Начата запись и транскрибирование.",complianceBannerRecordingAndTranscriptionStopped:"Запись и транскрибирование остановлены.",complianceBannerRecordingSaving:"Сохранение записи.",complianceBannerRecordingStarted:"Запись начата.",complianceBannerRecordingStopped:"Запись остановлена.",complianceBannerTranscriptionStarted:"Транскрибирование запущено.",complianceBannerTranscriptionConsent:"Присоединяясь, вы даете согласие на транскрибирование этого собрания.",complianceBannerTranscriptionSaving:"Сохранение транскрибирования.",complianceBannerTranscriptionStopped:"Транскрибирование остановлено.",configurationPageTitle:"Позвонить",copyInviteLinkButtonLabel:"Копировать ссылку с приглашением",copyInviteLinkActionedAriaLabel:"Ссылка на приглашение в группу скопирована",defaultPlaceHolder:"Выберите один из вариантов",dismissSidePaneButtonLabel:"Закрыть",failedToJoinCallDueToNoNetworkMoreDetails:"Звонок был отключен из-за проблемы с сетью. Проверьте подключение и присоединитесь еще раз.",failedToJoinCallDueToNoNetworkTitle:"Вызов прерван",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Вам не предоставили доступ к беседе. Если это произошло по ошибке, заново присоединитесь к беседе.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Вы были удалены из \"зала ожидания\"",learnMore:"Подробнее",leftCallMoreDetails:"Если это произошло по ошибке, заново присоединитесь к беседе.",leftCallTitle:"Вы покинули беседу",lobbyScreenConnectingToCallTitle:"Подключение к звонку",lobbyScreenWaitingToBeAdmittedTitle:"Ожидание допуска",microphonePermissionDenied:"Браузер блокирует доступ к вашему микрофону",microphoneToggleInLobbyNotAllowed:"Невозможно отключить или включить звук, находясь в \"зале ожидания\".",mutedMessage:"Ваш звук отключен",networkReconnectMoreDetails:"Похоже, что-то пошло не так. Мы пытаемся вернуться к звонку.",networkReconnectTitle:"Подождите",deniedPermissionToRoomDetails:"У вас нет разрешения на присоединение к этой комнате.",deniedPermissionToRoomTitle:"Отказано в разрешении для помещения",peopleButtonLabel:"Люди",peoplePaneTitle:"Люди",peopleButtonTooltipOpen:"Показать участников",peopleButtonTooltipClose:"Скрыть участников",peoplePaneSubTitle:"В этом звонке",privacyPolicy:"Политика конфиденциальности",rejoinCallButtonLabel:"Повторно присоединиться к звонку",removedFromCallMoreDetails:"Другой участник удалил вас из беседы.",removedFromCallTitle:"Вы были удалены",removeMenuLabel:"Удалить",returnToCallButtonAriaDescription:"Вернуться к звонку",returnToCallButtonAriaLabel:"Назад",roomNotFoundDetails:"Указан недопустимый идентификатор помещения.",roomNotFoundTitle:"Помещение не найдено",soundLabel:"Звук",startCallButtonLabel:"Начать звонок",openDialpadButtonLabel:"Набрать номер телефона",peoplePaneAddPeopleButtonLabel:"Добавить людей",dialpadStartCallButtonLabel:"Позвонить",dialpadModalTitle:"Набор номера телефона",dialpadModalAriaLabel:"Панель набора номера",dialpadCloseModalButtonAriaLabel:"Закрыть панель набора номера",moreButtonCallingLabel:"Дополнительно",resumeCallButtonLabel:"Возобновить",resumingCallButtonLabel:"Возобновление…",resumeCallButtonAriaLabel:"Возобновить звонок",resumingCallButtonAriaLabel:"Возобновить вызов",holdScreenLabel:"Ваш звонок на удержании",openDtmfDialpadLabel:"Показать панель набора номера",dtmfDialpadPlaceHolderText:"Введите номер"};var chat$3={chatListHeader:"В этом чате",uploadFile:"Отправить файл"};var callWithChat$3={chatButtonLabel:"Чат",chatButtonNewMessageNotificationLabel:"Новое сообщение",chatButtonTooltipClosedWithMessageCount:"Показать чат (непрочитано: {unreadMessagesCount})",chatButtonTooltipClose:"Скрыть чат",chatButtonTooltipOpen:"Показать чат",chatPaneTitle:"Чат",copyInviteLinkButtonLabel:"Копировать ссылку с приглашением",copyInviteLinkActionedAriaLabel:"Ссылка на приглашение в группу скопирована",dismissSidePaneButtonLabel:"Закрыть",moreDrawerAudioDeviceMenuTitle:"Звуковое устройство",moreDrawerButtonLabel:"Дополнительные параметры",moreDrawerButtonTooltip:"Дополнительные параметры",moreDrawerMicrophoneMenuTitle:"Микрофон",moreDrawerSpeakerMenuTitle:"Динамик",peopleButtonLabel:"Люди",peopleButtonTooltipOpen:"Показать участников",peopleButtonTooltipClose:"Скрыть участников",peoplePaneSubTitle:"В этом звонке",peoplePaneTitle:"Люди",pictureInPictureTileAriaLabel:"Ленты видео. Щелкните, чтобы вернуться на экран вызова.",removeMenuLabel:"Удалить",openDialpadButtonLabel:"Набрать номер телефона",returnToCallButtonAriaDescription:"Вернуться к звонку",returnToCallButtonAriaLabel:"Назад",peoplePaneAddPeopleButtonLabel:"Добавить людей",dialpadStartCallButtonLabel:"Позвонить",dialpadModalTitle:"Набор номера телефона",dialpadModalAriaLabel:"Панель набора номера",dialpadCloseModalButtonAriaLabel:"Закрыть панель набора номера",openDtmfDialpadLabel:"Показать панель набора номера",dtmfDialpadPlaceHolderText:"Введите номер"};var ru_RU = {call:call$3,chat:chat$3,callWithChat:callWithChat$3};
|
13115
12869
|
|
13116
|
-
var call$2={cameraLabel:"Kamera",cameraPermissionDenied:"Tarayıcınız kameranıza erişimi engelliyor",cameraTurnedOff:"Kameranız kapatıldı",close:"Kapat",complianceBannerNowOnlyRecording:"Şu anda yalnızca bu toplantıyı kaydediyorsunuz.",complianceBannerNowOnlyTranscription:"Şu anda yalnızca bu toplantının dökümünü oluşturuyorsunuz.",complianceBannerRecordingAndTranscriptionSaved:"Kayıt ve döküm kaydediliyor.",complianceBannerRecordingAndTranscriptionStarted:"Kayıt ve döküm başlatıldı.",complianceBannerRecordingAndTranscriptionStopped:"Kayıt ve döküm durduruldu.",complianceBannerRecordingSaving:"Kayıt kaydediliyor.",complianceBannerRecordingStarted:"Kayıt başladı.",complianceBannerRecordingStopped:"Kayıt durduruldu.",complianceBannerTranscriptionStarted:"Döküm başlatıldı.",complianceBannerTranscriptionConsent:"Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",complianceBannerTranscriptionSaving:"Döküm kaydediliyor.",complianceBannerTranscriptionStopped:"Döküm durduruldu.",configurationPageTitle:"Arama başlatın",defaultPlaceHolder:"Bir seçenek belirleyin",failedToJoinCallDueToNoNetworkMoreDetails:"Bir ağ sorunu nedeniyle arama bağlantısı kesildi. Bağlantınızı kontrol edin ve yeniden katılın.",failedToJoinCallDueToNoNetworkTitle:"Arama kesildi",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Aramaya katılmanıza izin verilmedi. Bu işlem yanlışlıkla yapıldıysa aramaya yeniden katılın.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Lobiden çıkarıldı",learnMore:"Daha fazla bilgi edinin",leftCallMoreDetails:"Bu bir hataysa aramaya yeniden katılın.",leftCallTitle:"Aramadan ayrıldınız",lobbyScreenConnectingToCallTitle:"Aramaya katılıyorsunuz",lobbyScreenWaitingToBeAdmittedTitle:"Kabul edilmeyi bekliyor",microphonePermissionDenied:"Tarayıcınız mikrofonunuza erişimi engelliyor",mutedMessage:"Sesiniz kapatıldı",networkReconnectMoreDetails:"Bir sorun oluştu gibi görünüyor. Çağrıya geri alınmaya çalışılıyor.",networkReconnectTitle:"Bekleyin",privacyPolicy:"Gizlilik ilkesi",rejoinCallButtonLabel:"Çağrıya yeniden katıl",removedFromCallMoreDetails:"Başka bir katılımcı sizi aramadan çıkardı.",removedFromCallTitle:"Çıkarıldınız",soundLabel:"Ses",startCallButtonLabel:"Arama başlat",
|
12870
|
+
var call$2={cameraLabel:"Kamera",cameraPermissionDenied:"Tarayıcınız kameranıza erişimi engelliyor",cameraTurnedOff:"Kameranız kapatıldı",chatButtonLabel:"Sohbet",close:"Kapat",complianceBannerNowOnlyRecording:"Şu anda yalnızca bu toplantıyı kaydediyorsunuz.",complianceBannerNowOnlyTranscription:"Şu anda yalnızca bu toplantının dökümünü oluşturuyorsunuz.",complianceBannerRecordingAndTranscriptionSaved:"Kayıt ve döküm kaydediliyor.",complianceBannerRecordingAndTranscriptionStarted:"Kayıt ve döküm başlatıldı.",complianceBannerRecordingAndTranscriptionStopped:"Kayıt ve döküm durduruldu.",complianceBannerRecordingSaving:"Kayıt kaydediliyor.",complianceBannerRecordingStarted:"Kayıt başladı.",complianceBannerRecordingStopped:"Kayıt durduruldu.",complianceBannerTranscriptionStarted:"Döküm başlatıldı.",complianceBannerTranscriptionConsent:"Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",complianceBannerTranscriptionSaving:"Döküm kaydediliyor.",complianceBannerTranscriptionStopped:"Döküm durduruldu.",configurationPageTitle:"Arama başlatın",copyInviteLinkButtonLabel:"Davet bağlantısını kopyala",copyInviteLinkActionedAriaLabel:"Davet bağlantısı kopyalandı",defaultPlaceHolder:"Bir seçenek belirleyin",dismissSidePaneButtonLabel:"Kapat",failedToJoinCallDueToNoNetworkMoreDetails:"Bir ağ sorunu nedeniyle arama bağlantısı kesildi. Bağlantınızı kontrol edin ve yeniden katılın.",failedToJoinCallDueToNoNetworkTitle:"Arama kesildi",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Aramaya katılmanıza izin verilmedi. Bu işlem yanlışlıkla yapıldıysa aramaya yeniden katılın.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Lobiden çıkarıldı",learnMore:"Daha fazla bilgi edinin",leftCallMoreDetails:"Bu bir hataysa aramaya yeniden katılın.",leftCallTitle:"Aramadan ayrıldınız",lobbyScreenConnectingToCallTitle:"Aramaya katılıyorsunuz",lobbyScreenWaitingToBeAdmittedTitle:"Kabul edilmeyi bekliyor",microphonePermissionDenied:"Tarayıcınız mikrofonunuza erişimi engelliyor",microphoneToggleInLobbyNotAllowed:"Lobideyken sesi kapatılamaz veya açılamaz.",mutedMessage:"Sesiniz kapatıldı",networkReconnectMoreDetails:"Bir sorun oluştu gibi görünüyor. Çağrıya geri alınmaya çalışılıyor.",networkReconnectTitle:"Bekleyin",deniedPermissionToRoomDetails:"Bu odaya katılma izniniz yok.",deniedPermissionToRoomTitle:"Odaya izin verilmedi",peopleButtonLabel:"Kişiler",peoplePaneTitle:"Kişiler",peopleButtonTooltipOpen:"Katılımcıları göster",peopleButtonTooltipClose:"Katılımcıları gizle",peoplePaneSubTitle:"Bu aramada",privacyPolicy:"Gizlilik ilkesi",rejoinCallButtonLabel:"Çağrıya yeniden katıl",removedFromCallMoreDetails:"Başka bir katılımcı sizi aramadan çıkardı.",removedFromCallTitle:"Çıkarıldınız",removeMenuLabel:"Kaldır",returnToCallButtonAriaDescription:"Aramaya Dön",returnToCallButtonAriaLabel:"Geri",roomNotFoundDetails:"Sağlanan oda kimliği geçerli değil.",roomNotFoundTitle:"Oda bulunamadı",soundLabel:"Ses",startCallButtonLabel:"Arama başlat",openDialpadButtonLabel:"Telefon numarasını çevir",peoplePaneAddPeopleButtonLabel:"Kişi Ekle",dialpadStartCallButtonLabel:"Ara",dialpadModalTitle:"Telefon Numarasını Çevir",dialpadModalAriaLabel:"Tuş takımı",dialpadCloseModalButtonAriaLabel:"Tuş takımını kapat",moreButtonCallingLabel:"Diğer",resumeCallButtonLabel:"Devam edin",resumingCallButtonLabel:"Devam ediyor...",resumeCallButtonAriaLabel:"Görüşmeye devam edin",resumingCallButtonAriaLabel:"Görüşmeye devam edin",holdScreenLabel:"Beklemeye alındınız",openDtmfDialpadLabel:"Tuş takımını göster",dtmfDialpadPlaceHolderText:"Numara girin"};var chat$2={chatListHeader:"Bu sohbette",uploadFile:"Dosyayı Karşıya Yükle"};var callWithChat$2={chatButtonLabel:"Sohbet",chatButtonNewMessageNotificationLabel:"Yeni İleti",chatButtonTooltipClosedWithMessageCount:"Sohbeti göster ({unreadMessagesCount} okunmamış)",chatButtonTooltipClose:"Sohbeti gizle",chatButtonTooltipOpen:"Sohbeti göster",chatPaneTitle:"Sohbet",copyInviteLinkButtonLabel:"Davet bağlantısını kopyala",copyInviteLinkActionedAriaLabel:"Davet bağlantısı kopyalandı",dismissSidePaneButtonLabel:"Kapat",moreDrawerAudioDeviceMenuTitle:"Ses Cihazı",moreDrawerButtonLabel:"Diğer seçenekler",moreDrawerButtonTooltip:"Diğer seçenekler",moreDrawerMicrophoneMenuTitle:"Mikrofon",moreDrawerSpeakerMenuTitle:"Hoparlör",peopleButtonLabel:"Kişiler",peopleButtonTooltipOpen:"Katılımcıları göster",peopleButtonTooltipClose:"Katılımcıları gizle",peoplePaneSubTitle:"Bu aramada",peoplePaneTitle:"Kişiler",pictureInPictureTileAriaLabel:"Video Akışları. Çağrı ekranına dönmek için tıklayın.",removeMenuLabel:"Kaldır",openDialpadButtonLabel:"Telefon numarasını çevir",returnToCallButtonAriaDescription:"Aramaya Dön",returnToCallButtonAriaLabel:"Geri",peoplePaneAddPeopleButtonLabel:"Kişi Ekle",dialpadStartCallButtonLabel:"Ara",dialpadModalTitle:"Telefon Numarasını Çevir",dialpadModalAriaLabel:"Tuş takımı",dialpadCloseModalButtonAriaLabel:"Tuş takımını kapat",openDtmfDialpadLabel:"Tuş takımını göster",dtmfDialpadPlaceHolderText:"Numara girin"};var tr_TR = {call:call$2,chat:chat$2,callWithChat:callWithChat$2};
|
13117
12871
|
|
13118
|
-
var call$1={cameraLabel:"照相机",cameraPermissionDenied:"你的浏览器正在阻止对相机的访问",cameraTurnedOff:"你的相机已关闭",close:"关闭",complianceBannerNowOnlyRecording:"现在仅录制此会议。",complianceBannerNowOnlyTranscription:"现在仅听录此会议。",complianceBannerRecordingAndTranscriptionSaved:"正在保存录制和听录。",complianceBannerRecordingAndTranscriptionStarted:"录制和听录已开始。",complianceBannerRecordingAndTranscriptionStopped:"录制和听录已停止。",complianceBannerRecordingSaving:"正在保存录制。",complianceBannerRecordingStarted:"录制已开始。",complianceBannerRecordingStopped:"录制已停止。",complianceBannerTranscriptionStarted:"听录已开始。",complianceBannerTranscriptionConsent:"加入即表示你同意转录此会议。",complianceBannerTranscriptionSaving:"正在保存听录。",complianceBannerTranscriptionStopped:"听录已停止。",configurationPageTitle:"开始通话",defaultPlaceHolder:"选择一个选项",failedToJoinCallDueToNoNetworkMoreDetails:"由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",failedToJoinCallDueToNoNetworkTitle:"通话已断开",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"已从大厅中关闭",learnMore:"了解详细信息",leftCallMoreDetails:"如果这是一个错误,请重新加入呼叫。",leftCallTitle:"你已离开通话",lobbyScreenConnectingToCallTitle:"加入通话",lobbyScreenWaitingToBeAdmittedTitle:"正在等待被拒绝",microphonePermissionDenied:"你的浏览器正在阻止对麦克风的访问",mutedMessage:"你已静音",networkReconnectMoreDetails:"似乎出现了问题。我们正在努力恢复通话。",networkReconnectTitle:"稍等",privacyPolicy:"隐私策略",rejoinCallButtonLabel:"重新加入呼叫",removedFromCallMoreDetails:"另一名参与者已将你从通话中删除。",removedFromCallTitle:"你已被删除",soundLabel:"声音",startCallButtonLabel:"开始通话",
|
12872
|
+
var call$1={cameraLabel:"照相机",cameraPermissionDenied:"你的浏览器正在阻止对相机的访问",cameraTurnedOff:"你的相机已关闭",chatButtonLabel:"聊天",close:"关闭",complianceBannerNowOnlyRecording:"现在仅录制此会议。",complianceBannerNowOnlyTranscription:"现在仅听录此会议。",complianceBannerRecordingAndTranscriptionSaved:"正在保存录制和听录。",complianceBannerRecordingAndTranscriptionStarted:"录制和听录已开始。",complianceBannerRecordingAndTranscriptionStopped:"录制和听录已停止。",complianceBannerRecordingSaving:"正在保存录制。",complianceBannerRecordingStarted:"录制已开始。",complianceBannerRecordingStopped:"录制已停止。",complianceBannerTranscriptionStarted:"听录已开始。",complianceBannerTranscriptionConsent:"加入即表示你同意转录此会议。",complianceBannerTranscriptionSaving:"正在保存听录。",complianceBannerTranscriptionStopped:"听录已停止。",configurationPageTitle:"开始通话",copyInviteLinkButtonLabel:"复制邀请链接",copyInviteLinkActionedAriaLabel:"已复制邀请链接",defaultPlaceHolder:"选择一个选项",dismissSidePaneButtonLabel:"关闭",failedToJoinCallDueToNoNetworkMoreDetails:"由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",failedToJoinCallDueToNoNetworkTitle:"通话已断开",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"已从大厅中关闭",learnMore:"了解详细信息",leftCallMoreDetails:"如果这是一个错误,请重新加入呼叫。",leftCallTitle:"你已离开通话",lobbyScreenConnectingToCallTitle:"加入通话",lobbyScreenWaitingToBeAdmittedTitle:"正在等待被拒绝",microphonePermissionDenied:"你的浏览器正在阻止对麦克风的访问",microphoneToggleInLobbyNotAllowed:"在大厅中时无法静音或取消静音。",mutedMessage:"你已静音",networkReconnectMoreDetails:"似乎出现了问题。我们正在努力恢复通话。",networkReconnectTitle:"稍等",deniedPermissionToRoomDetails:"你没有加入此聊天室的权限。",deniedPermissionToRoomTitle:"已拒绝对会议室的权限",peopleButtonLabel:"人员",peoplePaneTitle:"人员",peopleButtonTooltipOpen:"显示参与者",peopleButtonTooltipClose:"隐藏参与者",peoplePaneSubTitle:"在此通话中",privacyPolicy:"隐私策略",rejoinCallButtonLabel:"重新加入呼叫",removedFromCallMoreDetails:"另一名参与者已将你从通话中删除。",removedFromCallTitle:"你已被删除",removeMenuLabel:"删除",returnToCallButtonAriaDescription:"返回通话",returnToCallButtonAriaLabel:"返回",roomNotFoundDetails:"提供的会议室 ID 无效。",roomNotFoundTitle:"未找到会议室。",soundLabel:"声音",startCallButtonLabel:"开始通话",openDialpadButtonLabel:"拨打电话号码",peoplePaneAddPeopleButtonLabel:"添加人员",dialpadStartCallButtonLabel:"呼叫",dialpadModalTitle:"拨打电话号码",dialpadModalAriaLabel:"拨号盘",dialpadCloseModalButtonAriaLabel:"关闭拨号盘",moreButtonCallingLabel:"更多",resumeCallButtonLabel:"恢复",resumingCallButtonLabel:"正在恢复...",resumeCallButtonAriaLabel:"继续呼叫",resumingCallButtonAriaLabel:"继续通话",holdScreenLabel:"你的通话处于保留状态",openDtmfDialpadLabel:"显示拨号盘",dtmfDialpadPlaceHolderText:"输入号码"};var chat$1={chatListHeader:"在此聊天中",uploadFile:"上传文件"};var callWithChat$1={chatButtonLabel:"聊天",chatButtonNewMessageNotificationLabel:"新建消息",chatButtonTooltipClosedWithMessageCount:"显示聊天({unreadMessagesCount} 条未读)",chatButtonTooltipClose:"隐藏聊天",chatButtonTooltipOpen:"显示聊天",chatPaneTitle:"聊天",copyInviteLinkButtonLabel:"复制邀请链接",copyInviteLinkActionedAriaLabel:"已复制邀请链接",dismissSidePaneButtonLabel:"关闭",moreDrawerAudioDeviceMenuTitle:"音频设备",moreDrawerButtonLabel:"更多选项",moreDrawerButtonTooltip:"更多选项",moreDrawerMicrophoneMenuTitle:"麦克风",moreDrawerSpeakerMenuTitle:"扬声器",peopleButtonLabel:"人员",peopleButtonTooltipOpen:"显示参与者",peopleButtonTooltipClose:"隐藏参与者",peoplePaneSubTitle:"在此通话中",peoplePaneTitle:"人员",pictureInPictureTileAriaLabel:"视频源。单击以返回到通话屏幕。",removeMenuLabel:"删除",openDialpadButtonLabel:"拨打电话号码",returnToCallButtonAriaDescription:"返回通话",returnToCallButtonAriaLabel:"返回",peoplePaneAddPeopleButtonLabel:"添加人员",dialpadStartCallButtonLabel:"呼叫",dialpadModalTitle:"拨打电话号码",dialpadModalAriaLabel:"拨号盘",dialpadCloseModalButtonAriaLabel:"关闭拨号盘",openDtmfDialpadLabel:"显示拨号盘",dtmfDialpadPlaceHolderText:"输入号码"};var zh_CN = {call:call$1,chat:chat$1,callWithChat:callWithChat$1};
|
13119
12873
|
|
13120
|
-
var call={cameraLabel:"相機",cameraPermissionDenied:"您的瀏覽器禁止存取您的相機",cameraTurnedOff:"您的相機已關閉",close:"關閉",complianceBannerNowOnlyRecording:"您現在只會錄製此會議。",complianceBannerNowOnlyTranscription:"您現在只會轉錄此會議。",complianceBannerRecordingAndTranscriptionSaved:"正在儲存錄製和轉錄。",complianceBannerRecordingAndTranscriptionStarted:"已開始錄製並進行轉錄。",complianceBannerRecordingAndTranscriptionStopped:"已停止錄製與轉錄。",complianceBannerRecordingSaving:"正在儲存錄製內容。",complianceBannerRecordingStarted:"已開始錄製。",complianceBannerRecordingStopped:"已停止錄製。",complianceBannerTranscriptionStarted:"已開始轉錄。",complianceBannerTranscriptionConsent:"一旦加入,即表示您同意轉譯此會議。",complianceBannerTranscriptionSaving:"正在儲存轉錄。",complianceBannerTranscriptionStopped:"已停止轉錄。",configurationPageTitle:"開始通話",defaultPlaceHolder:"選取選項",failedToJoinCallDueToNoNetworkMoreDetails:"由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",failedToJoinCallDueToNoNetworkTitle:"通話已斷線",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"您未被授予加入通話的權限。如果有誤,請重新加入通話。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"已從大廳關閉",learnMore:"深入了解",leftCallMoreDetails:"如果有誤,請重新加入通話。",leftCallTitle:"您已離開通話",lobbyScreenConnectingToCallTitle:"正在加入通話",lobbyScreenWaitingToBeAdmittedTitle:"正在等候認可",microphonePermissionDenied:"您的瀏覽器禁止存取您的麥克風",mutedMessage:"您已設為靜音",networkReconnectMoreDetails:"似乎發生錯誤。我們正在嘗試讓您返回通話。",networkReconnectTitle:"請稍候",privacyPolicy:"隱私權原則",rejoinCallButtonLabel:"重新加入通話",removedFromCallMoreDetails:"另一名參與者已將您自通話中移除。",removedFromCallTitle:"您已遭移除",soundLabel:"音效",startCallButtonLabel:"開始通話",
|
12874
|
+
var call={cameraLabel:"相機",cameraPermissionDenied:"您的瀏覽器禁止存取您的相機",cameraTurnedOff:"您的相機已關閉",chatButtonLabel:"聊天",close:"關閉",complianceBannerNowOnlyRecording:"您現在只會錄製此會議。",complianceBannerNowOnlyTranscription:"您現在只會轉錄此會議。",complianceBannerRecordingAndTranscriptionSaved:"正在儲存錄製和轉錄。",complianceBannerRecordingAndTranscriptionStarted:"已開始錄製並進行轉錄。",complianceBannerRecordingAndTranscriptionStopped:"已停止錄製與轉錄。",complianceBannerRecordingSaving:"正在儲存錄製內容。",complianceBannerRecordingStarted:"已開始錄製。",complianceBannerRecordingStopped:"已停止錄製。",complianceBannerTranscriptionStarted:"已開始轉錄。",complianceBannerTranscriptionConsent:"一旦加入,即表示您同意轉譯此會議。",complianceBannerTranscriptionSaving:"正在儲存轉錄。",complianceBannerTranscriptionStopped:"已停止轉錄。",configurationPageTitle:"開始通話",copyInviteLinkButtonLabel:"複製邀請連結",copyInviteLinkActionedAriaLabel:"已複製邀請連結",defaultPlaceHolder:"選取選項",dismissSidePaneButtonLabel:"關閉",failedToJoinCallDueToNoNetworkMoreDetails:"由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",failedToJoinCallDueToNoNetworkTitle:"通話已斷線",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"您未被授予加入通話的權限。如果有誤,請重新加入通話。",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"已從大廳關閉",learnMore:"深入了解",leftCallMoreDetails:"如果有誤,請重新加入通話。",leftCallTitle:"您已離開通話",lobbyScreenConnectingToCallTitle:"正在加入通話",lobbyScreenWaitingToBeAdmittedTitle:"正在等候認可",microphonePermissionDenied:"您的瀏覽器禁止存取您的麥克風",microphoneToggleInLobbyNotAllowed:"無法在大廳中靜音或取消靜音。",mutedMessage:"您已設為靜音",networkReconnectMoreDetails:"似乎發生錯誤。我們正在嘗試讓您返回通話。",networkReconnectTitle:"請稍候",deniedPermissionToRoomDetails:"您沒有加入此會議室的權限。",deniedPermissionToRoomTitle:"會議室權限遭拒絕",peopleButtonLabel:"人員",peoplePaneTitle:"人員",peopleButtonTooltipOpen:"顯示參與者",peopleButtonTooltipClose:"隱藏參與者",peoplePaneSubTitle:"在此通話中",privacyPolicy:"隱私權原則",rejoinCallButtonLabel:"重新加入通話",removedFromCallMoreDetails:"另一名參與者已將您自通話中移除。",removedFromCallTitle:"您已遭移除",removeMenuLabel:"移除",returnToCallButtonAriaDescription:"返回通話",returnToCallButtonAriaLabel:"返回",roomNotFoundDetails:"提供的會議室識別碼無效。",roomNotFoundTitle:"找不到會議室",soundLabel:"音效",startCallButtonLabel:"開始通話",openDialpadButtonLabel:"撥打電話號碼",peoplePaneAddPeopleButtonLabel:"新增人員",dialpadStartCallButtonLabel:"通話",dialpadModalTitle:"撥打電話號碼",dialpadModalAriaLabel:"撥號鍵台",dialpadCloseModalButtonAriaLabel:"關閉撥號鍵台",moreButtonCallingLabel:"其他",resumeCallButtonLabel:"繼續",resumingCallButtonLabel:"正在繼續...",resumeCallButtonAriaLabel:"繼續通話",resumingCallButtonAriaLabel:"繼續通話",holdScreenLabel:"您的通話已保留",openDtmfDialpadLabel:"顯示撥號盤",dtmfDialpadPlaceHolderText:"輸入號碼"};var chat={chatListHeader:"在此聊天中",uploadFile:"上傳檔案"};var callWithChat={chatButtonLabel:"聊天",chatButtonNewMessageNotificationLabel:"新訊息",chatButtonTooltipClosedWithMessageCount:"顯示聊天 ({unreadMessagesCount} 個未讀取)",chatButtonTooltipClose:"隱藏聊天",chatButtonTooltipOpen:"顯示聊天",chatPaneTitle:"聊天",copyInviteLinkButtonLabel:"複製邀請連結",copyInviteLinkActionedAriaLabel:"已複製邀請連結",dismissSidePaneButtonLabel:"關閉",moreDrawerAudioDeviceMenuTitle:"音訊裝置",moreDrawerButtonLabel:"更多選項",moreDrawerButtonTooltip:"更多選項",moreDrawerMicrophoneMenuTitle:"麥克風",moreDrawerSpeakerMenuTitle:"揚聲器",peopleButtonLabel:"人員",peopleButtonTooltipOpen:"顯示參與者",peopleButtonTooltipClose:"隱藏參與者",peoplePaneSubTitle:"在此通話中",peoplePaneTitle:"人員",pictureInPictureTileAriaLabel:"影片摘要。按一下以返回通話畫面。",removeMenuLabel:"移除",openDialpadButtonLabel:"撥打電話號碼",returnToCallButtonAriaDescription:"返回通話",returnToCallButtonAriaLabel:"返回",peoplePaneAddPeopleButtonLabel:"新增人員",dialpadStartCallButtonLabel:"通話",dialpadModalTitle:"撥打電話號碼",dialpadModalAriaLabel:"撥號鍵台",dialpadCloseModalButtonAriaLabel:"關閉撥號鍵台",openDtmfDialpadLabel:"顯示撥號盤",dtmfDialpadPlaceHolderText:"輸入號碼"};var zh_TW = {call:call,chat:chat,callWithChat:callWithChat};
|
13121
12875
|
|
13122
12876
|
// Copyright (c) Microsoft Corporation.
|
13123
12877
|
const createCompositeStrings = (localizedStrings) => {
|
@@ -13493,7 +13247,7 @@ const convertObservableFileUploadToFileUploadsUiState = (fileUploads) => {
|
|
13493
13247
|
|
13494
13248
|
// Copyright (c) Microsoft Corporation.
|
13495
13249
|
// Licensed under the MIT license.
|
13496
|
-
var __awaiter$
|
13250
|
+
var __awaiter$c = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
13497
13251
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
13498
13252
|
return new (P || (P = Promise))(function (resolve, reject) {
|
13499
13253
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -13619,9 +13373,9 @@ class AzureCommunicationChatAdapter {
|
|
13619
13373
|
this.unsubscribeAllEvents();
|
13620
13374
|
}
|
13621
13375
|
fetchInitialData() {
|
13622
|
-
return __awaiter$
|
13376
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13623
13377
|
// If get properties fails we dont want to try to get the participants after.
|
13624
|
-
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13378
|
+
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13625
13379
|
var e_1, _a;
|
13626
13380
|
yield this.chatThreadClient.getProperties();
|
13627
13381
|
try {
|
@@ -13655,8 +13409,8 @@ class AzureCommunicationChatAdapter {
|
|
13655
13409
|
this.context.offStateChange(handler);
|
13656
13410
|
}
|
13657
13411
|
sendMessage(content, options = {}) {
|
13658
|
-
return __awaiter$
|
13659
|
-
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13412
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13413
|
+
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13660
13414
|
/* @conditional-compile-remove(file-sharing) */
|
13661
13415
|
options.metadata = Object.assign(Object.assign({}, options.metadata), convertFileUploadsUiStateToMessageMetadata(this.context.getState().fileUploads));
|
13662
13416
|
/* @conditional-compile-remove(file-sharing) */
|
@@ -13673,49 +13427,49 @@ class AzureCommunicationChatAdapter {
|
|
13673
13427
|
});
|
13674
13428
|
}
|
13675
13429
|
sendReadReceipt(chatMessageId) {
|
13676
|
-
return __awaiter$
|
13677
|
-
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13430
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13431
|
+
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13678
13432
|
yield this.handlers.onMessageSeen(chatMessageId);
|
13679
13433
|
}));
|
13680
13434
|
});
|
13681
13435
|
}
|
13682
13436
|
sendTypingIndicator() {
|
13683
|
-
return __awaiter$
|
13437
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13684
13438
|
yield this.handlers.onTyping();
|
13685
13439
|
});
|
13686
13440
|
}
|
13687
13441
|
removeParticipant(userId) {
|
13688
|
-
return __awaiter$
|
13689
|
-
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13442
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13443
|
+
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13690
13444
|
yield this.handlers.onRemoveParticipant(userId);
|
13691
13445
|
}));
|
13692
13446
|
});
|
13693
13447
|
}
|
13694
13448
|
setTopic(topicName) {
|
13695
|
-
return __awaiter$
|
13696
|
-
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13449
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13450
|
+
yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13697
13451
|
yield this.handlers.updateThreadTopicName(topicName);
|
13698
13452
|
}));
|
13699
13453
|
});
|
13700
13454
|
}
|
13701
13455
|
loadPreviousChatMessages(messagesToLoad) {
|
13702
|
-
return __awaiter$
|
13703
|
-
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13456
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13457
|
+
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13704
13458
|
return yield this.handlers.onLoadPreviousChatMessages(messagesToLoad);
|
13705
13459
|
}));
|
13706
13460
|
});
|
13707
13461
|
}
|
13708
13462
|
updateMessage(messageId, content, metadata, options) {
|
13709
|
-
return __awaiter$
|
13710
|
-
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13463
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13464
|
+
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13711
13465
|
/* @conditional-compile-remove(file-sharing) */
|
13712
13466
|
return yield this.handlers.onUpdateMessage(messageId, content, metadata, options);
|
13713
13467
|
}));
|
13714
13468
|
});
|
13715
13469
|
}
|
13716
13470
|
deleteMessage(messageId) {
|
13717
|
-
return __awaiter$
|
13718
|
-
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$
|
13471
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13472
|
+
return yield this.asyncTeeErrorToEventEmitter(() => __awaiter$c(this, void 0, void 0, function* () {
|
13719
13473
|
return yield this.handlers.onDeleteMessage(messageId);
|
13720
13474
|
}));
|
13721
13475
|
});
|
@@ -13796,7 +13550,7 @@ class AzureCommunicationChatAdapter {
|
|
13796
13550
|
this.emitter.off(event, listener);
|
13797
13551
|
}
|
13798
13552
|
asyncTeeErrorToEventEmitter(f) {
|
13799
|
-
return __awaiter$
|
13553
|
+
return __awaiter$c(this, void 0, void 0, function* () {
|
13800
13554
|
try {
|
13801
13555
|
return yield f();
|
13802
13556
|
}
|
@@ -13838,7 +13592,7 @@ const convertEventType = (type) => {
|
|
13838
13592
|
*
|
13839
13593
|
* @public
|
13840
13594
|
*/
|
13841
|
-
const createAzureCommunicationChatAdapter = ({ endpoint: endpointUrl, userId, displayName, credential, threadId }) => __awaiter$
|
13595
|
+
const createAzureCommunicationChatAdapter = ({ endpoint: endpointUrl, userId, displayName, credential, threadId }) => __awaiter$c(void 0, void 0, void 0, function* () {
|
13842
13596
|
const chatClient = createStatefulChatClient({
|
13843
13597
|
userId,
|
13844
13598
|
displayName,
|
@@ -13901,7 +13655,7 @@ beforeDispose) => {
|
|
13901
13655
|
if (!credential || !displayName || !endpoint || !threadId || !userId) {
|
13902
13656
|
return;
|
13903
13657
|
}
|
13904
|
-
(() => __awaiter$
|
13658
|
+
(() => __awaiter$c(void 0, void 0, void 0, function* () {
|
13905
13659
|
if (adapterRef.current) {
|
13906
13660
|
// Dispose the old adapter when a new one is created.
|
13907
13661
|
//
|
@@ -13933,7 +13687,7 @@ beforeDispose) => {
|
|
13933
13687
|
// Dispose any existing adapter when the component unmounts.
|
13934
13688
|
React.useEffect(() => {
|
13935
13689
|
return () => {
|
13936
|
-
(() => __awaiter$
|
13690
|
+
(() => __awaiter$c(void 0, void 0, void 0, function* () {
|
13937
13691
|
if (adapterRef.current) {
|
13938
13692
|
if (beforeDisposeRef.current) {
|
13939
13693
|
yield beforeDisposeRef.current(adapterRef.current);
|
@@ -13954,7 +13708,7 @@ beforeDispose) => {
|
|
13954
13708
|
*
|
13955
13709
|
* @public
|
13956
13710
|
*/
|
13957
|
-
const createAzureCommunicationChatAdapterFromClient = (chatClient, chatThreadClient) => __awaiter$
|
13711
|
+
const createAzureCommunicationChatAdapterFromClient = (chatClient, chatThreadClient) => __awaiter$c(void 0, void 0, void 0, function* () {
|
13958
13712
|
return new AzureCommunicationChatAdapter(chatClient, chatThreadClient);
|
13959
13713
|
});
|
13960
13714
|
const isChatError = (e) => {
|
@@ -14156,7 +13910,7 @@ const sendboxContainerStyles = {
|
|
14156
13910
|
|
14157
13911
|
// Copyright (c) Microsoft Corporation.
|
14158
13912
|
// Licensed under the MIT license.
|
14159
|
-
var __awaiter$
|
13913
|
+
var __awaiter$b = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
14160
13914
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
14161
13915
|
return new (P || (P = Promise))(function (resolve, reject) {
|
14162
13916
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -14177,7 +13931,7 @@ const AvatarPersona = (props) => {
|
|
14177
13931
|
const { userId, dataProvider, text, imageUrl, imageInitials, initialsColor, initialsTextColor, showOverflowTooltip } = props;
|
14178
13932
|
const [data, setData] = React.useState();
|
14179
13933
|
React.useEffect(() => {
|
14180
|
-
(() => __awaiter$
|
13934
|
+
(() => __awaiter$b(void 0, void 0, void 0, function* () {
|
14181
13935
|
if (dataProvider && userId) {
|
14182
13936
|
const newData = yield dataProvider(userId);
|
14183
13937
|
if (avatarDeepDifferenceCheck(data, newData)) {
|
@@ -14964,7 +14718,7 @@ const isDisabled$2 = (option) => {
|
|
14964
14718
|
|
14965
14719
|
// Copyright (c) Microsoft Corporation.
|
14966
14720
|
// Licensed under the MIT license.
|
14967
|
-
var __awaiter$
|
14721
|
+
var __awaiter$a = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
14968
14722
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
14969
14723
|
return new (P || (P = Promise))(function (resolve, reject) {
|
14970
14724
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -14983,72 +14737,72 @@ _component) => {
|
|
14983
14737
|
return createCompositeHandlers(useAdapter());
|
14984
14738
|
};
|
14985
14739
|
const createCompositeHandlers = memoizeOne__default['default']((adapter) => ({
|
14986
|
-
onCreateLocalStreamView: (options) => __awaiter$
|
14740
|
+
onCreateLocalStreamView: (options) => __awaiter$a(void 0, void 0, void 0, function* () {
|
14987
14741
|
return yield adapter.createStreamView(undefined, options);
|
14988
14742
|
}),
|
14989
|
-
onCreateRemoteStreamView: (userId, options) => __awaiter$
|
14743
|
+
onCreateRemoteStreamView: (userId, options) => __awaiter$a(void 0, void 0, void 0, function* () {
|
14990
14744
|
return yield adapter.createStreamView(userId, options);
|
14991
14745
|
}),
|
14992
|
-
onHangUp: () => __awaiter$
|
14746
|
+
onHangUp: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
14993
14747
|
yield adapter.leaveCall();
|
14994
14748
|
}),
|
14995
14749
|
/* @conditional-compile-remove(PSTN-calls) */
|
14996
|
-
onToggleHold: () => __awaiter$
|
14750
|
+
onToggleHold: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
14997
14751
|
var _a;
|
14998
14752
|
return ((_a = adapter.getState().call) === null || _a === void 0 ? void 0 : _a.state) === 'LocalHold' ? yield adapter.resumeCall() : yield adapter.holdCall();
|
14999
14753
|
}),
|
15000
14754
|
/* @conditional-compile-remove(PSTN-calls) */
|
15001
|
-
onAddParticipant: (participant, options) => __awaiter$
|
14755
|
+
onAddParticipant: (participant, options) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15002
14756
|
return yield adapter.addParticipant(participant, options);
|
15003
14757
|
}),
|
15004
14758
|
/* @conditional-compile-remove(PSTN-calls) */
|
15005
|
-
onSendDtmfTone: (dtmfTone) => __awaiter$
|
14759
|
+
onSendDtmfTone: (dtmfTone) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15006
14760
|
yield adapter.sendDtmfTone(dtmfTone);
|
15007
14761
|
}),
|
15008
|
-
onRemoveParticipant: (userId) => __awaiter$
|
14762
|
+
onRemoveParticipant: (userId) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15009
14763
|
yield adapter.removeParticipant(userId);
|
15010
14764
|
}),
|
15011
|
-
onSelectCamera: (deviceInfo, options) => __awaiter$
|
14765
|
+
onSelectCamera: (deviceInfo, options) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15012
14766
|
yield adapter.setCamera(deviceInfo, options);
|
15013
14767
|
}),
|
15014
|
-
onSelectMicrophone: (deviceInfo) => __awaiter$
|
14768
|
+
onSelectMicrophone: (deviceInfo) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15015
14769
|
yield adapter.setMicrophone(deviceInfo);
|
15016
14770
|
}),
|
15017
|
-
onSelectSpeaker: (deviceInfo) => __awaiter$
|
14771
|
+
onSelectSpeaker: (deviceInfo) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15018
14772
|
yield adapter.setSpeaker(deviceInfo);
|
15019
14773
|
}),
|
15020
14774
|
onStartCall: (participants, options) => {
|
15021
14775
|
const rawIds = participants.map((participant) => toFlatCommunicationIdentifier(participant));
|
15022
14776
|
return adapter.startCall(rawIds, options);
|
15023
14777
|
},
|
15024
|
-
onStartScreenShare: () => __awaiter$
|
14778
|
+
onStartScreenShare: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15025
14779
|
yield adapter.startScreenShare();
|
15026
14780
|
}),
|
15027
|
-
onStopScreenShare: () => __awaiter$
|
14781
|
+
onStopScreenShare: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15028
14782
|
yield adapter.stopScreenShare();
|
15029
14783
|
}),
|
15030
|
-
onToggleCamera: (options) => __awaiter$
|
14784
|
+
onToggleCamera: (options) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15031
14785
|
isCameraOn(adapter.getState()) ? yield adapter.stopCamera() : yield adapter.startCamera(options);
|
15032
14786
|
}),
|
15033
|
-
onToggleMicrophone: () => __awaiter$
|
14787
|
+
onToggleMicrophone: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15034
14788
|
var _b;
|
15035
14789
|
return ((_b = adapter.getState().call) === null || _b === void 0 ? void 0 : _b.isMuted) ? yield adapter.unmute() : yield adapter.mute();
|
15036
14790
|
}),
|
15037
|
-
onToggleScreenShare: () => __awaiter$
|
14791
|
+
onToggleScreenShare: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15038
14792
|
var _c;
|
15039
14793
|
return ((_c = adapter.getState().call) === null || _c === void 0 ? void 0 : _c.isScreenSharingOn)
|
15040
14794
|
? yield adapter.stopScreenShare()
|
15041
14795
|
: yield adapter.startScreenShare();
|
15042
14796
|
}),
|
15043
|
-
onStartLocalVideo: () => __awaiter$
|
14797
|
+
onStartLocalVideo: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15044
14798
|
if (adapter.getState().call) {
|
15045
14799
|
return adapter.startCamera();
|
15046
14800
|
}
|
15047
14801
|
}),
|
15048
|
-
onDisposeLocalStreamView: () => __awaiter$
|
14802
|
+
onDisposeLocalStreamView: () => __awaiter$a(void 0, void 0, void 0, function* () {
|
15049
14803
|
return adapter.disposeStreamView();
|
15050
14804
|
}),
|
15051
|
-
onDisposeRemoteStreamView: (userId) => __awaiter$
|
14805
|
+
onDisposeRemoteStreamView: (userId) => __awaiter$a(void 0, void 0, void 0, function* () {
|
15052
14806
|
return adapter.disposeStreamView(userId);
|
15053
14807
|
})
|
15054
14808
|
}));
|
@@ -15204,13 +14958,22 @@ const onFetchCustomButtonPropsTrampoline$1 = (options) => {
|
|
15204
14958
|
/** @private */
|
15205
14959
|
const Devices = (props) => {
|
15206
14960
|
const devicesButtonProps = usePropsFor$1(DevicesButton);
|
14961
|
+
/* @conditional-compile-remove(rooms) */
|
14962
|
+
const permissions = _usePermissions();
|
14963
|
+
const augmentedDeviceButtonProps = React.useMemo(() => (Object.assign(Object.assign({}, devicesButtonProps), {
|
14964
|
+
/* @conditional-compile-remove(rooms) */
|
14965
|
+
microphones: !permissions.microphoneButton ? [] : devicesButtonProps.microphones,
|
14966
|
+
/* @conditional-compile-remove(rooms) */
|
14967
|
+
cameras: !permissions.cameraButton ? [] : devicesButtonProps.cameras })), [
|
14968
|
+
devicesButtonProps,
|
14969
|
+
/* @conditional-compile-remove(rooms) */
|
14970
|
+
permissions
|
14971
|
+
]);
|
15207
14972
|
const styles = React.useMemo(() => {
|
15208
14973
|
var _a;
|
15209
14974
|
return concatButtonBaseStyles(props.increaseFlyoutItemSize ? devicesButtonWithIncreasedTouchTargets : {}, (_a = props.styles) !== null && _a !== void 0 ? _a : {});
|
15210
14975
|
}, [props.increaseFlyoutItemSize, props.styles]);
|
15211
14976
|
/* @conditional-compile-remove(rooms) */
|
15212
|
-
const permissions = _usePermissions();
|
15213
|
-
/* @conditional-compile-remove(rooms) */
|
15214
14977
|
const locale = useLocale();
|
15215
14978
|
/* @conditional-compile-remove(rooms) */
|
15216
14979
|
const onlyManageSpeakers = !permissions.microphoneButton && !permissions.cameraButton;
|
@@ -15222,7 +14985,7 @@ const Devices = (props) => {
|
|
15222
14985
|
/* By setting `persistMenu?` to true, we prevent options menu from getting hidden every time a participant joins or leaves. */
|
15223
14986
|
, Object.assign({
|
15224
14987
|
/* By setting `persistMenu?` to true, we prevent options menu from getting hidden every time a participant joins or leaves. */
|
15225
|
-
persistMenu: true },
|
14988
|
+
persistMenu: true }, augmentedDeviceButtonProps, { showLabel: props.displayType !== 'compact', styles: styles, "data-ui-id": "calling-composite-devices-button", disabled: props.disabled,
|
15226
14989
|
/* @conditional-compile-remove(rooms) */
|
15227
14990
|
strings: getLabelFromPermissions(permissions, locale),
|
15228
14991
|
/* @conditional-compile-remove(rooms) */
|
@@ -16390,7 +16153,7 @@ const AddPeopleButton = (props) => {
|
|
16390
16153
|
|
16391
16154
|
// Copyright (c) Microsoft Corporation.
|
16392
16155
|
// Licensed under the MIT license.
|
16393
|
-
var __awaiter$
|
16156
|
+
var __awaiter$9 = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
16394
16157
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
16395
16158
|
return new (P || (P = Promise))(function (resolve, reject) {
|
16396
16159
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -16426,7 +16189,7 @@ const PeoplePaneContent = (props) => {
|
|
16426
16189
|
setDrawerMenuItems
|
16427
16190
|
]);
|
16428
16191
|
const participantListProps = React.useMemo(() => {
|
16429
|
-
const onRemoveAParticipant = (participantId) => __awaiter$
|
16192
|
+
const onRemoveAParticipant = (participantId) => __awaiter$9(void 0, void 0, void 0, function* () { return onRemoveParticipant(participantId); });
|
16430
16193
|
return Object.assign(Object.assign({}, participantListDefaultProps), {
|
16431
16194
|
// Passing undefined callback for mobile to avoid context menus for participants in ParticipantList are clicked
|
16432
16195
|
onRemoveParticipant: props.mobileView ? undefined : onRemoveAParticipant,
|
@@ -16624,7 +16387,7 @@ const useMinMaxDragPosition = (modalLayerHostId, rtl) => {
|
|
16624
16387
|
return { minDragPosition: minDragPosition, maxDragPosition: maxDragPosition };
|
16625
16388
|
};
|
16626
16389
|
|
16627
|
-
var __awaiter$
|
16390
|
+
var __awaiter$8 = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
16628
16391
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
16629
16392
|
return new (P || (P = Promise))(function (resolve, reject) {
|
16630
16393
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
@@ -16654,11 +16417,11 @@ const CallPane = (props) => {
|
|
16654
16417
|
/**
|
16655
16418
|
* In a Call Composite when a participant is removed, we must remove them from the call.
|
16656
16419
|
*/
|
16657
|
-
const removeParticipantFromCall = (participantId) => __awaiter$
|
16420
|
+
const removeParticipantFromCall = (participantId) => __awaiter$8(void 0, void 0, void 0, function* () {
|
16658
16421
|
yield props.callAdapter.removeParticipant(participantId);
|
16659
16422
|
});
|
16660
16423
|
/* @conditional-compile-remove(PSTN-calls) */
|
16661
|
-
const addParticipantToCall = (participant, options) => __awaiter$
|
16424
|
+
const addParticipantToCall = (participant, options) => __awaiter$8(void 0, void 0, void 0, function* () {
|
16662
16425
|
yield props.callAdapter.addParticipant(participant, options);
|
16663
16426
|
});
|
16664
16427
|
const minMaxDragPosition = useMinMaxDragPosition(props.modalLayerHostId, props.rtl);
|
@@ -16775,14 +16538,20 @@ const CallArrangement = (props) => {
|
|
16775
16538
|
let canUnmute = true;
|
16776
16539
|
/* @conditional-compile-remove(rooms) */
|
16777
16540
|
canUnmute = rolePermissions.microphoneButton;
|
16541
|
+
let errorBarProps = props.errorBarProps;
|
16542
|
+
/* @conditional-compile-remove(rooms) */
|
16543
|
+
// TODO: move this logic to the error bar selector once role is plumbed from the headless SDK
|
16544
|
+
if (!rolePermissions.cameraButton && props.errorBarProps) {
|
16545
|
+
errorBarProps = Object.assign(Object.assign({}, props.errorBarProps), { activeErrorMessages: props.errorBarProps.activeErrorMessages.filter((e) => e.type !== 'callCameraAccessDenied') });
|
16546
|
+
}
|
16778
16547
|
return (React__default['default'].createElement("div", { ref: containerRef, className: react.mergeStyles(containerDivStyles) },
|
16779
16548
|
React__default['default'].createElement(react.Stack, { verticalFill: true, horizontalAlign: "stretch", className: containerClassName, "data-ui-id": props.dataUiId },
|
16780
16549
|
React__default['default'].createElement(react.Stack, { horizontal: true, grow: true },
|
16781
16550
|
React__default['default'].createElement(react.Stack.Item, { styles: notificationsContainerStyles },
|
16782
16551
|
React__default['default'].createElement(react.Stack, { styles: bannerNotificationStyles },
|
16783
16552
|
React__default['default'].createElement(_ComplianceBanner, Object.assign({}, props.complianceBannerProps))),
|
16784
|
-
|
16785
|
-
React__default['default'].createElement(ErrorBar, Object.assign({},
|
16553
|
+
errorBarProps !== false && (React__default['default'].createElement(react.Stack, { styles: bannerNotificationStyles },
|
16554
|
+
React__default['default'].createElement(ErrorBar, Object.assign({}, errorBarProps)))),
|
16786
16555
|
canUnmute && !!props.mutedNotificationProps && React__default['default'].createElement(MutedNotification, Object.assign({}, props.mutedNotificationProps))),
|
16787
16556
|
React__default['default'].createElement(react.Stack.Item, { grow: true, style: callCompositeContainerFlex() },
|
16788
16557
|
React__default['default'].createElement(react.Stack.Item, { styles: callGalleryStyles, grow: true }, props.onRenderGalleryContent && (React__default['default'].createElement(react.Stack, { verticalFill: true, styles: mediaGalleryContainerStyles }, props.onRenderGalleryContent())))),
|
@@ -17159,73 +16928,22 @@ const optionIconStyles = react.mergeStyles({
|
|
17159
16928
|
verticalAlign: 'text-top'
|
17160
16929
|
});
|
17161
16930
|
|
17162
|
-
|
17163
|
-
|
17164
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
17165
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
17166
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
17167
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
17168
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
17169
|
-
});
|
17170
|
-
};
|
16931
|
+
// Copyright (c) Microsoft Corporation.
|
16932
|
+
// Licensed under the MIT license.
|
17171
16933
|
/**
|
17172
16934
|
* @private
|
17173
16935
|
*/
|
17174
16936
|
const ConfigurationpageCameraDropdown = (props) => {
|
17175
|
-
|
17176
|
-
const theme = useTheme();
|
17177
|
-
/* @conditional-compile-remove(call-readiness) */
|
17178
|
-
const adapter = useAdapter();
|
17179
|
-
/* @conditional-compile-remove(call-readiness) */
|
17180
|
-
const devicePermissionDropdownStringsCamera = {
|
17181
|
-
placeHolderText: 'Enable Camera (optional)',
|
17182
|
-
actionButtonContent: 'Allow'
|
17183
|
-
};
|
17184
|
-
/* @conditional-compile-remove(call-readiness) */
|
17185
|
-
const cameraBlockedDropdown = (React__default['default'].createElement(_DevicePermissionDropdown, { styles: dropDownStyles(theme), onClickActionButton: () => __awaiter$9(void 0, void 0, void 0, function* () {
|
17186
|
-
yield adapter.askDevicePermission({ video: true, audio: false });
|
17187
|
-
if (props.cameraPermissionGranted) {
|
17188
|
-
adapter.queryCameras();
|
17189
|
-
}
|
17190
|
-
}), strings: devicePermissionDropdownStringsCamera, icon: React__default['default'].createElement(CallCompositeIcon, { iconName: "ControlButtonCameraOn", style: { height: '1.25rem', marginRight: '0.625rem' } }) }));
|
17191
|
-
/* @conditional-compile-remove(call-readiness) */
|
17192
|
-
return React__default['default'].createElement(React__default['default'].Fragment, null, props.cameraPermissionGranted ? props.cameraGrantedDropdown : cameraBlockedDropdown);
|
16937
|
+
return props.cameraGrantedDropdown;
|
17193
16938
|
};
|
17194
16939
|
|
17195
|
-
|
17196
|
-
|
17197
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
17198
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
17199
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
17200
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
17201
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
17202
|
-
});
|
17203
|
-
};
|
16940
|
+
// Copyright (c) Microsoft Corporation.
|
16941
|
+
// Licensed under the MIT license.
|
17204
16942
|
/**
|
17205
16943
|
* @private
|
17206
16944
|
*/
|
17207
16945
|
const ConfigurationpageMicDropdown = (props) => {
|
17208
|
-
|
17209
|
-
const theme = useTheme();
|
17210
|
-
/* @conditional-compile-remove(call-readiness) */
|
17211
|
-
const adapter = useAdapter();
|
17212
|
-
/* @conditional-compile-remove(call-readiness) */
|
17213
|
-
const devicePermissionDropdownStringsMicrophone = {
|
17214
|
-
placeHolderText: 'Enable Microphone (required)',
|
17215
|
-
actionButtonContent: 'Allow'
|
17216
|
-
};
|
17217
|
-
/* @conditional-compile-remove(call-readiness) */
|
17218
|
-
const microphoneBlockedDropdown = (React__default['default'].createElement(_DevicePermissionDropdown, { styles: dropDownStyles(theme), onClickActionButton: () => __awaiter$8(void 0, void 0, void 0, function* () {
|
17219
|
-
yield adapter.askDevicePermission({ video: false, audio: true });
|
17220
|
-
if (props.micPermissionGranted) {
|
17221
|
-
adapter.queryMicrophones();
|
17222
|
-
adapter.querySpeakers();
|
17223
|
-
}
|
17224
|
-
}), strings: devicePermissionDropdownStringsMicrophone, icon: React__default['default'].createElement(CallCompositeIcon, { iconName: "ControlButtonMicOn", style: { height: '1.25rem', marginRight: '0.625rem' } }) }));
|
17225
|
-
/* @conditional-compile-remove(call-readiness) */
|
17226
|
-
return React__default['default'].createElement(React__default['default'].Fragment, null,
|
17227
|
-
" ",
|
17228
|
-
props.micPermissionGranted ? props.micGrantedDropdown : microphoneBlockedDropdown);
|
16946
|
+
return props.micGrantedDropdown;
|
17229
16947
|
};
|
17230
16948
|
|
17231
16949
|
// Copyright (c) Microsoft Corporation.
|
@@ -17275,8 +16993,6 @@ const LocalDeviceSettings = (props) => {
|
|
17275
16993
|
var _a;
|
17276
16994
|
const theme = useTheme();
|
17277
16995
|
const locale = useLocale();
|
17278
|
-
/* @conditional-compile-remove(call-readiness) */
|
17279
|
-
const adapter = useAdapter();
|
17280
16996
|
const defaultPlaceHolder = locale.strings.call.defaultPlaceHolder;
|
17281
16997
|
const cameraLabel = locale.strings.call.cameraLabel;
|
17282
16998
|
const soundLabel = locale.strings.call.soundLabel;
|
@@ -17293,16 +17009,6 @@ const LocalDeviceSettings = (props) => {
|
|
17293
17009
|
// TODO: speaker permission is tied to microphone permission (when you request 'audio' permission using the SDK) its
|
17294
17010
|
// actually granting access to query both microphone and speaker. However the browser popup asks you explicity for
|
17295
17011
|
// 'microphone'. This needs investigation on how we want to handle this and maybe needs follow up with SDK team.
|
17296
|
-
/* @conditional-compile-remove(call-readiness) */
|
17297
|
-
React.useEffect(() => {
|
17298
|
-
if (cameraPermissionGranted) {
|
17299
|
-
adapter.queryCameras();
|
17300
|
-
}
|
17301
|
-
if (micPermissionGranted) {
|
17302
|
-
adapter.queryMicrophones();
|
17303
|
-
}
|
17304
|
-
adapter.querySpeakers();
|
17305
|
-
}, [adapter, cameraPermissionGranted, micPermissionGranted]);
|
17306
17012
|
const cameraGrantedDropdown = (React__default['default'].createElement(react.Dropdown, { "data-ui-id": "call-composite-local-camera-settings", "aria-labelledby": 'call-composite-local-camera-settings-label', placeholder: defaultPlaceHolder, options: cameraPermissionGranted ? getDropDownList(props.cameras) : [{ key: 'deniedOrUnknown', text: '' }], styles: dropDownStyles(theme), disabled: !cameraPermissionGranted, errorMessage: props.cameraPermissionGranted === undefined || props.cameraPermissionGranted
|
17307
17013
|
? undefined
|
17308
17014
|
: locale.strings.call.cameraPermissionDenied, defaultSelectedKey: micPermissionGranted
|
@@ -17586,34 +17292,28 @@ const startCallButtonStyleMobile = react.mergeStyles({
|
|
17586
17292
|
* @private
|
17587
17293
|
*/
|
17588
17294
|
const ConfigurationPage = (props) => {
|
17589
|
-
var _a
|
17590
|
-
const { startCallHandler, mobileView
|
17295
|
+
var _a;
|
17296
|
+
const { startCallHandler, mobileView } = props;
|
17591
17297
|
const options = useAdaptedSelector(getSelector$1(DevicesButton));
|
17592
17298
|
const localDeviceSettingsHandlers = useHandlers();
|
17593
17299
|
const { video: cameraPermissionGranted, audio: microphonePermissionGranted } = useSelector$1(devicePermissionSelector);
|
17594
|
-
|
17300
|
+
let errorBarProps = usePropsFor$1(ErrorBar);
|
17595
17301
|
const adapter = useAdapter();
|
17596
17302
|
const deviceState = adapter.getState().devices;
|
17597
17303
|
let disableStartCallButton = !microphonePermissionGranted || ((_a = deviceState.microphones) === null || _a === void 0 ? void 0 : _a.length) === 0;
|
17598
17304
|
/* @conditional-compile-remove(rooms) */
|
17599
17305
|
const rolePermissions = _usePermissions();
|
17600
17306
|
/* @conditional-compile-remove(rooms) */
|
17307
|
+
// TODO: move this logic to the error bar selector once role is plumbed from the headless SDK
|
17308
|
+
if (!rolePermissions.cameraButton) {
|
17309
|
+
errorBarProps = Object.assign(Object.assign({}, errorBarProps), { activeErrorMessages: errorBarProps.activeErrorMessages.filter((e) => e.type !== 'callCameraAccessDenied') });
|
17310
|
+
}
|
17311
|
+
/* @conditional-compile-remove(rooms) */
|
17601
17312
|
if (!rolePermissions.microphoneButton) {
|
17602
17313
|
// If user's role permissions do not allow access to the microphone button then DO NOT disable the start call button
|
17603
17314
|
// because microphone device permission is not needed for the user's role
|
17604
17315
|
disableStartCallButton = false;
|
17605
17316
|
}
|
17606
|
-
/* @conditional-compile-remove(call-readiness) */
|
17607
|
-
// Overrides role permissions if CallCompositeOptions devicePermissions are set
|
17608
|
-
if (devicePermissions) {
|
17609
|
-
if (['doNotPrompt', 'optional'].includes(devicePermissions.camera) &&
|
17610
|
-
['doNotPrompt', 'optional'].includes(devicePermissions.microphone)) {
|
17611
|
-
disableStartCallButton = false;
|
17612
|
-
}
|
17613
|
-
else if (devicePermissions.camera === 'required') {
|
17614
|
-
disableStartCallButton = !cameraPermissionGranted || ((_b = deviceState.cameras) === null || _b === void 0 ? void 0 : _b.length) === 0;
|
17615
|
-
}
|
17616
|
-
}
|
17617
17317
|
const locale = useLocale();
|
17618
17318
|
const title = (React__default['default'].createElement(react.Stack.Item, { className: mobileView ? titleContainerStyleMobile : titleContainerStyleDesktop }, locale.strings.call.configurationPageTitle));
|
17619
17319
|
const callDescription = locale.strings.call.configurationPageCallDetails && (React__default['default'].createElement(react.Stack.Item, { className: mobileView ? callDetailsStyleMobile : callDetailsStyleDesktop }, locale.strings.call.configurationPageCallDetails));
|
@@ -17978,7 +17678,6 @@ var __awaiter$5 = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
17978
17678
|
});
|
17979
17679
|
};
|
17980
17680
|
const MainScreen = (props) => {
|
17981
|
-
var _a;
|
17982
17681
|
const { callInvitationUrl, onRenderAvatar, onFetchAvatarPersonaData, onFetchParticipantMenuItems } = props;
|
17983
17682
|
const page = useSelector$1(getPage);
|
17984
17683
|
const adapter = useAdapter();
|
@@ -17997,9 +17696,7 @@ const MainScreen = (props) => {
|
|
17997
17696
|
case 'configuration':
|
17998
17697
|
pageElement = (React__default['default'].createElement(ConfigurationPage, { mobileView: props.mobileView, startCallHandler: () => {
|
17999
17698
|
adapter.joinCall();
|
18000
|
-
}
|
18001
|
-
/* @conditional-compile-remove(call-readiness) */
|
18002
|
-
devicePermissions: (_a = props.options) === null || _a === void 0 ? void 0 : _a.devicePermissions }));
|
17699
|
+
} }));
|
18003
17700
|
break;
|
18004
17701
|
case 'accessDeniedTeamsMeeting':
|
18005
17702
|
pageElement = (React__default['default'].createElement(NoticePage, { iconName: "NoticePageAccessDeniedTeamsMeeting", title: locale.strings.call.failedToJoinTeamsMeetingReasonAccessDeniedTitle, moreDetails: locale.strings.call.failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails, dataUiId: 'access-denied-teams-meeting-page' }));
|
@@ -18063,33 +17760,12 @@ const CallComposite = (props) => {
|
|
18063
17760
|
adapter.querySpeakers();
|
18064
17761
|
return;
|
18065
17762
|
}
|
18066
|
-
/* @conditional-compile-remove(call-readiness) */
|
18067
|
-
if (options === null || options === void 0 ? void 0 : options.devicePermissions) {
|
18068
|
-
const videoPermission = (options === null || options === void 0 ? void 0 : options.devicePermissions.camera) !== 'doNotPrompt';
|
18069
|
-
const audioPermission = (options === null || options === void 0 ? void 0 : options.devicePermissions.microphone) !== 'doNotPrompt';
|
18070
|
-
yield adapter.askDevicePermission({
|
18071
|
-
video: videoPermission,
|
18072
|
-
audio: audioPermission
|
18073
|
-
});
|
18074
|
-
if (videoPermission) {
|
18075
|
-
adapter.queryCameras();
|
18076
|
-
}
|
18077
|
-
if (audioPermission) {
|
18078
|
-
adapter.queryMicrophones();
|
18079
|
-
}
|
18080
|
-
adapter.querySpeakers();
|
18081
|
-
return;
|
18082
|
-
}
|
18083
17763
|
yield adapter.askDevicePermission({ video: true, audio: true });
|
18084
17764
|
adapter.queryCameras();
|
18085
17765
|
adapter.queryMicrophones();
|
18086
17766
|
adapter.querySpeakers();
|
18087
17767
|
}))();
|
18088
|
-
}, [
|
18089
|
-
adapter,
|
18090
|
-
/* @conditional-compile-remove(rooms) */ role,
|
18091
|
-
/* @conditional-compile-remove(call-readiness) */ options === null || options === void 0 ? void 0 : options.devicePermissions
|
18092
|
-
]);
|
17768
|
+
}, [adapter, /* @conditional-compile-remove(rooms) */ role]);
|
18093
17769
|
const mobileView = formFactor === 'mobile';
|
18094
17770
|
/* @conditional-compile-remove(one-to-n-calling) */
|
18095
17771
|
const modalLayerHostId = reactHooks.useId('modalLayerhost');
|
@@ -18249,7 +17925,7 @@ class CallContext {
|
|
18249
17925
|
}
|
18250
17926
|
updateClientState(clientState) {
|
18251
17927
|
var _a, _b, _c;
|
18252
|
-
|
17928
|
+
let call = this.callId ? clientState.calls[this.callId] : undefined;
|
18253
17929
|
const latestEndedCall = findLatestEndedCall(clientState.callsEnded);
|
18254
17930
|
// As the state is transitioning to a new state, trigger appropriate callback events.
|
18255
17931
|
const oldPage = this.state.page;
|
@@ -18260,6 +17936,10 @@ class CallContext {
|
|
18260
17936
|
callEndedCode: (_a = latestEndedCall === null || latestEndedCall === void 0 ? void 0 : latestEndedCall.callEndReason) === null || _a === void 0 ? void 0 : _a.code,
|
18261
17937
|
callEndedSubCode: (_b = latestEndedCall === null || latestEndedCall === void 0 ? void 0 : latestEndedCall.callEndReason) === null || _b === void 0 ? void 0 : _b.subCode
|
18262
17938
|
});
|
17939
|
+
// Reset the callId to undefined as the call has ended.
|
17940
|
+
this.setCurrentCallId(undefined);
|
17941
|
+
// Make sure that the call is set to undefined in the state.
|
17942
|
+
call = undefined;
|
18263
17943
|
}
|
18264
17944
|
if (this.state.page) {
|
18265
17945
|
this.setState(Object.assign(Object.assign({}, this.state), { userId: clientState.userId, displayName: (_c = clientState.callAgent) === null || _c === void 0 ? void 0 : _c.displayName, call, page: newPage, endedCall: latestEndedCall, devices: clientState.deviceManager, latestErrors: clientState.latestErrors }));
|
@@ -18479,11 +18159,10 @@ class AzureCommunicationCallAdapter {
|
|
18479
18159
|
return __awaiter$4(this, void 0, void 0, function* () {
|
18480
18160
|
yield this.handlers.onHangUp();
|
18481
18161
|
this.unsubscribeCallEvents();
|
18482
|
-
this.call = undefined;
|
18483
18162
|
this.handlers = createDefaultCallingHandlers(this.callClient, this.callAgent, this.deviceManager, undefined);
|
18484
|
-
|
18485
|
-
//
|
18486
|
-
this.
|
18163
|
+
// We set the adapter.call object to undefined immediately when a call is ended.
|
18164
|
+
// We do not set the context.callId to undefined because it is a part of the immutable data flow loop.
|
18165
|
+
this.call = undefined;
|
18487
18166
|
this.stopCamera();
|
18488
18167
|
this.mute();
|
18489
18168
|
});
|
@@ -19855,7 +19534,7 @@ const CallWithChatScreen = (props) => {
|
|
19855
19534
|
const isInLocalHold = currentPage === 'hold';
|
19856
19535
|
const hasJoinedCall = !!(currentPage && hasJoinedCallFn(currentPage, currentCallState !== null && currentCallState !== void 0 ? currentCallState : 'None'));
|
19857
19536
|
const showControlBar = isInLobbyOrConnecting || hasJoinedCall;
|
19858
|
-
const isMobileWithActivePane = mobileView && activePane !== 'none';
|
19537
|
+
const isMobileWithActivePane = mobileView && hasJoinedCall && activePane !== 'none';
|
19859
19538
|
/** Constant setting of id for the parent stack of the composite */
|
19860
19539
|
const compositeParentDivId = reactHooks.useId('callWithChatCompositeParentDiv-internal');
|
19861
19540
|
const toggleChat = React.useCallback(() => {
|
@@ -19909,6 +19588,10 @@ const CallWithChatScreen = (props) => {
|
|
19909
19588
|
setShowDrawer(false);
|
19910
19589
|
togglePeople();
|
19911
19590
|
}, [togglePeople]);
|
19591
|
+
// On mobile, when there is an active call and some side pane is active,
|
19592
|
+
// we hide the call composite via CSS to show only the pane.
|
19593
|
+
// We only set `display` to `none` instead of unmounting the call composite component tree
|
19594
|
+
// to avoid the performance cost of rerendering video streams when we later show the composite again.
|
19912
19595
|
const callCompositeContainerCSS = React.useMemo(() => {
|
19913
19596
|
return { display: isMobileWithActivePane ? 'none' : 'flex' };
|
19914
19597
|
}, [isMobileWithActivePane]);
|
@@ -19939,9 +19622,7 @@ const CallWithChatScreen = (props) => {
|
|
19939
19622
|
// Perf: Instead of removing the video gallery from DOM, we hide it to prevent re-renders.
|
19940
19623
|
style: callCompositeContainerCSS },
|
19941
19624
|
React__default['default'].createElement(CallComposite, Object.assign({}, props, { formFactor: formFactor, options: {
|
19942
|
-
callControls: false
|
19943
|
-
/* @conditional-compile-remove(call-readiness) */
|
19944
|
-
devicePermissions: props.devicePermissions
|
19625
|
+
callControls: false
|
19945
19626
|
}, adapter: callAdapter, fluentTheme: fluentTheme }))),
|
19946
19627
|
chatProps.adapter && callAdapter && hasJoinedCall && (React__default['default'].createElement(CallWithChatPane, { chatCompositeProps: chatProps, inviteLink: props.joinInvitationURL, onClose: closePane, chatAdapter: chatProps.adapter, callAdapter: callAdapter, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData, onFetchParticipantMenuItems: props.onFetchParticipantMenuItems, onChatButtonClicked: showShowChatTabHeaderButton(props.callControls) ? selectChat : undefined, onPeopleButtonClicked: showShowPeopleTabHeaderButton(props.callControls) ? selectPeople : undefined, modalLayerHostId: modalLayerHostId, mobileView: mobileView, activePane: activePane,
|
19947
19628
|
/* @conditional-compile-remove(file-sharing) */
|
@@ -19979,16 +19660,15 @@ const CallWithChatScreen = (props) => {
|
|
19979
19660
|
const CallWithChatComposite = (props) => {
|
19980
19661
|
const { adapter, fluentTheme, rtl, formFactor, joinInvitationURL, options } = props;
|
19981
19662
|
return (React__default['default'].createElement(BaseProvider, { fluentTheme: fluentTheme, rtl: rtl, locale: props.locale, icons: props.icons },
|
19982
|
-
React__default['default'].createElement(CallWithChatScreen, Object.assign({}, props, {
|
19983
|
-
/* @conditional-compile-remove(call-readiness) */
|
19984
|
-
devicePermissions: options === null || options === void 0 ? void 0 : options.devicePermissions, callWithChatAdapter: adapter, formFactor: formFactor, callControls: options === null || options === void 0 ? void 0 : options.callControls, joinInvitationURL: joinInvitationURL, fluentTheme: fluentTheme,
|
19663
|
+
React__default['default'].createElement(CallWithChatScreen, Object.assign({}, props, { callWithChatAdapter: adapter, formFactor: formFactor, callControls: options === null || options === void 0 ? void 0 : options.callControls, joinInvitationURL: joinInvitationURL, fluentTheme: fluentTheme,
|
19985
19664
|
/* @conditional-compile-remove(file-sharing) */
|
19986
19665
|
fileSharing: options === null || options === void 0 ? void 0 : options.fileSharing }))));
|
19987
19666
|
};
|
19988
19667
|
const hasJoinedCallFn = (page, callStatus) => {
|
19989
19668
|
/* @conditional-compile-remove(one-to-n-calling) */ /* @conditional-compile-remove(one-to-n-calling) */
|
19990
|
-
return ((page === 'call' &&
|
19991
|
-
(
|
19669
|
+
return ((page === 'call' &&
|
19670
|
+
(callStatus === 'Connected' || callStatus === 'RemoteHold' || callStatus === 'Disconnecting')) ||
|
19671
|
+
(page === 'hold' && (callStatus === 'LocalHold' || callStatus === 'Disconnecting')));
|
19992
19672
|
};
|
19993
19673
|
const showShowChatTabHeaderButton = (callControls) => {
|
19994
19674
|
if (callControls === undefined || callControls === true) {
|
@@ -20812,7 +20492,6 @@ exports.DEFAULT_COMPONENT_ICONS = DEFAULT_COMPONENT_ICONS;
|
|
20812
20492
|
exports.DEFAULT_COMPOSITE_ICONS = DEFAULT_COMPOSITE_ICONS;
|
20813
20493
|
exports.DevicesButton = DevicesButton;
|
20814
20494
|
exports.Dialpad = Dialpad;
|
20815
|
-
exports.DomainPermissions = DomainPermissions;
|
20816
20495
|
exports.EndCallButton = EndCallButton;
|
20817
20496
|
exports.ErrorBar = ErrorBar;
|
20818
20497
|
exports.FluentThemeProvider = FluentThemeProvider;
|
@@ -20829,10 +20508,8 @@ exports.ScreenShareButton = ScreenShareButton;
|
|
20829
20508
|
exports.SendBox = SendBox;
|
20830
20509
|
exports.StreamMedia = StreamMedia;
|
20831
20510
|
exports.TypingIndicator = TypingIndicator;
|
20832
|
-
exports.UnsupportedBrowser = UnsupportedBrowser;
|
20833
20511
|
exports.VideoGallery = VideoGallery;
|
20834
20512
|
exports.VideoTile = VideoTile;
|
20835
|
-
exports._DevicePermissionDropdown = _DevicePermissionDropdown;
|
20836
20513
|
exports._IdentifierProvider = _IdentifierProvider;
|
20837
20514
|
exports.createAzureCommunicationCallAdapter = createAzureCommunicationCallAdapter;
|
20838
20515
|
exports.createAzureCommunicationCallAdapterFromClient = createAzureCommunicationCallAdapterFromClient;
|