@univerjs-pro/sheets-chart-ui 1.0.0-alpha.2 → 1.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +3 -127
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/focused-chart.command.d.ts +9 -0
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +2 -0
- package/lib/types/config/config.d.ts +1 -0
- package/lib/types/controllers/chart-element-float-menu.controller.d.ts +30 -0
- package/lib/types/controllers/chart-render.controller.d.ts +4 -1
- package/lib/types/controllers/ui.controller.d.ts +14 -3
- package/lib/types/hooks.d.ts +2 -4
- package/lib/types/index.d.ts +4 -1
- package/lib/types/locale/en-US.d.ts +2 -0
- package/lib/types/menu/chart-context-menu.d.ts +7 -0
- package/lib/types/plugin.d.ts +1 -0
- package/lib/types/services/chart-content-layout.d.ts +1 -2
- package/lib/types/services/chart-element-popup-anchor.d.ts +10 -0
- package/lib/types/services/chart-element-selection.d.ts +9 -0
- package/lib/types/services/chart-image-rect.d.ts +4 -1
- package/lib/types/services/chart-panel-route.d.ts +20 -0
- package/lib/types/services/chart-render.service.d.ts +21 -9
- package/lib/types/services/sheet-chart-host.d.ts +6 -1
- package/lib/types/services/sheet-image-chart-host.d.ts +2 -2
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +8 -8
- package/lib/types/services/sheets-chart-ui.service.d.ts +50 -11
- package/lib/types/views/chart-edit-panel/Options.d.ts +26 -85
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +1 -6
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +1 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +1 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +1 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +1 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +1 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -8
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -18
- package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +0 -9
- package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +0 -16
- package/lib/types/views/chart-edit-panel/font-format-bar/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +0 -6
- package/lib/types/views/print-chart/index.d.ts +0 -10
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5c7144=_0x5013;(function(_0x4483a2,_0x129f26){const _0x583c58=_0x5013,_0xf04e71=_0x4483a2();while(!![]){try{const _0x1aca65=parseInt(_0x583c58(0x133))/0x1+-parseInt(_0x583c58(0xd7))/0x2+parseInt(_0x583c58(0xc5))/0x3+parseInt(_0x583c58(0xf2))/0x4*(parseInt(_0x583c58(0x167))/0x5)+-parseInt(_0x583c58(0x14a))/0x6*(-parseInt(_0x583c58(0xbb))/0x7)+parseInt(_0x583c58(0xa9))/0x8*(parseInt(_0x583c58(0x129))/0x9)+-parseInt(_0x583c58(0x141))/0xa*(parseInt(_0x583c58(0xd3))/0xb);if(_0x1aca65===_0x129f26)break;else _0xf04e71['push'](_0xf04e71['shift']());}catch(_0x103566){_0xf04e71['push'](_0xf04e71['shift']());}}}(_0x30da,0x640ce));function _0x5013(_0x5c4929,_0x225101){_0x5c4929=_0x5c4929-0xa5;const _0x30da34=_0x30da();let _0x501307=_0x30da34[_0x5c4929];return _0x501307;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x5c7144(0x13f)},'insertChart':'Chèn\x20biểu\x20đồ','editChart':_0x5c7144(0xb6),'openChartPanel':'Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','deleteChart':_0x5c7144(0x168),'hideChartPanel':_0x5c7144(0x148),'setupChart':_0x5c7144(0x150),'customChart':_0x5c7144(0x103),'default':_0x5c7144(0x10c),'reset':_0x5c7144(0x12c),'chartType':_0x5c7144(0x157),'themes':'Chủ\x20đề','dataRange':'Phạm\x20vi\x20dữ\x20liệu','stack':_0x5c7144(0x116),'category':_0x5c7144(0xee),'aggregate':_0x5c7144(0x13e),'allSeries':_0x5c7144(0x15d),'series':'Loạt','addSeries':_0x5c7144(0x138),'moreSettings':_0x5c7144(0xf7),'min':_0x5c7144(0x14f),'max':_0x5c7144(0x147),'invalidType':{'gaps':'Khoảng\x20trống','zero':_0x5c7144(0xe8),'connectDataPointsWithStraightLines':_0x5c7144(0x13c)},'blank':'(Trống)','seriesBlock':{'format':_0x5c7144(0x11a),'dataPointStyle':_0x5c7144(0x104)},'backgroundColor':_0x5c7144(0xc3),'chartBorderColor':'Màu\x20viền\x20biểu\x20đồ','titles':{'title':_0x5c7144(0x10f),'mainTitle':'Tiêu\x20đề\x20chính','subTitle':_0x5c7144(0x174),'xAxisTitle':'Tiêu\x20đề\x20trục\x20X','yAxisTitle':_0x5c7144(0x14c),'rightYAxisTitle':_0x5c7144(0x170),'titleFormat':_0x5c7144(0x11c),'titleText':_0x5c7144(0xf9),'titlePosition':_0x5c7144(0x14d),'titleAlign':'Căn\x20tiêu\x20đề\x20trục'},'axisPositionType':{'start':'Bắt\x20đầu','center':_0x5c7144(0x169),'end':_0x5c7144(0xb4)},'gradientFill':_0x5c7144(0x142),'settingsLabels':{'switchToRowOrColumn':_0x5c7144(0x146),'useAsCategoryLabels':_0x5c7144(0xf0),'showEmptyCellsAs':_0x5c7144(0xf5)},'positionType':{'auto':_0x5c7144(0x172),'inside':_0x5c7144(0x15b),'outside':_0x5c7144(0x119),'top':'Trên\x20cùng','bottom':_0x5c7144(0x176),'left':'Trái','right':'Phải','hide':'Ẩn'},'align':{'left':_0x5c7144(0xb3),'center':_0x5c7144(0x166),'right':_0x5c7144(0xfc)},'alignY':{'top':_0x5c7144(0x11f),'middle':_0x5c7144(0x169),'bottom':_0x5c7144(0x176)},'chartStyle':_0x5c7144(0x100),'chartAndAxisTitles':_0x5c7144(0x164),'legend':_0x5c7144(0xcf),'legendSelectMode':'Chế\x20độ\x20chọn\x20chú\x20giải','legendSelectModeType':{'single':_0x5c7144(0x132),'multiple':_0x5c7144(0xd6),'close':_0x5c7144(0xe9)},'legendVisualMapType':{'continuous':'Liên\x20tục','piecewise':_0x5c7144(0xbf)},'axes':{'axis':_0x5c7144(0xb9),'axisOptions':_0x5c7144(0x127),'horizontalAxis':_0x5c7144(0xdc),'verticalAxis':'Trục\x20đứng','rightVerticalAxis':_0x5c7144(0xdf),'leftAxis':_0x5c7144(0x107),'rightAxis':_0x5c7144(0x12e),'useRightAxis':'Sử\x20dụng\x20trục\x20Y\x20phải'},'position':_0x5c7144(0x109),'dataLabels':'Nhãn\x20dữ\x20liệu','gridlinesAndTicks':'Đường\x20lưới\x20và\x20dấu','indicatorLine':_0x5c7144(0xa6),'indicatorLineType':_0x5c7144(0x117),'indicatorLineColor':_0x5c7144(0xcb),'indicatorLabel':_0x5c7144(0x118),'indicatorValue':_0x5c7144(0x143),'shape':{'polygon':_0x5c7144(0xac),'circle':_0x5c7144(0x156),'square':_0x5c7144(0x11e),'triangle':_0x5c7144(0x113),'diamond':_0x5c7144(0xb7),'rect':_0x5c7144(0xb8),'roundRect':_0x5c7144(0x151),'pin':'Hình\x20ghim','arrow':_0x5c7144(0xb5),'none':_0x5c7144(0xe8),'emptyCircle':_0x5c7144(0x171),'emptySquare':_0x5c7144(0x125),'emptyTriangle':_0x5c7144(0x162),'emptyDiamond':_0x5c7144(0x14e),'emptyRect':_0x5c7144(0xdb),'emptyRoundRect':'Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','emptyPin':_0x5c7144(0x12f),'emptyArrow':_0x5c7144(0x136)},'border':_0x5c7144(0xe3),'value':_0x5c7144(0xaa),'fill':_0x5c7144(0x142),'line':_0x5c7144(0x177),'withOpacity':_0x5c7144(0xec),'withColor':'{0}\x20màu','withThickness':'{0}\x20độ\x20dày','withType':_0x5c7144(0xf6),'withSize':_0x5c7144(0xcc),'withShape':_0x5c7144(0xfe),'withFormat':_0x5c7144(0x12b),'dataPoint':_0x5c7144(0x126),'dataNodeShape':_0x5c7144(0xe4),'addDataPoint':_0x5c7144(0x134),'point':'Điểm','percentage':_0x5c7144(0x139),'lineType':{'line':_0x5c7144(0x177),'smooth':_0x5c7144(0x15c),'step':_0x5c7144(0x16a)},'stackType':{'stack':_0x5c7144(0x116),'percent':_0x5c7144(0xf1)},'lineDashType':_0x5c7144(0xce),'dashType':{'solid':_0x5c7144(0x165),'dash':_0x5c7144(0x135),'dot':_0x5c7144(0x15e)},'color':_0x5c7144(0xde),'gridlines':{'majorGridlines':_0x5c7144(0xd5),'text':_0x5c7144(0x159)},'ticks':{'majorTick':_0x5c7144(0x101),'tickPosition':_0x5c7144(0x111),'tickLength':_0x5c7144(0x112)},'none':_0x5c7144(0xe8),'theIndexItem':_0x5c7144(0x120),'seriesDefaultName':_0x5c7144(0xab),'categoryDefaultName':_0x5c7144(0x10d),'styleEditPanel':{'showLabels':_0x5c7144(0xf3),'showDataLabels':_0x5c7144(0x128),'padAngle':'Góc\x20đệm','halfPie':_0x5c7144(0x153),'rosePie':_0x5c7144(0xef),'pieValScale':_0x5c7144(0x12a),'pieValSuffix':_0x5c7144(0x137),'pieDigitalFixed':'Chữ\x20số\x20cố\x20định','showLabelLine':_0x5c7144(0xfb),'reverseAxisOrder':_0x5c7144(0xc9),'showAxisLine':_0x5c7144(0xc1),'labelPosition':_0x5c7144(0x124),'labelText':_0x5c7144(0xc4),'repeatWordCould':_0x5c7144(0xca),'gap':_0x5c7144(0xc2),'useAbsValue':_0x5c7144(0xe5),'labelRotate':_0x5c7144(0x152),'wordCloudShape':'Hình\x20dạng\x20word\x20cloud','useDateAxis':'Sử\x20dụng\x20trục\x20ngày','dateAxisTips':_0x5c7144(0x16d)},'radar':{'fill':'Đổ\x20màu'},'doughnutHole':_0x5c7144(0x16e),'msg':{'invalidSource':_0x5c7144(0x110),'emptyTips':'Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','sankeyCircularTips':_0x5c7144(0xa8)},'cloud':{'title':_0x5c7144(0xae),'word':'Từ','frequency':_0x5c7144(0x160)},'trendline':{'name':_0x5c7144(0x149),'displayName':'Tên\x20đường\x20xu\x20hướng','addTrendLine':'Thêm\x20đường\x20xu\x20hướng','trendlineType':_0x5c7144(0xfa),'trendlineName':_0x5c7144(0x13a),'trendlineColor':'Màu\x20đường\x20xu\x20hướng','trendlineThickness':_0x5c7144(0x106),'trendlineDashType':_0x5c7144(0xc6),'exp':_0x5c7144(0x16f),'linear':_0x5c7144(0xb0),'log':_0x5c7144(0x105),'pow':_0x5c7144(0xf8),'movingAvg':_0x5c7144(0xe6),'poly':_0x5c7144(0x175),'order':'Bậc\x20của\x20đa\x20thức','period':'Chu\x20kỳ\x20trung\x20bình\x20động','showFormula':_0x5c7144(0x131),'showR2':_0x5c7144(0x13d),'formula':_0x5c7144(0x16b),'r2':'R\x20bình\x20phương'},'bubble':{'xAxis':_0x5c7144(0xfd),'yAxis':'Trục\x20Y','size':_0x5c7144(0x140),'label':_0x5c7144(0xd2),'emptyTips':_0x5c7144(0x108)},'relation':{'title':'Biểu\x20đồ\x20quan\x20hệ','auto':'Tự\x20động','circular':_0x5c7144(0x156),'force':_0x5c7144(0x10a),'useValueAsSymbolSize':_0x5c7144(0xd9),'layoutType':_0x5c7144(0x15a),'forceOptions':_0x5c7144(0x121),'repulsion':_0x5c7144(0x173),'gravity':'Trọng\x20lực','edgeLength':_0x5c7144(0xc8),'rotateLabel':'Xoay\x20nhãn','emphasis':_0x5c7144(0xb1),'emptyTips':_0x5c7144(0xd4)},'waterfall':{'stackType':_0x5c7144(0xbd),'arrangement':'Tuần\x20tự','stacked':_0x5c7144(0xff),'positive':_0x5c7144(0x114),'negative':_0x5c7144(0x161),'subtotal':_0x5c7144(0xc7),'showSubtotal':_0x5c7144(0xda),'positiveStyle':_0x5c7144(0x155),'negativeStyle':_0x5c7144(0x145),'subtotalStyle':'Kiểu\x20tổng\x20phụ','positiveLegendText':_0x5c7144(0x14b),'negativeLegendText':_0x5c7144(0x11d),'subtotalLegendText':_0x5c7144(0x12d)},'pareto':{'lineName':_0x5c7144(0xaf),'lineSeries':'Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','barSeries':'Chuỗi\x20biểu\x20đồ\x20cột'},'visualMapScope':'Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','boxplot':{'min':'Giá\x20trị\x20nhỏ\x20nhất','q1':_0x5c7144(0xe1),'median':'Trung\x20vị','q3':_0x5c7144(0x102),'max':_0x5c7144(0x15f)},'chartTypes':{'line':'Biểu\x20đồ\x20đường','area':_0x5c7144(0xcd),'areaStacked':_0x5c7144(0x122),'areaPercentStacked':_0x5c7144(0xd1),'column':_0x5c7144(0xbe),'bar':_0x5c7144(0x11b),'barStacked':_0x5c7144(0xed),'barPercentStacked':_0x5c7144(0xc0),'pie':_0x5c7144(0xa7),'donut':_0x5c7144(0xdd),'scatter':_0x5c7144(0x178),'radar':_0x5c7144(0x13b),'bubble':'Biểu\x20đồ\x20bong\x20bóng','stock':_0x5c7144(0xeb),'combination':_0x5c7144(0x123),'wordCloud':_0x5c7144(0x144),'funnel':'Biểu\x20đồ\x20phễu','relation':_0x5c7144(0xba),'waterfall':_0x5c7144(0xe2),'pareto':'Biểu\x20đồ\x20Pareto','sankey':_0x5c7144(0xd8),'heatmap':_0x5c7144(0x158),'boxplot':'Biểu\x20đồ\x20hộp'},'dialog':{'numfmt':{'general':_0x5c7144(0xea),'accounting':_0x5c7144(0xd0),'currency':_0x5c7144(0xad),'date':_0x5c7144(0x10b),'thousandthPercentile':'Phần\x20nghìn','fieldSetting':_0x5c7144(0x16c),'formatTypes':_0x5c7144(0xe0),'confirm':'Đồng\x20ý','cancel':_0x5c7144(0xb2),'generalDesc':_0x5c7144(0xa5),'accountingDesc':_0x5c7144(0x163),'currencyDesc':_0x5c7144(0x154),'dateDesc':'Định\x20dạng\x20ngày\x20hiển\x20thị\x20số\x20sê-ri\x20ngày\x20giờ\x20dưới\x20dạng\x20giá\x20trị\x20ngày\x20tháng.','thousandthPercentileDesc':_0x5c7144(0xf4),'decimalPlaces':_0x5c7144(0xbc),'currencyTypes':_0x5c7144(0x130),'negativeNumberTypes':_0x5c7144(0x115),'dateTypes':_0x5c7144(0xe7)},'setFormat':_0x5c7144(0x10e)}}};function _0x30da(){const _0x35ef6c=['Kiểu\x20ngày\x20tháng','Không','Đóng','Chung','Biểu\x20đồ\x20cổ\x20phiếu','{0}\x20độ\x20mờ','Biểu\x20đồ\x20thanh\x20chồng','Danh\x20mục','Bánh\x20hồng','Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','Phần\x20trăm\x20chồng','932AnqYUq','Hiển\x20thị\x20nhãn','Định\x20dạng\x20phần\x20nghìn\x20dùng\x20cho\x20các\x20số\x20thông\x20thường;\x20định\x20dạng\x20tiền\x20tệ\x20và\x20kế\x20toán\x20cung\x20cấp\x20các\x20tùy\x20chọn\x20chuyên\x20biệt\x20cho\x20giá\x20trị\x20tài\x20chính.','Hiển\x20thị\x20ô\x20trống\x20như','{0}\x20loại','Cài\x20đặt\x20khác','Lũy\x20thừa','Văn\x20bản\x20tiêu\x20đề','Loại\x20đường\x20xu\x20hướng','Hiển\x20thị\x20đường\x20nhãn','Căn\x20phải','Trục\x20X','{0}\x20hình\x20dạng','Xếp\x20chồng','Kiểu\x20biểu\x20đồ','Dấu\x20chấm\x20chính','Phần\x20tư\x20thứ\x20ba','Tùy\x20chỉnh','Kiểu\x20điểm\x20dữ\x20liệu','Logarit','Độ\x20dày\x20đường\x20xu\x20hướng','Trục\x20trái','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Vị\x20trí','Lực\x20tác\x20động','Ngày\x20tháng','Mặc\x20định','Danh\x20mục\x20{0}','Thiết\x20lập\x20định\x20dạng\x20nhãn','Tiêu\x20đề','Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','Vị\x20trí\x20dấu\x20chấm','Chiều\x20dài\x20dấu\x20chấm','Hình\x20tam\x20giác','Giá\x20trị\x20dương','Kiểu\x20số\x20âm','Chồng','Loại\x20đường\x20chỉ\x20số','Nhãn\x20chỉ\x20số','Bên\x20ngoài','Định\x20dạng','Biểu\x20đồ\x20thanh','Định\x20dạng\x20tiêu\x20đề','Chú\x20thích\x20giá\x20trị\x20âm','Hình\x20vuông','Trên\x20cùng','Mục\x20thứ\x20{0}','Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','Biểu\x20đồ\x20diện\x20tích\x20chồng','Biểu\x20đồ\x20kết\x20hợp','Vị\x20trí\x20nhãn','Hình\x20vuông\x20trống','Điểm\x20dữ\x20liệu','Tùy\x20chọn\x20trục','Hiển\x20thị\x20nhãn\x20dữ\x20liệu','468OTysSH','Tỷ\x20lệ\x20giá\x20trị\x20bánh','{0}\x20định\x20dạng','Đặt\x20lại','Chú\x20thích\x20tổng\x20phụ','Trục\x20phải','Hình\x20ghim\x20trống','Loại\x20tiền\x20tệ','Hiển\x20thị\x20công\x20thức','Chọn\x20một','596795cJnmCM','Thêm\x20điểm\x20dữ\x20liệu','Gạch','Mũi\x20tên\x20trống','Hậu\x20tố\x20giá\x20trị','Thêm\x20loạt','Phần\x20trăm','Tên\x20đường\x20xu\x20hướng','Biểu\x20đồ\x20radar','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Hiển\x20thị\x20R\x20bình\x20phương','Tổng\x20hợp','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20ngườ\x20i\x20tạo.','Kích\x20thước\x20bong\x20bóng','533360rkqspn','Đổ\x20màu','Giá\x20trị\x20chỉ\x20số','Biểu\x20đồ\x20word\x20cloud','Kiểu\x20giá\x20trị\x20âm','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','Tối\x20đa','Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Đường\x20xu\x20hướng','138rlyHdu','Chú\x20thích\x20giá\x20trị\x20dương','Tiêu\x20đề\x20trục\x20Y','Vị\x20trí\x20tiêu\x20đề','Hình\x20thoi\x20trống','Tối\x20thiểu','Thiết\x20lập','Hình\x20chữ\x20nhật\x20bo\x20góc','Xoay\x20nhãn','Nửa\x20bánh','Định\x20dạng\x20tiền\x20tệ\x20dùng\x20cho\x20các\x20giá\x20trị\x20tài\x20chính\x20chung,\x20trong\x20khi\x20định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20dấu\x20thập\x20phân\x20theo\x20cột\x20giá\x20trị.','Kiểu\x20giá\x20trị\x20dương','Hình\x20tròn','Loại\x20biểu\x20đồ','Biểu\x20đồ\x20nhiệt','Đường\x20lưới','Loại\x20bố\x20cục','Bên\x20trong','Mượt','Tất\x20cả\x20các\x20loạt','Chấm','Giá\x20trị\x20lớn\x20nhất','Tần\x20suất','Giá\x20trị\x20âm','Hình\x20tam\x20giác\x20trống','Định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20ký\x20hiệu\x20tiền\x20tệ\x20và\x20dấu\x20thập\x20phân\x20theo\x20cột.','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Liền','Căn\x20giữa','9215LtApPc','Xóa\x20biểu\x20đồ','Giữa','Bước','Công\x20thức','Thiết\x20lập\x20trường','Trục\x20ngày\x20chỉ\x20khả\x20dụng\x20khi\x20tất\x20cả\x20dữ\x20liệu\x20đều\x20có\x20định\x20dạng\x20ngày','Lỗ\x20bánh\x20rán','Hàm\x20mũ','Tiêu\x20đề\x20trục\x20Y\x20phải','Hình\x20tròn\x20trống','Tự\x20động','Lực\x20đẩy','Tiêu\x20đề\x20phụ','Đa\x20thức','Dưới\x20cùng','Đường','Biểu\x20đồ\x20phân\x20tán','Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','Đường\x20chỉ\x20số','Biểu\x20đồ\x20tròn','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','67376GViPEU','Giá\x20trị','Loạt\x20{0}','Đa\x20giác','Tiền\x20tệ','Word\x20cloud','Tỷ\x20lệ\x20tích\x20lũy','Tuyến\x20tính','Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','Hủy','Căn\x20trái','Kết\x20thúc','Mũi\x20tên','Biên\x20tập\x20biểu\x20đồ','Hình\x20thoi','Hình\x20chữ\x20nhật','Trục','Biểu\x20đồ\x20quan\x20hệ','9597MSMMED','Số\x20chữ\x20số\x20thập\x20phân','Kiểu\x20xếp\x20chồng','Biểu\x20đồ\x20cột','Mảnh','Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','Hiển\x20thị\x20đường\x20trục','Khoảng\x20cách','Màu\x20nền','Văn\x20bản\x20nhãn','1711485Zrbngi','Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','Tổng\x20phụ','Khoảng\x20cách\x20giữa\x20các\x20nút','Đảo\x20thứ\x20tự\x20trục','Lặp\x20lại\x20word\x20cloud','Màu\x20đường\x20chỉ\x20số','{0}\x20kích\x20thước','Biểu\x20đồ\x20diện\x20tích','Loại\x20đường','Chú\x20giải','Kế\x20toán','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','Nhãn\x20bong\x20bóng','297nwgGyW','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Đường\x20lưới\x20chính','Chọn\x20nhiều','432616iZjFtR','Biểu\x20đồ\x20Sankey','Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','Hiển\x20thị\x20tổng\x20phụ','Hình\x20chữ\x20nhật\x20trống','Trục\x20ngang','Biểu\x20đồ\x20donut','Màu','Trục\x20đứng\x20phải','Các\x20loại\x20định\x20dạng','Phần\x20tư\x20thứ\x20nhất','Biểu\x20đồ\x20thác\x20nước','Viền','Hình\x20dạng\x20nút\x20dữ\x20liệu','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','Trung\x20bình\x20động'];_0x30da=function(){return _0x35ef6c;};return _0x30da();}export{e as default};
|
|
1
|
+
const _0x2f9429=_0x211e;(function(_0x1e63a7,_0x3b51ff){const _0x2d24eb=_0x211e,_0x3dbbc3=_0x1e63a7();while(!![]){try{const _0x13b1fc=-parseInt(_0x2d24eb(0xe0))/0x1*(parseInt(_0x2d24eb(0x119))/0x2)+-parseInt(_0x2d24eb(0x142))/0x3*(parseInt(_0x2d24eb(0xbf))/0x4)+-parseInt(_0x2d24eb(0xc3))/0x5+parseInt(_0x2d24eb(0xe1))/0x6+parseInt(_0x2d24eb(0xeb))/0x7*(parseInt(_0x2d24eb(0xca))/0x8)+-parseInt(_0x2d24eb(0xea))/0x9*(-parseInt(_0x2d24eb(0xf4))/0xa)+-parseInt(_0x2d24eb(0x100))/0xb;if(_0x13b1fc===_0x3b51ff)break;else _0x3dbbc3['push'](_0x3dbbc3['shift']());}catch(_0x3eb627){_0x3dbbc3['push'](_0x3dbbc3['shift']());}}}(_0x1234,0xe16d5));const e={'sheets-chart-ui':{'permission':{'editErr':_0x2f9429(0x137)},'insertChart':_0x2f9429(0x169),'editChart':_0x2f9429(0xdb),'openChartPanel':_0x2f9429(0xcb),'deleteChart':_0x2f9429(0x122),'exportImage':_0x2f9429(0xf1),'copy':'Sao\x20chép','hideChartPanel':'Ẩn\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','setupChart':_0x2f9429(0x167),'customChart':_0x2f9429(0x155),'default':_0x2f9429(0x10c),'reset':_0x2f9429(0x14c),'chartType':'Loại\x20biểu\x20đồ','themes':_0x2f9429(0x13e),'dataRange':'Phạm\x20vi\x20dữ\x20liệu','stack':_0x2f9429(0xd3),'category':_0x2f9429(0x157),'aggregate':_0x2f9429(0x136),'allSeries':_0x2f9429(0xc5),'series':_0x2f9429(0x10a),'addSeries':_0x2f9429(0x150),'moreSettings':_0x2f9429(0xe9),'min':_0x2f9429(0x16b),'max':_0x2f9429(0x131),'invalidType':{'gaps':_0x2f9429(0x10f),'zero':_0x2f9429(0xdd),'connectDataPointsWithStraightLines':_0x2f9429(0xed)},'blank':_0x2f9429(0x16d),'seriesBlock':{'format':_0x2f9429(0x11f),'dataPointStyle':'Kiểu\x20điểm\x20dữ\x20liệu'},'backgroundColor':_0x2f9429(0xc2),'chartBorderColor':_0x2f9429(0x168),'titles':{'title':_0x2f9429(0xdc),'mainTitle':_0x2f9429(0x163),'subTitle':_0x2f9429(0x11e),'xAxisTitle':_0x2f9429(0x183),'yAxisTitle':_0x2f9429(0x134),'rightYAxisTitle':'Tiêu\x20đề\x20trục\x20Y\x20phải','titleFormat':_0x2f9429(0x144),'titleText':_0x2f9429(0xd4),'titlePosition':_0x2f9429(0x110),'titleAlign':_0x2f9429(0xd9)},'axisPositionType':{'start':_0x2f9429(0xfe),'center':_0x2f9429(0x166),'end':_0x2f9429(0xda)},'gradientFill':_0x2f9429(0xc1),'settingsLabels':{'switchToRowOrColumn':_0x2f9429(0x123),'useAsCategoryLabels':'Sử\x20dụng\x20{0}\x20như\x20là\x20danh\x20mục','showEmptyCellsAs':_0x2f9429(0x11a)},'positionType':{'auto':_0x2f9429(0xc8),'inside':'Bên\x20trong','outside':'Bên\x20ngoài','top':_0x2f9429(0x12b),'bottom':'Dưới\x20cùng','left':_0x2f9429(0xcd),'right':_0x2f9429(0x139),'hide':'Ẩn'},'align':{'left':'Căn\x20trái','center':_0x2f9429(0xf6),'right':_0x2f9429(0x103)},'alignY':{'top':_0x2f9429(0x12b),'middle':'Giữa','bottom':_0x2f9429(0xef)},'chartStyle':_0x2f9429(0x160),'chartAndAxisTitles':'Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','legend':_0x2f9429(0xe3),'legendSelectMode':'Chế\x20độ\x20chọn\x20chú\x20giải','legendSelectModeType':{'single':_0x2f9429(0x132),'multiple':_0x2f9429(0xf0),'close':'Đóng'},'legendVisualMapType':{'continuous':_0x2f9429(0x16a),'piecewise':_0x2f9429(0xd1)},'axes':{'axis':'Trục','axisOptions':_0x2f9429(0xc7),'horizontalAxis':_0x2f9429(0xe4),'verticalAxis':_0x2f9429(0x177),'rightVerticalAxis':_0x2f9429(0x135),'leftAxis':_0x2f9429(0x158),'rightAxis':_0x2f9429(0xc4),'useRightAxis':_0x2f9429(0x106)},'position':'Vị\x20trí','dataLabels':_0x2f9429(0xe6),'gridlinesAndTicks':_0x2f9429(0xdf),'indicatorLine':_0x2f9429(0x113),'indicatorLineType':'Loại\x20đường\x20chỉ\x20số','indicatorLineColor':_0x2f9429(0x128),'indicatorLabel':_0x2f9429(0x15f),'indicatorValue':'Giá\x20trị\x20chỉ\x20số','shape':{'polygon':_0x2f9429(0xf3),'circle':_0x2f9429(0x181),'square':_0x2f9429(0x153),'triangle':_0x2f9429(0x179),'diamond':_0x2f9429(0x105),'rect':_0x2f9429(0x10e),'roundRect':_0x2f9429(0x175),'pin':_0x2f9429(0xf8),'arrow':_0x2f9429(0x173),'none':_0x2f9429(0xdd),'emptyCircle':_0x2f9429(0xff),'emptySquare':'Hình\x20vuông\x20trống','emptyTriangle':_0x2f9429(0x102),'emptyDiamond':_0x2f9429(0x15c),'emptyRect':_0x2f9429(0x13b),'emptyRoundRect':_0x2f9429(0x115),'emptyPin':'Hình\x20ghim\x20trống','emptyArrow':_0x2f9429(0x140)},'border':_0x2f9429(0x104),'value':'Giá\x20trị','fill':_0x2f9429(0xc1),'line':_0x2f9429(0x109),'withOpacity':_0x2f9429(0xfd),'withColor':_0x2f9429(0xc6),'withThickness':_0x2f9429(0x116),'withType':_0x2f9429(0x12f),'withSize':'{0}\x20kích\x20thước','withShape':_0x2f9429(0x129),'withFormat':'{0}\x20định\x20dạng','dataPoint':'Điểm\x20dữ\x20liệu','dataNodeShape':_0x2f9429(0x101),'addDataPoint':_0x2f9429(0x178),'point':_0x2f9429(0x130),'percentage':'Phần\x20trăm','lineType':{'line':_0x2f9429(0x109),'smooth':_0x2f9429(0x112),'step':_0x2f9429(0x14d)},'stackType':{'stack':_0x2f9429(0xd3),'percent':_0x2f9429(0xd7)},'lineDashType':_0x2f9429(0x17c),'dashType':{'solid':_0x2f9429(0x133),'dash':'Gạch','dot':_0x2f9429(0x141)},'color':_0x2f9429(0x111),'gridlines':{'majorGridlines':'Đường\x20lưới\x20chính','text':_0x2f9429(0xd5)},'ticks':{'majorTick':_0x2f9429(0xf9),'tickPosition':_0x2f9429(0x187),'tickLength':_0x2f9429(0xfb)},'none':'Không','theIndexItem':_0x2f9429(0x16f),'seriesDefaultName':_0x2f9429(0x14e),'categoryDefaultName':'Danh\x20mục\x20{0}','styleEditPanel':{'showLabels':_0x2f9429(0x12a),'showDataLabels':'Hiển\x20thị\x20nhãn\x20dữ\x20liệu','padAngle':'Góc\x20đệm','halfPie':'Nửa\x20bánh','rosePie':'Bánh\x20hồng','pieValScale':_0x2f9429(0x143),'pieValSuffix':_0x2f9429(0x159),'pieDigitalFixed':'Chữ\x20số\x20cố\x20định','showLabelLine':_0x2f9429(0x125),'reverseAxisOrder':_0x2f9429(0x17b),'showAxisLine':_0x2f9429(0x107),'labelPosition':_0x2f9429(0xc0),'labelText':_0x2f9429(0x17a),'repeatWordCould':_0x2f9429(0xf7),'gap':_0x2f9429(0x16c),'useAbsValue':_0x2f9429(0x18b),'labelRotate':_0x2f9429(0x11d),'wordCloudShape':_0x2f9429(0xe5),'useDateAxis':'Sử\x20dụng\x20trục\x20ngày','dateAxisTips':'Trục\x20ngày\x20chỉ\x20khả\x20dụng\x20khi\x20tất\x20cả\x20dữ\x20liệu\x20đều\x20có\x20định\x20dạng\x20ngày'},'radar':{'fill':_0x2f9429(0xc1)},'doughnutHole':'Lỗ\x20bánh\x20rán','msg':{'invalidSource':_0x2f9429(0x13f),'emptyTips':_0x2f9429(0x17f),'sankeyCircularTips':_0x2f9429(0x189)},'cloud':{'title':_0x2f9429(0x13a),'word':'Từ','frequency':_0x2f9429(0x120)},'trendline':{'name':'Đường\x20xu\x20hướng','displayName':'Tên\x20đường\x20xu\x20hướng','addTrendLine':_0x2f9429(0x121),'trendlineType':'Loại\x20đường\x20xu\x20hướng','trendlineName':_0x2f9429(0x18a),'trendlineColor':_0x2f9429(0xd2),'trendlineThickness':'Độ\x20dày\x20đường\x20xu\x20hướng','trendlineDashType':_0x2f9429(0x14b),'exp':_0x2f9429(0xe7),'linear':_0x2f9429(0x154),'log':_0x2f9429(0x12d),'pow':_0x2f9429(0x127),'movingAvg':_0x2f9429(0xf2),'poly':'Đa\x20thức','order':_0x2f9429(0xd0),'period':_0x2f9429(0x170),'showFormula':'Hiển\x20thị\x20công\x20thức','showR2':_0x2f9429(0x145),'formula':_0x2f9429(0x149),'r2':'R\x20bình\x20phương'},'bubble':{'xAxis':_0x2f9429(0xc9),'yAxis':_0x2f9429(0x114),'size':_0x2f9429(0xd6),'label':_0x2f9429(0x171),'emptyTips':_0x2f9429(0x180)},'relation':{'title':'Biểu\x20đồ\x20quan\x20hệ','auto':_0x2f9429(0xc8),'circular':_0x2f9429(0x181),'force':_0x2f9429(0x117),'useValueAsSymbolSize':_0x2f9429(0x188),'layoutType':_0x2f9429(0x174),'forceOptions':_0x2f9429(0x172),'repulsion':_0x2f9429(0x15d),'gravity':_0x2f9429(0xee),'edgeLength':_0x2f9429(0x151),'rotateLabel':'Xoay\x20nhãn','emphasis':_0x2f9429(0xe2),'emptyTips':_0x2f9429(0x11c)},'waterfall':{'stackType':_0x2f9429(0x124),'arrangement':'Tuần\x20tự','stacked':'Xếp\x20chồng','positive':_0x2f9429(0x176),'negative':'Giá\x20trị\x20âm','subtotal':_0x2f9429(0x17e),'showSubtotal':_0x2f9429(0xf5),'positiveStyle':'Kiểu\x20giá\x20trị\x20dương','negativeStyle':_0x2f9429(0xfc),'subtotalStyle':_0x2f9429(0x12e),'positiveLegendText':_0x2f9429(0x108),'negativeLegendText':_0x2f9429(0x185),'subtotalLegendText':_0x2f9429(0x138)},'pareto':{'lineName':_0x2f9429(0x14a),'lineSeries':_0x2f9429(0xde),'barSeries':'Chuỗi\x20biểu\x20đồ\x20cột'},'visualMapScope':'Phạm\x20vi\x20bản\x20đồ\x20trực\x20quan','boxplot':{'min':_0x2f9429(0x156),'q1':_0x2f9429(0x10d),'median':_0x2f9429(0xec),'q3':_0x2f9429(0xfa),'max':'Giá\x20trị\x20lớn\x20nhất'},'chartTypes':{'line':'Biểu\x20đồ\x20đường','area':_0x2f9429(0x161),'areaStacked':_0x2f9429(0x15e),'areaPercentStacked':_0x2f9429(0x118),'column':_0x2f9429(0x13c),'bar':'Biểu\x20đồ\x20thanh','barStacked':_0x2f9429(0x184),'barPercentStacked':'Biểu\x20đồ\x20thanh\x20chồng\x20phần\x20trăm','pie':_0x2f9429(0xcc),'donut':_0x2f9429(0xe8),'scatter':_0x2f9429(0xce),'radar':'Biểu\x20đồ\x20radar','bubble':'Biểu\x20đồ\x20bong\x20bóng','stock':_0x2f9429(0xcf),'combination':_0x2f9429(0x146),'wordCloud':_0x2f9429(0x186),'funnel':'Biểu\x20đồ\x20phễu','relation':_0x2f9429(0x147),'waterfall':_0x2f9429(0x182),'pareto':'Biểu\x20đồ\x20Pareto','sankey':_0x2f9429(0x152),'heatmap':_0x2f9429(0x14f),'boxplot':_0x2f9429(0xd8)},'dialog':{'numfmt':{'general':'Chung','accounting':_0x2f9429(0x165),'currency':'Tiền\x20tệ','date':_0x2f9429(0x10b),'thousandthPercentile':'Phần\x20nghìn','fieldSetting':_0x2f9429(0x17d),'formatTypes':_0x2f9429(0x15b),'confirm':_0x2f9429(0x16e),'cancel':'Hủy','generalDesc':_0x2f9429(0x164),'accountingDesc':_0x2f9429(0x12c),'currencyDesc':_0x2f9429(0x13d),'dateDesc':_0x2f9429(0x148),'thousandthPercentileDesc':'Định\x20dạng\x20phần\x20nghìn\x20dùng\x20cho\x20các\x20số\x20thông\x20thường;\x20định\x20dạng\x20tiền\x20tệ\x20và\x20kế\x20toán\x20cung\x20cấp\x20các\x20tùy\x20chọn\x20chuyên\x20biệt\x20cho\x20giá\x20trị\x20tài\x20chính.','decimalPlaces':_0x2f9429(0x162),'currencyTypes':_0x2f9429(0x126),'negativeNumberTypes':'Kiểu\x20số\x20âm','dateTypes':_0x2f9429(0x11b)},'setFormat':_0x2f9429(0x15a)}}};function _0x211e(_0x16d57f,_0x67801){_0x16d57f=_0x16d57f-0xbf;const _0x1234a8=_0x1234();let _0x211e13=_0x1234a8[_0x16d57f];return _0x211e13;}export{e as default};function _0x1234(){const _0x41a36e=['Trung\x20vị','Kết\x20nối\x20điểm\x20dữ\x20liệu\x20bằng\x20đường\x20thẳng','Trọng\x20lực','Dưới\x20cùng','Chọn\x20nhiều','Export\x20as\x20image','Trung\x20bình\x20động','Đa\x20giác','39620NbKhgw','Hiển\x20thị\x20tổng\x20phụ','Căn\x20giữa','Lặp\x20lại\x20word\x20cloud','Hình\x20ghim','Dấu\x20chấm\x20chính','Phần\x20tư\x20thứ\x20ba','Chiều\x20dài\x20dấu\x20chấm','Kiểu\x20giá\x20trị\x20âm','{0}\x20độ\x20mờ','Bắt\x20đầu','Hình\x20tròn\x20trống','13412564uKAuGI','Hình\x20dạng\x20nút\x20dữ\x20liệu','Hình\x20tam\x20giác\x20trống','Căn\x20phải','Viền','Hình\x20thoi','Sử\x20dụng\x20trục\x20Y\x20phải','Hiển\x20thị\x20đường\x20trục','Chú\x20thích\x20giá\x20trị\x20dương','Đường','Loạt','Ngày\x20tháng','Mặc\x20định','Phần\x20tư\x20thứ\x20nhất','Hình\x20chữ\x20nhật','Khoảng\x20trống','Vị\x20trí\x20tiêu\x20đề','Màu','Mượt','Đường\x20chỉ\x20số','Trục\x20Y','Hình\x20chữ\x20nhật\x20bo\x20góc\x20trống','{0}\x20độ\x20dày','Lực\x20tác\x20động','Biểu\x20đồ\x20diện\x20tích\x20chồng\x20phần\x20trăm','6DEStmH','Hiển\x20thị\x20ô\x20trống\x20như','Kiểu\x20ngày\x20tháng','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','Xoay\x20nhãn','Tiêu\x20đề\x20phụ','Định\x20dạng','Tần\x20suất','Thêm\x20đường\x20xu\x20hướng','Xóa\x20biểu\x20đồ','Chuyển\x20sang\x20hàng\x20hoặc\x20cột','Kiểu\x20xếp\x20chồng','Hiển\x20thị\x20đường\x20nhãn','Loại\x20tiền\x20tệ','Lũy\x20thừa','Màu\x20đường\x20chỉ\x20số','{0}\x20hình\x20dạng','Hiển\x20thị\x20nhãn','Trên\x20cùng','Định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20ký\x20hiệu\x20tiền\x20tệ\x20và\x20dấu\x20thập\x20phân\x20theo\x20cột.','Logarit','Kiểu\x20tổng\x20phụ','{0}\x20loại','Điểm','Tối\x20đa','Chọn\x20một','Liền','Tiêu\x20đề\x20trục\x20Y','Trục\x20đứng\x20phải','Tổng\x20hợp','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20ngườ\x20i\x20tạo.','Chú\x20thích\x20tổng\x20phụ','Phải','Word\x20cloud','Hình\x20chữ\x20nhật\x20trống','Biểu\x20đồ\x20cột','Định\x20dạng\x20tiền\x20tệ\x20dùng\x20cho\x20các\x20giá\x20trị\x20tài\x20chính\x20chung,\x20trong\x20khi\x20định\x20dạng\x20kế\x20toán\x20căn\x20chỉnh\x20dấu\x20thập\x20phân\x20theo\x20cột\x20giá\x20trị.','Chủ\x20đề','Nguồn\x20dữ\x20liệu\x20biểu\x20đồ\x20phải\x20có\x20nhiều\x20hơn\x201\x20hàng\x20và\x201\x20cột.','Mũi\x20tên\x20trống','Chấm','57ngiSNm','Tỷ\x20lệ\x20giá\x20trị\x20bánh','Định\x20dạng\x20tiêu\x20đề','Hiển\x20thị\x20R\x20bình\x20phương','Biểu\x20đồ\x20kết\x20hợp','Biểu\x20đồ\x20quan\x20hệ','Định\x20dạng\x20ngày\x20hiển\x20thị\x20số\x20sê-ri\x20ngày\x20giờ\x20dưới\x20dạng\x20giá\x20trị\x20ngày\x20tháng.','Công\x20thức','Tỷ\x20lệ\x20tích\x20lũy','Loại\x20đường\x20nét\x20đứt\x20của\x20đường\x20xu\x20hướng','Đặt\x20lại','Bước','Loạt\x20{0}','Biểu\x20đồ\x20nhiệt','Thêm\x20loạt','Khoảng\x20cách\x20giữa\x20các\x20nút','Biểu\x20đồ\x20Sankey','Hình\x20vuông','Tuyến\x20tính','Tùy\x20chỉnh','Giá\x20trị\x20nhỏ\x20nhất','Danh\x20mục','Trục\x20trái','Hậu\x20tố\x20giá\x20trị','Thiết\x20lập\x20định\x20dạng\x20nhãn','Các\x20loại\x20định\x20dạng','Hình\x20thoi\x20trống','Lực\x20đẩy','Biểu\x20đồ\x20diện\x20tích\x20chồng','Nhãn\x20chỉ\x20số','Kiểu\x20biểu\x20đồ','Biểu\x20đồ\x20diện\x20tích','Số\x20chữ\x20số\x20thập\x20phân','Tiêu\x20đề\x20chính','Định\x20dạng\x20chung\x20không\x20áp\x20dụng\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','Kế\x20toán','Giữa','Thiết\x20lập','Màu\x20viền\x20biểu\x20đồ','Chèn\x20biểu\x20đồ','Liên\x20tục','Tối\x20thiểu','Khoảng\x20cách','(Trống)','Đồng\x20ý','Mục\x20thứ\x20{0}','Chu\x20kỳ\x20trung\x20bình\x20động','Nhãn\x20bong\x20bóng','Tùy\x20chọn\x20bố\x20cục\x20lực\x20tác\x20động','Mũi\x20tên','Loại\x20bố\x20cục','Hình\x20chữ\x20nhật\x20bo\x20góc','Giá\x20trị\x20dương','Trục\x20đứng','Thêm\x20điểm\x20dữ\x20liệu','Hình\x20tam\x20giác','Văn\x20bản\x20nhãn','Đảo\x20thứ\x20tự\x20trục','Loại\x20đường','Thiết\x20lập\x20trường','Tổng\x20phụ','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Hình\x20tròn','Biểu\x20đồ\x20thác\x20nước','Tiêu\x20đề\x20trục\x20X','Biểu\x20đồ\x20thanh\x20chồng','Chú\x20thích\x20giá\x20trị\x20âm','Biểu\x20đồ\x20word\x20cloud','Vị\x20trí\x20dấu\x20chấm','Dùng\x20giá\x20trị\x20làm\x20kích\x20thước\x20nút','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Tên\x20đường\x20xu\x20hướng','Sử\x20dụng\x20giá\x20trị\x20tuyệt\x20đối','1676ooXLvc','Vị\x20trí\x20nhãn','Đổ\x20màu','Màu\x20nền','2886685NUhoDY','Trục\x20phải','Tất\x20cả\x20các\x20loạt','{0}\x20màu','Tùy\x20chọn\x20trục','Tự\x20động','Trục\x20X','8pPATMN','Mở\x20bảng\x20điều\x20khiển\x20biểu\x20đồ','Biểu\x20đồ\x20tròn','Trái','Biểu\x20đồ\x20phân\x20tán','Biểu\x20đồ\x20cổ\x20phiếu','Bậc\x20của\x20đa\x20thức','Mảnh','Màu\x20đường\x20xu\x20hướng','Chồng','Văn\x20bản\x20tiêu\x20đề','Đường\x20lưới','Kích\x20thước\x20bong\x20bóng','Phần\x20trăm\x20chồng','Biểu\x20đồ\x20hộp','Căn\x20tiêu\x20đề\x20trục','Kết\x20thúc','Biên\x20tập\x20biểu\x20đồ','Tiêu\x20đề','Không','Chuỗi\x20tỷ\x20lệ\x20tích\x20lũy','Đường\x20lưới\x20và\x20dấu','248206vhuLBS','10908408QKxjXH','Bật\x20hiệu\x20ứng\x20xuất\x20hiện\x20khi\x20chọn','Chú\x20giải','Trục\x20ngang','Hình\x20dạng\x20word\x20cloud','Nhãn\x20dữ\x20liệu','Hàm\x20mũ','Biểu\x20đồ\x20donut','Cài\x20đặt\x20khác','2826TSFNzC','2873171Lqpewn'];_0x1234=function(){return _0x41a36e;};return _0x1234();}
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x5041ed=_0x3b59;function _0x4bed(){const _0x460153=['网格线和刻度线','刻度线长度','显示标签','{0}粗细','桑基图','数据点','数据范围','数据标签','多边形','主网格线','标题格式','词云图','热力图','雷达图','标签旋转','气泡大小','节点形状','堆叠面积图','165IaYTfR','指示线颜色','409730QtGgYV','4VRMvIM','开启选中淡入特效','标签文本','189uinzPX','轴选项','百分比堆叠面积图','删除图表','显示小计','排列图','设置标签格式','关系图','空心箭头','{0}透明度','右对齐','使用日期轴','圆环孔','轴标题对齐','56zbHHCV','日期格式将日期和时间系列数值品示为日期值。','货币类型','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','图表类型','(空)','使用值作为节点大小','19288xVnKJp','移动平均周期','漏斗图','标题文本','格式类型','趋势线颜色','日期类型','图表标题','环形图','气泡标签','圆角矩形','趋势线名称','图例选择模式','逆序轴','堆叠条形图','第三四分位数','使用绝对值','小数位数','空心圆形','多项式','桑基图不能包含循环数据','瀑布图','条形图','节点距离','纵轴标题','类型与数据','空心钉形','副标题','百分比堆叠','字段设置','百分比','85LYZGoX','第{0}项','趋势线类型','添加系列','数据点样式','请先添加系列开始数据可视化','趋势线','显示数据标签','词云形状','导出图片','常规格式不包含任何特定的数字格式。','重复词云标签','负值图例文本','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','横轴标题','正值图例文本','小计图例文本','正方形','空心圆角矩形','负值样式','移动平均','散点图','股票图','插入图表','{0}形状','978342BPDQVZ','系列\x20{0}','539844JZEzxW','最大值','趋势线粗细','中位数','刻度线位置','显示公式','空单元格显示为','玫瑰图','345457jtOkvV','负数类型','柱状图','自定义样式','渐变填充','柱状图系列','气泡图','第一四分位数','1268247tnGzEz','添加趋势线','多项式阶数','趋势线线类型','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','小计样式','网格线','千分位符','三角形','标题位置','指示线类型','主刻度线','最小值','用直线连接数据点','{0}格式','累积占比系列','日期轴仅在数据全部为日期格式时可用','535598gsLewD','主题色','右纵轴','显示标签线','切换行列','图表边框颜色'];_0x4bed=function(){return _0x460153;};return _0x4bed();}(function(_0x2aca92,_0x390934){const _0x4d5539=_0x3b59,_0x30619c=_0x2aca92();while(!![]){try{const _0x5094ff=parseInt(_0x4d5539(0x238))/0x1+parseInt(_0x4d5539(0x1c5))/0x2*(parseInt(_0x4d5539(0x227))/0x3)+parseInt(_0x4d5539(0x1dd))/0x4*(parseInt(_0x4d5539(0x1fc))/0x5)+parseInt(_0x4d5539(0x215))/0x6+parseInt(_0x4d5539(0x21f))/0x7*(parseInt(_0x4d5539(0x1d6))/0x8)+parseInt(_0x4d5539(0x1c8))/0x9*(-parseInt(_0x4d5539(0x1c4))/0xa)+parseInt(_0x4d5539(0x1c2))/0xb*(-parseInt(_0x4d5539(0x217))/0xc);if(_0x5094ff===_0x390934)break;else _0x30619c['push'](_0x30619c['shift']());}catch(_0x33f63c){_0x30619c['push'](_0x30619c['shift']());}}}(_0x4bed,0x6a87a));const e={'sheets-chart-ui':{'permission':{'editErr':_0x5041ed(0x22b)},'insertChart':_0x5041ed(0x213),'editChart':'图表','openChartPanel':'编辑图表','deleteChart':_0x5041ed(0x1cb),'exportImage':_0x5041ed(0x205),'copy':'复制','hideChartPanel':'隐藏图表面板','setupChart':_0x5041ed(0x1f6),'customChart':_0x5041ed(0x222),'default':'默认','reset':'重置','chartType':_0x5041ed(0x1da),'themes':_0x5041ed(0x1ab),'dataRange':_0x5041ed(0x1b6),'stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':_0x5041ed(0x1ff),'moreSettings':'更多设置','min':_0x5041ed(0x233),'max':_0x5041ed(0x218),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x5041ed(0x234)},'blank':_0x5041ed(0x1db),'seriesBlock':{'format':'格式','dataPointStyle':_0x5041ed(0x200)},'backgroundColor':'背景颜色','chartBorderColor':_0x5041ed(0x1af),'titles':{'title':'标题','mainTitle':_0x5041ed(0x1e4),'subTitle':_0x5041ed(0x1f8),'xAxisTitle':_0x5041ed(0x20a),'yAxisTitle':_0x5041ed(0x1f5),'rightYAxisTitle':'右纵轴标题','titleFormat':_0x5041ed(0x1ba),'titleText':_0x5041ed(0x1e0),'titlePosition':_0x5041ed(0x230),'titleAlign':_0x5041ed(0x1d5)},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x5041ed(0x223),'settingsLabels':{'switchToRowOrColumn':_0x5041ed(0x1ae),'useAsCategoryLabels':'将\x20{0}\x20作为类别','showEmptyCellsAs':_0x5041ed(0x21d)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':'左对齐','center':'居中','right':_0x5041ed(0x1d2)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':'图表样式','chartAndAxisTitles':'图表和轴标题','legend':'图例','legendSelectMode':_0x5041ed(0x1e9),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x5041ed(0x1c9),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x5041ed(0x1ac),'leftAxis':'左轴','rightAxis':'右轴','useRightAxis':'使用右轴'},'position':'位置','dataLabels':_0x5041ed(0x1b7),'gridlinesAndTicks':_0x5041ed(0x1b0),'indicatorLine':'指示线','indicatorLineType':_0x5041ed(0x231),'indicatorLineColor':_0x5041ed(0x1c3),'indicatorLabel':'标签颜色','indicatorValue':'文本颜色','shape':{'polygon':_0x5041ed(0x1b8),'circle':'圆形','square':_0x5041ed(0x20d),'triangle':_0x5041ed(0x22f),'diamond':'菱形','rect':'矩形','roundRect':_0x5041ed(0x1e7),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x5041ed(0x1ef),'emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':'空心菱形','emptyRect':'空心矩形','emptyRoundRect':_0x5041ed(0x20e),'emptyPin':_0x5041ed(0x1f7),'emptyArrow':_0x5041ed(0x1d0)},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x5041ed(0x1d1),'withColor':'{0}颜色','withThickness':_0x5041ed(0x1b3),'withType':'{0}类型','withSize':'{0}大小','withShape':_0x5041ed(0x214),'withFormat':_0x5041ed(0x235),'dataPoint':_0x5041ed(0x1b5),'dataNodeShape':_0x5041ed(0x1c0),'addDataPoint':'添加数据点','point':_0x5041ed(0x1b5),'percentage':_0x5041ed(0x1fb),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0x5041ed(0x1f9)},'lineDashType':'线类型','dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0x5041ed(0x1b9),'text':_0x5041ed(0x22d)},'ticks':{'majorTick':_0x5041ed(0x232),'tickPosition':_0x5041ed(0x21b),'tickLength':_0x5041ed(0x1b1)},'none':'无','theIndexItem':_0x5041ed(0x1fd),'seriesDefaultName':_0x5041ed(0x216),'categoryDefaultName':'类别\x20{0}','styleEditPanel':{'showLabels':_0x5041ed(0x1b2),'showDataLabels':_0x5041ed(0x203),'padAngle':'扇形间距','halfPie':'半饼','rosePie':_0x5041ed(0x21e),'pieValScale':'数值比例','pieValSuffix':'数值后缀','pieDigitalFixed':'小数位数','showLabelLine':_0x5041ed(0x1ad),'reverseAxisOrder':_0x5041ed(0x1ea),'showAxisLine':'显示轴线','labelPosition':'标签位置','labelText':_0x5041ed(0x1c7),'repeatWordCould':_0x5041ed(0x207),'gap':'间隔','useAbsValue':_0x5041ed(0x1ed),'labelRotate':_0x5041ed(0x1be),'wordCloudShape':_0x5041ed(0x204),'useDateAxis':_0x5041ed(0x1d3),'dateAxisTips':_0x5041ed(0x237)},'radar':{'fill':'填充'},'doughnutHole':_0x5041ed(0x1d4),'msg':{'invalidSource':'图表数据源必须包含多于1行和1列。','emptyTips':_0x5041ed(0x201),'sankeyCircularTips':_0x5041ed(0x1f1)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x5041ed(0x202),'displayName':_0x5041ed(0x1e8),'addTrendLine':_0x5041ed(0x228),'trendlineType':_0x5041ed(0x1fe),'trendlineName':_0x5041ed(0x1e8),'trendlineColor':_0x5041ed(0x1e2),'trendlineThickness':_0x5041ed(0x219),'trendlineDashType':_0x5041ed(0x22a),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0x5041ed(0x210),'poly':_0x5041ed(0x1f0),'order':_0x5041ed(0x229),'period':_0x5041ed(0x1de),'showFormula':_0x5041ed(0x21c),'showR2':'显示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0x5041ed(0x1bf),'label':_0x5041ed(0x1e6),'emptyTips':'气泡图至少需要2列,X轴、Y轴。'},'relation':{'title':_0x5041ed(0x1cf),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0x5041ed(0x1dc),'layoutType':'布局类型','forceOptions':'力导向选项','repulsion':'斥力','gravity':'引力','edgeLength':_0x5041ed(0x1f4),'rotateLabel':'旋转标签','emphasis':_0x5041ed(0x1c6),'emptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵'},'waterfall':{'stackType':'堆叠方式','arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x5041ed(0x1cc),'positiveStyle':'正值样式','negativeStyle':_0x5041ed(0x20f),'subtotalStyle':_0x5041ed(0x22c),'positiveLegendText':_0x5041ed(0x20b),'negativeLegendText':_0x5041ed(0x208),'subtotalLegendText':_0x5041ed(0x20c)},'pareto':{'lineName':'累积占比','lineSeries':_0x5041ed(0x236),'barSeries':_0x5041ed(0x224)},'visualMapScope':'视觉映射范围','boxplot':{'min':_0x5041ed(0x233),'q1':_0x5041ed(0x226),'median':_0x5041ed(0x21a),'q3':_0x5041ed(0x1ec),'max':_0x5041ed(0x218)},'chartTypes':{'line':'折线图','area':'面积图','areaStacked':_0x5041ed(0x1c1),'areaPercentStacked':_0x5041ed(0x1ca),'column':_0x5041ed(0x221),'bar':_0x5041ed(0x1f3),'barStacked':_0x5041ed(0x1eb),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':_0x5041ed(0x1e5),'scatter':_0x5041ed(0x211),'radar':_0x5041ed(0x1bd),'bubble':_0x5041ed(0x225),'stock':_0x5041ed(0x212),'combination':'组合图','wordCloud':_0x5041ed(0x1bb),'funnel':_0x5041ed(0x1df),'relation':_0x5041ed(0x1cf),'waterfall':_0x5041ed(0x1f2),'pareto':_0x5041ed(0x1cd),'sankey':_0x5041ed(0x1b4),'heatmap':_0x5041ed(0x1bc),'boxplot':'箱线图'},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x5041ed(0x22e),'fieldSetting':_0x5041ed(0x1fa),'formatTypes':_0x5041ed(0x1e1),'confirm':'确定','cancel':'取消','generalDesc':_0x5041ed(0x206),'accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':_0x5041ed(0x209),'dateDesc':_0x5041ed(0x1d7),'thousandthPercentileDesc':_0x5041ed(0x1d9),'decimalPlaces':_0x5041ed(0x1ee),'currencyTypes':_0x5041ed(0x1d8),'negativeNumberTypes':_0x5041ed(0x220),'dateTypes':_0x5041ed(0x1e3)},'setFormat':_0x5041ed(0x1ce)}}};function _0x3b59(_0x4ca9ad,_0x4298f4){_0x4ca9ad=_0x4ca9ad-0x1ab;const _0x4bed53=_0x4bed();let _0x3b59d5=_0x4bed53[_0x4ca9ad];return _0x3b59d5;}export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x58a2a9=_0x8dc0;(function(_0x32eb48,_0x27afa9){const _0x3cd502=_0x8dc0,_0x296128=_0x32eb48();while(!![]){try{const _0xddef23=-parseInt(_0x3cd502(0x181))/0x1*(-parseInt(_0x3cd502(0x146))/0x2)+-parseInt(_0x3cd502(0x17a))/0x3*(parseInt(_0x3cd502(0x17d))/0x4)+parseInt(_0x3cd502(0x18c))/0x5+parseInt(_0x3cd502(0x1b4))/0x6*(-parseInt(_0x3cd502(0x162))/0x7)+-parseInt(_0x3cd502(0x16b))/0x8+-parseInt(_0x3cd502(0x1a1))/0x9*(parseInt(_0x3cd502(0x1a6))/0xa)+parseInt(_0x3cd502(0x1a4))/0xb;if(_0xddef23===_0x27afa9)break;else _0x296128['push'](_0x296128['shift']());}catch(_0x302ea6){_0x296128['push'](_0x296128['shift']());}}}(_0x5474,0xb4edd));function _0x8dc0(_0x4f9d20,_0x19db18){_0x4f9d20=_0x4f9d20-0x146;const _0x54742b=_0x5474();let _0x8dc040=_0x54742b[_0x4f9d20];return _0x8dc040;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x58a2a9(0x1a2)},'insertChart':_0x58a2a9(0x168),'editChart':'編輯圖表','openChartPanel':_0x58a2a9(0x16c),'deleteChart':_0x58a2a9(0x17c),'exportImage':'匯出圖片','copy':'複製','hideChartPanel':_0x58a2a9(0x1b0),'setupChart':_0x58a2a9(0x1cc),'customChart':_0x58a2a9(0x188),'default':'默認','reset':'重置','chartType':_0x58a2a9(0x164),'themes':'主題','dataRange':_0x58a2a9(0x198),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':'添加系列','moreSettings':_0x58a2a9(0x15e),'min':_0x58a2a9(0x1a9),'max':_0x58a2a9(0x15f),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x58a2a9(0x1d9)},'blank':_0x58a2a9(0x1a5),'seriesBlock':{'format':'格式','dataPointStyle':_0x58a2a9(0x1a8)},'backgroundColor':_0x58a2a9(0x180),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x58a2a9(0x16a),'subTitle':_0x58a2a9(0x163),'xAxisTitle':_0x58a2a9(0x16e),'yAxisTitle':_0x58a2a9(0x14e),'rightYAxisTitle':_0x58a2a9(0x19d),'titleFormat':_0x58a2a9(0x1ba),'titleText':_0x58a2a9(0x186),'titlePosition':_0x58a2a9(0x197),'titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x58a2a9(0x156),'settingsLabels':{'switchToRowOrColumn':'切換列或欄','useAsCategoryLabels':_0x58a2a9(0x1af),'showEmptyCellsAs':'顯示空單元格為'},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x58a2a9(0x18e),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x58a2a9(0x1a3),'chartAndAxisTitles':_0x58a2a9(0x185),'legend':'圖例','legendSelectMode':_0x58a2a9(0x153),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':'軸選項','horizontalAxis':_0x58a2a9(0x1d7),'verticalAxis':_0x58a2a9(0x1d3),'rightVerticalAxis':_0x58a2a9(0x176),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x58a2a9(0x15b)},'position':'位置','dataLabels':_0x58a2a9(0x199),'gridlinesAndTicks':_0x58a2a9(0x178),'indicatorLine':'指示線','indicatorLineType':'指示線類型','indicatorLineColor':_0x58a2a9(0x175),'indicatorLabel':_0x58a2a9(0x19f),'indicatorValue':'指示值','shape':{'polygon':_0x58a2a9(0x167),'circle':'圓形','square':'正方形','triangle':_0x58a2a9(0x14f),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x58a2a9(0x187),'emptySquare':_0x58a2a9(0x189),'emptyTriangle':'空心三角形','emptyDiamond':_0x58a2a9(0x1ae),'emptyRect':_0x58a2a9(0x1b5),'emptyRoundRect':_0x58a2a9(0x193),'emptyPin':'空心針形','emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x58a2a9(0x150),'withColor':_0x58a2a9(0x15c),'withThickness':_0x58a2a9(0x1bc),'withType':'{0}\x20類型','withSize':_0x58a2a9(0x1d0),'withShape':'{0}\x20形狀','withFormat':'{0}\x20格式','dataPoint':_0x58a2a9(0x1cd),'dataNodeShape':_0x58a2a9(0x16d),'addDataPoint':'添加數據點','point':_0x58a2a9(0x1cd),'percentage':_0x58a2a9(0x1c0),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x58a2a9(0x179)},'lineDashType':'線類型','dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x58a2a9(0x1ad),'text':_0x58a2a9(0x174)},'ticks':{'majorTick':_0x58a2a9(0x172),'tickPosition':_0x58a2a9(0x170),'tickLength':'刻度線長度'},'none':'無','theIndexItem':_0x58a2a9(0x1bb),'seriesDefaultName':_0x58a2a9(0x154),'categoryDefaultName':_0x58a2a9(0x194),'styleEditPanel':{'showLabels':_0x58a2a9(0x149),'showDataLabels':_0x58a2a9(0x1ac),'padAngle':'扇形間距','halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':_0x58a2a9(0x19c),'pieValSuffix':_0x58a2a9(0x19e),'pieDigitalFixed':'小數位數','showLabelLine':_0x58a2a9(0x1c3),'reverseAxisOrder':_0x58a2a9(0x169),'showAxisLine':_0x58a2a9(0x14d),'labelPosition':_0x58a2a9(0x1c6),'labelText':_0x58a2a9(0x171),'repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0x58a2a9(0x1aa),'labelRotate':_0x58a2a9(0x192),'wordCloudShape':_0x58a2a9(0x1bf),'useDateAxis':_0x58a2a9(0x1d1),'dateAxisTips':_0x58a2a9(0x18b)},'radar':{'fill':'填充'},'doughnutHole':_0x58a2a9(0x14b),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x58a2a9(0x165),'sankeyCircularTips':_0x58a2a9(0x160)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':_0x58a2a9(0x157),'addTrendLine':_0x58a2a9(0x1b6),'trendlineType':_0x58a2a9(0x1c2),'trendlineName':'趨勢線名稱','trendlineColor':_0x58a2a9(0x1d6),'trendlineThickness':_0x58a2a9(0x15a),'trendlineDashType':_0x58a2a9(0x155),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x58a2a9(0x148),'poly':_0x58a2a9(0x17e),'order':_0x58a2a9(0x1cb),'period':_0x58a2a9(0x151),'showFormula':_0x58a2a9(0x1c9),'showR2':_0x58a2a9(0x14a),'formula':'公式','r2':_0x58a2a9(0x177)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x58a2a9(0x1a7),'label':_0x58a2a9(0x1b3),'emptyTips':_0x58a2a9(0x18f)},'relation':{'title':_0x58a2a9(0x19a),'auto':'自動','circular':'環形','force':_0x58a2a9(0x1be),'useValueAsSymbolSize':_0x58a2a9(0x1c5),'layoutType':_0x58a2a9(0x159),'forceOptions':_0x58a2a9(0x17f),'repulsion':'斥力','gravity':'引力','edgeLength':_0x58a2a9(0x152),'rotateLabel':_0x58a2a9(0x1ca),'emphasis':_0x58a2a9(0x1b9),'emptyTips':_0x58a2a9(0x1b7)},'waterfall':{'stackType':'堆疊方式','arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x58a2a9(0x1c8),'positiveStyle':_0x58a2a9(0x195),'negativeStyle':_0x58a2a9(0x15d),'subtotalStyle':_0x58a2a9(0x196),'positiveLegendText':_0x58a2a9(0x1b1),'negativeLegendText':_0x58a2a9(0x191),'subtotalLegendText':_0x58a2a9(0x184)},'pareto':{'lineName':_0x58a2a9(0x1ce),'lineSeries':_0x58a2a9(0x1a0),'barSeries':_0x58a2a9(0x16f)},'visualMapScope':'視覺映射範圍','boxplot':{'min':_0x58a2a9(0x1a9),'q1':_0x58a2a9(0x190),'median':_0x58a2a9(0x1c4),'q3':_0x58a2a9(0x161),'max':'最大值'},'chartTypes':{'line':_0x58a2a9(0x1b8),'area':_0x58a2a9(0x14c),'areaStacked':'堆疊面積圖','areaPercentStacked':_0x58a2a9(0x1bd),'column':_0x58a2a9(0x173),'bar':_0x58a2a9(0x1ab),'barStacked':_0x58a2a9(0x182),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':'環形圖','scatter':'散點圖','radar':_0x58a2a9(0x183),'bubble':'氣泡圖','stock':'股票圖','combination':'組合圖','wordCloud':_0x58a2a9(0x166),'funnel':_0x58a2a9(0x17b),'relation':_0x58a2a9(0x19a),'waterfall':'瀑布圖','pareto':_0x58a2a9(0x19b),'sankey':_0x58a2a9(0x1c7),'heatmap':_0x58a2a9(0x1b2),'boxplot':_0x58a2a9(0x158)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x58a2a9(0x1d4),'fieldSetting':_0x58a2a9(0x18d),'formatTypes':_0x58a2a9(0x147),'confirm':'確定','cancel':'取消','generalDesc':_0x58a2a9(0x1cf),'accountingDesc':_0x58a2a9(0x18a),'currencyDesc':_0x58a2a9(0x1d5),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x58a2a9(0x1d8),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x58a2a9(0x1d2),'dateTypes':'日期類型'},'setFormat':_0x58a2a9(0x1c1)}}};export{e as default};function _0x5474(){const _0x2929a5=['主刻度線','柱狀圖','網格線','指示線顏色','右垂直軸','R平方','網格線和刻度線','百分比堆疊','2724591REArDM','漏斗圖','刪除圖表','4NmouZc','多項式','力導向選項','背景顏色','1sWeGSi','堆疊條形圖','雷達圖','小計圖例文本','圖表和軸標題','標題文本','空心圓形','自定義圖表','空心正方形','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','日期軸僅在數據全部為日期格式時可用','4646515oVgVqG','字段設置','左對齊','氣泡圖至少需要2欄,X軸、Y軸。','第一四分位數','負值圖例文本','標籤旋轉','空心圓角矩形','類別\x20{0}','正值樣式','小計樣式','標題位置','數據範圍','數據標籤','關係圖','排列圖','数值比例','右Y軸標題','数值后缀','指示標籤','累積占比系列','6264963Sixvbn','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','圖表樣式','1182665QyKmGI','(空)','10qUnKcy','氣泡大小','數據點樣式','最小值','使用絕對值','條形圖','顯示數據標籤','主網格線','空心菱形','使用\x20{0}\x20作為類別標籤','隱藏圖表面板','正值圖例文本','熱力圖','氣泡標籤','2592uDWsDj','空心矩形','添加趨勢線','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','折線圖','開啟選中淡入特效','標題格式','第\x20{0}\x20項','{0}\x20粗細','百分比堆疊面積圖','力導向','詞雲形狀','百分比','設置標籤格式','趨勢線類型','顯示標籤線','中位數','使用值作為節點大小','標籤位置','桑基圖','顯示小計','顯示公式','旋轉標籤','多項式階數','設置圖表','數據點','累積占比','常規格式不包含任何特定的數字格式。','{0}\x20大小','使用日期軸','負數類型','垂直軸','千分位符','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','趨勢線顏色','水平軸','小數位數','用直線連接數據點','2785114vKmWcO','格式類型','移動平均','顯示標籤','顯示R平方','圓環孔','面積圖','顯示軸線','Y軸標題','三角形','{0}\x20透明度','移動平均周期','節點距離','圖例選擇模式','系列\x20{0}','趨勢線線類型','漸變填充','趨勢線名稱','箱型圖','佈局類型','趨勢線粗細','使用右軸','{0}\x20顏色','負值樣式','更多設置','最大值','桑基圖不能包含循環數據','第三四分位數','1309kxdWOX','副標題','圖表類型','請先添加系列開始數據可視化','詞雲圖','多邊形','插入圖表','逆序軸','主標題','25616jcBVRv','打開圖表面板','節點形狀','X軸標題','長條圖系列','刻度線位置','標籤文本'];_0x5474=function(){return _0x2929a5;};return _0x5474();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2e00(_0x48c9b1,_0x1d03a1){_0x48c9b1=_0x48c9b1-0xb4;const _0x46d260=_0x46d2();let _0x2e000e=_0x46d260[_0x48c9b1];return _0x2e000e;}const _0x7632=_0x2e00;function _0x46d2(){const _0xfa5c5f=['空心圓角矩形','X軸標題','趨勢線名稱','数值比例','編輯圖表','8FhUNbH','日期格式將日期和時間系列數值顯示為日期值。','排列圖','軸選項','402980owkvvn','5141044CuuFsF','圖表邊框顏色','顯示小計','正值圖例文本','趨勢線','環形圖','背景顏色','數據點','千分位符','第\x20{0}\x20項','節點距離','趨勢線顏色','百分比堆疊條形圖','趨勢線類型','線類型','百分比堆疊面積圖','逆序軸','移動平均周期','長條圖系列','打開圖表面板','數據範圍','指示線類型','趨勢線線類型','小數位數','堆疊方式','主網格線','桑基圖不能包含循環數據','面積圖','箱型圖','正方形','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','{0}\x20大小','插入圖表','顯示標籤線','添加趨勢線','最大值','漏斗圖','圖表樣式','右Y軸標題','顯示公式','百分比堆疊','系列\x20{0}','更多設置','組合圖','第一四分位數','漸變填充','右垂直軸','累積占比','熱力圖','詞雲圖','類別\x20{0}','堆疊條形圖','1ywjFWq','3180645UTbRQN','Y軸標題','設置標籤格式','正值樣式','圖例選擇模式','負值圖例文本','切換列或欄','{0}\x20類型','標題位置','右對齊','雷達圖','設置圖表','{0}\x20顏色','堆疊面積圖','垂直軸','散點圖','顯示標籤','旋轉標籤','日期類型','(空)','瀑布圖','使用日期軸','格式類型','玫瑰圖','常規格式不包含任何特定的數字格式。','621wvpCsN','使用右軸','力導向選項','氣泡標籤','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','條形圖','顯示數據標籤','空心菱形','負數類型','顯示R平方','副標題','主標題','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','氣泡圖','股票圖','多項式階數','添加系列','添加數據點','百分比','第三四分位數','力導向','9106212DlwYGh','桑基圖','累積占比系列','左對齊','使用值作為節點大小','{0}\x20格式','{0}\x20透明度','主刻度線','請先添加系列開始數據可視化','9402652RcrALP','使用絕對值','標籤文本','貨幣類型','2511951tyNqNw','標題對齊','日期軸僅在數據全部為日期格式時可用','氣泡大小','自定義圖表','顯示軸線','指示線','指示值','圖表類型','空心正方形','3597142XSmLtt','關係圖','中位數'];_0x46d2=function(){return _0xfa5c5f;};return _0x46d2();}(function(_0x1dd71b,_0x26cced){const _0x4561f2=_0x2e00,_0x46fd2e=_0x1dd71b();while(!![]){try{const _0x5a8010=-parseInt(_0x4561f2(0xfa))/0x1*(parseInt(_0x4561f2(0xb9))/0x2)+-parseInt(_0x4561f2(0x136))/0x3+parseInt(_0x4561f2(0xc6))/0x4+-parseInt(_0x4561f2(0xfb))/0x5+parseInt(_0x4561f2(0x129))/0x6+parseInt(_0x4561f2(0x132))/0x7*(-parseInt(_0x4561f2(0xc1))/0x8)+-parseInt(_0x4561f2(0x114))/0x9*(-parseInt(_0x4561f2(0xc5))/0xa);if(_0x5a8010===_0x26cced)break;else _0x46fd2e['push'](_0x46fd2e['shift']());}catch(_0x580fa3){_0x46fd2e['push'](_0x46fd2e['shift']());}}}(_0x46d2,0xec650));const e={'sheets-chart-ui':{'permission':{'editErr':_0x7632(0x120)},'insertChart':_0x7632(0xe6),'editChart':_0x7632(0xc0),'openChartPanel':_0x7632(0xd9),'deleteChart':'刪除圖表','exportImage':'匯出圖片','copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':_0x7632(0x106),'customChart':_0x7632(0x13a),'default':'默認','reset':'重置','chartType':_0x7632(0xb7),'themes':'主題','dataRange':_0x7632(0xda),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':_0x7632(0x124),'moreSettings':_0x7632(0xf0),'min':'最小值','max':_0x7632(0xe9),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x7632(0x10e),'seriesBlock':{'format':'格式','dataPointStyle':'數據點樣式'},'backgroundColor':_0x7632(0xcc),'chartBorderColor':_0x7632(0xc7),'titles':{'title':'標題','mainTitle':_0x7632(0x11f),'subTitle':_0x7632(0x11e),'xAxisTitle':_0x7632(0xbd),'yAxisTitle':_0x7632(0xfc),'rightYAxisTitle':_0x7632(0xec),'titleFormat':'標題格式','titleText':'標題文本','titlePosition':_0x7632(0x103),'titleAlign':_0x7632(0x137)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x7632(0xf3),'settingsLabels':{'switchToRowOrColumn':_0x7632(0x101),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':'顯示空單元格為'},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x7632(0x12c),'center':'居中','right':_0x7632(0x104)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x7632(0xeb),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','legendSelectMode':_0x7632(0xff),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x7632(0xc4),'horizontalAxis':'水平軸','verticalAxis':_0x7632(0x109),'rightVerticalAxis':_0x7632(0xf4),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x7632(0x115)},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x7632(0xb5),'indicatorLineType':_0x7632(0xdb),'indicatorLineColor':'指示線顏色','indicatorLabel':'指示標籤','indicatorValue':_0x7632(0xb6),'shape':{'polygon':'多邊形','circle':'圓形','square':_0x7632(0xe3),'triangle':'三角形','diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x7632(0xb8),'emptyTriangle':'空心三角形','emptyDiamond':_0x7632(0x11b),'emptyRect':'空心矩形','emptyRoundRect':_0x7632(0xbc),'emptyPin':'空心針形','emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x7632(0x12f),'withColor':_0x7632(0x107),'withThickness':'{0}\x20粗細','withType':_0x7632(0x102),'withSize':_0x7632(0xe5),'withShape':'{0}\x20形狀','withFormat':_0x7632(0x12e),'dataPoint':_0x7632(0xcd),'dataNodeShape':'節點形狀','addDataPoint':_0x7632(0x125),'point':_0x7632(0xcd),'percentage':_0x7632(0x126),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x7632(0xee)},'lineDashType':_0x7632(0xd4),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x7632(0xdf),'text':'網格線'},'ticks':{'majorTick':_0x7632(0x130),'tickPosition':'刻度線位置','tickLength':'刻度線長度'},'none':'無','theIndexItem':_0x7632(0xcf),'seriesDefaultName':_0x7632(0xef),'categoryDefaultName':_0x7632(0xf8),'styleEditPanel':{'showLabels':_0x7632(0x10b),'showDataLabels':_0x7632(0x11a),'padAngle':'扇形間距','halfPie':'半餅','rosePie':_0x7632(0x112),'pieValScale':_0x7632(0xbf),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x7632(0xdd),'showLabelLine':_0x7632(0xe7),'reverseAxisOrder':_0x7632(0xd6),'showAxisLine':_0x7632(0xb4),'labelPosition':'標籤位置','labelText':_0x7632(0x134),'repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0x7632(0x133),'labelRotate':'標籤旋轉','wordCloudShape':'詞雲形狀','useDateAxis':_0x7632(0x110),'dateAxisTips':_0x7632(0x138)},'radar':{'fill':'填充'},'doughnutHole':'圓環孔','msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x7632(0x131),'sankeyCircularTips':_0x7632(0xe0)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x7632(0xca),'displayName':_0x7632(0xbe),'addTrendLine':_0x7632(0xe8),'trendlineType':_0x7632(0xd3),'trendlineName':_0x7632(0xbe),'trendlineColor':_0x7632(0xd1),'trendlineThickness':'趨勢線粗細','trendlineDashType':_0x7632(0xdc),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':'多項式','order':_0x7632(0x123),'period':_0x7632(0xd7),'showFormula':_0x7632(0xed),'showR2':_0x7632(0x11d),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x7632(0x139),'label':_0x7632(0x117),'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x7632(0x128),'useValueAsSymbolSize':_0x7632(0x12d),'layoutType':'佈局類型','forceOptions':_0x7632(0x116),'repulsion':'斥力','gravity':'引力','edgeLength':_0x7632(0xd0),'rotateLabel':_0x7632(0x10c),'emphasis':'開啟選中淡入特效','emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x7632(0xde),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x7632(0xc8),'positiveStyle':_0x7632(0xfe),'negativeStyle':'負值樣式','subtotalStyle':'小計樣式','positiveLegendText':_0x7632(0xc9),'negativeLegendText':_0x7632(0x100),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0x7632(0xf5),'lineSeries':_0x7632(0x12b),'barSeries':_0x7632(0xd8)},'visualMapScope':'視覺映射範圍','boxplot':{'min':'最小值','q1':_0x7632(0xf2),'median':_0x7632(0xbb),'q3':_0x7632(0x127),'max':'最大值'},'chartTypes':{'line':'折線圖','area':_0x7632(0xe1),'areaStacked':_0x7632(0x108),'areaPercentStacked':_0x7632(0xd5),'column':'柱狀圖','bar':_0x7632(0x119),'barStacked':_0x7632(0xf9),'barPercentStacked':_0x7632(0xd2),'pie':'餅圖','donut':_0x7632(0xcb),'scatter':_0x7632(0x10a),'radar':_0x7632(0x105),'bubble':_0x7632(0x121),'stock':_0x7632(0x122),'combination':_0x7632(0xf1),'wordCloud':_0x7632(0xf7),'funnel':_0x7632(0xea),'relation':_0x7632(0xba),'waterfall':_0x7632(0x10f),'pareto':_0x7632(0xc3),'sankey':_0x7632(0x12a),'heatmap':_0x7632(0xf6),'boxplot':_0x7632(0xe2)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x7632(0xce),'fieldSetting':'字段設置','formatTypes':_0x7632(0x111),'confirm':'確定','cancel':'取消','generalDesc':_0x7632(0x113),'accountingDesc':_0x7632(0x118),'currencyDesc':_0x7632(0xe4),'dateDesc':_0x7632(0xc2),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x7632(0xdd),'currencyTypes':_0x7632(0x135),'negativeNumberTypes':_0x7632(0x11c),'dateTypes':_0x7632(0x10d)},'setFormat':_0x7632(0xfd)}}};export{e as default};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
3
|
+
export interface IChartOpenFocusedChartPanelCommandParams {
|
|
4
|
+
route?: IChartEditPanelRoute;
|
|
5
|
+
}
|
|
6
|
+
export declare const ChartOpenFocusedChartPanelCommand: ICommand<IChartOpenFocusedChartPanelCommandParams>;
|
|
7
|
+
export declare const ChartCopyFocusedChartCommand: ICommand;
|
|
8
|
+
export declare const ChartExportFocusedChartImageCommand: ICommand;
|
|
9
|
+
export declare const ChartDeleteFocusedChartCommand: ICommand;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { IOperation } from '@univerjs/core';
|
|
2
|
+
import type { IChartEditPanelRoute } from '../../services/chart-panel-route';
|
|
2
3
|
export interface IChartOpenPanelOperationParams {
|
|
3
4
|
unitId: string;
|
|
4
5
|
subUnitId: string;
|
|
5
6
|
drawingId: string;
|
|
7
|
+
route?: IChartEditPanelRoute;
|
|
6
8
|
}
|
|
7
9
|
export declare const ChartOpenPanelOperation: IOperation<IChartOpenPanelOperationParams>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const SHEETS_CHART_UI_PLUGIN_CONFIG_KEY = "sheets-chart-ui.config";
|
|
2
2
|
export declare const configSymbol: unique symbol;
|
|
3
3
|
export interface IUniverSheetsChartUIConfig {
|
|
4
|
+
enableChartElementFloatMenu?: boolean;
|
|
4
5
|
}
|
|
5
6
|
export declare const defaultPluginConfig: IUniverSheetsChartUIConfig;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ChartElementFloatMenuAdapterRegistry } from '@univerjs-pro/chart-ui';
|
|
2
|
+
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
3
|
+
import { Disposable, ICommandService } from '@univerjs/core';
|
|
4
|
+
import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
|
|
5
|
+
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
|
+
import { ChartRenderService } from '../services/chart-render.service';
|
|
7
|
+
import { IChartHostProviderService } from '../services/sheets-chart-host-provider.service';
|
|
8
|
+
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
9
|
+
export declare class SheetsChartElementFloatMenuController extends Disposable {
|
|
10
|
+
private readonly _chartModelService;
|
|
11
|
+
private readonly _chartRenderService;
|
|
12
|
+
private readonly _chartHostProvider;
|
|
13
|
+
private readonly _sheetCanvasPopManagerService;
|
|
14
|
+
private readonly _sheetCanvasFloatDomManagerService;
|
|
15
|
+
private readonly _sheetsChartUIService;
|
|
16
|
+
private readonly _adapterRegistry;
|
|
17
|
+
private readonly _commandService;
|
|
18
|
+
private _popupDisposable;
|
|
19
|
+
private _popupChartId;
|
|
20
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _chartHostProvider: IChartHostProviderService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _sheetsChartUIService: ISheetsChartUIService, _adapterRegistry: ChartElementFloatMenuAdapterRegistry, _commandService: ICommandService);
|
|
21
|
+
dispose(): void;
|
|
22
|
+
private _registerAdapter;
|
|
23
|
+
private _subscribeChartEvents;
|
|
24
|
+
private _openEditPanelByDoubleClick;
|
|
25
|
+
private _setActiveChart;
|
|
26
|
+
private _openFloatMenu;
|
|
27
|
+
private _closePopup;
|
|
28
|
+
private _clearSelectedTarget;
|
|
29
|
+
private _clearHiddenSelectedTarget;
|
|
30
|
+
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
2
2
|
import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
|
|
3
|
+
import { SheetPrintInterceptorService } from '@univerjs/sheets-ui';
|
|
3
4
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
4
5
|
export declare class ChartRenderController extends Disposable {
|
|
5
6
|
private readonly _chartModelService;
|
|
6
7
|
private readonly _chartRenderService;
|
|
7
8
|
private readonly _localeService;
|
|
8
9
|
private readonly _commandService;
|
|
10
|
+
private readonly _sheetPrintInterceptorService;
|
|
9
11
|
private readonly _pendingMutationConfigRenders;
|
|
10
|
-
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService);
|
|
12
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService, _sheetPrintInterceptorService: SheetPrintInterceptorService);
|
|
13
|
+
private _initPrinting;
|
|
11
14
|
private _init;
|
|
12
15
|
private _listenChartUpdateMutations;
|
|
13
16
|
private _renderAfterChartUpdateMutation;
|
|
@@ -1,29 +1,40 @@
|
|
|
1
1
|
import type { IDrawingParam } from '@univerjs/core';
|
|
2
|
+
import type { IChartEditPanelRoute } from '../services/chart-panel-route';
|
|
2
3
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
3
4
|
import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
4
5
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
|
+
import { IDrawingContextMenuService, SheetCanvasFloatDomManagerService, SheetDrawingHitTestService } from '@univerjs/sheets-drawing-ui';
|
|
5
7
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
8
|
import { ComponentManager, IconManager, IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
7
|
-
import {
|
|
9
|
+
import { ChartRenderService } from '../services/chart-render.service';
|
|
10
|
+
import { ISheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
8
11
|
export declare function isSingleStandaloneChartSelection(params: readonly IDrawingParam[]): boolean;
|
|
9
12
|
export declare class SheetsChartUIController extends Disposable {
|
|
10
13
|
private _drawingManagerService;
|
|
11
14
|
private readonly _univerInstanceService;
|
|
12
15
|
private readonly _chartModelService;
|
|
16
|
+
private readonly _chartRenderService;
|
|
17
|
+
private readonly _sheetDrawingHitTestService;
|
|
13
18
|
private _sidebarService;
|
|
14
19
|
private _componentManager;
|
|
15
20
|
private _iconManager;
|
|
16
21
|
protected readonly _menuManagerService: IMenuManagerService;
|
|
22
|
+
private readonly _drawingContextMenuService;
|
|
23
|
+
private readonly _sheetCanvasFloatDomManagerService;
|
|
17
24
|
private readonly _sheetCanvasPopManagerService;
|
|
18
25
|
private readonly _commandService;
|
|
19
26
|
private readonly _sheetsChartUIService;
|
|
20
27
|
private readonly _contextService;
|
|
21
28
|
private _sidebarDisposable;
|
|
22
|
-
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _iconManager: IconManager, _menuManagerService: IMenuManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService:
|
|
29
|
+
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _sheetDrawingHitTestService: SheetDrawingHitTestService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _iconManager: IconManager, _menuManagerService: IMenuManagerService, _drawingContextMenuService: IDrawingContextMenuService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: ISheetsChartUIService, _contextService: IContextService);
|
|
23
30
|
private _openPanel;
|
|
24
31
|
hidePanel(): void;
|
|
25
32
|
initPanel(): void;
|
|
26
|
-
|
|
33
|
+
private _handleDrawingDoubleClick;
|
|
34
|
+
private _openEditPanelByDoubleClick;
|
|
35
|
+
openChartPanelById(chartId: string, route?: IChartEditPanelRoute): void;
|
|
36
|
+
private _activateEditPanelState;
|
|
37
|
+
private _deactivateEditPanelState;
|
|
27
38
|
private _initMenus;
|
|
28
39
|
getChartPopupMenus(unitId: string, subUnitId: string, drawingId: string, drawingType: DrawingTypeEnum): ({
|
|
29
40
|
label: string;
|
package/lib/types/hooks.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import type { ChartConfigStateKey, InferChartConfigStateValue } from './services/sheets-chart-ui.service';
|
|
2
|
-
|
|
3
|
-
export declare function
|
|
4
|
-
export declare function useChartConfigState<V, T extends ChartConfigStateKey = ChartConfigStateKey>(key: T, service: SheetsChartUIService, defaultValue: V): [V, (value: V) => void];
|
|
5
|
-
export declare function useChartConfigState<T extends ChartConfigStateKey = ChartConfigStateKey, V extends InferChartConfigStateValue<T> = InferChartConfigStateValue<T>>(key: T, service: SheetsChartUIService): [V | undefined, (value: V) => void];
|
|
2
|
+
export declare function useChartConfigState<V, T extends ChartConfigStateKey = ChartConfigStateKey>(key: T, defaultValue: V): [V, (value: V) => void];
|
|
3
|
+
export declare function useChartConfigState<T extends ChartConfigStateKey = ChartConfigStateKey, V extends InferChartConfigStateValue<T> = InferChartConfigStateValue<T>>(key: T): [V | undefined, (value: V) => void];
|
package/lib/types/index.d.ts
CHANGED
|
@@ -2,5 +2,8 @@ import './global.css';
|
|
|
2
2
|
export { SHEETS_CHART_UI_PLUGIN_CONFIG_KEY } from './config/config';
|
|
3
3
|
export type { IUniverSheetsChartUIConfig } from './config/config';
|
|
4
4
|
export { SheetsChartUIController } from './controllers/ui.controller';
|
|
5
|
+
export { menuSchema as SheetsChartUIMenuSchema } from './menu/schema';
|
|
5
6
|
export { UniverSheetsChartUIPlugin } from './plugin';
|
|
6
|
-
export {
|
|
7
|
+
export type { IChartEditPanelRoute, IChartPanelRouteState, IChartSelectedElementState } from './services/chart-panel-route';
|
|
8
|
+
export { resolveChartEditPanelRoute } from './services/chart-panel-route';
|
|
9
|
+
export { ISheetsChartUIService, SheetsChartUIService } from './services/sheets-chart-ui.service';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuButtonItem } from '@univerjs/ui';
|
|
3
|
+
export declare const SHEETS_CHART_CONTEXT_MENU_POSITION = "SHEETS_CHART_CONTEXT_MENU";
|
|
4
|
+
export declare function ChartEditContextMenuFactory(_accessor: IAccessor): IMenuButtonItem;
|
|
5
|
+
export declare function ChartCopyContextMenuFactory(_accessor: IAccessor): IMenuButtonItem;
|
|
6
|
+
export declare function ChartExportImageContextMenuFactory(_accessor: IAccessor): IMenuButtonItem;
|
|
7
|
+
export declare function ChartDeleteContextMenuFactory(_accessor: IAccessor): IMenuButtonItem;
|
package/lib/types/plugin.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare class UniverSheetsChartUIPlugin extends Plugin {
|
|
|
9
9
|
static pluginName: string;
|
|
10
10
|
static packageName: string;
|
|
11
11
|
static version: string;
|
|
12
|
+
private readonly _resolvedConfig;
|
|
12
13
|
constructor(_config: Partial<IUniverSheetsChartUIConfig> | undefined, _injector: Injector, _configService: IConfigService, _commandService: ICommandService);
|
|
13
14
|
onStarting(): void;
|
|
14
15
|
onRendered(): void;
|