@azure/communication-react 1.18.0-alpha-202406150014 → 1.18.0-alpha-202406191739
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 +54 -28
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-XMNUmuTx.js → ChatMessageComponentAsRichTextEditBox-HBSSHZ2s.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-XMNUmuTx.js.map → ChatMessageComponentAsRichTextEditBox-HBSSHZ2s.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLmR8ku0.js → RichTextSendBoxWrapper-DDN8Weyb.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BLmR8ku0.js.map → RichTextSendBoxWrapper-DDN8Weyb.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-CzkriUUT.js → index-CAm6Qb1t.js} +638 -197
- package/dist/dist-cjs/communication-react/index-CAm6Qb1t.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/errorNotificationsSelector.d.ts +22 -0
- package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.js +146 -0
- package/dist/dist-esm/calling-component-bindings/src/errorNotificationsSelector.js.map +1 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +7 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +2 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +5 -4
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js +3 -3
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js +1 -10
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js +18 -21
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notifications.d.ts +23 -28
- package/dist/dist-esm/react-components/src/components/Notifications.js +17 -7
- package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +3 -2
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/PlaceholderPlugin.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +16 -29
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +10 -4
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +9 -3
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js +1 -1
- package/dist/dist-esm/react-components/src/components/TroubleshootingGuideErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +3 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +10 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js +8 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCardGroup.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +1 -1
- 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 +24 -13
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +9 -0
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +32 -1
- package/dist/dist-esm/react-components/src/components/utils.js +84 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -23
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +168 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +170 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +170 -3
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js +4 -4
- package/dist/dist-esm/react-components/src/theming/FluentV9ThemeProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js +13 -12
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js +1 -1
- package/dist/dist-esm/react-components/src/theming/v9ThemeShim.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +33 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +68 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +5 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/HoldPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +26 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +5 -4
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +3 -2
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +40 -2
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +6 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +7 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +7 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +10 -10
- package/dist/dist-cjs/communication-react/index-CzkriUUT.js.map +0 -1
@@ -259,12 +259,167 @@
|
|
259
259
|
"unableToStartVideoEffect": "Nelze použít efekt videa.",
|
260
260
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Nelze zahájit vytváření hlavního výběru účastníků, protože je již v hlavním výběru maximální počet účastníků."
|
261
261
|
},
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "Jste offline.",
|
265
|
+
"closeButtonAriaLabel": "Zavřít"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "Nejde získat přístup k chatovacím službám",
|
269
|
+
"message": "Zkontrolujte prosím zadané přihlašovací údaje uživatele",
|
270
|
+
"closeButtonAriaLabel": "Zavřít"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "Už nejste v tomto vlákně chatu.",
|
274
|
+
"closeButtonAriaLabel": "Zavřít"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "Zprávu se nepovedlo odeslat",
|
278
|
+
"message": "Už nejste v tomto vlákně chatu",
|
279
|
+
"closeButtonAriaLabel": "Zavřít"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "Nepovedlo se odeslat zprávu.",
|
283
|
+
"closeButtonAriaLabel": "Zavřít"
|
284
|
+
},
|
285
|
+
"callingNetworkFailure": {
|
286
|
+
"title": "Při připojování hovoru došlo k potížím",
|
287
|
+
"message": "Zdá se, že jste offline. Zkontrolujte si prosím síťové připojení a zkuste to znovu.",
|
288
|
+
"closeButtonAriaLabel": "Zavřít"
|
289
|
+
},
|
290
|
+
"startVideoGeneric": {
|
291
|
+
"title": "Video se nepovedlo spustit.",
|
292
|
+
"closeButtonAriaLabel": "Zavřít"
|
293
|
+
},
|
294
|
+
"stopVideoGeneric": {
|
295
|
+
"title": "Video se nepovedlo zastavit.",
|
296
|
+
"closeButtonAriaLabel": "Zavřít"
|
297
|
+
},
|
298
|
+
"muteGeneric": {
|
299
|
+
"title": "Nepovedlo se ztlumit mikrofon.",
|
300
|
+
"closeButtonAriaLabel": "Zavřít"
|
301
|
+
},
|
302
|
+
"unmuteGeneric": {
|
303
|
+
"title": "Nepovedlo se zrušit ztlumení mikrofonu.",
|
304
|
+
"closeButtonAriaLabel": "Zavřít"
|
305
|
+
},
|
306
|
+
"speakingWhileMuted": {
|
307
|
+
"title": "Jste ztlumení.",
|
308
|
+
"closeButtonAriaLabel": "Zavřít"
|
309
|
+
},
|
310
|
+
"startScreenShareGeneric": {
|
311
|
+
"title": "Při spouštění sdílení obrazovky došlo k problému.",
|
312
|
+
"closeButtonAriaLabel": "Zavřít"
|
313
|
+
},
|
314
|
+
"stopScreenShareGeneric": {
|
315
|
+
"title": "Nepovedlo se zastavit sdílení obrazovky.",
|
316
|
+
"closeButtonAriaLabel": "Zavřít"
|
317
|
+
},
|
318
|
+
"callNetworkQualityLow": {
|
319
|
+
"title": "Kvalita sítě je nízká.",
|
320
|
+
"closeButtonAriaLabel": "Zavřít"
|
321
|
+
},
|
322
|
+
"callNoSpeakerFound": {
|
323
|
+
"title": "Nenašly se žádné reproduktory ani sluchátka",
|
324
|
+
"message": "Připojte zvukové zařízení, abyste slyšeli hovor.",
|
325
|
+
"closeButtonAriaLabel": "Zavřít"
|
326
|
+
},
|
327
|
+
"callNoMicrophoneFound": {
|
328
|
+
"title": "Nenašly se žádné mikrofony",
|
329
|
+
"message": "Připojte vstupní zvukové zařízení.",
|
330
|
+
"closeButtonAriaLabel": "Zavřít"
|
331
|
+
},
|
332
|
+
"callMicrophoneAccessDenied": {
|
333
|
+
"title": "Nepovedlo se získat přístup k mikrofonu",
|
334
|
+
"message": "Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",
|
335
|
+
"closeButtonAriaLabel": "Zavřít"
|
336
|
+
},
|
337
|
+
"callMicrophoneAccessDeniedSafari": {
|
338
|
+
"title": "Nepovedlo se získat přístup k mikrofonu",
|
339
|
+
"message": "Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",
|
340
|
+
"closeButtonAriaLabel": "Zavřít"
|
341
|
+
},
|
342
|
+
"callMicrophoneMutedBySystem": {
|
343
|
+
"title": "Systém vás ztlumil.",
|
344
|
+
"closeButtonAriaLabel": "Zavřít"
|
345
|
+
},
|
346
|
+
"callMicrophoneUnmutedBySystem": {
|
347
|
+
"title": "Váš mikrofon se obnovil a systém vám zrušil ztlumení.",
|
348
|
+
"closeButtonAriaLabel": "Zavřít"
|
349
|
+
},
|
350
|
+
"callMacOsMicrophoneAccessDenied": {
|
351
|
+
"title": "Nepovedlo se získat přístup k mikrofonu",
|
352
|
+
"message": "Udělte v nastavení ochrany osobních údajů pro macOS oprávnění k mikrofonu.",
|
353
|
+
"closeButtonAriaLabel": "Zavřít"
|
354
|
+
},
|
355
|
+
"callLocalVideoFreeze": {
|
356
|
+
"title": "Šířka pásma sítě je nekvalitní",
|
357
|
+
"message": "Vaše video se může zobrazovat jako pozastavené pro ostatní účastníky hovoru.",
|
358
|
+
"closeButtonAriaLabel": "Zavřít"
|
359
|
+
},
|
360
|
+
"callCameraAccessDenied": {
|
361
|
+
"title": "Nejde získat přístup ke kameře",
|
362
|
+
"message": "Kliknutím na zámek na panelu Adresa udělte oprávnění k této webové stránce.",
|
363
|
+
"closeButtonAriaLabel": "Zavřít"
|
364
|
+
},
|
365
|
+
"callCameraAccessDeniedSafari": {
|
366
|
+
"title": "Nejde získat přístup ke kameře",
|
367
|
+
"message": "Aktualizujte stránku, abyste povolili oprávnění, nebo zkontrolujte nastavení tohoto prohlížeče a ověřte, jestli jsou pro tento web povolená oprávnění.",
|
368
|
+
"closeButtonAriaLabel": "Zavřít"
|
369
|
+
},
|
370
|
+
"callCameraAlreadyInUse": {
|
371
|
+
"title": "Nejde získat přístup ke kameře",
|
372
|
+
"message": "Je možné, že ji už používá jiná aplikace.",
|
373
|
+
"closeButtonAriaLabel": "Zavřít"
|
374
|
+
},
|
375
|
+
"callVideoStoppedBySystem": {
|
376
|
+
"title": "Vaše video bylo zastaveno systémem.",
|
377
|
+
"closeButtonAriaLabel": "Zavřít"
|
378
|
+
},
|
379
|
+
"callVideoRecoveredBySystem": {
|
380
|
+
"title": "Vaše video se obnovilo.",
|
381
|
+
"closeButtonAriaLabel": "Zavřít"
|
382
|
+
},
|
383
|
+
"callMacOsCameraAccessDenied": {
|
384
|
+
"title": "MacOS blokuje přístup k vaší kameře",
|
385
|
+
"message": "Aktualizujte si nastavení ochrany osobních údajů, aby tento prohlížeč měl přístup k vaší kameře.",
|
386
|
+
"closeButtonAriaLabel": "Zavřít"
|
387
|
+
},
|
388
|
+
"callMacOsScreenShareAccessDenied": {
|
389
|
+
"title": "MacOS blokuje sdílení obrazovky",
|
390
|
+
"message": "Aktualizujte nastavení ochrany osobních údajů, aby tento prohlížeč mohl nahrávat vaši obrazovku.",
|
391
|
+
"closeButtonAriaLabel": "Zavřít"
|
392
|
+
},
|
393
|
+
"failedToJoinCallGeneric": {
|
394
|
+
"title": "K hovoru se nepovedlo připojit.",
|
395
|
+
"closeButtonAriaLabel": "Zavřít"
|
396
|
+
},
|
397
|
+
"failedToJoinCallInvalidMeetingLink": {
|
398
|
+
"title": "Ke schůzce se nelze připojit. Neplatný odkaz.",
|
399
|
+
"closeButtonAriaLabel": "Zavřít"
|
400
|
+
},
|
401
|
+
"cameraFrozenForRemoteParticipants": {
|
402
|
+
"title": "Uživatelé v hovoru mají problémy s zobrazením vašeho videa",
|
403
|
+
"message": "Zkontrolujte prosím svá zařízení a síť.",
|
404
|
+
"closeButtonAriaLabel": "Zavřít"
|
405
|
+
},
|
406
|
+
"unableToStartVideoEffect": {
|
407
|
+
"title": "Nelze použít efekt videa.",
|
408
|
+
"closeButtonAriaLabel": "Zavřít"
|
409
|
+
},
|
410
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
|
+
"title": "Nelze spustit hlavní výběr u účastník(a/ů).",
|
412
|
+
"message": "Maximální počet účastníků je už vybraný.",
|
413
|
+
"closeButtonAriaLabel": "Zavřít"
|
414
|
+
}
|
415
|
+
},
|
262
416
|
"videoGallery": {
|
263
417
|
"screenIsBeingSharedMessage": "Sdílíte obrazovku",
|
264
418
|
"screenShareLoadingMessage": "Načítání obrazovky {participant}",
|
265
419
|
"localVideoLabel": "Vy",
|
266
420
|
"localVideoCameraSwitcherLabel": "Přepnout kameru",
|
267
421
|
"localVideoMovementLabel": "Dlaždice s místním videem s možností přesunutí",
|
422
|
+
"localVideoMovementAriaLabel": "Dlaždice s místním videem s možností přesunutí",
|
268
423
|
"localVideoSelectedDescription": "{cameraName} vybráno",
|
269
424
|
"displayNamePlaceholder": "Nepojmenovaný účastník",
|
270
425
|
"fitRemoteParticipantToFrame": "Přizpůsobit rámečku",
|
@@ -295,7 +450,8 @@
|
|
295
450
|
},
|
296
451
|
"videoTile": {
|
297
452
|
"participantStateRinging": "Volání…",
|
298
|
-
"participantStateHold": "Pozastavený hovor"
|
453
|
+
"participantStateHold": "Pozastavený hovor",
|
454
|
+
"moreOptionsButtonAriaLabel": "Další možnosti"
|
299
455
|
},
|
300
456
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
301
457
|
"primaryText": "Povolit aplikaci {appName} používat kameru a mikrofon",
|
@@ -415,5 +571,16 @@
|
|
415
571
|
"verticalGallery": {
|
416
572
|
"leftNavButtonAriaLabel": "předchozí stránka",
|
417
573
|
"rightNavButtonAriaLabel": "další stránka"
|
574
|
+
},
|
575
|
+
"MeetingConferencePhoneInfo": {
|
576
|
+
"meetingConferencePhoneInfoModalTitle": "Připojit se k hovoru z vašeho telefonu",
|
577
|
+
"meetingConferencePhoneInfoModalDialIn": "Vytočit číslo",
|
578
|
+
"meetingConferencePhoneInfoModalMeetingId": "Zadejte ID schůzky",
|
579
|
+
"meetingConferencePhoneInfoModalWait": "Počkejte na přijetí organizátorem",
|
580
|
+
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Není k dispozici žádný telefon.",
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Bezplatná linka) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Bezplatná linka)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (Placená linka) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Placená linka)"
|
418
585
|
}
|
419
586
|
}
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"richTextDeleteColumnMenu": "Spalte löschen",
|
58
58
|
"richTextDeleteRowMenu": "Zeile löschen",
|
59
59
|
"richTextDeleteTableMenu": "Tabelle löschen",
|
60
|
-
"richTextToolbarMoreButtonAriaLabel": "
|
60
|
+
"richTextToolbarMoreButtonAriaLabel": "Weitere Optionen",
|
61
61
|
"attachmentMoreMenu": "Mehr Optionen"
|
62
62
|
},
|
63
63
|
"mentionPopover": {
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"richTextDeleteColumnMenu": "Spalte löschen",
|
221
221
|
"richTextDeleteRowMenu": "Zeile löschen",
|
222
222
|
"richTextDeleteTableMenu": "Tabelle löschen",
|
223
|
-
"richTextToolbarMoreButtonAriaLabel": "
|
223
|
+
"richTextToolbarMoreButtonAriaLabel": "Weitere Optionen"
|
224
224
|
},
|
225
225
|
"errorBar": {
|
226
226
|
"unableToReachChatService": "Sie sind offline.",
|
@@ -259,12 +259,167 @@
|
|
259
259
|
"unableToStartVideoEffect": "Videoeffekt kann nicht angewendet werden.",
|
260
260
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Das Spotlight für Teilnehmer*innen kann nicht gestartet werden, da die maximale Anzahl von Teilnehmer*innen bereits im Spotlight ist."
|
261
261
|
},
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "Sie sind offline.",
|
265
|
+
"closeButtonAriaLabel": "Schließen"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "Zugriff auf Chatdienste nicht möglich",
|
269
|
+
"message": "Überprüfen Sie die angegebenen Benutzeranmeldeinformationen.",
|
270
|
+
"closeButtonAriaLabel": "Schließen"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "Sie befinden sich nicht mehr in diesem Chatthread.",
|
274
|
+
"closeButtonAriaLabel": "Schließen"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "Fehler beim Senden der Nachricht",
|
278
|
+
"message": "Sie sind nicht mehr in diesem Chatthread vertreten.",
|
279
|
+
"closeButtonAriaLabel": "Schließen"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "Fehler beim Senden der Nachricht.",
|
283
|
+
"closeButtonAriaLabel": "Schließen"
|
284
|
+
},
|
285
|
+
"callingNetworkFailure": {
|
286
|
+
"title": "Problem beim Verbindungsaufbau",
|
287
|
+
"message": "Sie scheinen offline zu sein. Überprüfen Sie Ihre Netzwerkverbindung, und versuchen Sie es noch mal.",
|
288
|
+
"closeButtonAriaLabel": "Schließen"
|
289
|
+
},
|
290
|
+
"startVideoGeneric": {
|
291
|
+
"title": "Fehler beim Starten des Videos.",
|
292
|
+
"closeButtonAriaLabel": "Schließen"
|
293
|
+
},
|
294
|
+
"stopVideoGeneric": {
|
295
|
+
"title": "Fehler beim Beenden des Videos.",
|
296
|
+
"closeButtonAriaLabel": "Schließen"
|
297
|
+
},
|
298
|
+
"muteGeneric": {
|
299
|
+
"title": "Fehler beim Stummschalten des Mikrofons.",
|
300
|
+
"closeButtonAriaLabel": "Schließen"
|
301
|
+
},
|
302
|
+
"unmuteGeneric": {
|
303
|
+
"title": "Fehler beim Aufheben der Stummschaltung des Mikrofons.",
|
304
|
+
"closeButtonAriaLabel": "Schließen"
|
305
|
+
},
|
306
|
+
"speakingWhileMuted": {
|
307
|
+
"title": "Sie sind stummgeschaltet.",
|
308
|
+
"closeButtonAriaLabel": "Schließen"
|
309
|
+
},
|
310
|
+
"startScreenShareGeneric": {
|
311
|
+
"title": "Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",
|
312
|
+
"closeButtonAriaLabel": "Schließen"
|
313
|
+
},
|
314
|
+
"stopScreenShareGeneric": {
|
315
|
+
"title": "Fehler beim Beenden der Bildschirmfreigabe.",
|
316
|
+
"closeButtonAriaLabel": "Schließen"
|
317
|
+
},
|
318
|
+
"callNetworkQualityLow": {
|
319
|
+
"title": "Die Netzwerkqualität ist niedrig.",
|
320
|
+
"closeButtonAriaLabel": "Schließen"
|
321
|
+
},
|
322
|
+
"callNoSpeakerFound": {
|
323
|
+
"title": "Keine Lautsprecher oder Kopfhörer gefunden",
|
324
|
+
"message": "Schließen Sie ein Audiogerät an, um den Anruf zu hören.",
|
325
|
+
"closeButtonAriaLabel": "Schließen"
|
326
|
+
},
|
327
|
+
"callNoMicrophoneFound": {
|
328
|
+
"title": "Keine Mikrofone gefunden",
|
329
|
+
"message": "Schließen Sie ein Audioeingabegerät an.",
|
330
|
+
"closeButtonAriaLabel": "Schließen"
|
331
|
+
},
|
332
|
+
"callMicrophoneAccessDenied": {
|
333
|
+
"title": "Zugriff auf Mikrofon nicht möglich",
|
334
|
+
"message": "Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
335
|
+
"closeButtonAriaLabel": "Schließen"
|
336
|
+
},
|
337
|
+
"callMicrophoneAccessDeniedSafari": {
|
338
|
+
"title": "Zugriff auf Mikrofon nicht möglich",
|
339
|
+
"message": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
|
340
|
+
"closeButtonAriaLabel": "Schließen"
|
341
|
+
},
|
342
|
+
"callMicrophoneMutedBySystem": {
|
343
|
+
"title": "Sie werden von Ihrem System stummgeschaltet.",
|
344
|
+
"closeButtonAriaLabel": "Schließen"
|
345
|
+
},
|
346
|
+
"callMicrophoneUnmutedBySystem": {
|
347
|
+
"title": "Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",
|
348
|
+
"closeButtonAriaLabel": "Schließen"
|
349
|
+
},
|
350
|
+
"callMacOsMicrophoneAccessDenied": {
|
351
|
+
"title": "Zugriff auf Mikrofon nicht möglich",
|
352
|
+
"message": "Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",
|
353
|
+
"closeButtonAriaLabel": "Schließen"
|
354
|
+
},
|
355
|
+
"callLocalVideoFreeze": {
|
356
|
+
"title": "Netzwerkbandbreite ist gering.",
|
357
|
+
"message": "Ihr Video wird möglicherweise für andere Teilnehmer des Anrufs angehalten angezeigt.",
|
358
|
+
"closeButtonAriaLabel": "Schließen"
|
359
|
+
},
|
360
|
+
"callCameraAccessDenied": {
|
361
|
+
"title": "Zugriff auf Kamera nicht möglich",
|
362
|
+
"message": "Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
363
|
+
"closeButtonAriaLabel": "Schließen"
|
364
|
+
},
|
365
|
+
"callCameraAccessDeniedSafari": {
|
366
|
+
"title": "Zugriff auf Kamera nicht möglich",
|
367
|
+
"message": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
|
368
|
+
"closeButtonAriaLabel": "Schließen"
|
369
|
+
},
|
370
|
+
"callCameraAlreadyInUse": {
|
371
|
+
"title": "Zugriff auf Kamera nicht möglich",
|
372
|
+
"message": "Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
|
373
|
+
"closeButtonAriaLabel": "Schließen"
|
374
|
+
},
|
375
|
+
"callVideoStoppedBySystem": {
|
376
|
+
"title": "Ihr Video wurde von Ihrem System beendet.",
|
377
|
+
"closeButtonAriaLabel": "Schließen"
|
378
|
+
},
|
379
|
+
"callVideoRecoveredBySystem": {
|
380
|
+
"title": "Ihr Video wurde fortgesetzt.",
|
381
|
+
"closeButtonAriaLabel": "Schließen"
|
382
|
+
},
|
383
|
+
"callMacOsCameraAccessDenied": {
|
384
|
+
"title": "MacOS blockiert den Zugriff auf Ihre Kamera.",
|
385
|
+
"message": "Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser auf Ihre Kamera zugreifen kann.",
|
386
|
+
"closeButtonAriaLabel": "Schließen"
|
387
|
+
},
|
388
|
+
"callMacOsScreenShareAccessDenied": {
|
389
|
+
"title": "MacOS blockiert die Bildschirmfreigabe.",
|
390
|
+
"message": "Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
|
391
|
+
"closeButtonAriaLabel": "Schließen"
|
392
|
+
},
|
393
|
+
"failedToJoinCallGeneric": {
|
394
|
+
"title": "Fehler bei der Teilnahme am Anruf.",
|
395
|
+
"closeButtonAriaLabel": "Schließen"
|
396
|
+
},
|
397
|
+
"failedToJoinCallInvalidMeetingLink": {
|
398
|
+
"title": "Teilnahme an Besprechung nicht möglich. Ungültiger Link.",
|
399
|
+
"closeButtonAriaLabel": "Schließen"
|
400
|
+
},
|
401
|
+
"cameraFrozenForRemoteParticipants": {
|
402
|
+
"title": "Benutzer im Anruf haben Probleme beim Anzeigen Ihres Videos.",
|
403
|
+
"message": "Überprüfen Sie Ihre Geräte und Ihr Netzwerk.",
|
404
|
+
"closeButtonAriaLabel": "Schließen"
|
405
|
+
},
|
406
|
+
"unableToStartVideoEffect": {
|
407
|
+
"title": "Videoeffekt kann nicht angewendet werden.",
|
408
|
+
"closeButtonAriaLabel": "Schließen"
|
409
|
+
},
|
410
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
|
+
"title": "Spotlight auf Teilnehmer kann nicht gestartet werden.",
|
412
|
+
"message": "Die maximale Anzahl von Teilnehmern wird bereits hervorgehoben.",
|
413
|
+
"closeButtonAriaLabel": "Schließen"
|
414
|
+
}
|
415
|
+
},
|
262
416
|
"videoGallery": {
|
263
417
|
"screenIsBeingSharedMessage": "Sie teilen Ihren Bildschirm",
|
264
418
|
"screenShareLoadingMessage": "Der Bildschirm von {participant} wird geladen",
|
265
419
|
"localVideoLabel": "Sie",
|
266
420
|
"localVideoCameraSwitcherLabel": "Kamera wechseln",
|
267
421
|
"localVideoMovementLabel": "Verschiebbare lokale Videokachel",
|
422
|
+
"localVideoMovementAriaLabel": "Verschiebbare lokale Videokachel",
|
268
423
|
"localVideoSelectedDescription": "{cameraName} ausgewählt",
|
269
424
|
"displayNamePlaceholder": "Teilnehmer ohne Namen",
|
270
425
|
"fitRemoteParticipantToFrame": "An Rahmen anpassen",
|
@@ -295,7 +450,8 @@
|
|
295
450
|
},
|
296
451
|
"videoTile": {
|
297
452
|
"participantStateRinging": "Anrufen...",
|
298
|
-
"participantStateHold": "In der Warteschleife"
|
453
|
+
"participantStateHold": "In der Warteschleife",
|
454
|
+
"moreOptionsButtonAriaLabel": "Weitere Optionen"
|
299
455
|
},
|
300
456
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
301
457
|
"primaryText": "Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",
|
@@ -415,5 +571,16 @@
|
|
415
571
|
"verticalGallery": {
|
416
572
|
"leftNavButtonAriaLabel": "Vorherige Seite",
|
417
573
|
"rightNavButtonAriaLabel": "Nächste Seite"
|
574
|
+
},
|
575
|
+
"MeetingConferencePhoneInfo": {
|
576
|
+
"meetingConferencePhoneInfoModalTitle": "Von Ihrem Telefon aus an Anruf teilnehmen",
|
577
|
+
"meetingConferencePhoneInfoModalDialIn": "Nummer wählen",
|
578
|
+
"meetingConferencePhoneInfoModalMeetingId": "Besprechungs-ID eingeben",
|
579
|
+
"meetingConferencePhoneInfoModalWait": "Warten Sie, bis sie vom Organisator zugelassen werden.",
|
580
|
+
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Kein Telefon verfügbar",
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (gebührenfrei) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (gebührenfrei)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (gebührenpflichtige Telefonnummer) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (gebührenpflichtige Telefonnummer)"
|
418
585
|
}
|
419
586
|
}
|
@@ -259,12 +259,167 @@
|
|
259
259
|
"unableToStartVideoEffect": "Unable to apply video effect.",
|
260
260
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
|
261
261
|
},
|
262
|
+
"notifications": {
|
263
|
+
"unableToReachChatService": {
|
264
|
+
"title": "You are offline.",
|
265
|
+
"closeButtonAriaLabel": "Close"
|
266
|
+
},
|
267
|
+
"accessDenied": {
|
268
|
+
"title": "Unable to access chat services",
|
269
|
+
"message": "Please check the user credentials provided",
|
270
|
+
"closeButtonAriaLabel": "Close"
|
271
|
+
},
|
272
|
+
"userNotInChatThread": {
|
273
|
+
"title": "You are no longer in this chat thread.",
|
274
|
+
"closeButtonAriaLabel": "Close"
|
275
|
+
},
|
276
|
+
"sendMessageNotInChatThread": {
|
277
|
+
"title": "Failed to send message",
|
278
|
+
"message": "You are no longer in this chat thread",
|
279
|
+
"closeButtonAriaLabel": "Close"
|
280
|
+
},
|
281
|
+
"sendMessageGeneric": {
|
282
|
+
"title": "Failed to send message.",
|
283
|
+
"closeButtonAriaLabel": "Close"
|
284
|
+
},
|
285
|
+
"callingNetworkFailure": {
|
286
|
+
"title": "Troubling connecting call",
|
287
|
+
"message": "You seem to be offline. Please check your network connection and try again.",
|
288
|
+
"closeButtonAriaLabel": "Close"
|
289
|
+
},
|
290
|
+
"startVideoGeneric": {
|
291
|
+
"title": "Failed to start video.",
|
292
|
+
"closeButtonAriaLabel": "Close"
|
293
|
+
},
|
294
|
+
"stopVideoGeneric": {
|
295
|
+
"title": "Failed to stop video.",
|
296
|
+
"closeButtonAriaLabel": "Close"
|
297
|
+
},
|
298
|
+
"muteGeneric": {
|
299
|
+
"title": "Failed to mute microphone.",
|
300
|
+
"closeButtonAriaLabel": "Close"
|
301
|
+
},
|
302
|
+
"unmuteGeneric": {
|
303
|
+
"title": "Failed to unmute microphone.",
|
304
|
+
"closeButtonAriaLabel": "Close"
|
305
|
+
},
|
306
|
+
"speakingWhileMuted": {
|
307
|
+
"title": "You're muted.",
|
308
|
+
"closeButtonAriaLabel": "Close"
|
309
|
+
},
|
310
|
+
"startScreenShareGeneric": {
|
311
|
+
"title": "There was an issue starting screen share.",
|
312
|
+
"closeButtonAriaLabel": "Close"
|
313
|
+
},
|
314
|
+
"stopScreenShareGeneric": {
|
315
|
+
"title": "Failed to stop screen sharing.",
|
316
|
+
"closeButtonAriaLabel": "Close"
|
317
|
+
},
|
318
|
+
"callNetworkQualityLow": {
|
319
|
+
"title": "Network quality is low.",
|
320
|
+
"closeButtonAriaLabel": "Close"
|
321
|
+
},
|
322
|
+
"callNoSpeakerFound": {
|
323
|
+
"title": "No speakers or headphones found",
|
324
|
+
"message": "Connect an audio device to hear the call.",
|
325
|
+
"closeButtonAriaLabel": "Close"
|
326
|
+
},
|
327
|
+
"callNoMicrophoneFound": {
|
328
|
+
"title": "No microphones found",
|
329
|
+
"message": "Connect an audio input device.",
|
330
|
+
"closeButtonAriaLabel": "Close"
|
331
|
+
},
|
332
|
+
"callMicrophoneAccessDenied": {
|
333
|
+
"title": "Unable to access microphone",
|
334
|
+
"message": "Click the lock in the address bar to grant permission to this webpage.",
|
335
|
+
"closeButtonAriaLabel": "Close"
|
336
|
+
},
|
337
|
+
"callMicrophoneAccessDeniedSafari": {
|
338
|
+
"title": "Unable to access microphone",
|
339
|
+
"message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
|
340
|
+
"closeButtonAriaLabel": "Close"
|
341
|
+
},
|
342
|
+
"callMicrophoneMutedBySystem": {
|
343
|
+
"title": "You are muted by your system.",
|
344
|
+
"closeButtonAriaLabel": "Close"
|
345
|
+
},
|
346
|
+
"callMicrophoneUnmutedBySystem": {
|
347
|
+
"title": "Your microphone recovered and you were unmuted by your system.",
|
348
|
+
"closeButtonAriaLabel": "Close"
|
349
|
+
},
|
350
|
+
"callMacOsMicrophoneAccessDenied": {
|
351
|
+
"title": "Unable to access microphone",
|
352
|
+
"message": "Grant microphone permission in your macOS privacy settings.",
|
353
|
+
"closeButtonAriaLabel": "Close"
|
354
|
+
},
|
355
|
+
"callLocalVideoFreeze": {
|
356
|
+
"title": "Network bandwidth is poor",
|
357
|
+
"message": "Your video may appear paused for others on the call.",
|
358
|
+
"closeButtonAriaLabel": "Close"
|
359
|
+
},
|
360
|
+
"callCameraAccessDenied": {
|
361
|
+
"title": "Unable to access camera",
|
362
|
+
"message": "Click the lock in the address bar to grant permission to this webpage.",
|
363
|
+
"closeButtonAriaLabel": "Close"
|
364
|
+
},
|
365
|
+
"callCameraAccessDeniedSafari": {
|
366
|
+
"title": "Unable to access camera",
|
367
|
+
"message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
|
368
|
+
"closeButtonAriaLabel": "Close"
|
369
|
+
},
|
370
|
+
"callCameraAlreadyInUse": {
|
371
|
+
"title": "Unable to access camera",
|
372
|
+
"message": "It may already be in use by another application.",
|
373
|
+
"closeButtonAriaLabel": "Close"
|
374
|
+
},
|
375
|
+
"callVideoStoppedBySystem": {
|
376
|
+
"title": "Your video has been stopped by your system.",
|
377
|
+
"closeButtonAriaLabel": "Close"
|
378
|
+
},
|
379
|
+
"callVideoRecoveredBySystem": {
|
380
|
+
"title": "Your video has resumed.",
|
381
|
+
"closeButtonAriaLabel": "Close"
|
382
|
+
},
|
383
|
+
"callMacOsCameraAccessDenied": {
|
384
|
+
"title": "MacOS is blocking access to your camera",
|
385
|
+
"message": "Update your privacy settings to allow this browser to access your camera.",
|
386
|
+
"closeButtonAriaLabel": "Close"
|
387
|
+
},
|
388
|
+
"callMacOsScreenShareAccessDenied": {
|
389
|
+
"title": "MacOS is blocking screen sharing",
|
390
|
+
"message": "Update your privacy settings to allow this browser to record your screen.",
|
391
|
+
"closeButtonAriaLabel": "Close"
|
392
|
+
},
|
393
|
+
"failedToJoinCallGeneric": {
|
394
|
+
"title": "Failed to join call.",
|
395
|
+
"closeButtonAriaLabel": "Close"
|
396
|
+
},
|
397
|
+
"failedToJoinCallInvalidMeetingLink": {
|
398
|
+
"title": "Unable to join Meeting. Invalid Link.",
|
399
|
+
"closeButtonAriaLabel": "Close"
|
400
|
+
},
|
401
|
+
"cameraFrozenForRemoteParticipants": {
|
402
|
+
"title": "Users in the call are having issues seeing your video",
|
403
|
+
"message": "Please check your devices and network.",
|
404
|
+
"closeButtonAriaLabel": "Close"
|
405
|
+
},
|
406
|
+
"unableToStartVideoEffect": {
|
407
|
+
"title": "Unable to apply video effect.",
|
408
|
+
"closeButtonAriaLabel": "Close"
|
409
|
+
},
|
410
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
411
|
+
"title": "Cannot start spotlight on participant(s)",
|
412
|
+
"message": "The maximum number of participants are already spotlighted.",
|
413
|
+
"closeButtonAriaLabel": "Close"
|
414
|
+
}
|
415
|
+
},
|
262
416
|
"videoGallery": {
|
263
417
|
"screenIsBeingSharedMessage": "You are sharing your screen",
|
264
418
|
"screenShareLoadingMessage": "Loading {participant}'s screen",
|
265
419
|
"localVideoLabel": "You",
|
266
420
|
"localVideoCameraSwitcherLabel": "Switch camera",
|
267
421
|
"localVideoMovementLabel": "Movable Local Video Tile",
|
422
|
+
"localVideoMovementAriaLabel": "Movable Local Video Tile",
|
268
423
|
"localVideoSelectedDescription": "{cameraName} selected",
|
269
424
|
"displayNamePlaceholder": "Unnamed participant",
|
270
425
|
"fitRemoteParticipantToFrame": "Fit to frame",
|
@@ -295,7 +450,8 @@
|
|
295
450
|
},
|
296
451
|
"videoTile": {
|
297
452
|
"participantStateRinging": "Calling...",
|
298
|
-
"participantStateHold": "On hold"
|
453
|
+
"participantStateHold": "On hold",
|
454
|
+
"moreOptionsButtonAriaLabel": "More Options"
|
299
455
|
},
|
300
456
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
301
457
|
"primaryText": "Allow {appName} to use your camera and microphone",
|
@@ -415,5 +571,16 @@
|
|
415
571
|
"verticalGallery": {
|
416
572
|
"leftNavButtonAriaLabel": "previous page",
|
417
573
|
"rightNavButtonAriaLabel": "next page"
|
574
|
+
},
|
575
|
+
"MeetingConferencePhoneInfo": {
|
576
|
+
"meetingConferencePhoneInfoModalTitle": "Join call from your phone",
|
577
|
+
"meetingConferencePhoneInfoModalDialIn": "Dial number",
|
578
|
+
"meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",
|
579
|
+
"meetingConferencePhoneInfoModalWait": "Wait to be admitted by organiser",
|
580
|
+
"meetingConferencePhoneInfoModalNoPhoneAvailable": "No phone available",
|
581
|
+
"meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Toll-free) {country}, {city}",
|
582
|
+
"meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Toll-free)",
|
583
|
+
"meetingConferencePhoneInfoModalToll": "{phoneNumber} (Toll) {country}, {city}",
|
584
|
+
"meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Toll)"
|
418
585
|
}
|
419
586
|
}
|
@@ -260,28 +260,6 @@
|
|
260
260
|
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
|
261
261
|
},
|
262
262
|
"notifications": {
|
263
|
-
"unableToReachChatService": {
|
264
|
-
"title": "You are offline.",
|
265
|
-
"closeButtonAriaLabel": "Close"
|
266
|
-
},
|
267
|
-
"accessDenied": {
|
268
|
-
"title": "Unable to access chat services",
|
269
|
-
"message": "Please check the user credentials provided",
|
270
|
-
"closeButtonAriaLabel": "Close"
|
271
|
-
},
|
272
|
-
"userNotInChatThread": {
|
273
|
-
"title": "You are no longer in this chat thread.",
|
274
|
-
"closeButtonAriaLabel": "Close"
|
275
|
-
},
|
276
|
-
"sendMessageNotInChatThread": {
|
277
|
-
"title": "Failed to send message",
|
278
|
-
"message": "You are no longer in this chat thread",
|
279
|
-
"closeButtonAriaLabel": "Close"
|
280
|
-
},
|
281
|
-
"sendMessageGeneric": {
|
282
|
-
"title": "Failed to send message.",
|
283
|
-
"closeButtonAriaLabel": "Close"
|
284
|
-
},
|
285
263
|
"callingNetworkFailure": {
|
286
264
|
"title": "Troubling connecting call",
|
287
265
|
"message": "You seem to be offline. Please check your network connection and try again.",
|
@@ -436,7 +414,8 @@
|
|
436
414
|
"spotlightLimitReachedMenuTitle": "Spotlight limit reached",
|
437
415
|
"stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
|
438
416
|
"stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
|
439
|
-
"attendeeRole": "Attendee"
|
417
|
+
"attendeeRole": "Attendee",
|
418
|
+
"muteParticipantMenuItemLabel": "Mute"
|
440
419
|
},
|
441
420
|
"dialpad": {
|
442
421
|
"placeholderText": "Enter phone number",
|