@azure/communication-react 1.18.0-alpha-202407180014 → 1.18.0-alpha-202407200014
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +71 -18
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js → ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js} +27 -6
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +1 -0
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js → RichTextSendBoxWrapper-F6eqVXer.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CaXswhPn.js.map → RichTextSendBoxWrapper-F6eqVXer.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-B3X0l4SB.js → index-BJO_NOTU.js} +658 -367
 - package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +15 -7
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +2 -8
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +14 -2
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +17 -0
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +49 -0
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +1 -0
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +9 -1
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +16 -0
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
 - package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
 - package/dist/dist-esm/communication-react/src/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +14 -8
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +8 -2
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +6 -4
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +2 -12
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +25 -4
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +8 -6
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +12 -3
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +27 -3
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +9 -15
 - package/dist/dist-esm/react-components/src/components/MessageThread.js +10 -1
 - package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +28 -22
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +49 -0
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +16 -4
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +20 -2
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/index.d.ts +2 -1
 - package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +15 -17
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -0
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +1 -5
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +0 -21
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +9 -1
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +10 -2
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +101 -63
 - package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +8 -2
 - package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +102 -64
 - package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +101 -63
 - package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +106 -68
 - package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +105 -67
 - package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +104 -66
 - package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +102 -64
 - package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +100 -62
 - package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +99 -61
 - package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +100 -62
 - package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +101 -63
 - package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +100 -62
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +66 -31
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +49 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +48 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +1 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +33 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +198 -6
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +2 -5
 - package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +4 -0
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js +4 -0
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +6 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
 - package/package.json +14 -14
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Bi4Or6hk.js.map +0 -1
 - package/dist/dist-cjs/communication-react/index-B3X0l4SB.js.map +0 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +0 -12
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +0 -115
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +0 -1
 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Failed to send",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Edited",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} says",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{author} said {message}",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "You said {message}",
         
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} {author} said {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} You said {message}",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Edit your message",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "New messages",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Delete column",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Delete row",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Delete table",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "More options"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "More options",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Uploading... Please wait."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "You are offline",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "There was an issue starting screen share.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "Failed to stop screen sharing",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "Network quality is low.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "Network quality is low.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "Unable to apply video effect.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "You were muted by another participant."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "You are offline.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "Unable to access chat services",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Please check the user credentials provided",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "You are no longer in this chat thread.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Failed to send message",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "You are no longer in this chat thread",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Failed to send message.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
267 
     | 
    
         
             
                        "title": "Troubling connecting call",
         
     | 
| 
       287 
268 
     | 
    
         
             
                        "message": "You seem to be offline. Please check your network connection and try again.",
         
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "Failed to start video.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "Failed to stop video.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "Failed to mute microphone.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "Failed to unmute microphone.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
288 
     | 
    
         
             
                        "title": "You're muted.",
         
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "There was an issue starting screen share.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "Failed to stop screen sharing.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "Network quality is low.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "Network quality is low.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Join this call from your phone for better sound. You can continue viewing the meeting on this device.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Join by Phone"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "No speakers or headphones found",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Connect an audio device to hear the call.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "No microphones found",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Connect an audio input device.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       339 
326 
     | 
    
         
             
                        "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "You are muted by your system.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Your microphone recovered and you were unmuted by your system.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Grant microphone permission in your macOS privacy settings.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "Network bandwidth is poor",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Your video may appear paused for others on the call.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
348 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
353 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       367 
354 
     | 
    
         
             
                        "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
358 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "It may already be in use by another application.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "Your video has been stopped by your system.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "Your video has resumed.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "MacOS is blocking access to your camera",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Update your privacy settings to allow this browser to access your camera.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "MacOS is blocking screen sharing",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Update your privacy settings to allow this browser to record your screen.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "Failed to join call.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "Unable to join Meeting. Invalid Link.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Users in the call are having issues seeing your video",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Please check your devices and network.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "Unable to apply video effect.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "Cannot start spotlight on participant(s)",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "The maximum number of participants are already spotlighted.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "You were muted by another participant.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "Recording has started.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "By joining, you are giving consent for this meeting to be transcribed.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "Transcription has started.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "By joining, you are giving consent for this meeting to be transcribed.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "Recording is being saved.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "Recording has stopped.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "Transcription is being saved.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "Transcription has stopped.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "Recording and transcription have started.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "By joining, you are giving consent for this meeting to be transcribed.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "Recording and transcription are being saved.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "Recording and transcription have stopped.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "Recording has stopped.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "You are now only transcribing this meeting.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "Transcription has stopped.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "You are now only recording this meeting.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Close"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Spotlight limit reached",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Attendee"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Attendee",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Mute"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Enter phone number",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Wait to be admitted by organiser",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "No phone available",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Toll-free)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Toll)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Unknown User",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Incoming call",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Accept with audio",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Accept with video",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Reject"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     | 
| 
         @@ -58,7 +58,11 @@ 
     | 
|
| 
       58 
58 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Delete row",
         
     | 
| 
       59 
59 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Delete table",
         
     | 
| 
       60 
60 
     | 
    
         
             
                    "richTextToolbarMoreButtonAriaLabel": "More options",
         
     | 
| 
       61 
     | 
    
         
            -
                    "attachmentMoreMenu": "More Options"
         
     | 
| 
      
 61 
     | 
    
         
            +
                    "attachmentMoreMenu": "More Options",
         
     | 
| 
      
 62 
     | 
    
         
            +
                    "richTextNewBulletedListItemAnnouncement": "Bullet, new line",
         
     | 
| 
      
 63 
     | 
    
         
            +
                    "richTextNewNumberedListItemAnnouncement": "{0}, new line",
         
     | 
| 
      
 64 
     | 
    
         
            +
                    "richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
         
     | 
| 
      
 65 
     | 
    
         
            +
                    "richTextNumberedListAppliedAnnouncement": "Numbered list applied"
         
     | 
| 
       62 
66 
     | 
    
         
             
                },
         
     | 
| 
       63 
67 
     | 
    
         
             
                "mentionPopover": {
         
     | 
| 
       64 
68 
     | 
    
         
             
                    "mentionPopoverHeader": "Suggestions"
         
     | 
| 
         @@ -221,7 +225,9 @@ 
     | 
|
| 
       221 
225 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Delete row",
         
     | 
| 
       222 
226 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Delete table",
         
     | 
| 
       223 
227 
     | 
    
         
             
                    "richTextToolbarMoreButtonAriaLabel": "More options",
         
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "Uploading... Please wait."
         
     | 
| 
      
 228 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Uploading... Please wait.",
         
     | 
| 
      
 229 
     | 
    
         
            +
                    "richTextNewBulletedListItemAnnouncement": "Bullet, new line",
         
     | 
| 
      
 230 
     | 
    
         
            +
                    "richTextNewNumberedListItemAnnouncement": "{0}, new line"
         
     | 
| 
       225 
231 
     | 
    
         
             
                },
         
     | 
| 
       226 
232 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
233 
     | 
    
         
             
                    "unableToReachChatService": "You are offline",
         
     | 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Error al enviar",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Editado",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} dice",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{author} dijo {message}",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": " 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} {author} dijo {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} Usted dijo {message}",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "El mensaje supera el límite de {limitNumber} caracteres",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Editar el mensaje",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Mensajes nuevos",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Eliminar columna",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Eliminar fila",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Eliminar tabla",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Más opciones"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Más opciones",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Cargando... Espere."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "Sin conexión",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "Hubo un problema al iniciar la pantalla compartida.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "No se pudo detener la pantalla compartida",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "La calidad de la red es baja.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "La calidad de la red es baja.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "No se puede acceder al micrófono. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Los usuarios de la llamada tienen problemas para ver el vídeo. Compruebe los dispositivos y la red.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "No se puede aplicar el efecto de vídeo.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "No se puede iniciar el primer plano en los participantes porque el número máximo de participantes ya está puesto en primer plano."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "No se puede iniciar el primer plano en los participantes porque el número máximo de participantes ya está puesto en primer plano.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "Otro participante lo ha silenciado."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "Está desconectado.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "No se puede acceder a los servicios de chat",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Compruebe las credenciales de usuario proporcionadas",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "Ya no está en este hilo de chat.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Error al enviar el mensaje.",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "Ya no está en este hilo de chat",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Error al enviar un mensaje.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
267 
     | 
    
         
             
                        "title": "Llamada de conexión perturbadora",
         
     | 
| 
       287 
268 
     | 
    
         
             
                        "message": "Parece que estás desconectado. Compruebe la conexión de red e inténtelo de nuevo.",
         
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "No se pudo iniciar el vídeo.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "No se pudo detener el vídeo.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "No se pudo silenciar el micrófono.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "No se pudo reactivar el micrófono.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
288 
     | 
    
         
             
                        "title": "Estás silenciado.",
         
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "Hubo un problema al iniciar la pantalla compartida.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "No se pudo detener la pantalla compartida.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "La calidad de la red es baja.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "La calidad de la red es baja.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Únete a esta llamada desde el teléfono para obtener un mejor sonido. Puede seguir viendo la reunión en este dispositivo.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Unirse por Teléfono"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "No se encontraron altavoces ni auriculares",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Conecta un dispositivo de audio para escuchar la llamada.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "No se han encontrado micrófonos",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Conecta un dispositivo de entrada de audio.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       339 
326 
     | 
    
         
             
                        "message": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "Su sistema ha silenciado su audio.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Su micrófono se ha recuperado y el sistema ha activado el audio.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Conceda permiso al micrófono en la configuración de privacidad de macOS.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "El ancho de banda de red es deficiente",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
348 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
353 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       367 
354 
     | 
    
         
             
                        "message": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
358 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "Puede que ya la esté usando otra aplicación.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "El sistema ha detenido el vídeo.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "El vídeo se ha reanudado.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "MacOS está bloqueando el acceso a la cámara",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Actualiza la configuración de privacidad para permitir que este explorador acceda a la cámara.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "MacOS está bloqueando la pantalla compartida",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "No se pudo unir a la llamada.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "No se puede unir a la reunión. Vínculo no válido.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Los usuarios de la llamada tienen problemas para ver el vídeo",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Compruebe los dispositivos y la red.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "No se puede aplicar el efecto de vídeo.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "No se puede poner primer plano a los participantes",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "Ya está puesto en primer plano el número máximo de participantes.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "Otro participante lo ha silenciado.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "La grabación se ha iniciado.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "Al unirse, da su consentimiento para que se transcriba esta reunión.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "La transcripción se ha iniciado.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "Al unirse, da su consentimiento para que se transcriba esta reunión.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "La grabación se está guardando.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "La grabación se ha detenido.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "Se está guardando la transcripción.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "La transcripción se ha detenido.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "Se han iniciado la grabación y la transcripción.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "Al unirse, da su consentimiento para que se transcriba esta reunión.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "Se están guardando la grabación y la transcripción.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "Se han detenido la grabación y la transcripción.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "La grabación se ha detenido.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "Solo está transcribiendo esta reunión.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "La transcripción se ha detenido.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "Solo está grabando esta reunión.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Cerrar"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Se alcanzó el límite de primer plano",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Dejar de poner en primer plano",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Primer plano",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Asistente"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Asistente",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Silenciar"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Introduzca el número de teléfono",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Escribir el id. de reunión",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Esperar a ser admitido por el organizador",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "No hay teléfono disponible",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Número gratuito)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Número de pago)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Usuario desconocido",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Llamada entrante",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Aceptar con audio",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Aceptar con vídeo",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Rechazar"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     |