@azure/communication-react 1.5.1-alpha-202304200013 → 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.
- package/dist/communication-react.d.ts +4 -0
- package/dist/dist-cjs/communication-react/index.js +109 -43
- package/dist/dist-cjs/communication-react/index.js.map +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/errorBarSelector.js +2 -0
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +4 -4
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js +10 -2
- package/dist/dist-esm/react-components/src/components/ScreenShareButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js +9 -5
- package/dist/dist-esm/react-components/src/components/styles/Captions.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/CaptionsSettingsModal.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +14 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +119 -12
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +118 -11
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +118 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalPreview.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallControls.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.d.ts +20 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/LocalPreview.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +19 -2
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +82 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +82 -3
- package/package.json +8 -8
@@ -5,8 +5,7 @@
|
|
5
5
|
"removeButtonLabel": "Entfernen",
|
6
6
|
"sharingIconLabel": "Teilen",
|
7
7
|
"mutedIconLabel": "Stumm geschaltet",
|
8
|
-
"displayNamePlaceholder": "
|
9
|
-
"participantStateConnecting": "Anrufen...",
|
8
|
+
"displayNamePlaceholder": "Teilnehmer ohne Namen",
|
10
9
|
"participantStateRinging": "Anrufen...",
|
11
10
|
"participantStateHold": "In der Warteschleife"
|
12
11
|
},
|
@@ -54,7 +53,10 @@
|
|
54
53
|
"onSplitButtonAriaLabel": "Kamera und Kameraoptionen deaktivieren",
|
55
54
|
"offSplitButtonAriaLabel": "Kamera und Kameraoptionen aktivieren",
|
56
55
|
"cameraActionTurnedOnAnnouncement": "Ihre Kamera wurde eingeschaltet.",
|
57
|
-
"cameraActionTurnedOffAnnouncement": "Ihre Kamera wurde ausgeschaltet."
|
56
|
+
"cameraActionTurnedOffAnnouncement": "Ihre Kamera wurde ausgeschaltet.",
|
57
|
+
"onSplitButtonPrimaryActionCamera": "Kamera ausschalten",
|
58
|
+
"offSplitButtonPrimaryActionCamera": "Kamera einschalten",
|
59
|
+
"cameraPrimaryActionSplitButtonTitle": "Kamera verwenden"
|
58
60
|
},
|
59
61
|
"microphoneButton": {
|
60
62
|
"onLabel": "Stumm schalten",
|
@@ -70,7 +72,10 @@
|
|
70
72
|
"onSplitButtonAriaLabel": "Mikrofon- und Audiooptionen stummschalten",
|
71
73
|
"offSplitButtonAriaLabel": "Stummschaltung von Mikrofon- und Audiooptionen aufheben",
|
72
74
|
"microphoneActionTurnedOnAnnouncement": "Ihr Mikrofon wurde eingeschaltet.",
|
73
|
-
"microphoneActionTurnedOffAnnouncement": "Ihr Mikrofon wurde ausgeschaltet."
|
75
|
+
"microphoneActionTurnedOffAnnouncement": "Ihr Mikrofon wurde ausgeschaltet.",
|
76
|
+
"offSplitButtonMicrophonePrimaryAction": "Mikrofonstummschaltung aufheben",
|
77
|
+
"onSplitButtonMicrophonePrimaryAction": "Mikrofon stummschalten",
|
78
|
+
"micPrimaryActionSplitButtonTitle": "Mikrofon verwenden"
|
74
79
|
},
|
75
80
|
"devicesButton": {
|
76
81
|
"label": "Geräte",
|
@@ -90,7 +95,8 @@
|
|
90
95
|
"menuHeader": "In diesem Anruf",
|
91
96
|
"participantsListButtonLabel": "{numParticipants} Personen",
|
92
97
|
"muteAllButtonLabel": "Alle stumm schalten",
|
93
|
-
"copyInviteLinkButtonLabel": "Einladungslink kopieren"
|
98
|
+
"copyInviteLinkButtonLabel": "Einladungslink kopieren",
|
99
|
+
"copyInviteLinkActionedAriaLabel": "Einladungslink kopiert"
|
94
100
|
},
|
95
101
|
"screenShareButton": {
|
96
102
|
"onLabel": "Präsentation beenden",
|
@@ -126,7 +132,9 @@
|
|
126
132
|
"editBoxSubmitButton": "Übermitteln",
|
127
133
|
"messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}",
|
128
134
|
"actionMenuMoreOptions": "Weitere Optionen",
|
129
|
-
"downloadFile": "Datei herunterladen"
|
135
|
+
"downloadFile": "Datei herunterladen",
|
136
|
+
"blockedWarningText": "Diese Nachricht wurde aufgrund einer Organisationsrichtlinie gelöscht.",
|
137
|
+
"blockedWarningLinkText": "Details"
|
130
138
|
},
|
131
139
|
"errorBar": {
|
132
140
|
"unableToReachChatService": "Sie sind offline.",
|
@@ -146,11 +154,13 @@
|
|
146
154
|
"callNoSpeakerFound": "Keine Lautsprecher oder Kopfhörer gefunden. Schließen Sie ein Audiogerät an, um den Anruf zu hören.",
|
147
155
|
"callNoMicrophoneFound": "Es wurden keine Mikrofone gefunden. Schließen Sie ein Audioeingabegerät an.",
|
148
156
|
"callMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
157
|
+
"callMicrophoneAccessDeniedSafari": "Auf das Mikrofon kann nicht zugegriffen werden. 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.",
|
149
158
|
"callMicrophoneMutedBySystem": "Sie werden von Ihrem System stummgeschaltet.",
|
150
159
|
"callMicrophoneUnmutedBySystem": "Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",
|
151
160
|
"callMacOsMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",
|
152
161
|
"callLocalVideoFreeze": "Die Netzwerkbandbreite ist schlecht. Ihr Video wird möglicherweise für andere Personen während des Anrufs angehalten angezeigt.",
|
153
162
|
"callCameraAccessDenied": "Auf die Kamera kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
163
|
+
"callCameraAccessDeniedSafari": "Auf die Kamera kann nicht zugegriffen werden. 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.",
|
154
164
|
"callCameraAlreadyInUse": "Auf die Kamera kann nicht zugegriffen werden. Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
|
155
165
|
"callVideoStoppedBySystem": "Ihr Video wurde von Ihrem System beendet.",
|
156
166
|
"callVideoRecoveredBySystem": "Ihr Video wurde fortgesetzt.",
|
@@ -158,7 +168,9 @@
|
|
158
168
|
"callMacOsScreenShareAccessDenied": "MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
|
159
169
|
"dismissButtonAriaLabel": "Schließen",
|
160
170
|
"failedToJoinCallGeneric": "Fehler bei der Teilnahme am Anruf.",
|
161
|
-
"failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link."
|
171
|
+
"failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link.",
|
172
|
+
"startScreenSharingGeneric": "Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten.",
|
173
|
+
"cameraFrozenForRemoteParticipants": "Benutzer im Anruf haben Probleme, Ihr Video zu sehen. Überprüfen Sie Ihre Geräte und Ihr Netzwerk."
|
162
174
|
},
|
163
175
|
"videoGallery": {
|
164
176
|
"screenIsBeingSharedMessage": "Sie teilen Ihren Bildschirm",
|
@@ -167,7 +179,16 @@
|
|
167
179
|
"localVideoCameraSwitcherLabel": "Kamera wechseln",
|
168
180
|
"localVideoMovementLabel": "Verschiebbare lokale Videokachel",
|
169
181
|
"localVideoSelectedDescription": "{cameraName} ausgewählt",
|
170
|
-
"displayNamePlaceholder": "
|
182
|
+
"displayNamePlaceholder": "Teilnehmer ohne Namen",
|
183
|
+
"fitRemoteParticipantToFrame": "An Rahmen anpassen",
|
184
|
+
"fillRemoteParticipantFrame": "Rahmen ausfüllen",
|
185
|
+
"pinParticipantForMe": "Für mich anheften",
|
186
|
+
"pinParticipantForMeLimitReached": "Anheften (Limit erreicht)",
|
187
|
+
"unpinParticipantForMe": "Lösen",
|
188
|
+
"pinParticipantMenuItemAriaLabel": "{participantName} anheften",
|
189
|
+
"unpinParticipantMenuItemAriaLabel": "{participantName} lösen",
|
190
|
+
"pinnedParticipantAnnouncementAriaLabel": "{participantName} angeheftet",
|
191
|
+
"unpinnedParticipantAnnouncementAriaLabel": "{participantName} gelöst"
|
171
192
|
},
|
172
193
|
"dialpad": {
|
173
194
|
"placeholderText": "Telefonnummer eingeben",
|
@@ -180,20 +201,102 @@
|
|
180
201
|
"tooltipOffContent": "Anruf halten"
|
181
202
|
},
|
182
203
|
"videoTile": {
|
183
|
-
"participantStateConnecting": "Anrufen...",
|
184
204
|
"participantStateRinging": "Anrufen...",
|
185
205
|
"participantStateHold": "In der Warteschleife"
|
186
206
|
},
|
187
|
-
"
|
207
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
188
208
|
"primaryText": "Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",
|
189
209
|
"secondaryText": "So können die Teilnehmer Sie sehen und hören.",
|
190
210
|
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
191
|
-
"primaryButtonText": "
|
211
|
+
"primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
|
212
|
+
"ariaLabel": "Zugriff auf Kamera und Mikrofon zulassen"
|
213
|
+
},
|
214
|
+
"CameraSitePermissionsRequest": {
|
215
|
+
"primaryText": "{appName} die Verwendung Ihrer Kamera erlauben",
|
216
|
+
"secondaryText": "So können die Teilnehmer Sie sehen.",
|
217
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
218
|
+
"primaryButtonText": "Ohne Kamera fortfahren",
|
219
|
+
"ariaLabel": "Kamerazugriff zulassen"
|
220
|
+
},
|
221
|
+
"MicrophoneSitePermissionsRequest": {
|
222
|
+
"primaryText": "{appName} die Verwendung Ihres Mikrofons erlauben",
|
223
|
+
"secondaryText": "So können die Teilnehmer Sie hören.",
|
224
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
225
|
+
"primaryButtonText": "Ohne Mikrofon fortfahren",
|
226
|
+
"ariaLabel": "Mikrofonzugriff zulassen"
|
227
|
+
},
|
228
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
229
|
+
"primaryText": "Überprüfen des Kamera- und Mikrofonzugriffs",
|
230
|
+
"secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen und hören können.",
|
231
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
232
|
+
"primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
|
233
|
+
"ariaLabel": "Überprüfen des Kamera- und Mikrofonzugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
|
234
|
+
},
|
235
|
+
"CameraSitePermissionsCheck": {
|
236
|
+
"primaryText": "Überprüfung des Kamerazugriffs",
|
237
|
+
"secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen können.",
|
238
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
239
|
+
"primaryButtonText": "Ohne Kamera fortfahren",
|
240
|
+
"ariaLabel": "Überprüfen des Kamerazugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
|
241
|
+
},
|
242
|
+
"MicrophoneSitePermissionsCheck": {
|
243
|
+
"primaryText": "Überprüfen des Mikrofonzugriffs",
|
244
|
+
"secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie hören können.",
|
245
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
|
246
|
+
"primaryButtonText": "Ohne Mikrofon fortfahren",
|
247
|
+
"ariaLabel": "Der Mikrofonzugriff wird überprüft. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
|
248
|
+
},
|
249
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
250
|
+
"primaryText": "Auf Kamera und Mikrofon kann nicht zugegriffen werden",
|
251
|
+
"secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
|
252
|
+
"primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
|
253
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
254
|
+
},
|
255
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
256
|
+
"primaryText": "Auf Kamera und Mikrofon kann nicht zugegriffen werden",
|
257
|
+
"secondaryText": "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.",
|
258
|
+
"primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
|
259
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
260
|
+
},
|
261
|
+
"CameraSitePermissionsDenied": {
|
262
|
+
"primaryText": "Auf die Kamera kann nicht zugegriffen werden",
|
263
|
+
"secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Kameraberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
|
264
|
+
"primaryButtonText": "Ohne Kamera fortfahren",
|
265
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
266
|
+
},
|
267
|
+
"MicrophoneSitePermissionsDenied": {
|
268
|
+
"primaryText": "Auf das Mikrofon kann nicht zugegriffen werden",
|
269
|
+
"secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
|
270
|
+
"primaryButtonText": "Ohne Mikrofon fortfahren",
|
271
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
272
|
+
},
|
273
|
+
"CameraSitePermissionsDeniedSafari": {
|
274
|
+
"primaryText": "Auf die Kamera kann nicht zugegriffen werden",
|
275
|
+
"secondaryText": "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.",
|
276
|
+
"primaryButtonText": "Ohne Kamera fortfahren",
|
277
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
278
|
+
},
|
279
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
280
|
+
"primaryText": "Auf das Mikrofon kann nicht zugegriffen werden",
|
281
|
+
"secondaryText": "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.",
|
282
|
+
"primaryButtonText": "Ohne Mikrofon fortfahren",
|
283
|
+
"linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
|
192
284
|
},
|
193
285
|
"UnsupportedBrowser": {
|
194
286
|
"primaryText": "Der Browser wird nicht unterstützt.",
|
195
287
|
"secondaryText": "Bitte nehmen Sie über einen kompatiblen Browser an diesem Anruf teil.",
|
196
|
-
"
|
288
|
+
"moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen"
|
289
|
+
},
|
290
|
+
"UnsupportedBrowserVersion": {
|
291
|
+
"primaryText": "Browserupdate erforderlich",
|
292
|
+
"secondaryText": "Um einen optimalen Anruf zu gewährleisten, aktualisieren Sie Ihren Browser, und versuchen Sie dann erneut, an dem Anruf teilzunehmen.",
|
293
|
+
"moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen",
|
294
|
+
"continueAnywayButtonText": "Anruf ohne Aktualisierung starten"
|
295
|
+
},
|
296
|
+
"UnsupportedOperatingSystem": {
|
297
|
+
"primaryText": "Das Betriebssystem wird nicht unterstützt.",
|
298
|
+
"secondaryText": "Nehmen Sie an diesem Anruf teil, indem Sie ein Gerät mit einem kompatiblen Betriebssystem verwenden.",
|
299
|
+
"moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen"
|
197
300
|
},
|
198
301
|
"BrowserPermissionDenied": {
|
199
302
|
"primaryText": "Kamera oder Mikrofon kann nicht verwendet werden",
|
@@ -215,5 +318,9 @@
|
|
215
318
|
"step2DigitText": "2",
|
216
319
|
"step3DigitText": "3",
|
217
320
|
"step4DigitText": "4"
|
321
|
+
},
|
322
|
+
"VerticalGallery": {
|
323
|
+
"leftNavButtonAriaLabel": "Vorherige Seite",
|
324
|
+
"rightNavButtonAriaLabel": "Nächste Seite"
|
218
325
|
}
|
219
326
|
}
|
@@ -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
|
-
"
|
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": "
|
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
|
-
"
|
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",
|