@univerjs-pro/chart-ui 1.0.0-alpha.8 → 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 +181 -25
- 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/ChartEditPanel.d.ts +49 -0
- package/lib/types/components/ChartInlineTableEditor.d.ts +1 -1
- package/lib/types/components/ChartReferencedDataSourceEditor.d.ts +11 -0
- package/lib/types/components/ChartSemanticDataFields.d.ts +3 -3
- package/lib/types/components/ChartTypeOptions.d.ts +148 -2
- package/lib/types/components/FontFormatBar.d.ts +19 -1
- package/lib/types/components/chart-inline-starter-data.d.ts +16 -6
- package/lib/types/components/use-chart-panel-input-focus.d.ts +4 -0
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/editor/ChartEditorProvider.d.ts +11 -0
- package/lib/types/editor/atoms/common/ChartFontAtom.d.ts +28 -0
- package/lib/types/editor/atoms/common/ChartNumberFormatAtom.d.ts +9 -0
- package/lib/types/editor/atoms/common/chart-number-format.d.ts +28 -0
- package/lib/types/editor/components/ChartCheckboxField.d.ts +11 -0
- package/lib/types/editor/components/ChartColorField.d.ts +14 -0
- package/lib/types/editor/components/ChartField.d.ts +15 -0
- package/lib/types/editor/components/ChartFieldGroup.d.ts +9 -0
- package/lib/types/editor/components/ChartFieldGroupTitle.d.ts +6 -0
- package/lib/types/editor/components/ChartFieldRow.d.ts +5 -0
- package/lib/types/editor/components/ChartFontField.d.ts +28 -0
- package/lib/types/editor/components/ChartImageSelectField.d.ts +13 -0
- package/lib/types/editor/components/ChartListField.d.ts +18 -0
- package/lib/types/editor/components/ChartMultiSelectField.d.ts +25 -0
- package/lib/types/editor/components/ChartNumberField.d.ts +16 -0
- package/lib/types/editor/components/ChartSelectField.d.ts +25 -0
- package/lib/types/editor/components/ChartTextField.d.ts +14 -0
- package/lib/types/editor/hooks/use-chart-config-state.d.ts +3 -0
- package/lib/types/editor/hooks/use-chart-data-mapping-fields.d.ts +5 -0
- package/lib/types/editor/hooks/use-chart-editor-model.d.ts +3 -0
- package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +13 -0
- package/lib/types/editor/hooks/use-chart-type-state.d.ts +19 -0
- package/lib/types/editor/routing/chart-edit-panel-route.d.ts +21 -0
- package/lib/types/editor/sections/ChartAxisSections.d.ts +63 -0
- package/lib/types/editor/sections/ChartIndicatorLineSection.d.ts +20 -0
- package/lib/types/editor/sections/ChartLegendSection.d.ts +27 -0
- package/lib/types/editor/sections/ChartLineAndAreaSection.d.ts +11 -0
- package/lib/types/editor/sections/ChartParetoSeriesSection.d.ts +26 -0
- package/lib/types/editor/sections/ChartSeriesSection.d.ts +60 -0
- package/lib/types/editor/sections/ChartSetupSections.d.ts +21 -0
- package/lib/types/editor/sections/ChartStyleSection.d.ts +15 -0
- package/lib/types/editor/sections/ChartTitleSections.d.ts +50 -0
- package/lib/types/editor/sections/ChartTrendlineSection.d.ts +18 -0
- package/lib/types/editor/sections/chart-capabilities.d.ts +10 -0
- package/lib/types/editor/sections/chart-style-options.d.ts +86 -0
- package/lib/types/editor/sections/specific-section/ChartCandlestickStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartFunnelStyleSection.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/ChartHeatmapStyleSection.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/ChartHistogramStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartPieStyleSection.d.ts +21 -0
- package/lib/types/editor/sections/specific-section/ChartRadarStyleSection.d.ts +9 -0
- package/lib/types/editor/sections/specific-section/ChartRelationStyleSection.d.ts +17 -0
- package/lib/types/editor/sections/specific-section/ChartTreemapStyleSection.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChartTypeSpecificSections.d.ts +9 -0
- package/lib/types/editor/sections/specific-section/ChartWaterfallStyleSection.d.ts +26 -0
- package/lib/types/editor/sections/specific-section/ChartWordCloudStyleSection.d.ts +21 -0
- package/lib/types/editor/sections/specific-section/ChordDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordLayoutAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/ChordRibbonAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeModeAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugePointerAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeProgressAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeRangesAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/GaugeScaleAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstCenterLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstDataMappingAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/SunburstLabelAtom.d.ts +1 -0
- package/lib/types/editor/sections/specific-section/chord-field-options.d.ts +2 -0
- package/lib/types/editor/sections/specific-section/chord-style.d.ts +16 -0
- package/lib/types/editor/sections/specific-section/gauge-style.d.ts +10 -0
- package/lib/types/editor/sections/specific-section/sunburst-label.d.ts +8 -0
- package/lib/types/editor/utils/chart-runtime-axis.d.ts +3 -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/ChartElementFloatMenu.d.ts +2 -2
- package/lib/types/float-menu/chart-element-selection.d.ts +7 -0
- package/lib/types/float-menu/constants.d.ts +72 -91
- package/lib/types/float-menu/create-chart-element-float-menu-adapter.d.ts +10 -0
- package/lib/types/float-menu/pie-mark-patch.d.ts +8 -0
- package/lib/types/float-menu/types.d.ts +28 -9
- package/lib/types/index.d.ts +74 -3
- package/lib/types/locale/en-US.d.ts +487 -58
- package/lib/types/services/chart-host-adapter.d.ts +12 -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 +59 -0
- package/lib/types/services/chart-ui.service.d.ts +19 -0
- package/lib/types/services/chart-view-state-projector.d.ts +15 -0
- package/lib/types/services/chart-view-state-registry.d.ts +11 -0
- package/lib/types/services/chart-view-state.d.ts +118 -0
- package/lib/types/services/inline-chart-creation.d.ts +42 -0
- package/lib/types/services/register-chart-config-states.d.ts +3 -0
- package/lib/types/services/register-chart-view-states/chart-specific.d.ts +4 -0
- package/lib/types/services/register-chart-view-states/semantic.d.ts +4 -0
- 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 +25 -9
- package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -32
- package/lib/types/components/ChartEditorFields.d.ts +0 -68
- package/lib/types/components/ChartPresentationFields.d.ts +0 -9
- package/lib/types/components/index.d.ts +0 -19
- package/lib/types/float-menu/index.d.ts +0 -5
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x3caeb2=_0x1eda;function _0x3e34(){const _0x290ba3=['عكس','العلامة','252WbeYwz','نص\x20العنوان','المحور\x20الأفقي','خريطة','قيمة','افتراضي','مخطط','نقطة\x20بيانات','إخفاء','نسبة\x20مئوية','الوضع','إضافة\x20صف','لون\x20الحدود','168XABfHo','أعلى','4243764KNLqKx','156004BbUTEn','أسفل','تسمية\x20البيانات','المحور\x20العمودي\x20الأيمن','المحور\x20العمودي','الحجم','6862599PPYhds','2695042sToZIb','لون','البداية','وسط','يسار','1879319wrVEqG','خارج','مستمر','2540IfQSMA','تاريخ','التفاف\x20وسيلة\x20الإيضاح','موضع\x20التسمية','داخل','عنوان','إعادة\x20تعيين','متعدد','نص\x20التسمية','فئة','المحاذاة','انسخ\x20والصق\x20البيانات\x20هنا','6QquWed','عنوان\x20المخطط','9460cMxuOt','مائل','يمين','العنوان\x20الفرعي','8rGRpSg','5yYuqgu','52206FvlOHg'];_0x3e34=function(){return _0x290ba3;};return _0x3e34();}function _0x1eda(_0x39afdd,_0x3838f1){_0x39afdd=_0x39afdd-0xf6;const _0x3e343f=_0x3e34();let _0x1eda38=_0x3e343f[_0x39afdd];return _0x1eda38;}(function(_0x34a0ea,_0x467ab3){const _0x3af4e7=_0x1eda,_0x3a132e=_0x34a0ea();while(!![]){try{const _0x1fd3e5=parseInt(_0x3af4e7(0x11b))/0x1*(-parseInt(_0x3af4e7(0x100))/0x2)+-parseInt(_0x3af4e7(0x123))/0x3*(parseInt(_0x3af4e7(0xfd))/0x4)+parseInt(_0x3af4e7(0x122))/0x5*(-parseInt(_0x3af4e7(0xff))/0x6)+-parseInt(_0x3af4e7(0x107))/0x7*(-parseInt(_0x3af4e7(0x121))/0x8)+-parseInt(_0x3af4e7(0x106))/0x9+parseInt(_0x3af4e7(0x10f))/0xa*(-parseInt(_0x3af4e7(0x11d))/0xb)+-parseInt(_0x3af4e7(0x126))/0xc*(-parseInt(_0x3af4e7(0x10c))/0xd);if(_0x1fd3e5===_0x467ab3)break;else _0x3a132e['push'](_0x3a132e['shift']());}catch(_0x5152f1){_0x3a132e['push'](_0x3a132e['shift']());}}}(_0x3e34,0x824b8));const e={'chart-ui':{'common':{'default':_0x3caeb2(0x12b),'reset':_0x3caeb2(0x115)},'presentation':{'wrapLegend':_0x3caeb2(0x111)},'inlineTable':{'pasteHint':_0x3caeb2(0x11a),'addRow':_0x3caeb2(0xfb),'addColumn':'إضافة\x20عمود'},'floatMenu':{'menuTitle':{'chart':_0x3caeb2(0xf6),'chartTitle':_0x3caeb2(0x11c),'subtitle':_0x3caeb2(0x120),'axisTitle':'عنوان\x20المحور','legend':'وسيلة\x20إيضاح','horizontalAxis':_0x3caeb2(0x128),'verticalAxis':_0x3caeb2(0x104),'rightVerticalAxis':_0x3caeb2(0x103),'gridline':'خط\x20الشبكة','tick':'علامة\x20تدريج','mark':_0x3caeb2(0x125),'series':'سلسلة','dataPoint':_0x3caeb2(0xf7),'dataLabel':_0x3caeb2(0x102)},'field':{'title':_0x3caeb2(0x114),'subtitle':'العنوان\x20الفرعي','position':'الموضع','size':_0x3caeb2(0x105),'align':_0x3caeb2(0x119),'mode':_0x3caeb2(0xfa),'map':_0x3caeb2(0x129),'rotate':'تدوير','min':'الحد\x20الأدنى','max':'الحد\x20الأقصى','color':_0x3caeb2(0x108),'borderColor':_0x3caeb2(0xfc),'opacity':'التعتيم','labelPosition':_0x3caeb2(0x112),'labelText':_0x3caeb2(0x117),'titleText':_0x3caeb2(0x127)},'action':{'more':'المزيد','bold':'غامق','italic':_0x3caeb2(0x11e)},'control':{'labels':'التسميات','line':'خط','reverse':_0x3caeb2(0x124),'date':_0x3caeb2(0x110)},'option':{'textAlign':{'left':_0x3caeb2(0x10b),'center':_0x3caeb2(0x10a),'right':'يمين'},'position':{'top':_0x3caeb2(0xfe),'bottom':_0x3caeb2(0x101),'left':_0x3caeb2(0x10b),'right':_0x3caeb2(0x11f),'hide':_0x3caeb2(0xf8),'inside':_0x3caeb2(0x113),'outside':_0x3caeb2(0x10d)},'labelText':{'category':_0x3caeb2(0x118),'value':_0x3caeb2(0x12a),'percentage':_0x3caeb2(0xf9)},'axisAlign':{'start':_0x3caeb2(0x109),'center':'وسط','end':'النهاية'},'legendSelectMode':{'single':'فردي','multiple':_0x3caeb2(0x116),'close':'إغلاق'},'visualMapType':{'continuous':_0x3caeb2(0x10e),'piecewise':'جزئي'}}}}};export{e as default};
|
|
1
|
+
const _0x4c8731=_0x1a83;(function(_0x5bb87b,_0x3ee375){const _0x384461=_0x1a83,_0x4a2697=_0x5bb87b();while(!![]){try{const _0x126f55=parseInt(_0x384461(0x2a6))/0x1*(parseInt(_0x384461(0x234))/0x2)+parseInt(_0x384461(0x1b9))/0x3+-parseInt(_0x384461(0x28f))/0x4*(parseInt(_0x384461(0x19b))/0x5)+-parseInt(_0x384461(0x29d))/0x6*(-parseInt(_0x384461(0x2be))/0x7)+parseInt(_0x384461(0x21e))/0x8+parseInt(_0x384461(0x1d8))/0x9*(-parseInt(_0x384461(0x224))/0xa)+-parseInt(_0x384461(0x292))/0xb;if(_0x126f55===_0x3ee375)break;else _0x4a2697['push'](_0x4a2697['shift']());}catch(_0x5c149e){_0x4a2697['push'](_0x4a2697['shift']());}}}(_0x2996,0xb77b3));function _0x1a83(_0x59a901,_0x410ae1){_0x59a901=_0x59a901-0x18d;const _0x2996bc=_0x2996();let _0x1a8338=_0x2996bc[_0x59a901];return _0x1a8338;}const e={'chart-ui':{'dataSource':{'inlineMode':'مضمّن','referencedMode':_0x4c8731(0x2c2),'sourceType':_0x4c8731(0x211)},'editor':{'defaultColor':_0x4c8731(0x18f),'fontSize':'حجم\x20الخط'},'setup':{'stack':_0x4c8731(0x1d5),'percentStacked':'تكديس\x20نسبي'},'chartTypes':{'line':_0x4c8731(0x262),'column':_0x4c8731(0x27c),'columnStacked':_0x4c8731(0x278),'columnPercentStacked':_0x4c8731(0x253),'bar':_0x4c8731(0x241),'barStacked':_0x4c8731(0x231),'barPercentStacked':_0x4c8731(0x1f9),'pie':_0x4c8731(0x212),'donut':_0x4c8731(0x1ad),'pieOfPie':_0x4c8731(0x25a),'barOfPie':_0x4c8731(0x1c8),'area':_0x4c8731(0x226),'areaStacked':_0x4c8731(0x217),'areaPercentStacked':_0x4c8731(0x23d),'radar':_0x4c8731(0x2a7),'scatter':_0x4c8731(0x215),'combination':_0x4c8731(0x201),'wordCloud':_0x4c8731(0x2b5),'funnel':'مخطط\x20قمعي','bubble':'مخطط\x20فقاعي','relation':_0x4c8731(0x295),'waterfall':_0x4c8731(0x19a),'pareto':_0x4c8731(0x1ff),'sankey':_0x4c8731(0x1ea),'heatmap':_0x4c8731(0x246),'boxplot':_0x4c8731(0x29b),'candlestick':_0x4c8731(0x29c),'histogram':_0x4c8731(0x28e),'treemap':_0x4c8731(0x287),'sunburst':'مخطط\x20شمسي','gauge':_0x4c8731(0x267),'chord':_0x4c8731(0x1e9)},'section':{'waterfall':_0x4c8731(0x19a),'paretoBar':'سلسلة\x20المخطط\x20الشريطي','paretoLine':_0x4c8731(0x236),'pie':_0x4c8731(0x212),'wordCloud':_0x4c8731(0x228),'radar':_0x4c8731(0x2a7),'funnel':_0x4c8731(0x25b),'relation':_0x4c8731(0x295),'lineAndArea':_0x4c8731(0x26b),'gridlinesAndTicks':_0x4c8731(0x2b4),'indicatorLine':_0x4c8731(0x220),'candlestick':_0x4c8731(0x26a),'histogram':'الرسم\x20البياني\x20الرسم\x20البياني','treemap':'مخطط\x20هيكلي','sunburst':_0x4c8731(0x27d),'gauge':_0x4c8731(0x2a2),'chord':'مخطط\x20الوتر'},'presentation':{'backgroundColor':_0x4c8731(0x2a5),'theme':_0x4c8731(0x264),'gradientFill':_0x4c8731(0x1e0),'bodyFontSize':_0x4c8731(0x1ba),'bodyFontColor':'لون\x20خط\x20الجسم','titleType':_0x4c8731(0x1f5),'horizontalAxisTitle':'عنوان\x20المحور\x20الأفقي','verticalAxisTitle':_0x4c8731(0x293),'rightVerticalAxisTitle':_0x4c8731(0x26c),'wrap':_0x4c8731(0x283),'selectMode':_0x4c8731(0x1f3),'visualMapType':_0x4c8731(0x298),'align':_0x4c8731(0x1c5)},'numberFormat':{'source':'تنسيق\x20المصدر','number':'رقم','scientific':_0x4c8731(0x249),'custom':_0x4c8731(0x239),'preview':_0x4c8731(0x2cd),'generalType':_0x4c8731(0x24c),'accountingType':'محاسبة','thousandsType':_0x4c8731(0x19f),'formatTypes':_0x4c8731(0x1a1),'generalDesc':'التنسيق\x20العام\x20لا\x20يحتوي\x20على\x20أي\x20تنسيق\x20أرقام\x20محدد.','accountingDesc':_0x4c8731(0x2d2),'currencyDesc':'يُستخدم\x20تنسيق\x20العملة\x20للقيم\x20النقدية\x20العامة،\x20ويحاذي\x20تنسيق\x20المحاسبة\x20النقاط\x20العشرية\x20في\x20عمود\x20من\x20القيم.','dateDesc':_0x4c8731(0x1f1),'thousandsDesc':_0x4c8731(0x1f6),'decimalPlaces':'المنازل\x20العشرية','currencyTypes':_0x4c8731(0x1af),'negativeNumberTypes':_0x4c8731(0x244),'dateTypes':'أنواع\x20التاريخ','setFormat':_0x4c8731(0x205)},'series':{'rightAxis':_0x4c8731(0x22e),'allSeries':'كل\x20سلسلة','aggregate':_0x4c8731(0x1c9),'borderOpacity':'عتامة\x20الحدود','solid':'صلب','pointShape':_0x4c8731(0x273),'pointSize':_0x4c8731(0x2c4),'pointColor':_0x4c8731(0x269),'removeDataPoint':'إزالة\x20نقطة\x20البيانات','square':_0x4c8731(0x1dc),'rect':_0x4c8731(0x238),'roundRect':_0x4c8731(0x2bc),'pin':_0x4c8731(0x1d2),'emptyCircle':_0x4c8731(0x1bf),'emptySquare':_0x4c8731(0x2b3),'emptyTriangle':'مثلث\x20فارغ','emptyDiamond':_0x4c8731(0x263),'emptyRect':'مستطيل\x20فارغ','emptyRoundRect':'مستطيل\x20دائري\x20فارغ','emptyPin':_0x4c8731(0x2c6),'emptyArrow':_0x4c8731(0x23e)},'lineAndArea':{'lineStyle':_0x4c8731(0x29a),'line':_0x4c8731(0x1b0),'smooth':'على\x20نحو\x20سلس','step':'خطوة','invalidValues':_0x4c8731(0x2bf),'breakLine':_0x4c8731(0x21b),'connect':_0x4c8731(0x23f),'zero':_0x4c8731(0x197)},'axis':{'useDateAxis':_0x4c8731(0x271),'target':_0x4c8731(0x2c3),'lineColor':'لون\x20الخط','lineWidth':_0x4c8731(0x19e),'labelRotation':_0x4c8731(0x227),'reverse':'المحور\x20العكسي','gridlineVisible':_0x4c8731(0x20d),'gridlineColor':_0x4c8731(0x290),'gridlineWidth':'عرض\x20خط\x20الشبكة','tickVisible':_0x4c8731(0x210),'tickLength':_0x4c8731(0x208),'tickWidth':_0x4c8731(0x1eb),'tickColor':'لون\x20القراد','tickPosition':_0x4c8731(0x27e)},'indicator':{'lineColor':_0x4c8731(0x1ca),'lineType':_0x4c8731(0x254),'labelBackground':_0x4c8731(0x196),'labelText':_0x4c8731(0x276)},'trendline':{'add':_0x4c8731(0x1bc),'type':_0x4c8731(0x194),'linear':_0x4c8731(0x25d),'exponential':_0x4c8731(0x296),'logarithmic':'لوغاريتمي','polynomial':'كثير\x20الحدود','power':_0x4c8731(0x256),'movingAverage':_0x4c8731(0x2b0),'showFormula':_0x4c8731(0x2a3),'showR2':_0x4c8731(0x28c),'order':_0x4c8731(0x20b),'period':'الفترة','formulaColor':_0x4c8731(0x265),'r2Color':_0x4c8731(0x26e)},'pareto':{'includeZeroValues':_0x4c8731(0x261)},'plotArea':{'label':_0x4c8731(0x1db),'manual':_0x4c8731(0x25e),'left':_0x4c8731(0x1ab),'top':_0x4c8731(0x2c5),'width':_0x4c8731(0x1fe),'height':_0x4c8731(0x2bd)},'bar':{'layout':'Bar\x20spacing','gapWidth':_0x4c8731(0x1ec),'overlap':_0x4c8731(0x1df)},'pie':{'mode':'شكل\x20المخطط','modeNormal':_0x4c8731(0x22b),'modePieOfPie':_0x4c8731(0x191),'modeBarOfPie':_0x4c8731(0x245),'splitType':'تقسيم\x20حسب','splitAuto':_0x4c8731(0x199),'splitPosition':'الموضع','splitCustom':_0x4c8731(0x206),'customSelectedCount':_0x4c8731(0x193),'customSelectedCountValue':'تم\x20تحديد\x20{0}\x20من\x20نقاط\x20البيانات','positionCount':'عدد\x20نقاط\x20البيانات\x20في\x20المخطط\x20الثانوي','valueLessThan':_0x4c8731(0x22d),'percentageLessThan':_0x4c8731(0x1fa),'secondarySize':_0x4c8731(0x2b2),'advancedLayout':_0x4c8731(0x1d1),'connector':_0x4c8731(0x294),'slices':_0x4c8731(0x1aa),'gapWidth':_0x4c8731(0x2b9),'connectorColor':_0x4c8731(0x1d4),'connectorWidth':_0x4c8731(0x202),'connectorType':_0x4c8731(0x207),'aggregateOther':_0x4c8731(0x2ac),'aggregateMembers':_0x4c8731(0x258),'valueScale':_0x4c8731(0x274),'doughnutHole':_0x4c8731(0x221),'startAngle':_0x4c8731(0x200),'explosion':_0x4c8731(0x286),'paddingAngle':'تباعد\x20الشرائح','halfPie':_0x4c8731(0x28b),'rosePie':_0x4c8731(0x20c),'labelLine':'خط\x20التسمية'},'radar':{'shape':_0x4c8731(0x1bb),'polygon':_0x4c8731(0x1ac),'fill':_0x4c8731(0x219)},'funnel':{'gap':_0x4c8731(0x1c3),'absoluteValues':'استخدم\x20القيم\x20المطلقة'},'heatmap':{'unit':_0x4c8731(0x1da),'labels':_0x4c8731(0x24f)},'relation':{'nodes':_0x4c8731(0x26f),'interaction':_0x4c8731(0x2c7),'edgeLength':'طول\x20الحافة','circular':_0x4c8731(0x1d9),'force':'القوة','nodeShape':_0x4c8731(0x24a),'valueSize':_0x4c8731(0x1a8),'rotateLabels':_0x4c8731(0x2ae),'gravity':_0x4c8731(0x1be),'repulsion':_0x4c8731(0x266)},'wordCloud':{'maskImage':_0x4c8731(0x1d6),'repeat':_0x4c8731(0x1c7),'cloud':_0x4c8731(0x251),'rect':_0x4c8731(0x238),'cardioid':'قلبي','heart':'القلب','triangle-forward':'مثلث\x20للأمام','pentagon':_0x4c8731(0x29f),'star':_0x4c8731(0x289)},'waterfall':{'styleTarget':'هدف\x20النمط','positive':_0x4c8731(0x1c2),'negative':_0x4c8731(0x1a7),'stackType':_0x4c8731(0x259),'arrangement':'الشلال','subtotal':_0x4c8731(0x1ed),'includeSubtotal':_0x4c8731(0x19c),'connector':_0x4c8731(0x2ad)},'candlestick':{'candle':_0x4c8731(0x25f),'body':_0x4c8731(0x1b5),'wick':_0x4c8731(0x1b2),'state':'حالة\x20الشمعة','open':'سعر\x20الافتتاح','high':_0x4c8731(0x232),'low':_0x4c8731(0x275),'close':_0x4c8731(0x195),'rising':_0x4c8731(0x1a3),'falling':_0x4c8731(0x255),'doji':_0x4c8731(0x1cd),'bodyColor':_0x4c8731(0x242),'fillOpacity':_0x4c8731(0x1e8),'wickColor':_0x4c8731(0x20a),'wickWidth':'عرض\x20الفتيل','wickOpacity':'عتامة\x20الفتيل','candleWidth':'عرض\x20الشمعة','hollow':'شمعة\x20جوفاء','columnsError':_0x4c8731(0x243),'series':_0x4c8731(0x2bb)},'histogram':{'binGap':_0x4c8731(0x28d),'binningMode':'وضع\x20Binning','count':'عد','width':_0x4c8731(0x2b8),'binCount':_0x4c8731(0x250),'binWidth':_0x4c8731(0x27b),'underflow':_0x4c8731(0x1a4),'overflow':'عتبة\x20الفائض','frequency':_0x4c8731(0x1c1)},'treemap':{'parentLabelLayout':_0x4c8731(0x284),'banner':_0x4c8731(0x1a5),'overlapping':_0x4c8731(0x1f0),'leafLabel':_0x4c8731(0x272),'hierarchy':_0x4c8731(0x1b8),'diagnostic':_0x4c8731(0x2ca)},'sunburst':{'hierarchy':'التسلسل\x20الهرمي','addHierarchy':_0x4c8731(0x1c6),'moveUp':'نقل\x20حقل\x20التسلسل\x20الهرمي\x20لأعلى','moveDown':'نقل\x20حقل\x20التسلسل\x20الهرمي\x20إلى\x20الأسفل','removeHierarchy':_0x4c8731(0x1e4),'centerLabel':_0x4c8731(0x1f8),'labelFormat':'نمط\x20التسمية','diagnostic':'يتطلب\x20مخطط\x20أمة\x20الشمس\x20حقلاً\x20هرمياً\x20واحداً\x20على\x20الأقل\x20وحقل\x20قيمة\x20رقمية\x20واحداً.'},'gauge':{'scale':_0x4c8731(0x1b4),'majorDivisions':_0x4c8731(0x2c8),'minorDivisions':_0x4c8731(0x1ae),'angles':_0x4c8731(0x1a0),'endAngle':'زاوية\x20النهاية','ranges':_0x4c8731(0x21d),'rangeFrom':'من','rangeTo':'ل','addRange':'أضف\x20النطاق','removeRange':_0x4c8731(0x1e6),'axisTick':_0x4c8731(0x216),'splitLine':_0x4c8731(0x18e),'pointer':_0x4c8731(0x229),'anchor':_0x4c8731(0x2aa),'progress':'التقدم','detail':_0x4c8731(0x1c4),'pointerNeedle':_0x4c8731(0x2ab),'pointerSlim':'مؤشر\x20رفيع','template':_0x4c8731(0x2d1),'modern':'حديث','classic':'كلاسيكي','minimal':_0x4c8731(0x288),'advanced':_0x4c8731(0x248),'customized':'مخصص','axisLabelNumberFormat':_0x4c8731(0x222),'detailNumberFormat':_0x4c8731(0x29e),'emptyDiagnostic':_0x4c8731(0x291),'mappingDiagnostic':_0x4c8731(0x1e7),'configDiagnostic':_0x4c8731(0x1dd)},'chord':{'source':_0x4c8731(0x1e2),'target':'الهدف','count':'عدد\x20العلاقات','node':_0x4c8731(0x2a9),'ribbon':_0x4c8731(0x257),'clockwise':'في\x20اتجاه\x20عقارب\x20الساعة','padAngle':_0x4c8731(0x2a1),'minAngle':_0x4c8731(0x1f2),'innerRadius':_0x4c8731(0x1f7),'outerRadius':_0x4c8731(0x268),'invalidRadii':_0x4c8731(0x1fd),'rotation':_0x4c8731(0x225),'distance':_0x4c8731(0x2af),'width':'العرض','focus':'التركيز','solid':_0x4c8731(0x27f),'gradient':_0x4c8731(0x2a0),'adjacency':'العقد\x20المجاورة','self':_0x4c8731(0x2cc),'emptyDiagnostic':'يتطلب\x20مخطط\x20الأوتار\x20علاقة\x20واحدة\x20على\x20الأقل\x20ذات\x20وزن\x20موجب\x20بين\x20عقدتين\x20مختلفتين.','mappingDiagnostic':_0x4c8731(0x21f),'configDiagnostic':'إعداد\x20مخطط\x20الأوتار\x20غير\x20صالح.\x20تحقق\x20من\x20الزوايا\x20وأنصاف\x20الأقطار\x20والشفافية\x20والأحجام.','associatedValue':_0x4c8731(0x2c0)},'common':{'category':_0x4c8731(0x1cf),'seriesName':_0x4c8731(0x1c0),'value':_0x4c8731(0x1f4),'percentage':_0x4c8731(0x1a6),'borderColor':_0x4c8731(0x20f),'labelContent':'محتوى\x20التسمية','labelPosition':'موضع\x20التسمية','dataLabels':_0x4c8731(0x281),'chartType':_0x4c8731(0x252),'bold':_0x4c8731(0x23c),'italic':_0x4c8731(0x2ce),'shape':_0x4c8731(0x2cf),'chartStyle':_0x4c8731(0x2c9),'chartAndAxisTitles':'عناوين\x20المخطط\x20والمحاور','legend':_0x4c8731(0x277),'chartTitle':'عنوان\x20المخطط','subtitle':_0x4c8731(0x190),'series':_0x4c8731(0x19d),'dataPoint':'نقطة\x20بيانات','trendline':'خط\x20الاتجاه','horizontalAxis':'المحور\x20الأفقي','verticalAxis':_0x4c8731(0x279),'rightVerticalAxis':_0x4c8731(0x280),'layout':_0x4c8731(0x1bd),'arrow':_0x4c8731(0x20e),'axisLabels':_0x4c8731(0x209),'currency':_0x4c8731(0x2b1),'date':_0x4c8731(0x23a),'displayName':'اسم\x20العرض','emphasis':'التركيز','heatmap':_0x4c8731(0x246),'lineColor':_0x4c8731(0x1e1),'lineWidth':'عرض\x20الخط','min':_0x4c8731(0x288),'max':'الحد\x20الأقصى','mode':'الوضع','stacked':_0x4c8731(0x204),'title':'عنوان','auto':'تلقائي','position':{'label':_0x4c8731(0x240),'inside':_0x4c8731(0x1d3),'outside':'خارج','top':_0x4c8731(0x2b7),'right':_0x4c8731(0x22f),'bottom':'أسفل','left':_0x4c8731(0x1b3),'hide':_0x4c8731(0x22c)},'axisAlign':{'start':_0x4c8731(0x1e3),'center':_0x4c8731(0x1ce),'end':'النهاية'},'textAlign':{'left':_0x4c8731(0x1b3),'center':_0x4c8731(0x1ce),'right':'يمين'},'legendSelectMode':{'single':'فردي','multiple':_0x4c8731(0x2d3),'disabled':_0x4c8731(0x18d)},'visualMapType':{'continuous':'مستمر','piecewise':_0x4c8731(0x235)},'default':_0x4c8731(0x285),'reset':'إعادة\x20تعيين','color':_0x4c8731(0x2c1),'opacity':_0x4c8731(0x299),'font':'الخط','none':'لا\x20شيء','transparent':'شفاف','numberFormat':_0x4c8731(0x1ef),'borderWidth':_0x4c8731(0x247),'borderType':_0x4c8731(0x282),'lineType':_0x4c8731(0x1a9),'dashed':_0x4c8731(0x2b6),'dotted':_0x4c8731(0x25c),'circle':_0x4c8731(0x24b),'triangle':'مثلث','diamond':_0x4c8731(0x23b),'axisLine':'خط\x20المحور','minimum':_0x4c8731(0x288),'maximum':_0x4c8731(0x1d0),'startAngle':_0x4c8731(0x1b6),'valueField':_0x4c8731(0x1e5),'categoryName':_0x4c8731(0x223),'ownValue':_0x4c8731(0x260),'children':'العناصر\x20الفرعية','label':_0x4c8731(0x1de),'editChart':_0x4c8731(0x237),'deleteChart':_0x4c8731(0x1a2),'insertChart':_0x4c8731(0x1d7),'insertChartFailed':_0x4c8731(0x24e),'openChartPanel':_0x4c8731(0x214),'hideChartPanel':_0x4c8731(0x2d0),'exportImage':_0x4c8731(0x2ba),'copy':_0x4c8731(0x26d),'setup':_0x4c8731(0x1ee),'customize':_0x4c8731(0x2a8),'data':_0x4c8731(0x1b1),'tableDataEmpty':_0x4c8731(0x1cb),'dataRange':_0x4c8731(0x213),'editData':_0x4c8731(0x22a),'inlineData':_0x4c8731(0x21c),'switchRowColumn':_0x4c8731(0x297),'useAsCategoryLabels':_0x4c8731(0x230),'cancel':_0x4c8731(0x1b7),'insert':_0x4c8731(0x2a4),'apply':_0x4c8731(0x27a),'duplicate':_0x4c8731(0x2cb)},'inlineTable':{'pasteHint':'الصق\x20جدولاً\x20من\x20جداول\x20البيانات\x20أو\x20Excel\x20أو\x20صفحة\x20ويب\x20لاستبدال\x20البيانات\x20المضمنة.','addRow':_0x4c8731(0x1fb),'addColumn':'إضافة\x20عمود'},'floatMenu':{'menuTitle':{'chart':'مخطط','axisTitle':'عنوان\x20المحور','gridline':_0x4c8731(0x21a),'tick':_0x4c8731(0x1fc),'mark':_0x4c8731(0x24d),'dataLabel':'تسمية\x20البيانات'},'field':{'position':'الموضع','size':_0x4c8731(0x218),'align':_0x4c8731(0x1cc),'map':_0x4c8731(0x203),'rotate':_0x4c8731(0x270),'labelText':_0x4c8731(0x233),'titleText':_0x4c8731(0x198)},'action':{'more':'المزيد'},'control':{'labels':_0x4c8731(0x28a),'line':'خط','reverse':_0x4c8731(0x192)}}}};export{e as default};function _0x2996(){const _0x1ae875=['شكل\x20العقدة','دائرة','عام','العلامة','فشل\x20إدراج\x20المخطط','تسميات\x20الخلية','عدد\x20بن','سحابة','نوع\x20المخطط','تكديس\x20نسبي\x20·\x20مخطط\x20عمودي','نوع\x20خط\x20المؤشر','السقوط','القوة','الشريط','العناصر','الترتيب','مخطط\x20دائري\x20من\x20دائري','مخطط\x20قمعي','منقط','خطي','Manual','شمعة','القيمة\x20الخاصة','قم\x20بتضمين\x20القيم\x20الصفرية','مخطط\x20خطي','معين\x20فارغ','الموضوع','لون\x20الصيغة','التنافر','مخطط\x20مقياس','نصف\x20القطر\x20الخارجي','لون\x20النقطة','مخطط\x20الشمعدان','مخطط\x20خطي\x20/\x20مخطط\x20مساحي','عنوان\x20المحور\x20العمودي\x20الأيمن','نسخ','لون\x20R²','عقد','تدوير','معاملة\x20التسميات\x20كتواريخ','تسميات\x20أوراق','شكل\x20النقطة','مقياس\x20القيم','أدنى\x20سعر','تسمية\x20لون\x20النص','وسيلة\x20إيضاح','تكديس\x20·\x20مخطط\x20عمودي','المحور\x20العمودي','تطبيق','عرض\x20بن','مخطط\x20عمودي','الرسم\x20البياني\x20لأشعة\x20الشمس','موقف\x20القراد','لون\x20خالص','المحور\x20الرأسي\x20الأيمن','تسميات\x20البيانات','نوع\x20الحدود','أسطورة\x20التفاف','تخطيط\x20تسمية\x20الوالدين','الافتراضي','Explosion\x20(%)','مخطط\x20خريطة\x20شجرية','الحد\x20الأدنى','نجمة','التسميات','نصف\x20فطيرة','عرض\x20R²','فجوة\x20بن','رسم\x20بياني\x20تكراري','16NJdMGf','لون\x20خط\x20الشبكة','يتطلب\x20مخطط\x20المقياس\x20قيمة\x20رقمية\x20محدودة\x20واحدة\x20على\x20الأقل.','25284941RLhzXv','عنوان\x20المحور\x20العمودي','موصل','مخطط\x20علاقات','الأسي','التبديل\x20إلى\x20صف/عمود','خريطة\x20مرئية','العتامة','نمط\x20الخط','مخطط\x20صندوقي','مخطط\x20الشموع\x20اليابانية','4236edeNAT','تنسيق\x20رقم\x20التفاصيل','البنتاغون','تدرج','زاوية\x20الوسادة','مخطط\x20القياس','إظهار\x20الصيغة','إدراج','لون\x20الخلفية','71153kYbrWa','مخطط\x20راداري','تخصيص','عقدة','مرساة','مؤشر\x20كلاسيكي','أخرى','خط\x20موصل','تدوير\x20التسميات','المسافة','المتوسط\x20المتحرك','العملة','حجم\x20المخطط\x20الثانوي','مربع\x20فارغ','خطوط\x20الشبكة\x20والعلامات','مخطط\x20سحابة\x20كلمات','متقطع','أعلى','العرض','الفجوة\x20بين\x20المخططين\x20الرئيسي\x20والثانوي','تصدير\x20كصورة','سلسلة\x20OHLC','مستطيل\x20دائري','Height\x20(%)','9954lJvIFN','قيم\x20غير\x20صالحة','القيمة\x20المرتبطة','اللون','مرجعي','المحور','حجم\x20النقطة','Top\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شلالي','795340OeqbRv','استخدم\x20المجموع\x20الفرعي','سلسلة','عرض\x20الخط','النسبة\x20المئوية\x20بالألف','الزوايا','أنواع\x20التنسيق','حذف\x20المخطط','ارتفاع','عتبة\x20التدفق\x20السفلي','راية','النسبة\x20المئوية','سالب','حجم\x20العقد\x20حسب\x20القيمة','نوع\x20الخط','شرائح','Left\x20(%)','مضلع','مخطط\x20حلقي','التقسيمات\x20الفرعية\x20لكل\x20تقسيم\x20رئيسي','أنواع\x20العملة','الخط','البيانات','فتيل','يسار','مقياس','جسم','زاوية\x20البداية','إلغاء','حقول\x20التسلسل\x20الهرمي','3437352NcJOfP','حجم\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مخطط','9FiYyUp','التعميم','وحدة\x20القيمة','Plot\x20area','مربع','إعداد\x20مخطط\x20المقياس\x20غير\x20صالح.\x20تحقق\x20من\x20المقياس\x20والنطاقات\x20والنسب\x20والأحجام.','التسمية','Series\x20overlap\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الأرقام\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الخارجي.','Width\x20(%)','مخطط\x20باريتو','Start\x20angle','مخطط\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مضمنة','نطاقات','7156072IdtxFX','يتطلب\x20مخطط\x20الأوتار\x20حقلي\x20مصدر\x20وهدف\x20مختلفين،\x20ويمكن\x20إضافة\x20حقل\x20قيمة\x20مختلف\x20اختيارياً.','خط\x20المؤشر','فتحة\x20الدونات','تنسيق\x20أرقام\x20تسميات\x20المحور','اسم\x20الفئة','2827720aPPeGI','دوران','مخطط\x20مساحي','تدوير\x20التسمية','سحابة\x20كلمات','المؤشر','تحرير\x20البيانات','عادي','إخفاء','القيمة\x20أقل\x20من','المحور\x20الأيمن','يمين','استخدام\x20{0}\x20كفئة','مخطط\x20شريطي\x20مكدس','أعلى\x20سعر','نص\x20التسمية','26hhWVIk','جزئي','سلسلة\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المتقدمة','علمية'];_0x2996=function(){return _0x1ae875;};return _0x2996();}
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xaf0fb2=_0x451e;(function(_0x1b2537,_0x47b15b){const _0x433a7e=_0x451e,_0x14ef03=_0x1b2537();while(!![]){try{const _0xa98e12=-parseInt(_0x433a7e(0x7e))/0x1+parseInt(_0x433a7e(0xa2))/0x2*(-parseInt(_0x433a7e(0x8f))/0x3)+-parseInt(_0x433a7e(0x7a))/0x4+-parseInt(_0x433a7e(0x89))/0x5*(-parseInt(_0x433a7e(0x82))/0x6)+-parseInt(_0x433a7e(0x7d))/0x7*(parseInt(_0x433a7e(0xb2))/0x8)+-parseInt(_0x433a7e(0xa3))/0x9+parseInt(_0x433a7e(0x87))/0xa*(parseInt(_0x433a7e(0x9d))/0xb);if(_0xa98e12===_0x47b15b)break;else _0x14ef03['push'](_0x14ef03['shift']());}catch(_0x708c63){_0x14ef03['push'](_0x14ef03['shift']());}}}(_0x536d,0x422f7));function _0x451e(_0x2d5d00,_0x53fe6b){_0x2d5d00=_0x2d5d00-0x79;const _0x536d4b=_0x536d();let _0x451e31=_0x536d4b[_0x2d5d00];return _0x451e31;}const e={'chart-ui':{'common':{'default':'Per\x20defecte','reset':_0xaf0fb2(0xaa)},'presentation':{'wrapLegend':'Ajusta\x20la\x20llegenda'},'inlineTable':{'pasteHint':_0xaf0fb2(0xa4),'addRow':_0xaf0fb2(0x99),'addColumn':'Afegeix\x20columna'},'floatMenu':{'menuTitle':{'chart':'Gràfic','chartTitle':_0xaf0fb2(0xa1),'subtitle':_0xaf0fb2(0x8c),'axisTitle':_0xaf0fb2(0x88),'legend':_0xaf0fb2(0x9b),'horizontalAxis':'Eix\x20horitzontal','verticalAxis':_0xaf0fb2(0x8e),'rightVerticalAxis':_0xaf0fb2(0x98),'gridline':_0xaf0fb2(0xb1),'tick':_0xaf0fb2(0xa9),'mark':_0xaf0fb2(0x9c),'series':_0xaf0fb2(0x90),'dataPoint':_0xaf0fb2(0x84),'dataLabel':'Etiqueta\x20de\x20dades'},'field':{'title':_0xaf0fb2(0xac),'subtitle':'Subtítol','position':_0xaf0fb2(0x7f),'size':_0xaf0fb2(0x8d),'align':'Alinear','mode':_0xaf0fb2(0x92),'map':'Mapa','rotate':_0xaf0fb2(0x81),'min':_0xaf0fb2(0x9f),'max':_0xaf0fb2(0x83),'color':_0xaf0fb2(0xab),'borderColor':_0xaf0fb2(0x95),'opacity':_0xaf0fb2(0x91),'labelPosition':'Posició\x20d\x27etiqueta','labelText':_0xaf0fb2(0xa7),'titleText':_0xaf0fb2(0x8b)},'action':{'more':_0xaf0fb2(0xa0),'bold':'Negreta','italic':_0xaf0fb2(0xa8)},'control':{'labels':_0xaf0fb2(0x94),'line':_0xaf0fb2(0x97),'reverse':_0xaf0fb2(0x9e),'date':_0xaf0fb2(0x86)},'option':{'textAlign':{'left':_0xaf0fb2(0xb0),'center':_0xaf0fb2(0x79),'right':_0xaf0fb2(0x80)},'position':{'top':_0xaf0fb2(0xa6),'bottom':_0xaf0fb2(0xae),'left':'Esquerra','right':_0xaf0fb2(0x80),'hide':_0xaf0fb2(0x93),'inside':'Dins','outside':_0xaf0fb2(0x7c)},'labelText':{'category':_0xaf0fb2(0xa5),'value':_0xaf0fb2(0x9a),'percentage':_0xaf0fb2(0xaf)},'axisAlign':{'start':'Inici','center':'Centre','end':'Fi'},'legendSelectMode':{'single':_0xaf0fb2(0x85),'multiple':_0xaf0fb2(0x8a),'close':_0xaf0fb2(0x96)},'visualMapType':{'continuous':_0xaf0fb2(0x7b),'piecewise':_0xaf0fb2(0xad)}}}}};export{e as default};function _0x536d(){const _0xc06278=['Mida','Eix\x20vertical','6162qmswLp','Sèrie','Opacitat','Mode','Amagar','Etiquetes','Color\x20de\x20la\x20vora','Tancar','Línia','Eix\x20vertical\x20dret','Afegeix\x20fila','Valor','Llegenda','Marca','11sHktkL','Inverteix','Mín','Més','Títol\x20del\x20gràfic','158lMNPHh','3075849YbRLkl','Copieu\x20i\x20enganxeu\x20les\x20dades\x20aquí','Categoria','Superior','Text\x20d\x27etiqueta','Cursiva','Marca\x20de\x20graduació','Restablir','Color','Títol','Per\x20trams','Inferior','Percentatge','Esquerra','Línia\x20de\x20quadrícula','8hExlim','Centre','71764sUbgRF','Continu','Fora','256739xUSGbj','274882jOAzWD','Posició','Dreta','Gira','174ZrzQej','Màx','Punt\x20de\x20dades','Individual','Data','9307090DYnxMp','Títol\x20de\x20l’eix','29985yCfGiM','Múltiple','Text\x20del\x20títol','Subtítol'];_0x536d=function(){return _0xc06278;};return _0x536d();}
|
|
1
|
+
function _0x2cba(_0x50faf5,_0x31b339){_0x50faf5=_0x50faf5-0x1df;const _0x453534=_0x4535();let _0x2cbafd=_0x453534[_0x50faf5];return _0x2cbafd;}const _0x109c37=_0x2cba;(function(_0x414a37,_0x1f2e05){const _0x4e09b2=_0x2cba,_0x3cafc5=_0x414a37();while(!![]){try{const _0x192618=-parseInt(_0x4e09b2(0x318))/0x1+parseInt(_0x4e09b2(0x254))/0x2+-parseInt(_0x4e09b2(0x284))/0x3+parseInt(_0x4e09b2(0x2dd))/0x4*(-parseInt(_0x4e09b2(0x29d))/0x5)+parseInt(_0x4e09b2(0x242))/0x6+parseInt(_0x4e09b2(0x203))/0x7+parseInt(_0x4e09b2(0x2bb))/0x8*(parseInt(_0x4e09b2(0x281))/0x9);if(_0x192618===_0x1f2e05)break;else _0x3cafc5['push'](_0x3cafc5['shift']());}catch(_0x23a446){_0x3cafc5['push'](_0x3cafc5['shift']());}}}(_0x4535,0x287f7));const e={'chart-ui':{'dataSource':{'inlineMode':_0x109c37(0x308),'referencedMode':_0x109c37(0x2fc),'sourceType':_0x109c37(0x2d8)},'editor':{'defaultColor':_0x109c37(0x302),'fontSize':'Mida\x20de\x20la\x20lletra'},'setup':{'stack':'Apilar','percentStacked':_0x109c37(0x248)},'chartTypes':{'line':_0x109c37(0x2bc),'column':_0x109c37(0x273),'columnStacked':_0x109c37(0x21b),'columnPercentStacked':_0x109c37(0x1f9),'bar':_0x109c37(0x1e3),'barStacked':_0x109c37(0x265),'barPercentStacked':_0x109c37(0x2a9),'pie':'Gràfic\x20circular','donut':'Gràfic\x20de\x20rosquilla','pieOfPie':_0x109c37(0x2c1),'barOfPie':_0x109c37(0x2b8),'area':_0x109c37(0x2ec),'areaStacked':_0x109c37(0x2ee),'areaPercentStacked':_0x109c37(0x249),'radar':'Gràfic\x20de\x20radar','scatter':_0x109c37(0x22d),'combination':'Gràfic\x20combinat','wordCloud':_0x109c37(0x295),'funnel':'Gràfic\x20d\x27embuts','bubble':'Gràfic\x20de\x20bombolletes','relation':_0x109c37(0x2ea),'waterfall':_0x109c37(0x1f4),'pareto':_0x109c37(0x1f8),'sankey':_0x109c37(0x2d1),'heatmap':_0x109c37(0x1f2),'boxplot':'Diagrama\x20de\x20caixa','candlestick':'Gràfic\x20de\x20candeles','histogram':_0x109c37(0x266),'treemap':_0x109c37(0x2cf),'sunburst':_0x109c37(0x1e1),'gauge':_0x109c37(0x317),'chord':'Diagrama\x20de\x20cordes'},'section':{'waterfall':_0x109c37(0x1f4),'paretoBar':_0x109c37(0x2bd),'paretoLine':_0x109c37(0x22f),'pie':_0x109c37(0x1f1),'wordCloud':_0x109c37(0x295),'radar':_0x109c37(0x2d6),'funnel':_0x109c37(0x2ed),'relation':_0x109c37(0x2ea),'lineAndArea':'Gràfic\x20de\x20línies\x20/\x20Gràfic\x20d\x27àrea','gridlinesAndTicks':_0x109c37(0x29a),'indicatorLine':_0x109c37(0x291),'candlestick':_0x109c37(0x252),'histogram':_0x109c37(0x26a),'treemap':_0x109c37(0x300),'sunburst':_0x109c37(0x235),'gauge':_0x109c37(0x1ef),'chord':'Taula\x20d\x27acords'},'presentation':{'backgroundColor':_0x109c37(0x2eb),'theme':_0x109c37(0x2f5),'gradientFill':_0x109c37(0x305),'bodyFontSize':_0x109c37(0x1ed),'bodyFontColor':_0x109c37(0x2e2),'titleType':_0x109c37(0x2e5),'horizontalAxisTitle':'Títol\x20de\x20l\x27eix\x20horitzontal','verticalAxisTitle':'Títol\x20de\x20l\x27eix\x20vertical','rightVerticalAxisTitle':_0x109c37(0x2cd),'wrap':'Embolica\x20la\x20llegenda','selectMode':'Mode\x20de\x20selecció','visualMapType':'Mapa\x20visual','align':_0x109c37(0x206)},'numberFormat':{'source':_0x109c37(0x2f0),'number':_0x109c37(0x261),'scientific':'Científic','custom':'Format\x20personalitzat','preview':_0x109c37(0x2e7),'generalType':_0x109c37(0x24e),'accountingType':_0x109c37(0x297),'thousandsType':_0x109c37(0x24d),'formatTypes':'Tipus\x20de\x20format','generalDesc':_0x109c37(0x24b),'accountingDesc':_0x109c37(0x219),'currencyDesc':_0x109c37(0x282),'dateDesc':_0x109c37(0x270),'thousandsDesc':'El\x20format\x20de\x20percentil\x20mil·lèsima\x20s\x27utilitza\x20per\x20a\x20nombres\x20generals,\x20els\x20formats\x20de\x20moneda\x20i\x20comptable\x20proporcionen\x20formats\x20especialitzats\x20per\x20a\x20valors\x20monetaris.','decimalPlaces':_0x109c37(0x267),'currencyTypes':_0x109c37(0x20f),'negativeNumberTypes':'Tipus\x20de\x20nombres\x20negatius','dateTypes':'Tipus\x20de\x20data','setFormat':'Establir\x20format\x20d\x27etiqueta'},'series':{'rightAxis':'Eix\x20dret','allSeries':'Totes\x20les\x20sèries','aggregate':_0x109c37(0x30b),'borderOpacity':_0x109c37(0x1e0),'solid':_0x109c37(0x262),'pointShape':'Forma\x20de\x20punt','pointSize':'Mida\x20del\x20punt','pointColor':'Color\x20del\x20punt','removeDataPoint':'Elimina\x20el\x20punt\x20de\x20dades','square':'Plaçada','rect':_0x109c37(0x311),'roundRect':_0x109c37(0x28e),'pin':_0x109c37(0x2a6),'emptyCircle':'Cercle\x20buit','emptySquare':_0x109c37(0x1ff),'emptyTriangle':'Triangle\x20buit','emptyDiamond':_0x109c37(0x221),'emptyRect':_0x109c37(0x290),'emptyRoundRect':_0x109c37(0x30e),'emptyPin':_0x109c37(0x260),'emptyArrow':_0x109c37(0x283)},'lineAndArea':{'lineStyle':'Estil\x20de\x20línia','line':_0x109c37(0x20b),'smooth':'suau','step':_0x109c37(0x2e6),'invalidValues':_0x109c37(0x1f3),'breakLine':_0x109c37(0x30a),'connect':_0x109c37(0x2d5),'zero':_0x109c37(0x315)},'axis':{'useDateAxis':_0x109c37(0x215),'target':'Eix','lineColor':'Color\x20de\x20línia','lineWidth':_0x109c37(0x2fa),'labelRotation':'Rotació\x20d\x27etiquetes','reverse':_0x109c37(0x30c),'gridlineVisible':_0x109c37(0x27f),'gridlineColor':'Color\x20de\x20la\x20quadrícula','gridlineWidth':_0x109c37(0x25c),'tickVisible':'Paparres','tickLength':_0x109c37(0x213),'tickWidth':_0x109c37(0x27c),'tickColor':'Color\x20de\x20la\x20marca','tickPosition':_0x109c37(0x310)},'indicator':{'lineColor':'Color\x20de\x20la\x20línia\x20indicadora','lineType':'Tipus\x20de\x20línia\x20indicadora','labelBackground':_0x109c37(0x24c),'labelText':_0x109c37(0x210)},'trendline':{'add':'Afegir\x20línia\x20de\x20tendència','type':_0x109c37(0x1e9),'linear':_0x109c37(0x274),'exponential':'Exponencial','logarithmic':'Logarítmica','polynomial':'Polinomi','power':'Poder','movingAverage':_0x109c37(0x2a8),'showFormula':_0x109c37(0x2fd),'showR2':_0x109c37(0x268),'order':_0x109c37(0x2cc),'period':_0x109c37(0x304),'formulaColor':_0x109c37(0x263),'r2Color':_0x109c37(0x2b7)},'pareto':{'includeZeroValues':_0x109c37(0x2be)},'plotArea':{'label':'Plot\x20area','manual':_0x109c37(0x216),'left':'Left\x20(%)','top':'Top\x20(%)','width':_0x109c37(0x212),'height':_0x109c37(0x218)},'bar':{'layout':_0x109c37(0x211),'gapWidth':_0x109c37(0x20d),'overlap':_0x109c37(0x1e4)},'pie':{'mode':_0x109c37(0x276),'modeNormal':_0x109c37(0x234),'modePieOfPie':_0x109c37(0x2bf),'modeBarOfPie':_0x109c37(0x2df),'splitType':_0x109c37(0x2a7),'splitAuto':'Automàtic','splitPosition':_0x109c37(0x253),'splitCustom':_0x109c37(0x313),'customSelectedCount':_0x109c37(0x240),'customSelectedCountValue':'{0}\x20punts\x20de\x20dades\x20seleccionats','positionCount':'Nombre\x20de\x20punts\x20de\x20dades\x20secundaris','valueLessThan':'Valor\x20inferior\x20a','percentageLessThan':_0x109c37(0x2a3),'secondarySize':_0x109c37(0x27d),'advancedLayout':'Disseny\x20avançat','connector':_0x109c37(0x2d7),'slices':_0x109c37(0x293),'gapWidth':_0x109c37(0x2ad),'connectorColor':_0x109c37(0x23c),'connectorWidth':_0x109c37(0x23f),'connectorType':_0x109c37(0x21c),'aggregateOther':'Altre','aggregateMembers':_0x109c37(0x2ca),'valueScale':_0x109c37(0x21e),'doughnutHole':_0x109c37(0x2b4),'startAngle':'Start\x20angle','explosion':_0x109c37(0x202),'paddingAngle':'Espaiat\x20entre\x20llesques','halfPie':_0x109c37(0x2b0),'rosePie':_0x109c37(0x2af),'labelLine':_0x109c37(0x316)},'radar':{'shape':_0x109c37(0x207),'polygon':'Polígon','fill':_0x109c37(0x26c)},'funnel':{'gap':_0x109c37(0x222),'absoluteValues':_0x109c37(0x2c5)},'heatmap':{'unit':'Unitat\x20de\x20valor','labels':_0x109c37(0x2b2)},'relation':{'nodes':_0x109c37(0x26b),'interaction':_0x109c37(0x226),'edgeLength':'Longitud\x20de\x20l’aresta','circular':_0x109c37(0x23d),'force':_0x109c37(0x1e8),'nodeShape':_0x109c37(0x309),'valueSize':_0x109c37(0x258),'rotateLabels':_0x109c37(0x286),'gravity':_0x109c37(0x2c6),'repulsion':'Repulsió'},'wordCloud':{'maskImage':'ID\x20de\x20la\x20imatge\x20de\x20la\x20màscara','repeat':'Repetiu\x20paraules','cloud':_0x109c37(0x2db),'rect':_0x109c37(0x311),'cardioid':_0x109c37(0x319),'heart':'Cor','triangle-forward':_0x109c37(0x1f7),'pentagon':_0x109c37(0x24a),'star':'Estrella'},'waterfall':{'styleTarget':_0x109c37(0x1ec),'positive':_0x109c37(0x247),'negative':_0x109c37(0x298),'stackType':_0x109c37(0x2c0),'arrangement':_0x109c37(0x303),'subtotal':_0x109c37(0x1e5),'includeSubtotal':_0x109c37(0x224),'connector':_0x109c37(0x2fe)},'candlestick':{'candle':_0x109c37(0x26e),'body':_0x109c37(0x208),'wick':'Metxa','state':'Estat\x20de\x20la\x20vela','open':'Obertura','high':'Màxim','low':_0x109c37(0x1eb),'close':'Tancament','rising':'Aixecant-se','falling':_0x109c37(0x285),'doji':_0x109c37(0x22a),'bodyColor':_0x109c37(0x275),'fillOpacity':_0x109c37(0x1fd),'wickColor':'Color\x20de\x20la\x20metxa','wickWidth':_0x109c37(0x2e8),'wickOpacity':_0x109c37(0x204),'candleWidth':'Amplada\x20de\x20l\x27espelma','hollow':'Espelma\x20buida','columnsError':_0x109c37(0x2d0),'series':_0x109c37(0x246)},'histogram':{'binGap':_0x109c37(0x223),'binningMode':_0x109c37(0x24f),'count':_0x109c37(0x259),'width':_0x109c37(0x2ae),'binCount':_0x109c37(0x1fb),'binWidth':_0x109c37(0x238),'underflow':_0x109c37(0x2de),'overflow':_0x109c37(0x2a5),'frequency':_0x109c37(0x23a)},'treemap':{'parentLabelLayout':_0x109c37(0x22c),'banner':'Bandera','overlapping':_0x109c37(0x2a2),'leafLabel':_0x109c37(0x209),'hierarchy':_0x109c37(0x314),'diagnostic':_0x109c37(0x2b9)},'sunburst':{'hierarchy':'Jerarquia','addHierarchy':_0x109c37(0x29b),'moveUp':_0x109c37(0x1f5),'moveDown':_0x109c37(0x255),'removeHierarchy':_0x109c37(0x2ef),'centerLabel':_0x109c37(0x1e2),'labelFormat':_0x109c37(0x2e0),'diagnostic':_0x109c37(0x22e)},'gauge':{'scale':_0x109c37(0x2ce),'majorDivisions':_0x109c37(0x2da),'minorDivisions':_0x109c37(0x2ba),'angles':_0x109c37(0x301),'endAngle':_0x109c37(0x251),'ranges':_0x109c37(0x2f4),'rangeFrom':_0x109c37(0x2c8),'rangeTo':'A','addRange':_0x109c37(0x200),'removeRange':_0x109c37(0x279),'axisTick':_0x109c37(0x2ac),'splitLine':_0x109c37(0x1e7),'pointer':_0x109c37(0x26f),'anchor':_0x109c37(0x269),'progress':_0x109c37(0x201),'detail':_0x109c37(0x257),'pointerNeedle':_0x109c37(0x28a),'pointerSlim':'Agulla\x20fina','template':'Plantilla','modern':_0x109c37(0x2cb),'classic':'Clàssic','minimal':_0x109c37(0x1eb),'advanced':_0x109c37(0x2f9),'customized':_0x109c37(0x313),'axisLabelNumberFormat':_0x109c37(0x2f3),'detailNumberFormat':_0x109c37(0x29e),'emptyDiagnostic':_0x109c37(0x233),'mappingDiagnostic':_0x109c37(0x277),'configDiagnostic':_0x109c37(0x2c4)},'chord':{'source':_0x109c37(0x217),'target':_0x109c37(0x241),'count':_0x109c37(0x2e3),'node':_0x109c37(0x2a4),'ribbon':_0x109c37(0x239),'clockwise':'En\x20sentit\x20horari','padAngle':_0x109c37(0x227),'minAngle':'Angle\x20mínim','innerRadius':_0x109c37(0x2c9),'outerRadius':'Radi\x20exterior','invalidRadii':_0x109c37(0x237),'rotation':_0x109c37(0x25d),'distance':_0x109c37(0x2d9),'width':'Amplada','focus':_0x109c37(0x299),'solid':_0x109c37(0x2b3),'gradient':_0x109c37(0x25b),'adjacency':_0x109c37(0x2e4),'self':_0x109c37(0x214),'emptyDiagnostic':_0x109c37(0x30d),'mappingDiagnostic':_0x109c37(0x2dc),'configDiagnostic':_0x109c37(0x20a),'associatedValue':_0x109c37(0x23b)},'common':{'category':_0x109c37(0x27e),'seriesName':_0x109c37(0x245),'value':_0x109c37(0x312),'percentage':_0x109c37(0x2d4),'borderColor':_0x109c37(0x271),'labelContent':_0x109c37(0x29c),'labelPosition':_0x109c37(0x228),'dataLabels':_0x109c37(0x2b6),'chartType':_0x109c37(0x25f),'bold':'Negreta','italic':_0x109c37(0x2c7),'shape':_0x109c37(0x236),'chartStyle':_0x109c37(0x294),'chartAndAxisTitles':_0x109c37(0x225),'legend':'Llegenda','chartTitle':_0x109c37(0x21f),'subtitle':_0x109c37(0x256),'series':_0x109c37(0x250),'dataPoint':'Punt\x20de\x20dades','trendline':'Línia\x20de\x20tendència','horizontalAxis':_0x109c37(0x288),'verticalAxis':'Eix\x20vertical','rightVerticalAxis':'Eix\x20vertical\x20dret','layout':_0x109c37(0x27b),'arrow':_0x109c37(0x2f2),'axisLabels':_0x109c37(0x296),'currency':_0x109c37(0x2d3),'date':'Data','displayName':'Nom\x20de\x20visualització','emphasis':_0x109c37(0x232),'heatmap':_0x109c37(0x1f2),'lineColor':_0x109c37(0x2d2),'lineWidth':'Ample\x20de\x20línia','min':_0x109c37(0x1eb),'max':_0x109c37(0x2aa),'mode':_0x109c37(0x264),'stacked':_0x109c37(0x2e1),'title':_0x109c37(0x25e),'auto':_0x109c37(0x28f),'position':{'label':_0x109c37(0x253),'inside':'Dins','outside':'Fora','top':_0x109c37(0x1e6),'right':_0x109c37(0x2c3),'bottom':_0x109c37(0x2ff),'left':'Esquerra','hide':_0x109c37(0x23e)},'axisAlign':{'start':'Inici','center':_0x109c37(0x2ab),'end':'Fi'},'textAlign':{'left':_0x109c37(0x307),'center':_0x109c37(0x2ab),'right':_0x109c37(0x2c3)},'legendSelectMode':{'single':_0x109c37(0x306),'multiple':'Múltiple','disabled':_0x109c37(0x22b)},'visualMapType':{'continuous':_0x109c37(0x2c2),'piecewise':'Per\x20trams'},'default':_0x109c37(0x278),'reset':_0x109c37(0x21a),'color':_0x109c37(0x2a1),'opacity':_0x109c37(0x272),'font':_0x109c37(0x217),'none':_0x109c37(0x230),'transparent':_0x109c37(0x205),'numberFormat':'Format\x20numèric','borderWidth':_0x109c37(0x2b1),'borderType':_0x109c37(0x1fc),'lineType':'Tipus\x20de\x20línia','dashed':_0x109c37(0x1f6),'dotted':_0x109c37(0x20e),'circle':_0x109c37(0x292),'triangle':_0x109c37(0x243),'diamond':_0x109c37(0x2f1),'axisLine':'Línia\x20de\x20l\x27eix','minimum':_0x109c37(0x1eb),'maximum':_0x109c37(0x2aa),'startAngle':'Angle\x20inicial','valueField':_0x109c37(0x2a0),'categoryName':'Nom\x20de\x20la\x20categoria','ownValue':_0x109c37(0x2b5),'children':'Elements\x20fills','label':_0x109c37(0x30f),'editChart':_0x109c37(0x244),'deleteChart':_0x109c37(0x1ee),'insertChart':_0x109c37(0x1fe),'insertChartFailed':_0x109c37(0x25a),'openChartPanel':'Obrir\x20panell\x20de\x20gràfics','hideChartPanel':_0x109c37(0x26d),'exportImage':_0x109c37(0x287),'copy':_0x109c37(0x1f0),'setup':'Configurar','customize':'Personalitzar','data':_0x109c37(0x289),'tableDataEmpty':_0x109c37(0x1df),'dataRange':'Interval\x20de\x20dades','editData':_0x109c37(0x27a),'inlineData':_0x109c37(0x2fb),'switchRowColumn':'Canviar\x20a\x20fila/columna','useAsCategoryLabels':_0x109c37(0x2f6),'cancel':_0x109c37(0x280),'insert':'Insereix','apply':_0x109c37(0x21d),'duplicate':_0x109c37(0x28c)},'inlineTable':{'pasteHint':_0x109c37(0x28b),'addRow':_0x109c37(0x20c),'addColumn':_0x109c37(0x2e9)},'floatMenu':{'menuTitle':{'chart':_0x109c37(0x1fa),'axisTitle':_0x109c37(0x29f),'gridline':_0x109c37(0x1ea),'tick':_0x109c37(0x229),'mark':_0x109c37(0x2f8),'dataLabel':'Etiqueta\x20de\x20dades'},'field':{'position':'Posició','size':'Mida','align':'Alineal','map':'Mapa','rotate':_0x109c37(0x231),'labelText':_0x109c37(0x28d),'titleText':_0x109c37(0x2f7)},'action':{'more':'Més'},'control':{'labels':'Etiquetes','line':_0x109c37(0x20b),'reverse':_0x109c37(0x220)}}}};function _0x4535(){const _0x513cf3=['Línies\x20dividides','Força','Tipus','Línia\x20de\x20quadrícula','Mínim','Destinació\x20de\x20l’estil','Mida\x20de\x20la\x20lletra\x20del\x20cos','Eliminar\x20gràfic','Gràfic\x20de\x20mesura','Copiar','Gràfic\x20circular','Mapa\x20de\x20calor','Valors\x20no\x20vàlids','Gràfic\x20de\x20cascada','Mou\x20el\x20camp\x20de\x20la\x20jerarquia\x20cap\x20amunt','De\x20punt','Triangle\x20cap\x20endavant','Gràfic\x20de\x20Pareto','Apilar\x20percentatge\x20·\x20Gràfic\x20de\x20columnes','Gràfic','Recompte\x20de\x20papereres','Tipus\x20de\x20vora','Omplir\x20l\x27opacitat','Inserir\x20gràfic','Quadrat\x20buit','Afegeix\x20un\x20rang','Progrés','Explosion\x20(%)','1850450uwrjOS','Opacitat\x20de\x20la\x20metxa','Transparent','Alineació','Forma\x20de\x20radar','Cos','Etiquetes\x20de\x20fulles','La\x20configuració\x20del\x20diagrama\x20de\x20cordes\x20no\x20és\x20vàlida.\x20Comproveu\x20els\x20angles,\x20els\x20radis,\x20l’opacitat\x20i\x20les\x20mides.','Línia','Afegeix\x20fila','Gap\x20width\x20(%)','Puntejat','Tipus\x20de\x20moneda','Color\x20del\x20text\x20de\x20l\x27etiqueta','Bar\x20spacing','Width\x20(%)','Longitud\x20de\x20la\x20marca','Node\x20actual','Tracta\x20les\x20etiquetes\x20com\x20a\x20dates','Manual','Font','Height\x20(%)','El\x20format\x20de\x20nombre\x20comptable\x20alinea\x20els\x20símbols\x20de\x20moneda\x20i\x20els\x20punts\x20decimals\x20en\x20una\x20columna.','Restableix','Apilar\x20·\x20Gràfic\x20de\x20columnes','Tipus\x20de\x20línia\x20de\x20connexió','Aplica','Escala\x20de\x20valors','Títol\x20del\x20gràfic','Inverteix','Rombe\x20buit','Buit\x20d\x27article','Espai\x20de\x20la\x20paperera','Utilitzeu\x20el\x20subtotal','Títols\x20del\x20gràfic\x20i\x20els\x20eixos','Interacció','Angle\x20del\x20coixinet','Posició\x20de\x20l\x27etiqueta','Marca\x20de\x20graduació','Doji','Desactivat','Disseny\x20de\x20l\x27etiqueta\x20principal','Gràfic\x20de\x20dispersió','El\x20gràfic\x20de\x20raigs\x20solars\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Sèrie\x20de\x20percentatge\x20acumulat','Cap','Gira','Èmfasi','El\x20gràfic\x20d’indicador\x20necessita\x20almenys\x20un\x20valor\x20numèric\x20finit.','Normal','Gràfic\x20Sunburst','Forma','El\x20radi\x20interior\x20ha\x20de\x20ser\x20més\x20petit\x20que\x20el\x20radi\x20exterior.','Amplada\x20del\x20contenidor','Cinta','Freqüència','Valor\x20associat','Color\x20de\x20la\x20línia\x20de\x20connexió','Circular','Amagar','Amplada\x20de\x20la\x20línia\x20de\x20connexió','Divisió\x20personalitzada','Objectiu','236286oZzNAW','Triangle','Editor\x20de\x20gràfics','Nom\x20de\x20la\x20sèrie','Sèrie\x20OHLC','Positiu','Apilar\x20percentatge','Gràfic\x20d\x27àrea\x20apilada\x20percentual','Pentàgon','El\x20format\x20general\x20no\x20conté\x20cap\x20format\x20de\x20nombre\x20específic.','Fons\x20de\x20l\x27etiqueta','Percentil\x20mil·lèsima','General','Mode\x20binning','Sèrie','Angle\x20final','Gràfic\x20de\x20canelobres','Posició','587166XwZbDG','Mou\x20el\x20camp\x20de\x20la\x20jerarquia\x20cap\x20avall','Subtítol','Detall','Mida\x20els\x20nodes\x20per\x20valor','Compte','No\x20s\x27ha\x20pogut\x20inserir\x20el\x20gràfic','Degradat','Amplada\x20de\x20la\x20quadrícula','Rotació','Títol','Tipus\x20de\x20gràfic','Marcador\x20buit','Número','Sòlid','Color\x20de\x20la\x20fórmula','Mode','Gràfic\x20de\x20barres\x20apilades','Histograma','Decimals','Mostra\x20R²','Àncora','Gràfic\x20d\x27histograma','Nodes','Omplir\x20l\x27àrea','Amagar\x20panell\x20de\x20gràfics','Espelma','Apuntador','El\x20format\x20de\x20data\x20mostra\x20els\x20números\x20de\x20sèrie\x20de\x20data\x20i\x20hora\x20com\x20a\x20valors\x20de\x20data.','Color\x20de\x20la\x20vora','Opacitat','Gràfic\x20de\x20columnes','Lineal','Color\x20del\x20cos','Forma\x20del\x20gràfic','El\x20gràfic\x20d’indicador\x20necessita\x20un\x20camp\x20d’etiqueta\x20i\x20exactament\x20un\x20camp\x20de\x20valor.','Per\x20defecte','Elimina\x20l\x27interval','Edita\x20les\x20dades','Disseny','Amplada\x20de\x20la\x20marca','Mida\x20del\x20gràfic\x20secundari','Categoria','Línies\x20de\x20graella','Cancel·la','1237392wseeYi','El\x20format\x20de\x20moneda\x20s\x27utilitza\x20per\x20a\x20valors\x20monetaris\x20generals,\x20el\x20format\x20comptable\x20alinea\x20els\x20punts\x20decimals\x20en\x20una\x20columna\x20de\x20valors.','Fletxa\x20buida','836556zFfowy','Caient','Gira\x20les\x20etiquetes','Exporta\x20com\x20a\x20imatge','Eix\x20horitzontal','Dades','Agulla\x20clàssica','Enganxeu\x20una\x20taula\x20de\x20Fulls\x20de\x20càlcul,\x20Excel\x20o\x20una\x20pàgina\x20web\x20per\x20substituir\x20les\x20dades\x20en\x20línia.','Duplica','Text\x20d\x27etiqueta','Rectangle\x20arrodonit','Automàtic','Rectangle\x20buit','Línia\x20indicadora','Cercle','Sectors','Estil\x20de\x20gràfic','Núvol\x20de\x20paraules','Etiquetes\x20dels\x20eixos','Comptabilitat','Negatiu','Focus','Línies\x20de\x20quadrícula\x20i\x20marques','Afegeix\x20jerarquia','Contingut\x20de\x20l’etiqueta','95AUSbKR','Format\x20de\x20nombre\x20detallat','Títol\x20de\x20l’eix','Camp\x20de\x20valor','Color','Superposició','Percentatge\x20inferior\x20a','Node','Llindar\x20de\x20desbordament','Marcador','Divideix\x20per','Mitjana\x20mòbil','Gràfic\x20de\x20barres\x20apilades\x20percentual','Màxim','Centre','Marcades\x20de\x20l\x27eix','Separació\x20entre\x20el\x20gràfic\x20principal\x20i\x20el\x20secundari','Amplada','Pastís\x20de\x20roses','Mig\x20pastís','Amplada\x20de\x20la\x20vora','Etiquetes\x20cel·lulars','Color\x20sòlid','Forat\x20de\x20donuts','Valor\x20propi','Etiquetes\x20de\x20dades','Color\x20R²','Gràfic\x20de\x20barres\x20de\x20circular','El\x20mapa\x20d’arbre\x20necessita\x20almenys\x20un\x20camp\x20jeràrquic\x20i\x20un\x20camp\x20de\x20valor\x20numèric.','Divisions\x20secundàries\x20per\x20divisió\x20principal','8nBRJci','Gràfic\x20de\x20línies','Sèrie\x20de\x20gràfic\x20de\x20barres','Inclou\x20valors\x20zero','Circular\x20de\x20circular','Arranjament','Gràfic\x20circular\x20de\x20circular','Contínua','Dreta','La\x20configuració\x20del\x20gràfic\x20d’indicador\x20no\x20és\x20vàlida.\x20Comproveu\x20l’escala,\x20els\x20intervals,\x20les\x20proporcions\x20i\x20les\x20mides.','Utilitzeu\x20valors\x20absoluts','Gravetat','Cursiva','Des\x20de','Radi\x20interior','Elements','Modern','Ordre','Títol\x20de\x20l\x27eix\x20vertical\x20dret','Escala','Mapa\x20d\x27arbre','Les\x20dades\x20del\x20gràfic\x20d’espelmes\x20necessiten\x20les\x20columnes\x20Categoria,\x20Obertura,\x20Màxim,\x20Mínim\x20i\x20Tancament.','Gràfic\x20de\x20Sankey','Color\x20de\x20línia','Moneda','Percentatge','Connecteu\x20punts\x20de\x20dades','Gràfic\x20de\x20radar','Connector','Tipus\x20d’origen','Distància','Divisions\x20principals','Núvol','El\x20diagrama\x20de\x20cordes\x20necessita\x20camps\x20d’origen\x20i\x20destinació\x20diferents\x20i,\x20opcionalment,\x20un\x20camp\x20de\x20valor\x20diferent.','53624PrisJV','Llindar\x20de\x20desbordament\x20inferior','Barres\x20de\x20circular','Estil\x20d\x27etiqueta','Apilat','Color\x20de\x20lletra\x20del\x20cos','Recompte\x20de\x20relacions','Nodes\x20adjacents','Tipus\x20de\x20títol','Pas','Vista\x20prèvia','Amplada\x20de\x20la\x20metxa','Afegeix\x20una\x20columna','Gràfic\x20de\x20relació','Color\x20de\x20fons','Gràfic\x20d\x27àrea','Gràfic\x20d\x27embuts','Gràfic\x20d\x27àrea\x20apilada','Elimina\x20el\x20camp\x20de\x20la\x20jerarquia','Format\x20d\x27origen','Diamant','Fletxa','Format\x20numèric\x20de\x20les\x20etiquetes\x20de\x20l’eix','Intervals','Tema','Usar\x20{0}\x20com\x20a\x20categoria','Text\x20del\x20títol','Marca','Configuració\x20avançada','Ample\x20de\x20línia','Dades\x20en\x20línia','Referenciada','Mostra\x20la\x20fórmula','Línia\x20de\x20connector','Inferior','Gràfic\x20de\x20mapa\x20d\x27arbre','Angles','Color\x20per\x20defecte','Cascada','Període','Farciment\x20degradat','Individual','Esquerra','En\x20línia','Forma\x20del\x20node','Trenca\x20la\x20línia','Agrega','Eix\x20invers','El\x20diagrama\x20de\x20cordes\x20necessita\x20almenys\x20una\x20relació\x20de\x20pes\x20positiu\x20entre\x20dos\x20nodes\x20diferents.','Rectangle\x20arrodonit\x20buit','Etiqueta','Posició\x20de\x20la\x20marca','Rectangle','Valor','Personalitzat','Camps\x20de\x20jerarquia','Tractar\x20com\x20a\x20zero','Línia\x20d\x27etiquetes','Gràfic\x20d\x27indicador','35357LMKIIS','Cardioide','Les\x20dades\x20de\x20la\x20taula\x20estan\x20buides','Opacitat\x20de\x20la\x20vora','Gràfic\x20de\x20raigs\x20solars','Total\x20central','Gràfic\x20de\x20barres','Series\x20overlap\x20(%)','Subtotal','Superior'];_0x4535=function(){return _0x513cf3;};return _0x4535();}export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2de5e6=_0x34fc;(function(_0x3e2ab2,_0x14dd35){const _0x5314a5=_0x34fc,_0x2065fe=_0x3e2ab2();while(!![]){try{const _0x435b3e=parseInt(_0x5314a5(0x153))/0x1*(parseInt(_0x5314a5(0x174))/0x2)+-parseInt(_0x5314a5(0x15e))/0x3+-parseInt(_0x5314a5(0x182))/0x4+-parseInt(_0x5314a5(0x15d))/0x5+parseInt(_0x5314a5(0x158))/0x6*(parseInt(_0x5314a5(0x17b))/0x7)+parseInt(_0x5314a5(0x188))/0x8*(parseInt(_0x5314a5(0x16b))/0x9)+-parseInt(_0x5314a5(0x185))/0xa*(parseInt(_0x5314a5(0x154))/0xb);if(_0x435b3e===_0x14dd35)break;else _0x2065fe['push'](_0x2065fe['shift']());}catch(_0x1475eb){_0x2065fe['push'](_0x2065fe['shift']());}}}(_0x12db,0x9e1dc));const e={'chart-ui':{'common':{'default':'Standard','reset':_0x2de5e6(0x157)},'presentation':{'wrapLegend':_0x2de5e6(0x181)},'inlineTable':{'pasteHint':'Daten\x20hier\x20kopieren\x20und\x20einfügen','addRow':_0x2de5e6(0x17a),'addColumn':_0x2de5e6(0x170)},'floatMenu':{'menuTitle':{'chart':'Diagramm','chartTitle':'Diagrammtitel','subtitle':_0x2de5e6(0x159),'axisTitle':_0x2de5e6(0x16c),'legend':_0x2de5e6(0x14b),'horizontalAxis':_0x2de5e6(0x16f),'verticalAxis':_0x2de5e6(0x176),'rightVerticalAxis':_0x2de5e6(0x173),'gridline':_0x2de5e6(0x14f),'tick':_0x2de5e6(0x16a),'mark':_0x2de5e6(0x172),'series':_0x2de5e6(0x15f),'dataPoint':_0x2de5e6(0x17d),'dataLabel':_0x2de5e6(0x149)},'field':{'title':_0x2de5e6(0x178),'subtitle':_0x2de5e6(0x159),'position':_0x2de5e6(0x166),'size':_0x2de5e6(0x15c),'align':_0x2de5e6(0x14e),'mode':'Modus','map':_0x2de5e6(0x152),'rotate':_0x2de5e6(0x169),'min':_0x2de5e6(0x156),'max':_0x2de5e6(0x16e),'color':_0x2de5e6(0x167),'borderColor':_0x2de5e6(0x175),'opacity':_0x2de5e6(0x16d),'labelPosition':_0x2de5e6(0x168),'labelText':_0x2de5e6(0x17f),'titleText':_0x2de5e6(0x162)},'action':{'more':_0x2de5e6(0x184),'bold':_0x2de5e6(0x160),'italic':_0x2de5e6(0x161)},'control':{'labels':'Beschriftungen','line':_0x2de5e6(0x14c),'reverse':_0x2de5e6(0x186),'date':_0x2de5e6(0x179)},'option':{'textAlign':{'left':_0x2de5e6(0x177),'center':_0x2de5e6(0x15a),'right':_0x2de5e6(0x164)},'position':{'top':_0x2de5e6(0x180),'bottom':_0x2de5e6(0x187),'left':'Links','right':_0x2de5e6(0x164),'hide':'Ausblenden','inside':_0x2de5e6(0x183),'outside':_0x2de5e6(0x151)},'labelText':{'category':_0x2de5e6(0x17c),'value':_0x2de5e6(0x14a),'percentage':_0x2de5e6(0x14d)},'axisAlign':{'start':_0x2de5e6(0x155),'center':_0x2de5e6(0x15a),'end':_0x2de5e6(0x150)},'legendSelectMode':{'single':_0x2de5e6(0x171),'multiple':_0x2de5e6(0x165),'close':_0x2de5e6(0x15b)},'visualMapType':{'continuous':_0x2de5e6(0x17e),'piecewise':_0x2de5e6(0x163)}}}}};function _0x34fc(_0x4ad2cf,_0x55e0a0){_0x4ad2cf=_0x4ad2cf-0x149;const _0x12db06=_0x12db();let _0x34fc88=_0x12db06[_0x4ad2cf];return _0x34fc88;}function _0x12db(){const _0x5ca3c1=['Mehr','256250AkBFWc','Umkehren','Unten','9048392GcdxLK','Datenbeschriftung','Wert','Legende','Linie','Prozent','Ausrichten','Gitternetzlinie','Ende','Außen','Karte','1IJXstL','99eFwZFA','Anfang','Min.','Zurücksetzen','146154NLgETZ','Untertitel','Mitte','Schließen','Größe','174750HxzONw','2083554YdZaAT','Datenreihe','Fett','Kursiv','Titeltext','Stückweise','Rechts','Mehrfach','Position','Farbe','Beschriftungsposition','Drehen','Teilstrich','9pmAloz','Achsentitel','Deckkraft','Max.','Horizontale\x20Achse','Spalte\x20hinzufügen','Einzeln','Zeichen','Rechte\x20vertikale\x20Achse','1550546PbirQL','Rahmenfarbe','Vertikale\x20Achse','Links','Titel','Datum','Zeile\x20hinzufügen','7nutkxJ','Kategorie','Datenpunkt','Kontinuierlich','Beschriftungstext','Oben','Legende\x20umbrechen','1291776zkFMbz','Innen'];_0x12db=function(){return _0x5ca3c1;};return _0x12db();}export{e as default};
|
|
1
|
+
function _0x2a95(){const _0x293517=['Bereich\x20entfernen','Negative\x20Zahlentypen','Anzahl\x20der\x20Beziehungen','Datenbeschriftungen','Breite','OHLC-Reihe','Diagrammtyp','Rechteck','Ende','7366352aXijQj','Karte','Verwenden\x20Sie\x20absolute\x20Werte','Zahlenformat\x20der\x20Achsenbeschriftung','Stapeln','Das\x20Tausendstel-Prozentil-Format\x20wird\x20für\x20allgemeine\x20Zahlen\x20verwendet,\x20Währungs-\x20und\x20Buchhaltungsformate\x20bieten\x20spezialisierte\x20Formate\x20für\x20monetäre\x20Werte.','Ein\x20Tachometerdiagramm\x20benötigt\x20ein\x20Beschriftungsfeld\x20und\x20genau\x20ein\x20Wertefeld.','Kombinationsdiagramm','Zeitraum','Diagrammform','Bereiche','Winkel','Randtyp','Stückweise','Formel\x20anzeigen','Schwerkraft','Banner','Beschriftungen','Alle\x20Serien','Farbe\x20ankreuzen','Tabellendaten\x20sind\x20leer','Diagrammstil','Prozent\x20gestapeltes\x20Flächendiagramm','Diagramm-Panel\x20öffnen','Akkordtabelle','Trendlinie\x20hinzufügen','Dreieck','Beschriftungsrotation','Abstand\x20zwischen\x20Primär-\x20und\x20Sekundärdiagramm','Anzahl\x20der\x20Behälter','Detailliertes\x20Zahlenformat','Entfernung','Drehen','3293403PWbgkA','Titeltyp','Automatisch','Pad-Winkel','Daten','Datenpunkt\x20entfernen','Kreis-aus-Kreis-Diagramm','Negativ','Körperfarbe','Farbverlaufsfüllung','Dochtfarbe','Im\x20Uhrzeigersinn','Gestapeltes\x20Flächendiagramm','Hauptteilungen','Prozentstapel\x20·\x20Säulendiagramm','Artikellücke','Prozentsatz','Randfarbe','Erweiterte\x20Einstellungen','Balkendiagramm','Achse','Explosion\x20(%)','Manual','Sonstige','Typ\x20der\x20Verbindungslinie','Tick-Breite','Zwischensumme','Interaktion','Beschriftungsformat\x20festlegen','Kategoriename','Eröffnung','Häkchenposition','Farbverlauf','Zwischensumme\x20verwenden','Zählen','Hierarchiefelder','Titel\x20der\x20rechten\x20vertikalen\x20Achse','17xnPOvn','Rechts','Fügen\x20Sie\x20eine\x20Tabelle\x20aus\x20Tabellen,\x20Excel\x20oder\x20einer\x20Webseite\x20ein,\x20um\x20die\x20Inline-Daten\x20zu\x20ersetzen.','Width\x20(%)','Diagramm\x20konnte\x20nicht\x20eingefügt\x20werden','Linientyp','Innenradius','Oben','Vertikale\x20Achse','Fünfeck','Streudiagramm','Binning-Modus','Rotation','Datenpunkt','Einrichten','Ungültige\x20Werte','Mehrfach','Ein\x20Sehnendiagramm\x20benötigt\x20mindestens\x20eine\x20positiv\x20gewichtete\x20Beziehung\x20zwischen\x20zwei\x20verschiedenen\x20Knoten.','Wert','Flächendiagramm','Leeres\x20Dreieck','Knotenform','Etikettenstil','Leerer\x20Diamant','Minimaler\x20Winkel','Schließen\x20Sie\x20Nullwerte\x20ein','Balkendiagramm-Datenreihe','Kumulierte\x20Prozent-Datenreihe','Kerzenzustand','Thema','Anzeigename','Nummer','Bar\x20spacing','Beziehungsdiagramm','Scheibenabstand','Minimum','Bereich\x20hinzufügen','Hierarchiefeld\x20nach\x20unten\x20verschieben','Rahmendeckkraft','Start\x20angle','Mehr','Anfang','Ein\x20Sunburst-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.','Stilziel','4759006NoXjYm','Etikettenhintergrund','Benutzerdefiniertes\x20Format','Solide','Schluss','Vorschau','Sunburst-Diagramm','Akkorddiagramm','Serienname','Steigend','Diagramm\x20einfügen','Werteskalierung','Die\x20Konfiguration\x20des\x20Tachometerdiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Skala,\x20Bereiche,\x20Verhältnisse\x20und\x20Größen.','Gestapeltes\x20Balkendiagramm','Prozentsatz\x20kleiner\x20als','Links','Datum','Endwinkel','Legende','Wortwolkendiagramm','Etikettenposition','Dochtopazität','Anzahl\x20der\x20Datenpunkte\x20im\x20Sekundärdiagramm','Datenbeschriftung','Wrap-Legende','Aufteilen\x20nach','Dezimalstellen','Gleitender\x20Durchschnitt','Auswahlmodus','Als\x20Null\x20behandeln','Einfügen','Exponentiell','Blasendiagramm','Leeres\x20Quadrat','Gestrichelt','Layout','Tick-Länge','Fett','Punktform','Linienbreite','Quelltyp','Halber\x20Kuchen','Schriftart','Eigener\x20Wert','Formelfarbe','Leeres\x20Rechteck','Farbe','Linienstil','Blattetiketten','Betonung','Maximal','Währungstypen','Dochtbreite','Hoch','Referenziert','Deaktiviert','Fallen','Häufigkeit','Abgerundetes\x20Rechteck','Buchhaltung','Wissenschaftlich','Diagramm','Punktgröße','Werteinheit','Mitte','Formattypen','Wortwolke','Das\x20Buchhaltungszahlenformat\x20richtet\x20Währungssymbole\x20und\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20aus.','Candlestick-Diagramm','Ziel','Band','Achse\x20umkehren','Hierarchie\x20hinzufügen','Trichterdiagramm','Spalte\x20hinzufügen','Kreisdiagramm','1295PCcSyt','Gestapelt','Unterteilungen\x20je\x20Hauptteilung','Zu\x20Zeile/Spalte\x20wechseln','Benutzerdefiniert','Pareto-Diagramm','Heatmap','Treemap-Diagramm','R²-Farbe','Maximum','Flächenfüllung','Schritt','Gap\x20width\x20(%)','Wertfeld','Leerer\x20Pfeil','Randbreite','Kopieren','Klassische\x20Nadel','Schriftgröße','Breite\x20der\x20Gitterlinie','Achsenlinie','Typ\x20der\x20Indikatorlinie','Währung','Anker','Datenpunkte\x20verbinden','Balken\x20aus\x20Kreis','Diagramm-Panel\x20ausblenden','Größe\x20der\x20Knoten\x20nach\x20Wert','Donut-Loch','Kursiv','Aktueller\x20Knoten','Konzentrieren\x20Sie\x20sich','Leerer\x20Pin','Beschriftungen\x20als\x20Datumswerte\x20behandeln','Hierarchiefeld\x20entfernen','Linear','Standardfarbe','Sankey-Diagramm','Zeiger','Quelle','Etikett','Layout\x20des\x20übergeordneten\x20Etiketts','Netzdiagramm','Inline','Herz','Schriftfarbe\x20des\x20Körpers','105038oyKAJM','Erweitertes\x20Layout','Gitternetzlinie','Abstoßung','Hintergrundfarbe','Wasserfalldiagramm','7556130rsCjGc','Segmente','Plot\x20area','Liniendiagramm','Das\x20Datumsformat\x20zeigt\x20Datums-\x20und\x20Zeitseriennummern\x20als\x20Datumswerte\x20an.','Breite\x20der\x20Verbindungslinie','Indikatorlinie','Ausrichtung','Gauge-Diagramm','Tief','2135040PeYzfd','Von','Linienfarbe','Polynom','Umkehren','Trendlinie','Kerzendiagrammdaten\x20benötigen\x20die\x20Spalten\x20Kategorie,\x20Eröffnung,\x20Hoch,\x20Tief\x20und\x20Schluss.','Wert\x20kleiner\x20als','Height\x20(%)','Tausendstel-Prozentil','Teilstrich','Geteilte\x20Linien','Mindestens','Beschriftungszeile','Typ','Ringdiagramm','Daten\x20bearbeiten','Position','Baumkartendiagramm','Aggregieren','Stern','Horizontale\x20Achse','Kraft','Diagramm\x20löschen','Liniendiagramm\x20/\x20Flächendiagramm','Minimal','Hierarchiefeld\x20nach\x20oben\x20verschieben','Ein\x20Tachometerdiagramm\x20benötigt\x20mindestens\x20einen\x20endlichen\x20numerischen\x20Wert.','6618PeGNBr','Duplizieren','Linie','Als\x20Bild\x20exportieren','Abbrechen','Niere','Kerzenbreite','Gepunktet','Titeltext','Farbe\x20der\x20Verbindungslinie','Achse\x20tickt','Pfeil','Zugeordneter\x20Wert','Diagrammtitel','Tachometerdiagramm','Klassisch','Modus','Prozentstapel','Bestellen','Maßstab','Balken-aus-Kreis-Diagramm','Radarform','Ein\x20Sehnendiagramm\x20benötigt\x20unterschiedliche\x20Quell-\x20und\x20Zielfelder\x20sowie\x20optional\x20ein\x20davon\x20verschiedenes\x20Wertefeld.','Modern','Unterlaufschwelle','Kontinuierlich','Beschriftungsinhalt','Zelletiketten','Einzeln','Standard','Box-Plot-Diagramm','Titel','Verbindungslinie','Überlappend','Kreis','Left\x20(%)','Vorlage','Wolke','Prozent\x20gestapeltes\x20Balkendiagramm','Die\x20Konfiguration\x20des\x20Sehnendiagramms\x20ist\x20ungültig.\x20Prüfen\x20Sie\x20Winkel,\x20Radien,\x20Deckkraft\x20und\x20Größen.','Macht','Gitternetzlinien\x20und\x20Teilstriche'];_0x2a95=function(){return _0x293517;};return _0x2a95();}const _0x27c2ee=_0x5300;(function(_0x16ad50,_0x3bcd68){const _0x371aca=_0x5300,_0x34bc3f=_0x16ad50();while(!![]){try{const _0x3ae28e=-parseInt(_0x371aca(0x127))/0x1*(parseInt(_0x371aca(0x1cd))/0x2)+-parseInt(_0x371aca(0x24d))/0x3+parseInt(_0x371aca(0x1dd))/0x4+-parseInt(_0x371aca(0x19f))/0x5*(parseInt(_0x371aca(0x1f9))/0x6)+parseInt(_0x371aca(0x153))/0x7+parseInt(_0x371aca(0x22c))/0x8+parseInt(_0x371aca(0x1d3))/0x9;if(_0x3ae28e===_0x3bcd68)break;else _0x34bc3f['push'](_0x34bc3f['shift']());}catch(_0x4a7512){_0x34bc3f['push'](_0x34bc3f['shift']());}}}(_0x2a95,0xaa551));function _0x5300(_0xe865ee,_0x194e7a){_0xe865ee=_0xe865ee-0x111;const _0x2a95c3=_0x2a95();let _0x5300c9=_0x2a95c3[_0xe865ee];return _0x5300c9;}const e={'chart-ui':{'dataSource':{'inlineMode':_0x27c2ee(0x1ca),'referencedMode':_0x27c2ee(0x189),'sourceType':_0x27c2ee(0x17b)},'editor':{'defaultColor':_0x27c2ee(0x1c3),'fontSize':_0x27c2ee(0x1b1)},'setup':{'stack':_0x27c2ee(0x230),'percentStacked':_0x27c2ee(0x20a)},'chartTypes':{'line':_0x27c2ee(0x1d6),'column':'Säulendiagramm','columnStacked':'Stapeln\x20·\x20Säulendiagramm','columnPercentStacked':_0x27c2ee(0x25b),'bar':_0x27c2ee(0x115),'barStacked':_0x27c2ee(0x160),'barPercentStacked':_0x27c2ee(0x21f),'pie':_0x27c2ee(0x19e),'donut':_0x27c2ee(0x1ec),'pieOfPie':_0x27c2ee(0x253),'barOfPie':_0x27c2ee(0x20d),'area':_0x27c2ee(0x13a),'areaStacked':_0x27c2ee(0x259),'areaPercentStacked':_0x27c2ee(0x242),'radar':_0x27c2ee(0x1c9),'scatter':_0x27c2ee(0x131),'combination':_0x27c2ee(0x233),'wordCloud':_0x27c2ee(0x166),'funnel':_0x27c2ee(0x19c),'bubble':_0x27c2ee(0x173),'relation':_0x27c2ee(0x148),'waterfall':_0x27c2ee(0x1d2),'pareto':_0x27c2ee(0x1a4),'sankey':_0x27c2ee(0x1c4),'heatmap':_0x27c2ee(0x1a5),'boxplot':_0x27c2ee(0x217),'candlestick':'Candlestick-Diagramm','histogram':'Histogramm','treemap':_0x27c2ee(0x1a6),'sunburst':_0x27c2ee(0x159),'gauge':_0x27c2ee(0x207),'chord':_0x27c2ee(0x15a)},'section':{'waterfall':'Wasserfalldiagramm','paretoBar':_0x27c2ee(0x141),'paretoLine':_0x27c2ee(0x142),'pie':'Kreisdiagramm','wordCloud':_0x27c2ee(0x195),'radar':_0x27c2ee(0x1c9),'funnel':_0x27c2ee(0x19c),'relation':'Beziehungsdiagramm','lineAndArea':_0x27c2ee(0x1f5),'gridlinesAndTicks':_0x27c2ee(0x222),'indicatorLine':_0x27c2ee(0x1d9),'candlestick':_0x27c2ee(0x197),'histogram':'Histogramm-Diagramm','treemap':_0x27c2ee(0x1ef),'sunburst':'Sunburst-Diagramm','gauge':_0x27c2ee(0x1db),'chord':_0x27c2ee(0x244)},'presentation':{'backgroundColor':_0x27c2ee(0x1d1),'theme':_0x27c2ee(0x144),'gradientFill':_0x27c2ee(0x256),'bodyFontSize':'Schriftgröße\x20des\x20Körpers','bodyFontColor':_0x27c2ee(0x1cc),'titleType':_0x27c2ee(0x24e),'horizontalAxisTitle':'Titel\x20der\x20horizontalen\x20Achse','verticalAxisTitle':'Titel\x20der\x20vertikalen\x20Achse','rightVerticalAxisTitle':_0x27c2ee(0x126),'wrap':_0x27c2ee(0x16b),'selectMode':_0x27c2ee(0x16f),'visualMapType':'Visuelle\x20Karte','align':_0x27c2ee(0x1da)},'numberFormat':{'source':'Quellformat','number':_0x27c2ee(0x146),'scientific':_0x27c2ee(0x18f),'custom':_0x27c2ee(0x155),'preview':_0x27c2ee(0x158),'generalType':'Allgemein','accountingType':_0x27c2ee(0x18e),'thousandsType':_0x27c2ee(0x1e6),'formatTypes':_0x27c2ee(0x194),'generalDesc':'Das\x20Allgemein-Format\x20enthält\x20kein\x20spezifisches\x20Zahlenformat.','accountingDesc':_0x27c2ee(0x196),'currencyDesc':'Das\x20Währungsformat\x20wird\x20für\x20allgemeine\x20monetäre\x20Werte\x20verwendet,\x20das\x20Buchhaltungsformat\x20richtet\x20Dezimalpunkte\x20in\x20einer\x20Spalte\x20von\x20Werten\x20aus.','dateDesc':_0x27c2ee(0x1d7),'thousandsDesc':_0x27c2ee(0x231),'decimalPlaces':_0x27c2ee(0x16d),'currencyTypes':_0x27c2ee(0x186),'negativeNumberTypes':_0x27c2ee(0x224),'dateTypes':'Datumstypen','setFormat':_0x27c2ee(0x11e)},'series':{'rightAxis':'Rechte\x20Achse','allSeries':_0x27c2ee(0x23e),'aggregate':_0x27c2ee(0x1f0),'borderOpacity':_0x27c2ee(0x14d),'solid':_0x27c2ee(0x156),'pointShape':_0x27c2ee(0x179),'pointSize':_0x27c2ee(0x191),'pointColor':'Punktfarbe','removeDataPoint':_0x27c2ee(0x252),'square':'Quadratisch','rect':_0x27c2ee(0x22a),'roundRect':_0x27c2ee(0x18d),'pin':'Stecknadel','emptyCircle':'Leerer\x20Kreis','emptySquare':_0x27c2ee(0x174),'emptyTriangle':_0x27c2ee(0x13b),'emptyDiamond':_0x27c2ee(0x13e),'emptyRect':_0x27c2ee(0x180),'emptyRoundRect':'Leeres\x20abgerundetes\x20Rechteck','emptyPin':_0x27c2ee(0x1bf),'emptyArrow':_0x27c2ee(0x1ad)},'lineAndArea':{'lineStyle':_0x27c2ee(0x182),'line':_0x27c2ee(0x1fb),'smooth':'Glatt','step':_0x27c2ee(0x1aa),'invalidValues':_0x27c2ee(0x136),'breakLine':'Bruchlinie','connect':_0x27c2ee(0x1b7),'zero':_0x27c2ee(0x170)},'axis':{'useDateAxis':_0x27c2ee(0x1c0),'target':_0x27c2ee(0x116),'lineColor':'Linienfarbe','lineWidth':'Linienbreite','labelRotation':_0x27c2ee(0x247),'reverse':_0x27c2ee(0x19a),'gridlineVisible':'Gitterlinien','gridlineColor':'Farbe\x20der\x20Gitterlinie','gridlineWidth':_0x27c2ee(0x1b2),'tickVisible':'Zecken','tickLength':_0x27c2ee(0x177),'tickWidth':_0x27c2ee(0x11b),'tickColor':_0x27c2ee(0x23f),'tickPosition':_0x27c2ee(0x121)},'indicator':{'lineColor':'Farbe\x20der\x20Indikatorlinie','lineType':_0x27c2ee(0x1b4),'labelBackground':_0x27c2ee(0x154),'labelText':'Beschriftungstextfarbe'},'trendline':{'add':_0x27c2ee(0x245),'type':_0x27c2ee(0x1eb),'linear':_0x27c2ee(0x1c2),'exponential':_0x27c2ee(0x172),'logarithmic':'Logarithmisch','polynomial':_0x27c2ee(0x1e0),'power':_0x27c2ee(0x221),'movingAverage':_0x27c2ee(0x16e),'showFormula':_0x27c2ee(0x23a),'showR2':'R²\x20anzeigen','order':_0x27c2ee(0x20b),'period':_0x27c2ee(0x234),'formulaColor':_0x27c2ee(0x17f),'r2Color':_0x27c2ee(0x1a7)},'pareto':{'includeZeroValues':_0x27c2ee(0x140)},'plotArea':{'label':_0x27c2ee(0x1d5),'manual':_0x27c2ee(0x118),'left':_0x27c2ee(0x21c),'top':'Top\x20(%)','width':_0x27c2ee(0x12a),'height':_0x27c2ee(0x1e5)},'bar':{'layout':_0x27c2ee(0x147),'gapWidth':_0x27c2ee(0x1ab),'overlap':'Series\x20overlap\x20(%)'},'pie':{'mode':_0x27c2ee(0x235),'modeNormal':_0x27c2ee(0x216),'modePieOfPie':'Kreis\x20aus\x20Kreis','modeBarOfPie':_0x27c2ee(0x1b8),'splitType':_0x27c2ee(0x16c),'splitAuto':_0x27c2ee(0x24f),'splitPosition':'Position','splitCustom':_0x27c2ee(0x1a3),'customSelectedCount':'Benutzerdefinierte\x20Aufteilung','customSelectedCountValue':'{0}\x20Datenpunkte\x20ausgewählt','positionCount':_0x27c2ee(0x169),'valueLessThan':_0x27c2ee(0x1e4),'percentageLessThan':_0x27c2ee(0x161),'secondarySize':'Größe\x20des\x20Sekundärdiagramms','advancedLayout':_0x27c2ee(0x1ce),'connector':'Verbindung','slices':_0x27c2ee(0x1d4),'gapWidth':_0x27c2ee(0x248),'connectorColor':_0x27c2ee(0x202),'connectorWidth':_0x27c2ee(0x1d8),'connectorType':_0x27c2ee(0x11a),'aggregateOther':_0x27c2ee(0x119),'aggregateMembers':'Elemente','valueScale':_0x27c2ee(0x15e),'doughnutHole':_0x27c2ee(0x1bb),'startAngle':_0x27c2ee(0x14e),'explosion':_0x27c2ee(0x117),'paddingAngle':_0x27c2ee(0x149),'halfPie':_0x27c2ee(0x17c),'rosePie':'Rosenkuchen','labelLine':_0x27c2ee(0x1ea)},'radar':{'shape':_0x27c2ee(0x20e),'polygon':'Polygon','fill':_0x27c2ee(0x1a9)},'funnel':{'gap':_0x27c2ee(0x111),'absoluteValues':_0x27c2ee(0x22e)},'heatmap':{'unit':_0x27c2ee(0x192),'labels':_0x27c2ee(0x214)},'relation':{'nodes':'Knoten','interaction':_0x27c2ee(0x11d),'edgeLength':'Kantenlänge','circular':'Rundschreiben','force':_0x27c2ee(0x1f3),'nodeShape':_0x27c2ee(0x13c),'valueSize':_0x27c2ee(0x1ba),'rotateLabels':'Etiketten\x20drehen','gravity':_0x27c2ee(0x23b),'repulsion':_0x27c2ee(0x1d0)},'wordCloud':{'maskImage':'Bild-ID\x20maskieren','repeat':'Wörter\x20wiederholen','cloud':_0x27c2ee(0x21e),'rect':_0x27c2ee(0x22a),'cardioid':_0x27c2ee(0x1fe),'heart':_0x27c2ee(0x1cb),'triangle-forward':'Vorwärtsdreieck','pentagon':_0x27c2ee(0x130),'star':_0x27c2ee(0x1f1)},'waterfall':{'styleTarget':_0x27c2ee(0x152),'positive':'Positiv','negative':_0x27c2ee(0x254),'stackType':'Anordnung','arrangement':'Wasserfall','subtotal':_0x27c2ee(0x11c),'includeSubtotal':_0x27c2ee(0x123),'connector':_0x27c2ee(0x219)},'candlestick':{'candle':'Kerze','body':'Körper','wick':'Docht','state':_0x27c2ee(0x143),'open':_0x27c2ee(0x120),'high':_0x27c2ee(0x188),'low':_0x27c2ee(0x1dc),'close':_0x27c2ee(0x157),'rising':_0x27c2ee(0x15c),'falling':_0x27c2ee(0x18b),'doji':'Doji','bodyColor':_0x27c2ee(0x255),'fillOpacity':'Deckkraft\x20füllen','wickColor':_0x27c2ee(0x257),'wickWidth':_0x27c2ee(0x187),'wickOpacity':_0x27c2ee(0x168),'candleWidth':_0x27c2ee(0x1ff),'hollow':'Hohle\x20Kerze','columnsError':_0x27c2ee(0x1e3),'series':_0x27c2ee(0x228)},'histogram':{'binGap':'Mülllücke','binningMode':_0x27c2ee(0x132),'count':_0x27c2ee(0x124),'width':'Breite','binCount':_0x27c2ee(0x249),'binWidth':'Behälterbreite','underflow':_0x27c2ee(0x211),'overflow':'Überlaufschwelle','frequency':_0x27c2ee(0x18c)},'treemap':{'parentLabelLayout':_0x27c2ee(0x1c8),'banner':_0x27c2ee(0x23c),'overlapping':_0x27c2ee(0x21a),'leafLabel':_0x27c2ee(0x183),'hierarchy':_0x27c2ee(0x125),'diagnostic':'Ein\x20Treemap-Diagramm\x20benötigt\x20mindestens\x20ein\x20Hierarchiefeld\x20und\x20ein\x20numerisches\x20Wertefeld.'},'sunburst':{'hierarchy':'Hierarchie','addHierarchy':_0x27c2ee(0x19b),'moveUp':_0x27c2ee(0x1f7),'moveDown':_0x27c2ee(0x14c),'removeHierarchy':_0x27c2ee(0x1c1),'centerLabel':'Gesamtsumme\x20in\x20der\x20Mitte','labelFormat':_0x27c2ee(0x13d),'diagnostic':_0x27c2ee(0x151)},'gauge':{'scale':_0x27c2ee(0x20c),'majorDivisions':_0x27c2ee(0x25a),'minorDivisions':_0x27c2ee(0x1a1),'angles':_0x27c2ee(0x237),'endAngle':_0x27c2ee(0x164),'ranges':_0x27c2ee(0x236),'rangeFrom':_0x27c2ee(0x1de),'rangeTo':'Zu','addRange':_0x27c2ee(0x14b),'removeRange':_0x27c2ee(0x223),'axisTick':_0x27c2ee(0x203),'splitLine':_0x27c2ee(0x1e8),'pointer':_0x27c2ee(0x1c5),'anchor':_0x27c2ee(0x1b6),'progress':'Fortschritt','detail':'Detailliert','pointerNeedle':_0x27c2ee(0x1b0),'pointerSlim':'Schmale\x20Nadel','template':_0x27c2ee(0x21d),'modern':_0x27c2ee(0x210),'classic':_0x27c2ee(0x208),'minimal':_0x27c2ee(0x1f6),'advanced':_0x27c2ee(0x114),'customized':_0x27c2ee(0x1a3),'axisLabelNumberFormat':_0x27c2ee(0x22f),'detailNumberFormat':_0x27c2ee(0x24a),'emptyDiagnostic':_0x27c2ee(0x1f8),'mappingDiagnostic':_0x27c2ee(0x232),'configDiagnostic':_0x27c2ee(0x15f)},'chord':{'source':_0x27c2ee(0x1c6),'target':_0x27c2ee(0x198),'count':_0x27c2ee(0x225),'node':'Knoten','ribbon':_0x27c2ee(0x199),'clockwise':_0x27c2ee(0x258),'padAngle':_0x27c2ee(0x250),'minAngle':_0x27c2ee(0x13f),'innerRadius':_0x27c2ee(0x12d),'outerRadius':'Außenradius','invalidRadii':'Der\x20Innenradius\x20muss\x20kleiner\x20sein\x20als\x20der\x20Außenradius.','rotation':_0x27c2ee(0x133),'distance':_0x27c2ee(0x24b),'width':_0x27c2ee(0x227),'focus':_0x27c2ee(0x1be),'solid':'Einfarbig','gradient':_0x27c2ee(0x122),'adjacency':'Benachbarte\x20Knoten','self':_0x27c2ee(0x1bd),'emptyDiagnostic':_0x27c2ee(0x138),'mappingDiagnostic':_0x27c2ee(0x20f),'configDiagnostic':_0x27c2ee(0x220),'associatedValue':_0x27c2ee(0x205)},'common':{'category':'Kategorie','seriesName':_0x27c2ee(0x15b),'value':_0x27c2ee(0x139),'percentage':_0x27c2ee(0x112),'borderColor':_0x27c2ee(0x113),'labelContent':_0x27c2ee(0x213),'labelPosition':_0x27c2ee(0x167),'dataLabels':_0x27c2ee(0x226),'chartType':_0x27c2ee(0x229),'bold':_0x27c2ee(0x178),'italic':_0x27c2ee(0x1bc),'shape':'Form','chartStyle':_0x27c2ee(0x241),'chartAndAxisTitles':'Diagramm-\x20und\x20Achsentitel','legend':_0x27c2ee(0x165),'chartTitle':_0x27c2ee(0x206),'subtitle':'Untertitel','series':'Datenreihe','dataPoint':_0x27c2ee(0x134),'trendline':_0x27c2ee(0x1e2),'horizontalAxis':_0x27c2ee(0x1f2),'verticalAxis':_0x27c2ee(0x12f),'rightVerticalAxis':'Rechte\x20vertikale\x20Achse','layout':_0x27c2ee(0x176),'arrow':_0x27c2ee(0x204),'axisLabels':'Achsenbeschriftungen','currency':_0x27c2ee(0x1b5),'date':_0x27c2ee(0x163),'displayName':_0x27c2ee(0x145),'emphasis':_0x27c2ee(0x184),'heatmap':_0x27c2ee(0x1a5),'lineColor':_0x27c2ee(0x1df),'lineWidth':_0x27c2ee(0x17a),'min':_0x27c2ee(0x14a),'max':_0x27c2ee(0x1a8),'mode':_0x27c2ee(0x209),'stacked':_0x27c2ee(0x1a0),'title':_0x27c2ee(0x218),'auto':_0x27c2ee(0x24f),'position':{'label':_0x27c2ee(0x1ee),'inside':'Innen','outside':'Außen','top':_0x27c2ee(0x12e),'right':_0x27c2ee(0x128),'bottom':'Unten','left':'Links','hide':'Ausblenden'},'axisAlign':{'start':_0x27c2ee(0x150),'center':_0x27c2ee(0x193),'end':_0x27c2ee(0x22b)},'textAlign':{'left':_0x27c2ee(0x162),'center':'Mitte','right':'Rechts'},'legendSelectMode':{'single':_0x27c2ee(0x215),'multiple':_0x27c2ee(0x137),'disabled':_0x27c2ee(0x18a)},'visualMapType':{'continuous':_0x27c2ee(0x212),'piecewise':_0x27c2ee(0x239)},'default':_0x27c2ee(0x216),'reset':'Zurücksetzen','color':_0x27c2ee(0x181),'opacity':'Opazität','font':_0x27c2ee(0x17d),'none':'Keine','transparent':'Transparent','numberFormat':'Zahlenformat','borderWidth':_0x27c2ee(0x1ae),'borderType':_0x27c2ee(0x238),'lineType':_0x27c2ee(0x12c),'dashed':_0x27c2ee(0x175),'dotted':_0x27c2ee(0x200),'circle':_0x27c2ee(0x21b),'triangle':_0x27c2ee(0x246),'diamond':'Diamant','axisLine':_0x27c2ee(0x1b3),'minimum':_0x27c2ee(0x1e9),'maximum':_0x27c2ee(0x185),'startAngle':'Startwinkel','valueField':_0x27c2ee(0x1ac),'categoryName':_0x27c2ee(0x11f),'ownValue':_0x27c2ee(0x17e),'children':'Untergeordnete\x20Elemente','label':_0x27c2ee(0x1c7),'editChart':'Diagramm-Editor','deleteChart':_0x27c2ee(0x1f4),'insertChart':_0x27c2ee(0x15d),'insertChartFailed':_0x27c2ee(0x12b),'openChartPanel':_0x27c2ee(0x243),'hideChartPanel':_0x27c2ee(0x1b9),'exportImage':_0x27c2ee(0x1fc),'copy':_0x27c2ee(0x1af),'setup':_0x27c2ee(0x135),'customize':'Anpassen','data':_0x27c2ee(0x251),'tableDataEmpty':_0x27c2ee(0x240),'dataRange':'Datenbereich','editData':_0x27c2ee(0x1ed),'inlineData':'Inline-Daten','switchRowColumn':_0x27c2ee(0x1a2),'useAsCategoryLabels':'{0}\x20als\x20Kategorie\x20verwenden','cancel':_0x27c2ee(0x1fd),'insert':_0x27c2ee(0x171),'apply':'Anwenden','duplicate':_0x27c2ee(0x1fa)},'inlineTable':{'pasteHint':_0x27c2ee(0x129),'addRow':'Zeile\x20hinzufügen','addColumn':_0x27c2ee(0x19d)},'floatMenu':{'menuTitle':{'chart':_0x27c2ee(0x190),'axisTitle':'Achsentitel','gridline':_0x27c2ee(0x1cf),'tick':_0x27c2ee(0x1e7),'mark':'Zeichen','dataLabel':_0x27c2ee(0x16a)},'field':{'position':'Position','size':'Größe','align':'Ausrichten','map':_0x27c2ee(0x22d),'rotate':_0x27c2ee(0x24c),'labelText':'Beschriftungstext','titleText':_0x27c2ee(0x201)},'action':{'more':_0x27c2ee(0x14f)},'control':{'labels':_0x27c2ee(0x23d),'line':_0x27c2ee(0x1fb),'reverse':_0x27c2ee(0x1e1)}}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xa4d645=_0x2f9e;function _0x2f9e(_0x11f7bc,_0x365fb6){_0x11f7bc=_0x11f7bc-0xd2;const _0xae7128=_0xae71();let _0x2f9ef5=_0xae7128[_0x11f7bc];return _0x2f9ef5;}function _0xae71(){const _0x111b7f=['Axis\x20title','Subtitle','Top','Label\x20position','Chart\x20title','Right\x20vertical\x20axis','Horizontal\x20axis','Left','Data\x20point','End','3737166rxoIOD','Line','Map','990WkddNe','567FhyJYU','Add\x20row','Gridline','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','Wrap\x20legend','Right','Align','2316tUorue','Series','Min','1004810tWjUXT','Data\x20label','Chart','Start','Max','Title','Add\x20column','Continuous','Vertical\x20axis','Multiple','87mrbsTx','Hide','Center','Value','66715ctyFZS','Label\x20text','16726WacIRF','Close','Inside','Title\x20text','Opacity','Pos','Mark','Border\x20color','Single','Percentage','2316906jXTExK','Default','Legend','471eSdYFv','Italic','Outside','14792SqRBAf'];_0xae71=function(){return _0x111b7f;};return _0xae71();}(function(_0x1c2940,_0x39dc57){const _0x5e71b3=_0x2f9e,_0x1ec14c=_0x1c2940();while(!![]){try{const _0x3a2fa1=parseInt(_0x5e71b3(0xe8))/0x1*(-parseInt(_0x5e71b3(0xee))/0x2)+-parseInt(_0x5e71b3(0xfb))/0x3*(-parseInt(_0x5e71b3(0xdb))/0x4)+parseInt(_0x5e71b3(0xde))/0x5+parseInt(_0x5e71b3(0x109))/0x6+parseInt(_0x5e71b3(0xd4))/0x7*(-parseInt(_0x5e71b3(0xfe))/0x8)+-parseInt(_0x5e71b3(0xf8))/0x9+parseInt(_0x5e71b3(0xd3))/0xa*(parseInt(_0x5e71b3(0xec))/0xb);if(_0x3a2fa1===_0x39dc57)break;else _0x1ec14c['push'](_0x1ec14c['shift']());}catch(_0x3f556d){_0x1ec14c['push'](_0x1ec14c['shift']());}}}(_0xae71,0x5cdd9));const e={'chart-ui':{'common':{'default':_0xa4d645(0xf9),'reset':'Reset'},'presentation':{'wrapLegend':_0xa4d645(0xd8)},'inlineTable':{'pasteHint':_0xa4d645(0xd7),'addRow':_0xa4d645(0xd5),'addColumn':_0xa4d645(0xe4)},'floatMenu':{'menuTitle':{'chart':_0xa4d645(0xe0),'chartTitle':_0xa4d645(0x103),'subtitle':'Subtitle','axisTitle':_0xa4d645(0xff),'legend':_0xa4d645(0xfa),'horizontalAxis':_0xa4d645(0x105),'verticalAxis':_0xa4d645(0xe6),'rightVerticalAxis':_0xa4d645(0x104),'gridline':_0xa4d645(0xd6),'tick':'Tick','mark':_0xa4d645(0xf4),'series':_0xa4d645(0xdc),'dataPoint':_0xa4d645(0x107),'dataLabel':_0xa4d645(0xdf)},'field':{'title':_0xa4d645(0xe3),'subtitle':_0xa4d645(0x100),'position':_0xa4d645(0xf3),'size':'Size','align':_0xa4d645(0xda),'mode':'Mode','map':_0xa4d645(0xd2),'rotate':'Rotate','min':_0xa4d645(0xdd),'max':_0xa4d645(0xe2),'color':'Color','borderColor':_0xa4d645(0xf5),'opacity':_0xa4d645(0xf2),'labelPosition':_0xa4d645(0x102),'labelText':_0xa4d645(0xed),'titleText':_0xa4d645(0xf1)},'action':{'more':'More','bold':'Bold','italic':_0xa4d645(0xfc)},'control':{'labels':'Labels','line':_0xa4d645(0x10a),'reverse':'Reverse','date':'Date'},'option':{'textAlign':{'left':'Left','center':_0xa4d645(0xea),'right':_0xa4d645(0xd9)},'position':{'top':_0xa4d645(0x101),'bottom':'Bottom','left':_0xa4d645(0x106),'right':_0xa4d645(0xd9),'hide':_0xa4d645(0xe9),'inside':_0xa4d645(0xf0),'outside':_0xa4d645(0xfd)},'labelText':{'category':'Category','value':_0xa4d645(0xeb),'percentage':_0xa4d645(0xf7)},'axisAlign':{'start':_0xa4d645(0xe1),'center':_0xa4d645(0xea),'end':_0xa4d645(0x108)},'legendSelectMode':{'single':_0xa4d645(0xf6),'multiple':_0xa4d645(0xe7),'close':_0xa4d645(0xef)},'visualMapType':{'continuous':_0xa4d645(0xe5),'piecewise':'Piecewise'}}}}};export{e as default};
|
|
1
|
+
const _0x2f81c7=_0x3cea;(function(_0x5b66d2,_0x8ede5b){const _0x396dd9=_0x3cea,_0x225eb0=_0x5b66d2();while(!![]){try{const _0x5c36f1=parseInt(_0x396dd9(0x1ab))/0x1+parseInt(_0x396dd9(0x21b))/0x2+-parseInt(_0x396dd9(0x202))/0x3+-parseInt(_0x396dd9(0x1e9))/0x4+-parseInt(_0x396dd9(0x184))/0x5+parseInt(_0x396dd9(0x27a))/0x6+parseInt(_0x396dd9(0x196))/0x7;if(_0x5c36f1===_0x8ede5b)break;else _0x225eb0['push'](_0x225eb0['shift']());}catch(_0x4d2f35){_0x225eb0['push'](_0x225eb0['shift']());}}}(_0x48f9,0xabcf2));function _0x3cea(_0x5f159d,_0x1fe973){_0x5f159d=_0x5f159d-0x17f;const _0x48f98c=_0x48f9();let _0x3cea51=_0x48f98c[_0x5f159d];return _0x3cea51;}const e={'chart-ui':{'dataSource':{'inlineMode':'Inline','referencedMode':_0x2f81c7(0x21c),'sourceType':_0x2f81c7(0x1a4)},'editor':{'defaultColor':_0x2f81c7(0x287),'fontSize':_0x2f81c7(0x2a9)},'setup':{'stack':_0x2f81c7(0x264),'percentStacked':'100%\x20stacked'},'chartTypes':{'line':'Line\x20chart','column':'Column\x20chart','columnStacked':_0x2f81c7(0x1d6),'columnPercentStacked':_0x2f81c7(0x207),'bar':_0x2f81c7(0x1b6),'barStacked':_0x2f81c7(0x1ad),'barPercentStacked':_0x2f81c7(0x1d9),'pie':_0x2f81c7(0x29f),'donut':_0x2f81c7(0x1d1),'pieOfPie':_0x2f81c7(0x249),'barOfPie':_0x2f81c7(0x193),'area':_0x2f81c7(0x245),'areaStacked':_0x2f81c7(0x21d),'areaPercentStacked':_0x2f81c7(0x2a5),'radar':_0x2f81c7(0x278),'scatter':_0x2f81c7(0x1ba),'combination':_0x2f81c7(0x1d8),'wordCloud':'Word\x20cloud\x20chart','funnel':_0x2f81c7(0x2bb),'bubble':_0x2f81c7(0x1c9),'relation':_0x2f81c7(0x242),'waterfall':_0x2f81c7(0x28c),'pareto':'Pareto\x20chart','sankey':'Sankey\x20chart','heatmap':_0x2f81c7(0x223),'boxplot':_0x2f81c7(0x233),'candlestick':_0x2f81c7(0x1ae),'histogram':_0x2f81c7(0x1a7),'treemap':_0x2f81c7(0x238),'sunburst':_0x2f81c7(0x27c),'gauge':'Gauge\x20chart','chord':_0x2f81c7(0x239)},'section':{'waterfall':_0x2f81c7(0x1e1),'paretoBar':_0x2f81c7(0x272),'paretoLine':_0x2f81c7(0x23a),'pie':'Pie','wordCloud':'Word\x20cloud','radar':_0x2f81c7(0x1a8),'funnel':'Funnel','relation':'Relation','lineAndArea':_0x2f81c7(0x26c),'gridlinesAndTicks':_0x2f81c7(0x1a5),'indicatorLine':'Indicator\x20line','candlestick':_0x2f81c7(0x24f),'histogram':_0x2f81c7(0x271),'treemap':'Treemap','sunburst':'Sunburst','gauge':_0x2f81c7(0x251),'chord':_0x2f81c7(0x230)},'presentation':{'backgroundColor':_0x2f81c7(0x279),'theme':_0x2f81c7(0x295),'gradientFill':_0x2f81c7(0x1f8),'bodyFontSize':_0x2f81c7(0x2a9),'bodyFontColor':_0x2f81c7(0x22f),'titleType':_0x2f81c7(0x192),'horizontalAxisTitle':'Horizontal\x20axis\x20title','verticalAxisTitle':'Vertical\x20axis\x20title','rightVerticalAxisTitle':'Right\x20vertical\x20axis\x20title','wrap':_0x2f81c7(0x194),'selectMode':_0x2f81c7(0x27e),'visualMapType':'Visual\x20map','align':_0x2f81c7(0x23c)},'numberFormat':{'source':'Source\x20format','number':_0x2f81c7(0x235),'scientific':_0x2f81c7(0x2aa),'custom':_0x2f81c7(0x260),'preview':'Preview','generalType':'General','accountingType':_0x2f81c7(0x26a),'thousandsType':_0x2f81c7(0x1bb),'formatTypes':_0x2f81c7(0x261),'generalDesc':_0x2f81c7(0x254),'accountingDesc':_0x2f81c7(0x191),'currencyDesc':_0x2f81c7(0x200),'dateDesc':_0x2f81c7(0x24a),'thousandsDesc':_0x2f81c7(0x2be),'decimalPlaces':_0x2f81c7(0x228),'currencyTypes':_0x2f81c7(0x18a),'negativeNumberTypes':_0x2f81c7(0x19b),'dateTypes':'Date\x20Types','setFormat':_0x2f81c7(0x1bd)},'series':{'allSeries':_0x2f81c7(0x197),'aggregate':'Aggregate','rightAxis':_0x2f81c7(0x219),'borderOpacity':_0x2f81c7(0x1d3),'solid':_0x2f81c7(0x1ff),'pointShape':_0x2f81c7(0x2b5),'pointSize':_0x2f81c7(0x1c2),'pointColor':_0x2f81c7(0x262),'removeDataPoint':_0x2f81c7(0x27b),'square':_0x2f81c7(0x2c2),'rect':_0x2f81c7(0x1a0),'roundRect':_0x2f81c7(0x240),'pin':'Pin','emptyCircle':_0x2f81c7(0x244),'emptySquare':_0x2f81c7(0x29e),'emptyTriangle':'Empty\x20triangle','emptyDiamond':_0x2f81c7(0x20e),'emptyRect':_0x2f81c7(0x289),'emptyRoundRect':_0x2f81c7(0x286),'emptyPin':_0x2f81c7(0x21e),'emptyArrow':_0x2f81c7(0x1ac)},'lineAndArea':{'lineStyle':_0x2f81c7(0x280),'line':_0x2f81c7(0x18b),'smooth':_0x2f81c7(0x201),'step':'Step','invalidValues':_0x2f81c7(0x273),'breakLine':'Break\x20line','connect':'Connect\x20data\x20points','zero':_0x2f81c7(0x1e8)},'axis':{'target':'Axis','useDateAxis':_0x2f81c7(0x180),'lineColor':_0x2f81c7(0x2bd),'lineWidth':_0x2f81c7(0x1a1),'labelRotation':'Label\x20rotation','reverse':'Reverse\x20axis','gridlineVisible':'Gridlines','gridlineColor':_0x2f81c7(0x2af),'gridlineWidth':_0x2f81c7(0x24c),'tickVisible':_0x2f81c7(0x26e),'tickLength':'Tick\x20length','tickWidth':_0x2f81c7(0x20f),'tickColor':_0x2f81c7(0x2b2),'tickPosition':_0x2f81c7(0x284)},'indicator':{'lineColor':_0x2f81c7(0x263),'lineType':'Indicator\x20line\x20type','labelBackground':_0x2f81c7(0x1e2),'labelText':_0x2f81c7(0x1c5)},'trendline':{'add':_0x2f81c7(0x25a),'type':_0x2f81c7(0x277),'linear':_0x2f81c7(0x257),'exponential':_0x2f81c7(0x2c1),'logarithmic':_0x2f81c7(0x1b1),'polynomial':_0x2f81c7(0x1f4),'power':_0x2f81c7(0x25e),'movingAverage':_0x2f81c7(0x1c7),'showFormula':_0x2f81c7(0x247),'showR2':'Show\x20R²','order':_0x2f81c7(0x206),'period':_0x2f81c7(0x199),'formulaColor':_0x2f81c7(0x1a2),'r2Color':_0x2f81c7(0x181)},'pareto':{'includeZeroValues':_0x2f81c7(0x1fc)},'plotArea':{'label':_0x2f81c7(0x250),'manual':'Manual','left':_0x2f81c7(0x190),'top':_0x2f81c7(0x274),'width':_0x2f81c7(0x1ca),'height':_0x2f81c7(0x299)},'bar':{'layout':_0x2f81c7(0x18f),'gapWidth':'Gap\x20width\x20(%)','overlap':_0x2f81c7(0x210)},'pie':{'mode':_0x2f81c7(0x1ce),'modeNormal':'Regular','modePieOfPie':_0x2f81c7(0x2ac),'modeBarOfPie':_0x2f81c7(0x21a),'splitType':_0x2f81c7(0x27d),'splitAuto':_0x2f81c7(0x19e),'splitPosition':_0x2f81c7(0x1a6),'splitCustom':_0x2f81c7(0x275),'customSelectedCount':_0x2f81c7(0x213),'customSelectedCountValue':_0x2f81c7(0x1d7),'positionCount':_0x2f81c7(0x185),'valueLessThan':_0x2f81c7(0x229),'percentageLessThan':'Percentage\x20less\x20than','secondarySize':_0x2f81c7(0x28a),'advancedLayout':_0x2f81c7(0x291),'connector':_0x2f81c7(0x288),'slices':'Slices','gapWidth':_0x2f81c7(0x1a3),'connectorColor':_0x2f81c7(0x232),'connectorWidth':'Connector\x20width','connectorType':'Connector\x20type','aggregateOther':_0x2f81c7(0x19d),'aggregateMembers':_0x2f81c7(0x248),'doughnutHole':_0x2f81c7(0x267),'startAngle':_0x2f81c7(0x258),'explosion':_0x2f81c7(0x2bc),'valueScale':'Value\x20scale','paddingAngle':'Slice\x20spacing','halfPie':_0x2f81c7(0x2b9),'rosePie':_0x2f81c7(0x19f),'labelLine':'Label\x20line'},'radar':{'shape':_0x2f81c7(0x215),'polygon':_0x2f81c7(0x29a),'fill':_0x2f81c7(0x283)},'funnel':{'gap':'Item\x20gap','absoluteValues':_0x2f81c7(0x246)},'heatmap':{'unit':_0x2f81c7(0x204),'labels':'Cell\x20labels'},'relation':{'nodes':_0x2f81c7(0x2ba),'interaction':_0x2f81c7(0x225),'edgeLength':_0x2f81c7(0x226),'circular':_0x2f81c7(0x1f5),'force':'Force','nodeShape':'Node\x20shape','valueSize':_0x2f81c7(0x285),'rotateLabels':_0x2f81c7(0x1e4),'gravity':'Gravity','repulsion':'Repulsion'},'wordCloud':{'maskImage':'Mask\x20image\x20ID','repeat':_0x2f81c7(0x195),'cloud':_0x2f81c7(0x1f1),'rect':_0x2f81c7(0x1a0),'cardioid':'Cardioid','heart':_0x2f81c7(0x203),'triangle-forward':'Forward\x20triangle','pentagon':'Pentagon','star':'Star'},'waterfall':{'styleTarget':'Style\x20target','positive':'Positive','negative':_0x2f81c7(0x2a0),'stackType':'Arrangement','arrangement':_0x2f81c7(0x28e),'subtotal':_0x2f81c7(0x183),'includeSubtotal':_0x2f81c7(0x23e),'connector':'Connector\x20line'},'candlestick':{'candle':_0x2f81c7(0x1c4),'body':'Body','wick':_0x2f81c7(0x188),'state':_0x2f81c7(0x20d),'open':'Open','high':_0x2f81c7(0x1b5),'low':_0x2f81c7(0x1d4),'close':'Close','rising':_0x2f81c7(0x1d2),'falling':'Falling','doji':_0x2f81c7(0x1d5),'bodyColor':_0x2f81c7(0x28b),'fillOpacity':_0x2f81c7(0x2b8),'wickColor':'Wick\x20color','wickWidth':_0x2f81c7(0x1e3),'wickOpacity':_0x2f81c7(0x269),'candleWidth':'Candle\x20width','hollow':'Hollow\x20candle','columnsError':'Candlestick\x20data\x20requires\x20Category,\x20Open,\x20High,\x20Low,\x20and\x20Close\x20columns.','series':_0x2f81c7(0x1de)},'histogram':{'binGap':_0x2f81c7(0x236),'binningMode':_0x2f81c7(0x22a),'count':_0x2f81c7(0x2ae),'width':_0x2f81c7(0x1ec),'binCount':_0x2f81c7(0x234),'binWidth':_0x2f81c7(0x1bc),'underflow':_0x2f81c7(0x259),'overflow':_0x2f81c7(0x227),'frequency':_0x2f81c7(0x2bf)},'treemap':{'parentLabelLayout':_0x2f81c7(0x22c),'banner':_0x2f81c7(0x21f),'overlapping':_0x2f81c7(0x1b4),'leafLabel':_0x2f81c7(0x1f0),'hierarchy':_0x2f81c7(0x187),'diagnostic':_0x2f81c7(0x1cc)},'sunburst':{'hierarchy':_0x2f81c7(0x20c),'addHierarchy':_0x2f81c7(0x1f7),'moveUp':'Move\x20hierarchy\x20field\x20up','moveDown':_0x2f81c7(0x1e0),'removeHierarchy':_0x2f81c7(0x2c4),'centerLabel':'Center\x20total','labelFormat':_0x2f81c7(0x22d),'diagnostic':'Sunburst\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.'},'gauge':{'scale':_0x2f81c7(0x1dd),'majorDivisions':'Major\x20divisions','minorDivisions':_0x2f81c7(0x26b),'angles':_0x2f81c7(0x1bf),'endAngle':_0x2f81c7(0x1af),'ranges':_0x2f81c7(0x1c6),'rangeFrom':_0x2f81c7(0x216),'rangeTo':'To','addRange':'Add\x20range','removeRange':_0x2f81c7(0x2ad),'axisTick':'Axis\x20ticks','splitLine':_0x2f81c7(0x17f),'pointer':'Pointer','anchor':_0x2f81c7(0x281),'progress':_0x2f81c7(0x270),'detail':'Detail','pointerNeedle':_0x2f81c7(0x1b9),'pointerSlim':_0x2f81c7(0x224),'template':_0x2f81c7(0x256),'modern':'Modern','classic':_0x2f81c7(0x1e7),'minimal':_0x2f81c7(0x214),'advanced':_0x2f81c7(0x220),'customized':_0x2f81c7(0x275),'axisLabelNumberFormat':_0x2f81c7(0x2a3),'detailNumberFormat':_0x2f81c7(0x2b3),'emptyDiagnostic':'Gauge\x20requires\x20at\x20least\x20one\x20finite\x20numeric\x20value.','mappingDiagnostic':_0x2f81c7(0x2a4),'configDiagnostic':_0x2f81c7(0x18d)},'chord':{'source':_0x2f81c7(0x1c3),'target':_0x2f81c7(0x1dc),'count':_0x2f81c7(0x18e),'node':_0x2f81c7(0x211),'ribbon':'Ribbon','clockwise':_0x2f81c7(0x22e),'padAngle':_0x2f81c7(0x1ef),'minAngle':_0x2f81c7(0x1b8),'innerRadius':_0x2f81c7(0x265),'outerRadius':_0x2f81c7(0x212),'invalidRadii':_0x2f81c7(0x29c),'rotation':'Rotation','distance':_0x2f81c7(0x2b0),'width':'Width','focus':_0x2f81c7(0x2b1),'solid':_0x2f81c7(0x189),'gradient':_0x2f81c7(0x24b),'adjacency':_0x2f81c7(0x1fd),'self':_0x2f81c7(0x1cf),'emptyDiagnostic':_0x2f81c7(0x2c5),'mappingDiagnostic':'Chord\x20requires\x20distinct\x20Source\x20and\x20Target\x20fields\x20and\x20an\x20optional\x20distinct\x20Value\x20field.','configDiagnostic':'Chord\x20configuration\x20is\x20invalid.\x20Check\x20its\x20angles,\x20radii,\x20opacity,\x20and\x20sizes.','associatedValue':'Associated\x20value'},'common':{'category':_0x2f81c7(0x205),'seriesName':'Series\x20name','value':_0x2f81c7(0x293),'percentage':_0x2f81c7(0x231),'borderColor':_0x2f81c7(0x1f9),'labelContent':_0x2f81c7(0x2c3),'labelPosition':_0x2f81c7(0x222),'dataLabels':_0x2f81c7(0x18c),'chartType':_0x2f81c7(0x296),'bold':'Bold','italic':_0x2f81c7(0x208),'shape':'Shape','chartStyle':_0x2f81c7(0x25c),'chartAndAxisTitles':'Chart\x20and\x20axis\x20titles','legend':_0x2f81c7(0x23f),'chartTitle':'Chart\x20title','subtitle':_0x2f81c7(0x2b7),'series':_0x2f81c7(0x2a6),'dataPoint':_0x2f81c7(0x28d),'trendline':'Trendline','horizontalAxis':'Horizontal\x20axis','verticalAxis':_0x2f81c7(0x282),'rightVerticalAxis':_0x2f81c7(0x294),'layout':_0x2f81c7(0x1c8),'arrow':_0x2f81c7(0x2a7),'axisLabels':'Axis\x20labels','currency':_0x2f81c7(0x2a8),'date':'Date','displayName':'Display\x20name','emphasis':_0x2f81c7(0x1eb),'heatmap':_0x2f81c7(0x223),'lineColor':_0x2f81c7(0x2bd),'lineWidth':'Line\x20width','min':_0x2f81c7(0x2b6),'max':_0x2f81c7(0x2a1),'mode':_0x2f81c7(0x1c1),'stacked':_0x2f81c7(0x1f2),'title':_0x2f81c7(0x1da),'auto':_0x2f81c7(0x241),'position':{'label':_0x2f81c7(0x1a6),'inside':_0x2f81c7(0x1e6),'outside':_0x2f81c7(0x1be),'top':_0x2f81c7(0x298),'right':_0x2f81c7(0x22b),'bottom':_0x2f81c7(0x26f),'left':'Left','hide':'Hide'},'axisAlign':{'start':_0x2f81c7(0x2a2),'center':_0x2f81c7(0x29d),'end':_0x2f81c7(0x25f)},'textAlign':{'left':_0x2f81c7(0x1b2),'center':_0x2f81c7(0x29d),'right':'Right'},'legendSelectMode':{'single':_0x2f81c7(0x1fb),'multiple':_0x2f81c7(0x25d),'disabled':'Disabled'},'visualMapType':{'continuous':'Continuous','piecewise':_0x2f81c7(0x1df)},'default':'Default','reset':_0x2f81c7(0x2c6),'color':_0x2f81c7(0x24d),'opacity':_0x2f81c7(0x1cd),'font':'Font','none':_0x2f81c7(0x2b4),'transparent':_0x2f81c7(0x209),'numberFormat':_0x2f81c7(0x24e),'borderWidth':_0x2f81c7(0x1b3),'borderType':'Border\x20type','lineType':'Line\x20type','dashed':_0x2f81c7(0x218),'dotted':_0x2f81c7(0x1b7),'circle':_0x2f81c7(0x2c0),'triangle':'Triangle','diamond':_0x2f81c7(0x290),'axisLine':_0x2f81c7(0x19a),'minimum':_0x2f81c7(0x243),'maximum':_0x2f81c7(0x1b0),'startAngle':_0x2f81c7(0x258),'valueField':_0x2f81c7(0x1a9),'categoryName':_0x2f81c7(0x198),'ownValue':_0x2f81c7(0x23d),'children':'Children','label':'Label','editChart':_0x2f81c7(0x20b),'deleteChart':_0x2f81c7(0x1aa),'insertChart':_0x2f81c7(0x252),'insertChartFailed':_0x2f81c7(0x253),'openChartPanel':_0x2f81c7(0x297),'hideChartPanel':'Hide\x20chart\x20panel','exportImage':_0x2f81c7(0x268),'copy':_0x2f81c7(0x1db),'setup':_0x2f81c7(0x182),'customize':_0x2f81c7(0x1ee),'data':_0x2f81c7(0x1fe),'tableDataEmpty':_0x2f81c7(0x23b),'dataRange':_0x2f81c7(0x26d),'editData':_0x2f81c7(0x1ed),'inlineData':_0x2f81c7(0x25b),'switchRowColumn':_0x2f81c7(0x2ab),'useAsCategoryLabels':_0x2f81c7(0x217),'cancel':_0x2f81c7(0x1ea),'insert':_0x2f81c7(0x221),'apply':'Apply','duplicate':_0x2f81c7(0x1c0)},'inlineTable':{'pasteHint':_0x2f81c7(0x255),'addRow':_0x2f81c7(0x237),'addColumn':_0x2f81c7(0x29b)},'floatMenu':{'menuTitle':{'chart':'Chart','axisTitle':_0x2f81c7(0x292),'gridline':'Gridline','tick':_0x2f81c7(0x1d0),'mark':_0x2f81c7(0x186),'dataLabel':_0x2f81c7(0x19c)},'field':{'position':_0x2f81c7(0x20a),'size':_0x2f81c7(0x1e5),'align':_0x2f81c7(0x266),'map':_0x2f81c7(0x1f3),'rotate':_0x2f81c7(0x28f),'labelText':_0x2f81c7(0x276),'titleText':_0x2f81c7(0x1f6)},'action':{'more':_0x2f81c7(0x27f)},'control':{'labels':_0x2f81c7(0x1cb),'line':_0x2f81c7(0x18b),'reverse':_0x2f81c7(0x1fa)}}}};function _0x48f9(){const _0xb04524=['Font\x20color','Chord','Percentage','Connector\x20color','Boxplot\x20chart','Bin\x20count','Number','Bin\x20gap','Add\x20row','Treemap\x20chart','Chord\x20chart','Pareto\x20line\x20series','Table\x20data\x20is\x20empty.','Alignment','Own\x20value','Use\x20subtotal','Legend','Round\x20rectangle','Auto','Relation\x20chart','Minimum','Empty\x20circle','Area\x20chart','Use\x20absolute\x20values','Show\x20formula','Members','Pie\x20of\x20pie\x20chart','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Gradient','Gridline\x20width','Color','Number\x20format','Candlestick','Plot\x20area','Gauge','Insert\x20chart','Unable\x20to\x20insert\x20chart.','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','Template','Linear','Start\x20angle','Underflow','Add\x20trendline','Inline\x20data','Chart\x20style','Multiple','Power','End','Custom\x20format','Format\x20Types','Point\x20color','Indicator\x20line\x20color','Stack','Inner\x20radius','Align','Doughnut\x20hole','Export\x20as\x20image','Wick\x20opacity','Accounting','Minor\x20divisions\x20per\x20major','Line\x20and\x20area','Data\x20range','Ticks','Bottom','Progress','Histogram','Pareto\x20bar\x20series','Invalid\x20values','Top\x20(%)','Custom','Label\x20text','Type','Radar\x20chart','Background\x20color','2053830WrAtLI','Remove\x20data\x20point','Sunburst\x20chart','Split\x20by','Selection\x20mode','More','Line\x20style','Anchor','Vertical\x20axis','Area\x20fill','Tick\x20position','Size\x20nodes\x20by\x20value','Empty\x20round\x20rectangle','Default\x20color','Connector','Empty\x20rectangle','Plot\x20size','Body\x20color','Waterfall\x20chart','Data\x20point','Waterfall','Rotate','Diamond','Advanced\x20layout','Axis\x20title','Value','Right\x20vertical\x20axis','Theme','Chart\x20type','Edit\x20chart','Top','Height\x20(%)','Polygon','Add\x20column','Inner\x20radius\x20must\x20be\x20smaller\x20than\x20outer\x20radius.','Center','Empty\x20square','Pie\x20chart','Negative','Max','Start','Axis\x20label\x20number\x20format','Gauge\x20requires\x20one\x20label\x20field\x20and\x20exactly\x20one\x20value\x20field.','100%\x20stacked\x20area\x20chart','Series','Arrow','Currency','Font\x20size','Scientific','Switch\x20row/column','Pie\x20of\x20Pie','Remove\x20range','Count','Gridline\x20color','Distance','Focus','Tick\x20color','Detail\x20number\x20format','None','Point\x20shape','Min','Subtitle','Fill\x20opacity','Half\x20pie','Nodes','Funnel\x20chart','Explosion\x20(%)','Line\x20color','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Frequency','Circle','Exponential','Square','Label\x20content','Remove\x20hierarchy\x20field','Chord\x20requires\x20at\x20least\x20one\x20positive-weight\x20relationship\x20between\x20two\x20different\x20nodes.','Reset','Split\x20lines','Treat\x20labels\x20as\x20dates','R²\x20color','Setup','Subtotal','1067630yMddVE','Secondary\x20data\x20point\x20count','Mark','Hierarchy\x20fields','Wick','Solid\x20color','Currency\x20Types','Line','Data\x20labels','Gauge\x20configuration\x20is\x20invalid.\x20Check\x20its\x20scale,\x20ranges,\x20ratios,\x20and\x20sizes.','Relationship\x20count','Bar\x20spacing','Left\x20(%)','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Title\x20type','Bar\x20of\x20pie\x20chart','Wrap\x20legend','Repeat\x20words','3083682ZEtFmF','All\x20series','Category\x20name','Period','Axis\x20line','Negative\x20Number\x20Types','Data\x20label','Other','Automatic','Rose\x20pie','Rectangle','Line\x20width','Formula\x20color','Plot\x20gap','Source\x20type','Gridlines\x20and\x20ticks','Position','Histogram\x20chart','Radar','Value\x20field','Delete\x20chart','1341254elRLQD','Empty\x20arrow','Stacked\x20bar\x20chart','Candlestick\x20chart','End\x20angle','Maximum','Logarithmic','Left','Border\x20width','Overlapping','High','Bar\x20chart','Dotted','Minimum\x20angle','Classic\x20needle','Scatter\x20chart','Thousandth\x20Percentile','Bin\x20width','Set\x20label\x20format','Outside','Angles','Duplicate','Mode','Point\x20size','Source','Candle','Label\x20text\x20color','Ranges','Moving\x20average','Layout','Bubble\x20chart','Width\x20(%)','Labels','Treemap\x20requires\x20at\x20least\x20one\x20hierarchy\x20field\x20and\x20one\x20numeric\x20value\x20field.','Opacity','Chart\x20shape','Current\x20node','Tick','Doughnut\x20chart','Rising','Border\x20opacity','Low','Doji','Stacked\x20column\x20chart','{0}\x20data\x20points\x20selected','Combination\x20chart','100%\x20stacked\x20bar\x20chart','Title','Copy','Target','Scale','OHLC\x20series','Piecewise','Move\x20hierarchy\x20field\x20down','Waterfall\x20series','Label\x20background','Wick\x20width','Rotate\x20labels','Size','Inside','Classic','Treat\x20as\x20zero','2389744CjaZxh','Cancel','Emphasis','Width','Modify\x20data','Customize','Pad\x20angle','Leaf\x20labels','Cloud','Stacked','Map','Polynomial','Circular','Title\x20text','Add\x20hierarchy','Gradient\x20fill','Border\x20color','Reverse','Single','Include\x20zero\x20values','Adjacent\x20nodes','Data','Solid','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Smooth','3565257wSpewR','Heart','Value\x20unit','Category','Order','100%\x20stacked\x20column\x20chart','Italic','Transparent','Pos','Chart\x20editor','Hierarchy','Candle\x20state','Empty\x20diamond','Tick\x20width','Series\x20overlap\x20(%)','Node','Outer\x20radius','Custom\x20split','Minimal','Radar\x20shape','From','Use\x20{0}\x20as\x20category','Dashed','Right\x20axis','Bar\x20of\x20Pie','1158052QPjFBb','Referenced','Stacked\x20area\x20chart','Empty\x20pin','Banner','Advanced\x20settings','Insert','Label\x20position','Heatmap','Slim\x20needle','Interaction','Edge\x20length','Overflow','Decimal\x20Places','Value\x20less\x20than','Binning\x20mode','Right','Parent\x20label\x20layout','Label\x20style','Clockwise'];_0x48f9=function(){return _0xb04524;};return _0x48f9();}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4906ed=_0x4ffb;function _0x2997(){const _0x39aee3=['Categoría','Múltiple','Máx','Mín','Por\x20tramos','Punto\x20de\x20datos','Marca\x20de\x20graduación','Derecha','28zTotOk','Alinear','Agregar\x20fila','Opacidad','Fuera','Posición','Eje\x20vertical','Subtítulo','5eEqPhg','Título\x20del\x20gráfico','Arriba','178qOERDW','Valor','Ajustar\x20leyenda','Gráfico','4732897dhyNsI','Restablecer','Marca','Línea','12QMVxhp','Abajo','8bhZMCn','Mapa','Etiquetas','2058138yFZlEf','30upYQpS','Continuo','Modo','Fin','Inicio','6637598ngzSeB','6182740fSRgKi','Línea\x20de\x20cuadrícula','Individual','12774HcddZK','Ocultar','Centro','Tamaño','Fecha','Texto\x20de\x20etiqueta','5096835SXBStv','Color\x20del\x20borde','Etiqueta\x20de\x20datos','Título\x20del\x20eje','Posición\x20de\x20etiqueta','4577772ffapGS','Izquierda','Girar'];_0x2997=function(){return _0x39aee3;};return _0x2997();}function _0x4ffb(_0xc0e504,_0x40131e){_0xc0e504=_0xc0e504-0x16f;const _0x2997ad=_0x2997();let _0x4ffb0c=_0x2997ad[_0xc0e504];return _0x4ffb0c;}(function(_0x25b58a,_0x53ec90){const _0x509cf4=_0x4ffb,_0x2d50bf=_0x25b58a();while(!![]){try{const _0x95a025=-parseInt(_0x509cf4(0x170))/0x1*(-parseInt(_0x509cf4(0x187))/0x2)+-parseInt(_0x509cf4(0x192))/0x3+parseInt(_0x509cf4(0x184))/0x4*(parseInt(_0x509cf4(0x1a5))/0x5)+parseInt(_0x509cf4(0x17d))/0x6*(parseInt(_0x509cf4(0x19d))/0x7)+-parseInt(_0x509cf4(0x17a))/0x8*(-parseInt(_0x509cf4(0x18d))/0x9)+-parseInt(_0x509cf4(0x17e))/0xa*(parseInt(_0x509cf4(0x183))/0xb)+parseInt(_0x509cf4(0x178))/0xc*(-parseInt(_0x509cf4(0x174))/0xd);if(_0x95a025===_0x53ec90)break;else _0x2d50bf['push'](_0x2d50bf['shift']());}catch(_0x9636a8){_0x2d50bf['push'](_0x2d50bf['shift']());}}}(_0x2997,0xe0c9b));const e={'chart-ui':{'common':{'default':'Predeterminado','reset':_0x4906ed(0x175)},'presentation':{'wrapLegend':_0x4906ed(0x172)},'inlineTable':{'pasteHint':'Copia\x20y\x20pega\x20datos\x20aquí','addRow':_0x4906ed(0x19f),'addColumn':'Agregar\x20columna'},'floatMenu':{'menuTitle':{'chart':_0x4906ed(0x173),'chartTitle':_0x4906ed(0x1a6),'subtitle':_0x4906ed(0x1a4),'axisTitle':_0x4906ed(0x190),'legend':'Leyenda','horizontalAxis':'Eje\x20horizontal','verticalAxis':_0x4906ed(0x1a3),'rightVerticalAxis':'Eje\x20vertical\x20derecho','gridline':_0x4906ed(0x185),'tick':_0x4906ed(0x19b),'mark':_0x4906ed(0x176),'series':'Serie','dataPoint':_0x4906ed(0x19a),'dataLabel':_0x4906ed(0x18f)},'field':{'title':'Título','subtitle':'Subtítulo','position':_0x4906ed(0x1a2),'size':_0x4906ed(0x18a),'align':_0x4906ed(0x19e),'mode':_0x4906ed(0x180),'map':_0x4906ed(0x17b),'rotate':_0x4906ed(0x194),'min':_0x4906ed(0x198),'max':_0x4906ed(0x197),'color':'Color','borderColor':_0x4906ed(0x18e),'opacity':_0x4906ed(0x1a0),'labelPosition':_0x4906ed(0x191),'labelText':_0x4906ed(0x18c),'titleText':'Texto\x20del\x20título'},'action':{'more':'Más','bold':'Negrita','italic':'Cursiva'},'control':{'labels':_0x4906ed(0x17c),'line':_0x4906ed(0x177),'reverse':'Invertir','date':_0x4906ed(0x18b)},'option':{'textAlign':{'left':_0x4906ed(0x193),'center':_0x4906ed(0x189),'right':_0x4906ed(0x19c)},'position':{'top':_0x4906ed(0x16f),'bottom':_0x4906ed(0x179),'left':_0x4906ed(0x193),'right':_0x4906ed(0x19c),'hide':_0x4906ed(0x188),'inside':'Dentro','outside':_0x4906ed(0x1a1)},'labelText':{'category':_0x4906ed(0x195),'value':_0x4906ed(0x171),'percentage':'Porcentaje'},'axisAlign':{'start':_0x4906ed(0x182),'center':_0x4906ed(0x189),'end':_0x4906ed(0x181)},'legendSelectMode':{'single':_0x4906ed(0x186),'multiple':_0x4906ed(0x196),'close':'Cerrar'},'visualMapType':{'continuous':_0x4906ed(0x17f),'piecewise':_0x4906ed(0x199)}}}}};export{e as default};
|
|
1
|
+
function _0x178e(_0x1d21bb,_0x15c045){_0x1d21bb=_0x1d21bb-0xa3;const _0x30cf7c=_0x30cf();let _0x178e50=_0x30cf7c[_0x1d21bb];return _0x178e50;}const _0x5746ed=_0x178e;(function(_0x17b4ef,_0x344bfd){const _0x477ee4=_0x178e,_0x4d655d=_0x17b4ef();while(!![]){try{const _0x82bc2f=-parseInt(_0x477ee4(0x14c))/0x1*(-parseInt(_0x477ee4(0xeb))/0x2)+-parseInt(_0x477ee4(0x188))/0x3*(parseInt(_0x477ee4(0xf3))/0x4)+parseInt(_0x477ee4(0x164))/0x5+-parseInt(_0x477ee4(0x10a))/0x6*(parseInt(_0x477ee4(0xcd))/0x7)+parseInt(_0x477ee4(0x172))/0x8*(-parseInt(_0x477ee4(0xf4))/0x9)+parseInt(_0x477ee4(0x121))/0xa*(-parseInt(_0x477ee4(0x191))/0xb)+parseInt(_0x477ee4(0x1b1))/0xc;if(_0x82bc2f===_0x344bfd)break;else _0x4d655d['push'](_0x4d655d['shift']());}catch(_0x4752f9){_0x4d655d['push'](_0x4d655d['shift']());}}}(_0x30cf,0x2ce88));const e={'chart-ui':{'dataSource':{'inlineMode':'En\x20línea','referencedMode':_0x5746ed(0x135),'sourceType':_0x5746ed(0x1c2)},'editor':{'defaultColor':_0x5746ed(0xe3),'fontSize':_0x5746ed(0x152)},'setup':{'stack':_0x5746ed(0xc2),'percentStacked':_0x5746ed(0x116)},'chartTypes':{'line':_0x5746ed(0x161),'column':_0x5746ed(0x13f),'columnStacked':_0x5746ed(0x124),'columnPercentStacked':'Apilar\x20porcentaje\x20·\x20Gráfico\x20de\x20columnas','bar':_0x5746ed(0x1a8),'barStacked':_0x5746ed(0x14e),'barPercentStacked':_0x5746ed(0x16b),'pie':_0x5746ed(0xb2),'donut':'Gráfico\x20de\x20dona','pieOfPie':_0x5746ed(0x156),'barOfPie':_0x5746ed(0x157),'area':_0x5746ed(0x1df),'areaStacked':_0x5746ed(0x127),'areaPercentStacked':'Gráfico\x20de\x20área\x20apilada\x20porcentual','radar':'Gráfico\x20de\x20radar','scatter':_0x5746ed(0x10e),'combination':_0x5746ed(0x165),'wordCloud':_0x5746ed(0x1a1),'funnel':_0x5746ed(0x14f),'bubble':'Gráfico\x20de\x20burbujas','relation':_0x5746ed(0x131),'waterfall':_0x5746ed(0x16d),'pareto':_0x5746ed(0x16e),'sankey':_0x5746ed(0xbf),'heatmap':_0x5746ed(0x12d),'boxplot':_0x5746ed(0xbe),'candlestick':_0x5746ed(0x1b6),'histogram':_0x5746ed(0x140),'treemap':'Mapa\x20de\x20árbol','sunburst':'Diagrama\x20de\x20rayos\x20solares','gauge':_0x5746ed(0x11c),'chord':'Diagrama\x20de\x20cuerdas'},'section':{'waterfall':'Gráfico\x20de\x20cascada','paretoBar':_0x5746ed(0x1db),'paretoLine':'Serie\x20de\x20porcentaje\x20acumulado','pie':_0x5746ed(0xb2),'wordCloud':_0x5746ed(0x1a1),'radar':_0x5746ed(0x1e9),'funnel':_0x5746ed(0x14f),'relation':_0x5746ed(0x131),'lineAndArea':'Gráfico\x20de\x20líneas\x20/\x20Gráfico\x20de\x20área','gridlinesAndTicks':_0x5746ed(0xe5),'indicatorLine':_0x5746ed(0xf0),'candlestick':_0x5746ed(0x1b8),'histogram':_0x5746ed(0x183),'treemap':'Gráfico\x20de\x20mapa\x20de\x20árbol','sunburst':'gráfico\x20de\x20rayos\x20solares','gauge':_0x5746ed(0xd8),'chord':_0x5746ed(0xd4)},'presentation':{'backgroundColor':_0x5746ed(0x1ac),'theme':'Tema','gradientFill':'Relleno\x20degradado','bodyFontSize':_0x5746ed(0x1ca),'bodyFontColor':_0x5746ed(0x1e0),'titleType':_0x5746ed(0xdd),'horizontalAxisTitle':'Título\x20del\x20eje\x20horizontal','verticalAxisTitle':_0x5746ed(0x1a0),'rightVerticalAxisTitle':_0x5746ed(0x1e8),'wrap':_0x5746ed(0xa5),'selectMode':_0x5746ed(0x160),'visualMapType':_0x5746ed(0xe8),'align':_0x5746ed(0x1a2)},'numberFormat':{'source':_0x5746ed(0x1d9),'number':_0x5746ed(0x1b3),'scientific':'Científico','custom':_0x5746ed(0x184),'preview':'Vista\x20previa','generalType':'General','accountingType':'Contabilidad','thousandsType':'Percentil\x20milésimo','formatTypes':_0x5746ed(0x12a),'generalDesc':_0x5746ed(0xd0),'accountingDesc':'El\x20formato\x20de\x20número\x20contable\x20alinea\x20los\x20símbolos\x20de\x20moneda\x20y\x20los\x20puntos\x20decimales\x20en\x20una\x20columna.','currencyDesc':_0x5746ed(0x15e),'dateDesc':'El\x20formato\x20de\x20fecha\x20muestra\x20los\x20números\x20de\x20serie\x20de\x20fecha\x20y\x20hora\x20como\x20valores\x20de\x20fecha.','thousandsDesc':_0x5746ed(0x149),'decimalPlaces':_0x5746ed(0xf2),'currencyTypes':_0x5746ed(0x158),'negativeNumberTypes':_0x5746ed(0xa7),'dateTypes':_0x5746ed(0x1c5),'setFormat':'Establecer\x20formato\x20de\x20etiqueta'},'series':{'rightAxis':_0x5746ed(0x19d),'allSeries':_0x5746ed(0x150),'aggregate':_0x5746ed(0xfc),'borderOpacity':_0x5746ed(0x117),'solid':_0x5746ed(0x197),'pointShape':_0x5746ed(0xd1),'pointSize':_0x5746ed(0x199),'pointColor':_0x5746ed(0x18d),'removeDataPoint':_0x5746ed(0x171),'square':_0x5746ed(0xbd),'rect':_0x5746ed(0x146),'roundRect':_0x5746ed(0x123),'pin':'Marcador','emptyCircle':_0x5746ed(0x1d6),'emptySquare':_0x5746ed(0x159),'emptyTriangle':_0x5746ed(0x19b),'emptyDiamond':_0x5746ed(0x1e6),'emptyRect':_0x5746ed(0x1c3),'emptyRoundRect':_0x5746ed(0x10d),'emptyPin':_0x5746ed(0x162),'emptyArrow':_0x5746ed(0xab)},'lineAndArea':{'lineStyle':_0x5746ed(0x187),'line':_0x5746ed(0xf6),'smooth':_0x5746ed(0x14a),'step':'paso','invalidValues':_0x5746ed(0x108),'breakLine':_0x5746ed(0x138),'connect':_0x5746ed(0x168),'zero':_0x5746ed(0xc5)},'axis':{'useDateAxis':_0x5746ed(0x126),'target':_0x5746ed(0x137),'lineColor':_0x5746ed(0x15a),'lineWidth':_0x5746ed(0xc9),'labelRotation':_0x5746ed(0x1e1),'reverse':_0x5746ed(0x1a6),'gridlineVisible':_0x5746ed(0x1aa),'gridlineColor':_0x5746ed(0xbb),'gridlineWidth':_0x5746ed(0x1cf),'tickVisible':_0x5746ed(0xcb),'tickLength':'longitud\x20de\x20garrapata','tickWidth':_0x5746ed(0x166),'tickColor':_0x5746ed(0x1bc),'tickPosition':_0x5746ed(0xcf)},'indicator':{'lineColor':_0x5746ed(0x19c),'lineType':_0x5746ed(0x1e4),'labelBackground':'Fondo\x20de\x20la\x20etiqueta','labelText':_0x5746ed(0x125)},'trendline':{'add':'Agregar\x20línea\x20de\x20tendencia','type':_0x5746ed(0x136),'linear':'lineal','exponential':_0x5746ed(0xd2),'logarithmic':_0x5746ed(0xc7),'polynomial':_0x5746ed(0xdb),'power':'poder','movingAverage':_0x5746ed(0x174),'showFormula':_0x5746ed(0x14b),'showR2':_0x5746ed(0x13d),'order':_0x5746ed(0x143),'period':_0x5746ed(0x103),'formulaColor':_0x5746ed(0x101),'r2Color':_0x5746ed(0x132)},'pareto':{'includeZeroValues':_0x5746ed(0x1b4)},'plotArea':{'label':_0x5746ed(0x185),'manual':'Manual','left':'Left\x20(%)','top':'Top\x20(%)','width':_0x5746ed(0x163),'height':_0x5746ed(0xda)},'bar':{'layout':'Bar\x20spacing','gapWidth':'Gap\x20width\x20(%)','overlap':_0x5746ed(0x173)},'pie':{'mode':'Forma\x20del\x20gráfico','modeNormal':'Normal','modePieOfPie':_0x5746ed(0x186),'modeBarOfPie':_0x5746ed(0x1af),'splitType':'Dividir\x20por','splitAuto':'Automático','splitPosition':_0x5746ed(0x1d1),'splitCustom':_0x5746ed(0x1d5),'customSelectedCount':'División\x20personalizada','customSelectedCountValue':_0x5746ed(0x142),'positionCount':'Número\x20de\x20puntos\x20de\x20datos\x20secundarios','valueLessThan':_0x5746ed(0xbc),'percentageLessThan':'Porcentaje\x20inferior\x20a','secondarySize':_0x5746ed(0xef),'advancedLayout':_0x5746ed(0x114),'connector':_0x5746ed(0x189),'slices':'Sectores','gapWidth':_0x5746ed(0xfa),'connectorColor':_0x5746ed(0x18f),'connectorWidth':_0x5746ed(0x16a),'connectorType':_0x5746ed(0x1a5),'aggregateOther':_0x5746ed(0xe0),'aggregateMembers':'Elementos','valueScale':_0x5746ed(0x1d4),'doughnutHole':_0x5746ed(0x106),'startAngle':'Start\x20angle','explosion':_0x5746ed(0x10f),'paddingAngle':_0x5746ed(0x1b9),'halfPie':_0x5746ed(0xd6),'rosePie':_0x5746ed(0x170),'labelLine':_0x5746ed(0x1cc)},'radar':{'shape':_0x5746ed(0x1dd),'polygon':_0x5746ed(0xe9),'fill':'Relleno\x20de\x20área'},'funnel':{'gap':_0x5746ed(0x111),'absoluteValues':'Usar\x20valores\x20absolutos'},'heatmap':{'unit':_0x5746ed(0x122),'labels':_0x5746ed(0xec)},'relation':{'nodes':_0x5746ed(0x11d),'interaction':'Interacción','edgeLength':_0x5746ed(0x1ce),'circular':'circulares','force':_0x5746ed(0xf8),'nodeShape':_0x5746ed(0x167),'valueSize':_0x5746ed(0xf7),'rotateLabels':'Rotar\x20etiquetas','gravity':_0x5746ed(0xaa),'repulsion':'Repulsión'},'wordCloud':{'maskImage':_0x5746ed(0xde),'repeat':_0x5746ed(0x13b),'cloud':_0x5746ed(0x147),'rect':_0x5746ed(0x146),'cardioid':_0x5746ed(0x134),'heart':_0x5746ed(0x19e),'triangle-forward':_0x5746ed(0xcc),'pentagon':_0x5746ed(0x1ea),'star':'estrella'},'waterfall':{'styleTarget':_0x5746ed(0x12f),'positive':_0x5746ed(0xea),'negative':_0x5746ed(0xc6),'stackType':_0x5746ed(0x1c7),'arrangement':_0x5746ed(0xe4),'subtotal':'Subtotal','includeSubtotal':_0x5746ed(0xae),'connector':'Línea\x20conectora'},'candlestick':{'candle':_0x5746ed(0x148),'body':_0x5746ed(0xb8),'wick':_0x5746ed(0x13a),'state':'Estado\x20de\x20la\x20vela','open':'Apertura','high':_0x5746ed(0xff),'low':_0x5746ed(0x113),'close':'Cierre','rising':_0x5746ed(0x154),'falling':_0x5746ed(0x181),'doji':'Doji','bodyColor':_0x5746ed(0x1d8),'fillOpacity':_0x5746ed(0xdf),'wickColor':'Color\x20de\x20mecha','wickWidth':_0x5746ed(0xba),'wickOpacity':_0x5746ed(0x15c),'candleWidth':'Ancho\x20de\x20vela','hollow':_0x5746ed(0x178),'columnsError':'Los\x20datos\x20del\x20gráfico\x20de\x20velas\x20requieren\x20las\x20columnas\x20Categoría,\x20Apertura,\x20Máximo,\x20Mínimo\x20y\x20Cierre.','series':_0x5746ed(0x12b)},'histogram':{'binGap':_0x5746ed(0xd3),'binningMode':_0x5746ed(0xb3),'count':_0x5746ed(0x1c8),'width':_0x5746ed(0x1b2),'binCount':_0x5746ed(0x1da),'binWidth':'Ancho\x20del\x20contenedor','underflow':_0x5746ed(0x133),'overflow':_0x5746ed(0x17d),'frequency':_0x5746ed(0x11e)},'treemap':{'parentLabelLayout':'Diseño\x20de\x20etiqueta\x20principal','banner':_0x5746ed(0x198),'overlapping':_0x5746ed(0x175),'leafLabel':'Etiquetas\x20de\x20hojas','hierarchy':_0x5746ed(0x194),'diagnostic':_0x5746ed(0xe1)},'sunburst':{'hierarchy':'Jerarquía','addHierarchy':_0x5746ed(0x1ae),'moveUp':'Mover\x20el\x20campo\x20de\x20jerarquía\x20hacia\x20arriba','moveDown':_0x5746ed(0xfd),'removeHierarchy':'Eliminar\x20campo\x20de\x20jerarquía','centerLabel':_0x5746ed(0x1e2),'labelFormat':_0x5746ed(0xdc),'diagnostic':_0x5746ed(0x110)},'gauge':{'scale':'Escala','majorDivisions':_0x5746ed(0xf9),'minorDivisions':_0x5746ed(0x18c),'angles':_0x5746ed(0xa9),'endAngle':'Ángulo\x20final','ranges':_0x5746ed(0x15b),'rangeFrom':'De','rangeTo':'a','addRange':'Agregar\x20rango','removeRange':'Quitar\x20rango','axisTick':_0x5746ed(0x10b),'splitLine':_0x5746ed(0xb6),'pointer':_0x5746ed(0x1c4),'anchor':_0x5746ed(0x1dc),'progress':_0x5746ed(0x13c),'detail':_0x5746ed(0x1bf),'pointerNeedle':_0x5746ed(0x1a9),'pointerSlim':_0x5746ed(0xa3),'template':_0x5746ed(0xf5),'modern':_0x5746ed(0x16c),'classic':_0x5746ed(0x1a7),'minimal':_0x5746ed(0x1b0),'advanced':'Configuraciones\x20avanzadas','customized':_0x5746ed(0x1d5),'axisLabelNumberFormat':_0x5746ed(0x1d2),'detailNumberFormat':_0x5746ed(0xac),'emptyDiagnostic':_0x5746ed(0xa4),'mappingDiagnostic':'El\x20gráfico\x20de\x20indicador\x20requiere\x20un\x20campo\x20de\x20etiqueta\x20y\x20exactamente\x20un\x20campo\x20de\x20valor.','configDiagnostic':_0x5746ed(0x18e)},'chord':{'source':_0x5746ed(0x118),'target':'Objetivo','count':'recuento\x20de\x20relaciones','node':_0x5746ed(0x176),'ribbon':_0x5746ed(0xce),'clockwise':_0x5746ed(0x180),'padAngle':'Ángulo\x20de\x20la\x20almohadilla','minAngle':_0x5746ed(0x195),'innerRadius':_0x5746ed(0xc4),'outerRadius':_0x5746ed(0xed),'invalidRadii':_0x5746ed(0x1c6),'rotation':_0x5746ed(0x1d3),'distance':_0x5746ed(0x141),'width':_0x5746ed(0x1b2),'focus':_0x5746ed(0xc3),'solid':_0x5746ed(0x1e5),'gradient':'Degradado','adjacency':_0x5746ed(0xb4),'self':_0x5746ed(0x1c0),'emptyDiagnostic':_0x5746ed(0xf1),'mappingDiagnostic':'El\x20diagrama\x20de\x20cuerdas\x20requiere\x20campos\x20de\x20origen\x20y\x20destino\x20distintos\x20y,\x20opcionalmente,\x20un\x20campo\x20de\x20valor\x20diferente.','configDiagnostic':'La\x20configuración\x20del\x20diagrama\x20de\x20cuerdas\x20no\x20es\x20válida.\x20Compruebe\x20los\x20ángulos,\x20los\x20radios,\x20la\x20opacidad\x20y\x20los\x20tamaños.','associatedValue':'Valor\x20asociado'},'common':{'category':_0x5746ed(0x16f),'seriesName':_0x5746ed(0x1bd),'value':'Valor','percentage':_0x5746ed(0x1de),'borderColor':_0x5746ed(0x15f),'labelContent':_0x5746ed(0xe7),'labelPosition':_0x5746ed(0x1e3),'dataLabels':_0x5746ed(0x192),'chartType':_0x5746ed(0x1bb),'bold':_0x5746ed(0xe6),'italic':'cursiva','shape':_0x5746ed(0x1be),'chartStyle':_0x5746ed(0x10c),'chartAndAxisTitles':_0x5746ed(0x1e7),'legend':_0x5746ed(0x1ad),'chartTitle':'Título\x20del\x20gráfico','subtitle':_0x5746ed(0x12e),'series':_0x5746ed(0x115),'dataPoint':_0x5746ed(0x155),'trendline':_0x5746ed(0xb7),'horizontalAxis':'Eje\x20horizontal','verticalAxis':_0x5746ed(0x182),'rightVerticalAxis':_0x5746ed(0xd5),'layout':'Diseño','arrow':_0x5746ed(0xfe),'axisLabels':_0x5746ed(0x18b),'currency':_0x5746ed(0x1b7),'date':_0x5746ed(0x177),'displayName':_0x5746ed(0xd9),'emphasis':'Énfasis','heatmap':_0x5746ed(0x12d),'lineColor':_0x5746ed(0x15a),'lineWidth':_0x5746ed(0xc9),'min':'Mínimo','max':_0x5746ed(0xff),'mode':'Modo','stacked':_0x5746ed(0x129),'title':_0x5746ed(0x1cd),'auto':_0x5746ed(0xfb),'position':{'label':'Posición','inside':'Dentro','outside':_0x5746ed(0x17f),'top':'arriba','right':_0x5746ed(0xb9),'bottom':_0x5746ed(0x130),'left':_0x5746ed(0x120),'hide':_0x5746ed(0xee)},'axisAlign':{'start':_0x5746ed(0x17a),'center':_0x5746ed(0xa8),'end':_0x5746ed(0x1b5)},'textAlign':{'left':_0x5746ed(0x120),'center':_0x5746ed(0xa8),'right':_0x5746ed(0xb9)},'legendSelectMode':{'single':_0x5746ed(0x11b),'multiple':_0x5746ed(0xd7),'disabled':_0x5746ed(0x169)},'visualMapType':{'continuous':_0x5746ed(0x144),'piecewise':_0x5746ed(0x196)},'default':_0x5746ed(0x119),'reset':_0x5746ed(0x128),'color':_0x5746ed(0x104),'opacity':_0x5746ed(0x1c1),'font':_0x5746ed(0x17b),'none':'Ninguno','transparent':_0x5746ed(0xad),'numberFormat':_0x5746ed(0x1d7),'borderWidth':'Ancho\x20del\x20borde','borderType':_0x5746ed(0xca),'lineType':_0x5746ed(0x105),'dashed':'discontinuo','dotted':_0x5746ed(0x1ba),'circle':_0x5746ed(0x11a),'triangle':_0x5746ed(0x190),'diamond':_0x5746ed(0x102),'axisLine':_0x5746ed(0xaf),'minimum':_0x5746ed(0x113),'maximum':_0x5746ed(0xff),'startAngle':_0x5746ed(0x100),'valueField':_0x5746ed(0x139),'categoryName':_0x5746ed(0x18a),'ownValue':_0x5746ed(0xc1),'children':_0x5746ed(0x19a),'label':_0x5746ed(0xb5),'editChart':_0x5746ed(0xc8),'deleteChart':_0x5746ed(0x107),'insertChart':_0x5746ed(0x179),'insertChartFailed':'No\x20se\x20pudo\x20insertar\x20el\x20gráfico','openChartPanel':_0x5746ed(0x1a4),'hideChartPanel':'Ocultar\x20panel\x20de\x20gráficos','exportImage':_0x5746ed(0x109),'copy':_0x5746ed(0x1cb),'setup':_0x5746ed(0x153),'customize':'Personalizar','data':'Datos','tableDataEmpty':_0x5746ed(0xb0),'dataRange':'Rango\x20de\x20datos','editData':_0x5746ed(0x151),'inlineData':_0x5746ed(0x1c9),'switchRowColumn':_0x5746ed(0x112),'useAsCategoryLabels':_0x5746ed(0x1d0),'cancel':'Cancelar','insert':_0x5746ed(0x193),'apply':_0x5746ed(0x13e),'duplicate':_0x5746ed(0x1a3)},'inlineTable':{'pasteHint':_0x5746ed(0x1ab),'addRow':_0x5746ed(0x145),'addColumn':'Agregar\x20columna'},'floatMenu':{'menuTitle':{'chart':_0x5746ed(0x11f),'axisTitle':_0x5746ed(0x14d),'gridline':_0x5746ed(0x17c),'tick':_0x5746ed(0xa6),'mark':_0x5746ed(0x19f),'dataLabel':'Etiqueta\x20de\x20datos'},'field':{'position':_0x5746ed(0x1d1),'size':'Tamaño','align':_0x5746ed(0xc0),'map':_0x5746ed(0xb1),'rotate':_0x5746ed(0x15d),'labelText':'Texto\x20de\x20etiqueta','titleText':_0x5746ed(0x12c)},'action':{'more':_0x5746ed(0x17e)},'control':{'labels':_0x5746ed(0xe2),'line':_0x5746ed(0xf6),'reverse':'Invertir'}}}};export{e as default};function _0x30cf(){const _0x22fc51=['Modo\x20de\x20agrupación','Nodos\x20adyacentes','Etiqueta','Líneas\x20divididas','Línea\x20de\x20tendencia','Cuerpo','Derecha','Ancho\x20de\x20mecha','Color\x20de\x20la\x20línea\x20de\x20cuadrícula','Valor\x20inferior\x20a','cuadrado','Diagrama\x20de\x20caja','Gráfico\x20de\x20Sankey','alineal','Valor\x20propio','Apilar','Enfoque','Radio\x20interior','Tratar\x20como\x20cero','Negativo','logarítmico','Editor\x20de\x20gráficos','Ancho\x20de\x20línea','Tipo\x20de\x20borde','Garrapatas','Triángulo\x20delantero','396193IJIcPD','cinta','Posición\x20de\x20la\x20marca','El\x20formato\x20general\x20no\x20contiene\x20ningún\x20formato\x20de\x20número\x20específico.','Forma\x20de\x20punto','exponencial','Espacio\x20en\x20el\x20contenedor','tabla\x20de\x20acordes','Eje\x20vertical\x20derecho','Medio\x20pastel','Múltiple','Tabla\x20de\x20calibres','Nombre\x20para\x20mostrar','Height\x20(%)','Polinomio','Estilo\x20de\x20etiqueta','Tipo\x20de\x20título','ID\x20de\x20imagen\x20de\x20máscara','Rellenar\x20opacidad','Otro','El\x20mapa\x20de\x20árbol\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Etiquetas','Color\x20predeterminado','cascada','Líneas\x20de\x20cuadrícula\x20y\x20marcas','Negrita','Contenido\x20de\x20la\x20etiqueta','mapa\x20visual','Polígono','Positivo','20YMaDmc','Etiquetas\x20de\x20celda','Radio\x20exterior','Ocultar','Tamaño\x20del\x20gráfico\x20secundario','Línea\x20indicadora','El\x20diagrama\x20de\x20cuerdas\x20requiere\x20al\x20menos\x20una\x20relación\x20con\x20peso\x20positivo\x20entre\x20dos\x20nodos\x20distintos.','Decimales','745224tbrBmT','9uCaSvB','Plantilla','Línea','Tamaño\x20de\x20nodos\x20por\x20valor','fuerza','Divisiones\x20principales','Separación\x20entre\x20el\x20gráfico\x20principal\x20y\x20el\x20secundario','Automático','Agregar','Mover\x20el\x20campo\x20de\x20jerarquía\x20hacia\x20abajo','Flecha','Máximo','Ángulo\x20inicial','Color\x20de\x20fórmula','diamante','Periodo','Color','tipo\x20de\x20línea','Agujero\x20de\x20rosquilla','Eliminar\x20gráfico','Valores\x20no\x20válidos','Exportar\x20como\x20imagen','12uRGQak','Garrapatas\x20del\x20eje','Estilo\x20de\x20gráfico','Rectángulo\x20redondeado\x20vacío','Gráfico\x20de\x20dispersión','Explosion\x20(%)','El\x20gráfico\x20radial\x20jerárquico\x20requiere\x20al\x20menos\x20un\x20campo\x20de\x20jerarquía\x20y\x20un\x20campo\x20de\x20valor\x20numérico.','Brecha\x20de\x20artículo','Cambiar\x20a\x20fila/columna','Mínimo','Diseño\x20avanzado','Serie','Apilar\x20porcentaje','Opacidad\x20del\x20borde','Fuente','Predeterminado','circulo','Único','Gráfico\x20de\x20indicador','Nodos','Frecuencia','Gráfico','Izquierda','1030VEYgvu','unidad\x20de\x20valor','Rectángulo\x20redondeado','Apilar\x20·\x20Gráfico\x20de\x20columnas','Color\x20del\x20texto\x20de\x20la\x20etiqueta','Tratar\x20etiquetas\x20como\x20fechas','Gráfico\x20de\x20área\x20apilada','Reiniciar','Apilado','Tipos\x20de\x20formato','Serie\x20OHLC','Texto\x20del\x20título','Mapa\x20de\x20calor','Subtítulo','Objetivo\x20de\x20estilo','Abajo','Gráfico\x20de\x20relación','color\x20R²','Umbral\x20de\x20desbordamiento\x20inferior','cardioide','Referenciada','Tipo','eje','Línea\x20de\x20ruptura','Campo\x20de\x20valor','Mecha','repetir\x20palabras','Progreso','Mostrar\x20R²','Aplicar','Gráfico\x20de\x20columnas','Histograma','Distancia','{0}\x20puntos\x20de\x20datos\x20seleccionados','Orden','Continuo','Agregar\x20fila','Rectángulo','nube','Vela','El\x20formato\x20de\x20percentil\x20milésimo\x20se\x20utiliza\x20para\x20números\x20generales,\x20los\x20formatos\x20de\x20moneda\x20y\x20contable\x20proporcionan\x20formatos\x20especializados\x20para\x20valores\x20monetarios.','Suave','Mostrar\x20fórmula','14977UkQxFm','Título\x20del\x20eje','Gráfico\x20de\x20barras\x20apiladas','Gráfico\x20de\x20embudo','todas\x20las\x20series','Editar\x20datos','Tamaño\x20de\x20fuente','Configurar','en\x20ascenso','Punto\x20de\x20datos','Gráfico\x20circular\x20con\x20subgráfico\x20circular','Gráfico\x20circular\x20con\x20subgráfico\x20de\x20barras','Tipos\x20de\x20moneda','Cuadrado\x20vacío','Color\x20de\x20línea','Rangos','Opacidad\x20de\x20la\x20mecha','girar','El\x20formato\x20de\x20moneda\x20se\x20utiliza\x20para\x20valores\x20monetarios\x20generales,\x20el\x20formato\x20contable\x20alinea\x20los\x20puntos\x20decimales\x20en\x20una\x20columna\x20de\x20valores.','Color\x20del\x20borde','Modo\x20de\x20selección','Gráfico\x20de\x20líneas','Marcador\x20vacío','Width\x20(%)','1763315WrDxNZ','Gráfico\x20combinado','Ancho\x20de\x20marca','Forma\x20de\x20nodo','Conectar\x20puntos\x20de\x20datos','Desactivado','Ancho\x20de\x20la\x20línea\x20de\x20conexión','Gráfico\x20de\x20barras\x20apiladas\x20porcentual','moderno','Gráfico\x20de\x20cascada','Gráfico\x20de\x20Pareto','Categoría','pastel\x20de\x20rosas','Eliminar\x20punto\x20de\x20datos','2035536SOqybu','Series\x20overlap\x20(%)','media\x20móvil','superpuestas','Nodo','Fecha','vela\x20hueca','Insertar\x20gráfico','Inicio','fuente','Línea\x20de\x20cuadrícula','Umbral\x20de\x20desbordamiento','Más','Fuera','En\x20el\x20sentido\x20de\x20las\x20agujas\x20del\x20reloj','cayendo','Eje\x20vertical','gráfico\x20de\x20histograma','Formato\x20personalizado','Plot\x20area','Circular\x20con\x20subgráfico\x20circular','Estilo\x20de\x20línea','3jtOrIO','Conector','Nombre\x20de\x20categoría','Etiquetas\x20de\x20eje','Divisiones\x20secundarias\x20por\x20división\x20principal','Color\x20del\x20punto','La\x20configuración\x20del\x20gráfico\x20de\x20indicador\x20no\x20es\x20válida.\x20Compruebe\x20la\x20escala,\x20los\x20intervalos,\x20las\x20proporciones\x20y\x20los\x20tamaños.','Color\x20de\x20la\x20línea\x20de\x20conexión','Triangulo','8789AGkJTD','Etiquetas\x20de\x20datos','Insertar','Campos\x20de\x20jerarquía','Ángulo\x20mínimo','Por\x20tramos','Sólido','pancarta','Tamaño\x20del\x20punto','Elementos\x20secundarios','Triángulo\x20vacío','Color\x20de\x20la\x20línea\x20del\x20indicador','Eje\x20derecho','corazón','marca','Título\x20del\x20eje\x20vertical','Nube\x20de\x20palabras','Alineación','Duplicar','Abrir\x20panel\x20de\x20gráficos','Tipo\x20de\x20línea\x20de\x20conexión','Eje\x20inverso','Clásico','Gráfico\x20de\x20barras','Aguja\x20clásica','Líneas\x20de\x20cuadrícula','Pegue\x20una\x20tabla\x20de\x20Hojas\x20de\x20cálculo,\x20Excel\x20o\x20una\x20página\x20web\x20para\x20reemplazar\x20los\x20datos\x20en\x20línea.','Color\x20de\x20fondo','Leyenda','Agregar\x20jerarquía','Circular\x20con\x20subgráfico\x20de\x20barras','mínimo','3813048zUQJam','Ancho','Número','Incluir\x20valores\x20cero','Fin','Gráfico\x20de\x20velas','Moneda','gráfico\x20de\x20velas','Espaciado\x20de\x20cortes','punteado','Tipo\x20de\x20gráfico','color\x20de\x20marca','Nombre\x20de\x20la\x20serie','Forma','Detalle','Nodo\x20actual','Opacidad','Tipo\x20de\x20origen','Rectángulo\x20vacío','puntero','Tipos\x20de\x20fecha','El\x20radio\x20interior\x20debe\x20ser\x20menor\x20que\x20el\x20radio\x20exterior.','Arreglo','contar','Datos\x20en\x20línea','Tamaño\x20de\x20fuente\x20del\x20cuerpo','Copiar','Línea\x20de\x20etiqueta','Título','Longitud\x20de\x20arista','Ancho\x20de\x20la\x20línea\x20de\x20cuadrícula','Usar\x20{0}\x20como\x20categoría','Posición','Formato\x20numérico\x20de\x20las\x20etiquetas\x20del\x20eje','Rotación','Escala\x20de\x20valores','Personalizado','Círculo\x20vacío','Formato\x20de\x20número','color\x20del\x20cuerpo','Formato\x20fuente','Recuento\x20de\x20contenedores','Serie\x20de\x20gráfico\x20de\x20barras','ancla','Forma\x20de\x20radar','Porcentaje','Gráfico\x20de\x20área','Color\x20de\x20fuente\x20del\x20cuerpo','Rotación\x20de\x20etiquetas','Total\x20central','Posición\x20de\x20la\x20etiqueta','Tipo\x20de\x20línea\x20indicadora','Color\x20sólido','Rombo\x20vacío','Títulos\x20del\x20gráfico\x20y\x20ejes','Título\x20del\x20eje\x20vertical\x20derecho','Gráfico\x20de\x20radar','Pentágono','Aguja\x20fina','El\x20gráfico\x20de\x20indicador\x20requiere\x20al\x20menos\x20un\x20valor\x20numérico\x20finito.','Leyenda\x20envolvente','Marca\x20de\x20graduación','Tipos\x20de\x20números\x20negativos','Centro','ángulos','gravedad','Flecha\x20vacía','Formato\x20de\x20número\x20de\x20detalle','Transparente','Usar\x20subtotal','Línea\x20del\x20eje','Los\x20datos\x20de\x20la\x20tabla\x20están\x20vacíos','mapa','Gráfico\x20circular'];_0x30cf=function(){return _0x22fc51;};return _0x30cf();}
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xb52504=_0x25dd;function _0x25dd(_0x152be3,_0xb7e404){_0x152be3=_0x152be3-0x1c1;const _0x4e5fe8=_0x4e5f();let _0x25dd78=_0x4e5fe8[_0x152be3];return _0x25dd78;}(function(_0x23945a,_0x4de52f){const _0x147fc5=_0x25dd,_0x3605e2=_0x23945a();while(!![]){try{const _0x512453=-parseInt(_0x147fc5(0x1ca))/0x1+parseInt(_0x147fc5(0x1dc))/0x2+-parseInt(_0x147fc5(0x1f0))/0x3*(-parseInt(_0x147fc5(0x1eb))/0x4)+-parseInt(_0x147fc5(0x1e8))/0x5+-parseInt(_0x147fc5(0x1c2))/0x6*(-parseInt(_0x147fc5(0x1d2))/0x7)+parseInt(_0x147fc5(0x1f8))/0x8*(-parseInt(_0x147fc5(0x1e2))/0x9)+parseInt(_0x147fc5(0x1c5))/0xa;if(_0x512453===_0x4de52f)break;else _0x3605e2['push'](_0x3605e2['shift']());}catch(_0x2307fd){_0x3605e2['push'](_0x3605e2['shift']());}}}(_0x4e5f,0x4da9a));function _0x4e5f(){const _0x13b39f=['707571xcUdcf','تاریخ','راست','راهنما','داخل','بازنشانی','1811245xLvQSt','برچسب\x20داده','افزودن\x20ستون','605300Rnzqhg','نقشه','شکستن\x20راهنما','دستهبندی','نمودار','6SyjJnY','متن\x20عنوان','خط\x20شبکه','مقدار','رنگ\x20حاشیه','درصد','متن\x20برچسب','محور\x20افقی','64VOuRgt','محور\x20عمودی\x20راست','1404QJdCKk','پیشفرض','حداقل','12317140GyOtOK','عنوان\x20محور','مجزأ','ایتالیک','زیرعنوان','355824SpXJSF','بستن','عنوان\x20نمودار','بالا','ضخیم','عنوان','افزودن\x20سطر','رنگ','2310nnEofz','علامت\x20درجهبندی','حالت','علامت','دادهها\x20را\x20اینجا\x20کپی\x20و\x20جایگذاری\x20کنید','مخفی','معکوس','چند\x20انتخاب','سری','مستمر','107094bkZJGy','محور\x20عمودی','شروع','برچسبها','مرکز','تک\x20انتخاب'];_0x4e5f=function(){return _0x13b39f;};return _0x4e5f();}const e={'chart-ui':{'common':{'default':_0xb52504(0x1c3),'reset':_0xb52504(0x1e7)},'presentation':{'wrapLegend':_0xb52504(0x1ed)},'inlineTable':{'pasteHint':_0xb52504(0x1d6),'addRow':_0xb52504(0x1d0),'addColumn':_0xb52504(0x1ea)},'floatMenu':{'menuTitle':{'chart':_0xb52504(0x1ef),'chartTitle':_0xb52504(0x1cc),'subtitle':_0xb52504(0x1c9),'axisTitle':_0xb52504(0x1c6),'legend':_0xb52504(0x1e5),'horizontalAxis':_0xb52504(0x1f7),'verticalAxis':_0xb52504(0x1dd),'rightVerticalAxis':_0xb52504(0x1c1),'gridline':_0xb52504(0x1f2),'tick':_0xb52504(0x1d3),'mark':_0xb52504(0x1d5),'series':_0xb52504(0x1da),'dataPoint':'نقطه\x20داده','dataLabel':_0xb52504(0x1e9)},'field':{'title':_0xb52504(0x1cf),'subtitle':'زیرعنوان','position':'موقعیت','size':'اندازه','align':'تراز','mode':_0xb52504(0x1d4),'map':_0xb52504(0x1ec),'rotate':'چرخش','min':_0xb52504(0x1c4),'max':'حداکثر','color':_0xb52504(0x1d1),'borderColor':_0xb52504(0x1f4),'opacity':'کدری','labelPosition':'موقعیت\x20برچسب','labelText':_0xb52504(0x1f6),'titleText':_0xb52504(0x1f1)},'action':{'more':'بیشتر','bold':_0xb52504(0x1ce),'italic':_0xb52504(0x1c8)},'control':{'labels':_0xb52504(0x1df),'line':'خط','reverse':_0xb52504(0x1d8),'date':_0xb52504(0x1e3)},'option':{'textAlign':{'left':'چپ','center':_0xb52504(0x1e0),'right':_0xb52504(0x1e4)},'position':{'top':_0xb52504(0x1cd),'bottom':'پایین','left':'چپ','right':_0xb52504(0x1e4),'hide':_0xb52504(0x1d7),'inside':_0xb52504(0x1e6),'outside':'خارج'},'labelText':{'category':_0xb52504(0x1ee),'value':_0xb52504(0x1f3),'percentage':_0xb52504(0x1f5)},'axisAlign':{'start':_0xb52504(0x1de),'center':_0xb52504(0x1e0),'end':'پایان'},'legendSelectMode':{'single':_0xb52504(0x1e1),'multiple':_0xb52504(0x1d9),'close':_0xb52504(0x1cb)},'visualMapType':{'continuous':_0xb52504(0x1db),'piecewise':_0xb52504(0x1c7)}}}}};export{e as default};
|
|
1
|
+
function _0x5c06(_0x16ecb1,_0x480cc1){_0x16ecb1=_0x16ecb1-0x11c;const _0x216a7d=_0x216a();let _0x5c06ed=_0x216a7d[_0x16ecb1];return _0x5c06ed;}const _0x1c9c7c=_0x5c06;function _0x216a(){const _0xf9efa2=['داده\x20درونخطی','شروع','قیمت\x20بسته\x20شدن','جاذبه','هیچ\x20کدام','رنگ\x20تیک','نیم\x20پای','نمایی','جمع\x20فرعی','دادههای\x20جدول\x20خالی\x20است','نمودار\x20دایرهای\x20از\x20دایرهای','عنوان\x20محور\x20افقی','پر\x20کردن\x20منطقه','رنگ\x20فیتیله','خط\x20شبکه','مقدار\x20کمتر\x20از','چرخاندن\x20برچسب\x20ها','فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','از\x20مجموع\x20فرعی\x20استفاده\x20کنید','گره','نمودار\x20وتر','تیرگی\x20فیتیله','واحد\x20ارزش','گرادیان','همه\x20سریال\x20ها','عنوان\x20نمودار','انواع\x20فرمت','کاردیوئید','شکل\x20گره','انواع\x20تاریخ','خطوط\x20شبکه\x20و\x20تیکها','لغو','برچسب\x20های\x20برگ','نمودار\x20دونات','حذف\x20نمودار','نقشه','روبان','نمودار\x20سنجه\x20به\x20حداقل\x20یک\x20مقدار\x20عددی\x20متناهی\x20نیاز\x20دارد.','نمودار\x20آفتابنما\x20به\x20حداقل\x20یک\x20فیلد\x20سلسلهمراتبی\x20و\x20یک\x20فیلد\x20مقدار\x20عددی\x20نیاز\x20دارد.','سفارش\x20دهید','کنه\x20ها','از\x20مقادیر\x20مطلق\x20استفاده\x20کنید','پین\x20خالی','چرخش','عرض\x20تیک','درصد\x20انباشته\x20·\x20نمودار\x20ستونی','اتصالدهنده','سلسله\x20مراتب\x20را\x20به\x20سمت\x20بالا\x20حرکت\x20دهید','فیلد\x20سلسله\x20مراتبی\x20را\x20حذف\x20کنید','حداقل','معمولی','چند\x20انتخاب','رنگ\x20یکدست','مثلث','شکل\x20رادار','عرض\x20حاشیه','فیلد\x20سلسله\x20مراتب\x20را\x20به\x20پایین\x20منتقل\x20کنید','شعاع\x20داخلی\x20باید\x20کوچکتر\x20از\x20شعاع\x20بیرونی\x20باشد.','شکل','طول\x20یال','قالب\x20شماره\x20جزئیات','برچسب\x20بزنید','عرض\x20شمع','تقسیمات\x20اصلی','رنگ\x20بدنه','بیرون','شفاف','فونت','زیرنویس','موقعیت\x20برچسب','نوع\x20خط','شمع','فیلد\x20ارزش','اندازه\x20نمودار\x20ثانویه','مدرن','دایره\x20ای','خروجی\x20گرفتن\x20بهصورت\x20تصویر','راست','نمودار\x20قیفی','محور','پیکربندی\x20نمودار\x20سنجه\x20نامعتبر\x20است.\x20مقیاس،\x20بازهها،\x20نسبتها\x20و\x20اندازهها\x20را\x20بررسی\x20کنید.','رنگ\x20حاشیه','سلسلة\x20المخطط\x20العمودي','سری\x20OHLC','نمودار\x20شمعی','نمودار\x20ستونی','خط\x20اتصال','تقسیمات\x20فرعی\x20در\x20هر\x20تقسیم\x20اصلی','پایینترین\x20قیمت','تاکید','عنوان','تعامل','اضافه\x20کردن\x20ستون','Bar\x20spacing','داخل','مخفی\x20کردن\x20پنل\x20نمودار','افزودن\x20خط\x20روند','کپی','برچسبها','انواع\x20ارز','شکاف\x20سطل','فتیله','45070xIsvcu','نوع\x20خط\x20نشانگر','نمودار\x20مساحتی\x20درصد\x20انباشته','11329155Fadrjx','نمودار\x20درختی','سبک\x20خط','درج\x20نمودار','Top\x20(%)','نمودار\x20میلهای\x20انباشته','اعضا','تمرکز\x20کنید','نمودار\x20راداری','نمودار','پنتاگون','نمودار\x20خورشیدی','مثلث\x20خالی','تک\x20انتخاب','شعاع\x20داخلی','پس\x20زمینه\x20برچسب','نمودار\x20شمعدانی','تاریخ','نمودار\x20دایرهای','تفکیک\x20سفارشی','نمودار\x20مساحتی','رنگ\x20پس\x20زمینه','ردیف\x20اضافه\x20کنید','آستانه\x20زیر\x20جریان','سفارشی','نمودار\x20جعبهای','سایر','عقربه\x20باریک','10656947UqIMIS','تنظیم\x20فرمت\x20برچسب','موقعیت','تکرار','برچسب\x20های\x20سلولی','مستطیل\x20خالی','دوجی','نمودار\x20آکورد','خطوط\x20شبکه','محور\x20عمودی','شفافیت\x20حاشیه','طرح\x20بندی','اندازه\x20نقطه','ستاره','پای\x20گل\x20رز','سوراخ\x20دونات','جامد','طول\x20تیک','تفکیک\x20بر\x20اساس','پیش\x20نمایش','بدنه','سلسله\x20مراتب','42JeARcd','قالب\x20عددی\x20برچسبهای\x20محور','لنگر','فاصله\x20برش\x20ها','دسته\x20بندی','ارز','خطی','اعمال','قیمت\x20باز\x20شدن','هیستوگرام','متن\x20عنوان','Height\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راست','مخفی','علامت','رنگ\x20R²','در\x20حال\x20افزایش\x20است','عقربه\x20کلاسیک','مثبت','فلش\x20خالی','مقدار\x20خود\x20عنصر','سلسله\x20مراتب\x20را\x20اضافه\x20کنید','در\x20جهت\x20عقربه\x20های\x20ساعت','بالاترین\x20قیمت','لگاریتمی','درصد\x20کمتر\x20از','فراوانی','راهنما','پیکربندی\x20نمودار\x20وتر\x20نامعتبر\x20است.\x20زاویهها،\x20شعاعها،\x20شفافیت\x20و\x20اندازهها\x20را\x20بررسی\x20کنید.','مقیاس\x20مقدار','رنگ\x20فونت\x20بدنه','درج','نمایش\x20R²','چیدمان\x20برچسب\x20والد','3636024mwBIFq','عناوین\x20نمودار\x20و\x20محور','دافعه','نمودار\x20ترکیبی','انباشته','میلهای\x20از\x20دایرهای','مقیاس','رنگ\x20متن\x20برچسب','دادههای\x20نمودار\x20شمعی\x20به\x20ستونهای\x20دسته،\x20بازشدن،\x20بیشترین،\x20کمترین\x20و\x20بستهشدن\x20نیاز\x20دارند.','ویرایش\x20دادهها','موقعیت\x20را\x20علامت\x20بزنید','حالت\x20انتخاب','اندازه\x20گره\x20ها\x20بر\x20اساس\x20مقدار','نمودار\x20وتر\x20به\x20حداقل\x20یک\x20رابطه\x20با\x20وزن\x20مثبت\x20میان\x20دو\x20گره\x20متفاوت\x20نیاز\x20دارد.','نوع\x20منبع','عرض\x20سطل','متن\x20برچسب','نمودار\x20حبابی','چیدمان\x20پیشرفته','نمایش\x20فرمول','خط\x20محور','نمودار\x20سنجه\x20به\x20یک\x20فیلد\x20برچسب\x20و\x20دقیقاً\x20یک\x20فیلد\x20مقدار\x20نیاز\x20دارد.','مقادیر\x20صفر\x20را\x20درج\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تاریخ','حداکثر','قدرت','2104tLyqQH','تراز','آبشار','پین','تنظیمات\x20پیشرفته','زمینه\x20های\x20سلسله\x20مراتبی','نمودار\x20رابطه','حذف\x20نقطه\x20داده','عنوان\x20محور','همپوشانی','برچسب\x20های\x20داده','402215vbQwaP','اشاره\x20گر','{0}\x20نقطه\x20داده\x20انتخاب\x20شده\x20است','انواع\x20اعداد\x20منفی','علامت\x20درجهبندی','تغییر\x20به\x20ردیف/ستون','محدوده\x20را\x20بردارید','دایره','نمودار\x20خطی\x20/\x20نمودار\x20مساحتی','حالت','Width\x20(%)','محور\x20افقی','Opacity\x20را\x20پر\x20کنید','زوایای','نقشه\x20حرارتی','محل\x20اعشار','ارجاعی','نمودار\x20ابر\x20کلمات','فرمت\x20منبع','Series\x20overlap\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خالی','1467720zMBvuL','شکاف\x20آیتم','چرخش\x20برچسب','چند\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پارتو','Start\x20angle','باز\x20کردن\x20پنل\x20نمودار','مرکز','افسانه\x20را\x20بپیچید','3531tZSJiC','فاصله','رنگ\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شماره'];_0x216a=function(){return _0xf9efa2;};return _0x216a();}(function(_0x33d13a,_0xd67677){const _0x1a82b8=_0x5c06,_0x11648b=_0x33d13a();while(!![]){try{const _0x3004e7=parseInt(_0x1a82b8(0x1b0))/0x1+parseInt(_0x1a82b8(0x127))/0x2+parseInt(_0x1a82b8(0x13c))/0x3*(-parseInt(_0x1a82b8(0x23a))/0x4)+-parseInt(_0x1a82b8(0x245))/0x5*(-parseInt(_0x1a82b8(0x1e5))/0x6)+-parseInt(_0x1a82b8(0x1cf))/0x7+parseInt(_0x1a82b8(0x217))/0x8+parseInt(_0x1a82b8(0x1b3))/0x9;if(_0x3004e7===_0xd67677)break;else _0x11648b['push'](_0x11648b['shift']());}catch(_0x49cf48){_0x11648b['push'](_0x11648b['shift']());}}}(_0x216a,0xdf18e));const e={'chart-ui':{'dataSource':{'inlineMode':'درونخطی','referencedMode':_0x1c9c7c(0x255),'sourceType':_0x1c9c7c(0x225)},'editor':{'defaultColor':_0x1c9c7c(0x132),'fontSize':'اندازه\x20فونت'},'setup':{'stack':_0x1c9c7c(0x21b),'percentStacked':'درصد\x20انباشته'},'chartTypes':{'line':_0x1c9c7c(0x25b),'column':_0x1c9c7c(0x19f),'columnStacked':'انباشته\x20·\x20نمودار\x20ستونی','columnPercentStacked':_0x1c9c7c(0x177),'bar':'نمودار\x20میلهای','barStacked':_0x1c9c7c(0x1b8),'barPercentStacked':_0x1c9c7c(0x25c),'pie':'نمودار\x20دایرهای','donut':_0x1c9c7c(0x16b),'pieOfPie':_0x1c9c7c(0x154),'barOfPie':_0x1c9c7c(0x1ff),'area':_0x1c9c7c(0x1c7),'areaStacked':_0x1c9c7c(0x1fb),'areaPercentStacked':_0x1c9c7c(0x1b2),'radar':_0x1c9c7c(0x1bb),'scatter':'نمودار\x20پراکندگی','combination':_0x1c9c7c(0x21a),'wordCloud':_0x1c9c7c(0x256),'funnel':_0x1c9c7c(0x198),'bubble':_0x1c9c7c(0x228),'relation':_0x1c9c7c(0x240),'waterfall':'نمودار\x20آبشاری','pareto':_0x1c9c7c(0x137),'sankey':'نمودار\x20سانکی','heatmap':_0x1c9c7c(0x253),'boxplot':_0x1c9c7c(0x1cc),'candlestick':_0x1c9c7c(0x19e),'histogram':_0x1c9c7c(0x1ee),'treemap':_0x1c9c7c(0x1b4),'sunburst':_0x1c9c7c(0x1be),'gauge':'نمودار\x20سنجهای','chord':_0x1c9c7c(0x15e)},'section':{'waterfall':'نمودار\x20آبشاری','paretoBar':_0x1c9c7c(0x19c),'paretoLine':'سلسلة\x20النسبة\x20التراكمية','pie':_0x1c9c7c(0x1c5),'wordCloud':'ابر\x20کلمات','radar':_0x1c9c7c(0x1bb),'funnel':_0x1c9c7c(0x198),'relation':_0x1c9c7c(0x240),'lineAndArea':_0x1c9c7c(0x24d),'gridlinesAndTicks':_0x1c9c7c(0x168),'indicatorLine':'خط\x20نشانگر','candlestick':_0x1c9c7c(0x1c3),'histogram':'نمودار\x20هیستوگرام','treemap':_0x1c9c7c(0x1b4),'sunburst':_0x1c9c7c(0x1f6),'gauge':'نمودار\x20گیج','chord':_0x1c9c7c(0x1d6)},'presentation':{'backgroundColor':_0x1c9c7c(0x1c8),'theme':'تم','gradientFill':_0x1c9c7c(0x131),'bodyFontSize':'اندازه\x20فونت\x20بدنه','bodyFontColor':_0x1c9c7c(0x213),'titleType':_0x1c9c7c(0x11e),'horizontalAxisTitle':_0x1c9c7c(0x155),'verticalAxisTitle':'عنوان\x20محور\x20عمودی','rightVerticalAxisTitle':_0x1c9c7c(0x1f7),'wrap':_0x1c9c7c(0x13b),'selectMode':_0x1c9c7c(0x222),'visualMapType':'نقشه\x20بصری','align':_0x1c9c7c(0x23b)},'numberFormat':{'source':_0x1c9c7c(0x257),'number':'شماره','scientific':_0x1c9c7c(0x136),'custom':'قالب\x20سفارشی','preview':_0x1c9c7c(0x1e2),'generalType':'عمومی','accountingType':_0x1c9c7c(0x1f9),'thousandsType':_0x1c9c7c(0x25e),'formatTypes':_0x1c9c7c(0x164),'generalDesc':'فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','accountingDesc':_0x1c9c7c(0x1f5),'currencyDesc':_0x1c9c7c(0x13f),'dateDesc':_0x1c9c7c(0x15b),'thousandsDesc':'فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','decimalPlaces':_0x1c9c7c(0x254),'currencyTypes':_0x1c9c7c(0x1ad),'negativeNumberTypes':_0x1c9c7c(0x248),'dateTypes':_0x1c9c7c(0x167),'setFormat':_0x1c9c7c(0x1d0)},'series':{'rightAxis':_0x1c9c7c(0x201),'allSeries':_0x1c9c7c(0x162),'aggregate':'تجمیع','borderOpacity':_0x1c9c7c(0x1d9),'solid':_0x1c9c7c(0x1df),'pointShape':_0x1c9c7c(0x265),'pointSize':_0x1c9c7c(0x1db),'pointColor':'رنگ\x20نقطه','removeDataPoint':_0x1c9c7c(0x241),'square':'مربع','rect':_0x1c9c7c(0x1f3),'roundRect':'مستطیل\x20گرد','pin':_0x1c9c7c(0x23d),'emptyCircle':_0x1c9c7c(0x126),'emptySquare':'مربع\x20خالی','emptyTriangle':_0x1c9c7c(0x1bf),'emptyDiamond':'لوزی\x20خالی','emptyRect':_0x1c9c7c(0x1d4),'emptyRoundRect':_0x1c9c7c(0x120),'emptyPin':_0x1c9c7c(0x174),'emptyArrow':_0x1c9c7c(0x208)},'lineAndArea':{'lineStyle':_0x1c9c7c(0x1b5),'line':'خط','smooth':'صاف','step':_0x1c9c7c(0x125),'invalidValues':'مقادیر\x20نامعتبر','breakLine':_0x1c9c7c(0x12b),'connect':'نقاط\x20داده\x20را\x20وصل\x20کنید','zero':_0x1c9c7c(0x11c)},'axis':{'useDateAxis':_0x1c9c7c(0x237),'target':_0x1c9c7c(0x199),'lineColor':'رنگ\x20خط','lineWidth':_0x1c9c7c(0x135),'labelRotation':_0x1c9c7c(0x129),'reverse':'محور\x20معکوس','gridlineVisible':_0x1c9c7c(0x1d7),'gridlineColor':_0x1c9c7c(0x121),'gridlineWidth':_0x1c9c7c(0x124),'tickVisible':_0x1c9c7c(0x172),'tickLength':_0x1c9c7c(0x1e0),'tickWidth':_0x1c9c7c(0x176),'tickColor':_0x1c9c7c(0x14f),'tickPosition':_0x1c9c7c(0x221)},'indicator':{'lineColor':_0x1c9c7c(0x13e),'lineType':_0x1c9c7c(0x1b1),'labelBackground':_0x1c9c7c(0x1c2),'labelText':_0x1c9c7c(0x21e)},'trendline':{'add':_0x1c9c7c(0x1aa),'type':'تایپ\x20کنید','linear':_0x1c9c7c(0x1eb),'exponential':_0x1c9c7c(0x151),'logarithmic':_0x1c9c7c(0x20d),'polynomial':_0x1c9c7c(0x234),'power':_0x1c9c7c(0x239),'movingAverage':'میانگین\x20متحرک','showFormula':_0x1c9c7c(0x22a),'showR2':_0x1c9c7c(0x215),'order':_0x1c9c7c(0x171),'period':'دوره','formulaColor':_0x1c9c7c(0x1f1),'r2Color':_0x1c9c7c(0x204)},'pareto':{'includeZeroValues':_0x1c9c7c(0x22d)},'plotArea':{'label':'Plot\x20area','manual':_0x1c9c7c(0x12d),'left':'Left\x20(%)','top':_0x1c9c7c(0x1b7),'width':_0x1c9c7c(0x24f),'height':_0x1c9c7c(0x1f0)},'bar':{'layout':_0x1c9c7c(0x1a7),'gapWidth':_0x1c9c7c(0x200),'overlap':_0x1c9c7c(0x258)},'pie':{'mode':_0x1c9c7c(0x143),'modeNormal':_0x1c9c7c(0x17c),'modePieOfPie':'دایرهای\x20از\x20دایرهای','modeBarOfPie':_0x1c9c7c(0x21c),'splitType':_0x1c9c7c(0x1e1),'splitAuto':'خودکار','splitPosition':'موقعیت','splitCustom':'سفارشی','customSelectedCount':_0x1c9c7c(0x1c6),'customSelectedCountValue':_0x1c9c7c(0x247),'positionCount':'تعداد\x20نقاط\x20داده\x20نمودار\x20ثانویه','valueLessThan':_0x1c9c7c(0x159),'percentageLessThan':_0x1c9c7c(0x20e),'secondarySize':_0x1c9c7c(0x193),'advancedLayout':_0x1c9c7c(0x229),'connector':_0x1c9c7c(0x178),'slices':'برشها','gapWidth':'فاصله\x20بین\x20نمودار\x20اصلی\x20و\x20ثانویه','connectorColor':'رنگ\x20خط\x20اتصال','connectorWidth':_0x1c9c7c(0x1fd),'connectorType':_0x1c9c7c(0x236),'aggregateOther':_0x1c9c7c(0x1cd),'aggregateMembers':_0x1c9c7c(0x1b9),'valueScale':_0x1c9c7c(0x212),'doughnutHole':_0x1c9c7c(0x1de),'startAngle':_0x1c9c7c(0x138),'explosion':'Explosion\x20(%)','paddingAngle':_0x1c9c7c(0x1e8),'halfPie':_0x1c9c7c(0x150),'rosePie':_0x1c9c7c(0x1dd),'labelLine':_0x1c9c7c(0x145)},'radar':{'shape':_0x1c9c7c(0x180),'polygon':_0x1c9c7c(0x12a),'fill':_0x1c9c7c(0x156)},'funnel':{'gap':_0x1c9c7c(0x128),'absoluteValues':_0x1c9c7c(0x173)},'heatmap':{'unit':_0x1c9c7c(0x160),'labels':_0x1c9c7c(0x1d3)},'relation':{'nodes':_0x1c9c7c(0x261),'interaction':_0x1c9c7c(0x1a5),'edgeLength':_0x1c9c7c(0x185),'circular':_0x1c9c7c(0x195),'force':'زور','nodeShape':_0x1c9c7c(0x166),'valueSize':_0x1c9c7c(0x223),'rotateLabels':_0x1c9c7c(0x15a),'gravity':_0x1c9c7c(0x14d),'repulsion':_0x1c9c7c(0x219)},'wordCloud':{'maskImage':'شناسه\x20تصویر\x20ماسک','repeat':_0x1c9c7c(0x133),'cloud':_0x1c9c7c(0x11d),'rect':'مستطیل','cardioid':_0x1c9c7c(0x165),'heart':_0x1c9c7c(0x260),'triangle-forward':_0x1c9c7c(0x130),'pentagon':_0x1c9c7c(0x1bd),'star':_0x1c9c7c(0x1dc)},'waterfall':{'styleTarget':'هدف\x20سبک','positive':_0x1c9c7c(0x207),'negative':'منفی','stackType':'ترتیب','arrangement':_0x1c9c7c(0x23c),'subtotal':_0x1c9c7c(0x152),'includeSubtotal':_0x1c9c7c(0x15c),'connector':_0x1c9c7c(0x1a0)},'candlestick':{'candle':_0x1c9c7c(0x191),'body':_0x1c9c7c(0x1e3),'wick':_0x1c9c7c(0x1af),'state':'حالت\x20شمع','open':_0x1c9c7c(0x1ed),'high':_0x1c9c7c(0x20c),'low':_0x1c9c7c(0x1a2),'close':_0x1c9c7c(0x14c),'rising':_0x1c9c7c(0x205),'falling':'افتادن','doji':_0x1c9c7c(0x1d5),'bodyColor':_0x1c9c7c(0x18a),'fillOpacity':_0x1c9c7c(0x251),'wickColor':_0x1c9c7c(0x157),'wickWidth':'عرض\x20فیتیله','wickOpacity':_0x1c9c7c(0x15f),'candleWidth':_0x1c9c7c(0x188),'hollow':'شمع\x20توخالی','columnsError':_0x1c9c7c(0x21f),'series':_0x1c9c7c(0x19d)},'histogram':{'binGap':_0x1c9c7c(0x1ae),'binningMode':'حالت\x20Binning','count':'بشمار','width':_0x1c9c7c(0x123),'binCount':_0x1c9c7c(0x259),'binWidth':_0x1c9c7c(0x226),'underflow':_0x1c9c7c(0x1ca),'overflow':_0x1c9c7c(0x232),'frequency':_0x1c9c7c(0x20f)},'treemap':{'parentLabelLayout':_0x1c9c7c(0x216),'banner':_0x1c9c7c(0x22f),'overlapping':_0x1c9c7c(0x243),'leafLabel':_0x1c9c7c(0x16a),'hierarchy':_0x1c9c7c(0x23f),'diagnostic':_0x1c9c7c(0x134)},'sunburst':{'hierarchy':_0x1c9c7c(0x1e4),'addHierarchy':_0x1c9c7c(0x20a),'moveUp':_0x1c9c7c(0x179),'moveDown':_0x1c9c7c(0x182),'removeHierarchy':_0x1c9c7c(0x17a),'centerLabel':'مجموع\x20مرکزی','labelFormat':_0x1c9c7c(0x11f),'diagnostic':_0x1c9c7c(0x170)},'gauge':{'scale':_0x1c9c7c(0x21d),'majorDivisions':_0x1c9c7c(0x189),'minorDivisions':_0x1c9c7c(0x1a1),'angles':_0x1c9c7c(0x252),'endAngle':'زاویه\x20پایان','ranges':_0x1c9c7c(0x1f2),'rangeFrom':'از','rangeTo':'به','addRange':_0x1c9c7c(0x22e),'removeRange':_0x1c9c7c(0x24b),'axisTick':_0x1c9c7c(0x140),'splitLine':_0x1c9c7c(0x263),'pointer':_0x1c9c7c(0x246),'anchor':_0x1c9c7c(0x1e7),'progress':'پیشرفت','detail':_0x1c9c7c(0x1fc),'pointerNeedle':_0x1c9c7c(0x206),'pointerSlim':_0x1c9c7c(0x1ce),'template':'الگو','modern':_0x1c9c7c(0x194),'classic':'کلاسیک','minimal':'حداقل','advanced':_0x1c9c7c(0x23e),'customized':_0x1c9c7c(0x1cb),'axisLabelNumberFormat':_0x1c9c7c(0x1e6),'detailNumberFormat':_0x1c9c7c(0x186),'emptyDiagnostic':_0x1c9c7c(0x16f),'mappingDiagnostic':_0x1c9c7c(0x22c),'configDiagnostic':_0x1c9c7c(0x19a)},'chord':{'source':_0x1c9c7c(0x12f),'target':'هدف','count':_0x1c9c7c(0x142),'node':_0x1c9c7c(0x15d),'ribbon':_0x1c9c7c(0x16e),'clockwise':_0x1c9c7c(0x20b),'padAngle':_0x1c9c7c(0x146),'minAngle':'حداقل\x20زاویه','innerRadius':_0x1c9c7c(0x1c1),'outerRadius':'شعاع\x20بیرونی','invalidRadii':_0x1c9c7c(0x183),'rotation':'چرخش','distance':_0x1c9c7c(0x13d),'width':_0x1c9c7c(0x123),'focus':_0x1c9c7c(0x1ba),'solid':_0x1c9c7c(0x17e),'gradient':_0x1c9c7c(0x161),'adjacency':'گرههای\x20مجاور','self':'گره\x20فعلی','emptyDiagnostic':_0x1c9c7c(0x224),'mappingDiagnostic':_0x1c9c7c(0x233),'configDiagnostic':_0x1c9c7c(0x211),'associatedValue':_0x1c9c7c(0x148)},'common':{'category':_0x1c9c7c(0x1e9),'seriesName':_0x1c9c7c(0x1f4),'value':'مقدار','percentage':'درصد','borderColor':_0x1c9c7c(0x19b),'labelContent':_0x1c9c7c(0x147),'labelPosition':_0x1c9c7c(0x18f),'dataLabels':_0x1c9c7c(0x244),'chartType':'نوع\x20نمودار','bold':'پررنگ','italic':'ایتالیک','shape':_0x1c9c7c(0x184),'chartStyle':_0x1c9c7c(0x264),'chartAndAxisTitles':_0x1c9c7c(0x218),'legend':_0x1c9c7c(0x210),'chartTitle':_0x1c9c7c(0x163),'subtitle':_0x1c9c7c(0x18e),'series':'سری','dataPoint':'نقطه\x20داده','trendline':'خط\x20روند','horizontalAxis':_0x1c9c7c(0x250),'verticalAxis':_0x1c9c7c(0x1d8),'rightVerticalAxis':'محور\x20عمودی\x20سمت\x20راست','layout':_0x1c9c7c(0x1da),'arrow':_0x1c9c7c(0x25f),'axisLabels':'برچسب\x20های\x20محور','currency':_0x1c9c7c(0x1ea),'date':_0x1c9c7c(0x1c4),'displayName':'نام\x20نمایشی','emphasis':_0x1c9c7c(0x1a3),'heatmap':_0x1c9c7c(0x253),'lineColor':_0x1c9c7c(0x12e),'lineWidth':_0x1c9c7c(0x135),'min':_0x1c9c7c(0x17b),'max':_0x1c9c7c(0x238),'mode':_0x1c9c7c(0x24e),'stacked':_0x1c9c7c(0x21b),'title':_0x1c9c7c(0x1a4),'auto':_0x1c9c7c(0x262),'position':{'label':'موقعیت','inside':_0x1c9c7c(0x1a8),'outside':_0x1c9c7c(0x18b),'top':_0x1c9c7c(0x235),'right':'راست','bottom':_0x1c9c7c(0x144),'left':'چپ','hide':_0x1c9c7c(0x202)},'axisAlign':{'start':_0x1c9c7c(0x14b),'center':_0x1c9c7c(0x13a),'end':'پایان'},'textAlign':{'left':'چپ','center':_0x1c9c7c(0x13a),'right':_0x1c9c7c(0x197)},'legendSelectMode':{'single':_0x1c9c7c(0x1c0),'multiple':_0x1c9c7c(0x17d),'disabled':'غیرفعال'},'visualMapType':{'continuous':_0x1c9c7c(0x141),'piecewise':_0x1c9c7c(0x266)},'default':_0x1c9c7c(0x25d),'reset':'بازنشانی\x20کنید','color':'رنگ','opacity':'کدورت','font':_0x1c9c7c(0x18d),'none':_0x1c9c7c(0x14e),'transparent':_0x1c9c7c(0x18c),'numberFormat':_0x1c9c7c(0x149),'borderWidth':_0x1c9c7c(0x181),'borderType':'نوع\x20حاشیه','lineType':_0x1c9c7c(0x190),'dashed':_0x1c9c7c(0x25a),'dotted':_0x1c9c7c(0x1fa),'circle':_0x1c9c7c(0x24c),'triangle':_0x1c9c7c(0x17f),'diamond':'الماس','axisLine':_0x1c9c7c(0x22b),'minimum':'حداقل','maximum':_0x1c9c7c(0x238),'startAngle':_0x1c9c7c(0x12c),'valueField':_0x1c9c7c(0x192),'categoryName':_0x1c9c7c(0x230),'ownValue':_0x1c9c7c(0x209),'children':_0x1c9c7c(0x231),'label':_0x1c9c7c(0x187),'editChart':_0x1c9c7c(0x122),'deleteChart':_0x1c9c7c(0x16c),'insertChart':_0x1c9c7c(0x1b6),'insertChartFailed':'درج\x20نمودار\x20ناموفق\x20بود','openChartPanel':_0x1c9c7c(0x139),'hideChartPanel':_0x1c9c7c(0x1a9),'exportImage':_0x1c9c7c(0x196),'copy':_0x1c9c7c(0x1ab),'setup':'تنظیم\x20نمودار','customize':'سفارشیسازی\x20نمودار','data':'دادهها','tableDataEmpty':_0x1c9c7c(0x153),'dataRange':'محدوده\x20داده','editData':_0x1c9c7c(0x220),'inlineData':_0x1c9c7c(0x14a),'switchRowColumn':_0x1c9c7c(0x24a),'useAsCategoryLabels':'استفاده\x20از\x20{0}\x20به\x20عنوان\x20دستهبندی','cancel':_0x1c9c7c(0x169),'insert':_0x1c9c7c(0x214),'apply':_0x1c9c7c(0x1ec),'duplicate':_0x1c9c7c(0x1d2)},'inlineTable':{'pasteHint':'جدولی\x20را\x20از\x20Sheets،\x20Excel\x20یا\x20یک\x20صفحه\x20وب\x20جایگذاری\x20کنید\x20تا\x20داده\x20های\x20درون\x20خطی\x20جایگزین\x20شود.','addRow':_0x1c9c7c(0x1c9),'addColumn':_0x1c9c7c(0x1a6)},'floatMenu':{'menuTitle':{'chart':_0x1c9c7c(0x1bc),'axisTitle':_0x1c9c7c(0x242),'gridline':_0x1c9c7c(0x158),'tick':_0x1c9c7c(0x249),'mark':_0x1c9c7c(0x203),'dataLabel':_0x1c9c7c(0x1f8)},'field':{'position':_0x1c9c7c(0x1d1),'size':'اندازه','align':_0x1c9c7c(0x23b),'map':_0x1c9c7c(0x16d),'rotate':_0x1c9c7c(0x175),'labelText':_0x1c9c7c(0x227),'titleText':_0x1c9c7c(0x1ef)},'action':{'more':'بیشتر'},'control':{'labels':_0x1c9c7c(0x1ac),'line':'خط','reverse':_0x1c9c7c(0x1fe)}}}};export{e as default};
|