@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.2-alpha-202206290013.0

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 (55) hide show
  1. package/CHANGELOG.json +957 -0
  2. package/CHANGELOG.md +65 -1
  3. package/dist/communication-react.d.ts +30 -1
  4. package/dist/dist-cjs/communication-react/index.js +67 -29
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
  9. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +37 -6
  11. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +37 -6
  12. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +38 -7
  13. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +37 -6
  14. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +37 -6
  15. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +37 -6
  16. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +37 -6
  17. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +37 -6
  18. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +37 -6
  19. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +37 -6
  20. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +37 -6
  21. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +37 -6
  22. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +37 -6
  23. package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
  24. package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
  25. package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
  26. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  27. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
  28. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
  29. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
  30. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
  33. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
  36. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
  38. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
  40. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +10 -5
  43. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +10 -5
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +10 -5
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +10 -5
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +10 -5
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +10 -5
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +10 -5
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +10 -5
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +10 -5
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +10 -5
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +10 -5
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +10 -5
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +10 -5
  55. package/package.json +7 -7
@@ -2,5 +2,5 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT license.
4
4
  // GENERATED FILE. DO NOT EDIT MANUALLY.
5
- module.exports = '1.2.3-alpha-202206280015.0';
5
+ module.exports = '1.3.2-alpha-202206290013.0';
6
6
  //# sourceMappingURL=telemetryVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorBar.d.ts","sourceRoot":"","sources":["../../../../../../react-components/src/components/ErrorBar.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAc,gBAAgB,EAAqC,MAAM,iBAAiB,CAAC;AAGlG;;;;;;;GAOG;AACH,MAAM,WAAW,aAAc,SAAQ,gBAAgB;IACrD;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B;;OAEG;IACH,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;CAC3C;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,6BAA6B,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC;IAExC;;OAEG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IAEpC;;OAEG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC;CAC7C;AAED;;;;GAIG;AACH,oBAAY,SAAS,GAAG,MAAM,eAAe,CAAC;AAE9C;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ,UAAW,aAAa,KAAG,WA+B/C,CAAC"}
1
+ {"version":3,"file":"ErrorBar.d.ts","sourceRoot":"","sources":["../../../../../../react-components/src/components/ErrorBar.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAc,gBAAgB,EAAqC,MAAM,iBAAiB,CAAC;AAGlG;;;;;;;GAOG;AACH,MAAM,WAAW,aAAc,SAAQ,gBAAgB;IACrD;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B;;OAEG;IACH,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;CAC3C;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,6BAA6B,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC;IAExC;;OAEG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IAEpC;;OAEG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC;CAC7C;AAED;;;;GAIG;AACH,oBAAY,SAAS,GAAG,MAAM,eAAe,CAAC;AAE9C;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,QAAQ,UAAW,aAAa,KAAG,WAgD/C,CAAC"}
@@ -26,7 +26,22 @@ export const ErrorBar = (props) => {
26
26
  // Without this behaviour, this `useEffect` block would cause a render loop.
27
27
  useEffect(() => setDismissedErrors(dropDismissalsForInactiveErrors(props.activeErrorMessages, dismissedErrors)), [props.activeErrorMessages, dismissedErrors]);
28
28
  const toShow = errorsToShow(props.activeErrorMessages, dismissedErrors);
29
- return (React.createElement(Stack, { "data-ui-id": "error-bar-stack" }, toShow.map((error) => (React.createElement(MessageBar, Object.assign({}, props, { key: error.type, messageBarType: messageBarType(error.type), messageBarIconProps: messageBarIconProps(error.type), onDismiss: () => setDismissedErrors(dismissError(dismissedErrors, error)), dismissButtonAriaLabel: strings.dismissButtonAriaLabel }), strings[error.type])))));
29
+ return (React.createElement(Stack, { "data-ui-id": "error-bar-stack" }, toShow.map((error) => (React.createElement(MessageBar, Object.assign({}, props, { styles: {
30
+ innerText: {
31
+ paddingTop: messageBarType(error.type) === 5 ? '0.15rem' : '0.1rem',
32
+ lineHeight: 'none'
33
+ },
34
+ icon: {
35
+ height: 0
36
+ },
37
+ content: {
38
+ lineHeight: 'inherit'
39
+ },
40
+ dismissal: {
41
+ height: 0,
42
+ paddingTop: '0.8rem'
43
+ }
44
+ }, key: error.type, messageBarType: messageBarType(error.type), messageBarIconProps: messageBarIconProps(error.type), onDismiss: () => setDismissedErrors(dismissError(dismissedErrors, error)), dismissButtonAriaLabel: strings.dismissButtonAriaLabel, dismissIconProps: { iconName: 'ErrorBarClear' } }), strings[error.type])))));
30
45
  };
31
46
  // Always returns a new Array so that the state variable is updated, trigerring a render.
32
47
  const dismissError = (dismissedErrors, toDismiss) => {
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorBar.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/ErrorBar.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ErrorBar.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/ErrorBar.tsx"],"names":[],"mappings":"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"}
@@ -4,7 +4,8 @@
4
4
  "menuTitle": "Weitere Optionen",
5
5
  "removeButtonLabel": "Entfernen",
6
6
  "sharingIconLabel": "Teilen",
7
- "mutedIconLabel": "Stumm geschaltet"
7
+ "mutedIconLabel": "Stumm geschaltet",
8
+ "displayNamePlaceholder": "Unbenannter Teilnehmer"
8
9
  },
9
10
  "typingIndicator": {
10
11
  "singleUser": "{user} schreibt ...",
@@ -42,7 +43,12 @@
42
43
  "tooltipOffContent": "Kamera einschalten",
43
44
  "tooltipVideoLoadingContent": "Video wird geladen",
44
45
  "cameraMenuTitle": "Kamera",
45
- "cameraMenuTooltip": "Kamera auswählen"
46
+ "cameraMenuTooltip": "Kamera auswählen",
47
+ "cameraButtonSplitRoleDescription": "Unterteilte Schaltfläche",
48
+ "onSplitButtonAriaLabel": "Kamera und Kameraoptionen deaktivieren",
49
+ "offSplitButtonAriaLabel": "Kamera und Kameraoptionen aktivieren",
50
+ "cameraActionTurnedOnAnnouncement": "Ihre Kamera wurde eingeschaltet.",
51
+ "cameraActionTurnedOffAnnouncement": "Ihre Kamera wurde ausgeschaltet."
46
52
  },
47
53
  "microphoneButton": {
48
54
  "onLabel": "Stumm schalten",
@@ -53,13 +59,20 @@
53
59
  "microphoneMenuTitle": "Mikrofon",
54
60
  "microphoneMenuTooltip": "Mikrofon auswählen",
55
61
  "speakerMenuTitle": "Lautsprecher",
56
- "speakerMenuTooltip": "Lautsprecher auswählen"
62
+ "speakerMenuTooltip": "Lautsprecher auswählen",
63
+ "microphoneButtonSplitRoleDescription": "Unterteilte Schaltfläche",
64
+ "onSplitButtonAriaLabel": "Mikrofon- und Audiooptionen stummschalten",
65
+ "offSplitButtonAriaLabel": "Stummschaltung von Mikrofon- und Audiooptionen aufheben",
66
+ "microphoneActionTurnedOnAnnouncement": "Ihr Mikrofon wurde eingeschaltet.",
67
+ "microphoneActionTurnedOffAnnouncement": "Ihr Mikrofon wurde ausgeschaltet."
57
68
  },
58
69
  "devicesButton": {
59
70
  "label": "Geräte",
60
71
  "tooltipContent": "Geräte verwalten",
61
72
  "cameraMenuTitle": "Kamera",
62
73
  "cameraMenuTooltip": "Kamera auswählen",
74
+ "audioDeviceMenuTitle": "Audiogerät",
75
+ "audioDeviceMenuTooltip": "Audiogerät auswählen",
63
76
  "microphoneMenuTitle": "Mikrofon",
64
77
  "microphoneMenuTooltip": "Mikrofon auswählen",
65
78
  "speakerMenuTitle": "Lautsprecher",
@@ -93,6 +106,8 @@
93
106
  "participantLeft": "hat den Chat verlassen.",
94
107
  "editMessage": "Bearbeiten",
95
108
  "removeMessage": "Löschen",
109
+ "resendMessage": "Erneut senden",
110
+ "failToSendTag": "Fehler beim Senden",
96
111
  "editedTag": "Bearbeitet",
97
112
  "liveAuthorIntro": "{author} sagt",
98
113
  "editBoxTextLimit": "Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",
@@ -101,7 +116,8 @@
101
116
  "noDisplayNameSub": "Kein Name",
102
117
  "editBoxCancelButton": "Abbrechen",
103
118
  "editBoxSubmitButton": "Übermitteln",
104
- "messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}"
119
+ "messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}",
120
+ "actionMenuMoreOptions": "Weitere Optionen"
105
121
  },
106
122
  "errorBar": {
107
123
  "unableToReachChatService": "Sie sind offline.",
@@ -127,12 +143,27 @@
127
143
  "callCameraAccessDenied": "Auf die Kamera kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
128
144
  "callCameraAlreadyInUse": "Auf die Kamera kann nicht zugegriffen werden. Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
129
145
  "callMacOsCameraAccessDenied": "MacOS blockiert den Zugriff auf Ihre Kamera. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser auf Ihre Kamera zugreifen kann.",
130
- "callMacOsScreenShareAccessDenied": "MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann."
146
+ "callMacOsScreenShareAccessDenied": "MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
147
+ "dismissButtonAriaLabel": "Schließen",
148
+ "failedToJoinCallGeneric": "Fehler bei der Teilnahme am Anruf.",
149
+ "failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link."
131
150
  },
132
151
  "videoGallery": {
133
152
  "screenIsBeingSharedMessage": "Sie teilen Ihren Bildschirm",
134
153
  "screenShareLoadingMessage": "Der Bildschirm von {participant} wird geladen",
135
154
  "localVideoLabel": "Sie",
136
- "localVideoCameraSwitcherLabel": "Fahrrad-/Motorrad-Kamera"
155
+ "localVideoCameraSwitcherLabel": "Kamera wechseln",
156
+ "localVideoMovementLabel": "Verschiebbare lokale Videokachel",
157
+ "localVideoSelectedDescription": "{cameraName} ausgewählt",
158
+ "displayNamePlaceholder": "Unbenannter Teilnehmer"
159
+ },
160
+ "dialpad": {
161
+ "placeholderText": "Eine Nummer eingeben"
162
+ },
163
+ "HoldButton": {
164
+ "onLabel": "Fortsetzen",
165
+ "offLabel": "Halten",
166
+ "toolTipOnContent": "Anruf fortsetzen",
167
+ "toolTipOffContent": "Anruf halten"
137
168
  }
138
169
  }
@@ -4,7 +4,8 @@
4
4
  "menuTitle": "More Options",
5
5
  "removeButtonLabel": "Remove",
6
6
  "sharingIconLabel": "Sharing",
7
- "mutedIconLabel": "Muted"
7
+ "mutedIconLabel": "Muted",
8
+ "displayNamePlaceholder": "Unnamed Participant"
8
9
  },
9
10
  "typingIndicator": {
10
11
  "singleUser": "{user} is typing ...",
@@ -42,7 +43,12 @@
42
43
  "tooltipOffContent": "Turn on camera",
43
44
  "tooltipVideoLoadingContent": "Video is loading",
44
45
  "cameraMenuTitle": "Camera",
45
- "cameraMenuTooltip": "Choose Camera"
46
+ "cameraMenuTooltip": "Choose Camera",
47
+ "cameraButtonSplitRoleDescription": "Split button",
48
+ "onSplitButtonAriaLabel": "Turn off camera and camera options",
49
+ "offSplitButtonAriaLabel": "Turn on camera and camera options",
50
+ "cameraActionTurnedOnAnnouncement": "Your camera has been turned on",
51
+ "cameraActionTurnedOffAnnouncement": "Your camera has been turned off"
46
52
  },
47
53
  "microphoneButton": {
48
54
  "onLabel": "Mute",
@@ -53,13 +59,20 @@
53
59
  "microphoneMenuTitle": "Microphone",
54
60
  "microphoneMenuTooltip": "Choose Microphone",
55
61
  "speakerMenuTitle": "Speaker",
56
- "speakerMenuTooltip": "Choose Speaker"
62
+ "speakerMenuTooltip": "Choose Speaker",
63
+ "microphoneButtonSplitRoleDescription": "Split button",
64
+ "onSplitButtonAriaLabel": "Mute microphone and audio options",
65
+ "offSplitButtonAriaLabel": "Unmute microphone and audio options",
66
+ "microphoneActionTurnedOnAnnouncement": "Your microphone has been turned on",
67
+ "microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off"
57
68
  },
58
69
  "devicesButton": {
59
70
  "label": "Devices",
60
71
  "tooltipContent": "Manage devices",
61
72
  "cameraMenuTitle": "Camera",
62
73
  "cameraMenuTooltip": "Choose Camera",
74
+ "audioDeviceMenuTitle": "Audio Device",
75
+ "audioDeviceMenuTooltip": "Choose Audio Device",
63
76
  "microphoneMenuTitle": "Microphone",
64
77
  "microphoneMenuTooltip": "Choose Microphone",
65
78
  "speakerMenuTitle": "Speaker",
@@ -93,6 +106,8 @@
93
106
  "participantLeft": "left the chat.",
94
107
  "editMessage": "Edit",
95
108
  "removeMessage": "Delete",
109
+ "resendMessage": "Try sending again",
110
+ "failToSendTag": "Failed to send",
96
111
  "editedTag": "Edited",
97
112
  "liveAuthorIntro": "{author} says",
98
113
  "editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
@@ -101,7 +116,8 @@
101
116
  "noDisplayNameSub": "No name",
102
117
  "editBoxCancelButton": "Cancel",
103
118
  "editBoxSubmitButton": "Submit",
104
- "messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}"
119
+ "messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}",
120
+ "actionMenuMoreOptions": "More Options"
105
121
  },
106
122
  "errorBar": {
107
123
  "unableToReachChatService": "You are offline",
@@ -127,12 +143,27 @@
127
143
  "callCameraAccessDenied": "Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",
128
144
  "callCameraAlreadyInUse": "Unable to access camera. It may already be in use by another application.",
129
145
  "callMacOsCameraAccessDenied": "MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",
130
- "callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen."
146
+ "callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",
147
+ "dismissButtonAriaLabel": "Close",
148
+ "failedToJoinCallGeneric": "Failed to join call.",
149
+ "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link."
131
150
  },
132
151
  "videoGallery": {
133
152
  "screenIsBeingSharedMessage": "You are sharing your screen",
134
153
  "screenShareLoadingMessage": "Loading {participant}'s screen",
135
154
  "localVideoLabel": "You",
136
- "localVideoCameraSwitcherLabel": "Cycle camera"
155
+ "localVideoCameraSwitcherLabel": "Switch camera",
156
+ "localVideoMovementLabel": "Movable Local Video Tile",
157
+ "localVideoSelectedDescription": "{cameraName} selected",
158
+ "displayNamePlaceholder": "Unnamed Participant"
159
+ },
160
+ "dialpad": {
161
+ "placeholderText": "Enter a number"
162
+ },
163
+ "HoldButton": {
164
+ "onLabel": "Resume",
165
+ "offLabel": "Hold",
166
+ "toolTipOnContent": "Resume call",
167
+ "toolTipOffContent": "Hold call"
137
168
  }
138
169
  }
@@ -4,7 +4,8 @@
4
4
  "menuTitle": "Más opciones",
5
5
  "removeButtonLabel": "Quitar",
6
6
  "sharingIconLabel": "Compartiendo",
7
- "mutedIconLabel": "Silenciado"
7
+ "mutedIconLabel": "Silenciado",
8
+ "displayNamePlaceholder": "Participante sin nombre"
8
9
  },
9
10
  "typingIndicator": {
10
11
  "singleUser": "{user} está escribiendo...",
@@ -42,24 +43,36 @@
42
43
  "tooltipOffContent": "Activar la cámara",
43
44
  "tooltipVideoLoadingContent": "El vídeo se está cargando",
44
45
  "cameraMenuTitle": "Cámara",
45
- "cameraMenuTooltip": "Elegir cámara"
46
+ "cameraMenuTooltip": "Elegir cámara",
47
+ "cameraButtonSplitRoleDescription": "Botón de expansión",
48
+ "onSplitButtonAriaLabel": "Desactivar la cámara y las opciones de cámara",
49
+ "offSplitButtonAriaLabel": "Activar la cámara y las opciones de cámara",
50
+ "cameraActionTurnedOnAnnouncement": "La cámara se ha activado",
51
+ "cameraActionTurnedOffAnnouncement": "La cámara se ha desactivado"
46
52
  },
47
53
  "microphoneButton": {
48
54
  "onLabel": "Silenciar",
49
55
  "offLabel": "Reactivar audio",
50
- "tooltipDisabledContent": "El micrófono está deshabilitado",
56
+ "tooltipDisabledContent": "Micrófono deshabilitado",
51
57
  "tooltipOnContent": "Silenciar micrófono",
52
58
  "tooltipOffContent": "Reactivar micrófono",
53
59
  "microphoneMenuTitle": "Micrófono",
54
60
  "microphoneMenuTooltip": "Elegir micrófono",
55
61
  "speakerMenuTitle": "Altavoz",
56
- "speakerMenuTooltip": "Elegir altavoz"
62
+ "speakerMenuTooltip": "Elegir altavoz",
63
+ "microphoneButtonSplitRoleDescription": "Botón de expansión",
64
+ "onSplitButtonAriaLabel": "Silenciar opciones de micrófono y audio",
65
+ "offSplitButtonAriaLabel": "Reactivar el micrófono y las opciones de audio",
66
+ "microphoneActionTurnedOnAnnouncement": "El micrófono se ha activado",
67
+ "microphoneActionTurnedOffAnnouncement": "El micrófono se ha desactivado"
57
68
  },
58
69
  "devicesButton": {
59
70
  "label": "Dispositivos",
60
71
  "tooltipContent": "Administrar dispositivos",
61
72
  "cameraMenuTitle": "Cámara",
62
73
  "cameraMenuTooltip": "Elegir cámara",
74
+ "audioDeviceMenuTitle": "Dispositivo de audio",
75
+ "audioDeviceMenuTooltip": "Elegir dispositivo de audio",
63
76
  "microphoneMenuTitle": "Micrófono",
64
77
  "microphoneMenuTooltip": "Elegir micrófono",
65
78
  "speakerMenuTitle": "Altavoz",
@@ -93,6 +106,8 @@
93
106
  "participantLeft": "abandonó el chat.",
94
107
  "editMessage": "Editar",
95
108
  "removeMessage": "Eliminar",
109
+ "resendMessage": "Intente enviar de nuevo",
110
+ "failToSendTag": "Error al enviar",
96
111
  "editedTag": "Editado",
97
112
  "liveAuthorIntro": "{author} dice",
98
113
  "editBoxTextLimit": "El mensaje supera el límite de {limitNumber} caracteres",
@@ -101,7 +116,8 @@
101
116
  "noDisplayNameSub": "Sin nombre",
102
117
  "editBoxCancelButton": "Cancelar",
103
118
  "editBoxSubmitButton": "Enviar",
104
- "messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}"
119
+ "messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}",
120
+ "actionMenuMoreOptions": "Más opciones"
105
121
  },
106
122
  "errorBar": {
107
123
  "unableToReachChatService": "Sin conexión",
@@ -127,12 +143,27 @@
127
143
  "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.",
128
144
  "callCameraAlreadyInUse": "No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",
129
145
  "callMacOsCameraAccessDenied": "MacOS está bloqueando el acceso a la cámara. Actualiza la configuración de privacidad para permitir que este explorador acceda a la cámara.",
130
- "callMacOsScreenShareAccessDenied": "MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla."
146
+ "callMacOsScreenShareAccessDenied": "MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
147
+ "dismissButtonAriaLabel": "Cerrar",
148
+ "failedToJoinCallGeneric": "No se pudo unir a la llamada.",
149
+ "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido."
131
150
  },
132
151
  "videoGallery": {
133
152
  "screenIsBeingSharedMessage": "Está compartiendo su pantalla",
134
153
  "screenShareLoadingMessage": "Cargando la pantalla de {participant}",
135
154
  "localVideoLabel": "Tú",
136
- "localVideoCameraSwitcherLabel": "Cámara de ciclo"
155
+ "localVideoCameraSwitcherLabel": "Cambiar de cámara",
156
+ "localVideoMovementLabel": "Mosaico de vídeo local movible",
157
+ "localVideoSelectedDescription": "{cameraName} seleccionada",
158
+ "displayNamePlaceholder": "Participante sin nombre"
159
+ },
160
+ "dialpad": {
161
+ "placeholderText": "Introducir un número"
162
+ },
163
+ "HoldButton": {
164
+ "onLabel": "Reanudar",
165
+ "offLabel": "En espera",
166
+ "toolTipOnContent": "Reanudar llamada",
167
+ "toolTipOffContent": "Poner llamada en espera"
137
168
  }
138
169
  }
@@ -4,7 +4,8 @@
4
4
  "menuTitle": "Plus d’options",
5
5
  "removeButtonLabel": "Supprimer",
6
6
  "sharingIconLabel": "Partage",
7
- "mutedIconLabel": "Muet activé"
7
+ "mutedIconLabel": "Muet activé",
8
+ "displayNamePlaceholder": "Participant non identifié"
8
9
  },
9
10
  "typingIndicator": {
10
11
  "singleUser": "{user} en train d’écrire...",
@@ -42,7 +43,12 @@
42
43
  "tooltipOffContent": "Activer la caméra",
43
44
  "tooltipVideoLoadingContent": "Chargement de la vidéo",
44
45
  "cameraMenuTitle": "Caméra",
45
- "cameraMenuTooltip": "Choisissez l'appareil photo"
46
+ "cameraMenuTooltip": "Choisissez l'appareil photo",
47
+ "cameraButtonSplitRoleDescription": "Bouton partagé",
48
+ "onSplitButtonAriaLabel": "Désactiver les options d’appareil photo et d’appareil photo",
49
+ "offSplitButtonAriaLabel": "Activer les options d’appareil photo et d’appareil photo",
50
+ "cameraActionTurnedOnAnnouncement": "Votre caméra a été activée",
51
+ "cameraActionTurnedOffAnnouncement": "Votre caméra a été désactivée"
46
52
  },
47
53
  "microphoneButton": {
48
54
  "onLabel": "Désactiver le son",
@@ -53,13 +59,20 @@
53
59
  "microphoneMenuTitle": "Microphone",
54
60
  "microphoneMenuTooltip": "Choisissez le micro",
55
61
  "speakerMenuTitle": "Haut-parleur",
56
- "speakerMenuTooltip": "Choisissez le haut-parleur"
62
+ "speakerMenuTooltip": "Choisissez le haut-parleur",
63
+ "microphoneButtonSplitRoleDescription": "Bouton partagé",
64
+ "onSplitButtonAriaLabel": "Désactiver le micro et les options audio",
65
+ "offSplitButtonAriaLabel": "Activer le son du microphone et des options audio",
66
+ "microphoneActionTurnedOnAnnouncement": "Votre micro a été activé",
67
+ "microphoneActionTurnedOffAnnouncement": "Votre micro a été désactivé"
57
68
  },
58
69
  "devicesButton": {
59
70
  "label": "Appareils",
60
71
  "tooltipContent": "Gérer les appareils",
61
72
  "cameraMenuTitle": "Appareil photo",
62
73
  "cameraMenuTooltip": "Choisir une caméra",
74
+ "audioDeviceMenuTitle": "Périphérique audio",
75
+ "audioDeviceMenuTooltip": "Choisir un périphérique audio",
63
76
  "microphoneMenuTitle": "Microphone",
64
77
  "microphoneMenuTooltip": "Choisir le micro",
65
78
  "speakerMenuTitle": "Haut-parleur",
@@ -93,6 +106,8 @@
93
106
  "participantLeft": "a quitté le conversation.",
94
107
  "editMessage": "Modifier",
95
108
  "removeMessage": "Supprimer",
109
+ "resendMessage": "Réessayer l'envoi",
110
+ "failToSendTag": "Échec de l'envoi",
96
111
  "editedTag": "Modifié",
97
112
  "liveAuthorIntro": "{author} dit",
98
113
  "editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
@@ -101,7 +116,8 @@
101
116
  "noDisplayNameSub": "Sans nom",
102
117
  "editBoxCancelButton": "Annuler",
103
118
  "editBoxSubmitButton": "Envoyer",
104
- "messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}"
119
+ "messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}",
120
+ "actionMenuMoreOptions": "Plus d’options"
105
121
  },
106
122
  "errorBar": {
107
123
  "unableToReachChatService": "Vous êtes hors connexion",
@@ -127,12 +143,27 @@
127
143
  "callCameraAccessDenied": "Impossible d’accéder à la caméra. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
128
144
  "callCameraAlreadyInUse": "Impossible d’accéder à la caméra. Il est peut-être déjà utilisé par une autre application.",
129
145
  "callMacOsCameraAccessDenied": "MacOS bloque l’accès à votre caméra. Mettez à jour vos paramètres de confidentialité pour autoriser ce navigateur à accéder à votre caméra.",
130
- "callMacOsScreenShareAccessDenied": "MacOS bloque le partage d’écran. Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran."
146
+ "callMacOsScreenShareAccessDenied": "MacOS bloque le partage d’écran. Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",
147
+ "dismissButtonAriaLabel": "Fermer",
148
+ "failedToJoinCallGeneric": "Nous n’avons pas pu rejoindre l’appel.",
149
+ "failedToJoinCallInvalidMeetingLink": "Impossible de rejoindre la réunion. Lien non valide."
131
150
  },
132
151
  "videoGallery": {
133
152
  "screenIsBeingSharedMessage": "Vous partagez votre écran.",
134
153
  "screenShareLoadingMessage": "Chargement de l’écran de {participant}",
135
154
  "localVideoLabel": "Vous",
136
- "localVideoCameraSwitcherLabel": "Faire un cycle de caméra"
155
+ "localVideoCameraSwitcherLabel": "Changer de caméra",
156
+ "localVideoMovementLabel": "Vignette de vidéo locale déplaçable",
157
+ "localVideoSelectedDescription": "{cameraName} sélectionnée",
158
+ "displayNamePlaceholder": "Participant non identifié"
159
+ },
160
+ "dialpad": {
161
+ "placeholderText": "Entrer un numéro"
162
+ },
163
+ "HoldButton": {
164
+ "onLabel": "Reprendre",
165
+ "offLabel": "Mettre en attente",
166
+ "toolTipOnContent": "Reprendre l’appel",
167
+ "toolTipOffContent": "Mettre l’appel en attente"
137
168
  }
138
169
  }
@@ -4,7 +4,8 @@
4
4
  "menuTitle": "Altre opzioni",
5
5
  "removeButtonLabel": "Rimuovi",
6
6
  "sharingIconLabel": "Condivisione",
7
- "mutedIconLabel": "Disattivato"
7
+ "mutedIconLabel": "Disattivato",
8
+ "displayNamePlaceholder": "Partecipante senza nome"
8
9
  },
9
10
  "typingIndicator": {
10
11
  "singleUser": "{user} sta scrivendo ...",
@@ -42,7 +43,12 @@
42
43
  "tooltipOffContent": "Accendi la videocamera",
43
44
  "tooltipVideoLoadingContent": "Il video è in corso di caricamento",
44
45
  "cameraMenuTitle": "Fotocamera",
45
- "cameraMenuTooltip": "Scegli la fotocamera"
46
+ "cameraMenuTooltip": "Scegli la fotocamera",
47
+ "cameraButtonSplitRoleDescription": "Pulsante di menu combinato",
48
+ "onSplitButtonAriaLabel": "Disattiva fotocamera e le opzioni della fotocamera",
49
+ "offSplitButtonAriaLabel": "Attiva fotocamera e le opzioni della fotocamera",
50
+ "cameraActionTurnedOnAnnouncement": "La videocamera è stata attivata",
51
+ "cameraActionTurnedOffAnnouncement": "La videocamera è stata disattivata"
46
52
  },
47
53
  "microphoneButton": {
48
54
  "onLabel": "Disattiva audio",
@@ -53,13 +59,20 @@
53
59
  "microphoneMenuTitle": "Microfono",
54
60
  "microphoneMenuTooltip": "Scegli il microfono",
55
61
  "speakerMenuTitle": "Altoparlante",
56
- "speakerMenuTooltip": "Scegli l’altoparlante"
62
+ "speakerMenuTooltip": "Scegli l’altoparlante",
63
+ "microphoneButtonSplitRoleDescription": "Pulsante di menu combinato",
64
+ "onSplitButtonAriaLabel": "Disattiva microfono e opzioni audio",
65
+ "offSplitButtonAriaLabel": "Attiva microfono e opzioni audio",
66
+ "microphoneActionTurnedOnAnnouncement": "Il microfono è stato attivato",
67
+ "microphoneActionTurnedOffAnnouncement": "Il microfono è stato disattivato"
57
68
  },
58
69
  "devicesButton": {
59
70
  "label": "Dispositivi",
60
71
  "tooltipContent": "Gestisci dispositivi",
61
72
  "cameraMenuTitle": "Fotocamera",
62
73
  "cameraMenuTooltip": "Scegli la fotocamera",
74
+ "audioDeviceMenuTitle": "Dispositivo audio",
75
+ "audioDeviceMenuTooltip": "Scegli dispositivo audio",
63
76
  "microphoneMenuTitle": "Microfono",
64
77
  "microphoneMenuTooltip": "Scegli il microfono",
65
78
  "speakerMenuTitle": "Altoparlante",
@@ -93,6 +106,8 @@
93
106
  "participantLeft": "ha abbandonato la chat.",
94
107
  "editMessage": "Modifica",
95
108
  "removeMessage": "Elimina",
109
+ "resendMessage": "Riprova a inviare",
110
+ "failToSendTag": "Invio non riuscito",
96
111
  "editedTag": "Modificato",
97
112
  "liveAuthorIntro": "{author} dice",
98
113
  "editBoxTextLimit": "Il messaggio ha superato il limite di caratteri {limitNumber}",
@@ -101,7 +116,8 @@
101
116
  "noDisplayNameSub": "Nessun nome",
102
117
  "editBoxCancelButton": "Annulla",
103
118
  "editBoxSubmitButton": "Invia",
104
- "messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}"
119
+ "messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}",
120
+ "actionMenuMoreOptions": "Altre opzioni"
105
121
  },
106
122
  "errorBar": {
107
123
  "unableToReachChatService": "Sei offline",
@@ -127,12 +143,27 @@
127
143
  "callCameraAccessDenied": "Non è possibile accedere alla fotocamera. Fare clic sul blocco nella barra degli indirizzi per concedere l'autorizzazione a questa pagina Web.",
128
144
  "callCameraAlreadyInUse": "Non è possibile accedere alla fotocamera. Potrebbe essere già in uso da un'altra applicazione.",
129
145
  "callMacOsCameraAccessDenied": "MacOS sta bloccando l'accesso alla fotocamera. Aggiorna le impostazioni di privacy per consentire a questo browser di accedere alla fotocamera.",
130
- "callMacOsScreenShareAccessDenied": "MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo."
146
+ "callMacOsScreenShareAccessDenied": "MacOS sta bloccando la condivisione dello schermo. Aggiorna le impostazioni di privacy per consentire a questo browser di registrare lo schermo.",
147
+ "dismissButtonAriaLabel": "Chiudi",
148
+ "failedToJoinCallGeneric": "Non è stato possibile partecipare alla chiamata.",
149
+ "failedToJoinCallInvalidMeetingLink": "Impossibile partecipare alla riunione. Collegamento non valido."
131
150
  },
132
151
  "videoGallery": {
133
152
  "screenIsBeingSharedMessage": "Stai condividendo lo schermo",
134
153
  "screenShareLoadingMessage": "Caricamento dello schermo di {participant}",
135
154
  "localVideoLabel": "Tu",
136
- "localVideoCameraSwitcherLabel": "Ciclo fotocamera"
155
+ "localVideoCameraSwitcherLabel": "Cambia videocamera",
156
+ "localVideoMovementLabel": "Riquadro video locale mobile",
157
+ "localVideoSelectedDescription": "{cameraName} selezionata",
158
+ "displayNamePlaceholder": "Partecipante senza nome"
159
+ },
160
+ "dialpad": {
161
+ "placeholderText": "Inserisci un numero"
162
+ },
163
+ "HoldButton": {
164
+ "onLabel": "Riprendi",
165
+ "offLabel": "Mantenere",
166
+ "toolTipOnContent": "Riprendi chiamata",
167
+ "toolTipOffContent": "Metti in attesa chiamata"
137
168
  }
138
169
  }