@azure/communication-react 1.16.0-alpha-202405132107 → 1.16.0-alpha-202405140014
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 +96 -113
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-DWzf8cuK.js → ChatMessageComponentAsRichTextEditBox-BZZrW3na.js} +23 -14
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-BZZrW3na.js.map +1 -0
- package/dist/dist-cjs/communication-react/{index-W6o1SuXO.js → index-m47fKkX4.js} +647 -869
- package/dist/dist-cjs/communication-react/index-m47fKkX4.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/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.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/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/{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/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/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/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 +3 -2
- 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/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/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -14
- 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/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 +0 -9
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -5
- 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 +3 -16
- 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/package.json +1 -1
- package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-DWzf8cuK.js.map +0 -1
- package/dist/dist-cjs/communication-react/index-W6o1SuXO.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": "إزالة الملف",
|
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": {
|
@@ -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": {
|