找回密码
 立即注册

QQ登录

只需一步,快速开始

pinggubao

注册会员

25

主题

68

帖子

191

积分

注册会员

积分
191

活字格认证微信认证勋章元老葡萄

pinggubao
注册会员   /  发表于:2018-9-11 20:19  /   查看:3937  /  回复:3
本帖最后由 pinggubao 于 2018-9-12 10:22 编辑

官方演示地址: https://demo.grapecity.com.cn/spreadjs/ExcelLikeSample/inspector.html     

下载地址   http://www.blankh.cn/upload/201809/11/201809112005538095.zip    汉化 80% 左右


  1. var uiResource = {
  2.     toolBar: {
  3.         zoom: {
  4.             title: "缩放",
  5.             zoomOption: {
  6.                 twentyFivePercentSize: "25%",
  7.                 fiftyPercentSize: "50%",
  8.                 seventyFivePercentSize: "75%",
  9.                 defaultSize: "100%",
  10.                 oneHundredTwentyFivePercentSize: "125%",
  11.                 oneHundredFiftyPercentSize: "150%",
  12.                 twoHundredPercentSize: "200%",
  13.                 threeHundredPercentSize: "300%",
  14.                 fourHundredPercentSize: "400%"
  15.             }
  16.         },
  17.         clear: {
  18.             title: "清除",
  19.             clearActions: {
  20.                 clearAll: "清除所有",
  21.                 clearFormat: "清除格式"
  22.             }
  23.         },
  24.         export: {
  25.             title: "导出",
  26.             exportActions: {
  27.                 exportJson: "导出 JSON",
  28.                 exportExcel: "导出 Excel"
  29.             }
  30.         },
  31.         downloadTitle: "保存文件",
  32.         download: "右击下载链接文件为…",
  33.         showInspector: "Show Inspector",
  34.         hideInspector: "Hide Inspector",
  35.         importJson: "导入 JSON",
  36.         importFile: "导入 File",
  37.         insertTable: "插入下拉框",
  38.         insertPicture: "插入图片",
  39.         insertComment: "插入批注",
  40.         insertSparkline: "插入 Sparkline",
  41.         insertChart: "插入 Chart",
  42.         insertSlicer: "插入 Slicer"
  43.     },
  44.     tabs: {
  45.         spread: "控件功能",
  46.         sheet: "工作簿",
  47.         cell: "单元格",
  48.         table: "Table",
  49.         data: "数据",
  50.         comment: "批注",
  51.         picture: "图片",
  52.         sparklineEx: "Sparkline",
  53.         chartEx: "Chart",
  54.         slicer: "Slicer"
  55.     },
  56.     spreadTab: {
  57.         general: {
  58.             title: "基础",
  59.             allowDragDrop: "允许拖放",
  60.             allowDragFill: "允许拖动和填充",
  61.             allowZoom: "允许缩放",
  62.             allowOverflow: "允许溢出",
  63.             showDragFillSmartTag: "显示拖动填充智能标记",
  64.             allowDragMerge: "允许拖动和合并",
  65.             allowContextMenu: "允许上下文菜单"
  66.         },
  67.         calculation: {
  68.             title: "计算",
  69.             referenceStyle: {
  70.                 title: "参考样式",
  71.                 r1c1: "R1C1",
  72.                 a1: "A1"
  73.             }
  74.         },
  75.         scrollBar: {
  76.             title: "滚动条",
  77.             showVertical: "垂直滚动条",
  78.             showHorizontal: "水平滚动条",
  79.             maxAlign: "滚动条最大对齐",
  80.             showMax: "滚动条显示最大值",
  81.             scrollIgnoreHidden: "滚动忽略隐藏行或列"
  82.         },
  83.         tabStip: {
  84.             title: "页框",
  85.             visible: "可见光",
  86.             newTabVisible: "新标签可见",
  87.             editable: "可编辑的",
  88.             showTabNavigation: "显示标签导航"
  89.         },
  90.         color: {
  91.             title: "颜色",
  92.             spreadBackcolor: "表格区域背景色",
  93.             grayAreaBackcolor: "无表格区域背景色"
  94.         },
  95.         tip: {
  96.             title: "Tip",
  97.             showDragDropTip: "Show Drag Drop Tip",
  98.             showDragFillTip: "Show Drag Fill Tip",
  99.             scrollTip: {
  100.                 title: "Scroll Tip",
  101.                 values: {
  102.                     none: "None",
  103.                     horizontal: "Horizontal",
  104.                     vertical: "Vertical",
  105.                     both: "Both"
  106.                 }
  107.             },
  108.             resizeTip: {
  109.                 title: "Resize Tip",
  110.                 values: {
  111.                     none: "None",
  112.                     column: "Column",
  113.                     row: "Row",
  114.                     both: "Both"
  115.                 }
  116.             }
  117.         },
  118.         sheets: {
  119.             title: "工作簿",
  120.             sheetName: "工作簿名称",
  121.             sheetVisible: "工作簿可见性"
  122.         },
  123.         cutCopy: {
  124.             title: "Cut / Copy",
  125.             cutCopyIndicator: {
  126.                 visible: "Show Indicator",
  127.                 borderColor: "Indicator Border Color"
  128.             },
  129.             allowCopyPasteExcelStyle: "允许复制字体",
  130.             allowExtendPasteRange: "allowExtendPasteRange",
  131.             copyPasteHeaderOptions: {
  132.                 title: "t",
  133.                 option: {
  134.                     noHeaders: "No Headers",
  135.                     rowHeaders: "Row Headers",
  136.                     columnHeaders: "Column Headers",
  137.                     allHeaders: "All Headers"
  138.                 }
  139.             }
  140.         },
  141.         spreadTheme: {
  142.             title: "模板样式",
  143.             theme: {
  144.                 title: "模板",
  145.                 option: {
  146.                     spreadJS: "SpreadJS",
  147.                     excel2013White: "Excel2013 White",
  148.                     excel2013LightGray: "Excel2013 Light Gray",
  149.                     excel2013DarkGray: "Excel2013 Dark Gray",
  150.                     excel2016Colorful: "Excel2016 Colorful",
  151.                     excel2016DarkGray: "Excel2016 Dark Gray"
  152.                 }
  153.             }
  154.         },
  155.         resizeZeroIndicator: {
  156.             title: "ResizeZeroIndicator",
  157.             option: {
  158.                 defaultValue: "Default",
  159.                 enhanced: "Enhanced"
  160.             }
  161.         }
  162.     },
  163.     sheetTab: {
  164.         general: {
  165.             title: "基础设置",
  166.             rowCount: "行数",
  167.             columnCount: "列数",
  168.             name: "工作簿名称",
  169.             tabColor: "工作簿标签颜色"
  170.         },
  171.         freeze: {
  172.             title: "冻结",
  173.             frozenRowCount: "表头冻结行数",
  174.             frozenColumnCount: "表头冻结列数",
  175.             trailingFrozenRowCount: "表尾冻结行数",
  176.             trailingFrozenColumnCount: "表尾冻结列数",
  177.             frozenLineColor: "冻结线颜色",
  178.             freezePane: "冻结",
  179.             unfreeze: "解冻"
  180.         },
  181.         gridLine: {
  182.             title: "网格线",
  183.             showVertical: "列线条",
  184.             showHorizontal: "行线条",
  185.             color: "线条颜色"
  186.         },
  187.         header: {
  188.             title: "标题",
  189.             showRowHeader: "行标题",
  190.             showColumnHeader: "列标题"
  191.         },
  192.         selection: {
  193.             title: "选中",
  194.             borderColor: "选中边线",
  195.             backColor: "选中背景色",
  196.             hide: "选中是否显示",
  197.             policy: {
  198.                 title: "Policy",
  199.                 values: {
  200.                     single: "Single",
  201.                     range: "Range",
  202.                     multiRange: "MultiRange"
  203.                 }
  204.             },
  205.             unit: {
  206.                 title: "选择方式",
  207.                 values: {
  208.                     cell: "单元格",
  209.                     row: "整行",
  210.                     column: "整列"
  211.                 }
  212.             }
  213.         },
  214.         protection: {
  215.             title: "保护",
  216.             protectSheet: "保护工作簿",
  217.             selectLockCells: "选择锁定单元格",
  218.             selectUnlockedCells: "选择未锁定的单元格",
  219.             sort: "排序",
  220.             useAutoFilter: "使用自动筛选程序",
  221.             resizeRows: "调整行大小",
  222.             resizeColumns: "调整列大小",
  223.             editObjects: "编辑对象"
  224.         }
  225.     },
  226.     cellTab: {
  227.         style: {
  228.             title: "样式",
  229.             fontFamily: "字体",
  230.             fontSize: "字号",
  231.             foreColor: "字体颜色",
  232.             backColor: "背景色",
  233.             waterMark: "标签",
  234.             cellPadding: "内边距",
  235.             cellLabel: {
  236.                 title: "标签设置",
  237.                 visibility: "可见性",
  238.                 visibilityOption: {
  239.                     auto: "自动",
  240.                     visible: "可见",
  241.                     hidden: "隐藏"
  242.                 },
  243.                 alignment: "对齐方式",
  244.                 alignmentOption: {
  245.                     topLeft: "上左",
  246.                     topCenter: "上中",
  247.                     topRight: "上右",
  248.                     bottomLeft: "下左",
  249.                     bottomCenter: "下中",
  250.                     bottomRight: "下右"
  251.                 },
  252.                 fontFamily: "字体",
  253.                 fontSize: "字号",
  254.                 foreColor: "颜色",
  255.                 labelMargin: "外边距"
  256.             },
  257.             borders: {
  258.                 title: "Border",
  259.                 values: {
  260.                     bottom: "底部边线",
  261.                     top: "上部边线",
  262.                     left: "左边线",
  263.                     right: "右边线",
  264.                     none: "无边线",
  265.                     all: "全部边线",
  266.                     outside: "Outside Border",
  267.                     thick: "Thick Box Border",
  268.                     doubleBottom: "Bottom Double Border",
  269.                     thickBottom: "Thick Bottom Border",
  270.                     topBottom: "Top and Bottom Border",
  271.                     topThickBottom: "Top and Thick Bottom Border",
  272.                     topDoubleBottom: "Top and Double Bottom Border"
  273.                 }
  274.             }
  275.         },
  276.         border: {
  277.             title: "边线",
  278.             rangeBorderLine: "线样式",
  279.             rangeBorderColor: "线颜色",
  280.             noBorder: "无边线",
  281.             outsideBorder: "外边线",
  282.             insideBorder: "内部边线",
  283.             allBorder: "全部边线",
  284.             leftBorder: "左边线",
  285.             innerVertical: "竖边线",
  286.             rightBorder: "右边线",
  287.             topBorder: "上边线",
  288.             innerHorizontal: "横边线",
  289.             bottomBorder: "下边线"
  290.         },
  291.         alignment: {
  292.             title: "对齐方式",
  293.             top: "Top",
  294.             middle: "Middle",
  295.             bottom: "Bottom",
  296.             left: "Left",
  297.             center: "Center",
  298.             right: "Right",
  299.             wrapText: "Wrap Text",
  300.             decreaseIndent: "Decrease Indent",
  301.             increaseIndent: "Increase Indent"
  302.         },
  303.         format: {
  304.             title: "数据格式",
  305.             commonFormat: {
  306.                 option: {
  307.                     general: "通用",
  308.                     number: "数字",
  309.                     currency: "货币",
  310.                     accounting: "Accounting",
  311.                     shortDate: "短日期",
  312.                     longDate: "长日期",
  313.                     time: "时间",
  314.                     percentage: "百分比",
  315.                     fraction: "分数",
  316.                     scientific: "Scientific",
  317.                     text: "文本"
  318.                 }
  319.             },
  320.             percentValue: "0%",
  321.             commaValue: "#,##0.00; (#,##0.00); "-"??;@",
  322.             custom: "定制",
  323.             setButton: "Set"
  324.         },
  325.         merge: {
  326.             title: "合并单元",
  327.             mergeCells: "合并",
  328.             unmergeCells: "拆分"
  329.         },
  330.         cellType: {
  331.             title: "Cell Type"
  332.         },
  333.         conditionalFormat: {
  334.             title: "Conditional Formatting",
  335.             useConditionalFormats: "Conditional Formats"
  336.         },
  337.         protection: {
  338.             title: "保护",
  339.             lock: "锁定",
  340.             sheetIsProtected: "受保护的工作簿",
  341.             sheetIsUnprotected: "未受保护的工作簿"
  342.         }
  343.     },
  344.     tableTab: {
  345.         tableStyle: {
  346.             title: "Table Style",
  347.             light: {
  348.                 light1: "light1",
  349.                 light2: "light2",
  350.                 light3: "light3",
  351.                 light7: "light7"
  352.             },
  353.             medium: {
  354.                 medium1: "medium1",
  355.                 medium2: "medium2",
  356.                 medium3: "medium3",
  357.                 medium7: "medium7"
  358.             },
  359.             dark: {
  360.                 dark1: "dark1",
  361.                 dark2: "dark2",
  362.                 dark3: "dark3",
  363.                 dark7: "dark7"
  364.             }
  365.         },
  366.         general: {
  367.             title: "General",
  368.             tableName: "Name"
  369.         },
  370.         options: {
  371.             title: "Options",
  372.             filterButton: "Filter Button",
  373.             headerRow: "Header Row",
  374.             totalRow: "Total Row",
  375.             bandedRows: "Banded Rows",
  376.             bandedColumns: "Banded Columns",
  377.             firstColumn: "First Column",
  378.             lastColumn: "Last Column"
  379.         }
  380.     },
  381.     dataTab: {
  382.         sort: {
  383.             title: "排序 & 筛选",
  384.             asc: "排序 A-Z",
  385.             desc: "排序 Z-A",
  386.             filter: "筛选"
  387.         },
  388.         group: {
  389.             title: "分组",
  390.             group: "分组",
  391.             ungroup: "取消分组",
  392.             showDetail: "展开分组",
  393.             hideDetail: "隐藏分组",
  394.             showRowOutline: "显示行分组",
  395.             showColumnOutline: "显示列分组"
  396.         },
  397.         dataValidation: {
  398.             title: "数据验证",
  399.             setButton: "Set",
  400.             clearAllButton: "Clear All",
  401.             circleInvalidData: "Circle Invalid Data",
  402.             setting: {
  403.                 title: "Setting",
  404.                 values: {
  405.                     validatorType: {
  406.                         title: "Validator Type",
  407.                         option: {
  408.                             anyValue: "Any Value",
  409.                             number: "Number",
  410.                             list: "List",
  411.                             formulaList: "FormulaList",
  412.                             date: "Date",
  413.                             textLength: "Text Length",
  414.                             custom: "Custom"
  415.                         }
  416.                     },
  417.                     ignoreBlank: "IgnoreBlank",
  418.                     validatorComparisonOperator: {
  419.                         title: "Operator",
  420.                         option: {
  421.                             between: "Between",
  422.                             notBetween: "NotBetween",
  423.                             equalTo: "EqualTo",
  424.                             notEqualTo: "NotEqualTo",
  425.                             greaterThan: "GreaterThan",
  426.                             lessThan: "LessThan",
  427.                             greaterThanOrEqualTo: "GreaterThanOrEqualTo",
  428.                             lessThanOrEqualTo: "LessThanOrEqualTo"
  429.                         }
  430.                     },
  431.                     number: {
  432.                         minimum: "Minimum",
  433.                         maximum: "Maximum",
  434.                         value: "Value",
  435.                         isInteger: "Is Integer"
  436.                     },
  437.                     source: "Source",
  438.                     date: {
  439.                         startDate: "Start Date",
  440.                         endDate: "End Date",
  441.                         value: "Value",
  442.                         isTime: "Is Time"
  443.                     },
  444.                     formula: "Formula"
  445.                 }
  446.             },
  447.             inputMessage: {
  448.                 title: "Input Message",
  449.                 values: {
  450.                     showInputMessage: "Show when cell is selected",
  451.                     title: "Title",
  452.                     message: "Message"
  453.                 }
  454.             },
  455.             errorAlert: {
  456.                 title: "Error Alert",
  457.                 values: {
  458.                     showErrorAlert: "Show after invalid data is entered",
  459.                     alertType: {
  460.                         title: "Alert Type",
  461.                         option: {
  462.                             stop: "Stop",
  463.                             warning: "Warning",
  464.                             information: "Information"
  465.                         }
  466.                     },
  467.                     title: "Title",
  468.                     message: "Message"
  469.                 }
  470.             }
  471.         }
  472.     },
  473.     commentTab: {
  474.         general: {
  475.             title: "General",
  476.             dynamicSize: "Dynamic Size",
  477.             dynamicMove: "Dynamic Move",
  478.             lockText: "Lock Text",
  479.             showShadow: "Show Shadow"
  480.         },
  481.         font: {
  482.             title: "Font",
  483.             fontFamily: "Font",
  484.             fontSize: "Size",
  485.             fontStyle: {
  486.                 title: "Style",
  487.                 values: {
  488.                     normal: "normal",
  489.                     italic: "italic",
  490.                     oblique: "oblique",
  491.                     inherit: "inherit"
  492.                 }
  493.             },
  494.             fontWeight: {
  495.                 title: "Weight",
  496.                 values: {
  497.                     normal: "normal",
  498.                     bold: "bold",
  499.                     bolder: "bolder",
  500.                     lighter: "lighter"
  501.                 }
  502.             },
  503.             textDecoration: {
  504.                 title: "Decoration",
  505.                 values: {
  506.                     none: "none",
  507.                     underline: "underline",
  508.                     overline: "overline",
  509.                     linethrough: "linethrough"
  510.                 }
  511.             }
  512.         },
  513.         border: {
  514.             title: "Border",
  515.             width: "Width",
  516.             style: {
  517.                 title: "Style",
  518.                 values: {
  519.                     none: "none",
  520.                     hidden: "hidden",
  521.                     dotted: "dotted",
  522.                     dashed: "dashed",
  523.                     solid: "solid",
  524.                     double: "double",
  525.                     groove: "groove",
  526.                     ridge: "ridge",
  527.                     inset: "inset",
  528.                     outset: "outset"
  529.                 }
  530.             },
  531.             color: "Color"
  532.         },
  533.         appearance: {
  534.             title: "Appearance",
  535.             horizontalAlign: {
  536.                 title: "Horizontal",
  537.                 values: {
  538.                     left: "left",
  539.                     center: "center",
  540.                     right: "right",
  541.                     general: "general"
  542.                 }
  543.             },
  544.             displayMode: {
  545.                 title: "Display Mode",
  546.                 values: {
  547.                     alwaysShown: "AlwaysShown",
  548.                     hoverShown: "HoverShown"
  549.                 }
  550.             },
  551.             foreColor: "Forecolor",
  552.             backColor: "Backcolor",
  553.             padding: "Padding",
  554.             zIndex: "Z-Index",
  555.             opacity: "Opacity"
  556.         }
  557.     },
  558.     pictureTab: {
  559.         general: {
  560.             title: "General",
  561.             moveAndSize: "Move and size with cells",
  562.             moveAndNoSize: "Move and don't size with cells",
  563.             noMoveAndSize: "Don't move and size with cells",
  564.             fixedPosition: "Fixed Position"
  565.         },
  566.         border: {
  567.             title: "Border",
  568.             width: "Width",
  569.             radius: "Radius",
  570.             style: {
  571.                 title: "Style",
  572.                 values: {
  573.                     solid: "solid",
  574.                     dotted: "dotted",
  575.                     dashed: "dashed",
  576.                     double: "double",
  577.                     groove: "groove",
  578.                     ridge: "ridge",
  579.                     inset: "inset",
  580.                     outset: "outset"
  581.                 }
  582.             },
  583.             color: "Color"
  584.         },
  585.         appearance: {
  586.             title: "Appearance",
  587.             stretch: {
  588.                 title: "Stretch",
  589.                 values: {
  590.                     stretch: "Stretch",
  591.                     center: "Center",
  592.                     zoom: "Zoom",
  593.                     none: "None"
  594.                 }
  595.             },
  596.             backColor: "Backcolor"
  597.         }
  598.     },
  599.     sparklineExTab: {
  600.         pieSparkline: {
  601.             title: "PieSparkline Setting",
  602.             values: {
  603.                 percentage: "Percentage",
  604.                 color: "Color ",
  605.                 setButton: "Set"
  606.             }
  607.         },
  608.         areaSparkline: {
  609.             title: "AreaSparkline Setting",
  610.             values: {
  611.                 line1: "Line 1",
  612.                 line2: "Line 2",
  613.                 minimumValue: "Minimum Value",
  614.                 maximumValue: "Maximum Value",
  615.                 points: "Points",
  616.                 positiveColor: "Positive Color",
  617.                 negativeColor: "Negative Color",
  618.                 setButton: "Set"
  619.             }
  620.         },
  621.         boxplotSparkline: {
  622.             title: "BoxPlotSparkline Setting",
  623.             values: {
  624.                 points: "Points",
  625.                 boxplotClass: "BoxPlotClass",
  626.                 scaleStart: "ScaleStart",
  627.                 scaleEnd: "ScaleEnd",
  628.                 acceptableStart: "AcceptableStart",
  629.                 acceptableEnd: "AcceptableEnd",
  630.                 colorScheme: "ColorScheme",
  631.                 style: "Style",
  632.                 showAverage: "Show Average",
  633.                 vertical: "Vertical",
  634.                 setButton: "Set"
  635.             }
  636.         },
  637.         bulletSparkline: {
  638.             title: "BulletSparkline Setting",
  639.             values: {
  640.                 measure: "Measure",
  641.                 target: "Target",
  642.                 maxi: "Maxi",
  643.                 forecast: "Forecast",
  644.                 good: "Good",
  645.                 bad: "Bad",
  646.                 tickunit: "Tickunit",
  647.                 colorScheme: "ColorScheme",
  648.                 vertical: "Vertical",
  649.                 setButton: "Set"
  650.             }
  651.         },
  652.         cascadeSparkline: {
  653.             title: "CascadeSparkline Setting",
  654.             values: {
  655.                 pointsRange: "PointsRange",
  656.                 pointIndex: "PointIndex",
  657.                 minimum: "Minimum",
  658.                 maximum: "Maximum",
  659.                 positiveColor: "ColorPositive",
  660.                 negativeColor: "ColorNegative",
  661.                 labelsRange: "LabelsRange",
  662.                 vertical: "Vertical",
  663.                 setButton: "Set"
  664.             }
  665.         },
  666.         compatibleSparkline: {
  667.             title: "CompatibleSparkline Setting",
  668.             values: {
  669.                 data: {
  670.                     title: "Data",
  671.                     dataOrientation: "DataOrientation",
  672.                     dateAxisData: "DateAxisData",
  673.                     dateAxisOrientation: "DateAxisOrientation",
  674.                     displayEmptyCellAs: "DisplayEmptyCellAs",
  675.                     showDataInHiddenRowOrColumn: "Show data in hidden rows and columns"
  676.                 },
  677.                 show: {
  678.                     title: "Show",
  679.                     showFirst: "Show First",
  680.                     showLast: "Show Last",
  681.                     showHigh: "Show High",
  682.                     showLow: "Show Low",
  683.                     showNegative: "Show Negative",
  684.                     showMarkers: "Show Markers"
  685.                 },
  686.                 group: {
  687.                     title: "Group",
  688.                     minAxisType: "MinAxisType",
  689.                     maxAxisType: "MaxAxisType",
  690.                     manualMin: "ManualMin",
  691.                     manualMax: "ManualMax",
  692.                     rightToLeft: "RightToLeft",
  693.                     displayXAxis: "Display XAxis"
  694.                 },
  695.                 style: {
  696.                     title: "Style",
  697.                     negative: "Negative",
  698.                     markers: "Markers",
  699.                     axis: "Axis",
  700.                     series: "Series",
  701.                     highMarker: "High Marker",
  702.                     lowMarker: "Low Marker",
  703.                     firstMarker: "First Marker",
  704.                     lastMarker: "Last Marker",
  705.                     lineWeight: "Line Weight"
  706.                 },
  707.                 setButton: "Set"
  708.             }
  709.         },
  710.         hbarSparkline: {
  711.             title: "HbarSparkline Setting",
  712.             values: {
  713.                 value: "Value",
  714.                 colorScheme: "ColorScheme",
  715.                 setButton: "Set"
  716.             }
  717.         },
  718.         vbarSparkline: {
  719.             title: "VarSparkline Setting",
  720.             values: {
  721.                 value: "Value",
  722.                 colorScheme: "ColorScheme",
  723.                 setButton: "Set"
  724.             }
  725.         },
  726.         paretoSparkline: {
  727.             title: "ParetoSparkline Setting",
  728.             values: {
  729.                 points: "Points",
  730.                 pointIndex: "PointIndex",
  731.                 colorRange: "ColorRange",
  732.                 highlightPosition: "HighlightPosition",
  733.                 target: "Target",
  734.                 target2: "Target2",
  735.                 label: "Label",
  736.                 vertical: "Vertical",
  737.                 setButton: "Set"
  738.             }
  739.         },
  740.         // pieSparkline: {
  741.         //     title: "PieSparkline Setting",
  742.         //     values: {
  743.         //         percentage: "Percentage",
  744.         //         color: "Color",
  745.         //         setButton: "Set"
  746.         //     }
  747.         // },
  748.         scatterSparkline: {
  749.             title: "ScatterSparkline Setting",
  750.             values: {
  751.                 points1: "Points1",
  752.                 points2: "Points2",
  753.                 minX: "MinX",
  754.                 maxX: "MaxX",
  755.                 minY: "MinY",
  756.                 maxY: "MaxY",
  757.                 hLine: "HLine",
  758.                 vLine: "VLine",
  759.                 xMinZone: "XMinZone",
  760.                 xMaxZone: "XMaxZone",
  761.                 yMinZone: "YMinZone",
  762.                 yMaxZone: "YMaxZone",
  763.                 color1: "Color1",
  764.                 color2: "Color2",
  765.                 tags: "Tags",
  766.                 drawSymbol: "Draw Symbol",
  767.                 drawLines: "Draw Lines",
  768.                 dashLine: "Dash Line",
  769.                 setButton: "Set"
  770.             }
  771.         },
  772.         spreadSparkline: {
  773.             title: "SpreadSparkline Setting",
  774.             values: {
  775.                 points: "Points",
  776.                 scaleStart: "ScaleStart",
  777.                 scaleEnd: "ScaleEnd",
  778.                 style: "Style",
  779.                 colorScheme: "ColorScheme",
  780.                 showAverage: "Show Average",
  781.                 vertical: "Vertical",
  782.                 setButton: "Set"
  783.             }
  784.         },
  785.         stackedSparkline: {
  786.             title: "StackedSparkline Setting",
  787.             values: {
  788.                 points: "Points",
  789.                 colorRange: "ColorRange",
  790.                 labelRange: "LabelRange",
  791.                 maximum: "Maximum",
  792.                 targetRed: "TargetRed",
  793.                 targetGreen: "TargetGreen",
  794.                 targetBlue: "TargetBlue",
  795.                 targetYellow: "TargetYellow",
  796.                 color: "Color",
  797.                 highlightPosition: "HighlightPosition",
  798.                 textOrientation: "TextOrientation",
  799.                 textSize: "TextSize",
  800.                 vertical: "Vertical",
  801.                 setButton: "Set"
  802.             }
  803.         },
  804.         variSparkline: {
  805.             title: "VariSparkline Setting",
  806.             values: {
  807.                 variance: "Variance",
  808.                 reference: "Reference",
  809.                 mini: "Mini",
  810.                 maxi: "Maxi",
  811.                 mark: "Mark",
  812.                 tickunit: "TickUnit",
  813.                 colorPositive: "ColorPositive",
  814.                 colorNegative: "ColorNegative",
  815.                 legend: "Legend",
  816.                 vertical: "Vertical",
  817.                 setButton: "Set"
  818.             }
  819.         },
  820.         monthSparkline: {
  821.             title: "MonthSparkline Setting"
  822.         },
  823.         yearSparkline: {
  824.             title: "YearSparkline Setting"
  825.         },
  826.         monthYear: {
  827.             data: "Data",
  828.             month: "Month",
  829.             year: "Year",
  830.             emptyColor: "Empty Color",
  831.             startColor: "Start Color",
  832.             middleColor: "Middle Color",
  833.             endColor: "End Color",
  834.             colorRange: "Color Range",
  835.             setButton: "set"
  836.         },
  837.         orientation: {
  838.             vertical: "Vertical",
  839.             horizontal: "Horizontal"
  840.         },
  841.         axisType: {
  842.             individual: "Individual",
  843.             custom: "Custom"
  844.         },
  845.         emptyCellDisplayType: {
  846.             gaps: "Gaps",
  847.             zero: "Zero",
  848.             connect: "Connect"
  849.         },
  850.         boxplotClass: {
  851.             fiveNS: "5NS",
  852.             sevenNS: "7NS",
  853.             tukey: "Tukey",
  854.             bowley: "Bowley",
  855.             sigma: "Sigma3"
  856.         },
  857.         boxplotStyle: {
  858.             classical: "Classical",
  859.             neo: "Neo"
  860.         },
  861.         paretoLabel: {
  862.             none: "None",
  863.             single: "Single",
  864.             cumulated: "Cumulated"
  865.         },
  866.         spreadStyle: {
  867.             stacked: "Stacked",
  868.             spread: "Spread",
  869.             jitter: "Jitter",
  870.             poles: "Poles",
  871.             stackedDots: "StackedDots",
  872.             stripe: "Stripe"
  873.         }
  874.     },

  875.     chartExTab: {
  876.             fontSize: "Font Size",
  877.             color: "Color",
  878.             lineColor: "Line Color",
  879.             fontFamily: "Font Family",
  880.             chartType: "Chart Type",
  881.             backColor: "Background color",
  882.             values: {
  883.                 chartArea: {
  884.                     title: "Chart Area",
  885.                     backColor: "Background color",
  886.                     color: "Color",
  887.                     fontSize: "Font Size",
  888.                     fontFamily: "Font"
  889.                 },
  890.                 chartTitle: {
  891.                     title: "Chart Title",
  892.                     text: "Text",
  893.                     chartType: "Chart Type",
  894.                     dataRange: "Data Range"
  895.                 },
  896.                 series: {
  897.                     title: "Series",
  898.                     seriesIndex:'Series',
  899.                     axisGroup: "Axis Group",
  900.                     lineWidth:"Line Width",
  901.                     primary:"Primary",
  902.                     secondary:"Secondary"
  903.                 },
  904.                 legend: {
  905.                     title: "Legend",
  906.                     position: {
  907.                         title: "Position",
  908.                         values: {
  909.                             left: "Left",
  910.                             right: "Right",
  911.                             top: "Top",
  912.                             bottom: "Bottom"
  913.                         }
  914.                     },
  915.                     showLegend: "Show Legend"
  916.                 },
  917.                 dataLabels: {
  918.                     title: "Data Labels",
  919.                     showValue: "Show Value",
  920.                     showSeriesName: "Show Series Name",
  921.                     showCategoryName: "Show Category Name",
  922.                     position: {
  923.                         title: "Position",
  924.                         values: {

  925.                         }
  926.                     },
  927.                     color: "Color"
  928.                 },
  929.                 axes: {
  930.                     title: "Axes",
  931.                     axisType: {
  932.                         title: "Axis Type",
  933.                         values: {
  934.                             primaryCategory: "PrimaryCategory",
  935.                             primaryValue: "PrimaryValue",
  936.                             secondaryCategory: "SecondaryCategory",
  937.                             secondaryValue: "SecondaryValue"
  938.                         }
  939.                     },
  940.                     aixsTitle: "Title",
  941.                     titleColor: "Title Color",
  942.                     titleFontSize: "Title Size",
  943.                     titleFontFamily: "Title Font",
  944.                     showMajorGridline: "Show Major Gridline",
  945.                     showMinorGridline: "Show Minor Gridline",
  946.                     showAxis: "Show Axis",
  947.                     lineColor: "Line Color",
  948.                     lineWidth: "Line Width",
  949.                     TickPosition: {
  950.                         majorTitle: "Major Tick Position",
  951.                         minorTitle: "Minor Tick Position",
  952.                         values: {
  953.                             cross: "Cross",
  954.                             inside: "Inside",
  955.                             none: "None",
  956.                             outside: "Outside"
  957.                         }
  958.                     },
  959.                     majorUnit: "Major Unit",
  960.                     minorUnit: "Minor Unit",
  961.                     majorGridlineWidth: "Major Gridline Width",
  962.                     minorGridlineWidth: "Minor Gridline Width",
  963.                     majorGridlineColor: "Major Gridline Color",
  964.                     minorGridlineColor: "Minor Gridline Color",
  965.                     tickLabelPosition: {
  966.                         title: "Tick Label Position",
  967.                         values: {
  968.                             none: "None",
  969.                             nextToAxis: "NextToAxis"
  970.                         }
  971.                     }

  972.                 }

  973.             },
  974.         setButton: "Set",
  975.         combo: {
  976.             title: "ClusteredColumn-LineChart Setting",
  977.             value: {}
  978.         }
  979.     },

  980.     slicerTab: {
  981.         slicerStyle: {
  982.             title: "Slicer Style",
  983.             light: {
  984.                 light1: "light1",
  985.                 light2: "light2",
  986.                 light3: "light3",
  987.                 light5: "light5",
  988.                 light6: "light6"
  989.             },
  990.             dark: {
  991.                 dark1: "dark1",
  992.                 dark2: "dark2",
  993.                 dark3: "dark3",
  994.                 dark5: "dark5",
  995.                 dark6: "dark6"
  996.             }
  997.         },
  998.         general: {
  999.             title: "General",
  1000.             name: "Name",
  1001.             captionName: "Caption Name",
  1002.             itemSorting: {
  1003.                 title: "Item Sorting",
  1004.                 option: {
  1005.                     none: "None",
  1006.                     ascending: "Ascending",
  1007.                     descending: "Descending"
  1008.                 }
  1009.             },
  1010.             displayHeader: "Display Header"
  1011.         },
  1012.         layout: {
  1013.             title: "Layout",
  1014.             columnNumber: "Column Number",
  1015.             buttonHeight: "Button Height",
  1016.             buttonWidth: "Button Width"
  1017.         },
  1018.         property: {
  1019.             title: "Property",
  1020.             moveAndSize: "Move and size with cells",
  1021.             moveAndNoSize: "Move and don't size with cells",
  1022.             noMoveAndSize: "Don't move and size with cells",
  1023.             locked: "Locked"
  1024.         }
  1025.     },
  1026.     colorPicker: {
  1027.         themeColors: "Theme Colors",
  1028.         standardColors: "Standard Colors",
  1029.         noFills: "No Fills"
  1030.     },
  1031.     conditionalFormat: {
  1032.         setButton: "Set",
  1033.         ruleTypes: {
  1034.             title: "Type",
  1035.             highlightCells: {
  1036.                 title: "Highlight Cells Rules",
  1037.                 values: {
  1038.                     cellValue: "Cell Value",
  1039.                     specificText: "Specific Text",
  1040.                     dateOccurring: "Date Occurring",
  1041.                     unique: "Unique",
  1042.                     duplicate: "Duplicate"
  1043.                 }
  1044.             },
  1045.             topBottom: {
  1046.                 title: "Top/Bottom Rules",
  1047.                 values: {
  1048.                     top10: "Top10",
  1049.                     average: "Average"
  1050.                 }
  1051.             },
  1052.             dataBars: {
  1053.                 title: "Data Bars",
  1054.                 labels: {
  1055.                     minimum: "Minimum",
  1056.                     maximum: "Maximum",
  1057.                     type: "Type",
  1058.                     value: "Value",
  1059.                     appearance: "Appearance",
  1060.                     showBarOnly: "Show Bar Only",
  1061.                     useGradient: "Use Gradien",
  1062.                     showBorder: "Show Border",
  1063.                     barDirection: "Bar Direction",
  1064.                     negativeFillColor: "Negative Color",
  1065.                     negativeBorderColor: "Negative Border",
  1066.                     axis: "Axis",
  1067.                     axisPosition: "Position",
  1068.                     axisColor: "Color"
  1069.                 },
  1070.                 valueTypes: {
  1071.                     number: "Number",
  1072.                     lowestValue: "LowestValue",
  1073.                     highestValue: "HighestValue",
  1074.                     percent: "Percent",
  1075.                     percentile: "Percentile",
  1076.                     automin: "Automin",
  1077.                     automax: "Automax",
  1078.                     formula: "Formula"
  1079.                 },
  1080.                 directions: {
  1081.                     leftToRight: "Left-to-Right",
  1082.                     rightToLeft: "Right-to-Left"
  1083.                 },
  1084.                 axisPositions: {
  1085.                     automatic: "Automatic",
  1086.                     cellMidPoint: "CellMidPoint",
  1087.                     none: "None"
  1088.                 }
  1089.             },
  1090.             colorScales: {
  1091.                 title: "Color Scales",
  1092.                 labels: {
  1093.                     minimum: "Minimum",
  1094.                     midpoint: "Midpoint",
  1095.                     maximum: "Maximum",
  1096.                     type: "Type",
  1097.                     value: "Value",
  1098.                     color: "Color"
  1099.                 },
  1100.                 values: {
  1101.                     twoColors: "2-Color Scale",
  1102.                     threeColors: "3-Color Scale"
  1103.                 },
  1104.                 valueTypes: {
  1105.                     number: "Number",
  1106.                     lowestValue: "LowestValue",
  1107.                     highestValue: "HighestValue",
  1108.                     percent: "Percent",
  1109.                     percentile: "Percentile",
  1110.                     formula: "Formula"
  1111.                 }
  1112.             },
  1113.             iconSets: {
  1114.                 title: "Icon Sets",
  1115.                 labels: {
  1116.                     style: "Style",
  1117.                     showIconOnly: "Show Icon Only",
  1118.                     reverseIconOrder: "Reverse Icon Order",

  1119.                 },
  1120.                 types: {
  1121.                     threeArrowsColored: "ThreeArrowsColored",
  1122.                     threeArrowsGray: "ThreeArrowsGray",
  1123.                     threeTriangles: "ThreeTriangles",
  1124.                     threeStars: "ThreeStars",
  1125.                     threeFlags: "ThreeFlags",
  1126.                     threeTrafficLightsUnrimmed: "ThreeTrafficLightsUnrimmed",
  1127.                     threeTrafficLightsRimmed: "ThreeTrafficLightsRimmed",
  1128.                     threeSigns: "ThreeSigns",
  1129.                     threeSymbolsCircled: "ThreeSymbolsCircled",
  1130.                     threeSymbolsUncircled: "ThreeSymbolsUncircled",
  1131.                     fourArrowsColored: "FourArrowsColored",
  1132.                     fourArrowsGray: "FourArrowsGray",
  1133.                     fourRedToBlack: "FourRedToBlack",
  1134.                     fourRatings: "FourRatings",
  1135.                     fourTrafficLights: "FourTrafficLights",
  1136.                     fiveArrowsColored: "FiveArrowsColored",
  1137.                     fiveArrowsGray: "FiveArrowsGray",
  1138.                     fiveRatings: "FiveRatings",
  1139.                     fiveQuarters: "FiveQuarters",
  1140.                     fiveBoxes: "FiveBoxes"
  1141.                 },
  1142.                 valueTypes: {
  1143.                     number: "Number",
  1144.                     percent: "Percent",
  1145.                     percentile: "Percentile",
  1146.                     formula: "Formula"
  1147.                 }
  1148.             },
  1149.             removeConditionalFormat: {
  1150.                 title: "None"
  1151.             }
  1152.         },
  1153.         operators: {
  1154.             cellValue: {
  1155.                 types: {
  1156.                     equalsTo: "EqualsTo",
  1157.                     notEqualsTo: "NotEqualsTo",
  1158.                     greaterThan: "GreaterThan",
  1159.                     greaterThanOrEqualsTo: "GreaterThanOrEqualsTo",
  1160.                     lessThan: "LessThan",
  1161.                     lessThanOrEqualsTo: "LessThanOrEqualsTo",
  1162.                     between: "Between",
  1163.                     notBetween: "NotBetween"
  1164.                 }
  1165.             },
  1166.             specificText: {
  1167.                 types: {
  1168.                     contains: "Contains",
  1169.                     doesNotContain: "DoesNotContain",
  1170.                     beginsWith: "BeginsWith",
  1171.                     endsWith: "EndsWith"
  1172.                 }
  1173.             },
  1174.             dateOccurring: {
  1175.                 types: {
  1176.                     today: "Today",
  1177.                     yesterday: "Yesterday",
  1178.                     tomorrow: "Tomorrow",
  1179.                     last7Days: "Last7Days",
  1180.                     thisMonth: "ThisMonth",
  1181.                     lastMonth: "LastMonth",
  1182.                     nextMonth: "NextMonth",
  1183.                     thisWeek: "ThisWeek",
  1184.                     lastWeek: "LastWeek",
  1185.                     nextWeek: "NextWeek"
  1186.                 }
  1187.             },
  1188.             top10: {
  1189.                 types: {
  1190.                     top: "Top",
  1191.                     bottom: "Bottom"
  1192.                 }
  1193.             },
  1194.             average: {
  1195.                 types: {
  1196.                     above: "Above",
  1197.                     below: "Below",
  1198.                     equalOrAbove: "EqualOrAbove",
  1199.                     equalOrBelow: "EqualOrBelow",
  1200.                     above1StdDev: "Above1StdDev",
  1201.                     below1StdDev: "Below1StdDev",
  1202.                     above2StdDev: "Above2StdDev",
  1203.                     below2StdDev: "Below2StdDev",
  1204.                     above3StdDev: "Above3StdDev",
  1205.                     below3StdDev: "Below3StdDev"
  1206.                 }
  1207.             }
  1208.         },
  1209.         texts: {
  1210.             cells: "Format only cells with:",
  1211.             rankIn: "Format values that rank in the:",
  1212.             inRange: "values in the selected range.",
  1213.             values: "Format values that are:",
  1214.             average: "the average for selected range.",
  1215.             allValuesBased: "Format all cells based on their values:",
  1216.             all: "Format all:",
  1217.             and: "and",
  1218.             formatStyle: "use style",
  1219.             showIconWithRules: "Display each icon according to these rules:"
  1220.         },
  1221.         formatSetting: {
  1222.             formatUseBackColor: "BackColor",
  1223.             formatUseForeColor: "ForeColor",
  1224.             formatUseBorder: "Border"
  1225.         }
  1226.     },
  1227.     cellTypes: {
  1228.         title: "Cell Types",
  1229.         buttonCellType: {
  1230.             title: "ButtonCellType",
  1231.             values: {
  1232.                 marginTop: "Margin-Top",
  1233.                 marginRight: "Margin-Right",
  1234.                 marginBottom: "Margin-Bottom",
  1235.                 marginLeft: "Margin-Left",
  1236.                 text: "Text",
  1237.                 backColor: "BackColor"
  1238.             }
  1239.         },
  1240.         checkBoxCellType: {
  1241.             title: "CheckBoxCellType",
  1242.             values: {
  1243.                 caption: "Caption",
  1244.                 textTrue: "TextTrue",
  1245.                 textIndeterminate: "TextIndeterminate",
  1246.                 textFalse: "TextFalse",
  1247.                 textAlign: {
  1248.                     title: "TextAlign",
  1249.                     values: {
  1250.                         top: "Top",
  1251.                         bottom: "Bottom",
  1252.                         left: "Left",
  1253.                         right: "Right"
  1254.                     }
  1255.                 },
  1256.                 isThreeState: "IsThreeState"
  1257.             }
  1258.         },
  1259.         comboBoxCellType: {
  1260.             title: "ComboBoxCellType",
  1261.             values: {
  1262.                 editorValueType: {
  1263.                     title: "EditorValueType",
  1264.                     values: {
  1265.                         text: "Text",
  1266.                         index: "Index",
  1267.                         value: "Value"
  1268.                     }
  1269.                 },
  1270.                 itemsText: "Items Text",
  1271.                 itemsValue: "Items Value"
  1272.             }
  1273.         },
  1274.         hyperlinkCellType: {
  1275.             title: "HyperlinkCellType",
  1276.             values: {
  1277.                 linkColor: "LinkColor",
  1278.                 visitedLinkColor: "VisitedLinkColor",
  1279.                 text: "Text",
  1280.                 linkToolTip: "LinkToolTip"
  1281.             }
  1282.         },
  1283.         clearCellType: {
  1284.             title: "None"
  1285.         },
  1286.         setButton: "Set"
  1287.     },
  1288.     sparklineDialog: {
  1289.         title: "SparklineEx Setting",
  1290.         sparklineExType: {
  1291.             title: "Type",
  1292.             values: {
  1293.                 line: "Line",
  1294.                 column: "Column",
  1295.                 winLoss: "Win/Loss",
  1296.                 pie: "Pie",
  1297.                 area: "Area",
  1298.                 scatter: "Scatter",
  1299.                 spread: "Spread",
  1300.                 stacked: "Stacked",
  1301.                 bullet: "Bullet",
  1302.                 hbar: "Hbar",
  1303.                 vbar: "Vbar",
  1304.                 variance: "Variance",
  1305.                 boxplot: "BoxPlot",
  1306.                 cascade: "Cascade",
  1307.                 pareto: "Pareto",
  1308.                 month: "Month",
  1309.                 year: "Year"
  1310.             }
  1311.         },
  1312.         lineSparkline: {
  1313.             dataRange: "Data Range",
  1314.             locationRange: "Location Range",
  1315.             dataRangeError: "Data range is invalid!",
  1316.             singleDataRange: "Data range should be in a single row or column.",
  1317.             locationRangeError: "Location range is invalid!"
  1318.         },
  1319.         bulletSparkline: {
  1320.             measure: "Measure",
  1321.             target: "Target",
  1322.             maxi: "Maxi",
  1323.             forecast: "Forecast",
  1324.             good: "Good",
  1325.             bad: "Bad",
  1326.             tickunit: "Tickunit",
  1327.             colorScheme: "ColorScheme",
  1328.             vertical: "Vertical"
  1329.         },
  1330.         hbarSparkline: {
  1331.             value: "Value",
  1332.             colorScheme: "ColorScheme"
  1333.         },
  1334.         varianceSparkline: {
  1335.             variance: "Variance",
  1336.             reference: "Reference",
  1337.             mini: "Mini",
  1338.             maxi: "Maxi",
  1339.             mark: "Mark",
  1340.             tickunit: "TickUnit",
  1341.             colorPositive: "ColorPositive",
  1342.             colorNegative: "ColorNegative",
  1343.             legend: "Legend",
  1344.             vertical: "Vertical"
  1345.         },
  1346.         monthSparkline: {
  1347.             year: "Year",
  1348.             month: "Month",
  1349.             emptyColor: "Empty Color",
  1350.             startColor: "Start Color",
  1351.             middleColor: "Middle Color",
  1352.             endColor: "End Color",
  1353.             colorRange: "Color Range"
  1354.         },
  1355.         yearSparkline: {
  1356.             year: "Year",
  1357.             emptyColor: "Empty Color",
  1358.             startColor: "Start Color",
  1359.             middleColor: "Middle Color",
  1360.             endColor: "End Color",
  1361.             colorRange: "Color Range"
  1362.         }
  1363.     },
  1364.     chartDialog: {
  1365.         title: "chartEx Setting",
  1366.         chartExType: {
  1367.             title: "Type",
  1368.             values: {
  1369.                 columnClustered: "Clustered Column",
  1370.                 columnStacked: "Stacked Column",
  1371.                 columnStacked100: "100% Stacked Column",
  1372.                 line: "Line",
  1373.                 lineStacked: "Stacked Line",
  1374.                 lineStacked100: "100% Stacked Line",
  1375.                 lineMarkers: "Line With Markers",
  1376.                 lineMarkersStacked: "Stacked Line With Markers",
  1377.                 lineMarkersStacked100: "100% Stacked Line With Markers",
  1378.                 pie: "Pie",
  1379.                 doughnut: "Doughnut",
  1380.                 barClustered: "Clustered Bar",
  1381.                 barStacked: "Stacked Bar",
  1382.                 barStacked100: "100% Stacked Bar",
  1383.                 area: "Area",
  1384.                 areaStacked: "Stacked Area",
  1385.                 areaStacked100: "100% Stacked Area",
  1386.                 xyScatter: "Scatter",
  1387.                 xyScatterSmooth: "Scatter with Smooth Lines and Markers",
  1388.                 xyScatterSmoothNoMarkers: "Scatter with Smooth Lines",
  1389.                 xyScatterLines: "Scatter with Straight Lines and Markers",
  1390.                 xyScatterLinesNoMarkers: "Scatter with Straight Lines",
  1391.                 bubble: "Bubble",
  1392.                 stockHLC: "High-Low-Close",
  1393.                 stockOHLC: "Open-High-Low-Close",
  1394.                 stockVHLC: "Volumn-High-Low-Close-Stock",
  1395.                 stockVOHLC: "Volumn-Open-High-Low-Close-Stock",
  1396.                 combo: "Clustered Column-Line"
  1397.             }
  1398.         }
  1399.     },
  1400.     slicerDialog: {
  1401.         insertSlicer: "Insert Slicer"
  1402.     },
  1403.     passwordDialog: {
  1404.         title: "Password",
  1405.         error: "Incorrect Password!"
  1406.     },
  1407.     tooltips: {
  1408.         style: {
  1409.             fontBold: "Mark text bold.",
  1410.             fontItalic: "Mark text italic",
  1411.             fontUnderline: "Underline text.",
  1412.             fontOverline: "Overline text.",
  1413.             fontLinethrough: "Strikethrough text."
  1414.         },
  1415.         alignment: {
  1416.             leftAlign: "Align text to the left.",
  1417.             centerAlign: "Center text.",
  1418.             rightAlign: "Align text to the right.",
  1419.             topAlign: "Align text to the top.",
  1420.             middleAlign: "Align text to the middle.",
  1421.             bottomAlign: "Align text to the bottom.",
  1422.             decreaseIndent: "Decrease the indent level.",
  1423.             increaseIndent: "Increase the indent level."
  1424.         },
  1425.         border: {
  1426.             outsideBorder: "Outside Border",
  1427.             insideBorder: "Inside Border",
  1428.             allBorder: "All Border",
  1429.             leftBorder: "Left Border",
  1430.             innerVertical: "Inner Vertical",
  1431.             rightBorder: "Right Border",
  1432.             topBorder: "Top Border",
  1433.             innerHorizontal: "Inner Horizontal",
  1434.             bottomBorder: "Bottom Border"
  1435.         },
  1436.         format: {
  1437.             percentStyle: "Percent Style",
  1438.             commaStyle: "Comma Style",
  1439.             increaseDecimal: "Increase Decimal",
  1440.             decreaseDecimal: "Decrease Decimal"
  1441.         }
  1442.     },
  1443.     defaultTexts: {
  1444.         buttonText: "Button",
  1445.         checkCaption: "Check",
  1446.         comboText: "United States,China,Japan",
  1447.         comboValue: "US,CN,JP",
  1448.         hyperlinkText: "LinkText",
  1449.         hyperlinkToolTip: "Hyperlink Tooltip"
  1450.     },
  1451.     messages: {
  1452.         invalidImportFile: "Invalid file, import failed.",
  1453.         duplicatedSheetName: "Duplicated sheet name.",
  1454.         duplicatedTableName: "Duplicated table name.",
  1455.         rowColumnRangeRequired: "Please select a range of row or column.",
  1456.         imageFileRequired: "The file must be image!",
  1457.         duplicatedSlicerName: "Duplicated slicer name.",
  1458.         invalidSlicerName: "Slicer name is not valid."
  1459.     },
  1460.     dialog: {
  1461.         ok: "OK",
  1462.         cancel: "Cancel"
  1463.     },
  1464.     chartDataLabels:{
  1465.         center:'Center',
  1466.         insideEnd:'Inside End',
  1467.         outsideEnd:'Outside End',
  1468.         bestFit:'Best Fit',
  1469.         above:'Above',
  1470.         below:'Below',
  1471.     }
  1472. };
复制代码

转载地址http://www.blankh.cn/show/299.html



评分

参与人数 1金币 +2000 收起 理由
Clark.Pan + 2000 很给力!

查看全部评分

3 个回复

倒序浏览
Clark.Pan讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2018-9-12 09:27:40
沙发

很棒,
不过发现两个问题:
1. image.png794434814.png 这个好像是错别字
2.下载的中文资源里面,没有汉化信息。
今后有什么好的成果都可以拿来与我们分享。
回复 使用道具 举报
pinggubao
注册会员   /  发表于:2018-9-12 10:20:26
板凳
ClarkPan 发表于 2018-9-12 09:27
很棒,
不过发现两个问题:
1.这个好像是错别字

1.工作部改成工作簿了  哈哈
2.上传错了   地址更新了。
只汉化在线案例80%  哈哈  希望你们越办越好
回复 使用道具 举报
Clark.Pan讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2018-9-12 12:05:47
地板
感谢您对我们产品服务的认可
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部