@univerjs-pro/sheets-sparkline-ui 0.25.1 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 _0x3584(){const _0x19cec6=['النقطة\x20الأخيرة','527036LPzqBq','أدنى\x20نقطة','لون\x20المحور','تغيير\x20النوع','قيمة\x20مخصصة','المحور\x20الأفقي','نطاق\x20البيانات\x20والموضع','الإعدادات\x20المتقدمة','الإعدادات\x20الأساسية','1988216xUEgpf','القيمة\x20العليا','فك\x20التجميع','تحديد\x20نطاق\x20البيانات','النوع','إزالة\x20المجموعة','تعبئة\x20متدرجة','استخدام\x20الحد\x20الأدنى\x20للمجموعة','40tNVkyy','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','2SXyWDq','قيمة\x20صفر','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','إظهار\x20الزوايا\x20المستديرة','القيمة\x20الدنيا','1307178lBhFKQ','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','التباعد','1858580ADXeeD','عرض\x20الخط','ضبط\x20النمط','المدير','7eEtaXD','1661892WmQjhD','ر/خ','إزالة\x20خط\x20البيانات\x20المصغر','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','exports','إعدادات\x20خط\x20البيانات\x20المصغر','تحرير\x20خط\x20البيانات\x20المصغر','السمة','1455732CUUkFs','خط\x20بيانات\x20مصغر','دائري','علامة','نقطة\x20سالبة','المحور\x20العمودي','نطاق\x20الهدف\x20غير\x20صالح','منعش','التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','تجميع','إظهار\x20البيانات\x20المخفية','متخصص','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','1485224QCoEfN','تحديد\x20الموضع','أعلى\x20نقطة','المزيد\x20من\x20الإعدادات','إلغاء','إزالة\x20عنصر','ربط\x20نقاط\x20البيانات\x20بخط','تأكيد','علامات','ناعم','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'];_0x3584=function(){return _0x19cec6;};return _0x3584();}function _0x18dc(_0x46b7f6,_0x47336f){_0x46b7f6=_0x46b7f6-0x77;const _0x35844b=_0x3584();let _0x18dcf6=_0x35844b[_0x46b7f6];return _0x18dcf6;}const _0x43ed1d=_0x18dc;(function(_0x9178bb,_0x449c7b){const _0xfeac88=_0x18dc,_0xb1a36c=_0x9178bb();while(!![]){try{const _0x449248=parseInt(_0xfeac88(0xac))/0x1*(parseInt(_0xfeac88(0x7e))/0x2)+-parseInt(_0xfeac88(0x8b))/0x3+-parseInt(_0xfeac88(0xa0))/0x4+-parseInt(_0xfeac88(0x86))/0x5+parseInt(_0xfeac88(0x93))/0x6+-parseInt(_0xfeac88(0x8a))/0x7*(-parseInt(_0xfeac88(0xb5))/0x8)+parseInt(_0xfeac88(0x83))/0x9*(parseInt(_0xfeac88(0x7c))/0xa);if(_0x449248===_0x449c7b)break;else _0xb1a36c['push'](_0xb1a36c['shift']());}catch(_0x10b33b){_0xb1a36c['push'](_0xb1a36c['shift']());}}}(_0x3584,0x49c57));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x43ed1d(0xaa)},'title':'خط\x20البيانات\x20المصغر','remove':_0x43ed1d(0x8d),'edit':_0x43ed1d(0x91),'panel':{'title':_0x43ed1d(0x90),'basic':_0x43ed1d(0xb4),'advanced':_0x43ed1d(0xb3),'sourceAndPosition':_0x43ed1d(0xb2),'type':_0x43ed1d(0x78),'line':'خط','bar':'شريط','pie':_0x43ed1d(0x95),'profitAndLoss':_0x43ed1d(0x8c),'theme':_0x43ed1d(0x92),'standard':'قياسي','custom':'مخصص','specialty':_0x43ed1d(0x9e),'distinctive':'مميز','soft':_0x43ed1d(0xa9),'fresh':_0x43ed1d(0x9a),'adjustStyle':_0x43ed1d(0x88),'sparklineColor':'لون\x20خط\x20البيانات\x20المصغر','lineWidth':_0x43ed1d(0x87),'gradient':_0x43ed1d(0x7a),'radius':_0x43ed1d(0x81),'marker':_0x43ed1d(0x96),'highPoint':_0x43ed1d(0xa2),'lowPoint':_0x43ed1d(0xad),'firstPoint':'النقطة\x20الأولى','lastPoint':_0x43ed1d(0xab),'negativePoint':_0x43ed1d(0x97),'markersPoint':_0x43ed1d(0xa8),'manager':_0x43ed1d(0x89),'removeItem':_0x43ed1d(0xa5),'removeGroup':_0x43ed1d(0x79),'composeManager':'مدير\x20المجموعة','compose':_0x43ed1d(0x9c),'unCompose':_0x43ed1d(0xb7),'horizontal':_0x43ed1d(0xb1),'showZeroAxis':'إظهار\x20محور\x20الصفر','axisColor':_0x43ed1d(0xae),'reverse':_0x43ed1d(0x80),'vertical':_0x43ed1d(0x98),'min':_0x43ed1d(0x82),'itemMin':_0x43ed1d(0x84),'groupMin':_0x43ed1d(0x7b),'customMin':'قيمة\x20مخصصة','max':_0x43ed1d(0xb6),'itemMax':_0x43ed1d(0x8e),'groupMax':'استخدام\x20الحد\x20الأقصى\x20للمجموعة','customMax':_0x43ed1d(0xb0),'moreSetting':_0x43ed1d(0xa3),'showHidden':_0x43ed1d(0x9d),'showEmptyAs':'عرض\x20الخلايا\x20الفارغة\x20كـ','showNonNumAs':_0x43ed1d(0x7d),'spacing':_0x43ed1d(0x85),'zeroValue':_0x43ed1d(0x7f),'connectWithLine':_0x43ed1d(0xa6),'default':'افتراضي'},'selector':{'title':_0x43ed1d(0x91),'changeType':_0x43ed1d(0xaf),'sparkline':_0x43ed1d(0x94),'sparklineGroup':'مجموعة\x20خطوط\x20البيانات\x20المصغرة','setSource':_0x43ed1d(0x77),'setTarget':_0x43ed1d(0xa1),'confirm':_0x43ed1d(0xa7),'cancel':_0x43ed1d(0xa4),'targetError':_0x43ed1d(0x99),'singleSourceError':_0x43ed1d(0x9b),'multSourceError':'الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','resetSourceError':_0x43ed1d(0x9f)}}};module[_0x43ed1d(0x8f)]=e;
1
+ const _0x5d256f=_0x541f;function _0x541f(_0x1edb17,_0x33943d){_0x1edb17=_0x1edb17-0x1bf;const _0x272c64=_0x272c();let _0x541fdb=_0x272c64[_0x1edb17];return _0x541fdb;}function _0x272c(){const _0x358a48=['فك\x20التجميع','المدير','النقطة\x20الأولى','10HEhlHs','470903uwpHMw','خط\x20البيانات\x20المصغر','تحديد\x20نطاق\x20البيانات','المزيد\x20من\x20الإعدادات','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','نطاق\x20الهدف\x20غير\x20صالح','exports','افتراضي','تأكيد','المحور\x20الأفقي','تغيير\x20النوع','ضبط\x20النمط','إلغاء','6343164SqoNLy','القيمة\x20العليا','لون\x20المحور','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','النوع','المحور\x20العمودي','الإعدادات\x20الأساسية','إظهار\x20محور\x20الصفر','إزالة\x20عنصر','عرض\x20الخط','لون\x20خط\x20البيانات\x20المصغر','استخدام\x20الحد\x20الأدنى\x20للمجموعة','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','37047XWDTwM','نقطة\x20سالبة','31186917PVphIO','إظهار\x20الزوايا\x20المستديرة','قيمة\x20مخصصة','تحديد\x20الموضع','ر/خ','ربط\x20نقاط\x20البيانات\x20بخط','إعدادات\x20خط\x20البيانات\x20المصغر','7bRxzEP','مدير\x20المجموعة','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','منعش','تجميع','944400iZgZsa','القيمة\x20الدنيا','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','تعبئة\x20متدرجة','تحرير\x20خط\x20البيانات\x20المصغر','قياسي','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','إزالة\x20خط\x20البيانات\x20المصغر','مجموعة\x20خطوط\x20البيانات\x20المصغرة','أعلى\x20نقطة','3102055gcevUc','دائري','مخصص','خط\x20بيانات\x20مصغر','إظهار\x20البيانات\x20المخفية','3297688JUBgBx','نطاق\x20البيانات\x20والموضع','متخصص','الإعدادات\x20المتقدمة','إزالة\x20المجموعة','علامات','السمة','قيمة\x20صفر','252vHAkMF'];_0x272c=function(){return _0x358a48;};return _0x272c();}(function(_0xb5a7f7,_0x5162a0){const _0x3e5fbe=_0x541f,_0x1c8c5d=_0xb5a7f7();while(!![]){try{const _0x321f80=-parseInt(_0x3e5fbe(0x1d8))/0x1+parseInt(_0x3e5fbe(0x200))/0x2+-parseInt(_0x3e5fbe(0x1f2))/0x3*(parseInt(_0x3e5fbe(0x1d3))/0x4)+-parseInt(_0x3e5fbe(0x1c6))/0x5+-parseInt(_0x3e5fbe(0x1e5))/0x6+parseInt(_0x3e5fbe(0x1fb))/0x7*(-parseInt(_0x3e5fbe(0x1cb))/0x8)+parseInt(_0x3e5fbe(0x1f4))/0x9*(parseInt(_0x3e5fbe(0x1d7))/0xa);if(_0x321f80===_0x5162a0)break;else _0x1c8c5d['push'](_0x1c8c5d['shift']());}catch(_0x46424e){_0x1c8c5d['push'](_0x1c8c5d['shift']());}}}(_0x272c,0x922b3));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x5d256f(0x1c2)},'title':_0x5d256f(0x1d9),'remove':_0x5d256f(0x1c3),'edit':_0x5d256f(0x1c0),'panel':{'title':_0x5d256f(0x1fa),'basic':_0x5d256f(0x1eb),'advanced':_0x5d256f(0x1ce),'sourceAndPosition':_0x5d256f(0x1cc),'type':_0x5d256f(0x1e9),'line':'خط','bar':'شريط','pie':_0x5d256f(0x1c7),'profitAndLoss':_0x5d256f(0x1f8),'theme':_0x5d256f(0x1d1),'standard':_0x5d256f(0x1c1),'custom':_0x5d256f(0x1c8),'specialty':_0x5d256f(0x1cd),'distinctive':'مميز','soft':'ناعم','fresh':_0x5d256f(0x1fe),'adjustStyle':_0x5d256f(0x1e3),'sparklineColor':_0x5d256f(0x1ef),'lineWidth':_0x5d256f(0x1ee),'gradient':_0x5d256f(0x1bf),'radius':_0x5d256f(0x1f5),'marker':'علامة','highPoint':_0x5d256f(0x1c5),'lowPoint':'أدنى\x20نقطة','firstPoint':_0x5d256f(0x1d6),'lastPoint':'النقطة\x20الأخيرة','negativePoint':_0x5d256f(0x1f3),'markersPoint':_0x5d256f(0x1d0),'manager':_0x5d256f(0x1d5),'removeItem':_0x5d256f(0x1ed),'removeGroup':_0x5d256f(0x1cf),'composeManager':_0x5d256f(0x1fc),'compose':_0x5d256f(0x1ff),'unCompose':_0x5d256f(0x1d4),'horizontal':_0x5d256f(0x1e1),'showZeroAxis':_0x5d256f(0x1ec),'axisColor':_0x5d256f(0x1e7),'reverse':_0x5d256f(0x1dc),'vertical':_0x5d256f(0x1ea),'min':_0x5d256f(0x201),'itemMin':'استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','groupMin':_0x5d256f(0x1f0),'customMin':'قيمة\x20مخصصة','max':_0x5d256f(0x1e6),'itemMax':_0x5d256f(0x1e8),'groupMax':'استخدام\x20الحد\x20الأقصى\x20للمجموعة','customMax':_0x5d256f(0x1f6),'moreSetting':_0x5d256f(0x1db),'showHidden':_0x5d256f(0x1ca),'showEmptyAs':'عرض\x20الخلايا\x20الفارغة\x20كـ','showNonNumAs':_0x5d256f(0x1fd),'spacing':'التباعد','zeroValue':_0x5d256f(0x1d2),'connectWithLine':_0x5d256f(0x1f9),'default':_0x5d256f(0x1df)},'selector':{'title':_0x5d256f(0x1c0),'changeType':_0x5d256f(0x1e2),'sparkline':_0x5d256f(0x1c9),'sparklineGroup':_0x5d256f(0x1c4),'setSource':_0x5d256f(0x1da),'setTarget':_0x5d256f(0x1f7),'confirm':_0x5d256f(0x1e0),'cancel':_0x5d256f(0x1e4),'targetError':_0x5d256f(0x1dd),'singleSourceError':'التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','multSourceError':_0x5d256f(0x1f1),'resetSourceError':_0x5d256f(0x202)}}};module[_0x5d256f(0x1de)]=e;
@@ -1 +1 @@
1
- const _0xba2508=_0x4035;(function(_0x47523b,_0x2d1096){const _0x9f84a8=_0x4035,_0x334f51=_0x47523b();while(!![]){try{const _0x5c4651=-parseInt(_0x9f84a8(0x180))/0x1*(-parseInt(_0x9f84a8(0x178))/0x2)+parseInt(_0x9f84a8(0x1b3))/0x3*(-parseInt(_0x9f84a8(0x187))/0x4)+parseInt(_0x9f84a8(0x183))/0x5*(parseInt(_0x9f84a8(0x1aa))/0x6)+-parseInt(_0x9f84a8(0x1b1))/0x7+parseInt(_0x9f84a8(0x17e))/0x8+-parseInt(_0x9f84a8(0x19f))/0x9*(-parseInt(_0x9f84a8(0x1a1))/0xa)+-parseInt(_0x9f84a8(0x185))/0xb*(parseInt(_0x9f84a8(0x1a0))/0xc);if(_0x5c4651===_0x2d1096)break;else _0x334f51['push'](_0x334f51['shift']());}catch(_0x47605f){_0x334f51['push'](_0x334f51['shift']());}}}(_0x3ccf,0xdedc6));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0xba2508(0x197)},'title':_0xba2508(0x19c),'remove':_0xba2508(0x1b5),'edit':_0xba2508(0x18f),'panel':{'title':_0xba2508(0x18c),'basic':'Configuració\x20bàsica','advanced':_0xba2508(0x1a8),'sourceAndPosition':_0xba2508(0x1a4),'type':_0xba2508(0x19a),'line':_0xba2508(0x18a),'bar':'Barra','pie':_0xba2508(0x198),'profitAndLoss':_0xba2508(0x1b2),'theme':_0xba2508(0x1af),'standard':_0xba2508(0x196),'custom':_0xba2508(0x17c),'specialty':_0xba2508(0x182),'distinctive':_0xba2508(0x1a3),'soft':_0xba2508(0x1ad),'fresh':_0xba2508(0x199),'adjustStyle':_0xba2508(0x1a7),'sparklineColor':_0xba2508(0x1ae),'lineWidth':_0xba2508(0x1a2),'gradient':_0xba2508(0x1b4),'radius':_0xba2508(0x188),'marker':_0xba2508(0x1ac),'highPoint':'Punt\x20alt','lowPoint':'Punt\x20baix','firstPoint':_0xba2508(0x1a9),'lastPoint':'Últim\x20punt','negativePoint':_0xba2508(0x192),'markersPoint':'Marcadors','manager':'Gestor','removeItem':_0xba2508(0x181),'removeGroup':'Eliminar\x20grup','composeManager':_0xba2508(0x179),'compose':_0xba2508(0x193),'unCompose':_0xba2508(0x19e),'horizontal':_0xba2508(0x17b),'showZeroAxis':'Mostrar\x20eix\x20zero','axisColor':'Color\x20de\x20l\x27eix','reverse':'Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','vertical':_0xba2508(0x18b),'min':'Valor\x20mínim','itemMin':_0xba2508(0x194),'groupMin':_0xba2508(0x18d),'customMin':'Valor\x20personalitzat','max':'Valor\x20màxim','itemMax':_0xba2508(0x19d),'groupMax':'Usar\x20el\x20valor\x20màxim\x20del\x20grup','customMax':_0xba2508(0x191),'moreSetting':_0xba2508(0x1a5),'showHidden':_0xba2508(0x184),'showEmptyAs':'Mostrar\x20cel·les\x20buides\x20com','showNonNumAs':'Mostrar\x20cel·les\x20no\x20numèriques\x20com','spacing':_0xba2508(0x18e),'zeroValue':_0xba2508(0x1a6),'connectWithLine':'Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','default':_0xba2508(0x189)},'selector':{'title':_0xba2508(0x18f),'changeType':_0xba2508(0x17f),'sparkline':'Minigràfic','sparklineGroup':_0xba2508(0x186),'setSource':'Seleccionar\x20interval\x20de\x20dades','setTarget':_0xba2508(0x17a),'confirm':_0xba2508(0x195),'cancel':'Cancel·lar','targetError':_0xba2508(0x1b0),'singleSourceError':_0xba2508(0x17d),'multSourceError':_0xba2508(0x19b),'resetSourceError':_0xba2508(0x1ab)}}};function _0x4035(_0x6ef406,_0x56d390){_0x6ef406=_0x6ef406-0x178;const _0x3ccf3a=_0x3ccf();let _0x40354c=_0x3ccf3a[_0x6ef406];return _0x40354c;}module[_0xba2508(0x190)]=e;function _0x3ccf(){const _0x3f9327=['exports','Valor\x20personalitzat','Punt\x20negatiu','Agrupar','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Confirmar','Estàndard','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Pastilla','Fresc','Tipus','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Minigràfic','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','Desagrupar','142875jdcOWp','12PKvcFd','430TsqGiF','Amplada\x20de\x20línia','Distintiu','Interval\x20de\x20dades\x20i\x20posició','Més\x20configuracions','Valor\x20zero','Ajustar\x20estil','Configuració\x20avançada','Primer\x20punt','624WUrCJa','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació','Marcador','Suau','Color\x20del\x20minigràfic','Tema','Interval\x20de\x20destí\x20no\x20vàlid','4684631MJQmwU','G/P','147rlCNSm','Emplenament\x20degradat','Eliminar\x20minigràfic','73298SrLkLP','Gestor\x20de\x20grup','Seleccionar\x20ubicació','Eix\x20horitzontal','Personalitzat','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','7471080GbjcyA','Canviar\x20tipus','12VNWjot','Eliminar\x20element','Especial','54785uOcpnI','Mostrar\x20dades\x20amagades','668778NyDyLj','Grup\x20de\x20minigràfics','126772jlCrJY','Mostrar\x20cantonades\x20arrodonides','Per\x20defecte','Línia','Eix\x20vertical','Configuració\x20del\x20minigràfic','Usar\x20el\x20valor\x20mínim\x20del\x20grup','Espaiat','Editar\x20minigràfic'];_0x3ccf=function(){return _0x3f9327;};return _0x3ccf();}
1
+ const _0x548cb3=_0x4d7f;(function(_0x5fed07,_0x46a159){const _0x30a533=_0x4d7f,_0x3722b9=_0x5fed07();while(!![]){try{const _0x48c11c=parseInt(_0x30a533(0x1ca))/0x1*(-parseInt(_0x30a533(0x1ab))/0x2)+parseInt(_0x30a533(0x1bf))/0x3+-parseInt(_0x30a533(0x1c3))/0x4*(-parseInt(_0x30a533(0x1dc))/0x5)+parseInt(_0x30a533(0x1da))/0x6*(parseInt(_0x30a533(0x1ae))/0x7)+parseInt(_0x30a533(0x1aa))/0x8+parseInt(_0x30a533(0x1cf))/0x9*(-parseInt(_0x30a533(0x1c5))/0xa)+parseInt(_0x30a533(0x1c9))/0xb;if(_0x48c11c===_0x46a159)break;else _0x3722b9['push'](_0x3722b9['shift']());}catch(_0x55811b){_0x3722b9['push'](_0x3722b9['shift']());}}}(_0x5bba,0x1b9ff));function _0x4d7f(_0x1bfb6f,_0x5af5b4){_0x1bfb6f=_0x1bfb6f-0x1a1;const _0x5bba50=_0x5bba();let _0x4d7ff4=_0x5bba50[_0x1bfb6f];return _0x4d7ff4;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x548cb3(0x1db)},'title':_0x548cb3(0x1c6),'remove':_0x548cb3(0x1a7),'edit':_0x548cb3(0x1a2),'panel':{'title':_0x548cb3(0x1b7),'basic':'Configuració\x20bàsica','advanced':_0x548cb3(0x1d3),'sourceAndPosition':'Interval\x20de\x20dades\x20i\x20posició','type':_0x548cb3(0x1b1),'line':_0x548cb3(0x1a3),'bar':_0x548cb3(0x1ad),'pie':_0x548cb3(0x1d4),'profitAndLoss':'G/P','theme':_0x548cb3(0x1c7),'standard':_0x548cb3(0x1d0),'custom':_0x548cb3(0x1d7),'specialty':_0x548cb3(0x1d2),'distinctive':_0x548cb3(0x1be),'soft':_0x548cb3(0x1ce),'fresh':_0x548cb3(0x1cc),'adjustStyle':'Ajustar\x20estil','sparklineColor':_0x548cb3(0x1bb),'lineWidth':_0x548cb3(0x1a5),'gradient':'Emplenament\x20degradat','radius':_0x548cb3(0x1b8),'marker':_0x548cb3(0x1b0),'highPoint':'Punt\x20alt','lowPoint':_0x548cb3(0x1ba),'firstPoint':_0x548cb3(0x1a6),'lastPoint':_0x548cb3(0x1a4),'negativePoint':'Punt\x20negatiu','markersPoint':_0x548cb3(0x1b2),'manager':_0x548cb3(0x1af),'removeItem':'Eliminar\x20element','removeGroup':'Eliminar\x20grup','composeManager':'Gestor\x20de\x20grup','compose':_0x548cb3(0x1a8),'unCompose':_0x548cb3(0x1d6),'horizontal':'Eix\x20horitzontal','showZeroAxis':'Mostrar\x20eix\x20zero','axisColor':'Color\x20de\x20l\x27eix','reverse':_0x548cb3(0x1cd),'vertical':_0x548cb3(0x1b9),'min':_0x548cb3(0x1b4),'itemMin':_0x548cb3(0x1a9),'groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x548cb3(0x1d5),'max':_0x548cb3(0x1c1),'itemMax':'Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','groupMax':'Usar\x20el\x20valor\x20màxim\x20del\x20grup','customMax':'Valor\x20personalitzat','moreSetting':_0x548cb3(0x1b3),'showHidden':_0x548cb3(0x1a1),'showEmptyAs':_0x548cb3(0x1bc),'showNonNumAs':_0x548cb3(0x1c0),'spacing':'Espaiat','zeroValue':_0x548cb3(0x1b6),'connectWithLine':_0x548cb3(0x1d1),'default':_0x548cb3(0x1cb)},'selector':{'title':'Editar\x20minigràfic','changeType':_0x548cb3(0x1d8),'sparkline':'Minigràfic','sparklineGroup':'Grup\x20de\x20minigràfics','setSource':_0x548cb3(0x1c4),'setTarget':_0x548cb3(0x1b5),'confirm':_0x548cb3(0x1bd),'cancel':'Cancel·lar','targetError':_0x548cb3(0x1c8),'singleSourceError':_0x548cb3(0x1c2),'multSourceError':_0x548cb3(0x1ac),'resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};function _0x5bba(){const _0x14ba84=['Fresc','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','Suau','439434MaFYmd','Estàndard','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Especial','Configuració\x20avançada','Pastilla','Valor\x20personalitzat','Desagrupar','Personalitzat','Canviar\x20tipus','exports','12dcWJoI','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','10tbiEAJ','Mostrar\x20dades\x20amagades','Editar\x20minigràfic','Línia','Últim\x20punt','Amplada\x20de\x20línia','Primer\x20punt','Eliminar\x20minigràfic','Agrupar','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','702624NwvopE','38wnvzDX','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Barra','283171TIgGoV','Gestor','Marcador','Tipus','Marcadors','Més\x20configuracions','Valor\x20mínim','Seleccionar\x20ubicació','Valor\x20zero','Configuració\x20del\x20minigràfic','Mostrar\x20cantonades\x20arrodonides','Eix\x20vertical','Punt\x20baix','Color\x20del\x20minigràfic','Mostrar\x20cel·les\x20buides\x20com','Confirmar','Distintiu','114771AvJUos','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Valor\x20màxim','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','191508KMBtdk','Seleccionar\x20interval\x20de\x20dades','20vbjfyK','Minigràfic','Tema','Interval\x20de\x20destí\x20no\x20vàlid','1302895eFVafL','11073fBSYVM','Per\x20defecte'];_0x5bba=function(){return _0x14ba84;};return _0x5bba();}module[_0x548cb3(0x1d9)]=e;
@@ -1 +1 @@
1
- function _0x14e2(){const _0x375857=['Balken','Frisch','Farbverlauffüllung','Nullwert','Sparkline','Design','Sparkline\x20entfernen','Spezial','199185bTgJup','Negativer\x20Punkt','Ungültiger\x20Zielbereich','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Sparkline-Farbe','Ausgeprägt','Horizontale\x20Achse','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','Benutzerdefinierter\x20Wert','Platzierung\x20auswählen','Vertikale\x20Achse','Erster\x20Punkt','Markierungen','1052932qOgwCV','Kreis','Weitere\x20Einstellungen','Gruppe\x20entfernen','Ausgeblendete\x20Daten\x20anzeigen','Gruppierung\x20aufheben','Letzter\x20Punkt','5013755MTyXdd','8ugOfAo','Mindestwert','Typ','Sparkline-Gruppe','Abgerundete\x20Ecken\x20anzeigen','Gruppenmaximalwert\x20verwenden','Linienbreite','Datenbereich\x20und\x20Position','Datenbereich\x20auswählen','Sparkline\x20bearbeiten','6883163hVYGmD','Abbrechen','42465564VRQJhl','G/V','6SbiJKn','Standard','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','Achsenfarbe','Typ\x20ändern','Bestätigen','2069672zOUwUJ','Gruppieren','exports','Linie','472076NWPDXl','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Benutzerdefiniert','Sparkline-Einstellungen','Element\x20entfernen','Manager','Erweiterte\x20Einstellungen','Leere\x20Zellen\x20anzeigen\x20als','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Minimalwert\x20jeder\x20Sparkline\x20verwenden'];_0x14e2=function(){return _0x375857;};return _0x14e2();}const _0xfd813a=_0x3acf;(function(_0x14ebbd,_0x22e5e2){const _0x205659=_0x3acf,_0x45edee=_0x14ebbd();while(!![]){try{const _0x20bf44=-parseInt(_0x205659(0x100))/0x1+-parseInt(_0x205659(0xdc))/0x2+parseInt(_0x205659(0xf2))/0x3+-parseInt(_0x205659(0xe0))/0x4+parseInt(_0x205659(0x107))/0x5*(-parseInt(_0x205659(0xd6))/0x6)+-parseInt(_0x205659(0x112))/0x7+-parseInt(_0x205659(0x108))/0x8*(-parseInt(_0x205659(0x114))/0x9);if(_0x20bf44===_0x22e5e2)break;else _0x45edee['push'](_0x45edee['shift']());}catch(_0x35866e){_0x45edee['push'](_0x45edee['shift']());}}}(_0x14e2,0x90c30));function _0x3acf(_0x3a58e7,_0x18db6e){_0x3a58e7=_0x3a58e7-0xd5;const _0x14e2ee=_0x14e2();let _0x3acfd1=_0x14e2ee[_0x3a58e7];return _0x3acfd1;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0xfd813a(0xe8)},'title':_0xfd813a(0xee),'remove':_0xfd813a(0xf0),'edit':_0xfd813a(0x111),'panel':{'title':_0xfd813a(0xe3),'basic':'Grundeinstellungen','advanced':_0xfd813a(0xe6),'sourceAndPosition':_0xfd813a(0x10f),'type':_0xfd813a(0x10a),'line':_0xfd813a(0xdf),'bar':_0xfd813a(0xea),'pie':_0xfd813a(0x101),'profitAndLoss':_0xfd813a(0xd5),'theme':_0xfd813a(0xef),'standard':_0xfd813a(0xd7),'custom':_0xfd813a(0xe2),'specialty':_0xfd813a(0xf1),'distinctive':_0xfd813a(0xf7),'soft':'Weich','fresh':_0xfd813a(0xeb),'adjustStyle':'Stil\x20anpassen','sparklineColor':_0xfd813a(0xf6),'lineWidth':_0xfd813a(0x10e),'gradient':_0xfd813a(0xec),'radius':_0xfd813a(0x10c),'marker':'Markierung','highPoint':'Höchster\x20Punkt','lowPoint':'Niedrigster\x20Punkt','firstPoint':_0xfd813a(0xfe),'lastPoint':_0xfd813a(0x106),'negativePoint':_0xfd813a(0xf3),'markersPoint':_0xfd813a(0xff),'manager':_0xfd813a(0xe5),'removeItem':_0xfd813a(0xe4),'removeGroup':_0xfd813a(0x103),'composeManager':'Gruppenmanager','compose':_0xfd813a(0xdd),'unCompose':_0xfd813a(0x105),'horizontal':_0xfd813a(0xf8),'showZeroAxis':'Nullachse\x20anzeigen','axisColor':_0xfd813a(0xd9),'reverse':_0xfd813a(0xfa),'vertical':_0xfd813a(0xfd),'min':_0xfd813a(0x109),'itemMin':_0xfd813a(0xe9),'groupMin':'Gruppenminimalwert\x20verwenden','customMin':_0xfd813a(0xfb),'max':'Maximalwert','itemMax':'Maximalwert\x20jeder\x20Sparkline\x20verwenden','groupMax':_0xfd813a(0x10d),'customMax':_0xfd813a(0xfb),'moreSetting':_0xfd813a(0x102),'showHidden':_0xfd813a(0x104),'showEmptyAs':_0xfd813a(0xe7),'showNonNumAs':_0xfd813a(0xf9),'spacing':'Abstand','zeroValue':_0xfd813a(0xed),'connectWithLine':_0xfd813a(0xf5),'default':_0xfd813a(0xd7)},'selector':{'title':'Sparkline\x20bearbeiten','changeType':_0xfd813a(0xda),'sparkline':_0xfd813a(0xee),'sparklineGroup':_0xfd813a(0x10b),'setSource':_0xfd813a(0x110),'setTarget':_0xfd813a(0xfc),'confirm':_0xfd813a(0xdb),'cancel':_0xfd813a(0x113),'targetError':_0xfd813a(0xf4),'singleSourceError':_0xfd813a(0xd8),'multSourceError':'Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','resetSourceError':_0xfd813a(0xe1)}}};module[_0xfd813a(0xde)]=e;
1
+ const _0x2d648f=_0x5f3d;(function(_0x9c4d74,_0x5e662a){const _0x166728=_0x5f3d,_0x2f0946=_0x9c4d74();while(!![]){try{const _0x17569f=parseInt(_0x166728(0xb6))/0x1+-parseInt(_0x166728(0xb1))/0x2*(parseInt(_0x166728(0x94))/0x3)+-parseInt(_0x166728(0xa2))/0x4*(-parseInt(_0x166728(0x86))/0x5)+-parseInt(_0x166728(0xb5))/0x6+parseInt(_0x166728(0x84))/0x7+parseInt(_0x166728(0xa5))/0x8+-parseInt(_0x166728(0xbf))/0x9;if(_0x17569f===_0x5e662a)break;else _0x2f0946['push'](_0x2f0946['shift']());}catch(_0x12ca1b){_0x2f0946['push'](_0x2f0946['shift']());}}}(_0x4ebf,0x4a1a5));function _0x5f3d(_0x53113f,_0x2365da){_0x53113f=_0x53113f-0x7d;const _0x4ebfba=_0x4ebf();let _0x5f3d36=_0x4ebfba[_0x53113f];return _0x5f3d36;}const e={'sheets-sparkline-ui':{'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x2d648f(0xa6),'remove':_0x2d648f(0xb2),'edit':_0x2d648f(0xb0),'panel':{'title':_0x2d648f(0x8b),'basic':_0x2d648f(0xb4),'advanced':_0x2d648f(0x9a),'sourceAndPosition':'Datenbereich\x20und\x20Position','type':_0x2d648f(0xab),'line':_0x2d648f(0x7e),'bar':_0x2d648f(0x97),'pie':_0x2d648f(0x8e),'profitAndLoss':_0x2d648f(0x8a),'theme':_0x2d648f(0xa3),'standard':'Standard','custom':_0x2d648f(0x98),'specialty':_0x2d648f(0xbd),'distinctive':_0x2d648f(0x8f),'soft':_0x2d648f(0xb3),'fresh':_0x2d648f(0x95),'adjustStyle':_0x2d648f(0xa1),'sparklineColor':'Sparkline-Farbe','lineWidth':_0x2d648f(0xb8),'gradient':'Farbverlauffüllung','radius':_0x2d648f(0x9d),'marker':_0x2d648f(0x81),'highPoint':_0x2d648f(0x96),'lowPoint':_0x2d648f(0x92),'firstPoint':'Erster\x20Punkt','lastPoint':_0x2d648f(0xac),'negativePoint':'Negativer\x20Punkt','markersPoint':_0x2d648f(0x87),'manager':_0x2d648f(0x7d),'removeItem':_0x2d648f(0x9b),'removeGroup':_0x2d648f(0xad),'composeManager':_0x2d648f(0x88),'compose':_0x2d648f(0x85),'unCompose':_0x2d648f(0xae),'horizontal':_0x2d648f(0xaf),'showZeroAxis':_0x2d648f(0xb7),'axisColor':_0x2d648f(0xa9),'reverse':_0x2d648f(0x8c),'vertical':_0x2d648f(0xaa),'min':_0x2d648f(0xbc),'itemMin':_0x2d648f(0x82),'groupMin':_0x2d648f(0xb9),'customMin':_0x2d648f(0xbb),'max':_0x2d648f(0x7f),'itemMax':_0x2d648f(0x9e),'groupMax':'Gruppenmaximalwert\x20verwenden','customMax':'Benutzerdefinierter\x20Wert','moreSetting':_0x2d648f(0x83),'showHidden':_0x2d648f(0xa7),'showEmptyAs':_0x2d648f(0x9f),'showNonNumAs':_0x2d648f(0xa4),'spacing':_0x2d648f(0xa0),'zeroValue':_0x2d648f(0x9c),'connectWithLine':'Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','default':_0x2d648f(0xbe)},'selector':{'title':'Sparkline\x20bearbeiten','changeType':_0x2d648f(0x93),'sparkline':'Sparkline','sparklineGroup':_0x2d648f(0xba),'setSource':_0x2d648f(0x89),'setTarget':_0x2d648f(0x90),'confirm':_0x2d648f(0x80),'cancel':_0x2d648f(0x91),'targetError':'Ungültiger\x20Zielbereich','singleSourceError':'Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','multSourceError':_0x2d648f(0xa8),'resetSourceError':_0x2d648f(0x99)}}};function _0x4ebf(){const _0x1b1d12=['Horizontale\x20Achse','Sparkline\x20bearbeiten','47630SiXHlT','Sparkline\x20entfernen','Weich','Grundeinstellungen','2529948vBcxiR','104639yCxbls','Nullachse\x20anzeigen','Linienbreite','Gruppenminimalwert\x20verwenden','Sparkline-Gruppe','Benutzerdefinierter\x20Wert','Mindestwert','Spezial','Standard','1293543CMlreF','Manager','Linie','Maximalwert','Bestätigen','Markierung','Minimalwert\x20jeder\x20Sparkline\x20verwenden','Weitere\x20Einstellungen','3448718VGZoPv','Gruppieren','5RGFvkI','Markierungen','Gruppenmanager','Datenbereich\x20auswählen','G/V','Sparkline-Einstellungen','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','exports','Kreis','Ausgeprägt','Platzierung\x20auswählen','Abbrechen','Niedrigster\x20Punkt','Typ\x20ändern','27jyCXkF','Frisch','Höchster\x20Punkt','Balken','Benutzerdefiniert','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Erweiterte\x20Einstellungen','Element\x20entfernen','Nullwert','Abgerundete\x20Ecken\x20anzeigen','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Leere\x20Zellen\x20anzeigen\x20als','Abstand','Stil\x20anpassen','372792IGHisU','Design','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','3141872EKTsQN','Sparkline','Ausgeblendete\x20Daten\x20anzeigen','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Achsenfarbe','Vertikale\x20Achse','Typ','Letzter\x20Punkt','Gruppe\x20entfernen','Gruppierung\x20aufheben'];_0x4ebf=function(){return _0x1b1d12;};return _0x4ebf();}module[_0x2d648f(0x8d)]=e;
@@ -1 +1 @@
1
- function _0x7286(_0x51e0af,_0x4ecdf9){_0x51e0af=_0x51e0af-0x195;const _0x56dfa9=_0x56df();let _0x7286fe=_0x56dfa9[_0x51e0af];return _0x7286fe;}const _0x56dcd5=_0x7286;(function(_0x102310,_0x162ec1){const _0x504044=_0x7286,_0x1a7664=_0x102310();while(!![]){try{const _0x28def4=parseInt(_0x504044(0x19f))/0x1*(parseInt(_0x504044(0x1c1))/0x2)+-parseInt(_0x504044(0x1d2))/0x3*(parseInt(_0x504044(0x1a4))/0x4)+-parseInt(_0x504044(0x1c0))/0x5*(-parseInt(_0x504044(0x1a2))/0x6)+parseInt(_0x504044(0x1b0))/0x7*(-parseInt(_0x504044(0x19c))/0x8)+-parseInt(_0x504044(0x1b9))/0x9*(-parseInt(_0x504044(0x1d3))/0xa)+-parseInt(_0x504044(0x1ca))/0xb+parseInt(_0x504044(0x1b6))/0xc;if(_0x28def4===_0x162ec1)break;else _0x1a7664['push'](_0x1a7664['shift']());}catch(_0x2bd992){_0x1a7664['push'](_0x1a7664['shift']());}}}(_0x56df,0xdb6e1));function _0x56df(){const _0x4a1159=['Custom','4oRwAya','Show\x20Hidden\x20Data','Remove\x20Group','Confirm','Last\x20Point','Default','Edit\x20Sparkline','Axis\x20Color','Custom\x20Value','Select\x20Data\x20Range','Maximum\x20Value','Sparkline\x20Color','7SQqAjq','Horizontal\x20Axis','Group','Sparkline','Standard','Advanced\x20Settings','3119988PYrujQ','More\x20Settings','High\x20Point','5944527fMZNZv','Draw\x20Data\x20from\x20Right\x20to\x20Left','Specialty','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Show\x20Rounded\x20Corners','Markers','Invalid\x20target\x20range','5IrjYzm','15448uCXhJo','Remove\x20Item','Fresh','Select\x20Placement','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Negative\x20Point','Minimum\x20Value','Spacing','Marker','12902450ewwDMN','Type','First\x20Point','Distinctive','Remove\x20Sparkline','Display\x20Non-Numeric\x20Cells\x20As','Gradient\x20Fill','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','348951ncJFbo','10qTYYoV','Sparkline\x20Group','Group\x20Manager','Manager','Low\x20Point','Display\x20Empty\x20Cells\x20As','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Data\x20Range\x20and\x20Position','Basic\x20Settings','10611064QfOkfa','Change\x20Type','Line\x20Width','193NrZRSK','Pie','Ungroup','6619206tGQeKu'];_0x56df=function(){return _0x4a1159;};return _0x56df();}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x56dcd5(0x1bc)},'title':_0x56dcd5(0x1b3),'remove':_0x56dcd5(0x1ce),'edit':_0x56dcd5(0x1aa),'panel':{'title':'Sparkline\x20Settings','basic':_0x56dcd5(0x19b),'advanced':_0x56dcd5(0x1b5),'sourceAndPosition':_0x56dcd5(0x19a),'type':_0x56dcd5(0x1cb),'line':'Line','bar':'Bar','pie':_0x56dcd5(0x1a0),'profitAndLoss':'W/L','theme':'Theme','standard':_0x56dcd5(0x1b4),'custom':_0x56dcd5(0x1a3),'specialty':_0x56dcd5(0x1bb),'distinctive':_0x56dcd5(0x1cd),'soft':'Soft','fresh':_0x56dcd5(0x1c3),'adjustStyle':'Adjust\x20Style','sparklineColor':_0x56dcd5(0x1af),'lineWidth':_0x56dcd5(0x19e),'gradient':_0x56dcd5(0x1d0),'radius':_0x56dcd5(0x1bd),'marker':_0x56dcd5(0x1c9),'highPoint':_0x56dcd5(0x1b8),'lowPoint':_0x56dcd5(0x197),'firstPoint':_0x56dcd5(0x1cc),'lastPoint':_0x56dcd5(0x1a8),'negativePoint':_0x56dcd5(0x1c6),'markersPoint':_0x56dcd5(0x1be),'manager':_0x56dcd5(0x196),'removeItem':_0x56dcd5(0x1c2),'removeGroup':_0x56dcd5(0x1a6),'composeManager':_0x56dcd5(0x195),'compose':_0x56dcd5(0x1b2),'unCompose':_0x56dcd5(0x1a1),'horizontal':_0x56dcd5(0x1b1),'showZeroAxis':'Show\x20Zero\x20Axis','axisColor':_0x56dcd5(0x1ab),'reverse':_0x56dcd5(0x1ba),'vertical':'Vertical\x20Axis','min':_0x56dcd5(0x1c7),'itemMin':_0x56dcd5(0x1c5),'groupMin':'Use\x20Group\x20Minimum\x20Value','customMin':_0x56dcd5(0x1ac),'max':_0x56dcd5(0x1ae),'itemMax':_0x56dcd5(0x199),'groupMax':'Use\x20Group\x20Maximum\x20Value','customMax':'Custom\x20Value','moreSetting':_0x56dcd5(0x1b7),'showHidden':_0x56dcd5(0x1a5),'showEmptyAs':_0x56dcd5(0x198),'showNonNumAs':_0x56dcd5(0x1cf),'spacing':_0x56dcd5(0x1c8),'zeroValue':'Zero\x20Value','connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':_0x56dcd5(0x1a9)},'selector':{'title':'Edit\x20Sparkline','changeType':_0x56dcd5(0x19d),'sparkline':_0x56dcd5(0x1b3),'sparklineGroup':_0x56dcd5(0x1d4),'setSource':_0x56dcd5(0x1ad),'setTarget':_0x56dcd5(0x1c4),'confirm':_0x56dcd5(0x1a7),'cancel':'Cancel','targetError':_0x56dcd5(0x1bf),'singleSourceError':'Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','multSourceError':'Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','resetSourceError':_0x56dcd5(0x1d1)}}};module['exports']=e;
1
+ const _0x5a0da2=_0x206e;function _0x206e(_0x2a8ef5,_0xc10d56){_0x2a8ef5=_0x2a8ef5-0xff;const _0x2441de=_0x2441();let _0x206e5b=_0x2441de[_0x2a8ef5];return _0x206e5b;}(function(_0x23f530,_0x56e575){const _0x46b47d=_0x206e,_0x50f2e2=_0x23f530();while(!![]){try{const _0x5469bb=-parseInt(_0x46b47d(0x145))/0x1+parseInt(_0x46b47d(0xff))/0x2*(-parseInt(_0x46b47d(0x10b))/0x3)+parseInt(_0x46b47d(0x11e))/0x4*(-parseInt(_0x46b47d(0x10d))/0x5)+parseInt(_0x46b47d(0x125))/0x6*(-parseInt(_0x46b47d(0x138))/0x7)+parseInt(_0x46b47d(0x12d))/0x8+-parseInt(_0x46b47d(0x107))/0x9*(-parseInt(_0x46b47d(0x112))/0xa)+-parseInt(_0x46b47d(0x143))/0xb*(-parseInt(_0x46b47d(0x13a))/0xc);if(_0x5469bb===_0x56e575)break;else _0x50f2e2['push'](_0x50f2e2['shift']());}catch(_0x49a02e){_0x50f2e2['push'](_0x50f2e2['shift']());}}}(_0x2441,0xb5a03));function _0x2441(){const _0x59d2da=['Display\x20Non-Numeric\x20Cells\x20As','107625agcJjN','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Custom\x20Value','Cancel','Horizontal\x20Axis','22530QxXUVX','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Basic\x20Settings','W/L','Show\x20Zero\x20Axis','Axis\x20Color','Display\x20Empty\x20Cells\x20As','Gradient\x20Fill','Line\x20Width','Advanced\x20Settings','Vertical\x20Axis','Minimum\x20Value','4EfXYKg','Remove\x20Item','First\x20Point','exports','Last\x20Point','Zero\x20Value','Invalid\x20target\x20range','888PbpMXY','Show\x20Rounded\x20Corners','Ungroup','Pie','Sparkline','Group','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','Data\x20Range\x20and\x20Position','9421696eeFVoi','Negative\x20Point','Type','Markers','Sparkline\x20Group','High\x20Point','Edit\x20Sparkline','Use\x20Group\x20Maximum\x20Value','Remove\x20Group','Standard','Select\x20Data\x20Range','42308YSXqxR','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','50916XbSHzY','Soft','Line','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','Manager','Draw\x20Data\x20from\x20Right\x20to\x20Left','Maximum\x20Value','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','Select\x20Placement','6369oTDetj','Theme','544638pLjfUl','382fGjKxZ','Fresh','More\x20Settings','Bar','Change\x20Type','Adjust\x20Style','Low\x20Point','Sparkline\x20Color','81suekcf','Use\x20Group\x20Minimum\x20Value','Sparkline\x20Settings','Default','22776tTYaRq'];_0x2441=function(){return _0x59d2da;};return _0x2441();}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x5a0da2(0x139)},'title':_0x5a0da2(0x129),'remove':'Remove\x20Sparkline','edit':_0x5a0da2(0x133),'panel':{'title':_0x5a0da2(0x109),'basic':_0x5a0da2(0x114),'advanced':_0x5a0da2(0x11b),'sourceAndPosition':_0x5a0da2(0x12c),'type':_0x5a0da2(0x12f),'line':_0x5a0da2(0x13c),'bar':_0x5a0da2(0x102),'pie':_0x5a0da2(0x128),'profitAndLoss':_0x5a0da2(0x115),'theme':_0x5a0da2(0x144),'standard':_0x5a0da2(0x136),'custom':'Custom','specialty':'Specialty','distinctive':'Distinctive','soft':_0x5a0da2(0x13b),'fresh':_0x5a0da2(0x100),'adjustStyle':_0x5a0da2(0x104),'sparklineColor':_0x5a0da2(0x106),'lineWidth':_0x5a0da2(0x11a),'gradient':_0x5a0da2(0x119),'radius':_0x5a0da2(0x126),'marker':'Marker','highPoint':_0x5a0da2(0x132),'lowPoint':_0x5a0da2(0x105),'firstPoint':_0x5a0da2(0x120),'lastPoint':_0x5a0da2(0x122),'negativePoint':_0x5a0da2(0x12e),'markersPoint':_0x5a0da2(0x130),'manager':_0x5a0da2(0x13e),'removeItem':_0x5a0da2(0x11f),'removeGroup':_0x5a0da2(0x135),'composeManager':'Group\x20Manager','compose':_0x5a0da2(0x12a),'unCompose':_0x5a0da2(0x127),'horizontal':_0x5a0da2(0x111),'showZeroAxis':_0x5a0da2(0x116),'axisColor':_0x5a0da2(0x117),'reverse':_0x5a0da2(0x13f),'vertical':_0x5a0da2(0x11c),'min':_0x5a0da2(0x11d),'itemMin':_0x5a0da2(0x113),'groupMin':_0x5a0da2(0x108),'customMin':'Custom\x20Value','max':_0x5a0da2(0x140),'itemMax':_0x5a0da2(0x10e),'groupMax':_0x5a0da2(0x134),'customMax':_0x5a0da2(0x10f),'moreSetting':_0x5a0da2(0x101),'showHidden':'Show\x20Hidden\x20Data','showEmptyAs':_0x5a0da2(0x118),'showNonNumAs':_0x5a0da2(0x10c),'spacing':'Spacing','zeroValue':_0x5a0da2(0x123),'connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':_0x5a0da2(0x10a)},'selector':{'title':_0x5a0da2(0x133),'changeType':_0x5a0da2(0x103),'sparkline':_0x5a0da2(0x129),'sparklineGroup':_0x5a0da2(0x131),'setSource':_0x5a0da2(0x137),'setTarget':_0x5a0da2(0x142),'confirm':'Confirm','cancel':_0x5a0da2(0x110),'targetError':_0x5a0da2(0x124),'singleSourceError':_0x5a0da2(0x141),'multSourceError':_0x5a0da2(0x12b),'resetSourceError':_0x5a0da2(0x13d)}}};module[_0x5a0da2(0x121)]=e;
@@ -1 +1 @@
1
- const _0x1d9fcc=_0x1456;function _0x436e(){const _0x4b17a6=['Configuración\x20avanzada','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','663330AKOBCE','Rango\x20de\x20datos\x20y\x20posición','1639050xisAZM','Último\x20punto','Cambiar\x20tipo','Eliminar\x20minigráfico','Ancho\x20de\x20línea','Seleccionar\x20rango\x20de\x20datos','7XJbatz','Punto\x20alto','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Editar\x20minigráfico','G/P','Eje\x20vertical','10469040WNETdV','Valor\x20mínimo','Distintivo','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','28qJrXzy','Seleccionar\x20ubicación','1MUuCao','Tipo','Más\x20configuraciones','Valor\x20personalizado','Mostrar\x20celdas\x20vacías\x20como','Punto\x20negativo','Configuración\x20básica','Marcadores','Color\x20del\x20eje','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Mostrar\x20celdas\x20no\x20numéricas\x20como','Eliminar\x20elemento','Desagrupar','876560OhZnWl','Fresco','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','Relleno\x20degradado','Rango\x20de\x20destino\x20no\x20válido','153YwOJbA','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Valor\x20cero','Grupo\x20de\x20minigráficos','Color\x20de\x20minigráfico','Administrador\x20de\x20grupo','Estándar','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Eje\x20horizontal','Marcador','Eliminar\x20grupo','Confirmar','Barra','Agrupar','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','735120SoiVli','Mostrar\x20datos\x20ocultos','662686tBvPUy','Administrador','Línea','15233306lhcXOe','Configuración\x20de\x20minigráfico','Punto\x20bajo','Ajustar\x20estilo','exports','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Suave'];_0x436e=function(){return _0x4b17a6;};return _0x436e();}(function(_0x548fca,_0x2b6885){const _0x12706a=_0x1456,_0x312042=_0x548fca();while(!![]){try{const _0x4f369f=-parseInt(_0x12706a(0x122))/0x1*(-parseInt(_0x12706a(0x102))/0x2)+parseInt(_0x12706a(0x110))/0x3+parseInt(_0x12706a(0x120))/0x4*(parseInt(_0x12706a(0x12f))/0x5)+-parseInt(_0x12706a(0x10e))/0x6*(parseInt(_0x12706a(0x116))/0x7)+parseInt(_0x12706a(0x11c))/0x8+parseInt(_0x12706a(0xf1))/0x9*(-parseInt(_0x12706a(0x100))/0xa)+-parseInt(_0x12706a(0x105))/0xb;if(_0x4f369f===_0x2b6885)break;else _0x312042['push'](_0x312042['shift']());}catch(_0x444687){_0x312042['push'](_0x312042['shift']());}}}(_0x436e,0xa32f2));function _0x1456(_0x5f5ace,_0x4c063d){_0x5f5ace=_0x5f5ace-0xee;const _0x436ee2=_0x436e();let _0x14568c=_0x436ee2[_0x5f5ace];return _0x14568c;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x1d9fcc(0x12b)},'title':'Minigráfico','remove':_0x1d9fcc(0x113),'edit':'Editar\x20minigráfico','panel':{'title':_0x1d9fcc(0x106),'basic':_0x1d9fcc(0x128),'advanced':_0x1d9fcc(0x10c),'sourceAndPosition':_0x1d9fcc(0x10f),'type':_0x1d9fcc(0x123),'line':_0x1d9fcc(0x104),'bar':_0x1d9fcc(0xfd),'pie':'Pastilla','profitAndLoss':_0x1d9fcc(0x11a),'theme':'Tema','standard':_0x1d9fcc(0xf7),'custom':'Personalizado','specialty':'Especial','distinctive':_0x1d9fcc(0x11e),'soft':_0x1d9fcc(0x10b),'fresh':_0x1d9fcc(0x130),'adjustStyle':_0x1d9fcc(0x108),'sparklineColor':_0x1d9fcc(0xf5),'lineWidth':_0x1d9fcc(0x114),'gradient':_0x1d9fcc(0xef),'radius':'Mostrar\x20esquinas\x20redondeadas','marker':_0x1d9fcc(0xfa),'highPoint':_0x1d9fcc(0x117),'lowPoint':_0x1d9fcc(0x107),'firstPoint':'Primer\x20punto','lastPoint':_0x1d9fcc(0x111),'negativePoint':_0x1d9fcc(0x127),'markersPoint':_0x1d9fcc(0x129),'manager':_0x1d9fcc(0x103),'removeItem':_0x1d9fcc(0x12d),'removeGroup':_0x1d9fcc(0xfb),'composeManager':_0x1d9fcc(0xf6),'compose':_0x1d9fcc(0xfe),'unCompose':_0x1d9fcc(0x12e),'horizontal':_0x1d9fcc(0xf9),'showZeroAxis':'Mostrar\x20eje\x20cero','axisColor':_0x1d9fcc(0x12a),'reverse':_0x1d9fcc(0xf8),'vertical':_0x1d9fcc(0x11b),'min':_0x1d9fcc(0x11d),'itemMin':_0x1d9fcc(0x11f),'groupMin':'Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','customMin':'Valor\x20personalizado','max':'Valor\x20máximo','itemMax':_0x1d9fcc(0xff),'groupMax':_0x1d9fcc(0x10a),'customMax':_0x1d9fcc(0x125),'moreSetting':_0x1d9fcc(0x124),'showHidden':_0x1d9fcc(0x101),'showEmptyAs':_0x1d9fcc(0x126),'showNonNumAs':_0x1d9fcc(0x12c),'spacing':'Espaciado','zeroValue':_0x1d9fcc(0xf3),'connectWithLine':_0x1d9fcc(0x118),'default':'Predeterminado'},'selector':{'title':_0x1d9fcc(0x119),'changeType':_0x1d9fcc(0x112),'sparkline':'Minigráfico','sparklineGroup':_0x1d9fcc(0xf4),'setSource':_0x1d9fcc(0x115),'setTarget':_0x1d9fcc(0x121),'confirm':_0x1d9fcc(0xfc),'cancel':'Cancelar','targetError':_0x1d9fcc(0xf0),'singleSourceError':_0x1d9fcc(0xf2),'multSourceError':_0x1d9fcc(0xee),'resetSourceError':_0x1d9fcc(0x10d)}}};module[_0x1d9fcc(0x109)]=e;
1
+ function _0x2ab5(_0x2641c1,_0x1aabe1){_0x2641c1=_0x2641c1-0x1de;const _0x1233ad=_0x1233();let _0x2ab554=_0x1233ad[_0x2641c1];return _0x2ab554;}const _0x364282=_0x2ab5;(function(_0xc6e7cd,_0x4e2983){const _0x27a0c1=_0x2ab5,_0x1283d8=_0xc6e7cd();while(!![]){try{const _0x3c3f42=-parseInt(_0x27a0c1(0x21b))/0x1*(-parseInt(_0x27a0c1(0x1e6))/0x2)+-parseInt(_0x27a0c1(0x1e2))/0x3+parseInt(_0x27a0c1(0x20d))/0x4+parseInt(_0x27a0c1(0x20a))/0x5+-parseInt(_0x27a0c1(0x1ee))/0x6+-parseInt(_0x27a0c1(0x20f))/0x7*(-parseInt(_0x27a0c1(0x1f0))/0x8)+-parseInt(_0x27a0c1(0x1f2))/0x9;if(_0x3c3f42===_0x4e2983)break;else _0x1283d8['push'](_0x1283d8['shift']());}catch(_0x22e077){_0x1283d8['push'](_0x1283d8['shift']());}}}(_0x1233,0x5b63b));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x364282(0x213)},'title':_0x364282(0x1e1),'remove':_0x364282(0x200),'edit':_0x364282(0x219),'panel':{'title':_0x364282(0x1e8),'basic':_0x364282(0x1ed),'advanced':_0x364282(0x214),'sourceAndPosition':'Rango\x20de\x20datos\x20y\x20posición','type':'Tipo','line':'Línea','bar':_0x364282(0x1fd),'pie':_0x364282(0x20e),'profitAndLoss':_0x364282(0x21c),'theme':_0x364282(0x217),'standard':_0x364282(0x203),'custom':_0x364282(0x1f4),'specialty':_0x364282(0x212),'distinctive':_0x364282(0x1df),'soft':'Suave','fresh':'Fresco','adjustStyle':_0x364282(0x1e9),'sparklineColor':'Color\x20de\x20minigráfico','lineWidth':_0x364282(0x210),'gradient':_0x364282(0x208),'radius':_0x364282(0x1e7),'marker':_0x364282(0x205),'highPoint':_0x364282(0x211),'lowPoint':_0x364282(0x1ff),'firstPoint':_0x364282(0x20b),'lastPoint':_0x364282(0x207),'negativePoint':'Punto\x20negativo','markersPoint':_0x364282(0x21a),'manager':_0x364282(0x1e3),'removeItem':'Eliminar\x20elemento','removeGroup':_0x364282(0x1f8),'composeManager':_0x364282(0x1ef),'compose':'Agrupar','unCompose':'Desagrupar','horizontal':_0x364282(0x1e5),'showZeroAxis':_0x364282(0x1fc),'axisColor':_0x364282(0x1fa),'reverse':_0x364282(0x202),'vertical':'Eje\x20vertical','min':_0x364282(0x1f1),'itemMin':_0x364282(0x1ea),'groupMin':_0x364282(0x218),'customMin':_0x364282(0x216),'max':_0x364282(0x1fb),'itemMax':_0x364282(0x215),'groupMax':_0x364282(0x209),'customMax':_0x364282(0x216),'moreSetting':'Más\x20configuraciones','showHidden':_0x364282(0x1f5),'showEmptyAs':_0x364282(0x204),'showNonNumAs':_0x364282(0x1f7),'spacing':_0x364282(0x1de),'zeroValue':_0x364282(0x20c),'connectWithLine':'Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','default':_0x364282(0x1eb)},'selector':{'title':_0x364282(0x219),'changeType':'Cambiar\x20tipo','sparkline':_0x364282(0x1e1),'sparklineGroup':_0x364282(0x206),'setSource':_0x364282(0x1ec),'setTarget':_0x364282(0x201),'confirm':_0x364282(0x1f3),'cancel':'Cancelar','targetError':_0x364282(0x1e0),'singleSourceError':_0x364282(0x1fe),'multSourceError':_0x364282(0x1e4),'resetSourceError':_0x364282(0x1f9)}}};function _0x1233(){const _0x4a6a9c=['Distintivo','Rango\x20de\x20destino\x20no\x20válido','Minigráfico','747273cXvjua','Administrador','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','Eje\x20horizontal','2ilgWcd','Mostrar\x20esquinas\x20redondeadas','Configuración\x20de\x20minigráfico','Ajustar\x20estilo','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Predeterminado','Seleccionar\x20rango\x20de\x20datos','Configuración\x20básica','296952ztUcow','Administrador\x20de\x20grupo','184rgXtmy','Valor\x20mínimo','13381686uSUlUX','Confirmar','Personalizado','Mostrar\x20datos\x20ocultos','exports','Mostrar\x20celdas\x20no\x20numéricas\x20como','Eliminar\x20grupo','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','Color\x20del\x20eje','Valor\x20máximo','Mostrar\x20eje\x20cero','Barra','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Punto\x20bajo','Eliminar\x20minigráfico','Seleccionar\x20ubicación','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Estándar','Mostrar\x20celdas\x20vacías\x20como','Marcador','Grupo\x20de\x20minigráficos','Último\x20punto','Relleno\x20degradado','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','1745960SFBzhG','Primer\x20punto','Valor\x20cero','2859756PxYoey','Pastilla','198961lILKEP','Ancho\x20de\x20línea','Punto\x20alto','Especial','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Configuración\x20avanzada','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','Valor\x20personalizado','Tema','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Editar\x20minigráfico','Marcadores','441908fPiNHc','G/P','Espaciado'];_0x1233=function(){return _0x4a6a9c;};return _0x1233();}module[_0x364282(0x1f6)]=e;
@@ -1 +1 @@
1
- const _0x5b3425=_0x33e1;(function(_0x575e11,_0x4d7aaa){const _0x2d7fde=_0x33e1,_0x51458d=_0x575e11();while(!![]){try{const _0x54bdf2=-parseInt(_0x2d7fde(0x1af))/0x1+parseInt(_0x2d7fde(0x1a0))/0x2+parseInt(_0x2d7fde(0x1b2))/0x3+-parseInt(_0x2d7fde(0x1a8))/0x4+-parseInt(_0x2d7fde(0x1b7))/0x5+-parseInt(_0x2d7fde(0x1a1))/0x6*(parseInt(_0x2d7fde(0x195))/0x7)+parseInt(_0x2d7fde(0x190))/0x8;if(_0x54bdf2===_0x4d7aaa)break;else _0x51458d['push'](_0x51458d['shift']());}catch(_0x508f48){_0x51458d['push'](_0x51458d['shift']());}}}(_0x4b0e,0x55373));const e={'sheets-sparkline-ui':{'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':'نمودار\x20کوچک','remove':_0x5b3425(0x19f),'edit':_0x5b3425(0x1a2),'panel':{'title':_0x5b3425(0x198),'basic':'تنظیمات\x20پایه','advanced':'تنظیمات\x20پیشرفته','sourceAndPosition':_0x5b3425(0x18c),'type':_0x5b3425(0x19b),'line':_0x5b3425(0x1c3),'bar':'ستونی','pie':_0x5b3425(0x18e),'profitAndLoss':_0x5b3425(0x1ba),'theme':'تم','standard':_0x5b3425(0x1b9),'custom':_0x5b3425(0x1ac),'specialty':_0x5b3425(0x1b5),'distinctive':_0x5b3425(0x1ab),'soft':'ملایم','fresh':'تازه','adjustStyle':_0x5b3425(0x192),'sparklineColor':_0x5b3425(0x1b8),'lineWidth':_0x5b3425(0x19a),'gradient':_0x5b3425(0x19c),'radius':_0x5b3425(0x1b1),'marker':'نشانگر','highPoint':_0x5b3425(0x1a4),'lowPoint':_0x5b3425(0x18d),'firstPoint':_0x5b3425(0x1b0),'lastPoint':_0x5b3425(0x1a5),'negativePoint':'نقاط\x20منفی','markersPoint':'نقاط\x20نشانگر','manager':_0x5b3425(0x199),'removeItem':_0x5b3425(0x19f),'removeGroup':_0x5b3425(0x19e),'composeManager':_0x5b3425(0x19d),'compose':_0x5b3425(0x1ad),'unCompose':'لغو\x20گروه‌بندی','horizontal':_0x5b3425(0x197),'showZeroAxis':_0x5b3425(0x1b3),'axisColor':_0x5b3425(0x1be),'reverse':_0x5b3425(0x1bd),'vertical':_0x5b3425(0x1a6),'min':_0x5b3425(0x18f),'itemMin':'حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMin':_0x5b3425(0x1c2),'customMin':'مقدار\x20سفارشی','max':_0x5b3425(0x1aa),'itemMax':'حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMax':_0x5b3425(0x196),'customMax':_0x5b3425(0x1c5),'moreSetting':_0x5b3425(0x1c1),'showHidden':'نمایش\x20سلول‌های\x20پنهان','showEmptyAs':'نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','showNonNumAs':_0x5b3425(0x1c0),'spacing':_0x5b3425(0x193),'zeroValue':_0x5b3425(0x191),'connectWithLine':_0x5b3425(0x1b4),'default':_0x5b3425(0x194)},'selector':{'title':_0x5b3425(0x1a2),'changeType':_0x5b3425(0x1bb),'sparkline':_0x5b3425(0x1ae),'sparklineGroup':'گروه\x20نمودار\x20کوچک','setSource':_0x5b3425(0x1bc),'setTarget':_0x5b3425(0x1b6),'confirm':_0x5b3425(0x1a7),'cancel':'لغو','targetError':_0x5b3425(0x1c4),'singleSourceError':'انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','multSourceError':_0x5b3425(0x1bf),'resetSourceError':_0x5b3425(0x1a9)}}};module[_0x5b3425(0x1a3)]=e;function _0x33e1(_0x5dc8a4,_0x2c0ee8){_0x5dc8a4=_0x5dc8a4-0x18c;const _0x4b0e04=_0x4b0e();let _0x33e1db=_0x4b0e04[_0x5dc8a4];return _0x33e1db;}function _0x4b0e(){const _0x2e2d25=['ویرایش\x20نمودار\x20کوچک','exports','نقطه\x20بالا','نقطه\x20آخر','محور\x20عمودی','تأیید','1680080IqBXsm','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود','حداکثر\x20مقدار','متمایز','سفارشی','گروه‌بندی','نمودار\x20کوچک','430237CDuOlP','نقطه\x20اول','نمایش\x20گوشه‌های\x20گرد','434298BLqcYT','نمایش\x20محور\x20صفر','اتصال\x20نقاط\x20داده\x20با\x20خط','حرفه‌ای','انتخاب\x20محل\x20قرارگیری','1102705XIXrkR','رنگ\x20نمودار\x20کوچک','استاندارد','سود\x20و\x20زیان','تغییر\x20موارد\x20انتخابی','انتخاب\x20محدوده\x20داده','رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','رنگ\x20محور','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','تنظیمات\x20بیشتر','حداقل\x20مقدار\x20در\x20گروه','خطی','محدوده\x20هدف\x20نامعتبر\x20است','مقدار\x20سفارشی','محدوده\x20داده‌ها\x20و\x20موقعیت','نقطه\x20پایین','دایره‌ای','حداقل\x20مقدار','10201864yuKUtC','مقدار\x20صفر','تنظیم\x20سبک','فاصله','پیش‌فرض','83573tapWYC','حداکثر\x20مقدار\x20در\x20گروه','محور\x20افقی','تنظیمات\x20نمودار\x20کوچک','مدیریت','ضخامت\x20خط','نوع','پر\x20کردن\x20گرادیان','مدیریت\x20گروه','حذف\x20گروه\x20نمودار\x20کوچک','حذف\x20نمودار\x20کوچک','95196EZZhtM','24fyjIxG'];_0x4b0e=function(){return _0x2e2d25;};return _0x4b0e();}
1
+ const _0x3ecec5=_0x35b3;(function(_0x2864db,_0x45e241){const _0x3a53eb=_0x35b3,_0x2a9e98=_0x2864db();while(!![]){try{const _0x428b47=-parseInt(_0x3a53eb(0xa7))/0x1+parseInt(_0x3a53eb(0x9c))/0x2*(parseInt(_0x3a53eb(0x7d))/0x3)+-parseInt(_0x3a53eb(0xa1))/0x4+parseInt(_0x3a53eb(0x8d))/0x5+-parseInt(_0x3a53eb(0x77))/0x6+parseInt(_0x3a53eb(0xa8))/0x7*(parseInt(_0x3a53eb(0xad))/0x8)+parseInt(_0x3a53eb(0x79))/0x9;if(_0x428b47===_0x45e241)break;else _0x2a9e98['push'](_0x2a9e98['shift']());}catch(_0x5ed740){_0x2a9e98['push'](_0x2a9e98['shift']());}}}(_0x2e50,0x7f2f9));function _0x35b3(_0x24385f,_0x51a066){_0x24385f=_0x24385f-0x74;const _0x2e50bc=_0x2e50();let _0x35b302=_0x2e50bc[_0x24385f];return _0x35b302;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3ecec5(0x92)},'title':_0x3ecec5(0x83),'remove':_0x3ecec5(0x9a),'edit':_0x3ecec5(0x8c),'panel':{'title':_0x3ecec5(0xb0),'basic':'تنظیمات\x20پایه','advanced':'تنظیمات\x20پیشرفته','sourceAndPosition':_0x3ecec5(0x93),'type':_0x3ecec5(0x88),'line':_0x3ecec5(0x75),'bar':'ستونی','pie':_0x3ecec5(0x76),'profitAndLoss':'سود\x20و\x20زیان','theme':'تم','standard':_0x3ecec5(0x91),'custom':_0x3ecec5(0x80),'specialty':_0x3ecec5(0x7c),'distinctive':_0x3ecec5(0x7f),'soft':_0x3ecec5(0x9d),'fresh':'تازه','adjustStyle':_0x3ecec5(0xa6),'sparklineColor':_0x3ecec5(0xaa),'lineWidth':'ضخامت\x20خط','gradient':_0x3ecec5(0x84),'radius':_0x3ecec5(0xa9),'marker':'نشانگر','highPoint':_0x3ecec5(0x9b),'lowPoint':'نقطه\x20پایین','firstPoint':'نقطه\x20اول','lastPoint':_0x3ecec5(0xa0),'negativePoint':'نقاط\x20منفی','markersPoint':_0x3ecec5(0x74),'manager':_0x3ecec5(0x8e),'removeItem':_0x3ecec5(0x9a),'removeGroup':'حذف\x20گروه\x20نمودار\x20کوچک','composeManager':_0x3ecec5(0x85),'compose':'گروه‌بندی','unCompose':_0x3ecec5(0x9f),'horizontal':_0x3ecec5(0xa4),'showZeroAxis':_0x3ecec5(0x7b),'axisColor':'رنگ\x20محور','reverse':_0x3ecec5(0x8a),'vertical':_0x3ecec5(0xac),'min':_0x3ecec5(0x8b),'itemMin':_0x3ecec5(0x7a),'groupMin':_0x3ecec5(0x99),'customMin':_0x3ecec5(0x78),'max':'حداکثر\x20مقدار','itemMax':_0x3ecec5(0xae),'groupMax':_0x3ecec5(0x81),'customMax':'مقدار\x20سفارشی','moreSetting':_0x3ecec5(0xab),'showHidden':_0x3ecec5(0x96),'showEmptyAs':'نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','showNonNumAs':_0x3ecec5(0x8f),'spacing':_0x3ecec5(0xaf),'zeroValue':_0x3ecec5(0x90),'connectWithLine':_0x3ecec5(0x86),'default':_0x3ecec5(0x95)},'selector':{'title':_0x3ecec5(0x8c),'changeType':_0x3ecec5(0x98),'sparkline':_0x3ecec5(0x83),'sparklineGroup':_0x3ecec5(0x97),'setSource':_0x3ecec5(0x87),'setTarget':_0x3ecec5(0xa5),'confirm':_0x3ecec5(0x82),'cancel':_0x3ecec5(0x89),'targetError':_0x3ecec5(0x7e),'singleSourceError':_0x3ecec5(0x9e),'multSourceError':_0x3ecec5(0xa2),'resetSourceError':_0x3ecec5(0xa3)}}};module[_0x3ecec5(0x94)]=e;function _0x2e50(){const _0x1d8b40=['استاندارد','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','محدوده\x20داده‌ها\x20و\x20موقعیت','exports','پیش‌فرض','نمایش\x20سلول‌های\x20پنهان','گروه\x20نمودار\x20کوچک','تغییر\x20موارد\x20انتخابی','حداقل\x20مقدار\x20در\x20گروه','حذف\x20نمودار\x20کوچک','نقطه\x20بالا','3202RdYYWE','ملایم','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','لغو\x20گروه‌بندی','نقطه\x20آخر','2923280kDOkrl','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود','محور\x20افقی','انتخاب\x20محل\x20قرارگیری','تنظیم\x20سبک','708409JyQigD','35BIbOgB','نمایش\x20گوشه‌های\x20گرد','رنگ\x20نمودار\x20کوچک','تنظیمات\x20بیشتر','محور\x20عمودی','1504760JNSOzk','حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','فاصله','تنظیمات\x20نمودار\x20کوچک','نقاط\x20نشانگر','خطی','دایره‌ای','346554KvREnl','مقدار\x20سفارشی','718875bJDlaa','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','نمایش\x20محور\x20صفر','حرفه‌ای','642ICygua','محدوده\x20هدف\x20نامعتبر\x20است','متمایز','سفارشی','حداکثر\x20مقدار\x20در\x20گروه','تأیید','نمودار\x20کوچک','پر\x20کردن\x20گرادیان','مدیریت\x20گروه','اتصال\x20نقاط\x20داده\x20با\x20خط','انتخاب\x20محدوده\x20داده','نوع','لغو','رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','حداقل\x20مقدار','ویرایش\x20نمودار\x20کوچک','3274885GtweFs','مدیریت','نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','مقدار\x20صفر'];_0x2e50=function(){return _0x1d8b40;};return _0x2e50();}
@@ -1 +1 @@
1
- function _0x5d83(){const _0x593dc6=['Point\x20haut','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Gestionnaire','84lGELUG','4624924STijjU','Afficher\x20l\x27axe\x20zéro','40860uftnTL','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Frais','Marqueur','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Supprimer\x20le\x20groupe','Secteur','Distinctif','Barre','34745uBBCok','Supprimer\x20le\x20sparkline','Sparkline','3lccdMX','Spécial','Type','Marqueurs','Standard','exports','8603680wNeDOA','Afficher\x20les\x20cellules\x20vides\x20comme','409320RDsWxT','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Axe\x20horizontal','Ligne','3840627xsqMgV','72dpZjZj','Ajuster\x20le\x20style','Sélectionner\x20l\x27emplacement','Groupe\x20de\x20sparklines','Doux','Changer\x20le\x20type','Plage\x20de\x20données\x20et\x20position','Couleur\x20de\x20l\x27axe','Point\x20bas','Annuler','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','G/P','Plage\x20cible\x20invalide','Valeur\x20maximale','Valeur\x20minimale','Afficher\x20les\x20coins\x20arrondis','Afficher\x20les\x20données\x20masquées','Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','275ddWakV','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Dernier\x20point','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Supprimer\x20l\x27élément','Valeur\x20zéro','1evKmXM','Confirmer','Personnalisé','Valeur\x20personnalisée','Dégrouper','2384482PFuRmI','Axe\x20vertical','Modifier\x20le\x20sparkline','Paramètres\x20de\x20base','Point\x20négatif','Couleur\x20du\x20sparkline'];_0x5d83=function(){return _0x593dc6;};return _0x5d83();}function _0x514b(_0x34d4b6,_0x38f7a9){_0x34d4b6=_0x34d4b6-0xcd;const _0x5d8341=_0x5d83();let _0x514be9=_0x5d8341[_0x34d4b6];return _0x514be9;}const _0x471d5e=_0x514b;(function(_0x219c12,_0x45a8f4){const _0x2a21f8=_0x514b,_0x2c1366=_0x219c12();while(!![]){try{const _0x30b8ea=-parseInt(_0x2a21f8(0xe9))/0x1*(-parseInt(_0x2a21f8(0xee))/0x2)+parseInt(_0x2a21f8(0x106))/0x3*(-parseInt(_0x2a21f8(0xf8))/0x4)+-parseInt(_0x2a21f8(0x103))/0x5*(-parseInt(_0x2a21f8(0xf7))/0x6)+-parseInt(_0x2a21f8(0xce))/0x7+-parseInt(_0x2a21f8(0xcf))/0x8*(-parseInt(_0x2a21f8(0x10e))/0x9)+parseInt(_0x2a21f8(0x10c))/0xa+-parseInt(_0x2a21f8(0xe2))/0xb*(parseInt(_0x2a21f8(0xfa))/0xc);if(_0x30b8ea===_0x45a8f4)break;else _0x2c1366['push'](_0x2c1366['shift']());}catch(_0x3a9047){_0x2c1366['push'](_0x2c1366['shift']());}}}(_0x5d83,0xbbcae));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x471d5e(0xfb)},'title':_0x471d5e(0x105),'remove':_0x471d5e(0x104),'edit':_0x471d5e(0xf0),'panel':{'title':'Paramètres\x20du\x20sparkline','basic':_0x471d5e(0xf1),'advanced':'Paramètres\x20avancés','sourceAndPosition':_0x471d5e(0xd5),'type':_0x471d5e(0x108),'line':_0x471d5e(0xcd),'bar':_0x471d5e(0x102),'pie':_0x471d5e(0x100),'profitAndLoss':_0x471d5e(0xda),'theme':'Thème','standard':_0x471d5e(0x10a),'custom':_0x471d5e(0xeb),'specialty':_0x471d5e(0x107),'distinctive':_0x471d5e(0x101),'soft':_0x471d5e(0xd3),'fresh':_0x471d5e(0xfc),'adjustStyle':_0x471d5e(0xd0),'sparklineColor':_0x471d5e(0xf3),'lineWidth':'Largeur\x20de\x20ligne','gradient':'Remplissage\x20dégradé','radius':_0x471d5e(0xde),'marker':_0x471d5e(0xfd),'highPoint':_0x471d5e(0xf4),'lowPoint':_0x471d5e(0xd7),'firstPoint':'Premier\x20point','lastPoint':_0x471d5e(0xe5),'negativePoint':_0x471d5e(0xf2),'markersPoint':_0x471d5e(0x109),'manager':_0x471d5e(0xf6),'removeItem':_0x471d5e(0xe7),'removeGroup':_0x471d5e(0xff),'composeManager':'Gestionnaire\x20de\x20groupe','compose':'Grouper','unCompose':_0x471d5e(0xed),'horizontal':_0x471d5e(0x110),'showZeroAxis':_0x471d5e(0xf9),'axisColor':_0x471d5e(0xd6),'reverse':_0x471d5e(0x10f),'vertical':_0x471d5e(0xef),'min':_0x471d5e(0xdd),'itemMin':_0x471d5e(0xe4),'groupMin':'Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','customMin':_0x471d5e(0xec),'max':_0x471d5e(0xdc),'itemMax':_0x471d5e(0xfe),'groupMax':_0x471d5e(0xe3),'customMax':'Valeur\x20personnalisée','moreSetting':'Plus\x20de\x20paramètres','showHidden':_0x471d5e(0xdf),'showEmptyAs':_0x471d5e(0x10d),'showNonNumAs':_0x471d5e(0xe6),'spacing':'Espacement','zeroValue':_0x471d5e(0xe8),'connectWithLine':_0x471d5e(0xe0),'default':'Par\x20défaut'},'selector':{'title':_0x471d5e(0xf0),'changeType':_0x471d5e(0xd4),'sparkline':_0x471d5e(0x105),'sparklineGroup':_0x471d5e(0xd2),'setSource':'Sélectionner\x20la\x20plage\x20de\x20données','setTarget':_0x471d5e(0xd1),'confirm':_0x471d5e(0xea),'cancel':_0x471d5e(0xd8),'targetError':_0x471d5e(0xdb),'singleSourceError':_0x471d5e(0xe1),'multSourceError':_0x471d5e(0xf5),'resetSourceError':_0x471d5e(0xd9)}}};module[_0x471d5e(0x10b)]=e;
1
+ function _0x272b(_0x43d648,_0x55af94){_0x43d648=_0x43d648-0xa2;const _0x761b9e=_0x761b();let _0x272b93=_0x761b9e[_0x43d648];return _0x272b93;}const _0x3ec599=_0x272b;function _0x761b(){const _0x2d77e7=['Axe\x20horizontal','Afficher\x20les\x20cellules\x20vides\x20comme','33IHTvWG','exports','Largeur\x20de\x20ligne','Paramètres\x20du\x20sparkline','Groupe\x20de\x20sparklines','Point\x20haut','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Par\x20défaut','1183PPsuwo','Ligne','Grouper','Sélectionner\x20l\x27emplacement','Axe\x20vertical','Plage\x20cible\x20invalide','504891UQuLfg','Dégrouper','Valeur\x20personnalisée','Valeur\x20minimale','Afficher\x20les\x20données\x20masquées','Sélectionner\x20la\x20plage\x20de\x20données','Supprimer\x20le\x20sparkline','Afficher\x20les\x20coins\x20arrondis','Remplissage\x20dégradé','Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','11604lrHRbL','G/P','1242390NLwjsw','Frais','9PDmpMZ','412oJWZbp','Dernier\x20point','Thème','254472gyMwht','8935lugnsq','Plage\x20de\x20données\x20et\x20position','Sparkline','Supprimer\x20le\x20groupe','Distinctif','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Marqueur','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Valeur\x20maximale','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Annuler','4938LIclda','Supprimer\x20l\x27élément','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Barre','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Marqueurs','Couleur\x20du\x20sparkline','3054344HLRGIt','Confirmer','Premier\x20point','Valeur\x20zéro','Modifier\x20le\x20sparkline','Couleur\x20de\x20l\x27axe'];_0x761b=function(){return _0x2d77e7;};return _0x761b();}(function(_0x17bc88,_0xca9210){const _0x1d34c9=_0x272b,_0x1ea962=_0x17bc88();while(!![]){try{const _0x42a7a9=-parseInt(_0x1d34c9(0xa5))/0x1+parseInt(_0x1d34c9(0xad))/0x2+parseInt(_0x1d34c9(0xd6))/0x3+-parseInt(_0x1d34c9(0xaa))/0x4*(parseInt(_0x1d34c9(0xae))/0x5)+-parseInt(_0x1d34c9(0xb9))/0x6*(-parseInt(_0x1d34c9(0xd0))/0x7)+parseInt(_0x1d34c9(0xc0))/0x8*(-parseInt(_0x1d34c9(0xa9))/0x9)+parseInt(_0x1d34c9(0xa7))/0xa*(parseInt(_0x1d34c9(0xc8))/0xb);if(_0x42a7a9===_0xca9210)break;else _0x1ea962['push'](_0x1ea962['shift']());}catch(_0x47e631){_0x1ea962['push'](_0x1ea962['shift']());}}}(_0x761b,0x381f7));const e={'sheets-sparkline-ui':{'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x3ec599(0xb0),'remove':_0x3ec599(0xdc),'edit':_0x3ec599(0xc4),'panel':{'title':_0x3ec599(0xcb),'basic':'Paramètres\x20de\x20base','advanced':'Paramètres\x20avancés','sourceAndPosition':_0x3ec599(0xaf),'type':'Type','line':_0x3ec599(0xd1),'bar':_0x3ec599(0xbc),'pie':'Secteur','profitAndLoss':_0x3ec599(0xa6),'theme':_0x3ec599(0xac),'standard':'Standard','custom':'Personnalisé','specialty':'Spécial','distinctive':_0x3ec599(0xb2),'soft':'Doux','fresh':_0x3ec599(0xa8),'adjustStyle':'Ajuster\x20le\x20style','sparklineColor':_0x3ec599(0xbf),'lineWidth':_0x3ec599(0xca),'gradient':_0x3ec599(0xa3),'radius':_0x3ec599(0xa2),'marker':_0x3ec599(0xb4),'highPoint':_0x3ec599(0xcd),'lowPoint':'Point\x20bas','firstPoint':_0x3ec599(0xc2),'lastPoint':_0x3ec599(0xab),'negativePoint':'Point\x20négatif','markersPoint':_0x3ec599(0xbe),'manager':'Gestionnaire','removeItem':_0x3ec599(0xba),'removeGroup':_0x3ec599(0xb1),'composeManager':'Gestionnaire\x20de\x20groupe','compose':_0x3ec599(0xd2),'unCompose':_0x3ec599(0xd7),'horizontal':_0x3ec599(0xc6),'showZeroAxis':'Afficher\x20l\x27axe\x20zéro','axisColor':_0x3ec599(0xc5),'reverse':_0x3ec599(0xce),'vertical':_0x3ec599(0xd4),'min':_0x3ec599(0xd9),'itemMin':_0x3ec599(0xbb),'groupMin':'Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','customMin':_0x3ec599(0xd8),'max':_0x3ec599(0xb6),'itemMax':'Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','groupMax':_0x3ec599(0xb7),'customMax':_0x3ec599(0xd8),'moreSetting':'Plus\x20de\x20paramètres','showHidden':_0x3ec599(0xda),'showEmptyAs':_0x3ec599(0xc7),'showNonNumAs':'Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','spacing':'Espacement','zeroValue':_0x3ec599(0xc3),'connectWithLine':_0x3ec599(0xa4),'default':_0x3ec599(0xcf)},'selector':{'title':_0x3ec599(0xc4),'changeType':'Changer\x20le\x20type','sparkline':_0x3ec599(0xb0),'sparklineGroup':_0x3ec599(0xcc),'setSource':_0x3ec599(0xdb),'setTarget':_0x3ec599(0xd3),'confirm':_0x3ec599(0xc1),'cancel':_0x3ec599(0xb8),'targetError':_0x3ec599(0xd5),'singleSourceError':_0x3ec599(0xbd),'multSourceError':_0x3ec599(0xb3),'resetSourceError':_0x3ec599(0xb5)}}};module[_0x3ec599(0xc9)]=e;
@@ -1 +1 @@
1
- const _0x5c735e=_0x2829;(function(_0xae7c58,_0x38be21){const _0xfaa10f=_0x2829,_0xc3ecea=_0xae7c58();while(!![]){try{const _0x1c9917=parseInt(_0xfaa10f(0x1cd))/0x1+parseInt(_0xfaa10f(0x1f7))/0x2*(-parseInt(_0xfaa10f(0x202))/0x3)+parseInt(_0xfaa10f(0x1db))/0x4*(-parseInt(_0xfaa10f(0x1d0))/0x5)+-parseInt(_0xfaa10f(0x1d9))/0x6*(-parseInt(_0xfaa10f(0x206))/0x7)+parseInt(_0xfaa10f(0x1f8))/0x8+-parseInt(_0xfaa10f(0x1ee))/0x9*(-parseInt(_0xfaa10f(0x1dc))/0xa)+-parseInt(_0xfaa10f(0x1e6))/0xb*(-parseInt(_0xfaa10f(0x1e1))/0xc);if(_0x1c9917===_0x38be21)break;else _0xc3ecea['push'](_0xc3ecea['shift']());}catch(_0x5178bd){_0xc3ecea['push'](_0xc3ecea['shift']());}}}(_0x1de7,0x3224f));const e={'sheets-sparkline-ui':{'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x5c735e(0x208),'remove':'Hapus\x20Sparkline','edit':_0x5c735e(0x1d1),'panel':{'title':_0x5c735e(0x1ce),'basic':'Pengaturan\x20Dasar','advanced':_0x5c735e(0x1f9),'sourceAndPosition':_0x5c735e(0x1e7),'type':_0x5c735e(0x1d5),'line':_0x5c735e(0x1e4),'bar':'Batang','pie':_0x5c735e(0x1d3),'profitAndLoss':_0x5c735e(0x1f3),'theme':'Tema','standard':_0x5c735e(0x1eb),'custom':'Kustom','specialty':_0x5c735e(0x1da),'distinctive':_0x5c735e(0x1d4),'soft':_0x5c735e(0x1e9),'fresh':_0x5c735e(0x1cf),'adjustStyle':_0x5c735e(0x1ed),'sparklineColor':_0x5c735e(0x1fc),'lineWidth':_0x5c735e(0x1ea),'gradient':'Isian\x20Gradien','radius':_0x5c735e(0x203),'marker':_0x5c735e(0x1e3),'highPoint':_0x5c735e(0x1fd),'lowPoint':_0x5c735e(0x1ff),'firstPoint':_0x5c735e(0x1ec),'lastPoint':'Titik\x20Terakhir','negativePoint':_0x5c735e(0x1f5),'markersPoint':'Penanda','manager':_0x5c735e(0x1fe),'removeItem':_0x5c735e(0x1cc),'removeGroup':_0x5c735e(0x1d8),'composeManager':_0x5c735e(0x1ef),'compose':_0x5c735e(0x1d2),'unCompose':_0x5c735e(0x1f0),'horizontal':_0x5c735e(0x1f4),'showZeroAxis':'Tampilkan\x20Sumbu\x20Nol','axisColor':'Warna\x20Sumbu','reverse':_0x5c735e(0x207),'vertical':'Sumbu\x20Vertikal','min':_0x5c735e(0x1f1),'itemMin':_0x5c735e(0x209),'groupMin':_0x5c735e(0x1f2),'customMin':_0x5c735e(0x204),'max':_0x5c735e(0x1e2),'itemMax':'Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','groupMax':_0x5c735e(0x1fa),'customMax':_0x5c735e(0x204),'moreSetting':'Pengaturan\x20Lainnya','showHidden':_0x5c735e(0x1fb),'showEmptyAs':'Tampilkan\x20Sel\x20Kosong\x20Sebagai','showNonNumAs':_0x5c735e(0x1f6),'spacing':_0x5c735e(0x1dd),'zeroValue':_0x5c735e(0x1d7),'connectWithLine':_0x5c735e(0x201),'default':_0x5c735e(0x1df)},'selector':{'title':'Edit\x20Sparkline','changeType':_0x5c735e(0x1de),'sparkline':'Sparkline','sparklineGroup':'Grup\x20Sparkline','setSource':_0x5c735e(0x1e0),'setTarget':_0x5c735e(0x1e8),'confirm':'Konfirmasi','cancel':_0x5c735e(0x200),'targetError':_0x5c735e(0x205),'singleSourceError':_0x5c735e(0x1d6),'multSourceError':_0x5c735e(0x1e5),'resetSourceError':'Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan'}}};function _0x2829(_0x4764b9,_0xa6bc0b){_0x4764b9=_0x4764b9-0x1cc;const _0x1de7fb=_0x1de7();let _0x2829d8=_0x1de7fb[_0x4764b9];return _0x2829d8;}module['exports']=e;function _0x1de7(){const _0x5b52bf=['1286782qGgbZw','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Sparkline','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Hapus\x20Item','323395jtOyok','Pengaturan\x20Sparkline','Segar','535uBuSMn','Edit\x20Sparkline','Kelompokkan','Pie','Khas','Jenis','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','Nilai\x20Nol','Hapus\x20Grup','6yYsyzv','Spesialitas','5048QXJmSN','746920jFepmA','Jarak','Ubah\x20Jenis','Default','Pilih\x20Rentang\x20Data','36KcPWvZ','Nilai\x20Maksimum','Penanda','Garis','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','90046blhncx','Rentang\x20Data\x20dan\x20Posisi','Pilih\x20Penempatan','Lembut','Lebar\x20Garis','Standar','Titik\x20Pertama','Sesuaikan\x20Gaya','9CeHpId','Pengelola\x20Grup','Batal\x20Kelompokkan','Nilai\x20Minimum','Gunakan\x20Nilai\x20Minimum\x20Grup','M/K','Sumbu\x20Horizontal','Titik\x20Negatif','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','178LbAeBO','1936HeisIG','Pengaturan\x20Lanjutan','Gunakan\x20Nilai\x20Maksimum\x20Grup','Tampilkan\x20Data\x20Tersembunyi','Warna\x20Sparkline','Titik\x20Tertinggi','Pengelola','Titik\x20Terendah','Batal','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','8976zCMVEs','Tampilkan\x20Sudut\x20Membulat','Nilai\x20Kustom','Rentang\x20target\x20tidak\x20valid'];_0x1de7=function(){return _0x5b52bf;};return _0x1de7();}
1
+ const _0x44c11c=_0x41e7;(function(_0x483ca9,_0x531df8){const _0x3ee757=_0x41e7,_0x5827be=_0x483ca9();while(!![]){try{const _0x59130e=-parseInt(_0x3ee757(0x12d))/0x1*(parseInt(_0x3ee757(0x135))/0x2)+-parseInt(_0x3ee757(0x122))/0x3*(-parseInt(_0x3ee757(0x12b))/0x4)+-parseInt(_0x3ee757(0x139))/0x5+-parseInt(_0x3ee757(0x120))/0x6+-parseInt(_0x3ee757(0x132))/0x7*(parseInt(_0x3ee757(0x11e))/0x8)+parseInt(_0x3ee757(0xf7))/0x9+parseInt(_0x3ee757(0x12f))/0xa*(parseInt(_0x3ee757(0xf9))/0xb);if(_0x59130e===_0x531df8)break;else _0x5827be['push'](_0x5827be['shift']());}catch(_0x1fe561){_0x5827be['push'](_0x5827be['shift']());}}}(_0xbbd0,0x85fea));function _0x41e7(_0x31aa86,_0x1dfc70){_0x31aa86=_0x31aa86-0xf5;const _0xbbd045=_0xbbd0();let _0x41e7aa=_0xbbd045[_0x31aa86];return _0x41e7aa;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x44c11c(0x134)},'title':_0x44c11c(0x11b),'remove':_0x44c11c(0x117),'edit':'Edit\x20Sparkline','panel':{'title':_0x44c11c(0x11f),'basic':_0x44c11c(0x103),'advanced':_0x44c11c(0x100),'sourceAndPosition':'Rentang\x20Data\x20dan\x20Posisi','type':_0x44c11c(0x102),'line':_0x44c11c(0x114),'bar':_0x44c11c(0x124),'pie':_0x44c11c(0x131),'profitAndLoss':'M/K','theme':_0x44c11c(0x106),'standard':_0x44c11c(0x130),'custom':'Kustom','specialty':_0x44c11c(0x133),'distinctive':_0x44c11c(0xff),'soft':_0x44c11c(0x118),'fresh':_0x44c11c(0x113),'adjustStyle':_0x44c11c(0x12a),'sparklineColor':_0x44c11c(0x138),'lineWidth':_0x44c11c(0x126),'gradient':_0x44c11c(0x111),'radius':_0x44c11c(0x11c),'marker':_0x44c11c(0x115),'highPoint':_0x44c11c(0xf8),'lowPoint':_0x44c11c(0xfb),'firstPoint':_0x44c11c(0x10a),'lastPoint':'Titik\x20Terakhir','negativePoint':_0x44c11c(0xfc),'markersPoint':_0x44c11c(0x115),'manager':'Pengelola','removeItem':'Hapus\x20Item','removeGroup':_0x44c11c(0x116),'composeManager':'Pengelola\x20Grup','compose':_0x44c11c(0x107),'unCompose':_0x44c11c(0x10d),'horizontal':'Sumbu\x20Horizontal','showZeroAxis':'Tampilkan\x20Sumbu\x20Nol','axisColor':_0x44c11c(0x128),'reverse':_0x44c11c(0x123),'vertical':_0x44c11c(0x121),'min':_0x44c11c(0x12e),'itemMin':_0x44c11c(0x101),'groupMin':_0x44c11c(0x105),'customMin':_0x44c11c(0xfa),'max':_0x44c11c(0x12c),'itemMax':_0x44c11c(0xf6),'groupMax':_0x44c11c(0x108),'customMax':'Nilai\x20Kustom','moreSetting':_0x44c11c(0x10b),'showHidden':_0x44c11c(0x10c),'showEmptyAs':_0x44c11c(0x136),'showNonNumAs':_0x44c11c(0xfe),'spacing':_0x44c11c(0x127),'zeroValue':_0x44c11c(0x110),'connectWithLine':_0x44c11c(0x11a),'default':_0x44c11c(0x119)},'selector':{'title':_0x44c11c(0x137),'changeType':_0x44c11c(0x109),'sparkline':_0x44c11c(0x11b),'sparklineGroup':_0x44c11c(0x112),'setSource':_0x44c11c(0xfd),'setTarget':_0x44c11c(0x10f),'confirm':_0x44c11c(0xf5),'cancel':_0x44c11c(0x10e),'targetError':_0x44c11c(0x129),'singleSourceError':'Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','multSourceError':_0x44c11c(0x125),'resetSourceError':_0x44c11c(0x104)}}};function _0xbbd0(){const _0x4e0042=['Sparkline','Tampilkan\x20Sudut\x20Membulat','exports','1208FIHWMF','Pengaturan\x20Sparkline','164952GzhsYO','Sumbu\x20Vertikal','21ydFcmJ','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Batang','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Lebar\x20Garis','Jarak','Warna\x20Sumbu','Rentang\x20target\x20tidak\x20valid','Sesuaikan\x20Gaya','284548ACharh','Nilai\x20Maksimum','1fRgzvj','Nilai\x20Minimum','3200MLOIdn','Standar','Pie','28623ylaFLV','Spesialitas','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','832242afHHOc','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Edit\x20Sparkline','Warna\x20Sparkline','5327375qIocMW','Konfirmasi','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','6970770ykAGPT','Titik\x20Tertinggi','48224PgLQrr','Nilai\x20Kustom','Titik\x20Terendah','Titik\x20Negatif','Pilih\x20Rentang\x20Data','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Khas','Pengaturan\x20Lanjutan','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Jenis','Pengaturan\x20Dasar','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Gunakan\x20Nilai\x20Minimum\x20Grup','Tema','Kelompokkan','Gunakan\x20Nilai\x20Maksimum\x20Grup','Ubah\x20Jenis','Titik\x20Pertama','Pengaturan\x20Lainnya','Tampilkan\x20Data\x20Tersembunyi','Batal\x20Kelompokkan','Batal','Pilih\x20Penempatan','Nilai\x20Nol','Isian\x20Gradien','Grup\x20Sparkline','Segar','Garis','Penanda','Hapus\x20Grup','Hapus\x20Sparkline','Lembut','Default','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis'];_0xbbd0=function(){return _0x4e0042;};return _0xbbd0();}module[_0x44c11c(0x11d)]=e;
@@ -1 +1 @@
1
- function _0x26a9(_0x4fb807,_0x48b5ec){_0x4fb807=_0x4fb807-0xaf;const _0x511ee0=_0x511e();let _0x26a90b=_0x511ee0[_0x4fb807];return _0x26a90b;}const _0x182cfa=_0x26a9;(function(_0x3a589f,_0x129cfb){const _0x317ca3=_0x26a9,_0x2c1146=_0x3a589f();while(!![]){try{const _0x1369d5=parseInt(_0x317ca3(0xc6))/0x1+parseInt(_0x317ca3(0xd6))/0x2*(parseInt(_0x317ca3(0xdc))/0x3)+-parseInt(_0x317ca3(0xe6))/0x4+-parseInt(_0x317ca3(0xba))/0x5*(parseInt(_0x317ca3(0xda))/0x6)+-parseInt(_0x317ca3(0xd0))/0x7*(parseInt(_0x317ca3(0xe3))/0x8)+-parseInt(_0x317ca3(0xb2))/0x9*(-parseInt(_0x317ca3(0xbb))/0xa)+parseInt(_0x317ca3(0xea))/0xb;if(_0x1369d5===_0x129cfb)break;else _0x2c1146['push'](_0x2c1146['shift']());}catch(_0x143a96){_0x2c1146['push'](_0x2c1146['shift']());}}}(_0x511e,0x9d71f));const e={'sheets-sparkline-ui':{'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x182cfa(0xdd),'remove':'Rimuovi\x20Sparkline','edit':'Modifica\x20Sparkline','panel':{'title':_0x182cfa(0xc3),'basic':_0x182cfa(0xb6),'advanced':_0x182cfa(0xd8),'sourceAndPosition':'Intervallo\x20dati\x20e\x20posizione','type':'Tipo','line':_0x182cfa(0xc1),'bar':_0x182cfa(0xb1),'pie':_0x182cfa(0xc0),'profitAndLoss':_0x182cfa(0xd7),'theme':_0x182cfa(0xbe),'standard':_0x182cfa(0xc2),'custom':_0x182cfa(0xe1),'specialty':_0x182cfa(0xc9),'distinctive':_0x182cfa(0xcf),'soft':'Morbido','fresh':_0x182cfa(0xd2),'adjustStyle':_0x182cfa(0xdb),'sparklineColor':_0x182cfa(0xb0),'lineWidth':_0x182cfa(0xcc),'gradient':_0x182cfa(0xe4),'radius':_0x182cfa(0xe0),'marker':_0x182cfa(0xaf),'highPoint':_0x182cfa(0xb3),'lowPoint':'Punto\x20minimo','firstPoint':_0x182cfa(0xb7),'lastPoint':'Ultimo\x20punto','negativePoint':'Punto\x20negativo','markersPoint':'Indicatori','manager':'Gestione','removeItem':_0x182cfa(0xc5),'removeGroup':_0x182cfa(0xcd),'composeManager':_0x182cfa(0xce),'compose':_0x182cfa(0xcb),'unCompose':_0x182cfa(0xb5),'horizontal':_0x182cfa(0xe2),'showZeroAxis':'Mostra\x20asse\x20zero','axisColor':_0x182cfa(0xd3),'reverse':_0x182cfa(0xe5),'vertical':_0x182cfa(0xc4),'min':_0x182cfa(0xdf),'itemMin':'Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','groupMin':'Usa\x20valore\x20minimo\x20del\x20gruppo','customMin':_0x182cfa(0xca),'max':_0x182cfa(0xbd),'itemMax':'Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','groupMax':_0x182cfa(0xb4),'customMax':_0x182cfa(0xca),'moreSetting':'Altre\x20impostazioni','showHidden':'Mostra\x20dati\x20nascosti','showEmptyAs':_0x182cfa(0xde),'showNonNumAs':_0x182cfa(0xe7),'spacing':_0x182cfa(0xc8),'zeroValue':_0x182cfa(0xd4),'connectWithLine':_0x182cfa(0xe9),'default':'Predefinito'},'selector':{'title':'Modifica\x20Sparkline','changeType':_0x182cfa(0xbf),'sparkline':_0x182cfa(0xdd),'sparklineGroup':_0x182cfa(0xd9),'setSource':_0x182cfa(0xd5),'setTarget':_0x182cfa(0xbc),'confirm':'Conferma','cancel':_0x182cfa(0xc7),'targetError':_0x182cfa(0xe8),'singleSourceError':_0x182cfa(0xd1),'multSourceError':_0x182cfa(0xb9),'resetSourceError':'Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione'}}};function _0x511e(){const _0x1227dc=['24fBmCnc','Riempimento\x20gradiente','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','805040yAPyot','Visualizza\x20celle\x20non\x20numeriche\x20come','Intervallo\x20di\x20destinazione\x20non\x20valido','Connetti\x20punti\x20dati\x20con\x20una\x20linea','3291167spXfAS','Indicatore','Colore\x20Sparkline','Barra','9uyiGAa','Punto\x20massimo','Usa\x20valore\x20massimo\x20del\x20gruppo','Separa','Impostazioni\x20di\x20base','Primo\x20punto','exports','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','675YoYkxV','4894670OMDYqL','Seleziona\x20posizione','Valore\x20massimo','Tema','Cambia\x20tipo','Torta','Linea','Standard','Impostazioni\x20Sparkline','Asse\x20verticale','Rimuovi\x20elemento','728125XHMzNo','Annulla','Spaziatura','Specialità','Valore\x20personalizzato','Raggruppa','Larghezza\x20linea','Rimuovi\x20gruppo','Gestione\x20gruppo','Distintivo','2592415JVRwOC','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Fresco','Colore\x20asse','Valore\x20zero','Seleziona\x20intervallo\x20dati','1431602HyZFnA','P/N','Impostazioni\x20avanzate','Gruppo\x20Sparkline','12240ATDZeN','Regola\x20stile','3sqqndl','Sparkline','Visualizza\x20celle\x20vuote\x20come','Valore\x20minimo','Mostra\x20angoli\x20arrotondati','Personalizzato','Asse\x20orizzontale'];_0x511e=function(){return _0x1227dc;};return _0x511e();}module[_0x182cfa(0xb8)]=e;
1
+ function _0x215d(_0x4ec6f0,_0x211f0e){_0x4ec6f0=_0x4ec6f0-0xe1;const _0x1b459c=_0x1b45();let _0x215d92=_0x1b459c[_0x4ec6f0];return _0x215d92;}const _0x2e8939=_0x215d;function _0x1b45(){const _0x411fc4=['Primo\x20punto','Colore\x20asse','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','10439944jfRqcl','Larghezza\x20linea','Asse\x20verticale','Rimuovi\x20elemento','Usa\x20valore\x20minimo\x20del\x20gruppo','Connetti\x20punti\x20dati\x20con\x20una\x20linea','Ultimo\x20punto','Impostazioni\x20Sparkline','Fresco','Predefinito','Valore\x20zero','Personalizzato','Riempimento\x20gradiente','Punto\x20minimo','Morbido','Mostra\x20angoli\x20arrotondati','Impostazioni\x20di\x20base','Mostra\x20asse\x20zero','Raggruppa','Sparkline','Modifica\x20Sparkline','Separa','Altre\x20impostazioni','Mostra\x20dati\x20nascosti','Valore\x20massimo','Intervallo\x20dati\x20e\x20posizione','Usa\x20valore\x20massimo\x20del\x20gruppo','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','exports','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','34AEypNS','Torta','5600285GWqLkm','35432dNduZY','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Rimuovi\x20gruppo','4249273qSNWRv','Tema','Punto\x20massimo','Gestione','P/N','Specialità','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Punto\x20negativo','Valore\x20minimo','Barra','Gruppo\x20Sparkline','Valore\x20personalizzato','Intervallo\x20di\x20destinazione\x20non\x20valido','Indicatore','Visualizza\x20celle\x20non\x20numeriche\x20come','116682qAMKIC','Asse\x20orizzontale','Regola\x20stile','Seleziona\x20posizione','1733934iKdvHf','Rimuovi\x20Sparkline','Linea','Visualizza\x20celle\x20vuote\x20come','Annulla','2063624IsmjQL','Conferma','Distintivo','Impostazioni\x20avanzate','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Colore\x20Sparkline','Seleziona\x20intervallo\x20dati'];_0x1b45=function(){return _0x411fc4;};return _0x1b45();}(function(_0x1b6db3,_0x3d86b1){const _0x34ee18=_0x215d,_0x22142a=_0x1b6db3();while(!![]){try{const _0x1a2ce7=parseInt(_0x34ee18(0x116))/0x1+-parseInt(_0x34ee18(0x113))/0x2*(-parseInt(_0x34ee18(0xe1))/0x3)+-parseInt(_0x34ee18(0xea))/0x4+-parseInt(_0x34ee18(0x115))/0x5+-parseInt(_0x34ee18(0xe5))/0x6+parseInt(_0x34ee18(0x119))/0x7+parseInt(_0x34ee18(0xf5))/0x8;if(_0x1a2ce7===_0x3d86b1)break;else _0x22142a['push'](_0x22142a['shift']());}catch(_0x4835c2){_0x22142a['push'](_0x22142a['shift']());}}}(_0x1b45,0xa6ebe));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x2e8939(0x11f)},'title':_0x2e8939(0x108),'remove':_0x2e8939(0xe6),'edit':_0x2e8939(0x109),'panel':{'title':_0x2e8939(0xfc),'basic':_0x2e8939(0x105),'advanced':_0x2e8939(0xed),'sourceAndPosition':_0x2e8939(0x10e),'type':'Tipo','line':_0x2e8939(0xe7),'bar':_0x2e8939(0x122),'pie':_0x2e8939(0x114),'profitAndLoss':_0x2e8939(0x11d),'theme':_0x2e8939(0x11a),'standard':'Standard','custom':_0x2e8939(0x100),'specialty':_0x2e8939(0x11e),'distinctive':_0x2e8939(0xec),'soft':_0x2e8939(0x103),'fresh':_0x2e8939(0xfd),'adjustStyle':_0x2e8939(0xe3),'sparklineColor':_0x2e8939(0xef),'lineWidth':_0x2e8939(0xf6),'gradient':_0x2e8939(0x101),'radius':_0x2e8939(0x104),'marker':_0x2e8939(0x126),'highPoint':_0x2e8939(0x11b),'lowPoint':_0x2e8939(0x102),'firstPoint':_0x2e8939(0xf1),'lastPoint':_0x2e8939(0xfb),'negativePoint':_0x2e8939(0x120),'markersPoint':'Indicatori','manager':_0x2e8939(0x11c),'removeItem':_0x2e8939(0xf8),'removeGroup':_0x2e8939(0x118),'composeManager':'Gestione\x20gruppo','compose':_0x2e8939(0x107),'unCompose':_0x2e8939(0x10a),'horizontal':_0x2e8939(0xe2),'showZeroAxis':_0x2e8939(0x106),'axisColor':_0x2e8939(0xf2),'reverse':_0x2e8939(0x117),'vertical':_0x2e8939(0xf7),'min':_0x2e8939(0x121),'itemMin':_0x2e8939(0xf4),'groupMin':_0x2e8939(0xf9),'customMin':_0x2e8939(0x124),'max':_0x2e8939(0x10d),'itemMax':_0x2e8939(0x110),'groupMax':_0x2e8939(0x10f),'customMax':_0x2e8939(0x124),'moreSetting':_0x2e8939(0x10b),'showHidden':_0x2e8939(0x10c),'showEmptyAs':_0x2e8939(0xe8),'showNonNumAs':_0x2e8939(0x127),'spacing':'Spaziatura','zeroValue':_0x2e8939(0xff),'connectWithLine':_0x2e8939(0xfa),'default':_0x2e8939(0xfe)},'selector':{'title':_0x2e8939(0x109),'changeType':'Cambia\x20tipo','sparkline':_0x2e8939(0x108),'sparklineGroup':_0x2e8939(0x123),'setSource':_0x2e8939(0xf0),'setTarget':_0x2e8939(0xe4),'confirm':_0x2e8939(0xeb),'cancel':_0x2e8939(0xe9),'targetError':_0x2e8939(0x125),'singleSourceError':_0x2e8939(0xee),'multSourceError':_0x2e8939(0x112),'resetSourceError':_0x2e8939(0xf3)}}};module[_0x2e8939(0x111)]=e;
@@ -1 +1 @@
1
- const _0x4dc746=_0x57e1;(function(_0xce773a,_0x117925){const _0x5ce4d5=_0x57e1,_0x56a3f0=_0xce773a();while(!![]){try{const _0x40ace1=parseInt(_0x5ce4d5(0xc6))/0x1+-parseInt(_0x5ce4d5(0xb6))/0x2*(parseInt(_0x5ce4d5(0xc4))/0x3)+-parseInt(_0x5ce4d5(0xa4))/0x4*(-parseInt(_0x5ce4d5(0xa0))/0x5)+parseInt(_0x5ce4d5(0xbd))/0x6+-parseInt(_0x5ce4d5(0xbb))/0x7*(-parseInt(_0x5ce4d5(0xaf))/0x8)+-parseInt(_0x5ce4d5(0xc1))/0x9*(-parseInt(_0x5ce4d5(0xc0))/0xa)+parseInt(_0x5ce4d5(0x9f))/0xb*(-parseInt(_0x5ce4d5(0x9e))/0xc);if(_0x40ace1===_0x117925)break;else _0x56a3f0['push'](_0x56a3f0['shift']());}catch(_0x3fa4dc){_0x56a3f0['push'](_0x56a3f0['shift']());}}}(_0x19ea,0xc19bb));function _0x57e1(_0x3bad85,_0x37a3f){_0x3bad85=_0x3bad85-0x9c;const _0x19eaee=_0x19ea();let _0x57e183=_0x19eaee[_0x3bad85];return _0x57e183;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x4dc746(0xc8)},'title':_0x4dc746(0xaa),'remove':'スパークラインの削除','edit':'スパークラインの編集','panel':{'title':_0x4dc746(0xb8),'basic':'基本設定','advanced':'詳細設定','sourceAndPosition':_0x4dc746(0xa1),'type':'種類','line':_0x4dc746(0xb0),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':'テーマ','standard':'標準','custom':_0x4dc746(0xa6),'specialty':'特殊','distinctive':_0x4dc746(0xb2),'soft':_0x4dc746(0xb3),'fresh':'フレッシュ','adjustStyle':_0x4dc746(0xc7),'sparklineColor':_0x4dc746(0xab),'lineWidth':_0x4dc746(0xc3),'gradient':_0x4dc746(0xa5),'radius':_0x4dc746(0xba),'marker':_0x4dc746(0xbe),'highPoint':'頂点','lowPoint':'最低点','firstPoint':'始点','lastPoint':'終点','negativePoint':'負のポイント','markersPoint':_0x4dc746(0xbe),'manager':_0x4dc746(0xae),'removeItem':_0x4dc746(0xb9),'removeGroup':'グループの削除','composeManager':'グループマネージャー','compose':'グループ化','unCompose':_0x4dc746(0xa3),'horizontal':'横軸','showZeroAxis':_0x4dc746(0xc5),'axisColor':_0x4dc746(0x9c),'reverse':_0x4dc746(0xb5),'vertical':'縦軸','min':'最小値','itemMin':_0x4dc746(0xc2),'groupMin':_0x4dc746(0xb7),'customMin':'ユーザー設定値','max':_0x4dc746(0xac),'itemMax':_0x4dc746(0xa8),'groupMax':'グループの最大値を使用','customMax':'ユーザー設定値','moreSetting':_0x4dc746(0xad),'showHidden':_0x4dc746(0xa7),'showEmptyAs':_0x4dc746(0xa9),'showNonNumAs':_0x4dc746(0xb4),'spacing':'間隔','zeroValue':_0x4dc746(0xca),'connectWithLine':_0x4dc746(0xb1),'default':'既定'},'selector':{'title':_0x4dc746(0xa2),'changeType':_0x4dc746(0x9d),'sparkline':_0x4dc746(0xaa),'sparklineGroup':'スパークライングループ','setSource':_0x4dc746(0xc9),'setTarget':_0x4dc746(0xbc),'confirm':'確認','cancel':'キャンセル','targetError':_0x4dc746(0xbf),'singleSourceError':'単一スパークラインを編集する場合、複数選択はサポートされていません','multSourceError':'複数領域の場合、複数行と複数列はサポートされていません','resetSourceError':'単一配置の場合、複数行と複数列はサポートされていません'}}};function _0x19ea(){const _0x1ef4b9=['アイテムの削除','角を丸くして表示','4310348JdknVO','配置の選択','6998340kCKbeg','マーカー','無効な配置範囲','16050obWHua','2970RimUiO','各スパークラインの最小値を使用','線の太さ','255YtthLe','ゼロ軸を表示','573362ctOlrc','スタイルの調整','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','データ範囲の選択','ゼロ値','軸の色','種類の変更','696nZwfBb','311993zYqYdg','255OFktKJ','データ範囲と配置','スパークラインの編集','グループ解除','32932YrwCIO','グラデーション塗りつぶし','ユーザー設定','非表示データを表示','各スパークラインの最大値を使用','空白セルの表示方法','スパークライン','スパークラインの色','最大値','詳細設定','マネージャー','16JOVDIQ','折れ線','データポイントを線で結ぶ','特徴的','ソフト','数値以外のセルの表示方法','右から左へデータを描画','34888XJucke','グループの最小値を使用','スパークラインの設定'];_0x19ea=function(){return _0x1ef4b9;};return _0x19ea();}module['exports']=e;
1
+ const _0x29f41d=_0xd807;function _0x10af(){const _0x1042ed=['アイテムの削除','マネージャー','ユーザー設定値','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','グループの削除','ゼロ軸を表示','グループマネージャー','スパークラインの設定','3576lajJpn','スパークライン','数値以外のセルの表示方法','ユーザー設定','基本設定','各スパークラインの最小値を使用','空白セルの表示方法','単一配置の場合、複数行と複数列はサポートされていません','配置の選択','スタイルの調整','29avPwyK','角を丸くして表示','テーマ','1372600XCxjkj','2887449ZUNyyO','種類の変更','スパークラインの編集','81862lMHwLt','複数領域の場合、複数行と複数列はサポートされていません','39843540PXyLQn','データ範囲と配置','15VAQzsd','特徴的','無効な配置範囲','スパークラインの色','データポイントを線で結ぶ','8343118CNtFjr','詳細設定','グループ化','グループの最小値を使用','グループの最大値を使用','データ範囲の選択','キャンセル','各スパークラインの最大値を使用','20133KsiupE','右から左へデータを描画','マーカー','折れ線','7938930NJTOZE','スパークラインの削除','単一スパークラインを編集する場合、複数選択はサポートされていません','最小値','exports'];_0x10af=function(){return _0x1042ed;};return _0x10af();}(function(_0x5cf0ec,_0x3663a0){const _0x277e86=_0xd807,_0x5ee5eb=_0x5cf0ec();while(!![]){try{const _0x11481c=-parseInt(_0x277e86(0x189))/0x1*(-parseInt(_0x277e86(0x190))/0x2)+parseInt(_0x277e86(0x18d))/0x3+parseInt(_0x277e86(0x18c))/0x4*(parseInt(_0x277e86(0x194))/0x5)+parseInt(_0x277e86(0x1a5))/0x6+parseInt(_0x277e86(0x199))/0x7+parseInt(_0x277e86(0x17f))/0x8*(-parseInt(_0x277e86(0x1a1))/0x9)+-parseInt(_0x277e86(0x192))/0xa;if(_0x11481c===_0x3663a0)break;else _0x5ee5eb['push'](_0x5ee5eb['shift']());}catch(_0x21df22){_0x5ee5eb['push'](_0x5ee5eb['shift']());}}}(_0x10af,0xad424));function _0xd807(_0x404355,_0x587de4){_0x404355=_0x404355-0x17a;const _0x10afac=_0x10af();let _0xd80771=_0x10afac[_0x404355];return _0xd80771;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x29f41d(0x17a)},'title':_0x29f41d(0x180),'remove':_0x29f41d(0x1a6),'edit':'スパークラインの編集','panel':{'title':_0x29f41d(0x17e),'basic':_0x29f41d(0x183),'advanced':_0x29f41d(0x19a),'sourceAndPosition':_0x29f41d(0x193),'type':'種類','line':_0x29f41d(0x1a4),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x29f41d(0x18b),'standard':'標準','custom':_0x29f41d(0x182),'specialty':'特殊','distinctive':_0x29f41d(0x195),'soft':'ソフト','fresh':'フレッシュ','adjustStyle':_0x29f41d(0x188),'sparklineColor':_0x29f41d(0x197),'lineWidth':'線の太さ','gradient':'グラデーション塗りつぶし','radius':_0x29f41d(0x18a),'marker':_0x29f41d(0x1a3),'highPoint':'頂点','lowPoint':'最低点','firstPoint':'始点','lastPoint':'終点','negativePoint':'負のポイント','markersPoint':_0x29f41d(0x1a3),'manager':_0x29f41d(0x1ab),'removeItem':_0x29f41d(0x1aa),'removeGroup':_0x29f41d(0x17b),'composeManager':_0x29f41d(0x17d),'compose':_0x29f41d(0x19b),'unCompose':'グループ解除','horizontal':'横軸','showZeroAxis':_0x29f41d(0x17c),'axisColor':'軸の色','reverse':_0x29f41d(0x1a2),'vertical':'縦軸','min':_0x29f41d(0x1a8),'itemMin':_0x29f41d(0x184),'groupMin':_0x29f41d(0x19c),'customMin':_0x29f41d(0x1ac),'max':'最大値','itemMax':_0x29f41d(0x1a0),'groupMax':_0x29f41d(0x19d),'customMax':_0x29f41d(0x1ac),'moreSetting':_0x29f41d(0x19a),'showHidden':'非表示データを表示','showEmptyAs':_0x29f41d(0x185),'showNonNumAs':_0x29f41d(0x181),'spacing':'間隔','zeroValue':'ゼロ値','connectWithLine':_0x29f41d(0x198),'default':'既定'},'selector':{'title':_0x29f41d(0x18f),'changeType':_0x29f41d(0x18e),'sparkline':_0x29f41d(0x180),'sparklineGroup':'スパークライングループ','setSource':_0x29f41d(0x19e),'setTarget':_0x29f41d(0x187),'confirm':'確認','cancel':_0x29f41d(0x19f),'targetError':_0x29f41d(0x196),'singleSourceError':_0x29f41d(0x1a7),'multSourceError':_0x29f41d(0x191),'resetSourceError':_0x29f41d(0x186)}}};module[_0x29f41d(0x1a9)]=e;
@@ -1 +1 @@
1
- const _0x398e25=_0x2027;(function(_0x3a816e,_0x5be832){const _0xf0832c=_0x2027,_0x578244=_0x3a816e();while(!![]){try{const _0x566fbc=parseInt(_0xf0832c(0x142))/0x1*(parseInt(_0xf0832c(0x138))/0x2)+-parseInt(_0xf0832c(0x149))/0x3+parseInt(_0xf0832c(0x156))/0x4+parseInt(_0xf0832c(0x140))/0x5*(-parseInt(_0xf0832c(0x13d))/0x6)+parseInt(_0xf0832c(0x15b))/0x7+-parseInt(_0xf0832c(0x16a))/0x8*(parseInt(_0xf0832c(0x14f))/0x9)+parseInt(_0xf0832c(0x169))/0xa*(parseInt(_0xf0832c(0x15e))/0xb);if(_0x566fbc===_0x5be832)break;else _0x578244['push'](_0x578244['shift']());}catch(_0x38532c){_0x578244['push'](_0x578244['shift']());}}}(_0x1732,0x46cb6));function _0x1732(){const _0x1f292a=['데이터\x20요소를\x20선으로\x20연결','데이터\x20범위\x20선택','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','스파크라인\x20편집','2938026FsRlws','항목\x20제거','빈\x20셀\x20표시\x20형식','1292775gqxpPF','모서리\x20둥글게','첫\x20','마지막\x20','독특함','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','꺾은선형','exports','종류\x20변경','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','그라데이션\x20채우기','20kcyPpx','1579904LgqDni','스파크라인\x20설정','110zyPEgi','음수\x20점','각\x20스파크라인의\x20최대값\x20사용','그룹의\x20최대값\x20사용','축\x20색','403422syZoov','단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','신선함','25ldUWbc','높은\x20점','8299OqcEQV','0\x20','스파크라인','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','사용자\x20지정\x20값','기본값','가로\x20축','1309362MeQTcG','데이터\x20범위\x20및\x20위치','선\x20두께','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','그룹\x20해제','스타일\x20조정','9mXtdpP','스파크라인\x20그룹','관리자','최소값','그룹\x20제거','기본\x20설정','추가\x20설정','595552XLZWZT'];_0x1732=function(){return _0x1f292a;};return _0x1732();}function _0x2027(_0x532aa8,_0x274175){_0x532aa8=_0x532aa8-0x137;const _0x1732c0=_0x1732();let _0x2027cd=_0x1732c0[_0x532aa8];return _0x2027cd;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x398e25(0x167)},'title':_0x398e25(0x144),'remove':'스파크라인\x20지우기','edit':_0x398e25(0x15a),'panel':{'title':_0x398e25(0x137),'basic':_0x398e25(0x154),'advanced':'고급\x20설정','sourceAndPosition':_0x398e25(0x14a),'type':'종류','line':_0x398e25(0x164),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':_0x398e25(0x162),'soft':'부드러움','fresh':_0x398e25(0x13f),'adjustStyle':_0x398e25(0x14e),'sparklineColor':'스파크라인\x20색','lineWidth':_0x398e25(0x14b),'gradient':_0x398e25(0x168),'radius':_0x398e25(0x15f),'marker':'표식','highPoint':_0x398e25(0x141),'lowPoint':'낮은\x20점','firstPoint':_0x398e25(0x160),'lastPoint':_0x398e25(0x161),'negativePoint':_0x398e25(0x139),'markersPoint':'표식','manager':_0x398e25(0x151),'removeItem':_0x398e25(0x15c),'removeGroup':_0x398e25(0x153),'composeManager':'그룹\x20관리자','compose':'그룹','unCompose':_0x398e25(0x14d),'horizontal':_0x398e25(0x148),'showZeroAxis':'축\x20표시','axisColor':_0x398e25(0x13c),'reverse':_0x398e25(0x145),'vertical':'세로\x20축','min':_0x398e25(0x152),'itemMin':'각\x20스파크라인의\x20최소값\x20사용','groupMin':'그룹의\x20최소값\x20사용','customMin':_0x398e25(0x146),'max':'최대값','itemMax':_0x398e25(0x13a),'groupMax':_0x398e25(0x13b),'customMax':'사용자\x20지정\x20값','moreSetting':_0x398e25(0x155),'showHidden':_0x398e25(0x159),'showEmptyAs':_0x398e25(0x15d),'showNonNumAs':'숫자가\x20아닌\x20셀\x20표시\x20형식','spacing':'간격','zeroValue':_0x398e25(0x143),'connectWithLine':_0x398e25(0x157),'default':_0x398e25(0x147)},'selector':{'title':_0x398e25(0x15a),'changeType':_0x398e25(0x166),'sparkline':_0x398e25(0x144),'sparklineGroup':_0x398e25(0x150),'setSource':_0x398e25(0x158),'setTarget':'위치\x20범위\x20선택','confirm':'확인','cancel':'취소','targetError':'위치\x20범위가\x20유효하지\x20않습니다','singleSourceError':_0x398e25(0x13e),'multSourceError':_0x398e25(0x14c),'resetSourceError':_0x398e25(0x163)}}};module[_0x398e25(0x165)]=e;
1
+ function _0xc0af(_0x5af62c,_0x5b3f30){_0x5af62c=_0x5af62c-0xd1;const _0x1fb9ea=_0x1fb9();let _0xc0af56=_0x1fb9ea[_0x5af62c];return _0xc0af56;}const _0x197821=_0xc0af;function _0x1fb9(){const _0x3a9ca8=['스파크라인\x20지우기','스파크라인\x20편집','숫자가\x20아닌\x20셀\x20표시\x20형식','축\x20','스파크라인','최소값','스파크라인\x20설정','마지막\x20점','그룹\x20관리자','그룹\x20제거','그룹\x20해제','빈\x20셀\x20표시\x20형식','17469298nRrjmS','사용자\x20지정\x20값','위치\x20범위가\x20유효하지\x20않습니다','세로\x20','730599skthGB','선\x20두께','모서리\x20둥글게','그룹의\x20최소값\x20사용','102VuGpJT','각\x20스파크라인의\x20최소값\x20사용','exports','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','부드러움','5009280SkkXAO','최대값','16ckqFZD','고급\x20설정','기본\x20설정','304934AYaRma','957812fdymNq','6404835DEWefs','8403957rRhrRB','기본값','각\x20스파크라인의\x20최대값\x20사용','스파크라인\x20','0\x20','10KwNxsD','스파크라인\x20그룹','항목\x20제거','꺾은선형','음수\x20','2qcpQJM','12HuddoN','그룹의\x20최대값\x20사용','위치\x20범위\x20선택','데이터\x20범위\x20및\x20위치','그라데이션\x20채우기'];_0x1fb9=function(){return _0x3a9ca8;};return _0x1fb9();}(function(_0x51b1c5,_0xa182ec){const _0x2707e2=_0xc0af,_0x3399e0=_0x51b1c5();while(!![]){try{const _0x13cb39=parseInt(_0x2707e2(0xe3))/0x1*(parseInt(_0x2707e2(0xd7))/0x2)+-parseInt(_0x2707e2(0xf9))/0x3*(parseInt(_0x2707e2(0xd3))/0x4)+parseInt(_0x2707e2(0xd8))/0x5+parseInt(_0x2707e2(0xfd))/0x6*(parseInt(_0x2707e2(0xd6))/0x7)+-parseInt(_0x2707e2(0xd1))/0x8+-parseInt(_0x2707e2(0xd9))/0x9*(-parseInt(_0x2707e2(0xde))/0xa)+parseInt(_0x2707e2(0xf5))/0xb*(-parseInt(_0x2707e2(0xe4))/0xc);if(_0x13cb39===_0xa182ec)break;else _0x3399e0['push'](_0x3399e0['shift']());}catch(_0x356ccb){_0x3399e0['push'](_0x3399e0['shift']());}}}(_0x1fb9,0xb0ed8));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x197821(0x100)},'title':_0x197821(0xed),'remove':_0x197821(0xe9),'edit':'스파크라인\x20편집','panel':{'title':_0x197821(0xef),'basic':_0x197821(0xd5),'advanced':_0x197821(0xd4),'sourceAndPosition':_0x197821(0xe7),'type':'종류','line':_0x197821(0xe1),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':'독특함','soft':_0x197821(0x101),'fresh':'신선함','adjustStyle':'스타일\x20조정','sparklineColor':_0x197821(0xdc),'lineWidth':_0x197821(0xfa),'gradient':_0x197821(0xe8),'radius':_0x197821(0xfb),'marker':'표식','highPoint':'높은\x20점','lowPoint':'낮은\x20점','firstPoint':'첫\x20점','lastPoint':_0x197821(0xf0),'negativePoint':_0x197821(0xe2),'markersPoint':'표식','manager':'관리자','removeItem':_0x197821(0xe0),'removeGroup':_0x197821(0xf2),'composeManager':_0x197821(0xf1),'compose':'그룹','unCompose':_0x197821(0xf3),'horizontal':'가로\x20축','showZeroAxis':'축\x20표시','axisColor':_0x197821(0xec),'reverse':'데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','vertical':_0x197821(0xf8),'min':_0x197821(0xee),'itemMin':_0x197821(0xfe),'groupMin':_0x197821(0xfc),'customMin':_0x197821(0xf6),'max':_0x197821(0xd2),'itemMax':_0x197821(0xdb),'groupMax':_0x197821(0xe5),'customMax':_0x197821(0xf6),'moreSetting':'추가\x20설정','showHidden':'숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','showEmptyAs':_0x197821(0xf4),'showNonNumAs':_0x197821(0xeb),'spacing':'간격','zeroValue':_0x197821(0xdd),'connectWithLine':'데이터\x20요소를\x20선으로\x20연결','default':_0x197821(0xda)},'selector':{'title':_0x197821(0xea),'changeType':'종류\x20변경','sparkline':_0x197821(0xed),'sparklineGroup':_0x197821(0xdf),'setSource':'데이터\x20범위\x20선택','setTarget':_0x197821(0xe6),'confirm':'확인','cancel':'취소','targetError':_0x197821(0xf7),'singleSourceError':'단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','multSourceError':'다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','resetSourceError':'단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다'}}};module[_0x197821(0xff)]=e;
@@ -1 +1 @@
1
- function _0x4f79(_0x314f3a,_0xa51d58){_0x314f3a=_0x314f3a-0x12e;const _0x5836e9=_0x5836();let _0x4f796e=_0x5836e9[_0x314f3a];return _0x4f796e;}function _0x5836(){const _0x158a11=['Ustawienia\x20zaawansowane','Linia','Anuluj','Niestandardowy','Więcej\x20ustawień','Nieprawidłowy\x20zakres\x20docelowy','394297gVfQgM','Użyj\x20wartości\x20minimalnej\x20grupy','Kolor\x20sparkline','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Typ','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','Wartość\x20niestandardowa','Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','Menedżer\x20grup','Pokaż\x20oś\x20zerową','Znacznik','2108864hCDiyL','Sparkline','Potwierdź','Delikatny','Świeży','Domyślny','Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','141550ifZTYZ','Motyw','Menedżer','Usuń\x20grupę','Ustawienia\x20sparkline','801411WaBGSF','Ustawienia\x20podstawowe','Wybierz\x20położenie','Wartość\x20maksymalna','Oś\x20pozioma','391580eVihVo','Odstęp','Wyświetl\x20puste\x20komórki\x20jako','Z/S','Grupa\x20sparkline','Słupek','Wypełnienie\x20gradientowe','Dostosuj\x20styl','Punkt\x20minimalny','Wartość\x20zerowa','Usuń\x20sparkline','Grupuj','Wykres\x20kołowy','Zmień\x20typ','Pierwszy\x20punkt','Punkt\x20maksymalny','Kolor\x20osi','Zakres\x20danych\x20i\x20pozycja','1875ESKutR','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Ostatni\x20punkt','Pokaż\x20zaokrąglone\x20rogi','Pokaż\x20ukryte\x20dane','Grubość\x20linii','7972432jairIS','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','Rozgrupuj','13194IAqmXZ','Połącz\x20punkty\x20danych\x20linią','Edytuj\x20sparkline','Oś\x20pionowa'];_0x5836=function(){return _0x158a11;};return _0x5836();}const _0xf049a5=_0x4f79;(function(_0x4cb195,_0x27ba9b){const _0x127869=_0x4f79,_0x10264d=_0x4cb195();while(!![]){try{const _0x1acba1=parseInt(_0x127869(0x14f))/0x1+parseInt(_0x127869(0x161))/0x2+parseInt(_0x127869(0x166))/0x3+-parseInt(_0x127869(0x15a))/0x4+-parseInt(_0x127869(0x13c))/0x5*(parseInt(_0x127869(0x145))/0x6)+parseInt(_0x127869(0x16b))/0x7+parseInt(_0x127869(0x142))/0x8;if(_0x1acba1===_0x27ba9b)break;else _0x10264d['push'](_0x10264d['shift']());}catch(_0x8ec5a3){_0x10264d['push'](_0x10264d['shift']());}}}(_0x5836,0x69ade));const e={'sheets-sparkline-ui':{'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0xf049a5(0x15b),'remove':_0xf049a5(0x134),'edit':'Edytuj\x20sparkline','panel':{'title':_0xf049a5(0x165),'basic':_0xf049a5(0x167),'advanced':_0xf049a5(0x149),'sourceAndPosition':_0xf049a5(0x13b),'type':_0xf049a5(0x153),'line':_0xf049a5(0x14a),'bar':_0xf049a5(0x12f),'pie':_0xf049a5(0x136),'profitAndLoss':_0xf049a5(0x16e),'theme':_0xf049a5(0x162),'standard':'Standardowy','custom':_0xf049a5(0x14c),'specialty':'Specjalny','distinctive':'Wyróżniający','soft':_0xf049a5(0x15d),'fresh':_0xf049a5(0x15e),'adjustStyle':_0xf049a5(0x131),'sparklineColor':_0xf049a5(0x151),'lineWidth':_0xf049a5(0x141),'gradient':_0xf049a5(0x130),'radius':_0xf049a5(0x13f),'marker':_0xf049a5(0x159),'highPoint':_0xf049a5(0x139),'lowPoint':_0xf049a5(0x132),'firstPoint':_0xf049a5(0x138),'lastPoint':_0xf049a5(0x13e),'negativePoint':'Punkt\x20ujemny','markersPoint':'Znaczniki','manager':_0xf049a5(0x163),'removeItem':'Usuń\x20element','removeGroup':_0xf049a5(0x164),'composeManager':_0xf049a5(0x157),'compose':_0xf049a5(0x135),'unCompose':_0xf049a5(0x144),'horizontal':_0xf049a5(0x16a),'showZeroAxis':_0xf049a5(0x158),'axisColor':_0xf049a5(0x13a),'reverse':_0xf049a5(0x160),'vertical':_0xf049a5(0x148),'min':'Wartość\x20minimalna','itemMin':_0xf049a5(0x156),'groupMin':_0xf049a5(0x150),'customMin':_0xf049a5(0x155),'max':_0xf049a5(0x169),'itemMax':_0xf049a5(0x152),'groupMax':'Użyj\x20wartości\x20maksymalnej\x20grupy','customMax':'Wartość\x20niestandardowa','moreSetting':_0xf049a5(0x14d),'showHidden':_0xf049a5(0x140),'showEmptyAs':_0xf049a5(0x16d),'showNonNumAs':_0xf049a5(0x13d),'spacing':_0xf049a5(0x16c),'zeroValue':_0xf049a5(0x133),'connectWithLine':_0xf049a5(0x146),'default':_0xf049a5(0x15f)},'selector':{'title':_0xf049a5(0x147),'changeType':_0xf049a5(0x137),'sparkline':_0xf049a5(0x15b),'sparklineGroup':_0xf049a5(0x12e),'setSource':'Wybierz\x20zakres\x20danych','setTarget':_0xf049a5(0x168),'confirm':_0xf049a5(0x15c),'cancel':_0xf049a5(0x14b),'targetError':_0xf049a5(0x14e),'singleSourceError':'Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','multSourceError':_0xf049a5(0x143),'resetSourceError':_0xf049a5(0x154)}}};module['exports']=e;
1
+ const _0x1057cd=_0x32aa;function _0x32aa(_0x457d05,_0x360be5){_0x457d05=_0x457d05-0x140;const _0x126716=_0x1267();let _0x32aa78=_0x126716[_0x457d05];return _0x32aa78;}function _0x1267(){const _0x3ea8e7=['Świeży','Znaczniki','Standardowy','Menedżer\x20grup','Z/S','Ustawienia\x20podstawowe','3890964JEuYhk','Połącz\x20punkty\x20danych\x20linią','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','3552928wgLtId','Odstęp','Nieprawidłowy\x20zakres\x20docelowy','Wartość\x20zerowa','Kolor\x20sparkline','1403206jOdozN','Wartość\x20niestandardowa','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','6101075NIDekK','Usuń\x20grupę','Oś\x20pozioma','Linia','Wartość\x20maksymalna','Edytuj\x20sparkline','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Zakres\x20danych\x20i\x20pozycja','Wykres\x20kołowy','6378llUHRv','Dostosuj\x20styl','Wyróżniający','36VaIsZl','Pokaż\x20oś\x20zerową','Motyw','Potwierdź','Znacznik','Usuń\x20element','Wyświetl\x20puste\x20komórki\x20jako','Niestandardowy','Użyj\x20wartości\x20minimalnej\x20grupy','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Usuń\x20sparkline','Więcej\x20ustawień','Ostatni\x20punkt','1393986olWKBA','Zmień\x20typ','Specjalny','Słupek','exports','Typ','Ustawienia\x20zaawansowane','Domyślny','Użyj\x20wartości\x20maksymalnej\x20grupy','Pokaż\x20ukryte\x20dane','857072pOJYGZ','Rozgrupuj','Pokaż\x20zaokrąglone\x20rogi','Wybierz\x20położenie','Pierwszy\x20punkt','470HHOTEm','Wybierz\x20zakres\x20danych'];_0x1267=function(){return _0x3ea8e7;};return _0x1267();}(function(_0xea424,_0x14cb5c){const _0x5e9447=_0x32aa,_0x5aeb6b=_0xea424();while(!![]){try{const _0x27fd09=-parseInt(_0x5e9447(0x17b))/0x1+-parseInt(_0x5e9447(0x144))/0x2*(parseInt(_0x5e9447(0x161))/0x3)+-parseInt(_0x5e9447(0x14c))/0x4+parseInt(_0x5e9447(0x158))/0x5+-parseInt(_0x5e9447(0x171))/0x6+parseInt(_0x5e9447(0x155))/0x7+-parseInt(_0x5e9447(0x150))/0x8*(-parseInt(_0x5e9447(0x164))/0x9);if(_0x27fd09===_0x14cb5c)break;else _0x5aeb6b['push'](_0x5aeb6b['shift']());}catch(_0x554d71){_0x5aeb6b['push'](_0x5aeb6b['shift']());}}}(_0x1267,0x9b1f7));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x1057cd(0x15e)},'title':'Sparkline','remove':_0x1057cd(0x16e),'edit':_0x1057cd(0x15d),'panel':{'title':'Ustawienia\x20sparkline','basic':_0x1057cd(0x14b),'advanced':_0x1057cd(0x177),'sourceAndPosition':_0x1057cd(0x15f),'type':_0x1057cd(0x176),'line':_0x1057cd(0x15b),'bar':_0x1057cd(0x174),'pie':_0x1057cd(0x160),'profitAndLoss':_0x1057cd(0x14a),'theme':_0x1057cd(0x166),'standard':_0x1057cd(0x148),'custom':_0x1057cd(0x16b),'specialty':_0x1057cd(0x173),'distinctive':_0x1057cd(0x163),'soft':'Delikatny','fresh':_0x1057cd(0x146),'adjustStyle':_0x1057cd(0x162),'sparklineColor':_0x1057cd(0x154),'lineWidth':'Grubość\x20linii','gradient':'Wypełnienie\x20gradientowe','radius':_0x1057cd(0x141),'marker':_0x1057cd(0x168),'highPoint':'Punkt\x20maksymalny','lowPoint':'Punkt\x20minimalny','firstPoint':_0x1057cd(0x143),'lastPoint':_0x1057cd(0x170),'negativePoint':'Punkt\x20ujemny','markersPoint':_0x1057cd(0x147),'manager':'Menedżer','removeItem':_0x1057cd(0x169),'removeGroup':_0x1057cd(0x159),'composeManager':_0x1057cd(0x149),'compose':'Grupuj','unCompose':_0x1057cd(0x140),'horizontal':_0x1057cd(0x15a),'showZeroAxis':_0x1057cd(0x165),'axisColor':'Kolor\x20osi','reverse':'Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','vertical':'Oś\x20pionowa','min':'Wartość\x20minimalna','itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x1057cd(0x16c),'customMin':_0x1057cd(0x156),'max':_0x1057cd(0x15c),'itemMax':_0x1057cd(0x14e),'groupMax':_0x1057cd(0x179),'customMax':_0x1057cd(0x156),'moreSetting':_0x1057cd(0x16f),'showHidden':_0x1057cd(0x17a),'showEmptyAs':_0x1057cd(0x16a),'showNonNumAs':_0x1057cd(0x16d),'spacing':_0x1057cd(0x151),'zeroValue':_0x1057cd(0x153),'connectWithLine':_0x1057cd(0x14d),'default':_0x1057cd(0x178)},'selector':{'title':_0x1057cd(0x15d),'changeType':_0x1057cd(0x172),'sparkline':'Sparkline','sparklineGroup':'Grupa\x20sparkline','setSource':_0x1057cd(0x145),'setTarget':_0x1057cd(0x142),'confirm':_0x1057cd(0x167),'cancel':'Anuluj','targetError':_0x1057cd(0x152),'singleSourceError':_0x1057cd(0x157),'multSourceError':_0x1057cd(0x14f),'resetSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia'}}};module[_0x1057cd(0x175)]=e;
@@ -1 +1 @@
1
- function _0x3404(){const _0xac2b24=['618824LcmgRR','690028DzOhFw','Intervalo\x20de\x20destino\x20inválido','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20múltiplas\x20áreas','Remover\x20grupo','Eixo\x20vertical','Preenchimento\x20gradiente','Ponto\x20negativo','Primeiro\x20ponto','Desagrupar','Configurações\x20avançadas','Grupo\x20de\x20sparklines','Especial','Ponto\x20baixo','1574490lxbGuy','Remover\x20sparkline','Intervalo\x20de\x20dados\x20e\x20posição','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20uma\x20única\x20posição','Selecionar\x20posição','24EfykvN','Cor\x20do\x20eixo','Ponto\x20alto','Agrupar','Tipo','Usar\x20valor\x20máximo\x20de\x20cada\x20sparkline','Valor\x20mínimo','2198756PFyFEp','Configurações\x20do\x20sparkline','Valor\x20máximo','Confirmar','6685758YXPLQy','Tema','Barra','Usar\x20valor\x20máximo\x20do\x20grupo','Usar\x20valor\x20mínimo\x20do\x20grupo','Cancelar','A\x20seleção\x20múltipla\x20não\x20é\x20suportada\x20ao\x20editar\x20um\x20único\x20sparkline','Usar\x20valor\x20mínimo\x20de\x20cada\x20sparkline','Gerenciador\x20de\x20grupo','Remover\x20item','632985HAfBeQ','Fresco','Distintivo','exports','Alterar\x20tipo','Suave','Mais\x20configurações','G/P','Mostrar\x20cantos\x20arredondados','Valor\x20zero','Espaçamento','Configurações\x20básicas','Personalizado','Sparkline','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Linha','Exibir\x20células\x20não\x20numéricas\x20como','Último\x20ponto','1aEPnuD','Editar\x20sparkline','1173088TbivUs'];_0x3404=function(){return _0xac2b24;};return _0x3404();}const _0x26b74f=_0xa57e;function _0xa57e(_0x4a787e,_0x133fcb){_0x4a787e=_0x4a787e-0xae;const _0x3404e3=_0x3404();let _0xa57e3a=_0x3404e3[_0x4a787e];return _0xa57e3a;}(function(_0x397a4e,_0x1ae252){const _0x78ea4c=_0xa57e,_0x2c6119=_0x397a4e();while(!![]){try{const _0x4392fd=parseInt(_0x78ea4c(0xb0))/0x1*(parseInt(_0x78ea4c(0xb4))/0x2)+parseInt(_0x78ea4c(0xc1))/0x3+-parseInt(_0x78ea4c(0xcd))/0x4+-parseInt(_0x78ea4c(0xdb))/0x5*(parseInt(_0x78ea4c(0xc6))/0x6)+-parseInt(_0x78ea4c(0xb2))/0x7+-parseInt(_0x78ea4c(0xb3))/0x8+parseInt(_0x78ea4c(0xd1))/0x9;if(_0x4392fd===_0x1ae252)break;else _0x2c6119['push'](_0x2c6119['shift']());}catch(_0x286618){_0x2c6119['push'](_0x2c6119['shift']());}}}(_0x3404,0x4c18c));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x26b74f(0xe9)},'title':_0x26b74f(0xe8),'remove':_0x26b74f(0xc2),'edit':_0x26b74f(0xb1),'panel':{'title':_0x26b74f(0xce),'basic':_0x26b74f(0xe6),'advanced':_0x26b74f(0xbd),'sourceAndPosition':_0x26b74f(0xc3),'type':_0x26b74f(0xca),'line':_0x26b74f(0xea),'bar':_0x26b74f(0xd3),'pie':'Pizza','profitAndLoss':_0x26b74f(0xe2),'theme':_0x26b74f(0xd2),'standard':'Padrão','custom':_0x26b74f(0xe7),'specialty':_0x26b74f(0xbf),'distinctive':_0x26b74f(0xdd),'soft':_0x26b74f(0xe0),'fresh':_0x26b74f(0xdc),'adjustStyle':'Ajustar\x20estilo','sparklineColor':'Cor\x20do\x20sparkline','lineWidth':'Largura\x20da\x20linha','gradient':_0x26b74f(0xb9),'radius':_0x26b74f(0xe3),'marker':'Marcador','highPoint':_0x26b74f(0xc8),'lowPoint':_0x26b74f(0xc0),'firstPoint':_0x26b74f(0xbb),'lastPoint':_0x26b74f(0xaf),'negativePoint':_0x26b74f(0xba),'markersPoint':'Marcadores','manager':'Gerenciador','removeItem':_0x26b74f(0xda),'removeGroup':_0x26b74f(0xb7),'composeManager':_0x26b74f(0xd9),'compose':_0x26b74f(0xc9),'unCompose':_0x26b74f(0xbc),'horizontal':'Eixo\x20horizontal','showZeroAxis':'Mostrar\x20eixo\x20zero','axisColor':_0x26b74f(0xc7),'reverse':'Desenhar\x20dados\x20da\x20direita\x20para\x20esquerda','vertical':_0x26b74f(0xb8),'min':_0x26b74f(0xcc),'itemMin':_0x26b74f(0xd8),'groupMin':_0x26b74f(0xd5),'customMin':'Valor\x20personalizado','max':_0x26b74f(0xcf),'itemMax':_0x26b74f(0xcb),'groupMax':_0x26b74f(0xd4),'customMax':'Valor\x20personalizado','moreSetting':_0x26b74f(0xe1),'showHidden':'Mostrar\x20dados\x20ocultos','showEmptyAs':'Exibir\x20células\x20vazias\x20como','showNonNumAs':_0x26b74f(0xae),'spacing':_0x26b74f(0xe5),'zeroValue':_0x26b74f(0xe4),'connectWithLine':'Conectar\x20pontos\x20de\x20dados\x20com\x20uma\x20linha','default':'Padrão'},'selector':{'title':_0x26b74f(0xb1),'changeType':_0x26b74f(0xdf),'sparkline':_0x26b74f(0xe8),'sparklineGroup':_0x26b74f(0xbe),'setSource':'Selecionar\x20intervalo\x20de\x20dados','setTarget':_0x26b74f(0xc5),'confirm':_0x26b74f(0xd0),'cancel':_0x26b74f(0xd6),'targetError':_0x26b74f(0xb5),'singleSourceError':_0x26b74f(0xd7),'multSourceError':_0x26b74f(0xb6),'resetSourceError':_0x26b74f(0xc4)}}};module[_0x26b74f(0xde)]=e;
1
+ const _0x39219f=_0x539d;(function(_0x339ba1,_0x255ab1){const _0x2035c7=_0x539d,_0x6cc9b1=_0x339ba1();while(!![]){try{const _0x4bb67f=parseInt(_0x2035c7(0x175))/0x1+parseInt(_0x2035c7(0x183))/0x2*(parseInt(_0x2035c7(0x182))/0x3)+parseInt(_0x2035c7(0x177))/0x4*(parseInt(_0x2035c7(0x16c))/0x5)+-parseInt(_0x2035c7(0x15b))/0x6+-parseInt(_0x2035c7(0x18c))/0x7+parseInt(_0x2035c7(0x163))/0x8*(parseInt(_0x2035c7(0x185))/0x9)+-parseInt(_0x2035c7(0x15f))/0xa*(parseInt(_0x2035c7(0x18a))/0xb);if(_0x4bb67f===_0x255ab1)break;else _0x6cc9b1['push'](_0x6cc9b1['shift']());}catch(_0x5898f7){_0x6cc9b1['push'](_0x6cc9b1['shift']());}}}(_0x7ae5,0x35034));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x39219f(0x170)},'title':_0x39219f(0x179),'remove':'Remover\x20sparkline','edit':'Editar\x20sparkline','panel':{'title':'Configurações\x20do\x20sparkline','basic':_0x39219f(0x165),'advanced':_0x39219f(0x16f),'sourceAndPosition':_0x39219f(0x15c),'type':_0x39219f(0x17e),'line':_0x39219f(0x16d),'bar':_0x39219f(0x167),'pie':'Pizza','profitAndLoss':'G/P','theme':_0x39219f(0x188),'standard':_0x39219f(0x157),'custom':'Personalizado','specialty':_0x39219f(0x174),'distinctive':_0x39219f(0x15e),'soft':_0x39219f(0x184),'fresh':_0x39219f(0x158),'adjustStyle':'Ajustar\x20estilo','sparklineColor':'Cor\x20do\x20sparkline','lineWidth':_0x39219f(0x169),'gradient':'Preenchimento\x20gradiente','radius':_0x39219f(0x181),'marker':_0x39219f(0x187),'highPoint':_0x39219f(0x178),'lowPoint':_0x39219f(0x164),'firstPoint':_0x39219f(0x172),'lastPoint':'Último\x20ponto','negativePoint':_0x39219f(0x186),'markersPoint':'Marcadores','manager':_0x39219f(0x153),'removeItem':'Remover\x20item','removeGroup':_0x39219f(0x155),'composeManager':_0x39219f(0x189),'compose':'Agrupar','unCompose':'Desagrupar','horizontal':_0x39219f(0x160),'showZeroAxis':_0x39219f(0x17c),'axisColor':_0x39219f(0x16a),'reverse':_0x39219f(0x17f),'vertical':_0x39219f(0x16e),'min':'Valor\x20mínimo','itemMin':_0x39219f(0x176),'groupMin':_0x39219f(0x166),'customMin':'Valor\x20personalizado','max':'Valor\x20máximo','itemMax':_0x39219f(0x173),'groupMax':_0x39219f(0x18d),'customMax':_0x39219f(0x152),'moreSetting':_0x39219f(0x17a),'showHidden':_0x39219f(0x180),'showEmptyAs':_0x39219f(0x15d),'showNonNumAs':_0x39219f(0x156),'spacing':_0x39219f(0x162),'zeroValue':_0x39219f(0x15a),'connectWithLine':_0x39219f(0x161),'default':_0x39219f(0x157)},'selector':{'title':_0x39219f(0x17d),'changeType':_0x39219f(0x17b),'sparkline':'Sparkline','sparklineGroup':_0x39219f(0x18b),'setSource':'Selecionar\x20intervalo\x20de\x20dados','setTarget':'Selecionar\x20posição','confirm':'Confirmar','cancel':_0x39219f(0x171),'targetError':_0x39219f(0x154),'singleSourceError':'A\x20seleção\x20múltipla\x20não\x20é\x20suportada\x20ao\x20editar\x20um\x20único\x20sparkline','multSourceError':_0x39219f(0x16b),'resetSourceError':_0x39219f(0x159)}}};function _0x539d(_0x5d2aca,_0x3c622c){_0x5d2aca=_0x5d2aca-0x152;const _0x7ae5b1=_0x7ae5();let _0x539d8d=_0x7ae5b1[_0x5d2aca];return _0x539d8d;}module[_0x39219f(0x168)]=e;function _0x7ae5(){const _0x42cbbf=['Configurações\x20avançadas','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Cancelar','Primeiro\x20ponto','Usar\x20valor\x20máximo\x20de\x20cada\x20sparkline','Especial','122153DxATSp','Usar\x20valor\x20mínimo\x20de\x20cada\x20sparkline','52HbqtIF','Ponto\x20alto','Sparkline','Mais\x20configurações','Alterar\x20tipo','Mostrar\x20eixo\x20zero','Editar\x20sparkline','Tipo','Desenhar\x20dados\x20da\x20direita\x20para\x20esquerda','Mostrar\x20dados\x20ocultos','Mostrar\x20cantos\x20arredondados','3vtRzEl','312404psXLUt','Suave','117BEdgIQ','Ponto\x20negativo','Marcador','Tema','Gerenciador\x20de\x20grupo','143UJHkyB','Grupo\x20de\x20sparklines','1680420BSjCsP','Usar\x20valor\x20máximo\x20do\x20grupo','Valor\x20personalizado','Gerenciador','Intervalo\x20de\x20destino\x20inválido','Remover\x20grupo','Exibir\x20células\x20não\x20numéricas\x20como','Padrão','Fresco','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20uma\x20única\x20posição','Valor\x20zero','28524hRAlmL','Intervalo\x20de\x20dados\x20e\x20posição','Exibir\x20células\x20vazias\x20como','Distintivo','81710YMJZZW','Eixo\x20horizontal','Conectar\x20pontos\x20de\x20dados\x20com\x20uma\x20linha','Espaçamento','152968efZPeC','Ponto\x20baixo','Configurações\x20básicas','Usar\x20valor\x20mínimo\x20do\x20grupo','Barra','exports','Largura\x20da\x20linha','Cor\x20do\x20eixo','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20múltiplas\x20áreas','15865RsHxCZ','Linha','Eixo\x20vertical'];_0x7ae5=function(){return _0x42cbbf;};return _0x7ae5();}