@progress/kendo-vue-editor
Version:
184 lines (183 loc) • 6.71 kB
JavaScript
/**
* @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 = {
[]: "Bold",
[]: "Italic",
[]: "Underline",
[]: "Strikethrough",
[]: "Subscript",
[]: "Superscript",
[]: "Remove hyperlink",
[]: "Undo",
[]: "Redo",
[$]: "Font Size",
[]: "Font Name",
[]: "Format",
[]: "Align text left",
[]: "Align text right",
[]: "Center text",
[]: "Justify",
[]: "Indent",
[]: "Outdent",
[]: "Insert ordered list",
[]: "Insert unordered list",
[]: "Print",
[]: "Select All",
[]: "Clean formatting",
[]: "Export as PDF",
[]: "Color",
[]: "Background color",
[]: "Set ForeGround color",
[]: "Set Background color",
// Tables
[]: "Create a table",
[]: "Create a {0} x {1} table",
[]: "Add row above",
[]: "Add row below",
[]: "Add column on the left",
[]: "Add column on the right",
[]: "Delete row",
[]: "Delete column",
[]: "Delete table",
[]: "Merge cells",
[]: "Split cell",
// Insert Link
[]: "Insert hyperlink",
[]: "Insert hyperlink",
[]: "Web address",
[]: "Title",
[]: "Open link in new window",
[]: "Cancel",
[]: "Insert",
// Insert File
[]: "Insert file",
[]: "Insert file",
[]: "Web address",
[]: "Title",
[]: "Cancel",
[]: "Insert",
// Insert Image
[]: "Insert image",
[]: "Insert image",
[]: "Web address",
[]: "Title",
[]: "Alternate text",
[]: "Width (px)",
[]: "Height (px)",
[]: "Cancel",
[]: "Insert",
// View HTML
[]: "View HTML",
[]: "View HTML",
[]: "Cancel",
[]: "Update",
// Find and Replace
[]: "Find and Replace",
[]: "Find and Replace",
[]: "Find",
[]: "Replace",
[]: "Find What:",
[]: "Replace With",
[]: "Replace",
[]: "Replace All",
[]: "Match Case",
[]: "Match whole word only",
[]: "Match cyclic (Wrap around)",
[]: "Regular Expression",
[]: "Prev",
[]: "Next",
[]: "{0} of {1} matches",
[]: "Invalid regular expression.",
[]: "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
};