UNPKG

@progress/kendo-vue-editor

Version:
184 lines (183 loc) 6.71 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const e = "editor.bold", t = "editor.italic", i = "editor.underline", o = "editor.strikethrough", n = "editor.subscript", r = "editor.superscript", l = "editor.hyperlink", d = "editor.insertFile", a = "editor.print", c = "editor.selectAll", s = "editor.cleanFormatting", p = "editor.pdf", g = "editor.foregroundColor", f = "editor.backgroundColor", m = "editor.foregroundColorAriaLabel", He = "editor.backgroundColorAriaLabel", R = "editor.createTable", h = "editor.insertTableHint", u = "editor.addRowBefore", C = "editor.addRowAfter", b = "editor.addColumnBefore", w = "editor.addColumnAfter", k = "editor.deleteRow", I = "editor.deleteColumn", T = "editor.deleteTable", A = "editor.mergeCells", y = "editor.splitCell", F = "editor.hyperlink-dialog-title", H = "editor.hyperlink-dialog-content-address", x = "editor.hyperlink-dialog-content-title", v = "editor.hyperlink-dialog-content-newwindow", W = "editor.hyperlink-dialog-cancel", M = "editor.hyperlink-dialog-insert", L = "editor.insertfile-dialog-title", S = "editor.insertfile-dialog-content-address", D = "editor.insertfile-dialog-content-title", B = "editor.insertfile-dialog-cancel", E = "editor.insertfile-dialog-insert", N = "editor.image", P = "editor.image-dialog-title", U = "editor.image-address", z = "editor.image-title", J = "editor.image-altText", O = "editor.image-width", V = "editor.image-height", G = "editor.image-cancel", j = "editor.image-insert", q = "editor.viewHtml", K = "editor.viewHtml-dialog-title", Q = "editor.viewHtml-cancel", X = "editor.viewHtml-update", Y = "editor.unlink", Z = "editor.undo", _ = "editor.redo", $ = "editor.fontSize", ee = "editor.fontName", te = "editor.format", ie = "editor.alignLeft", oe = "editor.alignRight", ne = "editor.alignCenter", re = "editor.alignJustify", le = "editor.indent", de = "editor.outdent", ae = "editor.orderedList", ce = "editor.bulletList", se = "editor.findReplace-tool-title", pe = "editor.findReplace-dialog-title", ge = "editor.findReplace-tab-find", fe = "editor.findReplace-tab-replace", me = "editor.findReplace-findWhat", Re = "editor.findReplace-replaceWith", he = "editor.findReplace-replace", ue = "editor.findReplace-replaceAll", Ce = "editor.findReplace-matchCase", be = "editor.findReplace-matchWord", we = "editor.findReplace-matchCyclic", ke = "editor.findReplace-useRegExp", Ie = "editor.findReplace-prevMatch", Te = "editor.findReplace-nextMatch", Ae = "editor.findReplace-matches", ye = "editor.findReplace-invalidRegExp", Fe = "editor.iframeTitle", xe = { [e]: "Bold", [t]: "Italic", [i]: "Underline", [o]: "Strikethrough", [n]: "Subscript", [r]: "Superscript", [Y]: "Remove hyperlink", [Z]: "Undo", [_]: "Redo", [$]: "Font Size", [ee]: "Font Name", [te]: "Format", [ie]: "Align text left", [oe]: "Align text right", [ne]: "Center text", [re]: "Justify", [le]: "Indent", [de]: "Outdent", [ae]: "Insert ordered list", [ce]: "Insert unordered list", [a]: "Print", [c]: "Select All", [s]: "Clean formatting", [p]: "Export as PDF", [g]: "Color", [f]: "Background color", [m]: "Set ForeGround color", [He]: "Set Background color", // Tables [R]: "Create a table", [h]: "Create a {0} x {1} table", [u]: "Add row above", [C]: "Add row below", [b]: "Add column on the left", [w]: "Add column on the right", [k]: "Delete row", [I]: "Delete column", [T]: "Delete table", [A]: "Merge cells", [y]: "Split cell", // Insert Link [l]: "Insert hyperlink", [F]: "Insert hyperlink", [H]: "Web address", [x]: "Title", [v]: "Open link in new window", [W]: "Cancel", [M]: "Insert", // Insert File [d]: "Insert file", [L]: "Insert file", [S]: "Web address", [D]: "Title", [B]: "Cancel", [E]: "Insert", // Insert Image [N]: "Insert image", [P]: "Insert image", [U]: "Web address", [z]: "Title", [J]: "Alternate text", [O]: "Width (px)", [V]: "Height (px)", [G]: "Cancel", [j]: "Insert", // View HTML [q]: "View HTML", [K]: "View HTML", [Q]: "Cancel", [X]: "Update", // Find and Replace [se]: "Find and Replace", [pe]: "Find and Replace", [ge]: "Find", [fe]: "Replace", [me]: "Find What:", [Re]: "Replace With", [he]: "Replace", [ue]: "Replace All", [Ce]: "Match Case", [be]: "Match whole word only", [we]: "Match cyclic (Wrap around)", [ke]: "Regular Expression", [Ie]: "Prev", [Te]: "Next", [Ae]: "{0} of {1} matches", [ye]: "Invalid regular expression.", [Fe]: "Editable area. Press Alt + F10 for toolbar." }, ve = { bold: e, italic: t, underline: i, strikethrough: o, subscript: n, superscript: r, unlink: Y, undo: Z, redo: _, fontSize: $, fontName: ee, format: te, alignLeft: ie, alignRight: oe, alignCenter: ne, alignJustify: re, indent: le, outdent: de, orderedList: ae, bulletList: ce, print: a, selectAll: c, cleanFormatting: s, pdf: p, foregroundColor: g, backgroundColor: f, foregroundColorAriaLabel: m, createTable: R, createTableHint: h, addRowBefore: u, addRowAfter: C, addColumnBefore: b, addColumnAfter: w, deleteRow: k, deleteColumn: I, deleteTable: T, mergeCells: A, splitCell: y, insertHyperlink: l, insertHyperlinkDialogTitle: F, insertHyperlinkAddress: H, insertHyperlinkTitle: x, insertHyperlinkNewWindow: v, insertHyperlinkCancel: W, insertHyperlinkInsert: M, insertFile: d, insertFileDialogTitle: L, insertFileAddress: S, insertFileTitle: D, insertFileCancel: B, insertFileInsert: E, insertImage: N, insertImageDialogTitle: P, insertImageAddress: U, insertImageTitle: z, insertImageAltText: J, insertImageWidth: O, insertImageHeight: V, insertImageCancel: G, insertImageInsert: j, viewHtml: q, viewHtmlDialogTitle: K, viewHtmlCancel: Q, viewHtmlUpdate: X, findReplaceToolTitle: se, findReplaceDialogTitle: pe, findReplaceTabFind: ge, findReplaceTabReplace: fe, findReplaceFindWhat: me, findReplaceReplaceWith: Re, findReplaceReplace: he, findReplaceReplaceAll: ue, findReplaceMatchCase: Ce, findReplaceMatchWord: be, findReplaceMatchCyclic: we, findReplaceUseRegExp: ke, findReplacePrevMatch: Ie, findReplaceNextMatch: Te, findReplaceMatches: Ae, findReplaceInvalidRegExp: ye, iframeTitle: Fe }; export { ve as keys, xe as messages };