@azure/communication-react 1.15.0-alpha-202404060012 → 1.15.0-alpha-202404100012
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 +36 -43
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CLkmWBpD.js → ChatMessageComponentAsRichTextEditBox-CeSMD9E_.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CLkmWBpD.js.map → ChatMessageComponentAsRichTextEditBox-CeSMD9E_.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-CeUuqiwO.js → index-DtankK1c.js} +264 -228
- package/dist/dist-cjs/communication-react/index-DtankK1c.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +6 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -3
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +6 -20
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +1 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +8 -31
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +11 -28
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +1 -5
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +14 -9
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +9 -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 -2
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +7 -20
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +15 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +42 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.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/react-components/src/components/AttachmentDownloadCards.js +6 -10
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +33 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +2 -2
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.d.ts +1 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js +2 -2
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextInputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +2 -2
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +3 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +0 -21
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +5 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +16 -2
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +2 -2
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.d.ts +2 -6
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +1 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +1 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +8 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +10 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +9 -2
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-CeUuqiwO.js.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LocalizationProvider.js","sourceRoot":"","sources":["../../../../../../react-components/src/localization/LocalizationProvider.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAgCzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAsJnD;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAkB,sBAAsB,CAAC,CAAC;AAcpF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAgC,EAAe,EAAE;IACpF,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IACnC,OAAO,oBAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,IAAG,QAAQ,CAA0B,CAAC;AACpF,CAAC,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAoB,EAAE,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React, { createContext, useContext } from 'react';\nimport {\n CameraButtonStrings,\n EndCallButtonStrings,\n ErrorBarStrings,\n MessageStatusIndicatorStrings,\n MessageThreadStrings,\n MicrophoneButtonStrings,\n DevicesButtonStrings,\n ParticipantsButtonStrings,\n ParticipantItemStrings,\n ScreenShareButtonStrings,\n SendBoxStrings,\n TypingIndicatorStrings,\n VideoGalleryStrings\n} from '../components';\n\nimport { RaiseHandButtonStrings } from '../components';\n/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\nimport { HoldButtonStrings } from '../components';\nimport { DialpadStrings } from '../components';\n/* @conditional-compile-remove(call-readiness) */\nimport { SitePermissionsStrings } from '../components/DevicePermissions/SitePermissionsScaffolding';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedStrings } from '../components/DevicePermissions/BrowserPermissionDenied';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedIOSStrings } from '../components/DevicePermissions/BrowserPermissionDeniedIOS';\n/* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserStrings } from '../components/UnsupportedBrowser';\n/* @conditional-compile-remove(one-to-n-calling) */\n// @conditional-compile-remove(PSTN-calls)\nimport { VideoTileStrings } from '../components/VideoTile';\nimport { COMPONENT_LOCALE_EN_US } from './locales';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserVersionStrings } from '../components/UnsupportedBrowserVersion';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedOperatingSystemStrings } from '../components/UnsupportedOperatingSystem';\nimport { VerticalGalleryStrings } from '../components/VerticalGallery';\n/* @conditional-compile-remove(total-participant-count) */\nimport { ParticipantListStrings } from '../components/ParticipantList';\n/* @conditional-compile-remove(mention) */\nimport { MentionPopoverStrings } from '../components/MentionPopover';\nimport { ImageOverlayStrings } from '../components/ImageOverlay';\n/* @conditional-compile-remove(reaction) */\nimport { ReactionButtonStrings } from '../components';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { RichTextSendBoxStrings } from '../components/RichTextEditor/RichTextSendBox';\n\n/**\n * Locale information for all components exported from this library.\n *\n * @public\n */\nexport interface ComponentLocale {\n /** Strings for components */\n strings: ComponentStrings;\n /* @conditional-compile-remove(date-time-customization) */\n /**\n * Optional function to provide customized date format.\n * @beta\n */\n onDisplayDateTimeString?: (messageDate: Date) => string;\n}\n\n/**\n * Strings used by all components exported from this library.\n *\n * @public\n */\nexport interface ComponentStrings {\n /** Strings for MessageThread */\n messageThread: MessageThreadStrings;\n /** Strings for ParticipantItem */\n participantItem: ParticipantItemStrings;\n /** Strings for CameraButton */\n cameraButton: CameraButtonStrings;\n /** Strings for MicrophoneButton */\n microphoneButton: MicrophoneButtonStrings;\n /** Strings for EndCallButton */\n endCallButton: EndCallButtonStrings;\n /** Strings for DevicesButton */\n devicesButton: DevicesButtonStrings;\n /** Strings for ParticipantsButton */\n participantsButton: ParticipantsButtonStrings;\n /** Strings for ScreenShareButton */\n screenShareButton: ScreenShareButtonStrings;\n /** Strings for RaiseHandButton */\n raiseHandButton: RaiseHandButtonStrings;\n /* @conditional-compile-remove(reaction) */\n /**\n * Strings for ReactionButton\n * @beta\n * */\n reactionButton: ReactionButtonStrings;\n /** Strings for TypingIndicator */\n typingIndicator: TypingIndicatorStrings;\n /** Strings for SendBox */\n sendBox: SendBoxStrings;\n /* @conditional-compile-remove(rich-text-editor) */\n /** Strings for RichTextSendBox */\n richTextSendBox: RichTextSendBoxStrings;\n /* @conditional-compile-remove(mention) */\n /** Strings for MentionPopover */\n mentionPopover: MentionPopoverStrings;\n /** Strings for ImageOverlay */\n imageOverlay: ImageOverlayStrings;\n /** Strings for MessageStatusIndicator */\n messageStatusIndicator: MessageStatusIndicatorStrings;\n /** Strings for ErroBar */\n errorBar: ErrorBarStrings;\n /** Strings for VideoGallery */\n videoGallery: VideoGalleryStrings;\n /** Strings for Dialpad */\n dialpad: DialpadStrings;\n /* @conditional-compile-remove(one-to-n-calling) */\n // @conditional-compile-remove(PSTN-calls)\n /** Strings for VideoTile */\n videoTile: VideoTileStrings;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /** Strings for HoldButton */\n holdButton: HoldButtonStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n MicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n MicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n MicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser UI */\n UnsupportedBrowser: UnsupportedBrowserStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDenied */\n BrowserPermissionDenied: BrowserPermissionDeniedStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDeniedIOS */\n BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;\n\n /**\n * Strings for the VerticalGallery.\n */\n verticalGallery: VerticalGalleryStrings;\n /* @conditional-compile-remove(total-participant-count) */\n /** Strings for the participant list component */\n ParticipantList: ParticipantListStrings;\n}\n\n/**\n * Context for providing localized strings to components exported from this library.\n *\n * @public\n */\nexport const LocaleContext = createContext<ComponentLocale>(COMPONENT_LOCALE_EN_US);\n\n/**\n * Props for {@link LocalizationProvider}.\n *\n * @public\n */\nexport type LocalizationProviderProps = {\n /** Locale context to provide components */\n locale: ComponentLocale;\n /** Children to provide locale context. */\n children: React.ReactNode;\n};\n\n/**\n * Provider to provide localized strings for this library's react components.\n *\n * @remarks Components will be provided localized strings in English (US) by default if this\n * provider is not used.\n *\n * @public\n */\nexport const LocalizationProvider = (props: LocalizationProviderProps): JSX.Element => {\n const { locale, children } = props;\n return <LocaleContext.Provider value={locale}>{children}</LocaleContext.Provider>;\n};\n\n/** React hook to access locale */\nexport const useLocale = (): ComponentLocale => useContext(LocaleContext);\n"]}
|
1
|
+
{"version":3,"file":"LocalizationProvider.js","sourceRoot":"","sources":["../../../../../../react-components/src/localization/LocalizationProvider.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAgCzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAqJnD;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAkB,sBAAsB,CAAC,CAAC;AAcpF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAgC,EAAe,EAAE;IACpF,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IACnC,OAAO,oBAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,IAAG,QAAQ,CAA0B,CAAC;AACpF,CAAC,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAoB,EAAE,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React, { createContext, useContext } from 'react';\nimport {\n CameraButtonStrings,\n EndCallButtonStrings,\n ErrorBarStrings,\n MessageStatusIndicatorStrings,\n MessageThreadStrings,\n MicrophoneButtonStrings,\n DevicesButtonStrings,\n ParticipantsButtonStrings,\n ParticipantItemStrings,\n ScreenShareButtonStrings,\n SendBoxStrings,\n TypingIndicatorStrings,\n VideoGalleryStrings\n} from '../components';\n\nimport { RaiseHandButtonStrings } from '../components';\n/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\nimport { HoldButtonStrings } from '../components';\nimport { DialpadStrings } from '../components';\n/* @conditional-compile-remove(call-readiness) */\nimport { SitePermissionsStrings } from '../components/DevicePermissions/SitePermissionsScaffolding';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedStrings } from '../components/DevicePermissions/BrowserPermissionDenied';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedIOSStrings } from '../components/DevicePermissions/BrowserPermissionDeniedIOS';\n/* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserStrings } from '../components/UnsupportedBrowser';\n/* @conditional-compile-remove(one-to-n-calling) */\n// @conditional-compile-remove(PSTN-calls)\nimport { VideoTileStrings } from '../components/VideoTile';\nimport { COMPONENT_LOCALE_EN_US } from './locales';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserVersionStrings } from '../components/UnsupportedBrowserVersion';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedOperatingSystemStrings } from '../components/UnsupportedOperatingSystem';\nimport { VerticalGalleryStrings } from '../components/VerticalGallery';\n/* @conditional-compile-remove(total-participant-count) */\nimport { ParticipantListStrings } from '../components/ParticipantList';\n/* @conditional-compile-remove(mention) */\nimport { MentionPopoverStrings } from '../components/MentionPopover';\nimport { ImageOverlayStrings } from '../components/ImageOverlay';\n/* @conditional-compile-remove(reaction) */\nimport { ReactionButtonStrings } from '../components';\n/* @conditional-compile-remove(rich-text-editor) */\nimport { RichTextSendBoxStrings } from '../components/RichTextEditor/RichTextSendBox';\n\n/**\n * Locale information for all components exported from this library.\n *\n * @public\n */\nexport interface ComponentLocale {\n /** Strings for components */\n strings: ComponentStrings;\n /* @conditional-compile-remove(date-time-customization) */\n /**\n * Optional function to provide customized date format.\n * @beta\n */\n onDisplayDateTimeString?: (messageDate: Date) => string;\n}\n\n/**\n * Strings used by all components exported from this library.\n *\n * @public\n */\nexport interface ComponentStrings {\n /** Strings for MessageThread */\n messageThread: MessageThreadStrings;\n /** Strings for ParticipantItem */\n participantItem: ParticipantItemStrings;\n /** Strings for CameraButton */\n cameraButton: CameraButtonStrings;\n /** Strings for MicrophoneButton */\n microphoneButton: MicrophoneButtonStrings;\n /** Strings for EndCallButton */\n endCallButton: EndCallButtonStrings;\n /** Strings for DevicesButton */\n devicesButton: DevicesButtonStrings;\n /** Strings for ParticipantsButton */\n participantsButton: ParticipantsButtonStrings;\n /** Strings for ScreenShareButton */\n screenShareButton: ScreenShareButtonStrings;\n /** Strings for RaiseHandButton */\n raiseHandButton: RaiseHandButtonStrings;\n /* @conditional-compile-remove(reaction) */\n /**\n * Strings for ReactionButton\n * */\n reactionButton: ReactionButtonStrings;\n /** Strings for TypingIndicator */\n typingIndicator: TypingIndicatorStrings;\n /** Strings for SendBox */\n sendBox: SendBoxStrings;\n /* @conditional-compile-remove(rich-text-editor) */\n /** Strings for RichTextSendBox */\n richTextSendBox: RichTextSendBoxStrings;\n /* @conditional-compile-remove(mention) */\n /** Strings for MentionPopover */\n mentionPopover: MentionPopoverStrings;\n /** Strings for ImageOverlay */\n imageOverlay: ImageOverlayStrings;\n /** Strings for MessageStatusIndicator */\n messageStatusIndicator: MessageStatusIndicatorStrings;\n /** Strings for ErroBar */\n errorBar: ErrorBarStrings;\n /** Strings for VideoGallery */\n videoGallery: VideoGalleryStrings;\n /** Strings for Dialpad */\n dialpad: DialpadStrings;\n /* @conditional-compile-remove(one-to-n-calling) */\n // @conditional-compile-remove(PSTN-calls)\n /** Strings for VideoTile */\n videoTile: VideoTileStrings;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /** Strings for HoldButton */\n holdButton: HoldButtonStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n MicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n MicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n MicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser UI */\n UnsupportedBrowser: UnsupportedBrowserStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDenied */\n BrowserPermissionDenied: BrowserPermissionDeniedStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDeniedIOS */\n BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;\n\n /**\n * Strings for the VerticalGallery.\n */\n verticalGallery: VerticalGalleryStrings;\n /* @conditional-compile-remove(total-participant-count) */\n /** Strings for the participant list component */\n ParticipantList: ParticipantListStrings;\n}\n\n/**\n * Context for providing localized strings to components exported from this library.\n *\n * @public\n */\nexport const LocaleContext = createContext<ComponentLocale>(COMPONENT_LOCALE_EN_US);\n\n/**\n * Props for {@link LocalizationProvider}.\n *\n * @public\n */\nexport type LocalizationProviderProps = {\n /** Locale context to provide components */\n locale: ComponentLocale;\n /** Children to provide locale context. */\n children: React.ReactNode;\n};\n\n/**\n * Provider to provide localized strings for this library's react components.\n *\n * @remarks Components will be provided localized strings in English (US) by default if this\n * provider is not used.\n *\n * @public\n */\nexport const LocalizationProvider = (props: LocalizationProviderProps): JSX.Element => {\n const { locale, children } = props;\n return <LocaleContext.Provider value={locale}>{children}</LocaleContext.Provider>;\n};\n\n/** React hook to access locale */\nexport const useLocale = (): ComponentLocale => useContext(LocaleContext);\n"]}
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "قائمة مرقّمة",
|
45
45
|
"increaseIndentTooltip": "زيادة المسافة البادئة",
|
46
46
|
"decreaseIndentTooltip": "إنقاص المسافة البادئة",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "إدراج جدول",
|
48
|
+
"richTextFormatButtonTooltip": "تنسيق",
|
49
|
+
"insertRowOrColumnMenu": "إدراج",
|
50
|
+
"insertTableMenuTitle": "إدراج جدول بـ {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "إدراج أعلاه",
|
52
|
+
"insertRowBelowMenu": "إدراج أدناه",
|
53
|
+
"insertColumnLeftMenu": "إدراج يساراً",
|
54
|
+
"insertColumnRightMenu": "إدراج يميناً",
|
55
|
+
"deleteRowOrColumnMenu": "حذف",
|
56
|
+
"deleteColumnMenu": "حذف العمود",
|
57
|
+
"deleteRowMenu": "حذف الصف",
|
58
|
+
"deleteTableMenu": "حذف الجدول"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "الاقتراحات"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "مغادرة",
|
69
|
-
"tooltipContent": "مغادرة المكالمة"
|
80
|
+
"tooltipContent": "مغادرة المكالمة",
|
81
|
+
"leaveOption": "مغادرة",
|
82
|
+
"endCallOption": "إنهاء المكالمة"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "الكاميرا",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "تمت القراءة بواسطة {messageReadByCount} من {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "المزيد من الخيارات",
|
182
195
|
"downloadAttachment": "تنزيل ملف",
|
196
|
+
"openAttachment": "فتح ملف",
|
183
197
|
"blockedWarningText": "تم حذف هذه الرسالة بسبب نهج تنظيمي.",
|
184
198
|
"blockedWarningLinkText": "تفاصيل",
|
185
199
|
"attachmentCardGroupMessage": "تحتوي الرسالة على مرفق {attachmentCount}",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Číslovaný seznam",
|
45
45
|
"increaseIndentTooltip": "Zvětšit odsazení",
|
46
46
|
"decreaseIndentTooltip": "Zmenšit odsazení",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Vložit tabulku",
|
48
|
+
"richTextFormatButtonTooltip": "Formát",
|
49
|
+
"insertRowOrColumnMenu": "Vložit",
|
50
|
+
"insertTableMenuTitle": "Vložit {column} x {row} tabulka",
|
51
|
+
"insertRowAboveMenu": "Vložit nad",
|
52
|
+
"insertRowBelowMenu": "Vložit pod",
|
53
|
+
"insertColumnLeftMenu": "Vložit vlevo",
|
54
|
+
"insertColumnRightMenu": "Vložit vpravo",
|
55
|
+
"deleteRowOrColumnMenu": "Odstranit",
|
56
|
+
"deleteColumnMenu": "Odstranit sloupec",
|
57
|
+
"deleteRowMenu": "Odstranit řádek",
|
58
|
+
"deleteTableMenu": "Odstranit tabulku"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Návrhy"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Opustit",
|
69
|
-
"tooltipContent": "Opustit hovor"
|
80
|
+
"tooltipContent": "Opustit hovor",
|
81
|
+
"leaveOption": "Odejít",
|
82
|
+
"endCallOption": "Ukončit hovor"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Přečetl(a) {messageReadByCount} z {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Další možnosti",
|
182
195
|
"downloadAttachment": "Stáhnout soubor",
|
196
|
+
"openAttachment": "Otevřít soubor",
|
183
197
|
"blockedWarningText": "Tato zpráva se odstranila kvůli zásadám organizace.",
|
184
198
|
"blockedWarningLinkText": "Podrobnosti",
|
185
199
|
"attachmentCardGroupMessage": "Zpráva obsahuje {attachmentCount} přílohu",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Nummerierte Liste",
|
45
45
|
"increaseIndentTooltip": "Einzug vergrößern",
|
46
46
|
"decreaseIndentTooltip": "Einzug verringern",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Tabelle einfügen",
|
48
|
+
"richTextFormatButtonTooltip": "Formatieren",
|
49
|
+
"insertRowOrColumnMenu": "Einfügen",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} Tabelle einfügen",
|
51
|
+
"insertRowAboveMenu": "Oben einfügen",
|
52
|
+
"insertRowBelowMenu": "Darunter einfügen",
|
53
|
+
"insertColumnLeftMenu": "Links einfügen",
|
54
|
+
"insertColumnRightMenu": "Rechts einfügen",
|
55
|
+
"deleteRowOrColumnMenu": "Löschen",
|
56
|
+
"deleteColumnMenu": "Spalte löschen",
|
57
|
+
"deleteRowMenu": "Zeile löschen",
|
58
|
+
"deleteTableMenu": "Tabelle löschen"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Vorschläge"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Verlassen",
|
69
|
-
"tooltipContent": "Anruf verlassen"
|
80
|
+
"tooltipContent": "Anruf verlassen",
|
81
|
+
"leaveOption": "Beenden",
|
82
|
+
"endCallOption": "Gespräch beenden"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Gelesen von {messageReadByCount} von {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Weitere Optionen",
|
182
195
|
"downloadAttachment": "Datei herunterladen",
|
196
|
+
"openAttachment": "Datei öffnen",
|
183
197
|
"blockedWarningText": "Diese Nachricht wurde aufgrund einer Organisationsrichtlinie gelöscht.",
|
184
198
|
"blockedWarningLinkText": "Details",
|
185
199
|
"attachmentCardGroupMessage": "Die Nachricht enthält {attachmentCount} Anlage.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Numbered list",
|
45
45
|
"increaseIndentTooltip": "Increase indent",
|
46
46
|
"decreaseIndentTooltip": "Decrease indent",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Insert table",
|
48
|
+
"richTextFormatButtonTooltip": "Format",
|
49
|
+
"insertRowOrColumnMenu": "Insert",
|
50
|
+
"insertTableMenuTitle": "Insert {column} x {row} table",
|
51
|
+
"insertRowAboveMenu": "Insert above",
|
52
|
+
"insertRowBelowMenu": "Insert below",
|
53
|
+
"insertColumnLeftMenu": "Insert left",
|
54
|
+
"insertColumnRightMenu": "Insert right",
|
55
|
+
"deleteRowOrColumnMenu": "Delete",
|
56
|
+
"deleteColumnMenu": "Delete column",
|
57
|
+
"deleteRowMenu": "Delete row",
|
58
|
+
"deleteTableMenu": "Delete table"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Suggestions"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Leave",
|
69
|
-
"tooltipContent": "Leave call"
|
80
|
+
"tooltipContent": "Leave call",
|
81
|
+
"leaveOption": "Leave",
|
82
|
+
"endCallOption": "End call"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Camera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Read by {messageReadByCount} of {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "More Options",
|
182
195
|
"downloadAttachment": "Download file",
|
196
|
+
"openAttachment": "Open file",
|
183
197
|
"blockedWarningText": "This message was deleted due to organisational policy.",
|
184
198
|
"blockedWarningLinkText": "Details",
|
185
199
|
"attachmentCardGroupMessage": "The message has {attachmentCount} attachment",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Lista numerada",
|
45
45
|
"increaseIndentTooltip": "Aumentar sangría",
|
46
46
|
"decreaseIndentTooltip": "Reducir sangría",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Insertar tabla",
|
48
|
+
"richTextFormatButtonTooltip": "Formato",
|
49
|
+
"insertRowOrColumnMenu": "Insertar",
|
50
|
+
"insertTableMenuTitle": "Insertar {column} x {row} tabla",
|
51
|
+
"insertRowAboveMenu": "Insertar arriba",
|
52
|
+
"insertRowBelowMenu": "Insertar debajo",
|
53
|
+
"insertColumnLeftMenu": "Insertar a la izquierda",
|
54
|
+
"insertColumnRightMenu": "Insertar a la derecha",
|
55
|
+
"deleteRowOrColumnMenu": "Eliminar",
|
56
|
+
"deleteColumnMenu": "Eliminar columna",
|
57
|
+
"deleteRowMenu": "Eliminar fila",
|
58
|
+
"deleteTableMenu": "Eliminar tabla"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Sugerencias"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Baja",
|
69
|
-
"tooltipContent": "Abandonar llamada"
|
80
|
+
"tooltipContent": "Abandonar llamada",
|
81
|
+
"leaveOption": "Salir",
|
82
|
+
"endCallOption": "Finalizar llamada"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Cámara",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Leído por {messageReadByCount} de {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Más opciones",
|
182
195
|
"downloadAttachment": "Descargar archivo",
|
196
|
+
"openAttachment": "Abrir archivo",
|
183
197
|
"blockedWarningText": "Este mensaje se eliminó debido a la directiva de la organización.",
|
184
198
|
"blockedWarningLinkText": "Detalles",
|
185
199
|
"attachmentCardGroupMessage": "El mensaje tiene {attachmentCount} archivo adjunto",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Numeroitu luettelo",
|
45
45
|
"increaseIndentTooltip": "Suurenna sisennystä",
|
46
46
|
"decreaseIndentTooltip": "Pienennä sisennystä",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Lisää taulukko",
|
48
|
+
"richTextFormatButtonTooltip": "Muoto",
|
49
|
+
"insertRowOrColumnMenu": "Lisää",
|
50
|
+
"insertTableMenuTitle": "Lisää {row}x{column}-kokoinen taulukko",
|
51
|
+
"insertRowAboveMenu": "Lisää yläpuolelle",
|
52
|
+
"insertRowBelowMenu": "Lisää alapuolelle",
|
53
|
+
"insertColumnLeftMenu": "Lisää vasemmalle",
|
54
|
+
"insertColumnRightMenu": "Lisää oikealle",
|
55
|
+
"deleteRowOrColumnMenu": "Poista",
|
56
|
+
"deleteColumnMenu": "Poista sarake",
|
57
|
+
"deleteRowMenu": "Poista rivi",
|
58
|
+
"deleteTableMenu": "Poista taulukko"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Ehdotuksia"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Poistu",
|
69
|
-
"tooltipContent": "Poistu puhelusta"
|
80
|
+
"tooltipContent": "Poistu puhelusta",
|
81
|
+
"leaveOption": "Poistu",
|
82
|
+
"endCallOption": "Lopeta puhelu"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount} osallistujaa on lukenut viestin",
|
181
194
|
"actionMenuMoreOptions": "Lisää vaihtoehtoja",
|
182
195
|
"downloadAttachment": "Lataa tiedosto",
|
196
|
+
"openAttachment": "Avaa tiedosto",
|
183
197
|
"blockedWarningText": "Tämä viesti poistettiin organisaation käytännön vuoksi.",
|
184
198
|
"blockedWarningLinkText": "Lisätiedot",
|
185
199
|
"attachmentCardGroupMessage": "Viestissä on {attachmentCount} liitettä",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Liste numérotée",
|
45
45
|
"increaseIndentTooltip": "Augmenter le retrait",
|
46
46
|
"decreaseIndentTooltip": "Réduire le retrait",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Insérer un tableau",
|
48
|
+
"richTextFormatButtonTooltip": "Format",
|
49
|
+
"insertRowOrColumnMenu": "Insérer",
|
50
|
+
"insertTableMenuTitle": "Insérer une table {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Insérer au-dessus",
|
52
|
+
"insertRowBelowMenu": "Insérer l’élément ci-dessous",
|
53
|
+
"insertColumnLeftMenu": "Insérer à gauche",
|
54
|
+
"insertColumnRightMenu": "Insérer à droite",
|
55
|
+
"deleteRowOrColumnMenu": "Supprimer",
|
56
|
+
"deleteColumnMenu": "Supprimer la colonne",
|
57
|
+
"deleteRowMenu": "Supprimer une ligne",
|
58
|
+
"deleteTableMenu": "Supprimer le tableau"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Suggestions"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Quitter",
|
69
|
-
"tooltipContent": "Quitter l'appel"
|
80
|
+
"tooltipContent": "Quitter l'appel",
|
81
|
+
"leaveOption": "Partir",
|
82
|
+
"endCallOption": "Fin d'appel"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Caméra",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Lu par {messageReadByCount} participants sur {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Plus d’options",
|
182
195
|
"downloadAttachment": "Télécharger un fichier",
|
196
|
+
"openAttachment": "Ouvrir le fichier",
|
183
197
|
"blockedWarningText": "Ce message a été supprimé en raison d’une stratégie de l’organisation.",
|
184
198
|
"blockedWarningLinkText": "Détails",
|
185
199
|
"attachmentCardGroupMessage": "Le message a {attachmentCount} pièce jointe",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "רשימה ממוספרת",
|
45
45
|
"increaseIndentTooltip": "הגדל כניסה",
|
46
46
|
"decreaseIndentTooltip": "הקטן כניסה",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "הוסף טבלה",
|
48
|
+
"richTextFormatButtonTooltip": "תבנית",
|
49
|
+
"insertRowOrColumnMenu": "הוסף",
|
50
|
+
"insertTableMenuTitle": "הוסף טבלה {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "הוסף מעל",
|
52
|
+
"insertRowBelowMenu": "הוסף מתחת",
|
53
|
+
"insertColumnLeftMenu": "הוסף משמאל",
|
54
|
+
"insertColumnRightMenu": "הוסף מימין",
|
55
|
+
"deleteRowOrColumnMenu": "מחק",
|
56
|
+
"deleteColumnMenu": "מחק עמודה",
|
57
|
+
"deleteRowMenu": "מחק שורה",
|
58
|
+
"deleteTableMenu": "מחק טבלה"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "הצעות"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "עזוב",
|
69
|
-
"tooltipContent": "עזוב את השיחה"
|
80
|
+
"tooltipContent": "עזוב את השיחה",
|
81
|
+
"leaveOption": "צא",
|
82
|
+
"endCallOption": "סיים שיחה"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "מצלמה",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "נקרא על-ידי {messageReadByCount} מתוך {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "אפשרויות נוספות",
|
182
195
|
"downloadAttachment": "הורד קובץ",
|
196
|
+
"openAttachment": "פתח קובץ",
|
183
197
|
"blockedWarningText": "הודעה זו נמחקה עקב מדיניות ארגונית.",
|
184
198
|
"blockedWarningLinkText": "פרטים",
|
185
199
|
"attachmentCardGroupMessage": "ההודעה כוללת {attachmentCount} קבצים מצורפים.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Elenco numerato",
|
45
45
|
"increaseIndentTooltip": "Aumenta rientro",
|
46
46
|
"decreaseIndentTooltip": "Riduci rientro",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Inserisci tabella",
|
48
|
+
"richTextFormatButtonTooltip": "Formato",
|
49
|
+
"insertRowOrColumnMenu": "Inserisci",
|
50
|
+
"insertTableMenuTitle": "Inserisci tabella {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Inserisci sopra",
|
52
|
+
"insertRowBelowMenu": "Inserisci sotto",
|
53
|
+
"insertColumnLeftMenu": "Inserisci a sinistra",
|
54
|
+
"insertColumnRightMenu": "Inserisci a destra",
|
55
|
+
"deleteRowOrColumnMenu": "Elimina",
|
56
|
+
"deleteColumnMenu": "Elimina colonna",
|
57
|
+
"deleteRowMenu": "Elimina riga",
|
58
|
+
"deleteTableMenu": "Elimina tabella"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Suggerimenti"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Permesso",
|
69
|
-
"tooltipContent": "Abbandona chiamata"
|
80
|
+
"tooltipContent": "Abbandona chiamata",
|
81
|
+
"leaveOption": "Abbandona",
|
82
|
+
"endCallOption": "Termina chiamata"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Fotocamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Letto da {messageReadByCount} di {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Altre opzioni",
|
182
195
|
"downloadAttachment": "Scarica file",
|
196
|
+
"openAttachment": "Apri file",
|
183
197
|
"blockedWarningText": "Questo messaggio è stato eliminato a causa dei criteri dell'organizzazione.",
|
184
198
|
"blockedWarningLinkText": "Dettagli",
|
185
199
|
"attachmentCardGroupMessage": "Il messaggio ha allegati: {attachmentCount}.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "番号付きリスト",
|
45
45
|
"increaseIndentTooltip": "インデントを増やす",
|
46
46
|
"decreaseIndentTooltip": "インデントを減らす",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "表の挿入",
|
48
|
+
"richTextFormatButtonTooltip": "形式",
|
49
|
+
"insertRowOrColumnMenu": "挿入",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} の表を挿入する",
|
51
|
+
"insertRowAboveMenu": "上に挿入",
|
52
|
+
"insertRowBelowMenu": "下に挿入",
|
53
|
+
"insertColumnLeftMenu": "左に挿入",
|
54
|
+
"insertColumnRightMenu": "右に挿入",
|
55
|
+
"deleteRowOrColumnMenu": "削除",
|
56
|
+
"deleteColumnMenu": "列の削除",
|
57
|
+
"deleteRowMenu": "行の削除",
|
58
|
+
"deleteTableMenu": "表の削除"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "候補"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "退出",
|
69
|
-
"tooltipContent": "通話を終了"
|
80
|
+
"tooltipContent": "通話を終了",
|
81
|
+
"leaveOption": "退出",
|
82
|
+
"endCallOption": "通話の終了"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "カメラ",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{remoteParticipantsCount} の {messageReadByCount} による読み取り",
|
181
194
|
"actionMenuMoreOptions": "その他のオプション",
|
182
195
|
"downloadAttachment": "ファイルをダウンロード",
|
196
|
+
"openAttachment": "ファイルを開く",
|
183
197
|
"blockedWarningText": "組織のポリシーにより、このメッセージは削除されました。",
|
184
198
|
"blockedWarningLinkText": "詳細",
|
185
199
|
"attachmentCardGroupMessage": "メッセージに添付ファイルが {attachmentCount} 個あります",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "번호 매기기 목록",
|
45
45
|
"increaseIndentTooltip": "들여쓰기",
|
46
46
|
"decreaseIndentTooltip": "내어쓰기",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "표 삽입",
|
48
|
+
"richTextFormatButtonTooltip": "형식",
|
49
|
+
"insertRowOrColumnMenu": "삽입",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} 표 삽입",
|
51
|
+
"insertRowAboveMenu": "위에 삽입",
|
52
|
+
"insertRowBelowMenu": "아래에 삽입",
|
53
|
+
"insertColumnLeftMenu": "왼쪽에 삽입",
|
54
|
+
"insertColumnRightMenu": "오른쪽에 삽입",
|
55
|
+
"deleteRowOrColumnMenu": "삭제",
|
56
|
+
"deleteColumnMenu": "열 삭제",
|
57
|
+
"deleteRowMenu": "행 삭제",
|
58
|
+
"deleteTableMenu": "표 삭제"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "제안"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "휴가",
|
69
|
-
"tooltipContent": "통화에서 나가기"
|
80
|
+
"tooltipContent": "통화에서 나가기",
|
81
|
+
"leaveOption": "나가기",
|
82
|
+
"endCallOption": "통화 종료"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "카메라",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount}명이 읽음",
|
181
194
|
"actionMenuMoreOptions": "추가 옵션",
|
182
195
|
"downloadAttachment": "파일 다운로드",
|
196
|
+
"openAttachment": "파일 열기",
|
183
197
|
"blockedWarningText": "조직 정책으로 인해 이 메시지가 삭제되었습니다.",
|
184
198
|
"blockedWarningLinkText": "세부 정보",
|
185
199
|
"attachmentCardGroupMessage": "메시지에 {attachmentCount}개의 첨부 파일이 있습니다.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Nummerert liste",
|
45
45
|
"increaseIndentTooltip": "Øk innrykk",
|
46
46
|
"decreaseIndentTooltip": "Reduser innrykk",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Sett inn tabell",
|
48
|
+
"richTextFormatButtonTooltip": "Format",
|
49
|
+
"insertRowOrColumnMenu": "Sett inn",
|
50
|
+
"insertTableMenuTitle": "Sett inn {column} x {row}-tabell",
|
51
|
+
"insertRowAboveMenu": "Sett inn ovenfor",
|
52
|
+
"insertRowBelowMenu": "Sett inn nedenfor",
|
53
|
+
"insertColumnLeftMenu": "Sett inn til venstre",
|
54
|
+
"insertColumnRightMenu": "Sett inn til høyre",
|
55
|
+
"deleteRowOrColumnMenu": "Slett",
|
56
|
+
"deleteColumnMenu": "Slett kolonne",
|
57
|
+
"deleteRowMenu": "Slett rad",
|
58
|
+
"deleteTableMenu": "Slett tabell"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Forslag"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Forlat",
|
69
|
-
"tooltipContent": "Forlat samtale"
|
80
|
+
"tooltipContent": "Forlat samtale",
|
81
|
+
"leaveOption": "Forlat",
|
82
|
+
"endCallOption": "Avslutt samtalen"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Lest av {messageReadByCount} av {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Flere alternativer",
|
182
195
|
"downloadAttachment": "Last ned fil",
|
196
|
+
"openAttachment": "Åpne fil",
|
183
197
|
"blockedWarningText": "Denne meldingen ble slettet på grunn av en organisasjonspolicy.",
|
184
198
|
"blockedWarningLinkText": "Detaljer",
|
185
199
|
"attachmentCardGroupMessage": "Meldingen har {attachmentCount} vedlegg",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Genummerde lijst",
|
45
45
|
"increaseIndentTooltip": "Inspringing vergroten",
|
46
46
|
"decreaseIndentTooltip": "Inspringing verkleinen",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Tabel invoegen",
|
48
|
+
"richTextFormatButtonTooltip": "Indeling",
|
49
|
+
"insertRowOrColumnMenu": "Invoegen",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} tabel invoegen",
|
51
|
+
"insertRowAboveMenu": "Hierboven invoegen",
|
52
|
+
"insertRowBelowMenu": "Hieronder invoegen",
|
53
|
+
"insertColumnLeftMenu": "Links invoegen",
|
54
|
+
"insertColumnRightMenu": "Rechts invoegen",
|
55
|
+
"deleteRowOrColumnMenu": "Verwijderen",
|
56
|
+
"deleteColumnMenu": "Kolom verwijderen",
|
57
|
+
"deleteRowMenu": "Rij verwijderen",
|
58
|
+
"deleteTableMenu": "Tabel verwijderen"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Suggesties"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Verlaten",
|
69
|
-
"tooltipContent": "Gesprek verlaten"
|
80
|
+
"tooltipContent": "Gesprek verlaten",
|
81
|
+
"leaveOption": "Verlaten",
|
82
|
+
"endCallOption": "Gesprek beëindigen"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Camera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Meer opties",
|
182
195
|
"downloadAttachment": "Bestand downloaden",
|
196
|
+
"openAttachment": "Bestand openen",
|
183
197
|
"blockedWarningText": "Dit bericht is verwijderd vanwege organisatiebeleid.",
|
184
198
|
"blockedWarningLinkText": "Details",
|
185
199
|
"attachmentCardGroupMessage": "Het bericht heeft {attachmentCount} bijlage",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Lista numerowana",
|
45
45
|
"increaseIndentTooltip": "Zwiększ wcięcie",
|
46
46
|
"decreaseIndentTooltip": "Zmniejsz wcięcie",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Wstaw tabelę",
|
48
|
+
"richTextFormatButtonTooltip": "Formatowanie",
|
49
|
+
"insertRowOrColumnMenu": "Wstaw",
|
50
|
+
"insertTableMenuTitle": "Wstaw tabelę {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Wstaw powyżej",
|
52
|
+
"insertRowBelowMenu": "Wstaw poniżej",
|
53
|
+
"insertColumnLeftMenu": "Wstaw z lewej",
|
54
|
+
"insertColumnRightMenu": "Wstaw z prawej",
|
55
|
+
"deleteRowOrColumnMenu": "Usuń",
|
56
|
+
"deleteColumnMenu": "Usuń kolumnę",
|
57
|
+
"deleteRowMenu": "Usuń wiersz",
|
58
|
+
"deleteTableMenu": "Usuń tabelę"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Sugestie"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Wyjdź",
|
69
|
-
"tooltipContent": "Opuść rozmowę"
|
80
|
+
"tooltipContent": "Opuść rozmowę",
|
81
|
+
"leaveOption": "Opuść",
|
82
|
+
"endCallOption": "Zakończ połączenie"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Przeczytane przez {messageReadByCount} z {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Więcej opcji",
|
182
195
|
"downloadAttachment": "Pobierz plik",
|
196
|
+
"openAttachment": "Otwórz plik",
|
183
197
|
"blockedWarningText": "Ta wiadomość została usunięta ze względu na zasady organizacyjne.",
|
184
198
|
"blockedWarningLinkText": "Szczegóły",
|
185
199
|
"attachmentCardGroupMessage": "Wiadomość ma {attachmentCount} załącznik",
|