@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.1-beta.1
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/CHANGELOG.json +1260 -0
- package/CHANGELOG.md +110 -1
- package/dist/communication-react.d.ts +30 -1
- package/dist/dist-cjs/communication-react/index.js +76 -32
- 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/react-components/src/components/ErrorBar.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
- package/package.json +10 -10
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,
|
1
|
+
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,cAAc,CAAC"}
|
@@ -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,
|
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, {
|
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":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAgC,UAAU,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAClG,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AA6M5C;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAe,EAAE;;IAC5D,MAAM,aAAa,GAAG,SAAS,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC;IACnD,MAAM,OAAO,GAAG,MAAA,KAAK,CAAC,OAAO,mCAAI,aAAa,CAAC;IAE/C,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,QAAQ,CAAmB,EAAE,CAAC,CAAC;IAE7E,mGAAmG;IACnG,4EAA4E;IAC5E,SAAS,CACP,GAAG,EAAE,CAAC,kBAAkB,CAAC,+BAA+B,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC,EACrG,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAC7C,CAAC;IAEF,MAAM,MAAM,GAAG,YAAY,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC;IAExE,OAAO,CACL,oBAAC,KAAK,kBAAY,iBAAiB,IAChC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CACrB,oBAAC,UAAU,oBACL,KAAK,IACT,GAAG,EAAE,KAAK,CAAC,IAAI,EACf,cAAc,EAAE,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,EAC1C,mBAAmB,EAAE,mBAAmB,CAAC,KAAK,CAAC,IAAI,CAAC,EACpD,SAAS,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC,EACzE,sBAAsB,EAAE,OAAO,CAAC,sBAAsB,
|
1
|
+
{"version":3,"file":"ErrorBar.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/ErrorBar.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAgC,UAAU,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAClG,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AA6M5C;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAe,EAAE;;IAC5D,MAAM,aAAa,GAAG,SAAS,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC;IACnD,MAAM,OAAO,GAAG,MAAA,KAAK,CAAC,OAAO,mCAAI,aAAa,CAAC;IAE/C,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,QAAQ,CAAmB,EAAE,CAAC,CAAC;IAE7E,mGAAmG;IACnG,4EAA4E;IAC5E,SAAS,CACP,GAAG,EAAE,CAAC,kBAAkB,CAAC,+BAA+B,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC,EACrG,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAC7C,CAAC;IAEF,MAAM,MAAM,GAAG,YAAY,CAAC,KAAK,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC;IAExE,OAAO,CACL,oBAAC,KAAK,kBAAY,iBAAiB,IAChC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CACrB,oBAAC,UAAU,oBACL,KAAK,IACT,MAAM,EAAE;YACN,SAAS,EAAE;gBACT,UAAU,EAAE,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ;gBACnE,UAAU,EAAE,MAAM;aACnB;YACD,IAAI,EAAE;gBACJ,MAAM,EAAE,CAAC;aACV;YACD,OAAO,EAAE;gBACP,UAAU,EAAE,SAAS;aACtB;YACD,SAAS,EAAE;gBACT,MAAM,EAAE,CAAC;gBACT,UAAU,EAAE,QAAQ;aACrB;SACF,EACD,GAAG,EAAE,KAAK,CAAC,IAAI,EACf,cAAc,EAAE,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,EAC1C,mBAAmB,EAAE,mBAAmB,CAAC,KAAK,CAAC,IAAI,CAAC,EACpD,SAAS,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC,EACzE,sBAAsB,EAAE,OAAO,CAAC,sBAAsB,EACtD,gBAAgB,EAAE,EAAE,QAAQ,EAAE,eAAe,EAAE,KAE9C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CACT,CACd,CAAC,CACI,CACT,CAAC;AACJ,CAAC,CAAC;AAQF,yFAAyF;AACzF,MAAM,YAAY,GAAG,CAAC,eAAiC,EAAE,SAA6B,EAAoB,EAAE;IAC1G,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACjC,KAAK,MAAM,KAAK,IAAI,eAAe,EAAE;QACnC,IAAI,KAAK,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,EAAE;YACjC,gEAAgE;YAChE,KAAK,CAAC,WAAW,GAAG,GAAG,CAAC;YACxB,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC,SAAS,CAAC;YACxC,OAAO,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;SACpC;KACF;IAED,qEAAqE;IACrE,OAAO;QACL,GAAG,eAAe;QAClB;YACE,IAAI,EAAE,SAAS,CAAC,IAAI;YACpB,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,SAAS,CAAC,SAAS;SACjC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,sGAAsG;AACtG,MAAM,+BAA+B,GAAG,CACtC,mBAAyC,EACzC,eAAiC,EACf,EAAE;IACpB,MAAM,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;IACzB,KAAK,MAAM,OAAO,IAAI,mBAAmB,EAAE;QACzC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;KACnC;IAED,0BAA0B;IAC1B,6CAA6C;IAC7C,oDAAoD;IACpD,4BAA4B;IAC5B,EAAE;IACF,0GAA0G;IAC1G,MAAM,qBAAqB,GAAG,CAAC,SAAyB,EAAW,EAAE,CACnE,SAAS,CAAC,WAAW,KAAK,SAAS,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,SAAS,CAAC;IAElF,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,EAAE;QACzE,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC,CAAC;KACjF;IACD,OAAO,eAAe,CAAC;AACzB,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,mBAAyC,EACzC,eAAiC,EACX,EAAE;IACxB,MAAM,SAAS,GAAmC,IAAI,GAAG,EAAE,CAAC;IAC5D,KAAK,MAAM,KAAK,IAAI,eAAe,EAAE;QACnC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;KAClC;IAED,OAAO,mBAAmB,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE;QAC1C,MAAM,SAAS,GAAG,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QAC5C,IAAI,CAAC,SAAS,EAAE;YACd,kCAAkC;YAClC,OAAO,IAAI,CAAC;SACb;QACD,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE;YACpB,sHAAsH;YACtH,OAAO,KAAK,CAAC;SACd;QACD,qEAAqE;QACrE,OAAO,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC,WAAW,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,SAAoB,EAAkB,EAAE;IAC9D,QAAQ,SAAS,EAAE;QACjB,KAAK,uBAAuB,CAAC;QAC7B,KAAK,oBAAoB,CAAC;QAC1B,KAAK,uBAAuB,CAAC;QAC7B,KAAK,4BAA4B,CAAC;QAClC,KAAK,6BAA6B,CAAC;QACnC,KAAK,+BAA+B,CAAC;QACrC,KAAK,iCAAiC,CAAC;QACvC,KAAK,sBAAsB,CAAC;QAC5B,KAAK,wBAAwB,CAAC;QAC9B,KAAK,wBAAwB,CAAC;QAC9B,KAAK,0BAA0B,CAAC;QAChC,KAAK,4BAA4B,CAAC;QAClC,KAAK,6BAA6B,CAAC;QACnC,KAAK,kCAAkC;YACrC,OAAO,cAAc,CAAC,OAAO,CAAC;QAChC;YACE,OAAO,cAAc,CAAC,KAAK,CAAC;KAC/B;AACH,CAAC,CAAC;AAEF,MAAM,mBAAmB,GAAG,CAAC,SAAoB,EAA0B,EAAE;IAC3E,MAAM,QAAQ,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC;IAC3C,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;AAC7C,CAAC,CAAC;AAEF,MAAM,cAAc,GAA4C;IAC9D,qBAAqB,EAAE,+BAA+B;IACtD,kBAAkB,EAAE,4BAA4B;IAChD,qBAAqB,EAAE,+BAA+B;IACtD,0BAA0B,EAAE,oCAAoC;IAChE,2BAA2B,EAAE,qCAAqC;IAClE,6BAA6B,EAAE,uCAAuC;IACtE,+BAA+B,EAAE,yCAAyC;IAC1E,oBAAoB,EAAE,8BAA8B;IACpD,sBAAsB,EAAE,gCAAgC;IACxD,sBAAsB,EAAE,gCAAgC;IACxD,wBAAwB,EAAE,kCAAkC;IAC5D,0BAA0B,EAAE,oCAAoC;IAChE,2BAA2B,EAAE,qCAAqC;CACnE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"MessageThread.styles.d.ts","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/MessageThread.styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAe,MAAM,iBAAiB,CAAC;
|
1
|
+
{"version":3,"file":"MessageThread.styles.d.ts","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/MessageThread.styles.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAe,MAAM,iBAAiB,CAAC;AAqB7D;;GAEG;AACH,eAAO,MAAM,2BAA2B,QAOtC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,QAI/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,kBAQvB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B,QAKzC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,aAE9B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAElC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,+BAA+B,4BAA6B,OAAO,KAAG,kBAQlF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,kBAI3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,kBAG1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,kBAazC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,kBAO9B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,kBAMpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B,SAAU,OAAO,KAAG,MAGxD,CAAC;AAEL;;GAEG;AACH,eAAO,MAAM,qBAAqB,QAGhC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAIlC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B,QAKzC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa,QAExB,CAAC"}
|
@@ -15,6 +15,8 @@ const MESSAGE_AMOUNT_OUT_FROM_EDGE_REM = 2;
|
|
15
15
|
const MESSAGE_AVATAR_OVERLAP_REM = 0.425;
|
16
16
|
const CHAT_MESSAGE_ZINDEX = 1;
|
17
17
|
const AVATAR_ZINDEX = 2;
|
18
|
+
// new message button should be on top of chat message
|
19
|
+
const NEW_MESSAGE_BUTTON_ZINDEX = 2;
|
18
20
|
/**
|
19
21
|
* @private
|
20
22
|
*/
|
@@ -41,14 +43,17 @@ export const chatStyle = {
|
|
41
43
|
paddingBottom: '0.5rem',
|
42
44
|
paddingTop: '0.8rem',
|
43
45
|
border: 'none',
|
44
|
-
overflow: 'auto'
|
46
|
+
overflow: 'auto',
|
47
|
+
// `height: 100%` ensures that the Chat component covers 100% of it's parents height
|
48
|
+
// to prevent intermittent scrollbars when gifs are present in the chat.
|
49
|
+
height: '100%'
|
45
50
|
};
|
46
51
|
/**
|
47
52
|
* @private
|
48
53
|
*/
|
49
54
|
export const newMessageButtonContainerStyle = mergeStyles({
|
50
55
|
position: 'absolute',
|
51
|
-
zIndex:
|
56
|
+
zIndex: NEW_MESSAGE_BUTTON_ZINDEX,
|
52
57
|
bottom: 0,
|
53
58
|
right: '1.5rem'
|
54
59
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"MessageThread.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/MessageThread.styles.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EAAiB,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,iCAAiC,EAAE,MAAM,iCAAiC,CAAC;AAEpF,sFAAsF;AACtF,8CAA8C;AAC9C,MAAM,oCAAoC,GAAG,IAAI,CAAC;AAElD,sEAAsE;AACtE,yEAAyE;AACzE,oFAAoF;AACpF,MAAM,gBAAgB,GAAG,CAAC,CAAC;AAC3B,MAAM,sBAAsB,GAAG,GAAG,CAAC;AACnC,MAAM,gCAAgC,GAAG,CAAC,CAAC;AAE3C,gFAAgF;AAChF,MAAM,0BAA0B,GAAG,KAAK,CAAC;AACzC,MAAM,mBAAmB,GAAG,CAAC,CAAC;AAC9B,MAAM,aAAa,GAAG,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"MessageThread.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/MessageThread.styles.ts"],"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 ...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Nachricht eingeben",
|
18
19
|
"textTooLong": "Ihre Nachrichtenlänge überschreitet den maximalen Grenzwert.",
|
19
20
|
"sendButtonAriaLabel": "Nachricht senden",
|
20
|
-
"fileUploadsPendingError": "Wird hochgeladen... Bitte warten."
|
21
|
+
"fileUploadsPendingError": "Wird hochgeladen... Bitte warten.",
|
22
|
+
"removeFile": "Datei entfernen",
|
23
|
+
"uploading": "Hochladen",
|
24
|
+
"uploadCompleted": "Upload abgeschlossen"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Nachricht gesendet",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Kamera einschalten",
|
43
47
|
"tooltipVideoLoadingContent": "Video wird geladen",
|
44
48
|
"cameraMenuTitle": "Kamera",
|
45
|
-
"cameraMenuTooltip": "Kamera auswählen"
|
49
|
+
"cameraMenuTooltip": "Kamera auswählen",
|
50
|
+
"cameraButtonSplitRoleDescription": "Unterteilte Schaltfläche",
|
51
|
+
"onSplitButtonAriaLabel": "Kamera und Kameraoptionen deaktivieren",
|
52
|
+
"offSplitButtonAriaLabel": "Kamera und Kameraoptionen aktivieren",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "Ihre Kamera wurde eingeschaltet.",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "Ihre Kamera wurde ausgeschaltet."
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Stumm schalten",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Mikrofon",
|
54
63
|
"microphoneMenuTooltip": "Mikrofon auswählen",
|
55
64
|
"speakerMenuTitle": "Lautsprecher",
|
56
|
-
"speakerMenuTooltip": "Lautsprecher auswählen"
|
65
|
+
"speakerMenuTooltip": "Lautsprecher auswählen",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Unterteilte Schaltfläche",
|
67
|
+
"onSplitButtonAriaLabel": "Mikrofon- und Audiooptionen stummschalten",
|
68
|
+
"offSplitButtonAriaLabel": "Stummschaltung von Mikrofon- und Audiooptionen aufheben",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "Ihr Mikrofon wurde eingeschaltet.",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "Ihr Mikrofon wurde ausgeschaltet."
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Geräte",
|
60
74
|
"tooltipContent": "Geräte verwalten",
|
61
75
|
"cameraMenuTitle": "Kamera",
|
62
76
|
"cameraMenuTooltip": "Kamera auswählen",
|
77
|
+
"audioDeviceMenuTitle": "Audiogerät",
|
78
|
+
"audioDeviceMenuTooltip": "Audiogerät auswählen",
|
63
79
|
"microphoneMenuTitle": "Mikrofon",
|
64
80
|
"microphoneMenuTooltip": "Mikrofon auswählen",
|
65
81
|
"speakerMenuTitle": "Lautsprecher",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "hat den Chat verlassen.",
|
94
110
|
"editMessage": "Bearbeiten",
|
95
111
|
"removeMessage": "Löschen",
|
112
|
+
"resendMessage": "Erneut senden",
|
113
|
+
"failToSendTag": "Fehler beim Senden",
|
96
114
|
"editedTag": "Bearbeitet",
|
97
115
|
"liveAuthorIntro": "{author} sagt",
|
98
116
|
"editBoxTextLimit": "Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Kein Name",
|
102
120
|
"editBoxCancelButton": "Abbrechen",
|
103
121
|
"editBoxSubmitButton": "Übermitteln",
|
104
|
-
"messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Weitere Optionen",
|
124
|
+
"downloadFile": "Datei herunterladen"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "Sie sind offline.",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "Es wurden keine Mikrofone gefunden. Schließen Sie ein Audioeingabegerät an.",
|
123
143
|
"callMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
124
144
|
"callMicrophoneMutedBySystem": "Sie werden von Ihrem System stummgeschaltet.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",
|
126
147
|
"callLocalVideoFreeze": "Die Netzwerkbandbreite ist schlecht. Ihr Video wird möglicherweise für andere Personen während des Anrufs angehalten angezeigt.",
|
127
148
|
"callCameraAccessDenied": "Auf die Kamera kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
|
128
149
|
"callCameraAlreadyInUse": "Auf die Kamera kann nicht zugegriffen werden. Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
|
150
|
+
"callVideoStoppedBySystem": "Ihr Video wurde von Ihrem System beendet.",
|
151
|
+
"callVideoRecoveredBySystem": "Ihr Video wurde fortgesetzt.",
|
129
152
|
"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."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
|
154
|
+
"dismissButtonAriaLabel": "Schließen",
|
155
|
+
"failedToJoinCallGeneric": "Fehler bei der Teilnahme am Anruf.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "Sie teilen Ihren Bildschirm",
|
134
160
|
"screenShareLoadingMessage": "Der Bildschirm von {participant} wird geladen",
|
135
161
|
"localVideoLabel": "Sie",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Kamera wechseln",
|
163
|
+
"localVideoMovementLabel": "Verschiebbare lokale Videokachel",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} ausgewählt",
|
165
|
+
"displayNamePlaceholder": "Unbenannter Teilnehmer"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Eine Nummer eingeben"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Fortsetzen",
|
172
|
+
"offLabel": "Halten",
|
173
|
+
"toolTipOnContent": "Anruf fortsetzen",
|
174
|
+
"toolTipOffContent": "Anruf halten"
|
137
175
|
}
|
138
176
|
}
|
@@ -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 ...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Enter a message",
|
18
19
|
"textTooLong": "Your message length is over the maximum limit.",
|
19
20
|
"sendButtonAriaLabel": "Send message",
|
20
|
-
"fileUploadsPendingError": "Uploading... Please wait."
|
21
|
+
"fileUploadsPendingError": "Uploading... Please wait.",
|
22
|
+
"removeFile": "Remove file",
|
23
|
+
"uploading": "Uploading",
|
24
|
+
"uploadCompleted": "Upload completed"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Message sent",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Turn on camera",
|
43
47
|
"tooltipVideoLoadingContent": "Video is loading",
|
44
48
|
"cameraMenuTitle": "Camera",
|
45
|
-
"cameraMenuTooltip": "Choose Camera"
|
49
|
+
"cameraMenuTooltip": "Choose Camera",
|
50
|
+
"cameraButtonSplitRoleDescription": "Split button",
|
51
|
+
"onSplitButtonAriaLabel": "Turn off camera and camera options",
|
52
|
+
"offSplitButtonAriaLabel": "Turn on camera and camera options",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "Your camera has been turned on",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "Your camera has been turned off"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Mute",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Microphone",
|
54
63
|
"microphoneMenuTooltip": "Choose Microphone",
|
55
64
|
"speakerMenuTitle": "Speaker",
|
56
|
-
"speakerMenuTooltip": "Choose Speaker"
|
65
|
+
"speakerMenuTooltip": "Choose Speaker",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Split button",
|
67
|
+
"onSplitButtonAriaLabel": "Mute microphone and audio options",
|
68
|
+
"offSplitButtonAriaLabel": "Unmute microphone and audio options",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "Your microphone has been turned on",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Devices",
|
60
74
|
"tooltipContent": "Manage devices",
|
61
75
|
"cameraMenuTitle": "Camera",
|
62
76
|
"cameraMenuTooltip": "Choose Camera",
|
77
|
+
"audioDeviceMenuTitle": "Audio Device",
|
78
|
+
"audioDeviceMenuTooltip": "Choose Audio Device",
|
63
79
|
"microphoneMenuTitle": "Microphone",
|
64
80
|
"microphoneMenuTooltip": "Choose Microphone",
|
65
81
|
"speakerMenuTitle": "Speaker",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "left the chat.",
|
94
110
|
"editMessage": "Edit",
|
95
111
|
"removeMessage": "Delete",
|
112
|
+
"resendMessage": "Try sending again",
|
113
|
+
"failToSendTag": "Failed to send",
|
96
114
|
"editedTag": "Edited",
|
97
115
|
"liveAuthorIntro": "{author} says",
|
98
116
|
"editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "No name",
|
102
120
|
"editBoxCancelButton": "Cancel",
|
103
121
|
"editBoxSubmitButton": "Submit",
|
104
|
-
"messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "More Options",
|
124
|
+
"downloadFile": "Download file"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "You are offline",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
|
123
143
|
"callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
|
124
144
|
"callMicrophoneMutedBySystem": "You are muted by your system.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Your microphone recovered and you were unmuted by your system.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Unable to access microphone. Grant microphone permission in your macOS privacy settings.",
|
126
147
|
"callLocalVideoFreeze": "Network bandwidth is poor. Your video may appear paused for others on the call.",
|
127
148
|
"callCameraAccessDenied": "Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",
|
128
149
|
"callCameraAlreadyInUse": "Unable to access camera. It may already be in use by another application.",
|
150
|
+
"callVideoStoppedBySystem": "Your video has been stopped by your system.",
|
151
|
+
"callVideoRecoveredBySystem": "Your video has resumed.",
|
129
152
|
"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."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",
|
154
|
+
"dismissButtonAriaLabel": "Close",
|
155
|
+
"failedToJoinCallGeneric": "Failed to join call.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "You are sharing your screen",
|
134
160
|
"screenShareLoadingMessage": "Loading {participant}'s screen",
|
135
161
|
"localVideoLabel": "You",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Switch camera",
|
163
|
+
"localVideoMovementLabel": "Movable Local Video Tile",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} selected",
|
165
|
+
"displayNamePlaceholder": "Unnamed Participant"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Enter a number"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Resume",
|
172
|
+
"offLabel": "Hold",
|
173
|
+
"toolTipOnContent": "Resume call",
|
174
|
+
"toolTipOffContent": "Hold call"
|
137
175
|
}
|
138
176
|
}
|
@@ -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...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Escribir un mensaje",
|
18
19
|
"textTooLong": "La longitud del mensaje supera el límite máximo.",
|
19
20
|
"sendButtonAriaLabel": "Enviar mensaje",
|
20
|
-
"fileUploadsPendingError": "Cargando... Espere."
|
21
|
+
"fileUploadsPendingError": "Cargando... Espere.",
|
22
|
+
"removeFile": "Quitar archivo",
|
23
|
+
"uploading": "Cargando",
|
24
|
+
"uploadCompleted": "Carga completada"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Mensaje enviado",
|
@@ -42,24 +46,36 @@
|
|
42
46
|
"tooltipOffContent": "Activar la cámara",
|
43
47
|
"tooltipVideoLoadingContent": "El vídeo se está cargando",
|
44
48
|
"cameraMenuTitle": "Cámara",
|
45
|
-
"cameraMenuTooltip": "Elegir cámara"
|
49
|
+
"cameraMenuTooltip": "Elegir cámara",
|
50
|
+
"cameraButtonSplitRoleDescription": "Botón de expansión",
|
51
|
+
"onSplitButtonAriaLabel": "Desactivar la cámara y las opciones de cámara",
|
52
|
+
"offSplitButtonAriaLabel": "Activar la cámara y las opciones de cámara",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "La cámara se ha activado",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "La cámara se ha desactivado"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Silenciar",
|
49
58
|
"offLabel": "Reactivar audio",
|
50
|
-
"tooltipDisabledContent": "
|
59
|
+
"tooltipDisabledContent": "Micrófono deshabilitado",
|
51
60
|
"tooltipOnContent": "Silenciar micrófono",
|
52
61
|
"tooltipOffContent": "Reactivar micrófono",
|
53
62
|
"microphoneMenuTitle": "Micrófono",
|
54
63
|
"microphoneMenuTooltip": "Elegir micrófono",
|
55
64
|
"speakerMenuTitle": "Altavoz",
|
56
|
-
"speakerMenuTooltip": "Elegir altavoz"
|
65
|
+
"speakerMenuTooltip": "Elegir altavoz",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Botón de expansión",
|
67
|
+
"onSplitButtonAriaLabel": "Silenciar opciones de micrófono y audio",
|
68
|
+
"offSplitButtonAriaLabel": "Reactivar el micrófono y las opciones de audio",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "El micrófono se ha activado",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "El micrófono se ha desactivado"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Dispositivos",
|
60
74
|
"tooltipContent": "Administrar dispositivos",
|
61
75
|
"cameraMenuTitle": "Cámara",
|
62
76
|
"cameraMenuTooltip": "Elegir cámara",
|
77
|
+
"audioDeviceMenuTitle": "Dispositivo de audio",
|
78
|
+
"audioDeviceMenuTooltip": "Elegir dispositivo de audio",
|
63
79
|
"microphoneMenuTitle": "Micrófono",
|
64
80
|
"microphoneMenuTooltip": "Elegir micrófono",
|
65
81
|
"speakerMenuTitle": "Altavoz",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "abandonó el chat.",
|
94
110
|
"editMessage": "Editar",
|
95
111
|
"removeMessage": "Eliminar",
|
112
|
+
"resendMessage": "Intente enviar de nuevo",
|
113
|
+
"failToSendTag": "Error al enviar",
|
96
114
|
"editedTag": "Editado",
|
97
115
|
"liveAuthorIntro": "{author} dice",
|
98
116
|
"editBoxTextLimit": "El mensaje supera el límite de {limitNumber} caracteres",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Sin nombre",
|
102
120
|
"editBoxCancelButton": "Cancelar",
|
103
121
|
"editBoxSubmitButton": "Enviar",
|
104
|
-
"messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Más opciones",
|
124
|
+
"downloadFile": "Descargar archivo"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "Sin conexión",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",
|
123
143
|
"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.",
|
124
144
|
"callMicrophoneMutedBySystem": "Su sistema ha silenciado su audio.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Su micrófono se ha recuperado y el sistema ha activado el audio.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "No se puede acceder al micrófono. Conceda permiso al micrófono en la configuración de privacidad de macOS.",
|
126
147
|
"callLocalVideoFreeze": "El ancho de banda de red es deficiente. Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",
|
127
148
|
"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
149
|
"callCameraAlreadyInUse": "No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",
|
150
|
+
"callVideoStoppedBySystem": "El sistema ha detenido el vídeo.",
|
151
|
+
"callVideoRecoveredBySystem": "El vídeo se ha reanudado.",
|
129
152
|
"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."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
|
154
|
+
"dismissButtonAriaLabel": "Cerrar",
|
155
|
+
"failedToJoinCallGeneric": "No se pudo unir a la llamada.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "Está compartiendo su pantalla",
|
134
160
|
"screenShareLoadingMessage": "Cargando la pantalla de {participant}",
|
135
161
|
"localVideoLabel": "Tú",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Cambiar de cámara",
|
163
|
+
"localVideoMovementLabel": "Mosaico de vídeo local movible",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} seleccionada",
|
165
|
+
"displayNamePlaceholder": "Participante sin nombre"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Introducir un número"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Reanudar",
|
172
|
+
"offLabel": "En espera",
|
173
|
+
"toolTipOnContent": "Reanudar llamada",
|
174
|
+
"toolTipOffContent": "Poner llamada en espera"
|
137
175
|
}
|
138
176
|
}
|
@@ -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...",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"placeholderText": "Saisir un message",
|
18
19
|
"textTooLong": "La longueur de votre message dépasse la limite maximale.",
|
19
20
|
"sendButtonAriaLabel": "Envoyer un message",
|
20
|
-
"fileUploadsPendingError": "Chargement en cours... Veuillez patienter."
|
21
|
+
"fileUploadsPendingError": "Chargement en cours... Veuillez patienter.",
|
22
|
+
"removeFile": "Supprimer un fichier",
|
23
|
+
"uploading": "Chargement",
|
24
|
+
"uploadCompleted": "Téléchargement terminé"
|
21
25
|
},
|
22
26
|
"messageStatusIndicator": {
|
23
27
|
"deliveredAriaLabel": "Message envoyé",
|
@@ -42,7 +46,12 @@
|
|
42
46
|
"tooltipOffContent": "Activer la caméra",
|
43
47
|
"tooltipVideoLoadingContent": "Chargement de la vidéo",
|
44
48
|
"cameraMenuTitle": "Caméra",
|
45
|
-
"cameraMenuTooltip": "Choisissez l'appareil photo"
|
49
|
+
"cameraMenuTooltip": "Choisissez l'appareil photo",
|
50
|
+
"cameraButtonSplitRoleDescription": "Bouton partagé",
|
51
|
+
"onSplitButtonAriaLabel": "Désactiver les options d’appareil photo et d’appareil photo",
|
52
|
+
"offSplitButtonAriaLabel": "Activer les options d’appareil photo et d’appareil photo",
|
53
|
+
"cameraActionTurnedOnAnnouncement": "Votre caméra a été activée",
|
54
|
+
"cameraActionTurnedOffAnnouncement": "Votre caméra a été désactivée"
|
46
55
|
},
|
47
56
|
"microphoneButton": {
|
48
57
|
"onLabel": "Désactiver le son",
|
@@ -53,13 +62,20 @@
|
|
53
62
|
"microphoneMenuTitle": "Microphone",
|
54
63
|
"microphoneMenuTooltip": "Choisissez le micro",
|
55
64
|
"speakerMenuTitle": "Haut-parleur",
|
56
|
-
"speakerMenuTooltip": "Choisissez le haut-parleur"
|
65
|
+
"speakerMenuTooltip": "Choisissez le haut-parleur",
|
66
|
+
"microphoneButtonSplitRoleDescription": "Bouton partagé",
|
67
|
+
"onSplitButtonAriaLabel": "Désactiver le micro et les options audio",
|
68
|
+
"offSplitButtonAriaLabel": "Activer le son du microphone et des options audio",
|
69
|
+
"microphoneActionTurnedOnAnnouncement": "Votre micro a été activé",
|
70
|
+
"microphoneActionTurnedOffAnnouncement": "Votre micro a été désactivé"
|
57
71
|
},
|
58
72
|
"devicesButton": {
|
59
73
|
"label": "Appareils",
|
60
74
|
"tooltipContent": "Gérer les appareils",
|
61
75
|
"cameraMenuTitle": "Appareil photo",
|
62
76
|
"cameraMenuTooltip": "Choisir une caméra",
|
77
|
+
"audioDeviceMenuTitle": "Périphérique audio",
|
78
|
+
"audioDeviceMenuTooltip": "Choisir un périphérique audio",
|
63
79
|
"microphoneMenuTitle": "Microphone",
|
64
80
|
"microphoneMenuTooltip": "Choisir le micro",
|
65
81
|
"speakerMenuTitle": "Haut-parleur",
|
@@ -93,6 +109,8 @@
|
|
93
109
|
"participantLeft": "a quitté le conversation.",
|
94
110
|
"editMessage": "Modifier",
|
95
111
|
"removeMessage": "Supprimer",
|
112
|
+
"resendMessage": "Réessayer l'envoi",
|
113
|
+
"failToSendTag": "Échec de l'envoi",
|
96
114
|
"editedTag": "Modifié",
|
97
115
|
"liveAuthorIntro": "{author} dit",
|
98
116
|
"editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
|
@@ -101,7 +119,9 @@
|
|
101
119
|
"noDisplayNameSub": "Sans nom",
|
102
120
|
"editBoxCancelButton": "Annuler",
|
103
121
|
"editBoxSubmitButton": "Envoyer",
|
104
|
-
"messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}"
|
122
|
+
"messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}",
|
123
|
+
"actionMenuMoreOptions": "Plus d’options",
|
124
|
+
"downloadFile": "Télécharger un fichier"
|
105
125
|
},
|
106
126
|
"errorBar": {
|
107
127
|
"unableToReachChatService": "Vous êtes hors connexion",
|
@@ -122,17 +142,35 @@
|
|
122
142
|
"callNoMicrophoneFound": "Aucun micro n’a été trouvé. Connectez un périphérique d’entrée audio.",
|
123
143
|
"callMicrophoneAccessDenied": "Impossible d’accéder au microphone. Cliquez sur le verrou dans la barre d’adresses pour accorder l’autorisation à cette page Web.",
|
124
144
|
"callMicrophoneMutedBySystem": "Votre micro est désactivé par votre système.",
|
145
|
+
"callMicrophoneUnmutedBySystem": "Votre micro a été récupéré et la son a été activé par votre système.",
|
125
146
|
"callMacOsMicrophoneAccessDenied": "Impossible d’accéder au microphone. Accordez l’autorisation de microphone dans vos paramètres de confidentialité macOS.",
|
126
147
|
"callLocalVideoFreeze": "La bande passante réseau est médiocre. Votre vidéo peut apparaître suspendue pour les autres participants à l’appel.",
|
127
148
|
"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
149
|
"callCameraAlreadyInUse": "Impossible d’accéder à la caméra. Il est peut-être déjà utilisé par une autre application.",
|
150
|
+
"callVideoStoppedBySystem": "Votre vidéo a été arrêtée par votre système.",
|
151
|
+
"callVideoRecoveredBySystem": "Votre vidéo a repris.",
|
129
152
|
"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."
|
153
|
+
"callMacOsScreenShareAccessDenied": "MacOS bloque le partage d’écran. Mettez à jour vos paramètres de confidentialité pour permettre à ce navigateur d’enregistrer votre écran.",
|
154
|
+
"dismissButtonAriaLabel": "Fermer",
|
155
|
+
"failedToJoinCallGeneric": "Nous n’avons pas pu rejoindre l’appel.",
|
156
|
+
"failedToJoinCallInvalidMeetingLink": "Impossible de rejoindre la réunion. Lien non valide."
|
131
157
|
},
|
132
158
|
"videoGallery": {
|
133
159
|
"screenIsBeingSharedMessage": "Vous partagez votre écran.",
|
134
160
|
"screenShareLoadingMessage": "Chargement de l’écran de {participant}",
|
135
161
|
"localVideoLabel": "Vous",
|
136
|
-
"localVideoCameraSwitcherLabel": "
|
162
|
+
"localVideoCameraSwitcherLabel": "Changer de caméra",
|
163
|
+
"localVideoMovementLabel": "Vignette de vidéo locale déplaçable",
|
164
|
+
"localVideoSelectedDescription": "{cameraName} sélectionnée",
|
165
|
+
"displayNamePlaceholder": "Participant non identifié"
|
166
|
+
},
|
167
|
+
"dialpad": {
|
168
|
+
"placeholderText": "Entrer un numéro"
|
169
|
+
},
|
170
|
+
"HoldButton": {
|
171
|
+
"onLabel": "Reprendre",
|
172
|
+
"offLabel": "Mettre en attente",
|
173
|
+
"toolTipOnContent": "Reprendre l’appel",
|
174
|
+
"toolTipOffContent": "Mettre l’appel en attente"
|
137
175
|
}
|
138
176
|
}
|