@azure/communication-react 1.20.0-alpha-202410030015 → 1.20.0-alpha-202410040016

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.
Files changed (59) hide show
  1. package/dist/communication-react.d.ts +63 -1
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js → ChatMessageComponentAsRichTextEditBox-BkiCWROx.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js.map → ChatMessageComponentAsRichTextEditBox-BkiCWROx.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js → RichTextSendBoxWrapper-BQc7785_.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js.map → RichTextSendBoxWrapper-BQc7785_.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-BcfT9uWf.js → index-Cs1eMyS2.js} +131 -39
  7. package/dist/dist-cjs/communication-react/index-Cs1eMyS2.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +3 -1
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  12. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +46 -0
  13. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
  15. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +23 -0
  16. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
  18. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
  19. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  20. package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
  21. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
  23. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +2 -1
  25. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +19 -0
  27. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +32 -0
  28. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
  29. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -0
  30. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  31. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  32. package/dist/dist-esm/communication-react/src/index.js +1 -1
  33. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +2 -1
  35. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +1 -1
  37. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/Notification.js +1 -1
  39. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -1
  41. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +1 -1
  43. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  45. package/dist/dist-esm/react-components/src/index.js +1 -0
  46. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.d.ts +8 -0
  48. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js +13 -0
  49. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -0
  50. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +670 -0
  51. package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
  52. package/dist/dist-esm/react-composites/src/composites/index.js +1 -0
  53. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.d.ts +8 -0
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js +15 -0
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -0
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +411 -0
  58. package/package.json +1 -1
  59. 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-202410030015';
191
+ var telemetryVersion = '1.20.0-alpha-202410040016';
192
192
 
193
193
 
194
194
  var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
@@ -2175,6 +2175,8 @@ function convertSdkCallToDeclarativeCall(call) {
2175
2175
  localRecording: { isLocalRecordingActive: false },
2176
2176
  pptLive: { isActive: false },
2177
2177
  raiseHand: { raisedHands: [] },
2178
+ /* @conditional-compile-remove(together-mode) */
2179
+ togetherMode: { stream: [] },
2178
2180
  localParticipantReaction: undefined,
2179
2181
  transcription: { isTranscriptionActive: false },
2180
2182
  screenShareRemoteParticipant: undefined,
@@ -2737,6 +2739,29 @@ let CallContext$2 = class CallContext {
2737
2739
  }
2738
2740
  });
2739
2741
  }
2742
+ /* @conditional-compile-remove(together-mode) */
2743
+ setTogetherModeVideoStream(callId, addedStream) {
2744
+ this.modifyState((draft) => {
2745
+ const call = draft.calls[this._callIdHistory.latestCallId(callId)];
2746
+ if (call) {
2747
+ call.togetherMode = { stream: addedStream };
2748
+ }
2749
+ });
2750
+ }
2751
+ /* @conditional-compile-remove(together-mode) */
2752
+ removeTogetherModeVideoStream(callId, removedStream) {
2753
+ this.modifyState((draft) => {
2754
+ const call = draft.calls[this._callIdHistory.latestCallId(callId)];
2755
+ if (call) {
2756
+ for (const stream of removedStream) {
2757
+ if (stream.mediaStreamType in call.togetherMode.stream) {
2758
+ // Temporary lint fix: Remove the stream from the list
2759
+ call.togetherMode.stream = [];
2760
+ }
2761
+ }
2762
+ }
2763
+ });
2764
+ }
2740
2765
  setCallRaisedHands(callId, raisedHands) {
2741
2766
  this.modifyState((draft) => {
2742
2767
  const call = draft.calls[this._callIdHistory.latestCallId(callId)];
@@ -4864,6 +4889,38 @@ class BreakoutRoomsSubscriber {
4864
4889
  }
4865
4890
  }
4866
4891
 
4892
+ // Copyright (c) Microsoft Corporation.
4893
+ // Licensed under the MIT License.
4894
+ /**
4895
+ * @private
4896
+ */
4897
+ /* @conditional-compile-remove(together-mode) */
4898
+ /**
4899
+ * TogetherModeSubscriber is responsible for subscribing to together mode events and updating the call context accordingly.
4900
+ */
4901
+ class TogetherModeSubscriber {
4902
+ constructor(callIdRef, context, togetherMode) {
4903
+ this.subscribe = () => {
4904
+ this._togetherMode.on('togetherModeStreamsUpdated', this.onTogetherModeStreamUpdated);
4905
+ };
4906
+ this.unsubscribe = () => {
4907
+ this._togetherMode.off('togetherModeStreamsUpdated', this.onTogetherModeStreamUpdated);
4908
+ };
4909
+ this.onTogetherModeStreamUpdated = (args) => {
4910
+ if (args.added) {
4911
+ this._context.setTogetherModeVideoStream(this._callIdRef.callId, args.added);
4912
+ }
4913
+ if (args.removed) {
4914
+ this._context.removeTogetherModeVideoStream(this._callIdRef.callId, args.removed);
4915
+ }
4916
+ };
4917
+ this._callIdRef = callIdRef;
4918
+ this._context = context;
4919
+ this._togetherMode = togetherMode;
4920
+ this.subscribe();
4921
+ }
4922
+ }
4923
+
4867
4924
  // Copyright (c) Microsoft Corporation.
4868
4925
  // Licensed under the MIT License.
4869
4926
  /**
@@ -4952,6 +5009,8 @@ class CallSubscriber {
4952
5009
  this._spotlightSubscriber.unsubscribe();
4953
5010
  /* @conditional-compile-remove(breakout-rooms) */
4954
5011
  this._breakoutRoomsSubscriber.unsubscribe();
5012
+ /* @conditional-compile-remove(together-mode) */
5013
+ this._togetherModeSubscriber.unsubscribe();
4955
5014
  };
4956
5015
  this.stateChanged = () => {
4957
5016
  this._context.setCallState(this._callIdRef.callId, this._call.state);
@@ -5072,6 +5131,8 @@ class CallSubscriber {
5072
5131
  this._spotlightSubscriber = new SpotlightSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Spotlight));
5073
5132
  /* @conditional-compile-remove(breakout-rooms) */
5074
5133
  this._breakoutRoomsSubscriber = new BreakoutRoomsSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.BreakoutRooms));
5134
+ /* @conditional-compile-remove(together-mode) */
5135
+ this._togetherModeSubscriber = new TogetherModeSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.TogetherMode));
5075
5136
  this.subscribe();
5076
5137
  }
5077
5138
  // This is a helper function to safely call subscriber functions. This is needed in order to prevent events
@@ -6505,7 +6566,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
6505
6566
  wordBreak: 'break-word'
6506
6567
  });
6507
6568
 
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};
6569
+ 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
6570
 
6510
6571
  // Copyright (c) Microsoft Corporation.
6511
6572
  // Licensed under the MIT License.
@@ -15235,7 +15296,7 @@ class _ErrorBoundary extends React.Component {
15235
15296
  // Copyright (c) Microsoft Corporation.
15236
15297
  // Licensed under the MIT License.
15237
15298
  /* @conditional-compile-remove(rich-text-editor) */
15238
- const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js'); }));
15299
+ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BkiCWROx.js'); }));
15239
15300
  /**
15240
15301
  * @private
15241
15302
  * Use this function to load RoosterJS dependencies early in the lifecycle.
@@ -15243,7 +15304,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve()
15243
15304
  *
15244
15305
  * @conditional-compile-remove(rich-text-editor)
15245
15306
  */
15246
- const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js'); });
15307
+ const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-BkiCWROx.js'); });
15247
15308
  /**
15248
15309
  * @private
15249
15310
  */
@@ -16922,7 +16983,7 @@ const getParticipantsForDefaultRender = (participants, excludeMe, myUserId) => {
16922
16983
  *
16923
16984
  * @public
16924
16985
  */
16925
- const ParticipantList$k = (props) => {
16986
+ const ParticipantList$l = (props) => {
16926
16987
  var _a, _b, _c, _d, _e;
16927
16988
  const { excludeMe = false, myUserId, participants, onRemoveParticipant, onRenderAvatar, onRenderParticipant, onFetchParticipantMenuItems, showParticipantOverflowTooltip,
16928
16989
  /* @conditional-compile-remove(total-participant-count) */
@@ -19265,7 +19326,7 @@ const _LocalVideoTile = React.memo((props) => {
19265
19326
  return (React.createElement(react.Stack, { className: react.mergeStyles(videoContainerStyles, overlayStylesTransparent()) },
19266
19327
  React.createElement(react.Spinner, { label: strings === null || strings === void 0 ? void 0 : strings.waitingScreenText, ariaLive: "assertive", labelPosition: "bottom", styles: loadSpinnerStyles(theme, false) })));
19267
19328
  }, [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 },
19329
+ return (React.createElement(react.Stack, { "data-ui-id": "local-video-tile", className: react.mergeStyles({ width: '100%', height: '100%' }), onKeyDown: menuKind === 'drawer' ? onKeyDown : undefined },
19269
19330
  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
19331
  React.createElement(react.Stack, { styles: drawerMenuWrapperStyles },
19271
19332
  React.createElement(_DrawerMenu, { onLightDismiss: () => setDrawerMenuItemProps([]), items: drawerMenuItemProps })))))));
@@ -19404,8 +19465,9 @@ const HorizontalGallery = (props) => {
19404
19465
  return bucketize([...Array(numberOfChildren).keys()], childrenPerPage);
19405
19466
  }, [numberOfChildren, childrenPerPage]);
19406
19467
  React.useEffect(() => {
19468
+ var _a;
19407
19469
  if (onFetchTilesToRender && indexesArray) {
19408
- onFetchTilesToRender(indexesArray[page]);
19470
+ onFetchTilesToRender((_a = indexesArray[page]) !== null && _a !== void 0 ? _a : []);
19409
19471
  }
19410
19472
  }, [indexesArray, onFetchTilesToRender, page]);
19411
19473
  const firstIndexOfCurrentPage = page * childrenPerPage;
@@ -19885,8 +19947,9 @@ const VerticalGallery = (props) => {
19885
19947
  return bucketize([...Array(numberOfChildren).keys()], childrenPerPage);
19886
19948
  }, [numberOfChildren, childrenPerPage]);
19887
19949
  React.useEffect(() => {
19950
+ var _a;
19888
19951
  if (onFetchTilesToRender && indexesArray) {
19889
- onFetchTilesToRender(indexesArray[page - 1]);
19952
+ onFetchTilesToRender((_a = indexesArray[page - 1]) !== null && _a !== void 0 ? _a : []);
19890
19953
  }
19891
19954
  }, [indexesArray, onFetchTilesToRender, page]);
19892
19955
  const firstIndexOfCurrentPage = (page - 1) * childrenPerPage;
@@ -20032,7 +20095,7 @@ const ScrollableHorizontalGallery = (props) => {
20032
20095
  React.useEffect(() => {
20033
20096
  const indexesArray = [...Array(horizontalGalleryElements === null || horizontalGalleryElements === void 0 ? void 0 : horizontalGalleryElements.length).keys()];
20034
20097
  if (onFetchTilesToRender && indexesArray) {
20035
- onFetchTilesToRender(indexesArray);
20098
+ onFetchTilesToRender(indexesArray !== null && indexesArray !== void 0 ? indexesArray : []);
20036
20099
  }
20037
20100
  }, [onFetchTilesToRender, horizontalGalleryElements === null || horizontalGalleryElements === void 0 ? void 0 : horizontalGalleryElements.length]);
20038
20101
  const ref = React.useRef();
@@ -22521,7 +22584,7 @@ const ParticipantsButton = (props) => {
22521
22584
  }, [onMuteAll]);
22522
22585
  const defaultParticipantList = React.useCallback(() => {
22523
22586
  var _a;
22524
- return (React.createElement(ParticipantList$k, { 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 }));
22587
+ 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
22588
  }, [
22526
22589
  excludeMe,
22527
22590
  myUserId,
@@ -23711,7 +23774,7 @@ const UnsupportedEnvironment = (props) => {
23711
23774
  *
23712
23775
  * @beta
23713
23776
  */
23714
- const UnsupportedBrowser$k = (props) => {
23777
+ const UnsupportedBrowser$l = (props) => {
23715
23778
  const { onTroubleshootingClick, strings } = props;
23716
23779
  const locale = useLocale$1();
23717
23780
  return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedBrowserStringsTrampoline(locale)), strings) }));
@@ -23729,7 +23792,7 @@ const unsupportedBrowserStringsTrampoline = (locale) => {
23729
23792
  *
23730
23793
  * @beta
23731
23794
  */
23732
- const UnsupportedBrowserVersion$k = (props) => {
23795
+ const UnsupportedBrowserVersion$l = (props) => {
23733
23796
  const { onTroubleshootingClick, strings, onContinueAnywayClick } = props;
23734
23797
  const locale = useLocale$1();
23735
23798
  return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedBrowserVersionStringsTrampoline(locale)), strings), onContinueAnywayClick: onContinueAnywayClick }));
@@ -23746,7 +23809,7 @@ const unsupportedBrowserVersionStringsTrampoline = (locale) => {
23746
23809
  *
23747
23810
  * @beta
23748
23811
  */
23749
- const UnsupportedOperatingSystem$k = (props) => {
23812
+ const UnsupportedOperatingSystem$l = (props) => {
23750
23813
  const { onTroubleshootingClick, strings } = props;
23751
23814
  const locale = useLocale$1();
23752
23815
  return (React.createElement(UnsupportedEnvironment, { onTroubleshootingClick: onTroubleshootingClick, strings: Object.assign(Object.assign({}, unsupportedOperatingSystemStringsTrampoline(locale)), strings) }));
@@ -24720,7 +24783,7 @@ const Notification = (props) => {
24720
24783
  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
24784
  React.createElement(react.Text, { className: titleTextClassName$1 }, strings === null || strings === void 0 ? void 0 : strings.title)),
24722
24785
  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),
24786
+ React.createElement(react.Text, { className: messageTextStyle(theme), style: { marginTop: '0.25rem' } }, strings === null || strings === void 0 ? void 0 : strings.message),
24724
24787
  React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-evenly" },
24725
24788
  (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
24789
  (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 +24857,7 @@ const NotificationStack = (props) => {
24794
24857
  * Allows the user to accept or reject the incoming call.
24795
24858
  * @public
24796
24859
  */
24797
- const IncomingCallNotification$k = (props) => {
24860
+ const IncomingCallNotification$l = (props) => {
24798
24861
  var _a, _b, _c, _d, _e, _f, _g, _h;
24799
24862
  const { callerName, alertText, avatarImage, onAcceptWithAudio, onAcceptWithVideo, onReject, onDismiss, personaSize, styles, strings, acceptOptions } = props;
24800
24863
  const theme = react.useTheme();
@@ -24901,7 +24964,7 @@ const IncomingCallStack = (props) => {
24901
24964
  return (React.createElement(react.Stack, { tokens: { childrenGap: '0.25rem' }, role: 'group', tabIndex: tabIndex }, activeIncomingCalls
24902
24965
  .filter((incomingCall) => !removedIncomingCalls.some((call) => call.id === incomingCall.id))
24903
24966
  .map((incomingCall) => {
24904
- return (React.createElement(IncomingCallNotification$k, { 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 } }));
24967
+ 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
24968
  })));
24906
24969
  };
24907
24970
 
@@ -24922,7 +24985,7 @@ const createComponentStrings = (localizedStrings) => {
24922
24985
  return strings;
24923
24986
  };
24924
24987
 
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};
24988
+ 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
24989
 
24927
24990
  // Copyright (c) Microsoft Corporation.
24928
24991
  // Licensed under the MIT License.
@@ -24935,7 +24998,7 @@ const COMPONENT_LOCALE_EN_GB = {
24935
24998
  strings: createComponentStrings(en_GB$1)
24936
24999
  };
24937
25000
 
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};
25001
+ 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
25002
 
24940
25003
  // Copyright (c) Microsoft Corporation.
24941
25004
  // Licensed under the MIT License.
@@ -24948,7 +25011,7 @@ const COMPONENT_LOCALE_AR_SA = {
24948
25011
  strings: createComponentStrings(ar_SA$1)
24949
25012
  };
24950
25013
 
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};
25014
+ 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
25015
 
24953
25016
  // Copyright (c) Microsoft Corporation.
24954
25017
  // Licensed under the MIT License.
@@ -24961,6 +25024,19 @@ const COMPONENT_LOCALE_CS_CZ = {
24961
25024
  strings: createComponentStrings(cs_CZ$1)
24962
25025
  };
24963
25026
 
25027
+ 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};
25028
+
25029
+ // Copyright (c) Microsoft Corporation.
25030
+ // Licensed under the MIT License.
25031
+ /**
25032
+ * Locale for Welsh (GB).
25033
+ *
25034
+ * @public
25035
+ */
25036
+ const COMPONENT_LOCALE_CY_GB = {
25037
+ strings: createComponentStrings(cy_GB$1)
25038
+ };
25039
+
24964
25040
  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
25041
 
24966
25042
  // Copyright (c) Microsoft Corporation.
@@ -25811,7 +25887,7 @@ const findSelector$1 = (component) => {
25811
25887
  return screenShareButtonSelector;
25812
25888
  case DevicesButton:
25813
25889
  return devicesButtonSelector;
25814
- case ParticipantList$k:
25890
+ case ParticipantList$l:
25815
25891
  return participantListSelector;
25816
25892
  case ParticipantsButton:
25817
25893
  return participantsButtonSelector;
@@ -26881,7 +26957,7 @@ const findSelector = (component) => {
26881
26957
  return getMessageThreadSelector();
26882
26958
  case TypingIndicator:
26883
26959
  return typingIndicatorSelector;
26884
- case ParticipantList$k:
26960
+ case ParticipantList$l:
26885
26961
  return chatParticipantListSelector;
26886
26962
  case ErrorBar:
26887
26963
  return errorBarSelector;
@@ -28753,7 +28829,7 @@ const isChatError = (e) => {
28753
28829
  return 'target' in e && e['target'] !== undefined && 'innerError' in e && e['innerError'] !== undefined;
28754
28830
  };
28755
28831
 
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};
28832
+ 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",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
28833
 
28758
28834
  // Copyright (c) Microsoft Corporation.
28759
28835
  // Licensed under the MIT License.
@@ -29647,7 +29723,7 @@ const ParticipantListWithHeading = (props) => {
29647
29723
  ((headingMoreButtonMenuProps === null || headingMoreButtonMenuProps === void 0 ? void 0 : headingMoreButtonMenuProps.items) && headingMoreButtonMenuProps.items.length > 0)) && (React.createElement(react.Stack.Item, null,
29648
29724
  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
29725
  React.createElement(react.FocusZone, { className: participantListContainerStyle, shouldFocusOnMount: true },
29650
- React.createElement(ParticipantList$k, Object.assign({}, participantListProps, { pinnedParticipants: pinnedParticipants, styles: props.isMobile ? participantListMobileStyle : participantListStyle, onRenderAvatar: (userId, options) => (React.createElement(React.Fragment, null,
29726
+ React.createElement(ParticipantList$l, Object.assign({}, participantListProps, { pinnedParticipants: pinnedParticipants, styles: props.isMobile ? participantListMobileStyle : participantListStyle, onRenderAvatar: (userId, options) => (React.createElement(React.Fragment, null,
29651
29727
  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
29728
  (options === null || options === void 0 ? void 0 : options.text) && (React.createElement("div", { style: displayNameStyles$1 },
29653
29729
  React.createElement(react.TooltipHost, { content: options === null || options === void 0 ? void 0 : options.text, id: tooltipId, overflowMode: react.TooltipOverflowMode.Parent },
@@ -29669,7 +29745,7 @@ const ChatScreenPeoplePane = (props) => {
29669
29745
  const { onFetchAvatarPersonaData, onFetchParticipantMenuItems, isMobile } = props;
29670
29746
  const locale = useLocale();
29671
29747
  const chatListHeader = locale.strings.chat.chatListHeader;
29672
- const participantListProps = usePropsFor$2(ParticipantList$k);
29748
+ const participantListProps = usePropsFor$2(ParticipantList$l);
29673
29749
  return (React.createElement(ParticipantContainer, { participantListProps: participantListProps, title: chatListHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, isMobile: isMobile }));
29674
29750
  };
29675
29751
 
@@ -29698,7 +29774,7 @@ const AttachmentDownloadErrorBar = (props) => {
29698
29774
  /**
29699
29775
  * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
29700
29776
  */
29701
- const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DoRv_d64.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
29777
+ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BQc7785_.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
29702
29778
  /**
29703
29779
  * @private
29704
29780
  * Use this function to load RoosterJS dependencies early in the lifecycle.
@@ -29706,7 +29782,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function
29706
29782
  *
29707
29783
  /* @conditional-compile-remove(rich-text-editor-composite-support)
29708
29784
  */
29709
- const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-DoRv_d64.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
29785
+ const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BQc7785_.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
29710
29786
  /**
29711
29787
  * @private
29712
29788
  */
@@ -35125,7 +35201,7 @@ const PeoplePaneContent = (props) => {
35125
35201
  yield adapter.addParticipant(participant, options);
35126
35202
  }), [adapter]);
35127
35203
  const alternateCallerId = adapter.getState().alternateCallerId;
35128
- const participantListDefaultProps = usePropsFor$1(ParticipantList$k);
35204
+ const participantListDefaultProps = usePropsFor$1(ParticipantList$l);
35129
35205
  const removeButtonAllowed = canRemoveParticipants(adapter);
35130
35206
  const setDrawerMenuItemsForParticipant = React.useMemo(() => {
35131
35207
  return (participant) => {
@@ -39080,13 +39156,13 @@ const UnsupportedBrowserPage = (props) => {
39080
39156
  let pageElement = React.createElement(React.Fragment, null);
39081
39157
  /* @conditional-compile-remove(unsupported-browser) */
39082
39158
  if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedPlatform)) {
39083
- pageElement = (React.createElement(UnsupportedOperatingSystem$k, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedOperatingSystemStrings }));
39159
+ pageElement = (React.createElement(UnsupportedOperatingSystem$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedOperatingSystemStrings }));
39084
39160
  }
39085
39161
  else if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedBrowser)) {
39086
- pageElement = (React.createElement(UnsupportedBrowser$k, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserStrings }));
39162
+ pageElement = (React.createElement(UnsupportedBrowser$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserStrings }));
39087
39163
  }
39088
39164
  else if (!(environmentInfo === null || environmentInfo === void 0 ? void 0 : environmentInfo.isSupportedBrowserVersion)) {
39089
- pageElement = (React.createElement(UnsupportedBrowserVersion$k, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserVersionStrings, onContinueAnywayClick: onContinueClick }));
39165
+ pageElement = (React.createElement(UnsupportedBrowserVersion$l, { onTroubleshootingClick: onTroubleshootingClick, strings: unsupportedBrowserVersionStrings, onContinueAnywayClick: onContinueClick }));
39090
39166
  }
39091
39167
  else {
39092
39168
  throw new Error('There was a problem with your environment info');
@@ -43577,7 +43653,7 @@ const _createChatThreadAdapterInner = (locator, adapter) => {
43577
43653
  return new CallAndChatProvider(locator);
43578
43654
  };
43579
43655
 
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};
43656
+ 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
43657
 
43582
43658
  // Copyright (c) Microsoft Corporation.
43583
43659
  // Licensed under the MIT License.
@@ -43608,7 +43684,7 @@ const COMPOSITE_LOCALE_EN_GB = {
43608
43684
  strings: createCompositeStrings(en_GB)
43609
43685
  };
43610
43686
 
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};
43687
+ 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
43688
 
43613
43689
  // Copyright (c) Microsoft Corporation.
43614
43690
  // Licensed under the MIT License.
@@ -43622,7 +43698,7 @@ const COMPOSITE_LOCALE_AR_SA = {
43622
43698
  strings: createCompositeStrings(ar_SA)
43623
43699
  };
43624
43700
 
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};
43701
+ 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
43702
 
43627
43703
  // Copyright (c) Microsoft Corporation.
43628
43704
  // Licensed under the MIT License.
@@ -43636,6 +43712,20 @@ const COMPOSITE_LOCALE_CS_CZ = {
43636
43712
  strings: createCompositeStrings(cs_CZ)
43637
43713
  };
43638
43714
 
43715
+ 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};
43716
+
43717
+ // Copyright (c) Microsoft Corporation.
43718
+ // Licensed under the MIT License.
43719
+ /**
43720
+ * Locale for Welsh (GB)
43721
+ *
43722
+ * @public
43723
+ */
43724
+ const COMPOSITE_LOCALE_CY_GB = {
43725
+ component: COMPONENT_LOCALE_CY_GB,
43726
+ strings: createCompositeStrings(cy_GB)
43727
+ };
43728
+
43639
43729
  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
43730
 
43641
43731
  // Copyright (c) Microsoft Corporation.
@@ -44058,6 +44148,7 @@ const usePropsFor = (component, type) => {
44058
44148
  exports.BROKEN_IMAGE_SVG_DATA = BROKEN_IMAGE_SVG_DATA;
44059
44149
  exports.COMPONENT_LOCALE_AR_SA = COMPONENT_LOCALE_AR_SA;
44060
44150
  exports.COMPONENT_LOCALE_CS_CZ = COMPONENT_LOCALE_CS_CZ;
44151
+ exports.COMPONENT_LOCALE_CY_GB = COMPONENT_LOCALE_CY_GB;
44061
44152
  exports.COMPONENT_LOCALE_DE_DE = COMPONENT_LOCALE_DE_DE;
44062
44153
  exports.COMPONENT_LOCALE_EN_GB = COMPONENT_LOCALE_EN_GB;
44063
44154
  exports.COMPONENT_LOCALE_EN_US = COMPONENT_LOCALE_EN_US;
@@ -44079,6 +44170,7 @@ exports.COMPONENT_LOCALE_ZH_CN = COMPONENT_LOCALE_ZH_CN;
44079
44170
  exports.COMPONENT_LOCALE_ZH_TW = COMPONENT_LOCALE_ZH_TW;
44080
44171
  exports.COMPOSITE_LOCALE_AR_SA = COMPOSITE_LOCALE_AR_SA;
44081
44172
  exports.COMPOSITE_LOCALE_CS_CZ = COMPOSITE_LOCALE_CS_CZ;
44173
+ exports.COMPOSITE_LOCALE_CY_GB = COMPOSITE_LOCALE_CY_GB;
44082
44174
  exports.COMPOSITE_LOCALE_DE_DE = COMPOSITE_LOCALE_DE_DE;
44083
44175
  exports.COMPOSITE_LOCALE_EN_GB = COMPOSITE_LOCALE_EN_GB;
44084
44176
  exports.COMPOSITE_LOCALE_EN_US = COMPOSITE_LOCALE_EN_US;
@@ -44123,7 +44215,7 @@ exports.FluentV9ThemeProvider = FluentV9ThemeProvider;
44123
44215
  exports.GridLayout = GridLayout;
44124
44216
  exports.HoldButton = HoldButton;
44125
44217
  exports.ImageOverlay = ImageOverlay;
44126
- exports.IncomingCallNotification = IncomingCallNotification$k;
44218
+ exports.IncomingCallNotification = IncomingCallNotification$l;
44127
44219
  exports.IncomingCallStack = IncomingCallStack;
44128
44220
  exports.InputBoxButton = InputBoxButton;
44129
44221
  exports.LocalizationProvider = LocalizationProvider$1;
@@ -44135,7 +44227,7 @@ exports.MicrophoneSitePermissions = MicrophoneSitePermissions;
44135
44227
  exports.Notification = Notification;
44136
44228
  exports.NotificationStack = NotificationStack;
44137
44229
  exports.ParticipantItem = ParticipantItem;
44138
- exports.ParticipantList = ParticipantList$k;
44230
+ exports.ParticipantList = ParticipantList$l;
44139
44231
  exports.ParticipantsButton = ParticipantsButton;
44140
44232
  exports.RaiseHandButton = RaiseHandButton;
44141
44233
  exports.RichTextInputBoxComponent = RichTextInputBoxComponent;
@@ -44145,9 +44237,9 @@ exports.ScreenShareButton = ScreenShareButton;
44145
44237
  exports.SendBox = SendBox;
44146
44238
  exports.StreamMedia = StreamMedia;
44147
44239
  exports.TypingIndicator = TypingIndicator;
44148
- exports.UnsupportedBrowser = UnsupportedBrowser$k;
44149
- exports.UnsupportedBrowserVersion = UnsupportedBrowserVersion$k;
44150
- exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem$k;
44240
+ exports.UnsupportedBrowser = UnsupportedBrowser$l;
44241
+ exports.UnsupportedBrowserVersion = UnsupportedBrowserVersion$l;
44242
+ exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem$l;
44151
44243
  exports.VideoGallery = VideoGallery;
44152
44244
  exports.VideoTile = VideoTile;
44153
44245
  exports._AttachmentUploadCards = _AttachmentUploadCards;
@@ -44214,4 +44306,4 @@ exports.useTeamsCall = useTeamsCall;
44214
44306
  exports.useTeamsCallAdapter = useTeamsCallAdapter;
44215
44307
  exports.useTeamsCallAgent = useTeamsCallAgent;
44216
44308
  exports.useTheme = useTheme;
44217
- //# sourceMappingURL=index-BcfT9uWf.js.map
44309
+ //# sourceMappingURL=index-Cs1eMyS2.js.map