@azure/communication-react 1.20.0-alpha-202410030015 → 1.20.0-alpha-202410050015
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 +67 -1
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js.map → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js → RichTextSendBoxWrapper-BhEvRpXU.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js.map → RichTextSendBoxWrapper-BhEvRpXU.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-BcfT9uWf.js → index-CM02z9d2.js} +585 -412
- package/dist/dist-cjs/communication-react/index-CM02z9d2.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +3 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js +5 -1
- package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +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/acs-ui-javascript-loaders/src/callCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -3
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +2 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +2 -2
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +46 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +57 -12
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +49 -43
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +32 -0
- package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/index.js +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +2 -1
- package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js +1 -1
- package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -0
- package/dist/dist-esm/react-components/src/index.js +1 -0
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.d.ts +8 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js +13 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +670 -0
- package/dist/dist-esm/react-components/src/theming/generateTheme.js +10 -2
- package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +13 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +15 -14
- 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/CallControls.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +28 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +11 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +7 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
- 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/components/SidePane/useVideoEffectsPane.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +7 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +15 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +7 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +20 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +19 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +33 -36
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +16 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +4 -5
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +4 -7
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +9 -4
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/index.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js +15 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +411 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -0
- package/package.json +5 -5
- package/dist/dist-cjs/communication-react/index-BcfT9uWf.js.map +0 -1
@@ -0,0 +1,670 @@
|
|
1
|
+
{
|
2
|
+
"participantItem": {
|
3
|
+
"isMeText": "(chi)",
|
4
|
+
"menuTitle": "Mwy o Ddewisiadau",
|
5
|
+
"removeButtonLabel": "Tynnu",
|
6
|
+
"sharingIconLabel": "Rhannu",
|
7
|
+
"mutedIconLabel": "Wedi tewi",
|
8
|
+
"displayNamePlaceholder": "Cyfranogwr dienw",
|
9
|
+
"participantStateRinging": "Wrthi'n galw...",
|
10
|
+
"participantStateHold": "Galwad yn aros",
|
11
|
+
"attendeeRole": "Mynychwr"
|
12
|
+
},
|
13
|
+
"ParticipantList": {
|
14
|
+
"overflowParticipantCount": "+{overflowCount} arall"
|
15
|
+
},
|
16
|
+
"typingIndicator": {
|
17
|
+
"singleUser": "Mae {user} yn teipio ...",
|
18
|
+
"multipleUsers": "Mae {users} yn teipio ...",
|
19
|
+
"multipleUsersAbbreviateOne": "Mae {users} ac 1 arall yn teipio ...",
|
20
|
+
"multipleUsersAbbreviateMany": "Mae {users} a {numOthers} arall yn teipio ...",
|
21
|
+
"delimiter": ", "
|
22
|
+
},
|
23
|
+
"sendBox": {
|
24
|
+
"placeholderText": "Rhowch neges",
|
25
|
+
"textTooLong": "Mae hyd eich neges yn fwy na'r terfyn uchaf.",
|
26
|
+
"sendButtonAriaLabel": "Anfon neges",
|
27
|
+
"attachmentUploadsPendingError": "Wrthi'n llwytho'r ffeil i fyny, arhoswch funud.",
|
28
|
+
"removeAttachment": "Tynnu’r ffeil",
|
29
|
+
"uploading": "Wrthi'n llwytho i fyny",
|
30
|
+
"uploadCompleted": "Wedi gorffen llwytho i fyny",
|
31
|
+
"attachmentMoreMenu": "Mwy o Ddewisiadau"
|
32
|
+
},
|
33
|
+
"richTextSendBox": {
|
34
|
+
"placeholderText": "Rhowch neges",
|
35
|
+
"textTooLong": "Mae hyd eich neges yn fwy na'r terfyn uchaf.",
|
36
|
+
"sendButtonAriaLabel": "Anfon neges",
|
37
|
+
"attachmentUploadsPendingError": "Wrthi'n lanlwytho'r ffeil, arhoswch funud.",
|
38
|
+
"imageUploadsPendingError": "Wrthi'n lanlwytho'r ddelwedd, arhoswch funud.",
|
39
|
+
"removeAttachment": "Tynnu'r ffeil",
|
40
|
+
"uploading": "Wrthi'n lanlwytho",
|
41
|
+
"uploadCompleted": "Wedi gorffen lanlwytho",
|
42
|
+
"richTextBoldTooltip": "Trwm",
|
43
|
+
"richTextItalicTooltip": "Italig",
|
44
|
+
"richTextUnderlineTooltip": "Tanlinellu",
|
45
|
+
"richTextBulletListTooltip": "Rhestr bwledi",
|
46
|
+
"richTextNumberListTooltip": "Rhestr wedi’i rhifo",
|
47
|
+
"richTextIncreaseIndentTooltip": "Cynyddu'r mewnoliad",
|
48
|
+
"richTextDecreaseIndentTooltip": "Lleihau'r mewnoliad",
|
49
|
+
"richTextInsertTableTooltip": "Mewnosod tabl",
|
50
|
+
"richTextFormatButtonTooltip": "Fformat",
|
51
|
+
"richTextInsertRowOrColumnMenu": "Mewnosod",
|
52
|
+
"richTextInsertTableMenuTitle": "Mewnosod tabl {row} x {column}",
|
53
|
+
"richTextInsertRowAboveMenu": "Mewnosod uwchben",
|
54
|
+
"richTextInsertRowBelowMenu": "Mewnosod isod",
|
55
|
+
"richTextInsertColumnLeftMenu": "Mewnosod i'r chwith",
|
56
|
+
"richTextInsertColumnRightMenu": "Mewnosod i'r dde",
|
57
|
+
"richTextDeleteRowOrColumnMenu": "Dileu",
|
58
|
+
"richTextDeleteColumnMenu": "Dileu'r golofn",
|
59
|
+
"richTextDeleteRowMenu": "Dileu'r rhes",
|
60
|
+
"richTextDeleteTableMenu": "Dileu'r tabl",
|
61
|
+
"richTextToolbarMoreButtonAriaLabel": "Mwy o ddewisiadau",
|
62
|
+
"attachmentMoreMenu": "Mwy o Ddewisiadau",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Bwled, llinell newydd",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, llinell newydd",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Wedi defnyddio'r rhestr bwledi",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Wedi defnyddio rhestr wedi'i rhifo"
|
67
|
+
},
|
68
|
+
"mentionPopover": {
|
69
|
+
"mentionPopoverHeader": "Awgrymiadau"
|
70
|
+
},
|
71
|
+
"imageOverlay": {
|
72
|
+
"downloadButtonLabel": "Lawrlwytho",
|
73
|
+
"dismissButtonAriaLabel": "Cau"
|
74
|
+
},
|
75
|
+
"messageStatusIndicator": {
|
76
|
+
"deliveredAriaLabel": "Wedi anfon y neges",
|
77
|
+
"deliveredTooltipText": "Anfonwyd",
|
78
|
+
"seenAriaLabel": "Neges wedi ei gweld gan bobl eraill",
|
79
|
+
"seenTooltipText": "Gwelwyd",
|
80
|
+
"readByTooltipText": "Wedi'i darllen gan {messageThreadReadCount} o {remoteParticipantsCount}",
|
81
|
+
"sendingAriaLabel": "Wrthi'n anfon y neges",
|
82
|
+
"sendingTooltipText": "Wrthi'n anfon",
|
83
|
+
"failedToSendAriaLabel": "Wedi methu anfon y neges",
|
84
|
+
"failedToSendTooltipText": "Wedi methu anfon"
|
85
|
+
},
|
86
|
+
"endCallButton": {
|
87
|
+
"label": "Gadael",
|
88
|
+
"tooltipContent": "Gadael yr alwad",
|
89
|
+
"leaveOption": "Gadael",
|
90
|
+
"endCallOption": "Dod â'r alwad i ben ar gyfer pawb"
|
91
|
+
},
|
92
|
+
"cameraButton": {
|
93
|
+
"onLabel": "Camera",
|
94
|
+
"offLabel": "Camera",
|
95
|
+
"tooltipDisabledContent": "Mae’r camera wedi'i analluogi",
|
96
|
+
"tooltipOnContent": "Diffodd y camera",
|
97
|
+
"tooltipOffContent": "Rhoi'r camera ar waith",
|
98
|
+
"tooltipVideoLoadingContent": "Wrthi'n llwytho'r fideo",
|
99
|
+
"cameraMenuTitle": "Camera",
|
100
|
+
"cameraMenuTooltip": "Dewis camera",
|
101
|
+
"cameraButtonSplitRoleDescription": "Botwm Hollti",
|
102
|
+
"onSplitButtonAriaLabel": "Diffodd y camera",
|
103
|
+
"offSplitButtonAriaLabel": "Rhoi'r camera ar waith",
|
104
|
+
"cameraActionTurnedOnAnnouncement": "Mae eich camera wedi'i roi ar waith",
|
105
|
+
"cameraActionTurnedOffAnnouncement": "Mae eich camera wedi'i ddiffodd",
|
106
|
+
"onSplitButtonPrimaryActionCamera": "Diffodd y camera",
|
107
|
+
"offSplitButtonPrimaryActionCamera": "Rhoi'r camera ar waith",
|
108
|
+
"cameraPrimaryActionSplitButtonTitle": "Defnyddio camera",
|
109
|
+
"videoEffectsMenuItemTitle": "Effeithiau",
|
110
|
+
"cameraButtonAriaDescription": "dewisiadau camera"
|
111
|
+
},
|
112
|
+
"microphoneButton": {
|
113
|
+
"onLabel": "Meicroffon",
|
114
|
+
"offLabel": "Meicroffon",
|
115
|
+
"tooltipDisabledContent": "Mae'r meicroffon wedi'i analluogi",
|
116
|
+
"tooltipOnContent": "Tewi’r meicroffon",
|
117
|
+
"tooltipOffContent": "Dad-dewi’r meicroffon",
|
118
|
+
"microphoneMenuTitle": "Meicroffon",
|
119
|
+
"microphoneMenuTooltip": "Dewis meicroffon",
|
120
|
+
"speakerMenuTitle": "Seinydd",
|
121
|
+
"speakerMenuTooltip": "Dewis seinydd",
|
122
|
+
"microphoneButtonSplitRoleDescription": "Botwm Hollti",
|
123
|
+
"onSplitButtonAriaLabel": "Tewi'r meic",
|
124
|
+
"offSplitButtonAriaLabel": "Dad-dewi'r meic",
|
125
|
+
"microphoneActionTurnedOnAnnouncement": "Mae eich meicroffon wedi'i roi ar waith",
|
126
|
+
"microphoneActionTurnedOffAnnouncement": "Mae eich meicroffon wedi'i ddiffodd",
|
127
|
+
"offSplitButtonMicrophonePrimaryAction": "Dad-dewi’r meic",
|
128
|
+
"onSplitButtonMicrophonePrimaryAction": "Tewi'r meic",
|
129
|
+
"microphonePrimaryActionSplitButtonTitle": "Defnyddio'r meicroffon",
|
130
|
+
"microphoneAriaDescription": "Dewisiadau sain",
|
131
|
+
"deepNoiseSuppressionTitle": "Atal sŵn",
|
132
|
+
"deepNoiseSuppressionOnAnnouncement": "Mae atal sŵn dwfn wedi'i roi ar waith",
|
133
|
+
"deepNoiseSuppressionOffAnnouncement": "Mae atal sŵn dwfn wedi'i ddiffodd"
|
134
|
+
},
|
135
|
+
"devicesButton": {
|
136
|
+
"label": "Dyfeisiau",
|
137
|
+
"tooltipContent": "Rheoli dyfeisiau",
|
138
|
+
"cameraMenuTitle": "Camera",
|
139
|
+
"cameraMenuTooltip": "Dewis camera",
|
140
|
+
"audioDeviceMenuTitle": "Dyfais Sain",
|
141
|
+
"audioDeviceMenuTooltip": "Dewis dyfais sain",
|
142
|
+
"microphoneMenuTitle": "Meicroffon",
|
143
|
+
"microphoneMenuTooltip": "Dewis meicroffon",
|
144
|
+
"speakerMenuTitle": "Siaradwr",
|
145
|
+
"speakerMenuTooltip": "Dewis seinydd"
|
146
|
+
},
|
147
|
+
"participantsButton": {
|
148
|
+
"label": "Pobl",
|
149
|
+
"tooltipContent": "Dangos cyfranogwyr",
|
150
|
+
"menuHeader": "Yn yr alwad hon",
|
151
|
+
"participantsListButtonLabel": "{numParticipants} o bobl",
|
152
|
+
"muteAllButtonLabel": "Tewi’r cyfan",
|
153
|
+
"copyInviteLinkButtonLabel": "Copïo dolen y gwahoddiad",
|
154
|
+
"copyInviteLinkActionedAriaLabel": "Wedi copïo dolen y gwahoddiad"
|
155
|
+
},
|
156
|
+
"screenShareButton": {
|
157
|
+
"onLabel": "Stopio cyflwyno",
|
158
|
+
"offLabel": "Presennol",
|
159
|
+
"tooltipDisabledContent": "Mae cyflwyno wedi'i analluogi",
|
160
|
+
"tooltipOnContent": "Wrthi'n cyflwyno eich sgrin",
|
161
|
+
"tooltipOffContent": "Cyflwyno eich sgrin"
|
162
|
+
},
|
163
|
+
"raiseHandButton": {
|
164
|
+
"offLabel": "Codi",
|
165
|
+
"onLabel": "Gostwng",
|
166
|
+
"tooltipDisabledContent": "Mae'r weithred Codi Llaw wedi'i hanalluogi",
|
167
|
+
"tooltipOnContent": "Gostwng Llaw",
|
168
|
+
"tooltipOffContent": "Codi Llaw"
|
169
|
+
},
|
170
|
+
"reactionButton": {
|
171
|
+
"label": "Ymateb",
|
172
|
+
"ariaLabel": "Botwm Ymateb, Anfon ymateb",
|
173
|
+
"tooltipDisabledContent": "Mae'r weithred ymateb wedi'i hanalluogi",
|
174
|
+
"tooltipContent": "Anfon ymateb",
|
175
|
+
"likeReactionTooltipContent": "Hoffi",
|
176
|
+
"heartReactionTooltipContent": "Caru",
|
177
|
+
"laughReactionTooltipContent": "Chwerthin",
|
178
|
+
"applauseReactionTooltipContent": "Curo Dwylo",
|
179
|
+
"surprisedReactionTooltipContent": "Wedi synnu"
|
180
|
+
},
|
181
|
+
"messageThread": {
|
182
|
+
"yesterday": "Ddoe",
|
183
|
+
"sunday": "Dydd Sul",
|
184
|
+
"monday": "Dydd Llun",
|
185
|
+
"tuesday": "Dydd Mawrth",
|
186
|
+
"wednesday": "Dydd Mercher",
|
187
|
+
"thursday": "Dydd Iau",
|
188
|
+
"friday": "Dydd Gwener",
|
189
|
+
"saturday": "Dydd Sadwrn",
|
190
|
+
"participantJoined": "wedi ymuno â'r sgwrs.",
|
191
|
+
"participantLeft": "wedi gadael y sgwrs.",
|
192
|
+
"editMessage": "Golygu",
|
193
|
+
"removeMessage": "Dileu",
|
194
|
+
"resendMessage": "Rhowch gynnig arall ar anfon",
|
195
|
+
"failToSendTag": "Wedi methu â'i hanfon",
|
196
|
+
"editedTag": "Golygwyd",
|
197
|
+
"liveAuthorIntro": "Mae {author} yn dweud",
|
198
|
+
"messageContentAriaText": "{status} Dywedodd {author} {message}",
|
199
|
+
"messageContentMineAriaText": "{status} Dywedoch chi {message}",
|
200
|
+
"editBoxTextLimit": "Mae eich neges dros y terfyn o {limitNumber} nodau",
|
201
|
+
"editBoxPlaceholderText": "Golygu eich neges",
|
202
|
+
"newMessagesIndicator": "Negeseuon newydd",
|
203
|
+
"noDisplayNameSub": "Dim enw",
|
204
|
+
"editBoxCancelButton": "Canslo",
|
205
|
+
"editBoxSubmitButton": "Wedi gorffen",
|
206
|
+
"messageReadCount": "Wedi'i darllen gan {messageReadByCount} o {remoteParticipantsCount}",
|
207
|
+
"actionMenuMoreOptions": "Mwy o Ddewisiadau",
|
208
|
+
"downloadAttachment": "Llwytho'r ffeil i lawr",
|
209
|
+
"openAttachment": "Agor ffeil",
|
210
|
+
"blockedWarningText": "Mae'r neges hon wedi'i dileu oherwydd polisi sefydliadol.",
|
211
|
+
"blockedWarningLinkText": "Manylion",
|
212
|
+
"attachmentCardGroupMessage": "Mae gan y neges {attachmentCount} atodiad",
|
213
|
+
"messageDeletedAnnouncementAriaLabel": "Mae'r neges wedi cael ei dileu",
|
214
|
+
"richTextBoldTooltip": "Trwm",
|
215
|
+
"richTextItalicTooltip": "Italig",
|
216
|
+
"richTextUnderlineTooltip": "Tanlinellu",
|
217
|
+
"richTextBulletListTooltip": "Rhestr bwledi",
|
218
|
+
"richTextNumberListTooltip": "Rhestr wedi'i rhifo",
|
219
|
+
"richTextIncreaseIndentTooltip": "Cynyddu’r mewnoliad",
|
220
|
+
"richTextDecreaseIndentTooltip": "Lleihau’r mewnoliad",
|
221
|
+
"richTextInsertTableTooltip": "Mewnosod tabl",
|
222
|
+
"richTextFormatButtonTooltip": "Fformat",
|
223
|
+
"richTextInsertRowOrColumnMenu": "Mewnosod",
|
224
|
+
"richTextInsertTableMenuTitle": "Mewnosod tabl {row} x {column}",
|
225
|
+
"richTextInsertRowAboveMenu": "Mewnosod uwchben",
|
226
|
+
"richTextInsertRowBelowMenu": "Mewnosod isod",
|
227
|
+
"richTextInsertColumnLeftMenu": "Mewnosod i'r chwith",
|
228
|
+
"richTextInsertColumnRightMenu": "Mewnosod i'r dde",
|
229
|
+
"richTextDeleteRowOrColumnMenu": "Dileu",
|
230
|
+
"richTextDeleteColumnMenu": "Dileu'r golofn",
|
231
|
+
"richTextDeleteRowMenu": "Dileu'r rhes",
|
232
|
+
"richTextDeleteTableMenu": "Dileu'r tabl",
|
233
|
+
"richTextToolbarMoreButtonAriaLabel": "Mwy o ddewisiadau",
|
234
|
+
"attachmentUploadsPendingError": "Wrthi'n lanlwytho'r ffeil, arhoswch funud.",
|
235
|
+
"imageUploadsPendingError": "Wrthi'n lanlwytho'r ddelwedd, arhoswch funud.",
|
236
|
+
"richTextNewBulletedListItemAnnouncement": "Bwled, llinell newydd",
|
237
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, llinell newydd",
|
238
|
+
"richTextBulletedListAppliedAnnouncement": "Wedi defnyddio'r rhestr bwledi",
|
239
|
+
"richTextNumberedListAppliedAnnouncement": "Wedi defnyddio rhestr wedi'i rhifo"
|
240
|
+
},
|
241
|
+
"errorBar": {
|
242
|
+
"unableToReachChatService": "Rydych chi all-lein",
|
243
|
+
"accessDenied": "Does dim modd cael gafael ar wasanaethau sgwrsio - gwiriwch fanylion adnabod y defnyddiwr a roddwyd",
|
244
|
+
"userNotInChatThread": "Nid ydych yn yr edefyn sgwrsio hwn mwyach",
|
245
|
+
"sendMessageNotInChatThread": "Wedi methu anfon neges oherwydd dydych chi ddim yn y trywydd sgwrsio hwn mwyach",
|
246
|
+
"sendMessageGeneric": "Wedi methu anfon neges",
|
247
|
+
"callingNetworkFailure": "problem wrth gysylltu galwad - mae’n ymddangos eich bod all-lein",
|
248
|
+
"startVideoGeneric": "Wedi methu cychwyn y fideo",
|
249
|
+
"stopVideoGeneric": "Wedi methu stopio'r fideo",
|
250
|
+
"muteGeneric": "Wedi methu tewi'r meicroffon",
|
251
|
+
"unmuteGeneric": "Wedi methu dad-dewi'r meicroffon",
|
252
|
+
"speakingWhileMuted": "Mae eich meicroffon wedi tewi",
|
253
|
+
"startScreenShareGeneric": "Roedd problem wrth ddechrau rhannu sgrin.",
|
254
|
+
"stopScreenShareGeneric": "Wedi methu rhoi'r gorau i rannu sgrin",
|
255
|
+
"callNetworkQualityLow": "Mae ansawdd y rhwydwaith yn isel.",
|
256
|
+
"teamsMeetingCallNetworkQualityLow": "Mae ansawdd y rhwydwaith yn isel.",
|
257
|
+
"callNoSpeakerFound": "Heb ddod o hyd i seinyddion na clustffonau. Cysylltu dyfais sain i glywed yr alwad.",
|
258
|
+
"callNoMicrophoneFound": "Heb ganfod meicroffonau. Cysylltu dyfais mewnbwn sain.",
|
259
|
+
"callMicrophoneAccessDenied": "Does dim modd cael mynediad at y meicroffon. Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",
|
260
|
+
"callMicrophoneAccessDeniedSafari": "Nid oes modd cael mynediad at y meicroffon. Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",
|
261
|
+
"callMicrophoneMutedBySystem": "Rydych chi wedi'ch tewi gan eich system.",
|
262
|
+
"callMicrophoneUnmutedBySystem": "Mae eich meicroffon wedi'i adfer a chawsoch chi eich dad-dewi gan eich system.",
|
263
|
+
"callMacOsMicrophoneAccessDenied": "Does dim modd cael mynediad at y meicroffon. Rhoi caniatâd meicroffon yn eich gosodiadau preifatrwydd macOS.",
|
264
|
+
"callLocalVideoFreeze": "Mae lled band y rhwydwaith yn wael. Efallai y bydd eich fideo wedi'i oedi ar gyfer eraill ar yr alwad.",
|
265
|
+
"callCameraAccessDenied": "Does dim modd cael mynediad at y camera. Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",
|
266
|
+
"callCameraAccessDeniedSafari": "Nid oes modd cael mynediad at y camera. Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",
|
267
|
+
"callCameraAlreadyInUse": "Nid oes modd cael mynediad at y camera. Mae'n bosib bod rhaglen arall yn ei ddefnyddio'n barod.",
|
268
|
+
"callVideoStoppedBySystem": "Mae eich fideo wedi cael ei stopio gan eich system.",
|
269
|
+
"callVideoRecoveredBySystem": "Mae eich fideo wedi ailddechrau.",
|
270
|
+
"callMacOsCameraAccessDenied": "Mae MacOS yn rhwystro mynediad at eich camera. Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn gael mynediad at eich camera.",
|
271
|
+
"callMacOsScreenShareAccessDenied": "Mae MacOS yn rhwystro rhannu sgrin. Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn recordio eich sgrin.",
|
272
|
+
"dismissButtonAriaLabel": "Cau",
|
273
|
+
"failedToJoinCallGeneric": "Wedi methu ag ymuno â'r alwad.",
|
274
|
+
"failedToJoinCallInvalidMeetingLink": "Does dim modd ymuno â'r Cyfarfod. Dolen Annilys.",
|
275
|
+
"cameraFrozenForRemoteParticipants": "Mae defnyddwyr yn yr alwad yn cael trafferth gweld eich fideo. Tarwch olwg ar eich dyfeisiau a'ch rhwydwaith.",
|
276
|
+
"unableToStartVideoEffect": "Nid oes modd defnyddio'r effaith fideo.",
|
277
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": "Nid oes modd dechrau sbotolau ar gyfranogwr/cyfranogwyr oherwydd bod y nifer fwyaf o gyfranogwyr a ganiateir eisoes wedi'u hamlygu.",
|
278
|
+
"mutedByRemoteParticipant": "Rydych chi wedi cael eich tewi gan gyfranogwr arall."
|
279
|
+
},
|
280
|
+
"notificationStack": {
|
281
|
+
"callingNetworkFailure": {
|
282
|
+
"title": "Mae problem wrth gysylltu'r alwad",
|
283
|
+
"message": "Mae’n ymddangos eich bod chi all-lein. Gwnewch yn siŵr eich bod chi wedi cysylltu â'r rhwydwaith a rhoi cynnig arall arni.",
|
284
|
+
"dismissButtonAriaLabel": "Cau"
|
285
|
+
},
|
286
|
+
"startVideoGeneric": {
|
287
|
+
"title": "Wedi methu â dechrau'r fideo.",
|
288
|
+
"dismissButtonAriaLabel": "Cau"
|
289
|
+
},
|
290
|
+
"stopVideoGeneric": {
|
291
|
+
"title": "Wedi methu â stopio'r fideo.",
|
292
|
+
"dismissButtonAriaLabel": "Cau"
|
293
|
+
},
|
294
|
+
"muteGeneric": {
|
295
|
+
"title": "Wedi methu â thewi'r meicroffon.",
|
296
|
+
"dismissButtonAriaLabel": "Cau"
|
297
|
+
},
|
298
|
+
"unmuteGeneric": {
|
299
|
+
"title": "Wedi methu â dad-dewi'r meicroffon.",
|
300
|
+
"dismissButtonAriaLabel": "Cau"
|
301
|
+
},
|
302
|
+
"speakingWhileMuted": {
|
303
|
+
"title": "Rydych chi wedi'ch tewi.",
|
304
|
+
"dismissButtonAriaLabel": "Cau"
|
305
|
+
},
|
306
|
+
"startScreenShareGeneric": {
|
307
|
+
"title": "Roedd problem wrth ddechrau rhannu sgrin.",
|
308
|
+
"dismissButtonAriaLabel": "Cau"
|
309
|
+
},
|
310
|
+
"stopScreenShareGeneric": {
|
311
|
+
"title": "Wedi methu â stopio rhannu sgrin.",
|
312
|
+
"dismissButtonAriaLabel": "Cau"
|
313
|
+
},
|
314
|
+
"callNetworkQualityLow": {
|
315
|
+
"title": "Mae ansawdd y rhwydwaith yn isel.",
|
316
|
+
"dismissButtonAriaLabel": "Cau"
|
317
|
+
},
|
318
|
+
"teamsMeetingCallNetworkQualityLow": {
|
319
|
+
"title": "Mae ansawdd y rhwydwaith yn isel.",
|
320
|
+
"dismissButtonAriaLabel": "Cau",
|
321
|
+
"message": "Ymuno â'r alwad hon o'ch ffôn i gael sain gwell. Gallwch barhau i weld y cyfarfod ar y ddyfais hon.",
|
322
|
+
"primaryButtonLabel": "Ymuno dros y Ffôn"
|
323
|
+
},
|
324
|
+
"callNoSpeakerFound": {
|
325
|
+
"title": "Heb ganfod seinyddion na chlustffonau",
|
326
|
+
"message": "Cysylltu dyfais sain i glywed yr alwad.",
|
327
|
+
"dismissButtonAriaLabel": "Cau"
|
328
|
+
},
|
329
|
+
"callNoMicrophoneFound": {
|
330
|
+
"title": "Heb ganfod meicroffonau",
|
331
|
+
"message": "Cysylltwch ddyfais mewnbynnu sain.",
|
332
|
+
"dismissButtonAriaLabel": "Cau"
|
333
|
+
},
|
334
|
+
"callMicrophoneAccessDenied": {
|
335
|
+
"title": "Does dim modd cael mynediad i'r meicroffon",
|
336
|
+
"message": "Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",
|
337
|
+
"dismissButtonAriaLabel": "Cau"
|
338
|
+
},
|
339
|
+
"callMicrophoneAccessDeniedSafari": {
|
340
|
+
"title": "Does dim modd cael mynediad i'r meicroffon",
|
341
|
+
"message": "Adnewyddwch y dudalen i ganiatáu caniatâd, neu gwiriwch osodiadau'r porwr hwn a dilysu bod y caniatâd wedi'u galluogi ar gyfer y wefan hon.",
|
342
|
+
"dismissButtonAriaLabel": "Cau"
|
343
|
+
},
|
344
|
+
"callMicrophoneMutedBySystem": {
|
345
|
+
"title": "Rydych chi wedi cael eich tewi gan eich system.",
|
346
|
+
"dismissButtonAriaLabel": "Cau"
|
347
|
+
},
|
348
|
+
"callMicrophoneUnmutedBySystem": {
|
349
|
+
"title": "Mae eich meicroffon wedi'i adfer a chawsoch chi eich dad-dewi gan eich system.",
|
350
|
+
"dismissButtonAriaLabel": "Cau"
|
351
|
+
},
|
352
|
+
"callMacOsMicrophoneAccessDenied": {
|
353
|
+
"title": "Does dim modd cael mynediad i'r meicroffon",
|
354
|
+
"message": "Rhoi caniatâd meicroffon yn eich gosodiadau preifatrwydd macOS.",
|
355
|
+
"dismissButtonAriaLabel": "Cau"
|
356
|
+
},
|
357
|
+
"callLocalVideoFreeze": {
|
358
|
+
"title": "Mae lled band y rhwydwaith yn wael",
|
359
|
+
"message": "Efallai y bydd eich fideo wedi'i oedi ar gyfer eraill ar yr alwad.",
|
360
|
+
"dismissButtonAriaLabel": "Cau"
|
361
|
+
},
|
362
|
+
"callCameraAccessDenied": {
|
363
|
+
"title": "Does dim modd cael mynediad i'r camera",
|
364
|
+
"message": "Cliciwch y clo yn y bar cyfeiriad i roi caniatâd i'r dudalen we hon.",
|
365
|
+
"dismissButtonAriaLabel": "Cau"
|
366
|
+
},
|
367
|
+
"callCameraAccessDeniedSafari": {
|
368
|
+
"title": "Does dim modd cael mynediad i'r camera",
|
369
|
+
"message": "Adnewyddwch y dudalen i ganiatáu caniatâd, neu gwiriwch osodiadau'r porwr hwn a dilysu bod y caniatâd wedi'u galluogi ar gyfer y wefan hon.",
|
370
|
+
"dismissButtonAriaLabel": "Cau"
|
371
|
+
},
|
372
|
+
"callCameraAlreadyInUse": {
|
373
|
+
"title": "Does dim modd cael mynediad i'r camera",
|
374
|
+
"message": "Mae'n bosib bod rhaglen arall yn ei ddefnyddio'n barod.",
|
375
|
+
"dismissButtonAriaLabel": "Cau"
|
376
|
+
},
|
377
|
+
"callVideoStoppedBySystem": {
|
378
|
+
"title": "Mae eich fideo wedi cael ei stopio gan eich system.",
|
379
|
+
"dismissButtonAriaLabel": "Cau"
|
380
|
+
},
|
381
|
+
"callVideoRecoveredBySystem": {
|
382
|
+
"title": "Mae eich fideo wedi ailddechrau.",
|
383
|
+
"dismissButtonAriaLabel": "Cau"
|
384
|
+
},
|
385
|
+
"callMacOsCameraAccessDenied": {
|
386
|
+
"title": "Mae MacOS yn rhwystro mynediad i'ch camera",
|
387
|
+
"message": "Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn gael mynediad at eich camera.",
|
388
|
+
"dismissButtonAriaLabel": "Cau"
|
389
|
+
},
|
390
|
+
"callMacOsScreenShareAccessDenied": {
|
391
|
+
"title": "Mae MacOS yn rhwystro rhannu sgrin",
|
392
|
+
"message": "Diweddarwch eich gosodiadau preifatrwydd i ganiatáu i'r porwr hwn recordio eich sgrin.",
|
393
|
+
"dismissButtonAriaLabel": "Cau"
|
394
|
+
},
|
395
|
+
"failedToJoinCallGeneric": {
|
396
|
+
"title": "Wedi methu ag ymuno â'r alwad.",
|
397
|
+
"dismissButtonAriaLabel": "Cau"
|
398
|
+
},
|
399
|
+
"failedToJoinCallInvalidMeetingLink": {
|
400
|
+
"title": "Does dim modd ymuno â'r Cyfarfod. Dolen Annilys.",
|
401
|
+
"dismissButtonAriaLabel": "Cau"
|
402
|
+
},
|
403
|
+
"cameraFrozenForRemoteParticipants": {
|
404
|
+
"title": "Mae defnyddwyr yn yr alwad yn cael trafferth gweld eich fideo",
|
405
|
+
"message": "Gwiriwch eich dyfeisiau a'ch rhwydwaith.",
|
406
|
+
"dismissButtonAriaLabel": "Cau"
|
407
|
+
},
|
408
|
+
"unableToStartVideoEffect": {
|
409
|
+
"title": "Does dim modd defnyddio'r effaith fideo.",
|
410
|
+
"dismissButtonAriaLabel": "Cau"
|
411
|
+
},
|
412
|
+
"startSpotlightWhileMaxParticipantsAreSpotlighted": {
|
413
|
+
"title": "Nid oes modd dechrau'r sbotolau ar y cyfranogwr/cyfranogwyr",
|
414
|
+
"message": "Mae'r sbotolau eisoes ar y nifer fwyaf o gyfranogwyr.",
|
415
|
+
"dismissButtonAriaLabel": "Cau"
|
416
|
+
},
|
417
|
+
"mutedByRemoteParticipant": {
|
418
|
+
"title": "Rydych chi wedi cael eich tewi gan gyfranogwr arall.",
|
419
|
+
"dismissButtonAriaLabel": "Cau"
|
420
|
+
},
|
421
|
+
"recordingStarted": {
|
422
|
+
"title": "Wedi dechrau recordio.",
|
423
|
+
"message": "Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",
|
424
|
+
"dismissButtonAriaLabel": "Cau"
|
425
|
+
},
|
426
|
+
"transcriptionStarted": {
|
427
|
+
"title": "Wedi dechrau trawsgrifio.",
|
428
|
+
"message": "Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",
|
429
|
+
"dismissButtonAriaLabel": "Cau"
|
430
|
+
},
|
431
|
+
"recordingStopped": {
|
432
|
+
"title": "Mae recordiad yn cael ei gadw.",
|
433
|
+
"message": "Wedi stopio recordio.",
|
434
|
+
"dismissButtonAriaLabel": "Cau"
|
435
|
+
},
|
436
|
+
"transcriptionStopped": {
|
437
|
+
"title": "Mae trawsgrifiad yn cael ei gadw.",
|
438
|
+
"message": "Wedi stopio trawsgrifio.",
|
439
|
+
"dismissButtonAriaLabel": "Cau"
|
440
|
+
},
|
441
|
+
"recordingAndTranscriptionStarted": {
|
442
|
+
"title": "Wedi dechrau recordio a thrawsgrifio.",
|
443
|
+
"message": "Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",
|
444
|
+
"dismissButtonAriaLabel": "Cau"
|
445
|
+
},
|
446
|
+
"recordingAndTranscriptionStopped": {
|
447
|
+
"title": "Mae recordiad a thrawsgrifiad yn cael eu cadw.",
|
448
|
+
"message": "Wedi stopio recordio a thrawsgrifio.",
|
449
|
+
"dismissButtonAriaLabel": "Cau"
|
450
|
+
},
|
451
|
+
"recordingStoppedStillTranscribing": {
|
452
|
+
"title": "Wedi stopio recordio.",
|
453
|
+
"message": "Rydych yn awr yn trawsgrifio'r cyfarfod hwn yn unig.",
|
454
|
+
"dismissButtonAriaLabel": "Cau"
|
455
|
+
},
|
456
|
+
"transcriptionStoppedStillRecording": {
|
457
|
+
"title": "Wedi stopio trawsgrifio.",
|
458
|
+
"message": "Rydych chi dim ond yn recordio'r cyfarfod hwn bellach.",
|
459
|
+
"dismissButtonAriaLabel": "Cau"
|
460
|
+
},
|
461
|
+
"assignedBreakoutRoomOpened": {
|
462
|
+
"title": "Byddwn yn eich symud i'ch ystafell wedi'i neilltuo mewn 5 eiliad.",
|
463
|
+
"dismissButtonAriaLabel": "Cau"
|
464
|
+
},
|
465
|
+
"assignedBreakoutRoomChanged": {
|
466
|
+
"title": "Mae ystafell eich cyfarfod ymylol wedi newid",
|
467
|
+
"message": "Byddwn yn eich symud i'ch ystafell wedi'i neilltuo mewn 5 eiliad.",
|
468
|
+
"dismissButtonAriaLabel": "Cau"
|
469
|
+
},
|
470
|
+
"assignedBreakoutRoomOpenedPromptJoin": {
|
471
|
+
"title": "Ymuno â chyfarfod ymylol?",
|
472
|
+
"message": "Rydych chi wedi cael eich neilltuo i gyfarfod ymylol.",
|
473
|
+
"dismissButtonAriaLabel": "Cau",
|
474
|
+
"primaryButtonLabel": "Ymuno â’r ystafell",
|
475
|
+
"secondaryButtonLabel": "Yn nes ymlaen"
|
476
|
+
},
|
477
|
+
"breakoutRoomJoined": {
|
478
|
+
"title": "Rydych chi wedi ymuno â chyfarfod ymylol.",
|
479
|
+
"dismissButtonAriaLabel": "Cau"
|
480
|
+
},
|
481
|
+
"breakoutRoomClosingSoon": {
|
482
|
+
"title": "Mae terfyn amser yr ystafell ar fin dod i ben.",
|
483
|
+
"message": "Bydd yr ystafell hon yn cau mewn 30 eiliad",
|
484
|
+
"dismissButtonAriaLabel": "Cau"
|
485
|
+
}
|
486
|
+
},
|
487
|
+
"videoGallery": {
|
488
|
+
"screenIsBeingSharedMessage": "Rydych chi'n rhannu eich sgrin",
|
489
|
+
"screenShareLoadingMessage": "Wrthi'n llwytho sgrin {participant}",
|
490
|
+
"localScreenShareLoadingMessage": "Wrthi'n llwytho eich sgrin",
|
491
|
+
"localVideoLabel": "Chi",
|
492
|
+
"localVideoCameraSwitcherLabel": "Newid camera",
|
493
|
+
"localVideoMovementLabel": "Teilsen Fideo Lleol Symudol",
|
494
|
+
"localVideoMovementAriaLabel": "Teilsen Fideo Lleol Symudol",
|
495
|
+
"localVideoSelectedDescription": "Wedi dewis {cameraName}",
|
496
|
+
"displayNamePlaceholder": "Cyfranogwr dienw",
|
497
|
+
"fitRemoteParticipantToFrame": "Ffitio i'r ffrâm",
|
498
|
+
"fillRemoteParticipantFrame": "Llenwi'r ffrâm",
|
499
|
+
"pinParticipantForMe": "Pinio ar fy nghyfer i",
|
500
|
+
"pinParticipantForMeLimitReached": "Pinio (wedi cyrraedd y terfyn)",
|
501
|
+
"unpinParticipantForMe": "Dadbinio",
|
502
|
+
"pinParticipantMenuItemAriaLabel": "Pinio {participantName}",
|
503
|
+
"unpinParticipantMenuItemAriaLabel": "Dadbinio {participantName}",
|
504
|
+
"pinnedParticipantAnnouncementAriaLabel": "Wedi pinio {participantName}",
|
505
|
+
"unpinnedParticipantAnnouncementAriaLabel": "Wedi dadbinio {participantName}",
|
506
|
+
"startSpotlightVideoTileMenuLabel": "Sbotolau i bawb",
|
507
|
+
"addSpotlightVideoTileMenuLabel": "Ychwanegu sbotolau",
|
508
|
+
"spotlightLimitReachedMenuTitle": "Wedi cyrraedd y terfyn sbotolau",
|
509
|
+
"stopSpotlightVideoTileMenuLabel": "Diffodd y sbotolau",
|
510
|
+
"stopSpotlightOnSelfVideoTileMenuLabel": "Gadael y sbotolau",
|
511
|
+
"attendeeRole": "Mynychwr",
|
512
|
+
"muteParticipantMenuItemLabel": "Tewi",
|
513
|
+
"waitingScreenText": "Yn aros i bobl eraill ymuno"
|
514
|
+
},
|
515
|
+
"dialpad": {
|
516
|
+
"placeholderText": "Rhowch rif ffôn",
|
517
|
+
"deleteButtonAriaLabel": "Dileu"
|
518
|
+
},
|
519
|
+
"holdButton": {
|
520
|
+
"onLabel": "Parhau",
|
521
|
+
"offLabel": "Rhoi i aros",
|
522
|
+
"tooltipOnContent": "Parhau â'r alwad",
|
523
|
+
"tooltipOffContent": "Rhoi'r alwad i Aros"
|
524
|
+
},
|
525
|
+
"videoTile": {
|
526
|
+
"participantStateRinging": "Wrthi'n galw...",
|
527
|
+
"participantStateHold": "Galwad yn aros",
|
528
|
+
"moreOptionsButtonAriaLabel": "Mwy o Ddewisiadau"
|
529
|
+
},
|
530
|
+
"CameraAndMicrophoneSitePermissionsRequest": {
|
531
|
+
"primaryText": "Caniatáu i {appName} ddefnyddio eich camera a'ch meicroffon",
|
532
|
+
"secondaryText": "Mae hyn er mwyn i gyfranogwyr allu eich gweld a'ch clywed chi.",
|
533
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau",
|
534
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera a'r meicroffon",
|
535
|
+
"ariaLabel": "Caniatáu mynediad i'r camera a'r meicroffon"
|
536
|
+
},
|
537
|
+
"CameraSitePermissionsRequest": {
|
538
|
+
"primaryText": "Caniatáu i {appName} ddefnyddio eich camera",
|
539
|
+
"secondaryText": "Mae hyn er mwyn i gyfranogwyr allu eich gweld chi.",
|
540
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau",
|
541
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera",
|
542
|
+
"ariaLabel": "Caniatáu mynediad i'r camera"
|
543
|
+
},
|
544
|
+
"MicrophoneSitePermissionsRequest": {
|
545
|
+
"primaryText": "Caniatáu i {appName} ddefnyddio eich meicroffon",
|
546
|
+
"secondaryText": "Mae hyn er mwyn i gyfranogwyr allu eich clywed chi.",
|
547
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau",
|
548
|
+
"primaryButtonText": "Bwrw ymlaen heb feicroffon",
|
549
|
+
"ariaLabel": "Caniatáu mynediad i'r meicroffon"
|
550
|
+
},
|
551
|
+
"CameraAndMicrophoneSitePermissionsCheck": {
|
552
|
+
"primaryText": "Wrthi'n chwilio am fynediad i'r camera a'r meicroffon",
|
553
|
+
"secondaryText": "Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn er mwyn i gyfranogwyr allu eich gweld a'ch clywed chi.",
|
554
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau",
|
555
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera a'r meicroffon",
|
556
|
+
"ariaLabel": "Wrthi'n chwilio am fynediad i'r camera a'r meicroffon. Caniatáu mynediad os gofynnir i chi wneud hynny."
|
557
|
+
},
|
558
|
+
"CameraSitePermissionsCheck": {
|
559
|
+
"primaryText": "Wrthi'n chwilio am fynediad i'r camera",
|
560
|
+
"secondaryText": "Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn er mwyn i gyfranogwyr eich gweld.",
|
561
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau",
|
562
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera",
|
563
|
+
"ariaLabel": "Wrthi'n chwilio am fynediad i'r camera. Caniatáu mynediad os gofynnir i chi wneud hynny."
|
564
|
+
},
|
565
|
+
"MicrophoneSitePermissionsCheck": {
|
566
|
+
"primaryText": "Wrthi'n chwilio am fynediad i’r meicroffon",
|
567
|
+
"secondaryText": "Caniatáu mynediad os gofynnir i chi wneud hynny. Mae hyn fel y gall cyfranogwyr eich clywed.",
|
568
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau",
|
569
|
+
"primaryButtonText": "Bwrw ymlaen heb feicroffon",
|
570
|
+
"ariaLabel": "Wrthi'n chwilio am fynediad i'r meicroffon. Caniatáu mynediad os gofynnir i chi wneud hynny."
|
571
|
+
},
|
572
|
+
"CameraAndMicrophoneSitePermissionsDenied": {
|
573
|
+
"primaryText": "Nid oes modd cael mynediad at y camera a'r meicroffon",
|
574
|
+
"secondaryText": "Cliciwch yr eicon clo yn y bar cyfeiriad i roi hawliau i'r meicroffon i'r dudalen we hon. Efallai bydd angen adnewyddu tudalen.",
|
575
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera a'r meicroffon",
|
576
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau"
|
577
|
+
},
|
578
|
+
"CameraAndMicrophoneSitePermissionsDeniedSafari": {
|
579
|
+
"primaryText": "Does dim modd cael mynediad i'r camera a'r meicroffon",
|
580
|
+
"secondaryText": "Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",
|
581
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera a'r meicroffon",
|
582
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau"
|
583
|
+
},
|
584
|
+
"CameraSitePermissionsDenied": {
|
585
|
+
"primaryText": "Nid oes modd cael mynediad at y camera",
|
586
|
+
"secondaryText": "Cliciwch ar yr eicon clo yn y bar cyfeiriad i roi caniatâd camera i'r dudalen we hon. Efallai y bydd angen adnewyddu'r dudalen.",
|
587
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera",
|
588
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau"
|
589
|
+
},
|
590
|
+
"MicrophoneSitePermissionsDenied": {
|
591
|
+
"primaryText": "Does dim modd cael mynediad i'r meicroffon",
|
592
|
+
"secondaryText": "Cliciwch yr eicon clo yn y bar cyfeiriad i roi hawliau i'r meicroffon i'r dudalen we hon. Efallai bydd angen adnewyddu tudalen.",
|
593
|
+
"primaryButtonText": "Bwrw ymlaen heb feicroffon",
|
594
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau"
|
595
|
+
},
|
596
|
+
"CameraSitePermissionsDeniedSafari": {
|
597
|
+
"primaryText": "Does dim modd cael mynediad i'r camera",
|
598
|
+
"secondaryText": "Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",
|
599
|
+
"primaryButtonText": "Bwrw ymlaen heb y camera",
|
600
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau"
|
601
|
+
},
|
602
|
+
"MicrophoneSitePermissionsDeniedSafari": {
|
603
|
+
"primaryText": "Nid oes modd cael mynediad at y meicroffon",
|
604
|
+
"secondaryText": "Adnewyddwch y dudalen i ganiatáu hawliau, neu gwiriwch osodiadau'r porwr hwn a dilysu hawliau wedi'u galluogi ar gyfer y wefan hon.",
|
605
|
+
"primaryButtonText": "Bwrw ymlaen heb feicroffon",
|
606
|
+
"linkText": "Angen cymorth? Cael cymorth i ddatrys problemau"
|
607
|
+
},
|
608
|
+
"UnsupportedBrowser": {
|
609
|
+
"primaryText": "Does dim modd delio â'r porwr",
|
610
|
+
"secondaryText": "Ymunwch â'r alwad hon gan ddefnyddio porwr cydnaws.",
|
611
|
+
"moreHelpLinkText": "Gweld gofynion cydnawsedd"
|
612
|
+
},
|
613
|
+
"UnsupportedBrowserVersion": {
|
614
|
+
"primaryText": "Mae angen diweddaru'r porwr",
|
615
|
+
"secondaryText": "Er mwyn sicrhau’r alwad orau posibl, diweddarwch eich porwr a rhoi cynnig arall ar ymuno â'r alwad.",
|
616
|
+
"moreHelpLinkText": "Gweld gofynion cydnawsedd",
|
617
|
+
"continueAnywayButtonText": "Dechrau galwad heb ddiweddaru"
|
618
|
+
},
|
619
|
+
"UnsupportedOperatingSystem": {
|
620
|
+
"primaryText": "Ni chefnogir system gweithredu",
|
621
|
+
"secondaryText": "Ymunwch â'r alwad hon gan ddefnyddio dyfais sydd â system weithredu gydnaws.",
|
622
|
+
"moreHelpLinkText": "Gweld gofynion cydnawsedd"
|
623
|
+
},
|
624
|
+
"BrowserPermissionDenied": {
|
625
|
+
"primaryText": "Does dim modd defnyddio eich camera neu feicroffon",
|
626
|
+
"secondaryText": "Efallai nad oes gan eich porwr fynediad i'ch camera neu'ch meicroffon. I drwsio hyn, agorwch Dewisiadau'r System.",
|
627
|
+
"primaryButtonText": "Rhowch gynnig arall arni",
|
628
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau"
|
629
|
+
},
|
630
|
+
"BrowserPermissionDeniedIOS": {
|
631
|
+
"primaryText": "Caniatewch fynediad i'r meicroffon i barhau",
|
632
|
+
"secondaryText": "Er mwyn i gyfranogwyr allu eich clywed chi.",
|
633
|
+
"primaryButtonText": "Rhowch gynnig arall arni",
|
634
|
+
"imageAltText": "Lleoliad caniatâd meicroffon a dyfais camera ar gyfer iOS",
|
635
|
+
"linkText": "Angen help? Cael cymorth i ddatrys problemau",
|
636
|
+
"step1Text": "Ewch i'r ap Gosodiadau.",
|
637
|
+
"step2Text": "Sgroliwch i lawr i'r gosodiadau ar gyfer y porwr hwn",
|
638
|
+
"step3Text": "Rhowch y Meicroffon ar waith (Camera'n ddewisol)",
|
639
|
+
"step4Text": "Rhowch gynnig arall ar ymuno â'r alwad",
|
640
|
+
"step1DigitText": "1",
|
641
|
+
"step2DigitText": "2",
|
642
|
+
"step3DigitText": "3",
|
643
|
+
"step4DigitText": "4"
|
644
|
+
},
|
645
|
+
"verticalGallery": {
|
646
|
+
"leftNavButtonAriaLabel": "y dudalen flaenorol",
|
647
|
+
"rightNavButtonAriaLabel": "y dudalen nesaf"
|
648
|
+
},
|
649
|
+
"meetingConferencePhoneInfo": {
|
650
|
+
"meetingConferencePhoneInfoModalTitle": "Ymuno â galwad o'ch ffôn",
|
651
|
+
"meetingConferencePhoneInfoModalDialIn": "Deialu rhif",
|
652
|
+
"meetingConferencePhoneInfoModalMeetingId": "Rhowch ID y cyfarfod",
|
653
|
+
"meetingConferencePhoneInfoModalWait": "Aros i'r trefnydd roi mynediad",
|
654
|
+
"meetingConferencePhoneInfoModalNoPhoneAvailable": "Dim ffôn ar gael",
|
655
|
+
"meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
|
656
|
+
"meetingConferencePhoneInfoModalTollFree": "(Di-doll)",
|
657
|
+
"meetingConferencePhoneInfoModalToll": "(Toll)"
|
658
|
+
},
|
659
|
+
"IncomingCallNotification": {
|
660
|
+
"incomingCallNotificationPlaceholderId": "Defnyddiwr Anhysbys",
|
661
|
+
"incomingCallNotificationPlaceholderAlert": "{callerName} yn galw",
|
662
|
+
"incomingCallNoticicationAcceptWithAudioAriaLabel": "Derbyn gyda sain",
|
663
|
+
"incomingCallNoticicationAcceptWithVideoAriaLabel": "Derbyn gyda fideo",
|
664
|
+
"incomingCallNoticicationRejectAriaLabel": "Gwrthod",
|
665
|
+
"incomingCallNotificationAcceptButtonLabel": "Derbyn",
|
666
|
+
"incomingCallNotificationRejectButtonLabel": "Gwrthod",
|
667
|
+
"incomingCallNotificationAccceptWithVideoButtonLabel": "Derbyn gyda Fideo",
|
668
|
+
"incomingCallNotificationDismissButtonAriaLabel": "Diystyru"
|
669
|
+
}
|
670
|
+
}
|