resources.js 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. var uiResource = {
  2. toolBar: {
  3. zoom: {
  4. title: "Zoom",
  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: "Clear",
  19. clearActions: {
  20. clearAll: "Clear All",
  21. clearFormat: "Clear Format"
  22. }
  23. },
  24. export: {
  25. title: "Export",
  26. exportActions: {
  27. exportJson: "Export JSON",
  28. exportExcel: "Export Excel"
  29. }
  30. },
  31. downloadTitle: "Save File",
  32. download: "Right Click To Download Linked File As...",
  33. showInspector: "Show Inspector",
  34. hideInspector: "Hide Inspector",
  35. importJson: "Import JSON",
  36. importFile: "Import File",
  37. insertTable: "Insert Table",
  38. insertPicture: "Insert Picture",
  39. insertComment: "Insert Comment",
  40. insertSparkline: "Insert Sparkline",
  41. insertSlicer: "Insert Slicer"
  42. },
  43. tabs: {
  44. spread: "Spread",
  45. sheet: "Sheet",
  46. cell: "Cell",
  47. table: "Table",
  48. data: "Data",
  49. comment: "Comment",
  50. picture: "Picture",
  51. sparklineEx: "Sparkline",
  52. slicer: "Slicer"
  53. },
  54. spreadTab: {
  55. general: {
  56. title: "General",
  57. allowDragDrop: "Allow Drag and Drop",
  58. allowDragFill: "Allow Drag and Fill",
  59. allowZoom: "Allow Zoom",
  60. allowOverfolow: "Allow Overflow",
  61. showDragFillSmartTag: "Show Drag Fill Smart Tag"
  62. },
  63. calculation: {
  64. title: "Calculation",
  65. referenceStyle: {
  66. title: "Reference style",
  67. r1c1: "R1C1",
  68. a1: "A1"
  69. }
  70. },
  71. scrollBar: {
  72. title: "Scroll Bar",
  73. showVertical: "Vertical ScrollBar",
  74. showHorizontal: "Horizontal ScrollBar",
  75. maxAlign: "Scrollbar Max Align",
  76. showMax: "Scrollbar Show Max",
  77. scrollIgnoreHidden: "Scroll Ignore Hidden Row or Column"
  78. },
  79. tabStip: {
  80. title: "TabStrip",
  81. visible: "TabStrip Visible",
  82. newTabVisible: "New Tab Visible",
  83. editable: "Tabstrip Editable",
  84. showTabNavigation: "Show Tab Navigation"
  85. },
  86. color: {
  87. title: "Color",
  88. spreadBackcolor: "Spread Backcolor",
  89. grayAreaBackcolor: "Gray Area Backcolor"
  90. },
  91. tip: {
  92. title: "Tip",
  93. showDragDropTip: "Show Drag Drop Tip",
  94. showDragFillTip: "Show Drag Fill Tip",
  95. scrollTip: {
  96. title: "Scroll Tip",
  97. values: {
  98. none: "None",
  99. horizontal: "Horizontal",
  100. vertical: "Vertical",
  101. both: "Both"
  102. }
  103. },
  104. resizeTip: {
  105. title: "Resize Tip",
  106. values: {
  107. none: "None",
  108. column: "Column",
  109. row: "Row",
  110. both: "Both"
  111. }
  112. }
  113. },
  114. sheets: {
  115. title: "Sheets",
  116. sheetName: "Sheet name",
  117. sheetVisible: "Sheet Visible"
  118. },
  119. cutCopy: {
  120. title: "Cut / Copy",
  121. cutCopyIndicator: {
  122. visible: "Show Indicator",
  123. borderColor: "Indicator Border Color"
  124. },
  125. allowCopyPasteExcelStyle: "allowCopyPasteExcelStyle",
  126. allowExtendPasteRange: "allowExtendPasteRange",
  127. copyPasteHeaderOptions: {
  128. title: "HeaderOptions",
  129. option: {
  130. noHeaders: "No Headers",
  131. rowHeaders: "Row Headers",
  132. columnHeaders: "Column Headers",
  133. allHeaders: "All Headers"
  134. }
  135. }
  136. },
  137. spreadTheme: {
  138. title: "Spread Theme",
  139. theme: {
  140. title: "Theme",
  141. option: {
  142. spreadJS: "SpreadJS",
  143. excel2013White: "Excel2013 White",
  144. excel2013LightGray: "Excel2013 Light Gray",
  145. excel2013DarkGray: "Excel2013 Dark Gray",
  146. excel2016Colorful: "Excel2016 Colorful",
  147. excel2016DarkGray: "Excel2016 Dark Gray"
  148. }
  149. }
  150. },
  151. resizeZeroIndicator: {
  152. title: "ResizeZeroIndicator",
  153. option: {
  154. defaultValue: "Default",
  155. enhanced: "Enhanced"
  156. }
  157. }
  158. },
  159. sheetTab: {
  160. general: {
  161. title: "General",
  162. rowCount: "Row",
  163. columnCount: "Column",
  164. name: "Name",
  165. tabColor: "Tab Color"
  166. },
  167. freeze: {
  168. title: "Freeze",
  169. frozenRowCount: "Header Rows",
  170. frozenColumnCount: "Header Columns",
  171. trailingFrozenRowCount: "Footer Rows",
  172. trailingFrozenColumnCount: "Footer Columns",
  173. frozenLineColor: "Color",
  174. freezePane: "Freeze",
  175. unfreeze: "Unfreeze"
  176. },
  177. gridLine: {
  178. title: "Grid Line",
  179. showVertical: "Vertical Visible",
  180. showHorizontal: "Horizontal Visible",
  181. color: "Color"
  182. },
  183. header: {
  184. title: "Header",
  185. showRowHeader: "Row Header Visible",
  186. showColumnHeader: "Column Header Visible"
  187. },
  188. selection: {
  189. title: "Selection",
  190. borderColor: "Border Color",
  191. backColor: "Backcolor",
  192. hide: "Hide Selection",
  193. policy: {
  194. title: "Policy",
  195. values: {
  196. single: "Single",
  197. range: "Range",
  198. multiRange: "MultiRange"
  199. }
  200. },
  201. unit: {
  202. title: "Unit",
  203. values: {
  204. cell: "Cell",
  205. row: "Row",
  206. column: "Column"
  207. }
  208. }
  209. },
  210. protection: {
  211. title: "Protection",
  212. protectSheet: "Protect Sheet",
  213. selectLockCells: "Select locked cells",
  214. selectUnlockedCells: "Select unlocked cells",
  215. sort: "Sort",
  216. useAutoFilter: "Use AutoFilter",
  217. resizeRows: "Resize rows",
  218. resizeColumns: "Resize columns",
  219. editObjects: "Edit objects"
  220. }
  221. },
  222. cellTab: {
  223. style: {
  224. title: "Style",
  225. fontFamily: "Font",
  226. fontSize: "Size",
  227. foreColor: "Forecolor",
  228. backColor: "Backcolor",
  229. waterMark: "Label",
  230. cellPadding: "Padding",
  231. cellLabel: {
  232. title: "Label Option",
  233. visibility: "Visibility",
  234. visibilityOption: {
  235. auto: "Auto",
  236. visible: "Visible",
  237. hidden: "Hidden"
  238. },
  239. alignment: "Alignment",
  240. alignmentOption: {
  241. topLeft: "Top Left",
  242. topCenter: "Top Center",
  243. topRight: "Top Right",
  244. bottomLeft: "Bottom Left",
  245. bottomCenter: "Bottom Center",
  246. bottomRight: "Bottom Right"
  247. },
  248. fontFamily: "Font",
  249. fontSize: "Size",
  250. foreColor: "Forecolor",
  251. labelMargin: "Margin"
  252. },
  253. borders: {
  254. title: "Border",
  255. values: {
  256. bottom: "Bottom Border",
  257. top: "Top Border",
  258. left: "Left Border",
  259. right: "Right Border",
  260. none: "No Border",
  261. all: "All Border",
  262. outside: "Outside Border",
  263. thick: "Thick Box Border",
  264. doubleBottom: "Bottom Double Border",
  265. thickBottom: "Thick Bottom Border",
  266. topBottom: "Top and Bottom Border",
  267. topThickBottom: "Top and Thick Bottom Border",
  268. topDoubleBottom: "Top and Double Bottom Border"
  269. }
  270. }
  271. },
  272. border: {
  273. title: "Border",
  274. rangeBorderLine: "Line",
  275. rangeBorderColor: "Color",
  276. noBorder: "None",
  277. outsideBorder: "Outside Border",
  278. insideBorder: "Inside Border",
  279. allBorder: "All Border",
  280. leftBorder: "Left Border",
  281. innerVertical: "Inner Vertical",
  282. rightBorder: "Right Border",
  283. topBorder: "Top Border",
  284. innerHorizontal: "Inner Horizontal",
  285. bottomBorder: "Bottom Border"
  286. },
  287. alignment: {
  288. title: "Alignment",
  289. top: "Top",
  290. middle: "Middle",
  291. bottom: "Bottom",
  292. left: "Left",
  293. center: "Center",
  294. right: "Right",
  295. wrapText: "Wrap Text",
  296. decreaseIndent: "Decrease Indent",
  297. increaseIndent: "Increase Indent"
  298. },
  299. format: {
  300. title: "Format",
  301. commonFormat: {
  302. option: {
  303. general: "General",
  304. number: "Number",
  305. currency: "Currency",
  306. accounting: "Accounting",
  307. shortDate: "Short Date",
  308. longDate: "Long Date",
  309. time: "Time",
  310. percentage: "Percentage",
  311. fraction: "Fraction",
  312. scientific: "Scientific",
  313. text: "Text"
  314. }
  315. },
  316. percentValue: "0%",
  317. commaValue: "#,##0.00; (#,##0.00); \"-\"??;@",
  318. custom: "Custom",
  319. setButton: "Set"
  320. },
  321. merge: {
  322. title: "Merge Cells",
  323. mergeCells: "Merge",
  324. unmergeCells: "Unmerge"
  325. },
  326. cellType: {
  327. title: "Cell Type"
  328. },
  329. conditionalFormat: {
  330. title: "Conditional Formatting",
  331. useConditionalFormats: "Conditional Formats"
  332. },
  333. protection: {
  334. title: "Protection",
  335. lock: "Locked",
  336. sheetIsProtected: "Sheet is protected",
  337. sheetIsUnprotected: "Sheet is unprotected"
  338. }
  339. },
  340. tableTab: {
  341. tableStyle: {
  342. title: "Table Style",
  343. light: {
  344. light1: "light1",
  345. light2: "light2",
  346. light3: "light3",
  347. light7: "light7"
  348. },
  349. medium: {
  350. medium1: "medium1",
  351. medium2: "medium2",
  352. medium3: "medium3",
  353. medium7: "medium7"
  354. },
  355. dark: {
  356. dark1: "dark1",
  357. dark2: "dark2",
  358. dark3: "dark3",
  359. dark7: "dark7"
  360. }
  361. },
  362. general: {
  363. title: "General",
  364. tableName: "Name"
  365. },
  366. options: {
  367. title: "Options",
  368. filterButton: "Filter Button",
  369. headerRow: "Header Row",
  370. totalRow: "Total Row",
  371. bandedRows: "Banded Rows",
  372. bandedColumns: "Banded Columns",
  373. firstColumn: "First Column",
  374. lastColumn: "Last Column"
  375. }
  376. },
  377. dataTab: {
  378. sort: {
  379. title: "Sort & Filter",
  380. asc: "Sort A-Z",
  381. desc: "Sort Z-A",
  382. filter: "Filter"
  383. },
  384. group: {
  385. title: "Group",
  386. group: "Group",
  387. ungroup: "Ungroup",
  388. showDetail: "Show Detail",
  389. hideDetail: "Hide Detail",
  390. showRowOutline: "Show Row Outline",
  391. showColumnOutline: "Show Column Outline"
  392. },
  393. dataValidation: {
  394. title: "Data Validation",
  395. setButton: "Set",
  396. clearAllButton: "Clear All",
  397. circleInvalidData: "Circle Invalid Data",
  398. setting: {
  399. title: "Setting",
  400. values: {
  401. validatorType: {
  402. title: "Validator Type",
  403. option: {
  404. anyValue: "Any Value",
  405. number: "Number",
  406. list: "List",
  407. formulaList: "FormulaList",
  408. date: "Date",
  409. textLength: "Text Length",
  410. custom: "Custom"
  411. }
  412. },
  413. ignoreBlank: "IgnoreBlank",
  414. validatorComparisonOperator: {
  415. title: "Operator",
  416. option: {
  417. between: "Between",
  418. notBetween: "NotBetween",
  419. equalTo: "EqualTo",
  420. notEqualTo: "NotEqualTo",
  421. greaterThan: "GreaterThan",
  422. lessThan: "LessThan",
  423. greaterThanOrEqualTo: "GreaterThanOrEqualTo",
  424. lessThanOrEqualTo: "LessThanOrEqualTo"
  425. }
  426. },
  427. number: {
  428. minimum: "Minimum",
  429. maximum: "Maximum",
  430. value: "Value",
  431. isInteger: "Is Integer"
  432. },
  433. source: "Source",
  434. date: {
  435. startDate: "Start Date",
  436. endDate: "End Date",
  437. value: "Value",
  438. isTime: "Is Time"
  439. },
  440. formula: "Formula"
  441. }
  442. },
  443. inputMessage: {
  444. title: "Input Message",
  445. values: {
  446. showInputMessage: "Show when cell is selected",
  447. title: "Title",
  448. message: "Message"
  449. }
  450. },
  451. errorAlert: {
  452. title: "Error Alert",
  453. values: {
  454. showErrorAlert: "Show after invalid data is entered",
  455. alertType: {
  456. title: "Alert Type",
  457. option: {
  458. stop: "Stop",
  459. warning: "Warning",
  460. information: "Information"
  461. }
  462. },
  463. title: "Title",
  464. message: "Message"
  465. }
  466. }
  467. }
  468. },
  469. commentTab: {
  470. general: {
  471. title: "General",
  472. dynamicSize: "Dynamic Size",
  473. dynamicMove: "Dynamic Move",
  474. lockText: "Lock Text",
  475. showShadow: "Show Shadow"
  476. },
  477. font: {
  478. title: "Font",
  479. fontFamily: "Font",
  480. fontSize: "Size",
  481. fontStyle: {
  482. title: "Style",
  483. values: {
  484. normal: "normal",
  485. italic: "italic",
  486. oblique: "oblique",
  487. inherit: "inherit"
  488. }
  489. },
  490. fontWeight: {
  491. title: "Weight",
  492. values: {
  493. normal: "normal",
  494. bold: "bold",
  495. bolder: "bolder",
  496. lighter: "lighter"
  497. }
  498. },
  499. textDecoration: {
  500. title: "Decoration",
  501. values: {
  502. none: "none",
  503. underline: "underline",
  504. overline: "overline",
  505. linethrough: "linethrough"
  506. }
  507. }
  508. },
  509. border: {
  510. title: "Border",
  511. width: "Width",
  512. style: {
  513. title: "Style",
  514. values: {
  515. none: "none",
  516. hidden: "hidden",
  517. dotted: "dotted",
  518. dashed: "dashed",
  519. solid: "solid",
  520. double: "double",
  521. groove: "groove",
  522. ridge: "ridge",
  523. inset: "inset",
  524. outset: "outset"
  525. }
  526. },
  527. color: "Color"
  528. },
  529. appearance: {
  530. title: "Appearance",
  531. horizontalAlign: {
  532. title: "Horizontal",
  533. values: {
  534. left: "left",
  535. center: "center",
  536. right: "right",
  537. general: "general"
  538. }
  539. },
  540. displayMode: {
  541. title: "Display Mode",
  542. values: {
  543. alwaysShown: "AlwaysShown",
  544. hoverShown: "HoverShown"
  545. }
  546. },
  547. foreColor: "Forecolor",
  548. backColor: "Backcolor",
  549. padding: "Padding",
  550. zIndex: "Z-Index",
  551. opacity: "Opacity"
  552. }
  553. },
  554. pictureTab: {
  555. general: {
  556. title: "General",
  557. moveAndSize: "Move and size with cells",
  558. moveAndNoSize: "Move and don't size with cells",
  559. noMoveAndSize: "Don't move and size with cells",
  560. fixedPosition: "Fixed Position"
  561. },
  562. border: {
  563. title: "Border",
  564. width: "Width",
  565. radius: "Radius",
  566. style: {
  567. title: "Style",
  568. values: {
  569. solid: "solid",
  570. dotted: "dotted",
  571. dashed: "dashed",
  572. double: "double",
  573. groove: "groove",
  574. ridge: "ridge",
  575. inset: "inset",
  576. outset: "outset"
  577. }
  578. },
  579. color: "Color"
  580. },
  581. appearance: {
  582. title: "Appearance",
  583. stretch: {
  584. title: "Stretch",
  585. values: {
  586. stretch: "Stretch",
  587. center: "Center",
  588. zoom: "Zoom",
  589. none: "None"
  590. }
  591. },
  592. backColor: "Backcolor"
  593. }
  594. },
  595. sparklineExTab: {
  596. pieSparkline: {
  597. title: "PieSparkline Setting",
  598. values: {
  599. percentage: "Percentage",
  600. color: "Color ",
  601. setButton: "Set"
  602. }
  603. },
  604. areaSparkline: {
  605. title: "AreaSparkline Setting",
  606. values: {
  607. line1: "Line 1",
  608. line2: "Line 2",
  609. minimumValue: "Minimum Value",
  610. maximumValue: "Maximum Value",
  611. points: "Points",
  612. positiveColor: "Positive Color",
  613. negativeColor: "Negative Color",
  614. setButton: "Set"
  615. }
  616. },
  617. boxplotSparkline: {
  618. title: "BoxPlotSparkline Setting",
  619. values: {
  620. points: "Points",
  621. boxplotClass: "BoxPlotClass",
  622. scaleStart: "ScaleStart",
  623. scaleEnd: "ScaleEnd",
  624. acceptableStart: "AcceptableStart",
  625. acceptableEnd: "AcceptableEnd",
  626. colorScheme: "ColorScheme",
  627. style: "Style",
  628. showAverage: "Show Average",
  629. vertical: "Vertical",
  630. setButton: "Set"
  631. }
  632. },
  633. bulletSparkline: {
  634. title: "BulletSparkline Setting",
  635. values: {
  636. measure: "Measure",
  637. target: "Target",
  638. maxi: "Maxi",
  639. forecast: "Forecast",
  640. good: "Good",
  641. bad: "Bad",
  642. tickunit: "Tickunit",
  643. colorScheme: "ColorScheme",
  644. vertical: "Vertical",
  645. setButton: "Set"
  646. }
  647. },
  648. cascadeSparkline: {
  649. title: "CascadeSparkline Setting",
  650. values: {
  651. pointsRange: "PointsRange",
  652. pointIndex: "PointIndex",
  653. minimum: "Minimum",
  654. maximum: "Maximum",
  655. positiveColor: "ColorPositive",
  656. negativeColor: "ColorNegative",
  657. labelsRange: "LabelsRange",
  658. vertical: "Vertical",
  659. setButton: "Set"
  660. }
  661. },
  662. compatibleSparkline: {
  663. title: "CompatibleSparkline Setting",
  664. values: {
  665. data: {
  666. title: "Data",
  667. dataOrientation: "DataOrientation",
  668. dateAxisData: "DateAxisData",
  669. dateAxisOrientation: "DateAxisOrientation",
  670. displayEmptyCellAs: "DisplayEmptyCellAs",
  671. showDataInHiddenRowOrColumn: "Show data in hidden rows and columns"
  672. },
  673. show: {
  674. title: "Show",
  675. showFirst: "Show First",
  676. showLast: "Show Last",
  677. showHigh: "Show High",
  678. showLow: "Show Low",
  679. showNegative: "Show Negative",
  680. showMarkers: "Show Markers"
  681. },
  682. group: {
  683. title: "Group",
  684. minAxisType: "MinAxisType",
  685. maxAxisType: "MaxAxisType",
  686. manualMin: "ManualMin",
  687. manualMax: "ManualMax",
  688. rightToLeft: "RightToLeft",
  689. displayXAxis: "Display XAxis"
  690. },
  691. style: {
  692. title: "Style",
  693. negative: "Negative",
  694. markers: "Markers",
  695. axis: "Axis",
  696. series: "Series",
  697. highMarker: "High Marker",
  698. lowMarker: "Low Marker",
  699. firstMarker: "First Marker",
  700. lastMarker: "Last Marker",
  701. lineWeight: "Line Weight"
  702. },
  703. setButton: "Set"
  704. }
  705. },
  706. hbarSparkline: {
  707. title: "HbarSparkline Setting",
  708. values: {
  709. value: "Value",
  710. colorScheme: "ColorScheme",
  711. setButton: "Set"
  712. }
  713. },
  714. vbarSparkline: {
  715. title: "VarSparkline Setting",
  716. values: {
  717. value: "Value",
  718. colorScheme: "ColorScheme",
  719. setButton: "Set"
  720. }
  721. },
  722. paretoSparkline: {
  723. title: "ParetoSparkline Setting",
  724. values: {
  725. points: "Points",
  726. pointIndex: "PointIndex",
  727. colorRange: "ColorRange",
  728. highlightPosition: "HighlightPosition",
  729. target: "Target",
  730. target2: "Target2",
  731. label: "Label",
  732. vertical: "Vertical",
  733. setButton: "Set"
  734. }
  735. },
  736. pieSparkline: {
  737. title: "PieSparkline Setting",
  738. values: {
  739. percentage: "Percentage",
  740. color: "Color",
  741. setButton: "Set"
  742. }
  743. },
  744. scatterSparkline: {
  745. title: "ScatterSparkline Setting",
  746. values: {
  747. points1: "Points1",
  748. points2: "Points2",
  749. minX: "MinX",
  750. maxX: "MaxX",
  751. minY: "MinY",
  752. maxY: "MaxY",
  753. hLine: "HLine",
  754. vLine: "VLine",
  755. xMinZone: "XMinZone",
  756. xMaxZone: "XMaxZone",
  757. yMinZone: "YMinZone",
  758. yMaxZone: "YMaxZone",
  759. color1: "Color1",
  760. color2: "Color2",
  761. tags: "Tags",
  762. drawSymbol: "Draw Symbol",
  763. drawLines: "Draw Lines",
  764. dashLine: "Dash Line",
  765. setButton: "Set"
  766. }
  767. },
  768. spreadSparkline: {
  769. title: "SpreadSparkline Setting",
  770. values: {
  771. points: "Points",
  772. scaleStart: "ScaleStart",
  773. scaleEnd: "ScaleEnd",
  774. style: "Style",
  775. colorScheme: "ColorScheme",
  776. showAverage: "Show Average",
  777. vertical: "Vertical",
  778. setButton: "Set"
  779. }
  780. },
  781. stackedSparkline: {
  782. title: "StackedSparkline Setting",
  783. values: {
  784. points: "Points",
  785. colorRange: "ColorRange",
  786. labelRange: "LabelRange",
  787. maximum: "Maximum",
  788. targetRed: "TargetRed",
  789. targetGreen: "TargetGreen",
  790. targetBlue: "TargetBlue",
  791. targetYellow: "TargetYellow",
  792. color: "Color",
  793. highlightPosition: "HighlightPosition",
  794. textOrientation: "TextOrientation",
  795. textSize: "TextSize",
  796. vertical: "Vertical",
  797. setButton: "Set"
  798. }
  799. },
  800. variSparkline: {
  801. title: "VariSparkline Setting",
  802. values: {
  803. variance: "Variance",
  804. reference: "Reference",
  805. mini: "Mini",
  806. maxi: "Maxi",
  807. mark: "Mark",
  808. tickunit: "TickUnit",
  809. colorPositive: "ColorPositive",
  810. colorNegative: "ColorNegative",
  811. legend: "Legend",
  812. vertical: "Vertical",
  813. setButton: "Set"
  814. }
  815. },
  816. monthSparkline: {
  817. title: "MonthSparkline Setting"
  818. },
  819. yearSparkline: {
  820. title: "YearSparkline Setting"
  821. },
  822. monthYear: {
  823. data: "Data",
  824. month: "Month",
  825. year: "Year",
  826. emptyColor: "Empty Color",
  827. startColor: "Start Color",
  828. middleColor: "Middle Color",
  829. endColor: "End Color",
  830. colorRange: "Color Range",
  831. setButton: "set"
  832. },
  833. orientation: {
  834. vertical: "Vertical",
  835. horizontal: "Horizontal"
  836. },
  837. axisType: {
  838. individual: "Individual",
  839. custom: "Custom"
  840. },
  841. emptyCellDisplayType: {
  842. gaps: "Gaps",
  843. zero: "Zero",
  844. connect: "Connect"
  845. },
  846. boxplotClass: {
  847. fiveNS: "5NS",
  848. sevenNS: "7NS",
  849. tukey: "Tukey",
  850. bowley: "Bowley",
  851. sigma: "Sigma3"
  852. },
  853. boxplotStyle: {
  854. classical: "Classical",
  855. neo: "Neo"
  856. },
  857. paretoLabel: {
  858. none: "None",
  859. single: "Single",
  860. cumulated: "Cumulated"
  861. },
  862. spreadStyle: {
  863. stacked: "Stacked",
  864. spread: "Spread",
  865. jitter: "Jitter",
  866. poles: "Poles",
  867. stackedDots: "StackedDots",
  868. stripe: "Stripe"
  869. }
  870. },
  871. slicerTab: {
  872. slicerStyle: {
  873. title: "Slicer Style",
  874. light: {
  875. light1: "light1",
  876. light2: "light2",
  877. light3: "light3",
  878. light5: "light5",
  879. light6: "light6"
  880. },
  881. dark: {
  882. dark1: "dark1",
  883. dark2: "dark2",
  884. dark3: "dark3",
  885. dark5: "dark5",
  886. dark6: "dark6"
  887. }
  888. },
  889. general: {
  890. title: "General",
  891. name: "Name",
  892. captionName: "Caption Name",
  893. itemSorting: {
  894. title: "Item Sorting",
  895. option: {
  896. none: "None",
  897. ascending: "Ascending",
  898. descending: "Descending"
  899. }
  900. },
  901. displayHeader: "Display Header"
  902. },
  903. layout: {
  904. title: "Layout",
  905. columnNumber: "Column Number",
  906. buttonHeight: "Button Height",
  907. buttonWidth: "Button Width"
  908. },
  909. property: {
  910. title: "Property",
  911. moveAndSize: "Move and size with cells",
  912. moveAndNoSize: "Move and don't size with cells",
  913. noMoveAndSize: "Don't move and size with cells",
  914. locked: "Locked"
  915. }
  916. },
  917. colorPicker: {
  918. themeColors: "Theme Colors",
  919. standardColors: "Standard Colors",
  920. noFills: "No Fills"
  921. },
  922. conditionalFormat: {
  923. setButton: "Set",
  924. ruleTypes: {
  925. title: "Type",
  926. highlightCells: {
  927. title: "Highlight Cells Rules",
  928. values: {
  929. cellValue: "Cell Value",
  930. specificText: "Specific Text",
  931. dateOccurring: "Date Occurring",
  932. unique: "Unique",
  933. duplicate: "Duplicate"
  934. }
  935. },
  936. topBottom: {
  937. title: "Top/Bottom Rules",
  938. values: {
  939. top10: "Top10",
  940. average: "Average"
  941. }
  942. },
  943. dataBars: {
  944. title: "Data Bars",
  945. labels: {
  946. minimum: "Minimum",
  947. maximum: "Maximum",
  948. type: "Type",
  949. value: "Value",
  950. appearance: "Appearance",
  951. showBarOnly: "Show Bar Only",
  952. useGradient: "Use Gradien",
  953. showBorder: "Show Border",
  954. barDirection: "Bar Direction",
  955. negativeFillColor: "Negative Color",
  956. negativeBorderColor: "Negative Border",
  957. axis: "Axis",
  958. axisPosition: "Position",
  959. axisColor: "Color"
  960. },
  961. valueTypes: {
  962. number: "Number",
  963. lowestValue: "LowestValue",
  964. highestValue: "HighestValue",
  965. percent: "Percent",
  966. percentile: "Percentile",
  967. automin: "Automin",
  968. automax: "Automax",
  969. formula: "Formula"
  970. },
  971. directions: {
  972. leftToRight: "Left-to-Right",
  973. rightToLeft: "Right-to-Left"
  974. },
  975. axisPositions: {
  976. automatic: "Automatic",
  977. cellMidPoint: "CellMidPoint",
  978. none: "None"
  979. }
  980. },
  981. colorScales: {
  982. title: "Color Scales",
  983. labels: {
  984. minimum: "Minimum",
  985. midpoint: "Midpoint",
  986. maximum: "Maximum",
  987. type: "Type",
  988. value: "Value",
  989. color: "Color"
  990. },
  991. values: {
  992. twoColors: "2-Color Scale",
  993. threeColors: "3-Color Scale"
  994. },
  995. valueTypes: {
  996. number: "Number",
  997. lowestValue: "LowestValue",
  998. highestValue: "HighestValue",
  999. percent: "Percent",
  1000. percentile: "Percentile",
  1001. formula: "Formula"
  1002. }
  1003. },
  1004. iconSets: {
  1005. title: "Icon Sets",
  1006. labels: {
  1007. style: "Style",
  1008. showIconOnly: "Show Icon Only",
  1009. reverseIconOrder: "Reverse Icon Order",
  1010. },
  1011. types: {
  1012. threeArrowsColored: "ThreeArrowsColored",
  1013. threeArrowsGray: "ThreeArrowsGray",
  1014. threeTriangles: "ThreeTriangles",
  1015. threeStars: "ThreeStars",
  1016. threeFlags: "ThreeFlags",
  1017. threeTrafficLightsUnrimmed: "ThreeTrafficLightsUnrimmed",
  1018. threeTrafficLightsRimmed: "ThreeTrafficLightsRimmed",
  1019. threeSigns: "ThreeSigns",
  1020. threeSymbolsCircled: "ThreeSymbolsCircled",
  1021. threeSymbolsUncircled: "ThreeSymbolsUncircled",
  1022. fourArrowsColored: "FourArrowsColored",
  1023. fourArrowsGray: "FourArrowsGray",
  1024. fourRedToBlack: "FourRedToBlack",
  1025. fourRatings: "FourRatings",
  1026. fourTrafficLights: "FourTrafficLights",
  1027. fiveArrowsColored: "FiveArrowsColored",
  1028. fiveArrowsGray: "FiveArrowsGray",
  1029. fiveRatings: "FiveRatings",
  1030. fiveQuarters: "FiveQuarters",
  1031. fiveBoxes: "FiveBoxes"
  1032. },
  1033. valueTypes: {
  1034. number: "Number",
  1035. percent: "Percent",
  1036. percentile: "Percentile",
  1037. formula: "Formula"
  1038. }
  1039. },
  1040. removeConditionalFormat: {
  1041. title: "None"
  1042. }
  1043. },
  1044. operators: {
  1045. cellValue: {
  1046. types: {
  1047. equalsTo: "EqualsTo",
  1048. notEqualsTo: "NotEqualsTo",
  1049. greaterThan: "GreaterThan",
  1050. greaterThanOrEqualsTo: "GreaterThanOrEqualsTo",
  1051. lessThan: "LessThan",
  1052. lessThanOrEqualsTo: "LessThanOrEqualsTo",
  1053. between: "Between",
  1054. notBetween: "NotBetween"
  1055. }
  1056. },
  1057. specificText: {
  1058. types: {
  1059. contains: "Contains",
  1060. doesNotContain: "DoesNotContain",
  1061. beginsWith: "BeginsWith",
  1062. endsWith: "EndsWith"
  1063. }
  1064. },
  1065. dateOccurring: {
  1066. types: {
  1067. today: "Today",
  1068. yesterday: "Yesterday",
  1069. tomorrow: "Tomorrow",
  1070. last7Days: "Last7Days",
  1071. thisMonth: "ThisMonth",
  1072. lastMonth: "LastMonth",
  1073. nextMonth: "NextMonth",
  1074. thisWeek: "ThisWeek",
  1075. lastWeek: "LastWeek",
  1076. nextWeek: "NextWeek"
  1077. }
  1078. },
  1079. top10: {
  1080. types: {
  1081. top: "Top",
  1082. bottom: "Bottom"
  1083. }
  1084. },
  1085. average: {
  1086. types: {
  1087. above: "Above",
  1088. below: "Below",
  1089. equalOrAbove: "EqualOrAbove",
  1090. equalOrBelow: "EqualOrBelow",
  1091. above1StdDev: "Above1StdDev",
  1092. below1StdDev: "Below1StdDev",
  1093. above2StdDev: "Above2StdDev",
  1094. below2StdDev: "Below2StdDev",
  1095. above3StdDev: "Above3StdDev",
  1096. below3StdDev: "Below3StdDev"
  1097. }
  1098. }
  1099. },
  1100. texts: {
  1101. cells: "Format only cells with:",
  1102. rankIn: "Format values that rank in the:",
  1103. inRange: "values in the selected range.",
  1104. values: "Format values that are:",
  1105. average: "the average for selected range.",
  1106. allValuesBased: "Format all cells based on their values:",
  1107. all: "Format all:",
  1108. and: "and",
  1109. formatStyle: "use style",
  1110. showIconWithRules: "Display each icon according to these rules:"
  1111. },
  1112. formatSetting: {
  1113. formatUseBackColor: "BackColor",
  1114. formatUseForeColor: "ForeColor",
  1115. formatUseBorder: "Border"
  1116. }
  1117. },
  1118. cellTypes: {
  1119. title: "Cell Types",
  1120. buttonCellType: {
  1121. title: "ButtonCellType",
  1122. values: {
  1123. marginTop: "Margin-Top",
  1124. marginRight: "Margin-Right",
  1125. marginBottom: "Margin-Bottom",
  1126. marginLeft: "Margin-Left",
  1127. text: "Text",
  1128. backColor: "BackColor"
  1129. }
  1130. },
  1131. checkBoxCellType: {
  1132. title: "CheckBoxCellType",
  1133. values: {
  1134. caption: "Caption",
  1135. textTrue: "TextTrue",
  1136. textIndeterminate: "TextIndeterminate",
  1137. textFalse: "TextFalse",
  1138. textAlign: {
  1139. title: "TextAlign",
  1140. values: {
  1141. top: "Top",
  1142. bottom: "Bottom",
  1143. left: "Left",
  1144. right: "Right"
  1145. }
  1146. },
  1147. isThreeState: "IsThreeState"
  1148. }
  1149. },
  1150. comboBoxCellType: {
  1151. title: "ComboBoxCellType",
  1152. values: {
  1153. editorValueType: {
  1154. title: "EditorValueType",
  1155. values: {
  1156. text: "Text",
  1157. index: "Index",
  1158. value: "Value"
  1159. }
  1160. },
  1161. itemsText: "Items Text",
  1162. itemsValue: "Items Value"
  1163. }
  1164. },
  1165. hyperlinkCellType: {
  1166. title: "HyperlinkCellType",
  1167. values: {
  1168. linkColor: "LinkColor",
  1169. visitedLinkColor: "VisitedLinkColor",
  1170. text: "Text",
  1171. linkToolTip: "LinkToolTip"
  1172. }
  1173. },
  1174. clearCellType: {
  1175. title: "None"
  1176. },
  1177. setButton: "Set"
  1178. },
  1179. sparklineDialog: {
  1180. title: "SparklineEx Setting",
  1181. sparklineExType: {
  1182. title: "Type",
  1183. values: {
  1184. line: "Line",
  1185. column: "Column",
  1186. winLoss: "Win/Loss",
  1187. pie: "Pie",
  1188. area: "Area",
  1189. scatter: "Scatter",
  1190. spread: "Spread",
  1191. stacked: "Stacked",
  1192. bullet: "Bullet",
  1193. hbar: "Hbar",
  1194. vbar: "Vbar",
  1195. variance: "Variance",
  1196. boxplot: "BoxPlot",
  1197. cascade: "Cascade",
  1198. pareto: "Pareto",
  1199. month: "Month",
  1200. year: "Year"
  1201. }
  1202. },
  1203. lineSparkline: {
  1204. dataRange: "Data Range",
  1205. locationRange: "Location Range",
  1206. dataRangeError: "Data range is invalid!",
  1207. singleDataRange: "Data range should be in a single row or column.",
  1208. locationRangeError: "Location range is invalid!"
  1209. },
  1210. bulletSparkline: {
  1211. measure: "Measure",
  1212. target: "Target",
  1213. maxi: "Maxi",
  1214. forecast: "Forecast",
  1215. good: "Good",
  1216. bad: "Bad",
  1217. tickunit: "Tickunit",
  1218. colorScheme: "ColorScheme",
  1219. vertical: "Vertical"
  1220. },
  1221. hbarSparkline: {
  1222. value: "Value",
  1223. colorScheme: "ColorScheme"
  1224. },
  1225. varianceSparkline: {
  1226. variance: "Variance",
  1227. reference: "Reference",
  1228. mini: "Mini",
  1229. maxi: "Maxi",
  1230. mark: "Mark",
  1231. tickunit: "TickUnit",
  1232. colorPositive: "ColorPositive",
  1233. colorNegative: "ColorNegative",
  1234. legend: "Legend",
  1235. vertical: "Vertical"
  1236. },
  1237. monthSparkline: {
  1238. year: "Year",
  1239. month: "Month",
  1240. emptyColor: "Empty Color",
  1241. startColor: "Start Color",
  1242. middleColor: "Middle Color",
  1243. endColor: "End Color",
  1244. colorRange: "Color Range"
  1245. },
  1246. yearSparkline: {
  1247. year: "Year",
  1248. emptyColor: "Empty Color",
  1249. startColor: "Start Color",
  1250. middleColor: "Middle Color",
  1251. endColor: "End Color",
  1252. colorRange: "Color Range"
  1253. }
  1254. },
  1255. slicerDialog: {
  1256. insertSlicer: "Insert Slicer"
  1257. },
  1258. passwordDialog: {
  1259. title: "Password",
  1260. error: "Incorrect Password!"
  1261. },
  1262. tooltips: {
  1263. style: {
  1264. fontBold: "Mark text bold.",
  1265. fontItalic: "Mark text italic",
  1266. fontUnderline: "Underline text.",
  1267. fontOverline: "Overline text.",
  1268. fontLinethrough: "Strikethrough text."
  1269. },
  1270. alignment: {
  1271. leftAlign: "Align text to the left.",
  1272. centerAlign: "Center text.",
  1273. rightAlign: "Align text to the right.",
  1274. topAlign: "Align text to the top.",
  1275. middleAlign: "Align text to the middle.",
  1276. bottomAlign: "Align text to the bottom.",
  1277. decreaseIndent: "Decrease the indent level.",
  1278. increaseIndent: "Increase the indent level."
  1279. },
  1280. border: {
  1281. outsideBorder: "Outside Border",
  1282. insideBorder: "Inside Border",
  1283. allBorder: "All Border",
  1284. leftBorder: "Left Border",
  1285. innerVertical: "Inner Vertical",
  1286. rightBorder: "Right Border",
  1287. topBorder: "Top Border",
  1288. innerHorizontal: "Inner Horizontal",
  1289. bottomBorder: "Bottom Border"
  1290. },
  1291. format: {
  1292. percentStyle: "Percent Style",
  1293. commaStyle: "Comma Style",
  1294. increaseDecimal: "Increase Decimal",
  1295. decreaseDecimal: "Decrease Decimal"
  1296. }
  1297. },
  1298. defaultTexts: {
  1299. buttonText: "Button",
  1300. checkCaption: "Check",
  1301. comboText: "United States,China,Japan",
  1302. comboValue: "US,CN,JP",
  1303. hyperlinkText: "LinkText",
  1304. hyperlinkToolTip: "Hyperlink Tooltip"
  1305. },
  1306. messages: {
  1307. invalidImportFile: "Invalid file, import failed.",
  1308. duplicatedSheetName: "Duplicated sheet name.",
  1309. duplicatedTableName: "Duplicated table name.",
  1310. rowColumnRangeRequired: "Please select a range of row or column.",
  1311. imageFileRequired: "The file must be image!",
  1312. duplicatedSlicerName: "Duplicated slicer name.",
  1313. invalidSlicerName: "Slicer name is not valid."
  1314. },
  1315. contextMenu: {
  1316. cutItem: "Cut",
  1317. copyItem: "Copy",
  1318. pasteItem: "Paste",
  1319. insertItem: "Insert",
  1320. deleteItem: "Delete",
  1321. mergeItem: "Merge",
  1322. unmergeItem: "Unmerge"
  1323. },
  1324. dialog: {
  1325. ok: "OK",
  1326. cancel: "Cancel"
  1327. }
  1328. };