@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": "Участник без имени",
10
10
  "participantStateRinging": "Выполняется вызов...",
11
11
  "participantStateHold": "На удержании",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, дополнительные параметры",
14
- "attendeeRole": "Участник"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, дополнительные параметры",
14
+ "attendeeRole": "Участник",
15
+ "micDisabledIconLabel": "Микрофон отключен",
16
+ "cameraDisabledIconLabel": "Камера отключена"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "и еще {overflowCount}"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
70
72
  "richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Модальное окно включения ввода в режиме реального времени",
74
- "rttModalTitle": "Включить ввод в режиме реального времени?",
75
- "rttModalText": "Текст в режиме реального времени (RTT) будет включен для всех участников собрания.",
76
- "rttConfirmButtonLabel": "Включить",
77
- "rttCancelButtonLabel": "Отмена",
78
- "rttCloseModalButtonAriaLabel": "Закрыть модальное окно ввода в режиме реального времени"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Модальное окно включения ввода в режиме реального времени",
76
+ "realTimeTextModalTitle": "Включить ввод в режиме реального времени?",
77
+ "realTimeTextModalText": "Текст в режиме реального времени (RTT) будет включен для всех участников собрания.",
78
+ "realTimeTextConfirmButtonLabel": "Включить",
79
+ "realTimeTextCancelButtonLabel": "Отмена",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Закрыть модальное окно ввода в режиме реального времени"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Запуск субтитров..."
83
+ "captionsBannerSpinnerText": "Запуск субтитров...",
84
+ "realTimeTextInputBoxDefaultText": "Введите сообщение в режиме реального времени",
85
+ "realTimeTextInputErrorMessage": "Длина сообщения не может превышать 2000 символов",
86
+ "realTimeTextBannerTitle": "Ввод в режиме реального времени",
87
+ "realTimeTextBannerContent": "Ввод в режиме реального времени включен для всех участников в течение всего собрания.",
88
+ "realTimeTextBannerLinkLabel": "Подробнее",
89
+ "captionsOnlyContainerTitle": "Субтитры",
90
+ "realTimeTextOnlyContainerTitle": "Текст в режиме реального времени",
91
+ "captionsAndRealTimeTextContainerTitle": "Субтитры и текст в реальном времени",
92
+ "expandButtonAriaLabel": "Развернуть",
93
+ "minimizeButtonAriaLabel": "Свернуть"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Рекомендации"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Скачать",
88
100
  "dismissButtonAriaLabel": "Закрыть",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Наложение сведений об изображении"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Сообщение отправлено",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Аплодисменты",
196
208
  "surprisedReactionTooltipContent": "Удивляюсь"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "Ввод в режиме реального времени"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Отключить автоматические субтитры",
293
305
  "tooltipOffContent": "Включить автоматические субтитры"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Включить ввод в режиме реального времени для этого звонка",
309
+ "tooltipOffContent": "Включить ввод в режиме реального времени для этого звонка"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Вчера",
297
313
  "sunday": "Воскресенье",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Отправьте еще раз",
309
325
  "failToSendTag": "Не удалось отправить",
310
326
  "editedTag": "Изменено",
311
- "liveAuthorIntro": "{author} говорит",
327
+ "liveAuthorIntro": "Сообщение от пользователя {author}",
328
+ "editedMessageLiveAuthorIntro": "Отредактированное сообщение от пользователя {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Отредактированное сообщение",
312
330
  "messageContentAriaText": "{status} {author} говорит: {message}",
313
331
  "messageContentMineAriaText": "{status} Вы сказали: {message}",
314
332
  "editBoxTextLimit": "Превышено предельное число символов в {limitNumber} сообщении",
@@ -616,6 +634,14 @@
616
634
  "title": "Ваш микрофон отключен",
617
635
  "message": "Вы больше не можете включать звук.",
618
636
  "dismissButtonAriaLabel": "Закрыть"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Режим \"Вместе\" запущен",
640
+ "dismissButtonAriaLabel": "Закрыть"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Режим \"Вместе\" завершен",
644
+ "dismissButtonAriaLabel": "Закрыть"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Выполняется вызов...",
669
695
  "participantReconnecting": "Повторное подключение...",
670
696
  "participantStateHold": "На удержании",
671
- "moreOptionsButtonAriaLabel": "Дополнительные параметры {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Дополнительные параметры {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "звук отключен",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "звук включен",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Поднята рука",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Говорит"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Говорит",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Микрофон отключен",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Камера отключена"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Разрешить {appName} использовать камеру и микрофон",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Отклонить",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Ответить с видео",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Закрыть"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "Ввод в режиме реального времени",
819
- "bannerContent": "Ввод в режиме реального времени включен для всех участников в течение всего собрания.",
820
- "bannerLinkLabel": "Подробнее"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Namnlös deltagare",
10
10
  "participantStateRinging": "Ringer...",
11
11
  "participantStateHold": "Parkerat",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Fler alternativ",
14
- "attendeeRole": "Deltagare"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, fler alternativ",
14
+ "attendeeRole": "Deltagare",
15
+ "micDisabledIconLabel": "Mikrofonen är inaktiverad",
16
+ "cameraDisabledIconLabel": "Kameran är inaktiverad"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} till"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Punktlista tillämpad",
70
72
  "richTextNumberedListAppliedAnnouncement": "Numrerad tillämpad"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Aktivera RTT-modal",
74
- "rttModalTitle": "Aktivera RTT?",
75
- "rttModalText": "Realtidstext (RTT) aktiveras för alla i mötet.",
76
- "rttConfirmButtonLabel": "Aktivera",
77
- "rttCancelButtonLabel": "Avbryt",
78
- "rttCloseModalButtonAriaLabel": "Stäng RTT-modal"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Aktivera RTT-modal",
76
+ "realTimeTextModalTitle": "Aktivera RTT?",
77
+ "realTimeTextModalText": "Realtidstext (RTT) aktiveras för alla i mötet.",
78
+ "realTimeTextConfirmButtonLabel": "Aktivera",
79
+ "realTimeTextCancelButtonLabel": "Avbryt",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Stäng RTT-modal"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Startar undertexter ..."
83
+ "captionsBannerSpinnerText": "Startar undertexter ...",
84
+ "realTimeTextInputBoxDefaultText": "Skriv meddelande i realtid",
85
+ "realTimeTextInputErrorMessage": "Meddelandet får inte överstiga 2 000 tecken",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "RTT (realtidstext) är aktiverat för alla deltagare under hela mötets varaktighet.",
88
+ "realTimeTextBannerLinkLabel": "Mer information",
89
+ "captionsOnlyContainerTitle": "Undertext",
90
+ "realTimeTextOnlyContainerTitle": "Text i realtid",
91
+ "captionsAndRealTimeTextContainerTitle": "Undertexter och text i realtid",
92
+ "expandButtonAriaLabel": "Visa",
93
+ "minimizeButtonAriaLabel": "Dölj"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Förslag"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Ladda ner",
88
100
  "dismissButtonAriaLabel": "Stäng",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Bilddetaljöverlägg"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Meddelandet har skickats",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Applåd",
196
208
  "surprisedReactionTooltipContent": "Förvånad"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "RTT-inmatning"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Stäng av undertexter",
293
305
  "tooltipOffContent": "Aktivera undertexter"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Aktivera RTT för det här samtalet",
309
+ "tooltipOffContent": "Aktivera RTT för det här samtalet"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "I går",
297
313
  "sunday": "Söndag",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Försök skicka igen",
309
325
  "failToSendTag": "Inte skickat",
310
326
  "editedTag": "Redigerad",
311
- "liveAuthorIntro": "{author} säger",
327
+ "liveAuthorIntro": "Meddelande från {author}",
328
+ "editedMessageLiveAuthorIntro": "Redigerat meddelande från {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Redigerat meddelande",
312
330
  "messageContentAriaText": "{status} {author} sa {message}",
313
331
  "messageContentMineAriaText": "{status} Du sa {message}",
314
332
  "editBoxTextLimit": "Meddelandet överskrider gränsen på {limitNumber} tecken",
@@ -616,6 +634,14 @@
616
634
  "title": "Mikrofonen har inaktiverats",
617
635
  "message": "Du kan inte längre slå på ljudet.",
618
636
  "dismissButtonAriaLabel": "Stäng"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Tillsammans-läge har startats",
640
+ "dismissButtonAriaLabel": "Stäng"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Tillsammans-läge har avslutats",
644
+ "dismissButtonAriaLabel": "Stäng"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Ringer...",
669
695
  "participantReconnecting": "Ansluter igen...",
670
696
  "participantStateHold": "Parkerat",
671
- "moreOptionsButtonAriaLabel": "Fler alternativ {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Fler alternativ {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "ljud av",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "ljud på",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Uppräckt hand",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Talar"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Talar",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Mikrofonen är inaktiverad",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Kameran är inaktiverad"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Tillåt {appName} använda kameran och mikrofonen",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Avböj",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Acceptera med video",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Stäng"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (realtidstext) är aktiverat för alla deltagare under hela mötets varaktighet.",
820
- "bannerLinkLabel": "Mer information"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Adsız katılımcı",
10
10
  "participantStateRinging": "Arıyor...",
11
11
  "participantStateHold": "Beklemede",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Diğer Seçenekler",
14
- "attendeeRole": "Katılımcı"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Diğer Seçenekler",
14
+ "attendeeRole": "Katılımcı",
15
+ "micDisabledIconLabel": "Mikrofon devre dışı",
16
+ "cameraDisabledIconLabel": "Kamera devre dışı"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "{overflowCount} tane daha"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Madde işaretli liste uygulandı",
70
72
  "richTextNumberedListAppliedAnnouncement": "Numaralandırılmış liste uygulandı"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "RTT Kalıcı İletişim Kutusunu Aç",
74
- "rttModalTitle": "RTT açılsın mı?",
75
- "rttModalText": "Gerçek zamanlı metin (RTT) toplantıdaki herkes için açılır.",
76
- "rttConfirmButtonLabel": "Aç",
77
- "rttCancelButtonLabel": "İptal",
78
- "rttCloseModalButtonAriaLabel": "RTT Kalıcı İletişim Kutusunu Kapat"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "RTT Kalıcı İletişim Kutusunu Aç",
76
+ "realTimeTextModalTitle": "RTT açılsın mı?",
77
+ "realTimeTextModalText": "Gerçek zamanlı metin (RTT) toplantıdaki herkes için açılır.",
78
+ "realTimeTextConfirmButtonLabel": "Aç",
79
+ "realTimeTextCancelButtonLabel": "İptal",
80
+ "realTimeTextCloseModalButtonAriaLabel": "RTT Kalıcı İletişim Kutusunu Kapat"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Alt yazılar başlatılıyor..."
83
+ "captionsBannerSpinnerText": "Alt yazılar başlatılıyor...",
84
+ "realTimeTextInputBoxDefaultText": "İletiyi gerçek zamanlı yazın",
85
+ "realTimeTextInputErrorMessage": "İleti 2000 karakteri geçemez",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "RTT (gerçek zamanlı metin) toplantı süresi boyunca tüm katılımcılar için etkindir.",
88
+ "realTimeTextBannerLinkLabel": "Daha fazla bilgi edinin",
89
+ "captionsOnlyContainerTitle": "Alt yazılar",
90
+ "realTimeTextOnlyContainerTitle": "Gerçek Zamanlı Metin",
91
+ "captionsAndRealTimeTextContainerTitle": "Altyazılar ve Gerçek Zamanlı Metin",
92
+ "expandButtonAriaLabel": "Genişlet",
93
+ "minimizeButtonAriaLabel": "Daralt"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Öneriler"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "İndir",
88
100
  "dismissButtonAriaLabel": "Kapat",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Resim Ayrıntıları Katmanı"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "İleti gönderildi",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Alkış",
196
208
  "surprisedReactionTooltipContent": "Şaşırmış"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "RTT yazma"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Alt yazıları kapat",
293
305
  "tooltipOffContent": "Alt yazıları aç"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Bu arama için RTT'yi aç",
309
+ "tooltipOffContent": "Bu arama için RTT'yi aç"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Dün",
297
313
  "sunday": "Pazar",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Yeniden göndermeyi deneyin",
309
325
  "failToSendTag": "Gönderilemedi",
310
326
  "editedTag": "Düzenlendi",
311
- "liveAuthorIntro": "{author} şöyle diyor:",
327
+ "liveAuthorIntro": "{author} tarafından gönderilen ileti",
328
+ "editedMessageLiveAuthorIntro": "{author} tarafından düzenlenen ileti",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Düzenlenmiş ileti",
312
330
  "messageContentAriaText": "{status} {author} şunu dedi: {message}",
313
331
  "messageContentMineAriaText": "{status} {message} dediniz",
314
332
  "editBoxTextLimit": "İletiniz en fazla {limitNumber} aşıyor",
@@ -616,6 +634,14 @@
616
634
  "title": "Mikrofonunuz devre dışı bırakıldı",
617
635
  "message": "Artık sesi açamazsınız.",
618
636
  "dismissButtonAriaLabel": "Kapat"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Togethermode başlatıldı",
640
+ "dismissButtonAriaLabel": "Kapat"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Togethermode sona erdi",
644
+ "dismissButtonAriaLabel": "Kapat"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Aranıyor...",
669
695
  "participantReconnecting": "Yeniden bağlanıyor...",
670
696
  "participantStateHold": "Beklemede",
671
- "moreOptionsButtonAriaLabel": "Diğer Seçenekler {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Diğer Seçenekler {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "sesi kapalı",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "sesi açık",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "El kaldırdı",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Konuşuyor"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Konuşuyor",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Mikrofon devre dışı",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Kamera devre dışı"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Reddet",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Görüntülü Kabul Et",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Kapat"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (gerçek zamanlı metin) toplantı süresi boyunca tüm katılımcılar için etkindir.",
820
- "bannerLinkLabel": "Daha fazla bilgi edinin"
821
844
  }
822
845
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "未命名的参与者",
10
10
  "participantStateRinging": "正在呼叫...",
11
11
  "participantStateHold": "保留",
12
- "participantItemAriaLabel": "{displayName}{handRaisedState}{mutedState}{sharingState}{connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}、{handRaisedState}、{mutedState}、{sharingState}、{connectionState}、更多选项",
14
- "attendeeRole": "与会者"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}、{handRaisedState}、{mutedState}、{micDisabledState}、{cameraDisabledState}、{sharingState}、{connectionState}、更多选项",
14
+ "attendeeRole": "与会者",
15
+ "micDisabledIconLabel": "麦克风已禁用",
16
+ "cameraDisabledIconLabel": "相机已禁用"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "和另外 {overflowCount} 人"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "已应用项目符号列表",
70
72
  "richTextNumberedListAppliedAnnouncement": "已应用编号列表"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "打开 RTT 模式",
74
- "rttModalTitle": "是否启用 RTT?",
75
- "rttModalText": "将为会议中的每个人启用实时文本 (RTT)。",
76
- "rttConfirmButtonLabel": "启用",
77
- "rttCancelButtonLabel": "取消",
78
- "rttCloseModalButtonAriaLabel": "关闭 RTT 模式"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "打开 RTT 模式",
76
+ "realTimeTextModalTitle": "是否启用 RTT?",
77
+ "realTimeTextModalText": "将为会议中的每个人启用实时文本 (RTT)。",
78
+ "realTimeTextConfirmButtonLabel": "启用",
79
+ "realTimeTextCancelButtonLabel": "取消",
80
+ "realTimeTextCloseModalButtonAriaLabel": "关闭 RTT 模式"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "正在启动字幕..."
83
+ "captionsBannerSpinnerText": "正在启动字幕...",
84
+ "realTimeTextInputBoxDefaultText": "实时键入消息",
85
+ "realTimeTextInputErrorMessage": "消息不能超过 2000 个字符",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "RTT (在会议的整个持续时间内为所有参与者启用实时文本)。",
88
+ "realTimeTextBannerLinkLabel": "了解详情",
89
+ "captionsOnlyContainerTitle": "字幕",
90
+ "realTimeTextOnlyContainerTitle": "实时文本",
91
+ "captionsAndRealTimeTextContainerTitle": "字幕和实时文本",
92
+ "expandButtonAriaLabel": "展开",
93
+ "minimizeButtonAriaLabel": "折叠"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "建议"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "下载",
88
100
  "dismissButtonAriaLabel": "关闭",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "图像详细信息覆盖"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "已发送消息",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "鼓掌",
196
208
  "surprisedReactionTooltipContent": "惊讶"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "RTT 键入"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "关闭辅助字幕",
293
305
  "tooltipOffContent": "开启字幕"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "为此通话启用 RTT",
309
+ "tooltipOffContent": "为此通话启用 RTT"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "昨天",
297
313
  "sunday": "星期日",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "尝试再次发送",
309
325
  "failToSendTag": "发送失败",
310
326
  "editedTag": "已编辑",
311
- "liveAuthorIntro": "{author} ",
327
+ "liveAuthorIntro": "来自 {author} 的消息",
328
+ "editedMessageLiveAuthorIntro": "已编辑来自 {author} 的消息",
329
+ "editedMessageLocalUserLiveAuthorIntro": "编辑的消息",
312
330
  "messageContentAriaText": "{status}{author} 说 {message}",
313
331
  "messageContentMineAriaText": "{status}你说了 {message}",
314
332
  "editBoxTextLimit": "你的消息超过了{limitNumber}个字符的限制",
@@ -616,6 +634,14 @@
616
634
  "title": "已禁用麦克风",
617
635
  "message": "你无法再取消静音。",
618
636
  "dismissButtonAriaLabel": "关闭"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Togethermode 已启动",
640
+ "dismissButtonAriaLabel": "关闭"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Togethermode 已结束",
644
+ "dismissButtonAriaLabel": "关闭"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "正在呼叫...",
669
695
  "participantReconnecting": "正在重新连接...",
670
696
  "participantStateHold": "保留",
671
- "moreOptionsButtonAriaLabel": "更多选项 {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "更多选项 {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "已静音",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "已取消静音",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "已举手",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "讲话"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "讲话",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "麦克风已禁用",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "相机已禁用"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "允许{appName}使用你的相机和麦克风",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "拒绝",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "使用视频接受",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "关闭"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (在会议的整个持续时间内为所有参与者启用实时文本)。",
820
- "bannerLinkLabel": "了解详细信息"
821
844
  }
822
845
  }