reactjs-tiptap-editor 0.4.2 → 1.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/lib/ActionMenuButton-BKOg7hkq.js +38 -0
- package/lib/ActionMenuButton-DLQyd_gx.cjs +1 -0
- package/lib/Attachment.cjs +2 -2
- package/lib/Attachment.d.cts +27 -39
- package/lib/Attachment.d.ts +27 -39
- package/lib/Attachment.js +129 -99
- package/lib/Blockquote.cjs +3 -3
- package/lib/Blockquote.d.cts +27 -39
- package/lib/Blockquote.d.ts +27 -39
- package/lib/Blockquote.js +50 -22
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.d.cts +27 -39
- package/lib/Bold.d.ts +27 -39
- package/lib/Bold.js +48 -20
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.d.cts +27 -39
- package/lib/BulletList.d.ts +27 -39
- package/lib/BulletList.js +38 -9
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.d.cts +27 -39
- package/lib/Clear.d.ts +27 -39
- package/lib/Clear.js +32 -6
- package/lib/Code.cjs +1 -1
- package/lib/Code.d.cts +27 -39
- package/lib/Code.d.ts +27 -39
- package/lib/Code.js +53 -25
- package/lib/CodeBlock.cjs +35 -35
- package/lib/CodeBlock.d.cts +27 -39
- package/lib/CodeBlock.d.ts +27 -39
- package/lib/CodeBlock.js +605 -590
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.d.cts +28 -40
- package/lib/CodeView.d.ts +28 -40
- package/lib/CodeView.js +49 -21
- package/lib/Color.cjs +1 -1
- package/lib/Color.d.cts +31 -39
- package/lib/Color.d.ts +31 -39
- package/lib/Color.js +123 -79
- package/lib/Column.cjs +1 -0
- package/lib/{Document.d.cts → Column.d.cts} +33 -42
- package/lib/{Document.d.ts → Column.d.ts} +33 -42
- package/lib/Column.js +217 -0
- package/lib/{Drawer-CaAfmqNo.js → Drawer-DZ5jvmrX.js} +404 -394
- package/lib/Drawer-SRhwOc6T.cjs +1 -0
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.d.cts +27 -39
- package/lib/Drawer.d.ts +27 -39
- package/lib/Drawer.js +6 -5
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.d.cts +27 -44
- package/lib/Emoji.d.ts +27 -44
- package/lib/Emoji.js +377 -392
- package/lib/Excalidraw-DwBRXEtC.js +345 -0
- package/lib/Excalidraw-ZN3DQvDC.cjs +1 -0
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.d.cts +27 -39
- package/lib/Excalidraw.d.ts +27 -39
- package/lib/Excalidraw.js +6 -4
- package/lib/ExportPdf.cjs +5 -5
- package/lib/ExportPdf.d.cts +27 -39
- package/lib/ExportPdf.d.ts +27 -39
- package/lib/ExportPdf.js +60 -32
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.d.cts +28 -40
- package/lib/ExportWord.d.ts +28 -40
- package/lib/ExportWord.js +84 -21
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.d.cts +41 -42
- package/lib/FontFamily.d.ts +41 -42
- package/lib/FontFamily.js +72 -74
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.d.cts +38 -42
- package/lib/FontSize.d.ts +38 -42
- package/lib/FontSize.js +72 -64
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.d.cts +41 -39
- package/lib/Heading.d.ts +41 -39
- package/lib/Heading.js +91 -73
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.d.cts +31 -39
- package/lib/Highlight.d.ts +31 -39
- package/lib/Highlight.js +150 -19
- package/lib/History.cjs +1 -1
- package/lib/History.d.cts +29 -39
- package/lib/History.d.ts +29 -39
- package/lib/History.js +976 -53
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.d.cts +27 -39
- package/lib/HorizontalRule.d.ts +27 -39
- package/lib/HorizontalRule.js +97 -17
- package/lib/Icon-DUpv2cI6.cjs +1 -0
- package/lib/Icon-jKs8Hr6p.js +11 -0
- package/lib/Iframe-CmXkEqOd.js +431 -0
- package/lib/Iframe-Cvca2G7X.cjs +1 -0
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.d.cts +26 -45
- package/lib/Iframe.d.ts +26 -45
- package/lib/Iframe.js +6 -4
- package/lib/Image.cjs +1 -1
- package/lib/Image.d.cts +27 -40
- package/lib/Image.d.ts +27 -40
- package/lib/Image.js +848 -5
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.d.cts +28 -42
- package/lib/ImageGif.d.ts +28 -42
- package/lib/ImageGif.js +424 -5
- package/lib/ImportWord.cjs +48 -48
- package/lib/ImportWord.d.cts +28 -40
- package/lib/ImportWord.d.ts +28 -40
- package/lib/ImportWord.js +2759 -2751
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.d.cts +27 -39
- package/lib/Indent.d.ts +27 -39
- package/lib/Indent.js +97 -27
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.d.cts +27 -39
- package/lib/Italic.d.ts +27 -39
- package/lib/Italic.js +47 -19
- package/lib/Katex-DsYXsjSS.js +2740 -0
- package/lib/Katex-XfrNne6U.cjs +4 -0
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.d.cts +27 -39
- package/lib/Katex.d.ts +27 -39
- package/lib/Katex.js +5 -196
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.d.cts +29 -45
- package/lib/LineHeight.d.ts +29 -45
- package/lib/LineHeight.js +71 -112
- package/lib/Link.cjs +1 -1
- package/lib/Link.d.cts +28 -42
- package/lib/Link.d.ts +28 -42
- package/lib/Link.js +3 -3
- package/lib/LinkEditBlock-BZenZq-Z.cjs +5 -0
- package/lib/LinkEditBlock-CB8yIffE.js +1241 -0
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.d.cts +24 -39
- package/lib/Mention.d.ts +24 -39
- package/lib/Mention.js +112 -124
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.d.cts +27 -39
- package/lib/Mermaid.d.ts +27 -39
- package/lib/Mermaid.js +177 -165
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.d.cts +42 -41
- package/lib/MoreMark.d.ts +42 -41
- package/lib/MoreMark.js +125 -55
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.d.cts +27 -39
- package/lib/OrderedList.d.ts +27 -39
- package/lib/OrderedList.js +37 -9
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.d.cts +27 -42
- package/lib/SearchAndReplace.d.ts +27 -42
- package/lib/SearchAndReplace.js +221 -197
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.d.cts +39 -46
- package/lib/SlashCommand.d.ts +39 -46
- package/lib/SlashCommand.js +235 -249
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.d.cts +27 -39
- package/lib/Strike.d.ts +27 -39
- package/lib/Strike.js +39 -11
- package/lib/Table-B1j1Ebmh.cjs +9 -0
- package/lib/Table-Db8TcQX8.js +1984 -0
- package/lib/Table.cjs +1 -9
- package/lib/Table.d.cts +28 -42
- package/lib/Table.d.ts +28 -42
- package/lib/Table.js +3 -558
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.d.cts +27 -39
- package/lib/TaskList.d.ts +27 -39
- package/lib/TaskList.js +38 -10
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.d.cts +40 -39
- package/lib/TextAlign.d.ts +40 -39
- package/lib/TextAlign.js +108 -101
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.d.cts +56 -39
- package/lib/TextDirection.d.ts +56 -39
- package/lib/TextDirection.js +105 -112
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.d.cts +27 -39
- package/lib/TextUnderline.d.ts +27 -39
- package/lib/TextUnderline.js +46 -18
- package/lib/{Twitter-BFULyqdR.js → Twitter-CXmmjz9R.js} +536 -498
- package/lib/Twitter-CtVTIWJW.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.d.cts +27 -39
- package/lib/Twitter.d.ts +27 -39
- package/lib/Twitter.js +5 -4
- package/lib/Video.cjs +1 -1
- package/lib/Video.d.cts +27 -39
- package/lib/Video.d.ts +27 -39
- package/lib/Video.js +261 -4
- package/lib/_commonjsHelpers-BItOPCY9.js +28 -0
- package/lib/_commonjsHelpers-BTDuMlIz.cjs +1 -0
- package/lib/bubble.cjs +2 -0
- package/lib/{bubble-extra.d.cts → bubble.d.cts} +53 -54
- package/lib/{bubble-extra.d.ts → bubble.d.ts} +53 -54
- package/lib/bubble.js +1925 -0
- package/lib/button-B12K7BJ4.cjs +1 -0
- package/lib/button-DXMsXUEn.js +43 -0
- package/lib/clsx-C11secjj.cjs +1 -0
- package/lib/clsx-OuTLNxxd.js +16 -0
- package/lib/delete-node-CosiBes5.cjs +1 -0
- package/lib/delete-node-IyVmiRbI.js +22 -0
- package/lib/dialog-CaCS-W5S.cjs +1 -0
- package/lib/dialog-PtQivpHS.js +100 -0
- package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
- package/lib/dom-dataset-CIEeltF6.js +47 -0
- package/lib/dropdown-menu-BPp2Z_U-.js +136 -0
- package/lib/dropdown-menu-CdSm4emp.cjs +1 -0
- package/lib/file-BLas99n7.js +43 -0
- package/lib/file-i7e4nQY2.cjs +1 -0
- package/lib/floating-ui.dom-U1vPFQ5f.js +1151 -0
- package/lib/floating-ui.dom-VCrc58uF.cjs +1 -0
- package/lib/icons-Cllpys39.js +362 -0
- package/lib/icons-CqHjeW5T.cjs +1 -0
- package/lib/index-BH4bc3jN.cjs +33 -0
- package/lib/index-BPfVXs5_.js +2380 -0
- package/lib/index-Bnmd0WvY.js +1631 -0
- package/lib/{index-Ch6dBBad.js → index-CBce_TWY.js} +40 -42
- package/lib/{index-5iBZLua9.cjs → index-D-5U8dY8.cjs} +8 -8
- package/lib/{index-ByurDDMv.js → index-D2TUfKkC.js} +2 -2
- package/lib/index-DV5kbgRU.cjs +1 -0
- package/lib/{index-LmrOdnen.js → index-DYkucCoF.js} +396 -495
- package/lib/index-Dfmm6FTT.cjs +1 -0
- package/lib/index-DnWWK9F_.js +6374 -0
- package/lib/index-DzcKxutn.js +632 -0
- package/lib/index-DzvuNTxo.cjs +4 -0
- package/lib/{index-BeCTd5v2.cjs → index-N--9MohJ.cjs} +1 -1
- package/lib/index-RfTlOzIr.cjs +22 -0
- package/lib/index.cjs +132 -1
- package/lib/index.d.cts +29 -280
- package/lib/index.d.ts +29 -280
- package/lib/index.js +243 -2
- package/lib/input-_ECRfn3Y.cjs +1 -0
- package/lib/input-wJ9PDEzZ.js +21 -0
- package/lib/isNumber-ClPupm7P.cjs +1 -0
- package/lib/isNumber-fpLGS0AZ.js +15 -0
- package/lib/label-BkgAe7IY.cjs +1 -0
- package/lib/label-CGdLYWv7.js +19 -0
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +5405 -57
- package/lib/locale-bundle.d.ts +5405 -57
- package/lib/locale-bundle.js +9 -7
- package/lib/popover-BgmUNMHj.cjs +1 -0
- package/lib/popover-CAuEW0Mr.js +23 -0
- package/lib/separator-CuBW_w98.js +328 -0
- package/lib/separator-DRIrVZ2N.cjs +1 -0
- package/lib/store-DX599H5W.js +10 -0
- package/lib/store-WStcMOiW.cjs +1 -0
- package/lib/style.css +1 -1
- package/lib/switch-CnLJ7Y-b.cjs +1 -0
- package/lib/switch-Coix_FA1.js +27 -0
- package/lib/tabs-B5mVSN1I.js +46 -0
- package/lib/tabs-BoLCMcCI.cjs +1 -0
- package/lib/textarea-B-6zTKQz.cjs +1 -0
- package/lib/{textarea-aPtytkDx.js → textarea-DUUM1jZd.js} +1 -1
- package/lib/theme-B7aAsK_T.js +15 -0
- package/lib/theme-D8_cxGqB.cjs +1 -0
- package/lib/throttle-CdwDrFpn.js +249 -0
- package/lib/throttle-qX7Yjtsg.cjs +1 -0
- package/lib/toggle-Cdp4IT2U.js +85 -0
- package/lib/toggle-D41PzQLJ.cjs +1 -0
- package/lib/tooltip-BuEiE96N.cjs +1 -0
- package/lib/tooltip-CopwsU8q.js +23 -0
- package/lib/updatePosition-8Sdem5jb.cjs +1 -0
- package/lib/updatePosition-BPmcE0YD.js +215 -0
- package/lib/use-toast-Bz3QCOtE.cjs +1 -0
- package/lib/use-toast-Crf7-q5H.js +98 -0
- package/lib/useButtonProps-BsEd4zYM.js +141 -0
- package/lib/useButtonProps-C6Vpn190.cjs +1 -0
- package/package.json +22 -105
- package/lib/ActionMenuButton-CYdM1xx5.cjs +0 -1
- package/lib/ActionMenuButton-DKRF6oa0.js +0 -33
- package/lib/BaseKit.cjs +0 -3
- package/lib/BaseKit.d.cts +0 -481
- package/lib/BaseKit.d.ts +0 -481
- package/lib/BaseKit.js +0 -132
- package/lib/Document.cjs +0 -1
- package/lib/Document.js +0 -9
- package/lib/Drawer-CdvCMSzN.cjs +0 -1
- package/lib/Excalidraw-BbMQhNvs.cjs +0 -1
- package/lib/Excalidraw-CVWz2Vyn.js +0 -290
- package/lib/FormatPainter.cjs +0 -1
- package/lib/FormatPainter.d.cts +0 -372
- package/lib/FormatPainter.d.ts +0 -372
- package/lib/FormatPainter.js +0 -76
- package/lib/ListItem.cjs +0 -1
- package/lib/ListItem.d.cts +0 -290
- package/lib/ListItem.d.ts +0 -290
- package/lib/ListItem.js +0 -7
- package/lib/MultiColumn.cjs +0 -1
- package/lib/MultiColumn.d.cts +0 -294
- package/lib/MultiColumn.d.ts +0 -294
- package/lib/MultiColumn.js +0 -8
- package/lib/RichTextEditor-CxvwGvQG.cjs +0 -142
- package/lib/RichTextEditor-DGcKEUGr.js +0 -22166
- package/lib/Selection.cjs +0 -1
- package/lib/Selection.d.cts +0 -289
- package/lib/Selection.d.ts +0 -289
- package/lib/Selection.js +0 -25
- package/lib/SubAndSuperScript.cjs +0 -1
- package/lib/SubAndSuperScript.d.cts +0 -377
- package/lib/SubAndSuperScript.d.ts +0 -377
- package/lib/SubAndSuperScript.js +0 -43
- package/lib/TableOfContent.cjs +0 -1
- package/lib/TableOfContent.d.cts +0 -291
- package/lib/TableOfContent.d.ts +0 -291
- package/lib/TableOfContent.js +0 -185
- package/lib/TextBubble.cjs +0 -1
- package/lib/TextBubble.d.cts +0 -362
- package/lib/TextBubble.d.ts +0 -362
- package/lib/TextBubble.js +0 -133
- package/lib/TrailingNode.cjs +0 -1
- package/lib/TrailingNode.d.cts +0 -297
- package/lib/TrailingNode.d.ts +0 -297
- package/lib/TrailingNode.js +0 -41
- package/lib/Twitter-Cutpkh3h.cjs +0 -1
- package/lib/bubble-extra.cjs +0 -2
- package/lib/bubble-extra.js +0 -631
- package/lib/dom-dataset-_6-diIRQ.cjs +0 -33
- package/lib/dom-dataset-lYeH6gfI.js +0 -2361
- package/lib/index-6D1J-A-o.cjs +0 -1
- package/lib/index-B96Cclrj.cjs +0 -3
- package/lib/index-BBz7Nmv9.js +0 -55
- package/lib/index-CUogRI7j.cjs +0 -1
- package/lib/index-DF2Lp4HZ.cjs +0 -100
- package/lib/index-D_L6n8O8.js +0 -76
- package/lib/index-Dbvi-Bvh.cjs +0 -1
- package/lib/index-DpCrt7xs.cjs +0 -1
- package/lib/index-DsAX1Vq8.cjs +0 -1
- package/lib/index-Dy4DlW9o.js +0 -12
- package/lib/index-J3jHHZ4d.js +0 -200
- package/lib/index-VvXaaKe3.js +0 -898
- package/lib/index-kbO3iWqL.js +0 -13432
- package/lib/textarea-DFo_aXnj.cjs +0 -1
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var S = (t, e, o) => W(t, typeof e != "symbol" ? e + "" : e, o);
|
|
4
|
-
import { useSyncExternalStore as I, useMemo as N, useEffect as U } from "react";
|
|
5
|
-
const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt = 10, kt = 2, vt = [
|
|
1
|
+
import { useSyncExternalStore as L, useCallback as E } from "react";
|
|
2
|
+
const w = "en", rt = 20, dt = 1e5, at = 16, nt = 10, st = 10, pt = 2, ut = [
|
|
6
3
|
"#000000",
|
|
7
4
|
"#262626",
|
|
8
5
|
"#595959",
|
|
@@ -73,7 +70,8 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
|
|
|
73
70
|
"#061178",
|
|
74
71
|
"#22075E",
|
|
75
72
|
"#780650"
|
|
76
|
-
],
|
|
73
|
+
], mt = [
|
|
74
|
+
"Default",
|
|
77
75
|
"Inter",
|
|
78
76
|
"Comic Sans MS, Comic Sans",
|
|
79
77
|
"serif",
|
|
@@ -89,7 +87,8 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
|
|
|
89
87
|
"Lucida Console",
|
|
90
88
|
"Monaco",
|
|
91
89
|
"monospace"
|
|
92
|
-
],
|
|
90
|
+
], gt = [
|
|
91
|
+
"Default",
|
|
93
92
|
"10px",
|
|
94
93
|
"11px",
|
|
95
94
|
"12px",
|
|
@@ -104,165 +103,154 @@ const P = "en", j = 200, mt = j - 80, gt = 20, ct = 1e5, ht = 16, ft = 10, bt =
|
|
|
104
103
|
"36px",
|
|
105
104
|
"48px",
|
|
106
105
|
"72px"
|
|
107
|
-
], yt = "default";
|
|
108
|
-
var M = /* @__PURE__ */ ((t) => (t[t["size-small"] = 200] = "size-small", t[t["size-medium"] = 500] = "size-medium", t["size-large"] = "100%", t))(M || {}), K = /* @__PURE__ */ ((t) => (t[t["size-small"] = 480] = "size-small", t[t["size-medium"] = 640] = "size-medium", t["size-large"] = "100%", t))(K || {});
|
|
109
|
-
const Ft = ["100%", "115%", "150%", "200%", "250%", "300%"], Ct = "1", _t = [
|
|
110
|
-
"bold",
|
|
111
|
-
"italic",
|
|
112
|
-
"underline",
|
|
113
|
-
"strike",
|
|
114
|
-
"code",
|
|
115
|
-
"link",
|
|
116
|
-
"divider",
|
|
117
|
-
"color",
|
|
118
|
-
"highlight",
|
|
119
|
-
"textAlign"
|
|
120
106
|
];
|
|
121
|
-
|
|
107
|
+
var B = /* @__PURE__ */ ((t) => (t[t["size-small"] = 200] = "size-small", t[t["size-medium"] = 500] = "size-medium", t["size-large"] = "100%", t))(B || {}), N = /* @__PURE__ */ ((t) => (t[t["size-small"] = 480] = "size-small", t[t["size-medium"] = 640] = "size-medium", t["size-large"] = "100%", t))(N || {});
|
|
108
|
+
const ct = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], ht = ["Paragraph", 1, 2, 3, 4, 5, 6];
|
|
109
|
+
function R({ update: t, notify: o, unwatched: l }) {
|
|
122
110
|
return {
|
|
123
|
-
link:
|
|
124
|
-
unlink:
|
|
125
|
-
propagate:
|
|
126
|
-
checkDirty:
|
|
127
|
-
shallowPropagate:
|
|
111
|
+
link: p,
|
|
112
|
+
unlink: g,
|
|
113
|
+
propagate: C,
|
|
114
|
+
checkDirty: h,
|
|
115
|
+
shallowPropagate: f
|
|
128
116
|
};
|
|
129
|
-
function
|
|
130
|
-
const
|
|
131
|
-
if (
|
|
117
|
+
function p(e, r, d) {
|
|
118
|
+
const a = r.depsTail;
|
|
119
|
+
if (a !== void 0 && a.dep === e)
|
|
132
120
|
return;
|
|
133
|
-
const
|
|
134
|
-
if (
|
|
135
|
-
|
|
121
|
+
const i = a !== void 0 ? a.nextDep : r.deps;
|
|
122
|
+
if (i !== void 0 && i.dep === e) {
|
|
123
|
+
i.version = d, r.depsTail = i;
|
|
136
124
|
return;
|
|
137
125
|
}
|
|
138
|
-
const
|
|
139
|
-
if (
|
|
126
|
+
const n = e.subsTail;
|
|
127
|
+
if (n !== void 0 && n.version === d && n.sub === r)
|
|
140
128
|
return;
|
|
141
|
-
const
|
|
129
|
+
const s = r.depsTail = e.subsTail = {
|
|
142
130
|
version: d,
|
|
143
|
-
dep:
|
|
131
|
+
dep: e,
|
|
144
132
|
sub: r,
|
|
145
|
-
prevDep:
|
|
146
|
-
nextDep:
|
|
147
|
-
prevSub:
|
|
133
|
+
prevDep: a,
|
|
134
|
+
nextDep: i,
|
|
135
|
+
prevSub: n,
|
|
148
136
|
nextSub: void 0
|
|
149
137
|
};
|
|
150
|
-
|
|
138
|
+
i !== void 0 && (i.prevDep = s), a !== void 0 ? a.nextDep = s : r.deps = s, n !== void 0 ? n.nextSub = s : e.subs = s;
|
|
151
139
|
}
|
|
152
|
-
function
|
|
153
|
-
const d =
|
|
154
|
-
return
|
|
140
|
+
function g(e, r = e.sub) {
|
|
141
|
+
const d = e.dep, a = e.prevDep, i = e.nextDep, n = e.nextSub, s = e.prevSub;
|
|
142
|
+
return i !== void 0 ? i.prevDep = a : r.depsTail = a, a !== void 0 ? a.nextDep = i : r.deps = i, n !== void 0 ? n.prevSub = s : d.subsTail = s, s !== void 0 ? s.nextSub = n : (d.subs = n) === void 0 && l(d), i;
|
|
155
143
|
}
|
|
156
|
-
function
|
|
157
|
-
let r =
|
|
144
|
+
function C(e) {
|
|
145
|
+
let r = e.nextSub, d;
|
|
158
146
|
t: do {
|
|
159
|
-
const
|
|
160
|
-
let
|
|
161
|
-
if (
|
|
162
|
-
const
|
|
163
|
-
if (
|
|
164
|
-
const
|
|
165
|
-
|
|
147
|
+
const a = e.sub;
|
|
148
|
+
let i = a.flags;
|
|
149
|
+
if (i & 60 ? i & 12 ? i & 4 ? !(i & 48) && x(e, a) ? (a.flags = i | 40, i &= 1) : i = 0 : a.flags = i & -9 | 32 : i = 0 : a.flags = i | 32, i & 2 && o(a), i & 1) {
|
|
150
|
+
const n = a.subs;
|
|
151
|
+
if (n !== void 0) {
|
|
152
|
+
const s = (e = n).nextSub;
|
|
153
|
+
s !== void 0 && (d = { value: r, prev: d }, r = s);
|
|
166
154
|
continue;
|
|
167
155
|
}
|
|
168
156
|
}
|
|
169
|
-
if ((
|
|
170
|
-
r =
|
|
157
|
+
if ((e = r) !== void 0) {
|
|
158
|
+
r = e.nextSub;
|
|
171
159
|
continue;
|
|
172
160
|
}
|
|
173
161
|
for (; d !== void 0; )
|
|
174
|
-
if (
|
|
175
|
-
r =
|
|
162
|
+
if (e = d.value, d = d.prev, e !== void 0) {
|
|
163
|
+
r = e.nextSub;
|
|
176
164
|
continue t;
|
|
177
165
|
}
|
|
178
166
|
break;
|
|
179
167
|
} while (!0);
|
|
180
168
|
}
|
|
181
|
-
function
|
|
182
|
-
let d,
|
|
169
|
+
function h(e, r) {
|
|
170
|
+
let d, a = 0, i = !1;
|
|
183
171
|
t: do {
|
|
184
|
-
const
|
|
172
|
+
const n = e.dep, s = n.flags;
|
|
185
173
|
if (r.flags & 16)
|
|
186
|
-
|
|
187
|
-
else if ((
|
|
188
|
-
if (t(
|
|
189
|
-
const
|
|
190
|
-
|
|
174
|
+
i = !0;
|
|
175
|
+
else if ((s & 17) === 17) {
|
|
176
|
+
if (t(n)) {
|
|
177
|
+
const u = n.subs;
|
|
178
|
+
u.nextSub !== void 0 && f(u), i = !0;
|
|
191
179
|
}
|
|
192
|
-
} else if ((
|
|
193
|
-
(
|
|
180
|
+
} else if ((s & 33) === 33) {
|
|
181
|
+
(e.nextSub !== void 0 || e.prevSub !== void 0) && (d = { value: e, prev: d }), e = n.deps, r = n, ++a;
|
|
194
182
|
continue;
|
|
195
183
|
}
|
|
196
|
-
if (!
|
|
197
|
-
const
|
|
198
|
-
if (
|
|
199
|
-
|
|
184
|
+
if (!i) {
|
|
185
|
+
const u = e.nextDep;
|
|
186
|
+
if (u !== void 0) {
|
|
187
|
+
e = u;
|
|
200
188
|
continue;
|
|
201
189
|
}
|
|
202
190
|
}
|
|
203
|
-
for (;
|
|
204
|
-
const
|
|
205
|
-
if (
|
|
191
|
+
for (; a--; ) {
|
|
192
|
+
const u = r.subs, F = u.nextSub !== void 0;
|
|
193
|
+
if (F ? (e = d.value, d = d.prev) : e = u, i) {
|
|
206
194
|
if (t(r)) {
|
|
207
|
-
|
|
195
|
+
F && f(u), r = e.sub;
|
|
208
196
|
continue;
|
|
209
197
|
}
|
|
210
|
-
|
|
198
|
+
i = !1;
|
|
211
199
|
} else
|
|
212
200
|
r.flags &= -33;
|
|
213
|
-
r =
|
|
214
|
-
const
|
|
215
|
-
if (
|
|
216
|
-
|
|
201
|
+
r = e.sub;
|
|
202
|
+
const z = e.nextDep;
|
|
203
|
+
if (z !== void 0) {
|
|
204
|
+
e = z;
|
|
217
205
|
continue t;
|
|
218
206
|
}
|
|
219
207
|
}
|
|
220
|
-
return
|
|
208
|
+
return i;
|
|
221
209
|
} while (!0);
|
|
222
210
|
}
|
|
223
|
-
function
|
|
211
|
+
function f(e) {
|
|
224
212
|
do {
|
|
225
|
-
const r =
|
|
226
|
-
(d & 48) === 32 && (r.flags = d | 16, (d & 6) === 2 &&
|
|
227
|
-
} while ((
|
|
213
|
+
const r = e.sub, d = r.flags;
|
|
214
|
+
(d & 48) === 32 && (r.flags = d | 16, (d & 6) === 2 && o(r));
|
|
215
|
+
} while ((e = e.nextSub) !== void 0);
|
|
228
216
|
}
|
|
229
|
-
function
|
|
217
|
+
function x(e, r) {
|
|
230
218
|
let d = r.depsTail;
|
|
231
219
|
for (; d !== void 0; ) {
|
|
232
|
-
if (d ===
|
|
220
|
+
if (d === e)
|
|
233
221
|
return !0;
|
|
234
222
|
d = d.prevDep;
|
|
235
223
|
}
|
|
236
224
|
return !1;
|
|
237
225
|
}
|
|
238
226
|
}
|
|
239
|
-
let
|
|
240
|
-
const
|
|
227
|
+
let T = 0, b = 0, k = 0, c;
|
|
228
|
+
const m = [], { link: A, unlink: _, propagate: P, checkDirty: U, shallowPropagate: j } = R({
|
|
241
229
|
update(t) {
|
|
242
|
-
return t.depsTail !== void 0 ?
|
|
230
|
+
return t.depsTail !== void 0 ? M(t) : S(t);
|
|
243
231
|
},
|
|
244
232
|
notify(t) {
|
|
245
|
-
var
|
|
246
|
-
let
|
|
233
|
+
var p;
|
|
234
|
+
let o = k, l = o;
|
|
247
235
|
do
|
|
248
|
-
if (t.flags &= -3,
|
|
236
|
+
if (t.flags &= -3, m[o++] = t, t = (p = t.subs) == null ? void 0 : p.sub, t === void 0 || !(t.flags & 2))
|
|
249
237
|
break;
|
|
250
238
|
while (!0);
|
|
251
|
-
for (
|
|
252
|
-
const
|
|
253
|
-
|
|
239
|
+
for (k = o; l < --o; ) {
|
|
240
|
+
const g = m[l];
|
|
241
|
+
m[l++] = m[o], m[o] = g;
|
|
254
242
|
}
|
|
255
243
|
},
|
|
256
244
|
unwatched(t) {
|
|
257
|
-
t.flags & 1 ? t.depsTail !== void 0 && (t.depsTail = void 0, t.flags = 17,
|
|
245
|
+
t.flags & 1 ? t.depsTail !== void 0 && (t.depsTail = void 0, t.flags = 17, v(t)) : D.call(t);
|
|
258
246
|
}
|
|
259
247
|
});
|
|
260
|
-
function
|
|
261
|
-
const
|
|
262
|
-
return
|
|
248
|
+
function y(t) {
|
|
249
|
+
const o = c;
|
|
250
|
+
return c = t, o;
|
|
263
251
|
}
|
|
264
|
-
function
|
|
265
|
-
return
|
|
252
|
+
function W(t) {
|
|
253
|
+
return O.bind({
|
|
266
254
|
currentValue: t,
|
|
267
255
|
pendingValue: t,
|
|
268
256
|
subs: void 0,
|
|
@@ -270,157 +258,125 @@ function G(t) {
|
|
|
270
258
|
flags: 1
|
|
271
259
|
});
|
|
272
260
|
}
|
|
273
|
-
function
|
|
274
|
-
const
|
|
261
|
+
function I(t) {
|
|
262
|
+
const o = {
|
|
275
263
|
fn: t,
|
|
276
264
|
subs: void 0,
|
|
277
265
|
subsTail: void 0,
|
|
278
266
|
deps: void 0,
|
|
279
267
|
depsTail: void 0,
|
|
280
268
|
flags: 6
|
|
281
|
-
},
|
|
282
|
-
|
|
269
|
+
}, l = y(o);
|
|
270
|
+
l !== void 0 && A(o, l, 0);
|
|
283
271
|
try {
|
|
284
|
-
|
|
272
|
+
o.fn();
|
|
285
273
|
} finally {
|
|
286
|
-
|
|
274
|
+
c = l, o.flags &= -5;
|
|
287
275
|
}
|
|
288
|
-
return
|
|
276
|
+
return q.bind(o);
|
|
289
277
|
}
|
|
290
|
-
function
|
|
291
|
-
++
|
|
292
|
-
const
|
|
278
|
+
function M(t) {
|
|
279
|
+
++T, t.depsTail = void 0, t.flags = 5;
|
|
280
|
+
const o = y(t);
|
|
293
281
|
try {
|
|
294
|
-
const
|
|
295
|
-
return
|
|
282
|
+
const l = t.value;
|
|
283
|
+
return l !== (t.value = t.getter(l));
|
|
296
284
|
} finally {
|
|
297
|
-
|
|
285
|
+
c = o, t.flags &= -5, v(t);
|
|
298
286
|
}
|
|
299
287
|
}
|
|
300
|
-
function
|
|
288
|
+
function S(t) {
|
|
301
289
|
return t.flags = 1, t.currentValue !== (t.currentValue = t.pendingValue);
|
|
302
290
|
}
|
|
303
|
-
function
|
|
304
|
-
const
|
|
305
|
-
if (
|
|
306
|
-
++
|
|
307
|
-
const
|
|
291
|
+
function K(t) {
|
|
292
|
+
const o = t.flags;
|
|
293
|
+
if (o & 16 || o & 32 && U(t.deps, t)) {
|
|
294
|
+
++T, t.depsTail = void 0, t.flags = 6;
|
|
295
|
+
const l = y(t);
|
|
308
296
|
try {
|
|
309
297
|
t.fn();
|
|
310
298
|
} finally {
|
|
311
|
-
|
|
299
|
+
c = l, t.flags &= -5, v(t);
|
|
312
300
|
}
|
|
313
301
|
} else
|
|
314
302
|
t.flags = 2;
|
|
315
303
|
}
|
|
316
|
-
function
|
|
317
|
-
for (;
|
|
318
|
-
const t =
|
|
319
|
-
|
|
304
|
+
function V() {
|
|
305
|
+
for (; b < k; ) {
|
|
306
|
+
const t = m[b];
|
|
307
|
+
m[b++] = void 0, K(t);
|
|
320
308
|
}
|
|
321
|
-
|
|
309
|
+
b = 0, k = 0;
|
|
322
310
|
}
|
|
323
|
-
function
|
|
324
|
-
var
|
|
311
|
+
function O(...t) {
|
|
312
|
+
var o;
|
|
325
313
|
if (t.length) {
|
|
326
314
|
if (this.pendingValue !== (this.pendingValue = t[0])) {
|
|
327
315
|
this.flags = 17;
|
|
328
|
-
const
|
|
329
|
-
|
|
316
|
+
const l = this.subs;
|
|
317
|
+
l !== void 0 && (P(l), V());
|
|
330
318
|
}
|
|
331
319
|
} else {
|
|
332
|
-
if (this.flags & 16 &&
|
|
333
|
-
const
|
|
334
|
-
|
|
320
|
+
if (this.flags & 16 && S(this)) {
|
|
321
|
+
const p = this.subs;
|
|
322
|
+
p !== void 0 && j(p);
|
|
335
323
|
}
|
|
336
|
-
let
|
|
337
|
-
for (;
|
|
338
|
-
if (
|
|
339
|
-
|
|
324
|
+
let l = c;
|
|
325
|
+
for (; l !== void 0; ) {
|
|
326
|
+
if (l.flags & 3) {
|
|
327
|
+
A(this, l, T);
|
|
340
328
|
break;
|
|
341
329
|
}
|
|
342
|
-
|
|
330
|
+
l = (o = l.subs) == null ? void 0 : o.sub;
|
|
343
331
|
}
|
|
344
332
|
return this.currentValue;
|
|
345
333
|
}
|
|
346
334
|
}
|
|
347
|
-
function
|
|
348
|
-
|
|
335
|
+
function q() {
|
|
336
|
+
D.call(this);
|
|
349
337
|
}
|
|
350
|
-
function
|
|
351
|
-
this.depsTail = void 0, this.flags = 0,
|
|
338
|
+
function D() {
|
|
339
|
+
this.depsTail = void 0, this.flags = 0, v(this);
|
|
352
340
|
const t = this.subs;
|
|
353
|
-
t !== void 0 &&
|
|
341
|
+
t !== void 0 && _(t);
|
|
354
342
|
}
|
|
355
|
-
function
|
|
356
|
-
const
|
|
357
|
-
let
|
|
358
|
-
for (;
|
|
359
|
-
|
|
343
|
+
function v(t) {
|
|
344
|
+
const o = t.depsTail;
|
|
345
|
+
let l = o !== void 0 ? o.nextDep : t.deps;
|
|
346
|
+
for (; l !== void 0; )
|
|
347
|
+
l = _(l, t);
|
|
360
348
|
}
|
|
361
|
-
function
|
|
362
|
-
return
|
|
349
|
+
function G(t) {
|
|
350
|
+
return W(t);
|
|
363
351
|
}
|
|
364
|
-
function
|
|
365
|
-
return [
|
|
366
|
-
let
|
|
367
|
-
t(),
|
|
352
|
+
function H(t) {
|
|
353
|
+
return [L((o) => {
|
|
354
|
+
let l = I(() => {
|
|
355
|
+
t(), o();
|
|
368
356
|
});
|
|
369
|
-
return () =>
|
|
370
|
-
}, () => t(), () => t()), (
|
|
371
|
-
t(typeof
|
|
357
|
+
return () => l();
|
|
358
|
+
}, () => t(), () => t()), (o) => {
|
|
359
|
+
t(typeof o == "function" ? o(t()) : o);
|
|
372
360
|
}];
|
|
373
361
|
}
|
|
374
|
-
function
|
|
375
|
-
return t
|
|
376
|
-
|
|
377
|
-
* A Map of event names to registered handler functions.
|
|
378
|
-
*/
|
|
379
|
-
all: t,
|
|
380
|
-
/**
|
|
381
|
-
* Register an event handler for the given type.
|
|
382
|
-
* @param {string|symbol} type Type of event to listen for, or `'*'` for all events
|
|
383
|
-
* @param {Function} handler Function to call in response to given event
|
|
384
|
-
* @memberOf mitt
|
|
385
|
-
*/
|
|
386
|
-
//@ts-expect-error
|
|
387
|
-
on(e, o) {
|
|
388
|
-
const a = t.get(e);
|
|
389
|
-
a ? a.push(o) : t.set(e, [o]);
|
|
390
|
-
},
|
|
391
|
-
/**
|
|
392
|
-
* Remove an event handler for the given type.
|
|
393
|
-
* If `handler` is omitted, all handlers of the given type are removed.
|
|
394
|
-
* @param {string|symbol} type Type of event to unregister `handler` from (`'*'` to remove a wildcard handler)
|
|
395
|
-
* @param {Function} [handler] Handler function to remove
|
|
396
|
-
* @memberOf mitt
|
|
397
|
-
*/
|
|
398
|
-
//@ts-expect-error
|
|
399
|
-
off(e, o) {
|
|
400
|
-
const a = t.get(e);
|
|
401
|
-
a && (o ? a.splice(a.indexOf(o) >>> 0, 1) : t.set(e, []));
|
|
402
|
-
},
|
|
403
|
-
/**
|
|
404
|
-
* Invoke all handlers for the given type.
|
|
405
|
-
* If present, `'*'` handlers are invoked after type-matched handlers.
|
|
406
|
-
*
|
|
407
|
-
* Note: Manually firing '*' handlers is not supported.
|
|
408
|
-
*
|
|
409
|
-
* @param {string|symbol} type The event type to invoke
|
|
410
|
-
* @param {Any} [evt] Any value (object is recommended and powerful), passed to each handler
|
|
411
|
-
* @memberOf mitt
|
|
412
|
-
*/
|
|
413
|
-
emit(e, o) {
|
|
414
|
-
let a = t.get(e);
|
|
415
|
-
a && [...a].map((u) => {
|
|
416
|
-
u(o);
|
|
417
|
-
}), a = t.get("*"), a && [...a].map((u) => {
|
|
418
|
-
u(e, o);
|
|
419
|
-
});
|
|
420
|
-
}
|
|
362
|
+
function ft(t, o) {
|
|
363
|
+
return window.addEventListener(t, o), () => {
|
|
364
|
+
window.removeEventListener(t, o);
|
|
421
365
|
};
|
|
422
366
|
}
|
|
423
|
-
|
|
367
|
+
function X(t, o) {
|
|
368
|
+
window.dispatchEvent(
|
|
369
|
+
new CustomEvent(t, {
|
|
370
|
+
detail: o
|
|
371
|
+
})
|
|
372
|
+
);
|
|
373
|
+
}
|
|
374
|
+
const Y = {
|
|
375
|
+
UPLOAD_IMAGE: (t) => `UPLOAD_IMAGE-${t}`,
|
|
376
|
+
UPLOAD_VIDEO: (t) => `UPLOAD_VIDEO-${t}`,
|
|
377
|
+
UPDATE_THEME: (t) => `UPDATE_THEME-${t}`,
|
|
378
|
+
CHANGE_LANGUAGE: "CHANGE_LANGUAGE"
|
|
379
|
+
}, $ = {
|
|
424
380
|
"editor.remove": "Remove",
|
|
425
381
|
"editor.copy": "Copy",
|
|
426
382
|
"editor.words": "WORDS",
|
|
@@ -583,6 +539,7 @@ const it = {
|
|
|
583
539
|
"editor.textDirection.auto.tooltip": "Auto",
|
|
584
540
|
"editor.textDirection.ltr.tooltip": "Left to Right",
|
|
585
541
|
"editor.textDirection.rtl.tooltip": "Right to Left",
|
|
542
|
+
"editor.textDirection.unset.tooltip": "Unset",
|
|
586
543
|
"editor.attachment.tooltip": "Attachment",
|
|
587
544
|
"editor.attachment.uploading": "Uploading",
|
|
588
545
|
"editor.attachment.please_upload": "Please upload the file",
|
|
@@ -596,7 +553,184 @@ const it = {
|
|
|
596
553
|
"editor.upload.fileTypeNotSupported": "{fileName} file type not supported",
|
|
597
554
|
"editor.upload.fileSizeTooBig": "{fileName} file size too big, maximum size is {size}MB",
|
|
598
555
|
"editor.upload.error": "Error uploading file"
|
|
599
|
-
},
|
|
556
|
+
}, J = {
|
|
557
|
+
"editor.remove": "Poista",
|
|
558
|
+
"editor.copy": "Kopioi",
|
|
559
|
+
"editor.words": "SANAT",
|
|
560
|
+
"editor.characters": "MERKIT",
|
|
561
|
+
"editor.default": "Oletus",
|
|
562
|
+
"editor.recent": "Viimeksi käytetyt",
|
|
563
|
+
"editor.nofill": "Ei täyttöä",
|
|
564
|
+
"editor.format": "Muotoilun kopioija",
|
|
565
|
+
"editor.delete": "Poista",
|
|
566
|
+
"editor.edit": "Muokkaa",
|
|
567
|
+
"editor.settings": "Asetukset",
|
|
568
|
+
"editor.table_of_content": "Sisällysluettelo",
|
|
569
|
+
"editor.draghandle.tooltip": "Muokkaa",
|
|
570
|
+
"editor.copyToClipboard": "Kopioi leikepöydälle",
|
|
571
|
+
"editor.slash": "Paina '/' nähdäksesi komennot",
|
|
572
|
+
"editor.slash.empty": "Ei tuloksia",
|
|
573
|
+
"editor.slash.format": "Muotoile",
|
|
574
|
+
"editor.slash.insert": "Lisää",
|
|
575
|
+
"editor.slash.embed": "Upota palvelut",
|
|
576
|
+
"editor.content": "Syötä sisältö",
|
|
577
|
+
"editor.fontFamily.tooltip": "Fontti",
|
|
578
|
+
"editor.fontFamily.default.tooltip": "Oletus",
|
|
579
|
+
"editor.moremark": "Lisää tekstityylejä",
|
|
580
|
+
"editor.size.small.tooltip": "Pieni",
|
|
581
|
+
"editor.size.medium.tooltip": "Keskikokoinen",
|
|
582
|
+
"editor.size.large.tooltip": "Iso",
|
|
583
|
+
"editor.bold.tooltip": "Lihavointi",
|
|
584
|
+
"editor.italic.tooltip": "Kursivointi",
|
|
585
|
+
"editor.underline.tooltip": "Alleviivaus",
|
|
586
|
+
"editor.strike.tooltip": "Yliviivaus",
|
|
587
|
+
"editor.color.tooltip": "Väri",
|
|
588
|
+
"editor.color.more": "Lisää värejä",
|
|
589
|
+
"editor.highlight.tooltip": "Korosta",
|
|
590
|
+
"editor.lineheight.tooltip": "Riviväli",
|
|
591
|
+
"editor.heading.tooltip": "Otsikot",
|
|
592
|
+
"editor.heading.h1.tooltip": "Otsikko 1",
|
|
593
|
+
"editor.heading.h2.tooltip": "Otsikko 2",
|
|
594
|
+
"editor.heading.h3.tooltip": "Otsikko 3",
|
|
595
|
+
"editor.heading.h4.tooltip": "Otsikko 4",
|
|
596
|
+
"editor.heading.h5.tooltip": "Otsikko 5",
|
|
597
|
+
"editor.heading.h6.tooltip": "Otsikko 6",
|
|
598
|
+
"editor.paragraph.tooltip": "Kappale",
|
|
599
|
+
"editor.textalign.tooltip": "Tasaus",
|
|
600
|
+
"editor.textalign.left.tooltip": "Vasen",
|
|
601
|
+
"editor.textalign.center.tooltip": "Keski",
|
|
602
|
+
"editor.textalign.right.tooltip": "Oikea",
|
|
603
|
+
"editor.textalign.justify.tooltip": "Tasaa",
|
|
604
|
+
"editor.indent": "Sisennys",
|
|
605
|
+
"editor.indent.indent": "Lisää sisennystä",
|
|
606
|
+
"editor.indent.outdent": "Vähennä sisennystä",
|
|
607
|
+
"editor.fontSize.tooltip": "Fontin koko",
|
|
608
|
+
"editor.fontSize.default.tooltip": "Oletus",
|
|
609
|
+
"editor.superscript.tooltip": "Yläindeksi",
|
|
610
|
+
"editor.subscript.tooltip": "Alaindeksi",
|
|
611
|
+
"editor.bulletlist.tooltip": "Lista",
|
|
612
|
+
"editor.orderedlist.tooltip": "Numeroitu lista",
|
|
613
|
+
"editor.tasklist.tooltip": "Tehtävälista",
|
|
614
|
+
"editor.indent.tooltip": "Sisennä",
|
|
615
|
+
"editor.outdent.tooltip": "Poista sisennys",
|
|
616
|
+
"editor.columns.tooltip": "Sarakkeet",
|
|
617
|
+
"editor.link.tooltip": "Linkki",
|
|
618
|
+
"editor.link.unlink.tooltip": "Poista linkki",
|
|
619
|
+
"editor.link.open.tooltip": "Avaa linkki",
|
|
620
|
+
"editor.link.edit.tooltip": "Muokkaa linkkiä",
|
|
621
|
+
"editor.link.dialog.title": "Lisää linkki",
|
|
622
|
+
"editor.link.dialog.link": "Linkki",
|
|
623
|
+
"editor.link.dialog.text": "Teksti",
|
|
624
|
+
"editor.link.dialog.openInNewTab": "Avaa uudessa välilehdessä",
|
|
625
|
+
"editor.link.dialog.link.placeholder": "Linkin osoite",
|
|
626
|
+
"editor.link.dialog.text.placeholder": "Lisää kuvaus",
|
|
627
|
+
"editor.link.dialog.button.apply": "Käytä",
|
|
628
|
+
"editor.image.tooltip": "Kuva",
|
|
629
|
+
"editor.image.dragger.tooltip": "Klikkaa tai pudota kuva ladataksesi",
|
|
630
|
+
"editor.image.float.left.tooltip": "Asemoi vasemmalle",
|
|
631
|
+
"editor.image.float.none.tooltip": "Ei asemointia",
|
|
632
|
+
"editor.image.float.right.tooltip": "Asemoi oikealle",
|
|
633
|
+
"editor.image.dialog.title": "Lisää kuva",
|
|
634
|
+
"editor.image.dialog.tab.url": "Url",
|
|
635
|
+
"editor.image.dialog.tab.upload": "Lataa",
|
|
636
|
+
"editor.image.dialog.tab.uploadCrop": "Lataa & Rajaa",
|
|
637
|
+
"editor.image.dialog.uploading": "Ladataan",
|
|
638
|
+
"editor.link.dialog.inline": "Rivissä",
|
|
639
|
+
"editor.image.dialog.form.link": "Linkki",
|
|
640
|
+
"editor.image.dialog.placeholder": "Linkki",
|
|
641
|
+
"editor.image.dialog.form.alt": "Alt",
|
|
642
|
+
"editor.image.dialog.form.aspectRatio": "Lukitse alkuperäinen kuvasuhde",
|
|
643
|
+
"editor.image.dialog.form.file": "Tiedosto",
|
|
644
|
+
"editor.image.dialog.button.apply": "Käytä",
|
|
645
|
+
"editor.video.tooltip": "Video",
|
|
646
|
+
"editor.video.dialog.tab.upload": "Lataa",
|
|
647
|
+
"editor.video.dialog.uploading": "Ladataan",
|
|
648
|
+
"editor.video.dialog.title": "Upota tai lataa video",
|
|
649
|
+
"editor.video.dialog.link": "Linkki",
|
|
650
|
+
"editor.video.dialog.placeholder": "Linkki",
|
|
651
|
+
"editor.video.dialog.button.apply": "Käytä",
|
|
652
|
+
"editor.table.tooltip": "Taulukko",
|
|
653
|
+
"editor.table.menu.insert_table": "Lisää taulukko",
|
|
654
|
+
"editor.table.menu.insert_table.with_header_row": "Otsikkorivillä",
|
|
655
|
+
"editor.table.menu.add_column_before": "Lisää sarake ennen",
|
|
656
|
+
"editor.table.menu.add_column_after": "Lisää sarake jälkeen",
|
|
657
|
+
"editor.table.menu.delete_column": "Poista sarake",
|
|
658
|
+
"editor.table.menu.add_row_before": "Lisää rivi ennen",
|
|
659
|
+
"editor.table.menu.add_row_after": "Lisää rivi jälkeen",
|
|
660
|
+
"editor.table.menu.delete_row": "Poista rivi",
|
|
661
|
+
"editor.table.menu.merge_or_split_cells": "Yhdistä tai jaa solut",
|
|
662
|
+
"editor.table.menu.delete_table": "Poista taulukko",
|
|
663
|
+
"editor.blockquote.tooltip": "Lainaus",
|
|
664
|
+
"editor.horizontalrule.tooltip": "Vaakaviiva",
|
|
665
|
+
"editor.code.tooltip": "Koodi",
|
|
666
|
+
"editor.codeblock.tooltip": "Koodilohko",
|
|
667
|
+
"editor.clear.tooltip": "Tyhjennä muotoilu",
|
|
668
|
+
"editor.undo.tooltip": "Kumoa",
|
|
669
|
+
"editor.redo.tooltip": "Tee uudelleen",
|
|
670
|
+
"editor.fullscreen.tooltip.fullscreen": "Koko näyttö",
|
|
671
|
+
"editor.fullscreen.tooltip.exit": "Poistu koko näytöstä",
|
|
672
|
+
"editor.imageUpload.cancel": "Peruuta",
|
|
673
|
+
"editor.imageUpload.crop": "Rajaa",
|
|
674
|
+
"editor.imageUpload.uploading": "Ladataan...",
|
|
675
|
+
"editor.imageUpload.alt": "Alt-Teksti",
|
|
676
|
+
"editor.imageUpload.fileTypeNotSupported": "Tiedostotyyppi ei tuettu",
|
|
677
|
+
"editor.imageUpload.fileSizeTooBig": "Tiedosto liian suuri, suurin sallittu koko on",
|
|
678
|
+
"editor.table.menu.insertColumnBefore": "Lisää sarake ennen",
|
|
679
|
+
"editor.table.menu.insertColumnAfter": "Lisää sarake jälkeen",
|
|
680
|
+
"editor.table.menu.deleteColumn": "Poista sarake",
|
|
681
|
+
"editor.table.menu.insertRowAbove": "Lisää rivi yläpuolelle",
|
|
682
|
+
"editor.table.menu.insertRowBelow": "Lisää rivi alapuolelle",
|
|
683
|
+
"editor.table.menu.deleteRow": "Poista rivi",
|
|
684
|
+
"editor.table.menu.mergeCells": "Yhdistä solut",
|
|
685
|
+
"editor.table.menu.splitCells": "Jaa solut",
|
|
686
|
+
"editor.table.menu.deleteTable": "Poista taulukko",
|
|
687
|
+
"editor.table.menu.setCellsBgColor": "Solun taustaväri",
|
|
688
|
+
"editor.emoji.tooltip": "Emoji",
|
|
689
|
+
"editor.iframe.tooltip": "Iframe",
|
|
690
|
+
"editor.searchAndReplace.tooltip": "Etsi ja korvaa",
|
|
691
|
+
"editor.search.dialog.text": "Etsi",
|
|
692
|
+
"editor.replace.dialog.text": "Korvaa",
|
|
693
|
+
"editor.replaceAll.dialog.text": "Korvaa kaikki",
|
|
694
|
+
"editor.previous.dialog.text": "Edellinen",
|
|
695
|
+
"editor.next.dialog.text": "Seuraava",
|
|
696
|
+
no_result_found: "Ei tuloksia",
|
|
697
|
+
"Smileys & People": "Hymiöt & Ihmiset",
|
|
698
|
+
"Animals & Nature": "Eläimet & Luonto",
|
|
699
|
+
"Food & Drink": "Ruoka & Juoma",
|
|
700
|
+
Activity: "Toiminta",
|
|
701
|
+
"Travel & Places": "Matkat & Paikat",
|
|
702
|
+
Object: "Esineet",
|
|
703
|
+
Symbol: "Symbolit",
|
|
704
|
+
Flags: "Liput",
|
|
705
|
+
"Frequently used": "Usein käytetyt",
|
|
706
|
+
"editor.formula.dialog.text": "Kaava",
|
|
707
|
+
"editor.katex.tooltip": "Matemaattinen kaava",
|
|
708
|
+
"editor.exportPdf.tooltip": "Vie PDF",
|
|
709
|
+
"editor.exportWord.tooltip": "Vie Word",
|
|
710
|
+
"editor.importWord.tooltip": "Tuo Word",
|
|
711
|
+
"editor.importWord.limitSize": "Tiedoston koko ei saa ylittää",
|
|
712
|
+
"editor.importWord.converting": "Muunnetaan Word-dokumenttia, odota...",
|
|
713
|
+
"editor.importWord.convertError": "Virhe Word-dokumentin käsittelyssä",
|
|
714
|
+
"editor.importWord.importError": "Virhe Word-dokumentin tuonnissa",
|
|
715
|
+
"editor.textDirection.tooltip": "Tekstin suunta",
|
|
716
|
+
"editor.textDirection.auto.tooltip": "Automaattinen",
|
|
717
|
+
"editor.textDirection.ltr.tooltip": "Vasemmalta oikealle",
|
|
718
|
+
"editor.textDirection.rtl.tooltip": "Oikealta vasemmalle",
|
|
719
|
+
"editor.textDirection.unset.tooltip": "Poista asetus",
|
|
720
|
+
"editor.attachment.tooltip": "Liite",
|
|
721
|
+
"editor.attachment.uploading": "Ladataan",
|
|
722
|
+
"editor.attachment.please_upload": "Lataa tiedosto",
|
|
723
|
+
"editor.imageGif.tooltip": "Gif",
|
|
724
|
+
"editor.replace.caseSensitive": "Huomioi isot ja pienet kirjaimet",
|
|
725
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
726
|
+
"editor.twitter.tooltip": "Twitter",
|
|
727
|
+
"editor.codeView.tooltip": "Koodinäkymä",
|
|
728
|
+
"editor.tooltip.flipX": "Käännä vaakasuunnassa",
|
|
729
|
+
"editor.tooltip.flipY": "Käännä pystysuunnassa",
|
|
730
|
+
"editor.upload.fileTypeNotSupported": "{fileName}-tiedostotyyppi ei tuettu",
|
|
731
|
+
"editor.upload.fileSizeTooBig": "{fileName}-tiedosto liian suuri, suurin sallittu koko on {size}MB",
|
|
732
|
+
"editor.upload.error": "Virhe tiedoston latauksessa"
|
|
733
|
+
}, Q = {
|
|
600
734
|
"editor.remove": "Eltávolítás",
|
|
601
735
|
"editor.copy": "Másolás",
|
|
602
736
|
"editor.words": "SZAVAK",
|
|
@@ -759,6 +893,7 @@ const it = {
|
|
|
759
893
|
"editor.textDirection.auto.tooltip": "Automatikus",
|
|
760
894
|
"editor.textDirection.ltr.tooltip": "Balról jobbra",
|
|
761
895
|
"editor.textDirection.rtl.tooltip": "Jobbról balra",
|
|
896
|
+
"editor.textDirection.unset.tooltip": "Beállítás visszavonása",
|
|
762
897
|
"editor.attachment.tooltip": "Csatolmány",
|
|
763
898
|
"editor.attachment.uploading": "Feltöltés alatt",
|
|
764
899
|
"editor.attachment.please_upload": "Töltse fel a fájlt",
|
|
@@ -772,7 +907,7 @@ const it = {
|
|
|
772
907
|
"editor.upload.fileTypeNotSupported": "{fileName} fájltípus nem támogatott",
|
|
773
908
|
"editor.upload.fileSizeTooBig": "{fileName} fájlméret túl nagy, maximális méret {size}MB",
|
|
774
909
|
"editor.upload.error": "Hiba a fájl feltöltésekor"
|
|
775
|
-
},
|
|
910
|
+
}, Z = {
|
|
776
911
|
"editor.remove": "Remover",
|
|
777
912
|
"editor.copy": "Copiar",
|
|
778
913
|
"editor.words": "PALAVRAS",
|
|
@@ -935,6 +1070,7 @@ const it = {
|
|
|
935
1070
|
"editor.textDirection.auto.tooltip": "Automático",
|
|
936
1071
|
"editor.textDirection.ltr.tooltip": "Esquerda para Direita",
|
|
937
1072
|
"editor.textDirection.rtl.tooltip": "Direita para Esquerda",
|
|
1073
|
+
"editor.textDirection.unset.tooltip": "Desconfigurar",
|
|
938
1074
|
"editor.attachment.tooltip": "Anexo",
|
|
939
1075
|
"editor.attachment.uploading": "Enviando",
|
|
940
1076
|
"editor.attachment.please_upload": "Por favor, envie o arquivo",
|
|
@@ -948,7 +1084,7 @@ const it = {
|
|
|
948
1084
|
"editor.upload.fileTypeNotSupported": "{fileName} tipo de arquivo não suportado",
|
|
949
1085
|
"editor.upload.fileSizeTooBig": "{fileName} tamanho do arquivo muito grande, o tamanho máximo é {size}MB",
|
|
950
1086
|
"editor.upload.error": "Erro ao enviar arquivo"
|
|
951
|
-
},
|
|
1087
|
+
}, tt = {
|
|
952
1088
|
"editor.remove": "Xóa",
|
|
953
1089
|
"editor.copy": "Sao chép",
|
|
954
1090
|
"editor.words": "TỪ",
|
|
@@ -1111,6 +1247,7 @@ const it = {
|
|
|
1111
1247
|
"editor.textDirection.auto.tooltip": "Tự động",
|
|
1112
1248
|
"editor.textDirection.ltr.tooltip": "Trái sang Phải",
|
|
1113
1249
|
"editor.textDirection.rtl.tooltip": "Phải sang Trái",
|
|
1250
|
+
"editor.textDirection.unset.tooltip": "Bỏ đặt",
|
|
1114
1251
|
"editor.attachment.tooltip": "Đính kèm",
|
|
1115
1252
|
"editor.attachment.uploading": "Đang tải lên",
|
|
1116
1253
|
"editor.attachment.please_upload": "Vui lòng tải lên tệp",
|
|
@@ -1124,7 +1261,7 @@ const it = {
|
|
|
1124
1261
|
"editor.upload.fileTypeNotSupported": "{fileName} loại tệp không được hỗ trợ",
|
|
1125
1262
|
"editor.upload.fileSizeTooBig": "{fileName} kích thước tệp quá lớn, kích thước tối đa là {size}MB",
|
|
1126
1263
|
"editor.upload.error": "Lỗi khi tải lên tệp"
|
|
1127
|
-
},
|
|
1264
|
+
}, et = {
|
|
1128
1265
|
"editor.remove": "移除",
|
|
1129
1266
|
"editor.copy": "复制",
|
|
1130
1267
|
"editor.words": "字数",
|
|
@@ -1287,6 +1424,7 @@ const it = {
|
|
|
1287
1424
|
"editor.textDirection.auto.tooltip": "自动",
|
|
1288
1425
|
"editor.textDirection.ltr.tooltip": "从左到右",
|
|
1289
1426
|
"editor.textDirection.rtl.tooltip": "从右到左",
|
|
1427
|
+
"editor.textDirection.unset.tooltip": "取消设置",
|
|
1290
1428
|
"editor.attachment.tooltip": "附件",
|
|
1291
1429
|
"editor.attachment.uploading": "上传中",
|
|
1292
1430
|
"editor.attachment.please_upload": "请上传文件",
|
|
@@ -1300,298 +1438,61 @@ const it = {
|
|
|
1300
1438
|
"editor.upload.fileTypeNotSupported": "{fileName} 文件类型不受支持",
|
|
1301
1439
|
"editor.upload.fileSizeTooBig": "{fileName} 文件大小超出限制,最大大小为 {size}MB",
|
|
1302
1440
|
"editor.upload.error": "上传文件时出错"
|
|
1303
|
-
},
|
|
1304
|
-
|
|
1305
|
-
"editor.copy": "Kopioi",
|
|
1306
|
-
"editor.words": "SANAT",
|
|
1307
|
-
"editor.characters": "MERKIT",
|
|
1308
|
-
"editor.default": "Oletus",
|
|
1309
|
-
"editor.recent": "Viimeksi käytetyt",
|
|
1310
|
-
"editor.nofill": "Ei täyttöä",
|
|
1311
|
-
"editor.format": "Muotoilun kopioija",
|
|
1312
|
-
"editor.delete": "Poista",
|
|
1313
|
-
"editor.edit": "Muokkaa",
|
|
1314
|
-
"editor.settings": "Asetukset",
|
|
1315
|
-
"editor.table_of_content": "Sisällysluettelo",
|
|
1316
|
-
"editor.draghandle.tooltip": "Muokkaa",
|
|
1317
|
-
"editor.copyToClipboard": "Kopioi leikepöydälle",
|
|
1318
|
-
"editor.slash": "Paina '/' nähdäksesi komennot",
|
|
1319
|
-
"editor.slash.empty": "Ei tuloksia",
|
|
1320
|
-
"editor.slash.format": "Muotoile",
|
|
1321
|
-
"editor.slash.insert": "Lisää",
|
|
1322
|
-
"editor.slash.embed": "Upota palvelut",
|
|
1323
|
-
"editor.content": "Syötä sisältö",
|
|
1324
|
-
"editor.fontFamily.tooltip": "Fontti",
|
|
1325
|
-
"editor.fontFamily.default.tooltip": "Oletus",
|
|
1326
|
-
"editor.moremark": "Lisää tekstityylejä",
|
|
1327
|
-
"editor.size.small.tooltip": "Pieni",
|
|
1328
|
-
"editor.size.medium.tooltip": "Keskikokoinen",
|
|
1329
|
-
"editor.size.large.tooltip": "Iso",
|
|
1330
|
-
"editor.bold.tooltip": "Lihavointi",
|
|
1331
|
-
"editor.italic.tooltip": "Kursivointi",
|
|
1332
|
-
"editor.underline.tooltip": "Alleviivaus",
|
|
1333
|
-
"editor.strike.tooltip": "Yliviivaus",
|
|
1334
|
-
"editor.color.tooltip": "Väri",
|
|
1335
|
-
"editor.color.more": "Lisää värejä",
|
|
1336
|
-
"editor.highlight.tooltip": "Korosta",
|
|
1337
|
-
"editor.lineheight.tooltip": "Riviväli",
|
|
1338
|
-
"editor.heading.tooltip": "Otsikot",
|
|
1339
|
-
"editor.heading.h1.tooltip": "Otsikko 1",
|
|
1340
|
-
"editor.heading.h2.tooltip": "Otsikko 2",
|
|
1341
|
-
"editor.heading.h3.tooltip": "Otsikko 3",
|
|
1342
|
-
"editor.heading.h4.tooltip": "Otsikko 4",
|
|
1343
|
-
"editor.heading.h5.tooltip": "Otsikko 5",
|
|
1344
|
-
"editor.heading.h6.tooltip": "Otsikko 6",
|
|
1345
|
-
"editor.paragraph.tooltip": "Kappale",
|
|
1346
|
-
"editor.textalign.tooltip": "Tasaus",
|
|
1347
|
-
"editor.textalign.left.tooltip": "Vasen",
|
|
1348
|
-
"editor.textalign.center.tooltip": "Keski",
|
|
1349
|
-
"editor.textalign.right.tooltip": "Oikea",
|
|
1350
|
-
"editor.textalign.justify.tooltip": "Tasaa",
|
|
1351
|
-
"editor.indent": "Sisennys",
|
|
1352
|
-
"editor.indent.indent": "Lisää sisennystä",
|
|
1353
|
-
"editor.indent.outdent": "Vähennä sisennystä",
|
|
1354
|
-
"editor.fontSize.tooltip": "Fontin koko",
|
|
1355
|
-
"editor.fontSize.default.tooltip": "Oletus",
|
|
1356
|
-
"editor.superscript.tooltip": "Yläindeksi",
|
|
1357
|
-
"editor.subscript.tooltip": "Alaindeksi",
|
|
1358
|
-
"editor.bulletlist.tooltip": "Lista",
|
|
1359
|
-
"editor.orderedlist.tooltip": "Numeroitu lista",
|
|
1360
|
-
"editor.tasklist.tooltip": "Tehtävälista",
|
|
1361
|
-
"editor.indent.tooltip": "Sisennä",
|
|
1362
|
-
"editor.outdent.tooltip": "Poista sisennys",
|
|
1363
|
-
"editor.columns.tooltip": "Sarakkeet",
|
|
1364
|
-
"editor.link.tooltip": "Linkki",
|
|
1365
|
-
"editor.link.unlink.tooltip": "Poista linkki",
|
|
1366
|
-
"editor.link.open.tooltip": "Avaa linkki",
|
|
1367
|
-
"editor.link.edit.tooltip": "Muokkaa linkkiä",
|
|
1368
|
-
"editor.link.dialog.title": "Lisää linkki",
|
|
1369
|
-
"editor.link.dialog.link": "Linkki",
|
|
1370
|
-
"editor.link.dialog.text": "Teksti",
|
|
1371
|
-
"editor.link.dialog.openInNewTab": "Avaa uudessa välilehdessä",
|
|
1372
|
-
"editor.link.dialog.link.placeholder": "Linkin osoite",
|
|
1373
|
-
"editor.link.dialog.text.placeholder": "Lisää kuvaus",
|
|
1374
|
-
"editor.link.dialog.button.apply": "Käytä",
|
|
1375
|
-
"editor.image.tooltip": "Kuva",
|
|
1376
|
-
"editor.image.dragger.tooltip": "Klikkaa tai pudota kuva ladataksesi",
|
|
1377
|
-
"editor.image.float.left.tooltip": "Asemoi vasemmalle",
|
|
1378
|
-
"editor.image.float.none.tooltip": "Ei asemointia",
|
|
1379
|
-
"editor.image.float.right.tooltip": "Asemoi oikealle",
|
|
1380
|
-
"editor.image.dialog.title": "Lisää kuva",
|
|
1381
|
-
"editor.image.dialog.tab.url": "Url",
|
|
1382
|
-
"editor.image.dialog.tab.upload": "Lataa",
|
|
1383
|
-
"editor.image.dialog.tab.uploadCrop": "Lataa & Rajaa",
|
|
1384
|
-
"editor.image.dialog.uploading": "Ladataan",
|
|
1385
|
-
"editor.link.dialog.inline": "Rivissä",
|
|
1386
|
-
"editor.image.dialog.form.link": "Linkki",
|
|
1387
|
-
"editor.image.dialog.placeholder": "Linkki",
|
|
1388
|
-
"editor.image.dialog.form.alt": "Alt",
|
|
1389
|
-
"editor.image.dialog.form.aspectRatio": "Lukitse alkuperäinen kuvasuhde",
|
|
1390
|
-
"editor.image.dialog.form.file": "Tiedosto",
|
|
1391
|
-
"editor.image.dialog.button.apply": "Käytä",
|
|
1392
|
-
"editor.video.tooltip": "Video",
|
|
1393
|
-
"editor.video.dialog.tab.upload": "Lataa",
|
|
1394
|
-
"editor.video.dialog.uploading": "Ladataan",
|
|
1395
|
-
"editor.video.dialog.title": "Upota tai lataa video",
|
|
1396
|
-
"editor.video.dialog.link": "Linkki",
|
|
1397
|
-
"editor.video.dialog.placeholder": "Linkki",
|
|
1398
|
-
"editor.video.dialog.button.apply": "Käytä",
|
|
1399
|
-
"editor.table.tooltip": "Taulukko",
|
|
1400
|
-
"editor.table.menu.insert_table": "Lisää taulukko",
|
|
1401
|
-
"editor.table.menu.insert_table.with_header_row": "Otsikkorivillä",
|
|
1402
|
-
"editor.table.menu.add_column_before": "Lisää sarake ennen",
|
|
1403
|
-
"editor.table.menu.add_column_after": "Lisää sarake jälkeen",
|
|
1404
|
-
"editor.table.menu.delete_column": "Poista sarake",
|
|
1405
|
-
"editor.table.menu.add_row_before": "Lisää rivi ennen",
|
|
1406
|
-
"editor.table.menu.add_row_after": "Lisää rivi jälkeen",
|
|
1407
|
-
"editor.table.menu.delete_row": "Poista rivi",
|
|
1408
|
-
"editor.table.menu.merge_or_split_cells": "Yhdistä tai jaa solut",
|
|
1409
|
-
"editor.table.menu.delete_table": "Poista taulukko",
|
|
1410
|
-
"editor.blockquote.tooltip": "Lainaus",
|
|
1411
|
-
"editor.horizontalrule.tooltip": "Vaakaviiva",
|
|
1412
|
-
"editor.code.tooltip": "Koodi",
|
|
1413
|
-
"editor.codeblock.tooltip": "Koodilohko",
|
|
1414
|
-
"editor.clear.tooltip": "Tyhjennä muotoilu",
|
|
1415
|
-
"editor.undo.tooltip": "Kumoa",
|
|
1416
|
-
"editor.redo.tooltip": "Tee uudelleen",
|
|
1417
|
-
"editor.fullscreen.tooltip.fullscreen": "Koko näyttö",
|
|
1418
|
-
"editor.fullscreen.tooltip.exit": "Poistu koko näytöstä",
|
|
1419
|
-
"editor.imageUpload.cancel": "Peruuta",
|
|
1420
|
-
"editor.imageUpload.crop": "Rajaa",
|
|
1421
|
-
"editor.imageUpload.uploading": "Ladataan...",
|
|
1422
|
-
"editor.imageUpload.alt": "Alt-Teksti",
|
|
1423
|
-
"editor.imageUpload.fileTypeNotSupported": "Tiedostotyyppi ei tuettu",
|
|
1424
|
-
"editor.imageUpload.fileSizeTooBig": "Tiedosto liian suuri, suurin sallittu koko on",
|
|
1425
|
-
"editor.table.menu.insertColumnBefore": "Lisää sarake ennen",
|
|
1426
|
-
"editor.table.menu.insertColumnAfter": "Lisää sarake jälkeen",
|
|
1427
|
-
"editor.table.menu.deleteColumn": "Poista sarake",
|
|
1428
|
-
"editor.table.menu.insertRowAbove": "Lisää rivi yläpuolelle",
|
|
1429
|
-
"editor.table.menu.insertRowBelow": "Lisää rivi alapuolelle",
|
|
1430
|
-
"editor.table.menu.deleteRow": "Poista rivi",
|
|
1431
|
-
"editor.table.menu.mergeCells": "Yhdistä solut",
|
|
1432
|
-
"editor.table.menu.splitCells": "Jaa solut",
|
|
1433
|
-
"editor.table.menu.deleteTable": "Poista taulukko",
|
|
1434
|
-
"editor.table.menu.setCellsBgColor": "Solun taustaväri",
|
|
1435
|
-
"editor.emoji.tooltip": "Emoji",
|
|
1436
|
-
"editor.iframe.tooltip": "Iframe",
|
|
1437
|
-
"editor.searchAndReplace.tooltip": "Etsi ja korvaa",
|
|
1438
|
-
"editor.search.dialog.text": "Etsi",
|
|
1439
|
-
"editor.replace.dialog.text": "Korvaa",
|
|
1440
|
-
"editor.replaceAll.dialog.text": "Korvaa kaikki",
|
|
1441
|
-
"editor.previous.dialog.text": "Edellinen",
|
|
1442
|
-
"editor.next.dialog.text": "Seuraava",
|
|
1443
|
-
no_result_found: "Ei tuloksia",
|
|
1444
|
-
"Smileys & People": "Hymiöt & Ihmiset",
|
|
1445
|
-
"Animals & Nature": "Eläimet & Luonto",
|
|
1446
|
-
"Food & Drink": "Ruoka & Juoma",
|
|
1447
|
-
Activity: "Toiminta",
|
|
1448
|
-
"Travel & Places": "Matkat & Paikat",
|
|
1449
|
-
Object: "Esineet",
|
|
1450
|
-
Symbol: "Symbolit",
|
|
1451
|
-
Flags: "Liput",
|
|
1452
|
-
"Frequently used": "Usein käytetyt",
|
|
1453
|
-
"editor.formula.dialog.text": "Kaava",
|
|
1454
|
-
"editor.katex.tooltip": "Matemaattinen kaava",
|
|
1455
|
-
"editor.exportPdf.tooltip": "Vie PDF",
|
|
1456
|
-
"editor.exportWord.tooltip": "Vie Word",
|
|
1457
|
-
"editor.importWord.tooltip": "Tuo Word",
|
|
1458
|
-
"editor.importWord.limitSize": "Tiedoston koko ei saa ylittää",
|
|
1459
|
-
"editor.importWord.converting": "Muunnetaan Word-dokumenttia, odota...",
|
|
1460
|
-
"editor.importWord.convertError": "Virhe Word-dokumentin käsittelyssä",
|
|
1461
|
-
"editor.importWord.importError": "Virhe Word-dokumentin tuonnissa",
|
|
1462
|
-
"editor.textDirection.tooltip": "Tekstin suunta",
|
|
1463
|
-
"editor.textDirection.auto.tooltip": "Automaattinen",
|
|
1464
|
-
"editor.textDirection.ltr.tooltip": "Vasemmalta oikealle",
|
|
1465
|
-
"editor.textDirection.rtl.tooltip": "Oikealta vasemmalle",
|
|
1466
|
-
"editor.attachment.tooltip": "Liite",
|
|
1467
|
-
"editor.attachment.uploading": "Ladataan",
|
|
1468
|
-
"editor.attachment.please_upload": "Lataa tiedosto",
|
|
1469
|
-
"editor.imageGif.tooltip": "Gif",
|
|
1470
|
-
"editor.replace.caseSensitive": "Huomioi isot ja pienet kirjaimet",
|
|
1471
|
-
"editor.mermaid.tooltip": "Mermaid",
|
|
1472
|
-
"editor.twitter.tooltip": "Twitter",
|
|
1473
|
-
"editor.codeView.tooltip": "Koodinäkymä",
|
|
1474
|
-
"editor.tooltip.flipX": "Käännä vaakasuunnassa",
|
|
1475
|
-
"editor.tooltip.flipY": "Käännä pystysuunnassa",
|
|
1476
|
-
"editor.upload.fileTypeNotSupported": "{fileName}-tiedostotyyppi ei tuettu",
|
|
1477
|
-
"editor.upload.fileSizeTooBig": "{fileName}-tiedosto liian suuri, suurin sallittu koko on {size}MB",
|
|
1478
|
-
"editor.upload.error": "Virhe tiedoston latauksessa"
|
|
1479
|
-
}, c = {
|
|
1480
|
-
lang: P,
|
|
1441
|
+
}, ot = {
|
|
1442
|
+
currentLang: w,
|
|
1481
1443
|
message: {
|
|
1482
|
-
en:
|
|
1483
|
-
hu_HU:
|
|
1484
|
-
vi:
|
|
1485
|
-
zh_CN:
|
|
1486
|
-
pt_BR:
|
|
1487
|
-
fi:
|
|
1488
|
-
}
|
|
1489
|
-
};
|
|
1490
|
-
class st {
|
|
1491
|
-
constructor() {
|
|
1492
|
-
S(this, "emitter");
|
|
1493
|
-
this.emitter = ot();
|
|
1494
|
-
}
|
|
1495
|
-
// Getter and setter for current language
|
|
1496
|
-
get lang() {
|
|
1497
|
-
return c.lang;
|
|
1498
|
-
}
|
|
1499
|
-
set lang(e) {
|
|
1500
|
-
if (!this.isLangSupported(e)) {
|
|
1501
|
-
console.warn(
|
|
1502
|
-
`Can't find the current language "${e}", Using language "${c.lang}" by default`
|
|
1503
|
-
);
|
|
1504
|
-
return;
|
|
1505
|
-
}
|
|
1506
|
-
c.lang = e, this.emitter.emit("lang", e);
|
|
1507
|
-
}
|
|
1508
|
-
// Getter and setter for messages
|
|
1509
|
-
get message() {
|
|
1510
|
-
return c.message;
|
|
1511
|
-
}
|
|
1512
|
-
set message(e) {
|
|
1513
|
-
c.message = e;
|
|
1514
|
-
}
|
|
1515
|
-
// Load messages for a specific language
|
|
1516
|
-
loadLangMessage(e) {
|
|
1517
|
-
return this.message[e];
|
|
1518
|
-
}
|
|
1519
|
-
// Check if a language is supported
|
|
1520
|
-
isLangSupported(e) {
|
|
1521
|
-
return Object.keys(this.message).includes(e);
|
|
1522
|
-
}
|
|
1523
|
-
// Set the current language
|
|
1524
|
-
setLang(e) {
|
|
1525
|
-
this.lang = e;
|
|
1444
|
+
en: $,
|
|
1445
|
+
hu_HU: Q,
|
|
1446
|
+
vi: tt,
|
|
1447
|
+
zh_CN: et,
|
|
1448
|
+
pt_BR: Z,
|
|
1449
|
+
fi: J
|
|
1526
1450
|
}
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
};
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
// Build a translation function for a given language
|
|
1540
|
-
buildLocalesHandler(e) {
|
|
1541
|
-
e || (e = this.lang);
|
|
1542
|
-
const o = this.loadLangMessage(e);
|
|
1543
|
-
return function(u, k) {
|
|
1544
|
-
let f = o[u] || u;
|
|
1545
|
-
return k && Object.entries(k).forEach(([b, y]) => {
|
|
1546
|
-
f = f.replace(new RegExp(`\\{${b}\\}`, "g"), String(y));
|
|
1547
|
-
}), f;
|
|
1548
|
-
};
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1551
|
-
const F = new st(), B = tt(c.lang);
|
|
1552
|
-
function zt() {
|
|
1553
|
-
const [t, e] = et(B), o = N(() => F.buildLocalesHandler(t), [t]);
|
|
1554
|
-
return U(() => {
|
|
1555
|
-
const a = F.registerWatchLang((u) => {
|
|
1556
|
-
e(u);
|
|
1557
|
-
});
|
|
1558
|
-
return () => {
|
|
1559
|
-
a.unsubscribe();
|
|
1560
|
-
};
|
|
1561
|
-
}, []), {
|
|
1562
|
-
lang: t,
|
|
1563
|
-
t: o
|
|
1451
|
+
}, it = G(ot);
|
|
1452
|
+
function bt() {
|
|
1453
|
+
const [t, o] = H(it), l = E((p, g) => {
|
|
1454
|
+
let h = (t.message[t.currentLang] || {})[p] || p;
|
|
1455
|
+
return g && Object.entries(g).forEach(([f, x]) => {
|
|
1456
|
+
h = h.replace(new RegExp(`\\{${f}\\}`, "g"), String(x));
|
|
1457
|
+
}), h;
|
|
1458
|
+
}, [t]);
|
|
1459
|
+
return {
|
|
1460
|
+
setLang: o,
|
|
1461
|
+
lang: t.currentLang,
|
|
1462
|
+
t: l
|
|
1564
1463
|
};
|
|
1565
1464
|
}
|
|
1566
|
-
const
|
|
1567
|
-
|
|
1465
|
+
const kt = {
|
|
1466
|
+
setLang: (t) => {
|
|
1467
|
+
X(Y.CHANGE_LANGUAGE, t);
|
|
1468
|
+
}
|
|
1568
1469
|
};
|
|
1569
1470
|
export {
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1471
|
+
ut as C,
|
|
1472
|
+
mt as D,
|
|
1473
|
+
Y as E,
|
|
1474
|
+
ht as H,
|
|
1475
|
+
dt as I,
|
|
1476
|
+
st as T,
|
|
1477
|
+
N as V,
|
|
1577
1478
|
it as a,
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1479
|
+
$ as b,
|
|
1480
|
+
Q as c,
|
|
1481
|
+
tt as d,
|
|
1482
|
+
et as e,
|
|
1483
|
+
Z as f,
|
|
1484
|
+
J as g,
|
|
1485
|
+
X as h,
|
|
1585
1486
|
gt as i,
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1487
|
+
ct as j,
|
|
1488
|
+
ft as k,
|
|
1489
|
+
kt as l,
|
|
1490
|
+
at as m,
|
|
1491
|
+
rt as n,
|
|
1492
|
+
G as o,
|
|
1493
|
+
nt as p,
|
|
1494
|
+
pt as q,
|
|
1495
|
+
B as r,
|
|
1496
|
+
bt as u,
|
|
1497
|
+
H as x
|
|
1597
1498
|
};
|