@azure/communication-react 1.24.0-alpha-202502010017 → 1.24.0-alpha-202502050016

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 (103) hide show
  1. package/dist/communication-react.d.ts +38 -5
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-B69n5di0.js → ChatMessageComponentAsRichTextEditBox-CeWY0AY6.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-B69n5di0.js.map → ChatMessageComponentAsRichTextEditBox-CeWY0AY6.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CAzmoL1D.js → RichTextSendBoxWrapper-ClpG1pEU.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-CAzmoL1D.js.map → RichTextSendBoxWrapper-ClpG1pEU.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index--34qf-o2.js → index-k4-DEMHk.js} +217 -143
  7. package/dist/dist-cjs/communication-react/index-k4-DEMHk.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/calling-component-bindings/src/handlers/createHandlers.js +1 -12
  12. package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
  13. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +7 -0
  14. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +35 -22
  16. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +5 -1
  18. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +6 -2
  20. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +30 -9
  21. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +2 -0
  23. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +5 -1
  25. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  26. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +2 -2
  27. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/ReactionButton.js +2 -2
  29. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +26 -3
  31. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/utils.js +2 -0
  33. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +45 -22
  35. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +45 -22
  36. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +44 -21
  37. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +44 -21
  38. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +43 -20
  39. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +5 -0
  40. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +44 -21
  41. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +44 -21
  42. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +44 -21
  43. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +44 -21
  44. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -22
  45. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +44 -21
  46. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +44 -21
  47. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -21
  48. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +44 -21
  49. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +45 -22
  50. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +44 -21
  51. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +44 -21
  52. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -21
  53. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +44 -21
  54. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +44 -21
  55. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -21
  56. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +44 -21
  57. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +44 -21
  58. package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
  59. package/dist/dist-esm/react-components/src/theming/icons.js +2 -0
  60. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +1 -0
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +26 -28
  64. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -1
  66. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  67. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +8 -2
  68. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  69. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +25 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -1
  72. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +5 -6
  73. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +17 -6
  75. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  76. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +3 -1
  77. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  78. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -0
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +19 -0
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +19 -0
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +19 -0
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +19 -0
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +19 -0
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +19 -0
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +19 -0
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +19 -0
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +19 -0
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +19 -0
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +19 -0
  90. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +19 -0
  91. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +19 -0
  92. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +19 -0
  93. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +19 -0
  94. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +19 -0
  95. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +19 -0
  96. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +19 -0
  97. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +19 -0
  98. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +19 -0
  99. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +19 -0
  100. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +19 -0
  101. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +19 -0
  102. package/package.json +2 -2
  103. package/dist/dist-cjs/communication-react/index--34qf-o2.js.map +0 -1
@@ -9,9 +9,11 @@
9
9
  "displayNamePlaceholder": "Participant sans nom",
10
10
  "participantStateRinging": "Appel en cours...",
11
11
  "participantStateHold": "En attente",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, plus d’options",
14
- "attendeeRole": "Participant"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, autres options",
14
+ "attendeeRole": "Participant",
15
+ "micDisabledIconLabel": "Microphone désactivé",
16
+ "cameraDisabledIconLabel": "Caméra désactivée"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} plus"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Liste à puces appliquée",
70
72
  "richTextNumberedListAppliedAnnouncement": "Liste numérotée appliquée"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Activer la modalité RTT",
74
- "rttModalTitle": "Activation de la RTT ?",
75
- "rttModalText": "Le texte en temps réel (RTT) sera activé pour tous les participants à la réunion.",
76
- "rttConfirmButtonLabel": "Activer",
77
- "rttCancelButtonLabel": "Annulez",
78
- "rttCloseModalButtonAriaLabel": "Fermer la fenêtre modale RTT"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Activer la boîte de dialogue modale RTT",
76
+ "realTimeTextModalTitle": "Activation de la RTT ?",
77
+ "realTimeTextModalText": "Le texte en temps réel (RTT) sera activé pour tous les participants à la réunion.",
78
+ "realTimeTextConfirmButtonLabel": "Activer",
79
+ "realTimeTextCancelButtonLabel": "Annuler",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Fermer la boîte de dialogue modale RTT"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Démarrage des légendes..."
83
+ "captionsBannerSpinnerText": "Démarrage des légendes...",
84
+ "realTimeTextInputBoxDefaultText": "Tapez votre message en temps réel",
85
+ "realTimeTextInputErrorMessage": "Le message ne peut pas dépasser 2 000 caractères",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
88
+ "realTimeTextBannerLinkLabel": "En savoir plus",
89
+ "captionsOnlyContainerTitle": "Sous-titres",
90
+ "realTimeTextOnlyContainerTitle": "Texte en temps réel",
91
+ "captionsAndRealTimeTextContainerTitle": "Légendes et texte en temps réel",
92
+ "expandButtonAriaLabel": "Développer",
93
+ "minimizeButtonAriaLabel": "Réduire"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Suggestions"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Télécharger",
88
100
  "dismissButtonAriaLabel": "Fermer",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Superposition des détails de l’image"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Message envoyé",
@@ -195,8 +207,8 @@
195
207
  "applauseReactionTooltipContent": "Acclamation",
196
208
  "surprisedReactionTooltipContent": "Surpris"
197
209
  },
198
- "rtt": {
199
- "isTypingText": "RTT typage"
210
+ "realTimeText": {
211
+ "isTypingText": "Saisie RTT"
200
212
  },
201
213
  "captionsSettingsModal": {
202
214
  "captionsSettingsModalTitle": "Paramètres des sous-titres",
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Désactiver les sous-titres",
293
305
  "tooltipOffContent": "Activer les sous-titres"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Activer RTT pour cet appel",
309
+ "tooltipOffContent": "Activer RTT pour cet appel"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Hier",
297
313
  "sunday": "Dimanche",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Réessayer l'envoi",
309
325
  "failToSendTag": "Échec de l'envoi",
310
326
  "editedTag": "Modifié",
311
- "liveAuthorIntro": "{author} dit",
327
+ "liveAuthorIntro": "Message de {author}",
328
+ "editedMessageLiveAuthorIntro": "Message modifié de {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Message modifié",
312
330
  "messageContentAriaText": "{status} {author} a dit {message}.",
313
331
  "messageContentMineAriaText": "{status} Vous avez dit {message}.",
314
332
  "editBoxTextLimit": "Votre message dépasse la limite de {limitNumber} caractères",
@@ -616,6 +634,14 @@
616
634
  "title": "Votre microphone est désactivé",
617
635
  "message": "Vous ne pouvez plus activer le son.",
618
636
  "dismissButtonAriaLabel": "Fermer"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "Togethermode a démarré",
640
+ "dismissButtonAriaLabel": "Fermez"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "Togethermode est terminé",
644
+ "dismissButtonAriaLabel": "Fermez"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Appel en cours...",
669
695
  "participantReconnecting": "Reconnexion...",
670
696
  "participantStateHold": "En attente",
671
- "moreOptionsButtonAriaLabel": "Plus d'options {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Autres options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "son désactivé",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "désactivé",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Main levée",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Parler"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Parler",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Microphone désactivé",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Caméra désactivée"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Autoriser {appName} à utiliser votre caméra et votre microphone",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Refuser",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Accepter avec une vidéo",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Ignorer"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "RTT (texte en temps réel) est activé pour tous les participants pendant toute la durée de la réunion.",
820
- "bannerLinkLabel": "En savoir plus"
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": "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
  }