@azure/communication-react 1.5.1-alpha-202302220019 → 1.5.1-beta.1
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/CHANGELOG.beta.md +86 -1
- package/CHANGELOG.json +686 -0
- package/dist/communication-react.d.ts +1 -32
- package/dist/dist-cjs/communication-react/index.js +173 -374
- package/dist/dist-cjs/communication-react/index.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/calling-stateful-client/src/CallClientState.d.ts +1 -22
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -14
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -44
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -21
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +1 -13
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +1 -8
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -4
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +0 -28
- package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +30 -50
- package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +3 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +0 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +12 -9
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +103 -9
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +103 -9
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +103 -9
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +103 -9
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +102 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +102 -8
- package/dist/dist-esm/react-components/src/theming/icons.js +6 -6
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +31 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +6 -8
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +3 -16
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +43 -49
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +26 -47
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -4
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
- package/package.json +12 -12
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +0 -29
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +0 -54
- package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +0 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
2
2
|
// Licensed under the MIT license.
|
3
|
-
import { CallEnd20Filled, CallMissed20Filled, CameraSwitch24Regular, Chat20Filled, Chat20Regular, Info20Filled, MicOff20Filled,
|
3
|
+
import { CallEnd20Filled, CallMissed20Filled, CameraSwitch24Regular, Chat20Filled, Chat20Regular, Info20Filled, MicOff20Filled, MicOn20Filled, MicOn20Regular, People20Regular, PersonDelete20Filled, Speaker220Filled, Speaker220Regular, Video20Filled, VideoOff20Filled, WifiWarning20Filled } from '@fluentui/react-icons';
|
4
4
|
/* @conditional-compile-remove(PSTN-calls) */
|
5
5
|
import { PersonAdd20Regular, Dialpad20Regular, Call20Regular } from '@fluentui/react-icons';
|
6
6
|
import { DEFAULT_COMPONENT_ICONS } from "../../../../react-components/src";
|
@@ -27,17 +27,17 @@ export const COMPOSITE_ONLY_ICONS = {
|
|
27
27
|
LobbyScreenConnectingToCall: React.createElement(CoffeeIcon, null),
|
28
28
|
LobbyScreenWaitingToBeAdmitted: React.createElement(CoffeeIcon, null),
|
29
29
|
LocalDeviceSettingsCamera: React.createElement(Video20Filled, null),
|
30
|
-
LocalDeviceSettingsMic: React.createElement(
|
30
|
+
LocalDeviceSettingsMic: React.createElement(MicOn20Filled, null),
|
31
31
|
LocalDeviceSettingsSpeaker: React.createElement(Speaker220Filled, null),
|
32
32
|
LocalPreviewPlaceholder: React.createElement(VideoOff20Filled, null),
|
33
33
|
LocalCameraSwitch: React.createElement(CameraSwitch24Regular, null),
|
34
34
|
ControlBarChatButtonActive: React.createElement(Chat20Filled, null),
|
35
35
|
ControlBarChatButtonInactive: React.createElement(Chat20Regular, null),
|
36
36
|
ControlBarPeopleButton: React.createElement(People20Regular, null),
|
37
|
-
MoreDrawerMicrophones: React.createElement(
|
37
|
+
MoreDrawerMicrophones: React.createElement(MicOn20Regular, null),
|
38
38
|
MoreDrawerPeople: React.createElement(People20Regular, null),
|
39
39
|
MoreDrawerSpeakers: React.createElement(Speaker220Regular, null),
|
40
|
-
MoreDrawerSelectedMicrophone: React.createElement(
|
40
|
+
MoreDrawerSelectedMicrophone: React.createElement(MicOn20Filled, null),
|
41
41
|
MoreDrawerSelectedSpeaker: React.createElement(Speaker220Filled, null),
|
42
42
|
Muted: React.createElement(MicOff20Filled, null),
|
43
43
|
NetworkReconnectIcon: React.createElement(CallMissed20Filled, null),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/icons.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n CallEnd20Filled,\n CallMissed20Filled,\n CameraSwitch24Regular,\n Chat20Filled,\n Chat20Regular,\n Info20Filled,\n MicOff20Filled,\n Mic20Filled,\n Mic20Regular,\n People20Regular,\n PersonDelete20Filled,\n Speaker220Filled,\n Speaker220Regular,\n Video20Filled,\n VideoOff20Filled,\n WifiWarning20Filled\n} from '@fluentui/react-icons';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PersonAdd20Regular, Dialpad20Regular, Call20Regular } from '@fluentui/react-icons';\nimport { DEFAULT_COMPONENT_ICONS } from '@internal/react-components';\nimport React from 'react';\n// eslint-disable-next-line no-restricted-imports\nimport { FontIcon, IIconProps, mergeStyles, Text } from '@fluentui/react';\n/* @conditional-compile-remove(file-sharing) */\nimport { Attach20Regular } from '@fluentui/react-icons';\n\nconst CoffeeIcon = (): JSX.Element => (\n <Text className={mergeStyles(coffeeIconStyle)} aria-hidden={true}>\n ☕\n </Text>\n);\n\nconst coffeeIconStyle = {\n // Fluent wraps all icons with <i> so we must force the fontStyle back to normal.\n fontStyle: 'normal',\n // By default our icons are 20px x 20px (for 1rem = 16px), make this a bit bigger for lobby.\n fontSize: '2rem'\n};\n\n/**\n * The default set of icons used by the composites directly (i.e. not via the components defined in this library).\n *\n * @public\n */\nexport const COMPOSITE_ONLY_ICONS: CompositeIcons = {\n ChevronLeft: undefined,\n Link: undefined,\n LobbyScreenConnectingToCall: <CoffeeIcon />,\n LobbyScreenWaitingToBeAdmitted: <CoffeeIcon />,\n LocalDeviceSettingsCamera: <Video20Filled />,\n LocalDeviceSettingsMic: <Mic20Filled />,\n LocalDeviceSettingsSpeaker: <Speaker220Filled />,\n LocalPreviewPlaceholder: <VideoOff20Filled />,\n LocalCameraSwitch: <CameraSwitch24Regular />,\n ControlBarChatButtonActive: <Chat20Filled />,\n ControlBarChatButtonInactive: <Chat20Regular />,\n ControlBarPeopleButton: <People20Regular />,\n MoreDrawerMicrophones: <Mic20Regular />,\n MoreDrawerPeople: <People20Regular />,\n MoreDrawerSpeakers: <Speaker220Regular />,\n MoreDrawerSelectedMicrophone: <Mic20Filled />,\n MoreDrawerSelectedSpeaker: <Speaker220Filled />,\n Muted: <MicOff20Filled />,\n NetworkReconnectIcon: <CallMissed20Filled />,\n NoticePageAccessDeniedTeamsMeeting: <PersonDelete20Filled />,\n NoticePageJoinCallFailedDueToNoNetwork: <WifiWarning20Filled />,\n NoticePageLeftCall: <CallEnd20Filled />,\n NoticePageRemovedFromCall: <Info20Filled />,\n /* @conditional-compile-remove(file-sharing) */\n SendBoxAttachFile: <Attach20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson: <PersonAdd20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad: <Dialpad20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall: <Call20Regular />,\n /* @conditional-compile-remove(rooms) */\n NoticePageInvalidRoom: <Info20Filled />\n};\n\n/**\n * The default set of icons that are available to used in the Composites.\n *\n * @public\n */\nexport const DEFAULT_COMPOSITE_ICONS = {\n ...DEFAULT_COMPONENT_ICONS,\n ...COMPOSITE_ONLY_ICONS\n};\n\n/** @private */\nexport type CompositeIconProps<Icons> = IIconProps & { iconName: keyof Icons };\n\n/**\n * Icons that can be overridden for {@link ChatComposite}.\n *\n * @public\n */\nexport type ChatCompositeIcons = {\n EditBoxCancel?: JSX.Element;\n EditBoxSubmit?: JSX.Element;\n MessageDelivered?: JSX.Element;\n MessageEdit?: JSX.Element;\n MessageFailed?: JSX.Element;\n MessageRemove?: JSX.Element;\n MessageSeen?: JSX.Element;\n MessageSending?: JSX.Element;\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n SendBoxSend?: JSX.Element;\n SendBoxSendHovered?: JSX.Element;\n /* @conditional-compile-remove(file-sharing) */\n SendBoxAttachFile?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the ChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const ChatCompositeIcon = (props: CompositeIconProps<ChatCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallComposite}.\n *\n * @public\n */\nexport type CallCompositeIcons = {\n ControlButtonCameraOff?: JSX.Element;\n ControlButtonCameraOn?: JSX.Element;\n ControlButtonEndCall?: JSX.Element;\n ControlButtonMicOff?: JSX.Element;\n ControlButtonMicOn?: JSX.Element;\n ControlButtonOptions?: JSX.Element;\n ControlButtonParticipants?: JSX.Element;\n ControlButtonScreenShareStart?: JSX.Element;\n ControlButtonScreenShareStop?: JSX.Element;\n ErrorBarCallCameraAccessDenied?: JSX.Element;\n ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n ErrorBarCallLocalVideoFreeze?: JSX.Element;\n ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n ErrorBarCallNetworkQualityLow?: JSX.Element;\n ErrorBarCallNoMicrophoneFound?: JSX.Element;\n ErrorBarCallNoSpeakerFound?: JSX.Element;\n ErrorBarClear?: JSX.Element;\n HorizontalGalleryLeftButton?: JSX.Element;\n HorizontalGalleryRightButton?: JSX.Element;\n LobbyScreenConnectingToCall?: JSX.Element;\n LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n LocalDeviceSettingsCamera?: JSX.Element;\n LocalDeviceSettingsMic?: JSX.Element;\n LocalDeviceSettingsSpeaker?: JSX.Element;\n LocalPreviewPlaceholder?: JSX.Element;\n Muted?: JSX.Element;\n NetworkReconnectIcon?: JSX.Element;\n NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n NoticePageLeftCall?: JSX.Element;\n NoticePageRemovedFromCall?: JSX.Element;\n OptionsCamera?: JSX.Element;\n OptionsMic?: JSX.Element;\n OptionsSpeaker?: JSX.Element;\n ParticipantItemMicOff?: JSX.Element;\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n ParticipantItemScreenShareStart?: JSX.Element;\n VideoTileMicOff?: JSX.Element;\n LocalCameraSwitch?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall?: JSX.Element;\n /* @conditional-compile-remove(rooms) */\n NoticePageInvalidRoom?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallCompositeIcon = (props: CompositeIconProps<CallCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallWithChatComposite}.\n *\n * @public\n */\nexport type CallWithChatCompositeIcons = {\n // CallWithChat Specific Icons\n ChevronLeft?: JSX.Element;\n ControlBarChatButtonActive?: JSX.Element;\n ControlBarChatButtonInactive?: JSX.Element;\n ControlBarPeopleButton?: JSX.Element;\n Link?: JSX.Element;\n MoreDrawerMicrophones?: JSX.Element;\n MoreDrawerPeople?: JSX.Element;\n MoreDrawerSelectedMicrophone?: JSX.Element;\n MoreDrawerSelectedSpeaker?: JSX.Element;\n MoreDrawerSpeakers?: JSX.Element;\n\n // Call icons\n ControlButtonCameraOff?: JSX.Element;\n ControlButtonCameraOn?: JSX.Element;\n ControlButtonEndCall?: JSX.Element;\n ControlButtonMicOff?: JSX.Element;\n ControlButtonMicOn?: JSX.Element;\n ControlButtonOptions?: JSX.Element;\n ControlButtonScreenShareStart?: JSX.Element;\n ControlButtonScreenShareStop?: JSX.Element;\n ErrorBarCallCameraAccessDenied?: JSX.Element;\n ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n ErrorBarCallLocalVideoFreeze?: JSX.Element;\n ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n ErrorBarCallNetworkQualityLow?: JSX.Element;\n ErrorBarCallNoMicrophoneFound?: JSX.Element;\n ErrorBarCallNoSpeakerFound?: JSX.Element;\n ErrorBarClear?: JSX.Element;\n HorizontalGalleryLeftButton?: JSX.Element;\n HorizontalGalleryRightButton?: JSX.Element;\n LobbyScreenConnectingToCall?: JSX.Element;\n LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n LocalDeviceSettingsCamera?: JSX.Element;\n LocalDeviceSettingsMic?: JSX.Element;\n LocalDeviceSettingsSpeaker?: JSX.Element;\n LocalPreviewPlaceholder?: JSX.Element;\n Muted?: JSX.Element;\n NetworkReconnectIcon?: JSX.Element;\n NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n NoticePageLeftCall?: JSX.Element;\n NoticePageRemovedFromCall?: JSX.Element;\n OptionsCamera?: JSX.Element;\n OptionsMic?: JSX.Element;\n OptionsSpeaker?: JSX.Element;\n ParticipantItemMicOff?: JSX.Element;\n ParticipantItemScreenShareStart?: JSX.Element;\n VideoTileMicOff?: JSX.Element;\n LocalCameraSwitch?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall?: JSX.Element;\n\n // Chat icons\n EditBoxCancel?: JSX.Element;\n EditBoxSubmit?: JSX.Element;\n MessageDelivered?: JSX.Element;\n MessageEdit?: JSX.Element;\n MessageFailed?: JSX.Element;\n MessageRemove?: JSX.Element;\n MessageSeen?: JSX.Element;\n MessageSending?: JSX.Element;\n SendBoxSend?: JSX.Element;\n SendBoxSendHovered?: JSX.Element;\n SendBoxAttachFile?: JSX.Element;\n\n // Icons common to Call and Chat.\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallWithChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallWithChatCompositeIcon = (props: CompositeIconProps<CallWithChatCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden in one of the composites exported by this library.\n *\n * See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.\n *\n * @public\n */\nexport type CompositeIcons = ChatCompositeIcons & CallCompositeIcons & CallWithChatCompositeIcons;\n\"../../../../react-components/src\""]}
|
1
|
+
{"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/icons.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,qBAAqB,EACrB,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,cAAc,EACd,aAAa,EACb,cAAc,EACd,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAC/B,6CAA6C;AAC7C,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,yCAAmC;AACrE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,iDAAiD;AACjD,OAAO,EAAE,QAAQ,EAAc,WAAW,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC1E,+CAA+C;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,UAAU,GAAG,GAAgB,EAAE,CAAC,CACpC,oBAAC,IAAI,IAAC,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,iBAAe,IAAI,aAEzD,CACR,CAAC;AAEF,MAAM,eAAe,GAAG;IACtB,iFAAiF;IACjF,SAAS,EAAE,QAAQ;IACnB,4FAA4F;IAC5F,QAAQ,EAAE,MAAM;CACjB,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAmB;IAClD,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,SAAS;IACf,2BAA2B,EAAE,oBAAC,UAAU,OAAG;IAC3C,8BAA8B,EAAE,oBAAC,UAAU,OAAG;IAC9C,yBAAyB,EAAE,oBAAC,aAAa,OAAG;IAC5C,sBAAsB,EAAE,oBAAC,aAAa,OAAG;IACzC,0BAA0B,EAAE,oBAAC,gBAAgB,OAAG;IAChD,uBAAuB,EAAE,oBAAC,gBAAgB,OAAG;IAC7C,iBAAiB,EAAE,oBAAC,qBAAqB,OAAG;IAC5C,0BAA0B,EAAE,oBAAC,YAAY,OAAG;IAC5C,4BAA4B,EAAE,oBAAC,aAAa,OAAG;IAC/C,sBAAsB,EAAE,oBAAC,eAAe,OAAG;IAC3C,qBAAqB,EAAE,oBAAC,cAAc,OAAG;IACzC,gBAAgB,EAAE,oBAAC,eAAe,OAAG;IACrC,kBAAkB,EAAE,oBAAC,iBAAiB,OAAG;IACzC,4BAA4B,EAAE,oBAAC,aAAa,OAAG;IAC/C,yBAAyB,EAAE,oBAAC,gBAAgB,OAAG;IAC/C,KAAK,EAAE,oBAAC,cAAc,OAAG;IACzB,oBAAoB,EAAE,oBAAC,kBAAkB,OAAG;IAC5C,kCAAkC,EAAE,oBAAC,oBAAoB,OAAG;IAC5D,sCAAsC,EAAE,oBAAC,mBAAmB,OAAG;IAC/D,kBAAkB,EAAE,oBAAC,eAAe,OAAG;IACvC,yBAAyB,EAAE,oBAAC,YAAY,OAAG;IAC3C,+CAA+C;IAC/C,iBAAiB,EAAE,oBAAC,eAAe,OAAG;IACtC,6CAA6C;IAC7C,mBAAmB,EAAE,oBAAC,kBAAkB,OAAG;IAC3C,6CAA6C;IAC7C,qBAAqB,EAAE,oBAAC,gBAAgB,OAAG;IAC3C,6CAA6C;IAC7C,gBAAgB,EAAE,oBAAC,aAAa,OAAG;IACnC,wCAAwC;IACxC,qBAAqB,EAAE,oBAAC,YAAY,OAAG;CACxC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,mCAC/B,uBAAuB,GACvB,oBAAoB,CACxB,CAAC;AA2BF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA6C,EAAe,EAAE,CAAC,CAC/F,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC;AA8DF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA6C,EAAe,EAAE,CAAC,CAC/F,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC;AAuFF;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAqD,EAAe,EAAE,CAAC,CAC/G,oBAAC,QAAQ,oBAAK,KAAK,EAAI,CACxB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n CallEnd20Filled,\n CallMissed20Filled,\n CameraSwitch24Regular,\n Chat20Filled,\n Chat20Regular,\n Info20Filled,\n MicOff20Filled,\n MicOn20Filled,\n MicOn20Regular,\n People20Regular,\n PersonDelete20Filled,\n Speaker220Filled,\n Speaker220Regular,\n Video20Filled,\n VideoOff20Filled,\n WifiWarning20Filled\n} from '@fluentui/react-icons';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PersonAdd20Regular, Dialpad20Regular, Call20Regular } from '@fluentui/react-icons';\nimport { DEFAULT_COMPONENT_ICONS } from '@internal/react-components';\nimport React from 'react';\n// eslint-disable-next-line no-restricted-imports\nimport { FontIcon, IIconProps, mergeStyles, Text } from '@fluentui/react';\n/* @conditional-compile-remove(file-sharing) */\nimport { Attach20Regular } from '@fluentui/react-icons';\n\nconst CoffeeIcon = (): JSX.Element => (\n <Text className={mergeStyles(coffeeIconStyle)} aria-hidden={true}>\n ☕\n </Text>\n);\n\nconst coffeeIconStyle = {\n // Fluent wraps all icons with <i> so we must force the fontStyle back to normal.\n fontStyle: 'normal',\n // By default our icons are 20px x 20px (for 1rem = 16px), make this a bit bigger for lobby.\n fontSize: '2rem'\n};\n\n/**\n * The default set of icons used by the composites directly (i.e. not via the components defined in this library).\n *\n * @public\n */\nexport const COMPOSITE_ONLY_ICONS: CompositeIcons = {\n ChevronLeft: undefined,\n Link: undefined,\n LobbyScreenConnectingToCall: <CoffeeIcon />,\n LobbyScreenWaitingToBeAdmitted: <CoffeeIcon />,\n LocalDeviceSettingsCamera: <Video20Filled />,\n LocalDeviceSettingsMic: <MicOn20Filled />,\n LocalDeviceSettingsSpeaker: <Speaker220Filled />,\n LocalPreviewPlaceholder: <VideoOff20Filled />,\n LocalCameraSwitch: <CameraSwitch24Regular />,\n ControlBarChatButtonActive: <Chat20Filled />,\n ControlBarChatButtonInactive: <Chat20Regular />,\n ControlBarPeopleButton: <People20Regular />,\n MoreDrawerMicrophones: <MicOn20Regular />,\n MoreDrawerPeople: <People20Regular />,\n MoreDrawerSpeakers: <Speaker220Regular />,\n MoreDrawerSelectedMicrophone: <MicOn20Filled />,\n MoreDrawerSelectedSpeaker: <Speaker220Filled />,\n Muted: <MicOff20Filled />,\n NetworkReconnectIcon: <CallMissed20Filled />,\n NoticePageAccessDeniedTeamsMeeting: <PersonDelete20Filled />,\n NoticePageJoinCallFailedDueToNoNetwork: <WifiWarning20Filled />,\n NoticePageLeftCall: <CallEnd20Filled />,\n NoticePageRemovedFromCall: <Info20Filled />,\n /* @conditional-compile-remove(file-sharing) */\n SendBoxAttachFile: <Attach20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson: <PersonAdd20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad: <Dialpad20Regular />,\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall: <Call20Regular />,\n /* @conditional-compile-remove(rooms) */\n NoticePageInvalidRoom: <Info20Filled />\n};\n\n/**\n * The default set of icons that are available to used in the Composites.\n *\n * @public\n */\nexport const DEFAULT_COMPOSITE_ICONS = {\n ...DEFAULT_COMPONENT_ICONS,\n ...COMPOSITE_ONLY_ICONS\n};\n\n/** @private */\nexport type CompositeIconProps<Icons> = IIconProps & { iconName: keyof Icons };\n\n/**\n * Icons that can be overridden for {@link ChatComposite}.\n *\n * @public\n */\nexport type ChatCompositeIcons = {\n EditBoxCancel?: JSX.Element;\n EditBoxSubmit?: JSX.Element;\n MessageDelivered?: JSX.Element;\n MessageEdit?: JSX.Element;\n MessageFailed?: JSX.Element;\n MessageRemove?: JSX.Element;\n MessageSeen?: JSX.Element;\n MessageSending?: JSX.Element;\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n SendBoxSend?: JSX.Element;\n SendBoxSendHovered?: JSX.Element;\n /* @conditional-compile-remove(file-sharing) */\n SendBoxAttachFile?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the ChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const ChatCompositeIcon = (props: CompositeIconProps<ChatCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallComposite}.\n *\n * @public\n */\nexport type CallCompositeIcons = {\n ControlButtonCameraOff?: JSX.Element;\n ControlButtonCameraOn?: JSX.Element;\n ControlButtonEndCall?: JSX.Element;\n ControlButtonMicOff?: JSX.Element;\n ControlButtonMicOn?: JSX.Element;\n ControlButtonOptions?: JSX.Element;\n ControlButtonParticipants?: JSX.Element;\n ControlButtonScreenShareStart?: JSX.Element;\n ControlButtonScreenShareStop?: JSX.Element;\n ErrorBarCallCameraAccessDenied?: JSX.Element;\n ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n ErrorBarCallLocalVideoFreeze?: JSX.Element;\n ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n ErrorBarCallNetworkQualityLow?: JSX.Element;\n ErrorBarCallNoMicrophoneFound?: JSX.Element;\n ErrorBarCallNoSpeakerFound?: JSX.Element;\n ErrorBarClear?: JSX.Element;\n HorizontalGalleryLeftButton?: JSX.Element;\n HorizontalGalleryRightButton?: JSX.Element;\n LobbyScreenConnectingToCall?: JSX.Element;\n LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n LocalDeviceSettingsCamera?: JSX.Element;\n LocalDeviceSettingsMic?: JSX.Element;\n LocalDeviceSettingsSpeaker?: JSX.Element;\n LocalPreviewPlaceholder?: JSX.Element;\n Muted?: JSX.Element;\n NetworkReconnectIcon?: JSX.Element;\n NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n NoticePageLeftCall?: JSX.Element;\n NoticePageRemovedFromCall?: JSX.Element;\n OptionsCamera?: JSX.Element;\n OptionsMic?: JSX.Element;\n OptionsSpeaker?: JSX.Element;\n ParticipantItemMicOff?: JSX.Element;\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n ParticipantItemScreenShareStart?: JSX.Element;\n VideoTileMicOff?: JSX.Element;\n LocalCameraSwitch?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall?: JSX.Element;\n /* @conditional-compile-remove(rooms) */\n NoticePageInvalidRoom?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallCompositeIcon = (props: CompositeIconProps<CallCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden for {@link CallWithChatComposite}.\n *\n * @public\n */\nexport type CallWithChatCompositeIcons = {\n // CallWithChat Specific Icons\n ChevronLeft?: JSX.Element;\n ControlBarChatButtonActive?: JSX.Element;\n ControlBarChatButtonInactive?: JSX.Element;\n ControlBarPeopleButton?: JSX.Element;\n Link?: JSX.Element;\n MoreDrawerMicrophones?: JSX.Element;\n MoreDrawerPeople?: JSX.Element;\n MoreDrawerSelectedMicrophone?: JSX.Element;\n MoreDrawerSelectedSpeaker?: JSX.Element;\n MoreDrawerSpeakers?: JSX.Element;\n\n // Call icons\n ControlButtonCameraOff?: JSX.Element;\n ControlButtonCameraOn?: JSX.Element;\n ControlButtonEndCall?: JSX.Element;\n ControlButtonMicOff?: JSX.Element;\n ControlButtonMicOn?: JSX.Element;\n ControlButtonOptions?: JSX.Element;\n ControlButtonScreenShareStart?: JSX.Element;\n ControlButtonScreenShareStop?: JSX.Element;\n ErrorBarCallCameraAccessDenied?: JSX.Element;\n ErrorBarCallCameraAlreadyInUse?: JSX.Element;\n ErrorBarCallLocalVideoFreeze?: JSX.Element;\n ErrorBarCallMacOsCameraAccessDenied?: JSX.Element;\n ErrorBarCallMacOsMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneAccessDenied?: JSX.Element;\n ErrorBarCallMicrophoneMutedBySystem?: JSX.Element;\n ErrorBarCallMicrophoneUnmutedBySystem?: JSX.Element;\n ErrorBarCallNetworkQualityLow?: JSX.Element;\n ErrorBarCallNoMicrophoneFound?: JSX.Element;\n ErrorBarCallNoSpeakerFound?: JSX.Element;\n ErrorBarClear?: JSX.Element;\n HorizontalGalleryLeftButton?: JSX.Element;\n HorizontalGalleryRightButton?: JSX.Element;\n LobbyScreenConnectingToCall?: JSX.Element;\n LobbyScreenWaitingToBeAdmitted?: JSX.Element;\n LocalDeviceSettingsCamera?: JSX.Element;\n LocalDeviceSettingsMic?: JSX.Element;\n LocalDeviceSettingsSpeaker?: JSX.Element;\n LocalPreviewPlaceholder?: JSX.Element;\n Muted?: JSX.Element;\n NetworkReconnectIcon?: JSX.Element;\n NoticePageAccessDeniedTeamsMeeting?: JSX.Element;\n NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element;\n NoticePageLeftCall?: JSX.Element;\n NoticePageRemovedFromCall?: JSX.Element;\n OptionsCamera?: JSX.Element;\n OptionsMic?: JSX.Element;\n OptionsSpeaker?: JSX.Element;\n ParticipantItemMicOff?: JSX.Element;\n ParticipantItemScreenShareStart?: JSX.Element;\n VideoTileMicOff?: JSX.Element;\n LocalCameraSwitch?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneAddPerson?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n PeoplePaneOpenDialpad?: JSX.Element;\n /* @conditional-compile-remove(PSTN-calls) */\n DialpadStartCall?: JSX.Element;\n\n // Chat icons\n EditBoxCancel?: JSX.Element;\n EditBoxSubmit?: JSX.Element;\n MessageDelivered?: JSX.Element;\n MessageEdit?: JSX.Element;\n MessageFailed?: JSX.Element;\n MessageRemove?: JSX.Element;\n MessageSeen?: JSX.Element;\n MessageSending?: JSX.Element;\n SendBoxSend?: JSX.Element;\n SendBoxSendHovered?: JSX.Element;\n SendBoxAttachFile?: JSX.Element;\n\n // Icons common to Call and Chat.\n ParticipantItemOptions?: JSX.Element;\n ParticipantItemOptionsHovered?: JSX.Element;\n};\n\n/**\n * Icon wrapper to use when including customizable icons inside the CallWithChatComposite.\n * This wrapper ensures the icon name is being type-checked helping ensure no typos\n * and ensure that icon is customizable through the composite API.\n *\n * @private\n */\nexport const CallWithChatCompositeIcon = (props: CompositeIconProps<CallWithChatCompositeIcons>): JSX.Element => (\n <FontIcon {...props} />\n);\n\n/**\n * Icons that can be overridden in one of the composites exported by this library.\n *\n * See {@link ChatCompositeIcons}, {@link CallCompositeIcons} and {@link CallWithChatCompositeIcons} for more targeted types.\n *\n * @public\n */\nexport type CompositeIcons = ChatCompositeIcons & CallCompositeIcons & CallWithChatCompositeIcons;\n\"../../../../react-components/src\""]}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Kamera",
|
4
|
+
"noCamerasLabel": "Keine Kameras gefunden",
|
4
5
|
"cameraPermissionDenied": "Ihr Browser blockiert den Zugriff auf Ihre Kamera.",
|
5
6
|
"cameraTurnedOff": "Ihre Kamera ist deaktiviert.",
|
6
7
|
"chatButtonLabel": "Chat",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "Die angegebene Raum-ID ist ungültig.",
|
54
55
|
"roomNotFoundTitle": "Raum nicht gefunden",
|
55
56
|
"soundLabel": "Sound",
|
57
|
+
"noMicrophonesLabel": "Keine Mikrofone gefunden",
|
58
|
+
"noSpeakersLabel": "Keine Lautsprecher gefunden",
|
56
59
|
"startCallButtonLabel": "Anruf beginnen",
|
57
60
|
"openDialpadButtonLabel": "Telefonnummer wählen",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Personen hinzufügen",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Anruf fortsetzen",
|
68
71
|
"holdScreenLabel": "Sie sind in der Warteschleife.",
|
69
72
|
"openDtmfDialpadLabel": "Wähltastatur anzeigen",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Anrufen..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Nummer eingeben",
|
74
|
+
"outboundCallingNoticeString": "Anrufen...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} ist beigetreten.",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} und {displayName2} sind beigetreten.",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} und {displayName3} sind beigetreten.",
|
78
|
+
"participantLeftNoticeString": "{displayName} ist gegangen.",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} und {displayName2} sind gegangen.",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} und {displayName3} sind gegangen.",
|
81
|
+
"unnamedParticipantString": "unbenannter Teilnehmer",
|
82
|
+
"manyUnnamedParticipantsJoined": "unbenannter Teilnehmer und {numOfParticipants} weitere Teilnehmer sind beigetreten.",
|
83
|
+
"manyUnnamedParticipantsLeft": "unbenannter Teilnehmer und {numOfParticipants} weitere Teilnehmer sind gegangen.",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} und {numOfParticipants} anderen Teilnehmern sind beigetreten.",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} und {numOfParticipants} anderen Teilnehmer verlassen"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "In diesem Chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Wähltastatur",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Wähltastatur schließen",
|
107
121
|
"openDtmfDialpadLabel": "Wähltastatur anzeigen",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Nummer eingeben"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Camera",
|
4
|
+
"noCamerasLabel": "No cameras found",
|
4
5
|
"cameraPermissionDenied": "Your browser is blocking access to your camera",
|
5
6
|
"cameraTurnedOff": "Your camera is turned off",
|
6
7
|
"chatButtonLabel": "Chat",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "Room ID provided is not valid.",
|
54
55
|
"roomNotFoundTitle": "Room not found",
|
55
56
|
"soundLabel": "Sound",
|
57
|
+
"noMicrophonesLabel": "No microphones found",
|
58
|
+
"noSpeakersLabel": "No speakers found",
|
56
59
|
"startCallButtonLabel": "Start call",
|
57
60
|
"openDialpadButtonLabel": "Dial phone number",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Add People",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Resume call",
|
68
71
|
"holdScreenLabel": "You're on hold",
|
69
72
|
"openDtmfDialpadLabel": "Show dialpad",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Calling..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Enter number",
|
74
|
+
"outboundCallingNoticeString": "Calling...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} joined",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} and {displayName2} have joined",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} and {displayName3} have joined",
|
78
|
+
"participantLeftNoticeString": "{displayName} left",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} and {displayName2} have left",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} and {displayName3} have left",
|
81
|
+
"unnamedParticipantString": "unnamed participant",
|
82
|
+
"manyUnnamedParticipantsJoined": "unnamed participant and {numOfParticipants} other participants joined",
|
83
|
+
"manyUnnamedParticipantsLeft": "unnamed participant and {numOfParticipants} other participants left",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants joined",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} and {numOfParticipants} other participants left"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "In this chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Dialpad",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Close dialpad",
|
107
121
|
"openDtmfDialpadLabel": "Show dialpad",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Enter number"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Cámara",
|
4
|
+
"noCamerasLabel": "No se han encontrado cámaras",
|
4
5
|
"cameraPermissionDenied": "El explorador está bloqueando el acceso a la cámara",
|
5
6
|
"cameraTurnedOff": "La cámara está apagada",
|
6
7
|
"chatButtonLabel": "Chat",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "El id. de sala proporcionado no es válido.",
|
54
55
|
"roomNotFoundTitle": "No se ha encontrado la sala",
|
55
56
|
"soundLabel": "Sonido",
|
57
|
+
"noMicrophonesLabel": "No se han encontrado micrófonos",
|
58
|
+
"noSpeakersLabel": "No se han encontrado altavoces",
|
56
59
|
"startCallButtonLabel": "Iniciar llamada",
|
57
60
|
"openDialpadButtonLabel": "Marcar número de teléfono",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Agregar contactos",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Reanudar llamada",
|
68
71
|
"holdScreenLabel": "Está en espera",
|
69
72
|
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Llamando..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Introducir número",
|
74
|
+
"outboundCallingNoticeString": "Llamando...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} unido",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} y {displayName2} se han unido",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} y {displayName3} se han unido",
|
78
|
+
"participantLeftNoticeString": "{displayName} se ha retirado",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} y {displayName2} se han retirado",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} y {displayName3} se han retirado",
|
81
|
+
"unnamedParticipantString": "participante sin nombre",
|
82
|
+
"manyUnnamedParticipantsJoined": "participante sin nombre y {numOfParticipants} participantes más se han unido",
|
83
|
+
"manyUnnamedParticipantsLeft": "participante sin nombre y {numOfParticipants} participantes más se han retirado",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} y {numOfParticipants} se han unido otros participantes",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} y {numOfParticipants} restantes"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "En este chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Teclado de marcado",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Cerrar teclado de marcado",
|
107
121
|
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Introducir número"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Appareil photo",
|
4
|
+
"noCamerasLabel": "Aucune caméra trouvée",
|
4
5
|
"cameraPermissionDenied": "Votre navigateur bloque l’accès à votre caméra",
|
5
6
|
"cameraTurnedOff": "Votre caméra est désactivée",
|
6
7
|
"chatButtonLabel": "Conversation",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "L’ID de salle fourni n’est pas valide.",
|
54
55
|
"roomNotFoundTitle": "Salle introuvable",
|
55
56
|
"soundLabel": "Son",
|
57
|
+
"noMicrophonesLabel": "Aucun microphone trouvé",
|
58
|
+
"noSpeakersLabel": "Aucun haut-parleur trouvé",
|
56
59
|
"startCallButtonLabel": "Lancer l'appel",
|
57
60
|
"openDialpadButtonLabel": "Composer le numéro de téléphone",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Ajouter des personnes",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Reprendre l’appel",
|
68
71
|
"holdScreenLabel": "Vous avez été mis(e) en attente.",
|
69
72
|
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Appel en cours..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Saisir un numéro",
|
74
|
+
"outboundCallingNoticeString": "Appel en cours...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} a rejoint",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} et {displayName2} ont rejoint",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} et {displayName3} ont rejoint",
|
78
|
+
"participantLeftNoticeString": "{displayName} a quitté",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} et {displayName2} sont partis",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} et {displayName3} ont quitté",
|
81
|
+
"unnamedParticipantString": "participant sans nom",
|
82
|
+
"manyUnnamedParticipantsJoined": "participant sans nom et {numOfParticipants} autres participants ont rejoint",
|
83
|
+
"manyUnnamedParticipantsLeft": "participant sans nom et {numOfParticipants} autres participants ont quitté",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} et {numOfParticipants} autres participants ont rejoint",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} et {numOfParticipants} autres participants restants"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "Dans cette conversation",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Pavé numérique",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Fermer le pavé numérique",
|
107
121
|
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Saisir un numéro"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Fotocamera",
|
4
|
+
"noCamerasLabel": "Nessuna fotocamera trovata",
|
4
5
|
"cameraPermissionDenied": "Il browser blocca l'accesso alla fotocamera",
|
5
6
|
"cameraTurnedOff": "La videocamera è disabilitata",
|
6
7
|
"chatButtonLabel": "Chat",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "L'ID sala specificato non è valido.",
|
54
55
|
"roomNotFoundTitle": "La stanza non è stata trovata",
|
55
56
|
"soundLabel": "Suono",
|
57
|
+
"noMicrophonesLabel": "Nessun microfono trovato",
|
58
|
+
"noSpeakersLabel": "Nessun altoparlante trovato",
|
56
59
|
"startCallButtonLabel": "Avvia chiamata",
|
57
60
|
"openDialpadButtonLabel": "Componi il numero di telefono",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Aggiungi persone",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Riprendi chiamata",
|
68
71
|
"holdScreenLabel": "In attesa.",
|
69
72
|
"openDtmfDialpadLabel": "Mostra tastiera",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Chiamata in corso..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Immetti il numero",
|
74
|
+
"outboundCallingNoticeString": "Chiamata in corso...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} si è unito alla riunione",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} e {displayName2} si sono uniti alla riunione",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} e {displayName3} si sono uniti alla riunione",
|
78
|
+
"participantLeftNoticeString": "{displayName} è uscito dalla riunione",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} e {displayName2} sono usciti dalla riunione",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} e {displayName3} sono usciti dalla riunione",
|
81
|
+
"unnamedParticipantString": "partecipante senza nome",
|
82
|
+
"manyUnnamedParticipantsJoined": "partecipante senza nome e {numOfParticipants} altri partecipanti si sono uniti alla riunione",
|
83
|
+
"manyUnnamedParticipantsLeft": "partecipante senza nome e {numOfParticipants} altri partecipanti sono usciti dalla riunione",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} altri partecipanti si sono uniti",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} altri partecipanti rimasti"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "In questa chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Tastiera",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Chiudi tastiera",
|
107
121
|
"openDtmfDialpadLabel": "Mostra tastiera",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Immetti il numero"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "カメラ",
|
4
|
+
"noCamerasLabel": "カメラが見つかりません",
|
4
5
|
"cameraPermissionDenied": "お使いのブラウザーがカメラへのアクセスをブロックしています",
|
5
6
|
"cameraTurnedOff": "カメラはオフになっています",
|
6
7
|
"chatButtonLabel": "チャット",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "指定されたルーム ID が無効です。",
|
54
55
|
"roomNotFoundTitle": "ルームが見つかりません",
|
55
56
|
"soundLabel": "音声",
|
57
|
+
"noMicrophonesLabel": "マイクが見つかりません",
|
58
|
+
"noSpeakersLabel": "話者が見つかりません",
|
56
59
|
"startCallButtonLabel": "通話を開始",
|
57
60
|
"openDialpadButtonLabel": "電話番号をダイヤルする",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "ユーザーの追加",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "通話の再開",
|
68
71
|
"holdScreenLabel": "保留中です",
|
69
72
|
"openDtmfDialpadLabel": "ダイヤルパッドを表示",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "呼び出し中。。。"
|
73
|
+
"dtmfDialpadPlaceholderText": "番号を入力してください",
|
74
|
+
"outboundCallingNoticeString": "呼び出し中。。。",
|
75
|
+
"participantJoinedNoticeString": "{displayName} が参加しました",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} さんと {displayName2} さんが参加しました",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1} さん, {displayName2} さんと {displayName3} さんが参加しました",
|
78
|
+
"participantLeftNoticeString": "{displayName} さんが退出しました",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} さんと {displayName2} さんが退出しました",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1} さん, {displayName2} さんと {displayName3} さんが退出しました",
|
81
|
+
"unnamedParticipantString": "名前のない参加者",
|
82
|
+
"manyUnnamedParticipantsJoined": "名前のない参加者と他の参加者 {numOfParticipants} 人が参加しました",
|
83
|
+
"manyUnnamedParticipantsLeft": "名前のない参加者と他の参加者 {numOfParticipants} 人が退出しました",
|
84
|
+
"manyParticipantsJoined": "{displayName1}、{displayName2}、{displayName3}、その他の参加者{numOfParticipants}参加しました",
|
85
|
+
"manyParticipantsLeft": "{displayName1}、{displayName2}、{displayName3}、その他の参加者{numOfParticipants}退出しました"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "このチャット内",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "ダイヤルパッド",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "ダイヤルパッドを閉じる",
|
107
121
|
"openDtmfDialpadLabel": "ダイヤルパッドを表示",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "番号を入力してください"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "카메라",
|
4
|
+
"noCamerasLabel": "카메라를 찾을 수 없음",
|
4
5
|
"cameraPermissionDenied": "브라우저에서 카메라에 대한 액세스를 차단하고 있습니다.",
|
5
6
|
"cameraTurnedOff": "카메라가 꺼져 있음",
|
6
7
|
"chatButtonLabel": "채팅",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "제공된 회의실 ID가 잘못되었습니다.",
|
54
55
|
"roomNotFoundTitle": "회의실을 찾을 수 없음",
|
55
56
|
"soundLabel": "소리",
|
57
|
+
"noMicrophonesLabel": "마이크를 찾을 수 없음",
|
58
|
+
"noSpeakersLabel": "스피커를 찾을 수 없음",
|
56
59
|
"startCallButtonLabel": "통화 시작",
|
57
60
|
"openDialpadButtonLabel": "전화 번호 전화 걸기",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "사용자 추가",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "통화 계속하기",
|
68
71
|
"holdScreenLabel": "대기 중입니다.",
|
69
72
|
"openDtmfDialpadLabel": "다이얼패드 표시",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "전화 거는 중..."
|
73
|
+
"dtmfDialpadPlaceholderText": "번호 입력",
|
74
|
+
"outboundCallingNoticeString": "전화 거는 중...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} 님이 참가",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} 및 {displayName2} 님이 참가",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} 및 {displayName3} 님이 참가",
|
78
|
+
"participantLeftNoticeString": "{displayName} 님이 떠남",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} 및 {displayName2} 님이 떠남",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} 및 {displayName3} 님이 떠남",
|
81
|
+
"unnamedParticipantString": "명명되지 않은 참가자",
|
82
|
+
"manyUnnamedParticipantsJoined": "명명되지 않은 참가자 및 {numOfParticipants}명의 다른 참가자가 참가",
|
83
|
+
"manyUnnamedParticipantsLeft": "명명되지 않은 참가자 및 {numOfParticipants}명의 다른 참가자가 떠남",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} 및 {numOfParticipants} 다른 참가자가 참가했습니다.",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} 및 다른 참가자 {numOfParticipants} 남음"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "채팅 참가자",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "다이얼패드",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "다이얼패드 닫기",
|
107
121
|
"openDtmfDialpadLabel": "다이얼패드 표시",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "번호 입력"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Camera",
|
4
|
+
"noCamerasLabel": "Geen camera's gevonden",
|
4
5
|
"cameraPermissionDenied": "Uw browser blokkeert de toegang tot uw camera",
|
5
6
|
"cameraTurnedOff": "Camera is uitgeschakeld",
|
6
7
|
"chatButtonLabel": "Chatten",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "De opgegeven ruimte-id is niet geldig.",
|
54
55
|
"roomNotFoundTitle": "Ruimte niet gevonden",
|
55
56
|
"soundLabel": "Geluid",
|
57
|
+
"noMicrophonesLabel": "Geen microfoons gevonden",
|
58
|
+
"noSpeakersLabel": "Geen luidsprekers gevonden",
|
56
59
|
"startCallButtonLabel": "Gesprek starten",
|
57
60
|
"openDialpadButtonLabel": "Telefoonnummer kiezen",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Personen toevoegen",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Gesprek hervatten",
|
68
71
|
"holdScreenLabel": "U staat in de wacht",
|
69
72
|
"openDtmfDialpadLabel": "Toetsenblok weergeven",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Bellen..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Nummer invoeren",
|
74
|
+
"outboundCallingNoticeString": "Bellen...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} neemt deel",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} en {displayName2} nemen deel",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} en {displayName3} nemen deel",
|
78
|
+
"participantLeftNoticeString": "{displayName} is vertrokken",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} en {displayName2} zijn vertrokken",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} en {displayName3} zijn vertrokken",
|
81
|
+
"unnamedParticipantString": "naamloze deelnemer",
|
82
|
+
"manyUnnamedParticipantsJoined": "naamloze deelnemer en {numOfParticipants} andere deelnemers nemen deel",
|
83
|
+
"manyUnnamedParticipantsLeft": "naamloze deelnemer en {numOfParticipants} andere deelnemers zijn vertrokken",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} en {numOfParticipants} andere deelnemers",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} en {numOfParticipants} andere deelnemers resterend"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "In deze chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Telefoonkiezer",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Toetsenblok sluiten",
|
107
121
|
"openDtmfDialpadLabel": "Toetsenblok weergeven",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Nummer invoeren"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Câmera",
|
4
|
+
"noCamerasLabel": "Nenhuma câmera encontrada",
|
4
5
|
"cameraPermissionDenied": "Seu navegador está bloqueando o acesso à câmera",
|
5
6
|
"cameraTurnedOff": "Sua câmera está desativada",
|
6
7
|
"chatButtonLabel": "Chat",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "A ID da sala fornecida não é válida.",
|
54
55
|
"roomNotFoundTitle": "Sala não encontrada",
|
55
56
|
"soundLabel": "Som",
|
57
|
+
"noMicrophonesLabel": "Nenhum microfone encontrado",
|
58
|
+
"noSpeakersLabel": "Nenhum alto-falante encontrado",
|
56
59
|
"startCallButtonLabel": "Iniciar chamada",
|
57
60
|
"openDialpadButtonLabel": "Número de telefone de discagem",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Adicionar Pessoas",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Retomar chamada",
|
68
71
|
"holdScreenLabel": "Você está em espera",
|
69
72
|
"openDtmfDialpadLabel": "Mostrar teclado de discagem",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Chamando..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Digite o número",
|
74
|
+
"outboundCallingNoticeString": "Chamando...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} ingressou",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} e {displayName2} ingressaram",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} e {displayName3} ingressaram",
|
78
|
+
"participantLeftNoticeString": "{displayName} saiu",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} e {displayName2} saíram",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} e {displayName3} saíram",
|
81
|
+
"unnamedParticipantString": "participante sem nome",
|
82
|
+
"manyUnnamedParticipantsJoined": "participante sem nome e outros {numOfParticipants} participantes ingressaram",
|
83
|
+
"manyUnnamedParticipantsLeft": "participante sem nome e outros {numOfParticipants} participantes saíram",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes ingressaram",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} e {numOfParticipants} outros participantes saíram"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "Neste chat",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Teclado de discagem",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Fechar teclado",
|
107
121
|
"openDtmfDialpadLabel": "Mostrar teclado de discagem",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Digite o número"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Камера",
|
4
|
+
"noCamerasLabel": "Камеры не найдены",
|
4
5
|
"cameraPermissionDenied": "Браузер блокирует доступ к вашей камере",
|
5
6
|
"cameraTurnedOff": "Камера выключена",
|
6
7
|
"chatButtonLabel": "Чат",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "Указан недопустимый идентификатор помещения.",
|
54
55
|
"roomNotFoundTitle": "Помещение не найдено",
|
55
56
|
"soundLabel": "Звук",
|
57
|
+
"noMicrophonesLabel": "Микрофоны не найдены",
|
58
|
+
"noSpeakersLabel": "Динамики не найдены",
|
56
59
|
"startCallButtonLabel": "Начать звонок",
|
57
60
|
"openDialpadButtonLabel": "Набрать номер телефона",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Добавить людей",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Возобновить вызов",
|
68
71
|
"holdScreenLabel": "Ваш звонок на удержании",
|
69
72
|
"openDtmfDialpadLabel": "Показать панель набора номера",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Выполняется вызов..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Введите номер",
|
74
|
+
"outboundCallingNoticeString": "Выполняется вызов...",
|
75
|
+
"participantJoinedNoticeString": "Пользователь {displayName} присоединился",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} и {displayName2} присоединились",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} и {displayName3} присоединились",
|
78
|
+
"participantLeftNoticeString": "Пользователь {displayName} ушел",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} и {displayName2} ушли",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} и {displayName3} ушли",
|
81
|
+
"unnamedParticipantString": "участник без имени",
|
82
|
+
"manyUnnamedParticipantsJoined": "участник без имени и еще {numOfParticipants} участников присоединились",
|
83
|
+
"manyUnnamedParticipantsLeft": "участник без имени и еще {numOfParticipants} участников ушли",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} и {numOfParticipants} других участников"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "В этом чате",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Панель набора номера",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Закрыть панель набора номера",
|
107
121
|
"openDtmfDialpadLabel": "Показать панель набора номера",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Введите номер"
|
109
123
|
}
|
110
124
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"call": {
|
3
3
|
"cameraLabel": "Kamera",
|
4
|
+
"noCamerasLabel": "Kamera bulunamadı",
|
4
5
|
"cameraPermissionDenied": "Tarayıcınız kameranıza erişimi engelliyor",
|
5
6
|
"cameraTurnedOff": "Kameranız kapatıldı",
|
6
7
|
"chatButtonLabel": "Sohbet",
|
@@ -53,6 +54,8 @@
|
|
53
54
|
"roomNotFoundDetails": "Sağlanan oda kimliği geçerli değil.",
|
54
55
|
"roomNotFoundTitle": "Oda bulunamadı",
|
55
56
|
"soundLabel": "Ses",
|
57
|
+
"noMicrophonesLabel": "Mikrofon bulunamadı",
|
58
|
+
"noSpeakersLabel": "Hoparlör bulunamadı",
|
56
59
|
"startCallButtonLabel": "Arama başlat",
|
57
60
|
"openDialpadButtonLabel": "Telefon numarasını çevir",
|
58
61
|
"peoplePaneAddPeopleButtonLabel": "Kişi Ekle",
|
@@ -67,8 +70,19 @@
|
|
67
70
|
"resumingCallButtonAriaLabel": "Görüşmeye devam edin",
|
68
71
|
"holdScreenLabel": "Beklemeye alındınız",
|
69
72
|
"openDtmfDialpadLabel": "Tuş takımını göster",
|
70
|
-
"
|
71
|
-
"outboundCallingNoticeString": "Aranıyor..."
|
73
|
+
"dtmfDialpadPlaceholderText": "Numara girin",
|
74
|
+
"outboundCallingNoticeString": "Aranıyor...",
|
75
|
+
"participantJoinedNoticeString": "{displayName} katıldı",
|
76
|
+
"twoParticipantJoinedNoticeString": "{displayName1} ve {displayName2} katıldı",
|
77
|
+
"threeParticipantJoinedNoticeString": "{displayName1}, {displayName2} ve {displayName3} katıldı",
|
78
|
+
"participantLeftNoticeString": "{displayName} ayrıldı",
|
79
|
+
"twoParticipantLeftNoticeString": "{displayName1} ve {displayName2} ayrıldı",
|
80
|
+
"threeParticipantLeftNoticeString": "{displayName1}, {displayName2} ve {displayName3} ayrıldı",
|
81
|
+
"unnamedParticipantString": "adsız katılımcı",
|
82
|
+
"manyUnnamedParticipantsJoined": "adsız katılımcı ve {numOfParticipants} katılımcı katıldı",
|
83
|
+
"manyUnnamedParticipantsLeft": "adsız katılımcı ve {numOfParticipants} katılımcı ayrıldı",
|
84
|
+
"manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı katıldı",
|
85
|
+
"manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} ve {numOfParticipants} katılımcı kaldı"
|
72
86
|
},
|
73
87
|
"chat": {
|
74
88
|
"chatListHeader": "Bu sohbette",
|
@@ -105,6 +119,6 @@
|
|
105
119
|
"dialpadModalAriaLabel": "Tuş takımı",
|
106
120
|
"dialpadCloseModalButtonAriaLabel": "Tuş takımını kapat",
|
107
121
|
"openDtmfDialpadLabel": "Tuş takımını göster",
|
108
|
-
"
|
122
|
+
"dtmfDialpadPlaceholderText": "Numara girin"
|
109
123
|
}
|
110
124
|
}
|