@azure/communication-react 1.18.0-alpha-202407200014 → 1.18.0-alpha-202407262302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +33 -94
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +9 -58
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-BJO_NOTU.js → index-BSczaURy.js} +479 -831
 - package/dist/dist-cjs/communication-react/index-BSczaURy.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/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 +7 -15
 - package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +8 -2
 - package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +2 -14
 - package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +1 -9
 - package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -16
 - 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/chat-stateful-client/src/ChatClientState.d.ts +3 -5
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
 - package/dist/dist-esm/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 +8 -14
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +2 -8
 - 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 +4 -6
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +12 -2
 - 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 +8 -60
 - 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 +6 -8
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +4 -18
 - 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 +3 -27
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +15 -9
 - package/dist/dist-esm/react-components/src/components/MessageThread.js +1 -10
 - package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +22 -28
 - 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 +0 -49
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +18 -37
 - 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 +2 -20
 - 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 +1 -2
 - 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 +17 -15
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -3
 - 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 +5 -1
 - package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +21 -0
 - 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 +3 -15
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +14 -67
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -9
 - package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
 - package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
 - package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
 - package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +31 -66
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +1 -33
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +6 -198
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +12 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +115 -0
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +1 -0
 - 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/ControlBar/CommonCallControlBar.js +10 -10
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +5 -2
 - 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 +0 -4
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -4
 - package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
 - package/package.json +14 -14
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +0 -1
 - package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +0 -1
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +0 -17
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +0 -49
 - package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +0 -1
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
 - package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Invio non riuscito",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Modificato",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} dice",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{ 
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": " 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{author} ha detto {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "Hai detto {message}",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "Il messaggio ha superato il limite di caratteri {limitNumber}",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "Modifica il messaggio",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Nuovi messaggi",
         
     | 
| 
         @@ -220,8 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Elimina colonna",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Elimina riga",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Elimina tabella",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Altre opzioni" 
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "Caricamento in corso... Attendi."
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Altre opzioni"
         
     | 
| 
       225 
224 
     | 
    
         
             
                },
         
     | 
| 
       226 
225 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
226 
     | 
    
         
             
                    "unableToReachChatService": "Sei offline",
         
     | 
| 
         @@ -238,7 +237,6 @@ 
     | 
|
| 
       238 
237 
     | 
    
         
             
                    "startScreenShareGeneric": "Si è verificato un problema durante l'avvio della condivisione dello schermo.",
         
     | 
| 
       239 
238 
     | 
    
         
             
                    "stopScreenShareGeneric": "Non è stato possibile arrestare la condivisione dello schermo",
         
     | 
| 
       240 
239 
     | 
    
         
             
                    "callNetworkQualityLow": "La qualità della rete è bassa.",
         
     | 
| 
       241 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": "La qualità della rete è bassa.",
         
     | 
| 
       242 
240 
     | 
    
         
             
                    "callNoSpeakerFound": "Non sono stati trovati altoparlanti o cuffie. Connetti un dispositivo audio per ascoltare la chiamata.",
         
     | 
| 
       243 
241 
     | 
    
         
             
                    "callNoMicrophoneFound": "Nessun microfono trovato. Connetti un dispositivo di input audio.",
         
     | 
| 
       244 
242 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Impossibile accedere al microfono. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
         
     | 
| 
         @@ -259,189 +257,160 @@ 
     | 
|
| 
       259 
257 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Impossibile partecipare alla riunione. Collegamento non valido.",
         
     | 
| 
       260 
258 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Gli utenti della chiamata hanno problemi a visualizzare il video. Controllare i dispositivi e la rete.",
         
     | 
| 
       261 
259 
     | 
    
         
             
                    "unableToStartVideoEffect": "Non è possibile applicare l'effetto video.",
         
     | 
| 
       262 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Non è possibile avviare i contenuti in evidenza sui partecipanti perché il numero massimo di partecipanti è già in evidenza." 
     | 
| 
       263 
     | 
    
         
            -
                    "mutedByRemoteParticipant": "L'audio è stato disattivato da un altro partecipante."
         
     | 
| 
      
 260 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Non è possibile avviare i contenuti in evidenza sui partecipanti perché il numero massimo di partecipanti è già in evidenza."
         
     | 
| 
       264 
261 
     | 
    
         
             
                },
         
     | 
| 
       265 
     | 
    
         
            -
                " 
     | 
| 
      
 262 
     | 
    
         
            +
                "notifications": {
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "unableToReachChatService": {
         
     | 
| 
      
 264 
     | 
    
         
            +
                        "title": "Sei offline.",
         
     | 
| 
      
 265 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 266 
     | 
    
         
            +
                    },
         
     | 
| 
      
 267 
     | 
    
         
            +
                    "accessDenied": {
         
     | 
| 
      
 268 
     | 
    
         
            +
                        "title": "Non è possibile accedere ai servizi di chat",
         
     | 
| 
      
 269 
     | 
    
         
            +
                        "message": "Verifica le credenziali utente specificate",
         
     | 
| 
      
 270 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    },
         
     | 
| 
      
 272 
     | 
    
         
            +
                    "userNotInChatThread": {
         
     | 
| 
      
 273 
     | 
    
         
            +
                        "title": "Non sei più in questo thread di chat.",
         
     | 
| 
      
 274 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 275 
     | 
    
         
            +
                    },
         
     | 
| 
      
 276 
     | 
    
         
            +
                    "sendMessageNotInChatThread": {
         
     | 
| 
      
 277 
     | 
    
         
            +
                        "title": "Invio del messaggio non riuscito",
         
     | 
| 
      
 278 
     | 
    
         
            +
                        "message": "Non fai più parte di questo thread di chat",
         
     | 
| 
      
 279 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 280 
     | 
    
         
            +
                    },
         
     | 
| 
      
 281 
     | 
    
         
            +
                    "sendMessageGeneric": {
         
     | 
| 
      
 282 
     | 
    
         
            +
                        "title": "Invio del messaggio non riuscito.",
         
     | 
| 
      
 283 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 284 
     | 
    
         
            +
                    },
         
     | 
| 
       266 
285 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       267 
286 
     | 
    
         
             
                        "title": "Problema di connessione della chiamata",
         
     | 
| 
       268 
287 
     | 
    
         
             
                        "message": "Sembra che tu sia offline. Controllare la connessione di rete e riprovare.",
         
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 288 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       270 
289 
     | 
    
         
             
                    },
         
     | 
| 
       271 
290 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       272 
291 
     | 
    
         
             
                        "title": "Non è stato possibile avviare il video.",
         
     | 
| 
       273 
     | 
    
         
            -
                        " 
     | 
| 
      
 292 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       274 
293 
     | 
    
         
             
                    },
         
     | 
| 
       275 
294 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       276 
295 
     | 
    
         
             
                        "title": "Non è stato possibile arrestare il video.",
         
     | 
| 
       277 
     | 
    
         
            -
                        " 
     | 
| 
      
 296 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       278 
297 
     | 
    
         
             
                    },
         
     | 
| 
       279 
298 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       280 
299 
     | 
    
         
             
                        "title": "Non è stato possibile disattivare l'audio del microfono.",
         
     | 
| 
       281 
     | 
    
         
            -
                        " 
     | 
| 
      
 300 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       282 
301 
     | 
    
         
             
                    },
         
     | 
| 
       283 
302 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       284 
303 
     | 
    
         
             
                        "title": "Non è stato possibile riattivare l'audio del microfono.",
         
     | 
| 
       285 
     | 
    
         
            -
                        " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       286 
305 
     | 
    
         
             
                    },
         
     | 
| 
       287 
306 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       288 
307 
     | 
    
         
             
                        "title": "L'audio è disattivato.",
         
     | 
| 
       289 
     | 
    
         
            -
                        " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       290 
309 
     | 
    
         
             
                    },
         
     | 
| 
       291 
310 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       292 
311 
     | 
    
         
             
                        "title": "Si è verificato un problema durante l'avvio della condivisione dello schermo.",
         
     | 
| 
       293 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       294 
313 
     | 
    
         
             
                    },
         
     | 
| 
       295 
314 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       296 
315 
     | 
    
         
             
                        "title": "Non è stato possibile arrestare la condivisione dello schermo.",
         
     | 
| 
       297 
     | 
    
         
            -
                        " 
     | 
| 
      
 316 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       298 
317 
     | 
    
         
             
                    },
         
     | 
| 
       299 
318 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       300 
319 
     | 
    
         
             
                        "title": "La qualità della rete è bassa.",
         
     | 
| 
       301 
     | 
    
         
            -
                        " 
     | 
| 
       302 
     | 
    
         
            -
                    },
         
     | 
| 
       303 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
       304 
     | 
    
         
            -
                        "title": "La qualità della rete è bassa.",
         
     | 
| 
       305 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi",
         
     | 
| 
       306 
     | 
    
         
            -
                        "message": "Partecipa a questa chiamata dal telefono per un suono migliore. Puoi continuare a visualizzare la riunione su questo dispositivo.",
         
     | 
| 
       307 
     | 
    
         
            -
                        "primaryButtonLabel": "Partecipa tramite telefono"
         
     | 
| 
      
 320 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       308 
321 
     | 
    
         
             
                    },
         
     | 
| 
       309 
322 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       310 
323 
     | 
    
         
             
                        "title": "Non sono stati trovati altoparlanti o cuffie",
         
     | 
| 
       311 
324 
     | 
    
         
             
                        "message": "Connetti un dispositivo audio per ascoltare la chiamata.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 325 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       313 
326 
     | 
    
         
             
                    },
         
     | 
| 
       314 
327 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       315 
328 
     | 
    
         
             
                        "title": "Nessun microfono trovato",
         
     | 
| 
       316 
329 
     | 
    
         
             
                        "message": "Connetti un dispositivo di input audio.",
         
     | 
| 
       317 
     | 
    
         
            -
                        " 
     | 
| 
      
 330 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       318 
331 
     | 
    
         
             
                    },
         
     | 
| 
       319 
332 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       320 
333 
     | 
    
         
             
                        "title": "Impossibile accedere al microfono",
         
     | 
| 
       321 
334 
     | 
    
         
             
                        "message": "Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "Impossibile accedere al microfono",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "message": "Aggiornare la pagina per consentire le autorizzazioni oppure controllare le impostazioni del browser e verificare che le autorizzazioni siano abilitate per questo sito Web.",
         
     | 
| 
       327 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       328 
341 
     | 
    
         
             
                    },
         
     | 
| 
       329 
342 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       330 
343 
     | 
    
         
             
                        "title": "Il sistema disattiva l'audio.",
         
     | 
| 
       331 
     | 
    
         
            -
                        " 
     | 
| 
      
 344 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       332 
345 
     | 
    
         
             
                    },
         
     | 
| 
       333 
346 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       334 
347 
     | 
    
         
             
                        "title": "Il microfono è stato ripristinato e il sistema ha riattivato l'audio.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 348 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       336 
349 
     | 
    
         
             
                    },
         
     | 
| 
       337 
350 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       338 
351 
     | 
    
         
             
                        "title": "Impossibile accedere al microfono",
         
     | 
| 
       339 
352 
     | 
    
         
             
                        "message": "Concedi l'autorizzazione al microfono nelle impostazioni di privacy di macOS.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       341 
354 
     | 
    
         
             
                    },
         
     | 
| 
       342 
355 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       343 
356 
     | 
    
         
             
                        "title": "Larghezza di banda di rete insufficiente",
         
     | 
| 
       344 
357 
     | 
    
         
             
                        "message": "Il video potrebbe essere sospeso per gli altri partecipanti alla chiamata.",
         
     | 
| 
       345 
     | 
    
         
            -
                        " 
     | 
| 
      
 358 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       346 
359 
     | 
    
         
             
                    },
         
     | 
| 
       347 
360 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       348 
361 
     | 
    
         
             
                        "title": "Impossibile accedere alla fotocamera",
         
     | 
| 
       349 
362 
     | 
    
         
             
                        "message": "Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "Impossibile accedere alla fotocamera",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "message": "Aggiornare la pagina per consentire le autorizzazioni oppure controllare le impostazioni del browser e verificare che le autorizzazioni siano abilitate per questo sito Web.",
         
     | 
| 
       355 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       356 
369 
     | 
    
         
             
                    },
         
     | 
| 
       357 
370 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       358 
371 
     | 
    
         
             
                        "title": "Impossibile accedere alla fotocamera",
         
     | 
| 
       359 
372 
     | 
    
         
             
                        "message": "Potrebbe essere già in uso da un'altra applicazione.",
         
     | 
| 
       360 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       361 
374 
     | 
    
         
             
                    },
         
     | 
| 
       362 
375 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       363 
376 
     | 
    
         
             
                        "title": "Il video è stato arrestato dal sistema.",
         
     | 
| 
       364 
     | 
    
         
            -
                        " 
     | 
| 
      
 377 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       365 
378 
     | 
    
         
             
                    },
         
     | 
| 
       366 
379 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       367 
380 
     | 
    
         
             
                        "title": "Il video è ripreso.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 381 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       369 
382 
     | 
    
         
             
                    },
         
     | 
| 
       370 
383 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       371 
384 
     | 
    
         
             
                        "title": "MacOS blocca l'accesso alla fotocamera",
         
     | 
| 
       372 
385 
     | 
    
         
             
                        "message": "Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       374 
387 
     | 
    
         
             
                    },
         
     | 
| 
       375 
388 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       376 
389 
     | 
    
         
             
                        "title": "MacOS sta bloccando la condivisione dello schermo",
         
     | 
| 
       377 
390 
     | 
    
         
             
                        "message": "Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",
         
     | 
| 
       378 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       379 
392 
     | 
    
         
             
                    },
         
     | 
| 
       380 
393 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       381 
394 
     | 
    
         
             
                        "title": "Non è stato possibile partecipare alla chiamata.",
         
     | 
| 
       382 
     | 
    
         
            -
                        " 
     | 
| 
      
 395 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       383 
396 
     | 
    
         
             
                    },
         
     | 
| 
       384 
397 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       385 
398 
     | 
    
         
             
                        "title": "Impossibile partecipare alla riunione. Collegamento non valido.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 399 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       387 
400 
     | 
    
         
             
                    },
         
     | 
| 
       388 
401 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       389 
402 
     | 
    
         
             
                        "title": "Gli utenti della chiamata hanno problemi a visualizzare il video",
         
     | 
| 
       390 
403 
     | 
    
         
             
                        "message": "Controllare i dispositivi e la rete.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 404 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       392 
405 
     | 
    
         
             
                    },
         
     | 
| 
       393 
406 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       394 
407 
     | 
    
         
             
                        "title": "Non è possibile applicare l'effetto video.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 408 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       396 
409 
     | 
    
         
             
                    },
         
     | 
| 
       397 
410 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       398 
411 
     | 
    
         
             
                        "title": "Impossibile avviare i contenuti in evidenza sui partecipanti",
         
     | 
| 
       399 
412 
     | 
    
         
             
                        "message": "Il numero massimo di partecipanti è già stato indicato.",
         
     | 
| 
       400 
     | 
    
         
            -
                        " 
     | 
| 
       401 
     | 
    
         
            -
                    },
         
     | 
| 
       402 
     | 
    
         
            -
                    "mutedByRemoteParticipant": {
         
     | 
| 
       403 
     | 
    
         
            -
                        "title": "L'audio è stato disattivato da un altro partecipante.",
         
     | 
| 
       404 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       405 
     | 
    
         
            -
                    },
         
     | 
| 
       406 
     | 
    
         
            -
                    "recordingStarted": {
         
     | 
| 
       407 
     | 
    
         
            -
                        "title": "La registrazione è stata avviata.",
         
     | 
| 
       408 
     | 
    
         
            -
                        "message": "Partecipando, fornisci il consenso per la trascrizione di questa riunione.",
         
     | 
| 
       409 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       410 
     | 
    
         
            -
                    },
         
     | 
| 
       411 
     | 
    
         
            -
                    "transcriptionStarted": {
         
     | 
| 
       412 
     | 
    
         
            -
                        "title": "La trascrizione è stata avviata.",
         
     | 
| 
       413 
     | 
    
         
            -
                        "message": "Partecipando, fornisci il consenso per la trascrizione di questa riunione.",
         
     | 
| 
       414 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       415 
     | 
    
         
            -
                    },
         
     | 
| 
       416 
     | 
    
         
            -
                    "recordingStopped": {
         
     | 
| 
       417 
     | 
    
         
            -
                        "title": "È in corso il salvataggio della registrazione.",
         
     | 
| 
       418 
     | 
    
         
            -
                        "message": "La registrazione è stata arrestata.",
         
     | 
| 
       419 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       420 
     | 
    
         
            -
                    },
         
     | 
| 
       421 
     | 
    
         
            -
                    "transcriptionStopped": {
         
     | 
| 
       422 
     | 
    
         
            -
                        "title": "È in corso il salvataggio della trascrizione.",
         
     | 
| 
       423 
     | 
    
         
            -
                        "message": "La trascrizione è stata arrestata.",
         
     | 
| 
       424 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       425 
     | 
    
         
            -
                    },
         
     | 
| 
       426 
     | 
    
         
            -
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
       427 
     | 
    
         
            -
                        "title": "Registrazione e trascrizione avviate.",
         
     | 
| 
       428 
     | 
    
         
            -
                        "message": "Partecipando, fornisci il consenso per la trascrizione di questa riunione.",
         
     | 
| 
       429 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       430 
     | 
    
         
            -
                    },
         
     | 
| 
       431 
     | 
    
         
            -
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
       432 
     | 
    
         
            -
                        "title": "È in corso il salvataggio della registrazione e della trascrizione.",
         
     | 
| 
       433 
     | 
    
         
            -
                        "message": "Registrazione e trascrizione interrotte.",
         
     | 
| 
       434 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       435 
     | 
    
         
            -
                    },
         
     | 
| 
       436 
     | 
    
         
            -
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
       437 
     | 
    
         
            -
                        "title": "La registrazione è stata arrestata.",
         
     | 
| 
       438 
     | 
    
         
            -
                        "message": "È in corso la trascrizione solo di questa riunione.",
         
     | 
| 
       439 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
       440 
     | 
    
         
            -
                    },
         
     | 
| 
       441 
     | 
    
         
            -
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
       442 
     | 
    
         
            -
                        "title": "La trascrizione è stata arrestata.",
         
     | 
| 
       443 
     | 
    
         
            -
                        "message": "È in corso la registrazione solo di questa riunione.",
         
     | 
| 
       444 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Chiudi"
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Chiudi"
         
     | 
| 
       445 
414 
     | 
    
         
             
                    }
         
     | 
| 
       446 
415 
     | 
    
         
             
                },
         
     | 
| 
       447 
416 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -467,8 +436,7 @@ 
     | 
|
| 
       467 
436 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "È stato raggiunto il limite di contenuti in evidenza",
         
     | 
| 
       468 
437 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Interrompi la posizione in evidenza",
         
     | 
| 
       469 
438 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Chiudi visualizzazione in evidenza",
         
     | 
| 
       470 
     | 
    
         
            -
                    "attendeeRole": "Partecipante" 
     | 
| 
       471 
     | 
    
         
            -
                    "muteParticipantMenuItemLabel": "Disattiva audio"
         
     | 
| 
      
 439 
     | 
    
         
            +
                    "attendeeRole": "Partecipante"
         
     | 
| 
       472 
440 
     | 
    
         
             
                },
         
     | 
| 
       473 
441 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       474 
442 
     | 
    
         
             
                    "placeholderText": "Inserisci numero di telefono",
         
     | 
| 
         @@ -604,21 +572,15 @@ 
     | 
|
| 
       604 
572 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "Pagina precedente",
         
     | 
| 
       605 
573 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "Pagina successiva"
         
     | 
| 
       606 
574 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 575 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
576 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "Partecipa alla chiamata dal tuo telefono",
         
     | 
| 
       609 
577 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "Componi il numero",
         
     | 
| 
       610 
578 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Immetti l'ID riunione",
         
     | 
| 
       611 
579 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Attendi l'ammissione da parte dell'organizzatore",
         
     | 
| 
       612 
580 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Nessun telefono disponibile",
         
     | 
| 
       613 
     | 
    
         
            -
                    " 
     | 
| 
       614 
     | 
    
         
            -
                    " 
     | 
| 
       615 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": "(Numero a tariffa)"
         
     | 
| 
       616 
     | 
    
         
            -
             
     | 
| 
       617 
     | 
    
         
            -
                "IncomingCallNotification": {
         
     | 
| 
       618 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderId": "Utente sconosciuto",
         
     | 
| 
       619 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderAlert": "Chiamata in arrivo",
         
     | 
| 
       620 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Accetta con audio",
         
     | 
| 
       621 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Accetta con video",
         
     | 
| 
       622 
     | 
    
         
            -
                    "incomingCallNoticicationRejectAriaLabel": "Rifiuta"
         
     | 
| 
      
 581 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Numero verde) {country}, {city}",
         
     | 
| 
      
 582 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Numero verde)",
         
     | 
| 
      
 583 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Numero a tariffa) {country}, {city}",
         
     | 
| 
      
 584 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Numero a tariffa)"
         
     | 
| 
       623 
585 
     | 
    
         
             
                }
         
     | 
| 
       624 
586 
     | 
    
         
             
            }
         
     | 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "送信できませんでした",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "編集済み",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} さんの発言",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{ 
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "{ 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{author} が {message} と言いました",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{message} と言いました",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "メッセージが{limitNumber}文字の制限を超えています",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "メッセージを編集する",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "新しいメッセージ",
         
     | 
| 
         @@ -220,8 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "列の削除",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "行の削除",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "テーブルの削除",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "その他のオプション" 
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "アップロードしています...お待ちください。"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "その他のオプション"
         
     | 
| 
       225 
224 
     | 
    
         
             
                },
         
     | 
| 
       226 
225 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
226 
     | 
    
         
             
                    "unableToReachChatService": "オフラインです",
         
     | 
| 
         @@ -238,7 +237,6 @@ 
     | 
|
| 
       238 
237 
     | 
    
         
             
                    "startScreenShareGeneric": "画面共有の開始中に問題が発生しました。",
         
     | 
| 
       239 
238 
     | 
    
         
             
                    "stopScreenShareGeneric": "画面の共有を停止できませんでした",
         
     | 
| 
       240 
239 
     | 
    
         
             
                    "callNetworkQualityLow": "ネットワークの品質が低くなっています。",
         
     | 
| 
       241 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": "ネットワークの品質が低くなっています。",
         
     | 
| 
       242 
240 
     | 
    
         
             
                    "callNoSpeakerFound": "スピーカーまたはヘッドフォンが見つかりません。音声デバイスを接続して通話を聞きます。",
         
     | 
| 
       243 
241 
     | 
    
         
             
                    "callNoMicrophoneFound": "マイクが見つかりません。オーディオ入力デバイスを接続します。",
         
     | 
| 
       244 
242 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "マイクにアクセスできません。アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
         
     | 
| 
         @@ -259,189 +257,160 @@ 
     | 
|
| 
       259 
257 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "会議に参加できません。リンクが無効です。",
         
     | 
| 
       260 
258 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "通話のユーザーにビデオの表示で問題が発生しています。デバイスとネットワークを確認してください。",
         
     | 
| 
       261 
259 
     | 
    
         
             
                    "unableToStartVideoEffect": "ビデオ効果を適用できません。",
         
     | 
| 
       262 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "最大数の参加者に既にスポットライトが設定されているため、参加者にスポットライトを開始できません。" 
     | 
| 
       263 
     | 
    
         
            -
                    "mutedByRemoteParticipant": "他の参加者によってミュートにされました。"
         
     | 
| 
      
 260 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "最大数の参加者に既にスポットライトが設定されているため、参加者にスポットライトを開始できません。"
         
     | 
| 
       264 
261 
     | 
    
         
             
                },
         
     | 
| 
       265 
     | 
    
         
            -
                " 
     | 
| 
      
 262 
     | 
    
         
            +
                "notifications": {
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "unableToReachChatService": {
         
     | 
| 
      
 264 
     | 
    
         
            +
                        "title": "オフラインです。",
         
     | 
| 
      
 265 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
      
 266 
     | 
    
         
            +
                    },
         
     | 
| 
      
 267 
     | 
    
         
            +
                    "accessDenied": {
         
     | 
| 
      
 268 
     | 
    
         
            +
                        "title": "チャット サービスにアクセスできません",
         
     | 
| 
      
 269 
     | 
    
         
            +
                        "message": "指定されたユーザー資格情報をチェックしてください",
         
     | 
| 
      
 270 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    },
         
     | 
| 
      
 272 
     | 
    
         
            +
                    "userNotInChatThread": {
         
     | 
| 
      
 273 
     | 
    
         
            +
                        "title": "このチャット スレッドに参加しなくなりました。",
         
     | 
| 
      
 274 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
      
 275 
     | 
    
         
            +
                    },
         
     | 
| 
      
 276 
     | 
    
         
            +
                    "sendMessageNotInChatThread": {
         
     | 
| 
      
 277 
     | 
    
         
            +
                        "title": "メッセージを送信できませんでした。",
         
     | 
| 
      
 278 
     | 
    
         
            +
                        "message": "このチャット スレッドにはもう参加していません",
         
     | 
| 
      
 279 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
      
 280 
     | 
    
         
            +
                    },
         
     | 
| 
      
 281 
     | 
    
         
            +
                    "sendMessageGeneric": {
         
     | 
| 
      
 282 
     | 
    
         
            +
                        "title": "メッセージを送信できませんでした。",
         
     | 
| 
      
 283 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
      
 284 
     | 
    
         
            +
                    },
         
     | 
| 
       266 
285 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       267 
286 
     | 
    
         
             
                        "title": "通話の接続に問題があります",
         
     | 
| 
       268 
     | 
    
         
            -
                        "message": " 
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 287 
     | 
    
         
            +
                        "message": "オフラインのようです。ネットワーク接続をチェックしてから、もう一度お試しください。",
         
     | 
| 
      
 288 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       270 
289 
     | 
    
         
             
                    },
         
     | 
| 
       271 
290 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       272 
291 
     | 
    
         
             
                        "title": "ビデオを開始できませんでした。",
         
     | 
| 
       273 
     | 
    
         
            -
                        " 
     | 
| 
      
 292 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       274 
293 
     | 
    
         
             
                    },
         
     | 
| 
       275 
294 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       276 
295 
     | 
    
         
             
                        "title": "ビデオを停止できませんでした。",
         
     | 
| 
       277 
     | 
    
         
            -
                        " 
     | 
| 
      
 296 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       278 
297 
     | 
    
         
             
                    },
         
     | 
| 
       279 
298 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       280 
299 
     | 
    
         
             
                        "title": "マイクをミュートできませんでした。",
         
     | 
| 
       281 
     | 
    
         
            -
                        " 
     | 
| 
      
 300 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       282 
301 
     | 
    
         
             
                    },
         
     | 
| 
       283 
302 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       284 
303 
     | 
    
         
             
                        "title": "マイクのミュートを解除できませんでした。",
         
     | 
| 
       285 
     | 
    
         
            -
                        " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       286 
305 
     | 
    
         
             
                    },
         
     | 
| 
       287 
306 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       288 
307 
     | 
    
         
             
                        "title": "ミュートにしています。",
         
     | 
| 
       289 
     | 
    
         
            -
                        " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       290 
309 
     | 
    
         
             
                    },
         
     | 
| 
       291 
310 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       292 
311 
     | 
    
         
             
                        "title": "画面共有の開始中に問題が発生しました。",
         
     | 
| 
       293 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       294 
313 
     | 
    
         
             
                    },
         
     | 
| 
       295 
314 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       296 
315 
     | 
    
         
             
                        "title": "画面の共有を停止できませんでした。",
         
     | 
| 
       297 
     | 
    
         
            -
                        " 
     | 
| 
      
 316 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       298 
317 
     | 
    
         
             
                    },
         
     | 
| 
       299 
318 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       300 
319 
     | 
    
         
             
                        "title": "ネットワークの品質が低くなっています。",
         
     | 
| 
       301 
     | 
    
         
            -
                        " 
     | 
| 
       302 
     | 
    
         
            -
                    },
         
     | 
| 
       303 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
       304 
     | 
    
         
            -
                        "title": "ネットワークの品質が低くなっています。",
         
     | 
| 
       305 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる",
         
     | 
| 
       306 
     | 
    
         
            -
                        "message": "サウンドを向上させるには、電話からこの通話に参加してください。このデバイスで引き続き会議を表示できます。",
         
     | 
| 
       307 
     | 
    
         
            -
                        "primaryButtonLabel": "電話で参加"
         
     | 
| 
      
 320 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       308 
321 
     | 
    
         
             
                    },
         
     | 
| 
       309 
322 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       310 
323 
     | 
    
         
             
                        "title": "スピーカーまたはヘッドフォンが見つかりません",
         
     | 
| 
       311 
324 
     | 
    
         
             
                        "message": "音声デバイスを接続して通話を聞いてください。",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 325 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       313 
326 
     | 
    
         
             
                    },
         
     | 
| 
       314 
327 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       315 
328 
     | 
    
         
             
                        "title": "マイクが見つかりません",
         
     | 
| 
       316 
329 
     | 
    
         
             
                        "message": "オーディオ入力デバイスを接続します。",
         
     | 
| 
       317 
     | 
    
         
            -
                        " 
     | 
| 
      
 330 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       318 
331 
     | 
    
         
             
                    },
         
     | 
| 
       319 
332 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       320 
333 
     | 
    
         
             
                        "title": "マイクにアクセスできません",
         
     | 
| 
       321 
334 
     | 
    
         
             
                        "message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "マイクにアクセスできません",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
         
     | 
| 
       327 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       328 
341 
     | 
    
         
             
                    },
         
     | 
| 
       329 
342 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       330 
343 
     | 
    
         
             
                        "title": "システムによってミュートになっています。",
         
     | 
| 
       331 
     | 
    
         
            -
                        " 
     | 
| 
      
 344 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       332 
345 
     | 
    
         
             
                    },
         
     | 
| 
       333 
346 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       334 
347 
     | 
    
         
             
                        "title": "マイクが回復し、システムによってミュートが解除されました。",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 348 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       336 
349 
     | 
    
         
             
                    },
         
     | 
| 
       337 
350 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       338 
351 
     | 
    
         
             
                        "title": "マイクにアクセスできません",
         
     | 
| 
       339 
352 
     | 
    
         
             
                        "message": "macOS のプライバシー設定でマイクへのアクセス許可を付与します。",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       341 
354 
     | 
    
         
             
                    },
         
     | 
| 
       342 
355 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       343 
356 
     | 
    
         
             
                        "title": "ネットワーク帯域幅が貧弱です",
         
     | 
| 
       344 
357 
     | 
    
         
             
                        "message": "通話中に他のユーザーのビデオが一時停止している可能性があります。",
         
     | 
| 
       345 
     | 
    
         
            -
                        " 
     | 
| 
      
 358 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       346 
359 
     | 
    
         
             
                    },
         
     | 
| 
       347 
360 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       348 
361 
     | 
    
         
             
                        "title": "カメラにアクセスできません",
         
     | 
| 
       349 
362 
     | 
    
         
             
                        "message": "アドレス バーのロックをクリックして、この Web ページにアクセス許可を付与します。",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "カメラにアクセスできません",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "message": "ページを更新してアクセス許可を可能にするか、このブラウザーの設定を確認し、この Web サイトのアクセス許可が有効になっていることを確認してください。",
         
     | 
| 
       355 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       356 
369 
     | 
    
         
             
                    },
         
     | 
| 
       357 
370 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       358 
371 
     | 
    
         
             
                        "title": "カメラにアクセスできません",
         
     | 
| 
       359 
372 
     | 
    
         
             
                        "message": "別のアプリケーションによって既に使用されている可能性があります。",
         
     | 
| 
       360 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       361 
374 
     | 
    
         
             
                    },
         
     | 
| 
       362 
375 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       363 
376 
     | 
    
         
             
                        "title": "ビデオはシステムによって停止されました。",
         
     | 
| 
       364 
     | 
    
         
            -
                        " 
     | 
| 
      
 377 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       365 
378 
     | 
    
         
             
                    },
         
     | 
| 
       366 
379 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       367 
380 
     | 
    
         
             
                        "title": "ビデオが再開されました。",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 381 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       369 
382 
     | 
    
         
             
                    },
         
     | 
| 
       370 
383 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       371 
384 
     | 
    
         
             
                        "title": "MacOS がカメラへのアクセスをブロックしています",
         
     | 
| 
       372 
385 
     | 
    
         
             
                        "message": "プライバシー設定を更新して、このブラウザーがカメラにアクセスできるようにします。",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       374 
387 
     | 
    
         
             
                    },
         
     | 
| 
       375 
388 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       376 
389 
     | 
    
         
             
                        "title": "MacOS で画面共有がブロックされています",
         
     | 
| 
       377 
390 
     | 
    
         
             
                        "message": "プライバシー設定を更新して、このブラウザーで画面を録画できるようにします。",
         
     | 
| 
       378 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       379 
392 
     | 
    
         
             
                    },
         
     | 
| 
       380 
393 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       381 
     | 
    
         
            -
                        "title": " 
     | 
| 
       382 
     | 
    
         
            -
                        " 
     | 
| 
      
 394 
     | 
    
         
            +
                        "title": "通話に参加できませんでした",
         
     | 
| 
      
 395 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       383 
396 
     | 
    
         
             
                    },
         
     | 
| 
       384 
397 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       385 
398 
     | 
    
         
             
                        "title": "会議に参加できません。リンクが無効です。",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 399 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       387 
400 
     | 
    
         
             
                    },
         
     | 
| 
       388 
401 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       389 
402 
     | 
    
         
             
                        "title": "通話中のユーザーにビデオの表示で問題が発生しています",
         
     | 
| 
       390 
403 
     | 
    
         
             
                        "message": "デバイスとネットワークをチェックしてください。",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 404 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       392 
405 
     | 
    
         
             
                    },
         
     | 
| 
       393 
406 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       394 
407 
     | 
    
         
             
                        "title": "ビデオ効果を適用できません。",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 408 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       396 
409 
     | 
    
         
             
                    },
         
     | 
| 
       397 
410 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       398 
411 
     | 
    
         
             
                        "title": "参加者にスポットライトを開始できません",
         
     | 
| 
       399 
412 
     | 
    
         
             
                        "message": "参加者の最大数は既にスポットライトが設定されています。",
         
     | 
| 
       400 
     | 
    
         
            -
                        " 
     | 
| 
       401 
     | 
    
         
            -
                    },
         
     | 
| 
       402 
     | 
    
         
            -
                    "mutedByRemoteParticipant": {
         
     | 
| 
       403 
     | 
    
         
            -
                        "title": "他の参加者によってミュートにされました。",
         
     | 
| 
       404 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       405 
     | 
    
         
            -
                    },
         
     | 
| 
       406 
     | 
    
         
            -
                    "recordingStarted": {
         
     | 
| 
       407 
     | 
    
         
            -
                        "title": "レコーディングが開始しました。",
         
     | 
| 
       408 
     | 
    
         
            -
                        "message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
         
     | 
| 
       409 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       410 
     | 
    
         
            -
                    },
         
     | 
| 
       411 
     | 
    
         
            -
                    "transcriptionStarted": {
         
     | 
| 
       412 
     | 
    
         
            -
                        "title": "文字起こしが開始しました。",
         
     | 
| 
       413 
     | 
    
         
            -
                        "message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
         
     | 
| 
       414 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       415 
     | 
    
         
            -
                    },
         
     | 
| 
       416 
     | 
    
         
            -
                    "recordingStopped": {
         
     | 
| 
       417 
     | 
    
         
            -
                        "title": "レコーディングを保存しています。",
         
     | 
| 
       418 
     | 
    
         
            -
                        "message": "レコーディングが停止しました。",
         
     | 
| 
       419 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       420 
     | 
    
         
            -
                    },
         
     | 
| 
       421 
     | 
    
         
            -
                    "transcriptionStopped": {
         
     | 
| 
       422 
     | 
    
         
            -
                        "title": "文字起こしを保存しています。",
         
     | 
| 
       423 
     | 
    
         
            -
                        "message": "文字起こしが停止しました。",
         
     | 
| 
       424 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       425 
     | 
    
         
            -
                    },
         
     | 
| 
       426 
     | 
    
         
            -
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
       427 
     | 
    
         
            -
                        "title": "レコーディングとトランスクリプトが開始されました。",
         
     | 
| 
       428 
     | 
    
         
            -
                        "message": "参加すると、この会議のトランスクリプトの作成に同意したことになります。",
         
     | 
| 
       429 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       430 
     | 
    
         
            -
                    },
         
     | 
| 
       431 
     | 
    
         
            -
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
       432 
     | 
    
         
            -
                        "title": "レコーディングとトランスクリプトを保存されました。",
         
     | 
| 
       433 
     | 
    
         
            -
                        "message": "レコーディングとトランスクリプトを停止しました。",
         
     | 
| 
       434 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       435 
     | 
    
         
            -
                    },
         
     | 
| 
       436 
     | 
    
         
            -
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
       437 
     | 
    
         
            -
                        "title": "レコーディングが停止しました。",
         
     | 
| 
       438 
     | 
    
         
            -
                        "message": "この会議のトランスクリプトを作成しています。",
         
     | 
| 
       439 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
       440 
     | 
    
         
            -
                    },
         
     | 
| 
       441 
     | 
    
         
            -
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
       442 
     | 
    
         
            -
                        "title": "文字起こしが停止しました。",
         
     | 
| 
       443 
     | 
    
         
            -
                        "message": "今はこの会議の録画のみを行っています。",
         
     | 
| 
       444 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "閉じる"
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "closeButtonAriaLabel": "閉じる"
         
     | 
| 
       445 
414 
     | 
    
         
             
                    }
         
     | 
| 
       446 
415 
     | 
    
         
             
                },
         
     | 
| 
       447 
416 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -467,8 +436,7 @@ 
     | 
|
| 
       467 
436 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "スポットライトの上限に達しました",
         
     | 
| 
       468 
437 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "スポットライトの設定を解除",
         
     | 
| 
       469 
438 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "スポットライトを終了",
         
     | 
| 
       470 
     | 
    
         
            -
                    "attendeeRole": "出席者" 
     | 
| 
       471 
     | 
    
         
            -
                    "muteParticipantMenuItemLabel": "ミュート"
         
     | 
| 
      
 439 
     | 
    
         
            +
                    "attendeeRole": "出席者"
         
     | 
| 
       472 
440 
     | 
    
         
             
                },
         
     | 
| 
       473 
441 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       474 
442 
     | 
    
         
             
                    "placeholderText": "電話番号を入力してください",
         
     | 
| 
         @@ -604,21 +572,15 @@ 
     | 
|
| 
       604 
572 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "前のページ",
         
     | 
| 
       605 
573 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "次のページ"
         
     | 
| 
       606 
574 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 575 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
576 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "電話から通話に参加",
         
     | 
| 
       609 
577 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "ダイヤル番号",
         
     | 
| 
       610 
578 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "会議 ID の入力",
         
     | 
| 
       611 
579 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "開催者に許可されるのを待つ",
         
     | 
| 
       612 
580 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "利用可能な電話がありません",
         
     | 
| 
       613 
     | 
    
         
            -
                    " 
     | 
| 
       614 
     | 
    
         
            -
                    " 
     | 
| 
       615 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": "( 
     | 
| 
       616 
     | 
    
         
            -
             
     | 
| 
       617 
     | 
    
         
            -
                "IncomingCallNotification": {
         
     | 
| 
       618 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderId": "不明なユーザー",
         
     | 
| 
       619 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderAlert": "着信",
         
     | 
| 
       620 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "オーディオで承諾する",
         
     | 
| 
       621 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "ビデオで承諾する",
         
     | 
| 
       622 
     | 
    
         
            -
                    "incomingCallNoticicationRejectAriaLabel": "拒否する"
         
     | 
| 
      
 581 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (フリーダイヤル) {country}、{city}",
         
     | 
| 
      
 582 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (フリーダイヤル)",
         
     | 
| 
      
 583 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "{phoneNumber} (有料) {country}、{city}",
         
     | 
| 
      
 584 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (有料)"
         
     | 
| 
       623 
585 
     | 
    
         
             
                }
         
     | 
| 
       624 
586 
     | 
    
         
             
            }
         
     |