@remarkablejames/editor 0.0.1
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/LICENSE +21 -0
- package/README.md +62 -0
- package/lib/ActionMenuButton-B0EHT9CC.js +35 -0
- package/lib/ActionMenuButton-J1el_e6Z.cjs +1 -0
- package/lib/Attachment.cjs +19 -0
- package/lib/Attachment.js +273 -0
- package/lib/Blockquote.cjs +5 -0
- package/lib/Blockquote.js +107 -0
- package/lib/Bold.cjs +1 -0
- package/lib/Bold.js +123 -0
- package/lib/BulletList.cjs +1 -0
- package/lib/BulletList.js +53 -0
- package/lib/Callout.cjs +1 -0
- package/lib/Callout.js +225 -0
- package/lib/Clear.cjs +1 -0
- package/lib/Clear.js +49 -0
- package/lib/Code.cjs +1 -0
- package/lib/Code.js +100 -0
- package/lib/CodeBlock.cjs +44 -0
- package/lib/CodeBlock.js +4065 -0
- package/lib/CodeView.cjs +1 -0
- package/lib/CodeView.js +81 -0
- package/lib/Color.cjs +1 -0
- package/lib/Color.js +134 -0
- package/lib/Column.cjs +1 -0
- package/lib/Column.js +230 -0
- package/lib/Drawer-BCWVN-4l.js +1125 -0
- package/lib/Drawer-BTouEroZ.cjs +2 -0
- package/lib/Drawer.cjs +1 -0
- package/lib/Drawer.js +7 -0
- package/lib/Emoji.cjs +1 -0
- package/lib/Emoji.js +19888 -0
- package/lib/Excalidraw.cjs +1 -0
- package/lib/Excalidraw.js +276 -0
- package/lib/ExportPdf.cjs +39 -0
- package/lib/ExportPdf.js +142 -0
- package/lib/ExportWord.cjs +1 -0
- package/lib/ExportWord.js +107 -0
- package/lib/FontFamily.cjs +1 -0
- package/lib/FontFamily.js +84 -0
- package/lib/FontSize.cjs +1 -0
- package/lib/FontSize.js +106 -0
- package/lib/Heading.cjs +1 -0
- package/lib/Heading.js +167 -0
- package/lib/Highlight.cjs +1 -0
- package/lib/Highlight.js +203 -0
- package/lib/History.cjs +1 -0
- package/lib/History.js +990 -0
- package/lib/HorizontalRule.cjs +1 -0
- package/lib/HorizontalRule.js +118 -0
- package/lib/Iframe-BdgiWGml.js +416 -0
- package/lib/Iframe-BfBLILDA.cjs +1 -0
- package/lib/Iframe.cjs +1 -0
- package/lib/Iframe.js +7 -0
- package/lib/Image.cjs +1 -0
- package/lib/Image.js +6 -0
- package/lib/ImageGif.cjs +1 -0
- package/lib/ImageGif.js +400 -0
- package/lib/ImportWord.cjs +1 -0
- package/lib/ImportWord.js +145 -0
- package/lib/Indent-BpMcZKok.js +148 -0
- package/lib/Indent-Dvqz_WEn.cjs +1 -0
- package/lib/Indent.cjs +1 -0
- package/lib/Indent.js +6 -0
- package/lib/Italic.cjs +1 -0
- package/lib/Italic.js +123 -0
- package/lib/Katex-B8_uprkO.js +2753 -0
- package/lib/Katex-BQyeCeQ0.cjs +4 -0
- package/lib/Katex.cjs +1 -0
- package/lib/Katex.js +6 -0
- package/lib/LineHeight.cjs +1 -0
- package/lib/LineHeight.js +89 -0
- package/lib/Link.cjs +1 -0
- package/lib/Link.js +6 -0
- package/lib/LinkEditBlock-BX0fXXpF.js +1185 -0
- package/lib/LinkEditBlock-CIshn_8F.cjs +5 -0
- package/lib/Mention.cjs +1 -0
- package/lib/Mention.js +265 -0
- package/lib/Mermaid-0GiGVxn0.cjs +2 -0
- package/lib/Mermaid-D8bbIgAl.js +381 -0
- package/lib/Mermaid.cjs +1 -0
- package/lib/Mermaid.js +7 -0
- package/lib/MoreMark.cjs +1 -0
- package/lib/MoreMark.js +157 -0
- package/lib/OrderedList.cjs +1 -0
- package/lib/OrderedList.js +52 -0
- package/lib/SearchAndReplace.cjs +1 -0
- package/lib/SearchAndReplace.js +305 -0
- package/lib/SlashCommand.cjs +1 -0
- package/lib/SlashCommand.js +90 -0
- package/lib/SlashCommandNodeView-BcmtKbEE.js +249 -0
- package/lib/SlashCommandNodeView-rDJ7OjRd.cjs +1 -0
- package/lib/Strike.cjs +1 -0
- package/lib/Strike.js +112 -0
- package/lib/Table-BEhNBeuA.cjs +5 -0
- package/lib/Table-DbxuP5xh.js +1939 -0
- package/lib/Table.cjs +1 -0
- package/lib/Table.js +5 -0
- package/lib/TaskList.cjs +1 -0
- package/lib/TaskList.js +63 -0
- package/lib/TextAlign.cjs +1 -0
- package/lib/TextAlign.js +165 -0
- package/lib/TextDirection.cjs +1 -0
- package/lib/TextDirection.js +110 -0
- package/lib/TextUnderline.cjs +1 -0
- package/lib/TextUnderline.js +115 -0
- package/lib/Twitter-9I6BLNmg.js +1666 -0
- package/lib/Twitter-BuEBgpi9.cjs +1 -0
- package/lib/Twitter.cjs +1 -0
- package/lib/Twitter.js +6 -0
- package/lib/Video.cjs +1 -0
- package/lib/Video.js +7 -0
- package/lib/bubble.cjs +3 -0
- package/lib/bubble.d.ts +1 -0
- package/lib/bubble.js +9533 -0
- package/lib/clsx-CDyrfCnw.js +7391 -0
- package/lib/clsx-CXbNJWDD.cjs +54 -0
- package/lib/components/ActionButton.d.ts +23 -0
- package/lib/components/ActionMenuButton.d.ts +28 -0
- package/lib/components/Bubble/RichTextBubbleCallout.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleColumns.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleDrawer.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleExcalidraw.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleIframe.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleKatex.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleLink.d.ts +6 -0
- package/lib/components/Bubble/RichTextBubbleMedia.d.ts +4 -0
- package/lib/components/Bubble/RichTextBubbleMenuDragHandle.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleMermaid.d.ts +1 -0
- package/lib/components/Bubble/RichTextBubbleTable.d.ts +5 -0
- package/lib/components/Bubble/RichTextBubbleText.d.ts +5 -0
- package/lib/components/Bubble/RichTextBubbleTwitter.d.ts +1 -0
- package/lib/components/Bubble/formatBubble.d.ts +55 -0
- package/lib/components/Bubble/index.d.ts +13 -0
- package/lib/components/ColorPicker.d.ts +11 -0
- package/lib/components/ReactBus.d.ts +11 -0
- package/lib/components/RichTextProvider.d.ts +8 -0
- package/lib/components/SizeSetter/SizeSetter.d.ts +13 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadImage.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadVideo.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/SlashDialogTrigger.d.ts +5 -0
- package/lib/components/icons/Activity.d.ts +2 -0
- package/lib/components/icons/Animas.d.ts +2 -0
- package/lib/components/icons/AspectRatio.d.ts +2 -0
- package/lib/components/icons/Blockquote.d.ts +2 -0
- package/lib/components/icons/CodeView.d.ts +1 -0
- package/lib/components/icons/ColumnAddLeft.d.ts +1 -0
- package/lib/components/icons/ColumnAddRight.d.ts +1 -0
- package/lib/components/icons/DeleteColumn.d.ts +2 -0
- package/lib/components/icons/DeleteRow.d.ts +2 -0
- package/lib/components/icons/Direction.d.ts +1 -0
- package/lib/components/icons/Excalidraw.d.ts +1 -0
- package/lib/components/icons/ExportPdf.d.ts +1 -0
- package/lib/components/icons/ExportWord.d.ts +2 -0
- package/lib/components/icons/FileWordOutline.d.ts +2 -0
- package/lib/components/icons/Flag.d.ts +2 -0
- package/lib/components/icons/Food.d.ts +2 -0
- package/lib/components/icons/GIfIcon.d.ts +1 -0
- package/lib/components/icons/Html.d.ts +1 -0
- package/lib/components/icons/Icon.d.ts +8 -0
- package/lib/components/icons/IconColorFill.d.ts +5 -0
- package/lib/components/icons/IconHighlightFill.d.ts +3 -0
- package/lib/components/icons/ImportWord.d.ts +2 -0
- package/lib/components/icons/LeftToRight.d.ts +1 -0
- package/lib/components/icons/LineHeight.d.ts +2 -0
- package/lib/components/icons/MenuDown.d.ts +2 -0
- package/lib/components/icons/Mermaid.d.ts +1 -0
- package/lib/components/icons/NoFill.d.ts +1 -0
- package/lib/components/icons/Object.d.ts +2 -0
- package/lib/components/icons/RightToLeft.d.ts +1 -0
- package/lib/components/icons/SizeL.d.ts +2 -0
- package/lib/components/icons/SizeM.d.ts +2 -0
- package/lib/components/icons/SizeS.d.ts +2 -0
- package/lib/components/icons/Symbol.d.ts +2 -0
- package/lib/components/icons/Travel.d.ts +2 -0
- package/lib/components/icons/Twitter.d.ts +1 -0
- package/lib/components/icons/icons.d.ts +1 -0
- package/lib/components/icons/index.d.ts +12 -0
- package/lib/components/index.d.ts +6 -0
- package/lib/components/ui/button.d.ts +11 -0
- package/lib/components/ui/checkbox.d.ts +4 -0
- package/lib/components/ui/dialog.d.ts +19 -0
- package/lib/components/ui/dropdown-menu.d.ts +27 -0
- package/lib/components/ui/emoji-picker.d.ts +7 -0
- package/lib/components/ui/index.d.ts +15 -0
- package/lib/components/ui/input.d.ts +5 -0
- package/lib/components/ui/label.d.ts +5 -0
- package/lib/components/ui/popover.d.ts +6 -0
- package/lib/components/ui/select.d.ts +13 -0
- package/lib/components/ui/separator.d.ts +4 -0
- package/lib/components/ui/switch.d.ts +4 -0
- package/lib/components/ui/tabs.d.ts +7 -0
- package/lib/components/ui/textarea.d.ts +5 -0
- package/lib/components/ui/toast.d.ts +15 -0
- package/lib/components/ui/toaster.d.ts +1 -0
- package/lib/components/ui/toggle.d.ts +12 -0
- package/lib/components/ui/tooltip.d.ts +7 -0
- package/lib/components/ui/use-toast.d.ts +44 -0
- package/lib/constants/index.d.ts +47 -0
- package/lib/constants/resetCSS.d.ts +1 -0
- package/lib/delete-node-CosiBes5.cjs +1 -0
- package/lib/delete-node-eQHsyyhR.js +24 -0
- package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
- package/lib/dom-dataset-CIEeltF6.js +47 -0
- package/lib/dropdown-menu-Bs69ZBbO.js +143 -0
- package/lib/dropdown-menu-DjWlG2-J.cjs +1 -0
- package/lib/extensions/Attachment/Attachment.d.ts +15 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIcon.d.ts +1 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIconString.d.ts +1 -0
- package/lib/extensions/Attachment/components/NodeViewAttachment/NodeViewAttachment.d.ts +1 -0
- package/lib/extensions/Attachment/components/RichTextAttachment.d.ts +1 -0
- package/lib/extensions/Attachment/index.d.ts +1 -0
- package/lib/extensions/Blockquote/Blockquote.d.ts +6 -0
- package/lib/extensions/Blockquote/components/RichTextBlockquote.d.ts +1 -0
- package/lib/extensions/Blockquote/index.d.ts +1 -0
- package/lib/extensions/Bold/Bold.d.ts +6 -0
- package/lib/extensions/Bold/components/RichTextBold.d.ts +1 -0
- package/lib/extensions/Bold/index.d.ts +1 -0
- package/lib/extensions/BulletList/BulletList.d.ts +6 -0
- package/lib/extensions/BulletList/components/RichTextBulletList.d.ts +1 -0
- package/lib/extensions/BulletList/index.d.ts +1 -0
- package/lib/extensions/Callout/Callout.d.ts +18 -0
- package/lib/extensions/Callout/components/NodeViewCallout/NodeViewCallout.d.ts +1 -0
- package/lib/extensions/Callout/components/RichTextCallout.d.ts +1 -0
- package/lib/extensions/Callout/index.d.ts +1 -0
- package/lib/extensions/Clear/Clear.d.ts +6 -0
- package/lib/extensions/Clear/components/RichTextClear.d.ts +1 -0
- package/lib/extensions/Clear/index.d.ts +1 -0
- package/lib/extensions/Code/Code.d.ts +6 -0
- package/lib/extensions/Code/components/RichTextCode.d.ts +1 -0
- package/lib/extensions/Code/index.d.ts +1 -0
- package/lib/extensions/CodeBlock/CodeBlock.d.ts +21 -0
- package/lib/extensions/CodeBlock/components/NodeViewCodeBlock/NodeViewCodeBlock.d.ts +1 -0
- package/lib/extensions/CodeBlock/components/RichTextCodeBlock.d.ts +1 -0
- package/lib/extensions/CodeBlock/index.d.ts +1 -0
- package/lib/extensions/CodeView/CodeView.d.ts +17 -0
- package/lib/extensions/CodeView/components/RichTextCodeView.d.ts +1 -0
- package/lib/extensions/CodeView/index.d.ts +1 -0
- package/lib/extensions/Color/Color.d.ts +22 -0
- package/lib/extensions/Color/components/RichTextColor.d.ts +1 -0
- package/lib/extensions/Color/index.d.ts +1 -0
- package/lib/extensions/Column/Column.d.ts +17 -0
- package/lib/extensions/Column/components/RichTextColumn.d.ts +1 -0
- package/lib/extensions/Column/index.d.ts +1 -0
- package/lib/extensions/Drawer/Drawer.d.ts +15 -0
- package/lib/extensions/Drawer/components/ControlDrawer/ControlDrawer.d.ts +2 -0
- package/lib/extensions/Drawer/components/ControlDrawer/icon.d.ts +28 -0
- package/lib/extensions/Drawer/components/EditDrawerBlock.d.ts +1 -0
- package/lib/extensions/Drawer/components/NodeViewDrawer/NodeViewDrawer.d.ts +1 -0
- package/lib/extensions/Drawer/components/RichTextDrawer.d.ts +1 -0
- package/lib/extensions/Drawer/index.d.ts +1 -0
- package/lib/extensions/Emoji/Emoji.d.ts +5 -0
- package/lib/extensions/Emoji/components/EmojiList/EmojiNodeView.d.ts +11 -0
- package/lib/extensions/Emoji/components/RichTextEmoji.d.ts +1 -0
- package/lib/extensions/Emoji/index.d.ts +1 -0
- package/lib/extensions/Excalidraw/Excalidraw.d.ts +17 -0
- package/lib/extensions/Excalidraw/components/NodeViewExcalidraw/NodeViewExcalidraw.d.ts +2 -0
- package/lib/extensions/Excalidraw/components/RichTextExcalidraw.d.ts +1 -0
- package/lib/extensions/Excalidraw/index.d.ts +1 -0
- package/lib/extensions/ExportPdf/ExportPdf.d.ts +21 -0
- package/lib/extensions/ExportPdf/components/RichTextExportPdf.d.ts +1 -0
- package/lib/extensions/ExportPdf/index.d.ts +1 -0
- package/lib/extensions/ExportWord/ExportWord.d.ts +13 -0
- package/lib/extensions/ExportWord/components/RichTextExportWord.d.ts +1 -0
- package/lib/extensions/ExportWord/index.d.ts +1 -0
- package/lib/extensions/FontFamily/FontFamily.d.ts +10 -0
- package/lib/extensions/FontFamily/components/RichTextFontFamily.d.ts +15 -0
- package/lib/extensions/FontFamily/index.d.ts +1 -0
- package/lib/extensions/FontSize/FontSize.d.ts +32 -0
- package/lib/extensions/FontSize/components/RichTextFontSize.d.ts +12 -0
- package/lib/extensions/FontSize/index.d.ts +1 -0
- package/lib/extensions/Heading/Heading.d.ts +6 -0
- package/lib/extensions/Heading/components/RichTextHeading.d.ts +15 -0
- package/lib/extensions/Heading/index.d.ts +1 -0
- package/lib/extensions/Highlight/Highlight.d.ts +18 -0
- package/lib/extensions/Highlight/components/RichTextHighlight.d.ts +1 -0
- package/lib/extensions/Highlight/index.d.ts +1 -0
- package/lib/extensions/History/History.d.ts +6 -0
- package/lib/extensions/History/components/RichTextHistory.d.ts +2 -0
- package/lib/extensions/History/index.d.ts +1 -0
- package/lib/extensions/HorizontalRule/HorizontalRule.d.ts +6 -0
- package/lib/extensions/HorizontalRule/components/RichTextHorizontalRule.d.ts +1 -0
- package/lib/extensions/HorizontalRule/index.d.ts +1 -0
- package/lib/extensions/Iframe/Iframe.d.ts +16 -0
- package/lib/extensions/Iframe/components/IframeNodeView.d.ts +2 -0
- package/lib/extensions/Iframe/components/RichTextIframe.d.ts +1 -0
- package/lib/extensions/Iframe/index.d.ts +1 -0
- package/lib/extensions/Iframe/utils.d.ts +9 -0
- package/lib/extensions/Image/Image.d.ts +64 -0
- package/lib/extensions/Image/components/ImageCropper.d.ts +1 -0
- package/lib/extensions/Image/components/ImageView.d.ts +2 -0
- package/lib/extensions/Image/components/RichTextImage.d.ts +1 -0
- package/lib/extensions/Image/index.d.ts +1 -0
- package/lib/extensions/ImageGif/ImageGif.d.ts +39 -0
- package/lib/extensions/ImageGif/components/ImageGifView.d.ts +2 -0
- package/lib/extensions/ImageGif/components/RichTextImageGif.d.ts +1 -0
- package/lib/extensions/ImageGif/components/services.d.ts +458 -0
- package/lib/extensions/ImageGif/index.d.ts +1 -0
- package/lib/extensions/ImportWord/ImportWord.d.ts +18 -0
- package/lib/extensions/ImportWord/components/RichTextImportWord.d.ts +1 -0
- package/lib/extensions/ImportWord/index.d.ts +1 -0
- package/lib/extensions/Indent/Indent.d.ts +23 -0
- package/lib/extensions/Indent/components/RichTextIndent.d.ts +1 -0
- package/lib/extensions/Indent/index.d.ts +1 -0
- package/lib/extensions/Italic/Italic.d.ts +6 -0
- package/lib/extensions/Italic/components/RichTextItalic.d.ts +1 -0
- package/lib/extensions/Italic/index.d.ts +1 -0
- package/lib/extensions/Katex/Katex.d.ts +17 -0
- package/lib/extensions/Katex/components/KatexWrapper.d.ts +1 -0
- package/lib/extensions/Katex/components/RichTextKatex.d.ts +1 -0
- package/lib/extensions/Katex/index.d.ts +1 -0
- package/lib/extensions/LineHeight/LineHeight.d.ts +7 -0
- package/lib/extensions/LineHeight/components/RichTextLightHeight.d.ts +1 -0
- package/lib/extensions/LineHeight/index.d.ts +1 -0
- package/lib/extensions/Link/Link.d.ts +6 -0
- package/lib/extensions/Link/components/LinkEditBlock.d.ts +9 -0
- package/lib/extensions/Link/components/LinkViewBlock.d.ts +8 -0
- package/lib/extensions/Link/components/RichTextLink.d.ts +1 -0
- package/lib/extensions/Link/index.d.ts +1 -0
- package/lib/extensions/Mention/Mention.d.ts +3 -0
- package/lib/extensions/Mention/components/NodeViewMentionList.d.ts +16 -0
- package/lib/extensions/Mention/index.d.ts +1 -0
- package/lib/extensions/Mermaid/Mermaid.d.ts +27 -0
- package/lib/extensions/Mermaid/components/EditMermaidBlock.d.ts +9 -0
- package/lib/extensions/Mermaid/components/NodeViewMermaid/NodeViewMermaid.d.ts +9 -0
- package/lib/extensions/Mermaid/components/RichTextMermaid.d.ts +1 -0
- package/lib/extensions/Mermaid/index.d.ts +1 -0
- package/lib/extensions/MoreMark/MoreMark.d.ts +20 -0
- package/lib/extensions/MoreMark/components/RichTextMoreMark.d.ts +14 -0
- package/lib/extensions/MoreMark/index.d.ts +1 -0
- package/lib/extensions/OrderedList/OrderedList.d.ts +6 -0
- package/lib/extensions/OrderedList/components/RichTextOrderedList.d.ts +1 -0
- package/lib/extensions/OrderedList/index.d.ts +1 -0
- package/lib/extensions/SearchAndReplace/SearchAndReplace.d.ts +36 -0
- package/lib/extensions/SearchAndReplace/components/RichTextSearchAndReplace.d.ts +1 -0
- package/lib/extensions/SearchAndReplace/index.d.ts +1 -0
- package/lib/extensions/SlashCommand/SlashCommand.d.ts +4 -0
- package/lib/extensions/SlashCommand/components/SlashCommandList.d.ts +6 -0
- package/lib/extensions/SlashCommand/components/SlashCommandNodeView.d.ts +3 -0
- package/lib/extensions/SlashCommand/index.d.ts +1 -0
- package/lib/extensions/SlashCommand/renderCommandListDefault.d.ts +7 -0
- package/lib/extensions/SlashCommand/types.d.ts +20 -0
- package/lib/extensions/Strike/Strike.d.ts +6 -0
- package/lib/extensions/Strike/components/RichTextStrike.d.ts +1 -0
- package/lib/extensions/Strike/index.d.ts +1 -0
- package/lib/extensions/Table/Table.d.ts +21 -0
- package/lib/extensions/Table/TableCellBackground.d.ts +14 -0
- package/lib/extensions/Table/components/CreateTablePopover.d.ts +7 -0
- package/lib/extensions/Table/components/RichTextTable.d.ts +1 -0
- package/lib/extensions/Table/index.d.ts +1 -0
- package/lib/extensions/TaskList/TaskList.d.ts +11 -0
- package/lib/extensions/TaskList/components/RichTextTaskList.d.ts +1 -0
- package/lib/extensions/TaskList/index.d.ts +1 -0
- package/lib/extensions/TextAlign/TextAlign.d.ts +17 -0
- package/lib/extensions/TextAlign/components/RichTextAlign.d.ts +14 -0
- package/lib/extensions/TextAlign/index.d.ts +1 -0
- package/lib/extensions/TextDirection/TextDirection.d.ts +5 -0
- package/lib/extensions/TextDirection/components/RichTextTextDirection.d.ts +15 -0
- package/lib/extensions/TextDirection/index.d.ts +1 -0
- package/lib/extensions/TextUnderline/TextUnderline.d.ts +6 -0
- package/lib/extensions/TextUnderline/components/RichTextUnderline.d.ts +1 -0
- package/lib/extensions/TextUnderline/index.d.ts +1 -0
- package/lib/extensions/Twitter/Twitter.d.ts +46 -0
- package/lib/extensions/Twitter/components/FormEditLinkTwitter.d.ts +6 -0
- package/lib/extensions/Twitter/components/NodeViewTweet.d.ts +8 -0
- package/lib/extensions/Twitter/components/RichTextTwitter.d.ts +1 -0
- package/lib/extensions/Twitter/index.d.ts +1 -0
- package/lib/extensions/Video/Video.d.ts +66 -0
- package/lib/extensions/Video/components/RichTextVideo.d.ts +1 -0
- package/lib/extensions/Video/index.d.ts +1 -0
- package/lib/hooks/useActive.d.ts +21 -0
- package/lib/hooks/useAttributes.d.ts +2 -0
- package/lib/hooks/useButtonProps.d.ts +1 -0
- package/lib/hooks/useCopy.d.ts +5 -0
- package/lib/hooks/useExtension.d.ts +1 -0
- package/lib/hooks/useLocalStorage.d.ts +13 -0
- package/lib/index-4Q5IhypJ.js +1349 -0
- package/lib/index-BCzvbrf5.cjs +12 -0
- package/lib/index-BG0kQamI.js +285 -0
- package/lib/index-C-tDsIKJ.js +1631 -0
- package/lib/index-C1WCZhyA.js +237 -0
- package/lib/index-CjhjjJsN.cjs +1 -0
- package/lib/index-Cs6cp0Y6.cjs +1 -0
- package/lib/index-CsSfYR30.js +1351 -0
- package/lib/index-D9oM__YW.cjs +1 -0
- package/lib/index-DjDf4BK8.js +707 -0
- package/lib/index-NsYff_Ni.cjs +1 -0
- package/lib/index-bVGIXhRg.cjs +1 -0
- package/lib/index-lj3VWExo.js +4883 -0
- package/lib/index-neeeY2o7.cjs +4 -0
- package/lib/index.cjs +115 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +338 -0
- package/lib/jsx-runtime-CT7Pcg-t.js +13 -0
- package/lib/jsx-runtime-C_NLcKys.cjs +1 -0
- package/lib/lib/utils.d.ts +2 -0
- package/lib/locale-bundle.cjs +1 -0
- package/lib/locale-bundle.d.ts +1 -0
- package/lib/locale-bundle.js +11 -0
- package/lib/locales/en.d.ts +196 -0
- package/lib/locales/fi.d.ts +196 -0
- package/lib/locales/hu.d.ts +196 -0
- package/lib/locales/index.d.ts +1198 -0
- package/lib/locales/pt-br.d.ts +196 -0
- package/lib/locales/vi.d.ts +196 -0
- package/lib/locales/zh-cn.d.ts +196 -0
- package/lib/plugins/image-upload.d.ts +13 -0
- package/lib/popover-CPr9bHYn.js +24 -0
- package/lib/popover-D-hUKDYu.cjs +1 -0
- package/lib/renderNodeView-BJSrgyGj.js +28 -0
- package/lib/renderNodeView-DfLmGrgA.cjs +1 -0
- package/lib/select-C2KF4RNg.cjs +1 -0
- package/lib/select-CuE_HaQJ.js +120 -0
- package/lib/separator-CHzYNMVt.js +293 -0
- package/lib/separator-_gvUNba_.cjs +1 -0
- package/lib/store/EditorEditableReactive.d.ts +1 -0
- package/lib/store/ThemeColorReactive.d.ts +1 -0
- package/lib/store/commandList.d.ts +2 -0
- package/lib/store/editor.d.ts +21 -0
- package/lib/store/store.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/textarea-DZj6EY-N.cjs +1 -0
- package/lib/textarea-gEoNp9CA.js +20 -0
- package/lib/theme/theme.d.ts +369 -0
- package/lib/theme.cjs +1 -0
- package/lib/theme.js +395 -0
- package/lib/types.d.ts +230 -0
- package/lib/updatePosition-Cjuj2E26.cjs +1 -0
- package/lib/updatePosition-e90ZrFWW.js +16 -0
- package/lib/utils/base64.d.ts +2 -0
- package/lib/utils/checkIsVideoUrl.d.ts +1 -0
- package/lib/utils/color.d.ts +7 -0
- package/lib/utils/columns.d.ts +14 -0
- package/lib/utils/customEvents/events.constant.d.ts +6 -0
- package/lib/utils/delete-node.d.ts +2 -0
- package/lib/utils/dom-dataset.d.ts +28 -0
- package/lib/utils/download.d.ts +1 -0
- package/lib/utils/dynamicCSS.d.ts +25 -0
- package/lib/utils/editor-container-size.d.ts +4 -0
- package/lib/utils/file.d.ts +30 -0
- package/lib/utils/getRenderContainer.d.ts +3 -0
- package/lib/utils/indent.d.ts +14 -0
- package/lib/utils/is-mobile.d.ts +19 -0
- package/lib/utils/json.d.ts +2 -0
- package/lib/utils/lru-cache.d.ts +31 -0
- package/lib/utils/mitt.d.ts +24 -0
- package/lib/utils/node.d.ts +15 -0
- package/lib/utils/pdf.d.ts +3 -0
- package/lib/utils/plateform.d.ts +11 -0
- package/lib/utils/renderNodeView.d.ts +6 -0
- package/lib/utils/shortId.d.ts +1 -0
- package/lib/utils/storage.d.ts +2 -0
- package/lib/utils/updatePosition.d.ts +1 -0
- package/lib/utils/utils.d.ts +20 -0
- package/lib/utils/validateFile.d.ts +16 -0
- package/package.json +845 -0
|
@@ -0,0 +1,1198 @@
|
|
|
1
|
+
import { default as en } from './en';
|
|
2
|
+
import { default as fi } from './fi';
|
|
3
|
+
import { default as hu_HU } from './hu';
|
|
4
|
+
import { default as pt_BR } from './pt-br';
|
|
5
|
+
import { default as vi } from './vi';
|
|
6
|
+
import { default as zh_CN } from './zh-cn';
|
|
7
|
+
declare const LANG: {
|
|
8
|
+
currentLang: string;
|
|
9
|
+
message: {
|
|
10
|
+
en: {
|
|
11
|
+
'editor.remove': string;
|
|
12
|
+
'editor.copy': string;
|
|
13
|
+
'editor.words': string;
|
|
14
|
+
'editor.characters': string;
|
|
15
|
+
'editor.default': string;
|
|
16
|
+
'editor.recent': string;
|
|
17
|
+
'editor.nofill': string;
|
|
18
|
+
'editor.format': string;
|
|
19
|
+
'editor.delete': string;
|
|
20
|
+
'editor.edit': string;
|
|
21
|
+
'editor.settings': string;
|
|
22
|
+
'editor.table_of_content': string;
|
|
23
|
+
'editor.draghandle.tooltip': string;
|
|
24
|
+
'editor.copyToClipboard': string;
|
|
25
|
+
'editor.slash': string;
|
|
26
|
+
'editor.slash.empty': string;
|
|
27
|
+
'editor.slash.format': string;
|
|
28
|
+
'editor.slash.insert': string;
|
|
29
|
+
'editor.slash.embed': string;
|
|
30
|
+
'editor.content': string;
|
|
31
|
+
'editor.fontFamily.tooltip': string;
|
|
32
|
+
'editor.fontFamily.default.tooltip': string;
|
|
33
|
+
'editor.moremark': string;
|
|
34
|
+
'editor.size.small.tooltip': string;
|
|
35
|
+
'editor.size.medium.tooltip': string;
|
|
36
|
+
'editor.size.large.tooltip': string;
|
|
37
|
+
'editor.bold.tooltip': string;
|
|
38
|
+
'editor.italic.tooltip': string;
|
|
39
|
+
'editor.underline.tooltip': string;
|
|
40
|
+
'editor.strike.tooltip': string;
|
|
41
|
+
'editor.color.tooltip': string;
|
|
42
|
+
'editor.color.more': string;
|
|
43
|
+
'editor.highlight.tooltip': string;
|
|
44
|
+
'editor.lineheight.tooltip': string;
|
|
45
|
+
'editor.heading.tooltip': string;
|
|
46
|
+
'editor.heading.h1.tooltip': string;
|
|
47
|
+
'editor.heading.h2.tooltip': string;
|
|
48
|
+
'editor.heading.h3.tooltip': string;
|
|
49
|
+
'editor.heading.h4.tooltip': string;
|
|
50
|
+
'editor.heading.h5.tooltip': string;
|
|
51
|
+
'editor.heading.h6.tooltip': string;
|
|
52
|
+
'editor.paragraph.tooltip': string;
|
|
53
|
+
'editor.textalign.tooltip': string;
|
|
54
|
+
'editor.textalign.left.tooltip': string;
|
|
55
|
+
'editor.textalign.center.tooltip': string;
|
|
56
|
+
'editor.textalign.right.tooltip': string;
|
|
57
|
+
'editor.textalign.justify.tooltip': string;
|
|
58
|
+
'editor.indent': string;
|
|
59
|
+
'editor.indent.indent': string;
|
|
60
|
+
'editor.indent.outdent': string;
|
|
61
|
+
'editor.fontSize.tooltip': string;
|
|
62
|
+
'editor.fontSize.default.tooltip': string;
|
|
63
|
+
'editor.superscript.tooltip': string;
|
|
64
|
+
'editor.subscript.tooltip': string;
|
|
65
|
+
'editor.bulletlist.tooltip': string;
|
|
66
|
+
'editor.orderedlist.tooltip': string;
|
|
67
|
+
'editor.tasklist.tooltip': string;
|
|
68
|
+
'editor.indent.tooltip': string;
|
|
69
|
+
'editor.outdent.tooltip': string;
|
|
70
|
+
'editor.columns.tooltip': string;
|
|
71
|
+
'editor.link.tooltip': string;
|
|
72
|
+
'editor.link.unlink.tooltip': string;
|
|
73
|
+
'editor.link.open.tooltip': string;
|
|
74
|
+
'editor.link.edit.tooltip': string;
|
|
75
|
+
'editor.link.dialog.title': string;
|
|
76
|
+
'editor.link.dialog.link': string;
|
|
77
|
+
'editor.link.dialog.text': string;
|
|
78
|
+
'editor.link.dialog.openInNewTab': string;
|
|
79
|
+
'editor.link.dialog.link.placeholder': string;
|
|
80
|
+
'editor.link.dialog.text.placeholder': string;
|
|
81
|
+
'editor.link.dialog.button.apply': string;
|
|
82
|
+
'editor.link.dialog.button.cancel': string;
|
|
83
|
+
'editor.image.tooltip': string;
|
|
84
|
+
'editor.image.dragger.tooltip': string;
|
|
85
|
+
'editor.image.float.left.tooltip': string;
|
|
86
|
+
'editor.image.float.none.tooltip': string;
|
|
87
|
+
'editor.image.float.right.tooltip': string;
|
|
88
|
+
'editor.image.dialog.title': string;
|
|
89
|
+
'editor.image.dialog.tab.url': string;
|
|
90
|
+
'editor.image.dialog.tab.upload': string;
|
|
91
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
92
|
+
'editor.image.dialog.uploading': string;
|
|
93
|
+
'editor.link.dialog.inline': string;
|
|
94
|
+
'editor.image.dialog.form.link': string;
|
|
95
|
+
'editor.image.dialog.placeholder': string;
|
|
96
|
+
'editor.image.dialog.form.alt': string;
|
|
97
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
98
|
+
'editor.image.dialog.form.file': string;
|
|
99
|
+
'editor.image.dialog.button.apply': string;
|
|
100
|
+
'editor.video.tooltip': string;
|
|
101
|
+
'editor.video.dialog.tab.upload': string;
|
|
102
|
+
'editor.video.dialog.uploading': string;
|
|
103
|
+
'editor.video.dialog.title': string;
|
|
104
|
+
'editor.video.dialog.link': string;
|
|
105
|
+
'editor.video.dialog.placeholder': string;
|
|
106
|
+
'editor.video.dialog.button.apply': string;
|
|
107
|
+
'editor.table.tooltip': string;
|
|
108
|
+
'editor.table.menu.insert_table': string;
|
|
109
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
110
|
+
'editor.table.menu.add_column_before': string;
|
|
111
|
+
'editor.table.menu.add_column_after': string;
|
|
112
|
+
'editor.table.menu.delete_column': string;
|
|
113
|
+
'editor.table.menu.add_row_before': string;
|
|
114
|
+
'editor.table.menu.add_row_after': string;
|
|
115
|
+
'editor.table.menu.delete_row': string;
|
|
116
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
117
|
+
'editor.table.menu.delete_table': string;
|
|
118
|
+
'editor.blockquote.tooltip': string;
|
|
119
|
+
'editor.horizontalrule.tooltip': string;
|
|
120
|
+
'editor.code.tooltip': string;
|
|
121
|
+
'editor.codeblock.tooltip': string;
|
|
122
|
+
'editor.clear.tooltip': string;
|
|
123
|
+
'editor.undo.tooltip': string;
|
|
124
|
+
'editor.redo.tooltip': string;
|
|
125
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
126
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
127
|
+
'editor.imageUpload.cancel': string;
|
|
128
|
+
'editor.imageUpload.crop': string;
|
|
129
|
+
'editor.imageUpload.uploading': string;
|
|
130
|
+
'editor.imageUpload.alt': string;
|
|
131
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
132
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
133
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
134
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
135
|
+
'editor.table.menu.deleteColumn': string;
|
|
136
|
+
'editor.table.menu.insertRowAbove': string;
|
|
137
|
+
'editor.table.menu.insertRowBelow': string;
|
|
138
|
+
'editor.table.menu.deleteRow': string;
|
|
139
|
+
'editor.table.menu.mergeCells': string;
|
|
140
|
+
'editor.table.menu.splitCells': string;
|
|
141
|
+
'editor.table.menu.deleteTable': string;
|
|
142
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
143
|
+
'editor.emoji.tooltip': string;
|
|
144
|
+
'editor.iframe.tooltip': string;
|
|
145
|
+
'editor.searchAndReplace.tooltip': string;
|
|
146
|
+
'editor.search.dialog.text': string;
|
|
147
|
+
'editor.replace.dialog.text': string;
|
|
148
|
+
'editor.replaceAll.dialog.text': string;
|
|
149
|
+
'editor.previous.dialog.text': string;
|
|
150
|
+
'editor.next.dialog.text': string;
|
|
151
|
+
no_result_found: string;
|
|
152
|
+
'Smileys & People': string;
|
|
153
|
+
'Animals & Nature': string;
|
|
154
|
+
'Food & Drink': string;
|
|
155
|
+
Activity: string;
|
|
156
|
+
'Travel & Places': string;
|
|
157
|
+
Object: string;
|
|
158
|
+
Symbol: string;
|
|
159
|
+
Flags: string;
|
|
160
|
+
'Frequently used': string;
|
|
161
|
+
'editor.formula.dialog.text': string;
|
|
162
|
+
'editor.katex.tooltip': string;
|
|
163
|
+
'editor.exportPdf.tooltip': string;
|
|
164
|
+
'editor.exportWord.tooltip': string;
|
|
165
|
+
'editor.importWord.tooltip': string;
|
|
166
|
+
'editor.importWord.limitSize': string;
|
|
167
|
+
'editor.importWord.converting': string;
|
|
168
|
+
'editor.importWord.convertError': string;
|
|
169
|
+
'editor.importWord.importError': string;
|
|
170
|
+
'editor.textDirection.tooltip': string;
|
|
171
|
+
'editor.textDirection.auto.tooltip': string;
|
|
172
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
173
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
174
|
+
'editor.textDirection.unset.tooltip': string;
|
|
175
|
+
'editor.attachment.tooltip': string;
|
|
176
|
+
'editor.attachment.uploading': string;
|
|
177
|
+
'editor.attachment.please_upload': string;
|
|
178
|
+
'editor.imageGif.tooltip': string;
|
|
179
|
+
'editor.replace.caseSensitive': string;
|
|
180
|
+
'editor.mermaid.tooltip': string;
|
|
181
|
+
'editor.twitter.tooltip': string;
|
|
182
|
+
'editor.codeView.tooltip': string;
|
|
183
|
+
'editor.tooltip.flipX': string;
|
|
184
|
+
'editor.tooltip.flipY': string;
|
|
185
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
186
|
+
'editor.upload.fileSizeTooBig': string;
|
|
187
|
+
'editor.upload.error': string;
|
|
188
|
+
'editor.callout.tooltip': string;
|
|
189
|
+
'editor.callout.dialog.title': string;
|
|
190
|
+
'editor.callout.dialog.type': string;
|
|
191
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
192
|
+
'editor.callout.dialog.title.label': string;
|
|
193
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
194
|
+
'editor.callout.dialog.body.label': string;
|
|
195
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
196
|
+
'editor.callout.dialog.button.apply': string;
|
|
197
|
+
'editor.callout.dialog.button.cancel': string;
|
|
198
|
+
'editor.callout.edit.title': string;
|
|
199
|
+
'editor.callout.type.note': string;
|
|
200
|
+
'editor.callout.type.tip': string;
|
|
201
|
+
'editor.callout.type.important': string;
|
|
202
|
+
'editor.callout.type.warning': string;
|
|
203
|
+
'editor.callout.type.caution': string;
|
|
204
|
+
};
|
|
205
|
+
hu_HU: {
|
|
206
|
+
'editor.remove': string;
|
|
207
|
+
'editor.copy': string;
|
|
208
|
+
'editor.words': string;
|
|
209
|
+
'editor.characters': string;
|
|
210
|
+
'editor.default': string;
|
|
211
|
+
'editor.recent': string;
|
|
212
|
+
'editor.nofill': string;
|
|
213
|
+
'editor.format': string;
|
|
214
|
+
'editor.delete': string;
|
|
215
|
+
'editor.edit': string;
|
|
216
|
+
'editor.settings': string;
|
|
217
|
+
'editor.table_of_content': string;
|
|
218
|
+
'editor.draghandle.tooltip': string;
|
|
219
|
+
'editor.copyToClipboard': string;
|
|
220
|
+
'editor.slash': string;
|
|
221
|
+
'editor.slash.empty': string;
|
|
222
|
+
'editor.slash.format': string;
|
|
223
|
+
'editor.slash.insert': string;
|
|
224
|
+
'editor.slash.embed': string;
|
|
225
|
+
'editor.content': string;
|
|
226
|
+
'editor.fontFamily.tooltip': string;
|
|
227
|
+
'editor.fontFamily.default.tooltip': string;
|
|
228
|
+
'editor.moremark': string;
|
|
229
|
+
'editor.size.small.tooltip': string;
|
|
230
|
+
'editor.size.medium.tooltip': string;
|
|
231
|
+
'editor.size.large.tooltip': string;
|
|
232
|
+
'editor.bold.tooltip': string;
|
|
233
|
+
'editor.italic.tooltip': string;
|
|
234
|
+
'editor.underline.tooltip': string;
|
|
235
|
+
'editor.strike.tooltip': string;
|
|
236
|
+
'editor.color.tooltip': string;
|
|
237
|
+
'editor.color.more': string;
|
|
238
|
+
'editor.highlight.tooltip': string;
|
|
239
|
+
'editor.lineheight.tooltip': string;
|
|
240
|
+
'editor.heading.tooltip': string;
|
|
241
|
+
'editor.heading.h1.tooltip': string;
|
|
242
|
+
'editor.heading.h2.tooltip': string;
|
|
243
|
+
'editor.heading.h3.tooltip': string;
|
|
244
|
+
'editor.heading.h4.tooltip': string;
|
|
245
|
+
'editor.heading.h5.tooltip': string;
|
|
246
|
+
'editor.heading.h6.tooltip': string;
|
|
247
|
+
'editor.paragraph.tooltip': string;
|
|
248
|
+
'editor.textalign.tooltip': string;
|
|
249
|
+
'editor.textalign.left.tooltip': string;
|
|
250
|
+
'editor.textalign.center.tooltip': string;
|
|
251
|
+
'editor.textalign.right.tooltip': string;
|
|
252
|
+
'editor.textalign.justify.tooltip': string;
|
|
253
|
+
'editor.indent': string;
|
|
254
|
+
'editor.indent.indent': string;
|
|
255
|
+
'editor.indent.outdent': string;
|
|
256
|
+
'editor.fontSize.tooltip': string;
|
|
257
|
+
'editor.fontSize.default.tooltip': string;
|
|
258
|
+
'editor.superscript.tooltip': string;
|
|
259
|
+
'editor.subscript.tooltip': string;
|
|
260
|
+
'editor.bulletlist.tooltip': string;
|
|
261
|
+
'editor.orderedlist.tooltip': string;
|
|
262
|
+
'editor.tasklist.tooltip': string;
|
|
263
|
+
'editor.indent.tooltip': string;
|
|
264
|
+
'editor.outdent.tooltip': string;
|
|
265
|
+
'editor.columns.tooltip': string;
|
|
266
|
+
'editor.link.tooltip': string;
|
|
267
|
+
'editor.link.unlink.tooltip': string;
|
|
268
|
+
'editor.link.open.tooltip': string;
|
|
269
|
+
'editor.link.edit.tooltip': string;
|
|
270
|
+
'editor.link.dialog.title': string;
|
|
271
|
+
'editor.link.dialog.link': string;
|
|
272
|
+
'editor.link.dialog.text': string;
|
|
273
|
+
'editor.link.dialog.openInNewTab': string;
|
|
274
|
+
'editor.link.dialog.link.placeholder': string;
|
|
275
|
+
'editor.link.dialog.text.placeholder': string;
|
|
276
|
+
'editor.link.dialog.button.apply': string;
|
|
277
|
+
'editor.link.dialog.button.cancel': string;
|
|
278
|
+
'editor.image.tooltip': string;
|
|
279
|
+
'editor.image.dragger.tooltip': string;
|
|
280
|
+
'editor.image.float.left.tooltip': string;
|
|
281
|
+
'editor.image.float.none.tooltip': string;
|
|
282
|
+
'editor.image.float.right.tooltip': string;
|
|
283
|
+
'editor.image.dialog.title': string;
|
|
284
|
+
'editor.image.dialog.tab.url': string;
|
|
285
|
+
'editor.image.dialog.tab.upload': string;
|
|
286
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
287
|
+
'editor.image.dialog.uploading': string;
|
|
288
|
+
'editor.link.dialog.inline': string;
|
|
289
|
+
'editor.image.dialog.form.link': string;
|
|
290
|
+
'editor.image.dialog.placeholder': string;
|
|
291
|
+
'editor.image.dialog.form.alt': string;
|
|
292
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
293
|
+
'editor.image.dialog.form.file': string;
|
|
294
|
+
'editor.image.dialog.button.apply': string;
|
|
295
|
+
'editor.video.tooltip': string;
|
|
296
|
+
'editor.video.dialog.tab.upload': string;
|
|
297
|
+
'editor.video.dialog.uploading': string;
|
|
298
|
+
'editor.video.dialog.title': string;
|
|
299
|
+
'editor.video.dialog.link': string;
|
|
300
|
+
'editor.video.dialog.placeholder': string;
|
|
301
|
+
'editor.video.dialog.button.apply': string;
|
|
302
|
+
'editor.table.tooltip': string;
|
|
303
|
+
'editor.table.menu.insert_table': string;
|
|
304
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
305
|
+
'editor.table.menu.add_column_before': string;
|
|
306
|
+
'editor.table.menu.add_column_after': string;
|
|
307
|
+
'editor.table.menu.delete_column': string;
|
|
308
|
+
'editor.table.menu.add_row_before': string;
|
|
309
|
+
'editor.table.menu.add_row_after': string;
|
|
310
|
+
'editor.table.menu.delete_row': string;
|
|
311
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
312
|
+
'editor.table.menu.delete_table': string;
|
|
313
|
+
'editor.blockquote.tooltip': string;
|
|
314
|
+
'editor.horizontalrule.tooltip': string;
|
|
315
|
+
'editor.code.tooltip': string;
|
|
316
|
+
'editor.codeblock.tooltip': string;
|
|
317
|
+
'editor.clear.tooltip': string;
|
|
318
|
+
'editor.undo.tooltip': string;
|
|
319
|
+
'editor.redo.tooltip': string;
|
|
320
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
321
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
322
|
+
'editor.imageUpload.cancel': string;
|
|
323
|
+
'editor.imageUpload.crop': string;
|
|
324
|
+
'editor.imageUpload.uploading': string;
|
|
325
|
+
'editor.imageUpload.alt': string;
|
|
326
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
327
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
328
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
329
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
330
|
+
'editor.table.menu.deleteColumn': string;
|
|
331
|
+
'editor.table.menu.insertRowAbove': string;
|
|
332
|
+
'editor.table.menu.insertRowBelow': string;
|
|
333
|
+
'editor.table.menu.deleteRow': string;
|
|
334
|
+
'editor.table.menu.mergeCells': string;
|
|
335
|
+
'editor.table.menu.splitCells': string;
|
|
336
|
+
'editor.table.menu.deleteTable': string;
|
|
337
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
338
|
+
'editor.emoji.tooltip': string;
|
|
339
|
+
'editor.iframe.tooltip': string;
|
|
340
|
+
'editor.searchAndReplace.tooltip': string;
|
|
341
|
+
'editor.search.dialog.text': string;
|
|
342
|
+
'editor.replace.dialog.text': string;
|
|
343
|
+
'editor.replaceAll.dialog.text': string;
|
|
344
|
+
'editor.previous.dialog.text': string;
|
|
345
|
+
'editor.next.dialog.text': string;
|
|
346
|
+
no_result_found: string;
|
|
347
|
+
'Smileys & People': string;
|
|
348
|
+
'Animals & Nature': string;
|
|
349
|
+
'Food & Drink': string;
|
|
350
|
+
Activity: string;
|
|
351
|
+
'Travel & Places': string;
|
|
352
|
+
Object: string;
|
|
353
|
+
Symbol: string;
|
|
354
|
+
Flags: string;
|
|
355
|
+
'Frequently used': string;
|
|
356
|
+
'editor.formula.dialog.text': string;
|
|
357
|
+
'editor.katex.tooltip': string;
|
|
358
|
+
'editor.exportPdf.tooltip': string;
|
|
359
|
+
'editor.exportWord.tooltip': string;
|
|
360
|
+
'editor.importWord.tooltip': string;
|
|
361
|
+
'editor.importWord.limitSize': string;
|
|
362
|
+
'editor.importWord.converting': string;
|
|
363
|
+
'editor.importWord.convertError': string;
|
|
364
|
+
'editor.importWord.importError': string;
|
|
365
|
+
'editor.textDirection.tooltip': string;
|
|
366
|
+
'editor.textDirection.auto.tooltip': string;
|
|
367
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
368
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
369
|
+
'editor.textDirection.unset.tooltip': string;
|
|
370
|
+
'editor.attachment.tooltip': string;
|
|
371
|
+
'editor.attachment.uploading': string;
|
|
372
|
+
'editor.attachment.please_upload': string;
|
|
373
|
+
'editor.imageGif.tooltip': string;
|
|
374
|
+
'editor.replace.caseSensitive': string;
|
|
375
|
+
'editor.mermaid.tooltip': string;
|
|
376
|
+
'editor.twitter.tooltip': string;
|
|
377
|
+
'editor.codeView.tooltip': string;
|
|
378
|
+
'editor.tooltip.flipX': string;
|
|
379
|
+
'editor.tooltip.flipY': string;
|
|
380
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
381
|
+
'editor.upload.fileSizeTooBig': string;
|
|
382
|
+
'editor.upload.error': string;
|
|
383
|
+
'editor.callout.tooltip': string;
|
|
384
|
+
'editor.callout.dialog.title': string;
|
|
385
|
+
'editor.callout.dialog.type': string;
|
|
386
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
387
|
+
'editor.callout.dialog.title.label': string;
|
|
388
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
389
|
+
'editor.callout.dialog.body.label': string;
|
|
390
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
391
|
+
'editor.callout.dialog.button.apply': string;
|
|
392
|
+
'editor.callout.dialog.button.cancel': string;
|
|
393
|
+
'editor.callout.edit.title': string;
|
|
394
|
+
'editor.callout.type.note': string;
|
|
395
|
+
'editor.callout.type.tip': string;
|
|
396
|
+
'editor.callout.type.important': string;
|
|
397
|
+
'editor.callout.type.warning': string;
|
|
398
|
+
'editor.callout.type.caution': string;
|
|
399
|
+
};
|
|
400
|
+
vi: {
|
|
401
|
+
'editor.remove': string;
|
|
402
|
+
'editor.copy': string;
|
|
403
|
+
'editor.words': string;
|
|
404
|
+
'editor.characters': string;
|
|
405
|
+
'editor.default': string;
|
|
406
|
+
'editor.recent': string;
|
|
407
|
+
'editor.nofill': string;
|
|
408
|
+
'editor.format': string;
|
|
409
|
+
'editor.delete': string;
|
|
410
|
+
'editor.edit': string;
|
|
411
|
+
'editor.settings': string;
|
|
412
|
+
'editor.table_of_content': string;
|
|
413
|
+
'editor.draghandle.tooltip': string;
|
|
414
|
+
'editor.copyToClipboard': string;
|
|
415
|
+
'editor.slash': string;
|
|
416
|
+
'editor.slash.empty': string;
|
|
417
|
+
'editor.slash.format': string;
|
|
418
|
+
'editor.slash.insert': string;
|
|
419
|
+
'editor.slash.embed': string;
|
|
420
|
+
'editor.content': string;
|
|
421
|
+
'editor.moremark': string;
|
|
422
|
+
'editor.size.small.tooltip': string;
|
|
423
|
+
'editor.fontFamily.tooltip': string;
|
|
424
|
+
'editor.fontFamily.default.tooltip': string;
|
|
425
|
+
'editor.size.medium.tooltip': string;
|
|
426
|
+
'editor.size.large.tooltip': string;
|
|
427
|
+
'editor.bold.tooltip': string;
|
|
428
|
+
'editor.italic.tooltip': string;
|
|
429
|
+
'editor.underline.tooltip': string;
|
|
430
|
+
'editor.strike.tooltip': string;
|
|
431
|
+
'editor.color.tooltip': string;
|
|
432
|
+
'editor.color.more': string;
|
|
433
|
+
'editor.highlight.tooltip': string;
|
|
434
|
+
'editor.lineheight.tooltip': string;
|
|
435
|
+
'editor.heading.tooltip': string;
|
|
436
|
+
'editor.heading.h1.tooltip': string;
|
|
437
|
+
'editor.heading.h2.tooltip': string;
|
|
438
|
+
'editor.heading.h3.tooltip': string;
|
|
439
|
+
'editor.heading.h4.tooltip': string;
|
|
440
|
+
'editor.heading.h5.tooltip': string;
|
|
441
|
+
'editor.heading.h6.tooltip': string;
|
|
442
|
+
'editor.paragraph.tooltip': string;
|
|
443
|
+
'editor.textalign.tooltip': string;
|
|
444
|
+
'editor.textalign.left.tooltip': string;
|
|
445
|
+
'editor.textalign.center.tooltip': string;
|
|
446
|
+
'editor.textalign.right.tooltip': string;
|
|
447
|
+
'editor.textalign.justify.tooltip': string;
|
|
448
|
+
'editor.indent': string;
|
|
449
|
+
'editor.indent.indent': string;
|
|
450
|
+
'editor.indent.outdent': string;
|
|
451
|
+
'editor.fontSize.tooltip': string;
|
|
452
|
+
'editor.fontSize.default.tooltip': string;
|
|
453
|
+
'editor.superscript.tooltip': string;
|
|
454
|
+
'editor.subscript.tooltip': string;
|
|
455
|
+
'editor.bulletlist.tooltip': string;
|
|
456
|
+
'editor.orderedlist.tooltip': string;
|
|
457
|
+
'editor.tasklist.tooltip': string;
|
|
458
|
+
'editor.indent.tooltip': string;
|
|
459
|
+
'editor.outdent.tooltip': string;
|
|
460
|
+
'editor.columns.tooltip': string;
|
|
461
|
+
'editor.link.tooltip': string;
|
|
462
|
+
'editor.link.unlink.tooltip': string;
|
|
463
|
+
'editor.link.open.tooltip': string;
|
|
464
|
+
'editor.link.edit.tooltip': string;
|
|
465
|
+
'editor.link.dialog.title': string;
|
|
466
|
+
'editor.link.dialog.link': string;
|
|
467
|
+
'editor.link.dialog.text': string;
|
|
468
|
+
'editor.link.dialog.openInNewTab': string;
|
|
469
|
+
'editor.link.dialog.link.placeholder': string;
|
|
470
|
+
'editor.link.dialog.text.placeholder': string;
|
|
471
|
+
'editor.link.dialog.button.apply': string;
|
|
472
|
+
'editor.link.dialog.button.cancel': string;
|
|
473
|
+
'editor.image.tooltip': string;
|
|
474
|
+
'editor.image.dragger.tooltip': string;
|
|
475
|
+
'editor.image.float.left.tooltip': string;
|
|
476
|
+
'editor.image.float.none.tooltip': string;
|
|
477
|
+
'editor.image.float.right.tooltip': string;
|
|
478
|
+
'editor.image.dialog.title': string;
|
|
479
|
+
'editor.image.dialog.tab.url': string;
|
|
480
|
+
'editor.image.dialog.tab.upload': string;
|
|
481
|
+
'editor.link.dialog.inline': string;
|
|
482
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
483
|
+
'editor.image.dialog.uploading': string;
|
|
484
|
+
'editor.image.dialog.form.link': string;
|
|
485
|
+
'editor.image.dialog.placeholder': string;
|
|
486
|
+
'editor.image.dialog.form.alt': string;
|
|
487
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
488
|
+
'editor.image.dialog.form.file': string;
|
|
489
|
+
'editor.image.dialog.button.apply': string;
|
|
490
|
+
'editor.video.tooltip': string;
|
|
491
|
+
'editor.video.dialog.tab.upload': string;
|
|
492
|
+
'editor.video.dialog.uploading': string;
|
|
493
|
+
'editor.video.dialog.title': string;
|
|
494
|
+
'editor.video.dialog.link': string;
|
|
495
|
+
'editor.video.dialog.placeholder': string;
|
|
496
|
+
'editor.video.dialog.button.apply': string;
|
|
497
|
+
'editor.table.tooltip': string;
|
|
498
|
+
'editor.table.menu.insert_table': string;
|
|
499
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
500
|
+
'editor.table.menu.add_column_before': string;
|
|
501
|
+
'editor.table.menu.add_column_after': string;
|
|
502
|
+
'editor.table.menu.delete_column': string;
|
|
503
|
+
'editor.table.menu.add_row_before': string;
|
|
504
|
+
'editor.table.menu.add_row_after': string;
|
|
505
|
+
'editor.table.menu.delete_row': string;
|
|
506
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
507
|
+
'editor.table.menu.delete_table': string;
|
|
508
|
+
'editor.blockquote.tooltip': string;
|
|
509
|
+
'editor.horizontalrule.tooltip': string;
|
|
510
|
+
'editor.code.tooltip': string;
|
|
511
|
+
'editor.codeblock.tooltip': string;
|
|
512
|
+
'editor.clear.tooltip': string;
|
|
513
|
+
'editor.undo.tooltip': string;
|
|
514
|
+
'editor.redo.tooltip': string;
|
|
515
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
516
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
517
|
+
'editor.imageUpload.cancel': string;
|
|
518
|
+
'editor.imageUpload.crop': string;
|
|
519
|
+
'editor.imageUpload.uploading': string;
|
|
520
|
+
'editor.imageUpload.alt': string;
|
|
521
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
522
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
523
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
524
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
525
|
+
'editor.table.menu.deleteColumn': string;
|
|
526
|
+
'editor.table.menu.insertRowAbove': string;
|
|
527
|
+
'editor.table.menu.insertRowBelow': string;
|
|
528
|
+
'editor.table.menu.deleteRow': string;
|
|
529
|
+
'editor.table.menu.mergeCells': string;
|
|
530
|
+
'editor.table.menu.splitCells': string;
|
|
531
|
+
'editor.table.menu.deleteTable': string;
|
|
532
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
533
|
+
'editor.emoji.tooltip': string;
|
|
534
|
+
'editor.iframe.tooltip': string;
|
|
535
|
+
'editor.searchAndReplace.tooltip': string;
|
|
536
|
+
'editor.search.dialog.text': string;
|
|
537
|
+
'editor.replace.dialog.text': string;
|
|
538
|
+
'editor.replaceAll.dialog.text': string;
|
|
539
|
+
'editor.previous.dialog.text': string;
|
|
540
|
+
'editor.next.dialog.text': string;
|
|
541
|
+
no_result_found: string;
|
|
542
|
+
'Smileys & People': string;
|
|
543
|
+
'Animals & Nature': string;
|
|
544
|
+
'Food & Drink': string;
|
|
545
|
+
Activity: string;
|
|
546
|
+
'Travel & Places': string;
|
|
547
|
+
Object: string;
|
|
548
|
+
Symbol: string;
|
|
549
|
+
Flags: string;
|
|
550
|
+
'Frequently used': string;
|
|
551
|
+
'editor.formula.dialog.text': string;
|
|
552
|
+
'editor.katex.tooltip': string;
|
|
553
|
+
'editor.exportPdf.tooltip': string;
|
|
554
|
+
'editor.exportWord.tooltip': string;
|
|
555
|
+
'editor.importWord.tooltip': string;
|
|
556
|
+
'editor.importWord.limitSize': string;
|
|
557
|
+
'editor.importWord.converting': string;
|
|
558
|
+
'editor.importWord.convertError': string;
|
|
559
|
+
'editor.importWord.importError': string;
|
|
560
|
+
'editor.textDirection.tooltip': string;
|
|
561
|
+
'editor.textDirection.auto.tooltip': string;
|
|
562
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
563
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
564
|
+
'editor.textDirection.unset.tooltip': string;
|
|
565
|
+
'editor.attachment.tooltip': string;
|
|
566
|
+
'editor.attachment.uploading': string;
|
|
567
|
+
'editor.attachment.please_upload': string;
|
|
568
|
+
'editor.imageGif.tooltip': string;
|
|
569
|
+
'editor.replace.caseSensitive': string;
|
|
570
|
+
'editor.mermaid.tooltip': string;
|
|
571
|
+
'editor.twitter.tooltip': string;
|
|
572
|
+
'editor.codeView.tooltip': string;
|
|
573
|
+
'editor.tooltip.flipX': string;
|
|
574
|
+
'editor.tooltip.flipY': string;
|
|
575
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
576
|
+
'editor.upload.fileSizeTooBig': string;
|
|
577
|
+
'editor.upload.error': string;
|
|
578
|
+
'editor.callout.tooltip': string;
|
|
579
|
+
'editor.callout.dialog.title': string;
|
|
580
|
+
'editor.callout.dialog.type': string;
|
|
581
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
582
|
+
'editor.callout.dialog.title.label': string;
|
|
583
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
584
|
+
'editor.callout.dialog.body.label': string;
|
|
585
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
586
|
+
'editor.callout.dialog.button.apply': string;
|
|
587
|
+
'editor.callout.dialog.button.cancel': string;
|
|
588
|
+
'editor.callout.edit.title': string;
|
|
589
|
+
'editor.callout.type.note': string;
|
|
590
|
+
'editor.callout.type.tip': string;
|
|
591
|
+
'editor.callout.type.important': string;
|
|
592
|
+
'editor.callout.type.warning': string;
|
|
593
|
+
'editor.callout.type.caution': string;
|
|
594
|
+
};
|
|
595
|
+
zh_CN: {
|
|
596
|
+
'editor.remove': string;
|
|
597
|
+
'editor.copy': string;
|
|
598
|
+
'editor.words': string;
|
|
599
|
+
'editor.characters': string;
|
|
600
|
+
'editor.default': string;
|
|
601
|
+
'editor.recent': string;
|
|
602
|
+
'editor.nofill': string;
|
|
603
|
+
'editor.format': string;
|
|
604
|
+
'editor.delete': string;
|
|
605
|
+
'editor.edit': string;
|
|
606
|
+
'editor.settings': string;
|
|
607
|
+
'editor.table_of_content': string;
|
|
608
|
+
'editor.draghandle.tooltip': string;
|
|
609
|
+
'editor.copyToClipboard': string;
|
|
610
|
+
'editor.slash': string;
|
|
611
|
+
'editor.slash.empty': string;
|
|
612
|
+
'editor.slash.format': string;
|
|
613
|
+
'editor.slash.insert': string;
|
|
614
|
+
'editor.slash.embed': string;
|
|
615
|
+
'editor.content': string;
|
|
616
|
+
'editor.fontFamily.tooltip': string;
|
|
617
|
+
'editor.fontFamily.default.tooltip': string;
|
|
618
|
+
'editor.moremark': string;
|
|
619
|
+
'editor.size.small.tooltip': string;
|
|
620
|
+
'editor.size.medium.tooltip': string;
|
|
621
|
+
'editor.size.large.tooltip': string;
|
|
622
|
+
'editor.bold.tooltip': string;
|
|
623
|
+
'editor.italic.tooltip': string;
|
|
624
|
+
'editor.underline.tooltip': string;
|
|
625
|
+
'editor.strike.tooltip': string;
|
|
626
|
+
'editor.color.tooltip': string;
|
|
627
|
+
'editor.color.more': string;
|
|
628
|
+
'editor.highlight.tooltip': string;
|
|
629
|
+
'editor.lineheight.tooltip': string;
|
|
630
|
+
'editor.heading.tooltip': string;
|
|
631
|
+
'editor.heading.h1.tooltip': string;
|
|
632
|
+
'editor.heading.h2.tooltip': string;
|
|
633
|
+
'editor.heading.h3.tooltip': string;
|
|
634
|
+
'editor.heading.h4.tooltip': string;
|
|
635
|
+
'editor.heading.h5.tooltip': string;
|
|
636
|
+
'editor.heading.h6.tooltip': string;
|
|
637
|
+
'editor.paragraph.tooltip': string;
|
|
638
|
+
'editor.textalign.tooltip': string;
|
|
639
|
+
'editor.textalign.left.tooltip': string;
|
|
640
|
+
'editor.textalign.center.tooltip': string;
|
|
641
|
+
'editor.textalign.right.tooltip': string;
|
|
642
|
+
'editor.textalign.justify.tooltip': string;
|
|
643
|
+
'editor.indent': string;
|
|
644
|
+
'editor.indent.indent': string;
|
|
645
|
+
'editor.indent.outdent': string;
|
|
646
|
+
'editor.fontSize.tooltip': string;
|
|
647
|
+
'editor.fontSize.default.tooltip': string;
|
|
648
|
+
'editor.superscript.tooltip': string;
|
|
649
|
+
'editor.subscript.tooltip': string;
|
|
650
|
+
'editor.bulletlist.tooltip': string;
|
|
651
|
+
'editor.orderedlist.tooltip': string;
|
|
652
|
+
'editor.tasklist.tooltip': string;
|
|
653
|
+
'editor.indent.tooltip': string;
|
|
654
|
+
'editor.outdent.tooltip': string;
|
|
655
|
+
'editor.columns.tooltip': string;
|
|
656
|
+
'editor.link.tooltip': string;
|
|
657
|
+
'editor.link.unlink.tooltip': string;
|
|
658
|
+
'editor.link.open.tooltip': string;
|
|
659
|
+
'editor.link.edit.tooltip': string;
|
|
660
|
+
'editor.link.dialog.title': string;
|
|
661
|
+
'editor.link.dialog.link': string;
|
|
662
|
+
'editor.link.dialog.text': string;
|
|
663
|
+
'editor.link.dialog.openInNewTab': string;
|
|
664
|
+
'editor.link.dialog.link.placeholder': string;
|
|
665
|
+
'editor.link.dialog.text.placeholder': string;
|
|
666
|
+
'editor.link.dialog.button.apply': string;
|
|
667
|
+
'editor.link.dialog.button.cancel': string;
|
|
668
|
+
'editor.image.tooltip': string;
|
|
669
|
+
'editor.image.dragger.tooltip': string;
|
|
670
|
+
'editor.image.float.left.tooltip': string;
|
|
671
|
+
'editor.image.float.none.tooltip': string;
|
|
672
|
+
'editor.image.float.right.tooltip': string;
|
|
673
|
+
'editor.image.dialog.title': string;
|
|
674
|
+
'editor.image.dialog.tab.url': string;
|
|
675
|
+
'editor.image.dialog.tab.upload': string;
|
|
676
|
+
'editor.link.dialog.inline': string;
|
|
677
|
+
'editor.image.dialog.uploading': string;
|
|
678
|
+
'editor.image.dialog.form.link': string;
|
|
679
|
+
'editor.image.dialog.placeholder': string;
|
|
680
|
+
'editor.image.dialog.form.alt': string;
|
|
681
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
682
|
+
'editor.image.dialog.form.file': string;
|
|
683
|
+
'editor.image.dialog.button.apply': string;
|
|
684
|
+
'editor.video.tooltip': string;
|
|
685
|
+
'editor.video.dialog.tab.upload': string;
|
|
686
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
687
|
+
'editor.video.dialog.uploading': string;
|
|
688
|
+
'editor.video.dialog.title': string;
|
|
689
|
+
'editor.video.dialog.link': string;
|
|
690
|
+
'editor.video.dialog.placeholder': string;
|
|
691
|
+
'editor.video.dialog.button.apply': string;
|
|
692
|
+
'editor.table.tooltip': string;
|
|
693
|
+
'editor.table.menu.insert_table': string;
|
|
694
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
695
|
+
'editor.table.menu.add_column_before': string;
|
|
696
|
+
'editor.table.menu.add_column_after': string;
|
|
697
|
+
'editor.table.menu.delete_column': string;
|
|
698
|
+
'editor.table.menu.add_row_before': string;
|
|
699
|
+
'editor.table.menu.add_row_after': string;
|
|
700
|
+
'editor.table.menu.delete_row': string;
|
|
701
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
702
|
+
'editor.table.menu.delete_table': string;
|
|
703
|
+
'editor.blockquote.tooltip': string;
|
|
704
|
+
'editor.horizontalrule.tooltip': string;
|
|
705
|
+
'editor.code.tooltip': string;
|
|
706
|
+
'editor.codeblock.tooltip': string;
|
|
707
|
+
'editor.clear.tooltip': string;
|
|
708
|
+
'editor.undo.tooltip': string;
|
|
709
|
+
'editor.redo.tooltip': string;
|
|
710
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
711
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
712
|
+
'editor.imageUpload.cancel': string;
|
|
713
|
+
'editor.imageUpload.crop': string;
|
|
714
|
+
'editor.imageUpload.uploading': string;
|
|
715
|
+
'editor.imageUpload.alt': string;
|
|
716
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
717
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
718
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
719
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
720
|
+
'editor.table.menu.deleteColumn': string;
|
|
721
|
+
'editor.table.menu.insertRowAbove': string;
|
|
722
|
+
'editor.table.menu.insertRowBelow': string;
|
|
723
|
+
'editor.table.menu.deleteRow': string;
|
|
724
|
+
'editor.table.menu.mergeCells': string;
|
|
725
|
+
'editor.table.menu.splitCells': string;
|
|
726
|
+
'editor.table.menu.deleteTable': string;
|
|
727
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
728
|
+
'editor.emoji.tooltip': string;
|
|
729
|
+
'editor.iframe.tooltip': string;
|
|
730
|
+
'editor.searchAndReplace.tooltip': string;
|
|
731
|
+
'editor.search.dialog.text': string;
|
|
732
|
+
'editor.replace.dialog.text': string;
|
|
733
|
+
'editor.replaceAll.dialog.text': string;
|
|
734
|
+
'editor.previous.dialog.text': string;
|
|
735
|
+
'editor.next.dialog.text': string;
|
|
736
|
+
no_result_found: string;
|
|
737
|
+
'Smileys & People': string;
|
|
738
|
+
'Animals & Nature': string;
|
|
739
|
+
'Food & Drink': string;
|
|
740
|
+
Activity: string;
|
|
741
|
+
'Travel & Places': string;
|
|
742
|
+
Object: string;
|
|
743
|
+
Symbol: string;
|
|
744
|
+
Flags: string;
|
|
745
|
+
'Frequently used': string;
|
|
746
|
+
'editor.formula.dialog.text': string;
|
|
747
|
+
'editor.katex.tooltip': string;
|
|
748
|
+
'editor.exportPdf.tooltip': string;
|
|
749
|
+
'editor.exportWord.tooltip': string;
|
|
750
|
+
'editor.importWord.tooltip': string;
|
|
751
|
+
'editor.importWord.limitSize': string;
|
|
752
|
+
'editor.importWord.converting': string;
|
|
753
|
+
'editor.importWord.convertError': string;
|
|
754
|
+
'editor.importWord.importError': string;
|
|
755
|
+
'editor.textDirection.tooltip': string;
|
|
756
|
+
'editor.textDirection.auto.tooltip': string;
|
|
757
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
758
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
759
|
+
'editor.textDirection.unset.tooltip': string;
|
|
760
|
+
'editor.attachment.tooltip': string;
|
|
761
|
+
'editor.attachment.uploading': string;
|
|
762
|
+
'editor.attachment.please_upload': string;
|
|
763
|
+
'editor.imageGif.tooltip': string;
|
|
764
|
+
'editor.replace.caseSensitive': string;
|
|
765
|
+
'editor.mermaid.tooltip': string;
|
|
766
|
+
'editor.twitter.tooltip': string;
|
|
767
|
+
'editor.codeView.tooltip': string;
|
|
768
|
+
'editor.tooltip.flipX': string;
|
|
769
|
+
'editor.tooltip.flipY': string;
|
|
770
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
771
|
+
'editor.upload.fileSizeTooBig': string;
|
|
772
|
+
'editor.upload.error': string;
|
|
773
|
+
'editor.callout.tooltip': string;
|
|
774
|
+
'editor.callout.dialog.title': string;
|
|
775
|
+
'editor.callout.dialog.type': string;
|
|
776
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
777
|
+
'editor.callout.dialog.title.label': string;
|
|
778
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
779
|
+
'editor.callout.dialog.body.label': string;
|
|
780
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
781
|
+
'editor.callout.dialog.button.apply': string;
|
|
782
|
+
'editor.callout.dialog.button.cancel': string;
|
|
783
|
+
'editor.callout.edit.title': string;
|
|
784
|
+
'editor.callout.type.note': string;
|
|
785
|
+
'editor.callout.type.tip': string;
|
|
786
|
+
'editor.callout.type.important': string;
|
|
787
|
+
'editor.callout.type.warning': string;
|
|
788
|
+
'editor.callout.type.caution': string;
|
|
789
|
+
};
|
|
790
|
+
pt_BR: {
|
|
791
|
+
'editor.remove': string;
|
|
792
|
+
'editor.copy': string;
|
|
793
|
+
'editor.words': string;
|
|
794
|
+
'editor.characters': string;
|
|
795
|
+
'editor.default': string;
|
|
796
|
+
'editor.recent': string;
|
|
797
|
+
'editor.nofill': string;
|
|
798
|
+
'editor.format': string;
|
|
799
|
+
'editor.delete': string;
|
|
800
|
+
'editor.edit': string;
|
|
801
|
+
'editor.settings': string;
|
|
802
|
+
'editor.table_of_content': string;
|
|
803
|
+
'editor.draghandle.tooltip': string;
|
|
804
|
+
'editor.copyToClipboard': string;
|
|
805
|
+
'editor.slash': string;
|
|
806
|
+
'editor.slash.empty': string;
|
|
807
|
+
'editor.slash.format': string;
|
|
808
|
+
'editor.slash.insert': string;
|
|
809
|
+
'editor.slash.embed': string;
|
|
810
|
+
'editor.content': string;
|
|
811
|
+
'editor.fontFamily.tooltip': string;
|
|
812
|
+
'editor.fontFamily.default.tooltip': string;
|
|
813
|
+
'editor.moremark': string;
|
|
814
|
+
'editor.size.small.tooltip': string;
|
|
815
|
+
'editor.size.medium.tooltip': string;
|
|
816
|
+
'editor.size.large.tooltip': string;
|
|
817
|
+
'editor.bold.tooltip': string;
|
|
818
|
+
'editor.italic.tooltip': string;
|
|
819
|
+
'editor.underline.tooltip': string;
|
|
820
|
+
'editor.strike.tooltip': string;
|
|
821
|
+
'editor.color.tooltip': string;
|
|
822
|
+
'editor.color.more': string;
|
|
823
|
+
'editor.highlight.tooltip': string;
|
|
824
|
+
'editor.lineheight.tooltip': string;
|
|
825
|
+
'editor.heading.tooltip': string;
|
|
826
|
+
'editor.heading.h1.tooltip': string;
|
|
827
|
+
'editor.heading.h2.tooltip': string;
|
|
828
|
+
'editor.heading.h3.tooltip': string;
|
|
829
|
+
'editor.heading.h4.tooltip': string;
|
|
830
|
+
'editor.heading.h5.tooltip': string;
|
|
831
|
+
'editor.heading.h6.tooltip': string;
|
|
832
|
+
'editor.paragraph.tooltip': string;
|
|
833
|
+
'editor.textalign.tooltip': string;
|
|
834
|
+
'editor.textalign.left.tooltip': string;
|
|
835
|
+
'editor.textalign.center.tooltip': string;
|
|
836
|
+
'editor.textalign.right.tooltip': string;
|
|
837
|
+
'editor.textalign.justify.tooltip': string;
|
|
838
|
+
'editor.indent': string;
|
|
839
|
+
'editor.indent.indent': string;
|
|
840
|
+
'editor.indent.outdent': string;
|
|
841
|
+
'editor.fontSize.tooltip': string;
|
|
842
|
+
'editor.fontSize.default.tooltip': string;
|
|
843
|
+
'editor.superscript.tooltip': string;
|
|
844
|
+
'editor.subscript.tooltip': string;
|
|
845
|
+
'editor.bulletlist.tooltip': string;
|
|
846
|
+
'editor.orderedlist.tooltip': string;
|
|
847
|
+
'editor.tasklist.tooltip': string;
|
|
848
|
+
'editor.indent.tooltip': string;
|
|
849
|
+
'editor.outdent.tooltip': string;
|
|
850
|
+
'editor.columns.tooltip': string;
|
|
851
|
+
'editor.link.tooltip': string;
|
|
852
|
+
'editor.link.unlink.tooltip': string;
|
|
853
|
+
'editor.link.open.tooltip': string;
|
|
854
|
+
'editor.link.edit.tooltip': string;
|
|
855
|
+
'editor.link.dialog.title': string;
|
|
856
|
+
'editor.link.dialog.link': string;
|
|
857
|
+
'editor.link.dialog.text': string;
|
|
858
|
+
'editor.link.dialog.openInNewTab': string;
|
|
859
|
+
'editor.link.dialog.link.placeholder': string;
|
|
860
|
+
'editor.link.dialog.text.placeholder': string;
|
|
861
|
+
'editor.link.dialog.button.apply': string;
|
|
862
|
+
'editor.link.dialog.button.cancel': string;
|
|
863
|
+
'editor.image.tooltip': string;
|
|
864
|
+
'editor.image.dragger.tooltip': string;
|
|
865
|
+
'editor.image.float.left.tooltip': string;
|
|
866
|
+
'editor.image.float.none.tooltip': string;
|
|
867
|
+
'editor.image.float.right.tooltip': string;
|
|
868
|
+
'editor.image.dialog.title': string;
|
|
869
|
+
'editor.image.dialog.tab.url': string;
|
|
870
|
+
'editor.image.dialog.tab.upload': string;
|
|
871
|
+
'editor.link.dialog.inline': string;
|
|
872
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
873
|
+
'editor.image.dialog.uploading': string;
|
|
874
|
+
'editor.image.dialog.form.link': string;
|
|
875
|
+
'editor.image.dialog.placeholder': string;
|
|
876
|
+
'editor.image.dialog.form.alt': string;
|
|
877
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
878
|
+
'editor.image.dialog.form.file': string;
|
|
879
|
+
'editor.image.dialog.button.apply': string;
|
|
880
|
+
'editor.video.tooltip': string;
|
|
881
|
+
'editor.video.dialog.tab.upload': string;
|
|
882
|
+
'editor.video.dialog.uploading': string;
|
|
883
|
+
'editor.video.dialog.title': string;
|
|
884
|
+
'editor.video.dialog.link': string;
|
|
885
|
+
'editor.video.dialog.placeholder': string;
|
|
886
|
+
'editor.video.dialog.button.apply': string;
|
|
887
|
+
'editor.table.tooltip': string;
|
|
888
|
+
'editor.table.menu.insert_table': string;
|
|
889
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
890
|
+
'editor.table.menu.add_column_before': string;
|
|
891
|
+
'editor.table.menu.add_column_after': string;
|
|
892
|
+
'editor.table.menu.delete_column': string;
|
|
893
|
+
'editor.table.menu.add_row_before': string;
|
|
894
|
+
'editor.table.menu.add_row_after': string;
|
|
895
|
+
'editor.table.menu.delete_row': string;
|
|
896
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
897
|
+
'editor.table.menu.delete_table': string;
|
|
898
|
+
'editor.blockquote.tooltip': string;
|
|
899
|
+
'editor.horizontalrule.tooltip': string;
|
|
900
|
+
'editor.code.tooltip': string;
|
|
901
|
+
'editor.codeblock.tooltip': string;
|
|
902
|
+
'editor.clear.tooltip': string;
|
|
903
|
+
'editor.undo.tooltip': string;
|
|
904
|
+
'editor.redo.tooltip': string;
|
|
905
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
906
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
907
|
+
'editor.imageUpload.cancel': string;
|
|
908
|
+
'editor.imageUpload.crop': string;
|
|
909
|
+
'editor.imageUpload.uploading': string;
|
|
910
|
+
'editor.imageUpload.alt': string;
|
|
911
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
912
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
913
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
914
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
915
|
+
'editor.table.menu.deleteColumn': string;
|
|
916
|
+
'editor.table.menu.insertRowAbove': string;
|
|
917
|
+
'editor.table.menu.insertRowBelow': string;
|
|
918
|
+
'editor.table.menu.deleteRow': string;
|
|
919
|
+
'editor.table.menu.mergeCells': string;
|
|
920
|
+
'editor.table.menu.splitCells': string;
|
|
921
|
+
'editor.table.menu.deleteTable': string;
|
|
922
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
923
|
+
'editor.emoji.tooltip': string;
|
|
924
|
+
'editor.iframe.tooltip': string;
|
|
925
|
+
'editor.searchAndReplace.tooltip': string;
|
|
926
|
+
'editor.search.dialog.text': string;
|
|
927
|
+
'editor.replace.dialog.text': string;
|
|
928
|
+
'editor.replaceAll.dialog.text': string;
|
|
929
|
+
'editor.previous.dialog.text': string;
|
|
930
|
+
'editor.next.dialog.text': string;
|
|
931
|
+
no_result_found: string;
|
|
932
|
+
'Smileys & People': string;
|
|
933
|
+
'Animals & Nature': string;
|
|
934
|
+
'Food & Drink': string;
|
|
935
|
+
Activity: string;
|
|
936
|
+
'Travel & Places': string;
|
|
937
|
+
Object: string;
|
|
938
|
+
Symbol: string;
|
|
939
|
+
Flags: string;
|
|
940
|
+
'Frequently used': string;
|
|
941
|
+
'editor.formula.dialog.text': string;
|
|
942
|
+
'editor.katex.tooltip': string;
|
|
943
|
+
'editor.exportPdf.tooltip': string;
|
|
944
|
+
'editor.exportWord.tooltip': string;
|
|
945
|
+
'editor.importWord.tooltip': string;
|
|
946
|
+
'editor.importWord.limitSize': string;
|
|
947
|
+
'editor.importWord.converting': string;
|
|
948
|
+
'editor.importWord.convertError': string;
|
|
949
|
+
'editor.importWord.importError': string;
|
|
950
|
+
'editor.textDirection.tooltip': string;
|
|
951
|
+
'editor.textDirection.auto.tooltip': string;
|
|
952
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
953
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
954
|
+
'editor.textDirection.unset.tooltip': string;
|
|
955
|
+
'editor.attachment.tooltip': string;
|
|
956
|
+
'editor.attachment.uploading': string;
|
|
957
|
+
'editor.attachment.please_upload': string;
|
|
958
|
+
'editor.imageGif.tooltip': string;
|
|
959
|
+
'editor.replace.caseSensitive': string;
|
|
960
|
+
'editor.mermaid.tooltip': string;
|
|
961
|
+
'editor.twitter.tooltip': string;
|
|
962
|
+
'editor.codeView.tooltip': string;
|
|
963
|
+
'editor.tooltip.flipX': string;
|
|
964
|
+
'editor.tooltip.flipY': string;
|
|
965
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
966
|
+
'editor.upload.fileSizeTooBig': string;
|
|
967
|
+
'editor.upload.error': string;
|
|
968
|
+
'editor.callout.tooltip': string;
|
|
969
|
+
'editor.callout.dialog.title': string;
|
|
970
|
+
'editor.callout.dialog.type': string;
|
|
971
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
972
|
+
'editor.callout.dialog.title.label': string;
|
|
973
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
974
|
+
'editor.callout.dialog.body.label': string;
|
|
975
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
976
|
+
'editor.callout.dialog.button.apply': string;
|
|
977
|
+
'editor.callout.dialog.button.cancel': string;
|
|
978
|
+
'editor.callout.edit.title': string;
|
|
979
|
+
'editor.callout.type.note': string;
|
|
980
|
+
'editor.callout.type.tip': string;
|
|
981
|
+
'editor.callout.type.important': string;
|
|
982
|
+
'editor.callout.type.warning': string;
|
|
983
|
+
'editor.callout.type.caution': string;
|
|
984
|
+
};
|
|
985
|
+
fi: {
|
|
986
|
+
'editor.remove': string;
|
|
987
|
+
'editor.copy': string;
|
|
988
|
+
'editor.words': string;
|
|
989
|
+
'editor.characters': string;
|
|
990
|
+
'editor.default': string;
|
|
991
|
+
'editor.recent': string;
|
|
992
|
+
'editor.nofill': string;
|
|
993
|
+
'editor.format': string;
|
|
994
|
+
'editor.delete': string;
|
|
995
|
+
'editor.edit': string;
|
|
996
|
+
'editor.settings': string;
|
|
997
|
+
'editor.table_of_content': string;
|
|
998
|
+
'editor.draghandle.tooltip': string;
|
|
999
|
+
'editor.copyToClipboard': string;
|
|
1000
|
+
'editor.slash': string;
|
|
1001
|
+
'editor.slash.empty': string;
|
|
1002
|
+
'editor.slash.format': string;
|
|
1003
|
+
'editor.slash.insert': string;
|
|
1004
|
+
'editor.slash.embed': string;
|
|
1005
|
+
'editor.content': string;
|
|
1006
|
+
'editor.fontFamily.tooltip': string;
|
|
1007
|
+
'editor.fontFamily.default.tooltip': string;
|
|
1008
|
+
'editor.moremark': string;
|
|
1009
|
+
'editor.size.small.tooltip': string;
|
|
1010
|
+
'editor.size.medium.tooltip': string;
|
|
1011
|
+
'editor.size.large.tooltip': string;
|
|
1012
|
+
'editor.bold.tooltip': string;
|
|
1013
|
+
'editor.italic.tooltip': string;
|
|
1014
|
+
'editor.underline.tooltip': string;
|
|
1015
|
+
'editor.strike.tooltip': string;
|
|
1016
|
+
'editor.color.tooltip': string;
|
|
1017
|
+
'editor.color.more': string;
|
|
1018
|
+
'editor.highlight.tooltip': string;
|
|
1019
|
+
'editor.lineheight.tooltip': string;
|
|
1020
|
+
'editor.heading.tooltip': string;
|
|
1021
|
+
'editor.heading.h1.tooltip': string;
|
|
1022
|
+
'editor.heading.h2.tooltip': string;
|
|
1023
|
+
'editor.heading.h3.tooltip': string;
|
|
1024
|
+
'editor.heading.h4.tooltip': string;
|
|
1025
|
+
'editor.heading.h5.tooltip': string;
|
|
1026
|
+
'editor.heading.h6.tooltip': string;
|
|
1027
|
+
'editor.paragraph.tooltip': string;
|
|
1028
|
+
'editor.textalign.tooltip': string;
|
|
1029
|
+
'editor.textalign.left.tooltip': string;
|
|
1030
|
+
'editor.textalign.center.tooltip': string;
|
|
1031
|
+
'editor.textalign.right.tooltip': string;
|
|
1032
|
+
'editor.textalign.justify.tooltip': string;
|
|
1033
|
+
'editor.indent': string;
|
|
1034
|
+
'editor.indent.indent': string;
|
|
1035
|
+
'editor.indent.outdent': string;
|
|
1036
|
+
'editor.fontSize.tooltip': string;
|
|
1037
|
+
'editor.fontSize.default.tooltip': string;
|
|
1038
|
+
'editor.superscript.tooltip': string;
|
|
1039
|
+
'editor.subscript.tooltip': string;
|
|
1040
|
+
'editor.bulletlist.tooltip': string;
|
|
1041
|
+
'editor.orderedlist.tooltip': string;
|
|
1042
|
+
'editor.tasklist.tooltip': string;
|
|
1043
|
+
'editor.indent.tooltip': string;
|
|
1044
|
+
'editor.outdent.tooltip': string;
|
|
1045
|
+
'editor.columns.tooltip': string;
|
|
1046
|
+
'editor.link.tooltip': string;
|
|
1047
|
+
'editor.link.unlink.tooltip': string;
|
|
1048
|
+
'editor.link.open.tooltip': string;
|
|
1049
|
+
'editor.link.edit.tooltip': string;
|
|
1050
|
+
'editor.link.dialog.title': string;
|
|
1051
|
+
'editor.link.dialog.link': string;
|
|
1052
|
+
'editor.link.dialog.text': string;
|
|
1053
|
+
'editor.link.dialog.openInNewTab': string;
|
|
1054
|
+
'editor.link.dialog.link.placeholder': string;
|
|
1055
|
+
'editor.link.dialog.text.placeholder': string;
|
|
1056
|
+
'editor.link.dialog.button.apply': string;
|
|
1057
|
+
'editor.link.dialog.button.cancel': string;
|
|
1058
|
+
'editor.image.tooltip': string;
|
|
1059
|
+
'editor.image.dragger.tooltip': string;
|
|
1060
|
+
'editor.image.float.left.tooltip': string;
|
|
1061
|
+
'editor.image.float.none.tooltip': string;
|
|
1062
|
+
'editor.image.float.right.tooltip': string;
|
|
1063
|
+
'editor.image.dialog.title': string;
|
|
1064
|
+
'editor.image.dialog.tab.url': string;
|
|
1065
|
+
'editor.image.dialog.tab.upload': string;
|
|
1066
|
+
'editor.image.dialog.tab.uploadCrop': string;
|
|
1067
|
+
'editor.image.dialog.uploading': string;
|
|
1068
|
+
'editor.link.dialog.inline': string;
|
|
1069
|
+
'editor.image.dialog.form.link': string;
|
|
1070
|
+
'editor.image.dialog.placeholder': string;
|
|
1071
|
+
'editor.image.dialog.form.alt': string;
|
|
1072
|
+
'editor.image.dialog.form.aspectRatio': string;
|
|
1073
|
+
'editor.image.dialog.form.file': string;
|
|
1074
|
+
'editor.image.dialog.button.apply': string;
|
|
1075
|
+
'editor.video.tooltip': string;
|
|
1076
|
+
'editor.video.dialog.tab.upload': string;
|
|
1077
|
+
'editor.video.dialog.uploading': string;
|
|
1078
|
+
'editor.video.dialog.title': string;
|
|
1079
|
+
'editor.video.dialog.link': string;
|
|
1080
|
+
'editor.video.dialog.placeholder': string;
|
|
1081
|
+
'editor.video.dialog.button.apply': string;
|
|
1082
|
+
'editor.table.tooltip': string;
|
|
1083
|
+
'editor.table.menu.insert_table': string;
|
|
1084
|
+
'editor.table.menu.insert_table.with_header_row': string;
|
|
1085
|
+
'editor.table.menu.add_column_before': string;
|
|
1086
|
+
'editor.table.menu.add_column_after': string;
|
|
1087
|
+
'editor.table.menu.delete_column': string;
|
|
1088
|
+
'editor.table.menu.add_row_before': string;
|
|
1089
|
+
'editor.table.menu.add_row_after': string;
|
|
1090
|
+
'editor.table.menu.delete_row': string;
|
|
1091
|
+
'editor.table.menu.merge_or_split_cells': string;
|
|
1092
|
+
'editor.table.menu.delete_table': string;
|
|
1093
|
+
'editor.blockquote.tooltip': string;
|
|
1094
|
+
'editor.horizontalrule.tooltip': string;
|
|
1095
|
+
'editor.code.tooltip': string;
|
|
1096
|
+
'editor.codeblock.tooltip': string;
|
|
1097
|
+
'editor.clear.tooltip': string;
|
|
1098
|
+
'editor.undo.tooltip': string;
|
|
1099
|
+
'editor.redo.tooltip': string;
|
|
1100
|
+
'editor.fullscreen.tooltip.fullscreen': string;
|
|
1101
|
+
'editor.fullscreen.tooltip.exit': string;
|
|
1102
|
+
'editor.imageUpload.cancel': string;
|
|
1103
|
+
'editor.imageUpload.crop': string;
|
|
1104
|
+
'editor.imageUpload.uploading': string;
|
|
1105
|
+
'editor.imageUpload.alt': string;
|
|
1106
|
+
'editor.imageUpload.fileTypeNotSupported': string;
|
|
1107
|
+
'editor.imageUpload.fileSizeTooBig': string;
|
|
1108
|
+
'editor.table.menu.insertColumnBefore': string;
|
|
1109
|
+
'editor.table.menu.insertColumnAfter': string;
|
|
1110
|
+
'editor.table.menu.deleteColumn': string;
|
|
1111
|
+
'editor.table.menu.insertRowAbove': string;
|
|
1112
|
+
'editor.table.menu.insertRowBelow': string;
|
|
1113
|
+
'editor.table.menu.deleteRow': string;
|
|
1114
|
+
'editor.table.menu.mergeCells': string;
|
|
1115
|
+
'editor.table.menu.splitCells': string;
|
|
1116
|
+
'editor.table.menu.deleteTable': string;
|
|
1117
|
+
'editor.table.menu.setCellsBgColor': string;
|
|
1118
|
+
'editor.emoji.tooltip': string;
|
|
1119
|
+
'editor.iframe.tooltip': string;
|
|
1120
|
+
'editor.searchAndReplace.tooltip': string;
|
|
1121
|
+
'editor.search.dialog.text': string;
|
|
1122
|
+
'editor.replace.dialog.text': string;
|
|
1123
|
+
'editor.replaceAll.dialog.text': string;
|
|
1124
|
+
'editor.previous.dialog.text': string;
|
|
1125
|
+
'editor.next.dialog.text': string;
|
|
1126
|
+
no_result_found: string;
|
|
1127
|
+
'Smileys & People': string;
|
|
1128
|
+
'Animals & Nature': string;
|
|
1129
|
+
'Food & Drink': string;
|
|
1130
|
+
Activity: string;
|
|
1131
|
+
'Travel & Places': string;
|
|
1132
|
+
Object: string;
|
|
1133
|
+
Symbol: string;
|
|
1134
|
+
Flags: string;
|
|
1135
|
+
'Frequently used': string;
|
|
1136
|
+
'editor.formula.dialog.text': string;
|
|
1137
|
+
'editor.katex.tooltip': string;
|
|
1138
|
+
'editor.exportPdf.tooltip': string;
|
|
1139
|
+
'editor.exportWord.tooltip': string;
|
|
1140
|
+
'editor.importWord.tooltip': string;
|
|
1141
|
+
'editor.importWord.limitSize': string;
|
|
1142
|
+
'editor.importWord.converting': string;
|
|
1143
|
+
'editor.importWord.convertError': string;
|
|
1144
|
+
'editor.importWord.importError': string;
|
|
1145
|
+
'editor.textDirection.tooltip': string;
|
|
1146
|
+
'editor.textDirection.auto.tooltip': string;
|
|
1147
|
+
'editor.textDirection.ltr.tooltip': string;
|
|
1148
|
+
'editor.textDirection.rtl.tooltip': string;
|
|
1149
|
+
'editor.textDirection.unset.tooltip': string;
|
|
1150
|
+
'editor.attachment.tooltip': string;
|
|
1151
|
+
'editor.attachment.uploading': string;
|
|
1152
|
+
'editor.attachment.please_upload': string;
|
|
1153
|
+
'editor.imageGif.tooltip': string;
|
|
1154
|
+
'editor.replace.caseSensitive': string;
|
|
1155
|
+
'editor.mermaid.tooltip': string;
|
|
1156
|
+
'editor.twitter.tooltip': string;
|
|
1157
|
+
'editor.codeView.tooltip': string;
|
|
1158
|
+
'editor.tooltip.flipX': string;
|
|
1159
|
+
'editor.tooltip.flipY': string;
|
|
1160
|
+
'editor.upload.fileTypeNotSupported': string;
|
|
1161
|
+
'editor.upload.fileSizeTooBig': string;
|
|
1162
|
+
'editor.upload.error': string;
|
|
1163
|
+
'editor.callout.tooltip': string;
|
|
1164
|
+
'editor.callout.dialog.title': string;
|
|
1165
|
+
'editor.callout.dialog.type': string;
|
|
1166
|
+
'editor.callout.dialog.type.placeholder': string;
|
|
1167
|
+
'editor.callout.dialog.title.label': string;
|
|
1168
|
+
'editor.callout.dialog.title.placeholder': string;
|
|
1169
|
+
'editor.callout.dialog.body.label': string;
|
|
1170
|
+
'editor.callout.dialog.body.placeholder': string;
|
|
1171
|
+
'editor.callout.dialog.button.apply': string;
|
|
1172
|
+
'editor.callout.dialog.button.cancel': string;
|
|
1173
|
+
'editor.callout.edit.title': string;
|
|
1174
|
+
'editor.callout.type.note': string;
|
|
1175
|
+
'editor.callout.type.tip': string;
|
|
1176
|
+
'editor.callout.type.important': string;
|
|
1177
|
+
'editor.callout.type.warning': string;
|
|
1178
|
+
'editor.callout.type.caution': string;
|
|
1179
|
+
};
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
type MessageKeysType = keyof typeof en;
|
|
1183
|
+
type LanguageType = keyof typeof LANG.message | (string & {});
|
|
1184
|
+
interface LangState {
|
|
1185
|
+
currentLang: LanguageType;
|
|
1186
|
+
message: typeof LANG.message;
|
|
1187
|
+
}
|
|
1188
|
+
declare function useLocale(): {
|
|
1189
|
+
setLang: (val: LangState | ((oldVal: LangState) => LangState)) => void;
|
|
1190
|
+
lang: LanguageType;
|
|
1191
|
+
t: (path: MessageKeysType, params?: Record<string, string | number>) => any;
|
|
1192
|
+
};
|
|
1193
|
+
declare const localeActions: {
|
|
1194
|
+
setLang: (lang: LanguageType | (string & {})) => void;
|
|
1195
|
+
setMessage: (lang: LanguageType | (string & {}), messages: Partial<Record<keyof typeof LANG.message.en, string>>) => void;
|
|
1196
|
+
};
|
|
1197
|
+
export { localeActions, useLocale };
|
|
1198
|
+
export { en, hu_HU, vi, zh_CN, pt_BR, fi };
|