@azure/communication-react 1.20.0-alpha-202410030015 → 1.20.0-alpha-202410050015
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/dist/communication-react.d.ts +67 -1
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js.map → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js → RichTextSendBoxWrapper-BhEvRpXU.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js.map → RichTextSendBoxWrapper-BhEvRpXU.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-BcfT9uWf.js → index-CM02z9d2.js} +585 -412
- package/dist/dist-cjs/communication-react/index-CM02z9d2.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +3 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +5 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.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/acs-ui-javascript-loaders/src/callCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +2 -2
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +46 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +57 -12
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +49 -43
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +32 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/index.js +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +2 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.d.ts +8 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js +13 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +670 -0
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +10 -2
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +13 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +15 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +28 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +11 -7
- 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/MediaGallery.js +7 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +7 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +15 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +20 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +19 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +33 -36
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +16 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +4 -7
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +9 -4
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/index.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +411 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -0
- package/package.json +5 -5
- package/dist/dist-cjs/communication-react/index-BcfT9uWf.js.map +0 -1
@@ -188,7 +188,7 @@ function getDefaultExportFromCjs (x) {
|
|
188
188
|
// Copyright (c) Microsoft Corporation.
|
189
189
|
// Licensed under the MIT License.
|
190
190
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
191
|
-
var telemetryVersion = '1.20.0-alpha-
|
191
|
+
var telemetryVersion = '1.20.0-alpha-202410050015';
|
192
192
|
|
193
193
|
|
194
194
|
var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
|
@@ -372,7 +372,11 @@ function _getKeys(obj) {
|
|
372
372
|
* @internal
|
373
373
|
*/
|
374
374
|
const _base64ToBlob = (dataURI) => {
|
375
|
-
const
|
375
|
+
const str = dataURI.split(',')[1];
|
376
|
+
if (!str) {
|
377
|
+
throw new Error('Invalid base64 string');
|
378
|
+
}
|
379
|
+
const byteString = atob(str);
|
376
380
|
const arrayBuffer = new ArrayBuffer(byteString.length);
|
377
381
|
const uint8Array = new Uint8Array(arrayBuffer);
|
378
382
|
for (let i = 0; i < byteString.length; i++) {
|
@@ -537,7 +541,7 @@ const getCallState = (state, props) => { var _a; return (_a = state.calls[props.
|
|
537
541
|
/**
|
538
542
|
* @private
|
539
543
|
*/
|
540
|
-
const getEnvironmentInfo = (state) => {
|
544
|
+
const getEnvironmentInfo$1 = (state) => {
|
541
545
|
/* @conditional-compile-remove(unsupported-browser) */
|
542
546
|
return state.environmentInfo;
|
543
547
|
};
|
@@ -641,9 +645,10 @@ const _isInLobbyOrConnecting = (callStatus) => !!callStatus && ['Connecting', 'R
|
|
641
645
|
* @internal
|
642
646
|
*/
|
643
647
|
const _isPreviewOn = (deviceManager) => {
|
648
|
+
var _a;
|
644
649
|
// TODO: we should take in a LocalVideoStream that developer wants to use as their 'Preview' view. We should also
|
645
650
|
// handle cases where 'Preview' view is in progress and not necessary completed.
|
646
|
-
return deviceManager.unparentedViews
|
651
|
+
return ((_a = deviceManager.unparentedViews[0]) === null || _a === void 0 ? void 0 : _a.view) !== undefined;
|
647
652
|
};
|
648
653
|
/**
|
649
654
|
* Dispose of all preview views
|
@@ -812,7 +817,7 @@ const screenShareButtonSelector = reselect__namespace.createSelector([getIsScree
|
|
812
817
|
((capabilities === null || capabilities === void 0 ? void 0 : capabilities.shareScreen.isPresent) === false && (capabilities === null || capabilities === void 0 ? void 0 : capabilities.shareScreen.reason) !== 'NotInitialized') ||
|
813
818
|
role === 'Consumer' ||
|
814
819
|
role === 'Attendee';
|
815
|
-
disabled = disabled || ['InLobby', 'Connecting', 'LocalHold'].includes(callState);
|
820
|
+
disabled = disabled || ['InLobby', 'Connecting', 'LocalHold'].includes(callState !== null && callState !== void 0 ? callState : 'None');
|
816
821
|
return {
|
817
822
|
checked: isScreenSharingOn,
|
818
823
|
disabled
|
@@ -1525,7 +1530,7 @@ const notificationStackSelector = reselect.createSelector([
|
|
1525
1530
|
/* @conditional-compile-remove(breakout-rooms) */ getLatestNotifications,
|
1526
1531
|
getDiagnostics,
|
1527
1532
|
getDeviceManager$1,
|
1528
|
-
getEnvironmentInfo,
|
1533
|
+
getEnvironmentInfo$1,
|
1529
1534
|
getMeetingConferencePhones,
|
1530
1535
|
/* @conditional-compile-remove(breakout-rooms) */ getAssignedBreakoutRoom$1
|
1531
1536
|
], (latestErrors,
|
@@ -1841,22 +1846,24 @@ class ProxyDeviceManager {
|
|
1841
1846
|
this._deviceManager.on('selectedMicrophoneChanged', this.selectedMicrophoneChanged);
|
1842
1847
|
this._deviceManager.on('selectedSpeakerChanged', this.selectedSpeakerChanged);
|
1843
1848
|
// Subscribe to browser camera permissions changes
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1849
|
+
if (navigator.permissions) {
|
1850
|
+
try {
|
1851
|
+
navigator.permissions.query({ name: 'camera' }).then((cameraPermissions) => {
|
1852
|
+
cameraPermissions.addEventListener('change', this.permissionsApiStateChangeHandler);
|
1853
|
+
});
|
1854
|
+
}
|
1855
|
+
catch (e) {
|
1856
|
+
console.info('Could not subscribe to Permissions API Camera changed events, API is not supported by browser', e);
|
1857
|
+
}
|
1858
|
+
// Subscribe to browser microphone permissions changes
|
1859
|
+
try {
|
1860
|
+
navigator.permissions.query({ name: 'microphone' }).then((micPermissions) => {
|
1861
|
+
micPermissions.addEventListener('change', this.permissionsApiStateChangeHandler);
|
1862
|
+
});
|
1863
|
+
}
|
1864
|
+
catch (e) {
|
1865
|
+
console.info('Could not subscribe to Permissions API Microphone changed events, API is not supported by browser', e);
|
1866
|
+
}
|
1860
1867
|
}
|
1861
1868
|
};
|
1862
1869
|
/**
|
@@ -1867,23 +1874,25 @@ class ProxyDeviceManager {
|
|
1867
1874
|
this._deviceManager.off('audioDevicesUpdated', this.audioDevicesUpdated);
|
1868
1875
|
this._deviceManager.off('selectedMicrophoneChanged', this.selectedMicrophoneChanged);
|
1869
1876
|
this._deviceManager.off('selectedSpeakerChanged', this.selectedSpeakerChanged);
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1877
|
+
if (navigator.permissions) {
|
1878
|
+
// Unsubscribe from browser camera permissions changes
|
1879
|
+
try {
|
1880
|
+
navigator.permissions.query({ name: 'camera' }).then((cameraPermissions) => {
|
1881
|
+
cameraPermissions.removeEventListener('change', this.permissionsApiStateChangeHandler);
|
1882
|
+
});
|
1883
|
+
}
|
1884
|
+
catch (e) {
|
1885
|
+
console.info('Could not Unsubscribe to Permissions API Camera changed events, API is not supported by browser', e);
|
1886
|
+
}
|
1887
|
+
// Unsubscribe from browser microphone permissions changes
|
1888
|
+
try {
|
1889
|
+
navigator.permissions.query({ name: 'microphone' }).then((micPermissions) => {
|
1890
|
+
micPermissions.removeEventListener('change', this.permissionsApiStateChangeHandler);
|
1891
|
+
});
|
1892
|
+
}
|
1893
|
+
catch (e) {
|
1894
|
+
console.info('Could not Unsubscribe to Permissions API Camera changed events, API is not supported by browser', e);
|
1895
|
+
}
|
1887
1896
|
}
|
1888
1897
|
};
|
1889
1898
|
this.permissionsApiStateChangeHandler = () => __awaiter$X(this, void 0, void 0, function* () {
|
@@ -1924,16 +1933,18 @@ class ProxyDeviceManager {
|
|
1924
1933
|
// information about the device permission state, but is not supported yet in Firefox or Android WebView.
|
1925
1934
|
// Note: It also has the limitation where it cannot detect if the device is blocked by the Operating System
|
1926
1935
|
// permissions.
|
1927
|
-
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1936
|
+
if (navigator.permissions) {
|
1937
|
+
try {
|
1938
|
+
const [cameraPermissions, micPermissions] = yield Promise.all([
|
1939
|
+
navigator.permissions.query({ name: 'camera' }),
|
1940
|
+
navigator.permissions.query({ name: 'microphone' })
|
1941
|
+
]);
|
1942
|
+
hasCameraPermission = cameraPermissions.state === 'granted';
|
1943
|
+
hasMicPermission = micPermissions.state === 'granted';
|
1944
|
+
}
|
1945
|
+
catch (e) {
|
1946
|
+
console.info('Permissions API is not supported by browser', e);
|
1947
|
+
}
|
1937
1948
|
}
|
1938
1949
|
this._context.setDeviceManagerDeviceAccess({
|
1939
1950
|
video: hasCameraPermission,
|
@@ -2175,6 +2186,8 @@ function convertSdkCallToDeclarativeCall(call) {
|
|
2175
2186
|
localRecording: { isLocalRecordingActive: false },
|
2176
2187
|
pptLive: { isActive: false },
|
2177
2188
|
raiseHand: { raisedHands: [] },
|
2189
|
+
/* @conditional-compile-remove(together-mode) */
|
2190
|
+
togetherMode: { stream: [] },
|
2178
2191
|
localParticipantReaction: undefined,
|
2179
2192
|
transcription: { isTranscriptionActive: false },
|
2180
2193
|
screenShareRemoteParticipant: undefined,
|
@@ -2540,7 +2553,10 @@ let CallContext$2 = class CallContext {
|
|
2540
2553
|
// Performance note: This loop should run only once because the number of entries
|
2541
2554
|
// is never allowed to exceed MAX_CALL_HISTORY_LENGTH. A loop is used for correctness.
|
2542
2555
|
while (Object.keys(draft.callsEnded).length >= MAX_CALL_HISTORY_LENGTH) {
|
2543
|
-
|
2556
|
+
const oldestCall = findOldestCallEnded(draft.callsEnded);
|
2557
|
+
if (oldestCall) {
|
2558
|
+
delete draft.callsEnded[oldestCall];
|
2559
|
+
}
|
2544
2560
|
}
|
2545
2561
|
draft.callsEnded[latestCallId] = call;
|
2546
2562
|
}
|
@@ -2737,6 +2753,29 @@ let CallContext$2 = class CallContext {
|
|
2737
2753
|
}
|
2738
2754
|
});
|
2739
2755
|
}
|
2756
|
+
/* @conditional-compile-remove(together-mode) */
|
2757
|
+
setTogetherModeVideoStream(callId, addedStream) {
|
2758
|
+
this.modifyState((draft) => {
|
2759
|
+
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
2760
|
+
if (call) {
|
2761
|
+
call.togetherMode = { stream: addedStream };
|
2762
|
+
}
|
2763
|
+
});
|
2764
|
+
}
|
2765
|
+
/* @conditional-compile-remove(together-mode) */
|
2766
|
+
removeTogetherModeVideoStream(callId, removedStream) {
|
2767
|
+
this.modifyState((draft) => {
|
2768
|
+
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
2769
|
+
if (call) {
|
2770
|
+
for (const stream of removedStream) {
|
2771
|
+
if (stream.mediaStreamType in call.togetherMode.stream) {
|
2772
|
+
// Temporary lint fix: Remove the stream from the list
|
2773
|
+
call.togetherMode.stream = [];
|
2774
|
+
}
|
2775
|
+
}
|
2776
|
+
}
|
2777
|
+
});
|
2778
|
+
}
|
2740
2779
|
setCallRaisedHands(callId, raisedHands) {
|
2741
2780
|
this.modifyState((draft) => {
|
2742
2781
|
const call = draft.calls[this._callIdHistory.latestCallId(callId)];
|
@@ -2779,6 +2818,12 @@ let CallContext$2 = class CallContext {
|
|
2779
2818
|
if (participantKey === toFlatCommunicationIdentifier(this._state.userId)) {
|
2780
2819
|
call.localParticipantReaction = newReactionState;
|
2781
2820
|
}
|
2821
|
+
else if (!participant) {
|
2822
|
+
// Warn if we can't find the participant in the call but we are trying to set their reaction state to a new reaction.
|
2823
|
+
if (reactionMessage !== null) {
|
2824
|
+
console.warn(`Participant ${participantKey} not found in call ${callId}. Cannot set reaction state.`);
|
2825
|
+
}
|
2826
|
+
}
|
2782
2827
|
else {
|
2783
2828
|
participant.reactionState = newReactionState;
|
2784
2829
|
}
|
@@ -2816,7 +2861,7 @@ let CallContext$2 = class CallContext {
|
|
2816
2861
|
viewAttendeeNames.reason === 'MeetingRestricted') {
|
2817
2862
|
call.hideAttendeeNames = true;
|
2818
2863
|
}
|
2819
|
-
else {
|
2864
|
+
else if (call) {
|
2820
2865
|
call.hideAttendeeNames = false;
|
2821
2866
|
}
|
2822
2867
|
}
|
@@ -3131,7 +3176,10 @@ let CallContext$2 = class CallContext {
|
|
3131
3176
|
// Performance note: This loop should run only once because the number of entries
|
3132
3177
|
// is never allowed to exceed MAX_CALL_HISTORY_LENGTH. A loop is used for correctness.
|
3133
3178
|
while (Object.keys(draft.incomingCallsEnded).length >= MAX_CALL_HISTORY_LENGTH) {
|
3134
|
-
|
3179
|
+
const oldestCall = findOldestCallEnded(draft.incomingCallsEnded);
|
3180
|
+
if (oldestCall) {
|
3181
|
+
delete draft.incomingCallsEnded[oldestCall];
|
3182
|
+
}
|
3135
3183
|
}
|
3136
3184
|
draft.incomingCallsEnded[callId] = call;
|
3137
3185
|
}
|
@@ -3204,9 +3252,9 @@ let CallContext$2 = class CallContext {
|
|
3204
3252
|
}
|
3205
3253
|
setDeviceManagerUnparentedViewVideoEffects(localVideoStream, videoEffects) {
|
3206
3254
|
this.modifyState((draft) => {
|
3207
|
-
const
|
3208
|
-
if (
|
3209
|
-
|
3255
|
+
const view = draft.deviceManager.unparentedViews.find((stream) => stream.mediaStreamType === localVideoStream.mediaStreamType);
|
3256
|
+
if (view) {
|
3257
|
+
view.videoEffects = videoEffects;
|
3210
3258
|
}
|
3211
3259
|
});
|
3212
3260
|
}
|
@@ -3216,6 +3264,7 @@ let CallContext$2 = class CallContext {
|
|
3216
3264
|
return id;
|
3217
3265
|
}
|
3218
3266
|
processNewCaption(captions, newCaption) {
|
3267
|
+
var _a;
|
3219
3268
|
// time stamp when new caption comes in
|
3220
3269
|
newCaption.timestamp = new Date();
|
3221
3270
|
// if this is the first caption, push it in
|
@@ -3223,19 +3272,24 @@ let CallContext$2 = class CallContext {
|
|
3223
3272
|
captions.push(newCaption);
|
3224
3273
|
}
|
3225
3274
|
// if the last caption is final, then push the new one in
|
3226
|
-
else if (captions[captions.length - 1].resultType === 'Final') {
|
3275
|
+
else if (((_a = captions[captions.length - 1]) === null || _a === void 0 ? void 0 : _a.resultType) === 'Final') {
|
3227
3276
|
captions.push(newCaption);
|
3228
3277
|
}
|
3229
3278
|
// if the last caption is Partial, then check if the speaker is the same as the new caption, if so, update the last caption
|
3230
3279
|
else {
|
3231
|
-
|
3280
|
+
const lastCaption = captions[captions.length - 1];
|
3281
|
+
if (lastCaption &&
|
3282
|
+
lastCaption.speaker.identifier &&
|
3283
|
+
newCaption.speaker.identifier &&
|
3284
|
+
toFlatCommunicationIdentifier(lastCaption.speaker.identifier) ===
|
3285
|
+
toFlatCommunicationIdentifier(newCaption.speaker.identifier)) {
|
3232
3286
|
captions[captions.length - 1] = newCaption;
|
3233
3287
|
}
|
3234
3288
|
// if different speaker, ignore the interjector until the current speaker finishes
|
3235
3289
|
// edge case: if we dont receive the final caption from the current speaker for 5 secs, we turn the current speaker caption to final and push in the new interjector
|
3236
|
-
else {
|
3237
|
-
if (Date.now() -
|
3238
|
-
|
3290
|
+
else if (lastCaption) {
|
3291
|
+
if (Date.now() - lastCaption.timestamp.getTime() > 5000) {
|
3292
|
+
lastCaption.resultType = 'Final';
|
3239
3293
|
captions.push(newCaption);
|
3240
3294
|
}
|
3241
3295
|
}
|
@@ -3418,7 +3472,11 @@ const toCallError = (target, error) => {
|
|
3418
3472
|
const findOldestCallEnded = (calls) => {
|
3419
3473
|
var _a, _b, _c, _d;
|
3420
3474
|
const callEntries = Object.entries(calls);
|
3421
|
-
|
3475
|
+
const firstCallEntry = callEntries[0];
|
3476
|
+
if (!firstCallEntry) {
|
3477
|
+
return undefined; // no calls exist
|
3478
|
+
}
|
3479
|
+
let [oldestCallId, oldestCall] = firstCallEntry;
|
3422
3480
|
if (oldestCall.endTime === undefined) {
|
3423
3481
|
return oldestCallId;
|
3424
3482
|
}
|
@@ -4527,8 +4585,8 @@ class UserFacingDiagnosticsSubscriber {
|
|
4527
4585
|
for (const diagnostic of args.diagnostics) {
|
4528
4586
|
const { remoteParticipant: _, rawId } = diagnostic, participantDiagnostic = __rest(diagnostic, ["remoteParticipant", "rawId"]);
|
4529
4587
|
const participant = call.remoteParticipants[rawId];
|
4530
|
-
participant.diagnostics = participant.diagnostics || {};
|
4531
4588
|
if (participant) {
|
4589
|
+
participant.diagnostics = participant.diagnostics || {};
|
4532
4590
|
participant.diagnostics[participantDiagnostic.diagnostic] = participantDiagnostic;
|
4533
4591
|
}
|
4534
4592
|
}
|
@@ -4821,7 +4879,7 @@ class BreakoutRoomsSubscriber {
|
|
4821
4879
|
this._context.setAssignedBreakoutRoom(this._callIdRef.callId, breakoutRoom);
|
4822
4880
|
};
|
4823
4881
|
this.onBreakoutRoomsJoined = (call) => {
|
4824
|
-
var _a, _b;
|
4882
|
+
var _a, _b, _c;
|
4825
4883
|
this._context.setBreakoutRoomOriginCallId(this._callIdRef.callId, call.id);
|
4826
4884
|
this._context.deleteLatestNotification(this._callIdRef.callId, 'assignedBreakoutRoomOpened');
|
4827
4885
|
this._context.deleteLatestNotification(this._callIdRef.callId, 'assignedBreakoutRoomOpenedPromptJoin');
|
@@ -4832,7 +4890,7 @@ class BreakoutRoomsSubscriber {
|
|
4832
4890
|
timestamp: new Date(Date.now())
|
4833
4891
|
});
|
4834
4892
|
// If assigned breakout room has a display name, set the display name for its call state.
|
4835
|
-
const assignedBreakoutRoomDisplayName = (_b = (_a = this._context.getState().calls[this._callIdRef.callId]
|
4893
|
+
const assignedBreakoutRoomDisplayName = (_c = (_b = (_a = this._context.getState().calls[this._callIdRef.callId]) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.assignedBreakoutRoom) === null || _c === void 0 ? void 0 : _c.displayName;
|
4836
4894
|
if (assignedBreakoutRoomDisplayName) {
|
4837
4895
|
this._context.setBreakoutRoomDisplayName(call.id, assignedBreakoutRoomDisplayName);
|
4838
4896
|
}
|
@@ -4864,6 +4922,38 @@ class BreakoutRoomsSubscriber {
|
|
4864
4922
|
}
|
4865
4923
|
}
|
4866
4924
|
|
4925
|
+
// Copyright (c) Microsoft Corporation.
|
4926
|
+
// Licensed under the MIT License.
|
4927
|
+
/**
|
4928
|
+
* @private
|
4929
|
+
*/
|
4930
|
+
/* @conditional-compile-remove(together-mode) */
|
4931
|
+
/**
|
4932
|
+
* TogetherModeSubscriber is responsible for subscribing to together mode events and updating the call context accordingly.
|
4933
|
+
*/
|
4934
|
+
class TogetherModeSubscriber {
|
4935
|
+
constructor(callIdRef, context, togetherMode) {
|
4936
|
+
this.subscribe = () => {
|
4937
|
+
this._togetherMode.on('togetherModeStreamsUpdated', this.onTogetherModeStreamUpdated);
|
4938
|
+
};
|
4939
|
+
this.unsubscribe = () => {
|
4940
|
+
this._togetherMode.off('togetherModeStreamsUpdated', this.onTogetherModeStreamUpdated);
|
4941
|
+
};
|
4942
|
+
this.onTogetherModeStreamUpdated = (args) => {
|
4943
|
+
if (args.added) {
|
4944
|
+
this._context.setTogetherModeVideoStream(this._callIdRef.callId, args.added);
|
4945
|
+
}
|
4946
|
+
if (args.removed) {
|
4947
|
+
this._context.removeTogetherModeVideoStream(this._callIdRef.callId, args.removed);
|
4948
|
+
}
|
4949
|
+
};
|
4950
|
+
this._callIdRef = callIdRef;
|
4951
|
+
this._context = context;
|
4952
|
+
this._togetherMode = togetherMode;
|
4953
|
+
this.subscribe();
|
4954
|
+
}
|
4955
|
+
}
|
4956
|
+
|
4867
4957
|
// Copyright (c) Microsoft Corporation.
|
4868
4958
|
// Licensed under the MIT License.
|
4869
4959
|
/**
|
@@ -4952,6 +5042,8 @@ class CallSubscriber {
|
|
4952
5042
|
this._spotlightSubscriber.unsubscribe();
|
4953
5043
|
/* @conditional-compile-remove(breakout-rooms) */
|
4954
5044
|
this._breakoutRoomsSubscriber.unsubscribe();
|
5045
|
+
/* @conditional-compile-remove(together-mode) */
|
5046
|
+
this._togetherModeSubscriber.unsubscribe();
|
4955
5047
|
};
|
4956
5048
|
this.stateChanged = () => {
|
4957
5049
|
this._context.setCallState(this._callIdRef.callId, this._call.state);
|
@@ -5072,6 +5164,8 @@ class CallSubscriber {
|
|
5072
5164
|
this._spotlightSubscriber = new SpotlightSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Spotlight));
|
5073
5165
|
/* @conditional-compile-remove(breakout-rooms) */
|
5074
5166
|
this._breakoutRoomsSubscriber = new BreakoutRoomsSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.BreakoutRooms));
|
5167
|
+
/* @conditional-compile-remove(together-mode) */
|
5168
|
+
this._togetherModeSubscriber = new TogetherModeSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.TogetherMode));
|
5075
5169
|
this.subscribe();
|
5076
5170
|
}
|
5077
5171
|
// This is a helper function to safely call subscriber functions. This is needed in order to prevent events
|
@@ -6505,7 +6599,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
|
|
6505
6599
|
wordBreak: 'break-word'
|
6506
6600
|
});
|
6507
6601
|
|
6508
|
-
var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$l={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={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$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={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$k={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$k={onLabel:"Camera",offLabel:"Camera",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",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$k={onLabel:"Mic",offLabel:"Mic",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 mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$k={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$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={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:"{status} {author} said {message}",messageContentMineAriaText:"{status} 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:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$k={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:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"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.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$k={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$k={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$k={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$k={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$k={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$k={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$k={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$l={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$l={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$l={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$k={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var meetingConferencePhoneInfo$k={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$l={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$l,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox$k,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,notificationStack:notificationStack$k,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$l,UnsupportedBrowserVersion:UnsupportedBrowserVersion$l,UnsupportedOperatingSystem:UnsupportedOperatingSystem$l,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k,meetingConferencePhoneInfo:meetingConferencePhoneInfo$k,IncomingCallNotification:IncomingCallNotification$l};
|
6602
|
+
var participantItem$l={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$m={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$l={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$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$l={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var mentionPopover$l={mentionPopoverHeader:"Suggestions"};var imageOverlay$l={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$l={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$l={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$l={onLabel:"Camera",offLabel:"Camera",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",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$l={onLabel:"Mic",offLabel:"Mic",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 mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$l={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$l={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$l={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$l={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$l={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$l={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:"{status} {author} said {message}",messageContentMineAriaText:"{status} 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:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$l={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:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"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.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$l={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$l={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$l={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$l={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$l={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$l={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$l={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$l={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$l={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$l={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$l={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$l={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$l={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$l={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$l={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$m={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$m={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$m={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$l={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$l={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$l={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var meetingConferencePhoneInfo$l={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$m={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$l,ParticipantList:ParticipantList$m,typingIndicator:typingIndicator$l,sendBox:sendBox$l,richTextSendBox:richTextSendBox$l,mentionPopover:mentionPopover$l,imageOverlay:imageOverlay$l,messageStatusIndicator:messageStatusIndicator$l,endCallButton:endCallButton$l,cameraButton:cameraButton$l,microphoneButton:microphoneButton$l,devicesButton:devicesButton$l,participantsButton:participantsButton$l,screenShareButton:screenShareButton$l,raiseHandButton:raiseHandButton$l,reactionButton:reactionButton$l,messageThread:messageThread$l,errorBar:errorBar$l,notificationStack:notificationStack$l,videoGallery:videoGallery$l,dialpad:dialpad$l,holdButton:holdButton$l,videoTile:videoTile$l,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$l,CameraSitePermissionsRequest:CameraSitePermissionsRequest$l,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$l,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$l,CameraSitePermissionsCheck:CameraSitePermissionsCheck$l,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$l,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$l,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$l,CameraSitePermissionsDenied:CameraSitePermissionsDenied$l,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$l,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$l,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$l,UnsupportedBrowser:UnsupportedBrowser$m,UnsupportedBrowserVersion:UnsupportedBrowserVersion$m,UnsupportedOperatingSystem:UnsupportedOperatingSystem$m,BrowserPermissionDenied:BrowserPermissionDenied$l,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$l,verticalGallery:verticalGallery$l,meetingConferencePhoneInfo:meetingConferencePhoneInfo$l,IncomingCallNotification:IncomingCallNotification$m};
|
6509
6603
|
|
6510
6604
|
// Copyright (c) Microsoft Corporation.
|
6511
6605
|
// Licensed under the MIT License.
|
@@ -15235,7 +15329,7 @@ class _ErrorBoundary extends React.Component {
|
|
15235
15329
|
// Copyright (c) Microsoft Corporation.
|
15236
15330
|
// Licensed under the MIT License.
|
15237
15331
|
/* @conditional-compile-remove(rich-text-editor) */
|
15238
|
-
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
15332
|
+
const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js'); }));
|
15239
15333
|
/**
|
15240
15334
|
* @private
|
15241
15335
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -15243,7 +15337,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve()
|
|
15243
15337
|
*
|
15244
15338
|
* @conditional-compile-remove(rich-text-editor)
|
15245
15339
|
*/
|
15246
|
-
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-
|
15340
|
+
const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js'); });
|
15247
15341
|
/**
|
15248
15342
|
* @private
|
15249
15343
|
*/
|
@@ -16922,7 +17016,7 @@ const getParticipantsForDefaultRender = (participants, excludeMe, myUserId) => {
|
|
16922
17016
|
*
|
16923
17017
|
* @public
|
16924
17018
|
*/
|
16925
|
-
const ParticipantList$
|
17019
|
+
const ParticipantList$l = (props) => {
|
16926
17020
|
var _a, _b, _c, _d, _e;
|
16927
17021
|
const { excludeMe = false, myUserId, participants, onRemoveParticipant, onRenderAvatar, onRenderParticipant, onFetchParticipantMenuItems, showParticipantOverflowTooltip,
|
16928
17022
|
/* @conditional-compile-remove(total-participant-count) */
|
@@ -19265,7 +19359,7 @@ const _LocalVideoTile = React.memo((props) => {
|
|
19265
19359
|
return (React.createElement(react.Stack, { className: react.mergeStyles(videoContainerStyles, overlayStylesTransparent()) },
|
19266
19360
|
React.createElement(react.Spinner, { label: strings === null || strings === void 0 ? void 0 : strings.waitingScreenText, ariaLive: "assertive", labelPosition: "bottom", styles: loadSpinnerStyles(theme, false) })));
|
19267
19361
|
}, [strings === null || strings === void 0 ? void 0 : strings.waitingScreenText, theme]);
|
19268
|
-
return (React.createElement(react.Stack, { className: react.mergeStyles({ width: '100%', height: '100%' }), onKeyDown: menuKind === 'drawer' ? onKeyDown : undefined },
|
19362
|
+
return (React.createElement(react.Stack, { "data-ui-id": "local-video-tile", className: react.mergeStyles({ width: '100%', height: '100%' }), onKeyDown: menuKind === 'drawer' ? onKeyDown : undefined },
|
19269
19363
|
React.createElement(VideoTile, Object.assign({ key: userId !== null && userId !== void 0 ? userId : 'local-video-tile', userId: userId, renderElement: renderVideoStreamElement, showLabel: showLabel, alwaysShowLabelBackground: alwaysShowLabelBackground, displayName: displayName, initialsName: initialsName, styles: videoTileStyles, onRenderPlaceholder: props.participantsCount === 1 ? onRenderAvatarOneParticipant : onRenderAvatar, isMuted: isMuted, showMuteIndicator: showMuteIndicator, personaMinSize: props.personaMinSize, raisedHand: raisedHand, isSpotlighted: isSpotlighted }, videoTileContextualMenuProps, { onLongTouch: () => setDrawerMenuItemProps(convertContextualMenuItemsToDrawerMenuItemProps(contextualMenuProps, () => setDrawerMenuItemProps([]))), overlay: videoTileOverlay }), drawerMenuItemProps.length > 0 && (React.createElement(react.Layer, { hostId: props.drawerMenuHostId },
|
19270
19364
|
React.createElement(react.Stack, { styles: drawerMenuWrapperStyles },
|
19271
19365
|
React.createElement(_DrawerMenu, { onLightDismiss: () => setDrawerMenuItemProps([]), items: drawerMenuItemProps })))))));
|
@@ -19404,8 +19498,9 @@ const HorizontalGallery = (props) => {
|
|
19404
19498
|
return bucketize([...Array(numberOfChildren).keys()], childrenPerPage);
|
19405
19499
|
}, [numberOfChildren, childrenPerPage]);
|
19406
19500
|
React.useEffect(() => {
|
19501
|
+
var _a;
|
19407
19502
|
if (onFetchTilesToRender && indexesArray) {
|
19408
|
-
onFetchTilesToRender(indexesArray[page]);
|
19503
|
+
onFetchTilesToRender((_a = indexesArray[page]) !== null && _a !== void 0 ? _a : []);
|
19409
19504
|
}
|
19410
19505
|
}, [indexesArray, onFetchTilesToRender, page]);
|
19411
19506
|
const firstIndexOfCurrentPage = page * childrenPerPage;
|
@@ -19885,8 +19980,9 @@ const VerticalGallery = (props) => {
|
|
19885
19980
|
return bucketize([...Array(numberOfChildren).keys()], childrenPerPage);
|
19886
19981
|
}, [numberOfChildren, childrenPerPage]);
|
19887
19982
|
React.useEffect(() => {
|
19983
|
+
var _a;
|
19888
19984
|
if (onFetchTilesToRender && indexesArray) {
|
19889
|
-
onFetchTilesToRender(indexesArray[page - 1]);
|
19985
|
+
onFetchTilesToRender((_a = indexesArray[page - 1]) !== null && _a !== void 0 ? _a : []);
|
19890
19986
|
}
|
19891
19987
|
}, [indexesArray, onFetchTilesToRender, page]);
|
19892
19988
|
const firstIndexOfCurrentPage = (page - 1) * childrenPerPage;
|
@@ -20032,7 +20128,7 @@ const ScrollableHorizontalGallery = (props) => {
|
|
20032
20128
|
React.useEffect(() => {
|
20033
20129
|
const indexesArray = [...Array(horizontalGalleryElements === null || horizontalGalleryElements === void 0 ? void 0 : horizontalGalleryElements.length).keys()];
|
20034
20130
|
if (onFetchTilesToRender && indexesArray) {
|
20035
|
-
onFetchTilesToRender(indexesArray);
|
20131
|
+
onFetchTilesToRender(indexesArray !== null && indexesArray !== void 0 ? indexesArray : []);
|
20036
20132
|
}
|
20037
20133
|
}, [onFetchTilesToRender, horizontalGalleryElements === null || horizontalGalleryElements === void 0 ? void 0 : horizontalGalleryElements.length]);
|
20038
20134
|
const ref = React.useRef();
|
@@ -22521,7 +22617,7 @@ const ParticipantsButton = (props) => {
|
|
22521
22617
|
}, [onMuteAll]);
|
22522
22618
|
const defaultParticipantList = React.useCallback(() => {
|
22523
22619
|
var _a;
|
22524
|
-
return (React.createElement(ParticipantList$
|
22620
|
+
return (React.createElement(ParticipantList$l, { participants: participants, myUserId: myUserId, excludeMe: excludeMe, onRenderParticipant: onRenderParticipant, onRenderAvatar: onRenderAvatar, onRemoveParticipant: onRemoveParticipant, onFetchParticipantMenuItems: onFetchParticipantMenuItems, styles: (_a = styles === null || styles === void 0 ? void 0 : styles.menuStyles) === null || _a === void 0 ? void 0 : _a.participantListStyles, showParticipantOverflowTooltip: showParticipantOverflowTooltip }));
|
22525
22621
|
}, [
|
22526
22622
|
excludeMe,
|
22527
22623
|
myUserId,
|
@@ -23711,7 +23807,7 @@ const UnsupportedEnvironment = (props) => {
|
|
23711
23807
|
*
|
23712
23808
|
* @beta
|
23713
23809
|
*/
|
23714
|
-
const UnsupportedBrowser$
|
23810
|
+
const UnsupportedBrowser$l = (props) => {
|
23715
23811
|
const { onTroubleshootingClick, strings } = props;
|
23716
23812
|
const locale = useLocale$1();
|
23717
23813
|
return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedBrowserStringsTrampoline(locale)), strings) }));
|
@@ -23729,7 +23825,7 @@ const unsupportedBrowserStringsTrampoline = (locale) => {
|
|
23729
23825
|
*
|
23730
23826
|
* @beta
|
23731
23827
|
*/
|
23732
|
-
const UnsupportedBrowserVersion$
|
23828
|
+
const UnsupportedBrowserVersion$l = (props) => {
|
23733
23829
|
const { onTroubleshootingClick, strings, onContinueAnywayClick } = props;
|
23734
23830
|
const locale = useLocale$1();
|
23735
23831
|
return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedBrowserVersionStringsTrampoline(locale)), strings), onContinueAnywayClick: onContinueAnywayClick }));
|
@@ -23746,7 +23842,7 @@ const unsupportedBrowserVersionStringsTrampoline = (locale) => {
|
|
23746
23842
|
*
|
23747
23843
|
* @beta
|
23748
23844
|
*/
|
23749
|
-
const UnsupportedOperatingSystem$
|
23845
|
+
const UnsupportedOperatingSystem$l = (props) => {
|
23750
23846
|
const { onTroubleshootingClick, strings } = props;
|
23751
23847
|
const locale = useLocale$1();
|
23752
23848
|
return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedOperatingSystemStringsTrampoline(locale)), strings) }));
|
@@ -24720,7 +24816,7 @@ const Notification = (props) => {
|
|
24720
24816
|
React.createElement(react.Icon, Object.assign({ className: notificationIconClassName, iconName: (_b = (_a = props.notificationIconProps) === null || _a === void 0 ? void 0 : _a.iconName) !== null && _b !== void 0 ? _b : 'ErrorBadge' }, props.notificationIconProps)),
|
24721
24817
|
React.createElement(react.Text, { className: titleTextClassName$1 }, strings === null || strings === void 0 ? void 0 : strings.title)),
|
24722
24818
|
React.createElement(react.IconButton, { iconProps: cancelIcon, ariaLabel: strings === null || strings === void 0 ? void 0 : strings.dismissButtonAriaLabel, "aria-live": 'polite', onClick: props.onDismiss })),
|
24723
|
-
React.createElement(react.Text, { className: messageTextStyle(theme) }, strings === null || strings === void 0 ? void 0 : strings.message),
|
24819
|
+
React.createElement(react.Text, { className: messageTextStyle(theme), style: { marginTop: '0.25rem' } }, strings === null || strings === void 0 ? void 0 : strings.message),
|
24724
24820
|
React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-evenly" },
|
24725
24821
|
(strings === null || strings === void 0 ? void 0 : strings.secondaryButtonLabel) && (React.createElement(react.DefaultButton, { onClick: props.onClickSecondaryButton, style: { marginTop: '1rem' } }, strings === null || strings === void 0 ? void 0 : strings.secondaryButtonLabel)),
|
24726
24822
|
(strings === null || strings === void 0 ? void 0 : strings.primaryButtonLabel) && (React.createElement(react.PrimaryButton, { onClick: props.onClickPrimaryButton, style: { marginTop: '1rem' } }, strings === null || strings === void 0 ? void 0 : strings.primaryButtonLabel)))),
|
@@ -24794,7 +24890,7 @@ const NotificationStack = (props) => {
|
|
24794
24890
|
* Allows the user to accept or reject the incoming call.
|
24795
24891
|
* @public
|
24796
24892
|
*/
|
24797
|
-
const IncomingCallNotification$
|
24893
|
+
const IncomingCallNotification$l = (props) => {
|
24798
24894
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
24799
24895
|
const { callerName, alertText, avatarImage, onAcceptWithAudio, onAcceptWithVideo, onReject, onDismiss, personaSize, styles, strings, acceptOptions } = props;
|
24800
24896
|
const theme = react.useTheme();
|
@@ -24901,7 +24997,7 @@ const IncomingCallStack = (props) => {
|
|
24901
24997
|
return (React.createElement(react.Stack, { tokens: { childrenGap: '0.25rem' }, role: 'group', tabIndex: tabIndex }, activeIncomingCalls
|
24902
24998
|
.filter((incomingCall) => !removedIncomingCalls.some((call) => call.id === incomingCall.id))
|
24903
24999
|
.map((incomingCall) => {
|
24904
|
-
return (React.createElement(IncomingCallNotification$
|
25000
|
+
return (React.createElement(IncomingCallNotification$l, { key: incomingCall.id, callerName: incomingCall.callerInfo.displayName, onAcceptWithAudio: () => onAcceptCall(incomingCall.id), onAcceptWithVideo: () => onAcceptCall(incomingCall.id, true), onReject: () => onRejectCall(incomingCall.id), onDismiss: () => onRejectCall(incomingCall.id), styles: styles, strings: strings, acceptOptions: { showAcceptWithVideo: incomingCall.videoAvailable } }));
|
24905
25001
|
})));
|
24906
25002
|
};
|
24907
25003
|
|
@@ -24922,7 +25018,7 @@ const createComponentStrings = (localizedStrings) => {
|
|
24922
25018
|
return strings;
|
24923
25019
|
};
|
24924
25020
|
|
24925
|
-
var participantItem$j={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$j={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$j={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$j={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$j={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var mentionPopover$j={mentionPopoverHeader:"Suggestions"};var imageOverlay$j={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$j={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$j={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$j={onLabel:"Camera",offLabel:"Camera",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",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$j={onLabel:"Mic",offLabel:"Mic",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 mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$j={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$j={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$j={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$j={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$j={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$j={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:"{status} {author} said {message}",messageContentMineAriaText:"{status} 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:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organisational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$j={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:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"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.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$j={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$j={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$j={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$j={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$j={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$j={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$j={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$j={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$j={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$j={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$j={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$j={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$j={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$j={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$j={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$j={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$j={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$j={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$j={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$j={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$j={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$j={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$j={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var meetingConferencePhoneInfo$j={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organiser",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$j={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_GB$1 = {participantItem:participantItem$j,ParticipantList:ParticipantList$j,typingIndicator:typingIndicator$j,sendBox:sendBox$j,richTextSendBox:richTextSendBox$j,mentionPopover:mentionPopover$j,imageOverlay:imageOverlay$j,messageStatusIndicator:messageStatusIndicator$j,endCallButton:endCallButton$j,cameraButton:cameraButton$j,microphoneButton:microphoneButton$j,devicesButton:devicesButton$j,participantsButton:participantsButton$j,screenShareButton:screenShareButton$j,raiseHandButton:raiseHandButton$j,reactionButton:reactionButton$j,messageThread:messageThread$j,errorBar:errorBar$j,notificationStack:notificationStack$j,videoGallery:videoGallery$j,dialpad:dialpad$j,holdButton:holdButton$j,videoTile:videoTile$j,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$j,CameraSitePermissionsRequest:CameraSitePermissionsRequest$j,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$j,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$j,CameraSitePermissionsCheck:CameraSitePermissionsCheck$j,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$j,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$j,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$j,CameraSitePermissionsDenied:CameraSitePermissionsDenied$j,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$j,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$j,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$j,UnsupportedBrowser:UnsupportedBrowser$j,UnsupportedBrowserVersion:UnsupportedBrowserVersion$j,UnsupportedOperatingSystem:UnsupportedOperatingSystem$j,BrowserPermissionDenied:BrowserPermissionDenied$j,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$j,verticalGallery:verticalGallery$j,meetingConferencePhoneInfo:meetingConferencePhoneInfo$j,IncomingCallNotification:IncomingCallNotification$j};
|
25021
|
+
var participantItem$k={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",attendeeRole:"Attendee"};var ParticipantList$k={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$k={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$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$k={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var mentionPopover$k={mentionPopoverHeader:"Suggestions"};var imageOverlay$k={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close"};var messageStatusIndicator$k={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$k={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$k={onLabel:"Camera",offLabel:"Camera",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",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$k={onLabel:"Mic",offLabel:"Mic",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 mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$k={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$k={label:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$k={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$k={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$k={label:"React",ariaLabel:"React Button, Send a reaction",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var messageThread$k={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:"{status} {author} said {message}",messageContentMineAriaText:"{status} 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:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organisational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$k={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:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"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.",callMicrophoneAccessDeniedSafari:"Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",callCameraAccessDeniedSafari:"Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",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.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$k={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"}};var videoGallery$k={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join"};var dialpad$k={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$k={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$k={participantStateRinging:"Calling...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options"};var CameraAndMicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$k={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$k={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$k={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$k={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$k={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$k={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$k={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$k={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$k={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$k={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$k={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$k={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$k={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$k={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$k={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$k={leftNavButtonAriaLabel:"previous page",rightNavButtonAriaLabel:"next page"};var meetingConferencePhoneInfo$k={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organiser",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$k={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_GB$1 = {participantItem:participantItem$k,ParticipantList:ParticipantList$k,typingIndicator:typingIndicator$k,sendBox:sendBox$k,richTextSendBox:richTextSendBox$k,mentionPopover:mentionPopover$k,imageOverlay:imageOverlay$k,messageStatusIndicator:messageStatusIndicator$k,endCallButton:endCallButton$k,cameraButton:cameraButton$k,microphoneButton:microphoneButton$k,devicesButton:devicesButton$k,participantsButton:participantsButton$k,screenShareButton:screenShareButton$k,raiseHandButton:raiseHandButton$k,reactionButton:reactionButton$k,messageThread:messageThread$k,errorBar:errorBar$k,notificationStack:notificationStack$k,videoGallery:videoGallery$k,dialpad:dialpad$k,holdButton:holdButton$k,videoTile:videoTile$k,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$k,CameraSitePermissionsRequest:CameraSitePermissionsRequest$k,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$k,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$k,CameraSitePermissionsCheck:CameraSitePermissionsCheck$k,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$k,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$k,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$k,CameraSitePermissionsDenied:CameraSitePermissionsDenied$k,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$k,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$k,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$k,UnsupportedBrowser:UnsupportedBrowser$k,UnsupportedBrowserVersion:UnsupportedBrowserVersion$k,UnsupportedOperatingSystem:UnsupportedOperatingSystem$k,BrowserPermissionDenied:BrowserPermissionDenied$k,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$k,verticalGallery:verticalGallery$k,meetingConferencePhoneInfo:meetingConferencePhoneInfo$k,IncomingCallNotification:IncomingCallNotification$k};
|
24926
25022
|
|
24927
25023
|
// Copyright (c) Microsoft Corporation.
|
24928
25024
|
// Licensed under the MIT License.
|
@@ -24935,7 +25031,7 @@ const COMPONENT_LOCALE_EN_GB = {
|
|
24935
25031
|
strings: createComponentStrings(en_GB$1)
|
24936
25032
|
};
|
24937
25033
|
|
24938
|
-
var participantItem$i={isMeText:"(أنت)",menuTitle:"المزيد من الخيارات",removeButtonLabel:"إزالة",sharingIconLabel:"جارٍ المشاركة",mutedIconLabel:"تم كتم الصوت",displayNamePlaceholder:"مشارك غير مسمى",participantStateRinging:"يتم الآن الاتصال...",participantStateHold:"قيد الانتظار",attendeeRole:"الحضور"};var ParticipantList$i={overflowParticipantCount:"+{overflowCount} من الأشخاص الإضافيين"};var typingIndicator$i={singleUser:"{user} يكتب",multipleUsers:"يكتب {users} الآن...",multipleUsersAbbreviateOne:"جارٍ الكتابة بواسطة {users} وشخص آخر",multipleUsersAbbreviateMany:"{users} وآخرون {numOthers} يكتبون ...",delimiter:"و "};var sendBox$i={placeholderText:"أدخل رسالة",textTooLong:"تجاوز طول الرسالة الحد الأقصى.",sendButtonAriaLabel:"إرسال رسالة",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",removeAttachment:"إزالة الملف",uploading:"جارٍ التحميل",uploadCompleted:"اكتمل التحميل",attachmentMoreMenu:"خيارات إضافية"};var richTextSendBox$i={placeholderText:"أدخل رسالة",textTooLong:"تجاوز طول الرسالة الحد الأقصى.",sendButtonAriaLabel:"إرسال رسالة",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",imageUploadsPendingError:"يتم الآن تحميل الصورة، الرجاء الانتظار.",removeAttachment:"إزالة الملف",uploading:"يتم الآن التحميل",uploadCompleted:"اكتمل التحميل",richTextBoldTooltip:"غامق",richTextItalicTooltip:"مائل",richTextUnderlineTooltip:"مسطّر",richTextBulletListTooltip:"قائمة ذات تعداد نقطي",richTextNumberListTooltip:"قائمة مرقّمة",richTextIncreaseIndentTooltip:"زيادة المسافة البادئة",richTextDecreaseIndentTooltip:"إنقاص المسافة البادئة",richTextInsertTableTooltip:"إدراج جدول",richTextFormatButtonTooltip:"تنسيق",richTextInsertRowOrColumnMenu:"إدراج",richTextInsertTableMenuTitle:"إدراج جدول بـ {column} x {row}",richTextInsertRowAboveMenu:"إدراج أعلاه",richTextInsertRowBelowMenu:"إدراج أدناه",richTextInsertColumnLeftMenu:"إدراج يساراً",richTextInsertColumnRightMenu:"إدراج يميناً",richTextDeleteRowOrColumnMenu:"حذف",richTextDeleteColumnMenu:"حذف العمود",richTextDeleteRowMenu:"حذف الصف",richTextDeleteTableMenu:"حذف الجدول",richTextToolbarMoreButtonAriaLabel:"خيارات إضافية",attachmentMoreMenu:"خيارات إضافية",richTextNewBulletedListItemAnnouncement:"رمز نقطي، سطر جديد",richTextNewNumberedListItemAnnouncement:"{0}، سطر جديد",richTextBulletedListAppliedAnnouncement:"تم تطبيق قائمة نقطية",richTextNumberedListAppliedAnnouncement:"تطبيق قائمة ذات تعداد رقمي"};var mentionPopover$i={mentionPopoverHeader:"الاقتراحات"};var imageOverlay$i={downloadButtonLabel:"تنزيل",dismissButtonAriaLabel:"إغلاق"};var messageStatusIndicator$i={deliveredAriaLabel:"تم إرسال الرسالة",deliveredTooltipText:"تم الإرسال",seenAriaLabel:"تمت مشاهدة الرسالة من قِبل الآخرين.",seenTooltipText:"تمت المشاهدة",readByTooltipText:"تمت القراءة بواسطة {messageThreadReadCount} من {remoteParticipantsCount}",sendingAriaLabel:"إرسال الرسالة",sendingTooltipText:"جاري الإرسال",failedToSendAriaLabel:"فشل إرسال الرسالة",failedToSendTooltipText:"فشل الإرسال"};var endCallButton$i={label:"مغادرة",tooltipContent:"مغادرة المكالمة",leaveOption:"مغادرة",endCallOption:"إنهاء المكالمة لدى الجميع"};var cameraButton$i={onLabel:"الكاميرا",offLabel:"الكاميرا",tooltipDisabledContent:"الكاميرا مُعطلة",tooltipOnContent:"إيقاف تشغيل الكاميرا",tooltipOffContent:"تشغيل الكاميرا",tooltipVideoLoadingContent:"جار تحميل الفيديو",cameraMenuTitle:"الكاميرا",cameraMenuTooltip:"اختيار الكاميرا",cameraButtonSplitRoleDescription:"زر الانقسام",onSplitButtonAriaLabel:"إيقاف تشغيل الكاميرا",offSplitButtonAriaLabel:"تشغيل الكاميرا",cameraActionTurnedOnAnnouncement:"تم تشغيل كاميراتك",cameraActionTurnedOffAnnouncement:"تم إيقاف تشغيل كاميراتك",onSplitButtonPrimaryActionCamera:"إيقاف تشغيل الكاميرا",offSplitButtonPrimaryActionCamera:"تشغيل الكاميرا",cameraPrimaryActionSplitButtonTitle:"استخدام الكاميرا",videoEffectsMenuItemTitle:"التأثيرات",cameraButtonAriaDescription:"خيارات الكاميرا"};var microphoneButton$i={onLabel:"الميكروفون",offLabel:"الميكروفون",tooltipDisabledContent:"تم تعطيل الميكروفون",tooltipOnContent:"كتم صوت الميكروفون",tooltipOffContent:"إلغاء كتم صوت الميكروفون",microphoneMenuTitle:"الميكروفون",microphoneMenuTooltip:"اختيار الميكروفون",speakerMenuTitle:"مكبر الصوت",speakerMenuTooltip:"اختيار مكبر صوت",microphoneButtonSplitRoleDescription:"زر الانقسام",onSplitButtonAriaLabel:"كتم الميكروفون",offSplitButtonAriaLabel:"إلغاء كتم الميكروفون",microphoneActionTurnedOnAnnouncement:"تم تشغيل الميكروفون",microphoneActionTurnedOffAnnouncement:"تم إيقاف الميكروفون",offSplitButtonMicrophonePrimaryAction:"إلغاء كتم الميكروفون",onSplitButtonMicrophonePrimaryAction:"كتم الميكروفون",microphonePrimaryActionSplitButtonTitle:"استخدام الميكروفون",microphoneAriaDescription:"خيارات الصوت",deepNoiseSuppressionTitle:"منع الضوضاء",deepNoiseSuppressionOnAnnouncement:"تم تشغيل منع الضوضاء العميقة",deepNoiseSuppressionOffAnnouncement:"تم إيقاف تشغيل منع الضوضاء العميقة"};var devicesButton$i={label:"الأجهزة",tooltipContent:"إدارة الأجهزة",cameraMenuTitle:"الكاميرا",cameraMenuTooltip:"اختيار الكاميرا",audioDeviceMenuTitle:"جهاز صوت",audioDeviceMenuTooltip:"إلغاء كتم صوت الجهاز",microphoneMenuTitle:"الميكروفون",microphoneMenuTooltip:"اختيار الميكروفون",speakerMenuTitle:"مكبر الصوت",speakerMenuTooltip:"اختيار مكبر صوت"};var participantsButton$i={label:"الأشخاص",tooltipContent:"إظهار المشاركين",menuHeader:"في هذه المكالمة",participantsListButtonLabel:"{numParticipants} من الأشخاص",muteAllButtonLabel:"كتم صوت الجميع",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة"};var screenShareButton$i={onLabel:"إيقاف التقديم",offLabel:"تقديم",tooltipDisabledContent:"تم تعطيل التقديم",tooltipOnContent:"تقديم العرض على شاشتك.",tooltipOffContent:"عرض الشاشة"};var raiseHandButton$i={offLabel:"رفع",onLabel:"خفض",tooltipDisabledContent:"تم تعطيل إجراء رفع اليد",tooltipOnContent:"خفض يد",tooltipOffContent:"رفع يد"};var reactionButton$i={label:"تفاعل",ariaLabel:"زر \"تفاعل\"، إرسال تفاعل",tooltipDisabledContent:"تم تعطيل إجراء التفاعل",tooltipContent:"إرسال تفاعل",likeReactionTooltipContent:"إعجاب",heartReactionTooltipContent:"حب",laughReactionTooltipContent:"ضحك",applauseReactionTooltipContent:"تصفيق",surprisedReactionTooltipContent:"مندهش"};var messageThread$i={yesterday:"أمس",sunday:"الأحد",monday:"الاثنين",tuesday:"الثلاثاء",wednesday:"الأربعاء",thursday:"الخميس",friday:"الجمعة",saturday:"السبت",participantJoined:"انضم إلى المحادثة.",participantLeft:"قام بمغادرة الدردشة.",editMessage:"تحرير",removeMessage:"حذف",resendMessage:"محاولة الإرسال مرة أخرى",failToSendTag:"فشل الإرسال",editedTag:"تم التحرير",liveAuthorIntro:"قال {author}",messageContentAriaText:"{status} {author} قال {message}",messageContentMineAriaText:"{status} أنت قولت {message}",editBoxTextLimit:"تجاوزت رسالتك الحد الأقصى لعدد الأحرف {limitNumber}",editBoxPlaceholderText:"تحرير رسالتك",newMessagesIndicator:"رسائل جديدة",noDisplayNameSub:"لا يوجد اسم",editBoxCancelButton:"إلغاء الأمر",editBoxSubmitButton:"تم",messageReadCount:"تمت القراءة بواسطة {messageReadByCount} من {remoteParticipantsCount}",actionMenuMoreOptions:"المزيد من الخيارات",downloadAttachment:"تنزيل ملف",openAttachment:"فتح ملف",blockedWarningText:"تم حذف هذه الرسالة بسبب نهج تنظيمي.",blockedWarningLinkText:"تفاصيل",attachmentCardGroupMessage:"تحتوي الرسالة على مرفق {attachmentCount}",messageDeletedAnnouncementAriaLabel:"تم حذف الرسالة",richTextBoldTooltip:"غامق",richTextItalicTooltip:"مائل",richTextUnderlineTooltip:"تسطير",richTextBulletListTooltip:"قائمة ذات تعداد نقطي",richTextNumberListTooltip:"قائمة مرقّمة",richTextIncreaseIndentTooltip:"زيادة المسافة البادئة",richTextDecreaseIndentTooltip:"إنقاص المسافة البادئة",richTextInsertTableTooltip:"إدراج جدول",richTextFormatButtonTooltip:"تنسيق",richTextInsertRowOrColumnMenu:"إدراج",richTextInsertTableMenuTitle:"إدراج جدول بـ {column} x {row}",richTextInsertRowAboveMenu:"إدراج أعلاه",richTextInsertRowBelowMenu:"إدراج أدناه",richTextInsertColumnLeftMenu:"إدراج يساراً",richTextInsertColumnRightMenu:"إدراج يميناً",richTextDeleteRowOrColumnMenu:"حذف",richTextDeleteColumnMenu:"حذف العمود",richTextDeleteRowMenu:"حذف الصف",richTextDeleteTableMenu:"حذف الجدول",richTextToolbarMoreButtonAriaLabel:"خيارات إضافية",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",imageUploadsPendingError:"يتم الآن تحميل الصورة، الرجاء الانتظار.",richTextNewBulletedListItemAnnouncement:"رمز نقطي، سطر جديد",richTextNewNumberedListItemAnnouncement:"{0}، سطر جديد",richTextBulletedListAppliedAnnouncement:"تم تطبيق قائمة نقطية",richTextNumberedListAppliedAnnouncement:"تطبيق قائمة ذات تعداد رقمي"};var errorBar$i={unableToReachChatService:"أنت غير متصل",accessDenied:"يتعذر الوصول إلى خدمات الدردشة - الرجاء التحقق من بيانات اعتماد المستخدم المقدمة",userNotInChatThread:"لم تعد مضمناً في هذا ترابط الدردشة هذا",sendMessageNotInChatThread:"فشل إرسال الرسالة لأنك لم تعد في مؤشر ترابط الدردشة هذا",sendMessageGeneric:"فشل إرسال الرسالة",callingNetworkFailure:"مكالمة مزعجة - يبدو أنك غير متصل",startVideoGeneric:"فشل بدء الفيديو",stopVideoGeneric:"فشل إيقاف الفيديو",muteGeneric:"فشل كتم صوت الميكروفون",unmuteGeneric:"فشل إلغاء كتم صوت الميكروفون",speakingWhileMuted:"تم كتم صوت الميكروفون",startScreenShareGeneric:"حدثت مشكلة أثناء بدء مشاركة الشاشة.",stopScreenShareGeneric:"فشل إيقاف مشاركة الشاشة",callNetworkQualityLow:"جودة الشبكة مقبولة.",teamsMeetingCallNetworkQualityLow:"جودة الشبكة منخفضة.",callNoSpeakerFound:"لم يتم العثور على سماعات أو سماعات رأس. قم بتوصيل جهاز صوت لسماع المكالمة.",callNoMicrophoneFound:"لم يتم العثور على ميكروفونات. قم بتوصيل جهاز إدخال صوت.",callMicrophoneAccessDenied:"يتعذر الوصول إلى الميكروفون. انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",callMicrophoneAccessDeniedSafari:"يتعذر الوصول إلى الميكروفون. قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",callMicrophoneMutedBySystem:"تم كتم صوتك بواسطة النظام.",callMicrophoneUnmutedBySystem:"تم استرداد الميكروفون وتم إلغاء كتم صوتك من قبل النظام.",callMacOsMicrophoneAccessDenied:"يتعذر الوصول إلى الميكروفون. امنح الميكروفون إذنا في إعدادات خصوصية macOS.",callLocalVideoFreeze:"النطاق الترددي للشبكة ضعيف. قد يظهر الفيديو متوقفا مؤقتا للآخرين في المكالمة.",callCameraAccessDenied:"يتعذر الوصول إلى الكاميرا. انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",callCameraAccessDeniedSafari:"يتعذر الوصول إلى الكاميرا. قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",callCameraAlreadyInUse:"يتعذر الوصول إلى الكاميرا. قد يكون قيد الاستخدام بالفعل بواسطة تطبيق آخر.",callVideoStoppedBySystem:"تم إيقاف الفيديو الخاص بك من قبل النظام.",callVideoRecoveredBySystem:"تم استئناف الفيديو الخاص بك.",callMacOsCameraAccessDenied:"يقوم MacOS بحظر الوصول إلى الكاميرا الخاصة بك. قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بالوصول إلى الكاميرا.",callMacOsScreenShareAccessDenied:"يقوم MacOS بحظر مشاركة الشاشة. قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بتسجيل الشاشة.",dismissButtonAriaLabel:"إغلاق",failedToJoinCallGeneric:"فشل في الانضمام إلى المكالمة.",failedToJoinCallInvalidMeetingLink:"تعذر الانضمام إلى الاجتماع. ارتباط غير صالح.",cameraFrozenForRemoteParticipants:"يواجه المستخدمون في المكالمة مشكلات في رؤية الفيديو الخاص بك. الرجاء التحقق من أجهزتك وشبكتك.",unableToStartVideoEffect:"يتعذر تطبيق تأثير الفيديو.",startSpotlightWhileMaxParticipantsAreSpotlighted:"لا يمكن بدء تسليط الضوء على المشاركين (المشاركين) لأنه تم بالفعل تسليط الضوء على الحد الأقصى لعدد المشاركين.",mutedByRemoteParticipant:"تم كتم صوتك من قبل مشارك آخر."};var notificationStack$i={callingNetworkFailure:{title:"مكالمة مزعجة",message:"يبدو أنك غير متصل. الرجاء التحقق من اتصال الشبكة والمحاولة مرة أخرى.",dismissButtonAriaLabel:"إغلاق"},startVideoGeneric:{title:"فشل بدء الفيديو.",dismissButtonAriaLabel:"إغلاق"},stopVideoGeneric:{title:"فشل إيقاف الفيديو.",dismissButtonAriaLabel:"إغلاق"},muteGeneric:{title:"فشل كتم صوت الميكروفون.",dismissButtonAriaLabel:"إغلاق"},unmuteGeneric:{title:"فشل إلغاء كتم صوت الميكروفون.",dismissButtonAriaLabel:"إغلاق"},speakingWhileMuted:{title:"تم كتم صوتك.",dismissButtonAriaLabel:"إغلاق"},startScreenShareGeneric:{title:"حدثت مشكلة أثناء بدء مشاركة الشاشة.",dismissButtonAriaLabel:"إغلاق"},stopScreenShareGeneric:{title:"فشل إيقاف مشاركة الشاشة",dismissButtonAriaLabel:"إغلاق"},callNetworkQualityLow:{title:"جودة الشبكة مقبولة.",dismissButtonAriaLabel:"إغلاق"},teamsMeetingCallNetworkQualityLow:{title:"جودة الشبكة منخفضة.",dismissButtonAriaLabel:"إغلاق",message:"انضم إلى هذه المكالمة من هاتفك للحصول على صوت أفضل. يمكنك متابعة عرض الاجتماع على هذا الجهاز.",primaryButtonLabel:"انضمام عبر الهاتف"},callNoSpeakerFound:{title:"لم يتم العثور على سماعات أو سماعات رأس",message:"قم بتوصيل جهاز صوت لسماع المكالمة.",dismissButtonAriaLabel:"إغلاق"},callNoMicrophoneFound:{title:"لم يتم العثور على ميكروفونات",message:"قم بتوصيل جهاز إدخال صوت.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneAccessDenied:{title:"يتعذر الوصول إلى الميكروفون",message:"انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneAccessDeniedSafari:{title:"يتعذر الوصول إلى الميكروفون",message:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneMutedBySystem:{title:"تم كتم صوتك بواسطة النظام.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneUnmutedBySystem:{title:"تم استرداد الميكروفون وتم إلغاء كتم صوتك من قبل النظام.",dismissButtonAriaLabel:"إغلاق"},callMacOsMicrophoneAccessDenied:{title:"يتعذر الوصول إلى الميكروفون",message:"امنح الميكروفون إذنا في إعدادات خصوصية macOS.",dismissButtonAriaLabel:"إغلاق"},callLocalVideoFreeze:{title:"النطاق الترددي للشبكة ضعيف.",message:"قد يظهر الفيديو متوقفا مؤقتا للآخرين في المكالمة.",dismissButtonAriaLabel:"إغلاق"},callCameraAccessDenied:{title:"تعذر الوصول إلى الكاميرا",message:"انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",dismissButtonAriaLabel:"إغلاق"},callCameraAccessDeniedSafari:{title:"تعذر الوصول إلى الكاميرا",message:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",dismissButtonAriaLabel:"إغلاق"},callCameraAlreadyInUse:{title:"تعذر الوصول إلى الكاميرا",message:"قد يكون قيد الاستخدام بالفعل بواسطة تطبيق آخر.",dismissButtonAriaLabel:"إغلاق"},callVideoStoppedBySystem:{title:"تم إيقاف الفيديو الخاص بك من قبل النظام.",dismissButtonAriaLabel:"إغلاق"},callVideoRecoveredBySystem:{title:"تم استئناف الفيديو الخاص بك.",dismissButtonAriaLabel:"إغلاق"},callMacOsCameraAccessDenied:{title:"يقوم MacOS بحظر الوصول إلى الكاميرا",message:"قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بالوصول إلى الكاميرا.",dismissButtonAriaLabel:"إغلاق"},callMacOsScreenShareAccessDenied:{title:"يقوم MacOS بحظر مشاركة الشاشة",message:"قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بتسجيل الشاشة.",dismissButtonAriaLabel:"إغلاق"},failedToJoinCallGeneric:{title:"فشل الانضمام إلى المكالمة.",dismissButtonAriaLabel:"إغلاق"},failedToJoinCallInvalidMeetingLink:{title:"تعذر الانضمام إلى الاجتماع. ارتباط غير صالح.",dismissButtonAriaLabel:"إغلاق"},cameraFrozenForRemoteParticipants:{title:"يواجه المستخدمون في المكالمة مشكلات في رؤية الفيديو الخاص بك.",message:"الرجاء التحقق من أجهزتك وشبكتك.",dismissButtonAriaLabel:"إغلاق"},unableToStartVideoEffect:{title:"يتعذر تطبيق تأثير الفيديو.",dismissButtonAriaLabel:"إغلاق"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"يتعذر بدء تسليط ضوء على المشاركين.",message:"يتم تسليط الضوء على الحد الأقصى لعدد المشاركين بالفعل.",dismissButtonAriaLabel:"إغلاق"},mutedByRemoteParticipant:{title:"تم كتم صوتك من قبل مشارك آخر.",dismissButtonAriaLabel:"إغلاق"},recordingStarted:{title:"بدأ التسجيل.",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},transcriptionStarted:{title:"بدأت كتابة الحديث.",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},recordingStopped:{title:"يتم الآن حفظ التسجيل.",message:"لقد توقف التسجيل.",dismissButtonAriaLabel:"إغلاق"},transcriptionStopped:{title:"يتم الآن حفظ كتابة الحديث.",message:"توقفت كتابة الحديث.",dismissButtonAriaLabel:"إغلاق"},recordingAndTranscriptionStarted:{title:"بدء التسجيل والنسخ. ",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},recordingAndTranscriptionStopped:{title:"يتم حفظ التسجيل وكتابة الحديث.",message:"التسجيل وكتابة الحديث متوقفان.",dismissButtonAriaLabel:"إغلاق"},recordingStoppedStillTranscribing:{title:"لقد توقف التسجيل.",message:"أنت الآن تقوم فقط بكتابة الحديث لهذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},transcriptionStoppedStillRecording:{title:"توقفت كتابة الحديث.",message:"أنت الآن تسجل هذا الاجتماع فقط.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomOpened:{title:"سننقلك إلى الغرفة المعينة خلال 5 ثوان.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomChanged:{title:"تم تغيير الغرفة الفرعية الخاصة بك",message:"سننقلك إلى الغرفة المعينة خلال 5 ثوان.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomOpenedPromptJoin:{title:"هل تريد الانضمام إلى الغرفة الفرعية؟",message:"تم تعيينك إلى غرفة اجتماع فرعية.",dismissButtonAriaLabel:"إغلاق",primaryButtonLabel:"الانضمام إلى الغرفة",secondaryButtonLabel:"لاحقاً"},breakoutRoomJoined:{title:"لقد قمت بالانضمام إلى غرفة الاجتماع فرعية.",dismissButtonAriaLabel:"إغلاق"},breakoutRoomClosingSoon:{title:"أوشكت صلاحية الحد الزمني للغرفة على الانتهاء.",message:"سيتم إغلاق هذه الغرفة في غضون 30 ثانية.",dismissButtonAriaLabel:"إغلاق"}};var videoGallery$i={screenIsBeingSharedMessage:"أنت تشارك شاشتك",screenShareLoadingMessage:"يتم الآن تحميل شاشة {participant}",localScreenShareLoadingMessage:"تحميل الشاشة",localVideoLabel:"أنت",localVideoCameraSwitcherLabel:"تبديل الكاميرا",localVideoMovementLabel:"لوحة فيديو محلية قابلة للنقل",localVideoMovementAriaLabel:"لوحة فيديو محلية قابلة للنقل",localVideoSelectedDescription:"تم تحديد {cameraName}",displayNamePlaceholder:"مشارك غير مسمى",fitRemoteParticipantToFrame:"الملاءمة داخل إطار",fillRemoteParticipantFrame:"تعبئة الإطار",pinParticipantForMe:"تثبيت نيابة عني",pinParticipantForMeLimitReached:"تثبيت (تم بلوغ الحد الأقصى)",unpinParticipantForMe:"إلغاء التثبيت",pinParticipantMenuItemAriaLabel:"تثبيت {participantName}",unpinParticipantMenuItemAriaLabel:"إزالة تثبيت {participantName}",pinnedParticipantAnnouncementAriaLabel:"تم تثبيت {participantName}",unpinnedParticipantAnnouncementAriaLabel:"تم إلغاء تثبيت {participantName}",startSpotlightVideoTileMenuLabel:"تسليط الضوء لدى الجميع",addSpotlightVideoTileMenuLabel:"إضافة تسليط ضوء",spotlightLimitReachedMenuTitle:"تم الوصول إلى الحد الأقصى لتسليط الضوء",stopSpotlightVideoTileMenuLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfVideoTileMenuLabel:"الخروج من وضع تسليط الضوء",attendeeRole:"الحضور",muteParticipantMenuItemLabel:"كتم الصوت",waitingScreenText:"في انتظار انضمام الآخرين"};var dialpad$i={placeholderText:"أدخل رقم الهاتف",deleteButtonAriaLabel:"حذف"};var holdButton$i={onLabel:"استئناف",offLabel:"انتظار",tooltipOnContent:"استئناف المكالمة",tooltipOffContent:"تعليق المكالمة"};var videoTile$i={participantStateRinging:"يتم الآن الاتصال...",participantStateHold:"قيد الانتظار",moreOptionsButtonAriaLabel:"خيارات إضافية"};var CameraAndMicrophoneSitePermissionsRequest$i={primaryText:"السماح {appName} باستخدام الكاميرا والميكروفون لديك",secondaryText:"هذا حتى يتمكن المشاركون من مشاهدتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون الكاميرا والميكروفون",ariaLabel:"السماح بالوصول إلى الكاميرا والميكروفون"};var CameraSitePermissionsRequest$i={primaryText:"السماح {appName} باستخدام الكاميرا",secondaryText:"هذا حتى يتمكن المشاركون من مشاهدتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة دون كاميرا",ariaLabel:"السماح بالوصول إلى الكاميرا"};var MicrophoneSitePermissionsRequest$i={primaryText:"السماح {appName} باستخدام الميكروفون",secondaryText:"هذا حتى يتمكن المشاركون من الاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة دون ميكروفون",ariaLabel:"السماح بالوصول إلى الميكروفون"};var CameraAndMicrophoneSitePermissionsCheck$i={primaryText:"التحقق من الوصول إلى الكاميرا والميكروفون",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من رؤيتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون الكاميرا والميكروفون",ariaLabel:"التحقق من الوصول إلى الكاميرا والميكروفون. السماح بالوصول إذا طُلب منك ذلك."};var CameraSitePermissionsCheck$i={primaryText:"التحقق من الوصول إلى الكاميرا",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من رؤيتك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون كاميرا",ariaLabel:"التحقق من الوصول إلى الكاميرا. السماح بالوصول إذا طُلب منك ذلك."};var MicrophoneSitePermissionsCheck$i={primaryText:"التحقق من الوصول إلى الميكروفون",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من الاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون ميكروفون",ariaLabel:"التحقق من الوصول إلى الميكروفون. السماح بالوصول إذا طُلب منك ذلك."};var CameraAndMicrophoneSitePermissionsDenied$i={primaryText:"يتعذر الوصول إلى الكاميرا والميكروفون",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الميكروفون لصفحة الويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة دون الكاميرا والميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraAndMicrophoneSitePermissionsDeniedSafari$i={primaryText:"يتعذر الوصول إلى الكاميرا والميكروفون",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون الكاميرا والميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraSitePermissionsDenied$i={primaryText:"تعذر الوصول إلى الكاميرا",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الكاميرا لصفحة ويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة دون كاميرا",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var MicrophoneSitePermissionsDenied$i={primaryText:"يتعذر الوصول إلى الميكروفون",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الميكروفون لصفحة الويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة بدون ميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraSitePermissionsDeniedSafari$i={primaryText:"تعذر الوصول إلى الكاميرا",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون كاميرا",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var MicrophoneSitePermissionsDeniedSafari$i={primaryText:"يتعذر الوصول إلى الميكروفون",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون ميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var UnsupportedBrowser$i={primaryText:"المتصفح غير مدعوم",secondaryText:"الرجاء الانضمام إلى هذه المكالمة باستخدام مستعرض متوافق.",moreHelpLinkText:"الاطلاع على متطلبات التوافق"};var UnsupportedBrowserVersion$i={primaryText:"يلزم تحديث المستعرض",secondaryText:"لضمان أفضل مكالمة ممكنة، الرجاء تحديث المستعرض الخاص بك ثم محاولة الانضمام إلى المكالمة مرة أخرى.",moreHelpLinkText:"الاطلاع على متطلبات التوافق",continueAnywayButtonText:"بدء المكالمة دون تحديث"};var UnsupportedOperatingSystem$i={primaryText:"نظام التشغيل غير معتمد",secondaryText:"الرجاء الانضمام إلى هذه المكالمة باستخدام جهاز بنظام تشغيل متوافق.",moreHelpLinkText:"الاطلاع على متطلبات التوافق"};var BrowserPermissionDenied$i={primaryText:"يتعذر استخدام الكاميرا أو الميكروفون",secondaryText:"قد لا يكون لدى المستعرض إمكانية الوصول إلى الكاميرا أو الميكروفون لديك. لحل هذه المشكلة، افتح \"تفضيلات النظام\".",primaryButtonText:"حاول مرة أخرى",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var BrowserPermissionDeniedIOS$i={primaryText:"السماح بالوصول إلى الميكروفون للمتابعة",secondaryText:"حتى يتمكن المشاركون الآخرون من سماعك.",primaryButtonText:"حاول مرة أخرى",imageAltText:"موقع إذن جهاز الكاميرا والميكروفون لـ iOS",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",step1Text:"انتقل إلى تطبيق الإعدادات",step2Text:"التمرير لأسفل للوصول إلى إعدادات هذا المستعرض",step3Text:"تشغيل الميكروفون (الكاميرا اختيارية)",step4Text:"حاول الانضمام إلى المكالمة مرة أخرى",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$i={leftNavButtonAriaLabel:"الصفحة السابقة",rightNavButtonAriaLabel:"الصفحة التالية"};var meetingConferencePhoneInfo$i={meetingConferencePhoneInfoModalTitle:"الانضمام إلى مكالمة من هاتفك",meetingConferencePhoneInfoModalDialIn:"رقم الاتصال",meetingConferencePhoneInfoModalMeetingId:"أدخل معرف الاجتماع",meetingConferencePhoneInfoModalWait:"انتظر حتى يتم القبول من قبل المنظم",meetingConferencePhoneInfoModalNoPhoneAvailable:"لا يتوفر هاتف",meetingConferencePhoneInfoModalTollGeoData:"{country}، {city}",meetingConferencePhoneInfoModalTollFree:"(رقم مجاني)",meetingConferencePhoneInfoModalToll:"(الرقم غير المجاني)"};var IncomingCallNotification$i={incomingCallNotificationPlaceholderId:"مستخدم غير معروف",incomingCallNotificationPlaceholderAlert:"{callerName} يتصل",incomingCallNoticicationAcceptWithAudioAriaLabel:"قبول مع الصوت",incomingCallNoticicationAcceptWithVideoAriaLabel:"قبول مع الفيديو",incomingCallNoticicationRejectAriaLabel:"رفض",incomingCallNotificationAcceptButtonLabel:"قبول",incomingCallNotificationRejectButtonLabel:"رفض",incomingCallNotificationAccceptWithVideoButtonLabel:"قبول مع الفيديو",incomingCallNotificationDismissButtonAriaLabel:"تجاهل"};var ar_SA$1 = {participantItem:participantItem$i,ParticipantList:ParticipantList$i,typingIndicator:typingIndicator$i,sendBox:sendBox$i,richTextSendBox:richTextSendBox$i,mentionPopover:mentionPopover$i,imageOverlay:imageOverlay$i,messageStatusIndicator:messageStatusIndicator$i,endCallButton:endCallButton$i,cameraButton:cameraButton$i,microphoneButton:microphoneButton$i,devicesButton:devicesButton$i,participantsButton:participantsButton$i,screenShareButton:screenShareButton$i,raiseHandButton:raiseHandButton$i,reactionButton:reactionButton$i,messageThread:messageThread$i,errorBar:errorBar$i,notificationStack:notificationStack$i,videoGallery:videoGallery$i,dialpad:dialpad$i,holdButton:holdButton$i,videoTile:videoTile$i,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$i,CameraSitePermissionsRequest:CameraSitePermissionsRequest$i,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$i,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$i,CameraSitePermissionsCheck:CameraSitePermissionsCheck$i,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$i,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$i,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$i,CameraSitePermissionsDenied:CameraSitePermissionsDenied$i,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$i,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$i,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$i,UnsupportedBrowser:UnsupportedBrowser$i,UnsupportedBrowserVersion:UnsupportedBrowserVersion$i,UnsupportedOperatingSystem:UnsupportedOperatingSystem$i,BrowserPermissionDenied:BrowserPermissionDenied$i,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$i,verticalGallery:verticalGallery$i,meetingConferencePhoneInfo:meetingConferencePhoneInfo$i,IncomingCallNotification:IncomingCallNotification$i};
|
25034
|
+
var participantItem$j={isMeText:"(أنت)",menuTitle:"المزيد من الخيارات",removeButtonLabel:"إزالة",sharingIconLabel:"جارٍ المشاركة",mutedIconLabel:"تم كتم الصوت",displayNamePlaceholder:"مشارك غير مسمى",participantStateRinging:"يتم الآن الاتصال...",participantStateHold:"قيد الانتظار",attendeeRole:"الحضور"};var ParticipantList$j={overflowParticipantCount:"+{overflowCount} من الأشخاص الإضافيين"};var typingIndicator$j={singleUser:"{user} يكتب",multipleUsers:"يكتب {users} الآن...",multipleUsersAbbreviateOne:"جارٍ الكتابة بواسطة {users} وشخص آخر",multipleUsersAbbreviateMany:"{users} وآخرون {numOthers} يكتبون ...",delimiter:"و "};var sendBox$j={placeholderText:"أدخل رسالة",textTooLong:"تجاوز طول الرسالة الحد الأقصى.",sendButtonAriaLabel:"إرسال رسالة",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",removeAttachment:"إزالة الملف",uploading:"جارٍ التحميل",uploadCompleted:"اكتمل التحميل",attachmentMoreMenu:"خيارات إضافية"};var richTextSendBox$j={placeholderText:"أدخل رسالة",textTooLong:"تجاوز طول الرسالة الحد الأقصى.",sendButtonAriaLabel:"إرسال رسالة",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",imageUploadsPendingError:"يتم الآن تحميل الصورة، الرجاء الانتظار.",removeAttachment:"إزالة الملف",uploading:"يتم الآن التحميل",uploadCompleted:"اكتمل التحميل",richTextBoldTooltip:"غامق",richTextItalicTooltip:"مائل",richTextUnderlineTooltip:"مسطّر",richTextBulletListTooltip:"قائمة ذات تعداد نقطي",richTextNumberListTooltip:"قائمة مرقّمة",richTextIncreaseIndentTooltip:"زيادة المسافة البادئة",richTextDecreaseIndentTooltip:"إنقاص المسافة البادئة",richTextInsertTableTooltip:"إدراج جدول",richTextFormatButtonTooltip:"تنسيق",richTextInsertRowOrColumnMenu:"إدراج",richTextInsertTableMenuTitle:"إدراج جدول بـ {column} x {row}",richTextInsertRowAboveMenu:"إدراج أعلاه",richTextInsertRowBelowMenu:"إدراج أدناه",richTextInsertColumnLeftMenu:"إدراج يساراً",richTextInsertColumnRightMenu:"إدراج يميناً",richTextDeleteRowOrColumnMenu:"حذف",richTextDeleteColumnMenu:"حذف العمود",richTextDeleteRowMenu:"حذف الصف",richTextDeleteTableMenu:"حذف الجدول",richTextToolbarMoreButtonAriaLabel:"خيارات إضافية",attachmentMoreMenu:"خيارات إضافية",richTextNewBulletedListItemAnnouncement:"رمز نقطي، سطر جديد",richTextNewNumberedListItemAnnouncement:"{0}، سطر جديد",richTextBulletedListAppliedAnnouncement:"تم تطبيق قائمة نقطية",richTextNumberedListAppliedAnnouncement:"تطبيق قائمة ذات تعداد رقمي"};var mentionPopover$j={mentionPopoverHeader:"الاقتراحات"};var imageOverlay$j={downloadButtonLabel:"تنزيل",dismissButtonAriaLabel:"إغلاق"};var messageStatusIndicator$j={deliveredAriaLabel:"تم إرسال الرسالة",deliveredTooltipText:"تم الإرسال",seenAriaLabel:"تمت مشاهدة الرسالة من قِبل الآخرين.",seenTooltipText:"تمت المشاهدة",readByTooltipText:"تمت القراءة بواسطة {messageThreadReadCount} من {remoteParticipantsCount}",sendingAriaLabel:"إرسال الرسالة",sendingTooltipText:"جاري الإرسال",failedToSendAriaLabel:"فشل إرسال الرسالة",failedToSendTooltipText:"فشل الإرسال"};var endCallButton$j={label:"مغادرة",tooltipContent:"مغادرة المكالمة",leaveOption:"مغادرة",endCallOption:"إنهاء المكالمة لدى الجميع"};var cameraButton$j={onLabel:"الكاميرا",offLabel:"الكاميرا",tooltipDisabledContent:"الكاميرا مُعطلة",tooltipOnContent:"إيقاف تشغيل الكاميرا",tooltipOffContent:"تشغيل الكاميرا",tooltipVideoLoadingContent:"جار تحميل الفيديو",cameraMenuTitle:"الكاميرا",cameraMenuTooltip:"اختيار الكاميرا",cameraButtonSplitRoleDescription:"زر الانقسام",onSplitButtonAriaLabel:"إيقاف تشغيل الكاميرا",offSplitButtonAriaLabel:"تشغيل الكاميرا",cameraActionTurnedOnAnnouncement:"تم تشغيل كاميراتك",cameraActionTurnedOffAnnouncement:"تم إيقاف تشغيل كاميراتك",onSplitButtonPrimaryActionCamera:"إيقاف تشغيل الكاميرا",offSplitButtonPrimaryActionCamera:"تشغيل الكاميرا",cameraPrimaryActionSplitButtonTitle:"استخدام الكاميرا",videoEffectsMenuItemTitle:"التأثيرات",cameraButtonAriaDescription:"خيارات الكاميرا"};var microphoneButton$j={onLabel:"الميكروفون",offLabel:"الميكروفون",tooltipDisabledContent:"تم تعطيل الميكروفون",tooltipOnContent:"كتم صوت الميكروفون",tooltipOffContent:"إلغاء كتم صوت الميكروفون",microphoneMenuTitle:"الميكروفون",microphoneMenuTooltip:"اختيار الميكروفون",speakerMenuTitle:"مكبر الصوت",speakerMenuTooltip:"اختيار مكبر صوت",microphoneButtonSplitRoleDescription:"زر الانقسام",onSplitButtonAriaLabel:"كتم الميكروفون",offSplitButtonAriaLabel:"إلغاء كتم الميكروفون",microphoneActionTurnedOnAnnouncement:"تم تشغيل الميكروفون",microphoneActionTurnedOffAnnouncement:"تم إيقاف الميكروفون",offSplitButtonMicrophonePrimaryAction:"إلغاء كتم الميكروفون",onSplitButtonMicrophonePrimaryAction:"كتم الميكروفون",microphonePrimaryActionSplitButtonTitle:"استخدام الميكروفون",microphoneAriaDescription:"خيارات الصوت",deepNoiseSuppressionTitle:"منع الضوضاء",deepNoiseSuppressionOnAnnouncement:"تم تشغيل منع الضوضاء العميقة",deepNoiseSuppressionOffAnnouncement:"تم إيقاف تشغيل منع الضوضاء العميقة"};var devicesButton$j={label:"الأجهزة",tooltipContent:"إدارة الأجهزة",cameraMenuTitle:"الكاميرا",cameraMenuTooltip:"اختيار الكاميرا",audioDeviceMenuTitle:"جهاز صوت",audioDeviceMenuTooltip:"إلغاء كتم صوت الجهاز",microphoneMenuTitle:"الميكروفون",microphoneMenuTooltip:"اختيار الميكروفون",speakerMenuTitle:"مكبر الصوت",speakerMenuTooltip:"اختيار مكبر صوت"};var participantsButton$j={label:"الأشخاص",tooltipContent:"إظهار المشاركين",menuHeader:"في هذه المكالمة",participantsListButtonLabel:"{numParticipants} من الأشخاص",muteAllButtonLabel:"كتم صوت الجميع",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة"};var screenShareButton$j={onLabel:"إيقاف التقديم",offLabel:"تقديم",tooltipDisabledContent:"تم تعطيل التقديم",tooltipOnContent:"تقديم العرض على شاشتك.",tooltipOffContent:"عرض الشاشة"};var raiseHandButton$j={offLabel:"رفع",onLabel:"خفض",tooltipDisabledContent:"تم تعطيل إجراء رفع اليد",tooltipOnContent:"خفض يد",tooltipOffContent:"رفع يد"};var reactionButton$j={label:"تفاعل",ariaLabel:"زر \"تفاعل\"، إرسال تفاعل",tooltipDisabledContent:"تم تعطيل إجراء التفاعل",tooltipContent:"إرسال تفاعل",likeReactionTooltipContent:"إعجاب",heartReactionTooltipContent:"حب",laughReactionTooltipContent:"ضحك",applauseReactionTooltipContent:"تصفيق",surprisedReactionTooltipContent:"مندهش"};var messageThread$j={yesterday:"أمس",sunday:"الأحد",monday:"الاثنين",tuesday:"الثلاثاء",wednesday:"الأربعاء",thursday:"الخميس",friday:"الجمعة",saturday:"السبت",participantJoined:"انضم إلى المحادثة.",participantLeft:"قام بمغادرة الدردشة.",editMessage:"تحرير",removeMessage:"حذف",resendMessage:"محاولة الإرسال مرة أخرى",failToSendTag:"فشل الإرسال",editedTag:"تم التحرير",liveAuthorIntro:"قال {author}",messageContentAriaText:"{status} {author} قال {message}",messageContentMineAriaText:"{status} أنت قولت {message}",editBoxTextLimit:"تجاوزت رسالتك الحد الأقصى لعدد الأحرف {limitNumber}",editBoxPlaceholderText:"تحرير رسالتك",newMessagesIndicator:"رسائل جديدة",noDisplayNameSub:"لا يوجد اسم",editBoxCancelButton:"إلغاء الأمر",editBoxSubmitButton:"تم",messageReadCount:"تمت القراءة بواسطة {messageReadByCount} من {remoteParticipantsCount}",actionMenuMoreOptions:"المزيد من الخيارات",downloadAttachment:"تنزيل ملف",openAttachment:"فتح ملف",blockedWarningText:"تم حذف هذه الرسالة بسبب نهج تنظيمي.",blockedWarningLinkText:"تفاصيل",attachmentCardGroupMessage:"تحتوي الرسالة على مرفق {attachmentCount}",messageDeletedAnnouncementAriaLabel:"تم حذف الرسالة",richTextBoldTooltip:"غامق",richTextItalicTooltip:"مائل",richTextUnderlineTooltip:"تسطير",richTextBulletListTooltip:"قائمة ذات تعداد نقطي",richTextNumberListTooltip:"قائمة مرقّمة",richTextIncreaseIndentTooltip:"زيادة المسافة البادئة",richTextDecreaseIndentTooltip:"إنقاص المسافة البادئة",richTextInsertTableTooltip:"إدراج جدول",richTextFormatButtonTooltip:"تنسيق",richTextInsertRowOrColumnMenu:"إدراج",richTextInsertTableMenuTitle:"إدراج جدول بـ {column} x {row}",richTextInsertRowAboveMenu:"إدراج أعلاه",richTextInsertRowBelowMenu:"إدراج أدناه",richTextInsertColumnLeftMenu:"إدراج يساراً",richTextInsertColumnRightMenu:"إدراج يميناً",richTextDeleteRowOrColumnMenu:"حذف",richTextDeleteColumnMenu:"حذف العمود",richTextDeleteRowMenu:"حذف الصف",richTextDeleteTableMenu:"حذف الجدول",richTextToolbarMoreButtonAriaLabel:"خيارات إضافية",attachmentUploadsPendingError:"يتم الآن تحميل الملف، الرجاء الانتظار.",imageUploadsPendingError:"يتم الآن تحميل الصورة، الرجاء الانتظار.",richTextNewBulletedListItemAnnouncement:"رمز نقطي، سطر جديد",richTextNewNumberedListItemAnnouncement:"{0}، سطر جديد",richTextBulletedListAppliedAnnouncement:"تم تطبيق قائمة نقطية",richTextNumberedListAppliedAnnouncement:"تطبيق قائمة ذات تعداد رقمي"};var errorBar$j={unableToReachChatService:"أنت غير متصل",accessDenied:"يتعذر الوصول إلى خدمات الدردشة - الرجاء التحقق من بيانات اعتماد المستخدم المقدمة",userNotInChatThread:"لم تعد مضمناً في هذا ترابط الدردشة هذا",sendMessageNotInChatThread:"فشل إرسال الرسالة لأنك لم تعد في مؤشر ترابط الدردشة هذا",sendMessageGeneric:"فشل إرسال الرسالة",callingNetworkFailure:"مكالمة مزعجة - يبدو أنك غير متصل",startVideoGeneric:"فشل بدء الفيديو",stopVideoGeneric:"فشل إيقاف الفيديو",muteGeneric:"فشل كتم صوت الميكروفون",unmuteGeneric:"فشل إلغاء كتم صوت الميكروفون",speakingWhileMuted:"تم كتم صوت الميكروفون",startScreenShareGeneric:"حدثت مشكلة أثناء بدء مشاركة الشاشة.",stopScreenShareGeneric:"فشل إيقاف مشاركة الشاشة",callNetworkQualityLow:"جودة الشبكة مقبولة.",teamsMeetingCallNetworkQualityLow:"جودة الشبكة منخفضة.",callNoSpeakerFound:"لم يتم العثور على سماعات أو سماعات رأس. قم بتوصيل جهاز صوت لسماع المكالمة.",callNoMicrophoneFound:"لم يتم العثور على ميكروفونات. قم بتوصيل جهاز إدخال صوت.",callMicrophoneAccessDenied:"يتعذر الوصول إلى الميكروفون. انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",callMicrophoneAccessDeniedSafari:"يتعذر الوصول إلى الميكروفون. قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",callMicrophoneMutedBySystem:"تم كتم صوتك بواسطة النظام.",callMicrophoneUnmutedBySystem:"تم استرداد الميكروفون وتم إلغاء كتم صوتك من قبل النظام.",callMacOsMicrophoneAccessDenied:"يتعذر الوصول إلى الميكروفون. امنح الميكروفون إذنا في إعدادات خصوصية macOS.",callLocalVideoFreeze:"النطاق الترددي للشبكة ضعيف. قد يظهر الفيديو متوقفا مؤقتا للآخرين في المكالمة.",callCameraAccessDenied:"يتعذر الوصول إلى الكاميرا. انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",callCameraAccessDeniedSafari:"يتعذر الوصول إلى الكاميرا. قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",callCameraAlreadyInUse:"يتعذر الوصول إلى الكاميرا. قد يكون قيد الاستخدام بالفعل بواسطة تطبيق آخر.",callVideoStoppedBySystem:"تم إيقاف الفيديو الخاص بك من قبل النظام.",callVideoRecoveredBySystem:"تم استئناف الفيديو الخاص بك.",callMacOsCameraAccessDenied:"يقوم MacOS بحظر الوصول إلى الكاميرا الخاصة بك. قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بالوصول إلى الكاميرا.",callMacOsScreenShareAccessDenied:"يقوم MacOS بحظر مشاركة الشاشة. قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بتسجيل الشاشة.",dismissButtonAriaLabel:"إغلاق",failedToJoinCallGeneric:"فشل في الانضمام إلى المكالمة.",failedToJoinCallInvalidMeetingLink:"تعذر الانضمام إلى الاجتماع. ارتباط غير صالح.",cameraFrozenForRemoteParticipants:"يواجه المستخدمون في المكالمة مشكلات في رؤية الفيديو الخاص بك. الرجاء التحقق من أجهزتك وشبكتك.",unableToStartVideoEffect:"يتعذر تطبيق تأثير الفيديو.",startSpotlightWhileMaxParticipantsAreSpotlighted:"لا يمكن بدء تسليط الضوء على المشاركين (المشاركين) لأنه تم بالفعل تسليط الضوء على الحد الأقصى لعدد المشاركين.",mutedByRemoteParticipant:"تم كتم صوتك من قبل مشارك آخر."};var notificationStack$j={callingNetworkFailure:{title:"مكالمة مزعجة",message:"يبدو أنك غير متصل. الرجاء التحقق من اتصال الشبكة والمحاولة مرة أخرى.",dismissButtonAriaLabel:"إغلاق"},startVideoGeneric:{title:"فشل بدء الفيديو.",dismissButtonAriaLabel:"إغلاق"},stopVideoGeneric:{title:"فشل إيقاف الفيديو.",dismissButtonAriaLabel:"إغلاق"},muteGeneric:{title:"فشل كتم صوت الميكروفون.",dismissButtonAriaLabel:"إغلاق"},unmuteGeneric:{title:"فشل إلغاء كتم صوت الميكروفون.",dismissButtonAriaLabel:"إغلاق"},speakingWhileMuted:{title:"تم كتم صوتك.",dismissButtonAriaLabel:"إغلاق"},startScreenShareGeneric:{title:"حدثت مشكلة أثناء بدء مشاركة الشاشة.",dismissButtonAriaLabel:"إغلاق"},stopScreenShareGeneric:{title:"فشل إيقاف مشاركة الشاشة",dismissButtonAriaLabel:"إغلاق"},callNetworkQualityLow:{title:"جودة الشبكة مقبولة.",dismissButtonAriaLabel:"إغلاق"},teamsMeetingCallNetworkQualityLow:{title:"جودة الشبكة منخفضة.",dismissButtonAriaLabel:"إغلاق",message:"انضم إلى هذه المكالمة من هاتفك للحصول على صوت أفضل. يمكنك متابعة عرض الاجتماع على هذا الجهاز.",primaryButtonLabel:"انضمام عبر الهاتف"},callNoSpeakerFound:{title:"لم يتم العثور على سماعات أو سماعات رأس",message:"قم بتوصيل جهاز صوت لسماع المكالمة.",dismissButtonAriaLabel:"إغلاق"},callNoMicrophoneFound:{title:"لم يتم العثور على ميكروفونات",message:"قم بتوصيل جهاز إدخال صوت.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneAccessDenied:{title:"يتعذر الوصول إلى الميكروفون",message:"انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneAccessDeniedSafari:{title:"يتعذر الوصول إلى الميكروفون",message:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneMutedBySystem:{title:"تم كتم صوتك بواسطة النظام.",dismissButtonAriaLabel:"إغلاق"},callMicrophoneUnmutedBySystem:{title:"تم استرداد الميكروفون وتم إلغاء كتم صوتك من قبل النظام.",dismissButtonAriaLabel:"إغلاق"},callMacOsMicrophoneAccessDenied:{title:"يتعذر الوصول إلى الميكروفون",message:"امنح الميكروفون إذنا في إعدادات خصوصية macOS.",dismissButtonAriaLabel:"إغلاق"},callLocalVideoFreeze:{title:"النطاق الترددي للشبكة ضعيف.",message:"قد يظهر الفيديو متوقفا مؤقتا للآخرين في المكالمة.",dismissButtonAriaLabel:"إغلاق"},callCameraAccessDenied:{title:"تعذر الوصول إلى الكاميرا",message:"انقر فوق التأمين في شريط العناوين لمنح الإذن لصفحة ويب هذه.",dismissButtonAriaLabel:"إغلاق"},callCameraAccessDeniedSafari:{title:"تعذر الوصول إلى الكاميرا",message:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",dismissButtonAriaLabel:"إغلاق"},callCameraAlreadyInUse:{title:"تعذر الوصول إلى الكاميرا",message:"قد يكون قيد الاستخدام بالفعل بواسطة تطبيق آخر.",dismissButtonAriaLabel:"إغلاق"},callVideoStoppedBySystem:{title:"تم إيقاف الفيديو الخاص بك من قبل النظام.",dismissButtonAriaLabel:"إغلاق"},callVideoRecoveredBySystem:{title:"تم استئناف الفيديو الخاص بك.",dismissButtonAriaLabel:"إغلاق"},callMacOsCameraAccessDenied:{title:"يقوم MacOS بحظر الوصول إلى الكاميرا",message:"قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بالوصول إلى الكاميرا.",dismissButtonAriaLabel:"إغلاق"},callMacOsScreenShareAccessDenied:{title:"يقوم MacOS بحظر مشاركة الشاشة",message:"قم بتحديث إعدادات الخصوصية للسماح لهذا المستعرض بتسجيل الشاشة.",dismissButtonAriaLabel:"إغلاق"},failedToJoinCallGeneric:{title:"فشل الانضمام إلى المكالمة.",dismissButtonAriaLabel:"إغلاق"},failedToJoinCallInvalidMeetingLink:{title:"تعذر الانضمام إلى الاجتماع. ارتباط غير صالح.",dismissButtonAriaLabel:"إغلاق"},cameraFrozenForRemoteParticipants:{title:"يواجه المستخدمون في المكالمة مشكلات في رؤية الفيديو الخاص بك.",message:"الرجاء التحقق من أجهزتك وشبكتك.",dismissButtonAriaLabel:"إغلاق"},unableToStartVideoEffect:{title:"يتعذر تطبيق تأثير الفيديو.",dismissButtonAriaLabel:"إغلاق"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"يتعذر بدء تسليط ضوء على المشاركين.",message:"يتم تسليط الضوء على الحد الأقصى لعدد المشاركين بالفعل.",dismissButtonAriaLabel:"إغلاق"},mutedByRemoteParticipant:{title:"تم كتم صوتك من قبل مشارك آخر.",dismissButtonAriaLabel:"إغلاق"},recordingStarted:{title:"بدأ التسجيل.",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},transcriptionStarted:{title:"بدأت كتابة الحديث.",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},recordingStopped:{title:"يتم الآن حفظ التسجيل.",message:"لقد توقف التسجيل.",dismissButtonAriaLabel:"إغلاق"},transcriptionStopped:{title:"يتم الآن حفظ كتابة الحديث.",message:"توقفت كتابة الحديث.",dismissButtonAriaLabel:"إغلاق"},recordingAndTranscriptionStarted:{title:"بدء التسجيل والنسخ. ",message:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},recordingAndTranscriptionStopped:{title:"يتم حفظ التسجيل وكتابة الحديث.",message:"التسجيل وكتابة الحديث متوقفان.",dismissButtonAriaLabel:"إغلاق"},recordingStoppedStillTranscribing:{title:"لقد توقف التسجيل.",message:"أنت الآن تقوم فقط بكتابة الحديث لهذا الاجتماع.",dismissButtonAriaLabel:"إغلاق"},transcriptionStoppedStillRecording:{title:"توقفت كتابة الحديث.",message:"أنت الآن تسجل هذا الاجتماع فقط.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomOpened:{title:"سننقلك إلى الغرفة المعينة خلال 5 ثوان.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomChanged:{title:"تم تغيير الغرفة الفرعية الخاصة بك",message:"سننقلك إلى الغرفة المعينة خلال 5 ثوان.",dismissButtonAriaLabel:"إغلاق"},assignedBreakoutRoomOpenedPromptJoin:{title:"هل تريد الانضمام إلى الغرفة الفرعية؟",message:"تم تعيينك إلى غرفة اجتماع فرعية.",dismissButtonAriaLabel:"إغلاق",primaryButtonLabel:"الانضمام إلى الغرفة",secondaryButtonLabel:"لاحقاً"},breakoutRoomJoined:{title:"لقد قمت بالانضمام إلى غرفة الاجتماع فرعية.",dismissButtonAriaLabel:"إغلاق"},breakoutRoomClosingSoon:{title:"أوشكت صلاحية الحد الزمني للغرفة على الانتهاء.",message:"سيتم إغلاق هذه الغرفة في غضون 30 ثانية.",dismissButtonAriaLabel:"إغلاق"}};var videoGallery$j={screenIsBeingSharedMessage:"أنت تشارك شاشتك",screenShareLoadingMessage:"يتم الآن تحميل شاشة {participant}",localScreenShareLoadingMessage:"تحميل الشاشة",localVideoLabel:"أنت",localVideoCameraSwitcherLabel:"تبديل الكاميرا",localVideoMovementLabel:"لوحة فيديو محلية قابلة للنقل",localVideoMovementAriaLabel:"لوحة فيديو محلية قابلة للنقل",localVideoSelectedDescription:"تم تحديد {cameraName}",displayNamePlaceholder:"مشارك غير مسمى",fitRemoteParticipantToFrame:"الملاءمة داخل إطار",fillRemoteParticipantFrame:"تعبئة الإطار",pinParticipantForMe:"تثبيت نيابة عني",pinParticipantForMeLimitReached:"تثبيت (تم بلوغ الحد الأقصى)",unpinParticipantForMe:"إلغاء التثبيت",pinParticipantMenuItemAriaLabel:"تثبيت {participantName}",unpinParticipantMenuItemAriaLabel:"إزالة تثبيت {participantName}",pinnedParticipantAnnouncementAriaLabel:"تم تثبيت {participantName}",unpinnedParticipantAnnouncementAriaLabel:"تم إلغاء تثبيت {participantName}",startSpotlightVideoTileMenuLabel:"تسليط الضوء لدى الجميع",addSpotlightVideoTileMenuLabel:"إضافة تسليط ضوء",spotlightLimitReachedMenuTitle:"تم الوصول إلى الحد الأقصى لتسليط الضوء",stopSpotlightVideoTileMenuLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfVideoTileMenuLabel:"الخروج من وضع تسليط الضوء",attendeeRole:"الحضور",muteParticipantMenuItemLabel:"كتم الصوت",waitingScreenText:"في انتظار انضمام الآخرين"};var dialpad$j={placeholderText:"أدخل رقم الهاتف",deleteButtonAriaLabel:"حذف"};var holdButton$j={onLabel:"استئناف",offLabel:"انتظار",tooltipOnContent:"استئناف المكالمة",tooltipOffContent:"تعليق المكالمة"};var videoTile$j={participantStateRinging:"يتم الآن الاتصال...",participantStateHold:"قيد الانتظار",moreOptionsButtonAriaLabel:"خيارات إضافية"};var CameraAndMicrophoneSitePermissionsRequest$j={primaryText:"السماح {appName} باستخدام الكاميرا والميكروفون لديك",secondaryText:"هذا حتى يتمكن المشاركون من مشاهدتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون الكاميرا والميكروفون",ariaLabel:"السماح بالوصول إلى الكاميرا والميكروفون"};var CameraSitePermissionsRequest$j={primaryText:"السماح {appName} باستخدام الكاميرا",secondaryText:"هذا حتى يتمكن المشاركون من مشاهدتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة دون كاميرا",ariaLabel:"السماح بالوصول إلى الكاميرا"};var MicrophoneSitePermissionsRequest$j={primaryText:"السماح {appName} باستخدام الميكروفون",secondaryText:"هذا حتى يتمكن المشاركون من الاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة دون ميكروفون",ariaLabel:"السماح بالوصول إلى الميكروفون"};var CameraAndMicrophoneSitePermissionsCheck$j={primaryText:"التحقق من الوصول إلى الكاميرا والميكروفون",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من رؤيتك والاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون الكاميرا والميكروفون",ariaLabel:"التحقق من الوصول إلى الكاميرا والميكروفون. السماح بالوصول إذا طُلب منك ذلك."};var CameraSitePermissionsCheck$j={primaryText:"التحقق من الوصول إلى الكاميرا",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من رؤيتك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون كاميرا",ariaLabel:"التحقق من الوصول إلى الكاميرا. السماح بالوصول إذا طُلب منك ذلك."};var MicrophoneSitePermissionsCheck$j={primaryText:"التحقق من الوصول إلى الميكروفون",secondaryText:"السماح بالوصول إذا طُلب منك ذلك. هذا حتى يتمكن المشاركون من الاستماع إليك.",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",primaryButtonText:"المتابعة بدون ميكروفون",ariaLabel:"التحقق من الوصول إلى الميكروفون. السماح بالوصول إذا طُلب منك ذلك."};var CameraAndMicrophoneSitePermissionsDenied$j={primaryText:"يتعذر الوصول إلى الكاميرا والميكروفون",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الميكروفون لصفحة الويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة دون الكاميرا والميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraAndMicrophoneSitePermissionsDeniedSafari$j={primaryText:"يتعذر الوصول إلى الكاميرا والميكروفون",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون الكاميرا والميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraSitePermissionsDenied$j={primaryText:"تعذر الوصول إلى الكاميرا",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الكاميرا لصفحة ويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة دون كاميرا",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var MicrophoneSitePermissionsDenied$j={primaryText:"يتعذر الوصول إلى الميكروفون",secondaryText:"انقر فوق أيقونة التأمين في شريط العناوين لمنح أذونات الميكروفون لصفحة الويب هذه. قد يكون تحديث الصفحة مطلوبا.",primaryButtonText:"المتابعة بدون ميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var CameraSitePermissionsDeniedSafari$j={primaryText:"تعذر الوصول إلى الكاميرا",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون كاميرا",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var MicrophoneSitePermissionsDeniedSafari$j={primaryText:"يتعذر الوصول إلى الميكروفون",secondaryText:"قم بتحديث الصفحة للسماح بالأذونات، أو تحقق من إعدادات هذا المستعرض وتحقق من تمكين الأذونات لموقع الويب هذا.",primaryButtonText:"المتابعة دون ميكروفون",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var UnsupportedBrowser$j={primaryText:"المتصفح غير مدعوم",secondaryText:"الرجاء الانضمام إلى هذه المكالمة باستخدام مستعرض متوافق.",moreHelpLinkText:"الاطلاع على متطلبات التوافق"};var UnsupportedBrowserVersion$j={primaryText:"يلزم تحديث المستعرض",secondaryText:"لضمان أفضل مكالمة ممكنة، الرجاء تحديث المستعرض الخاص بك ثم محاولة الانضمام إلى المكالمة مرة أخرى.",moreHelpLinkText:"الاطلاع على متطلبات التوافق",continueAnywayButtonText:"بدء المكالمة دون تحديث"};var UnsupportedOperatingSystem$j={primaryText:"نظام التشغيل غير معتمد",secondaryText:"الرجاء الانضمام إلى هذه المكالمة باستخدام جهاز بنظام تشغيل متوافق.",moreHelpLinkText:"الاطلاع على متطلبات التوافق"};var BrowserPermissionDenied$j={primaryText:"يتعذر استخدام الكاميرا أو الميكروفون",secondaryText:"قد لا يكون لدى المستعرض إمكانية الوصول إلى الكاميرا أو الميكروفون لديك. لحل هذه المشكلة، افتح \"تفضيلات النظام\".",primaryButtonText:"حاول مرة أخرى",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها"};var BrowserPermissionDeniedIOS$j={primaryText:"السماح بالوصول إلى الميكروفون للمتابعة",secondaryText:"حتى يتمكن المشاركون الآخرون من سماعك.",primaryButtonText:"حاول مرة أخرى",imageAltText:"موقع إذن جهاز الكاميرا والميكروفون لـ iOS",linkText:"هل تحتاج إلى مساعدة؟ الحصول على تعليمات استكشاف الأخطاء وإصلاحها",step1Text:"انتقل إلى تطبيق الإعدادات",step2Text:"التمرير لأسفل للوصول إلى إعدادات هذا المستعرض",step3Text:"تشغيل الميكروفون (الكاميرا اختيارية)",step4Text:"حاول الانضمام إلى المكالمة مرة أخرى",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$j={leftNavButtonAriaLabel:"الصفحة السابقة",rightNavButtonAriaLabel:"الصفحة التالية"};var meetingConferencePhoneInfo$j={meetingConferencePhoneInfoModalTitle:"الانضمام إلى مكالمة من هاتفك",meetingConferencePhoneInfoModalDialIn:"رقم الاتصال",meetingConferencePhoneInfoModalMeetingId:"أدخل معرف الاجتماع",meetingConferencePhoneInfoModalWait:"انتظر حتى يتم القبول من قبل المنظم",meetingConferencePhoneInfoModalNoPhoneAvailable:"لا يتوفر هاتف",meetingConferencePhoneInfoModalTollGeoData:"{country}، {city}",meetingConferencePhoneInfoModalTollFree:"(رقم مجاني)",meetingConferencePhoneInfoModalToll:"(الرقم غير المجاني)"};var IncomingCallNotification$j={incomingCallNotificationPlaceholderId:"مستخدم غير معروف",incomingCallNotificationPlaceholderAlert:"{callerName} يتصل",incomingCallNoticicationAcceptWithAudioAriaLabel:"قبول مع الصوت",incomingCallNoticicationAcceptWithVideoAriaLabel:"قبول مع الفيديو",incomingCallNoticicationRejectAriaLabel:"رفض",incomingCallNotificationAcceptButtonLabel:"قبول",incomingCallNotificationRejectButtonLabel:"رفض",incomingCallNotificationAccceptWithVideoButtonLabel:"قبول مع الفيديو",incomingCallNotificationDismissButtonAriaLabel:"تجاهل"};var ar_SA$1 = {participantItem:participantItem$j,ParticipantList:ParticipantList$j,typingIndicator:typingIndicator$j,sendBox:sendBox$j,richTextSendBox:richTextSendBox$j,mentionPopover:mentionPopover$j,imageOverlay:imageOverlay$j,messageStatusIndicator:messageStatusIndicator$j,endCallButton:endCallButton$j,cameraButton:cameraButton$j,microphoneButton:microphoneButton$j,devicesButton:devicesButton$j,participantsButton:participantsButton$j,screenShareButton:screenShareButton$j,raiseHandButton:raiseHandButton$j,reactionButton:reactionButton$j,messageThread:messageThread$j,errorBar:errorBar$j,notificationStack:notificationStack$j,videoGallery:videoGallery$j,dialpad:dialpad$j,holdButton:holdButton$j,videoTile:videoTile$j,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$j,CameraSitePermissionsRequest:CameraSitePermissionsRequest$j,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$j,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$j,CameraSitePermissionsCheck:CameraSitePermissionsCheck$j,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$j,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$j,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$j,CameraSitePermissionsDenied:CameraSitePermissionsDenied$j,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$j,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$j,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$j,UnsupportedBrowser:UnsupportedBrowser$j,UnsupportedBrowserVersion:UnsupportedBrowserVersion$j,UnsupportedOperatingSystem:UnsupportedOperatingSystem$j,BrowserPermissionDenied:BrowserPermissionDenied$j,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$j,verticalGallery:verticalGallery$j,meetingConferencePhoneInfo:meetingConferencePhoneInfo$j,IncomingCallNotification:IncomingCallNotification$j};
|
24939
25035
|
|
24940
25036
|
// Copyright (c) Microsoft Corporation.
|
24941
25037
|
// Licensed under the MIT License.
|
@@ -24948,7 +25044,7 @@ const COMPONENT_LOCALE_AR_SA = {
|
|
24948
25044
|
strings: createComponentStrings(ar_SA$1)
|
24949
25045
|
};
|
24950
25046
|
|
24951
|
-
var participantItem$h={isMeText:"(vy)",menuTitle:"Další možnosti",removeButtonLabel:"Odebrat",sharingIconLabel:"Sdílení",mutedIconLabel:"Ztlumeno",displayNamePlaceholder:"Nepojmenovaný účastník",participantStateRinging:"Volání…",participantStateHold:"Pozastavený hovor",attendeeRole:"Účastník"};var ParticipantList$h={overflowParticipantCount:"+{overflowCount} další(ch)"};var typingIndicator$h={singleUser:"{user} píše...",multipleUsers:"{users} píší...",multipleUsersAbbreviateOne:"{users} a 1 další píší...",multipleUsersAbbreviateMany:"{users} a {numOthers} ostatní píší...",delimiter:", "};var sendBox$h={placeholderText:"Zadejte zprávu",textTooLong:"Délka vaší zprávy překračuje maximální limit.",sendButtonAriaLabel:"Poslat zprávu",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",removeAttachment:"Odebrat soubor",uploading:"Nahrávání",uploadCompleted:"Nahrávání se dokončilo",attachmentMoreMenu:"Další možnosti"};var richTextSendBox$h={placeholderText:"Zadejte zprávu",textTooLong:"Délka vaší zprávy překračuje maximální limit.",sendButtonAriaLabel:"Poslat zprávu",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",imageUploadsPendingError:"Obrázek se nahrává, počkejte prosím.",removeAttachment:"Odebrat soubor",uploading:"Nahrávání",uploadCompleted:"Nahrávání se dokončilo",richTextBoldTooltip:"Tučné",richTextItalicTooltip:"Kurzíva",richTextUnderlineTooltip:"Podtržení",richTextBulletListTooltip:"Seznam s odrážkami",richTextNumberListTooltip:"Číslovaný seznam",richTextIncreaseIndentTooltip:"Zvětšit odsazení",richTextDecreaseIndentTooltip:"Zmenšit odsazení",richTextInsertTableTooltip:"Vložit tabulku",richTextFormatButtonTooltip:"Formát",richTextInsertRowOrColumnMenu:"Vložit",richTextInsertTableMenuTitle:"Vložit {column} x {row} tabulka",richTextInsertRowAboveMenu:"Vložit nad",richTextInsertRowBelowMenu:"Vložit pod",richTextInsertColumnLeftMenu:"Vložit vlevo",richTextInsertColumnRightMenu:"Vložit vpravo",richTextDeleteRowOrColumnMenu:"Odstranit",richTextDeleteColumnMenu:"Odstranit sloupec",richTextDeleteRowMenu:"Odstranit řádek",richTextDeleteTableMenu:"Odstranit tabulku",richTextToolbarMoreButtonAriaLabel:"Další možnosti",attachmentMoreMenu:"Další možnosti",richTextNewBulletedListItemAnnouncement:"Odrážka, nový řádek",richTextNewNumberedListItemAnnouncement:"{0}, nový řádek",richTextBulletedListAppliedAnnouncement:"Byl použit seznam s odrážkami",richTextNumberedListAppliedAnnouncement:"Použil se číslovaný seznam."};var mentionPopover$h={mentionPopoverHeader:"Návrhy"};var imageOverlay$h={downloadButtonLabel:"Stáhnout",dismissButtonAriaLabel:"Zavřít"};var messageStatusIndicator$h={deliveredAriaLabel:"Zpráva byla odeslána",deliveredTooltipText:"Odesláno",seenAriaLabel:"Zpráva zobrazena příjemci",seenTooltipText:"Zobrazeno",readByTooltipText:"Přečetl(a) {messageThreadReadCount} z {remoteParticipantsCount}",sendingAriaLabel:"Odesílání zprávy",sendingTooltipText:"Odesílání",failedToSendAriaLabel:"Zprávu se nepodařilo odeslat",failedToSendTooltipText:"Odeslání se nezdařilo"};var endCallButton$h={label:"Opustit",tooltipContent:"Opustit hovor",leaveOption:"Odejít",endCallOption:"Ukončit hovor pro všechny"};var cameraButton$h={onLabel:"Kamera",offLabel:"Kamera",tooltipDisabledContent:"Kamera je zakázaná",tooltipOnContent:"Vypnout kameru",tooltipOffContent:"Zapnout kameru",tooltipVideoLoadingContent:"Video se načítá",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Zvolit kameru",cameraButtonSplitRoleDescription:"Tlačítko rozdělení",onSplitButtonAriaLabel:"Vypnout kameru",offSplitButtonAriaLabel:"Zapnout kameru",cameraActionTurnedOnAnnouncement:"Vaše kamera je zapnutá",cameraActionTurnedOffAnnouncement:"Vaše kamera je vypnutá",onSplitButtonPrimaryActionCamera:"Vypnout kameru",offSplitButtonPrimaryActionCamera:"Zapnout kameru",cameraPrimaryActionSplitButtonTitle:"Použít kameru",videoEffectsMenuItemTitle:"Efekty",cameraButtonAriaDescription:"možnosti kamery"};var microphoneButton$h={onLabel:"Mikrofon",offLabel:"Mikrofon",tooltipDisabledContent:"Mikrofon je zakázaný",tooltipOnContent:"Ztlumit mikrofon",tooltipOffContent:"Zrušit ztlumení mikrofonu",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Zvolit mikrofon",speakerMenuTitle:"Reproduktor",speakerMenuTooltip:"Zvolit reproduktor",microphoneButtonSplitRoleDescription:"Tlačítko rozdělení",onSplitButtonAriaLabel:"Ztlumit mikrofon",offSplitButtonAriaLabel:"Zrušit ztlumení mikrofonu",microphoneActionTurnedOnAnnouncement:"Váš mikrofon je zapnutý",microphoneActionTurnedOffAnnouncement:"Váš mikrofon je vypnutý",offSplitButtonMicrophonePrimaryAction:"Zrušit ztlumení mikrofonu",onSplitButtonMicrophonePrimaryAction:"Ztlumit mikrofon",microphonePrimaryActionSplitButtonTitle:"Použít mikrofon",microphoneAriaDescription:"Možnosti zvuku",deepNoiseSuppressionTitle:"Potlačení šumu",deepNoiseSuppressionOnAnnouncement:"Potlačení hlubokého šumu je zapnuté",deepNoiseSuppressionOffAnnouncement:"Potlačení hlubokého šumu je vypnuté"};var devicesButton$h={label:"Zařízení",tooltipContent:"Spravovat zařízení",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Zvolit kameru",audioDeviceMenuTitle:"Zvukové zařízení",audioDeviceMenuTooltip:"Zvolit zvukové zařízení",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Zvolit mikrofon",speakerMenuTitle:"Reproduktor",speakerMenuTooltip:"Zvolit reproduktor"};var participantsButton$h={label:"Lidé",tooltipContent:"Zobrazit účastníky",menuHeader:"V tomto hovoru",participantsListButtonLabel:"Počet lidí: {numParticipants}",muteAllButtonLabel:"Ztlumit všechny",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval"};var screenShareButton$h={onLabel:"Zastavit prezentaci",offLabel:"Prezentovat",tooltipDisabledContent:"Sdílení je zakázáno",tooltipOnContent:"Sdílí se vaše obrazovka",tooltipOffContent:"Sdílet obrazovku"};var raiseHandButton$h={offLabel:"Zvednout",onLabel:"Dolů",tooltipDisabledContent:"Akce Zvednout ruku je zakázaná",tooltipOnContent:"Dát ruku dolů",tooltipOffContent:"Zvednout ruku"};var reactionButton$h={label:"Reagovat",ariaLabel:"Tlačítko Reagovat, odeslat reakci",tooltipDisabledContent:"Akce reakce je zakázaná",tooltipContent:"Odeslání reakce",likeReactionTooltipContent:"To se mi líbí",heartReactionTooltipContent:"Láska",laughReactionTooltipContent:"Smích",applauseReactionTooltipContent:"Aplaus",surprisedReactionTooltipContent:"Překvapení"};var messageThread$h={yesterday:"Včera",sunday:"Neděle",monday:"Pondělí",tuesday:"Úterý",wednesday:"Středa",thursday:"Čtvrtek",friday:"Pátek",saturday:"Sobota",participantJoined:"se připojil(a) k chatu.",participantLeft:"opustil(a) chat.",editMessage:"Upravit",removeMessage:"Odstranit",resendMessage:"Zkusit odeslat znovu",failToSendTag:"Odeslání se nezdařilo",editedTag:"Upraveno",liveAuthorIntro:"{author} říká",messageContentAriaText:"{status} {author} řekl(a) {message}",messageContentMineAriaText:"{status} Řekli jste {message}.",editBoxTextLimit:"Vaše zpráva překročila limit {limitNumber} znaků.",editBoxPlaceholderText:"Upravit zprávu",newMessagesIndicator:"Nové zprávy",noDisplayNameSub:"Bez jména",editBoxCancelButton:"Zrušit",editBoxSubmitButton:"Hotovo",messageReadCount:"Přečetl(a) {messageReadByCount} z {remoteParticipantsCount}",actionMenuMoreOptions:"Další možnosti",downloadAttachment:"Stáhnout soubor",openAttachment:"Otevřít soubor",blockedWarningText:"Tato zpráva se odstranila kvůli zásadám organizace.",blockedWarningLinkText:"Podrobnosti",attachmentCardGroupMessage:"Zpráva obsahuje {attachmentCount} přílohu",messageDeletedAnnouncementAriaLabel:"Zpráva se odstranila.",richTextBoldTooltip:"Tučné",richTextItalicTooltip:"Kurzíva",richTextUnderlineTooltip:"Podtržení",richTextBulletListTooltip:"Seznam s odrážkami",richTextNumberListTooltip:"Číslovaný seznam",richTextIncreaseIndentTooltip:"Zvětšit odsazení",richTextDecreaseIndentTooltip:"Zmenšit odsazení",richTextInsertTableTooltip:"Vložit tabulku",richTextFormatButtonTooltip:"Formát",richTextInsertRowOrColumnMenu:"Vložit",richTextInsertTableMenuTitle:"Vložit {column} x {row} tabulka",richTextInsertRowAboveMenu:"Vložit nad",richTextInsertRowBelowMenu:"Vložit pod",richTextInsertColumnLeftMenu:"Vložit vlevo",richTextInsertColumnRightMenu:"Vložit vpravo",richTextDeleteRowOrColumnMenu:"Odstranit",richTextDeleteColumnMenu:"Odstranit sloupec",richTextDeleteRowMenu:"Odstranit řádek",richTextDeleteTableMenu:"Odstranit tabulku",richTextToolbarMoreButtonAriaLabel:"Další možnosti",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",imageUploadsPendingError:"Obrázek se nahrává, počkejte prosím.",richTextNewBulletedListItemAnnouncement:"Odrážka, nový řádek",richTextNewNumberedListItemAnnouncement:"{0}, nový řádek",richTextBulletedListAppliedAnnouncement:"Použil se seznam s odrážkami",richTextNumberedListAppliedAnnouncement:"Použil se číslovaný seznam"};var errorBar$h={unableToReachChatService:"Jste offline",accessDenied:"Nepovedlo se získat přístup ke službám chatu. Zkontrolujte prosím zadané přihlašovací údaje uživatele.",userNotInChatThread:"Už nejste v tomto vlákně chatu",sendMessageNotInChatThread:"Zprávu se nepovedlo poslat, protože už nejste v tomto vláknu chatu.",sendMessageGeneric:"Zprávu se nepovedlo odeslat",callingNetworkFailure:"Máte problémy s připojením hovoru – vypadá to, že jste offline",startVideoGeneric:"Video se nepovedlo spustit",stopVideoGeneric:"Video se nepovedlo zastavit",muteGeneric:"Nepovedlo se ztlumit mikrofon",unmuteGeneric:"Nepovedlo se zrušit ztlumení mikrofonu",speakingWhileMuted:"Váš mikrofon je ztlumený",startScreenShareGeneric:"Při spouštění sdílení obrazovky došlo k problému.",stopScreenShareGeneric:"Nepovedlo se zastavit sdílení obrazovky",callNetworkQualityLow:"Kvalita sítě je nízká.",teamsMeetingCallNetworkQualityLow:"Kvalita sítě je nízká.",callNoSpeakerFound:"Nenašly se žádné reproduktory ani sluchátka. Připojte zvukové zařízení, abyste slyšeli hovor.",callNoMicrophoneFound:"Nenašly se žádné mikrofony. Připojte vstupní zvukové zařízení.",callMicrophoneAccessDenied:"Nepovedlo se získat přístup k mikrofonu. Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",callMicrophoneAccessDeniedSafari:"Nepovedlo se získat přístup k mikrofonu. Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",callMicrophoneMutedBySystem:"Systém vás ztlumil.",callMicrophoneUnmutedBySystem:"Váš mikrofon se obnovil a systém vám zrušil ztlumení.",callMacOsMicrophoneAccessDenied:"Nepovedlo se získat přístup k mikrofonu. Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",callLocalVideoFreeze:"Šířka pásma sítě je nekvalitní. Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",callCameraAccessDenied:"Nepovedlo se získat přístup ke kameře. Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",callCameraAccessDeniedSafari:"Nejde získat přístup ke kameře. Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",callCameraAlreadyInUse:"Nejde získat přístup ke kameře. Je možné, že ji už používá jiná aplikace.",callVideoStoppedBySystem:"Vaše video bylo zastaveno systémem.",callVideoRecoveredBySystem:"Vaše video se obnovilo.",callMacOsCameraAccessDenied:"MacOS blokuje přístup k vaší kameře. Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",callMacOsScreenShareAccessDenied:"MacOS blokuje sdílení obrazovky. Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",dismissButtonAriaLabel:"Zavřít",failedToJoinCallGeneric:"K hovoru se nepovedlo připojit.",failedToJoinCallInvalidMeetingLink:"Ke schůzce se nelze připojit. Neplatný odkaz.",cameraFrozenForRemoteParticipants:"Uživatelé v hovoru mají problémy s zobrazením vašeho videa. Zkontrolujte prosím svá zařízení a síť.",unableToStartVideoEffect:"Nelze použít efekt videa.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Nelze zahájit vytváření hlavního výběru účastníků, protože je již v hlavním výběru maximální počet účastníků.",mutedByRemoteParticipant:"Byli jste ztlumení jiným účastníkem."};var notificationStack$h={callingNetworkFailure:{title:"Při připojování hovoru došlo k potížím",message:"Zdá se, že jste offline. Zkontrolujte si prosím síťové připojení a zkuste to znovu.",dismissButtonAriaLabel:"Zavřít"},startVideoGeneric:{title:"Video se nepovedlo spustit.",dismissButtonAriaLabel:"Zavřít"},stopVideoGeneric:{title:"Video se nepovedlo zastavit.",dismissButtonAriaLabel:"Zavřít"},muteGeneric:{title:"Nepovedlo se ztlumit mikrofon.",dismissButtonAriaLabel:"Zavřít"},unmuteGeneric:{title:"Nepovedlo se zrušit ztlumení mikrofonu.",dismissButtonAriaLabel:"Zavřít"},speakingWhileMuted:{title:"Jste ztlumení.",dismissButtonAriaLabel:"Zavřít"},startScreenShareGeneric:{title:"Při spouštění sdílení obrazovky došlo k problému.",dismissButtonAriaLabel:"Zavřít"},stopScreenShareGeneric:{title:"Nepovedlo se zastavit sdílení obrazovky.",dismissButtonAriaLabel:"Zavřít"},callNetworkQualityLow:{title:"Kvalita sítě je nízká.",dismissButtonAriaLabel:"Zavřít"},teamsMeetingCallNetworkQualityLow:{title:"Kvalita sítě je nízká.",dismissButtonAriaLabel:"Zavřít",message:"Připojte se k tomuto hovoru ze svého telefonu, abyste získali lepší zvuk. Můžete pokračovat v prohlížení schůzky na tomto zařízení.",primaryButtonLabel:"Připojit telefonem"},callNoSpeakerFound:{title:"Nenašly se žádné reproduktory ani sluchátka",message:"Připojte zvukové zařízení, abyste slyšeli hovor.",dismissButtonAriaLabel:"Zavřít"},callNoMicrophoneFound:{title:"Nenašly se žádné mikrofony",message:"Připojte vstupní zvukové zařízení.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneAccessDenied:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneAccessDeniedSafari:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneMutedBySystem:{title:"Systém vás ztlumil.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneUnmutedBySystem:{title:"Váš mikrofon se obnovil a systém vám zrušil ztlumení.",dismissButtonAriaLabel:"Zavřít"},callMacOsMicrophoneAccessDenied:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",dismissButtonAriaLabel:"Zavřít"},callLocalVideoFreeze:{title:"Šířka pásma sítě je nekvalitní",message:"Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",dismissButtonAriaLabel:"Zavřít"},callCameraAccessDenied:{title:"Nejde získat přístup ke kameře",message:"Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",dismissButtonAriaLabel:"Zavřít"},callCameraAccessDeniedSafari:{title:"Nejde získat přístup ke kameře",message:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",dismissButtonAriaLabel:"Zavřít"},callCameraAlreadyInUse:{title:"Nejde získat přístup ke kameře",message:"Je možné, že ji už používá jiná aplikace.",dismissButtonAriaLabel:"Zavřít"},callVideoStoppedBySystem:{title:"Vaše video bylo zastaveno systémem.",dismissButtonAriaLabel:"Zavřít"},callVideoRecoveredBySystem:{title:"Vaše video se obnovilo.",dismissButtonAriaLabel:"Zavřít"},callMacOsCameraAccessDenied:{title:"MacOS blokuje přístup k vaší kameře",message:"Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",dismissButtonAriaLabel:"Zavřít"},callMacOsScreenShareAccessDenied:{title:"MacOS blokuje sdílení obrazovky",message:"Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",dismissButtonAriaLabel:"Zavřít"},failedToJoinCallGeneric:{title:"K hovoru se nepovedlo připojit.",dismissButtonAriaLabel:"Zavřít"},failedToJoinCallInvalidMeetingLink:{title:"Ke schůzce se nelze připojit. Neplatný odkaz.",dismissButtonAriaLabel:"Zavřít"},cameraFrozenForRemoteParticipants:{title:"Uživatelé v hovoru mají problémy s zobrazením vašeho videa",message:"Zkontrolujte prosím svá zařízení a síť.",dismissButtonAriaLabel:"Zavřít"},unableToStartVideoEffect:{title:"Nelze použít efekt videa.",dismissButtonAriaLabel:"Zavřít"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Nelze spustit hlavní výběr u účastník(a/ů).",message:"Maximální počet účastníků je už vybraný.",dismissButtonAriaLabel:"Zavřít"},mutedByRemoteParticipant:{title:"Byli jste ztlumení jiným účastníkem.",dismissButtonAriaLabel:"Zavřít"},recordingStarted:{title:"Nahrávání se spustilo.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},transcriptionStarted:{title:"Přepis se spustil.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},recordingStopped:{title:"Probíhá ukládání záznamu.",message:"Nahrávání se zastavilo.",dismissButtonAriaLabel:"Zavřít"},transcriptionStopped:{title:"Přepis se ukládá.",message:"Přepis se zastavil.",dismissButtonAriaLabel:"Zavřít"},recordingAndTranscriptionStarted:{title:"Spustilo se nahrávání a přepis.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},recordingAndTranscriptionStopped:{title:"Záznam a přepis se ukládají.",message:"Nahrávání a přepis se zastavily.",dismissButtonAriaLabel:"Zavřít"},recordingStoppedStillTranscribing:{title:"Nahrávání se zastavilo.",message:"Nyní tuto schůzku pouze přepisujete.",dismissButtonAriaLabel:"Zavřít"},transcriptionStoppedStillRecording:{title:"Přepis se zastavil.",message:"Nyní tuto schůzku pouze nahráváte.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomOpened:{title:"Za 5 sekund vás přesuneme do přiřazené místnosti.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomChanged:{title:"Vaše skupinová místnost se změnila",message:"Za 5 sekund vás přesuneme do přiřazené místnosti.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomOpenedPromptJoin:{title:"Připojit se ke skupinové místnosti?",message:"Byli jste přiřazeni ke skupinové místnosti.",dismissButtonAriaLabel:"Zavřít",primaryButtonLabel:"Připojit se k místnosti",secondaryButtonLabel:"Později"},breakoutRoomJoined:{title:"Připojili jste se ke skupinové místnosti.",dismissButtonAriaLabel:"Zavřít"},breakoutRoomClosingSoon:{title:"Časový limit místnosti brzy vyprší.",message:"Tato místnost se zavře během 30 sekund.",dismissButtonAriaLabel:"Zavřít"}};var videoGallery$h={screenIsBeingSharedMessage:"Sdílíte obrazovku",screenShareLoadingMessage:"Načítání obrazovky {participant}",localScreenShareLoadingMessage:"Načítá se obrazovka",localVideoLabel:"Vy",localVideoCameraSwitcherLabel:"Přepnout kameru",localVideoMovementLabel:"Dlaždice s místním videem s možností přesunutí",localVideoMovementAriaLabel:"Dlaždice s místním videem s možností přesunutí",localVideoSelectedDescription:"{cameraName} vybráno",displayNamePlaceholder:"Nepojmenovaný účastník",fitRemoteParticipantToFrame:"Přizpůsobit rámečku",fillRemoteParticipantFrame:"Vyplnit rámeček",pinParticipantForMe:"Připnout pro mě",pinParticipantForMeLimitReached:"Připnout (dosáhlo se limitu)",unpinParticipantForMe:"Odepnout",pinParticipantMenuItemAriaLabel:"Připnout {participantName}",unpinParticipantMenuItemAriaLabel:"Odepnout {participantName}",pinnedParticipantAnnouncementAriaLabel:"Připnutý účastník {participantName}",unpinnedParticipantAnnouncementAriaLabel:"{participantName} odepnut",startSpotlightVideoTileMenuLabel:"Přidat do hlavního výběru všem",addSpotlightVideoTileMenuLabel:"Přidat do hlavního výběru",spotlightLimitReachedMenuTitle:"Dosáhlo se limitu hlavního výběru",stopSpotlightVideoTileMenuLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfVideoTileMenuLabel:"Ukončit hlavní výběr",attendeeRole:"Účastník",muteParticipantMenuItemLabel:"Ztlumit",waitingScreenText:"Čeká se na připojení ostatních"};var dialpad$h={placeholderText:"Zadejte telefonní číslo",deleteButtonAriaLabel:"Odstranit"};var holdButton$h={onLabel:"Pokračovat",offLabel:"Pozastavit",tooltipOnContent:"Pokračovat v hovoru",tooltipOffContent:"Pozastavit hovor"};var videoTile$h={participantStateRinging:"Volání…",participantStateHold:"Pozastavený hovor",moreOptionsButtonAriaLabel:"Další možnosti"};var CameraAndMicrophoneSitePermissionsRequest$h={primaryText:"Povolit aplikaci {appName} používat kameru a mikrofon",secondaryText:"Toto je proto, aby vás účastníci viděli a slyšeli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery a mikrofonu",ariaLabel:"Povolit přístup ke kameře a mikrofonu"};var CameraSitePermissionsRequest$h={primaryText:"Povolit aplikaci {appName} používat vaši kameru",secondaryText:"Toto je proto, aby vás účastníci viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery",ariaLabel:"Povolit přístup ke kameře"};var MicrophoneSitePermissionsRequest$h={primaryText:"Povolit aplikaci {appName} používat váš mikrofon",secondaryText:"To je proto, aby vás účastníci mohli slyšet.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez mikrofonu",ariaLabel:"Povolte přístup k mikrofonu"};var CameraAndMicrophoneSitePermissionsCheck$h={primaryText:"Kontrola přístupu ke kameře a mikrofonu",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci slyšeli a viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery a mikrofonu",ariaLabel:"Kontroluje se přístup k mikrofonu a kameře. Povolit přístup, pokud se zobrazí výzva."};var CameraSitePermissionsCheck$h={primaryText:"Kontroluje se přístup ke kameře",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery",ariaLabel:"Kontroluje se přístup ke kameře. Povolit přístup, pokud se zobrazí výzva."};var MicrophoneSitePermissionsCheck$h={primaryText:"Kontroluje se přístup k mikrofonu",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci slyšeli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez mikrofonu",ariaLabel:"Kontroluje se přístup k mikrofonu. Povolit přístup, pokud se zobrazí výzva."};var CameraAndMicrophoneSitePermissionsDenied$h={primaryText:"Nejde získat přístup ke kameře a mikrofonu",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte mikrofonu oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez kamery a mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraAndMicrophoneSitePermissionsDeniedSafari$h={primaryText:"Nejde získat přístup ke kameře a mikrofonu.",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez kamery a mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraSitePermissionsDenied$h={primaryText:"Nejde získat přístup ke kameře",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte kameře oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez kamery",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var MicrophoneSitePermissionsDenied$h={primaryText:"Nepovedlo se získat přístup k mikrofonu",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte mikrofonu oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraSitePermissionsDeniedSafari$h={primaryText:"Nejde získat přístup ke kameře",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez kamery",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var MicrophoneSitePermissionsDeniedSafari$h={primaryText:"Nepovedlo se získat přístup k mikrofonu",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var UnsupportedBrowser$h={primaryText:"Prohlížeč není podporovaný",secondaryText:"Připojte se k tomuto hovoru pomocí kompatibilního prohlížeče.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu"};var UnsupportedBrowserVersion$h={primaryText:"Je nutné aktualizovat prohlížeč",secondaryText:"Abyste zajistili nejlepší možný hovor, aktualizujte si prosím prohlížeč a zkuste se k hovoru připojit znovu.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu",continueAnywayButtonText:"Zahájit hovor bez aktualizace"};var UnsupportedOperatingSystem$h={primaryText:"Nepodporovaný operační systém",secondaryText:"Připojte se k tomuto hovoru pomocí zařízení s kompatibilním operačním systémem.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu"};var BrowserPermissionDenied$h={primaryText:"Kameru nebo mikrofon nejde použít",secondaryText:"Váš prohlížeč možná nemá přístup ke kameře nebo mikrofonu. Tento problém vyřešíte tak, že otevřete Předvolby systému.",primaryButtonText:"Zkusit znovu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var BrowserPermissionDeniedIOS$h={primaryText:"Povolit přístup k mikrofonu, aby bylo možné pokračovat",secondaryText:"Aby vás ostatní účastníci slyšeli.",primaryButtonText:"Zkusit znovu",imageAltText:"Umístění oprávnění mikrofonu a kamery pro iOS",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",step1Text:"Přejít do aplikace Nastavení",step2Text:"Přesuňte se dolů k nastavení tohoto prohlížeče",step3Text:"Zapnout mikrofon (kamera je volitelná)",step4Text:"Zkuste se připojit k hovoru znovu",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$h={leftNavButtonAriaLabel:"předchozí stránka",rightNavButtonAriaLabel:"další stránka"};var meetingConferencePhoneInfo$h={meetingConferencePhoneInfoModalTitle:"Připojit se k hovoru z vašeho telefonu",meetingConferencePhoneInfoModalDialIn:"Vytočit číslo",meetingConferencePhoneInfoModalMeetingId:"Zadejte ID schůzky",meetingConferencePhoneInfoModalWait:"Počkejte na přijetí organizátorem",meetingConferencePhoneInfoModalNoPhoneAvailable:"Není k dispozici žádný telefon.",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Bezplatné)",meetingConferencePhoneInfoModalToll:"(Placené)"};var IncomingCallNotification$h={incomingCallNotificationPlaceholderId:"Neznámý uživatel",incomingCallNotificationPlaceholderAlert:"Volá {callerName}",incomingCallNoticicationAcceptWithAudioAriaLabel:"Přijmout se zvukem",incomingCallNoticicationAcceptWithVideoAriaLabel:"Přijmout s videem",incomingCallNoticicationRejectAriaLabel:"Odmítnout",incomingCallNotificationAcceptButtonLabel:"Přijmout",incomingCallNotificationRejectButtonLabel:"Odmítnout",incomingCallNotificationAccceptWithVideoButtonLabel:"Přijmout s videem",incomingCallNotificationDismissButtonAriaLabel:"Zavřít"};var cs_CZ$1 = {participantItem:participantItem$h,ParticipantList:ParticipantList$h,typingIndicator:typingIndicator$h,sendBox:sendBox$h,richTextSendBox:richTextSendBox$h,mentionPopover:mentionPopover$h,imageOverlay:imageOverlay$h,messageStatusIndicator:messageStatusIndicator$h,endCallButton:endCallButton$h,cameraButton:cameraButton$h,microphoneButton:microphoneButton$h,devicesButton:devicesButton$h,participantsButton:participantsButton$h,screenShareButton:screenShareButton$h,raiseHandButton:raiseHandButton$h,reactionButton:reactionButton$h,messageThread:messageThread$h,errorBar:errorBar$h,notificationStack:notificationStack$h,videoGallery:videoGallery$h,dialpad:dialpad$h,holdButton:holdButton$h,videoTile:videoTile$h,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$h,CameraSitePermissionsRequest:CameraSitePermissionsRequest$h,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$h,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$h,CameraSitePermissionsCheck:CameraSitePermissionsCheck$h,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$h,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$h,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$h,CameraSitePermissionsDenied:CameraSitePermissionsDenied$h,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$h,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$h,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$h,UnsupportedBrowser:UnsupportedBrowser$h,UnsupportedBrowserVersion:UnsupportedBrowserVersion$h,UnsupportedOperatingSystem:UnsupportedOperatingSystem$h,BrowserPermissionDenied:BrowserPermissionDenied$h,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$h,verticalGallery:verticalGallery$h,meetingConferencePhoneInfo:meetingConferencePhoneInfo$h,IncomingCallNotification:IncomingCallNotification$h};
|
25047
|
+
var participantItem$i={isMeText:"(vy)",menuTitle:"Další možnosti",removeButtonLabel:"Odebrat",sharingIconLabel:"Sdílení",mutedIconLabel:"Ztlumeno",displayNamePlaceholder:"Nepojmenovaný účastník",participantStateRinging:"Volání…",participantStateHold:"Pozastavený hovor",attendeeRole:"Účastník"};var ParticipantList$i={overflowParticipantCount:"+{overflowCount} další(ch)"};var typingIndicator$i={singleUser:"{user} píše...",multipleUsers:"{users} píší...",multipleUsersAbbreviateOne:"{users} a 1 další píší...",multipleUsersAbbreviateMany:"{users} a {numOthers} ostatní píší...",delimiter:", "};var sendBox$i={placeholderText:"Zadejte zprávu",textTooLong:"Délka vaší zprávy překračuje maximální limit.",sendButtonAriaLabel:"Poslat zprávu",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",removeAttachment:"Odebrat soubor",uploading:"Nahrávání",uploadCompleted:"Nahrávání se dokončilo",attachmentMoreMenu:"Další možnosti"};var richTextSendBox$i={placeholderText:"Zadejte zprávu",textTooLong:"Délka vaší zprávy překračuje maximální limit.",sendButtonAriaLabel:"Poslat zprávu",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",imageUploadsPendingError:"Obrázek se nahrává, počkejte prosím.",removeAttachment:"Odebrat soubor",uploading:"Nahrávání",uploadCompleted:"Nahrávání se dokončilo",richTextBoldTooltip:"Tučné",richTextItalicTooltip:"Kurzíva",richTextUnderlineTooltip:"Podtržení",richTextBulletListTooltip:"Seznam s odrážkami",richTextNumberListTooltip:"Číslovaný seznam",richTextIncreaseIndentTooltip:"Zvětšit odsazení",richTextDecreaseIndentTooltip:"Zmenšit odsazení",richTextInsertTableTooltip:"Vložit tabulku",richTextFormatButtonTooltip:"Formát",richTextInsertRowOrColumnMenu:"Vložit",richTextInsertTableMenuTitle:"Vložit {column} x {row} tabulka",richTextInsertRowAboveMenu:"Vložit nad",richTextInsertRowBelowMenu:"Vložit pod",richTextInsertColumnLeftMenu:"Vložit vlevo",richTextInsertColumnRightMenu:"Vložit vpravo",richTextDeleteRowOrColumnMenu:"Odstranit",richTextDeleteColumnMenu:"Odstranit sloupec",richTextDeleteRowMenu:"Odstranit řádek",richTextDeleteTableMenu:"Odstranit tabulku",richTextToolbarMoreButtonAriaLabel:"Další možnosti",attachmentMoreMenu:"Další možnosti",richTextNewBulletedListItemAnnouncement:"Odrážka, nový řádek",richTextNewNumberedListItemAnnouncement:"{0}, nový řádek",richTextBulletedListAppliedAnnouncement:"Byl použit seznam s odrážkami",richTextNumberedListAppliedAnnouncement:"Použil se číslovaný seznam."};var mentionPopover$i={mentionPopoverHeader:"Návrhy"};var imageOverlay$i={downloadButtonLabel:"Stáhnout",dismissButtonAriaLabel:"Zavřít"};var messageStatusIndicator$i={deliveredAriaLabel:"Zpráva byla odeslána",deliveredTooltipText:"Odesláno",seenAriaLabel:"Zpráva zobrazena příjemci",seenTooltipText:"Zobrazeno",readByTooltipText:"Přečetl(a) {messageThreadReadCount} z {remoteParticipantsCount}",sendingAriaLabel:"Odesílání zprávy",sendingTooltipText:"Odesílání",failedToSendAriaLabel:"Zprávu se nepodařilo odeslat",failedToSendTooltipText:"Odeslání se nezdařilo"};var endCallButton$i={label:"Opustit",tooltipContent:"Opustit hovor",leaveOption:"Odejít",endCallOption:"Ukončit hovor pro všechny"};var cameraButton$i={onLabel:"Kamera",offLabel:"Kamera",tooltipDisabledContent:"Kamera je zakázaná",tooltipOnContent:"Vypnout kameru",tooltipOffContent:"Zapnout kameru",tooltipVideoLoadingContent:"Video se načítá",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Zvolit kameru",cameraButtonSplitRoleDescription:"Tlačítko rozdělení",onSplitButtonAriaLabel:"Vypnout kameru",offSplitButtonAriaLabel:"Zapnout kameru",cameraActionTurnedOnAnnouncement:"Vaše kamera je zapnutá",cameraActionTurnedOffAnnouncement:"Vaše kamera je vypnutá",onSplitButtonPrimaryActionCamera:"Vypnout kameru",offSplitButtonPrimaryActionCamera:"Zapnout kameru",cameraPrimaryActionSplitButtonTitle:"Použít kameru",videoEffectsMenuItemTitle:"Efekty",cameraButtonAriaDescription:"možnosti kamery"};var microphoneButton$i={onLabel:"Mikrofon",offLabel:"Mikrofon",tooltipDisabledContent:"Mikrofon je zakázaný",tooltipOnContent:"Ztlumit mikrofon",tooltipOffContent:"Zrušit ztlumení mikrofonu",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Zvolit mikrofon",speakerMenuTitle:"Reproduktor",speakerMenuTooltip:"Zvolit reproduktor",microphoneButtonSplitRoleDescription:"Tlačítko rozdělení",onSplitButtonAriaLabel:"Ztlumit mikrofon",offSplitButtonAriaLabel:"Zrušit ztlumení mikrofonu",microphoneActionTurnedOnAnnouncement:"Váš mikrofon je zapnutý",microphoneActionTurnedOffAnnouncement:"Váš mikrofon je vypnutý",offSplitButtonMicrophonePrimaryAction:"Zrušit ztlumení mikrofonu",onSplitButtonMicrophonePrimaryAction:"Ztlumit mikrofon",microphonePrimaryActionSplitButtonTitle:"Použít mikrofon",microphoneAriaDescription:"Možnosti zvuku",deepNoiseSuppressionTitle:"Potlačení šumu",deepNoiseSuppressionOnAnnouncement:"Potlačení hlubokého šumu je zapnuté",deepNoiseSuppressionOffAnnouncement:"Potlačení hlubokého šumu je vypnuté"};var devicesButton$i={label:"Zařízení",tooltipContent:"Spravovat zařízení",cameraMenuTitle:"Kamera",cameraMenuTooltip:"Zvolit kameru",audioDeviceMenuTitle:"Zvukové zařízení",audioDeviceMenuTooltip:"Zvolit zvukové zařízení",microphoneMenuTitle:"Mikrofon",microphoneMenuTooltip:"Zvolit mikrofon",speakerMenuTitle:"Reproduktor",speakerMenuTooltip:"Zvolit reproduktor"};var participantsButton$i={label:"Lidé",tooltipContent:"Zobrazit účastníky",menuHeader:"V tomto hovoru",participantsListButtonLabel:"Počet lidí: {numParticipants}",muteAllButtonLabel:"Ztlumit všechny",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval"};var screenShareButton$i={onLabel:"Zastavit prezentaci",offLabel:"Prezentovat",tooltipDisabledContent:"Sdílení je zakázáno",tooltipOnContent:"Sdílí se vaše obrazovka",tooltipOffContent:"Sdílet obrazovku"};var raiseHandButton$i={offLabel:"Zvednout",onLabel:"Dolů",tooltipDisabledContent:"Akce Zvednout ruku je zakázaná",tooltipOnContent:"Dát ruku dolů",tooltipOffContent:"Zvednout ruku"};var reactionButton$i={label:"Reagovat",ariaLabel:"Tlačítko Reagovat, odeslat reakci",tooltipDisabledContent:"Akce reakce je zakázaná",tooltipContent:"Odeslání reakce",likeReactionTooltipContent:"To se mi líbí",heartReactionTooltipContent:"Láska",laughReactionTooltipContent:"Smích",applauseReactionTooltipContent:"Aplaus",surprisedReactionTooltipContent:"Překvapení"};var messageThread$i={yesterday:"Včera",sunday:"Neděle",monday:"Pondělí",tuesday:"Úterý",wednesday:"Středa",thursday:"Čtvrtek",friday:"Pátek",saturday:"Sobota",participantJoined:"se připojil(a) k chatu.",participantLeft:"opustil(a) chat.",editMessage:"Upravit",removeMessage:"Odstranit",resendMessage:"Zkusit odeslat znovu",failToSendTag:"Odeslání se nezdařilo",editedTag:"Upraveno",liveAuthorIntro:"{author} říká",messageContentAriaText:"{status} {author} řekl(a) {message}",messageContentMineAriaText:"{status} Řekli jste {message}.",editBoxTextLimit:"Vaše zpráva překročila limit {limitNumber} znaků.",editBoxPlaceholderText:"Upravit zprávu",newMessagesIndicator:"Nové zprávy",noDisplayNameSub:"Bez jména",editBoxCancelButton:"Zrušit",editBoxSubmitButton:"Hotovo",messageReadCount:"Přečetl(a) {messageReadByCount} z {remoteParticipantsCount}",actionMenuMoreOptions:"Další možnosti",downloadAttachment:"Stáhnout soubor",openAttachment:"Otevřít soubor",blockedWarningText:"Tato zpráva se odstranila kvůli zásadám organizace.",blockedWarningLinkText:"Podrobnosti",attachmentCardGroupMessage:"Zpráva obsahuje {attachmentCount} přílohu",messageDeletedAnnouncementAriaLabel:"Zpráva se odstranila.",richTextBoldTooltip:"Tučné",richTextItalicTooltip:"Kurzíva",richTextUnderlineTooltip:"Podtržení",richTextBulletListTooltip:"Seznam s odrážkami",richTextNumberListTooltip:"Číslovaný seznam",richTextIncreaseIndentTooltip:"Zvětšit odsazení",richTextDecreaseIndentTooltip:"Zmenšit odsazení",richTextInsertTableTooltip:"Vložit tabulku",richTextFormatButtonTooltip:"Formát",richTextInsertRowOrColumnMenu:"Vložit",richTextInsertTableMenuTitle:"Vložit {column} x {row} tabulka",richTextInsertRowAboveMenu:"Vložit nad",richTextInsertRowBelowMenu:"Vložit pod",richTextInsertColumnLeftMenu:"Vložit vlevo",richTextInsertColumnRightMenu:"Vložit vpravo",richTextDeleteRowOrColumnMenu:"Odstranit",richTextDeleteColumnMenu:"Odstranit sloupec",richTextDeleteRowMenu:"Odstranit řádek",richTextDeleteTableMenu:"Odstranit tabulku",richTextToolbarMoreButtonAriaLabel:"Další možnosti",attachmentUploadsPendingError:"Soubor se nahrává, počkejte prosím.",imageUploadsPendingError:"Obrázek se nahrává, počkejte prosím.",richTextNewBulletedListItemAnnouncement:"Odrážka, nový řádek",richTextNewNumberedListItemAnnouncement:"{0}, nový řádek",richTextBulletedListAppliedAnnouncement:"Použil se seznam s odrážkami",richTextNumberedListAppliedAnnouncement:"Použil se číslovaný seznam"};var errorBar$i={unableToReachChatService:"Jste offline",accessDenied:"Nepovedlo se získat přístup ke službám chatu. Zkontrolujte prosím zadané přihlašovací údaje uživatele.",userNotInChatThread:"Už nejste v tomto vlákně chatu",sendMessageNotInChatThread:"Zprávu se nepovedlo poslat, protože už nejste v tomto vláknu chatu.",sendMessageGeneric:"Zprávu se nepovedlo odeslat",callingNetworkFailure:"Máte problémy s připojením hovoru – vypadá to, že jste offline",startVideoGeneric:"Video se nepovedlo spustit",stopVideoGeneric:"Video se nepovedlo zastavit",muteGeneric:"Nepovedlo se ztlumit mikrofon",unmuteGeneric:"Nepovedlo se zrušit ztlumení mikrofonu",speakingWhileMuted:"Váš mikrofon je ztlumený",startScreenShareGeneric:"Při spouštění sdílení obrazovky došlo k problému.",stopScreenShareGeneric:"Nepovedlo se zastavit sdílení obrazovky",callNetworkQualityLow:"Kvalita sítě je nízká.",teamsMeetingCallNetworkQualityLow:"Kvalita sítě je nízká.",callNoSpeakerFound:"Nenašly se žádné reproduktory ani sluchátka. Připojte zvukové zařízení, abyste slyšeli hovor.",callNoMicrophoneFound:"Nenašly se žádné mikrofony. Připojte vstupní zvukové zařízení.",callMicrophoneAccessDenied:"Nepovedlo se získat přístup k mikrofonu. Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",callMicrophoneAccessDeniedSafari:"Nepovedlo se získat přístup k mikrofonu. Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",callMicrophoneMutedBySystem:"Systém vás ztlumil.",callMicrophoneUnmutedBySystem:"Váš mikrofon se obnovil a systém vám zrušil ztlumení.",callMacOsMicrophoneAccessDenied:"Nepovedlo se získat přístup k mikrofonu. Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",callLocalVideoFreeze:"Šířka pásma sítě je nekvalitní. Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",callCameraAccessDenied:"Nepovedlo se získat přístup ke kameře. Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",callCameraAccessDeniedSafari:"Nejde získat přístup ke kameře. Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",callCameraAlreadyInUse:"Nejde získat přístup ke kameře. Je možné, že ji už používá jiná aplikace.",callVideoStoppedBySystem:"Vaše video bylo zastaveno systémem.",callVideoRecoveredBySystem:"Vaše video se obnovilo.",callMacOsCameraAccessDenied:"MacOS blokuje přístup k vaší kameře. Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",callMacOsScreenShareAccessDenied:"MacOS blokuje sdílení obrazovky. Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",dismissButtonAriaLabel:"Zavřít",failedToJoinCallGeneric:"K hovoru se nepovedlo připojit.",failedToJoinCallInvalidMeetingLink:"Ke schůzce se nelze připojit. Neplatný odkaz.",cameraFrozenForRemoteParticipants:"Uživatelé v hovoru mají problémy s zobrazením vašeho videa. Zkontrolujte prosím svá zařízení a síť.",unableToStartVideoEffect:"Nelze použít efekt videa.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Nelze zahájit vytváření hlavního výběru účastníků, protože je již v hlavním výběru maximální počet účastníků.",mutedByRemoteParticipant:"Byli jste ztlumení jiným účastníkem."};var notificationStack$i={callingNetworkFailure:{title:"Při připojování hovoru došlo k potížím",message:"Zdá se, že jste offline. Zkontrolujte si prosím síťové připojení a zkuste to znovu.",dismissButtonAriaLabel:"Zavřít"},startVideoGeneric:{title:"Video se nepovedlo spustit.",dismissButtonAriaLabel:"Zavřít"},stopVideoGeneric:{title:"Video se nepovedlo zastavit.",dismissButtonAriaLabel:"Zavřít"},muteGeneric:{title:"Nepovedlo se ztlumit mikrofon.",dismissButtonAriaLabel:"Zavřít"},unmuteGeneric:{title:"Nepovedlo se zrušit ztlumení mikrofonu.",dismissButtonAriaLabel:"Zavřít"},speakingWhileMuted:{title:"Jste ztlumení.",dismissButtonAriaLabel:"Zavřít"},startScreenShareGeneric:{title:"Při spouštění sdílení obrazovky došlo k problému.",dismissButtonAriaLabel:"Zavřít"},stopScreenShareGeneric:{title:"Nepovedlo se zastavit sdílení obrazovky.",dismissButtonAriaLabel:"Zavřít"},callNetworkQualityLow:{title:"Kvalita sítě je nízká.",dismissButtonAriaLabel:"Zavřít"},teamsMeetingCallNetworkQualityLow:{title:"Kvalita sítě je nízká.",dismissButtonAriaLabel:"Zavřít",message:"Připojte se k tomuto hovoru ze svého telefonu, abyste získali lepší zvuk. Můžete pokračovat v prohlížení schůzky na tomto zařízení.",primaryButtonLabel:"Připojit telefonem"},callNoSpeakerFound:{title:"Nenašly se žádné reproduktory ani sluchátka",message:"Připojte zvukové zařízení, abyste slyšeli hovor.",dismissButtonAriaLabel:"Zavřít"},callNoMicrophoneFound:{title:"Nenašly se žádné mikrofony",message:"Připojte vstupní zvukové zařízení.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneAccessDenied:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneAccessDeniedSafari:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneMutedBySystem:{title:"Systém vás ztlumil.",dismissButtonAriaLabel:"Zavřít"},callMicrophoneUnmutedBySystem:{title:"Váš mikrofon se obnovil a systém vám zrušil ztlumení.",dismissButtonAriaLabel:"Zavřít"},callMacOsMicrophoneAccessDenied:{title:"Nepovedlo se získat přístup k mikrofonu",message:"Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",dismissButtonAriaLabel:"Zavřít"},callLocalVideoFreeze:{title:"Šířka pásma sítě je nekvalitní",message:"Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",dismissButtonAriaLabel:"Zavřít"},callCameraAccessDenied:{title:"Nejde získat přístup ke kameře",message:"Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",dismissButtonAriaLabel:"Zavřít"},callCameraAccessDeniedSafari:{title:"Nejde získat přístup ke kameře",message:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",dismissButtonAriaLabel:"Zavřít"},callCameraAlreadyInUse:{title:"Nejde získat přístup ke kameře",message:"Je možné, že ji už používá jiná aplikace.",dismissButtonAriaLabel:"Zavřít"},callVideoStoppedBySystem:{title:"Vaše video bylo zastaveno systémem.",dismissButtonAriaLabel:"Zavřít"},callVideoRecoveredBySystem:{title:"Vaše video se obnovilo.",dismissButtonAriaLabel:"Zavřít"},callMacOsCameraAccessDenied:{title:"MacOS blokuje přístup k vaší kameře",message:"Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",dismissButtonAriaLabel:"Zavřít"},callMacOsScreenShareAccessDenied:{title:"MacOS blokuje sdílení obrazovky",message:"Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",dismissButtonAriaLabel:"Zavřít"},failedToJoinCallGeneric:{title:"K hovoru se nepovedlo připojit.",dismissButtonAriaLabel:"Zavřít"},failedToJoinCallInvalidMeetingLink:{title:"Ke schůzce se nelze připojit. Neplatný odkaz.",dismissButtonAriaLabel:"Zavřít"},cameraFrozenForRemoteParticipants:{title:"Uživatelé v hovoru mají problémy s zobrazením vašeho videa",message:"Zkontrolujte prosím svá zařízení a síť.",dismissButtonAriaLabel:"Zavřít"},unableToStartVideoEffect:{title:"Nelze použít efekt videa.",dismissButtonAriaLabel:"Zavřít"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Nelze spustit hlavní výběr u účastník(a/ů).",message:"Maximální počet účastníků je už vybraný.",dismissButtonAriaLabel:"Zavřít"},mutedByRemoteParticipant:{title:"Byli jste ztlumení jiným účastníkem.",dismissButtonAriaLabel:"Zavřít"},recordingStarted:{title:"Nahrávání se spustilo.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},transcriptionStarted:{title:"Přepis se spustil.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},recordingStopped:{title:"Probíhá ukládání záznamu.",message:"Nahrávání se zastavilo.",dismissButtonAriaLabel:"Zavřít"},transcriptionStopped:{title:"Přepis se ukládá.",message:"Přepis se zastavil.",dismissButtonAriaLabel:"Zavřít"},recordingAndTranscriptionStarted:{title:"Spustilo se nahrávání a přepis.",message:"Připojením vyjadřujete souhlas s přepisem této schůzky.",dismissButtonAriaLabel:"Zavřít"},recordingAndTranscriptionStopped:{title:"Záznam a přepis se ukládají.",message:"Nahrávání a přepis se zastavily.",dismissButtonAriaLabel:"Zavřít"},recordingStoppedStillTranscribing:{title:"Nahrávání se zastavilo.",message:"Nyní tuto schůzku pouze přepisujete.",dismissButtonAriaLabel:"Zavřít"},transcriptionStoppedStillRecording:{title:"Přepis se zastavil.",message:"Nyní tuto schůzku pouze nahráváte.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomOpened:{title:"Za 5 sekund vás přesuneme do přiřazené místnosti.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomChanged:{title:"Vaše skupinová místnost se změnila",message:"Za 5 sekund vás přesuneme do přiřazené místnosti.",dismissButtonAriaLabel:"Zavřít"},assignedBreakoutRoomOpenedPromptJoin:{title:"Připojit se ke skupinové místnosti?",message:"Byli jste přiřazeni ke skupinové místnosti.",dismissButtonAriaLabel:"Zavřít",primaryButtonLabel:"Připojit se k místnosti",secondaryButtonLabel:"Později"},breakoutRoomJoined:{title:"Připojili jste se ke skupinové místnosti.",dismissButtonAriaLabel:"Zavřít"},breakoutRoomClosingSoon:{title:"Časový limit místnosti brzy vyprší.",message:"Tato místnost se zavře během 30 sekund.",dismissButtonAriaLabel:"Zavřít"}};var videoGallery$i={screenIsBeingSharedMessage:"Sdílíte obrazovku",screenShareLoadingMessage:"Načítání obrazovky {participant}",localScreenShareLoadingMessage:"Načítá se obrazovka",localVideoLabel:"Vy",localVideoCameraSwitcherLabel:"Přepnout kameru",localVideoMovementLabel:"Dlaždice s místním videem s možností přesunutí",localVideoMovementAriaLabel:"Dlaždice s místním videem s možností přesunutí",localVideoSelectedDescription:"{cameraName} vybráno",displayNamePlaceholder:"Nepojmenovaný účastník",fitRemoteParticipantToFrame:"Přizpůsobit rámečku",fillRemoteParticipantFrame:"Vyplnit rámeček",pinParticipantForMe:"Připnout pro mě",pinParticipantForMeLimitReached:"Připnout (dosáhlo se limitu)",unpinParticipantForMe:"Odepnout",pinParticipantMenuItemAriaLabel:"Připnout {participantName}",unpinParticipantMenuItemAriaLabel:"Odepnout {participantName}",pinnedParticipantAnnouncementAriaLabel:"Připnutý účastník {participantName}",unpinnedParticipantAnnouncementAriaLabel:"{participantName} odepnut",startSpotlightVideoTileMenuLabel:"Přidat do hlavního výběru všem",addSpotlightVideoTileMenuLabel:"Přidat do hlavního výběru",spotlightLimitReachedMenuTitle:"Dosáhlo se limitu hlavního výběru",stopSpotlightVideoTileMenuLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfVideoTileMenuLabel:"Ukončit hlavní výběr",attendeeRole:"Účastník",muteParticipantMenuItemLabel:"Ztlumit",waitingScreenText:"Čeká se na připojení ostatních"};var dialpad$i={placeholderText:"Zadejte telefonní číslo",deleteButtonAriaLabel:"Odstranit"};var holdButton$i={onLabel:"Pokračovat",offLabel:"Pozastavit",tooltipOnContent:"Pokračovat v hovoru",tooltipOffContent:"Pozastavit hovor"};var videoTile$i={participantStateRinging:"Volání…",participantStateHold:"Pozastavený hovor",moreOptionsButtonAriaLabel:"Další možnosti"};var CameraAndMicrophoneSitePermissionsRequest$i={primaryText:"Povolit aplikaci {appName} používat kameru a mikrofon",secondaryText:"Toto je proto, aby vás účastníci viděli a slyšeli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery a mikrofonu",ariaLabel:"Povolit přístup ke kameře a mikrofonu"};var CameraSitePermissionsRequest$i={primaryText:"Povolit aplikaci {appName} používat vaši kameru",secondaryText:"Toto je proto, aby vás účastníci viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery",ariaLabel:"Povolit přístup ke kameře"};var MicrophoneSitePermissionsRequest$i={primaryText:"Povolit aplikaci {appName} používat váš mikrofon",secondaryText:"To je proto, aby vás účastníci mohli slyšet.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez mikrofonu",ariaLabel:"Povolte přístup k mikrofonu"};var CameraAndMicrophoneSitePermissionsCheck$i={primaryText:"Kontrola přístupu ke kameře a mikrofonu",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci slyšeli a viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery a mikrofonu",ariaLabel:"Kontroluje se přístup k mikrofonu a kameře. Povolit přístup, pokud se zobrazí výzva."};var CameraSitePermissionsCheck$i={primaryText:"Kontroluje se přístup ke kameře",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci viděli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez kamery",ariaLabel:"Kontroluje se přístup ke kameře. Povolit přístup, pokud se zobrazí výzva."};var MicrophoneSitePermissionsCheck$i={primaryText:"Kontroluje se přístup k mikrofonu",secondaryText:"Pokud se zobrazí výzva, povolte přístup. To je proto, aby vás účastníci slyšeli.",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",primaryButtonText:"Pokračovat bez mikrofonu",ariaLabel:"Kontroluje se přístup k mikrofonu. Povolit přístup, pokud se zobrazí výzva."};var CameraAndMicrophoneSitePermissionsDenied$i={primaryText:"Nejde získat přístup ke kameře a mikrofonu",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte mikrofonu oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez kamery a mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraAndMicrophoneSitePermissionsDeniedSafari$i={primaryText:"Nejde získat přístup ke kameře a mikrofonu.",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez kamery a mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraSitePermissionsDenied$i={primaryText:"Nejde získat přístup ke kameře",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte kameře oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez kamery",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var MicrophoneSitePermissionsDenied$i={primaryText:"Nepovedlo se získat přístup k mikrofonu",secondaryText:"Kliknutím na ikonu zámku na panelu Adresa udělte mikrofonu oprávnění k této webové stránce. Může být vyžadována aktualizace stránky.",primaryButtonText:"Pokračovat bez mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var CameraSitePermissionsDeniedSafari$i={primaryText:"Nejde získat přístup ke kameře",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez kamery",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var MicrophoneSitePermissionsDeniedSafari$i={primaryText:"Nepovedlo se získat přístup k mikrofonu",secondaryText:"Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",primaryButtonText:"Pokračovat bez mikrofonu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var UnsupportedBrowser$i={primaryText:"Prohlížeč není podporovaný",secondaryText:"Připojte se k tomuto hovoru pomocí kompatibilního prohlížeče.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu"};var UnsupportedBrowserVersion$i={primaryText:"Je nutné aktualizovat prohlížeč",secondaryText:"Abyste zajistili nejlepší možný hovor, aktualizujte si prosím prohlížeč a zkuste se k hovoru připojit znovu.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu",continueAnywayButtonText:"Zahájit hovor bez aktualizace"};var UnsupportedOperatingSystem$i={primaryText:"Nepodporovaný operační systém",secondaryText:"Připojte se k tomuto hovoru pomocí zařízení s kompatibilním operačním systémem.",moreHelpLinkText:"Zobrazit požadavky na kompatibilitu"};var BrowserPermissionDenied$i={primaryText:"Kameru nebo mikrofon nejde použít",secondaryText:"Váš prohlížeč možná nemá přístup ke kameře nebo mikrofonu. Tento problém vyřešíte tak, že otevřete Předvolby systému.",primaryButtonText:"Zkusit znovu",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží"};var BrowserPermissionDeniedIOS$i={primaryText:"Povolit přístup k mikrofonu, aby bylo možné pokračovat",secondaryText:"Aby vás ostatní účastníci slyšeli.",primaryButtonText:"Zkusit znovu",imageAltText:"Umístění oprávnění mikrofonu a kamery pro iOS",linkText:"Potřebujete pomoc? Získat nápovědu k řešení potíží",step1Text:"Přejít do aplikace Nastavení",step2Text:"Přesuňte se dolů k nastavení tohoto prohlížeče",step3Text:"Zapnout mikrofon (kamera je volitelná)",step4Text:"Zkuste se připojit k hovoru znovu",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$i={leftNavButtonAriaLabel:"předchozí stránka",rightNavButtonAriaLabel:"další stránka"};var meetingConferencePhoneInfo$i={meetingConferencePhoneInfoModalTitle:"Připojit se k hovoru z vašeho telefonu",meetingConferencePhoneInfoModalDialIn:"Vytočit číslo",meetingConferencePhoneInfoModalMeetingId:"Zadejte ID schůzky",meetingConferencePhoneInfoModalWait:"Počkejte na přijetí organizátorem",meetingConferencePhoneInfoModalNoPhoneAvailable:"Není k dispozici žádný telefon.",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Bezplatné)",meetingConferencePhoneInfoModalToll:"(Placené)"};var IncomingCallNotification$i={incomingCallNotificationPlaceholderId:"Neznámý uživatel",incomingCallNotificationPlaceholderAlert:"Volá {callerName}",incomingCallNoticicationAcceptWithAudioAriaLabel:"Přijmout se zvukem",incomingCallNoticicationAcceptWithVideoAriaLabel:"Přijmout s videem",incomingCallNoticicationRejectAriaLabel:"Odmítnout",incomingCallNotificationAcceptButtonLabel:"Přijmout",incomingCallNotificationRejectButtonLabel:"Odmítnout",incomingCallNotificationAccceptWithVideoButtonLabel:"Přijmout s videem",incomingCallNotificationDismissButtonAriaLabel:"Zavřít"};var cs_CZ$1 = {participantItem:participantItem$i,ParticipantList:ParticipantList$i,typingIndicator:typingIndicator$i,sendBox:sendBox$i,richTextSendBox:richTextSendBox$i,mentionPopover:mentionPopover$i,imageOverlay:imageOverlay$i,messageStatusIndicator:messageStatusIndicator$i,endCallButton:endCallButton$i,cameraButton:cameraButton$i,microphoneButton:microphoneButton$i,devicesButton:devicesButton$i,participantsButton:participantsButton$i,screenShareButton:screenShareButton$i,raiseHandButton:raiseHandButton$i,reactionButton:reactionButton$i,messageThread:messageThread$i,errorBar:errorBar$i,notificationStack:notificationStack$i,videoGallery:videoGallery$i,dialpad:dialpad$i,holdButton:holdButton$i,videoTile:videoTile$i,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$i,CameraSitePermissionsRequest:CameraSitePermissionsRequest$i,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$i,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$i,CameraSitePermissionsCheck:CameraSitePermissionsCheck$i,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$i,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$i,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$i,CameraSitePermissionsDenied:CameraSitePermissionsDenied$i,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$i,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$i,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$i,UnsupportedBrowser:UnsupportedBrowser$i,UnsupportedBrowserVersion:UnsupportedBrowserVersion$i,UnsupportedOperatingSystem:UnsupportedOperatingSystem$i,BrowserPermissionDenied:BrowserPermissionDenied$i,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$i,verticalGallery:verticalGallery$i,meetingConferencePhoneInfo:meetingConferencePhoneInfo$i,IncomingCallNotification:IncomingCallNotification$i};
|
24952
25048
|
|
24953
25049
|
// Copyright (c) Microsoft Corporation.
|
24954
25050
|
// Licensed under the MIT License.
|
@@ -24961,6 +25057,19 @@ const COMPONENT_LOCALE_CS_CZ = {
|
|
24961
25057
|
strings: createComponentStrings(cs_CZ$1)
|
24962
25058
|
};
|
24963
25059
|
|
25060
|
+
var participantItem$h={isMeText:"(chi)",menuTitle:"Mwy o Ddewisiadau",removeButtonLabel:"Tynnu",sharingIconLabel:"Rhannu",mutedIconLabel:"Wedi tewi",displayNamePlaceholder:"Cyfranogwr dienw",participantStateRinging:"Wrthi'n galw...",participantStateHold:"Galwad yn aros",attendeeRole:"Mynychwr"};var ParticipantList$h={overflowParticipantCount:"+{overflowCount} arall"};var typingIndicator$h={singleUser:"Mae {user} yn teipio ...",multipleUsers:"Mae {users} yn teipio ...",multipleUsersAbbreviateOne:"Mae {users} ac 1 arall yn teipio ...",multipleUsersAbbreviateMany:"Mae {users} a {numOthers} arall yn teipio ...",delimiter:", "};var sendBox$h={placeholderText:"Rhowch neges",textTooLong:"Mae hyd eich neges yn fwy na'r terfyn uchaf.",sendButtonAriaLabel:"Anfon neges",attachmentUploadsPendingError:"Wrthi'n llwytho'r ffeil i fyny, arhoswch funud.",removeAttachment:"Tynnu’r ffeil",uploading:"Wrthi'n llwytho i fyny",uploadCompleted:"Wedi gorffen llwytho i fyny",attachmentMoreMenu:"Mwy o Ddewisiadau"};var richTextSendBox$h={placeholderText:"Rhowch neges",textTooLong:"Mae hyd eich neges yn fwy na'r terfyn uchaf.",sendButtonAriaLabel:"Anfon neges",attachmentUploadsPendingError:"Wrthi'n lanlwytho'r ffeil, arhoswch funud.",imageUploadsPendingError:"Wrthi'n lanlwytho'r ddelwedd, arhoswch funud.",removeAttachment:"Tynnu'r ffeil",uploading:"Wrthi'n lanlwytho",uploadCompleted:"Wedi gorffen lanlwytho",richTextBoldTooltip:"Trwm",richTextItalicTooltip:"Italig",richTextUnderlineTooltip:"Tanlinellu",richTextBulletListTooltip:"Rhestr bwledi",richTextNumberListTooltip:"Rhestr wedi’i rhifo",richTextIncreaseIndentTooltip:"Cynyddu'r mewnoliad",richTextDecreaseIndentTooltip:"Lleihau'r mewnoliad",richTextInsertTableTooltip:"Mewnosod tabl",richTextFormatButtonTooltip:"Fformat",richTextInsertRowOrColumnMenu:"Mewnosod",richTextInsertTableMenuTitle:"Mewnosod tabl {row} x {column}",richTextInsertRowAboveMenu:"Mewnosod uwchben",richTextInsertRowBelowMenu:"Mewnosod isod",richTextInsertColumnLeftMenu:"Mewnosod i'r chwith",richTextInsertColumnRightMenu:"Mewnosod i'r dde",richTextDeleteRowOrColumnMenu:"Dileu",richTextDeleteColumnMenu:"Dileu'r golofn",richTextDeleteRowMenu:"Dileu'r rhes",richTextDeleteTableMenu:"Dileu'r tabl",richTextToolbarMoreButtonAriaLabel:"Mwy o ddewisiadau",attachmentMoreMenu:"Mwy o Ddewisiadau",richTextNewBulletedListItemAnnouncement:"Bwled, llinell newydd",richTextNewNumberedListItemAnnouncement:"{0}, llinell newydd",richTextBulletedListAppliedAnnouncement:"Wedi defnyddio'r rhestr bwledi",richTextNumberedListAppliedAnnouncement:"Wedi defnyddio rhestr wedi'i rhifo"};var mentionPopover$h={mentionPopoverHeader:"Awgrymiadau"};var imageOverlay$h={downloadButtonLabel:"Lawrlwytho",dismissButtonAriaLabel:"Cau"};var messageStatusIndicator$h={deliveredAriaLabel:"Wedi anfon y neges",deliveredTooltipText:"Anfonwyd",seenAriaLabel:"Neges wedi ei gweld gan bobl eraill",seenTooltipText:"Gwelwyd",readByTooltipText:"Wedi'i darllen gan {messageThreadReadCount} o {remoteParticipantsCount}",sendingAriaLabel:"Wrthi'n anfon y neges",sendingTooltipText:"Wrthi'n anfon",failedToSendAriaLabel:"Wedi methu anfon y neges",failedToSendTooltipText:"Wedi methu anfon"};var endCallButton$h={label:"Gadael",tooltipContent:"Gadael yr alwad",leaveOption:"Gadael",endCallOption:"Dod â'r alwad i ben ar gyfer pawb"};var cameraButton$h={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Mae’r camera wedi'i analluogi",tooltipOnContent:"Diffodd y camera",tooltipOffContent:"Rhoi'r camera ar waith",tooltipVideoLoadingContent:"Wrthi'n llwytho'r fideo",cameraMenuTitle:"Camera",cameraMenuTooltip:"Dewis camera",cameraButtonSplitRoleDescription:"Botwm Hollti",onSplitButtonAriaLabel:"Diffodd y camera",offSplitButtonAriaLabel:"Rhoi'r camera ar waith",cameraActionTurnedOnAnnouncement:"Mae eich camera wedi'i roi ar waith",cameraActionTurnedOffAnnouncement:"Mae eich camera wedi'i ddiffodd",onSplitButtonPrimaryActionCamera:"Diffodd y camera",offSplitButtonPrimaryActionCamera:"Rhoi'r camera ar waith",cameraPrimaryActionSplitButtonTitle:"Defnyddio camera",videoEffectsMenuItemTitle:"Effeithiau",cameraButtonAriaDescription:"dewisiadau camera"};var microphoneButton$h={onLabel:"Meicroffon",offLabel:"Meicroffon",tooltipDisabledContent:"Mae'r meicroffon wedi'i analluogi",tooltipOnContent:"Tewi’r meicroffon",tooltipOffContent:"Dad-dewi’r meicroffon",microphoneMenuTitle:"Meicroffon",microphoneMenuTooltip:"Dewis meicroffon",speakerMenuTitle:"Seinydd",speakerMenuTooltip:"Dewis seinydd",microphoneButtonSplitRoleDescription:"Botwm Hollti",onSplitButtonAriaLabel:"Tewi'r meic",offSplitButtonAriaLabel:"Dad-dewi'r meic",microphoneActionTurnedOnAnnouncement:"Mae eich meicroffon wedi'i roi ar waith",microphoneActionTurnedOffAnnouncement:"Mae eich meicroffon wedi'i ddiffodd",offSplitButtonMicrophonePrimaryAction:"Dad-dewi’r meic",onSplitButtonMicrophonePrimaryAction:"Tewi'r meic",microphonePrimaryActionSplitButtonTitle:"Defnyddio'r meicroffon",microphoneAriaDescription:"Dewisiadau sain",deepNoiseSuppressionTitle:"Atal sŵn",deepNoiseSuppressionOnAnnouncement:"Mae atal sŵn dwfn wedi'i roi ar waith",deepNoiseSuppressionOffAnnouncement:"Mae atal sŵn dwfn wedi'i ddiffodd"};var devicesButton$h={label:"Dyfeisiau",tooltipContent:"Rheoli dyfeisiau",cameraMenuTitle:"Camera",cameraMenuTooltip:"Dewis camera",audioDeviceMenuTitle:"Dyfais Sain",audioDeviceMenuTooltip:"Dewis dyfais sain",microphoneMenuTitle:"Meicroffon",microphoneMenuTooltip:"Dewis meicroffon",speakerMenuTitle:"Siaradwr",speakerMenuTooltip:"Dewis seinydd"};var participantsButton$h={label:"Pobl",tooltipContent:"Dangos cyfranogwyr",menuHeader:"Yn yr alwad hon",participantsListButtonLabel:"{numParticipants} o bobl",muteAllButtonLabel:"Tewi’r cyfan",copyInviteLinkButtonLabel:"Copïo dolen y gwahoddiad",copyInviteLinkActionedAriaLabel:"Wedi copïo dolen y gwahoddiad"};var screenShareButton$h={onLabel:"Stopio cyflwyno",offLabel:"Presennol",tooltipDisabledContent:"Mae cyflwyno wedi'i analluogi",tooltipOnContent:"Wrthi'n cyflwyno eich sgrin",tooltipOffContent:"Cyflwyno eich sgrin"};var raiseHandButton$h={offLabel:"Codi",onLabel:"Gostwng",tooltipDisabledContent:"Mae'r weithred Codi Llaw wedi'i hanalluogi",tooltipOnContent:"Gostwng Llaw",tooltipOffContent:"Codi Llaw"};var reactionButton$h={label:"Ymateb",ariaLabel:"Botwm Ymateb, Anfon ymateb",tooltipDisabledContent:"Mae'r weithred ymateb wedi'i hanalluogi",tooltipContent:"Anfon ymateb",likeReactionTooltipContent:"Hoffi",heartReactionTooltipContent:"Caru",laughReactionTooltipContent:"Chwerthin",applauseReactionTooltipContent:"Curo Dwylo",surprisedReactionTooltipContent:"Wedi synnu"};var messageThread$h={yesterday:"Ddoe",sunday:"Dydd Sul",monday:"Dydd Llun",tuesday:"Dydd Mawrth",wednesday:"Dydd Mercher",thursday:"Dydd Iau",friday:"Dydd Gwener",saturday:"Dydd Sadwrn",participantJoined:"wedi ymuno â'r sgwrs.",participantLeft:"wedi gadael y sgwrs.",editMessage:"Golygu",removeMessage:"Dileu",resendMessage:"Rhowch gynnig arall ar anfon",failToSendTag:"Wedi methu â'i hanfon",editedTag:"Golygwyd",liveAuthorIntro:"Mae {author} yn dweud",messageContentAriaText:"{status} Dywedodd {author} {message}",messageContentMineAriaText:"{status} Dywedoch chi {message}",editBoxTextLimit:"Mae eich neges dros y terfyn o {limitNumber} nodau",editBoxPlaceholderText:"Golygu eich neges",newMessagesIndicator:"Negeseuon newydd",noDisplayNameSub:"Dim enw",editBoxCancelButton:"Canslo",editBoxSubmitButton:"Wedi gorffen",messageReadCount:"Wedi'i darllen gan {messageReadByCount} o {remoteParticipantsCount}",actionMenuMoreOptions:"Mwy o Ddewisiadau",downloadAttachment:"Llwytho'r ffeil i lawr",openAttachment:"Agor ffeil",blockedWarningText:"Mae'r neges hon wedi'i dileu oherwydd polisi sefydliadol.",blockedWarningLinkText:"Manylion",attachmentCardGroupMessage:"Mae gan y neges {attachmentCount} atodiad",messageDeletedAnnouncementAriaLabel:"Mae'r neges wedi cael ei dileu",richTextBoldTooltip:"Trwm",richTextItalicTooltip:"Italig",richTextUnderlineTooltip:"Tanlinellu",richTextBulletListTooltip:"Rhestr bwledi",richTextNumberListTooltip:"Rhestr wedi'i rhifo",richTextIncreaseIndentTooltip:"Cynyddu’r mewnoliad",richTextDecreaseIndentTooltip:"Lleihau’r mewnoliad",richTextInsertTableTooltip:"Mewnosod tabl",richTextFormatButtonTooltip:"Fformat",richTextInsertRowOrColumnMenu:"Mewnosod",richTextInsertTableMenuTitle:"Mewnosod tabl {row} x {column}",richTextInsertRowAboveMenu:"Mewnosod uwchben",richTextInsertRowBelowMenu:"Mewnosod isod",richTextInsertColumnLeftMenu:"Mewnosod i'r chwith",richTextInsertColumnRightMenu:"Mewnosod i'r dde",richTextDeleteRowOrColumnMenu:"Dileu",richTextDeleteColumnMenu:"Dileu'r golofn",richTextDeleteRowMenu:"Dileu'r rhes",richTextDeleteTableMenu:"Dileu'r tabl",richTextToolbarMoreButtonAriaLabel:"Mwy o ddewisiadau",attachmentUploadsPendingError:"Wrthi'n lanlwytho'r ffeil, arhoswch funud.",imageUploadsPendingError:"Wrthi'n lanlwytho'r ddelwedd, arhoswch funud.",richTextNewBulletedListItemAnnouncement:"Bwled, llinell newydd",richTextNewNumberedListItemAnnouncement:"{0}, llinell newydd",richTextBulletedListAppliedAnnouncement:"Wedi defnyddio'r rhestr bwledi",richTextNumberedListAppliedAnnouncement:"Wedi defnyddio rhestr wedi'i rhifo"};var errorBar$h={unableToReachChatService:"Rydych chi all-lein",accessDenied:"Does dim modd cael gafael ar wasanaethau sgwrsio - gwiriwch fanylion adnabod y defnyddiwr a roddwyd",userNotInChatThread:"Nid ydych yn yr edefyn sgwrsio hwn mwyach",sendMessageNotInChatThread:"Wedi methu anfon neges oherwydd dydych chi ddim yn y trywydd sgwrsio hwn mwyach",sendMessageGeneric:"Wedi methu anfon neges",callingNetworkFailure:"problem wrth gysylltu galwad - mae’n ymddangos eich bod all-lein",startVideoGeneric:"Wedi methu cychwyn y fideo",stopVideoGeneric:"Wedi methu stopio'r fideo",muteGeneric:"Wedi methu tewi'r meicroffon",unmuteGeneric:"Wedi methu dad-dewi'r meicroffon",speakingWhileMuted:"Mae eich meicroffon wedi tewi",startScreenShareGeneric:"Roedd problem wrth ddechrau rhannu sgrin.",stopScreenShareGeneric:"Wedi methu rhoi'r gorau i rannu sgrin",callNetworkQualityLow:"Mae ansawdd y rhwydwaith yn isel.",teamsMeetingCallNetworkQualityLow:"Mae ansawdd y rhwydwaith yn isel.",callNoSpeakerFound:"Heb ddod o hyd i seinyddion na clustffonau. Cysylltu dyfais sain i glywed yr alwad.",callNoMicrophoneFound:"Heb ganfod meicroffonau. Cysylltu dyfais mewnbwn sain.",callMicrophoneAccessDenied:"Does dim modd cael mynediad at y meicroffon. Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",callMicrophoneAccessDeniedSafari:"Nid oes modd cael mynediad at y meicroffon. Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",callMicrophoneMutedBySystem:"Rydych chi wedi'ch tewi gan eich system.",callMicrophoneUnmutedBySystem:"Mae eich meicroffon wedi'i adfer a chawsoch chi eich dad-dewi gan eich system.",callMacOsMicrophoneAccessDenied:"Does dim modd cael mynediad at y meicroffon. Rhoi caniatâd meicroffon yn eich gosodiadau preifatrwydd macOS.",callLocalVideoFreeze:"Mae lled band y rhwydwaith yn wael. Efallai y bydd eich fideo wedi'i oedi ar gyfer eraill ar yr alwad.",callCameraAccessDenied:"Does dim modd cael mynediad at y camera. Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",callCameraAccessDeniedSafari:"Nid oes modd cael mynediad at y camera. Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",callCameraAlreadyInUse:"Nid oes modd cael mynediad at y camera. Mae'n bosib bod rhaglen arall yn ei ddefnyddio'n barod.",callVideoStoppedBySystem:"Mae eich fideo wedi cael ei stopio gan eich system.",callVideoRecoveredBySystem:"Mae eich fideo wedi ailddechrau.",callMacOsCameraAccessDenied:"Mae MacOS yn rhwystro mynediad at eich camera. Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn gael mynediad at eich camera.",callMacOsScreenShareAccessDenied:"Mae MacOS yn rhwystro rhannu sgrin. Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn recordio eich sgrin.",dismissButtonAriaLabel:"Cau",failedToJoinCallGeneric:"Wedi methu ag ymuno â'r alwad.",failedToJoinCallInvalidMeetingLink:"Does dim modd ymuno â'r Cyfarfod. Dolen Annilys.",cameraFrozenForRemoteParticipants:"Mae defnyddwyr yn yr alwad yn cael trafferth gweld eich fideo. Tarwch olwg ar eich dyfeisiau a'ch rhwydwaith.",unableToStartVideoEffect:"Nid oes modd defnyddio'r effaith fideo.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Nid oes modd dechrau sbotolau ar gyfranogwr/cyfranogwyr oherwydd bod y nifer fwyaf o gyfranogwyr a ganiateir eisoes wedi'u hamlygu.",mutedByRemoteParticipant:"Rydych chi wedi cael eich tewi gan gyfranogwr arall."};var notificationStack$h={callingNetworkFailure:{title:"Mae problem wrth gysylltu'r alwad",message:"Mae’n ymddangos eich bod chi all-lein. Gwnewch yn siŵr eich bod chi wedi cysylltu â'r rhwydwaith a rhoi cynnig arall arni.",dismissButtonAriaLabel:"Cau"},startVideoGeneric:{title:"Wedi methu â dechrau'r fideo.",dismissButtonAriaLabel:"Cau"},stopVideoGeneric:{title:"Wedi methu â stopio'r fideo.",dismissButtonAriaLabel:"Cau"},muteGeneric:{title:"Wedi methu â thewi'r meicroffon.",dismissButtonAriaLabel:"Cau"},unmuteGeneric:{title:"Wedi methu â dad-dewi'r meicroffon.",dismissButtonAriaLabel:"Cau"},speakingWhileMuted:{title:"Rydych chi wedi'ch tewi.",dismissButtonAriaLabel:"Cau"},startScreenShareGeneric:{title:"Roedd problem wrth ddechrau rhannu sgrin.",dismissButtonAriaLabel:"Cau"},stopScreenShareGeneric:{title:"Wedi methu â stopio rhannu sgrin.",dismissButtonAriaLabel:"Cau"},callNetworkQualityLow:{title:"Mae ansawdd y rhwydwaith yn isel.",dismissButtonAriaLabel:"Cau"},teamsMeetingCallNetworkQualityLow:{title:"Mae ansawdd y rhwydwaith yn isel.",dismissButtonAriaLabel:"Cau",message:"Ymuno â'r alwad hon o'ch ffôn i gael sain gwell. Gallwch barhau i weld y cyfarfod ar y ddyfais hon.",primaryButtonLabel:"Ymuno dros y Ffôn"},callNoSpeakerFound:{title:"Heb ganfod seinyddion na chlustffonau",message:"Cysylltu dyfais sain i glywed yr alwad.",dismissButtonAriaLabel:"Cau"},callNoMicrophoneFound:{title:"Heb ganfod meicroffonau",message:"Cysylltwch ddyfais mewnbynnu sain.",dismissButtonAriaLabel:"Cau"},callMicrophoneAccessDenied:{title:"Does dim modd cael mynediad i'r meicroffon",message:"Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",dismissButtonAriaLabel:"Cau"},callMicrophoneAccessDeniedSafari:{title:"Does dim modd cael mynediad i'r meicroffon",message:"Adnewyddwch y dudalen i ganiatáu caniatâd, neu gwiriwch osodiadau'r porwr hwn a dilysu bod y caniatâd wedi'u galluogi ar gyfer y wefan hon.",dismissButtonAriaLabel:"Cau"},callMicrophoneMutedBySystem:{title:"Rydych chi wedi cael eich tewi gan eich system.",dismissButtonAriaLabel:"Cau"},callMicrophoneUnmutedBySystem:{title:"Mae eich meicroffon wedi'i adfer a chawsoch chi eich dad-dewi gan eich system.",dismissButtonAriaLabel:"Cau"},callMacOsMicrophoneAccessDenied:{title:"Does dim modd cael mynediad i'r meicroffon",message:"Rhoi caniatâd meicroffon yn eich gosodiadau preifatrwydd macOS.",dismissButtonAriaLabel:"Cau"},callLocalVideoFreeze:{title:"Mae lled band y rhwydwaith yn wael",message:"Efallai y bydd eich fideo wedi'i oedi ar gyfer eraill ar yr alwad.",dismissButtonAriaLabel:"Cau"},callCameraAccessDenied:{title:"Does dim modd cael mynediad i'r camera",message:"Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",dismissButtonAriaLabel:"Cau"},callCameraAccessDeniedSafari:{title:"Does dim modd cael mynediad i'r camera",message:"Adnewyddwch y dudalen i ganiatáu caniatâd, neu gwiriwch osodiadau'r porwr hwn a dilysu bod y caniatâd wedi'u galluogi ar gyfer y wefan hon.",dismissButtonAriaLabel:"Cau"},callCameraAlreadyInUse:{title:"Does dim modd cael mynediad i'r camera",message:"Mae'n bosib bod rhaglen arall yn ei ddefnyddio'n barod.",dismissButtonAriaLabel:"Cau"},callVideoStoppedBySystem:{title:"Mae eich fideo wedi cael ei stopio gan eich system.",dismissButtonAriaLabel:"Cau"},callVideoRecoveredBySystem:{title:"Mae eich fideo wedi ailddechrau.",dismissButtonAriaLabel:"Cau"},callMacOsCameraAccessDenied:{title:"Mae MacOS yn rhwystro mynediad i'ch camera",message:"Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn gael mynediad at eich camera.",dismissButtonAriaLabel:"Cau"},callMacOsScreenShareAccessDenied:{title:"Mae MacOS yn rhwystro rhannu sgrin",message:"Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn recordio eich sgrin.",dismissButtonAriaLabel:"Cau"},failedToJoinCallGeneric:{title:"Wedi methu ag ymuno â'r alwad.",dismissButtonAriaLabel:"Cau"},failedToJoinCallInvalidMeetingLink:{title:"Does dim modd ymuno â'r Cyfarfod. Dolen Annilys.",dismissButtonAriaLabel:"Cau"},cameraFrozenForRemoteParticipants:{title:"Mae defnyddwyr yn yr alwad yn cael trafferth gweld eich fideo",message:"Gwiriwch eich dyfeisiau a'ch rhwydwaith.",dismissButtonAriaLabel:"Cau"},unableToStartVideoEffect:{title:"Does dim modd defnyddio'r effaith fideo.",dismissButtonAriaLabel:"Cau"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Nid oes modd dechrau'r sbotolau ar y cyfranogwr/cyfranogwyr",message:"Mae'r sbotolau eisoes ar y nifer fwyaf o gyfranogwyr.",dismissButtonAriaLabel:"Cau"},mutedByRemoteParticipant:{title:"Rydych chi wedi cael eich tewi gan gyfranogwr arall.",dismissButtonAriaLabel:"Cau"},recordingStarted:{title:"Wedi dechrau recordio.",message:"Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",dismissButtonAriaLabel:"Cau"},transcriptionStarted:{title:"Wedi dechrau trawsgrifio.",message:"Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",dismissButtonAriaLabel:"Cau"},recordingStopped:{title:"Mae recordiad yn cael ei gadw.",message:"Wedi stopio recordio.",dismissButtonAriaLabel:"Cau"},transcriptionStopped:{title:"Mae trawsgrifiad yn cael ei gadw.",message:"Wedi stopio trawsgrifio.",dismissButtonAriaLabel:"Cau"},recordingAndTranscriptionStarted:{title:"Wedi dechrau recordio a thrawsgrifio.",message:"Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",dismissButtonAriaLabel:"Cau"},recordingAndTranscriptionStopped:{title:"Mae recordiad a thrawsgrifiad yn cael eu cadw.",message:"Wedi stopio recordio a thrawsgrifio.",dismissButtonAriaLabel:"Cau"},recordingStoppedStillTranscribing:{title:"Wedi stopio recordio.",message:"Rydych yn awr yn trawsgrifio'r cyfarfod hwn yn unig.",dismissButtonAriaLabel:"Cau"},transcriptionStoppedStillRecording:{title:"Wedi stopio trawsgrifio.",message:"Rydych chi dim ond yn recordio'r cyfarfod hwn bellach.",dismissButtonAriaLabel:"Cau"},assignedBreakoutRoomOpened:{title:"Byddwn yn eich symud i'ch ystafell wedi'i neilltuo mewn 5 eiliad.",dismissButtonAriaLabel:"Cau"},assignedBreakoutRoomChanged:{title:"Mae ystafell eich cyfarfod ymylol wedi newid",message:"Byddwn yn eich symud i'ch ystafell wedi'i neilltuo mewn 5 eiliad.",dismissButtonAriaLabel:"Cau"},assignedBreakoutRoomOpenedPromptJoin:{title:"Ymuno â chyfarfod ymylol?",message:"Rydych chi wedi cael eich neilltuo i gyfarfod ymylol.",dismissButtonAriaLabel:"Cau",primaryButtonLabel:"Ymuno â’r ystafell",secondaryButtonLabel:"Yn nes ymlaen"},breakoutRoomJoined:{title:"Rydych chi wedi ymuno â chyfarfod ymylol.",dismissButtonAriaLabel:"Cau"},breakoutRoomClosingSoon:{title:"Mae terfyn amser yr ystafell ar fin dod i ben.",message:"Bydd yr ystafell hon yn cau mewn 30 eiliad",dismissButtonAriaLabel:"Cau"}};var videoGallery$h={screenIsBeingSharedMessage:"Rydych chi'n rhannu eich sgrin",screenShareLoadingMessage:"Wrthi'n llwytho sgrin {participant}",localScreenShareLoadingMessage:"Wrthi'n llwytho eich sgrin",localVideoLabel:"Chi",localVideoCameraSwitcherLabel:"Newid camera",localVideoMovementLabel:"Teilsen Fideo Lleol Symudol",localVideoMovementAriaLabel:"Teilsen Fideo Lleol Symudol",localVideoSelectedDescription:"Wedi dewis {cameraName}",displayNamePlaceholder:"Cyfranogwr dienw",fitRemoteParticipantToFrame:"Ffitio i'r ffrâm",fillRemoteParticipantFrame:"Llenwi'r ffrâm",pinParticipantForMe:"Pinio ar fy nghyfer i",pinParticipantForMeLimitReached:"Pinio (wedi cyrraedd y terfyn)",unpinParticipantForMe:"Dadbinio",pinParticipantMenuItemAriaLabel:"Pinio {participantName}",unpinParticipantMenuItemAriaLabel:"Dadbinio {participantName}",pinnedParticipantAnnouncementAriaLabel:"Wedi pinio {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Wedi dadbinio {participantName}",startSpotlightVideoTileMenuLabel:"Sbotolau i bawb",addSpotlightVideoTileMenuLabel:"Ychwanegu sbotolau",spotlightLimitReachedMenuTitle:"Wedi cyrraedd y terfyn sbotolau",stopSpotlightVideoTileMenuLabel:"Diffodd y sbotolau",stopSpotlightOnSelfVideoTileMenuLabel:"Gadael y sbotolau",attendeeRole:"Mynychwr",muteParticipantMenuItemLabel:"Tewi",waitingScreenText:"Yn aros i bobl eraill ymuno"};var dialpad$h={placeholderText:"Rhowch rif ffôn",deleteButtonAriaLabel:"Dileu"};var holdButton$h={onLabel:"Parhau",offLabel:"Rhoi i aros",tooltipOnContent:"Parhau â'r alwad",tooltipOffContent:"Rhoi'r alwad i Aros"};var videoTile$h={participantStateRinging:"Wrthi'n galw...",participantStateHold:"Galwad yn aros",moreOptionsButtonAriaLabel:"Mwy o Ddewisiadau"};var CameraAndMicrophoneSitePermissionsRequest$h={primaryText:"Caniatáu i {appName} ddefnyddio eich camera a'ch meicroffon",secondaryText:"Mae hyn er mwyn i gyfranogwyr allu eich gweld a'ch clywed chi.",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb y camera a'r meicroffon",ariaLabel:"Caniatáu mynediad i'r camera a'r meicroffon"};var CameraSitePermissionsRequest$h={primaryText:"Caniatáu i {appName} ddefnyddio eich camera",secondaryText:"Mae hyn er mwyn i gyfranogwyr allu eich gweld chi.",linkText:"Angen help? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb y camera",ariaLabel:"Caniatáu mynediad i'r camera"};var MicrophoneSitePermissionsRequest$h={primaryText:"Caniatáu i {appName} ddefnyddio eich meicroffon",secondaryText:"Mae hyn er mwyn i gyfranogwyr allu eich clywed chi.",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb feicroffon",ariaLabel:"Caniatáu mynediad i'r meicroffon"};var CameraAndMicrophoneSitePermissionsCheck$h={primaryText:"Wrthi'n chwilio am fynediad i'r camera a'r meicroffon",secondaryText:"Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn er mwyn i gyfranogwyr allu eich gweld a'ch clywed chi.",linkText:"Angen help? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb y camera a'r meicroffon",ariaLabel:"Wrthi'n chwilio am fynediad i'r camera a'r meicroffon. Caniatáu mynediad os gofynnir i chi wneud hynny."};var CameraSitePermissionsCheck$h={primaryText:"Wrthi'n chwilio am fynediad i'r camera",secondaryText:"Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn er mwyn i gyfranogwyr eich gweld.",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb y camera",ariaLabel:"Wrthi'n chwilio am fynediad i'r camera. Caniatáu mynediad os gofynnir i chi wneud hynny."};var MicrophoneSitePermissionsCheck$h={primaryText:"Wrthi'n chwilio am fynediad i’r meicroffon",secondaryText:"Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn fel y gall cyfranogwyr eich clywed.",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau",primaryButtonText:"Bwrw ymlaen heb feicroffon",ariaLabel:"Wrthi'n chwilio am fynediad i'r meicroffon. Caniatáu mynediad os gofynnir i chi wneud hynny."};var CameraAndMicrophoneSitePermissionsDenied$h={primaryText:"Nid oes modd cael mynediad at y camera a'r meicroffon",secondaryText:"Cliciwch yr eicon clo yn y bar cyfeiriad i roi hawliau i'r meicroffon i'r dudalen we hon. Efallai bydd angen adnewyddu tudalen.",primaryButtonText:"Bwrw ymlaen heb y camera a'r meicroffon",linkText:"Angen help? Cael cymorth i ddatrys problemau"};var CameraAndMicrophoneSitePermissionsDeniedSafari$h={primaryText:"Does dim modd cael mynediad i'r camera a'r meicroffon",secondaryText:"Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",primaryButtonText:"Bwrw ymlaen heb y camera a'r meicroffon",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau"};var CameraSitePermissionsDenied$h={primaryText:"Nid oes modd cael mynediad at y camera",secondaryText:"Cliciwch ar yr eicon clo yn y bar cyfeiriad i roi caniatâd camera i'r dudalen we hon. Efallai y bydd angen adnewyddu'r dudalen.",primaryButtonText:"Bwrw ymlaen heb y camera",linkText:"Angen help? Cael cymorth i ddatrys problemau"};var MicrophoneSitePermissionsDenied$h={primaryText:"Does dim modd cael mynediad i'r meicroffon",secondaryText:"Cliciwch yr eicon clo yn y bar cyfeiriad i roi hawliau i'r meicroffon i'r dudalen we hon. Efallai bydd angen adnewyddu tudalen.",primaryButtonText:"Bwrw ymlaen heb feicroffon",linkText:"Angen help? Cael cymorth i ddatrys problemau"};var CameraSitePermissionsDeniedSafari$h={primaryText:"Does dim modd cael mynediad i'r camera",secondaryText:"Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",primaryButtonText:"Bwrw ymlaen heb y camera",linkText:"Angen help? Cael cymorth i ddatrys problemau"};var MicrophoneSitePermissionsDeniedSafari$h={primaryText:"Nid oes modd cael mynediad at y meicroffon",secondaryText:"Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",primaryButtonText:"Bwrw ymlaen heb feicroffon",linkText:"Angen cymorth? Cael cymorth i ddatrys problemau"};var UnsupportedBrowser$h={primaryText:"Does dim modd delio â'r porwr",secondaryText:"Ymunwch â'r alwad hon gan ddefnyddio porwr cydnaws.",moreHelpLinkText:"Gweld gofynion cydnawsedd"};var UnsupportedBrowserVersion$h={primaryText:"Mae angen diweddaru'r porwr",secondaryText:"Er mwyn sicrhau’r alwad orau posibl, diweddarwch eich porwr a rhoi cynnig arall ar ymuno â'r alwad.",moreHelpLinkText:"Gweld gofynion cydnawsedd",continueAnywayButtonText:"Dechrau galwad heb ddiweddaru"};var UnsupportedOperatingSystem$h={primaryText:"Ni chefnogir system gweithredu",secondaryText:"Ymunwch â'r alwad hon gan ddefnyddio dyfais sydd â system weithredu gydnaws.",moreHelpLinkText:"Gweld gofynion cydnawsedd"};var BrowserPermissionDenied$h={primaryText:"Does dim modd defnyddio eich camera neu feicroffon",secondaryText:"Efallai nad oes gan eich porwr fynediad i'ch camera neu'ch meicroffon. I drwsio hyn, agorwch Dewisiadau'r System.",primaryButtonText:"Rhowch gynnig arall arni",linkText:"Angen help? Cael cymorth i ddatrys problemau"};var BrowserPermissionDeniedIOS$h={primaryText:"Caniatewch fynediad i'r meicroffon i barhau",secondaryText:"Er mwyn i gyfranogwyr allu eich clywed chi.",primaryButtonText:"Rhowch gynnig arall arni",imageAltText:"Lleoliad caniatâd meicroffon a dyfais camera ar gyfer iOS",linkText:"Angen help? Cael cymorth i ddatrys problemau",step1Text:"Ewch i'r ap Gosodiadau.",step2Text:"Sgroliwch i lawr i'r gosodiadau ar gyfer y porwr hwn",step3Text:"Rhowch y Meicroffon ar waith (Camera'n ddewisol)",step4Text:"Rhowch gynnig arall ar ymuno â'r alwad",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$h={leftNavButtonAriaLabel:"y dudalen flaenorol",rightNavButtonAriaLabel:"y dudalen nesaf"};var meetingConferencePhoneInfo$h={meetingConferencePhoneInfoModalTitle:"Ymuno â galwad o'ch ffôn",meetingConferencePhoneInfoModalDialIn:"Deialu rhif",meetingConferencePhoneInfoModalMeetingId:"Rhowch ID y cyfarfod",meetingConferencePhoneInfoModalWait:"Aros i'r trefnydd roi mynediad",meetingConferencePhoneInfoModalNoPhoneAvailable:"Dim ffôn ar gael",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Di-doll)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$h={incomingCallNotificationPlaceholderId:"Defnyddiwr Anhysbys",incomingCallNotificationPlaceholderAlert:"{callerName} yn galw",incomingCallNoticicationAcceptWithAudioAriaLabel:"Derbyn gyda sain",incomingCallNoticicationAcceptWithVideoAriaLabel:"Derbyn gyda fideo",incomingCallNoticicationRejectAriaLabel:"Gwrthod",incomingCallNotificationAcceptButtonLabel:"Derbyn",incomingCallNotificationRejectButtonLabel:"Gwrthod",incomingCallNotificationAccceptWithVideoButtonLabel:"Derbyn gyda Fideo",incomingCallNotificationDismissButtonAriaLabel:"Diystyru"};var cy_GB$1 = {participantItem:participantItem$h,ParticipantList:ParticipantList$h,typingIndicator:typingIndicator$h,sendBox:sendBox$h,richTextSendBox:richTextSendBox$h,mentionPopover:mentionPopover$h,imageOverlay:imageOverlay$h,messageStatusIndicator:messageStatusIndicator$h,endCallButton:endCallButton$h,cameraButton:cameraButton$h,microphoneButton:microphoneButton$h,devicesButton:devicesButton$h,participantsButton:participantsButton$h,screenShareButton:screenShareButton$h,raiseHandButton:raiseHandButton$h,reactionButton:reactionButton$h,messageThread:messageThread$h,errorBar:errorBar$h,notificationStack:notificationStack$h,videoGallery:videoGallery$h,dialpad:dialpad$h,holdButton:holdButton$h,videoTile:videoTile$h,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$h,CameraSitePermissionsRequest:CameraSitePermissionsRequest$h,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$h,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$h,CameraSitePermissionsCheck:CameraSitePermissionsCheck$h,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$h,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$h,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$h,CameraSitePermissionsDenied:CameraSitePermissionsDenied$h,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$h,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$h,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$h,UnsupportedBrowser:UnsupportedBrowser$h,UnsupportedBrowserVersion:UnsupportedBrowserVersion$h,UnsupportedOperatingSystem:UnsupportedOperatingSystem$h,BrowserPermissionDenied:BrowserPermissionDenied$h,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$h,verticalGallery:verticalGallery$h,meetingConferencePhoneInfo:meetingConferencePhoneInfo$h,IncomingCallNotification:IncomingCallNotification$h};
|
25061
|
+
|
25062
|
+
// Copyright (c) Microsoft Corporation.
|
25063
|
+
// Licensed under the MIT License.
|
25064
|
+
/**
|
25065
|
+
* Locale for Welsh (GB).
|
25066
|
+
*
|
25067
|
+
* @public
|
25068
|
+
*/
|
25069
|
+
const COMPONENT_LOCALE_CY_GB = {
|
25070
|
+
strings: createComponentStrings(cy_GB$1)
|
25071
|
+
};
|
25072
|
+
|
24964
25073
|
var participantItem$g={isMeText:"(Sie)",menuTitle:"Weitere Optionen",removeButtonLabel:"Entfernen",sharingIconLabel:"Teilen",mutedIconLabel:"Stumm geschaltet",displayNamePlaceholder:"Teilnehmer ohne Namen",participantStateRinging:"Anrufen...",participantStateHold:"In der Warteschleife",attendeeRole:"Teilnehmer"};var ParticipantList$g={overflowParticipantCount:"+{overflowCount} weitere"};var typingIndicator$g={singleUser:"{user} schreibt ...",multipleUsers:"{users} schreiben ...",multipleUsersAbbreviateOne:"{users} und 1 andere Person schreiben ...",multipleUsersAbbreviateMany:"{users} und {numOthers} andere schreiben ...",delimiter:", "};var sendBox$g={placeholderText:"Nachricht eingeben",textTooLong:"Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",sendButtonAriaLabel:"Nachricht senden",attachmentUploadsPendingError:"Datei wird hochgeladen, bitte warten.",removeAttachment:"Datei entfernen",uploading:"Hochladen",uploadCompleted:"Upload abgeschlossen",attachmentMoreMenu:"Mehr Optionen"};var richTextSendBox$g={placeholderText:"Nachricht eingeben",textTooLong:"Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",sendButtonAriaLabel:"Nachricht senden",attachmentUploadsPendingError:"Datei wird hochgeladen, bitte warten.",imageUploadsPendingError:"Bild wird hochgeladen, bitte warten.",removeAttachment:"Datei entfernen",uploading:"Wird hochgeladen",uploadCompleted:"Upload abgeschlossen",richTextBoldTooltip:"Fett",richTextItalicTooltip:"Kursiv",richTextUnderlineTooltip:"Unterstreichen",richTextBulletListTooltip:"Aufzählungsliste",richTextNumberListTooltip:"Nummerierte Liste",richTextIncreaseIndentTooltip:"Einzug vergrößern",richTextDecreaseIndentTooltip:"Einzug verringern",richTextInsertTableTooltip:"Tabelle einfügen",richTextFormatButtonTooltip:"Formatieren",richTextInsertRowOrColumnMenu:"Einfügen",richTextInsertTableMenuTitle:"{column} x {row} Tabelle einfügen",richTextInsertRowAboveMenu:"Oben einfügen",richTextInsertRowBelowMenu:"Darunter einfügen",richTextInsertColumnLeftMenu:"Links einfügen",richTextInsertColumnRightMenu:"Rechts einfügen",richTextDeleteRowOrColumnMenu:"Löschen",richTextDeleteColumnMenu:"Spalte löschen",richTextDeleteRowMenu:"Zeile löschen",richTextDeleteTableMenu:"Tabelle löschen",richTextToolbarMoreButtonAriaLabel:"Weitere Optionen",attachmentMoreMenu:"Mehr Optionen",richTextNewBulletedListItemAnnouncement:"Aufzählungszeichen, neue Zeile",richTextNewNumberedListItemAnnouncement:"{0}, neue Zeile",richTextBulletedListAppliedAnnouncement:"Aufzählung angewendet",richTextNumberedListAppliedAnnouncement:"\"Nummerierte Liste\" angewendet."};var mentionPopover$g={mentionPopoverHeader:"Vorschläge"};var imageOverlay$g={downloadButtonLabel:"Herunterladen",dismissButtonAriaLabel:"Schließen"};var messageStatusIndicator$g={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$g={label:"Verlassen",tooltipContent:"Anruf verlassen",leaveOption:"Beenden",endCallOption:"Anruf für alle beenden"};var cameraButton$g={onLabel:"Kamera",offLabel:"Kamera",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 ausschalten",offSplitButtonAriaLabel:"Kamera einschalten",cameraActionTurnedOnAnnouncement:"Ihre Kamera wurde eingeschaltet.",cameraActionTurnedOffAnnouncement:"Ihre Kamera wurde ausgeschaltet.",onSplitButtonPrimaryActionCamera:"Kamera ausschalten",offSplitButtonPrimaryActionCamera:"Kamera einschalten",cameraPrimaryActionSplitButtonTitle:"Kamera verwenden",videoEffectsMenuItemTitle:"Effekte",cameraButtonAriaDescription:"Kameraoptionen"};var microphoneButton$g={onLabel:"Mikrofon",offLabel:"Mikrofon",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 stummschalten",offSplitButtonAriaLabel:"Stummschaltung des Mikrofons aufheben",microphoneActionTurnedOnAnnouncement:"Ihr Mikrofon wurde eingeschaltet.",microphoneActionTurnedOffAnnouncement:"Ihr Mikrofon wurde ausgeschaltet.",offSplitButtonMicrophonePrimaryAction:"Stummschaltung des Mikrofons aufheben",onSplitButtonMicrophonePrimaryAction:"Mikrofon stummschalten",microphonePrimaryActionSplitButtonTitle:"Mikrofon verwenden",microphoneAriaDescription:"Audiooptionen",deepNoiseSuppressionTitle:"Rauschunterdrückung",deepNoiseSuppressionOnAnnouncement:"Die Unterdrückung tiefer Geräusche wurde aktiviert.",deepNoiseSuppressionOffAnnouncement:"Die Unterdrückung tiefer Geräusche wurde deaktiviert."};var devicesButton$g={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$g={label:"Personen",tooltipContent:"Teilnehmende anzeigen",menuHeader:"In diesem Anruf",participantsListButtonLabel:"{numParticipants} Personen",muteAllButtonLabel:"Alle stumm schalten",copyInviteLinkButtonLabel:"Einladungslink kopieren",copyInviteLinkActionedAriaLabel:"Einladungslink kopiert"};var screenShareButton$g={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 raiseHandButton$g={offLabel:"Heben",onLabel:"Senken",tooltipDisabledContent:"Aktion „Hand heben“ ist deaktiviert",tooltipOnContent:"Hand senken",tooltipOffContent:"Hand heben"};var reactionButton$g={label:"Reagieren",ariaLabel:"Reaktionsschaltfläche, Reaktion senden",tooltipDisabledContent:"Reaktionsaktion ist deaktiviert",tooltipContent:"Reaktion senden",likeReactionTooltipContent:"Gefällt mir",heartReactionTooltipContent:"Liebe",laughReactionTooltipContent:"Lachen",applauseReactionTooltipContent:"Applaus",surprisedReactionTooltipContent:"Überrascht"};var messageThread$g={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:"{status} {author} hat {message} gesagt",messageContentMineAriaText:"{status} Sie haben {message} gesagt",editBoxTextLimit:"Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",editBoxPlaceholderText:"Bearbeiten Sie Ihre Nachricht",newMessagesIndicator:"Neue Nachrichten",noDisplayNameSub:"Kein Name",editBoxCancelButton:"Abbrechen",editBoxSubmitButton:"Fertig",messageReadCount:"Gelesen von {messageReadByCount} von {remoteParticipantsCount}",actionMenuMoreOptions:"Weitere Optionen",downloadAttachment:"Datei herunterladen",openAttachment:"Datei öffnen",blockedWarningText:"Diese Nachricht wurde aufgrund einer Organisationsrichtlinie gelöscht.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"Die Nachricht enthält {attachmentCount} Anlage.",messageDeletedAnnouncementAriaLabel:"Die Nachricht wurde gelöscht",richTextBoldTooltip:"Fett",richTextItalicTooltip:"Kursiv",richTextUnderlineTooltip:"Unterstreichen",richTextBulletListTooltip:"Aufzählungsliste",richTextNumberListTooltip:"Nummerierte Liste",richTextIncreaseIndentTooltip:"Einzug vergrößern",richTextDecreaseIndentTooltip:"Einzug verringern",richTextInsertTableTooltip:"Tabelle einfügen",richTextFormatButtonTooltip:"Formatieren",richTextInsertRowOrColumnMenu:"Einfügen",richTextInsertTableMenuTitle:"{column} x {row} Tabelle einfügen",richTextInsertRowAboveMenu:"Oben einfügen",richTextInsertRowBelowMenu:"Unten einfügen",richTextInsertColumnLeftMenu:"Links einfügen",richTextInsertColumnRightMenu:"Rechts einfügen",richTextDeleteRowOrColumnMenu:"Löschen",richTextDeleteColumnMenu:"Spalte löschen",richTextDeleteRowMenu:"Zeile löschen",richTextDeleteTableMenu:"Tabelle löschen",richTextToolbarMoreButtonAriaLabel:"Weitere Optionen",attachmentUploadsPendingError:"Datei wird hochgeladen, bitte warten.",imageUploadsPendingError:"Bild wird hochgeladen, bitte warten.",richTextNewBulletedListItemAnnouncement:"Aufzählungszeichen, neue Zeile",richTextNewNumberedListItemAnnouncement:"{0}, neue Zeile",richTextBulletedListAppliedAnnouncement:"Aufzählung angewendet",richTextNumberedListAppliedAnnouncement:"\"Nummerierte Liste\" angewendet."};var errorBar$g={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:"Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",stopScreenShareGeneric:"Bildschirmfreigabe konnte nicht beendet werden",callNetworkQualityLow:"Die Netzwerkqualität ist niedrig.",teamsMeetingCallNetworkQualityLow:"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.",callMicrophoneAccessDeniedSafari:"Auf das Mikrofon kann nicht zugegriffen werden. Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers, und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",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.",callCameraAccessDeniedSafari:"Auf die Kamera kann nicht zugegriffen werden. Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers, und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",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.",cameraFrozenForRemoteParticipants:"Benutzer im Anruf haben Probleme, Ihr Video zu sehen. Überprüfen Sie Ihre Geräte und Ihr Netzwerk.",unableToStartVideoEffect:"Videoeffekt kann nicht angewendet werden.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Das Spotlight für Teilnehmer*innen kann nicht gestartet werden, da die maximale Anzahl von Teilnehmer*innen bereits im Spotlight ist.",mutedByRemoteParticipant:"Sie wurden von einem anderen Teilnehmer stummgeschaltet."};var notificationStack$g={callingNetworkFailure:{title:"Problem beim Verbindungsaufbau",message:"Sie scheinen offline zu sein. Überprüfen Sie Ihre Netzwerkverbindung, und versuchen Sie es noch mal.",dismissButtonAriaLabel:"Schließen"},startVideoGeneric:{title:"Fehler beim Starten des Videos.",dismissButtonAriaLabel:"Schließen"},stopVideoGeneric:{title:"Fehler beim Beenden des Videos.",dismissButtonAriaLabel:"Schließen"},muteGeneric:{title:"Fehler beim Stummschalten des Mikrofons.",dismissButtonAriaLabel:"Schließen"},unmuteGeneric:{title:"Fehler beim Aufheben der Stummschaltung des Mikrofons.",dismissButtonAriaLabel:"Schließen"},speakingWhileMuted:{title:"Sie sind stummgeschaltet.",dismissButtonAriaLabel:"Schließen"},startScreenShareGeneric:{title:"Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",dismissButtonAriaLabel:"Schließen"},stopScreenShareGeneric:{title:"Fehler beim Beenden der Bildschirmfreigabe.",dismissButtonAriaLabel:"Schließen"},callNetworkQualityLow:{title:"Die Netzwerkqualität ist niedrig.",dismissButtonAriaLabel:"Schließen"},teamsMeetingCallNetworkQualityLow:{title:"Die Netzwerkqualität ist niedrig.",dismissButtonAriaLabel:"Schließen",message:"Nehmen Sie von Ihrem Telefon aus an diesem Anruf teil, um den Sound zu verbessern. Sie können die Besprechung auf diesem Gerät weiterhin anzeigen.",primaryButtonLabel:"Per Telefon teilnehmen"},callNoSpeakerFound:{title:"Keine Lautsprecher oder Kopfhörer gefunden",message:"Schließen Sie ein Audiogerät an, um den Anruf zu hören.",dismissButtonAriaLabel:"Schließen"},callNoMicrophoneFound:{title:"Keine Mikrofone gefunden",message:"Schließen Sie ein Audioeingabegerät an.",dismissButtonAriaLabel:"Schließen"},callMicrophoneAccessDenied:{title:"Zugriff auf Mikrofon nicht möglich",message:"Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",dismissButtonAriaLabel:"Schließen"},callMicrophoneAccessDeniedSafari:{title:"Zugriff auf Mikrofon nicht möglich",message:"Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",dismissButtonAriaLabel:"Schließen"},callMicrophoneMutedBySystem:{title:"Sie werden von Ihrem System stummgeschaltet.",dismissButtonAriaLabel:"Schließen"},callMicrophoneUnmutedBySystem:{title:"Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",dismissButtonAriaLabel:"Schließen"},callMacOsMicrophoneAccessDenied:{title:"Zugriff auf Mikrofon nicht möglich",message:"Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",dismissButtonAriaLabel:"Schließen"},callLocalVideoFreeze:{title:"Netzwerkbandbreite ist gering.",message:"Ihr Video wird möglicherweise für andere Teilnehmer des Anrufs angehalten angezeigt.",dismissButtonAriaLabel:"Schließen"},callCameraAccessDenied:{title:"Zugriff auf Kamera nicht möglich",message:"Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",dismissButtonAriaLabel:"Schließen"},callCameraAccessDeniedSafari:{title:"Zugriff auf Kamera nicht möglich",message:"Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",dismissButtonAriaLabel:"Schließen"},callCameraAlreadyInUse:{title:"Zugriff auf Kamera nicht möglich",message:"Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",dismissButtonAriaLabel:"Schließen"},callVideoStoppedBySystem:{title:"Ihr Video wurde von Ihrem System beendet.",dismissButtonAriaLabel:"Schließen"},callVideoRecoveredBySystem:{title:"Ihr Video wurde fortgesetzt.",dismissButtonAriaLabel:"Schließen"},callMacOsCameraAccessDenied:{title:"MacOS blockiert den Zugriff auf Ihre Kamera.",message:"Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser auf Ihre Kamera zugreifen kann.",dismissButtonAriaLabel:"Schließen"},callMacOsScreenShareAccessDenied:{title:"MacOS blockiert die Bildschirmfreigabe.",message:"Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",dismissButtonAriaLabel:"Schließen"},failedToJoinCallGeneric:{title:"Fehler bei der Teilnahme am Anruf.",dismissButtonAriaLabel:"Schließen"},failedToJoinCallInvalidMeetingLink:{title:"Teilnahme an Besprechung nicht möglich. Ungültiger Link.",dismissButtonAriaLabel:"Schließen"},cameraFrozenForRemoteParticipants:{title:"Benutzer im Anruf haben Probleme beim Anzeigen Ihres Videos.",message:"Überprüfen Sie Ihre Geräte und Ihr Netzwerk.",dismissButtonAriaLabel:"Schließen"},unableToStartVideoEffect:{title:"Videoeffekt kann nicht angewendet werden.",dismissButtonAriaLabel:"Schließen"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Spotlight auf Teilnehmer kann nicht gestartet werden.",message:"Die maximale Anzahl von Teilnehmern wird bereits hervorgehoben.",dismissButtonAriaLabel:"Schließen"},mutedByRemoteParticipant:{title:"Sie wurden von einem anderen Teilnehmer stummgeschaltet.",dismissButtonAriaLabel:"Schließen"},recordingStarted:{title:"Die Aufzeichnung wurde gestartet.",message:"Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",dismissButtonAriaLabel:"Schließen"},transcriptionStarted:{title:"Die Transkription wurde gestartet.",message:"Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",dismissButtonAriaLabel:"Schließen"},recordingStopped:{title:"Aufzeichnung wird gespeichert.",message:"Aufzeichnung wurde beendet.",dismissButtonAriaLabel:"Schließen"},transcriptionStopped:{title:"Die Transkription wird gespeichert.",message:"Die Transkription wurde beendet.",dismissButtonAriaLabel:"Schließen"},recordingAndTranscriptionStarted:{title:"Die Aufzeichnung und Transkription haben begonnen.",message:"Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",dismissButtonAriaLabel:"Schließen"},recordingAndTranscriptionStopped:{title:"Aufzeichnung und Transkription werden gespeichert.",message:"Die Aufzeichnung und Transkription wurden beendet.",dismissButtonAriaLabel:"Schließen"},recordingStoppedStillTranscribing:{title:"Aufzeichnung wurde beendet.",message:"Sie transkribieren diese Besprechung jetzt nur noch.",dismissButtonAriaLabel:"Schließen"},transcriptionStoppedStillRecording:{title:"Die Transkription wurde beendet.",message:"Sie zeichnen nun nur diese Besprechung auf.",dismissButtonAriaLabel:"Schließen"},assignedBreakoutRoomOpened:{title:"Wir verschieben Sie in 5 Sekunden zu Ihrem zugewiesenen Raum.",dismissButtonAriaLabel:"Schließen"},assignedBreakoutRoomChanged:{title:"Ihr Gruppenraum hat sich geändert.",message:"Wir verschieben Sie in 5 Sekunden zu Ihrem zugewiesenen Raum.",dismissButtonAriaLabel:"Schließen"},assignedBreakoutRoomOpenedPromptJoin:{title:"Gruppenraum betreten?",message:"Sie wurden einem Gruppenraum zugewiesen.",dismissButtonAriaLabel:"Schließen",primaryButtonLabel:"Raum betreten",secondaryButtonLabel:"Später"},breakoutRoomJoined:{title:"Sie sind einem Gruppenraum beigetreten.",dismissButtonAriaLabel:"Schließen"},breakoutRoomClosingSoon:{title:"Das Raumzeitlimit läuft bald ab.",message:"Dieser Raum wird in 30 Sekunden geschlossen.",dismissButtonAriaLabel:"Schließen"}};var videoGallery$g={screenIsBeingSharedMessage:"Sie teilen Ihren Bildschirm",screenShareLoadingMessage:"Der Bildschirm von {participant} wird geladen",localScreenShareLoadingMessage:"Ihr Bildschirm wird geladen.",localVideoLabel:"Sie",localVideoCameraSwitcherLabel:"Kamera wechseln",localVideoMovementLabel:"Verschiebbare lokale Videokachel",localVideoMovementAriaLabel:"Verschiebbare lokale Videokachel",localVideoSelectedDescription:"{cameraName} ausgewählt",displayNamePlaceholder:"Teilnehmer ohne Namen",fitRemoteParticipantToFrame:"An Rahmen anpassen",fillRemoteParticipantFrame:"Rahmen ausfüllen",pinParticipantForMe:"Für mich anheften",pinParticipantForMeLimitReached:"Anheften (Limit erreicht)",unpinParticipantForMe:"Lösen",pinParticipantMenuItemAriaLabel:"{participantName} anheften",unpinParticipantMenuItemAriaLabel:"{participantName} lösen",pinnedParticipantAnnouncementAriaLabel:"{participantName} angeheftet",unpinnedParticipantAnnouncementAriaLabel:"{participantName} gelöst",startSpotlightVideoTileMenuLabel:"Spotlight für alle",addSpotlightVideoTileMenuLabel:"Spotlight hinzufügen",spotlightLimitReachedMenuTitle:"Spotlight-Limit erreicht",stopSpotlightVideoTileMenuLabel:"Spotlight beenden",stopSpotlightOnSelfVideoTileMenuLabel:"Spotlight beenden",attendeeRole:"Teilnehmer",muteParticipantMenuItemLabel:"Stummschalten",waitingScreenText:"Warten auf andere Teilnehmer"};var dialpad$g={placeholderText:"Telefonnummer eingeben",deleteButtonAriaLabel:"Löschen"};var holdButton$g={onLabel:"Fortsetzen",offLabel:"Halten",tooltipOnContent:"Anruf fortsetzen",tooltipOffContent:"Anruf halten"};var videoTile$g={participantStateRinging:"Anrufen...",participantStateHold:"In der Warteschleife",moreOptionsButtonAriaLabel:"Weitere Optionen"};var CameraAndMicrophoneSitePermissionsRequest$g={primaryText:"Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",secondaryText:"So können die Teilnehmer Sie sehen und hören.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Kamera und Mikrofon fortfahren",ariaLabel:"Zugriff auf Kamera und Mikrofon zulassen"};var CameraSitePermissionsRequest$g={primaryText:"{appName} die Verwendung Ihrer Kamera erlauben",secondaryText:"So können die Teilnehmer Sie sehen.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Kamera fortfahren",ariaLabel:"Kamerazugriff zulassen"};var MicrophoneSitePermissionsRequest$g={primaryText:"{appName} die Verwendung Ihres Mikrofons erlauben",secondaryText:"So können die Teilnehmer Sie hören.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Mikrofon fortfahren",ariaLabel:"Mikrofonzugriff zulassen"};var CameraAndMicrophoneSitePermissionsCheck$g={primaryText:"Überprüfen des Kamera- und Mikrofonzugriffs",secondaryText:"Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen und hören können.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Kamera und Mikrofon fortfahren",ariaLabel:"Überprüfen des Kamera- und Mikrofonzugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."};var CameraSitePermissionsCheck$g={primaryText:"Überprüfung des Kamerazugriffs",secondaryText:"Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen können.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Kamera fortfahren",ariaLabel:"Überprüfen des Kamerazugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."};var MicrophoneSitePermissionsCheck$g={primaryText:"Überprüfen des Mikrofonzugriffs",secondaryText:"Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie hören können.",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",primaryButtonText:"Ohne Mikrofon fortfahren",ariaLabel:"Der Mikrofonzugriff wird überprüft. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."};var CameraAndMicrophoneSitePermissionsDenied$g={primaryText:"Auf Kamera und Mikrofon kann nicht zugegriffen werden",secondaryText:"Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",primaryButtonText:"Ohne Kamera und Mikrofon fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var CameraAndMicrophoneSitePermissionsDeniedSafari$g={primaryText:"Auf Kamera und Mikrofon kann nicht zugegriffen werden",secondaryText:"Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",primaryButtonText:"Ohne Kamera und Mikrofon fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var CameraSitePermissionsDenied$g={primaryText:"Auf die Kamera kann nicht zugegriffen werden",secondaryText:"Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Kameraberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",primaryButtonText:"Ohne Kamera fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var MicrophoneSitePermissionsDenied$g={primaryText:"Auf das Mikrofon kann nicht zugegriffen werden",secondaryText:"Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",primaryButtonText:"Ohne Mikrofon fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var CameraSitePermissionsDeniedSafari$g={primaryText:"Auf die Kamera kann nicht zugegriffen werden",secondaryText:"Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",primaryButtonText:"Ohne Kamera fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var MicrophoneSitePermissionsDeniedSafari$g={primaryText:"Auf das Mikrofon kann nicht zugegriffen werden",secondaryText:"Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",primaryButtonText:"Ohne Mikrofon fortfahren",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var UnsupportedBrowser$g={primaryText:"Der Browser wird nicht unterstützt.",secondaryText:"Bitte nehmen Sie über einen kompatiblen Browser an diesem Anruf teil.",moreHelpLinkText:"Kompatibilitätsanforderungen anzeigen"};var UnsupportedBrowserVersion$g={primaryText:"Browserupdate erforderlich",secondaryText:"Um einen optimalen Anruf zu gewährleisten, aktualisieren Sie Ihren Browser, und versuchen Sie dann erneut, an dem Anruf teilzunehmen.",moreHelpLinkText:"Kompatibilitätsanforderungen anzeigen",continueAnywayButtonText:"Anruf ohne Aktualisierung starten"};var UnsupportedOperatingSystem$g={primaryText:"Das Betriebssystem wird nicht unterstützt.",secondaryText:"Nehmen Sie an diesem Anruf teil, indem Sie ein Gerät mit einem kompatiblen Betriebssystem verwenden.",moreHelpLinkText:"Kompatibilitätsanforderungen anzeigen"};var BrowserPermissionDenied$g={primaryText:"Kamera oder Mikrofon kann nicht verwendet werden",secondaryText:"Ihr Browser hat möglicherweise keinen Zugriff auf Ihre Kamera oder Ihr Mikrofon. Öffnen Sie die Systemeinstellungen, um dieses Problem zu beheben.",primaryButtonText:"Erneut versuchen",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung"};var BrowserPermissionDeniedIOS$g={primaryText:"Mikrofonzugriff zulassen, um fortzufahren",secondaryText:"Damit andere Teilnehmer Sie hören können.",primaryButtonText:"Erneut versuchen",imageAltText:"Berechtigungsspeicherort für Mikrofon- und Kamerageräte für iOS",linkText:"Benötigen Sie Hilfe? Hilfe zur Problembehandlung",step1Text:"Zur Einstellungs-App wechseln",step2Text:"Scrollen Sie nach unten zu den Einstellungen dieses Browsers",step3Text:"Mikrofon einschalten (Kamera optional)",step4Text:"Versuchen Sie erneut, dem Anruf beizutreten",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$g={leftNavButtonAriaLabel:"Vorherige Seite",rightNavButtonAriaLabel:"Nächste Seite"};var meetingConferencePhoneInfo$g={meetingConferencePhoneInfoModalTitle:"Von Ihrem Telefon aus an Anruf teilnehmen",meetingConferencePhoneInfoModalDialIn:"Nummer wählen",meetingConferencePhoneInfoModalMeetingId:"Besprechungs-ID eingeben",meetingConferencePhoneInfoModalWait:"Warten Sie, bis sie vom Organisator zugelassen werden.",meetingConferencePhoneInfoModalNoPhoneAvailable:"Kein Telefon verfügbar",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Gebührenfrei)",meetingConferencePhoneInfoModalToll:"(Gebührenpflichtig)"};var IncomingCallNotification$g={incomingCallNotificationPlaceholderId:"Unbekannter Benutzer",incomingCallNotificationPlaceholderAlert:"{callerName} ruft an",incomingCallNoticicationAcceptWithAudioAriaLabel:"Mit Audio annehmen",incomingCallNoticicationAcceptWithVideoAriaLabel:"Mit Video annehmen",incomingCallNoticicationRejectAriaLabel:"Ablehnen",incomingCallNotificationAcceptButtonLabel:"Akzeptieren",incomingCallNotificationRejectButtonLabel:"Ablehnen",incomingCallNotificationAccceptWithVideoButtonLabel:"Mit Video annehmen",incomingCallNotificationDismissButtonAriaLabel:"Verwerfen"};var de_DE$1 = {participantItem:participantItem$g,ParticipantList:ParticipantList$g,typingIndicator:typingIndicator$g,sendBox:sendBox$g,richTextSendBox:richTextSendBox$g,mentionPopover:mentionPopover$g,imageOverlay:imageOverlay$g,messageStatusIndicator:messageStatusIndicator$g,endCallButton:endCallButton$g,cameraButton:cameraButton$g,microphoneButton:microphoneButton$g,devicesButton:devicesButton$g,participantsButton:participantsButton$g,screenShareButton:screenShareButton$g,raiseHandButton:raiseHandButton$g,reactionButton:reactionButton$g,messageThread:messageThread$g,errorBar:errorBar$g,notificationStack:notificationStack$g,videoGallery:videoGallery$g,dialpad:dialpad$g,holdButton:holdButton$g,videoTile:videoTile$g,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$g,CameraSitePermissionsRequest:CameraSitePermissionsRequest$g,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$g,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$g,CameraSitePermissionsCheck:CameraSitePermissionsCheck$g,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$g,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$g,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$g,CameraSitePermissionsDenied:CameraSitePermissionsDenied$g,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$g,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$g,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$g,UnsupportedBrowser:UnsupportedBrowser$g,UnsupportedBrowserVersion:UnsupportedBrowserVersion$g,UnsupportedOperatingSystem:UnsupportedOperatingSystem$g,BrowserPermissionDenied:BrowserPermissionDenied$g,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$g,verticalGallery:verticalGallery$g,meetingConferencePhoneInfo:meetingConferencePhoneInfo$g,IncomingCallNotification:IncomingCallNotification$g};
|
24965
25074
|
|
24966
25075
|
// Copyright (c) Microsoft Corporation.
|
@@ -25364,7 +25473,8 @@ const getRemoteParticipantsExcludingConsumers = reselect.createSelector([getRemo
|
|
25364
25473
|
{
|
25365
25474
|
const newRemoteParticipants = Object.assign({}, remoteParticipants);
|
25366
25475
|
Object.keys(newRemoteParticipants).forEach((k) => {
|
25367
|
-
|
25476
|
+
var _a;
|
25477
|
+
if (((_a = newRemoteParticipants[k]) === null || _a === void 0 ? void 0 : _a.role) === 'Consumer') {
|
25368
25478
|
delete newRemoteParticipants[k];
|
25369
25479
|
}
|
25370
25480
|
});
|
@@ -25597,7 +25707,7 @@ const useHandlers$3 = (component) => {
|
|
25597
25707
|
*
|
25598
25708
|
* @public
|
25599
25709
|
*/
|
25600
|
-
const useSelector$
|
25710
|
+
const useSelector$4 = (selector, selectorProps) => {
|
25601
25711
|
var _a, _b, _c;
|
25602
25712
|
const callClient = (_a = React.useContext(CallClientContext)) === null || _a === void 0 ? void 0 : _a.callClient;
|
25603
25713
|
const callId = (_c = (_b = React.useContext(CallContext$1)) === null || _b === void 0 ? void 0 : _b.call) === null || _c === void 0 ? void 0 : _c.id;
|
@@ -25651,7 +25761,7 @@ const useSelector$3 = (selector, selectorProps) => {
|
|
25651
25761
|
*
|
25652
25762
|
* @public
|
25653
25763
|
*/
|
25654
|
-
const errorBarSelector$1 = reselect.createSelector([getLatestErrors$1, getDiagnostics, getDeviceManager$1, getEnvironmentInfo], (latestErrors, diagnostics, deviceManager, environmentInfo) => {
|
25764
|
+
const errorBarSelector$1 = reselect.createSelector([getLatestErrors$1, getDiagnostics, getDeviceManager$1, getEnvironmentInfo$1], (latestErrors, diagnostics, deviceManager, environmentInfo) => {
|
25655
25765
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
|
25656
25766
|
// The order in which the errors are returned is significant: The `ErrorBar` shows errors on the UI in that order.
|
25657
25767
|
// There are several options for the ordering:
|
@@ -25811,7 +25921,7 @@ const findSelector$1 = (component) => {
|
|
25811
25921
|
return screenShareButtonSelector;
|
25812
25922
|
case DevicesButton:
|
25813
25923
|
return devicesButtonSelector;
|
25814
|
-
case ParticipantList$
|
25924
|
+
case ParticipantList$l:
|
25815
25925
|
return participantListSelector;
|
25816
25926
|
case ParticipantsButton:
|
25817
25927
|
return participantsButtonSelector;
|
@@ -26122,7 +26232,7 @@ const useHandlers$2 = (component) => {
|
|
26122
26232
|
*
|
26123
26233
|
* @public
|
26124
26234
|
*/
|
26125
|
-
const useSelector$
|
26235
|
+
const useSelector$3 = (selector, selectorProps) => {
|
26126
26236
|
var _a;
|
26127
26237
|
const chatClient = React.useContext(ChatClientContext);
|
26128
26238
|
const threadId = (_a = React.useContext(ChatThreadClientContext)) === null || _a === void 0 ? void 0 : _a.threadId;
|
@@ -26164,7 +26274,7 @@ const useSelector$2 = (selector, selectorProps) => {
|
|
26164
26274
|
/**
|
26165
26275
|
* @private
|
26166
26276
|
*/
|
26167
|
-
const getUserId = (state) => toFlatCommunicationIdentifier(state.userId);
|
26277
|
+
const getUserId$1 = (state) => toFlatCommunicationIdentifier(state.userId);
|
26168
26278
|
/**
|
26169
26279
|
* @private
|
26170
26280
|
*/
|
@@ -26172,7 +26282,7 @@ const getDisplayName$1 = (state) => state.displayName;
|
|
26172
26282
|
/**
|
26173
26283
|
* @private
|
26174
26284
|
*/
|
26175
|
-
const getChatMessages = (state, props) => { var _a; return (props.threadId && ((_a = state.threads[props.threadId]) === null || _a === void 0 ? void 0 : _a.chatMessages)) || {}; };
|
26285
|
+
const getChatMessages$1 = (state, props) => { var _a; return (props.threadId && ((_a = state.threads[props.threadId]) === null || _a === void 0 ? void 0 : _a.chatMessages)) || {}; };
|
26176
26286
|
/**
|
26177
26287
|
* @private
|
26178
26288
|
*/
|
@@ -26215,7 +26325,7 @@ const getLatestErrors = (state) => state.latestErrors;
|
|
26215
26325
|
*
|
26216
26326
|
* @public
|
26217
26327
|
*/
|
26218
|
-
const sendBoxSelector = reselect.createSelector([getUserId, getDisplayName$1], (userId, displayName) => ({
|
26328
|
+
const sendBoxSelector = reselect.createSelector([getUserId$1, getDisplayName$1], (userId, displayName) => ({
|
26219
26329
|
displayName: displayName,
|
26220
26330
|
userId: userId
|
26221
26331
|
}));
|
@@ -26551,7 +26661,7 @@ const hasValidParticipant = (chatMessage) => { var _a; return !!((_a = chatMessa
|
|
26551
26661
|
*
|
26552
26662
|
* @private
|
26553
26663
|
*/
|
26554
|
-
const messageThreadSelectorWithThread = () => reselect.createSelector([getUserId, getChatMessages, getLatestReadTime, getIsLargeGroup, getReadReceipts, getParticipants], (userId, chatMessages, latestReadTime, isLargeGroup, readReceipts = [], participants) => {
|
26664
|
+
const messageThreadSelectorWithThread = () => reselect.createSelector([getUserId$1, getChatMessages$1, getLatestReadTime, getIsLargeGroup, getReadReceipts, getParticipants], (userId, chatMessages, latestReadTime, isLargeGroup, readReceipts = [], participants) => {
|
26555
26665
|
// We can't get displayName in teams meeting interop for now, disable rr feature when it is teams interop
|
26556
26666
|
const isTeamsInterop = Object.values(participants).find((p) => 'microsoftTeamsUserId' in p.id) !== undefined;
|
26557
26667
|
// get number of participants
|
@@ -26671,7 +26781,7 @@ const convertSdkTypingIndicatorsToCommunicationParticipants = (typingIndicators,
|
|
26671
26781
|
*
|
26672
26782
|
* @public
|
26673
26783
|
*/
|
26674
|
-
const typingIndicatorSelector = reselect.createSelector([getTypingIndicators, getParticipants, getUserId], (typingIndicators, participants, userId) => {
|
26784
|
+
const typingIndicatorSelector = reselect.createSelector([getTypingIndicators, getParticipants, getUserId$1], (typingIndicators, participants, userId) => {
|
26675
26785
|
// if the participant size reaches the threshold then return no typing users
|
26676
26786
|
if (Object.values(participants).length >= PARTICIPANTS_THRESHOLD) {
|
26677
26787
|
return { typingUsers: [] };
|
@@ -26706,7 +26816,7 @@ const moderatorIndex = (participants) => {
|
|
26706
26816
|
*
|
26707
26817
|
* @public
|
26708
26818
|
*/
|
26709
|
-
const chatParticipantListSelector = reselect__namespace.createSelector([getUserId, getParticipants, getDisplayName$1], (userId, chatParticipants, displayName) => {
|
26819
|
+
const chatParticipantListSelector = reselect__namespace.createSelector([getUserId$1, getParticipants, getDisplayName$1], (userId, chatParticipants, displayName) => {
|
26710
26820
|
let participants = convertChatParticipantsToCommunicationParticipants(Object.values(chatParticipants));
|
26711
26821
|
if (0 !== participants.length) {
|
26712
26822
|
const moderatorIdx = moderatorIndex(participants);
|
@@ -26881,7 +26991,7 @@ const findSelector = (component) => {
|
|
26881
26991
|
return getMessageThreadSelector();
|
26882
26992
|
case TypingIndicator:
|
26883
26993
|
return typingIndicatorSelector;
|
26884
|
-
case ParticipantList$
|
26994
|
+
case ParticipantList$l:
|
26885
26995
|
return chatParticipantListSelector;
|
26886
26996
|
case ErrorBar:
|
26887
26997
|
return errorBarSelector;
|
@@ -28753,7 +28863,7 @@ const isChatError = (e) => {
|
|
28753
28863
|
return 'target' in e && e['target'] !== undefined && 'innerError' in e && e['innerError'] !== undefined;
|
28754
28864
|
};
|
28755
28865
|
|
28756
|
-
var call$k={cameraLabel:"Camera",noCamerasLabel:"No cameras found",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",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",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",leavingCallTitle:"Leaving...",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",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",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",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organizers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organizers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$k={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$k={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, 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",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_US = {call:call$k,chat:chat$k,callWithChat:callWithChat$k};
|
28866
|
+
var call$l={cameraLabel:"Camera",noCamerasLabel:"No cameras found",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",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",videoEffectsPaneAriaLabel:"Video effects pane",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",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",leavingCallTitle:"Leaving...",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",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",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",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organizers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organizers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$l={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$l={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, 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",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_US = {call:call$l,chat:chat$l,callWithChat:callWithChat$l};
|
28757
28867
|
|
28758
28868
|
// Copyright (c) Microsoft Corporation.
|
28759
28869
|
// Licensed under the MIT License.
|
@@ -29647,7 +29757,7 @@ const ParticipantListWithHeading = (props) => {
|
|
29647
29757
|
((headingMoreButtonMenuProps === null || headingMoreButtonMenuProps === void 0 ? void 0 : headingMoreButtonMenuProps.items) && headingMoreButtonMenuProps.items.length > 0)) && (React.createElement(react.Stack.Item, null,
|
29648
29758
|
React.createElement(react.DefaultButton, { "data-ui-id": "people-pane-header-more-button", ariaLabel: headingMoreButtonAriaLabel, styles: headingMoreButtonStyles(theme), iconProps: { iconName: 'PeoplePaneMoreButton' }, onClick: onClickHeadingMoreButton ? () => onClickHeadingMoreButton() : undefined, menuProps: props.onClickHeadingMoreButton ? undefined : props.headingMoreButtonMenuProps, onRenderMenuIcon: () => null })))),
|
29649
29759
|
React.createElement(react.FocusZone, { className: participantListContainerStyle, shouldFocusOnMount: true },
|
29650
|
-
React.createElement(ParticipantList$
|
29760
|
+
React.createElement(ParticipantList$l, Object.assign({}, participantListProps, { pinnedParticipants: pinnedParticipants, styles: props.isMobile ? participantListMobileStyle : participantListStyle, onRenderAvatar: (userId, options) => (React.createElement(React.Fragment, null,
|
29651
29761
|
React.createElement(AvatarPersona, Object.assign({ "data-ui-id": "chat-composite-participant-custom-avatar", userId: userId }, options, { hidePersonaDetails: !!(options === null || options === void 0 ? void 0 : options.text), dataProvider: onFetchAvatarPersonaData, allowActiveBorder: true })),
|
29652
29762
|
(options === null || options === void 0 ? void 0 : options.text) && (React.createElement("div", { style: displayNameStyles$1 },
|
29653
29763
|
React.createElement(react.TooltipHost, { content: options === null || options === void 0 ? void 0 : options.text, id: tooltipId, overflowMode: react.TooltipOverflowMode.Parent },
|
@@ -29669,7 +29779,7 @@ const ChatScreenPeoplePane = (props) => {
|
|
29669
29779
|
const { onFetchAvatarPersonaData, onFetchParticipantMenuItems, isMobile } = props;
|
29670
29780
|
const locale = useLocale();
|
29671
29781
|
const chatListHeader = locale.strings.chat.chatListHeader;
|
29672
|
-
const participantListProps = usePropsFor$2(ParticipantList$
|
29782
|
+
const participantListProps = usePropsFor$2(ParticipantList$l);
|
29673
29783
|
return (React.createElement(ParticipantContainer, { participantListProps: participantListProps, title: chatListHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, isMobile: isMobile }));
|
29674
29784
|
};
|
29675
29785
|
|
@@ -29698,7 +29808,7 @@ const AttachmentDownloadErrorBar = (props) => {
|
|
29698
29808
|
/**
|
29699
29809
|
* Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
|
29700
29810
|
*/
|
29701
|
-
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
29811
|
+
const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BhEvRpXU.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
|
29702
29812
|
/**
|
29703
29813
|
* @private
|
29704
29814
|
* Use this function to load RoosterJS dependencies early in the lifecycle.
|
@@ -29706,7 +29816,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function
|
|
29706
29816
|
*
|
29707
29817
|
/* @conditional-compile-remove(rich-text-editor-composite-support)
|
29708
29818
|
*/
|
29709
|
-
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-
|
29819
|
+
const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BhEvRpXU.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
|
29710
29820
|
/**
|
29711
29821
|
* @private
|
29712
29822
|
*/
|
@@ -30038,6 +30148,31 @@ const ImageUploadReducer = (state, action) => {
|
|
30038
30148
|
}
|
30039
30149
|
};
|
30040
30150
|
|
30151
|
+
// Copyright (c) Microsoft Corporation.
|
30152
|
+
// Licensed under the MIT License.
|
30153
|
+
/**
|
30154
|
+
* @private
|
30155
|
+
*/
|
30156
|
+
const useSelector$2 = (selector, selectorProps) => {
|
30157
|
+
// use selector with no adaptation
|
30158
|
+
return useSelectorWithAdaptation$1(selector, (state) => state, selectorProps);
|
30159
|
+
};
|
30160
|
+
|
30161
|
+
// Copyright (c) Microsoft Corporation.
|
30162
|
+
// Licensed under the MIT License.
|
30163
|
+
/** @private */
|
30164
|
+
const getUserId = (state) => state.userId;
|
30165
|
+
/** @private */
|
30166
|
+
const getThreadId = (state) => state.thread.threadId;
|
30167
|
+
/** @private */
|
30168
|
+
const getChatMessages = (state) => state.thread.chatMessages;
|
30169
|
+
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30170
|
+
/** @private */
|
30171
|
+
const getTextOnlyChat = (state) => { var _a, _b; return (_b = (_a = state.thread.properties) === null || _a === void 0 ? void 0 : _a.messagingPolicy) === null || _b === void 0 ? void 0 : _b.textOnlyChat; };
|
30172
|
+
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30173
|
+
/** @private */
|
30174
|
+
const getCreatedBy = (state) => { var _a; return (_a = state.thread.properties) === null || _a === void 0 ? void 0 : _a.createdBy; };
|
30175
|
+
|
30041
30176
|
// Copyright (c) Microsoft Corporation.
|
30042
30177
|
// Licensed under the MIT License.
|
30043
30178
|
var __awaiter$r = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
@@ -30069,29 +30204,15 @@ const ChatScreen = (props) => {
|
|
30069
30204
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30070
30205
|
const localeStrings = useLocale().strings;
|
30071
30206
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30072
|
-
const
|
30207
|
+
const textOnlyChat = !!useSelector$2(getTextOnlyChat);
|
30073
30208
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30074
|
-
const
|
30209
|
+
const createdBy = useSelector$2(getCreatedBy);
|
30210
|
+
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30211
|
+
const isACSChat = createdBy && !communicationCommon.isMicrosoftTeamsUserIdentifier(createdBy);
|
30075
30212
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30076
30213
|
const [editBoxInlineImageUploads, handleEditBoxInlineImageUploadAction] = React.useReducer(ImageUploadReducer, undefined);
|
30077
30214
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30078
30215
|
const [sendBoxInlineImageUploads, handleSendBoxInlineImageUploadAction] = React.useReducer(ImageUploadReducer, undefined);
|
30079
|
-
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30080
|
-
React.useEffect(() => {
|
30081
|
-
const updateChatState = (newState) => {
|
30082
|
-
var _a, _b, _c, _d;
|
30083
|
-
setTextOnlyChat(((_b = (_a = newState.thread.properties) === null || _a === void 0 ? void 0 : _a.messagingPolicy) === null || _b === void 0 ? void 0 : _b.textOnlyChat) === true);
|
30084
|
-
if ((_c = newState.thread.properties) === null || _c === void 0 ? void 0 : _c.createdBy) {
|
30085
|
-
setIsACSChat(!communicationCommon.isMicrosoftTeamsUserIdentifier((_d = newState.thread.properties) === null || _d === void 0 ? void 0 : _d.createdBy));
|
30086
|
-
}
|
30087
|
-
};
|
30088
|
-
// set initial state for textOnlyChat and isACSChat
|
30089
|
-
updateChatState(adapter.getState());
|
30090
|
-
adapter.onStateChange(updateChatState);
|
30091
|
-
return () => {
|
30092
|
-
adapter.offStateChange(updateChatState);
|
30093
|
-
};
|
30094
|
-
}, [adapter]);
|
30095
30216
|
React.useEffect(() => {
|
30096
30217
|
// Initial data should be always fetched by the composite(or external caller) instead of the adapter
|
30097
30218
|
const fetchData = () => __awaiter$r(void 0, void 0, void 0, function* () {
|
@@ -30115,25 +30236,30 @@ const ChatScreen = (props) => {
|
|
30115
30236
|
const typingIndicatorProps = usePropsFor$2(TypingIndicator);
|
30116
30237
|
const headerProps = useAdaptedSelector$1(getHeaderProps);
|
30117
30238
|
const errorBarProps = usePropsFor$2(ErrorBar);
|
30239
|
+
const overlayImageItemRef = React.useRef(overlayImageItem);
|
30240
|
+
overlayImageItemRef.current = overlayImageItem;
|
30241
|
+
const adapterChatMessages = useSelector$2(getChatMessages);
|
30118
30242
|
React.useEffect(() => {
|
30119
|
-
if (
|
30243
|
+
if (overlayImageItemRef.current === undefined) {
|
30120
30244
|
return;
|
30121
30245
|
}
|
30122
|
-
const message =
|
30246
|
+
const message = adapterChatMessages[overlayImageItemRef.current.messageId];
|
30123
30247
|
if (message === undefined) {
|
30124
30248
|
return;
|
30125
30249
|
}
|
30126
30250
|
const resourceCache = message.resourceCache;
|
30127
|
-
if (
|
30128
|
-
|
30129
|
-
|
30251
|
+
if (overlayImageItemRef.current.imageSrc === '' &&
|
30252
|
+
resourceCache &&
|
30253
|
+
resourceCache[overlayImageItemRef.current.imageUrl]) {
|
30254
|
+
const fullSizeImageSrc = getResourceSourceUrl(resourceCache[overlayImageItemRef.current.imageUrl]);
|
30255
|
+
if (fullSizeImageSrc === undefined ||
|
30256
|
+
fullSizeImageSrc === '' ||
|
30257
|
+
overlayImageItemRef.current.imageSrc === fullSizeImageSrc) {
|
30130
30258
|
return;
|
30131
30259
|
}
|
30132
|
-
setOverlayImageItem(Object.assign(Object.assign({},
|
30260
|
+
setOverlayImageItem(Object.assign(Object.assign({}, overlayImageItemRef.current), { imageSrc: fullSizeImageSrc }));
|
30133
30261
|
}
|
30134
|
-
|
30135
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
30136
|
-
}, [messageThreadProps.messages]);
|
30262
|
+
}, [adapterChatMessages]);
|
30137
30263
|
const getResourceSourceUrl = (result) => {
|
30138
30264
|
let src = '';
|
30139
30265
|
if (result.error || !result.sourceUrl) {
|
@@ -30156,7 +30282,8 @@ const ChatScreen = (props) => {
|
|
30156
30282
|
const sendBoxStyles = React.useMemo(() => {
|
30157
30283
|
return Object.assign({}, styles === null || styles === void 0 ? void 0 : styles.sendBox);
|
30158
30284
|
}, [styles === null || styles === void 0 ? void 0 : styles.sendBox]);
|
30159
|
-
const
|
30285
|
+
const userIdObject = useSelector$2(getUserId);
|
30286
|
+
const userId = toFlatCommunicationIdentifier(userIdObject);
|
30160
30287
|
/* @conditional-compile-remove(file-sharing-acs) */
|
30161
30288
|
const setKeyboardFocusAfterFileSelection = React.useCallback(() => {
|
30162
30289
|
var _a;
|
@@ -30220,9 +30347,10 @@ const ChatScreen = (props) => {
|
|
30220
30347
|
setDownloadErrorMessage(errorMessage);
|
30221
30348
|
} })) : (React.createElement(React.Fragment, null));
|
30222
30349
|
}, [(_b = attachmentOptions === null || attachmentOptions === void 0 ? void 0 : attachmentOptions.downloadOptions) === null || _b === void 0 ? void 0 : _b.actionsForAttachment]);
|
30350
|
+
const threadId = useSelector$2(getThreadId);
|
30223
30351
|
const onInlineImageClicked = React.useCallback((attachmentId, messageId) => {
|
30224
30352
|
var _a, _b;
|
30225
|
-
const message =
|
30353
|
+
const message = adapterChatMessages[messageId];
|
30226
30354
|
const inlinedImages = (_b = (_a = message.content) === null || _a === void 0 ? void 0 : _a.attachments) === null || _b === void 0 ? void 0 : _b.filter((attachment) => {
|
30227
30355
|
return attachment.attachmentType === 'image' && attachment.id === attachmentId;
|
30228
30356
|
});
|
@@ -30238,8 +30366,8 @@ const ChatScreen = (props) => {
|
|
30238
30366
|
}
|
30239
30367
|
else {
|
30240
30368
|
adapter.downloadResourceToCache({
|
30241
|
-
threadId
|
30242
|
-
messageId
|
30369
|
+
threadId,
|
30370
|
+
messageId,
|
30243
30371
|
resourceUrl: attachment.url
|
30244
30372
|
});
|
30245
30373
|
}
|
@@ -30262,10 +30390,10 @@ const ChatScreen = (props) => {
|
|
30262
30390
|
};
|
30263
30391
|
setIsImageOverlayOpen(true);
|
30264
30392
|
setOverlayImageItem(overlayImage);
|
30265
|
-
}, [adapter, onRenderAvatarCallback, userId]);
|
30393
|
+
}, [adapter, adapterChatMessages, onRenderAvatarCallback, userId, threadId]);
|
30266
30394
|
const onRenderInlineImage = React.useCallback((inlineImage, defaultOnRender) => {
|
30267
30395
|
var _a, _b;
|
30268
|
-
const message =
|
30396
|
+
const message = adapterChatMessages[inlineImage.messageId];
|
30269
30397
|
const attachment = (_b = (_a = message === null || message === void 0 ? void 0 : message.content) === null || _a === void 0 ? void 0 : _a.attachments) === null || _b === void 0 ? void 0 : _b.find((attachment) => attachment.id === inlineImage.imageAttributes.id);
|
30270
30398
|
if (attachment === undefined) {
|
30271
30399
|
return defaultOnRender(inlineImage);
|
@@ -30283,7 +30411,7 @@ const ChatScreen = (props) => {
|
|
30283
30411
|
onInlineImageClicked(inlineImage.imageAttributes.id || '', inlineImage.messageId);
|
30284
30412
|
}
|
30285
30413
|
}, style: { cursor: 'pointer', pointerEvents } }, defaultOnRender(inlineImage)));
|
30286
|
-
}, [
|
30414
|
+
}, [adapterChatMessages, onInlineImageClicked]);
|
30287
30415
|
const inlineImageOptions = React.useMemo(() => {
|
30288
30416
|
return { onRenderInlineImage: onRenderInlineImage };
|
30289
30417
|
}, [onRenderInlineImage]);
|
@@ -30386,7 +30514,7 @@ const ChatScreen = (props) => {
|
|
30386
30514
|
/* @conditional-compile-remove(rich-text-editor-composite-support) */
|
30387
30515
|
const richTextEditorOptions = React.useMemo(() => {
|
30388
30516
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */
|
30389
|
-
const onPasteCallback = isACSChat || textOnlyChat ? removeImageTags : undefined;
|
30517
|
+
const onPasteCallback = !!isACSChat || textOnlyChat ? removeImageTags : undefined;
|
30390
30518
|
return (options === null || options === void 0 ? void 0 : options.richTextEditor)
|
30391
30519
|
? {
|
30392
30520
|
/* @conditional-compile-remove(rich-text-editor-image-upload) */ onPaste: onPasteCallback
|
@@ -30483,7 +30611,7 @@ const ChatScreen = (props) => {
|
|
30483
30611
|
setOverlayImageItem(undefined);
|
30484
30612
|
setIsImageOverlayOpen(false);
|
30485
30613
|
adapter.removeResourceFromCache({
|
30486
|
-
threadId
|
30614
|
+
threadId,
|
30487
30615
|
messageId: overlayImageItem.messageId,
|
30488
30616
|
resourceUrl: overlayImageItem.imageUrl
|
30489
30617
|
});
|
@@ -31268,6 +31396,180 @@ function computeComplianceNotification(complianceProps, cachedProps) {
|
|
31268
31396
|
}
|
31269
31397
|
}
|
31270
31398
|
|
31399
|
+
// Copyright (c) Microsoft Corporation.
|
31400
|
+
// Licensed under the MIT License.
|
31401
|
+
/**
|
31402
|
+
* @private
|
31403
|
+
*/
|
31404
|
+
const useSelector$1 = (selector, selectorProps) => {
|
31405
|
+
// use selector with no adaptation
|
31406
|
+
return useSelectorWithAdaptation(selector, (state) => state, selectorProps);
|
31407
|
+
};
|
31408
|
+
|
31409
|
+
// Copyright (c) Microsoft Corporation.
|
31410
|
+
// Licensed under the MIT License.
|
31411
|
+
/**
|
31412
|
+
* @private
|
31413
|
+
*/
|
31414
|
+
const getDisplayName = (state) => state.displayName;
|
31415
|
+
/**
|
31416
|
+
* @private
|
31417
|
+
*/
|
31418
|
+
const getEndedCall = (state) => state.endedCall;
|
31419
|
+
/**
|
31420
|
+
* @private
|
31421
|
+
*/
|
31422
|
+
const getCallStatus = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.state) !== null && _b !== void 0 ? _b : 'None'; };
|
31423
|
+
/**
|
31424
|
+
* @private
|
31425
|
+
*/
|
31426
|
+
const getDeviceManager = (state) => state.devices;
|
31427
|
+
/**
|
31428
|
+
* @private
|
31429
|
+
*/
|
31430
|
+
const getIsScreenShareOn = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.isScreenSharingOn) !== null && _b !== void 0 ? _b : false; };
|
31431
|
+
/**
|
31432
|
+
* @private
|
31433
|
+
*/
|
31434
|
+
const getLocalParticipantRaisedHand = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.raiseHand.localParticipantRaisedHand; };
|
31435
|
+
/**
|
31436
|
+
* @private
|
31437
|
+
*/
|
31438
|
+
const getCapabilites = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.capabilitiesFeature) === null || _b === void 0 ? void 0 : _b.capabilities; };
|
31439
|
+
/**
|
31440
|
+
* @private
|
31441
|
+
*/
|
31442
|
+
const getMicrophones = (state) => state.devices.microphones;
|
31443
|
+
/**
|
31444
|
+
* @private
|
31445
|
+
*/
|
31446
|
+
const getCameras = (state) => state.devices.cameras;
|
31447
|
+
/**
|
31448
|
+
* @private
|
31449
|
+
*/
|
31450
|
+
const getRole = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.role; };
|
31451
|
+
/**
|
31452
|
+
* @private
|
31453
|
+
*/
|
31454
|
+
const getPage = (state) => state.page;
|
31455
|
+
/**
|
31456
|
+
* @private
|
31457
|
+
*/
|
31458
|
+
const getTransferCall = (state) => state.acceptedTransferCallState;
|
31459
|
+
/**
|
31460
|
+
* @private
|
31461
|
+
*/
|
31462
|
+
const getLocalMicrophoneEnabled = (state) => state.isLocalPreviewMicrophoneEnabled;
|
31463
|
+
/**
|
31464
|
+
* @private
|
31465
|
+
*/
|
31466
|
+
const getLocalVideoStreams = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.localVideoStreams; };
|
31467
|
+
/**
|
31468
|
+
* @private
|
31469
|
+
*/
|
31470
|
+
const getIsTranscriptionActive = (state) => { var _a; return !!((_a = state.call) === null || _a === void 0 ? void 0 : _a.transcription.isTranscriptionActive); };
|
31471
|
+
/**
|
31472
|
+
* @private
|
31473
|
+
*/
|
31474
|
+
const getIsRecordingActive = (state) => { var _a; return !!((_a = state.call) === null || _a === void 0 ? void 0 : _a.recording.isRecordingActive); };
|
31475
|
+
/**
|
31476
|
+
* @private
|
31477
|
+
*/
|
31478
|
+
const getUserFacingDiagnostics = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.diagnostics; };
|
31479
|
+
/**
|
31480
|
+
* @private
|
31481
|
+
*/
|
31482
|
+
const getDominantSpeakerInfo = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.dominantSpeakers; };
|
31483
|
+
/**
|
31484
|
+
* @private
|
31485
|
+
*/
|
31486
|
+
const getRemoteParticipants = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.remoteParticipants; };
|
31487
|
+
/* @conditional-compile-remove(unsupported-browser) */
|
31488
|
+
/**
|
31489
|
+
* @private
|
31490
|
+
*/
|
31491
|
+
const getEnvironmentInfo = (state) => state.environmentInfo;
|
31492
|
+
/**
|
31493
|
+
* @private
|
31494
|
+
*/
|
31495
|
+
const getSelectedVideoEffect = (state) => state.selectedVideoBackgroundEffect;
|
31496
|
+
/* @conditional-compile-remove(acs-close-captions) */
|
31497
|
+
/** @private */
|
31498
|
+
const getCaptionsKind = (state) => {
|
31499
|
+
var _a;
|
31500
|
+
return (_a = state.call) === null || _a === void 0 ? void 0 : _a.captionsFeature.captionsKind;
|
31501
|
+
};
|
31502
|
+
/** @private */
|
31503
|
+
const getCaptionsStatus = (state) => {
|
31504
|
+
var _a;
|
31505
|
+
return (_a = state.call) === null || _a === void 0 ? void 0 : _a.captionsFeature.isCaptionsFeatureActive;
|
31506
|
+
};
|
31507
|
+
/**
|
31508
|
+
* @private
|
31509
|
+
*/
|
31510
|
+
const getIsTeamsCall = (state) => state.isTeamsCall;
|
31511
|
+
/**
|
31512
|
+
* @private
|
31513
|
+
*/
|
31514
|
+
const getIsTeamsMeeting = (state) => state.isTeamsMeeting;
|
31515
|
+
/**
|
31516
|
+
* @private
|
31517
|
+
*/
|
31518
|
+
const getTeamsMeetingCoordinates = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.meetingConference) === null || _b === void 0 ? void 0 : _b.conferencePhones; };
|
31519
|
+
/**
|
31520
|
+
* @private
|
31521
|
+
*/
|
31522
|
+
const getLatestCapabilitiesChangedInfo = (state) => {
|
31523
|
+
var _a, _b;
|
31524
|
+
return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.capabilitiesFeature) === null || _b === void 0 ? void 0 : _b.latestCapabilitiesChangeInfo;
|
31525
|
+
};
|
31526
|
+
/**
|
31527
|
+
* @private
|
31528
|
+
*/
|
31529
|
+
const getTargetCallees = (state) => state.targetCallees;
|
31530
|
+
/**
|
31531
|
+
* @private
|
31532
|
+
*/
|
31533
|
+
const getStartTime = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.startTime; };
|
31534
|
+
/**
|
31535
|
+
* @private
|
31536
|
+
*/
|
31537
|
+
const getSpotlightedParticipants = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.spotlight) === null || _b === void 0 ? void 0 : _b.spotlightedParticipants; };
|
31538
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
31539
|
+
/**
|
31540
|
+
* @private
|
31541
|
+
*/
|
31542
|
+
const getAssignedBreakoutRoom = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.assignedBreakoutRoom; };
|
31543
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
31544
|
+
/**
|
31545
|
+
* @private
|
31546
|
+
*/
|
31547
|
+
const getBreakoutRoomSettings = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.breakoutRoomSettings; };
|
31548
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
31549
|
+
/**
|
31550
|
+
* @private
|
31551
|
+
*/
|
31552
|
+
const getBreakoutRoomDisplayName = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.breakoutRoomDisplayName; };
|
31553
|
+
/** @private */
|
31554
|
+
const getVideoEffectsDependency = (state) => state.onResolveVideoEffectDependency;
|
31555
|
+
/* @conditional-compile-remove(DNS) */
|
31556
|
+
/** @private */
|
31557
|
+
const getDeepNoiseSuppresionEffectsDependency = (state) => state.onResolveDeepNoiseSuppressionDependency;
|
31558
|
+
/* @conditional-compile-remove(DNS) */
|
31559
|
+
/** @private */
|
31560
|
+
const getDeepNoiseSuppresionIsOnByDefault = (state) => state.deepNoiseSuppressionOnByDefault;
|
31561
|
+
/* @conditional-compile-remove(DNS) */
|
31562
|
+
/** @private */
|
31563
|
+
const getHideDeepNoiseSupressionButton = (state) => state.hideDeepNoiseSuppressionButton;
|
31564
|
+
/** @private */
|
31565
|
+
const getReactionResources = (state) => state.reactions;
|
31566
|
+
/** @private */
|
31567
|
+
const getAlternateCallerId = (state) => state.alternateCallerId;
|
31568
|
+
/** @private */
|
31569
|
+
const getIsRoomsCall = (state) => state.isRoomsCall;
|
31570
|
+
/** @private */
|
31571
|
+
const getVideoBackgroundImages = (state) => state.videoBackgroundImages;
|
31572
|
+
|
31271
31573
|
// Copyright (c) Microsoft Corporation.
|
31272
31574
|
// Licensed under the MIT License.
|
31273
31575
|
var __awaiter$p = (window && window.__awaiter) || function (thisArg, _arguments, P, generator) {
|
@@ -31286,9 +31588,8 @@ var __awaiter$p = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
31286
31588
|
const useHandlers = (
|
31287
31589
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
31288
31590
|
_component) => {
|
31289
|
-
var _a, _b;
|
31290
31591
|
const adapter = useAdapter();
|
31291
|
-
const capabilities = (
|
31592
|
+
const capabilities = useSelector$1(getCapabilites);
|
31292
31593
|
return createCompositeHandlers(adapter, capabilities);
|
31293
31594
|
};
|
31294
31595
|
const createCompositeHandlers = memoizeOne((adapter, capabilities) => {
|
@@ -31759,13 +32060,13 @@ const usePropsFor$1 = (component) => {
|
|
31759
32060
|
* @private
|
31760
32061
|
*/
|
31761
32062
|
const Camera = (props) => {
|
31762
|
-
var _a
|
32063
|
+
var _a;
|
31763
32064
|
const cameraButtonProps = usePropsFor$1(CameraButton);
|
31764
32065
|
const styles = React.useMemo(() => { var _a; return concatButtonBaseStyles((_a = props.styles) !== null && _a !== void 0 ? _a : {}); }, [props.styles]);
|
31765
|
-
const
|
31766
|
-
const
|
31767
|
-
const turnVideoOnCapability = (
|
31768
|
-
return (React.createElement(CameraButton, Object.assign({ "data-ui-id": "call-composite-camera-button" }, cameraButtonProps, { showLabel: props.displayType !== 'compact', styles: styles, enableDeviceSelectionMenu: props.splitButtonsForDeviceSelection, disableTooltip: props.disableTooltip, disabled: cameraButtonProps.disabled || props.disabled || (isRoomsCall &&
|
32066
|
+
const isRoomsCall = useSelector$1(getIsRoomsCall);
|
32067
|
+
const role = useSelector$1(getRole);
|
32068
|
+
const turnVideoOnCapability = (_a = useSelector$1(getCapabilites)) === null || _a === void 0 ? void 0 : _a.turnVideoOn;
|
32069
|
+
return (React.createElement(CameraButton, Object.assign({ "data-ui-id": "call-composite-camera-button" }, cameraButtonProps, { showLabel: props.displayType !== 'compact', styles: styles, enableDeviceSelectionMenu: props.splitButtonsForDeviceSelection, disableTooltip: props.disableTooltip, disabled: cameraButtonProps.disabled || props.disabled || !!(isRoomsCall && role === 'Unknown'), onRenderOffIcon: turnVideoOnCapability && !turnVideoOnCapability.isPresent
|
31769
32070
|
? () => React.createElement(_HighContrastAwareIcon, { disabled: true, iconName: 'ControlButtonCameraProhibited' })
|
31770
32071
|
: undefined, onClickVideoEffects: props.onClickVideoEffects, componentRef: props.componentRef })));
|
31771
32072
|
};
|
@@ -31774,10 +32075,9 @@ const Camera = (props) => {
|
|
31774
32075
|
// Licensed under the MIT License.
|
31775
32076
|
/** @private */
|
31776
32077
|
const Devices = (props) => {
|
31777
|
-
var _a
|
32078
|
+
var _a;
|
31778
32079
|
const devicesButtonProps = usePropsFor$1(DevicesButton);
|
31779
|
-
const
|
31780
|
-
const role = (_b = (_a = adapter.getState().call) === null || _a === void 0 ? void 0 : _a.role) !== null && _b !== void 0 ? _b : 'Unknown';
|
32080
|
+
const role = (_a = useSelector$1(getRole)) !== null && _a !== void 0 ? _a : 'Unknown';
|
31781
32081
|
const augmentedDeviceButtonProps = React.useMemo(() => (Object.assign(Object.assign({}, devicesButtonProps), { microphones: role === 'Consumer' ? [] : devicesButtonProps.microphones, cameras: role === 'Consumer' ? [] : devicesButtonProps.cameras })), [devicesButtonProps, role]);
|
31782
32082
|
const styles = React.useMemo(() => {
|
31783
32083
|
var _a;
|
@@ -31936,169 +32236,19 @@ const EndCall = (props) => {
|
|
31936
32236
|
React.createElement(Prompt, Object.assign({}, dialogLabels, { styles: { main: { minWidth: '22.5rem', padding: '1.5rem' } }, cancelButtonLabel: localeStrings.call.hangUpCancelButtonLabel, onConfirm: () => onHangUpConfirm(props.enableEndCallMenu), isOpen: showHangUpConfirm, onCancel: toggleConfirm }))));
|
31937
32237
|
};
|
31938
32238
|
|
31939
|
-
// Copyright (c) Microsoft Corporation.
|
31940
|
-
// Licensed under the MIT License.
|
31941
|
-
/**
|
31942
|
-
* @private
|
31943
|
-
*/
|
31944
|
-
const useSelector$1 = (selector, selectorProps) => {
|
31945
|
-
// use selector with no adaptation
|
31946
|
-
return useSelectorWithAdaptation(selector, (state) => state, selectorProps);
|
31947
|
-
};
|
31948
|
-
|
31949
|
-
// Copyright (c) Microsoft Corporation.
|
31950
|
-
// Licensed under the MIT License.
|
31951
|
-
/**
|
31952
|
-
* @private
|
31953
|
-
*/
|
31954
|
-
const getDisplayName = (state) => state.displayName;
|
31955
|
-
/**
|
31956
|
-
* @private
|
31957
|
-
*/
|
31958
|
-
const getEndedCall = (state) => state.endedCall;
|
31959
|
-
/**
|
31960
|
-
* @private
|
31961
|
-
*/
|
31962
|
-
const getCallStatus = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.state) !== null && _b !== void 0 ? _b : 'None'; };
|
31963
|
-
/**
|
31964
|
-
* @private
|
31965
|
-
*/
|
31966
|
-
const getDeviceManager = (state) => state.devices;
|
31967
|
-
/**
|
31968
|
-
* @private
|
31969
|
-
*/
|
31970
|
-
const getIsScreenShareOn = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.isScreenSharingOn) !== null && _b !== void 0 ? _b : false; };
|
31971
|
-
/**
|
31972
|
-
* @private
|
31973
|
-
*/
|
31974
|
-
const getLocalParticipantRaisedHand = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.raiseHand.localParticipantRaisedHand; };
|
31975
|
-
/**
|
31976
|
-
* @private
|
31977
|
-
*/
|
31978
|
-
const getCapabilites = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.capabilitiesFeature) === null || _b === void 0 ? void 0 : _b.capabilities; };
|
31979
|
-
/**
|
31980
|
-
* @private
|
31981
|
-
*/
|
31982
|
-
const getMicrophones = (state) => state.devices.microphones;
|
31983
|
-
/**
|
31984
|
-
* @private
|
31985
|
-
*/
|
31986
|
-
const getCameras = (state) => state.devices.cameras;
|
31987
|
-
/**
|
31988
|
-
* @private
|
31989
|
-
*/
|
31990
|
-
const getRole = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.role; };
|
31991
|
-
/**
|
31992
|
-
* @private
|
31993
|
-
*/
|
31994
|
-
const getPage = (state) => state.page;
|
31995
|
-
/**
|
31996
|
-
* @private
|
31997
|
-
*/
|
31998
|
-
const getTransferCall = (state) => state.acceptedTransferCallState;
|
31999
|
-
/**
|
32000
|
-
* @private
|
32001
|
-
*/
|
32002
|
-
const getLocalMicrophoneEnabled = (state) => state.isLocalPreviewMicrophoneEnabled;
|
32003
|
-
/**
|
32004
|
-
* @private
|
32005
|
-
*/
|
32006
|
-
const getLocalVideoStreams = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.localVideoStreams; };
|
32007
|
-
/**
|
32008
|
-
* @private
|
32009
|
-
*/
|
32010
|
-
const getIsTranscriptionActive = (state) => { var _a; return !!((_a = state.call) === null || _a === void 0 ? void 0 : _a.transcription.isTranscriptionActive); };
|
32011
|
-
/**
|
32012
|
-
* @private
|
32013
|
-
*/
|
32014
|
-
const getIsRecordingActive = (state) => { var _a; return !!((_a = state.call) === null || _a === void 0 ? void 0 : _a.recording.isRecordingActive); };
|
32015
|
-
/**
|
32016
|
-
* @private
|
32017
|
-
*/
|
32018
|
-
const getUserFacingDiagnostics = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.diagnostics; };
|
32019
|
-
/**
|
32020
|
-
* @private
|
32021
|
-
*/
|
32022
|
-
const getDominantSpeakerInfo = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.dominantSpeakers; };
|
32023
|
-
/**
|
32024
|
-
* @private
|
32025
|
-
*/
|
32026
|
-
const getRemoteParticipants = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.remoteParticipants; };
|
32027
|
-
/**
|
32028
|
-
* @private
|
32029
|
-
*/
|
32030
|
-
const getSelectedVideoEffect = (state) => state.selectedVideoBackgroundEffect;
|
32031
|
-
/* @conditional-compile-remove(acs-close-captions) */
|
32032
|
-
/** @private */
|
32033
|
-
const getCaptionsKind = (state) => {
|
32034
|
-
var _a;
|
32035
|
-
return (_a = state.call) === null || _a === void 0 ? void 0 : _a.captionsFeature.captionsKind;
|
32036
|
-
};
|
32037
|
-
/** @private */
|
32038
|
-
const getCaptionsStatus = (state) => {
|
32039
|
-
var _a;
|
32040
|
-
return (_a = state.call) === null || _a === void 0 ? void 0 : _a.captionsFeature.isCaptionsFeatureActive;
|
32041
|
-
};
|
32042
|
-
/**
|
32043
|
-
* @private
|
32044
|
-
*/
|
32045
|
-
const getIsTeamsCall = (state) => state.isTeamsCall;
|
32046
|
-
/**
|
32047
|
-
* @private
|
32048
|
-
*/
|
32049
|
-
const getIsTeamsMeeting = (state) => state.isTeamsMeeting;
|
32050
|
-
/**
|
32051
|
-
* @private
|
32052
|
-
*/
|
32053
|
-
const getTeamsMeetingCoordinates = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.meetingConference) === null || _b === void 0 ? void 0 : _b.conferencePhones; };
|
32054
|
-
/**
|
32055
|
-
* @private
|
32056
|
-
*/
|
32057
|
-
const getLatestCapabilitiesChangedInfo = (state) => {
|
32058
|
-
var _a, _b;
|
32059
|
-
return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.capabilitiesFeature) === null || _b === void 0 ? void 0 : _b.latestCapabilitiesChangeInfo;
|
32060
|
-
};
|
32061
|
-
/**
|
32062
|
-
* @private
|
32063
|
-
*/
|
32064
|
-
const getTargetCallees = (state) => state.targetCallees;
|
32065
|
-
/**
|
32066
|
-
* @private
|
32067
|
-
*/
|
32068
|
-
const getStartTime = (state) => { var _a; return (_a = state.call) === null || _a === void 0 ? void 0 : _a.startTime; };
|
32069
|
-
/**
|
32070
|
-
* @private
|
32071
|
-
*/
|
32072
|
-
const getSpotlightedParticipants = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.spotlight) === null || _b === void 0 ? void 0 : _b.spotlightedParticipants; };
|
32073
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
32074
|
-
/**
|
32075
|
-
* @private
|
32076
|
-
*/
|
32077
|
-
const getAssignedBreakoutRoom = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.assignedBreakoutRoom; };
|
32078
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
32079
|
-
/**
|
32080
|
-
* @private
|
32081
|
-
*/
|
32082
|
-
const getBreakoutRoomSettings = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.breakoutRoomSettings; };
|
32083
|
-
/* @conditional-compile-remove(breakout-rooms) */
|
32084
|
-
/**
|
32085
|
-
* @private
|
32086
|
-
*/
|
32087
|
-
const getBreakoutRoomDisplayName = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === void 0 ? void 0 : _a.breakoutRooms) === null || _b === void 0 ? void 0 : _b.breakoutRoomDisplayName; };
|
32088
|
-
|
32089
32239
|
// Copyright (c) Microsoft Corporation.
|
32090
32240
|
// Licensed under the MIT License.
|
32091
32241
|
/**
|
32092
32242
|
* @private
|
32093
32243
|
*/
|
32094
32244
|
const Microphone = (props) => {
|
32095
|
-
var _a
|
32245
|
+
var _a;
|
32096
32246
|
const microphoneButtonProps = usePropsFor$1(MicrophoneButton);
|
32097
32247
|
const callStatus = useSelector$1(getCallStatus);
|
32098
32248
|
const isLocalMicrophoneEnabled = useSelector$1(getLocalMicrophoneEnabled);
|
32099
|
-
const
|
32100
|
-
const
|
32101
|
-
const unmuteMicCapability = (
|
32249
|
+
const isRoomsCall = useSelector$1(getIsRoomsCall);
|
32250
|
+
const role = useSelector$1(getRole);
|
32251
|
+
const unmuteMicCapability = (_a = useSelector$1(getCapabilites)) === null || _a === void 0 ? void 0 : _a.unmuteMic;
|
32102
32252
|
/**
|
32103
32253
|
* When call is in connecting state, microphone button should be disabled.
|
32104
32254
|
* This is due to to headless limitation where a call can not be muted/unmuted in lobby.
|
@@ -32116,7 +32266,7 @@ const Microphone = (props) => {
|
|
32116
32266
|
/* @conditional-compile-remove(DNS) */
|
32117
32267
|
onClickNoiseSuppression: props.onClickNoiseSuppression,
|
32118
32268
|
/* @conditional-compile-remove(DNS) */
|
32119
|
-
showNoiseSuppressionButton: props.showNoiseSuppressionButton, showLabel: props.displayType !== 'compact', disableTooltip: props.disableTooltip, styles: styles, enableDeviceSelectionMenu: props.splitButtonsForDeviceSelection, disabled: microphoneButtonProps.disabled || props.disabled || (isRoomsCall &&
|
32269
|
+
showNoiseSuppressionButton: props.showNoiseSuppressionButton, showLabel: props.displayType !== 'compact', disableTooltip: props.disableTooltip, styles: styles, enableDeviceSelectionMenu: props.splitButtonsForDeviceSelection, disabled: microphoneButtonProps.disabled || props.disabled || !!(isRoomsCall && role === 'Unknown'), onRenderOffIcon: unmuteMicCapability && !unmuteMicCapability.isPresent
|
32120
32270
|
? () => React.createElement(_HighContrastAwareIcon, { disabled: true, iconName: 'ControlButtonMicProhibited' })
|
32121
32271
|
: undefined })));
|
32122
32272
|
};
|
@@ -32143,16 +32293,15 @@ const isDisabled$3 = (option) => {
|
|
32143
32293
|
// Licensed under the MIT License.
|
32144
32294
|
/** @private */
|
32145
32295
|
const ScreenShare = (props) => {
|
32146
|
-
var _a;
|
32147
32296
|
const screenShareButtonProps = usePropsFor$1(ScreenShareButton);
|
32148
32297
|
const styles = React.useMemo(() => { var _a; return concatButtonBaseStyles((_a = props.styles) !== null && _a !== void 0 ? _a : {}); }, [props.styles]);
|
32149
|
-
const
|
32150
|
-
const
|
32298
|
+
const isRoomsCall = useSelector$1(getIsRoomsCall);
|
32299
|
+
const role = useSelector$1(getRole);
|
32151
32300
|
const screenShareButtonDisabled = () => {
|
32152
32301
|
var _a;
|
32153
32302
|
return (_a = screenShareButtonProps === null || screenShareButtonProps === void 0 ? void 0 : screenShareButtonProps.disabled) !== null && _a !== void 0 ? _a : isDisabled$2(props.option);
|
32154
32303
|
};
|
32155
|
-
return (React.createElement(ScreenShareButton, Object.assign({ "data-ui-id": "call-composite-screenshare-button" }, screenShareButtonProps, { showLabel: props.displayType !== 'compact', disabled: screenShareButtonDisabled() || props.disabled || (isRoomsCall &&
|
32304
|
+
return (React.createElement(ScreenShareButton, Object.assign({ "data-ui-id": "call-composite-screenshare-button" }, screenShareButtonProps, { showLabel: props.displayType !== 'compact', disabled: screenShareButtonDisabled() || props.disabled || !!(isRoomsCall && role === 'Unknown'), styles: styles })));
|
32156
32305
|
};
|
32157
32306
|
const isDisabled$2 = (option) => {
|
32158
32307
|
if (option === undefined || option === true || option === false) {
|
@@ -32458,34 +32607,38 @@ const inferCallControlOptions = (mobileView, callControlOptions) => {
|
|
32458
32607
|
* @private
|
32459
32608
|
*/
|
32460
32609
|
const CallControls = (props) => {
|
32461
|
-
var _a
|
32610
|
+
var _a;
|
32462
32611
|
const options = React.useMemo(() => inferCallControlOptions(!!props.isMobile, props.options), [props.isMobile, props.options]);
|
32463
|
-
const adapter = useAdapter();
|
32464
32612
|
const localeStrings = useLocale();
|
32465
32613
|
/* @conditional-compile-remove(DNS) */
|
32466
32614
|
const [isDeepNoiseSuppressionOn, setDeepNoiseSuppressionOn] = React.useState(false);
|
32467
32615
|
/* @conditional-compile-remove(DNS) */
|
32616
|
+
const adapter = useAdapter();
|
32617
|
+
/* @conditional-compile-remove(DNS) */
|
32468
32618
|
const startDeepNoiseSuppression = React.useCallback(() => __awaiter$m(void 0, void 0, void 0, function* () {
|
32469
32619
|
yield adapter.startNoiseSuppressionEffect();
|
32470
32620
|
}), [adapter]);
|
32471
32621
|
/* @conditional-compile-remove(DNS) */
|
32622
|
+
const deepNoiseSuppresionEffectsDependency = useSelector$1(getDeepNoiseSuppresionEffectsDependency);
|
32623
|
+
/* @conditional-compile-remove(DNS) */
|
32624
|
+
const deepNoiseSuppressionOnByDefault = useSelector$1(getDeepNoiseSuppresionIsOnByDefault);
|
32625
|
+
/* @conditional-compile-remove(DNS) */
|
32472
32626
|
React.useEffect(() => {
|
32473
|
-
if (
|
32474
|
-
adapter.getState().deepNoiseSuppressionOnByDefault) {
|
32627
|
+
if (deepNoiseSuppresionEffectsDependency && deepNoiseSuppressionOnByDefault) {
|
32475
32628
|
startDeepNoiseSuppression();
|
32476
32629
|
setDeepNoiseSuppressionOn(true);
|
32477
32630
|
}
|
32478
|
-
}, [
|
32631
|
+
}, [deepNoiseSuppresionEffectsDependency, deepNoiseSuppressionOnByDefault, startDeepNoiseSuppression]);
|
32479
32632
|
/* @conditional-compile-remove(DNS) */
|
32480
|
-
const environmentInfo =
|
32633
|
+
const environmentInfo = useSelector$1(getEnvironmentInfo);
|
32481
32634
|
/* @conditional-compile-remove(DNS) */
|
32482
32635
|
const isSafari = _isSafari(environmentInfo);
|
32483
32636
|
/* @conditional-compile-remove(DNS) */
|
32484
|
-
const
|
32485
|
-
|
32486
|
-
|
32487
|
-
|
32488
|
-
|
32637
|
+
const hideDeepNoiseSuppressionButton = useSelector$1(getHideDeepNoiseSupressionButton);
|
32638
|
+
/* @conditional-compile-remove(DNS) */
|
32639
|
+
const showNoiseSuppressionButton = !!(deepNoiseSuppresionEffectsDependency &&
|
32640
|
+
!hideDeepNoiseSuppressionButton &&
|
32641
|
+
!isSafari);
|
32489
32642
|
/* @conditional-compile-remove(DNS) */
|
32490
32643
|
const onClickNoiseSuppression = React.useCallback(() => __awaiter$m(void 0, void 0, void 0, function* () {
|
32491
32644
|
if (isDeepNoiseSuppressionOn) {
|
@@ -32538,6 +32691,7 @@ const CallControls = (props) => {
|
|
32538
32691
|
if (showReactionButtonInControlBar) {
|
32539
32692
|
numberOfButtons++;
|
32540
32693
|
}
|
32694
|
+
const isRoomsCall = useSelector$1(getIsRoomsCall);
|
32541
32695
|
const moreButtonContextualMenuItems = () => {
|
32542
32696
|
const items = [];
|
32543
32697
|
if (props.isMobile && props.onPeopleButtonClicked && isEnabled$2(options === null || options === void 0 ? void 0 : options.participantsButton)) {
|
@@ -32557,7 +32711,7 @@ const CallControls = (props) => {
|
|
32557
32711
|
['data-ui-id']: 'call-composite-more-menu-people-button'
|
32558
32712
|
});
|
32559
32713
|
}
|
32560
|
-
if (!
|
32714
|
+
if (!isRoomsCall) {
|
32561
32715
|
items.push({
|
32562
32716
|
key: 'holdButtonKey',
|
32563
32717
|
text: localeStrings.component.strings.holdButton.tooltipOffContent,
|
@@ -32590,11 +32744,11 @@ const CallControls = (props) => {
|
|
32590
32744
|
showDevicesButtonInControlBar = false;
|
32591
32745
|
showMoreButton = isEnabled$2(options === null || options === void 0 ? void 0 : options.moreButton);
|
32592
32746
|
}
|
32593
|
-
const reactionResources =
|
32747
|
+
const reactionResources = useSelector$1(getReactionResources);
|
32594
32748
|
const raiseHandButtonIsEnabled = isEnabled$2(options === null || options === void 0 ? void 0 : options.raiseHandButton);
|
32595
32749
|
let showRaiseHandButtonInControlBar = raiseHandButtonIsEnabled;
|
32596
|
-
const role = (
|
32597
|
-
const hideRaiseHandButtonInRoomsCall =
|
32750
|
+
const role = useSelector$1(getRole);
|
32751
|
+
const hideRaiseHandButtonInRoomsCall = isRoomsCall && role && ['Consumer', 'Unknown'].includes(role);
|
32598
32752
|
if (showRaiseHandButtonInControlBar && (props.isMobile ? numberOfButtons < 5 : true)) {
|
32599
32753
|
numberOfButtons++;
|
32600
32754
|
}
|
@@ -32681,8 +32835,8 @@ const CallControls = (props) => {
|
|
32681
32835
|
showRaiseHandButtonInControlBar && !hideRaiseHandButtonInRoomsCall && (React.createElement(RaiseHand, { displayType: options === null || options === void 0 ? void 0 : options.displayType })),
|
32682
32836
|
screenShareButtonIsEnabled && (React.createElement(ScreenShare, { option: options === null || options === void 0 ? void 0 : options.screenShareButton, displayType: options === null || options === void 0 ? void 0 : options.displayType, disabled: isDisabled$4(options === null || options === void 0 ? void 0 : options.screenShareButton) })),
|
32683
32837
|
showParticipantsButtonInControlBar && (React.createElement(Participants, { option: options === null || options === void 0 ? void 0 : options.participantsButton, callInvitationURL: props.callInvitationURL, onFetchParticipantMenuItems: props.onFetchParticipantMenuItems, displayType: options === null || options === void 0 ? void 0 : options.displayType, increaseFlyoutItemSize: props.increaseFlyoutItemSize, isMobile: props.isMobile, disabled: isDisabled$4(options === null || options === void 0 ? void 0 : options.participantsButton) })) && (React.createElement(People, { checked: props.peopleButtonChecked, ariaLabel: peopleButtonStrings === null || peopleButtonStrings === void 0 ? void 0 : peopleButtonStrings.label, showLabel: (options === null || options === void 0 ? void 0 : options.displayType) !== 'compact', onClick: props.onPeopleButtonClicked, "data-ui-id": "call-composite-people-button", strings: peopleButtonStrings, disabled: isDisabled$4(options === null || options === void 0 ? void 0 : options.participantsButton), disableTooltip: props.isMobile })),
|
32684
|
-
showDevicesButtonInControlBar && (React.createElement(Devices, { displayType: options === null || options === void 0 ? void 0 : options.displayType, increaseFlyoutItemSize: props.increaseFlyoutItemSize, disabled: isDisabled$4(options === null || options === void 0 ? void 0 : options.devicesButton) })), (
|
32685
|
-
|
32838
|
+
showDevicesButtonInControlBar && (React.createElement(Devices, { displayType: options === null || options === void 0 ? void 0 : options.displayType, increaseFlyoutItemSize: props.increaseFlyoutItemSize, disabled: isDisabled$4(options === null || options === void 0 ? void 0 : options.devicesButton) })), (_a = customButtons['primary']) === null || _a === void 0 ? void 0 :
|
32839
|
+
_a.slice(0, props.isMobile
|
32686
32840
|
? CUSTOM_BUTTON_OPTIONS.MAX_PRIMARY_MOBILE_CUSTOM_BUTTONS
|
32687
32841
|
: CUSTOM_BUTTON_OPTIONS.MAX_PRIMARY_DESKTOP_CUSTOM_BUTTONS).map((CustomButton, i) => {
|
32688
32842
|
return (React.createElement(CustomButton, { key: `primary-custom-button-${i}`,
|
@@ -32693,10 +32847,6 @@ const CallControls = (props) => {
|
|
32693
32847
|
isEnabled$2(options === null || options === void 0 ? void 0 : options.endCallButton) && React.createElement(EndCall, { displayType: options === null || options === void 0 ? void 0 : options.displayType })))));
|
32694
32848
|
};
|
32695
32849
|
const isEnabled$2 = (option) => option !== false;
|
32696
|
-
/** @private */
|
32697
|
-
const isRoomsCallTrampoline = (adapter) => {
|
32698
|
-
return adapter.getState().isRoomsCall;
|
32699
|
-
};
|
32700
32850
|
|
32701
32851
|
// Copyright (c) Microsoft Corporation.
|
32702
32852
|
// Licensed under the MIT License.
|
@@ -34662,7 +34812,7 @@ const SidePane = (props) => {
|
|
34662
34812
|
if (!ContentRenderer && !OverrideContentRenderer) {
|
34663
34813
|
return React.createElement(EmptyElement, null);
|
34664
34814
|
}
|
34665
|
-
return (React.createElement(react.Stack, { verticalFill: true, grow: true, styles: paneStyles, "data-ui-id": "SidePane", tokens: props.mobileView || (!props.showAddPeopleButton && (sidePaneRenderer === null || sidePaneRenderer === void 0 ? void 0 : sidePaneRenderer.id) === 'people') ? {} : sidePaneTokens },
|
34815
|
+
return (React.createElement(react.Stack, { "aria-label": props.ariaLabel, "data-is-focusable": !!props.ariaLabel, role: props.ariaLabel ? 'navigation' : undefined, tabIndex: props.ariaLabel ? 0 : undefined, verticalFill: true, grow: true, styles: paneStyles, "data-ui-id": "SidePane", tokens: props.mobileView || (!props.showAddPeopleButton && (sidePaneRenderer === null || sidePaneRenderer === void 0 ? void 0 : sidePaneRenderer.id) === 'people') ? {} : sidePaneTokens },
|
34666
34816
|
HeaderToRender,
|
34667
34817
|
React.createElement(react.Stack.Item, { verticalFill: true, grow: true, styles: paneBodyContainer },
|
34668
34818
|
React.createElement(react.Stack, { verticalFill: true, styles: scrollableContainer },
|
@@ -35124,9 +35274,8 @@ const PeoplePaneContent = (props) => {
|
|
35124
35274
|
const addParticipantToCall = React.useCallback((participant, options) => __awaiter$h(void 0, void 0, void 0, function* () {
|
35125
35275
|
yield adapter.addParticipant(participant, options);
|
35126
35276
|
}), [adapter]);
|
35127
|
-
const
|
35128
|
-
const
|
35129
|
-
const removeButtonAllowed = canRemoveParticipants(adapter);
|
35277
|
+
const participantListDefaultProps = usePropsFor$1(ParticipantList$l);
|
35278
|
+
const removeButtonAllowed = canRemoveParticipants(props.role);
|
35130
35279
|
const setDrawerMenuItemsForParticipant = React.useMemo(() => {
|
35131
35280
|
return (participant) => {
|
35132
35281
|
if (participant) {
|
@@ -35164,9 +35313,9 @@ const PeoplePaneContent = (props) => {
|
|
35164
35313
|
if (props.mobileView) {
|
35165
35314
|
return (React.createElement(react.Stack, { verticalFill: true, styles: peoplePaneContainerStyle, tokens: peoplePaneContainerTokens, "data-ui-id": "people-pane-content" },
|
35166
35315
|
React.createElement(react.Stack.Item, { grow: true, styles: participantListContainerStyles }, participantList),
|
35167
|
-
React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings, onAddParticipant: addParticipantToCall, alternateCallerId: alternateCallerId })));
|
35316
|
+
React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings, onAddParticipant: addParticipantToCall, alternateCallerId: props.alternateCallerId })));
|
35168
35317
|
}
|
35169
|
-
return (React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings, onAddParticipant: addParticipantToCall, alternateCallerId: alternateCallerId }));
|
35318
|
+
return (React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings, onAddParticipant: addParticipantToCall, alternateCallerId: props.alternateCallerId }));
|
35170
35319
|
};
|
35171
35320
|
/**
|
35172
35321
|
* Create default contextual menu items for particant
|
@@ -35196,13 +35345,11 @@ const createDefaultContextualMenuItems = (participant, strings, onRemoveParticip
|
|
35196
35345
|
}
|
35197
35346
|
return menuItems;
|
35198
35347
|
};
|
35199
|
-
const canRemoveParticipants = (
|
35200
|
-
var _a;
|
35348
|
+
const canRemoveParticipants = (role) => {
|
35201
35349
|
// TODO: We should be using the removeParticipant capability here but there is an SDK bug for Rooms where a
|
35202
35350
|
// Presenter's removeParticipant capability is {isPresent: false, reason: 'CapabilityNotApplicableForTheCallType'}.
|
35203
35351
|
// But a Presenter in Rooms should be able to remove participants according to the following documentation
|
35204
35352
|
// https://learn.microsoft.com/en-us/azure/communication-services/concepts/rooms/room-concept#predefined-participant-roles-and-permissions
|
35205
|
-
const role = (_a = adapter.getState().call) === null || _a === void 0 ? void 0 : _a.role;
|
35206
35353
|
const canRemove = role === 'Presenter' || role === 'Unknown' || role === undefined;
|
35207
35354
|
return canRemove;
|
35208
35355
|
};
|
@@ -35444,11 +35591,13 @@ const usePeoplePane = (props) => {
|
|
35444
35591
|
localeStrings.unpinParticipantMenuItemAriaLabel,
|
35445
35592
|
localeStrings.pinParticipantMenuItemAriaLabel
|
35446
35593
|
]);
|
35594
|
+
const role = useSelector$1(getRole);
|
35595
|
+
const alternateCallerId = useSelector$1(getAlternateCallerId);
|
35447
35596
|
const onRenderContent = React.useCallback(() => {
|
35448
35597
|
return (React.createElement(React.Fragment, null,
|
35449
35598
|
/* @conditional-compile-remove(soft-mute) */
|
35450
35599
|
React.createElement(Prompt, Object.assign({}, muteAllPromptLabels, { styles: { main: { minWidth: '22.5rem', padding: '1.5rem' } }, onConfirm: () => onMuteAllPromptConfirm(), isOpen: showMuteAllPrompt, onCancel: () => setShowMuteAllPrompt(false) })),
|
35451
|
-
React.createElement(PeoplePaneContent, { inviteLink: inviteLink, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItemsForCallComposite, setDrawerMenuItems: setDrawerMenuItems, mobileView: mobileView, setParticipantActioned: setParticipantActioned, participantListHeadingMoreButtonProps: sidePaneHeaderMenuProps, pinnedParticipants: pinnedParticipants })));
|
35600
|
+
React.createElement(PeoplePaneContent, { inviteLink: inviteLink, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItemsForCallComposite, setDrawerMenuItems: setDrawerMenuItems, mobileView: mobileView, setParticipantActioned: setParticipantActioned, participantListHeadingMoreButtonProps: sidePaneHeaderMenuProps, pinnedParticipants: pinnedParticipants, role: role, alternateCallerId: alternateCallerId })));
|
35452
35601
|
}, [
|
35453
35602
|
inviteLink,
|
35454
35603
|
mobileView,
|
@@ -35458,6 +35607,8 @@ const usePeoplePane = (props) => {
|
|
35458
35607
|
setParticipantActioned,
|
35459
35608
|
sidePaneHeaderMenuProps,
|
35460
35609
|
pinnedParticipants,
|
35610
|
+
role,
|
35611
|
+
alternateCallerId,
|
35461
35612
|
/* @conditional-compile-remove(soft-mute) */ showMuteAllPrompt,
|
35462
35613
|
/* @conditional-compile-remove(soft-mute) */ setShowMuteAllPrompt,
|
35463
35614
|
/* @conditional-compile-remove(soft-mute) */ muteAllPromptLabels,
|
@@ -35754,9 +35905,8 @@ const VideoEffectsPaneContent = (props) => {
|
|
35754
35905
|
}
|
35755
35906
|
}
|
35756
35907
|
];
|
35757
|
-
|
35758
|
-
|
35759
|
-
videoEffectImages.forEach((img) => {
|
35908
|
+
if (props.backgroundImages) {
|
35909
|
+
props.backgroundImages.forEach((img) => {
|
35760
35910
|
var _a;
|
35761
35911
|
videoEffects.push({
|
35762
35912
|
itemKey: img.key,
|
@@ -35770,7 +35920,13 @@ const VideoEffectsPaneContent = (props) => {
|
|
35770
35920
|
});
|
35771
35921
|
}
|
35772
35922
|
return videoEffects;
|
35773
|
-
}, [
|
35923
|
+
}, [
|
35924
|
+
strings.removeBackgroundEffectButtonLabel,
|
35925
|
+
strings.removeBackgroundTooltip,
|
35926
|
+
strings.blurBackgroundEffectButtonLabel,
|
35927
|
+
strings.blurBackgroundTooltip,
|
35928
|
+
props.backgroundImages
|
35929
|
+
]);
|
35774
35930
|
const onEffectChange = React.useCallback((effectKey) => __awaiter$g(void 0, void 0, void 0, function* () {
|
35775
35931
|
if (effectKey === 'blur') {
|
35776
35932
|
const blurEffect = {
|
@@ -35855,12 +36011,13 @@ const useVideoEffectsPane = (updateSidePaneRenderer, mobileView, latestErrors, o
|
|
35855
36011
|
}, [closePane, locale.strings, mobileView]);
|
35856
36012
|
const latestVideoEffectError = latestErrors.find((error) => error.type === 'unableToStartVideoEffect');
|
35857
36013
|
const updateFocusHandle = React.useMemo(() => React.createRef(), []);
|
36014
|
+
const backgroundImages = useSelector$1(getVideoBackgroundImages);
|
35858
36015
|
const onRenderContent = React.useCallback(() => {
|
35859
36016
|
return (React.createElement(VideoEffectsPaneContent, { onDismissError: onDismissError, activeVideoEffectError: latestVideoEffectError, activeVideoEffectChange: () => {
|
35860
36017
|
// Clear any existing video effects error when the user clicks on a new video effect
|
35861
36018
|
latestVideoEffectError && (onDismissError === null || onDismissError === void 0 ? void 0 : onDismissError(latestVideoEffectError));
|
35862
|
-
}, updateFocusHandle: updateFocusHandle }));
|
35863
|
-
}, [latestVideoEffectError, onDismissError, updateFocusHandle]);
|
36019
|
+
}, updateFocusHandle: updateFocusHandle, backgroundImages: backgroundImages }));
|
36020
|
+
}, [latestVideoEffectError, onDismissError, updateFocusHandle, backgroundImages]);
|
35864
36021
|
const sidePaneRenderer = React.useMemo(() => ({
|
35865
36022
|
headerRenderer: onRenderHeader,
|
35866
36023
|
contentRenderer: onRenderContent,
|
@@ -36070,10 +36227,9 @@ const DRAG_OPTIONS = {
|
|
36070
36227
|
* @private
|
36071
36228
|
*/
|
36072
36229
|
const ModalLocalAndRemotePIP = (props) => {
|
36073
|
-
var _a
|
36230
|
+
var _a;
|
36074
36231
|
const rootStyles = props.hidden ? hiddenStyle : PIPContainerStyle;
|
36075
|
-
const
|
36076
|
-
const role = (_a = adapter.getState().call) === null || _a === void 0 ? void 0 : _a.role;
|
36232
|
+
const role = useSelector$1(getRole);
|
36077
36233
|
const locale = useLocale();
|
36078
36234
|
const pictureInPictureProps = useSelector$1(localAndRemotePIPSelector);
|
36079
36235
|
const [touchStartTouches, setTouchStartTouches] = React.useState(null);
|
@@ -36119,7 +36275,7 @@ const ModalLocalAndRemotePIP = (props) => {
|
|
36119
36275
|
if (role === 'Consumer' && !remoteParticipant) {
|
36120
36276
|
return null;
|
36121
36277
|
}
|
36122
|
-
const modalStylesThemed = react.concatStyleSets(modalStyle, (
|
36278
|
+
const modalStylesThemed = react.concatStyleSets(modalStyle, (_a = props.styles) === null || _a === void 0 ? void 0 : _a.modal);
|
36123
36279
|
return (React.createElement(react.Stack, { styles: rootStyles },
|
36124
36280
|
React.createElement(react.Stack, { onTouchStart: onTouchStart, onTouchEnd: onTouchEnd },
|
36125
36281
|
React.createElement(_ModalClone, { isOpen: true, isModeless: true, dragOptions: DRAG_OPTIONS, styles: modalStylesThemed, layerProps: { hostId: props.modalLayerHostId }, minDragPosition: props.minDragPosition, maxDragPosition: props.maxDragPosition },
|
@@ -36486,7 +36642,7 @@ const MAX_PINNED_REMOTE_VIDEO_TILES = 4;
|
|
36486
36642
|
* @private
|
36487
36643
|
*/
|
36488
36644
|
const CallArrangement = (props) => {
|
36489
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
36645
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
36490
36646
|
const containerClassName = React.useMemo(() => {
|
36491
36647
|
return props.mobileView ? containerStyleMobile : containerStyleDesktop;
|
36492
36648
|
}, [props.mobileView]);
|
@@ -36538,7 +36694,7 @@ const CallArrangement = (props) => {
|
|
36538
36694
|
setParticipantActioned
|
36539
36695
|
]);
|
36540
36696
|
const locale = useLocale();
|
36541
|
-
const role = (
|
36697
|
+
const role = useSelector$1(getRole);
|
36542
36698
|
const videoGalleryProps = usePropsFor$1(VideoGallery);
|
36543
36699
|
/* @conditional-compile-remove(soft-mute) */
|
36544
36700
|
const muteAllHandlers = useHandlers();
|
@@ -36587,7 +36743,7 @@ const CallArrangement = (props) => {
|
|
36587
36743
|
}, [onPinParticipant, onUnpinParticipant, pinnedParticipants]);
|
36588
36744
|
const { onStartLocalSpotlightWithPrompt, onStopLocalSpotlightWithPrompt } = useLocalSpotlightCallbacksWithPrompt(onStartLocalSpotlight, onStopLocalSpotlight, setIsPromptOpen, setPromptProps);
|
36589
36745
|
const { onStartRemoteSpotlightWithPrompt, onStopRemoteSpotlightWithPrompt } = useRemoteSpotlightCallbacksWithPrompt(onStartRemoteSpotlight, onStopRemoteSpotlight, setIsPromptOpen, setPromptProps);
|
36590
|
-
const canRemoveSpotlight = (
|
36746
|
+
const canRemoveSpotlight = (_b = useSelector$1(getCapabilites)) === null || _b === void 0 ? void 0 : _b.removeParticipantsSpotlight.isPresent;
|
36591
36747
|
const stopAllSpotlight = React.useMemo(() => (canRemoveSpotlight ? () => adapter.stopAllSpotlight() : undefined), [canRemoveSpotlight, adapter]);
|
36592
36748
|
const { stopAllSpotlightWithPrompt } = useStopAllSpotlightCallbackWithPrompt(stopAllSpotlight, setIsPromptOpen, setPromptProps);
|
36593
36749
|
const onMuteParticipantPeoplePaneProps = React.useMemo(() => {
|
@@ -36661,8 +36817,8 @@ const CallArrangement = (props) => {
|
|
36661
36817
|
position: 'relative'
|
36662
36818
|
};
|
36663
36819
|
}, [isMobileWithActivePane, props.mobileView]);
|
36664
|
-
const onResolveVideoEffectDependency =
|
36665
|
-
const { openVideoEffectsPane } = useVideoEffectsPane(props.updateSidePaneRenderer, props.mobileView, props.latestErrors, props.onDismissError, cameraButtonRef);
|
36820
|
+
const onResolveVideoEffectDependency = useSelector$1(getVideoEffectsDependency);
|
36821
|
+
const { openVideoEffectsPane, isVideoEffectsPaneOpen } = useVideoEffectsPane(props.updateSidePaneRenderer, props.mobileView, props.latestErrors, props.onDismissError, cameraButtonRef);
|
36666
36822
|
const [showDrawer, setShowDrawer] = React.useState(false);
|
36667
36823
|
const onMoreButtonClicked = React.useCallback(() => {
|
36668
36824
|
setShowDrawer(true);
|
@@ -36705,7 +36861,7 @@ const CallArrangement = (props) => {
|
|
36705
36861
|
const galleryContainerStyles = React.useMemo(() => {
|
36706
36862
|
var _a;
|
36707
36863
|
return Object.assign(Object.assign({}, mediaGalleryContainerStyles$1), (((_a = props === null || props === void 0 ? void 0 : props.captionsOptions) === null || _a === void 0 ? void 0 : _a.height) === 'full' ? { root: { postion: 'absolute' } } : {}));
|
36708
|
-
}, [(
|
36864
|
+
}, [(_c = props === null || props === void 0 ? void 0 : props.captionsOptions) === null || _c === void 0 ? void 0 : _c.height]);
|
36709
36865
|
if (isTeamsMeeting) {
|
36710
36866
|
filteredLatestErrorNotifications
|
36711
36867
|
.filter((notification) => notification.type === 'teamsMeetingCallNetworkQualityLow')
|
@@ -36718,8 +36874,8 @@ const CallArrangement = (props) => {
|
|
36718
36874
|
const verticalControlBar = props.mobileView && containerWidth && containerHeight && containerWidth / containerHeight > 1 ? true : false;
|
36719
36875
|
// Filter out shareScreen capability notifications if on mobile
|
36720
36876
|
const filteredCapabilitesChangedNotifications = props.mobileView
|
36721
|
-
? (
|
36722
|
-
: (
|
36877
|
+
? (_d = props.capabilitiesChangedNotificationBarProps) === null || _d === void 0 ? void 0 : _d.capabilitiesChangedNotifications.filter((notification) => notification.capabilityName !== 'shareScreen')
|
36878
|
+
: (_e = props.capabilitiesChangedNotificationBarProps) === null || _e === void 0 ? void 0 : _e.capabilitiesChangedNotifications;
|
36723
36879
|
/* @conditional-compile-remove(breakout-rooms) */
|
36724
36880
|
const notificationStackStrings = useCompositeStringsForNotificationStackStrings(locale);
|
36725
36881
|
let latestNotifications = props.latestNotifications;
|
@@ -36729,17 +36885,18 @@ const CallArrangement = (props) => {
|
|
36729
36885
|
latestNotifications = props.mobileView
|
36730
36886
|
? (latestNotifications !== null && latestNotifications !== void 0 ? latestNotifications : []).filter((notification) => notification.type !== 'assignedBreakoutRoomOpenedPromptJoin')
|
36731
36887
|
: latestNotifications;
|
36888
|
+
const reactionResources = useSelector$1(getReactionResources);
|
36732
36889
|
return (React.createElement("div", { ref: containerRef, className: react.mergeStyles(containerDivStyles), id: props.id },
|
36733
36890
|
React.createElement(react.Stack, { verticalFill: true, horizontalAlign: "stretch", className: containerClassName, "data-ui-id": props.dataUiId },
|
36734
36891
|
React.createElement(react.Stack, { reversed: true, horizontal: verticalControlBar, grow: true, styles: callArrangementContainerStyles(verticalControlBar) },
|
36735
|
-
((
|
36892
|
+
((_f = props.callControlProps) === null || _f === void 0 ? void 0 : _f.options) !== false && !isMobileWithActivePane && (React.createElement(react.Stack, { verticalAlign: 'center', className: react.mergeStyles({
|
36736
36893
|
zIndex: CONTROL_BAR_Z_INDEX,
|
36737
36894
|
padding: verticalControlBar ? '0.25rem' : 'unset'
|
36738
|
-
}) }, isLegacyCallControlEnabled((
|
36895
|
+
}) }, isLegacyCallControlEnabled((_g = props.callControlProps) === null || _g === void 0 ? void 0 : _g.options) ? (React.createElement(CallControls, Object.assign({}, props.callControlProps, { containerWidth: containerWidth, containerHeight: containerHeight, isMobile: props.mobileView, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, displayVertical: verticalControlBar }))) : (React.createElement(CommonCallControlBar, Object.assign({}, props.callControlProps, { callControls: props.callControlProps.options, callAdapter: adapter, mobileView: props.mobileView, disableButtonsForLobbyPage: isInLobby, disableButtonsForHoldScreen: isInLocalHold, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, onMoreButtonClicked: onMoreButtonClicked, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) ||
|
36739
36896
|
/* @conditional-compile-remove(acs-close-captions) */ hasJoinedCall, useTeamsCaptions: useTeamsCaptions, isCaptionsOn: isCaptionsOn, onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef, onStopLocalSpotlight: !hideSpotlightButtons && localParticipant.spotlight ? onStopLocalSpotlightWithPrompt : undefined, onToggleTeamsMeetingConferenceModal: toggleTeamsMeetingConferenceModal, teamsMeetingConferenceModalPresent: showTeamsMeetingConferenceModal }))))),
|
36740
|
-
((
|
36897
|
+
((_h = props.callControlProps) === null || _h === void 0 ? void 0 : _h.options) !== false && showDrawer && (React.createElement(react.Stack, { styles: drawerContainerStylesValue },
|
36741
36898
|
React.createElement(PreparedMoreDrawer, { callControls: props.callControlProps.options, onLightDismiss: closeDrawer, onPeopleButtonClicked: onMoreDrawerPeopleClicked, disableButtonsForHoldScreen: isInLocalHold, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) ||
|
36742
|
-
/* @conditional-compile-remove(acs-close-captions) */ hasJoinedCall, useTeamsCaptions: useTeamsCaptions, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, reactionResources:
|
36899
|
+
/* @conditional-compile-remove(acs-close-captions) */ hasJoinedCall, useTeamsCaptions: useTeamsCaptions, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, reactionResources: reactionResources, onClickMeetingPhoneInfo: onMeetingPhoneInfoClicked }))),
|
36743
36900
|
React.createElement(react.Stack, { horizontal: true, grow: true },
|
36744
36901
|
React.createElement(react.Stack.Item, { style: callCompositeContainerCSS },
|
36745
36902
|
React.createElement(react.Stack.Item, { styles: callGalleryStyles, grow: true },
|
@@ -36761,7 +36918,7 @@ const CallArrangement = (props) => {
|
|
36761
36918
|
React.createElement(SidePane, { mobileView: props.mobileView, maxWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, minWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, updateSidePaneRenderer: props.updateSidePaneRenderer, onPeopleButtonClicked: props.mobileView && !shouldShowPeopleTabHeaderButton(props.callControlProps.options)
|
36762
36919
|
? undefined
|
36763
36920
|
: togglePeoplePane, disablePeopleButton: typeof props.callControlProps.options !== 'boolean' &&
|
36764
|
-
isDisabled$4((
|
36921
|
+
isDisabled$4((_j = props.callControlProps.options) === null || _j === void 0 ? void 0 : _j.participantsButton), onChatButtonClicked: (_k = props.mobileChatTabHeader) === null || _k === void 0 ? void 0 : _k.onClick, disableChatButton: (_l = props.mobileChatTabHeader) === null || _l === void 0 ? void 0 : _l.disabled, showAddPeopleButton: !!props.callControlProps.callInvitationURL, ariaLabel: isVideoEffectsPaneOpen ? locale.strings.call.videoEffectsPaneAriaLabel : undefined }),
|
36765
36922
|
props.mobileView && (React.createElement(ModalLocalAndRemotePIP, { modalLayerHostId: props.modalLayerHostId, hidden: !isSidePaneOpen, styles: pipStyles, strings: modalStrings, minDragPosition: minMaxDragPosition.minDragPosition, maxDragPosition: minMaxDragPosition.maxDragPosition, onDismissSidePane: () => {
|
36766
36923
|
closePeoplePane();
|
36767
36924
|
if (props.onCloseChatPane) {
|
@@ -36817,21 +36974,20 @@ const remoteVideoViewOptions = {
|
|
36817
36974
|
* @private
|
36818
36975
|
*/
|
36819
36976
|
const MediaGallery = (props) => {
|
36820
|
-
var _a, _b
|
36977
|
+
var _a, _b;
|
36821
36978
|
const { pinnedParticipants = [], setPinnedParticipants, setIsPromptOpen, setPromptProps, hideSpotlightButtons, videoTilesOptions, captionsOptions } = props;
|
36822
36979
|
const videoGalleryProps = usePropsFor$1(VideoGallery);
|
36823
36980
|
const cameraSwitcherCameras = useSelector$1(localVideoCameraCycleButtonSelector);
|
36824
36981
|
const cameraSwitcherCallback = useHandlers();
|
36825
36982
|
const announcerString = useParticipantChangedAnnouncement();
|
36826
|
-
const
|
36827
|
-
const
|
36828
|
-
const isRoomsCall = adapter.getState().isRoomsCall;
|
36983
|
+
const userRole = useSelector$1(getRole);
|
36984
|
+
const isRoomsCall = useSelector$1(getIsRoomsCall);
|
36829
36985
|
const containerRef = React.useRef(null);
|
36830
36986
|
const containerWidth = _useContainerWidth(containerRef);
|
36831
36987
|
const containerHeight = _useContainerHeight(containerRef);
|
36832
36988
|
const containerAspectRatio = containerWidth && containerHeight ? containerWidth / containerHeight : 0;
|
36833
|
-
const reactionResources =
|
36834
|
-
const layoutBasedOnTilePosition = getVideoGalleryLayoutBasedOnLocalOptions((
|
36989
|
+
const reactionResources = useSelector$1(getReactionResources);
|
36990
|
+
const layoutBasedOnTilePosition = getVideoGalleryLayoutBasedOnLocalOptions((_a = props.localVideoTileOptions) === null || _a === void 0 ? void 0 : _a.position);
|
36835
36991
|
const cameraSwitcherProps = React.useMemo(() => {
|
36836
36992
|
return Object.assign(Object.assign({}, cameraSwitcherCallback), cameraSwitcherCameras);
|
36837
36993
|
}, [cameraSwitcherCallback, cameraSwitcherCameras]);
|
@@ -36846,7 +37002,7 @@ const MediaGallery = (props) => {
|
|
36846
37002
|
: props.isMobile
|
36847
37003
|
? { kind: 'drawer', hostId: props.drawerMenuHostId }
|
36848
37004
|
: { kind: 'contextual' };
|
36849
|
-
}, [(
|
37005
|
+
}, [(_b = props.remoteVideoTileMenuOptions) === null || _b === void 0 ? void 0 : _b.isHidden, props.isMobile, props.drawerMenuHostId]);
|
36850
37006
|
const overflowGalleryPosition = React.useMemo(() => {
|
36851
37007
|
/* @conditional-compile-remove(overflow-top-composite) */
|
36852
37008
|
if (props.userSetOverflowGalleryPosition === 'horizontalTop') {
|
@@ -37176,12 +37332,10 @@ var __awaiter$e = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
37176
37332
|
});
|
37177
37333
|
};
|
37178
37334
|
const DtmfDialpadPageContent = (props) => {
|
37179
|
-
var _a, _b;
|
37180
|
-
const { adapter } = props;
|
37181
|
-
const adapterState = adapter.getState();
|
37182
37335
|
const theme = react.useTheme();
|
37183
|
-
const
|
37184
|
-
const remoteParticipants = (
|
37336
|
+
const targetCallees = useSelector$1(getTargetCallees);
|
37337
|
+
const remoteParticipants = useSelector$1(getRemoteParticipants);
|
37338
|
+
const calleeId = targetCallees === null || targetCallees === void 0 ? void 0 : targetCallees[0];
|
37185
37339
|
let calleeName;
|
37186
37340
|
if (remoteParticipants) {
|
37187
37341
|
const remoteParticipantValues = Object.values(remoteParticipants);
|
@@ -37192,6 +37346,7 @@ const DtmfDialpadPageContent = (props) => {
|
|
37192
37346
|
calleeName = remoteParticipantValues.find((p) => p.identifier === calleeId);
|
37193
37347
|
}
|
37194
37348
|
}
|
37349
|
+
const adapter = useAdapter();
|
37195
37350
|
return (React.createElement(react.Stack, { style: { height: '100%', width: '100%', background: theme.palette.white } },
|
37196
37351
|
React.createElement(react.Stack, { verticalAlign: 'center', style: { margin: 'auto' } },
|
37197
37352
|
React.createElement(DtmfDialerContentTimer, null),
|
@@ -37222,8 +37377,7 @@ const DtmfDialerContentTimer = () => {
|
|
37222
37377
|
* @internal
|
37223
37378
|
*/
|
37224
37379
|
const DtmfDialpadPage = (props) => {
|
37225
|
-
|
37226
|
-
return React.createElement(DtmfDialpadPageContent, Object.assign({ adapter: adapter }, props, { mobileView: props.mobileView }));
|
37380
|
+
return React.createElement(DtmfDialpadPageContent, Object.assign({}, props, { mobileView: props.mobileView }));
|
37227
37381
|
};
|
37228
37382
|
|
37229
37383
|
// Copyright (c) Microsoft Corporation.
|
@@ -37740,18 +37894,18 @@ const localVideoViewOptions = {
|
|
37740
37894
|
* @private
|
37741
37895
|
*/
|
37742
37896
|
const LocalDeviceSettings = (props) => {
|
37743
|
-
var _a, _b
|
37897
|
+
var _a, _b;
|
37744
37898
|
const theme = useTheme();
|
37745
37899
|
const locale = useLocale();
|
37746
37900
|
const adapter = useAdapter();
|
37747
|
-
const onResolveVideoEffectDependency =
|
37901
|
+
const onResolveVideoEffectDependency = useSelector$1(getVideoEffectsDependency);
|
37748
37902
|
const defaultPlaceHolder = locale.strings.call.defaultPlaceHolder;
|
37749
37903
|
const cameraLabel = locale.strings.call.cameraLabel;
|
37750
37904
|
const soundLabel = locale.strings.call.soundLabel;
|
37751
37905
|
const noSpeakersLabel = locale.strings.call.noSpeakersLabel;
|
37752
37906
|
const noCameraLabel = locale.strings.call.noCamerasLabel;
|
37753
37907
|
const noMicLabel = locale.strings.call.noMicrophonesLabel;
|
37754
|
-
const role = (
|
37908
|
+
const role = useSelector$1(getRole);
|
37755
37909
|
const cameraPermissionGranted = props.cameraPermissionGranted;
|
37756
37910
|
const micPermissionGranted = props.microphonePermissionGranted;
|
37757
37911
|
const roleCanUseCamera = role !== 'Consumer';
|
@@ -37773,15 +37927,15 @@ const LocalDeviceSettings = (props) => {
|
|
37773
37927
|
const hasCameras = props.cameras.length > 0;
|
37774
37928
|
const hasMicrophones = props.microphones.length > 0;
|
37775
37929
|
const hasSpeakers = props.speakers.length > 0;
|
37776
|
-
/* @conditional-compile-remove(
|
37777
|
-
const isSafariWithNoSpeakers = ((
|
37930
|
+
/* @conditional-compile-remove(calling-environment-info) */
|
37931
|
+
const isSafariWithNoSpeakers = ((_a = useSelector$1(getEnvironmentInfo)) === null || _a === void 0 ? void 0 : _a.environment.browser.toLowerCase()) === 'safari' && !hasSpeakers;
|
37778
37932
|
const cameraGrantedDropdown = (React.createElement(react.Dropdown, { "data-ui-id": "call-composite-local-camera-settings", "aria-labelledby": 'call-composite-local-camera-settings-label', placeholder: hasCameras ? defaultPlaceHolder : noCameraLabel, options: cameraPermissionGranted ? getDropDownList(props.cameras) : [{ key: 'deniedOrUnknown', text: '' }], styles: dropDownStyles(theme), disabled: !cameraPermissionGranted || !hasCameras, errorMessage: props.cameraPermissionGranted === undefined || props.cameraPermissionGranted
|
37779
37933
|
? undefined
|
37780
37934
|
: locale.strings.call.cameraPermissionDenied, defaultSelectedKey: micPermissionGranted
|
37781
37935
|
? props.selectedCamera
|
37782
37936
|
? props.selectedCamera.id
|
37783
37937
|
: props.cameras
|
37784
|
-
? (
|
37938
|
+
? (_b = props.cameras[0]) === null || _b === void 0 ? void 0 : _b.id
|
37785
37939
|
: ''
|
37786
37940
|
: 'deniedOrUnknown', onChange: (event, option, index) => {
|
37787
37941
|
props.onSelectCamera(props.cameras[index !== null && index !== void 0 ? index : 0], localVideoViewOptions);
|
@@ -37799,7 +37953,7 @@ const LocalDeviceSettings = (props) => {
|
|
37799
37953
|
props.onSelectSpeaker(props.speakers[index !== null && index !== void 0 ? index : 0]);
|
37800
37954
|
}, onRenderTitle: (props) => onRenderTitle('Speaker', props) }));
|
37801
37955
|
const safariBrowserSpeakerDropdownTrampoline = () => {
|
37802
|
-
/* @conditional-compile-remove(
|
37956
|
+
/* @conditional-compile-remove(calling-environment-info) */
|
37803
37957
|
if (isSafariWithNoSpeakers) {
|
37804
37958
|
return React.createElement(React.Fragment, null);
|
37805
37959
|
}
|
@@ -38364,7 +38518,7 @@ var __awaiter$c = (window && window.__awaiter) || function (thisArg, _arguments,
|
|
38364
38518
|
* @private
|
38365
38519
|
*/
|
38366
38520
|
const ConfigurationPage = (props) => {
|
38367
|
-
var _a
|
38521
|
+
var _a;
|
38368
38522
|
const { startCallHandler, mobileView, modalLayerHostId,
|
38369
38523
|
/* @conditional-compile-remove(call-readiness) */ deviceChecks,
|
38370
38524
|
/* @conditional-compile-remove(call-readiness) */ onPermissionsTroubleshootingClick,
|
@@ -38381,12 +38535,11 @@ const ConfigurationPage = (props) => {
|
|
38381
38535
|
/* @conditional-compile-remove(call-readiness) */
|
38382
38536
|
getDevicePermissionState(setVideoState, setAudioState);
|
38383
38537
|
const errorBarProps = usePropsFor$1(ErrorBar);
|
38384
|
-
const
|
38385
|
-
const deviceState = adapter.getState().devices;
|
38538
|
+
const microphones = useSelector$1(getMicrophones);
|
38386
38539
|
/* @conditional-compile-remove(unsupported-browser) */
|
38387
|
-
const environmentInfo =
|
38388
|
-
let disableStartCallButton = !microphonePermissionGranted || (
|
38389
|
-
const role = (
|
38540
|
+
const environmentInfo = useSelector$1(getEnvironmentInfo);
|
38541
|
+
let disableStartCallButton = !microphonePermissionGranted || (microphones === null || microphones === void 0 ? void 0 : microphones.length) === 0;
|
38542
|
+
const role = useSelector$1(getRole);
|
38390
38543
|
const isCameraOn = useSelector$1(localVideoSelector).isAvailable;
|
38391
38544
|
let filteredLatestErrors = props.latestErrors;
|
38392
38545
|
// TODO: move this logic to the error bar selector once role is plumbed from the headless SDK
|
@@ -38402,6 +38555,8 @@ const ConfigurationPage = (props) => {
|
|
38402
38555
|
disableStartCallButton = false;
|
38403
38556
|
}
|
38404
38557
|
/* @conditional-compile-remove(call-readiness) */
|
38558
|
+
const cameras = useSelector$1(getCameras);
|
38559
|
+
/* @conditional-compile-remove(call-readiness) */
|
38405
38560
|
// Overrides role permissions if CallCompositeOptions deviceChecks are set
|
38406
38561
|
if (deviceChecks) {
|
38407
38562
|
if (['doNotPrompt', 'optional'].includes(deviceChecks.camera) &&
|
@@ -38409,7 +38564,7 @@ const ConfigurationPage = (props) => {
|
|
38409
38564
|
disableStartCallButton = false;
|
38410
38565
|
}
|
38411
38566
|
else if (deviceChecks.camera === 'required') {
|
38412
|
-
disableStartCallButton = !cameraPermissionGranted || (
|
38567
|
+
disableStartCallButton = !cameraPermissionGranted || (cameras === null || cameras === void 0 ? void 0 : cameras.length) === 0;
|
38413
38568
|
}
|
38414
38569
|
}
|
38415
38570
|
const locale = useLocale();
|
@@ -38462,7 +38617,7 @@ const ConfigurationPage = (props) => {
|
|
38462
38617
|
hostId: modalLayerHostId
|
38463
38618
|
}), [modalLayerHostId]);
|
38464
38619
|
const filteredErrorBarProps = React.useMemo(() => (Object.assign(Object.assign({}, errorBarProps), { activeErrorMessages: filteredLatestErrors })), [errorBarProps, filteredLatestErrors]);
|
38465
|
-
const containerStyles = React.useMemo(() => { var _a; return configurationContainerStyle(!mobileView, (_a = props.backgroundImage) === null || _a === void 0 ? void 0 : _a.url); }, [mobileView, (
|
38620
|
+
const containerStyles = React.useMemo(() => { var _a; return configurationContainerStyle(!mobileView, (_a = props.backgroundImage) === null || _a === void 0 ? void 0 : _a.url); }, [mobileView, (_a = props.backgroundImage) === null || _a === void 0 ? void 0 : _a.url]);
|
38466
38621
|
return (React.createElement(react.Stack, { styles: containerStyles },
|
38467
38622
|
React.createElement(react.Stack, { styles: bannerNotificationStyles },
|
38468
38623
|
React.createElement(ConfigurationPageErrorBar
|
@@ -38515,7 +38670,7 @@ const ConfigurationPage = (props) => {
|
|
38515
38670
|
React.createElement(react.Stack, { styles: mobileWithPreview ? startCallButtonContainerStyleMobile : startCallButtonContainerStyleDesktop, horizontalAlign: mobileWithPreview ? 'stretch' : 'end' },
|
38516
38671
|
React.createElement(StartCallButton, { className: mobileWithPreview ? startCallButtonStyleMobile : startCallButtonStyleDesktop, onClick: startCall, disabled: disableStartCallButton, hideIcon: true }))))),
|
38517
38672
|
React.createElement(react.Panel, { isOpen: isVideoEffectsPaneOpen, hasCloseButton: false, isBlocking: false, isHiddenOnDismiss: false, styles: panelStyles, focusTrapZoneProps: panelFocusProps, layerProps: panelLayerProps, type: react.PanelType.custom, customWidth: `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` },
|
38518
|
-
React.createElement(SidePane, { mobileView: props.mobileView, updateSidePaneRenderer: props.updateSidePaneRenderer, maxWidth: `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem`, minWidth: `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` })))));
|
38673
|
+
React.createElement(SidePane, { ariaLabel: isVideoEffectsPaneOpen ? locale.strings.call.videoEffectsPaneAriaLabel : undefined, mobileView: props.mobileView, updateSidePaneRenderer: props.updateSidePaneRenderer, maxWidth: `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem`, minWidth: `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` })))));
|
38519
38674
|
};
|
38520
38675
|
const localPreviewTrampoline = (mobileView, doNotShow) => {
|
38521
38676
|
if (doNotShow) {
|
@@ -39080,13 +39235,13 @@ const UnsupportedBrowserPage = (props) => {
|
|
39080
39235
|
let pageElement = React.createElement(React.Fragment, null);
|
39081
39236
|
/* @conditional-compile-remove(unsupported-browser) */
|
39082
39237
|
if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedPlatform)) {
|
39083
|
-
pageElement = (React.createElement(UnsupportedOperatingSystem$
|
39238
|
+
pageElement = (React.createElement(UnsupportedOperatingSystem$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedOperatingSystemStrings }));
|
39084
39239
|
}
|
39085
39240
|
else if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedBrowser)) {
|
39086
|
-
pageElement = (React.createElement(UnsupportedBrowser$
|
39241
|
+
pageElement = (React.createElement(UnsupportedBrowser$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserStrings }));
|
39087
39242
|
}
|
39088
39243
|
else if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedBrowserVersion)) {
|
39089
|
-
pageElement = (React.createElement(UnsupportedBrowserVersion$
|
39244
|
+
pageElement = (React.createElement(UnsupportedBrowserVersion$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserVersionStrings, onContinueAnywayClick: onContinueClick }));
|
39090
39245
|
}
|
39091
39246
|
else {
|
39092
39247
|
throw new Error('There was a problem with your environment info');
|
@@ -39501,16 +39656,15 @@ const MainScreen = (props) => {
|
|
39501
39656
|
const { camerasCount, microphonesCount } = useSelector$1(deviceCountSelector);
|
39502
39657
|
const hasCameras = camerasCount > 0;
|
39503
39658
|
const hasMicrophones = microphonesCount > 0;
|
39659
|
+
const role = useSelector$1(getRole);
|
39504
39660
|
React.useEffect(() => {
|
39505
39661
|
(() => __awaiter$9(void 0, void 0, void 0, function* () {
|
39506
|
-
var _a, _b, _c, _d
|
39507
|
-
const constrain = getQueryOptions({
|
39508
|
-
role: (_a = adapter.getState().call) === null || _a === void 0 ? void 0 : _a.role
|
39509
|
-
});
|
39662
|
+
var _a, _b, _c, _d;
|
39663
|
+
const constrain = getQueryOptions({ role });
|
39510
39664
|
/* @conditional-compile-remove(call-readiness) */
|
39511
39665
|
{
|
39512
|
-
constrain.audio = ((
|
39513
|
-
constrain.video = ((
|
39666
|
+
constrain.audio = ((_b = (_a = props.options) === null || _a === void 0 ? void 0 : _a.deviceChecks) === null || _b === void 0 ? void 0 : _b.microphone) === 'doNotPrompt' ? false : constrain.audio;
|
39667
|
+
constrain.video = ((_d = (_c = props.options) === null || _c === void 0 ? void 0 : _c.deviceChecks) === null || _d === void 0 ? void 0 : _d.camera) === 'doNotPrompt' ? false : constrain.video;
|
39514
39668
|
}
|
39515
39669
|
yield adapter.askDevicePermission(constrain);
|
39516
39670
|
adapter.queryCameras();
|
@@ -39519,6 +39673,7 @@ const MainScreen = (props) => {
|
|
39519
39673
|
}))();
|
39520
39674
|
}, [
|
39521
39675
|
adapter,
|
39676
|
+
role,
|
39522
39677
|
/* @conditional-compile-remove(call-readiness) */
|
39523
39678
|
(_a = props.options) === null || _a === void 0 ? void 0 : _a.deviceChecks,
|
39524
39679
|
// Ensure we re-ask for permissions if the number of devices goes from 0 -> n during a call
|
@@ -39626,7 +39781,7 @@ const MainScreen = (props) => {
|
|
39626
39781
|
const callees = useSelector$1(getTargetCallees);
|
39627
39782
|
const locale = useLocale();
|
39628
39783
|
const palette = useTheme().palette;
|
39629
|
-
const alternateCallerId =
|
39784
|
+
const alternateCallerId = useSelector$1(getAlternateCallerId);
|
39630
39785
|
const leavePageStyle = React.useMemo(() => leavingPageStyle(palette), [palette]);
|
39631
39786
|
let pageElement;
|
39632
39787
|
const [pinnedParticipants, setPinnedParticipants] = React.useState([]);
|
@@ -39691,11 +39846,13 @@ const MainScreen = (props) => {
|
|
39691
39846
|
}
|
39692
39847
|
useEndedCallConsoleErrors(endedCall);
|
39693
39848
|
/* @conditional-compile-remove(unsupported-browser) */
|
39849
|
+
const environmentInfo = useSelector$1(getEnvironmentInfo);
|
39850
|
+
/* @conditional-compile-remove(unsupported-browser) */
|
39694
39851
|
switch (page) {
|
39695
39852
|
case 'unsupportedEnvironment':
|
39696
39853
|
pageElement = (React.createElement(React.Fragment, null,
|
39697
39854
|
/* @conditional-compile-remove(unsupported-browser) */
|
39698
|
-
React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_s = props.options) === null || _s === void 0 ? void 0 : _s.onEnvironmentInfoTroubleshootingClick, environmentInfo:
|
39855
|
+
React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_s = props.options) === null || _s === void 0 ? void 0 : _s.onEnvironmentInfoTroubleshootingClick, environmentInfo: environmentInfo })));
|
39699
39856
|
break;
|
39700
39857
|
}
|
39701
39858
|
if (!pageElement) {
|
@@ -43577,7 +43734,7 @@ const _createChatThreadAdapterInner = (locator, adapter) => {
|
|
43577
43734
|
return new CallAndChatProvider(locator);
|
43578
43735
|
};
|
43579
43736
|
|
43580
|
-
var call$j={cameraLabel:"Camera",noCamerasLabel:"No cameras found",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",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",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",leavingCallTitle:"Leaving...",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",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",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",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organisers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organisers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$j={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$j={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, 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",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_GB = {call:call$j,chat:chat$j,callWithChat:callWithChat$j};
|
43737
|
+
var call$k={cameraLabel:"Camera",noCamerasLabel:"No cameras found",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",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",defaultPlaceHolder:"Select an option",dismissSidePaneButtonLabel:"Close",videoEffectsPaneTitle:"Effects",videoEffectsPaneBackgroundSelectionTitle:"Background",configurationPageVideoEffectsButtonLabel:"Effects",unableToStartVideoEffect:"Unable to apply video effect.",blurBackgroundEffectButtonLabel:"Blur",blurBackgroundTooltip:"Blur Background",removeBackgroundEffectButtonLabel:"None",removeBackgroundTooltip:"Remove Background",cameraOffBackgroundEffectWarningText:"Your camera is off. Turn on camera to see video effect.",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",leavingCallTitle:"Leaving...",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",notInvitedToRoomDetails:"You are not able to join this room because you do not have an invite.",notInvitedToRoomTitle:"Not invited to room",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peoplePaneTitle:"People",peoplePaneMoreButtonAriaLabel:"More",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peoplePaneSubTitle:"In this call {numberOfPeople}",privacyPolicy:"Privacy policy",rejoinCallButtonLabel:"Re-join call",removedFromCallMoreDetails:"Another participant removed you from the call.",removedFromCallTitle:"You were removed",removeMenuLabel:"Remove",startSpotlightMenuLabel:"Spotlight for everyone",addSpotlightMenuLabel:"Add spotlight",stopSpotlightMenuLabel:"Stop spotlighting",stopSpotlightOnSelfMenuLabel:"Exit spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopAllSpotlightMenuLabel:"Stop all spotlights",returnToCallButtonAriaDescription:"Return to Call",returnToCallButtonAriaLabel:"Back",roomNotFoundDetails:"The room ID provided could not be found.",roomNotFoundTitle:"Room not found",roomNotValidDetails:"This room is not valid at this current time.",roomNotValidTitle:"Room not valid",inviteToRoomRemovedDetails:"Your invite to join this room was removed.",inviteToRoomRemovedTitle:"Invite to room removed",soundLabel:"Sound",noMicrophonesLabel:"No microphones found",noSpeakersLabel:"No speakers found",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",outboundCallingNoticeString:"Calling...",participantJoinedNoticeString:"{displayName} joined",twoParticipantJoinedNoticeString:"{displayName1} and {displayName2} have joined",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} and {displayName3} have joined",participantLeftNoticeString:"{displayName} left",twoParticipantLeftNoticeString:"{displayName1} and {displayName2} have left",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} and {displayName3} have left",unnamedParticipantString:"unnamed participant",manyUnnamedParticipantsJoined:"unnamed participant and {numOfParticipants} other participants joined",manyUnnamedParticipantsLeft:"unnamed participant and {numOfParticipants} other participants left",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",liveCaptionsLabel:"Live captions",captionsSettingsLabel:"Caption settings",startCaptionsButtonOnLabel:"Turn on captions",startCaptionsButtonOffLabel:"Turn off captions",startCaptionsButtonTooltipOnContent:"Turn off captions",startCaptionsButtonTooltipOffContent:"Turn on captions",captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting",captionsBannerMoreButtonCallingLabel:"More",captionsBannerMoreButtonTooltip:"More options",dismissModalAriaLabel:"Local and remote picture and picture, press enter to return to call",callRejectedTitle:"The call could not be completed",callRejectedMoreDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutTitle:"The call could not be completed",callTimeoutDetails:"The person you are trying to reach is unavailable. Please try again later.",callTimeoutBotTitle:"The call could not be completed",callTimeoutBotDetails:"The service that you are trying to reach is unavailable. Please try again later.",dtmfDialerButtonLabel:"Dialpad",dtmfDialerButtonTooltipOn:"Show dialpad",dtmfDialerButtonTooltipOff:"Hide dialpad",dtmfDialerMoreButtonLabelOn:"Show dialpad",dtmfDialerMoreButtonLabelOff:"Hide dialpad",phoneCallMoreButtonLabel:"Phone Call",spokenLanguageStrings:{"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"},captionLanguageStrings:{ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"},captionsBannerSpinnerText:"Starting captions...",transferPageTransferorText:"Transferring...",transferPageTransferTargetText:"Connecting...",transferPageUnknownTransferorDisplayName:"Unknown",transferPageUnknownTransferTargetDisplayName:"Unknown",transferPageNoticeString:"You are being transferred",participantCouldNotBeReachedTitle:"Target participant is currently not available",participantCouldNotBeReachedMoreDetails:"Please contact participant when they are available",permissionToReachTargetParticipantNotAllowedTitle:"Permission to reach target participant is not allowed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Please check that the target participant is in the same tenant",unableToResolveTenantTitle:"Unable to resolve tenant id for the target participant",unableToResolveTenantMoreDetails:"Please check the participant id is entered correctly",participantIdIsMalformedTitle:"Participant id is not in the correct format",participantIdIsMalformedMoreDetails:"Please check that the participant id is in the correct format",moreButtonGalleryControlLabel:"View",moreButtonGalleryPositionToggleLabel:"Move gallery to top",moreButtonGallerySpeakerLayoutLabel:"Speaker",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamic",moreButtonGalleryDefaultLayoutLabel:"Gallery view",moreButtonGalleryFocusedContentLayoutLabel:"Focus on content",moreButtonLargeGalleryDefaultLayoutLabel:"Large Gallery",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Your camera has been disabled. You can no longer share video.",grantedDueToMeetingOption:"Your camera has been enabled. Turn it on if you'd like to share video."},unmuteMic:{lostDueToMeetingOption:"Your mic has been disabled. You can no longer unmute.",grantedDueToMeetingOption:"Your mic has been enabled. Unmute if you'd like to speak."},shareScreen:{lostDueToRoleChangeToAttendee:"Your role has been changed. Some actions, like sharing content, won't be available to you.",grantedDueToRoleChangeToPresenter:"You're a presenter. You can share content and facilitate the meeting."},hideAttendeeNames:{hideAttendeeNameAttendee:"Your name is hidden from other attendees. Organisers and presenters can see your real name.",hideAttendeeNamePresenter:"Attendee names are hidden. Only organisers and presenters can see names to protect attendee privacy."}},surveyTitle:"Help us improve",starSurveyHelperText:"How was the quality of the call?",starSurveyOneStarText:"The quality was bad.",starSurveyTwoStarText:"The quality was poor.",starSurveyThreeStarText:"The quality was good.",starSurveyFourStarText:"The quality was great.",starSurveyFiveStarText:"The quality was excellent.",surveyConfirmButtonLabel:"Send Feedback",starRatingAriaLabel:"Select {0} of {1} stars",surveySkipButtonLabel:"Skip",tagsSurveyQuestion:"What could have been better?",tagsSurveyTextFieldDefaultText:"Other, please specify",tagsSurveyHelperText:"Check any issues you experienced",endOfSurveyText:"Thank you for your feedback!",surveyIssues:{overallRating:{callCannotJoin:"I could not join call",callCannotInvite:"I could not invite others into the call",hadToRejoin:"I had to rejoin the call",callEndedUnexpectedly:"Call ended for me unexpectedly",otherIssues:"I was having other issues with the call"},audioRating:{noLocalAudio:"The other side could not hear any sound",noRemoteAudio:"I could not hear any sound",echo:"I heard echos on the call",audioNoise:"I heard noise on the call",lowVolume:"Volume was low",audioStoppedUnexpectedly:"Audio stopped unexpectedly",distortedSpeech:"Audio was distorted",audioInterruption:"Audio was interrupted",otherIssues:"I was having other audio issues in this call"},videoRating:{noVideoReceived:"I could not see any video",noVideoSent:"Others could not see me",lowQuality:"Video quality was low",freezes:"Video frozen",stoppedUnexpectedly:"Video stopped unexpectedly",darkVideoReceived:"I can only see dark screens when others turn on their camera",audioVideoOutOfSync:"Audio and Video was out of sync",otherIssues:"I was having other video issues in this call"},screenshareRating:{noContentLocal:"Other people could not see my screenshare",noContentRemote:"I could not see other people's screenshare",cannotPresent:"I could not present my screen",lowQuality:"Screen share quality was low",freezes:"Screen share frozen",stoppedUnexpectedly:"Screen share stopped unexpectedly",largeDelay:"Screen share has a large delay",otherIssues:"I was having other screen share issues in this call"}},surveyIssuesHeadingStrings:{overallRating:"Overall",audioRating:"Audio",videoRating:"Video",screenshareRating:"Presenting"},spotlightPrompt:{startSpotlightHeading:"Spotlight for everyone?",startSpotlightText:"You'll highlight this video for everyone in the meeting.",startSpotlightOnSelfText:"You'll highlight your video for everyone in the meeting.",startSpotlightConfirmButtonLabel:"Spotlight for everyone",startSpotlightCancelButtonLabel:"Cancel",stopSpotlightHeading:"Stop spotlighting this video?",stopSpotlightOnSelfHeading:"Exit spotlight?",stopAllSpotlightHeading:"Stop spotlighting all videos?",stopSpotlightText:"This video will no longer be highlighted for everyone in the meeting.",stopSpotlightOnSelfText:"Your video will no longer be highlighted for everyone in the meeting.",stopAllSpotlightText:"The videos will no longer be highlighted for everyone in the meeting.",stopSpotlightConfirmButtonLabel:"Stop spotlighting",stopSpotlightOnSelfConfirmButtonLabel:"Exit spotlight",stopSpotlightCancelButtonLabel:"Cancel"},exitSpotlightButtonLabel:"Exit spotlight",exitSpotlightButtonTooltip:"Exit spotlight",leaveConfirmButtonLabel:"Leave",endCallConfirmButtonLabel:"End call",hangUpCancelButtonLabel:"Cancel",leaveConfirmDialogTitle:"Leave the call?",leaveConfirmDialogContent:"Are you sure you want to leave the call?",endCallConfirmDialogTitle:"End the call?",endCallConfirmDialogContent:"You'll end the call for everyone.",invalidMeetingIdentifier:"Invalid meeting ID or passcode",pinParticipantMenuLabel:"Pin for me",pinParticipantLimitReachedMenuLabel:"Pin (limit reached)",unpinParticipantMenuLabel:"Unpin",pinParticipantMenuItemAriaLabel:"Pin",unpinParticipantMenuItemAriaLabel:"Unpin",muteAllMenuLabel:"Mute all",muteAllDialogTitle:"Mute everyone?",muteAllDialogContent:"This will mute everyone in the meeting but you.",muteAllConfirmButtonLabel:"Mute all",muteAllCancelButtonLabel:"Cancel",joinBreakoutRoomButtonLabel:"Join breakout room",returnFromBreakoutRoomButtonLabel:"Leave room",leaveBreakoutRoomAndMeetingButtonLabel:"Leave meeting",breakoutRoomJoinedNotificationTitle:"You've joined Breakout room '{roomName}'",joinBreakoutRoomBannerTitle:"Breakout room '{roomName}' is open",joinBreakoutRoomBannerButtonLabel:"Join",returnFromBreakoutRoomBannerTitle:"Return to main meeting",returnFromBreakoutRoomBannerButtonLabel:"Rejoin"};var chat$k={chatListHeader:"In this chat",uploadAttachment:"Upload Attachment",uploadImageDataNotProvided:"Image data is not provided.",uploadImageIsTooLarge:"Image is too large. Choose one that's less than {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Uploading .{imageExtension} image is not allowed.",uploadImageFailed:"Unable to upload image. Please try again later."};var callWithChat$k={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"New Message",chatButtonTooltipClosedWithMessageCount:"Show chat ({unreadMessagesCount} unread)",chatButtonTooltipClose:"Hide chat",chatButtonTooltipOpen:"Show chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkButtonActionedLabel:"Link copied",copyInviteLinkActionedAriaLabel:"Invite link copied",dismissSidePaneButtonLabel:"Close",moreDrawerAudioDeviceMenuTitle:"Audio Device",moreDrawerButtonLabel:"More options",moreDrawerButtonTooltip:"More options",moreDrawerMicrophoneMenuTitle:"Microphone",moreDrawerSpeakerMenuTitle:"Speaker",moreDrawerCaptionsMenuTitle:"Live captions",moreDrawerSpokenLanguageMenuTitle:"Spoken language",moreDrawerCaptionLanguageMenuTitle:"Caption language",moreDrawerGalleryOptionsMenuTitle:"Gallery options",peopleButtonLabel:"People",selectedPeopleButtonLabel:"People Button Selected",peopleButtonTooltipOpen:"Show participants",peopleButtonTooltipClose:"Hide participants",peopleButtonTooltipOpenAriaLabel:"People button, Show participants",peopleButtonTooltipCloseAriaLabel:"People button, 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",breakoutRoomChatPaneTitle:"Breakout Room Chat",chatContentSpinnerLabel:"Loading..."};var en_GB = {call:call$k,chat:chat$k,callWithChat:callWithChat$k};
|
43581
43738
|
|
43582
43739
|
// Copyright (c) Microsoft Corporation.
|
43583
43740
|
// Licensed under the MIT License.
|
@@ -43608,7 +43765,7 @@ const COMPOSITE_LOCALE_EN_GB = {
|
|
43608
43765
|
strings: createCompositeStrings(en_GB)
|
43609
43766
|
};
|
43610
43767
|
|
43611
|
-
var call$i={cameraLabel:"الكاميرا",noCamerasLabel:"لا توجد أي كاميرات",cameraPermissionDenied:"يقوم المستعرض بحظر الوصول إلى الكاميرا",cameraTurnedOff:"تم إيقاف تشغيل الكاميرا",chatButtonLabel:"دردشة",close:"إغلاق",complianceBannerNowOnlyRecording:"أنت الآن تسجل هذا الاجتماع فقط.",complianceBannerNowOnlyTranscription:"أنت الآن تقوم فقط بكتابة الحديث لهذا الاجتماع.",complianceBannerRecordingAndTranscriptionSaved:"يتم حفظ التسجيل وكتابة الحديث.",complianceBannerRecordingAndTranscriptionStarted:"بدء التسجيل والنسخ. ",complianceBannerRecordingAndTranscriptionStopped:"التسجيل وكتابة الحديث متوقفان.",complianceBannerRecordingSaving:"يتم حفظ التسجيل.",complianceBannerRecordingStarted:"تم بدء التسجيل.",complianceBannerRecordingStopped:"تم إيقاف التسجيل.",complianceBannerTranscriptionStarted:"كتابة الحديث مبدوءة.",complianceBannerTranscriptionConsent:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",complianceBannerTranscriptionSaving:"يتم حفظ كتابة الحديث.",complianceBannerTranscriptionStopped:"توقفت كتابة الحديث.",configurationPageTitle:"بدء مكالمة",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkButtonActionedLabel:"تم نسخ الارتباط",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة",defaultPlaceHolder:"تحديد خيار",dismissSidePaneButtonLabel:"إغلاق",videoEffectsPaneTitle:"التأثيرات",videoEffectsPaneBackgroundSelectionTitle:"الخلفية",configurationPageVideoEffectsButtonLabel:"التأثيرات",unableToStartVideoEffect:"يتعذر تطبيق تأثير الفيديو.",blurBackgroundEffectButtonLabel:"تمويه",blurBackgroundTooltip:"تمويه الخلفية",removeBackgroundEffectButtonLabel:"لا شيء",removeBackgroundTooltip:"إزالة الخلفية",cameraOffBackgroundEffectWarningText:"الكاميرا قيد الإيقاف. قم بتشغيل الكاميرا لمشاهدة تأثير الفيديو.",failedToJoinCallDueToNoNetworkMoreDetails:"تم قطع الاتصال بسبب مشكلة في الشبكة. تحقق من اتصالك وانضم مرة أخرى.",failedToJoinCallDueToNoNetworkTitle:"تم قطع اتصال المكالمة",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"لم يتم منحك إدخالا في المكالمة. إذا كان هذا خطأ، فعاود الانضمام إلى المكالمة.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"تم التجاهل من ساحة الانتظار",learnMore:"تعرّف على المزيد",leavingCallTitle:"تتم الآن المغادرة...",leftCallMoreDetails:"إذا كان هذا خطأ، فعاود الانضمام إلى المكالمة.",leftCallTitle:"قمت بمغادرة المكالمة",lobbyScreenConnectingToCallTitle:"جارٍ الانضمام إلى مكالمة",lobbyScreenWaitingToBeAdmittedTitle:"في انتظار السماح",microphonePermissionDenied:"يقوم المستعرض بحظر الوصول إلى الميكروفون",microphoneToggleInLobbyNotAllowed:"لا يمكن كتم الصوت أو إلغاء كتمه أثناء وجودك في ساحة الانتظار.",mutedMessage:"تم كتم صوتك",networkReconnectMoreDetails:"يبدو أنه قد حدث خطأ ما. نحاول معاودة الاتصال.",networkReconnectTitle:"انتظار",notInvitedToRoomDetails:"لا يمكنك الانضمام إلى هذه الغرفة لأنه ليس لديك دعوة.",notInvitedToRoomTitle:"غير مدعو إلى الغرفة",peopleButtonLabel:"الأشخاص",selectedPeopleButtonLabel:"تم تحديد زر الأشخاص",peoplePaneTitle:"الأشخاص",peoplePaneMoreButtonAriaLabel:"المزيد",peopleButtonTooltipOpen:"إظهار المشاركين",peopleButtonTooltipClose:"إخفاء المشاركين",peoplePaneSubTitle:"في هذه المكالمة {numberOfPeople}",privacyPolicy:"نهج الخصوصية",rejoinCallButtonLabel:"الانضمام إلى المكالمة",removedFromCallMoreDetails:"قام مشارك آخر بإزالتك من المكالمة.",removedFromCallTitle:"تمت إزالتك",removeMenuLabel:"إزالة",startSpotlightMenuLabel:"تسليط الضوء لدى الجميع",addSpotlightMenuLabel:"إضافة تسليط ضوء",stopSpotlightMenuLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfMenuLabel:"الخروج من وضع تسليط الضوء",spotlightLimitReachedMenuTitle:"تم الوصول إلى الحد الأقصى لتسليط الضوء",stopAllSpotlightMenuLabel:"إيقاف جميع عمليات تسليط الضوء",returnToCallButtonAriaDescription:"رجوع إلى المكالمة",returnToCallButtonAriaLabel:"رجوع",roomNotFoundDetails:"تعذر العثور على معرف الغرفة الذي تم توفيره.",roomNotFoundTitle:"لم يتم العثور على الغرفة",roomNotValidDetails:"هذه الغرفة غير صالحة في الوقت الحالي.",roomNotValidTitle:"الغرفة غير صالحة",inviteToRoomRemovedDetails:"تمت إزالة دعوتك للانضمام إلى هذه الغرفة.",inviteToRoomRemovedTitle:"تمت إزالة الدعوة إلى الغرفة",soundLabel:"صوت",noMicrophonesLabel:"لم يتم العثور على ميكروفونات",noSpeakersLabel:"لم يتم العثور على سماعات",startCallButtonLabel:"بدء مكالمة",openDialpadButtonLabel:"اطلب رقم الهاتف",peoplePaneAddPeopleButtonLabel:"إضافة أشخاص",dialpadStartCallButtonLabel:"مكالمة",dialpadModalTitle:"اطلب رقم الهاتف",dialpadModalAriaLabel:"لوحة الطلب",dialpadCloseModalButtonAriaLabel:"إغلاق لوحة الطلب",moreButtonCallingLabel:"المزيد",resumeCallButtonLabel:"استئناف",resumingCallButtonLabel:"يتم الآن الاستئناف...",resumeCallButtonAriaLabel:"استئناف المكالمة",resumingCallButtonAriaLabel:"استئناف المكالمة",holdScreenLabel:"أنت قيد الانتظار",openDtmfDialpadLabel:"عرض لوحة الطلب",dtmfDialpadPlaceholderText:"أدخل عدداً",outboundCallingNoticeString:"يتم الآن الاتصال...",participantJoinedNoticeString:"انضم {displayName}",twoParticipantJoinedNoticeString:"انضم {displayName1} و{displayName2}",threeParticipantJoinedNoticeString:"انضم {displayName1} و{displayName2} و{displayName3}",participantLeftNoticeString:"غادر {displayName}",twoParticipantLeftNoticeString:"غادر {displayName1} و{displayName2}",threeParticipantLeftNoticeString:"غادر {displayName1} و{displayName2} و{displayName3}",unnamedParticipantString:"مشارك غير مسمى",manyUnnamedParticipantsJoined:"انضم مشارك غير مسمى و{numOfParticipants} من المشاركين الآخرين",manyUnnamedParticipantsLeft:"غادر مشارك غير مسمى و{numOfParticipants} من المشاركين الآخرين",manyParticipantsJoined:"انضم {displayName1} {displayName2} {displayName3} {numOfParticipants} مشاركين آخرين",manyParticipantsLeft:"غادر {displayName1} {displayName2} {displayName3} والمشاركون الآخرون {numOfParticipants}",liveCaptionsLabel:"نص الكلام مباشرةً",captionsSettingsLabel:"إعدادات نص الكلام",startCaptionsButtonOnLabel:"تمكين نص الكلام",startCaptionsButtonOffLabel:"تعطيل نص الكلام",startCaptionsButtonTooltipOnContent:"تعطيل نص الكلام",startCaptionsButtonTooltipOffContent:"تمكين نص الكلام",captionsSettingsModalTitle:"إعدادات التسميات التوضيحية",captionsSettingsSpokenLanguageDropdownLabel:"اللغة المنطوقة",captionsSettingsCaptionLanguageDropdownLabel:"لغة التسميات التوضيحية",captionsSettingsSpokenLanguageDropdownInfoText:"اللغة التي يتحدث بها كل شخص في هذه المكالمة.",captionsSettingsCaptionLanguageDropdownInfoText:"ستظهر التسميات التوضيحية بهذه اللغة.",captionsSettingsConfirmButtonLabel:"تأكيد",captionsSettingsCancelButtonLabel:"إلغاء",captionsSettingsModalAriaLabel:"مربع حوار إعدادات نص الكلام المشروط",captionsSettingsCloseModalButtonAriaLabel:"إغلاق إعداد نص الكلام",captionsBannerMoreButtonCallingLabel:"المزيد",captionsBannerMoreButtonTooltip:"خيارات إضافية",dismissModalAriaLabel:"صورة وصورة محلية وبعيدة، اضغط على مفتاح الإدخال للعودة إلى المكالمة",callRejectedTitle:"إكمال المكالمة غير ممكن",callRejectedMoreDetails:"الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",callTimeoutTitle:"إكمال المكالمة غير ممكن",callTimeoutDetails:"الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",callTimeoutBotTitle:"إكمال المكالمة غير ممكن",callTimeoutBotDetails:"الخدمة التي تحاول الوصول إليها غير متوفرة. الرجاء المحاولة مرة أخرى لاحقا.",dtmfDialerButtonLabel:"لوحة الطلب",dtmfDialerButtonTooltipOn:"عرض لوحة الطلب",dtmfDialerButtonTooltipOff:"إخفاء لوحة الطلب",dtmfDialerMoreButtonLabelOn:"عرض لوحة الطلب",dtmfDialerMoreButtonLabelOff:"إخفاء لوحة الطلب",phoneCallMoreButtonLabel:"مكالمة هاتفية",spokenLanguageStrings:{"ar-ae":"العربية - الإمارات العربية المتحدة","ar-sa":"العربية - السعودية","da-dk":"الدانمركية","de-de":"الألمانية - ألمانيا","en-au":"الإنجليزية - أستراليا","en-ca":"الإنجليزية - كندا","en-gb":"الإنجليزية - المملكة المتحدة","en-in":"الإنجليزية - الهند","en-nz":"الإنجليزية - نيوزيلندا","en-us":"الإنجليزية - الولايات المتحدة","es-es":"الإسبانية - إسبانيا (فرز حديث)","es-mx":"الإسبانية - المكسيك","fi-fi":"الفنلندية","fr-ca":"الفرنسية - كندا","fr-fr":"الفرنسية - فرنسا","hi-in":"الهندية","it-it":"الإيطالية - إيطاليا","ja-jp":"اليابانية","ko-kr":"الكورية","nb-no":"النرويجية (بوكمال)","nl-be":"الهولندية - بلجيكا","nl-nl":"الهولندية - هولندا","pl-pl":"البولندية","pt-br":"البرتغالية - البرازيل","ru-ru":"الروسية","sv-se":"السويدية","zh-cn":"الصينية - جمهورية الصين الشعبية","zh-hk":"الصينية - منطقة هونغ كونغ الإدارية الخاصة","cs-cz":"التشيكية","pt-pt":"البرتغالية - البرتغال","tr-tr":"التركية","vi-vn":"الفيتنامية","th-th":"التايلاندية","he-il":"العبرية","cy-gb":"الويلزية","uk-ua":"الأوكرانية","el-gr":"اليونانية","hu-hu":"الهنغارية","ro-ro":"الرومانية","sk-sk":"السلوفاكية","zh-tw":"الصينية - تايوان"},captionLanguageStrings:{ar:"العربية",da:"الدانمركية",de:"الألمانية",en:"الإنجليزية",es:"الإسبانية",fi:"الفنلندية","fr-ca":"الفرنسية - كندا",fr:"الفرنسية - فرنسا",hi:"الهندية",it:"الإيطالية",ja:"اليابانية",ko:"الكورية",nb:"النرويجية (بوكمال)",nl:"الهولندية",pl:"البولندية",pt:"البرتغالية - البرازيل",ru:"الروسية",sv:"السويدية","zh-Hans":"الصينية (المبسطة)","zh-Hant":"الصينية (التقليدية)",cs:"التشيكية","pt-pt":"البرتغالية - البرتغال",tr:"التركية",vi:"الفيتنامية",th:"التايلاندية",he:"العبرية",cy:"الويلزية",uk:"الأوكرانية",el:"اليونانية",hu:"الهنغارية",ro:"الرومانية",sk:"السلوفاكية"},captionsBannerSpinnerText:"يتم الآن بدء التسميات التوضيحية...",transferPageTransferorText:"يتم الآن التحويل...",transferPageTransferTargetText:"جارٍ الاتصال...",transferPageUnknownTransferorDisplayName:"غير معروف",transferPageUnknownTransferTargetDisplayName:"غير معروف",transferPageNoticeString:"يجري نقلك",participantCouldNotBeReachedTitle:"المشارك المستهدف غير متوفر حاليا",participantCouldNotBeReachedMoreDetails:"الرجاء الاتصال بالمشارك عندما يكون متوفرا",permissionToReachTargetParticipantNotAllowedTitle:"غير مسموح بإذن الوصول إلى المشارك الهدف",permissionToReachTargetParticipantNotAllowedMoreDetails:"الرجاء التحقق من أن المشارك الهدف موجود في نفس المستأجر",unableToResolveTenantTitle:"تعذر حل معرف المستأجر للمشارك الهدف",unableToResolveTenantMoreDetails:"الرجاء التحقق من إدخال معرف المشارك بشكل صحيح",participantIdIsMalformedTitle:"تنسيق معرف المشارك غير صحيح",participantIdIsMalformedMoreDetails:"الرجاء التحقق من أن معرف المشارك بالتنسيق الصحيح",moreButtonGalleryControlLabel:"عرض",moreButtonGalleryPositionToggleLabel:"نقل المعرض إلى الأعلى",moreButtonGallerySpeakerLayoutLabel:"مكبر الصوت",moreButtonGalleryFloatingLocalLayoutLabel:"ديناميكي",moreButtonGalleryDefaultLayoutLabel:"طريقة عرض المعرض",moreButtonGalleryFocusedContentLayoutLabel:"التركيز على المحتوى",moreButtonLargeGalleryDefaultLayoutLabel:"معرض كبير",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"تم تعطيل الكاميرا الخاصة بك. لم يعد بإمكانك مشاركة الفيديو.",grantedDueToMeetingOption:"تم تمكين الكاميرا الخاصة بك. قم بتشغيله إذا كنت ترغب في مشاركة الفيديو."},unmuteMic:{lostDueToMeetingOption:"لقد تم تعطيل الميكروفون الخاص بك. لم يعد بإمكانك إلغاء كتم الصوت.",grantedDueToMeetingOption:"تم تمكين الميكروفون لديك. قم بإلغاء كتم الصوت إذا كنت ترغب في التحدث."},shareScreen:{lostDueToRoleChangeToAttendee:"تم تغيير دورك. لن تتوفر بعض الإجراءات، مثل مشاركة المحتوى، لك.",grantedDueToRoleChangeToPresenter:"أنت مقدم العرض. يمكنك مشاركة المحتوى وتسهيل الاجتماع."},hideAttendeeNames:{hideAttendeeNameAttendee:"اسمك مخفي عن الحضور الآخرين. يمكن للمنظمين والمقدمين رؤية اسمك الحقيقي.",hideAttendeeNamePresenter:"أسماء الحضور مخفية. يمكن للمنظمين والمقدمين فقط رؤية الأسماء لحماية خصوصية الحضور."}},surveyTitle:"ساعدنا في تحسين خدماتنا",starSurveyHelperText:"كيف كانت جودة المكالمة؟",starSurveyOneStarText:"كانت الجودة سيئة.",starSurveyTwoStarText:"كانت الجودة رديئة.",starSurveyThreeStarText:"كانت الجودة جيدة.",starSurveyFourStarText:"كانت الجودة رائعة.",starSurveyFiveStarText:"كانت الجودة ممتازة.",surveyConfirmButtonLabel:"إرسال ملاحظات",starRatingAriaLabel:"حدد {0} من {1} نجوم",surveySkipButtonLabel:"تخطٍ",tagsSurveyQuestion:"ما الذي كان يمكن أن يكون أفضل؟",tagsSurveyTextFieldDefaultText:"أخرى، يُرجى التحديد",tagsSurveyHelperText:"تحقق من أي مشاكل واجهتك",endOfSurveyText:"شكراً لك على تقديم ملاحظاتك!",surveyIssues:{overallRating:{callCannotJoin:"تعذر علي الانضمام إلى المكالمة",callCannotInvite:"لم أتمكن من دعوة الآخرين إلى المكالمة",hadToRejoin:"اضطررت إلى إعادة الانضمام إلى المكالمة",callEndedUnexpectedly:"انتهت المكالمة عندي بشكل غير متوقع",otherIssues:"كنت أواجه مشكلات أخرى في المكالمة"},audioRating:{noLocalAudio:"لم تسمع الجهة الأخرى أي صوت",noRemoteAudio:"لم أسمع أي صوت",echo:"سمعت صدى في المكالمة",audioNoise:"سمعت ضوضاء في المكالمة",lowVolume:"كان مستوى الصوت منخفضاً",audioStoppedUnexpectedly:"تم إيقاف الصوت بشكل غير متوقع",distortedSpeech:"تم تشويه الصوت",audioInterruption:"تمت مقاطعة الصوت",otherIssues:"كنت أواجه مشكلات صوتية أخرى في هذه المكالمة"},videoRating:{noVideoReceived:"لم أتمكن من مشاهدة أي فيديو",noVideoSent:"لم يتمكن الآخرون من رؤيتي",lowQuality:"جودة الفيديو منخفضة",freezes:"الفيديو مجمد",stoppedUnexpectedly:"توقف الفيديو بشكل غير متوقع",darkVideoReceived:"أرى الشاشات الداكنة فقط عندما يقوم الآخرون بتشغيل الكاميرا الخاصة بهم",audioVideoOutOfSync:"لم تتم مزامنة الصوت والفيديو",otherIssues:"كنت أواجه مشكلات فيديو أخرى في هذه المكالمة"},screenshareRating:{noContentLocal:"تعذر على الأشخاص الآخرين رؤية مشاركة الشاشة",noContentRemote:"لم أتمكن من رؤية مشاركة الشاشة الخاصة بأشخاص آخرين",cannotPresent:"تعذر علي تقديم الشاشة",lowQuality:"كانت جودة مشاركة الشاشة منخفضة",freezes:"تم تجميد مشاركة الشاشة",stoppedUnexpectedly:"توقفت مشاركة الشاشة بشكل غير متوقع",largeDelay:"مشاركة الشاشة لها تأخير كبير",otherIssues:"كنت أواجه مشكلات أخرى في مشاركة الشاشة في هذه المكالمة"}},surveyIssuesHeadingStrings:{overallRating:"بشكل عام",audioRating:"صوت",videoRating:"فيديو",screenshareRating:"تقديم"},spotlightPrompt:{startSpotlightHeading:"هل تريد تسليط الضوء للجميع؟",startSpotlightText:"ستسلط الضوء على هذا الفيديو لجميع المشاركين في الاجتماع.",startSpotlightOnSelfText:"ستبرز مقطع الفيديو الخاص بك لجميع المشاركين في الاجتماع.",startSpotlightConfirmButtonLabel:"تسليط الضوء للجميع",startSpotlightCancelButtonLabel:"إلغاء",stopSpotlightHeading:"هل تريد إيقاف تسليط الضوء على مقطع الفيديو هذا؟",stopSpotlightOnSelfHeading:"هل تريد إنهاء تسليط الضوء؟",stopAllSpotlightHeading:"التوقف عن تسليط الضوء على جميع ملفات الفيديو؟",stopSpotlightText:"لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",stopSpotlightOnSelfText:"لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",stopAllSpotlightText:"لن يتم تمييز مقاطع الفيديو بعد الآن للجميع في الاجتماع.",stopSpotlightConfirmButtonLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfConfirmButtonLabel:"الخروج من وضع تسليط الضوء",stopSpotlightCancelButtonLabel:"إلغاء"},exitSpotlightButtonLabel:"الخروج من وضع تسليط الضوء",exitSpotlightButtonTooltip:"الخروج من وضع تسليط الضوء",leaveConfirmButtonLabel:"مغادرة",endCallConfirmButtonLabel:"إنهاء المكالمة",hangUpCancelButtonLabel:"إلغاء",leaveConfirmDialogTitle:"هل تريد مغادرة المكالمة؟",leaveConfirmDialogContent:"هل تريد بالتأكيد مغادرة المكالمة؟",endCallConfirmDialogTitle:"هل تريد إنهاء المكالمة؟",endCallConfirmDialogContent:"ستنهي المكالمة لدى الجميع.",invalidMeetingIdentifier:"معرف اجتماع أو رمز مرور غير صالح",pinParticipantMenuLabel:"تثبيت نيابة عني",pinParticipantLimitReachedMenuLabel:"تثبيت (تم بلوغ الحد الأقصى)",unpinParticipantMenuLabel:"إزالة التثبيت",pinParticipantMenuItemAriaLabel:"تثبيت",unpinParticipantMenuItemAriaLabel:"إزالة التثبيت",muteAllMenuLabel:"كتم صوت الجميع",muteAllDialogTitle:"هل تريد كتم صوت الجميع؟",muteAllDialogContent:"سيؤدي ذلك إلى كتم صوت الجميع في الاجتماع باستثننائك.",muteAllConfirmButtonLabel:"كتم صوت الجميع",muteAllCancelButtonLabel:"إلغاء",joinBreakoutRoomButtonLabel:"انضمام إلى غرفة فرعية",returnFromBreakoutRoomButtonLabel:"مغادرة الغرفة",leaveBreakoutRoomAndMeetingButtonLabel:"مغادرة الاجتماع",breakoutRoomJoinedNotificationTitle:"لقد انضممت إلى الغرفة الفرعية '{roomName}'",joinBreakoutRoomBannerTitle:"الغرفة الفرعية '{roomName}' مفتوحة",joinBreakoutRoomBannerButtonLabel:"انضمام",returnFromBreakoutRoomBannerTitle:"رجوع إلى الاجتماع الرئيسي",returnFromBreakoutRoomBannerButtonLabel:"إعادة الانضمام"};var chat$i={chatListHeader:"في هذه الدردشة",uploadAttachment:"تحميل المرفق",uploadImageDataNotProvided:"لم يتم توفير بيانات الصورة.",uploadImageIsTooLarge:"الصورة كبيرة جدا. اختر جهازا أقل من {maxImageSize} ميغابايت.",uploadImageExtensionIsNotAllowed:"تحميل الصورة .{imageExtension} غير مسموح به.",uploadImageFailed:"تعذر تحميل الصورة. الرجاء المحاولة مرة أخرى لاحقا."};var callWithChat$i={chatButtonLabel:"دردشة",chatButtonNewMessageNotificationLabel:"رسالة جديدة",chatButtonTooltipClosedWithMessageCount:"إظهار الدردشة ({unreadMessagesCount} غير مقروءة)",chatButtonTooltipClose:"إخفاء الدردشة",chatButtonTooltipOpen:"إظهار الدردشة",chatPaneTitle:"دردشة",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkButtonActionedLabel:"تم نسخ الارتباط",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة",dismissSidePaneButtonLabel:"إغلاق",moreDrawerAudioDeviceMenuTitle:"جهاز صوت",moreDrawerButtonLabel:"المزيد من الخيارات",moreDrawerButtonTooltip:"المزيد من الخيارات",moreDrawerMicrophoneMenuTitle:"الميكروفون",moreDrawerSpeakerMenuTitle:"مكبر الصوت",moreDrawerCaptionsMenuTitle:"نص الكلام مباشرةً",moreDrawerSpokenLanguageMenuTitle:"اللغة المنطوقة",moreDrawerCaptionLanguageMenuTitle:"لغة التسمية التوضيحية",moreDrawerGalleryOptionsMenuTitle:"خيارات المعرض",peopleButtonLabel:"الأشخاص",selectedPeopleButtonLabel:"تم تحديد زر الأشخاص",peopleButtonTooltipOpen:"إظهار المشاركين",peopleButtonTooltipClose:"إخفاء المشاركين",peopleButtonTooltipOpenAriaLabel:"زر الأشخاص، إظهار المشاركين",peopleButtonTooltipCloseAriaLabel:"زر الأشخاص، إخفاء المشاركين",peoplePaneSubTitle:"في هذه المكالمة",peoplePaneTitle:"الأشخاص",pictureInPictureTileAriaLabel:"موجزات الفيديو. انقر للعودة إلى شاشة المكالمة.",removeMenuLabel:"إزالة",openDialpadButtonLabel:"اطلب رقم الهاتف",returnToCallButtonAriaDescription:"رجوع إلى المكالمة",returnToCallButtonAriaLabel:"رجوع",peoplePaneAddPeopleButtonLabel:"إضافة أشخاص",dialpadStartCallButtonLabel:"مكالمة",dialpadModalTitle:"اطلب رقم الهاتف",dialpadModalAriaLabel:"لوحة الطلب",dialpadCloseModalButtonAriaLabel:"إغلاق لوحة الطلب",openDtmfDialpadLabel:"عرض لوحة الطلب",dtmfDialpadPlaceholderText:"أدخل عدداً",breakoutRoomChatPaneTitle:"دردشة الغرفة الفرعية",chatContentSpinnerLabel:"يتم الآن التحميل..."};var ar_SA = {call:call$i,chat:chat$i,callWithChat:callWithChat$i};
|
43768
|
+
var call$j={cameraLabel:"الكاميرا",noCamerasLabel:"لا توجد أي كاميرات",cameraPermissionDenied:"يقوم المستعرض بحظر الوصول إلى الكاميرا",cameraTurnedOff:"تم إيقاف تشغيل الكاميرا",chatButtonLabel:"دردشة",close:"إغلاق",complianceBannerNowOnlyRecording:"أنت الآن تسجل هذا الاجتماع فقط.",complianceBannerNowOnlyTranscription:"أنت الآن تقوم فقط بكتابة الحديث لهذا الاجتماع.",complianceBannerRecordingAndTranscriptionSaved:"يتم حفظ التسجيل وكتابة الحديث.",complianceBannerRecordingAndTranscriptionStarted:"بدء التسجيل والنسخ. ",complianceBannerRecordingAndTranscriptionStopped:"التسجيل وكتابة الحديث متوقفان.",complianceBannerRecordingSaving:"يتم حفظ التسجيل.",complianceBannerRecordingStarted:"تم بدء التسجيل.",complianceBannerRecordingStopped:"تم إيقاف التسجيل.",complianceBannerTranscriptionStarted:"كتابة الحديث مبدوءة.",complianceBannerTranscriptionConsent:"من خلال الانضمام، فأنت توافق على كتابة هذا الاجتماع.",complianceBannerTranscriptionSaving:"يتم حفظ كتابة الحديث.",complianceBannerTranscriptionStopped:"توقفت كتابة الحديث.",configurationPageTitle:"بدء مكالمة",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkButtonActionedLabel:"تم نسخ الارتباط",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة",defaultPlaceHolder:"تحديد خيار",dismissSidePaneButtonLabel:"إغلاق",videoEffectsPaneTitle:"التأثيرات",videoEffectsPaneBackgroundSelectionTitle:"الخلفية",configurationPageVideoEffectsButtonLabel:"التأثيرات",unableToStartVideoEffect:"يتعذر تطبيق تأثير الفيديو.",blurBackgroundEffectButtonLabel:"تمويه",blurBackgroundTooltip:"تمويه الخلفية",removeBackgroundEffectButtonLabel:"لا شيء",removeBackgroundTooltip:"إزالة الخلفية",cameraOffBackgroundEffectWarningText:"الكاميرا قيد الإيقاف. قم بتشغيل الكاميرا لمشاهدة تأثير الفيديو.",failedToJoinCallDueToNoNetworkMoreDetails:"تم قطع الاتصال بسبب مشكلة في الشبكة. تحقق من اتصالك وانضم مرة أخرى.",failedToJoinCallDueToNoNetworkTitle:"تم قطع اتصال المكالمة",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"لم يتم منحك إدخالا في المكالمة. إذا كان هذا خطأ، فعاود الانضمام إلى المكالمة.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"تم التجاهل من ساحة الانتظار",learnMore:"تعرّف على المزيد",leavingCallTitle:"تتم الآن المغادرة...",leftCallMoreDetails:"إذا كان هذا خطأ، فعاود الانضمام إلى المكالمة.",leftCallTitle:"قمت بمغادرة المكالمة",lobbyScreenConnectingToCallTitle:"جارٍ الانضمام إلى مكالمة",lobbyScreenWaitingToBeAdmittedTitle:"في انتظار السماح",microphonePermissionDenied:"يقوم المستعرض بحظر الوصول إلى الميكروفون",microphoneToggleInLobbyNotAllowed:"لا يمكن كتم الصوت أو إلغاء كتمه أثناء وجودك في ساحة الانتظار.",mutedMessage:"تم كتم صوتك",networkReconnectMoreDetails:"يبدو أنه قد حدث خطأ ما. نحاول معاودة الاتصال.",networkReconnectTitle:"انتظار",notInvitedToRoomDetails:"لا يمكنك الانضمام إلى هذه الغرفة لأنه ليس لديك دعوة.",notInvitedToRoomTitle:"غير مدعو إلى الغرفة",peopleButtonLabel:"الأشخاص",selectedPeopleButtonLabel:"تم تحديد زر الأشخاص",peoplePaneTitle:"الأشخاص",peoplePaneMoreButtonAriaLabel:"المزيد",peopleButtonTooltipOpen:"إظهار المشاركين",peopleButtonTooltipClose:"إخفاء المشاركين",peoplePaneSubTitle:"في هذه المكالمة {numberOfPeople}",privacyPolicy:"نهج الخصوصية",rejoinCallButtonLabel:"الانضمام إلى المكالمة",removedFromCallMoreDetails:"قام مشارك آخر بإزالتك من المكالمة.",removedFromCallTitle:"تمت إزالتك",removeMenuLabel:"إزالة",startSpotlightMenuLabel:"تسليط الضوء لدى الجميع",addSpotlightMenuLabel:"إضافة تسليط ضوء",stopSpotlightMenuLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfMenuLabel:"الخروج من وضع تسليط الضوء",spotlightLimitReachedMenuTitle:"تم الوصول إلى الحد الأقصى لتسليط الضوء",stopAllSpotlightMenuLabel:"إيقاف جميع عمليات تسليط الضوء",returnToCallButtonAriaDescription:"رجوع إلى المكالمة",returnToCallButtonAriaLabel:"رجوع",roomNotFoundDetails:"تعذر العثور على معرف الغرفة الذي تم توفيره.",roomNotFoundTitle:"لم يتم العثور على الغرفة",roomNotValidDetails:"هذه الغرفة غير صالحة في الوقت الحالي.",roomNotValidTitle:"الغرفة غير صالحة",inviteToRoomRemovedDetails:"تمت إزالة دعوتك للانضمام إلى هذه الغرفة.",inviteToRoomRemovedTitle:"تمت إزالة الدعوة إلى الغرفة",soundLabel:"صوت",noMicrophonesLabel:"لم يتم العثور على ميكروفونات",noSpeakersLabel:"لم يتم العثور على سماعات",startCallButtonLabel:"بدء مكالمة",openDialpadButtonLabel:"اطلب رقم الهاتف",peoplePaneAddPeopleButtonLabel:"إضافة أشخاص",dialpadStartCallButtonLabel:"مكالمة",dialpadModalTitle:"اطلب رقم الهاتف",dialpadModalAriaLabel:"لوحة الطلب",dialpadCloseModalButtonAriaLabel:"إغلاق لوحة الطلب",moreButtonCallingLabel:"المزيد",resumeCallButtonLabel:"استئناف",resumingCallButtonLabel:"يتم الآن الاستئناف...",resumeCallButtonAriaLabel:"استئناف المكالمة",resumingCallButtonAriaLabel:"استئناف المكالمة",holdScreenLabel:"أنت قيد الانتظار",openDtmfDialpadLabel:"عرض لوحة الطلب",dtmfDialpadPlaceholderText:"أدخل عدداً",outboundCallingNoticeString:"يتم الآن الاتصال...",participantJoinedNoticeString:"انضم {displayName}",twoParticipantJoinedNoticeString:"انضم {displayName1} و{displayName2}",threeParticipantJoinedNoticeString:"انضم {displayName1} و{displayName2} و{displayName3}",participantLeftNoticeString:"غادر {displayName}",twoParticipantLeftNoticeString:"غادر {displayName1} و{displayName2}",threeParticipantLeftNoticeString:"غادر {displayName1} و{displayName2} و{displayName3}",unnamedParticipantString:"مشارك غير مسمى",manyUnnamedParticipantsJoined:"انضم مشارك غير مسمى و{numOfParticipants} من المشاركين الآخرين",manyUnnamedParticipantsLeft:"غادر مشارك غير مسمى و{numOfParticipants} من المشاركين الآخرين",manyParticipantsJoined:"انضم {displayName1} {displayName2} {displayName3} {numOfParticipants} مشاركين آخرين",manyParticipantsLeft:"غادر {displayName1} {displayName2} {displayName3} والمشاركون الآخرون {numOfParticipants}",liveCaptionsLabel:"نص الكلام مباشرةً",captionsSettingsLabel:"إعدادات نص الكلام",startCaptionsButtonOnLabel:"تمكين نص الكلام",startCaptionsButtonOffLabel:"تعطيل نص الكلام",startCaptionsButtonTooltipOnContent:"تعطيل نص الكلام",startCaptionsButtonTooltipOffContent:"تمكين نص الكلام",captionsSettingsModalTitle:"إعدادات التسميات التوضيحية",captionsSettingsSpokenLanguageDropdownLabel:"اللغة المنطوقة",captionsSettingsCaptionLanguageDropdownLabel:"لغة التسميات التوضيحية",captionsSettingsSpokenLanguageDropdownInfoText:"اللغة التي يتحدث بها كل شخص في هذه المكالمة.",captionsSettingsCaptionLanguageDropdownInfoText:"ستظهر التسميات التوضيحية بهذه اللغة.",captionsSettingsConfirmButtonLabel:"تأكيد",captionsSettingsCancelButtonLabel:"إلغاء",captionsSettingsModalAriaLabel:"مربع حوار إعدادات نص الكلام المشروط",captionsSettingsCloseModalButtonAriaLabel:"إغلاق إعداد نص الكلام",captionsBannerMoreButtonCallingLabel:"المزيد",captionsBannerMoreButtonTooltip:"خيارات إضافية",dismissModalAriaLabel:"صورة وصورة محلية وبعيدة، اضغط على مفتاح الإدخال للعودة إلى المكالمة",callRejectedTitle:"إكمال المكالمة غير ممكن",callRejectedMoreDetails:"الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",callTimeoutTitle:"إكمال المكالمة غير ممكن",callTimeoutDetails:"الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",callTimeoutBotTitle:"إكمال المكالمة غير ممكن",callTimeoutBotDetails:"الخدمة التي تحاول الوصول إليها غير متوفرة. الرجاء المحاولة مرة أخرى لاحقا.",dtmfDialerButtonLabel:"لوحة الطلب",dtmfDialerButtonTooltipOn:"عرض لوحة الطلب",dtmfDialerButtonTooltipOff:"إخفاء لوحة الطلب",dtmfDialerMoreButtonLabelOn:"عرض لوحة الطلب",dtmfDialerMoreButtonLabelOff:"إخفاء لوحة الطلب",phoneCallMoreButtonLabel:"مكالمة هاتفية",spokenLanguageStrings:{"ar-ae":"العربية - الإمارات العربية المتحدة","ar-sa":"العربية - السعودية","da-dk":"الدانمركية","de-de":"الألمانية - ألمانيا","en-au":"الإنجليزية - أستراليا","en-ca":"الإنجليزية - كندا","en-gb":"الإنجليزية - المملكة المتحدة","en-in":"الإنجليزية - الهند","en-nz":"الإنجليزية - نيوزيلندا","en-us":"الإنجليزية - الولايات المتحدة","es-es":"الإسبانية - إسبانيا (فرز حديث)","es-mx":"الإسبانية - المكسيك","fi-fi":"الفنلندية","fr-ca":"الفرنسية - كندا","fr-fr":"الفرنسية - فرنسا","hi-in":"الهندية","it-it":"الإيطالية - إيطاليا","ja-jp":"اليابانية","ko-kr":"الكورية","nb-no":"النرويجية (بوكمال)","nl-be":"الهولندية - بلجيكا","nl-nl":"الهولندية - هولندا","pl-pl":"البولندية","pt-br":"البرتغالية - البرازيل","ru-ru":"الروسية","sv-se":"السويدية","zh-cn":"الصينية - جمهورية الصين الشعبية","zh-hk":"الصينية - منطقة هونغ كونغ الإدارية الخاصة","cs-cz":"التشيكية","pt-pt":"البرتغالية - البرتغال","tr-tr":"التركية","vi-vn":"الفيتنامية","th-th":"التايلاندية","he-il":"العبرية","cy-gb":"الويلزية","uk-ua":"الأوكرانية","el-gr":"اليونانية","hu-hu":"الهنغارية","ro-ro":"الرومانية","sk-sk":"السلوفاكية","zh-tw":"الصينية - تايوان"},captionLanguageStrings:{ar:"العربية",da:"الدانمركية",de:"الألمانية",en:"الإنجليزية",es:"الإسبانية",fi:"الفنلندية","fr-ca":"الفرنسية - كندا",fr:"الفرنسية - فرنسا",hi:"الهندية",it:"الإيطالية",ja:"اليابانية",ko:"الكورية",nb:"النرويجية (بوكمال)",nl:"الهولندية",pl:"البولندية",pt:"البرتغالية - البرازيل",ru:"الروسية",sv:"السويدية","zh-Hans":"الصينية (المبسطة)","zh-Hant":"الصينية (التقليدية)",cs:"التشيكية","pt-pt":"البرتغالية - البرتغال",tr:"التركية",vi:"الفيتنامية",th:"التايلاندية",he:"العبرية",cy:"الويلزية",uk:"الأوكرانية",el:"اليونانية",hu:"الهنغارية",ro:"الرومانية",sk:"السلوفاكية"},captionsBannerSpinnerText:"يتم الآن بدء التسميات التوضيحية...",transferPageTransferorText:"يتم الآن التحويل...",transferPageTransferTargetText:"جارٍ الاتصال...",transferPageUnknownTransferorDisplayName:"غير معروف",transferPageUnknownTransferTargetDisplayName:"غير معروف",transferPageNoticeString:"يجري نقلك",participantCouldNotBeReachedTitle:"المشارك المستهدف غير متوفر حاليا",participantCouldNotBeReachedMoreDetails:"الرجاء الاتصال بالمشارك عندما يكون متوفرا",permissionToReachTargetParticipantNotAllowedTitle:"غير مسموح بإذن الوصول إلى المشارك الهدف",permissionToReachTargetParticipantNotAllowedMoreDetails:"الرجاء التحقق من أن المشارك الهدف موجود في نفس المستأجر",unableToResolveTenantTitle:"تعذر حل معرف المستأجر للمشارك الهدف",unableToResolveTenantMoreDetails:"الرجاء التحقق من إدخال معرف المشارك بشكل صحيح",participantIdIsMalformedTitle:"تنسيق معرف المشارك غير صحيح",participantIdIsMalformedMoreDetails:"الرجاء التحقق من أن معرف المشارك بالتنسيق الصحيح",moreButtonGalleryControlLabel:"عرض",moreButtonGalleryPositionToggleLabel:"نقل المعرض إلى الأعلى",moreButtonGallerySpeakerLayoutLabel:"مكبر الصوت",moreButtonGalleryFloatingLocalLayoutLabel:"ديناميكي",moreButtonGalleryDefaultLayoutLabel:"طريقة عرض المعرض",moreButtonGalleryFocusedContentLayoutLabel:"التركيز على المحتوى",moreButtonLargeGalleryDefaultLayoutLabel:"معرض كبير",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"تم تعطيل الكاميرا الخاصة بك. لم يعد بإمكانك مشاركة الفيديو.",grantedDueToMeetingOption:"تم تمكين الكاميرا الخاصة بك. قم بتشغيله إذا كنت ترغب في مشاركة الفيديو."},unmuteMic:{lostDueToMeetingOption:"لقد تم تعطيل الميكروفون الخاص بك. لم يعد بإمكانك إلغاء كتم الصوت.",grantedDueToMeetingOption:"تم تمكين الميكروفون لديك. قم بإلغاء كتم الصوت إذا كنت ترغب في التحدث."},shareScreen:{lostDueToRoleChangeToAttendee:"تم تغيير دورك. لن تتوفر بعض الإجراءات، مثل مشاركة المحتوى، لك.",grantedDueToRoleChangeToPresenter:"أنت مقدم العرض. يمكنك مشاركة المحتوى وتسهيل الاجتماع."},hideAttendeeNames:{hideAttendeeNameAttendee:"اسمك مخفي عن الحضور الآخرين. يمكن للمنظمين والمقدمين رؤية اسمك الحقيقي.",hideAttendeeNamePresenter:"أسماء الحضور مخفية. يمكن للمنظمين والمقدمين فقط رؤية الأسماء لحماية خصوصية الحضور."}},surveyTitle:"ساعدنا في تحسين خدماتنا",starSurveyHelperText:"كيف كانت جودة المكالمة؟",starSurveyOneStarText:"كانت الجودة سيئة.",starSurveyTwoStarText:"كانت الجودة رديئة.",starSurveyThreeStarText:"كانت الجودة جيدة.",starSurveyFourStarText:"كانت الجودة رائعة.",starSurveyFiveStarText:"كانت الجودة ممتازة.",surveyConfirmButtonLabel:"إرسال ملاحظات",starRatingAriaLabel:"حدد {0} من {1} نجوم",surveySkipButtonLabel:"تخطٍ",tagsSurveyQuestion:"ما الذي كان يمكن أن يكون أفضل؟",tagsSurveyTextFieldDefaultText:"أخرى، يُرجى التحديد",tagsSurveyHelperText:"تحقق من أي مشاكل واجهتك",endOfSurveyText:"شكراً لك على تقديم ملاحظاتك!",surveyIssues:{overallRating:{callCannotJoin:"تعذر علي الانضمام إلى المكالمة",callCannotInvite:"لم أتمكن من دعوة الآخرين إلى المكالمة",hadToRejoin:"اضطررت إلى إعادة الانضمام إلى المكالمة",callEndedUnexpectedly:"انتهت المكالمة عندي بشكل غير متوقع",otherIssues:"كنت أواجه مشكلات أخرى في المكالمة"},audioRating:{noLocalAudio:"لم تسمع الجهة الأخرى أي صوت",noRemoteAudio:"لم أسمع أي صوت",echo:"سمعت صدى في المكالمة",audioNoise:"سمعت ضوضاء في المكالمة",lowVolume:"كان مستوى الصوت منخفضاً",audioStoppedUnexpectedly:"تم إيقاف الصوت بشكل غير متوقع",distortedSpeech:"تم تشويه الصوت",audioInterruption:"تمت مقاطعة الصوت",otherIssues:"كنت أواجه مشكلات صوتية أخرى في هذه المكالمة"},videoRating:{noVideoReceived:"لم أتمكن من مشاهدة أي فيديو",noVideoSent:"لم يتمكن الآخرون من رؤيتي",lowQuality:"جودة الفيديو منخفضة",freezes:"الفيديو مجمد",stoppedUnexpectedly:"توقف الفيديو بشكل غير متوقع",darkVideoReceived:"أرى الشاشات الداكنة فقط عندما يقوم الآخرون بتشغيل الكاميرا الخاصة بهم",audioVideoOutOfSync:"لم تتم مزامنة الصوت والفيديو",otherIssues:"كنت أواجه مشكلات فيديو أخرى في هذه المكالمة"},screenshareRating:{noContentLocal:"تعذر على الأشخاص الآخرين رؤية مشاركة الشاشة",noContentRemote:"لم أتمكن من رؤية مشاركة الشاشة الخاصة بأشخاص آخرين",cannotPresent:"تعذر علي تقديم الشاشة",lowQuality:"كانت جودة مشاركة الشاشة منخفضة",freezes:"تم تجميد مشاركة الشاشة",stoppedUnexpectedly:"توقفت مشاركة الشاشة بشكل غير متوقع",largeDelay:"مشاركة الشاشة لها تأخير كبير",otherIssues:"كنت أواجه مشكلات أخرى في مشاركة الشاشة في هذه المكالمة"}},surveyIssuesHeadingStrings:{overallRating:"بشكل عام",audioRating:"صوت",videoRating:"فيديو",screenshareRating:"تقديم"},spotlightPrompt:{startSpotlightHeading:"هل تريد تسليط الضوء للجميع؟",startSpotlightText:"ستسلط الضوء على هذا الفيديو لجميع المشاركين في الاجتماع.",startSpotlightOnSelfText:"ستبرز مقطع الفيديو الخاص بك لجميع المشاركين في الاجتماع.",startSpotlightConfirmButtonLabel:"تسليط الضوء للجميع",startSpotlightCancelButtonLabel:"إلغاء",stopSpotlightHeading:"هل تريد إيقاف تسليط الضوء على مقطع الفيديو هذا؟",stopSpotlightOnSelfHeading:"هل تريد إنهاء تسليط الضوء؟",stopAllSpotlightHeading:"التوقف عن تسليط الضوء على جميع ملفات الفيديو؟",stopSpotlightText:"لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",stopSpotlightOnSelfText:"لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",stopAllSpotlightText:"لن يتم تمييز مقاطع الفيديو بعد الآن للجميع في الاجتماع.",stopSpotlightConfirmButtonLabel:"التوقف عن تسليط الضوء",stopSpotlightOnSelfConfirmButtonLabel:"الخروج من وضع تسليط الضوء",stopSpotlightCancelButtonLabel:"إلغاء"},exitSpotlightButtonLabel:"الخروج من وضع تسليط الضوء",exitSpotlightButtonTooltip:"الخروج من وضع تسليط الضوء",leaveConfirmButtonLabel:"مغادرة",endCallConfirmButtonLabel:"إنهاء المكالمة",hangUpCancelButtonLabel:"إلغاء",leaveConfirmDialogTitle:"هل تريد مغادرة المكالمة؟",leaveConfirmDialogContent:"هل تريد بالتأكيد مغادرة المكالمة؟",endCallConfirmDialogTitle:"هل تريد إنهاء المكالمة؟",endCallConfirmDialogContent:"ستنهي المكالمة لدى الجميع.",invalidMeetingIdentifier:"معرف اجتماع أو رمز مرور غير صالح",pinParticipantMenuLabel:"تثبيت نيابة عني",pinParticipantLimitReachedMenuLabel:"تثبيت (تم بلوغ الحد الأقصى)",unpinParticipantMenuLabel:"إزالة التثبيت",pinParticipantMenuItemAriaLabel:"تثبيت",unpinParticipantMenuItemAriaLabel:"إزالة التثبيت",muteAllMenuLabel:"كتم صوت الجميع",muteAllDialogTitle:"هل تريد كتم صوت الجميع؟",muteAllDialogContent:"سيؤدي ذلك إلى كتم صوت الجميع في الاجتماع باستثننائك.",muteAllConfirmButtonLabel:"كتم صوت الجميع",muteAllCancelButtonLabel:"إلغاء",joinBreakoutRoomButtonLabel:"انضمام إلى غرفة فرعية",returnFromBreakoutRoomButtonLabel:"مغادرة الغرفة",leaveBreakoutRoomAndMeetingButtonLabel:"مغادرة الاجتماع",breakoutRoomJoinedNotificationTitle:"لقد انضممت إلى الغرفة الفرعية '{roomName}'",joinBreakoutRoomBannerTitle:"الغرفة الفرعية '{roomName}' مفتوحة",joinBreakoutRoomBannerButtonLabel:"انضمام",returnFromBreakoutRoomBannerTitle:"رجوع إلى الاجتماع الرئيسي",returnFromBreakoutRoomBannerButtonLabel:"إعادة الانضمام"};var chat$j={chatListHeader:"في هذه الدردشة",uploadAttachment:"تحميل المرفق",uploadImageDataNotProvided:"لم يتم توفير بيانات الصورة.",uploadImageIsTooLarge:"الصورة كبيرة جدا. اختر جهازا أقل من {maxImageSize} ميغابايت.",uploadImageExtensionIsNotAllowed:"تحميل الصورة .{imageExtension} غير مسموح به.",uploadImageFailed:"تعذر تحميل الصورة. الرجاء المحاولة مرة أخرى لاحقا."};var callWithChat$j={chatButtonLabel:"دردشة",chatButtonNewMessageNotificationLabel:"رسالة جديدة",chatButtonTooltipClosedWithMessageCount:"إظهار الدردشة ({unreadMessagesCount} غير مقروءة)",chatButtonTooltipClose:"إخفاء الدردشة",chatButtonTooltipOpen:"إظهار الدردشة",chatPaneTitle:"دردشة",copyInviteLinkButtonLabel:"نسخ ارتباط دعوة",copyInviteLinkButtonActionedLabel:"تم نسخ الارتباط",copyInviteLinkActionedAriaLabel:"تم نسخ ارتباط الدعوة",dismissSidePaneButtonLabel:"إغلاق",moreDrawerAudioDeviceMenuTitle:"جهاز صوت",moreDrawerButtonLabel:"المزيد من الخيارات",moreDrawerButtonTooltip:"المزيد من الخيارات",moreDrawerMicrophoneMenuTitle:"الميكروفون",moreDrawerSpeakerMenuTitle:"مكبر الصوت",moreDrawerCaptionsMenuTitle:"نص الكلام مباشرةً",moreDrawerSpokenLanguageMenuTitle:"اللغة المنطوقة",moreDrawerCaptionLanguageMenuTitle:"لغة التسمية التوضيحية",moreDrawerGalleryOptionsMenuTitle:"خيارات المعرض",peopleButtonLabel:"الأشخاص",selectedPeopleButtonLabel:"تم تحديد زر الأشخاص",peopleButtonTooltipOpen:"إظهار المشاركين",peopleButtonTooltipClose:"إخفاء المشاركين",peopleButtonTooltipOpenAriaLabel:"زر الأشخاص، إظهار المشاركين",peopleButtonTooltipCloseAriaLabel:"زر الأشخاص، إخفاء المشاركين",peoplePaneSubTitle:"في هذه المكالمة",peoplePaneTitle:"الأشخاص",pictureInPictureTileAriaLabel:"موجزات الفيديو. انقر للعودة إلى شاشة المكالمة.",removeMenuLabel:"إزالة",openDialpadButtonLabel:"اطلب رقم الهاتف",returnToCallButtonAriaDescription:"رجوع إلى المكالمة",returnToCallButtonAriaLabel:"رجوع",peoplePaneAddPeopleButtonLabel:"إضافة أشخاص",dialpadStartCallButtonLabel:"مكالمة",dialpadModalTitle:"اطلب رقم الهاتف",dialpadModalAriaLabel:"لوحة الطلب",dialpadCloseModalButtonAriaLabel:"إغلاق لوحة الطلب",openDtmfDialpadLabel:"عرض لوحة الطلب",dtmfDialpadPlaceholderText:"أدخل عدداً",breakoutRoomChatPaneTitle:"دردشة الغرفة الفرعية",chatContentSpinnerLabel:"يتم الآن التحميل..."};var ar_SA = {call:call$j,chat:chat$j,callWithChat:callWithChat$j};
|
43612
43769
|
|
43613
43770
|
// Copyright (c) Microsoft Corporation.
|
43614
43771
|
// Licensed under the MIT License.
|
@@ -43622,7 +43779,7 @@ const COMPOSITE_LOCALE_AR_SA = {
|
|
43622
43779
|
strings: createCompositeStrings(ar_SA)
|
43623
43780
|
};
|
43624
43781
|
|
43625
|
-
var call$h={cameraLabel:"Kamera",noCamerasLabel:"Nebyly nalezeny žádné kamery",cameraPermissionDenied:"Váš prohlížeč blokuje přístup ke kameře.",cameraTurnedOff:"Máte vypnutou kameru.",chatButtonLabel:"Chat",close:"Zavřít",complianceBannerNowOnlyRecording:"Nyní tuto schůzku pouze nahráváte.",complianceBannerNowOnlyTranscription:"Nyní tuto schůzku pouze přepisujete.",complianceBannerRecordingAndTranscriptionSaved:"Záznam a přepis se ukládají.",complianceBannerRecordingAndTranscriptionStarted:"Spustilo se nahrávání a přepis.",complianceBannerRecordingAndTranscriptionStopped:"Nahrávání a přepis se zastavily.",complianceBannerRecordingSaving:"Probíhá ukládání záznamu.",complianceBannerRecordingStarted:"Nahrávání se spustilo.",complianceBannerRecordingStopped:"Nahrávání se zastavilo.",complianceBannerTranscriptionStarted:"Přepis se spustil.",complianceBannerTranscriptionConsent:"Připojením vyjadřujete souhlas s přepisem této schůzky.",complianceBannerTranscriptionSaving:"Přepis se ukládá.",complianceBannerTranscriptionStopped:"Přepis se zastavil.",configurationPageTitle:"Začít hovor",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkButtonActionedLabel:"Odkaz byl zkopírován.",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval",defaultPlaceHolder:"Vyberte jednu možnost",dismissSidePaneButtonLabel:"Zavřít",videoEffectsPaneTitle:"Efekty",videoEffectsPaneBackgroundSelectionTitle:"Pozadí",configurationPageVideoEffectsButtonLabel:"Efekty",unableToStartVideoEffect:"Nelze použít efekt videa.",blurBackgroundEffectButtonLabel:"Rozostření",blurBackgroundTooltip:"Rozostřit pozadí",removeBackgroundEffectButtonLabel:"Žádná",removeBackgroundTooltip:"Odebrat pozadí",cameraOffBackgroundEffectWarningText:"Vaše kamera je vypnutá. Pokud chcete vidět efekt videa, zapněte kameru.",failedToJoinCallDueToNoNetworkMoreDetails:"Hovor byl odpojen z důvodu problému se sítí. Zkontrolujte připojení a připojte se znovu.",failedToJoinCallDueToNoNetworkTitle:"Hovor odpojen",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Vstup do hovoru vám nebyl povolen. Pokud se jednalo o chybu, znovu se do hovoru přihlaste.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Odchod z předsálí",learnMore:"Další informace",leavingCallTitle:"Opouštíte hovor...",leftCallMoreDetails:"Pokud se jedná o chybu, připojte se k hovoru znovu.",leftCallTitle:"Opustili jste hovor",lobbyScreenConnectingToCallTitle:"Připojování k hovoru",lobbyScreenWaitingToBeAdmittedTitle:"Čeká se na přijetí",microphonePermissionDenied:"Váš prohlížeč blokuje přístup k mikrofonu.",microphoneToggleInLobbyNotAllowed:"V předsálí nejde ztlumit ani zrušit ztlumení.",mutedMessage:"Jste ztlumení",networkReconnectMoreDetails:"Vypadá to, že se něco nepovedlo. Pokoušíme se znovu připojit k hovoru.",networkReconnectTitle:"Vydržte",notInvitedToRoomDetails:"K této místnosti se nemůžete připojit, protože nemáte pozvánku.",notInvitedToRoomTitle:"Nepozván(a) do místnosti",peopleButtonLabel:"Lidé",selectedPeopleButtonLabel:"Vybráno tlačítko Lidé",peoplePaneTitle:"Lidé",peoplePaneMoreButtonAriaLabel:"Více",peopleButtonTooltipOpen:"Zobrazit účastníky",peopleButtonTooltipClose:"Skrýt účastníky",peoplePaneSubTitle:"V tomto hovoru {numberOfPeople}",privacyPolicy:"Zásady ochrany osobních údajů",rejoinCallButtonLabel:"Znovu se připojit k hovoru",removedFromCallMoreDetails:"Jiný účastník vás odebral z hovoru.",removedFromCallTitle:"Byli jste odebráni",removeMenuLabel:"Odebrat",startSpotlightMenuLabel:"Přidat do hlavního výběru všem",addSpotlightMenuLabel:"Přidat do hlavního výběru",stopSpotlightMenuLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfMenuLabel:"Ukončit hlavní výběr",spotlightLimitReachedMenuTitle:"Dosáhlo se limitu hlavního výběru",stopAllSpotlightMenuLabel:"Zastavit všechny výběry",returnToCallButtonAriaDescription:"Pokračovat v hovoru",returnToCallButtonAriaLabel:"Zpět",roomNotFoundDetails:"Zadané ID místnosti se nepovedlo najít.",roomNotFoundTitle:"Místnost nebyla nalezena",roomNotValidDetails:"Tato místnost není v tuto chvíli platná.",roomNotValidTitle:"Neplatná místnost",inviteToRoomRemovedDetails:"Vaše pozvánka k připojení k této místnosti se odebrala.",inviteToRoomRemovedTitle:"Pozvánka do místnosti se odebrala",soundLabel:"Zvuk",noMicrophonesLabel:"Nenašly se žádné mikrofony",noSpeakersLabel:"Nenašly se žádné reproduktory",startCallButtonLabel:"Zahájit hovor",openDialpadButtonLabel:"Vytočit telefonní číslo",peoplePaneAddPeopleButtonLabel:"Přidat lidi",dialpadStartCallButtonLabel:"Volat",dialpadModalTitle:"Vytočit telefonní číslo",dialpadModalAriaLabel:"Číselník",dialpadCloseModalButtonAriaLabel:"Zavřít číselník",moreButtonCallingLabel:"Další",resumeCallButtonLabel:"Pokračovat",resumingCallButtonLabel:"Obnovování…",resumeCallButtonAriaLabel:"Pokračovat v hovoru",resumingCallButtonAriaLabel:"Pokračovat v hovoru",holdScreenLabel:"Váš hovor je přidržený",openDtmfDialpadLabel:"Zobrazit číselník",dtmfDialpadPlaceholderText:"Zadejte číslo",outboundCallingNoticeString:"Volání…",participantJoinedNoticeString:"{displayName} se připojil(a)",twoParticipantJoinedNoticeString:"{displayName1} a {displayName2} se připojili",threeParticipantJoinedNoticeString:"Uživatelé {displayName1}, {displayName2} a {displayName3} se připojili",participantLeftNoticeString:"{displayName} se odpojil(a)",twoParticipantLeftNoticeString:"{displayName1} a {displayName2} se odpojili",threeParticipantLeftNoticeString:"Uživatelé {displayName1}, {displayName2} a {displayName3} se odpojili",unnamedParticipantString:"nepojmenovaný účastník",manyUnnamedParticipantsJoined:"nepojmenovaný účastník a {numOfParticipants} další účastníci se připojili",manyUnnamedParticipantsLeft:"nepojmenovaný účastník a {numOfParticipants} další účastníci se odpojili",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} se připojili další účastníci",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} další účastníci",liveCaptionsLabel:"Živé titulky",captionsSettingsLabel:"Nastavení titulků",startCaptionsButtonOnLabel:"Zapnout titulky",startCaptionsButtonOffLabel:"Vypnout titulky",startCaptionsButtonTooltipOnContent:"Vypnout titulky",startCaptionsButtonTooltipOffContent:"Zapnout titulky",captionsSettingsModalTitle:"Nastavení titulků",captionsSettingsSpokenLanguageDropdownLabel:"Mluvený jazyk",captionsSettingsCaptionLanguageDropdownLabel:"Jazyk titulků",captionsSettingsSpokenLanguageDropdownInfoText:"Jazyk, kterým mluví všichni účastníci tohoto hovoru.",captionsSettingsCaptionLanguageDropdownInfoText:"Titulky se zobrazí v tomto jazyce. ",captionsSettingsConfirmButtonLabel:"Potvrdit",captionsSettingsCancelButtonLabel:"Zrušit",captionsSettingsModalAriaLabel:"Modální nastavení titulků",captionsSettingsCloseModalButtonAriaLabel:"Nastavení titulků",captionsBannerMoreButtonCallingLabel:"Další",captionsBannerMoreButtonTooltip:"Další možnosti",dismissModalAriaLabel:"Místní a vzdálený obrázek a obrázek, stisknutím klávesy Enter se vrátíte k hovoru",callRejectedTitle:"Hovor nešlo spojit.",callRejectedMoreDetails:"Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",callTimeoutTitle:"Hovor nešlo spojit.",callTimeoutDetails:"Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",callTimeoutBotTitle:"Hovor nešlo spojit.",callTimeoutBotDetails:"Služba, ke které se pokoušíte získat přístup, není k dispozici. Zkuste to prosím znovu později.",dtmfDialerButtonLabel:"Číselník",dtmfDialerButtonTooltipOn:"Zobrazit číselník",dtmfDialerButtonTooltipOff:"Skrýt číselník",dtmfDialerMoreButtonLabelOn:"Zobrazit číselník",dtmfDialerMoreButtonLabelOff:"Skrýt číselník",phoneCallMoreButtonLabel:"Telefonní hovor",spokenLanguageStrings:{"ar-ae":"Arabština - Spojené arabské emiráty","ar-sa":"Arabština - Saúdská Arábie","da-dk":"Dánština","de-de":"Němčina - Německo","en-au":"Angličtina - Austrálie","en-ca":"Angličtina - Kanada","en-gb":"Angličtina - Spojené království","en-in":"Angličtina - Indie","en-nz":"Angličtina - Nový Zéland","en-us":"Angličtina - Spojené státy americké","es-es":"Španělština - Španělsko (Modern Sort)","es-mx":"Španělština - Mexiko","fi-fi":"Finština","fr-ca":"Francouzština - Kanada","fr-fr":"Francouzština - Francie","hi-in":"Hindština","it-it":"Italština - Itálie","ja-jp":"Japonština","ko-kr":"Korejština","nb-no":"Norština (Bokmål)","nl-be":"Holandština – Belgie","nl-nl":"Holandština - Nizozemsko","pl-pl":"Polština","pt-br":"Portugalština – Brazílie","ru-ru":"Ruština","sv-se":"Švédština","zh-cn":"Čínština – Čínská lidová republika","zh-hk":"Čínština – Hong Kong SAR","cs-cz":"Čeština","pt-pt":"Portugalština – Portugalsko","tr-tr":"Turečtina","vi-vn":"Vietnamština","th-th":"Thajština","he-il":"Hebrejština","cy-gb":"Velština","uk-ua":"Ukrajinština","el-gr":"Řečtina","hu-hu":"Maďarština","ro-ro":"Rumunština","sk-sk":"Slovenština","zh-tw":"Čínština – Tchaj-wan"},captionLanguageStrings:{ar:"Arabština",da:"Dánština",de:"Němčina",en:"Angličtina",es:"Španělština",fi:"Finština","fr-ca":"Francouzština - Kanada",fr:"Francouzština - Francie",hi:"Hindština",it:"Italština",ja:"Japonština",ko:"Korejština",nb:"Norština (Bokmål)",nl:"Nizozemština",pl:"Polština",pt:"Portugalština – Brazílie",ru:"Ruština",sv:"Švédština","zh-Hans":"Čínština (zjednodušená)","zh-Hant":"Čínština (tradiční)",cs:"Čeština","pt-pt":"Portugalština – Portugalsko",tr:"Turečtina",vi:"Vietnamština",th:"Thajština",he:"Hebrejština",cy:"Velština",uk:"Ukrajinština",el:"Řečtina",hu:"Maďarština",ro:"Rumunština",sk:"Slovenština"},captionsBannerSpinnerText:"Spouští se titulky...",transferPageTransferorText:"Probíhá přenos...",transferPageTransferTargetText:"Připojování...",transferPageUnknownTransferorDisplayName:"Neznámý",transferPageUnknownTransferTargetDisplayName:"Neznámý",transferPageNoticeString:"Přepojujeme vás",participantCouldNotBeReachedTitle:"Cílový účastník není v tuto chvíli k dispozici",participantCouldNotBeReachedMoreDetails:"Obraťte se prosím na účastníka, až bude k dispozici",permissionToReachTargetParticipantNotAllowedTitle:"Oprávnění k dosažení cílového účastníka není povolené",permissionToReachTargetParticipantNotAllowedMoreDetails:"Zkontrolujte prosím, jestli je cílový účastník ve stejném tenantovi.",unableToResolveTenantTitle:"Nepovedlo se přeložit ID tenanta pro cílového účastníka",unableToResolveTenantMoreDetails:"Zkontrolujte prosím, jestli je správně zadané ID účastníka.",participantIdIsMalformedTitle:"ID účastníka nemá správný formát.",participantIdIsMalformedMoreDetails:"Zkontrolujte prosím, jestli je ID účastníka ve správném formátu.",moreButtonGalleryControlLabel:"Zobrazit",moreButtonGalleryPositionToggleLabel:"Přesunout galerii na začátek",moreButtonGallerySpeakerLayoutLabel:"Reproduktor",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamické",moreButtonGalleryDefaultLayoutLabel:"Zobrazení galerie",moreButtonGalleryFocusedContentLayoutLabel:"Přenést hlavní pozornost na obsah",moreButtonLargeGalleryDefaultLayoutLabel:"Velká galerie",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Vaše kamera byla zakázána. Už nemůžete sdílet video.",grantedDueToMeetingOption:"Vaše kamera je povolená. Pokud chcete sdílet video, zapněte ji."},unmuteMic:{lostDueToMeetingOption:"Váš mikrofon byl zakázán. Už nemůžete zrušit ztlumení.",grantedDueToMeetingOption:"Váš mikrofon je povolený. Zrušte ztlumení, pokud chcete mluvit."},shareScreen:{lostDueToRoleChangeToAttendee:"Vaše role se změnila. Některé akce, jako je sdílení obsahu, pro vás nebudou k dispozici.",grantedDueToRoleChangeToPresenter:"Jste prezentující. Můžete sdílet obsah a moderovat schůzku."},hideAttendeeNames:{hideAttendeeNameAttendee:"Vaše jméno je před ostatními účastníky skryté. Organizátoři a přednášející uvidí vaše skutečné jméno.",hideAttendeeNamePresenter:"Jména účastníků jsou skrytá. Pro ochranu soukromí účastníků uvidí jména jenom organizátoři a přednášející."}},surveyTitle:"Pomozte nám se zlepšovat",starSurveyHelperText:"Jaká byla kvalita hovoru?",starSurveyOneStarText:"Kvalita byla špatná.",starSurveyTwoStarText:"Kvalita byla slabá.",starSurveyThreeStarText:"Kvalita byla dobrá.",starSurveyFourStarText:"Kvalita byla skvělá.",starSurveyFiveStarText:"Kvalita byla vynikající.",surveyConfirmButtonLabel:"Poslat zpětnou vazbu",starRatingAriaLabel:"Vybrat {0} z(e) {1} hvězdiček",surveySkipButtonLabel:"Přeskočit",tagsSurveyQuestion:"Co by mohlo být lepší?",tagsSurveyTextFieldDefaultText:"Jiné, upřesněte prosím",tagsSurveyHelperText:"Zkontrolujte všechny problémy, se které jste zaznamenali.",endOfSurveyText:"Děkujeme za váš názor!",surveyIssues:{overallRating:{callCannotJoin:"Nepovedlo se mi připojit se k hovoru",callCannotInvite:"Nepovedlo se mi pozvat ostatní do hovoru.",hadToRejoin:"Musel(a) jsem se znovu připojit k hovoru",callEndedUnexpectedly:"Hovor pro mě neočekávaně skončil",otherIssues:"Měl(a) jsem s hovorem jiné problémy"},audioRating:{noLocalAudio:"Druhá strana neslyšela žádný zvuk",noRemoteAudio:"Vůbec jsem neslyšel(a) zvuk",echo:"Při hovoru jsem slyšel(a) ozvěny",audioNoise:"Při hovoru jsem slyšel(a) šum",lowVolume:"Hlasitost byla nízká",audioStoppedUnexpectedly:"Zvuk se neočekávaně zastavil",distortedSpeech:"Zvuk byl zkreslený",audioInterruption:"Došlo k přerušení zvuku",otherIssues:"Během tohoto hovoru došlo k jiným problémům se zvukem"},videoRating:{noVideoReceived:"Vůbec se mi nezobrazovalo video",noVideoSent:"Ostatní mě neviděli",lowQuality:"Kvalita videa byla nízká.",freezes:"Video se zablokuje",stoppedUnexpectedly:"Video se neočekávaně zastavilo",darkVideoReceived:"Když ostatní zapnou kameru, vidím jenom tmavé obrazovky",audioVideoOutOfSync:"Zvuk a video se nesynchronizovaly",otherIssues:"V tomto hovoru došlo k jiným problémům s videem"},screenshareRating:{noContentLocal:"Ostatní uživatelé neviděli moje sdílení obrazovky",noContentRemote:"Nepovedlo se mi zobrazit sdílení obrazovky jiných lidí",cannotPresent:"Nepovedlo se mi ukázat obrazovku",lowQuality:"Kvalita sdílení obrazovky byla nízká",freezes:"Zablokované sdílení obrazovky",stoppedUnexpectedly:"Sdílení obrazovky se neočekávaně zastavilo",largeDelay:"Sdílení obrazovky má velké zpoždění",otherIssues:"Měl(a) jsem jiné problémy se sdílením obrazovky v tomto hovoru"}},surveyIssuesHeadingStrings:{overallRating:"Celkem",audioRating:"Zvuk",videoRating:"Video",screenshareRating:"Prezentování"},spotlightPrompt:{startSpotlightHeading:"Přidat do hlavního výběru všem?",startSpotlightText:"Toto video se zvýrazní všem účastníkům schůzky.",startSpotlightOnSelfText:"Vaše video se zvýrazní všem účastníkům schůzky.",startSpotlightConfirmButtonLabel:"Přidat do hlavního výběru všem",startSpotlightCancelButtonLabel:"Zrušit",stopSpotlightHeading:"Chcete přestat zobrazovat toto video v hlavním výběru?",stopSpotlightOnSelfHeading:"Ukončit hlavní výběr?",stopAllSpotlightHeading:"Zastavit zobrazování všech videí v hlavním výběru?",stopSpotlightText:"Účastníkům se už toto video nebude zvýrazňovat.",stopSpotlightOnSelfText:"Účastníkům se už vaše video nebude zvýrazňovat.",stopAllSpotlightText:"Účastníkům schůzky se už videa nebudou zvýrazňovat.",stopSpotlightConfirmButtonLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfConfirmButtonLabel:"Ukončit hlavní výběr",stopSpotlightCancelButtonLabel:"Zrušit"},exitSpotlightButtonLabel:"Ukončit hlavní výběr",exitSpotlightButtonTooltip:"Ukončit hlavní výběr",leaveConfirmButtonLabel:"Odejít",endCallConfirmButtonLabel:"Ukončit hovor",hangUpCancelButtonLabel:"Zrušit",leaveConfirmDialogTitle:"Chcete z hovoru odejít?",leaveConfirmDialogContent:"Opravdu chcete hovor opustit?",endCallConfirmDialogTitle:"Chcete hovor ukončit?",endCallConfirmDialogContent:"Hovor ukončíte pro všechny.",invalidMeetingIdentifier:"Neplatné ID schůzky nebo heslo",pinParticipantMenuLabel:"Připnout pro mě",pinParticipantLimitReachedMenuLabel:"Připnout (dosáhlo se limitu)",unpinParticipantMenuLabel:"Odepnout",pinParticipantMenuItemAriaLabel:"Připnout",unpinParticipantMenuItemAriaLabel:"Odepnout",muteAllMenuLabel:"Ztlumit všechny",muteAllDialogTitle:"Chcete všechny ztlumit?",muteAllDialogContent:"Ztlumí všechny účastníky schůzky kromě vás.",muteAllConfirmButtonLabel:"Ztlumit všechny",muteAllCancelButtonLabel:"Zrušit",joinBreakoutRoomButtonLabel:"Připojí se ke skupinové místnosti.",returnFromBreakoutRoomButtonLabel:"Opustit místnost",leaveBreakoutRoomAndMeetingButtonLabel:"Opustit schůzku",breakoutRoomJoinedNotificationTitle:"Připojili jste se ke skupinové místnosti {roomName}",joinBreakoutRoomBannerTitle:"Skupinová místnost {roomName} je otevřená",joinBreakoutRoomBannerButtonLabel:"Připojit se",returnFromBreakoutRoomBannerTitle:"Vrátit se k hlavní schůzce",returnFromBreakoutRoomBannerButtonLabel:"Znovu připojit"};var chat$h={chatListHeader:"V tomto chatu",uploadAttachment:"Odeslat přílohu",uploadImageDataNotProvided:"Data obrázku nebyla zadána.",uploadImageIsTooLarge:"Obrázek je příliš velký. Zvolte míň než {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Nahrávání. Obrázek {imageExtension} není povolený.",uploadImageFailed:"Obrázek nejde nahrát. Zkuste to prosím znovu později."};var callWithChat$h={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Nová zpráva",chatButtonTooltipClosedWithMessageCount:"Zobrazit chat (počet nepřečtených zpráv: {unreadMessagesCount})",chatButtonTooltipClose:"Skrýt chat",chatButtonTooltipOpen:"Zobrazit chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkButtonActionedLabel:"Odkaz byl zkopírován.",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval",dismissSidePaneButtonLabel:"Zavřít",moreDrawerAudioDeviceMenuTitle:"Zvukové zařízení",moreDrawerButtonLabel:"Další možnosti",moreDrawerButtonTooltip:"Další možnosti",moreDrawerMicrophoneMenuTitle:"Mikrofon",moreDrawerSpeakerMenuTitle:"Mluvčí",moreDrawerCaptionsMenuTitle:"Živé titulky",moreDrawerSpokenLanguageMenuTitle:"Mluvený jazyk",moreDrawerCaptionLanguageMenuTitle:"Jazyk titulků",moreDrawerGalleryOptionsMenuTitle:"Možnosti galerie",peopleButtonLabel:"Lidé",selectedPeopleButtonLabel:"Vybráno tlačítko Lidé",peopleButtonTooltipOpen:"Zobrazit účastníky",peopleButtonTooltipClose:"Skrýt účastníky",peopleButtonTooltipOpenAriaLabel:"Tlačítko Lidé, Zobrazit účastníky",peopleButtonTooltipCloseAriaLabel:"Tlačítko Lidé, Skrýt účastníky",peoplePaneSubTitle:"V tomto hovoru",peoplePaneTitle:"Lidé",pictureInPictureTileAriaLabel:"Informační kanály videa. Kliknutím se vrátíte na obrazovku hovoru.",removeMenuLabel:"Odebrat",openDialpadButtonLabel:"Vytočit telefonní číslo",returnToCallButtonAriaDescription:"Pokračovat v hovoru",returnToCallButtonAriaLabel:"Zpět",peoplePaneAddPeopleButtonLabel:"Přidat lidi",dialpadStartCallButtonLabel:"Volat",dialpadModalTitle:"Vytočit telefonní číslo",dialpadModalAriaLabel:"Číselník",dialpadCloseModalButtonAriaLabel:"Zavřít číselník",openDtmfDialpadLabel:"Zobrazit číselník",dtmfDialpadPlaceholderText:"Zadejte číslo",breakoutRoomChatPaneTitle:"Chat ve skupinové místnosti",chatContentSpinnerLabel:"Načítání..."};var cs_CZ = {call:call$h,chat:chat$h,callWithChat:callWithChat$h};
|
43782
|
+
var call$i={cameraLabel:"Kamera",noCamerasLabel:"Nebyly nalezeny žádné kamery",cameraPermissionDenied:"Váš prohlížeč blokuje přístup ke kameře.",cameraTurnedOff:"Máte vypnutou kameru.",chatButtonLabel:"Chat",close:"Zavřít",complianceBannerNowOnlyRecording:"Nyní tuto schůzku pouze nahráváte.",complianceBannerNowOnlyTranscription:"Nyní tuto schůzku pouze přepisujete.",complianceBannerRecordingAndTranscriptionSaved:"Záznam a přepis se ukládají.",complianceBannerRecordingAndTranscriptionStarted:"Spustilo se nahrávání a přepis.",complianceBannerRecordingAndTranscriptionStopped:"Nahrávání a přepis se zastavily.",complianceBannerRecordingSaving:"Probíhá ukládání záznamu.",complianceBannerRecordingStarted:"Nahrávání se spustilo.",complianceBannerRecordingStopped:"Nahrávání se zastavilo.",complianceBannerTranscriptionStarted:"Přepis se spustil.",complianceBannerTranscriptionConsent:"Připojením vyjadřujete souhlas s přepisem této schůzky.",complianceBannerTranscriptionSaving:"Přepis se ukládá.",complianceBannerTranscriptionStopped:"Přepis se zastavil.",configurationPageTitle:"Začít hovor",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkButtonActionedLabel:"Odkaz byl zkopírován.",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval",defaultPlaceHolder:"Vyberte jednu možnost",dismissSidePaneButtonLabel:"Zavřít",videoEffectsPaneTitle:"Efekty",videoEffectsPaneBackgroundSelectionTitle:"Pozadí",configurationPageVideoEffectsButtonLabel:"Efekty",unableToStartVideoEffect:"Nelze použít efekt videa.",blurBackgroundEffectButtonLabel:"Rozostření",blurBackgroundTooltip:"Rozostřit pozadí",removeBackgroundEffectButtonLabel:"Žádná",removeBackgroundTooltip:"Odebrat pozadí",cameraOffBackgroundEffectWarningText:"Vaše kamera je vypnutá. Pokud chcete vidět efekt videa, zapněte kameru.",failedToJoinCallDueToNoNetworkMoreDetails:"Hovor byl odpojen z důvodu problému se sítí. Zkontrolujte připojení a připojte se znovu.",failedToJoinCallDueToNoNetworkTitle:"Hovor odpojen",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Vstup do hovoru vám nebyl povolen. Pokud se jednalo o chybu, znovu se do hovoru přihlaste.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Odchod z předsálí",learnMore:"Další informace",leavingCallTitle:"Opouštíte hovor...",leftCallMoreDetails:"Pokud se jedná o chybu, připojte se k hovoru znovu.",leftCallTitle:"Opustili jste hovor",lobbyScreenConnectingToCallTitle:"Připojování k hovoru",lobbyScreenWaitingToBeAdmittedTitle:"Čeká se na přijetí",microphonePermissionDenied:"Váš prohlížeč blokuje přístup k mikrofonu.",microphoneToggleInLobbyNotAllowed:"V předsálí nejde ztlumit ani zrušit ztlumení.",mutedMessage:"Jste ztlumení",networkReconnectMoreDetails:"Vypadá to, že se něco nepovedlo. Pokoušíme se znovu připojit k hovoru.",networkReconnectTitle:"Vydržte",notInvitedToRoomDetails:"K této místnosti se nemůžete připojit, protože nemáte pozvánku.",notInvitedToRoomTitle:"Nepozván(a) do místnosti",peopleButtonLabel:"Lidé",selectedPeopleButtonLabel:"Vybráno tlačítko Lidé",peoplePaneTitle:"Lidé",peoplePaneMoreButtonAriaLabel:"Více",peopleButtonTooltipOpen:"Zobrazit účastníky",peopleButtonTooltipClose:"Skrýt účastníky",peoplePaneSubTitle:"V tomto hovoru {numberOfPeople}",privacyPolicy:"Zásady ochrany osobních údajů",rejoinCallButtonLabel:"Znovu se připojit k hovoru",removedFromCallMoreDetails:"Jiný účastník vás odebral z hovoru.",removedFromCallTitle:"Byli jste odebráni",removeMenuLabel:"Odebrat",startSpotlightMenuLabel:"Přidat do hlavního výběru všem",addSpotlightMenuLabel:"Přidat do hlavního výběru",stopSpotlightMenuLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfMenuLabel:"Ukončit hlavní výběr",spotlightLimitReachedMenuTitle:"Dosáhlo se limitu hlavního výběru",stopAllSpotlightMenuLabel:"Zastavit všechny výběry",returnToCallButtonAriaDescription:"Pokračovat v hovoru",returnToCallButtonAriaLabel:"Zpět",roomNotFoundDetails:"Zadané ID místnosti se nepovedlo najít.",roomNotFoundTitle:"Místnost nebyla nalezena",roomNotValidDetails:"Tato místnost není v tuto chvíli platná.",roomNotValidTitle:"Neplatná místnost",inviteToRoomRemovedDetails:"Vaše pozvánka k připojení k této místnosti se odebrala.",inviteToRoomRemovedTitle:"Pozvánka do místnosti se odebrala",soundLabel:"Zvuk",noMicrophonesLabel:"Nenašly se žádné mikrofony",noSpeakersLabel:"Nenašly se žádné reproduktory",startCallButtonLabel:"Zahájit hovor",openDialpadButtonLabel:"Vytočit telefonní číslo",peoplePaneAddPeopleButtonLabel:"Přidat lidi",dialpadStartCallButtonLabel:"Volat",dialpadModalTitle:"Vytočit telefonní číslo",dialpadModalAriaLabel:"Číselník",dialpadCloseModalButtonAriaLabel:"Zavřít číselník",moreButtonCallingLabel:"Další",resumeCallButtonLabel:"Pokračovat",resumingCallButtonLabel:"Obnovování…",resumeCallButtonAriaLabel:"Pokračovat v hovoru",resumingCallButtonAriaLabel:"Pokračovat v hovoru",holdScreenLabel:"Váš hovor je přidržený",openDtmfDialpadLabel:"Zobrazit číselník",dtmfDialpadPlaceholderText:"Zadejte číslo",outboundCallingNoticeString:"Volání…",participantJoinedNoticeString:"{displayName} se připojil(a)",twoParticipantJoinedNoticeString:"{displayName1} a {displayName2} se připojili",threeParticipantJoinedNoticeString:"Uživatelé {displayName1}, {displayName2} a {displayName3} se připojili",participantLeftNoticeString:"{displayName} se odpojil(a)",twoParticipantLeftNoticeString:"{displayName1} a {displayName2} se odpojili",threeParticipantLeftNoticeString:"Uživatelé {displayName1}, {displayName2} a {displayName3} se odpojili",unnamedParticipantString:"nepojmenovaný účastník",manyUnnamedParticipantsJoined:"nepojmenovaný účastník a {numOfParticipants} další účastníci se připojili",manyUnnamedParticipantsLeft:"nepojmenovaný účastník a {numOfParticipants} další účastníci se odpojili",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} se připojili další účastníci",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} další účastníci",liveCaptionsLabel:"Živé titulky",captionsSettingsLabel:"Nastavení titulků",startCaptionsButtonOnLabel:"Zapnout titulky",startCaptionsButtonOffLabel:"Vypnout titulky",startCaptionsButtonTooltipOnContent:"Vypnout titulky",startCaptionsButtonTooltipOffContent:"Zapnout titulky",captionsSettingsModalTitle:"Nastavení titulků",captionsSettingsSpokenLanguageDropdownLabel:"Mluvený jazyk",captionsSettingsCaptionLanguageDropdownLabel:"Jazyk titulků",captionsSettingsSpokenLanguageDropdownInfoText:"Jazyk, kterým mluví všichni účastníci tohoto hovoru.",captionsSettingsCaptionLanguageDropdownInfoText:"Titulky se zobrazí v tomto jazyce. ",captionsSettingsConfirmButtonLabel:"Potvrdit",captionsSettingsCancelButtonLabel:"Zrušit",captionsSettingsModalAriaLabel:"Modální nastavení titulků",captionsSettingsCloseModalButtonAriaLabel:"Nastavení titulků",captionsBannerMoreButtonCallingLabel:"Další",captionsBannerMoreButtonTooltip:"Další možnosti",dismissModalAriaLabel:"Místní a vzdálený obrázek a obrázek, stisknutím klávesy Enter se vrátíte k hovoru",callRejectedTitle:"Hovor nešlo spojit.",callRejectedMoreDetails:"Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",callTimeoutTitle:"Hovor nešlo spojit.",callTimeoutDetails:"Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",callTimeoutBotTitle:"Hovor nešlo spojit.",callTimeoutBotDetails:"Služba, ke které se pokoušíte získat přístup, není k dispozici. Zkuste to prosím znovu později.",dtmfDialerButtonLabel:"Číselník",dtmfDialerButtonTooltipOn:"Zobrazit číselník",dtmfDialerButtonTooltipOff:"Skrýt číselník",dtmfDialerMoreButtonLabelOn:"Zobrazit číselník",dtmfDialerMoreButtonLabelOff:"Skrýt číselník",phoneCallMoreButtonLabel:"Telefonní hovor",spokenLanguageStrings:{"ar-ae":"Arabština - Spojené arabské emiráty","ar-sa":"Arabština - Saúdská Arábie","da-dk":"Dánština","de-de":"Němčina - Německo","en-au":"Angličtina - Austrálie","en-ca":"Angličtina - Kanada","en-gb":"Angličtina - Spojené království","en-in":"Angličtina - Indie","en-nz":"Angličtina - Nový Zéland","en-us":"Angličtina - Spojené státy americké","es-es":"Španělština - Španělsko (Modern Sort)","es-mx":"Španělština - Mexiko","fi-fi":"Finština","fr-ca":"Francouzština - Kanada","fr-fr":"Francouzština - Francie","hi-in":"Hindština","it-it":"Italština - Itálie","ja-jp":"Japonština","ko-kr":"Korejština","nb-no":"Norština (Bokmål)","nl-be":"Holandština – Belgie","nl-nl":"Holandština - Nizozemsko","pl-pl":"Polština","pt-br":"Portugalština – Brazílie","ru-ru":"Ruština","sv-se":"Švédština","zh-cn":"Čínština – Čínská lidová republika","zh-hk":"Čínština – Hong Kong SAR","cs-cz":"Čeština","pt-pt":"Portugalština – Portugalsko","tr-tr":"Turečtina","vi-vn":"Vietnamština","th-th":"Thajština","he-il":"Hebrejština","cy-gb":"Velština","uk-ua":"Ukrajinština","el-gr":"Řečtina","hu-hu":"Maďarština","ro-ro":"Rumunština","sk-sk":"Slovenština","zh-tw":"Čínština – Tchaj-wan"},captionLanguageStrings:{ar:"Arabština",da:"Dánština",de:"Němčina",en:"Angličtina",es:"Španělština",fi:"Finština","fr-ca":"Francouzština - Kanada",fr:"Francouzština - Francie",hi:"Hindština",it:"Italština",ja:"Japonština",ko:"Korejština",nb:"Norština (Bokmål)",nl:"Nizozemština",pl:"Polština",pt:"Portugalština – Brazílie",ru:"Ruština",sv:"Švédština","zh-Hans":"Čínština (zjednodušená)","zh-Hant":"Čínština (tradiční)",cs:"Čeština","pt-pt":"Portugalština – Portugalsko",tr:"Turečtina",vi:"Vietnamština",th:"Thajština",he:"Hebrejština",cy:"Velština",uk:"Ukrajinština",el:"Řečtina",hu:"Maďarština",ro:"Rumunština",sk:"Slovenština"},captionsBannerSpinnerText:"Spouští se titulky...",transferPageTransferorText:"Probíhá přenos...",transferPageTransferTargetText:"Připojování...",transferPageUnknownTransferorDisplayName:"Neznámý",transferPageUnknownTransferTargetDisplayName:"Neznámý",transferPageNoticeString:"Přepojujeme vás",participantCouldNotBeReachedTitle:"Cílový účastník není v tuto chvíli k dispozici",participantCouldNotBeReachedMoreDetails:"Obraťte se prosím na účastníka, až bude k dispozici",permissionToReachTargetParticipantNotAllowedTitle:"Oprávnění k dosažení cílového účastníka není povolené",permissionToReachTargetParticipantNotAllowedMoreDetails:"Zkontrolujte prosím, jestli je cílový účastník ve stejném tenantovi.",unableToResolveTenantTitle:"Nepovedlo se přeložit ID tenanta pro cílového účastníka",unableToResolveTenantMoreDetails:"Zkontrolujte prosím, jestli je správně zadané ID účastníka.",participantIdIsMalformedTitle:"ID účastníka nemá správný formát.",participantIdIsMalformedMoreDetails:"Zkontrolujte prosím, jestli je ID účastníka ve správném formátu.",moreButtonGalleryControlLabel:"Zobrazit",moreButtonGalleryPositionToggleLabel:"Přesunout galerii na začátek",moreButtonGallerySpeakerLayoutLabel:"Reproduktor",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamické",moreButtonGalleryDefaultLayoutLabel:"Zobrazení galerie",moreButtonGalleryFocusedContentLayoutLabel:"Přenést hlavní pozornost na obsah",moreButtonLargeGalleryDefaultLayoutLabel:"Velká galerie",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Vaše kamera byla zakázána. Už nemůžete sdílet video.",grantedDueToMeetingOption:"Vaše kamera je povolená. Pokud chcete sdílet video, zapněte ji."},unmuteMic:{lostDueToMeetingOption:"Váš mikrofon byl zakázán. Už nemůžete zrušit ztlumení.",grantedDueToMeetingOption:"Váš mikrofon je povolený. Zrušte ztlumení, pokud chcete mluvit."},shareScreen:{lostDueToRoleChangeToAttendee:"Vaše role se změnila. Některé akce, jako je sdílení obsahu, pro vás nebudou k dispozici.",grantedDueToRoleChangeToPresenter:"Jste prezentující. Můžete sdílet obsah a moderovat schůzku."},hideAttendeeNames:{hideAttendeeNameAttendee:"Vaše jméno je před ostatními účastníky skryté. Organizátoři a přednášející uvidí vaše skutečné jméno.",hideAttendeeNamePresenter:"Jména účastníků jsou skrytá. Pro ochranu soukromí účastníků uvidí jména jenom organizátoři a přednášející."}},surveyTitle:"Pomozte nám se zlepšovat",starSurveyHelperText:"Jaká byla kvalita hovoru?",starSurveyOneStarText:"Kvalita byla špatná.",starSurveyTwoStarText:"Kvalita byla slabá.",starSurveyThreeStarText:"Kvalita byla dobrá.",starSurveyFourStarText:"Kvalita byla skvělá.",starSurveyFiveStarText:"Kvalita byla vynikající.",surveyConfirmButtonLabel:"Poslat zpětnou vazbu",starRatingAriaLabel:"Vybrat {0} z(e) {1} hvězdiček",surveySkipButtonLabel:"Přeskočit",tagsSurveyQuestion:"Co by mohlo být lepší?",tagsSurveyTextFieldDefaultText:"Jiné, upřesněte prosím",tagsSurveyHelperText:"Zkontrolujte všechny problémy, se které jste zaznamenali.",endOfSurveyText:"Děkujeme za váš názor!",surveyIssues:{overallRating:{callCannotJoin:"Nepovedlo se mi připojit se k hovoru",callCannotInvite:"Nepovedlo se mi pozvat ostatní do hovoru.",hadToRejoin:"Musel(a) jsem se znovu připojit k hovoru",callEndedUnexpectedly:"Hovor pro mě neočekávaně skončil",otherIssues:"Měl(a) jsem s hovorem jiné problémy"},audioRating:{noLocalAudio:"Druhá strana neslyšela žádný zvuk",noRemoteAudio:"Vůbec jsem neslyšel(a) zvuk",echo:"Při hovoru jsem slyšel(a) ozvěny",audioNoise:"Při hovoru jsem slyšel(a) šum",lowVolume:"Hlasitost byla nízká",audioStoppedUnexpectedly:"Zvuk se neočekávaně zastavil",distortedSpeech:"Zvuk byl zkreslený",audioInterruption:"Došlo k přerušení zvuku",otherIssues:"Během tohoto hovoru došlo k jiným problémům se zvukem"},videoRating:{noVideoReceived:"Vůbec se mi nezobrazovalo video",noVideoSent:"Ostatní mě neviděli",lowQuality:"Kvalita videa byla nízká.",freezes:"Video se zablokuje",stoppedUnexpectedly:"Video se neočekávaně zastavilo",darkVideoReceived:"Když ostatní zapnou kameru, vidím jenom tmavé obrazovky",audioVideoOutOfSync:"Zvuk a video se nesynchronizovaly",otherIssues:"V tomto hovoru došlo k jiným problémům s videem"},screenshareRating:{noContentLocal:"Ostatní uživatelé neviděli moje sdílení obrazovky",noContentRemote:"Nepovedlo se mi zobrazit sdílení obrazovky jiných lidí",cannotPresent:"Nepovedlo se mi ukázat obrazovku",lowQuality:"Kvalita sdílení obrazovky byla nízká",freezes:"Zablokované sdílení obrazovky",stoppedUnexpectedly:"Sdílení obrazovky se neočekávaně zastavilo",largeDelay:"Sdílení obrazovky má velké zpoždění",otherIssues:"Měl(a) jsem jiné problémy se sdílením obrazovky v tomto hovoru"}},surveyIssuesHeadingStrings:{overallRating:"Celkem",audioRating:"Zvuk",videoRating:"Video",screenshareRating:"Prezentování"},spotlightPrompt:{startSpotlightHeading:"Přidat do hlavního výběru všem?",startSpotlightText:"Toto video se zvýrazní všem účastníkům schůzky.",startSpotlightOnSelfText:"Vaše video se zvýrazní všem účastníkům schůzky.",startSpotlightConfirmButtonLabel:"Přidat do hlavního výběru všem",startSpotlightCancelButtonLabel:"Zrušit",stopSpotlightHeading:"Chcete přestat zobrazovat toto video v hlavním výběru?",stopSpotlightOnSelfHeading:"Ukončit hlavní výběr?",stopAllSpotlightHeading:"Zastavit zobrazování všech videí v hlavním výběru?",stopSpotlightText:"Účastníkům se už toto video nebude zvýrazňovat.",stopSpotlightOnSelfText:"Účastníkům se už vaše video nebude zvýrazňovat.",stopAllSpotlightText:"Účastníkům schůzky se už videa nebudou zvýrazňovat.",stopSpotlightConfirmButtonLabel:"Zastavit přidávání do hlavního výběru",stopSpotlightOnSelfConfirmButtonLabel:"Ukončit hlavní výběr",stopSpotlightCancelButtonLabel:"Zrušit"},exitSpotlightButtonLabel:"Ukončit hlavní výběr",exitSpotlightButtonTooltip:"Ukončit hlavní výběr",leaveConfirmButtonLabel:"Odejít",endCallConfirmButtonLabel:"Ukončit hovor",hangUpCancelButtonLabel:"Zrušit",leaveConfirmDialogTitle:"Chcete z hovoru odejít?",leaveConfirmDialogContent:"Opravdu chcete hovor opustit?",endCallConfirmDialogTitle:"Chcete hovor ukončit?",endCallConfirmDialogContent:"Hovor ukončíte pro všechny.",invalidMeetingIdentifier:"Neplatné ID schůzky nebo heslo",pinParticipantMenuLabel:"Připnout pro mě",pinParticipantLimitReachedMenuLabel:"Připnout (dosáhlo se limitu)",unpinParticipantMenuLabel:"Odepnout",pinParticipantMenuItemAriaLabel:"Připnout",unpinParticipantMenuItemAriaLabel:"Odepnout",muteAllMenuLabel:"Ztlumit všechny",muteAllDialogTitle:"Chcete všechny ztlumit?",muteAllDialogContent:"Ztlumí všechny účastníky schůzky kromě vás.",muteAllConfirmButtonLabel:"Ztlumit všechny",muteAllCancelButtonLabel:"Zrušit",joinBreakoutRoomButtonLabel:"Připojí se ke skupinové místnosti.",returnFromBreakoutRoomButtonLabel:"Opustit místnost",leaveBreakoutRoomAndMeetingButtonLabel:"Opustit schůzku",breakoutRoomJoinedNotificationTitle:"Připojili jste se ke skupinové místnosti {roomName}",joinBreakoutRoomBannerTitle:"Skupinová místnost {roomName} je otevřená",joinBreakoutRoomBannerButtonLabel:"Připojit se",returnFromBreakoutRoomBannerTitle:"Vrátit se k hlavní schůzce",returnFromBreakoutRoomBannerButtonLabel:"Znovu připojit"};var chat$i={chatListHeader:"V tomto chatu",uploadAttachment:"Odeslat přílohu",uploadImageDataNotProvided:"Data obrázku nebyla zadána.",uploadImageIsTooLarge:"Obrázek je příliš velký. Zvolte míň než {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Nahrávání. Obrázek {imageExtension} není povolený.",uploadImageFailed:"Obrázek nejde nahrát. Zkuste to prosím znovu později."};var callWithChat$i={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Nová zpráva",chatButtonTooltipClosedWithMessageCount:"Zobrazit chat (počet nepřečtených zpráv: {unreadMessagesCount})",chatButtonTooltipClose:"Skrýt chat",chatButtonTooltipOpen:"Zobrazit chat",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Kopírovat odkaz pro pozvání",copyInviteLinkButtonActionedLabel:"Odkaz byl zkopírován.",copyInviteLinkActionedAriaLabel:"Odkaz pozvánky se zkopíroval",dismissSidePaneButtonLabel:"Zavřít",moreDrawerAudioDeviceMenuTitle:"Zvukové zařízení",moreDrawerButtonLabel:"Další možnosti",moreDrawerButtonTooltip:"Další možnosti",moreDrawerMicrophoneMenuTitle:"Mikrofon",moreDrawerSpeakerMenuTitle:"Mluvčí",moreDrawerCaptionsMenuTitle:"Živé titulky",moreDrawerSpokenLanguageMenuTitle:"Mluvený jazyk",moreDrawerCaptionLanguageMenuTitle:"Jazyk titulků",moreDrawerGalleryOptionsMenuTitle:"Možnosti galerie",peopleButtonLabel:"Lidé",selectedPeopleButtonLabel:"Vybráno tlačítko Lidé",peopleButtonTooltipOpen:"Zobrazit účastníky",peopleButtonTooltipClose:"Skrýt účastníky",peopleButtonTooltipOpenAriaLabel:"Tlačítko Lidé, Zobrazit účastníky",peopleButtonTooltipCloseAriaLabel:"Tlačítko Lidé, Skrýt účastníky",peoplePaneSubTitle:"V tomto hovoru",peoplePaneTitle:"Lidé",pictureInPictureTileAriaLabel:"Informační kanály videa. Kliknutím se vrátíte na obrazovku hovoru.",removeMenuLabel:"Odebrat",openDialpadButtonLabel:"Vytočit telefonní číslo",returnToCallButtonAriaDescription:"Pokračovat v hovoru",returnToCallButtonAriaLabel:"Zpět",peoplePaneAddPeopleButtonLabel:"Přidat lidi",dialpadStartCallButtonLabel:"Volat",dialpadModalTitle:"Vytočit telefonní číslo",dialpadModalAriaLabel:"Číselník",dialpadCloseModalButtonAriaLabel:"Zavřít číselník",openDtmfDialpadLabel:"Zobrazit číselník",dtmfDialpadPlaceholderText:"Zadejte číslo",breakoutRoomChatPaneTitle:"Chat ve skupinové místnosti",chatContentSpinnerLabel:"Načítání..."};var cs_CZ = {call:call$i,chat:chat$i,callWithChat:callWithChat$i};
|
43626
43783
|
|
43627
43784
|
// Copyright (c) Microsoft Corporation.
|
43628
43785
|
// Licensed under the MIT License.
|
@@ -43636,6 +43793,20 @@ const COMPOSITE_LOCALE_CS_CZ = {
|
|
43636
43793
|
strings: createCompositeStrings(cs_CZ)
|
43637
43794
|
};
|
43638
43795
|
|
43796
|
+
var call$h={cameraLabel:"Camera",noCamerasLabel:"Heb ganfod camerâu",cameraPermissionDenied:"Mae eich porwr yn rhwystro mynediad at eich camera",cameraTurnedOff:"Mae eich camera wedi'i ddiffodd",chatButtonLabel:"Sgwrs",close:"Cau",complianceBannerNowOnlyRecording:"Rydych chi ond yn recordio'r cyfarfod hwn bellach.",complianceBannerNowOnlyTranscription:"Rydych yn awr yn trawsgrifio'r cyfarfod hwn yn unig.",complianceBannerRecordingAndTranscriptionSaved:"Mae recordiad a thrawsgrifiad yn cael eu cadw.",complianceBannerRecordingAndTranscriptionStarted:"Wedi dechrau recordio a thrawsgrifio.",complianceBannerRecordingAndTranscriptionStopped:"Wedi stopio recordio a thrawsgrifio.",complianceBannerRecordingSaving:"Mae’r recordiad yn cael ei gadw.",complianceBannerRecordingStarted:"Recordio wedi dechrau.",complianceBannerRecordingStopped:"Recordio wedi stopio.",complianceBannerTranscriptionStarted:"Wedi dechrau’r trawsgrifiad.",complianceBannerTranscriptionConsent:"Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",complianceBannerTranscriptionSaving:"Mae trawsgrifiad yn cael ei gadw.",complianceBannerTranscriptionStopped:"Wedi stopio’r trawsgrifiad.",configurationPageTitle:"Dechrau galwad",copyInviteLinkButtonLabel:"Copïo dolen y gwahoddiad",copyInviteLinkButtonActionedLabel:"Wedi copïo'r ddolen",copyInviteLinkActionedAriaLabel:"Wedi copïo dolen y gwahoddiad",defaultPlaceHolder:"Dewiswch opsiwn",dismissSidePaneButtonLabel:"Cau",videoEffectsPaneTitle:"Effeithiau",videoEffectsPaneBackgroundSelectionTitle:"Cefndir",configurationPageVideoEffectsButtonLabel:"Effeithiau",unableToStartVideoEffect:"Does dim modd defnyddio'r effaith fideo.",blurBackgroundEffectButtonLabel:"Pylu",blurBackgroundTooltip:"Niwlio'r Cefndir",removeBackgroundEffectButtonLabel:"Dim",removeBackgroundTooltip:"Tynnu'r Cefndir",cameraOffBackgroundEffectWarningText:"Mae eich camera wedi'i ddiffodd. Rhowch y camera ar waith i weld yr effaith fideo.",failedToJoinCallDueToNoNetworkMoreDetails:"Cafodd yr alwad ei datgysylltu oherwydd problem rhwydwaith. Tarwch olwg ar eich cysylltiad ac ymuno eto.",failedToJoinCallDueToNoNetworkTitle:"Galwad wedi'i datgysylltu",failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails:"Doeddech chi ddim wedi cael mynediad yn yr alwad. Os mai camgymeriad oedd hyn, ailymunwch â'r alwad.",failedToJoinTeamsMeetingReasonAccessDeniedTitle:"Wedi'i anfon ymaith o'r ystafell aros",learnMore:"Dysgu mwy",leavingCallTitle:"Wrthi'n gadael...",leftCallMoreDetails:"Os mai camgymeriad oedd hyn, ailymunwch â'r alwad.",leftCallTitle:"Fe adawoch chi'r alwad",lobbyScreenConnectingToCallTitle:"Ymuno â galwad",lobbyScreenWaitingToBeAdmittedTitle:"Wrthi’n aros am dderbyniad",microphonePermissionDenied:"Mae eich porwr yn rhwystro mynediad at eich meicroffon",microphoneToggleInLobbyNotAllowed:"Does dim modd tewi na dad-dewi tra yn yr ystafell aros.",mutedMessage:"Rydych chi wedi'ch tewi",networkReconnectMoreDetails:"Mae'n debyg bod rhywbeth wedi mynd o'i le. Rydyn ni'n ceisio mynd yn ôl i mewn i'r alwad.",networkReconnectTitle:"Daliwch arni",notInvitedToRoomDetails:"Does dim modd i chi ymuno â'r ystafell hon oherwydd does gennych chi ddim gwahoddiad.",notInvitedToRoomTitle:"Heb wahoddiad i'r ystafell",peopleButtonLabel:"Pobl",selectedPeopleButtonLabel:"Wedi Dewis y Botwm Pobl",peoplePaneTitle:"Pobl",peoplePaneMoreButtonAriaLabel:"Mwy",peopleButtonTooltipOpen:"Dangos cyfranogwyr",peopleButtonTooltipClose:"Cuddio’r cyfranogwyr",peoplePaneSubTitle:"Yn yr alwad hon {numberOfPeople}",privacyPolicy:"Polisi preifatrwydd",rejoinCallButtonLabel:"Ail-ymuno â'r alwad",removedFromCallMoreDetails:"Mae cyfranogwr arall wedi eich tynnu o'r alwad.",removedFromCallTitle:"Cawsoch eich tynnu",removeMenuLabel:"Tynnu",startSpotlightMenuLabel:"Sbotolau i bawb",addSpotlightMenuLabel:"Ychwanegu sbotolau",stopSpotlightMenuLabel:"Diffodd y sbotolau",stopSpotlightOnSelfMenuLabel:"Gadael y sbotolau",spotlightLimitReachedMenuTitle:"Wedi cyrraedd y terfyn sbotolau",stopAllSpotlightMenuLabel:"Stopio pob sbotolau",returnToCallButtonAriaDescription:"Mynd yn ôl i'r Alwad",returnToCallButtonAriaLabel:"Yn ôl",roomNotFoundDetails:"Doedd dim modd canfod ID yr ystafell a roddwyd.",roomNotFoundTitle:"Heb ganfod yr ystafell",roomNotValidDetails:"Dydy'r ystafell hon ddim yn ddilys ar hyn o bryd.",roomNotValidTitle:"Dydy'r ystafell ddim yn ddilys",inviteToRoomRemovedDetails:"Wedi tynnu eich gwahoddiad i ymuno â'r ystafell hon.",inviteToRoomRemovedTitle:"Wedi tynnu'r gwahoddiad i'r ystafell",soundLabel:"Sain",noMicrophonesLabel:"Heb ganfod meicroffonau",noSpeakersLabel:"Heb ganfod seinyddion",startCallButtonLabel:"Dechrau galwad",openDialpadButtonLabel:"Deialu rhif ffôn",peoplePaneAddPeopleButtonLabel:"Ychwanegu Pobl",dialpadStartCallButtonLabel:"Galwad",dialpadModalTitle:"Deialu Rhif Ffôn",dialpadModalAriaLabel:"Pad deialu",dialpadCloseModalButtonAriaLabel:"Cau'r pad deialu",moreButtonCallingLabel:"Mwy",resumeCallButtonLabel:"Ailgydio",resumingCallButtonLabel:"Wrthi'n ailgydio...",resumeCallButtonAriaLabel:"Ailgydio yn yr alwad",resumingCallButtonAriaLabel:"Ailgydio yn yr alwad",holdScreenLabel:"Mae eich galwad yn aros",openDtmfDialpadLabel:"Dangos y pad deialu",dtmfDialpadPlaceholderText:"Cofnodi rhif",outboundCallingNoticeString:"Wrthi'n galw...",participantJoinedNoticeString:"Mae {displayName} wedi ymuno",twoParticipantJoinedNoticeString:"Mae {displayName1} a {displayName2} wedi ymuno",threeParticipantJoinedNoticeString:"Mae {displayName1}, {displayName2} a {displayName3} wedi ymuno",participantLeftNoticeString:"Mae {displayName} wedi gadael",twoParticipantLeftNoticeString:"Mae {displayName1} a {displayName2} wedi gadael",threeParticipantLeftNoticeString:"Mae {displayName1}, {displayName2} a {displayName3} wedi gadael",unnamedParticipantString:"cyfranogwr dienw",manyUnnamedParticipantsJoined:"Mae cyfranogwr dienw a {numOfParticipants} o gyfranogwyr eraill wedi ymuno",manyUnnamedParticipantsLeft:"Mae cyfranogwr dienw a {numOfParticipants} o gyfranogwyr eraill wedi gadael",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} cyfranogwyr eraill wedi ymuno",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} cyfranogwyr eraill ar ôl",liveCaptionsLabel:"Capsiynau byw",captionsSettingsLabel:"Gosodiadau capsiynau",startCaptionsButtonOnLabel:"Rhoi capsiynau ar waith",startCaptionsButtonOffLabel:"Diffodd capsiynau",startCaptionsButtonTooltipOnContent:"Diffodd capsiynau",startCaptionsButtonTooltipOffContent:"Rhoi capsiynau ar waith",captionsSettingsModalTitle:"Gosodiadau Capsiynau",captionsSettingsSpokenLanguageDropdownLabel:"Iaith lafar",captionsSettingsCaptionLanguageDropdownLabel:"Iaith capsiynau",captionsSettingsSpokenLanguageDropdownInfoText:"Yr iaith y mae pawb yn yr alwad hon yn ei siarad.",captionsSettingsCaptionLanguageDropdownInfoText:"Bydd capsiynau'n ymddangos yn yr iaith hon.",captionsSettingsConfirmButtonLabel:"Cadarnhau",captionsSettingsCancelButtonLabel:"Canslo",captionsSettingsModalAriaLabel:"Moddol Gosodiad Capsiynau",captionsSettingsCloseModalButtonAriaLabel:"Cau Gosodiad Capsiynau",captionsBannerMoreButtonCallingLabel:"Mwy",captionsBannerMoreButtonTooltip:"Mwy o ddewisiadau",dismissModalAriaLabel:"Llun a llun lleol a phell, pwyswch Enter i fynd yn ôl i'r alwad",callRejectedTitle:"Doedd dim modd cwblhau'r alwad",callRejectedMoreDetails:"Dydy'r unigolyn rydych chi'n ceisio cysylltu â nhw ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",callTimeoutTitle:"Doedd dim modd cwblhau'r alwad",callTimeoutDetails:"Dydy'r unigolyn rydych chi'n ceisio cysylltu â nhw ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",callTimeoutBotTitle:"Doedd dim modd cwblhau'r alwad",callTimeoutBotDetails:"Dydy'r gwasanaeth rydych chi'n ceisio cysylltu ag ef ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",dtmfDialerButtonLabel:"Pad deialu",dtmfDialerButtonTooltipOn:"Dangos y pad deialu",dtmfDialerButtonTooltipOff:"Cuddio'r pad deialu",dtmfDialerMoreButtonLabelOn:"Dangos y pad deialu",dtmfDialerMoreButtonLabelOff:"Cuddio'r pad deialu",phoneCallMoreButtonLabel:"Galwad Ffôn",spokenLanguageStrings:{"ar-ae":"Arabeg - E.A.U.","ar-sa":"Arabeg - Saudi Arabia","da-dk":"Daneg","de-de":"Almaeneg - Yr Almaen","en-au":"Saesneg - Awstralia","en-ca":"Saesneg - Canada","en-gb":"Saesneg - Y Deyrnas Unedig","en-in":"Saesneg - India","en-nz":"Saesneg - Seland Newydd","en-us":"Saesneg - Unol Daleithiau America","es-es":"Sbaeneg - Sbaen (Modern)","es-mx":"Sbaeneg - Mecsico","fi-fi":"Ffinneg","fr-ca":"Ffrangeg - Canada","fr-fr":"Ffrangeg - Ffrainc","hi-in":"Hindi","it-it":"Eidaleg - Yr Eidal","ja-jp":"Japaneeg","ko-kr":"Coreeg","nb-no":"Norwyeg (Bokmål)","nl-be":"Iseldireg - Gwlad Belg","nl-nl":"Iseldireg - Yr Iseldiroedd","pl-pl":"Pwyleg","pt-br":"Portiwgaleg - Brasil","ru-ru":"Rwseg","sv-se":"Swedeg","zh-cn":"Tsieinëeg - Gweriniaeth y Bobl Tsieina","zh-hk":"Tsieinëeg - Hong Kong SAR","cs-cz":"Tsieceg","pt-pt":"Portiwgaleg - Portiwgal","tr-tr":"Tyrceg","vi-vn":"Fietnameg","th-th":"Thai","he-il":"Hebraeg","cy-gb":"Cymraeg","uk-ua":"Wcreineg","el-gr":"Groeg","hu-hu":"Hwngareg","ro-ro":"Rwmaneg","sk-sk":"Slofaceg","zh-tw":"Tsieinëeg - Taiwan"},captionLanguageStrings:{ar:"Arabeg",da:"Daneg",de:"Almaeneg",en:"Saesneg",es:"Sbaeneg",fi:"Ffinneg","fr-ca":"Ffrangeg - Canada",fr:"Ffrangeg - Ffrainc",hi:"Hindi",it:"Eidaleg",ja:"Japaneeg",ko:"Coreeg",nb:"Norwyeg (Bokmål)",nl:"Iseldireg",pl:"Pwyleg",pt:"Portiwgaleg - Brasil",ru:"Rwseg",sv:"Swedeg","zh-Hans":"Tsieinëeg (Syml)","zh-Hant":"Tsieinëeg (Traddodiadol)",cs:"Tsieceg","pt-pt":"Portiwgaleg - Portiwgal",tr:"Tyrceg",vi:"Fietnameg",th:"Thai",he:"Hebraeg",cy:"Cymraeg",uk:"Wcreineg",el:"Groeg",hu:"Hwngareg",ro:"Rwmaneg",sk:"Slofaceg"},captionsBannerSpinnerText:"Wrthi'n dechrau'r capsiynau...",transferPageTransferorText:"Wrthi'n trosglwyddo...",transferPageTransferTargetText:"Wrthi'n cysylltu...",transferPageUnknownTransferorDisplayName:"Dim manylion",transferPageUnknownTransferTargetDisplayName:"Dim manylion",transferPageNoticeString:"Rydych chi'n cael eich trosglwyddo",participantCouldNotBeReachedTitle:"Dydy'r cyfranogwr targed ddim ar gael ar hyn o bryd",participantCouldNotBeReachedMoreDetails:"Cysylltwch â'r cyfranogwr pan fydd ar gael",permissionToReachTargetParticipantNotAllowedTitle:"Ni chaniateir caniatâd i gyrraedd y cyfranogwr targed",permissionToReachTargetParticipantNotAllowedMoreDetails:"Gwnewch yn siŵr bod y cyfranogwr targed yn yr un tenant",unableToResolveTenantTitle:"Does dim modd datrys id tenant ar gyfer y cyfranogwr targed",unableToResolveTenantMoreDetails:"Gwnewch yn siŵr bod yr id cyfranogwr wedi'i roi'n gywir",participantIdIsMalformedTitle:"Dydy'r id cyfranogwr ddim yn y fformat cywir",participantIdIsMalformedMoreDetails:"Gwnewch yn siŵr bod id y cyfranogwr yn y fformat cywir",moreButtonGalleryControlLabel:"Gweld",moreButtonGalleryPositionToggleLabel:"Symud yr oriel i'r brig",moreButtonGallerySpeakerLayoutLabel:"Seinydd",moreButtonGalleryFloatingLocalLayoutLabel:"Deinamig",moreButtonGalleryDefaultLayoutLabel:"Gwedd oriel",moreButtonGalleryFocusedContentLayoutLabel:"Canolbwyntio ar y cynnwys",moreButtonLargeGalleryDefaultLayoutLabel:"Oriel Fawr",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Mae eich camera wedi'i analluogi. Does dim modd i chi rannu fideo mwyach.",grantedDueToMeetingOption:"Mae eich camera wedi'i alluogi. Rhowch eich camera ar waith os hoffech chi rannu fideo."},unmuteMic:{lostDueToMeetingOption:"Mae eich meic wedi'i analluogi. Does dim modd i chi ddad-dewi mwyach.",grantedDueToMeetingOption:"Mae eich meic wedi cael ei alluogi. Dad-dewi’r meic os hoffech chi siarad."},shareScreen:{lostDueToRoleChangeToAttendee:"Mae eich rôl wedi cael ei newid. Fydd rhai gweithredoedd, fel rhannu cynnwys, ddim ar gael i chi.",grantedDueToRoleChangeToPresenter:"Rydych chi'n gyflwynydd. Gallwch rannu cynnwys a hwyluso'r cyfarfod."},hideAttendeeNames:{hideAttendeeNameAttendee:"Mae eich enw wedi'i guddio rhag mynychwyr eraill. Gall trefnwyr a chyflwynwyr weld eich enw go iawn.",hideAttendeeNamePresenter:"Mae enwau mynychwyr wedi'u cuddio. Dim ond trefnwyr a chyflwynwyr sy'n gallu gweld enwau i warchod preifatrwydd y mynychwr."}},surveyTitle:"Helpwch ni i wella",starSurveyHelperText:"Sut oedd ansawdd yr alwad?",starSurveyOneStarText:"Roedd yr ansawdd yn wael.",starSurveyTwoStarText:"Roedd yr ansawdd yn wael.",starSurveyThreeStarText:"Roedd yr ansawdd yn dda.",starSurveyFourStarText:"Roedd yr ansawdd yn wych.",starSurveyFiveStarText:"Roedd yr ansawdd yn ardderchog.",surveyConfirmButtonLabel:"Anfon Adborth",starRatingAriaLabel:"Dewis {0} o {1} seren",surveySkipButtonLabel:"Hepgor",tagsSurveyQuestion:"Beth allai fod yn well?",tagsSurveyTextFieldDefaultText:"Arall, nodwch os gwelwch yn dda",tagsSurveyHelperText:"Gwiriwch unrhyw broblemau a gawsoch chi",endOfSurveyText:"Diolch am eich adborth!",surveyIssues:{overallRating:{callCannotJoin:"Doeddwn i ddim yn gallu ymuno â'r alwad",callCannotInvite:"Doeddwn i ddim yn gallu gwahodd eraill i'r alwad",hadToRejoin:"Roedd yn rhaid i fi ailymuno â'r alwad",callEndedUnexpectedly:"Daeth yr alwad i ben ar fy nghyfer i yn annisgwyl",otherIssues:"Roeddwn i'n cael problemau eraill gyda'r alwad"},audioRating:{noLocalAudio:"Doedd yr ochr arall ddim yn gallu clywed dim byd",noRemoteAudio:"Doeddwn i ddim yn gallu clywed dim byd",echo:"Roeddwn i'n clywed adlais ar yr alwad",audioNoise:"Roeddwn i'n clywed synau ar yr alwad",lowVolume:"Roedd lefel y sain yn isel",audioStoppedUnexpectedly:"Daeth y sain i ben yn annisgwyl",distortedSpeech:"Roedd y sain wedi'i haflunio",audioInterruption:"Torrwyd ar draws y sain",otherIssues:"Roeddwn i'n cael problemau sain eraill yn yr alwad hon"},videoRating:{noVideoReceived:"Doeddwn i ddim yn gallu gweld unrhyw fideo",noVideoSent:"Doedd pobl eraill ddim yn gallu fy ngweld i",lowQuality:"Roedd ansawdd y fideo yn isel",freezes:"Mae'r fideo wedi rhewi",stoppedUnexpectedly:"Daeth y fideo i ben yn annisgwyl",darkVideoReceived:"Rydw i'n gweld dim ond sgriniau tywyll pan fo pobl eraill yn rhoi eu camerâu ar waith",audioVideoOutOfSync:"Doedd y Sain a'r Fideo ddim wedi'u cysoni",otherIssues:"Roeddwn i'n cael problemau fideo eraill yn yr alwad hon"},screenshareRating:{noContentLocal:"Doedd pobl eraill ddim yn gallu gweld fy rhannu sgrin",noContentRemote:"Doeddwn i ddim yn gallu gweld rhannu sgrin pobl eraill",cannotPresent:"Doedd dim modd i fi gyflwyno fy sgrin",lowQuality:"Roedd ansawdd rhannu sgrin yn isel",freezes:"Mae rhannu sgrin wedi rhewi",stoppedUnexpectedly:"Stopiodd rhannu sgrin yn annisgwyl",largeDelay:"Mae cryn dipyn o ran rhannu sgrin",otherIssues:"Roeddwn i'n cael problemau rhannu sgrin eraill yn yr alwad hon"}},surveyIssuesHeadingStrings:{overallRating:"Cyffredinol",audioRating:"Sain",videoRating:"Fideo",screenshareRating:"Cyflwyno"},spotlightPrompt:{startSpotlightHeading:"Sbotolau i bawb?",startSpotlightText:"Byddwch chi’n amlygu'r fideo hwn ar gyfer pawb yn y cyfarfod.",startSpotlightOnSelfText:"Byddwch chi’n amlygu eich fideo ar gyfer pawb yn y cyfarfod.",startSpotlightConfirmButtonLabel:"Sbotolau i bawb",startSpotlightCancelButtonLabel:"Canslo",stopSpotlightHeading:"Stopio rhoi sbotolau ar y fideo hwn?",stopSpotlightOnSelfHeading:"Gadael y sbotolau?",stopAllSpotlightHeading:"Stopio rhoi sbotolau ar yr holl fideos?",stopSpotlightText:"Ni fydd y fideo hwn yn cael ei amlygu ar gyfer pawb yn y cyfarfod mwyach.",stopSpotlightOnSelfText:"Fydd eich fideo ddim yn cael ei amlygu ar gyfer pawb yn y cyfarfod mwyach.",stopAllSpotlightText:"Ni fydd y fideos bellach yn cael eu hamlygu i bawb yn y cyfarfod.",stopSpotlightConfirmButtonLabel:"Diffodd y sbotolau",stopSpotlightOnSelfConfirmButtonLabel:"Gadael y sbotolau",stopSpotlightCancelButtonLabel:"Canslo"},exitSpotlightButtonLabel:"Gadael y sbotolau",exitSpotlightButtonTooltip:"Gadael y sbotolau",leaveConfirmButtonLabel:"Gadael",endCallConfirmButtonLabel:"Gorffen yr alwad",hangUpCancelButtonLabel:"Canslo",leaveConfirmDialogTitle:"Gadael yr alwad?",leaveConfirmDialogContent:"Ydych chi'n siŵr eich bod am adael yr alwad?",endCallConfirmDialogTitle:"Dod â'r alwad i ben?",endCallConfirmDialogContent:"Byddwch chi'n dod â'r alwad i ben ar gyfer pawb.",invalidMeetingIdentifier:"ID neu god cyfrin cyfarfod annilys",pinParticipantMenuLabel:"Pinio ar fy nghyfer i",pinParticipantLimitReachedMenuLabel:"Pinio (wedi cyrraedd y terfyn)",unpinParticipantMenuLabel:"Dadbinio",pinParticipantMenuItemAriaLabel:"Pinio",unpinParticipantMenuItemAriaLabel:"Dadbinio",muteAllMenuLabel:"Tewi pawb",muteAllDialogTitle:"Tewi pawb?",muteAllDialogContent:"Bydd hyn yn tewi pawb yn y cyfarfod ond chi.",muteAllConfirmButtonLabel:"Tewi pawb",muteAllCancelButtonLabel:"Canslo",joinBreakoutRoomButtonLabel:"Ymuno â'r cyfarfod ymylol",returnFromBreakoutRoomButtonLabel:"Gadael yr ystafell",leaveBreakoutRoomAndMeetingButtonLabel:"Gadael y cyfarfod",breakoutRoomJoinedNotificationTitle:"Rydych chi wedi ymuno â'r Cyfarfod Ymylol '{roomName}'",joinBreakoutRoomBannerTitle:"Mae'r cyfarfod ymylol '{roomName}' ar agor",joinBreakoutRoomBannerButtonLabel:"Ymuno",returnFromBreakoutRoomBannerTitle:"Mynd yn ôl i'r prif gyfarfod",returnFromBreakoutRoomBannerButtonLabel:"Ailymuno"};var chat$h={chatListHeader:"Yn y sgwrs hon",uploadAttachment:"Llwytho Atodiad i Fyny",uploadImageDataNotProvided:"Dydy data'r ddelwedd ddim wedi'i ddarparu.",uploadImageIsTooLarge:"Mae'r ddelwedd yn rhy fawr. Dewiswch un sy'n llai na {maxImageSize} MB.",uploadImageExtensionIsNotAllowed:"Ni chaniateir llwytho'r ddelwedd .{imageExtension} i fyny.",uploadImageFailed:"Does dim modd llwytho'r ddelwedd i fyny. Rhowch gynnig arall arni rywbryd eto."};var callWithChat$h={chatButtonLabel:"Sgwrs",chatButtonNewMessageNotificationLabel:"Neges Newydd",chatButtonTooltipClosedWithMessageCount:"Dangos sgwrs ({unreadMessagesCount} heb ei darllen)",chatButtonTooltipClose:"Cuddio'r sgwrs",chatButtonTooltipOpen:"Dangos y sgwrs",chatPaneTitle:"Sgwrs",copyInviteLinkButtonLabel:"Copïo dolen y gwahoddiad",copyInviteLinkButtonActionedLabel:"Wedi copïo'r ddolen",copyInviteLinkActionedAriaLabel:"Wedi copïo dolen y gwahoddiad",dismissSidePaneButtonLabel:"Cau",moreDrawerAudioDeviceMenuTitle:"Dyfais Sain",moreDrawerButtonLabel:"Mwy o ddewisiadau",moreDrawerButtonTooltip:"Mwy o ddewisiadau",moreDrawerMicrophoneMenuTitle:"Meicroffon",moreDrawerSpeakerMenuTitle:"Siaradwr",moreDrawerCaptionsMenuTitle:"Capsiynau byw",moreDrawerSpokenLanguageMenuTitle:"Iaith lafar",moreDrawerCaptionLanguageMenuTitle:"Iaith capsiwn",moreDrawerGalleryOptionsMenuTitle:"Dewisiadau oriel",peopleButtonLabel:"Pobl",selectedPeopleButtonLabel:"Wedi Dewis y Botwm Pobl",peopleButtonTooltipOpen:"Dangos y cyfranogwyr",peopleButtonTooltipClose:"Cuddio’r cyfranogwyr",peopleButtonTooltipOpenAriaLabel:"Botwm Pobl, Dangos cyfranogwyr",peopleButtonTooltipCloseAriaLabel:"Botwm Pobl, Cuddio cyfranogwyr",peoplePaneSubTitle:"Yn yr alwad hon",peoplePaneTitle:"Pobl",pictureInPictureTileAriaLabel:"Crynodebau Fideo. Cliciwch i fynd yn ôl i sgrin yr alwad.",removeMenuLabel:"Tynnu",openDialpadButtonLabel:"Deialu rhif ffôn",returnToCallButtonAriaDescription:"Mynd yn ôl i'r Alwad",returnToCallButtonAriaLabel:"Yn ôl",peoplePaneAddPeopleButtonLabel:"Ychwanegu Pobl",dialpadStartCallButtonLabel:"Galwad",dialpadModalTitle:"Deialu Rhif Ffôn",dialpadModalAriaLabel:"Pad deialu",dialpadCloseModalButtonAriaLabel:"Cau'r pad deialu",openDtmfDialpadLabel:"Dangos y pad deialu",dtmfDialpadPlaceholderText:"Cofnodi rhif",breakoutRoomChatPaneTitle:"Sgwrs y Cyfarfod Ymylol",chatContentSpinnerLabel:"Wrthi'n llwytho..."};var cy_GB = {call:call$h,chat:chat$h,callWithChat:callWithChat$h};
|
43797
|
+
|
43798
|
+
// Copyright (c) Microsoft Corporation.
|
43799
|
+
// Licensed under the MIT License.
|
43800
|
+
/**
|
43801
|
+
* Locale for Welsh (GB)
|
43802
|
+
*
|
43803
|
+
* @public
|
43804
|
+
*/
|
43805
|
+
const COMPOSITE_LOCALE_CY_GB = {
|
43806
|
+
component: COMPONENT_LOCALE_CY_GB,
|
43807
|
+
strings: createCompositeStrings(cy_GB)
|
43808
|
+
};
|
43809
|
+
|
43639
43810
|
var call$g={cameraLabel:"Kamera",noCamerasLabel:"Keine Kameras gefunden",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",copyInviteLinkButtonActionedLabel:"Link kopiert",copyInviteLinkActionedAriaLabel:"Gruppeneinladungslink kopiert",defaultPlaceHolder:"Option auswählen",dismissSidePaneButtonLabel:"Schließen",videoEffectsPaneTitle:"Effekte",videoEffectsPaneBackgroundSelectionTitle:"Hintergrund",configurationPageVideoEffectsButtonLabel:"Effekte",unableToStartVideoEffect:"Videoeffekt kann nicht angewendet werden.",blurBackgroundEffectButtonLabel:"Unscharf machen",blurBackgroundTooltip:"Hintergrund unscharf machen",removeBackgroundEffectButtonLabel:"Keine",removeBackgroundTooltip:"Hintergrund entfernen",cameraOffBackgroundEffectWarningText:"Ihre Kamera ist ausgeschaltet. Aktivieren Sie die Kamera, um den Videoeffekt anzuzeigen.",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",leavingCallTitle:"Verlässt Besprechung...",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",notInvitedToRoomDetails:"Sie können diesem Raum ohne Einladung nicht beitreten.",notInvitedToRoomTitle:"Nicht zum Raum eingeladen",peopleButtonLabel:"Kontakte",selectedPeopleButtonLabel:"Schaltfläche \"Personen\" ausgewählt",peoplePaneTitle:"Kontakte",peoplePaneMoreButtonAriaLabel:"Mehr",peopleButtonTooltipOpen:"Teilnehmende anzeigen",peopleButtonTooltipClose:"Teilnehmende ausblenden",peoplePaneSubTitle:"In diesem Anruf {numberOfPeople}",privacyPolicy:"Datenschutzrichtlinie",rejoinCallButtonLabel:"Am Anruf erneut teilnehmen",removedFromCallMoreDetails:"Ein anderer Teilnehmer hat Sie aus dem Anruf entfernt.",removedFromCallTitle:"Sie wurden entfernt",removeMenuLabel:"Entfernen",startSpotlightMenuLabel:"Spotlight für alle",addSpotlightMenuLabel:"Spotlight hinzufügen",stopSpotlightMenuLabel:"Spotlight beenden",stopSpotlightOnSelfMenuLabel:"Spotlight beenden",spotlightLimitReachedMenuTitle:"Spotlight-Limit erreicht",stopAllSpotlightMenuLabel:"Alle Spotlights beenden",returnToCallButtonAriaDescription:"Zurück zum Anruf",returnToCallButtonAriaLabel:"Zurück",roomNotFoundDetails:"Die angegebene Raum-ID wurde nicht gefunden.",roomNotFoundTitle:"Raum nicht gefunden",roomNotValidDetails:"Dieser Raum ist zurzeit nicht gültig.",roomNotValidTitle:"Raum ungültig",inviteToRoomRemovedDetails:"Ihre Einladung, diesem Raum beizutreten, wurde entfernt.",inviteToRoomRemovedTitle:"Einladung zum Raum entfernt",soundLabel:"Sound",noMicrophonesLabel:"Keine Mikrofone gefunden",noSpeakersLabel:"Keine Lautsprecher gefunden",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",outboundCallingNoticeString:"Anrufen...",participantJoinedNoticeString:"{displayName} ist beigetreten.",twoParticipantJoinedNoticeString:"{displayName1} und {displayName2} sind beigetreten.",threeParticipantJoinedNoticeString:"{displayName1}, {displayName2} und {displayName3} sind beigetreten.",participantLeftNoticeString:"{displayName} ist gegangen.",twoParticipantLeftNoticeString:"{displayName1} und {displayName2} sind gegangen.",threeParticipantLeftNoticeString:"{displayName1}, {displayName2} und {displayName3} sind gegangen.",unnamedParticipantString:"unbenannter Teilnehmer",manyUnnamedParticipantsJoined:"unbenannter Teilnehmer und {numOfParticipants} weitere Teilnehmer sind beigetreten.",manyUnnamedParticipantsLeft:"unbenannter Teilnehmer und {numOfParticipants} weitere Teilnehmer sind gegangen.",manyParticipantsJoined:"{displayName1}, {displayName2}, {displayName3} und {numOfParticipants} anderen Teilnehmern sind beigetreten.",manyParticipantsLeft:"{displayName1}, {displayName2}, {displayName3} und {numOfParticipants} anderen Teilnehmer verlassen",liveCaptionsLabel:"Liveuntertitel",captionsSettingsLabel:"Untertiteleinstellungen",startCaptionsButtonOnLabel:"Beschriftungen aktivieren",startCaptionsButtonOffLabel:"Untertitel deaktivieren",startCaptionsButtonTooltipOnContent:"Untertitel deaktivieren",startCaptionsButtonTooltipOffContent:"Beschriftungen aktivieren",captionsSettingsModalTitle:"Einstellungen für Untertitel",captionsSettingsSpokenLanguageDropdownLabel:"Gesprochene Sprache",captionsSettingsCaptionLanguageDropdownLabel:"Sprache der Untertitel",captionsSettingsSpokenLanguageDropdownInfoText:"Sprache, die jeder in diesem Anruf spricht.",captionsSettingsCaptionLanguageDropdownInfoText:"Untertitel werden in dieser Sprache angezeigt.",captionsSettingsConfirmButtonLabel:"Bestätigen",captionsSettingsCancelButtonLabel:"Abbrechen",captionsSettingsModalAriaLabel:"Untertiteleinstellung modal",captionsSettingsCloseModalButtonAriaLabel:"Einstellung „Untertitel“ schließen",captionsBannerMoreButtonCallingLabel:"Mehr",captionsBannerMoreButtonTooltip:"Weitere Optionen",dismissModalAriaLabel:"Lokales Bild und Remotebild. Drücken Sie die EINGABETASTE, um zum Anruf zurückzukehren.",callRejectedTitle:"Der Anruf konnte nicht ausgeführt werden.",callRejectedMoreDetails:"Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",callTimeoutTitle:"Der Anruf konnte nicht ausgeführt werden.",callTimeoutDetails:"Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",callTimeoutBotTitle:"Der Anruf konnte nicht ausgeführt werden.",callTimeoutBotDetails:"Der Dienst, den Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",dtmfDialerButtonLabel:"Wähltastatur",dtmfDialerButtonTooltipOn:"Wähltastatur anzeigen",dtmfDialerButtonTooltipOff:"Wähltastatur ausblenden",dtmfDialerMoreButtonLabelOn:"Wähltastatur anzeigen",dtmfDialerMoreButtonLabelOff:"Wähltastatur ausblenden",phoneCallMoreButtonLabel:"Telefonanruf",spokenLanguageStrings:{"ar-ae":"Arabisch – Vereinigte Arabische Emirate","ar-sa":"Arabisch – Saudi-Arabien","da-dk":"Dänisch","de-de":"Deutsch – Deutschland","en-au":"Englisch – Australien","en-ca":"Englisch – Kanada","en-gb":"Englisch - Vereinigtes Königreich","en-in":"Englisch – Indien","en-nz":"Englisch – Neuseeland","en-us":"Englisch – USA","es-es":"Spanisch – Spanien (Moderne Sortierung)","es-mx":"Spanisch – Mexiko","fi-fi":"Finnisch","fr-ca":"Französisch (Kanada)","fr-fr":"Französisch (Frankreich)","hi-in":"Hindi","it-it":"Italienisch – Italien","ja-jp":"Japanisch","ko-kr":"Koreanisch","nb-no":"Norwegisch (Bokmål)","nl-be":"Niederländisch – Belgien","nl-nl":"Niederländisch – Niederlande","pl-pl":"Polnisch","pt-br":"Portugiesisch (Brasilien)","ru-ru":"Russisch","sv-se":"Schwedisch","zh-cn":"Chinesisch – Volksrepublik China","zh-hk":"Chinesisch – Hongkong (SAR)","cs-cz":"Tschechisch","pt-pt":"Portugiesisch (Portugal)","tr-tr":"Türkisch","vi-vn":"Vietnamesisch","th-th":"Thailändisch","he-il":"Hebräisch","cy-gb":"Walisisch","uk-ua":"Ukrainisch","el-gr":"Griechisch","hu-hu":"Ungarisch","ro-ro":"Rumänisch","sk-sk":"Slowakisch","zh-tw":"Chinesisch – Taiwan"},captionLanguageStrings:{ar:"Arabisch",da:"Dänisch",de:"Deutsch",en:"Englisch",es:"Spanisch",fi:"Finnisch","fr-ca":"Französisch – Kanada",fr:"Französisch – Frankreich",hi:"Hindi",it:"Italienisch",ja:"Japanisch",ko:"Koreanisch",nb:"Norwegisch (Bokmål)",nl:"Niederländisch",pl:"Polnisch",pt:"Portugiesisch – Brasilien",ru:"Russisch",sv:"Schwedisch","zh-Hans":"Chinesisch (vereinfacht)","zh-Hant":"Chinesisch (traditionell)",cs:"Tschechisch","pt-pt":"Portugiesisch – Portugal",tr:"Türkisch",vi:"Vietnamesisch",th:"Thailändisch",he:"Hebräisch",cy:"Walisisch",uk:"Ukrainisch",el:"Griechisch",hu:"Ungarisch",ro:"Rumänisch",sk:"Slowakisch"},captionsBannerSpinnerText:"Untertitel werden gestartet...",transferPageTransferorText:"Übertragung...",transferPageTransferTargetText:"Verbindung wird hergestellt...",transferPageUnknownTransferorDisplayName:"Unbekannt",transferPageUnknownTransferTargetDisplayName:"Unbekannt",transferPageNoticeString:"Sie werden versetzt",participantCouldNotBeReachedTitle:"Der Zielteilnehmer ist zurzeit nicht verfügbar",participantCouldNotBeReachedMoreDetails:"Wenden Sie sich an den Teilnehmer, wenn er verfügbar ist",permissionToReachTargetParticipantNotAllowedTitle:"Die Berechtigung zum Erreichen des Zielteilnehmers ist nicht zulässig",permissionToReachTargetParticipantNotAllowedMoreDetails:"Überprüfen Sie, ob sich der Zielteilnehmer im selben Mandanten befindet",unableToResolveTenantTitle:"Die Mandanten-ID für den Zielteilnehmer kann nicht aufgelöst werden",unableToResolveTenantMoreDetails:"Überprüfen Sie, ob die Teilnehmer-ID richtig eingegeben wurde.",participantIdIsMalformedTitle:"Die Teilnehmer-ID weist nicht das richtige Format auf",participantIdIsMalformedMoreDetails:"Überprüfen Sie, ob die Teilnehmer-ID das richtige Format aufweist.",moreButtonGalleryControlLabel:"Anzeigen",moreButtonGalleryPositionToggleLabel:"Katalog nach oben verschieben",moreButtonGallerySpeakerLayoutLabel:"Lautsprecher",moreButtonGalleryFloatingLocalLayoutLabel:"Dynamisch",moreButtonGalleryDefaultLayoutLabel:"Profilfotoansicht",moreButtonGalleryFocusedContentLayoutLabel:"Fokus auf Inhalte",moreButtonLargeGalleryDefaultLayoutLabel:"Große Galerie",capabilityChangedNotification:{turnVideoOn:{lostDueToMeetingOption:"Ihre Kamera wurde deaktiviert. Sie können kein Video mehr freigeben.",grantedDueToMeetingOption:"Ihre Kamera wurde aktiviert. Aktivieren Sie diese Option, wenn Sie Video freigeben möchten."},unmuteMic:{lostDueToMeetingOption:"Ihr Mikro wurde deaktiviert. Sie können die Stummschaltung nicht mehr aufheben.",grantedDueToMeetingOption:"Ihr Mikro wurde aktiviert. Heben Sie die Stummschaltung auf, wenn Sie sprechen möchten."},shareScreen:{lostDueToRoleChangeToAttendee:"Ihre Rolle wurde geändert. Einige Aktionen, z. B. das Teilen von Inhalten, stehen Ihnen nicht zur Verfügung.",grantedDueToRoleChangeToPresenter:"Sie sind Referent. Sie können Inhalte teilen und die Besprechung unterstützen."},hideAttendeeNames:{hideAttendeeNameAttendee:"Ihr Name ist für andere Teilnehmer ausgeblendet. Organisatoren und Referenten können Ihren richtigen Namen sehen.",hideAttendeeNamePresenter:"Teilnehmernamen sind ausgeblendet. Nur Organisatoren und Referenten können Namen sehen, um die Privatsphäre der Teilnehmer zu schützen."}},surveyTitle:"Helfen Sie uns, besser zu werden.",starSurveyHelperText:"Wie war die Qualität des Anrufs?",starSurveyOneStarText:"Die Qualität war schlecht.",starSurveyTwoStarText:"Die Qualität war schlecht.",starSurveyThreeStarText:"Die Qualität war gut.",starSurveyFourStarText:"Die Qualität war toll.",starSurveyFiveStarText:"Die Qualität war ausgezeichnet.",surveyConfirmButtonLabel:"Feedback senden",starRatingAriaLabel:"{0} von {1} Sternen auswählen",surveySkipButtonLabel:"Überspringen",tagsSurveyQuestion:"Was hätte besser sein können?",tagsSurveyTextFieldDefaultText:"Sonstiges, bitte angeben",tagsSurveyHelperText:"Überprüfen Sie alle aufgetretenen Probleme",endOfSurveyText:"Vielen Dank für Ihr Feedback!",surveyIssues:{overallRating:{callCannotJoin:"Ich konnte dem Anruf nicht beitreten",callCannotInvite:"Ich konnte andere nicht zum Anruf einladen",hadToRejoin:"Ich musste dem Anruf erneut beitreten",callEndedUnexpectedly:"Anruf für mich unerwartet beendet",otherIssues:"Ich hatte andere Probleme mit dem Anruf"},audioRating:{noLocalAudio:"Die andere Seite konnte keinen Ton hören",noRemoteAudio:"Ich konnte keinen Ton hören",echo:"Ich habe Echos beim Anruf gehört",audioNoise:"Ich habe Rauschen beim Anruf gehört",lowVolume:"Die Lautstärke war niedrig",audioStoppedUnexpectedly:"Audio wurde unerwartet beendet",distortedSpeech:"Audio war verzerrt",audioInterruption:"Audio wurde unterbrochen",otherIssues:"In diesem Anruf gab es andere Audioprobleme"},videoRating:{noVideoReceived:"Ich konnte kein Video sehen.",noVideoSent:"Andere konnten mich nicht sehen",lowQuality:"Die Videoqualität war niedrig",freezes:"Video gefroren",stoppedUnexpectedly:"Video unerwartet beendet",darkVideoReceived:"Ich kann nur dunkle Bildschirme sehen, wenn andere ihre Kamera einschalten",audioVideoOutOfSync:"Audio und Video waren nicht synchronisiert",otherIssues:"In diesem Anruf gab es andere Videoprobleme"},screenshareRating:{noContentLocal:"Andere Personen konnten meine Bildschirmfreigabe nicht sehen",noContentRemote:"Ich konnte die Bildschirmfreigabe anderer Personen nicht sehen",cannotPresent:"Ich konnte meinen Bildschirm nicht präsentieren",lowQuality:"Qualität der Bildschirmfreigabe war niedrig",freezes:"Bildschirmfreigabe gefroren",stoppedUnexpectedly:"Bildschirmfreigabe unerwartet beendet",largeDelay:"Die Bildschirmfreigabe hat eine große Verzögerung",otherIssues:"Ich hatte andere Probleme mit der Bildschirmfreigabe in diesem Anruf."}},surveyIssuesHeadingStrings:{overallRating:"Insgesamt",audioRating:"Audio",videoRating:"Video",screenshareRating:"Hält Präsentation"},spotlightPrompt:{startSpotlightHeading:"Spotlight für alle?",startSpotlightText:"Sie heben dieses Video für alle Teilnehmer der Besprechung hervor.",startSpotlightOnSelfText:"Sie setzen Ihr Video für alle Teilnehmer der Besprechung ins Spotlight.",startSpotlightConfirmButtonLabel:"Spotlight für alle",startSpotlightCancelButtonLabel:"Abbrechen",stopSpotlightHeading:"Dieses Video aus dem Spotlight nehmen?",stopSpotlightOnSelfHeading:"Spotlight verlassen?",stopAllSpotlightHeading:"Spotlighting aller Videos beenden?",stopSpotlightText:"Dieses Video wird nicht mehr für alle Teilnehmer der Besprechung hervorgehoben.",stopSpotlightOnSelfText:"Ihr Video wird nicht mehr für alle Teilnehmer der Besprechung hervor gehoben.",stopAllSpotlightText:"Die Videos werden nicht mehr für alle Teilnehmer der Besprechung hervorgehoben.",stopSpotlightConfirmButtonLabel:"Spotlight beenden",stopSpotlightOnSelfConfirmButtonLabel:"Spotlight beenden",stopSpotlightCancelButtonLabel:"Abbrechen"},exitSpotlightButtonLabel:"Spotlight beenden",exitSpotlightButtonTooltip:"Spotlight beenden",leaveConfirmButtonLabel:"Beenden",endCallConfirmButtonLabel:"Gespräch beenden",hangUpCancelButtonLabel:"Abbrechen",leaveConfirmDialogTitle:"Gespräch beenden?",leaveConfirmDialogContent:"Möchten Sie den Anruf wirklich verlassen?",endCallConfirmDialogTitle:"Gespräch beenden?",endCallConfirmDialogContent:"Sie beenden das Gespräch für alle.",invalidMeetingIdentifier:"Ungültige Besprechungs-ID oder -Kennung",pinParticipantMenuLabel:"Für mich anheften",pinParticipantLimitReachedMenuLabel:"Anheften (Limit erreicht)",unpinParticipantMenuLabel:"Lösen",pinParticipantMenuItemAriaLabel:"Anheften",unpinParticipantMenuItemAriaLabel:"Lösen",muteAllMenuLabel:"Alle stummschalten",muteAllDialogTitle:"Alle stummschalten?",muteAllDialogContent:"Hierdurch werden alle in der Besprechung stummgeschaltet, außer Ihnen.",muteAllConfirmButtonLabel:"Alle stummschalten",muteAllCancelButtonLabel:"Abbrechen",joinBreakoutRoomButtonLabel:"Breakout-Room beitreten",returnFromBreakoutRoomButtonLabel:"Raum verlassen",leaveBreakoutRoomAndMeetingButtonLabel:"Besprechung verlassen",breakoutRoomJoinedNotificationTitle:"Sie sind dem Gruppenraum „{roomName}“ beigetreten.",joinBreakoutRoomBannerTitle:"Der Gruppenraum „{roomName}“ ist geöffnet.",joinBreakoutRoomBannerButtonLabel:"Beitreten",returnFromBreakoutRoomBannerTitle:"Zurück zur Hauptbesprechung",returnFromBreakoutRoomBannerButtonLabel:"Erneut teilnehmen"};var chat$g={chatListHeader:"In diesem Chat",uploadAttachment:"Anlage hochladen",uploadImageDataNotProvided:"Bilddaten werden nicht bereitgestellt.",uploadImageIsTooLarge:"Das Bild ist zu groß. Wählen Sie einen Wert aus, der kleiner als {maxImageSize} MB ist.",uploadImageExtensionIsNotAllowed:"Das Hochladen von .{imageExtension} Image ist nicht zulässig.",uploadImageFailed:"Das Bild kann nicht hochgeladen werden. Versuchen Sie es später noch mal."};var callWithChat$g={chatButtonLabel:"Chat",chatButtonNewMessageNotificationLabel:"Neue Nachricht",chatButtonTooltipClosedWithMessageCount:"Chat anzeigen ({unreadMessagesCount} ungelesen)",chatButtonTooltipClose:"Chat ausblenden",chatButtonTooltipOpen:"Chat anzeigen",chatPaneTitle:"Chat",copyInviteLinkButtonLabel:"Einladungslink kopieren",copyInviteLinkButtonActionedLabel:"Link kopiert",copyInviteLinkActionedAriaLabel:"Gruppeneinladungslink kopiert",dismissSidePaneButtonLabel:"Schließen",moreDrawerAudioDeviceMenuTitle:"Audiogerät",moreDrawerButtonLabel:"Weitere Optionen",moreDrawerButtonTooltip:"Weitere Optionen",moreDrawerMicrophoneMenuTitle:"Mikrofon",moreDrawerSpeakerMenuTitle:"Lautsprecher",moreDrawerCaptionsMenuTitle:"Liveuntertitel",moreDrawerSpokenLanguageMenuTitle:"Gesprochene Sprache",moreDrawerCaptionLanguageMenuTitle:"Sprache für Untertitel",moreDrawerGalleryOptionsMenuTitle:"Katalogoptionen",peopleButtonLabel:"Personen",selectedPeopleButtonLabel:"Schaltfläche \"Personen\" ausgewählt",peopleButtonTooltipOpen:"Teilnehmende anzeigen",peopleButtonTooltipClose:"Teilnehmende ausblenden",peopleButtonTooltipOpenAriaLabel:"Schaltfläche „Personen“, Teilnehmer anzeigen",peopleButtonTooltipCloseAriaLabel:"Schaltfläche „Personen“, Teilnehmer 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",breakoutRoomChatPaneTitle:"Chat im Gruppenraum",chatContentSpinnerLabel:"Wird geladen..."};var de_DE = {call:call$g,chat:chat$g,callWithChat:callWithChat$g};
|
43640
43811
|
|
43641
43812
|
// Copyright (c) Microsoft Corporation.
|
@@ -44000,8 +44171,8 @@ const useSelector = (selector, selectorProps, type) => {
|
|
44000
44171
|
// Return undefined and skip execution when not in that context
|
44001
44172
|
const callingMode = !type || type === 'calling';
|
44002
44173
|
const chatMode = !type || type === 'chat';
|
44003
|
-
const callProps = useSelector$
|
44004
|
-
const chatProps = useSelector$
|
44174
|
+
const callProps = useSelector$4(callingMode ? selector : undefined, selectorProps);
|
44175
|
+
const chatProps = useSelector$3(chatMode ? selector : undefined, selectorProps);
|
44005
44176
|
return callProps !== null && callProps !== void 0 ? callProps : chatProps;
|
44006
44177
|
};
|
44007
44178
|
/**
|
@@ -44031,8 +44202,8 @@ const useSelector = (selector, selectorProps, type) => {
|
|
44031
44202
|
const usePropsFor = (component, type) => {
|
44032
44203
|
const callingSelector = type === 'calling' || !type ? getSelector$1(component) : undefined;
|
44033
44204
|
const chatSelector = type === 'chat' || !type ? getSelector(component) : undefined;
|
44034
|
-
const callProps = useSelector$
|
44035
|
-
const chatProps = useSelector$
|
44205
|
+
const callProps = useSelector$4(callingSelector);
|
44206
|
+
const chatProps = useSelector$3(chatSelector);
|
44036
44207
|
const callingHandlers = useHandlers$3();
|
44037
44208
|
const chatHandlers = useHandlers$2();
|
44038
44209
|
if (chatProps) {
|
@@ -44058,6 +44229,7 @@ const usePropsFor = (component, type) => {
|
|
44058
44229
|
exports.BROKEN_IMAGE_SVG_DATA = BROKEN_IMAGE_SVG_DATA;
|
44059
44230
|
exports.COMPONENT_LOCALE_AR_SA = COMPONENT_LOCALE_AR_SA;
|
44060
44231
|
exports.COMPONENT_LOCALE_CS_CZ = COMPONENT_LOCALE_CS_CZ;
|
44232
|
+
exports.COMPONENT_LOCALE_CY_GB = COMPONENT_LOCALE_CY_GB;
|
44061
44233
|
exports.COMPONENT_LOCALE_DE_DE = COMPONENT_LOCALE_DE_DE;
|
44062
44234
|
exports.COMPONENT_LOCALE_EN_GB = COMPONENT_LOCALE_EN_GB;
|
44063
44235
|
exports.COMPONENT_LOCALE_EN_US = COMPONENT_LOCALE_EN_US;
|
@@ -44079,6 +44251,7 @@ exports.COMPONENT_LOCALE_ZH_CN = COMPONENT_LOCALE_ZH_CN;
|
|
44079
44251
|
exports.COMPONENT_LOCALE_ZH_TW = COMPONENT_LOCALE_ZH_TW;
|
44080
44252
|
exports.COMPOSITE_LOCALE_AR_SA = COMPOSITE_LOCALE_AR_SA;
|
44081
44253
|
exports.COMPOSITE_LOCALE_CS_CZ = COMPOSITE_LOCALE_CS_CZ;
|
44254
|
+
exports.COMPOSITE_LOCALE_CY_GB = COMPOSITE_LOCALE_CY_GB;
|
44082
44255
|
exports.COMPOSITE_LOCALE_DE_DE = COMPOSITE_LOCALE_DE_DE;
|
44083
44256
|
exports.COMPOSITE_LOCALE_EN_GB = COMPOSITE_LOCALE_EN_GB;
|
44084
44257
|
exports.COMPOSITE_LOCALE_EN_US = COMPOSITE_LOCALE_EN_US;
|
@@ -44123,7 +44296,7 @@ exports.FluentV9ThemeProvider = FluentV9ThemeProvider;
|
|
44123
44296
|
exports.GridLayout = GridLayout;
|
44124
44297
|
exports.HoldButton = HoldButton;
|
44125
44298
|
exports.ImageOverlay = ImageOverlay;
|
44126
|
-
exports.IncomingCallNotification = IncomingCallNotification$
|
44299
|
+
exports.IncomingCallNotification = IncomingCallNotification$l;
|
44127
44300
|
exports.IncomingCallStack = IncomingCallStack;
|
44128
44301
|
exports.InputBoxButton = InputBoxButton;
|
44129
44302
|
exports.LocalizationProvider = LocalizationProvider$1;
|
@@ -44135,7 +44308,7 @@ exports.MicrophoneSitePermissions = MicrophoneSitePermissions;
|
|
44135
44308
|
exports.Notification = Notification;
|
44136
44309
|
exports.NotificationStack = NotificationStack;
|
44137
44310
|
exports.ParticipantItem = ParticipantItem;
|
44138
|
-
exports.ParticipantList = ParticipantList$
|
44311
|
+
exports.ParticipantList = ParticipantList$l;
|
44139
44312
|
exports.ParticipantsButton = ParticipantsButton;
|
44140
44313
|
exports.RaiseHandButton = RaiseHandButton;
|
44141
44314
|
exports.RichTextInputBoxComponent = RichTextInputBoxComponent;
|
@@ -44145,9 +44318,9 @@ exports.ScreenShareButton = ScreenShareButton;
|
|
44145
44318
|
exports.SendBox = SendBox;
|
44146
44319
|
exports.StreamMedia = StreamMedia;
|
44147
44320
|
exports.TypingIndicator = TypingIndicator;
|
44148
|
-
exports.UnsupportedBrowser = UnsupportedBrowser$
|
44149
|
-
exports.UnsupportedBrowserVersion = UnsupportedBrowserVersion$
|
44150
|
-
exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem$
|
44321
|
+
exports.UnsupportedBrowser = UnsupportedBrowser$l;
|
44322
|
+
exports.UnsupportedBrowserVersion = UnsupportedBrowserVersion$l;
|
44323
|
+
exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem$l;
|
44151
44324
|
exports.VideoGallery = VideoGallery;
|
44152
44325
|
exports.VideoTile = VideoTile;
|
44153
44326
|
exports._AttachmentUploadCards = _AttachmentUploadCards;
|
@@ -44214,4 +44387,4 @@ exports.useTeamsCall = useTeamsCall;
|
|
44214
44387
|
exports.useTeamsCallAdapter = useTeamsCallAdapter;
|
44215
44388
|
exports.useTeamsCallAgent = useTeamsCallAgent;
|
44216
44389
|
exports.useTheme = useTheme;
|
44217
|
-
//# sourceMappingURL=index-
|
44390
|
+
//# sourceMappingURL=index-CM02z9d2.js.map
|