@univerjs-pro/sheets-sparkline-ui 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +0 -4
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/controllers/components.controller.d.ts +9 -0
  63. package/lib/types/controllers/menu.d.ts +4 -3
  64. package/lib/types/controllers/sheet-sparkline-menu.controller.d.ts +2 -4
  65. package/lib/types/controllers/sheet-sparkline-render.controller.d.ts +1 -1
  66. package/lib/types/index.d.ts +1 -1
  67. package/lib/types/locale/types.d.ts +3 -0
  68. package/lib/types/plugin.d.ts +1 -1
  69. package/lib/types/views/SparklineAdvancedSetting.d.ts +1 -1
  70. package/lib/types/views/SparklineBasicSetting.d.ts +2 -2
  71. package/lib/types/views/SparklinePanel.d.ts +1 -1
  72. package/lib/types/views/SparklineSelector.d.ts +1 -1
  73. package/lib/types/views/collapse/index.d.ts +1 -1
  74. package/lib/types/views/color-picker-control/index.d.ts +1 -1
  75. package/lib/umd/index.js +1 -1
  76. package/lib/umd/locale/ar-SA.js +1 -1
  77. package/lib/umd/locale/ca-ES.js +1 -1
  78. package/lib/umd/locale/de-DE.js +1 -1
  79. package/lib/umd/locale/en-US.js +1 -1
  80. package/lib/umd/locale/es-ES.js +1 -1
  81. package/lib/umd/locale/fa-IR.js +1 -1
  82. package/lib/umd/locale/fr-FR.js +1 -1
  83. package/lib/umd/locale/id-ID.js +1 -1
  84. package/lib/umd/locale/it-IT.js +1 -1
  85. package/lib/umd/locale/ja-JP.js +1 -1
  86. package/lib/umd/locale/ko-KR.js +1 -1
  87. package/lib/umd/locale/pl-PL.js +1 -1
  88. package/lib/umd/locale/pt-BR.js +1 -1
  89. package/lib/umd/locale/ru-RU.js +1 -1
  90. package/lib/umd/locale/sk-SK.js +1 -1
  91. package/lib/umd/locale/vi-VN.js +1 -1
  92. package/lib/umd/locale/zh-CN.js +1 -1
  93. package/lib/umd/locale/zh-HK.js +1 -1
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +17 -20
  96. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  97. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- function _0x50ef(_0x20dd7f,_0x19983f){_0x20dd7f=_0x20dd7f-0x127;var _0x51ff3d=_0x51ff();var _0x50eff5=_0x51ff3d[_0x20dd7f];return _0x50eff5;}(function(_0x553c5a,_0xf028af){var _0x5e25b3=_0x50ef,_0x47ee5e=_0x553c5a();while(!![]){try{var _0x392d16=-parseInt(_0x5e25b3(0x141))/0x1+-parseInt(_0x5e25b3(0x163))/0x2*(parseInt(_0x5e25b3(0x128))/0x3)+-parseInt(_0x5e25b3(0x13c))/0x4*(-parseInt(_0x5e25b3(0x127))/0x5)+-parseInt(_0x5e25b3(0x14b))/0x6+-parseInt(_0x5e25b3(0x151))/0x7*(-parseInt(_0x5e25b3(0x132))/0x8)+-parseInt(_0x5e25b3(0x14c))/0x9*(-parseInt(_0x5e25b3(0x143))/0xa)+parseInt(_0x5e25b3(0x15b))/0xb;if(_0x392d16===_0xf028af)break;else _0x47ee5e['push'](_0x47ee5e['shift']());}catch(_0x567429){_0x47ee5e['push'](_0x47ee5e['shift']());}}}(_0x51ff,0xd3c1b),function(_0x2e1563,_0x85c82e){var _0x4d5d79=_0x50ef;typeof exports=='object'&&typeof module<'u'?module[_0x4d5d79(0x15f)]=_0x85c82e():typeof define==_0x4d5d79(0x158)&&define['amd']?define([],_0x85c82e):(_0x2e1563=typeof globalThis<'u'?globalThis:_0x2e1563||self,_0x2e1563[_0x4d5d79(0x12b)]=_0x85c82e());}(this,function(){var _0x2ded44=_0x50ef;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x2ded44(0x161)},'title':_0x2ded44(0x15a),'remove':_0x2ded44(0x142),'edit':_0x2ded44(0x129),'panel':{'title':_0x2ded44(0x148),'basic':'الإعدادات\x20الأساسية','advanced':'الإعدادات\x20المتقدمة','sourceAndPosition':_0x2ded44(0x14d),'type':_0x2ded44(0x155),'line':'خط','bar':'شريط','pie':'دائري','profitAndLoss':_0x2ded44(0x134),'theme':'السمة','standard':_0x2ded44(0x14a),'custom':_0x2ded44(0x149),'specialty':_0x2ded44(0x160),'distinctive':_0x2ded44(0x12d),'soft':_0x2ded44(0x138),'fresh':_0x2ded44(0x13e),'adjustStyle':'ضبط\x20النمط','sparklineColor':_0x2ded44(0x13d),'lineWidth':'عرض\x20الخط','gradient':_0x2ded44(0x156),'radius':'إظهار\x20الزوايا\x20المستديرة','marker':'علامة','highPoint':_0x2ded44(0x15c),'lowPoint':_0x2ded44(0x144),'firstPoint':_0x2ded44(0x14e),'lastPoint':_0x2ded44(0x162),'negativePoint':_0x2ded44(0x12c),'markersPoint':_0x2ded44(0x130),'manager':_0x2ded44(0x157),'removeItem':_0x2ded44(0x152),'removeGroup':_0x2ded44(0x13b),'composeManager':_0x2ded44(0x13f),'compose':_0x2ded44(0x146),'unCompose':'فك\x20التجميع','horizontal':'المحور\x20الأفقي','showZeroAxis':_0x2ded44(0x12f),'axisColor':_0x2ded44(0x140),'reverse':_0x2ded44(0x15e),'vertical':'المحور\x20العمودي','min':'القيمة\x20الدنيا','itemMin':'استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','groupMin':_0x2ded44(0x159),'customMin':_0x2ded44(0x14f),'max':_0x2ded44(0x139),'itemMax':_0x2ded44(0x154),'groupMax':_0x2ded44(0x131),'customMax':_0x2ded44(0x14f),'moreSetting':_0x2ded44(0x133),'showHidden':_0x2ded44(0x150),'showEmptyAs':'عرض\x20الخلايا\x20الفارغة\x20كـ','showNonNumAs':_0x2ded44(0x13a),'spacing':'التباعد','zeroValue':'قيمة\x20صفر','connectWithLine':_0x2ded44(0x15d),'default':_0x2ded44(0x136)},'selector':{'title':_0x2ded44(0x129),'changeType':_0x2ded44(0x145),'sparkline':'خط\x20بيانات\x20مصغر','sparklineGroup':'مجموعة\x20خطوط\x20البيانات\x20المصغرة','setSource':_0x2ded44(0x135),'setTarget':'تحديد\x20الموضع','confirm':_0x2ded44(0x137),'cancel':_0x2ded44(0x12e),'targetError':_0x2ded44(0x153),'singleSourceError':_0x2ded44(0x12a),'multSourceError':'الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','resetSourceError':_0x2ded44(0x147)}}};}));function _0x51ff(){var _0x4c9c11=['تأكيد','ناعم','القيمة\x20العليا','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','إزالة\x20المجموعة','36444tUPjyz','لون\x20خط\x20البيانات\x20المصغر','منعش','مدير\x20المجموعة','لون\x20المحور','1626327ACOYmz','إزالة\x20خط\x20البيانات\x20المصغر','3949810EZLQeg','أدنى\x20نقطة','تغيير\x20النوع','تجميع','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','إعدادات\x20خط\x20البيانات\x20المصغر','مخصص','قياسي','1042122ObvqLh','9hcUwib','نطاق\x20البيانات\x20والموضع','النقطة\x20الأولى','قيمة\x20مخصصة','إظهار\x20البيانات\x20المخفية','7KpUFqn','إزالة\x20عنصر','نطاق\x20الهدف\x20غير\x20صالح','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','النوع','تعبئة\x20متدرجة','المدير','function','استخدام\x20الحد\x20الأدنى\x20للمجموعة','خط\x20البيانات\x20المصغر','12212453blKbrG','أعلى\x20نقطة','ربط\x20نقاط\x20البيانات\x20بخط','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','exports','متخصص','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','النقطة\x20الأخيرة','178362DLJaiR','565angPKi','9SLzbPj','تحرير\x20خط\x20البيانات\x20المصغر','التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','UniverProSheetsSparklineUiArSA','نقطة\x20سالبة','مميز','إلغاء','إظهار\x20محور\x20الصفر','علامات','استخدام\x20الحد\x20الأقصى\x20للمجموعة','3201320apykKm','المزيد\x20من\x20الإعدادات','ر/خ','تحديد\x20نطاق\x20البيانات','افتراضي'];_0x51ff=function(){return _0x4c9c11;};return _0x51ff();}
1
+ function _0x3252(_0x4548f1,_0x326130){_0x4548f1=_0x4548f1-0xab;var _0x8e6cb8=_0x8e6c();var _0x3252c3=_0x8e6cb8[_0x4548f1];return _0x3252c3;}function _0x8e6c(){var _0x5cf2b6=['3633882mfsSVu','70945ztAIHj','منعش','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','UniverProSheetsSparklineUiArSA','علامة','546ZUaaDm','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','مميز','خط\x20بيانات\x20مصغر','لون\x20المحور','المحور\x20العمودي','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','8iWldZL','المزيد\x20من\x20الإعدادات','الإعدادات\x20المتقدمة','10152BRQClG','نطاق\x20الهدف\x20غير\x20صالح','عرض\x20الخط','ربط\x20نقاط\x20البيانات\x20بخط','760234kmGTAm','تأكيد','قيمة\x20صفر','القيمة\x20الدنيا','شريط','قياسي','استخدام\x20الحد\x20الأدنى\x20للمجموعة','إزالة\x20خط\x20البيانات\x20المصغر','الإعدادات\x20الأساسية','إظهار\x20البيانات\x20المخفية','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','نقطة\x20سالبة','ضبط\x20النمط','object','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','علامات','تحديد\x20نطاق\x20البيانات','إلغاء','تعبئة\x20متدرجة','ناعم','النقطة\x20الأولى','النقطة\x20الأخيرة','function','استخدام\x20الحد\x20الأقصى\x20للمجموعة','أعلى\x20نقطة','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','إعدادات\x20خط\x20البيانات\x20المصغر','أدنى\x20نقطة','عرض\x20الخلايا\x20الفارغة\x20كـ','فك\x20التجميع','تحرير\x20خط\x20البيانات\x20المصغر','إظهار\x20محور\x20الصفر','قيمة\x20مخصصة','8433845apckyS','تحديد\x20الموضع','متخصص','النوع','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','730bvxxyL','التباعد','468207ayDlmC','4357820JlMCHo'];_0x8e6c=function(){return _0x5cf2b6;};return _0x8e6c();}(function(_0x51e68d,_0x4729a5){var _0x10cadf=_0x3252,_0x1a9f47=_0x51e68d();while(!![]){try{var _0x5e16e5=-parseInt(_0x10cadf(0xb1))/0x1+parseInt(_0x10cadf(0xad))/0x2+-parseInt(_0x10cadf(0xdb))/0x3+-parseInt(_0x10cadf(0xda))/0x4+-parseInt(_0x10cadf(0xdc))/0x5*(parseInt(_0x10cadf(0xe1))/0x6)+parseInt(_0x10cadf(0xd2))/0x7*(parseInt(_0x10cadf(0xe8))/0x8)+parseInt(_0x10cadf(0xd9))/0x9*(parseInt(_0x10cadf(0xd7))/0xa);if(_0x5e16e5===_0x4729a5)break;else _0x1a9f47['push'](_0x1a9f47['shift']());}catch(_0xb486fe){_0x1a9f47['push'](_0x1a9f47['shift']());}}}(_0x8e6c,0xa0030),function(_0x1bb387,_0x16a8a6){var _0x85f52b=_0x3252;typeof exports==_0x85f52b(0xbe)&&typeof module<'u'?module['exports']=_0x16a8a6():typeof define==_0x85f52b(0xc7)&&define['amd']?define([],_0x16a8a6):(_0x1bb387=typeof globalThis<'u'?globalThis:_0x1bb387||self,_0x1bb387[_0x85f52b(0xdf)]=_0x16a8a6());}(this,function(){var _0x2fe0cb=_0x3252;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x2fe0cb(0xde)},'title':'خط\x20البيانات\x20المصغر','remove':_0x2fe0cb(0xb8),'edit':_0x2fe0cb(0xcf),'panel':{'title':_0x2fe0cb(0xcb),'basic':_0x2fe0cb(0xb9),'advanced':_0x2fe0cb(0xac),'sourceAndPosition':'نطاق\x20البيانات\x20والموضع','type':_0x2fe0cb(0xd5),'line':'خط','bar':_0x2fe0cb(0xb5),'pie':'دائري','profitAndLoss':'ر/خ','theme':'السمة','standard':_0x2fe0cb(0xb6),'custom':'مخصص','specialty':_0x2fe0cb(0xd4),'distinctive':_0x2fe0cb(0xe3),'soft':_0x2fe0cb(0xc4),'fresh':_0x2fe0cb(0xdd),'adjustStyle':_0x2fe0cb(0xbd),'sparklineColor':'لون\x20خط\x20البيانات\x20المصغر','lineWidth':_0x2fe0cb(0xaf),'gradient':_0x2fe0cb(0xc3),'radius':'إظهار\x20الزوايا\x20المستديرة','marker':_0x2fe0cb(0xe0),'highPoint':_0x2fe0cb(0xc9),'lowPoint':_0x2fe0cb(0xcc),'firstPoint':_0x2fe0cb(0xc5),'lastPoint':_0x2fe0cb(0xc6),'negativePoint':_0x2fe0cb(0xbc),'markersPoint':_0x2fe0cb(0xc0),'manager':'المدير','removeItem':'إزالة\x20عنصر','removeGroup':'إزالة\x20المجموعة','composeManager':'مدير\x20المجموعة','compose':'تجميع','unCompose':_0x2fe0cb(0xce),'horizontal':'المحور\x20الأفقي','showZeroAxis':_0x2fe0cb(0xd0),'axisColor':_0x2fe0cb(0xe5),'reverse':_0x2fe0cb(0xe2),'vertical':_0x2fe0cb(0xe6),'min':_0x2fe0cb(0xb4),'itemMin':_0x2fe0cb(0xca),'groupMin':_0x2fe0cb(0xb7),'customMin':_0x2fe0cb(0xd1),'max':'القيمة\x20العليا','itemMax':_0x2fe0cb(0xbf),'groupMax':_0x2fe0cb(0xc8),'customMax':_0x2fe0cb(0xd1),'moreSetting':_0x2fe0cb(0xab),'showHidden':_0x2fe0cb(0xba),'showEmptyAs':_0x2fe0cb(0xcd),'showNonNumAs':_0x2fe0cb(0xd6),'spacing':_0x2fe0cb(0xd8),'zeroValue':_0x2fe0cb(0xb3),'connectWithLine':_0x2fe0cb(0xb0),'default':'افتراضي'},'selector':{'title':'تحرير\x20خط\x20البيانات\x20المصغر','changeType':'تغيير\x20النوع','sparkline':_0x2fe0cb(0xe4),'sparklineGroup':'مجموعة\x20خطوط\x20البيانات\x20المصغرة','setSource':_0x2fe0cb(0xc1),'setTarget':_0x2fe0cb(0xd3),'confirm':_0x2fe0cb(0xb2),'cancel':_0x2fe0cb(0xc2),'targetError':_0x2fe0cb(0xae),'singleSourceError':'التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','multSourceError':_0x2fe0cb(0xbb),'resetSourceError':_0x2fe0cb(0xe7)}}};}));
@@ -1 +1 @@
1
- (function(_0x360b92,_0x1f42b4){var _0x2de0a2=_0x14bf,_0x18bae1=_0x360b92();while(!![]){try{var _0x4a82e8=parseInt(_0x2de0a2(0xb3))/0x1*(-parseInt(_0x2de0a2(0xab))/0x2)+-parseInt(_0x2de0a2(0xac))/0x3*(-parseInt(_0x2de0a2(0x99))/0x4)+-parseInt(_0x2de0a2(0xae))/0x5*(parseInt(_0x2de0a2(0xbf))/0x6)+-parseInt(_0x2de0a2(0x9e))/0x7*(parseInt(_0x2de0a2(0xc0))/0x8)+parseInt(_0x2de0a2(0xa4))/0x9+parseInt(_0x2de0a2(0x9f))/0xa+-parseInt(_0x2de0a2(0xa1))/0xb;if(_0x4a82e8===_0x1f42b4)break;else _0x18bae1['push'](_0x18bae1['shift']());}catch(_0x4f652c){_0x18bae1['push'](_0x18bae1['shift']());}}}(_0x3fbf,0xc2055),function(_0x3a96b2,_0x38ec44){var _0x159068=_0x14bf;typeof exports=='object'&&typeof module<'u'?module[_0x159068(0x98)]=_0x38ec44():typeof define==_0x159068(0xc6)&&define['amd']?define([],_0x38ec44):(_0x3a96b2=typeof globalThis<'u'?globalThis:_0x3a96b2||self,_0x3a96b2[_0x159068(0xaf)]=_0x38ec44());}(this,function(){var _0x5918ab=_0x14bf;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x5918ab(0xb1)},'title':_0x5918ab(0xa0),'remove':_0x5918ab(0xbd),'edit':'Editar\x20minigràfic','panel':{'title':_0x5918ab(0xb5),'basic':_0x5918ab(0x90),'advanced':'Configuració\x20avançada','sourceAndPosition':_0x5918ab(0xb0),'type':_0x5918ab(0x95),'line':_0x5918ab(0xb9),'bar':'Barra','pie':_0x5918ab(0x97),'profitAndLoss':_0x5918ab(0x93),'theme':_0x5918ab(0xb2),'standard':'Estàndard','custom':_0x5918ab(0xbb),'specialty':_0x5918ab(0xad),'distinctive':'Distintiu','soft':_0x5918ab(0xa3),'fresh':'Fresc','adjustStyle':_0x5918ab(0xa6),'sparklineColor':_0x5918ab(0xaa),'lineWidth':_0x5918ab(0xcd),'gradient':_0x5918ab(0xb7),'radius':_0x5918ab(0x96),'marker':'Marcador','highPoint':_0x5918ab(0xc3),'lowPoint':'Punt\x20baix','firstPoint':_0x5918ab(0xcb),'lastPoint':_0x5918ab(0x91),'negativePoint':_0x5918ab(0xbc),'markersPoint':_0x5918ab(0xb4),'manager':_0x5918ab(0xca),'removeItem':_0x5918ab(0xc2),'removeGroup':_0x5918ab(0x92),'composeManager':'Gestor\x20de\x20grup','compose':_0x5918ab(0xa8),'unCompose':_0x5918ab(0xcf),'horizontal':_0x5918ab(0xc7),'showZeroAxis':_0x5918ab(0xb6),'axisColor':_0x5918ab(0x9b),'reverse':'Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','vertical':'Eix\x20vertical','min':_0x5918ab(0xb8),'itemMin':'Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x5918ab(0xa7),'max':_0x5918ab(0x9c),'itemMax':_0x5918ab(0xc8),'groupMax':_0x5918ab(0xa2),'customMax':_0x5918ab(0xa7),'moreSetting':'Més\x20configuracions','showHidden':_0x5918ab(0xba),'showEmptyAs':_0x5918ab(0xc1),'showNonNumAs':_0x5918ab(0xc9),'spacing':_0x5918ab(0x9a),'zeroValue':'Valor\x20zero','connectWithLine':_0x5918ab(0xa5),'default':_0x5918ab(0xa9)},'selector':{'title':'Editar\x20minigràfic','changeType':'Canviar\x20tipus','sparkline':_0x5918ab(0xa0),'sparklineGroup':_0x5918ab(0xbe),'setSource':_0x5918ab(0x9d),'setTarget':_0x5918ab(0x94),'confirm':_0x5918ab(0xc5),'cancel':_0x5918ab(0xce),'targetError':_0x5918ab(0xcc),'singleSourceError':_0x5918ab(0xc4),'multSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};}));function _0x14bf(_0x1b71e0,_0x490336){_0x1b71e0=_0x1b71e0-0x90;var _0x3fbf67=_0x3fbf();var _0x14bf73=_0x3fbf67[_0x1b71e0];return _0x14bf73;}function _0x3fbf(){var _0x260416=['Configuració\x20bàsica','Últim\x20punt','Eliminar\x20grup','G/P','Seleccionar\x20ubicació','Tipus','Mostrar\x20cantonades\x20arrodonides','Pastilla','exports','1258964NTbgQf','Espaiat','Color\x20de\x20l\x27eix','Valor\x20màxim','Seleccionar\x20interval\x20de\x20dades','7pJQEFY','10079740IryuoP','Minigràfic','19612472OjwEDU','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Suau','11177748LuOpaI','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Ajustar\x20estil','Valor\x20personalitzat','Agrupar','Per\x20defecte','Color\x20del\x20minigràfic','55298ZEzsxI','12GQqZJu','Especial','105kfJyvG','UniverProSheetsSparklineUiCaES','Interval\x20de\x20dades\x20i\x20posició','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Tema','5BFqaua','Marcadors','Configuració\x20del\x20minigràfic','Mostrar\x20eix\x20zero','Emplenament\x20degradat','Valor\x20mínim','Línia','Mostrar\x20dades\x20amagades','Personalitzat','Punt\x20negatiu','Eliminar\x20minigràfic','Grup\x20de\x20minigràfics','83970xmhtJJ','3992872hQbCqX','Mostrar\x20cel·les\x20buides\x20com','Eliminar\x20element','Punt\x20alt','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','Confirmar','function','Eix\x20horitzontal','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Gestor','Primer\x20punt','Interval\x20de\x20destí\x20no\x20vàlid','Amplada\x20de\x20línia','Cancel·lar','Desagrupar'];_0x3fbf=function(){return _0x260416;};return _0x3fbf();}
1
+ function _0x3c7f(){var _0x37cc85=['Eliminar\x20minigràfic','Configuració\x20bàsica','Marcador','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Emplenament\x20degradat','547001DYPOKi','Especial','G/P','6061560VsOaHk','exports','150042Witkrr','Últim\x20punt','function','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','Interval\x20de\x20dades\x20i\x20posició','Primer\x20punt','Marcadors','9MGeROZ','Desagrupar','amd','1922202XWuOSV','Agrupar','object','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','Valor\x20mínim','Canviar\x20tipus','4746805vxwYQf','Mostrar\x20eix\x20zero','3257830LcCAOU','Suau','Personalitzat','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','Pastilla','Ajustar\x20estil','Per\x20defecte','Punt\x20baix','Fresc','Eliminar\x20grup','Eix\x20vertical','Estàndard','Gestor\x20de\x20grup','Mostrar\x20cel·les\x20buides\x20com','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Tema','Minigràfic','Valor\x20màxim','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Confirmar','Amplada\x20de\x20línia','Punt\x20alt','Mostrar\x20cantonades\x20arrodonides','Grup\x20de\x20minigràfics','3332pGVprv','Valor\x20personalitzat','Tipus','Seleccionar\x20interval\x20de\x20dades','Mostrar\x20dades\x20amagades','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','3635JoYjpt','Editar\x20minigràfic','6zDKCLF','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Configuració\x20avançada','Color\x20del\x20minigràfic','Color\x20de\x20l\x27eix','Distintiu','Barra'];_0x3c7f=function(){return _0x37cc85;};return _0x3c7f();}function _0x1a0f(_0x112812,_0x5b1cd4){_0x112812=_0x112812-0x9d;var _0x3c7fe2=_0x3c7f();var _0x1a0fee=_0x3c7fe2[_0x112812];return _0x1a0fee;}(function(_0x768a22,_0xd5ad15){var _0x1906e4=_0x1a0f,_0x429044=_0x768a22();while(!![]){try{var _0x2b1213=-parseInt(_0x1906e4(0xc1))/0x1+-parseInt(_0x1906e4(0xb4))/0x2*(-parseInt(_0x1906e4(0xc6))/0x3)+parseInt(_0x1906e4(0xac))/0x4*(-parseInt(_0x1906e4(0xb2))/0x5)+-parseInt(_0x1906e4(0xd0))/0x6+parseInt(_0x1906e4(0xd6))/0x7+parseInt(_0x1906e4(0xc4))/0x8+-parseInt(_0x1906e4(0xcd))/0x9*(-parseInt(_0x1906e4(0xd8))/0xa);if(_0x2b1213===_0xd5ad15)break;else _0x429044['push'](_0x429044['shift']());}catch(_0x526815){_0x429044['push'](_0x429044['shift']());}}}(_0x3c7f,0x6b194),function(_0x249b99,_0x5d7605){var _0x317b51=_0x1a0f;typeof exports==_0x317b51(0xd2)&&typeof module<'u'?module[_0x317b51(0xc5)]=_0x5d7605():typeof define==_0x317b51(0xc8)&&define[_0x317b51(0xcf)]?define([],_0x5d7605):(_0x249b99=typeof globalThis<'u'?globalThis:_0x249b99||self,_0x249b99['UniverProSheetsSparklineUiCaES']=_0x5d7605());}(this,function(){var _0x46eba9=_0x1a0f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x46eba9(0xb1)},'title':_0x46eba9(0xa4),'remove':_0x46eba9(0xbc),'edit':'Editar\x20minigràfic','panel':{'title':'Configuració\x20del\x20minigràfic','basic':_0x46eba9(0xbd),'advanced':_0x46eba9(0xb7),'sourceAndPosition':_0x46eba9(0xca),'type':_0x46eba9(0xae),'line':'Línia','bar':_0x46eba9(0xbb),'pie':_0x46eba9(0xdc),'profitAndLoss':_0x46eba9(0xc3),'theme':_0x46eba9(0xa3),'standard':_0x46eba9(0x9f),'custom':_0x46eba9(0xda),'specialty':_0x46eba9(0xc2),'distinctive':_0x46eba9(0xba),'soft':_0x46eba9(0xd9),'fresh':_0x46eba9(0xe0),'adjustStyle':_0x46eba9(0xdd),'sparklineColor':_0x46eba9(0xb8),'lineWidth':_0x46eba9(0xa8),'gradient':_0x46eba9(0xc0),'radius':_0x46eba9(0xaa),'marker':_0x46eba9(0xbe),'highPoint':_0x46eba9(0xa9),'lowPoint':_0x46eba9(0xdf),'firstPoint':_0x46eba9(0xcb),'lastPoint':_0x46eba9(0xc7),'negativePoint':'Punt\x20negatiu','markersPoint':_0x46eba9(0xcc),'manager':'Gestor','removeItem':'Eliminar\x20element','removeGroup':_0x46eba9(0x9d),'composeManager':_0x46eba9(0xa0),'compose':_0x46eba9(0xd1),'unCompose':_0x46eba9(0xce),'horizontal':'Eix\x20horitzontal','showZeroAxis':_0x46eba9(0xd7),'axisColor':_0x46eba9(0xb9),'reverse':_0x46eba9(0xd3),'vertical':_0x46eba9(0x9e),'min':_0x46eba9(0xd4),'itemMin':_0x46eba9(0xb5),'groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x46eba9(0xad),'max':_0x46eba9(0xa5),'itemMax':_0x46eba9(0xc9),'groupMax':_0x46eba9(0xa2),'customMax':_0x46eba9(0xad),'moreSetting':'Més\x20configuracions','showHidden':_0x46eba9(0xb0),'showEmptyAs':_0x46eba9(0xa1),'showNonNumAs':_0x46eba9(0xa6),'spacing':'Espaiat','zeroValue':'Valor\x20zero','connectWithLine':_0x46eba9(0xbf),'default':_0x46eba9(0xde)},'selector':{'title':_0x46eba9(0xb3),'changeType':_0x46eba9(0xd5),'sparkline':_0x46eba9(0xa4),'sparklineGroup':_0x46eba9(0xab),'setSource':_0x46eba9(0xaf),'setTarget':'Seleccionar\x20ubicació','confirm':_0x46eba9(0xa7),'cancel':'Cancel·lar','targetError':'Interval\x20de\x20destí\x20no\x20vàlid','singleSourceError':_0x46eba9(0xdb),'multSourceError':_0x46eba9(0xb6),'resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};}));
@@ -1 +1 @@
1
- function _0xaa90(_0x499335,_0x1932df){_0x499335=_0x499335-0xcd;var _0x220342=_0x2203();var _0xaa90d9=_0x220342[_0x499335];return _0xaa90d9;}function _0x2203(){var _0x56e6a2=['Leere\x20Zellen\x20anzeigen\x20als','1950270FWSHnQ','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','Platzierung\x20auswählen','Farbverlauffüllung','Benutzerdefinierter\x20Wert','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','Linienbreite','Stil\x20anpassen','6105583NBapBU','Typ','Manager','amd','Datenbereich\x20und\x20Position','Spezial','12HHtdzR','Gruppenminimalwert\x20verwenden','Sparkline-Einstellungen','Ausgeblendete\x20Daten\x20anzeigen','Design','4saqoPk','Achsenfarbe','11024120bqfKew','Negativer\x20Punkt','Sparkline','Höchster\x20Punkt','Gruppenmanager','UniverProSheetsSparklineUiDeDE','Abstand','Erster\x20Punkt','Vertikale\x20Achse','6pHWPrZ','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Bestätigen','Ungültiger\x20Zielbereich','Gruppe\x20entfernen','Sparkline-Farbe','Gruppenmaximalwert\x20verwenden','3066152haRjUe','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Ausgeprägt','1818884HyZdpc','Linie','9IdHakn','Gruppieren','Kreis','object','Standard','3560011aZjRLs','Typ\x20ändern','Niedrigster\x20Punkt','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Datenbereich\x20auswählen','Markierung','Erweiterte\x20Einstellungen','Weitere\x20Einstellungen','Nullachse\x20anzeigen','Markierungen','G/V','183421zqbWuC','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Benutzerdefiniert','6kPCLyb','Grundeinstellungen','Weich'];_0x2203=function(){return _0x56e6a2;};return _0x2203();}(function(_0x3f30db,_0x22d427){var _0x57e6f7=_0xaa90,_0x5362ce=_0x3f30db();while(!![]){try{var _0x315b0a=-parseInt(_0x57e6f7(0xda))/0x1*(parseInt(_0x57e6f7(0xf4))/0x2)+parseInt(_0x57e6f7(0xdd))/0x3*(parseInt(_0x57e6f7(0x109))/0x4)+parseInt(_0x57e6f7(0xe1))/0x5*(-parseInt(_0x57e6f7(0xff))/0x6)+-parseInt(_0x57e6f7(0xcf))/0x7+-parseInt(_0x57e6f7(0x106))/0x8*(-parseInt(_0x57e6f7(0x10b))/0x9)+parseInt(_0x57e6f7(0xf6))/0xa+-parseInt(_0x57e6f7(0xe9))/0xb*(parseInt(_0x57e6f7(0xef))/0xc);if(_0x315b0a===_0x22d427)break;else _0x5362ce['push'](_0x5362ce['shift']());}catch(_0x220890){_0x5362ce['push'](_0x5362ce['shift']());}}}(_0x2203,0x8c489),function(_0x489258,_0x26e6ea){var _0x187176=_0xaa90;typeof exports==_0x187176(0xcd)&&typeof module<'u'?module['exports']=_0x26e6ea():typeof define=='function'&&define[_0x187176(0xec)]?define([],_0x26e6ea):(_0x489258=typeof globalThis<'u'?globalThis:_0x489258||self,_0x489258[_0x187176(0xfb)]=_0x26e6ea());}(this,function(){var _0x5a6ba1=_0xaa90;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x5a6ba1(0x107)},'title':_0x5a6ba1(0xf8),'remove':'Sparkline\x20entfernen','edit':'Sparkline\x20bearbeiten','panel':{'title':_0x5a6ba1(0xf1),'basic':_0x5a6ba1(0xde),'advanced':_0x5a6ba1(0xd5),'sourceAndPosition':_0x5a6ba1(0xed),'type':_0x5a6ba1(0xea),'line':_0x5a6ba1(0x10a),'bar':'Balken','pie':_0x5a6ba1(0x10d),'profitAndLoss':_0x5a6ba1(0xd9),'theme':_0x5a6ba1(0xf3),'standard':_0x5a6ba1(0xce),'custom':_0x5a6ba1(0xdc),'specialty':_0x5a6ba1(0xee),'distinctive':_0x5a6ba1(0x108),'soft':_0x5a6ba1(0xdf),'fresh':'Frisch','adjustStyle':_0x5a6ba1(0xe8),'sparklineColor':_0x5a6ba1(0x104),'lineWidth':_0x5a6ba1(0xe7),'gradient':_0x5a6ba1(0xe4),'radius':'Abgerundete\x20Ecken\x20anzeigen','marker':_0x5a6ba1(0xd4),'highPoint':_0x5a6ba1(0xf9),'lowPoint':_0x5a6ba1(0xd1),'firstPoint':_0x5a6ba1(0xfd),'lastPoint':'Letzter\x20Punkt','negativePoint':_0x5a6ba1(0xf7),'markersPoint':_0x5a6ba1(0xd8),'manager':_0x5a6ba1(0xeb),'removeItem':'Element\x20entfernen','removeGroup':_0x5a6ba1(0x103),'composeManager':_0x5a6ba1(0xfa),'compose':_0x5a6ba1(0x10c),'unCompose':'Gruppierung\x20aufheben','horizontal':'Horizontale\x20Achse','showZeroAxis':_0x5a6ba1(0xd7),'axisColor':_0x5a6ba1(0xf5),'reverse':_0x5a6ba1(0xe6),'vertical':_0x5a6ba1(0xfe),'min':'Mindestwert','itemMin':'Minimalwert\x20jeder\x20Sparkline\x20verwenden','groupMin':_0x5a6ba1(0xf0),'customMin':_0x5a6ba1(0xe5),'max':'Maximalwert','itemMax':_0x5a6ba1(0xd2),'groupMax':_0x5a6ba1(0x105),'customMax':'Benutzerdefinierter\x20Wert','moreSetting':_0x5a6ba1(0xd6),'showHidden':_0x5a6ba1(0xf2),'showEmptyAs':_0x5a6ba1(0xe0),'showNonNumAs':'Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','spacing':_0x5a6ba1(0xfc),'zeroValue':'Nullwert','connectWithLine':'Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','default':'Standard'},'selector':{'title':'Sparkline\x20bearbeiten','changeType':_0x5a6ba1(0xd0),'sparkline':_0x5a6ba1(0xf8),'sparklineGroup':'Sparkline-Gruppe','setSource':_0x5a6ba1(0xd3),'setTarget':_0x5a6ba1(0xe3),'confirm':_0x5a6ba1(0x101),'cancel':'Abbrechen','targetError':_0x5a6ba1(0x102),'singleSourceError':_0x5a6ba1(0xe2),'multSourceError':_0x5a6ba1(0xdb),'resetSourceError':_0x5a6ba1(0x100)}}};}));
1
+ (function(_0x50c609,_0x570400){var _0x535df8=_0x28e7,_0x5716dc=_0x50c609();while(!![]){try{var _0x432ebd=parseInt(_0x535df8(0xf7))/0x1*(-parseInt(_0x535df8(0x115))/0x2)+-parseInt(_0x535df8(0x114))/0x3+parseInt(_0x535df8(0xfb))/0x4*(-parseInt(_0x535df8(0xea))/0x5)+parseInt(_0x535df8(0xe5))/0x6+parseInt(_0x535df8(0xee))/0x7*(-parseInt(_0x535df8(0x108))/0x8)+-parseInt(_0x535df8(0x104))/0x9*(-parseInt(_0x535df8(0xfc))/0xa)+parseInt(_0x535df8(0x107))/0xb*(parseInt(_0x535df8(0xf0))/0xc);if(_0x432ebd===_0x570400)break;else _0x5716dc['push'](_0x5716dc['shift']());}catch(_0x26e040){_0x5716dc['push'](_0x5716dc['shift']());}}}(_0x4097,0xd095c),function(_0x20a765,_0x4290c8){var _0x35cc59=_0x28e7;typeof exports==_0x35cc59(0xec)&&typeof module<'u'?module['exports']=_0x4290c8():typeof define==_0x35cc59(0xff)&&define['amd']?define([],_0x4290c8):(_0x20a765=typeof globalThis<'u'?globalThis:_0x20a765||self,_0x20a765['UniverProSheetsSparklineUiDeDE']=_0x4290c8());}(this,function(){var _0x442fb4=_0x28e7;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x442fb4(0x110)},'title':'Sparkline','remove':'Sparkline\x20entfernen','edit':'Sparkline\x20bearbeiten','panel':{'title':'Sparkline-Einstellungen','basic':_0x442fb4(0x111),'advanced':_0x442fb4(0x106),'sourceAndPosition':_0x442fb4(0xfd),'type':'Typ','line':_0x442fb4(0x10d),'bar':_0x442fb4(0xdf),'pie':'Kreis','profitAndLoss':_0x442fb4(0xe4),'theme':'Design','standard':'Standard','custom':_0x442fb4(0x103),'specialty':'Spezial','distinctive':_0x442fb4(0x102),'soft':_0x442fb4(0xe1),'fresh':'Frisch','adjustStyle':'Stil\x20anpassen','sparklineColor':'Sparkline-Farbe','lineWidth':_0x442fb4(0x105),'gradient':'Farbverlauffüllung','radius':_0x442fb4(0xe6),'marker':_0x442fb4(0x113),'highPoint':'Höchster\x20Punkt','lowPoint':_0x442fb4(0x10e),'firstPoint':'Erster\x20Punkt','lastPoint':_0x442fb4(0xe9),'negativePoint':'Negativer\x20Punkt','markersPoint':_0x442fb4(0x117),'manager':_0x442fb4(0xf1),'removeItem':_0x442fb4(0xf5),'removeGroup':_0x442fb4(0xf2),'composeManager':_0x442fb4(0x116),'compose':'Gruppieren','unCompose':_0x442fb4(0x10b),'horizontal':'Horizontale\x20Achse','showZeroAxis':_0x442fb4(0x109),'axisColor':_0x442fb4(0xf6),'reverse':_0x442fb4(0xef),'vertical':'Vertikale\x20Achse','min':_0x442fb4(0x100),'itemMin':_0x442fb4(0xed),'groupMin':_0x442fb4(0x10f),'customMin':_0x442fb4(0x10a),'max':_0x442fb4(0xf4),'itemMax':_0x442fb4(0xe7),'groupMax':_0x442fb4(0xfe),'customMax':'Benutzerdefinierter\x20Wert','moreSetting':'Weitere\x20Einstellungen','showHidden':_0x442fb4(0xf9),'showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':_0x442fb4(0xe8),'spacing':_0x442fb4(0xe0),'zeroValue':'Nullwert','connectWithLine':_0x442fb4(0xf8),'default':'Standard'},'selector':{'title':_0x442fb4(0x10c),'changeType':'Typ\x20ändern','sparkline':_0x442fb4(0xe3),'sparklineGroup':_0x442fb4(0xfa),'setSource':'Datenbereich\x20auswählen','setTarget':'Platzierung\x20auswählen','confirm':'Bestätigen','cancel':_0x442fb4(0x112),'targetError':_0x442fb4(0x101),'singleSourceError':_0x442fb4(0xf3),'multSourceError':_0x442fb4(0xeb),'resetSourceError':_0x442fb4(0xe2)}}};}));function _0x28e7(_0x171202,_0x1586f9){_0x171202=_0x171202-0xdf;var _0x40970e=_0x4097();var _0x28e7e4=_0x40970e[_0x171202];return _0x28e7e4;}function _0x4097(){var _0x332d06=['Ungültiger\x20Zielbereich','Ausgeprägt','Benutzerdefiniert','63891IEFUPg','Linienbreite','Erweiterte\x20Einstellungen','11vkfqhM','5686264eAiaAl','Nullachse\x20anzeigen','Benutzerdefinierter\x20Wert','Gruppierung\x20aufheben','Sparkline\x20bearbeiten','Linie','Niedrigster\x20Punkt','Gruppenminimalwert\x20verwenden','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Grundeinstellungen','Abbrechen','Markierung','5061279QGImqJ','10660xNwlJB','Gruppenmanager','Markierungen','Balken','Abstand','Weich','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Sparkline','G/V','8227140wGPWXE','Abgerundete\x20Ecken\x20anzeigen','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','Letzter\x20Punkt','62400wfQHOb','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','object','Minimalwert\x20jeder\x20Sparkline\x20verwenden','7wUhgZN','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','42455172MQzAyl','Manager','Gruppe\x20entfernen','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','Maximalwert','Element\x20entfernen','Achsenfarbe','100xyMChy','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Ausgeblendete\x20Daten\x20anzeigen','Sparkline-Gruppe','408brhCjc','210yWfFkH','Datenbereich\x20und\x20Position','Gruppenmaximalwert\x20verwenden','function','Mindestwert'];_0x4097=function(){return _0x332d06;};return _0x4097();}
@@ -1 +1 @@
1
- function _0x4654(_0xc40bc3,_0x1e5440){_0xc40bc3=_0xc40bc3-0x1a8;var _0x285145=_0x2851();var _0x465477=_0x285145[_0xc40bc3];return _0x465477;}function _0x2851(){var _0x477631=['8760630shUoDI','Marker','Remove\x20Item','Markers','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','exports','Select\x20Data\x20Range','function','Edit\x20Sparkline','Line\x20Width','11166752EAFoIy','Show\x20Zero\x20Axis','Soft','Display\x20Empty\x20Cells\x20As','Use\x20Group\x20Maximum\x20Value','Custom\x20Value','object','Axis\x20Color','Theme','12wqQcEn','Show\x20Hidden\x20Data','Display\x20Non-Numeric\x20Cells\x20As','Line','Advanced\x20Settings','Adjust\x20Style','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','37897vOxRXp','Ungroup','4951086oIFiqy','Custom','amd','Bar','Type','42574610LuLeAt','Change\x20Type','6hueXhj','Remove\x20Sparkline','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Data\x20Range\x20and\x20Position','Low\x20Point','UniverProSheetsSparklineUiEnUS','Standard','Use\x20Group\x20Minimum\x20Value','More\x20Settings','Minimum\x20Value','Sparkline','First\x20Point','Confirm','1944148GcnWac','Distinctive','Cancel','Group','Specialty','38FEvRrW','13811490nMokZN','Last\x20Point','Draw\x20Data\x20from\x20Right\x20to\x20Left','Negative\x20Point','Gradient\x20Fill','Invalid\x20target\x20range','High\x20Point','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','W/L','Group\x20Manager'];_0x2851=function(){return _0x477631;};return _0x2851();}(function(_0x109314,_0x494819){var _0x4ac5d3=_0x4654,_0x4f42bb=_0x109314();while(!![]){try{var _0x99f0e2=parseInt(_0x4ac5d3(0x1e6))/0x1*(parseInt(_0x4ac5d3(0x1c1))/0x2)+-parseInt(_0x4ac5d3(0x1af))/0x3*(parseInt(_0x4ac5d3(0x1bc))/0x4)+-parseInt(_0x4ac5d3(0x1cc))/0x5+-parseInt(_0x4ac5d3(0x1df))/0x6*(parseInt(_0x4ac5d3(0x1a8))/0x7)+-parseInt(_0x4ac5d3(0x1d6))/0x8+parseInt(_0x4ac5d3(0x1c2))/0x9+parseInt(_0x4ac5d3(0x1ad))/0xa;if(_0x99f0e2===_0x494819)break;else _0x4f42bb['push'](_0x4f42bb['shift']());}catch(_0xc43ab2){_0x4f42bb['push'](_0x4f42bb['shift']());}}}(_0x2851,0xeea42),function(_0xcae581,_0x5ecaf0){var _0x1bf14c=_0x4654;typeof exports==_0x1bf14c(0x1dc)&&typeof module<'u'?module[_0x1bf14c(0x1d1)]=_0x5ecaf0():typeof define==_0x1bf14c(0x1d3)&&define[_0x1bf14c(0x1aa)]?define([],_0x5ecaf0):(_0xcae581=typeof globalThis<'u'?globalThis:_0xcae581||self,_0xcae581[_0x1bf14c(0x1b4)]=_0x5ecaf0());}(this,function(){var _0x26ea1a=_0x4654;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x26ea1a(0x1e5)},'title':_0x26ea1a(0x1b9),'remove':_0x26ea1a(0x1b0),'edit':_0x26ea1a(0x1d4),'panel':{'title':'Sparkline\x20Settings','basic':'Basic\x20Settings','advanced':_0x26ea1a(0x1e3),'sourceAndPosition':_0x26ea1a(0x1b2),'type':_0x26ea1a(0x1ac),'line':_0x26ea1a(0x1e2),'bar':_0x26ea1a(0x1ab),'pie':'Pie','profitAndLoss':_0x26ea1a(0x1ca),'theme':_0x26ea1a(0x1de),'standard':_0x26ea1a(0x1b5),'custom':_0x26ea1a(0x1a9),'specialty':_0x26ea1a(0x1c0),'distinctive':_0x26ea1a(0x1bd),'soft':_0x26ea1a(0x1d8),'fresh':'Fresh','adjustStyle':_0x26ea1a(0x1e4),'sparklineColor':'Sparkline\x20Color','lineWidth':_0x26ea1a(0x1d5),'gradient':_0x26ea1a(0x1c6),'radius':'Show\x20Rounded\x20Corners','marker':_0x26ea1a(0x1cd),'highPoint':_0x26ea1a(0x1c8),'lowPoint':_0x26ea1a(0x1b3),'firstPoint':_0x26ea1a(0x1ba),'lastPoint':_0x26ea1a(0x1c3),'negativePoint':_0x26ea1a(0x1c5),'markersPoint':_0x26ea1a(0x1cf),'manager':'Manager','removeItem':_0x26ea1a(0x1ce),'removeGroup':'Remove\x20Group','composeManager':_0x26ea1a(0x1cb),'compose':_0x26ea1a(0x1bf),'unCompose':_0x26ea1a(0x1e7),'horizontal':'Horizontal\x20Axis','showZeroAxis':_0x26ea1a(0x1d7),'axisColor':_0x26ea1a(0x1dd),'reverse':_0x26ea1a(0x1c4),'vertical':'Vertical\x20Axis','min':_0x26ea1a(0x1b8),'itemMin':'Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','groupMin':_0x26ea1a(0x1b6),'customMin':_0x26ea1a(0x1db),'max':'Maximum\x20Value','itemMax':_0x26ea1a(0x1b1),'groupMax':_0x26ea1a(0x1da),'customMax':_0x26ea1a(0x1db),'moreSetting':_0x26ea1a(0x1b7),'showHidden':_0x26ea1a(0x1e0),'showEmptyAs':_0x26ea1a(0x1d9),'showNonNumAs':_0x26ea1a(0x1e1),'spacing':'Spacing','zeroValue':'Zero\x20Value','connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':'Default'},'selector':{'title':_0x26ea1a(0x1d4),'changeType':_0x26ea1a(0x1ae),'sparkline':_0x26ea1a(0x1b9),'sparklineGroup':'Sparkline\x20Group','setSource':_0x26ea1a(0x1d2),'setTarget':'Select\x20Placement','confirm':_0x26ea1a(0x1bb),'cancel':_0x26ea1a(0x1be),'targetError':_0x26ea1a(0x1c7),'singleSourceError':_0x26ea1a(0x1d0),'multSourceError':'Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','resetSourceError':_0x26ea1a(0x1c9)}}};}));
1
+ function _0x4dd0(){var _0x4db2eb=['281526XpZLMx','Theme','Line','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Show\x20Rounded\x20Corners','Display\x20Empty\x20Cells\x20As','504WCYcLJ','First\x20Point','3770900MtvYlF','Cancel','exports','Select\x20Placement','Sparkline\x20Settings','Draw\x20Data\x20from\x20Right\x20to\x20Left','801382YjWLXO','Gradient\x20Fill','Manager','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','4346515efYMTm','Show\x20Hidden\x20Data','More\x20Settings','Connect\x20Data\x20Points\x20with\x20a\x20Line','Invalid\x20target\x20range','Use\x20Group\x20Minimum\x20Value','Zero\x20Value','Default','Custom\x20Value','Fresh','1883190qctMUK','Advanced\x20Settings','object','Remove\x20Item','Adjust\x20Style','Bar','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','amd','Low\x20Point','1104396VsNHpw','Edit\x20Sparkline','Basic\x20Settings','function','Soft','Change\x20Type','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','5993760CrgsZu','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','UniverProSheetsSparklineUiEnUS','Custom','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','Axis\x20Color','Select\x20Data\x20Range','Group\x20Manager','Marker','Pie','Minimum\x20Value','Markers','Show\x20Zero\x20Axis','Standard','Group','Maximum\x20Value','Horizontal\x20Axis','Sparkline\x20Group','Line\x20Width','Ungroup','Use\x20Group\x20Maximum\x20Value','Last\x20Point','Confirm','Distinctive'];_0x4dd0=function(){return _0x4db2eb;};return _0x4dd0();}function _0x2871(_0x21fa01,_0x1c54e3){_0x21fa01=_0x21fa01-0x1cc;var _0x4dd0b3=_0x4dd0();var _0x2871c7=_0x4dd0b3[_0x21fa01];return _0x2871c7;}(function(_0x10ecd4,_0x5de62c){var _0x284369=_0x2871,_0x319ac8=_0x10ecd4();while(!![]){try{var _0x1e9d48=parseInt(_0x284369(0x1de))/0x1+parseInt(_0x284369(0x1f5))/0x2+parseInt(_0x284369(0x1ec))/0x3+parseInt(_0x284369(0x1d8))/0x4+-parseInt(_0x284369(0x1e2))/0x5+parseInt(_0x284369(0x1fc))/0x6+-parseInt(_0x284369(0x1d0))/0x7*(parseInt(_0x284369(0x1d6))/0x8);if(_0x1e9d48===_0x5de62c)break;else _0x319ac8['push'](_0x319ac8['shift']());}catch(_0x985920){_0x319ac8['push'](_0x319ac8['shift']());}}}(_0x4dd0,0x7ef16),function(_0x1ba914,_0x29a54e){var _0x3fffb6=_0x2871;typeof exports==_0x3fffb6(0x1ee)&&typeof module<'u'?module[_0x3fffb6(0x1da)]=_0x29a54e():typeof define==_0x3fffb6(0x1f8)&&define[_0x3fffb6(0x1f3)]?define([],_0x29a54e):(_0x1ba914=typeof globalThis<'u'?globalThis:_0x1ba914||self,_0x1ba914[_0x3fffb6(0x1fe)]=_0x29a54e());}(this,function(){var _0x41e78b=_0x2871;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x41e78b(0x1d3)},'title':'Sparkline','remove':'Remove\x20Sparkline','edit':'Edit\x20Sparkline','panel':{'title':_0x41e78b(0x1dc),'basic':_0x41e78b(0x1f7),'advanced':_0x41e78b(0x1ed),'sourceAndPosition':'Data\x20Range\x20and\x20Position','type':'Type','line':_0x41e78b(0x1d2),'bar':_0x41e78b(0x1f1),'pie':_0x41e78b(0x205),'profitAndLoss':'W/L','theme':_0x41e78b(0x1d1),'standard':_0x41e78b(0x209),'custom':_0x41e78b(0x1ff),'specialty':'Specialty','distinctive':_0x41e78b(0x1cf),'soft':_0x41e78b(0x1f9),'fresh':_0x41e78b(0x1eb),'adjustStyle':_0x41e78b(0x1f0),'sparklineColor':'Sparkline\x20Color','lineWidth':_0x41e78b(0x20e),'gradient':_0x41e78b(0x1df),'radius':_0x41e78b(0x1d4),'marker':_0x41e78b(0x204),'highPoint':'High\x20Point','lowPoint':_0x41e78b(0x1f4),'firstPoint':_0x41e78b(0x1d7),'lastPoint':_0x41e78b(0x1cd),'negativePoint':'Negative\x20Point','markersPoint':_0x41e78b(0x207),'manager':_0x41e78b(0x1e0),'removeItem':_0x41e78b(0x1ef),'removeGroup':'Remove\x20Group','composeManager':_0x41e78b(0x203),'compose':_0x41e78b(0x20a),'unCompose':_0x41e78b(0x20f),'horizontal':_0x41e78b(0x20c),'showZeroAxis':_0x41e78b(0x208),'axisColor':_0x41e78b(0x201),'reverse':_0x41e78b(0x1dd),'vertical':'Vertical\x20Axis','min':_0x41e78b(0x206),'itemMin':_0x41e78b(0x1fb),'groupMin':_0x41e78b(0x1e7),'customMin':_0x41e78b(0x1ea),'max':_0x41e78b(0x20b),'itemMax':_0x41e78b(0x1fd),'groupMax':_0x41e78b(0x1cc),'customMax':_0x41e78b(0x1ea),'moreSetting':_0x41e78b(0x1e4),'showHidden':_0x41e78b(0x1e3),'showEmptyAs':_0x41e78b(0x1d5),'showNonNumAs':'Display\x20Non-Numeric\x20Cells\x20As','spacing':'Spacing','zeroValue':_0x41e78b(0x1e8),'connectWithLine':_0x41e78b(0x1e5),'default':_0x41e78b(0x1e9)},'selector':{'title':_0x41e78b(0x1f6),'changeType':_0x41e78b(0x1fa),'sparkline':'Sparkline','sparklineGroup':_0x41e78b(0x20d),'setSource':_0x41e78b(0x202),'setTarget':_0x41e78b(0x1db),'confirm':_0x41e78b(0x1ce),'cancel':_0x41e78b(0x1d9),'targetError':_0x41e78b(0x1e6),'singleSourceError':_0x41e78b(0x200),'multSourceError':_0x41e78b(0x1e1),'resetSourceError':_0x41e78b(0x1f2)}}};}));
@@ -1 +1 @@
1
- function _0x50c9(_0x4731da,_0x1e8f0c){_0x4731da=_0x4731da-0x18e;var _0x3d07c1=_0x3d07();var _0x50c9d2=_0x3d07c1[_0x4731da];return _0x50c9d2;}(function(_0x52a8f8,_0x1bb8f9){var _0x3eee7b=_0x50c9,_0x186096=_0x52a8f8();while(!![]){try{var _0x599fb0=parseInt(_0x3eee7b(0x1ab))/0x1*(-parseInt(_0x3eee7b(0x193))/0x2)+parseInt(_0x3eee7b(0x1d2))/0x3+parseInt(_0x3eee7b(0x1d1))/0x4+parseInt(_0x3eee7b(0x199))/0x5*(-parseInt(_0x3eee7b(0x1af))/0x6)+-parseInt(_0x3eee7b(0x1bb))/0x7+parseInt(_0x3eee7b(0x1c2))/0x8+parseInt(_0x3eee7b(0x1a7))/0x9*(parseInt(_0x3eee7b(0x1cf))/0xa);if(_0x599fb0===_0x1bb8f9)break;else _0x186096['push'](_0x186096['shift']());}catch(_0x4fb77b){_0x186096['push'](_0x186096['shift']());}}}(_0x3d07,0x189bf),function(_0x12a90d,_0x3b9336){var _0x2fe206=_0x50c9;typeof exports=='object'&&typeof module<'u'?module[_0x2fe206(0x190)]=_0x3b9336():typeof define==_0x2fe206(0x1aa)&&define[_0x2fe206(0x18e)]?define([],_0x3b9336):(_0x12a90d=typeof globalThis<'u'?globalThis:_0x12a90d||self,_0x12a90d['UniverProSheetsSparklineUiEsES']=_0x3b9336());}(this,function(){var _0x1687c8=_0x50c9;return{'sheets-sparkline-ui':{'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x1687c8(0x196),'remove':_0x1687c8(0x1a4),'edit':_0x1687c8(0x1c4),'panel':{'title':_0x1687c8(0x1ad),'basic':_0x1687c8(0x1a1),'advanced':_0x1687c8(0x19e),'sourceAndPosition':'Rango\x20de\x20datos\x20y\x20posición','type':'Tipo','line':_0x1687c8(0x1c7),'bar':_0x1687c8(0x1d0),'pie':_0x1687c8(0x194),'profitAndLoss':_0x1687c8(0x19f),'theme':_0x1687c8(0x1bf),'standard':'Estándar','custom':_0x1687c8(0x198),'specialty':_0x1687c8(0x1a8),'distinctive':_0x1687c8(0x1bc),'soft':'Suave','fresh':_0x1687c8(0x1b7),'adjustStyle':'Ajustar\x20estilo','sparklineColor':_0x1687c8(0x1b1),'lineWidth':_0x1687c8(0x1ac),'gradient':_0x1687c8(0x1a0),'radius':_0x1687c8(0x1b8),'marker':'Marcador','highPoint':_0x1687c8(0x192),'lowPoint':_0x1687c8(0x197),'firstPoint':_0x1687c8(0x1cb),'lastPoint':_0x1687c8(0x1a9),'negativePoint':_0x1687c8(0x1ce),'markersPoint':_0x1687c8(0x1be),'manager':'Administrador','removeItem':_0x1687c8(0x1cd),'removeGroup':_0x1687c8(0x191),'composeManager':'Administrador\x20de\x20grupo','compose':_0x1687c8(0x1bd),'unCompose':_0x1687c8(0x19d),'horizontal':_0x1687c8(0x1a2),'showZeroAxis':_0x1687c8(0x1c0),'axisColor':_0x1687c8(0x1b4),'reverse':_0x1687c8(0x1ba),'vertical':_0x1687c8(0x1c9),'min':_0x1687c8(0x1b9),'itemMin':_0x1687c8(0x19c),'groupMin':_0x1687c8(0x1b6),'customMin':'Valor\x20personalizado','max':_0x1687c8(0x195),'itemMax':_0x1687c8(0x1a6),'groupMax':_0x1687c8(0x1b3),'customMax':_0x1687c8(0x1b2),'moreSetting':_0x1687c8(0x1cc),'showHidden':_0x1687c8(0x1c6),'showEmptyAs':_0x1687c8(0x1c1),'showNonNumAs':_0x1687c8(0x19b),'spacing':'Espaciado','zeroValue':_0x1687c8(0x18f),'connectWithLine':'Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','default':_0x1687c8(0x1b5)},'selector':{'title':_0x1687c8(0x1c4),'changeType':_0x1687c8(0x1ca),'sparkline':_0x1687c8(0x196),'sparklineGroup':_0x1687c8(0x1c3),'setSource':_0x1687c8(0x1a3),'setTarget':_0x1687c8(0x1a5),'confirm':_0x1687c8(0x1c5),'cancel':_0x1687c8(0x19a),'targetError':_0x1687c8(0x1c8),'singleSourceError':_0x1687c8(0x1b0),'multSourceError':_0x1687c8(0x1ae),'resetSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación'}}};}));function _0x3d07(){var _0x4ff009=['626031fGgAFa','Distintivo','Agrupar','Marcadores','Tema','Mostrar\x20eje\x20cero','Mostrar\x20celdas\x20vacías\x20como','325208SDThnQ','Grupo\x20de\x20minigráficos','Editar\x20minigráfico','Confirmar','Mostrar\x20datos\x20ocultos','Línea','Rango\x20de\x20destino\x20no\x20válido','Eje\x20vertical','Cambiar\x20tipo','Primer\x20punto','Más\x20configuraciones','Eliminar\x20elemento','Punto\x20negativo','8090OrzpER','Barra','395128zAKZCH','37005FMShrd','amd','Valor\x20cero','exports','Eliminar\x20grupo','Punto\x20alto','9198tapnsR','Pastilla','Valor\x20máximo','Minigráfico','Punto\x20bajo','Personalizado','135pqNWmc','Cancelar','Mostrar\x20celdas\x20no\x20numéricas\x20como','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Desagrupar','Configuración\x20avanzada','G/P','Relleno\x20degradado','Configuración\x20básica','Eje\x20horizontal','Seleccionar\x20rango\x20de\x20datos','Eliminar\x20minigráfico','Seleccionar\x20ubicación','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','2367caQgJE','Especial','Último\x20punto','function','26rnvUPJ','Ancho\x20de\x20línea','Configuración\x20de\x20minigráfico','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','12162AAsvvl','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Color\x20de\x20minigráfico','Valor\x20personalizado','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Color\x20del\x20eje','Predeterminado','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Fresco','Mostrar\x20esquinas\x20redondeadas','Valor\x20mínimo','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda'];_0x3d07=function(){return _0x4ff009;};return _0x3d07();}
1
+ (function(_0x341c17,_0x2e8f61){var _0x390d80=_0x5d00,_0x27c0d8=_0x341c17();while(!![]){try{var _0x27cad8=-parseInt(_0x390d80(0x1bb))/0x1+parseInt(_0x390d80(0x1bc))/0x2*(-parseInt(_0x390d80(0x1cf))/0x3)+-parseInt(_0x390d80(0x1b0))/0x4+-parseInt(_0x390d80(0x1c6))/0x5*(parseInt(_0x390d80(0x1dc))/0x6)+-parseInt(_0x390d80(0x1cb))/0x7*(-parseInt(_0x390d80(0x1be))/0x8)+parseInt(_0x390d80(0x1ad))/0x9+-parseInt(_0x390d80(0x1d7))/0xa;if(_0x27cad8===_0x2e8f61)break;else _0x27c0d8['push'](_0x27c0d8['shift']());}catch(_0x5f5049){_0x27c0d8['push'](_0x27c0d8['shift']());}}}(_0x248e,0x2d9f9),function(_0x21c12f,_0xb73ae8){var _0x316b5b=_0x5d00;typeof exports==_0x316b5b(0x1d2)&&typeof module<'u'?module['exports']=_0xb73ae8():typeof define==_0x316b5b(0x1c8)&&define[_0x316b5b(0x1b1)]?define([],_0xb73ae8):(_0x21c12f=typeof globalThis<'u'?globalThis:_0x21c12f||self,_0x21c12f[_0x316b5b(0x1c7)]=_0xb73ae8());}(this,function(){var _0x177a63=_0x5d00;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x177a63(0x1e2)},'title':'Minigráfico','remove':_0x177a63(0x1d1),'edit':_0x177a63(0x1e7),'panel':{'title':'Configuración\x20de\x20minigráfico','basic':'Configuración\x20básica','advanced':_0x177a63(0x1aa),'sourceAndPosition':_0x177a63(0x1e0),'type':_0x177a63(0x1d9),'line':'Línea','bar':_0x177a63(0x1b6),'pie':_0x177a63(0x1b8),'profitAndLoss':_0x177a63(0x1ab),'theme':_0x177a63(0x1e5),'standard':_0x177a63(0x1c9),'custom':_0x177a63(0x1e1),'specialty':'Especial','distinctive':_0x177a63(0x1df),'soft':_0x177a63(0x1c4),'fresh':'Fresco','adjustStyle':_0x177a63(0x1d3),'sparklineColor':_0x177a63(0x1de),'lineWidth':_0x177a63(0x1c3),'gradient':_0x177a63(0x1cd),'radius':_0x177a63(0x1ce),'marker':'Marcador','highPoint':'Punto\x20alto','lowPoint':_0x177a63(0x1e6),'firstPoint':_0x177a63(0x1d4),'lastPoint':_0x177a63(0x1ca),'negativePoint':'Punto\x20negativo','markersPoint':_0x177a63(0x1b3),'manager':_0x177a63(0x1a8),'removeItem':'Eliminar\x20elemento','removeGroup':_0x177a63(0x1c2),'composeManager':_0x177a63(0x1ae),'compose':_0x177a63(0x1cc),'unCompose':_0x177a63(0x1e9),'horizontal':_0x177a63(0x1b2),'showZeroAxis':_0x177a63(0x1af),'axisColor':_0x177a63(0x1e3),'reverse':_0x177a63(0x1da),'vertical':_0x177a63(0x1d5),'min':_0x177a63(0x1bf),'itemMin':'Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','groupMin':_0x177a63(0x1b9),'customMin':_0x177a63(0x1c5),'max':'Valor\x20máximo','itemMax':_0x177a63(0x1ac),'groupMax':_0x177a63(0x1c0),'customMax':_0x177a63(0x1c5),'moreSetting':_0x177a63(0x1dd),'showHidden':'Mostrar\x20datos\x20ocultos','showEmptyAs':'Mostrar\x20celdas\x20vacías\x20como','showNonNumAs':_0x177a63(0x1a9),'spacing':_0x177a63(0x1ba),'zeroValue':_0x177a63(0x1d6),'connectWithLine':_0x177a63(0x1a7),'default':_0x177a63(0x1d8)},'selector':{'title':_0x177a63(0x1e7),'changeType':_0x177a63(0x1e8),'sparkline':_0x177a63(0x1c1),'sparklineGroup':_0x177a63(0x1b5),'setSource':'Seleccionar\x20rango\x20de\x20datos','setTarget':_0x177a63(0x1db),'confirm':_0x177a63(0x1b7),'cancel':_0x177a63(0x1b4),'targetError':_0x177a63(0x1e4),'singleSourceError':_0x177a63(0x1d0),'multSourceError':_0x177a63(0x1bd),'resetSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación'}}};}));function _0x5d00(_0x549f5f,_0x4b3c17){_0x549f5f=_0x549f5f-0x1a7;var _0x248e33=_0x248e();var _0x5d00f2=_0x248e33[_0x549f5f];return _0x5d00f2;}function _0x248e(){var _0x7a7c3f=['Rango\x20de\x20destino\x20no\x20válido','Tema','Punto\x20bajo','Editar\x20minigráfico','Cambiar\x20tipo','Desagrupar','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Administrador','Mostrar\x20celdas\x20no\x20numéricas\x20como','Configuración\x20avanzada','G/P','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','3180834piliMc','Administrador\x20de\x20grupo','Mostrar\x20eje\x20cero','433312kpkbPQ','amd','Eje\x20horizontal','Marcadores','Cancelar','Grupo\x20de\x20minigráficos','Barra','Confirmar','Pastilla','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Espaciado','5521dILIVV','104892lTXwNO','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','72ThHqPg','Valor\x20mínimo','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Minigráfico','Eliminar\x20grupo','Ancho\x20de\x20línea','Suave','Valor\x20personalizado','1135QKSlXy','UniverProSheetsSparklineUiEsES','function','Estándar','Último\x20punto','128681tKAGFD','Agrupar','Relleno\x20degradado','Mostrar\x20esquinas\x20redondeadas','6KcpDkd','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Eliminar\x20minigráfico','object','Ajustar\x20estilo','Primer\x20punto','Eje\x20vertical','Valor\x20cero','857920yUKGrp','Predeterminado','Tipo','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Seleccionar\x20ubicación','726EhvmQe','Más\x20configuraciones','Color\x20de\x20minigráfico','Distintivo','Rango\x20de\x20datos\x20y\x20posición','Personalizado','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Color\x20del\x20eje'];_0x248e=function(){return _0x7a7c3f;};return _0x248e();}
@@ -1 +1 @@
1
- function _0x9b6a(_0x41db4e,_0x39fc1c){_0x41db4e=_0x41db4e-0xce;var _0x33b6ad=_0x33b6();var _0x9b6a7a=_0x33b6ad[_0x41db4e];return _0x9b6a7a;}function _0x33b6(){var _0x483f09=['5069564LRpSCd','7484661imNsfz','تازه','سود\x20و\x20زیان','پر\x20کردن\x20گرادیان','گروه‌بندی','exports','تنظیمات\x20پیشرفته','محدوده\x20داده‌ها\x20و\x20موقعیت','فاصله','مقدار\x20سفارشی','متمایز','3236856EhvvWw','35jHUuQf','69292ftxmDF','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود','حرفه‌ای','7vYuZpL','محور\x20افقی','نقطه\x20بالا','نقطه\x20آخر','حداقل\x20مقدار\x20در\x20گروه','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','6281dIrsuN','رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','ضخامت\x20خط','حذف\x20گروه\x20نمودار\x20کوچک','تنظیمات\x20پایه','دایره‌ای','تأیید','object','function','نمایش\x20گوشه‌های\x20گرد','1304010AAJJMy','نقاط\x20نشانگر','UniverProSheetsSparklineUiFaIR','انتخاب\x20محدوده\x20داده','نمایش\x20محور\x20صفر','رنگ\x20نمودار\x20کوچک','حداقل\x20مقدار','انتخاب\x20محل\x20قرارگیری','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','مدیریت\x20گروه','سفارشی','نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','تنظیمات\x20بیشتر','ویرایش\x20نمودار\x20کوچک','63876ZrtzrV','10qFhoFr','نقطه\x20اول','ملایم','نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','اتصال\x20نقاط\x20داده\x20با\x20خط','27910TEWQtq','نمایش\x20سلول‌های\x20پنهان','تغییر\x20موارد\x20انتخابی','لغو\x20گروه‌بندی','amd','نقطه\x20پایین','استاندارد','تنظیمات\x20نمودار\x20کوچک','محور\x20عمودی','خطی','حداکثر\x20مقدار','نمودار\x20کوچک','حذف\x20نمودار\x20کوچک'];_0x33b6=function(){return _0x483f09;};return _0x33b6();}(function(_0x4416ee,_0x410b1d){var _0x276983=_0x9b6a,_0x3c5f55=_0x4416ee();while(!![]){try{var _0x3c6d2a=parseInt(_0x276983(0xec))/0x1*(-parseInt(_0x276983(0x10f))/0x2)+-parseInt(_0x276983(0x100))/0x3+-parseInt(_0x276983(0xde))/0x4+-parseInt(_0x276983(0xeb))/0x5*(parseInt(_0x276983(0x10e))/0x6)+parseInt(_0x276983(0xef))/0x7*(parseInt(_0x276983(0xea))/0x8)+parseInt(_0x276983(0xdf))/0x9+parseInt(_0x276983(0xd1))/0xa*(parseInt(_0x276983(0xf5))/0xb);if(_0x3c6d2a===_0x410b1d)break;else _0x3c5f55['push'](_0x3c5f55['shift']());}catch(_0x414759){_0x3c5f55['push'](_0x3c5f55['shift']());}}}(_0x33b6,0xac926),function(_0x17c949,_0xd21f2a){var _0x7f293a=_0x9b6a;typeof exports==_0x7f293a(0xfd)&&typeof module<'u'?module[_0x7f293a(0xe4)]=_0xd21f2a():typeof define==_0x7f293a(0xfe)&&define[_0x7f293a(0xd5)]?define([],_0xd21f2a):(_0x17c949=typeof globalThis<'u'?globalThis:_0x17c949||self,_0x17c949[_0x7f293a(0x102)]=_0xd21f2a());}(this,function(){var _0x1f5235=_0x9b6a;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x1f5235(0xf4)},'title':_0x1f5235(0xdc),'remove':'حذف\x20نمودار\x20کوچک','edit':_0x1f5235(0x10d),'panel':{'title':_0x1f5235(0xd8),'basic':_0x1f5235(0xfa),'advanced':_0x1f5235(0xe5),'sourceAndPosition':_0x1f5235(0xe6),'type':'نوع','line':_0x1f5235(0xda),'bar':'ستونی','pie':_0x1f5235(0xfb),'profitAndLoss':_0x1f5235(0xe1),'theme':'تم','standard':_0x1f5235(0xd7),'custom':_0x1f5235(0x10a),'specialty':_0x1f5235(0xee),'distinctive':_0x1f5235(0xe9),'soft':_0x1f5235(0xce),'fresh':_0x1f5235(0xe0),'adjustStyle':'تنظیم\x20سبک','sparklineColor':_0x1f5235(0x105),'lineWidth':_0x1f5235(0xf8),'gradient':_0x1f5235(0xe2),'radius':_0x1f5235(0xff),'marker':'نشانگر','highPoint':_0x1f5235(0xf1),'lowPoint':_0x1f5235(0xd6),'firstPoint':_0x1f5235(0x110),'lastPoint':_0x1f5235(0xf2),'negativePoint':'نقاط\x20منفی','markersPoint':_0x1f5235(0x101),'manager':'مدیریت','removeItem':_0x1f5235(0xdd),'removeGroup':_0x1f5235(0xf9),'composeManager':_0x1f5235(0x109),'compose':_0x1f5235(0xe3),'unCompose':_0x1f5235(0xd4),'horizontal':_0x1f5235(0xf0),'showZeroAxis':_0x1f5235(0x104),'axisColor':'رنگ\x20محور','reverse':_0x1f5235(0xf6),'vertical':_0x1f5235(0xd9),'min':_0x1f5235(0x106),'itemMin':_0x1f5235(0x108),'groupMin':_0x1f5235(0xf3),'customMin':_0x1f5235(0xe8),'max':_0x1f5235(0xdb),'itemMax':'حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMax':'حداکثر\x20مقدار\x20در\x20گروه','customMax':_0x1f5235(0xe8),'moreSetting':_0x1f5235(0x10c),'showHidden':_0x1f5235(0xd2),'showEmptyAs':_0x1f5235(0xcf),'showNonNumAs':_0x1f5235(0x10b),'spacing':_0x1f5235(0xe7),'zeroValue':'مقدار\x20صفر','connectWithLine':_0x1f5235(0xd0),'default':'پیش‌فرض'},'selector':{'title':_0x1f5235(0x10d),'changeType':_0x1f5235(0xd3),'sparkline':'نمودار\x20کوچک','sparklineGroup':'گروه\x20نمودار\x20کوچک','setSource':_0x1f5235(0x103),'setTarget':_0x1f5235(0x107),'confirm':_0x1f5235(0xfc),'cancel':'لغو','targetError':'محدوده\x20هدف\x20نامعتبر\x20است','singleSourceError':_0x1f5235(0xf7),'multSourceError':'چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','resetSourceError':_0x1f5235(0xed)}}};}));
1
+ function _0x1a2f(_0x2b2fc7,_0x4e515b){_0x2b2fc7=_0x2b2fc7-0x196;var _0x4d4e1e=_0x4d4e();var _0x1a2fb2=_0x4d4e1e[_0x2b2fc7];return _0x1a2fb2;}(function(_0x32d1ba,_0x423479){var _0x16be25=_0x1a2f,_0x58ac4e=_0x32d1ba();while(!![]){try{var _0x3aef89=-parseInt(_0x16be25(0x1bf))/0x1+parseInt(_0x16be25(0x1b0))/0x2*(-parseInt(_0x16be25(0x1c2))/0x3)+parseInt(_0x16be25(0x1ac))/0x4+-parseInt(_0x16be25(0x1af))/0x5*(-parseInt(_0x16be25(0x1c6))/0x6)+-parseInt(_0x16be25(0x1bb))/0x7*(parseInt(_0x16be25(0x198))/0x8)+parseInt(_0x16be25(0x1b1))/0x9+parseInt(_0x16be25(0x1a9))/0xa;if(_0x3aef89===_0x423479)break;else _0x58ac4e['push'](_0x58ac4e['shift']());}catch(_0x161a1a){_0x58ac4e['push'](_0x58ac4e['shift']());}}}(_0x4d4e,0x887d3),function(_0x5dab12,_0x4f36e1){var _0x411484=_0x1a2f;typeof exports==_0x411484(0x1ba)&&typeof module<'u'?module[_0x411484(0x1c0)]=_0x4f36e1():typeof define==_0x411484(0x19f)&&define['amd']?define([],_0x4f36e1):(_0x5dab12=typeof globalThis<'u'?globalThis:_0x5dab12||self,_0x5dab12[_0x411484(0x1d6)]=_0x4f36e1());}(this,function(){var _0x27e39f=_0x1a2f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x27e39f(0x1c3)},'title':_0x27e39f(0x1bd),'remove':_0x27e39f(0x1bc),'edit':_0x27e39f(0x1a2),'panel':{'title':_0x27e39f(0x196),'basic':'تنظیمات\x20پایه','advanced':_0x27e39f(0x1c9),'sourceAndPosition':_0x27e39f(0x19e),'type':'نوع','line':_0x27e39f(0x1ad),'bar':'ستونی','pie':_0x27e39f(0x1c1),'profitAndLoss':'سود\x20و\x20زیان','theme':'تم','standard':_0x27e39f(0x1a5),'custom':_0x27e39f(0x1b9),'specialty':_0x27e39f(0x1b3),'distinctive':_0x27e39f(0x19a),'soft':_0x27e39f(0x1a4),'fresh':'تازه','adjustStyle':_0x27e39f(0x1cb),'sparklineColor':_0x27e39f(0x1ab),'lineWidth':_0x27e39f(0x19c),'gradient':_0x27e39f(0x19b),'radius':_0x27e39f(0x19d),'marker':_0x27e39f(0x1b5),'highPoint':'نقطه\x20بالا','lowPoint':_0x27e39f(0x1a0),'firstPoint':_0x27e39f(0x1a8),'lastPoint':_0x27e39f(0x1c8),'negativePoint':_0x27e39f(0x1ca),'markersPoint':_0x27e39f(0x1d2),'manager':_0x27e39f(0x1a3),'removeItem':'حذف\x20نمودار\x20کوچک','removeGroup':'حذف\x20گروه\x20نمودار\x20کوچک','composeManager':_0x27e39f(0x1cc),'compose':_0x27e39f(0x1cf),'unCompose':_0x27e39f(0x197),'horizontal':_0x27e39f(0x1b4),'showZeroAxis':'نمایش\x20محور\x20صفر','axisColor':'رنگ\x20محور','reverse':_0x27e39f(0x1cd),'vertical':_0x27e39f(0x1d0),'min':_0x27e39f(0x1d3),'itemMin':'حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMin':'حداقل\x20مقدار\x20در\x20گروه','customMin':_0x27e39f(0x1b2),'max':_0x27e39f(0x1c7),'itemMax':'حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMax':_0x27e39f(0x1b6),'customMax':_0x27e39f(0x1b2),'moreSetting':_0x27e39f(0x1ae),'showHidden':_0x27e39f(0x1d1),'showEmptyAs':_0x27e39f(0x1b7),'showNonNumAs':_0x27e39f(0x1d4),'spacing':_0x27e39f(0x199),'zeroValue':'مقدار\x20صفر','connectWithLine':_0x27e39f(0x1a1),'default':_0x27e39f(0x1ce)},'selector':{'title':_0x27e39f(0x1a2),'changeType':_0x27e39f(0x1a6),'sparkline':_0x27e39f(0x1bd),'sparklineGroup':'گروه\x20نمودار\x20کوچک','setSource':_0x27e39f(0x1d5),'setTarget':_0x27e39f(0x1c5),'confirm':_0x27e39f(0x1aa),'cancel':'لغو','targetError':_0x27e39f(0x1a7),'singleSourceError':_0x27e39f(0x1be),'multSourceError':_0x27e39f(0x1b8),'resetSourceError':_0x27e39f(0x1c4)}}};}));function _0x4d4e(){var _0x4d3271=['فاصله','متمایز','پر\x20کردن\x20گرادیان','ضخامت\x20خط','نمایش\x20گوشه‌های\x20گرد','محدوده\x20داده‌ها\x20و\x20موقعیت','function','نقطه\x20پایین','اتصال\x20نقاط\x20داده\x20با\x20خط','ویرایش\x20نمودار\x20کوچک','مدیریت','ملایم','استاندارد','تغییر\x20موارد\x20انتخابی','محدوده\x20هدف\x20نامعتبر\x20است','نقطه\x20اول','11991050npTXCp','تأیید','رنگ\x20نمودار\x20کوچک','4069072lLBgyb','خطی','تنظیمات\x20بیشتر','304345qLxEKB','14282pNaMgh','1265517qdavPz','مقدار\x20سفارشی','حرفه‌ای','محور\x20افقی','نشانگر','حداکثر\x20مقدار\x20در\x20گروه','نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','سفارشی','object','9324PJnnGy','حذف\x20نمودار\x20کوچک','نمودار\x20کوچک','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','561654TSdLaJ','exports','دایره‌ای','129UZiLAh','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود','انتخاب\x20محل\x20قرارگیری','12PkjUOt','حداکثر\x20مقدار','نقطه\x20آخر','تنظیمات\x20پیشرفته','نقاط\x20منفی','تنظیم\x20سبک','مدیریت\x20گروه','رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','پیش‌فرض','گروه‌بندی','محور\x20عمودی','نمایش\x20سلول‌های\x20پنهان','نقاط\x20نشانگر','حداقل\x20مقدار','نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','انتخاب\x20محدوده\x20داده','UniverProSheetsSparklineUiFaIR','تنظیمات\x20نمودار\x20کوچک','لغو\x20گروه‌بندی','6312Bbcqvb'];_0x4d4e=function(){return _0x4d3271;};return _0x4d4e();}
@@ -1 +1 @@
1
- (function(_0x48fa85,_0x594959){var _0x1125b7=_0x57c1,_0x1efd9d=_0x48fa85();while(!![]){try{var _0x3fe040=parseInt(_0x1125b7(0x124))/0x1*(parseInt(_0x1125b7(0x131))/0x2)+-parseInt(_0x1125b7(0x159))/0x3+-parseInt(_0x1125b7(0x154))/0x4*(-parseInt(_0x1125b7(0x121))/0x5)+-parseInt(_0x1125b7(0x11c))/0x6*(parseInt(_0x1125b7(0x15a))/0x7)+parseInt(_0x1125b7(0x13c))/0x8*(parseInt(_0x1125b7(0x13a))/0x9)+-parseInt(_0x1125b7(0x11b))/0xa+parseInt(_0x1125b7(0x122))/0xb;if(_0x3fe040===_0x594959)break;else _0x1efd9d['push'](_0x1efd9d['shift']());}catch(_0x96d0cf){_0x1efd9d['push'](_0x1efd9d['shift']());}}}(_0x5e9b,0x8149f),function(_0x3f1f52,_0x2a070c){var _0x20704b=_0x57c1;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2a070c():typeof define=='function'&&define[_0x20704b(0x140)]?define([],_0x2a070c):(_0x3f1f52=typeof globalThis<'u'?globalThis:_0x3f1f52||self,_0x3f1f52[_0x20704b(0x141)]=_0x2a070c());}(this,function(){var _0x56f9a3=_0x57c1;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x56f9a3(0x13f)},'title':_0x56f9a3(0x132),'remove':_0x56f9a3(0x15d),'edit':_0x56f9a3(0x127),'panel':{'title':'Paramètres\x20du\x20sparkline','basic':_0x56f9a3(0x12d),'advanced':'Paramètres\x20avancés','sourceAndPosition':_0x56f9a3(0x138),'type':_0x56f9a3(0x155),'line':'Ligne','bar':_0x56f9a3(0x14b),'pie':_0x56f9a3(0x125),'profitAndLoss':_0x56f9a3(0x146),'theme':_0x56f9a3(0x14a),'standard':_0x56f9a3(0x156),'custom':_0x56f9a3(0x117),'specialty':_0x56f9a3(0x11e),'distinctive':_0x56f9a3(0x15c),'soft':_0x56f9a3(0x128),'fresh':_0x56f9a3(0x15b),'adjustStyle':_0x56f9a3(0x14c),'sparklineColor':_0x56f9a3(0x157),'lineWidth':_0x56f9a3(0x123),'gradient':_0x56f9a3(0x119),'radius':_0x56f9a3(0x148),'marker':'Marqueur','highPoint':_0x56f9a3(0x12e),'lowPoint':_0x56f9a3(0x152),'firstPoint':_0x56f9a3(0x120),'lastPoint':_0x56f9a3(0x150),'negativePoint':_0x56f9a3(0x13b),'markersPoint':_0x56f9a3(0x14d),'manager':_0x56f9a3(0x12c),'removeItem':'Supprimer\x20l\x27élément','removeGroup':_0x56f9a3(0x139),'composeManager':_0x56f9a3(0x145),'compose':_0x56f9a3(0x118),'unCompose':_0x56f9a3(0x136),'horizontal':_0x56f9a3(0x149),'showZeroAxis':'Afficher\x20l\x27axe\x20zéro','axisColor':_0x56f9a3(0x134),'reverse':_0x56f9a3(0x158),'vertical':'Axe\x20vertical','min':_0x56f9a3(0x12b),'itemMin':_0x56f9a3(0x12f),'groupMin':_0x56f9a3(0x14e),'customMin':_0x56f9a3(0x135),'max':_0x56f9a3(0x147),'itemMax':_0x56f9a3(0x126),'groupMax':_0x56f9a3(0x129),'customMax':_0x56f9a3(0x135),'moreSetting':_0x56f9a3(0x13e),'showHidden':_0x56f9a3(0x153),'showEmptyAs':_0x56f9a3(0x12a),'showNonNumAs':_0x56f9a3(0x13d),'spacing':_0x56f9a3(0x151),'zeroValue':'Valeur\x20zéro','connectWithLine':_0x56f9a3(0x142),'default':_0x56f9a3(0x143)},'selector':{'title':_0x56f9a3(0x127),'changeType':_0x56f9a3(0x15e),'sparkline':'Sparkline','sparklineGroup':_0x56f9a3(0x130),'setSource':_0x56f9a3(0x14f),'setTarget':_0x56f9a3(0x11d),'confirm':_0x56f9a3(0x144),'cancel':_0x56f9a3(0x116),'targetError':_0x56f9a3(0x11f),'singleSourceError':_0x56f9a3(0x133),'multSourceError':_0x56f9a3(0x11a),'resetSourceError':_0x56f9a3(0x137)}}};}));function _0x57c1(_0x2a19aa,_0x29c2d7){_0x2a19aa=_0x2a19aa-0x116;var _0x5e9b12=_0x5e9b();var _0x57c118=_0x5e9b12[_0x2a19aa];return _0x57c118;}function _0x5e9b(){var _0x4269cd=['Personnalisé','Grouper','Remplissage\x20dégradé','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','8085460AlBUqF','112974LYvEfZ','Sélectionner\x20l\x27emplacement','Spécial','Plage\x20cible\x20invalide','Premier\x20point','5RuRdRg','3342504mJShQv','Largeur\x20de\x20ligne','453395DZWqve','Secteur','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Modifier\x20le\x20sparkline','Doux','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Afficher\x20les\x20cellules\x20vides\x20comme','Valeur\x20minimale','Gestionnaire','Paramètres\x20de\x20base','Point\x20haut','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Groupe\x20de\x20sparklines','2bvFOvQ','Sparkline','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Couleur\x20de\x20l\x27axe','Valeur\x20personnalisée','Dégrouper','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Plage\x20de\x20données\x20et\x20position','Supprimer\x20le\x20groupe','169488ZOeZLw','Point\x20négatif','264pHMUHc','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Plus\x20de\x20paramètres','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','amd','UniverProSheetsSparklineUiFrFR','Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','Par\x20défaut','Confirmer','Gestionnaire\x20de\x20groupe','G/P','Valeur\x20maximale','Afficher\x20les\x20coins\x20arrondis','Axe\x20horizontal','Thème','Barre','Ajuster\x20le\x20style','Marqueurs','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Sélectionner\x20la\x20plage\x20de\x20données','Dernier\x20point','Espacement','Point\x20bas','Afficher\x20les\x20données\x20masquées','2710440PhFitJ','Type','Standard','Couleur\x20du\x20sparkline','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','1985175sgxILK','21MOTHQW','Frais','Distinctif','Supprimer\x20le\x20sparkline','Changer\x20le\x20type','Annuler'];_0x5e9b=function(){return _0x4269cd;};return _0x5e9b();}
1
+ (function(_0x4bbf18,_0x448059){var _0x4a1deb=_0x3ad4,_0x1d6441=_0x4bbf18();while(!![]){try{var _0x3d3cdc=-parseInt(_0x4a1deb(0x228))/0x1*(parseInt(_0x4a1deb(0x208))/0x2)+parseInt(_0x4a1deb(0x224))/0x3*(-parseInt(_0x4a1deb(0x204))/0x4)+-parseInt(_0x4a1deb(0x1ec))/0x5+-parseInt(_0x4a1deb(0x20e))/0x6+parseInt(_0x4a1deb(0x212))/0x7+-parseInt(_0x4a1deb(0x1fb))/0x8+parseInt(_0x4a1deb(0x1f8))/0x9*(parseInt(_0x4a1deb(0x206))/0xa);if(_0x3d3cdc===_0x448059)break;else _0x1d6441['push'](_0x1d6441['shift']());}catch(_0x34c657){_0x1d6441['push'](_0x1d6441['shift']());}}}(_0x521d,0xaebba),function(_0x21c51d,_0x4649ed){var _0x52632f=_0x3ad4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4649ed():typeof define=='function'&&define[_0x52632f(0x211)]?define([],_0x4649ed):(_0x21c51d=typeof globalThis<'u'?globalThis:_0x21c51d||self,_0x21c51d[_0x52632f(0x21f)]=_0x4649ed());}(this,function(){var _0x56d33a=_0x3ad4;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x56d33a(0x20f)},'title':_0x56d33a(0x201),'remove':_0x56d33a(0x20d),'edit':'Modifier\x20le\x20sparkline','panel':{'title':_0x56d33a(0x1fa),'basic':'Paramètres\x20de\x20base','advanced':_0x56d33a(0x21e),'sourceAndPosition':'Plage\x20de\x20données\x20et\x20position','type':_0x56d33a(0x22c),'line':'Ligne','bar':'Barre','pie':'Secteur','profitAndLoss':_0x56d33a(0x1f0),'theme':'Thème','standard':_0x56d33a(0x1ef),'custom':_0x56d33a(0x22a),'specialty':'Spécial','distinctive':'Distinctif','soft':_0x56d33a(0x22b),'fresh':_0x56d33a(0x20a),'adjustStyle':'Ajuster\x20le\x20style','sparklineColor':_0x56d33a(0x1ed),'lineWidth':'Largeur\x20de\x20ligne','gradient':_0x56d33a(0x221),'radius':_0x56d33a(0x215),'marker':_0x56d33a(0x225),'highPoint':_0x56d33a(0x217),'lowPoint':_0x56d33a(0x209),'firstPoint':_0x56d33a(0x205),'lastPoint':_0x56d33a(0x20b),'negativePoint':_0x56d33a(0x1f9),'markersPoint':_0x56d33a(0x1f7),'manager':_0x56d33a(0x227),'removeItem':_0x56d33a(0x1f4),'removeGroup':_0x56d33a(0x219),'composeManager':_0x56d33a(0x21d),'compose':_0x56d33a(0x21b),'unCompose':'Dégrouper','horizontal':_0x56d33a(0x20c),'showZeroAxis':_0x56d33a(0x1f2),'axisColor':_0x56d33a(0x203),'reverse':_0x56d33a(0x1f5),'vertical':_0x56d33a(0x218),'min':_0x56d33a(0x216),'itemMin':_0x56d33a(0x1fc),'groupMin':_0x56d33a(0x1ee),'customMin':'Valeur\x20personnalisée','max':_0x56d33a(0x226),'itemMax':_0x56d33a(0x1f6),'groupMax':_0x56d33a(0x1f1),'customMax':_0x56d33a(0x1fd),'moreSetting':_0x56d33a(0x21a),'showHidden':_0x56d33a(0x202),'showEmptyAs':_0x56d33a(0x222),'showNonNumAs':'Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','spacing':_0x56d33a(0x207),'zeroValue':_0x56d33a(0x1fe),'connectWithLine':'Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','default':_0x56d33a(0x210)},'selector':{'title':_0x56d33a(0x213),'changeType':_0x56d33a(0x229),'sparkline':_0x56d33a(0x201),'sparklineGroup':_0x56d33a(0x1f3),'setSource':_0x56d33a(0x220),'setTarget':_0x56d33a(0x214),'confirm':_0x56d33a(0x1ff),'cancel':_0x56d33a(0x223),'targetError':'Plage\x20cible\x20invalide','singleSourceError':_0x56d33a(0x200),'multSourceError':_0x56d33a(0x21c),'resetSourceError':'Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement'}}};}));function _0x3ad4(_0x284bc5,_0x1a9154){_0x284bc5=_0x284bc5-0x1ec;var _0x521d06=_0x521d();var _0x3ad4af=_0x521d06[_0x284bc5];return _0x3ad4af;}function _0x521d(){var _0x461c8e=['Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Marqueurs','6327IxBqVS','Point\x20négatif','Paramètres\x20du\x20sparkline','2584632DZxOjX','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Valeur\x20personnalisée','Valeur\x20zéro','Confirmer','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Sparkline','Afficher\x20les\x20données\x20masquées','Couleur\x20de\x20l\x27axe','1388QvxOKH','Premier\x20point','60680uYwBtU','Espacement','7706TxEFfr','Point\x20bas','Frais','Dernier\x20point','Axe\x20horizontal','Supprimer\x20le\x20sparkline','7654356nDPDfM','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Par\x20défaut','amd','3719051OogFsu','Modifier\x20le\x20sparkline','Sélectionner\x20l\x27emplacement','Afficher\x20les\x20coins\x20arrondis','Valeur\x20minimale','Point\x20haut','Axe\x20vertical','Supprimer\x20le\x20groupe','Plus\x20de\x20paramètres','Grouper','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Gestionnaire\x20de\x20groupe','Paramètres\x20avancés','UniverProSheetsSparklineUiFrFR','Sélectionner\x20la\x20plage\x20de\x20données','Remplissage\x20dégradé','Afficher\x20les\x20cellules\x20vides\x20comme','Annuler','8643sBBwcj','Marqueur','Valeur\x20maximale','Gestionnaire','357hICryL','Changer\x20le\x20type','Personnalisé','Doux','Type','536790HHAtIK','Couleur\x20du\x20sparkline','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Standard','G/P','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Afficher\x20l\x27axe\x20zéro','Groupe\x20de\x20sparklines','Supprimer\x20l\x27élément'];_0x521d=function(){return _0x461c8e;};return _0x521d();}
@@ -1 +1 @@
1
- function _0x4340(_0x52cbe3,_0x383414){_0x52cbe3=_0x52cbe3-0xe6;var _0x502bbb=_0x502b();var _0x4340cd=_0x502bbb[_0x52cbe3];return _0x4340cd;}(function(_0x5ba616,_0x508f64){var _0x4f9348=_0x4340,_0x1c2c71=_0x5ba616();while(!![]){try{var _0x221bc0=-parseInt(_0x4f9348(0x119))/0x1+-parseInt(_0x4f9348(0x115))/0x2*(parseInt(_0x4f9348(0xec))/0x3)+-parseInt(_0x4f9348(0x11b))/0x4+parseInt(_0x4f9348(0x104))/0x5*(parseInt(_0x4f9348(0xe6))/0x6)+parseInt(_0x4f9348(0xea))/0x7*(parseInt(_0x4f9348(0xfc))/0x8)+-parseInt(_0x4f9348(0xed))/0x9*(-parseInt(_0x4f9348(0x110))/0xa)+parseInt(_0x4f9348(0xff))/0xb*(parseInt(_0x4f9348(0x10f))/0xc);if(_0x221bc0===_0x508f64)break;else _0x1c2c71['push'](_0x1c2c71['shift']());}catch(_0x7cc4c6){_0x1c2c71['push'](_0x1c2c71['shift']());}}}(_0x502b,0x9e654),function(_0xc78055,_0x11dcde){var _0x419f3f=_0x4340;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x11dcde():typeof define==_0x419f3f(0xe9)&&define[_0x419f3f(0x10b)]?define([],_0x11dcde):(_0xc78055=typeof globalThis<'u'?globalThis:_0xc78055||self,_0xc78055[_0x419f3f(0xe7)]=_0x11dcde());}(this,function(){var _0xf07489=_0x4340;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xf07489(0x11f)},'title':_0xf07489(0x103),'remove':_0xf07489(0x108),'edit':_0xf07489(0xe8),'panel':{'title':_0xf07489(0x123),'basic':_0xf07489(0x106),'advanced':'Pengaturan\x20Lanjutan','sourceAndPosition':_0xf07489(0x126),'type':_0xf07489(0x10a),'line':_0xf07489(0x107),'bar':'Batang','pie':_0xf07489(0x11a),'profitAndLoss':_0xf07489(0xf6),'theme':'Tema','standard':'Standar','custom':_0xf07489(0x118),'specialty':_0xf07489(0xf0),'distinctive':'Khas','soft':_0xf07489(0x112),'fresh':'Segar','adjustStyle':'Sesuaikan\x20Gaya','sparklineColor':_0xf07489(0x11d),'lineWidth':_0xf07489(0x125),'gradient':_0xf07489(0x117),'radius':_0xf07489(0x102),'marker':_0xf07489(0x120),'highPoint':'Titik\x20Tertinggi','lowPoint':_0xf07489(0x101),'firstPoint':_0xf07489(0xf1),'lastPoint':'Titik\x20Terakhir','negativePoint':_0xf07489(0x11c),'markersPoint':_0xf07489(0x120),'manager':_0xf07489(0x105),'removeItem':_0xf07489(0xfb),'removeGroup':_0xf07489(0xf8),'composeManager':'Pengelola\x20Grup','compose':'Kelompokkan','unCompose':_0xf07489(0xf4),'horizontal':'Sumbu\x20Horizontal','showZeroAxis':_0xf07489(0x109),'axisColor':_0xf07489(0x121),'reverse':_0xf07489(0xef),'vertical':'Sumbu\x20Vertikal','min':_0xf07489(0xeb),'itemMin':_0xf07489(0x10e),'groupMin':_0xf07489(0xf2),'customMin':'Nilai\x20Kustom','max':'Nilai\x20Maksimum','itemMax':_0xf07489(0x127),'groupMax':_0xf07489(0xf5),'customMax':_0xf07489(0xfd),'moreSetting':_0xf07489(0x122),'showHidden':_0xf07489(0xfe),'showEmptyAs':_0xf07489(0xf3),'showNonNumAs':_0xf07489(0x100),'spacing':_0xf07489(0xf7),'zeroValue':'Nilai\x20Nol','connectWithLine':_0xf07489(0x111),'default':_0xf07489(0x10d)},'selector':{'title':_0xf07489(0xe8),'changeType':'Ubah\x20Jenis','sparkline':_0xf07489(0x103),'sparklineGroup':_0xf07489(0x11e),'setSource':_0xf07489(0xfa),'setTarget':_0xf07489(0x116),'confirm':_0xf07489(0x113),'cancel':_0xf07489(0xf9),'targetError':_0xf07489(0xee),'singleSourceError':_0xf07489(0x114),'multSourceError':_0xf07489(0x10c),'resetSourceError':_0xf07489(0x124)}}};}));function _0x502b(){var _0x680735=['Rentang\x20Data\x20dan\x20Posisi','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','4079814PoEQXs','UniverProSheetsSparklineUiIdID','Edit\x20Sparkline','function','56091ghTCxg','Nilai\x20Minimum','1101AgEYNQ','36BAJySF','Rentang\x20target\x20tidak\x20valid','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Spesialitas','Titik\x20Pertama','Gunakan\x20Nilai\x20Minimum\x20Grup','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Batal\x20Kelompokkan','Gunakan\x20Nilai\x20Maksimum\x20Grup','M/K','Jarak','Hapus\x20Grup','Batal','Pilih\x20Rentang\x20Data','Hapus\x20Item','1136SNKEzR','Nilai\x20Kustom','Tampilkan\x20Data\x20Tersembunyi','231tpSYre','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Titik\x20Terendah','Tampilkan\x20Sudut\x20Membulat','Sparkline','5YWwWsn','Pengelola','Pengaturan\x20Dasar','Garis','Hapus\x20Sparkline','Tampilkan\x20Sumbu\x20Nol','Jenis','amd','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Default','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','231780vBljkG','733270kkTuoF','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','Lembut','Konfirmasi','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','746QulmAo','Pilih\x20Penempatan','Isian\x20Gradien','Kustom','1113825bWbERt','Pie','2468936EOEBwd','Titik\x20Negatif','Warna\x20Sparkline','Grup\x20Sparkline','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Penanda','Warna\x20Sumbu','Pengaturan\x20Lainnya','Pengaturan\x20Sparkline','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Lebar\x20Garis'];_0x502b=function(){return _0x680735;};return _0x502b();}
1
+ function _0x25da(_0x561d6d,_0x208e27){_0x561d6d=_0x561d6d-0xe1;var _0x305747=_0x3057();var _0x25da74=_0x305747[_0x561d6d];return _0x25da74;}(function(_0x315c53,_0x2643c1){var _0x508089=_0x25da,_0x8c9bc1=_0x315c53();while(!![]){try{var _0x4f9ea7=parseInt(_0x508089(0x110))/0x1+parseInt(_0x508089(0x10d))/0x2*(-parseInt(_0x508089(0x11a))/0x3)+-parseInt(_0x508089(0xf4))/0x4*(parseInt(_0x508089(0x11b))/0x5)+-parseInt(_0x508089(0xed))/0x6*(-parseInt(_0x508089(0xfb))/0x7)+-parseInt(_0x508089(0x102))/0x8+-parseInt(_0x508089(0xf3))/0x9+-parseInt(_0x508089(0x109))/0xa*(-parseInt(_0x508089(0x10b))/0xb);if(_0x4f9ea7===_0x2643c1)break;else _0x8c9bc1['push'](_0x8c9bc1['shift']());}catch(_0x2c747d){_0x8c9bc1['push'](_0x8c9bc1['shift']());}}}(_0x3057,0x1cc5b),function(_0x154bca,_0x5dcf37){var _0x1b37ba=_0x25da;typeof exports==_0x1b37ba(0x106)&&typeof module<'u'?module[_0x1b37ba(0x114)]=_0x5dcf37():typeof define==_0x1b37ba(0x10c)&&define[_0x1b37ba(0x103)]?define([],_0x5dcf37):(_0x154bca=typeof globalThis<'u'?globalThis:_0x154bca||self,_0x154bca[_0x1b37ba(0xf9)]=_0x5dcf37());}(this,function(){var _0x3f696f=_0x25da;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x3f696f(0xee)},'title':_0x3f696f(0xe5),'remove':_0x3f696f(0x11e),'edit':_0x3f696f(0x10a),'panel':{'title':_0x3f696f(0xe9),'basic':_0x3f696f(0x119),'advanced':'Pengaturan\x20Lanjutan','sourceAndPosition':_0x3f696f(0xe4),'type':_0x3f696f(0xe8),'line':'Garis','bar':'Batang','pie':_0x3f696f(0xf2),'profitAndLoss':'M/K','theme':'Tema','standard':_0x3f696f(0xfa),'custom':_0x3f696f(0x11c),'specialty':'Spesialitas','distinctive':'Khas','soft':_0x3f696f(0xf6),'fresh':_0x3f696f(0xfe),'adjustStyle':'Sesuaikan\x20Gaya','sparklineColor':'Warna\x20Sparkline','lineWidth':_0x3f696f(0x115),'gradient':_0x3f696f(0xec),'radius':_0x3f696f(0xe6),'marker':_0x3f696f(0xe1),'highPoint':_0x3f696f(0xef),'lowPoint':_0x3f696f(0x117),'firstPoint':_0x3f696f(0xf0),'lastPoint':'Titik\x20Terakhir','negativePoint':'Titik\x20Negatif','markersPoint':_0x3f696f(0xe1),'manager':_0x3f696f(0xe7),'removeItem':_0x3f696f(0x104),'removeGroup':_0x3f696f(0x111),'composeManager':_0x3f696f(0x11f),'compose':'Kelompokkan','unCompose':_0x3f696f(0xf8),'horizontal':_0x3f696f(0xf5),'showZeroAxis':_0x3f696f(0xf7),'axisColor':'Warna\x20Sumbu','reverse':'Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','vertical':_0x3f696f(0x100),'min':'Nilai\x20Minimum','itemMin':_0x3f696f(0x112),'groupMin':_0x3f696f(0xeb),'customMin':_0x3f696f(0x120),'max':_0x3f696f(0x108),'itemMax':_0x3f696f(0xff),'groupMax':_0x3f696f(0x105),'customMax':_0x3f696f(0x120),'moreSetting':_0x3f696f(0xe3),'showHidden':_0x3f696f(0x10f),'showEmptyAs':_0x3f696f(0xfd),'showNonNumAs':_0x3f696f(0x10e),'spacing':_0x3f696f(0x11d),'zeroValue':_0x3f696f(0xea),'connectWithLine':'Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','default':_0x3f696f(0x101)},'selector':{'title':'Edit\x20Sparkline','changeType':'Ubah\x20Jenis','sparkline':_0x3f696f(0xe5),'sparklineGroup':_0x3f696f(0x107),'setSource':_0x3f696f(0x116),'setTarget':'Pilih\x20Penempatan','confirm':_0x3f696f(0x113),'cancel':_0x3f696f(0x118),'targetError':'Rentang\x20target\x20tidak\x20valid','singleSourceError':_0x3f696f(0xe2),'multSourceError':_0x3f696f(0xfc),'resetSourceError':_0x3f696f(0xf1)}}};}));function _0x3057(){var _0x168dda=['Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Konfirmasi','exports','Lebar\x20Garis','Pilih\x20Rentang\x20Data','Titik\x20Terendah','Batal','Pengaturan\x20Dasar','16602FzdgMF','25340Bngomk','Kustom','Jarak','Hapus\x20Sparkline','Pengelola\x20Grup','Nilai\x20Kustom','Penanda','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','Pengaturan\x20Lainnya','Rentang\x20Data\x20dan\x20Posisi','Sparkline','Tampilkan\x20Sudut\x20Membulat','Pengelola','Jenis','Pengaturan\x20Sparkline','Nilai\x20Nol','Gunakan\x20Nilai\x20Minimum\x20Grup','Isian\x20Gradien','102klciug','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Titik\x20Tertinggi','Titik\x20Pertama','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Pie','1159992MSGilX','164PFMCFH','Sumbu\x20Horizontal','Lembut','Tampilkan\x20Sumbu\x20Nol','Batal\x20Kelompokkan','UniverProSheetsSparklineUiIdID','Standar','37247EarlhK','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Segar','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','Sumbu\x20Vertikal','Default','418328EgrQub','amd','Hapus\x20Item','Gunakan\x20Nilai\x20Maksimum\x20Grup','object','Grup\x20Sparkline','Nilai\x20Maksimum','90hFnDhQ','Edit\x20Sparkline','376541pcxLqT','function','28Mzvbro','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Tampilkan\x20Data\x20Tersembunyi','185758CKrhTs','Hapus\x20Grup'];_0x3057=function(){return _0x168dda;};return _0x3057();}
@@ -1 +1 @@
1
- (function(_0x498743,_0x220c5e){var _0x26403c=_0x2db0,_0x5693d1=_0x498743();while(!![]){try{var _0x33cded=parseInt(_0x26403c(0xcc))/0x1+parseInt(_0x26403c(0x107))/0x2*(parseInt(_0x26403c(0x100))/0x3)+-parseInt(_0x26403c(0xf9))/0x4*(parseInt(_0x26403c(0xd5))/0x5)+parseInt(_0x26403c(0xea))/0x6+-parseInt(_0x26403c(0x109))/0x7*(parseInt(_0x26403c(0xf4))/0x8)+-parseInt(_0x26403c(0xde))/0x9+-parseInt(_0x26403c(0xdb))/0xa*(parseInt(_0x26403c(0x10a))/0xb);if(_0x33cded===_0x220c5e)break;else _0x5693d1['push'](_0x5693d1['shift']());}catch(_0x27de19){_0x5693d1['push'](_0x5693d1['shift']());}}}(_0x43a0,0xad86f),function(_0x26f4f6,_0x2f0a6b){var _0x56041d=_0x2db0;typeof exports==_0x56041d(0xf1)&&typeof module<'u'?module[_0x56041d(0xdc)]=_0x2f0a6b():typeof define=='function'&&define[_0x56041d(0xf0)]?define([],_0x2f0a6b):(_0x26f4f6=typeof globalThis<'u'?globalThis:_0x26f4f6||self,_0x26f4f6[_0x56041d(0xe9)]=_0x2f0a6b());}(this,function(){var _0x446270=_0x2db0;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x446270(0xdf)},'title':'Sparkline','remove':'Rimuovi\x20Sparkline','edit':'Modifica\x20Sparkline','panel':{'title':_0x446270(0xf8),'basic':_0x446270(0x102),'advanced':_0x446270(0xef),'sourceAndPosition':_0x446270(0xf5),'type':_0x446270(0xcf),'line':_0x446270(0xda),'bar':'Barra','pie':_0x446270(0xd7),'profitAndLoss':_0x446270(0xe7),'theme':'Tema','standard':_0x446270(0xed),'custom':_0x446270(0x104),'specialty':_0x446270(0xf6),'distinctive':_0x446270(0xd9),'soft':_0x446270(0xe5),'fresh':_0x446270(0x105),'adjustStyle':_0x446270(0xd0),'sparklineColor':_0x446270(0xd1),'lineWidth':_0x446270(0xfe),'gradient':_0x446270(0xd4),'radius':_0x446270(0xee),'marker':'Indicatore','highPoint':'Punto\x20massimo','lowPoint':'Punto\x20minimo','firstPoint':'Primo\x20punto','lastPoint':_0x446270(0xd8),'negativePoint':_0x446270(0xf2),'markersPoint':'Indicatori','manager':_0x446270(0x10b),'removeItem':'Rimuovi\x20elemento','removeGroup':_0x446270(0xce),'composeManager':_0x446270(0xe6),'compose':_0x446270(0xe2),'unCompose':_0x446270(0xfd),'horizontal':'Asse\x20orizzontale','showZeroAxis':_0x446270(0xe1),'axisColor':_0x446270(0x108),'reverse':_0x446270(0x101),'vertical':_0x446270(0x106),'min':_0x446270(0xe0),'itemMin':_0x446270(0xeb),'groupMin':'Usa\x20valore\x20minimo\x20del\x20gruppo','customMin':'Valore\x20personalizzato','max':'Valore\x20massimo','itemMax':_0x446270(0xfb),'groupMax':'Usa\x20valore\x20massimo\x20del\x20gruppo','customMax':_0x446270(0xe8),'moreSetting':_0x446270(0xfa),'showHidden':_0x446270(0xff),'showEmptyAs':'Visualizza\x20celle\x20vuote\x20come','showNonNumAs':_0x446270(0x103),'spacing':_0x446270(0xd6),'zeroValue':_0x446270(0xd2),'connectWithLine':_0x446270(0xd3),'default':'Predefinito'},'selector':{'title':_0x446270(0xe3),'changeType':_0x446270(0xf7),'sparkline':'Sparkline','sparklineGroup':_0x446270(0xec),'setSource':'Seleziona\x20intervallo\x20dati','setTarget':_0x446270(0xdd),'confirm':_0x446270(0xfc),'cancel':_0x446270(0xf3),'targetError':'Intervallo\x20di\x20destinazione\x20non\x20valido','singleSourceError':'La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','multSourceError':_0x446270(0xcd),'resetSourceError':_0x446270(0xe4)}}};}));function _0x2db0(_0x5ab3a5,_0x2b8a7c){_0x5ab3a5=_0x5ab3a5-0xcc;var _0x43a064=_0x43a0();var _0x2db018=_0x43a064[_0x5ab3a5];return _0x2db018;}function _0x43a0(){var _0x24f5b6=['Colore\x20Sparkline','Valore\x20zero','Connetti\x20punti\x20dati\x20con\x20una\x20linea','Riempimento\x20gradiente','5ksVlui','Spaziatura','Torta','Ultimo\x20punto','Distintivo','Linea','140uSOfvF','exports','Seleziona\x20posizione','42318TcUoyJ','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Valore\x20minimo','Mostra\x20asse\x20zero','Raggruppa','Modifica\x20Sparkline','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','Morbido','Gestione\x20gruppo','P/N','Valore\x20personalizzato','UniverProSheetsSparklineUiItIT','5141226UVyIbF','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Gruppo\x20Sparkline','Standard','Mostra\x20angoli\x20arrotondati','Impostazioni\x20avanzate','amd','object','Punto\x20negativo','Annulla','1746096YwoStC','Intervallo\x20dati\x20e\x20posizione','Specialità','Cambia\x20tipo','Impostazioni\x20Sparkline','856432ihAUwe','Altre\x20impostazioni','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Conferma','Separa','Larghezza\x20linea','Mostra\x20dati\x20nascosti','466338DdJvCf','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Impostazioni\x20di\x20base','Visualizza\x20celle\x20non\x20numeriche\x20come','Personalizzato','Fresco','Asse\x20verticale','14WKoejh','Colore\x20asse','7CFmvqM','1420111ULMiNw','Gestione','1010260dKihsp','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Rimuovi\x20gruppo','Tipo','Regola\x20stile'];_0x43a0=function(){return _0x24f5b6;};return _0x43a0();}
1
+ (function(_0x59c14c,_0x3ae5c8){var _0x23bfb4=_0x843f,_0x47c7b4=_0x59c14c();while(!![]){try{var _0x458d74=-parseInt(_0x23bfb4(0x17e))/0x1+-parseInt(_0x23bfb4(0x178))/0x2+parseInt(_0x23bfb4(0x16a))/0x3+-parseInt(_0x23bfb4(0x16c))/0x4*(parseInt(_0x23bfb4(0x177))/0x5)+parseInt(_0x23bfb4(0x161))/0x6+-parseInt(_0x23bfb4(0x17a))/0x7+parseInt(_0x23bfb4(0x15c))/0x8;if(_0x458d74===_0x3ae5c8)break;else _0x47c7b4['push'](_0x47c7b4['shift']());}catch(_0x819e50){_0x47c7b4['push'](_0x47c7b4['shift']());}}}(_0x3235,0x94e3a),function(_0x381b14,_0x43e345){var _0x2ef058=_0x843f;typeof exports==_0x2ef058(0x184)&&typeof module<'u'?module['exports']=_0x43e345():typeof define==_0x2ef058(0x17d)&&define[_0x2ef058(0x147)]?define([],_0x43e345):(_0x381b14=typeof globalThis<'u'?globalThis:_0x381b14||self,_0x381b14['UniverProSheetsSparklineUiItIT']=_0x43e345());}(this,function(){var _0xed77cd=_0x843f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xed77cd(0x150)},'title':_0xed77cd(0x163),'remove':_0xed77cd(0x157),'edit':'Modifica\x20Sparkline','panel':{'title':'Impostazioni\x20Sparkline','basic':_0xed77cd(0x180),'advanced':_0xed77cd(0x14e),'sourceAndPosition':_0xed77cd(0x170),'type':'Tipo','line':_0xed77cd(0x17c),'bar':_0xed77cd(0x148),'pie':_0xed77cd(0x15a),'profitAndLoss':'P/N','theme':'Tema','standard':_0xed77cd(0x17f),'custom':_0xed77cd(0x14b),'specialty':_0xed77cd(0x166),'distinctive':_0xed77cd(0x165),'soft':_0xed77cd(0x160),'fresh':_0xed77cd(0x151),'adjustStyle':_0xed77cd(0x171),'sparklineColor':_0xed77cd(0x15d),'lineWidth':_0xed77cd(0x155),'gradient':_0xed77cd(0x164),'radius':_0xed77cd(0x16e),'marker':_0xed77cd(0x173),'highPoint':'Punto\x20massimo','lowPoint':_0xed77cd(0x14c),'firstPoint':_0xed77cd(0x154),'lastPoint':'Ultimo\x20punto','negativePoint':_0xed77cd(0x14f),'markersPoint':_0xed77cd(0x15e),'manager':_0xed77cd(0x168),'removeItem':'Rimuovi\x20elemento','removeGroup':'Rimuovi\x20gruppo','composeManager':_0xed77cd(0x175),'compose':_0xed77cd(0x169),'unCompose':'Separa','horizontal':_0xed77cd(0x16b),'showZeroAxis':'Mostra\x20asse\x20zero','axisColor':'Colore\x20asse','reverse':_0xed77cd(0x182),'vertical':_0xed77cd(0x15f),'min':_0xed77cd(0x149),'itemMin':'Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','groupMin':_0xed77cd(0x176),'customMin':_0xed77cd(0x183),'max':_0xed77cd(0x16f),'itemMax':_0xed77cd(0x172),'groupMax':_0xed77cd(0x14a),'customMax':_0xed77cd(0x183),'moreSetting':_0xed77cd(0x174),'showHidden':_0xed77cd(0x159),'showEmptyAs':_0xed77cd(0x162),'showNonNumAs':_0xed77cd(0x181),'spacing':_0xed77cd(0x146),'zeroValue':'Valore\x20zero','connectWithLine':_0xed77cd(0x152),'default':_0xed77cd(0x14d)},'selector':{'title':'Modifica\x20Sparkline','changeType':'Cambia\x20tipo','sparkline':_0xed77cd(0x163),'sparklineGroup':_0xed77cd(0x17b),'setSource':'Seleziona\x20intervallo\x20dati','setTarget':_0xed77cd(0x153),'confirm':_0xed77cd(0x158),'cancel':_0xed77cd(0x156),'targetError':_0xed77cd(0x15b),'singleSourceError':_0xed77cd(0x16d),'multSourceError':_0xed77cd(0x167),'resetSourceError':_0xed77cd(0x179)}}};}));function _0x843f(_0x3c5e91,_0x57fcb6){_0x3c5e91=_0x3c5e91-0x146;var _0x3235d9=_0x3235();var _0x843fb1=_0x3235d9[_0x3c5e91];return _0x843fb1;}function _0x3235(){var _0x53cf8b=['5250888phOBiy','Colore\x20Sparkline','Indicatori','Asse\x20verticale','Morbido','1698936pTYEcd','Visualizza\x20celle\x20vuote\x20come','Sparkline','Riempimento\x20gradiente','Distintivo','Specialità','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Gestione','Raggruppa','2146872TmNzow','Asse\x20orizzontale','16nYjeGC','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Mostra\x20angoli\x20arrotondati','Valore\x20massimo','Intervallo\x20dati\x20e\x20posizione','Regola\x20stile','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Indicatore','Altre\x20impostazioni','Gestione\x20gruppo','Usa\x20valore\x20minimo\x20del\x20gruppo','28505RaODqx','259486vAFxdj','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','6203687mWZYqe','Gruppo\x20Sparkline','Linea','function','6503NWfVYd','Standard','Impostazioni\x20di\x20base','Visualizza\x20celle\x20non\x20numeriche\x20come','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Valore\x20personalizzato','object','Spaziatura','amd','Barra','Valore\x20minimo','Usa\x20valore\x20massimo\x20del\x20gruppo','Personalizzato','Punto\x20minimo','Predefinito','Impostazioni\x20avanzate','Punto\x20negativo','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Fresco','Connetti\x20punti\x20dati\x20con\x20una\x20linea','Seleziona\x20posizione','Primo\x20punto','Larghezza\x20linea','Annulla','Rimuovi\x20Sparkline','Conferma','Mostra\x20dati\x20nascosti','Torta','Intervallo\x20di\x20destinazione\x20non\x20valido'];_0x3235=function(){return _0x53cf8b;};return _0x3235();}
@@ -1 +1 @@
1
- function _0x5d2a(_0x1c0cb9,_0xbf7676){_0x1c0cb9=_0x1c0cb9-0x1ab;var _0x231384=_0x2313();var _0x5d2a4a=_0x231384[_0x1c0cb9];return _0x5d2a4a;}(function(_0x17d7b2,_0xd44250){var _0x12c613=_0x5d2a,_0x1a20a8=_0x17d7b2();while(!![]){try{var _0x234694=-parseInt(_0x12c613(0x1cb))/0x1+-parseInt(_0x12c613(0x1ae))/0x2*(-parseInt(_0x12c613(0x1ab))/0x3)+parseInt(_0x12c613(0x1c3))/0x4+parseInt(_0x12c613(0x1b8))/0x5+parseInt(_0x12c613(0x1b9))/0x6*(-parseInt(_0x12c613(0x1d4))/0x7)+-parseInt(_0x12c613(0x1b1))/0x8*(parseInt(_0x12c613(0x1df))/0x9)+parseInt(_0x12c613(0x1db))/0xa*(parseInt(_0x12c613(0x1d3))/0xb);if(_0x234694===_0xd44250)break;else _0x1a20a8['push'](_0x1a20a8['shift']());}catch(_0x321cff){_0x1a20a8['push'](_0x1a20a8['shift']());}}}(_0x2313,0xf19be),function(_0x5ca9e6,_0x5ddf70){var _0x41cacb=_0x5d2a;typeof exports==_0x41cacb(0x1ac)&&typeof module<'u'?module[_0x41cacb(0x1b3)]=_0x5ddf70():typeof define==_0x41cacb(0x1bb)&&define['amd']?define([],_0x5ddf70):(_0x5ca9e6=typeof globalThis<'u'?globalThis:_0x5ca9e6||self,_0x5ca9e6['UniverProSheetsSparklineUiJaJP']=_0x5ddf70());}(this,function(){var _0x1b8ecd=_0x5d2a;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x1b8ecd(0x1ad)},'title':'スパークライン','remove':'スパークラインの削除','edit':'スパークラインの編集','panel':{'title':'スパークラインの設定','basic':'基本設定','advanced':'詳細設定','sourceAndPosition':_0x1b8ecd(0x1ca),'type':'種類','line':_0x1b8ecd(0x1cf),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x1b8ecd(0x1bd),'standard':'標準','custom':_0x1b8ecd(0x1dd),'specialty':'特殊','distinctive':'特徴的','soft':_0x1b8ecd(0x1e3),'fresh':'フレッシュ','adjustStyle':_0x1b8ecd(0x1bf),'sparklineColor':_0x1b8ecd(0x1c4),'lineWidth':_0x1b8ecd(0x1d7),'gradient':_0x1b8ecd(0x1bc),'radius':_0x1b8ecd(0x1d1),'marker':_0x1b8ecd(0x1c2),'highPoint':'頂点','lowPoint':_0x1b8ecd(0x1dc),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0x1b8ecd(0x1b0),'markersPoint':'マーカー','manager':'マネージャー','removeItem':_0x1b8ecd(0x1c9),'removeGroup':'グループの削除','composeManager':'グループマネージャー','compose':_0x1b8ecd(0x1c5),'unCompose':_0x1b8ecd(0x1d6),'horizontal':'横軸','showZeroAxis':_0x1b8ecd(0x1b6),'axisColor':_0x1b8ecd(0x1c8),'reverse':_0x1b8ecd(0x1e2),'vertical':'縦軸','min':_0x1b8ecd(0x1af),'itemMin':_0x1b8ecd(0x1d2),'groupMin':_0x1b8ecd(0x1ce),'customMin':'ユーザー設定値','max':_0x1b8ecd(0x1d5),'itemMax':_0x1b8ecd(0x1ba),'groupMax':_0x1b8ecd(0x1b2),'customMax':_0x1b8ecd(0x1b5),'moreSetting':_0x1b8ecd(0x1d8),'showHidden':_0x1b8ecd(0x1e1),'showEmptyAs':_0x1b8ecd(0x1da),'showNonNumAs':_0x1b8ecd(0x1c1),'spacing':'間隔','zeroValue':_0x1b8ecd(0x1d9),'connectWithLine':'データポイントを線で結ぶ','default':'既定'},'selector':{'title':_0x1b8ecd(0x1de),'changeType':_0x1b8ecd(0x1c7),'sparkline':_0x1b8ecd(0x1b7),'sparklineGroup':_0x1b8ecd(0x1cd),'setSource':_0x1b8ecd(0x1b4),'setTarget':_0x1b8ecd(0x1be),'confirm':'確認','cancel':_0x1b8ecd(0x1cc),'targetError':_0x1b8ecd(0x1d0),'singleSourceError':_0x1b8ecd(0x1e0),'multSourceError':_0x1b8ecd(0x1c6),'resetSourceError':_0x1b8ecd(0x1c0)}}};}));function _0x2313(){var _0x5ca979=['キャンセル','スパークライングループ','グループの最小値を使用','折れ線','無効な配置範囲','角を丸くして表示','各スパークラインの最小値を使用','191587LyzHJo','7FZbJfm','最大値','グループ解除','線の太さ','詳細設定','ゼロ値','空白セルの表示方法','100IXHZCj','最低点','ユーザー設定','スパークラインの編集','9gPPKvT','単一スパークラインを編集する場合、複数選択はサポートされていません','非表示データを表示','右から左へデータを描画','ソフト','12KLzqyX','object','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','783538vVJwMu','最小値','負のポイント','2310064WmQtZv','グループの最大値を使用','exports','データ範囲の選択','ユーザー設定値','ゼロ軸を表示','スパークライン','3079585ubhwVz','3826404fVPvdr','各スパークラインの最大値を使用','function','グラデーション塗りつぶし','テーマ','配置の選択','スタイルの調整','単一配置の場合、複数行と複数列はサポートされていません','数値以外のセルの表示方法','マーカー','2813576BrLqIC','スパークラインの色','グループ化','複数領域の場合、複数行と複数列はサポートされていません','種類の変更','軸の色','アイテムの削除','データ範囲と配置','1144435FMVTCO'];_0x2313=function(){return _0x5ca979;};return _0x2313();}
1
+ function _0x480a(_0x50bb7d,_0xed518d){_0x50bb7d=_0x50bb7d-0xfa;var _0x223e40=_0x223e();var _0x480a0b=_0x223e40[_0x50bb7d];return _0x480a0b;}(function(_0x38f926,_0x1ae964){var _0x407725=_0x480a,_0x17142d=_0x38f926();while(!![]){try{var _0x37b6fb=-parseInt(_0x407725(0xff))/0x1+-parseInt(_0x407725(0x11c))/0x2*(-parseInt(_0x407725(0x122))/0x3)+parseInt(_0x407725(0x111))/0x4+parseInt(_0x407725(0x125))/0x5+-parseInt(_0x407725(0x12e))/0x6+parseInt(_0x407725(0x110))/0x7+parseInt(_0x407725(0x106))/0x8*(parseInt(_0x407725(0x12b))/0x9);if(_0x37b6fb===_0x1ae964)break;else _0x17142d['push'](_0x17142d['shift']());}catch(_0x176b57){_0x17142d['push'](_0x17142d['shift']());}}}(_0x223e,0x8737e),function(_0x15a619,_0x23d33e){var _0x265be3=_0x480a;typeof exports==_0x265be3(0xfd)&&typeof module<'u'?module[_0x265be3(0x118)]=_0x23d33e():typeof define=='function'&&define['amd']?define([],_0x23d33e):(_0x15a619=typeof globalThis<'u'?globalThis:_0x15a619||self,_0x15a619['UniverProSheetsSparklineUiJaJP']=_0x23d33e());}(this,function(){var _0xe4ab46=_0x480a;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xe4ab46(0x109)},'title':_0xe4ab46(0x10b),'remove':_0xe4ab46(0x116),'edit':_0xe4ab46(0x121),'panel':{'title':_0xe4ab46(0x128),'basic':_0xe4ab46(0x127),'advanced':'詳細設定','sourceAndPosition':_0xe4ab46(0x11d),'type':'種類','line':_0xe4ab46(0x10a),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0xe4ab46(0x12f),'standard':'標準','custom':_0xe4ab46(0x104),'specialty':'特殊','distinctive':'特徴的','soft':_0xe4ab46(0x129),'fresh':_0xe4ab46(0x10f),'adjustStyle':_0xe4ab46(0x108),'sparklineColor':_0xe4ab46(0x12a),'lineWidth':_0xe4ab46(0x101),'gradient':'グラデーション塗りつぶし','radius':_0xe4ab46(0xfc),'marker':_0xe4ab46(0x114),'highPoint':'頂点','lowPoint':_0xe4ab46(0xfa),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0xe4ab46(0x115),'markersPoint':'マーカー','manager':_0xe4ab46(0x123),'removeItem':'アイテムの削除','removeGroup':_0xe4ab46(0x11f),'composeManager':_0xe4ab46(0x103),'compose':_0xe4ab46(0xfb),'unCompose':_0xe4ab46(0x120),'horizontal':'横軸','showZeroAxis':'ゼロ軸を表示','axisColor':_0xe4ab46(0x12c),'reverse':'右から左へデータを描画','vertical':'縦軸','min':_0xe4ab46(0x11b),'itemMin':_0xe4ab46(0x117),'groupMin':_0xe4ab46(0x119),'customMin':_0xe4ab46(0x105),'max':_0xe4ab46(0x124),'itemMax':'各スパークラインの最大値を使用','groupMax':_0xe4ab46(0x113),'customMax':'ユーザー設定値','moreSetting':_0xe4ab46(0x11e),'showHidden':_0xe4ab46(0x126),'showEmptyAs':_0xe4ab46(0x11a),'showNonNumAs':_0xe4ab46(0x100),'spacing':'間隔','zeroValue':_0xe4ab46(0x130),'connectWithLine':'データポイントを線で結ぶ','default':'既定'},'selector':{'title':_0xe4ab46(0x121),'changeType':_0xe4ab46(0x102),'sparkline':_0xe4ab46(0x10b),'sparklineGroup':_0xe4ab46(0x10d),'setSource':_0xe4ab46(0x12d),'setTarget':_0xe4ab46(0xfe),'confirm':'確認','cancel':_0xe4ab46(0x107),'targetError':_0xe4ab46(0x112),'singleSourceError':_0xe4ab46(0x10c),'multSourceError':_0xe4ab46(0x10e),'resetSourceError':'単一配置の場合、複数行と複数列はサポートされていません'}}};}));function _0x223e(){var _0x23e8ea=['スパークラインの削除','各スパークラインの最小値を使用','exports','グループの最小値を使用','空白セルの表示方法','最小値','1304TGmYOE','データ範囲と配置','詳細設定','グループの削除','グループ解除','スパークラインの編集','3651ypZLdU','マネージャー','最大値','1985450dBnwRy','非表示データを表示','基本設定','スパークラインの設定','ソフト','スパークラインの色','594EMBmSY','軸の色','データ範囲の選択','4616112IUzMsw','テーマ','ゼロ値','最低点','グループ化','角を丸くして表示','object','配置の選択','589225QIfRHq','数値以外のセルの表示方法','線の太さ','種類の変更','グループマネージャー','ユーザー設定','ユーザー設定値','10168NSSDpD','キャンセル','スタイルの調整','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','折れ線','スパークライン','単一スパークラインを編集する場合、複数選択はサポートされていません','スパークライングループ','複数領域の場合、複数行と複数列はサポートされていません','フレッシュ','160916XdWALT','2459932HPpOPE','無効な配置範囲','グループの最大値を使用','マーカー','負のポイント'];_0x223e=function(){return _0x23e8ea;};return _0x223e();}
@@ -1 +1 @@
1
- function _0x4289(_0x1c0bc6,_0x465625){_0x1c0bc6=_0x1c0bc6-0x180;var _0x461f2e=_0x461f();var _0x428936=_0x461f2e[_0x1c0bc6];return _0x428936;}function _0x461f(){var _0x7fb777=['첫\x20점','축\x20표시','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','27161816FsfYzI','독특함','267074noTTwM','단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','그룹의\x20최소값\x20사용','위치\x20범위가\x20유효하지\x20않습니다','데이터\x20요소를\x20선으로\x20연결','위치\x20범위\x20선택','스파크라인','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','각\x20스파크라인의\x20최대값\x20사용','스파크라인\x20편집','선\x20두께','function','그룹\x20관리자','숫자가\x20아닌\x20셀\x20표시\x20형식','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','스타일\x20조정','UniverProSheetsSparklineUiKoKR','각\x20스파크라인의\x20최소값\x20사용','256689eDwkNw','12TxnTjS','최소값','5853288mIZKoI','높은\x20점','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','사용자\x20지정\x20값','그라데이션\x20채우기','관리자','기본\x20설정','세로\x20축','낮은\x20점','음수\x20점','amd','15gOCUJt','242165xZDIga','220CMKHMb','0\x20값','2364724aIaGZp','마지막\x20점','176uHXiSm','기본값','빈\x20셀\x20표시\x20형식','고급\x20설정','스파크라인\x20설정','그룹의\x20최대값\x20사용','그룹\x20해제','스파크라인\x20지우기','1114sDsTuT','스파크라인\x20색','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','축\x20색','5ikAbRj','exports','데이터\x20범위\x20및\x20위치','데이터\x20범위\x20선택'];_0x461f=function(){return _0x7fb777;};return _0x461f();}(function(_0x4b7e65,_0xc19ccd){var _0x22adbb=_0x4289,_0x23c001=_0x4b7e65();while(!![]){try{var _0x5499b3=-parseInt(_0x22adbb(0x1a3))/0x1+-parseInt(_0x22adbb(0x196))/0x2*(parseInt(_0x22adbb(0x188))/0x3)+-parseInt(_0x22adbb(0x18c))/0x4*(parseInt(_0x22adbb(0x19a))/0x5)+-parseInt(_0x22adbb(0x1b8))/0x6+-parseInt(_0x22adbb(0x189))/0x7*(parseInt(_0x22adbb(0x18e))/0x8)+-parseInt(_0x22adbb(0x1b5))/0x9*(-parseInt(_0x22adbb(0x18a))/0xa)+-parseInt(_0x22adbb(0x1a1))/0xb*(-parseInt(_0x22adbb(0x1b6))/0xc);if(_0x5499b3===_0xc19ccd)break;else _0x23c001['push'](_0x23c001['shift']());}catch(_0x4bbe35){_0x23c001['push'](_0x23c001['shift']());}}}(_0x461f,0x79d60),function(_0x3a7ba7,_0x38555c){var _0x5cecd1=_0x4289;typeof exports=='object'&&typeof module<'u'?module[_0x5cecd1(0x19b)]=_0x38555c():typeof define==_0x5cecd1(0x1ae)&&define[_0x5cecd1(0x187)]?define([],_0x38555c):(_0x3a7ba7=typeof globalThis<'u'?globalThis:_0x3a7ba7||self,_0x3a7ba7[_0x5cecd1(0x1b3)]=_0x38555c());}(this,function(){var _0x3ce3d4=_0x4289;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x3ce3d4(0x198)},'title':_0x3ce3d4(0x1a9),'remove':_0x3ce3d4(0x195),'edit':_0x3ce3d4(0x1ac),'panel':{'title':_0x3ce3d4(0x192),'basic':_0x3ce3d4(0x183),'advanced':_0x3ce3d4(0x191),'sourceAndPosition':_0x3ce3d4(0x19c),'type':'종류','line':'꺾은선형','bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':_0x3ce3d4(0x1a2),'soft':'부드러움','fresh':'신선함','adjustStyle':_0x3ce3d4(0x1b2),'sparklineColor':_0x3ce3d4(0x197),'lineWidth':_0x3ce3d4(0x1ad),'gradient':_0x3ce3d4(0x181),'radius':'모서리\x20둥글게','marker':'표식','highPoint':_0x3ce3d4(0x1b9),'lowPoint':_0x3ce3d4(0x185),'firstPoint':_0x3ce3d4(0x19e),'lastPoint':_0x3ce3d4(0x18d),'negativePoint':_0x3ce3d4(0x186),'markersPoint':'표식','manager':_0x3ce3d4(0x182),'removeItem':'항목\x20제거','removeGroup':'그룹\x20제거','composeManager':_0x3ce3d4(0x1af),'compose':'그룹','unCompose':_0x3ce3d4(0x194),'horizontal':'가로\x20축','showZeroAxis':_0x3ce3d4(0x19f),'axisColor':_0x3ce3d4(0x199),'reverse':_0x3ce3d4(0x1aa),'vertical':_0x3ce3d4(0x184),'min':_0x3ce3d4(0x1b7),'itemMin':_0x3ce3d4(0x1b4),'groupMin':_0x3ce3d4(0x1a5),'customMin':_0x3ce3d4(0x180),'max':'최대값','itemMax':_0x3ce3d4(0x1ab),'groupMax':_0x3ce3d4(0x193),'customMax':_0x3ce3d4(0x180),'moreSetting':'추가\x20설정','showHidden':_0x3ce3d4(0x1ba),'showEmptyAs':_0x3ce3d4(0x190),'showNonNumAs':_0x3ce3d4(0x1b0),'spacing':'간격','zeroValue':_0x3ce3d4(0x18b),'connectWithLine':_0x3ce3d4(0x1a7),'default':_0x3ce3d4(0x18f)},'selector':{'title':_0x3ce3d4(0x1ac),'changeType':'종류\x20변경','sparkline':_0x3ce3d4(0x1a9),'sparklineGroup':'스파크라인\x20그룹','setSource':_0x3ce3d4(0x19d),'setTarget':_0x3ce3d4(0x1a8),'confirm':'확인','cancel':'취소','targetError':_0x3ce3d4(0x1a6),'singleSourceError':_0x3ce3d4(0x1a4),'multSourceError':_0x3ce3d4(0x1b1),'resetSourceError':_0x3ce3d4(0x1a0)}}};}));
1
+ function _0x2798(_0x42ec09,_0x52c5a2){_0x42ec09=_0x42ec09-0x108;var _0xdc7e34=_0xdc7e();var _0x2798c1=_0xdc7e34[_0x42ec09];return _0x2798c1;}(function(_0x5a74b2,_0x413141){var _0x31b833=_0x2798,_0x387064=_0x5a74b2();while(!![]){try{var _0x26686f=-parseInt(_0x31b833(0x123))/0x1*(parseInt(_0x31b833(0x128))/0x2)+parseInt(_0x31b833(0x142))/0x3*(-parseInt(_0x31b833(0x125))/0x4)+parseInt(_0x31b833(0x12a))/0x5+parseInt(_0x31b833(0x133))/0x6*(parseInt(_0x31b833(0x115))/0x7)+-parseInt(_0x31b833(0x10f))/0x8+parseInt(_0x31b833(0x124))/0x9*(-parseInt(_0x31b833(0x113))/0xa)+parseInt(_0x31b833(0x11e))/0xb*(parseInt(_0x31b833(0x122))/0xc);if(_0x26686f===_0x413141)break;else _0x387064['push'](_0x387064['shift']());}catch(_0x52d9c2){_0x387064['push'](_0x387064['shift']());}}}(_0xdc7e,0x62941),function(_0x390b52,_0x530a7c){var _0x5b2ea8=_0x2798;typeof exports==_0x5b2ea8(0x119)&&typeof module<'u'?module[_0x5b2ea8(0x10d)]=_0x530a7c():typeof define==_0x5b2ea8(0x13a)&&define['amd']?define([],_0x530a7c):(_0x390b52=typeof globalThis<'u'?globalThis:_0x390b52||self,_0x390b52[_0x5b2ea8(0x13b)]=_0x530a7c());}(this,function(){var _0x90559a=_0x2798;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x90559a(0x13c)},'title':_0x90559a(0x135),'remove':_0x90559a(0x10e),'edit':'스파크라인\x20편집','panel':{'title':'스파크라인\x20설정','basic':'기본\x20설정','advanced':_0x90559a(0x129),'sourceAndPosition':_0x90559a(0x12c),'type':'종류','line':_0x90559a(0x10b),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':_0x90559a(0x120),'soft':_0x90559a(0x130),'fresh':_0x90559a(0x13f),'adjustStyle':'스타일\x20조정','sparklineColor':_0x90559a(0x121),'lineWidth':_0x90559a(0x110),'gradient':_0x90559a(0x141),'radius':'모서리\x20둥글게','marker':'표식','highPoint':_0x90559a(0x10c),'lowPoint':'낮은\x20점','firstPoint':_0x90559a(0x118),'lastPoint':_0x90559a(0x131),'negativePoint':_0x90559a(0x11f),'markersPoint':'표식','manager':_0x90559a(0x13d),'removeItem':_0x90559a(0x134),'removeGroup':_0x90559a(0x143),'composeManager':_0x90559a(0x116),'compose':'그룹','unCompose':_0x90559a(0x11b),'horizontal':_0x90559a(0x12d),'showZeroAxis':_0x90559a(0x111),'axisColor':'축\x20색','reverse':_0x90559a(0x11c),'vertical':_0x90559a(0x12b),'min':_0x90559a(0x11a),'itemMin':_0x90559a(0x117),'groupMin':'그룹의\x20최소값\x20사용','customMin':_0x90559a(0x139),'max':_0x90559a(0x114),'itemMax':_0x90559a(0x11d),'groupMax':_0x90559a(0x112),'customMax':_0x90559a(0x139),'moreSetting':_0x90559a(0x109),'showHidden':'숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','showEmptyAs':_0x90559a(0x108),'showNonNumAs':_0x90559a(0x137),'spacing':'간격','zeroValue':_0x90559a(0x127),'connectWithLine':_0x90559a(0x138),'default':'기본값'},'selector':{'title':_0x90559a(0x12e),'changeType':_0x90559a(0x132),'sparkline':_0x90559a(0x135),'sparklineGroup':_0x90559a(0x12f),'setSource':_0x90559a(0x13e),'setTarget':_0x90559a(0x10a),'confirm':'확인','cancel':'취소','targetError':_0x90559a(0x136),'singleSourceError':_0x90559a(0x140),'multSourceError':'다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','resetSourceError':_0x90559a(0x126)}}};}));function _0xdc7e(){var _0x7c46f2=['선\x20두께','축\x20표시','그룹의\x20최대값\x20사용','7720ooDXKo','최대값','236194pOfSfG','그룹\x20관리자','각\x20스파크라인의\x20최소값\x20사용','첫\x20점','object','최소값','그룹\x20해제','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','각\x20스파크라인의\x20최대값\x20사용','22dAdpMW','음수\x20점','독특함','스파크라인\x20색','2555508CDoBiW','1LVLcTA','3231qwKIDr','1069252GmuFyf','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','0\x20값','119918wQxBbV','고급\x20설정','3200840XRdxFl','세로\x20축','데이터\x20범위\x20및\x20위치','가로\x20축','스파크라인\x20편집','스파크라인\x20그룹','부드러움','마지막\x20점','종류\x20변경','132VbRBuf','항목\x20제거','스파크라인','위치\x20범위가\x20유효하지\x20않습니다','숫자가\x20아닌\x20셀\x20표시\x20형식','데이터\x20요소를\x20선으로\x20연결','사용자\x20지정\x20값','function','UniverProSheetsSparklineUiKoKR','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','관리자','데이터\x20범위\x20선택','신선함','단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','그라데이션\x20채우기','6cUIHap','그룹\x20제거','빈\x20셀\x20표시\x20형식','추가\x20설정','위치\x20범위\x20선택','꺾은선형','높은\x20점','exports','스파크라인\x20지우기','4263200Qzgmtj'];_0xdc7e=function(){return _0x7c46f2;};return _0xdc7e();}
@@ -1 +1 @@
1
- function _0xe1b4(){var _0x3cd984=['997276SfDuHO','6dKSkEY','Z/S','69779uiHXFB','Ustawienia\x20podstawowe','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','Anuluj','Znacznik','12FXrcuk','Wybierz\x20zakres\x20danych','Pierwszy\x20punkt','Motyw','Wartość\x20zerowa','Delikatny','Specjalny','Sparkline','Wartość\x20minimalna','Pokaż\x20oś\x20zerową','Usuń\x20element','Zmień\x20typ','object','Połącz\x20punkty\x20danych\x20linią','Grubość\x20linii','4iUEMpB','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Znaczniki','function','Pokaż\x20zaokrąglone\x20rogi','Standardowy','Odstęp','2847528yopfLq','Wykres\x20kołowy','Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','amd','Domyślny','Wypełnienie\x20gradientowe','Dostosuj\x20styl','Menedżer','Pokaż\x20ukryte\x20dane','Ustawienia\x20sparkline','6279180jUSLRF','Usuń\x20sparkline','Punkt\x20maksymalny','Edytuj\x20sparkline','1412305cJJHTI','Wyświetl\x20puste\x20komórki\x20jako','Oś\x20pozioma','548817WxXAnX','Kolor\x20osi','Wartość\x20niestandardowa','Słupek','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','1995507pUvkGx','Wyróżniający','Nieprawidłowy\x20zakres\x20docelowy','Niestandardowy','UniverProSheetsSparklineUiPlPL','Potwierdź','Oś\x20pionowa','Punkt\x20minimalny','Zakres\x20danych\x20i\x20pozycja','Grupa\x20sparkline','Typ','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Usuń\x20grupę','Świeży','Grupuj'];_0xe1b4=function(){return _0x3cd984;};return _0xe1b4();}function _0x478a(_0x2d00a2,_0x470192){_0x2d00a2=_0x2d00a2-0xe5;var _0xe1b424=_0xe1b4();var _0x478a71=_0xe1b424[_0x2d00a2];return _0x478a71;}(function(_0x2bfdfc,_0x55aeb0){var _0x1e5376=_0x478a,_0x16d80f=_0x2bfdfc();while(!![]){try{var _0x374292=-parseInt(_0x1e5376(0x125))/0x1*(parseInt(_0x1e5376(0x123))/0x2)+-parseInt(_0x1e5376(0x10e))/0x3+parseInt(_0x1e5376(0xf6))/0x4*(parseInt(_0x1e5376(0x10b))/0x5)+-parseInt(_0x1e5376(0xe7))/0x6*(-parseInt(_0x1e5376(0x122))/0x7)+-parseInt(_0x1e5376(0xfd))/0x8+-parseInt(_0x1e5376(0x113))/0x9+parseInt(_0x1e5376(0x107))/0xa;if(_0x374292===_0x55aeb0)break;else _0x16d80f['push'](_0x16d80f['shift']());}catch(_0x474a44){_0x16d80f['push'](_0x16d80f['shift']());}}}(_0xe1b4,0x3705f),function(_0x23e17b,_0x25dcf4){var _0x287f79=_0x478a;typeof exports==_0x287f79(0xf3)&&typeof module<'u'?module['exports']=_0x25dcf4():typeof define==_0x287f79(0xf9)&&define[_0x287f79(0x100)]?define([],_0x25dcf4):(_0x23e17b=typeof globalThis<'u'?globalThis:_0x23e17b||self,_0x23e17b[_0x287f79(0x117)]=_0x25dcf4());}(this,function(){var _0x1074a7=_0x478a;return{'sheets-sparkline-ui':{'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':'Sparkline','remove':_0x1074a7(0x108),'edit':_0x1074a7(0x10a),'panel':{'title':_0x1074a7(0x106),'basic':_0x1074a7(0x126),'advanced':'Ustawienia\x20zaawansowane','sourceAndPosition':_0x1074a7(0x11b),'type':_0x1074a7(0x11d),'line':'Linia','bar':_0x1074a7(0x111),'pie':_0x1074a7(0xfe),'profitAndLoss':_0x1074a7(0x124),'theme':_0x1074a7(0xea),'standard':_0x1074a7(0xfb),'custom':_0x1074a7(0x116),'specialty':_0x1074a7(0xed),'distinctive':_0x1074a7(0x114),'soft':_0x1074a7(0xec),'fresh':_0x1074a7(0x120),'adjustStyle':_0x1074a7(0x103),'sparklineColor':'Kolor\x20sparkline','lineWidth':_0x1074a7(0xf5),'gradient':_0x1074a7(0x102),'radius':_0x1074a7(0xfa),'marker':_0x1074a7(0xe6),'highPoint':_0x1074a7(0x109),'lowPoint':_0x1074a7(0x11a),'firstPoint':_0x1074a7(0xe9),'lastPoint':'Ostatni\x20punkt','negativePoint':'Punkt\x20ujemny','markersPoint':_0x1074a7(0xf8),'manager':_0x1074a7(0x104),'removeItem':_0x1074a7(0xf1),'removeGroup':_0x1074a7(0x11f),'composeManager':'Menedżer\x20grup','compose':_0x1074a7(0x121),'unCompose':'Rozgrupuj','horizontal':_0x1074a7(0x10d),'showZeroAxis':_0x1074a7(0xf0),'axisColor':_0x1074a7(0x10f),'reverse':_0x1074a7(0xff),'vertical':_0x1074a7(0x119),'min':_0x1074a7(0xef),'itemMin':_0x1074a7(0x128),'groupMin':'Użyj\x20wartości\x20minimalnej\x20grupy','customMin':_0x1074a7(0x110),'max':'Wartość\x20maksymalna','itemMax':_0x1074a7(0xf7),'groupMax':'Użyj\x20wartości\x20maksymalnej\x20grupy','customMax':'Wartość\x20niestandardowa','moreSetting':'Więcej\x20ustawień','showHidden':_0x1074a7(0x105),'showEmptyAs':_0x1074a7(0x10c),'showNonNumAs':_0x1074a7(0x11e),'spacing':_0x1074a7(0xfc),'zeroValue':_0x1074a7(0xeb),'connectWithLine':_0x1074a7(0xf4),'default':_0x1074a7(0x101)},'selector':{'title':_0x1074a7(0x10a),'changeType':_0x1074a7(0xf2),'sparkline':_0x1074a7(0xee),'sparklineGroup':_0x1074a7(0x11c),'setSource':_0x1074a7(0xe8),'setTarget':'Wybierz\x20położenie','confirm':_0x1074a7(0x118),'cancel':_0x1074a7(0xe5),'targetError':_0x1074a7(0x115),'singleSourceError':_0x1074a7(0x127),'multSourceError':_0x1074a7(0x112),'resetSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia'}}};}));
1
+ function _0x2ece(_0x2537bb,_0xc32a0b){_0x2537bb=_0x2537bb-0x8d;var _0x351627=_0x3516();var _0x2ecee4=_0x351627[_0x2537bb];return _0x2ecee4;}function _0x3516(){var _0x71eaaa=['Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','Więcej\x20ustawień','Wybierz\x20zakres\x20danych','4753805PQTzEZ','Znacznik','Wyróżniający','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','310376mWCszk','function','Pokaż\x20zaokrąglone\x20rogi','amd','Wypełnienie\x20gradientowe','6507700EPvmpC','Punkt\x20maksymalny','Grupuj','Wybierz\x20położenie','Potwierdź','5415078fNrzDF','Grubość\x20linii','Usuń\x20grupę','Zmień\x20typ','9PanKam','Zakres\x20danych\x20i\x20pozycja','Nieprawidłowy\x20zakres\x20docelowy','4439040gGXKfQ','Ostatni\x20punkt','Standardowy','Znaczniki','Ustawienia\x20podstawowe','Świeży','2dyHEhe','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','Sparkline','Słupek','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Pokaż\x20oś\x20zerową','415098IawYKk','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Menedżer','7wyjhIY','Dostosuj\x20styl','exports','Odstęp','Połącz\x20punkty\x20danych\x20linią','Usuń\x20element','Motyw','5657156SHwzqw','Grupa\x20sparkline','Domyślny','Użyj\x20wartości\x20minimalnej\x20grupy','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Wartość\x20maksymalna','Oś\x20pozioma','Z/S','Ustawienia\x20sparkline','Wykres\x20kołowy','Edytuj\x20sparkline','object','Rozgrupuj','Delikatny','Pokaż\x20ukryte\x20dane','Usuń\x20sparkline','Pierwszy\x20punkt','Wartość\x20niestandardowa','Wartość\x20minimalna','Kolor\x20osi'];_0x3516=function(){return _0x71eaaa;};return _0x3516();}(function(_0x59613f,_0x4203a7){var _0x4be70e=_0x2ece,_0x44a513=_0x59613f();while(!![]){try{var _0x42cbb7=-parseInt(_0x4be70e(0x8e))/0x1*(parseInt(_0x4be70e(0x95))/0x2)+-parseInt(_0x4be70e(0xcb))/0x3+parseInt(_0x4be70e(0x9f))/0x4+parseInt(_0x4be70e(0xb6))/0x5+-parseInt(_0x4be70e(0xc4))/0x6*(-parseInt(_0x4be70e(0x98))/0x7)+-parseInt(_0x4be70e(0xba))/0x8*(-parseInt(_0x4be70e(0xc8))/0x9)+-parseInt(_0x4be70e(0xbf))/0xa;if(_0x42cbb7===_0x4203a7)break;else _0x44a513['push'](_0x44a513['shift']());}catch(_0x140706){_0x44a513['push'](_0x44a513['shift']());}}}(_0x3516,0xb9bec),function(_0x18d2f3,_0x3b255d){var _0x14121c=_0x2ece;typeof exports==_0x14121c(0xaa)&&typeof module<'u'?module[_0x14121c(0x9a)]=_0x3b255d():typeof define==_0x14121c(0xbb)&&define[_0x14121c(0xbd)]?define([],_0x3b255d):(_0x18d2f3=typeof globalThis<'u'?globalThis:_0x18d2f3||self,_0x18d2f3['UniverProSheetsSparklineUiPlPL']=_0x3b255d());}(this,function(){var _0x125ad7=_0x2ece;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x125ad7(0x96)},'title':_0x125ad7(0x91),'remove':_0x125ad7(0xae),'edit':'Edytuj\x20sparkline','panel':{'title':_0x125ad7(0xa7),'basic':_0x125ad7(0xcf),'advanced':'Ustawienia\x20zaawansowane','sourceAndPosition':_0x125ad7(0xc9),'type':'Typ','line':'Linia','bar':_0x125ad7(0x92),'pie':_0x125ad7(0xa8),'profitAndLoss':_0x125ad7(0xa6),'theme':_0x125ad7(0x9e),'standard':_0x125ad7(0xcd),'custom':'Niestandardowy','specialty':'Specjalny','distinctive':_0x125ad7(0xb8),'soft':_0x125ad7(0xac),'fresh':_0x125ad7(0x8d),'adjustStyle':_0x125ad7(0x99),'sparklineColor':'Kolor\x20sparkline','lineWidth':_0x125ad7(0xc5),'gradient':_0x125ad7(0xbe),'radius':_0x125ad7(0xbc),'marker':_0x125ad7(0xb7),'highPoint':_0x125ad7(0xc0),'lowPoint':'Punkt\x20minimalny','firstPoint':_0x125ad7(0xaf),'lastPoint':_0x125ad7(0xcc),'negativePoint':'Punkt\x20ujemny','markersPoint':_0x125ad7(0xce),'manager':_0x125ad7(0x97),'removeItem':_0x125ad7(0x9d),'removeGroup':_0x125ad7(0xc6),'composeManager':'Menedżer\x20grup','compose':_0x125ad7(0xc1),'unCompose':_0x125ad7(0xab),'horizontal':_0x125ad7(0xa5),'showZeroAxis':_0x125ad7(0x94),'axisColor':_0x125ad7(0xb2),'reverse':_0x125ad7(0xb3),'vertical':'Oś\x20pionowa','min':_0x125ad7(0xb1),'itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x125ad7(0xa2),'customMin':'Wartość\x20niestandardowa','max':_0x125ad7(0xa4),'itemMax':_0x125ad7(0xa3),'groupMax':'Użyj\x20wartości\x20maksymalnej\x20grupy','customMax':_0x125ad7(0xb0),'moreSetting':_0x125ad7(0xb4),'showHidden':_0x125ad7(0xad),'showEmptyAs':'Wyświetl\x20puste\x20komórki\x20jako','showNonNumAs':_0x125ad7(0x8f),'spacing':_0x125ad7(0x9b),'zeroValue':'Wartość\x20zerowa','connectWithLine':_0x125ad7(0x9c),'default':_0x125ad7(0xa1)},'selector':{'title':_0x125ad7(0xa9),'changeType':_0x125ad7(0xc7),'sparkline':_0x125ad7(0x91),'sparklineGroup':_0x125ad7(0xa0),'setSource':_0x125ad7(0xb5),'setTarget':_0x125ad7(0xc2),'confirm':_0x125ad7(0xc3),'cancel':'Anuluj','targetError':_0x125ad7(0xca),'singleSourceError':_0x125ad7(0x93),'multSourceError':_0x125ad7(0x90),'resetSourceError':_0x125ad7(0xb9)}}};}));