@azure/communication-react 1.19.0-alpha-202408280014 → 1.19.0-alpha-202408300015

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 (102) hide show
  1. package/dist/communication-react.d.ts +78 -4
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-JpEHAh2h.js → ChatMessageComponentAsRichTextEditBox-DF6m5c0M.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-JpEHAh2h.js.map → ChatMessageComponentAsRichTextEditBox-DF6m5c0M.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-ujBB-J3D.js → RichTextSendBoxWrapper-5MZMlGmn.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-ujBB-J3D.js.map → RichTextSendBoxWrapper-5MZMlGmn.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-D_pIA4Nc.js → index-DQfE9Pq_.js} +538 -368
  7. package/dist/dist-cjs/communication-react/index-DQfE9Pq_.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +4 -0
  12. package/dist/dist-esm/react-components/src/components/CameraButton.js +1 -1
  13. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.d.ts +4 -0
  15. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js +13 -10
  16. package/dist/dist-esm/react-components/src/components/IncomingCallNotification.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/IncomingCallStack.d.ts +5 -0
  18. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js +3 -2
  19. package/dist/dist-esm/react-components/src/components/IncomingCallStack.js.map +1 -1
  20. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +1 -0
  21. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +18 -5
  22. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  23. package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +28 -0
  24. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +29 -1
  25. package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
  26. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +10 -5
  27. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -1
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  31. package/dist/dist-esm/react-components/src/components/VideoGallery.js +3 -2
  32. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.d.ts +13 -1
  34. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +36 -0
  35. package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +25 -0
  37. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +25 -0
  38. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +25 -0
  39. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +25 -0
  40. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +18 -10
  41. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +25 -0
  42. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +25 -0
  43. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +25 -0
  44. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +25 -0
  45. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +25 -0
  46. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +26 -1
  47. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +25 -0
  48. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +25 -0
  49. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +25 -0
  50. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +25 -0
  51. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +25 -0
  52. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +25 -0
  53. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +25 -0
  54. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +25 -0
  55. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +25 -0
  56. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +25 -0
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +3 -4
  58. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +41 -2
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +31 -2
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.d.ts +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/index.js.map +1 -1
  64. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +29 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  66. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.d.ts +2 -0
  67. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +5 -1
  68. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  69. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -4
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +2 -2
  73. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -4
  75. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  76. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +3 -4
  77. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +5 -5
  78. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +18 -1
  80. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +12 -2
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +12 -2
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -2
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -2
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -2
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +12 -2
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -2
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +12 -2
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -2
  90. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -2
  91. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -2
  92. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +12 -2
  93. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -2
  94. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +12 -2
  95. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -2
  96. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -2
  97. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +12 -2
  98. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -2
  99. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -2
  100. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -2
  101. package/package.json +3 -3
  102. package/dist/dist-cjs/communication-react/index-D_pIA4Nc.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import { IButtonStyles, IStyle, Theme, ITheme } from '@fluentui/react';
1
+ import { IButtonStyles, IStyle, Theme, ITheme, ISpinnerStyles } from '@fluentui/react';
2
2
  /**
3
3
  * @private
4
4
  */
@@ -60,4 +60,16 @@ export declare const reactionRenderingStyle: (args: {
60
60
  rawFrameSize: number;
61
61
  frameCount: number;
62
62
  }) => string;
63
+ /**
64
+ * @private
65
+ */
66
+ export declare const loadSpinnerStyles: (theme: ITheme, isOverLay: boolean) => ISpinnerStyles;
67
+ /**
68
+ * @private
69
+ */
70
+ export declare const overlayStyles: () => IStyle;
71
+ /**
72
+ * @private
73
+ */
74
+ export declare const overlayStylesTransparent: () => IStyle;
63
75
  //# sourceMappingURL=VideoTile.styles.d.ts.map
@@ -186,4 +186,40 @@ export const reactionRenderingStyle = (args) => {
186
186
  transformOrigin: 'top left'
187
187
  });
188
188
  };
189
+ /**
190
+ * @private
191
+ */
192
+ export const loadSpinnerStyles = (theme, isOverLay) => {
193
+ return {
194
+ circle: {
195
+ width: '2rem',
196
+ height: '2rem'
197
+ },
198
+ label: {
199
+ fontSize: '1rem',
200
+ color: isOverLay ? theme.palette.white : theme.palette.themePrimary
201
+ }
202
+ };
203
+ };
204
+ /**
205
+ * @private
206
+ */
207
+ export const overlayStyles = () => {
208
+ return {
209
+ display: 'flex',
210
+ justifyContent: 'center',
211
+ alignItems: 'center',
212
+ backgroundColor: 'rgba(0, 0, 0, 0.3)'
213
+ };
214
+ };
215
+ /**
216
+ * @private
217
+ */
218
+ export const overlayStylesTransparent = () => {
219
+ return {
220
+ display: 'flex',
221
+ justifyContent: 'center',
222
+ alignItems: 'center'
223
+ };
224
+ };
189
225
  //# sourceMappingURL=VideoTile.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"VideoTile.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/VideoTile.styles.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IButtonStyles, IStyle, mergeStyles, Theme, ITheme } from '@fluentui/react';\nimport { keyframes, memoizeFunction } from '@fluentui/react';\nimport { REACTION_SCREEN_SHARE_ANIMATION_TIME_MS } from '../VideoGallery/utils/reactionUtils';\n\n/**\n * @private\n */\nexport const rootStyles: IStyle = {\n position: 'relative',\n height: '100%',\n width: '100%'\n};\n\n/**\n * @private\n */\nexport const videoContainerStyles: IStyle = {\n position: 'absolute',\n top: '0',\n left: '0',\n width: '100%',\n height: '100%',\n minWidth: '100%',\n minHeight: '100%',\n objectPosition: 'center',\n objectFit: 'cover',\n zIndex: 0\n};\n\n/**\n * @private\n */\nexport const overlayContainerStyles: IStyle = {\n width: '100%',\n height: '100%',\n zIndex: 5\n};\n\n/**\n * @private\n */\nexport const tileInfoContainerStyle = mergeStyles({\n position: 'absolute',\n bottom: '0',\n left: '0',\n padding: '0.5rem',\n width: '100%'\n});\n\n/**\n * @private\n */\nexport const disabledVideoHint = mergeStyles({\n backgroundColor: 'inherit',\n boxShadow: 'none',\n textAlign: 'left',\n overflow: 'hidden',\n whiteSpace: 'nowrap',\n alignItems: 'center',\n padding: '0.15rem',\n maxWidth: '100%'\n});\n\n/**\n * @private\n */\nexport const displayNameStyle: IStyle = {\n padding: '0.1rem',\n fontSize: '0.75rem',\n fontWeight: 600,\n // Text component will take body color by default (white in Dark Mode), so forcing it to be parent container color\n color: 'inherit',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n maxWidth: '100%'\n};\n\n/**\n * @private\n */\nexport const pinIconStyle: IStyle = {\n padding: '0.125rem'\n};\n\n/**\n * @private\n */\nexport const iconContainerStyle: IStyle = {\n margin: 'auto',\n alignItems: 'center',\n '& svg': {\n display: 'block',\n // Similar to text color, icon color will be inherited from parent container\n color: 'inherit'\n }\n};\n\n/**\n * @private\n */\nexport const participantStateStringStyles = (theme: Theme): IStyle => {\n return {\n minWidth: 'max-content',\n color: theme.palette.black,\n fontSize: '0.75rem',\n lineHeight: 'normal',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n padding: '0.1rem'\n };\n};\n\n/**\n * @private\n */\nexport const moreButtonStyles: IButtonStyles = {\n root: {\n // To ensure that the button is clickable when there is a floating video tile\n zIndex: 1,\n color: 'inherit',\n top: '-0.125rem',\n height: '100%',\n padding: '0rem'\n },\n rootHovered: {\n background: 'none'\n },\n rootPressed: {\n background: 'none'\n },\n rootExpanded: {\n background: 'none'\n }\n};\n\n/**\n * @private\n */\nexport const raiseHandContainerStyles = (theme: ITheme, limitedSpace: boolean): string =>\n mergeStyles(\n {\n alignItems: 'center',\n padding: '0.2rem 0.3rem',\n backgroundColor: theme.palette.white,\n opacity: 0.9,\n borderRadius: '1rem',\n margin: '0.5rem',\n width: 'fit-content',\n position: 'absolute',\n top: 0,\n height: 'fit-content'\n },\n limitedSpace && raiseHandLimitedSpaceStyles\n );\n\n/**\n * @private\n */\nexport const raiseHandLimitedSpaceStyles: IStyle = {\n // position centrally\n marginLeft: 'auto',\n marginRight: 'auto',\n left: 0,\n right: 0,\n // position at the bottom\n bottom: 0\n};\n\n/**\n * @private\n */\nexport const playFrames = memoizeFunction((frameHightPx: number, frameCount: number) =>\n keyframes({\n from: {\n backgroundPosition: `0px 0px`\n },\n to: {\n backgroundPosition: `0px ${frameCount * -frameHightPx}px`\n }\n })\n);\n\n/**\n * @private\n */\nexport const reactionRenderingStyle = (args: {\n spriteImageUrl: string;\n emojiSize: number;\n rawFrameSize: number;\n frameCount: number;\n}): string => {\n const imageUrl = `url(${args.spriteImageUrl})`;\n const steps = args.frameCount ?? 0;\n const frameSizePx = args.rawFrameSize;\n return mergeStyles({\n height: `${frameSizePx}px`,\n width: `${frameSizePx}px`,\n overflow: 'hidden',\n animationName: playFrames(frameSizePx, steps),\n backgroundImage: imageUrl,\n animationDuration: `${REACTION_SCREEN_SHARE_ANIMATION_TIME_MS / 1000}s`,\n animationTimingFunction: `steps(${steps})`,\n animationPlayState: 'running',\n animationIterationCount: 'infinite',\n\n // Scale the emoji to fit the parent container\n transform: `scale(${args.emojiSize / frameSizePx})`,\n transformOrigin: 'top left'\n });\n};\n"]}
1
+ {"version":3,"file":"VideoTile.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/VideoTile.styles.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { IButtonStyles, IStyle, mergeStyles, Theme, ITheme, ISpinnerStyles } from '@fluentui/react';\nimport { keyframes, memoizeFunction } from '@fluentui/react';\nimport { REACTION_SCREEN_SHARE_ANIMATION_TIME_MS } from '../VideoGallery/utils/reactionUtils';\n\n/**\n * @private\n */\nexport const rootStyles: IStyle = {\n position: 'relative',\n height: '100%',\n width: '100%'\n};\n\n/**\n * @private\n */\nexport const videoContainerStyles: IStyle = {\n position: 'absolute',\n top: '0',\n left: '0',\n width: '100%',\n height: '100%',\n minWidth: '100%',\n minHeight: '100%',\n objectPosition: 'center',\n objectFit: 'cover',\n zIndex: 0\n};\n\n/**\n * @private\n */\nexport const overlayContainerStyles: IStyle = {\n width: '100%',\n height: '100%',\n zIndex: 5\n};\n\n/**\n * @private\n */\nexport const tileInfoContainerStyle = mergeStyles({\n position: 'absolute',\n bottom: '0',\n left: '0',\n padding: '0.5rem',\n width: '100%'\n});\n\n/**\n * @private\n */\nexport const disabledVideoHint = mergeStyles({\n backgroundColor: 'inherit',\n boxShadow: 'none',\n textAlign: 'left',\n overflow: 'hidden',\n whiteSpace: 'nowrap',\n alignItems: 'center',\n padding: '0.15rem',\n maxWidth: '100%'\n});\n\n/**\n * @private\n */\nexport const displayNameStyle: IStyle = {\n padding: '0.1rem',\n fontSize: '0.75rem',\n fontWeight: 600,\n // Text component will take body color by default (white in Dark Mode), so forcing it to be parent container color\n color: 'inherit',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n maxWidth: '100%'\n};\n\n/**\n * @private\n */\nexport const pinIconStyle: IStyle = {\n padding: '0.125rem'\n};\n\n/**\n * @private\n */\nexport const iconContainerStyle: IStyle = {\n margin: 'auto',\n alignItems: 'center',\n '& svg': {\n display: 'block',\n // Similar to text color, icon color will be inherited from parent container\n color: 'inherit'\n }\n};\n\n/**\n * @private\n */\nexport const participantStateStringStyles = (theme: Theme): IStyle => {\n return {\n minWidth: 'max-content',\n color: theme.palette.black,\n fontSize: '0.75rem',\n lineHeight: 'normal',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n padding: '0.1rem'\n };\n};\n\n/**\n * @private\n */\nexport const moreButtonStyles: IButtonStyles = {\n root: {\n // To ensure that the button is clickable when there is a floating video tile\n zIndex: 1,\n color: 'inherit',\n top: '-0.125rem',\n height: '100%',\n padding: '0rem'\n },\n rootHovered: {\n background: 'none'\n },\n rootPressed: {\n background: 'none'\n },\n rootExpanded: {\n background: 'none'\n }\n};\n\n/**\n * @private\n */\nexport const raiseHandContainerStyles = (theme: ITheme, limitedSpace: boolean): string =>\n mergeStyles(\n {\n alignItems: 'center',\n padding: '0.2rem 0.3rem',\n backgroundColor: theme.palette.white,\n opacity: 0.9,\n borderRadius: '1rem',\n margin: '0.5rem',\n width: 'fit-content',\n position: 'absolute',\n top: 0,\n height: 'fit-content'\n },\n limitedSpace && raiseHandLimitedSpaceStyles\n );\n\n/**\n * @private\n */\nexport const raiseHandLimitedSpaceStyles: IStyle = {\n // position centrally\n marginLeft: 'auto',\n marginRight: 'auto',\n left: 0,\n right: 0,\n // position at the bottom\n bottom: 0\n};\n\n/**\n * @private\n */\nexport const playFrames = memoizeFunction((frameHightPx: number, frameCount: number) =>\n keyframes({\n from: {\n backgroundPosition: `0px 0px`\n },\n to: {\n backgroundPosition: `0px ${frameCount * -frameHightPx}px`\n }\n })\n);\n\n/**\n * @private\n */\nexport const reactionRenderingStyle = (args: {\n spriteImageUrl: string;\n emojiSize: number;\n rawFrameSize: number;\n frameCount: number;\n}): string => {\n const imageUrl = `url(${args.spriteImageUrl})`;\n const steps = args.frameCount ?? 0;\n const frameSizePx = args.rawFrameSize;\n return mergeStyles({\n height: `${frameSizePx}px`,\n width: `${frameSizePx}px`,\n overflow: 'hidden',\n animationName: playFrames(frameSizePx, steps),\n backgroundImage: imageUrl,\n animationDuration: `${REACTION_SCREEN_SHARE_ANIMATION_TIME_MS / 1000}s`,\n animationTimingFunction: `steps(${steps})`,\n animationPlayState: 'running',\n animationIterationCount: 'infinite',\n\n // Scale the emoji to fit the parent container\n transform: `scale(${args.emojiSize / frameSizePx})`,\n transformOrigin: 'top left'\n });\n};\n\n/**\n * @private\n */\nexport const loadSpinnerStyles = (theme: ITheme, isOverLay: boolean): ISpinnerStyles => {\n return {\n circle: {\n width: '2rem',\n height: '2rem'\n },\n label: {\n fontSize: '1rem',\n color: isOverLay ? theme.palette.white : theme.palette.themePrimary\n }\n };\n};\n\n/**\n * @private\n */\nexport const overlayStyles = (): IStyle => {\n return {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n backgroundColor: 'rgba(0, 0, 0, 0.3)'\n };\n};\n\n/**\n * @private\n */\nexport const overlayStylesTransparent = (): IStyle => {\n return {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center'\n };\n};\n"]}
@@ -452,6 +452,31 @@
452
452
  "title": "توقفت كتابة الحديث.",
453
453
  "message": "أنت الآن تسجل هذا الاجتماع فقط.",
454
454
  "dismissButtonAriaLabel": "إغلاق"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "سننقلك إلى الغرفة المعينة خلال 5 ثوان.",
458
+ "dismissButtonAriaLabel": "إغلاق"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "تم تغيير الغرفة الفرعية الخاصة بك",
462
+ "message": "سننقلك إلى الغرفة المعينة خلال 5 ثوان.",
463
+ "dismissButtonAriaLabel": "إغلاق"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "هل تريد الانضمام إلى الغرفة الفرعية؟",
467
+ "message": "تم تعيينك إلى غرفة اجتماع فرعية.",
468
+ "dismissButtonAriaLabel": "إغلاق",
469
+ "primaryButtonLabel": "الانضمام إلى الغرفة",
470
+ "secondaryButtonLabel": "لاحقاً"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "لقد قمت بالانضمام إلى غرفة الاجتماع فرعية.",
474
+ "dismissButtonAriaLabel": "‏إغلاق"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "أوشكت صلاحية الحد الزمني للغرفة على الانتهاء.",
478
+ "message": "سيتم إغلاق هذه الغرفة في غضون 30 ثانية.",
479
+ "dismissButtonAriaLabel": "‏إغلاق"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Přepis se zastavil.",
453
453
  "message": "Nyní tuto schůzku pouze nahráváte.",
454
454
  "dismissButtonAriaLabel": "Zavřít"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Za 5 sekund vás přesuneme do přiřazené místnosti.",
458
+ "dismissButtonAriaLabel": "Zavřít"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Vaše skupinová místnost se změnila",
462
+ "message": "Za 5 sekund vás přesuneme do přiřazené místnosti.",
463
+ "dismissButtonAriaLabel": "Zavřít"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Připojit se ke skupinové místnosti?",
467
+ "message": "Byli jste přiřazeni ke skupinové místnosti.",
468
+ "dismissButtonAriaLabel": "Zavřít",
469
+ "primaryButtonLabel": "Připojit se k místnosti",
470
+ "secondaryButtonLabel": "Později"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Připojili jste se ke skupinové místnosti.",
474
+ "dismissButtonAriaLabel": "Zavřít"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Časový limit místnosti brzy vyprší.",
478
+ "message": "Tato místnost se zavře během 30 sekund.",
479
+ "dismissButtonAriaLabel": "Zavřít"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Die Transkription wurde beendet.",
453
453
  "message": "Sie zeichnen nun nur diese Besprechung auf.",
454
454
  "dismissButtonAriaLabel": "Schließen"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Wir verschieben Sie in 5 Sekunden zu Ihrem zugewiesenen Raum.",
458
+ "dismissButtonAriaLabel": "Schließen"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Ihr Gruppenraum hat sich geändert.",
462
+ "message": "Wir verschieben Sie in 5 Sekunden zu Ihrem zugewiesenen Raum.",
463
+ "dismissButtonAriaLabel": "Schließen"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Gruppenraum betreten?",
467
+ "message": "Sie wurden einem Gruppenraum zugewiesen.",
468
+ "dismissButtonAriaLabel": "Schließen",
469
+ "primaryButtonLabel": "Raum betreten",
470
+ "secondaryButtonLabel": "Später"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Sie sind einem Gruppenraum beigetreten.",
474
+ "dismissButtonAriaLabel": "Schließen"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Das Raumzeitlimit läuft bald ab.",
478
+ "message": "Dieser Raum wird in 30 Sekunden geschlossen.",
479
+ "dismissButtonAriaLabel": "Schließen"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Transcription has stopped.",
453
453
  "message": "You are now only recording this meeting.",
454
454
  "dismissButtonAriaLabel": "Close"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "We'll move you to your assigned room in 5 seconds.",
458
+ "dismissButtonAriaLabel": "Close"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Your breakout room has changed",
462
+ "message": "We'll move you to your assigned room in 5 seconds.",
463
+ "dismissButtonAriaLabel": "Close"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Join breakout room?",
467
+ "message": "You've been assigned to a breakout room.",
468
+ "dismissButtonAriaLabel": "Close",
469
+ "primaryButtonLabel": "Join room",
470
+ "secondaryButtonLabel": "Later"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "You have joined a breakout room.",
474
+ "dismissButtonAriaLabel": "Close"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Room time limit about to expire.",
478
+ "message": "This room will close in 30 seconds",
479
+ "dismissButtonAriaLabel": "Close"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -99,14 +99,15 @@
99
99
  "cameraMenuTitle": "Camera",
100
100
  "cameraMenuTooltip": "Choose camera",
101
101
  "cameraButtonSplitRoleDescription": "Split button",
102
- "onSplitButtonAriaLabel": "Turn off camera and camera options",
103
- "offSplitButtonAriaLabel": "Turn on camera and camera options",
102
+ "onSplitButtonAriaLabel": "Turn off camera",
103
+ "offSplitButtonAriaLabel": "Turn on camera",
104
104
  "cameraActionTurnedOnAnnouncement": "Your camera has been turned on",
105
105
  "cameraActionTurnedOffAnnouncement": "Your camera has been turned off",
106
106
  "onSplitButtonPrimaryActionCamera": "Turn off camera",
107
107
  "offSplitButtonPrimaryActionCamera": "Turn on camera",
108
108
  "cameraPrimaryActionSplitButtonTitle": "Use camera",
109
- "videoEffectsMenuItemTitle": "Effects"
109
+ "videoEffectsMenuItemTitle": "Effects",
110
+ "cameraButtonAriaDescription": "camera options"
110
111
  },
111
112
  "microphoneButton": {
112
113
  "onLabel": "Mic",
@@ -119,13 +120,18 @@
119
120
  "speakerMenuTitle": "Speaker",
120
121
  "speakerMenuTooltip": "Choose speaker",
121
122
  "microphoneButtonSplitRoleDescription": "Split button",
122
- "onSplitButtonAriaLabel": "Mute microphone and audio options",
123
- "offSplitButtonAriaLabel": "Unmute microphone and audio options",
123
+ "onSplitButtonAriaLabel": "Mute mic",
124
+ "offSplitButtonAriaLabel": "Unmute mic",
124
125
  "microphoneActionTurnedOnAnnouncement": "Your microphone has been turned on",
125
126
  "microphoneActionTurnedOffAnnouncement": "Your microphone has been turned off",
126
- "offSplitButtonMicrophonePrimaryAction": "Unmute microphone",
127
- "onSplitButtonMicrophonePrimaryAction": "Mute microphone",
128
- "microphonePrimaryActionSplitButtonTitle": "Use microphone"
127
+ "offSplitButtonMicrophonePrimaryAction": "Unmute mic",
128
+ "onSplitButtonMicrophonePrimaryAction": "Mute mic",
129
+ "microphonePrimaryActionSplitButtonTitle": "Use microphone",
130
+ "microphoneAriaDescription": "Audio options",
131
+ "deepNoiseSuppresionOnTitle": "Noise Suppression On",
132
+ "deepNoiseSuppresionOffTitle": "Noise Suppression Off",
133
+ "deepNoiseSuppresionOnAnnouncement": "Deep noise suppression has been turned on",
134
+ "deepNoiseSuppresionOffAnnouncement": "Deep noise suppression has been turned off"
129
135
  },
130
136
  "devicesButton": {
131
137
  "label": "Devices",
@@ -504,7 +510,8 @@
504
510
  "stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
505
511
  "stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
506
512
  "attendeeRole": "Attendee",
507
- "muteParticipantMenuItemLabel": "Mute"
513
+ "muteParticipantMenuItemLabel": "Mute",
514
+ "waitingScreenText": "Waiting for others to join"
508
515
  },
509
516
  "dialpad": {
510
517
  "placeholderText": "Enter phone number",
@@ -658,6 +665,7 @@
658
665
  "incomingCallNoticicationRejectAriaLabel": "Reject",
659
666
  "incomingCallNotificationAcceptButtonLabel": "Accept",
660
667
  "incomingCallNotificationRejectButtonLabel": "Decline",
661
- "incomingCallNotificationAccceptWithVideoButtonLabel": "Accept with Video"
668
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Accept with Video",
669
+ "incomingCallNotificationDismissButtonAriaLabel": "Dismiss"
662
670
  }
663
671
  }
@@ -452,6 +452,31 @@
452
452
  "title": "La transcripción se ha detenido.",
453
453
  "message": "Solo está grabando esta reunión.",
454
454
  "dismissButtonAriaLabel": "Cerrar"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Le moveremos a la sala asignada en 5 segundos.",
458
+ "dismissButtonAriaLabel": "Cerrar"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "La sala para sesión de subgrupo ha cambiado",
462
+ "message": "Le moveremos a la sala asignada en 5 segundos.",
463
+ "dismissButtonAriaLabel": "Cerrar"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "¿Quiere unirse a la sala para sesión de subgrupo?",
467
+ "message": "Se le ha asignado a una sala para sesión de subgrupo.",
468
+ "dismissButtonAriaLabel": "Cerrar",
469
+ "primaryButtonLabel": "Unirse a la sala",
470
+ "secondaryButtonLabel": "Más tarde"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Se ha unido a una sala para sesión de subgrupo.",
474
+ "dismissButtonAriaLabel": "Cerrar"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Límite de tiempo de sala a punto de expirar.",
478
+ "message": "Esta sala se cerrará en 30 segundos",
479
+ "dismissButtonAriaLabel": "Cerrar"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Transkriptio on pysäytetty.",
453
453
  "message": "Tallennetta ollaan luomassa vain tästä kokouksesta.",
454
454
  "dismissButtonAriaLabel": "Sulje"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Siirrämme sinut määritettyihin huoneeseesi 5 sekunnin kuluttua.",
458
+ "dismissButtonAriaLabel": "Sulje"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Pienryhmätilasi on muuttunut",
462
+ "message": "Siirrämme sinut määritettyihin huoneeseesi 5 sekunnin kuluttua.",
463
+ "dismissButtonAriaLabel": "Sulje"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Liitytäänkö pienryhmätilaan?",
467
+ "message": "Sinut on määritetty pienryhmätilaan.",
468
+ "dismissButtonAriaLabel": "Sulje",
469
+ "primaryButtonLabel": "Liity tilaan",
470
+ "secondaryButtonLabel": "Myöhemmin"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Olet liittynyt pienryhmätilaan.",
474
+ "dismissButtonAriaLabel": "Sulje"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Pienryhmätilan aikaraja on täyttymässä.",
478
+ "message": "Tämä huone suljetaan 30 sekunnin kuluttua",
479
+ "dismissButtonAriaLabel": "Sulje"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Arrêt de la transcription.",
453
453
  "message": "Vous n’enregistrez désormais que cette réunion.",
454
454
  "dismissButtonAriaLabel": "Fermer"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Nous allons vous déplacer vers la salle affectée dans 5 secondes.",
458
+ "dismissButtonAriaLabel": "Fermer"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Votre salle pour petit groupe a changé",
462
+ "message": "Nous allons vous déplacer vers la salle affectée dans 5 secondes.",
463
+ "dismissButtonAriaLabel": "Fermer"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Rejoindre la salle de réunion ?",
467
+ "message": "Vous avez reçu une invitation à rejoindre une salle pour petit groupe.",
468
+ "dismissButtonAriaLabel": "Fermer",
469
+ "primaryButtonLabel": "Rejoindre une salle",
470
+ "secondaryButtonLabel": "Plus tard"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Vous avez rejoint une salle pour petit groupe.",
474
+ "dismissButtonAriaLabel": "Proche"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Limite de temps de la salle sur le point d’expirer.",
478
+ "message": "Cette salle se fermera dans 30 secondes.",
479
+ "dismissButtonAriaLabel": "Proche"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "התמלול הופסק.",
453
453
  "message": "אתה כעת רק מקליט את הפגישה.",
454
454
  "dismissButtonAriaLabel": "סגור"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "נעביר אותך לחדר שהוקצה לך תוך 5 שניות.",
458
+ "dismissButtonAriaLabel": "סגור"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "פיצול החדרים שלך השתנה",
462
+ "message": "נעביר אותך לחדר שהוקצה לך תוך 5 שניות.",
463
+ "dismissButtonAriaLabel": "סגור"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "להצטרף לפיצול חדרים?",
467
+ "message": "הוקצית לפיצול חדר.",
468
+ "dismissButtonAriaLabel": "סגור",
469
+ "primaryButtonLabel": "הצטרף לחדר",
470
+ "secondaryButtonLabel": "מאוחר יותר"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "הצטרפת לפיצול חדרים.",
474
+ "dismissButtonAriaLabel": "סגור"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "תוקף מגבלת זמן החדר עומד לפוג.",
478
+ "message": "חדר זה ייסגר בעוד 30 שניות",
479
+ "dismissButtonAriaLabel": "סגור"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "La trascrizione è stata arrestata.",
453
453
  "message": "È in corso la registrazione solo di questa riunione.",
454
454
  "dismissButtonAriaLabel": "Chiudi"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Verrai spostato nella stanza assegnata tra 5 secondi.",
458
+ "dismissButtonAriaLabel": "Chiudi"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "La stanza di lavoro è cambiata",
462
+ "message": "Verrai spostato nella stanza assegnata tra 5 secondi.",
463
+ "dismissButtonAriaLabel": "Chiudi"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Vuoi partecipare alla stanza di lavoro?",
467
+ "message": "Ti è stata assegnata una stanza di lavoro.",
468
+ "dismissButtonAriaLabel": "Chiudi",
469
+ "primaryButtonLabel": "Accedi alla stanza",
470
+ "secondaryButtonLabel": "Più tardi"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Sei stato aggiunto alla stanza di lavoro.",
474
+ "dismissButtonAriaLabel": "Chiudi"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Il limite di tempo della stanza di lavoro sta per scadere.",
478
+ "message": "Questa stanza verrà chiusa tra 30 secondi",
479
+ "dismissButtonAriaLabel": "Chiudi"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -167,7 +167,7 @@
167
167
  "ariaLabel": "リアクション ボタン、リアクションの送信",
168
168
  "tooltipDisabledContent": "リアクション操作が無効になっています",
169
169
  "tooltipContent": "リアクションを送信します",
170
- "likeReactionTooltipContent": "高く評価",
170
+ "likeReactionTooltipContent": "いいね!",
171
171
  "heartReactionTooltipContent": "大好き",
172
172
  "laughReactionTooltipContent": "笑い",
173
173
  "applauseReactionTooltipContent": "喝采",
@@ -452,6 +452,31 @@
452
452
  "title": "文字起こしが停止しました。",
453
453
  "message": "今はこの会議の録画のみを行っています。",
454
454
  "dismissButtonAriaLabel": "閉じる"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "5 秒後に、割り当てられた会議室に移動します。",
458
+ "dismissButtonAriaLabel": "閉じる"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "ブレークアウト ルームが変更されました",
462
+ "message": "5 秒後に、割り当てられた会議室に移動します。",
463
+ "dismissButtonAriaLabel": "閉じる"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "ブレークアウト ルームに参加しますか?",
467
+ "message": "ブレークアウト ルームに割り当てられました。",
468
+ "dismissButtonAriaLabel": "閉じる",
469
+ "primaryButtonLabel": "ルームに参加",
470
+ "secondaryButtonLabel": "後で"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "ブレークアウト ルームに参加しました。",
474
+ "dismissButtonAriaLabel": "閉じる"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "ルームの時間制限がもうすぐ切れます。",
478
+ "message": "このルームは 30 秒後に終了します",
479
+ "dismissButtonAriaLabel": "閉じる"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "대화 내용 기록을 중단했습니다.",
453
453
  "message": "이제 이 모임의 녹음/녹화만 진행합니다.",
454
454
  "dismissButtonAriaLabel": "닫기"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "5초 후에 할당된 채팅방으로 이동합니다.",
458
+ "dismissButtonAriaLabel": "닫기"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "소규모 회의실이 변경되었습니다.",
462
+ "message": "5초 후에 할당된 채팅방으로 이동합니다.",
463
+ "dismissButtonAriaLabel": "닫기"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "소규모 회의실에 참가하시겠어요?",
467
+ "message": "사용자가 소규모 회의실에 배정되었습니다.",
468
+ "dismissButtonAriaLabel": "닫기",
469
+ "primaryButtonLabel": "소회의실 참가",
470
+ "secondaryButtonLabel": "나중에"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "소회의실에 참가했습니다.",
474
+ "dismissButtonAriaLabel": "닫기"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "소회의실 시간 제한이 곧 만료됩니다.",
478
+ "message": "이 소회의실은 30초 후에 닫힙니다.",
479
+ "dismissButtonAriaLabel": "닫기"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Transkripsjon har stoppet.",
453
453
  "message": "Du tar nå bare opp dette møtet.",
454
454
  "dismissButtonAriaLabel": "Lukk"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Vi flytter deg til det tilordnede rommet om fem sekunder.",
458
+ "dismissButtonAriaLabel": "Lukk"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Grupperommet er endret",
462
+ "message": "Vi flytter deg til det tilordnede rommet om fem sekunder.",
463
+ "dismissButtonAriaLabel": "Lukk"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Bli med i grupperommet?",
467
+ "message": "Du har blitt tilordnet et grupperom.",
468
+ "dismissButtonAriaLabel": "Lukk",
469
+ "primaryButtonLabel": "Bli med i rom",
470
+ "secondaryButtonLabel": "Senere"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Du har blitt med i et grupperom.",
474
+ "dismissButtonAriaLabel": "Lukk"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Romtidsgrensen er i ferd med å utløpe.",
478
+ "message": "Dette rommet blir lukket om 30 sekunder",
479
+ "dismissButtonAriaLabel": "Lukk"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Transcriptie is gestopt.",
453
453
  "message": "U bent nu alleen deze vergadering aan het opnemen.",
454
454
  "dismissButtonAriaLabel": "Sluiten"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "U wordt over 5 seconden naar de toegewezen ruimte verplaatst.",
458
+ "dismissButtonAriaLabel": "Sluiten"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Uw aparte vergaderruimte is gewijzigd",
462
+ "message": "U wordt over 5 seconden naar de toegewezen ruimte verplaatst.",
463
+ "dismissButtonAriaLabel": "Sluiten"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Deelnemen aan aparte vergaderruimte?",
467
+ "message": "U bent toegewezen aan een aparte vergaderruimte.",
468
+ "dismissButtonAriaLabel": "Sluiten",
469
+ "primaryButtonLabel": "Naar vergaderruimte",
470
+ "secondaryButtonLabel": "Later"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "U heeft deelgenomen aan een vergaderruimte.",
474
+ "dismissButtonAriaLabel": "Sluiten"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "De tijdslimiet voor de ruimte verloopt binnenkort.",
478
+ "message": "Deze ruimte wordt in 30 seconden gesloten.",
479
+ "dismissButtonAriaLabel": "Sluiten"
455
480
  }
456
481
  },
457
482
  "videoGallery": {
@@ -452,6 +452,31 @@
452
452
  "title": "Zakończono transkrypcję.",
453
453
  "message": "W tej chwili tylko Ty nagrywasz to spotkanie.",
454
454
  "dismissButtonAriaLabel": "Zamknij"
455
+ },
456
+ "assignedBreakoutRoomOpened": {
457
+ "title": "Przeniesiemy Cię do przypisanego pokoju w ciągu 5 sekund.",
458
+ "dismissButtonAriaLabel": "Zamknij"
459
+ },
460
+ "assignedBreakoutRoomChanged": {
461
+ "title": "Twój osobny pokój został zmieniony",
462
+ "message": "Przeniesiemy Cię do przypisanego pokoju w ciągu 5 sekund.",
463
+ "dismissButtonAriaLabel": "Zamknij"
464
+ },
465
+ "assignedBreakoutRoomOpenedPromptJoin": {
466
+ "title": "Dołączyć do osobnego pokoju?",
467
+ "message": "Przypisano Cię do osobnego pokoju.",
468
+ "dismissButtonAriaLabel": "Zamknij",
469
+ "primaryButtonLabel": "Dołącz do pokoju",
470
+ "secondaryButtonLabel": "Później"
471
+ },
472
+ "breakoutRoomJoined": {
473
+ "title": "Dołączono do osobnego pokoju.",
474
+ "dismissButtonAriaLabel": "Zamknij"
475
+ },
476
+ "breakoutRoomClosingSoon": {
477
+ "title": "Limit czasu pokoju wkrótce wygaśnie.",
478
+ "message": "Ten pokój zostanie zamknięty za 30 sekund",
479
+ "dismissButtonAriaLabel": "Zamknij"
455
480
  }
456
481
  },
457
482
  "videoGallery": {