@univerjs-pro/engine-chart 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/README.md +9 -0
- package/lib/cjs/facade.js +1 -1
- 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 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- 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/chart-builder/chart-builder-adapter.d.ts +1 -3
- package/lib/types/chart-builder/chart-builder.d.ts +2 -5
- package/lib/types/chart-builder/chart-live-adapter.d.ts +15 -0
- package/lib/types/chart-builder/chart-types.d.ts +17 -0
- package/lib/types/chart-builder/configuration/cartesian-series.d.ts +1 -0
- package/lib/types/chart-builder/configuration/chart-config-group.d.ts +38 -0
- package/lib/types/chart-builder/configuration/chart-config-operation.d.ts +1 -38
- package/lib/types/chart-builder/configuration/gauge.d.ts +1 -1
- package/lib/types/chart-builder/conversion/chart-config-converter.d.ts +24 -11
- package/lib/types/chart-builder/conversion/chart-create-config.d.ts +6 -0
- package/lib/types/chart-builder/conversion/chart-model-fields.d.ts +17 -0
- package/lib/types/chart-builder/conversion/describe-chart-model.d.ts +0 -127
- package/lib/types/chart-builder/detached-chart-builder-adapter.d.ts +1 -10
- package/lib/types/chart-builder/internal/apply-pending-to-description.d.ts +2 -0
- package/lib/types/chart-builder/internal/chart-host-config-adapter.d.ts +3 -0
- package/lib/types/chart-builder/internal/chart-pending-patch.d.ts +11 -0
- package/lib/types/chart-builder/internal/patch-interpreter.d.ts +17 -0
- package/lib/types/facade/builders/f-area-chart-builder.d.ts +52 -7
- package/lib/types/facade/builders/f-boxplot-chart-builder.d.ts +88 -3
- package/lib/types/facade/builders/f-bubble-chart-builder.d.ts +59 -6
- package/lib/types/facade/builders/f-candlestick-chart-builder.d.ts +90 -31
- package/lib/types/facade/builders/f-chord-chart-builder.d.ts +180 -8
- package/lib/types/facade/builders/f-combination-chart-builder.d.ts +55 -10
- package/lib/types/facade/builders/f-funnel-chart-builder.d.ts +55 -9
- package/lib/types/facade/builders/f-gauge-chart-builder.d.ts +378 -10
- package/lib/types/facade/builders/f-heatmap-chart-builder.d.ts +83 -26
- package/lib/types/facade/builders/f-histogram-chart-builder.d.ts +142 -16
- package/lib/types/facade/builders/f-line-chart-builder.d.ts +51 -6
- package/lib/types/facade/builders/f-pareto-chart-builder.d.ts +83 -20
- package/lib/types/facade/builders/f-pie-chart-builder.d.ts +131 -47
- package/lib/types/facade/builders/f-radar-chart-builder.d.ts +64 -11
- package/lib/types/facade/builders/f-relation-chart-builder.d.ts +72 -38
- package/lib/types/facade/builders/f-scatter-chart-builder.d.ts +58 -6
- package/lib/types/facade/builders/f-sunburst-chart-builder.d.ts +122 -8
- package/lib/types/facade/builders/f-treemap-chart-builder.d.ts +115 -13
- package/lib/types/facade/builders/f-waterfall-chart-builder.d.ts +87 -53
- package/lib/types/facade/builders/f-word-cloud-chart-builder.d.ts +64 -15
- package/lib/types/facade/chart-builder-registry.d.ts +4 -4
- package/lib/types/facade/chart-builder-type-map.d.ts +35 -32
- package/lib/types/facade/chart-host-builder-types.d.ts +2 -21
- package/lib/types/facade/create-chart-builder.d.ts +46 -0
- package/lib/types/facade/f-axis-chart-builder.d.ts +21 -38
- package/lib/types/facade/f-cartesian-chart-builder.d.ts +32 -20
- package/lib/types/facade/f-chart-builder-base.d.ts +202 -73
- package/lib/types/facade/f-chart.d.ts +652 -0
- package/lib/types/facade/f-enum.d.ts +684 -31
- package/lib/types/facade/f-univer.d.ts +51 -0
- package/lib/types/facade/index.d.ts +7 -9
- package/lib/types/facade/internal/chart-builder-facade-context.d.ts +11 -10
- package/lib/types/index.d.ts +25 -15
- package/lib/types/models/chart-context/resolve-chart-context.d.ts +3 -0
- package/lib/types/models/chart-data/chart-field-consumption-validator.d.ts +1 -1
- package/lib/types/models/chart-host/config/chart-config-interpreter.d.ts +13 -0
- package/lib/types/models/chart-host/resource/chart-data-source-resolver.d.ts +58 -0
- package/lib/types/models/chart-host/resource/chart-resource-repository.d.ts +111 -0
- package/lib/types/models/chart-host/resource/chart-resource-serializer.d.ts +2 -1
- package/lib/types/models/chart-host/resource/inline-chart-table.d.ts +4 -3
- package/lib/types/models/chart-host/resource/persisted-chart-style.d.ts +3 -0
- package/lib/types/models/chart-host/resource/resource-ref-chart-data-source.adapter.d.ts +22 -0
- package/lib/types/models/chart-host/resource/resource-ref-chart-data-source.provider.d.ts +12 -0
- package/lib/types/models/chart-host/static/chart-model-store.d.ts +56 -0
- package/lib/types/models/chart-host/static/{static-chart-runtime.d.ts → chart-runtime.d.ts} +6 -5
- package/lib/types/models/chart-model/chart-model.d.ts +2 -383
- package/lib/types/models/chart-render/axes/chart-runtime-axes.d.ts +2 -2
- package/lib/types/models/chart-render/chart-render-input-resolver.d.ts +2 -2
- package/lib/types/models/chart-render/converter/converters/gauge-chart-converter.d.ts +5 -3
- package/lib/types/models/chart-render/converter/echart-text-overflow.d.ts +7 -0
- package/lib/types/models/chart-render/converter/render-spec-operators/grid-operator.d.ts +3 -3
- package/lib/types/models/chart-render/converter/render-spec-operators/legend-size.d.ts +1 -2
- package/lib/types/models/chart-render/converter/render-spec-operators/series-style-operator/series-style-operator.d.ts +2 -2
- package/lib/types/models/chart-render/converter/render-spec-operators/tool-tip-operator.d.ts +3 -13
- package/lib/types/models/chart-render/converter/render-spec-operators/tools.d.ts +4 -4
- package/lib/types/models/chart-render/converter/render-spec-operators/visual-map-operator.d.ts +4 -0
- package/lib/types/models/chart-render/echart-render-model.d.ts +7 -0
- package/lib/types/models/chart-render/edit-overlay/chart-element-edit-overlay.d.ts +1 -1
- package/lib/types/models/chart-render/edit-overlay/resolve-chart-element-hit-layout.d.ts +1 -1
- package/lib/types/models/chart-render/style/chart-runtime-style.d.ts +0 -1
- package/lib/types/models/common/constants/default-chart-style.d.ts +53 -53
- package/lib/types/models/common/constants/default.d.ts +3 -2
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/types.d.ts +2 -4
- package/lib/types/utils/compact.d.ts +6 -0
- package/lib/umd/facade.js +1 -1
- 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 +6 -5
- package/lib/types/chart-builder/internal/host-builder-runtime.d.ts +0 -3
- package/lib/types/chart-builder/internal/merge-description.d.ts +0 -2
- package/lib/types/facade/f-chart-base.d.ts +0 -82
- package/lib/types/facade/f-charts-base.d.ts +0 -74
- package/lib/types/facade/internal/host-builder-composer.d.ts +0 -16
- package/lib/types/models/chart-host/resource/static-chart-resource-repository.d.ts +0 -75
- package/lib/types/models/chart-host/static/static-chart-model-store.d.ts +0 -43
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x4ab729=_0x2e6c;function _0x2e6c(_0x276792,_0x5c632b){_0x276792=_0x276792-0x8b;const _0x2a65ad=_0x2a65();let _0x2e6cfa=_0x2a65ad[_0x276792];return _0x2e6cfa;}(function(_0x27ed55,_0x1b91bc){const _0x49eb05=_0x2e6c,_0x459cb8=_0x27ed55();while(!![]){try{const _0x33ad67=-parseInt(_0x49eb05(0xa5))/0x1+-parseInt(_0x49eb05(0x8b))/0x2+-parseInt(_0x49eb05(0x91))/0x3+-parseInt(_0x49eb05(0x9e))/0x4*(-parseInt(_0x49eb05(0xad))/0x5)+parseInt(_0x49eb05(0x90))/0x6*(parseInt(_0x49eb05(0xa4))/0x7)+-parseInt(_0x49eb05(0xb0))/0x8*(-parseInt(_0x49eb05(0xaf))/0x9)+-parseInt(_0x49eb05(0xa7))/0xa*(-parseInt(_0x49eb05(0xb3))/0xb);if(_0x33ad67===_0x1b91bc)break;else _0x459cb8['push'](_0x459cb8['shift']());}catch(_0x1fdf37){_0x459cb8['push'](_0x459cb8['shift']());}}}(_0x2a65,0x58c1f));const e={'engine-chart':{'seriesDefaultName':_0x4ab729(0x99),'categoryDefaultName':_0x4ab729(0xa8),'blank':_0x4ab729(0x9f),'boxplotMin':_0x4ab729(0xa9),'boxplotQ1':_0x4ab729(0x97),'boxplotMedian':_0x4ab729(0xaa),'boxplotQ3':_0x4ab729(0x8f),'boxplotMax':_0x4ab729(0x9a),'bubbleEmptyTips':_0x4ab729(0xb1),'cloudWord':_0x4ab729(0x92),'cloudFrequency':'التكرار','msgEmptyTips':_0x4ab729(0x94),'msgSankeyCircularTips':_0x4ab729(0xac),'paretoLineName':_0x4ab729(0x8d),'pieAggregateOther':_0x4ab729(0x96),'pieAggregateMembers':'العناصر','relationEmptyTips':_0x4ab729(0x9b),'waterfallPositive':_0x4ab729(0xa0),'waterfallNegative':_0x4ab729(0xae),'waterfallSubtotal':'المجموع\x20الفرعي','candlestickSeries':'سلسلة\x20OHLC','candlestickCategory':_0x4ab729(0xb2),'candlestickOpen':_0x4ab729(0x95),'candlestickHigh':_0x4ab729(0xa6),'candlestickLow':'أدنى\x20سعر','candlestickClose':_0x4ab729(0x93),'histogramFrequency':_0x4ab729(0x9d),'treemapEmptyTips':'يتطلب\x20مخطط\x20الخريطة\x20الشجرية\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.','treemapOwnValue':_0x4ab729(0x8c),'treemapChildren':_0x4ab729(0xa3),'sunburstEmptyTips':_0x4ab729(0xa1),'sunburstOwnValue':'القيمة\x20الخاصة','sunburstChildren':_0x4ab729(0xa3),'gaugeEmptyTips':_0x4ab729(0x8e),'gaugeInvalidMapping':'يتطلب\x20مخطط\x20المقياس\x20حقل\x20تسمية\x20واحداً\x20وحقل\x20قيمة\x20واحداً\x20فقط.','gaugeInvalidConfig':_0x4ab729(0x98),'chordEmptyTips':_0x4ab729(0xab),'chordInvalidMapping':_0x4ab729(0xa2),'chordInvalidConfig':_0x4ab729(0xb4),'chordCount':_0x4ab729(0x9c),'chordAssociatedValue':'القيمة\x20المرتبطة'}};function _0x2a65(){const _0x38a1f2=['الربع\x20الثالث','86034eTVJDW','1767744dTGSNK','كلمة','سعر\x20الإغلاق','أضف\x20سلسلة\x20لبدء\x20تصور\x20بياناتك','سعر\x20الافتتاح','أخرى','الربع\x20الأول','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','سلسلة\x20{0}','الحد\x20الأقصى','مصدر\x20بيانات\x20مخطط\x20العلاقات\x20هو\x20مصفوفة\x20الكلمات\x20المشتركة\x20مع\x20عمود\x20النوع\x20الإضافي\x20في\x20العمود\x20الثاني','عدد\x20العلاقات','التكرار','6712qtHqCb','(فارغ)','إيجابي','يتطلب\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الفرعية','203whFuuW','601052PzYBgq','أعلى\x20سعر','10Qrchuf','فئة\x20{0}','الحد\x20الأدنى','الوسيط','يتطلب\x20مخطط\x20الأوتار\x20علاقة\x20واحدة\x20على\x20الأقل\x20ذات\x20وزن\x20موجب\x20بين\x20عقدتين\x20مختلفتين.','لا\x20يمكن\x20أن\x20يحتوي\x20مخطط\x20سانكي\x20على\x20بيانات\x20دائرية','1525AgGicT','سلبي','99nQpsGd','478872XXwyIx','يتطلب\x20مخطط\x20الفقاعات\x20عمودين\x20على\x20الأقل:\x20محور\x20س،\x20محور\x20ص','الفئة','3013483giaGSJ','إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','612344MkClcH','القيمة\x20الخاصة','النسبة\x20المئوية\x20التراكمية','يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.'];_0x2a65=function(){return _0x38a1f2;};return _0x2a65();}module['exports']=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x521156=_0x4f5a;(function(_0x19d2b9,_0x1c08b0){const _0x1b3876=_0x4f5a,_0x55cd8f=_0x19d2b9();while(!![]){try{const _0x1fb317=parseInt(_0x1b3876(0x79))/0x1+-parseInt(_0x1b3876(0x97))/0x2+parseInt(_0x1b3876(0x7f))/0x3+-parseInt(_0x1b3876(0x88))/0x4*(parseInt(_0x1b3876(0x7e))/0x5)+parseInt(_0x1b3876(0x82))/0x6+-parseInt(_0x1b3876(0x84))/0x7*(-parseInt(_0x1b3876(0x96))/0x8)+-parseInt(_0x1b3876(0x91))/0x9*(parseInt(_0x1b3876(0x92))/0xa);if(_0x1fb317===_0x1c08b0)break;else _0x55cd8f['push'](_0x55cd8f['shift']());}catch(_0x5848d9){_0x55cd8f['push'](_0x55cd8f['shift']());}}}(_0x41f9,0x18d10));const e={'engine-chart':{'seriesDefaultName':'Sèrie\x20{0}','categoryDefaultName':_0x521156(0x74),'blank':_0x521156(0x8b),'boxplotMin':_0x521156(0x7a),'boxplotQ1':_0x521156(0x7d),'boxplotMedian':_0x521156(0x7c),'boxplotQ3':_0x521156(0x8f),'boxplotMax':'Màxim','bubbleEmptyTips':_0x521156(0x85),'cloudWord':_0x521156(0x78),'cloudFrequency':_0x521156(0x75),'msgEmptyTips':_0x521156(0x73),'msgSankeyCircularTips':_0x521156(0x76),'paretoLineName':_0x521156(0x8c),'pieAggregateOther':_0x521156(0x86),'pieAggregateMembers':_0x521156(0x70),'relationEmptyTips':'La\x20font\x20de\x20dades\x20per\x20al\x20gràfic\x20de\x20relació\x20és\x20la\x20matriu\x20de\x20co-paraules\x20amb\x20la\x20columna\x20addicional\x20de\x20tipus\x20a\x20la\x20segona\x20columna','waterfallPositive':_0x521156(0x81),'waterfallNegative':_0x521156(0x71),'waterfallSubtotal':_0x521156(0x8e),'candlestickSeries':'Sèrie\x20OHLC','candlestickCategory':_0x521156(0x90),'candlestickOpen':_0x521156(0x83),'candlestickHigh':_0x521156(0x8d),'candlestickLow':_0x521156(0x7a),'candlestickClose':'Tancament','histogramFrequency':_0x521156(0x75),'treemapEmptyTips':_0x521156(0x8a),'treemapOwnValue':_0x521156(0x89),'treemapChildren':_0x521156(0x6f),'sunburstEmptyTips':_0x521156(0x72),'sunburstOwnValue':'Valor\x20propi','sunburstChildren':_0x521156(0x6f),'gaugeEmptyTips':'El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','gaugeInvalidMapping':_0x521156(0x77),'gaugeInvalidConfig':_0x521156(0x95),'chordEmptyTips':_0x521156(0x93),'chordInvalidMapping':_0x521156(0x80),'chordInvalidConfig':_0x521156(0x87),'chordCount':_0x521156(0x7b),'chordAssociatedValue':'Valor\x20associat'}};function _0x4f5a(_0x15096c,_0x2394df){_0x15096c=_0x15096c-0x6f;const _0x41f9eb=_0x41f9();let _0x4f5aa6=_0x41f9eb[_0x15096c];return _0x4f5aa6;}module[_0x521156(0x94)]=e;function _0x41f9(){const _0xe72f52=['Màxim','Subtotal','Tercer\x20quartil','Categoria','140895AFnDJN','30eMwDmv','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','exports','La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.','157424PogxVZ','266010EFBidL','Elements\x20fills','Elements','Negatiu','El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Afegiu\x20una\x20sèrie\x20per\x20començar\x20a\x20visualitzar\x20les\x20vostres\x20dades','Categoria\x20{0}','Freqüència','El\x20gràfic\x20Sankey\x20no\x20pot\x20contenir\x20dades\x20circulars','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','Paraula','76832IrJxIv','Mínim','Recompte\x20de\x20relacions','Mediana','Primer\x20quartil','375botYgO','333096pMdLHz','El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','Positiu','802038zzenvM','Obertura','14aoIqQB','El\x20gràfic\x20de\x20bombolletes\x20requereix\x20almenys\x202\x20columnes:\x20Eix\x20X,\x20Eix\x20Y','Altre','La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','4228mWThpU','Valor\x20propi','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','(En\x20blanc)','Percentatge\x20acumulat'];_0x41f9=function(){return _0xe72f52;};return _0x41f9();}
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xa74b17=_0x7cc1;(function(_0x20dcd7,_0x1a54f8){const _0x55ea9f=_0x7cc1,_0x3b1870=_0x20dcd7();while(!![]){try{const _0x39edbe=parseInt(_0x55ea9f(0xb3))/0x1+-parseInt(_0x55ea9f(0xbe))/0x2+-parseInt(_0x55ea9f(0xd4))/0x3+parseInt(_0x55ea9f(0xd1))/0x4*(parseInt(_0x55ea9f(0xaf))/0x5)+-parseInt(_0x55ea9f(0xb1))/0x6*(parseInt(_0x55ea9f(0xbc))/0x7)+parseInt(_0x55ea9f(0xb2))/0x8+parseInt(_0x55ea9f(0xc4))/0x9*(-parseInt(_0x55ea9f(0xcd))/0xa);if(_0x39edbe===_0x1a54f8)break;else _0x3b1870['push'](_0x3b1870['shift']());}catch(_0x33bc9e){_0x3b1870['push'](_0x3b1870['shift']());}}}(_0x2a3a,0x3899d));function _0x7cc1(_0x505656,_0x189fa0){_0x505656=_0x505656-0xae;const _0x2a3a14=_0x2a3a();let _0x7cc11d=_0x2a3a14[_0x505656];return _0x7cc11d;}const e={'engine-chart':{'seriesDefaultName':_0xa74b17(0xb5),'categoryDefaultName':_0xa74b17(0xc5),'blank':'(Leer)','boxplotMin':_0xa74b17(0xc3),'boxplotQ1':'Erstes\x20Quartil','boxplotMedian':_0xa74b17(0xca),'boxplotQ3':_0xa74b17(0xd3),'boxplotMax':_0xa74b17(0xc6),'bubbleEmptyTips':'Blasendiagramm\x20erfordert\x20mindestens\x202\x20Spalten:\x20X-Achse,\x20Y-Achse','cloudWord':_0xa74b17(0xb8),'cloudFrequency':_0xa74b17(0xc9),'msgEmptyTips':_0xa74b17(0xce),'msgSankeyCircularTips':_0xa74b17(0xd5),'paretoLineName':'Kumulierte\x20Prozent','pieAggregateOther':_0xa74b17(0xc2),'pieAggregateMembers':_0xa74b17(0xc0),'relationEmptyTips':_0xa74b17(0xd0),'waterfallPositive':_0xa74b17(0xc7),'waterfallNegative':'Negativ','waterfallSubtotal':_0xa74b17(0xcc),'candlestickSeries':_0xa74b17(0xb6),'candlestickCategory':_0xa74b17(0xd6),'candlestickOpen':_0xa74b17(0xcb),'candlestickHigh':'Hoch','candlestickLow':_0xa74b17(0xbf),'candlestickClose':_0xa74b17(0xb4),'histogramFrequency':_0xa74b17(0xc9),'treemapEmptyTips':'Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','treemapOwnValue':'Eigener\x20Wert','treemapChildren':_0xa74b17(0xbb),'sunburstEmptyTips':_0xa74b17(0xb0),'sunburstOwnValue':_0xa74b17(0xae),'sunburstChildren':_0xa74b17(0xbb),'gaugeEmptyTips':_0xa74b17(0xd2),'gaugeInvalidMapping':'Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','gaugeInvalidConfig':_0xa74b17(0xb7),'chordEmptyTips':_0xa74b17(0xb9),'chordInvalidMapping':_0xa74b17(0xc8),'chordInvalidConfig':_0xa74b17(0xba),'chordCount':_0xa74b17(0xcf),'chordAssociatedValue':_0xa74b17(0xbd)}};module[_0xa74b17(0xc1)]=e;function _0x2a3a(){const _0x53daad=['Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','Häufigkeit','Median','Eröffnung','Zwischensumme','90OKyTwO','Fügen\x20Sie\x20eine\x20Datenreihe\x20hinzu,\x20um\x20Ihre\x20Daten\x20zu\x20visualisieren','Anzahl\x20der\x20Beziehungen','Die\x20Datenquelle\x20für\x20das\x20Beziehungsdiagramm\x20ist\x20die\x20Co-Wort-Matrix\x20mit\x20der\x20zusätzlichen\x20Typ-Spalte\x20in\x20der\x20zweiten\x20Spalte','4wHNUKM','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','Drittes\x20Quartil','979200nKSFkw','Sankey-Diagramm\x20darf\x20keine\x20zirkulären\x20Daten\x20enthalten','Kategorie','Eigener\x20Wert','1139620CxVPXK','Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','6HULbMA','3453112walnVl','172454YcFWmz','Schluss','Datenreihe\x20{0}','OHLC-Reihe','Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.','Wort','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Untergeordnete\x20Elemente','997969hqEEbZ','Zugeordneter\x20Wert','72094HDVLNw','Tief','Elemente','exports','Sonstige','Minimum','95166OSQTgJ','Kategorie\x20{0}','Maximum','Positiv'];_0x2a3a=function(){return _0x53daad;};return _0x2a3a();}
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x395f(){const _0x5d0c7f=['Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Relationship\x20count','Median','16757748InEvYO','OHLC\x20series','Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','Positive','Associated\x20value','5714ZLyFUe','64908MkkuTQ','Category\x20{0}','30lKBAFl','4191735lpuMFl','Subtotal','Sankey\x20chart\x20cannot\x20contain\x20circular\x20data','Maximum','Minimum','Other','The\x20data\x20source\x20for\x20the\x20relationship\x20graph\x20is\x20the\x20co-word\x20matrix\x20with\x20the\x20additional\x20type\x20column\x20in\x20the\x20second\x20column','158985zKjfSa','91JfyuCc','1667699STEzeQ','4hOfVsy','Children','First\x20quartile','(Blank)','190158HXdEdG','Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','Cumulative\x20Percentage','Own\x20value','Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','490ZRSGnP','Negative','Close','Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','Frequency','1264WCgYMX','exports','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.'];_0x395f=function(){return _0x5d0c7f;};return _0x395f();}const _0x14e9c9=_0x2d73;(function(_0xda3cf8,_0x147a2a){const _0x585d95=_0x2d73,_0x961d80=_0xda3cf8();while(!![]){try{const _0x5837b4=parseInt(_0x585d95(0x105))/0x1*(parseInt(_0x585d95(0x11c))/0x2)+-parseInt(_0x585d95(0x110))/0x3+parseInt(_0x585d95(0x113))/0x4*(-parseInt(_0x585d95(0x109))/0x5)+parseInt(_0x585d95(0x117))/0x6*(-parseInt(_0x585d95(0x111))/0x7)+-parseInt(_0x585d95(0x121))/0x8*(parseInt(_0x585d95(0x106))/0x9)+parseInt(_0x585d95(0x108))/0xa*(parseInt(_0x585d95(0x112))/0xb)+parseInt(_0x585d95(0x100))/0xc;if(_0x5837b4===_0x147a2a)break;else _0x961d80['push'](_0x961d80['shift']());}catch(_0x4b17c2){_0x961d80['push'](_0x961d80['shift']());}}}(_0x395f,0xc55c5));function _0x2d73(_0x657e4a,_0x1867c0){_0x657e4a=_0x657e4a-0xfc;const _0x395f3c=_0x395f();let _0x2d7367=_0x395f3c[_0x657e4a];return _0x2d7367;}const e={'engine-chart':{'seriesDefaultName':'Series\x20{0}','categoryDefaultName':_0x14e9c9(0x107),'blank':_0x14e9c9(0x116),'boxplotMin':_0x14e9c9(0x10d),'boxplotQ1':_0x14e9c9(0x115),'boxplotMedian':_0x14e9c9(0xff),'boxplotQ3':'Third\x20quartile','boxplotMax':_0x14e9c9(0x10c),'bubbleEmptyTips':'Bubble\x20chart\x20requires\x20at\x20least\x202\x20columns:\x20X-axis,\x20Y-axis','cloudWord':'Word','cloudFrequency':_0x14e9c9(0x120),'msgEmptyTips':'Add\x20a\x20series\x20to\x20start\x20visualizing\x20your\x20data','msgSankeyCircularTips':_0x14e9c9(0x10b),'paretoLineName':_0x14e9c9(0x119),'pieAggregateOther':_0x14e9c9(0x10e),'pieAggregateMembers':'Members','relationEmptyTips':_0x14e9c9(0x10f),'waterfallPositive':_0x14e9c9(0x103),'waterfallNegative':_0x14e9c9(0x11d),'waterfallSubtotal':_0x14e9c9(0x10a),'candlestickSeries':_0x14e9c9(0x101),'candlestickCategory':'Category','candlestickOpen':'Open','candlestickHigh':'High','candlestickLow':'Low','candlestickClose':_0x14e9c9(0x11e),'histogramFrequency':'Frequency','treemapEmptyTips':'Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','treemapOwnValue':_0x14e9c9(0x11a),'treemapChildren':_0x14e9c9(0x114),'sunburstEmptyTips':_0x14e9c9(0xfd),'sunburstOwnValue':'Own\x20value','sunburstChildren':_0x14e9c9(0x114),'gaugeEmptyTips':_0x14e9c9(0x102),'gaugeInvalidMapping':_0x14e9c9(0xfc),'gaugeInvalidConfig':_0x14e9c9(0x118),'chordEmptyTips':'Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','chordInvalidMapping':_0x14e9c9(0x11b),'chordInvalidConfig':_0x14e9c9(0x11f),'chordCount':_0x14e9c9(0xfe),'chordAssociatedValue':_0x14e9c9(0x104)}};module[_0x14e9c9(0x122)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x557a64=_0x37a8;(function(_0x2155dd,_0x4de945){const _0x3b72f4=_0x37a8,_0x286282=_0x2155dd();while(!![]){try{const _0x21b96=parseInt(_0x3b72f4(0x165))/0x1*(-parseInt(_0x3b72f4(0x156))/0x2)+-parseInt(_0x3b72f4(0x16d))/0x3+-parseInt(_0x3b72f4(0x157))/0x4*(-parseInt(_0x3b72f4(0x172))/0x5)+-parseInt(_0x3b72f4(0x175))/0x6+-parseInt(_0x3b72f4(0x15f))/0x7*(parseInt(_0x3b72f4(0x171))/0x8)+-parseInt(_0x3b72f4(0x162))/0x9+-parseInt(_0x3b72f4(0x16c))/0xa*(-parseInt(_0x3b72f4(0x17a))/0xb);if(_0x21b96===_0x4de945)break;else _0x286282['push'](_0x286282['shift']());}catch(_0x4cb0cf){_0x286282['push'](_0x286282['shift']());}}}(_0x42de,0xeb789));function _0x42de(){const _0xad64c4=['exports','Subtotal','Valor\x20asociado','La\x20fuente\x20de\x20datos\x20para\x20el\x20gráfico\x20de\x20relación\x20es\x20la\x20matriz\x20de\x20co-palabras\x20con\x20la\x20columna\x20adicional\x20de\x20tipo\x20en\x20la\x20segunda\x20columna','Máximo','Serie\x20OHLC','573370MsOCWT','3698952QjXmFu','Porcentaje\x20acumulado','Negativo','El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','12570664AWzfPT','1366835UeAovy','Palabra','Serie\x20{0}','1251960DJwoIb','Apertura','El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Categoría','Tercer\x20cuartil','957dLQlMf','Agregue\x20una\x20serie\x20para\x20comenzar\x20a\x20visualizar\x20sus\x20datos','El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','Mediana','Elementos\x20secundarios','(En\x20blanco)','14poxudt','12GkTebP','Categoría\x20{0}','recuento\x20de\x20relaciones','Valor\x20propio','Mínimo','El\x20gráfico\x20de\x20burbujas\x20requiere\x20al\x20menos\x202\x20columnas:\x20Eje\x20X,\x20Eje\x20Y','La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','El\x20gráfico\x20Sankey\x20no\x20puede\x20contener\x20datos\x20circulares','7ytYtRx','El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','14327892cHfnYv','Frecuencia','Positivo','34138kAknlX'];_0x42de=function(){return _0xad64c4;};return _0x42de();}function _0x37a8(_0x1f02ff,_0x54d9c4){_0x1f02ff=_0x1f02ff-0x156;const _0x42de17=_0x42de();let _0x37a8b3=_0x42de17[_0x1f02ff];return _0x37a8b3;}const e={'engine-chart':{'seriesDefaultName':_0x557a64(0x174),'categoryDefaultName':_0x557a64(0x158),'blank':_0x557a64(0x17f),'boxplotMin':_0x557a64(0x15b),'boxplotQ1':'Primer\x20cuartil','boxplotMedian':_0x557a64(0x17d),'boxplotQ3':_0x557a64(0x179),'boxplotMax':_0x557a64(0x16a),'bubbleEmptyTips':_0x557a64(0x15c),'cloudWord':_0x557a64(0x173),'cloudFrequency':_0x557a64(0x163),'msgEmptyTips':_0x557a64(0x17b),'msgSankeyCircularTips':_0x557a64(0x15e),'paretoLineName':_0x557a64(0x16e),'pieAggregateOther':'Otro','pieAggregateMembers':'Elementos','relationEmptyTips':_0x557a64(0x169),'waterfallPositive':_0x557a64(0x164),'waterfallNegative':_0x557a64(0x16f),'waterfallSubtotal':_0x557a64(0x167),'candlestickSeries':_0x557a64(0x16b),'candlestickCategory':_0x557a64(0x178),'candlestickOpen':_0x557a64(0x176),'candlestickHigh':'Máximo','candlestickLow':_0x557a64(0x15b),'candlestickClose':'Cierre','histogramFrequency':_0x557a64(0x163),'treemapEmptyTips':_0x557a64(0x160),'treemapOwnValue':_0x557a64(0x15a),'treemapChildren':_0x557a64(0x17e),'sunburstEmptyTips':_0x557a64(0x177),'sunburstOwnValue':'Valor\x20propio','sunburstChildren':_0x557a64(0x17e),'gaugeEmptyTips':_0x557a64(0x17c),'gaugeInvalidMapping':_0x557a64(0x170),'gaugeInvalidConfig':_0x557a64(0x161),'chordEmptyTips':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','chordInvalidMapping':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','chordInvalidConfig':_0x557a64(0x15d),'chordCount':_0x557a64(0x159),'chordAssociatedValue':_0x557a64(0x168)}};module[_0x557a64(0x166)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x571341=_0x2709;function _0x2709(_0x215b52,_0x518e06){_0x215b52=_0x215b52-0xe2;const _0x271c3d=_0x271c();let _0x2709c6=_0x271c3d[_0x215b52];return _0x2709c6;}function _0x271c(){const _0x42c4b6=['کلمه','تکرار','2276028tNYOJH','سالب','exports','2368AbqlNC','شمارش\x20رابطه','3783920XUsjSW','النسبة\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{0}','نمودار\x20آفتابنما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسلهمراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','یک\x20سری\x20اضافه\x20کنید\x20تا\x20دادههای\x20خود\x20را\x20تجسم\x20کنید','دستهبندی\x20{0}','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','16SKfzWI','پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازهها،\x20نسبتها\x20و\x20اندازهها\x20را\x20بررسی\x20کنید.','1280bYyVXv','قیمت\x20باز\x20شدن','نمودار\x20نقشه\x20درختی\x20به\x20حداقل\x20یک\x20فیلد\x20سلسلهمراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','1545NJfYZU','880434fABZFZ','مقدار\x20خود\x20عنصر','سایر','1962432OzhdvM','29GqpTUy','عناصر\x20فرزند','نمودار\x20حبابی\x20حداقل\x20به\x202\x20ستون\x20نیاز\x20دارد:\x20محور\x20X،\x20محور\x20Y','15262790hPKENJ','المجموع\x20الفرعي'];_0x271c=function(){return _0x42c4b6;};return _0x271c();}(function(_0xabbbbe,_0x24786f){const _0x12a202=_0x2709,_0x35cd7c=_0xabbbbe();while(!![]){try{const _0x1db95e=-parseInt(_0x12a202(0x103))/0x1*(parseInt(_0x12a202(0xfb))/0x2)+-parseInt(_0x12a202(0xff))/0x3+-parseInt(_0x12a202(0xe8))/0x4*(parseInt(_0x12a202(0xfe))/0x5)+parseInt(_0x12a202(0x102))/0x6+-parseInt(_0x12a202(0xea))/0x7+parseInt(_0x12a202(0xf9))/0x8*(-parseInt(_0x12a202(0xe5))/0x9)+parseInt(_0x12a202(0x106))/0xa;if(_0x1db95e===_0x24786f)break;else _0x35cd7c['push'](_0x35cd7c['shift']());}catch(_0x46dabb){_0x35cd7c['push'](_0x35cd7c['shift']());}}}(_0x271c,0x4c2e9));const e={'engine-chart':{'seriesDefaultName':_0x571341(0xf4),'categoryDefaultName':_0x571341(0xf7),'blank':'(خالی)','boxplotMin':_0x571341(0xee),'boxplotQ1':'الربع\x20الأول','boxplotMedian':'الوسيط','boxplotQ3':'الربع\x20الثالث','boxplotMax':_0x571341(0xf1),'bubbleEmptyTips':_0x571341(0x105),'cloudWord':_0x571341(0xe3),'cloudFrequency':_0x571341(0xe4),'msgEmptyTips':_0x571341(0xf6),'msgSankeyCircularTips':'نمودار\x20سانکی\x20نمیتواند\x20دادههای\x20چرخشی\x20داشته\x20باشد','paretoLineName':_0x571341(0xeb),'pieAggregateOther':_0x571341(0x101),'pieAggregateMembers':_0x571341(0xf3),'relationEmptyTips':_0x571341(0xef),'waterfallPositive':_0x571341(0xed),'waterfallNegative':_0x571341(0xe6),'waterfallSubtotal':_0x571341(0xe2),'candlestickSeries':'سری\x20OHLC','candlestickCategory':'دسته\x20بندی','candlestickOpen':_0x571341(0xfc),'candlestickHigh':'بالاترین\x20قیمت','candlestickLow':_0x571341(0xf2),'candlestickClose':'قیمت\x20بسته\x20شدن','histogramFrequency':'فراوانی','treemapEmptyTips':_0x571341(0xfd),'treemapOwnValue':_0x571341(0x100),'treemapChildren':_0x571341(0x104),'sunburstEmptyTips':_0x571341(0xf5),'sunburstOwnValue':_0x571341(0x100),'sunburstChildren':_0x571341(0x104),'gaugeEmptyTips':'نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','gaugeInvalidMapping':_0x571341(0xf8),'gaugeInvalidConfig':_0x571341(0xfa),'chordEmptyTips':_0x571341(0xf0),'chordInvalidMapping':_0x571341(0xec),'chordInvalidConfig':'پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویهها،\x20شعاعها،\x20شفافیت\x20و\x20اندازهها\x20را\x20بررسی\x20کنید.','chordCount':_0x571341(0xe9),'chordAssociatedValue':'مقدار\x20مرتبط'}};module[_0x571341(0xe7)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3cd08f=_0x5f17;(function(_0x4c2e92,_0x315cc2){const _0x4b39fe=_0x5f17,_0x464191=_0x4c2e92();while(!![]){try{const _0x4db53f=parseInt(_0x4b39fe(0x179))/0x1*(parseInt(_0x4b39fe(0x17f))/0x2)+parseInt(_0x4b39fe(0x180))/0x3+-parseInt(_0x4b39fe(0x17d))/0x4+-parseInt(_0x4b39fe(0x189))/0x5*(-parseInt(_0x4b39fe(0x19b))/0x6)+parseInt(_0x4b39fe(0x181))/0x7*(-parseInt(_0x4b39fe(0x199))/0x8)+parseInt(_0x4b39fe(0x182))/0x9*(parseInt(_0x4b39fe(0x190))/0xa)+parseInt(_0x4b39fe(0x198))/0xb*(-parseInt(_0x4b39fe(0x18b))/0xc);if(_0x4db53f===_0x315cc2)break;else _0x464191['push'](_0x464191['shift']());}catch(_0x37dd3e){_0x464191['push'](_0x464191['shift']());}}}(_0x5e76,0xbd238));function _0x5e76(){const _0x32e8fe=['Négatif','Ouverture','(Vide)','Le\x20graphique\x20en\x20Sankey\x20ne\x20peut\x20pas\x20contenir\x20de\x20données\x20circulaires','Catégorie\x20{0}','996315gZztsG','Nombre\x20de\x20relations','132rilmVj','Valeur\x20propre','Plus\x20bas','Le\x20graphique\x20en\x20rayons\x20de\x20soleil\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Mot','197540MQsyNl','Série\x20{0}','Éléments\x20enfants','Ajoutez\x20une\x20série\x20pour\x20commencer\x20à\x20visualiser\x20vos\x20données','Valeur\x20maximale','Autre','Éléments','Fréquence','2298692anDQsZ','88IMRdUm','Plus\x20haut','36CFgJPL','Troisième\x20quartile','Valeur\x20associée','Médiane','Valeur\x20minimale','La\x20carte\x20arborescente\x20nécessite\x20au\x20moins\x20un\x20champ\x20hiérarchique\x20et\x20un\x20champ\x20de\x20valeur\x20numérique.','Catégorie','Sous-total','Premier\x20quartile','190oCeDlJ','La\x20configuration\x20du\x20diagramme\x20de\x20cordes\x20n’est\x20pas\x20valide.\x20Vérifiez\x20les\x20angles,\x20les\x20rayons,\x20l’opacité\x20et\x20les\x20tailles.','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20des\x20champs\x20Source\x20et\x20Cible\x20distincts\x20et,\x20éventuellement,\x20un\x20champ\x20Valeur\x20différent.','Le\x20graphique\x20de\x20jauge\x20nécessite\x20au\x20moins\x20une\x20valeur\x20numérique\x20finie.','5533944SiRlMV','Le\x20diagramme\x20de\x20cordes\x20nécessite\x20au\x20moins\x20une\x20relation\x20de\x20poids\x20positif\x20entre\x20deux\x20nœuds\x20distincts.','9538lIivGL','3938151KKGUsC','279405VKiqcG','675gotFpX','Positif'];_0x5e76=function(){return _0x32e8fe;};return _0x5e76();}function _0x5f17(_0x37351f,_0xd0a269){_0x37351f=_0x37351f-0x178;const _0x5e7675=_0x5e76();let _0x5f17e2=_0x5e7675[_0x37351f];return _0x5f17e2;}const e={'engine-chart':{'seriesDefaultName':_0x3cd08f(0x191),'categoryDefaultName':_0x3cd08f(0x188),'blank':_0x3cd08f(0x186),'boxplotMin':_0x3cd08f(0x19f),'boxplotQ1':_0x3cd08f(0x178),'boxplotMedian':_0x3cd08f(0x19e),'boxplotQ3':_0x3cd08f(0x19c),'boxplotMax':_0x3cd08f(0x194),'bubbleEmptyTips':'Le\x20graphique\x20en\x20bulles\x20nécessite\x20au\x20moins\x202\x20colonnes\u00a0:\x20axe\x20X,\x20axe\x20Y','cloudWord':_0x3cd08f(0x18f),'cloudFrequency':_0x3cd08f(0x197),'msgEmptyTips':_0x3cd08f(0x193),'msgSankeyCircularTips':_0x3cd08f(0x187),'paretoLineName':'Pourcentage\x20Cumulé','pieAggregateOther':_0x3cd08f(0x195),'pieAggregateMembers':_0x3cd08f(0x196),'relationEmptyTips':'La\x20source\x20de\x20données\x20pour\x20le\x20graphique\x20de\x20relations\x20est\x20la\x20matrice\x20de\x20co-mots\x20avec\x20la\x20colonne\x20de\x20type\x20supplémentaire\x20dans\x20la\x20deuxième\x20colonne','waterfallPositive':_0x3cd08f(0x183),'waterfallNegative':_0x3cd08f(0x184),'waterfallSubtotal':_0x3cd08f(0x1a2),'candlestickSeries':'Série\x20OHLC','candlestickCategory':_0x3cd08f(0x1a1),'candlestickOpen':_0x3cd08f(0x185),'candlestickHigh':_0x3cd08f(0x19a),'candlestickLow':_0x3cd08f(0x18d),'candlestickClose':'Clôture','histogramFrequency':_0x3cd08f(0x197),'treemapEmptyTips':_0x3cd08f(0x1a0),'treemapOwnValue':'Valeur\x20propre','treemapChildren':_0x3cd08f(0x192),'sunburstEmptyTips':_0x3cd08f(0x18e),'sunburstOwnValue':_0x3cd08f(0x18c),'sunburstChildren':_0x3cd08f(0x192),'gaugeEmptyTips':_0x3cd08f(0x17c),'gaugeInvalidMapping':'Le\x20graphique\x20de\x20jauge\x20nécessite\x20un\x20champ\x20d’étiquette\x20et\x20exactement\x20un\x20champ\x20de\x20valeur.','gaugeInvalidConfig':'La\x20configuration\x20du\x20graphique\x20de\x20jauge\x20n’est\x20pas\x20valide.\x20Vérifiez\x20l’échelle,\x20les\x20plages,\x20les\x20proportions\x20et\x20les\x20tailles.','chordEmptyTips':_0x3cd08f(0x17e),'chordInvalidMapping':_0x3cd08f(0x17b),'chordInvalidConfig':_0x3cd08f(0x17a),'chordCount':_0x3cd08f(0x18a),'chordAssociatedValue':_0x3cd08f(0x19d)}};module['exports']=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1246(){const _0x4fb028=['Konfigurasi\x20diagram\x20chord\x20tidak\x20valid.\x20Periksa\x20sudut,\x20jari-jari,\x20opasitas,\x20dan\x20ukurannya.','17365068cuGkgC','Tertinggi','Seri\x20OHLC','39462gmUseN','Terendah','Negatif','92331PXbzKZ','Kuartal\x20ketiga','Diagram\x20chord\x20memerlukan\x20bidang\x20Sumber\x20dan\x20Target\x20yang\x20berbeda\x20serta\x20bidang\x20Nilai\x20berbeda\x20yang\x20opsional.','Anggota','Kuartal\x20pertama','Persentase\x20Kumulatif','Penutupan','Jumlah\x20hubungan','Kategori','47732jkFajn','Grafik\x20Sankey\x20tidak\x20boleh\x20mengandung\x20data\x20melingkar','Seri\x20{0}','Grafik\x20pengukur\x20memerlukan\x20satu\x20bidang\x20label\x20dan\x20tepat\x20satu\x20bidang\x20nilai.','Elemen\x20turunan','Grafik\x20sunburst\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Grafik\x20pengukur\x20memerlukan\x20setidaknya\x20satu\x20nilai\x20numerik\x20berhingga.','1135208PchXOE','Grafik\x20peta\x20pohon\x20memerlukan\x20setidaknya\x20satu\x20bidang\x20hierarki\x20dan\x20satu\x20bidang\x20nilai\x20numerik.','Subtotal','620MhVmEL','Pembukaan','185iOIBDy','exports','81KYXmhF','1075066TyMhiA','Tambahkan\x20seri\x20untuk\x20mulai\x20memvisualisasikan\x20data\x20Anda','14qrfKZW','Nilai\x20terkait','Maksimum','2592381BERQKY','Sumber\x20data\x20untuk\x20grafik\x20relasi\x20adalah\x20matriks\x20co-word\x20dengan\x20kolom\x20tipe\x20tambahan\x20di\x20kolom\x20kedua','Nilai\x20sendiri','Positif','1DGqUZT','Kata'];_0x1246=function(){return _0x4fb028;};return _0x1246();}const _0x5df0ee=_0x4d1b;(function(_0x547235,_0x37b8a7){const _0x25bc5b=_0x4d1b,_0x56e6ca=_0x547235();while(!![]){try{const _0x381ae5=-parseInt(_0x25bc5b(0xd7))/0x1*(-parseInt(_0x25bc5b(0xce))/0x2)+-parseInt(_0x25bc5b(0xcd))/0x3*(-parseInt(_0x25bc5b(0xe9))/0x4)+-parseInt(_0x25bc5b(0xcb))/0x5*(-parseInt(_0x25bc5b(0xdd))/0x6)+-parseInt(_0x25bc5b(0xd0))/0x7*(-parseInt(_0x25bc5b(0xf0))/0x8)+-parseInt(_0x25bc5b(0xe0))/0x9*(-parseInt(_0x25bc5b(0xf3))/0xa)+-parseInt(_0x25bc5b(0xd3))/0xb+-parseInt(_0x25bc5b(0xda))/0xc;if(_0x381ae5===_0x37b8a7)break;else _0x56e6ca['push'](_0x56e6ca['shift']());}catch(_0x2b016f){_0x56e6ca['push'](_0x56e6ca['shift']());}}}(_0x1246,0x530cd));function _0x4d1b(_0xdedc3b,_0x2e4e8f){_0xdedc3b=_0xdedc3b-0xcb;const _0x124694=_0x1246();let _0x4d1baa=_0x124694[_0xdedc3b];return _0x4d1baa;}const e={'engine-chart':{'seriesDefaultName':_0x5df0ee(0xeb),'categoryDefaultName':'Kategori\x20{0}','blank':'(Kosong)','boxplotMin':'Minimum','boxplotQ1':_0x5df0ee(0xe4),'boxplotMedian':'Median','boxplotQ3':_0x5df0ee(0xe1),'boxplotMax':_0x5df0ee(0xd2),'bubbleEmptyTips':'Grafik\x20gelembung\x20memerlukan\x20setidaknya\x202\x20kolom:\x20Sumbu\x20X,\x20Sumbu\x20Y','cloudWord':_0x5df0ee(0xd8),'cloudFrequency':'Frekuensi','msgEmptyTips':_0x5df0ee(0xcf),'msgSankeyCircularTips':_0x5df0ee(0xea),'paretoLineName':_0x5df0ee(0xe5),'pieAggregateOther':'Lainnya','pieAggregateMembers':_0x5df0ee(0xe3),'relationEmptyTips':_0x5df0ee(0xd4),'waterfallPositive':_0x5df0ee(0xd6),'waterfallNegative':_0x5df0ee(0xdf),'waterfallSubtotal':_0x5df0ee(0xf2),'candlestickSeries':_0x5df0ee(0xdc),'candlestickCategory':_0x5df0ee(0xe8),'candlestickOpen':_0x5df0ee(0xf4),'candlestickHigh':_0x5df0ee(0xdb),'candlestickLow':_0x5df0ee(0xde),'candlestickClose':_0x5df0ee(0xe6),'histogramFrequency':'Frekuensi','treemapEmptyTips':_0x5df0ee(0xf1),'treemapOwnValue':_0x5df0ee(0xd5),'treemapChildren':'Elemen\x20turunan','sunburstEmptyTips':_0x5df0ee(0xee),'sunburstOwnValue':_0x5df0ee(0xd5),'sunburstChildren':_0x5df0ee(0xed),'gaugeEmptyTips':_0x5df0ee(0xef),'gaugeInvalidMapping':_0x5df0ee(0xec),'gaugeInvalidConfig':'Konfigurasi\x20grafik\x20pengukur\x20tidak\x20valid.\x20Periksa\x20skala,\x20rentang,\x20rasio,\x20dan\x20ukurannya.','chordEmptyTips':'Diagram\x20chord\x20memerlukan\x20setidaknya\x20satu\x20hubungan\x20berbobot\x20positif\x20antara\x20dua\x20simpul\x20yang\x20berbeda.','chordInvalidMapping':_0x5df0ee(0xe2),'chordInvalidConfig':_0x5df0ee(0xd9),'chordCount':_0x5df0ee(0xe7),'chordAssociatedValue':_0x5df0ee(0xd1)}};module[_0x5df0ee(0xcc)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2d5fc6=_0xbeff;(function(_0x380ab1,_0x4a3db7){const _0x1d70cd=_0xbeff,_0x5b062c=_0x380ab1();while(!![]){try{const _0x50818b=-parseInt(_0x1d70cd(0x16b))/0x1*(parseInt(_0x1d70cd(0x16e))/0x2)+parseInt(_0x1d70cd(0x170))/0x3*(-parseInt(_0x1d70cd(0x171))/0x4)+parseInt(_0x1d70cd(0x154))/0x5*(parseInt(_0x1d70cd(0x17c))/0x6)+-parseInt(_0x1d70cd(0x16a))/0x7*(parseInt(_0x1d70cd(0x16d))/0x8)+-parseInt(_0x1d70cd(0x161))/0x9*(-parseInt(_0x1d70cd(0x15f))/0xa)+parseInt(_0x1d70cd(0x160))/0xb*(-parseInt(_0x1d70cd(0x15c))/0xc)+-parseInt(_0x1d70cd(0x15a))/0xd*(-parseInt(_0x1d70cd(0x15d))/0xe);if(_0x50818b===_0x4a3db7)break;else _0x5b062c['push'](_0x5b062c['shift']());}catch(_0x1979a2){_0x5b062c['push'](_0x5b062c['shift']());}}}(_0x3fe1,0xb9d76));function _0xbeff(_0x400672,_0x568e5a){_0x400672=_0x400672-0x150;const _0x3fe1bb=_0x3fe1();let _0xbeffce=_0x3fe1bb[_0x400672];return _0xbeffce;}const e={'engine-chart':{'seriesDefaultName':_0x2d5fc6(0x152),'categoryDefaultName':_0x2d5fc6(0x178),'blank':_0x2d5fc6(0x17a),'boxplotMin':_0x2d5fc6(0x165),'boxplotQ1':_0x2d5fc6(0x162),'boxplotMedian':_0x2d5fc6(0x17b),'boxplotQ3':_0x2d5fc6(0x174),'boxplotMax':_0x2d5fc6(0x159),'bubbleEmptyTips':_0x2d5fc6(0x150),'cloudWord':_0x2d5fc6(0x151),'cloudFrequency':'Frequenza','msgEmptyTips':_0x2d5fc6(0x156),'msgSankeyCircularTips':_0x2d5fc6(0x16f),'paretoLineName':_0x2d5fc6(0x157),'pieAggregateOther':_0x2d5fc6(0x175),'pieAggregateMembers':'Elementi','relationEmptyTips':_0x2d5fc6(0x169),'waterfallPositive':_0x2d5fc6(0x164),'waterfallNegative':_0x2d5fc6(0x172),'waterfallSubtotal':'Subtotale','candlestickSeries':_0x2d5fc6(0x176),'candlestickCategory':_0x2d5fc6(0x163),'candlestickOpen':_0x2d5fc6(0x155),'candlestickHigh':'Massimo','candlestickLow':_0x2d5fc6(0x165),'candlestickClose':_0x2d5fc6(0x173),'histogramFrequency':_0x2d5fc6(0x17d),'treemapEmptyTips':'La\x20mappa\x20ad\x20albero\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','treemapOwnValue':_0x2d5fc6(0x168),'treemapChildren':'Elementi\x20figli','sunburstEmptyTips':_0x2d5fc6(0x166),'sunburstOwnValue':_0x2d5fc6(0x168),'sunburstChildren':_0x2d5fc6(0x177),'gaugeEmptyTips':_0x2d5fc6(0x179),'gaugeInvalidMapping':_0x2d5fc6(0x158),'gaugeInvalidConfig':_0x2d5fc6(0x167),'chordEmptyTips':'Il\x20diagramma\x20a\x20corde\x20richiede\x20almeno\x20una\x20relazione\x20con\x20peso\x20positivo\x20tra\x20due\x20nodi\x20distinti.','chordInvalidMapping':_0x2d5fc6(0x153),'chordInvalidConfig':_0x2d5fc6(0x17e),'chordCount':_0x2d5fc6(0x15e),'chordAssociatedValue':_0x2d5fc6(0x16c)}};module[_0x2d5fc6(0x15b)]=e;function _0x3fe1(){const _0x53cede=['264hyQjnK','Frequenza','La\x20configurazione\x20del\x20diagramma\x20a\x20corde\x20non\x20è\x20valida.\x20Controllare\x20angoli,\x20raggi,\x20opacità\x20e\x20dimensioni.','Il\x20grafico\x20a\x20bolle\x20richiede\x20almeno\x202\x20colonne:\x20asse\x20X,\x20asse\x20Y','Parola','Serie\x20{0}','Il\x20diagramma\x20a\x20corde\x20richiede\x20campi\x20Origine\x20e\x20Destinazione\x20distinti\x20e,\x20facoltativamente,\x20un\x20campo\x20Valore\x20diverso.','150935HPgpJY','Apertura','Aggiungi\x20una\x20serie\x20per\x20iniziare\x20a\x20visualizzare\x20i\x20dati','Percentuale\x20cumulativa','Il\x20grafico\x20a\x20indicatore\x20richiede\x20un\x20campo\x20etichetta\x20ed\x20esattamente\x20un\x20campo\x20valore.','Massimo','1323738FIzvxC','exports','12PZBmlY','182cQQShh','Conteggio\x20delle\x20relazioni','130kOarTR','3376153FPLzid','203157zDBngD','Primo\x20quartile','Categoria','Positivo','Minimo','Il\x20grafico\x20radiale\x20gerarchico\x20richiede\x20almeno\x20un\x20campo\x20gerarchico\x20e\x20un\x20campo\x20di\x20valore\x20numerico.','La\x20configurazione\x20del\x20grafico\x20a\x20indicatore\x20non\x20è\x20valida.\x20Controllare\x20scala,\x20intervalli,\x20proporzioni\x20e\x20dimensioni.','Valore\x20proprio','La\x20fonte\x20dati\x20per\x20il\x20grafico\x20delle\x20relazioni\x20è\x20la\x20matrice\x20di\x20co-occorrenze\x20con\x20la\x20colonna\x20tipo\x20aggiuntiva\x20nella\x20seconda\x20colonna','280DrxiAo','728287rvWLwt','Valore\x20associato','191144kUXNGt','2UPHAkW','Il\x20grafico\x20di\x20Sankey\x20non\x20può\x20contenere\x20dati\x20circolari','1671sesLGP','1388RacPKn','Negativo','Chiusura','Terzo\x20quartile','Altro','Serie\x20OHLC','Elementi\x20figli','Categoria\x20{0}','Il\x20grafico\x20a\x20indicatore\x20richiede\x20almeno\x20un\x20valore\x20numerico\x20finito.','(Vuoto)','Mediana'];_0x3fe1=function(){return _0x53cede;};return _0x3fe1();}
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5e9a46=_0x12a1;(function(_0x1c341f,_0x559ae0){const _0x48aede=_0x12a1,_0x390d9f=_0x1c341f();while(!![]){try{const _0x2fb823=-parseInt(_0x48aede(0xe3))/0x1*(-parseInt(_0x48aede(0xe0))/0x2)+parseInt(_0x48aede(0xdc))/0x3+parseInt(_0x48aede(0xea))/0x4+parseInt(_0x48aede(0xe2))/0x5*(parseInt(_0x48aede(0xf6))/0x6)+-parseInt(_0x48aede(0xf8))/0x7+parseInt(_0x48aede(0xe5))/0x8+-parseInt(_0x48aede(0xe1))/0x9;if(_0x2fb823===_0x559ae0)break;else _0x390d9f['push'](_0x390d9f['shift']());}catch(_0x3713a0){_0x390d9f['push'](_0x390d9f['shift']());}}}(_0x357f,0xa999c));const e={'engine-chart':{'seriesDefaultName':_0x5e9a46(0xf0),'categoryDefaultName':_0x5e9a46(0xde),'blank':_0x5e9a46(0xf4),'boxplotMin':_0x5e9a46(0xee),'boxplotQ1':'第1四分位数','boxplotMedian':_0x5e9a46(0xe6),'boxplotQ3':'第3四分位数','boxplotMax':'最大値','bubbleEmptyTips':'バブルチャートには少なくとも2列必要です:\x20横軸、縦軸','cloudWord':'単語','cloudFrequency':'頻度','msgEmptyTips':_0x5e9a46(0xf7),'msgSankeyCircularTips':_0x5e9a46(0xfb),'paretoLineName':_0x5e9a46(0xe4),'pieAggregateOther':_0x5e9a46(0xf1),'pieAggregateMembers':'項目','relationEmptyTips':_0x5e9a46(0xec),'waterfallPositive':_0x5e9a46(0xf2),'waterfallNegative':_0x5e9a46(0xe8),'waterfallSubtotal':'小計','candlestickSeries':_0x5e9a46(0xf9),'candlestickCategory':_0x5e9a46(0xfa),'candlestickOpen':'始値','candlestickHigh':'高値','candlestickLow':'安値','candlestickClose':'終値','histogramFrequency':'度数','treemapEmptyTips':'ツリーマップには、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','treemapOwnValue':_0x5e9a46(0xef),'treemapChildren':_0x5e9a46(0xe7),'sunburstEmptyTips':_0x5e9a46(0xe9),'sunburstOwnValue':_0x5e9a46(0xef),'sunburstChildren':_0x5e9a46(0xe7),'gaugeEmptyTips':'ゲージ図には、1\x20つ以上の有限な数値が必要です。','gaugeInvalidMapping':_0x5e9a46(0xed),'gaugeInvalidConfig':_0x5e9a46(0xda),'chordEmptyTips':_0x5e9a46(0xf5),'chordInvalidMapping':_0x5e9a46(0xdd),'chordInvalidConfig':_0x5e9a46(0xdb),'chordCount':_0x5e9a46(0xeb),'chordAssociatedValue':_0x5e9a46(0xf3)}};function _0x12a1(_0x532f5c,_0x8af7eb){_0x532f5c=_0x532f5c-0xda;const _0x357f1c=_0x357f();let _0x12a1e9=_0x357f1c[_0x532f5c];return _0x12a1e9;}module[_0x5e9a46(0xdf)]=e;function _0x357f(){const _0x20269d=['自身の値','系列{0}','その他','正の値','関連付けられた値','(空白)','コード図には、異なる\x202\x20つのノード間に正の重みを持つ関係が\x201\x20つ以上必要です。','369654RqomaG','系列を追加してデータの可視化を開始してください','9354394XcbgOj','OHLC\x20系列','カテゴリ','サンキー図には循環データを含めることはできません','ゲージ図の設定が無効です。スケール、範囲、比率、サイズを確認してください。','コード図の設定が無効です。角度、半径、不透明度、サイズを確認してください。','2563407IwLseS','コード図には異なるソースフィールドとターゲットフィールドが必要です。値フィールドは任意ですが、両者とは異なる必要があります。','項目{0}','exports','560678NZSmHN','18327906WFgLov','55grNHOS','4HiQQwU','累積パーセンテージ','4079696IdGweq','中央値','子要素','負の値','サンバースト図には、1\x20つ以上の階層フィールドと\x201\x20つの数値フィールドが必要です。','3615896DupSdG','関係数','関係図のデータソースは、2列目に追加のタイプ列を含む共起行列です','ゲージ図には、1\x20つのラベルフィールドと\x201\x20つの値フィールドが必要です。','最小値'];_0x357f=function(){return _0x20269d;};return _0x357f();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xef48(_0x3a3e48,_0x2af570){_0x3a3e48=_0x3a3e48-0x167;const _0x129036=_0x1290();let _0xef48f4=_0x129036[_0x3a3e48];return _0xef48f4;}const _0x3adb8f=_0xef48;(function(_0x252276,_0x23357d){const _0x2d0f1d=_0xef48,_0x4db6da=_0x252276();while(!![]){try{const _0x5907f5=parseInt(_0x2d0f1d(0x186))/0x1*(-parseInt(_0x2d0f1d(0x169))/0x2)+parseInt(_0x2d0f1d(0x17b))/0x3*(parseInt(_0x2d0f1d(0x16d))/0x4)+-parseInt(_0x2d0f1d(0x175))/0x5+parseInt(_0x2d0f1d(0x17e))/0x6+parseInt(_0x2d0f1d(0x17a))/0x7*(-parseInt(_0x2d0f1d(0x171))/0x8)+-parseInt(_0x2d0f1d(0x16b))/0x9+-parseInt(_0x2d0f1d(0x174))/0xa*(-parseInt(_0x2d0f1d(0x178))/0xb);if(_0x5907f5===_0x23357d)break;else _0x4db6da['push'](_0x4db6da['shift']());}catch(_0x36346f){_0x4db6da['push'](_0x4db6da['shift']());}}}(_0x1290,0x599be));const e={'engine-chart':{'seriesDefaultName':_0x3adb8f(0x188),'categoryDefaultName':_0x3adb8f(0x183),'blank':_0x3adb8f(0x17f),'boxplotMin':_0x3adb8f(0x17d),'boxplotQ1':_0x3adb8f(0x170),'boxplotMedian':_0x3adb8f(0x16f),'boxplotQ3':'제3사분위수','boxplotMax':_0x3adb8f(0x180),'bubbleEmptyTips':'거품형\x20차트는\x20가로\x20축,\x20세로\x20축\x20등\x20최소\x202개의\x20열이\x20필요합니다','cloudWord':'단어','cloudFrequency':'빈도','msgEmptyTips':_0x3adb8f(0x176),'msgSankeyCircularTips':_0x3adb8f(0x181),'paretoLineName':_0x3adb8f(0x179),'pieAggregateOther':'기타','pieAggregateMembers':'항목','relationEmptyTips':'관계형\x20차트\x20데이터\x20원본은\x20두\x20번째\x20열에\x20추가\x20유형\x20열이\x20포함된\x20동시\x20발생\x20행렬입니다','waterfallPositive':'양수','waterfallNegative':'음수','waterfallSubtotal':_0x3adb8f(0x184),'candlestickSeries':'OHLC\x20계열','candlestickCategory':_0x3adb8f(0x172),'candlestickOpen':'시가','candlestickHigh':'고가','candlestickLow':'저가','candlestickClose':'종가','histogramFrequency':'도수','treemapEmptyTips':_0x3adb8f(0x16a),'treemapOwnValue':_0x3adb8f(0x173),'treemapChildren':'하위\x20요소','sunburstEmptyTips':_0x3adb8f(0x168),'sunburstOwnValue':_0x3adb8f(0x173),'sunburstChildren':'하위\x20요소','gaugeEmptyTips':_0x3adb8f(0x182),'gaugeInvalidMapping':'게이지\x20차트에는\x20레이블\x20필드\x20하나와\x20값\x20필드\x20하나가\x20필요합니다.','gaugeInvalidConfig':_0x3adb8f(0x185),'chordEmptyTips':_0x3adb8f(0x16c),'chordInvalidMapping':_0x3adb8f(0x167),'chordInvalidConfig':_0x3adb8f(0x17c),'chordCount':_0x3adb8f(0x16e),'chordAssociatedValue':_0x3adb8f(0x187)}};function _0x1290(){const _0x117b40=['트리맵\x20차트에는\x20하나\x20이상의\x20계층\x20필드와\x20하나의\x20숫자\x20값\x20필드가\x20필요합니다.','6221718uPqTgT','코드\x20다이어그램에는\x20서로\x20다른\x20두\x20노드\x20사이에\x20양의\x20가중치를\x20가진\x20관계가\x20하나\x20이상\x20필요합니다.','148kJKjuR','관계\x20수','중앙값','제1사분위수','16HHMIQt','카테고리','자체\x20값','8090HxXjXN','3614190OaotAO','계열을\x20추가하여\x20데이터\x20시각화를\x20시작하세요','exports','23914QXWLTh','누적\x20백분율','1006383UTnjTO','37014IdhTdI','코드\x20다이어그램\x20구성이\x20올바르지\x20않습니다.\x20각도,\x20반지름,\x20불투명도\x20및\x20크기를\x20확인하세요.','최소값','1421106eMFORK','(비어\x20있음)','최대값','생키\x20차트에는\x20순환형\x20데이터를\x20포함할\x20수\x20없습니다','게이지\x20차트에는\x20하나\x20이상의\x20유한한\x20숫자\x20값이\x20필요합니다.','항목{0}','부분합','게이지\x20차트\x20구성이\x20올바르지\x20않습니다.\x20눈금,\x20범위,\x20비율\x20및\x20크기를\x20확인하세요.','1cMxFoj','연결된\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필요합니다.','766814fEBcdl'];_0x1290=function(){return _0x117b40;};return _0x1290();}module[_0x3adb8f(0x177)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2deb60=_0x123d;(function(_0x1c0432,_0xb4d1fd){const _0x5ad37b=_0x123d,_0x5767e4=_0x1c0432();while(!![]){try{const _0x2c0fab=parseInt(_0x5ad37b(0x14e))/0x1*(-parseInt(_0x5ad37b(0x151))/0x2)+parseInt(_0x5ad37b(0x157))/0x3+-parseInt(_0x5ad37b(0x158))/0x4*(parseInt(_0x5ad37b(0x16c))/0x5)+parseInt(_0x5ad37b(0x16a))/0x6*(parseInt(_0x5ad37b(0x155))/0x7)+parseInt(_0x5ad37b(0x166))/0x8*(-parseInt(_0x5ad37b(0x15a))/0x9)+parseInt(_0x5ad37b(0x15c))/0xa*(parseInt(_0x5ad37b(0x15d))/0xb)+-parseInt(_0x5ad37b(0x16b))/0xc;if(_0x2c0fab===_0xb4d1fd)break;else _0x5767e4['push'](_0x5767e4['shift']());}catch(_0x34d118){_0x5767e4['push'](_0x5767e4['shift']());}}}(_0x14fc,0xaf6a7));const e={'engine-chart':{'seriesDefaultName':_0x2deb60(0x15e),'categoryDefaultName':_0x2deb60(0x159),'blank':_0x2deb60(0x147),'boxplotMin':_0x2deb60(0x148),'boxplotQ1':_0x2deb60(0x15f),'boxplotMedian':_0x2deb60(0x169),'boxplotQ3':_0x2deb60(0x149),'boxplotMax':_0x2deb60(0x160),'bubbleEmptyTips':_0x2deb60(0x14b),'cloudWord':'Słowo','cloudFrequency':'Częstotliwość','msgEmptyTips':'Dodaj\x20serię,\x20aby\x20rozpocząć\x20wizualizację\x20danych','msgSankeyCircularTips':'Wykres\x20Sankeya\x20nie\x20może\x20zawierać\x20danych\x20cyklicznych','paretoLineName':'Skumulowany\x20procent','pieAggregateOther':_0x2deb60(0x167),'pieAggregateMembers':'Elementy','relationEmptyTips':_0x2deb60(0x14f),'waterfallPositive':_0x2deb60(0x163),'waterfallNegative':_0x2deb60(0x164),'waterfallSubtotal':_0x2deb60(0x15b),'candlestickSeries':_0x2deb60(0x150),'candlestickCategory':_0x2deb60(0x152),'candlestickOpen':_0x2deb60(0x153),'candlestickHigh':_0x2deb60(0x160),'candlestickLow':_0x2deb60(0x148),'candlestickClose':'Zamknięcie','histogramFrequency':'Częstotliwość','treemapEmptyTips':_0x2deb60(0x165),'treemapOwnValue':_0x2deb60(0x154),'treemapChildren':'Elementy\x20podrzędne','sunburstEmptyTips':'Wykres\x20pierścieniowy\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','sunburstOwnValue':_0x2deb60(0x154),'sunburstChildren':_0x2deb60(0x14a),'gaugeEmptyTips':_0x2deb60(0x14c),'gaugeInvalidMapping':_0x2deb60(0x156),'gaugeInvalidConfig':_0x2deb60(0x168),'chordEmptyTips':_0x2deb60(0x161),'chordInvalidMapping':'Diagram\x20cięciwowy\x20wymaga\x20różnych\x20pól\x20Źródło\x20i\x20Cel\x20oraz\x20opcjonalnego,\x20odrębnego\x20pola\x20Wartość.','chordInvalidConfig':'Konfiguracja\x20diagramu\x20cięciwowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20kąty,\x20promienie,\x20krycie\x20i\x20rozmiary.','chordCount':_0x2deb60(0x14d),'chordAssociatedValue':_0x2deb60(0x162)}};function _0x123d(_0x3e7b7c,_0x442e0f){_0x3e7b7c=_0x3e7b7c-0x147;const _0x14fcbd=_0x14fc();let _0x123def=_0x14fcbd[_0x3e7b7c];return _0x123def;}module['exports']=e;function _0x14fc(){const _0x3f4284=['Maksimum','Diagram\x20cięciwowy\x20wymaga\x20co\x20najmniej\x20jednej\x20relacji\x20o\x20dodatniej\x20wadze\x20między\x20dwoma\x20różnymi\x20węzłami.','Wartość\x20powiązana','Dodatnie','Ujemne','Mapa\x20drzewa\x20wymaga\x20co\x20najmniej\x20jednego\x20pola\x20hierarchii\x20i\x20jednego\x20liczbowego\x20pola\x20wartości.','176096XJgIlY','Inne','Konfiguracja\x20wykresu\x20wskaźnikowego\x20jest\x20nieprawidłowa.\x20Sprawdź\x20skalę,\x20zakresy,\x20proporcje\x20i\x20rozmiary.','Mediana','22398FCegIz','23325708XuaOSA','30yyGwve','(Puste)','Minimum','Trzeci\x20kwartyl','Elementy\x20podrzędne','Wykres\x20bąbelkowy\x20wymaga\x20co\x20najmniej\x202\x20kolumn:\x20oś\x20X,\x20oś\x20Y','Wykres\x20wskaźnikowy\x20wymaga\x20co\x20najmniej\x20jednej\x20skończonej\x20wartości\x20liczbowej.','Liczba\x20relacji','42499rRahfU','Źródło\x20danych\x20dla\x20wykresu\x20relacji\x20to\x20macierz\x20współwystępowania\x20z\x20dodatkową\x20kolumną\x20typu\x20w\x20drugiej\x20kolumnie','Seria\x20OHLC','10lVQaVm','Kategoria','Otwarcie','Wartość\x20własna','1820gqoCZR','Wykres\x20wskaźnikowy\x20wymaga\x20jednego\x20pola\x20etykiety\x20i\x20dokładnie\x20jednego\x20pola\x20wartości.','3227403ZaQjDC','135572sgqfTV','Kategoria\x20{0}','81MvvukZ','Suma\x20częściowa','20xOdPJR','6764406Euvelf','Seria\x20{0}','Pierwszy\x20kwartyl'];_0x14fc=function(){return _0x3f4284;};return _0x14fc();}
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x39c4(){const _0x5d1109=['64wTtiYv','Frequência','Negativo','Mediana','Positivo','Palavra','3952062whbZCc','Terceiro\x20quartil','3424399hxnOqZ','O\x20diagrama\x20de\x20cordas\x20exige\x20pelo\x20menos\x20uma\x20relação\x20com\x20peso\x20positivo\x20entre\x20dois\x20nós\x20diferentes.','Categoria','A\x20configuração\x20do\x20gráfico\x20de\x20medidor\x20é\x20inválida.\x20Verifique\x20a\x20escala,\x20os\x20intervalos,\x20as\x20proporções\x20e\x20os\x20tamanhos.','O\x20gráfico\x20de\x20Sankey\x20não\x20pode\x20conter\x20dados\x20circulares','4DuCAUH','Série\x20OHLC','4236765VhTIET','92012eIJazT','(Vazio)','473312lVJMLP','Categoria\x20{0}','Máxima','exports','15BRCcBQ','20ktEQOa','Adicione\x20uma\x20série\x20para\x20começar\x20a\x20visualizar\x20seus\x20dados','O\x20gráfico\x20de\x20bolhas\x20requer\x20pelo\x20menos\x202\x20colunas:\x20Eixo\x20X,\x20Eixo\x20Y','Contagem\x20de\x20relacionamento','Valor\x20associado','O\x20gráfico\x20de\x20medidor\x20exige\x20um\x20campo\x20de\x20rótulo\x20e\x20exatamente\x20um\x20campo\x20de\x20valor.','Elementos\x20filhos','Mínimo','Itens','O\x20gráfico\x20de\x20medidor\x20exige\x20pelo\x20menos\x20um\x20valor\x20numérico\x20finito.','A\x20configuração\x20do\x20diagrama\x20de\x20cordas\x20é\x20inválida.\x20Verifique\x20os\x20ângulos,\x20os\x20raios,\x20a\x20opacidade\x20e\x20os\x20tamanhos.','O\x20mapa\x20de\x20árvore\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','4565496ybIpwp','2410434VSPhdY','A\x20fonte\x20de\x20dados\x20para\x20o\x20gráfico\x20de\x20relacionamento\x20é\x20a\x20matriz\x20de\x20coocorrência\x20de\x20palavras\x20com\x20a\x20coluna\x20de\x20tipo\x20adicional\x20na\x20segunda\x20coluna','O\x20gráfico\x20de\x20explosão\x20solar\x20exige\x20pelo\x20menos\x20um\x20campo\x20de\x20hierarquia\x20e\x20um\x20campo\x20de\x20valor\x20numérico.','Valor\x20próprio','Porcentagem\x20Cumulativa'];_0x39c4=function(){return _0x5d1109;};return _0x39c4();}const _0x12125b=_0x282c;function _0x282c(_0x17bd26,_0x94209d){_0x17bd26=_0x17bd26-0xf0;const _0x39c44a=_0x39c4();let _0x282c8b=_0x39c44a[_0x17bd26];return _0x282c8b;}(function(_0x19eef5,_0xc9cee3){const _0x13501f=_0x282c,_0x399ca4=_0x19eef5();while(!![]){try{const _0x3d8e2b=-parseInt(_0x13501f(0x109))/0x1*(parseInt(_0x13501f(0x103))/0x2)+parseInt(_0x13501f(0x117))/0x3+-parseInt(_0x13501f(0x100))/0x4*(parseInt(_0x13501f(0x102))/0x5)+parseInt(_0x13501f(0x116))/0x6+-parseInt(_0x13501f(0x105))/0x7*(parseInt(_0x13501f(0xf3))/0x8)+parseInt(_0x13501f(0xf9))/0x9+-parseInt(_0x13501f(0x10a))/0xa*(-parseInt(_0x13501f(0xfb))/0xb);if(_0x3d8e2b===_0xc9cee3)break;else _0x399ca4['push'](_0x399ca4['shift']());}catch(_0x14f74d){_0x399ca4['push'](_0x399ca4['shift']());}}}(_0x39c4,0x85baf));const e={'engine-chart':{'seriesDefaultName':'Série\x20{0}','categoryDefaultName':_0x12125b(0x106),'blank':_0x12125b(0x104),'boxplotMin':_0x12125b(0x111),'boxplotQ1':'Primeiro\x20quartil','boxplotMedian':_0x12125b(0xf6),'boxplotQ3':_0x12125b(0xfa),'boxplotMax':'Máximo','bubbleEmptyTips':_0x12125b(0x10c),'cloudWord':_0x12125b(0xf8),'cloudFrequency':_0x12125b(0xf4),'msgEmptyTips':_0x12125b(0x10b),'msgSankeyCircularTips':_0x12125b(0xff),'paretoLineName':_0x12125b(0xf2),'pieAggregateOther':'Outro','pieAggregateMembers':_0x12125b(0x112),'relationEmptyTips':_0x12125b(0x118),'waterfallPositive':_0x12125b(0xf7),'waterfallNegative':_0x12125b(0xf5),'waterfallSubtotal':'Subtotal','candlestickSeries':_0x12125b(0x101),'candlestickCategory':_0x12125b(0xfd),'candlestickOpen':'Abertura','candlestickHigh':_0x12125b(0x107),'candlestickLow':'Mínima','candlestickClose':'Fechamento','histogramFrequency':'Frequência','treemapEmptyTips':_0x12125b(0x115),'treemapOwnValue':_0x12125b(0xf1),'treemapChildren':_0x12125b(0x110),'sunburstEmptyTips':_0x12125b(0xf0),'sunburstOwnValue':_0x12125b(0xf1),'sunburstChildren':_0x12125b(0x110),'gaugeEmptyTips':_0x12125b(0x113),'gaugeInvalidMapping':_0x12125b(0x10f),'gaugeInvalidConfig':_0x12125b(0xfe),'chordEmptyTips':_0x12125b(0xfc),'chordInvalidMapping':'O\x20diagrama\x20de\x20cordas\x20exige\x20campos\x20de\x20Origem\x20e\x20Destino\x20distintos\x20e,\x20opcionalmente,\x20um\x20campo\x20de\x20Valor\x20diferente.','chordInvalidConfig':_0x12125b(0x114),'chordCount':_0x12125b(0x10d),'chordAssociatedValue':_0x12125b(0x10e)}};module[_0x12125b(0x108)]=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xe30d(){const _0x812434=['2779nndQAw','Конфигурация\x20хордовой\x20диаграммы\x20недопустима.\x20Проверьте\x20углы,\x20радиусы,\x20непрозрачность\x20и\x20размеры.','2eieeph','393552HhBefe','342471vUkYSJ','665580GKtxgo','Дочерние\x20элементы','252sWZtOu','Категория\x20{0}','1872mjPIoF','Закрытие','Медиана','Для\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минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y','143QUcCzw','Для\x20хордовой\x20диаграммы\x20требуются\x20разные\x20поля\x20источника\x20и\x20назначения,\x20а\x20также\x20необязательное\x20отдельное\x20поле\x20значения.','Третий\x20квартиль','Собственное\x20значение','Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные','exports','Открытие','Элементы','163680ZYoLwL','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Минимум','Связанное\x20значение','25385pyDxTU','Максимум','Ряд\x20OHLC','Конфигурация\x20индикаторной\x20диаграммы\x20недопустима.\x20Проверьте\x20шкалу,\x20диапазоны,\x20пропорции\x20и\x20размеры.','171029cLEZYT','Промежуточный\x20итог','Первый\x20квартиль','Частота'];_0xe30d=function(){return _0x812434;};return _0xe30d();}const _0x34bd87=_0x425f;(function(_0x19a8ea,_0x12ff8f){const _0x44b46c=_0x425f,_0x56ff6c=_0x19a8ea();while(!![]){try{const _0x214d51=-parseInt(_0x44b46c(0xb4))/0x1+-parseInt(_0x44b46c(0xba))/0x2*(parseInt(_0x44b46c(0xbc))/0x3)+parseInt(_0x44b46c(0xbf))/0x4*(-parseInt(_0x44b46c(0xb0))/0x5)+-parseInt(_0x44b46c(0xc1))/0x6*(parseInt(_0x44b46c(0xb8))/0x7)+parseInt(_0x44b46c(0xab))/0x8+parseInt(_0x44b46c(0xbb))/0x9+-parseInt(_0x44b46c(0xbd))/0xa*(-parseInt(_0x44b46c(0xa3))/0xb);if(_0x214d51===_0x12ff8f)break;else _0x56ff6c['push'](_0x56ff6c['shift']());}catch(_0x40efe2){_0x56ff6c['push'](_0x56ff6c['shift']());}}}(_0xe30d,0x30f5d));function _0x425f(_0x244e19,_0x4ca5ff){_0x244e19=_0x244e19-0xa3;const _0xe30dd3=_0xe30d();let _0x425f90=_0xe30dd3[_0x244e19];return _0x425f90;}const e={'engine-chart':{'seriesDefaultName':'Серия\x20{0}','categoryDefaultName':_0x34bd87(0xc0),'blank':'Пусто','boxplotMin':_0x34bd87(0xae),'boxplotQ1':_0x34bd87(0xb6),'boxplotMedian':_0x34bd87(0xc3),'boxplotQ3':_0x34bd87(0xa5),'boxplotMax':_0x34bd87(0xb1),'bubbleEmptyTips':_0x34bd87(0xc9),'cloudWord':_0x34bd87(0xc8),'cloudFrequency':_0x34bd87(0xb7),'msgEmptyTips':_0x34bd87(0xad),'msgSankeyCircularTips':_0x34bd87(0xa7),'paretoLineName':_0x34bd87(0xc5),'pieAggregateOther':'Другие','pieAggregateMembers':_0x34bd87(0xaa),'relationEmptyTips':_0x34bd87(0xac),'waterfallPositive':'Положительное','waterfallNegative':'Отрицательное','waterfallSubtotal':_0x34bd87(0xb5),'candlestickSeries':_0x34bd87(0xb2),'candlestickCategory':'Категория','candlestickOpen':_0x34bd87(0xa9),'candlestickHigh':_0x34bd87(0xb1),'candlestickLow':'Минимум','candlestickClose':_0x34bd87(0xc2),'histogramFrequency':_0x34bd87(0xb7),'treemapEmptyTips':'Для\x20древовидной\x20карты\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','treemapOwnValue':_0x34bd87(0xa6),'treemapChildren':_0x34bd87(0xbe),'sunburstEmptyTips':'Для\x20кольцевой\x20иерархической\x20диаграммы\x20требуется\x20хотя\x20бы\x20одно\x20поле\x20иерархии\x20и\x20одно\x20числовое\x20поле\x20значений.','sunburstOwnValue':'Собственное\x20значение','sunburstChildren':_0x34bd87(0xbe),'gaugeEmptyTips':_0x34bd87(0xc7),'gaugeInvalidMapping':_0x34bd87(0xc4),'gaugeInvalidConfig':_0x34bd87(0xb3),'chordEmptyTips':'Для\x20хордовой\x20диаграммы\x20требуется\x20хотя\x20бы\x20одна\x20связь\x20с\x20положительным\x20весом\x20между\x20двумя\x20разными\x20узлами.','chordInvalidMapping':_0x34bd87(0xa4),'chordInvalidConfig':_0x34bd87(0xb9),'chordCount':_0x34bd87(0xc6),'chordAssociatedValue':_0x34bd87(0xaf)}};module[_0x34bd87(0xa8)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x40eae3=_0x5e3f;(function(_0x4b2c65,_0x1c9ae2){const _0xfbfede=_0x5e3f,_0x51d4e3=_0x4b2c65();while(!![]){try{const _0x3eadd7=parseInt(_0xfbfede(0x88))/0x1*(parseInt(_0xfbfede(0x8b))/0x2)+-parseInt(_0xfbfede(0xab))/0x3*(parseInt(_0xfbfede(0xad))/0x4)+-parseInt(_0xfbfede(0xa2))/0x5+parseInt(_0xfbfede(0x8f))/0x6+-parseInt(_0xfbfede(0xa8))/0x7+parseInt(_0xfbfede(0x9b))/0x8*(parseInt(_0xfbfede(0xa7))/0x9)+parseInt(_0xfbfede(0xa9))/0xa;if(_0x3eadd7===_0x1c9ae2)break;else _0x51d4e3['push'](_0x51d4e3['shift']());}catch(_0x38ebf6){_0x51d4e3['push'](_0x51d4e3['shift']());}}}(_0x4468,0xee2bf));function _0x5e3f(_0xe11a04,_0x105042){_0xe11a04=_0xe11a04-0x86;const _0x44689c=_0x4468();let _0x5e3faf=_0x44689c[_0xe11a04];return _0x5e3faf;}function _0x4468(){const _0x437736=['Maximum','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Negatívne','Medzisúčet','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Medián','exports','Počet\x20vzťahov','Slovo','8jjXfLL','Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Frekvencia','Tretí\x20kvartil','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','6191615bAVAQw','Kumulatívne\x20percento','Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','Podradené\x20prvky','Vlastná\x20hodnota','6426648EnmxxN','814828Qwnmjf','9139900QMMroo','Kategória','225lbDVme','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','93172MVrywy','Minimum','Prvý\x20kvartil','Iné','1rgCeNJ','Pozitívne','Séria\x20{0}','2677122dfvRtc','(Prázdne)','Zatvorenie','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','6663780akFKRA','Rad\x20OHLC','Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.'];_0x4468=function(){return _0x437736;};return _0x4468();}const e={'engine-chart':{'seriesDefaultName':_0x40eae3(0x8a),'categoryDefaultName':'Kategória\x20{0}','blank':_0x40eae3(0x8c),'boxplotMin':_0x40eae3(0xae),'boxplotQ1':_0x40eae3(0x86),'boxplotMedian':_0x40eae3(0x97),'boxplotQ3':_0x40eae3(0xa0),'boxplotMax':_0x40eae3(0x92),'bubbleEmptyTips':_0x40eae3(0xa1),'cloudWord':_0x40eae3(0x9a),'cloudFrequency':_0x40eae3(0x9f),'msgEmptyTips':_0x40eae3(0xac),'msgSankeyCircularTips':_0x40eae3(0x9d),'paretoLineName':_0x40eae3(0xa3),'pieAggregateOther':_0x40eae3(0x87),'pieAggregateMembers':'Položky','relationEmptyTips':_0x40eae3(0x96),'waterfallPositive':_0x40eae3(0x89),'waterfallNegative':_0x40eae3(0x94),'waterfallSubtotal':_0x40eae3(0x95),'candlestickSeries':_0x40eae3(0x90),'candlestickCategory':_0x40eae3(0xaa),'candlestickOpen':'Otvorenie','candlestickHigh':_0x40eae3(0x92),'candlestickLow':'Minimum','candlestickClose':_0x40eae3(0x8d),'histogramFrequency':_0x40eae3(0x9f),'treemapEmptyTips':_0x40eae3(0x93),'treemapOwnValue':_0x40eae3(0xa6),'treemapChildren':_0x40eae3(0xa5),'sunburstEmptyTips':'Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','sunburstOwnValue':_0x40eae3(0xa6),'sunburstChildren':_0x40eae3(0xa5),'gaugeEmptyTips':_0x40eae3(0x8e),'gaugeInvalidMapping':_0x40eae3(0x91),'gaugeInvalidConfig':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.','chordEmptyTips':_0x40eae3(0x9c),'chordInvalidMapping':_0x40eae3(0xa4),'chordInvalidConfig':_0x40eae3(0x9e),'chordCount':_0x40eae3(0x99),'chordAssociatedValue':'Priradená\x20hodnota'}};module[_0x40eae3(0x98)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x24db1d=_0x7f2d;(function(_0x8232f1,_0x52de50){const _0x2cb0b3=_0x7f2d,_0x48cad0=_0x8232f1();while(!![]){try{const _0x5ea761=parseInt(_0x2cb0b3(0xd7))/0x1+parseInt(_0x2cb0b3(0xcc))/0x2*(-parseInt(_0x2cb0b3(0xeb))/0x3)+parseInt(_0x2cb0b3(0xec))/0x4*(parseInt(_0x2cb0b3(0xef))/0x5)+-parseInt(_0x2cb0b3(0xce))/0x6+-parseInt(_0x2cb0b3(0xd9))/0x7+parseInt(_0x2cb0b3(0xd1))/0x8*(parseInt(_0x2cb0b3(0xe9))/0x9)+-parseInt(_0x2cb0b3(0xe6))/0xa*(-parseInt(_0x2cb0b3(0xe0))/0xb);if(_0x5ea761===_0x52de50)break;else _0x48cad0['push'](_0x48cad0['shift']());}catch(_0x33cdba){_0x48cad0['push'](_0x48cad0['shift']());}}}(_0x3426,0x8c820));function _0x7f2d(_0xd2a76e,_0x2a33df){_0xd2a76e=_0xd2a76e-0xcc;const _0x342605=_0x3426();let _0x7f2d0e=_0x342605[_0xd2a76e];return _0x7f2d0e;}const e={'engine-chart':{'seriesDefaultName':_0x24db1d(0xed),'categoryDefaultName':_0x24db1d(0xcd),'blank':_0x24db1d(0xcf),'boxplotMin':_0x24db1d(0xf1),'boxplotQ1':'Phần\x20tư\x20thứ\x20nhất','boxplotMedian':_0x24db1d(0xd8),'boxplotQ3':_0x24db1d(0xe5),'boxplotMax':_0x24db1d(0xd2),'bubbleEmptyTips':_0x24db1d(0xde),'cloudWord':'Từ','cloudFrequency':'Tần\x20suất','msgEmptyTips':_0x24db1d(0xf0),'msgSankeyCircularTips':_0x24db1d(0xe1),'paretoLineName':_0x24db1d(0xdb),'pieAggregateOther':_0x24db1d(0xea),'pieAggregateMembers':_0x24db1d(0xe2),'relationEmptyTips':'Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai','waterfallPositive':_0x24db1d(0xe4),'waterfallNegative':_0x24db1d(0xd0),'waterfallSubtotal':_0x24db1d(0xdf),'candlestickSeries':_0x24db1d(0xe8),'candlestickCategory':_0x24db1d(0xf3),'candlestickOpen':_0x24db1d(0xf2),'candlestickHigh':_0x24db1d(0xe7),'candlestickLow':_0x24db1d(0xee),'candlestickClose':_0x24db1d(0xdd),'histogramFrequency':_0x24db1d(0xda),'treemapEmptyTips':_0x24db1d(0xd4),'treemapOwnValue':_0x24db1d(0xdc),'treemapChildren':_0x24db1d(0xd5),'sunburstEmptyTips':'Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','sunburstOwnValue':_0x24db1d(0xdc),'sunburstChildren':_0x24db1d(0xd5),'gaugeEmptyTips':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','gaugeInvalidMapping':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','gaugeInvalidConfig':'Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','chordEmptyTips':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','chordInvalidMapping':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','chordInvalidConfig':_0x24db1d(0xd3),'chordCount':_0x24db1d(0xe3),'chordAssociatedValue':'Giá\x20trị\x20liên\x20kết'}};module[_0x24db1d(0xd6)]=e;function _0x3426(){const _0x152147=['Giá\x20trị\x20âm','296scaoiJ','Giá\x20trị\x20lớn\x20nhất','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Phần\x20tử\x20con','exports','643451mpvTQZ','Trung\x20vị','3414054BDdcWe','Tần\x20suất','Tỷ\x20lệ\x20tích\x20lũy','Giá\x20trị\x20riêng','Giá\x20đóng\x20cửa','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Tổng\x20phụ','198bZLVvd','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Thành\x20phần','Số\x20lượng\x20mối\x20quan\x20hệ','Giá\x20trị\x20dương','Phần\x20tư\x20thứ\x20ba','296840sjboDE','Giá\x20cao\x20nhất','Chuỗi\x20OHLC','84510FMGvtT','Khác','3jTsyRm','4ENtCNK','Loạt\x20{0}','Giá\x20thấp\x20nhất','3475085iKvPzt','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Giá\x20trị\x20nhỏ\x20nhất','Giá\x20mở\x20cửa','Danh\x20mục','2221334HzligP','Danh\x20mục\x20{0}','277806jJiYgm','(Trống)'];_0x3426=function(){return _0x152147;};return _0x3426();}
|