@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": "Odeslání se nezdařilo",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Upraveno",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} říká",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{author} řekl(a) {message}",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "Řekli jste {message}",
         
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} {author} řekl(a) {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} Řekli jste {message}.",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Vaše zpráva překročila limit {limitNumber} znaků.",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Upravit zprávu",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Nové zprávy",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Odstranit sloupec",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Odstranit řádek",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Odstranit tabulku",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Další možnosti"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Další možnosti",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Nahrávání… Počkejte prosím."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "Jste offline",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "Při spouštění sdílení obrazovky došlo k problému.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "Nepovedlo se zastavit sdílení obrazovky",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "Kvalita sítě je nízká.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "Kvalita sítě je nízká.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "Nenašly se žádné reproduktory ani sluchátka. Připojte zvukové zařízení, abyste slyšeli hovor.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "Nenašly se žádné mikrofony. Připojte vstupní zvukové zařízení.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Nepovedlo se získat přístup k mikrofonu. Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Ke schůzce se nelze připojit. Neplatný odkaz.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Uživatelé v hovoru mají problémy s zobrazením vašeho videa. Zkontrolujte prosím svá zařízení a síť.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "Nelze použít efekt videa.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Nelze zahájit vytváření hlavního výběru účastníků, protože je již v hlavním výběru maximální počet účastníků."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Nelze zahájit vytváření hlavního výběru účastníků, protože je již v hlavním výběru maximální počet účastníků.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "Byli jste ztlumení jiným účastníkem."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "Jste offline.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zavřít"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "Nejde získat přístup k chatovacím službám",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Zkontrolujte prosím zadané přihlašovací údaje uživatele",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zavřít"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "Už nejste v tomto vlákně chatu.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zavřít"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Zprávu se nepovedlo odeslat",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "Už nejste v tomto vlákně chatu",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zavřít"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Nepovedlo se odeslat zprávu.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Zavřít"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
267 
     | 
    
         
             
                        "title": "Při připojování hovoru došlo k potížím",
         
     | 
| 
       287 
268 
     | 
    
         
             
                        "message": "Zdá se, že jste offline. Zkontrolujte si prosím síťové připojení a zkuste to znovu.",
         
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "Video se nepovedlo spustit.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "Video se nepovedlo zastavit.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "Nepovedlo se ztlumit mikrofon.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "Nepovedlo se zrušit ztlumení mikrofonu.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
288 
     | 
    
         
             
                        "title": "Jste ztlumení.",
         
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "Při spouštění sdílení obrazovky došlo k problému.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "Nepovedlo se zastavit sdílení obrazovky.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "Kvalita sítě je nízká.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "Kvalita sítě je nízká.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Připojte se k tomuto hovoru ze svého telefonu, abyste získali lepší zvuk. Můžete pokračovat v prohlížení schůzky na tomto zařízení.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Připojit telefonem"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "Nenašly se žádné reproduktory ani sluchátka",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Připojte zvukové zařízení, abyste slyšeli hovor.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "Nenašly se žádné mikrofony",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Připojte vstupní zvukové zařízení.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "Nepovedlo se získat přístup k mikrofonu",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "Nepovedlo se získat přístup k mikrofonu",
         
     | 
| 
       339 
326 
     | 
    
         
             
                        "message": "Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "Systém vás ztlumil.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Váš mikrofon se obnovil a systém vám zrušil ztlumení.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "Nepovedlo se získat přístup k mikrofonu",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "Šířka pásma sítě je nekvalitní",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
348 
     | 
    
         
             
                        "title": "Nejde získat přístup ke kameře",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
353 
     | 
    
         
             
                        "title": "Nejde získat přístup ke kameře",
         
     | 
| 
       367 
354 
     | 
    
         
             
                        "message": "Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
358 
     | 
    
         
             
                        "title": "Nejde získat přístup ke kameře",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "Je možné, že ji už používá jiná aplikace.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "Vaše video bylo zastaveno systémem.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "Vaše video se obnovilo.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "MacOS blokuje přístup k vaší kameře",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "MacOS blokuje sdílení obrazovky",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "K hovoru se nepovedlo připojit.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "Ke schůzce se nelze připojit. Neplatný odkaz.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Uživatelé v hovoru mají problémy s zobrazením vašeho videa",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Zkontrolujte prosím svá zařízení a síť.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "Nelze použít efekt videa.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "Nelze spustit hlavní výběr u účastník(a/ů).",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "Maximální počet účastníků je už vybraný.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "Byli jste ztlumení jiným účastníkem.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "Nahrávání se spustilo.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "Připojením vyjadřujete souhlas s přepisem této schůzky.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "Přepis se spustil.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "Připojením vyjadřujete souhlas s přepisem této schůzky.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "Probíhá ukládání záznamu.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "Nahrávání se zastavilo.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "Přepis se ukládá.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "Přepis se zastavil.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "Spustilo se nahrávání a přepis.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "Připojením vyjadřujete souhlas s přepisem této schůzky.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "Záznam a přepis se ukládají.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "Nahrávání a přepis se zastavily.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "Nahrávání se zastavilo.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "Nyní tuto schůzku pouze přepisujete.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "Přepis se zastavil.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "Nyní tuto schůzku pouze nahráváte.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Zavřít"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Dosáhlo se limitu hlavního výběru",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Zastavit přidávání do hlavního výběru",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Ukončit hlavní výběr",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Účastník"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Účastník",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Ztlumit"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Zadejte telefonní číslo",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Zadejte ID schůzky",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Počkejte na přijetí organizátorem",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Není k dispozici žádný telefon.",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Bezplatné)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Placené)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Neznámý uživatel",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Příchozí hovor",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Přijmout se zvukem",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Přijmout s videem",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Odmítnout"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     | 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Fehler beim Senden",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Bearbeitet",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} sagt",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{author} hat {message} gesagt",
         
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "Sie  
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{status} {author} hat {message} gesagt",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{status} Sie haben {message} gesagt",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Bearbeiten Sie Ihre Nachricht",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Neue Nachrichten",
         
     | 
| 
         @@ -220,7 +220,8 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Spalte löschen",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Zeile löschen",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Tabelle löschen",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Weitere Optionen"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Weitere Optionen",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "attachmentUploadsPendingError": "Wird hochgeladen... Warten Sie."
         
     | 
| 
       224 
225 
     | 
    
         
             
                },
         
     | 
| 
       225 
226 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       226 
227 
     | 
    
         
             
                    "unableToReachChatService": "Sie sind offline.",
         
     | 
| 
         @@ -237,6 +238,7 @@ 
     | 
|
| 
       237 
238 
     | 
    
         
             
                    "startScreenShareGeneric": "Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",
         
     | 
| 
       238 
239 
     | 
    
         
             
                    "stopScreenShareGeneric": "Bildschirmfreigabe konnte nicht beendet werden",
         
     | 
| 
       239 
240 
     | 
    
         
             
                    "callNetworkQualityLow": "Die Netzwerkqualität ist niedrig.",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": "Die Netzwerkqualität ist niedrig.",
         
     | 
| 
       240 
242 
     | 
    
         
             
                    "callNoSpeakerFound": "Keine Lautsprecher oder Kopfhörer gefunden. Schließen Sie ein Audiogerät an, um den Anruf zu hören.",
         
     | 
| 
       241 
243 
     | 
    
         
             
                    "callNoMicrophoneFound": "Es wurden keine Mikrofone gefunden. Schließen Sie ein Audioeingabegerät an.",
         
     | 
| 
       242 
244 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
         
     | 
| 
         @@ -257,160 +259,189 @@ 
     | 
|
| 
       257 
259 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link.",
         
     | 
| 
       258 
260 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Benutzer im Anruf haben Probleme, Ihr Video zu sehen. Überprüfen Sie Ihre Geräte und Ihr Netzwerk.",
         
     | 
| 
       259 
261 
     | 
    
         
             
                    "unableToStartVideoEffect": "Videoeffekt kann nicht angewendet werden.",
         
     | 
| 
       260 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Das Spotlight für Teilnehmer*innen kann nicht gestartet werden, da die maximale Anzahl von Teilnehmer*innen bereits im Spotlight ist."
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Das Spotlight für Teilnehmer*innen kann nicht gestartet werden, da die maximale Anzahl von Teilnehmer*innen bereits im Spotlight ist.",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "mutedByRemoteParticipant": "Sie wurden von einem anderen Teilnehmer stummgeschaltet."
         
     | 
| 
       261 
264 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                " 
     | 
| 
       263 
     | 
    
         
            -
                    "unableToReachChatService": {
         
     | 
| 
       264 
     | 
    
         
            -
                        "title": "Sie sind offline.",
         
     | 
| 
       265 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Schließen"
         
     | 
| 
       266 
     | 
    
         
            -
                    },
         
     | 
| 
       267 
     | 
    
         
            -
                    "accessDenied": {
         
     | 
| 
       268 
     | 
    
         
            -
                        "title": "Zugriff auf Chatdienste nicht möglich",
         
     | 
| 
       269 
     | 
    
         
            -
                        "message": "Überprüfen Sie die angegebenen Benutzeranmeldeinformationen.",
         
     | 
| 
       270 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Schließen"
         
     | 
| 
       271 
     | 
    
         
            -
                    },
         
     | 
| 
       272 
     | 
    
         
            -
                    "userNotInChatThread": {
         
     | 
| 
       273 
     | 
    
         
            -
                        "title": "Sie befinden sich nicht mehr in diesem Chatthread.",
         
     | 
| 
       274 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Schließen"
         
     | 
| 
       275 
     | 
    
         
            -
                    },
         
     | 
| 
       276 
     | 
    
         
            -
                    "sendMessageNotInChatThread": {
         
     | 
| 
       277 
     | 
    
         
            -
                        "title": "Fehler beim Senden der Nachricht",
         
     | 
| 
       278 
     | 
    
         
            -
                        "message": "Sie sind nicht mehr in diesem Chatthread vertreten.",
         
     | 
| 
       279 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Schließen"
         
     | 
| 
       280 
     | 
    
         
            -
                    },
         
     | 
| 
       281 
     | 
    
         
            -
                    "sendMessageGeneric": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "title": "Fehler beim Senden der Nachricht.",
         
     | 
| 
       283 
     | 
    
         
            -
                        "closeButtonAriaLabel": "Schließen"
         
     | 
| 
       284 
     | 
    
         
            -
                    },
         
     | 
| 
      
 265 
     | 
    
         
            +
                "notificationStack": {
         
     | 
| 
       285 
266 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       286 
267 
     | 
    
         
             
                        "title": "Problem beim Verbindungsaufbau",
         
     | 
| 
       287 
268 
     | 
    
         
             
                        "message": "Sie scheinen offline zu sein. Überprüfen Sie Ihre Netzwerkverbindung, und versuchen Sie es noch mal.",
         
     | 
| 
       288 
     | 
    
         
            -
                        " 
     | 
| 
      
 269 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       289 
270 
     | 
    
         
             
                    },
         
     | 
| 
       290 
271 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       291 
272 
     | 
    
         
             
                        "title": "Fehler beim Starten des Videos.",
         
     | 
| 
       292 
     | 
    
         
            -
                        " 
     | 
| 
      
 273 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       293 
274 
     | 
    
         
             
                    },
         
     | 
| 
       294 
275 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       295 
276 
     | 
    
         
             
                        "title": "Fehler beim Beenden des Videos.",
         
     | 
| 
       296 
     | 
    
         
            -
                        " 
     | 
| 
      
 277 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       297 
278 
     | 
    
         
             
                    },
         
     | 
| 
       298 
279 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       299 
280 
     | 
    
         
             
                        "title": "Fehler beim Stummschalten des Mikrofons.",
         
     | 
| 
       300 
     | 
    
         
            -
                        " 
     | 
| 
      
 281 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       301 
282 
     | 
    
         
             
                    },
         
     | 
| 
       302 
283 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       303 
284 
     | 
    
         
             
                        "title": "Fehler beim Aufheben der Stummschaltung des Mikrofons.",
         
     | 
| 
       304 
     | 
    
         
            -
                        " 
     | 
| 
      
 285 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       305 
286 
     | 
    
         
             
                    },
         
     | 
| 
       306 
287 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       307 
288 
     | 
    
         
             
                        "title": "Sie sind stummgeschaltet.",
         
     | 
| 
       308 
     | 
    
         
            -
                        " 
     | 
| 
      
 289 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       309 
290 
     | 
    
         
             
                    },
         
     | 
| 
       310 
291 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       311 
292 
     | 
    
         
             
                        "title": "Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 293 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       313 
294 
     | 
    
         
             
                    },
         
     | 
| 
       314 
295 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       315 
296 
     | 
    
         
             
                        "title": "Fehler beim Beenden der Bildschirmfreigabe.",
         
     | 
| 
       316 
     | 
    
         
            -
                        " 
     | 
| 
      
 297 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       317 
298 
     | 
    
         
             
                    },
         
     | 
| 
       318 
299 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       319 
300 
     | 
    
         
             
                        "title": "Die Netzwerkqualität ist niedrig.",
         
     | 
| 
       320 
     | 
    
         
            -
                        " 
     | 
| 
      
 301 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 302 
     | 
    
         
            +
                    },
         
     | 
| 
      
 303 
     | 
    
         
            +
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
      
 304 
     | 
    
         
            +
                        "title": "Die Netzwerkqualität ist niedrig.",
         
     | 
| 
      
 305 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen",
         
     | 
| 
      
 306 
     | 
    
         
            +
                        "message": "Nehmen Sie von Ihrem Telefon aus an diesem Anruf teil, um den Sound zu verbessern. Sie können die Besprechung auf diesem Gerät weiterhin anzeigen.",
         
     | 
| 
      
 307 
     | 
    
         
            +
                        "primaryButtonLabel": "Per Telefon teilnehmen"
         
     | 
| 
       321 
308 
     | 
    
         
             
                    },
         
     | 
| 
       322 
309 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       323 
310 
     | 
    
         
             
                        "title": "Keine Lautsprecher oder Kopfhörer gefunden",
         
     | 
| 
       324 
311 
     | 
    
         
             
                        "message": "Schließen Sie ein Audiogerät an, um den Anruf zu hören.",
         
     | 
| 
       325 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       326 
313 
     | 
    
         
             
                    },
         
     | 
| 
       327 
314 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       328 
315 
     | 
    
         
             
                        "title": "Keine Mikrofone gefunden",
         
     | 
| 
       329 
316 
     | 
    
         
             
                        "message": "Schließen Sie ein Audioeingabegerät an.",
         
     | 
| 
       330 
     | 
    
         
            -
                        " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       331 
318 
     | 
    
         
             
                    },
         
     | 
| 
       332 
319 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       333 
320 
     | 
    
         
             
                        "title": "Zugriff auf Mikrofon nicht möglich",
         
     | 
| 
       334 
321 
     | 
    
         
             
                        "message": "Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 322 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       336 
323 
     | 
    
         
             
                    },
         
     | 
| 
       337 
324 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       338 
325 
     | 
    
         
             
                        "title": "Zugriff auf Mikrofon nicht möglich",
         
     | 
| 
       339 
326 
     | 
    
         
             
                        "message": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 327 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       341 
328 
     | 
    
         
             
                    },
         
     | 
| 
       342 
329 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       343 
330 
     | 
    
         
             
                        "title": "Sie werden von Ihrem System stummgeschaltet.",
         
     | 
| 
       344 
     | 
    
         
            -
                        " 
     | 
| 
      
 331 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       345 
332 
     | 
    
         
             
                    },
         
     | 
| 
       346 
333 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       347 
334 
     | 
    
         
             
                        "title": "Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",
         
     | 
| 
       348 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       349 
336 
     | 
    
         
             
                    },
         
     | 
| 
       350 
337 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       351 
338 
     | 
    
         
             
                        "title": "Zugriff auf Mikrofon nicht möglich",
         
     | 
| 
       352 
339 
     | 
    
         
             
                        "message": "Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",
         
     | 
| 
       353 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       354 
341 
     | 
    
         
             
                    },
         
     | 
| 
       355 
342 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       356 
343 
     | 
    
         
             
                        "title": "Netzwerkbandbreite ist gering.",
         
     | 
| 
       357 
344 
     | 
    
         
             
                        "message": "Ihr Video wird möglicherweise für andere Teilnehmer des Anrufs angehalten angezeigt.",
         
     | 
| 
       358 
     | 
    
         
            -
                        " 
     | 
| 
      
 345 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       359 
346 
     | 
    
         
             
                    },
         
     | 
| 
       360 
347 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       361 
348 
     | 
    
         
             
                        "title": "Zugriff auf Kamera nicht möglich",
         
     | 
| 
       362 
349 
     | 
    
         
             
                        "message": "Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
         
     | 
| 
       363 
     | 
    
         
            -
                        " 
     | 
| 
      
 350 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       364 
351 
     | 
    
         
             
                    },
         
     | 
| 
       365 
352 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       366 
353 
     | 
    
         
             
                        "title": "Zugriff auf Kamera nicht möglich",
         
     | 
| 
       367 
354 
     | 
    
         
             
                        "message": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 355 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       369 
356 
     | 
    
         
             
                    },
         
     | 
| 
       370 
357 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       371 
358 
     | 
    
         
             
                        "title": "Zugriff auf Kamera nicht möglich",
         
     | 
| 
       372 
359 
     | 
    
         
             
                        "message": "Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 360 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       374 
361 
     | 
    
         
             
                    },
         
     | 
| 
       375 
362 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       376 
363 
     | 
    
         
             
                        "title": "Ihr Video wurde von Ihrem System beendet.",
         
     | 
| 
       377 
     | 
    
         
            -
                        " 
     | 
| 
      
 364 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       378 
365 
     | 
    
         
             
                    },
         
     | 
| 
       379 
366 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       380 
367 
     | 
    
         
             
                        "title": "Ihr Video wurde fortgesetzt.",
         
     | 
| 
       381 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       382 
369 
     | 
    
         
             
                    },
         
     | 
| 
       383 
370 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       384 
371 
     | 
    
         
             
                        "title": "MacOS blockiert den Zugriff auf Ihre Kamera.",
         
     | 
| 
       385 
372 
     | 
    
         
             
                        "message": "Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser auf Ihre Kamera zugreifen kann.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       387 
374 
     | 
    
         
             
                    },
         
     | 
| 
       388 
375 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       389 
376 
     | 
    
         
             
                        "title": "MacOS blockiert die Bildschirmfreigabe.",
         
     | 
| 
       390 
377 
     | 
    
         
             
                        "message": "Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 378 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       392 
379 
     | 
    
         
             
                    },
         
     | 
| 
       393 
380 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       394 
381 
     | 
    
         
             
                        "title": "Fehler bei der Teilnahme am Anruf.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 382 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       396 
383 
     | 
    
         
             
                    },
         
     | 
| 
       397 
384 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       398 
385 
     | 
    
         
             
                        "title": "Teilnahme an Besprechung nicht möglich. Ungültiger Link.",
         
     | 
| 
       399 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       400 
387 
     | 
    
         
             
                    },
         
     | 
| 
       401 
388 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       402 
389 
     | 
    
         
             
                        "title": "Benutzer im Anruf haben Probleme beim Anzeigen Ihres Videos.",
         
     | 
| 
       403 
390 
     | 
    
         
             
                        "message": "Überprüfen Sie Ihre Geräte und Ihr Netzwerk.",
         
     | 
| 
       404 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       405 
392 
     | 
    
         
             
                    },
         
     | 
| 
       406 
393 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       407 
394 
     | 
    
         
             
                        "title": "Videoeffekt kann nicht angewendet werden.",
         
     | 
| 
       408 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       409 
396 
     | 
    
         
             
                    },
         
     | 
| 
       410 
397 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       411 
398 
     | 
    
         
             
                        "title": "Spotlight auf Teilnehmer kann nicht gestartet werden.",
         
     | 
| 
       412 
399 
     | 
    
         
             
                        "message": "Die maximale Anzahl von Teilnehmern wird bereits hervorgehoben.",
         
     | 
| 
       413 
     | 
    
         
            -
                        " 
     | 
| 
      
 400 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "mutedByRemoteParticipant": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                        "title": "Sie wurden von einem anderen Teilnehmer stummgeschaltet.",
         
     | 
| 
      
 404 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    },
         
     | 
| 
      
 406 
     | 
    
         
            +
                    "recordingStarted": {
         
     | 
| 
      
 407 
     | 
    
         
            +
                        "title": "Die Aufzeichnung wurde gestartet.",
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "message": "Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 410 
     | 
    
         
            +
                    },
         
     | 
| 
      
 411 
     | 
    
         
            +
                    "transcriptionStarted": {
         
     | 
| 
      
 412 
     | 
    
         
            +
                        "title": "Die Transkription wurde gestartet.",
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "message": "Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",
         
     | 
| 
      
 414 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    },
         
     | 
| 
      
 416 
     | 
    
         
            +
                    "recordingStopped": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "title": "Aufzeichnung wird gespeichert.",
         
     | 
| 
      
 418 
     | 
    
         
            +
                        "message": "Aufzeichnung wurde beendet.",
         
     | 
| 
      
 419 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 420 
     | 
    
         
            +
                    },
         
     | 
| 
      
 421 
     | 
    
         
            +
                    "transcriptionStopped": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                        "title": "Die Transkription wird gespeichert.",
         
     | 
| 
      
 423 
     | 
    
         
            +
                        "message": "Die Transkription wurde beendet.",
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
      
 426 
     | 
    
         
            +
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
      
 427 
     | 
    
         
            +
                        "title": "Die Aufzeichnung und Transkription haben begonnen.",
         
     | 
| 
      
 428 
     | 
    
         
            +
                        "message": "Durch Ihre Teilnahme stimmen Sie zu, dass diese Besprechung transkribiert wird.",
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 430 
     | 
    
         
            +
                    },
         
     | 
| 
      
 431 
     | 
    
         
            +
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
      
 432 
     | 
    
         
            +
                        "title": "Aufzeichnung und Transkription werden gespeichert.",
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "message": "Die Aufzeichnung und Transkription wurden beendet.",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    },
         
     | 
| 
      
 436 
     | 
    
         
            +
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "title": "Aufzeichnung wurde beendet.",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "message": "Sie transkribieren diese Besprechung jetzt nur noch.",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
      
 440 
     | 
    
         
            +
                    },
         
     | 
| 
      
 441 
     | 
    
         
            +
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "title": "Die Transkription wurde beendet.",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "message": "Sie zeichnen nun nur diese Besprechung auf.",
         
     | 
| 
      
 444 
     | 
    
         
            +
                        "dismissButtonAriaLabel": "Schließen"
         
     | 
| 
       414 
445 
     | 
    
         
             
                    }
         
     | 
| 
       415 
446 
     | 
    
         
             
                },
         
     | 
| 
       416 
447 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -436,7 +467,8 @@ 
     | 
|
| 
       436 
467 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Spotlight-Limit erreicht",
         
     | 
| 
       437 
468 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Spotlight beenden",
         
     | 
| 
       438 
469 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Spotlight beenden",
         
     | 
| 
       439 
     | 
    
         
            -
                    "attendeeRole": "Teilnehmer"
         
     | 
| 
      
 470 
     | 
    
         
            +
                    "attendeeRole": "Teilnehmer",
         
     | 
| 
      
 471 
     | 
    
         
            +
                    "muteParticipantMenuItemLabel": "Stummschalten"
         
     | 
| 
       440 
472 
     | 
    
         
             
                },
         
     | 
| 
       441 
473 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       442 
474 
     | 
    
         
             
                    "placeholderText": "Telefonnummer eingeben",
         
     | 
| 
         @@ -578,9 +610,15 @@ 
     | 
|
| 
       578 
610 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Besprechungs-ID eingeben",
         
     | 
| 
       579 
611 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Warten Sie, bis sie vom Organisator zugelassen werden.",
         
     | 
| 
       580 
612 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Kein Telefon verfügbar",
         
     | 
| 
       581 
     | 
    
         
            -
                    " 
     | 
| 
       582 
     | 
    
         
            -
                    " 
     | 
| 
       583 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": " 
     | 
| 
       584 
     | 
    
         
            -
             
     | 
| 
      
 613 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
         
     | 
| 
      
 614 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "(Gebührenfrei)",
         
     | 
| 
      
 615 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "(Gebührenpflichtig)"
         
     | 
| 
      
 616 
     | 
    
         
            +
                },
         
     | 
| 
      
 617 
     | 
    
         
            +
                "IncomingCallNotification": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderId": "Unbekannter Benutzer",
         
     | 
| 
      
 619 
     | 
    
         
            +
                    "incomingCallNotificationPlaceholderAlert": "Eingehender Anruf",
         
     | 
| 
      
 620 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Mit Audio annehmen",
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Mit Video annehmen",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "incomingCallNoticicationRejectAriaLabel": "Ablehnen"
         
     | 
| 
       585 
623 
     | 
    
         
             
                }
         
     | 
| 
       586 
624 
     | 
    
         
             
            }
         
     |