@univerjs-pro/chart-ui 1.0.0-beta.0 → 1.0.0-beta.1
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 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.css +30 -99
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/ChartReferencedDataSourceEditor.d.ts +11 -0
- package/lib/types/editor/components/ChartColorField.d.ts +1 -0
- package/lib/types/editor/hooks/use-chart-type-state.d.ts +19 -0
- package/lib/types/facade/f-chart.d.ts +19 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/float-menu/constants.d.ts +0 -14
- package/lib/types/index.d.ts +6 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/services/chart-image-export.service.d.ts +26 -0
- package/lib/types/services/chart-referenced-data-source-binding.service.d.ts +13 -0
- package/lib/types/services/chart-snapshot-queue.d.ts +5 -4
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -7
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2fe3(_0x18a970,_0x3a82de){_0x18a970=_0x18a970-0xc8;const _0x44c8c2=_0x44c8();let _0x2fe3f2=_0x44c8c2[_0x18a970];return _0x2fe3f2;}const _0x2cc885=_0x2fe3;(function(_0x3ec122,_0x2f8e02){const _0x496b9d=_0x2fe3,_0x196109=_0x3ec122();while(!![]){try{const _0x2b15bc=-parseInt(_0x496b9d(0x164))/0x1+-parseInt(_0x496b9d(0xcd))/0x2*(parseInt(_0x496b9d(0xf7))/0x3)+-parseInt(_0x496b9d(0x1c8))/0x4*(-parseInt(_0x496b9d(0x105))/0x5)+-parseInt(_0x496b9d(0xeb))/0x6+parseInt(_0x496b9d(0x1b0))/0x7+parseInt(_0x496b9d(0x156))/0x8+-parseInt(_0x496b9d(0x17b))/0x9*(-parseInt(_0x496b9d(0x173))/0xa);if(_0x2b15bc===_0x2f8e02)break;else _0x196109['push'](_0x196109['shift']());}catch(_0x19b42f){_0x196109['push'](_0x196109['shift']());}}}(_0x44c8,0xbbece));const e={'chart-ui':{'editor':{'defaultColor':'デフォルトの色','fontSize':_0x2cc885(0x176)},'setup':{'stack':_0x2cc885(0x16f),'percentStacked':_0x2cc885(0x117)},'chartTypes':{'line':_0x2cc885(0x187),'column':'縦棒グラフ','columnStacked':_0x2cc885(0x16e),'columnPercentStacked':_0x2cc885(0x123),'bar':'横棒グラフ','barStacked':_0x2cc885(0x1c5),'barPercentStacked':_0x2cc885(0x1c2),'pie':_0x2cc885(0x15c),'donut':_0x2cc885(0x152),'pieOfPie':_0x2cc885(0x157),'barOfPie':_0x2cc885(0xd3),'area':_0x2cc885(0x1b1),'areaStacked':'積み上げ面グラフ','areaPercentStacked':_0x2cc885(0x16b),'radar':_0x2cc885(0x108),'scatter':'散布図','combination':_0x2cc885(0x12a),'wordCloud':_0x2cc885(0x1ad),'funnel':_0x2cc885(0x13c),'bubble':'バブルグラフ','relation':'相関グラフ','waterfall':_0x2cc885(0x13e),'pareto':_0x2cc885(0x11b),'sankey':_0x2cc885(0x135),'heatmap':_0x2cc885(0x1af),'boxplot':_0x2cc885(0xd7),'candlestick':'ローソク足チャート','histogram':'ヒストグラム','treemap':_0x2cc885(0x14d),'sunburst':_0x2cc885(0x184),'gauge':_0x2cc885(0x172),'chord':_0x2cc885(0xda)},'section':{'waterfall':'ウォーターフォール図','paretoBar':_0x2cc885(0x155),'paretoLine':_0x2cc885(0x124),'pie':_0x2cc885(0x15c),'wordCloud':_0x2cc885(0x1ad),'radar':_0x2cc885(0xe8),'funnel':'じょうごグラフ','relation':_0x2cc885(0xe3),'lineAndArea':_0x2cc885(0x10a),'gridlinesAndTicks':_0x2cc885(0x12e),'indicatorLine':_0x2cc885(0x12d),'candlestick':'ローソク足チャート','histogram':_0x2cc885(0xef),'treemap':'ツリーマップチャート','sunburst':_0x2cc885(0x184),'gauge':_0x2cc885(0x172),'chord':_0x2cc885(0xe7)},'presentation':{'backgroundColor':_0x2cc885(0x1b5),'theme':_0x2cc885(0x17d),'gradientFill':_0x2cc885(0x126),'bodyFontSize':_0x2cc885(0x120),'bodyFontColor':_0x2cc885(0x10c),'titleType':_0x2cc885(0xc8),'horizontalAxisTitle':_0x2cc885(0x16c),'verticalAxisTitle':_0x2cc885(0xd8),'rightVerticalAxisTitle':_0x2cc885(0x196),'wrap':'凡例をラップする','selectMode':_0x2cc885(0x110),'visualMapType':_0x2cc885(0x1aa),'align':'位置合わせ'},'numberFormat':{'source':_0x2cc885(0x149),'number':'番号','scientific':_0x2cc885(0xfc),'custom':_0x2cc885(0x1a3),'preview':_0x2cc885(0x166),'generalType':'標準','accountingType':'会計','thousandsType':_0x2cc885(0x159),'formatTypes':'表示形式の種類','generalDesc':_0x2cc885(0x162),'accountingDesc':'会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','currencyDesc':'通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandsDesc':_0x2cc885(0x16a),'decimalPlaces':_0x2cc885(0x15b),'currencyTypes':'通貨記号','negativeNumberTypes':'負の数の表示形式','dateTypes':_0x2cc885(0x19f),'setFormat':_0x2cc885(0x181)},'series':{'rightAxis':'右軸','allSeries':_0x2cc885(0x158),'aggregate':'集計','borderOpacity':_0x2cc885(0x1a6),'solid':'固体','pointShape':_0x2cc885(0xc9),'pointSize':_0x2cc885(0xf6),'pointColor':_0x2cc885(0x1bd),'removeDataPoint':_0x2cc885(0xde),'square':_0x2cc885(0x1c3),'rect':_0x2cc885(0xfa),'roundRect':_0x2cc885(0xe2),'pin':'ピン','emptyCircle':'白抜き円','emptySquare':_0x2cc885(0x101),'emptyTriangle':_0x2cc885(0x1ab),'emptyDiamond':_0x2cc885(0xf9),'emptyRect':_0x2cc885(0x1bb),'emptyRoundRect':'白抜き角丸四角形','emptyPin':_0x2cc885(0xea),'emptyArrow':_0x2cc885(0x17e)},'lineAndArea':{'lineStyle':_0x2cc885(0x16d),'line':_0x2cc885(0x192),'smooth':'スムーズ','step':'ステップ','invalidValues':'無効な値','breakLine':'ブレークライン','connect':_0x2cc885(0xfe),'zero':_0x2cc885(0x194)},'axis':{'useDateAxis':_0x2cc885(0x1cb),'target':'軸','lineColor':_0x2cc885(0x182),'lineWidth':'線幅','labelRotation':_0x2cc885(0x111),'reverse':'逆軸','gridlineVisible':'グリッド線','gridlineColor':'グリッド線の色','gridlineWidth':_0x2cc885(0x1be),'tickVisible':'ダニ','tickLength':'目盛りの長さ','tickWidth':_0x2cc885(0x14e),'tickColor':_0x2cc885(0x145),'tickPosition':'目盛りの位置'},'indicator':{'lineColor':_0x2cc885(0x11e),'lineType':_0x2cc885(0xd4),'labelBackground':_0x2cc885(0x1a9),'labelText':_0x2cc885(0x1ba)},'trendline':{'add':_0x2cc885(0x137),'type':'種類','linear':_0x2cc885(0x143),'exponential':_0x2cc885(0x1b9),'logarithmic':'対数','polynomial':_0x2cc885(0x185),'power':_0x2cc885(0x17c),'movingAverage':_0x2cc885(0xf8),'showFormula':_0x2cc885(0x10d),'showR2':_0x2cc885(0x140),'order':'注文','period':'期間','formulaColor':_0x2cc885(0x198),'r2Color':_0x2cc885(0x114)},'pareto':{'includeZeroValues':_0x2cc885(0xce)},'plotArea':{'label':_0x2cc885(0x1ca),'manual':'Manual','left':_0x2cc885(0x129),'top':_0x2cc885(0x199),'width':_0x2cc885(0x19d),'height':_0x2cc885(0x161)},'bar':{'layout':_0x2cc885(0x127),'gapWidth':_0x2cc885(0x103),'overlap':_0x2cc885(0x133)},'pie':{'mode':_0x2cc885(0xfb),'modeNormal':'標準','modePieOfPie':_0x2cc885(0x157),'modeBarOfPie':_0x2cc885(0xd3),'splitType':'分割基準','splitAuto':'自動','splitPosition':'位置','splitCustom':_0x2cc885(0x15e),'customSelectedCount':_0x2cc885(0xcb),'customSelectedCountValue':_0x2cc885(0x118),'positionCount':_0x2cc885(0x175),'valueLessThan':_0x2cc885(0x1b8),'percentageLessThan':'次のパーセンテージ未満','secondarySize':_0x2cc885(0x183),'advancedLayout':_0x2cc885(0x104),'connector':'コネクター','slices':_0x2cc885(0x18a),'gapWidth':_0x2cc885(0x19c),'connectorColor':'接続線の色','connectorWidth':_0x2cc885(0xf5),'connectorType':_0x2cc885(0x128),'aggregateOther':_0x2cc885(0x167),'aggregateMembers':'項目','valueScale':_0x2cc885(0x1cc),'doughnutHole':_0x2cc885(0x14b),'startAngle':_0x2cc885(0x1a8),'explosion':_0x2cc885(0xf3),'paddingAngle':_0x2cc885(0x107),'halfPie':_0x2cc885(0x136),'rosePie':_0x2cc885(0x163),'labelLine':_0x2cc885(0xdb)},'radar':{'shape':_0x2cc885(0x116),'polygon':_0x2cc885(0x147),'fill':_0x2cc885(0x165)},'funnel':{'gap':_0x2cc885(0x131),'absoluteValues':_0x2cc885(0x1c4)},'heatmap':{'unit':_0x2cc885(0x12f),'labels':_0x2cc885(0x139)},'relation':{'nodes':_0x2cc885(0x168),'interaction':'操作','edgeLength':'エッジの長さ','circular':'円形','force':'力','nodeShape':_0x2cc885(0x106),'valueSize':'値によるノードのサイズ設定','rotateLabels':_0x2cc885(0x144),'gravity':'重力','repulsion':'反発力'},'wordCloud':{'maskImage':'マスク画像ID','repeat':_0x2cc885(0xd9),'cloud':_0x2cc885(0x19e),'rect':_0x2cc885(0xfa),'cardioid':_0x2cc885(0x171),'heart':'ハート','triangle-forward':_0x2cc885(0x109),'pentagon':_0x2cc885(0x1bf),'star':'スター'},'waterfall':{'styleTarget':_0x2cc885(0xd1),'positive':_0x2cc885(0x151),'negative':_0x2cc885(0x13d),'stackType':_0x2cc885(0x1c6),'arrangement':'滝','subtotal':'小計','includeSubtotal':_0x2cc885(0x169),'connector':_0x2cc885(0x119)},'candlestick':{'candle':_0x2cc885(0x18d),'body':'実体','wick':'ヒゲ','state':_0x2cc885(0x10b),'open':'始値','high':'高値','low':'安値','close':'終値','rising':'上昇','falling':'下落','doji':_0x2cc885(0x19a),'bodyColor':_0x2cc885(0x17a),'fillOpacity':_0x2cc885(0x113),'wickColor':'ヒゲの色','wickWidth':_0x2cc885(0xf2),'wickOpacity':_0x2cc885(0x1ac),'candleWidth':_0x2cc885(0x125),'hollow':_0x2cc885(0xe0),'columnsError':_0x2cc885(0x1a7),'series':'OHLC\x20系列'},'histogram':{'binGap':'ビンギャップ','binningMode':_0x2cc885(0x13a),'count':_0x2cc885(0x188),'width':'幅','binCount':_0x2cc885(0x193),'binWidth':_0x2cc885(0x18e),'underflow':_0x2cc885(0x1c9),'overflow':'オーバーフローしきい値','frequency':'度数'},'treemap':{'parentLabelLayout':_0x2cc885(0x189),'banner':'バナー','overlapping':_0x2cc885(0x13f),'leafLabel':_0x2cc885(0x15a),'hierarchy':_0x2cc885(0xed),'diagnostic':_0x2cc885(0x1a5)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x2cc885(0x170),'moveUp':_0x2cc885(0x1b7),'moveDown':_0x2cc885(0x132),'removeHierarchy':_0x2cc885(0x1c1),'centerLabel':_0x2cc885(0x11c),'labelFormat':_0x2cc885(0x150),'diagnostic':_0x2cc885(0x177)},'gauge':{'scale':_0x2cc885(0xfd),'majorDivisions':'主目盛数','minorDivisions':_0x2cc885(0x1a1),'angles':'角度','endAngle':_0x2cc885(0x154),'ranges':'範囲','rangeFrom':'開始値','rangeTo':'終了値','addRange':'範囲を追加','removeRange':_0x2cc885(0x112),'axisTick':'軸の目盛り','splitLine':_0x2cc885(0x1b4),'pointer':_0x2cc885(0x18f),'anchor':'アンカー','progress':_0x2cc885(0x148),'detail':'詳細','pointerNeedle':'クラシック針','pointerSlim':_0x2cc885(0x19b),'template':'テンプレート','modern':'モダン','classic':_0x2cc885(0x12b),'minimal':_0x2cc885(0x195),'advanced':_0x2cc885(0x121),'customized':_0x2cc885(0x178),'axisLabelNumberFormat':_0x2cc885(0xdf),'detailNumberFormat':_0x2cc885(0xf0),'emptyDiagnostic':'ゲージ図には、1\x20つ以上の有限な数値が必要です。','mappingDiagnostic':_0x2cc885(0xe9),'configDiagnostic':_0x2cc885(0x15f)},'chord':{'source':_0x2cc885(0xd2),'target':_0x2cc885(0x10f),'count':_0x2cc885(0x1c0),'node':_0x2cc885(0x168),'ribbon':_0x2cc885(0x100),'clockwise':_0x2cc885(0xd0),'padAngle':_0x2cc885(0xff),'minAngle':_0x2cc885(0xf1),'innerRadius':_0x2cc885(0x11a),'outerRadius':_0x2cc885(0xec),'invalidRadii':_0x2cc885(0x14c),'rotation':'回転','distance':'距離','width':'幅','focus':_0x2cc885(0x179),'solid':'単色','gradient':_0x2cc885(0x190),'adjacency':_0x2cc885(0x146),'self':_0x2cc885(0xe1),'emptyDiagnostic':_0x2cc885(0x1bc),'mappingDiagnostic':'コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','configDiagnostic':'コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','associatedValue':_0x2cc885(0x197)},'common':{'category':_0x2cc885(0x141),'seriesName':_0x2cc885(0x1b3),'value':'値','percentage':'パーセンテージ','borderColor':_0x2cc885(0x186),'labelContent':_0x2cc885(0x138),'labelPosition':'ラベルの位置','dataLabels':_0x2cc885(0x122),'chartType':'グラフの種類','bold':'太字','italic':'斜体','shape':'形状','chartStyle':'グラフのスタイル','chartAndAxisTitles':_0x2cc885(0xe5),'legend':'凡例','chartTitle':_0x2cc885(0x130),'subtitle':'サブタイトル','series':'系列','dataPoint':_0x2cc885(0x13b),'trendline':_0x2cc885(0x115),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x2cc885(0x15d),'layout':'レイアウト','arrow':'矢印','axisLabels':_0x2cc885(0x1b2),'currency':'通貨','date':'日付','displayName':_0x2cc885(0x14f),'emphasis':'強調','heatmap':_0x2cc885(0x1af),'lineColor':_0x2cc885(0x182),'lineWidth':'線幅','min':_0x2cc885(0xee),'max':'最大値','mode':_0x2cc885(0x14a),'stacked':'積み上げ','title':_0x2cc885(0x180),'auto':'自動','position':{'label':'位置','inside':'内側','outside':'外側','top':'上','right':'右','bottom':'下','left':'左','hide':'非表示'},'axisAlign':{'start':'先頭','center':'中央','end':'末尾'},'textAlign':{'left':'左','center':'中央','right':'右'},'legendSelectMode':{'single':'単一','multiple':'複数','disabled':'無効'},'visualMapType':{'continuous':'連続','piecewise':'区分'},'default':_0x2cc885(0x1a2),'reset':'リセット','color':'色','opacity':_0x2cc885(0xca),'font':_0x2cc885(0x1a0),'none':'なし','numberFormat':_0x2cc885(0x18b),'borderWidth':_0x2cc885(0xe4),'borderType':_0x2cc885(0xcc),'lineType':'線種','dashed':'破線','dotted':'点線','circle':'サークル','triangle':_0x2cc885(0xd6),'diamond':'ダイヤモンド','axisLine':'軸線','minimum':_0x2cc885(0xee),'maximum':'最大値','startAngle':_0x2cc885(0x17f),'valueField':_0x2cc885(0xdc),'categoryName':_0x2cc885(0x1ae),'ownValue':'自身の値','children':_0x2cc885(0x160),'label':_0x2cc885(0x191),'editChart':_0x2cc885(0xf4),'deleteChart':_0x2cc885(0x1b6),'insertChart':'グラフの挿入','insertChartFailed':_0x2cc885(0x142),'openChartPanel':_0x2cc885(0x12c),'hideChartPanel':_0x2cc885(0x11d),'exportImage':'画像としてエクスポート','copy':'コピー','setup':'設定','customize':'カスタマイズ','data':'データ','tableDataEmpty':_0x2cc885(0xd5),'dataRange':_0x2cc885(0x153),'editData':'データを編集','inlineData':_0x2cc885(0x1a4),'switchRowColumn':_0x2cc885(0x174),'useAsCategoryLabels':'{0}を項目として使用','cancel':_0x2cc885(0x134),'insert':'挿入','apply':'適用','duplicate':'複製'},'inlineTable':{'pasteHint':'スプレッドシート、Excel、またはウェブページから表を貼り付けて、インライン\x20データを置き換えます。','addRow':'行を追加','addColumn':_0x2cc885(0x102)},'floatMenu':{'menuTitle':{'chart':_0x2cc885(0xdd),'axisTitle':'軸のタイトル','gridline':_0x2cc885(0x1c7),'tick':'目盛','mark':_0x2cc885(0x11f),'dataLabel':_0x2cc885(0xcf)},'field':{'position':'位置','size':_0x2cc885(0x10e),'align':'配置','map':_0x2cc885(0x18c),'rotate':'回転','labelText':_0x2cc885(0xe6),'titleText':'タイトルのテキスト'},'action':{'more':'詳細'},'control':{'labels':_0x2cc885(0x191),'line':'線','reverse':'反転'}}}};function _0x44c8(){const _0x43239f=['重なる','R²を表示','カテゴリ','グラフの挿入に失敗しました','リニア','ラベルを回転する','目盛りの色','隣接ノード','ポリゴン','進捗状況','ソース形式','モード','ドーナツの穴','内側半径は外側半径より小さくなければなりません。','ツリーマップ','目盛りの幅','表示名','ラベルのスタイル','正の値','ドーナツグラフ','データ範囲','終了角度','縦棒グラフ系列','7662424Ieixls','補助円グラフ付き円グラフ','全シリーズ','桁区切り','葉のラベル','小数点以下の桁数','円グラフ','右縦軸','ユーザー設定','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','子要素','Height\x20(%)','標準形式には、特定の表示形式が含まれていません。','ローズパイ','1338543bdjzzV','エリアフィル','プレビュー','その他','ノード','小計を使用する','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','100%\x20積み上げ面グラフ','横軸タイトル','線のスタイル','積み上げ縦棒グラフ','積み上げ','階層の追加','カーディオイド','ゲージチャート','710OdGtnx','行/列を切り替え','補助グラフのデータ\x20ポイント数','フォントサイズ','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','カスタム','フォーカス','実体の色','212553ZelGiz','パワー','テーマ','白抜き矢印','開始角度','タイトル','ラベルの書式設定','線の色','補助グラフのサイズ','サンバーストチャート','多項式','枠線の色','折れ線グラフ','カウント','親ラベルのレイアウト','スライス','数値形式','マップ','ローソク足','ビンの幅','ポインタ','グラデーション','ラベル','ライン','ビン数','ゼロとして扱う','ミニマル','右縦軸タイトル','関連付けられた値','配合色','Top\x20(%)','同時線','細い針','主グラフと補助グラフの間隔','Width\x20(%)','クラウド','日付の種類','フォント','主目盛ごとの補助目盛数','デフォルト','カスタムフォーマット','インラインデータ','ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','枠線の不透明度','ローソク足チャートのデータには、カテゴリ、始値、高値、安値、終値の列が必要です。','Start\x20angle','ラベルの背景','ビジュアルマップ','白抜き三角形','ヒゲの不透明度','ワードクラウド','カテゴリ名','ヒートマップ','8250151nwYyKd','面グラフ','軸ラベル','シリーズ名','分割線','背景色','グラフを削除','階層フィールドを上へ移動','次の値未満','指数関数的','ラベルの文字色','白抜き長方形','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','ポイントの色','グリッド線の幅','ペンタゴン','関係数','階層フィールドを削除','100%\x20積み上げ横棒グラフ','正方形','絶対値を使用する','積み上げ横棒グラフ','アレンジメント','目盛線','13796ZLtjdV','アンダーフローしきい値','Plot\x20area','ラベルを日付として扱う','値のスケール','タイトルの種類','点の形状','不透明度','ユーザー設定の分割','枠線の種類','2264qLgMyb','ゼロ値を含める','データ\x20ラベル','時計回り','スタイル対象','ソース','補助縦棒グラフ付き円グラフ','インジケーターラインの種類','表データが空です。','トライアングル','箱ひげ図','縦軸タイトル','単語を繰り返す','コードダイアグラム','ラベルライン','値フィールド','チャート','データ\x20ポイントを削除','軸ラベルの数値形式','中空ローソク','現在のノード','角丸四角形','関係図','枠線の幅','グラフと軸のタイトル','ラベルのテキスト','コード表','レーダーチャート','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','白抜きピン','7824318NEceiY','外半径','階層フィールド','最小値','ヒストグラムチャート','詳細値の数値形式','最小角度','ヒゲの幅','Explosion\x20(%)','グラフエディター','接続線の幅','ポイントサイズ','2991PJkIeD','移動平均','白抜きひし形','長方形','グラフの形状','科学的','目盛範囲','データポイントを接続する','間隔角度','リボン','白抜き四角','列の追加','Gap\x20width\x20(%)','詳細レイアウト','1055nRtLJc','ノードの形状','スライス間隔','レーダーグラフ','前三角','折れ線グラフ\x20/\x20面グラフ','キャンドルの状態','本文の文字色','数式を表示','サイズ','ターゲット','選択モード','ラベルの回転','範囲を削除','塗りつぶしの不透明度','R²カラー','近似曲線','レーダー形状','100%積み上げ','{0}\x20個のデータ\x20ポイントを選択','コネクタライン','内半径','パレートグラフ','中央の合計','グラフパネルを非表示','インジケーターの線の色','インジケーター','本文のフォントサイズ','詳細設定','データラベル','100%\x20積み上げ縦棒グラフ','累積パーセンテージ系列','ローソクの幅','グラデーション塗りつぶし','Bar\x20spacing','接続線の種類','Left\x20(%)','複合グラフ','クラシック','グラフパネルを開く','指標線','目盛線と目盛','値の単位','グラフのタイトル','アイテムギャップ','階層フィールドを下へ移動','Series\x20overlap\x20(%)','キャンセル','サンキーグラフ','ハーフパイ','近似曲線を追加','ラベルの内容','細胞ラベル','ビニングモード','データ\x20ポイント','ファネルグラフ','負の値','ウォーターフォールグラフ'];_0x44c8=function(){return _0x43239f;};return _0x44c8();}export{e as default};
|
|
1
|
+
const _0x542d82=_0x4232;(function(_0x5d1950,_0x92968b){const _0x4eeeb4=_0x4232,_0x132cec=_0x5d1950();while(!![]){try{const _0x230ca5=-parseInt(_0x4eeeb4(0x184))/0x1*(-parseInt(_0x4eeeb4(0x1ae))/0x2)+-parseInt(_0x4eeeb4(0x191))/0x3+parseInt(_0x4eeeb4(0x1f8))/0x4*(parseInt(_0x4eeeb4(0x214))/0x5)+parseInt(_0x4eeeb4(0x1a8))/0x6+parseInt(_0x4eeeb4(0x1a1))/0x7+parseInt(_0x4eeeb4(0x1b9))/0x8+-parseInt(_0x4eeeb4(0x1cd))/0x9;if(_0x230ca5===_0x92968b)break;else _0x132cec['push'](_0x132cec['shift']());}catch(_0x29acea){_0x132cec['push'](_0x132cec['shift']());}}}(_0x4154,0xf41c8));function _0x4232(_0x50ab78,_0x5ef48c){_0x50ab78=_0x50ab78-0x175;const _0x415477=_0x4154();let _0x42323c=_0x415477[_0x50ab78];return _0x42323c;}const e={'chart-ui':{'dataSource':{'inlineMode':_0x542d82(0x275),'referencedMode':'参照','sourceType':_0x542d82(0x263)},'editor':{'defaultColor':_0x542d82(0x25f),'fontSize':'フォントサイズ'},'setup':{'stack':_0x542d82(0x1bc),'percentStacked':_0x542d82(0x223)},'chartTypes':{'line':_0x542d82(0x234),'column':'縦棒グラフ','columnStacked':_0x542d82(0x22c),'columnPercentStacked':'100%\x20積み上げ縦棒グラフ','bar':_0x542d82(0x208),'barStacked':_0x542d82(0x199),'barPercentStacked':_0x542d82(0x176),'pie':_0x542d82(0x1e3),'donut':_0x542d82(0x281),'pieOfPie':_0x542d82(0x17c),'barOfPie':_0x542d82(0x1f6),'area':_0x542d82(0x24c),'areaStacked':_0x542d82(0x232),'areaPercentStacked':_0x542d82(0x18c),'radar':_0x542d82(0x204),'scatter':_0x542d82(0x20a),'combination':_0x542d82(0x1aa),'wordCloud':_0x542d82(0x1d5),'funnel':_0x542d82(0x221),'bubble':_0x542d82(0x244),'relation':_0x542d82(0x19c),'waterfall':_0x542d82(0x1da),'pareto':_0x542d82(0x1ac),'sankey':_0x542d82(0x20c),'heatmap':'ヒートマップ','boxplot':_0x542d82(0x1e7),'candlestick':_0x542d82(0x187),'histogram':_0x542d82(0x1c6),'treemap':_0x542d82(0x1e2),'sunburst':_0x542d82(0x1df),'gauge':_0x542d82(0x179),'chord':'コードダイアグラム'},'section':{'waterfall':'ウォーターフォール図','paretoBar':_0x542d82(0x266),'paretoLine':_0x542d82(0x203),'pie':_0x542d82(0x1e3),'wordCloud':'ワードクラウド','radar':_0x542d82(0x1ea),'funnel':'じょうごグラフ','relation':_0x542d82(0x200),'lineAndArea':_0x542d82(0x1b4),'gridlinesAndTicks':_0x542d82(0x27b),'indicatorLine':_0x542d82(0x254),'candlestick':_0x542d82(0x187),'histogram':_0x542d82(0x1d9),'treemap':'ツリーマップチャート','sunburst':'サンバーストチャート','gauge':_0x542d82(0x179),'chord':_0x542d82(0x175)},'presentation':{'backgroundColor':'背景色','theme':_0x542d82(0x1c7),'gradientFill':_0x542d82(0x1ff),'bodyFontSize':_0x542d82(0x276),'bodyFontColor':_0x542d82(0x273),'titleType':'タイトルの種類','horizontalAxisTitle':'横軸タイトル','verticalAxisTitle':_0x542d82(0x1ec),'rightVerticalAxisTitle':_0x542d82(0x1ca),'wrap':_0x542d82(0x24e),'selectMode':_0x542d82(0x20f),'visualMapType':_0x542d82(0x227),'align':_0x542d82(0x229)},'numberFormat':{'source':_0x542d82(0x1bd),'number':'番号','scientific':_0x542d82(0x209),'custom':_0x542d82(0x20e),'preview':_0x542d82(0x17e),'generalType':'標準','accountingType':'会計','thousandsType':_0x542d82(0x1fc),'formatTypes':_0x542d82(0x1f1),'generalDesc':_0x542d82(0x1d1),'accountingDesc':_0x542d82(0x27a),'currencyDesc':_0x542d82(0x17b),'dateDesc':_0x542d82(0x194),'thousandsDesc':_0x542d82(0x274),'decimalPlaces':_0x542d82(0x20b),'currencyTypes':_0x542d82(0x240),'negativeNumberTypes':_0x542d82(0x19e),'dateTypes':_0x542d82(0x210),'setFormat':_0x542d82(0x1c0)},'series':{'rightAxis':'右軸','allSeries':_0x542d82(0x24f),'aggregate':'集計','borderOpacity':'枠線の不透明度','solid':'固体','pointShape':_0x542d82(0x1d4),'pointSize':_0x542d82(0x236),'pointColor':_0x542d82(0x24d),'removeDataPoint':_0x542d82(0x24b),'square':_0x542d82(0x1ef),'rect':_0x542d82(0x1fe),'roundRect':_0x542d82(0x21e),'pin':'ピン','emptyCircle':_0x542d82(0x23e),'emptySquare':_0x542d82(0x1a2),'emptyTriangle':'白抜き三角形','emptyDiamond':_0x542d82(0x180),'emptyRect':_0x542d82(0x26e),'emptyRoundRect':_0x542d82(0x1fa),'emptyPin':_0x542d82(0x212),'emptyArrow':_0x542d82(0x280)},'lineAndArea':{'lineStyle':_0x542d82(0x25b),'line':_0x542d82(0x182),'smooth':_0x542d82(0x233),'step':_0x542d82(0x1c4),'invalidValues':_0x542d82(0x1e8),'breakLine':_0x542d82(0x228),'connect':_0x542d82(0x1d2),'zero':'ゼロとして扱う'},'axis':{'useDateAxis':_0x542d82(0x262),'target':'軸','lineColor':_0x542d82(0x265),'lineWidth':'線幅','labelRotation':'ラベルの回転','reverse':'逆軸','gridlineVisible':'グリッド線','gridlineColor':_0x542d82(0x19b),'gridlineWidth':_0x542d82(0x1a0),'tickVisible':'ダニ','tickLength':_0x542d82(0x1b6),'tickWidth':_0x542d82(0x248),'tickColor':_0x542d82(0x216),'tickPosition':_0x542d82(0x258)},'indicator':{'lineColor':_0x542d82(0x1d3),'lineType':_0x542d82(0x18b),'labelBackground':_0x542d82(0x205),'labelText':_0x542d82(0x213)},'trendline':{'add':_0x542d82(0x231),'type':'種類','linear':_0x542d82(0x26d),'exponential':_0x542d82(0x243),'logarithmic':'対数','polynomial':_0x542d82(0x242),'power':'パワー','movingAverage':'移動平均','showFormula':_0x542d82(0x1cc),'showR2':_0x542d82(0x23a),'order':'注文','period':'期間','formulaColor':_0x542d82(0x1c3),'r2Color':_0x542d82(0x1e4)},'pareto':{'includeZeroValues':_0x542d82(0x1b7)},'plotArea':{'label':'Plot\x20area','manual':_0x542d82(0x250),'left':_0x542d82(0x1a5),'top':_0x542d82(0x17d),'width':'Width\x20(%)','height':_0x542d82(0x257)},'bar':{'layout':_0x542d82(0x21b),'gapWidth':_0x542d82(0x1ee),'overlap':_0x542d82(0x17f)},'pie':{'mode':_0x542d82(0x21a),'modeNormal':'標準','modePieOfPie':'補助円グラフ付き円グラフ','modeBarOfPie':'補助縦棒グラフ付き円グラフ','splitType':_0x542d82(0x195),'splitAuto':'自動','splitPosition':'位置','splitCustom':_0x542d82(0x21f),'customSelectedCount':_0x542d82(0x235),'customSelectedCountValue':_0x542d82(0x1d7),'positionCount':_0x542d82(0x1a6),'valueLessThan':'次の値未満','percentageLessThan':_0x542d82(0x1e6),'secondarySize':_0x542d82(0x198),'advancedLayout':_0x542d82(0x1f3),'connector':_0x542d82(0x1e9),'slices':_0x542d82(0x1eb),'gapWidth':_0x542d82(0x237),'connectorColor':_0x542d82(0x239),'connectorWidth':_0x542d82(0x18d),'connectorType':_0x542d82(0x1db),'aggregateOther':_0x542d82(0x25a),'aggregateMembers':'項目','valueScale':_0x542d82(0x270),'doughnutHole':'ドーナツの穴','startAngle':_0x542d82(0x23b),'explosion':'Explosion\x20(%)','paddingAngle':_0x542d82(0x196),'halfPie':_0x542d82(0x269),'rosePie':_0x542d82(0x190),'labelLine':'ラベルライン'},'radar':{'shape':'レーダー形状','polygon':_0x542d82(0x25c),'fill':'エリアフィル'},'funnel':{'gap':_0x542d82(0x26c),'absoluteValues':_0x542d82(0x1dd)},'heatmap':{'unit':_0x542d82(0x1c8),'labels':_0x542d82(0x222)},'relation':{'nodes':_0x542d82(0x27c),'interaction':'操作','edgeLength':_0x542d82(0x207),'circular':'円形','force':'力','nodeShape':'ノードの形状','valueSize':_0x542d82(0x23f),'rotateLabels':'ラベルを回転する','gravity':'重力','repulsion':'反発力'},'wordCloud':{'maskImage':'マスク画像ID','repeat':_0x542d82(0x1b8),'cloud':_0x542d82(0x230),'rect':_0x542d82(0x1fe),'cardioid':_0x542d82(0x1fb),'heart':'ハート','triangle-forward':_0x542d82(0x26a),'pentagon':_0x542d82(0x1a9),'star':_0x542d82(0x1e0)},'waterfall':{'styleTarget':_0x542d82(0x1f5),'positive':'正の値','negative':_0x542d82(0x1b0),'stackType':'アレンジメント','arrangement':'滝','subtotal':'小計','includeSubtotal':_0x542d82(0x271),'connector':_0x542d82(0x1f4)},'candlestick':{'candle':'ローソク足','body':'実体','wick':'ヒゲ','state':'キャンドルの状態','open':'始値','high':'高値','low':'安値','close':'終値','rising':'上昇','falling':'下落','doji':'同時線','bodyColor':_0x542d82(0x253),'fillOpacity':_0x542d82(0x1ad),'wickColor':'ヒゲの色','wickWidth':'ヒゲの幅','wickOpacity':_0x542d82(0x1a4),'candleWidth':_0x542d82(0x1c1),'hollow':_0x542d82(0x246),'columnsError':_0x542d82(0x26b),'series':_0x542d82(0x1f9)},'histogram':{'binGap':_0x542d82(0x1e1),'binningMode':_0x542d82(0x22f),'count':_0x542d82(0x264),'width':'幅','binCount':_0x542d82(0x27f),'binWidth':_0x542d82(0x218),'underflow':_0x542d82(0x220),'overflow':_0x542d82(0x18f),'frequency':'度数'},'treemap':{'parentLabelLayout':_0x542d82(0x202),'banner':_0x542d82(0x23c),'overlapping':_0x542d82(0x27e),'leafLabel':_0x542d82(0x279),'hierarchy':'階層フィールド','diagnostic':_0x542d82(0x1c2)},'sunburst':{'hierarchy':'階層','addHierarchy':'階層の追加','moveUp':_0x542d82(0x22a),'moveDown':'階層フィールドを下へ移動','removeHierarchy':_0x542d82(0x245),'centerLabel':'中央の合計','labelFormat':_0x542d82(0x27d),'diagnostic':'サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。'},'gauge':{'scale':'目盛範囲','majorDivisions':_0x542d82(0x192),'minorDivisions':_0x542d82(0x1ba),'angles':'角度','endAngle':_0x542d82(0x193),'ranges':'範囲','rangeFrom':_0x542d82(0x178),'rangeTo':_0x542d82(0x224),'addRange':_0x542d82(0x19d),'removeRange':'範囲を削除','axisTick':_0x542d82(0x22e),'splitLine':_0x542d82(0x1b1),'pointer':'ポインタ','anchor':'アンカー','progress':'進捗状況','detail':'詳細','pointerNeedle':_0x542d82(0x259),'pointerSlim':'細い針','template':_0x542d82(0x1a3),'modern':'モダン','classic':_0x542d82(0x19a),'minimal':_0x542d82(0x20d),'advanced':'詳細設定','customized':_0x542d82(0x1a7),'axisLabelNumberFormat':_0x542d82(0x1d8),'detailNumberFormat':_0x542d82(0x201),'emptyDiagnostic':_0x542d82(0x22d),'mappingDiagnostic':_0x542d82(0x206),'configDiagnostic':_0x542d82(0x1f2)},'chord':{'source':'ソース','target':_0x542d82(0x217),'count':_0x542d82(0x25e),'node':_0x542d82(0x27c),'ribbon':_0x542d82(0x21d),'clockwise':_0x542d82(0x251),'padAngle':'間隔角度','minAngle':_0x542d82(0x18a),'innerRadius':'内半径','outerRadius':_0x542d82(0x211),'invalidRadii':_0x542d82(0x188),'rotation':'回転','distance':'距離','width':'幅','focus':'フォーカス','solid':'単色','gradient':'グラデーション','adjacency':_0x542d82(0x1be),'self':_0x542d82(0x272),'emptyDiagnostic':'コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','mappingDiagnostic':'コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','configDiagnostic':_0x542d82(0x17a),'associatedValue':_0x542d82(0x260)},'common':{'category':_0x542d82(0x186),'seriesName':_0x542d82(0x1ed),'value':'値','percentage':_0x542d82(0x1e5),'borderColor':'枠線の色','labelContent':_0x542d82(0x1af),'labelPosition':'ラベルの位置','dataLabels':_0x542d82(0x256),'chartType':_0x542d82(0x24a),'bold':'太字','italic':'斜体','shape':'形状','chartStyle':'グラフのスタイル','chartAndAxisTitles':_0x542d82(0x268),'legend':'凡例','chartTitle':'グラフのタイトル','subtitle':'サブタイトル','series':'系列','dataPoint':_0x542d82(0x1c9),'trendline':_0x542d82(0x197),'horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':'右縦軸','layout':_0x542d82(0x18e),'arrow':'矢印','axisLabels':_0x542d82(0x247),'currency':'通貨','date':'日付','displayName':_0x542d82(0x277),'emphasis':'強調','heatmap':_0x542d82(0x1de),'lineColor':_0x542d82(0x265),'lineWidth':'線幅','min':_0x542d82(0x261),'max':'最大値','mode':'モード','stacked':_0x542d82(0x1bc),'title':_0x542d82(0x1fd),'auto':'自動','position':{'label':'位置','inside':'内側','outside':'外側','top':'上','right':'右','bottom':'下','left':'左','hide':_0x542d82(0x225)},'axisAlign':{'start':'先頭','center':'中央','end':'末尾'},'textAlign':{'left':'左','center':'中央','right':'右'},'legendSelectMode':{'single':'単一','multiple':'複数','disabled':'無効'},'visualMapType':{'continuous':'連続','piecewise':'区分'},'default':_0x542d82(0x252),'reset':'リセット','color':'色','opacity':_0x542d82(0x255),'font':_0x542d82(0x21c),'none':'なし','transparent':'透明','numberFormat':'数値形式','borderWidth':_0x542d82(0x189),'borderType':_0x542d82(0x267),'lineType':'線種','dashed':'破線','dotted':'点線','circle':_0x542d82(0x226),'triangle':_0x542d82(0x23d),'diamond':'ダイヤモンド','axisLine':'軸線','minimum':_0x542d82(0x261),'maximum':_0x542d82(0x1d0),'startAngle':_0x542d82(0x22b),'valueField':'値フィールド','categoryName':_0x542d82(0x238),'ownValue':_0x542d82(0x241),'children':'子要素','label':_0x542d82(0x1f7),'editChart':_0x542d82(0x1f0),'deleteChart':_0x542d82(0x1b2),'insertChart':_0x542d82(0x1ab),'insertChartFailed':'グラフの挿入に失敗しました','openChartPanel':_0x542d82(0x25d),'hideChartPanel':_0x542d82(0x19f),'exportImage':_0x542d82(0x1bf),'copy':'コピー','setup':'設定','customize':_0x542d82(0x183),'data':_0x542d82(0x26f),'tableDataEmpty':_0x542d82(0x181),'dataRange':_0x542d82(0x1bb),'editData':'データを編集','inlineData':_0x542d82(0x1b3),'switchRowColumn':'行/列を切り替え','useAsCategoryLabels':_0x542d82(0x1d6),'cancel':_0x542d82(0x219),'insert':'挿入','apply':'適用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x542d82(0x1b5),'addRow':_0x542d82(0x1cf),'addColumn':_0x542d82(0x1ce)},'floatMenu':{'menuTitle':{'chart':_0x542d82(0x1dc),'axisTitle':_0x542d82(0x1c5),'gridline':_0x542d82(0x1cb),'tick':'目盛','mark':_0x542d82(0x185),'dataLabel':_0x542d82(0x249)},'field':{'position':'位置','size':_0x542d82(0x215),'align':'配置','map':_0x542d82(0x177),'rotate':'回転','labelText':_0x542d82(0x278),'titleText':'タイトルのテキスト'},'action':{'more':'詳細'},'control':{'labels':_0x542d82(0x1f7),'line':'線','reverse':'反転'}}}};export{e as default};function _0x4154(){const _0xa2e9b9=['カスタマイズ','89561qSFpjk','インジケーター','カテゴリ','ローソク足チャート','内側半径は外側半径より小さくなければなりません。','枠線の幅','最小角度','インジケーターラインの種類','100%\x20積み上げ面グラフ','接続線の幅','レイアウト','オーバーフローしきい値','ローズパイ','5406798OPcQSl','主目盛数','終了角度','日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','分割基準','スライス間隔','近似曲線','補助グラフのサイズ','積み上げ横棒グラフ','クラシック','グリッド線の色','相関グラフ','範囲を追加','負の数の表示形式','グラフパネルを非表示','グリッド線の幅','9571912VEAMFU','白抜き四角','テンプレート','ヒゲの不透明度','Left\x20(%)','補助グラフのデータ\x20ポイント数','カスタム','9498474JuDSgW','ペンタゴン','複合グラフ','グラフの挿入','パレートグラフ','塗りつぶしの不透明度','44QSferO','ラベルの内容','負の値','分割線','グラフを削除','インラインデータ','折れ線グラフ\x20/\x20面グラフ','スプレッドシート、Excel、またはウェブページから表を貼り付けて、インライン\x20データを置き換えます。','目盛りの長さ','ゼロ値を含める','単語を繰り返す','936544Thculm','主目盛ごとの補助目盛数','データ範囲','積み上げ','ソース形式','隣接ノード','画像としてエクスポート','ラベルの書式設定','ローソクの幅','ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','配合色','ステップ','軸のタイトル','ヒストグラム','テーマ','値の単位','データ\x20ポイント','右縦軸タイトル','目盛線','数式を表示','36223749ErUjeG','列の追加','行を追加','最大値','標準形式には、特定の表示形式が含まれていません。','データポイントを接続する','インジケーターの線の色','点の形状','ワードクラウド','{0}を項目として使用','{0}\x20個のデータ\x20ポイントを選択','軸ラベルの数値形式','ヒストグラムチャート','ウォーターフォールグラフ','接続線の種類','チャート','絶対値を使用する','ヒートマップ','サンバーストチャート','スター','ビンギャップ','ツリーマップ','円グラフ','R²カラー','パーセンテージ','次のパーセンテージ未満','箱ひげ図','無効な値','コネクター','レーダーチャート','スライス','縦軸タイトル','シリーズ名','Gap\x20width\x20(%)','正方形','グラフエディター','表示形式の種類','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','詳細レイアウト','コネクタライン','スタイル対象','補助縦棒グラフ付き円グラフ','ラベル','8smkKID','OHLC\x20系列','白抜き角丸四角形','カーディオイド','桁区切り','タイトル','長方形','グラデーション塗りつぶし','関係図','詳細値の数値形式','親ラベルのレイアウト','累積パーセンテージ系列','レーダーグラフ','ラベルの背景','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','エッジの長さ','横棒グラフ','科学的','散布図','小数点以下の桁数','サンキーグラフ','ミニマル','カスタムフォーマット','選択モード','日付の種類','外半径','白抜きピン','ラベルの文字色','4472755SyKHeX','サイズ','目盛りの色','ターゲット','ビンの幅','キャンセル','グラフの形状','Bar\x20spacing','フォント','リボン','角丸四角形','ユーザー設定','アンダーフローしきい値','ファネルグラフ','細胞ラベル','100%積み上げ','終了値','非表示','サークル','ビジュアルマップ','ブレークライン','位置合わせ','階層フィールドを上へ移動','開始角度','積み上げ縦棒グラフ','ゲージ図には、1\x20つ以上の有限な数値が必要です。','軸の目盛り','ビニングモード','クラウド','近似曲線を追加','積み上げ面グラフ','スムーズ','折れ線グラフ','ユーザー設定の分割','ポイントサイズ','主グラフと補助グラフの間隔','カテゴリ名','接続線の色','R²を表示','Start\x20angle','バナー','トライアングル','白抜き円','値によるノードのサイズ設定','通貨記号','自身の値','多項式','指数関数的','バブルグラフ','階層フィールドを削除','中空ローソク','軸ラベル','目盛りの幅','データ\x20ラベル','グラフの種類','データ\x20ポイントを削除','面グラフ','ポイントの色','凡例をラップする','全シリーズ','Manual','時計回り','デフォルト','実体の色','指標線','不透明度','データラベル','Height\x20(%)','目盛りの位置','クラシック針','その他','線のスタイル','ポリゴン','グラフパネルを開く','関係数','デフォルトの色','関連付けられた値','最小値','ラベルを日付として扱う','参照元の種類','カウント','線の色','縦棒グラフ系列','枠線の種類','グラフと軸のタイトル','ハーフパイ','前三角','ローソク足チャートのデータには、カテゴリ、始値、高値、安値、終値の列が必要です。','アイテムギャップ','リニア','白抜き長方形','データ','値のスケール','小計を使用する','現在のノード','本文の文字色','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','インライン','本文のフォントサイズ','表示名','ラベルのテキスト','葉のラベル','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','目盛線と目盛','ノード','ラベルのスタイル','重なる','ビン数','白抜き矢印','ドーナツグラフ','コード表','100%\x20積み上げ横棒グラフ','マップ','開始値','ゲージチャート','コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','補助円グラフ付き円グラフ','Top\x20(%)','プレビュー','Series\x20overlap\x20(%)','白抜きひし形','表データが空です。','ライン'];_0x4154=function(){return _0xa2e9b9;};return _0x4154();}
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4309(_0x5d2da4,_0x4b031a){_0x5d2da4=_0x5d2da4-0x111;const _0x497a7e=_0x497a();let _0x43092a=_0x497a7e[_0x5d2da4];return _0x43092a;}const _0x26e5fa=_0x4309;(function(_0x218e5a,_0x5e0c3a){const _0x512fdb=_0x4309,_0x53b523=_0x218e5a();while(!![]){try{const _0x23b52e=-parseInt(_0x512fdb(0x1bb))/0x1*(parseInt(_0x512fdb(0x181))/0x2)+-parseInt(_0x512fdb(0x12f))/0x3+-parseInt(_0x512fdb(0x1ee))/0x4*(parseInt(_0x512fdb(0x1a5))/0x5)+parseInt(_0x512fdb(0x17d))/0x6+-parseInt(_0x512fdb(0x19b))/0x7*(parseInt(_0x512fdb(0x1cf))/0x8)+parseInt(_0x512fdb(0x1c8))/0x9*(parseInt(_0x512fdb(0x164))/0xa)+parseInt(_0x512fdb(0x1fb))/0xb*(parseInt(_0x512fdb(0x1b1))/0xc);if(_0x23b52e===_0x5e0c3a)break;else _0x53b523['push'](_0x53b523['shift']());}catch(_0x597559){_0x53b523['push'](_0x53b523['shift']());}}}(_0x497a,0x6becc));function _0x497a(){const _0x38de45=['선택\x20모드','값\x20배율','진드기\x20위치','게이지\x20차트','내부\x20반경은\x20외부\x20반경보다\x20작아야\x20합니다.','세로\x20막대형\x20계열','현대식','2447940wRrqLV','가로축\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제공합니다.','Gap\x20width\x20(%)','추세선\x20추가','가운데','히트맵','행/열\x20전환','통화\x20기호','기울임꼴','계층\x20필드\x20제거','0으로\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모양','데이터','템플릿','18010YDkYiX','레이블','캔들스틱\x20차트','행\x20추가','로즈파이','사용자\x20지정','분산형','라벨\x20스타일','표시\x20형식\x20범주','라벨\x20회전','구분선','세로\x20막대형','시리즈명','차트\x20삭제','숨기기','차트\x20제목','눈금\x20범위','오른쪽\x20세로축\x20제목','차트\x20패널\x20열기','더\x20보기','표시선\x20유형','눈금\x20폭','종료값','본문\x20글꼴\x20크기','인라인\x20데이터를\x20대체하려면\x20스프레드시트,\x20Excel\x20또는\x20웹페이지의\x20표를\x20붙여넣으세요.','1857144QgNOdx','숫자\x20형식','삼각형','계층\x20필드','682202pgeOdI','다항식','소계\x20사용','빈\x20너비','수식\x20표시','영역형','캔들\x20너비','오른쪽\x20축','관계형','도넛\x20구멍','부분합','빈\x20갭','계층\x20필드를\x20위로\x20이동','Explosion\x20(%)','축\x20레이블\x20숫자\x20형식','차트\x20종류','비닝\x20모드','{0}을(를)\x20항목으로\x20사용','카디오이드','그라데이션','Series\x20overlap\x20(%)','미리보기','캔들\x20상태','반발력','가는\x20바늘','카테고리\x20이름','7HPDFSz','공식\x20색상','시계방향','포인트\x20크기','차트\x20삽입\x20실패','잘못된\x20값','둥근\x20모서리\x20직사각형','지표\x20선','이동\x20평균','전방\x20삼각형','129305TXAOvh','시작값','라벨\x20텍스트\x20색상','마스크\x20이미지\x20ID','누적\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유형','재설정','1332TmkWbN','테두리\x20색상','Plot\x20area','날짜\x20형식','오른쪽','직사각형','시작\x20각도','끝\x20각도','백분율이\x20다음보다\x20작음','추세선','2ECBsSz','이미지로\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레이아웃','774ewERVn','노드\x20모양','100%\x20기준\x20누적\x20영역형','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','아이템\x20격차','몸통\x20색상','워드\x20클라우드','4484008MPVrIA','세부정보','데이터\x20라벨','분할\x20기준','주\x20차트와\x20보조\x20차트\x20간격','도넛형','언더플로\x20임계값','보조\x20차트\x20데이터\x20요소\x20수','열\x20추가','데이터\x20요소\x20제거','보조\x20차트\x20크기','연결선\x20길이','누적\x20백분율\x20계열','주\x20눈금당\x20보조\x20눈금\x20수','R²\x20색상','레이블\x20내용','테이블\x20데이터가\x20비어\x20있습니다','트리맵','누적\x20·\x20세로\x20막대형','시각적\x20지도','다각형','진드기','차트\x20패널\x20숨기기','코드\x20차트','100%\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필요합니다.','76wKAXIn','본문\x20글꼴\x20색상','꼬리\x20불투명도','랩\x20범례','관계\x20수','고급\x20설정','격자선','연결선\x20종류','눈금\x20길이','빈\x20핀','100%\x20기준\x20누적','Manual','빈\x20개수','250492kGmywg','꺾은선형\x20/\x20영역형','축\x20제목','인접\x20노드','Bar\x20spacing','차트\x20삽입','깔때기형','레이블\x20텍스트','거품형','최소\x20각도','눈금선','Left\x20(%)','과학적','스타일\x20대상','값\x20필드','기본\x20색상','빈\x20직사각형','100%\x20기준\x20누적\x20가로\x20막대형','히스토그램\x20차트','중앙\x20합계','점\x20모양','차트\x20스타일','빈\x20다이아몬드','글꼴\x20크기','가로\x20막대형','사용\x20안\x20함','OHLC\x20계열','범위\x20삭제','연결된\x20값'];_0x497a=function(){return _0x38de45;};return _0x497a();}const e={'chart-ui':{'editor':{'defaultColor':_0x26e5fa(0x11a),'fontSize':_0x26e5fa(0x122)},'setup':{'stack':'누적','percentStacked':_0x26e5fa(0x1f8)},'chartTypes':{'line':'꺾은선형','column':_0x26e5fa(0x16f),'columnStacked':_0x26e5fa(0x1e1),'columnPercentStacked':_0x26e5fa(0x1e7),'bar':_0x26e5fa(0x123),'barStacked':_0x26e5fa(0x1a9),'barPercentStacked':_0x26e5fa(0x11c),'pie':'원형','donut':_0x26e5fa(0x1d4),'pieOfPie':_0x26e5fa(0x137),'barOfPie':_0x26e5fa(0x153),'area':_0x26e5fa(0x186),'areaStacked':'누적\x20영역형','areaPercentStacked':_0x26e5fa(0x1ca),'radar':_0x26e5fa(0x1be),'scatter':_0x26e5fa(0x16a),'combination':'혼합','wordCloud':'워드\x20클라우드','funnel':'깔때기형','bubble':_0x26e5fa(0x113),'relation':_0x26e5fa(0x189),'waterfall':_0x26e5fa(0x1c5),'pareto':'파레토','sankey':'생키','heatmap':_0x26e5fa(0x145),'boxplot':_0x26e5fa(0x151),'candlestick':_0x26e5fa(0x166),'histogram':_0x26e5fa(0x15b),'treemap':_0x26e5fa(0x1e0),'sunburst':_0x26e5fa(0x13f),'gauge':_0x26e5fa(0x12b),'chord':_0x26e5fa(0x13d)},'section':{'waterfall':_0x26e5fa(0x1c5),'paretoBar':_0x26e5fa(0x12d),'paretoLine':_0x26e5fa(0x1db),'pie':'원형','wordCloud':_0x26e5fa(0x1ce),'radar':_0x26e5fa(0x1be),'funnel':_0x26e5fa(0x111),'relation':'관계형','lineAndArea':_0x26e5fa(0x1fc),'gridlinesAndTicks':_0x26e5fa(0x1ec),'indicatorLine':_0x26e5fa(0x1a2),'candlestick':'촛대\x20차트','histogram':_0x26e5fa(0x11d),'treemap':'트리맵\x20차트','sunburst':_0x26e5fa(0x13f),'gauge':_0x26e5fa(0x12b),'chord':_0x26e5fa(0x1e6)},'presentation':{'backgroundColor':_0x26e5fa(0x1c3),'theme':'테마','gradientFill':'그라데이션\x20채우기','bodyFontSize':_0x26e5fa(0x17b),'bodyFontColor':_0x26e5fa(0x1ef),'titleType':_0x26e5fa(0x1af),'horizontalAxisTitle':_0x26e5fa(0x130),'verticalAxisTitle':_0x26e5fa(0x1c6),'rightVerticalAxisTitle':_0x26e5fa(0x175),'wrap':_0x26e5fa(0x1f1),'selectMode':_0x26e5fa(0x128),'visualMapType':_0x26e5fa(0x1e2),'align':'정렬'},'numberFormat':{'source':'소스\x20형식','number':'번호','scientific':_0x26e5fa(0x117),'custom':_0x26e5fa(0x15f),'preview':_0x26e5fa(0x196),'generalType':'일반','accountingType':'회계','thousandsType':'천\x20단위\x20구분\x20기호','formatTypes':_0x26e5fa(0x16c),'generalDesc':'일반\x20서식은\x20특정\x20숫자\x20서식을\x20지정하지\x20않습니다.','accountingDesc':'회계\x20서식은\x20열의\x20통화\x20기호와\x20소수점을\x20정렬합니다.','currencyDesc':_0x26e5fa(0x14e),'dateDesc':'날짜\x20서식은\x20날짜\x20및\x20시간\x20일련\x20번호를\x20날짜\x20값으로\x20표시합니다.','thousandsDesc':_0x26e5fa(0x141),'decimalPlaces':_0x26e5fa(0x13c),'currencyTypes':_0x26e5fa(0x147),'negativeNumberTypes':'음수','dateTypes':_0x26e5fa(0x1b4),'setFormat':'레이블\x20서식\x20설정'},'series':{'rightAxis':_0x26e5fa(0x188),'allSeries':'모든\x20시리즈','aggregate':'집계','borderOpacity':'테두리\x20불투명도','solid':'솔리드','pointShape':_0x26e5fa(0x11f),'pointSize':_0x26e5fa(0x19e),'pointColor':_0x26e5fa(0x131),'removeDataPoint':_0x26e5fa(0x1d8),'square':'광장','rect':_0x26e5fa(0x1b6),'roundRect':_0x26e5fa(0x1a1),'pin':'핀','emptyCircle':'빈\x20원','emptySquare':_0x26e5fa(0x135),'emptyTriangle':_0x26e5fa(0x132),'emptyDiamond':_0x26e5fa(0x121),'emptyRect':_0x26e5fa(0x11b),'emptyRoundRect':_0x26e5fa(0x13e),'emptyPin':_0x26e5fa(0x1f7),'emptyArrow':_0x26e5fa(0x156)},'lineAndArea':{'lineStyle':'선\x20스타일','line':'라인','smooth':_0x26e5fa(0x138),'step':'단계','invalidValues':_0x26e5fa(0x1a0),'breakLine':_0x26e5fa(0x154),'connect':'데이터\x20포인트\x20연결','zero':_0x26e5fa(0x14a)},'axis':{'useDateAxis':_0x26e5fa(0x158),'target':'축','lineColor':'선\x20색상','lineWidth':_0x26e5fa(0x13a),'labelRotation':_0x26e5fa(0x16d),'reverse':'역축','gridlineVisible':_0x26e5fa(0x1f4),'gridlineColor':'격자선\x20색상','gridlineWidth':'격자선\x20너비','tickVisible':_0x26e5fa(0x1e4),'tickLength':_0x26e5fa(0x1f6),'tickWidth':_0x26e5fa(0x179),'tickColor':_0x26e5fa(0x14c),'tickPosition':_0x26e5fa(0x12a)},'indicator':{'lineColor':'표시선\x20색상','lineType':_0x26e5fa(0x178),'labelBackground':_0x26e5fa(0x1c0),'labelText':_0x26e5fa(0x1a7)},'trendline':{'add':_0x26e5fa(0x143),'type':'유형','linear':'선형','exponential':'지수','logarithmic':'대수','polynomial':_0x26e5fa(0x182),'power':'힘','movingAverage':_0x26e5fa(0x1a3),'showFormula':_0x26e5fa(0x185),'showR2':'R²\x20표시','order':'주문','period':'기간','formulaColor':_0x26e5fa(0x19c),'r2Color':_0x26e5fa(0x1dd)},'pareto':{'includeZeroValues':_0x26e5fa(0x1ad)},'plotArea':{'label':_0x26e5fa(0x1b3),'manual':_0x26e5fa(0x1f9),'left':_0x26e5fa(0x116),'top':'Top\x20(%)','width':'Width\x20(%)','height':'Height\x20(%)'},'bar':{'layout':_0x26e5fa(0x1ff),'gapWidth':_0x26e5fa(0x142),'overlap':_0x26e5fa(0x195)},'pie':{'mode':'차트\x20모양','modeNormal':'기본','modePieOfPie':'보조\x20원형\x20차트','modeBarOfPie':'보조\x20막대\x20차트','splitType':_0x26e5fa(0x1d2),'splitAuto':'자동','splitPosition':'위치','splitCustom':_0x26e5fa(0x169),'customSelectedCount':'사용자\x20지정\x20분할','customSelectedCountValue':'{0}개\x20데이터\x20요소\x20선택됨','positionCount':_0x26e5fa(0x1d6),'valueLessThan':'값이\x20다음보다\x20작음','percentageLessThan':_0x26e5fa(0x1b9),'secondarySize':_0x26e5fa(0x1d9),'advancedLayout':'고급\x20레이아웃','connector':_0x26e5fa(0x14b),'slices':'조각','gapWidth':_0x26e5fa(0x1d3),'connectorColor':'연결선\x20색','connectorWidth':'연결선\x20너비','connectorType':_0x26e5fa(0x1f5),'aggregateOther':'기타','aggregateMembers':'항목','valueScale':_0x26e5fa(0x129),'doughnutHole':_0x26e5fa(0x18a),'startAngle':'Start\x20angle','explosion':_0x26e5fa(0x18e),'paddingAngle':'슬라이스\x20간격','halfPie':_0x26e5fa(0x133),'rosePie':_0x26e5fa(0x168),'labelLine':'라벨라인'},'radar':{'shape':_0x26e5fa(0x161),'polygon':_0x26e5fa(0x1e3),'fill':'영역\x20채우기'},'funnel':{'gap':_0x26e5fa(0x1cc),'absoluteValues':_0x26e5fa(0x136)},'heatmap':{'unit':'가치\x20단위','labels':'셀\x20라벨'},'relation':{'nodes':'노드','interaction':_0x26e5fa(0x140),'edgeLength':_0x26e5fa(0x1da),'circular':'원형','force':'힘','nodeShape':_0x26e5fa(0x1c9),'valueSize':_0x26e5fa(0x1e8),'rotateLabels':_0x26e5fa(0x16d),'gravity':'중력','repulsion':_0x26e5fa(0x198)},'wordCloud':{'maskImage':_0x26e5fa(0x1a8),'repeat':'단어\x20반복','cloud':'클라우드','rect':'직사각형','cardioid':_0x26e5fa(0x193),'heart':'하트','triangle-forward':_0x26e5fa(0x1a4),'pentagon':'펜타곤','star':'스타'},'waterfall':{'styleTarget':_0x26e5fa(0x118),'positive':'양수','negative':'음수','stackType':'배열','arrangement':'폭포','subtotal':_0x26e5fa(0x18b),'includeSubtotal':_0x26e5fa(0x183),'connector':_0x26e5fa(0x1ac)},'candlestick':{'candle':'캔들','body':'몸통','wick':'꼬리','state':_0x26e5fa(0x197),'open':'시가','high':'고가','low':'저가','close':'종가','rising':'상승','falling':'하락','doji':'도지','bodyColor':_0x26e5fa(0x1cd),'fillOpacity':_0x26e5fa(0x1e9),'wickColor':_0x26e5fa(0x15e),'wickWidth':_0x26e5fa(0x14d),'wickOpacity':_0x26e5fa(0x1f0),'candleWidth':_0x26e5fa(0x187),'hollow':_0x26e5fa(0x157),'columnsError':_0x26e5fa(0x1ab),'series':_0x26e5fa(0x125)},'histogram':{'binGap':_0x26e5fa(0x18c),'binningMode':_0x26e5fa(0x191),'count':'개수','width':'폭','binCount':_0x26e5fa(0x1fa),'binWidth':_0x26e5fa(0x184),'underflow':_0x26e5fa(0x1d5),'overflow':'오버플로\x20임계값','frequency':'도수'},'treemap':{'parentLabelLayout':_0x26e5fa(0x1c7),'banner':'배너','overlapping':_0x26e5fa(0x14f),'leafLabel':'잎\x20라벨','hierarchy':_0x26e5fa(0x180),'diagnostic':'트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.'},'sunburst':{'hierarchy':'계층','addHierarchy':'계층\x20추가','moveUp':_0x26e5fa(0x18d),'moveDown':'계층\x20필드를\x20아래로\x20이동','removeHierarchy':_0x26e5fa(0x149),'centerLabel':_0x26e5fa(0x11e),'labelFormat':_0x26e5fa(0x16b),'diagnostic':'선버스트\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.'},'gauge':{'scale':_0x26e5fa(0x174),'majorDivisions':'주\x20눈금\x20수','minorDivisions':_0x26e5fa(0x1dc),'angles':'각도','endAngle':_0x26e5fa(0x1b8),'ranges':'범위','rangeFrom':_0x26e5fa(0x1a6),'rangeTo':_0x26e5fa(0x17a),'addRange':'범위\x20추가','removeRange':_0x26e5fa(0x126),'axisTick':_0x26e5fa(0x115),'splitLine':_0x26e5fa(0x16e),'pointer':_0x26e5fa(0x1aa),'anchor':'앵커','progress':'진행률','detail':_0x26e5fa(0x1d0),'pointerNeedle':_0x26e5fa(0x152),'pointerSlim':_0x26e5fa(0x199),'template':_0x26e5fa(0x163),'modern':_0x26e5fa(0x12e),'classic':'클래식','minimal':'미니멀','advanced':_0x26e5fa(0x1f3),'customized':_0x26e5fa(0x169),'axisLabelNumberFormat':_0x26e5fa(0x18f),'detailNumberFormat':_0x26e5fa(0x1bf),'emptyDiagnostic':_0x26e5fa(0x1eb),'mappingDiagnostic':_0x26e5fa(0x1ed),'configDiagnostic':_0x26e5fa(0x1ae)},'chord':{'source':'소스','target':'대상','count':_0x26e5fa(0x1f2),'node':'노드','ribbon':'리본','clockwise':_0x26e5fa(0x19d),'padAngle':_0x26e5fa(0x139),'minAngle':_0x26e5fa(0x114),'innerRadius':'내부\x20반경','outerRadius':'외부\x20반경','invalidRadii':_0x26e5fa(0x12c),'rotation':'회전','distance':'거리','width':'폭','focus':'초점','solid':'단색','gradient':_0x26e5fa(0x194),'adjacency':_0x26e5fa(0x1fe),'self':'현재\x20노드','emptyDiagnostic':_0x26e5fa(0x15d),'mappingDiagnostic':_0x26e5fa(0x1c4),'configDiagnostic':_0x26e5fa(0x1cb),'associatedValue':_0x26e5fa(0x127)},'common':{'category':_0x26e5fa(0x15c),'seriesName':_0x26e5fa(0x170),'value':'값','percentage':'백분율','borderColor':_0x26e5fa(0x1b2),'labelContent':_0x26e5fa(0x1de),'labelPosition':_0x26e5fa(0x15a),'dataLabels':_0x26e5fa(0x1d1),'chartType':_0x26e5fa(0x190),'bold':'굵게','italic':_0x26e5fa(0x148),'shape':'모양','chartStyle':_0x26e5fa(0x120),'chartAndAxisTitles':'차트\x20및\x20축\x20제목','legend':'범례','chartTitle':_0x26e5fa(0x173),'subtitle':'부제','series':'계열','dataPoint':'데이터\x20포인트','trendline':_0x26e5fa(0x1ba),'horizontalAxis':'가로축','verticalAxis':_0x26e5fa(0x160),'rightVerticalAxis':'오른쪽\x20세로축','layout':'레이아웃','arrow':_0x26e5fa(0x13b),'axisLabels':'축\x20레이블','currency':'통화','date':'날짜','displayName':'표시\x20이름','emphasis':'강조','heatmap':_0x26e5fa(0x145),'lineColor':_0x26e5fa(0x150),'lineWidth':_0x26e5fa(0x13a),'min':'최솟값','max':'최댓값','mode':'모드','stacked':'누적','title':'제목','auto':'자동','position':{'label':'위치','inside':'내부','outside':'외부','top':'위','right':_0x26e5fa(0x1b5),'bottom':'아래','left':'왼쪽','hide':_0x26e5fa(0x172)},'axisAlign':{'start':'시작','center':_0x26e5fa(0x144),'end':'끝'},'textAlign':{'left':'왼쪽','center':'가운데','right':_0x26e5fa(0x1b5)},'legendSelectMode':{'single':'단일','multiple':'다중','disabled':_0x26e5fa(0x124)},'visualMapType':{'continuous':'연속','piecewise':'구분'},'default':'기본값','reset':_0x26e5fa(0x1b0),'color':'색상','opacity':'불투명도','font':'글꼴','none':'없음','numberFormat':_0x26e5fa(0x17e),'borderWidth':'테두리\x20너비','borderType':'테두리\x20유형','lineType':_0x26e5fa(0x1ea),'dashed':'점선','dotted':'점선','circle':'서클','triangle':_0x26e5fa(0x17f),'diamond':'다이아몬드','axisLine':'축선','minimum':'최소','maximum':'최대','startAngle':_0x26e5fa(0x1b7),'valueField':_0x26e5fa(0x119),'categoryName':_0x26e5fa(0x19a),'ownValue':_0x26e5fa(0x1c2),'children':'하위\x20요소','label':'라벨','editChart':_0x26e5fa(0x134),'deleteChart':_0x26e5fa(0x171),'insertChart':_0x26e5fa(0x200),'insertChartFailed':_0x26e5fa(0x19f),'openChartPanel':_0x26e5fa(0x176),'hideChartPanel':_0x26e5fa(0x1e5),'exportImage':_0x26e5fa(0x1bc),'copy':'복사','setup':'설정','customize':_0x26e5fa(0x169),'data':_0x26e5fa(0x162),'tableDataEmpty':_0x26e5fa(0x1df),'dataRange':'데이터\x20범위','editData':_0x26e5fa(0x159),'inlineData':_0x26e5fa(0x1bd),'switchRowColumn':_0x26e5fa(0x146),'useAsCategoryLabels':_0x26e5fa(0x192),'cancel':'취소','insert':'삽입','apply':'적용','duplicate':'복제'},'inlineTable':{'pasteHint':_0x26e5fa(0x17c),'addRow':_0x26e5fa(0x167),'addColumn':_0x26e5fa(0x1d7)},'floatMenu':{'menuTitle':{'chart':'차트','axisTitle':_0x26e5fa(0x1fd),'gridline':_0x26e5fa(0x115),'tick':'눈금','mark':'표식','dataLabel':_0x26e5fa(0x155)},'field':{'position':'위치','size':'크기','align':'맞춤','map':'맵','rotate':'회전','labelText':_0x26e5fa(0x112),'titleText':_0x26e5fa(0x1c1)},'action':{'more':_0x26e5fa(0x177)},'control':{'labels':_0x26e5fa(0x165),'line':'선','reverse':'반전'}}}};export{e as default};
|
|
1
|
+
const _0x2fedc9=_0x4a30;(function(_0x18347e,_0x5c3419){const _0x3fc568=_0x4a30,_0x1cefe2=_0x18347e();while(!![]){try{const _0x4edf6b=parseInt(_0x3fc568(0x28b))/0x1+parseInt(_0x3fc568(0x1f1))/0x2*(-parseInt(_0x3fc568(0x237))/0x3)+parseInt(_0x3fc568(0x283))/0x4+-parseInt(_0x3fc568(0x26b))/0x5*(parseInt(_0x3fc568(0x200))/0x6)+-parseInt(_0x3fc568(0x2b3))/0x7*(-parseInt(_0x3fc568(0x226))/0x8)+parseInt(_0x3fc568(0x25d))/0x9*(parseInt(_0x3fc568(0x28a))/0xa)+parseInt(_0x3fc568(0x259))/0xb;if(_0x4edf6b===_0x5c3419)break;else _0x1cefe2['push'](_0x1cefe2['shift']());}catch(_0x4e699c){_0x1cefe2['push'](_0x1cefe2['shift']());}}}(_0x5eb1,0xf3a61));function _0x4a30(_0x55ffb8,_0x4dc24c){_0x55ffb8=_0x55ffb8-0x1cc;const _0x5eb138=_0x5eb1();let _0x4a3082=_0x5eb138[_0x55ffb8];return _0x4a3082;}function _0x5eb1(){const _0x953d98=['카테고리\x20이름','눈금\x20범위','그라데이션','수식\x20표시','763yueXCq','레이블\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표시합니다.','Bar\x20spacing','최솟값','클래식','원본\x20유형','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','불투명도\x20채우기','다각형','관계\x20수','빈\x20갭','상호\x20작용','라벨\x20위치','솔리드','격자선\x20너비','세로축','값이\x20다음보다\x20작음','선택\x20모드','230GROMGR','누적\x20·\x20세로\x20막대형','브레이크\x20라인','라벨\x20회전','레이블을\x20날짜로\x20처리','연결된\x20값','인라인\x20데이터를\x20대체하려면\x20스프레드시트,\x20Excel\x20또는\x20웹페이지의\x20표를\x20붙여넣으세요.','주\x20눈금당\x20보조\x20눈금\x20수','직사각형','상위\x20라벨\x20레이아웃','전방\x20삼각형','오른쪽\x20세로축','이동\x20평균','레이아웃','분산형','7926276qAWgbJ','빈\x20화살표','꼬리\x20불투명도','사용\x20안\x20함','파레토','{0}개\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실패','세부정보','Explosion\x20(%)','포인트\x20색상','기본\x20색상','선\x20색상','게이지\x20차트','관계형','부드러운','데이터\x20요소\x20제거','캔들스틱\x20차트\x20데이터에는\x20범주,\x20시가,\x20고가,\x20저가,\x20종가\x20열이\x20필요합니다.','11680JkTRrs','차트\x20스타일','부분합','상세\x20값\x20숫자\x20형식','본문\x20글꼴\x20색상','고급\x20설정','단어\x20반복','스타일\x20대상','가는\x20바늘','시리즈명','구분선','모든\x20시리즈','끝\x20각도','커넥터\x20라인','펜타곤','눈금선\x20및\x20눈금','클라우드','21807LSrDkn','데이터\x20편집','카테고리','상자\x20수염\x20그림','Manual','천\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내보내기','Left\x20(%)','빈\x20핀','빈\x20원','시각적\x20지도','가로축\x20제목','격자선','워드\x20클라우드','그라데이션\x20채우기','꺾은선형','점\x20모양','5461566ZFpceZ','빈\x20캔들','계층\x20필드\x20제거','데이터\x20포인트','5558013wyYQiJ','연결선\x20종류','보조\x20차트\x20크기','빈\x20사각형','100%\x20기준\x20누적\x20가로\x20막대형','빈\x20너비','시작\x20각도','영역\x20채우기','차트\x20모양','잘못된\x20값','로즈파이','차트\x20패널\x20숨기기','내부\x20반경','빈\x20개수','5nJoCNd','행\x20추가','차트\x20패널\x20열기','R²\x20표시','차트\x20및\x20축\x20제목','히스토그램\x20차트','Gap\x20width\x20(%)','축\x20제목','세로\x20막대형','눈금\x20폭','세로\x20막대형\x20계열','라벨\x20텍스트\x20색상','글꼴\x20크기','가로축','Height\x20(%)','차트\x20제목','레이블\x20서식\x20설정','값\x20필드','세로축\x20제목','Series\x20overlap\x20(%)','행/열\x20전환','절대값\x20사용','깔때기형','본문\x20글꼴\x20크기','685244kjwroF','테이블\x20데이터가\x20비어\x20있습니다','Width\x20(%)','배경색','중앙\x20합계','카디오이드','연결선','20ZHVQjm','1092895YDTeEh','테두리\x20너비','현재\x20노드','꼬리\x20너비','차트\x20삽입','선\x20너비','백분율','히트맵','소스\x20형식','천\x20단위\x20구분\x20기호\x20서식은\x20일반적인\x20숫자에\x20사용됩니다.\x20통화\x20및\x20회계\x20서식은\x20통화\x20값에\x20대한\x20특수\x20서식을\x20제공합니다.','Plot\x20area','랩\x20범례','하프파이','연결선\x20너비','시작값','0으로\x20취급','마스크\x20이미지\x20ID','언더플로\x20임계값','표시\x20형식\x20범주','열\x20추가','숫자\x20형식','눈금선','레이블','꺾은선형\x20/\x20영역형','테두리\x20유형','화살표','노드\x20모양','숨기기','사용자\x20지정\x20분할','보조\x20막대\x20차트','기울임꼴','연결선\x20색','{0}을(를)\x20항목으로\x20사용','테두리\x20색상','값\x20배율','누적\x20가로\x20막대형'];_0x5eb1=function(){return _0x953d98;};return _0x5eb1();}const e={'chart-ui':{'dataSource':{'inlineMode':_0x2fedc9(0x24b),'referencedMode':'참조','sourceType':_0x2fedc9(0x1e4)},'editor':{'defaultColor':_0x2fedc9(0x21f),'fontSize':_0x2fedc9(0x277)},'setup':{'stack':'누적','percentStacked':'100%\x20기준\x20누적'},'chartTypes':{'line':_0x2fedc9(0x257),'column':_0x2fedc9(0x273),'columnStacked':_0x2fedc9(0x1f2),'columnPercentStacked':'100%\x20기준\x20누적\x20·\x20세로\x20막대형','bar':_0x2fedc9(0x219),'barStacked':_0x2fedc9(0x2ae),'barPercentStacked':_0x2fedc9(0x261),'pie':'원형','donut':_0x2fedc9(0x249),'pieOfPie':_0x2fedc9(0x247),'barOfPie':'보조\x20막대\x20차트가\x20있는\x20원형\x20차트','area':'영역형','areaStacked':'누적\x20영역형','areaPercentStacked':'100%\x20기준\x20누적\x20영역형','radar':_0x2fedc9(0x1dc),'scatter':_0x2fedc9(0x1ff),'combination':'혼합','wordCloud':_0x2fedc9(0x255),'funnel':_0x2fedc9(0x281),'bubble':_0x2fedc9(0x206),'relation':'관계형','waterfall':'폭포형','pareto':_0x2fedc9(0x204),'sankey':'생키','heatmap':'히트맵','boxplot':_0x2fedc9(0x23a),'candlestick':'캔들스틱\x20차트','histogram':_0x2fedc9(0x244),'treemap':_0x2fedc9(0x1cc),'sunburst':_0x2fedc9(0x24c),'gauge':'게이지\x20차트','chord':'코드\x20다이어그램'},'section':{'waterfall':_0x2fedc9(0x1d5),'paretoBar':_0x2fedc9(0x275),'paretoLine':'누적\x20백분율\x20계열','pie':'원형','wordCloud':_0x2fedc9(0x255),'radar':'방사형','funnel':_0x2fedc9(0x281),'relation':_0x2fedc9(0x222),'lineAndArea':_0x2fedc9(0x2a2),'gridlinesAndTicks':_0x2fedc9(0x235),'indicatorLine':'지표\x20선','candlestick':_0x2fedc9(0x20e),'histogram':_0x2fedc9(0x270),'treemap':'트리맵\x20차트','sunburst':_0x2fedc9(0x24c),'gauge':_0x2fedc9(0x221),'chord':'코드\x20차트'},'presentation':{'backgroundColor':_0x2fedc9(0x286),'theme':'테마','gradientFill':_0x2fedc9(0x256),'bodyFontSize':_0x2fedc9(0x282),'bodyFontColor':_0x2fedc9(0x22a),'titleType':'제목\x20유형','horizontalAxisTitle':_0x2fedc9(0x253),'verticalAxisTitle':_0x2fedc9(0x27d),'rightVerticalAxisTitle':'오른쪽\x20세로축\x20제목','wrap':_0x2fedc9(0x296),'selectMode':_0x2fedc9(0x1f0),'visualMapType':_0x2fedc9(0x252),'align':'정렬'},'numberFormat':{'source':_0x2fedc9(0x293),'number':'번호','scientific':_0x2fedc9(0x218),'custom':'맞춤\x20형식','preview':_0x2fedc9(0x215),'generalType':'일반','accountingType':'회계','thousandsType':_0x2fedc9(0x23c),'formatTypes':_0x2fedc9(0x29d),'generalDesc':_0x2fedc9(0x245),'accountingDesc':_0x2fedc9(0x248),'currencyDesc':'통화\x20서식은\x20일반적인\x20통화\x20값에\x20사용됩니다.\x20열의\x20소수점을\x20정렬하려면\x20회계\x20서식을\x20사용하십시오.','dateDesc':_0x2fedc9(0x1e0),'thousandsDesc':_0x2fedc9(0x294),'decimalPlaces':'소수\x20자릿수','currencyTypes':_0x2fedc9(0x1d8),'negativeNumberTypes':'음수','dateTypes':_0x2fedc9(0x1d9),'setFormat':_0x2fedc9(0x27b)},'series':{'rightAxis':'오른쪽\x20축','allSeries':_0x2fedc9(0x231),'aggregate':'집계','borderOpacity':_0x2fedc9(0x20b),'solid':_0x2fedc9(0x1ec),'pointShape':_0x2fedc9(0x258),'pointSize':_0x2fedc9(0x240),'pointColor':_0x2fedc9(0x21e),'removeDataPoint':_0x2fedc9(0x224),'square':'광장','rect':_0x2fedc9(0x1f9),'roundRect':'둥근\x20모서리\x20직사각형','pin':'핀','emptyCircle':_0x2fedc9(0x251),'emptySquare':_0x2fedc9(0x260),'emptyTriangle':_0x2fedc9(0x1cd),'emptyDiamond':'빈\x20다이아몬드','emptyRect':'빈\x20직사각형','emptyRoundRect':_0x2fedc9(0x207),'emptyPin':_0x2fedc9(0x250),'emptyArrow':_0x2fedc9(0x201)},'lineAndArea':{'lineStyle':'선\x20스타일','line':'라인','smooth':_0x2fedc9(0x223),'step':'단계','invalidValues':_0x2fedc9(0x266),'breakLine':_0x2fedc9(0x1f3),'connect':'데이터\x20포인트\x20연결','zero':_0x2fedc9(0x29a)},'axis':{'useDateAxis':_0x2fedc9(0x1f5),'target':'축','lineColor':_0x2fedc9(0x220),'lineWidth':_0x2fedc9(0x290),'labelRotation':_0x2fedc9(0x1f4),'reverse':'역축','gridlineVisible':_0x2fedc9(0x254),'gridlineColor':_0x2fedc9(0x241),'gridlineWidth':_0x2fedc9(0x1ed),'tickVisible':'진드기','tickLength':_0x2fedc9(0x209),'tickWidth':_0x2fedc9(0x274),'tickColor':'눈금\x20색상','tickPosition':_0x2fedc9(0x20c)},'indicator':{'lineColor':_0x2fedc9(0x20f),'lineType':'표시선\x20유형','labelBackground':'라벨\x20배경','labelText':_0x2fedc9(0x276)},'trendline':{'add':'추세선\x20추가','type':'유형','linear':'선형','exponential':'지수','logarithmic':'대수','polynomial':'다항식','power':'힘','movingAverage':_0x2fedc9(0x1fd),'showFormula':_0x2fedc9(0x2b2),'showR2':_0x2fedc9(0x26e),'order':'주문','period':'기간','formulaColor':_0x2fedc9(0x1d4),'r2Color':'R²\x20색상'},'pareto':{'includeZeroValues':'0\x20값\x20포함'},'plotArea':{'label':_0x2fedc9(0x295),'manual':_0x2fedc9(0x23b),'left':_0x2fedc9(0x24f),'top':'Top\x20(%)','width':_0x2fedc9(0x285),'height':_0x2fedc9(0x279)},'bar':{'layout':_0x2fedc9(0x1e1),'gapWidth':_0x2fedc9(0x271),'overlap':_0x2fedc9(0x27e)},'pie':{'mode':_0x2fedc9(0x265),'modeNormal':'기본','modePieOfPie':'보조\x20원형\x20차트','modeBarOfPie':_0x2fedc9(0x2a8),'splitType':'분할\x20기준','splitAuto':'자동','splitPosition':'위치','splitCustom':_0x2fedc9(0x1df),'customSelectedCount':_0x2fedc9(0x2a7),'customSelectedCountValue':_0x2fedc9(0x205),'positionCount':_0x2fedc9(0x1dd),'valueLessThan':_0x2fedc9(0x1ef),'percentageLessThan':_0x2fedc9(0x2ba),'secondarySize':_0x2fedc9(0x25f),'advancedLayout':'고급\x20레이아웃','connector':_0x2fedc9(0x289),'slices':'조각','gapWidth':_0x2fedc9(0x2b5),'connectorColor':_0x2fedc9(0x2aa),'connectorWidth':_0x2fedc9(0x298),'connectorType':_0x2fedc9(0x25e),'aggregateOther':'기타','aggregateMembers':'항목','valueScale':_0x2fedc9(0x2ad),'doughnutHole':'도넛\x20구멍','startAngle':'Start\x20angle','explosion':_0x2fedc9(0x21d),'paddingAngle':'슬라이스\x20간격','halfPie':_0x2fedc9(0x297),'rosePie':_0x2fedc9(0x267),'labelLine':_0x2fedc9(0x24a)},'radar':{'shape':_0x2fedc9(0x214),'polygon':_0x2fedc9(0x1e7),'fill':_0x2fedc9(0x264)},'funnel':{'gap':'아이템\x20격차','absoluteValues':_0x2fedc9(0x280)},'heatmap':{'unit':_0x2fedc9(0x1d3),'labels':_0x2fedc9(0x23e)},'relation':{'nodes':'노드','interaction':_0x2fedc9(0x1ea),'edgeLength':'연결선\x20길이','circular':'원형','force':'힘','nodeShape':_0x2fedc9(0x2a5),'valueSize':_0x2fedc9(0x2b8),'rotateLabels':'라벨\x20회전','gravity':'중력','repulsion':_0x2fedc9(0x1da)},'wordCloud':{'maskImage':_0x2fedc9(0x29b),'repeat':_0x2fedc9(0x22c),'cloud':_0x2fedc9(0x236),'rect':_0x2fedc9(0x1f9),'cardioid':_0x2fedc9(0x288),'heart':'하트','triangle-forward':_0x2fedc9(0x1fb),'pentagon':_0x2fedc9(0x234),'star':'스타'},'waterfall':{'styleTarget':_0x2fedc9(0x22d),'positive':'양수','negative':'음수','stackType':'배열','arrangement':'폭포','subtotal':_0x2fedc9(0x228),'includeSubtotal':'소계\x20사용','connector':_0x2fedc9(0x233)},'candlestick':{'candle':'캔들','body':'몸통','wick':'꼬리','state':_0x2fedc9(0x1db),'open':'시가','high':'고가','low':'저가','close':'종가','rising':'상승','falling':'하락','doji':'도지','bodyColor':'몸통\x20색상','fillOpacity':_0x2fedc9(0x1e6),'wickColor':_0x2fedc9(0x243),'wickWidth':_0x2fedc9(0x28e),'wickOpacity':_0x2fedc9(0x202),'candleWidth':_0x2fedc9(0x2bc),'hollow':_0x2fedc9(0x25a),'columnsError':_0x2fedc9(0x225),'series':'OHLC\x20계열'},'histogram':{'binGap':_0x2fedc9(0x1e9),'binningMode':_0x2fedc9(0x2b9),'count':'개수','width':'폭','binCount':_0x2fedc9(0x26a),'binWidth':_0x2fedc9(0x262),'underflow':_0x2fedc9(0x29c),'overflow':'오버플로\x20임계값','frequency':'도수'},'treemap':{'parentLabelLayout':_0x2fedc9(0x1fa),'banner':'배너','overlapping':'겹치는','leafLabel':'잎\x20라벨','hierarchy':'계층\x20필드','diagnostic':'트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.'},'sunburst':{'hierarchy':'계층','addHierarchy':'계층\x20추가','moveUp':_0x2fedc9(0x212),'moveDown':'계층\x20필드를\x20아래로\x20이동','removeHierarchy':_0x2fedc9(0x25b),'centerLabel':_0x2fedc9(0x287),'labelFormat':_0x2fedc9(0x23f),'diagnostic':_0x2fedc9(0x1d0)},'gauge':{'scale':_0x2fedc9(0x2b0),'majorDivisions':_0x2fedc9(0x2bb),'minorDivisions':_0x2fedc9(0x1f8),'angles':'각도','endAngle':_0x2fedc9(0x232),'ranges':'범위','rangeFrom':_0x2fedc9(0x299),'rangeTo':_0x2fedc9(0x23d),'addRange':'범위\x20추가','removeRange':'범위\x20삭제','axisTick':_0x2fedc9(0x2a0),'splitLine':_0x2fedc9(0x230),'pointer':'포인터','anchor':'앵커','progress':'진행률','detail':_0x2fedc9(0x21c),'pointerNeedle':'클래식\x20바늘','pointerSlim':_0x2fedc9(0x22e),'template':_0x2fedc9(0x217),'modern':_0x2fedc9(0x211),'classic':_0x2fedc9(0x1e3),'minimal':'미니멀','advanced':_0x2fedc9(0x22b),'customized':'사용자\x20지정','axisLabelNumberFormat':_0x2fedc9(0x20a),'detailNumberFormat':_0x2fedc9(0x229),'emptyDiagnostic':'게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','mappingDiagnostic':_0x2fedc9(0x1d6),'configDiagnostic':'게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.'},'chord':{'source':'소스','target':'대상','count':_0x2fedc9(0x1e8),'node':'노드','ribbon':'리본','clockwise':_0x2fedc9(0x21a),'padAngle':_0x2fedc9(0x1de),'minAngle':'최소\x20각도','innerRadius':_0x2fedc9(0x269),'outerRadius':_0x2fedc9(0x1d1),'invalidRadii':_0x2fedc9(0x210),'rotation':'회전','distance':'거리','width':'폭','focus':'초점','solid':'단색','gradient':_0x2fedc9(0x2b1),'adjacency':'인접\x20노드','self':_0x2fedc9(0x28d),'emptyDiagnostic':_0x2fedc9(0x1e5),'mappingDiagnostic':_0x2fedc9(0x208),'configDiagnostic':'코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','associatedValue':_0x2fedc9(0x1f6)},'common':{'category':_0x2fedc9(0x239),'seriesName':_0x2fedc9(0x22f),'value':'값','percentage':_0x2fedc9(0x291),'borderColor':_0x2fedc9(0x2ac),'labelContent':_0x2fedc9(0x2b4),'labelPosition':_0x2fedc9(0x1eb),'dataLabels':_0x2fedc9(0x242),'chartType':_0x2fedc9(0x2b7),'bold':'굵게','italic':_0x2fedc9(0x2a9),'shape':'모양','chartStyle':_0x2fedc9(0x227),'chartAndAxisTitles':_0x2fedc9(0x26f),'legend':'범례','chartTitle':_0x2fedc9(0x27a),'subtitle':'부제','series':'계열','dataPoint':_0x2fedc9(0x25c),'trendline':'추세선','horizontalAxis':_0x2fedc9(0x278),'verticalAxis':_0x2fedc9(0x1ee),'rightVerticalAxis':_0x2fedc9(0x1fc),'layout':_0x2fedc9(0x1fe),'arrow':_0x2fedc9(0x2a4),'axisLabels':_0x2fedc9(0x20d),'currency':'통화','date':'날짜','displayName':'표시\x20이름','emphasis':'강조','heatmap':_0x2fedc9(0x292),'lineColor':_0x2fedc9(0x220),'lineWidth':_0x2fedc9(0x290),'min':_0x2fedc9(0x1e2),'max':'최댓값','mode':'모드','stacked':'누적','title':'제목','auto':'자동','position':{'label':'위치','inside':'내부','outside':'외부','top':'위','right':'오른쪽','bottom':'아래','left':'왼쪽','hide':_0x2fedc9(0x2a6)},'axisAlign':{'start':'시작','center':_0x2fedc9(0x2b6),'end':'끝'},'textAlign':{'left':'왼쪽','center':_0x2fedc9(0x2b6),'right':_0x2fedc9(0x1d7)},'legendSelectMode':{'single':'단일','multiple':'다중','disabled':_0x2fedc9(0x203)},'visualMapType':{'continuous':'연속','piecewise':'구분'},'default':'기본값','reset':'재설정','color':'색상','opacity':_0x2fedc9(0x216),'font':'글꼴','none':'없음','transparent':'투명','numberFormat':_0x2fedc9(0x29f),'borderWidth':_0x2fedc9(0x28c),'borderType':_0x2fedc9(0x2a3),'lineType':_0x2fedc9(0x24d),'dashed':'점선','dotted':'점선','circle':'서클','triangle':'삼각형','diamond':'다이아몬드','axisLine':'축선','minimum':'최소','maximum':'최대','startAngle':_0x2fedc9(0x263),'valueField':_0x2fedc9(0x27c),'categoryName':_0x2fedc9(0x2af),'ownValue':'자체\x20값','children':_0x2fedc9(0x1d2),'label':'라벨','editChart':_0x2fedc9(0x246),'deleteChart':'차트\x20삭제','insertChart':_0x2fedc9(0x28f),'insertChartFailed':_0x2fedc9(0x21b),'openChartPanel':_0x2fedc9(0x26d),'hideChartPanel':_0x2fedc9(0x268),'exportImage':_0x2fedc9(0x24e),'copy':'복사','setup':'설정','customize':_0x2fedc9(0x1df),'data':'데이터','tableDataEmpty':_0x2fedc9(0x284),'dataRange':_0x2fedc9(0x213),'editData':_0x2fedc9(0x238),'inlineData':_0x2fedc9(0x1ce),'switchRowColumn':_0x2fedc9(0x27f),'useAsCategoryLabels':_0x2fedc9(0x2ab),'cancel':'취소','insert':'삽입','apply':'적용','duplicate':'복제'},'inlineTable':{'pasteHint':_0x2fedc9(0x1f7),'addRow':_0x2fedc9(0x26c),'addColumn':_0x2fedc9(0x29e)},'floatMenu':{'menuTitle':{'chart':'차트','axisTitle':_0x2fedc9(0x272),'gridline':_0x2fedc9(0x2a0),'tick':'눈금','mark':'표식','dataLabel':_0x2fedc9(0x1cf)},'field':{'position':'위치','size':'크기','align':'맞춤','map':'맵','rotate':'회전','labelText':'레이블\x20텍스트','titleText':'제목\x20텍스트'},'action':{'more':'더\x20보기'},'control':{'labels':_0x2fedc9(0x2a1),'line':'선','reverse':'반전'}}}};export{e as default};
|
package/lib/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5b03(_0x1f820b,_0x3ab004){_0x1f820b=_0x1f820b-0x1bd;const _0x425ff9=_0x425f();let _0x5b0336=_0x425ff9[_0x1f820b];return _0x5b0336;}const _0x15919a=_0x5b03;(function(_0x296d64,_0x19efd2){const _0x1081b7=_0x5b03,_0x5085d7=_0x296d64();while(!![]){try{const _0x19015c=-parseInt(_0x1081b7(0x1f2))/0x1*(parseInt(_0x1081b7(0x240))/0x2)+-parseInt(_0x1081b7(0x27b))/0x3+-parseInt(_0x1081b7(0x243))/0x4+-parseInt(_0x1081b7(0x208))/0x5+parseInt(_0x1081b7(0x2ed))/0x6*(-parseInt(_0x1081b7(0x2f0))/0x7)+parseInt(_0x1081b7(0x2d4))/0x8*(parseInt(_0x1081b7(0x275))/0x9)+parseInt(_0x1081b7(0x1e8))/0xa*(parseInt(_0x1081b7(0x231))/0xb);if(_0x19015c===_0x19efd2)break;else _0x5085d7['push'](_0x5085d7['shift']());}catch(_0x1d1496){_0x5085d7['push'](_0x5085d7['shift']());}}}(_0x425f,0xec57e));const e={'chart-ui':{'editor':{'defaultColor':_0x15919a(0x26d),'fontSize':_0x15919a(0x201)},'setup':{'stack':'Stos','percentStacked':_0x15919a(0x268)},'chartTypes':{'line':_0x15919a(0x284),'column':_0x15919a(0x292),'columnStacked':_0x15919a(0x22c),'columnPercentStacked':'Stos\x20procentowy\x20·\x20Wykres\x20kolumnowy','bar':'Wykres\x20słupkowy','barStacked':'Skumulowany\x20wykres\x20słupkowy','barPercentStacked':_0x15919a(0x1ce),'pie':'Wykres\x20kołowy','donut':_0x15919a(0x1e2),'pieOfPie':'Wykres\x20kołowy\x20kołowego','barOfPie':_0x15919a(0x1eb),'area':'Wykres\x20obszarowy','areaStacked':_0x15919a(0x234),'areaPercentStacked':_0x15919a(0x26b),'radar':_0x15919a(0x1fe),'scatter':'Wykres\x20punktowy','combination':_0x15919a(0x1ec),'wordCloud':_0x15919a(0x281),'funnel':_0x15919a(0x227),'bubble':'Wykres\x20bąbelkowy','relation':_0x15919a(0x1f1),'waterfall':'Wykres\x20wodospadowy','pareto':'Wykres\x20Pareto','sankey':_0x15919a(0x205),'heatmap':'Mapa\x20ciepła','boxplot':_0x15919a(0x1ed),'candlestick':_0x15919a(0x242),'histogram':_0x15919a(0x1e4),'treemap':'Mapa\x20drzewa','sunburst':_0x15919a(0x1e2),'gauge':_0x15919a(0x20c),'chord':'Diagram\x20cięciwowy'},'section':{'waterfall':_0x15919a(0x29f),'paretoBar':_0x15919a(0x1fb),'paretoLine':'Seria\x20skumulowanego\x20procentu','pie':'Wykres\x20kołowy','wordCloud':_0x15919a(0x2d9),'radar':_0x15919a(0x1fe),'funnel':_0x15919a(0x227),'relation':'Wykres\x20relacji','lineAndArea':_0x15919a(0x257),'gridlinesAndTicks':_0x15919a(0x1c6),'indicatorLine':_0x15919a(0x25d),'candlestick':_0x15919a(0x242),'histogram':_0x15919a(0x23c),'treemap':_0x15919a(0x1d9),'sunburst':'Wykres\x20rozbłysku\x20słońca','gauge':_0x15919a(0x24f),'chord':_0x15919a(0x298)},'presentation':{'backgroundColor':_0x15919a(0x250),'theme':'Temat','gradientFill':'Wypełnienie\x20gradientowe','bodyFontSize':_0x15919a(0x223),'bodyFontColor':'Kolor\x20czcionki\x20korpusu','titleType':_0x15919a(0x202),'horizontalAxisTitle':_0x15919a(0x256),'verticalAxisTitle':'Tytuł\x20osi\x20pionowej','rightVerticalAxisTitle':_0x15919a(0x22b),'wrap':'Zawiń\x20legendę','selectMode':_0x15919a(0x2b4),'visualMapType':'Mapa\x20wizualna','align':_0x15919a(0x2e3)},'numberFormat':{'source':_0x15919a(0x235),'number':'Numer','scientific':'Naukowe','custom':_0x15919a(0x285),'preview':_0x15919a(0x289),'generalType':'Ogólny','accountingType':'Księgowość','thousandsType':_0x15919a(0x2cc),'formatTypes':_0x15919a(0x2c3),'generalDesc':'Format\x20ogólny\x20nie\x20zawiera\x20żadnego\x20konkretnego\x20formatu\x20liczbowego.','accountingDesc':_0x15919a(0x2a3),'currencyDesc':_0x15919a(0x2ac),'dateDesc':'Format\x20daty\x20wyświetla\x20numery\x20seryjne\x20daty\x20i\x20czasu\x20jako\x20wartości\x20daty.','thousandsDesc':'Format\x20percentyla\x20tysięcznego\x20jest\x20używany\x20dla\x20ogólnych\x20liczb,\x20formaty\x20walutowe\x20i\x20księgowe\x20zapewniają\x20wyspecjalizowane\x20formaty\x20dla\x20wartości\x20pieniężnych.','decimalPlaces':_0x15919a(0x246),'currencyTypes':_0x15919a(0x2a6),'negativeNumberTypes':_0x15919a(0x26f),'dateTypes':_0x15919a(0x2f1),'setFormat':_0x15919a(0x24d)},'series':{'rightAxis':'Prawa\x20oś','allSeries':'Wszystkie\x20serie','aggregate':_0x15919a(0x206),'borderOpacity':_0x15919a(0x2e2),'solid':_0x15919a(0x1d3),'pointShape':_0x15919a(0x1e0),'pointSize':'Rozmiar\x20punktu','pointColor':_0x15919a(0x2b7),'removeDataPoint':_0x15919a(0x1fd),'square':_0x15919a(0x2cb),'rect':_0x15919a(0x1f7),'roundRect':_0x15919a(0x2b6),'pin':_0x15919a(0x260),'emptyCircle':'Pusty\x20okrąg','emptySquare':'Pusty\x20kwadrat','emptyTriangle':_0x15919a(0x1be),'emptyDiamond':_0x15919a(0x1db),'emptyRect':_0x15919a(0x269),'emptyRoundRect':_0x15919a(0x2ef),'emptyPin':'Pusta\x20szpilka','emptyArrow':_0x15919a(0x1c4)},'lineAndArea':{'lineStyle':'Styl\x20linii','line':_0x15919a(0x28d),'smooth':'Gładka','step':_0x15919a(0x1dc),'invalidValues':'Nieprawidłowe\x20wartości','breakLine':_0x15919a(0x259),'connect':_0x15919a(0x1c1),'zero':_0x15919a(0x270)},'axis':{'useDateAxis':_0x15919a(0x237),'target':'Oś','lineColor':_0x15919a(0x266),'lineWidth':_0x15919a(0x2ca),'labelRotation':_0x15919a(0x22e),'reverse':_0x15919a(0x2a9),'gridlineVisible':_0x15919a(0x1c8),'gridlineColor':_0x15919a(0x212),'gridlineWidth':_0x15919a(0x299),'tickVisible':'Kleszcze','tickLength':'Długość\x20kleszcza','tickWidth':'Szerokość\x20kleszcza','tickColor':_0x15919a(0x2cf),'tickPosition':_0x15919a(0x251)},'indicator':{'lineColor':'Kolor\x20linii\x20wskaźnika','lineType':_0x15919a(0x22d),'labelBackground':_0x15919a(0x1d7),'labelText':'Kolor\x20tekstu\x20etykiety'},'trendline':{'add':_0x15919a(0x239),'type':_0x15919a(0x2c1),'linear':_0x15919a(0x22a),'exponential':_0x15919a(0x20b),'logarithmic':_0x15919a(0x2a0),'polynomial':'Wielomian','power':_0x15919a(0x2aa),'movingAverage':_0x15919a(0x2d1),'showFormula':_0x15919a(0x27c),'showR2':_0x15919a(0x2d0),'order':_0x15919a(0x1f4),'period':'Okres','formulaColor':_0x15919a(0x262),'r2Color':_0x15919a(0x203)},'pareto':{'includeZeroValues':_0x15919a(0x20a)},'plotArea':{'label':_0x15919a(0x222),'manual':_0x15919a(0x20d),'left':'Left\x20(%)','top':_0x15919a(0x24c),'width':'Width\x20(%)','height':_0x15919a(0x27f)},'bar':{'layout':_0x15919a(0x253),'gapWidth':'Gap\x20width\x20(%)','overlap':_0x15919a(0x21b)},'pie':{'mode':'Kształt\x20wykresu','modeNormal':_0x15919a(0x224),'modePieOfPie':_0x15919a(0x1dd),'modeBarOfPie':_0x15919a(0x279),'splitType':'Podziel\x20według','splitAuto':_0x15919a(0x2c2),'splitPosition':'Pozycja','splitCustom':_0x15919a(0x1d0),'customSelectedCount':_0x15919a(0x218),'customSelectedCountValue':'Wybrano\x20{0}\x20punktów\x20danych','positionCount':_0x15919a(0x214),'valueLessThan':_0x15919a(0x290),'percentageLessThan':_0x15919a(0x1f6),'secondarySize':'Rozmiar\x20wykresu\x20pomocniczego','advancedLayout':_0x15919a(0x2e9),'connector':_0x15919a(0x2b5),'slices':_0x15919a(0x278),'gapWidth':_0x15919a(0x2ec),'connectorColor':'Kolor\x20linii\x20łączącej','connectorWidth':_0x15919a(0x211),'connectorType':'Typ\x20linii\x20łączącej','aggregateOther':_0x15919a(0x1bf),'aggregateMembers':_0x15919a(0x220),'valueScale':_0x15919a(0x1ea),'doughnutHole':_0x15919a(0x25c),'startAngle':_0x15919a(0x236),'explosion':_0x15919a(0x229),'paddingAngle':'Odstęp\x20plasterków','halfPie':'Pół\x20ciasta','rosePie':_0x15919a(0x1c7),'labelLine':_0x15919a(0x2e7)},'radar':{'shape':_0x15919a(0x2c5),'polygon':_0x15919a(0x245),'fill':_0x15919a(0x1d4)},'funnel':{'gap':'Luka\x20w\x20przedmiocie','absoluteValues':_0x15919a(0x219)},'heatmap':{'unit':_0x15919a(0x2dd),'labels':_0x15919a(0x247)},'relation':{'nodes':'Węzły','interaction':_0x15919a(0x20f),'edgeLength':_0x15919a(0x1c5),'circular':_0x15919a(0x233),'force':'Siła','nodeShape':_0x15919a(0x238),'valueSize':_0x15919a(0x23b),'rotateLabels':_0x15919a(0x1e6),'gravity':_0x15919a(0x1cb),'repulsion':_0x15919a(0x2e4)},'wordCloud':{'maskImage':_0x15919a(0x1c3),'repeat':'Powtórz\x20słowa','cloud':_0x15919a(0x277),'rect':'Prostokąt','cardioid':_0x15919a(0x1de),'heart':_0x15919a(0x2ee),'triangle-forward':_0x15919a(0x21d),'pentagon':_0x15919a(0x2de),'star':_0x15919a(0x291)},'waterfall':{'styleTarget':'Cel\x20stylu','positive':_0x15919a(0x2d5),'negative':_0x15919a(0x28e),'stackType':_0x15919a(0x1fa),'arrangement':_0x15919a(0x2c4),'subtotal':_0x15919a(0x286),'includeSubtotal':_0x15919a(0x23f),'connector':'Linia\x20złącza'},'candlestick':{'candle':_0x15919a(0x24b),'body':_0x15919a(0x265),'wick':_0x15919a(0x2ad),'state':'Stan\x20świecy','open':_0x15919a(0x216),'high':_0x15919a(0x2d3),'low':_0x15919a(0x1cc),'close':_0x15919a(0x2ae),'rising':_0x15919a(0x1cd),'falling':_0x15919a(0x23e),'doji':_0x15919a(0x255),'bodyColor':_0x15919a(0x2ba),'fillOpacity':_0x15919a(0x1d6),'wickColor':_0x15919a(0x228),'wickWidth':_0x15919a(0x249),'wickOpacity':_0x15919a(0x2af),'candleWidth':_0x15919a(0x2f3),'hollow':_0x15919a(0x2df),'columnsError':_0x15919a(0x26a),'series':_0x15919a(0x200)},'histogram':{'binGap':_0x15919a(0x230),'binningMode':'Tryb\x20binowania','count':_0x15919a(0x273),'width':_0x15919a(0x1e9),'binCount':_0x15919a(0x2bd),'binWidth':_0x15919a(0x1f9),'underflow':'Próg\x20niedomiaru','overflow':_0x15919a(0x204),'frequency':_0x15919a(0x226)},'treemap':{'parentLabelLayout':'Układ\x20etykiety\x20nadrzędnej','banner':_0x15919a(0x29b),'overlapping':'Nakładające\x20się','leafLabel':'Etykiety\x20liści','hierarchy':_0x15919a(0x1da),'diagnostic':'Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.'},'sunburst':{'hierarchy':_0x15919a(0x1f3),'addHierarchy':'Dodaj\x20hierarchię','moveUp':_0x15919a(0x207),'moveDown':'Przesuń\x20pole\x20hierarchii\x20w\x20dół','removeHierarchy':_0x15919a(0x1f8),'centerLabel':_0x15919a(0x2d6),'labelFormat':'Styl\x20etykiety','diagnostic':'Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.'},'gauge':{'scale':_0x15919a(0x2e5),'majorDivisions':_0x15919a(0x1df),'minorDivisions':_0x15919a(0x21a),'angles':_0x15919a(0x2b8),'endAngle':_0x15919a(0x287),'ranges':'Zakresy','rangeFrom':'Od','rangeTo':'Do','addRange':'Dodaj\x20zakres','removeRange':_0x15919a(0x282),'axisTick':'Zaznaczenia\x20osi','splitLine':_0x15919a(0x1fc),'pointer':_0x15919a(0x209),'anchor':_0x15919a(0x2d7),'progress':'Postęp','detail':'Szczegół','pointerNeedle':_0x15919a(0x29e),'pointerSlim':_0x15919a(0x21f),'template':_0x15919a(0x2e0),'modern':_0x15919a(0x2ce),'classic':'Klasyczny','minimal':'Minimalne','advanced':_0x15919a(0x2e8),'customized':'Niestandardowy','axisLabelNumberFormat':'Format\x20liczb\x20etykiet\x20osi','detailNumberFormat':'Format\x20liczb\x20szczegółowych','emptyDiagnostic':_0x15919a(0x1ca),'mappingDiagnostic':_0x15919a(0x1e7),'configDiagnostic':_0x15919a(0x213)},'chord':{'source':_0x15919a(0x1c9),'target':_0x15919a(0x2ea),'count':_0x15919a(0x1d8),'node':_0x15919a(0x28a),'ribbon':_0x15919a(0x2d2),'clockwise':_0x15919a(0x2f4),'padAngle':_0x15919a(0x2a1),'minAngle':_0x15919a(0x2f5),'innerRadius':_0x15919a(0x271),'outerRadius':_0x15919a(0x25f),'invalidRadii':_0x15919a(0x1c0),'rotation':'Obrót','distance':_0x15919a(0x21e),'width':'Szerokość','focus':_0x15919a(0x252),'solid':_0x15919a(0x293),'gradient':_0x15919a(0x295),'adjacency':_0x15919a(0x2b1),'self':_0x15919a(0x283),'emptyDiagnostic':_0x15919a(0x294),'mappingDiagnostic':_0x15919a(0x2c9),'configDiagnostic':_0x15919a(0x2db),'associatedValue':_0x15919a(0x244)},'common':{'category':_0x15919a(0x2a7),'seriesName':_0x15919a(0x2ab),'value':'Wartość','percentage':_0x15919a(0x2c8),'borderColor':_0x15919a(0x2b9),'labelContent':_0x15919a(0x272),'labelPosition':_0x15919a(0x1f5),'dataLabels':_0x15919a(0x217),'chartType':_0x15919a(0x210),'bold':_0x15919a(0x225),'italic':_0x15919a(0x28b),'shape':_0x15919a(0x264),'chartStyle':'Styl\x20wykresu','chartAndAxisTitles':'Tytuły\x20wykresu\x20i\x20osi','legend':_0x15919a(0x258),'chartTitle':_0x15919a(0x23d),'subtitle':_0x15919a(0x2c7),'series':'Seria','dataPoint':_0x15919a(0x1ee),'trendline':_0x15919a(0x24a),'horizontalAxis':_0x15919a(0x1d5),'verticalAxis':'Oś\x20pionowa','rightVerticalAxis':_0x15919a(0x2cd),'layout':_0x15919a(0x1fa),'arrow':_0x15919a(0x1e1),'axisLabels':_0x15919a(0x2dc),'currency':_0x15919a(0x2d8),'date':_0x15919a(0x1e3),'displayName':_0x15919a(0x29d),'emphasis':'Nacisk','heatmap':_0x15919a(0x25e),'lineColor':'Kolor\x20linii','lineWidth':_0x15919a(0x2ca),'min':_0x15919a(0x1cc),'max':'Maksimum','mode':_0x15919a(0x24e),'stacked':_0x15919a(0x27e),'title':_0x15919a(0x29c),'auto':_0x15919a(0x2bc),'position':{'label':_0x15919a(0x2b2),'inside':_0x15919a(0x254),'outside':_0x15919a(0x2be),'top':_0x15919a(0x241),'right':_0x15919a(0x27a),'bottom':'Dół','left':_0x15919a(0x25a),'hide':_0x15919a(0x1ff)},'axisAlign':{'start':'Początek','center':_0x15919a(0x296),'end':_0x15919a(0x1d1)},'textAlign':{'left':_0x15919a(0x25a),'center':_0x15919a(0x296),'right':_0x15919a(0x27a)},'legendSelectMode':{'single':_0x15919a(0x2e1),'multiple':'Wielokrotny','disabled':_0x15919a(0x2a2)},'visualMapType':{'continuous':_0x15919a(0x2c0),'piecewise':_0x15919a(0x22f)},'default':_0x15919a(0x21c),'reset':_0x15919a(0x2eb),'color':'Kolor','opacity':_0x15919a(0x1cf),'font':_0x15919a(0x2b3),'none':_0x15919a(0x20e),'numberFormat':'Format\x20liczbowy','borderWidth':_0x15919a(0x1e5),'borderType':_0x15919a(0x2a5),'lineType':_0x15919a(0x2e6),'dashed':'Przerywana','dotted':_0x15919a(0x221),'circle':_0x15919a(0x288),'triangle':'Trójkąt','diamond':_0x15919a(0x274),'axisLine':_0x15919a(0x1ef),'minimum':_0x15919a(0x1d2),'maximum':_0x15919a(0x2bb),'startAngle':_0x15919a(0x1f0),'valueField':'Pole\x20wartości','categoryName':_0x15919a(0x297),'ownValue':_0x15919a(0x26c),'children':_0x15919a(0x248),'label':_0x15919a(0x280),'editChart':'Edytor\x20wykresów','deleteChart':_0x15919a(0x2a4),'insertChart':'Wstaw\x20wykres','insertChartFailed':_0x15919a(0x215),'openChartPanel':_0x15919a(0x232),'hideChartPanel':'Ukryj\x20panel\x20wykresu','exportImage':'Eksportuj\x20jako\x20obraz','copy':_0x15919a(0x2b0),'setup':_0x15919a(0x2bf),'customize':_0x15919a(0x261),'data':'Dane','tableDataEmpty':_0x15919a(0x28c),'dataRange':_0x15919a(0x26e),'editData':_0x15919a(0x263),'inlineData':'Dane\x20wbudowane','switchRowColumn':_0x15919a(0x2da),'useAsCategoryLabels':'Użyj\x20{0}\x20jako\x20kategorii','cancel':_0x15919a(0x29a),'insert':_0x15919a(0x276),'apply':_0x15919a(0x267),'duplicate':_0x15919a(0x25b)},'inlineTable':{'pasteHint':'Wklej\x20tabelę\x20z\x20Arkuszy,\x20Excela\x20lub\x20strony\x20internetowej,\x20aby\x20zastąpić\x20dane\x20wbudowane.','addRow':_0x15919a(0x2a8),'addColumn':_0x15919a(0x1c2)},'floatMenu':{'menuTitle':{'chart':'Wykres','axisTitle':'Tytuł\x20osi','gridline':_0x15919a(0x1bd),'tick':_0x15919a(0x28f),'mark':_0x15919a(0x23a),'dataLabel':'Etykieta\x20danych'},'field':{'position':'Pozycja','size':'Rozmiar','align':'Wyrównaj','map':'Mapa','rotate':_0x15919a(0x27d),'labelText':'Tekst\x20etykiety','titleText':'Tekst\x20tytułu'},'action':{'more':_0x15919a(0x2f2)},'control':{'labels':'Etykiety','line':'Linia','reverse':_0x15919a(0x2c6)}}}};export{e as default};function _0x425f(){const _0x273f6d=['Wykres\x20chmury\x20słów','Usuń\x20zakres','Bieżący\x20węzeł','Wykres\x20liniowy','Niestandardowy\x20format','Suma\x20częściowa','Kąt\x20końcowy','Okrąg','Podgląd','Węzeł','Kursywa','Dane\x20tabeli\x20są\x20puste','Linia','Ujemne','Znacznik','Wartość\x20mniejsza\x20niż','Gwiazda','Wykres\x20kolumnowy','Jednolity\x20kolor','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Gradient','Środek','Nazwa\x20kategorii','Wykres\x20akordów','Szerokość\x20linii\x20siatki','Anuluj','Sztandar','Tytuł','Nazwa\x20wyświetlana','Klasyczna\x20wskazówka','Wykres\x20wodospadowy','Logarytmiczny','Kąt\x20podkładki','Wyłączone','Format\x20liczbowy\x20księgowości\x20wyrównuje\x20symbole\x20walutowe\x20i\x20miejsca\x20dziesiętne\x20w\x20kolumnie.','Usuń\x20wykres','Typ\x20obramowania','Typy\x20walut','Kategoria','Dodaj\x20wiersz','Odwrotna\x20oś','Moc','Nazwa\x20serii','Format\x20walutowy\x20jest\x20używany\x20dla\x20ogólnych\x20wartości\x20pieniężnych,\x20format\x20księgowy\x20wyrównuje\x20miejsca\x20dziesiętne\x20w\x20kolumnie\x20wartości.','Knot','Zamknięcie','Nieprzezroczystość\x20knota','Kopiuj','Sąsiednie\x20węzły','Pozycja','Czcionka','Tryb\x20selekcji','Łącznik','Zaokrąglony\x20prostokąt','Kolor\x20punktu','Kąty','Kolor\x20obramowania','Kolor\x20korpusu','Maksymalnie','Automat','Liczba\x20pojemników','Na\x20zewnątrz','Konfiguracja','Ciągłe','Wpisz','Automatycznie','Typy\x20formatu','Wodospad','Kształt\x20radaru','Odwróć','Podtytuł','Procent','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','Szerokość\x20linii','Kwadrat','Percentyl\x20tysięczny','Prawa\x20oś\x20pionowa','Nowoczesne','Zaznacz\x20kolor','Pokaż\x20R²','Średnia\x20krocząca','Wstążka','Maksimum','64hTkbwm','Dodatnie','Suma\x20środkowa','Kotwica','Waluta','Chmura\x20słów','Przełącz\x20na\x20wiersz/kolumnę','Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','Etykiety\x20osi','Jednostka\x20wartości','Pięciokąt','Pusta\x20świeca','Szablon','Pojedynczo','Krycie\x20obramowania','Wyrównanie','Wstręt','Skala','Typ\x20linii','Linia\x20etykiety','Ustawienia\x20zaawansowane','Układ\x20zaawansowany','Cel','Zresetuj','Odstęp\x20między\x20wykresem\x20głównym\x20a\x20pomocniczym','1300758XfLYhd','Serce','Pusty\x20zaokrąglony\x20prostokąt','49raVuDF','Typy\x20dat','Więcej','Szerokość\x20świecy','Zgodnie\x20z\x20ruchem\x20wskazówek\x20zegara','Minimalny\x20kąt','Linia\x20siatki','Pusty\x20trójkąt','Inne','Promień\x20wewnętrzny\x20musi\x20być\x20mniejszy\x20niż\x20promień\x20zewnętrzny.','Połącz\x20punkty\x20danych','Dodaj\x20kolumnę','Identyfikator\x20obrazu\x20maski','Pusta\x20strzałka','Długość\x20krawędzi','Linie\x20siatki\x20i\x20znaczniki','Ciasto\x20różane','Linie\x20siatki','Źródło','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Grawitacja','Minimum','Powstanie','Procentowy\x20skumulowany\x20wykres\x20słupkowy','Nieprzezroczystość','Niestandardowy','Koniec','Minimalne','Solidne','Wypełnienie\x20obszaru','Oś\x20pozioma','Wypełnij\x20krycie','Tło\x20etykiety','Liczba\x20relacji','Wykres\x20mapy\x20drzewa','Pola\x20hierarchii','Pusty\x20romb','Krok','Kołowy\x20kołowego','Kardioidalna','Podziały\x20główne','Kształt\x20punktowy','Strzałka','Wykres\x20pierścieniowy','Data','Histogram','Szerokość\x20obramowania','Obróć\x20etykiety','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','10tpfTgu','Szerokość','Skala\x20wartości','Wykres\x20słupkowy\x20kołowego','Wykres\x20kombinowany','Wykres\x20pudełkowy','Punkt\x20danych','Linia\x20osi','Kąt\x20początkowy','Wykres\x20relacji','31hwxDnO','Hierarchia','Zamów','Pozycja\x20etykiety','Procent\x20mniejszy\x20niż','Prostokąt','Usuń\x20pole\x20hierarchii','Szerokość\x20pojemnika','Układ','Seria\x20wykresu\x20słupkowego','Podziel\x20linie','Usuń\x20punkt\x20danych','Wykres\x20radarowy','Ukryj','Seria\x20OHLC','Rozmiar\x20czcionki','Typ\x20tytułu','Kolor\x20R²','Próg\x20przepełnienia','Wykres\x20Sankeya','Agreguj','Przesuń\x20pole\x20hierarchii\x20w\x20górę','773015itupaV','Wskaźnik','Uwzględnij\x20wartości\x20zerowe','Wykładniczy','Wykres\x20wskaźnikowy','Manual','Żadne','Interakcja','Typ\x20wykresu','Szerokość\x20linii\x20łączącej','Kolor\x20linii\x20siatki','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Liczba\x20punktów\x20danych\x20wykresu\x20pomocniczego','Nie\x20udało\x20się\x20wstawić\x20wykresu','Otwarcie','Etykiety\x20danych','Podział\x20niestandardowy','Użyj\x20wartości\x20bezwzględnych','Podziały\x20pomocnicze\x20na\x20podział\x20główny','Series\x20overlap\x20(%)','Domyślne','Trójkąt\x20do\x20przodu','Odległość','Smukła\x20wskazówka','Elementy','Przerywana','Plot\x20area','Rozmiar\x20czcionki\x20w\x20treści','Standardowy','Pogrubienie','Częstotliwość','Wykres\x20lejkowy','Kolor\x20knota','Explosion\x20(%)','Liniowy','Tytuł\x20prawej\x20osi\x20pionowej','Stos\x20·\x20Wykres\x20kolumnowy','Typ\x20linii\x20wskaźnika','Obrót\x20etykiety','Odcinkowy','Szczelina\x20pojemnika','49087643XlOEIW','Otwórz\x20panel\x20wykresu','Okrągły','Skumulowany\x20wykres\x20obszarowy','Format\x20źródłowy','Start\x20angle','Traktuj\x20etykiety\x20jako\x20daty','Kształt\x20węzła','Dodaj\x20linię\x20trendu','Znak','Rozmiar\x20węzłów\x20według\x20wartości','Wykres\x20histogramu','Tytuł\x20wykresu','Upadek','Użyj\x20sumy\x20częściowej','124698WAskNf','Góra','Wykres\x20świecowy','4663544nJPoHd','Wartość\x20powiązana','Wielokąt','Miejsca\x20dziesiętne','Etykiety\x20komórek','Elementy\x20podrzędne','Szerokość\x20knota','Linia\x20trendu','Świeca','Top\x20(%)','Ustaw\x20format\x20etykiety','Tryb','Wykres\x20miernika','Kolor\x20tła','Zaznacz\x20pozycję','Skup\x20się','Bar\x20spacing','Wewnątrz','Doji','Tytuł\x20osi\x20poziomej','Wykres\x20liniowy\x20/\x20Wykres\x20obszarowy','Legenda','Linia\x20przerwania','Lewo','Duplikuj','Dziura\x20po\x20pączku','Linia\x20wskaźnika','Mapa\x20ciepła','Promień\x20zewnętrzny','Szpilka','Dostosuj','Kolor\x20formuły','Edytuj\x20dane','Kształt','Korpus','Kolor\x20linii','Zastosuj','Stos\x20procentowy','Pusty\x20prostokąt','Dane\x20wykresu\x20świecowego\x20wymagają\x20kolumn\x20Kategoria,\x20Otwarcie,\x20Maksimum,\x20Minimum\x20i\x20Zamknięcie.','Procentowy\x20skumulowany\x20wykres\x20obszarowy','Wartość\x20własna','Domyślny\x20kolor','Zakres\x20danych','Typy\x20liczb\x20ujemnych','Traktuj\x20jako\x20zero','Promień\x20wewnętrzny','Zawartość\x20etykiety','Policz','Diament','2066589TyYdBk','Wstaw','Chmura','Wycinki','Słupkowy\x20kołowego','Prawo','1681680hyRstD','Pokaż\x20formułę','Obróć','Ułożone','Height\x20(%)','Etykieta'];_0x425f=function(){return _0x273f6d;};return _0x425f();}
|
|
1
|
+
const _0x531726=_0x1a6f;function _0x1a6f(_0x10b34d,_0x422944){_0x10b34d=_0x10b34d-0x9f;const _0x371506=_0x3715();let _0x1a6fa1=_0x371506[_0x10b34d];return _0x1a6fa1;}(function(_0x4cf973,_0x59867e){const _0x54298a=_0x1a6f,_0x3e96ac=_0x4cf973();while(!![]){try{const _0x5dc74c=-parseInt(_0x54298a(0xb7))/0x1*(parseInt(_0x54298a(0x143))/0x2)+parseInt(_0x54298a(0xc3))/0x3*(-parseInt(_0x54298a(0x19d))/0x4)+parseInt(_0x54298a(0x19e))/0x5*(-parseInt(_0x54298a(0xde))/0x6)+-parseInt(_0x54298a(0x1cc))/0x7+parseInt(_0x54298a(0x14b))/0x8*(-parseInt(_0x54298a(0x176))/0x9)+parseInt(_0x54298a(0xfe))/0xa*(parseInt(_0x54298a(0x1e1))/0xb)+-parseInt(_0x54298a(0x140))/0xc*(-parseInt(_0x54298a(0x17b))/0xd);if(_0x5dc74c===_0x59867e)break;else _0x3e96ac['push'](_0x3e96ac['shift']());}catch(_0x89ecc4){_0x3e96ac['push'](_0x3e96ac['shift']());}}}(_0x3715,0x55087));const e={'chart-ui':{'dataSource':{'inlineMode':_0x531726(0x1ad),'referencedMode':_0x531726(0x108),'sourceType':'Typ\x20źródła'},'editor':{'defaultColor':_0x531726(0x187),'fontSize':_0x531726(0x1eb)},'setup':{'stack':_0x531726(0x110),'percentStacked':_0x531726(0x133)},'chartTypes':{'line':'Wykres\x20liniowy','column':_0x531726(0x132),'columnStacked':_0x531726(0x1d6),'columnPercentStacked':_0x531726(0x1b5),'bar':_0x531726(0x1c7),'barStacked':_0x531726(0x1e2),'barPercentStacked':_0x531726(0x113),'pie':'Wykres\x20kołowy','donut':_0x531726(0x179),'pieOfPie':'Wykres\x20kołowy\x20kołowego','barOfPie':'Wykres\x20słupkowy\x20kołowego','area':_0x531726(0xd8),'areaStacked':_0x531726(0x147),'areaPercentStacked':_0x531726(0x1c5),'radar':_0x531726(0x13e),'scatter':_0x531726(0xb3),'combination':_0x531726(0x120),'wordCloud':_0x531726(0x1a7),'funnel':_0x531726(0xa3),'bubble':_0x531726(0x10b),'relation':_0x531726(0xf1),'waterfall':_0x531726(0x1e7),'pareto':'Wykres\x20Pareto','sankey':_0x531726(0x127),'heatmap':_0x531726(0xb9),'boxplot':'Wykres\x20pudełkowy','candlestick':_0x531726(0x151),'histogram':_0x531726(0x13f),'treemap':_0x531726(0x156),'sunburst':'Wykres\x20pierścieniowy','gauge':_0x531726(0x1dc),'chord':_0x531726(0x185)},'section':{'waterfall':'Wykres\x20wodospadowy','paretoBar':'Seria\x20wykresu\x20słupkowego','paretoLine':'Seria\x20skumulowanego\x20procentu','pie':_0x531726(0x15e),'wordCloud':'Chmura\x20słów','radar':'Wykres\x20radarowy','funnel':_0x531726(0xa3),'relation':_0x531726(0xf1),'lineAndArea':_0x531726(0x14f),'gridlinesAndTicks':_0x531726(0x19c),'indicatorLine':'Linia\x20wskaźnika','candlestick':_0x531726(0x151),'histogram':_0x531726(0x171),'treemap':'Wykres\x20mapy\x20drzewa','sunburst':_0x531726(0x1ba),'gauge':_0x531726(0xf2),'chord':_0x531726(0x1af)},'presentation':{'backgroundColor':'Kolor\x20tła','theme':_0x531726(0x1b3),'gradientFill':'Wypełnienie\x20gradientowe','bodyFontSize':_0x531726(0x19b),'bodyFontColor':_0x531726(0xad),'titleType':'Typ\x20tytułu','horizontalAxisTitle':_0x531726(0x186),'verticalAxisTitle':_0x531726(0xd3),'rightVerticalAxisTitle':'Tytuł\x20prawej\x20osi\x20pionowej','wrap':_0x531726(0x184),'selectMode':'Tryb\x20selekcji','visualMapType':_0x531726(0x144),'align':_0x531726(0x10a)},'numberFormat':{'source':_0x531726(0x14e),'number':_0x531726(0x117),'scientific':_0x531726(0xcc),'custom':_0x531726(0x131),'preview':_0x531726(0xbc),'generalType':_0x531726(0x126),'accountingType':'Księgowość','thousandsType':_0x531726(0x1b8),'formatTypes':'Typy\x20formatu','generalDesc':_0x531726(0x170),'accountingDesc':_0x531726(0x17c),'currencyDesc':'Format\x20walutowy\x20jest\x20używany\x20dla\x20ogólnych\x20wartości\x20pieniężnych,\x20format\x20księgowy\x20wyrównuje\x20miejsca\x20dziesiętne\x20w\x20kolumnie\x20wartości.','dateDesc':_0x531726(0x148),'thousandsDesc':'Format\x20percentyla\x20tysięcznego\x20jest\x20używany\x20dla\x20ogólnych\x20liczb,\x20formaty\x20walutowe\x20i\x20księgowe\x20zapewniają\x20wyspecjalizowane\x20formaty\x20dla\x20wartości\x20pieniężnych.','decimalPlaces':_0x531726(0x1de),'currencyTypes':_0x531726(0x19f),'negativeNumberTypes':_0x531726(0xdf),'dateTypes':'Typy\x20dat','setFormat':_0x531726(0x146)},'series':{'rightAxis':'Prawa\x20oś','allSeries':'Wszystkie\x20serie','aggregate':_0x531726(0xc1),'borderOpacity':_0x531726(0xbf),'solid':'Solidne','pointShape':_0x531726(0x1d8),'pointSize':_0x531726(0x172),'pointColor':_0x531726(0x1d0),'removeDataPoint':_0x531726(0x134),'square':_0x531726(0x1bb),'rect':_0x531726(0x16c),'roundRect':_0x531726(0xf8),'pin':'Szpilka','emptyCircle':'Pusty\x20okrąg','emptySquare':_0x531726(0x101),'emptyTriangle':_0x531726(0x161),'emptyDiamond':_0x531726(0x137),'emptyRect':'Pusty\x20prostokąt','emptyRoundRect':_0x531726(0x11c),'emptyPin':'Pusta\x20szpilka','emptyArrow':_0x531726(0x1db)},'lineAndArea':{'lineStyle':_0x531726(0x193),'line':_0x531726(0xca),'smooth':_0x531726(0x1cd),'step':_0x531726(0x1ed),'invalidValues':_0x531726(0x1d7),'breakLine':_0x531726(0x18a),'connect':_0x531726(0x1cb),'zero':'Traktuj\x20jako\x20zero'},'axis':{'useDateAxis':_0x531726(0xc8),'target':'Oś','lineColor':_0x531726(0x14c),'lineWidth':_0x531726(0x1ac),'labelRotation':_0x531726(0xff),'reverse':'Odwrotna\x20oś','gridlineVisible':'Linie\x20siatki','gridlineColor':_0x531726(0x13c),'gridlineWidth':_0x531726(0x136),'tickVisible':_0x531726(0x1f1),'tickLength':_0x531726(0x188),'tickWidth':_0x531726(0xa6),'tickColor':_0x531726(0x1c1),'tickPosition':_0x531726(0x1dd)},'indicator':{'lineColor':_0x531726(0xfa),'lineType':_0x531726(0x1d2),'labelBackground':_0x531726(0x167),'labelText':_0x531726(0x11e)},'trendline':{'add':_0x531726(0x1b7),'type':_0x531726(0x1c9),'linear':'Liniowy','exponential':_0x531726(0x1a4),'logarithmic':_0x531726(0x195),'polynomial':'Wielomian','power':_0x531726(0x18c),'movingAverage':_0x531726(0x1bf),'showFormula':_0x531726(0x1c4),'showR2':_0x531726(0x18d),'order':_0x531726(0x198),'period':_0x531726(0xc6),'formulaColor':'Kolor\x20formuły','r2Color':_0x531726(0xe5)},'pareto':{'includeZeroValues':'Uwzględnij\x20wartości\x20zerowe'},'plotArea':{'label':_0x531726(0x1b2),'manual':'Manual','left':_0x531726(0x1be),'top':_0x531726(0xd2),'width':_0x531726(0xbb),'height':_0x531726(0xcd)},'bar':{'layout':_0x531726(0xe9),'gapWidth':_0x531726(0xa9),'overlap':_0x531726(0x177)},'pie':{'mode':_0x531726(0x168),'modeNormal':_0x531726(0x12f),'modePieOfPie':_0x531726(0xd4),'modeBarOfPie':_0x531726(0xdb),'splitType':_0x531726(0x102),'splitAuto':_0x531726(0xb2),'splitPosition':_0x531726(0x11b),'splitCustom':_0x531726(0x1d5),'customSelectedCount':'Podział\x20niestandardowy','customSelectedCountValue':_0x531726(0x1e9),'positionCount':'Liczba\x20punktów\x20danych\x20wykresu\x20pomocniczego','valueLessThan':_0x531726(0xdc),'percentageLessThan':_0x531726(0x114),'secondarySize':_0x531726(0x19a),'advancedLayout':_0x531726(0xab),'connector':_0x531726(0x154),'slices':_0x531726(0x1a6),'gapWidth':'Odstęp\x20między\x20wykresem\x20głównym\x20a\x20pomocniczym','connectorColor':_0x531726(0x190),'connectorWidth':_0x531726(0xae),'connectorType':'Typ\x20linii\x20łączącej','aggregateOther':_0x531726(0x1ab),'aggregateMembers':_0x531726(0x129),'valueScale':_0x531726(0xf7),'doughnutHole':_0x531726(0xfb),'startAngle':_0x531726(0x138),'explosion':'Explosion\x20(%)','paddingAngle':_0x531726(0x109),'halfPie':_0x531726(0xf5),'rosePie':_0x531726(0x13d),'labelLine':_0x531726(0x145)},'radar':{'shape':_0x531726(0x1ec),'polygon':_0x531726(0xc0),'fill':_0x531726(0x1c2)},'funnel':{'gap':_0x531726(0x1bc),'absoluteValues':_0x531726(0x11d)},'heatmap':{'unit':_0x531726(0x13a),'labels':'Etykiety\x20komórek'},'relation':{'nodes':_0x531726(0x12b),'interaction':_0x531726(0x12d),'edgeLength':_0x531726(0xe1),'circular':_0x531726(0x1a1),'force':_0x531726(0xef),'nodeShape':_0x531726(0x104),'valueSize':_0x531726(0x1b4),'rotateLabels':_0x531726(0x183),'gravity':'Grawitacja','repulsion':_0x531726(0x1ca)},'wordCloud':{'maskImage':_0x531726(0x9f),'repeat':_0x531726(0x1d3),'cloud':_0x531726(0x1b1),'rect':'Prostokąt','cardioid':'Kardioidalna','heart':'Serce','triangle-forward':'Trójkąt\x20do\x20przodu','pentagon':_0x531726(0x157),'star':_0x531726(0x1c6)},'waterfall':{'styleTarget':_0x531726(0x175),'positive':_0x531726(0x124),'negative':_0x531726(0x1e6),'stackType':_0x531726(0x112),'arrangement':_0x531726(0xe7),'subtotal':_0x531726(0xbe),'includeSubtotal':'Użyj\x20sumy\x20częściowej','connector':_0x531726(0x15a)},'candlestick':{'candle':_0x531726(0xd0),'body':_0x531726(0x15f),'wick':_0x531726(0xe0),'state':_0x531726(0x103),'open':_0x531726(0x181),'high':'Maksimum','low':'Minimum','close':_0x531726(0x1a2),'rising':_0x531726(0x150),'falling':_0x531726(0xcb),'doji':_0x531726(0x11a),'bodyColor':_0x531726(0x1ef),'fillOpacity':_0x531726(0x15b),'wickColor':'Kolor\x20knota','wickWidth':'Szerokość\x20knota','wickOpacity':_0x531726(0x1e5),'candleWidth':_0x531726(0xe8),'hollow':'Pusta\x20świeca','columnsError':_0x531726(0x1e4),'series':_0x531726(0xe4)},'histogram':{'binGap':_0x531726(0x1d1),'binningMode':_0x531726(0xec),'count':_0x531726(0x12a),'width':'Szerokość','binCount':'Liczba\x20pojemników','binWidth':_0x531726(0xc2),'underflow':_0x531726(0x199),'overflow':'Próg\x20przepełnienia','frequency':_0x531726(0xce)},'treemap':{'parentLabelLayout':_0x531726(0x149),'banner':_0x531726(0x15d),'overlapping':'Nakładające\x20się','leafLabel':_0x531726(0xf6),'hierarchy':'Pola\x20hierarchii','diagnostic':_0x531726(0xaf)},'sunburst':{'hierarchy':_0x531726(0x163),'addHierarchy':_0x531726(0x152),'moveUp':'Przesuń\x20pole\x20hierarchii\x20w\x20górę','moveDown':'Przesuń\x20pole\x20hierarchii\x20w\x20dół','removeHierarchy':_0x531726(0xdd),'centerLabel':_0x531726(0x1df),'labelFormat':'Styl\x20etykiety','diagnostic':_0x531726(0x12c)},'gauge':{'scale':'Skala','majorDivisions':_0x531726(0xd6),'minorDivisions':_0x531726(0x10c),'angles':'Kąty','endAngle':_0x531726(0x1a5),'ranges':_0x531726(0x1d9),'rangeFrom':'Od','rangeTo':'Do','addRange':_0x531726(0xbd),'removeRange':_0x531726(0x162),'axisTick':'Zaznaczenia\x20osi','splitLine':_0x531726(0x173),'pointer':_0x531726(0x1e8),'anchor':_0x531726(0x159),'progress':_0x531726(0x119),'detail':_0x531726(0xb0),'pointerNeedle':_0x531726(0x166),'pointerSlim':'Smukła\x20wskazówka','template':_0x531726(0x115),'modern':_0x531726(0xda),'classic':_0x531726(0x1d4),'minimal':_0x531726(0x106),'advanced':_0x531726(0x155),'customized':_0x531726(0x1d5),'axisLabelNumberFormat':_0x531726(0xe3),'detailNumberFormat':'Format\x20liczb\x20szczegółowych','emptyDiagnostic':_0x531726(0x100),'mappingDiagnostic':_0x531726(0x12e),'configDiagnostic':_0x531726(0x105)},'chord':{'source':_0x531726(0xf9),'target':'Cel','count':_0x531726(0xd1),'node':'Węzeł','ribbon':'Wstążka','clockwise':_0x531726(0x196),'padAngle':_0x531726(0x1ee),'minAngle':_0x531726(0xa4),'innerRadius':_0x531726(0x18e),'outerRadius':_0x531726(0x1c0),'invalidRadii':_0x531726(0x16f),'rotation':_0x531726(0x158),'distance':'Odległość','width':_0x531726(0xa5),'focus':_0x531726(0xe6),'solid':'Jednolity\x20kolor','gradient':'Gradient','adjacency':_0x531726(0x139),'self':_0x531726(0xac),'emptyDiagnostic':_0x531726(0xa0),'mappingDiagnostic':_0x531726(0x1cf),'configDiagnostic':_0x531726(0xa1),'associatedValue':_0x531726(0x165)},'common':{'category':_0x531726(0xfc),'seriesName':_0x531726(0x1ce),'value':_0x531726(0x13b),'percentage':'Procent','borderColor':_0x531726(0xd7),'labelContent':_0x531726(0x14a),'labelPosition':_0x531726(0xc9),'dataLabels':_0x531726(0x178),'chartType':_0x531726(0x17e),'bold':_0x531726(0x1f0),'italic':_0x531726(0x10e),'shape':'Kształt','chartStyle':_0x531726(0x1c8),'chartAndAxisTitles':_0x531726(0x1a8),'legend':_0x531726(0x160),'chartTitle':'Tytuł\x20wykresu','subtitle':_0x531726(0x17f),'series':_0x531726(0x142),'dataPoint':_0x531726(0x122),'trendline':'Linia\x20trendu','horizontalAxis':_0x531726(0x14d),'verticalAxis':_0x531726(0x197),'rightVerticalAxis':_0x531726(0xf3),'layout':_0x531726(0x112),'arrow':'Strzałka','axisLabels':_0x531726(0x10d),'currency':_0x531726(0x1b9),'date':'Data','displayName':_0x531726(0x1b6),'emphasis':_0x531726(0x17d),'heatmap':_0x531726(0xb9),'lineColor':_0x531726(0x14c),'lineWidth':_0x531726(0x1ac),'min':_0x531726(0xed),'max':'Maksimum','mode':_0x531726(0x107),'stacked':'Ułożone','title':_0x531726(0xeb),'auto':_0x531726(0x194),'position':{'label':_0x531726(0x11b),'inside':_0x531726(0xb6),'outside':_0x531726(0x189),'top':'Góra','right':'Prawo','bottom':_0x531726(0x1a0),'left':_0x531726(0x125),'hide':_0x531726(0xd9)},'axisAlign':{'start':_0x531726(0xa8),'center':_0x531726(0xe2),'end':_0x531726(0x10f)},'textAlign':{'left':_0x531726(0x125),'center':_0x531726(0xe2),'right':_0x531726(0xc4)},'legendSelectMode':{'single':'Pojedynczo','multiple':_0x531726(0x1aa),'disabled':_0x531726(0x18f)},'visualMapType':{'continuous':_0x531726(0x191),'piecewise':_0x531726(0x1a9)},'default':_0x531726(0xee),'reset':_0x531726(0xea),'color':_0x531726(0x169),'opacity':'Nieprzezroczystość','font':_0x531726(0x123),'none':_0x531726(0xba),'transparent':'Przezroczyste','numberFormat':_0x531726(0x180),'borderWidth':'Szerokość\x20obramowania','borderType':_0x531726(0x182),'lineType':_0x531726(0x1ea),'dashed':_0x531726(0xf4),'dotted':_0x531726(0xf4),'circle':_0x531726(0x116),'triangle':_0x531726(0x18b),'diamond':_0x531726(0xf0),'axisLine':_0x531726(0xa2),'minimum':_0x531726(0x106),'maximum':_0x531726(0x16b),'startAngle':_0x531726(0x1e0),'valueField':_0x531726(0xb4),'categoryName':'Nazwa\x20kategorii','ownValue':_0x531726(0x174),'children':_0x531726(0x128),'label':_0x531726(0x16e),'editChart':_0x531726(0x1f2),'deleteChart':_0x531726(0x118),'insertChart':_0x531726(0xcf),'insertChartFailed':_0x531726(0x1ae),'openChartPanel':_0x531726(0xfd),'hideChartPanel':_0x531726(0x11f),'exportImage':_0x531726(0x16a),'copy':_0x531726(0x16d),'setup':'Konfiguracja','customize':_0x531726(0x153),'data':_0x531726(0x1da),'tableDataEmpty':_0x531726(0xc7),'dataRange':_0x531726(0x1bd),'editData':_0x531726(0xb5),'inlineData':_0x531726(0x135),'switchRowColumn':_0x531726(0xd5),'useAsCategoryLabels':'Użyj\x20{0}\x20jako\x20kategorii','cancel':_0x531726(0xc5),'insert':_0x531726(0xb1),'apply':_0x531726(0x15c),'duplicate':'Duplikuj'},'inlineTable':{'pasteHint':_0x531726(0x1e3),'addRow':_0x531726(0x1a3),'addColumn':_0x531726(0x111)},'floatMenu':{'menuTitle':{'chart':_0x531726(0x192),'axisTitle':'Tytuł\x20osi','gridline':_0x531726(0x121),'tick':_0x531726(0x1c3),'mark':_0x531726(0x17a),'dataLabel':_0x531726(0x141)},'field':{'position':_0x531726(0x11b),'size':_0x531726(0xaa),'align':_0x531726(0x1b0),'map':'Mapa','rotate':'Obróć','labelText':_0x531726(0xb8),'titleText':_0x531726(0xa7)},'action':{'more':'Więcej'},'control':{'labels':_0x531726(0x130),'line':_0x531726(0xca),'reverse':_0x531726(0x164)}}}};export{e as default};function _0x3715(){const _0x183090=['Ustaw\x20format\x20etykiety','Skumulowany\x20wykres\x20obszarowy','Format\x20daty\x20wyświetla\x20numery\x20seryjne\x20daty\x20i\x20czasu\x20jako\x20wartości\x20daty.','Układ\x20etykiety\x20nadrzędnej','Zawartość\x20etykiety','48QiUWUF','Kolor\x20linii','Oś\x20pozioma','Format\x20źródłowy','Wykres\x20liniowy\x20/\x20Wykres\x20obszarowy','Powstanie','Wykres\x20świecowy','Dodaj\x20hierarchię','Dostosuj','Łącznik','Ustawienia\x20zaawansowane','Mapa\x20drzewa','Pięciokąt','Obrót','Kotwica','Linia\x20złącza','Wypełnij\x20krycie','Zastosuj','Sztandar','Wykres\x20kołowy','Korpus','Legenda','Pusty\x20trójkąt','Usuń\x20zakres','Hierarchia','Odwróć','Wartość\x20powiązana','Klasyczna\x20wskazówka','Tło\x20etykiety','Kształt\x20wykresu','Kolor','Eksportuj\x20jako\x20obraz','Maksymalnie','Prostokąt','Kopiuj','Etykieta','Promień\x20wewnętrzny\x20musi\x20być\x20mniejszy\x20niż\x20promień\x20zewnętrzny.','Format\x20ogólny\x20nie\x20zawiera\x20żadnego\x20konkretnego\x20formatu\x20liczbowego.','Wykres\x20histogramu','Rozmiar\x20punktu','Podziel\x20linie','Wartość\x20własna','Cel\x20stylu','542529jrZwDf','Series\x20overlap\x20(%)','Etykiety\x20danych','Wykres\x20pierścieniowy','Znak','13UkSrbo','Format\x20liczbowy\x20księgowości\x20wyrównuje\x20symbole\x20walutowe\x20i\x20miejsca\x20dziesiętne\x20w\x20kolumnie.','Nacisk','Typ\x20wykresu','Podtytuł','Format\x20liczbowy','Otwarcie','Typ\x20obramowania','Obróć\x20etykiety','Zawiń\x20legendę','Diagram\x20cięciwowy','Tytuł\x20osi\x20poziomej','Domyślny\x20kolor','Długość\x20kleszcza','Na\x20zewnątrz','Linia\x20przerwania','Trójkąt','Moc','Pokaż\x20R²','Promień\x20wewnętrzny','Wyłączone','Kolor\x20linii\x20łączącej','Ciągłe','Wykres','Styl\x20linii','Automat','Logarytmiczny','Zgodnie\x20z\x20ruchem\x20wskazówek\x20zegara','Oś\x20pionowa','Zamów','Próg\x20niedomiaru','Rozmiar\x20wykresu\x20pomocniczego','Rozmiar\x20czcionki\x20w\x20treści','Linie\x20siatki\x20i\x20znaczniki','1558316bcEsds','3367645keXYyI','Typy\x20walut','Dół','Okrągły','Zamknięcie','Dodaj\x20wiersz','Wykładniczy','Kąt\x20końcowy','Wycinki','Wykres\x20chmury\x20słów','Tytuły\x20wykresu\x20i\x20osi','Odcinkowy','Wielokrotny','Inne','Szerokość\x20linii','Wbudowane','Nie\x20udało\x20się\x20wstawić\x20wykresu','Wykres\x20akordów','Wyrównaj','Chmura','Plot\x20area','Temat','Rozmiar\x20węzłów\x20według\x20wartości','Stos\x20procentowy\x20·\x20Wykres\x20kolumnowy','Nazwa\x20wyświetlana','Dodaj\x20linię\x20trendu','Percentyl\x20tysięczny','Waluta','Wykres\x20rozbłysku\x20słońca','Kwadrat','Luka\x20w\x20przedmiocie','Zakres\x20danych','Left\x20(%)','Średnia\x20krocząca','Promień\x20zewnętrzny','Zaznacz\x20kolor','Wypełnienie\x20obszaru','Znacznik','Pokaż\x20formułę','Procentowy\x20skumulowany\x20wykres\x20obszarowy','Gwiazda','Wykres\x20słupkowy','Styl\x20wykresu','Wpisz','Wstręt','Połącz\x20punkty\x20danych','2695294sfhBFz','Gładka','Nazwa\x20serii','Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','Kolor\x20punktu','Szczelina\x20pojemnika','Typ\x20linii\x20wskaźnika','Powtórz\x20słowa','Klasyczny','Niestandardowy','Stos\x20·\x20Wykres\x20kolumnowy','Nieprawidłowe\x20wartości','Kształt\x20punktowy','Zakresy','Dane','Pusta\x20strzałka','Wykres\x20wskaźnikowy','Zaznacz\x20pozycję','Miejsca\x20dziesiętne','Suma\x20środkowa','Kąt\x20początkowy','188914rvOaXN','Skumulowany\x20wykres\x20słupkowy','Wklej\x20tabelę\x20z\x20Arkuszy,\x20Excela\x20lub\x20strony\x20internetowej,\x20aby\x20zastąpić\x20dane\x20wbudowane.','Dane\x20wykresu\x20świecowego\x20wymagają\x20kolumn\x20Kategoria,\x20Otwarcie,\x20Maksimum,\x20Minimum\x20i\x20Zamknięcie.','Nieprzezroczystość\x20knota','Ujemne','Wykres\x20wodospadowy','Wskaźnik','Wybrano\x20{0}\x20punktów\x20danych','Typ\x20linii','Rozmiar\x20czcionki','Kształt\x20radaru','Krok','Kąt\x20podkładki','Kolor\x20korpusu','Pogrubienie','Kleszcze','Edytor\x20wykresów','Identyfikator\x20obrazu\x20maski','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','Linia\x20osi','Wykres\x20lejkowy','Minimalny\x20kąt','Szerokość','Szerokość\x20kleszcza','Tekst\x20tytułu','Początek','Gap\x20width\x20(%)','Rozmiar','Układ\x20zaawansowany','Bieżący\x20węzeł','Kolor\x20czcionki\x20korpusu','Szerokość\x20linii\x20łączącej','Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Szczegół','Wstaw','Automatycznie','Wykres\x20punktowy','Pole\x20wartości','Edytuj\x20dane','Wewnątrz','1encZwv','Tekst\x20etykiety','Mapa\x20ciepła','Żadne','Width\x20(%)','Podgląd','Dodaj\x20zakres','Suma\x20częściowa','Krycie\x20obramowania','Wielokąt','Agreguj','Szerokość\x20pojemnika','3SUiKEY','Prawo','Anuluj','Okres','Dane\x20tabeli\x20są\x20puste','Traktuj\x20etykiety\x20jako\x20daty','Pozycja\x20etykiety','Linia','Upadek','Naukowe','Height\x20(%)','Częstotliwość','Wstaw\x20wykres','Świeca','Liczba\x20relacji','Top\x20(%)','Tytuł\x20osi\x20pionowej','Kołowy\x20kołowego','Przełącz\x20na\x20wiersz/kolumnę','Podziały\x20główne','Kolor\x20obramowania','Wykres\x20obszarowy','Ukryj','Nowoczesne','Słupkowy\x20kołowego','Wartość\x20mniejsza\x20niż','Usuń\x20pole\x20hierarchii','6WZyvWh','Typy\x20liczb\x20ujemnych','Knot','Długość\x20krawędzi','Środek','Format\x20liczb\x20etykiet\x20osi','Seria\x20OHLC','Kolor\x20R²','Skup\x20się','Wodospad','Szerokość\x20świecy','Bar\x20spacing','Zresetuj','Tytuł','Tryb\x20binowania','Minimum','Domyślne','Siła','Diament','Wykres\x20relacji','Wykres\x20miernika','Prawa\x20oś\x20pionowa','Przerywana','Pół\x20ciasta','Etykiety\x20liści','Skala\x20wartości','Zaokrąglony\x20prostokąt','Źródło','Kolor\x20linii\x20wskaźnika','Dziura\x20po\x20pączku','Kategoria','Otwórz\x20panel\x20wykresu','270JGOYYp','Obrót\x20etykiety','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Pusty\x20kwadrat','Podziel\x20według','Stan\x20świecy','Kształt\x20węzła','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Minimalne','Tryb','Odwołanie','Odstęp\x20plasterków','Wyrównanie','Wykres\x20bąbelkowy','Podziały\x20pomocnicze\x20na\x20podział\x20główny','Etykiety\x20osi','Kursywa','Koniec','Stos','Dodaj\x20kolumnę','Układ','Procentowy\x20skumulowany\x20wykres\x20słupkowy','Procent\x20mniejszy\x20niż','Szablon','Okrąg','Numer','Usuń\x20wykres','Postęp','Doji','Pozycja','Pusty\x20zaokrąglony\x20prostokąt','Użyj\x20wartości\x20bezwzględnych','Kolor\x20tekstu\x20etykiety','Ukryj\x20panel\x20wykresu','Wykres\x20kombinowany','Linia\x20siatki','Punkt\x20danych','Czcionka','Dodatnie','Lewo','Ogólny','Wykres\x20Sankeya','Elementy\x20podrzędne','Elementy','Policz','Węzły','Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','Interakcja','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','Standardowy','Etykiety','Niestandardowy\x20format','Wykres\x20kolumnowy','Stos\x20procentowy','Usuń\x20punkt\x20danych','Dane\x20wbudowane','Szerokość\x20linii\x20siatki','Pusty\x20romb','Start\x20angle','Sąsiednie\x20węzły','Jednostka\x20wartości','Wartość','Kolor\x20linii\x20siatki','Ciasto\x20różane','Wykres\x20radarowy','Histogram','20798184SJhuWJ','Etykieta\x20danych','Seria','77498oRjVYS','Mapa\x20wizualna','Linia\x20etykiety'];_0x3715=function(){return _0x183090;};return _0x3715();}
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4be04b=_0x166f;(function(_0x14421e,_0x18cb86){const _0x470c03=_0x166f,_0x5a21b8=_0x14421e();while(!![]){try{const _0xa4dd61=parseInt(_0x470c03(0x232))/0x1*(-parseInt(_0x470c03(0x15c))/0x2)+-parseInt(_0x470c03(0x213))/0x3*(-parseInt(_0x470c03(0x23f))/0x4)+parseInt(_0x470c03(0x197))/0x5*(parseInt(_0x470c03(0x1d4))/0x6)+-parseInt(_0x470c03(0x1cc))/0x7*(-parseInt(_0x470c03(0x1ec))/0x8)+parseInt(_0x470c03(0x157))/0x9+parseInt(_0x470c03(0x212))/0xa*(-parseInt(_0x470c03(0x252))/0xb)+-parseInt(_0x470c03(0x200))/0xc*(parseInt(_0x470c03(0x286))/0xd);if(_0xa4dd61===_0x18cb86)break;else _0x5a21b8['push'](_0x5a21b8['shift']());}catch(_0x2e733c){_0x5a21b8['push'](_0x5a21b8['shift']());}}}(_0x1043,0x4b165));const e={'chart-ui':{'editor':{'defaultColor':_0x4be04b(0x1b5),'fontSize':_0x4be04b(0x217)},'setup':{'stack':_0x4be04b(0x276),'percentStacked':'Empilhamento\x20percentual'},'chartTypes':{'line':'Gráfico\x20de\x20linha','column':_0x4be04b(0x15e),'columnStacked':_0x4be04b(0x289),'columnPercentStacked':_0x4be04b(0x179),'bar':_0x4be04b(0x17d),'barStacked':_0x4be04b(0x22a),'barPercentStacked':_0x4be04b(0x183),'pie':'Gráfico\x20de\x20pizza','donut':_0x4be04b(0x273),'pieOfPie':_0x4be04b(0x162),'barOfPie':_0x4be04b(0x169),'area':_0x4be04b(0x271),'areaStacked':_0x4be04b(0x282),'areaPercentStacked':_0x4be04b(0x236),'radar':_0x4be04b(0x167),'scatter':'Gráfico\x20de\x20dispersão','combination':'Gráfico\x20combinado','wordCloud':_0x4be04b(0x230),'funnel':_0x4be04b(0x237),'bubble':'Gráfico\x20de\x20bolhas','relation':_0x4be04b(0x23e),'waterfall':_0x4be04b(0x1a6),'pareto':_0x4be04b(0x158),'sankey':'Gráfico\x20de\x20Sankey','heatmap':'Mapa\x20de\x20calor','boxplot':_0x4be04b(0x266),'candlestick':'Gráfico\x20de\x20velas','histogram':'Histograma','treemap':_0x4be04b(0x1ea),'sunburst':_0x4be04b(0x1ac),'gauge':_0x4be04b(0x20c),'chord':_0x4be04b(0x187)},'section':{'waterfall':_0x4be04b(0x1a6),'paretoBar':_0x4be04b(0x16e),'paretoLine':'Série\x20de\x20porcentagem\x20cumulativa','pie':_0x4be04b(0x20a),'wordCloud':_0x4be04b(0x170),'radar':_0x4be04b(0x167),'funnel':_0x4be04b(0x237),'relation':_0x4be04b(0x23e),'lineAndArea':_0x4be04b(0x17b),'gridlinesAndTicks':_0x4be04b(0x1fd),'indicatorLine':_0x4be04b(0x1a1),'candlestick':_0x4be04b(0x186),'histogram':_0x4be04b(0x26d),'treemap':'Gráfico\x20de\x20mapa\x20de\x20árvore','sunburst':'Gráfico\x20de\x20explosão\x20solar','gauge':_0x4be04b(0x20c),'chord':_0x4be04b(0x1ad)},'presentation':{'backgroundColor':'Cor\x20de\x20fundo','theme':_0x4be04b(0x1cb),'gradientFill':_0x4be04b(0x1bf),'bodyFontSize':_0x4be04b(0x269),'bodyFontColor':_0x4be04b(0x15f),'titleType':_0x4be04b(0x244),'horizontalAxisTitle':_0x4be04b(0x20e),'verticalAxisTitle':'Título\x20do\x20eixo\x20vertical','rightVerticalAxisTitle':_0x4be04b(0x27e),'wrap':_0x4be04b(0x1dd),'selectMode':'Modo\x20de\x20seleção','visualMapType':'Mapa\x20visual','align':_0x4be04b(0x1d3)},'numberFormat':{'source':'Formato\x20de\x20origem','number':_0x4be04b(0x25e),'scientific':_0x4be04b(0x257),'custom':_0x4be04b(0x26f),'preview':'Visualização','generalType':_0x4be04b(0x19c),'accountingType':_0x4be04b(0x199),'thousandsType':_0x4be04b(0x178),'formatTypes':_0x4be04b(0x18d),'generalDesc':_0x4be04b(0x20f),'accountingDesc':_0x4be04b(0x284),'currencyDesc':_0x4be04b(0x1d0),'dateDesc':'O\x20formato\x20de\x20data\x20exibe\x20números\x20de\x20série\x20de\x20data\x20e\x20hora\x20como\x20valores\x20de\x20data.','thousandsDesc':_0x4be04b(0x1a7),'decimalPlaces':'Casas\x20decimais','currencyTypes':_0x4be04b(0x283),'negativeNumberTypes':_0x4be04b(0x22b),'dateTypes':'Tipos\x20de\x20data','setFormat':_0x4be04b(0x1aa)},'series':{'rightAxis':_0x4be04b(0x1fb),'allSeries':_0x4be04b(0x21b),'aggregate':'Agregar','borderOpacity':_0x4be04b(0x207),'solid':_0x4be04b(0x189),'pointShape':_0x4be04b(0x251),'pointSize':_0x4be04b(0x1b4),'pointColor':_0x4be04b(0x1e6),'removeDataPoint':'Remover\x20ponto\x20de\x20dados','square':'Quadrado','rect':_0x4be04b(0x161),'roundRect':_0x4be04b(0x177),'pin':_0x4be04b(0x1bd),'emptyCircle':'Círculo\x20vazio','emptySquare':_0x4be04b(0x1cf),'emptyTriangle':_0x4be04b(0x180),'emptyDiamond':_0x4be04b(0x248),'emptyRect':'Retângulo\x20vazio','emptyRoundRect':_0x4be04b(0x1e0),'emptyPin':_0x4be04b(0x172),'emptyArrow':_0x4be04b(0x1d2)},'lineAndArea':{'lineStyle':_0x4be04b(0x1c4),'line':_0x4be04b(0x17f),'smooth':_0x4be04b(0x256),'step':_0x4be04b(0x1c3),'invalidValues':'Valores\x20inválidos','breakLine':'Quebrar\x20linha','connect':'Conecte\x20pontos\x20de\x20dados','zero':_0x4be04b(0x22d)},'axis':{'useDateAxis':_0x4be04b(0x239),'target':_0x4be04b(0x1a0),'lineColor':_0x4be04b(0x259),'lineWidth':'Largura\x20da\x20linha','labelRotation':_0x4be04b(0x193),'reverse':_0x4be04b(0x1de),'gridlineVisible':_0x4be04b(0x22f),'gridlineColor':_0x4be04b(0x1ca),'gridlineWidth':'Largura\x20da\x20linha\x20de\x20grade','tickVisible':_0x4be04b(0x182),'tickLength':_0x4be04b(0x1f7),'tickWidth':'Largura\x20do\x20tick','tickColor':_0x4be04b(0x23a),'tickPosition':'Posição\x20do\x20tick'},'indicator':{'lineColor':_0x4be04b(0x188),'lineType':'Tipo\x20de\x20linha\x20indicadora','labelBackground':'Fundo\x20da\x20etiqueta','labelText':_0x4be04b(0x195)},'trendline':{'add':_0x4be04b(0x1a8),'type':_0x4be04b(0x1bc),'linear':_0x4be04b(0x288),'exponential':_0x4be04b(0x1c7),'logarithmic':_0x4be04b(0x1d7),'polynomial':'Polinômio','power':_0x4be04b(0x18a),'movingAverage':_0x4be04b(0x198),'showFormula':_0x4be04b(0x1e2),'showR2':_0x4be04b(0x211),'order':'Pedido','period':_0x4be04b(0x21c),'formulaColor':'Cor\x20da\x20fórmula','r2Color':_0x4be04b(0x209)},'pareto':{'includeZeroValues':_0x4be04b(0x272)},'plotArea':{'label':_0x4be04b(0x17c),'manual':'Manual','left':_0x4be04b(0x1dc),'top':_0x4be04b(0x160),'width':'Width\x20(%)','height':_0x4be04b(0x171)},'bar':{'layout':_0x4be04b(0x24b),'gapWidth':'Gap\x20width\x20(%)','overlap':_0x4be04b(0x249)},'pie':{'mode':'Forma\x20do\x20gráfico','modeNormal':_0x4be04b(0x156),'modePieOfPie':_0x4be04b(0x1b1),'modeBarOfPie':_0x4be04b(0x21a),'splitType':_0x4be04b(0x1b9),'splitAuto':'Automático','splitPosition':'Posição','splitCustom':_0x4be04b(0x229),'customSelectedCount':'Divisão\x20personalizada','customSelectedCountValue':_0x4be04b(0x19b),'positionCount':_0x4be04b(0x261),'valueLessThan':_0x4be04b(0x1c8),'percentageLessThan':_0x4be04b(0x278),'secondarySize':_0x4be04b(0x28b),'advancedLayout':'Layout\x20avançado','connector':_0x4be04b(0x214),'slices':'Fatias','gapWidth':_0x4be04b(0x23c),'connectorColor':_0x4be04b(0x24e),'connectorWidth':_0x4be04b(0x25a),'connectorType':_0x4be04b(0x1e4),'aggregateOther':_0x4be04b(0x16c),'aggregateMembers':_0x4be04b(0x263),'valueScale':'Escala\x20de\x20valores','doughnutHole':_0x4be04b(0x1f2),'startAngle':'Start\x20angle','explosion':_0x4be04b(0x1af),'paddingAngle':'Espaçamento\x20entre\x20fatias','halfPie':'Meia\x20torta','rosePie':_0x4be04b(0x1f4),'labelLine':_0x4be04b(0x235)},'radar':{'shape':_0x4be04b(0x1e9),'polygon':'Polígono','fill':'Preenchimento\x20de\x20área'},'funnel':{'gap':'Lacuna\x20de\x20item','absoluteValues':_0x4be04b(0x247)},'heatmap':{'unit':_0x4be04b(0x28c),'labels':'Rótulos\x20de\x20células'},'relation':{'nodes':_0x4be04b(0x1da),'interaction':_0x4be04b(0x206),'edgeLength':_0x4be04b(0x164),'circular':'Circular','force':_0x4be04b(0x19a),'nodeShape':_0x4be04b(0x227),'valueSize':_0x4be04b(0x202),'rotateLabels':_0x4be04b(0x1ff),'gravity':_0x4be04b(0x18c),'repulsion':_0x4be04b(0x243)},'wordCloud':{'maskImage':_0x4be04b(0x1d8),'repeat':'Repetir\x20palavras','cloud':_0x4be04b(0x18f),'rect':_0x4be04b(0x161),'cardioid':_0x4be04b(0x275),'heart':_0x4be04b(0x1ab),'triangle-forward':_0x4be04b(0x231),'pentagon':'Pentágono','star':'Estrela'},'waterfall':{'styleTarget':_0x4be04b(0x1f5),'positive':_0x4be04b(0x1a5),'negative':'Negativo','stackType':_0x4be04b(0x27f),'arrangement':_0x4be04b(0x19f),'subtotal':_0x4be04b(0x203),'includeSubtotal':'Usar\x20subtotal','connector':_0x4be04b(0x1c1)},'candlestick':{'candle':_0x4be04b(0x285),'body':_0x4be04b(0x1eb),'wick':_0x4be04b(0x1b2),'state':_0x4be04b(0x21e),'open':_0x4be04b(0x250),'high':_0x4be04b(0x277),'low':'Mínima','close':_0x4be04b(0x1c9),'rising':'Ascendente','falling':_0x4be04b(0x265),'doji':_0x4be04b(0x185),'bodyColor':'Cor\x20do\x20corpo','fillOpacity':'Preencher\x20opacidade','wickColor':_0x4be04b(0x1bb),'wickWidth':_0x4be04b(0x1e1),'wickOpacity':'Opacidade\x20do\x20pavio','candleWidth':_0x4be04b(0x226),'hollow':_0x4be04b(0x1d5),'columnsError':_0x4be04b(0x1df),'series':_0x4be04b(0x26a)},'histogram':{'binGap':'Lacuna\x20na\x20caixa','binningMode':_0x4be04b(0x201),'count':_0x4be04b(0x279),'width':_0x4be04b(0x1ba),'binCount':_0x4be04b(0x175),'binWidth':_0x4be04b(0x260),'underflow':_0x4be04b(0x163),'overflow':'Limite\x20de\x20estouro','frequency':_0x4be04b(0x26e)},'treemap':{'parentLabelLayout':_0x4be04b(0x20d),'banner':_0x4be04b(0x27b),'overlapping':_0x4be04b(0x23d),'leafLabel':_0x4be04b(0x159),'hierarchy':'Campos\x20de\x20hierarquia','diagnostic':'O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.'},'sunburst':{'hierarchy':'Hierarquia','addHierarchy':_0x4be04b(0x1e7),'moveUp':_0x4be04b(0x268),'moveDown':_0x4be04b(0x20b),'removeHierarchy':_0x4be04b(0x22e),'centerLabel':_0x4be04b(0x1d6),'labelFormat':_0x4be04b(0x287),'diagnostic':_0x4be04b(0x215)},'gauge':{'scale':'Escala','majorDivisions':_0x4be04b(0x205),'minorDivisions':_0x4be04b(0x192),'angles':_0x4be04b(0x24d),'endAngle':'Ângulo\x20final','ranges':_0x4be04b(0x1fc),'rangeFrom':'De','rangeTo':_0x4be04b(0x224),'addRange':_0x4be04b(0x168),'removeRange':'Remover\x20intervalo','axisTick':_0x4be04b(0x222),'splitLine':_0x4be04b(0x1a3),'pointer':_0x4be04b(0x1f8),'anchor':'Âncora','progress':_0x4be04b(0x1be),'detail':'Detalhe','pointerNeedle':_0x4be04b(0x25b),'pointerSlim':_0x4be04b(0x16a),'template':_0x4be04b(0x1e5),'modern':_0x4be04b(0x165),'classic':_0x4be04b(0x1f0),'minimal':_0x4be04b(0x270),'advanced':_0x4be04b(0x15b),'customized':_0x4be04b(0x229),'axisLabelNumberFormat':'Formato\x20numérico\x20dos\x20rótulos\x20do\x20eixo','detailNumberFormat':_0x4be04b(0x1ee),'emptyDiagnostic':_0x4be04b(0x25d),'mappingDiagnostic':_0x4be04b(0x18e),'configDiagnostic':_0x4be04b(0x194)},'chord':{'source':_0x4be04b(0x28a),'target':_0x4be04b(0x221),'count':'Contagem\x20de\x20relacionamento','node':'Nó','ribbon':_0x4be04b(0x24a),'clockwise':_0x4be04b(0x173),'padAngle':_0x4be04b(0x191),'minAngle':'Ângulo\x20mínimo','innerRadius':_0x4be04b(0x24f),'outerRadius':'Raio\x20externo','invalidRadii':_0x4be04b(0x1f6),'rotation':_0x4be04b(0x17a),'distance':'Distância','width':_0x4be04b(0x1ba),'focus':_0x4be04b(0x1b0),'solid':'Cor\x20sólida','gradient':_0x4be04b(0x233),'adjacency':_0x4be04b(0x220),'self':_0x4be04b(0x280),'emptyDiagnostic':_0x4be04b(0x228),'mappingDiagnostic':_0x4be04b(0x1a4),'configDiagnostic':_0x4be04b(0x1ce),'associatedValue':_0x4be04b(0x1db)},'common':{'category':'Categoria','seriesName':_0x4be04b(0x166),'value':_0x4be04b(0x258),'percentage':'Porcentagem','borderColor':'Cor\x20da\x20borda','labelContent':_0x4be04b(0x190),'labelPosition':'Posição\x20da\x20etiqueta','dataLabels':_0x4be04b(0x25f),'chartType':_0x4be04b(0x26b),'bold':_0x4be04b(0x184),'italic':_0x4be04b(0x181),'shape':'Forma','chartStyle':_0x4be04b(0x1cd),'chartAndAxisTitles':'Títulos\x20do\x20gráfico\x20e\x20dos\x20eixos','legend':_0x4be04b(0x1a9),'chartTitle':_0x4be04b(0x24c),'subtitle':'Subtítulo','series':_0x4be04b(0x267),'dataPoint':_0x4be04b(0x19d),'trendline':_0x4be04b(0x15a),'horizontalAxis':'Eixo\x20horizontal','verticalAxis':'Eixo\x20vertical','rightVerticalAxis':'Eixo\x20vertical\x20direito','layout':'Disposição','arrow':_0x4be04b(0x15d),'axisLabels':_0x4be04b(0x21f),'currency':_0x4be04b(0x1f3),'date':_0x4be04b(0x1d9),'displayName':_0x4be04b(0x1b3),'emphasis':_0x4be04b(0x28d),'heatmap':'Mapa\x20de\x20calor','lineColor':'Cor\x20da\x20linha','lineWidth':'Largura\x20da\x20linha','min':_0x4be04b(0x270),'max':_0x4be04b(0x281),'mode':_0x4be04b(0x23b),'stacked':'Empilhado','title':'Título','auto':_0x4be04b(0x245),'position':{'label':'Posição','inside':'Dentro','outside':'Fora','top':'Superior','right':_0x4be04b(0x223),'bottom':_0x4be04b(0x16f),'left':_0x4be04b(0x1a2),'hide':'Ocultar'},'axisAlign':{'start':_0x4be04b(0x1ed),'center':_0x4be04b(0x246),'end':_0x4be04b(0x218)},'textAlign':{'left':'Esquerda','center':_0x4be04b(0x246),'right':_0x4be04b(0x223)},'legendSelectMode':{'single':'Único','multiple':_0x4be04b(0x27a),'disabled':_0x4be04b(0x1b6)},'visualMapType':{'continuous':_0x4be04b(0x255),'piecewise':_0x4be04b(0x25c)},'default':_0x4be04b(0x27c),'reset':'Redefinir','color':'Cor','opacity':_0x4be04b(0x1b8),'font':_0x4be04b(0x28a),'none':_0x4be04b(0x176),'numberFormat':_0x4be04b(0x1c5),'borderWidth':_0x4be04b(0x1c6),'borderType':'Tipo\x20de\x20borda','lineType':_0x4be04b(0x1c0),'dashed':_0x4be04b(0x1e3),'dotted':_0x4be04b(0x1d1),'circle':_0x4be04b(0x225),'triangle':_0x4be04b(0x238),'diamond':_0x4be04b(0x1f1),'axisLine':_0x4be04b(0x21d),'minimum':_0x4be04b(0x270),'maximum':'Máximo','startAngle':_0x4be04b(0x27d),'valueField':'Campo\x20de\x20valor','categoryName':_0x4be04b(0x1c2),'ownValue':'Valor\x20próprio','children':_0x4be04b(0x219),'label':'Etiqueta','editChart':_0x4be04b(0x264),'deleteChart':_0x4be04b(0x19e),'insertChart':_0x4be04b(0x262),'insertChartFailed':_0x4be04b(0x196),'openChartPanel':_0x4be04b(0x274),'hideChartPanel':_0x4be04b(0x26c),'exportImage':_0x4be04b(0x16d),'copy':'Copiar','setup':_0x4be04b(0x208),'customize':_0x4be04b(0x1e8),'data':'Dados','tableDataEmpty':_0x4be04b(0x210),'dataRange':_0x4be04b(0x242),'editData':_0x4be04b(0x240),'inlineData':_0x4be04b(0x17e),'switchRowColumn':_0x4be04b(0x241),'useAsCategoryLabels':_0x4be04b(0x234),'cancel':'Cancelar','insert':'Inserir','apply':_0x4be04b(0x1ae),'duplicate':_0x4be04b(0x253)},'inlineTable':{'pasteHint':_0x4be04b(0x1ef),'addRow':_0x4be04b(0x1fe),'addColumn':_0x4be04b(0x16b)},'floatMenu':{'menuTitle':{'chart':_0x4be04b(0x204),'axisTitle':_0x4be04b(0x1b7),'gridline':'Linha\x20de\x20grau','tick':'Marca\x20de\x20escala','mark':'Marca','dataLabel':_0x4be04b(0x22c)},'field':{'position':_0x4be04b(0x1fa),'size':'Tamanho','align':_0x4be04b(0x18b),'map':'Mapa','rotate':'Girar','labelText':_0x4be04b(0x254),'titleText':_0x4be04b(0x216)},'action':{'more':_0x4be04b(0x1f9)},'control':{'labels':_0x4be04b(0x174),'line':_0x4be04b(0x17f),'reverse':'Inversor'}}}};function _0x166f(_0x739e33,_0x3880d6){_0x739e33=_0x739e33-0x156;const _0x1043b4=_0x1043();let _0x166f43=_0x1043b4[_0x739e33];return _0x166f43;}function _0x1043(){const _0x21a740=['Eixo\x20reverso','Os\x20dados\x20do\x20gráfico\x20de\x20velas\x20exigem\x20as\x20colunas\x20Categoria,\x20Abertura,\x20Máxima,\x20Mínima\x20e\x20Fechamento.','Retângulo\x20arredondado\x20vazio','Largura\x20do\x20pavio','Mostrar\x20fórmula','Tracejado','Tipo\x20de\x20linha\x20de\x20conexão','Modelo','Cor\x20do\x20ponto','Adicionar\x20hierarquia','Personalizar','Formato\x20do\x20radar','Mapa\x20de\x20árvore','Corpo','1362176ShMaFw','Início','Formato\x20do\x20número\x20detalhado','Cole\x20uma\x20tabela\x20do\x20Planilhas,\x20Excel\x20ou\x20de\x20uma\x20página\x20da\x20Web\x20para\x20substituir\x20os\x20dados\x20embutidos.','Clássico','Diamante','Buraco\x20de\x20rosquinha','Moeda','Torta\x20de\x20rosa','Destino\x20do\x20estilo','O\x20raio\x20interno\x20deve\x20ser\x20menor\x20que\x20o\x20raio\x20externo.','Comprimento\x20do\x20carrapato','Ponteiro','Mais','Posição','Eixo\x20direito','Intervalos','Linhas\x20de\x20grade\x20e\x20marcas','Adicionar\x20linha','Girar\x20rótulos','4027680VBftyu','Modo\x20de\x20categorização','Dimensionar\x20nós\x20por\x20valor','Subtotal','Gráfico','Divisões\x20principais','Interação','Opacidade\x20da\x20borda','Configurar','Cor\x20R²','Gráfico\x20de\x20pizza','Mover\x20campo\x20de\x20hierarquia\x20para\x20baixo','Gráfico\x20de\x20medidor','Layout\x20do\x20rótulo\x20pai','Título\x20do\x20eixo\x20horizontal','O\x20formato\x20geral\x20não\x20contém\x20nenhum\x20formato\x20de\x20número\x20específico.','Os\x20dados\x20da\x20tabela\x20estão\x20vazios','Mostrar\x20R²','10zKnWDR','9759XWttTg','Conector','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Texto\x20do\x20título','Tamanho\x20da\x20fonte','Fim','Elementos\x20filhos','Pizza\x20com\x20subgráfico\x20de\x20barras','Todas\x20as\x20séries','Período','Linha\x20do\x20eixo','Estado\x20da\x20vela','Rótulos\x20de\x20eixo','Nós\x20adjacentes','Alvo','Marcações\x20do\x20eixo','Direita','Para','Círculo','Largura\x20da\x20vela','Formato\x20do\x20nó','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Personalizado','Gráfico\x20de\x20barras\x20empilhadas','Tipos\x20de\x20número\x20negativo','Rótulo\x20de\x20dados','Trate\x20como\x20zero','Remover\x20campo\x20de\x20hierarquia','Linhas\x20de\x20grade','Gráfico\x20de\x20nuvem\x20de\x20palavras','Triângulo\x20para\x20frente','1QEoCcY','Gradiente','Usar\x20{0}\x20como\x20categoria','Linha\x20de\x20etiqueta','Gráfico\x20de\x20área\x20empilhada\x20percentual','Gráfico\x20de\x20funil','Triângulo','Tratar\x20rótulos\x20como\x20datas','Cor\x20do\x20carrapato','Modo','Espaço\x20entre\x20os\x20gráficos\x20principal\x20e\x20secundário','Sobreposição','Gráfico\x20de\x20relações','152VjeQBC','Editar\x20dados','Alternar\x20para\x20linha/coluna','Intervalo\x20de\x20dados','Repulsão','Tipo\x20de\x20título','Automático','Centro','Usar\x20valores\x20absolutos','Diamante\x20vazio','Series\x20overlap\x20(%)','Fita','Bar\x20spacing','Título\x20do\x20gráfico','Ângulos','Cor\x20da\x20linha\x20de\x20conexão','Raio\x20interno','Abertura','Forma\x20de\x20ponto','609389ThcxfE','Duplicar','Texto\x20do\x20rótulo','Contínuo','Suave','Científico','Valor','Cor\x20da\x20linha','Largura\x20da\x20linha\x20de\x20conexão','Ponteiro\x20clássico','Por\x20partes','O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','Número','Rótulos\x20de\x20dados','Largura\x20da\x20caixa','Número\x20de\x20pontos\x20de\x20dados\x20secundários','Inserir\x20gráfico','Itens','Editor\x20de\x20gráfico','Caindo','Diagrama\x20de\x20caixa','Série','Mover\x20campo\x20de\x20hierarquia\x20para\x20cima','Tamanho\x20da\x20fonte\x20do\x20corpo','Série\x20OHLC','Tipo\x20de\x20gráfico','Ocultar\x20painel\x20de\x20gráfico','Gráfico\x20histograma','Frequência','Formato\x20personalizado','Mínimo','Gráfico\x20de\x20área','Incluir\x20valores\x20zero','Gráfico\x20de\x20rosca','Abrir\x20painel\x20de\x20gráfico','Cardióide','Empilhar','Máxima','Porcentagem\x20menor\x20que','Contar','Múltiplo','Bandeira','Padrão','Ângulo\x20inicial','Título\x20do\x20eixo\x20vertical\x20direito','Arranjo','Nó\x20atual','Máximo','Gráfico\x20de\x20área\x20empilhada','Tipos\x20de\x20moeda','O\x20formato\x20contábil\x20alinha\x20os\x20símbolos\x20de\x20moeda\x20e\x20os\x20pontos\x20decimais\x20em\x20uma\x20coluna.','Vela','13vrSiJW','Estilo\x20de\x20etiqueta','linear','Empilhar\x20·\x20Gráfico\x20de\x20colunas','Fonte','Tamanho\x20do\x20gráfico\x20secundário','Unidade\x20de\x20valor','Ênfase','Normal','2047266GBcbSQ','Gráfico\x20de\x20Pareto','Etiquetas\x20de\x20folhas','Linha\x20de\x20tendência','Configurações\x20avançadas','1020322oSmHfo','Seta','Gráfico\x20de\x20colunas','Cor\x20da\x20fonte\x20do\x20corpo','Top\x20(%)','Retângulo','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20pizza','Limite\x20de\x20subfluxo','Comprimento\x20da\x20aresta','Moderno','Nome\x20da\x20série','Gráfico\x20de\x20radar','Adicionar\x20intervalo','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20barras','Ponteiro\x20fino','Adicionar\x20coluna','Outro','Exportar\x20como\x20imagem','Série\x20de\x20gráfico\x20de\x20barras','Inferior','Nuvem\x20de\x20palavras','Height\x20(%)','Pino\x20vazio','Sentido\x20horário','Rótulos','Contagem\x20de\x20lixo','Nenhum','Retângulo\x20arredondado','Percentil\x20milésimo','Empilhamento\x20percentual\x20·\x20Gráfico\x20de\x20colunas','Rotação','Gráfico\x20de\x20linha\x20/\x20Gráfico\x20de\x20área','Plot\x20area','Gráfico\x20de\x20barras','Dados\x20em\x20linha','Linha','Triângulo\x20vazio','Itálico','Carrapatos','Gráfico\x20de\x20barras\x20empilhadas\x20percentual','Negrito','Doji','Gráfico\x20de\x20velas','Diagrama\x20de\x20cordas','Cor\x20da\x20linha\x20indicadora','Sólido','Poder','Alinhar','Gravidade','Tipos\x20de\x20formato','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','Nuvem','Conteúdo\x20do\x20rótulo','Ângulo\x20da\x20almofada','Divisões\x20secundárias\x20por\x20divisão\x20principal','Rotação\x20de\x20rótulo','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','Cor\x20do\x20texto\x20da\x20etiqueta','Falha\x20ao\x20inserir\x20gráfico','172375Qppunn','Média\x20móvel','Contábil','Força','{0}\x20pontos\x20de\x20dados\x20selecionados','Geral','Ponto\x20de\x20dados','Excluir\x20gráfico','Cachoeira','Eixo','Linha\x20indicadora','Esquerda','Linhas\x20divididas','O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','Positivo','Gráfico\x20de\x20cascata','O\x20formato\x20percentil\x20milésimo\x20é\x20usado\x20para\x20números\x20gerais,\x20os\x20formatos\x20de\x20moeda\x20e\x20contábil\x20fornecem\x20formatos\x20especializados\x20para\x20valores\x20monetários.','Adicionar\x20linha\x20de\x20tendência','Legenda','Definir\x20formato\x20do\x20rótulo','Coração','Gráfico\x20de\x20raios\x20solares','Gráfico\x20de\x20acordes','Aplicar','Explosion\x20(%)','Foco','Pizza\x20com\x20subgráfico\x20de\x20pizza','Pavio','Nome\x20de\x20exibição','Tamanho\x20do\x20ponto','Cor\x20padrão','Desativado','Título\x20do\x20eixo','Opacidade','Dividir\x20por','Largura','Cor\x20do\x20pavio','Tipo','Pino','Progresso','Preenchimento\x20gradiente','Tipo\x20de\x20linha','Linha\x20de\x20conector','Nome\x20da\x20categoria','Passo','Estilo\x20de\x20linha','Formato\x20numérico','Largura\x20da\x20borda','Exponencial','Valor\x20menor\x20que','Fechamento','Cor\x20da\x20linha\x20de\x20grade','Tema','14cOIgOr','Estilo\x20do\x20gráfico','A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','Quadrado\x20vazio','O\x20formato\x20de\x20moeda\x20é\x20usado\x20para\x20valores\x20monetários\x20gerais,\x20o\x20formato\x20contábil\x20alinha\x20os\x20pontos\x20decimais\x20em\x20uma\x20coluna\x20de\x20valores.','Pontilhado','Seta\x20vazia','Alinhamento','90dHNvgX','Vela\x20oca','Total\x20central','Logarítmico','ID\x20da\x20imagem\x20da\x20máscara','Data','Nós','Valor\x20associado','Left\x20(%)','Legenda\x20embrulhada'];_0x1043=function(){return _0x21a740;};return _0x1043();}export{e as default};
|
|
1
|
+
function _0x4612(_0x557cc1,_0x18177a){_0x557cc1=_0x557cc1-0xe4;const _0x5a7984=_0x5a79();let _0x4612d3=_0x5a7984[_0x557cc1];return _0x4612d3;}const _0x2bb0f0=_0x4612;(function(_0x34fac8,_0x13cc37){const _0x4fa9f2=_0x4612,_0x2b86a1=_0x34fac8();while(!![]){try{const _0xef5cef=parseInt(_0x4fa9f2(0x142))/0x1+parseInt(_0x4fa9f2(0x103))/0x2+parseInt(_0x4fa9f2(0x13f))/0x3+-parseInt(_0x4fa9f2(0x189))/0x4+-parseInt(_0x4fa9f2(0x1ee))/0x5+-parseInt(_0x4fa9f2(0x133))/0x6+-parseInt(_0x4fa9f2(0x1bb))/0x7;if(_0xef5cef===_0x13cc37)break;else _0x2b86a1['push'](_0x2b86a1['shift']());}catch(_0x42ae53){_0x2b86a1['push'](_0x2b86a1['shift']());}}}(_0x5a79,0x7aa1d));function _0x5a79(){const _0x5dec87=['Triângulo\x20vazio','Forma','Cor\x20da\x20linha','Abrir\x20painel\x20de\x20gráfico','2363524WDQnxY','Lacuna\x20na\x20caixa','Cole\x20uma\x20tabela\x20do\x20Planilhas,\x20Excel\x20ou\x20de\x20uma\x20página\x20da\x20Web\x20para\x20substituir\x20os\x20dados\x20embutidos.','Mais','Mapa\x20de\x20calor','Negativo','Quadrado\x20vazio','Série\x20OHLC','Dados','O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','Contar','Eixo\x20horizontal','Usar\x20{0}\x20como\x20categoria','Diamante','Fim','Mover\x20campo\x20de\x20hierarquia\x20para\x20baixo','Cor','Empilhar','Ascendente','Total\x20central','Máxima','Superior','ID\x20da\x20imagem\x20da\x20máscara','O\x20raio\x20interno\x20deve\x20ser\x20menor\x20que\x20o\x20raio\x20externo.','Triângulo\x20para\x20frente','Tipos\x20de\x20número\x20negativo','Seta\x20vazia','Cor\x20R²','Forma\x20do\x20gráfico','Fonte','Configurar','Gráfico\x20de\x20funil','Tipos\x20de\x20moeda','Sentido\x20horário','Tipo','Número','Configurações\x20avançadas','Centro','Copiar','Cor\x20padrão','Ângulo\x20final','Gráfico\x20de\x20raios\x20solares','Ângulo\x20da\x20almofada','Marca\x20de\x20escala','Retângulo','Adicionar\x20linha\x20de\x20tendência','Opacidade','Opacidade\x20da\x20borda','Referenciada','6581505yTLpFJ','Média\x20móvel','Gráfico\x20de\x20relações','Linhas\x20de\x20grade\x20e\x20marcas','Polígono','Limite\x20de\x20estouro','Foco','Empilhamento\x20percentual\x20·\x20Gráfico\x20de\x20colunas','Modo\x20de\x20seleção','Múltiplo','Série','Data','Círculo','Rotação\x20de\x20rótulo','Tipo\x20de\x20origem','Top\x20(%)','Mover\x20campo\x20de\x20hierarquia\x20para\x20cima','Redefinir','Dentro','Nenhum','Logarítmico','A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','Ponto\x20de\x20dados','Geral','Empilhar\x20·\x20Gráfico\x20de\x20colunas','Intervalos','linear','Lacuna\x20de\x20item','Desativado','Personalizar','Cor\x20do\x20ponto','Título\x20do\x20eixo\x20vertical','Porcentagem','Ponteiro\x20clássico','Seta','Pontilhado','Intervalo\x20de\x20dados','Cor\x20da\x20linha\x20de\x20grade','Aplicar','Fita','Subtítulo','Posição','Diagrama\x20de\x20cordas','{0}\x20pontos\x20de\x20dados\x20selecionados','Gradiente','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20barras','Comprimento\x20do\x20carrapato','Contagem\x20de\x20lixo','Todas\x20as\x20séries','Alvo','Legenda\x20embrulhada','1506385lcIoEs','Mínimo','Nós\x20adjacentes','Limite\x20de\x20subfluxo','Preenchimento\x20gradiente','Campos\x20de\x20hierarquia','Gráfico\x20de\x20dispersão','Tamanho\x20da\x20fonte','Mapa\x20de\x20árvore','Formato\x20de\x20origem','Gráfico\x20de\x20barras\x20empilhadas','Ângulo\x20inicial','Ocultar\x20painel\x20de\x20gráfico','Incluir\x20valores\x20zero','Tratar\x20rótulos\x20como\x20datas','Gráfico\x20de\x20colunas','Bar\x20spacing','Texto\x20do\x20rótulo','Formato\x20do\x20número\x20detalhado','O\x20formato\x20de\x20data\x20exibe\x20números\x20de\x20série\x20de\x20data\x20e\x20hora\x20como\x20valores\x20de\x20data.','Adicionar\x20linha','Itens','Automático','Girar\x20rótulos','Rotação','Nuvem','Conteúdo\x20do\x20rótulo','Gráfico\x20de\x20linha\x20/\x20Gráfico\x20de\x20área','Valor','Formato\x20do\x20nó','Nome\x20da\x20categoria','Eixo\x20reverso','Os\x20dados\x20do\x20gráfico\x20de\x20velas\x20exigem\x20as\x20colunas\x20Categoria,\x20Abertura,\x20Máxima,\x20Mínima\x20e\x20Fechamento.','Tipo\x20de\x20borda','Retângulo\x20arredondado\x20vazio','O\x20formato\x20de\x20moeda\x20é\x20usado\x20para\x20valores\x20monetários\x20gerais,\x20o\x20formato\x20contábil\x20alinha\x20os\x20pontos\x20decimais\x20em\x20uma\x20coluna\x20de\x20valores.','Pizza\x20com\x20subgráfico\x20de\x20pizza','Raio\x20interno','Cachoeira','Personalizado','Gráfico\x20de\x20cascata','Itálico','O\x20formato\x20percentil\x20milésimo\x20é\x20usado\x20para\x20números\x20gerais,\x20os\x20formatos\x20de\x20moeda\x20e\x20contábil\x20fornecem\x20formatos\x20especializados\x20para\x20valores\x20monetários.','Ocultar','Linha\x20de\x20tendência','Agregar','Direita','Ângulo\x20mínimo','Eixo\x20direito','Repetir\x20palavras','Usar\x20valores\x20absolutos','Fatias','Divisão\x20personalizada','Tipo\x20de\x20linha\x20de\x20conexão','Nome\x20da\x20série','Científico','Contínuo','Gráfico\x20de\x20velas','Rótulos\x20de\x20células','Largura\x20da\x20linha','Esquerda','Formato\x20numérico','Estilo\x20de\x20etiqueta','Alinhamento','Mostrar\x20R²','Eixo\x20vertical','Linha','Valor\x20próprio','Gráfico\x20de\x20área','Ênfase','Nuvem\x20de\x20palavras','Outro','Height\x20(%)','Mostrar\x20fórmula','Histograma','Tipo\x20de\x20gráfico','Gráfico\x20de\x20acordes','Remover\x20campo\x20de\x20hierarquia','Repulsão','Eixo\x20vertical\x20direito','Padrão','Valor\x20associado','Alternar\x20para\x20linha/coluna','Preenchimento\x20de\x20área','Etiquetas\x20de\x20folhas','1929164GjkukJ','Formato\x20personalizado','Gráfico\x20de\x20Pareto','Moeda','Divisões\x20principais','Retângulo\x20vazio','Largura\x20da\x20caixa','Inversor','Manual','Legenda','Título\x20do\x20eixo\x20horizontal','Cor\x20do\x20corpo','Cor\x20do\x20pavio','Pedido','Período','Largura\x20do\x20pavio','Forma\x20de\x20ponto','Mínima','Exportar\x20como\x20imagem','Circular','Triângulo','Corpo','Quadrado','Diagrama\x20de\x20caixa','Sólido','Remover\x20ponto\x20de\x20dados','Máximo','Linhas\x20divididas','Tipo\x20de\x20título','Ponteiro\x20fino','Caindo','Pino\x20vazio','Cancelar','Gráfico\x20de\x20medidor','Marcações\x20do\x20eixo','Gráfico\x20de\x20barras','Gráfico\x20de\x20área\x20empilhada','Cor\x20da\x20fórmula','Largura\x20da\x20borda','Cor\x20da\x20linha\x20de\x20conexão','Meia\x20torta','Título\x20do\x20eixo','Contábil','Por\x20partes','Carrapatos','Único','Remover\x20intervalo','Porcentagem\x20menor\x20que','462792ucvxuc','Cardióide','Posição\x20da\x20etiqueta','Linha\x20do\x20eixo','Espaçamento\x20entre\x20fatias','Etiqueta','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','Editar\x20dados','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Tamanho\x20do\x20ponto','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Dados\x20em\x20linha','1436805nHoMFa','Clássico','Texto\x20do\x20título','968289pGuqwM','Transparente','Layout\x20avançado','Pentágono','Visualização','O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','Raio\x20externo','Quebrar\x20linha','Linha\x20de\x20conector','Buraco\x20de\x20rosquinha','Círculo\x20vazio','Vela\x20oca','Doji','Trate\x20como\x20zero','Arranjo','Título\x20do\x20gráfico','Suave','Gap\x20width\x20(%)','Adicionar\x20coluna','Progresso','Pizza\x20com\x20subgráfico\x20de\x20barras','Escala','Fechamento','Linhas\x20de\x20grade','Para','Distância','Adicionar\x20hierarquia','Gráfico\x20de\x20nuvem\x20de\x20palavras','Adicionar\x20intervalo','Força','Estado\x20da\x20vela','Modo\x20de\x20categorização','Detalhe','Disposição','Tamanho','Usar\x20subtotal','Nó\x20atual','Gráfico\x20de\x20pizza','Girar','Largura','Cor\x20da\x20fonte\x20do\x20corpo','Empilhado','Gráfico\x20de\x20barras\x20empilhadas\x20percentual','Gráfico\x20de\x20pizza\x20com\x20subgráfico\x20de\x20pizza','Coração','Falha\x20ao\x20inserir\x20gráfico','Linha\x20indicadora','Unidade\x20de\x20valor','Fundo\x20da\x20etiqueta','Modelo','Campo\x20de\x20valor','Tamanho\x20do\x20gráfico\x20secundário','Linha\x20de\x20grau','Rótulo\x20de\x20dados','Vela','Inferior','Nome\x20de\x20exibição','Gráfico\x20de\x20área\x20empilhada\x20percentual','Títulos\x20do\x20gráfico\x20e\x20dos\x20eixos','Tracejado','Positivo','Rótulos','Os\x20dados\x20da\x20tabela\x20estão\x20vazios','Ângulos','Largura\x20do\x20tick','Início','Tamanho\x20da\x20fonte\x20do\x20corpo'];_0x5a79=function(){return _0x5dec87;};return _0x5a79();}const e={'chart-ui':{'dataSource':{'inlineMode':'Em\x20linha','referencedMode':_0x2bb0f0(0x1ba),'sourceType':_0x2bb0f0(0x1c9)},'editor':{'defaultColor':_0x2bb0f0(0x1b1),'fontSize':_0x2bb0f0(0x1f5)},'setup':{'stack':_0x2bb0f0(0x19b),'percentStacked':'Empilhamento\x20percentual'},'chartTypes':{'line':'Gráfico\x20de\x20linha','column':_0x2bb0f0(0x1fd),'columnStacked':_0x2bb0f0(0x1d3),'columnPercentStacked':_0x2bb0f0(0x1c2),'bar':_0x2bb0f0(0x126),'barStacked':_0x2bb0f0(0x1f8),'barPercentStacked':_0x2bb0f0(0x16c),'pie':'Gráfico\x20de\x20pizza','donut':'Gráfico\x20de\x20rosca','pieOfPie':_0x2bb0f0(0x16d),'barOfPie':_0x2bb0f0(0x1e8),'area':_0x2bb0f0(0xf2),'areaStacked':_0x2bb0f0(0x127),'areaPercentStacked':_0x2bb0f0(0x17b),'radar':'Gráfico\x20de\x20radar','scatter':_0x2bb0f0(0x1f4),'combination':'Gráfico\x20combinado','wordCloud':_0x2bb0f0(0x15d),'funnel':_0x2bb0f0(0x1a9),'bubble':'Gráfico\x20de\x20bolhas','relation':_0x2bb0f0(0x1bd),'waterfall':_0x2bb0f0(0x216),'pareto':_0x2bb0f0(0x105),'sankey':'Gráfico\x20de\x20Sankey','heatmap':_0x2bb0f0(0x18d),'boxplot':_0x2bb0f0(0x11a),'candlestick':_0x2bb0f0(0xe7),'histogram':_0x2bb0f0(0xf8),'treemap':_0x2bb0f0(0x1f6),'sunburst':_0x2bb0f0(0x1b3),'gauge':_0x2bb0f0(0x124),'chord':_0x2bb0f0(0x1e5)},'section':{'waterfall':_0x2bb0f0(0x216),'paretoBar':'Série\x20de\x20gráfico\x20de\x20barras','paretoLine':'Série\x20de\x20porcentagem\x20cumulativa','pie':_0x2bb0f0(0x167),'wordCloud':_0x2bb0f0(0xf4),'radar':'Gráfico\x20de\x20radar','funnel':'Gráfico\x20de\x20funil','relation':_0x2bb0f0(0x1bd),'lineAndArea':_0x2bb0f0(0x209),'gridlinesAndTicks':_0x2bb0f0(0x1be),'indicatorLine':_0x2bb0f0(0x170),'candlestick':_0x2bb0f0(0xe7),'histogram':'Gráfico\x20histograma','treemap':'Gráfico\x20de\x20mapa\x20de\x20árvore','sunburst':'Gráfico\x20de\x20explosão\x20solar','gauge':_0x2bb0f0(0x124),'chord':_0x2bb0f0(0xfa)},'presentation':{'backgroundColor':'Cor\x20de\x20fundo','theme':'Tema','gradientFill':_0x2bb0f0(0x1f2),'bodyFontSize':_0x2bb0f0(0x184),'bodyFontColor':_0x2bb0f0(0x16a),'titleType':_0x2bb0f0(0x11f),'horizontalAxisTitle':_0x2bb0f0(0x10d),'verticalAxisTitle':_0x2bb0f0(0x1da),'rightVerticalAxisTitle':'Título\x20do\x20eixo\x20vertical\x20direito','wrap':_0x2bb0f0(0x1ed),'selectMode':_0x2bb0f0(0x1c3),'visualMapType':'Mapa\x20visual','align':_0x2bb0f0(0xed)},'numberFormat':{'source':_0x2bb0f0(0x1f7),'number':_0x2bb0f0(0x1ad),'scientific':_0x2bb0f0(0xe5),'custom':_0x2bb0f0(0x104),'preview':_0x2bb0f0(0x146),'generalType':_0x2bb0f0(0x1d2),'accountingType':_0x2bb0f0(0x12d),'thousandsType':'Percentil\x20milésimo','formatTypes':'Tipos\x20de\x20formato','generalDesc':'O\x20formato\x20geral\x20não\x20contém\x20nenhum\x20formato\x20de\x20número\x20específico.','accountingDesc':'O\x20formato\x20contábil\x20alinha\x20os\x20símbolos\x20de\x20moeda\x20e\x20os\x20pontos\x20decimais\x20em\x20uma\x20coluna.','currencyDesc':_0x2bb0f0(0x211),'dateDesc':_0x2bb0f0(0x201),'thousandsDesc':_0x2bb0f0(0x218),'decimalPlaces':'Casas\x20decimais','currencyTypes':_0x2bb0f0(0x1aa),'negativeNumberTypes':_0x2bb0f0(0x1a3),'dateTypes':'Tipos\x20de\x20data','setFormat':'Definir\x20formato\x20do\x20rótulo'},'series':{'rightAxis':_0x2bb0f0(0x21e),'allSeries':_0x2bb0f0(0x1eb),'aggregate':_0x2bb0f0(0x21b),'borderOpacity':_0x2bb0f0(0x1b9),'solid':_0x2bb0f0(0x11b),'pointShape':_0x2bb0f0(0x113),'pointSize':_0x2bb0f0(0x13c),'pointColor':_0x2bb0f0(0x1d9),'removeDataPoint':_0x2bb0f0(0x11c),'square':_0x2bb0f0(0x119),'rect':_0x2bb0f0(0x1b6),'roundRect':'Retângulo\x20arredondado','pin':'Pino','emptyCircle':_0x2bb0f0(0x14c),'emptySquare':_0x2bb0f0(0x18f),'emptyTriangle':_0x2bb0f0(0x185),'emptyDiamond':'Diamante\x20vazio','emptyRect':_0x2bb0f0(0x108),'emptyRoundRect':_0x2bb0f0(0x210),'emptyPin':_0x2bb0f0(0x122),'emptyArrow':_0x2bb0f0(0x1a4)},'lineAndArea':{'lineStyle':'Estilo\x20de\x20linha','line':_0x2bb0f0(0xf0),'smooth':_0x2bb0f0(0x152),'step':'Passo','invalidValues':'Valores\x20inválidos','breakLine':_0x2bb0f0(0x149),'connect':'Conecte\x20pontos\x20de\x20dados','zero':_0x2bb0f0(0x14f)},'axis':{'useDateAxis':_0x2bb0f0(0x1fc),'target':'Eixo','lineColor':_0x2bb0f0(0x187),'lineWidth':_0x2bb0f0(0xe9),'labelRotation':_0x2bb0f0(0x1c8),'reverse':_0x2bb0f0(0x20d),'gridlineVisible':_0x2bb0f0(0x159),'gridlineColor':_0x2bb0f0(0x1e0),'gridlineWidth':'Largura\x20da\x20linha\x20de\x20grade','tickVisible':_0x2bb0f0(0x12f),'tickLength':_0x2bb0f0(0x1e9),'tickWidth':_0x2bb0f0(0x182),'tickColor':'Cor\x20do\x20carrapato','tickPosition':'Posição\x20do\x20tick'},'indicator':{'lineColor':'Cor\x20da\x20linha\x20indicadora','lineType':'Tipo\x20de\x20linha\x20indicadora','labelBackground':_0x2bb0f0(0x172),'labelText':'Cor\x20do\x20texto\x20da\x20etiqueta'},'trendline':{'add':_0x2bb0f0(0x1b7),'type':_0x2bb0f0(0x1ac),'linear':_0x2bb0f0(0x1d5),'exponential':'Exponencial','logarithmic':_0x2bb0f0(0x1cf),'polynomial':'Polinômio','power':'Poder','movingAverage':_0x2bb0f0(0x1bc),'showFormula':_0x2bb0f0(0xf7),'showR2':_0x2bb0f0(0xee),'order':_0x2bb0f0(0x110),'period':_0x2bb0f0(0x111),'formulaColor':_0x2bb0f0(0x128),'r2Color':_0x2bb0f0(0x1a5)},'pareto':{'includeZeroValues':_0x2bb0f0(0x1fb)},'plotArea':{'label':'Plot\x20area','manual':_0x2bb0f0(0x10b),'left':'Left\x20(%)','top':_0x2bb0f0(0x1ca),'width':'Width\x20(%)','height':_0x2bb0f0(0xf6)},'bar':{'layout':_0x2bb0f0(0x1fe),'gapWidth':_0x2bb0f0(0x153),'overlap':'Series\x20overlap\x20(%)'},'pie':{'mode':_0x2bb0f0(0x1a6),'modeNormal':'Normal','modePieOfPie':_0x2bb0f0(0x212),'modeBarOfPie':_0x2bb0f0(0x156),'splitType':'Dividir\x20por','splitAuto':_0x2bb0f0(0x204),'splitPosition':_0x2bb0f0(0x1e4),'splitCustom':'Personalizado','customSelectedCount':_0x2bb0f0(0x222),'customSelectedCountValue':_0x2bb0f0(0x1e6),'positionCount':'Número\x20de\x20pontos\x20de\x20dados\x20secundários','valueLessThan':'Valor\x20menor\x20que','percentageLessThan':_0x2bb0f0(0x132),'secondarySize':_0x2bb0f0(0x175),'advancedLayout':_0x2bb0f0(0x144),'connector':'Conector','slices':_0x2bb0f0(0x221),'gapWidth':'Espaço\x20entre\x20os\x20gráficos\x20principal\x20e\x20secundário','connectorColor':_0x2bb0f0(0x12a),'connectorWidth':'Largura\x20da\x20linha\x20de\x20conexão','connectorType':_0x2bb0f0(0x223),'aggregateOther':_0x2bb0f0(0xf5),'aggregateMembers':_0x2bb0f0(0x203),'valueScale':'Escala\x20de\x20valores','doughnutHole':_0x2bb0f0(0x14b),'startAngle':'Start\x20angle','explosion':'Explosion\x20(%)','paddingAngle':_0x2bb0f0(0x137),'halfPie':_0x2bb0f0(0x12b),'rosePie':'Torta\x20de\x20rosa','labelLine':'Linha\x20de\x20etiqueta'},'radar':{'shape':'Formato\x20do\x20radar','polygon':_0x2bb0f0(0x1bf),'fill':_0x2bb0f0(0x101)},'funnel':{'gap':_0x2bb0f0(0x1d6),'absoluteValues':_0x2bb0f0(0x220)},'heatmap':{'unit':_0x2bb0f0(0x171),'labels':_0x2bb0f0(0xe8)},'relation':{'nodes':'Nós','interaction':'Interação','edgeLength':'Comprimento\x20da\x20aresta','circular':_0x2bb0f0(0x116),'force':_0x2bb0f0(0x15f),'nodeShape':_0x2bb0f0(0x20b),'valueSize':'Dimensionar\x20nós\x20por\x20valor','rotateLabels':_0x2bb0f0(0x205),'gravity':'Gravidade','repulsion':_0x2bb0f0(0xfc)},'wordCloud':{'maskImage':_0x2bb0f0(0x1a0),'repeat':_0x2bb0f0(0x21f),'cloud':_0x2bb0f0(0x207),'rect':_0x2bb0f0(0x1b6),'cardioid':_0x2bb0f0(0x134),'heart':_0x2bb0f0(0x16e),'triangle-forward':_0x2bb0f0(0x1a2),'pentagon':_0x2bb0f0(0x145),'star':'Estrela'},'waterfall':{'styleTarget':'Destino\x20do\x20estilo','positive':_0x2bb0f0(0x17e),'negative':_0x2bb0f0(0x18e),'stackType':_0x2bb0f0(0x150),'arrangement':_0x2bb0f0(0x214),'subtotal':'Subtotal','includeSubtotal':_0x2bb0f0(0x165),'connector':_0x2bb0f0(0x14a)},'candlestick':{'candle':_0x2bb0f0(0x178),'body':_0x2bb0f0(0x118),'wick':'Pavio','state':_0x2bb0f0(0x160),'open':'Abertura','high':_0x2bb0f0(0x19e),'low':_0x2bb0f0(0x114),'close':_0x2bb0f0(0x158),'rising':_0x2bb0f0(0x19c),'falling':_0x2bb0f0(0x121),'doji':_0x2bb0f0(0x14e),'bodyColor':_0x2bb0f0(0x10e),'fillOpacity':'Preencher\x20opacidade','wickColor':_0x2bb0f0(0x10f),'wickWidth':_0x2bb0f0(0x112),'wickOpacity':'Opacidade\x20do\x20pavio','candleWidth':'Largura\x20da\x20vela','hollow':_0x2bb0f0(0x14d),'columnsError':_0x2bb0f0(0x20e),'series':_0x2bb0f0(0x190)},'histogram':{'binGap':_0x2bb0f0(0x18a),'binningMode':_0x2bb0f0(0x161),'count':_0x2bb0f0(0x194),'width':'Largura','binCount':_0x2bb0f0(0x1ea),'binWidth':_0x2bb0f0(0x109),'underflow':_0x2bb0f0(0x1f1),'overflow':_0x2bb0f0(0x1c0),'frequency':'Frequência'},'treemap':{'parentLabelLayout':'Layout\x20do\x20rótulo\x20pai','banner':'Bandeira','overlapping':'Sobreposição','leafLabel':_0x2bb0f0(0x102),'hierarchy':_0x2bb0f0(0x1f3),'diagnostic':_0x2bb0f0(0x192)},'sunburst':{'hierarchy':'Hierarquia','addHierarchy':_0x2bb0f0(0x15c),'moveUp':_0x2bb0f0(0x1cb),'moveDown':_0x2bb0f0(0x199),'removeHierarchy':_0x2bb0f0(0xfb),'centerLabel':_0x2bb0f0(0x19d),'labelFormat':_0x2bb0f0(0xec),'diagnostic':_0x2bb0f0(0x13d)},'gauge':{'scale':_0x2bb0f0(0x157),'majorDivisions':_0x2bb0f0(0x107),'minorDivisions':'Divisões\x20secundárias\x20por\x20divisão\x20principal','angles':_0x2bb0f0(0x181),'endAngle':_0x2bb0f0(0x1b2),'ranges':_0x2bb0f0(0x1d4),'rangeFrom':'De','rangeTo':_0x2bb0f0(0x15a),'addRange':_0x2bb0f0(0x15e),'removeRange':_0x2bb0f0(0x131),'axisTick':_0x2bb0f0(0x125),'splitLine':_0x2bb0f0(0x11e),'pointer':'Ponteiro','anchor':'Âncora','progress':_0x2bb0f0(0x155),'detail':_0x2bb0f0(0x162),'pointerNeedle':_0x2bb0f0(0x1dc),'pointerSlim':_0x2bb0f0(0x120),'template':_0x2bb0f0(0x173),'modern':'Moderno','classic':_0x2bb0f0(0x140),'minimal':_0x2bb0f0(0x1ef),'advanced':_0x2bb0f0(0x1ae),'customized':_0x2bb0f0(0x215),'axisLabelNumberFormat':'Formato\x20numérico\x20dos\x20rótulos\x20do\x20eixo','detailNumberFormat':_0x2bb0f0(0x200),'emptyDiagnostic':_0x2bb0f0(0x147),'mappingDiagnostic':_0x2bb0f0(0x139),'configDiagnostic':_0x2bb0f0(0x193)},'chord':{'source':_0x2bb0f0(0x1a7),'target':_0x2bb0f0(0x1ec),'count':'Contagem\x20de\x20relacionamento','node':'Nó','ribbon':_0x2bb0f0(0x1e2),'clockwise':_0x2bb0f0(0x1ab),'padAngle':_0x2bb0f0(0x1b4),'minAngle':_0x2bb0f0(0x21d),'innerRadius':_0x2bb0f0(0x213),'outerRadius':_0x2bb0f0(0x148),'invalidRadii':_0x2bb0f0(0x1a1),'rotation':_0x2bb0f0(0x206),'distance':_0x2bb0f0(0x15b),'width':_0x2bb0f0(0x169),'focus':_0x2bb0f0(0x1c1),'solid':'Cor\x20sólida','gradient':_0x2bb0f0(0x1e7),'adjacency':_0x2bb0f0(0x1f0),'self':_0x2bb0f0(0x166),'emptyDiagnostic':_0x2bb0f0(0x13b),'mappingDiagnostic':'O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','configDiagnostic':_0x2bb0f0(0x1d0),'associatedValue':_0x2bb0f0(0xff)},'common':{'category':'Categoria','seriesName':_0x2bb0f0(0xe4),'value':_0x2bb0f0(0x20a),'percentage':_0x2bb0f0(0x1db),'borderColor':'Cor\x20da\x20borda','labelContent':_0x2bb0f0(0x208),'labelPosition':_0x2bb0f0(0x135),'dataLabels':'Rótulos\x20de\x20dados','chartType':_0x2bb0f0(0xf9),'bold':'Negrito','italic':_0x2bb0f0(0x217),'shape':_0x2bb0f0(0x186),'chartStyle':'Estilo\x20do\x20gráfico','chartAndAxisTitles':_0x2bb0f0(0x17c),'legend':_0x2bb0f0(0x10c),'chartTitle':_0x2bb0f0(0x151),'subtitle':_0x2bb0f0(0x1e3),'series':_0x2bb0f0(0x1c5),'dataPoint':_0x2bb0f0(0x1d1),'trendline':_0x2bb0f0(0x21a),'horizontalAxis':_0x2bb0f0(0x195),'verticalAxis':_0x2bb0f0(0xef),'rightVerticalAxis':_0x2bb0f0(0xfd),'layout':_0x2bb0f0(0x163),'arrow':_0x2bb0f0(0x1dd),'axisLabels':'Rótulos\x20de\x20eixo','currency':_0x2bb0f0(0x106),'date':_0x2bb0f0(0x1c6),'displayName':_0x2bb0f0(0x17a),'emphasis':_0x2bb0f0(0xf3),'heatmap':_0x2bb0f0(0x18d),'lineColor':_0x2bb0f0(0x187),'lineWidth':'Largura\x20da\x20linha','min':_0x2bb0f0(0x1ef),'max':_0x2bb0f0(0x11d),'mode':'Modo','stacked':_0x2bb0f0(0x16b),'title':'Título','auto':'Automático','position':{'label':'Posição','inside':_0x2bb0f0(0x1cd),'outside':'Fora','top':_0x2bb0f0(0x19f),'right':_0x2bb0f0(0x21c),'bottom':_0x2bb0f0(0x179),'left':_0x2bb0f0(0xea),'hide':_0x2bb0f0(0x219)},'axisAlign':{'start':_0x2bb0f0(0x183),'center':_0x2bb0f0(0x1af),'end':_0x2bb0f0(0x198)},'textAlign':{'left':_0x2bb0f0(0xea),'center':'Centro','right':_0x2bb0f0(0x21c)},'legendSelectMode':{'single':_0x2bb0f0(0x130),'multiple':_0x2bb0f0(0x1c4),'disabled':_0x2bb0f0(0x1d7)},'visualMapType':{'continuous':_0x2bb0f0(0xe6),'piecewise':_0x2bb0f0(0x12e)},'default':_0x2bb0f0(0xfe),'reset':_0x2bb0f0(0x1cc),'color':_0x2bb0f0(0x19a),'opacity':_0x2bb0f0(0x1b8),'font':_0x2bb0f0(0x1a7),'none':_0x2bb0f0(0x1ce),'transparent':_0x2bb0f0(0x143),'numberFormat':_0x2bb0f0(0xeb),'borderWidth':_0x2bb0f0(0x129),'borderType':_0x2bb0f0(0x20f),'lineType':'Tipo\x20de\x20linha','dashed':_0x2bb0f0(0x17d),'dotted':_0x2bb0f0(0x1de),'circle':_0x2bb0f0(0x1c7),'triangle':_0x2bb0f0(0x117),'diamond':_0x2bb0f0(0x197),'axisLine':_0x2bb0f0(0x136),'minimum':_0x2bb0f0(0x1ef),'maximum':_0x2bb0f0(0x11d),'startAngle':_0x2bb0f0(0x1f9),'valueField':_0x2bb0f0(0x174),'categoryName':_0x2bb0f0(0x20c),'ownValue':_0x2bb0f0(0xf1),'children':'Elementos\x20filhos','label':_0x2bb0f0(0x138),'editChart':'Editor\x20de\x20gráfico','deleteChart':'Excluir\x20gráfico','insertChart':'Inserir\x20gráfico','insertChartFailed':_0x2bb0f0(0x16f),'openChartPanel':_0x2bb0f0(0x188),'hideChartPanel':_0x2bb0f0(0x1fa),'exportImage':_0x2bb0f0(0x115),'copy':_0x2bb0f0(0x1b0),'setup':_0x2bb0f0(0x1a8),'customize':_0x2bb0f0(0x1d8),'data':_0x2bb0f0(0x191),'tableDataEmpty':_0x2bb0f0(0x180),'dataRange':_0x2bb0f0(0x1df),'editData':_0x2bb0f0(0x13a),'inlineData':_0x2bb0f0(0x13e),'switchRowColumn':_0x2bb0f0(0x100),'useAsCategoryLabels':_0x2bb0f0(0x196),'cancel':_0x2bb0f0(0x123),'insert':'Inserir','apply':_0x2bb0f0(0x1e1),'duplicate':'Duplicar'},'inlineTable':{'pasteHint':_0x2bb0f0(0x18b),'addRow':_0x2bb0f0(0x202),'addColumn':_0x2bb0f0(0x154)},'floatMenu':{'menuTitle':{'chart':'Gráfico','axisTitle':_0x2bb0f0(0x12c),'gridline':_0x2bb0f0(0x176),'tick':_0x2bb0f0(0x1b5),'mark':'Marca','dataLabel':_0x2bb0f0(0x177)},'field':{'position':'Posição','size':_0x2bb0f0(0x164),'align':'Alinhar','map':'Mapa','rotate':_0x2bb0f0(0x168),'labelText':_0x2bb0f0(0x1ff),'titleText':_0x2bb0f0(0x141)},'action':{'more':_0x2bb0f0(0x18c)},'control':{'labels':_0x2bb0f0(0x17f),'line':_0x2bb0f0(0xf0),'reverse':_0x2bb0f0(0x10a)}}}};export{e as default};
|