@progress/kendo-vue-editor
Version:
9 lines (8 loc) • 5.8 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});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",k="editor.addColumnBefore",w="editor.addColumnAfter",y="editor.deleteRow",T="editor.deleteColumn",I="editor.deleteTable",A="editor.mergeCells",F="editor.splitCell",H="editor.hyperlink-dialog-title",x="editor.hyperlink-dialog-content-address",v="editor.hyperlink-dialog-content-title",M="editor.hyperlink-dialog-content-newwindow",W="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",j="editor.image-height",G="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",ke="editor.findReplace-matchWord",we="editor.findReplace-matchCyclic",ye="editor.findReplace-useRegExp",Te="editor.findReplace-prevMatch",Ie="editor.findReplace-nextMatch",Ae="editor.findReplace-matches",Fe="editor.findReplace-invalidRegExp",He="editor.iframeTitle",xe={[e]:"Bold",[t]:"Italic",[i]:"Underline",[o]:"Strikethrough",[n]:"Subscript",[r]:"Superscript",[Z]:"Remove hyperlink",[_]:"Undo",[$]:"Redo",[ee]:"Font Size",[te]:"Font Name",[ie]:"Format",[oe]:"Align text left",[ne]:"Align text right",[re]:"Center text",[le]:"Justify",[de]:"Indent",[ae]:"Outdent",[ce]:"Insert ordered list",[se]:"Insert unordered list",[a]:"Print",[c]:"Select All",[s]:"Clean formatting",[p]:"Export as PDF",[g]:"Color",[f]:"Background color",[m]:"Set ForeGround color",[R]:"Set Background color",[h]:"Create a table",[u]:"Create a {0} x {1} table",[C]:"Add row above",[b]:"Add row below",[k]:"Add column on the left",[w]:"Add column on the right",[y]:"Delete row",[T]:"Delete column",[I]:"Delete table",[A]:"Merge cells",[F]:"Split cell",[l]:"Insert hyperlink",[H]:"Insert hyperlink",[x]:"Web address",[v]:"Title",[M]:"Open link in new window",[W]:"Cancel",[L]:"Insert",[d]:"Insert file",[S]:"Insert file",[D]:"Web address",[B]:"Title",[E]:"Cancel",[N]:"Insert",[P]:"Insert image",[U]:"Insert image",[z]:"Web address",[J]:"Title",[O]:"Alternate text",[V]:"Width (px)",[j]:"Height (px)",[G]:"Cancel",[q]:"Insert",[K]:"View HTML",[Q]:"View HTML",[X]:"Cancel",[Y]:"Update",[pe]:"Find and Replace",[ge]:"Find and Replace",[fe]:"Find",[me]:"Replace",[Re]:"Find What:",[he]:"Replace With",[ue]:"Replace",[Ce]:"Replace All",[be]:"Match Case",[ke]:"Match whole word only",[we]:"Match cyclic (Wrap around)",[ye]:"Regular Expression",[Te]:"Prev",[Ie]:"Next",[Ae]:"{0} of {1} matches",[Fe]:"Invalid regular expression.",[He]:"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:k,addColumnAfter:w,deleteRow:y,deleteColumn:T,deleteTable:I,mergeCells:A,splitCell:F,insertHyperlink:l,insertHyperlinkDialogTitle:H,insertHyperlinkAddress:x,insertHyperlinkTitle:v,insertHyperlinkNewWindow:M,insertHyperlinkCancel:W,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:j,insertImageCancel:G,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:ke,findReplaceMatchCyclic:we,findReplaceUseRegExp:ye,findReplacePrevMatch:Te,findReplaceNextMatch:Ie,findReplaceMatches:Ae,findReplaceInvalidRegExp:Fe,iframeTitle:He};exports.keys=ve;exports.messages=xe;