@azure/communication-react 1.5.1-alpha-202304210012 → 1.5.1-alpha-202304220013

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.
Files changed (52) hide show
  1. package/dist/communication-react.d.ts +4 -0
  2. package/dist/dist-cjs/communication-react/index.js +91 -37
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +2 -0
  7. package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -4
  9. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
  11. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
  13. package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +4 -0
  15. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +7 -0
  16. package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +119 -12
  18. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +118 -11
  19. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
  20. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +118 -11
  21. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +119 -12
  22. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +118 -11
  23. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +118 -11
  24. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +118 -11
  25. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +118 -11
  26. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +119 -12
  27. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +118 -11
  28. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +119 -12
  29. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +118 -11
  30. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +118 -11
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +19 -2
  38. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +82 -3
  40. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +82 -3
  41. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +82 -3
  42. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +82 -3
  43. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +82 -3
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +82 -3
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +82 -3
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +82 -3
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +82 -3
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +82 -3
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +82 -3
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +82 -3
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +82 -3
  52. package/package.json +8 -8
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "Sharing",
7
7
  "mutedIconLabel": "Muted",
8
8
  "displayNamePlaceholder": "Unnamed participant",
9
- "participantStateConnecting": "Calling...",
10
9
  "participantStateRinging": "Calling...",
11
10
  "participantStateHold": "On hold"
12
11
  },
@@ -54,7 +53,10 @@
54
53
  "onSplitButtonAriaLabel": "Turn off camera and camera options",
55
54
  "offSplitButtonAriaLabel": "Turn on camera and camera options",
56
55
  "cameraActionTurnedOnAnnouncement": "Your camera has been turned on",
57
- "cameraActionTurnedOffAnnouncement": "Your camera has been turned off"
56
+ "cameraActionTurnedOffAnnouncement": "Your camera has been turned off",
57
+ "onSplitButtonPrimaryActionCamera": "Turn off camera",
58
+ "offSplitButtonPrimaryActionCamera": "Turn on camera",
59
+ "cameraPrimaryActionSplitButtonTitle": "Use camera"
58
60
  },
59
61
  "microphoneButton": {
60
62
  "onLabel": "Mute",
@@ -70,7 +72,10 @@
70
72
  "onSplitButtonAriaLabel": "Mute microphone and audio options",
71
73
  "offSplitButtonAriaLabel": "Unmute microphone and audio options",
72
74
  "microphoneActionTurnedOnAnnouncement": "Your microphone has been turned on",
73
- "microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off"
75
+ "microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off",
76
+ "offSplitButtonMicrophonePrimaryAction": "Unmute microphone",
77
+ "onSplitButtonMicrophonePrimaryAction": "Mute microphone",
78
+ "micPrimaryActionSplitButtonTitle": "Use microphone"
74
79
  },
75
80
  "devicesButton": {
76
81
  "label": "Devices",
@@ -90,7 +95,8 @@
90
95
  "menuHeader": "In this call",
91
96
  "participantsListButtonLabel": "{numParticipants} people",
92
97
  "muteAllButtonLabel": "Mute all",
93
- "copyInviteLinkButtonLabel": "Copy invite link"
98
+ "copyInviteLinkButtonLabel": "Copy invite link",
99
+ "copyInviteLinkActionedAriaLabel": "Invite link copied"
94
100
  },
95
101
  "screenShareButton": {
96
102
  "onLabel": "Stop presenting",
@@ -126,7 +132,9 @@
126
132
  "editBoxSubmitButton": "Submit",
127
133
  "messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}",
128
134
  "actionMenuMoreOptions": "More Options",
129
- "downloadFile": "Download file"
135
+ "downloadFile": "Download file",
136
+ "blockedWarningText": "This message was deleted due to organisational policy.",
137
+ "blockedWarningLinkText": "Details"
130
138
  },
131
139
  "errorBar": {
132
140
  "unableToReachChatService": "You are offline",
@@ -146,11 +154,13 @@
146
154
  "callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
147
155
  "callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
148
156
  "callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
157
+ "callMicrophoneAccessDeniedSafari": "Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
149
158
  "callMicrophoneMutedBySystem": "You are muted by your system.",
150
159
  "callMicrophoneUnmutedBySystem": "Your microphone recovered and you were unmuted by your system.",
151
160
  "callMacOsMicrophoneAccessDenied": "Unable to access microphone. Grant microphone permission in your macOS privacy settings.",
152
161
  "callLocalVideoFreeze": "Network bandwidth is poor. Your video may appear paused for others on the call.",
153
162
  "callCameraAccessDenied": "Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",
163
+ "callCameraAccessDeniedSafari": "Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
154
164
  "callCameraAlreadyInUse": "Unable to access camera. It may already be in use by another application.",
155
165
  "callVideoStoppedBySystem": "Your video has been stopped by your system.",
156
166
  "callVideoRecoveredBySystem": "Your video has resumed.",
@@ -158,7 +168,9 @@
158
168
  "callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",
159
169
  "dismissButtonAriaLabel": "Close",
160
170
  "failedToJoinCallGeneric": "Failed to join call.",
161
- "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link."
171
+ "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
172
+ "startScreenSharingGeneric": "There was an issue starting screen share.",
173
+ "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network."
162
174
  },
163
175
  "videoGallery": {
164
176
  "screenIsBeingSharedMessage": "You are sharing your screen",
@@ -167,7 +179,16 @@
167
179
  "localVideoCameraSwitcherLabel": "Switch camera",
168
180
  "localVideoMovementLabel": "Movable Local Video Tile",
169
181
  "localVideoSelectedDescription": "{cameraName} selected",
170
- "displayNamePlaceholder": "Unnamed participant"
182
+ "displayNamePlaceholder": "Unnamed participant",
183
+ "fitRemoteParticipantToFrame": "Fit to frame",
184
+ "fillRemoteParticipantFrame": "Fill frame",
185
+ "pinParticipantForMe": "Pin for me",
186
+ "pinParticipantForMeLimitReached": "Pin (limit reached)",
187
+ "unpinParticipantForMe": "Unpin",
188
+ "pinParticipantMenuItemAriaLabel": "Pin {participantName}",
189
+ "unpinParticipantMenuItemAriaLabel": "Unpin {participantName}",
190
+ "pinnedParticipantAnnouncementAriaLabel": "Pinned {participantName}",
191
+ "unpinnedParticipantAnnouncementAriaLabel": "Unpinned {participantName}"
171
192
  },
172
193
  "dialpad": {
173
194
  "placeholderText": "Enter phone number",
@@ -180,20 +201,102 @@
180
201
  "tooltipOffContent": "Hold call"
181
202
  },
182
203
  "videoTile": {
183
- "participantStateConnecting": "Calling...",
184
204
  "participantStateRinging": "Calling...",
185
205
  "participantStateHold": "On hold"
186
206
  },
187
- "SitePermissions": {
207
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
208
  "primaryText": "Allow {appName} to use your camera and microphone",
189
209
  "secondaryText": "This is so participants can see and hear you.",
190
210
  "linkText": "Need help? Get troubleshooting help",
191
- "primaryButtonText": "Allow Access"
211
+ "primaryButtonText": "Continue without camera and microphone",
212
+ "ariaLabel": "Allow camera and microphone access"
213
+ },
214
+ "CameraSitePermissionsRequest": {
215
+ "primaryText": "Allow {appName} to use your camera",
216
+ "secondaryText": "This is so participants can see you.",
217
+ "linkText": "Need help? Get troubleshooting help",
218
+ "primaryButtonText": "Continue without camera",
219
+ "ariaLabel": "Allow camera access"
220
+ },
221
+ "MicrophoneSitePermissionsRequest": {
222
+ "primaryText": "Allow {appName} to use your microphone",
223
+ "secondaryText": "This is so participants can hear you.",
224
+ "linkText": "Need help? Get troubleshooting help",
225
+ "primaryButtonText": "Continue without microphone",
226
+ "ariaLabel": "Allow microphone access"
227
+ },
228
+ "CameraAndMicrophoneSitePermissionsCheck": {
229
+ "primaryText": "Checking for camera and microphone access",
230
+ "secondaryText": "Allow access if prompted. This is so participants can see and hear you.",
231
+ "linkText": "Need help? Get troubleshooting help",
232
+ "primaryButtonText": "Continue without camera and microphone",
233
+ "ariaLabel": "Checking for camera and microphone access. Allow access if prompted."
234
+ },
235
+ "CameraSitePermissionsCheck": {
236
+ "primaryText": "Checking for camera access",
237
+ "secondaryText": "Allow access if prompted. This is so participants can see you.",
238
+ "linkText": "Need help? Get troubleshooting help",
239
+ "primaryButtonText": "Continue without camera",
240
+ "ariaLabel": "Checking for camera access. Allow access if prompted."
241
+ },
242
+ "MicrophoneSitePermissionsCheck": {
243
+ "primaryText": "Checking for microphone access",
244
+ "secondaryText": "Allow access if prompted. This is so participants can hear you.",
245
+ "linkText": "Need help? Get troubleshooting help",
246
+ "primaryButtonText": "Continue without microphone",
247
+ "ariaLabel": "Checking for microphone access. Allow access if prompted."
248
+ },
249
+ "CameraAndMicrophoneSitePermissionsDenied": {
250
+ "primaryText": "Unable to access camera and microphone",
251
+ "secondaryText": "Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",
252
+ "primaryButtonText": "Continue without camera and microphone",
253
+ "linkText": "Need help? Get troubleshooting help"
254
+ },
255
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
256
+ "primaryText": "Unable to access camera and microphone",
257
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
258
+ "primaryButtonText": "Continue without camera and microphone",
259
+ "linkText": "Need help? Get troubleshooting help"
260
+ },
261
+ "CameraSitePermissionsDenied": {
262
+ "primaryText": "Unable to access camera",
263
+ "secondaryText": "Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",
264
+ "primaryButtonText": "Continue without camera",
265
+ "linkText": "Need help? Get troubleshooting help"
266
+ },
267
+ "MicrophoneSitePermissionsDenied": {
268
+ "primaryText": "Unable to access microphone",
269
+ "secondaryText": "Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",
270
+ "primaryButtonText": "Continue without microphone",
271
+ "linkText": "Need help? Get troubleshooting help"
272
+ },
273
+ "CameraSitePermissionsDeniedSafari": {
274
+ "primaryText": "Unable to access camera",
275
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
276
+ "primaryButtonText": "Continue without camera",
277
+ "linkText": "Need help? Get troubleshooting help"
278
+ },
279
+ "MicrophoneSitePermissionsDeniedSafari": {
280
+ "primaryText": "Unable to access microphone",
281
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
282
+ "primaryButtonText": "Continue without microphone",
283
+ "linkText": "Need help? Get troubleshooting help"
192
284
  },
193
285
  "UnsupportedBrowser": {
194
286
  "primaryText": "Browser not supported",
195
287
  "secondaryText": "Please join this call using a compatible browser.",
196
- "moreHelpLink": "More help"
288
+ "moreHelpLinkText": "See compatibility requirements"
289
+ },
290
+ "UnsupportedBrowserVersion": {
291
+ "primaryText": "Browser update needed",
292
+ "secondaryText": "To ensure the best call possible, please update your browser and then try joining the call again.",
293
+ "moreHelpLinkText": "See compatibility requirements",
294
+ "continueAnywayButtonText": "Start call without updating"
295
+ },
296
+ "UnsupportedOperatingSystem": {
297
+ "primaryText": "Operating system not supported",
298
+ "secondaryText": "Please join this call using a device with a compatible operating system.",
299
+ "moreHelpLinkText": "See compatibility requirements"
197
300
  },
198
301
  "BrowserPermissionDenied": {
199
302
  "primaryText": "Can't use your camera or microphone",
@@ -215,5 +318,9 @@
215
318
  "step2DigitText": "2",
216
319
  "step3DigitText": "3",
217
320
  "step4DigitText": "4"
321
+ },
322
+ "VerticalGallery": {
323
+ "leftNavButtonAriaLabel": "previous page",
324
+ "rightNavButtonAriaLabel": "next page"
218
325
  }
219
326
  }
@@ -170,7 +170,8 @@
170
170
  "failedToJoinCallGeneric": "Failed to join call.",
171
171
  "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
172
172
  "startScreenSharingGeneric": "There was an issue starting screen share.",
173
- "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network."
173
+ "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network.",
174
+ "unableToStartVideoEffect": "Unable to apply video effect."
174
175
  },
175
176
  "videoGallery": {
176
177
  "screenIsBeingSharedMessage": "You are sharing your screen",
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "Compartiendo",
7
7
  "mutedIconLabel": "Silenciado",
8
8
  "displayNamePlaceholder": "Participante sin nombre",
9
- "participantStateConnecting": "Llamando...",
10
9
  "participantStateRinging": "Llamando...",
11
10
  "participantStateHold": "En espera"
12
11
  },
@@ -54,7 +53,10 @@
54
53
  "onSplitButtonAriaLabel": "Desactivar la cámara y las opciones de cámara",
55
54
  "offSplitButtonAriaLabel": "Activar la cámara y las opciones de cámara",
56
55
  "cameraActionTurnedOnAnnouncement": "La cámara se ha activado",
57
- "cameraActionTurnedOffAnnouncement": "La cámara se ha desactivado"
56
+ "cameraActionTurnedOffAnnouncement": "La cámara se ha desactivado",
57
+ "onSplitButtonPrimaryActionCamera": "Desconectar la cámara",
58
+ "offSplitButtonPrimaryActionCamera": "Activar la cámara",
59
+ "cameraPrimaryActionSplitButtonTitle": "Usar cámara"
58
60
  },
59
61
  "microphoneButton": {
60
62
  "onLabel": "Silenciar",
@@ -70,7 +72,10 @@
70
72
  "onSplitButtonAriaLabel": "Silenciar opciones de micrófono y audio",
71
73
  "offSplitButtonAriaLabel": "Reactivar el micrófono y las opciones de audio",
72
74
  "microphoneActionTurnedOnAnnouncement": "El micrófono se ha activado",
73
- "microphoneActionTurnedOffAnnouncement": "El micrófono se ha desactivado"
75
+ "microphoneActionTurnedOffAnnouncement": "El micrófono se ha desactivado",
76
+ "offSplitButtonMicrophonePrimaryAction": "Reactivar micrófono",
77
+ "onSplitButtonMicrophonePrimaryAction": "Silenciar micrófono",
78
+ "micPrimaryActionSplitButtonTitle": "Usar micrófono"
74
79
  },
75
80
  "devicesButton": {
76
81
  "label": "Dispositivos",
@@ -90,7 +95,8 @@
90
95
  "menuHeader": "En esta llamada",
91
96
  "participantsListButtonLabel": "{numParticipants} personas",
92
97
  "muteAllButtonLabel": "Silenciar a todos",
93
- "copyInviteLinkButtonLabel": "Copiar vínculo de invitación"
98
+ "copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
99
+ "copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado"
94
100
  },
95
101
  "screenShareButton": {
96
102
  "onLabel": "Dejar de presentar",
@@ -126,7 +132,9 @@
126
132
  "editBoxSubmitButton": "Enviar",
127
133
  "messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}",
128
134
  "actionMenuMoreOptions": "Más opciones",
129
- "downloadFile": "Descargar archivo"
135
+ "downloadFile": "Descargar archivo",
136
+ "blockedWarningText": "Este mensaje se eliminó debido a la directiva de la organización.",
137
+ "blockedWarningLinkText": "Detalles"
130
138
  },
131
139
  "errorBar": {
132
140
  "unableToReachChatService": "Sin conexión",
@@ -146,11 +154,13 @@
146
154
  "callNoSpeakerFound": "No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",
147
155
  "callNoMicrophoneFound": "No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",
148
156
  "callMicrophoneAccessDenied": "No se puede acceder al micrófono. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
157
+ "callMicrophoneAccessDeniedSafari": "No se puede acceder al micrófono. Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
149
158
  "callMicrophoneMutedBySystem": "Su sistema ha silenciado su audio.",
150
159
  "callMicrophoneUnmutedBySystem": "Su micrófono se ha recuperado y el sistema ha activado el audio.",
151
160
  "callMacOsMicrophoneAccessDenied": "No se puede acceder al micrófono. Conceda permiso al micrófono en la configuración de privacidad de macOS.",
152
161
  "callLocalVideoFreeze": "El ancho de banda de red es deficiente. Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",
153
162
  "callCameraAccessDenied": "No se puede acceder a la cámara. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
163
+ "callCameraAccessDeniedSafari": "No se puede acceder a la cámara. Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
154
164
  "callCameraAlreadyInUse": "No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",
155
165
  "callVideoStoppedBySystem": "El sistema ha detenido el vídeo.",
156
166
  "callVideoRecoveredBySystem": "El vídeo se ha reanudado.",
@@ -158,7 +168,9 @@
158
168
  "callMacOsScreenShareAccessDenied": "MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
159
169
  "dismissButtonAriaLabel": "Cerrar",
160
170
  "failedToJoinCallGeneric": "No se pudo unir a la llamada.",
161
- "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido."
171
+ "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido.",
172
+ "startScreenSharingGeneric": "Hubo un problema al iniciar la pantalla compartida.",
173
+ "cameraFrozenForRemoteParticipants": "Los usuarios de la llamada tienen problemas para ver el vídeo. Compruebe los dispositivos y la red."
162
174
  },
163
175
  "videoGallery": {
164
176
  "screenIsBeingSharedMessage": "Está compartiendo su pantalla",
@@ -167,7 +179,16 @@
167
179
  "localVideoCameraSwitcherLabel": "Cambiar de cámara",
168
180
  "localVideoMovementLabel": "Mosaico de vídeo local movible",
169
181
  "localVideoSelectedDescription": "{cameraName} seleccionada",
170
- "displayNamePlaceholder": "Participante sin nombre"
182
+ "displayNamePlaceholder": "Participante sin nombre",
183
+ "fitRemoteParticipantToFrame": "Ajustar al marco",
184
+ "fillRemoteParticipantFrame": "Marco de relleno",
185
+ "pinParticipantForMe": "Anclar para mí",
186
+ "pinParticipantForMeLimitReached": "Pin (límite alcanzado)",
187
+ "unpinParticipantForMe": "Desanclar",
188
+ "pinParticipantMenuItemAriaLabel": "Anclar {participantName}",
189
+ "unpinParticipantMenuItemAriaLabel": "Desanclar {participantName}",
190
+ "pinnedParticipantAnnouncementAriaLabel": "{participantName} anclado",
191
+ "unpinnedParticipantAnnouncementAriaLabel": "{participantName} desanclado"
171
192
  },
172
193
  "dialpad": {
173
194
  "placeholderText": "Introduzca el número de teléfono",
@@ -180,20 +201,102 @@
180
201
  "tooltipOffContent": "Poner llamada en espera"
181
202
  },
182
203
  "videoTile": {
183
- "participantStateConnecting": "Llamando...",
184
204
  "participantStateRinging": "Llamando...",
185
205
  "participantStateHold": "En espera"
186
206
  },
187
- "SitePermissions": {
207
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
208
  "primaryText": "Permitir que {appName} usen la cámara y el micrófono",
189
209
  "secondaryText": "Esto es para que los participantes puedan verle y oírle.",
190
210
  "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
191
- "primaryButtonText": "Permitir acceso"
211
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
212
+ "ariaLabel": "Permitir el acceso a la cámara y al micrófono"
213
+ },
214
+ "CameraSitePermissionsRequest": {
215
+ "primaryText": "Permitir que {appName} use la cámara",
216
+ "secondaryText": "Esto sirve para que los participantes puedan verle.",
217
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
218
+ "primaryButtonText": "Continuar sin cámara",
219
+ "ariaLabel": "Permitir el acceso a la cámara"
220
+ },
221
+ "MicrophoneSitePermissionsRequest": {
222
+ "primaryText": "Permitir que {appName} use el micrófono",
223
+ "secondaryText": "Esto sirve para que los participantes puedan oírle.",
224
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
225
+ "primaryButtonText": "Continuar sin micrófono",
226
+ "ariaLabel": "Permitir el acceso al micrófono"
227
+ },
228
+ "CameraAndMicrophoneSitePermissionsCheck": {
229
+ "primaryText": "Comprobando el acceso a la cámara y al micrófono",
230
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan verle y oírle.",
231
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
232
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
233
+ "ariaLabel": "Comprobando el acceso a la cámara y al micrófono. Permitir el acceso si se le solicita."
234
+ },
235
+ "CameraSitePermissionsCheck": {
236
+ "primaryText": "Comprobando el acceso a la cámara",
237
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan verlo.",
238
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
239
+ "primaryButtonText": "Continuar sin cámara",
240
+ "ariaLabel": "Comprobando el acceso a la cámara. Permitir el acceso si se le solicita."
241
+ },
242
+ "MicrophoneSitePermissionsCheck": {
243
+ "primaryText": "Comprobando el acceso al micrófono",
244
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan oírle.",
245
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
246
+ "primaryButtonText": "Continuar sin micrófono",
247
+ "ariaLabel": "Comprobando el acceso al micrófono. Permitir el acceso si se le solicita."
248
+ },
249
+ "CameraAndMicrophoneSitePermissionsDenied": {
250
+ "primaryText": "No se puede permitir el acceso a la cámara ni al micrófono.",
251
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de micrófono a esta página web. Es posible que sea necesario actualizar la página.",
252
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
253
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
254
+ },
255
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
256
+ "primaryText": "No se puede permitir el acceso a la cámara ni al micrófono.",
257
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
258
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
259
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
260
+ },
261
+ "CameraSitePermissionsDenied": {
262
+ "primaryText": "No se puede acceder a la cámara",
263
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de cámara a esta página web. Es posible que sea necesario actualizar la página.",
264
+ "primaryButtonText": "Continuar sin cámara",
265
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
266
+ },
267
+ "MicrophoneSitePermissionsDenied": {
268
+ "primaryText": "No se puede acceder al micrófono.",
269
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de micrófono a esta página web. Es posible que sea necesario actualizar la página.",
270
+ "primaryButtonText": "Continuar sin micrófono",
271
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
272
+ },
273
+ "CameraSitePermissionsDeniedSafari": {
274
+ "primaryText": "No se puede acceder a la cámara.",
275
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
276
+ "primaryButtonText": "Continuar sin cámara",
277
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
278
+ },
279
+ "MicrophoneSitePermissionsDeniedSafari": {
280
+ "primaryText": "No se puede acceder al micrófono",
281
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
282
+ "primaryButtonText": "Continuar sin micrófono",
283
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
192
284
  },
193
285
  "UnsupportedBrowser": {
194
286
  "primaryText": "Explorador no compatible",
195
287
  "secondaryText": "Únase a esta llamada con un explorador compatible.",
196
- "moreHelpLink": "Más ayuda"
288
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad"
289
+ },
290
+ "UnsupportedBrowserVersion": {
291
+ "primaryText": "Es necesario actualizar el explorador",
292
+ "secondaryText": "Para garantizar la mejor llamada posible, actualice el explorador e intente unirse de nuevo a la llamada.",
293
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad",
294
+ "continueAnywayButtonText": "Iniciar llamada sin actualizar"
295
+ },
296
+ "UnsupportedOperatingSystem": {
297
+ "primaryText": "Sistema operativo no compatible",
298
+ "secondaryText": "Únase a esta llamada con un dispositivo con un sistema operativo compatible.",
299
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad"
197
300
  },
198
301
  "BrowserPermissionDenied": {
199
302
  "primaryText": "No se puede usar la cámara o el micrófono",
@@ -215,5 +318,9 @@
215
318
  "step2DigitText": "2",
216
319
  "step3DigitText": "3",
217
320
  "step4DigitText": "4"
321
+ },
322
+ "VerticalGallery": {
323
+ "leftNavButtonAriaLabel": "página anterior",
324
+ "rightNavButtonAriaLabel": "página siguiente"
218
325
  }
219
326
  }