@azure/communication-react 1.24.0-alpha-202501310016 → 1.24.0-alpha-202502040016

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 (129) hide show
  1. package/dist/communication-react.d.ts +25 -2
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js.map → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js → RichTextSendBoxWrapper-B3Xe7mdR.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js.map → RichTextSendBoxWrapper-B3Xe7mdR.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-B8uYcMR8.js → index-CNpitKVB.js} +279 -524
  7. package/dist/dist-cjs/communication-react/index-CNpitKVB.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/communication-react/src/index.d.ts +1 -2
  12. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -7
  14. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/ParticipantList.js +11 -23
  18. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -18
  20. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +24 -40
  22. package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
  23. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +1 -3
  24. package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +3 -2
  26. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +4 -72
  27. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -1
  29. package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +4 -17
  31. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -20
  33. package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +26 -3
  35. package/dist/dist-esm/react-components/src/components/VideoGallery.js +11 -36
  36. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  37. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -2
  38. package/dist/dist-esm/react-components/src/components/VideoTile.js +6 -39
  39. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +10 -1
  41. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +34 -5
  42. package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
  43. package/dist/dist-esm/react-components/src/components/utils.js +1 -13
  44. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/index.d.ts +1 -1
  46. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +45 -22
  48. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +45 -22
  49. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +44 -21
  50. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +44 -21
  51. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +43 -20
  52. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +44 -21
  53. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +44 -21
  54. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +44 -21
  55. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +44 -21
  56. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -22
  57. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +44 -21
  58. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +44 -21
  59. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -21
  60. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +44 -21
  61. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +45 -22
  62. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +44 -21
  63. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +44 -21
  64. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -21
  65. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +44 -21
  66. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +44 -21
  67. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -21
  68. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +44 -21
  69. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +44 -21
  70. package/dist/dist-esm/react-components/src/theming/icons.js +0 -6
  71. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  73. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +2 -3
  76. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +0 -21
  77. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  78. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +24 -38
  80. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  81. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +5 -23
  82. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
  83. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -2
  84. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +1 -85
  85. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  86. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +0 -1
  87. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +0 -8
  89. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  90. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +16 -2
  91. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +16 -1
  92. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  93. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +2 -2
  94. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -8
  95. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  96. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  97. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -2
  98. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -8
  99. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  100. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +39 -5
  101. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  102. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +38 -8
  103. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  104. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +19 -0
  106. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +19 -0
  107. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +19 -0
  108. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +19 -0
  109. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +19 -0
  110. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +19 -0
  111. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +19 -0
  112. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +19 -0
  113. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +19 -0
  114. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +19 -0
  115. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +19 -0
  116. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +19 -0
  117. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +19 -0
  118. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +19 -0
  119. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +19 -0
  120. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +19 -0
  121. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +19 -0
  122. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +19 -0
  123. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +19 -0
  124. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +19 -0
  125. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +19 -0
  126. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +19 -0
  127. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +19 -0
  128. package/package.json +4 -4
  129. package/dist/dist-cjs/communication-react/index-B8uYcMR8.js.map +0 -1
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Deltaker uten navn",
10
10
  "participantStateRinging": "Ringer ...",
11
11
  "participantStateHold": "På vent",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, flere alternativer",
14
- "attendeeRole": "Deltaker"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, flere alternativer",
14
+ "attendeeRole": "Deltaker",
15
+ "micDisabledIconLabel": "Mikrofon deaktivert",
16
+ "cameraDisabledIconLabel": "Kamera deaktivert"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} flere"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Punktliste er brukt",
70
72
  "richTextNumberedListAppliedAnnouncement": "Nummerert liste brukes"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Aktiver RTT-modal",
74
- "rttModalTitle": "Aktivere RTT?",
75
- "rttModalText": "Sanntidstekst (RTT) aktiveres for alle i møtet.",
76
- "rttConfirmButtonLabel": "Aktiver",
77
- "rttCancelButtonLabel": "Avslutt",
78
- "rttCloseModalButtonAriaLabel": "Lukk RTT-modal"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Aktiver sperrende dialogboks for skriving i sanntid",
76
+ "realTimeTextModalTitle": "Aktiver skriving i sanntid?",
77
+ "realTimeTextModalText": "Sanntidstekst (RTT) aktiveres for alle i møtet.",
78
+ "realTimeTextConfirmButtonLabel": "Aktiver",
79
+ "realTimeTextCancelButtonLabel": "Avbryt",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Lukk sperrende dialogboks for skriving i sanntid"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Starter teksting ..."
83
+ "captionsBannerSpinnerText": "Starter teksting ...",
84
+ "realTimeTextInputBoxDefaultText": "Skriv inn meldingen i sanntid",
85
+ "realTimeTextInputErrorMessage": "Meldingen kan ikke overskride 2000 tegn",
86
+ "realTimeTextBannerTitle": "Skriving i sanntid",
87
+ "realTimeTextBannerContent": "RTT (sanntidstekst) er aktivert for alle deltakere hele varigheten for møtet.",
88
+ "realTimeTextBannerLinkLabel": "Mer informasjon",
89
+ "captionsOnlyContainerTitle": "Undertekster",
90
+ "realTimeTextOnlyContainerTitle": "Tekst i sanntid",
91
+ "captionsAndRealTimeTextContainerTitle": "Teksting og sanntidstekst",
92
+ "expandButtonAriaLabel": "Utvid",
93
+ "minimizeButtonAriaLabel": "Skjul"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Forslag"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Last ned",
88
100
  "dismissButtonAriaLabel": "Lukk",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Detaljoverlegg for bilde"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Melding sendt",
@@ -195,8 +207,8 @@
195
207
  "applauseReactionTooltipContent": "Applaus",
196
208
  "surprisedReactionTooltipContent": "Overrasket"
197
209
  },
198
- "rtt": {
199
- "isTypingText": "RTT-skriving"
210
+ "realTimeText": {
211
+ "isTypingText": "Skriving i sanntid"
200
212
  },
201
213
  "captionsSettingsModal": {
202
214
  "captionsSettingsModalTitle": "Undertekstinnstillinger",
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Deaktiver undertekster",
293
305
  "tooltipOffContent": "Slå på undertekster"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Aktiver RTT for denne samtalen",
309
+ "tooltipOffContent": "Aktiver RTT for denne samtalen"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "I går",
297
313
  "sunday": "Søndag",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Prøv å sende på nytt",
309
325
  "failToSendTag": "Kan ikke sende",
310
326
  "editedTag": "Redigert",
311
- "liveAuthorIntro": "{author} sier",
327
+ "liveAuthorIntro": "Melding fra {author}",
328
+ "editedMessageLiveAuthorIntro": "Redigert melding fra {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Redigert melding",
312
330
  "messageContentAriaText": "{status} {author} sa {message}",
313
331
  "messageContentMineAriaText": "{status} Du sa {message}",
314
332
  "editBoxTextLimit": "Meldingen er over grensen på {limitNumber} tegn",
@@ -616,6 +634,14 @@
616
634
  "title": "Mikrofonen er deaktivert",
617
635
  "message": "Du kan ikke lenger oppheve dempingen.",
618
636
  "dismissButtonAriaLabel": "Lukk"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Sammenmodus er startet",
640
+ "dismissButtonAriaLabel": "Lukk"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Sammenmodus er avsluttet",
644
+ "dismissButtonAriaLabel": "Lukk"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Ringer ...",
669
695
  "participantReconnecting": "Kobler til på nytt ...",
670
696
  "participantStateHold": "På vent",
671
- "moreOptionsButtonAriaLabel": "Flere alternativer {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Flere alternativer {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "varsler er deaktivert",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "opphevet demping",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Hånd rakt opp",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Snakke"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Snakke",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Mikrofon deaktivert",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Kamera deaktivert"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Tillat {appName} å bruke kameraet og mikrofonen",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Avslå",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Svar med video",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Lukk"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (sanntidstekst) er aktivert for alle deltakere hele varigheten for møtet.",
820
- "bannerLinkLabel": "Finn ut mer"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Naamloze deelnemer",
10
10
  "participantStateRinging": "Bellen...",
11
11
  "participantStateHold": "In de wacht",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, meer opties",
14
- "attendeeRole": "Genodigde"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, meer opties",
14
+ "attendeeRole": "Genodigde",
15
+ "micDisabledIconLabel": "Microfoon uitgeschakeld",
16
+ "cameraDisabledIconLabel": "Camera uitgeschakeld"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} meer"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Lijst met opsommingstekens toegepast",
70
72
  "richTextNumberedListAppliedAnnouncement": "Genummerde lijst is toegepast"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "RTT Modal inschakelen",
74
- "rttModalTitle": "RTT inschakelen?",
75
- "rttModalText": "Tekst in realtime (RTT) wordt ingeschakeld voor iedereen in de vergadering.",
76
- "rttConfirmButtonLabel": "Inschakelen",
77
- "rttCancelButtonLabel": "Annuleren",
78
- "rttCloseModalButtonAriaLabel": "RTT Modaal sluiten"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "RTT Modal inschakelen",
76
+ "realTimeTextModalTitle": "RTT inschakelen?",
77
+ "realTimeTextModalText": "Tekst in realtime (RTT) wordt ingeschakeld voor iedereen in de vergadering.",
78
+ "realTimeTextConfirmButtonLabel": "Inschakelen",
79
+ "realTimeTextCancelButtonLabel": "Annuleren",
80
+ "realTimeTextCloseModalButtonAriaLabel": "RTT Modaal sluiten"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Ondertitels starten..."
83
+ "captionsBannerSpinnerText": "Ondertitels starten...",
84
+ "realTimeTextInputBoxDefaultText": "Bericht in realtime typen",
85
+ "realTimeTextInputErrorMessage": "Het bericht mag niet langer zijn dan 2000 tekens",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "RTT (realtime-tekst) is ingeschakeld voor alle deelnemers gedurende de hele duur van de vergadering.",
88
+ "realTimeTextBannerLinkLabel": "Meer informatie",
89
+ "captionsOnlyContainerTitle": "Ondertitels",
90
+ "realTimeTextOnlyContainerTitle": "Real-time tekst",
91
+ "captionsAndRealTimeTextContainerTitle": "Ondertitels en realtime tekst",
92
+ "expandButtonAriaLabel": "Uitvouwen",
93
+ "minimizeButtonAriaLabel": "Samenvouwen"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Suggesties"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Downloaden",
88
100
  "dismissButtonAriaLabel": "Sluiten",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Overlay voor details afbeelding"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Bericht verzonden",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Applaus",
196
208
  "surprisedReactionTooltipContent": "Verrast"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "RTT typen"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Ondertitels uitschakelen",
293
305
  "tooltipOffContent": "Bijschriften inschakelen"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "RTT inschakelen voor dit gesprek",
309
+ "tooltipOffContent": "RTT inschakelen voor dit gesprek"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Gisteren",
297
313
  "sunday": "Zondag",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Probeer opnieuw te verzenden",
309
325
  "failToSendTag": "Verzenden mislukt",
310
326
  "editedTag": "Bewerkt",
311
- "liveAuthorIntro": "{author} zegt",
327
+ "liveAuthorIntro": "Bericht van {author}",
328
+ "editedMessageLiveAuthorIntro": "Bewerkt bericht van {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Bewerkt bericht",
312
330
  "messageContentAriaText": "{status} {author} zei {message}",
313
331
  "messageContentMineAriaText": "{status} U zei {message}",
314
332
  "editBoxTextLimit": "Uw bericht heeft de limiet van {limitNumber} tekens overschreden",
@@ -616,6 +634,14 @@
616
634
  "title": "Uw microfoon is uitgeschakeld",
617
635
  "message": "U kunt het dempen niet meer opheffen.",
618
636
  "dismissButtonAriaLabel": "Sluiten"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Togethermode is gestart",
640
+ "dismissButtonAriaLabel": "Sluiten"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Togethermode is beëindigd",
644
+ "dismissButtonAriaLabel": "Sluiten"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Bellen...",
669
695
  "participantReconnecting": "Opnieuw verbinding maken...",
670
696
  "participantStateHold": "In de wacht",
671
- "moreOptionsButtonAriaLabel": "Meer opties {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Meer opties {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "gedempt",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "niet gedempt",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Opgestoken hand",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Spreken"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Spreken",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Microfoon uitgeschakeld",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Camera uitgeschakeld"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Toestaan dat {appName} uw camera en microfoon gebruikt",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Weigeren",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Accepteren met video",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Sluiten"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (realtime-tekst) is ingeschakeld voor alle deelnemers gedurende de hele duur van de vergadering.",
820
- "bannerLinkLabel": "Meer informatie"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Uczestnik bez nazwy",
10
10
  "participantStateRinging": "Trwa łączenie…",
11
11
  "participantStateHold": "Zawieszony",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Więcej opcji",
14
- "attendeeRole": "Uczestnik"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, więcej opcji",
14
+ "attendeeRole": "Uczestnik",
15
+ "micDisabledIconLabel": "Mikrofon jest wyłączony",
16
+ "cameraDisabledIconLabel": "Kamera wyłączona"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} więcej"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Zastosowano listę punktowaną",
70
72
  "richTextNumberedListAppliedAnnouncement": "Zastosowano listę numerowaną"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Włącz modalne okno dialogowe pisania w czasie rzeczywistym",
74
- "rttModalTitle": "Włączyć pisanie w czasie rzeczywistym?",
75
- "rttModalText": "Tekst w czasie rzeczywistym zostanie włączony dla wszystkich uczestników spotkania.",
76
- "rttConfirmButtonLabel": "Włącz",
77
- "rttCancelButtonLabel": "Anuluj",
78
- "rttCloseModalButtonAriaLabel": "Zamknij modalne okno dialogowe pisania w czasie rzeczywistym"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Włącz modalne okno dialogowe pisania w czasie rzeczywistym",
76
+ "realTimeTextModalTitle": "Włączyć pisanie w czasie rzeczywistym?",
77
+ "realTimeTextModalText": "Tekst w czasie rzeczywistym zostanie włączony dla wszystkich uczestników spotkania.",
78
+ "realTimeTextConfirmButtonLabel": "Włącz",
79
+ "realTimeTextCancelButtonLabel": "Anuluj",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Zamknij modalne okno dialogowe pisania w czasie rzeczywistym"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Trwa uruchamianie napisów..."
83
+ "captionsBannerSpinnerText": "Trwa uruchamianie napisów...",
84
+ "realTimeTextInputBoxDefaultText": "Pisz wiadomości w czasie rzeczywistym",
85
+ "realTimeTextInputErrorMessage": "Wiadomość nie może przekraczać 2000 znaków",
86
+ "realTimeTextBannerTitle": "Pisanie w czasie rzeczywistym",
87
+ "realTimeTextBannerContent": "Funkcja RTT (tekst w czasie rzeczywistym) jest włączona dla wszystkich uczestników przez cały czas trwania spotkania.",
88
+ "realTimeTextBannerLinkLabel": "Dowiedz się więcej",
89
+ "captionsOnlyContainerTitle": "Napisy",
90
+ "realTimeTextOnlyContainerTitle": "Pisanie w czasie rzeczywistym",
91
+ "captionsAndRealTimeTextContainerTitle": "Napisy i pisanie w czasie rzeczywistym",
92
+ "expandButtonAriaLabel": "Rozwiń",
93
+ "minimizeButtonAriaLabel": "Zwiń"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Sugestie"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Pobierz",
88
100
  "dismissButtonAriaLabel": "Zamknij",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Nakładka szczegółów obrazu"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Wiadomość została wysłana",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Aplauz",
196
208
  "surprisedReactionTooltipContent": "Niespodzianka"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "Pisanie w czasie rzeczywistym"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Wyłącz podpisy",
293
305
  "tooltipOffContent": "Włącz podpisy"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Włącz funkcję Pisanie w czasie rzeczywistym dla tego połączenia",
309
+ "tooltipOffContent": "Włącz funkcję Pisanie w czasie rzeczywistym dla tego połączenia"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Wczoraj",
297
313
  "sunday": "Niedziela",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Spróbuj wysłać ponownie",
309
325
  "failToSendTag": "Nie udało się wysłać",
310
326
  "editedTag": "Edytowane",
311
- "liveAuthorIntro": "Autor {author} mówi",
327
+ "liveAuthorIntro": "Wiadomość od użytkownika {author}",
328
+ "editedMessageLiveAuthorIntro": "Edytowano wiadomość od użytkownika {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Edytowano wiadomość",
312
330
  "messageContentAriaText": "{status} Użytkownik {author} powiedział: {message}",
313
331
  "messageContentMineAriaText": "{status} Twoja wypowiedź: {message}",
314
332
  "editBoxTextLimit": "Twoja wiadomość przekracza limit {limitNumber} znaków",
@@ -616,6 +634,14 @@
616
634
  "title": "Twój mikrofon został wyłączony",
617
635
  "message": "Nie możesz już wyłączać wyciszenia.",
618
636
  "dismissButtonAriaLabel": "Zamknij"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Tryb Togethermode został uruchomiony",
640
+ "dismissButtonAriaLabel": "Zamknij"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Tryb Togethermode został zakończony",
644
+ "dismissButtonAriaLabel": "Zamknij"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Trwa łączenie…",
669
695
  "participantReconnecting": "Trwa ponowne łączenie...",
670
696
  "participantStateHold": "Zawieszony",
671
- "moreOptionsButtonAriaLabel": "Więcej opcji {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Więcej opcji {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "wyciszony",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "wyciszenie wyłączone",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Podniesiona ręka",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Mówi"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Mówi",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Mikrofon jest wyłączony",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Kamera wyłączona"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Zezwalaj {appName} na używanie kamery i mikrofonu",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Odrzuć",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Odbierz jako połączenie wideo",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Odrzuć"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "Pisanie w czasie rzeczywistym",
819
- "bannerContent": "Funkcja RTT (tekst w czasie rzeczywistym) jest włączona dla wszystkich uczestników przez cały czas trwania spotkania.",
820
- "bannerLinkLabel": "Dowiedz się więcej"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Participante sem nome",
10
10
  "participantStateRinging": "Chamando...",
11
11
  "participantStateHold": "Em espera",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Mais opções",
14
- "attendeeRole": "Participante"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Mais Opções",
14
+ "attendeeRole": "Participante",
15
+ "micDisabledIconLabel": "Microfone desabilitado",
16
+ "cameraDisabledIconLabel": "Câmera desabilitada"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} mais"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
70
72
  "richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Ativar Modal RTT",
74
- "rttModalTitle": "Ativar o RTT?",
75
- "rttModalText": "O texto em tempo real (RTT) será ativado para todos na reunião.",
76
- "rttConfirmButtonLabel": "Habilitar",
77
- "rttCancelButtonLabel": "Cancelar",
78
- "rttCloseModalButtonAriaLabel": "Fechar Modal RTT"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Ativar Modal RTT",
76
+ "realTimeTextModalTitle": "Ativar a RTT?",
77
+ "realTimeTextModalText": "O texto em tempo real (RTT) será ativado para todos na reunião.",
78
+ "realTimeTextConfirmButtonLabel": "Ativar",
79
+ "realTimeTextCancelButtonLabel": "Cancelar",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Fechar Modal RTT"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Iniciando legendas..."
83
+ "captionsBannerSpinnerText": "Iniciando legendas...",
84
+ "realTimeTextInputBoxDefaultText": "Digitar mensagem em tempo real",
85
+ "realTimeTextInputErrorMessage": "A mensagem não pode ter mais de 2000 caracteres",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "O RTT (texto em tempo real) está habilitado para todos os participantes durante toda a reunião.",
88
+ "realTimeTextBannerLinkLabel": "Saiba mais",
89
+ "captionsOnlyContainerTitle": "Legendas",
90
+ "realTimeTextOnlyContainerTitle": "Texto em Tempo Real",
91
+ "captionsAndRealTimeTextContainerTitle": "Legendas e Texto em Tempo Real",
92
+ "expandButtonAriaLabel": "Expandir",
93
+ "minimizeButtonAriaLabel": "Recolher"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Sugestões"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Baixar",
88
100
  "dismissButtonAriaLabel": "Fechar",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Sobreposição de Detalhes da Imagem"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Mensagem enviada",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Aplausos",
196
208
  "surprisedReactionTooltipContent": "Surpreso"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "Digitação RTT"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Desativar legendas",
293
305
  "tooltipOffContent": "Ativar legendas"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Habilitar a RTT para esta chamada",
309
+ "tooltipOffContent": "Habilitar a RTT para esta chamada"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Ontem",
297
313
  "sunday": "Domingo",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Tente enviar novamente",
309
325
  "failToSendTag": "Falha ao enviar",
310
326
  "editedTag": "Editado",
311
- "liveAuthorIntro": "{author} disse",
327
+ "liveAuthorIntro": "Mensagem de {author}",
328
+ "editedMessageLiveAuthorIntro": "Mensagem editada de {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Mensagem editada",
312
330
  "messageContentAriaText": "{status} {author} disse {message}",
313
331
  "messageContentMineAriaText": "{status} Você disse {message}",
314
332
  "editBoxTextLimit": "Sua mensagem está acima do limite de {limitNumber} caracteres",
@@ -616,6 +634,14 @@
616
634
  "title": "O microfone foi desabilitado",
617
635
  "message": "Você não pode mais ativar o som.",
618
636
  "dismissButtonAriaLabel": "Fechar"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "O modo Togethermode foi iniciado",
640
+ "dismissButtonAriaLabel": "Fechar"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "O modo Togethermode foi encerrado",
644
+ "dismissButtonAriaLabel": "Fechar"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Chamando...",
669
695
  "participantReconnecting": "Reconectando...",
670
696
  "participantStateHold": "Em espera",
671
- "moreOptionsButtonAriaLabel": "Mais Opções {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Mais Opções {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "silenciado",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "mudo desativado",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Mão levantada",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Falando"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Falando",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Microfone desabilitado",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Câmera desabilitada"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Permitir {appName} usar a câmera e o microfone",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Recusar",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Aceitar com Vídeo",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Ignorar"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "O RTT (texto em tempo real) está habilitado para todos os participantes durante toda a reunião.",
820
- "bannerLinkLabel": "Saiba mais"
821
844
  }
822
845
  }