reactjs-tiptap-editor-pro 0.2.31 → 0.2.33
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/lib/ColorPicker-MEAh4MhG.js +28181 -0
- package/lib/ColorPicker-ZncOwjAP.cjs +142 -0
- package/lib/extension-bundle.cjs +133 -0
- package/lib/extension-bundle.d.cts +947 -0
- package/lib/extension-bundle.d.ts +947 -0
- package/lib/extension-bundle.js +23921 -0
- package/lib/index.cjs +140 -0
- package/lib/index.d.cts +513 -0
- package/lib/index.d.ts +513 -0
- package/lib/index.js +3700 -0
- package/lib/locale-bundle-DiqW5jwb.cjs +1 -0
- package/lib/locale-bundle-DxCAtRDI.js +1487 -0
- package/lib/locale-bundle.cjs +1 -0
- package/lib/locale-bundle.d.cts +1140 -0
- package/lib/locale-bundle.d.ts +1140 -0
- package/lib/locale-bundle.js +9 -0
- package/lib/lucide-react-BFZtMawV.js +30462 -0
- package/lib/lucide-react-CMPhLW1m.cjs +7851 -0
- package/lib/style.css +1 -0
- package/package.json +58 -5
- package/src/components/ActionButton.tsx +0 -103
- package/src/components/ActionMenuButton.tsx +0 -76
- package/src/components/BubbleMenu.tsx +0 -93
- package/src/components/CharactorCount.tsx +0 -50
- package/src/components/ColorPicker.tsx +0 -272
- package/src/components/RichTextEditor.tsx +0 -212
- package/src/components/SizeSetter/SizeSetter.tsx +0 -102
- package/src/components/Toolbar.tsx +0 -108
- package/src/components/icons/Activity.tsx +0 -19
- package/src/components/icons/Animas.tsx +0 -24
- package/src/components/icons/AspectRatio.tsx +0 -13
- package/src/components/icons/Blockquote.tsx +0 -17
- package/src/components/icons/ColumnAddLeft.tsx +0 -7
- package/src/components/icons/ColumnAddRight.tsx +0 -7
- package/src/components/icons/DeleteColumn.tsx +0 -26
- package/src/components/icons/DeleteRow.tsx +0 -26
- package/src/components/icons/Direction.tsx +0 -7
- package/src/components/icons/Excalidraw.tsx +0 -7
- package/src/components/icons/ExportPdf.tsx +0 -8
- package/src/components/icons/ExportWord.tsx +0 -24
- package/src/components/icons/FileWordOutline.tsx +0 -13
- package/src/components/icons/Flag.tsx +0 -19
- package/src/components/icons/Food.tsx +0 -20
- package/src/components/icons/GIfIcon.tsx +0 -10
- package/src/components/icons/Icon.tsx +0 -30
- package/src/components/icons/ImportWord.tsx +0 -23
- package/src/components/icons/LeftToRight.tsx +0 -7
- package/src/components/icons/LineHeight.tsx +0 -13
- package/src/components/icons/MenuDown.tsx +0 -24
- package/src/components/icons/Mermaid.tsx +0 -13
- package/src/components/icons/NoFill.tsx +0 -7
- package/src/components/icons/Object.tsx +0 -24
- package/src/components/icons/RightToLeft.tsx +0 -7
- package/src/components/icons/SizeL.tsx +0 -9
- package/src/components/icons/SizeM.tsx +0 -13
- package/src/components/icons/SizeS.tsx +0 -13
- package/src/components/icons/Symbol.tsx +0 -19
- package/src/components/icons/Travel.tsx +0 -24
- package/src/components/icons/Twitter.tsx +0 -7
- package/src/components/icons/icons.ts +0 -212
- package/src/components/icons/index.ts +0 -12
- package/src/components/index.ts +0 -9
- package/src/components/menus/bubble.ts +0 -395
- package/src/components/menus/components/BubbleMenuContent.tsx +0 -15
- package/src/components/menus/components/BubbleMenuDrawer.tsx +0 -128
- package/src/components/menus/components/BubbleMenuExcalidraw.tsx +0 -91
- package/src/components/menus/components/BubbleMenuIframe.tsx +0 -143
- package/src/components/menus/components/BubbleMenuKatex.tsx +0 -136
- package/src/components/menus/components/BubbleMenuLink.tsx +0 -99
- package/src/components/menus/components/BubbleMenuMedia.tsx +0 -235
- package/src/components/menus/components/BubbleMenuMermaid.tsx +0 -128
- package/src/components/menus/components/BubbleMenuText.tsx +0 -102
- package/src/components/menus/components/BubbleMenuTwitter.tsx +0 -91
- package/src/components/menus/components/ColumnsBubbleMenu.tsx +0 -59
- package/src/components/menus/components/ContentMenu.tsx +0 -396
- package/src/components/menus/components/TableBubbleMenu.tsx +0 -362
- package/src/components/menus/index.ts +0 -7
- package/src/components/ui/button.tsx +0 -56
- package/src/components/ui/checkbox.tsx +0 -30
- package/src/components/ui/dialog.tsx +0 -128
- package/src/components/ui/dropdown-menu.tsx +0 -203
- package/src/components/ui/emoji-picker.tsx +0 -166
- package/src/components/ui/index.ts +0 -14
- package/src/components/ui/input.tsx +0 -25
- package/src/components/ui/label.tsx +0 -26
- package/src/components/ui/popover.tsx +0 -31
- package/src/components/ui/select.tsx +0 -162
- package/src/components/ui/separator.tsx +0 -31
- package/src/components/ui/switch.tsx +0 -29
- package/src/components/ui/tabs.tsx +0 -55
- package/src/components/ui/textarea.tsx +0 -24
- package/src/components/ui/toast.tsx +0 -129
- package/src/components/ui/toaster.tsx +0 -44
- package/src/components/ui/toggle.tsx +0 -45
- package/src/components/ui/tooltip.tsx +0 -30
- package/src/components/ui/use-toast.ts +0 -197
- package/src/constants/index.ts +0 -223
- package/src/constants/resetCSS.ts +0 -139
- package/src/extension-bundle.ts +0 -2
- package/src/extensions/Attachment/Attachment.ts +0 -144
- package/src/extensions/Attachment/components/NodeViewAttachment/FileIcon.tsx +0 -69
- package/src/extensions/Attachment/components/NodeViewAttachment/FileIconString.ts +0 -28
- package/src/extensions/Attachment/components/NodeViewAttachment/NodeViewAttachment.tsx +0 -155
- package/src/extensions/Attachment/components/NodeViewAttachment/index.module.scss +0 -23
- package/src/extensions/Attachment/index.ts +0 -1
- package/src/extensions/BaseKit.ts +0 -253
- package/src/extensions/Blockquote/Blockquote.ts +0 -31
- package/src/extensions/Blockquote/index.ts +0 -1
- package/src/extensions/Bold/Bold.ts +0 -26
- package/src/extensions/Bold/index.ts +0 -1
- package/src/extensions/BulletList/BulletList.ts +0 -28
- package/src/extensions/BulletList/index.ts +0 -1
- package/src/extensions/Clear/Clear.ts +0 -24
- package/src/extensions/Clear/index.ts +0 -1
- package/src/extensions/Code/Code.ts +0 -26
- package/src/extensions/Code/index.ts +0 -1
- package/src/extensions/CodeBlock/CodeBlock.ts +0 -54
- package/src/extensions/CodeBlock/components/CodeBlockActiveButton.tsx +0 -66
- package/src/extensions/CodeBlock/components/NodeViewCodeBlock/NodeViewCodeBlock.tsx +0 -89
- package/src/extensions/CodeBlock/components/NodeViewCodeBlock/index.module.scss +0 -81
- package/src/extensions/CodeBlock/highlighter.ts +0 -132
- package/src/extensions/CodeBlock/index.ts +0 -1
- package/src/extensions/CodeBlock/shiki-plugin.ts +0 -213
- package/src/extensions/Color/Color.ts +0 -52
- package/src/extensions/Color/components/ColorActionButton.tsx +0 -104
- package/src/extensions/Color/index.ts +0 -1
- package/src/extensions/Document/Document.ts +0 -8
- package/src/extensions/Document/index.ts +0 -1
- package/src/extensions/Drawer/Drawer.ts +0 -177
- package/src/extensions/Drawer/components/ControlDrawer/ControlDrawer.module.scss +0 -85
- package/src/extensions/Drawer/components/ControlDrawer/ControlDrawer.tsx +0 -598
- package/src/extensions/Drawer/components/ControlDrawer/icon.tsx +0 -500
- package/src/extensions/Drawer/components/DrawerActiveButton.tsx +0 -239
- package/src/extensions/Drawer/components/EditDrawerBlock.tsx +0 -238
- package/src/extensions/Drawer/components/NodeViewDrawer/NodeViewDrawer.tsx +0 -260
- package/src/extensions/Drawer/index.ts +0 -1
- package/src/extensions/Emoji/Emoji.ts +0 -146
- package/src/extensions/Emoji/components/EmojiList/EmojiList.tsx +0 -103
- package/src/extensions/Emoji/components/EmojiList/emojis.ts +0 -1858
- package/src/extensions/Emoji/components/EmojiPicker/EmojiPicker.tsx +0 -61
- package/src/extensions/Emoji/index.ts +0 -1
- package/src/extensions/Excalidraw/Excalidraw.ts +0 -123
- package/src/extensions/Excalidraw/components/ExcalidrawActiveButton.tsx +0 -138
- package/src/extensions/Excalidraw/components/NodeViewExcalidraw/NodeViewExcalidraw.tsx +0 -178
- package/src/extensions/Excalidraw/components/NodeViewExcalidraw/index.module.scss +0 -43
- package/src/extensions/Excalidraw/index.ts +0 -1
- package/src/extensions/ExportPdf/ExportPdf.ts +0 -25
- package/src/extensions/ExportPdf/index.ts +0 -1
- package/src/extensions/ExportWord/ExportWord.ts +0 -87
- package/src/extensions/ExportWord/index.ts +0 -1
- package/src/extensions/FontFamily/FontFamily.ts +0 -64
- package/src/extensions/FontFamily/components/FontFamilyButton.tsx +0 -97
- package/src/extensions/FontFamily/index.ts +0 -1
- package/src/extensions/FontSize/FontSize.ts +0 -119
- package/src/extensions/FontSize/components/FontSizeMenuButton.tsx +0 -84
- package/src/extensions/FontSize/index.ts +0 -1
- package/src/extensions/FormatPainter/FormatPainter.ts +0 -121
- package/src/extensions/FormatPainter/index.ts +0 -1
- package/src/extensions/Heading/Heading.ts +0 -57
- package/src/extensions/Heading/components/HeadingButton.tsx +0 -96
- package/src/extensions/Heading/index.ts +0 -1
- package/src/extensions/Highlight/Highlight.ts +0 -36
- package/src/extensions/Highlight/components/HighlightActionButton.tsx +0 -108
- package/src/extensions/Highlight/index.ts +0 -1
- package/src/extensions/History/History.ts +0 -39
- package/src/extensions/History/components/HistoryActionButton.tsx +0 -74
- package/src/extensions/History/index.ts +0 -1
- package/src/extensions/HorizontalRule/HorizontalRule.ts +0 -42
- package/src/extensions/HorizontalRule/index.ts +0 -1
- package/src/extensions/Iframe/Iframe.ts +0 -140
- package/src/extensions/Iframe/components/IframeNodeView.tsx +0 -92
- package/src/extensions/Iframe/components/index.module.scss +0 -40
- package/src/extensions/Iframe/embed.ts +0 -487
- package/src/extensions/Iframe/index.ts +0 -1
- package/src/extensions/Image/Image.ts +0 -303
- package/src/extensions/Image/components/ActionImageButton.tsx +0 -186
- package/src/extensions/Image/components/ImageCropper.tsx +0 -198
- package/src/extensions/Image/components/ImageView.tsx +0 -271
- package/src/extensions/Image/index.ts +0 -1
- package/src/extensions/Image/store.ts +0 -15
- package/src/extensions/ImageGif/ImageGif.ts +0 -176
- package/src/extensions/ImageGif/components/ImageGifActionButton.tsx +0 -138
- package/src/extensions/ImageGif/components/ImageGifView.tsx +0 -260
- package/src/extensions/ImageGif/index.ts +0 -1
- package/src/extensions/ImportWord/ImportWord.ts +0 -52
- package/src/extensions/ImportWord/components/ImportWordButton.tsx +0 -151
- package/src/extensions/ImportWord/index.ts +0 -1
- package/src/extensions/Indent/Indent.ts +0 -110
- package/src/extensions/Indent/index.ts +0 -1
- package/src/extensions/Italic/Italic.ts +0 -29
- package/src/extensions/Italic/index.ts +0 -1
- package/src/extensions/Katex/Katex.ts +0 -109
- package/src/extensions/Katex/components/KatexActiveButton.tsx +0 -117
- package/src/extensions/Katex/components/KatexWrapper.tsx +0 -53
- package/src/extensions/Katex/index.ts +0 -1
- package/src/extensions/LineHeight/LineHeight.ts +0 -76
- package/src/extensions/LineHeight/components/LineHeightDropdown.tsx +0 -93
- package/src/extensions/LineHeight/index.ts +0 -1
- package/src/extensions/Link/Link.ts +0 -92
- package/src/extensions/Link/components/LinkEditBlock.tsx +0 -110
- package/src/extensions/Link/components/LinkEditPopover.tsx +0 -46
- package/src/extensions/Link/components/LinkViewBlock.tsx +0 -54
- package/src/extensions/Link/index.ts +0 -1
- package/src/extensions/ListItem/ListItem.ts +0 -1
- package/src/extensions/ListItem/index.ts +0 -1
- package/src/extensions/Mention/Mention.ts +0 -100
- package/src/extensions/Mention/components/NodeViewMentionList/NodeViewMentionList.tsx +0 -94
- package/src/extensions/Mention/components/NodeViewMentionList/index.module.scss +0 -38
- package/src/extensions/Mention/index.ts +0 -1
- package/src/extensions/Mermaid/Mermaid.ts +0 -177
- package/src/extensions/Mermaid/components/EditMermaidBlock.tsx +0 -155
- package/src/extensions/Mermaid/components/MermaidActiveButton.tsx +0 -151
- package/src/extensions/Mermaid/components/NodeViewMermaid/NodeViewMermaid.tsx +0 -260
- package/src/extensions/Mermaid/index.ts +0 -1
- package/src/extensions/MoreMark/MoreMark.ts +0 -102
- package/src/extensions/MoreMark/components/ActionMoreButton.tsx +0 -97
- package/src/extensions/MoreMark/index.ts +0 -1
- package/src/extensions/MultiColumn/Column.ts +0 -36
- package/src/extensions/MultiColumn/MultiColumn.ts +0 -111
- package/src/extensions/MultiColumn/components/ColumnActionButton.ts +0 -22
- package/src/extensions/MultiColumn/index.ts +0 -3
- package/src/extensions/OrderedList/OrderedList.ts +0 -28
- package/src/extensions/OrderedList/index.ts +0 -1
- package/src/extensions/SearchAndReplace/SearchAndReplace.ts +0 -395
- package/src/extensions/SearchAndReplace/components/SearchAndReplaceButton.tsx +0 -190
- package/src/extensions/SearchAndReplace/index.ts +0 -1
- package/src/extensions/Selection/Selection.ts +0 -32
- package/src/extensions/Selection/index.ts +0 -1
- package/src/extensions/SlashCommand/SlashCommand.ts +0 -255
- package/src/extensions/SlashCommand/components/CommandsList.tsx +0 -180
- package/src/extensions/SlashCommand/groups.ts +0 -183
- package/src/extensions/SlashCommand/index.ts +0 -1
- package/src/extensions/SlashCommand/types.ts +0 -24
- package/src/extensions/Strike/Strike.ts +0 -26
- package/src/extensions/Strike/index.ts +0 -1
- package/src/extensions/Subscript/Subscript.ts +0 -88
- package/src/extensions/Subscript/index.ts +0 -1
- package/src/extensions/Table/Cell.ts +0 -131
- package/src/extensions/Table/Header.ts +0 -93
- package/src/extensions/Table/Row.ts +0 -8
- package/src/extensions/Table/Table.ts +0 -60
- package/src/extensions/Table/cell-background.ts +0 -112
- package/src/extensions/Table/components/CreateTablePopover.tsx +0 -132
- package/src/extensions/Table/components/TableActionButton.tsx +0 -42
- package/src/extensions/Table/index.ts +0 -6
- package/src/extensions/Table/utils.ts +0 -352
- package/src/extensions/TableOfContent/TableOfContent.ts +0 -124
- package/src/extensions/TableOfContent/components/NodeViewTableOfContent.tsx +0 -116
- package/src/extensions/TableOfContent/components/TableOfContentActionButton.tsx +0 -27
- package/src/extensions/TableOfContent/components/index.module.scss +0 -40
- package/src/extensions/TableOfContent/index.ts +0 -1
- package/src/extensions/TaskList/TaskList.ts +0 -46
- package/src/extensions/TaskList/index.ts +0 -1
- package/src/extensions/TextAlign/TextAlign.ts +0 -68
- package/src/extensions/TextAlign/components/TextAlignMenuButton.tsx +0 -103
- package/src/extensions/TextAlign/index.ts +0 -1
- package/src/extensions/TextBubble/TextBubble.ts +0 -22
- package/src/extensions/TextBubble/components/TextDropdown.tsx +0 -146
- package/src/extensions/TextBubble/index.ts +0 -1
- package/src/extensions/TextDirection/TextDirection.ts +0 -97
- package/src/extensions/TextDirection/components/TextDirectionButton.tsx +0 -103
- package/src/extensions/TextDirection/index.ts +0 -1
- package/src/extensions/TrailingNode/TrailingNode.ts +0 -71
- package/src/extensions/TrailingNode/index.ts +0 -1
- package/src/extensions/Twitter/Twitter.ts +0 -161
- package/src/extensions/Twitter/components/FormEditLinkTwitter.tsx +0 -68
- package/src/extensions/Twitter/components/NodeViewTweet.tsx +0 -30
- package/src/extensions/Twitter/components/TwitterActiveButton.tsx +0 -41
- package/src/extensions/Twitter/index.ts +0 -1
- package/src/extensions/UnderLine/Underline.ts +0 -30
- package/src/extensions/UnderLine/index.ts +0 -1
- package/src/extensions/Video/Video.ts +0 -204
- package/src/extensions/Video/components/ActiveVideoButton.tsx +0 -191
- package/src/extensions/Video/index.ts +0 -1
- package/src/extensions/Video/store.ts +0 -15
- package/src/extensions/index.ts +0 -122
- package/src/hooks/useActive.tsx +0 -24
- package/src/hooks/useAttributes.tsx +0 -45
- package/src/hooks/useCopy.tsx +0 -20
- package/src/hooks/useEditorState.tsx +0 -23
- package/src/hooks/useExtension.tsx +0 -29
- package/src/index.ts +0 -8
- package/src/lib/utils.ts +0 -7
- package/src/locale-bundle.ts +0 -3
- package/src/locales/en.ts +0 -173
- package/src/locales/hu.ts +0 -173
- package/src/locales/index.tsx +0 -163
- package/src/locales/pt-br.ts +0 -173
- package/src/locales/vi.ts +0 -173
- package/src/locales/zh-cn.ts +0 -173
- package/src/plugins/DragHandle/index.ts +0 -375
- package/src/plugins/DragHandle/range.ts +0 -114
- package/src/plugins/DragHandle/utils.ts +0 -80
- package/src/plugins/image-upload.ts +0 -160
- package/src/store/ProviderRichText.tsx +0 -53
- package/src/store/editableEditor.ts +0 -15
- package/src/store/fast-context.tsx +0 -70
- package/src/store/store.ts +0 -35
- package/src/styles/ProseMirror.scss +0 -176
- package/src/styles/columns.scss +0 -23
- package/src/styles/editor.scss +0 -411
- package/src/styles/global.scss +0 -87
- package/src/styles/index.scss +0 -5
- package/src/styles/mention.scss +0 -6
- package/src/theme/theme.ts +0 -15
- package/src/types.ts +0 -271
- package/src/utils/_event.ts +0 -55
- package/src/utils/color.ts +0 -67
- package/src/utils/columns.ts +0 -142
- package/src/utils/customEvents/customEvents.ts +0 -18
- package/src/utils/customEvents/events.constant.ts +0 -11
- package/src/utils/delete-node.ts +0 -46
- package/src/utils/dom-dataset.ts +0 -121
- package/src/utils/download.ts +0 -17
- package/src/utils/dynamicCSS.ts +0 -192
- package/src/utils/editor-container-size.ts +0 -28
- package/src/utils/file.ts +0 -112
- package/src/utils/getRenderContainer.ts +0 -41
- package/src/utils/indent.ts +0 -99
- package/src/utils/is-mobile.ts +0 -57
- package/src/utils/json.ts +0 -18
- package/src/utils/line-height.ts +0 -109
- package/src/utils/lru-cache.ts +0 -145
- package/src/utils/mitt.ts +0 -114
- package/src/utils/node.ts +0 -92
- package/src/utils/pdf.ts +0 -72
- package/src/utils/plateform.ts +0 -49
- package/src/utils/shortId.ts +0 -5
- package/src/utils/storage.ts +0 -18
- package/src/utils/utils.ts +0 -71
- package/src/vite-env.d.ts +0 -3
|
@@ -0,0 +1,1487 @@
|
|
|
1
|
+
var D = Object.defineProperty;
|
|
2
|
+
var S = (t, o, n) => o in t ? D(t, o, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[o] = n;
|
|
3
|
+
var F = (t, o, n) => S(t, typeof o != "symbol" ? o + "" : o, n);
|
|
4
|
+
import { useSyncExternalStore as y, useMemo as E, useEffect as L } from "react";
|
|
5
|
+
const w = "en", B = 200, it = B - 80, rt = 20, lt = 1e5, dt = 16, at = 10, nt = 10, st = 2, pt = [
|
|
6
|
+
"#000000",
|
|
7
|
+
"#262626",
|
|
8
|
+
"#595959",
|
|
9
|
+
"#8C8C8C",
|
|
10
|
+
"#BFBFBF",
|
|
11
|
+
"#D9D9D9",
|
|
12
|
+
"#E9E9E9",
|
|
13
|
+
"#F5F5F5",
|
|
14
|
+
"#FAFAFA",
|
|
15
|
+
"#FFFFFF",
|
|
16
|
+
"#F5222D",
|
|
17
|
+
"#FA541C",
|
|
18
|
+
"#FA8C16",
|
|
19
|
+
"#FADB14",
|
|
20
|
+
"#52C41A",
|
|
21
|
+
"#13C2C2",
|
|
22
|
+
"#1890FF",
|
|
23
|
+
"#2F54EB",
|
|
24
|
+
"#722ED1",
|
|
25
|
+
"#EB2F96",
|
|
26
|
+
"#FFE8E6",
|
|
27
|
+
"#FFECE0",
|
|
28
|
+
"#FFEFD1",
|
|
29
|
+
"#FCFCCA",
|
|
30
|
+
"#E4F7D2",
|
|
31
|
+
"#D3F5F0",
|
|
32
|
+
"#D4EEFC",
|
|
33
|
+
"#DEE8FC",
|
|
34
|
+
"#EFE1FA",
|
|
35
|
+
"#FAE1EB",
|
|
36
|
+
"#FFA39E",
|
|
37
|
+
"#FFBB96",
|
|
38
|
+
"#FFD591",
|
|
39
|
+
"#FFFB8F",
|
|
40
|
+
"#B7EB8F",
|
|
41
|
+
"#87E8DE",
|
|
42
|
+
"#91D5FF",
|
|
43
|
+
"#ADC6FF",
|
|
44
|
+
"#D3ADF7",
|
|
45
|
+
"#FFADD2",
|
|
46
|
+
"#FF4D4F",
|
|
47
|
+
"#FF7A45",
|
|
48
|
+
"#FFA940",
|
|
49
|
+
"#FFEC3D",
|
|
50
|
+
"#73D13D",
|
|
51
|
+
"#36CFC9",
|
|
52
|
+
"#40A9FF",
|
|
53
|
+
"#597EF7",
|
|
54
|
+
"#9254DE",
|
|
55
|
+
"#F759AB",
|
|
56
|
+
"#CF1322",
|
|
57
|
+
"#D4380D",
|
|
58
|
+
"#D46B08",
|
|
59
|
+
"#D4B106",
|
|
60
|
+
"#389E0D",
|
|
61
|
+
"#08979C",
|
|
62
|
+
"#096DD9",
|
|
63
|
+
"#1D39C4",
|
|
64
|
+
"#531DAB",
|
|
65
|
+
"#C41D7F",
|
|
66
|
+
"#820014",
|
|
67
|
+
"#871400",
|
|
68
|
+
"#873800",
|
|
69
|
+
"#614700",
|
|
70
|
+
"#135200",
|
|
71
|
+
"#00474F",
|
|
72
|
+
"#003A8C",
|
|
73
|
+
"#061178",
|
|
74
|
+
"#22075E",
|
|
75
|
+
"#780650"
|
|
76
|
+
], ut = [
|
|
77
|
+
"Inter",
|
|
78
|
+
"Comic Sans MS, Comic Sans",
|
|
79
|
+
"serif",
|
|
80
|
+
"cursive",
|
|
81
|
+
"Arial",
|
|
82
|
+
"Arial Black",
|
|
83
|
+
"Georgia",
|
|
84
|
+
"Impact",
|
|
85
|
+
"Tahoma",
|
|
86
|
+
"Times New Roman",
|
|
87
|
+
"Verdana",
|
|
88
|
+
"Courier New",
|
|
89
|
+
"Lucida Console",
|
|
90
|
+
"Monaco",
|
|
91
|
+
"monospace"
|
|
92
|
+
], gt = [
|
|
93
|
+
"html",
|
|
94
|
+
"css",
|
|
95
|
+
"js",
|
|
96
|
+
"ts",
|
|
97
|
+
"bash"
|
|
98
|
+
], mt = {
|
|
99
|
+
html: "HTML",
|
|
100
|
+
css: "CSS",
|
|
101
|
+
js: "JavaScript",
|
|
102
|
+
ts: "TypeScript",
|
|
103
|
+
bash: "Bash"
|
|
104
|
+
}, ct = [
|
|
105
|
+
"10px",
|
|
106
|
+
"11px",
|
|
107
|
+
"12px",
|
|
108
|
+
"14px",
|
|
109
|
+
"16px",
|
|
110
|
+
"18px",
|
|
111
|
+
"20px",
|
|
112
|
+
"22px",
|
|
113
|
+
"24px",
|
|
114
|
+
"26px",
|
|
115
|
+
"28px",
|
|
116
|
+
"36px",
|
|
117
|
+
"48px",
|
|
118
|
+
"72px"
|
|
119
|
+
], ht = "default";
|
|
120
|
+
var R = /* @__PURE__ */ ((t) => (t[t["size-small"] = 200] = "size-small", t[t["size-medium"] = 500] = "size-medium", t["size-large"] = "100%", t))(R || {}), I = /* @__PURE__ */ ((t) => (t[t["size-small"] = 480] = "size-small", t[t["size-medium"] = 640] = "size-medium", t["size-large"] = "100%", t))(I || {});
|
|
121
|
+
const ft = ["100%", "115%", "150%", "200%", "250%", "300%"], bt = "1", kt = [
|
|
122
|
+
"bold",
|
|
123
|
+
"italic",
|
|
124
|
+
"underline",
|
|
125
|
+
"strike",
|
|
126
|
+
"code",
|
|
127
|
+
"link",
|
|
128
|
+
"divider",
|
|
129
|
+
"color",
|
|
130
|
+
"highlight",
|
|
131
|
+
"textAlign"
|
|
132
|
+
];
|
|
133
|
+
function W({
|
|
134
|
+
updateComputed: t,
|
|
135
|
+
notifyEffect: o
|
|
136
|
+
}) {
|
|
137
|
+
let n, s;
|
|
138
|
+
return {
|
|
139
|
+
/**
|
|
140
|
+
* Links a given dependency and subscriber if they are not already linked.
|
|
141
|
+
*
|
|
142
|
+
* @param dep - The dependency to be linked.
|
|
143
|
+
* @param sub - The subscriber that depends on this dependency.
|
|
144
|
+
* @returns The newly created link object if the two are not already linked; otherwise `undefined`.
|
|
145
|
+
*/
|
|
146
|
+
link(e, i) {
|
|
147
|
+
const r = i.depsTail;
|
|
148
|
+
if (r !== void 0 && r.dep === e)
|
|
149
|
+
return;
|
|
150
|
+
const d = r !== void 0 ? r.nextDep : i.deps;
|
|
151
|
+
if (d !== void 0 && d.dep === e) {
|
|
152
|
+
i.depsTail = d;
|
|
153
|
+
return;
|
|
154
|
+
}
|
|
155
|
+
const l = e.subsTail;
|
|
156
|
+
if (!(l !== void 0 && l.sub === i && h(l, i)))
|
|
157
|
+
return p(e, i, d, r);
|
|
158
|
+
},
|
|
159
|
+
/**
|
|
160
|
+
* Traverses and marks subscribers starting from the provided link.
|
|
161
|
+
*
|
|
162
|
+
* It sets flags (e.g., Dirty, PendingComputed, PendingEffect) on each subscriber
|
|
163
|
+
* to indicate which ones require re-computation or effect processing.
|
|
164
|
+
* This function should be called after a signal's value changes.
|
|
165
|
+
*
|
|
166
|
+
* @param link - The starting link from which propagation begins.
|
|
167
|
+
*/
|
|
168
|
+
propagate(e) {
|
|
169
|
+
let i = 32, r = e, d = 0;
|
|
170
|
+
t: do {
|
|
171
|
+
const l = e.sub, a = l.flags;
|
|
172
|
+
if (!(a & 244) && (l.flags = a | i | 8, !0) || a & 16 && !(a & 4) && (l.flags = a & -17 | i | 8, !0) || !(a & 224) && h(e, l) && (l.flags = a | 16 | i | 8, l.subs !== void 0)) {
|
|
173
|
+
const g = l.subs;
|
|
174
|
+
if (g !== void 0) {
|
|
175
|
+
g.nextSub !== void 0 ? (g.prevSub = r, e = r = g, i = 64, ++d) : (e = g, i = a & 2 ? 128 : 64);
|
|
176
|
+
continue;
|
|
177
|
+
}
|
|
178
|
+
a & 2 && (s !== void 0 ? s.depsTail.nextDep = l.deps : n = l, s = l);
|
|
179
|
+
} else a & (4 | i) ? !(a & i) && a & 224 && h(e, l) && (l.flags = a | i) : (l.flags = a | i | 8, (a & 10) === 2 && (s !== void 0 ? s.depsTail.nextDep = l.deps : n = l, s = l));
|
|
180
|
+
if ((e = r.nextSub) !== void 0) {
|
|
181
|
+
r = e, i = d ? 64 : 32;
|
|
182
|
+
continue;
|
|
183
|
+
}
|
|
184
|
+
for (; d; ) {
|
|
185
|
+
--d;
|
|
186
|
+
const x = r.dep.subs;
|
|
187
|
+
if (r = x.prevSub, x.prevSub = void 0, (e = r.nextSub) !== void 0) {
|
|
188
|
+
r = e, i = d ? 64 : 32;
|
|
189
|
+
continue t;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
break;
|
|
193
|
+
} while (!0);
|
|
194
|
+
},
|
|
195
|
+
/**
|
|
196
|
+
* Prepares the given subscriber to track new dependencies.
|
|
197
|
+
*
|
|
198
|
+
* It resets the subscriber's internal pointers (e.g., depsTail) and
|
|
199
|
+
* sets its flags to indicate it is now tracking dependency links.
|
|
200
|
+
*
|
|
201
|
+
* @param sub - The subscriber to start tracking.
|
|
202
|
+
*/
|
|
203
|
+
startTracking(e) {
|
|
204
|
+
e.depsTail = void 0, e.flags = e.flags & -249 | 4;
|
|
205
|
+
},
|
|
206
|
+
/**
|
|
207
|
+
* Concludes tracking of dependencies for the specified subscriber.
|
|
208
|
+
*
|
|
209
|
+
* It clears or unlinks any tracked dependency information, then
|
|
210
|
+
* updates the subscriber's flags to indicate tracking is complete.
|
|
211
|
+
*
|
|
212
|
+
* @param sub - The subscriber whose tracking is ending.
|
|
213
|
+
*/
|
|
214
|
+
endTracking(e) {
|
|
215
|
+
const i = e.depsTail;
|
|
216
|
+
if (i !== void 0) {
|
|
217
|
+
const r = i.nextDep;
|
|
218
|
+
r !== void 0 && (T(r), i.nextDep = void 0);
|
|
219
|
+
} else e.deps !== void 0 && (T(e.deps), e.deps = void 0);
|
|
220
|
+
e.flags &= -5;
|
|
221
|
+
},
|
|
222
|
+
/**
|
|
223
|
+
* Updates the dirty flag for the given subscriber based on its dependencies.
|
|
224
|
+
*
|
|
225
|
+
* If the subscriber has any pending computeds, this function sets the Dirty flag
|
|
226
|
+
* and returns `true`. Otherwise, it clears the PendingComputed flag and returns `false`.
|
|
227
|
+
*
|
|
228
|
+
* @param sub - The subscriber to update.
|
|
229
|
+
* @param flags - The current flag set for this subscriber.
|
|
230
|
+
* @returns `true` if the subscriber is marked as Dirty; otherwise `false`.
|
|
231
|
+
*/
|
|
232
|
+
updateDirtyFlag(e, i) {
|
|
233
|
+
return v(e.deps) ? (e.flags = i | 32, !0) : (e.flags = i & -65, !1);
|
|
234
|
+
},
|
|
235
|
+
/**
|
|
236
|
+
* Updates the computed subscriber if necessary before its value is accessed.
|
|
237
|
+
*
|
|
238
|
+
* If the subscriber is marked Dirty or PendingComputed, this function runs
|
|
239
|
+
* the provided updateComputed logic and triggers a shallowPropagate for any
|
|
240
|
+
* downstream subscribers if an actual update occurs.
|
|
241
|
+
*
|
|
242
|
+
* @param computed - The computed subscriber to update.
|
|
243
|
+
* @param flags - The current flag set for this subscriber.
|
|
244
|
+
*/
|
|
245
|
+
processComputedUpdate(e, i) {
|
|
246
|
+
if ((i & 32 || (v(e.deps) || (e.flags = i & -65, !1))) && t(e)) {
|
|
247
|
+
const r = e.subs;
|
|
248
|
+
r !== void 0 && c(r);
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
/**
|
|
252
|
+
* Ensures all pending internal effects for the given subscriber are processed.
|
|
253
|
+
*
|
|
254
|
+
* This should be called after an effect decides not to re-run itself but may still
|
|
255
|
+
* have dependencies flagged with PendingEffect. If the subscriber is flagged with
|
|
256
|
+
* PendingEffect, this function clears that flag and invokes `notifyEffect` on any
|
|
257
|
+
* related dependencies marked as Effect and Propagated, processing pending effects.
|
|
258
|
+
*
|
|
259
|
+
* @param sub - The subscriber which may have pending effects.
|
|
260
|
+
* @param flags - The current flags on the subscriber to check.
|
|
261
|
+
*/
|
|
262
|
+
processPendingInnerEffects(e, i) {
|
|
263
|
+
if (i & 128) {
|
|
264
|
+
e.flags = i & -129;
|
|
265
|
+
let r = e.deps;
|
|
266
|
+
do {
|
|
267
|
+
const d = r.dep;
|
|
268
|
+
"flags" in d && d.flags & 2 && d.flags & 224 && o(d), r = r.nextDep;
|
|
269
|
+
} while (r !== void 0);
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
/**
|
|
273
|
+
* Processes queued effect notifications after a batch operation finishes.
|
|
274
|
+
*
|
|
275
|
+
* Iterates through all queued effects, calling notifyEffect on each.
|
|
276
|
+
* If an effect remains partially handled, its flags are updated, and future
|
|
277
|
+
* notifications may be triggered until fully handled.
|
|
278
|
+
*/
|
|
279
|
+
processEffectNotifications() {
|
|
280
|
+
for (; n !== void 0; ) {
|
|
281
|
+
const e = n, i = e.depsTail, r = i.nextDep;
|
|
282
|
+
r !== void 0 ? (i.nextDep = void 0, n = r.sub) : (n = void 0, s = void 0), o(e) || (e.flags &= -9);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
};
|
|
286
|
+
function p(e, i, r, d) {
|
|
287
|
+
const l = {
|
|
288
|
+
dep: e,
|
|
289
|
+
sub: i,
|
|
290
|
+
nextDep: r,
|
|
291
|
+
prevSub: void 0,
|
|
292
|
+
nextSub: void 0
|
|
293
|
+
};
|
|
294
|
+
if (d === void 0 ? i.deps = l : d.nextDep = l, e.subs === void 0)
|
|
295
|
+
e.subs = l;
|
|
296
|
+
else {
|
|
297
|
+
const a = e.subsTail;
|
|
298
|
+
l.prevSub = a, a.nextSub = l;
|
|
299
|
+
}
|
|
300
|
+
return i.depsTail = l, e.subsTail = l, l;
|
|
301
|
+
}
|
|
302
|
+
function v(e) {
|
|
303
|
+
let i = 0, r;
|
|
304
|
+
t: do {
|
|
305
|
+
r = !1;
|
|
306
|
+
const d = e.dep;
|
|
307
|
+
if ("flags" in d) {
|
|
308
|
+
const l = d.flags;
|
|
309
|
+
if ((l & 33) === 33) {
|
|
310
|
+
if (t(d)) {
|
|
311
|
+
const a = d.subs;
|
|
312
|
+
a.nextSub !== void 0 && c(a), r = !0;
|
|
313
|
+
}
|
|
314
|
+
} else if ((l & 65) === 65) {
|
|
315
|
+
const a = d.subs;
|
|
316
|
+
a.nextSub !== void 0 && (a.prevSub = e), e = d.deps, ++i;
|
|
317
|
+
continue;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
if (!r && e.nextDep !== void 0) {
|
|
321
|
+
e = e.nextDep;
|
|
322
|
+
continue;
|
|
323
|
+
}
|
|
324
|
+
if (i) {
|
|
325
|
+
let l = e.sub;
|
|
326
|
+
do {
|
|
327
|
+
--i;
|
|
328
|
+
const a = l.subs;
|
|
329
|
+
if (r) {
|
|
330
|
+
if (t(l)) {
|
|
331
|
+
(e = a.prevSub) !== void 0 ? (a.prevSub = void 0, c(l.subs), l = e.sub) : l = a.sub;
|
|
332
|
+
continue;
|
|
333
|
+
}
|
|
334
|
+
} else
|
|
335
|
+
l.flags &= -65;
|
|
336
|
+
if ((e = a.prevSub) !== void 0) {
|
|
337
|
+
if (a.prevSub = void 0, e.nextDep !== void 0) {
|
|
338
|
+
e = e.nextDep;
|
|
339
|
+
continue t;
|
|
340
|
+
}
|
|
341
|
+
l = e.sub;
|
|
342
|
+
} else {
|
|
343
|
+
if ((e = a.nextDep) !== void 0)
|
|
344
|
+
continue t;
|
|
345
|
+
l = a.sub;
|
|
346
|
+
}
|
|
347
|
+
r = !1;
|
|
348
|
+
} while (i);
|
|
349
|
+
}
|
|
350
|
+
return r;
|
|
351
|
+
} while (!0);
|
|
352
|
+
}
|
|
353
|
+
function c(e) {
|
|
354
|
+
do {
|
|
355
|
+
const i = e.sub, r = i.flags;
|
|
356
|
+
(r & 96) === 64 && (i.flags = r | 32 | 8, (r & 10) === 2 && (s !== void 0 ? s.depsTail.nextDep = i.deps : n = i, s = i)), e = e.nextSub;
|
|
357
|
+
} while (e !== void 0);
|
|
358
|
+
}
|
|
359
|
+
function h(e, i) {
|
|
360
|
+
const r = i.depsTail;
|
|
361
|
+
if (r !== void 0) {
|
|
362
|
+
let d = i.deps;
|
|
363
|
+
do {
|
|
364
|
+
if (d === e)
|
|
365
|
+
return !0;
|
|
366
|
+
if (d === r)
|
|
367
|
+
break;
|
|
368
|
+
d = d.nextDep;
|
|
369
|
+
} while (d !== void 0);
|
|
370
|
+
}
|
|
371
|
+
return !1;
|
|
372
|
+
}
|
|
373
|
+
function T(e) {
|
|
374
|
+
do {
|
|
375
|
+
const i = e.dep, r = e.nextDep, d = e.nextSub, l = e.prevSub;
|
|
376
|
+
if (d !== void 0 ? d.prevSub = l : i.subsTail = l, l !== void 0 ? l.nextSub = d : i.subs = d, i.subs === void 0 && "deps" in i) {
|
|
377
|
+
const a = i.flags;
|
|
378
|
+
a & 32 || (i.flags = a | 32);
|
|
379
|
+
const g = i.deps;
|
|
380
|
+
if (g !== void 0) {
|
|
381
|
+
e = g, i.depsTail.nextDep = r, i.deps = void 0, i.depsTail = void 0;
|
|
382
|
+
continue;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
e = r;
|
|
386
|
+
} while (e !== void 0);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
var {
|
|
390
|
+
link: C,
|
|
391
|
+
propagate: N,
|
|
392
|
+
updateDirtyFlag: U,
|
|
393
|
+
startTracking: b,
|
|
394
|
+
endTracking: k,
|
|
395
|
+
processEffectNotifications: P,
|
|
396
|
+
processPendingInnerEffects: _
|
|
397
|
+
} = W({
|
|
398
|
+
updateComputed(t) {
|
|
399
|
+
const o = u;
|
|
400
|
+
u = t, b(t);
|
|
401
|
+
try {
|
|
402
|
+
const n = t.currentValue, s = t.getter(n);
|
|
403
|
+
return n !== s ? (t.currentValue = s, !0) : !1;
|
|
404
|
+
} finally {
|
|
405
|
+
u = o, k(t);
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
notifyEffect(t) {
|
|
409
|
+
return "isScope" in t ? q(t) : H(t);
|
|
410
|
+
}
|
|
411
|
+
}), u;
|
|
412
|
+
function j(t) {
|
|
413
|
+
return O.bind({
|
|
414
|
+
currentValue: t,
|
|
415
|
+
subs: void 0,
|
|
416
|
+
subsTail: void 0
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
function M(t) {
|
|
420
|
+
const o = {
|
|
421
|
+
fn: t,
|
|
422
|
+
subs: void 0,
|
|
423
|
+
subsTail: void 0,
|
|
424
|
+
deps: void 0,
|
|
425
|
+
depsTail: void 0,
|
|
426
|
+
flags: 2
|
|
427
|
+
/* Effect */
|
|
428
|
+
};
|
|
429
|
+
return u !== void 0 && C(o, u), A(o), K.bind(o);
|
|
430
|
+
}
|
|
431
|
+
function A(t) {
|
|
432
|
+
const o = u;
|
|
433
|
+
u = t, b(t);
|
|
434
|
+
try {
|
|
435
|
+
t.fn();
|
|
436
|
+
} finally {
|
|
437
|
+
u = o, k(t);
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
function H(t) {
|
|
441
|
+
const o = t.flags;
|
|
442
|
+
return o & 32 || o & 64 && U(t, o) ? A(t) : _(t, t.flags), !0;
|
|
443
|
+
}
|
|
444
|
+
function q(t) {
|
|
445
|
+
return t.flags & 128 ? (_(t, t.flags), !0) : !1;
|
|
446
|
+
}
|
|
447
|
+
function O(...t) {
|
|
448
|
+
if (t.length) {
|
|
449
|
+
if (this.currentValue !== (this.currentValue = t[0])) {
|
|
450
|
+
const o = this.subs;
|
|
451
|
+
o !== void 0 && (N(o), P());
|
|
452
|
+
}
|
|
453
|
+
} else
|
|
454
|
+
return u !== void 0 && C(this, u), this.currentValue;
|
|
455
|
+
}
|
|
456
|
+
function K() {
|
|
457
|
+
b(this), k(this);
|
|
458
|
+
}
|
|
459
|
+
function G(t) {
|
|
460
|
+
return j(t);
|
|
461
|
+
}
|
|
462
|
+
function V(t) {
|
|
463
|
+
return [y((o) => {
|
|
464
|
+
let n = M(() => {
|
|
465
|
+
t(), o();
|
|
466
|
+
});
|
|
467
|
+
return () => n();
|
|
468
|
+
}, () => t(), () => t()), (o) => {
|
|
469
|
+
t(typeof o == "function" ? o(t()) : o);
|
|
470
|
+
}];
|
|
471
|
+
}
|
|
472
|
+
const X = {
|
|
473
|
+
"editor.remove": "Remove",
|
|
474
|
+
"editor.copy": "Copy",
|
|
475
|
+
"editor.words": "WORDS",
|
|
476
|
+
"editor.characters": "CHARACTERS",
|
|
477
|
+
"editor.default": "Default",
|
|
478
|
+
"editor.recent": "Recently Used",
|
|
479
|
+
"editor.nofill": "No Fill",
|
|
480
|
+
"editor.format": "Format Painter",
|
|
481
|
+
"editor.delete": "Delete",
|
|
482
|
+
"editor.edit": "Edit",
|
|
483
|
+
"editor.settings": "Settings",
|
|
484
|
+
"editor.table_of_content": "Table of Content",
|
|
485
|
+
"editor.draghandle.tooltip": "Modify",
|
|
486
|
+
"editor.copyToClipboard": "CopyToClipboard",
|
|
487
|
+
"editor.slash": "Press '/' for commands",
|
|
488
|
+
"editor.slash.empty": "No Result",
|
|
489
|
+
"editor.slash.format": "Format",
|
|
490
|
+
"editor.slash.insert": "Insert",
|
|
491
|
+
"editor.slash.embed": "Embed Services",
|
|
492
|
+
"editor.content": "Please input content",
|
|
493
|
+
"editor.fontFamily.tooltip": "Font Family",
|
|
494
|
+
"editor.fontFamily.default.tooltip": "Default",
|
|
495
|
+
"editor.moremark": "More Text Styles",
|
|
496
|
+
"editor.size.small.tooltip": "Small",
|
|
497
|
+
"editor.size.medium.tooltip": "Medium",
|
|
498
|
+
"editor.size.large.tooltip": "Cover",
|
|
499
|
+
"editor.bold.tooltip": "Bold",
|
|
500
|
+
"editor.italic.tooltip": "Italic",
|
|
501
|
+
"editor.underline.tooltip": "Underline",
|
|
502
|
+
"editor.strike.tooltip": "Strike",
|
|
503
|
+
"editor.color.tooltip": "Color",
|
|
504
|
+
"editor.color.more": "More Colors",
|
|
505
|
+
"editor.highlight.tooltip": "Highlight",
|
|
506
|
+
"editor.lineheight.tooltip": "Line Height",
|
|
507
|
+
"editor.heading.tooltip": "Headings",
|
|
508
|
+
"editor.heading.h1.tooltip": "Heading 1",
|
|
509
|
+
"editor.heading.h2.tooltip": "Heading 2",
|
|
510
|
+
"editor.heading.h3.tooltip": "Heading 3",
|
|
511
|
+
"editor.heading.h4.tooltip": "Heading 4",
|
|
512
|
+
"editor.heading.h5.tooltip": "Heading 5",
|
|
513
|
+
"editor.heading.h6.tooltip": "Heading 6",
|
|
514
|
+
"editor.paragraph.tooltip": "Paragraph",
|
|
515
|
+
"editor.textalign.tooltip": "Align",
|
|
516
|
+
"editor.textalign.left.tooltip": "Left",
|
|
517
|
+
"editor.textalign.center.tooltip": "Center",
|
|
518
|
+
"editor.textalign.right.tooltip": "Right",
|
|
519
|
+
"editor.textalign.justify.tooltip": "Justify",
|
|
520
|
+
"editor.indent": "Indent",
|
|
521
|
+
"editor.indent.indent": "Increase Indent",
|
|
522
|
+
"editor.indent.outdent": "Decrease Indent",
|
|
523
|
+
"editor.fontSize.tooltip": "Font size",
|
|
524
|
+
"editor.fontSize.default.tooltip": "Default",
|
|
525
|
+
"editor.superscript.tooltip": "Superscript",
|
|
526
|
+
"editor.subscript.tooltip": "Subscript",
|
|
527
|
+
"editor.bulletlist.tooltip": "Bullet List",
|
|
528
|
+
"editor.orderedlist.tooltip": "Ordered List",
|
|
529
|
+
"editor.tasklist.tooltip": "Task List",
|
|
530
|
+
"editor.indent.tooltip": "Indent",
|
|
531
|
+
"editor.outdent.tooltip": "Outdent",
|
|
532
|
+
"editor.columns.tooltip": "Columns",
|
|
533
|
+
"editor.link.tooltip": "Link",
|
|
534
|
+
"editor.link.unlink.tooltip": "UnLink",
|
|
535
|
+
"editor.link.open.tooltip": "Open Link",
|
|
536
|
+
"editor.link.edit.tooltip": "Edit Link",
|
|
537
|
+
"editor.link.dialog.title": "Insert Link",
|
|
538
|
+
"editor.link.dialog.link": "Link",
|
|
539
|
+
"editor.link.dialog.text": "Text",
|
|
540
|
+
"editor.link.dialog.openInNewTab": "Open In New Tab",
|
|
541
|
+
"editor.link.dialog.link.placeholder": "Link Address",
|
|
542
|
+
"editor.link.dialog.text.placeholder": "Add Description",
|
|
543
|
+
"editor.link.dialog.button.apply": "Apply",
|
|
544
|
+
"editor.image.tooltip": "Image",
|
|
545
|
+
"editor.image.dragger.tooltip": "Click or drag the image to the area to upload",
|
|
546
|
+
"editor.image.float.left.tooltip": "Float left",
|
|
547
|
+
"editor.image.float.none.tooltip": "Float none",
|
|
548
|
+
"editor.image.float.right.tooltip": "Float right",
|
|
549
|
+
"editor.image.dialog.title": "Add an image",
|
|
550
|
+
"editor.image.dialog.tab.url": "Url",
|
|
551
|
+
"editor.image.dialog.tab.upload": "Upload",
|
|
552
|
+
"editor.image.dialog.tab.uploadCrop": "Upload & Crop",
|
|
553
|
+
"editor.image.dialog.uploading": "Uploading",
|
|
554
|
+
"editor.link.dialog.inline": "Inline",
|
|
555
|
+
"editor.image.dialog.form.link": "Link",
|
|
556
|
+
"editor.image.dialog.placeholder": "Link",
|
|
557
|
+
"editor.image.dialog.form.alt": "Alt",
|
|
558
|
+
"editor.image.dialog.form.aspectRatio": "Lock original aspect ratio",
|
|
559
|
+
"editor.image.dialog.form.file": "File",
|
|
560
|
+
"editor.image.dialog.button.apply": "Apply",
|
|
561
|
+
"editor.video.tooltip": "Video",
|
|
562
|
+
"editor.video.dialog.tab.upload": "Upload",
|
|
563
|
+
"editor.video.dialog.uploading": "Uploading",
|
|
564
|
+
"editor.video.dialog.title": "Embed or upload a video",
|
|
565
|
+
"editor.video.dialog.link": "Link",
|
|
566
|
+
"editor.video.dialog.placeholder": "Link",
|
|
567
|
+
"editor.video.dialog.button.apply": "Apply",
|
|
568
|
+
"editor.table.tooltip": "Table",
|
|
569
|
+
"editor.table.menu.insert_table": "Insert Table",
|
|
570
|
+
"editor.table.menu.insert_table.with_header_row": "With header row",
|
|
571
|
+
"editor.table.menu.add_column_before": "Add Column Before",
|
|
572
|
+
"editor.table.menu.add_column_after": "Add Column After",
|
|
573
|
+
"editor.table.menu.delete_column": "Delete Column",
|
|
574
|
+
"editor.table.menu.add_row_before": "Add Row Before",
|
|
575
|
+
"editor.table.menu.add_row_after": "Add Row After",
|
|
576
|
+
"editor.table.menu.delete_row": "Delete Row",
|
|
577
|
+
"editor.table.menu.merge_or_split_cells": "Merge Or Split Cells",
|
|
578
|
+
"editor.table.menu.delete_table": "Delete Table",
|
|
579
|
+
"editor.blockquote.tooltip": "Blockquote",
|
|
580
|
+
"editor.horizontalrule.tooltip": "Horizontal Rule",
|
|
581
|
+
"editor.code.tooltip": "Code",
|
|
582
|
+
"editor.codeblock.tooltip": "Code Block",
|
|
583
|
+
"editor.clear.tooltip": "Clear Format",
|
|
584
|
+
"editor.undo.tooltip": "Undo",
|
|
585
|
+
"editor.redo.tooltip": "Redo",
|
|
586
|
+
"editor.fullscreen.tooltip.fullscreen": "Fullscreen",
|
|
587
|
+
"editor.fullscreen.tooltip.exit": "Fullscreen Exit",
|
|
588
|
+
"editor.imageUpload.cancel": "Cancel",
|
|
589
|
+
"editor.imageUpload.crop": "Crop",
|
|
590
|
+
"editor.imageUpload.fileTypeNotSupported": "File type not supported",
|
|
591
|
+
"editor.imageUpload.fileSizeTooBig": "File size too big, Maximum size is",
|
|
592
|
+
"editor.table.menu.insertColumnBefore": "Insert Column Before",
|
|
593
|
+
"editor.table.menu.insertColumnAfter": "Insert Column After",
|
|
594
|
+
"editor.table.menu.deleteColumn": "Delete Column",
|
|
595
|
+
"editor.table.menu.insertRowAbove": "Insert Row Above",
|
|
596
|
+
"editor.table.menu.insertRowBelow": "Insert Row Below",
|
|
597
|
+
"editor.table.menu.deleteRow": "Delete Row",
|
|
598
|
+
"editor.table.menu.mergeCells": "Merge Cells",
|
|
599
|
+
"editor.table.menu.splitCells": "Split Cells",
|
|
600
|
+
"editor.table.menu.deleteTable": "Delete Table",
|
|
601
|
+
"editor.table.menu.setCellsBgColor": "Cell Background Color",
|
|
602
|
+
"editor.emoji.tooltip": "Emoji",
|
|
603
|
+
"editor.iframe.tooltip": "Iframe",
|
|
604
|
+
"editor.searchAndReplace.tooltip": "Search and Replace",
|
|
605
|
+
"editor.search.dialog.text": "Search",
|
|
606
|
+
"editor.replace.dialog.text": "Replace",
|
|
607
|
+
"editor.replaceAll.dialog.text": "Replace All",
|
|
608
|
+
"editor.previous.dialog.text": "Previous",
|
|
609
|
+
"editor.next.dialog.text": "Next",
|
|
610
|
+
no_result_found: "No results found",
|
|
611
|
+
"Smileys & People": "Smileys & People",
|
|
612
|
+
"Animals & Nature": "Animals & Nature",
|
|
613
|
+
"Food & Drink": "Food & Drink",
|
|
614
|
+
Activity: "Activity",
|
|
615
|
+
"Travel & Places": "Travel & Places",
|
|
616
|
+
Object: "Objects",
|
|
617
|
+
Symbol: "Symbols",
|
|
618
|
+
Flags: "Flags",
|
|
619
|
+
"Frequently used": "Frequently used",
|
|
620
|
+
"editor.formula.dialog.text": "Formula",
|
|
621
|
+
"editor.katex.tooltip": "Math Formula",
|
|
622
|
+
"editor.exportPdf.tooltip": "Export PDF",
|
|
623
|
+
"editor.exportWord.tooltip": "Export Word",
|
|
624
|
+
"editor.importWord.tooltip": "Import Word",
|
|
625
|
+
"editor.importWord.limitSize": "File size cannot exceed",
|
|
626
|
+
"editor.importWord.converting": "Converting Word document, please wait...",
|
|
627
|
+
"editor.importWord.convertError": "Error parsing Word document",
|
|
628
|
+
"editor.importWord.importError": "Error importing Word document",
|
|
629
|
+
"editor.textDirection.tooltip": "Text Direction",
|
|
630
|
+
"editor.textDirection.auto.tooltip": "Auto",
|
|
631
|
+
"editor.textDirection.ltr.tooltip": "Left to Right",
|
|
632
|
+
"editor.textDirection.rtl.tooltip": "Right to Left",
|
|
633
|
+
"editor.attachment.tooltip": "Attachment",
|
|
634
|
+
"editor.attachment.uploading": "Uploading",
|
|
635
|
+
"editor.attachment.please_upload": "Please upload the file",
|
|
636
|
+
"editor.imageGif.tooltip": "Gif",
|
|
637
|
+
"editor.replace.caseSensitive": "Case Sensitive",
|
|
638
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
639
|
+
"editor.twitter.tooltip": "Twitter",
|
|
640
|
+
"editor.tooltip.flipX": "Flip Horizontal",
|
|
641
|
+
"editor.tooltip.flipY": "Flip Vertical"
|
|
642
|
+
}, $ = {
|
|
643
|
+
"editor.remove": "Remover",
|
|
644
|
+
"editor.copy": "Copiar",
|
|
645
|
+
"editor.words": "PALAVRAS",
|
|
646
|
+
"editor.characters": "CARACTERES",
|
|
647
|
+
"editor.default": "Padrão",
|
|
648
|
+
"editor.recent": "Usado recentemente",
|
|
649
|
+
"editor.nofill": "Sem preenchimento",
|
|
650
|
+
"editor.format": "Format Painter",
|
|
651
|
+
"editor.delete": "Deletar",
|
|
652
|
+
"editor.edit": "Editar",
|
|
653
|
+
"editor.settings": "Configurações",
|
|
654
|
+
"editor.table_of_content": "Tabela de conteúdos",
|
|
655
|
+
"editor.draghandle.tooltip": "Modificar",
|
|
656
|
+
"editor.copyToClipboard": "Copiar para a área de transferência",
|
|
657
|
+
"editor.slash": "Pressione '/' para comandos",
|
|
658
|
+
"editor.slash.empty": "Nenhum resultado",
|
|
659
|
+
"editor.slash.format": "Formato",
|
|
660
|
+
"editor.slash.insert": "Inserir",
|
|
661
|
+
"editor.slash.embed": "Incorporar serviços",
|
|
662
|
+
"editor.content": "Por favor, insira o conteúdo",
|
|
663
|
+
"editor.fontFamily.tooltip": "Fonte",
|
|
664
|
+
"editor.fontFamily.default.tooltip": "Padrão",
|
|
665
|
+
"editor.moremark": "Mais estilos de texto",
|
|
666
|
+
"editor.size.small.tooltip": "Pequeno",
|
|
667
|
+
"editor.size.medium.tooltip": "Médio",
|
|
668
|
+
"editor.size.large.tooltip": "Grande",
|
|
669
|
+
"editor.bold.tooltip": "Negrito",
|
|
670
|
+
"editor.italic.tooltip": "Itálico",
|
|
671
|
+
"editor.underline.tooltip": "Sublinhado",
|
|
672
|
+
"editor.strike.tooltip": "Riscado",
|
|
673
|
+
"editor.color.tooltip": "Cor",
|
|
674
|
+
"editor.color.more": "Mais cores",
|
|
675
|
+
"editor.highlight.tooltip": "Destaque",
|
|
676
|
+
"editor.lineheight.tooltip": "Altura da linha",
|
|
677
|
+
"editor.heading.tooltip": "Cabeçalhos",
|
|
678
|
+
"editor.heading.h1.tooltip": "Cabeçalho 1",
|
|
679
|
+
"editor.heading.h2.tooltip": "Cabeçalho 2",
|
|
680
|
+
"editor.heading.h3.tooltip": "Cabeçalho 3",
|
|
681
|
+
"editor.heading.h4.tooltip": "Cabeçalho 4",
|
|
682
|
+
"editor.heading.h5.tooltip": "Cabeçalho 5",
|
|
683
|
+
"editor.heading.h6.tooltip": "Cabeçalho 6",
|
|
684
|
+
"editor.paragraph.tooltip": "Parágrafo",
|
|
685
|
+
"editor.textalign.tooltip": "Alinhar",
|
|
686
|
+
"editor.textalign.left.tooltip": "Esquerda",
|
|
687
|
+
"editor.textalign.center.tooltip": "Centro",
|
|
688
|
+
"editor.textalign.right.tooltip": "Direita",
|
|
689
|
+
"editor.textalign.justify.tooltip": "Justificar",
|
|
690
|
+
"editor.indent": "Recuo",
|
|
691
|
+
"editor.indent.indent": "Aumentar recuo",
|
|
692
|
+
"editor.indent.outdent": "Diminuir recuo",
|
|
693
|
+
"editor.fontSize.tooltip": "Tamanho da fonte",
|
|
694
|
+
"editor.fontSize.default.tooltip": "Padrão",
|
|
695
|
+
"editor.superscript.tooltip": "Sobrescrito",
|
|
696
|
+
"editor.subscript.tooltip": "Subscrito",
|
|
697
|
+
"editor.bulletlist.tooltip": "Lista de marcadores",
|
|
698
|
+
"editor.orderedlist.tooltip": "Lista numerada",
|
|
699
|
+
"editor.tasklist.tooltip": "Lista de tarefas",
|
|
700
|
+
"editor.indent.tooltip": "Recuo",
|
|
701
|
+
"editor.outdent.tooltip": "Diminuir recuo",
|
|
702
|
+
"editor.columns.tooltip": "Colunas",
|
|
703
|
+
"editor.link.tooltip": "Link",
|
|
704
|
+
"editor.link.unlink.tooltip": "Desvincular",
|
|
705
|
+
"editor.link.open.tooltip": "Abrir link",
|
|
706
|
+
"editor.link.edit.tooltip": "Editar link",
|
|
707
|
+
"editor.link.dialog.title": "Inserir link",
|
|
708
|
+
"editor.link.dialog.link": "Link",
|
|
709
|
+
"editor.link.dialog.text": "Texto",
|
|
710
|
+
"editor.link.dialog.openInNewTab": "Abrir em nova guia",
|
|
711
|
+
"editor.link.dialog.link.placeholder": "Endereço do link",
|
|
712
|
+
"editor.link.dialog.text.placeholder": "Texto do link",
|
|
713
|
+
"editor.link.dialog.button.apply": "Aplicar",
|
|
714
|
+
"editor.image.tooltip": "Imagem",
|
|
715
|
+
"editor.image.dragger.tooltip": "Clique ou arraste a imagem para a área de upload",
|
|
716
|
+
"editor.image.float.left.tooltip": "Flutuar à esquerda",
|
|
717
|
+
"editor.image.float.none.tooltip": "Nenhum flutuante",
|
|
718
|
+
"editor.image.float.right.tooltip": "Flutuar à direita",
|
|
719
|
+
"editor.image.dialog.title": "Adicionar uma imagem",
|
|
720
|
+
"editor.image.dialog.tab.url": "Url",
|
|
721
|
+
"editor.image.dialog.tab.upload": "Enviar",
|
|
722
|
+
"editor.link.dialog.inline": "Inline",
|
|
723
|
+
"editor.image.dialog.tab.uploadCrop": "Enviar e cortar",
|
|
724
|
+
"editor.image.dialog.uploading": "Enviando",
|
|
725
|
+
"editor.image.dialog.form.link": "Link",
|
|
726
|
+
"editor.image.dialog.placeholder": "Link",
|
|
727
|
+
"editor.image.dialog.form.alt": "Alt",
|
|
728
|
+
"editor.image.dialog.form.aspectRatio": "Bloquear proporção original",
|
|
729
|
+
"editor.image.dialog.form.file": "Arquivo",
|
|
730
|
+
"editor.image.dialog.button.apply": "Aplicar",
|
|
731
|
+
"editor.video.tooltip": "Vídeo",
|
|
732
|
+
"editor.video.dialog.tab.upload": "Enviar",
|
|
733
|
+
"editor.video.dialog.uploading": "Enviando",
|
|
734
|
+
"editor.video.dialog.title": "Incorporar ou enviar um vídeo",
|
|
735
|
+
"editor.video.dialog.link": "Link",
|
|
736
|
+
"editor.video.dialog.placeholder": "Link",
|
|
737
|
+
"editor.video.dialog.button.apply": "Aplicar",
|
|
738
|
+
"editor.table.tooltip": "Tabela",
|
|
739
|
+
"editor.table.menu.insert_table": "Inserir tabela",
|
|
740
|
+
"editor.table.menu.insert_table.with_header_row": "Com linha de cabeçalho",
|
|
741
|
+
"editor.table.menu.add_column_before": "Adicionar coluna antes",
|
|
742
|
+
"editor.table.menu.add_column_after": "Adicionar coluna depois",
|
|
743
|
+
"editor.table.menu.delete_column": "Excluir coluna",
|
|
744
|
+
"editor.table.menu.add_row_before": "Adicionar linha antes",
|
|
745
|
+
"editor.table.menu.add_row_after": "Adicionar linha depois",
|
|
746
|
+
"editor.table.menu.delete_row": "Deletar linha",
|
|
747
|
+
"editor.table.menu.merge_or_split_cells": "Mesclar ou dividir células",
|
|
748
|
+
"editor.table.menu.delete_table": "Deletar tabela",
|
|
749
|
+
"editor.blockquote.tooltip": "Citação",
|
|
750
|
+
"editor.horizontalrule.tooltip": "Regra horizontal",
|
|
751
|
+
"editor.code.tooltip": "Código",
|
|
752
|
+
"editor.codeblock.tooltip": "Bloco de código",
|
|
753
|
+
"editor.clear.tooltip": "Limpar formato",
|
|
754
|
+
"editor.undo.tooltip": "Desfazer",
|
|
755
|
+
"editor.redo.tooltip": "Refazer",
|
|
756
|
+
"editor.fullscreen.tooltip.fullscreen": "Tela cheia",
|
|
757
|
+
"editor.fullscreen.tooltip.exit": "Sair da tela cheia",
|
|
758
|
+
"editor.imageUpload.cancel": "Cancelar",
|
|
759
|
+
"editor.imageUpload.crop": "Cortar",
|
|
760
|
+
"editor.imageUpload.fileTypeNotSupported": "Tipo de arquivo não suportado",
|
|
761
|
+
"editor.imageUpload.fileSizeTooBig": "Tamanho do arquivo muito grande, tamanho máximo é",
|
|
762
|
+
"editor.table.menu.insertColumnBefore": "Inserir coluna antes",
|
|
763
|
+
"editor.table.menu.insertColumnAfter": "Inserir coluna depois",
|
|
764
|
+
"editor.table.menu.deleteColumn": "Excluir coluna",
|
|
765
|
+
"editor.table.menu.insertRowAbove": "Inserir linha acima",
|
|
766
|
+
"editor.table.menu.insertRowBelow": "Inserir linha abaixo",
|
|
767
|
+
"editor.table.menu.deleteRow": "Deletar linha",
|
|
768
|
+
"editor.table.menu.mergeCells": "Mesclar células",
|
|
769
|
+
"editor.table.menu.splitCells": "Dividir células",
|
|
770
|
+
"editor.table.menu.deleteTable": "Deletar tabela",
|
|
771
|
+
"editor.table.menu.setCellsBgColor": "Cor de fundo da célula",
|
|
772
|
+
"editor.emoji.tooltip": "Emoji",
|
|
773
|
+
"editor.iframe.tooltip": "Iframe",
|
|
774
|
+
"editor.searchAndReplace.tooltip": "Pesquisar e substituir",
|
|
775
|
+
"editor.search.dialog.text": "Pesquisar",
|
|
776
|
+
"editor.replace.dialog.text": "Substituir",
|
|
777
|
+
"editor.replaceAll.dialog.text": "Substituir tudo",
|
|
778
|
+
"editor.previous.dialog.text": "Anterior",
|
|
779
|
+
"editor.next.dialog.text": "Próximo",
|
|
780
|
+
no_result_found: "Nenhum resultado encontrado",
|
|
781
|
+
"Smileys & People": "Emoticons & Pessoas",
|
|
782
|
+
"Animals & Nature": "Animais & Natureza",
|
|
783
|
+
"Food & Drink": "Comida & Bebida",
|
|
784
|
+
Activity: "Atividade",
|
|
785
|
+
"Travel & Places": "Viagem & Lugares",
|
|
786
|
+
Object: "Objetos",
|
|
787
|
+
Symbol: "Símbolos",
|
|
788
|
+
Flags: "Bandeiras",
|
|
789
|
+
"Frequently used": "Frequentemente usado",
|
|
790
|
+
"editor.formula.dialog.text": "Fórmula",
|
|
791
|
+
"editor.katex.tooltip": "Fórmula matemática",
|
|
792
|
+
"editor.exportPdf.tooltip": "Exportar PDF",
|
|
793
|
+
"editor.exportWord.tooltip": "Exportar Word",
|
|
794
|
+
"editor.importWord.tooltip": "Importar Word",
|
|
795
|
+
"editor.importWord.limitSize": "O tamanho do arquivo não pode exceder",
|
|
796
|
+
"editor.importWord.converting": "Convertendo documento do Word, aguarde...",
|
|
797
|
+
"editor.importWord.convertError": "Erro ao analisar documento do Word",
|
|
798
|
+
"editor.importWord.importError": "Erro ao importar documento do Word",
|
|
799
|
+
"editor.textDirection.tooltip": "Direção do texto",
|
|
800
|
+
"editor.textDirection.auto.tooltip": "Automático",
|
|
801
|
+
"editor.textDirection.ltr.tooltip": "Esquerda para Direita",
|
|
802
|
+
"editor.textDirection.rtl.tooltip": "Direita para Esquerda",
|
|
803
|
+
"editor.attachment.tooltip": "Anexo",
|
|
804
|
+
"editor.attachment.uploading": "Enviando",
|
|
805
|
+
"editor.attachment.please_upload": "Por favor, envie o arquivo",
|
|
806
|
+
"editor.imageGif.tooltip": "Gif",
|
|
807
|
+
"editor.replace.caseSensitive": "Sensível a maiúsculas e minúsculas",
|
|
808
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
809
|
+
"editor.twitter.tooltip": "Twitter",
|
|
810
|
+
"editor.tooltip.flipX": "Inverter Horizontal",
|
|
811
|
+
"editor.tooltip.flipY": "Inverter Vertical"
|
|
812
|
+
}, Y = {
|
|
813
|
+
"editor.remove": "Xóa",
|
|
814
|
+
"editor.copy": "Sao chép",
|
|
815
|
+
"editor.words": "TỪ",
|
|
816
|
+
"editor.characters": "KÝ TỰ",
|
|
817
|
+
"editor.default": "Mặc định",
|
|
818
|
+
"editor.recent": "Đã sử dụng gần đây",
|
|
819
|
+
"editor.nofill": "Không tô",
|
|
820
|
+
"editor.format": "Format Painter",
|
|
821
|
+
"editor.delete": "Xóa",
|
|
822
|
+
"editor.edit": "Chỉnh sửa",
|
|
823
|
+
"editor.settings": "Cài đặt",
|
|
824
|
+
"editor.table_of_content": "Mục lục",
|
|
825
|
+
"editor.draghandle.tooltip": "Sửa đổi",
|
|
826
|
+
"editor.copyToClipboard": "CopyToClipboard",
|
|
827
|
+
"editor.slash": "Nhấn '/' để biết lệnh",
|
|
828
|
+
"editor.slash.empty": "Không có kết quả",
|
|
829
|
+
"editor.slash.format": "Định dạng",
|
|
830
|
+
"editor.slash.insert": "Chèn",
|
|
831
|
+
"editor.slash.embed": "Dịch vụ nhúng",
|
|
832
|
+
"editor.content": "Vui lòng nhập nội dung",
|
|
833
|
+
"editor.moremark": "Nhiều kiểu văn bản hơn",
|
|
834
|
+
"editor.size.small.tooltip": "Nhỏ",
|
|
835
|
+
"editor.fontFamily.tooltip": "Phông chữ",
|
|
836
|
+
"editor.fontFamily.default.tooltip": "Mặc định",
|
|
837
|
+
"editor.size.medium.tooltip": "Trung bình",
|
|
838
|
+
"editor.size.large.tooltip": "Lớn",
|
|
839
|
+
"editor.bold.tooltip": "Đậm",
|
|
840
|
+
"editor.italic.tooltip": "In nghiêng",
|
|
841
|
+
"editor.underline.tooltip": "Gạch chân",
|
|
842
|
+
"editor.strike.tooltip": "Gạch",
|
|
843
|
+
"editor.color.tooltip": "Màu",
|
|
844
|
+
"editor.color.more": "Nhiều màu hơn",
|
|
845
|
+
"editor.highlight.tooltip": "Đánh dấu",
|
|
846
|
+
"editor.lineheight.tooltip": "Chiều cao dòng",
|
|
847
|
+
"editor.heading.tooltip": "Tiêu đề",
|
|
848
|
+
"editor.heading.h1.tooltip": "Tiêu đề 1",
|
|
849
|
+
"editor.heading.h2.tooltip": "Tiêu đề 2",
|
|
850
|
+
"editor.heading.h3.tooltip": "Tiêu đề 3",
|
|
851
|
+
"editor.heading.h4.tooltip": "Tiêu đề 4",
|
|
852
|
+
"editor.heading.h5.tooltip": "Tiêu đề 5",
|
|
853
|
+
"editor.heading.h6.tooltip": "Tiêu đề 6",
|
|
854
|
+
"editor.paragraph.tooltip": "Đoạn văn",
|
|
855
|
+
"editor.textalign.tooltip": "Căn chỉnh",
|
|
856
|
+
"editor.textalign.left.tooltip": "Trái",
|
|
857
|
+
"editor.textalign.center.tooltip": "Giữa",
|
|
858
|
+
"editor.textalign.right.tooltip": "Phải",
|
|
859
|
+
"editor.textalign.justify.tooltip": "Căn đều",
|
|
860
|
+
"editor.indent": "Thụt lề",
|
|
861
|
+
"editor.indent.indent": "Tăng thụt lề",
|
|
862
|
+
"editor.indent.outdent": "Giảm thụt lề",
|
|
863
|
+
"editor.fontSize.tooltip": "Kích thước phông chữ",
|
|
864
|
+
"editor.fontSize.default.tooltip": "Mặc định",
|
|
865
|
+
"editor.superscript.tooltip": "Chỉ số trên",
|
|
866
|
+
"editor.subscript.tooltip": "Chỉ số dưới",
|
|
867
|
+
"editor.bulletlist.tooltip": "Danh sách dấu đầu dòng",
|
|
868
|
+
"editor.orderedlist.tooltip": "Danh sách có thứ tự",
|
|
869
|
+
"editor.tasklist.tooltip": "Danh sách tác vụ",
|
|
870
|
+
"editor.indent.tooltip": "Tăng thụt lề",
|
|
871
|
+
"editor.outdent.tooltip": "Giảm thụt lề",
|
|
872
|
+
"editor.columns.tooltip": "Cột",
|
|
873
|
+
"editor.link.tooltip": "Liên kết",
|
|
874
|
+
"editor.link.unlink.tooltip": "Hủy liên kết",
|
|
875
|
+
"editor.link.open.tooltip": "Mở liên kết",
|
|
876
|
+
"editor.link.edit.tooltip": "Chỉnh sửa liên kết",
|
|
877
|
+
"editor.link.dialog.title": "Chèn liên kết",
|
|
878
|
+
"editor.link.dialog.link": "Liên kết",
|
|
879
|
+
"editor.link.dialog.text": "Văn bản",
|
|
880
|
+
"editor.link.dialog.openInNewTab": "Mở trong tab mới",
|
|
881
|
+
"editor.link.dialog.link.placeholder": "Địa chỉ liên kết",
|
|
882
|
+
"editor.link.dialog.text.placeholder": "Thêm mô tả",
|
|
883
|
+
"editor.link.dialog.button.apply": "Áp dụng",
|
|
884
|
+
"editor.image.tooltip": "Hình ảnh",
|
|
885
|
+
"editor.image.dragger.tooltip": "Nhấp hoặc kéo hình ảnh đến khu vực để tải lên",
|
|
886
|
+
"editor.image.float.left.tooltip": "Trôi sang trái",
|
|
887
|
+
"editor.image.float.none.tooltip": "Trôi không",
|
|
888
|
+
"editor.image.float.right.tooltip": "Trôi sang phải",
|
|
889
|
+
"editor.image.dialog.title": "Thêm hình ảnh",
|
|
890
|
+
"editor.image.dialog.tab.url": "Url",
|
|
891
|
+
"editor.image.dialog.tab.upload": "Tải lên",
|
|
892
|
+
"editor.link.dialog.inline": "Inline",
|
|
893
|
+
"editor.image.dialog.tab.uploadCrop": "Tải lên & Cắt",
|
|
894
|
+
"editor.image.dialog.uploading": "Đang tải lên",
|
|
895
|
+
"editor.image.dialog.form.link": "Liên kết",
|
|
896
|
+
"editor.image.dialog.placeholder": "Liên kết",
|
|
897
|
+
"editor.image.dialog.form.alt": "Alt",
|
|
898
|
+
"editor.image.dialog.form.aspectRatio": "Khóa tỷ lệ khung hình gốc",
|
|
899
|
+
"editor.image.dialog.form.file": "Tệp",
|
|
900
|
+
"editor.image.dialog.button.apply": "Áp dụng",
|
|
901
|
+
"editor.video.tooltip": "Video",
|
|
902
|
+
"editor.video.dialog.tab.upload": "Tải lên",
|
|
903
|
+
"editor.video.dialog.uploading": "Đang tải lên",
|
|
904
|
+
"editor.video.dialog.title": "Nhúng hoặc tải lên video",
|
|
905
|
+
"editor.video.dialog.link": "Liên kết",
|
|
906
|
+
"editor.video.dialog.placeholder": "Liên kết",
|
|
907
|
+
"editor.video.dialog.button.apply": "Áp dụng",
|
|
908
|
+
"editor.table.tooltip": "Bảng",
|
|
909
|
+
"editor.table.menu.insert_table": "Chèn Bảng",
|
|
910
|
+
"editor.table.menu.insert_table.with_header_row": "Có hàng tiêu đề",
|
|
911
|
+
"editor.table.menu.add_column_before": "Thêm Cột Trước",
|
|
912
|
+
"editor.table.menu.add_column_after": "Thêm Cột Sau",
|
|
913
|
+
"editor.table.menu.delete_column": "Xóa Cột",
|
|
914
|
+
"editor.table.menu.add_row_before": "Thêm Hàng Trước",
|
|
915
|
+
"editor.table.menu.add_row_after": "Thêm Hàng Sau",
|
|
916
|
+
"editor.table.menu.delete_row": "Xóa Hàng",
|
|
917
|
+
"editor.table.menu.merge_or_split_cells": "Gộp Hoặc Tách Ô",
|
|
918
|
+
"editor.table.menu.delete_table": "Xóa Bảng",
|
|
919
|
+
"editor.blockquote.tooltip": "Blockquote",
|
|
920
|
+
"editor.horizontalrule.tooltip": "Quy tắc ngang",
|
|
921
|
+
"editor.code.tooltip": "Mã",
|
|
922
|
+
"editor.codeblock.tooltip": "Khối mã",
|
|
923
|
+
"editor.clear.tooltip": "Xóa định dạng",
|
|
924
|
+
"editor.undo.tooltip": "Hoàn tác",
|
|
925
|
+
"editor.redo.tooltip": "Làm lại",
|
|
926
|
+
"editor.fullscreen.tooltip.fullscreen": "Toàn màn hình",
|
|
927
|
+
"editor.fullscreen.tooltip.exit": "Thoát toàn màn hình",
|
|
928
|
+
"editor.imageUpload.cancel": "Hủy",
|
|
929
|
+
"editor.imageUpload.crop": "Cắt",
|
|
930
|
+
"editor.imageUpload.fileTypeNotSupported": "Loại tệp không được hỗ trợ",
|
|
931
|
+
"editor.imageUpload.fileSizeTooBig": "Kích thước tệp quá lớn, Kích thước tối đa là",
|
|
932
|
+
"editor.table.menu.insertColumnBefore": "Chèn cột trước",
|
|
933
|
+
"editor.table.menu.insertColumnAfter": "Chèn cột sau",
|
|
934
|
+
"editor.table.menu.deleteColumn": "Xóa cột",
|
|
935
|
+
"editor.table.menu.insertRowAbove": "Chèn hàng ở trên",
|
|
936
|
+
"editor.table.menu.insertRowBelow": "Chèn hàng ở dưới",
|
|
937
|
+
"editor.table.menu.deleteRow": "Xóa hàng",
|
|
938
|
+
"editor.table.menu.mergeCells": "Gộp các ô",
|
|
939
|
+
"editor.table.menu.splitCells": "Chia ô",
|
|
940
|
+
"editor.table.menu.deleteTable": "Xóa bảng",
|
|
941
|
+
"editor.table.menu.setCellsBgColor": "Màu nền ô",
|
|
942
|
+
"editor.emoji.tooltip": "Biểu tượng",
|
|
943
|
+
"editor.iframe.tooltip": "Iframe",
|
|
944
|
+
"editor.searchAndReplace.tooltip": "Tìm kiếm và thay thế",
|
|
945
|
+
"editor.search.dialog.text": "Tìm kiếm",
|
|
946
|
+
"editor.replace.dialog.text": "Thay thế",
|
|
947
|
+
"editor.replaceAll.dialog.text": "Thay thế tất cả",
|
|
948
|
+
"editor.previous.dialog.text": "Trước",
|
|
949
|
+
"editor.next.dialog.text": "Tiếp theo",
|
|
950
|
+
no_result_found: "Không tìm thấy kết quả",
|
|
951
|
+
"Smileys & People": "Cười & Mọi người",
|
|
952
|
+
"Animals & Nature": "Động vật & Thiên nhiên",
|
|
953
|
+
"Food & Drink": "Thức ăn & Đồ uống",
|
|
954
|
+
Activity: "Hoạt động",
|
|
955
|
+
"Travel & Places": "Du lịch & Địa điểm",
|
|
956
|
+
Object: "Vật",
|
|
957
|
+
Symbol: "Ký hiệu",
|
|
958
|
+
Flags: "Cờ",
|
|
959
|
+
"Frequently used": "Thường xuyên sử dụng",
|
|
960
|
+
"editor.formula.dialog.text": "Công thức",
|
|
961
|
+
"editor.katex.tooltip": "Công thức toán học",
|
|
962
|
+
"editor.exportPdf.tooltip": "Xuất PDF",
|
|
963
|
+
"editor.exportWord.tooltip": "Xuất Word",
|
|
964
|
+
"editor.importWord.tooltip": "Nhập Word",
|
|
965
|
+
"editor.importWord.limitSize": "Kích thước tệp không được vượt quá",
|
|
966
|
+
"editor.importWord.converting": "Đang chuyển đổi tài liệu Word, vui lòng đợi...",
|
|
967
|
+
"editor.importWord.convertError": "Lỗi khi phân tích tài liệu Word",
|
|
968
|
+
"editor.importWord.importError": "Lỗi khi nhập tài liệu Word",
|
|
969
|
+
"editor.textDirection.tooltip": "Hướng văn bản",
|
|
970
|
+
"editor.textDirection.auto.tooltip": "Tự động",
|
|
971
|
+
"editor.textDirection.ltr.tooltip": "Trái sang Phải",
|
|
972
|
+
"editor.textDirection.rtl.tooltip": "Phải sang Trái",
|
|
973
|
+
"editor.attachment.tooltip": "Đính kèm",
|
|
974
|
+
"editor.attachment.uploading": "Đang tải lên",
|
|
975
|
+
"editor.attachment.please_upload": "Vui lòng tải lên tệp",
|
|
976
|
+
"editor.imageGif.tooltip": "Gif",
|
|
977
|
+
"editor.replace.caseSensitive": "Phân biệt chữ hoa chữ thường",
|
|
978
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
979
|
+
"editor.twitter.tooltip": "Twitter",
|
|
980
|
+
"editor.tooltip.flipX": "Lật Ngang",
|
|
981
|
+
"editor.tooltip.flipY": "Lật Dọc"
|
|
982
|
+
}, J = {
|
|
983
|
+
"editor.remove": "移除",
|
|
984
|
+
"editor.copy": "复制",
|
|
985
|
+
"editor.words": "字数",
|
|
986
|
+
"editor.characters": "字符数",
|
|
987
|
+
"editor.default": "默认",
|
|
988
|
+
"editor.recent": "最近使用",
|
|
989
|
+
"editor.nofill": "无填充",
|
|
990
|
+
"editor.format": "格式刷",
|
|
991
|
+
"editor.delete": "删除",
|
|
992
|
+
"editor.edit": "编辑",
|
|
993
|
+
"editor.settings": "设置",
|
|
994
|
+
"editor.table_of_content": "目录",
|
|
995
|
+
"editor.draghandle.tooltip": "修改",
|
|
996
|
+
"editor.copyToClipboard": "复制到剪贴板",
|
|
997
|
+
"editor.slash": "按 '/' 使用命令",
|
|
998
|
+
"editor.slash.empty": "无结果",
|
|
999
|
+
"editor.slash.format": "格式",
|
|
1000
|
+
"editor.slash.insert": "插入",
|
|
1001
|
+
"editor.slash.embed": "嵌入服务",
|
|
1002
|
+
"editor.content": "请输入内容",
|
|
1003
|
+
"editor.fontFamily.tooltip": "字体",
|
|
1004
|
+
"editor.fontFamily.default.tooltip": "默认",
|
|
1005
|
+
"editor.moremark": "更多文本样式",
|
|
1006
|
+
"editor.size.small.tooltip": "小",
|
|
1007
|
+
"editor.size.medium.tooltip": "中",
|
|
1008
|
+
"editor.size.large.tooltip": "封面",
|
|
1009
|
+
"editor.bold.tooltip": "粗体",
|
|
1010
|
+
"editor.italic.tooltip": "斜体",
|
|
1011
|
+
"editor.underline.tooltip": "下划线",
|
|
1012
|
+
"editor.strike.tooltip": "删除线",
|
|
1013
|
+
"editor.color.tooltip": "颜色",
|
|
1014
|
+
"editor.color.more": "更多颜色",
|
|
1015
|
+
"editor.highlight.tooltip": "高亮",
|
|
1016
|
+
"editor.lineheight.tooltip": "行高",
|
|
1017
|
+
"editor.heading.tooltip": "标题",
|
|
1018
|
+
"editor.heading.h1.tooltip": "标题 1",
|
|
1019
|
+
"editor.heading.h2.tooltip": "标题 2",
|
|
1020
|
+
"editor.heading.h3.tooltip": "标题 3",
|
|
1021
|
+
"editor.heading.h4.tooltip": "标题 4",
|
|
1022
|
+
"editor.heading.h5.tooltip": "标题 5",
|
|
1023
|
+
"editor.heading.h6.tooltip": "标题 6",
|
|
1024
|
+
"editor.paragraph.tooltip": "段落",
|
|
1025
|
+
"editor.textalign.tooltip": "对齐",
|
|
1026
|
+
"editor.textalign.left.tooltip": "左对齐",
|
|
1027
|
+
"editor.textalign.center.tooltip": "居中",
|
|
1028
|
+
"editor.textalign.right.tooltip": "右对齐",
|
|
1029
|
+
"editor.textalign.justify.tooltip": "两端对齐",
|
|
1030
|
+
"editor.indent": "缩进",
|
|
1031
|
+
"editor.indent.indent": "增加缩进",
|
|
1032
|
+
"editor.indent.outdent": "减少缩进",
|
|
1033
|
+
"editor.fontSize.tooltip": "字号",
|
|
1034
|
+
"editor.fontSize.default.tooltip": "默认",
|
|
1035
|
+
"editor.superscript.tooltip": "上标",
|
|
1036
|
+
"editor.subscript.tooltip": "下标",
|
|
1037
|
+
"editor.bulletlist.tooltip": "无序列表",
|
|
1038
|
+
"editor.orderedlist.tooltip": "有序列表",
|
|
1039
|
+
"editor.tasklist.tooltip": "任务列表",
|
|
1040
|
+
"editor.indent.tooltip": "缩进",
|
|
1041
|
+
"editor.outdent.tooltip": "减少缩进",
|
|
1042
|
+
"editor.columns.tooltip": "列",
|
|
1043
|
+
"editor.link.tooltip": "链接",
|
|
1044
|
+
"editor.link.unlink.tooltip": "取消链接",
|
|
1045
|
+
"editor.link.open.tooltip": "打开链接",
|
|
1046
|
+
"editor.link.edit.tooltip": "编辑链接",
|
|
1047
|
+
"editor.link.dialog.title": "插入链接",
|
|
1048
|
+
"editor.link.dialog.link": "链接",
|
|
1049
|
+
"editor.link.dialog.text": "文本",
|
|
1050
|
+
"editor.link.dialog.openInNewTab": "在新标签页中打开",
|
|
1051
|
+
"editor.link.dialog.link.placeholder": "链接地址",
|
|
1052
|
+
"editor.link.dialog.text.placeholder": "添加描述",
|
|
1053
|
+
"editor.link.dialog.button.apply": "应用",
|
|
1054
|
+
"editor.image.tooltip": "图片",
|
|
1055
|
+
"editor.image.dragger.tooltip": "点击或拖拽图片到此区域上传",
|
|
1056
|
+
"editor.image.float.left.tooltip": "左浮动",
|
|
1057
|
+
"editor.image.float.none.tooltip": "无浮动",
|
|
1058
|
+
"editor.image.float.right.tooltip": "右浮动",
|
|
1059
|
+
"editor.image.dialog.title": "添加图片",
|
|
1060
|
+
"editor.image.dialog.tab.url": "链接",
|
|
1061
|
+
"editor.image.dialog.tab.upload": "上传",
|
|
1062
|
+
"editor.link.dialog.inline": "行内嵌入图片",
|
|
1063
|
+
"editor.image.dialog.uploading": "上传中",
|
|
1064
|
+
"editor.image.dialog.form.link": "链接",
|
|
1065
|
+
"editor.image.dialog.placeholder": "链接",
|
|
1066
|
+
"editor.image.dialog.form.alt": "替代文本",
|
|
1067
|
+
"editor.image.dialog.form.aspectRatio": "锁定原始宽高比",
|
|
1068
|
+
"editor.image.dialog.form.file": "文件",
|
|
1069
|
+
"editor.image.dialog.button.apply": "应用",
|
|
1070
|
+
"editor.video.tooltip": "视频",
|
|
1071
|
+
"editor.video.dialog.tab.upload": "上传",
|
|
1072
|
+
"editor.image.dialog.tab.uploadCrop": "上传并裁剪",
|
|
1073
|
+
"editor.video.dialog.uploading": "上传中",
|
|
1074
|
+
"editor.video.dialog.title": "嵌入或上传视频",
|
|
1075
|
+
"editor.video.dialog.link": "链接",
|
|
1076
|
+
"editor.video.dialog.placeholder": "链接",
|
|
1077
|
+
"editor.video.dialog.button.apply": "应用",
|
|
1078
|
+
"editor.table.tooltip": "表格",
|
|
1079
|
+
"editor.table.menu.insert_table": "插入表格",
|
|
1080
|
+
"editor.table.menu.insert_table.with_header_row": "带标题行",
|
|
1081
|
+
"editor.table.menu.add_column_before": "在前面插入列",
|
|
1082
|
+
"editor.table.menu.add_column_after": "在后面插入列",
|
|
1083
|
+
"editor.table.menu.delete_column": "删除列",
|
|
1084
|
+
"editor.table.menu.add_row_before": "在上方插入行",
|
|
1085
|
+
"editor.table.menu.add_row_after": "在下方插入行",
|
|
1086
|
+
"editor.table.menu.delete_row": "删除行",
|
|
1087
|
+
"editor.table.menu.merge_or_split_cells": "合并或拆分单元格",
|
|
1088
|
+
"editor.table.menu.delete_table": "删除表格",
|
|
1089
|
+
"editor.blockquote.tooltip": "引用",
|
|
1090
|
+
"editor.horizontalrule.tooltip": "水平线",
|
|
1091
|
+
"editor.code.tooltip": "代码",
|
|
1092
|
+
"editor.codeblock.tooltip": "代码块",
|
|
1093
|
+
"editor.clear.tooltip": "清除格式",
|
|
1094
|
+
"editor.undo.tooltip": "撤销",
|
|
1095
|
+
"editor.redo.tooltip": "重做",
|
|
1096
|
+
"editor.fullscreen.tooltip.fullscreen": "全屏",
|
|
1097
|
+
"editor.fullscreen.tooltip.exit": "退出全屏",
|
|
1098
|
+
"editor.imageUpload.cancel": "取消",
|
|
1099
|
+
"editor.imageUpload.crop": "裁剪",
|
|
1100
|
+
"editor.imageUpload.fileTypeNotSupported": "不支持的文件类型",
|
|
1101
|
+
"editor.imageUpload.fileSizeTooBig": "文件大小超出限制,最大大小为",
|
|
1102
|
+
"editor.table.menu.insertColumnBefore": "在前面插入列",
|
|
1103
|
+
"editor.table.menu.insertColumnAfter": "在后面插入列",
|
|
1104
|
+
"editor.table.menu.deleteColumn": "删除列",
|
|
1105
|
+
"editor.table.menu.insertRowAbove": "在上方插入行",
|
|
1106
|
+
"editor.table.menu.insertRowBelow": "在下方插入行",
|
|
1107
|
+
"editor.table.menu.deleteRow": "删除行",
|
|
1108
|
+
"editor.table.menu.mergeCells": "合并单元格",
|
|
1109
|
+
"editor.table.menu.splitCells": "拆分单元格",
|
|
1110
|
+
"editor.table.menu.deleteTable": "删除表格",
|
|
1111
|
+
"editor.table.menu.setCellsBgColor": "设置单元格背景色",
|
|
1112
|
+
"editor.emoji.tooltip": "表情",
|
|
1113
|
+
"editor.iframe.tooltip": "内嵌框架",
|
|
1114
|
+
"editor.searchAndReplace.tooltip": "搜索和替换",
|
|
1115
|
+
"editor.search.dialog.text": "搜索",
|
|
1116
|
+
"editor.replace.dialog.text": "替换",
|
|
1117
|
+
"editor.replaceAll.dialog.text": "全部替换",
|
|
1118
|
+
"editor.previous.dialog.text": "上一个",
|
|
1119
|
+
"editor.next.dialog.text": "下一个",
|
|
1120
|
+
no_result_found: "未找到结果",
|
|
1121
|
+
"Smileys & People": "笑脸和人",
|
|
1122
|
+
"Animals & Nature": "动物和自然",
|
|
1123
|
+
"Food & Drink": "食物和饮料",
|
|
1124
|
+
Activity: "活动",
|
|
1125
|
+
"Travel & Places": "旅行和地点",
|
|
1126
|
+
Object: "物体",
|
|
1127
|
+
Symbol: "符号",
|
|
1128
|
+
Flags: "旗帜",
|
|
1129
|
+
"Frequently used": "常用",
|
|
1130
|
+
"editor.formula.dialog.text": "公式",
|
|
1131
|
+
"editor.katex.tooltip": "数学公式",
|
|
1132
|
+
"editor.exportPdf.tooltip": "导出 PDF",
|
|
1133
|
+
"editor.exportWord.tooltip": "导出 Word",
|
|
1134
|
+
"editor.importWord.tooltip": "导入 Word",
|
|
1135
|
+
"editor.importWord.limitSize": "文件大小不能超过",
|
|
1136
|
+
"editor.importWord.converting": "正在转换 Word 文档,请稍后...",
|
|
1137
|
+
"editor.importWord.convertError": "解析 Word 文档出错",
|
|
1138
|
+
"editor.importWord.importError": "导入 Word 文档出错",
|
|
1139
|
+
"editor.textDirection.tooltip": "文本方向",
|
|
1140
|
+
"editor.textDirection.auto.tooltip": "自动",
|
|
1141
|
+
"editor.textDirection.ltr.tooltip": "从左到右",
|
|
1142
|
+
"editor.textDirection.rtl.tooltip": "从右到左",
|
|
1143
|
+
"editor.attachment.tooltip": "附件",
|
|
1144
|
+
"editor.attachment.uploading": "上传中",
|
|
1145
|
+
"editor.attachment.please_upload": "请上传文件",
|
|
1146
|
+
"editor.imageGif.tooltip": "Gif",
|
|
1147
|
+
"editor.replace.caseSensitive": "区分大小写",
|
|
1148
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
1149
|
+
"editor.twitter.tooltip": "Twitter",
|
|
1150
|
+
"editor.tooltip.flipX": "水平翻转",
|
|
1151
|
+
"editor.tooltip.flipY": "垂直翻转"
|
|
1152
|
+
}, Q = {
|
|
1153
|
+
"editor.remove": "Eltávolítás",
|
|
1154
|
+
"editor.copy": "Másolás",
|
|
1155
|
+
"editor.words": "SZAVAK",
|
|
1156
|
+
"editor.characters": "KARAKTEREK",
|
|
1157
|
+
"editor.default": "Alapértelmezett",
|
|
1158
|
+
"editor.recent": "Gyakran használt",
|
|
1159
|
+
"editor.nofill": "Kitöltés törlése",
|
|
1160
|
+
"editor.format": "Formátummásoló",
|
|
1161
|
+
"editor.delete": "Törlés",
|
|
1162
|
+
"editor.edit": "Szerkesztés",
|
|
1163
|
+
"editor.settings": "Beállítások",
|
|
1164
|
+
"editor.table_of_content": "Tartalomjegyzék",
|
|
1165
|
+
"editor.draghandle.tooltip": "Módosítás",
|
|
1166
|
+
"editor.copyToClipboard": "Másolás vágólapra",
|
|
1167
|
+
"editor.slash": "Nyomja meg a '/' gombot a parancsokhoz",
|
|
1168
|
+
"editor.slash.empty": "Nincs találat",
|
|
1169
|
+
"editor.slash.format": "Formátum",
|
|
1170
|
+
"editor.slash.insert": "Beszúrás",
|
|
1171
|
+
"editor.slash.embed": "Szolgáltatások beágyazása",
|
|
1172
|
+
"editor.content": "Írjon be tartalmat",
|
|
1173
|
+
"editor.fontFamily.tooltip": "Betűtípus",
|
|
1174
|
+
"editor.fontFamily.default.tooltip": "Alapértelmezett",
|
|
1175
|
+
"editor.moremark": "Több betűstílus",
|
|
1176
|
+
"editor.size.small.tooltip": "Kicsi",
|
|
1177
|
+
"editor.size.medium.tooltip": "Közepes",
|
|
1178
|
+
"editor.size.large.tooltip": "Borítókép",
|
|
1179
|
+
"editor.bold.tooltip": "Félkövér",
|
|
1180
|
+
"editor.italic.tooltip": "Dőlt betű",
|
|
1181
|
+
"editor.underline.tooltip": "Aláhúzott",
|
|
1182
|
+
"editor.strike.tooltip": "Áthúzott",
|
|
1183
|
+
"editor.color.tooltip": "Szín",
|
|
1184
|
+
"editor.color.more": "Több szín",
|
|
1185
|
+
"editor.highlight.tooltip": "Kiemelés",
|
|
1186
|
+
"editor.lineheight.tooltip": "Sorköz",
|
|
1187
|
+
"editor.heading.tooltip": "Fejlécek",
|
|
1188
|
+
"editor.heading.h1.tooltip": "Fejléc 1",
|
|
1189
|
+
"editor.heading.h2.tooltip": "Fejléc 2",
|
|
1190
|
+
"editor.heading.h3.tooltip": "Fejléc 3",
|
|
1191
|
+
"editor.heading.h4.tooltip": "Fejléc 4",
|
|
1192
|
+
"editor.heading.h5.tooltip": "Fejléc 5",
|
|
1193
|
+
"editor.heading.h6.tooltip": "Fejléc 6",
|
|
1194
|
+
"editor.paragraph.tooltip": "Bekezdés",
|
|
1195
|
+
"editor.textalign.tooltip": "Igazítás",
|
|
1196
|
+
"editor.textalign.left.tooltip": "Bal",
|
|
1197
|
+
"editor.textalign.center.tooltip": "Közép",
|
|
1198
|
+
"editor.textalign.right.tooltip": "Jobb",
|
|
1199
|
+
"editor.textalign.justify.tooltip": "Sorkizárt",
|
|
1200
|
+
"editor.indent": "Behúzás",
|
|
1201
|
+
"editor.indent.indent": "Behúzás Növelése",
|
|
1202
|
+
"editor.indent.outdent": "Behúzás Csökkentése",
|
|
1203
|
+
"editor.fontSize.tooltip": "Betűméret",
|
|
1204
|
+
"editor.fontSize.default.tooltip": "Alapértelmezett",
|
|
1205
|
+
"editor.superscript.tooltip": "Felső index",
|
|
1206
|
+
"editor.subscript.tooltip": "Alsó index",
|
|
1207
|
+
"editor.bulletlist.tooltip": "Felsorolás",
|
|
1208
|
+
"editor.orderedlist.tooltip": "Rendezett lista",
|
|
1209
|
+
"editor.tasklist.tooltip": "Feladat lista",
|
|
1210
|
+
"editor.indent.tooltip": "Behúzás növelése",
|
|
1211
|
+
"editor.outdent.tooltip": "Behúzás csökkentése",
|
|
1212
|
+
"editor.columns.tooltip": "Oszlopok",
|
|
1213
|
+
"editor.link.tooltip": "Link",
|
|
1214
|
+
"editor.link.unlink.tooltip": "Link törlése",
|
|
1215
|
+
"editor.link.open.tooltip": "Link megnyitása",
|
|
1216
|
+
"editor.link.edit.tooltip": "Link szerkesztése",
|
|
1217
|
+
"editor.link.dialog.title": "Link beszúrása",
|
|
1218
|
+
"editor.link.dialog.link": "Link",
|
|
1219
|
+
"editor.link.dialog.text": "Szöveg",
|
|
1220
|
+
"editor.link.dialog.openInNewTab": "Megnyitás új lapon",
|
|
1221
|
+
"editor.link.dialog.link.placeholder": "Link célpont",
|
|
1222
|
+
"editor.link.dialog.text.placeholder": "Szöveg",
|
|
1223
|
+
"editor.link.dialog.button.apply": "Alkalmaz",
|
|
1224
|
+
"editor.image.tooltip": "Kép",
|
|
1225
|
+
"editor.image.dragger.tooltip": "Kattintson vagy húzza a feltölteni kívánt képet a területre",
|
|
1226
|
+
"editor.image.float.left.tooltip": "Lebegtetés balra",
|
|
1227
|
+
"editor.image.float.none.tooltip": "Lebegtetés törlése",
|
|
1228
|
+
"editor.image.float.right.tooltip": "Lebegtetés jobbra",
|
|
1229
|
+
"editor.image.dialog.title": "Kép hozzáadása",
|
|
1230
|
+
"editor.image.dialog.tab.url": "URL",
|
|
1231
|
+
"editor.image.dialog.tab.upload": "Feltöltés",
|
|
1232
|
+
"editor.image.dialog.tab.uploadCrop": "Feltöltés és körbevágás",
|
|
1233
|
+
"editor.image.dialog.uploading": "Feltöltés alatt",
|
|
1234
|
+
"editor.link.dialog.inline": "Soron belüli",
|
|
1235
|
+
"editor.image.dialog.form.link": "Link",
|
|
1236
|
+
"editor.image.dialog.placeholder": "Link",
|
|
1237
|
+
"editor.image.dialog.form.alt": "Alternatív szöveg",
|
|
1238
|
+
"editor.image.dialog.form.aspectRatio": "Eredeti képarány megtartása",
|
|
1239
|
+
"editor.image.dialog.form.file": "Fájl",
|
|
1240
|
+
"editor.image.dialog.button.apply": "Alkalmaz",
|
|
1241
|
+
"editor.video.tooltip": "Videó",
|
|
1242
|
+
"editor.video.dialog.tab.upload": "Feltöltés",
|
|
1243
|
+
"editor.video.dialog.uploading": "Feltöltés alatt",
|
|
1244
|
+
"editor.video.dialog.title": "Videó beágyazása vagy feltöltése",
|
|
1245
|
+
"editor.video.dialog.link": "Link",
|
|
1246
|
+
"editor.video.dialog.placeholder": "Link",
|
|
1247
|
+
"editor.video.dialog.button.apply": "Alkalmaz",
|
|
1248
|
+
"editor.table.tooltip": "Táblázat",
|
|
1249
|
+
"editor.table.menu.insert_table": "Táblázat beszúrása",
|
|
1250
|
+
"editor.table.menu.insert_table.with_header_row": "Fejléc sorral",
|
|
1251
|
+
"editor.table.menu.add_column_before": "Oszlop beszúrása balra",
|
|
1252
|
+
"editor.table.menu.add_column_after": "Oszlop beszúrása jobbra",
|
|
1253
|
+
"editor.table.menu.delete_column": "Oszlop törlése",
|
|
1254
|
+
"editor.table.menu.add_row_before": "Sor beszúrása felülre",
|
|
1255
|
+
"editor.table.menu.add_row_after": "Sor beszúrása alulra",
|
|
1256
|
+
"editor.table.menu.delete_row": "Sor törlése",
|
|
1257
|
+
"editor.table.menu.merge_or_split_cells": "Cellák egyesítése vagy szétválasztása",
|
|
1258
|
+
"editor.table.menu.delete_table": "Táblázat törlése",
|
|
1259
|
+
"editor.blockquote.tooltip": "Blokkidézet",
|
|
1260
|
+
"editor.horizontalrule.tooltip": "Vízszintes vonal",
|
|
1261
|
+
"editor.code.tooltip": "Kód",
|
|
1262
|
+
"editor.codeblock.tooltip": "Kód Blokk",
|
|
1263
|
+
"editor.clear.tooltip": "Formatálás Törlése",
|
|
1264
|
+
"editor.undo.tooltip": "Visszavonás",
|
|
1265
|
+
"editor.redo.tooltip": "Visszaállítás",
|
|
1266
|
+
"editor.fullscreen.tooltip.fullscreen": "Teljes képernyős mód",
|
|
1267
|
+
"editor.fullscreen.tooltip.exit": "Kilépés teljes képernyős módból",
|
|
1268
|
+
"editor.imageUpload.cancel": "Mégsem",
|
|
1269
|
+
"editor.imageUpload.crop": "Körbevágás",
|
|
1270
|
+
"editor.imageUpload.fileTypeNotSupported": "Fájltípus nem támogatott",
|
|
1271
|
+
"editor.imageUpload.fileSizeTooBig": "A fájlméret túl nagy, a maximum méret",
|
|
1272
|
+
"editor.table.menu.insertColumnBefore": "Oszlop beszúrása balra",
|
|
1273
|
+
"editor.table.menu.insertColumnAfter": "Oszlop beszúrása jobbra",
|
|
1274
|
+
"editor.table.menu.deleteColumn": "Oszlop törlése",
|
|
1275
|
+
"editor.table.menu.insertRowAbove": "Sor beszúrása felülre",
|
|
1276
|
+
"editor.table.menu.insertRowBelow": "Sor beszúrása alulra",
|
|
1277
|
+
"editor.table.menu.deleteRow": "Sor törlése",
|
|
1278
|
+
"editor.table.menu.mergeCells": "Cellák egyesítése",
|
|
1279
|
+
"editor.table.menu.splitCells": "Cellék szétválasztása",
|
|
1280
|
+
"editor.table.menu.deleteTable": "Táblázat törlése",
|
|
1281
|
+
"editor.table.menu.setCellsBgColor": "Cella háttérszín",
|
|
1282
|
+
"editor.emoji.tooltip": "Emoji",
|
|
1283
|
+
"editor.iframe.tooltip": "Beágyazás",
|
|
1284
|
+
"editor.searchAndReplace.tooltip": "Keresés és csere",
|
|
1285
|
+
"editor.search.dialog.text": "Keres",
|
|
1286
|
+
"editor.replace.dialog.text": "Csere",
|
|
1287
|
+
"editor.replaceAll.dialog.text": "Összes cseréje",
|
|
1288
|
+
"editor.previous.dialog.text": "Előző",
|
|
1289
|
+
"editor.next.dialog.text": "Következő",
|
|
1290
|
+
no_result_found: "Nincs találat",
|
|
1291
|
+
"Smileys & People": "Arcok és emberek",
|
|
1292
|
+
"Animals & Nature": "Állatok és természet",
|
|
1293
|
+
"Food & Drink": "Étel és ital",
|
|
1294
|
+
Activity: "Aktivitás",
|
|
1295
|
+
"Travel & Places": "Utazás és helyek",
|
|
1296
|
+
Object: "Tárgyak",
|
|
1297
|
+
Symbol: "Szimbólumok",
|
|
1298
|
+
Flags: "Zászlók",
|
|
1299
|
+
"Frequently used": "Gyakran használt",
|
|
1300
|
+
"editor.formula.dialog.text": "Formula",
|
|
1301
|
+
"editor.katex.tooltip": "Matematikai formula",
|
|
1302
|
+
"editor.exportPdf.tooltip": "PDF exportálása",
|
|
1303
|
+
"editor.exportWord.tooltip": "Word exportálása",
|
|
1304
|
+
"editor.importWord.tooltip": "Word importálása",
|
|
1305
|
+
"editor.importWord.limitSize": "A fájl mérete nem haladhatja meg",
|
|
1306
|
+
"editor.importWord.converting": "Word dokumentum konvertálása, kérjük, várjon...",
|
|
1307
|
+
"editor.importWord.convertError": "Hiba a Word-dokumentum elemzésekor",
|
|
1308
|
+
"editor.importWord.importError": "Hiba a Word dokumentum importálásakor",
|
|
1309
|
+
"editor.textDirection.tooltip": "Szövegirány",
|
|
1310
|
+
"editor.textDirection.auto.tooltip": "Automatikus",
|
|
1311
|
+
"editor.textDirection.ltr.tooltip": "Balról jobbra",
|
|
1312
|
+
"editor.textDirection.rtl.tooltip": "Jobbról balra",
|
|
1313
|
+
"editor.attachment.tooltip": "Csatolmány",
|
|
1314
|
+
"editor.attachment.uploading": "Feltöltés alatt",
|
|
1315
|
+
"editor.attachment.please_upload": "Töltse fel a fájlt",
|
|
1316
|
+
"editor.imageGif.tooltip": "Gif",
|
|
1317
|
+
"editor.replace.caseSensitive": "Kisbetű-nagybetű érzékenység",
|
|
1318
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
1319
|
+
"editor.twitter.tooltip": "Twitter",
|
|
1320
|
+
"editor.tooltip.flipX": "Vízszintes tükrözés",
|
|
1321
|
+
"editor.tooltip.flipY": "Függőleges tükrözés"
|
|
1322
|
+
};
|
|
1323
|
+
function Z(t) {
|
|
1324
|
+
return t = t || /* @__PURE__ */ new Map(), {
|
|
1325
|
+
/**
|
|
1326
|
+
* A Map of event names to registered handler functions.
|
|
1327
|
+
*/
|
|
1328
|
+
all: t,
|
|
1329
|
+
/**
|
|
1330
|
+
* Register an event handler for the given type.
|
|
1331
|
+
* @param {string|symbol} type Type of event to listen for, or `'*'` for all events
|
|
1332
|
+
* @param {Function} handler Function to call in response to given event
|
|
1333
|
+
* @memberOf mitt
|
|
1334
|
+
*/
|
|
1335
|
+
//@ts-expect-error
|
|
1336
|
+
on(o, n) {
|
|
1337
|
+
const s = t.get(o);
|
|
1338
|
+
s ? s.push(n) : t.set(o, [n]);
|
|
1339
|
+
},
|
|
1340
|
+
/**
|
|
1341
|
+
* Remove an event handler for the given type.
|
|
1342
|
+
* If `handler` is omitted, all handlers of the given type are removed.
|
|
1343
|
+
* @param {string|symbol} type Type of event to unregister `handler` from (`'*'` to remove a wildcard handler)
|
|
1344
|
+
* @param {Function} [handler] Handler function to remove
|
|
1345
|
+
* @memberOf mitt
|
|
1346
|
+
*/
|
|
1347
|
+
//@ts-expect-error
|
|
1348
|
+
off(o, n) {
|
|
1349
|
+
const s = t.get(o);
|
|
1350
|
+
s && (n ? s.splice(s.indexOf(n) >>> 0, 1) : t.set(o, []));
|
|
1351
|
+
},
|
|
1352
|
+
/**
|
|
1353
|
+
* Invoke all handlers for the given type.
|
|
1354
|
+
* If present, `'*'` handlers are invoked after type-matched handlers.
|
|
1355
|
+
*
|
|
1356
|
+
* Note: Manually firing '*' handlers is not supported.
|
|
1357
|
+
*
|
|
1358
|
+
* @param {string|symbol} type The event type to invoke
|
|
1359
|
+
* @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler
|
|
1360
|
+
* @memberOf mitt
|
|
1361
|
+
*/
|
|
1362
|
+
emit(o, n) {
|
|
1363
|
+
let s = t.get(o);
|
|
1364
|
+
s && [...s].map((p) => {
|
|
1365
|
+
p(n);
|
|
1366
|
+
}), s = t.get("*"), s && [...s].map((p) => {
|
|
1367
|
+
p(o, n);
|
|
1368
|
+
});
|
|
1369
|
+
}
|
|
1370
|
+
};
|
|
1371
|
+
}
|
|
1372
|
+
const m = {
|
|
1373
|
+
lang: w,
|
|
1374
|
+
message: {
|
|
1375
|
+
en: X,
|
|
1376
|
+
hu_HU: Q,
|
|
1377
|
+
vi: Y,
|
|
1378
|
+
zh_CN: J,
|
|
1379
|
+
pt_BR: $
|
|
1380
|
+
}
|
|
1381
|
+
};
|
|
1382
|
+
class tt {
|
|
1383
|
+
constructor() {
|
|
1384
|
+
F(this, "emitter");
|
|
1385
|
+
this.emitter = Z();
|
|
1386
|
+
}
|
|
1387
|
+
// Getter and setter for current language
|
|
1388
|
+
get lang() {
|
|
1389
|
+
return m.lang;
|
|
1390
|
+
}
|
|
1391
|
+
set lang(o) {
|
|
1392
|
+
if (!this.isLangSupported(o)) {
|
|
1393
|
+
console.warn(
|
|
1394
|
+
`Can't find the current language "${o}", Using language "${m.lang}" by default`
|
|
1395
|
+
);
|
|
1396
|
+
return;
|
|
1397
|
+
}
|
|
1398
|
+
m.lang = o, this.emitter.emit("lang", o);
|
|
1399
|
+
}
|
|
1400
|
+
// Getter and setter for messages
|
|
1401
|
+
get message() {
|
|
1402
|
+
return m.message;
|
|
1403
|
+
}
|
|
1404
|
+
set message(o) {
|
|
1405
|
+
m.message = o;
|
|
1406
|
+
}
|
|
1407
|
+
// Load messages for a specific language
|
|
1408
|
+
loadLangMessage(o) {
|
|
1409
|
+
return this.message[o];
|
|
1410
|
+
}
|
|
1411
|
+
// Check if a language is supported
|
|
1412
|
+
isLangSupported(o) {
|
|
1413
|
+
return Object.keys(this.message).includes(o);
|
|
1414
|
+
}
|
|
1415
|
+
// Set the current language
|
|
1416
|
+
setLang(o) {
|
|
1417
|
+
this.lang = o;
|
|
1418
|
+
}
|
|
1419
|
+
// Register a language change watcher
|
|
1420
|
+
registerWatchLang(o) {
|
|
1421
|
+
return this.emitter.on("lang", o), {
|
|
1422
|
+
unsubscribe: () => {
|
|
1423
|
+
this.emitter.off("lang", o);
|
|
1424
|
+
}
|
|
1425
|
+
};
|
|
1426
|
+
}
|
|
1427
|
+
// Set messages for a specific language
|
|
1428
|
+
setMessage(o, n) {
|
|
1429
|
+
this.message[o] = n;
|
|
1430
|
+
}
|
|
1431
|
+
// Build a translation function for a given language
|
|
1432
|
+
buildLocalesHandler(o) {
|
|
1433
|
+
o || (o = this.lang);
|
|
1434
|
+
const n = this.loadLangMessage(o);
|
|
1435
|
+
return function(p) {
|
|
1436
|
+
return n[p] || p;
|
|
1437
|
+
};
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
const f = new tt(), z = G(m.lang);
|
|
1441
|
+
function vt() {
|
|
1442
|
+
const [t, o] = V(z), n = E(() => f.buildLocalesHandler(t), [t]);
|
|
1443
|
+
return L(() => {
|
|
1444
|
+
const s = f.registerWatchLang((p) => {
|
|
1445
|
+
o(p);
|
|
1446
|
+
});
|
|
1447
|
+
return () => {
|
|
1448
|
+
s.unsubscribe();
|
|
1449
|
+
};
|
|
1450
|
+
}, []), {
|
|
1451
|
+
lang: t,
|
|
1452
|
+
t: n
|
|
1453
|
+
};
|
|
1454
|
+
}
|
|
1455
|
+
const Tt = {
|
|
1456
|
+
t: (t) => f.buildLocalesHandler(z())(t)
|
|
1457
|
+
};
|
|
1458
|
+
export {
|
|
1459
|
+
kt as B,
|
|
1460
|
+
pt as C,
|
|
1461
|
+
gt as D,
|
|
1462
|
+
it as E,
|
|
1463
|
+
R as I,
|
|
1464
|
+
mt as M,
|
|
1465
|
+
nt as T,
|
|
1466
|
+
I as V,
|
|
1467
|
+
ut as a,
|
|
1468
|
+
ct as b,
|
|
1469
|
+
ht as c,
|
|
1470
|
+
bt as d,
|
|
1471
|
+
ft as e,
|
|
1472
|
+
G as f,
|
|
1473
|
+
lt as g,
|
|
1474
|
+
dt as h,
|
|
1475
|
+
rt as i,
|
|
1476
|
+
at as j,
|
|
1477
|
+
st as k,
|
|
1478
|
+
Tt as l,
|
|
1479
|
+
Z as m,
|
|
1480
|
+
f as n,
|
|
1481
|
+
X as o,
|
|
1482
|
+
Q as p,
|
|
1483
|
+
Y as q,
|
|
1484
|
+
J as r,
|
|
1485
|
+
$ as s,
|
|
1486
|
+
vt as u
|
|
1487
|
+
};
|