@azure/communication-react 1.16.0-alpha-202405080011 → 1.16.0-alpha-202405132302
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 +109 -117
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-MqUGJDlB.js → ChatMessageComponentAsRichTextEditBox-Vvv1aBkI.js} +23 -14
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-Vvv1aBkI.js.map +1 -0
- package/dist/dist-cjs/communication-react/{index-CY4kAQ6s.js → index-DdWRffLC.js} +742 -906
- package/dist/dist-cjs/communication-react/index-DdWRffLC.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/common.d.ts +74 -0
- package/dist/dist-esm/acs-ui-common/src/common.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/index.d.ts +2 -0
- package/dist/dist-esm/acs-ui-common/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/memoizeFnAll.d.ts +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/hooks/usePropsFor.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +24 -4
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +3 -6
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +43 -26
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js +0 -2
- package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListMessages.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListParticipants.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListReadReceipts.d.ts +1 -1
- package/dist/dist-esm/chat-stateful-client/src/iterators/createDecoratedListThreads.d.ts +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +5 -3
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer/AnnouncerMessage.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/{AttachmentCard.d.ts → Attachment/AttachmentCard.d.ts} +3 -2
- package/dist/dist-esm/react-components/src/components/{AttachmentCard.js → Attachment/AttachmentCard.js} +17 -16
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.js → Attachment/AttachmentCardGroup.js} +1 -1
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCardGroup.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.d.ts → Attachment/AttachmentDownloadCards.d.ts} +3 -2
- package/dist/dist-esm/react-components/src/components/{AttachmentDownloadCards.js → Attachment/AttachmentDownloadCards.js} +2 -2
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentDownloadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.d.ts → Attachment/AttachmentUploadCards.d.ts} +3 -3
- package/dist/dist-esm/react-components/src/components/{AttachmentUploadCards.js → Attachment/AttachmentUploadCards.js} +3 -3
- package/dist/dist-esm/react-components/src/components/Attachment/AttachmentUploadCards.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MessageComponents/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js +21 -12
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -4
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +25 -14
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +6 -3
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +31 -13
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.d.ts +3 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +29 -29
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +6 -7
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +28 -28
- package/dist/dist-esm/react-components/src/components/ResponsiveHorizontalGallery.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +30 -23
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +43 -27
- package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +4 -4
- package/dist/dist-esm/react-components/src/components/SendBox.js +42 -17
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.d.ts +10 -10
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +13 -13
- package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.d.ts +28 -28
- package/dist/dist-esm/react-components/src/components/index.d.ts +6 -6
- package/dist/dist-esm/react-components/src/components/index.js +3 -3
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +4 -0
- package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js +2 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoTile.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.d.ts +27 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js +14 -2
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentAsEditBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.d.ts +4 -3
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js +6 -5
- package/dist/dist-esm/react-components/src/components/utils/ChatMessageComponentUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js +18 -18
- package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +1 -1
- package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/utils/common.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +38 -19
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +18 -18
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +18 -18
- package/dist/dist-esm/react-components/src/theming/icons.js +3 -3
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/Attachment.d.ts +21 -49
- package/dist/dist-esm/react-components/src/types/Attachment.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +7 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +57 -30
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +7 -0
- 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 +9 -4
- 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/CallReadinessModal.d.ts +6 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.d.ts +14 -14
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.d.ts +7 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/spotlightUtils.d.ts +6 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -15
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +5 -76
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -23
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +5 -11
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +22 -40
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +2 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +3 -6
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +73 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +4 -17
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +29 -89
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +6 -19
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.d.ts +0 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js +0 -31
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapterProvider.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +66 -61
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js +33 -44
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUploadButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.d.ts +1 -8
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js +22 -10
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/CaptionLanguageSettingsDrawer.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/SpokenLanguageSettingsDrawer.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +6 -6
- package/dist/dist-esm/react-composites/src/composites/common/Survey.d.ts +20 -7
- package/dist/dist-esm/react-composites/src/composites/common/SurveyContent.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +1 -1
- package/package.json +5 -5
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-MqUGJDlB.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-CY4kAQ6s.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentCard.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentCardGroup.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentDownloadCards.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/AttachmentUploadCards.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.d.ts +0 -48
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js +0 -188
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationAttachmentUploadAdapter.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +0 -6
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +0 -11
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.d.ts +0 -29
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/attachmentUploadsSelector.js.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +0 -12
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +0 -15
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +0 -1
- /package/dist/dist-esm/react-components/src/components/{AttachmentCardGroup.d.ts → Attachment/AttachmentCardGroup.d.ts} +0 -0
@@ -7,15 +7,15 @@
|
|
7
7
|
*/
|
8
8
|
export const ribbonButtonsStrings = (strings) => {
|
9
9
|
return {
|
10
|
-
buttonNameBold: strings.
|
11
|
-
buttonNameItalic: strings.
|
12
|
-
buttonNameUnderline: strings.
|
13
|
-
buttonNameBulletedList: strings.
|
14
|
-
buttonNameNumberedList: strings.
|
15
|
-
buttonNameIncreaseIndent: strings.
|
16
|
-
buttonNameDecreaseIndent: strings.
|
17
|
-
buttonNameInsertTable: strings.
|
18
|
-
insertTablePane: strings.
|
10
|
+
buttonNameBold: strings.richTextBoldTooltip,
|
11
|
+
buttonNameItalic: strings.richTextItalicTooltip,
|
12
|
+
buttonNameUnderline: strings.richTextUnderlineTooltip,
|
13
|
+
buttonNameBulletedList: strings.richTextBulletListTooltip,
|
14
|
+
buttonNameNumberedList: strings.richTextNumberListTooltip,
|
15
|
+
buttonNameIncreaseIndent: strings.richTextIncreaseIndentTooltip,
|
16
|
+
buttonNameDecreaseIndent: strings.richTextDecreaseIndentTooltip,
|
17
|
+
buttonNameInsertTable: strings.richTextInsertTableTooltip,
|
18
|
+
insertTablePane: strings.richTextInsertTableMenuTitle
|
19
19
|
};
|
20
20
|
};
|
21
21
|
/**
|
@@ -25,15 +25,15 @@ export const ribbonButtonsStrings = (strings) => {
|
|
25
25
|
*/
|
26
26
|
export const tableContextMenuStrings = (strings) => {
|
27
27
|
return {
|
28
|
-
menuNameTableInsert: strings.
|
29
|
-
menuNameTableInsertAbove: strings.
|
30
|
-
menuNameTableInsertBelow: strings.
|
31
|
-
menuNameTableInsertLeft: strings.
|
32
|
-
menuNameTableInsertRight: strings.
|
33
|
-
menuNameTableDelete: strings.
|
34
|
-
menuNameTableDeleteColumn: strings.
|
35
|
-
menuNameTableDeleteRow: strings.
|
36
|
-
menuNameTableDeleteTable: strings.
|
28
|
+
menuNameTableInsert: strings.richTextInsertRowOrColumnMenu,
|
29
|
+
menuNameTableInsertAbove: strings.richTextInsertRowAboveMenu,
|
30
|
+
menuNameTableInsertBelow: strings.richTextInsertRowBelowMenu,
|
31
|
+
menuNameTableInsertLeft: strings.richTextInsertColumnLeftMenu,
|
32
|
+
menuNameTableInsertRight: strings.richTextInsertColumnRightMenu,
|
33
|
+
menuNameTableDelete: strings.richTextDeleteRowOrColumnMenu,
|
34
|
+
menuNameTableDeleteColumn: strings.richTextDeleteColumnMenu,
|
35
|
+
menuNameTableDeleteRow: strings.richTextDeleteRowMenu,
|
36
|
+
menuNameTableDeleteTable: strings.richTextDeleteTableMenu
|
37
37
|
};
|
38
38
|
};
|
39
39
|
//# sourceMappingURL=RichTextEditorStringsUtils.js.map
|
package/dist/dist-esm/react-components/src/components/utils/RichTextEditorStringsUtils.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RichTextEditorStringsUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/RichTextEditorStringsUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IACzG,OAAO;QACL,cAAc,EAAE,OAAO,CAAC,
|
1
|
+
{"version":3,"file":"RichTextEditorStringsUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/RichTextEditorStringsUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IACzG,OAAO;QACL,cAAc,EAAE,OAAO,CAAC,mBAAmB;QAC3C,gBAAgB,EAAE,OAAO,CAAC,qBAAqB;QAC/C,mBAAmB,EAAE,OAAO,CAAC,wBAAwB;QACrD,sBAAsB,EAAE,OAAO,CAAC,yBAAyB;QACzD,sBAAsB,EAAE,OAAO,CAAC,yBAAyB;QACzD,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,qBAAqB,EAAE,OAAO,CAAC,0BAA0B;QACzD,eAAe,EAAE,OAAO,CAAC,4BAA4B;KACtD,CAAC;AACJ,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAwC,EAA4B,EAAE;IAC5G,OAAO;QACL,mBAAmB,EAAE,OAAO,CAAC,6BAA6B;QAC1D,wBAAwB,EAAE,OAAO,CAAC,0BAA0B;QAC5D,wBAAwB,EAAE,OAAO,CAAC,0BAA0B;QAC5D,uBAAuB,EAAE,OAAO,CAAC,4BAA4B;QAC7D,wBAAwB,EAAE,OAAO,CAAC,6BAA6B;QAC/D,mBAAmB,EAAE,OAAO,CAAC,6BAA6B;QAC1D,yBAAyB,EAAE,OAAO,CAAC,wBAAwB;QAC3D,sBAAsB,EAAE,OAAO,CAAC,qBAAqB;QACrD,wBAAwB,EAAE,OAAO,CAAC,uBAAuB;KAC1D,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { LocalizedStrings } from 'roosterjs-react';\nimport type { RichTextSendBoxStrings } from '../RichTextEditor/RichTextSendBox';\n/**\n * @private\n *\n * Strings for the ribbon buttons where key should match `key` prop if any or the name of the item.\n */\nexport const ribbonButtonsStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n buttonNameBold: strings.richTextBoldTooltip,\n buttonNameItalic: strings.richTextItalicTooltip,\n buttonNameUnderline: strings.richTextUnderlineTooltip,\n buttonNameBulletedList: strings.richTextBulletListTooltip,\n buttonNameNumberedList: strings.richTextNumberListTooltip,\n buttonNameIncreaseIndent: strings.richTextIncreaseIndentTooltip,\n buttonNameDecreaseIndent: strings.richTextDecreaseIndentTooltip,\n buttonNameInsertTable: strings.richTextInsertTableTooltip,\n insertTablePane: strings.richTextInsertTableMenuTitle\n };\n};\n\n/**\n * @private\n *\n * Strings for the table context menu where key should match `key` prop if any or the name of the item.\n */\nexport const tableContextMenuStrings = (strings: Partial<RichTextSendBoxStrings>): LocalizedStrings<string> => {\n return {\n menuNameTableInsert: strings.richTextInsertRowOrColumnMenu,\n menuNameTableInsertAbove: strings.richTextInsertRowAboveMenu,\n menuNameTableInsertBelow: strings.richTextInsertRowBelowMenu,\n menuNameTableInsertLeft: strings.richTextInsertColumnLeftMenu,\n menuNameTableInsertRight: strings.richTextInsertColumnRightMenu,\n menuNameTableDelete: strings.richTextDeleteRowOrColumnMenu,\n menuNameTableDeleteColumn: strings.richTextDeleteColumnMenu,\n menuNameTableDeleteRow: strings.richTextDeleteRowMenu,\n menuNameTableDeleteTable: strings.richTextDeleteTableMenu\n };\n};\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { AttachmentMetadataInProgress } from "../../../../acs-ui-common/src";
|
2
2
|
/**
|
3
3
|
* @private
|
4
4
|
*/
|
@@ -6,11 +6,11 @@ export declare const MAXIMUM_LENGTH_OF_MESSAGE = 8000;
|
|
6
6
|
/**
|
7
7
|
* @private
|
8
8
|
*/
|
9
|
-
export declare const hasIncompleteAttachmentUploads: (attachmentsWithProgress:
|
9
|
+
export declare const hasIncompleteAttachmentUploads: (attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined) => boolean;
|
10
10
|
/**
|
11
11
|
* @private
|
12
12
|
*/
|
13
|
-
export declare const
|
13
|
+
export declare const isAttachmentUploadCompleted: (attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined) => boolean;
|
14
14
|
/**
|
15
15
|
* @private
|
16
16
|
*/
|
@@ -19,7 +19,7 @@ export const hasIncompleteAttachmentUploads = (attachmentsWithProgress) => {
|
|
19
19
|
/**
|
20
20
|
* @private
|
21
21
|
*/
|
22
|
-
export const
|
22
|
+
export const isAttachmentUploadCompleted = (attachmentsWithProgress) => {
|
23
23
|
return !!(attachmentsWithProgress === null || attachmentsWithProgress === void 0 ? void 0 : attachmentsWithProgress.find((attachment) => !attachment.error));
|
24
24
|
};
|
25
25
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SendBoxUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/SendBoxUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,CAAC;AAC9C,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAEpC,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAC5C,
|
1
|
+
{"version":3,"file":"SendBoxUtils.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/SendBoxUtils.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,IAAI,CAAC;AAC9C,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAEpC,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAC5C,uBAAmE,EAC1D,EAAE;IACX,OAAO,CAAC,CAAC,CACP,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,MAAM;QAC/B,CAAC,uBAAuB;aACrB,MAAM,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC;aACrD,KAAK,CAAC,CAAC,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,KAAK,CAAC,IAAI,gBAAgB,CAAC,QAAQ,KAAK,SAAS,CAAC,CAC3G,CAAC;AACJ,CAAC,CAAC;AAEF,oDAAoD;AACpD;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CACzC,uBAAmE,EAC1D,EAAE;IACX,OAAO,CAAC,CAAC,CAAA,uBAAuB,aAAvB,uBAAuB,uBAAvB,uBAAuB,CAAE,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC,CAAA,CAAC;AAC5E,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,WAAmB,EAAW,EAAE;IAC/D,OAAO,WAAW,GAAG,yBAAyB,CAAC;AACjD,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,OAAe,EAAU,EAAE;IACtD,IAAI,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;QACtC,OAAO,EAAE,CAAC;IACZ,CAAC;SAAM,CAAC;QACN,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,EAC1C,UAAU;AACV,oDAAoD;AACpD,6BAA6B,EAC7B,QAAQ,EACR,QAAQ,EAOT,EAAW,EAAE;IACZ,OAAO;IACL,aAAa;IACb,CAAC,CAAC,UAAU,IAAI,oDAAoD,CAAC,6BAA6B,CAAC;QACnG,sBAAsB;QACtB,QAAQ;QACR,QAAQ,CACT,CAAC;AACJ,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(attachment-upload) */\nimport { AttachmentMetadataInProgress } from '@internal/acs-ui-common';\n\n/**\n * @private\n */\nexport const MAXIMUM_LENGTH_OF_MESSAGE = 8000;\nconst EMPTY_MESSAGE_REGEX = /^\\s*$/;\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const hasIncompleteAttachmentUploads = (\n attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined\n): boolean => {\n return !!(\n attachmentsWithProgress?.length &&\n !attachmentsWithProgress\n .filter((attachmentUpload) => !attachmentUpload.error)\n .every((attachmentUpload) => attachmentUpload.progress === 1 && attachmentUpload.progress !== undefined)\n );\n};\n\n/* @conditional-compile-remove(attachment-upload) */\n/**\n * @private\n */\nexport const isAttachmentUploadCompleted = (\n attachmentsWithProgress: AttachmentMetadataInProgress[] | undefined\n): boolean => {\n return !!attachmentsWithProgress?.find((attachment) => !attachment.error);\n};\n\n/**\n * @private\n */\nexport const isMessageTooLong = (valueLength: number): boolean => {\n return valueLength > MAXIMUM_LENGTH_OF_MESSAGE;\n};\n\n/**\n * @private\n */\nexport const sanitizeText = (message: string): string => {\n if (EMPTY_MESSAGE_REGEX.test(message)) {\n return '';\n } else {\n return message;\n }\n};\n\n/**\n * Determines whether the send box should be disabled for ARIA accessibility.\n *\n * @param hasContent - Indicates whether the send box has content.\n * @param hasCompletedAttachmentUploads - Indicates whether attachment uploads have completed.\n * @param hasError - Indicates whether there is an error.\n * @param disabled - Indicates whether the send box is disabled.\n * @returns A boolean value indicating whether the send box should be disabled for ARIA accessibility.\n */\nexport const isSendBoxButtonAriaDisabled = ({\n hasContent,\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads,\n hasError,\n disabled\n}: {\n hasContent: boolean;\n /* @conditional-compile-remove(attachment-upload) */\n hasCompletedAttachmentUploads: boolean;\n hasError: boolean;\n disabled: boolean;\n}): boolean => {\n return (\n // no content\n !(hasContent || /* @conditional-compile-remove(attachment-upload) */ hasCompletedAttachmentUploads) ||\n //error message exists\n hasError ||\n disabled\n );\n};\n"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _AttachmentUploadCardsStrings } from '../AttachmentUploadCards';
|
1
|
+
import { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards';
|
2
2
|
import { ParticipantState } from '../../types';
|
3
3
|
/**
|
4
4
|
* Conditionally modify locale strings passed to the attachment card
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/common.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,qGAAqG;AACrG,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,GAAkC,EAAE;IAC1F,qGAAqG;IACrG,OAAO,SAAS,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC;IACnC,OAAO;QACL,gBAAgB,EAAE,EAAE;QACpB,eAAe,EAAE,EAAE;QACnB,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;KACvB,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,gBAAmC,EAAW,EAAE;IAC/F,OAAO,CAAC,CAAC,gBAAgB,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;AAClH,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { _AttachmentUploadCardsStrings } from '../AttachmentUploadCards';\n/* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\nimport { useLocale } from '../../localization';\nimport { ParticipantState } from '../../types';\n\n/**\n * Conditionally modify locale strings passed to the attachment card\n * @returns attachment card strings\n */\nexport const useLocaleAttachmentCardStringsTrampoline = (): _AttachmentUploadCardsStrings => {\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n return useLocale().strings.sendBox;\n return {\n removeAttachment: '',\n uploadCompleted: '',\n uploading: '',\n attachmentMoreMenu: ''\n };\n};\n\n/**\n * Identify if a participant state if part of the Calling states or Hold states.\n */\nexport const _isParticipantStateCallingOrHold = (participantState?: ParticipantState): boolean => {\n return !!participantState && ['Idle', 'Connecting', 'EarlyMedia', 'Ringing', 'Hold'].includes(participantState);\n};\n"]}
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/utils/common.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,qGAAqG;AACrG,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,GAAkC,EAAE;IAC1F,qGAAqG;IACrG,OAAO,SAAS,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC;IACnC,OAAO;QACL,gBAAgB,EAAE,EAAE;QACpB,eAAe,EAAE,EAAE;QACnB,SAAS,EAAE,EAAE;QACb,kBAAkB,EAAE,EAAE;KACvB,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,gBAAmC,EAAW,EAAE;IAC/F,OAAO,CAAC,CAAC,gBAAgB,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;AAClH,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards';\n/* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\nimport { useLocale } from '../../localization';\nimport { ParticipantState } from '../../types';\n\n/**\n * Conditionally modify locale strings passed to the attachment card\n * @returns attachment card strings\n */\nexport const useLocaleAttachmentCardStringsTrampoline = (): _AttachmentUploadCardsStrings => {\n /* @conditional-compile-remove(attachment-download) @conditional-compile-remove(attachment-upload) */\n return useLocale().strings.sendBox;\n return {\n removeAttachment: '',\n uploadCompleted: '',\n uploading: '',\n attachmentMoreMenu: ''\n };\n};\n\n/**\n * Identify if a participant state if part of the Calling states or Hold states.\n */\nexport const _isParticipantStateCallingOrHold = (participantState?: ParticipantState): boolean => {\n return !!participantState && ['Idle', 'Connecting', 'EarlyMedia', 'Ringing', 'Hold'].includes(participantState);\n};\n"]}
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "إزالة الملف",
|
39
39
|
"uploading": "يتم الآن التحميل",
|
40
40
|
"uploadCompleted": "اكتمل التحميل",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "غامق",
|
42
|
+
"richTextItalicTooltip": "مائل",
|
43
|
+
"richTextUnderlineTooltip": "مسطّر",
|
44
|
+
"richTextBulletListTooltip": "قائمة ذات تعداد نقطي",
|
45
|
+
"richTextNumberListTooltip": "قائمة مرقّمة",
|
46
|
+
"richTextIncreaseIndentTooltip": "زيادة المسافة البادئة",
|
47
|
+
"richTextDecreaseIndentTooltip": "إنقاص المسافة البادئة",
|
48
|
+
"richTextInsertTableTooltip": "إدراج جدول",
|
49
49
|
"richTextFormatButtonTooltip": "تنسيق",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "إدراج",
|
51
|
+
"richTextInsertTableMenuTitle": "إدراج جدول بـ {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "إدراج أعلاه",
|
53
|
+
"richTextInsertRowBelowMenu": "إدراج أدناه",
|
54
|
+
"richTextInsertColumnLeftMenu": "إدراج يساراً",
|
55
|
+
"richTextInsertColumnRightMenu": "إدراج يميناً",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "حذف",
|
57
|
+
"richTextDeleteColumnMenu": "حذف العمود",
|
58
|
+
"richTextDeleteRowMenu": "حذف الصف",
|
59
|
+
"richTextDeleteTableMenu": "حذف الجدول",
|
60
60
|
"attachmentMoreMenu": "خيارات إضافية"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Odebrat soubor",
|
39
39
|
"uploading": "Nahrávání",
|
40
40
|
"uploadCompleted": "Nahrávání se dokončilo",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Tučné",
|
42
|
+
"richTextItalicTooltip": "Kurzíva",
|
43
|
+
"richTextUnderlineTooltip": "Podtržení",
|
44
|
+
"richTextBulletListTooltip": "Seznam s odrážkami",
|
45
|
+
"richTextNumberListTooltip": "Číslovaný seznam",
|
46
|
+
"richTextIncreaseIndentTooltip": "Zvětšit odsazení",
|
47
|
+
"richTextDecreaseIndentTooltip": "Zmenšit odsazení",
|
48
|
+
"richTextInsertTableTooltip": "Vložit tabulku",
|
49
49
|
"richTextFormatButtonTooltip": "Formát",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Vložit",
|
51
|
+
"richTextInsertTableMenuTitle": "Vložit {column} x {row} tabulka",
|
52
|
+
"richTextInsertRowAboveMenu": "Vložit nad",
|
53
|
+
"richTextInsertRowBelowMenu": "Vložit pod",
|
54
|
+
"richTextInsertColumnLeftMenu": "Vložit vlevo",
|
55
|
+
"richTextInsertColumnRightMenu": "Vložit vpravo",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Odstranit",
|
57
|
+
"richTextDeleteColumnMenu": "Odstranit sloupec",
|
58
|
+
"richTextDeleteRowMenu": "Odstranit řádek",
|
59
|
+
"richTextDeleteTableMenu": "Odstranit tabulku",
|
60
60
|
"attachmentMoreMenu": "Další možnosti"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Datei entfernen",
|
39
39
|
"uploading": "Wird hochgeladen",
|
40
40
|
"uploadCompleted": "Upload abgeschlossen",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Fett",
|
42
|
+
"richTextItalicTooltip": "Kursiv",
|
43
|
+
"richTextUnderlineTooltip": "Unterstreichen",
|
44
|
+
"richTextBulletListTooltip": "Aufzählungsliste",
|
45
|
+
"richTextNumberListTooltip": "Nummerierte Liste",
|
46
|
+
"richTextIncreaseIndentTooltip": "Einzug vergrößern",
|
47
|
+
"richTextDecreaseIndentTooltip": "Einzug verringern",
|
48
|
+
"richTextInsertTableTooltip": "Tabelle einfügen",
|
49
49
|
"richTextFormatButtonTooltip": "Formatieren",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Einfügen",
|
51
|
+
"richTextInsertTableMenuTitle": "{column} x {row} Tabelle einfügen",
|
52
|
+
"richTextInsertRowAboveMenu": "Oben einfügen",
|
53
|
+
"richTextInsertRowBelowMenu": "Darunter einfügen",
|
54
|
+
"richTextInsertColumnLeftMenu": "Links einfügen",
|
55
|
+
"richTextInsertColumnRightMenu": "Rechts einfügen",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Löschen",
|
57
|
+
"richTextDeleteColumnMenu": "Spalte löschen",
|
58
|
+
"richTextDeleteRowMenu": "Zeile löschen",
|
59
|
+
"richTextDeleteTableMenu": "Tabelle löschen",
|
60
60
|
"attachmentMoreMenu": "Mehr Optionen"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Remove file",
|
39
39
|
"uploading": "Uploading",
|
40
40
|
"uploadCompleted": "Upload completed",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Bold",
|
42
|
+
"richTextItalicTooltip": "Italic",
|
43
|
+
"richTextUnderlineTooltip": "Underline",
|
44
|
+
"richTextBulletListTooltip": "Bulleted list",
|
45
|
+
"richTextNumberListTooltip": "Numbered list",
|
46
|
+
"richTextIncreaseIndentTooltip": "Increase indent",
|
47
|
+
"richTextDecreaseIndentTooltip": "Decrease indent",
|
48
|
+
"richTextInsertTableTooltip": "Insert table",
|
49
49
|
"richTextFormatButtonTooltip": "Format",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Insert",
|
51
|
+
"richTextInsertTableMenuTitle": "Insert {column} x {row} table",
|
52
|
+
"richTextInsertRowAboveMenu": "Insert above",
|
53
|
+
"richTextInsertRowBelowMenu": "Insert below",
|
54
|
+
"richTextInsertColumnLeftMenu": "Insert left",
|
55
|
+
"richTextInsertColumnRightMenu": "Insert right",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Delete",
|
57
|
+
"richTextDeleteColumnMenu": "Delete column",
|
58
|
+
"richTextDeleteRowMenu": "Delete row",
|
59
|
+
"richTextDeleteTableMenu": "Delete table",
|
60
60
|
"attachmentMoreMenu": "More Options"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Remove file",
|
39
39
|
"uploading": "Uploading",
|
40
40
|
"uploadCompleted": "Upload completed",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Bold",
|
42
|
+
"richTextItalicTooltip": "Italic",
|
43
|
+
"richTextUnderlineTooltip": "Underline",
|
44
|
+
"richTextBulletListTooltip": "Bulleted list",
|
45
|
+
"richTextNumberListTooltip": "Numbered list",
|
46
|
+
"richTextIncreaseIndentTooltip": "Increase indent",
|
47
|
+
"richTextDecreaseIndentTooltip": "Decrease indent",
|
48
|
+
"richTextInsertTableTooltip": "Insert table",
|
49
49
|
"richTextFormatButtonTooltip": "Format",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Insert",
|
51
|
+
"richTextInsertTableMenuTitle": "Insert {column} x {row} table",
|
52
|
+
"richTextInsertRowAboveMenu": "Insert above",
|
53
|
+
"richTextInsertRowBelowMenu": "Insert below",
|
54
|
+
"richTextInsertColumnLeftMenu": "Insert left",
|
55
|
+
"richTextInsertColumnRightMenu": "Insert right",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Delete",
|
57
|
+
"richTextDeleteColumnMenu": "Delete column",
|
58
|
+
"richTextDeleteRowMenu": "Delete row",
|
59
|
+
"richTextDeleteTableMenu": "Delete table",
|
60
60
|
"attachmentMoreMenu": "More Options"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -199,7 +199,26 @@
|
|
199
199
|
"blockedWarningText": "This message was deleted due to organizational policy.",
|
200
200
|
"blockedWarningLinkText": "Details",
|
201
201
|
"attachmentCardGroupMessage": "The message has {attachmentCount} attachment",
|
202
|
-
"messageDeletedAnnouncementAriaLabel": "The message is deleted"
|
202
|
+
"messageDeletedAnnouncementAriaLabel": "The message is deleted",
|
203
|
+
"richTextBoldTooltip": "Bold",
|
204
|
+
"richTextItalicTooltip": "Italic",
|
205
|
+
"richTextUnderlineTooltip": "Underline",
|
206
|
+
"richTextBulletListTooltip": "Bulleted list",
|
207
|
+
"richTextNumberListTooltip": "Numbered list",
|
208
|
+
"richTextIncreaseIndentTooltip": "Increase indent",
|
209
|
+
"richTextDecreaseIndentTooltip": "Decrease indent",
|
210
|
+
"richTextInsertTableTooltip": "Insert table",
|
211
|
+
"richTextFormatButtonTooltip": "Format",
|
212
|
+
"richTextInsertRowOrColumnMenu": "Insert",
|
213
|
+
"richTextInsertTableMenuTitle": "Insert {column} x {row} table",
|
214
|
+
"richTextInsertRowAboveMenu": "Insert above",
|
215
|
+
"richTextInsertRowBelowMenu": "Insert below",
|
216
|
+
"richTextInsertColumnLeftMenu": "Insert left",
|
217
|
+
"richTextInsertColumnRightMenu": "Insert right",
|
218
|
+
"richTextDeleteRowOrColumnMenu": "Delete",
|
219
|
+
"richTextDeleteColumnMenu": "Delete column",
|
220
|
+
"richTextDeleteRowMenu": "Delete row",
|
221
|
+
"richTextDeleteTableMenu": "Delete table"
|
203
222
|
},
|
204
223
|
"errorBar": {
|
205
224
|
"unableToReachChatService": "You are offline",
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Quitar archivo",
|
39
39
|
"uploading": "Cargando",
|
40
40
|
"uploadCompleted": "Carga completada",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Negrita",
|
42
|
+
"richTextItalicTooltip": "Cursiva",
|
43
|
+
"richTextUnderlineTooltip": "Subrayado",
|
44
|
+
"richTextBulletListTooltip": "Lista con viñetas",
|
45
|
+
"richTextNumberListTooltip": "Lista numerada",
|
46
|
+
"richTextIncreaseIndentTooltip": "Aumentar sangría",
|
47
|
+
"richTextDecreaseIndentTooltip": "Reducir sangría",
|
48
|
+
"richTextInsertTableTooltip": "Insertar tabla",
|
49
49
|
"richTextFormatButtonTooltip": "Formato",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Insertar",
|
51
|
+
"richTextInsertTableMenuTitle": "Insertar {column} x {row} tabla",
|
52
|
+
"richTextInsertRowAboveMenu": "Insertar arriba",
|
53
|
+
"richTextInsertRowBelowMenu": "Insertar debajo",
|
54
|
+
"richTextInsertColumnLeftMenu": "Insertar a la izquierda",
|
55
|
+
"richTextInsertColumnRightMenu": "Insertar a la derecha",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Eliminar",
|
57
|
+
"richTextDeleteColumnMenu": "Eliminar columna",
|
58
|
+
"richTextDeleteRowMenu": "Eliminar fila",
|
59
|
+
"richTextDeleteTableMenu": "Eliminar tabla",
|
60
60
|
"attachmentMoreMenu": "Más opciones"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Poista tiedosto",
|
39
39
|
"uploading": "Ladataan",
|
40
40
|
"uploadCompleted": "Lataus valmis",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Lihavoi",
|
42
|
+
"richTextItalicTooltip": "Kursivointi",
|
43
|
+
"richTextUnderlineTooltip": "Alleviivaa",
|
44
|
+
"richTextBulletListTooltip": "Luettelomerkeillä varustettu luettelo",
|
45
|
+
"richTextNumberListTooltip": "Numeroitu luettelo",
|
46
|
+
"richTextIncreaseIndentTooltip": "Suurenna sisennystä",
|
47
|
+
"richTextDecreaseIndentTooltip": "Pienennä sisennystä",
|
48
|
+
"richTextInsertTableTooltip": "Lisää taulukko",
|
49
49
|
"richTextFormatButtonTooltip": "Muoto",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Lisää",
|
51
|
+
"richTextInsertTableMenuTitle": "Lisää {row}x{column}-kokoinen taulukko",
|
52
|
+
"richTextInsertRowAboveMenu": "Lisää yläpuolelle",
|
53
|
+
"richTextInsertRowBelowMenu": "Lisää alapuolelle",
|
54
|
+
"richTextInsertColumnLeftMenu": "Lisää vasemmalle",
|
55
|
+
"richTextInsertColumnRightMenu": "Lisää oikealle",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Poista",
|
57
|
+
"richTextDeleteColumnMenu": "Poista sarake",
|
58
|
+
"richTextDeleteRowMenu": "Poista rivi",
|
59
|
+
"richTextDeleteTableMenu": "Poista taulukko",
|
60
60
|
"attachmentMoreMenu": "Lisää asetuksia"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Supprimer un fichier",
|
39
39
|
"uploading": "Téléchargement",
|
40
40
|
"uploadCompleted": "Chargement terminé",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Gras",
|
42
|
+
"richTextItalicTooltip": "Italique",
|
43
|
+
"richTextUnderlineTooltip": "Souligner",
|
44
|
+
"richTextBulletListTooltip": "Liste à puces",
|
45
|
+
"richTextNumberListTooltip": "Liste numérotée",
|
46
|
+
"richTextIncreaseIndentTooltip": "Augmenter le retrait",
|
47
|
+
"richTextDecreaseIndentTooltip": "Réduire le retrait",
|
48
|
+
"richTextInsertTableTooltip": "Insérer un tableau",
|
49
49
|
"richTextFormatButtonTooltip": "Format",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Insérer",
|
51
|
+
"richTextInsertTableMenuTitle": "Insérer une table {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "Insérer au-dessus",
|
53
|
+
"richTextInsertRowBelowMenu": "Insérer l’élément ci-dessous",
|
54
|
+
"richTextInsertColumnLeftMenu": "Insérer à gauche",
|
55
|
+
"richTextInsertColumnRightMenu": "Insérer à droite",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Supprimer",
|
57
|
+
"richTextDeleteColumnMenu": "Supprimer la colonne",
|
58
|
+
"richTextDeleteRowMenu": "Supprimer une ligne",
|
59
|
+
"richTextDeleteTableMenu": "Supprimer le tableau",
|
60
60
|
"attachmentMoreMenu": "Plus d’options"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "הסר קובץ",
|
39
39
|
"uploading": "מעלה",
|
40
40
|
"uploadCompleted": "ההעלאה הושלמה",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "מודגש",
|
42
|
+
"richTextItalicTooltip": "נטוי",
|
43
|
+
"richTextUnderlineTooltip": "קו תחתון",
|
44
|
+
"richTextBulletListTooltip": "רשימה עם תבליטים",
|
45
|
+
"richTextNumberListTooltip": "רשימה ממוספרת",
|
46
|
+
"richTextIncreaseIndentTooltip": "הגדל כניסה",
|
47
|
+
"richTextDecreaseIndentTooltip": "הקטן כניסה",
|
48
|
+
"richTextInsertTableTooltip": "הוסף טבלה",
|
49
49
|
"richTextFormatButtonTooltip": "תבנית",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "הוסף",
|
51
|
+
"richTextInsertTableMenuTitle": "הוסף טבלה {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "הוסף מעל",
|
53
|
+
"richTextInsertRowBelowMenu": "הוסף מתחת",
|
54
|
+
"richTextInsertColumnLeftMenu": "הוסף משמאל",
|
55
|
+
"richTextInsertColumnRightMenu": "הוסף מימין",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "מחק",
|
57
|
+
"richTextDeleteColumnMenu": "מחק עמודה",
|
58
|
+
"richTextDeleteRowMenu": "מחק שורה",
|
59
|
+
"richTextDeleteTableMenu": "מחק טבלה",
|
60
60
|
"attachmentMoreMenu": "אפשרויות נוספות"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|