@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.
- package/dist/communication-react.d.ts +25 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CAFpQ8Yk.js.map → ChatMessageComponentAsRichTextEditBox-AkTSmAsd.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js → RichTextSendBoxWrapper-B3Xe7mdR.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DTWPl1yi.js.map → RichTextSendBoxWrapper-B3Xe7mdR.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-B8uYcMR8.js → index-CNpitKVB.js} +279 -524
- package/dist/dist-cjs/communication-react/index-CNpitKVB.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -2
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +2 -7
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +11 -23
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +6 -18
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js +24 -40
- package/dist/dist-esm/react-components/src/components/TogetherModeOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js +4 -72
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/TogetherModeStream.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js +4 -17
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoStreamLifecycleMaintainer.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js +1 -20
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +26 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +11 -36
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +1 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +6 -39
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.d.ts +10 -1
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js +34 -5
- package/dist/dist-esm/react-components/src/components/styles/TogetherMode.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +1 -13
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +43 -20
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +45 -22
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +44 -21
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +44 -21
- package/dist/dist-esm/react-components/src/theming/icons.js +0 -6
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +0 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +24 -38
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js +5 -23
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CapabilitiesChangedNotificationBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +1 -85
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +16 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +16 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +39 -5
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +38 -8
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +19 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +19 -0
- package/package.json +4 -4
- package/dist/dist-cjs/communication-react/index-B8uYcMR8.js.map +0 -1
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Nepojmenovaný účastník",
|
10
10
|
"participantStateRinging": "Volání…",
|
11
11
|
"participantStateHold": "Pozastavený hovor",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Další možnosti",
|
14
|
-
"attendeeRole": "Účastník"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Další možnosti",
|
14
|
+
"attendeeRole": "Účastník",
|
15
|
+
"micDisabledIconLabel": "Mikrofon zakázán",
|
16
|
+
"cameraDisabledIconLabel": "Kamera zakázána"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} další(ch)"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Byl použit seznam s odrážkami",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Použil se číslovaný seznam."
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Zapnout modální okno psaní v reálném čase",
|
76
|
+
"realTimeTextModalTitle": "Zapnout psaní v reálném čase?",
|
77
|
+
"realTimeTextModalText": "Text v reálném čase (RTT) se zapne pro všechny účastníky schůzky.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Zapnout",
|
79
|
+
"realTimeTextCancelButtonLabel": "Zrušit",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Zavřít modální okno psaní v reálném čase"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Spouští se titulky..."
|
83
|
+
"captionsBannerSpinnerText": "Spouští se titulky...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Napište zprávu v reálném čase",
|
85
|
+
"realTimeTextInputErrorMessage": "Zpráva nesmí být delší než 2000 znaků",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RTT (psaní v reálném čase) je povolené pro všechny účastníky po celou dobu trvání schůzky.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Další informace",
|
89
|
+
"captionsOnlyContainerTitle": "Titulky",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Text v reálném čase",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Titulky a text v reálném čase",
|
92
|
+
"expandButtonAriaLabel": "Rozbalit",
|
93
|
+
"minimizeButtonAriaLabel": "Sbalit"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Návrhy"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Stáhnout",
|
88
100
|
"dismissButtonAriaLabel": "Zavřít",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Překrytí podrobností obrázku"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Zpráva byla odeslána",
|
@@ -195,8 +207,8 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Aplaus",
|
196
208
|
"surprisedReactionTooltipContent": "Překvapení"
|
197
209
|
},
|
198
|
-
"
|
199
|
-
"isTypingText": "
|
210
|
+
"realTimeText": {
|
211
|
+
"isTypingText": "Probíhá psaní v reálném čase"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
202
214
|
"captionsSettingsModalTitle": "Nastavení titulků",
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Vypnout titulky",
|
293
305
|
"tooltipOffContent": "Zapnout titulky"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Zapnout RTT pro tento hovor",
|
309
|
+
"tooltipOffContent": "Zapnout RTT pro tento hovor"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Včera",
|
297
313
|
"sunday": "Neděle",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Zkusit odeslat znovu",
|
309
325
|
"failToSendTag": "Odeslání se nezdařilo",
|
310
326
|
"editedTag": "Upraveno",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Zpráva od {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Upravená zpráva od {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Upravená zpráva",
|
312
330
|
"messageContentAriaText": "{status} {author} řekl(a) {message}",
|
313
331
|
"messageContentMineAriaText": "{status} Řekli jste {message}.",
|
314
332
|
"editBoxTextLimit": "Vaše zpráva překročila limit {limitNumber} znaků.",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Váš mikrofon je vypnutý.",
|
617
635
|
"message": "Už nemůžete zrušit ztlumení.",
|
618
636
|
"dismissButtonAriaLabel": "Zavřít"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Režim Togethermode byl spuštěn",
|
640
|
+
"dismissButtonAriaLabel": "Zavřít"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Režim Togethermode skončil",
|
644
|
+
"dismissButtonAriaLabel": "Zavřít"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Volání…",
|
669
695
|
"participantReconnecting": "Obnovuje se připojení...",
|
670
696
|
"participantStateHold": "Pozastavený hovor",
|
671
|
-
"moreOptionsButtonAriaLabel": "Další možnosti {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "Další možnosti {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "ztlumeno",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "ztlumení zrušeno",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Zvednutá ruka",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Mluví"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Mluví",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Mikrofon zakázán",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Kamera zakázána"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Povolit aplikaci {appName} používat kameru a mikrofon",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Odmítnout",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Přijmout s videem",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Zavřít"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (psaní v reálném čase) je povolené pro všechny účastníky po celou dobu trvání schůzky.",
|
820
|
-
"bannerLinkLabel": "Další informace"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Cyfranogwr dienw",
|
10
10
|
"participantStateRinging": "Wrthi'n galw...",
|
11
11
|
"participantStateHold": "Galwad yn aros",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, Mwy o Ddewisiadau",
|
14
|
-
"attendeeRole": "Mynychwr"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Mwy o Ddewisiadau",
|
14
|
+
"attendeeRole": "Mynychwr",
|
15
|
+
"micDisabledIconLabel": "Meicroffon wedi'i analluogi",
|
16
|
+
"cameraDisabledIconLabel": "Camera wedi'i analluogi"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} arall"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Wedi defnyddio'r rhestr bwledi",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Wedi defnyddio rhestr wedi'i rhifo"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Rhoi Moddol RTT ar waith",
|
76
|
+
"realTimeTextModalTitle": "Rhoi RTT ar waith?",
|
77
|
+
"realTimeTextModalText": "Bydd teipio mewn amser real (RTT) yn cael ei alluogi ar gyfer pawb yn y cyfarfod.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Rhoi ar waith",
|
79
|
+
"realTimeTextCancelButtonLabel": "Canslo",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Cau'r Moddol RTT"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Wrthi'n dechrau'r capsiynau..."
|
83
|
+
"captionsBannerSpinnerText": "Wrthi'n dechrau'r capsiynau...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Teipiwch neges mewn amser go iawn",
|
85
|
+
"realTimeTextInputErrorMessage": "All y neges ddim bod yn fwy na 2000 o nodau",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "Mae RTT (testun amser real) wedi'i alluogi ar gyfer yr holl gyfranogwyr ar gyfer cyfnod cyfan y cyfarfod.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Dysgu mwy",
|
89
|
+
"captionsOnlyContainerTitle": "Capsiynau",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Testun Amser Real",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Capsiynau a Thestun Amser Real",
|
92
|
+
"expandButtonAriaLabel": "Ehangu",
|
93
|
+
"minimizeButtonAriaLabel": "Crebachu"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Awgrymiadau"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Lawrlwytho",
|
88
100
|
"dismissButtonAriaLabel": "Cau",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Troshaen Manylion Delwedd"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Wedi anfon y neges",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Curo Dwylo",
|
196
208
|
"surprisedReactionTooltipContent": "Wedi synnu"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "Teipio RTT"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Analluogi capsiynau",
|
293
305
|
"tooltipOffContent": "Galluogi capsiynau"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Rhoi RTT ar waith ar gyfer yr alwad hon",
|
309
|
+
"tooltipOffContent": "Rhoi RTT ar waith ar gyfer yr alwad hon"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Ddoe",
|
297
313
|
"sunday": "Dydd Sul",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Rhowch gynnig arall ar anfon",
|
309
325
|
"failToSendTag": "Wedi methu â'i hanfon",
|
310
326
|
"editedTag": "Golygwyd",
|
311
|
-
"liveAuthorIntro": "
|
327
|
+
"liveAuthorIntro": "Neges gan {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Neges wedi'i golygu gan {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Neges wedi’i golygu",
|
312
330
|
"messageContentAriaText": "{status} Dywedodd {author} {message}",
|
313
331
|
"messageContentMineAriaText": "{status} Dywedoch chi {message}",
|
314
332
|
"editBoxTextLimit": "Mae eich neges dros y terfyn o {limitNumber} nodau",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Mae eich meic wedi cael ei analluogi",
|
617
635
|
"message": "Does dim modd i chi ddad-dewi bellach.",
|
618
636
|
"dismissButtonAriaLabel": "Cau"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Mae Togethermode wedi dechrau",
|
640
|
+
"dismissButtonAriaLabel": "Cau"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Mae Togethermode wedi dod i ben",
|
644
|
+
"dismissButtonAriaLabel": "Cau"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Wrthi'n galw...",
|
669
695
|
"participantReconnecting": "Wrthi'n ailgysylltu...",
|
670
696
|
"participantStateHold": "Galwad yn aros",
|
671
|
-
"moreOptionsButtonAriaLabel": "Mwy o Ddewisiadau {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "Mwy o Ddewisiadau {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "wedi tewi",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "wedi dad-dewi",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Llaw wedi’i chodi",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Siarad"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Siarad",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Meicroffon wedi'i analluogi",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Camera wedi'i analluogi"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Caniatáu i {appName} ddefnyddio eich camera a'ch meicroffon",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Gwrthod",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Derbyn gyda Fideo",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Diystyru"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "Mae RTT (testun amser real) wedi'i alluogi ar gyfer yr holl gyfranogwyr ar gyfer cyfnod cyfan y cyfarfod.",
|
820
|
-
"bannerLinkLabel": "Dysgu mwy"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Teilnehmer ohne Namen",
|
10
10
|
"participantStateRinging": "Anrufen...",
|
11
11
|
"participantStateHold": "In der Warteschleife",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState},
|
14
|
-
"attendeeRole": "Teilnehmer"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, weitere Optionen",
|
14
|
+
"attendeeRole": "Teilnehmer",
|
15
|
+
"micDisabledIconLabel": "Micophone deaktiviert",
|
16
|
+
"cameraDisabledIconLabel": "Kamera deaktiviert"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} weitere"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Aufzählung angewendet",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "\"Nummerierte Liste\" angewendet."
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "RTT Modal aktivieren",
|
76
|
+
"realTimeTextModalTitle": "RTT aktivieren?",
|
77
|
+
"realTimeTextModalText": "Echtzeittext (RTT) wird für alle Teilnehmer der Besprechung aktiviert.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Aktivieren",
|
79
|
+
"realTimeTextCancelButtonLabel": "Abbrechen",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "RTT Modal schließen"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Untertitel werden gestartet..."
|
83
|
+
"captionsBannerSpinnerText": "Untertitel werden gestartet...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Nachricht in Echtzeit eingeben",
|
85
|
+
"realTimeTextInputErrorMessage": "Die Nachricht darf 2000 Zeichen nicht überschreiten.",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RTT (Echtzeittext) ist für alle Teilnehmer für die gesamte Dauer der Besprechung aktiviert.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Weitere Informationen",
|
89
|
+
"captionsOnlyContainerTitle": "Untertitel",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Echtzeittext",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Untertitel und Echtzeittext",
|
92
|
+
"expandButtonAriaLabel": "Erweitern",
|
93
|
+
"minimizeButtonAriaLabel": "Reduzieren"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Vorschläge"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Herunterladen",
|
88
100
|
"dismissButtonAriaLabel": "Schließen",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Bilddetailsüberlagerung"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Nachricht gesendet",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Applaus",
|
196
208
|
"surprisedReactionTooltipContent": "Überrascht"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "RTT-Eingabe"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Untertitel deaktivieren",
|
293
305
|
"tooltipOffContent": "Beschriftungen aktivieren"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "RTT für diesen Anruf aktivieren",
|
309
|
+
"tooltipOffContent": "RTT für diesen Anruf aktivieren"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Gestern",
|
297
313
|
"sunday": "Sonntag",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Erneut senden",
|
309
325
|
"failToSendTag": "Fehler beim Senden",
|
310
326
|
"editedTag": "Bearbeitet",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Nachricht von {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Nachricht von {author} bearbeitet",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Nachricht bearbeitet",
|
312
330
|
"messageContentAriaText": "{status} {author} hat {message} gesagt",
|
313
331
|
"messageContentMineAriaText": "{status} Sie haben {message} gesagt",
|
314
332
|
"editBoxTextLimit": "Ihre Nachricht überschreitet das Limit von {limitNumber} Zeichen.",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Ihr Mikro wurde deaktiviert",
|
617
635
|
"message": "Sie können die Stummschaltung nicht mehr aufheben.",
|
618
636
|
"dismissButtonAriaLabel": "Schließen"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Der Togethermode wurde gestartet",
|
640
|
+
"dismissButtonAriaLabel": "Schließen"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Der Togethermode wurde beendet",
|
644
|
+
"dismissButtonAriaLabel": "Schließen"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Anrufen...",
|
669
695
|
"participantReconnecting": "Verbindung wird wiederhergestellt...",
|
670
696
|
"participantStateHold": "In der Warteschleife",
|
671
|
-
"moreOptionsButtonAriaLabel": "Weitere Optionen {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "Weitere Optionen {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "stummgeschaltet",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "Stummschaltung aufgehoben",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Hand erhoben",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Sprechen"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Sprechen",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Mikrofon deaktiviert",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Kamera deaktiviert"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Ablehnen",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Mit Video annehmen",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Verwerfen"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (Echtzeittext) ist für alle Teilnehmer für die gesamte Dauer der Besprechung aktiviert.",
|
820
|
-
"bannerLinkLabel": "Mehr erfahren"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Unnamed participant",
|
10
10
|
"participantStateRinging": "Calling...",
|
11
11
|
"participantStateHold": "On hold",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}, More Options",
|
14
|
-
"attendeeRole": "Attendee"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, More Options",
|
14
|
+
"attendeeRole": "Attendee",
|
15
|
+
"micDisabledIconLabel": "Micophone disabled",
|
16
|
+
"cameraDisabledIconLabel": "Camera disabled"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} more"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Numbered list applied"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Turn on RTT Modal",
|
76
|
+
"realTimeTextModalTitle": "Turn on RTT?",
|
77
|
+
"realTimeTextModalText": "Real-time text (RTT) will be turned on for everyone in the meeting.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Turn on",
|
79
|
+
"realTimeTextCancelButtonLabel": "Cancel",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Close RTT Modal"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Starting captions..."
|
83
|
+
"captionsBannerSpinnerText": "Starting captions...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Type message in real time",
|
85
|
+
"realTimeTextInputErrorMessage": "Message cannot exceed 2000 characters",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Learn more",
|
89
|
+
"captionsOnlyContainerTitle": "Captions",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Real-Time Text",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Captions and Real-Time Text",
|
92
|
+
"expandButtonAriaLabel": "Expand",
|
93
|
+
"minimizeButtonAriaLabel": "Collapse"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Suggestions"
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Applause",
|
196
208
|
"surprisedReactionTooltipContent": "Surprised"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "RTT typing"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Turn off captions",
|
293
305
|
"tooltipOffContent": "Turn on captions"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Turn on RTT for this call",
|
309
|
+
"tooltipOffContent": "Turn on RTT for this call"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Yesterday",
|
297
313
|
"sunday": "Sunday",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Try sending again",
|
309
325
|
"failToSendTag": "Failed to send",
|
310
326
|
"editedTag": "Edited",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Message from {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Edited message from {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Edited message",
|
312
330
|
"messageContentAriaText": "{status} {author} said {message}",
|
313
331
|
"messageContentMineAriaText": "{status} You said {message}",
|
314
332
|
"editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "Your mic has been disabled",
|
617
635
|
"message": "You can no longer unmute.",
|
618
636
|
"dismissButtonAriaLabel": "Close"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "Togethermode has started",
|
640
|
+
"dismissButtonAriaLabel": "Close"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "Togethermode has ended",
|
644
|
+
"dismissButtonAriaLabel": "Close"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Calling...",
|
669
695
|
"participantReconnecting": "Reconnecting...",
|
670
696
|
"participantStateHold": "On hold",
|
671
|
-
"moreOptionsButtonAriaLabel": "More Options {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "More Options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "muted",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "unmuted",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Hand raised",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Speaking"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Speaking",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Microphone disabled",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Camera disabled"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Allow {appName} to use your camera and microphone",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Decline",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Accept with Video",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Dismiss"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",
|
820
|
-
"bannerLinkLabel": "Learn more"
|
821
844
|
}
|
822
845
|
}
|
@@ -9,9 +9,11 @@
|
|
9
9
|
"displayNamePlaceholder": "Participante sin nombre",
|
10
10
|
"participantStateRinging": "Llamando...",
|
11
11
|
"participantStateHold": "En espera",
|
12
|
-
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState}",
|
13
|
-
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {sharingState}, {connectionState},
|
14
|
-
"attendeeRole": "Asistente"
|
12
|
+
"participantItemAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",
|
13
|
+
"participantItemWithMoreOptionsAriaLabel": "{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, Más opciones",
|
14
|
+
"attendeeRole": "Asistente",
|
15
|
+
"micDisabledIconLabel": "Micophone deshabilitado",
|
16
|
+
"cameraDisabledIconLabel": "Cámara deshabilitada"
|
15
17
|
},
|
16
18
|
"ParticipantList": {
|
17
19
|
"overflowParticipantCount": "+{overflowCount} más"
|
@@ -69,16 +71,26 @@
|
|
69
71
|
"richTextBulletedListAppliedAnnouncement": "Lista con viñetas aplicada",
|
70
72
|
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
71
73
|
},
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
74
|
+
"realTimeTextModal": {
|
75
|
+
"realTimeTextModalAriaLabel": "Activar modal RTT",
|
76
|
+
"realTimeTextModalTitle": "¿Activar RTT?",
|
77
|
+
"realTimeTextModalText": "Se activará el texto en tiempo real (RTT) para todos los participantes de la reunión.",
|
78
|
+
"realTimeTextConfirmButtonLabel": "Activar",
|
79
|
+
"realTimeTextCancelButtonLabel": "Cancelar",
|
80
|
+
"realTimeTextCloseModalButtonAriaLabel": "Cerrar modal RTT"
|
79
81
|
},
|
80
82
|
"captionsBanner": {
|
81
|
-
"captionsBannerSpinnerText": "Iniciando subtítulos..."
|
83
|
+
"captionsBannerSpinnerText": "Iniciando subtítulos...",
|
84
|
+
"realTimeTextInputBoxDefaultText": "Escribir un mensaje en tiempo real",
|
85
|
+
"realTimeTextInputErrorMessage": "El mensaje no puede exceder los 2000 caracteres",
|
86
|
+
"realTimeTextBannerTitle": "RTT",
|
87
|
+
"realTimeTextBannerContent": "RtT (texto en tiempo real) está habilitado para todos los participantes durante toda la reunión.",
|
88
|
+
"realTimeTextBannerLinkLabel": "Más información",
|
89
|
+
"captionsOnlyContainerTitle": "Subtítulos",
|
90
|
+
"realTimeTextOnlyContainerTitle": "Texto en tiempo real",
|
91
|
+
"captionsAndRealTimeTextContainerTitle": "Subtítulos y texto en tiempo real",
|
92
|
+
"expandButtonAriaLabel": "Expandir",
|
93
|
+
"minimizeButtonAriaLabel": "Contraer"
|
82
94
|
},
|
83
95
|
"mentionPopover": {
|
84
96
|
"mentionPopoverHeader": "Sugerencias"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"imageOverlay": {
|
87
99
|
"downloadButtonLabel": "Descargar",
|
88
100
|
"dismissButtonAriaLabel": "Cerrar",
|
89
|
-
"overlayVisibleMessage": "
|
101
|
+
"overlayVisibleMessage": "Superposición de detalles de imagen"
|
90
102
|
},
|
91
103
|
"messageStatusIndicator": {
|
92
104
|
"deliveredAriaLabel": "Mensaje enviado",
|
@@ -195,7 +207,7 @@
|
|
195
207
|
"applauseReactionTooltipContent": "Aplauso",
|
196
208
|
"surprisedReactionTooltipContent": "Sorprendido"
|
197
209
|
},
|
198
|
-
"
|
210
|
+
"realTimeText": {
|
199
211
|
"isTypingText": "Escritura en tiempo real"
|
200
212
|
},
|
201
213
|
"captionsSettingsModal": {
|
@@ -292,6 +304,10 @@
|
|
292
304
|
"tooltipOnContent": "Desactivar subtítulos",
|
293
305
|
"tooltipOffContent": "Activar subtítulos"
|
294
306
|
},
|
307
|
+
"startRealTimeTextButton": {
|
308
|
+
"label": "Activar RTT para esta llamada",
|
309
|
+
"tooltipOffContent": "Activar RTT para esta llamada"
|
310
|
+
},
|
295
311
|
"messageThread": {
|
296
312
|
"yesterday": "Ayer",
|
297
313
|
"sunday": "Domingo",
|
@@ -308,7 +324,9 @@
|
|
308
324
|
"resendMessage": "Intente enviar de nuevo",
|
309
325
|
"failToSendTag": "Error al enviar",
|
310
326
|
"editedTag": "Editado",
|
311
|
-
"liveAuthorIntro": "{author}
|
327
|
+
"liveAuthorIntro": "Mensaje de {author}",
|
328
|
+
"editedMessageLiveAuthorIntro": "Mensaje editado de {author}",
|
329
|
+
"editedMessageLocalUserLiveAuthorIntro": "Mensaje editado",
|
312
330
|
"messageContentAriaText": "{status} {author} dijo {message}",
|
313
331
|
"messageContentMineAriaText": "{status} Usted dijo {message}",
|
314
332
|
"editBoxTextLimit": "El mensaje supera el límite de {limitNumber} caracteres",
|
@@ -616,6 +634,14 @@
|
|
616
634
|
"title": "El micro se ha deshabilitado.",
|
617
635
|
"message": "Ya no puede activar el audio.",
|
618
636
|
"dismissButtonAriaLabel": "Cerrar"
|
637
|
+
},
|
638
|
+
"togetherModeStarted": {
|
639
|
+
"title": "El modo de colaboración se ha iniciado",
|
640
|
+
"dismissButtonAriaLabel": "Cerrar"
|
641
|
+
},
|
642
|
+
"togetherModeEnded": {
|
643
|
+
"title": "El modo de colaboración ha finalizado",
|
644
|
+
"dismissButtonAriaLabel": "Cerrar"
|
619
645
|
}
|
620
646
|
},
|
621
647
|
"videoGallery": {
|
@@ -668,11 +694,13 @@
|
|
668
694
|
"participantStateRinging": "Llamando...",
|
669
695
|
"participantReconnecting": "Reconectando...",
|
670
696
|
"participantStateHold": "En espera",
|
671
|
-
"moreOptionsButtonAriaLabel": "Más opciones {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
|
697
|
+
"moreOptionsButtonAriaLabel": "Más opciones {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",
|
672
698
|
"moreOptionsParticipantMutedStateMutedAriaLabel": "audio desactivado",
|
673
699
|
"moreOptionsParticipantMutedStateUnmutedAriaLabel": "se reactivaron las notificaciones",
|
674
700
|
"moreOptionsParticipantHandRaisedAriaLabel": "Mano levantada",
|
675
|
-
"moreOptionsParticipantIsSpeakingAriaLabel": "Hablando"
|
701
|
+
"moreOptionsParticipantIsSpeakingAriaLabel": "Hablando",
|
702
|
+
"moreOptionsParticipantMicDisabledAriaLabel": "Micrófono deshabilitado",
|
703
|
+
"moreOptionsParticipantCameraDisabledAriaLabel": "Cámara deshabilitada"
|
676
704
|
},
|
677
705
|
"CameraAndMicrophoneSitePermissionsRequest": {
|
678
706
|
"primaryText": "Permitir que {appName} usen la cámara y el micrófono",
|
@@ -813,10 +841,5 @@
|
|
813
841
|
"incomingCallNotificationRejectButtonLabel": "Rechazar",
|
814
842
|
"incomingCallNotificationAccceptWithVideoButtonLabel": "Aceptar con vídeo",
|
815
843
|
"incomingCallNotificationDismissButtonAriaLabel": "Descartar"
|
816
|
-
},
|
817
|
-
"rttDisclosureBanner": {
|
818
|
-
"bannerTitle": "RTT",
|
819
|
-
"bannerContent": "RtT (texto en tiempo real) está habilitado para todos los participantes durante toda la reunión.",
|
820
|
-
"bannerLinkLabel": "Más información"
|
821
844
|
}
|
822
845
|
}
|