@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": "Participante sem nome",
10
10
  "participantStateRinging": "Chamando...",
11
11
  "participantStateHold": "Em espera",
12
- "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
13
- "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Mais opções",
14
- "attendeeRole": "Participante"
12
+ "participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
13
+ "participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Mais Opções",
14
+ "attendeeRole": "Participante",
15
+ "micDisabledIconLabel": "Microfone desabilitado",
16
+ "cameraDisabledIconLabel": "Câmera desabilitada"
15
17
  },
16
18
  "ParticipantList": {
17
19
  "overflowParticipantCount": "+{overflowCount} mais"
@@ -69,16 +71,26 @@
69
71
  "richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
70
72
  "richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
71
73
  },
72
- "rttModal": {
73
- "rttModalAriaLabel": "Ativar Modal RTT",
74
- "rttModalTitle": "Ativar o RTT?",
75
- "rttModalText": "O texto em tempo real (RTT) será ativado para todos na reunião.",
76
- "rttConfirmButtonLabel": "Habilitar",
77
- "rttCancelButtonLabel": "Cancelar",
78
- "rttCloseModalButtonAriaLabel": "Fechar Modal RTT"
74
+ "realTimeTextModal": {
75
+ "realTimeTextModalAriaLabel": "Ativar Modal RTT",
76
+ "realTimeTextModalTitle": "Ativar a RTT?",
77
+ "realTimeTextModalText": "O texto em tempo real (RTT) será ativado para todos na reunião.",
78
+ "realTimeTextConfirmButtonLabel": "Ativar",
79
+ "realTimeTextCancelButtonLabel": "Cancelar",
80
+ "realTimeTextCloseModalButtonAriaLabel": "Fechar Modal RTT"
79
81
  },
80
82
  "captionsBanner": {
81
- "captionsBannerSpinnerText": "Iniciando legendas..."
83
+ "captionsBannerSpinnerText": "Iniciando legendas...",
84
+ "realTimeTextInputBoxDefaultText": "Digitar mensagem em tempo real",
85
+ "realTimeTextInputErrorMessage": "A mensagem não pode ter mais de 2000 caracteres",
86
+ "realTimeTextBannerTitle": "RTT",
87
+ "realTimeTextBannerContent": "O RTT (texto em tempo real) está habilitado para todos os participantes durante toda a reunião.",
88
+ "realTimeTextBannerLinkLabel": "Saiba mais",
89
+ "captionsOnlyContainerTitle": "Legendas",
90
+ "realTimeTextOnlyContainerTitle": "Texto em Tempo Real",
91
+ "captionsAndRealTimeTextContainerTitle": "Legendas e Texto em Tempo Real",
92
+ "expandButtonAriaLabel": "Expandir",
93
+ "minimizeButtonAriaLabel": "Recolher"
82
94
  },
83
95
  "mentionPopover": {
84
96
  "mentionPopoverHeader": "Sugestões"
@@ -86,7 +98,7 @@
86
98
  "imageOverlay": {
87
99
  "downloadButtonLabel": "Baixar",
88
100
  "dismissButtonAriaLabel": "Fechar",
89
- "overlayVisibleMessage": "Image Details Overlay"
101
+ "overlayVisibleMessage": "Sobreposição de Detalhes da Imagem"
90
102
  },
91
103
  "messageStatusIndicator": {
92
104
  "deliveredAriaLabel": "Mensagem enviada",
@@ -195,7 +207,7 @@
195
207
  "applauseReactionTooltipContent": "Aplausos",
196
208
  "surprisedReactionTooltipContent": "Surpreso"
197
209
  },
198
- "rtt": {
210
+ "realTimeText": {
199
211
  "isTypingText": "Digitação RTT"
200
212
  },
201
213
  "captionsSettingsModal": {
@@ -292,6 +304,10 @@
292
304
  "tooltipOnContent": "Desativar legendas",
293
305
  "tooltipOffContent": "Ativar legendas"
294
306
  },
307
+ "startRealTimeTextButton": {
308
+ "label": "Habilitar a RTT para esta chamada",
309
+ "tooltipOffContent": "Habilitar a RTT para esta chamada"
310
+ },
295
311
  "messageThread": {
296
312
  "yesterday": "Ontem",
297
313
  "sunday": "Domingo",
@@ -308,7 +324,9 @@
308
324
  "resendMessage": "Tente enviar novamente",
309
325
  "failToSendTag": "Falha ao enviar",
310
326
  "editedTag": "Editado",
311
- "liveAuthorIntro": "{author} disse",
327
+ "liveAuthorIntro": "Mensagem de {author}",
328
+ "editedMessageLiveAuthorIntro": "Mensagem editada de {author}",
329
+ "editedMessageLocalUserLiveAuthorIntro": "Mensagem editada",
312
330
  "messageContentAriaText": "{status} {author} disse {message}",
313
331
  "messageContentMineAriaText": "{status} Você disse {message}",
314
332
  "editBoxTextLimit": "Sua mensagem está acima do limite de {limitNumber} caracteres",
@@ -616,6 +634,14 @@
616
634
  "title": "O microfone foi desabilitado",
617
635
  "message": "Você não pode mais ativar o som.",
618
636
  "dismissButtonAriaLabel": "Fechar"
637
+ },
638
+ "togetherModeStarted": {
639
+ "title": "O modo Togethermode foi iniciado",
640
+ "dismissButtonAriaLabel": "Fechar"
641
+ },
642
+ "togetherModeEnded": {
643
+ "title": "O modo Togethermode foi encerrado",
644
+ "dismissButtonAriaLabel": "Fechar"
619
645
  }
620
646
  },
621
647
  "videoGallery": {
@@ -668,11 +694,13 @@
668
694
  "participantStateRinging": "Chamando...",
669
695
  "participantReconnecting": "Reconectando...",
670
696
  "participantStateHold": "Em espera",
671
- "moreOptionsButtonAriaLabel": "Mais Opções {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
697
+ "moreOptionsButtonAriaLabel": "Mais Opções {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
672
698
  "moreOptionsParticipantMutedStateMutedAriaLabel": "silenciado",
673
699
  "moreOptionsParticipantMutedStateUnmutedAriaLabel": "mudo desativado",
674
700
  "moreOptionsParticipantHandRaisedAriaLabel": "Mão levantada",
675
- "moreOptionsParticipantIsSpeakingAriaLabel": "Falando"
701
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Falando",
702
+ "moreOptionsParticipantMicDisabledAriaLabel": "Microfone desabilitado",
703
+ "moreOptionsParticipantCameraDisabledAriaLabel": "Câmera desabilitada"
676
704
  },
677
705
  "CameraAndMicrophoneSitePermissionsRequest": {
678
706
  "primaryText": "Permitir {appName} usar a câmera e o microfone",
@@ -813,10 +841,5 @@
813
841
  "incomingCallNotificationRejectButtonLabel": "Recusar",
814
842
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Aceitar com Vídeo",
815
843
  "incomingCallNotificationDismissButtonAriaLabel": "Ignorar"
816
- },
817
- "rttDisclosureBanner": {
818
- "bannerTitle": "RTT",
819
- "bannerContent": "O RTT (texto em tempo real) está habilitado para todos os participantes durante toda a reunião.",
820
- "bannerLinkLabel": "Saiba mais"
821
844
  }
822
845
  }
@@ -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
  }