@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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +0 -4
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/menu.d.ts +4 -3
- package/lib/types/controllers/sheet-sparkline-menu.controller.d.ts +2 -4
- package/lib/types/controllers/sheet-sparkline-render.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/views/SparklineAdvancedSetting.d.ts +1 -1
- package/lib/types/views/SparklineBasicSetting.d.ts +2 -2
- package/lib/types/views/SparklinePanel.d.ts +1 -1
- package/lib/types/views/SparklineSelector.d.ts +1 -1
- package/lib/types/views/collapse/index.d.ts +1 -1
- package/lib/types/views/color-picker-control/index.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +17 -20
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x200e(_0x1e7664,_0x1f2008){_0x1e7664=_0x1e7664-0x1a6;var _0x7cd057=_0x7cd0();var _0x200e39=_0x7cd057[_0x1e7664];return _0x200e39;}(function(_0x1c1a7e,_0x17880b){var _0x3d9d7f=_0x200e,_0x4cb080=_0x1c1a7e();while(!![]){try{var _0x17b2b0=parseInt(_0x3d9d7f(0x1ab))/0x1*(parseInt(_0x3d9d7f(0x1b9))/0x2)+parseInt(_0x3d9d7f(0x1e5))/0x3*(-parseInt(_0x3d9d7f(0x1df))/0x4)+-parseInt(_0x3d9d7f(0x1c0))/0x5+-parseInt(_0x3d9d7f(0x1e8))/0x6+-parseInt(_0x3d9d7f(0x1cd))/0x7*(-parseInt(_0x3d9d7f(0x1c4))/0x8)+-parseInt(_0x3d9d7f(0x1a6))/0x9*(-parseInt(_0x3d9d7f(0x1bc))/0xa)+parseInt(_0x3d9d7f(0x1bf))/0xb*(parseInt(_0x3d9d7f(0x1c1))/0xc);if(_0x17b2b0===_0x17880b)break;else _0x4cb080['push'](_0x4cb080['shift']());}catch(_0x30a36b){_0x4cb080['push'](_0x4cb080['shift']());}}}(_0x7cd0,0x8b103),function(_0x4ed4cb,_0x4cc770){var _0x2469c3=_0x200e;typeof exports==_0x2469c3(0x1dc)&&typeof module<'u'?module[_0x2469c3(0x1d4)]=_0x4cc770():typeof define=='function'&&define[_0x2469c3(0x1b3)]?define([],_0x4cc770):(_0x4ed4cb=typeof globalThis<'u'?globalThis:_0x4ed4cb||self,_0x4ed4cb[_0x2469c3(0x1d3)]=_0x4cc770());}(this,function(){var _0x1c360e=_0x200e;return{'sheets-sparkline-ui':{'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x1c360e(0x1c6),'remove':_0x1c360e(0x1e2),'edit':_0x1c360e(0x1aa),'panel':{'title':_0x1c360e(0x1d8),'basic':'الإعدادات\x20الأساسية','advanced':'الإعدادات\x20المتقدمة','sourceAndPosition':_0x1c360e(0x1d1),'type':_0x1c360e(0x1ba),'line':'خط','bar':_0x1c360e(0x1af),'pie':_0x1c360e(0x1e7),'profitAndLoss':_0x1c360e(0x1e0),'theme':_0x1c360e(0x1c3),'standard':_0x1c360e(0x1e4),'custom':_0x1c360e(0x1d6),'specialty':_0x1c360e(0x1c8),'distinctive':_0x1c360e(0x1da),'soft':_0x1c360e(0x1b0),'fresh':_0x1c360e(0x1c9),'adjustStyle':'ضبط\x20النمط','sparklineColor':'لون\x20خط\x20البيانات\x20المصغر','lineWidth':_0x1c360e(0x1b5),'gradient':_0x1c360e(0x1d0),'radius':'إظهار\x20الزوايا\x20المستديرة','marker':_0x1c360e(0x1a9),'highPoint':_0x1c360e(0x1b2),'lowPoint':_0x1c360e(0x1e9),'firstPoint':'النقطة\x20الأولى','lastPoint':_0x1c360e(0x1b1),'negativePoint':_0x1c360e(0x1b8),'markersPoint':_0x1c360e(0x1e3),'manager':_0x1c360e(0x1e6),'removeItem':'إزالة\x20عنصر','removeGroup':_0x1c360e(0x1b4),'composeManager':_0x1c360e(0x1a8),'compose':_0x1c360e(0x1bb),'unCompose':_0x1c360e(0x1ed),'horizontal':_0x1c360e(0x1ac),'showZeroAxis':_0x1c360e(0x1de),'axisColor':_0x1c360e(0x1c7),'reverse':_0x1c360e(0x1b6),'vertical':_0x1c360e(0x1cc),'min':_0x1c360e(0x1dd),'itemMin':'استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','groupMin':'استخدام\x20الحد\x20الأدنى\x20للمجموعة','customMin':_0x1c360e(0x1be),'max':_0x1c360e(0x1c5),'itemMax':_0x1c360e(0x1c2),'groupMax':_0x1c360e(0x1ce),'customMax':_0x1c360e(0x1be),'moreSetting':_0x1c360e(0x1e1),'showHidden':'إظهار\x20البيانات\x20المخفية','showEmptyAs':_0x1c360e(0x1eb),'showNonNumAs':_0x1c360e(0x1ad),'spacing':_0x1c360e(0x1d5),'zeroValue':_0x1c360e(0x1ae),'connectWithLine':_0x1c360e(0x1ea),'default':_0x1c360e(0x1cb)},'selector':{'title':_0x1c360e(0x1aa),'changeType':'تغيير\x20النوع','sparkline':_0x1c360e(0x1d9),'sparklineGroup':_0x1c360e(0x1d2),'setSource':_0x1c360e(0x1db),'setTarget':_0x1c360e(0x1d7),'confirm':_0x1c360e(0x1a7),'cancel':_0x1c360e(0x1b7),'targetError':_0x1c360e(0x1cf),'singleSourceError':_0x1c360e(0x1ca),'multSourceError':_0x1c360e(0x1bd),'resetSourceError':_0x1c360e(0x1ec)}}};}));function _0x7cd0(){var _0x3da01c=['المحور\x20الأفقي','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','قيمة\x20صفر','شريط','ناعم','النقطة\x20الأخيرة','أعلى\x20نقطة','amd','إزالة\x20المجموعة','عرض\x20الخط','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','إلغاء','نقطة\x20سالبة','10NhdJno','النوع','تجميع','3255860pXXmLY','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','قيمة\x20مخصصة','20526oTtSac','4464835GSKkXE','7824WtOtkT','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','السمة','3029336cUJcan','القيمة\x20العليا','خط\x20البيانات\x20المصغر','لون\x20المحور','متخصص','منعش','التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','افتراضي','المحور\x20العمودي','7tSzNEC','استخدام\x20الحد\x20الأقصى\x20للمجموعة','نطاق\x20الهدف\x20غير\x20صالح','تعبئة\x20متدرجة','نطاق\x20البيانات\x20والموضع','مجموعة\x20خطوط\x20البيانات\x20المصغرة','UniverProSheetsSparklineUiArSA','exports','التباعد','مخصص','تحديد\x20الموضع','إعدادات\x20خط\x20البيانات\x20المصغر','خط\x20بيانات\x20مصغر','مميز','تحديد\x20نطاق\x20البيانات','object','القيمة\x20الدنيا','إظهار\x20محور\x20الصفر','940308PNnrjL','ر/خ','المزيد\x20من\x20الإعدادات','إزالة\x20خط\x20البيانات\x20المصغر','علامات','قياسي','12oTXPkO','المدير','دائري','2565444xGcCNd','أدنى\x20نقطة','ربط\x20نقاط\x20البيانات\x20بخط','عرض\x20الخلايا\x20الفارغة\x20كـ','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','فك\x20التجميع','27utaTQO','تأكيد','مدير\x20المجموعة','علامة','تحرير\x20خط\x20البيانات\x20المصغر','51679VusBxe'];_0x7cd0=function(){return _0x3da01c;};return _0x7cd0();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2e71(_0x1f34d3,_0x2fcf2f){_0x1f34d3=_0x1f34d3-0x172;var _0xb74c9c=_0xb74c();var _0x2e7165=_0xb74c9c[_0x1f34d3];return _0x2e7165;}(function(_0x3be0e0,_0x1104d0){var _0x5c83f2=_0x2e71,_0x4f4920=_0x3be0e0();while(!![]){try{var _0x5207cf=-parseInt(_0x5c83f2(0x1ae))/0x1*(parseInt(_0x5c83f2(0x1aa))/0x2)+parseInt(_0x5c83f2(0x1ba))/0x3+-parseInt(_0x5c83f2(0x1b8))/0x4+-parseInt(_0x5c83f2(0x193))/0x5+-parseInt(_0x5c83f2(0x17f))/0x6*(parseInt(_0x5c83f2(0x1a5))/0x7)+parseInt(_0x5c83f2(0x1a3))/0x8*(parseInt(_0x5c83f2(0x191))/0x9)+-parseInt(_0x5c83f2(0x1b5))/0xa*(-parseInt(_0x5c83f2(0x18c))/0xb);if(_0x5207cf===_0x1104d0)break;else _0x4f4920['push'](_0x4f4920['shift']());}catch(_0x18e2a5){_0x4f4920['push'](_0x4f4920['shift']());}}}(_0xb74c,0x537bf),function(_0x15287e,_0x17e767){var _0x4b968b=_0x2e71;typeof exports==_0x4b968b(0x18a)&&typeof module<'u'?module[_0x4b968b(0x19e)]=_0x17e767():typeof define=='function'&&define['amd']?define([],_0x17e767):(_0x15287e=typeof globalThis<'u'?globalThis:_0x15287e||self,_0x15287e[_0x4b968b(0x199)]=_0x17e767());}(this,function(){var _0x128ed5=_0x2e71;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x128ed5(0x1b1)},'title':'Minigràfic','remove':_0x128ed5(0x1af),'edit':_0x128ed5(0x188),'panel':{'title':_0x128ed5(0x183),'basic':_0x128ed5(0x195),'advanced':_0x128ed5(0x1a2),'sourceAndPosition':_0x128ed5(0x1a1),'type':_0x128ed5(0x176),'line':'Línia','bar':_0x128ed5(0x179),'pie':_0x128ed5(0x18f),'profitAndLoss':_0x128ed5(0x1a9),'theme':'Tema','standard':_0x128ed5(0x1a8),'custom':_0x128ed5(0x1ac),'specialty':_0x128ed5(0x189),'distinctive':_0x128ed5(0x184),'soft':_0x128ed5(0x187),'fresh':_0x128ed5(0x1a4),'adjustStyle':_0x128ed5(0x1b7),'sparklineColor':_0x128ed5(0x19b),'lineWidth':_0x128ed5(0x1b6),'gradient':_0x128ed5(0x182),'radius':_0x128ed5(0x178),'marker':_0x128ed5(0x180),'highPoint':_0x128ed5(0x186),'lowPoint':'Punt\x20baix','firstPoint':_0x128ed5(0x17e),'lastPoint':_0x128ed5(0x174),'negativePoint':_0x128ed5(0x19c),'markersPoint':_0x128ed5(0x1b0),'manager':_0x128ed5(0x19f),'removeItem':_0x128ed5(0x192),'removeGroup':_0x128ed5(0x1b4),'composeManager':_0x128ed5(0x17a),'compose':_0x128ed5(0x1a6),'unCompose':_0x128ed5(0x190),'horizontal':_0x128ed5(0x177),'showZeroAxis':'Mostrar\x20eix\x20zero','axisColor':_0x128ed5(0x1ab),'reverse':_0x128ed5(0x197),'vertical':_0x128ed5(0x17c),'min':_0x128ed5(0x196),'itemMin':_0x128ed5(0x17b),'groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x128ed5(0x173),'max':_0x128ed5(0x181),'itemMax':_0x128ed5(0x18b),'groupMax':_0x128ed5(0x1ad),'customMax':_0x128ed5(0x173),'moreSetting':_0x128ed5(0x1b2),'showHidden':'Mostrar\x20dades\x20amagades','showEmptyAs':_0x128ed5(0x1a7),'showNonNumAs':'Mostrar\x20cel·les\x20no\x20numèriques\x20com','spacing':_0x128ed5(0x18e),'zeroValue':'Valor\x20zero','connectWithLine':_0x128ed5(0x185),'default':'Per\x20defecte'},'selector':{'title':_0x128ed5(0x188),'changeType':_0x128ed5(0x175),'sparkline':_0x128ed5(0x172),'sparklineGroup':_0x128ed5(0x18d),'setSource':_0x128ed5(0x1a0),'setTarget':_0x128ed5(0x1b3),'confirm':_0x128ed5(0x19d),'cancel':_0x128ed5(0x194),'targetError':_0x128ed5(0x1b9),'singleSourceError':_0x128ed5(0x17d),'multSourceError':_0x128ed5(0x198),'resetSourceError':_0x128ed5(0x19a)}}};}));function _0xb74c(){var _0x2d6046=['Valor\x20mínim','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','UniverProSheetsSparklineUiCaES','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació','Color\x20del\x20minigràfic','Punt\x20negatiu','Confirmar','exports','Gestor','Seleccionar\x20interval\x20de\x20dades','Interval\x20de\x20dades\x20i\x20posició','Configuració\x20avançada','11488aCrpos','Fresc','162169MtNkjN','Agrupar','Mostrar\x20cel·les\x20buides\x20com','Estàndard','G/P','4hJnNaR','Color\x20de\x20l\x27eix','Personalitzat','Usar\x20el\x20valor\x20màxim\x20del\x20grup','49264bIYKEh','Eliminar\x20minigràfic','Marcadors','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Més\x20configuracions','Seleccionar\x20ubicació','Eliminar\x20grup','10bmHAXp','Amplada\x20de\x20línia','Ajustar\x20estil','2639680MEORxk','Interval\x20de\x20destí\x20no\x20vàlid','1659699RNoRjg','Minigràfic','Valor\x20personalitzat','Últim\x20punt','Canviar\x20tipus','Tipus','Eix\x20horitzontal','Mostrar\x20cantonades\x20arrodonides','Barra','Gestor\x20de\x20grup','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Eix\x20vertical','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','Primer\x20punt','66JSfMeI','Marcador','Valor\x20màxim','Emplenament\x20degradat','Configuració\x20del\x20minigràfic','Distintiu','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Punt\x20alt','Suau','Editar\x20minigràfic','Especial','object','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','14128895OcjOaZ','Grup\x20de\x20minigràfics','Espaiat','Pastilla','Desagrupar','621xHWULR','Eliminar\x20element','2907630iXCgei','Cancel·lar','Configuració\x20bàsica'];_0xb74c=function(){return _0x2d6046;};return _0xb74c();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4611(){var _0x4195fd=['Ungültiger\x20Zielbereich','2650KOTbTf','Datenbereich\x20auswählen','68500gifKLw','Mindestwert','Platzierung\x20auswählen','Sparkline-Farbe','Linie','Design','Sparkline\x20entfernen','Maximalwert','Gruppenmaximalwert\x20verwenden','Abstand','Datenbereich\x20und\x20Position','544HPQbAO','Niedrigster\x20Punkt','Weitere\x20Einstellungen','Minimalwert\x20jeder\x20Sparkline\x20verwenden','G/V','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Kreis','Bestätigen','Grundeinstellungen','Balken','Sparkline','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','1728672vUUTsG','Letzter\x20Punkt','Weich','1dBEzZz','Benutzerdefinierter\x20Wert','Benutzerdefiniert','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','40509brAYZa','1319654GhCpxf','exports','Erweiterte\x20Einstellungen','Abgerundete\x20Ecken\x20anzeigen','85agYGct','Spezial','15247914mazQFj','Markierungen','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Erster\x20Punkt','Sparkline\x20bearbeiten','Horizontale\x20Achse','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','19377TGqUxQ','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Höchster\x20Punkt','Standard','Typ\x20ändern','579591CnSBEc','Gruppenminimalwert\x20verwenden'];_0x4611=function(){return _0x4195fd;};return _0x4611();}function _0x3279(_0x37df6e,_0x30a748){_0x37df6e=_0x37df6e-0x11d;var _0x4611ef=_0x4611();var _0x32798d=_0x4611ef[_0x37df6e];return _0x32798d;}(function(_0x49b4a4,_0x17fdae){var _0xf1d07a=_0x3279,_0x1a8c29=_0x49b4a4();while(!![]){try{var _0x355ab5=-parseInt(_0xf1d07a(0x143))/0x1*(-parseInt(_0xf1d07a(0x148))/0x2)+parseInt(_0xf1d07a(0x124))/0x3+parseInt(_0xf1d07a(0x129))/0x4*(-parseInt(_0xf1d07a(0x14c))/0x5)+parseInt(_0xf1d07a(0x140))/0x6+-parseInt(_0xf1d07a(0x147))/0x7*(-parseInt(_0xf1d07a(0x134))/0x8)+-parseInt(_0xf1d07a(0x11f))/0x9*(-parseInt(_0xf1d07a(0x127))/0xa)+-parseInt(_0xf1d07a(0x14e))/0xb;if(_0x355ab5===_0x17fdae)break;else _0x1a8c29['push'](_0x1a8c29['shift']());}catch(_0x530ce4){_0x1a8c29['push'](_0x1a8c29['shift']());}}}(_0x4611,0x6877a),function(_0xaa1b80,_0x322450){var _0x46acda=_0x3279;typeof exports=='object'&&typeof module<'u'?module[_0x46acda(0x149)]=_0x322450():typeof define=='function'&&define['amd']?define([],_0x322450):(_0xaa1b80=typeof globalThis<'u'?globalThis:_0xaa1b80||self,_0xaa1b80['UniverProSheetsSparklineUiDeDE']=_0x322450());}(this,function(){var _0x2bc18b=_0x3279;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x2bc18b(0x139)},'title':_0x2bc18b(0x13e),'remove':_0x2bc18b(0x12f),'edit':_0x2bc18b(0x152),'panel':{'title':'Sparkline-Einstellungen','basic':_0x2bc18b(0x13c),'advanced':_0x2bc18b(0x14a),'sourceAndPosition':_0x2bc18b(0x133),'type':'Typ','line':_0x2bc18b(0x12d),'bar':_0x2bc18b(0x13d),'pie':_0x2bc18b(0x13a),'profitAndLoss':_0x2bc18b(0x138),'theme':_0x2bc18b(0x12e),'standard':'Standard','custom':_0x2bc18b(0x145),'specialty':_0x2bc18b(0x14d),'distinctive':'Ausgeprägt','soft':_0x2bc18b(0x142),'fresh':'Frisch','adjustStyle':'Stil\x20anpassen','sparklineColor':_0x2bc18b(0x12c),'lineWidth':'Linienbreite','gradient':'Farbverlauffüllung','radius':_0x2bc18b(0x14b),'marker':'Markierung','highPoint':_0x2bc18b(0x121),'lowPoint':_0x2bc18b(0x135),'firstPoint':_0x2bc18b(0x151),'lastPoint':_0x2bc18b(0x141),'negativePoint':'Negativer\x20Punkt','markersPoint':_0x2bc18b(0x14f),'manager':'Manager','removeItem':'Element\x20entfernen','removeGroup':'Gruppe\x20entfernen','composeManager':'Gruppenmanager','compose':'Gruppieren','unCompose':'Gruppierung\x20aufheben','horizontal':_0x2bc18b(0x11d),'showZeroAxis':'Nullachse\x20anzeigen','axisColor':'Achsenfarbe','reverse':_0x2bc18b(0x13f),'vertical':'Vertikale\x20Achse','min':_0x2bc18b(0x12a),'itemMin':_0x2bc18b(0x137),'groupMin':_0x2bc18b(0x125),'customMin':_0x2bc18b(0x144),'max':_0x2bc18b(0x130),'itemMax':'Maximalwert\x20jeder\x20Sparkline\x20verwenden','groupMax':_0x2bc18b(0x131),'customMax':_0x2bc18b(0x144),'moreSetting':_0x2bc18b(0x136),'showHidden':'Ausgeblendete\x20Daten\x20anzeigen','showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':'Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','spacing':_0x2bc18b(0x132),'zeroValue':'Nullwert','connectWithLine':_0x2bc18b(0x146),'default':_0x2bc18b(0x122)},'selector':{'title':_0x2bc18b(0x152),'changeType':_0x2bc18b(0x123),'sparkline':'Sparkline','sparklineGroup':'Sparkline-Gruppe','setSource':_0x2bc18b(0x128),'setTarget':_0x2bc18b(0x12b),'confirm':_0x2bc18b(0x13b),'cancel':'Abbrechen','targetError':_0x2bc18b(0x126),'singleSourceError':_0x2bc18b(0x11e),'multSourceError':_0x2bc18b(0x120),'resetSourceError':_0x2bc18b(0x150)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x35a33c,_0x41ee1c){var _0x1639f0=_0x384a,_0x1c3955=_0x35a33c();while(!![]){try{var _0x25559c=parseInt(_0x1639f0(0x138))/0x1+-parseInt(_0x1639f0(0x12b))/0x2*(-parseInt(_0x1639f0(0x14b))/0x3)+parseInt(_0x1639f0(0x132))/0x4*(parseInt(_0x1639f0(0x13a))/0x5)+parseInt(_0x1639f0(0x13c))/0x6+-parseInt(_0x1639f0(0x142))/0x7+-parseInt(_0x1639f0(0x136))/0x8*(parseInt(_0x1639f0(0x128))/0x9)+parseInt(_0x1639f0(0x13e))/0xa*(-parseInt(_0x1639f0(0x133))/0xb);if(_0x25559c===_0x41ee1c)break;else _0x1c3955['push'](_0x1c3955['shift']());}catch(_0x26cfb0){_0x1c3955['push'](_0x1c3955['shift']());}}}(_0x45f0,0x47b6e),function(_0x5cd01c,_0x1c3d9e){var _0xf7256e=_0x384a;typeof exports==_0xf7256e(0x11a)&&typeof module<'u'?module[_0xf7256e(0x126)]=_0x1c3d9e():typeof define==_0xf7256e(0x121)&&define[_0xf7256e(0x135)]?define([],_0x1c3d9e):(_0x5cd01c=typeof globalThis<'u'?globalThis:_0x5cd01c||self,_0x5cd01c[_0xf7256e(0x141)]=_0x1c3d9e());}(this,function(){var _0x4b26a0=_0x384a;return{'sheets-sparkline-ui':{'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':'Sparkline','remove':_0x4b26a0(0x130),'edit':_0x4b26a0(0x122),'panel':{'title':'Sparkline\x20Settings','basic':_0x4b26a0(0x139),'advanced':_0x4b26a0(0x152),'sourceAndPosition':'Data\x20Range\x20and\x20Position','type':_0x4b26a0(0x131),'line':_0x4b26a0(0x151),'bar':_0x4b26a0(0x144),'pie':'Pie','profitAndLoss':_0x4b26a0(0x137),'theme':_0x4b26a0(0x120),'standard':_0x4b26a0(0x11f),'custom':_0x4b26a0(0x147),'specialty':'Specialty','distinctive':_0x4b26a0(0x124),'soft':_0x4b26a0(0x12a),'fresh':_0x4b26a0(0x149),'adjustStyle':_0x4b26a0(0x14d),'sparklineColor':_0x4b26a0(0x123),'lineWidth':_0x4b26a0(0x13d),'gradient':_0x4b26a0(0x127),'radius':_0x4b26a0(0x117),'marker':_0x4b26a0(0x140),'highPoint':'High\x20Point','lowPoint':_0x4b26a0(0x118),'firstPoint':_0x4b26a0(0x13f),'lastPoint':_0x4b26a0(0x143),'negativePoint':'Negative\x20Point','markersPoint':_0x4b26a0(0x146),'manager':'Manager','removeItem':_0x4b26a0(0x14e),'removeGroup':_0x4b26a0(0x14c),'composeManager':_0x4b26a0(0x12c),'compose':_0x4b26a0(0x129),'unCompose':'Ungroup','horizontal':_0x4b26a0(0x12f),'showZeroAxis':_0x4b26a0(0x148),'axisColor':_0x4b26a0(0x158),'reverse':_0x4b26a0(0x153),'vertical':_0x4b26a0(0x13b),'min':'Minimum\x20Value','itemMin':_0x4b26a0(0x11e),'groupMin':_0x4b26a0(0x119),'customMin':_0x4b26a0(0x12e),'max':'Maximum\x20Value','itemMax':_0x4b26a0(0x145),'groupMax':_0x4b26a0(0x150),'customMax':_0x4b26a0(0x12e),'moreSetting':'More\x20Settings','showHidden':_0x4b26a0(0x134),'showEmptyAs':'Display\x20Empty\x20Cells\x20As','showNonNumAs':_0x4b26a0(0x12d),'spacing':'Spacing','zeroValue':_0x4b26a0(0x11c),'connectWithLine':_0x4b26a0(0x11b),'default':_0x4b26a0(0x14f)},'selector':{'title':_0x4b26a0(0x122),'changeType':_0x4b26a0(0x125),'sparkline':_0x4b26a0(0x14a),'sparklineGroup':'Sparkline\x20Group','setSource':'Select\x20Data\x20Range','setTarget':_0x4b26a0(0x156),'confirm':'Confirm','cancel':_0x4b26a0(0x157),'targetError':_0x4b26a0(0x155),'singleSourceError':_0x4b26a0(0x11d),'multSourceError':_0x4b26a0(0x154),'resetSourceError':'Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement'}}};}));function _0x384a(_0x505027,_0x276022){_0x505027=_0x505027-0x117;var _0x45f0da=_0x45f0();var _0x384aba=_0x45f0da[_0x505027];return _0x384aba;}function _0x45f0(){var _0x17c7e7=['Distinctive','Change\x20Type','exports','Gradient\x20Fill','9lKpfMA','Group','Soft','4rEZurA','Group\x20Manager','Display\x20Non-Numeric\x20Cells\x20As','Custom\x20Value','Horizontal\x20Axis','Remove\x20Sparkline','Type','6960TCpSVc','1235839CbolGn','Show\x20Hidden\x20Data','amd','268000wuJGuY','W/L','418650XRDFVZ','Basic\x20Settings','365NshVOj','Vertical\x20Axis','2732148SKVFON','Line\x20Width','40DJHxiS','First\x20Point','Marker','UniverProSheetsSparklineUiEnUS','2121952yIbmzn','Last\x20Point','Bar','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Markers','Custom','Show\x20Zero\x20Axis','Fresh','Sparkline','118119picjNO','Remove\x20Group','Adjust\x20Style','Remove\x20Item','Default','Use\x20Group\x20Maximum\x20Value','Line','Advanced\x20Settings','Draw\x20Data\x20from\x20Right\x20to\x20Left','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','Invalid\x20target\x20range','Select\x20Placement','Cancel','Axis\x20Color','Show\x20Rounded\x20Corners','Low\x20Point','Use\x20Group\x20Minimum\x20Value','object','Connect\x20Data\x20Points\x20with\x20a\x20Line','Zero\x20Value','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','Standard','Theme','function','Edit\x20Sparkline','Sparkline\x20Color'];_0x45f0=function(){return _0x17c7e7;};return _0x45f0();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xff10(){var _0x197fd3=['La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','1658504WtVAor','27700JczEZc','Ancho\x20de\x20línea','Seleccionar\x20rango\x20de\x20datos','Predeterminado','Administrador','Seleccionar\x20ubicación','Valor\x20personalizado','amd','function','Eje\x20horizontal','1920064iOusee','Minigráfico','Marcadores','33440664GfZfzp','UniverProSheetsSparklineUiEsES','11lHYbDV','Grupo\x20de\x20minigráficos','Distintivo','Punto\x20alto','3324PKAvHY','Suave','Configuración\x20básica','Relleno\x20degradado','Espaciado','Rango\x20de\x20datos\x20y\x20posición','72458bLMUtk','Ajustar\x20estilo','Cambiar\x20tipo','Color\x20de\x20minigráfico','2871qKVxcV','7eDFlMw','Línea','Cancelar','Color\x20del\x20eje','2242101nPZKGV','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Especial','Mostrar\x20celdas\x20vacías\x20como','Barra','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Rango\x20de\x20destino\x20no\x20válido','Personalizado','Mostrar\x20esquinas\x20redondeadas','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','exports','2935VXxqAw','Mostrar\x20eje\x20cero','Agrupar','Tema','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Más\x20configuraciones','Mostrar\x20datos\x20ocultos','Eliminar\x20minigráfico','Editar\x20minigráfico','Último\x20punto','Desagrupar','Fresco','Eje\x20vertical','3tfuQJs','Eliminar\x20elemento','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda'];_0xff10=function(){return _0x197fd3;};return _0xff10();}function _0x3979(_0x16eb54,_0x4a17b7){_0x16eb54=_0x16eb54-0xc6;var _0xff108=_0xff10();var _0x397941=_0xff108[_0x16eb54];return _0x397941;}(function(_0x54241f,_0x1b4015){var _0x2f1723=_0x3979,_0x1d98ea=_0x54241f();while(!![]){try{var _0x3d5a15=parseInt(_0x2f1723(0xdd))/0x1*(-parseInt(_0x2f1723(0xfb))/0x2)+-parseInt(_0x2f1723(0x104))/0x3+-parseInt(_0x2f1723(0xec))/0x4+-parseInt(_0x2f1723(0xd0))/0x5*(parseInt(_0x2f1723(0xf5))/0x6)+parseInt(_0x2f1723(0x100))/0x7*(parseInt(_0x2f1723(0xe1))/0x8)+-parseInt(_0x2f1723(0xff))/0x9*(parseInt(_0x2f1723(0xe2))/0xa)+parseInt(_0x2f1723(0xf1))/0xb*(parseInt(_0x2f1723(0xef))/0xc);if(_0x3d5a15===_0x1b4015)break;else _0x1d98ea['push'](_0x1d98ea['shift']());}catch(_0x19efbd){_0x1d98ea['push'](_0x1d98ea['shift']());}}}(_0xff10,0x6da71),function(_0x59f269,_0x4239a5){var _0x8cf63e=_0x3979;typeof exports=='object'&&typeof module<'u'?module[_0x8cf63e(0xcf)]=_0x4239a5():typeof define==_0x8cf63e(0xea)&&define[_0x8cf63e(0xe9)]?define([],_0x4239a5):(_0x59f269=typeof globalThis<'u'?globalThis:_0x59f269||self,_0x59f269[_0x8cf63e(0xf0)]=_0x4239a5());}(this,function(){var _0x519d12=_0x3979;return{'sheets-sparkline-ui':{'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x519d12(0xed),'remove':_0x519d12(0xd7),'edit':_0x519d12(0xd8),'panel':{'title':'Configuración\x20de\x20minigráfico','basic':_0x519d12(0xf7),'advanced':'Configuración\x20avanzada','sourceAndPosition':_0x519d12(0xfa),'type':'Tipo','line':_0x519d12(0x101),'bar':_0x519d12(0xc9),'pie':'Pastilla','profitAndLoss':'G/P','theme':_0x519d12(0xd3),'standard':'Estándar','custom':_0x519d12(0xcc),'specialty':_0x519d12(0xc7),'distinctive':_0x519d12(0xf3),'soft':_0x519d12(0xf6),'fresh':_0x519d12(0xdb),'adjustStyle':_0x519d12(0xfc),'sparklineColor':_0x519d12(0xfe),'lineWidth':_0x519d12(0xe3),'gradient':_0x519d12(0xf8),'radius':_0x519d12(0xcd),'marker':'Marcador','highPoint':_0x519d12(0xf4),'lowPoint':'Punto\x20bajo','firstPoint':'Primer\x20punto','lastPoint':_0x519d12(0xd9),'negativePoint':'Punto\x20negativo','markersPoint':_0x519d12(0xee),'manager':_0x519d12(0xe6),'removeItem':_0x519d12(0xde),'removeGroup':'Eliminar\x20grupo','composeManager':'Administrador\x20de\x20grupo','compose':_0x519d12(0xd2),'unCompose':_0x519d12(0xda),'horizontal':_0x519d12(0xeb),'showZeroAxis':_0x519d12(0xd1),'axisColor':_0x519d12(0x103),'reverse':_0x519d12(0xdf),'vertical':_0x519d12(0xdc),'min':'Valor\x20mínimo','itemMin':_0x519d12(0xd4),'groupMin':_0x519d12(0xc6),'customMin':_0x519d12(0xe8),'max':'Valor\x20máximo','itemMax':'Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','groupMax':_0x519d12(0xca),'customMax':'Valor\x20personalizado','moreSetting':_0x519d12(0xd5),'showHidden':_0x519d12(0xd6),'showEmptyAs':_0x519d12(0xc8),'showNonNumAs':'Mostrar\x20celdas\x20no\x20numéricas\x20como','spacing':_0x519d12(0xf9),'zeroValue':'Valor\x20cero','connectWithLine':_0x519d12(0xce),'default':_0x519d12(0xe5)},'selector':{'title':_0x519d12(0xd8),'changeType':_0x519d12(0xfd),'sparkline':'Minigráfico','sparklineGroup':_0x519d12(0xf2),'setSource':_0x519d12(0xe4),'setTarget':_0x519d12(0xe7),'confirm':'Confirmar','cancel':_0x519d12(0x102),'targetError':_0x519d12(0xcb),'singleSourceError':_0x519d12(0xe0),'multSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','resetSourceError':_0x519d12(0x105)}}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3980d8,_0x721c5b){var _0x12626e=_0x59de,_0x2f56c8=_0x3980d8();while(!![]){try{var _0x4723fe=-parseInt(_0x12626e(0x213))/0x1+parseInt(_0x12626e(0x1e4))/0x2*(-parseInt(_0x12626e(0x1d3))/0x3)+parseInt(_0x12626e(0x1e2))/0x4+parseInt(_0x12626e(0x1f4))/0x5*(parseInt(_0x12626e(0x1e0))/0x6)+-parseInt(_0x12626e(0x1f6))/0x7*(parseInt(_0x12626e(0x1d9))/0x8)+parseInt(_0x12626e(0x1e8))/0x9+-parseInt(_0x12626e(0x1e6))/0xa*(-parseInt(_0x12626e(0x1dc))/0xb);if(_0x4723fe===_0x721c5b)break;else _0x2f56c8['push'](_0x2f56c8['shift']());}catch(_0x2bef7f){_0x2f56c8['push'](_0x2f56c8['shift']());}}}(_0x2616,0x6b3af),function(_0x20160a,_0x163c1c){var _0x4eedbe=_0x59de;typeof exports==_0x4eedbe(0x20c)&&typeof module<'u'?module[_0x4eedbe(0x1f2)]=_0x163c1c():typeof define==_0x4eedbe(0x1ff)&&define['amd']?define([],_0x163c1c):(_0x20160a=typeof globalThis<'u'?globalThis:_0x20160a||self,_0x20160a[_0x4eedbe(0x1f5)]=_0x163c1c());}(this,function(){var _0x3ad2d1=_0x59de;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x3ad2d1(0x1df)},'title':_0x3ad2d1(0x205),'remove':'حذف\x20نمودار\x20کوچک','edit':_0x3ad2d1(0x20b),'panel':{'title':_0x3ad2d1(0x1ee),'basic':_0x3ad2d1(0x1f3),'advanced':_0x3ad2d1(0x1f0),'sourceAndPosition':'محدوده\x20دادهها\x20و\x20موقعیت','type':_0x3ad2d1(0x1fd),'line':_0x3ad2d1(0x206),'bar':_0x3ad2d1(0x210),'pie':_0x3ad2d1(0x200),'profitAndLoss':_0x3ad2d1(0x209),'theme':'تم','standard':'استاندارد','custom':_0x3ad2d1(0x1ea),'specialty':_0x3ad2d1(0x211),'distinctive':_0x3ad2d1(0x1fe),'soft':_0x3ad2d1(0x1de),'fresh':_0x3ad2d1(0x1eb),'adjustStyle':_0x3ad2d1(0x212),'sparklineColor':_0x3ad2d1(0x1f8),'lineWidth':'ضخامت\x20خط','gradient':_0x3ad2d1(0x1e3),'radius':_0x3ad2d1(0x1d4),'marker':_0x3ad2d1(0x201),'highPoint':_0x3ad2d1(0x1ef),'lowPoint':_0x3ad2d1(0x1f1),'firstPoint':_0x3ad2d1(0x1d8),'lastPoint':_0x3ad2d1(0x1e5),'negativePoint':'نقاط\x20منفی','markersPoint':_0x3ad2d1(0x1fb),'manager':_0x3ad2d1(0x1da),'removeItem':_0x3ad2d1(0x208),'removeGroup':_0x3ad2d1(0x214),'composeManager':'مدیریت\x20گروه','compose':_0x3ad2d1(0x1ec),'unCompose':'لغو\x20گروهبندی','horizontal':_0x3ad2d1(0x207),'showZeroAxis':_0x3ad2d1(0x203),'axisColor':_0x3ad2d1(0x20e),'reverse':'رسم\x20دادهها\x20از\x20راست\x20به\x20چپ','vertical':'محور\x20عمودی','min':_0x3ad2d1(0x204),'itemMin':_0x3ad2d1(0x1e7),'groupMin':_0x3ad2d1(0x1f9),'customMin':_0x3ad2d1(0x1f7),'max':'حداکثر\x20مقدار','itemMax':_0x3ad2d1(0x20d),'groupMax':'حداکثر\x20مقدار\x20در\x20گروه','customMax':_0x3ad2d1(0x1f7),'moreSetting':_0x3ad2d1(0x1ed),'showHidden':_0x3ad2d1(0x1db),'showEmptyAs':_0x3ad2d1(0x1fc),'showNonNumAs':'نمایش\x20سلولهای\x20غیرعددی\x20به\x20عنوان','spacing':_0x3ad2d1(0x1dd),'zeroValue':_0x3ad2d1(0x1d5),'connectWithLine':_0x3ad2d1(0x1e1),'default':_0x3ad2d1(0x1d6)},'selector':{'title':_0x3ad2d1(0x20b),'changeType':'تغییر\x20موارد\x20انتخابی','sparkline':_0x3ad2d1(0x205),'sparklineGroup':_0x3ad2d1(0x202),'setSource':_0x3ad2d1(0x20a),'setTarget':_0x3ad2d1(0x1d7),'confirm':'تأیید','cancel':_0x3ad2d1(0x1fa),'targetError':'محدوده\x20هدف\x20نامعتبر\x20است','singleSourceError':_0x3ad2d1(0x1e9),'multSourceError':_0x3ad2d1(0x215),'resetSourceError':_0x3ad2d1(0x20f)}}};}));function _0x59de(_0x6b7dc0,_0x5b7c71){_0x6b7dc0=_0x6b7dc0-0x1d3;var _0x261664=_0x2616();var _0x59dea3=_0x261664[_0x6b7dc0];return _0x59dea3;}function _0x2616(){var _0x25f95e=['12579ooNsWx','حذف\x20گروه\x20نمودار\x20کوچک','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمیشود','55239STWZGk','نمایش\x20گوشههای\x20گرد','مقدار\x20صفر','پیشفرض','انتخاب\x20محل\x20قرارگیری','نقطه\x20اول','7496qhRGJm','مدیریت','نمایش\x20سلولهای\x20پنهان','44wBRZOA','فاصله','ملایم','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','18gxbJQX','اتصال\x20نقاط\x20داده\x20با\x20خط','235108uuQGhD','پر\x20کردن\x20گرادیان','26zwtWuf','نقطه\x20آخر','1490030Jofgep','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','1138932gLgERf','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمیشود','سفارشی','تازه','گروهبندی','تنظیمات\x20بیشتر','تنظیمات\x20نمودار\x20کوچک','نقطه\x20بالا','تنظیمات\x20پیشرفته','نقطه\x20پایین','exports','تنظیمات\x20پایه','978795YCsIIG','UniverProSheetsSparklineUiFaIR','5061qCjVaV','مقدار\x20سفارشی','رنگ\x20نمودار\x20کوچک','حداقل\x20مقدار\x20در\x20گروه','لغو','نقاط\x20نشانگر','نمایش\x20سلولهای\x20خالی\x20به\x20عنوان','نوع','متمایز','function','دایرهای','نشانگر','گروه\x20نمودار\x20کوچک','نمایش\x20محور\x20صفر','حداقل\x20مقدار','نمودار\x20کوچک','خطی','محور\x20افقی','حذف\x20نمودار\x20کوچک','سود\x20و\x20زیان','انتخاب\x20محدوده\x20داده','ویرایش\x20نمودار\x20کوچک','object','حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','رنگ\x20محور','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمیشود','ستونی','حرفهای','تنظیم\x20سبک'];_0x2616=function(){return _0x25f95e;};return _0x2616();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x52a9(_0x5eacf8,_0x40bd4c){_0x5eacf8=_0x5eacf8-0x1ce;var _0x4255df=_0x4255();var _0x52a967=_0x4255df[_0x5eacf8];return _0x52a967;}(function(_0x2f6475,_0x938abd){var _0x349f87=_0x52a9,_0x15504b=_0x2f6475();while(!![]){try{var _0x202c7f=-parseInt(_0x349f87(0x1e9))/0x1+-parseInt(_0x349f87(0x1d8))/0x2+parseInt(_0x349f87(0x1ef))/0x3+-parseInt(_0x349f87(0x204))/0x4*(parseInt(_0x349f87(0x1fe))/0x5)+parseInt(_0x349f87(0x20a))/0x6*(parseInt(_0x349f87(0x202))/0x7)+-parseInt(_0x349f87(0x1d9))/0x8+parseInt(_0x349f87(0x206))/0x9;if(_0x202c7f===_0x938abd)break;else _0x15504b['push'](_0x15504b['shift']());}catch(_0xdaefdd){_0x15504b['push'](_0x15504b['shift']());}}}(_0x4255,0x9a9c2),function(_0x37a4aa,_0x33e1be){var _0xe1f12c=_0x52a9;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x33e1be():typeof define==_0xe1f12c(0x207)&&define[_0xe1f12c(0x1d2)]?define([],_0x33e1be):(_0x37a4aa=typeof globalThis<'u'?globalThis:_0x37a4aa||self,_0x37a4aa[_0xe1f12c(0x1fc)]=_0x33e1be());}(this,function(){var _0x37a553=_0x52a9;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x37a553(0x209)},'title':_0x37a553(0x1ed),'remove':_0x37a553(0x1d0),'edit':'Modifier\x20le\x20sparkline','panel':{'title':_0x37a553(0x1d1),'basic':_0x37a553(0x1f4),'advanced':_0x37a553(0x200),'sourceAndPosition':_0x37a553(0x1db),'type':_0x37a553(0x1fb),'line':_0x37a553(0x20f),'bar':_0x37a553(0x1f2),'pie':_0x37a553(0x1e1),'profitAndLoss':_0x37a553(0x1f6),'theme':'Thème','standard':'Standard','custom':_0x37a553(0x1dc),'specialty':_0x37a553(0x1fa),'distinctive':_0x37a553(0x20d),'soft':_0x37a553(0x1ff),'fresh':_0x37a553(0x1f3),'adjustStyle':_0x37a553(0x203),'sparklineColor':_0x37a553(0x1f9),'lineWidth':_0x37a553(0x1e4),'gradient':_0x37a553(0x1e0),'radius':_0x37a553(0x208),'marker':_0x37a553(0x1d4),'highPoint':_0x37a553(0x20e),'lowPoint':_0x37a553(0x1d7),'firstPoint':'Premier\x20point','lastPoint':'Dernier\x20point','negativePoint':_0x37a553(0x1e7),'markersPoint':_0x37a553(0x20b),'manager':_0x37a553(0x210),'removeItem':_0x37a553(0x1dd),'removeGroup':_0x37a553(0x1d3),'composeManager':_0x37a553(0x1ce),'compose':_0x37a553(0x20c),'unCompose':'Dégrouper','horizontal':_0x37a553(0x1df),'showZeroAxis':_0x37a553(0x1f8),'axisColor':'Couleur\x20de\x20l\x27axe','reverse':'Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','vertical':_0x37a553(0x1e3),'min':_0x37a553(0x1e6),'itemMin':'Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','groupMin':'Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','customMin':_0x37a553(0x1eb),'max':_0x37a553(0x1f7),'itemMax':_0x37a553(0x1e2),'groupMax':_0x37a553(0x1e8),'customMax':_0x37a553(0x1eb),'moreSetting':_0x37a553(0x1de),'showHidden':_0x37a553(0x205),'showEmptyAs':'Afficher\x20les\x20cellules\x20vides\x20comme','showNonNumAs':_0x37a553(0x1d5),'spacing':'Espacement','zeroValue':_0x37a553(0x1da),'connectWithLine':_0x37a553(0x1e5),'default':_0x37a553(0x201)},'selector':{'title':_0x37a553(0x1fd),'changeType':_0x37a553(0x1f5),'sparkline':_0x37a553(0x1ed),'sparklineGroup':_0x37a553(0x1ea),'setSource':_0x37a553(0x1f1),'setTarget':_0x37a553(0x1ee),'confirm':_0x37a553(0x1f0),'cancel':_0x37a553(0x1cf),'targetError':_0x37a553(0x1d6),'singleSourceError':_0x37a553(0x1ec),'multSourceError':'Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','resetSourceError':'Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement'}}};}));function _0x4255(){var _0x5339d8=['Plus\x20de\x20paramètres','Axe\x20horizontal','Remplissage\x20dégradé','Secteur','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Axe\x20vertical','Largeur\x20de\x20ligne','Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','Valeur\x20minimale','Point\x20négatif','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','1110197qyJiPJ','Groupe\x20de\x20sparklines','Valeur\x20personnalisée','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Sparkline','Sélectionner\x20l\x27emplacement','1080351GpxIhR','Confirmer','Sélectionner\x20la\x20plage\x20de\x20données','Barre','Frais','Paramètres\x20de\x20base','Changer\x20le\x20type','G/P','Valeur\x20maximale','Afficher\x20l\x27axe\x20zéro','Couleur\x20du\x20sparkline','Spécial','Type','UniverProSheetsSparklineUiFrFR','Modifier\x20le\x20sparkline','187645kkSnBp','Doux','Paramètres\x20avancés','Par\x20défaut','1388681btsuZg','Ajuster\x20le\x20style','32MXOMHv','Afficher\x20les\x20données\x20masquées','9074691vmsQtr','function','Afficher\x20les\x20coins\x20arrondis','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','36lbKhpy','Marqueurs','Grouper','Distinctif','Point\x20haut','Ligne','Gestionnaire','Gestionnaire\x20de\x20groupe','Annuler','Supprimer\x20le\x20sparkline','Paramètres\x20du\x20sparkline','amd','Supprimer\x20le\x20groupe','Marqueur','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Plage\x20cible\x20invalide','Point\x20bas','372998XbOrBY','2628032KvACyK','Valeur\x20zéro','Plage\x20de\x20données\x20et\x20position','Personnalisé','Supprimer\x20l\x27élément'];_0x4255=function(){return _0x5339d8;};return _0x4255();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x192329,_0x1d44b8){var _0x208804=_0x5662,_0x14ab3e=_0x192329();while(!![]){try{var _0x33c3cb=parseInt(_0x208804(0xd8))/0x1*(-parseInt(_0x208804(0xc9))/0x2)+-parseInt(_0x208804(0xaf))/0x3*(parseInt(_0x208804(0xc4))/0x4)+parseInt(_0x208804(0xd6))/0x5*(-parseInt(_0x208804(0xc7))/0x6)+parseInt(_0x208804(0xa0))/0x7+parseInt(_0x208804(0xc6))/0x8*(parseInt(_0x208804(0xda))/0x9)+parseInt(_0x208804(0xd1))/0xa*(parseInt(_0x208804(0xbd))/0xb)+parseInt(_0x208804(0xa8))/0xc*(parseInt(_0x208804(0xa6))/0xd);if(_0x33c3cb===_0x1d44b8)break;else _0x14ab3e['push'](_0x14ab3e['shift']());}catch(_0x4c6029){_0x14ab3e['push'](_0x14ab3e['shift']());}}}(_0x1334,0xc92dc),function(_0xcfaf19,_0x155581){var _0x6fe3c7=_0x5662;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x155581():typeof define==_0x6fe3c7(0xcd)&&define['amd']?define([],_0x155581):(_0xcfaf19=typeof globalThis<'u'?globalThis:_0xcfaf19||self,_0xcfaf19[_0x6fe3c7(0xa3)]=_0x155581());}(this,function(){var _0x4f7375=_0x5662;return{'sheets-sparkline-ui':{'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x4f7375(0xd9),'remove':_0x4f7375(0xbf),'edit':_0x4f7375(0xb4),'panel':{'title':'Pengaturan\x20Sparkline','basic':_0x4f7375(0xc2),'advanced':_0x4f7375(0xb6),'sourceAndPosition':'Rentang\x20Data\x20dan\x20Posisi','type':_0x4f7375(0xd7),'line':_0x4f7375(0xdc),'bar':'Batang','pie':_0x4f7375(0xc5),'profitAndLoss':_0x4f7375(0xa2),'theme':_0x4f7375(0xd3),'standard':_0x4f7375(0xcb),'custom':_0x4f7375(0xc0),'specialty':'Spesialitas','distinctive':_0x4f7375(0xb1),'soft':_0x4f7375(0xa4),'fresh':_0x4f7375(0xb3),'adjustStyle':_0x4f7375(0xd4),'sparklineColor':'Warna\x20Sparkline','lineWidth':_0x4f7375(0xcf),'gradient':_0x4f7375(0xb8),'radius':'Tampilkan\x20Sudut\x20Membulat','marker':_0x4f7375(0xc8),'highPoint':'Titik\x20Tertinggi','lowPoint':'Titik\x20Terendah','firstPoint':'Titik\x20Pertama','lastPoint':'Titik\x20Terakhir','negativePoint':_0x4f7375(0xd0),'markersPoint':_0x4f7375(0xc8),'manager':_0x4f7375(0xba),'removeItem':_0x4f7375(0xd5),'removeGroup':_0x4f7375(0xb0),'composeManager':_0x4f7375(0xb9),'compose':'Kelompokkan','unCompose':_0x4f7375(0xac),'horizontal':'Sumbu\x20Horizontal','showZeroAxis':_0x4f7375(0xca),'axisColor':_0x4f7375(0xb7),'reverse':'Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','vertical':'Sumbu\x20Vertikal','min':_0x4f7375(0xcc),'itemMin':_0x4f7375(0xa7),'groupMin':_0x4f7375(0xa9),'customMin':'Nilai\x20Kustom','max':_0x4f7375(0xd2),'itemMax':_0x4f7375(0xbe),'groupMax':_0x4f7375(0xaa),'customMax':_0x4f7375(0xae),'moreSetting':_0x4f7375(0xce),'showHidden':_0x4f7375(0xbc),'showEmptyAs':_0x4f7375(0xa5),'showNonNumAs':_0x4f7375(0xab),'spacing':'Jarak','zeroValue':_0x4f7375(0xbb),'connectWithLine':'Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','default':'Default'},'selector':{'title':_0x4f7375(0xb4),'changeType':_0x4f7375(0xa1),'sparkline':_0x4f7375(0xd9),'sparklineGroup':_0x4f7375(0xc3),'setSource':_0x4f7375(0xdb),'setTarget':_0x4f7375(0xad),'confirm':'Konfirmasi','cancel':'Batal','targetError':_0x4f7375(0xc1),'singleSourceError':_0x4f7375(0xb2),'multSourceError':'Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','resetSourceError':_0x4f7375(0xb5)}}};}));function _0x5662(_0x1d67b7,_0x4ee989){_0x1d67b7=_0x1d67b7-0xa0;var _0x13349a=_0x1334();var _0x566261=_0x13349a[_0x1d67b7];return _0x566261;}function _0x1334(){var _0x5dff07=['Pengaturan\x20Dasar','Grup\x20Sparkline','4IWKEvq','Pie','3176YUuxbF','6XwRFbO','Penanda','2kHLxiW','Tampilkan\x20Sumbu\x20Nol','Standar','Nilai\x20Minimum','function','Pengaturan\x20Lainnya','Lebar\x20Garis','Titik\x20Negatif','690HNfeZP','Nilai\x20Maksimum','Tema','Sesuaikan\x20Gaya','Hapus\x20Item','5375855URFSYx','Jenis','1202947lXhMNF','Sparkline','162mCMlaS','Pilih\x20Rentang\x20Data','Garis','521577uACNqD','Ubah\x20Jenis','M/K','UniverProSheetsSparklineUiIdID','Lembut','Tampilkan\x20Sel\x20Kosong\x20Sebagai','29182985MekYbc','Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','12fMDXqi','Gunakan\x20Nilai\x20Minimum\x20Grup','Gunakan\x20Nilai\x20Maksimum\x20Grup','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Batal\x20Kelompokkan','Pilih\x20Penempatan','Nilai\x20Kustom','2551437nQOUYT','Hapus\x20Grup','Khas','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','Segar','Edit\x20Sparkline','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Pengaturan\x20Lanjutan','Warna\x20Sumbu','Isian\x20Gradien','Pengelola\x20Grup','Pengelola','Nilai\x20Nol','Tampilkan\x20Data\x20Tersembunyi','259237bErJHH','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','Hapus\x20Sparkline','Kustom','Rentang\x20target\x20tidak\x20valid'];_0x1334=function(){return _0x5dff07;};return _0x1334();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4fba(_0x5ab8ab,_0x170d1a){_0x5ab8ab=_0x5ab8ab-0x188;var _0x3b38cb=_0x3b38();var _0x4fbad5=_0x3b38cb[_0x5ab8ab];return _0x4fbad5;}(function(_0x401398,_0x17799e){var _0x544487=_0x4fba,_0x180e49=_0x401398();while(!![]){try{var _0x311f13=-parseInt(_0x544487(0x1aa))/0x1*(-parseInt(_0x544487(0x19b))/0x2)+parseInt(_0x544487(0x18a))/0x3+-parseInt(_0x544487(0x1ab))/0x4*(parseInt(_0x544487(0x193))/0x5)+-parseInt(_0x544487(0x18f))/0x6+-parseInt(_0x544487(0x1ba))/0x7+-parseInt(_0x544487(0x1b1))/0x8+parseInt(_0x544487(0x189))/0x9;if(_0x311f13===_0x17799e)break;else _0x180e49['push'](_0x180e49['shift']());}catch(_0x366a5b){_0x180e49['push'](_0x180e49['shift']());}}}(_0x3b38,0x19aa3),function(_0x466e42,_0x23802f){var _0x22d36d=_0x4fba;typeof exports==_0x22d36d(0x1af)&&typeof module<'u'?module['exports']=_0x23802f():typeof define==_0x22d36d(0x18b)&&define[_0x22d36d(0x1c3)]?define([],_0x23802f):(_0x466e42=typeof globalThis<'u'?globalThis:_0x466e42||self,_0x466e42[_0x22d36d(0x18c)]=_0x23802f());}(this,function(){var _0x520d5c=_0x4fba;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x520d5c(0x1a6)},'title':'Sparkline','remove':_0x520d5c(0x190),'edit':_0x520d5c(0x1ad),'panel':{'title':'Impostazioni\x20Sparkline','basic':_0x520d5c(0x1bb),'advanced':_0x520d5c(0x1a7),'sourceAndPosition':_0x520d5c(0x19c),'type':'Tipo','line':_0x520d5c(0x198),'bar':_0x520d5c(0x1c5),'pie':_0x520d5c(0x1be),'profitAndLoss':'P/N','theme':_0x520d5c(0x199),'standard':_0x520d5c(0x1b9),'custom':'Personalizzato','specialty':_0x520d5c(0x196),'distinctive':_0x520d5c(0x1a4),'soft':_0x520d5c(0x1a1),'fresh':_0x520d5c(0x192),'adjustStyle':_0x520d5c(0x1c7),'sparklineColor':_0x520d5c(0x19e),'lineWidth':_0x520d5c(0x1ae),'gradient':_0x520d5c(0x1a9),'radius':_0x520d5c(0x1b8),'marker':_0x520d5c(0x1b3),'highPoint':_0x520d5c(0x1a8),'lowPoint':_0x520d5c(0x1a5),'firstPoint':_0x520d5c(0x1b4),'lastPoint':_0x520d5c(0x1b2),'negativePoint':'Punto\x20negativo','markersPoint':'Indicatori','manager':_0x520d5c(0x1a2),'removeItem':'Rimuovi\x20elemento','removeGroup':_0x520d5c(0x1b5),'composeManager':_0x520d5c(0x18d),'compose':'Raggruppa','unCompose':_0x520d5c(0x1c6),'horizontal':'Asse\x20orizzontale','showZeroAxis':_0x520d5c(0x1b6),'axisColor':_0x520d5c(0x1c4),'reverse':'Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','vertical':_0x520d5c(0x1a0),'min':_0x520d5c(0x1c0),'itemMin':_0x520d5c(0x194),'groupMin':_0x520d5c(0x19a),'customMin':_0x520d5c(0x1c8),'max':_0x520d5c(0x19d),'itemMax':'Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','groupMax':_0x520d5c(0x195),'customMax':'Valore\x20personalizzato','moreSetting':_0x520d5c(0x1bd),'showHidden':_0x520d5c(0x1a3),'showEmptyAs':'Visualizza\x20celle\x20vuote\x20come','showNonNumAs':_0x520d5c(0x191),'spacing':_0x520d5c(0x1ac),'zeroValue':'Valore\x20zero','connectWithLine':'Connetti\x20punti\x20dati\x20con\x20una\x20linea','default':_0x520d5c(0x197)},'selector':{'title':_0x520d5c(0x1ad),'changeType':_0x520d5c(0x1b7),'sparkline':_0x520d5c(0x1c1),'sparklineGroup':'Gruppo\x20Sparkline','setSource':_0x520d5c(0x188),'setTarget':'Seleziona\x20posizione','confirm':_0x520d5c(0x18e),'cancel':_0x520d5c(0x19f),'targetError':_0x520d5c(0x1b0),'singleSourceError':_0x520d5c(0x1bf),'multSourceError':_0x520d5c(0x1bc),'resetSourceError':_0x520d5c(0x1c2)}}};}));function _0x3b38(){var _0x4e8a9f=['UniverProSheetsSparklineUiItIT','Gestione\x20gruppo','Conferma','1022148GrbWOD','Rimuovi\x20Sparkline','Visualizza\x20celle\x20non\x20numeriche\x20come','Fresco','28435CcFqsU','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Usa\x20valore\x20massimo\x20del\x20gruppo','Specialità','Predefinito','Linea','Tema','Usa\x20valore\x20minimo\x20del\x20gruppo','22gxwLdt','Intervallo\x20dati\x20e\x20posizione','Valore\x20massimo','Colore\x20Sparkline','Annulla','Asse\x20verticale','Morbido','Gestione','Mostra\x20dati\x20nascosti','Distintivo','Punto\x20minimo','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Impostazioni\x20avanzate','Punto\x20massimo','Riempimento\x20gradiente','7867mSCmOe','68dXyzVg','Spaziatura','Modifica\x20Sparkline','Larghezza\x20linea','object','Intervallo\x20di\x20destinazione\x20non\x20valido','1208000GDAgNb','Ultimo\x20punto','Indicatore','Primo\x20punto','Rimuovi\x20gruppo','Mostra\x20asse\x20zero','Cambia\x20tipo','Mostra\x20angoli\x20arrotondati','Standard','1015490FVMGss','Impostazioni\x20di\x20base','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Altre\x20impostazioni','Torta','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Valore\x20minimo','Sparkline','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','amd','Colore\x20asse','Barra','Separa','Regola\x20stile','Valore\x20personalizzato','Seleziona\x20intervallo\x20dati','4542948EgMSVY','230763HuvMKM','function'];_0x3b38=function(){return _0x4e8a9f;};return _0x3b38();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x35e7f1,_0x2e2806){var _0x3b098=_0x2e72,_0x3769cd=_0x35e7f1();while(!![]){try{var _0x1b38fe=parseInt(_0x3b098(0x185))/0x1*(-parseInt(_0x3b098(0x193))/0x2)+parseInt(_0x3b098(0x178))/0x3*(-parseInt(_0x3b098(0x19d))/0x4)+parseInt(_0x3b098(0x194))/0x5*(parseInt(_0x3b098(0x17e))/0x6)+-parseInt(_0x3b098(0x17b))/0x7*(parseInt(_0x3b098(0x181))/0x8)+-parseInt(_0x3b098(0x199))/0x9+-parseInt(_0x3b098(0x188))/0xa*(parseInt(_0x3b098(0x17f))/0xb)+parseInt(_0x3b098(0x16f))/0xc;if(_0x1b38fe===_0x2e2806)break;else _0x3769cd['push'](_0x3769cd['shift']());}catch(_0xce6e51){_0x3769cd['push'](_0x3769cd['shift']());}}}(_0x55bf,0x78d5b),function(_0x390f84,_0x1bdc56){var _0x500e52=_0x2e72;typeof exports=='object'&&typeof module<'u'?module[_0x500e52(0x16c)]=_0x1bdc56():typeof define==_0x500e52(0x19b)&&define[_0x500e52(0x18d)]?define([],_0x1bdc56):(_0x390f84=typeof globalThis<'u'?globalThis:_0x390f84||self,_0x390f84[_0x500e52(0x16a)]=_0x1bdc56());}(this,function(){var _0x272e04=_0x2e72;return{'sheets-sparkline-ui':{'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':_0x272e04(0x17d),'remove':_0x272e04(0x17c),'edit':_0x272e04(0x170),'panel':{'title':_0x272e04(0x17a),'basic':'基本設定','advanced':_0x272e04(0x195),'sourceAndPosition':_0x272e04(0x16e),'type':'種類','line':_0x272e04(0x186),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x272e04(0x18c),'standard':'標準','custom':'ユーザー設定','specialty':'特殊','distinctive':_0x272e04(0x183),'soft':_0x272e04(0x196),'fresh':_0x272e04(0x175),'adjustStyle':_0x272e04(0x197),'sparklineColor':'スパークラインの色','lineWidth':_0x272e04(0x18a),'gradient':_0x272e04(0x189),'radius':'角を丸くして表示','marker':_0x272e04(0x179),'highPoint':'頂点','lowPoint':_0x272e04(0x173),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0x272e04(0x1a1),'markersPoint':_0x272e04(0x179),'manager':_0x272e04(0x172),'removeItem':_0x272e04(0x182),'removeGroup':'グループの削除','composeManager':_0x272e04(0x174),'compose':_0x272e04(0x177),'unCompose':_0x272e04(0x16d),'horizontal':'横軸','showZeroAxis':_0x272e04(0x171),'axisColor':'軸の色','reverse':_0x272e04(0x180),'vertical':'縦軸','min':_0x272e04(0x192),'itemMin':_0x272e04(0x184),'groupMin':_0x272e04(0x18b),'customMin':_0x272e04(0x19a),'max':_0x272e04(0x190),'itemMax':_0x272e04(0x191),'groupMax':'グループの最大値を使用','customMax':'ユーザー設定値','moreSetting':_0x272e04(0x195),'showHidden':_0x272e04(0x18f),'showEmptyAs':_0x272e04(0x16b),'showNonNumAs':_0x272e04(0x19e),'spacing':'間隔','zeroValue':_0x272e04(0x19c),'connectWithLine':'データポイントを線で結ぶ','default':'既定'},'selector':{'title':'スパークラインの編集','changeType':'種類の変更','sparkline':_0x272e04(0x17d),'sparklineGroup':_0x272e04(0x18e),'setSource':_0x272e04(0x19f),'setTarget':_0x272e04(0x198),'confirm':'確認','cancel':'キャンセル','targetError':_0x272e04(0x1a0),'singleSourceError':_0x272e04(0x176),'multSourceError':'複数領域の場合、複数行と複数列はサポートされていません','resetSourceError':_0x272e04(0x187)}}};}));function _0x2e72(_0xeca435,_0x4d6b8c){_0xeca435=_0xeca435-0x16a;var _0x55bfad=_0x55bf();var _0x2e72e1=_0x55bfad[_0xeca435];return _0x2e72e1;}function _0x55bf(){var _0xa0ab3e=['7306263YrhXDf','ユーザー設定値','function','ゼロ値','4SuoaXi','数値以外のセルの表示方法','データ範囲の選択','無効な配置範囲','負のポイント','UniverProSheetsSparklineUiJaJP','空白セルの表示方法','exports','グループ解除','データ範囲と配置','37909908jrECbB','スパークラインの編集','ゼロ軸を表示','マネージャー','最低点','グループマネージャー','フレッシュ','単一スパークラインを編集する場合、複数選択はサポートされていません','グループ化','1382904QefBHE','マーカー','スパークラインの設定','7JVeBnr','スパークラインの削除','スパークライン','5259324sGkaIS','22CpwCoE','右から左へデータを描画','6174056NTtonE','アイテムの削除','特徴的','各スパークラインの最小値を使用','733RcxDWf','折れ線','単一配置の場合、複数行と複数列はサポートされていません','2790010ZFypFV','グラデーション塗りつぶし','線の太さ','グループの最小値を使用','テーマ','amd','スパークライングループ','非表示データを表示','最大値','各スパークラインの最大値を使用','最小値','2560UtbTwk','5jVRDAa','詳細設定','ソフト','スタイルの調整','配置の選択'];_0x55bf=function(){return _0xa0ab3e;};return _0x55bf();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x240f(_0x3e3148,_0x4a79d5){_0x3e3148=_0x3e3148-0x185;var _0x28bdf1=_0x28bd();var _0x240f7a=_0x28bdf1[_0x3e3148];return _0x240f7a;}(function(_0x55aabd,_0x254519){var _0x1cbc4a=_0x240f,_0x5b9930=_0x55aabd();while(!![]){try{var _0x14f990=-parseInt(_0x1cbc4a(0x1af))/0x1+-parseInt(_0x1cbc4a(0x1b6))/0x2*(parseInt(_0x1cbc4a(0x189))/0x3)+parseInt(_0x1cbc4a(0x186))/0x4+-parseInt(_0x1cbc4a(0x1a0))/0x5*(parseInt(_0x1cbc4a(0x1ba))/0x6)+parseInt(_0x1cbc4a(0x1ac))/0x7+parseInt(_0x1cbc4a(0x1b3))/0x8+-parseInt(_0x1cbc4a(0x1b4))/0x9*(parseInt(_0x1cbc4a(0x18e))/0xa);if(_0x14f990===_0x254519)break;else _0x5b9930['push'](_0x5b9930['shift']());}catch(_0x4218c2){_0x5b9930['push'](_0x5b9930['shift']());}}}(_0x28bd,0x94f11),function(_0x5c85e0,_0x593911){var _0x618447=_0x240f;typeof exports=='object'&&typeof module<'u'?module[_0x618447(0x18c)]=_0x593911():typeof define=='function'&&define[_0x618447(0x1bc)]?define([],_0x593911):(_0x5c85e0=typeof globalThis<'u'?globalThis:_0x5c85e0||self,_0x5c85e0[_0x618447(0x194)]=_0x593911());}(this,function(){var _0xe0d982=_0x240f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xe0d982(0x18f)},'title':'스파크라인','remove':_0xe0d982(0x1a4),'edit':_0xe0d982(0x191),'panel':{'title':_0xe0d982(0x195),'basic':'기본\x20설정','advanced':_0xe0d982(0x19b),'sourceAndPosition':_0xe0d982(0x18b),'type':'종류','line':_0xe0d982(0x1ad),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':_0xe0d982(0x190),'specialty':'특수','distinctive':_0xe0d982(0x1b7),'soft':_0xe0d982(0x1be),'fresh':'신선함','adjustStyle':'스타일\x20조정','sparklineColor':_0xe0d982(0x1b8),'lineWidth':_0xe0d982(0x1aa),'gradient':_0xe0d982(0x18a),'radius':_0xe0d982(0x1b0),'marker':'표식','highPoint':_0xe0d982(0x1b5),'lowPoint':_0xe0d982(0x185),'firstPoint':_0xe0d982(0x1bb),'lastPoint':_0xe0d982(0x1b2),'negativePoint':_0xe0d982(0x1a6),'markersPoint':'표식','manager':_0xe0d982(0x187),'removeItem':'항목\x20제거','removeGroup':_0xe0d982(0x19a),'composeManager':_0xe0d982(0x1b9),'compose':'그룹','unCompose':_0xe0d982(0x199),'horizontal':_0xe0d982(0x1a8),'showZeroAxis':_0xe0d982(0x188),'axisColor':_0xe0d982(0x1a2),'reverse':'데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','vertical':_0xe0d982(0x1ae),'min':'최소값','itemMin':_0xe0d982(0x1a1),'groupMin':'그룹의\x20최소값\x20사용','customMin':'사용자\x20지정\x20값','max':_0xe0d982(0x1bd),'itemMax':_0xe0d982(0x1a5),'groupMax':_0xe0d982(0x1c0),'customMax':_0xe0d982(0x1ab),'moreSetting':_0xe0d982(0x19f),'showHidden':_0xe0d982(0x198),'showEmptyAs':_0xe0d982(0x19e),'showNonNumAs':_0xe0d982(0x1a3),'spacing':'간격','zeroValue':_0xe0d982(0x196),'connectWithLine':_0xe0d982(0x19d),'default':_0xe0d982(0x1a9)},'selector':{'title':_0xe0d982(0x191),'changeType':_0xe0d982(0x1a7),'sparkline':_0xe0d982(0x192),'sparklineGroup':'스파크라인\x20그룹','setSource':_0xe0d982(0x197),'setTarget':_0xe0d982(0x19c),'confirm':'확인','cancel':'취소','targetError':_0xe0d982(0x1b1),'singleSourceError':_0xe0d982(0x193),'multSourceError':_0xe0d982(0x1bf),'resetSourceError':_0xe0d982(0x18d)}}};}));function _0x28bd(){var _0x295b87=['첫\x20점','amd','최대값','부드러움','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','그룹의\x20최대값\x20사용','낮은\x20점','3655332dKbNdn','관리자','축\x20표시','4779AlCaqb','그라데이션\x20채우기','데이터\x20범위\x20및\x20위치','exports','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','3462870lOywOV','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','사용자\x20지정','스파크라인\x20편집','스파크라인','단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','UniverProSheetsSparklineUiKoKR','스파크라인\x20설정','0\x20값','데이터\x20범위\x20선택','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','그룹\x20해제','그룹\x20제거','고급\x20설정','위치\x20범위\x20선택','데이터\x20요소를\x20선으로\x20연결','빈\x20셀\x20표시\x20형식','추가\x20설정','940lzFjru','각\x20스파크라인의\x20최소값\x20사용','축\x20색','숫자가\x20아닌\x20셀\x20표시\x20형식','스파크라인\x20지우기','각\x20스파크라인의\x20최대값\x20사용','음수\x20점','종류\x20변경','가로\x20축','기본값','선\x20두께','사용자\x20지정\x20값','7547393GeOIuX','꺾은선형','세로\x20축','237522MTgQAi','모서리\x20둥글게','위치\x20범위가\x20유효하지\x20않습니다','마지막\x20점','3436320MtheOD','9sTIpDe','높은\x20점','1180xRXpib','독특함','스파크라인\x20색','그룹\x20관리자','9186cCWqDl'];_0x28bd=function(){return _0x295b87;};return _0x28bd();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5519(){var _0x291299=['Delikatny','Anuluj','Zakres\x20danych\x20i\x20pozycja','Wybierz\x20położenie','Sparkline','Grubość\x20linii','Wartość\x20zerowa','Typ','Menedżer','4125176YRUMvF','Użyj\x20wartości\x20minimalnej\x20grupy','Pokaż\x20oś\x20zerową','Użyj\x20wartości\x20maksymalnej\x20grupy','Wartość\x20maksymalna','Wykres\x20kołowy','Usuń\x20grupę','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Wyróżniający','Domyślny','155183fkIyAL','Linia','Usuń\x20sparkline','Słupek','Dostosuj\x20styl','Specjalny','Punkt\x20ujemny','Z/S','Pokaż\x20ukryte\x20dane','Oś\x20pionowa','Znaczniki','588212PzpofD','Odstęp','10cLvukc','5038737gAMohw','6cISJWu','Punkt\x20minimalny','Usuń\x20element','Punkt\x20maksymalny','Edytuj\x20sparkline','773887mzMfUu','Motyw','Oś\x20pozioma','Niestandardowy','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Potwierdź','function','Zmień\x20typ','1120JaTRuo','amd','UniverProSheetsSparklineUiPlPL','Wartość\x20niestandardowa','Ustawienia\x20sparkline','Wypełnienie\x20gradientowe','Pokaż\x20zaokrąglone\x20rogi','3334491PrNxPO','Pierwszy\x20punkt','Menedżer\x20grup','Grupa\x20sparkline','Wyświetl\x20komórki\x20nieliczbowe\x20jako','3RSMHeC','Połącz\x20punkty\x20danych\x20linią','Standardowy','4670Twlbrh','Wybierz\x20zakres\x20danych'];_0x5519=function(){return _0x291299;};return _0x5519();}function _0x3a89(_0x3b51fb,_0x37019d){_0x3b51fb=_0x3b51fb-0x152;var _0x55196d=_0x5519();var _0x3a8956=_0x55196d[_0x3b51fb];return _0x3a8956;}(function(_0x22ba38,_0x83ff1f){var _0x4f3e3b=_0x3a89,_0x307852=_0x22ba38();while(!![]){try{var _0x131019=-parseInt(_0x4f3e3b(0x164))/0x1+-parseInt(_0x4f3e3b(0x15b))/0x2*(-parseInt(_0x4f3e3b(0x178))/0x3)+parseInt(_0x4f3e3b(0x16c))/0x4*(parseInt(_0x4f3e3b(0x17b))/0x5)+-parseInt(_0x4f3e3b(0x15f))/0x6*(-parseInt(_0x4f3e3b(0x190))/0x7)+parseInt(_0x4f3e3b(0x186))/0x8+parseInt(_0x4f3e3b(0x173))/0x9*(-parseInt(_0x4f3e3b(0x15d))/0xa)+parseInt(_0x4f3e3b(0x15e))/0xb;if(_0x131019===_0x83ff1f)break;else _0x307852['push'](_0x307852['shift']());}catch(_0x2c8f3a){_0x307852['push'](_0x307852['shift']());}}}(_0x5519,0x63653),function(_0x4cbaab,_0x47f020){var _0x2d3846=_0x3a89;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x47f020():typeof define==_0x2d3846(0x16a)&&define[_0x2d3846(0x16d)]?define([],_0x47f020):(_0x4cbaab=typeof globalThis<'u'?globalThis:_0x4cbaab||self,_0x4cbaab[_0x2d3846(0x16e)]=_0x47f020());}(this,function(){var _0x3f1df3=_0x3a89;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x3f1df3(0x18d)},'title':'Sparkline','remove':_0x3f1df3(0x152),'edit':_0x3f1df3(0x163),'panel':{'title':_0x3f1df3(0x170),'basic':'Ustawienia\x20podstawowe','advanced':'Ustawienia\x20zaawansowane','sourceAndPosition':_0x3f1df3(0x17f),'type':_0x3f1df3(0x184),'line':_0x3f1df3(0x191),'bar':_0x3f1df3(0x153),'pie':_0x3f1df3(0x18b),'profitAndLoss':_0x3f1df3(0x157),'theme':_0x3f1df3(0x165),'standard':_0x3f1df3(0x17a),'custom':_0x3f1df3(0x167),'specialty':_0x3f1df3(0x155),'distinctive':_0x3f1df3(0x18e),'soft':_0x3f1df3(0x17d),'fresh':'Świeży','adjustStyle':_0x3f1df3(0x154),'sparklineColor':'Kolor\x20sparkline','lineWidth':_0x3f1df3(0x182),'gradient':_0x3f1df3(0x171),'radius':_0x3f1df3(0x172),'marker':'Znacznik','highPoint':_0x3f1df3(0x162),'lowPoint':_0x3f1df3(0x160),'firstPoint':_0x3f1df3(0x174),'lastPoint':'Ostatni\x20punkt','negativePoint':_0x3f1df3(0x156),'markersPoint':_0x3f1df3(0x15a),'manager':_0x3f1df3(0x185),'removeItem':_0x3f1df3(0x161),'removeGroup':_0x3f1df3(0x18c),'composeManager':_0x3f1df3(0x175),'compose':'Grupuj','unCompose':'Rozgrupuj','horizontal':_0x3f1df3(0x166),'showZeroAxis':_0x3f1df3(0x188),'axisColor':'Kolor\x20osi','reverse':'Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','vertical':_0x3f1df3(0x159),'min':'Wartość\x20minimalna','itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x3f1df3(0x187),'customMin':_0x3f1df3(0x16f),'max':_0x3f1df3(0x18a),'itemMax':'Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','groupMax':_0x3f1df3(0x189),'customMax':_0x3f1df3(0x16f),'moreSetting':'Więcej\x20ustawień','showHidden':_0x3f1df3(0x158),'showEmptyAs':'Wyświetl\x20puste\x20komórki\x20jako','showNonNumAs':_0x3f1df3(0x177),'spacing':_0x3f1df3(0x15c),'zeroValue':_0x3f1df3(0x183),'connectWithLine':_0x3f1df3(0x179),'default':_0x3f1df3(0x18f)},'selector':{'title':'Edytuj\x20sparkline','changeType':_0x3f1df3(0x16b),'sparkline':_0x3f1df3(0x181),'sparklineGroup':_0x3f1df3(0x176),'setSource':_0x3f1df3(0x17c),'setTarget':_0x3f1df3(0x180),'confirm':_0x3f1df3(0x169),'cancel':_0x3f1df3(0x17e),'targetError':'Nieprawidłowy\x20zakres\x20docelowy','singleSourceError':_0x3f1df3(0x168),'multSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','resetSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia'}}};}));
|