@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
- const _0x2aabfc=_0x4002;function _0x3a2d(){const _0x2c4a35=['دائري','الإعدادات\x20الأساسية','نطاق\x20البيانات\x20والموضع','متخصص','142860wUjSCz','إزالة\x20خط\x20البيانات\x20المصغر','فك\x20التجميع','علامة','نطاق\x20الهدف\x20غير\x20صالح','المحور\x20العمودي','تجميع','تعبئة\x20متدرجة','المزيد\x20من\x20الإعدادات','إظهار\x20الزوايا\x20المستديرة','استخدام\x20الحد\x20الأدنى\x20للمجموعة','تحديد\x20نطاق\x20البيانات','نقطة\x20سالبة','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','تغيير\x20النوع','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','184051HPWlFu','19763180PbaiwT','1MGgVei','أدنى\x20نقطة','المدير','إزالة\x20عنصر','النقطة\x20الأولى','تحديد\x20الموضع','296236nCVddZ','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','تأكيد','8Vwjkas','النقطة\x20الأخيرة','1909320yGDoxU','المحور\x20الأفقي','خط\x20بيانات\x20مصغر','لون\x20خط\x20البيانات\x20المصغر','240hFHzdk','الإعدادات\x20المتقدمة','علامات','إظهار\x20محور\x20الصفر','مميز','ناعم','مدير\x20المجموعة','إلغاء','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','314757SkBrVl','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','إظهار\x20البيانات\x20المخفية','6525585FpDyKs','عرض\x20الخط','عرض\x20الخلايا\x20الفارغة\x20كـ','شريط','قيمة\x20مخصصة','ضبط\x20النمط','السمة','قيمة\x20صفر','تحرير\x20خط\x20البيانات\x20المصغر','ربط\x20نقاط\x20البيانات\x20بخط'];_0x3a2d=function(){return _0x2c4a35;};return _0x3a2d();}(function(_0x2b5eff,_0x46bb4f){const _0x45d21b=_0x4002,_0x2152ec=_0x2b5eff();while(!![]){try{const _0x244c21=-parseInt(_0x45d21b(0x191))/0x1*(-parseInt(_0x45d21b(0x197))/0x2)+parseInt(_0x45d21b(0x16e))/0x3+-parseInt(_0x45d21b(0x1a0))/0x4*(parseInt(_0x45d21b(0x17f))/0x5)+-parseInt(_0x45d21b(0x19c))/0x6+parseInt(_0x45d21b(0x18f))/0x7*(parseInt(_0x45d21b(0x19a))/0x8)+parseInt(_0x45d21b(0x171))/0x9+parseInt(_0x45d21b(0x190))/0xa;if(_0x244c21===_0x46bb4f)break;else _0x2152ec['push'](_0x2152ec['shift']());}catch(_0x16a519){_0x2152ec['push'](_0x2152ec['shift']());}}}(_0x3a2d,0xe77cd));function _0x4002(_0x2dbad5,_0x5ddc8a){_0x2dbad5=_0x2dbad5-0x16e;const _0x3a2d68=_0x3a2d();let _0x40021f=_0x3a2d68[_0x2dbad5];return _0x40021f;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x2aabfc(0x18e)},'title':'خط\x20البيانات\x20المصغر','remove':_0x2aabfc(0x180),'edit':_0x2aabfc(0x179),'panel':{'title':'إعدادات\x20خط\x20البيانات\x20المصغر','basic':_0x2aabfc(0x17c),'advanced':_0x2aabfc(0x1a1),'sourceAndPosition':_0x2aabfc(0x17d),'type':'النوع','line':'خط','bar':_0x2aabfc(0x174),'pie':_0x2aabfc(0x17b),'profitAndLoss':'ر/خ','theme':_0x2aabfc(0x177),'standard':'قياسي','custom':'مخصص','specialty':_0x2aabfc(0x17e),'distinctive':_0x2aabfc(0x1a4),'soft':_0x2aabfc(0x1a5),'fresh':'منعش','adjustStyle':_0x2aabfc(0x176),'sparklineColor':_0x2aabfc(0x19f),'lineWidth':_0x2aabfc(0x172),'gradient':_0x2aabfc(0x186),'radius':_0x2aabfc(0x188),'marker':_0x2aabfc(0x182),'highPoint':'أعلى\x20نقطة','lowPoint':_0x2aabfc(0x192),'firstPoint':_0x2aabfc(0x195),'lastPoint':_0x2aabfc(0x19b),'negativePoint':_0x2aabfc(0x18b),'markersPoint':_0x2aabfc(0x1a2),'manager':_0x2aabfc(0x193),'removeItem':_0x2aabfc(0x194),'removeGroup':'إزالة\x20المجموعة','composeManager':_0x2aabfc(0x1a6),'compose':_0x2aabfc(0x185),'unCompose':_0x2aabfc(0x181),'horizontal':_0x2aabfc(0x19d),'showZeroAxis':_0x2aabfc(0x1a3),'axisColor':'لون\x20المحور','reverse':'رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','vertical':_0x2aabfc(0x184),'min':'القيمة\x20الدنيا','itemMin':_0x2aabfc(0x18c),'groupMin':_0x2aabfc(0x189),'customMin':_0x2aabfc(0x175),'max':'القيمة\x20العليا','itemMax':_0x2aabfc(0x198),'groupMax':'استخدام\x20الحد\x20الأقصى\x20للمجموعة','customMax':_0x2aabfc(0x175),'moreSetting':_0x2aabfc(0x187),'showHidden':_0x2aabfc(0x170),'showEmptyAs':_0x2aabfc(0x173),'showNonNumAs':'عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','spacing':'التباعد','zeroValue':_0x2aabfc(0x178),'connectWithLine':_0x2aabfc(0x17a),'default':'افتراضي'},'selector':{'title':_0x2aabfc(0x179),'changeType':_0x2aabfc(0x18d),'sparkline':_0x2aabfc(0x19e),'sparklineGroup':'مجموعة\x20خطوط\x20البيانات\x20المصغرة','setSource':_0x2aabfc(0x18a),'setTarget':_0x2aabfc(0x196),'confirm':_0x2aabfc(0x199),'cancel':_0x2aabfc(0x1a7),'targetError':_0x2aabfc(0x183),'singleSourceError':'التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','multSourceError':_0x2aabfc(0x1a8),'resetSourceError':_0x2aabfc(0x16f)}}};export{e as default};
1
+ const _0x2aa1e7=_0x1220;(function(_0x115d5c,_0x141cae){const _0x2ba229=_0x1220,_0x584525=_0x115d5c();while(!![]){try{const _0x63cd05=parseInt(_0x2ba229(0x1be))/0x1*(parseInt(_0x2ba229(0x19e))/0x2)+parseInt(_0x2ba229(0x1d2))/0x3*(parseInt(_0x2ba229(0x19b))/0x4)+parseInt(_0x2ba229(0x1d3))/0x5*(parseInt(_0x2ba229(0x1aa))/0x6)+parseInt(_0x2ba229(0x1c5))/0x7*(parseInt(_0x2ba229(0x1a3))/0x8)+parseInt(_0x2ba229(0x1c3))/0x9*(parseInt(_0x2ba229(0x1d7))/0xa)+-parseInt(_0x2ba229(0x1ad))/0xb+-parseInt(_0x2ba229(0x1c6))/0xc;if(_0x63cd05===_0x141cae)break;else _0x584525['push'](_0x584525['shift']());}catch(_0x1f8e0f){_0x584525['push'](_0x584525['shift']());}}}(_0x4dbb,0x2dfb1));function _0x4dbb(){const _0x468919=['الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','تحديد\x20الموضع','عرض\x20الخط','ناعم','التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','50826DAwDaV','نطاق\x20الهدف\x20غير\x20صالح','خط\x20البيانات\x20المصغر','تحرير\x20خط\x20البيانات\x20المصغر','تعبئة\x20متدرجة','1161LHjVgg','ضبط\x20النمط','7NpUllZ','5721408ARdkqk','مجموعة\x20خطوط\x20البيانات\x20المصغرة','الإعدادات\x20المتقدمة','المحور\x20الأفقي','لون\x20المحور','استخدام\x20الحد\x20الأقصى\x20للمجموعة','لون\x20خط\x20البيانات\x20المصغر','النقطة\x20الأولى','النوع','دائري','إلغاء','قيمة\x20صفر','4035FpVwIn','5IQTkfW','إزالة\x20خط\x20البيانات\x20المصغر','تجميع','مخصص','23620naSkWM','القيمة\x20العليا','استخدام\x20الحد\x20الأدنى\x20للمجموعة','نطاق\x20البيانات\x20والموضع','740MhEliV','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','متخصص','2NKHwlt','قيمة\x20مخصصة','المزيد\x20من\x20الإعدادات','مميز','ربط\x20نقاط\x20البيانات\x20بخط','407336yAZULx','النقطة\x20الأخيرة','افتراضي','علامات','تغيير\x20النوع','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','التباعد','1362222UhazkC','الإعدادات\x20الأساسية','تحديد\x20نطاق\x20البيانات','2389002BquuZx','السمة','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','المدير','مدير\x20المجموعة','إزالة\x20المجموعة','عرض\x20الخلايا\x20الفارغة\x20كـ','فك\x20التجميع','المحور\x20العمودي','إظهار\x20الزوايا\x20المستديرة','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','خط\x20بيانات\x20مصغر'];_0x4dbb=function(){return _0x468919;};return _0x4dbb();}function _0x1220(_0x4005d6,_0x3aa3ab){_0x4005d6=_0x4005d6-0x198;const _0x4dbb63=_0x4dbb();let _0x122036=_0x4dbb63[_0x4005d6];return _0x122036;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x2aa1e7(0x1b7)},'title':_0x2aa1e7(0x1c0),'remove':_0x2aa1e7(0x1d4),'edit':'تحرير\x20خط\x20البيانات\x20المصغر','panel':{'title':'إعدادات\x20خط\x20البيانات\x20المصغر','basic':_0x2aa1e7(0x1ab),'advanced':_0x2aa1e7(0x1c8),'sourceAndPosition':_0x2aa1e7(0x19a),'type':_0x2aa1e7(0x1ce),'line':'خط','bar':'شريط','pie':_0x2aa1e7(0x1cf),'profitAndLoss':'ر/خ','theme':_0x2aa1e7(0x1ae),'standard':'قياسي','custom':_0x2aa1e7(0x1d6),'specialty':_0x2aa1e7(0x19d),'distinctive':_0x2aa1e7(0x1a1),'soft':_0x2aa1e7(0x1bc),'fresh':'منعش','adjustStyle':_0x2aa1e7(0x1c4),'sparklineColor':_0x2aa1e7(0x1cc),'lineWidth':_0x2aa1e7(0x1bb),'gradient':_0x2aa1e7(0x1c2),'radius':_0x2aa1e7(0x1b6),'marker':'علامة','highPoint':'أعلى\x20نقطة','lowPoint':'أدنى\x20نقطة','firstPoint':_0x2aa1e7(0x1cd),'lastPoint':_0x2aa1e7(0x1a4),'negativePoint':'نقطة\x20سالبة','markersPoint':_0x2aa1e7(0x1a6),'manager':_0x2aa1e7(0x1b0),'removeItem':'إزالة\x20عنصر','removeGroup':_0x2aa1e7(0x1b2),'composeManager':_0x2aa1e7(0x1b1),'compose':_0x2aa1e7(0x1d5),'unCompose':_0x2aa1e7(0x1b4),'horizontal':_0x2aa1e7(0x1c9),'showZeroAxis':'إظهار\x20محور\x20الصفر','axisColor':_0x2aa1e7(0x1ca),'reverse':'رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','vertical':_0x2aa1e7(0x1b5),'min':'القيمة\x20الدنيا','itemMin':_0x2aa1e7(0x1af),'groupMin':_0x2aa1e7(0x199),'customMin':_0x2aa1e7(0x19f),'max':_0x2aa1e7(0x198),'itemMax':_0x2aa1e7(0x1a8),'groupMax':_0x2aa1e7(0x1cb),'customMax':_0x2aa1e7(0x19f),'moreSetting':_0x2aa1e7(0x1a0),'showHidden':'إظهار\x20البيانات\x20المخفية','showEmptyAs':_0x2aa1e7(0x1b3),'showNonNumAs':'عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','spacing':_0x2aa1e7(0x1a9),'zeroValue':_0x2aa1e7(0x1d1),'connectWithLine':_0x2aa1e7(0x1a2),'default':_0x2aa1e7(0x1a5)},'selector':{'title':_0x2aa1e7(0x1c1),'changeType':_0x2aa1e7(0x1a7),'sparkline':_0x2aa1e7(0x1b8),'sparklineGroup':_0x2aa1e7(0x1c7),'setSource':_0x2aa1e7(0x1ac),'setTarget':_0x2aa1e7(0x1ba),'confirm':'تأكيد','cancel':_0x2aa1e7(0x1d0),'targetError':_0x2aa1e7(0x1bf),'singleSourceError':_0x2aa1e7(0x1bd),'multSourceError':_0x2aa1e7(0x19c),'resetSourceError':_0x2aa1e7(0x1b9)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x3b83(_0x827b13,_0x5460ef){_0x827b13=_0x827b13-0x8b;const _0x2e53bc=_0x2e53();let _0x3b832b=_0x2e53bc[_0x827b13];return _0x3b832b;}function _0x2e53(){const _0x15cdd6=['Grup\x20de\x20minigràfics','100848QbKWLq','Primer\x20punt','Eix\x20horitzontal','Configuració\x20avançada','Fresc','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Pastilla','Espaiat','Interval\x20de\x20dades\x20i\x20posició','Punt\x20baix','Últim\x20punt','Més\x20configuracions','Cancel·lar','Estàndard','7929MBVuOj','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','28GXFMIC','Valor\x20mínim','Seleccionar\x20ubicació','Agrupar','Gestor','Mostrar\x20cantonades\x20arrodonides','1528562FuPEiO','Interval\x20de\x20destí\x20no\x20vàlid','Suau','299170iVtdzh','Per\x20defecte','39365vLqlvX','Configuració\x20del\x20minigràfic','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Editar\x20minigràfic','Valor\x20personalitzat','Emplenament\x20degradat','Color\x20de\x20l\x27eix','Especial','Configuració\x20bàsica','Eliminar\x20element','Barra','Ajustar\x20estil','G/P','Desagrupar','Canviar\x20tipus','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació','Eliminar\x20grup','Valor\x20zero','Eliminar\x20minigràfic','Marcadors','Mostrar\x20dades\x20amagades','Marcador','162DUKUuY','Valor\x20màxim','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','Personalitzat','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Tema','56YDZkfz','Punt\x20negatiu','Minigràfic','Amplada\x20de\x20línia','Mostrar\x20cel·les\x20buides\x20com','191880GuDPXW','1693808DwzHlz'];_0x2e53=function(){return _0x15cdd6;};return _0x2e53();}const _0x258f0b=_0x3b83;(function(_0xbe658,_0x2b5269){const _0x1e4160=_0x3b83,_0x129388=_0xbe658();while(!![]){try{const _0x1fd0bb=parseInt(_0x1e4160(0x9b))/0x1+parseInt(_0x1e4160(0x93))/0x2*(parseInt(_0x1e4160(0xa9))/0x3)+parseInt(_0x1e4160(0xab))/0x4*(parseInt(_0x1e4160(0xb6))/0x5)+parseInt(_0x1e4160(0x98))/0x6+parseInt(_0x1e4160(0xb1))/0x7+parseInt(_0x1e4160(0x99))/0x8+-parseInt(_0x1e4160(0x8d))/0x9*(parseInt(_0x1e4160(0xb4))/0xa);if(_0x1fd0bb===_0x2b5269)break;else _0x129388['push'](_0x129388['shift']());}catch(_0x26bbfc){_0x129388['push'](_0x129388['shift']());}}}(_0x2e53,0x257b9));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x258f0b(0xaa)},'title':'Minigràfic','remove':_0x258f0b(0xca),'edit':_0x258f0b(0xba),'panel':{'title':_0x258f0b(0xb7),'basic':_0x258f0b(0xbf),'advanced':_0x258f0b(0x9e),'sourceAndPosition':_0x258f0b(0xa3),'type':'Tipus','line':'Línia','bar':_0x258f0b(0xc1),'pie':_0x258f0b(0xa1),'profitAndLoss':_0x258f0b(0xc3),'theme':_0x258f0b(0x92),'standard':_0x258f0b(0xa8),'custom':_0x258f0b(0x90),'specialty':_0x258f0b(0xbe),'distinctive':'Distintiu','soft':_0x258f0b(0xb3),'fresh':_0x258f0b(0x9f),'adjustStyle':_0x258f0b(0xc2),'sparklineColor':'Color\x20del\x20minigràfic','lineWidth':_0x258f0b(0x96),'gradient':_0x258f0b(0xbc),'radius':_0x258f0b(0xb0),'marker':_0x258f0b(0x8c),'highPoint':'Punt\x20alt','lowPoint':_0x258f0b(0xa4),'firstPoint':_0x258f0b(0x9c),'lastPoint':_0x258f0b(0xa5),'negativePoint':_0x258f0b(0x94),'markersPoint':_0x258f0b(0xcb),'manager':_0x258f0b(0xaf),'removeItem':_0x258f0b(0xc0),'removeGroup':_0x258f0b(0xc8),'composeManager':'Gestor\x20de\x20grup','compose':_0x258f0b(0xae),'unCompose':_0x258f0b(0xc4),'horizontal':_0x258f0b(0x9d),'showZeroAxis':'Mostrar\x20eix\x20zero','axisColor':_0x258f0b(0xbd),'reverse':_0x258f0b(0xc6),'vertical':'Eix\x20vertical','min':_0x258f0b(0xac),'itemMin':_0x258f0b(0xb9),'groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x258f0b(0xbb),'max':_0x258f0b(0x8e),'itemMax':_0x258f0b(0x8f),'groupMax':_0x258f0b(0xa0),'customMax':_0x258f0b(0xbb),'moreSetting':_0x258f0b(0xa6),'showHidden':_0x258f0b(0x8b),'showEmptyAs':_0x258f0b(0x97),'showNonNumAs':'Mostrar\x20cel·les\x20no\x20numèriques\x20com','spacing':_0x258f0b(0xa2),'zeroValue':_0x258f0b(0xc9),'connectWithLine':_0x258f0b(0x91),'default':_0x258f0b(0xb5)},'selector':{'title':_0x258f0b(0xba),'changeType':_0x258f0b(0xc5),'sparkline':_0x258f0b(0x95),'sparklineGroup':_0x258f0b(0x9a),'setSource':'Seleccionar\x20interval\x20de\x20dades','setTarget':_0x258f0b(0xad),'confirm':'Confirmar','cancel':_0x258f0b(0xa7),'targetError':_0x258f0b(0xb2),'singleSourceError':'La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','multSourceError':_0x258f0b(0xb8),'resetSourceError':_0x258f0b(0xc7)}}};export{e as default};
1
+ const _0x17fee1=_0x792f;function _0x792f(_0x7101df,_0x44013b){_0x7101df=_0x7101df-0x18c;const _0x381fce=_0x381f();let _0x792fe6=_0x381fce[_0x7101df];return _0x792fe6;}(function(_0x2480ca,_0x57a2a1){const _0x2d90e5=_0x792f,_0x20ac17=_0x2480ca();while(!![]){try{const _0x3eecc0=-parseInt(_0x2d90e5(0x18e))/0x1+-parseInt(_0x2d90e5(0x1a5))/0x2*(parseInt(_0x2d90e5(0x194))/0x3)+parseInt(_0x2d90e5(0x1b9))/0x4*(parseInt(_0x2d90e5(0x1ac))/0x5)+-parseInt(_0x2d90e5(0x1a0))/0x6+parseInt(_0x2d90e5(0x1c1))/0x7+parseInt(_0x2d90e5(0x1b8))/0x8*(parseInt(_0x2d90e5(0x18d))/0x9)+-parseInt(_0x2d90e5(0x1a8))/0xa*(-parseInt(_0x2d90e5(0x1a3))/0xb);if(_0x3eecc0===_0x57a2a1)break;else _0x20ac17['push'](_0x20ac17['shift']());}catch(_0xc776b1){_0x20ac17['push'](_0x20ac17['shift']());}}}(_0x381f,0x2a03c));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x17fee1(0x1bf)},'title':_0x17fee1(0x1ae),'remove':_0x17fee1(0x1a1),'edit':_0x17fee1(0x1a7),'panel':{'title':_0x17fee1(0x199),'basic':_0x17fee1(0x18c),'advanced':_0x17fee1(0x1bc),'sourceAndPosition':'Interval\x20de\x20dades\x20i\x20posició','type':_0x17fee1(0x190),'line':_0x17fee1(0x19a),'bar':'Barra','pie':_0x17fee1(0x1aa),'profitAndLoss':'G/P','theme':'Tema','standard':_0x17fee1(0x1b4),'custom':_0x17fee1(0x191),'specialty':_0x17fee1(0x1b5),'distinctive':_0x17fee1(0x19e),'soft':_0x17fee1(0x1b1),'fresh':_0x17fee1(0x18f),'adjustStyle':'Ajustar\x20estil','sparklineColor':_0x17fee1(0x1a9),'lineWidth':_0x17fee1(0x1a4),'gradient':_0x17fee1(0x192),'radius':_0x17fee1(0x1b6),'marker':_0x17fee1(0x1af),'highPoint':_0x17fee1(0x1b2),'lowPoint':_0x17fee1(0x1bb),'firstPoint':_0x17fee1(0x1be),'lastPoint':_0x17fee1(0x1b0),'negativePoint':'Punt\x20negatiu','markersPoint':'Marcadors','manager':'Gestor','removeItem':_0x17fee1(0x1ad),'removeGroup':_0x17fee1(0x1b3),'composeManager':_0x17fee1(0x1a6),'compose':'Agrupar','unCompose':'Desagrupar','horizontal':_0x17fee1(0x1c7),'showZeroAxis':_0x17fee1(0x195),'axisColor':_0x17fee1(0x1c0),'reverse':_0x17fee1(0x1a2),'vertical':_0x17fee1(0x1bd),'min':'Valor\x20mínim','itemMin':_0x17fee1(0x1ba),'groupMin':_0x17fee1(0x19d),'customMin':_0x17fee1(0x1c8),'max':_0x17fee1(0x1c6),'itemMax':'Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','groupMax':_0x17fee1(0x1c4),'customMax':'Valor\x20personalitzat','moreSetting':_0x17fee1(0x198),'showHidden':'Mostrar\x20dades\x20amagades','showEmptyAs':'Mostrar\x20cel·les\x20buides\x20com','showNonNumAs':_0x17fee1(0x1c5),'spacing':_0x17fee1(0x193),'zeroValue':_0x17fee1(0x19f),'connectWithLine':'Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','default':'Per\x20defecte'},'selector':{'title':_0x17fee1(0x1a7),'changeType':'Canviar\x20tipus','sparkline':_0x17fee1(0x1ae),'sparklineGroup':_0x17fee1(0x19b),'setSource':_0x17fee1(0x1c2),'setTarget':_0x17fee1(0x1c3),'confirm':_0x17fee1(0x1ab),'cancel':_0x17fee1(0x196),'targetError':_0x17fee1(0x19c),'singleSourceError':_0x17fee1(0x1b7),'multSourceError':_0x17fee1(0x197),'resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};function _0x381f(){const _0x3c1ea8=['6675830qvNdas','Color\x20del\x20minigràfic','Pastilla','Confirmar','46595ZOUefD','Eliminar\x20element','Minigràfic','Marcador','Últim\x20punt','Suau','Punt\x20alt','Eliminar\x20grup','Estàndard','Especial','Mostrar\x20cantonades\x20arrodonides','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','7864BGgibu','28olFntE','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Punt\x20baix','Configuració\x20avançada','Eix\x20vertical','Primer\x20punt','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Color\x20de\x20l\x27eix','518378PRMLQd','Seleccionar\x20interval\x20de\x20dades','Seleccionar\x20ubicació','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Valor\x20màxim','Eix\x20horitzontal','Valor\x20personalitzat','Configuració\x20bàsica','2520VTNVFI','280768fUZwfn','Fresc','Tipus','Personalitzat','Emplenament\x20degradat','Espaiat','15fGaUIF','Mostrar\x20eix\x20zero','Cancel·lar','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Més\x20configuracions','Configuració\x20del\x20minigràfic','Línia','Grup\x20de\x20minigràfics','Interval\x20de\x20destí\x20no\x20vàlid','Usar\x20el\x20valor\x20mínim\x20del\x20grup','Distintiu','Valor\x20zero','1945290TcWqwA','Eliminar\x20minigràfic','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','11dRoQqX','Amplada\x20de\x20línia','122014lZUmQO','Gestor\x20de\x20grup','Editar\x20minigràfic'];_0x381f=function(){return _0x3c1ea8;};return _0x381f();}export{e as default};
@@ -1 +1 @@
1
- const _0x1aef65=_0x27cf;(function(_0x34e4db,_0x147f20){const _0x123a98=_0x27cf,_0x1c3515=_0x34e4db();while(!![]){try{const _0x637c21=-parseInt(_0x123a98(0x157))/0x1+-parseInt(_0x123a98(0x13d))/0x2+parseInt(_0x123a98(0x13e))/0x3*(parseInt(_0x123a98(0x118))/0x4)+parseInt(_0x123a98(0x120))/0x5+parseInt(_0x123a98(0x13f))/0x6+-parseInt(_0x123a98(0x11a))/0x7+-parseInt(_0x123a98(0x154))/0x8;if(_0x637c21===_0x147f20)break;else _0x1c3515['push'](_0x1c3515['shift']());}catch(_0x3d8cd3){_0x1c3515['push'](_0x1c3515['shift']());}}}(_0x3065,0x6f493));function _0x3065(){const _0x1828be=['Gruppenmanager','Nullachse\x20anzeigen','187128USSJij','Markierungen','Höchster\x20Punkt','4SFJIQL','Gruppe\x20entfernen','4688425JsvbhZ','Design','Negativer\x20Punkt','Abstand','Weitere\x20Einstellungen','Linienbreite','3412830XBofdX','Sparkline','Weich','Sparkline-Gruppe','Sparkline\x20entfernen','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Sparkline-Einstellungen','Typ\x20ändern','Abbrechen','Sparkline-Farbe','Mindestwert','Abgerundete\x20Ecken\x20anzeigen','Vertikale\x20Achse','Typ','Element\x20entfernen','Stil\x20anpassen','Nullwert','Linie','Datenbereich\x20und\x20Position','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Standard','Farbverlauffüllung','Frisch','Datenbereich\x20auswählen','Niedrigster\x20Punkt','Benutzerdefiniert','Letzter\x20Punkt','Markierung','Grundeinstellungen','230068uYHOgv','1394853ucOZIE','2661312auGktv','Sparkline\x20bearbeiten','Platzierung\x20auswählen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Ungültiger\x20Zielbereich','G/V','Spezial','Bestätigen','Gruppierung\x20aufheben','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Maximalwert','Erweiterte\x20Einstellungen','Erster\x20Punkt','Ausgeprägt','Gruppieren','Gruppenminimalwert\x20verwenden','Horizontale\x20Achse','Kreis','Manager','Benutzerdefinierter\x20Wert','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','1306440okHmMw'];_0x3065=function(){return _0x1828be;};return _0x3065();}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x1aef65(0x142)},'title':_0x1aef65(0x121),'remove':_0x1aef65(0x124),'edit':'Sparkline\x20bearbeiten','panel':{'title':_0x1aef65(0x126),'basic':_0x1aef65(0x13c),'advanced':_0x1aef65(0x14a),'sourceAndPosition':_0x1aef65(0x132),'type':_0x1aef65(0x12d),'line':_0x1aef65(0x131),'bar':'Balken','pie':_0x1aef65(0x150),'profitAndLoss':_0x1aef65(0x144),'theme':_0x1aef65(0x11b),'standard':_0x1aef65(0x134),'custom':_0x1aef65(0x139),'specialty':_0x1aef65(0x145),'distinctive':_0x1aef65(0x14c),'soft':_0x1aef65(0x122),'fresh':_0x1aef65(0x136),'adjustStyle':_0x1aef65(0x12f),'sparklineColor':_0x1aef65(0x129),'lineWidth':_0x1aef65(0x11f),'gradient':_0x1aef65(0x135),'radius':_0x1aef65(0x12b),'marker':_0x1aef65(0x13b),'highPoint':_0x1aef65(0x117),'lowPoint':_0x1aef65(0x138),'firstPoint':_0x1aef65(0x14b),'lastPoint':_0x1aef65(0x13a),'negativePoint':_0x1aef65(0x11c),'markersPoint':_0x1aef65(0x116),'manager':_0x1aef65(0x151),'removeItem':_0x1aef65(0x12e),'removeGroup':_0x1aef65(0x119),'composeManager':_0x1aef65(0x155),'compose':_0x1aef65(0x14d),'unCompose':_0x1aef65(0x147),'horizontal':_0x1aef65(0x14f),'showZeroAxis':_0x1aef65(0x156),'axisColor':'Achsenfarbe','reverse':'Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','vertical':_0x1aef65(0x12c),'min':_0x1aef65(0x12a),'itemMin':'Minimalwert\x20jeder\x20Sparkline\x20verwenden','groupMin':_0x1aef65(0x14e),'customMin':_0x1aef65(0x152),'max':_0x1aef65(0x149),'itemMax':_0x1aef65(0x148),'groupMax':'Gruppenmaximalwert\x20verwenden','customMax':_0x1aef65(0x152),'moreSetting':_0x1aef65(0x11e),'showHidden':'Ausgeblendete\x20Daten\x20anzeigen','showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':'Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','spacing':_0x1aef65(0x11d),'zeroValue':_0x1aef65(0x130),'connectWithLine':_0x1aef65(0x133),'default':_0x1aef65(0x134)},'selector':{'title':_0x1aef65(0x140),'changeType':_0x1aef65(0x127),'sparkline':_0x1aef65(0x121),'sparklineGroup':_0x1aef65(0x123),'setSource':_0x1aef65(0x137),'setTarget':_0x1aef65(0x141),'confirm':_0x1aef65(0x146),'cancel':_0x1aef65(0x128),'targetError':_0x1aef65(0x143),'singleSourceError':_0x1aef65(0x153),'multSourceError':_0x1aef65(0x125),'resetSourceError':'Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt'}}};function _0x27cf(_0x536f34,_0xef3f7e){_0x536f34=_0x536f34-0x116;const _0x306550=_0x3065();let _0x27cfea=_0x306550[_0x536f34];return _0x27cfea;}export{e as default};
1
+ function _0x254e(_0x13e20d,_0x37c9e2){_0x13e20d=_0x13e20d-0x17f;const _0x524803=_0x5248();let _0x254e9f=_0x524803[_0x13e20d];return _0x254e9f;}const _0x2e8987=_0x254e;(function(_0x3f4fa0,_0x441635){const _0x1aac88=_0x254e,_0x492ded=_0x3f4fa0();while(!![]){try{const _0x12ca08=-parseInt(_0x1aac88(0x183))/0x1*(-parseInt(_0x1aac88(0x182))/0x2)+parseInt(_0x1aac88(0x19f))/0x3+parseInt(_0x1aac88(0x1a1))/0x4+-parseInt(_0x1aac88(0x1b3))/0x5+parseInt(_0x1aac88(0x1aa))/0x6+parseInt(_0x1aac88(0x1ad))/0x7*(-parseInt(_0x1aac88(0x1b5))/0x8)+parseInt(_0x1aac88(0x1a3))/0x9;if(_0x12ca08===_0x441635)break;else _0x492ded['push'](_0x492ded['shift']());}catch(_0x8be546){_0x492ded['push'](_0x492ded['shift']());}}}(_0x5248,0x9e5f7));function _0x5248(){const _0x4304a9=['Standard','1132065ufUaZX','Abgerundete\x20Ecken\x20anzeigen','Sparkline-Einstellungen','Gruppieren','Sparkline\x20entfernen','Linienbreite','Element\x20entfernen','5294520BpMROd','Typ','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','343nBJfAp','Gruppierung\x20aufheben','Sparkline','Markierung','Minimalwert\x20jeder\x20Sparkline\x20verwenden','Maximalwert\x20jeder\x20Sparkline\x20verwenden','2031355bnixTs','Abbrechen','198472XxgBau','Erweiterte\x20Einstellungen','Typ\x20ändern','Sparkline-Farbe','Letzter\x20Punkt','Stil\x20anpassen','Ungültiger\x20Zielbereich','Vertikale\x20Achse','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Negativer\x20Punkt','267482JNMDTi','1PqpIFm','Datenbereich\x20und\x20Position','Sparkline\x20bearbeiten','Platzierung\x20auswählen','Datenbereich\x20auswählen','Bestätigen','Linie','Frisch','Gruppe\x20entfernen','Abstand','Erster\x20Punkt','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Achsenfarbe','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','Sparkline-Gruppe','Horizontale\x20Achse','Benutzerdefiniert','Gruppenmaximalwert\x20verwenden','Nullwert','Balken','Grundeinstellungen','Weitere\x20Einstellungen','Niedrigster\x20Punkt','G/V','Design','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Farbverlauffüllung','Weich','3264750zYIRjV','Benutzerdefinierter\x20Wert','161644GpGcJv'];_0x5248=function(){return _0x4304a9;};return _0x5248();}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':_0x2e8987(0x1af),'remove':_0x2e8987(0x1a7),'edit':'Sparkline\x20bearbeiten','panel':{'title':_0x2e8987(0x1a5),'basic':_0x2e8987(0x197),'advanced':_0x2e8987(0x1b6),'sourceAndPosition':_0x2e8987(0x184),'type':_0x2e8987(0x1ab),'line':_0x2e8987(0x189),'bar':_0x2e8987(0x196),'pie':'Kreis','profitAndLoss':_0x2e8987(0x19a),'theme':_0x2e8987(0x19b),'standard':_0x2e8987(0x1a2),'custom':_0x2e8987(0x193),'specialty':'Spezial','distinctive':'Ausgeprägt','soft':_0x2e8987(0x19e),'fresh':_0x2e8987(0x18a),'adjustStyle':_0x2e8987(0x1ba),'sparklineColor':_0x2e8987(0x1b8),'lineWidth':_0x2e8987(0x1a8),'gradient':_0x2e8987(0x19d),'radius':_0x2e8987(0x1a4),'marker':_0x2e8987(0x1b0),'highPoint':'Höchster\x20Punkt','lowPoint':_0x2e8987(0x199),'firstPoint':_0x2e8987(0x18d),'lastPoint':_0x2e8987(0x1b9),'negativePoint':_0x2e8987(0x181),'markersPoint':'Markierungen','manager':'Manager','removeItem':_0x2e8987(0x1a9),'removeGroup':_0x2e8987(0x18b),'composeManager':'Gruppenmanager','compose':_0x2e8987(0x1a6),'unCompose':_0x2e8987(0x1ae),'horizontal':_0x2e8987(0x192),'showZeroAxis':'Nullachse\x20anzeigen','axisColor':_0x2e8987(0x18f),'reverse':_0x2e8987(0x190),'vertical':_0x2e8987(0x17f),'min':'Mindestwert','itemMin':_0x2e8987(0x1b1),'groupMin':'Gruppenminimalwert\x20verwenden','customMin':_0x2e8987(0x1a0),'max':'Maximalwert','itemMax':_0x2e8987(0x1b2),'groupMax':_0x2e8987(0x194),'customMax':_0x2e8987(0x1a0),'moreSetting':_0x2e8987(0x198),'showHidden':'Ausgeblendete\x20Daten\x20anzeigen','showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':_0x2e8987(0x1ac),'spacing':_0x2e8987(0x18c),'zeroValue':_0x2e8987(0x195),'connectWithLine':_0x2e8987(0x19c),'default':_0x2e8987(0x1a2)},'selector':{'title':_0x2e8987(0x185),'changeType':_0x2e8987(0x1b7),'sparkline':_0x2e8987(0x1af),'sparklineGroup':_0x2e8987(0x191),'setSource':_0x2e8987(0x187),'setTarget':_0x2e8987(0x186),'confirm':_0x2e8987(0x188),'cancel':_0x2e8987(0x1b4),'targetError':_0x2e8987(0x1bb),'singleSourceError':'Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','multSourceError':_0x2e8987(0x18e),'resetSourceError':_0x2e8987(0x180)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xab6dec=_0x36c2;(function(_0x19fda3,_0x57a462){const _0x195ae2=_0x36c2,_0x468544=_0x19fda3();while(!![]){try{const _0x35a9cb=parseInt(_0x195ae2(0x10d))/0x1+parseInt(_0x195ae2(0xea))/0x2+-parseInt(_0x195ae2(0x101))/0x3*(parseInt(_0x195ae2(0x106))/0x4)+-parseInt(_0x195ae2(0x10f))/0x5*(-parseInt(_0x195ae2(0xe5))/0x6)+parseInt(_0x195ae2(0x117))/0x7*(parseInt(_0x195ae2(0xe8))/0x8)+parseInt(_0x195ae2(0x11d))/0x9*(-parseInt(_0x195ae2(0xf1))/0xa)+-parseInt(_0x195ae2(0xfc))/0xb;if(_0x35a9cb===_0x57a462)break;else _0x468544['push'](_0x468544['shift']());}catch(_0x5c4fa2){_0x468544['push'](_0x468544['shift']());}}}(_0x6f5f,0x41831));function _0x36c2(_0x280b12,_0x415f3c){_0x280b12=_0x280b12-0xe5;const _0x6f5f95=_0x6f5f();let _0x36c2f4=_0x6f5f95[_0x280b12];return _0x36c2f4;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0xab6dec(0x104)},'title':_0xab6dec(0xf5),'remove':_0xab6dec(0x109),'edit':_0xab6dec(0x121),'panel':{'title':_0xab6dec(0x11b),'basic':_0xab6dec(0xf9),'advanced':_0xab6dec(0x105),'sourceAndPosition':_0xab6dec(0xfb),'type':_0xab6dec(0x11a),'line':_0xab6dec(0x115),'bar':_0xab6dec(0x110),'pie':'Pie','profitAndLoss':_0xab6dec(0xec),'theme':_0xab6dec(0xe7),'standard':'Standard','custom':'Custom','specialty':_0xab6dec(0x11f),'distinctive':_0xab6dec(0xed),'soft':_0xab6dec(0xef),'fresh':'Fresh','adjustStyle':_0xab6dec(0xf7),'sparklineColor':_0xab6dec(0x11e),'lineWidth':'Line\x20Width','gradient':'Gradient\x20Fill','radius':_0xab6dec(0xe9),'marker':_0xab6dec(0x10b),'highPoint':_0xab6dec(0x108),'lowPoint':_0xab6dec(0x112),'firstPoint':'First\x20Point','lastPoint':_0xab6dec(0xf4),'negativePoint':_0xab6dec(0x10a),'markersPoint':_0xab6dec(0x122),'manager':_0xab6dec(0x118),'removeItem':_0xab6dec(0x10e),'removeGroup':'Remove\x20Group','composeManager':_0xab6dec(0x11c),'compose':_0xab6dec(0xfe),'unCompose':_0xab6dec(0xe6),'horizontal':_0xab6dec(0xf3),'showZeroAxis':'Show\x20Zero\x20Axis','axisColor':'Axis\x20Color','reverse':'Draw\x20Data\x20from\x20Right\x20to\x20Left','vertical':_0xab6dec(0xf0),'min':_0xab6dec(0x114),'itemMin':_0xab6dec(0x111),'groupMin':_0xab6dec(0xee),'customMin':'Custom\x20Value','max':_0xab6dec(0x123),'itemMax':_0xab6dec(0xf6),'groupMax':'Use\x20Group\x20Maximum\x20Value','customMax':_0xab6dec(0x10c),'moreSetting':_0xab6dec(0x113),'showHidden':_0xab6dec(0x120),'showEmptyAs':_0xab6dec(0x119),'showNonNumAs':_0xab6dec(0xf8),'spacing':'Spacing','zeroValue':'Zero\x20Value','connectWithLine':_0xab6dec(0xfa),'default':_0xab6dec(0xf2)},'selector':{'title':_0xab6dec(0x121),'changeType':_0xab6dec(0xfd),'sparkline':_0xab6dec(0xf5),'sparklineGroup':_0xab6dec(0x103),'setSource':_0xab6dec(0x100),'setTarget':_0xab6dec(0x107),'confirm':'Confirm','cancel':_0xab6dec(0x102),'targetError':_0xab6dec(0x116),'singleSourceError':'Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','multSourceError':_0xab6dec(0xff),'resetSourceError':_0xab6dec(0xeb)}}};function _0x6f5f(){const _0x15d9cb=['Remove\x20Sparkline','Negative\x20Point','Marker','Custom\x20Value','82365MAKVmg','Remove\x20Item','555dVhaIA','Bar','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Low\x20Point','More\x20Settings','Minimum\x20Value','Line','Invalid\x20target\x20range','35XMkQdH','Manager','Display\x20Empty\x20Cells\x20As','Type','Sparkline\x20Settings','Group\x20Manager','9uOqSpI','Sparkline\x20Color','Specialty','Show\x20Hidden\x20Data','Edit\x20Sparkline','Markers','Maximum\x20Value','14598YqEZaN','Ungroup','Theme','441544sCeRnj','Show\x20Rounded\x20Corners','908294oTZGYr','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','W/L','Distinctive','Use\x20Group\x20Minimum\x20Value','Soft','Vertical\x20Axis','1502950GCqKuX','Default','Horizontal\x20Axis','Last\x20Point','Sparkline','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Adjust\x20Style','Display\x20Non-Numeric\x20Cells\x20As','Basic\x20Settings','Connect\x20Data\x20Points\x20with\x20a\x20Line','Data\x20Range\x20and\x20Position','3497593eMZVfZ','Change\x20Type','Group','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','Select\x20Data\x20Range','45txoFWM','Cancel','Sparkline\x20Group','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Advanced\x20Settings','92252FcOnOK','Select\x20Placement','High\x20Point'];_0x6f5f=function(){return _0x15d9cb;};return _0x6f5f();}export{e as default};
1
+ const _0x3563fd=_0x20d5;(function(_0x5e6aa9,_0x1cd89d){const _0x2c1078=_0x20d5,_0x376e56=_0x5e6aa9();while(!![]){try{const _0x5d3651=-parseInt(_0x2c1078(0x79))/0x1*(parseInt(_0x2c1078(0x91))/0x2)+parseInt(_0x2c1078(0x85))/0x3+parseInt(_0x2c1078(0x9f))/0x4*(-parseInt(_0x2c1078(0x92))/0x5)+parseInt(_0x2c1078(0x86))/0x6*(parseInt(_0x2c1078(0x80))/0x7)+-parseInt(_0x2c1078(0x81))/0x8*(parseInt(_0x2c1078(0x7e))/0x9)+-parseInt(_0x2c1078(0x8f))/0xa+parseInt(_0x2c1078(0x90))/0xb;if(_0x5d3651===_0x1cd89d)break;else _0x376e56['push'](_0x376e56['shift']());}catch(_0x22dd74){_0x376e56['push'](_0x376e56['shift']());}}}(_0x1951,0xee8ae));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3563fd(0x99)},'title':_0x3563fd(0x7c),'remove':_0x3563fd(0x9c),'edit':'Edit\x20Sparkline','panel':{'title':_0x3563fd(0x8e),'basic':_0x3563fd(0xab),'advanced':_0x3563fd(0x8d),'sourceAndPosition':_0x3563fd(0x94),'type':'Type','line':'Line','bar':_0x3563fd(0x97),'pie':'Pie','profitAndLoss':_0x3563fd(0xa7),'theme':_0x3563fd(0x8c),'standard':'Standard','custom':_0x3563fd(0x74),'specialty':_0x3563fd(0x76),'distinctive':'Distinctive','soft':_0x3563fd(0xaa),'fresh':'Fresh','adjustStyle':_0x3563fd(0x83),'sparklineColor':'Sparkline\x20Color','lineWidth':_0x3563fd(0x73),'gradient':_0x3563fd(0x93),'radius':'Show\x20Rounded\x20Corners','marker':_0x3563fd(0x82),'highPoint':'High\x20Point','lowPoint':'Low\x20Point','firstPoint':_0x3563fd(0x7a),'lastPoint':_0x3563fd(0xa6),'negativePoint':_0x3563fd(0x71),'markersPoint':_0x3563fd(0xa3),'manager':'Manager','removeItem':_0x3563fd(0xa2),'removeGroup':'Remove\x20Group','composeManager':_0x3563fd(0x72),'compose':_0x3563fd(0x96),'unCompose':_0x3563fd(0x8a),'horizontal':_0x3563fd(0x9e),'showZeroAxis':_0x3563fd(0x95),'axisColor':_0x3563fd(0x7f),'reverse':'Draw\x20Data\x20from\x20Right\x20to\x20Left','vertical':'Vertical\x20Axis','min':_0x3563fd(0x8b),'itemMin':'Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','groupMin':'Use\x20Group\x20Minimum\x20Value','customMin':_0x3563fd(0x78),'max':_0x3563fd(0x88),'itemMax':_0x3563fd(0x87),'groupMax':_0x3563fd(0x9a),'customMax':_0x3563fd(0x78),'moreSetting':_0x3563fd(0xa5),'showHidden':_0x3563fd(0xa0),'showEmptyAs':_0x3563fd(0x9b),'showNonNumAs':'Display\x20Non-Numeric\x20Cells\x20As','spacing':_0x3563fd(0xa9),'zeroValue':_0x3563fd(0xac),'connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':_0x3563fd(0xa1)},'selector':{'title':_0x3563fd(0x77),'changeType':_0x3563fd(0xa8),'sparkline':_0x3563fd(0x7c),'sparklineGroup':_0x3563fd(0x84),'setSource':'Select\x20Data\x20Range','setTarget':_0x3563fd(0x7b),'confirm':_0x3563fd(0x9d),'cancel':_0x3563fd(0xa4),'targetError':_0x3563fd(0x89),'singleSourceError':_0x3563fd(0x98),'multSourceError':_0x3563fd(0x75),'resetSourceError':_0x3563fd(0x7d)}}};function _0x20d5(_0x53a827,_0x4dd1f3){_0x53a827=_0x53a827-0x71;const _0x19512f=_0x1951();let _0x20d51c=_0x19512f[_0x53a827];return _0x20d51c;}export{e as default};function _0x1951(){const _0x40b8dd=['Markers','Cancel','More\x20Settings','Last\x20Point','W/L','Change\x20Type','Spacing','Soft','Basic\x20Settings','Zero\x20Value','Negative\x20Point','Group\x20Manager','Line\x20Width','Custom','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','Specialty','Edit\x20Sparkline','Custom\x20Value','188953xsBpWR','First\x20Point','Select\x20Placement','Sparkline','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','135pIpmMS','Axis\x20Color','35623dlYSFH','49432zxCRhh','Marker','Adjust\x20Style','Sparkline\x20Group','239982wTvUGw','1578GsfRgY','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Maximum\x20Value','Invalid\x20target\x20range','Ungroup','Minimum\x20Value','Theme','Advanced\x20Settings','Sparkline\x20Settings','4666370BCfQUl','11644666jIowPD','6OSUuzF','467195lzBwSw','Gradient\x20Fill','Data\x20Range\x20and\x20Position','Show\x20Zero\x20Axis','Group','Bar','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Use\x20Group\x20Maximum\x20Value','Display\x20Empty\x20Cells\x20As','Remove\x20Sparkline','Confirm','Horizontal\x20Axis','16UdoPal','Show\x20Hidden\x20Data','Default','Remove\x20Item'];_0x1951=function(){return _0x40b8dd;};return _0x1951();}
@@ -1 +1 @@
1
- const _0x3ad575=_0x2e5a;function _0x23e2(){const _0x32fb44=['Valor\x20cero','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','Relleno\x20degradado','2244000goZBht','Espaciado','Eliminar\x20elemento','Tipo','Valor\x20mínimo','Último\x20punto','11nmUgMc','Tema','3979180OsELgA','Pastilla','Grupo\x20de\x20minigráficos','Editar\x20minigráfico','37090CKoPiy','1724284ALZSsi','1572410EoSlPX','Configuración\x20de\x20minigráfico','Minigráfico','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Mostrar\x20esquinas\x20redondeadas','Administrador','Rango\x20de\x20destino\x20no\x20válido','Cancelar','Eliminar\x20minigráfico','Especial','Configuración\x20avanzada','Cambiar\x20tipo','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Fresco','Valor\x20máximo','119smkjtn','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Línea','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Eje\x20vertical','Predeterminado','Valor\x20personalizado','Agrupar','Mostrar\x20celdas\x20no\x20numéricas\x20como','Mostrar\x20eje\x20cero','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Desagrupar','1086750SvBOSD','13696wLvDWS','3kbKIFi','Suave','Seleccionar\x20ubicación','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','Color\x20de\x20minigráfico','Punto\x20alto','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Configuración\x20básica','Administrador\x20de\x20grupo'];_0x23e2=function(){return _0x32fb44;};return _0x23e2();}function _0x2e5a(_0xcf95c8,_0x40c8cd){_0xcf95c8=_0xcf95c8-0x75;const _0x23e2c2=_0x23e2();let _0x2e5a73=_0x23e2c2[_0xcf95c8];return _0x2e5a73;}(function(_0xb808f8,_0x1de065){const _0x50e6e1=_0x2e5a,_0x1d214a=_0xb808f8();while(!![]){try{const _0x5c663e=parseInt(_0x50e6e1(0xa6))/0x1*(-parseInt(_0x50e6e1(0xac))/0x2)+-parseInt(_0x50e6e1(0x94))/0x3*(-parseInt(_0x50e6e1(0x75))/0x4)+parseInt(_0x50e6e1(0xa8))/0x5+-parseInt(_0x50e6e1(0xa0))/0x6+parseInt(_0x50e6e1(0x85))/0x7*(parseInt(_0x50e6e1(0x93))/0x8)+-parseInt(_0x50e6e1(0x92))/0x9+-parseInt(_0x50e6e1(0x76))/0xa;if(_0x5c663e===_0x1de065)break;else _0x1d214a['push'](_0x1d214a['shift']());}catch(_0xa0ea69){_0x1d214a['push'](_0x1d214a['shift']());}}}(_0x23e2,0x61a99));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3ad575(0x79)},'title':'Minigráfico','remove':_0x3ad575(0x7e),'edit':_0x3ad575(0xab),'panel':{'title':_0x3ad575(0x77),'basic':_0x3ad575(0x9b),'advanced':_0x3ad575(0x80),'sourceAndPosition':'Rango\x20de\x20datos\x20y\x20posición','type':_0x3ad575(0xa3),'line':_0x3ad575(0x88),'bar':'Barra','pie':_0x3ad575(0xa9),'profitAndLoss':'G/P','theme':_0x3ad575(0xa7),'standard':'Estándar','custom':'Personalizado','specialty':_0x3ad575(0x7f),'distinctive':'Distintivo','soft':_0x3ad575(0x95),'fresh':_0x3ad575(0x83),'adjustStyle':'Ajustar\x20estilo','sparklineColor':_0x3ad575(0x98),'lineWidth':'Ancho\x20de\x20línea','gradient':_0x3ad575(0x9f),'radius':_0x3ad575(0x7a),'marker':'Marcador','highPoint':_0x3ad575(0x99),'lowPoint':'Punto\x20bajo','firstPoint':'Primer\x20punto','lastPoint':_0x3ad575(0xa5),'negativePoint':'Punto\x20negativo','markersPoint':'Marcadores','manager':_0x3ad575(0x7b),'removeItem':_0x3ad575(0xa2),'removeGroup':'Eliminar\x20grupo','composeManager':_0x3ad575(0x9c),'compose':_0x3ad575(0x8d),'unCompose':_0x3ad575(0x91),'horizontal':'Eje\x20horizontal','showZeroAxis':_0x3ad575(0x8f),'axisColor':'Color\x20del\x20eje','reverse':_0x3ad575(0x9a),'vertical':_0x3ad575(0x8a),'min':_0x3ad575(0xa4),'itemMin':_0x3ad575(0x87),'groupMin':_0x3ad575(0x82),'customMin':_0x3ad575(0x8c),'max':_0x3ad575(0x84),'itemMax':_0x3ad575(0x86),'groupMax':'Usar\x20el\x20valor\x20máximo\x20del\x20grupo','customMax':'Valor\x20personalizado','moreSetting':'Más\x20configuraciones','showHidden':'Mostrar\x20datos\x20ocultos','showEmptyAs':'Mostrar\x20celdas\x20vacías\x20como','showNonNumAs':_0x3ad575(0x8e),'spacing':_0x3ad575(0xa1),'zeroValue':_0x3ad575(0x9d),'connectWithLine':_0x3ad575(0x89),'default':_0x3ad575(0x8b)},'selector':{'title':_0x3ad575(0xab),'changeType':_0x3ad575(0x81),'sparkline':_0x3ad575(0x78),'sparklineGroup':_0x3ad575(0xaa),'setSource':'Seleccionar\x20rango\x20de\x20datos','setTarget':_0x3ad575(0x96),'confirm':'Confirmar','cancel':_0x3ad575(0x7d),'targetError':_0x3ad575(0x7c),'singleSourceError':_0x3ad575(0x90),'multSourceError':_0x3ad575(0x9e),'resetSourceError':_0x3ad575(0x97)}}};export{e as default};
1
+ const _0x317558=_0x55e5;function _0x55e5(_0x11c7da,_0x391a80){_0x11c7da=_0x11c7da-0x1bd;const _0x57e01e=_0x57e0();let _0x55e52d=_0x57e01e[_0x11c7da];return _0x55e52d;}(function(_0x420110,_0x2443f7){const _0x10f4d6=_0x55e5,_0x322241=_0x420110();while(!![]){try{const _0x2808dc=parseInt(_0x10f4d6(0x1e8))/0x1*(parseInt(_0x10f4d6(0x1d7))/0x2)+parseInt(_0x10f4d6(0x205))/0x3*(parseInt(_0x10f4d6(0x1df))/0x4)+parseInt(_0x10f4d6(0x1e4))/0x5+-parseInt(_0x10f4d6(0x1ff))/0x6*(parseInt(_0x10f4d6(0x200))/0x7)+parseInt(_0x10f4d6(0x1e9))/0x8*(parseInt(_0x10f4d6(0x1f5))/0x9)+parseInt(_0x10f4d6(0x1d2))/0xa*(parseInt(_0x10f4d6(0x1cc))/0xb)+parseInt(_0x10f4d6(0x1eb))/0xc*(-parseInt(_0x10f4d6(0x1cd))/0xd);if(_0x2808dc===_0x2443f7)break;else _0x322241['push'](_0x322241['shift']());}catch(_0x14c825){_0x322241['push'](_0x322241['shift']());}}}(_0x57e0,0xcd40e));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x317558(0x1f9)},'title':_0x317558(0x1e5),'remove':_0x317558(0x1ca),'edit':_0x317558(0x1c8),'panel':{'title':_0x317558(0x1d0),'basic':_0x317558(0x1c0),'advanced':_0x317558(0x1c2),'sourceAndPosition':_0x317558(0x1f0),'type':_0x317558(0x1c4),'line':_0x317558(0x1f7),'bar':_0x317558(0x1cf),'pie':_0x317558(0x1c1),'profitAndLoss':_0x317558(0x1ef),'theme':_0x317558(0x1d9),'standard':'Estándar','custom':_0x317558(0x1dc),'specialty':_0x317558(0x1fe),'distinctive':_0x317558(0x1fc),'soft':'Suave','fresh':_0x317558(0x1ce),'adjustStyle':_0x317558(0x1fa),'sparklineColor':_0x317558(0x1ec),'lineWidth':_0x317558(0x1ea),'gradient':_0x317558(0x1bf),'radius':_0x317558(0x1f8),'marker':_0x317558(0x1e3),'highPoint':_0x317558(0x1c9),'lowPoint':_0x317558(0x1bd),'firstPoint':_0x317558(0x1f6),'lastPoint':_0x317558(0x1f1),'negativePoint':'Punto\x20negativo','markersPoint':_0x317558(0x201),'manager':_0x317558(0x1e0),'removeItem':_0x317558(0x1fd),'removeGroup':_0x317558(0x1c7),'composeManager':_0x317558(0x1c5),'compose':_0x317558(0x1c6),'unCompose':_0x317558(0x1ed),'horizontal':_0x317558(0x1be),'showZeroAxis':_0x317558(0x1ee),'axisColor':_0x317558(0x1f2),'reverse':_0x317558(0x1d8),'vertical':'Eje\x20vertical','min':_0x317558(0x1e6),'itemMin':_0x317558(0x1e1),'groupMin':_0x317558(0x1da),'customMin':_0x317558(0x1d3),'max':_0x317558(0x1e7),'itemMax':_0x317558(0x1e2),'groupMax':'Usar\x20el\x20valor\x20máximo\x20del\x20grupo','customMax':_0x317558(0x1d3),'moreSetting':'Más\x20configuraciones','showHidden':_0x317558(0x1dd),'showEmptyAs':_0x317558(0x1de),'showNonNumAs':'Mostrar\x20celdas\x20no\x20numéricas\x20como','spacing':_0x317558(0x1cb),'zeroValue':_0x317558(0x1d1),'connectWithLine':_0x317558(0x1db),'default':_0x317558(0x204)},'selector':{'title':'Editar\x20minigráfico','changeType':_0x317558(0x203),'sparkline':_0x317558(0x1e5),'sparklineGroup':_0x317558(0x202),'setSource':_0x317558(0x1fb),'setTarget':_0x317558(0x1d4),'confirm':_0x317558(0x1f4),'cancel':_0x317558(0x1d5),'targetError':_0x317558(0x1d6),'singleSourceError':_0x317558(0x1c3),'multSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','resetSourceError':_0x317558(0x1f3)}}};function _0x57e0(){const _0x5ebc8d=['Barra','Configuración\x20de\x20minigráfico','Valor\x20cero','7773630OnNabR','Valor\x20personalizado','Seleccionar\x20ubicación','Cancelar','Rango\x20de\x20destino\x20no\x20válido','525284LganBv','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Tema','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Personalizado','Mostrar\x20datos\x20ocultos','Mostrar\x20celdas\x20vacías\x20como','15108suRBHD','Administrador','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','Marcador','3553755uVSPjD','Minigráfico','Valor\x20mínimo','Valor\x20máximo','1UdTHwA','24ADrkFg','Ancho\x20de\x20línea','12AiHfbi','Color\x20de\x20minigráfico','Desagrupar','Mostrar\x20eje\x20cero','G/P','Rango\x20de\x20datos\x20y\x20posición','Último\x20punto','Color\x20del\x20eje','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','Confirmar','861075wAZNRG','Primer\x20punto','Línea','Mostrar\x20esquinas\x20redondeadas','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ajustar\x20estilo','Seleccionar\x20rango\x20de\x20datos','Distintivo','Eliminar\x20elemento','Especial','7086918povHNm','7SSHXji','Marcadores','Grupo\x20de\x20minigráficos','Cambiar\x20tipo','Predeterminado','1077lGooVZ','Punto\x20bajo','Eje\x20horizontal','Relleno\x20degradado','Configuración\x20básica','Pastilla','Configuración\x20avanzada','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Tipo','Administrador\x20de\x20grupo','Agrupar','Eliminar\x20grupo','Editar\x20minigráfico','Punto\x20alto','Eliminar\x20minigráfico','Espaciado','11JSBJQz','17834089ilVdrh','Fresco'];_0x57e0=function(){return _0x5ebc8d;};return _0x57e0();}export{e as default};
@@ -1 +1 @@
1
- const _0x5297ac=_0x4c73;(function(_0x24b96a,_0x350dc8){const _0x5301e7=_0x4c73,_0x320359=_0x24b96a();while(!![]){try{const _0x38c73c=-parseInt(_0x5301e7(0x181))/0x1+parseInt(_0x5301e7(0x1af))/0x2+parseInt(_0x5301e7(0x194))/0x3*(parseInt(_0x5301e7(0x1a6))/0x4)+-parseInt(_0x5301e7(0x18d))/0x5+parseInt(_0x5301e7(0x1b1))/0x6+-parseInt(_0x5301e7(0x1a3))/0x7*(-parseInt(_0x5301e7(0x195))/0x8)+-parseInt(_0x5301e7(0x18a))/0x9;if(_0x38c73c===_0x350dc8)break;else _0x320359['push'](_0x320359['shift']());}catch(_0x285463){_0x320359['push'](_0x320359['shift']());}}}(_0x50c6,0x68c88));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x5297ac(0x19e)},'title':'نمودار\x20کوچک','remove':_0x5297ac(0x1a4),'edit':_0x5297ac(0x196),'panel':{'title':'تنظیمات\x20نمودار\x20کوچک','basic':_0x5297ac(0x183),'advanced':_0x5297ac(0x187),'sourceAndPosition':_0x5297ac(0x19c),'type':_0x5297ac(0x190),'line':'خطی','bar':_0x5297ac(0x199),'pie':_0x5297ac(0x1a8),'profitAndLoss':_0x5297ac(0x1a7),'theme':'تم','standard':_0x5297ac(0x18c),'custom':_0x5297ac(0x1ad),'specialty':_0x5297ac(0x182),'distinctive':_0x5297ac(0x19f),'soft':_0x5297ac(0x193),'fresh':_0x5297ac(0x1b4),'adjustStyle':'تنظیم\x20سبک','sparklineColor':_0x5297ac(0x1a0),'lineWidth':'ضخامت\x20خط','gradient':_0x5297ac(0x184),'radius':_0x5297ac(0x17d),'marker':'نشانگر','highPoint':'نقطه\x20بالا','lowPoint':_0x5297ac(0x19d),'firstPoint':_0x5297ac(0x1a2),'lastPoint':'نقطه\x20آخر','negativePoint':'نقاط\x20منفی','markersPoint':_0x5297ac(0x18b),'manager':_0x5297ac(0x1b2),'removeItem':_0x5297ac(0x1a4),'removeGroup':'حذف\x20گروه\x20نمودار\x20کوچک','composeManager':_0x5297ac(0x19a),'compose':_0x5297ac(0x1a1),'unCompose':_0x5297ac(0x1ac),'horizontal':_0x5297ac(0x185),'showZeroAxis':'نمایش\x20محور\x20صفر','axisColor':_0x5297ac(0x1aa),'reverse':_0x5297ac(0x17f),'vertical':'محور\x20عمودی','min':_0x5297ac(0x18f),'itemMin':_0x5297ac(0x1ae),'groupMin':_0x5297ac(0x186),'customMin':_0x5297ac(0x188),'max':_0x5297ac(0x1a9),'itemMax':'حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMax':_0x5297ac(0x198),'customMax':_0x5297ac(0x188),'moreSetting':'تنظیمات\x20بیشتر','showHidden':_0x5297ac(0x1b6),'showEmptyAs':_0x5297ac(0x17e),'showNonNumAs':'نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','spacing':'فاصله','zeroValue':_0x5297ac(0x192),'connectWithLine':_0x5297ac(0x1b5),'default':'پیش‌فرض'},'selector':{'title':'ویرایش\x20نمودار\x20کوچک','changeType':_0x5297ac(0x18e),'sparkline':_0x5297ac(0x1b3),'sparklineGroup':_0x5297ac(0x1ab),'setSource':_0x5297ac(0x1b0),'setTarget':_0x5297ac(0x19b),'confirm':_0x5297ac(0x180),'cancel':'لغو','targetError':_0x5297ac(0x191),'singleSourceError':_0x5297ac(0x189),'multSourceError':_0x5297ac(0x197),'resetSourceError':_0x5297ac(0x1a5)}}};function _0x4c73(_0x52211d,_0x4f1482){_0x52211d=_0x52211d-0x17d;const _0x50c69e=_0x50c6();let _0x4c73cc=_0x50c69e[_0x52211d];return _0x4c73cc;}function _0x50c6(){const _0x377701=['نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','تأیید','851492cljsjj','حرفه‌ای','تنظیمات\x20پایه','پر\x20کردن\x20گرادیان','محور\x20افقی','حداقل\x20مقدار\x20در\x20گروه','تنظیمات\x20پیشرفته','مقدار\x20سفارشی','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','4209642BOdmin','نقاط\x20نشانگر','استاندارد','849655pwJUtX','تغییر\x20موارد\x20انتخابی','حداقل\x20مقدار','نوع','محدوده\x20هدف\x20نامعتبر\x20است','مقدار\x20صفر','ملایم','9867zZDgkR','16xDcfTf','ویرایش\x20نمودار\x20کوچک','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','حداکثر\x20مقدار\x20در\x20گروه','ستونی','مدیریت\x20گروه','انتخاب\x20محل\x20قرارگیری','محدوده\x20داده‌ها\x20و\x20موقعیت','نقطه\x20پایین','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','متمایز','رنگ\x20نمودار\x20کوچک','گروه‌بندی','نقطه\x20اول','2457056gAmCrB','حذف\x20نمودار\x20کوچک','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود','284hixgoB','سود\x20و\x20زیان','دایره‌ای','حداکثر\x20مقدار','رنگ\x20محور','گروه\x20نمودار\x20کوچک','لغو\x20گروه‌بندی','سفارشی','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','1272882ZNyezU','انتخاب\x20محدوده\x20داده','2078262NyREoK','مدیریت','نمودار\x20کوچک','تازه','اتصال\x20نقاط\x20داده\x20با\x20خط','نمایش\x20سلول‌های\x20پنهان','نمایش\x20گوشه‌های\x20گرد'];_0x50c6=function(){return _0x377701;};return _0x50c6();}export{e as default};
1
+ const _0xff9f7c=_0x5eee;(function(_0x4d5981,_0x557d95){const _0x15db02=_0x5eee,_0x31ea56=_0x4d5981();while(!![]){try{const _0x3b08b7=parseInt(_0x15db02(0x1dd))/0x1+-parseInt(_0x15db02(0x1e0))/0x2+-parseInt(_0x15db02(0x1cd))/0x3*(-parseInt(_0x15db02(0x1f5))/0x4)+parseInt(_0x15db02(0x1d9))/0x5+-parseInt(_0x15db02(0x206))/0x6*(parseInt(_0x15db02(0x1fe))/0x7)+parseInt(_0x15db02(0x1dc))/0x8+-parseInt(_0x15db02(0x1f3))/0x9*(parseInt(_0x15db02(0x1d0))/0xa);if(_0x3b08b7===_0x557d95)break;else _0x31ea56['push'](_0x31ea56['shift']());}catch(_0x4d9b57){_0x31ea56['push'](_0x31ea56['shift']());}}}(_0x422b,0xc8615));function _0x422b(){const _0x279878=['37670zSZRMg','سود\x20و\x20زیان','تنظیم\x20سبک','لغو\x20گروه‌بندی','نقطه\x20بالا','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','گروه\x20نمودار\x20کوچک','متمایز','رنگ\x20محور','3617700oSrvNE','نمایش\x20سلول‌های\x20غیرعددی\x20به\x20عنوان','گروه‌بندی','8605592hEPXWN','998376uCEbcM','نمودار\x20کوچک','نقطه\x20پایین','1757434kgwNEx','اتصال\x20نقاط\x20داده\x20با\x20خط','ستونی','ضخامت\x20خط','محدوده\x20داده‌ها\x20و\x20موقعیت','نمایش\x20محور\x20صفر','حرفه‌ای','پیش‌فرض','دایره‌ای','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمی‌شود','تأیید','حداکثر\x20مقدار','رنگ\x20نمودار\x20کوچک','ویرایش\x20نمودار\x20کوچک','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمی‌شود','تازه','لغو','فاصله','مدیریت','567VADGnq','حداکثر\x20مقدار\x20در\x20گروه','748nseVlI','محور\x20عمودی','مقدار\x20سفارشی','نقاط\x20نشانگر','استاندارد','انتخاب\x20محدوده\x20داده','نقاط\x20منفی','حذف\x20نمودار\x20کوچک','نوع','7kRRljq','مقدار\x20صفر','انتخاب\x20محل\x20قرارگیری','حداقل\x20مقدار\x20در\x20گروه','نمایش\x20گوشه‌های\x20گرد','پر\x20کردن\x20گرادیان','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','تنظیمات\x20نمودار\x20کوچک','7328136UBtEzv','نشانگر','حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','مدیریت\x20گروه','حداقل\x20مقدار','5784RCLJeI','حذف\x20گروه\x20نمودار\x20کوچک','خطی'];_0x422b=function(){return _0x279878;};return _0x422b();}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0xff9f7c(0x1d5)},'title':_0xff9f7c(0x1de),'remove':'حذف\x20نمودار\x20کوچک','edit':_0xff9f7c(0x1ed),'panel':{'title':_0xff9f7c(0x205),'basic':'تنظیمات\x20پایه','advanced':'تنظیمات\x20پیشرفته','sourceAndPosition':_0xff9f7c(0x1e4),'type':_0xff9f7c(0x1fd),'line':_0xff9f7c(0x1cf),'bar':_0xff9f7c(0x1e2),'pie':_0xff9f7c(0x1e8),'profitAndLoss':_0xff9f7c(0x1d1),'theme':'تم','standard':_0xff9f7c(0x1f9),'custom':'سفارشی','specialty':_0xff9f7c(0x1e6),'distinctive':_0xff9f7c(0x1d7),'soft':'ملایم','fresh':_0xff9f7c(0x1ef),'adjustStyle':_0xff9f7c(0x1d2),'sparklineColor':_0xff9f7c(0x1ec),'lineWidth':_0xff9f7c(0x1e3),'gradient':_0xff9f7c(0x203),'radius':_0xff9f7c(0x202),'marker':_0xff9f7c(0x207),'highPoint':_0xff9f7c(0x1d4),'lowPoint':_0xff9f7c(0x1df),'firstPoint':'نقطه\x20اول','lastPoint':'نقطه\x20آخر','negativePoint':_0xff9f7c(0x1fb),'markersPoint':_0xff9f7c(0x1f8),'manager':_0xff9f7c(0x1f2),'removeItem':_0xff9f7c(0x1fc),'removeGroup':_0xff9f7c(0x1ce),'composeManager':_0xff9f7c(0x209),'compose':_0xff9f7c(0x1db),'unCompose':_0xff9f7c(0x1d3),'horizontal':'محور\x20افقی','showZeroAxis':_0xff9f7c(0x1e5),'axisColor':_0xff9f7c(0x1d8),'reverse':'رسم\x20داده‌ها\x20از\x20راست\x20به\x20چپ','vertical':_0xff9f7c(0x1f6),'min':_0xff9f7c(0x20a),'itemMin':_0xff9f7c(0x204),'groupMin':_0xff9f7c(0x201),'customMin':_0xff9f7c(0x1f7),'max':_0xff9f7c(0x1eb),'itemMax':_0xff9f7c(0x208),'groupMax':_0xff9f7c(0x1f4),'customMax':_0xff9f7c(0x1f7),'moreSetting':'تنظیمات\x20بیشتر','showHidden':'نمایش\x20سلول‌های\x20پنهان','showEmptyAs':'نمایش\x20سلول‌های\x20خالی\x20به\x20عنوان','showNonNumAs':_0xff9f7c(0x1da),'spacing':_0xff9f7c(0x1f1),'zeroValue':_0xff9f7c(0x1ff),'connectWithLine':_0xff9f7c(0x1e1),'default':_0xff9f7c(0x1e7)},'selector':{'title':_0xff9f7c(0x1ed),'changeType':'تغییر\x20موارد\x20انتخابی','sparkline':_0xff9f7c(0x1de),'sparklineGroup':_0xff9f7c(0x1d6),'setSource':_0xff9f7c(0x1fa),'setTarget':_0xff9f7c(0x200),'confirm':_0xff9f7c(0x1ea),'cancel':_0xff9f7c(0x1f0),'targetError':'محدوده\x20هدف\x20نامعتبر\x20است','singleSourceError':_0xff9f7c(0x1e9),'multSourceError':_0xff9f7c(0x1ee),'resetSourceError':'چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمی‌شود'}}};function _0x5eee(_0x54e6c4,_0x41abd5){_0x54e6c4=_0x54e6c4-0x1cd;const _0x422b92=_0x422b();let _0x5eeea0=_0x422b92[_0x54e6c4];return _0x5eeea0;}export{e as default};
@@ -1 +1 @@
1
- function _0x50a6(_0x5d14fe,_0x1e78dc){_0x5d14fe=_0x5d14fe-0x127;const _0x286550=_0x2865();let _0x50a677=_0x286550[_0x5d14fe];return _0x50a677;}const _0x1e38b9=_0x50a6;function _0x2865(){const _0x309c95=['Sélectionner\x20l\x27emplacement','Valeur\x20personnalisée','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','636056maiiWp','Axe\x20horizontal','Espacement','Plage\x20cible\x20invalide','Axe\x20vertical','Frais','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','4607688LmEnBD','Point\x20haut','Sparkline','1609090eBCnPB','Paramètres\x20de\x20base','Annuler','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Couleur\x20de\x20l\x27axe','Paramètres\x20du\x20sparkline','Afficher\x20les\x20données\x20masquées','1663956qPXrZw','Point\x20négatif','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Remplissage\x20dégradé','Plus\x20de\x20paramètres','Afficher\x20les\x20cellules\x20vides\x20comme','Standard','Doux','Type','342176BSfESA','Supprimer\x20le\x20sparkline','1136526knnmHg','Plage\x20de\x20données\x20et\x20position','Marqueur','Largeur\x20de\x20ligne','Sélectionner\x20la\x20plage\x20de\x20données','Secteur','Distinctif','Valeur\x20maximale','Par\x20défaut','Afficher\x20l\x27axe\x20zéro','Premier\x20point','Changer\x20le\x20type','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Point\x20bas','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Couleur\x20du\x20sparkline','471041NRWCXy','Grouper','Modifier\x20le\x20sparkline','Supprimer\x20le\x20groupe','Supprimer\x20l\x27élément','Confirmer','Ajuster\x20le\x20style','Gestionnaire','Afficher\x20les\x20coins\x20arrondis','15OrVHVA','Barre'];_0x2865=function(){return _0x309c95;};return _0x2865();}(function(_0x19a79e,_0x3eb4cc){const _0x9db111=_0x50a6,_0x165755=_0x19a79e();while(!![]){try{const _0x43ee18=-parseInt(_0x9db111(0x139))/0x1+parseInt(_0x9db111(0x162))/0x2+-parseInt(_0x9db111(0x128))/0x3+parseInt(_0x9db111(0x147))/0x4*(parseInt(_0x9db111(0x142))/0x5)+-parseInt(_0x9db111(0x159))/0x6+parseInt(_0x9db111(0x152))/0x7+parseInt(_0x9db111(0x14f))/0x8;if(_0x43ee18===_0x3eb4cc)break;else _0x165755['push'](_0x165755['shift']());}catch(_0x10eac5){_0x165755['push'](_0x165755['shift']());}}}(_0x2865,0x4fc60));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x1e38b9(0x14d)},'title':'Sparkline','remove':_0x1e38b9(0x127),'edit':_0x1e38b9(0x13b),'panel':{'title':_0x1e38b9(0x157),'basic':_0x1e38b9(0x153),'advanced':'Paramètres\x20avancés','sourceAndPosition':_0x1e38b9(0x129),'type':_0x1e38b9(0x161),'line':'Ligne','bar':_0x1e38b9(0x143),'pie':_0x1e38b9(0x12d),'profitAndLoss':'G/P','theme':'Thème','standard':_0x1e38b9(0x15f),'custom':'Personnalisé','specialty':'Spécial','distinctive':_0x1e38b9(0x12e),'soft':_0x1e38b9(0x160),'fresh':_0x1e38b9(0x14c),'adjustStyle':_0x1e38b9(0x13f),'sparklineColor':_0x1e38b9(0x138),'lineWidth':_0x1e38b9(0x12b),'gradient':_0x1e38b9(0x15c),'radius':_0x1e38b9(0x141),'marker':_0x1e38b9(0x12a),'highPoint':_0x1e38b9(0x150),'lowPoint':_0x1e38b9(0x135),'firstPoint':_0x1e38b9(0x132),'lastPoint':'Dernier\x20point','negativePoint':_0x1e38b9(0x15a),'markersPoint':'Marqueurs','manager':_0x1e38b9(0x140),'removeItem':_0x1e38b9(0x13d),'removeGroup':_0x1e38b9(0x13c),'composeManager':'Gestionnaire\x20de\x20groupe','compose':_0x1e38b9(0x13a),'unCompose':'Dégrouper','horizontal':_0x1e38b9(0x148),'showZeroAxis':_0x1e38b9(0x131),'axisColor':_0x1e38b9(0x156),'reverse':_0x1e38b9(0x155),'vertical':_0x1e38b9(0x14b),'min':'Valeur\x20minimale','itemMin':'Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','groupMin':_0x1e38b9(0x137),'customMin':'Valeur\x20personnalisée','max':_0x1e38b9(0x12f),'itemMax':_0x1e38b9(0x146),'groupMax':_0x1e38b9(0x14e),'customMax':_0x1e38b9(0x145),'moreSetting':_0x1e38b9(0x15d),'showHidden':_0x1e38b9(0x158),'showEmptyAs':_0x1e38b9(0x15e),'showNonNumAs':'Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','spacing':_0x1e38b9(0x149),'zeroValue':'Valeur\x20zéro','connectWithLine':'Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','default':_0x1e38b9(0x130)},'selector':{'title':_0x1e38b9(0x13b),'changeType':_0x1e38b9(0x133),'sparkline':_0x1e38b9(0x151),'sparklineGroup':'Groupe\x20de\x20sparklines','setSource':_0x1e38b9(0x12c),'setTarget':_0x1e38b9(0x144),'confirm':_0x1e38b9(0x13e),'cancel':_0x1e38b9(0x154),'targetError':_0x1e38b9(0x14a),'singleSourceError':_0x1e38b9(0x136),'multSourceError':_0x1e38b9(0x15b),'resetSourceError':_0x1e38b9(0x134)}}};export{e as default};
1
+ function _0x1e2a(_0x5855ad,_0x23626d){_0x5855ad=_0x5855ad-0x1a9;const _0xd0a160=_0xd0a1();let _0x1e2ae4=_0xd0a160[_0x5855ad];return _0x1e2ae4;}const _0x50b5e9=_0x1e2a;function _0xd0a1(){const _0x50db07=['Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','3890056cdNJMh','Couleur\x20de\x20l\x27axe','Premier\x20point','Ligne','1865995dPgkZJ','1499013qoAgUq','Marqueur','Sparkline','Modifier\x20le\x20sparkline','Par\x20défaut','809935JGkfdt','Gestionnaire','Supprimer\x20l\x27élément','Standard','Axe\x20horizontal','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Changer\x20le\x20type','Paramètres\x20de\x20base','Thème','Grouper','Valeur\x20zéro','Point\x20bas','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Supprimer\x20le\x20sparkline','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Afficher\x20l\x27axe\x20zéro','Remplissage\x20dégradé','66GzoprU','Sélectionner\x20l\x27emplacement','Distinctif','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Afficher\x20les\x20cellules\x20vides\x20comme','13127FmASNX','Espacement','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Type','Personnalisé','Couleur\x20du\x20sparkline','Dégrouper','626751ImgtIh','Valeur\x20personnalisée','Gestionnaire\x20de\x20groupe','Confirmer','G/P','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Plus\x20de\x20paramètres','Secteur','Frais','Valeur\x20maximale','Paramètres\x20avancés','2695524eSFvLX','8vPNLVn','Supprimer\x20le\x20groupe','Point\x20négatif'];_0xd0a1=function(){return _0x50db07;};return _0xd0a1();}(function(_0x16d118,_0x4951e6){const _0x3ce648=_0x1e2a,_0x3c4684=_0x16d118();while(!![]){try{const _0x5ce137=-parseInt(_0x3ce648(0x1ba))/0x1*(parseInt(_0x3ce648(0x1b5))/0x2)+parseInt(_0x3ce648(0x1c1))/0x3*(parseInt(_0x3ce648(0x1ce))/0x4)+parseInt(_0x3ce648(0x1d6))/0x5+parseInt(_0x3ce648(0x1cd))/0x6+-parseInt(_0x3ce648(0x1dc))/0x7+-parseInt(_0x3ce648(0x1d2))/0x8+parseInt(_0x3ce648(0x1d7))/0x9;if(_0x5ce137===_0x4951e6)break;else _0x3c4684['push'](_0x3c4684['shift']());}catch(_0x29fa9b){_0x3c4684['push'](_0x3c4684['shift']());}}}(_0xd0a1,0x5abeb));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x50b5e9(0x1af)},'title':'Sparkline','remove':_0x50b5e9(0x1b0),'edit':_0x50b5e9(0x1da),'panel':{'title':'Paramètres\x20du\x20sparkline','basic':_0x50b5e9(0x1aa),'advanced':_0x50b5e9(0x1cc),'sourceAndPosition':'Plage\x20de\x20données\x20et\x20position','type':_0x50b5e9(0x1bd),'line':_0x50b5e9(0x1d5),'bar':'Barre','pie':_0x50b5e9(0x1c9),'profitAndLoss':_0x50b5e9(0x1c5),'theme':_0x50b5e9(0x1ab),'standard':_0x50b5e9(0x1df),'custom':_0x50b5e9(0x1be),'specialty':'Spécial','distinctive':_0x50b5e9(0x1b7),'soft':'Doux','fresh':_0x50b5e9(0x1ca),'adjustStyle':'Ajuster\x20le\x20style','sparklineColor':_0x50b5e9(0x1bf),'lineWidth':'Largeur\x20de\x20ligne','gradient':_0x50b5e9(0x1b4),'radius':'Afficher\x20les\x20coins\x20arrondis','marker':_0x50b5e9(0x1d8),'highPoint':'Point\x20haut','lowPoint':_0x50b5e9(0x1ae),'firstPoint':_0x50b5e9(0x1d4),'lastPoint':'Dernier\x20point','negativePoint':_0x50b5e9(0x1d0),'markersPoint':'Marqueurs','manager':_0x50b5e9(0x1dd),'removeItem':_0x50b5e9(0x1de),'removeGroup':_0x50b5e9(0x1cf),'composeManager':_0x50b5e9(0x1c3),'compose':_0x50b5e9(0x1ac),'unCompose':_0x50b5e9(0x1c0),'horizontal':_0x50b5e9(0x1e0),'showZeroAxis':_0x50b5e9(0x1b3),'axisColor':_0x50b5e9(0x1d3),'reverse':_0x50b5e9(0x1b1),'vertical':'Axe\x20vertical','min':'Valeur\x20minimale','itemMin':_0x50b5e9(0x1c7),'groupMin':'Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','customMin':_0x50b5e9(0x1c2),'max':_0x50b5e9(0x1cb),'itemMax':_0x50b5e9(0x1e1),'groupMax':_0x50b5e9(0x1bc),'customMax':'Valeur\x20personnalisée','moreSetting':_0x50b5e9(0x1c8),'showHidden':'Afficher\x20les\x20données\x20masquées','showEmptyAs':_0x50b5e9(0x1b9),'showNonNumAs':_0x50b5e9(0x1c6),'spacing':_0x50b5e9(0x1bb),'zeroValue':_0x50b5e9(0x1ad),'connectWithLine':_0x50b5e9(0x1d1),'default':_0x50b5e9(0x1db)},'selector':{'title':'Modifier\x20le\x20sparkline','changeType':_0x50b5e9(0x1a9),'sparkline':_0x50b5e9(0x1d9),'sparklineGroup':'Groupe\x20de\x20sparklines','setSource':'Sélectionner\x20la\x20plage\x20de\x20données','setTarget':_0x50b5e9(0x1b6),'confirm':_0x50b5e9(0x1c4),'cancel':'Annuler','targetError':'Plage\x20cible\x20invalide','singleSourceError':'La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','multSourceError':_0x50b5e9(0x1b2),'resetSourceError':_0x50b5e9(0x1b8)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x407f01=_0x3e19;(function(_0xaefad6,_0x1c0016){const _0x4b3e9d=_0x3e19,_0x1895eb=_0xaefad6();while(!![]){try{const _0x4f9b4c=-parseInt(_0x4b3e9d(0x17c))/0x1+parseInt(_0x4b3e9d(0x16e))/0x2*(parseInt(_0x4b3e9d(0x16a))/0x3)+parseInt(_0x4b3e9d(0x14c))/0x4*(parseInt(_0x4b3e9d(0x162))/0x5)+parseInt(_0x4b3e9d(0x179))/0x6*(parseInt(_0x4b3e9d(0x16d))/0x7)+-parseInt(_0x4b3e9d(0x153))/0x8*(parseInt(_0x4b3e9d(0x180))/0x9)+-parseInt(_0x4b3e9d(0x163))/0xa*(parseInt(_0x4b3e9d(0x160))/0xb)+-parseInt(_0x4b3e9d(0x167))/0xc*(parseInt(_0x4b3e9d(0x146))/0xd);if(_0x4f9b4c===_0x1c0016)break;else _0x1895eb['push'](_0x1895eb['shift']());}catch(_0x30ff26){_0x1895eb['push'](_0x1895eb['shift']());}}}(_0x2584,0x5a7d9));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x407f01(0x181)},'title':'Sparkline','remove':_0x407f01(0x156),'edit':'Edit\x20Sparkline','panel':{'title':_0x407f01(0x173),'basic':_0x407f01(0x175),'advanced':_0x407f01(0x17f),'sourceAndPosition':_0x407f01(0x178),'type':_0x407f01(0x147),'line':_0x407f01(0x152),'bar':_0x407f01(0x149),'pie':'Pie','profitAndLoss':_0x407f01(0x16f),'theme':'Tema','standard':_0x407f01(0x169),'custom':_0x407f01(0x161),'specialty':_0x407f01(0x158),'distinctive':_0x407f01(0x15d),'soft':'Lembut','fresh':_0x407f01(0x14d),'adjustStyle':'Sesuaikan\x20Gaya','sparklineColor':_0x407f01(0x17b),'lineWidth':_0x407f01(0x174),'gradient':_0x407f01(0x14b),'radius':_0x407f01(0x151),'marker':_0x407f01(0x15f),'highPoint':'Titik\x20Tertinggi','lowPoint':_0x407f01(0x157),'firstPoint':_0x407f01(0x17d),'lastPoint':_0x407f01(0x15b),'negativePoint':_0x407f01(0x14a),'markersPoint':_0x407f01(0x15f),'manager':'Pengelola','removeItem':_0x407f01(0x17a),'removeGroup':'Hapus\x20Grup','composeManager':_0x407f01(0x15e),'compose':_0x407f01(0x16c),'unCompose':_0x407f01(0x14f),'horizontal':_0x407f01(0x166),'showZeroAxis':_0x407f01(0x172),'axisColor':_0x407f01(0x15c),'reverse':'Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','vertical':'Sumbu\x20Vertikal','min':_0x407f01(0x17e),'itemMin':_0x407f01(0x14e),'groupMin':_0x407f01(0x176),'customMin':_0x407f01(0x16b),'max':_0x407f01(0x171),'itemMax':'Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','groupMax':'Gunakan\x20Nilai\x20Maksimum\x20Grup','customMax':_0x407f01(0x16b),'moreSetting':_0x407f01(0x177),'showHidden':'Tampilkan\x20Data\x20Tersembunyi','showEmptyAs':_0x407f01(0x150),'showNonNumAs':'Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','spacing':_0x407f01(0x154),'zeroValue':_0x407f01(0x170),'connectWithLine':'Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','default':_0x407f01(0x164)},'selector':{'title':_0x407f01(0x15a),'changeType':_0x407f01(0x159),'sparkline':_0x407f01(0x148),'sparklineGroup':_0x407f01(0x168),'setSource':'Pilih\x20Rentang\x20Data','setTarget':'Pilih\x20Penempatan','confirm':'Konfirmasi','cancel':'Batal','targetError':_0x407f01(0x165),'singleSourceError':'Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','multSourceError':_0x407f01(0x155),'resetSourceError':'Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan'}}};function _0x3e19(_0x2367cd,_0x11753b){_0x2367cd=_0x2367cd-0x146;const _0x258413=_0x2584();let _0x3e198c=_0x258413[_0x2367cd];return _0x3e198c;}export{e as default};function _0x2584(){const _0x1b2133=['Isian\x20Gradien','52SHjoVC','Segar','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Batal\x20Kelompokkan','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Tampilkan\x20Sudut\x20Membulat','Garis','8uEoAKy','Jarak','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Hapus\x20Sparkline','Titik\x20Terendah','Spesialitas','Ubah\x20Jenis','Edit\x20Sparkline','Titik\x20Terakhir','Warna\x20Sumbu','Khas','Pengelola\x20Grup','Penanda','22zckGBe','Kustom','30165MkMVPy','1807720zXemNv','Default','Rentang\x20target\x20tidak\x20valid','Sumbu\x20Horizontal','12MAEwDK','Grup\x20Sparkline','Standar','33fWsUiV','Nilai\x20Kustom','Kelompokkan','2072FDxeyv','119902lEdVFb','M/K','Nilai\x20Nol','Nilai\x20Maksimum','Tampilkan\x20Sumbu\x20Nol','Pengaturan\x20Sparkline','Lebar\x20Garis','Pengaturan\x20Dasar','Gunakan\x20Nilai\x20Minimum\x20Grup','Pengaturan\x20Lainnya','Rentang\x20Data\x20dan\x20Posisi','14616VyFVuq','Hapus\x20Item','Warna\x20Sparkline','286982WyvbEE','Titik\x20Pertama','Nilai\x20Minimum','Pengaturan\x20Lanjutan','3840246QzUZyE','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','170001avCiEs','Jenis','Sparkline','Batang','Titik\x20Negatif'];_0x2584=function(){return _0x1b2133;};return _0x2584();}
1
+ const _0x40ab63=_0x5a11;function _0x5a11(_0x163622,_0x5c20b0){_0x163622=_0x163622-0x157;const _0x2dfa6e=_0x2dfa();let _0x5a1128=_0x2dfa6e[_0x163622];return _0x5a1128;}function _0x2dfa(){const _0x47a848=['Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Pengelola\x20Grup','Batal\x20Kelompokkan','Titik\x20Terendah','Pengaturan\x20Lainnya','Default','Batal','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','Batang','Pengaturan\x20Sparkline','Warna\x20Sumbu','Gunakan\x20Nilai\x20Minimum\x20Grup','Lebar\x20Garis','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Rentang\x20Data\x20dan\x20Posisi','Titik\x20Terakhir','Grup\x20Sparkline','264JqSdHW','Hapus\x20Item','Rentang\x20target\x20tidak\x20valid','Pengaturan\x20Dasar','Isian\x20Gradien','64XPJskd','2070606fbRRnC','Kelompokkan','Titik\x20Pertama','20xIjstT','Jarak','Gunakan\x20Nilai\x20Maksimum\x20Grup','Pilih\x20Penempatan','339559MtUKog','Tampilkan\x20Sumbu\x20Nol','Jenis','12Xvzbnn','Tampilkan\x20Sudut\x20Membulat','Nilai\x20Kustom','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','Segar','952497teRZts','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','818jLoeop','Edit\x20Sparkline','15gioHXx','Garis','Titik\x20Negatif','Pilih\x20Rentang\x20Data','4872ngXpKb','26088HDvfiA','702267jMXHGa','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Lembut','Sesuaikan\x20Gaya','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Sparkline','Nilai\x20Nol','Kustom','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','M/K','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Ubah\x20Jenis','Penanda','Pengaturan\x20Lanjutan','462DqTlah','Sumbu\x20Horizontal','Pengelola','Khas','Nilai\x20Maksimum','Nilai\x20Minimum','6903IeoTbC'];_0x2dfa=function(){return _0x47a848;};return _0x2dfa();}(function(_0x3534af,_0x1c6df6){const _0xe67d8d=_0x5a11,_0x33a187=_0x3534af();while(!![]){try{const _0xef078b=parseInt(_0xe67d8d(0x16c))/0x1*(parseInt(_0xe67d8d(0x15a))/0x2)+parseInt(_0xe67d8d(0x174))/0x3*(parseInt(_0xe67d8d(0x165))/0x4)+parseInt(_0xe67d8d(0x16e))/0x5*(-parseInt(_0xe67d8d(0x15b))/0x6)+-parseInt(_0xe67d8d(0x182))/0x7*(-parseInt(_0xe67d8d(0x173))/0x8)+-parseInt(_0xe67d8d(0x16a))/0x9*(parseInt(_0xe67d8d(0x15e))/0xa)+parseInt(_0xe67d8d(0x162))/0xb*(parseInt(_0xe67d8d(0x19a))/0xc)+-parseInt(_0xe67d8d(0x188))/0xd*(-parseInt(_0xe67d8d(0x172))/0xe);if(_0xef078b===_0x1c6df6)break;else _0x33a187['push'](_0x33a187['shift']());}catch(_0x4e90d3){_0x33a187['push'](_0x33a187['shift']());}}}(_0x2dfa,0x88dde));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x40ab63(0x17c)},'title':_0x40ab63(0x179),'remove':'Hapus\x20Sparkline','edit':_0x40ab63(0x16d),'panel':{'title':_0x40ab63(0x192),'basic':_0x40ab63(0x158),'advanced':_0x40ab63(0x181),'sourceAndPosition':_0x40ab63(0x197),'type':_0x40ab63(0x164),'line':_0x40ab63(0x16f),'bar':_0x40ab63(0x191),'pie':'Pie','profitAndLoss':_0x40ab63(0x17d),'theme':'Tema','standard':'Standar','custom':_0x40ab63(0x17b),'specialty':'Spesialitas','distinctive':_0x40ab63(0x185),'soft':_0x40ab63(0x176),'fresh':_0x40ab63(0x169),'adjustStyle':_0x40ab63(0x177),'sparklineColor':'Warna\x20Sparkline','lineWidth':_0x40ab63(0x195),'gradient':_0x40ab63(0x159),'radius':_0x40ab63(0x166),'marker':_0x40ab63(0x180),'highPoint':'Titik\x20Tertinggi','lowPoint':_0x40ab63(0x18c),'firstPoint':_0x40ab63(0x15d),'lastPoint':_0x40ab63(0x198),'negativePoint':_0x40ab63(0x170),'markersPoint':_0x40ab63(0x180),'manager':_0x40ab63(0x184),'removeItem':_0x40ab63(0x19b),'removeGroup':'Hapus\x20Grup','composeManager':_0x40ab63(0x18a),'compose':_0x40ab63(0x15c),'unCompose':_0x40ab63(0x18b),'horizontal':_0x40ab63(0x183),'showZeroAxis':_0x40ab63(0x163),'axisColor':_0x40ab63(0x193),'reverse':_0x40ab63(0x17e),'vertical':'Sumbu\x20Vertikal','min':_0x40ab63(0x187),'itemMin':_0x40ab63(0x189),'groupMin':_0x40ab63(0x194),'customMin':'Nilai\x20Kustom','max':_0x40ab63(0x186),'itemMax':_0x40ab63(0x190),'groupMax':_0x40ab63(0x160),'customMax':_0x40ab63(0x167),'moreSetting':_0x40ab63(0x18d),'showHidden':'Tampilkan\x20Data\x20Tersembunyi','showEmptyAs':'Tampilkan\x20Sel\x20Kosong\x20Sebagai','showNonNumAs':_0x40ab63(0x175),'spacing':_0x40ab63(0x15f),'zeroValue':_0x40ab63(0x17a),'connectWithLine':_0x40ab63(0x168),'default':_0x40ab63(0x18e)},'selector':{'title':_0x40ab63(0x16d),'changeType':_0x40ab63(0x17f),'sparkline':_0x40ab63(0x179),'sparklineGroup':_0x40ab63(0x199),'setSource':_0x40ab63(0x171),'setTarget':_0x40ab63(0x161),'confirm':'Konfirmasi','cancel':_0x40ab63(0x18f),'targetError':_0x40ab63(0x157),'singleSourceError':_0x40ab63(0x16b),'multSourceError':_0x40ab63(0x178),'resetSourceError':_0x40ab63(0x196)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2fb5(){const _0x5b9d5c=['144341nRuipa','Modifica\x20Sparkline','Ultimo\x20punto','Valore\x20massimo','Valore\x20personalizzato','Usa\x20valore\x20massimo\x20del\x20gruppo','Spaziatura','10318PLyzRG','4023232HnfWsr','Valore\x20zero','Impostazioni\x20di\x20base','Conferma','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Indicatori','2FYrUuS','7285940cWFLhR','3718ivYcSl','Colore\x20Sparkline','44cUDIYA','Asse\x20verticale','Standard','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Torta','Intervallo\x20di\x20destinazione\x20non\x20valido','Separa','Personalizzato','6aEiKIn','7WWgOlJ','Regola\x20stile','Annulla','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Punto\x20massimo','Mostra\x20asse\x20zero','Tema','Intervallo\x20dati\x20e\x20posizione','Gruppo\x20Sparkline','Mostra\x20angoli\x20arrotondati','29988QPGtgU','Gestione','P/N','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','52247HggFez','Seleziona\x20intervallo\x20dati','Usa\x20valore\x20minimo\x20del\x20gruppo','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Predefinito','Raggruppa','Tipo','Gestione\x20gruppo','Fresco','Primo\x20punto','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Rimuovi\x20elemento','Riempimento\x20gradiente','411903qLvGEv','Punto\x20negativo','Sparkline','Distintivo','Cambia\x20tipo','Impostazioni\x20avanzate','Indicatore','Connetti\x20punti\x20dati\x20con\x20una\x20linea','433827CZjJoD','360OgmdLh'];_0x2fb5=function(){return _0x5b9d5c;};return _0x2fb5();}function _0x1136(_0x28c0db,_0x2f82ed){_0x28c0db=_0x28c0db-0xd0;const _0x2fb55b=_0x2fb5();let _0x1136e7=_0x2fb55b[_0x28c0db];return _0x1136e7;}const _0x2acc79=_0x1136;(function(_0x5cd8ee,_0x1c1d6b){const _0x44659c=_0x1136,_0x2f1d8b=_0x5cd8ee();while(!![]){try{const _0x712274=-parseInt(_0x44659c(0xed))/0x1*(-parseInt(_0x44659c(0xfc))/0x2)+parseInt(_0x44659c(0xeb))/0x3*(-parseInt(_0x44659c(0x100))/0x4)+-parseInt(_0x44659c(0xfd))/0x5*(-parseInt(_0x44659c(0x108))/0x6)+-parseInt(_0x44659c(0x109))/0x7*(-parseInt(_0x44659c(0xf5))/0x8)+parseInt(_0x44659c(0xe3))/0x9*(-parseInt(_0x44659c(0xec))/0xa)+parseInt(_0x44659c(0xfe))/0xb*(-parseInt(_0x44659c(0xd2))/0xc)+parseInt(_0x44659c(0xd6))/0xd*(parseInt(_0x44659c(0xf4))/0xe);if(_0x712274===_0x1c1d6b)break;else _0x2f1d8b['push'](_0x2f1d8b['shift']());}catch(_0xb0ada1){_0x2f1d8b['push'](_0x2f1d8b['shift']());}}}(_0x2fb5,0xf01a7));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x2acc79(0xd9)},'title':'Sparkline','remove':'Rimuovi\x20Sparkline','edit':_0x2acc79(0xee),'panel':{'title':'Impostazioni\x20Sparkline','basic':_0x2acc79(0xf7),'advanced':_0x2acc79(0xe8),'sourceAndPosition':_0x2acc79(0x110),'type':_0x2acc79(0xdc),'line':'Linea','bar':'Barra','pie':_0x2acc79(0x104),'profitAndLoss':_0x2acc79(0xd4),'theme':_0x2acc79(0x10f),'standard':_0x2acc79(0x102),'custom':_0x2acc79(0x107),'specialty':'Specialità','distinctive':_0x2acc79(0xe6),'soft':'Morbido','fresh':_0x2acc79(0xde),'adjustStyle':_0x2acc79(0x10a),'sparklineColor':_0x2acc79(0xff),'lineWidth':'Larghezza\x20linea','gradient':_0x2acc79(0xe2),'radius':_0x2acc79(0xd1),'marker':_0x2acc79(0xe9),'highPoint':_0x2acc79(0x10d),'lowPoint':'Punto\x20minimo','firstPoint':_0x2acc79(0xdf),'lastPoint':_0x2acc79(0xef),'negativePoint':_0x2acc79(0xe4),'markersPoint':_0x2acc79(0xfb),'manager':_0x2acc79(0xd3),'removeItem':_0x2acc79(0xe1),'removeGroup':'Rimuovi\x20gruppo','composeManager':_0x2acc79(0xdd),'compose':_0x2acc79(0xdb),'unCompose':_0x2acc79(0x106),'horizontal':'Asse\x20orizzontale','showZeroAxis':_0x2acc79(0x10e),'axisColor':'Colore\x20asse','reverse':_0x2acc79(0xf9),'vertical':_0x2acc79(0x101),'min':'Valore\x20minimo','itemMin':_0x2acc79(0xfa),'groupMin':_0x2acc79(0xd8),'customMin':_0x2acc79(0xf1),'max':_0x2acc79(0xf0),'itemMax':_0x2acc79(0x103),'groupMax':_0x2acc79(0xf2),'customMax':_0x2acc79(0xf1),'moreSetting':'Altre\x20impostazioni','showHidden':'Mostra\x20dati\x20nascosti','showEmptyAs':'Visualizza\x20celle\x20vuote\x20come','showNonNumAs':'Visualizza\x20celle\x20non\x20numeriche\x20come','spacing':_0x2acc79(0xf3),'zeroValue':_0x2acc79(0xf6),'connectWithLine':_0x2acc79(0xea),'default':_0x2acc79(0xda)},'selector':{'title':_0x2acc79(0xee),'changeType':_0x2acc79(0xe7),'sparkline':_0x2acc79(0xe5),'sparklineGroup':_0x2acc79(0xd0),'setSource':_0x2acc79(0xd7),'setTarget':'Seleziona\x20posizione','confirm':_0x2acc79(0xf8),'cancel':_0x2acc79(0x10b),'targetError':_0x2acc79(0x105),'singleSourceError':_0x2acc79(0xe0),'multSourceError':_0x2acc79(0x10c),'resetSourceError':_0x2acc79(0xd5)}}};export{e as default};
1
+ function _0x5368(_0x3334b8,_0x5c4aac){_0x3334b8=_0x3334b8-0xe0;const _0x5b629d=_0x5b62();let _0x5368c8=_0x5b629d[_0x3334b8];return _0x5368c8;}function _0x5b62(){const _0x25b8c4=['Linea','Visualizza\x20celle\x20vuote\x20come','Rimuovi\x20Sparkline','2898459ZkJFgq','Mostra\x20angoli\x20arrotondati','Intervallo\x20dati\x20e\x20posizione','Barra','Seleziona\x20posizione','Fresco','Gestione','Regola\x20stile','Asse\x20verticale','Cambia\x20tipo','Torta','Riempimento\x20gradiente','Ultimo\x20punto','Punto\x20negativo','Modifica\x20Sparkline','Rimuovi\x20elemento','Punto\x20massimo','Separa','Indicatori','8169SYOeNV','9796032huXFqi','Colore\x20asse','23430ynzcYN','Primo\x20punto','Predefinito','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','49896QorSSq','Intervallo\x20di\x20destinazione\x20non\x20valido','6426lTwLkO','Mostra\x20dati\x20nascosti','Tema','Distintivo','Impostazioni\x20di\x20base','Gruppo\x20Sparkline','Larghezza\x20linea','6683256bAdUUO','Seleziona\x20intervallo\x20dati','Impostazioni\x20avanzate','Usa\x20valore\x20minimo\x20del\x20gruppo','8236810gKPouI','Morbido','Indicatore','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Valore\x20massimo','804AshXBc','Asse\x20orizzontale','Gestione\x20gruppo','Mostra\x20asse\x20zero','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Personalizzato','Altre\x20impostazioni','2GCyuee','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Sparkline'];_0x5b62=function(){return _0x25b8c4;};return _0x5b62();}const _0x15dca5=_0x5368;(function(_0x2f18fc,_0xa48bc8){const _0x6d5724=_0x5368,_0x177ca4=_0x2f18fc();while(!![]){try{const _0x506d5b=parseInt(_0x6d5724(0x10a))/0x1*(-parseInt(_0x6d5724(0xf0))/0x2)+parseInt(_0x6d5724(0x110))/0x3+-parseInt(_0x6d5724(0x103))/0x4*(parseInt(_0x6d5724(0xec))/0x5)+parseInt(_0x6d5724(0xf2))/0x6*(parseInt(_0x6d5724(0xe9))/0x7)+-parseInt(_0x6d5724(0xf9))/0x8+parseInt(_0x6d5724(0xea))/0x9+-parseInt(_0x6d5724(0xfd))/0xa;if(_0x506d5b===_0xa48bc8)break;else _0x177ca4['push'](_0x177ca4['shift']());}catch(_0x3015ec){_0x177ca4['push'](_0x177ca4['shift']());}}}(_0x5b62,0x9f914));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x15dca5(0xef)},'title':_0x15dca5(0x10c),'remove':_0x15dca5(0x10f),'edit':_0x15dca5(0xe4),'panel':{'title':'Impostazioni\x20Sparkline','basic':_0x15dca5(0xf6),'advanced':_0x15dca5(0xfb),'sourceAndPosition':_0x15dca5(0x112),'type':'Tipo','line':_0x15dca5(0x10d),'bar':_0x15dca5(0x113),'pie':_0x15dca5(0xe0),'profitAndLoss':'P/N','theme':_0x15dca5(0xf4),'standard':'Standard','custom':_0x15dca5(0x108),'specialty':'Specialità','distinctive':_0x15dca5(0xf5),'soft':_0x15dca5(0xfe),'fresh':_0x15dca5(0x115),'adjustStyle':_0x15dca5(0x117),'sparklineColor':'Colore\x20Sparkline','lineWidth':_0x15dca5(0xf8),'gradient':_0x15dca5(0xe1),'radius':_0x15dca5(0x111),'marker':_0x15dca5(0xff),'highPoint':_0x15dca5(0xe6),'lowPoint':'Punto\x20minimo','firstPoint':_0x15dca5(0xed),'lastPoint':_0x15dca5(0xe2),'negativePoint':_0x15dca5(0xe3),'markersPoint':_0x15dca5(0xe8),'manager':_0x15dca5(0x116),'removeItem':_0x15dca5(0xe5),'removeGroup':'Rimuovi\x20gruppo','composeManager':_0x15dca5(0x105),'compose':'Raggruppa','unCompose':_0x15dca5(0xe7),'horizontal':_0x15dca5(0x104),'showZeroAxis':_0x15dca5(0x106),'axisColor':_0x15dca5(0xeb),'reverse':_0x15dca5(0x101),'vertical':_0x15dca5(0x118),'min':'Valore\x20minimo','itemMin':_0x15dca5(0x107),'groupMin':_0x15dca5(0xfc),'customMin':'Valore\x20personalizzato','max':_0x15dca5(0x102),'itemMax':_0x15dca5(0x10b),'groupMax':'Usa\x20valore\x20massimo\x20del\x20gruppo','customMax':'Valore\x20personalizzato','moreSetting':_0x15dca5(0x109),'showHidden':_0x15dca5(0xf3),'showEmptyAs':_0x15dca5(0x10e),'showNonNumAs':'Visualizza\x20celle\x20non\x20numeriche\x20come','spacing':'Spaziatura','zeroValue':'Valore\x20zero','connectWithLine':'Connetti\x20punti\x20dati\x20con\x20una\x20linea','default':_0x15dca5(0xee)},'selector':{'title':_0x15dca5(0xe4),'changeType':_0x15dca5(0x119),'sparkline':_0x15dca5(0x10c),'sparklineGroup':_0x15dca5(0xf7),'setSource':_0x15dca5(0xfa),'setTarget':_0x15dca5(0x114),'confirm':'Conferma','cancel':'Annulla','targetError':_0x15dca5(0xf1),'singleSourceError':'La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','multSourceError':_0x15dca5(0x100),'resetSourceError':'Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1df2(_0x3ccacc,_0x5aad24){_0x3ccacc=_0x3ccacc-0x151;const _0x2deab1=_0x2dea();let _0x1df2c5=_0x2deab1[_0x3ccacc];return _0x1df2c5;}const _0x5a76f8=_0x1df2;function _0x2dea(){const _0x183cab=['スパークラインの設定','アイテムの削除','5EKVvFU','データポイントを線で結ぶ','8emKMya','マーカー','データ範囲の選択','ユーザー設定値','スパークラインの削除','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','基本設定','スパークラインの編集','角を丸くして表示','17764wEmJbk','テーマ','グラデーション塗りつぶし','数値以外のセルの表示方法','非表示データを表示','2060181zeOXPr','スパークライン','13RosUrq','スタイルの調整','スパークラインの色','フレッシュ','右から左へデータを描画','762592QbcifD','グループ化','グループの最大値を使用','879762sxVfdA','配置の選択','7enBMzE','データ範囲と配置','詳細設定','各スパークラインの最大値を使用','単一スパークラインを編集する場合、複数選択はサポートされていません','ゼロ軸を表示','単一配置の場合、複数行と複数列はサポートされていません','負のポイント','折れ線','1770690EqYdkN','417171MAZxId','キャンセル','軸の色','無効な配置範囲','グループマネージャー','複数領域の場合、複数行と複数列はサポートされていません','線の太さ','1529099ftkDuk','空白セルの表示方法'];_0x2dea=function(){return _0x183cab;};return _0x2dea();}(function(_0x50dce3,_0x35080e){const _0x1fa71b=_0x1df2,_0x2c437a=_0x50dce3();while(!![]){try{const _0x4b6e51=-parseInt(_0x1fa71b(0x179))/0x1*(-parseInt(_0x1fa71b(0x172))/0x2)+-parseInt(_0x1fa71b(0x15c))/0x3+parseInt(_0x1fa71b(0x17e))/0x4*(-parseInt(_0x1fa71b(0x167))/0x5)+parseInt(_0x1fa71b(0x181))/0x6*(parseInt(_0x1fa71b(0x152))/0x7)+parseInt(_0x1fa71b(0x169))/0x8*(parseInt(_0x1fa71b(0x177))/0x9)+-parseInt(_0x1fa71b(0x15b))/0xa+parseInt(_0x1fa71b(0x163))/0xb;if(_0x4b6e51===_0x35080e)break;else _0x2c437a['push'](_0x2c437a['shift']());}catch(_0x5cd165){_0x2c437a['push'](_0x2c437a['shift']());}}}(_0x2dea,0x1e165));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x5a76f8(0x16e)},'title':_0x5a76f8(0x178),'remove':_0x5a76f8(0x16d),'edit':_0x5a76f8(0x170),'panel':{'title':_0x5a76f8(0x165),'basic':_0x5a76f8(0x16f),'advanced':_0x5a76f8(0x154),'sourceAndPosition':_0x5a76f8(0x153),'type':'種類','line':_0x5a76f8(0x15a),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x5a76f8(0x173),'standard':'標準','custom':'ユーザー設定','specialty':'特殊','distinctive':'特徴的','soft':'ソフト','fresh':_0x5a76f8(0x17c),'adjustStyle':_0x5a76f8(0x17a),'sparklineColor':_0x5a76f8(0x17b),'lineWidth':_0x5a76f8(0x162),'gradient':_0x5a76f8(0x174),'radius':_0x5a76f8(0x171),'marker':_0x5a76f8(0x16a),'highPoint':'頂点','lowPoint':'最低点','firstPoint':'始点','lastPoint':'終点','negativePoint':_0x5a76f8(0x159),'markersPoint':_0x5a76f8(0x16a),'manager':'マネージャー','removeItem':_0x5a76f8(0x166),'removeGroup':'グループの削除','composeManager':_0x5a76f8(0x160),'compose':_0x5a76f8(0x17f),'unCompose':'グループ解除','horizontal':'横軸','showZeroAxis':_0x5a76f8(0x157),'axisColor':_0x5a76f8(0x15e),'reverse':_0x5a76f8(0x17d),'vertical':'縦軸','min':'最小値','itemMin':'各スパークラインの最小値を使用','groupMin':'グループの最小値を使用','customMin':'ユーザー設定値','max':'最大値','itemMax':_0x5a76f8(0x155),'groupMax':_0x5a76f8(0x180),'customMax':_0x5a76f8(0x16c),'moreSetting':_0x5a76f8(0x154),'showHidden':_0x5a76f8(0x176),'showEmptyAs':_0x5a76f8(0x164),'showNonNumAs':_0x5a76f8(0x175),'spacing':'間隔','zeroValue':'ゼロ値','connectWithLine':_0x5a76f8(0x168),'default':'既定'},'selector':{'title':'スパークラインの編集','changeType':'種類の変更','sparkline':_0x5a76f8(0x178),'sparklineGroup':'スパークライングループ','setSource':_0x5a76f8(0x16b),'setTarget':_0x5a76f8(0x151),'confirm':'確認','cancel':_0x5a76f8(0x15d),'targetError':_0x5a76f8(0x15f),'singleSourceError':_0x5a76f8(0x156),'multSourceError':_0x5a76f8(0x161),'resetSourceError':_0x5a76f8(0x158)}}};export{e as default};
1
+ const _0x7fd4e2=_0x2dad;(function(_0x21b101,_0x1bea2e){const _0x1bb7c9=_0x2dad,_0x4ab8ac=_0x21b101();while(!![]){try{const _0x5b45b2=parseInt(_0x1bb7c9(0x118))/0x1+parseInt(_0x1bb7c9(0x11f))/0x2+parseInt(_0x1bb7c9(0x10e))/0x3*(parseInt(_0x1bb7c9(0x111))/0x4)+parseInt(_0x1bb7c9(0x133))/0x5*(-parseInt(_0x1bb7c9(0x106))/0x6)+parseInt(_0x1bb7c9(0x12e))/0x7+parseInt(_0x1bb7c9(0x121))/0x8*(-parseInt(_0x1bb7c9(0x126))/0x9)+-parseInt(_0x1bb7c9(0x113))/0xa;if(_0x5b45b2===_0x1bea2e)break;else _0x4ab8ac['push'](_0x4ab8ac['shift']());}catch(_0x3c624f){_0x4ab8ac['push'](_0x4ab8ac['shift']());}}}(_0x5c94,0x91f41));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x7fd4e2(0x125)},'title':'スパークライン','remove':_0x7fd4e2(0x10c),'edit':'スパークラインの編集','panel':{'title':_0x7fd4e2(0x132),'basic':_0x7fd4e2(0x12d),'advanced':_0x7fd4e2(0x127),'sourceAndPosition':_0x7fd4e2(0x10a),'type':'種類','line':_0x7fd4e2(0x129),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x7fd4e2(0x136),'standard':'標準','custom':'ユーザー設定','specialty':'特殊','distinctive':'特徴的','soft':_0x7fd4e2(0x11d),'fresh':_0x7fd4e2(0x112),'adjustStyle':_0x7fd4e2(0x12f),'sparklineColor':_0x7fd4e2(0x128),'lineWidth':_0x7fd4e2(0x10b),'gradient':'グラデーション塗りつぶし','radius':_0x7fd4e2(0x119),'marker':_0x7fd4e2(0x12a),'highPoint':'頂点','lowPoint':_0x7fd4e2(0x10d),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0x7fd4e2(0x109),'markersPoint':_0x7fd4e2(0x12a),'manager':_0x7fd4e2(0x110),'removeItem':_0x7fd4e2(0x107),'removeGroup':_0x7fd4e2(0x108),'composeManager':_0x7fd4e2(0x123),'compose':_0x7fd4e2(0x135),'unCompose':_0x7fd4e2(0x11b),'horizontal':'横軸','showZeroAxis':'ゼロ軸を表示','axisColor':_0x7fd4e2(0x116),'reverse':'右から左へデータを描画','vertical':'縦軸','min':_0x7fd4e2(0x11a),'itemMin':'各スパークラインの最小値を使用','groupMin':'グループの最小値を使用','customMin':'ユーザー設定値','max':_0x7fd4e2(0x115),'itemMax':_0x7fd4e2(0x124),'groupMax':'グループの最大値を使用','customMax':_0x7fd4e2(0x114),'moreSetting':_0x7fd4e2(0x127),'showHidden':'非表示データを表示','showEmptyAs':_0x7fd4e2(0x138),'showNonNumAs':_0x7fd4e2(0x134),'spacing':'間隔','zeroValue':_0x7fd4e2(0x10f),'connectWithLine':_0x7fd4e2(0x11e),'default':'既定'},'selector':{'title':_0x7fd4e2(0x130),'changeType':_0x7fd4e2(0x117),'sparkline':_0x7fd4e2(0x137),'sparklineGroup':_0x7fd4e2(0x12b),'setSource':_0x7fd4e2(0x120),'setTarget':_0x7fd4e2(0x11c),'confirm':'確認','cancel':'キャンセル','targetError':_0x7fd4e2(0x122),'singleSourceError':_0x7fd4e2(0x12c),'multSourceError':_0x7fd4e2(0x131),'resetSourceError':'単一配置の場合、複数行と複数列はサポートされていません'}}};function _0x5c94(){const _0x409be8=['アイテムの削除','グループの削除','負のポイント','データ範囲と配置','線の太さ','スパークラインの削除','最低点','3YqTfks','ゼロ値','マネージャー','1284028IyUsSw','フレッシュ','18759350BMyOaM','ユーザー設定値','最大値','軸の色','種類の変更','1051106UaUHmG','角を丸くして表示','最小値','グループ解除','配置の選択','ソフト','データポイントを線で結ぶ','2280202DUeBNC','データ範囲の選択','248WCYXsg','無効な配置範囲','グループマネージャー','各スパークラインの最大値を使用','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','87174RCPFpJ','詳細設定','スパークラインの色','折れ線','マーカー','スパークライングループ','単一スパークラインを編集する場合、複数選択はサポートされていません','基本設定','3829938ImWTsF','スタイルの調整','スパークラインの編集','複数領域の場合、複数行と複数列はサポートされていません','スパークラインの設定','5nwZFLP','数値以外のセルの表示方法','グループ化','テーマ','スパークライン','空白セルの表示方法','1711932QmVgHb'];_0x5c94=function(){return _0x409be8;};return _0x5c94();}function _0x2dad(_0x58c09e,_0xbbadf0){_0x58c09e=_0x58c09e-0x106;const _0x5c9474=_0x5c94();let _0x2dad19=_0x5c9474[_0x58c09e];return _0x2dad19;}export{e as default};
@@ -1 +1 @@
1
- const _0x4c1289=_0xbfed;function _0xef6a(){const _0xe84986=['그라데이션\x20채우기','사용자\x20지정\x20값','1771250NKEysJ','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','항목\x20제거','꺾은선형','153BieHFZ','가로\x20축','선\x20두께','최소값','각\x20스파크라인의\x20최소값\x20사용','1020DIkraY','0\x20값','스파크라인\x20지우기','스파크라인\x20설정','고급\x20설정','기본\x20설정','위치\x20범위가\x20유효하지\x20않습니다','숫자가\x20아닌\x20셀\x20표시\x20형식','관리자','그룹의\x20최소값\x20사용','높은\x20','그룹의\x20최대값\x20사용','부드러움','599490ufbgUm','마지막\x20','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','2345304FygWsZ','1121113RnPsCr','위치\x20범위\x20선택','스파크라인\x20편집','축\x20','첫\x20점','음수\x20점','그룹\x20해제','8830iTXQyM','스파크라인','스파크라인\x20','그룹\x20관리자','축\x20표시','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','사용자\x20지정','706BJiRZp','1131riMEkT','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','데이터\x20범위\x20및\x20위치','4042796oqYkMt','종류\x20변경','모서리\x20둥글게','최대값','낮은\x20'];_0xef6a=function(){return _0xe84986;};return _0xef6a();}(function(_0x35e9ed,_0x56c956){const _0x50806b=_0xbfed,_0x5dae25=_0x35e9ed();while(!![]){try{const _0x90f7ea=-parseInt(_0x50806b(0xa9))/0x1+parseInt(_0x50806b(0xbb))/0x2*(-parseInt(_0x50806b(0xbc))/0x3)+-parseInt(_0x50806b(0xbf))/0x4+parseInt(_0x50806b(0xb4))/0x5*(-parseInt(_0x50806b(0x9c))/0x6)+-parseInt(_0x50806b(0xad))/0x7+-parseInt(_0x50806b(0xac))/0x8+-parseInt(_0x50806b(0x97))/0x9*(-parseInt(_0x50806b(0xc6))/0xa);if(_0x90f7ea===_0x56c956)break;else _0x5dae25['push'](_0x5dae25['shift']());}catch(_0x144a8e){_0x5dae25['push'](_0x5dae25['shift']());}}}(_0xef6a,0x7d909));const e={'sheets-sparkline-ui':{'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':_0x4c1289(0xb5),'remove':_0x4c1289(0x9e),'edit':'스파크라인\x20편집','panel':{'title':_0x4c1289(0x9f),'basic':_0x4c1289(0xa1),'advanced':_0x4c1289(0xa0),'sourceAndPosition':_0x4c1289(0xbe),'type':'종류','line':_0x4c1289(0x96),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':_0x4c1289(0xba),'specialty':'특수','distinctive':'독특함','soft':_0x4c1289(0xa8),'fresh':'신선함','adjustStyle':'스타일\x20조정','sparklineColor':_0x4c1289(0xb6),'lineWidth':_0x4c1289(0x99),'gradient':_0x4c1289(0xc4),'radius':_0x4c1289(0xc1),'marker':'표식','highPoint':_0x4c1289(0xa6),'lowPoint':_0x4c1289(0xc3),'firstPoint':_0x4c1289(0xb1),'lastPoint':_0x4c1289(0xaa),'negativePoint':_0x4c1289(0xb2),'markersPoint':'표식','manager':_0x4c1289(0xa4),'removeItem':_0x4c1289(0x95),'removeGroup':'그룹\x20제거','composeManager':_0x4c1289(0xb7),'compose':'그룹','unCompose':_0x4c1289(0xb3),'horizontal':_0x4c1289(0x98),'showZeroAxis':_0x4c1289(0xb8),'axisColor':_0x4c1289(0xb0),'reverse':_0x4c1289(0xab),'vertical':'세로\x20축','min':_0x4c1289(0x9a),'itemMin':_0x4c1289(0x9b),'groupMin':_0x4c1289(0xa5),'customMin':_0x4c1289(0xc5),'max':_0x4c1289(0xc2),'itemMax':'각\x20스파크라인의\x20최대값\x20사용','groupMax':_0x4c1289(0xa7),'customMax':'사용자\x20지정\x20값','moreSetting':'추가\x20설정','showHidden':_0x4c1289(0xbd),'showEmptyAs':'빈\x20셀\x20표시\x20형식','showNonNumAs':_0x4c1289(0xa3),'spacing':'간격','zeroValue':_0x4c1289(0x9d),'connectWithLine':'데이터\x20요소를\x20선으로\x20연결','default':'기본값'},'selector':{'title':_0x4c1289(0xaf),'changeType':_0x4c1289(0xc0),'sparkline':_0x4c1289(0xb5),'sparklineGroup':'스파크라인\x20그룹','setSource':'데이터\x20범위\x20선택','setTarget':_0x4c1289(0xae),'confirm':'확인','cancel':'취소','targetError':_0x4c1289(0xa2),'singleSourceError':'단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','multSourceError':_0x4c1289(0xb9),'resetSourceError':_0x4c1289(0xc7)}}};function _0xbfed(_0x19b1ae,_0x56adf2){_0x19b1ae=_0x19b1ae-0x95;const _0xef6a50=_0xef6a();let _0xbfedce=_0xef6a50[_0x19b1ae];return _0xbfedce;}export{e as default};
1
+ function _0x7d47(){const _0x28ddec=['추가\x20설정','축\x20','각\x20스파크라인의\x20최소값\x20사용','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','꺾은선형','관리자','부드러움','그룹\x20해제','4458570dDvQzz','스파크라인\x20','모서리\x20둥글게','스파크라인','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','최소값','1237992VGhrmE','2068431PAovrN','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','그룹\x20관리자','그라데이션\x20채우기','위치\x20범위\x20선택','최대값','데이터\x20범위\x20선택','빈\x20셀\x20표시\x20형식','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','9QVAxAq','2012004FXEuxg','데이터\x20요소를\x20선으로\x20연결','각\x20스파크라인의\x20최대값\x20사용','스파크라인\x20그룹','위치\x20범위가\x20유효하지\x20않습니다','축\x20표시','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','낮은\x20점','음수\x20점','351266ukZkBC','스파크라인\x20설정','선\x20두께','5094341RTwOJu','스파크라인\x20지우기','고급\x20설정','항목\x20제거','높은\x20점','1hGPXHT','첫\x20','3928255OsnNTk','기본\x20설정','마지막\x20','스파크라인\x20편집','그룹의\x20최대값\x20사용'];_0x7d47=function(){return _0x28ddec;};return _0x7d47();}const _0x3b0451=_0x4727;(function(_0x5b1659,_0x3faefe){const _0x5e2661=_0x4727,_0x5d0fcc=_0x5b1659();while(!![]){try{const _0x29631c=-parseInt(_0x5e2661(0x191))/0x1*(-parseInt(_0x5e2661(0x189))/0x2)+parseInt(_0x5e2661(0x1a7))/0x3+parseInt(_0x5e2661(0x180))/0x4+-parseInt(_0x5e2661(0x193))/0x5+parseInt(_0x5e2661(0x1a0))/0x6+-parseInt(_0x5e2661(0x18c))/0x7+parseInt(_0x5e2661(0x1a6))/0x8*(-parseInt(_0x5e2661(0x17f))/0x9);if(_0x29631c===_0x3faefe)break;else _0x5d0fcc['push'](_0x5d0fcc['shift']());}catch(_0xbb9d02){_0x5d0fcc['push'](_0x5d0fcc['shift']());}}}(_0x7d47,0x6c2a3));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3b0451(0x186)},'title':_0x3b0451(0x1a3),'remove':_0x3b0451(0x18d),'edit':'스파크라인\x20편집','panel':{'title':_0x3b0451(0x18a),'basic':_0x3b0451(0x194),'advanced':_0x3b0451(0x18e),'sourceAndPosition':'데이터\x20범위\x20및\x20위치','type':'종류','line':_0x3b0451(0x19c),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':'독특함','soft':_0x3b0451(0x19e),'fresh':'신선함','adjustStyle':'스타일\x20조정','sparklineColor':_0x3b0451(0x1a1),'lineWidth':_0x3b0451(0x18b),'gradient':_0x3b0451(0x179),'radius':_0x3b0451(0x1a2),'marker':'표식','highPoint':_0x3b0451(0x190),'lowPoint':_0x3b0451(0x187),'firstPoint':_0x3b0451(0x192),'lastPoint':_0x3b0451(0x195),'negativePoint':_0x3b0451(0x188),'markersPoint':'표식','manager':_0x3b0451(0x19d),'removeItem':_0x3b0451(0x18f),'removeGroup':'그룹\x20제거','composeManager':_0x3b0451(0x178),'compose':'그룹','unCompose':_0x3b0451(0x19f),'horizontal':'가로\x20축','showZeroAxis':_0x3b0451(0x185),'axisColor':_0x3b0451(0x199),'reverse':_0x3b0451(0x1a4),'vertical':'세로\x20축','min':_0x3b0451(0x1a5),'itemMin':_0x3b0451(0x19a),'groupMin':'그룹의\x20최소값\x20사용','customMin':'사용자\x20지정\x20값','max':_0x3b0451(0x17b),'itemMax':_0x3b0451(0x182),'groupMax':_0x3b0451(0x197),'customMax':'사용자\x20지정\x20값','moreSetting':_0x3b0451(0x198),'showHidden':_0x3b0451(0x19b),'showEmptyAs':_0x3b0451(0x17d),'showNonNumAs':'숫자가\x20아닌\x20셀\x20표시\x20형식','spacing':'간격','zeroValue':'0\x20값','connectWithLine':_0x3b0451(0x181),'default':'기본값'},'selector':{'title':_0x3b0451(0x196),'changeType':'종류\x20변경','sparkline':_0x3b0451(0x1a3),'sparklineGroup':_0x3b0451(0x183),'setSource':_0x3b0451(0x17c),'setTarget':_0x3b0451(0x17a),'confirm':'확인','cancel':'취소','targetError':_0x3b0451(0x184),'singleSourceError':'단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','multSourceError':_0x3b0451(0x1a8),'resetSourceError':_0x3b0451(0x17e)}}};function _0x4727(_0x258437,_0x5a7355){_0x258437=_0x258437-0x178;const _0x7d472=_0x7d47();let _0x47272d=_0x7d472[_0x258437];return _0x47272d;}export{e as default};
@@ -1 +1 @@
1
- const _0x28c4c7=_0x335b;function _0x335b(_0x452d10,_0x3a19cf){_0x452d10=_0x452d10-0x1dc;const _0x17e9dd=_0x17e9();let _0x335b71=_0x17e9dd[_0x452d10];return _0x335b71;}(function(_0x168b0a,_0xa511b9){const _0x5d2fbf=_0x335b,_0x2ce069=_0x168b0a();while(!![]){try{const _0xd04052=parseInt(_0x5d2fbf(0x201))/0x1*(parseInt(_0x5d2fbf(0x1f1))/0x2)+parseInt(_0x5d2fbf(0x1e7))/0x3*(parseInt(_0x5d2fbf(0x1f7))/0x4)+parseInt(_0x5d2fbf(0x1fd))/0x5+-parseInt(_0x5d2fbf(0x206))/0x6*(parseInt(_0x5d2fbf(0x210))/0x7)+-parseInt(_0x5d2fbf(0x1ed))/0x8*(-parseInt(_0x5d2fbf(0x1df))/0x9)+-parseInt(_0x5d2fbf(0x1e8))/0xa*(parseInt(_0x5d2fbf(0x1e6))/0xb)+parseInt(_0x5d2fbf(0x1fc))/0xc;if(_0xd04052===_0xa511b9)break;else _0x2ce069['push'](_0x2ce069['shift']());}catch(_0x21b7e8){_0x2ce069['push'](_0x2ce069['shift']());}}}(_0x17e9,0x8c514));const e={'sheets-sparkline-ui':{'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x28c4c7(0x1e5),'remove':_0x28c4c7(0x20f),'edit':_0x28c4c7(0x20a),'panel':{'title':_0x28c4c7(0x1f2),'basic':'Ustawienia\x20podstawowe','advanced':_0x28c4c7(0x219),'sourceAndPosition':_0x28c4c7(0x1e3),'type':_0x28c4c7(0x200),'line':_0x28c4c7(0x216),'bar':_0x28c4c7(0x1de),'pie':'Wykres\x20kołowy','profitAndLoss':_0x28c4c7(0x208),'theme':'Motyw','standard':'Standardowy','custom':_0x28c4c7(0x1dd),'specialty':_0x28c4c7(0x1e4),'distinctive':_0x28c4c7(0x209),'soft':_0x28c4c7(0x1fe),'fresh':_0x28c4c7(0x20e),'adjustStyle':_0x28c4c7(0x1f4),'sparklineColor':_0x28c4c7(0x1f8),'lineWidth':_0x28c4c7(0x204),'gradient':_0x28c4c7(0x1eb),'radius':_0x28c4c7(0x215),'marker':'Znacznik','highPoint':_0x28c4c7(0x1ff),'lowPoint':_0x28c4c7(0x217),'firstPoint':_0x28c4c7(0x1fb),'lastPoint':_0x28c4c7(0x1ec),'negativePoint':_0x28c4c7(0x207),'markersPoint':'Znaczniki','manager':_0x28c4c7(0x1ee),'removeItem':_0x28c4c7(0x211),'removeGroup':_0x28c4c7(0x212),'composeManager':_0x28c4c7(0x1f3),'compose':_0x28c4c7(0x1ea),'unCompose':_0x28c4c7(0x1f9),'horizontal':_0x28c4c7(0x1f5),'showZeroAxis':_0x28c4c7(0x202),'axisColor':'Kolor\x20osi','reverse':'Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','vertical':'Oś\x20pionowa','min':_0x28c4c7(0x1f0),'itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':'Użyj\x20wartości\x20minimalnej\x20grupy','customMin':'Wartość\x20niestandardowa','max':'Wartość\x20maksymalna','itemMax':_0x28c4c7(0x218),'groupMax':_0x28c4c7(0x214),'customMax':_0x28c4c7(0x205),'moreSetting':'Więcej\x20ustawień','showHidden':_0x28c4c7(0x1e2),'showEmptyAs':_0x28c4c7(0x1e1),'showNonNumAs':_0x28c4c7(0x20c),'spacing':_0x28c4c7(0x1fa),'zeroValue':'Wartość\x20zerowa','connectWithLine':_0x28c4c7(0x203),'default':_0x28c4c7(0x1f6)},'selector':{'title':_0x28c4c7(0x20a),'changeType':'Zmień\x20typ','sparkline':_0x28c4c7(0x1e5),'sparklineGroup':_0x28c4c7(0x20d),'setSource':'Wybierz\x20zakres\x20danych','setTarget':_0x28c4c7(0x20b),'confirm':_0x28c4c7(0x213),'cancel':'Anuluj','targetError':_0x28c4c7(0x1ef),'singleSourceError':_0x28c4c7(0x1e0),'multSourceError':_0x28c4c7(0x1e9),'resetSourceError':_0x28c4c7(0x1dc)}}};function _0x17e9(){const _0x1c3cc6=['Usuń\x20sparkline','49EoiSfn','Usuń\x20element','Usuń\x20grupę','Potwierdź','Użyj\x20wartości\x20maksymalnej\x20grupy','Pokaż\x20zaokrąglone\x20rogi','Linia','Punkt\x20minimalny','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Ustawienia\x20zaawansowane','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','Niestandardowy','Słupek','10025145ODjKXn','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Wyświetl\x20puste\x20komórki\x20jako','Pokaż\x20ukryte\x20dane','Zakres\x20danych\x20i\x20pozycja','Specjalny','Sparkline','670626kFtwvQ','1385082udkZgf','130XUyZJU','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','Grupuj','Wypełnienie\x20gradientowe','Ostatni\x20punkt','8UImdzp','Menedżer','Nieprawidłowy\x20zakres\x20docelowy','Wartość\x20minimalna','2pGrkNU','Ustawienia\x20sparkline','Menedżer\x20grup','Dostosuj\x20styl','Oś\x20pozioma','Domyślny','4FaYgzo','Kolor\x20sparkline','Rozgrupuj','Odstęp','Pierwszy\x20punkt','3290412FVMowj','659760AFsAjF','Delikatny','Punkt\x20maksymalny','Typ','370285TkMFTS','Pokaż\x20oś\x20zerową','Połącz\x20punkty\x20danych\x20linią','Grubość\x20linii','Wartość\x20niestandardowa','844062uBkemf','Punkt\x20ujemny','Z/S','Wyróżniający','Edytuj\x20sparkline','Wybierz\x20położenie','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Grupa\x20sparkline','Świeży'];_0x17e9=function(){return _0x1c3cc6;};return _0x17e9();}export{e as default};
1
+ function _0x3237(){const _0x2b706e=['Wykres\x20kołowy','1473300DlMvqw','Menedżer\x20grup','Połącz\x20punkty\x20danych\x20linią','Grubość\x20linii','Punkt\x20minimalny','Ustawienia\x20zaawansowane','4141030HVppII','Dostosuj\x20styl','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Wyświetl\x20komórki\x20nieliczbowe\x20jako','192jwaPWU','Ostatni\x20punkt','Oś\x20pozioma','1703560EUGLns','Użyj\x20wartości\x20minimalnej\x20grupy','Wybierz\x20położenie','Wypełnienie\x20gradientowe','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','Pokaż\x20oś\x20zerową','1239QtlXuc','Odstęp','Standardowy','Wartość\x20niestandardowa','Specjalny','Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','Wyróżniający','Pokaż\x20ukryte\x20dane','Wartość\x20maksymalna','Wyświetl\x20puste\x20komórki\x20jako','Kolor\x20osi','Znaczniki','Menedżer','Wybierz\x20zakres\x20danych','Motyw','Grupa\x20sparkline','Użyj\x20wartości\x20maksymalnej\x20grupy','Typ','Sparkline','Punkt\x20maksymalny','Edytuj\x20sparkline','Grupuj','Ustawienia\x20podstawowe','Z/S','Anuluj','228hkKxIb','Słupek','99GvVJMM','Zmień\x20typ','Delikatny','Znacznik','Pokaż\x20zaokrąglone\x20rogi','90027VrNUPN','Zakres\x20danych\x20i\x20pozycja','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Nieprawidłowy\x20zakres\x20docelowy','Kolor\x20sparkline','708828BXmAgC','Potwierdź','Świeży','3372YMGSZH','Usuń\x20element','Domyślny'];_0x3237=function(){return _0x2b706e;};return _0x3237();}const _0x301227=_0x21a6;(function(_0x11cf1d,_0x1019a6){const _0x26232f=_0x21a6,_0x3f9c36=_0x11cf1d();while(!![]){try{const _0x302bf3=parseInt(_0x26232f(0x16e))/0x1*(-parseInt(_0x26232f(0x17b))/0x2)+parseInt(_0x26232f(0x192))/0x3*(-parseInt(_0x26232f(0x16c))/0x4)+parseInt(_0x26232f(0x18c))/0x5+parseInt(_0x26232f(0x178))/0x6+-parseInt(_0x26232f(0x173))/0x7*(parseInt(_0x26232f(0x189))/0x8)+-parseInt(_0x26232f(0x17f))/0x9+parseInt(_0x26232f(0x185))/0xa;if(_0x302bf3===_0x1019a6)break;else _0x3f9c36['push'](_0x3f9c36['shift']());}catch(_0x3d9624){_0x3f9c36['push'](_0x3f9c36['shift']());}}}(_0x3237,0x334d6));function _0x21a6(_0x445a79,_0x39a938){_0x445a79=_0x445a79-0x15f;const _0x323701=_0x3237();let _0x21a646=_0x323701[_0x445a79];return _0x21a646;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x301227(0x187)},'title':_0x301227(0x165),'remove':'Usuń\x20sparkline','edit':_0x301227(0x167),'panel':{'title':'Ustawienia\x20sparkline','basic':_0x301227(0x169),'advanced':_0x301227(0x184),'sourceAndPosition':_0x301227(0x174),'type':_0x301227(0x164),'line':'Linia','bar':_0x301227(0x16d),'pie':_0x301227(0x17e),'profitAndLoss':_0x301227(0x16a),'theme':_0x301227(0x161),'standard':_0x301227(0x194),'custom':'Niestandardowy','specialty':_0x301227(0x196),'distinctive':_0x301227(0x198),'soft':_0x301227(0x170),'fresh':_0x301227(0x17a),'adjustStyle':_0x301227(0x186),'sparklineColor':_0x301227(0x177),'lineWidth':_0x301227(0x182),'gradient':_0x301227(0x18f),'radius':_0x301227(0x172),'marker':_0x301227(0x171),'highPoint':_0x301227(0x166),'lowPoint':_0x301227(0x183),'firstPoint':'Pierwszy\x20punkt','lastPoint':_0x301227(0x18a),'negativePoint':'Punkt\x20ujemny','markersPoint':_0x301227(0x19d),'manager':_0x301227(0x15f),'removeItem':_0x301227(0x17c),'removeGroup':'Usuń\x20grupę','composeManager':_0x301227(0x180),'compose':_0x301227(0x168),'unCompose':'Rozgrupuj','horizontal':_0x301227(0x18b),'showZeroAxis':_0x301227(0x191),'axisColor':_0x301227(0x19c),'reverse':_0x301227(0x197),'vertical':'Oś\x20pionowa','min':'Wartość\x20minimalna','itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x301227(0x18d),'customMin':_0x301227(0x195),'max':_0x301227(0x19a),'itemMax':'Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','groupMax':_0x301227(0x163),'customMax':_0x301227(0x195),'moreSetting':'Więcej\x20ustawień','showHidden':_0x301227(0x199),'showEmptyAs':_0x301227(0x19b),'showNonNumAs':_0x301227(0x188),'spacing':_0x301227(0x193),'zeroValue':'Wartość\x20zerowa','connectWithLine':_0x301227(0x181),'default':_0x301227(0x17d)},'selector':{'title':_0x301227(0x167),'changeType':_0x301227(0x16f),'sparkline':_0x301227(0x165),'sparklineGroup':_0x301227(0x162),'setSource':_0x301227(0x160),'setTarget':_0x301227(0x18e),'confirm':_0x301227(0x179),'cancel':_0x301227(0x16b),'targetError':_0x301227(0x176),'singleSourceError':_0x301227(0x175),'multSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','resetSourceError':_0x301227(0x190)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x14d3(){const _0x738dd8=['767TIlhTT','Espaçamento','Distintivo','221PYtyaC','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Valor\x20mínimo','Mostrar\x20cantos\x20arredondados','Valor\x20personalizado','Selecionar\x20intervalo\x20de\x20dados','Valor\x20máximo','Usar\x20valor\x20mínimo\x20de\x20cada\x20sparkline','Gerenciador','Barra','Cancelar','Eixo\x20vertical','556trVtwf','Linha','Configurações\x20avançadas','Cor\x20do\x20sparkline','Último\x20ponto','Suave','Tema','Pizza','Alterar\x20tipo','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20múltiplas\x20áreas','Remover\x20item','Desagrupar','Remover\x20grupo','Tipo','Mostrar\x20eixo\x20zero','772450FiyRII','Configurações\x20do\x20sparkline','130236sqzZts','Intervalo\x20de\x20destino\x20inválido','Remover\x20sparkline','Editar\x20sparkline','Ponto\x20baixo','29298cZuyiG','Primeiro\x20ponto','Usar\x20valor\x20máximo\x20do\x20grupo','Configurações\x20básicas','Exibir\x20células\x20vazias\x20como','Selecionar\x20posição','Usar\x20valor\x20mínimo\x20do\x20grupo','6356840TSAMJk','A\x20seleção\x20múltipla\x20não\x20é\x20suportada\x20ao\x20editar\x20um\x20único\x20sparkline','Usar\x20valor\x20máximo\x20de\x20cada\x20sparkline','2878WrTgWl','285AOLnwu','12399HGlRoM','Marcadores','Padrão','108XzZwBg','Desenhar\x20dados\x20da\x20direita\x20para\x20esquerda','Confirmar','Ajustar\x20estilo','G/P','Exibir\x20células\x20não\x20numéricas\x20como','223032BUnjJw','Agrupar','Valor\x20zero','Mais\x20configurações','Ponto\x20alto','11xEhWKe','Mostrar\x20dados\x20ocultos','Especial','Largura\x20da\x20linha'];_0x14d3=function(){return _0x738dd8;};return _0x14d3();}const _0x1f9fb5=_0x41d2;(function(_0x2e28ce,_0x33507c){const _0x2c1f71=_0x41d2,_0x4c8af4=_0x2e28ce();while(!![]){try{const _0x48055e=-parseInt(_0x2c1f71(0x20b))/0x1*(parseInt(_0x2c1f71(0x1f4))/0x2)+-parseInt(_0x2c1f71(0x1f6))/0x3*(-parseInt(_0x2c1f71(0x217))/0x4)+parseInt(_0x2c1f71(0x1f5))/0x5*(parseInt(_0x2c1f71(0x22d))/0x6)+-parseInt(_0x2c1f71(0x234))/0x7+parseInt(_0x2c1f71(0x1ff))/0x8*(parseInt(_0x2c1f71(0x1f9))/0x9)+-parseInt(_0x2c1f71(0x226))/0xa*(parseInt(_0x2c1f71(0x204))/0xb)+parseInt(_0x2c1f71(0x228))/0xc*(parseInt(_0x2c1f71(0x208))/0xd);if(_0x48055e===_0x33507c)break;else _0x4c8af4['push'](_0x4c8af4['shift']());}catch(_0x5338b9){_0x4c8af4['push'](_0x4c8af4['shift']());}}}(_0x14d3,0x80015));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x1f9fb5(0x20c)},'title':'Sparkline','remove':_0x1f9fb5(0x22a),'edit':_0x1f9fb5(0x22b),'panel':{'title':_0x1f9fb5(0x227),'basic':_0x1f9fb5(0x230),'advanced':_0x1f9fb5(0x219),'sourceAndPosition':'Intervalo\x20de\x20dados\x20e\x20posição','type':_0x1f9fb5(0x224),'line':_0x1f9fb5(0x218),'bar':_0x1f9fb5(0x214),'pie':_0x1f9fb5(0x21e),'profitAndLoss':_0x1f9fb5(0x1fd),'theme':_0x1f9fb5(0x21d),'standard':_0x1f9fb5(0x1f8),'custom':'Personalizado','specialty':_0x1f9fb5(0x206),'distinctive':_0x1f9fb5(0x20a),'soft':_0x1f9fb5(0x21c),'fresh':'Fresco','adjustStyle':_0x1f9fb5(0x1fc),'sparklineColor':_0x1f9fb5(0x21a),'lineWidth':_0x1f9fb5(0x207),'gradient':'Preenchimento\x20gradiente','radius':_0x1f9fb5(0x20e),'marker':'Marcador','highPoint':_0x1f9fb5(0x203),'lowPoint':_0x1f9fb5(0x22c),'firstPoint':_0x1f9fb5(0x22e),'lastPoint':_0x1f9fb5(0x21b),'negativePoint':'Ponto\x20negativo','markersPoint':_0x1f9fb5(0x1f7),'manager':_0x1f9fb5(0x213),'removeItem':_0x1f9fb5(0x221),'removeGroup':_0x1f9fb5(0x223),'composeManager':'Gerenciador\x20de\x20grupo','compose':_0x1f9fb5(0x200),'unCompose':_0x1f9fb5(0x222),'horizontal':'Eixo\x20horizontal','showZeroAxis':_0x1f9fb5(0x225),'axisColor':'Cor\x20do\x20eixo','reverse':_0x1f9fb5(0x1fa),'vertical':_0x1f9fb5(0x216),'min':_0x1f9fb5(0x20d),'itemMin':_0x1f9fb5(0x212),'groupMin':_0x1f9fb5(0x233),'customMin':_0x1f9fb5(0x20f),'max':_0x1f9fb5(0x211),'itemMax':_0x1f9fb5(0x236),'groupMax':_0x1f9fb5(0x22f),'customMax':_0x1f9fb5(0x20f),'moreSetting':_0x1f9fb5(0x202),'showHidden':_0x1f9fb5(0x205),'showEmptyAs':_0x1f9fb5(0x231),'showNonNumAs':_0x1f9fb5(0x1fe),'spacing':_0x1f9fb5(0x209),'zeroValue':_0x1f9fb5(0x201),'connectWithLine':'Conectar\x20pontos\x20de\x20dados\x20com\x20uma\x20linha','default':'Padrão'},'selector':{'title':_0x1f9fb5(0x22b),'changeType':_0x1f9fb5(0x21f),'sparkline':'Sparkline','sparklineGroup':'Grupo\x20de\x20sparklines','setSource':_0x1f9fb5(0x210),'setTarget':_0x1f9fb5(0x232),'confirm':_0x1f9fb5(0x1fb),'cancel':_0x1f9fb5(0x215),'targetError':_0x1f9fb5(0x229),'singleSourceError':_0x1f9fb5(0x235),'multSourceError':_0x1f9fb5(0x220),'resetSourceError':'Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20uma\x20única\x20posição'}}};function _0x41d2(_0x520adb,_0x398506){_0x520adb=_0x520adb-0x1f4;const _0x14d3a9=_0x14d3();let _0x41d218=_0x14d3a9[_0x520adb];return _0x41d218;}export{e as default};
1
+ const _0x134e73=_0x3315;function _0xdb39(){const _0x41c278=['Eixo\x20vertical','Espaçamento','Configurações\x20básicas','Primeiro\x20ponto','Tema','Usar\x20valor\x20máximo\x20de\x20cada\x20sparkline','Intervalo\x20de\x20destino\x20inválido','Mais\x20configurações','12cKLAGa','Editar\x20sparkline','Grupo\x20de\x20sparklines','114495vTkzAo','Último\x20ponto','Configurações\x20do\x20sparkline','Ajustar\x20estilo','2093808Xmzzcr','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20uma\x20única\x20posição','Marcador','4jPbhkW','20paDToV','Valor\x20personalizado','4990eOfOwe','Cor\x20do\x20sparkline','A\x20seleção\x20múltipla\x20não\x20é\x20suportada\x20ao\x20editar\x20um\x20único\x20sparkline','Gerenciador','Mostrar\x20eixo\x20zero','Valor\x20zero','Padrão','Linha','563964oUvPNK','Intervalo\x20de\x20dados\x20e\x20posição','Selecionar\x20posição','Configurações\x20avançadas','Personalizado','Mostrar\x20dados\x20ocultos','Ponto\x20negativo','2984611GcxmWQ','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Pizza','Valor\x20mínimo','Desenhar\x20dados\x20da\x20direita\x20para\x20esquerda','Mostrar\x20cantos\x20arredondados','Usar\x20valor\x20máximo\x20do\x20grupo','Selecionar\x20intervalo\x20de\x20dados','11scghsl','Gerenciador\x20de\x20grupo','Alterar\x20tipo','Remover\x20item','G/P','4655310HHfrUE','Agrupar','Fresco','Largura\x20da\x20linha','Tipo','209urcPQb','Exibir\x20células\x20vazias\x20como','Cor\x20do\x20eixo','Cancelar','Barra','695817ptWEMD','Sparkline'];_0xdb39=function(){return _0x41c278;};return _0xdb39();}function _0x3315(_0x4243ed,_0x50b558){_0x4243ed=_0x4243ed-0x6b;const _0xdb393b=_0xdb39();let _0x3315c3=_0xdb393b[_0x4243ed];return _0x3315c3;}(function(_0x2af94a,_0x5182c8){const _0x1ae1dd=_0x3315,_0x2e6b4c=_0x2af94a();while(!![]){try{const _0x26f3c8=parseInt(_0x1ae1dd(0x9e))/0x1*(parseInt(_0x1ae1dd(0x7d))/0x2)+-parseInt(_0x1ae1dd(0x73))/0x3*(parseInt(_0x1ae1dd(0x7a))/0x4)+parseInt(_0x1ae1dd(0x99))/0x5+-parseInt(_0x1ae1dd(0x70))/0x6*(parseInt(_0x1ae1dd(0x8c))/0x7)+-parseInt(_0x1ae1dd(0x77))/0x8+-parseInt(_0x1ae1dd(0xa3))/0x9*(-parseInt(_0x1ae1dd(0x7b))/0xa)+-parseInt(_0x1ae1dd(0x94))/0xb*(-parseInt(_0x1ae1dd(0x85))/0xc);if(_0x26f3c8===_0x5182c8)break;else _0x2e6b4c['push'](_0x2e6b4c['shift']());}catch(_0xee5e89){_0x2e6b4c['push'](_0x2e6b4c['shift']());}}}(_0xdb39,0x7a6ff));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x134e73(0x8d)},'title':_0x134e73(0xa4),'remove':'Remover\x20sparkline','edit':_0x134e73(0x71),'panel':{'title':_0x134e73(0x75),'basic':_0x134e73(0xa7),'advanced':_0x134e73(0x88),'sourceAndPosition':_0x134e73(0x86),'type':_0x134e73(0x9d),'line':_0x134e73(0x84),'bar':_0x134e73(0xa2),'pie':_0x134e73(0x8e),'profitAndLoss':_0x134e73(0x98),'theme':_0x134e73(0x6c),'standard':_0x134e73(0x83),'custom':_0x134e73(0x89),'specialty':'Especial','distinctive':'Distintivo','soft':'Suave','fresh':_0x134e73(0x9b),'adjustStyle':_0x134e73(0x76),'sparklineColor':_0x134e73(0x7e),'lineWidth':_0x134e73(0x9c),'gradient':'Preenchimento\x20gradiente','radius':_0x134e73(0x91),'marker':_0x134e73(0x79),'highPoint':'Ponto\x20alto','lowPoint':'Ponto\x20baixo','firstPoint':_0x134e73(0x6b),'lastPoint':_0x134e73(0x74),'negativePoint':_0x134e73(0x8b),'markersPoint':'Marcadores','manager':_0x134e73(0x80),'removeItem':_0x134e73(0x97),'removeGroup':'Remover\x20grupo','composeManager':_0x134e73(0x95),'compose':_0x134e73(0x9a),'unCompose':'Desagrupar','horizontal':'Eixo\x20horizontal','showZeroAxis':_0x134e73(0x81),'axisColor':_0x134e73(0xa0),'reverse':_0x134e73(0x90),'vertical':_0x134e73(0xa5),'min':_0x134e73(0x8f),'itemMin':'Usar\x20valor\x20mínimo\x20de\x20cada\x20sparkline','groupMin':'Usar\x20valor\x20mínimo\x20do\x20grupo','customMin':_0x134e73(0x7c),'max':'Valor\x20máximo','itemMax':_0x134e73(0x6d),'groupMax':_0x134e73(0x92),'customMax':'Valor\x20personalizado','moreSetting':_0x134e73(0x6f),'showHidden':_0x134e73(0x8a),'showEmptyAs':_0x134e73(0x9f),'showNonNumAs':'Exibir\x20células\x20não\x20numéricas\x20como','spacing':_0x134e73(0xa6),'zeroValue':_0x134e73(0x82),'connectWithLine':'Conectar\x20pontos\x20de\x20dados\x20com\x20uma\x20linha','default':_0x134e73(0x83)},'selector':{'title':_0x134e73(0x71),'changeType':_0x134e73(0x96),'sparkline':_0x134e73(0xa4),'sparklineGroup':_0x134e73(0x72),'setSource':_0x134e73(0x93),'setTarget':_0x134e73(0x87),'confirm':'Confirmar','cancel':_0x134e73(0xa1),'targetError':_0x134e73(0x6e),'singleSourceError':_0x134e73(0x7f),'multSourceError':'Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20múltiplas\x20áreas','resetSourceError':_0x134e73(0x78)}}};export{e as default};