UNPKG

@progress/kendo-react-spreadsheet

Version:
9 lines (8 loc) 3.52 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="spreadsheet.bold",t="spreadsheet.italic",s="spreadsheet.underline",o="spreadsheet.openFile",n="spreadsheet.textColor",a="spreadsheet.background",r="spreadsheet.addRowAbove",d="spreadsheet.addRowBelow",l="spreadsheet.addColumnLeft",i="spreadsheet.addColumnRight",c="spreadsheet.deleteRow",p="spreadsheet.deleteColumn",h="spreadsheet.undo",g="spreadsheet.redo",m="spreadsheet.fontSize",f="spreadsheet.fontSizeIncrease",u="spreadsheet.fontSizeDecrease",y="spreadsheet.fontName",x="spreadsheet.cleanFormatting",A="spreadsheet.format",b="spreadsheet.alignHorizontally",w="spreadsheet.alignVertically",C="spreadsheet.align",S="spreadsheet.alignLeft",z="spreadsheet.alignRight",D="spreadsheet.alignCenter",R="spreadsheet.center",T="spreadsheet.alignJustify",B="spreadsheet.justify",F="spreadsheet.alignTop",N="spreadsheet.alignMiddle",k="spreadsheet.alignBottom",M="spreadsheet.increaseDecimal",I="spreadsheet.decreaseDecimal",L="spreadsheet.textWrap",v="spreadsheet.gridLines",E="spreadsheet.exportToExcel",U="spreadsheet.nameBox",j="spreadsheet.defaultSheetName",H="spreadsheet.home",J="spreadsheet.file",O="spreadsheet.insert",P="spreadsheet.formatTab",W="spreadsheet.addNewSheet",V="spreadsheet.error",K="spreadsheet.ok",q="spreadsheet.modifyMerged",G="spreadsheet.cannotModifyDisabled",Q="spreadsheet.openUnsupported",X="spreadsheet.duplicateSheetName",Y={[e]:"Bold",[t]:"Italic",[s]:"Underline",[h]:"Undo",[g]:"Redo",[m]:"Font size",[f]:"Increase Font size",[u]:"Decrease Font size",[y]:"Font",[x]:"Clean formatting",[A]:"Custom format...",[b]:"Align horizontally",[w]:"Align vertically",[C]:"Align",[S]:"Align left",[z]:"Align right",[D]:"Align center",[T]:"Align justify",[R]:"Center",[B]:"Justify",[F]:"Align top",[N]:"Align middle",[k]:"Align bottom",[M]:"Increase decimal",[I]:"Decrease decimal",[n]:"Text Color",[a]:"Background color",[r]:"Add row above",[d]:"Add row below",[l]:"Add column left",[i]:"Add column right",[c]:"Delete row",[p]:"Delete column",[o]:"Open...",[E]:"Export to Excel",[L]:"Text Wrap",[v]:"Toggle gridlines",[U]:"Name Box",[j]:"Sheet",[H]:"Home",[J]:"File",[O]:"Insert",[W]:"Add new sheet",[P]:"Format",[q]:"Cannot change part of a merged cell.",[G]:"Cannot modify disabled cells.",[Q]:"Unsupported format. Please select an .xlsx file.",[X]:"There is an existing sheet with this name. Please enter another name.",[V]:"Error",[K]:"OK"},Z={bold:e,italic:t,underline:s,undo:h,redo:g,fontSize:m,fontSizeIncrease:f,fontSizeDecrease:u,fontName:y,cleanFormatting:x,format:A,alignHorizontally:b,alignVertically:w,align:C,alignLeft:S,alignRight:z,alignCenter:D,center:R,alignJustify:T,justify:B,alignTop:F,alignMiddle:N,alignBottom:k,increaseDecimal:M,decreaseDecimal:I,textColor:n,background:a,addRowAbove:r,addRowBelow:d,addColumnLeft:l,addColumnRight:i,deleteRow:c,deleteColumn:p,open:o,exportToExcel:E,textWrap:L,gridLines:v,nameBox:U,defaultSheetName:j,file:J,home:H,insert:O,addNewSheet:W,error:V,ok:K,modifyMerged:q,cannotModifyDisabled:G,openUnsupported:Q,duplicateSheetName:X,formatTab:P};exports.keys=Z;exports.messages=Y;