@azure/communication-react 1.18.0-alpha-202407191547 → 1.18.0-alpha-202407262302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +15 -23
 - package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +5 -33
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
 - package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLCHZv_g.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
 - package/dist/dist-cjs/communication-react/{index-BWVQuckY.js → index-BSczaURy.js} +184 -249
 - package/dist/dist-cjs/communication-react/index-BSczaURy.js.map +1 -0
 - package/dist/dist-cjs/communication-react/index.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
 - package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
 - package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
 - package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
 - package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
 - package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
 - package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
 - package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
 - package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +4 -35
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +1 -6
 - package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
 - package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +14 -21
 - package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +17 -15
 - package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
 - package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
 - package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -0
 - package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +2 -6
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +12 -57
 - package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
 - package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
 - package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
 - package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
 - package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
 - package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
 - package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
 - package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
 - package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
 - package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
 - package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
 - package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
 - package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
 - package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
 - package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
 - package/package.json +7 -7
 - package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-ChK7xe6Z.js.map +0 -1
 - package/dist/dist-cjs/communication-react/index-BWVQuckY.js.map +0 -1
 
| 
         @@ -185,8 +185,8 @@ 
     | 
|
| 
       185 
185 
     | 
    
         
             
                    "failToSendTag": "Gönderilemedi",
         
     | 
| 
       186 
186 
     | 
    
         
             
                    "editedTag": "Düzenlendi",
         
     | 
| 
       187 
187 
     | 
    
         
             
                    "liveAuthorIntro": "{author} şöyle diyor:",
         
     | 
| 
       188 
     | 
    
         
            -
                    "messageContentAriaText": "{ 
     | 
| 
       189 
     | 
    
         
            -
                    "messageContentMineAriaText": "{ 
     | 
| 
      
 188 
     | 
    
         
            +
                    "messageContentAriaText": "{author} iletisinde şunu yazdı: {message}",
         
     | 
| 
      
 189 
     | 
    
         
            +
                    "messageContentMineAriaText": "{message}dediniz",
         
     | 
| 
       190 
190 
     | 
    
         
             
                    "editBoxTextLimit": "İletiniz en fazla {limitNumber} aşıyor",
         
     | 
| 
       191 
191 
     | 
    
         
             
                    "editBoxPlaceholderText": "İletinizi düzenleyin",
         
     | 
| 
       192 
192 
     | 
    
         
             
                    "newMessagesIndicator": "Yeni iletiler",
         
     | 
| 
         @@ -220,8 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                    "richTextDeleteColumnMenu": "Sütunu sil",
         
     | 
| 
       221 
221 
     | 
    
         
             
                    "richTextDeleteRowMenu": "Satırı sil",
         
     | 
| 
       222 
222 
     | 
    
         
             
                    "richTextDeleteTableMenu": "Tabloyu sil",
         
     | 
| 
       223 
     | 
    
         
            -
                    "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler" 
     | 
| 
       224 
     | 
    
         
            -
                    "attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin."
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler"
         
     | 
| 
       225 
224 
     | 
    
         
             
                },
         
     | 
| 
       226 
225 
     | 
    
         
             
                "errorBar": {
         
     | 
| 
       227 
226 
     | 
    
         
             
                    "unableToReachChatService": "Çevrimdışısınız",
         
     | 
| 
         @@ -238,7 +237,6 @@ 
     | 
|
| 
       238 
237 
     | 
    
         
             
                    "startScreenShareGeneric": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
         
     | 
| 
       239 
238 
     | 
    
         
             
                    "stopScreenShareGeneric": "Ekran paylaşımı durdurulamadı",
         
     | 
| 
       240 
239 
     | 
    
         
             
                    "callNetworkQualityLow": "Ağ kalitesi düşük.",
         
     | 
| 
       241 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": "Ağ kalitesi düşük.",
         
     | 
| 
       242 
240 
     | 
    
         
             
                    "callNoSpeakerFound": "Hoparlör veya kulaklık bulunamadı. Aramayı dinlemek için bir ses aygıtı bağlayın.",
         
     | 
| 
       243 
241 
     | 
    
         
             
                    "callNoMicrophoneFound": "Mikrofon bulunamadı. Ses giriş cihazı bağlan.",
         
     | 
| 
       244 
242 
     | 
    
         
             
                    "callMicrophoneAccessDenied": "Mikrofona erişemiyor. Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
         
     | 
| 
         @@ -259,189 +257,160 @@ 
     | 
|
| 
       259 
257 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
         
     | 
| 
       260 
258 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor. Lütfen cihazlarınızı ve ağlarınızı kontrol edin.",
         
     | 
| 
       261 
259 
     | 
    
         
             
                    "unableToStartVideoEffect": "Video efekti uygulanamıyor.",
         
     | 
| 
       262 
     | 
    
         
            -
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Öne çıkarılan katılımcı sayısı zaten üst sınırı geçtiğinden katılımcılarda öne çıkarma özelliği başlatılamıyor." 
     | 
| 
       263 
     | 
    
         
            -
                    "mutedByRemoteParticipant": "Başka bir katılımcı tarafından sessize alındınız."
         
     | 
| 
      
 260 
     | 
    
         
            +
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": "Öne çıkarılan katılımcı sayısı zaten üst sınırı geçtiğinden katılımcılarda öne çıkarma özelliği başlatılamıyor."
         
     | 
| 
       264 
261 
     | 
    
         
             
                },
         
     | 
| 
       265 
     | 
    
         
            -
                " 
     | 
| 
      
 262 
     | 
    
         
            +
                "notifications": {
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "unableToReachChatService": {
         
     | 
| 
      
 264 
     | 
    
         
            +
                        "title": "Çevrimdışısınız.",
         
     | 
| 
      
 265 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
      
 266 
     | 
    
         
            +
                    },
         
     | 
| 
      
 267 
     | 
    
         
            +
                    "accessDenied": {
         
     | 
| 
      
 268 
     | 
    
         
            +
                        "title": "Sohbet hizmetlerine erişilemedi",
         
     | 
| 
      
 269 
     | 
    
         
            +
                        "message": "Lütfen sağlanan kullanıcı kimlik bilgilerini kontrol edin",
         
     | 
| 
      
 270 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    },
         
     | 
| 
      
 272 
     | 
    
         
            +
                    "userNotInChatThread": {
         
     | 
| 
      
 273 
     | 
    
         
            +
                        "title": "Artık bu sohbet yazışmasında değilsiniz.",
         
     | 
| 
      
 274 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
      
 275 
     | 
    
         
            +
                    },
         
     | 
| 
      
 276 
     | 
    
         
            +
                    "sendMessageNotInChatThread": {
         
     | 
| 
      
 277 
     | 
    
         
            +
                        "title": "İleti gönderilemedi",
         
     | 
| 
      
 278 
     | 
    
         
            +
                        "message": "Artık bu sohbet yazışması içinde değilsiniz",
         
     | 
| 
      
 279 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
      
 280 
     | 
    
         
            +
                    },
         
     | 
| 
      
 281 
     | 
    
         
            +
                    "sendMessageGeneric": {
         
     | 
| 
      
 282 
     | 
    
         
            +
                        "title": "İleti gönderilemedi.",
         
     | 
| 
      
 283 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
      
 284 
     | 
    
         
            +
                    },
         
     | 
| 
       266 
285 
     | 
    
         
             
                    "callingNetworkFailure": {
         
     | 
| 
       267 
286 
     | 
    
         
             
                        "title": "Arama bağlanırken sorun oluştu",
         
     | 
| 
       268 
287 
     | 
    
         
             
                        "message": "Çevrimdışı görünüyorsunuz. Lütfen ağ bağlantınızı denetleyin ve yeniden deneyin.",
         
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 288 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       270 
289 
     | 
    
         
             
                    },
         
     | 
| 
       271 
290 
     | 
    
         
             
                    "startVideoGeneric": {
         
     | 
| 
       272 
291 
     | 
    
         
             
                        "title": "Video başlatılamadı.",
         
     | 
| 
       273 
     | 
    
         
            -
                        " 
     | 
| 
      
 292 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       274 
293 
     | 
    
         
             
                    },
         
     | 
| 
       275 
294 
     | 
    
         
             
                    "stopVideoGeneric": {
         
     | 
| 
       276 
295 
     | 
    
         
             
                        "title": "Video durdurulamadı.",
         
     | 
| 
       277 
     | 
    
         
            -
                        " 
     | 
| 
      
 296 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       278 
297 
     | 
    
         
             
                    },
         
     | 
| 
       279 
298 
     | 
    
         
             
                    "muteGeneric": {
         
     | 
| 
       280 
299 
     | 
    
         
             
                        "title": "Mikrofonun sesi kapatılamadı.",
         
     | 
| 
       281 
     | 
    
         
            -
                        " 
     | 
| 
      
 300 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       282 
301 
     | 
    
         
             
                    },
         
     | 
| 
       283 
302 
     | 
    
         
             
                    "unmuteGeneric": {
         
     | 
| 
       284 
303 
     | 
    
         
             
                        "title": "Mikrofonun sesi açılamadı.",
         
     | 
| 
       285 
     | 
    
         
            -
                        " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       286 
305 
     | 
    
         
             
                    },
         
     | 
| 
       287 
306 
     | 
    
         
             
                    "speakingWhileMuted": {
         
     | 
| 
       288 
307 
     | 
    
         
             
                        "title": "Sesiniz kapatıldı.",
         
     | 
| 
       289 
     | 
    
         
            -
                        " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       290 
309 
     | 
    
         
             
                    },
         
     | 
| 
       291 
310 
     | 
    
         
             
                    "startScreenShareGeneric": {
         
     | 
| 
       292 
311 
     | 
    
         
             
                        "title": "Ekran paylaşımı başlatılırken bir sorun oluştu.",
         
     | 
| 
       293 
     | 
    
         
            -
                        " 
     | 
| 
      
 312 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       294 
313 
     | 
    
         
             
                    },
         
     | 
| 
       295 
314 
     | 
    
         
             
                    "stopScreenShareGeneric": {
         
     | 
| 
       296 
315 
     | 
    
         
             
                        "title": "Ekran paylaşımı durdurulamadı.",
         
     | 
| 
       297 
     | 
    
         
            -
                        " 
     | 
| 
      
 316 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       298 
317 
     | 
    
         
             
                    },
         
     | 
| 
       299 
318 
     | 
    
         
             
                    "callNetworkQualityLow": {
         
     | 
| 
       300 
319 
     | 
    
         
             
                        "title": "Ağ kalitesi düşük.",
         
     | 
| 
       301 
     | 
    
         
            -
                        " 
     | 
| 
       302 
     | 
    
         
            -
                    },
         
     | 
| 
       303 
     | 
    
         
            -
                    "teamsMeetingCallNetworkQualityLow": {
         
     | 
| 
       304 
     | 
    
         
            -
                        "title": "Ağ kalitesi düşük.",
         
     | 
| 
       305 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat",
         
     | 
| 
       306 
     | 
    
         
            -
                        "message": "Daha iyi ses için telefonunuzdan bu aramaya katılın. Bu cihazda toplantıyı görüntülemeye devam edin.",
         
     | 
| 
       307 
     | 
    
         
            -
                        "primaryButtonLabel": "Telefonla Katıl"
         
     | 
| 
      
 320 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       308 
321 
     | 
    
         
             
                    },
         
     | 
| 
       309 
322 
     | 
    
         
             
                    "callNoSpeakerFound": {
         
     | 
| 
       310 
323 
     | 
    
         
             
                        "title": "Hoparlör veya kulaklık yok",
         
     | 
| 
       311 
324 
     | 
    
         
             
                        "message": "Aramayı dinlemek için bir ses aygıtı bağlayın.",
         
     | 
| 
       312 
     | 
    
         
            -
                        " 
     | 
| 
      
 325 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       313 
326 
     | 
    
         
             
                    },
         
     | 
| 
       314 
327 
     | 
    
         
             
                    "callNoMicrophoneFound": {
         
     | 
| 
       315 
328 
     | 
    
         
             
                        "title": "Mikrofon bulunamadı",
         
     | 
| 
       316 
329 
     | 
    
         
             
                        "message": "Ses giriş cihazı bağlayın.",
         
     | 
| 
       317 
     | 
    
         
            -
                        " 
     | 
| 
      
 330 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       318 
331 
     | 
    
         
             
                    },
         
     | 
| 
       319 
332 
     | 
    
         
             
                    "callMicrophoneAccessDenied": {
         
     | 
| 
       320 
333 
     | 
    
         
             
                        "title": "Mikrofona erişilemiyor",
         
     | 
| 
       321 
334 
     | 
    
         
             
                        "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "Mikrofona erişilemiyor",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
         
     | 
| 
       327 
     | 
    
         
            -
                        " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       328 
341 
     | 
    
         
             
                    },
         
     | 
| 
       329 
342 
     | 
    
         
             
                    "callMicrophoneMutedBySystem": {
         
     | 
| 
       330 
343 
     | 
    
         
             
                        "title": "Sisteminiz tarafından sessize alındınız.",
         
     | 
| 
       331 
     | 
    
         
            -
                        " 
     | 
| 
      
 344 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       332 
345 
     | 
    
         
             
                    },
         
     | 
| 
       333 
346 
     | 
    
         
             
                    "callMicrophoneUnmutedBySystem": {
         
     | 
| 
       334 
347 
     | 
    
         
             
                        "title": "Mikrofonunuz kurtarıldı ve sisteminiz tarafından sesiniz açıldı.",
         
     | 
| 
       335 
     | 
    
         
            -
                        " 
     | 
| 
      
 348 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       336 
349 
     | 
    
         
             
                    },
         
     | 
| 
       337 
350 
     | 
    
         
             
                    "callMacOsMicrophoneAccessDenied": {
         
     | 
| 
       338 
351 
     | 
    
         
             
                        "title": "Mikrofona erişilemiyor",
         
     | 
| 
       339 
352 
     | 
    
         
             
                        "message": "macOS gizlilik ayarlarınıza mikrofon izni verin.",
         
     | 
| 
       340 
     | 
    
         
            -
                        " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       341 
354 
     | 
    
         
             
                    },
         
     | 
| 
       342 
355 
     | 
    
         
             
                    "callLocalVideoFreeze": {
         
     | 
| 
       343 
356 
     | 
    
         
             
                        "title": "Ağ bant genişliği düşük",
         
     | 
| 
       344 
357 
     | 
    
         
             
                        "message": "Görüntülü aramada başkaları için duraklatılmış görünüyor olabilir.",
         
     | 
| 
       345 
     | 
    
         
            -
                        " 
     | 
| 
      
 358 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       346 
359 
     | 
    
         
             
                    },
         
     | 
| 
       347 
360 
     | 
    
         
             
                    "callCameraAccessDenied": {
         
     | 
| 
       348 
361 
     | 
    
         
             
                        "title": "Kameraya erişilemiyor",
         
     | 
| 
       349 
362 
     | 
    
         
             
                        "message": "Bu web sayfası için izin vermek için adres çubuğundaki kilidi tıklatın.",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "Kameraya erişilemiyor",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "message": "İzin vermek için sayfayı yenileyin veya bu tarayıcının ayarlarını denetleyin ve bu web sitesi için izinlerin etkinleştirildiğinden emin olun.",
         
     | 
| 
       355 
     | 
    
         
            -
                        " 
     | 
| 
      
 368 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       356 
369 
     | 
    
         
             
                    },
         
     | 
| 
       357 
370 
     | 
    
         
             
                    "callCameraAlreadyInUse": {
         
     | 
| 
       358 
371 
     | 
    
         
             
                        "title": "Kameraya erişilemiyor",
         
     | 
| 
       359 
372 
     | 
    
         
             
                        "message": "Başka bir uygulama tarafından zaten kullanılıyor olabilir.",
         
     | 
| 
       360 
     | 
    
         
            -
                        " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       361 
374 
     | 
    
         
             
                    },
         
     | 
| 
       362 
375 
     | 
    
         
             
                    "callVideoStoppedBySystem": {
         
     | 
| 
       363 
376 
     | 
    
         
             
                        "title": "Videonuz sisteminiz tarafından durduruldu.",
         
     | 
| 
       364 
     | 
    
         
            -
                        " 
     | 
| 
      
 377 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       365 
378 
     | 
    
         
             
                    },
         
     | 
| 
       366 
379 
     | 
    
         
             
                    "callVideoRecoveredBySystem": {
         
     | 
| 
       367 
380 
     | 
    
         
             
                        "title": "Videonuz devam ediyor.",
         
     | 
| 
       368 
     | 
    
         
            -
                        " 
     | 
| 
      
 381 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       369 
382 
     | 
    
         
             
                    },
         
     | 
| 
       370 
383 
     | 
    
         
             
                    "callMacOsCameraAccessDenied": {
         
     | 
| 
       371 
384 
     | 
    
         
             
                        "title": "MacOS kameranıza erişimi engelliyor",
         
     | 
| 
       372 
385 
     | 
    
         
             
                        "message": "Bu tarayıcının kameranıza erişmesine izin vermek için gizlilik ayarlarınızı güncelleştirin.",
         
     | 
| 
       373 
     | 
    
         
            -
                        " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       374 
387 
     | 
    
         
             
                    },
         
     | 
| 
       375 
388 
     | 
    
         
             
                    "callMacOsScreenShareAccessDenied": {
         
     | 
| 
       376 
389 
     | 
    
         
             
                        "title": "MacOS ekran paylaşımını engelliyor",
         
     | 
| 
       377 
390 
     | 
    
         
             
                        "message": "Bu tarayıcının ekranınızı kaydetmesini izin vermek için gizlilik ayarlarınızı güncelleştirin.",
         
     | 
| 
       378 
     | 
    
         
            -
                        " 
     | 
| 
      
 391 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       379 
392 
     | 
    
         
             
                    },
         
     | 
| 
       380 
393 
     | 
    
         
             
                    "failedToJoinCallGeneric": {
         
     | 
| 
       381 
     | 
    
         
            -
                        "title": "Aramaya  
     | 
| 
       382 
     | 
    
         
            -
                        " 
     | 
| 
      
 394 
     | 
    
         
            +
                        "title": "Aramaya katılma başarısız.",
         
     | 
| 
      
 395 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       383 
396 
     | 
    
         
             
                    },
         
     | 
| 
       384 
397 
     | 
    
         
             
                    "failedToJoinCallInvalidMeetingLink": {
         
     | 
| 
       385 
398 
     | 
    
         
             
                        "title": "Toplantıya katılınamıyor. Geçersiz Bağlantı.",
         
     | 
| 
       386 
     | 
    
         
            -
                        " 
     | 
| 
      
 399 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       387 
400 
     | 
    
         
             
                    },
         
     | 
| 
       388 
401 
     | 
    
         
             
                    "cameraFrozenForRemoteParticipants": {
         
     | 
| 
       389 
402 
     | 
    
         
             
                        "title": "Aramadaki kullanıcılar videonuzu görmekte sorun yaşıyor",
         
     | 
| 
       390 
403 
     | 
    
         
             
                        "message": "Lütfen cihazlarınızı ve ağlarınızı kontrol edin.",
         
     | 
| 
       391 
     | 
    
         
            -
                        " 
     | 
| 
      
 404 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       392 
405 
     | 
    
         
             
                    },
         
     | 
| 
       393 
406 
     | 
    
         
             
                    "unableToStartVideoEffect": {
         
     | 
| 
       394 
407 
     | 
    
         
             
                        "title": "Video efekti uygulanamıyor.",
         
     | 
| 
       395 
     | 
    
         
            -
                        " 
     | 
| 
      
 408 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       396 
409 
     | 
    
         
             
                    },
         
     | 
| 
       397 
410 
     | 
    
         
             
                    "startSpotlightWhileMaxParticipantsAreSpotlighted": {
         
     | 
| 
       398 
411 
     | 
    
         
             
                        "title": "Katılımcılarda öne çıkarma özelliği başlatılamıyor",
         
     | 
| 
       399 
412 
     | 
    
         
             
                        "message": "Maksimum katılımcı sayısı zaten öne çıkarıldı.",
         
     | 
| 
       400 
     | 
    
         
            -
                        " 
     | 
| 
       401 
     | 
    
         
            -
                    },
         
     | 
| 
       402 
     | 
    
         
            -
                    "mutedByRemoteParticipant": {
         
     | 
| 
       403 
     | 
    
         
            -
                        "title": "Başka bir katılımcı tarafından sessize alındınız.",
         
     | 
| 
       404 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       405 
     | 
    
         
            -
                    },
         
     | 
| 
       406 
     | 
    
         
            -
                    "recordingStarted": {
         
     | 
| 
       407 
     | 
    
         
            -
                        "title": "Kayıt başladı.",
         
     | 
| 
       408 
     | 
    
         
            -
                        "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
         
     | 
| 
       409 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       410 
     | 
    
         
            -
                    },
         
     | 
| 
       411 
     | 
    
         
            -
                    "transcriptionStarted": {
         
     | 
| 
       412 
     | 
    
         
            -
                        "title": "Döküm başlatıldı.",
         
     | 
| 
       413 
     | 
    
         
            -
                        "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
         
     | 
| 
       414 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       415 
     | 
    
         
            -
                    },
         
     | 
| 
       416 
     | 
    
         
            -
                    "recordingStopped": {
         
     | 
| 
       417 
     | 
    
         
            -
                        "title": "Kayıt kaydediliyor.",
         
     | 
| 
       418 
     | 
    
         
            -
                        "message": "Kayıt durduruldu.",
         
     | 
| 
       419 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       420 
     | 
    
         
            -
                    },
         
     | 
| 
       421 
     | 
    
         
            -
                    "transcriptionStopped": {
         
     | 
| 
       422 
     | 
    
         
            -
                        "title": "Döküm kaydediliyor.",
         
     | 
| 
       423 
     | 
    
         
            -
                        "message": "Döküm durduruldu.",
         
     | 
| 
       424 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       425 
     | 
    
         
            -
                    },
         
     | 
| 
       426 
     | 
    
         
            -
                    "recordingAndTranscriptionStarted": {
         
     | 
| 
       427 
     | 
    
         
            -
                        "title": "Kayıt ve döküm başlatıldı.",
         
     | 
| 
       428 
     | 
    
         
            -
                        "message": "Katılarak bu toplantının dökümünün çıkarılmasına onay verirsiniz.",
         
     | 
| 
       429 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       430 
     | 
    
         
            -
                    },
         
     | 
| 
       431 
     | 
    
         
            -
                    "recordingAndTranscriptionStopped": {
         
     | 
| 
       432 
     | 
    
         
            -
                        "title": "Kayıt ve döküm kaydediliyor.",
         
     | 
| 
       433 
     | 
    
         
            -
                        "message": "Kayıt ve döküm durduruldu.",
         
     | 
| 
       434 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       435 
     | 
    
         
            -
                    },
         
     | 
| 
       436 
     | 
    
         
            -
                    "recordingStoppedStillTranscribing": {
         
     | 
| 
       437 
     | 
    
         
            -
                        "title": "Kayıt durduruldu.",
         
     | 
| 
       438 
     | 
    
         
            -
                        "message": "Şu anda yalnızca bu toplantının dökümünü oluşturuyorsunuz.",
         
     | 
| 
       439 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
       440 
     | 
    
         
            -
                    },
         
     | 
| 
       441 
     | 
    
         
            -
                    "transcriptionStoppedStillRecording": {
         
     | 
| 
       442 
     | 
    
         
            -
                        "title": "Döküm durduruldu.",
         
     | 
| 
       443 
     | 
    
         
            -
                        "message": "Şu anda yalnızca bu toplantıyı kaydediyorsunuz.",
         
     | 
| 
       444 
     | 
    
         
            -
                        "dismissButtonAriaLabel": "Kapat"
         
     | 
| 
      
 413 
     | 
    
         
            +
                        "closeButtonAriaLabel": "Kapat"
         
     | 
| 
       445 
414 
     | 
    
         
             
                    }
         
     | 
| 
       446 
415 
     | 
    
         
             
                },
         
     | 
| 
       447 
416 
     | 
    
         
             
                "videoGallery": {
         
     | 
| 
         @@ -467,8 +436,7 @@ 
     | 
|
| 
       467 
436 
     | 
    
         
             
                    "spotlightLimitReachedMenuTitle": "Öne çıkarma sınırına ulaşıldı",
         
     | 
| 
       468 
437 
     | 
    
         
             
                    "stopSpotlightVideoTileMenuLabel": "Öne çıkarmayı durdur",
         
     | 
| 
       469 
438 
     | 
    
         
             
                    "stopSpotlightOnSelfVideoTileMenuLabel": "Öne çıkarmadan çık",
         
     | 
| 
       470 
     | 
    
         
            -
                    "attendeeRole": "Katılımcı" 
     | 
| 
       471 
     | 
    
         
            -
                    "muteParticipantMenuItemLabel": "Sesi kapat"
         
     | 
| 
      
 439 
     | 
    
         
            +
                    "attendeeRole": "Katılımcı"
         
     | 
| 
       472 
440 
     | 
    
         
             
                },
         
     | 
| 
       473 
441 
     | 
    
         
             
                "dialpad": {
         
     | 
| 
       474 
442 
     | 
    
         
             
                    "placeholderText": "Telefon numarası gir",
         
     | 
| 
         @@ -604,21 +572,15 @@ 
     | 
|
| 
       604 
572 
     | 
    
         
             
                    "leftNavButtonAriaLabel": "önceki sayfa",
         
     | 
| 
       605 
573 
     | 
    
         
             
                    "rightNavButtonAriaLabel": "sonraki sayfa"
         
     | 
| 
       606 
574 
     | 
    
         
             
                },
         
     | 
| 
       607 
     | 
    
         
            -
                " 
     | 
| 
      
 575 
     | 
    
         
            +
                "MeetingConferencePhoneInfo": {
         
     | 
| 
       608 
576 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalTitle": "Telefonunuzdan aramaya katılın",
         
     | 
| 
       609 
577 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalDialIn": "Numarayı çevirin",
         
     | 
| 
       610 
578 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalMeetingId": "Toplantı kimliğini girin",
         
     | 
| 
       611 
579 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalWait": "Düzenleyici tarafından kabul etmek için bekleyin",
         
     | 
| 
       612 
580 
     | 
    
         
             
                    "meetingConferencePhoneInfoModalNoPhoneAvailable": "Kullanılabilir telefon yok",
         
     | 
| 
       613 
     | 
    
         
            -
                    " 
     | 
| 
       614 
     | 
    
         
            -
                    " 
     | 
| 
       615 
     | 
    
         
            -
                    "meetingConferencePhoneInfoModalToll": "( 
     | 
| 
       616 
     | 
    
         
            -
             
     | 
| 
       617 
     | 
    
         
            -
                "IncomingCallNotification": {
         
     | 
| 
       618 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderId": "Bilinmeyen Kullanıcı",
         
     | 
| 
       619 
     | 
    
         
            -
                    "incomingCallNotificationPlaceholderAlert": "Gelen çağrı",
         
     | 
| 
       620 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithAudioAriaLabel": "Sesli kabul et",
         
     | 
| 
       621 
     | 
    
         
            -
                    "incomingCallNoticicationAcceptWithVideoAriaLabel": "Görüntülü kabul et",
         
     | 
| 
       622 
     | 
    
         
            -
                    "incomingCallNoticicationRejectAriaLabel": "Reddet"
         
     | 
| 
      
 581 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Ücretsiz) {country}, {city}",
         
     | 
| 
      
 582 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Ücretsiz)",
         
     | 
| 
      
 583 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Ücretsiz) {country}, {city}",
         
     | 
| 
      
 584 
     | 
    
         
            +
                    "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Ücretsiz)"
         
     | 
| 
       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": "无法访问麦克风。单击地址栏中的锁定以授予对此网页的权限。",
         
     | 
| 
         @@ -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 
     | 
    
         
            -
                        "title": " 
     | 
| 
      
 286 
     | 
    
         
            +
                        "title": "连接呼叫时遇到问题",
         
     | 
| 
       268 
287 
     | 
    
         
             
                        "message": "你似乎处于脱机状态。请检查网络连接,然后重试。",
         
     | 
| 
       269 
     | 
    
         
            -
                        " 
     | 
| 
      
 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": "单击地址栏中的锁定以授予对此网页的权限。",
         
     | 
| 
       322 
     | 
    
         
            -
                        " 
     | 
| 
      
 335 
     | 
    
         
            +
                        "closeButtonAriaLabel": "关闭"
         
     | 
| 
       323 
336 
     | 
    
         
             
                    },
         
     | 
| 
       324 
337 
     | 
    
         
             
                    "callMicrophoneAccessDeniedSafari": {
         
     | 
| 
       325 
338 
     | 
    
         
             
                        "title": "无法访问麦克风",
         
     | 
| 
       326 
339 
     | 
    
         
             
                        "message": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
         
     | 
| 
       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": "单击地址栏中的锁定以授予对此网页的权限。",
         
     | 
| 
       350 
     | 
    
         
            -
                        " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "closeButtonAriaLabel": "关闭"
         
     | 
| 
       351 
364 
     | 
    
         
             
                    },
         
     | 
| 
       352 
365 
     | 
    
         
             
                    "callCameraAccessDeniedSafari": {
         
     | 
| 
       353 
366 
     | 
    
         
             
                        "title": "无法访问摄像头",
         
     | 
| 
       354 
367 
     | 
    
         
             
                        "message": "刷新页面以允许权限,或检查此浏览器的设置并验证是否为此网站启用了权限。",
         
     | 
| 
       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 
     | 
    
         
             
            }
         
     |