@azure/communication-react 1.24.0-alpha-202501310016 → 1.24.0-alpha-202502040016
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 +25 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js.map → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js → RichTextSendBoxWrapper-B3Xe7mdR.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js.map → RichTextSendBoxWrapper-B3Xe7mdR.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-B8uYcMR8.js → index-CNpitKVB.js} +279 -524
- package/dist/dist-cjs/communication-react/index-CNpitKVB.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/communication-react/src/index.d.ts +1 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -7
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +11 -23
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -18
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +24 -40
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +4 -72
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +4 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -20
- 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 +26 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +11 -36
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +6 -39
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +10 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +34 -5
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +1 -13
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +43 -20
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +44 -21
- package/dist/dist-esm/react-components/src/theming/icons.js +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- 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 +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +0 -21
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +24 -38
- 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/CapabilitiesChangedNotificationBar.js +5 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +1 -85
- 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/hooks/useAdaptedSelector.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +16 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -8
- 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.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +39 -5
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +38 -8
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- 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 +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +19 -0
- package/package.json +4 -4
- package/dist/dist-cjs/communication-react/index-B8uYcMR8.js.map +0 -1
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Participante sin nombre",
|
10
10
|
"participantStateRinging": "Llamando...",
|
11
11
|
"participantStateHold": "En espera",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState},
|
14
|
-
"attendeeRole": "Asistente"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Más opciones",
|
14
|
+
"attendeeRole": "Asistente",
|
15
|
+
"micDisabledIconLabel": "Micrófono deshabilitado",
|
16
|
+
"cameraDisabledIconLabel": "Cámara deshabilitada"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} más"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Lista con viñetas aplicada",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Activar modal RTT",
|
76
|
+
"realTimeTextModalTitle": "¿Activar RTT?",
|
77
|
+
"realTimeTextModalText": "Se activará el texto en tiempo real (RTT) para todos los participantes de la reunión.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Activar",
|
79
|
+
"realTimeTextCancelButtonLabel": "Cancelar",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Cerrar modal RTT"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Iniciando subtítulos..."
|
83
|
+
"captionsBannerSpinnerText": "Iniciando subtítulos...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Escribir un mensaje en tiempo real",
|
85
|
+
"realTimeTextInputErrorMessage": "El mensaje no puede exceder los 2000 caracteres",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RtT (texto en tiempo real) está habilitado para todos los participantes durante toda la reunión.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Más información",
|
89
|
+
"captionsOnlyContainerTitle": "Subtítulos",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Texto en tiempo real",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Subtítulos y texto en tiempo real",
|
92
|
+
"expandButtonAriaLabel": "Expandir",
|
93
|
+
"minimizeButtonAriaLabel": "Contraer"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Sugerencias"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Descargar",
|
88
100
|
"dismissButtonAriaLabel": "Cerrar",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Superposición de detalles de imagen"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Mensaje enviado",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Aplauso",
|
196
208
|
"surprisedReactionTooltipContent": "Sorprendido"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "Escritura en tiempo real"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Desactivar subtítulos",
|
293
305
|
"tooltipOffContent": "Activar subtítulos"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Activar RTT para esta llamada",
|
309
|
+
"tooltipOffContent": "Activar RTT para esta llamada"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Ayer",
|
297
313
|
"sunday": "Domingo",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Intenta enviar de nuevo",
|
309
325
|
"failToSendTag": "Error al enviar",
|
310
326
|
"editedTag": "Editado",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Mensaje de {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Mensaje editado de {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Mensaje editado",
|
312
330
|
"messageContentAriaText": "{status} {author} dijo {message}",
|
313
331
|
"messageContentMineAriaText": "{status} Tú dijiste {message}",
|
314
332
|
"editBoxTextLimit": "Tu mensaje supera el límite de {limitNumber} caracteres",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "El micro se deshabilitó",
|
617
635
|
"message": "Ya no puedes activar el audio.",
|
618
636
|
"dismissButtonAriaLabel": "Cerrar"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "El modo de colaboración inició",
|
640
|
+
"dismissButtonAriaLabel": "Cerrar"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "El modo de colaboración finalizó",
|
644
|
+
"dismissButtonAriaLabel": "Cerrar"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Llamando...",
|
669
695
|
"participantReconnecting": "Reconectando...",
|
670
696
|
"participantStateHold": "En espera",
|
671
|
-
"moreOptionsButtonAriaLabel": "Más opciones {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "Más opciones {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "audio desactivado",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "se reactivaron las notificaciones",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Mano levantada",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Hablando"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Hablando",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Micrófono deshabilitado",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Cámara deshabilitada"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Permitir que {appName} usen la cámara y el micrófono",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Rechazar",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Aceptar con vídeo",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Descartar"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (texto en tiempo real) está habilitado para todos los participantes durante toda la reunión.",
|
820
|
-
"bannerLinkLabel": "Más información"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Nimetön osallistuja",
|
10
10
|
"participantStateRinging": "Soitetaan...",
|
11
11
|
"participantStateHold": "Pidossa",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, lisää asetuksia",
|
14
|
-
"attendeeRole": "Osallistuja"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, lisää asetuksia",
|
14
|
+
"attendeeRole": "Osallistuja",
|
15
|
+
"micDisabledIconLabel": "Mikrofoni poistettu käytöstä",
|
16
|
+
"cameraDisabledIconLabel": "Kamera poistettu käytöstä"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} lisää"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Luettelomerkeillä varustettu luettelo käytössä",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Numeroitu luettelo käytössä"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Ota modaalinen RTT-valintaikkuna käyttöön",
|
76
|
+
"realTimeTextModalTitle": "Otetaanko RTT käyttöön?",
|
77
|
+
"realTimeTextModalText": "Reaaliaikainen teksti (RTT) otetaan käyttöön kaikille kokouksen osallistuville.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Ota käyttöön",
|
79
|
+
"realTimeTextCancelButtonLabel": "Peruuta",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Sulje modaalinen RTT-valintaikkuna"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Aloitetaan tekstitystä..."
|
83
|
+
"captionsBannerSpinnerText": "Aloitetaan tekstitystä...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Kirjoita viesti reaaliaikaisesti",
|
85
|
+
"realTimeTextInputErrorMessage": "Viestissä voi olla enintään 2 000 merkkiä",
|
86
|
+
"realTimeTextBannerTitle": "Reaaliaikainen kirjoitus",
|
87
|
+
"realTimeTextBannerContent": "RTT (reaaliaikainen teksti) on käytössä kaikille osallistujille koko kokouksen keston ajan.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Lue lisää",
|
89
|
+
"captionsOnlyContainerTitle": "Tekstitykset",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Reaaliaikainen teksti",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Tekstitykset ja reaaliaikainen teksti",
|
92
|
+
"expandButtonAriaLabel": "Laajenna",
|
93
|
+
"minimizeButtonAriaLabel": "Kutista"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Ehdotuksia"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Lataa",
|
88
100
|
"dismissButtonAriaLabel": "Sulje",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Kuvan tietojen peittokuva"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Viesti on lähetetty",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Suosionosoitus",
|
196
208
|
"surprisedReactionTooltipContent": "Yllättynyt"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "RTT-kirjoitus"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Poista tekstitykset käytöstä",
|
293
305
|
"tooltipOffContent": "Ota tekstitykset käyttöön"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Ota reaaliaikainen kirjoitus käyttöön tässä puhelussa",
|
309
|
+
"tooltipOffContent": "Ota reaaliaikainen kirjoitus käyttöön tässä puhelussa"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "eilen",
|
297
313
|
"sunday": "sunnuntaina",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Yritä lähettää viesti uudelleen",
|
309
325
|
"failToSendTag": "Lähettäminen epäonnistui",
|
310
326
|
"editedTag": "Muokattu",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Viesti lähettäjältä {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Muokattu viesti lähettäjältä {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Muokattu viesti",
|
312
330
|
"messageContentAriaText": "{status} {author} sanoi {message}",
|
313
331
|
"messageContentMineAriaText": "{status} Sanoit {message}",
|
314
332
|
"editBoxTextLimit": "Viesti ylittää {limitNumber} merkin rajan",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Mikrofonisi on poissa käytöstä",
|
617
635
|
"message": "Et voi enää poistaa mykistystä.",
|
618
636
|
"dismissButtonAriaLabel": "Sulje"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Yhdessä-tila on alkanut",
|
640
|
+
"dismissButtonAriaLabel": "Sulje"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Yhdessä-tila on päättynyt",
|
644
|
+
"dismissButtonAriaLabel": "Sulje"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Soitetaan...",
|
669
695
|
"participantReconnecting": "Yhdistetään uudelleen...",
|
670
696
|
"participantStateHold": "Pidossa",
|
671
|
-
"moreOptionsButtonAriaLabel": "Lisää
|
697
|
+
"moreOptionsButtonAriaLabel": "Lisää {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "vaimennettu",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "vaimennus poistettu",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Käsi nostettuna",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Puhuminen"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Puhuminen",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Mikrofoni poistettu käytöstä",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Kamera poistettu käytöstä"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Salli {appName} käyttää kameraa ja mikrofonia",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Hylkää",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Vastaa videopuhelulla",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Hylkää"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "Reaaliaikainen kirjoitus",
|
819
|
-
"bannerContent": "RTT (reaaliaikainen teksti) on käytössä kaikille osallistujille koko kokouksen keston ajan.",
|
820
|
-
"bannerLinkLabel": "Lue lisää"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Participant sans nom",
|
10
10
|
"participantStateRinging": "Appel en cours...",
|
11
11
|
"participantStateHold": "En attente",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {
|
14
|
-
"attendeeRole": "Participant(e)"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "Plus d’options {displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
14
|
+
"attendeeRole": "Participant(e)",
|
15
|
+
"micDisabledIconLabel": "Microphone désactivé",
|
16
|
+
"cameraDisabledIconLabel": "Caméra désactivée"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} plus"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Liste à puces appliquée",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Liste numérotée appliquée"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Activer la boîte de dialogue modale RTT",
|
76
|
+
"realTimeTextModalTitle": "Activation de la RTT?",
|
77
|
+
"realTimeTextModalText": "Le texte en temps réel (RTT) sera activé pour tous les participants à la réunion.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Activer",
|
79
|
+
"realTimeTextCancelButtonLabel": "Annuler",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Fermer la boîte de dialogue modale RTT"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Démarrage des légendes..."
|
83
|
+
"captionsBannerSpinnerText": "Démarrage des légendes...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Inscrivez votre message en temps réel",
|
85
|
+
"realTimeTextInputErrorMessage": "Le message ne peut pas dépasser 2000 caractères",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
|
88
|
+
"realTimeTextBannerLinkLabel": "En savoir plus",
|
89
|
+
"captionsOnlyContainerTitle": "Sous-titres en direct",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Texte en temps réel",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Sous-titres en direct et texte en temps réel",
|
92
|
+
"expandButtonAriaLabel": "Étendre",
|
93
|
+
"minimizeButtonAriaLabel": "Réduire"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Suggestions"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Télécharger",
|
88
100
|
"dismissButtonAriaLabel": "Fermer",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Superposition des détails de l’image"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Message envoyé",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Acclamation",
|
196
208
|
"surprisedReactionTooltipContent": "Surpris"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "Saisie RTT"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Désactiver les sous-titres",
|
293
305
|
"tooltipOffContent": "Activer les sous-titres"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Activer RTT pour cet appel",
|
309
|
+
"tooltipOffContent": "Activer RTT pour cet appel"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Hier",
|
297
313
|
"sunday": "Dimanche",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Réessayer l'envoi",
|
309
325
|
"failToSendTag": "Échec de l'envoi",
|
310
326
|
"editedTag": "Modifié",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Message de {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Message de {author} modifié",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Message modifié",
|
312
330
|
"messageContentAriaText": "{status} {author} a dit {message}.",
|
313
331
|
"messageContentMineAriaText": "{status} Vous avez dit {message}.",
|
314
332
|
"editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères.",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Votre microphone est désactivé",
|
617
635
|
"message": "Vous ne pouvez plus activer le son.",
|
618
636
|
"dismissButtonAriaLabel": "Fermer"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Togethermode a démarré",
|
640
|
+
"dismissButtonAriaLabel": "Fermez"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Togethermode est terminé",
|
644
|
+
"dismissButtonAriaLabel": "Fermez"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Appel en cours...",
|
669
695
|
"participantReconnecting": "Reconnexion...",
|
670
696
|
"participantStateHold": "En attente",
|
671
|
-
"moreOptionsButtonAriaLabel": "Plus d
|
697
|
+
"moreOptionsButtonAriaLabel": "Plus d’options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "son désactivé",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "son réactivé",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Main levée",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Parler"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Parler",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Microphone désactivé",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Caméra désactivée"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Autoriser {appName} à utiliser votre caméra et votre microphone",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Refuser",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Accepter avec une vidéo",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Ignorer"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
|
820
|
-
"bannerLinkLabel": "En savoir plus"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Participant sans nom",
|
10
10
|
"participantStateRinging": "Appel en cours...",
|
11
11
|
"participantStateHold": "En attente",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState},
|
14
|
-
"attendeeRole": "Participant"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, autres options",
|
14
|
+
"attendeeRole": "Participant",
|
15
|
+
"micDisabledIconLabel": "Microphone désactivé",
|
16
|
+
"cameraDisabledIconLabel": "Caméra désactivée"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} plus"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Liste à puces appliquée",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Liste numérotée appliquée"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Activer la boîte de dialogue modale RTT",
|
76
|
+
"realTimeTextModalTitle": "Activation de la RTT ?",
|
77
|
+
"realTimeTextModalText": "Le texte en temps réel (RTT) sera activé pour tous les participants à la réunion.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Activer",
|
79
|
+
"realTimeTextCancelButtonLabel": "Annuler",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Fermer la boîte de dialogue modale RTT"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Démarrage des légendes..."
|
83
|
+
"captionsBannerSpinnerText": "Démarrage des légendes...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Tapez votre message en temps réel",
|
85
|
+
"realTimeTextInputErrorMessage": "Le message ne peut pas dépasser 2 000 caractères",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
|
88
|
+
"realTimeTextBannerLinkLabel": "En savoir plus",
|
89
|
+
"captionsOnlyContainerTitle": "Sous-titres",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Texte en temps réel",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Légendes et texte en temps réel",
|
92
|
+
"expandButtonAriaLabel": "Développer",
|
93
|
+
"minimizeButtonAriaLabel": "Réduire"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Suggestions"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Télécharger",
|
88
100
|
"dismissButtonAriaLabel": "Fermer",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Superposition des détails de l’image"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Message envoyé",
|
@@ -195,8 +207,8 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Acclamation",
|
196
208
|
"surprisedReactionTooltipContent": "Surpris"
|
197
209
|
},
|
198
|
-
"
|
199
|
-
"isTypingText": "RTT
|
210
|
+
"realTimeText": {
|
211
|
+
"isTypingText": "Saisie RTT"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
202
214
|
"captionsSettingsModalTitle": "Paramètres des sous-titres",
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Désactiver les sous-titres",
|
293
305
|
"tooltipOffContent": "Activer les sous-titres"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Activer RTT pour cet appel",
|
309
|
+
"tooltipOffContent": "Activer RTT pour cet appel"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Hier",
|
297
313
|
"sunday": "Dimanche",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Réessayer l'envoi",
|
309
325
|
"failToSendTag": "Échec de l'envoi",
|
310
326
|
"editedTag": "Modifié",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Message de {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Message modifié de {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Message modifié",
|
312
330
|
"messageContentAriaText": "{status} {author} a dit {message}.",
|
313
331
|
"messageContentMineAriaText": "{status} Vous avez dit {message}.",
|
314
332
|
"editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Votre microphone est désactivé",
|
617
635
|
"message": "Vous ne pouvez plus activer le son.",
|
618
636
|
"dismissButtonAriaLabel": "Fermer"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Togethermode a démarré",
|
640
|
+
"dismissButtonAriaLabel": "Fermez"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Togethermode est terminé",
|
644
|
+
"dismissButtonAriaLabel": "Fermez"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Appel en cours...",
|
669
695
|
"participantReconnecting": "Reconnexion...",
|
670
696
|
"participantStateHold": "En attente",
|
671
|
-
"moreOptionsButtonAriaLabel": "
|
697
|
+
"moreOptionsButtonAriaLabel": "Autres options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "son désactivé",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "désactivé",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Main levée",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Parler"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Parler",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Microphone désactivé",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Caméra désactivée"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Autoriser {appName} à utiliser votre caméra et votre microphone",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Refuser",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Accepter avec une vidéo",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Ignorer"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
|
820
|
-
"bannerLinkLabel": "En savoir plus"
|
821
844
|
}
|
822
845
|
}
|