@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": "Nie udało się wysłać",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Edytowane",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "Autor {author} mówi",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "Użytkownik {author} powiedział: {message}",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": " 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} Użytkownik {author} powiedział: {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} Twoja wypowiedź: {message}",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Twoja wiadomość przekracza limit {limitNumber} znaków",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Edytuj wiadomość",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Nowe wiadomości",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Usuń kolumnę",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Usuń wiersz",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Usuń tabelę",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Więcej opcji"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Więcej opcji",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Trwa przekazywanie... Czekaj."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "Jesteś w trybie offline",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "Wystąpił problem podczas uruchamiania udostępniania ekranu.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "Nie można zatrzymać udostępniania ekranu",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "Niska jakość sieci.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "Niska jakość sieci.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "Nie znaleziono głośników ani słuchawek. Podłącz urządzenie audio, aby słyszeć rozmowę.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "Nie znaleziono mikrofonów. Podłącz urządzenie wejściowe audio.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Nie można uzyskać dostępu do mikrofonu. Kliknij blokadę na pasku adresu, aby udzielić uprawnienia do tej strony sieci Web.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Nie można dołączyć do spotkania. Nieprawidłowy link.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Użytkownicy w trakcie rozmowy mają problemy z wyświetleniem Twojego wideo. Sprawdź urządzenia i sieć.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "Nie można zastosować efektu wideo.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Nie można rozpocząć wyróżnienia uczestników, ponieważ maksymalna liczba uczestników jest już wyróżniona."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Nie można rozpocząć wyróżnienia uczestników, ponieważ maksymalna liczba uczestników jest już wyróżniona.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "Inny uczestnik wyciszył Cię."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "Jesteś w trybie offline.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zamknij"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "Nie można uzyskać dostępu do usług czatu",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Sprawdź podane poświadczenia użytkownika",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zamknij"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "Nie jesteś już w tym wątku czatu.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zamknij"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Nie udało się wysłać wiadomości",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "Nie jesteś już w tym wątku czatu",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zamknij"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Nie można wysłać wiadomości.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zamknij"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
     | 
    
         
            -
                        "title": " 
     | 
| 
      
 267 
     | 
    
         
            +
                        "title": "Problem z nawiązaniem połączenia",
         
     | 
| 
       287 
268 
     | 
    
         
             
                        "message": "Wygląda na to, że jesteś w trybie offline. Sprawdź połączenie sieciowe i spróbuj ponownie.",
         
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "Nie można uruchomić wideo.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "Nie można zatrzymać wideo.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "Nie można wyciszyć mikrofonu.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "Nie można wyłączyć wyciszenia mikrofonu.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
     | 
    
         
            -
                        "title": " 
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 288 
     | 
    
         
            +
                        "title": "Wyciszenie jest włączone.",
         
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "Wystąpił problem podczas uruchamiania udostępniania ekranu.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "Nie można zatrzymać udostępniania ekranu.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "Niska jakość sieci.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "Niska jakość sieci.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Dołącz do tej rozmowy z telefonu, aby uzyskać lepszy dźwięk. Możesz kontynuować wyświetlanie spotkania na tym urządzeniu.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Dołącz przez telefon"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "Nie odnaleziono głośników ani słuchawek",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Podłącz urządzenie audio, aby usłyszeć rozmowę.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "Nie znaleziono mikrofonów",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Podłącz urządzenie wejściowe dźwięku.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "Brak dostępu do mikrofonu",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Kliknij blokadę na pasku adresu, aby udzielić uprawnienia do tej strony sieci Web.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "Brak dostępu do mikrofonu",
         
     | 
| 
       339 
326 
     | 
    
         
             
                        "message": "Odśwież stronę, aby zezwolić na uprawnienia, lub sprawdź ustawienia tej przeglądarki i sprawdź, czy uprawnienia są włączone dla tej witryny internetowej.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "System wyciszył Cię.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Mikrofon został odzyskany i system wyłączył wyciszenie.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "Brak dostępu do mikrofonu",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Udziel uprawnienia do mikrofonu w ustawieniach prywatności systemu macOS.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "Przepustowość sieci jest słaba",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Twoje wideo może być wstrzymane dla innych osób podczas rozmowy.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
     | 
    
         
            -
                        "title": "Brak dostępu do  
     | 
| 
      
 348 
     | 
    
         
            +
                        "title": "Brak dostępu do kamery",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Kliknij blokadę na pasku adresu, aby udzielić uprawnienia do tej strony sieci Web.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
     | 
    
         
            -
                        "title": "Brak dostępu do  
     | 
| 
      
 353 
     | 
    
         
            +
                        "title": "Brak dostępu do kamery",
         
     | 
| 
       367 
354 
     | 
    
         
             
                        "message": "Odśwież stronę, aby zezwolić na uprawnienia, lub sprawdź ustawienia tej przeglądarki i sprawdź, czy uprawnienia są włączone dla tej witryny internetowej.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
     | 
    
         
            -
                        "title": "Brak dostępu do  
     | 
| 
      
 358 
     | 
    
         
            +
                        "title": "Brak dostępu do kamery",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "Być może jest już używany przez inną aplikację.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "Wideo zostało zatrzymane przez system.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "Wideo zostało wznowione.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "System MacOS blokuje dostęp do kamery",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Zaktualizuj ustawienia prywatności, aby zezwolić tej przeglądarce na dostęp do kamery.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "System MacOS blokuje udostępnianie ekranu",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Zaktualizuj ustawienia prywatności, aby zezwolić tej przeglądarce na rejestrowanie ekranu.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "Nie można dołączyć do rozmowy.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "Nie można dołączyć do spotkania. Nieprawidłowy link.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Użytkownicy w trakcie rozmowy mają problemy z wyświetleniem Twojego wideo",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Sprawdź urządzenia i sieć.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "Nie można zastosować efektu wideo.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "Nie można rozpocząć wyróżniania uczestników",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "Maksymalna liczba uczestników jest już wyróżniona.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "Inny uczestnik wyciszył Cię.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "Rozpoczęto nagrywanie.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "Dołączając, wyrażasz zgodę na transkrypcję tego spotkania.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "Rozpoczęto transkrypcję.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "Dołączając, wyrażasz zgodę na transkrypcję tego spotkania.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "Trwa zapisywanie nagrania.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "Zatrzymano nagrywanie.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "Trwa zapisywanie transkrypcji.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "Zakończono transkrypcję.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "Rozpoczęto nagrywanie i transkrypcję.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "Dołączając, wyrażasz zgodę na transkrypcję tego spotkania.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "Trwa zapisywanie nagrania i transkrypcji.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "Zatrzymano nagrywanie i transkrypcję.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "Zatrzymano nagrywanie.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "W tej chwili tylko Ty transkrybujesz to spotkanie.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "Zakończono transkrypcję.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "W tej chwili tylko Ty nagrywasz to spotkanie.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zamknij"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Osiągnięto limit wyróżnienia",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Zatrzymaj wyróżnianie",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Zakończ wyróżnienie",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Uczestnik"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Uczestnik",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Wycisz"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Wprowadź numer telefonu",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Wprowadź identyfikator spotkania",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Zaczekaj na wpuszczenie przez organizatora",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Brak dostępnego telefonu",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Bezpłatny)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Płatny)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Nieznany użytkownik",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Przychodzące połączenie głosowe",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Zaakceptuj z dźwiękiem",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Zaakceptuj z wideo",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Odrzuć"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     | 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Falha ao enviar",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Editado",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} disse",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{author} disse {message}",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "Você 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} {author} disse {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} Você disse {message}",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Sua mensagem está acima do limite de {limitNumber} caracteres",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Edite sua mensagem",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Novas mensagens",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Excluir coluna",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Excluir linha",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Excluir tabela",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Mais opções"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Mais opções",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Carregando... Aguarde."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "Você está offline",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "Ocorreu um problema ao iniciar o compartilhamento de tela.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "Falha ao interromper o compartilhamento de tela",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "A qualidade da rede é baixa.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "A qualidade da rede é baixa.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "Nenhum alto-falante ou fone de ouvido encontrado. Conecte um dispositivo de áudio para ouvir a chamada.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "Nenhum microfone encontrado. Conecte um dispositivo de entrada de áudio.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Não é possível acessar o microfone. Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Não é possível ingressar na Reunião. Link Inválido.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Os usuários na chamada estão enfrentando problemas para ver seu vídeo. Verifique seus dispositivos e a rede.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "Não é possível aplicar o efeito de vídeo.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Não é possível iniciar o destaque nos participantes porque o número máximo de participantes já está em destaque."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Não é possível iniciar o destaque nos participantes porque o número máximo de participantes já está em destaque.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "Você foi silenciado por outro participante."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "Você está offline.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Fechar"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "Não é possível acessar os serviços de chat",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Verifique as credenciais do usuário fornecidas",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Fechar"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "Você não está mais neste thread de chat.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Fechar"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Falha ao enviar mensagem",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "Você não está mais neste tópico de chat",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Fechar"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Falha ao enviar mensagem.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Fechar"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
267 
     | 
    
         
             
                        "title": "Chamada de conexão com problema",
         
     | 
| 
       287 
     | 
    
         
            -
                        "message": "Parece que você está offline. Verifique  
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 268 
     | 
    
         
            +
                        "message": "Parece que você está offline. Verifique sua conexão de rede e tente novamente.",
         
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "Falha ao iniciar o vídeo.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "Falha ao interromper o vídeo.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "Falha ao ativar mudo do microfone.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "Falha ao desativar mudo do microfone.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
288 
     | 
    
         
             
                        "title": "Você está com o mudo ativado.",
         
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "Ocorreu um problema ao iniciar o compartilhamento de tela.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "Falha ao interromper o compartilhamento de tela.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "A qualidade da rede é baixa.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "A qualidade da rede é baixa.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Ingresse nesta chamada do seu telefone para melhorar o som. Você pode continuar exibindo a reunião neste dispositivo.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Ingressar por Telefone"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "Nenhum alto-falante ou fone de ouvido encontrado",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Conecte um dispositivo de áudio para ouvir a chamada.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "Nenhum microfone encontrado",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Conecte um dispositivo de entrada de áudio.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "Não é possível acessar o microfone",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "Não é possível acessar o microfone",
         
     | 
| 
       339 
     | 
    
         
            -
                        "message": "Atualize a página para permitir permissões ou  
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 326 
     | 
    
         
            +
                        "message": "Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
         
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "Você está com as notificações desativada pelo sistema.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Seu microfone se recuperou e você foi desativado pelo sistema.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "Não é possível acessar o microfone",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Conceda permissão ao microfone nas configurações de privacidade do macOS.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "A largura de banda da rede é insatisfatória",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Seu vídeo pode aparecer em pausa para outras pessoas na chamada.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
348 
     | 
    
         
             
                        "title": "Não é possível acessar a câmera",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Clique no bloqueio na barra de endereços para conceder permissão a esta página da Web.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
353 
     | 
    
         
             
                        "title": "Não é possível acessar a câmera",
         
     | 
| 
       367 
     | 
    
         
            -
                        "message": "Atualize a página para permitir permissões ou  
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 354 
     | 
    
         
            +
                        "message": "Atualize a página para permitir permissões ou verifique as configurações deste navegador e verifique se as permissões estão habilitadas para este site.",
         
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
358 
     | 
    
         
             
                        "title": "Não é possível acessar a câmera",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "Talvez ele já esteja em uso por outro aplicativo.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "Seu vídeo foi interrompido pelo sistema.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "Seu vídeo foi retomado.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "O MacOS está bloqueando o acesso à sua câmera",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Atualize suas configurações de privacidade para permitir que este navegador acesse sua câmera.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "O MacOS está bloqueando o compartilhamento de tela",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Atualize suas configurações de privacidade para permitir que este navegador grave sua tela.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "Falha ao ingressar na chamada.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "Não é possível ingressar na Reunião. Link Inválido.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Os usuários na chamada estão enfrentando problemas para ver seu vídeo",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Verifique seus dispositivos e rede.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "Não é possível aplicar o efeito de vídeo.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "Não é possível iniciar o destaque nos participantes",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "O número máximo de participantes já está em destaque.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "Você foi silenciado por outro participante.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "A gravação foi iniciada.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "Ao ingressar, você está dando consentimento para que esta reunião seja transcrita.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "A transcrição foi iniciada.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "Ao ingressar, você está dando consentimento para que esta reunião seja transcrita.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "A gravação está sendo salva.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "A gravação foi interrompida.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "A transcrição está sendo salva.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "A transcrição foi interrompida.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "A gravação e a transcrição foram iniciadas.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "Ao ingressar, você está dando consentimento para que esta reunião seja transcrita.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "A gravação e a transcrição estão sendo salvas.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "A gravação e a transcrição foram interrompidas.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "A gravação foi interrompida.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "Você agora está apenas transcrevendo esta reunião.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "A transcrição foi interrompida.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "Você agora está apenas gravando esta reunião.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Fechar"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Limite de destaque atingido",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Parar de destacar",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Sair de destaque",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Participante"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Participante",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Ativar mudo"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Inserir o número do telefone",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Inserir a ID da reunião",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Aguarde para ser aceito pelo organizador",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Nenhum telefone disponível",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Chamada gratuita)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Chamada tarifada)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Usuário Desconhecido",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Recebendo chamada",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Aceitar com áudio",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Aceitar com vídeo",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Rejeitar"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     |