@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": "הפעל תיבת דו-שיח מודאלית של 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": "ההודעה אינה יכולה לחרוג מ- 2,000 תווים",
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
  }
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Partecipante senza nome",
10
10
  "participantStateRinging": "Chiamata in corso...",
11
11
  "participantStateHold": "Per l'attesa",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, More Options",
14
- "attendeeRole": "Partecipante"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, altre opzioni",
14
+ "attendeeRole": "Partecipante",
15
+ "micDisabledIconLabel": "Microfono disabilitato",
16
+ "cameraDisabledIconLabel": "Fotocamera disabilitata"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} altro"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Elenco puntato applicato",
70
72
  "richTextNumberedListAppliedAnnouncement": "Elenco numerato applicato"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Attivare la finestra modale scrittura in tempo reale",
74
- "rttModalTitle": "Attivare la scrittura in tempo reale?",
75
- "rttModalText": "Il testo in tempo reale verrà attivato per tutti gli utenti della riunione.",
76
- "rttConfirmButtonLabel": "Abilita",
77
- "rttCancelButtonLabel": "Annulla",
78
- "rttCloseModalButtonAriaLabel": "Chiudi finestra modale scrittura in tempo reale"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Abilita finestra modale scrittura in tempo reale",
76
+ "realTimeTextModalTitle": "Abilitare la scrittura in tempo reale?",
77
+ "realTimeTextModalText": "Il testo in tempo reale verrà attivato per tutti gli utenti della riunione.",
78
+ "realTimeTextConfirmButtonLabel": "Abilita",
79
+ "realTimeTextCancelButtonLabel": "Annulla",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Chiudi finestra modale scrittura in tempo reale"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Avvio dei sottotitoli in corso..."
83
+ "captionsBannerSpinnerText": "Avvio dei sottotitoli in corso...",
84
+ "realTimeTextInputBoxDefaultText": "Digita messaggio in tempo reale",
85
+ "realTimeTextInputErrorMessage": "Il messaggio non può superare i 2000 caratteri",
86
+ "realTimeTextBannerTitle": "Scrittura in tempo reale",
87
+ "realTimeTextBannerContent": "RTT (testo in tempo reale) è abilitato per tutti i partecipanti per l'intera durata della riunione.",
88
+ "realTimeTextBannerLinkLabel": "Scopri di più",
89
+ "captionsOnlyContainerTitle": "Sottotitoli",
90
+ "realTimeTextOnlyContainerTitle": "Testo in tempo reale",
91
+ "captionsAndRealTimeTextContainerTitle": "Sottotitoli e testo in tempo reale",
92
+ "expandButtonAriaLabel": "Espandi",
93
+ "minimizeButtonAriaLabel": "Comprimi"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Suggerimenti"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Scarica",
88
100
  "dismissButtonAriaLabel": "Chiudi",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Sovrapposizione dettagli immagine"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Il messaggio è stato inviato",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Applauso",
196
208
  "surprisedReactionTooltipContent": "Sorpresa"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "Digitazione scrittura in tempo reale"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Disabilita sottotitoli",
293
305
  "tooltipOffContent": "Abilita sottotitoli"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Attiva la scrittura in tempo reale per questa chiamata",
309
+ "tooltipOffContent": "Attiva la scrittura in tempo reale per questa chiamata"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Ieri",
297
313
  "sunday": "Domenica",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Riprova a inviare",
309
325
  "failToSendTag": "Invio non riuscito",
310
326
  "editedTag": "Modificato",
311
- "liveAuthorIntro": "{author} dice",
327
+ "liveAuthorIntro": "Messaggio da {author}",
328
+ "editedMessageLiveAuthorIntro": "Messaggio modificato da {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Messaggio modificato",
312
330
  "messageContentAriaText": "{status} {author} ha detto {message}",
313
331
  "messageContentMineAriaText": "{status} Hai detto {message}",
314
332
  "editBoxTextLimit": "Il messaggio ha superato il limite di caratteri {limitNumber}",
@@ -616,6 +634,14 @@
616
634
  "title": "Il tuo microfono è stato disattivato.",
617
635
  "message": "Non puoi più riattivare l'audio.",
618
636
  "dismissButtonAriaLabel": "Chiudi"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Togethermode è stato avviato",
640
+ "dismissButtonAriaLabel": "Chiudi"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Togethermode è terminato",
644
+ "dismissButtonAriaLabel": "Chiudi"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Chiamata in corso...",
669
695
  "participantReconnecting": "Riconnessione in corso...",
670
696
  "participantStateHold": "Per l'attesa",
671
- "moreOptionsButtonAriaLabel": "Altre opzioni {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Altre opzioni {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "audio disattivato",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "audio riattivato",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Mano alzata",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Impegnato in una conversazione"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Impegnato in una conversazione",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Microfono disabilitato",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Fotocamera disabilitata"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Consenti a {appName} di usare la fotocamera e il microfono",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Rifiuta",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Accetta con video",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Ignora"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "Scrittura in tempo reale",
819
- "bannerContent": "RTT (testo in tempo reale) è abilitato per tutti i partecipanti per l'intera durata della riunione.",
820
- "bannerLinkLabel": "Scopri di più"
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": "メッセージは 2,000 文字以下にする必要があります",
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
  }
@@ -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": "전체 모임 기간 동안 모든 참가자에 대해 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": "실시간 입력 입력 중"
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
  }