@azure/communication-react 1.3.3-alpha-202210270017.0 → 1.3.3-alpha-202210290014.0
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 +20 -1
- package/dist/dist-cjs/communication-react/index.js +139 -67
- 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-component-bindings/src/handlers/createHandlers.js +23 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +9 -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 +23 -0
- 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 +8 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +9 -3
- package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/ParticipantSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +58 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +57 -7
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +62 -12
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +63 -13
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +59 -9
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +57 -7
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +60 -10
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +66 -16
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +60 -10
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +59 -9
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +24 -27
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/localPreviewSelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +5 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatPane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +55 -14
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +55 -14
- package/package.json +12 -12
@@ -9,6 +9,7 @@ import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
|
9
9
|
* @private
|
10
10
|
*/
|
11
11
|
export declare const PeoplePaneContent: (props: {
|
12
|
+
active: boolean;
|
12
13
|
inviteLink?: string | undefined;
|
13
14
|
onRemoveParticipant: (participantId: string) => void;
|
14
15
|
onAddParticipant: (participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions | undefined) => void;
|
@@ -58,11 +58,11 @@ export const PeoplePaneContent = (props) => {
|
|
58
58
|
if (props.mobileView) {
|
59
59
|
return (React.createElement(Stack, { verticalFill: true, styles: peoplePaneContainerStyle, tokens: peoplePaneContainerTokens },
|
60
60
|
React.createElement(Stack.Item, { grow: true, styles: participantListContainerStyles }, participantList),
|
61
|
-
React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings,
|
61
|
+
props.active && (React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings,
|
62
62
|
/* @conditional-compile-remove(PSTN-calls) */
|
63
63
|
onAddParticipant: props.onAddParticipant,
|
64
64
|
/* @conditional-compile-remove(PSTN-calls) */
|
65
|
-
alternateCallerId: props.alternateCallerId })));
|
65
|
+
alternateCallerId: props.alternateCallerId }))));
|
66
66
|
}
|
67
67
|
return (React.createElement(AddPeopleButton, { inviteLink: inviteLink, mobileView: props.mobileView, participantList: participantList, strings: strings,
|
68
68
|
/* @conditional-compile-remove(PSTN-calls) */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PeoplePaneContent.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/PeoplePaneContent.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { IContextualMenuItem, Stack } from '@fluentui/react';\nimport {\n ParticipantList,\n ParticipantListParticipant,\n ParticipantListProps,\n ParticipantMenuItemsCallback,\n _DrawerMenuItemProps\n} from '@internal/react-components';\n/* @conditional-compile-remove(rooms) */\nimport { _usePermissions } from '@internal/react-components';\nimport React, { useMemo } from 'react';\nimport { CallWithChatCompositeStrings } from '../CallWithChatComposite';\nimport { usePropsFor } from '../CallComposite/hooks/usePropsFor';\nimport { AvatarPersonaDataCallback } from '../common/AvatarPersona';\nimport { ParticipantListWithHeading } from '../common/ParticipantContainer';\nimport { peoplePaneContainerTokens } from '../common/styles/ParticipantContainer.styles';\nimport { participantListContainerStyles, peoplePaneContainerStyle } from './styles/PeoplePaneContent.styles';\nimport { convertContextualMenuItemToDrawerMenuItem } from '../CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem';\n/* @conditional-compile-remove(one-to-n-calling) */\nimport { CallCompositeStrings } from '../CallComposite';\nimport { AddPeopleButton } from './AddPeopleButton';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PhoneNumberIdentifier } from '@azure/communication-common';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { AddPhoneNumberOptions } from '@azure/communication-calling';\n\n/**\n * @private\n */\nexport const PeoplePaneContent = (props: {\n inviteLink?: string;\n onRemoveParticipant: (participantId: string) => void;\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant: (participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions) => void;\n onFetchAvatarPersonaData?: AvatarPersonaDataCallback;\n onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;\n strings: CallWithChatCompositeStrings | /* @conditional-compile-remove(one-to-n-calling) */ CallCompositeStrings;\n setDrawerMenuItems: (_DrawerMenuItemProps) => void;\n mobileView?: boolean;\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId?: string;\n}): JSX.Element => {\n const { inviteLink, onFetchParticipantMenuItems, setDrawerMenuItems, strings, onRemoveParticipant } = props;\n const participantListDefaultProps = usePropsFor(ParticipantList);\n const removeButtonAllowed = hasRemoveParticipantsPermissionTrampoline();\n const setDrawerMenuItemsForParticipant: (participant?: ParticipantListParticipant) => void = useMemo(() => {\n return (participant?: ParticipantListParticipant) => {\n if (participant) {\n let contextualMenuItems: IContextualMenuItem[] = createDefaultContextualMenuItems(\n participant,\n strings,\n removeButtonAllowed && participant.isRemovable ? participantListDefaultProps.onRemoveParticipant : undefined,\n participantListDefaultProps.myUserId\n );\n if (onFetchParticipantMenuItems) {\n contextualMenuItems = onFetchParticipantMenuItems(\n participant.userId,\n participantListDefaultProps.myUserId,\n contextualMenuItems\n );\n }\n const drawerMenuItems = contextualMenuItems.map((contextualMenu: IContextualMenuItem) =>\n convertContextualMenuItemToDrawerMenuItem(contextualMenu, () => setDrawerMenuItems([]))\n );\n setDrawerMenuItems(drawerMenuItems);\n }\n };\n }, [\n strings,\n participantListDefaultProps.onRemoveParticipant,\n participantListDefaultProps.myUserId,\n removeButtonAllowed,\n onFetchParticipantMenuItems,\n setDrawerMenuItems\n ]);\n\n const participantListProps: ParticipantListProps = useMemo(() => {\n const onRemoveAParticipant = async (participantId: string): Promise<void> => onRemoveParticipant(participantId);\n return {\n ...participantListDefaultProps,\n // Passing undefined callback for mobile to avoid context menus for participants in ParticipantList are clicked\n onRemoveParticipant: props.mobileView ? undefined : onRemoveAParticipant,\n // We want the drawer menu items to appear when participants in ParticipantList are clicked\n onParticipantClick: props.mobileView ? setDrawerMenuItemsForParticipant : undefined\n };\n }, [participantListDefaultProps, props.mobileView, setDrawerMenuItemsForParticipant, onRemoveParticipant]);\n\n const participantList = (\n <ParticipantListWithHeading\n isMobile={props.mobileView}\n participantListProps={participantListProps}\n onFetchAvatarPersonaData={props.onFetchAvatarPersonaData}\n onFetchParticipantMenuItems={props.mobileView ? undefined : props.onFetchParticipantMenuItems}\n title={props.strings.peoplePaneSubTitle}\n />\n );\n\n if (props.mobileView) {\n return (\n <Stack verticalFill styles={peoplePaneContainerStyle} tokens={peoplePaneContainerTokens}>\n <Stack.Item grow styles={participantListContainerStyles}>\n {participantList}\n </Stack.Item>\n\n <AddPeopleButton\n inviteLink={inviteLink}\n mobileView={props.mobileView}\n participantList={participantList}\n strings={strings}\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant={props.onAddParticipant}\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId={props.alternateCallerId}\n />\n </Stack>\n );\n }\n\n return (\n <AddPeopleButton\n inviteLink={inviteLink}\n mobileView={props.mobileView}\n participantList={participantList}\n strings={strings}\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant={props.onAddParticipant}\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId={props.alternateCallerId}\n />\n );\n};\n\n/**\n * Create default contextual menu items for particant\n * @param participant - participant to create contextual menu items for\n * @param strings - localized strings for menu item text\n * @param onRemoveParticipant - callback to remove participant\n * @param localParticipantUserId - Local participant user id\n * @returns - IContextualMenuItem[]\n */\nconst createDefaultContextualMenuItems = (\n participant: ParticipantListParticipant,\n strings: CallWithChatCompositeStrings | /* @conditional-compile-remove(one-to-n-calling) */ CallCompositeStrings,\n onRemoveParticipant?: (userId: string) => Promise<void>,\n localParticipantUserId?: string\n): IContextualMenuItem[] => {\n const menuItems: IContextualMenuItem[] = [];\n if (onRemoveParticipant && participant?.userId !== localParticipantUserId) {\n menuItems.push({\n key: 'remove',\n text: strings.removeMenuLabel,\n onClick: () => {\n if (participant?.userId) {\n onRemoveParticipant?.(participant?.userId);\n }\n },\n iconProps: {\n iconName: 'UserRemove'\n }\n });\n }\n return menuItems;\n};\n\n/**\n * @private\n */\nconst hasRemoveParticipantsPermissionTrampoline = (): boolean => {\n /* @conditional-compile-remove(rooms) */\n return _usePermissions().removeParticipantButton;\n // Return true if stable.\n return true;\n};\n\"../../../../react-components/src\""]}
|
1
|
+
{"version":3,"file":"PeoplePaneContent.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/PeoplePaneContent.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { IContextualMenuItem, Stack } from '@fluentui/react';\nimport {\n ParticipantList,\n ParticipantListParticipant,\n ParticipantListProps,\n ParticipantMenuItemsCallback,\n _DrawerMenuItemProps\n} from '@internal/react-components';\n/* @conditional-compile-remove(rooms) */\nimport { _usePermissions } from '@internal/react-components';\nimport React, { useMemo } from 'react';\nimport { CallWithChatCompositeStrings } from '../CallWithChatComposite';\nimport { usePropsFor } from '../CallComposite/hooks/usePropsFor';\nimport { AvatarPersonaDataCallback } from '../common/AvatarPersona';\nimport { ParticipantListWithHeading } from '../common/ParticipantContainer';\nimport { peoplePaneContainerTokens } from '../common/styles/ParticipantContainer.styles';\nimport { participantListContainerStyles, peoplePaneContainerStyle } from './styles/PeoplePaneContent.styles';\nimport { convertContextualMenuItemToDrawerMenuItem } from '../CallWithChatComposite/ConvertContextualMenuItemToDrawerMenuItem';\n/* @conditional-compile-remove(one-to-n-calling) */\nimport { CallCompositeStrings } from '../CallComposite';\nimport { AddPeopleButton } from './AddPeopleButton';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { PhoneNumberIdentifier } from '@azure/communication-common';\n/* @conditional-compile-remove(PSTN-calls) */\nimport { AddPhoneNumberOptions } from '@azure/communication-calling';\n\n/**\n * @private\n */\nexport const PeoplePaneContent = (props: {\n active: boolean;\n inviteLink?: string;\n onRemoveParticipant: (participantId: string) => void;\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant: (participant: PhoneNumberIdentifier, options?: AddPhoneNumberOptions) => void;\n onFetchAvatarPersonaData?: AvatarPersonaDataCallback;\n onFetchParticipantMenuItems?: ParticipantMenuItemsCallback;\n strings: CallWithChatCompositeStrings | /* @conditional-compile-remove(one-to-n-calling) */ CallCompositeStrings;\n setDrawerMenuItems: (_DrawerMenuItemProps) => void;\n mobileView?: boolean;\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId?: string;\n}): JSX.Element => {\n const { inviteLink, onFetchParticipantMenuItems, setDrawerMenuItems, strings, onRemoveParticipant } = props;\n const participantListDefaultProps = usePropsFor(ParticipantList);\n const removeButtonAllowed = hasRemoveParticipantsPermissionTrampoline();\n const setDrawerMenuItemsForParticipant: (participant?: ParticipantListParticipant) => void = useMemo(() => {\n return (participant?: ParticipantListParticipant) => {\n if (participant) {\n let contextualMenuItems: IContextualMenuItem[] = createDefaultContextualMenuItems(\n participant,\n strings,\n removeButtonAllowed && participant.isRemovable ? participantListDefaultProps.onRemoveParticipant : undefined,\n participantListDefaultProps.myUserId\n );\n if (onFetchParticipantMenuItems) {\n contextualMenuItems = onFetchParticipantMenuItems(\n participant.userId,\n participantListDefaultProps.myUserId,\n contextualMenuItems\n );\n }\n const drawerMenuItems = contextualMenuItems.map((contextualMenu: IContextualMenuItem) =>\n convertContextualMenuItemToDrawerMenuItem(contextualMenu, () => setDrawerMenuItems([]))\n );\n setDrawerMenuItems(drawerMenuItems);\n }\n };\n }, [\n strings,\n participantListDefaultProps.onRemoveParticipant,\n participantListDefaultProps.myUserId,\n removeButtonAllowed,\n onFetchParticipantMenuItems,\n setDrawerMenuItems\n ]);\n\n const participantListProps: ParticipantListProps = useMemo(() => {\n const onRemoveAParticipant = async (participantId: string): Promise<void> => onRemoveParticipant(participantId);\n return {\n ...participantListDefaultProps,\n // Passing undefined callback for mobile to avoid context menus for participants in ParticipantList are clicked\n onRemoveParticipant: props.mobileView ? undefined : onRemoveAParticipant,\n // We want the drawer menu items to appear when participants in ParticipantList are clicked\n onParticipantClick: props.mobileView ? setDrawerMenuItemsForParticipant : undefined\n };\n }, [participantListDefaultProps, props.mobileView, setDrawerMenuItemsForParticipant, onRemoveParticipant]);\n\n const participantList = (\n <ParticipantListWithHeading\n isMobile={props.mobileView}\n participantListProps={participantListProps}\n onFetchAvatarPersonaData={props.onFetchAvatarPersonaData}\n onFetchParticipantMenuItems={props.mobileView ? undefined : props.onFetchParticipantMenuItems}\n title={props.strings.peoplePaneSubTitle}\n />\n );\n\n if (props.mobileView) {\n return (\n <Stack verticalFill styles={peoplePaneContainerStyle} tokens={peoplePaneContainerTokens}>\n <Stack.Item grow styles={participantListContainerStyles}>\n {participantList}\n </Stack.Item>\n\n {props.active && (\n <AddPeopleButton\n inviteLink={inviteLink}\n mobileView={props.mobileView}\n participantList={participantList}\n strings={strings}\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant={props.onAddParticipant}\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId={props.alternateCallerId}\n />\n )}\n </Stack>\n );\n }\n\n return (\n <AddPeopleButton\n inviteLink={inviteLink}\n mobileView={props.mobileView}\n participantList={participantList}\n strings={strings}\n /* @conditional-compile-remove(PSTN-calls) */\n onAddParticipant={props.onAddParticipant}\n /* @conditional-compile-remove(PSTN-calls) */\n alternateCallerId={props.alternateCallerId}\n />\n );\n};\n\n/**\n * Create default contextual menu items for particant\n * @param participant - participant to create contextual menu items for\n * @param strings - localized strings for menu item text\n * @param onRemoveParticipant - callback to remove participant\n * @param localParticipantUserId - Local participant user id\n * @returns - IContextualMenuItem[]\n */\nconst createDefaultContextualMenuItems = (\n participant: ParticipantListParticipant,\n strings: CallWithChatCompositeStrings | /* @conditional-compile-remove(one-to-n-calling) */ CallCompositeStrings,\n onRemoveParticipant?: (userId: string) => Promise<void>,\n localParticipantUserId?: string\n): IContextualMenuItem[] => {\n const menuItems: IContextualMenuItem[] = [];\n if (onRemoveParticipant && participant?.userId !== localParticipantUserId) {\n menuItems.push({\n key: 'remove',\n text: strings.removeMenuLabel,\n onClick: () => {\n if (participant?.userId) {\n onRemoveParticipant?.(participant?.userId);\n }\n },\n iconProps: {\n iconName: 'UserRemove'\n }\n });\n }\n return menuItems;\n};\n\n/**\n * @private\n */\nconst hasRemoveParticipantsPermissionTrampoline = (): boolean => {\n /* @conditional-compile-remove(rooms) */\n return _usePermissions().removeParticipantButton;\n // Return true if stable.\n return true;\n};\n\"../../../../react-components/src\""]}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Kamera",
|
4
4
|
"cameraPermissionDenied": "Ihr Browser blockiert den Zugriff auf Ihre Kamera.",
|
5
5
|
"cameraTurnedOff": "Ihre Kamera ist deaktiviert.",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Schließen",
|
7
8
|
"complianceBannerNowOnlyRecording": "Sie zeichnen nun nur diese Besprechung auf.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "Sie transkribieren diese Besprechung jetzt nur noch.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Die Transkription wird gespeichert.",
|
18
19
|
"complianceBannerTranscriptionStopped": "Die Transkription wurde beendet.",
|
19
20
|
"configurationPageTitle": "Einen Anruf beginnen",
|
21
|
+
"copyInviteLinkButtonLabel": "Einladungslink kopieren",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Gruppeneinladungslink kopiert",
|
20
23
|
"defaultPlaceHolder": "Option auswählen",
|
24
|
+
"dismissSidePaneButtonLabel": "Schließen",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Der Anruf wurde aufgrund eines Netzwerkproblems getrennt. Überprüfen Sie Ihre Verbindung, und treten Sie erneut bei.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Anruf unterbrochen",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Ihnen wurde keine Teilnahme am Anruf gewährt. Wenn dies ein Fehler war, treten Sie dem Anruf erneut bei.",
|
@@ -28,42 +32,79 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Teilnehmen am Anruf",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "Warten auf die Zulassung",
|
30
34
|
"microphonePermissionDenied": "Ihr Browser blockiert den Zugriff auf Ihr Mikrofon.",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Stummschalten oder Aufheben der Stummschaltung im Wartebereich nicht zulässig.",
|
31
36
|
"mutedMessage": "Sie sind stummgeschaltet.",
|
32
37
|
"networkReconnectMoreDetails": "Offensichtlich ist etwas schief gegangen. Wir versuchen, Sie wieder mit dem Anruf zu verbinden.",
|
33
38
|
"networkReconnectTitle": "Einen Augenblick bitte",
|
39
|
+
"deniedPermissionToRoomDetails": "Sie sind nicht berechtigt, diesem Raum beizutreten.",
|
40
|
+
"deniedPermissionToRoomTitle": "Berechtigung für Raum verweigert",
|
41
|
+
"peopleButtonLabel": "Kontakte",
|
42
|
+
"peoplePaneTitle": "Kontakte",
|
43
|
+
"peopleButtonTooltipOpen": "Teilnehmende anzeigen",
|
44
|
+
"peopleButtonTooltipClose": "Teilnehmende ausblenden",
|
45
|
+
"peoplePaneSubTitle": "In diesem Anruf",
|
34
46
|
"privacyPolicy": "Datenschutzrichtlinie",
|
35
47
|
"rejoinCallButtonLabel": "Am Anruf erneut teilnehmen",
|
36
48
|
"removedFromCallMoreDetails": "Ein anderer Teilnehmer hat Sie aus dem Anruf entfernt.",
|
37
49
|
"removedFromCallTitle": "Sie wurden entfernt",
|
50
|
+
"removeMenuLabel": "Entfernen",
|
51
|
+
"returnToCallButtonAriaDescription": "Zurück zum Anruf",
|
52
|
+
"returnToCallButtonAriaLabel": "Zurück",
|
53
|
+
"roomNotFoundDetails": "Die angegebene Raum-ID ist ungültig.",
|
54
|
+
"roomNotFoundTitle": "Raum nicht gefunden",
|
38
55
|
"soundLabel": "Sound",
|
39
56
|
"startCallButtonLabel": "Anruf beginnen",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Telefonnummer wählen",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Personen hinzufügen",
|
59
|
+
"dialpadStartCallButtonLabel": "Anrufen",
|
60
|
+
"dialpadModalTitle": "Telefonnummer wählen",
|
61
|
+
"dialpadModalAriaLabel": "Wähltastatur",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Wähltastatur schließen",
|
63
|
+
"moreButtonCallingLabel": "Mehr",
|
64
|
+
"resumeCallButtonLabel": "Fortsetzen",
|
65
|
+
"resumingCallButtonLabel": "Wird fortgesetzt…",
|
66
|
+
"resumeCallButtonAriaLabel": "Anruf fortsetzen",
|
67
|
+
"resumingCallButtonAriaLabel": "Anruf fortsetzen",
|
68
|
+
"holdScreenLabel": "Sie sind in der Warteschleife.",
|
69
|
+
"openDtmfDialpadLabel": "Wähltastatur anzeigen",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Nummer eingeben",
|
71
|
+
"outboundCallingNoticeString": "Anrufen..."
|
41
72
|
},
|
42
73
|
"chat": {
|
43
|
-
"chatListHeader": "In diesem Chat"
|
74
|
+
"chatListHeader": "In diesem Chat",
|
75
|
+
"uploadFile": "Datei hochladen"
|
44
76
|
},
|
45
77
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Personen",
|
47
|
-
"peopleButtonTooltipOpen": "Teilnehmende anzeigen",
|
48
|
-
"peopleButtonTooltipClose": "Teilnehmende ausblenden",
|
49
78
|
"chatButtonLabel": "Chat",
|
79
|
+
"chatButtonNewMessageNotificationLabel": "Neue Nachricht",
|
50
80
|
"chatButtonTooltipClosedWithMessageCount": "Chat anzeigen ({unreadMessagesCount} ungelesen)",
|
51
|
-
"chatButtonTooltipOpen": "Chat anzeigen",
|
52
81
|
"chatButtonTooltipClose": "Chat ausblenden",
|
82
|
+
"chatButtonTooltipOpen": "Chat anzeigen",
|
83
|
+
"chatPaneTitle": "Chat",
|
84
|
+
"copyInviteLinkButtonLabel": "Einladungslink kopieren",
|
85
|
+
"copyInviteLinkActionedAriaLabel": "Gruppeneinladungslink kopiert",
|
86
|
+
"dismissSidePaneButtonLabel": "Schließen",
|
53
87
|
"moreDrawerAudioDeviceMenuTitle": "Audiogerät",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Mikrofon",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Lautsprecher",
|
56
88
|
"moreDrawerButtonLabel": "Weitere Optionen",
|
57
89
|
"moreDrawerButtonTooltip": "Weitere Optionen",
|
58
|
-
"
|
90
|
+
"moreDrawerMicrophoneMenuTitle": "Mikrofon",
|
91
|
+
"moreDrawerSpeakerMenuTitle": "Lautsprecher",
|
92
|
+
"peopleButtonLabel": "Personen",
|
93
|
+
"peopleButtonTooltipOpen": "Teilnehmende anzeigen",
|
94
|
+
"peopleButtonTooltipClose": "Teilnehmende ausblenden",
|
59
95
|
"peoplePaneSubTitle": "In diesem Anruf",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Neue Nachricht",
|
96
|
+
"peoplePaneTitle": "Personen",
|
62
97
|
"pictureInPictureTileAriaLabel": "Videofeeds. Klicken Sie hier, um zum Anrufbildschirm zurückzukehren.",
|
63
98
|
"removeMenuLabel": "Entfernen",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Schließen",
|
99
|
+
"openDialpadButtonLabel": "Telefonnummer wählen",
|
66
100
|
"returnToCallButtonAriaDescription": "Zurück zum Anruf",
|
67
|
-
"returnToCallButtonAriaLabel": "Zurück"
|
101
|
+
"returnToCallButtonAriaLabel": "Zurück",
|
102
|
+
"peoplePaneAddPeopleButtonLabel": "Personen hinzufügen",
|
103
|
+
"dialpadStartCallButtonLabel": "Anrufen",
|
104
|
+
"dialpadModalTitle": "Telefonnummer wählen",
|
105
|
+
"dialpadModalAriaLabel": "Wähltastatur",
|
106
|
+
"dialpadCloseModalButtonAriaLabel": "Wähltastatur schließen",
|
107
|
+
"openDtmfDialpadLabel": "Wähltastatur anzeigen",
|
108
|
+
"dtmfDialpadPlaceHolderText": "Nummer eingeben"
|
68
109
|
}
|
69
110
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Camera",
|
4
4
|
"cameraPermissionDenied": "Your browser is blocking access to your camera",
|
5
5
|
"cameraTurnedOff": "Your camera is turned off",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Close",
|
7
8
|
"complianceBannerNowOnlyRecording": "You are now only recording this meeting.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "You are now only transcribing this meeting.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Transcription is being saved.",
|
18
19
|
"complianceBannerTranscriptionStopped": "Transcription has stopped.",
|
19
20
|
"configurationPageTitle": "Start a call",
|
21
|
+
"copyInviteLinkButtonLabel": "Copy invite link",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Invite link copied",
|
20
23
|
"defaultPlaceHolder": "Select an option",
|
24
|
+
"dismissSidePaneButtonLabel": "Close",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Call was disconnected due to a network issue. Check your connection and join again.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Call disconnected",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "You were not granted entry in the call. If this was a mistake, re-join the call.",
|
@@ -28,42 +32,79 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Joining call",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "Waiting to be admitted",
|
30
34
|
"microphonePermissionDenied": "Your browser is blocking access to your microphone",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Cannot mute or unmute while in lobby.",
|
31
36
|
"mutedMessage": "You're muted",
|
32
37
|
"networkReconnectMoreDetails": "Looks like something went wrong. We're trying to get back into the call.",
|
33
38
|
"networkReconnectTitle": "Hold on",
|
39
|
+
"deniedPermissionToRoomDetails": "You do not have permission to join this room.",
|
40
|
+
"deniedPermissionToRoomTitle": "Permission denied to room",
|
41
|
+
"peopleButtonLabel": "People",
|
42
|
+
"peoplePaneTitle": "People",
|
43
|
+
"peopleButtonTooltipOpen": "Show participants",
|
44
|
+
"peopleButtonTooltipClose": "Hide participants",
|
45
|
+
"peoplePaneSubTitle": "In this call",
|
34
46
|
"privacyPolicy": "Privacy policy",
|
35
47
|
"rejoinCallButtonLabel": "Re-join call",
|
36
48
|
"removedFromCallMoreDetails": "Another participant removed you from the call.",
|
37
49
|
"removedFromCallTitle": "You were removed",
|
50
|
+
"removeMenuLabel": "Remove",
|
51
|
+
"returnToCallButtonAriaDescription": "Return to Call",
|
52
|
+
"returnToCallButtonAriaLabel": "Back",
|
53
|
+
"roomNotFoundDetails": "Room ID provided is not valid.",
|
54
|
+
"roomNotFoundTitle": "Room not found",
|
38
55
|
"soundLabel": "Sound",
|
39
56
|
"startCallButtonLabel": "Start call",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Dial phone number",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Add People",
|
59
|
+
"dialpadStartCallButtonLabel": "Call",
|
60
|
+
"dialpadModalTitle": "Dial Phone Number",
|
61
|
+
"dialpadModalAriaLabel": "Dialpad",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Close dialpad",
|
63
|
+
"moreButtonCallingLabel": "More",
|
64
|
+
"resumeCallButtonLabel": "Resume",
|
65
|
+
"resumingCallButtonLabel": "Resuming...",
|
66
|
+
"resumeCallButtonAriaLabel": "Resume call",
|
67
|
+
"resumingCallButtonAriaLabel": "Resume call",
|
68
|
+
"holdScreenLabel": "You're on hold",
|
69
|
+
"openDtmfDialpadLabel": "Show dialpad",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Enter number",
|
71
|
+
"outboundCallingNoticeString": "Calling..."
|
41
72
|
},
|
42
73
|
"chat": {
|
43
|
-
"chatListHeader": "In this chat"
|
74
|
+
"chatListHeader": "In this chat",
|
75
|
+
"uploadFile": "Upload File"
|
44
76
|
},
|
45
77
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "People",
|
47
|
-
"peopleButtonTooltipOpen": "Show participants",
|
48
|
-
"peopleButtonTooltipClose": "Hide participants",
|
49
78
|
"chatButtonLabel": "Chat",
|
79
|
+
"chatButtonNewMessageNotificationLabel": "New Message",
|
50
80
|
"chatButtonTooltipClosedWithMessageCount": "Show chat ({unreadMessagesCount} unread)",
|
51
|
-
"chatButtonTooltipOpen": "Show chat",
|
52
81
|
"chatButtonTooltipClose": "Hide chat",
|
82
|
+
"chatButtonTooltipOpen": "Show chat",
|
83
|
+
"chatPaneTitle": "Chat",
|
84
|
+
"copyInviteLinkButtonLabel": "Copy invite link",
|
85
|
+
"copyInviteLinkActionedAriaLabel": "Invite link copied",
|
86
|
+
"dismissSidePaneButtonLabel": "Close",
|
53
87
|
"moreDrawerAudioDeviceMenuTitle": "Audio Device",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Speaker",
|
56
88
|
"moreDrawerButtonLabel": "More options",
|
57
89
|
"moreDrawerButtonTooltip": "More options",
|
58
|
-
"
|
90
|
+
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
91
|
+
"moreDrawerSpeakerMenuTitle": "Speaker",
|
92
|
+
"peopleButtonLabel": "People",
|
93
|
+
"peopleButtonTooltipOpen": "Show participants",
|
94
|
+
"peopleButtonTooltipClose": "Hide participants",
|
59
95
|
"peoplePaneSubTitle": "In this call",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "New Message",
|
96
|
+
"peoplePaneTitle": "People",
|
62
97
|
"pictureInPictureTileAriaLabel": "Video Feeds. Click to return to call screen.",
|
63
98
|
"removeMenuLabel": "Remove",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Close",
|
99
|
+
"openDialpadButtonLabel": "Dial phone number",
|
66
100
|
"returnToCallButtonAriaDescription": "Return to Call",
|
67
|
-
"returnToCallButtonAriaLabel": "Back"
|
101
|
+
"returnToCallButtonAriaLabel": "Back",
|
102
|
+
"peoplePaneAddPeopleButtonLabel": "Add People",
|
103
|
+
"dialpadStartCallButtonLabel": "Call",
|
104
|
+
"dialpadModalTitle": "Dial Phone Number",
|
105
|
+
"dialpadModalAriaLabel": "Dialpad",
|
106
|
+
"dialpadCloseModalButtonAriaLabel": "Close dialpad",
|
107
|
+
"openDtmfDialpadLabel": "Show dialpad",
|
108
|
+
"dtmfDialpadPlaceHolderText": "Enter number"
|
68
109
|
}
|
69
110
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Cámara",
|
4
4
|
"cameraPermissionDenied": "El explorador está bloqueando el acceso a la cámara",
|
5
5
|
"cameraTurnedOff": "La cámara está apagada",
|
6
|
+
"chatButtonLabel": "Chat",
|
6
7
|
"close": "Cerrar",
|
7
8
|
"complianceBannerNowOnlyRecording": "Solo está grabando esta reunión.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "Solo está transcribiendo esta reunión.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Se está guardando la transcripción.",
|
18
19
|
"complianceBannerTranscriptionStopped": "La transcripción se ha detenido.",
|
19
20
|
"configurationPageTitle": "Iniciar una llamada",
|
21
|
+
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado",
|
20
23
|
"defaultPlaceHolder": "Seleccionar una opción",
|
24
|
+
"dismissSidePaneButtonLabel": "Cerrar",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "Se desconectó la llamada debido a un problema de red. Compruebe la conexión y únase de nuevo.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Llamada desconectada",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "No se te concedió la entrada a la llamada. Si se trata de un error, vuelve a unirte.",
|
@@ -28,42 +32,79 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Uniéndose a la llamada",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "Esperando a ser admitido",
|
30
34
|
"microphonePermissionDenied": "El explorador está bloqueando el acceso al micrófono",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "No se puede silenciar ni reactivar el audio mientras se está en la sala de espera.",
|
31
36
|
"mutedMessage": "Estás silenciado",
|
32
37
|
"networkReconnectMoreDetails": "Parece que hubo un problema. Estamos intentando reconectar la llamada.",
|
33
38
|
"networkReconnectTitle": "Espere",
|
39
|
+
"deniedPermissionToRoomDetails": "No tiene permiso para unirse a esta sala.",
|
40
|
+
"deniedPermissionToRoomTitle": "Permiso denegado a la sala",
|
41
|
+
"peopleButtonLabel": "Contactos",
|
42
|
+
"peoplePaneTitle": "Contactos",
|
43
|
+
"peopleButtonTooltipOpen": "Mostrar participantes",
|
44
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
45
|
+
"peoplePaneSubTitle": "En esta llamada",
|
34
46
|
"privacyPolicy": "Directiva de privacidad",
|
35
47
|
"rejoinCallButtonLabel": "Volver a unirse a la llamada",
|
36
48
|
"removedFromCallMoreDetails": "Otro participante te ha eliminado de la llamada.",
|
37
49
|
"removedFromCallTitle": "Fuiste eliminado",
|
50
|
+
"removeMenuLabel": "Quitar",
|
51
|
+
"returnToCallButtonAriaDescription": "Volver a llamada",
|
52
|
+
"returnToCallButtonAriaLabel": "Volver",
|
53
|
+
"roomNotFoundDetails": "El id. de sala proporcionado no es válido.",
|
54
|
+
"roomNotFoundTitle": "No se ha encontrado la sala",
|
38
55
|
"soundLabel": "Sonido",
|
39
56
|
"startCallButtonLabel": "Iniciar llamada",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Marcar número de teléfono",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Agregar contactos",
|
59
|
+
"dialpadStartCallButtonLabel": "Llamar",
|
60
|
+
"dialpadModalTitle": "Marcar número de teléfono",
|
61
|
+
"dialpadModalAriaLabel": "Teclado de marcado",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Cerrar teclado de marcado",
|
63
|
+
"moreButtonCallingLabel": "Más",
|
64
|
+
"resumeCallButtonLabel": "Reanudar",
|
65
|
+
"resumingCallButtonLabel": "Reanudando…",
|
66
|
+
"resumeCallButtonAriaLabel": "Reanudar llamada",
|
67
|
+
"resumingCallButtonAriaLabel": "Reanudar llamada",
|
68
|
+
"holdScreenLabel": "Está en espera",
|
69
|
+
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Introducir número",
|
71
|
+
"outboundCallingNoticeString": "Llamando..."
|
41
72
|
},
|
42
73
|
"chat": {
|
43
|
-
"chatListHeader": "En este chat"
|
74
|
+
"chatListHeader": "En este chat",
|
75
|
+
"uploadFile": "Subir archivo"
|
44
76
|
},
|
45
77
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Contactos",
|
47
|
-
"peopleButtonTooltipOpen": "Mostrar participantes",
|
48
|
-
"peopleButtonTooltipClose": "Ocultar participantes",
|
49
78
|
"chatButtonLabel": "Chat",
|
79
|
+
"chatButtonNewMessageNotificationLabel": "Nuevo mensaje",
|
50
80
|
"chatButtonTooltipClosedWithMessageCount": "Mostrar chat ({unreadMessagesCount} no leídos)",
|
51
|
-
"chatButtonTooltipOpen": "Mostrar chat",
|
52
81
|
"chatButtonTooltipClose": "Ocultar chat",
|
82
|
+
"chatButtonTooltipOpen": "Mostrar chat",
|
83
|
+
"chatPaneTitle": "Chat",
|
84
|
+
"copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
|
85
|
+
"copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado",
|
86
|
+
"dismissSidePaneButtonLabel": "Cerrar",
|
53
87
|
"moreDrawerAudioDeviceMenuTitle": "Dispositivo de audio",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Micrófono",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Altavoz",
|
56
88
|
"moreDrawerButtonLabel": "Más opciones",
|
57
89
|
"moreDrawerButtonTooltip": "Más opciones",
|
58
|
-
"
|
90
|
+
"moreDrawerMicrophoneMenuTitle": "Micrófono",
|
91
|
+
"moreDrawerSpeakerMenuTitle": "Altavoz",
|
92
|
+
"peopleButtonLabel": "Contactos",
|
93
|
+
"peopleButtonTooltipOpen": "Mostrar participantes",
|
94
|
+
"peopleButtonTooltipClose": "Ocultar participantes",
|
59
95
|
"peoplePaneSubTitle": "En esta llamada",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Nuevo mensaje",
|
96
|
+
"peoplePaneTitle": "Contactos",
|
62
97
|
"pictureInPictureTileAriaLabel": "Fuentes de vídeo. Hacer clic para volver a la pantalla de la llamada.",
|
63
98
|
"removeMenuLabel": "Quitar",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Cerrar",
|
99
|
+
"openDialpadButtonLabel": "Marcar número de teléfono",
|
66
100
|
"returnToCallButtonAriaDescription": "Volver a llamada",
|
67
|
-
"returnToCallButtonAriaLabel": "Volver"
|
101
|
+
"returnToCallButtonAriaLabel": "Volver",
|
102
|
+
"peoplePaneAddPeopleButtonLabel": "Agregar contactos",
|
103
|
+
"dialpadStartCallButtonLabel": "Llamar",
|
104
|
+
"dialpadModalTitle": "Marcar número de teléfono",
|
105
|
+
"dialpadModalAriaLabel": "Teclado de marcado",
|
106
|
+
"dialpadCloseModalButtonAriaLabel": "Cerrar teclado de marcado",
|
107
|
+
"openDtmfDialpadLabel": "Mostrar teclado de marcado",
|
108
|
+
"dtmfDialpadPlaceHolderText": "Introducir número"
|
68
109
|
}
|
69
110
|
}
|
package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
"cameraLabel": "Appareil photo",
|
4
4
|
"cameraPermissionDenied": "Votre navigateur bloque l’accès à votre caméra",
|
5
5
|
"cameraTurnedOff": "Votre caméra est désactivée",
|
6
|
+
"chatButtonLabel": "Conversation",
|
6
7
|
"close": "Fermer",
|
7
8
|
"complianceBannerNowOnlyRecording": "Vous n’enregistrez désormais que cette réunion.",
|
8
9
|
"complianceBannerNowOnlyTranscription": "À présent, vous ne transcrivez que cette réunion.",
|
@@ -17,7 +18,10 @@
|
|
17
18
|
"complianceBannerTranscriptionSaving": "Sauvegarde en cours de la transcription.",
|
18
19
|
"complianceBannerTranscriptionStopped": "La transcription a pris fin.",
|
19
20
|
"configurationPageTitle": "Lancer un appel",
|
21
|
+
"copyInviteLinkButtonLabel": "Copier le lien d'invitation",
|
22
|
+
"copyInviteLinkActionedAriaLabel": "Le lien d’invitation a été copié.",
|
20
23
|
"defaultPlaceHolder": "Sélectionnez une option",
|
24
|
+
"dismissSidePaneButtonLabel": "Fermer",
|
21
25
|
"failedToJoinCallDueToNoNetworkMoreDetails": "L’appel a été déconnecté en raison d’un problème réseau. Vérifiez votre connexion et rejoignez-la à nouveau.",
|
22
26
|
"failedToJoinCallDueToNoNetworkTitle": "Appel déconnecté",
|
23
27
|
"failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Vous n’avez pas reçu d’entrée dans l’appel. S’il s’agissait d’une erreur, rejoignez à nouveau l’appel.",
|
@@ -28,42 +32,79 @@
|
|
28
32
|
"lobbyScreenConnectingToCallTitle": "Connexion à l'appel",
|
29
33
|
"lobbyScreenWaitingToBeAdmittedTitle": "En attente d’admission",
|
30
34
|
"microphonePermissionDenied": "Votre navigateur bloque l’accès à votre micro",
|
35
|
+
"microphoneToggleInLobbyNotAllowed": "Impossible de désactiver ou d’activer le son dans la salle d’attente.",
|
31
36
|
"mutedMessage": "Le son de votre micro est désactivé.",
|
32
37
|
"networkReconnectMoreDetails": "On dirait qu'une erreur est survenue. Nous tentons de vous reconnecter à l’appel.",
|
33
38
|
"networkReconnectTitle": "Patience",
|
39
|
+
"deniedPermissionToRoomDetails": "Vous n’êtes pas autorisé à rejoindre cette salle.",
|
40
|
+
"deniedPermissionToRoomTitle": "Autorisation refusée pour la salle",
|
41
|
+
"peopleButtonLabel": "Personnes",
|
42
|
+
"peoplePaneTitle": "Personnes",
|
43
|
+
"peopleButtonTooltipOpen": "Afficher les participants",
|
44
|
+
"peopleButtonTooltipClose": "Masquer les participants",
|
45
|
+
"peoplePaneSubTitle": "Dans cet appel",
|
34
46
|
"privacyPolicy": "Politique de confidentialité",
|
35
47
|
"rejoinCallButtonLabel": "Rejoindre l’appel à nouveau.",
|
36
48
|
"removedFromCallMoreDetails": "Un autre participant vous a supprimé de l’appel.",
|
37
49
|
"removedFromCallTitle": "Vous avez été supprimé.",
|
50
|
+
"removeMenuLabel": "Supprimer",
|
51
|
+
"returnToCallButtonAriaDescription": "Revenir à l’appel",
|
52
|
+
"returnToCallButtonAriaLabel": "Précédent",
|
53
|
+
"roomNotFoundDetails": "L’ID de salle fourni n’est pas valide.",
|
54
|
+
"roomNotFoundTitle": "Salle introuvable",
|
38
55
|
"soundLabel": "Son",
|
39
56
|
"startCallButtonLabel": "Lancer l'appel",
|
40
|
-
"
|
57
|
+
"openDialpadButtonLabel": "Composer le numéro de téléphone",
|
58
|
+
"peoplePaneAddPeopleButtonLabel": "Ajouter des personnes",
|
59
|
+
"dialpadStartCallButtonLabel": "Appeler",
|
60
|
+
"dialpadModalTitle": "Composer le numéro de téléphone",
|
61
|
+
"dialpadModalAriaLabel": "Pavé numérique",
|
62
|
+
"dialpadCloseModalButtonAriaLabel": "Fermer le pavé numérique",
|
63
|
+
"moreButtonCallingLabel": "Plus",
|
64
|
+
"resumeCallButtonLabel": "Reprendre",
|
65
|
+
"resumingCallButtonLabel": "Reprise...",
|
66
|
+
"resumeCallButtonAriaLabel": "Reprendre l’appel",
|
67
|
+
"resumingCallButtonAriaLabel": "Reprendre l’appel",
|
68
|
+
"holdScreenLabel": "Vous avez été mis(e) en attente.",
|
69
|
+
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
70
|
+
"dtmfDialpadPlaceHolderText": "Saisir un numéro",
|
71
|
+
"outboundCallingNoticeString": "Appel en cours..."
|
41
72
|
},
|
42
73
|
"chat": {
|
43
|
-
"chatListHeader": "Dans cette conversation"
|
74
|
+
"chatListHeader": "Dans cette conversation",
|
75
|
+
"uploadFile": "Charger un fichier"
|
44
76
|
},
|
45
77
|
"callWithChat": {
|
46
|
-
"peopleButtonLabel": "Personnes",
|
47
|
-
"peopleButtonTooltipOpen": "Afficher les participants",
|
48
|
-
"peopleButtonTooltipClose": "Masquer les participants",
|
49
78
|
"chatButtonLabel": "Clavardage",
|
79
|
+
"chatButtonNewMessageNotificationLabel": "Nouveau message",
|
50
80
|
"chatButtonTooltipClosedWithMessageCount": "Afficher la conversation ({unreadMessagesCount} non lu)",
|
51
|
-
"chatButtonTooltipOpen": "Afficher la conversation",
|
52
81
|
"chatButtonTooltipClose": "Masquer la conversation",
|
82
|
+
"chatButtonTooltipOpen": "Afficher la conversation",
|
83
|
+
"chatPaneTitle": "Clavardage",
|
84
|
+
"copyInviteLinkButtonLabel": "Copier le lien d'invitation",
|
85
|
+
"copyInviteLinkActionedAriaLabel": "Le lien d’invitation a été copié.",
|
86
|
+
"dismissSidePaneButtonLabel": "Fermer",
|
53
87
|
"moreDrawerAudioDeviceMenuTitle": "Périphérique audio",
|
54
|
-
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
55
|
-
"moreDrawerSpeakerMenuTitle": "Haut-parleur",
|
56
88
|
"moreDrawerButtonLabel": "Autres options",
|
57
89
|
"moreDrawerButtonTooltip": "Autres options",
|
58
|
-
"
|
90
|
+
"moreDrawerMicrophoneMenuTitle": "Microphone",
|
91
|
+
"moreDrawerSpeakerMenuTitle": "Haut-parleur",
|
92
|
+
"peopleButtonLabel": "Personnes",
|
93
|
+
"peopleButtonTooltipOpen": "Afficher les participants",
|
94
|
+
"peopleButtonTooltipClose": "Masquer les participants",
|
59
95
|
"peoplePaneSubTitle": "Pendant cet appel",
|
60
|
-
"
|
61
|
-
"chatButtonNewMessageNotificationLabel": "Nouveau message",
|
96
|
+
"peoplePaneTitle": "Personnes",
|
62
97
|
"pictureInPictureTileAriaLabel": "Flux vidéo. Cliquez pour revenir à l’écran d’appel.",
|
63
98
|
"removeMenuLabel": "Supprimer",
|
64
|
-
"
|
65
|
-
"dismissSidePaneButton": "Fermer",
|
99
|
+
"openDialpadButtonLabel": "Composer le numéro de téléphone",
|
66
100
|
"returnToCallButtonAriaDescription": "Revenir à l’appel",
|
67
|
-
"returnToCallButtonAriaLabel": "Précédent"
|
101
|
+
"returnToCallButtonAriaLabel": "Précédent",
|
102
|
+
"peoplePaneAddPeopleButtonLabel": "Ajouter des personnes",
|
103
|
+
"dialpadStartCallButtonLabel": "Appeler",
|
104
|
+
"dialpadModalTitle": "Composer le numéro de téléphone",
|
105
|
+
"dialpadModalAriaLabel": "Pavé numérique",
|
106
|
+
"dialpadCloseModalButtonAriaLabel": "Fermer le pavé numérique",
|
107
|
+
"openDtmfDialpadLabel": "Afficher le pavé numérique",
|
108
|
+
"dtmfDialpadPlaceHolderText": "Saisir un numéro"
|
68
109
|
}
|
69
110
|
}
|