@azure/communication-react 1.21.0-alpha-202411080015 → 1.21.0-alpha-202411100017

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 (138) hide show
  1. package/dist/communication-react.d.ts +170 -5
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bsx9ARVF.js → ChatMessageComponentAsRichTextEditBox-flTHgr_n.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bsx9ARVF.js.map → ChatMessageComponentAsRichTextEditBox-flTHgr_n.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BdwS2Pv2.js → RichTextSendBoxWrapper-CnALf0HB.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BdwS2Pv2.js.map → RichTextSendBoxWrapper-CnALf0HB.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-Bb_eg8bH.js → index-DHswXDHK.js} +320 -86
  7. package/dist/dist-cjs/communication-react/index-DHswXDHK.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +6 -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-component-bindings/src/handlers/createCommonHandlers.d.ts +25 -0
  13. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +54 -1
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +16 -0
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.d.ts +2 -1
  18. package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
  19. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +1 -1
  20. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +13 -2
  21. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +6 -3
  23. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  24. package/dist/dist-esm/communication-react/src/index.d.ts +4 -2
  25. package/dist/dist-esm/communication-react/src/index.js +2 -1
  26. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/Announcer.js +1 -1
  28. package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/CameraButton.js +10 -1
  30. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  31. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -2
  32. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +6 -1
  34. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -1
  36. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +6 -2
  38. package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
  39. package/dist/dist-esm/react-components/src/index.d.ts +3 -0
  40. package/dist/dist-esm/react-components/src/index.js +2 -0
  41. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +25 -3
  43. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +25 -3
  44. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +25 -3
  45. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +25 -3
  46. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +25 -3
  47. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +25 -3
  48. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.d.ts +8 -0
  49. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js +13 -0
  50. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -0
  51. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +692 -0
  52. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +25 -3
  53. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.d.ts +8 -0
  54. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js +13 -0
  55. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -0
  56. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +692 -0
  57. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +25 -3
  58. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +25 -3
  59. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +25 -3
  60. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +25 -3
  61. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +25 -3
  62. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +25 -3
  63. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +25 -3
  64. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +25 -3
  65. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +25 -3
  66. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +25 -3
  67. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +25 -3
  68. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +25 -3
  69. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +25 -3
  70. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +25 -3
  71. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +62 -0
  72. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
  73. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
  74. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +2 -0
  75. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  76. package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
  77. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  78. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -0
  80. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +30 -0
  81. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  82. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +44 -0
  83. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  84. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js +1 -1
  85. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/HoldPane.js.map +1 -1
  86. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js +1 -1
  87. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LobbyTile.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +6 -5
  89. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  90. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +16 -0
  91. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  92. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js +1 -1
  93. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/NoticePage.js.map +1 -1
  94. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.d.ts +4 -0
  95. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js +7 -0
  96. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/NetworkReconnectTile.styles.js.map +1 -1
  97. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -0
  98. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +22 -0
  99. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  100. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +43 -0
  101. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  102. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +5 -0
  103. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +8 -0
  104. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/index.d.ts +2 -0
  106. package/dist/dist-esm/react-composites/src/composites/index.js +2 -0
  107. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  108. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +2 -1
  109. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +2 -1
  110. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +2 -1
  111. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -1
  112. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -1
  113. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -1
  114. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.d.ts +8 -0
  115. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js +15 -0
  116. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -0
  117. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +413 -0
  118. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +2 -1
  119. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.d.ts +8 -0
  120. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js +15 -0
  121. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -0
  122. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +413 -0
  123. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -1
  124. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +2 -1
  125. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -1
  126. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -1
  127. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -1
  128. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +2 -1
  129. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -1
  130. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +2 -1
  131. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -1
  132. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -1
  133. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +2 -1
  134. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -1
  135. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -1
  136. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -1
  137. package/package.json +1 -1
  138. package/dist/dist-cjs/communication-react/index-Bb_eg8bH.js.map +0 -1
@@ -0,0 +1,413 @@
1
+ {
2
+ "call": {
3
+ "cameraLabel": "Camera",
4
+ "noCamerasLabel": "No cameras found",
5
+ "cameraPermissionDenied": "Your browser is blocking access to your camera",
6
+ "cameraTurnedOff": "Your camera is turned off",
7
+ "chatButtonLabel": "Chat",
8
+ "close": "Close",
9
+ "complianceBannerNowOnlyRecording": "You are now only recording this meeting.",
10
+ "complianceBannerNowOnlyTranscription": "You are now only transcribing this meeting.",
11
+ "complianceBannerRecordingAndTranscriptionSaved": "Recording and transcription are being saved.",
12
+ "complianceBannerRecordingAndTranscriptionStarted": "Recording and transcription have started.",
13
+ "complianceBannerRecordingAndTranscriptionStopped": "Recording and transcription have stopped.",
14
+ "complianceBannerRecordingSaving": "Recording is being saved.",
15
+ "complianceBannerRecordingStarted": "Recording has started.",
16
+ "complianceBannerRecordingStopped": "Recording has stopped.",
17
+ "complianceBannerTranscriptionStarted": "Transcription has started.",
18
+ "complianceBannerTranscriptionConsent": "By joining, you are giving consent for this meeting to be transcribed.",
19
+ "complianceBannerTranscriptionSaving": "Transcription is being saved.",
20
+ "complianceBannerTranscriptionStopped": "Transcription has stopped.",
21
+ "configurationPageTitle": "Start a call",
22
+ "copyInviteLinkButtonLabel": "Copy invite link",
23
+ "copyInviteLinkButtonActionedLabel": "Link copied",
24
+ "copyInviteLinkActionedAriaLabel": "Invite link copied",
25
+ "defaultPlaceHolder": "Select an option",
26
+ "dismissSidePaneButtonLabel": "Close",
27
+ "videoEffectsPaneTitle": "Effects",
28
+ "videoEffectsPaneBackgroundSelectionTitle": "Background",
29
+ "videoEffectsPaneAriaLabel": "Video effects pane",
30
+ "configurationPageVideoEffectsButtonLabel": "Effects",
31
+ "unableToStartVideoEffect": "Unable to apply video effect.",
32
+ "blurBackgroundEffectButtonLabel": "Blur",
33
+ "blurBackgroundTooltip": "Blur Background",
34
+ "removeBackgroundEffectButtonLabel": "None",
35
+ "removeBackgroundTooltip": "Remove Background",
36
+ "cameraOffBackgroundEffectWarningText": "Your camera is off. Turn on camera to see video effect.",
37
+ "failedToJoinCallDueToNoNetworkMoreDetails": "Call was disconnected due to a network issue. Check your connection and join again.",
38
+ "failedToJoinCallDueToNoNetworkTitle": "Call disconnected",
39
+ "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "You were not granted entry in the call. If this was a mistake, re-join the call.",
40
+ "failedToJoinTeamsMeetingReasonAccessDeniedTitle": "Dismissed from lobby",
41
+ "learnMore": "Learn more",
42
+ "leavingCallTitle": "Leaving...",
43
+ "leftCallMoreDetails": "If this was a mistake, re-join the call.",
44
+ "leftCallTitle": "You left the call",
45
+ "lobbyScreenConnectingToCallTitle": "Joining call",
46
+ "lobbyScreenWaitingToBeAdmittedTitle": "Waiting to be admitted",
47
+ "microphonePermissionDenied": "Your browser is blocking access to your microphone",
48
+ "microphoneToggleInLobbyNotAllowed": "Cannot mute or unmute while in lobby.",
49
+ "mutedMessage": "You're muted",
50
+ "networkReconnectMoreDetails": "Looks like something went wrong. We're trying to get back into the call.",
51
+ "networkReconnectTitle": "Hold on",
52
+ "notInvitedToRoomDetails": "You are not able to join this room because you do not have an invite.",
53
+ "notInvitedToRoomTitle": "Not invited to room",
54
+ "peopleButtonLabel": "People",
55
+ "selectedPeopleButtonLabel": "People Button Selected",
56
+ "peoplePaneTitle": "People",
57
+ "peoplePaneMoreButtonAriaLabel": "More",
58
+ "peopleButtonTooltipOpen": "Show participants",
59
+ "peopleButtonTooltipClose": "Hide participants",
60
+ "peoplePaneSubTitle": "In this call {numberOfPeople}",
61
+ "privacyPolicy": "Privacy policy",
62
+ "rejoinCallButtonLabel": "Re-join call",
63
+ "removedFromCallMoreDetails": "Another participant removed you from the call.",
64
+ "removedFromCallTitle": "You were removed",
65
+ "removeMenuLabel": "Remove",
66
+ "startSpotlightMenuLabel": "Spotlight for everyone",
67
+ "addSpotlightMenuLabel": "Add spotlight",
68
+ "stopSpotlightMenuLabel": "Stop spotlighting",
69
+ "stopSpotlightOnSelfMenuLabel": "Exit spotlight",
70
+ "spotlightLimitReachedMenuTitle": "Spotlight limit reached",
71
+ "stopAllSpotlightMenuLabel": "Stop all spotlights",
72
+ "returnToCallButtonAriaDescription": "Return to Call",
73
+ "returnToCallButtonAriaLabel": "Back",
74
+ "roomNotFoundDetails": "The room ID provided could not be found.",
75
+ "roomNotFoundTitle": "Room not found",
76
+ "roomNotValidDetails": "This room is not valid at this current time.",
77
+ "roomNotValidTitle": "Room not valid",
78
+ "inviteToRoomRemovedDetails": "Your invite to join this room was removed.",
79
+ "inviteToRoomRemovedTitle": "Invite to room removed",
80
+ "soundLabel": "Sound",
81
+ "noMicrophonesLabel": "No microphones found",
82
+ "noSpeakersLabel": "No speakers found",
83
+ "startCallButtonLabel": "Start call",
84
+ "openDialpadButtonLabel": "Dial phone number",
85
+ "peoplePaneAddPeopleButtonLabel": "Add People",
86
+ "dialpadStartCallButtonLabel": "Call",
87
+ "dialpadModalTitle": "Dial Phone Number",
88
+ "dialpadModalAriaLabel": "Dialpad",
89
+ "dialpadCloseModalButtonAriaLabel": "Close dialpad",
90
+ "moreButtonCallingLabel": "More",
91
+ "resumeCallButtonLabel": "Resume",
92
+ "resumingCallButtonLabel": "Resuming...",
93
+ "resumeCallButtonAriaLabel": "Resume call",
94
+ "resumingCallButtonAriaLabel": "Resume call",
95
+ "holdScreenLabel": "You're on hold",
96
+ "openDtmfDialpadLabel": "Show dialpad",
97
+ "dtmfDialpadPlaceholderText": "Enter number",
98
+ "outboundCallingNoticeString": "Calling...",
99
+ "participantJoinedNoticeString": "{displayName} joined",
100
+ "twoParticipantJoinedNoticeString": "{displayName1} and {displayName2} have joined",
101
+ "threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} and {displayName3} have joined",
102
+ "participantLeftNoticeString": "{displayName} left",
103
+ "twoParticipantLeftNoticeString": "{displayName1} and {displayName2} have left",
104
+ "threeParticipantLeftNoticeString": "{displayName1}, {displayName2} and {displayName3} have left",
105
+ "unnamedParticipantString": "unnamed participant",
106
+ "manyUnnamedParticipantsJoined": "unnamed participant and {numOfParticipants} other participants joined",
107
+ "manyUnnamedParticipantsLeft": "unnamed participant and {numOfParticipants} other participants left",
108
+ "manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",
109
+ "manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left",
110
+ "liveCaptionsLabel": "Live captions",
111
+ "captionsSettingsLabel": "Caption settings",
112
+ "startCaptionsButtonOnLabel": "Turn on captions",
113
+ "startCaptionsButtonOffLabel": "Turn off captions",
114
+ "startCaptionsButtonTooltipOnContent": "Turn off captions",
115
+ "startCaptionsButtonTooltipOffContent": "Turn on captions",
116
+ "captionsSettingsModalTitle": "Captions Settings",
117
+ "captionsSettingsSpokenLanguageDropdownLabel": "Spoken language",
118
+ "captionsSettingsCaptionLanguageDropdownLabel": "Captions language",
119
+ "captionsSettingsSpokenLanguageDropdownInfoText": "Language that everyone on this call is speaking.",
120
+ "captionsSettingsCaptionLanguageDropdownInfoText": "Captions will appear in this langugage.",
121
+ "captionsSettingsConfirmButtonLabel": "Confirm",
122
+ "captionsSettingsCancelButtonLabel": "Cancel",
123
+ "captionsSettingsModalAriaLabel": "Captions Setting Modal",
124
+ "captionsSettingsCloseModalButtonAriaLabel": "Close Captions Setting",
125
+ "captionsBannerMoreButtonCallingLabel": "More",
126
+ "captionsBannerMoreButtonTooltip": "More options",
127
+ "dismissModalAriaLabel": "Local and remote picture and picture, press enter to return to call",
128
+ "callRejectedTitle": "The call could not be completed",
129
+ "callRejectedMoreDetails": "The person you are trying to reach is unavailable. Please try again later.",
130
+ "callTimeoutTitle": "The call could not be completed",
131
+ "callTimeoutDetails": "The person you are trying to reach is unavailable. Please try again later.",
132
+ "callTimeoutBotTitle": "The call could not be completed",
133
+ "callTimeoutBotDetails": "The service that you are trying to reach is unavailable. Please try again later.",
134
+ "dtmfDialerButtonLabel": "Dialpad",
135
+ "dtmfDialerButtonTooltipOn": "Show dialpad",
136
+ "dtmfDialerButtonTooltipOff": "Hide dialpad",
137
+ "dtmfDialerMoreButtonLabelOn": "Show dialpad",
138
+ "dtmfDialerMoreButtonLabelOff": "Hide dialpad",
139
+ "phoneCallMoreButtonLabel": "Phone Call",
140
+ "spokenLanguageStrings": {
141
+ "ar-ae": "Arabic - U.A.E.",
142
+ "ar-sa": "Arabic - Saudi Arabia",
143
+ "da-dk": "Danish",
144
+ "de-de": "German - Germany",
145
+ "en-au": "English - Australia",
146
+ "en-ca": "English - Canada",
147
+ "en-gb": "English - United Kingdom",
148
+ "en-in": "English - India",
149
+ "en-nz": "English - New Zealand",
150
+ "en-us": "English - United States",
151
+ "es-es": "Spanish - Spain (Modern Sort)",
152
+ "es-mx": "Spanish - Mexico",
153
+ "fi-fi": "Finnish",
154
+ "fr-ca": "French - Canada",
155
+ "fr-fr": "French - France",
156
+ "hi-in": "Hindi",
157
+ "it-it": "Italian - Italy",
158
+ "ja-jp": "Japanese",
159
+ "ko-kr": "Korean",
160
+ "nb-no": "Norwegian (Bokmål)",
161
+ "nl-be": "Dutch - Belgium",
162
+ "nl-nl": "Dutch - Netherlands",
163
+ "pl-pl": "Polish",
164
+ "pt-br": "Portuguese - Brazil",
165
+ "ru-ru": "Russian",
166
+ "sv-se": "Swedish",
167
+ "zh-cn": "Chinese - People's Republic of China",
168
+ "zh-hk": "Chinese - Hong Kong SAR",
169
+ "cs-cz": "Czech",
170
+ "pt-pt": "Portuguese - Portugal",
171
+ "tr-tr": "Turkish",
172
+ "vi-vn": "Vietnamese",
173
+ "th-th": "Thai",
174
+ "he-il": "Hebrew",
175
+ "cy-gb": "Welsh",
176
+ "uk-ua": "Ukrainian",
177
+ "el-gr": "Greek",
178
+ "hu-hu": "Hungarian",
179
+ "ro-ro": "Romanian",
180
+ "sk-sk": "Slovak",
181
+ "zh-tw": "Chinese - Taiwan"
182
+ },
183
+ "captionLanguageStrings": {
184
+ "ar": "Arabic",
185
+ "da": "Danish",
186
+ "de": "German",
187
+ "en": "English",
188
+ "es": "Spanish",
189
+ "fi": "Finnish",
190
+ "fr-ca": "French - Canada",
191
+ "fr": "French - France",
192
+ "hi": "Hindi",
193
+ "it": "Italian",
194
+ "ja": "Japanese",
195
+ "ko": "Korean",
196
+ "nb": "Norwegian (Bokmål)",
197
+ "nl": "Dutch",
198
+ "pl": "Polish",
199
+ "pt": "Portuguese - Brazil",
200
+ "ru": "Russian",
201
+ "sv": "Swedish",
202
+ "zh-Hans": "Chinese (Simplified)",
203
+ "zh-Hant": "Chinese (Traditional)",
204
+ "cs": "Czech",
205
+ "pt-pt": "Portuguese - Portugal",
206
+ "tr": "Turkish",
207
+ "vi": "Vietnamese",
208
+ "th": "Thai",
209
+ "he": "Hebrew",
210
+ "cy": "Welsh",
211
+ "uk": "Ukrainian",
212
+ "el": "Greek",
213
+ "hu": "Hungarian",
214
+ "ro": "Romanian",
215
+ "sk": "Slovak"
216
+ },
217
+ "captionsBannerSpinnerText": "Starting captions...",
218
+ "transferPageTransferorText": "Transferring...",
219
+ "transferPageTransferTargetText": "Connecting...",
220
+ "transferPageUnknownTransferorDisplayName": "Unknown",
221
+ "transferPageUnknownTransferTargetDisplayName": "Unknown",
222
+ "transferPageNoticeString": "You are being transferred",
223
+ "participantCouldNotBeReachedTitle": "Target participant is currently not available",
224
+ "participantCouldNotBeReachedMoreDetails": "Please contact participant when they are available",
225
+ "permissionToReachTargetParticipantNotAllowedTitle": "Permission to reach target participant is not allowed",
226
+ "permissionToReachTargetParticipantNotAllowedMoreDetails": "Please check that the target participant is in the same tenant",
227
+ "unableToResolveTenantTitle": "Unable to resolve tenant id for the target participant",
228
+ "unableToResolveTenantMoreDetails": "Please check the participant id is entered correctly",
229
+ "participantIdIsMalformedTitle": "Participant id is not in the correct format",
230
+ "participantIdIsMalformedMoreDetails": "Please check that the participant id is in the correct format",
231
+ "moreButtonGalleryControlLabel": "View",
232
+ "moreButtonGalleryPositionToggleLabel": "Move gallery to top",
233
+ "moreButtonGallerySpeakerLayoutLabel": "Speaker",
234
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Dynamic",
235
+ "moreButtonGalleryDefaultLayoutLabel": "Gallery view",
236
+ "moreButtonGalleryFocusedContentLayoutLabel": "Focus on content",
237
+ "moreButtonLargeGalleryDefaultLayoutLabel": "Large Gallery",
238
+ "capabilityChangedNotification": {
239
+ "turnVideoOn": {
240
+ "lostDueToMeetingOption": "Your camera has been disabled. You can no longer share video.",
241
+ "grantedDueToMeetingOption": "Your camera has been enabled. Turn it on if you'd like to share video."
242
+ },
243
+ "unmuteMic": {
244
+ "lostDueToMeetingOption": "Your mic has been disabled. You can no longer unmute.",
245
+ "grantedDueToMeetingOption": "Your mic has been enabled. Unmute if you'd like to speak."
246
+ },
247
+ "shareScreen": {
248
+ "lostDueToRoleChangeToAttendee": "Your role has been changed. Some actions, like sharing content, won't be available to you.",
249
+ "grantedDueToRoleChangeToPresenter": "You're a presenter. You can share content and facilitate the meeting."
250
+ },
251
+ "hideAttendeeNames": {
252
+ "hideAttendeeNameAttendee": "Your name is hidden from other attendees. Organizers and presenters can see your real name.",
253
+ "hideAttendeeNamePresenter": "Attendee names are hidden. Only organizers and presenters can see names to protect attendee privacy."
254
+ }
255
+ },
256
+ "surveyTitle": "Help us improve",
257
+ "starSurveyHelperText": "How was the quality of the call?",
258
+ "starSurveyOneStarText": "The quality was bad.",
259
+ "starSurveyTwoStarText": "The quality was poor.",
260
+ "starSurveyThreeStarText": "The quality was good.",
261
+ "starSurveyFourStarText": "The quality was great.",
262
+ "starSurveyFiveStarText": "The quality was excellent.",
263
+ "surveyConfirmButtonLabel": "Send Feedback",
264
+ "starRatingAriaLabel": "Select {0} of {1} stars",
265
+ "surveySkipButtonLabel": "Skip",
266
+ "tagsSurveyQuestion": "What could have been better?",
267
+ "tagsSurveyTextFieldDefaultText": "Other, please specify",
268
+ "tagsSurveyHelperText": "Check any issues you experienced",
269
+ "endOfSurveyText": "Thank you for your feedback!",
270
+ "surveyIssues": {
271
+ "overallRating": {
272
+ "callCannotJoin": "I could not join call",
273
+ "callCannotInvite": "I could not invite others into the call",
274
+ "hadToRejoin": "I had to rejoin the call",
275
+ "callEndedUnexpectedly": "Call ended for me unexpectedly",
276
+ "otherIssues": "I was having other issues with the call"
277
+ },
278
+ "audioRating": {
279
+ "noLocalAudio": "The other side could not hear any sound",
280
+ "noRemoteAudio": "I could not hear any sound",
281
+ "echo": "I heard echos on the call",
282
+ "audioNoise": "I heard noise on the call",
283
+ "lowVolume": "Volume was low",
284
+ "audioStoppedUnexpectedly": "Audio stopped unexpectedly",
285
+ "distortedSpeech": "Audio was distorted",
286
+ "audioInterruption": "Audio was interrupted",
287
+ "otherIssues": "I was having other audio issues in this call"
288
+ },
289
+ "videoRating": {
290
+ "noVideoReceived": "I could not see any video",
291
+ "noVideoSent": "Others could not see me",
292
+ "lowQuality": "Video quality was low",
293
+ "freezes": "Video frozen",
294
+ "stoppedUnexpectedly": "Video stopped unexpectedly",
295
+ "darkVideoReceived": "I can only see dark screens when others turn on their camera",
296
+ "audioVideoOutOfSync": "Audio and Video was out of sync",
297
+ "otherIssues": "I was having other video issues in this call"
298
+ },
299
+ "screenshareRating": {
300
+ "noContentLocal": "Other people could not see my screenshare",
301
+ "noContentRemote": "I could not see other people's screenshare",
302
+ "cannotPresent": "I could not present my screen",
303
+ "lowQuality": "Screen share quality was low",
304
+ "freezes": "Screen share frozen",
305
+ "stoppedUnexpectedly": "Screen share stopped unexpectedly",
306
+ "largeDelay": "Screen share has a large delay",
307
+ "otherIssues": "I was having other screen share issues in this call"
308
+ }
309
+ },
310
+ "surveyIssuesHeadingStrings": {
311
+ "overallRating": "Overall",
312
+ "audioRating": "Audio",
313
+ "videoRating": "Video",
314
+ "screenshareRating": "Presenting"
315
+ },
316
+ "spotlightPrompt": {
317
+ "startSpotlightHeading": "Spotlight for everyone?",
318
+ "startSpotlightText": "You'll highlight this video for everyone in the meeting.",
319
+ "startSpotlightOnSelfText": "You'll highlight your video for everyone in the meeting.",
320
+ "startSpotlightConfirmButtonLabel": "Spotlight for everyone",
321
+ "startSpotlightCancelButtonLabel": "Cancel",
322
+ "stopSpotlightHeading": "Stop spotlighting this video?",
323
+ "stopSpotlightOnSelfHeading": "Exit spotlight?",
324
+ "stopAllSpotlightHeading": "Stop spotlighting all videos?",
325
+ "stopSpotlightText": "This video will no longer be highlighted for everyone in the meeting.",
326
+ "stopSpotlightOnSelfText": "Your video will no longer be highlighted for everyone in the meeting.",
327
+ "stopAllSpotlightText": "The videos will no longer be highlighted for everyone in the meeting.",
328
+ "stopSpotlightConfirmButtonLabel": "Stop spotlighting",
329
+ "stopSpotlightOnSelfConfirmButtonLabel": "Exit spotlight",
330
+ "stopSpotlightCancelButtonLabel": "Cancel",
331
+ "closeSpotlightPromptButtonLabel": "Close"
332
+ },
333
+ "exitSpotlightButtonLabel": "Exit spotlight",
334
+ "exitSpotlightButtonTooltip": "Exit spotlight",
335
+ "leaveConfirmButtonLabel": "Leave",
336
+ "endCallConfirmButtonLabel": "End call",
337
+ "hangUpCancelButtonLabel": "Cancel",
338
+ "leaveConfirmDialogTitle": "Leave the call?",
339
+ "leaveConfirmDialogContent": "Are you sure you want to leave the call?",
340
+ "endCallConfirmDialogTitle": "End the call?",
341
+ "endCallConfirmDialogContent": "You'll end the call for everyone.",
342
+ "invalidMeetingIdentifier": "Invalid meeting ID or passcode",
343
+ "pinParticipantMenuLabel": "Pin for me",
344
+ "pinParticipantLimitReachedMenuLabel": "Pin (limit reached)",
345
+ "unpinParticipantMenuLabel": "Unpin",
346
+ "pinParticipantMenuItemAriaLabel": "Pin for me",
347
+ "unpinParticipantMenuItemAriaLabel": "Unpin",
348
+ "muteAllMenuLabel": "Mute all",
349
+ "muteAllDialogTitle": "Mute everyone?",
350
+ "muteAllDialogContent": "This will mute everyone in the meeting but you.",
351
+ "muteAllConfirmButtonLabel": "Mute all",
352
+ "muteAllCancelButtonLabel": "Cancel",
353
+ "joinBreakoutRoomButtonLabel": "Join breakout room",
354
+ "returnFromBreakoutRoomButtonLabel": "Leave room",
355
+ "leaveBreakoutRoomAndMeetingButtonLabel": "Leave meeting",
356
+ "breakoutRoomJoinedNotificationTitle": "You've joined Breakout room '{roomName}'",
357
+ "joinBreakoutRoomBannerTitle": "Breakout room '{roomName}' is open",
358
+ "joinBreakoutRoomBannerButtonLabel": "Join",
359
+ "returnFromBreakoutRoomBannerTitle": "Return to main meeting",
360
+ "returnFromBreakoutRoomBannerButtonLabel": "Rejoin"
361
+ },
362
+ "chat": {
363
+ "chatListHeader": "In this chat",
364
+ "uploadAttachment": "Upload Attachment",
365
+ "uploadImageDataNotProvided": "Image data is not provided.",
366
+ "uploadImageIsTooLarge": "Image is too large. Choose one that's less than {maxImageSize} MB.",
367
+ "uploadImageExtensionIsNotAllowed": "Uploading .{imageExtension} image is not allowed.",
368
+ "uploadImageFailed": "Unable to upload image. Please try again later."
369
+ },
370
+ "callWithChat": {
371
+ "chatButtonLabel": "Chat",
372
+ "chatButtonNewMessageNotificationLabel": "New Message",
373
+ "chatButtonTooltipClosedWithMessageCount": "Show chat ({unreadMessagesCount} unread)",
374
+ "chatButtonTooltipClose": "Hide chat",
375
+ "chatButtonTooltipOpen": "Show chat",
376
+ "chatPaneTitle": "Chat",
377
+ "copyInviteLinkButtonLabel": "Copy invite link",
378
+ "copyInviteLinkButtonActionedLabel": "Link copied",
379
+ "copyInviteLinkActionedAriaLabel": "Invite link copied",
380
+ "dismissSidePaneButtonLabel": "Close",
381
+ "moreDrawerAudioDeviceMenuTitle": "Audio Device",
382
+ "moreDrawerButtonLabel": "More options",
383
+ "moreDrawerButtonTooltip": "More options",
384
+ "moreDrawerMicrophoneMenuTitle": "Microphone",
385
+ "moreDrawerSpeakerMenuTitle": "Speaker",
386
+ "moreDrawerCaptionsMenuTitle": "Live captions",
387
+ "moreDrawerSpokenLanguageMenuTitle": "Spoken language",
388
+ "moreDrawerCaptionLanguageMenuTitle": "Caption language",
389
+ "moreDrawerGalleryOptionsMenuTitle": "Gallery options",
390
+ "peopleButtonLabel": "People",
391
+ "selectedPeopleButtonLabel": "People Button Selected",
392
+ "peopleButtonTooltipOpen": "Show participants",
393
+ "peopleButtonTooltipClose": "Hide participants",
394
+ "peopleButtonTooltipOpenAriaLabel": "People button, Show participants",
395
+ "peopleButtonTooltipCloseAriaLabel": "People button, Hide participants",
396
+ "peoplePaneSubTitle": "In this call",
397
+ "peoplePaneTitle": "People",
398
+ "pictureInPictureTileAriaLabel": "Video Feeds. Click to return to call screen.",
399
+ "removeMenuLabel": "Remove",
400
+ "openDialpadButtonLabel": "Dial phone number",
401
+ "returnToCallButtonAriaDescription": "Return to Call",
402
+ "returnToCallButtonAriaLabel": "Back",
403
+ "peoplePaneAddPeopleButtonLabel": "Add People",
404
+ "dialpadStartCallButtonLabel": "Call",
405
+ "dialpadModalTitle": "Dial Phone Number",
406
+ "dialpadModalAriaLabel": "Dialpad",
407
+ "dialpadCloseModalButtonAriaLabel": "Close dialpad",
408
+ "openDtmfDialpadLabel": "Show dialpad",
409
+ "dtmfDialpadPlaceholderText": "Enter number",
410
+ "breakoutRoomChatPaneTitle": "Breakout Room Chat",
411
+ "chatContentSpinnerLabel": "Loading..."
412
+ }
413
+ }
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Les vidéo n’apparaissent plus en surbrillance pour tous les participants à la réunion.",
328
328
  "stopSpotlightConfirmButtonLabel": "Arrêter la mise en évidence",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Quitter la mise en évidence",
330
- "stopSpotlightCancelButtonLabel": "Annuler"
330
+ "stopSpotlightCancelButtonLabel": "Annuler",
331
+ "closeSpotlightPromptButtonLabel": "Fermez"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Quitter la mise en évidence",
333
334
  "exitSpotlightButtonTooltip": "Quitter la mise en évidence",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "סרטוני הווידאו לא יסומנו עוד עבור כל האנשים בפגישה.",
328
328
  "stopSpotlightConfirmButtonLabel": "הפסק להציב זרקור",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "צא מזרקור",
330
- "stopSpotlightCancelButtonLabel": "ביטול"
330
+ "stopSpotlightCancelButtonLabel": "ביטול",
331
+ "closeSpotlightPromptButtonLabel": "סגור"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "צא מהזרקור",
333
334
  "exitSpotlightButtonTooltip": "צא מהזרקור",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "I video non saranno più in evidenza per tutti i partecipanti della riunione.",
328
328
  "stopSpotlightConfirmButtonLabel": "Smetti di mettere in evidenza",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Esci da visualizzazione in evidenza",
330
- "stopSpotlightCancelButtonLabel": "Annulla"
330
+ "stopSpotlightCancelButtonLabel": "Annulla",
331
+ "closeSpotlightPromptButtonLabel": "Chiudi"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Esci da visualizzazione in evidenza",
333
334
  "exitSpotlightButtonTooltip": "Esci da visualizzazione in evidenza",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "ビデオは、会議の全員に対して強調表示されなくなります。",
328
328
  "stopSpotlightConfirmButtonLabel": "スポットライトの設定を解除",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "スポットライトを終了",
330
- "stopSpotlightCancelButtonLabel": "キャンセル"
330
+ "stopSpotlightCancelButtonLabel": "キャンセル",
331
+ "closeSpotlightPromptButtonLabel": "閉じる"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "スポットライトを終了",
333
334
  "exitSpotlightButtonTooltip": "スポットライトを終了",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "해당 비디오는 모임에 참석한 모든 사용자에 대해 더 이상 강조되지 않습니다.",
328
328
  "stopSpotlightConfirmButtonLabel": "스포트라이트 중지",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "스포트라이트 종료",
330
- "stopSpotlightCancelButtonLabel": "취소"
330
+ "stopSpotlightCancelButtonLabel": "취소",
331
+ "closeSpotlightPromptButtonLabel": "닫기"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "스포트라이트 종료",
333
334
  "exitSpotlightButtonTooltip": "스포트라이트 종료",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Videoene vil ikke lenger være uthevet for alle i møtet.",
328
328
  "stopSpotlightConfirmButtonLabel": "Fjern fra rampelyset",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Rampelys av",
330
- "stopSpotlightCancelButtonLabel": "Avbryt"
330
+ "stopSpotlightCancelButtonLabel": "Avbryt",
331
+ "closeSpotlightPromptButtonLabel": "Lukk"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Rampelys av",
333
334
  "exitSpotlightButtonTooltip": "Rampelys av",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "De video's worden niet meer gemarkeerd voor iedereen in de vergadering.",
328
328
  "stopSpotlightConfirmButtonLabel": "Spotlighten stoppen",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Spotlight afsluiten",
330
- "stopSpotlightCancelButtonLabel": "Annuleren"
330
+ "stopSpotlightCancelButtonLabel": "Annuleren",
331
+ "closeSpotlightPromptButtonLabel": "Sluiten"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Spotlight afsluiten",
333
334
  "exitSpotlightButtonTooltip": "Spotlight afsluiten",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Klipy wideo nie będą już wyróżniane dla wszystkich osób na spotkaniu.",
328
328
  "stopSpotlightConfirmButtonLabel": "Zatrzymaj wyróżnianie",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Zakończ wyróżnienie",
330
- "stopSpotlightCancelButtonLabel": "Anuluj"
330
+ "stopSpotlightCancelButtonLabel": "Anuluj",
331
+ "closeSpotlightPromptButtonLabel": "Zamknij"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Wyjdź z ważnych informacji",
333
334
  "exitSpotlightButtonTooltip": "Wyjdź z ważnych informacji",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Os vídeos não serão mais destacados para todos na reunião.",
328
328
  "stopSpotlightConfirmButtonLabel": "Parar de destacar",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Sair do destaque",
330
- "stopSpotlightCancelButtonLabel": "Cancelar"
330
+ "stopSpotlightCancelButtonLabel": "Cancelar",
331
+ "closeSpotlightPromptButtonLabel": "Fechar"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Sair do destaque",
333
334
  "exitSpotlightButtonTooltip": "Sair do destaque",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Видео больше не будут выделены для всех участников собрания.",
328
328
  "stopSpotlightConfirmButtonLabel": "Больше не помечать важное",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Выйти из важного",
330
- "stopSpotlightCancelButtonLabel": "Отмена"
330
+ "stopSpotlightCancelButtonLabel": "Отмена",
331
+ "closeSpotlightPromptButtonLabel": "Закрыть"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Выйти из важного",
333
334
  "exitSpotlightButtonTooltip": "Выйти из важного",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Videorna kommer inte längre att markeras för alla i mötet.",
328
328
  "stopSpotlightConfirmButtonLabel": "Sluta uppmärksamma",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Spotlight",
330
- "stopSpotlightCancelButtonLabel": "Avbryt"
330
+ "stopSpotlightCancelButtonLabel": "Avbryt",
331
+ "closeSpotlightPromptButtonLabel": "Stäng"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Spotlight",
333
334
  "exitSpotlightButtonTooltip": "Spotlight",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "Artık videolar toplantıdaki herkes için öne çıkarılmayacak.",
328
328
  "stopSpotlightConfirmButtonLabel": "Öne çıkarmayı durdur",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "Öne çıkarmadan çık",
330
- "stopSpotlightCancelButtonLabel": "İptal"
330
+ "stopSpotlightCancelButtonLabel": "İptal",
331
+ "closeSpotlightPromptButtonLabel": "Kapat"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "Öne çıkarmadan çık",
333
334
  "exitSpotlightButtonTooltip": "Öne çıkarmadan çık",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "将不再对会议中的每个人突出显示该视频。",
328
328
  "stopSpotlightConfirmButtonLabel": "停止聚焦",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "退出聚焦",
330
- "stopSpotlightCancelButtonLabel": "取消"
330
+ "stopSpotlightCancelButtonLabel": "取消",
331
+ "closeSpotlightPromptButtonLabel": "关闭"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "退出聚焦",
333
334
  "exitSpotlightButtonTooltip": "退出聚焦",
@@ -327,7 +327,8 @@
327
327
  "stopAllSpotlightText": "不會再向會議中的每個人醒目提示此影片。",
328
328
  "stopSpotlightConfirmButtonLabel": "停止選為精選",
329
329
  "stopSpotlightOnSelfConfirmButtonLabel": "結束精選",
330
- "stopSpotlightCancelButtonLabel": "取消"
330
+ "stopSpotlightCancelButtonLabel": "取消",
331
+ "closeSpotlightPromptButtonLabel": "關閉"
331
332
  },
332
333
  "exitSpotlightButtonLabel": "結束精選",
333
334
  "exitSpotlightButtonTooltip": "結束精選",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.21.0-alpha-202411080015",
3
+ "version": "1.21.0-alpha-202411100017",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [