@azure/communication-react 1.18.0-alpha-202407191547 → 1.18.0-alpha-202407262302
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 +15 -23
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +5 -33
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-BWVQuckY.js → index-BSczaURy.js} +184 -249
 - package/dist/dist-cjs/communication-react/index-BSczaURy.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-component-bindings/src/baseSelectors.d.ts +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +4 -35
 - 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.js +1 -6
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +14 -21
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.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 +17 -15
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.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/SendBoxUtils.d.ts +2 -6
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +12 -57
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
 - package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
 - package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
 - package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
 - package/package.json +7 -7
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js.map +0 -1
 - package/dist/dist-cjs/communication-react/index-BWVQuckY.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": "{ 
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": " 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{author} said {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "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,8 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Delete column",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Delete row",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Delete table",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "More options" 
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "Uploading... Please wait."
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "More options"
         
     | 
| 
       225 
224 
     | 
    
         
             
                },
         
     | 
| 
       226 
225 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
226 
     | 
    
         
             
                    "unableToReachChatService": "You are offline",
         
     | 
| 
         @@ -238,7 +237,6 @@ 
     | 
|
| 
       238 
237 
     | 
    
         
             
                    "startScreenShareGeneric": "There was an issue starting screen share.",
         
     | 
| 
       239 
238 
     | 
    
         
             
                    "stopScreenShareGeneric": "Failed to stop screen sharing",
         
     | 
| 
       240 
239 
     | 
    
         
             
                    "callNetworkQualityLow": "Network quality is low.",
         
     | 
| 
       241 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": "Network quality is low.",
         
     | 
| 
       242 
240 
     | 
    
         
             
                    "callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
         
     | 
| 
       243 
241 
     | 
    
         
             
                    "callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
         
     | 
| 
       244 
242 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
         @@ -259,189 +257,160 @@ 
     | 
|
| 
       259 
257 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
         
     | 
| 
       260 
258 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network.",
         
     | 
| 
       261 
259 
     | 
    
         
             
                    "unableToStartVideoEffect": "Unable to apply video effect.",
         
     | 
| 
       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."
         
     | 
| 
      
 260 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
         
     | 
| 
       264 
261 
     | 
    
         
             
                },
         
     | 
| 
       265 
     | 
    
         
            -
                " 
     | 
| 
      
 262 
     | 
    
         
            +
                "notifications": {
         
     | 
| 
      
 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 
     | 
    
         
            +
                    },
         
     | 
| 
       266 
285 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       267 
286 
     | 
    
         
             
                        "title": "Troubling connecting call",
         
     | 
| 
       268 
287 
     | 
    
         
             
                        "message": "You seem to be offline. Please check your network connection and try again.",
         
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 288 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       270 
289 
     | 
    
         
             
                    },
         
     | 
| 
       271 
290 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       272 
291 
     | 
    
         
             
                        "title": "Failed to start video.",
         
     | 
| 
       273 
     | 
    
         
            -
                        " 
     | 
| 
      
 292 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       274 
293 
     | 
    
         
             
                    },
         
     | 
| 
       275 
294 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       276 
295 
     | 
    
         
             
                        "title": "Failed to stop video.",
         
     | 
| 
       277 
     | 
    
         
            -
                        " 
     | 
| 
      
 296 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       278 
297 
     | 
    
         
             
                    },
         
     | 
| 
       279 
298 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       280 
299 
     | 
    
         
             
                        "title": "Failed to mute microphone.",
         
     | 
| 
       281 
     | 
    
         
            -
                        " 
     | 
| 
      
 300 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       282 
301 
     | 
    
         
             
                    },
         
     | 
| 
       283 
302 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       284 
303 
     | 
    
         
             
                        "title": "Failed to unmute microphone.",
         
     | 
| 
       285 
     | 
    
         
            -
                        " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       286 
305 
     | 
    
         
             
                    },
         
     | 
| 
       287 
306 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       288 
307 
     | 
    
         
             
                        "title": "You're muted.",
         
     | 
| 
       289 
     | 
    
         
            -
                        " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       290 
309 
     | 
    
         
             
                    },
         
     | 
| 
       291 
310 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       292 
311 
     | 
    
         
             
                        "title": "There was an issue starting screen share.",
         
     | 
| 
       293 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       294 
313 
     | 
    
         
             
                    },
         
     | 
| 
       295 
314 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       296 
315 
     | 
    
         
             
                        "title": "Failed to stop screen sharing.",
         
     | 
| 
       297 
     | 
    
         
            -
                        " 
     | 
| 
      
 316 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       298 
317 
     | 
    
         
             
                    },
         
     | 
| 
       299 
318 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       300 
319 
     | 
    
         
             
                        "title": "Network quality is low.",
         
     | 
| 
       301 
     | 
    
         
            -
                        " 
     | 
| 
       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"
         
     | 
| 
      
 320 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       308 
321 
     | 
    
         
             
                    },
         
     | 
| 
       309 
322 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       310 
323 
     | 
    
         
             
                        "title": "No speakers or headphones found",
         
     | 
| 
       311 
324 
     | 
    
         
             
                        "message": "Connect an audio device to hear the call.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 325 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       313 
326 
     | 
    
         
             
                    },
         
     | 
| 
       314 
327 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       315 
328 
     | 
    
         
             
                        "title": "No microphones found",
         
     | 
| 
       316 
329 
     | 
    
         
             
                        "message": "Connect an audio input device.",
         
     | 
| 
       317 
     | 
    
         
            -
                        " 
     | 
| 
      
 330 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       318 
331 
     | 
    
         
             
                    },
         
     | 
| 
       319 
332 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       320 
333 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       321 
334 
     | 
    
         
             
                        "message": "Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
         
     | 
| 
       327 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       328 
341 
     | 
    
         
             
                    },
         
     | 
| 
       329 
342 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       330 
343 
     | 
    
         
             
                        "title": "You are muted by your system.",
         
     | 
| 
       331 
     | 
    
         
            -
                        " 
     | 
| 
      
 344 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       332 
345 
     | 
    
         
             
                    },
         
     | 
| 
       333 
346 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       334 
347 
     | 
    
         
             
                        "title": "Your microphone recovered and you were unmuted by your system.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 348 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       336 
349 
     | 
    
         
             
                    },
         
     | 
| 
       337 
350 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       338 
351 
     | 
    
         
             
                        "title": "Unable to access microphone",
         
     | 
| 
       339 
352 
     | 
    
         
             
                        "message": "Grant microphone permission in your macOS privacy settings.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       341 
354 
     | 
    
         
             
                    },
         
     | 
| 
       342 
355 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       343 
356 
     | 
    
         
             
                        "title": "Network bandwidth is poor",
         
     | 
| 
       344 
357 
     | 
    
         
             
                        "message": "Your video may appear paused for others on the call.",
         
     | 
| 
       345 
     | 
    
         
            -
                        " 
     | 
| 
      
 358 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       346 
359 
     | 
    
         
             
                    },
         
     | 
| 
       347 
360 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       348 
361 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       349 
362 
     | 
    
         
             
                        "message": "Click the lock in the address bar to grant permission to this webpage.",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
         
     | 
| 
       355 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       356 
369 
     | 
    
         
             
                    },
         
     | 
| 
       357 
370 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       358 
371 
     | 
    
         
             
                        "title": "Unable to access camera",
         
     | 
| 
       359 
372 
     | 
    
         
             
                        "message": "It may already be in use by another application.",
         
     | 
| 
       360 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       361 
374 
     | 
    
         
             
                    },
         
     | 
| 
       362 
375 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       363 
376 
     | 
    
         
             
                        "title": "Your video has been stopped by your system.",
         
     | 
| 
       364 
     | 
    
         
            -
                        " 
     | 
| 
      
 377 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       365 
378 
     | 
    
         
             
                    },
         
     | 
| 
       366 
379 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       367 
380 
     | 
    
         
             
                        "title": "Your video has resumed.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 381 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       369 
382 
     | 
    
         
             
                    },
         
     | 
| 
       370 
383 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       371 
384 
     | 
    
         
             
                        "title": "MacOS is blocking access to your camera",
         
     | 
| 
       372 
385 
     | 
    
         
             
                        "message": "Update your privacy settings to allow this browser to access your camera.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       374 
387 
     | 
    
         
             
                    },
         
     | 
| 
       375 
388 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       376 
389 
     | 
    
         
             
                        "title": "MacOS is blocking screen sharing",
         
     | 
| 
       377 
390 
     | 
    
         
             
                        "message": "Update your privacy settings to allow this browser to record your screen.",
         
     | 
| 
       378 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       379 
392 
     | 
    
         
             
                    },
         
     | 
| 
       380 
393 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       381 
394 
     | 
    
         
             
                        "title": "Failed to join call.",
         
     | 
| 
       382 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       383 
396 
     | 
    
         
             
                    },
         
     | 
| 
       384 
397 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       385 
398 
     | 
    
         
             
                        "title": "Unable to join Meeting. Invalid Link.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 399 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       387 
400 
     | 
    
         
             
                    },
         
     | 
| 
       388 
401 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       389 
402 
     | 
    
         
             
                        "title": "Users in the call are having issues seeing your video",
         
     | 
| 
       390 
403 
     | 
    
         
             
                        "message": "Please check your devices and network.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 404 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       392 
405 
     | 
    
         
             
                    },
         
     | 
| 
       393 
406 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       394 
407 
     | 
    
         
             
                        "title": "Unable to apply video effect.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 408 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       396 
409 
     | 
    
         
             
                    },
         
     | 
| 
       397 
410 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       398 
411 
     | 
    
         
             
                        "title": "Cannot start spotlight on participant(s)",
         
     | 
| 
       399 
412 
     | 
    
         
             
                        "message": "The maximum number of participants are already spotlighted.",
         
     | 
| 
       400 
     | 
    
         
            -
                        " 
     | 
| 
       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"
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Close"
         
     | 
| 
       445 
414 
     | 
    
         
             
                    }
         
     | 
| 
       446 
415 
     | 
    
         
             
                },
         
     | 
| 
       447 
416 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -467,8 +436,7 @@ 
     | 
|
| 
       467 
436 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Spotlight limit reached",
         
     | 
| 
       468 
437 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
         
     | 
| 
       469 
438 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
         
     | 
| 
       470 
     | 
    
         
            -
                    "attendeeRole": "Attendee" 
     | 
| 
       471 
     | 
    
         
            -
                    "muteParticipantMenuItemLabel": "Mute"
         
     | 
| 
      
 439 
     | 
    
         
            +
                    "attendeeRole": "Attendee"
         
     | 
| 
       472 
440 
     | 
    
         
             
                },
         
     | 
| 
       473 
441 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       474 
442 
     | 
    
         
             
                    "placeholderText": "Enter phone number",
         
     | 
| 
         @@ -604,21 +572,15 @@ 
     | 
|
| 
       604 
572 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "previous page",
         
     | 
| 
       605 
573 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "next page"
         
     | 
| 
       606 
574 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 575 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
576 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "Join call from your phone",
         
     | 
| 
       609 
577 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "Dial number",
         
     | 
| 
       610 
578 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",
         
     | 
| 
       611 
579 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Wait to be admitted by organiser",
         
     | 
| 
       612 
580 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "No phone available",
         
     | 
| 
       613 
     | 
    
         
            -
                    " 
     | 
| 
       614 
     | 
    
         
            -
                    " 
     | 
| 
       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"
         
     | 
| 
      
 581 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Toll-free) {country}, {city}",
         
     | 
| 
      
 582 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Toll-free)",
         
     | 
| 
      
 583 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Toll) {country}, {city}",
         
     | 
| 
      
 584 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Toll)"
         
     | 
| 
       623 
585 
     | 
    
         
             
                }
         
     | 
| 
       624 
586 
     | 
    
         
             
            }
         
     | 
| 
         @@ -604,7 +604,7 @@ 
     | 
|
| 
       604 
604 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "previous page",
         
     | 
| 
       605 
605 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "next page"
         
     | 
| 
       606 
606 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 607 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
608 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "Join call from your phone",
         
     | 
| 
       609 
609 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "Dial number",
         
     | 
| 
       610 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",
         
     | 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Error al enviar",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Editado",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} dice",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{ 
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": " 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{author} dijo {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "Has dicho {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,8 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Eliminar columna",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Eliminar fila",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Eliminar tabla",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Más opciones" 
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "Cargando... Espere."
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Más opciones"
         
     | 
| 
       225 
224 
     | 
    
         
             
                },
         
     | 
| 
       226 
225 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
226 
     | 
    
         
             
                    "unableToReachChatService": "Sin conexión",
         
     | 
| 
         @@ -238,7 +237,6 @@ 
     | 
|
| 
       238 
237 
     | 
    
         
             
                    "startScreenShareGeneric": "Hubo un problema al iniciar la pantalla compartida.",
         
     | 
| 
       239 
238 
     | 
    
         
             
                    "stopScreenShareGeneric": "No se pudo detener la pantalla compartida",
         
     | 
| 
       240 
239 
     | 
    
         
             
                    "callNetworkQualityLow": "La calidad de la red es baja.",
         
     | 
| 
       241 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": "La calidad de la red es baja.",
         
     | 
| 
       242 
240 
     | 
    
         
             
                    "callNoSpeakerFound": "No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",
         
     | 
| 
       243 
241 
     | 
    
         
             
                    "callNoMicrophoneFound": "No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",
         
     | 
| 
       244 
242 
     | 
    
         
             
                    "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.",
         
     | 
| 
         @@ -259,189 +257,160 @@ 
     | 
|
| 
       259 
257 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido.",
         
     | 
| 
       260 
258 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Los usuarios de la llamada tienen problemas para ver el vídeo. Compruebe los dispositivos y la red.",
         
     | 
| 
       261 
259 
     | 
    
         
             
                    "unableToStartVideoEffect": "No se puede aplicar el efecto de vídeo.",
         
     | 
| 
       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."
         
     | 
| 
      
 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."
         
     | 
| 
       264 
261 
     | 
    
         
             
                },
         
     | 
| 
       265 
     | 
    
         
            -
                " 
     | 
| 
      
 262 
     | 
    
         
            +
                "notifications": {
         
     | 
| 
      
 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 
     | 
    
         
            +
                    },
         
     | 
| 
       266 
285 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       267 
286 
     | 
    
         
             
                        "title": "Llamada de conexión perturbadora",
         
     | 
| 
       268 
287 
     | 
    
         
             
                        "message": "Parece que estás desconectado. Compruebe la conexión de red e inténtelo de nuevo.",
         
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 288 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       270 
289 
     | 
    
         
             
                    },
         
     | 
| 
       271 
290 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       272 
291 
     | 
    
         
             
                        "title": "No se pudo iniciar el vídeo.",
         
     | 
| 
       273 
     | 
    
         
            -
                        " 
     | 
| 
      
 292 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       274 
293 
     | 
    
         
             
                    },
         
     | 
| 
       275 
294 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       276 
295 
     | 
    
         
             
                        "title": "No se pudo detener el vídeo.",
         
     | 
| 
       277 
     | 
    
         
            -
                        " 
     | 
| 
      
 296 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       278 
297 
     | 
    
         
             
                    },
         
     | 
| 
       279 
298 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       280 
299 
     | 
    
         
             
                        "title": "No se pudo silenciar el micrófono.",
         
     | 
| 
       281 
     | 
    
         
            -
                        " 
     | 
| 
      
 300 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       282 
301 
     | 
    
         
             
                    },
         
     | 
| 
       283 
302 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       284 
303 
     | 
    
         
             
                        "title": "No se pudo reactivar el micrófono.",
         
     | 
| 
       285 
     | 
    
         
            -
                        " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       286 
305 
     | 
    
         
             
                    },
         
     | 
| 
       287 
306 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       288 
307 
     | 
    
         
             
                        "title": "Estás silenciado.",
         
     | 
| 
       289 
     | 
    
         
            -
                        " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       290 
309 
     | 
    
         
             
                    },
         
     | 
| 
       291 
310 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       292 
311 
     | 
    
         
             
                        "title": "Hubo un problema al iniciar la pantalla compartida.",
         
     | 
| 
       293 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       294 
313 
     | 
    
         
             
                    },
         
     | 
| 
       295 
314 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       296 
315 
     | 
    
         
             
                        "title": "No se pudo detener la pantalla compartida.",
         
     | 
| 
       297 
     | 
    
         
            -
                        " 
     | 
| 
      
 316 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       298 
317 
     | 
    
         
             
                    },
         
     | 
| 
       299 
318 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       300 
319 
     | 
    
         
             
                        "title": "La calidad de la red es baja.",
         
     | 
| 
       301 
     | 
    
         
            -
                        " 
     | 
| 
       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"
         
     | 
| 
      
 320 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       308 
321 
     | 
    
         
             
                    },
         
     | 
| 
       309 
322 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       310 
323 
     | 
    
         
             
                        "title": "No se encontraron altavoces ni auriculares",
         
     | 
| 
       311 
324 
     | 
    
         
             
                        "message": "Conecta un dispositivo de audio para escuchar la llamada.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 325 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       313 
326 
     | 
    
         
             
                    },
         
     | 
| 
       314 
327 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       315 
328 
     | 
    
         
             
                        "title": "No se han encontrado micrófonos",
         
     | 
| 
       316 
329 
     | 
    
         
             
                        "message": "Conecta un dispositivo de entrada de audio.",
         
     | 
| 
       317 
     | 
    
         
            -
                        " 
     | 
| 
      
 330 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       318 
331 
     | 
    
         
             
                    },
         
     | 
| 
       319 
332 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       320 
333 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       321 
334 
     | 
    
         
             
                        "message": "Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "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.",
         
     | 
| 
       327 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       328 
341 
     | 
    
         
             
                    },
         
     | 
| 
       329 
342 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       330 
343 
     | 
    
         
             
                        "title": "Su sistema ha silenciado su audio.",
         
     | 
| 
       331 
     | 
    
         
            -
                        " 
     | 
| 
      
 344 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       332 
345 
     | 
    
         
             
                    },
         
     | 
| 
       333 
346 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       334 
347 
     | 
    
         
             
                        "title": "Su micrófono se ha recuperado y el sistema ha activado el audio.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 348 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       336 
349 
     | 
    
         
             
                    },
         
     | 
| 
       337 
350 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       338 
351 
     | 
    
         
             
                        "title": "No se puede acceder al micrófono",
         
     | 
| 
       339 
352 
     | 
    
         
             
                        "message": "Conceda permiso al micrófono en la configuración de privacidad de macOS.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       341 
354 
     | 
    
         
             
                    },
         
     | 
| 
       342 
355 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       343 
356 
     | 
    
         
             
                        "title": "El ancho de banda de red es deficiente",
         
     | 
| 
       344 
357 
     | 
    
         
             
                        "message": "Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",
         
     | 
| 
       345 
     | 
    
         
            -
                        " 
     | 
| 
      
 358 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       346 
359 
     | 
    
         
             
                    },
         
     | 
| 
       347 
360 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       348 
361 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       349 
362 
     | 
    
         
             
                        "message": "Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "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.",
         
     | 
| 
       355 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       356 
369 
     | 
    
         
             
                    },
         
     | 
| 
       357 
370 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       358 
371 
     | 
    
         
             
                        "title": "No se puede acceder a la cámara",
         
     | 
| 
       359 
372 
     | 
    
         
             
                        "message": "Puede que ya la esté usando otra aplicación.",
         
     | 
| 
       360 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       361 
374 
     | 
    
         
             
                    },
         
     | 
| 
       362 
375 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       363 
376 
     | 
    
         
             
                        "title": "El sistema ha detenido el vídeo.",
         
     | 
| 
       364 
     | 
    
         
            -
                        " 
     | 
| 
      
 377 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       365 
378 
     | 
    
         
             
                    },
         
     | 
| 
       366 
379 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       367 
380 
     | 
    
         
             
                        "title": "El vídeo se ha reanudado.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 381 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       369 
382 
     | 
    
         
             
                    },
         
     | 
| 
       370 
383 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       371 
384 
     | 
    
         
             
                        "title": "MacOS está bloqueando el acceso a la cámara",
         
     | 
| 
       372 
385 
     | 
    
         
             
                        "message": "Actualiza la configuración de privacidad para permitir que este explorador acceda a la cámara.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       374 
387 
     | 
    
         
             
                    },
         
     | 
| 
       375 
388 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       376 
389 
     | 
    
         
             
                        "title": "MacOS está bloqueando la pantalla compartida",
         
     | 
| 
       377 
390 
     | 
    
         
             
                        "message": "Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
         
     | 
| 
       378 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       379 
392 
     | 
    
         
             
                    },
         
     | 
| 
       380 
393 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       381 
394 
     | 
    
         
             
                        "title": "No se pudo unir a la llamada.",
         
     | 
| 
       382 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       383 
396 
     | 
    
         
             
                    },
         
     | 
| 
       384 
397 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       385 
398 
     | 
    
         
             
                        "title": "No se puede unir a la reunión. Vínculo no válido.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 399 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       387 
400 
     | 
    
         
             
                    },
         
     | 
| 
       388 
401 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       389 
402 
     | 
    
         
             
                        "title": "Los usuarios de la llamada tienen problemas para ver el vídeo",
         
     | 
| 
       390 
403 
     | 
    
         
             
                        "message": "Compruebe los dispositivos y la red.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 404 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       392 
405 
     | 
    
         
             
                    },
         
     | 
| 
       393 
406 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       394 
407 
     | 
    
         
             
                        "title": "No se puede aplicar el efecto de vídeo.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 408 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       396 
409 
     | 
    
         
             
                    },
         
     | 
| 
       397 
410 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       398 
411 
     | 
    
         
             
                        "title": "No se puede poner primer plano a los participantes",
         
     | 
| 
       399 
412 
     | 
    
         
             
                        "message": "Ya está puesto en primer plano el número máximo de participantes.",
         
     | 
| 
       400 
     | 
    
         
            -
                        " 
     | 
| 
       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"
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Cerrar"
         
     | 
| 
       445 
414 
     | 
    
         
             
                    }
         
     | 
| 
       446 
415 
     | 
    
         
             
                },
         
     | 
| 
       447 
416 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -467,8 +436,7 @@ 
     | 
|
| 
       467 
436 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Se alcanzó el límite de primer plano",
         
     | 
| 
       468 
437 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Dejar de poner en primer plano",
         
     | 
| 
       469 
438 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Primer plano",
         
     | 
| 
       470 
     | 
    
         
            -
                    "attendeeRole": "Asistente" 
     | 
| 
       471 
     | 
    
         
            -
                    "muteParticipantMenuItemLabel": "Silenciar"
         
     | 
| 
      
 439 
     | 
    
         
            +
                    "attendeeRole": "Asistente"
         
     | 
| 
       472 
440 
     | 
    
         
             
                },
         
     | 
| 
       473 
441 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       474 
442 
     | 
    
         
             
                    "placeholderText": "Introduzca el número de teléfono",
         
     | 
| 
         @@ -604,21 +572,15 @@ 
     | 
|
| 
       604 
572 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "página anterior",
         
     | 
| 
       605 
573 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "página siguiente"
         
     | 
| 
       606 
574 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 575 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
576 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "Unirse a la llamada desde el teléfono",
         
     | 
| 
       609 
577 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "Marcar número",
         
     | 
| 
       610 
578 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Escribir el id. de reunión",
         
     | 
| 
       611 
579 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Esperar a ser admitido por el organizador",
         
     | 
| 
       612 
580 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "No hay teléfono disponible",
         
     | 
| 
       613 
     | 
    
         
            -
                    " 
     | 
| 
       614 
     | 
    
         
            -
                    " 
     | 
| 
       615 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": "( 
     | 
| 
       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"
         
     | 
| 
      
 581 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (número gratuito) {country}, {city}",
         
     | 
| 
      
 582 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (número gratuito)",
         
     | 
| 
      
 583 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "{phoneNumber} (número de pago) {country}, {city}",
         
     | 
| 
      
 584 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (número de pago)"
         
     | 
| 
       623 
585 
     | 
    
         
             
                }
         
     | 
| 
       624 
586 
     | 
    
         
             
            }
         
     |