@univerjs-pro/sheets-chart-ui 0.17.0 → 0.18.0
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/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.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-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.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-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +547 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/locale/ko-KR.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-TW.js +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +3 -3
- package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -3
- package/lib/types/commands/operations/hide-chart-panel-operation.d.ts +1 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/controllers/menu.schema.d.ts +1 -1
- package/lib/types/facade/chart-builder/builder-util.d.ts +3 -3
- package/lib/types/facade/chart-builder/chart-builder-base.d.ts +2 -2
- package/lib/types/facade/chart-builder/line-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +3 -2
- package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/types.d.ts +3 -3
- package/lib/types/facade/f-chart.d.ts +3 -3
- package/lib/types/facade/f-worksheet.d.ts +3 -2
- package/lib/types/facade/index.d.ts +1 -1
- package/lib/types/hooks.d.ts +2 -1
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/chart-render.service.d.ts +2 -1
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +4 -3
- package/lib/types/services/sheets-chart-ui.service.d.ts +9 -6
- package/lib/types/util.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/Options.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +4 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +4 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +3 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +2 -2
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -2
- package/lib/types/wordcloud/index.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.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-TW.js +1 -1
- package/package.json +21 -20
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xee2975=_0x7deb;function _0x7deb(_0x1f2204,_0x23a195){_0x1f2204=_0x1f2204-0xd7;const _0x3edbcd=_0x3edb();let _0x7debc5=_0x3edbcd[_0x1f2204];return _0x7debc5;}(function(_0x53a808,_0x26b01c){const _0x22f903=_0x7deb,_0x392647=_0x53a808();while(!![]){try{const _0x1bd9c1=parseInt(_0x22f903(0x185))/0x1+-parseInt(_0x22f903(0x10b))/0x2+parseInt(_0x22f903(0x135))/0x3+parseInt(_0x22f903(0x188))/0x4*(parseInt(_0x22f903(0x11c))/0x5)+-parseInt(_0x22f903(0x154))/0x6*(parseInt(_0x22f903(0x156))/0x7)+parseInt(_0x22f903(0x18b))/0x8+-parseInt(_0x22f903(0xe0))/0x9;if(_0x1bd9c1===_0x26b01c)break;else _0x392647['push'](_0x392647['shift']());}catch(_0x11d30f){_0x392647['push'](_0x392647['shift']());}}}(_0x3edb,0x8a4b2));const e={'chart':{'insertChart':_0xee2975(0x15f),'editChart':_0xee2975(0xfb),'openChartPanel':_0xee2975(0x12d),'deleteChart':'Delete\x20chart','hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0xee2975(0x155),'customChart':'Customize','default':_0xee2975(0x13c),'reset':_0xee2975(0xf7),'chartType':_0xee2975(0x142),'themes':_0xee2975(0x100),'dataRange':_0xee2975(0xf8),'stack':_0xee2975(0xd8),'category':_0xee2975(0x16d),'aggregate':'Aggregate','allSeries':_0xee2975(0x101),'series':'Series','addSeries':'Add\x20series','moreSettings':'More\x20settings','min':'Min','max':_0xee2975(0x165),'invalidType':{'gaps':_0xee2975(0x104),'zero':'zero','connectDataPointsWithStraightLines':'Connect\x20data\x20points\x20with\x20straight\x20lines'},'blank':_0xee2975(0xe2),'seriesBlock':{'format':'Format','dataPointStyle':'Data\x20point\x20style'},'backgroundColor':_0xee2975(0xe1),'chartBorderColor':_0xee2975(0x136),'titles':{'title':'Title','mainTitle':_0xee2975(0x173),'subTitle':_0xee2975(0x16a),'xAxisTitle':'X-axis\x20title','yAxisTitle':_0xee2975(0xdb),'rightYAxisTitle':_0xee2975(0xe9),'titleFormat':_0xee2975(0x107),'titleText':'Title\x20text','titlePosition':_0xee2975(0x14c),'titleAlign':_0xee2975(0x11a)},'axisPositionType':{'start':_0xee2975(0x129),'center':_0xee2975(0x161),'end':_0xee2975(0x127)},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':_0xee2975(0x10c),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':_0xee2975(0x150),'inside':'Inside','outside':_0xee2975(0x168),'top':'Top','bottom':_0xee2975(0xfa),'left':_0xee2975(0x181),'right':_0xee2975(0x138),'hide':'Hide'},'align':{'left':_0xee2975(0x181),'center':'Center','right':_0xee2975(0x138)},'alignY':{'top':_0xee2975(0x143),'middle':_0xee2975(0xeb),'bottom':_0xee2975(0xfa)},'chartStyle':_0xee2975(0x119),'chartAndAxisTitles':'Chart\x20and\x20axis\x20titles','legend':_0xee2975(0x190),'legendSelectMode':_0xee2975(0x175),'legendSelectModeType':{'single':'Single','multiple':'Multiple','close':'Close'},'legendVisualMapType':{'continuous':_0xee2975(0x148),'piecewise':_0xee2975(0x182)},'axes':{'axis':'Axis','axisOptions':_0xee2975(0x114),'horizontalAxis':_0xee2975(0xef),'verticalAxis':_0xee2975(0x18f),'rightVerticalAxis':_0xee2975(0xf1),'leftAxis':_0xee2975(0x164),'rightAxis':_0xee2975(0x130),'useRightAxis':_0xee2975(0x126)},'position':_0xee2975(0xf9),'dataLabels':'Data\x20labels','gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':_0xee2975(0x113),'indicatorLineType':'Indicator\x20line\x20type','indicatorLineColor':_0xee2975(0x134),'indicatorLabel':_0xee2975(0x117),'indicatorValue':'Indicator\x20value','shape':{'polygon':_0xee2975(0x17a),'circle':_0xee2975(0x184),'square':'Square','triangle':'Triangle','diamond':'Diamond','rect':'Rectangle','roundRect':_0xee2975(0x162),'pin':_0xee2975(0x11d),'arrow':_0xee2975(0x189),'none':_0xee2975(0x14e),'emptyCircle':_0xee2975(0x139),'emptySquare':_0xee2975(0x12f),'emptyTriangle':_0xee2975(0x110),'emptyDiamond':_0xee2975(0x194),'emptyRect':_0xee2975(0x186),'emptyRoundRect':_0xee2975(0x137),'emptyPin':_0xee2975(0x18a),'emptyArrow':_0xee2975(0x17b)},'border':_0xee2975(0x13a),'value':_0xee2975(0xfd),'fill':_0xee2975(0x124),'line':_0xee2975(0xe6),'withOpacity':_0xee2975(0x180),'withColor':_0xee2975(0x103),'withThickness':_0xee2975(0xf5),'withType':'{0}\x20with\x20type','withSize':'{0}\x20with\x20size','withShape':_0xee2975(0xe7),'withFormat':'{0}\x20with\x20format','dataPoint':_0xee2975(0x15c),'dataNodeShape':'Data\x20node\x20shape','addDataPoint':'Add\x20data\x20point','point':_0xee2975(0x108),'percentage':_0xee2975(0x177),'lineType':{'line':_0xee2975(0xe6),'smooth':_0xee2975(0xdd),'step':_0xee2975(0x15b)},'stackType':{'stack':_0xee2975(0xd8),'percent':'Percent\x20stack'},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':'Solid','dash':_0xee2975(0x191),'dot':_0xee2975(0xf6)},'color':_0xee2975(0x183),'gridlines':{'majorGridlines':_0xee2975(0x18e),'text':_0xee2975(0xec)},'ticks':{'majorTick':_0xee2975(0x112),'tickPosition':_0xee2975(0xdf),'tickLength':_0xee2975(0x179)},'none':_0xee2975(0x14e),'theIndexItem':'The\x20{0}\x20item','seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0xee2975(0xff),'styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':'Show\x20data\x20labels','padAngle':_0xee2975(0x157),'halfPie':_0xee2975(0x17f),'rosePie':_0xee2975(0x152),'pieValScale':_0xee2975(0x15a),'pieValSuffix':_0xee2975(0x146),'pieDigitalFixed':_0xee2975(0x10a),'showLabelLine':_0xee2975(0x151),'reverseAxisOrder':_0xee2975(0xdc),'showAxisLine':_0xee2975(0xe4),'labelPosition':_0xee2975(0x163),'labelText':_0xee2975(0x172),'repeatWordCould':'Repeat\x20word\x20cloud','gap':'Gap','useAbsValue':_0xee2975(0x18d),'labelRotate':'Label\x20rotate','wordCloudShape':_0xee2975(0xf4),'useDateAxis':_0xee2975(0x14a),'dateAxisTips':_0xee2975(0xea)},'doughnutHole':_0xee2975(0xf3),'radar':{'fill':'Fill'},'msg':{'invalidSource':_0xee2975(0x11e),'emptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','sankeyCircularTips':_0xee2975(0x140)},'cloud':{'title':_0xee2975(0xda),'word':_0xee2975(0x158),'frequency':_0xee2975(0xd9)},'trendline':{'name':_0xee2975(0x169),'displayName':_0xee2975(0x111),'addTrendLine':_0xee2975(0x176),'trendlineType':_0xee2975(0xed),'trendlineName':'Trendline\x20name','trendlineColor':_0xee2975(0x12b),'trendlineThickness':_0xee2975(0x16f),'trendlineDashType':_0xee2975(0x193),'exp':_0xee2975(0x115),'linear':'Linear','log':_0xee2975(0x153),'pow':_0xee2975(0x14d),'movingAvg':_0xee2975(0x144),'poly':'Polynomial','order':_0xee2975(0x120),'period':'Moving\x20average\x20period','showFormula':_0xee2975(0x18c),'showR2':_0xee2975(0xd7),'formula':_0xee2975(0x145),'r2':_0xee2975(0x171)},'bubble':{'xAxis':'X-axis','yAxis':'Y-axis','size':_0xee2975(0x15d),'label':'Bubble\x20label','emptyTips':_0xee2975(0x178)},'relation':{'title':_0xee2975(0x13f),'auto':'Auto','circular':'Circular','force':_0xee2975(0x125),'useValueAsSymbolSize':'Use\x20value\x20as\x20node\x20size','layoutType':_0xee2975(0x170),'forceOptions':_0xee2975(0x122),'repulsion':_0xee2975(0x13d),'gravity':_0xee2975(0xe5),'edgeLength':_0xee2975(0x10e),'rotateLabel':_0xee2975(0x13e),'emphasis':'Enable\x20selection\x20fade-in\x20effect','emptyTips':_0xee2975(0x159)},'waterfall':{'stackType':_0xee2975(0xee),'arrangement':_0xee2975(0x15e),'stacked':_0xee2975(0x102),'positive':_0xee2975(0x192),'negative':'Negative','subtotal':_0xee2975(0x16b),'showSubtotal':_0xee2975(0x17e),'positiveStyle':_0xee2975(0x121),'negativeStyle':_0xee2975(0xde),'subtotalStyle':'Subtotal\x20Style','positiveLegendText':_0xee2975(0x160),'negativeLegendText':_0xee2975(0x109),'subtotalLegendText':'Subtotal\x20Legend\x20Text'},'pareto':{'lineName':_0xee2975(0x14b),'lineSeries':_0xee2975(0x17c),'barSeries':_0xee2975(0x11b)},'visualMapScope':_0xee2975(0xf2),'boxplot':{'min':_0xee2975(0xf0),'q1':'First\x20quartile','median':_0xee2975(0x10f),'q3':_0xee2975(0x116),'max':_0xee2975(0x12a)}},'chartTypes':{'line':'Line\x20chart','area':'Area\x20chart','areaStacked':_0xee2975(0x166),'areaPercentStacked':'Percent\x20stacked\x20area\x20chart','column':'Column\x20chart','bar':_0xee2975(0x167),'barStacked':_0xee2975(0xfc),'barPercentStacked':_0xee2975(0xe3),'pie':_0xee2975(0x132),'donut':'Donut\x20chart','scatter':_0xee2975(0x147),'radar':_0xee2975(0x105),'bubble':_0xee2975(0x128),'stock':_0xee2975(0x11f),'combination':_0xee2975(0x12c),'wordCloud':_0xee2975(0x17d),'funnel':_0xee2975(0x16e),'relation':_0xee2975(0x13f),'waterfall':_0xee2975(0x106),'pareto':'Pareto\x20chart','sankey':'Sankey\x20chart','heatmap':'Heatmap','boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':_0xee2975(0x149),'accounting':'Accounting','currency':_0xee2975(0x118),'date':_0xee2975(0x16c),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0xee2975(0x10d),'formatTypes':_0xee2975(0x131),'confirm':'OK','cancel':_0xee2975(0x123),'generalDesc':_0xee2975(0xe8),'accountingDesc':_0xee2975(0x12e),'currencyDesc':_0xee2975(0x133),'dateDesc':_0xee2975(0x14f),'thousandthPercentileDesc':_0xee2975(0x187),'decimalPlaces':_0xee2975(0xfe),'currencyTypes':_0xee2975(0x174),'negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':_0xee2975(0x13b)},'setFormat':_0xee2975(0x141)}},t=e;function _0x3edb(){const _0x591850=['Fill','Force-directed','Use\x20right\x20axis','End','Bubble\x20chart','Start','Maximum','Trendline\x20color','Combination\x20chart','Open\x20chart\x20panel','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Empty\x20square','Right\x20axis','Format\x20Types','Pie\x20chart','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Indicator\x20line\x20color','1379280aRyKvh','Chart\x20border\x20color','Empty\x20round\x20rectangle','Right','Empty\x20circle','Border','Date\x20Types','Default','Repulsion','Rotate\x20label','Relation\x20chart','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Set\x20label\x20format','Chart\x20type','Top','Moving\x20average','Formula','Value\x20suffix','Scatter\x20chart','Continuous','General','Use\x20date\x20axis','Cumulative\x20Percentage','Title\x20position','Power','None','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Auto','Show\x20label\x20line','Rose\x20pie','Logarithmic','954fgyTCu','Setup','49273sixBvZ','Label\x20padding\x20angle','Word','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Value\x20scale','Step','Data\x20point','Bubble\x20size','Sequential','Insert\x20chart','Positive\x20Legend\x20Text','Center','Round\x20rectangle','Label\x20position','Left\x20axis','Max','Stacked\x20area\x20chart','Bar\x20chart','Outside','Trendline','Sub\x20title','Subtotal','Date','Category','Funnel\x20chart','Trendline\x20thickness','Layout\x20type','R\x20squared','Label\x20text','Main\x20title','Currency\x20Types','Legend\x20select\x20mode','Add\x20trendline','Percentage','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Tick\x20length','Polygon','Empty\x20arrow','Cumulative\x20Percentage\x20Series','Word\x20cloud\x20chart','Show\x20Subtotal','Half\x20pie','{0}\x20with\x20opacity','Left','Piecewise','Color','Circle','1117693cupXuf','Empty\x20rectangle','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','4LALOBv','Arrow','Empty\x20pin','7063832fsBqYd','Show\x20formula','Use\x20absolute\x20value','Major\x20gridlines','Vertical\x20axis','Legend','Dash','Positive','Trendline\x20dash\x20type','Empty\x20diamond','Show\x20R\x20squared','Stack','Frequency','Word\x20cloud','Y-axis\x20title','Reverse\x20axis\x20order','Smooth','Negative\x20Style','Tick\x20position','6428619lKxukj','Background\x20color','(Blank)','Percent\x20stacked\x20bar\x20chart','Show\x20axis\x20line','Gravity','Line','{0}\x20with\x20shape','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Right\x20Y-axis\x20title','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Middle','Gridlines','Trendline\x20type','Stack\x20Type','Horizontal\x20axis','Minimum','Right\x20vertical\x20axis','Visual\x20map\x20scope','Doughnut\x20hole','Word\x20cloud\x20shape','{0}\x20with\x20thickness','Dot','Reset','Data\x20range','Position','Bottom','Chart\x20editor','Stacked\x20bar\x20chart','Value','Decimal\x20Places','Category\x20{0}','Themes','All\x20series','Stacked','{0}\x20with\x20color','gaps','Radar\x20chart','Waterfall\x20chart','Title\x20format','Point','Negative\x20Legend\x20Text','Digital\x20fixed','1173406bsFlNB','Switch\x20to\x20row/column','Field\x20Settings','Node\x20distance','Median','Empty\x20triangle','Trendline\x20name','Major\x20tick','Indicator\x20line','Axis\x20options','Exponential','Third\x20quartile','Indicator\x20label','Currency','Chart\x20style','Axis\x20title\x20align','Bar\x20Chart\x20Series','2631065kkUsix','Pin','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Stock\x20chart','Polynomial\x20order','Positive\x20Style','Force-directed\x20options','Cancel'];_0x3edb=function(){return _0x591850;};return _0x3edb();}export{t as default};
|
|
1
|
+
function _0x5565(){const _0x282471=['Title\x20text','Value\x20suffix','763040RmnetX','Y-axis','End','Stack','Stock\x20chart','Legend','Cumulative\x20Percentage\x20Series','Word\x20cloud','Format','Axis\x20options','134554FvgElZ','Indicator\x20label','Doughnut\x20hole','Minimum','Chart\x20and\x20axis\x20titles','Half\x20pie','Empty\x20triangle','Indicator\x20line\x20color','Show\x20axis\x20line','Chart\x20style','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Format\x20Types','Sankey\x20chart','Sub\x20title','Title\x20format','Cumulative\x20Percentage','Right\x20axis','Scatter\x20chart','Indicator\x20value','Subtotal\x20Legend\x20Text','Solid','Label\x20rotate','Switch\x20to\x20row/column','Continuous','Gridlines','Right\x20vertical\x20axis','Exponential','Linear','Word','Gridlines\x20and\x20ticks','Aggregate','Close','Diamond','Decimal\x20Places','716058DodWsm','Currency','28259lQXQDw','Pie\x20chart','Repeat\x20word\x20cloud','Percentage','Bar\x20chart','Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','Round\x20rectangle','Empty\x20round\x20rectangle','Background\x20color','Radar\x20chart','Field\x20Settings','Trendline\x20name','Positive\x20Legend\x20Text','Stacked','Major\x20gridlines','Single','Positive\x20Style','Negative\x20Number\x20Types','Square','Dot','Vertical\x20axis','Delete\x20chart','Series\x20{0}','Y-axis\x20title','90410mgjZSo','Bottom','Area\x20chart','Bubble\x20size','Tick\x20position','Set\x20label\x20format','Start','Value\x20scale','Gradient\x20fill','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Reverse\x20axis\x20order','{0}\x20with\x20thickness','Right\x20Y-axis\x20title','First\x20quartile','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Left','Negative','Word\x20cloud\x20chart','Gravity','Customize','{0}\x20with\x20color','Circular','Stack\x20Type','Default','Line','Multiple','Title\x20position','Percent\x20stack','Date','Step','Third\x20quartile','Fill','R\x20squared','Line\x20chart','More\x20settings','Data\x20labels','Tick\x20length','Show\x20label\x20line','Add\x20data\x20point','Indicator\x20line','Force-directed\x20options','Connect\x20data\x20points\x20with\x20straight\x20lines','Setup','Combination\x20chart','Color','The\x20{0}\x20item','3oVziMn','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Left\x20axis','Indicator\x20line\x20type','X-axis\x20title','Enable\x20selection\x20fade-in\x20effect','Use\x20value\x20as\x20node\x20size','Piecewise','Triangle','Insert\x20chart','Add\x20series','Show\x20R\x20squared','952216eZpwmr','Label\x20text','Bar\x20Chart\x20Series','Pareto\x20chart','Smooth','Positive','Waterfall\x20chart','Cancel','Show\x20formula','Center','Repulsion','Logarithmic','Trendline\x20color','Chart\x20border\x20color','Rose\x20pie','Percent\x20stacked\x20area\x20chart','Sequential','Frequency','Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','Add\x20trendline','Polygon','Funnel\x20chart','Bubble\x20chart','Word\x20cloud\x20shape','Stacked\x20bar\x20chart','Currency\x20Types','Heatmap','Show\x20data\x20labels','Top','Category\x20{0}','Line\x20dash\x20type','Rotate\x20label','Pin','Median','Reset','Stacked\x20area\x20chart','531520zsCgPb','Date\x20Types','Moving\x20average','None','Moving\x20average\x20period','Trendline\x20thickness','Empty\x20arrow','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','{0}\x20with\x20size','Max','Arrow','Empty\x20rectangle','Auto','Middle','Digital\x20fixed','Trendline\x20dash\x20type','Inside','Column\x20chart','Point','Negative\x20Style','Force-directed','102YcOxLn','Empty\x20circle','Visual\x20map\x20scope','Chart\x20type','Category','Major\x20tick','Right','Subtotal\x20Style','Relation\x20chart','Bubble\x20label'];_0x5565=function(){return _0x282471;};return _0x5565();}const _0x4c57ae=_0x54af;(function(_0x18dc1a,_0x3f4a31){const _0x4ed2ca=_0x54af,_0x3fb9a8=_0x18dc1a();while(!![]){try{const _0xd40b2a=-parseInt(_0x4ed2ca(0x13d))/0x1+-parseInt(_0x4ed2ca(0x179))/0x2*(parseInt(_0x4ed2ca(0xe2))/0x3)+-parseInt(_0x4ed2ca(0x112))/0x4+parseInt(_0x4ed2ca(0x133))/0x5+parseInt(_0x4ed2ca(0x127))/0x6*(parseInt(_0x4ed2ca(0x161))/0x7)+parseInt(_0x4ed2ca(0xee))/0x8+parseInt(_0x4ed2ca(0x15f))/0x9;if(_0xd40b2a===_0x3f4a31)break;else _0x3fb9a8['push'](_0x3fb9a8['shift']());}catch(_0x3b75be){_0x3fb9a8['push'](_0x3fb9a8['shift']());}}}(_0x5565,0x1a2b3));const e={'chart':{'insertChart':_0x4c57ae(0xeb),'editChart':'Chart\x20editor','openChartPanel':'Open\x20chart\x20panel','deleteChart':_0x4c57ae(0x176),'hideChartPanel':'Hide\x20chart\x20panel','setupChart':_0x4c57ae(0xde),'customChart':_0x4c57ae(0xc7),'default':_0x4c57ae(0xcb),'reset':_0x4c57ae(0x110),'chartType':_0x4c57ae(0x12a),'themes':'Themes','dataRange':'Data\x20range','stack':_0x4c57ae(0x136),'category':_0x4c57ae(0x12b),'aggregate':_0x4c57ae(0x15b),'allSeries':'All\x20series','series':'Series','addSeries':_0x4c57ae(0xec),'moreSettings':_0x4c57ae(0xd6),'min':'Min','max':_0x4c57ae(0x11b),'invalidType':{'gaps':'gaps','zero':'zero','connectDataPointsWithStraightLines':_0x4c57ae(0xdd)},'blank':'(Blank)','seriesBlock':{'format':_0x4c57ae(0x13b),'dataPointStyle':'Data\x20point\x20style'},'backgroundColor':_0x4c57ae(0x169),'chartBorderColor':_0x4c57ae(0xfb),'titles':{'title':'Title','mainTitle':'Main\x20title','subTitle':_0x4c57ae(0x14a),'xAxisTitle':_0x4c57ae(0xe6),'yAxisTitle':_0x4c57ae(0x178),'rightYAxisTitle':_0x4c57ae(0xbf),'titleFormat':_0x4c57ae(0x14b),'titleText':_0x4c57ae(0x131),'titlePosition':_0x4c57ae(0xce),'titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x4c57ae(0xb9),'center':'Center','end':_0x4c57ae(0x135)},'gradientFill':_0x4c57ae(0xbb),'settingsLabels':{'switchToRowOrColumn':_0x4c57ae(0x153),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':'Auto','inside':_0x4c57ae(0x122),'outside':'Outside','top':_0x4c57ae(0x10a),'bottom':'Bottom','left':_0x4c57ae(0xc3),'right':'Right','hide':'Hide'},'align':{'left':'Left','center':_0x4c57ae(0xf7),'right':_0x4c57ae(0x12d)},'alignY':{'top':_0x4c57ae(0x10a),'middle':_0x4c57ae(0x11f),'bottom':_0x4c57ae(0x17a)},'chartStyle':_0x4c57ae(0x146),'chartAndAxisTitles':_0x4c57ae(0x141),'legend':_0x4c57ae(0x138),'legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x4c57ae(0x170),'multiple':_0x4c57ae(0xcd),'close':_0x4c57ae(0x15c)},'legendVisualMapType':{'continuous':_0x4c57ae(0x154),'piecewise':_0x4c57ae(0xe9)},'axes':{'axis':'Axis','axisOptions':_0x4c57ae(0x13c),'horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x4c57ae(0x175),'rightVerticalAxis':_0x4c57ae(0x156),'leftAxis':_0x4c57ae(0xe4),'rightAxis':_0x4c57ae(0x14d),'useRightAxis':'Use\x20right\x20axis'},'position':'Position','dataLabels':_0x4c57ae(0xd7),'gridlinesAndTicks':_0x4c57ae(0x15a),'indicatorLine':_0x4c57ae(0xdb),'indicatorLineType':_0x4c57ae(0xe5),'indicatorLineColor':_0x4c57ae(0x144),'indicatorLabel':_0x4c57ae(0x13e),'indicatorValue':_0x4c57ae(0x14f),'shape':{'polygon':_0x4c57ae(0x102),'circle':'Circle','square':_0x4c57ae(0x173),'triangle':_0x4c57ae(0xea),'diamond':_0x4c57ae(0x15d),'rect':'Rectangle','roundRect':_0x4c57ae(0x167),'pin':_0x4c57ae(0x10e),'arrow':_0x4c57ae(0x11c),'none':_0x4c57ae(0x115),'emptyCircle':_0x4c57ae(0x128),'emptySquare':'Empty\x20square','emptyTriangle':_0x4c57ae(0x143),'emptyDiamond':'Empty\x20diamond','emptyRect':_0x4c57ae(0x11d),'emptyRoundRect':_0x4c57ae(0x168),'emptyPin':'Empty\x20pin','emptyArrow':_0x4c57ae(0x118)},'border':'Border','value':'Value','fill':_0x4c57ae(0xd3),'line':_0x4c57ae(0xcc),'withOpacity':'{0}\x20with\x20opacity','withColor':_0x4c57ae(0xc8),'withThickness':_0x4c57ae(0xbe),'withType':'{0}\x20with\x20type','withSize':_0x4c57ae(0x11a),'withShape':'{0}\x20with\x20shape','withFormat':'{0}\x20with\x20format','dataPoint':'Data\x20point','dataNodeShape':'Data\x20node\x20shape','addDataPoint':_0x4c57ae(0xda),'point':_0x4c57ae(0x124),'percentage':_0x4c57ae(0x164),'lineType':{'line':_0x4c57ae(0xcc),'smooth':_0x4c57ae(0xf2),'step':_0x4c57ae(0xd1)},'stackType':{'stack':'Stack','percent':_0x4c57ae(0xcf)},'lineDashType':_0x4c57ae(0x10c),'dashType':{'solid':_0x4c57ae(0x151),'dash':'Dash','dot':_0x4c57ae(0x174)},'color':_0x4c57ae(0xe0),'gridlines':{'majorGridlines':_0x4c57ae(0x16f),'text':_0x4c57ae(0x155)},'ticks':{'majorTick':_0x4c57ae(0x12c),'tickPosition':_0x4c57ae(0xb7),'tickLength':_0x4c57ae(0xd8)},'none':_0x4c57ae(0x115),'theIndexItem':_0x4c57ae(0xe1),'seriesDefaultName':_0x4c57ae(0x177),'categoryDefaultName':_0x4c57ae(0x10b),'styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':_0x4c57ae(0x109),'padAngle':'Label\x20padding\x20angle','halfPie':_0x4c57ae(0x142),'rosePie':_0x4c57ae(0xfc),'pieValScale':_0x4c57ae(0xba),'pieValSuffix':_0x4c57ae(0x132),'pieDigitalFixed':_0x4c57ae(0x120),'showLabelLine':_0x4c57ae(0xd9),'reverseAxisOrder':_0x4c57ae(0xbd),'showAxisLine':_0x4c57ae(0x145),'labelPosition':'Label\x20position','labelText':_0x4c57ae(0xef),'repeatWordCould':_0x4c57ae(0x163),'gap':'Gap','useAbsValue':'Use\x20absolute\x20value','labelRotate':_0x4c57ae(0x152),'wordCloudShape':_0x4c57ae(0x105),'useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0x4c57ae(0xe3)},'doughnutHole':_0x4c57ae(0x13f),'radar':{'fill':_0x4c57ae(0xd3)},'msg':{'invalidSource':_0x4c57ae(0x166),'emptyTips':_0x4c57ae(0xc2),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':_0x4c57ae(0x13a),'word':_0x4c57ae(0x159),'frequency':_0x4c57ae(0xff)},'trendline':{'name':'Trendline','displayName':_0x4c57ae(0x16c),'addTrendLine':_0x4c57ae(0x101),'trendlineType':'Trendline\x20type','trendlineName':_0x4c57ae(0x16c),'trendlineColor':_0x4c57ae(0xfa),'trendlineThickness':_0x4c57ae(0x117),'trendlineDashType':_0x4c57ae(0x121),'exp':_0x4c57ae(0x157),'linear':_0x4c57ae(0x158),'log':_0x4c57ae(0xf9),'pow':'Power','movingAvg':_0x4c57ae(0x114),'poly':'Polynomial','order':'Polynomial\x20order','period':_0x4c57ae(0x116),'showFormula':_0x4c57ae(0xf6),'showR2':_0x4c57ae(0xed),'formula':'Formula','r2':_0x4c57ae(0xd4)},'bubble':{'xAxis':'X-axis','yAxis':_0x4c57ae(0x134),'size':_0x4c57ae(0xb6),'label':_0x4c57ae(0x130),'emptyTips':_0x4c57ae(0x100)},'relation':{'title':_0x4c57ae(0x12f),'auto':_0x4c57ae(0x11e),'circular':_0x4c57ae(0xc9),'force':_0x4c57ae(0x126),'useValueAsSymbolSize':_0x4c57ae(0xe8),'layoutType':'Layout\x20type','forceOptions':_0x4c57ae(0xdc),'repulsion':_0x4c57ae(0xf8),'gravity':_0x4c57ae(0xc6),'edgeLength':'Node\x20distance','rotateLabel':_0x4c57ae(0x10d),'emphasis':_0x4c57ae(0xe7),'emptyTips':_0x4c57ae(0x119)},'waterfall':{'stackType':_0x4c57ae(0xca),'arrangement':_0x4c57ae(0xfe),'stacked':_0x4c57ae(0x16e),'positive':_0x4c57ae(0xf3),'negative':_0x4c57ae(0xc4),'subtotal':'Subtotal','showSubtotal':'Show\x20Subtotal','positiveStyle':_0x4c57ae(0x171),'negativeStyle':_0x4c57ae(0x125),'subtotalStyle':_0x4c57ae(0x12e),'positiveLegendText':_0x4c57ae(0x16d),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x4c57ae(0x150)},'pareto':{'lineName':_0x4c57ae(0x14c),'lineSeries':_0x4c57ae(0x139),'barSeries':_0x4c57ae(0xf0)},'visualMapScope':_0x4c57ae(0x129),'boxplot':{'min':_0x4c57ae(0x140),'q1':_0x4c57ae(0xc0),'median':_0x4c57ae(0x10f),'q3':_0x4c57ae(0xd2),'max':'Maximum'}},'chartTypes':{'line':_0x4c57ae(0xd5),'area':_0x4c57ae(0x17b),'areaStacked':_0x4c57ae(0x111),'areaPercentStacked':_0x4c57ae(0xfd),'column':_0x4c57ae(0x123),'bar':_0x4c57ae(0x165),'barStacked':_0x4c57ae(0x106),'barPercentStacked':'Percent\x20stacked\x20bar\x20chart','pie':_0x4c57ae(0x162),'donut':'Donut\x20chart','scatter':_0x4c57ae(0x14e),'radar':_0x4c57ae(0x16a),'bubble':_0x4c57ae(0x104),'stock':_0x4c57ae(0x137),'combination':_0x4c57ae(0xdf),'wordCloud':_0x4c57ae(0xc5),'funnel':_0x4c57ae(0x103),'relation':_0x4c57ae(0x12f),'waterfall':_0x4c57ae(0xf4),'pareto':_0x4c57ae(0xf1),'sankey':_0x4c57ae(0x149),'heatmap':_0x4c57ae(0x108),'boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':'General','accounting':'Accounting','currency':_0x4c57ae(0x160),'date':_0x4c57ae(0xd0),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x4c57ae(0x16b),'formatTypes':_0x4c57ae(0x148),'confirm':'OK','cancel':_0x4c57ae(0xf5),'generalDesc':_0x4c57ae(0xbc),'accountingDesc':_0x4c57ae(0x147),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x4c57ae(0xc1),'decimalPlaces':_0x4c57ae(0x15e),'currencyTypes':_0x4c57ae(0x107),'negativeNumberTypes':_0x4c57ae(0x172),'dateTypes':_0x4c57ae(0x113)},'setFormat':_0x4c57ae(0xb8)}};function _0x54af(_0xfc5e8e,_0x15e11f){_0xfc5e8e=_0xfc5e8e-0xb6;const _0x5565ec=_0x5565();let _0x54af8e=_0x5565ec[_0xfc5e8e];return _0x54af8e;}export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x1573(_0x5ea487,_0x49aeea){_0x5ea487=_0x5ea487-0x116;const _0xa1e1d9=_0xa1e1();let _0x1573be=_0xa1e1d9[_0x5ea487];return _0x1573be;}const _0x36c587=_0x1573;(function(_0x4529e6,_0x3595f9){const _0x2b63a6=_0x1573,_0x213f9c=_0x4529e6();while(!![]){try{const _0x48b891=-parseInt(_0x2b63a6(0x151))/0x1*(-parseInt(_0x2b63a6(0x1b6))/0x2)+parseInt(_0x2b63a6(0x173))/0x3+parseInt(_0x2b63a6(0x11e))/0x4*(parseInt(_0x2b63a6(0x1cf))/0x5)+parseInt(_0x2b63a6(0x1a8))/0x6+parseInt(_0x2b63a6(0x1bc))/0x7*(-parseInt(_0x2b63a6(0x18f))/0x8)+-parseInt(_0x2b63a6(0x1db))/0x9+-parseInt(_0x2b63a6(0x12d))/0xa;if(_0x48b891===_0x3595f9)break;else _0x213f9c['push'](_0x213f9c['shift']());}catch(_0x1d8e8c){_0x213f9c['push'](_0x213f9c['shift']());}}}(_0xa1e1,0x5e8e1));const e={'chart':{'insertChart':'Insert\x20chart','editChart':_0x36c587(0x190),'openChartPanel':_0x36c587(0x16e),'deleteChart':_0x36c587(0x19b),'hideChartPanel':_0x36c587(0x18b),'setupChart':'Setup','customChart':_0x36c587(0x149),'default':_0x36c587(0x1af),'reset':_0x36c587(0x15d),'chartType':_0x36c587(0x1dc),'themes':'Themes','dataRange':_0x36c587(0x14d),'stack':_0x36c587(0x1be),'category':_0x36c587(0x1e1),'aggregate':_0x36c587(0x186),'allSeries':'All\x20series','series':_0x36c587(0x14f),'addSeries':_0x36c587(0x187),'moreSettings':'More\x20settings','min':'Min','max':_0x36c587(0x120),'invalidType':{'gaps':'gaps','zero':_0x36c587(0x128),'connectDataPointsWithStraightLines':_0x36c587(0x141)},'blank':_0x36c587(0x121),'seriesBlock':{'format':_0x36c587(0x16f),'dataPointStyle':'Data\x20point\x20style'},'backgroundColor':'Background\x20color','chartBorderColor':_0x36c587(0x12f),'titles':{'title':_0x36c587(0x14e),'mainTitle':_0x36c587(0x15b),'subTitle':_0x36c587(0x138),'xAxisTitle':_0x36c587(0x123),'yAxisTitle':_0x36c587(0x16b),'rightYAxisTitle':_0x36c587(0x134),'titleFormat':_0x36c587(0x147),'titleText':_0x36c587(0x1e0),'titlePosition':'Title\x20position','titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x36c587(0x183),'center':_0x36c587(0x167),'end':_0x36c587(0x1c1)},'gradientFill':_0x36c587(0x1a4),'settingsLabels':{'switchToRowOrColumn':_0x36c587(0x17c),'useAsCategoryLabels':_0x36c587(0x158),'showEmptyCellsAs':_0x36c587(0x14c)},'positionType':{'auto':_0x36c587(0x1d6),'inside':_0x36c587(0x17f),'outside':_0x36c587(0x197),'top':'Top','bottom':_0x36c587(0x1d5),'left':_0x36c587(0x19d),'right':_0x36c587(0x168),'hide':'Hide'},'align':{'left':_0x36c587(0x19d),'center':_0x36c587(0x167),'right':_0x36c587(0x168)},'alignY':{'top':_0x36c587(0x1da),'middle':_0x36c587(0x193),'bottom':_0x36c587(0x1d5)},'chartStyle':_0x36c587(0x172),'chartAndAxisTitles':_0x36c587(0x1d4),'legend':_0x36c587(0x1ce),'legendSelectMode':_0x36c587(0x1dd),'legendSelectModeType':{'single':_0x36c587(0x1ba),'multiple':_0x36c587(0x125),'close':'Close'},'legendVisualMapType':{'continuous':_0x36c587(0x198),'piecewise':_0x36c587(0x129)},'axes':{'axis':'Axis','axisOptions':_0x36c587(0x17b),'horizontalAxis':_0x36c587(0x142),'verticalAxis':'Vertical\x20axis','rightVerticalAxis':'Right\x20vertical\x20axis','leftAxis':_0x36c587(0x1b0),'rightAxis':_0x36c587(0x11a),'useRightAxis':_0x36c587(0x15c)},'position':_0x36c587(0x1ad),'dataLabels':'Data\x20labels','gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':_0x36c587(0x1df),'indicatorLineType':_0x36c587(0x1aa),'indicatorLineColor':_0x36c587(0x153),'indicatorLabel':_0x36c587(0x14b),'indicatorValue':_0x36c587(0x1b9),'shape':{'polygon':_0x36c587(0x18d),'circle':_0x36c587(0x1d0),'square':_0x36c587(0x12b),'triangle':'Triangle','diamond':_0x36c587(0x178),'rect':_0x36c587(0x11f),'roundRect':_0x36c587(0x119),'pin':_0x36c587(0x12a),'arrow':_0x36c587(0x1a5),'none':'None','emptyCircle':_0x36c587(0x184),'emptySquare':_0x36c587(0x176),'emptyTriangle':_0x36c587(0x1a9),'emptyDiamond':'Empty\x20diamond','emptyRect':_0x36c587(0x180),'emptyRoundRect':_0x36c587(0x16d),'emptyPin':'Empty\x20pin','emptyArrow':_0x36c587(0x13b)},'border':'Border','value':_0x36c587(0x191),'fill':'Fill','line':_0x36c587(0x143),'withOpacity':_0x36c587(0x1b8),'withColor':_0x36c587(0x1cb),'withThickness':_0x36c587(0x126),'withType':_0x36c587(0x163),'withSize':_0x36c587(0x1b3),'withShape':'{0}\x20with\x20shape','withFormat':'{0}\x20with\x20format','dataPoint':_0x36c587(0x171),'dataNodeShape':_0x36c587(0x169),'addDataPoint':_0x36c587(0x116),'point':_0x36c587(0x19f),'percentage':_0x36c587(0x1b1),'lineType':{'line':'Line','smooth':_0x36c587(0x194),'step':_0x36c587(0x1e2)},'stackType':{'stack':_0x36c587(0x1be),'percent':_0x36c587(0x139)},'lineDashType':_0x36c587(0x122),'dashType':{'solid':_0x36c587(0x155),'dash':'Dash','dot':'Dot'},'color':_0x36c587(0x11d),'gridlines':{'majorGridlines':_0x36c587(0x164),'text':_0x36c587(0x18a)},'ticks':{'majorTick':'Major\x20tick','tickPosition':_0x36c587(0x166),'tickLength':_0x36c587(0x182)},'none':'None','theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0x36c587(0x1d7),'categoryDefaultName':'Category\x20{0}','styleEditPanel':{'showLabels':_0x36c587(0x12c),'showDataLabels':_0x36c587(0x19e),'padAngle':'Label\x20padding\x20angle','halfPie':_0x36c587(0x13d),'rosePie':_0x36c587(0x174),'pieValScale':_0x36c587(0x15a),'pieValSuffix':_0x36c587(0x11b),'pieDigitalFixed':_0x36c587(0x140),'showLabelLine':_0x36c587(0x185),'reverseAxisOrder':_0x36c587(0x135),'showAxisLine':_0x36c587(0x1ca),'labelPosition':_0x36c587(0x1b2),'labelText':_0x36c587(0x13c),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x36c587(0x1de),'useAbsValue':'Use\x20absolute\x20value','labelRotate':_0x36c587(0x170),'wordCloudShape':_0x36c587(0x136),'useDateAxis':'Use\x20date\x20axis','dateAxisTips':_0x36c587(0x188)},'doughnutHole':_0x36c587(0x131),'radar':{'fill':_0x36c587(0x175)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x36c587(0x146),'sankeyCircularTips':'Sankey\x20chart\x20cannot\x20contain\x20circular\x20data'},'cloud':{'title':'Word\x20cloud','word':_0x36c587(0x130),'frequency':_0x36c587(0x1b4)},'trendline':{'name':_0x36c587(0x156),'displayName':_0x36c587(0x189),'addTrendLine':_0x36c587(0x18e),'trendlineType':_0x36c587(0x18c),'trendlineName':'Trendline\x20name','trendlineColor':_0x36c587(0x196),'trendlineThickness':_0x36c587(0x14a),'trendlineDashType':_0x36c587(0x13a),'exp':_0x36c587(0x127),'linear':_0x36c587(0x195),'log':'Logarithmic','pow':_0x36c587(0x1a2),'movingAvg':_0x36c587(0x179),'poly':'Polynomial','order':_0x36c587(0x13f),'period':_0x36c587(0x161),'showFormula':_0x36c587(0x1c7),'showR2':_0x36c587(0x159),'formula':'Formula','r2':_0x36c587(0x1d3)},'bubble':{'xAxis':_0x36c587(0x181),'yAxis':_0x36c587(0x1bb),'size':'Bubble\x20size','label':'Bubble\x20label','emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':_0x36c587(0x1d6),'circular':_0x36c587(0x1d8),'force':'Force-directed','useValueAsSymbolSize':_0x36c587(0x192),'layoutType':_0x36c587(0x1c2),'forceOptions':_0x36c587(0x1b5),'repulsion':_0x36c587(0x1ab),'gravity':_0x36c587(0x1d1),'edgeLength':_0x36c587(0x1bf),'rotateLabel':_0x36c587(0x154),'emphasis':_0x36c587(0x19c),'emptyTips':_0x36c587(0x13e)},'waterfall':{'stackType':_0x36c587(0x1cd),'arrangement':_0x36c587(0x133),'stacked':_0x36c587(0x144),'positive':_0x36c587(0x19a),'negative':_0x36c587(0x1ac),'subtotal':'Subtotal','showSubtotal':_0x36c587(0x1ae),'positiveStyle':_0x36c587(0x15e),'negativeStyle':_0x36c587(0x1a0),'subtotalStyle':_0x36c587(0x177),'positiveLegendText':_0x36c587(0x1a3),'negativeLegendText':_0x36c587(0x17d),'subtotalLegendText':_0x36c587(0x124)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':_0x36c587(0x11c),'barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':'Visual\x20map\x20scope','boxplot':{'min':_0x36c587(0x1c3),'q1':_0x36c587(0x12e),'median':_0x36c587(0x199),'q3':_0x36c587(0x157),'max':_0x36c587(0x1a7)}},'chartTypes':{'line':_0x36c587(0x152),'area':'Area\x20chart','areaStacked':_0x36c587(0x1c6),'areaPercentStacked':_0x36c587(0x162),'column':_0x36c587(0x1c9),'bar':'Bar\x20chart','barStacked':_0x36c587(0x118),'barPercentStacked':_0x36c587(0x1a1),'pie':'Pie\x20chart','donut':_0x36c587(0x1b7),'scatter':'Scatter\x20chart','radar':_0x36c587(0x1c5),'bubble':_0x36c587(0x1cc),'stock':'Stock\x20chart','combination':'Combination\x20chart','wordCloud':'Word\x20cloud\x20chart','funnel':_0x36c587(0x1a6),'relation':'Relation\x20chart','waterfall':_0x36c587(0x16a),'pareto':_0x36c587(0x17a),'sankey':_0x36c587(0x16c),'heatmap':_0x36c587(0x165),'boxplot':_0x36c587(0x15f)},'dialog':{'numfmt':{'general':_0x36c587(0x160),'accounting':_0x36c587(0x1bd),'currency':'Currency','date':_0x36c587(0x145),'thousandthPercentile':_0x36c587(0x1c4),'fieldSetting':_0x36c587(0x1c8),'formatTypes':_0x36c587(0x1d9),'confirm':'OK','cancel':_0x36c587(0x148),'generalDesc':'General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','accountingDesc':_0x36c587(0x137),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':_0x36c587(0x117),'thousandthPercentileDesc':_0x36c587(0x17e),'decimalPlaces':_0x36c587(0x1c0),'currencyTypes':_0x36c587(0x132),'negativeNumberTypes':_0x36c587(0x150),'dateTypes':'Date\x20Types'},'setFormat':_0x36c587(0x1d2)}};export{e as default};function _0xa1e1(){const _0x3e5644=['Add\x20trendline','16VpDsuB','Chart\x20editor','Value','Use\x20value\x20as\x20node\x20size','Middle','Smooth','Linear','Trendline\x20color','Outside','Continuous','Median','Positive','Delete\x20chart','Enable\x20selection\x20fade-in\x20effect','Left','Show\x20data\x20labels','Point','Negative\x20Style','Percent\x20stacked\x20bar\x20chart','Power','Positive\x20Legend\x20Text','Gradient\x20fill','Arrow','Funnel\x20chart','Maximum','2453166oMiujB','Empty\x20triangle','Indicator\x20line\x20type','Repulsion','Negative','Position','Show\x20Subtotal','Default','Left\x20axis','Percentage','Label\x20position','{0}\x20with\x20size','Frequency','Force-directed\x20options','10LRCCYn','Donut\x20chart','{0}\x20with\x20opacity','Indicator\x20value','Single','Y-axis','1108905rSEyiK','Accounting','Stack','Node\x20distance','Decimal\x20Places','End','Layout\x20type','Minimum','Thousandth\x20Percentile','Radar\x20chart','Stacked\x20area\x20chart','Show\x20formula','Field\x20Settings','Column\x20chart','Show\x20axis\x20line','{0}\x20with\x20color','Bubble\x20chart','Stack\x20Type','Legend','30hHyJrl','Circle','Gravity','Set\x20label\x20format','R\x20squared','Chart\x20and\x20axis\x20titles','Bottom','Auto','Series\x20{0}','Circular','Format\x20Types','Top','4010229WXSpIO','Chart\x20type','Legend\x20select\x20mode','Gap','Indicator\x20line','Title\x20text','Category','Step','Add\x20data\x20point','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Stacked\x20bar\x20chart','Round\x20rectangle','Right\x20axis','Value\x20suffix','Cumulative\x20Percentage\x20Series','Color','421100SduOlS','Rectangle','Max','(Blank)','Line\x20dash\x20type','X-axis\x20title','Subtotal\x20Legend\x20Text','Multiple','{0}\x20with\x20thickness','Exponential','zero','Piecewise','Pin','Square','Show\x20labels','7861240VxbkHK','First\x20quartile','Chart\x20border\x20color','Word','Doughnut\x20hole','Currency\x20Types','Sequential','Right\x20Y-axis\x20title','Reverse\x20axis\x20order','Word\x20cloud\x20shape','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Sub\x20title','Percent\x20stack','Trendline\x20dash\x20type','Empty\x20arrow','Label\x20text','Half\x20pie','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','Polynomial\x20order','Digital\x20fixed','Connect\x20data\x20points\x20with\x20straight\x20lines','Horizontal\x20axis','Line','Stacked','Date','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Title\x20format','Cancel','Customize','Trendline\x20thickness','Indicator\x20label','Show\x20empty\x20cells\x20as','Data\x20range','Title','Series','Negative\x20Number\x20Types','128995osHXzs','Line\x20chart','Indicator\x20line\x20color','Rotate\x20label','Solid','Trendline','Third\x20quartile','Use\x20{0}\x20as\x20category','Show\x20R\x20squared','Value\x20scale','Main\x20title','Use\x20right\x20axis','Reset','Positive\x20Style','Boxplot\x20chart','General','Moving\x20average\x20period','Percent\x20stacked\x20area\x20chart','{0}\x20with\x20type','Major\x20gridlines','Heatmap','Tick\x20position','Center','Right','Data\x20node\x20shape','Waterfall\x20chart','Y-axis\x20title','Sankey\x20chart','Empty\x20round\x20rectangle','Open\x20chart\x20panel','Format','Label\x20rotate','Data\x20point','Chart\x20style','751038NqcfYp','Rose\x20pie','Fill','Empty\x20square','Subtotal\x20Style','Diamond','Moving\x20average','Pareto\x20chart','Axis\x20options','Switch\x20to\x20row/column','Negative\x20Legend\x20Text','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Inside','Empty\x20rectangle','X-axis','Tick\x20length','Start','Empty\x20circle','Show\x20label\x20line','Aggregate','Add\x20series','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Trendline\x20name','Gridlines','Hide\x20chart\x20panel','Trendline\x20type','Polygon'];_0xa1e1=function(){return _0x3e5644;};return _0xa1e1();}
|
|
1
|
+
function _0x574a(_0x2b51c1,_0x22afcc){_0x2b51c1=_0x2b51c1-0x193;const _0x281222=_0x2812();let _0x574a16=_0x281222[_0x2b51c1];return _0x574a16;}const _0x284199=_0x574a;function _0x2812(){const _0x248634=['Insert\x20chart','Enable\x20selection\x20fade-in\x20effect','Inside','End','General','Bubble\x20label','Category','Percent\x20stack','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','45KVyRwM','Line\x20chart','Step','Indicator\x20line\x20color','Piecewise','Sub\x20title','Logarithmic','zero','Center','Power','Customize','Title\x20position','Label\x20padding\x20angle','Node\x20distance','All\x20series','Connect\x20data\x20points\x20with\x20straight\x20lines','Outside','Fill','Column\x20chart','2025080wPyodA','Stacked\x20area\x20chart','Empty\x20diamond','Continuous','Show\x20axis\x20line','Repulsion','Empty\x20round\x20rectangle','Show\x20label\x20line','Chart\x20editor','Top','Set\x20label\x20format','Right\x20Y-axis\x20title','First\x20quartile','Word\x20cloud\x20chart','Frequency','Currency','Add\x20series','Polynomial','Negative\x20Style','Stacked\x20bar\x20chart','Show\x20R\x20squared','Cancel','Empty\x20pin','Cumulative\x20Percentage','Reverse\x20axis\x20order','{0}\x20with\x20opacity','1010011DHbzsH','Empty\x20arrow','2990700JFqVNk','Diamond','29127eqalNJ','Auto','363956MoCuHq','Left\x20axis','Field\x20Settings','Pin','Word\x20cloud','{0}\x20with\x20color','Legend','Heatmap','Format\x20Types','Chart\x20and\x20axis\x20titles','None','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Open\x20chart\x20panel','Max','Empty\x20triangle','{0}\x20with\x20format','Force-directed\x20options','Date\x20Types','Color','Smooth','Title\x20format','Axis\x20options','Right','Data\x20range','Aggregate','Category\x20{0}','Pie\x20chart','Cumulative\x20Percentage\x20Series','Stock\x20chart','Setup','Stack\x20Type','Min','Exponential','Word','Chart\x20border\x20color','Horizontal\x20axis','Left','Stack','X-axis','Show\x20labels','Show\x20Subtotal','Major\x20gridlines','Percent\x20stacked\x20area\x20chart','Maximum','Single','Right\x20vertical\x20axis','Rotate\x20label','Waterfall\x20chart','Decimal\x20Places','Y-axis\x20title','Force-directed','Indicator\x20value','Series','Themes','{0}\x20with\x20thickness','Dash','Rose\x20pie','Subtotal\x20Legend\x20Text','Dot','Layout\x20type','Third\x20quartile','Gap','Axis\x20title\x20align','Linear','Chart\x20type','Title','More\x20settings','Empty\x20rectangle','6437712XNulBs','Middle','Repeat\x20word\x20cloud','Add\x20trendline','Hide\x20chart\x20panel','Polynomial\x20order','Visual\x20map\x20scope','Use\x20right\x20axis','{0}\x20with\x20size','10WwoCNd','Default','Reset','Positive\x20Legend\x20Text','Empty\x20circle','Subtotal','Negative','{0}\x20with\x20type','Title\x20text','Trendline\x20name','Relation\x20chart','Doughnut\x20hole','X-axis\x20title','Percentage','Bar\x20chart','Moving\x20average\x20period','Formula','Arrow','Circle','Data\x20point\x20style','Data\x20node\x20shape','Background\x20color','Trendline','6531024SgEdLh','Circular','gaps','(Blank)','Positive','Tick\x20position','Percent\x20stacked\x20bar\x20chart','Position','Show\x20formula','Delete\x20chart','Vertical\x20axis','Scatter\x20chart','Triangle','Bottom','Pareto\x20chart','Show\x20data\x20labels','Date','Add\x20data\x20point','Accounting','Y-axis','2RiDybz','Empty\x20square','Bubble\x20size','Digital\x20fixed','Label\x20position','Trendline\x20color','Gridlines\x20and\x20ticks','Use\x20{0}\x20as\x20category','Label\x20text','Label\x20rotate','Trendline\x20type','Gradient\x20fill','Line\x20dash\x20type','Data\x20labels','R\x20squared','Use\x20value\x20as\x20node\x20size','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Series\x20{0}','Line','Indicator\x20line\x20type','Value\x20suffix'];_0x2812=function(){return _0x248634;};return _0x2812();}(function(_0x59fd59,_0x2b17b7){const _0x5d924e=_0x574a,_0x36c948=_0x59fd59();while(!![]){try{const _0x351890=parseInt(_0x5d924e(0x1c0))/0x1*(parseInt(_0x5d924e(0x23e))/0x2)+parseInt(_0x5d924e(0x1c2))/0x3+-parseInt(_0x5d924e(0x1c6))/0x4*(parseInt(_0x5d924e(0x213))/0x5)+-parseInt(_0x5d924e(0x20a))/0x6+-parseInt(_0x5d924e(0x1c4))/0x7+parseInt(_0x5d924e(0x22a))/0x8+-parseInt(_0x5d924e(0x193))/0x9*(parseInt(_0x5d924e(0x1a6))/0xa);if(_0x351890===_0x2b17b7)break;else _0x36c948['push'](_0x36c948['shift']());}catch(_0x39c0c5){_0x36c948['push'](_0x36c948['shift']());}}}(_0x2812,0x86aea));const e={'chart':{'insertChart':_0x284199(0x253),'editChart':_0x284199(0x1ae),'openChartPanel':_0x284199(0x1d2),'deleteChart':_0x284199(0x233),'hideChartPanel':_0x284199(0x20e),'setupChart':_0x284199(0x1e3),'customChart':_0x284199(0x19d),'default':_0x284199(0x214),'reset':_0x284199(0x215),'chartType':_0x284199(0x206),'themes':_0x284199(0x1fb),'dataRange':_0x284199(0x1dd),'stack':_0x284199(0x1eb),'category':_0x284199(0x259),'aggregate':_0x284199(0x1de),'allSeries':_0x284199(0x1a1),'series':_0x284199(0x1fa),'addSeries':_0x284199(0x1b6),'moreSettings':_0x284199(0x208),'min':_0x284199(0x1e5),'max':_0x284199(0x1d3),'invalidType':{'gaps':_0x284199(0x22c),'zero':_0x284199(0x19a),'connectDataPointsWithStraightLines':_0x284199(0x1a2)},'blank':_0x284199(0x22d),'seriesBlock':{'format':'Format','dataPointStyle':_0x284199(0x226)},'backgroundColor':_0x284199(0x228),'chartBorderColor':_0x284199(0x1e8),'titles':{'title':_0x284199(0x207),'mainTitle':'Main\x20title','subTitle':_0x284199(0x198),'xAxisTitle':_0x284199(0x21f),'yAxisTitle':_0x284199(0x1f7),'rightYAxisTitle':_0x284199(0x1b1),'titleFormat':_0x284199(0x1da),'titleText':_0x284199(0x21b),'titlePosition':_0x284199(0x19e),'titleAlign':_0x284199(0x204)},'axisPositionType':{'start':'Start','center':_0x284199(0x19b),'end':_0x284199(0x256)},'gradientFill':_0x284199(0x249),'settingsLabels':{'switchToRowOrColumn':'Switch\x20to\x20row/column','useAsCategoryLabels':_0x284199(0x245),'showEmptyCellsAs':'Show\x20empty\x20cells\x20as'},'positionType':{'auto':'Auto','inside':_0x284199(0x255),'outside':_0x284199(0x1a3),'top':_0x284199(0x1af),'bottom':_0x284199(0x237),'left':_0x284199(0x1ea),'right':_0x284199(0x1dc),'hide':'Hide'},'align':{'left':_0x284199(0x1ea),'center':'Center','right':_0x284199(0x1dc)},'alignY':{'top':_0x284199(0x1af),'middle':_0x284199(0x20b),'bottom':_0x284199(0x237)},'chartStyle':'Chart\x20style','chartAndAxisTitles':_0x284199(0x1cf),'legend':_0x284199(0x1cc),'legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x284199(0x1f2),'multiple':'Multiple','close':'Close'},'legendVisualMapType':{'continuous':_0x284199(0x1a9),'piecewise':_0x284199(0x197)},'axes':{'axis':'Axis','axisOptions':_0x284199(0x1db),'horizontalAxis':_0x284199(0x1e9),'verticalAxis':_0x284199(0x234),'rightVerticalAxis':_0x284199(0x1f3),'leftAxis':_0x284199(0x1c7),'rightAxis':'Right\x20axis','useRightAxis':_0x284199(0x211)},'position':_0x284199(0x231),'dataLabels':_0x284199(0x24b),'gridlinesAndTicks':_0x284199(0x244),'indicatorLine':'Indicator\x20line','indicatorLineType':_0x284199(0x251),'indicatorLineColor':_0x284199(0x196),'indicatorLabel':'Indicator\x20label','indicatorValue':_0x284199(0x1f9),'shape':{'polygon':'Polygon','circle':_0x284199(0x225),'square':'Square','triangle':_0x284199(0x236),'diamond':_0x284199(0x1c3),'rect':'Rectangle','roundRect':'Round\x20rectangle','pin':_0x284199(0x1c9),'arrow':_0x284199(0x224),'none':_0x284199(0x1d0),'emptyCircle':_0x284199(0x217),'emptySquare':_0x284199(0x23f),'emptyTriangle':_0x284199(0x1d4),'emptyDiamond':_0x284199(0x1a8),'emptyRect':_0x284199(0x209),'emptyRoundRect':_0x284199(0x1ac),'emptyPin':_0x284199(0x1bc),'emptyArrow':_0x284199(0x1c1)},'border':'Border','value':'Value','fill':_0x284199(0x1a4),'line':'Line','withOpacity':_0x284199(0x1bf),'withColor':_0x284199(0x1cb),'withThickness':_0x284199(0x1fc),'withType':_0x284199(0x21a),'withSize':_0x284199(0x212),'withShape':'{0}\x20with\x20shape','withFormat':_0x284199(0x1d5),'dataPoint':'Data\x20point','dataNodeShape':_0x284199(0x227),'addDataPoint':_0x284199(0x23b),'point':'Point','percentage':_0x284199(0x220),'lineType':{'line':_0x284199(0x250),'smooth':_0x284199(0x1d9),'step':_0x284199(0x195)},'stackType':{'stack':_0x284199(0x1eb),'percent':_0x284199(0x25a)},'lineDashType':_0x284199(0x24a),'dashType':{'solid':'Solid','dash':_0x284199(0x1fd),'dot':_0x284199(0x200)},'color':_0x284199(0x1d8),'gridlines':{'majorGridlines':_0x284199(0x1ef),'text':'Gridlines'},'ticks':{'majorTick':'Major\x20tick','tickPosition':_0x284199(0x22f),'tickLength':'Tick\x20length'},'none':_0x284199(0x1d0),'theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0x284199(0x24f),'categoryDefaultName':_0x284199(0x1df),'styleEditPanel':{'showLabels':_0x284199(0x1ed),'showDataLabels':_0x284199(0x239),'padAngle':_0x284199(0x19f),'halfPie':'Half\x20pie','rosePie':_0x284199(0x1fe),'pieValScale':'Value\x20scale','pieValSuffix':_0x284199(0x252),'pieDigitalFixed':_0x284199(0x241),'showLabelLine':_0x284199(0x1ad),'reverseAxisOrder':_0x284199(0x1be),'showAxisLine':_0x284199(0x1aa),'labelPosition':_0x284199(0x242),'labelText':_0x284199(0x246),'repeatWordCould':_0x284199(0x20c),'gap':_0x284199(0x203),'useAbsValue':'Use\x20absolute\x20value','labelRotate':_0x284199(0x247),'wordCloudShape':'Word\x20cloud\x20shape','useDateAxis':'Use\x20date\x20axis','dateAxisTips':'Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format'},'doughnutHole':_0x284199(0x21e),'radar':{'fill':_0x284199(0x1a4)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x284199(0x24e),'sankeyCircularTips':_0x284199(0x1d1)},'cloud':{'title':_0x284199(0x1ca),'word':_0x284199(0x1e7),'frequency':_0x284199(0x1b4)},'trendline':{'name':_0x284199(0x229),'displayName':'Trendline\x20name','addTrendLine':_0x284199(0x20d),'trendlineType':_0x284199(0x248),'trendlineName':_0x284199(0x21c),'trendlineColor':_0x284199(0x243),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':'Trendline\x20dash\x20type','exp':_0x284199(0x1e6),'linear':_0x284199(0x205),'log':_0x284199(0x199),'pow':_0x284199(0x19c),'movingAvg':'Moving\x20average','poly':_0x284199(0x1b7),'order':_0x284199(0x20f),'period':_0x284199(0x222),'showFormula':_0x284199(0x232),'showR2':_0x284199(0x1ba),'formula':_0x284199(0x223),'r2':_0x284199(0x24c)},'bubble':{'xAxis':_0x284199(0x1ec),'yAxis':_0x284199(0x23d),'size':_0x284199(0x240),'label':_0x284199(0x258),'emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':_0x284199(0x1c5),'circular':_0x284199(0x22b),'force':_0x284199(0x1f8),'useValueAsSymbolSize':_0x284199(0x24d),'layoutType':_0x284199(0x201),'forceOptions':_0x284199(0x1d6),'repulsion':_0x284199(0x1ab),'gravity':'Gravity','edgeLength':_0x284199(0x1a0),'rotateLabel':_0x284199(0x1f4),'emphasis':_0x284199(0x254),'emptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column'},'waterfall':{'stackType':_0x284199(0x1e4),'arrangement':'Sequential','stacked':'Stacked','positive':_0x284199(0x22e),'negative':_0x284199(0x219),'subtotal':_0x284199(0x218),'showSubtotal':_0x284199(0x1ee),'positiveStyle':'Positive\x20Style','negativeStyle':_0x284199(0x1b8),'subtotalStyle':'Subtotal\x20Style','positiveLegendText':_0x284199(0x216),'negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x284199(0x1ff)},'pareto':{'lineName':_0x284199(0x1bd),'lineSeries':_0x284199(0x1e1),'barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':_0x284199(0x210),'boxplot':{'min':'Minimum','q1':_0x284199(0x1b2),'median':'Median','q3':_0x284199(0x202),'max':_0x284199(0x1f1)}},'chartTypes':{'line':_0x284199(0x194),'area':'Area\x20chart','areaStacked':_0x284199(0x1a7),'areaPercentStacked':_0x284199(0x1f0),'column':_0x284199(0x1a5),'bar':_0x284199(0x221),'barStacked':_0x284199(0x1b9),'barPercentStacked':_0x284199(0x230),'pie':_0x284199(0x1e0),'donut':'Donut\x20chart','scatter':_0x284199(0x235),'radar':'Radar\x20chart','bubble':'Bubble\x20chart','stock':_0x284199(0x1e2),'combination':'Combination\x20chart','wordCloud':_0x284199(0x1b3),'funnel':'Funnel\x20chart','relation':_0x284199(0x21d),'waterfall':_0x284199(0x1f5),'pareto':_0x284199(0x238),'sankey':'Sankey\x20chart','heatmap':_0x284199(0x1cd),'boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':_0x284199(0x257),'accounting':_0x284199(0x23c),'currency':_0x284199(0x1b5),'date':_0x284199(0x23a),'thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x284199(0x1c8),'formatTypes':_0x284199(0x1ce),'confirm':'OK','cancel':_0x284199(0x1bb),'generalDesc':'General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','accountingDesc':'Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','currencyDesc':_0x284199(0x25b),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':_0x284199(0x1f6),'currencyTypes':'Currency\x20Types','negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':_0x284199(0x1d7)},'setFormat':_0x284199(0x1b0)}};export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x22212c=_0x44f4;(function(_0x582e3a,_0x30071e){const _0x3d4d5a=_0x44f4,_0x1b6175=_0x582e3a();while(!![]){try{const _0x5d95b3=-parseInt(_0x3d4d5a(0x121))/0x1+-parseInt(_0x3d4d5a(0x13a))/0x2*(-parseInt(_0x3d4d5a(0x16b))/0x3)+parseInt(_0x3d4d5a(0xde))/0x4*(parseInt(_0x3d4d5a(0xce))/0x5)+-parseInt(_0x3d4d5a(0xfc))/0x6+parseInt(_0x3d4d5a(0x182))/0x7*(-parseInt(_0x3d4d5a(0xc6))/0x8)+-parseInt(_0x3d4d5a(0x167))/0x9+parseInt(_0x3d4d5a(0x163))/0xa;if(_0x5d95b3===_0x30071e)break;else _0x1b6175['push'](_0x1b6175['shift']());}catch(_0x1de693){_0x1b6175['push'](_0x1b6175['shift']());}}}(_0x36bd,0x47ebe));function _0x36bd(){const _0x523463=['Relation\x20chart','Empty\x20rectangle','Stacked','Main\x20title','Half\x20pie','Show\x20labels','Switch\x20to\x20row/column','Linear','Third\x20quartile','Add\x20trendline','Indicator\x20label','Frequency','Chart\x20and\x20axis\x20titles','Min','{0}\x20with\x20shape','Stacked\x20area\x20chart','Percent\x20stacked\x20area\x20chart','Title\x20position','Scatter\x20chart','Positive\x20Style','Major\x20gridlines','Label\x20position','General','563904QwYxPu','Tick\x20position','Smooth','Reverse\x20axis\x20order','Line\x20chart','Trendline','Empty\x20arrow','Trendline\x20thickness','Themes','Customize','Data\x20node\x20shape','Step','Stacked\x20bar\x20chart','Chart\x20style','Percent\x20stack','Stack\x20Type','Show\x20R\x20squared','Show\x20data\x20labels','Data\x20labels','Continuous','Logarithmic','Position','Category\x20{0}','Right\x20axis','Use\x20{0}\x20as\x20category','{0}\x20with\x20format','Auto','Close','zero','Delete\x20chart','Show\x20axis\x20line','Empty\x20circle','Border','{0}\x20with\x20thickness','Accounting','Indicator\x20line','Use\x20absolute\x20value','508857UFPEBK','Vertical\x20axis','Show\x20Subtotal','Data\x20point','Trendline\x20type','Digital\x20fixed','Gridlines\x20and\x20ticks','Center','Layout\x20type','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Background\x20color','Data\x20range','Diamond','Right\x20vertical\x20axis','Sankey\x20chart','Arrow','Subtotal\x20Legend\x20Text','Indicator\x20line\x20color','Multiple','Negative\x20Number\x20Types','Enable\x20selection\x20fade-in\x20effect','Minimum','Top','Combination\x20chart','Format\x20Types','50DvXhsm','Moving\x20average','X-axis\x20title','{0}\x20with\x20type','Formula','Subtotal\x20Style','Chart\x20border\x20color','Open\x20chart\x20panel','Pie\x20chart','Left','Series\x20{0}','Fill','Empty\x20pin','Word','Use\x20right\x20axis','Word\x20cloud\x20shape','Percent\x20stacked\x20bar\x20chart','X-axis','Donut\x20chart','Hide','Legend','Point','Currency\x20Types','Indicator\x20line\x20type','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Dot','Middle','Aggregate','(Blank)','Trendline\x20name','Trendline\x20dash\x20type','Node\x20distance','Triangle','Chart\x20type','End','Heatmap','Circular','Chart\x20editor','Axis','Pin','Title','4192150LeiOzN','Word\x20cloud','Major\x20tick','Setup','1013004xuZUtQ','Column\x20chart','Area\x20chart','Bubble\x20chart','49389jlGbQk','Right\x20Y-axis\x20title','Use\x20value\x20as\x20node\x20size','Negative','Bottom','Value\x20scale','Negative\x20Style','Label\x20text','Start','Empty\x20square','Doughnut\x20hole','Inside','Power','Empty\x20round\x20rectangle','Hide\x20chart\x20panel','Date\x20Types','Rectangle','Line','Gap','Axis\x20options','Format','Empty\x20diamond','Maximum','77cSmjwg','Pareto\x20chart','Waterfall\x20chart','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','More\x20settings','Value\x20suffix','Right','Square','Legend\x20select\x20mode','Series','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','150856otoZbg','Radar\x20chart','{0}\x20with\x20size','Data\x20point\x20style','Trendline\x20color','Default','Set\x20label\x20format','Solid','966560YeqVLj','Median','All\x20series','Add\x20series','Polynomial\x20order','Show\x20empty\x20cells\x20as','Use\x20date\x20axis','Connect\x20data\x20points\x20with\x20straight\x20lines','Add\x20data\x20point','Currency','{0}\x20with\x20opacity','Indicator\x20value','{0}\x20with\x20color','Decimal\x20Places','Show\x20formula','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','8AcVGyn','Moving\x20average\x20period','Circle','R\x20squared','Value','Outside','Sub\x20title'];_0x36bd=function(){return _0x523463;};return _0x36bd();}const e={'chart':{'insertChart':'Insert\x20chart','editChart':_0x22212c(0x15f),'openChartPanel':_0x22212c(0x141),'deleteChart':_0x22212c(0x119),'hideChartPanel':_0x22212c(0x179),'setupChart':_0x22212c(0x166),'customChart':_0x22212c(0x105),'default':_0x22212c(0xcb),'reset':'Reset','chartType':_0x22212c(0x15b),'themes':_0x22212c(0x104),'dataRange':_0x22212c(0x12c),'stack':'Stack','category':'Category','aggregate':_0x22212c(0x155),'allSeries':_0x22212c(0xd0),'series':_0x22212c(0xc4),'addSeries':_0x22212c(0xd1),'moreSettings':_0x22212c(0xbf),'min':_0x22212c(0xf2),'max':'Max','invalidType':{'gaps':'gaps','zero':_0x22212c(0x118),'connectDataPointsWithStraightLines':_0x22212c(0xd5)},'blank':_0x22212c(0x156),'seriesBlock':{'format':_0x22212c(0x17f),'dataPointStyle':_0x22212c(0xc9)},'backgroundColor':_0x22212c(0x12b),'chartBorderColor':_0x22212c(0x140),'titles':{'title':_0x22212c(0x162),'mainTitle':_0x22212c(0xe8),'subTitle':_0x22212c(0xe4),'xAxisTitle':_0x22212c(0x13c),'yAxisTitle':'Y-axis\x20title','rightYAxisTitle':_0x22212c(0x16c),'titleFormat':'Title\x20format','titleText':'Title\x20text','titlePosition':_0x22212c(0xf6),'titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x22212c(0x173),'center':_0x22212c(0x128),'end':_0x22212c(0x15c)},'gradientFill':'Gradient\x20fill','settingsLabels':{'switchToRowOrColumn':_0x22212c(0xeb),'useAsCategoryLabels':_0x22212c(0x114),'showEmptyCellsAs':_0x22212c(0xd3)},'positionType':{'auto':_0x22212c(0x116),'inside':_0x22212c(0x176),'outside':_0x22212c(0xe3),'top':'Top','bottom':_0x22212c(0x16f),'left':_0x22212c(0x143),'right':_0x22212c(0xc1),'hide':_0x22212c(0x14d)},'align':{'left':_0x22212c(0x143),'center':_0x22212c(0x128),'right':'Right'},'alignY':{'top':_0x22212c(0x137),'middle':_0x22212c(0x154),'bottom':_0x22212c(0x16f)},'chartStyle':_0x22212c(0x109),'chartAndAxisTitles':_0x22212c(0xf1),'legend':_0x22212c(0x14e),'legendSelectMode':_0x22212c(0xc3),'legendSelectModeType':{'single':'Single','multiple':_0x22212c(0x133),'close':_0x22212c(0x117)},'legendVisualMapType':{'continuous':_0x22212c(0x10f),'piecewise':'Piecewise'},'axes':{'axis':_0x22212c(0x160),'axisOptions':_0x22212c(0x17e),'horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x22212c(0x122),'rightVerticalAxis':_0x22212c(0x12e),'leftAxis':'Left\x20axis','rightAxis':_0x22212c(0x113),'useRightAxis':_0x22212c(0x148)},'position':_0x22212c(0x111),'dataLabels':_0x22212c(0x10e),'gridlinesAndTicks':_0x22212c(0x127),'indicatorLine':_0x22212c(0x11f),'indicatorLineType':_0x22212c(0x151),'indicatorLineColor':_0x22212c(0x132),'indicatorLabel':_0x22212c(0xef),'indicatorValue':_0x22212c(0xd9),'shape':{'polygon':'Polygon','circle':_0x22212c(0xe0),'square':_0x22212c(0xc2),'triangle':_0x22212c(0x15a),'diamond':_0x22212c(0x12d),'rect':_0x22212c(0x17b),'roundRect':'Round\x20rectangle','pin':_0x22212c(0x161),'arrow':_0x22212c(0x130),'none':'None','emptyCircle':_0x22212c(0x11b),'emptySquare':_0x22212c(0x174),'emptyTriangle':'Empty\x20triangle','emptyDiamond':_0x22212c(0x180),'emptyRect':_0x22212c(0xe6),'emptyRoundRect':_0x22212c(0x178),'emptyPin':_0x22212c(0x146),'emptyArrow':_0x22212c(0x102)},'border':_0x22212c(0x11c),'value':_0x22212c(0xe2),'fill':_0x22212c(0x145),'line':_0x22212c(0x17c),'withOpacity':_0x22212c(0xd8),'withColor':_0x22212c(0xda),'withThickness':_0x22212c(0x11d),'withType':_0x22212c(0x13d),'withSize':_0x22212c(0xc8),'withShape':_0x22212c(0xf3),'withFormat':_0x22212c(0x115),'dataPoint':_0x22212c(0x124),'dataNodeShape':_0x22212c(0x106),'addDataPoint':_0x22212c(0xd6),'point':_0x22212c(0x14f),'percentage':'Percentage','lineType':{'line':_0x22212c(0x17c),'smooth':_0x22212c(0xfe),'step':_0x22212c(0x107)},'stackType':{'stack':'Stack','percent':_0x22212c(0x10a)},'lineDashType':'Line\x20dash\x20type','dashType':{'solid':_0x22212c(0xcd),'dash':'Dash','dot':_0x22212c(0x153)},'color':'Color','gridlines':{'majorGridlines':_0x22212c(0xf9),'text':'Gridlines'},'ticks':{'majorTick':_0x22212c(0x165),'tickPosition':_0x22212c(0xfd),'tickLength':'Tick\x20length'},'none':'None','theIndexItem':'The\x20{0}\x20item','seriesDefaultName':_0x22212c(0x144),'categoryDefaultName':_0x22212c(0x112),'styleEditPanel':{'showLabels':_0x22212c(0xea),'showDataLabels':_0x22212c(0x10d),'padAngle':'Label\x20padding\x20angle','halfPie':_0x22212c(0xe9),'rosePie':'Rose\x20pie','pieValScale':_0x22212c(0x170),'pieValSuffix':_0x22212c(0xc0),'pieDigitalFixed':_0x22212c(0x126),'showLabelLine':'Show\x20label\x20line','reverseAxisOrder':_0x22212c(0xff),'showAxisLine':_0x22212c(0x11a),'labelPosition':_0x22212c(0xfa),'labelText':_0x22212c(0x172),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x22212c(0x17d),'useAbsValue':_0x22212c(0x120),'labelRotate':'Label\x20rotate','wordCloudShape':_0x22212c(0x149),'useDateAxis':_0x22212c(0xd4),'dateAxisTips':_0x22212c(0x12a)},'doughnutHole':_0x22212c(0x175),'radar':{'fill':'Fill'},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x22212c(0x185),'sankeyCircularTips':_0x22212c(0xbe)},'cloud':{'title':_0x22212c(0x164),'word':_0x22212c(0x147),'frequency':_0x22212c(0xf0)},'trendline':{'name':_0x22212c(0x101),'displayName':_0x22212c(0x157),'addTrendLine':_0x22212c(0xee),'trendlineType':_0x22212c(0x125),'trendlineName':_0x22212c(0x157),'trendlineColor':_0x22212c(0xca),'trendlineThickness':_0x22212c(0x103),'trendlineDashType':_0x22212c(0x158),'exp':'Exponential','linear':_0x22212c(0xec),'log':_0x22212c(0x110),'pow':_0x22212c(0x177),'movingAvg':_0x22212c(0x13b),'poly':'Polynomial','order':_0x22212c(0xd2),'period':_0x22212c(0xdf),'showFormula':_0x22212c(0xdc),'showR2':_0x22212c(0x10c),'formula':_0x22212c(0x13e),'r2':_0x22212c(0xe1)},'bubble':{'xAxis':_0x22212c(0x14b),'yAxis':'Y-axis','size':'Bubble\x20size','label':'Bubble\x20label','emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':'Auto','circular':_0x22212c(0x15e),'force':'Force-directed','useValueAsSymbolSize':_0x22212c(0x16d),'layoutType':_0x22212c(0x129),'forceOptions':'Force-directed\x20options','repulsion':'Repulsion','gravity':'Gravity','edgeLength':_0x22212c(0x159),'rotateLabel':'Rotate\x20label','emphasis':_0x22212c(0x135),'emptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column'},'waterfall':{'stackType':_0x22212c(0x10b),'arrangement':'Sequential','stacked':_0x22212c(0xe7),'positive':'Positive','negative':_0x22212c(0x16e),'subtotal':'Subtotal','showSubtotal':_0x22212c(0x123),'positiveStyle':_0x22212c(0xf8),'negativeStyle':_0x22212c(0x171),'subtotalStyle':_0x22212c(0x13f),'positiveLegendText':'Positive\x20Legend\x20Text','negativeLegendText':'Negative\x20Legend\x20Text','subtotalLegendText':_0x22212c(0x131)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':'Cumulative\x20Percentage\x20Series','barSeries':'Bar\x20Chart\x20Series'},'visualMapScope':'Visual\x20map\x20scope','boxplot':{'min':_0x22212c(0x136),'q1':'First\x20quartile','median':_0x22212c(0xcf),'q3':_0x22212c(0xed),'max':_0x22212c(0x181)}},'chartTypes':{'line':_0x22212c(0x100),'area':_0x22212c(0x169),'areaStacked':_0x22212c(0xf4),'areaPercentStacked':_0x22212c(0xf5),'column':_0x22212c(0x168),'bar':'Bar\x20chart','barStacked':_0x22212c(0x108),'barPercentStacked':_0x22212c(0x14a),'pie':_0x22212c(0x142),'donut':_0x22212c(0x14c),'scatter':_0x22212c(0xf7),'radar':_0x22212c(0xc7),'bubble':_0x22212c(0x16a),'stock':'Stock\x20chart','combination':_0x22212c(0x138),'wordCloud':'Word\x20cloud\x20chart','funnel':'Funnel\x20chart','relation':_0x22212c(0xe5),'waterfall':_0x22212c(0x184),'pareto':_0x22212c(0x183),'sankey':_0x22212c(0x12f),'heatmap':_0x22212c(0x15d),'boxplot':'Boxplot\x20chart'},'dialog':{'numfmt':{'general':_0x22212c(0xfb),'accounting':_0x22212c(0x11e),'currency':_0x22212c(0xd7),'date':'Date','thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':'Field\x20Settings','formatTypes':_0x22212c(0x139),'confirm':'OK','cancel':'Cancel','generalDesc':_0x22212c(0x152),'accountingDesc':_0x22212c(0xdd),'currencyDesc':_0x22212c(0xc5),'dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':_0x22212c(0xdb),'currencyTypes':_0x22212c(0x150),'negativeNumberTypes':_0x22212c(0x134),'dateTypes':_0x22212c(0x17a)},'setFormat':_0x22212c(0xcc)}},t=e;function _0x44f4(_0x32678b,_0x1cc405){_0x32678b=_0x32678b-0xbe;const _0x36bddc=_0x36bd();let _0x44f432=_0x36bddc[_0x32678b];return _0x44f432;}export{t as default};
|
|
1
|
+
const _0x51b326=_0x2a4e;(function(_0x8fc43b,_0x8baeb1){const _0x29ec84=_0x2a4e,_0x21281e=_0x8fc43b();while(!![]){try{const _0x1036b0=-parseInt(_0x29ec84(0x206))/0x1+parseInt(_0x29ec84(0x21a))/0x2*(parseInt(_0x29ec84(0x21e))/0x3)+-parseInt(_0x29ec84(0x28c))/0x4+-parseInt(_0x29ec84(0x269))/0x5*(parseInt(_0x29ec84(0x28d))/0x6)+parseInt(_0x29ec84(0x219))/0x7+-parseInt(_0x29ec84(0x20f))/0x8+parseInt(_0x29ec84(0x1f8))/0x9*(parseInt(_0x29ec84(0x232))/0xa);if(_0x1036b0===_0x8baeb1)break;else _0x21281e['push'](_0x21281e['shift']());}catch(_0x52b4d9){_0x21281e['push'](_0x21281e['shift']());}}}(_0x339c,0x90e38));function _0x2a4e(_0x5b6193,_0x55bb87){_0x5b6193=_0x5b6193-0x1f2;const _0x339c76=_0x339c();let _0x2a4e66=_0x339c76[_0x5b6193];return _0x2a4e66;}const e={'chart':{'insertChart':_0x51b326(0x21b),'editChart':_0x51b326(0x297),'openChartPanel':_0x51b326(0x286),'deleteChart':_0x51b326(0x24c),'hideChartPanel':'Hide\x20chart\x20panel','setupChart':'Setup','customChart':_0x51b326(0x209),'default':_0x51b326(0x293),'reset':_0x51b326(0x217),'chartType':_0x51b326(0x222),'themes':_0x51b326(0x1ff),'dataRange':'Data\x20range','stack':_0x51b326(0x235),'category':_0x51b326(0x289),'aggregate':'Aggregate','allSeries':'All\x20series','series':_0x51b326(0x22b),'addSeries':'Add\x20series','moreSettings':_0x51b326(0x291),'min':'Min','max':_0x51b326(0x20a),'invalidType':{'gaps':_0x51b326(0x27d),'zero':'zero','connectDataPointsWithStraightLines':_0x51b326(0x284)},'blank':_0x51b326(0x1f3),'seriesBlock':{'format':_0x51b326(0x215),'dataPointStyle':_0x51b326(0x249)},'backgroundColor':_0x51b326(0x214),'chartBorderColor':'Chart\x20border\x20color','titles':{'title':_0x51b326(0x212),'mainTitle':_0x51b326(0x279),'subTitle':_0x51b326(0x248),'xAxisTitle':_0x51b326(0x29a),'yAxisTitle':_0x51b326(0x258),'rightYAxisTitle':_0x51b326(0x29f),'titleFormat':_0x51b326(0x1fb),'titleText':_0x51b326(0x259),'titlePosition':'Title\x20position','titleAlign':'Axis\x20title\x20align'},'axisPositionType':{'start':_0x51b326(0x207),'center':_0x51b326(0x2a5),'end':_0x51b326(0x203)},'gradientFill':_0x51b326(0x245),'settingsLabels':{'switchToRowOrColumn':_0x51b326(0x27b),'useAsCategoryLabels':'Use\x20{0}\x20as\x20category','showEmptyCellsAs':_0x51b326(0x242)},'positionType':{'auto':_0x51b326(0x208),'inside':'Inside','outside':'Outside','top':_0x51b326(0x230),'bottom':_0x51b326(0x246),'left':'Left','right':_0x51b326(0x25b),'hide':'Hide'},'align':{'left':_0x51b326(0x253),'center':'Center','right':_0x51b326(0x25b)},'alignY':{'top':_0x51b326(0x230),'middle':_0x51b326(0x290),'bottom':_0x51b326(0x246)},'chartStyle':_0x51b326(0x234),'chartAndAxisTitles':_0x51b326(0x2ac),'legend':_0x51b326(0x292),'legendSelectMode':'Legend\x20select\x20mode','legendSelectModeType':{'single':_0x51b326(0x1fd),'multiple':_0x51b326(0x276),'close':_0x51b326(0x25e)},'legendVisualMapType':{'continuous':'Continuous','piecewise':_0x51b326(0x2b1)},'axes':{'axis':'Axis','axisOptions':_0x51b326(0x210),'horizontalAxis':_0x51b326(0x244),'verticalAxis':_0x51b326(0x238),'rightVerticalAxis':_0x51b326(0x24d),'leftAxis':'Left\x20axis','rightAxis':_0x51b326(0x2ae),'useRightAxis':'Use\x20right\x20axis'},'position':'Position','dataLabels':'Data\x20labels','gridlinesAndTicks':'Gridlines\x20and\x20ticks','indicatorLine':'Indicator\x20line','indicatorLineType':'Indicator\x20line\x20type','indicatorLineColor':'Indicator\x20line\x20color','indicatorLabel':_0x51b326(0x26a),'indicatorValue':_0x51b326(0x229),'shape':{'polygon':_0x51b326(0x231),'circle':'Circle','square':_0x51b326(0x294),'triangle':_0x51b326(0x25f),'diamond':_0x51b326(0x2b2),'rect':'Rectangle','roundRect':_0x51b326(0x2aa),'pin':_0x51b326(0x226),'arrow':'Arrow','none':'None','emptyCircle':_0x51b326(0x247),'emptySquare':'Empty\x20square','emptyTriangle':_0x51b326(0x20d),'emptyDiamond':_0x51b326(0x243),'emptyRect':_0x51b326(0x221),'emptyRoundRect':_0x51b326(0x251),'emptyPin':_0x51b326(0x250),'emptyArrow':'Empty\x20arrow'},'border':_0x51b326(0x228),'value':'Value','fill':_0x51b326(0x285),'line':_0x51b326(0x22e),'withOpacity':_0x51b326(0x264),'withColor':'{0}\x20with\x20color','withThickness':_0x51b326(0x26f),'withType':_0x51b326(0x266),'withSize':'{0}\x20with\x20size','withShape':_0x51b326(0x272),'withFormat':_0x51b326(0x24e),'dataPoint':_0x51b326(0x225),'dataNodeShape':_0x51b326(0x202),'addDataPoint':_0x51b326(0x205),'point':_0x51b326(0x25c),'percentage':'Percentage','lineType':{'line':_0x51b326(0x22e),'smooth':'Smooth','step':_0x51b326(0x2b0)},'stackType':{'stack':_0x51b326(0x235),'percent':_0x51b326(0x25a)},'lineDashType':_0x51b326(0x23d),'dashType':{'solid':_0x51b326(0x24a),'dash':_0x51b326(0x22a),'dot':'Dot'},'color':_0x51b326(0x29b),'gridlines':{'majorGridlines':_0x51b326(0x2a3),'text':_0x51b326(0x280)},'ticks':{'majorTick':_0x51b326(0x1fc),'tickPosition':_0x51b326(0x23e),'tickLength':'Tick\x20length'},'none':'None','theIndexItem':_0x51b326(0x2a2),'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x51b326(0x233),'styleEditPanel':{'showLabels':'Show\x20labels','showDataLabels':_0x51b326(0x20b),'padAngle':_0x51b326(0x257),'halfPie':_0x51b326(0x21d),'rosePie':_0x51b326(0x261),'pieValScale':'Value\x20scale','pieValSuffix':_0x51b326(0x21c),'pieDigitalFixed':_0x51b326(0x24b),'showLabelLine':_0x51b326(0x22c),'reverseAxisOrder':_0x51b326(0x296),'showAxisLine':_0x51b326(0x278),'labelPosition':_0x51b326(0x239),'labelText':_0x51b326(0x2a4),'repeatWordCould':'Repeat\x20word\x20cloud','gap':_0x51b326(0x1f9),'useAbsValue':_0x51b326(0x2a9),'labelRotate':_0x51b326(0x2af),'wordCloudShape':_0x51b326(0x227),'useDateAxis':_0x51b326(0x1f4),'dateAxisTips':_0x51b326(0x252)},'doughnutHole':_0x51b326(0x29c),'radar':{'fill':_0x51b326(0x285)},'msg':{'invalidSource':'Chart\x20data\x20source\x20should\x20be\x20more\x20than\x201\x20row\x20and\x201\x20column.','emptyTips':_0x51b326(0x201),'sankeyCircularTips':_0x51b326(0x26d)},'cloud':{'title':_0x51b326(0x255),'word':'Word','frequency':_0x51b326(0x204)},'trendline':{'name':_0x51b326(0x275),'displayName':_0x51b326(0x281),'addTrendLine':_0x51b326(0x1fa),'trendlineType':_0x51b326(0x274),'trendlineName':_0x51b326(0x281),'trendlineColor':_0x51b326(0x265),'trendlineThickness':'Trendline\x20thickness','trendlineDashType':'Trendline\x20dash\x20type','exp':_0x51b326(0x295),'linear':_0x51b326(0x28a),'log':'Logarithmic','pow':'Power','movingAvg':_0x51b326(0x22f),'poly':_0x51b326(0x200),'order':'Polynomial\x20order','period':_0x51b326(0x2ab),'showFormula':_0x51b326(0x28b),'showR2':_0x51b326(0x2a6),'formula':_0x51b326(0x263),'r2':_0x51b326(0x213)},'bubble':{'xAxis':_0x51b326(0x2a7),'yAxis':_0x51b326(0x27e),'size':_0x51b326(0x22d),'label':'Bubble\x20label','emptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis'},'relation':{'title':'Relation\x20chart','auto':_0x51b326(0x208),'circular':_0x51b326(0x1f5),'force':_0x51b326(0x283),'useValueAsSymbolSize':_0x51b326(0x23a),'layoutType':_0x51b326(0x23b),'forceOptions':_0x51b326(0x28e),'repulsion':_0x51b326(0x1fe),'gravity':_0x51b326(0x23c),'edgeLength':_0x51b326(0x268),'rotateLabel':_0x51b326(0x27c),'emphasis':_0x51b326(0x1f6),'emptyTips':'The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column'},'waterfall':{'stackType':_0x51b326(0x26b),'arrangement':_0x51b326(0x27f),'stacked':_0x51b326(0x273),'positive':_0x51b326(0x20e),'negative':_0x51b326(0x260),'subtotal':'Subtotal','showSubtotal':_0x51b326(0x211),'positiveStyle':_0x51b326(0x241),'negativeStyle':_0x51b326(0x299),'subtotalStyle':_0x51b326(0x28f),'positiveLegendText':_0x51b326(0x267),'negativeLegendText':_0x51b326(0x298),'subtotalLegendText':_0x51b326(0x2ad)},'pareto':{'lineName':'Cumulative\x20Percentage','lineSeries':'Cumulative\x20Percentage\x20Series','barSeries':_0x51b326(0x287)},'visualMapScope':'Visual\x20map\x20scope','boxplot':{'min':'Minimum','q1':_0x51b326(0x27a),'median':_0x51b326(0x2a8),'q3':_0x51b326(0x25d),'max':_0x51b326(0x256)}},'chartTypes':{'line':'Line\x20chart','area':_0x51b326(0x262),'areaStacked':'Stacked\x20area\x20chart','areaPercentStacked':_0x51b326(0x2a1),'column':'Column\x20chart','bar':_0x51b326(0x224),'barStacked':_0x51b326(0x23f),'barPercentStacked':_0x51b326(0x26e),'pie':_0x51b326(0x237),'donut':'Donut\x20chart','scatter':_0x51b326(0x29e),'radar':_0x51b326(0x288),'bubble':'Bubble\x20chart','stock':'Stock\x20chart','combination':'Combination\x20chart','wordCloud':_0x51b326(0x270),'funnel':'Funnel\x20chart','relation':_0x51b326(0x282),'waterfall':_0x51b326(0x20c),'pareto':'Pareto\x20chart','sankey':'Sankey\x20chart','heatmap':'Heatmap','boxplot':_0x51b326(0x1f2)},'dialog':{'numfmt':{'general':_0x51b326(0x220),'accounting':_0x51b326(0x1f7),'currency':_0x51b326(0x240),'date':_0x51b326(0x218),'thousandthPercentile':_0x51b326(0x223),'fieldSetting':'Field\x20Settings','formatTypes':_0x51b326(0x24f),'confirm':'OK','cancel':_0x51b326(0x236),'generalDesc':_0x51b326(0x216),'accountingDesc':_0x51b326(0x29d),'currencyDesc':_0x51b326(0x2a0),'dateDesc':_0x51b326(0x254),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':_0x51b326(0x26c),'currencyTypes':_0x51b326(0x21f),'negativeNumberTypes':_0x51b326(0x277),'dateTypes':_0x51b326(0x271)},'setFormat':_0x51b326(0x2b3)}};function _0x339c(){const _0x17c735=['Data\x20node\x20shape','End','Frequency','Add\x20data\x20point','331424RdEOpL','Start','Auto','Customize','Max','Show\x20data\x20labels','Waterfall\x20chart','Empty\x20triangle','Positive','3819640CuZyAB','Axis\x20options','Show\x20Subtotal','Title','R\x20squared','Background\x20color','Format','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Reset','Date','2610342sjHaZK','4RXmMEp','Insert\x20chart','Value\x20suffix','Half\x20pie','357069cOkTqN','Currency\x20Types','General','Empty\x20rectangle','Chart\x20type','Thousandth\x20Percentile','Bar\x20chart','Data\x20point','Pin','Word\x20cloud\x20shape','Border','Indicator\x20value','Dash','Series','Show\x20label\x20line','Bubble\x20size','Line','Moving\x20average','Top','Polygon','10731210gliAuL','Category\x20{0}','Chart\x20style','Stack','Cancel','Pie\x20chart','Vertical\x20axis','Label\x20position','Use\x20value\x20as\x20node\x20size','Layout\x20type','Gravity','Line\x20dash\x20type','Tick\x20position','Stacked\x20bar\x20chart','Currency','Positive\x20Style','Show\x20empty\x20cells\x20as','Empty\x20diamond','Horizontal\x20axis','Gradient\x20fill','Bottom','Empty\x20circle','Sub\x20title','Data\x20point\x20style','Solid','Digital\x20fixed','Delete\x20chart','Right\x20vertical\x20axis','{0}\x20with\x20format','Format\x20Types','Empty\x20pin','Empty\x20round\x20rectangle','Date\x20axis\x20is\x20only\x20available\x20when\x20all\x20data\x20is\x20in\x20date\x20format','Left','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Word\x20cloud','Maximum','Label\x20padding\x20angle','Y-axis\x20title','Title\x20text','Percent\x20stack','Right','Point','Third\x20quartile','Close','Triangle','Negative','Rose\x20pie','Area\x20chart','Formula','{0}\x20with\x20opacity','Trendline\x20color','{0}\x20with\x20type','Positive\x20Legend\x20Text','Node\x20distance','5155CEOlIe','Indicator\x20label','Stack\x20Type','Decimal\x20Places','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Percent\x20stacked\x20bar\x20chart','{0}\x20with\x20thickness','Word\x20cloud\x20chart','Date\x20Types','{0}\x20with\x20shape','Stacked','Trendline\x20type','Trendline','Multiple','Negative\x20Number\x20Types','Show\x20axis\x20line','Main\x20title','First\x20quartile','Switch\x20to\x20row/column','Rotate\x20label','gaps','Y-axis','Sequential','Gridlines','Trendline\x20name','Relation\x20chart','Force-directed','Connect\x20data\x20points\x20with\x20straight\x20lines','Fill','Open\x20chart\x20panel','Bar\x20Chart\x20Series','Radar\x20chart','Category','Linear','Show\x20formula','709796RZEMno','6852srTDpe','Force-directed\x20options','Subtotal\x20Style','Middle','More\x20settings','Legend','Default','Square','Exponential','Reverse\x20axis\x20order','Chart\x20editor','Negative\x20Legend\x20Text','Negative\x20Style','X-axis\x20title','Color','Doughnut\x20hole','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Scatter\x20chart','Right\x20Y-axis\x20title','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Percent\x20stacked\x20area\x20chart','The\x20{0}\x20item','Major\x20gridlines','Label\x20text','Center','Show\x20R\x20squared','X-axis','Median','Use\x20absolute\x20value','Round\x20rectangle','Moving\x20average\x20period','Chart\x20and\x20axis\x20titles','Subtotal\x20Legend\x20Text','Right\x20axis','Label\x20rotate','Step','Piecewise','Diamond','Set\x20label\x20format','Boxplot\x20chart','(Blank)','Use\x20date\x20axis','Circular','Enable\x20selection\x20fade-in\x20effect','Accounting','18btmnwU','Gap','Add\x20trendline','Title\x20format','Major\x20tick','Single','Repulsion','Themes','Polynomial','Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data'];_0x339c=function(){return _0x17c735;};return _0x339c();}export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x27558c=_0x4ee6;function _0x4c7c(){const _0x30e503=['برچسب\x20حباب','استفاده\x20از\x20محور\x20تاریخ','دائري','محور\x20عمودی','الجاذبية','رنگ\x20خط\x20نشانگر','{0}\x20با\x20اندازه','6ReMlVJ','حسابداری','النسبة\x20التراكمية','محور\x20راست','مقیاس\x20مقدار\x20دایره','خط\x20کامل','ضخامت\x20خط\x20روند','نمودار\x20میلهای','خودکار','نمودار\x20پارتو','ترتيبي','رنگ\x20حاشیه\x20نمودار','محل\x20اعشار','پایین','نمودار\x20دایرهای','سلسلة\x20المخطط\x20العمودي','4518oruHIr','نمودار\x20مساحتی','الربع\x20الأول','موقعیت\x20برچسب','مقدار','سری','زاویه\x20پد\x20برچسب','انباشته','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','نمایش\x20برچسبهای\x20داده','مخفی\x20کردن\x20پنل\x20نمودار','نمودار\x20آبشاری','متن\x20برچسب','دوره\x20میانگین\x20متحرک','نمودار\x20راداری','اعداد\x20ثابت\x20دایره','تلقائي','پلهای','نمودار\x20خطی','برچسب\x20نشانگر','نص\x20وسيلة\x20الإيضاح\x20للموجب','3cJcgvW','نمودار\x20پراکندگی','خيارات\x20التوجيه\x20بالقوة','موقعیت\x20تیک','نقشه\x20حرارتی','افزودن\x20خط\x20روند','R\x20مربع','محور\x20Y','عرض\x20المجموع\x20الفرعي','حداکثر','{0}\x20با\x20نوع','محدوده\x20داده','خطی','لگاریتمی','فاصله','نمودار\x20ابر\x20کلمات','نمودار\x20حبابی','نص\x20وسيلة\x20الإيضاح\x20للسالب','نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد','فاصلهها','نمایش\x20خط\x20برچسب','48xgwxOz','مورد\x20{0}','انواع\x20اعداد\x20منفی','استخدام\x20القيمة\x20كحجم\x20العقدة','خارج','رنگ\x20خط\x20روند','نمودار\x20مساحتی\x20انباشته','عمومی','چندجملهای','پر\x20کردن','2782nPJODl','{0}\x20با\x20رنگ','راست','سبک\x20نمودار','مجزأ','50628bBkrSG','مخطط\x20العلاقة','برچسبهای\x20داده','انواع\x20ارز','تراز\x20عنوان\x20محور','نمودار\x20سهام','موجب','عنوان','درصد\x20هزارم','مخطط\x20الصندوق','مخفی','زیرعنوان','نمودار\x20ستونی','نمایش\x20فرمول','نمودار\x20دونات','15848gusqMP','سری\x20{0}','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','پین','تدوير\x20التسمية','مستطیل\x20گرد\x20خالی','عنوان\x20محور\x20X','خط\x20روند','بالا','خطوط\x20شبکه\x20و\x20تیکها','انواع\x20تاریخ','نوع\x20التكديس','خطوط\x20شبکه','تغییر\x20به\x20ردیف/ستون','ویرایش\x20نمودار','دستهبندی','پایان','نقطه','نمودار\x20مساحتی\x20درصد\x20انباشته','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','بازنشانی','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','نمایش\x20برچسبها','924496dVLIaJ','کلمه','استفاده\x20از\x20محور\x20راست','موجه\x20بالقوة','دایره\x20خالی','رنگ','55hffSum','(خالی)','فرمت','شکل\x20گره\x20داده','عناوین\x20نمودار\x20و\x20محور','تکرار\x20ابر\x20کلمات','نمایش\x20R\x20مربع','میانگین\x20متحرک','عنوان\x20اصلی','نمودار\x20قیفی','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','{0}\x20با\x20فرمت','تنظیم\x20فرمت\x20برچسب','طول\x20تیک','فرمول','افزودن\x20نقطه\x20داده','1540190SsEyvj','حاشیه','تنظیمات\x20بیشتر','مرکز','سلسلة\x20النسبة\x20التراكمية','ارز','تمها','محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20دادهها\x20به\x20صورت\x20تاریخ\x20باشند','تکرار','نمط\x20الموجب','هیچ','مربع','راهنما','2309436zVEQog','معکوس\x20کردن\x20ترتیب\x20محور','نوع\x20خط\x20روند','خط\x20نشانگر','صفر','محور\x20چپ','{0}\x20با\x20شفافیت','پسوند\x20مقدار\x20دایره','نمودار\x20ترکیبی','خط\x20تیره','حذف\x20نمودار','محور\x20افقی','نقطه\x20داده','تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','نمودار\x20میلهای\x20درصد\x20انباشته','382505YUACeT','محور\x20عمودی\x20راست','مستطیل','{0}\x20با\x20ضخامت','پین\x20خالی','لوزی\x20خالی','شکل\x20ابر\x20کلمات','8077216optOxU','بستن','دایره\x20گلبرگی','موقعیت','القيمة\x20الدنيا','مثلث','نمودار\x20میلهای\x20انباشته','چند\x20انتخاب','مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','{0}\x20با\x20شکل','شروع','نمایش\x20سلولهای\x20خالی\x20به\x20صورت','نیمدایره','انواع\x20فرمت','محور','تک\x20انتخاب','سفارشیسازی\x20نمودار','فرمت\x20عنوان','پر\x20کردن\x20گرادیان','القيمة\x20العليا','باز\x20کردن\x20پنل\x20نمودار','دستهبندی\x20{0}','مستطیل\x20خالی','نوع\x20خط\x20تیره','التنافر','چندضلعی','وسط','عنوان\x20محور\x20Y\x20راست','\x20نطاق\x20خريطة\x20بصرية','نمایش\x20خط\x20محور','المجموع\x20الفرعي','نمط\x20السالب','نوع\x20نمودار','نام\x20خط\x20روند','خطوط\x20شبکه\x20اصلی','لغو','تنظیمات\x20فیلد','فلش\x20خالی'];_0x4c7c=function(){return _0x30e503;};return _0x4c7c();}(function(_0x37c7e6,_0x3798b7){const _0x225fc9=_0x4ee6,_0xcb65ed=_0x37c7e6();while(!![]){try{const _0x16d72d=parseInt(_0x225fc9(0x211))/0x1+parseInt(_0x225fc9(0x234))/0x2*(-parseInt(_0x225fc9(0x1c7))/0x3)+parseInt(_0x225fc9(0x1dc))/0x4*(parseInt(_0x225fc9(0x243))/0x5)+-parseInt(_0x225fc9(0x277))/0x6*(-parseInt(_0x225fc9(0x24a))/0x7)+-parseInt(_0x225fc9(0x1fa))/0x8*(parseInt(_0x225fc9(0x1b2))/0x9)+-parseInt(_0x225fc9(0x227))/0xa*(-parseInt(_0x225fc9(0x217))/0xb)+-parseInt(_0x225fc9(0x1eb))/0xc*(parseInt(_0x225fc9(0x1e6))/0xd);if(_0x16d72d===_0x3798b7)break;else _0xcb65ed['push'](_0xcb65ed['shift']());}catch(_0x146a5f){_0xcb65ed['push'](_0xcb65ed['shift']());}}}(_0x4c7c,0xae6cd));const e={'chart':{'insertChart':'درج\x20نمودار','editChart':_0x27558c(0x208),'openChartPanel':_0x27558c(0x25e),'deleteChart':_0x27558c(0x23e),'hideChartPanel':_0x27558c(0x1bc),'setupChart':'تنظیم\x20نمودار','customChart':_0x27558c(0x25a),'default':'پیشفرض','reset':_0x27558c(0x20e),'chartType':_0x27558c(0x26a),'themes':_0x27558c(0x22d),'dataRange':_0x27558c(0x1d2),'stack':'انباشته','category':_0x27558c(0x209),'aggregate':'تجمیع','allSeries':'تمام\x20سریها','series':_0x27558c(0x1b7),'addSeries':'افزودن\x20سری','moreSettings':_0x27558c(0x229),'min':'حداقل','max':_0x27558c(0x1d0),'invalidType':{'gaps':_0x27558c(0x1da),'zero':_0x27558c(0x238),'connectDataPointsWithStraightLines':_0x27558c(0x20f)},'blank':_0x27558c(0x218),'seriesBlock':{'format':_0x27558c(0x219),'dataPointStyle':'سبک\x20نقطه\x20داده'},'backgroundColor':'رنگ\x20پسزمینه','chartBorderColor':_0x27558c(0x1ad),'titles':{'title':_0x27558c(0x1f2),'mainTitle':_0x27558c(0x21f),'subTitle':_0x27558c(0x1f6),'xAxisTitle':_0x27558c(0x200),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x27558c(0x265),'titleFormat':_0x27558c(0x25b),'titleText':'متن\x20عنوان','titlePosition':'موقعیت\x20عنوان','titleAlign':_0x27558c(0x1ef)},'axisPositionType':{'start':_0x27558c(0x254),'center':_0x27558c(0x22a),'end':_0x27558c(0x20a)},'gradientFill':_0x27558c(0x25c),'settingsLabels':{'switchToRowOrColumn':_0x27558c(0x207),'useAsCategoryLabels':'استفاده\x20از\x20{0}\x20به\x20عنوان\x20دستهبندی','showEmptyCellsAs':_0x27558c(0x255)},'positionType':{'auto':_0x27558c(0x1aa),'inside':'داخل','outside':_0x27558c(0x1e0),'top':_0x27558c(0x202),'bottom':_0x27558c(0x1af),'left':'چپ','right':_0x27558c(0x1e8),'hide':_0x27558c(0x1f5)},'align':{'left':'چپ','center':_0x27558c(0x22a),'right':_0x27558c(0x1e8)},'alignY':{'top':_0x27558c(0x202),'middle':_0x27558c(0x264),'bottom':_0x27558c(0x1af)},'chartStyle':_0x27558c(0x1e9),'chartAndAxisTitles':_0x27558c(0x21b),'legend':_0x27558c(0x233),'legendSelectMode':'حالت\x20انتخاب\x20راهنما','legendSelectModeType':{'single':_0x27558c(0x259),'multiple':_0x27558c(0x251),'close':_0x27558c(0x24b)},'legendVisualMapType':{'continuous':'مستمر','piecewise':_0x27558c(0x1ea)},'axes':{'axis':_0x27558c(0x258),'axisOptions':'گزینههای\x20محور','horizontalAxis':_0x27558c(0x23f),'verticalAxis':_0x27558c(0x273),'rightVerticalAxis':_0x27558c(0x244),'leftAxis':_0x27558c(0x239),'rightAxis':_0x27558c(0x27a),'useRightAxis':_0x27558c(0x213)},'position':_0x27558c(0x24d),'dataLabels':_0x27558c(0x1ed),'gridlinesAndTicks':_0x27558c(0x203),'indicatorLine':_0x27558c(0x237),'indicatorLineType':'نوع\x20خط\x20نشانگر','indicatorLineColor':_0x27558c(0x275),'indicatorLabel':_0x27558c(0x1c5),'indicatorValue':'مقدار\x20نشانگر','shape':{'polygon':_0x27558c(0x263),'circle':'دایره','square':_0x27558c(0x232),'triangle':_0x27558c(0x24f),'diamond':'لوزی','rect':_0x27558c(0x245),'roundRect':'مستطیل\x20گرد','pin':_0x27558c(0x1fd),'arrow':'فلش','none':_0x27558c(0x231),'emptyCircle':_0x27558c(0x215),'emptySquare':'مربع\x20خالی','emptyTriangle':'مثلث\x20خالی','emptyDiamond':_0x27558c(0x248),'emptyRect':_0x27558c(0x260),'emptyRoundRect':_0x27558c(0x1ff),'emptyPin':_0x27558c(0x247),'emptyArrow':_0x27558c(0x26f)},'border':_0x27558c(0x228),'value':_0x27558c(0x1b6),'fill':_0x27558c(0x1e5),'line':'خط','withOpacity':_0x27558c(0x23a),'withColor':_0x27558c(0x1e7),'withThickness':_0x27558c(0x246),'withType':_0x27558c(0x1d1),'withSize':_0x27558c(0x276),'withShape':_0x27558c(0x253),'withFormat':_0x27558c(0x222),'dataPoint':_0x27558c(0x240),'dataNodeShape':_0x27558c(0x21a),'addDataPoint':_0x27558c(0x226),'point':_0x27558c(0x20b),'percentage':'درصد','lineType':{'line':'خط','smooth':'صاف','step':_0x27558c(0x1c3)},'stackType':{'stack':_0x27558c(0x1b9),'percent':'درصد\x20انباشته'},'lineDashType':_0x27558c(0x261),'dashType':{'solid':_0x27558c(0x1a7),'dash':_0x27558c(0x23d),'dot':'نقطهچین'},'color':_0x27558c(0x216),'gridlines':{'majorGridlines':_0x27558c(0x26c),'text':_0x27558c(0x206)},'ticks':{'majorTick':'تیک\x20اصلی','tickPosition':_0x27558c(0x1ca),'tickLength':_0x27558c(0x224)},'none':'هیچ','theIndexItem':_0x27558c(0x1dd),'seriesDefaultName':_0x27558c(0x1fb),'categoryDefaultName':_0x27558c(0x25f),'styleEditPanel':{'showLabels':_0x27558c(0x210),'showDataLabels':_0x27558c(0x1bb),'padAngle':_0x27558c(0x1b8),'halfPie':_0x27558c(0x256),'rosePie':_0x27558c(0x24c),'pieValScale':_0x27558c(0x1a6),'pieValSuffix':_0x27558c(0x23b),'pieDigitalFixed':_0x27558c(0x1c1),'showLabelLine':_0x27558c(0x1db),'reverseAxisOrder':_0x27558c(0x235),'showAxisLine':_0x27558c(0x267),'labelPosition':_0x27558c(0x1b5),'labelText':_0x27558c(0x1be),'repeatWordCould':_0x27558c(0x21c),'gap':_0x27558c(0x1d5),'useAbsValue':'استفاده\x20از\x20مقدار\x20مطلق','labelRotate':'چرخش\x20برچسب','wordCloudShape':_0x27558c(0x249),'useDateAxis':_0x27558c(0x271),'dateAxisTips':_0x27558c(0x22e)},'doughnutHole':'سوراخ\x20دونات','radar':{'fill':_0x27558c(0x1e5)},'msg':{'invalidSource':'منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','emptyTips':'یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','sankeyCircularTips':_0x27558c(0x1d9)},'cloud':{'title':'ابر\x20کلمات','word':_0x27558c(0x212),'frequency':_0x27558c(0x22f)},'trendline':{'name':_0x27558c(0x201),'displayName':_0x27558c(0x26b),'addTrendLine':_0x27558c(0x1cc),'trendlineType':_0x27558c(0x236),'trendlineName':_0x27558c(0x26b),'trendlineColor':_0x27558c(0x1e1),'trendlineThickness':_0x27558c(0x1a8),'trendlineDashType':'نوع\x20خط\x20تیره\x20خط\x20روند','exp':'نمایی','linear':_0x27558c(0x1d3),'log':_0x27558c(0x1d4),'pow':'توان','movingAvg':_0x27558c(0x21e),'poly':_0x27558c(0x1e4),'order':'ترتیب\x20چندجملهای','period':_0x27558c(0x1bf),'showFormula':_0x27558c(0x1f8),'showR2':_0x27558c(0x21d),'formula':_0x27558c(0x225),'r2':_0x27558c(0x1cd)},'bubble':{'xAxis':'محور\x20X','yAxis':_0x27558c(0x1ce),'size':'اندازه\x20حباب','label':_0x27558c(0x270),'emptyTips':_0x27558c(0x1fc)},'relation':{'title':_0x27558c(0x1ec),'auto':_0x27558c(0x1c2),'circular':_0x27558c(0x272),'force':_0x27558c(0x214),'useValueAsSymbolSize':_0x27558c(0x1df),'layoutType':'نوع\x20التخطيط','forceOptions':_0x27558c(0x1c9),'repulsion':_0x27558c(0x262),'gravity':_0x27558c(0x274),'edgeLength':'مسافة\x20العقدة','rotateLabel':_0x27558c(0x1fe),'emphasis':_0x27558c(0x241),'emptyTips':_0x27558c(0x252)},'waterfall':{'stackType':_0x27558c(0x205),'arrangement':_0x27558c(0x1ac),'stacked':'مكدس','positive':_0x27558c(0x1f1),'negative':'سالب','subtotal':_0x27558c(0x268),'showSubtotal':_0x27558c(0x1cf),'positiveStyle':_0x27558c(0x230),'negativeStyle':_0x27558c(0x269),'subtotalStyle':'نمط\x20المجموع\x20الفرعي','positiveLegendText':_0x27558c(0x1c6),'negativeLegendText':_0x27558c(0x1d8),'subtotalLegendText':'نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي'},'pareto':{'lineName':_0x27558c(0x279),'lineSeries':_0x27558c(0x22b),'barSeries':_0x27558c(0x1b1)},'visualMapScope':_0x27558c(0x266),'boxplot':{'min':_0x27558c(0x24e),'q1':_0x27558c(0x1b4),'median':'الوسيط','q3':'الربع\x20الثالث','max':_0x27558c(0x25d)}},'chartTypes':{'line':_0x27558c(0x1c4),'area':_0x27558c(0x1b3),'areaStacked':_0x27558c(0x1e2),'areaPercentStacked':_0x27558c(0x20c),'column':_0x27558c(0x1f7),'bar':_0x27558c(0x1a9),'barStacked':_0x27558c(0x250),'barPercentStacked':_0x27558c(0x242),'pie':_0x27558c(0x1b0),'donut':_0x27558c(0x1f9),'scatter':_0x27558c(0x1c8),'radar':_0x27558c(0x1c0),'bubble':_0x27558c(0x1d7),'stock':_0x27558c(0x1f0),'combination':_0x27558c(0x23c),'wordCloud':_0x27558c(0x1d6),'funnel':_0x27558c(0x220),'relation':'نمودار\x20رابطه','waterfall':_0x27558c(0x1bd),'pareto':_0x27558c(0x1ab),'sankey':'نمودار\x20سانکی','heatmap':_0x27558c(0x1cb),'boxplot':_0x27558c(0x1f4)},'dialog':{'numfmt':{'general':_0x27558c(0x1e3),'accounting':_0x27558c(0x278),'currency':_0x27558c(0x22c),'date':'تاریخ','thousandthPercentile':_0x27558c(0x1f3),'fieldSetting':_0x27558c(0x26e),'formatTypes':_0x27558c(0x257),'confirm':'تایید','cancel':_0x27558c(0x26d),'generalDesc':_0x27558c(0x20d),'accountingDesc':'فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','currencyDesc':_0x27558c(0x1ba),'dateDesc':'فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','thousandthPercentileDesc':_0x27558c(0x221),'decimalPlaces':_0x27558c(0x1ae),'currencyTypes':_0x27558c(0x1ee),'negativeNumberTypes':_0x27558c(0x1de),'dateTypes':_0x27558c(0x204)},'setFormat':_0x27558c(0x223)}};function _0x4ee6(_0x23e7c0,_0x446210){_0x23e7c0=_0x23e7c0-0x1a6;const _0x4c7cd7=_0x4c7c();let _0x4ee644=_0x4c7cd7[_0x23e7c0];return _0x4ee644;}export{e as default};
|
|
1
|
+
const _0x112dfa=_0x3647;(function(_0x9bb88,_0x1df5b7){const _0x56a630=_0x3647,_0x11abb3=_0x9bb88();while(!![]){try{const _0x4c03e1=-parseInt(_0x56a630(0x22c))/0x1*(-parseInt(_0x56a630(0x1c6))/0x2)+-parseInt(_0x56a630(0x21b))/0x3+-parseInt(_0x56a630(0x1fd))/0x4+-parseInt(_0x56a630(0x24c))/0x5*(-parseInt(_0x56a630(0x242))/0x6)+-parseInt(_0x56a630(0x199))/0x7*(-parseInt(_0x56a630(0x201))/0x8)+-parseInt(_0x56a630(0x1fa))/0x9+parseInt(_0x56a630(0x1d9))/0xa;if(_0x4c03e1===_0x1df5b7)break;else _0x11abb3['push'](_0x11abb3['shift']());}catch(_0x300c02){_0x11abb3['push'](_0x11abb3['shift']());}}}(_0xa854,0xe0f92));const e={'chart':{'insertChart':'درج\x20نمودار','editChart':_0x112dfa(0x1bc),'openChartPanel':'باز\x20کردن\x20پنل\x20نمودار','deleteChart':_0x112dfa(0x1e6),'hideChartPanel':_0x112dfa(0x25a),'setupChart':_0x112dfa(0x1e0),'customChart':'سفارشیسازی\x20نمودار','default':_0x112dfa(0x217),'reset':_0x112dfa(0x24f),'chartType':_0x112dfa(0x256),'themes':_0x112dfa(0x1a9),'dataRange':_0x112dfa(0x19c),'stack':_0x112dfa(0x1da),'category':_0x112dfa(0x1f6),'aggregate':_0x112dfa(0x1cb),'allSeries':_0x112dfa(0x1d5),'series':'سری','addSeries':_0x112dfa(0x210),'moreSettings':_0x112dfa(0x1d3),'min':'حداقل','max':_0x112dfa(0x22b),'invalidType':{'gaps':'فاصلهها','zero':_0x112dfa(0x1df),'connectDataPointsWithStraightLines':_0x112dfa(0x1a8)},'blank':_0x112dfa(0x215),'seriesBlock':{'format':'فرمت','dataPointStyle':_0x112dfa(0x1de)},'backgroundColor':'رنگ\x20پسزمینه','chartBorderColor':_0x112dfa(0x1e2),'titles':{'title':'عنوان','mainTitle':_0x112dfa(0x24a),'subTitle':_0x112dfa(0x1b3),'xAxisTitle':_0x112dfa(0x209),'yAxisTitle':'عنوان\x20محور\x20Y','rightYAxisTitle':_0x112dfa(0x1ac),'titleFormat':'فرمت\x20عنوان','titleText':_0x112dfa(0x1b4),'titlePosition':'موقعیت\x20عنوان','titleAlign':_0x112dfa(0x255)},'axisPositionType':{'start':_0x112dfa(0x226),'center':_0x112dfa(0x257),'end':_0x112dfa(0x19a)},'gradientFill':_0x112dfa(0x1f2),'settingsLabels':{'switchToRowOrColumn':_0x112dfa(0x212),'useAsCategoryLabels':_0x112dfa(0x235),'showEmptyCellsAs':'نمایش\x20سلولهای\x20خالی\x20به\x20صورت'},'positionType':{'auto':_0x112dfa(0x1c3),'inside':_0x112dfa(0x1fc),'outside':_0x112dfa(0x20b),'top':_0x112dfa(0x1a1),'bottom':_0x112dfa(0x1d7),'left':'چپ','right':'راست','hide':'مخفی'},'align':{'left':'چپ','center':_0x112dfa(0x257),'right':'راست'},'alignY':{'top':_0x112dfa(0x1a1),'middle':_0x112dfa(0x1b7),'bottom':'پایین'},'chartStyle':_0x112dfa(0x228),'chartAndAxisTitles':_0x112dfa(0x1c1),'legend':_0x112dfa(0x1ff),'legendSelectMode':_0x112dfa(0x1e3),'legendSelectModeType':{'single':'تک\x20انتخاب','multiple':_0x112dfa(0x20c),'close':_0x112dfa(0x1ad)},'legendVisualMapType':{'continuous':_0x112dfa(0x23c),'piecewise':_0x112dfa(0x195)},'axes':{'axis':'محور','axisOptions':_0x112dfa(0x240),'horizontalAxis':_0x112dfa(0x23b),'verticalAxis':'محور\x20عمودی','rightVerticalAxis':_0x112dfa(0x241),'leftAxis':'محور\x20چپ','rightAxis':'محور\x20راست','useRightAxis':'استفاده\x20از\x20محور\x20راست'},'position':'موقعیت','dataLabels':_0x112dfa(0x229),'gridlinesAndTicks':_0x112dfa(0x1a6),'indicatorLine':_0x112dfa(0x206),'indicatorLineType':_0x112dfa(0x1c9),'indicatorLineColor':_0x112dfa(0x1dd),'indicatorLabel':_0x112dfa(0x18f),'indicatorValue':_0x112dfa(0x22e),'shape':{'polygon':_0x112dfa(0x1d6),'circle':_0x112dfa(0x196),'square':_0x112dfa(0x22f),'triangle':_0x112dfa(0x213),'diamond':_0x112dfa(0x203),'rect':_0x112dfa(0x21a),'roundRect':_0x112dfa(0x1eb),'pin':_0x112dfa(0x244),'arrow':_0x112dfa(0x23d),'none':_0x112dfa(0x252),'emptyCircle':'دایره\x20خالی','emptySquare':_0x112dfa(0x192),'emptyTriangle':_0x112dfa(0x23e),'emptyDiamond':_0x112dfa(0x1f0),'emptyRect':_0x112dfa(0x1d1),'emptyRoundRect':'مستطیل\x20گرد\x20خالی','emptyPin':_0x112dfa(0x193),'emptyArrow':_0x112dfa(0x216)},'border':_0x112dfa(0x1aa),'value':_0x112dfa(0x19f),'fill':_0x112dfa(0x19e),'line':'خط','withOpacity':_0x112dfa(0x211),'withColor':_0x112dfa(0x20a),'withThickness':_0x112dfa(0x19b),'withType':_0x112dfa(0x194),'withSize':_0x112dfa(0x23f),'withShape':'{0}\x20با\x20شکل','withFormat':'{0}\x20با\x20فرمت','dataPoint':'نقطه\x20داده','dataNodeShape':_0x112dfa(0x1b6),'addDataPoint':'افزودن\x20نقطه\x20داده','point':_0x112dfa(0x1a4),'percentage':_0x112dfa(0x233),'lineType':{'line':'خط','smooth':_0x112dfa(0x190),'step':_0x112dfa(0x243)},'stackType':{'stack':_0x112dfa(0x1da),'percent':_0x112dfa(0x238)},'lineDashType':_0x112dfa(0x254),'dashType':{'solid':_0x112dfa(0x1a3),'dash':_0x112dfa(0x1f1),'dot':_0x112dfa(0x1f9)},'color':'رنگ','gridlines':{'majorGridlines':'خطوط\x20شبکه\x20اصلی','text':_0x112dfa(0x208)},'ticks':{'majorTick':'تیک\x20اصلی','tickPosition':_0x112dfa(0x1fe),'tickLength':_0x112dfa(0x1a2)},'none':_0x112dfa(0x252),'theIndexItem':'مورد\x20{0}','seriesDefaultName':'سری\x20{0}','categoryDefaultName':_0x112dfa(0x1f4),'styleEditPanel':{'showLabels':_0x112dfa(0x1ee),'showDataLabels':_0x112dfa(0x1f5),'padAngle':_0x112dfa(0x1c8),'halfPie':_0x112dfa(0x1b8),'rosePie':_0x112dfa(0x1ce),'pieValScale':'مقیاس\x20مقدار\x20دایره','pieValSuffix':_0x112dfa(0x1ca),'pieDigitalFixed':_0x112dfa(0x1d2),'showLabelLine':_0x112dfa(0x218),'reverseAxisOrder':_0x112dfa(0x253),'showAxisLine':_0x112dfa(0x221),'labelPosition':_0x112dfa(0x191),'labelText':_0x112dfa(0x1e5),'repeatWordCould':_0x112dfa(0x232),'gap':_0x112dfa(0x1c7),'useAbsValue':_0x112dfa(0x1e4),'labelRotate':_0x112dfa(0x1b5),'wordCloudShape':'شکل\x20ابر\x20کلمات','useDateAxis':_0x112dfa(0x250),'dateAxisTips':'محور\x20تاریخ\x20فقط\x20زمانی\x20در\x20دسترس\x20است\x20که\x20دادهها\x20به\x20صورت\x20تاریخ\x20باشند'},'doughnutHole':_0x112dfa(0x1b0),'radar':{'fill':_0x112dfa(0x19e)},'msg':{'invalidSource':_0x112dfa(0x237),'emptyTips':'یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','sankeyCircularTips':_0x112dfa(0x21f)},'cloud':{'title':_0x112dfa(0x207),'word':_0x112dfa(0x1be),'frequency':_0x112dfa(0x1d8)},'trendline':{'name':_0x112dfa(0x1f7),'displayName':'نام\x20خط\x20روند','addTrendLine':_0x112dfa(0x1e8),'trendlineType':_0x112dfa(0x1f8),'trendlineName':_0x112dfa(0x20d),'trendlineColor':_0x112dfa(0x198),'trendlineThickness':'ضخامت\x20خط\x20روند','trendlineDashType':'نوع\x20خط\x20تیره\x20خط\x20روند','exp':_0x112dfa(0x1b1),'linear':'خطی','log':_0x112dfa(0x23a),'pow':_0x112dfa(0x1cc),'movingAvg':_0x112dfa(0x1c5),'poly':_0x112dfa(0x205),'order':_0x112dfa(0x22a),'period':_0x112dfa(0x246),'showFormula':_0x112dfa(0x21c),'showR2':_0x112dfa(0x236),'formula':_0x112dfa(0x230),'r2':_0x112dfa(0x1cf)},'bubble':{'xAxis':'محور\x20X','yAxis':_0x112dfa(0x249),'size':_0x112dfa(0x24e),'label':'برچسب\x20حباب','emptyTips':_0x112dfa(0x1a7)},'relation':{'title':_0x112dfa(0x200),'auto':_0x112dfa(0x239),'circular':'دائري','force':_0x112dfa(0x245),'useValueAsSymbolSize':_0x112dfa(0x227),'layoutType':_0x112dfa(0x1cd),'forceOptions':_0x112dfa(0x258),'repulsion':_0x112dfa(0x1c4),'gravity':_0x112dfa(0x1b9),'edgeLength':_0x112dfa(0x1c0),'rotateLabel':_0x112dfa(0x214),'emphasis':'تمكين\x20تأثير\x20التلاشي\x20عند\x20التحديد','emptyTips':'مصدر\x20البيانات\x20لرسم\x20العلاقة\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني'},'waterfall':{'stackType':_0x112dfa(0x1b2),'arrangement':_0x112dfa(0x24b),'stacked':_0x112dfa(0x1bd),'positive':_0x112dfa(0x1af),'negative':_0x112dfa(0x231),'subtotal':_0x112dfa(0x1e9),'showSubtotal':_0x112dfa(0x1ed),'positiveStyle':_0x112dfa(0x222),'negativeStyle':_0x112dfa(0x1ec),'subtotalStyle':'نمط\x20المجموع\x20الفرعي','positiveLegendText':'نص\x20وسيلة\x20الإيضاح\x20للموجب','negativeLegendText':_0x112dfa(0x19d),'subtotalLegendText':_0x112dfa(0x234)},'pareto':{'lineName':_0x112dfa(0x251),'lineSeries':'سلسلة\x20النسبة\x20التراكمية','barSeries':_0x112dfa(0x225)},'visualMapScope':'\x20نطاق\x20خريطة\x20بصرية','boxplot':{'min':_0x112dfa(0x1a0),'q1':_0x112dfa(0x197),'median':_0x112dfa(0x21e),'q3':_0x112dfa(0x248),'max':'القيمة\x20العليا'}},'chartTypes':{'line':_0x112dfa(0x1ef),'area':_0x112dfa(0x1dc),'areaStacked':'نمودار\x20مساحتی\x20انباشته','areaPercentStacked':'نمودار\x20مساحتی\x20درصد\x20انباشته','column':'نمودار\x20ستونی','bar':'نمودار\x20میلهای','barStacked':_0x112dfa(0x1ba),'barPercentStacked':'نمودار\x20میلهای\x20درصد\x20انباشته','pie':_0x112dfa(0x202),'donut':_0x112dfa(0x21d),'scatter':_0x112dfa(0x204),'radar':'نمودار\x20راداری','bubble':_0x112dfa(0x259),'stock':'نمودار\x20سهام','combination':'نمودار\x20ترکیبی','wordCloud':'نمودار\x20ابر\x20کلمات','funnel':_0x112dfa(0x1a5),'relation':_0x112dfa(0x1ae),'waterfall':'نمودار\x20آبشاری','pareto':_0x112dfa(0x1ab),'sankey':_0x112dfa(0x247),'heatmap':_0x112dfa(0x1ea),'boxplot':_0x112dfa(0x1e7)},'dialog':{'numfmt':{'general':_0x112dfa(0x1d0),'accounting':_0x112dfa(0x1bf),'currency':_0x112dfa(0x1f3),'date':_0x112dfa(0x219),'thousandthPercentile':'درصد\x20هزارم','fieldSetting':'تنظیمات\x20فیلد','formatTypes':_0x112dfa(0x20e),'confirm':_0x112dfa(0x1bb),'cancel':_0x112dfa(0x1d4),'generalDesc':_0x112dfa(0x24d),'accountingDesc':_0x112dfa(0x1db),'currencyDesc':_0x112dfa(0x224),'dateDesc':_0x112dfa(0x20f),'thousandthPercentileDesc':_0x112dfa(0x223),'decimalPlaces':_0x112dfa(0x220),'currencyTypes':_0x112dfa(0x22d),'negativeNumberTypes':_0x112dfa(0x1e1),'dateTypes':_0x112dfa(0x1c2)},'setFormat':_0x112dfa(0x1fb)}};function _0x3647(_0x12f56d,_0x491ab1){_0x12f56d=_0x12f56d-0x18f;const _0xa8547c=_0xa854();let _0x364785=_0xa8547c[_0x12f56d];return _0x364785;}export{e as default};function _0xa854(){const _0x480278=['متن\x20برچسب','حذف\x20نمودار','مخطط\x20الصندوق','افزودن\x20خط\x20روند','المجموع\x20الفرعي','نقشه\x20حرارتی','مستطیل\x20گرد','نمط\x20السالب','عرض\x20المجموع\x20الفرعي','نمایش\x20برچسبها','نمودار\x20خطی','لوزی\x20خالی','خط\x20تیره','پر\x20کردن\x20گرادیان','ارز','دستهبندی\x20{0}','نمایش\x20برچسبهای\x20داده','دستهبندی','خط\x20روند','نوع\x20خط\x20روند','نقطهچین','3037779kOnrNR','تنظیم\x20فرمت\x20برچسب','داخل','415512hfwPvc','موقعیت\x20تیک','راهنما','مخطط\x20العلاقة','8ORbdVG','نمودار\x20دایرهای','لوزی','نمودار\x20پراکندگی','چندجملهای','خط\x20نشانگر','ابر\x20کلمات','خطوط\x20شبکه','عنوان\x20محور\x20X','{0}\x20با\x20رنگ','خارج','چند\x20انتخاب','نام\x20خط\x20روند','انواع\x20فرمت','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','افزودن\x20سری','{0}\x20با\x20شفافیت','تغییر\x20به\x20ردیف/ستون','مثلث','تدوير\x20التسمية','(خالی)','فلش\x20خالی','پیشفرض','نمایش\x20خط\x20برچسب','تاریخ','مستطیل','5133873pKESUa','نمایش\x20فرمول','نمودار\x20دونات','الوسيط','نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد','محل\x20اعشار','نمایش\x20خط\x20محور','نمط\x20الموجب','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','سلسلة\x20المخطط\x20العمودي','شروع','استخدام\x20القيمة\x20كحجم\x20العقدة','سبک\x20نمودار','برچسبهای\x20داده','ترتیب\x20چندجملهای','حداکثر','786853oVKOsz','انواع\x20ارز','مقدار\x20نشانگر','مربع','فرمول','سالب','تکرار\x20ابر\x20کلمات','درصد','نص\x20وسيلة\x20الإيضاح\x20للمجموع\x20الفرعي','استفاده\x20از\x20{0}\x20به\x20عنوان\x20دستهبندی','نمایش\x20R\x20مربع','منبع\x20داده\x20نمودار\x20باید\x20بیش\x20از\x201\x20ردیف\x20و\x201\x20ستون\x20باشد.','درصد\x20انباشته','تلقائي','لگاریتمی','محور\x20افقی','مستمر','فلش','مثلث\x20خالی','{0}\x20با\x20اندازه','گزینههای\x20محور','محور\x20عمودی\x20راست','2676UnoFhc','پلهای','پین','موجه\x20بالقوة','دوره\x20میانگین\x20متحرک','نمودار\x20سانکی','الربع\x20الثالث','محور\x20Y','عنوان\x20اصلی','ترتيبي','2810LXdEip','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','اندازه\x20حباب','بازنشانی','استفاده\x20از\x20محور\x20تاریخ','النسبة\x20التراكمية','هیچ','معکوس\x20کردن\x20ترتیب\x20محور','نوع\x20خط\x20تیره','تراز\x20عنوان\x20محور','نوع\x20نمودار','مرکز','خيارات\x20التوجيه\x20بالقوة','نمودار\x20حبابی','مخفی\x20کردن\x20پنل\x20نمودار','برچسب\x20نشانگر','صاف','موقعیت\x20برچسب','مربع\x20خالی','پین\x20خالی','{0}\x20با\x20نوع','مجزأ','دایره','الربع\x20الأول','رنگ\x20خط\x20روند','10691303zSCccU','پایان','{0}\x20با\x20ضخامت','محدوده\x20داده','نص\x20وسيلة\x20الإيضاح\x20للسالب','پر\x20کردن','مقدار','القيمة\x20الدنيا','بالا','طول\x20تیک','خط\x20کامل','نقطه','نمودار\x20قیفی','خطوط\x20شبکه\x20و\x20تیکها','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','اتصال\x20نقاط\x20داده\x20با\x20خطوط\x20مستقیم','تمها','حاشیه','نمودار\x20پارتو','عنوان\x20محور\x20Y\x20راست','بستن','نمودار\x20رابطه','موجب','سوراخ\x20دونات','نمایی','نوع\x20التكديس','زیرعنوان','متن\x20عنوان','چرخش\x20برچسب','شکل\x20گره\x20داده','وسط','نیمدایره','الجاذبية','نمودار\x20میلهای\x20انباشته','تایید','ویرایش\x20نمودار','مكدس','کلمه','حسابداری','مسافة\x20العقدة','عناوین\x20نمودار\x20و\x20محور','انواع\x20تاریخ','خودکار','التنافر','میانگین\x20متحرک','2KXqhPu','فاصله','زاویه\x20پد\x20برچسب','نوع\x20خط\x20نشانگر','پسوند\x20مقدار\x20دایره','تجمیع','توان','نوع\x20التخطيط','دایره\x20گلبرگی','R\x20مربع','عمومی','مستطیل\x20خالی','اعداد\x20ثابت\x20دایره','تنظیمات\x20بیشتر','لغو','تمام\x20سریها','چندضلعی','پایین','تکرار','5093560goezkW','انباشته','فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','نمودار\x20مساحتی','رنگ\x20خط\x20نشانگر','سبک\x20نقطه\x20داده','صفر','تنظیم\x20نمودار','انواع\x20اعداد\x20منفی','رنگ\x20حاشیه\x20نمودار','حالت\x20انتخاب\x20راهنما','استفاده\x20از\x20مقدار\x20مطلق'];_0xa854=function(){return _0x480278;};return _0xa854();}
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x117769=_0x1670;(function(_0x567eeb,_0xdc0b6f){const _0x4ed30e=_0x1670,_0x53525b=_0x567eeb();while(!![]){try{const _0x3e16cb=-parseInt(_0x4ed30e(0x91))/0x1*(parseInt(_0x4ed30e(0x110))/0x2)+parseInt(_0x4ed30e(0x111))/0x3+parseInt(_0x4ed30e(0xf5))/0x4*(parseInt(_0x4ed30e(0x147))/0x5)+-parseInt(_0x4ed30e(0xb7))/0x6+-parseInt(_0x4ed30e(0xe3))/0x7*(parseInt(_0x4ed30e(0x10d))/0x8)+parseInt(_0x4ed30e(0x93))/0x9*(-parseInt(_0x4ed30e(0x118))/0xa)+parseInt(_0x4ed30e(0xae))/0xb;if(_0x3e16cb===_0xdc0b6f)break;else _0x53525b['push'](_0x53525b['shift']());}catch(_0x5a1e7e){_0x53525b['push'](_0x53525b['shift']());}}}(_0x43f5,0x6f121));function _0x43f5(){const _0x143026=['Cercle\x20vide','Pourcentage\x20empilé','Types\x20de\x20nombres\x20négatifs','À\x20l’extérieur','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Séquentiel','Rectangle\x20vide','4983118ZgOgsI','Taille\x20de\x20la\x20bulle','Graphique\x20en\x20barres\x20empilées','Flèche\x20vide','Écart','Position\x20des\x20graduations','Graphique\x20en\x20colonnes','Ligne','Légende','Graphique\x20de\x20Pareto','Courbe\x20de\x20tendance','Texte\x20des\x20étiquettes','Graduation\x20principale','Plus\x20de\x20paramètres','Options\x20de\x20l’axe','Insérer\x20un\x20graphique','Linéaire','Série\x20de\x20Diagramme\x20en\x20Barres','2222456FAApFc','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Style\x20positif','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Utiliser\x20la\x20valeur\x20absolue','Axe\x20vertical','Graphique\x20de\x20relation','Masquer','Couleur','Forces\x20dirigées','Afficher\x20la\x20ligne\x20de\x20l’axe','Style\x20négatif','Étiquettes\x20de\x20données','Comptabilité','Remplir','Axe\x20Y','Gauche','Rectangle','Forme\x20du\x20nœud\x20de\x20données','Triangle\x20vide','Date','Troisième\x20quartile','Remplissage\x20en\x20dégradé','Graphique\x20de\x20Sankey','8QUYQUy','Boîte\x20à\x20moustaches','Étiquette\x20de\x20la\x20bulle','932248dFdizK','69186tzjvpy','Titre\x20de\x20l’axe\x20X','Haut','Empiler','Lignes\x20de\x20grille\x20principales','Graphique\x20en\x20barres','Ajouter\x20une\x20courbe\x20de\x20tendance','171670mwombB','Couleur\x20de\x20la\x20ligne\x20indicatrice','Utiliser\x20l’axe\x20droit','Annuler','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Distance\x20entre\x20les\x20nœuds','Valeur','Ajouter\x20une\x20série','Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','Multiple','Couleur\x20de\x20la\x20courbe\x20de\x20tendance','Afficher\x20les\x20cellules\x20vides\x20comme','Série\x20{0}','Flèche','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Centre','Suffixe\x20de\x20valeur\x20du\x20camembert','Milieu','Fin','Graphique\x20en\x20aires\x20empilées','{0}\x20avec\x20épaisseur','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Types\x20de\x20dates','Graphique\x20combiné','Graphique\x20en\x20ligne','Graphique\x20en\x20nuage\x20de\x20mots','Trou\x20du\x20beignet','Catégorie\x20{0}','Valeur\x20minimale','Graphique\x20de\x20dispersion','À\x20l’intérieur','Type\x20de\x20disposition','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Axe\x20horizontal','Thèmes','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Carré\x20vide','Alignement\x20du\x20titre\x20de\x20l’axe','Éditeur\x20de\x20graphique','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Titre\x20principal','{0}\x20avec\x20couleur','Valeur\x20maximale','Portée\x20de\x20la\x20carte\x20visuelle','Étape','Carré','Style\x20de\x20graphique','5shVqQj','Point','Échelle\x20de\x20valeur\x20du\x20camembert','Graphique\x20en\x20bulles','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Cercle','Puissance','Axe\x20droit','Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','Texte\x20de\x20légende\x20positif','R\x20carré','Général','Personnaliser','Pointillé','{0}\x20avec\x20type','Texte\x20de\x20légende\x20du\x20sous-total','Réinitialiser','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Afficher\x20les\x20étiquettes','Texte\x20du\x20titre','zéro','Répéter\x20le\x20nuage\x20de\x20mots','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Mot','Aucun','Options\x20de\x20disposition\x20par\x20forces','Positif','Style\x20des\x20points\x20de\x20données','Titres\x20du\x20graphique\x20et\x20des\x20axes','1PcMsQl','Position\x20du\x20titre','477UjoqAA','Période\x20de\x20la\x20moyenne\x20mobile','Sous-titre','Graphique\x20boursier','Fréquence','Graphique\x20en\x20cascade','Max','{0}\x20avec\x20forme','Automatique','Axe\x20vertical\x20droit','{0}\x20avec\x20opacité','Mode\x20de\x20sélection\x20de\x20la\x20légende','Fermer','Rotation\x20des\x20étiquettes','Triangle','Rectangle\x20arrondi\x20vide','Chiffres\x20fixes\x20du\x20camembert','Losange','Couleur\x20de\x20fond','Format','Pourcentage','Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','L’élément\x20{0}','Ouvrir\x20le\x20panneau\x20de\x20graphique','Morceaux','Bas','Polynomiale','22166001UlcaxU','Axe\x20gauche','Couleur\x20de\x20la\x20bordure\x20du\x20graphique','Plage\x20de\x20données','Moyenne\x20mobile','(Vide)','Catégorie','Ajouter\x20un\x20point\x20de\x20données','Graphique\x20en\x20camembert','305838AruerL','lacunes','Types\x20de\x20formats','Graphique\x20en\x20aires','Position','Lisse','Lignes\x20de\x20grille\x20et\x20graduations','Losange\x20vide','Utiliser\x20{0}\x20comme\x20catégorie','Format\x20du\x20titre','Premier\x20quartile','Ligne\x20indicatrice','Définir\x20le\x20format\x20de\x20l’étiquette','Pourcentage\x20Cumulé','Étiquette\x20indicatrice','Types\x20de\x20devises','Type\x20de\x20ligne\x20pointillée','Angle\x20de\x20remplissage\x20des\x20étiquettes','Exponentielle','Graphique\x20de\x20relations','{0}\x20avec\x20taille','Position\x20des\x20étiquettes','Graphique\x20en\x20beignet','Style\x20du\x20sous-total','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Continu','Médiane','Répulsion','Bordure','Ordre\x20du\x20polynôme','Graphique\x20en\x20entonnoir','Simple','Axe','Type\x20de\x20ligne\x20indicatrice','Faire\x20pivoter\x20l’étiquette','Formule'];_0x43f5=function(){return _0x143026;};return _0x43f5();}function _0x1670(_0x56c329,_0x2a21e3){_0x56c329=_0x56c329-0x7e;const _0x43f57e=_0x43f5();let _0x1670bc=_0x43f57e[_0x56c329];return _0x1670bc;}const e={'chart':{'insertChart':_0x117769(0xf2),'editChart':_0x117769(0x13e),'openChartPanel':_0x117769(0xaa),'deleteChart':'Supprimer\x20le\x20graphique','hideChartPanel':'Masquer\x20le\x20panneau\x20de\x20graphique','setupChart':'Configurer','customChart':_0x117769(0x80),'default':'Par\x20défaut','reset':_0x117769(0x84),'chartType':'Type\x20de\x20graphique','themes':_0x117769(0x13a),'dataRange':_0x117769(0xb1),'stack':_0x117769(0x114),'category':_0x117769(0xb4),'aggregate':'Agrégat','allSeries':'Toutes\x20les\x20séries','series':'Séries','addSeries':_0x117769(0x11f),'moreSettings':_0x117769(0xf0),'min':'Min','max':_0x117769(0x99),'invalidType':{'gaps':_0x117769(0xb8),'zero':_0x117769(0x88),'connectDataPointsWithStraightLines':_0x117769(0x13f)},'blank':_0x117769(0xb3),'seriesBlock':{'format':_0x117769(0xa6),'dataPointStyle':_0x117769(0x8f)},'backgroundColor':_0x117769(0xa5),'chartBorderColor':_0x117769(0xb0),'titles':{'title':'Titre','mainTitle':_0x117769(0x140),'subTitle':_0x117769(0x95),'xAxisTitle':_0x117769(0x112),'yAxisTitle':'Titre\x20de\x20l’axe\x20Y','rightYAxisTitle':'Titre\x20de\x20l’axe\x20Y\x20droit','titleFormat':_0x117769(0xc0),'titleText':_0x117769(0x87),'titlePosition':_0x117769(0x92),'titleAlign':_0x117769(0x13d)},'axisPositionType':{'start':'Début','center':_0x117769(0x127),'end':_0x117769(0x12a)},'gradientFill':_0x117769(0x10b),'settingsLabels':{'switchToRowOrColumn':'Basculer\x20vers\x20ligne/colonne','useAsCategoryLabels':_0x117769(0xbf),'showEmptyCellsAs':_0x117769(0x123)},'positionType':{'auto':_0x117769(0x9b),'inside':_0x117769(0x136),'outside':_0x117769(0xde),'top':_0x117769(0x113),'bottom':_0x117769(0xac),'left':_0x117769(0x105),'right':'Droite','hide':_0x117769(0xfc)},'align':{'left':'Gauche','center':_0x117769(0x127),'right':'Droite'},'alignY':{'top':_0x117769(0x113),'middle':_0x117769(0x129),'bottom':_0x117769(0xac)},'chartStyle':_0x117769(0x146),'chartAndAxisTitles':_0x117769(0x90),'legend':_0x117769(0xeb),'legendSelectMode':_0x117769(0x9e),'legendSelectModeType':{'single':_0x117769(0xd6),'multiple':_0x117769(0x121),'close':_0x117769(0x9f)},'legendVisualMapType':{'continuous':_0x117769(0xd0),'piecewise':_0x117769(0xab)},'axes':{'axis':_0x117769(0xd7),'axisOptions':_0x117769(0xf1),'horizontalAxis':_0x117769(0x139),'verticalAxis':_0x117769(0xfa),'rightVerticalAxis':_0x117769(0x9c),'leftAxis':_0x117769(0xaf),'rightAxis':_0x117769(0x14e),'useRightAxis':_0x117769(0x11a)},'position':_0x117769(0xbb),'dataLabels':_0x117769(0x101),'gridlinesAndTicks':_0x117769(0xbd),'indicatorLine':_0x117769(0xc2),'indicatorLineType':_0x117769(0xd8),'indicatorLineColor':_0x117769(0x119),'indicatorLabel':_0x117769(0xc5),'indicatorValue':'Valeur\x20indicatrice','shape':{'polygon':'Polygone','circle':_0x117769(0x14c),'square':_0x117769(0x145),'triangle':_0x117769(0xa1),'diamond':_0x117769(0xa4),'rect':_0x117769(0x106),'roundRect':'Rectangle\x20arrondi','pin':'Épingle','arrow':_0x117769(0x125),'none':_0x117769(0x8c),'emptyCircle':_0x117769(0xdb),'emptySquare':_0x117769(0x13c),'emptyTriangle':_0x117769(0x108),'emptyDiamond':_0x117769(0xbe),'emptyRect':_0x117769(0xe2),'emptyRoundRect':_0x117769(0xa2),'emptyPin':'Épingle\x20vide','emptyArrow':_0x117769(0xe6)},'border':_0x117769(0xd3),'value':_0x117769(0x11e),'fill':_0x117769(0x103),'line':_0x117769(0xea),'withOpacity':_0x117769(0x9d),'withColor':_0x117769(0x141),'withThickness':_0x117769(0x12c),'withType':_0x117769(0x82),'withSize':_0x117769(0xcb),'withShape':_0x117769(0x9a),'withFormat':'{0}\x20avec\x20format','dataPoint':'Point\x20de\x20données','dataNodeShape':_0x117769(0x107),'addDataPoint':_0x117769(0xb5),'point':_0x117769(0x148),'percentage':_0x117769(0xa7),'lineType':{'line':'Ligne','smooth':_0x117769(0xbc),'step':_0x117769(0x144)},'stackType':{'stack':_0x117769(0x114),'percent':_0x117769(0xdc)},'lineDashType':_0x117769(0xc7),'dashType':{'solid':'Plein','dash':'Tiret','dot':_0x117769(0x81)},'color':_0x117769(0xfd),'gridlines':{'majorGridlines':_0x117769(0x115),'text':'Lignes\x20de\x20grille'},'ticks':{'majorTick':_0x117769(0xef),'tickPosition':_0x117769(0xe8),'tickLength':'Longueur\x20des\x20graduations'},'none':_0x117769(0x8c),'theIndexItem':_0x117769(0xa9),'seriesDefaultName':_0x117769(0x124),'categoryDefaultName':_0x117769(0x133),'styleEditPanel':{'showLabels':_0x117769(0x86),'showDataLabels':'Afficher\x20les\x20étiquettes\x20de\x20données','padAngle':_0x117769(0xc8),'halfPie':'Demi-camembert','rosePie':'Camembert\x20en\x20rose','pieValScale':_0x117769(0x149),'pieValSuffix':_0x117769(0x128),'pieDigitalFixed':_0x117769(0xa3),'showLabelLine':'Afficher\x20la\x20ligne\x20des\x20étiquettes','reverseAxisOrder':'Inverser\x20l’ordre\x20des\x20axes','showAxisLine':_0x117769(0xff),'labelPosition':_0x117769(0xcc),'labelText':_0x117769(0xee),'repeatWordCould':_0x117769(0x89),'gap':_0x117769(0xe7),'useAbsValue':_0x117769(0xf9),'labelRotate':_0x117769(0xa0),'wordCloudShape':'Forme\x20du\x20nuage\x20de\x20mots','useDateAxis':'Utiliser\x20l’axe\x20des\x20dates','dateAxisTips':_0x117769(0x126)},'doughnutHole':_0x117769(0x132),'radar':{'fill':'Remplir'},'msg':{'invalidSource':_0x117769(0xe0),'emptyTips':_0x117769(0xf8),'sankeyCircularTips':_0x117769(0x138)},'cloud':{'title':'Nuage\x20de\x20mots','word':_0x117769(0x8b),'frequency':_0x117769(0x97)},'trendline':{'name':_0x117769(0xed),'displayName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','addTrendLine':_0x117769(0x117),'trendlineType':'Type\x20de\x20courbe\x20de\x20tendance','trendlineName':_0x117769(0xcf),'trendlineColor':_0x117769(0x122),'trendlineThickness':_0x117769(0xdf),'trendlineDashType':_0x117769(0x12d),'exp':_0x117769(0xc9),'linear':_0x117769(0xf3),'log':'Logarithmique','pow':_0x117769(0x14d),'movingAvg':_0x117769(0xb2),'poly':_0x117769(0xad),'order':_0x117769(0xd4),'period':_0x117769(0x94),'showFormula':'Afficher\x20la\x20formule','showR2':'Afficher\x20R\x20carré','formula':_0x117769(0xda),'r2':_0x117769(0x7e)},'bubble':{'xAxis':'Axe\x20X','yAxis':_0x117769(0x104),'size':_0x117769(0xe4),'label':_0x117769(0x10f),'emptyTips':_0x117769(0x13b)},'relation':{'title':_0x117769(0xca),'auto':'Auto','circular':'Circulaire','force':_0x117769(0xfe),'useValueAsSymbolSize':_0x117769(0x85),'layoutType':_0x117769(0x137),'forceOptions':_0x117769(0x8d),'repulsion':_0x117769(0xd2),'gravity':'Gravité','edgeLength':_0x117769(0x11d),'rotateLabel':_0x117769(0xd9),'emphasis':'Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','emptyTips':_0x117769(0x11c)},'waterfall':{'stackType':'Type\x20d\x27empilement','arrangement':_0x117769(0xe1),'stacked':'Empilé','positive':_0x117769(0x8e),'negative':'Négatif','subtotal':'Sous-total','showSubtotal':'Afficher\x20le\x20sous-total','positiveStyle':_0x117769(0xf7),'negativeStyle':_0x117769(0x100),'subtotalStyle':_0x117769(0xce),'positiveLegendText':_0x117769(0x150),'negativeLegendText':'Texte\x20de\x20légende\x20négatif','subtotalLegendText':_0x117769(0x83)},'pareto':{'lineName':_0x117769(0xc4),'lineSeries':'Série\x20du\x20Pourcentage\x20Cumulé','barSeries':_0x117769(0xf4)},'visualMapScope':_0x117769(0x143),'boxplot':{'min':_0x117769(0x134),'q1':_0x117769(0xc1),'median':_0x117769(0xd1),'q3':_0x117769(0x10a),'max':_0x117769(0x142)}},'chartTypes':{'line':_0x117769(0x130),'area':_0x117769(0xba),'areaStacked':_0x117769(0x12b),'areaPercentStacked':_0x117769(0xf6),'column':_0x117769(0xe9),'bar':_0x117769(0x116),'barStacked':_0x117769(0xe5),'barPercentStacked':_0x117769(0x8a),'pie':_0x117769(0xb6),'donut':_0x117769(0xcd),'scatter':_0x117769(0x135),'radar':'Graphique\x20radar','bubble':_0x117769(0x14a),'stock':_0x117769(0x96),'combination':_0x117769(0x12f),'wordCloud':_0x117769(0x131),'funnel':_0x117769(0xd5),'relation':_0x117769(0xfb),'waterfall':_0x117769(0x98),'pareto':_0x117769(0xec),'sankey':_0x117769(0x10c),'heatmap':'Carte\x20thermique','boxplot':_0x117769(0x10e)},'dialog':{'numfmt':{'general':_0x117769(0x7f),'accounting':_0x117769(0x102),'currency':'Monétaire','date':_0x117769(0x109),'thousandthPercentile':'Milleième','fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x117769(0xb9),'confirm':'OK','cancel':_0x117769(0x11b),'generalDesc':_0x117769(0x14f),'accountingDesc':_0x117769(0x14b),'currencyDesc':_0x117769(0xa8),'dateDesc':'Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','thousandthPercentileDesc':_0x117769(0x120),'decimalPlaces':'Décimales','currencyTypes':_0x117769(0xc6),'negativeNumberTypes':_0x117769(0xdd),'dateTypes':_0x117769(0x12e)},'setFormat':_0x117769(0xc3)}};export{e as default};
|
|
1
|
+
const _0x1cb7b4=_0xd1de;function _0xd1de(_0x5a09f7,_0x3d0d58){_0x5a09f7=_0x5a09f7-0x11c;const _0x55916b=_0x5591();let _0xd1de42=_0x55916b[_0x5a09f7];return _0xd1de42;}(function(_0x1addee,_0x55aa74){const _0x11077d=_0xd1de,_0x905fa=_0x1addee();while(!![]){try{const _0x3d903d=parseInt(_0x11077d(0x155))/0x1*(-parseInt(_0x11077d(0x19c))/0x2)+-parseInt(_0x11077d(0x1d1))/0x3*(parseInt(_0x11077d(0x1e1))/0x4)+parseInt(_0x11077d(0x1d7))/0x5+-parseInt(_0x11077d(0x18b))/0x6+-parseInt(_0x11077d(0x1a9))/0x7+-parseInt(_0x11077d(0x1a8))/0x8*(parseInt(_0x11077d(0x1d3))/0x9)+-parseInt(_0x11077d(0x1af))/0xa*(-parseInt(_0x11077d(0x15f))/0xb);if(_0x3d903d===_0x55aa74)break;else _0x905fa['push'](_0x905fa['shift']());}catch(_0x31f847){_0x905fa['push'](_0x905fa['shift']());}}}(_0x5591,0x67ab9));function _0x5591(){const _0x441bd8=['Type\x20d\x27empilement','{0}\x20avec\x20opacité','Afficher\x20les\x20étiquettes','Utiliser\x20la\x20valeur\x20comme\x20taille\x20de\x20nœud','Texte\x20du\x20titre','Nom\x20de\x20la\x20courbe\x20de\x20tendance','Graphique\x20en\x20barres\x20empilées\x20en\x20pourcentage','Ligne','Angle\x20de\x20remplissage\x20des\x20étiquettes','Graphique\x20radar','Graphique\x20en\x20bulles','L’élément\x20{0}','Style\x20des\x20points\x20de\x20données','Empilé','L’axe\x20des\x20dates\x20n’est\x20disponible\x20que\x20lorsque\x20toutes\x20les\x20données\x20sont\x20au\x20format\x20date','Titres\x20du\x20graphique\x20et\x20des\x20axes','Axe\x20horizontal','Automatique','Puissance','Losange','Graphique\x20de\x20Sankey','Graphique\x20en\x20aires\x20empilées','Polynomiale','Position\x20du\x20titre','Formule','Chiffres\x20fixes\x20du\x20camembert','Mode\x20de\x20sélection\x20de\x20la\x20légende','Type\x20de\x20courbe\x20de\x20tendance','Type\x20de\x20ligne\x20pointillée','Aucun','Plage\x20de\x20données','La\x20source\x20de\x20données\x20du\x20graphique\x20doit\x20contenir\x20plus\x20d’une\x20ligne\x20et\x20d’une\x20colonne.','Lisse','Forces\x20dirigées','Longueur\x20des\x20graduations','Sous-titre','Morceaux','Lignes\x20de\x20grille','Afficher\x20les\x20étiquettes\x20de\x20données','Cercle','Ajouter\x20une\x20courbe\x20de\x20tendance','Masquer\x20le\x20panneau\x20de\x20graphique','Exponentielle','Bas','Pourcentage\x20Cumulé','Axe\x20gauche','Remplir','À\x20l’extérieur','70310dCoWpQ','Graphique\x20de\x20dispersion','Monétaire','Étiquette\x20indicatrice','Décimales','Série\x20{0}','{0}\x20avec\x20taille','Taille\x20de\x20la\x20bulle','Étape','Graphique\x20boursier','13067879WWDCce','R\x20carré','Axe\x20droit','Série\x20du\x20Pourcentage\x20Cumulé','Valeur\x20indicatrice','Style\x20du\x20sous-total','Camembert\x20en\x20rose','Graphique\x20combiné','Catégorie','Graphique\x20en\x20barres','Graphique\x20en\x20ligne','Épingle\x20vide','Thèmes','Centre','Trou\x20du\x20beignet','Utiliser\x20l’axe\x20droit','Graphique\x20en\x20beignet','Axe\x20Y','Rectangle\x20arrondi','Carré','Type\x20de\x20graphique','Graphique\x20en\x20barres\x20empilées','{0}\x20avec\x20format','Style\x20de\x20graphique','Simple','lacunes','Série\x20de\x20Diagramme\x20en\x20Barres','Toutes\x20les\x20séries','Personnaliser','Continu','Graduation\x20principale','La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','Remplissage\x20en\x20dégradé','Texte\x20de\x20légende\x20positif','Tiret','Valeur\x20maximale','Épaisseur\x20de\x20la\x20courbe\x20de\x20tendance','Comptabilité','Courbe\x20de\x20tendance','Fin','Faire\x20pivoter\x20l’étiquette','Utiliser\x20{0}\x20comme\x20catégorie','Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','Couleur\x20de\x20fond','814920GOjESy','Max','Activer\x20l’effet\x20d’apparition\x20en\x20fondu\x20lors\x20de\x20la\x20sélection','Lignes\x20de\x20grille\x20principales','Alignement\x20du\x20titre\x20de\x20l’axe','Connecter\x20les\x20points\x20de\x20données\x20avec\x20des\x20lignes\x20droites','Types\x20de\x20devises','Afficher\x20les\x20cellules\x20vides\x20comme','Supprimer\x20le\x20graphique','Empiler','Légende','Axe\x20X','Graphique\x20en\x20colonnes','Graphique\x20en\x20camembert','Ouvrir\x20le\x20panneau\x20de\x20graphique','Afficher\x20la\x20ligne\x20de\x20l’axe','Troisième\x20quartile','4ZlfXhB','Position\x20des\x20graduations','Forme\x20du\x20nœud\x20de\x20données','Milleième','Position\x20des\x20étiquettes','Étiquettes\x20de\x20données','Auto','Types\x20de\x20dates','Type\x20de\x20disposition','Graphique\x20en\x20aires\x20empilées\x20en\x20pourcentage','Axe\x20vertical','Carte\x20thermique','136njWajk','2796549citWNa','Titre','Masquer','Répulsion','Le\x20format\x20date\x20affiche\x20les\x20numéros\x20de\x20série\x20comme\x20des\x20valeurs\x20de\x20date\x20et\x20d’heure.','Afficher\x20R\x20carré','10ACMOTh','Texte\x20de\x20légende\x20négatif','Échelle\x20de\x20valeur\x20du\x20camembert','Premier\x20quartile','Basculer\x20vers\x20ligne/colonne','Rectangle\x20vide','Haut','Valeur','Période\x20de\x20la\x20moyenne\x20mobile','Milieu','Graphique\x20en\x20aires','Graphique\x20de\x20relation','Point','(Vide)','Titre\x20de\x20l’axe\x20Y','Suffixe\x20de\x20valeur\x20du\x20camembert','Texte\x20de\x20légende\x20du\x20sous-total','zéro','Pourcentage','Style\x20positif','Style\x20négatif','Répéter\x20le\x20nuage\x20de\x20mots','Cercle\x20vide','Types\x20de\x20formats','Fréquence','Texte\x20des\x20étiquettes','Lignes\x20de\x20grille\x20et\x20graduations','Gauche','Graphique\x20en\x20nuage\x20de\x20mots','Triangle\x20vide','Droite','Étiquette\x20de\x20la\x20bulle','Inverser\x20l’ordre\x20des\x20axes','{0}\x20avec\x20couleur','964893FhzdsA','Afficher\x20le\x20sous-total','62226FYYCKv','Format\x20du\x20titre','Couleur\x20de\x20la\x20ligne\x20indicatrice','Types\x20de\x20nombres\x20négatifs','1758800KEwJte','Axe','Linéaire','Sous-total','Moyenne\x20mobile','Valeur\x20minimale','Type\x20de\x20ligne\x20indicatrice','Ajouter\x20un\x20point\x20de\x20données','Date','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','4ECZzNo','Min','Le\x20format\x20comptabilité\x20aligne\x20les\x20symboles\x20monétaires\x20et\x20les\x20points\x20décimaux\x20dans\x20une\x20colonne.','Position','{0}\x20avec\x20type','Définir\x20le\x20format\x20de\x20l’étiquette','Positif','Format','Type\x20de\x20ligne\x20pointillée\x20de\x20la\x20courbe\x20de\x20tendance','Options\x20de\x20disposition\x20par\x20forces','Forme\x20du\x20nuage\x20de\x20mots','Titre\x20de\x20l’axe\x20X','{0}\x20avec\x20épaisseur','Afficher\x20la\x20ligne\x20des\x20étiquettes','Insérer\x20un\x20graphique','Flèche\x20vide','Carré\x20vide'];_0x5591=function(){return _0x441bd8;};return _0x5591();}const e={'chart':{'insertChart':_0x1cb7b4(0x122),'editChart':'Éditeur\x20de\x20graphique','openChartPanel':_0x1cb7b4(0x199),'deleteChart':_0x1cb7b4(0x193),'hideChartPanel':_0x1cb7b4(0x14e),'setupChart':'Configurer','customChart':_0x1cb7b4(0x17b),'default':'Par\x20défaut','reset':'Réinitialiser','chartType':_0x1cb7b4(0x173),'themes':_0x1cb7b4(0x16b),'dataRange':_0x1cb7b4(0x143),'stack':'Empiler','category':_0x1cb7b4(0x167),'aggregate':'Agrégat','allSeries':_0x1cb7b4(0x17a),'series':'Séries','addSeries':'Ajouter\x20une\x20série','moreSettings':'Plus\x20de\x20paramètres','min':_0x1cb7b4(0x1e2),'max':_0x1cb7b4(0x18c),'invalidType':{'gaps':_0x1cb7b4(0x178),'zero':_0x1cb7b4(0x1c0),'connectDataPointsWithStraightLines':_0x1cb7b4(0x190)},'blank':_0x1cb7b4(0x1bc),'seriesBlock':{'format':_0x1cb7b4(0x1e8),'dataPointStyle':_0x1cb7b4(0x131)},'backgroundColor':_0x1cb7b4(0x18a),'chartBorderColor':'Couleur\x20de\x20la\x20bordure\x20du\x20graphique','titles':{'title':_0x1cb7b4(0x1aa),'mainTitle':'Titre\x20principal','subTitle':_0x1cb7b4(0x148),'xAxisTitle':_0x1cb7b4(0x11f),'yAxisTitle':_0x1cb7b4(0x1bd),'rightYAxisTitle':'Titre\x20de\x20l’axe\x20Y\x20droit','titleFormat':_0x1cb7b4(0x1d4),'titleText':_0x1cb7b4(0x129),'titlePosition':_0x1cb7b4(0x13c),'titleAlign':_0x1cb7b4(0x18f)},'axisPositionType':{'start':'Début','center':_0x1cb7b4(0x16c),'end':_0x1cb7b4(0x186)},'gradientFill':_0x1cb7b4(0x17f),'settingsLabels':{'switchToRowOrColumn':_0x1cb7b4(0x1b3),'useAsCategoryLabels':_0x1cb7b4(0x188),'showEmptyCellsAs':_0x1cb7b4(0x192)},'positionType':{'auto':_0x1cb7b4(0x136),'inside':'À\x20l’intérieur','outside':_0x1cb7b4(0x154),'top':_0x1cb7b4(0x1b5),'bottom':'Bas','left':_0x1cb7b4(0x1ca),'right':_0x1cb7b4(0x1cd),'hide':_0x1cb7b4(0x1ab)},'align':{'left':_0x1cb7b4(0x1ca),'center':'Centre','right':_0x1cb7b4(0x1cd)},'alignY':{'top':'Haut','middle':_0x1cb7b4(0x1b8),'bottom':_0x1cb7b4(0x150)},'chartStyle':_0x1cb7b4(0x176),'chartAndAxisTitles':_0x1cb7b4(0x134),'legend':_0x1cb7b4(0x195),'legendSelectMode':_0x1cb7b4(0x13f),'legendSelectModeType':{'single':_0x1cb7b4(0x177),'multiple':'Multiple','close':'Fermer'},'legendVisualMapType':{'continuous':_0x1cb7b4(0x17c),'piecewise':_0x1cb7b4(0x149)},'axes':{'axis':_0x1cb7b4(0x1d8),'axisOptions':'Options\x20de\x20l’axe','horizontalAxis':_0x1cb7b4(0x135),'verticalAxis':_0x1cb7b4(0x1a6),'rightVerticalAxis':'Axe\x20vertical\x20droit','leftAxis':_0x1cb7b4(0x152),'rightAxis':_0x1cb7b4(0x161),'useRightAxis':_0x1cb7b4(0x16e)},'position':_0x1cb7b4(0x1e4),'dataLabels':_0x1cb7b4(0x1a1),'gridlinesAndTicks':_0x1cb7b4(0x1c9),'indicatorLine':'Ligne\x20indicatrice','indicatorLineType':_0x1cb7b4(0x1dd),'indicatorLineColor':_0x1cb7b4(0x1d5),'indicatorLabel':_0x1cb7b4(0x158),'indicatorValue':_0x1cb7b4(0x163),'shape':{'polygon':'Polygone','circle':_0x1cb7b4(0x14c),'square':_0x1cb7b4(0x172),'triangle':'Triangle','diamond':_0x1cb7b4(0x138),'rect':'Rectangle','roundRect':_0x1cb7b4(0x171),'pin':'Épingle','arrow':'Flèche','none':_0x1cb7b4(0x142),'emptyCircle':_0x1cb7b4(0x1c5),'emptySquare':_0x1cb7b4(0x124),'emptyTriangle':_0x1cb7b4(0x1cc),'emptyDiamond':'Losange\x20vide','emptyRect':_0x1cb7b4(0x1b4),'emptyRoundRect':'Rectangle\x20arrondi\x20vide','emptyPin':_0x1cb7b4(0x16a),'emptyArrow':_0x1cb7b4(0x123)},'border':'Bordure','value':_0x1cb7b4(0x1b6),'fill':'Remplir','line':_0x1cb7b4(0x12c),'withOpacity':_0x1cb7b4(0x126),'withColor':_0x1cb7b4(0x1d0),'withThickness':_0x1cb7b4(0x120),'withType':_0x1cb7b4(0x1e5),'withSize':_0x1cb7b4(0x15b),'withShape':'{0}\x20avec\x20forme','withFormat':_0x1cb7b4(0x175),'dataPoint':'Point\x20de\x20données','dataNodeShape':_0x1cb7b4(0x19e),'addDataPoint':_0x1cb7b4(0x1de),'point':_0x1cb7b4(0x1bb),'percentage':_0x1cb7b4(0x1c1),'lineType':{'line':'Ligne','smooth':_0x1cb7b4(0x145),'step':_0x1cb7b4(0x15d)},'stackType':{'stack':_0x1cb7b4(0x194),'percent':'Pourcentage\x20empilé'},'lineDashType':_0x1cb7b4(0x141),'dashType':{'solid':'Plein','dash':_0x1cb7b4(0x181),'dot':'Pointillé'},'color':'Couleur','gridlines':{'majorGridlines':_0x1cb7b4(0x18e),'text':_0x1cb7b4(0x14a)},'ticks':{'majorTick':_0x1cb7b4(0x17d),'tickPosition':_0x1cb7b4(0x19d),'tickLength':_0x1cb7b4(0x147)},'none':'Aucun','theIndexItem':_0x1cb7b4(0x130),'seriesDefaultName':_0x1cb7b4(0x15a),'categoryDefaultName':'Catégorie\x20{0}','styleEditPanel':{'showLabels':_0x1cb7b4(0x127),'showDataLabels':_0x1cb7b4(0x14b),'padAngle':_0x1cb7b4(0x12d),'halfPie':'Demi-camembert','rosePie':_0x1cb7b4(0x165),'pieValScale':_0x1cb7b4(0x1b1),'pieValSuffix':_0x1cb7b4(0x1be),'pieDigitalFixed':_0x1cb7b4(0x13e),'showLabelLine':_0x1cb7b4(0x121),'reverseAxisOrder':_0x1cb7b4(0x1cf),'showAxisLine':_0x1cb7b4(0x19a),'labelPosition':_0x1cb7b4(0x1a0),'labelText':_0x1cb7b4(0x1c8),'repeatWordCould':_0x1cb7b4(0x1c4),'gap':'Écart','useAbsValue':'Utiliser\x20la\x20valeur\x20absolue','labelRotate':'Rotation\x20des\x20étiquettes','wordCloudShape':_0x1cb7b4(0x11e),'useDateAxis':'Utiliser\x20l’axe\x20des\x20dates','dateAxisTips':_0x1cb7b4(0x133)},'doughnutHole':_0x1cb7b4(0x16d),'radar':{'fill':_0x1cb7b4(0x153)},'msg':{'invalidSource':_0x1cb7b4(0x144),'emptyTips':_0x1cb7b4(0x1e0),'sankeyCircularTips':'Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires'},'cloud':{'title':'Nuage\x20de\x20mots','word':'Mot','frequency':_0x1cb7b4(0x1c7)},'trendline':{'name':_0x1cb7b4(0x185),'displayName':_0x1cb7b4(0x12a),'addTrendLine':_0x1cb7b4(0x14d),'trendlineType':_0x1cb7b4(0x140),'trendlineName':'Nom\x20de\x20la\x20courbe\x20de\x20tendance','trendlineColor':'Couleur\x20de\x20la\x20courbe\x20de\x20tendance','trendlineThickness':_0x1cb7b4(0x183),'trendlineDashType':_0x1cb7b4(0x11c),'exp':_0x1cb7b4(0x14f),'linear':_0x1cb7b4(0x1d9),'log':'Logarithmique','pow':_0x1cb7b4(0x137),'movingAvg':_0x1cb7b4(0x1db),'poly':_0x1cb7b4(0x13b),'order':'Ordre\x20du\x20polynôme','period':_0x1cb7b4(0x1b7),'showFormula':'Afficher\x20la\x20formule','showR2':_0x1cb7b4(0x1ae),'formula':_0x1cb7b4(0x13d),'r2':_0x1cb7b4(0x160)},'bubble':{'xAxis':_0x1cb7b4(0x196),'yAxis':_0x1cb7b4(0x170),'size':_0x1cb7b4(0x15c),'label':_0x1cb7b4(0x1ce),'emptyTips':_0x1cb7b4(0x189)},'relation':{'title':'Graphique\x20de\x20relations','auto':_0x1cb7b4(0x1a2),'circular':'Circulaire','force':_0x1cb7b4(0x146),'useValueAsSymbolSize':_0x1cb7b4(0x128),'layoutType':_0x1cb7b4(0x1a4),'forceOptions':_0x1cb7b4(0x11d),'repulsion':_0x1cb7b4(0x1ac),'gravity':'Gravité','edgeLength':'Distance\x20entre\x20les\x20nœuds','rotateLabel':_0x1cb7b4(0x187),'emphasis':_0x1cb7b4(0x18d),'emptyTips':_0x1cb7b4(0x17e)},'waterfall':{'stackType':_0x1cb7b4(0x125),'arrangement':'Séquentiel','stacked':_0x1cb7b4(0x132),'positive':_0x1cb7b4(0x1e7),'negative':'Négatif','subtotal':_0x1cb7b4(0x1da),'showSubtotal':_0x1cb7b4(0x1d2),'positiveStyle':_0x1cb7b4(0x1c2),'negativeStyle':_0x1cb7b4(0x1c3),'subtotalStyle':_0x1cb7b4(0x164),'positiveLegendText':_0x1cb7b4(0x180),'negativeLegendText':_0x1cb7b4(0x1b0),'subtotalLegendText':_0x1cb7b4(0x1bf)},'pareto':{'lineName':_0x1cb7b4(0x151),'lineSeries':_0x1cb7b4(0x162),'barSeries':_0x1cb7b4(0x179)},'visualMapScope':'Portée\x20de\x20la\x20carte\x20visuelle','boxplot':{'min':_0x1cb7b4(0x1dc),'q1':_0x1cb7b4(0x1b2),'median':'Médiane','q3':_0x1cb7b4(0x19b),'max':_0x1cb7b4(0x182)}},'chartTypes':{'line':_0x1cb7b4(0x169),'area':_0x1cb7b4(0x1b9),'areaStacked':_0x1cb7b4(0x13a),'areaPercentStacked':_0x1cb7b4(0x1a5),'column':_0x1cb7b4(0x197),'bar':_0x1cb7b4(0x168),'barStacked':_0x1cb7b4(0x174),'barPercentStacked':_0x1cb7b4(0x12b),'pie':_0x1cb7b4(0x198),'donut':_0x1cb7b4(0x16f),'scatter':_0x1cb7b4(0x156),'radar':_0x1cb7b4(0x12e),'bubble':_0x1cb7b4(0x12f),'stock':_0x1cb7b4(0x15e),'combination':_0x1cb7b4(0x166),'wordCloud':_0x1cb7b4(0x1cb),'funnel':'Graphique\x20en\x20entonnoir','relation':_0x1cb7b4(0x1ba),'waterfall':'Graphique\x20en\x20cascade','pareto':'Graphique\x20de\x20Pareto','sankey':_0x1cb7b4(0x139),'heatmap':_0x1cb7b4(0x1a7),'boxplot':'Boîte\x20à\x20moustaches'},'dialog':{'numfmt':{'general':'Général','accounting':_0x1cb7b4(0x184),'currency':_0x1cb7b4(0x157),'date':_0x1cb7b4(0x1df),'thousandthPercentile':_0x1cb7b4(0x19f),'fieldSetting':'Paramètres\x20de\x20champ','formatTypes':_0x1cb7b4(0x1c6),'confirm':'OK','cancel':'Annuler','generalDesc':'Le\x20format\x20général\x20n’applique\x20aucun\x20format\x20numérique\x20spécifique.','accountingDesc':_0x1cb7b4(0x1e3),'currencyDesc':'Le\x20format\x20monétaire\x20est\x20utilisé\x20pour\x20les\x20valeurs\x20financières\x20générales,\x20tandis\x20que\x20le\x20format\x20comptabilité\x20aligne\x20les\x20décimales\x20dans\x20une\x20colonne\x20de\x20valeurs.','dateDesc':_0x1cb7b4(0x1ad),'thousandthPercentileDesc':'Le\x20format\x20millième\x20est\x20utilisé\x20pour\x20les\x20nombres\x20généraux\x20;\x20les\x20formats\x20monétaire\x20et\x20comptabilité\x20offrent\x20des\x20options\x20spécifiques\x20pour\x20les\x20valeurs\x20financières.','decimalPlaces':_0x1cb7b4(0x159),'currencyTypes':_0x1cb7b4(0x191),'negativeNumberTypes':_0x1cb7b4(0x1d6),'dateTypes':_0x1cb7b4(0x1a3)},'setFormat':_0x1cb7b4(0x1e6)}};export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3a0189=_0x3281;(function(_0x15b113,_0x40ec27){const _0xc1568f=_0x3281,_0x103b44=_0x15b113();while(!![]){try{const _0x3dd2b5=-parseInt(_0xc1568f(0xeb))/0x1+-parseInt(_0xc1568f(0x10a))/0x2*(-parseInt(_0xc1568f(0x134))/0x3)+parseInt(_0xc1568f(0x13e))/0x4*(parseInt(_0xc1568f(0x14e))/0x5)+-parseInt(_0xc1568f(0xe4))/0x6+parseInt(_0xc1568f(0xd5))/0x7*(parseInt(_0xc1568f(0x104))/0x8)+-parseInt(_0xc1568f(0xcd))/0x9+parseInt(_0xc1568f(0xcb))/0xa*(parseInt(_0xc1568f(0xe9))/0xb);if(_0x3dd2b5===_0x40ec27)break;else _0x103b44['push'](_0x103b44['shift']());}catch(_0x41c47d){_0x103b44['push'](_0x103b44['shift']());}}}(_0x3478,0x1a431));const e={'chart':{'insertChart':_0x3a0189(0x14b),'editChart':_0x3a0189(0xfa),'openChartPanel':_0x3a0189(0xf8),'deleteChart':'グラフの削除','hideChartPanel':_0x3a0189(0xfe),'setupChart':'設定','customChart':_0x3a0189(0xd7),'default':'既定','reset':_0x3a0189(0xfb),'chartType':_0x3a0189(0x13d),'themes':_0x3a0189(0x14d),'dataRange':_0x3a0189(0xd9),'stack':_0x3a0189(0x139),'category':'項目','aggregate':'集計','allSeries':_0x3a0189(0xdb),'series':'系列','addSeries':_0x3a0189(0x114),'moreSettings':_0x3a0189(0x15c),'min':_0x3a0189(0xf2),'max':_0x3a0189(0x128),'invalidType':{'gaps':'空白','zero':'ゼロ','connectDataPointsWithStraightLines':_0x3a0189(0x106)},'blank':_0x3a0189(0xd4),'seriesBlock':{'format':'書式','dataPointStyle':'データポイントのスタイル'},'backgroundColor':_0x3a0189(0x115),'chartBorderColor':'グラフの枠線の色','titles':{'title':_0x3a0189(0x109),'mainTitle':'グラフタイトル','subTitle':_0x3a0189(0x156),'xAxisTitle':_0x3a0189(0xd2),'yAxisTitle':_0x3a0189(0x118),'rightYAxisTitle':_0x3a0189(0x11f),'titleFormat':_0x3a0189(0x11a),'titleText':_0x3a0189(0xd0),'titlePosition':_0x3a0189(0x11e),'titleAlign':'軸ラベルの配置'},'axisPositionType':{'start':'先頭','center':'中央','end':'末尾'},'gradientFill':_0x3a0189(0x159),'settingsLabels':{'switchToRowOrColumn':_0x3a0189(0x132),'useAsCategoryLabels':_0x3a0189(0x101),'showEmptyCellsAs':_0x3a0189(0xf1)},'positionType':{'auto':'自動','inside':'内側','outside':'外側','top':'上','bottom':'下','left':'左','right':'右','hide':_0x3a0189(0x154)},'align':{'left':_0x3a0189(0xf7),'center':'中央揃え','right':'右揃え'},'alignY':{'top':_0x3a0189(0x113),'middle':_0x3a0189(0xf9),'bottom':_0x3a0189(0xd1)},'chartStyle':_0x3a0189(0xce),'chartAndAxisTitles':_0x3a0189(0xe8),'legend':'凡例','legendSelectMode':'凡例の選択モード','legendSelectModeType':{'single':'単一','multiple':'複数','close':'閉じる'},'legendVisualMapType':{'continuous':'連続','piecewise':'区分'},'axes':{'axis':'軸','axisOptions':_0x3a0189(0x16a),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x3a0189(0x158),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x3a0189(0x161)},'position':'位置','dataLabels':_0x3a0189(0x152),'gridlinesAndTicks':_0x3a0189(0xda),'indicatorLine':_0x3a0189(0xd8),'indicatorLineType':_0x3a0189(0x147),'indicatorLineColor':'指標線の色','indicatorLabel':_0x3a0189(0xe7),'indicatorValue':'指標値','shape':{'polygon':_0x3a0189(0x143),'circle':'円','square':'四角','triangle':_0x3a0189(0xf0),'diamond':_0x3a0189(0x10b),'rect':'長方形','roundRect':_0x3a0189(0x164),'pin':'ピン','arrow':'矢印','none':'なし','emptyCircle':_0x3a0189(0x15f),'emptySquare':_0x3a0189(0x102),'emptyTriangle':'白抜き三角形','emptyDiamond':'白抜きひし形','emptyRect':_0x3a0189(0x144),'emptyRoundRect':_0x3a0189(0xee),'emptyPin':_0x3a0189(0x13f),'emptyArrow':_0x3a0189(0x12f)},'border':'枠線','value':'値','fill':'塗りつぶし','line':'線','withOpacity':_0x3a0189(0x16c),'withColor':'{0}\x20(色)','withThickness':_0x3a0189(0x13c),'withType':_0x3a0189(0xd3),'withSize':_0x3a0189(0xe3),'withShape':_0x3a0189(0x15b),'withFormat':_0x3a0189(0x11c),'dataPoint':_0x3a0189(0xe0),'dataNodeShape':'データノードの形状','addDataPoint':_0x3a0189(0xff),'point':_0x3a0189(0x166),'percentage':'パーセンテージ','lineType':{'line':_0x3a0189(0xf3),'smooth':_0x3a0189(0x124),'step':'階段'},'stackType':{'stack':'積み上げ','percent':_0x3a0189(0x116)},'lineDashType':_0x3a0189(0x111),'dashType':{'solid':'実線','dash':'破線','dot':'点線'},'color':'色','gridlines':{'majorGridlines':_0x3a0189(0xdd),'text':_0x3a0189(0x125)},'ticks':{'majorTick':'主目盛','tickPosition':_0x3a0189(0xe5),'tickLength':'目盛の長さ'},'none':'なし','theIndexItem':'{0}番目の項目','seriesDefaultName':_0x3a0189(0x110),'categoryDefaultName':_0x3a0189(0x14c),'styleEditPanel':{'showLabels':_0x3a0189(0x153),'showDataLabels':_0x3a0189(0x133),'padAngle':_0x3a0189(0x107),'halfPie':'半円','rosePie':_0x3a0189(0x100),'pieValScale':_0x3a0189(0x155),'pieValSuffix':_0x3a0189(0xdf),'pieDigitalFixed':_0x3a0189(0x168),'showLabelLine':_0x3a0189(0x150),'reverseAxisOrder':_0x3a0189(0x15d),'showAxisLine':_0x3a0189(0x112),'labelPosition':'ラベルの位置','labelText':_0x3a0189(0xe1),'repeatWordCould':_0x3a0189(0x15e),'gap':'間隔','useAbsValue':_0x3a0189(0x126),'labelRotate':_0x3a0189(0x138),'wordCloudShape':_0x3a0189(0x157),'useDateAxis':'日付軸を使用','dateAxisTips':_0x3a0189(0x151)},'doughnutHole':_0x3a0189(0x123),'radar':{'fill':_0x3a0189(0x16d)},'msg':{'invalidSource':_0x3a0189(0x137),'emptyTips':_0x3a0189(0x10c),'sankeyCircularTips':'サンキー図には循環データを含めることはできません'},'cloud':{'title':_0x3a0189(0x162),'word':'単語','frequency':'頻度'},'trendline':{'name':_0x3a0189(0xde),'displayName':_0x3a0189(0x103),'addTrendLine':_0x3a0189(0x149),'trendlineType':'近似曲線の種類','trendlineName':_0x3a0189(0x103),'trendlineColor':_0x3a0189(0xca),'trendlineThickness':_0x3a0189(0xe2),'trendlineDashType':_0x3a0189(0x135),'exp':'指数','linear':'線形','log':'対数','pow':_0x3a0189(0x119),'movingAvg':_0x3a0189(0x169),'poly':'多項式','order':_0x3a0189(0x130),'period':_0x3a0189(0x121),'showFormula':'数式を表示','showR2':'R-2乗値を表示','formula':'数式','r2':_0x3a0189(0x120)},'bubble':{'xAxis':'横軸','yAxis':'縦軸','size':'バブルのサイズ','label':_0x3a0189(0x122),'emptyTips':_0x3a0189(0xec)},'relation':{'title':_0x3a0189(0x105),'auto':'自動','circular':'円形','force':_0x3a0189(0x14f),'useValueAsSymbolSize':_0x3a0189(0x148),'layoutType':'レイアウトの種類','forceOptions':_0x3a0189(0x12a),'repulsion':'反発力','gravity':'重力','edgeLength':_0x3a0189(0x140),'rotateLabel':_0x3a0189(0x11d),'emphasis':_0x3a0189(0xed),'emptyTips':_0x3a0189(0x145)},'waterfall':{'stackType':'積み上げの種類','arrangement':'順次','stacked':_0x3a0189(0x139),'positive':_0x3a0189(0xf4),'negative':_0x3a0189(0xef),'subtotal':'小計','showSubtotal':_0x3a0189(0xf5),'positiveStyle':'正の値のスタイル','negativeStyle':_0x3a0189(0x117),'subtotalStyle':_0x3a0189(0xf6),'positiveLegendText':_0x3a0189(0x10d),'negativeLegendText':'負の値の凡例テキスト','subtotalLegendText':'小計の凡例テキスト'},'pareto':{'lineName':_0x3a0189(0x12c),'lineSeries':_0x3a0189(0x127),'barSeries':_0x3a0189(0x15a)},'visualMapScope':_0x3a0189(0xdc),'boxplot':{'min':_0x3a0189(0xf2),'q1':_0x3a0189(0x10e),'median':_0x3a0189(0x12d),'q3':_0x3a0189(0x131),'max':'最大値'}},'chartTypes':{'line':_0x3a0189(0x142),'area':_0x3a0189(0x11b),'areaStacked':_0x3a0189(0x160),'areaPercentStacked':'100%積み上げ面グラフ','column':_0x3a0189(0xea),'bar':_0x3a0189(0x108),'barStacked':'積み上げ横棒グラフ','barPercentStacked':'100%積み上げ横棒グラフ','pie':_0x3a0189(0x12e),'donut':_0x3a0189(0xfd),'scatter':_0x3a0189(0xfc),'radar':'レーダーチャート','bubble':_0x3a0189(0x163),'stock':_0x3a0189(0x10f),'combination':_0x3a0189(0x13b),'wordCloud':'ワードクラウド','funnel':_0x3a0189(0x14a),'relation':_0x3a0189(0x105),'waterfall':_0x3a0189(0x16b),'pareto':_0x3a0189(0x146),'sankey':'サンキー図','heatmap':_0x3a0189(0xd6),'boxplot':'箱ひげ図'},'dialog':{'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':_0x3a0189(0x136),'fieldSetting':'フィールドの設定','formatTypes':_0x3a0189(0x13a),'confirm':'OK','cancel':_0x3a0189(0x129),'generalDesc':_0x3a0189(0xcf),'accountingDesc':'会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','currencyDesc':_0x3a0189(0x165),'dateDesc':_0x3a0189(0xe6),'thousandthPercentileDesc':'桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','decimalPlaces':_0x3a0189(0x168),'currencyTypes':_0x3a0189(0xcc),'negativeNumberTypes':_0x3a0189(0x141),'dateTypes':_0x3a0189(0x167)},'setFormat':_0x3a0189(0x12b)}};function _0x3281(_0x5cf7a9,_0x3f421c){_0x5cf7a9=_0x5cf7a9-0xca;const _0x347805=_0x3478();let _0x32818f=_0x347805[_0x5cf7a9];return _0x32818f;}function _0x3478(){const _0x2efefa=['移動平均','軸のオプション','ウォーターフォール図','{0}\x20(不透明度)','塗りつぶし','近似曲線の色','10hLEsSu','通貨記号','1655649BONTip','グラフのスタイル','標準形式には、特定の表示形式が含まれていません。','タイトルのテキスト','下揃え','横(項目)軸ラベル','{0}\x20(種類)','(空白)','41139xsxqrX','ヒートマップ','カスタマイズ','指標線','データ範囲','目盛線と目盛','すべての系列','ビジュアルマップの範囲','主目盛線','近似曲線','値の接尾辞','データポイント','ラベルのテキスト','近似曲線の太さ','{0}\x20(サイズ)','242772ykDFfF','目盛の位置','日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','指標ラベル','グラフと軸のタイトル','2971331LPwiGz','縦棒グラフ','185849jLDfcl','バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','選択時のフェードイン効果を有効にする','白抜き角丸四角形','負の値','三角形','空白セルの表示','最小値','折れ線','正の値','小計を表示','小計のスタイル','左揃え','グラフパネルを開く','中央揃え','グラフエディター','リセット','散布図','ドーナツグラフ','グラフパネルを非表示','データポイントを追加','ローズ円','{0}を項目として使用','白抜き四角','近似曲線名','144iEdLTE','関係図','データポイントを直線で結ぶ','ラベルの余白角度','横棒グラフ','タイトル','542OYIThj','ひし形','系列を追加してデータの可視化を開始してください','正の値の凡例テキスト','第1四分位数','株価チャート','系列{0}','線の種類','軸線を表示','上揃え','系列を追加','背景色','100%積み上げ','負の値のスタイル','縦(値)軸ラベル','べき乗','タイトルの書式','面グラフ','{0}\x20(書式)','ラベルを回転','タイトルの位置','第2縦軸ラベル','R-2乗値','移動平均の期間','バブルのラベル','ドーナツの穴','平滑線','目盛線','絶対値を使用','累積パーセンテージ系列','最大値','キャンセル','力指向のオプション','ラベルの書式設定','累積パーセンテージ','中央値','円グラフ','白抜き矢印','多項式の次数','第3四分位数','行/列の切り替え','データラベルを表示','1359RGHpIm','近似曲線の線種','桁区切り','グラフのデータソースは1行1列以上である必要があります。','ラベルの回転','積み上げ','表示形式の種類','複合グラフ','{0}\x20(太さ)','グラフの種類','4LtUEgq','白抜きピン','ノード間の距離','負の数の表示形式','折れ線グラフ','多角形','白抜き長方形','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','パレート図','指標線の種類','値をノードサイズとして使用','近似曲線を追加','じょうごグラフ','グラフの挿入','項目{0}','テーマ','95855pUxFwY','力指向','ラベル線を表示','日付軸は、すべてのデータが日付形式の場合のみ使用できます','データラベル','ラベルを表示','非表示','値のスケール','サブタイトル','ワードクラウドの形状','第2縦軸','グラデーション塗りつぶし','縦棒グラフ系列','{0}\x20(形状)','詳細設定','軸の順序を反転','ワードクラウドを繰り返す','白抜き円','積み上げ面グラフ','第2軸を使用','ワードクラウド','バブルチャート','角丸四角形','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','ポイント','日付の種類','小数点以下の桁数'];_0x3478=function(){return _0x2efefa;};return _0x3478();}export{e as default};
|