@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
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Rimuovi file",
|
39
39
|
"uploading": "Caricamento",
|
40
40
|
"uploadCompleted": "Caricamento completato",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Grassetto",
|
42
|
+
"richTextItalicTooltip": "Corsivo",
|
43
|
+
"richTextUnderlineTooltip": "Sottolineato",
|
44
|
+
"richTextBulletListTooltip": "Elenco puntato",
|
45
|
+
"richTextNumberListTooltip": "Elenco numerato",
|
46
|
+
"richTextIncreaseIndentTooltip": "Aumenta rientro",
|
47
|
+
"richTextDecreaseIndentTooltip": "Riduci rientro",
|
48
|
+
"richTextInsertTableTooltip": "Inserisci tabella",
|
49
49
|
"richTextFormatButtonTooltip": "Formato",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Inserisci",
|
51
|
+
"richTextInsertTableMenuTitle": "Inserisci tabella {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "Inserisci sopra",
|
53
|
+
"richTextInsertRowBelowMenu": "Inserisci sotto",
|
54
|
+
"richTextInsertColumnLeftMenu": "Inserisci a sinistra",
|
55
|
+
"richTextInsertColumnRightMenu": "Inserisci a destra",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Elimina",
|
57
|
+
"richTextDeleteColumnMenu": "Elimina colonna",
|
58
|
+
"richTextDeleteRowMenu": "Elimina riga",
|
59
|
+
"richTextDeleteTableMenu": "Elimina tabella",
|
60
60
|
"attachmentMoreMenu": "Altre opzioni"
|
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": {
|
@@ -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": "Fjern fil",
|
39
39
|
"uploading": "Laster opp",
|
40
40
|
"uploadCompleted": "Opplasting fullført",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Fet",
|
42
|
+
"richTextItalicTooltip": "Kursiv",
|
43
|
+
"richTextUnderlineTooltip": "Understreking",
|
44
|
+
"richTextBulletListTooltip": "Punktliste",
|
45
|
+
"richTextNumberListTooltip": "Nummerert liste",
|
46
|
+
"richTextIncreaseIndentTooltip": "Øk innrykk",
|
47
|
+
"richTextDecreaseIndentTooltip": "Reduser innrykk",
|
48
|
+
"richTextInsertTableTooltip": "Sett inn tabell",
|
49
49
|
"richTextFormatButtonTooltip": "Format",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Sett inn",
|
51
|
+
"richTextInsertTableMenuTitle": "Sett inn {column} x {row}-tabell",
|
52
|
+
"richTextInsertRowAboveMenu": "Sett inn ovenfor",
|
53
|
+
"richTextInsertRowBelowMenu": "Sett inn nedenfor",
|
54
|
+
"richTextInsertColumnLeftMenu": "Sett inn til venstre",
|
55
|
+
"richTextInsertColumnRightMenu": "Sett inn til høyre",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Slett",
|
57
|
+
"richTextDeleteColumnMenu": "Slett kolonne",
|
58
|
+
"richTextDeleteRowMenu": "Slett rad",
|
59
|
+
"richTextDeleteTableMenu": "Slett tabell",
|
60
60
|
"attachmentMoreMenu": "Flere alternativer"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Bestand verwijderen",
|
39
39
|
"uploading": "Uploaden",
|
40
40
|
"uploadCompleted": "Upload voltooid",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Vet",
|
42
|
+
"richTextItalicTooltip": "Cursief",
|
43
|
+
"richTextUnderlineTooltip": "Onderstrepen",
|
44
|
+
"richTextBulletListTooltip": "Lijst met opsommingstekens",
|
45
|
+
"richTextNumberListTooltip": "Genummerde lijst",
|
46
|
+
"richTextIncreaseIndentTooltip": "Inspringing vergroten",
|
47
|
+
"richTextDecreaseIndentTooltip": "Inspringing verkleinen",
|
48
|
+
"richTextInsertTableTooltip": "Tabel invoegen",
|
49
49
|
"richTextFormatButtonTooltip": "Indeling",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Invoegen",
|
51
|
+
"richTextInsertTableMenuTitle": "{column} x {row} tabel invoegen",
|
52
|
+
"richTextInsertRowAboveMenu": "Hierboven invoegen",
|
53
|
+
"richTextInsertRowBelowMenu": "Hieronder invoegen",
|
54
|
+
"richTextInsertColumnLeftMenu": "Links invoegen",
|
55
|
+
"richTextInsertColumnRightMenu": "Rechts invoegen",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Verwijderen",
|
57
|
+
"richTextDeleteColumnMenu": "Kolom verwijderen",
|
58
|
+
"richTextDeleteRowMenu": "Rij verwijderen",
|
59
|
+
"richTextDeleteTableMenu": "Tabel verwijderen",
|
60
60
|
"attachmentMoreMenu": "Meer opties"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Usuwanie pliku",
|
39
39
|
"uploading": "Przekazywanie",
|
40
40
|
"uploadCompleted": "Zakończono przekazywanie",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Pogrubienie",
|
42
|
+
"richTextItalicTooltip": "Kursywa",
|
43
|
+
"richTextUnderlineTooltip": "Podkreślenie",
|
44
|
+
"richTextBulletListTooltip": "Lista punktowana",
|
45
|
+
"richTextNumberListTooltip": "Lista numerowana",
|
46
|
+
"richTextIncreaseIndentTooltip": "Zwiększ wcięcie",
|
47
|
+
"richTextDecreaseIndentTooltip": "Zmniejsz wcięcie",
|
48
|
+
"richTextInsertTableTooltip": "Wstaw tabelę",
|
49
49
|
"richTextFormatButtonTooltip": "Formatowanie",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Wstaw",
|
51
|
+
"richTextInsertTableMenuTitle": "Wstaw tabelę {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "Wstaw powyżej",
|
53
|
+
"richTextInsertRowBelowMenu": "Wstaw poniżej",
|
54
|
+
"richTextInsertColumnLeftMenu": "Wstaw z lewej",
|
55
|
+
"richTextInsertColumnRightMenu": "Wstaw z prawej",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Usuń",
|
57
|
+
"richTextDeleteColumnMenu": "Usuń kolumnę",
|
58
|
+
"richTextDeleteRowMenu": "Usuń wiersz",
|
59
|
+
"richTextDeleteTableMenu": "Usuń tabelę",
|
60
60
|
"attachmentMoreMenu": "Więcej opcji"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Remover arquivo",
|
39
39
|
"uploading": "Carregando",
|
40
40
|
"uploadCompleted": "Carregamento concluído",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Negrito",
|
42
|
+
"richTextItalicTooltip": "Itálico",
|
43
|
+
"richTextUnderlineTooltip": "Sublinhar",
|
44
|
+
"richTextBulletListTooltip": "Lista com marcadores",
|
45
|
+
"richTextNumberListTooltip": "Lista numerada",
|
46
|
+
"richTextIncreaseIndentTooltip": "Aumentar recuo",
|
47
|
+
"richTextDecreaseIndentTooltip": "Diminuir recuo",
|
48
|
+
"richTextInsertTableTooltip": "Inserir tabela",
|
49
49
|
"richTextFormatButtonTooltip": "Formato",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Inserir",
|
51
|
+
"richTextInsertTableMenuTitle": "Inserir tabela {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "Inserir acima",
|
53
|
+
"richTextInsertRowBelowMenu": "Inserir abaixo",
|
54
|
+
"richTextInsertColumnLeftMenu": "Inserir à esquerda",
|
55
|
+
"richTextInsertColumnRightMenu": "Inserir à direita",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Excluir",
|
57
|
+
"richTextDeleteColumnMenu": "Excluir coluna",
|
58
|
+
"richTextDeleteRowMenu": "Excluir linha",
|
59
|
+
"richTextDeleteTableMenu": "Excluir tabela",
|
60
60
|
"attachmentMoreMenu": "Mais Opções"
|
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": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Ta bort filen",
|
39
39
|
"uploading": "Laddar upp",
|
40
40
|
"uploadCompleted": "Uppladdningen har slutförts",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Fet",
|
42
|
+
"richTextItalicTooltip": "Kursiv",
|
43
|
+
"richTextUnderlineTooltip": "Understruken",
|
44
|
+
"richTextBulletListTooltip": "Punktlista",
|
45
|
+
"richTextNumberListTooltip": "Numrerad lista",
|
46
|
+
"richTextIncreaseIndentTooltip": "Öka indrag",
|
47
|
+
"richTextDecreaseIndentTooltip": "Minska indrag",
|
48
|
+
"richTextInsertTableTooltip": "Infoga tabell",
|
49
49
|
"richTextFormatButtonTooltip": "Format",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Infoga",
|
51
|
+
"richTextInsertTableMenuTitle": "Infoga tabell på {column} x {row}",
|
52
|
+
"richTextInsertRowAboveMenu": "Infoga ovan",
|
53
|
+
"richTextInsertRowBelowMenu": "Infoga nedanför",
|
54
|
+
"richTextInsertColumnLeftMenu": "Infoga till vänster",
|
55
|
+
"richTextInsertColumnRightMenu": "Infoga till höger",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Ta bort",
|
57
|
+
"richTextDeleteColumnMenu": "Ta bort kolumn",
|
58
|
+
"richTextDeleteRowMenu": "Ta bort rad",
|
59
|
+
"richTextDeleteTableMenu": "Ta bort tabell",
|
60
60
|
"attachmentMoreMenu": "Fler alternativ"
|
61
61
|
},
|
62
62
|
"mentionPopover": {
|
@@ -38,25 +38,25 @@
|
|
38
38
|
"removeAttachment": "Dosyayı kaldır",
|
39
39
|
"uploading": "Yükleniyor",
|
40
40
|
"uploadCompleted": "Karşıya yükleme tamamlandı",
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
41
|
+
"richTextBoldTooltip": "Kalın",
|
42
|
+
"richTextItalicTooltip": "İtalik",
|
43
|
+
"richTextUnderlineTooltip": "Altı çizili",
|
44
|
+
"richTextBulletListTooltip": "Madde işaretli liste",
|
45
|
+
"richTextNumberListTooltip": "Numaralandırılmış liste",
|
46
|
+
"richTextIncreaseIndentTooltip": "Girintiyi artır",
|
47
|
+
"richTextDecreaseIndentTooltip": "Girintiyi azalt",
|
48
|
+
"richTextInsertTableTooltip": "Tablo ekle",
|
49
49
|
"richTextFormatButtonTooltip": "Biçim",
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
50
|
+
"richTextInsertRowOrColumnMenu": "Ekle",
|
51
|
+
"richTextInsertTableMenuTitle": "{column} x {row} tablosunu ekleme",
|
52
|
+
"richTextInsertRowAboveMenu": "Üste ekle",
|
53
|
+
"richTextInsertRowBelowMenu": "Aşağıya ekle",
|
54
|
+
"richTextInsertColumnLeftMenu": "Sola ekle",
|
55
|
+
"richTextInsertColumnRightMenu": "Sağa ekle",
|
56
|
+
"richTextDeleteRowOrColumnMenu": "Sil",
|
57
|
+
"richTextDeleteColumnMenu": "Sütunu sil",
|
58
|
+
"richTextDeleteRowMenu": "Satırı sil",
|
59
|
+
"richTextDeleteTableMenu": "Tabloyu sil",
|
60
60
|
"attachmentMoreMenu": "Diğer Seçenekler"
|
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": {
|
@@ -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": {
|
@@ -3,7 +3,7 @@
|
|
3
3
|
import { mergeStyles } from '@fluentui/react';
|
4
4
|
/* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */
|
5
5
|
import { Stack } from '@fluentui/react';
|
6
|
-
import { ArrowClockwise16Regular, CallEnd20Filled, Checkmark20Regular, CheckmarkCircle16Regular, Circle16Regular, Delete20Regular, Dismiss20Regular, Dismiss16Regular, Edit20Regular, ErrorCircle16Regular, Eye16Regular, MicOff16Filled, MicOff16Regular, MicOff20Filled, Mic16Filled, Mic20Filled, Mic20Regular, MoreHorizontal20Filled, MoreHorizontal20Regular, People20Filled, Settings20Filled, Send20Filled, Send20Regular, ShareScreenStart20Filled, ShareScreenStop20Filled, Speaker220Regular, Video16Filled, Video20Filled, Video20Regular, VideoOff20Filled, ChevronLeft20Regular, ChevronRight20Regular, WifiWarning20Filled, SpeakerMute16Filled, MicProhibited16Filled, VideoProhibited16Filled, Pin16Filled,
|
6
|
+
import { ArrowClockwise16Regular, CallEnd20Filled, Checkmark20Regular, CheckmarkCircle16Regular, Circle16Regular, Delete20Regular, Dismiss20Regular, Dismiss16Regular, Edit20Regular, ErrorCircle16Regular, Eye16Regular, MicOff16Filled, MicOff16Regular, MicOff20Filled, Mic16Filled, Mic20Filled, Mic20Regular, MoreHorizontal20Filled, MoreHorizontal20Regular, People20Filled, Settings20Filled, Send20Filled, Send20Regular, ShareScreenStart20Filled, ShareScreenStop20Filled, Speaker220Regular, Video16Filled, Video20Filled, Video20Regular, VideoOff20Filled, ChevronLeft20Regular, ChevronRight20Regular, WifiWarning20Filled, SpeakerMute16Filled, MicProhibited16Filled, VideoProhibited16Filled, Pin16Filled, Pin20Regular, PinOff20Regular, ScaleFit20Regular, ScaleFill20Regular } from '@fluentui/react-icons';
|
7
7
|
/* @conditional-compile-remove(rich-text-editor) */
|
8
8
|
import { TextBold20Regular, TextItalic20Regular, TextUnderlineCharacterU20Regular, TextBulletList20Regular, TextNumberListLtr20Regular, TextIndentDecrease20Regular, TextIndentIncrease20Regular, DividerTall24Regular, TextEditStyle20Regular, TextEditStyle20Filled, Table20Regular, Table20Filled, TableAdd20Regular, TableDismiss20Regular } from '@fluentui/react-icons';
|
9
9
|
import { Emoji20Regular } from '@fluentui/react-icons';
|
@@ -210,8 +210,8 @@ export const DEFAULT_COMPONENT_ICONS = {
|
|
210
210
|
VideoTileMoreOptions: React.createElement(MoreHorizontal20Filled, null),
|
211
211
|
VideoTileScaleFit: React.createElement(ScaleFit20Regular, null),
|
212
212
|
VideoTileScaleFill: React.createElement(ScaleFill20Regular, null),
|
213
|
-
PinParticipant: React.createElement(
|
214
|
-
UnpinParticipant: React.createElement(
|
213
|
+
PinParticipant: React.createElement(Pin20Regular, null),
|
214
|
+
UnpinParticipant: React.createElement(PinOff20Regular, null),
|
215
215
|
SplitButtonPrimaryActionCameraOn: React.createElement(Video20Filled, null),
|
216
216
|
SplitButtonPrimaryActionCameraOff: React.createElement(VideoOff20Filled, null),
|
217
217
|
SplitButtonPrimaryActionMicUnmuted: React.createElement(Mic20Filled, null),
|