@progress/kendo-vue-editor
Version:
185 lines (184 loc) • 6.74 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 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", R = "editor.backgroundColorAriaLabel", h = "editor.createTable", u = "editor.insertTableHint", C = "editor.addRowBefore", b = "editor.addRowAfter", w = "editor.addColumnBefore", k = "editor.addColumnAfter", I = "editor.deleteRow", T = "editor.deleteColumn", A = "editor.deleteTable", y = "editor.mergeCells", F = "editor.splitCell", H = "editor.hyperlink-dialog-title", x = "editor.hyperlink-dialog-content-address", v = "editor.hyperlink-dialog-content-title", W = "editor.hyperlink-dialog-content-newwindow", M = "editor.hyperlink-dialog-cancel", L = "editor.hyperlink-dialog-insert", S = "editor.insertfile-dialog-title", D = "editor.insertfile-dialog-content-address", B = "editor.insertfile-dialog-content-title", E = "editor.insertfile-dialog-cancel", N = "editor.insertfile-dialog-insert", P = "editor.image", U = "editor.image-dialog-title", z = "editor.image-address", J = "editor.image-title", O = "editor.image-altText", V = "editor.image-width", G = "editor.image-height", j = "editor.image-cancel", q = "editor.image-insert", K = "editor.viewHtml", Q = "editor.viewHtml-dialog-title", X = "editor.viewHtml-cancel", Y = "editor.viewHtml-update", Z = "editor.unlink", _ = "editor.undo", $ = "editor.redo", ee = "editor.fontSize", te = "editor.fontName", ie = "editor.format", oe = "editor.alignLeft", ne = "editor.alignRight", re = "editor.alignCenter", le = "editor.alignJustify", de = "editor.indent", ae = "editor.outdent", ce = "editor.orderedList", se = "editor.bulletList", pe = "editor.findReplace-tool-title", ge = "editor.findReplace-dialog-title", fe = "editor.findReplace-tab-find", me = "editor.findReplace-tab-replace", Re = "editor.findReplace-findWhat", he = "editor.findReplace-replaceWith", ue = "editor.findReplace-replace", Ce = "editor.findReplace-replaceAll", be = "editor.findReplace-matchCase", we = "editor.findReplace-matchWord", ke = "editor.findReplace-matchCyclic", Ie = "editor.findReplace-useRegExp", Te = "editor.findReplace-prevMatch", Ae = "editor.findReplace-nextMatch", ye = "editor.findReplace-matches", Fe = "editor.findReplace-invalidRegExp", He = "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: Z,
undo: _,
redo: $,
fontSize: ee,
fontName: te,
format: ie,
alignLeft: oe,
alignRight: ne,
alignCenter: re,
alignJustify: le,
indent: de,
outdent: ae,
orderedList: ce,
bulletList: se,
print: a,
selectAll: c,
cleanFormatting: s,
pdf: p,
foregroundColor: g,
backgroundColor: f,
foregroundColorAriaLabel: m,
backgroundColorAriaLabel: R,
createTable: h,
createTableHint: u,
addRowBefore: C,
addRowAfter: b,
addColumnBefore: w,
addColumnAfter: k,
deleteRow: I,
deleteColumn: T,
deleteTable: A,
mergeCells: y,
splitCell: F,
insertHyperlink: l,
insertHyperlinkDialogTitle: H,
insertHyperlinkAddress: x,
insertHyperlinkTitle: v,
insertHyperlinkNewWindow: W,
insertHyperlinkCancel: M,
insertHyperlinkInsert: L,
insertFile: d,
insertFileDialogTitle: S,
insertFileAddress: D,
insertFileTitle: B,
insertFileCancel: E,
insertFileInsert: N,
insertImage: P,
insertImageDialogTitle: U,
insertImageAddress: z,
insertImageTitle: J,
insertImageAltText: O,
insertImageWidth: V,
insertImageHeight: G,
insertImageCancel: j,
insertImageInsert: q,
viewHtml: K,
viewHtmlDialogTitle: Q,
viewHtmlCancel: X,
viewHtmlUpdate: Y,
findReplaceToolTitle: pe,
findReplaceDialogTitle: ge,
findReplaceTabFind: fe,
findReplaceTabReplace: me,
findReplaceFindWhat: Re,
findReplaceReplaceWith: he,
findReplaceReplace: ue,
findReplaceReplaceAll: Ce,
findReplaceMatchCase: be,
findReplaceMatchWord: we,
findReplaceMatchCyclic: ke,
findReplaceUseRegExp: Ie,
findReplacePrevMatch: Te,
findReplaceNextMatch: Ae,
findReplaceMatches: ye,
findReplaceInvalidRegExp: Fe,
iframeTitle: He
};
export {
ve as keys,
xe as messages
};