@univerjs-pro/sheets-sparkline-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 _0x3252(_0x4548f1,_0x326130){_0x4548f1=_0x4548f1-0xab;var _0x8e6cb8=_0x8e6c();var _0x3252c3=_0x8e6cb8[_0x4548f1];return _0x3252c3;}function _0x8e6c(){var _0x5cf2b6=['3633882mfsSVu','70945ztAIHj','منعش','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','UniverProSheetsSparklineUiArSA','علامة','546ZUaaDm','رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','مميز','خط\x20بيانات\x20مصغر','لون\x20المحور','المحور\x20العمودي','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','8iWldZL','المزيد\x20من\x20الإعدادات','الإعدادات\x20المتقدمة','10152BRQClG','نطاق\x20الهدف\x20غير\x20صالح','عرض\x20الخط','ربط\x20نقاط\x20البيانات\x20بخط','760234kmGTAm','تأكيد','قيمة\x20صفر','القيمة\x20الدنيا','شريط','قياسي','استخدام\x20الحد\x20الأدنى\x20للمجموعة','إزالة\x20خط\x20البيانات\x20المصغر','الإعدادات\x20الأساسية','إظهار\x20البيانات\x20المخفية','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','نقطة\x20سالبة','ضبط\x20النمط','object','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','علامات','تحديد\x20نطاق\x20البيانات','إلغاء','تعبئة\x20متدرجة','ناعم','النقطة\x20الأولى','النقطة\x20الأخيرة','function','استخدام\x20الحد\x20الأقصى\x20للمجموعة','أعلى\x20نقطة','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','إعدادات\x20خط\x20البيانات\x20المصغر','أدنى\x20نقطة','عرض\x20الخلايا\x20الفارغة\x20كـ','فك\x20التجميع','تحرير\x20خط\x20البيانات\x20المصغر','إظهار\x20محور\x20الصفر','قيمة\x20مخصصة','8433845apckyS','تحديد\x20الموضع','متخصص','النوع','عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','730bvxxyL','التباعد','468207ayDlmC','4357820JlMCHo'];_0x8e6c=function(){return _0x5cf2b6;};return _0x8e6c();}(function(_0x51e68d,_0x4729a5){var _0x10cadf=_0x3252,_0x1a9f47=_0x51e68d();while(!![]){try{var _0x5e16e5=-parseInt(_0x10cadf(0xb1))/0x1+parseInt(_0x10cadf(0xad))/0x2+-parseInt(_0x10cadf(0xdb))/0x3+-parseInt(_0x10cadf(0xda))/0x4+-parseInt(_0x10cadf(0xdc))/0x5*(parseInt(_0x10cadf(0xe1))/0x6)+parseInt(_0x10cadf(0xd2))/0x7*(parseInt(_0x10cadf(0xe8))/0x8)+parseInt(_0x10cadf(0xd9))/0x9*(parseInt(_0x10cadf(0xd7))/0xa);if(_0x5e16e5===_0x4729a5)break;else _0x1a9f47['push'](_0x1a9f47['shift']());}catch(_0xb486fe){_0x1a9f47['push'](_0x1a9f47['shift']());}}}(_0x8e6c,0xa0030),function(_0x1bb387,_0x16a8a6){var _0x85f52b=_0x3252;typeof exports==_0x85f52b(0xbe)&&typeof module<'u'?module['exports']=_0x16a8a6():typeof define==_0x85f52b(0xc7)&&define['amd']?define([],_0x16a8a6):(_0x1bb387=typeof globalThis<'u'?globalThis:_0x1bb387||self,_0x1bb387[_0x85f52b(0xdf)]=_0x16a8a6());}(this,function(){var _0x2fe0cb=_0x3252;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x2fe0cb(0xde)},'title':'خط\x20البيانات\x20المصغر','remove':_0x2fe0cb(0xb8),'edit':_0x2fe0cb(0xcf),'panel':{'title':_0x2fe0cb(0xcb),'basic':_0x2fe0cb(0xb9),'advanced':_0x2fe0cb(0xac),'sourceAndPosition':'نطاق\x20البيانات\x20والموضع','type':_0x2fe0cb(0xd5),'line':'خط','bar':_0x2fe0cb(0xb5),'pie':'دائري','profitAndLoss':'ر/خ','theme':'السمة','standard':_0x2fe0cb(0xb6),'custom':'مخصص','specialty':_0x2fe0cb(0xd4),'distinctive':_0x2fe0cb(0xe3),'soft':_0x2fe0cb(0xc4),'fresh':_0x2fe0cb(0xdd),'adjustStyle':_0x2fe0cb(0xbd),'sparklineColor':'لون\x20خط\x20البيانات\x20المصغر','lineWidth':_0x2fe0cb(0xaf),'gradient':_0x2fe0cb(0xc3),'radius':'إظهار\x20الزوايا\x20المستديرة','marker':_0x2fe0cb(0xe0),'highPoint':_0x2fe0cb(0xc9),'lowPoint':_0x2fe0cb(0xcc),'firstPoint':_0x2fe0cb(0xc5),'lastPoint':_0x2fe0cb(0xc6),'negativePoint':_0x2fe0cb(0xbc),'markersPoint':_0x2fe0cb(0xc0),'manager':'المدير','removeItem':'إزالة\x20عنصر','removeGroup':'إزالة\x20المجموعة','composeManager':'مدير\x20المجموعة','compose':'تجميع','unCompose':_0x2fe0cb(0xce),'horizontal':'المحور\x20الأفقي','showZeroAxis':_0x2fe0cb(0xd0),'axisColor':_0x2fe0cb(0xe5),'reverse':_0x2fe0cb(0xe2),'vertical':_0x2fe0cb(0xe6),'min':_0x2fe0cb(0xb4),'itemMin':_0x2fe0cb(0xca),'groupMin':_0x2fe0cb(0xb7),'customMin':_0x2fe0cb(0xd1),'max':'القيمة\x20العليا','itemMax':_0x2fe0cb(0xbf),'groupMax':_0x2fe0cb(0xc8),'customMax':_0x2fe0cb(0xd1),'moreSetting':_0x2fe0cb(0xab),'showHidden':_0x2fe0cb(0xba),'showEmptyAs':_0x2fe0cb(0xcd),'showNonNumAs':_0x2fe0cb(0xd6),'spacing':_0x2fe0cb(0xd8),'zeroValue':_0x2fe0cb(0xb3),'connectWithLine':_0x2fe0cb(0xb0),'default':'افتراضي'},'selector':{'title':'تحرير\x20خط\x20البيانات\x20المصغر','changeType':'تغيير\x20النوع','sparkline':_0x2fe0cb(0xe4),'sparklineGroup':'مجموعة\x20خطوط\x20البيانات\x20المصغرة','setSource':_0x2fe0cb(0xc1),'setTarget':_0x2fe0cb(0xd3),'confirm':_0x2fe0cb(0xb2),'cancel':_0x2fe0cb(0xc2),'targetError':_0x2fe0cb(0xae),'singleSourceError':'التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','multSourceError':_0x2fe0cb(0xbb),'resetSourceError':_0x2fe0cb(0xe7)}}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3c7f(){var _0x37cc85=['Eliminar\x20minigràfic','Configuració\x20bàsica','Marcador','Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','Emplenament\x20degradat','547001DYPOKi','Especial','G/P','6061560VsOaHk','exports','150042Witkrr','Últim\x20punt','function','Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','Interval\x20de\x20dades\x20i\x20posició','Primer\x20punt','Marcadors','9MGeROZ','Desagrupar','amd','1922202XWuOSV','Agrupar','object','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','Valor\x20mínim','Canviar\x20tipus','4746805vxwYQf','Mostrar\x20eix\x20zero','3257830LcCAOU','Suau','Personalitzat','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','Pastilla','Ajustar\x20estil','Per\x20defecte','Punt\x20baix','Fresc','Eliminar\x20grup','Eix\x20vertical','Estàndard','Gestor\x20de\x20grup','Mostrar\x20cel·les\x20buides\x20com','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Tema','Minigràfic','Valor\x20màxim','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Confirmar','Amplada\x20de\x20línia','Punt\x20alt','Mostrar\x20cantonades\x20arrodonides','Grup\x20de\x20minigràfics','3332pGVprv','Valor\x20personalitzat','Tipus','Seleccionar\x20interval\x20de\x20dades','Mostrar\x20dades\x20amagades','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','3635JoYjpt','Editar\x20minigràfic','6zDKCLF','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Configuració\x20avançada','Color\x20del\x20minigràfic','Color\x20de\x20l\x27eix','Distintiu','Barra'];_0x3c7f=function(){return _0x37cc85;};return _0x3c7f();}function _0x1a0f(_0x112812,_0x5b1cd4){_0x112812=_0x112812-0x9d;var _0x3c7fe2=_0x3c7f();var _0x1a0fee=_0x3c7fe2[_0x112812];return _0x1a0fee;}(function(_0x768a22,_0xd5ad15){var _0x1906e4=_0x1a0f,_0x429044=_0x768a22();while(!![]){try{var _0x2b1213=-parseInt(_0x1906e4(0xc1))/0x1+-parseInt(_0x1906e4(0xb4))/0x2*(-parseInt(_0x1906e4(0xc6))/0x3)+parseInt(_0x1906e4(0xac))/0x4*(-parseInt(_0x1906e4(0xb2))/0x5)+-parseInt(_0x1906e4(0xd0))/0x6+parseInt(_0x1906e4(0xd6))/0x7+parseInt(_0x1906e4(0xc4))/0x8+-parseInt(_0x1906e4(0xcd))/0x9*(-parseInt(_0x1906e4(0xd8))/0xa);if(_0x2b1213===_0xd5ad15)break;else _0x429044['push'](_0x429044['shift']());}catch(_0x526815){_0x429044['push'](_0x429044['shift']());}}}(_0x3c7f,0x6b194),function(_0x249b99,_0x5d7605){var _0x317b51=_0x1a0f;typeof exports==_0x317b51(0xd2)&&typeof module<'u'?module[_0x317b51(0xc5)]=_0x5d7605():typeof define==_0x317b51(0xc8)&&define[_0x317b51(0xcf)]?define([],_0x5d7605):(_0x249b99=typeof globalThis<'u'?globalThis:_0x249b99||self,_0x249b99['UniverProSheetsSparklineUiCaES']=_0x5d7605());}(this,function(){var _0x46eba9=_0x1a0f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x46eba9(0xb1)},'title':_0x46eba9(0xa4),'remove':_0x46eba9(0xbc),'edit':'Editar\x20minigràfic','panel':{'title':'Configuració\x20del\x20minigràfic','basic':_0x46eba9(0xbd),'advanced':_0x46eba9(0xb7),'sourceAndPosition':_0x46eba9(0xca),'type':_0x46eba9(0xae),'line':'Línia','bar':_0x46eba9(0xbb),'pie':_0x46eba9(0xdc),'profitAndLoss':_0x46eba9(0xc3),'theme':_0x46eba9(0xa3),'standard':_0x46eba9(0x9f),'custom':_0x46eba9(0xda),'specialty':_0x46eba9(0xc2),'distinctive':_0x46eba9(0xba),'soft':_0x46eba9(0xd9),'fresh':_0x46eba9(0xe0),'adjustStyle':_0x46eba9(0xdd),'sparklineColor':_0x46eba9(0xb8),'lineWidth':_0x46eba9(0xa8),'gradient':_0x46eba9(0xc0),'radius':_0x46eba9(0xaa),'marker':_0x46eba9(0xbe),'highPoint':_0x46eba9(0xa9),'lowPoint':_0x46eba9(0xdf),'firstPoint':_0x46eba9(0xcb),'lastPoint':_0x46eba9(0xc7),'negativePoint':'Punt\x20negatiu','markersPoint':_0x46eba9(0xcc),'manager':'Gestor','removeItem':'Eliminar\x20element','removeGroup':_0x46eba9(0x9d),'composeManager':_0x46eba9(0xa0),'compose':_0x46eba9(0xd1),'unCompose':_0x46eba9(0xce),'horizontal':'Eix\x20horitzontal','showZeroAxis':_0x46eba9(0xd7),'axisColor':_0x46eba9(0xb9),'reverse':_0x46eba9(0xd3),'vertical':_0x46eba9(0x9e),'min':_0x46eba9(0xd4),'itemMin':_0x46eba9(0xb5),'groupMin':'Usar\x20el\x20valor\x20mínim\x20del\x20grup','customMin':_0x46eba9(0xad),'max':_0x46eba9(0xa5),'itemMax':_0x46eba9(0xc9),'groupMax':_0x46eba9(0xa2),'customMax':_0x46eba9(0xad),'moreSetting':'Més\x20configuracions','showHidden':_0x46eba9(0xb0),'showEmptyAs':_0x46eba9(0xa1),'showNonNumAs':_0x46eba9(0xa6),'spacing':'Espaiat','zeroValue':'Valor\x20zero','connectWithLine':_0x46eba9(0xbf),'default':_0x46eba9(0xde)},'selector':{'title':_0x46eba9(0xb3),'changeType':_0x46eba9(0xd5),'sparkline':_0x46eba9(0xa4),'sparklineGroup':_0x46eba9(0xab),'setSource':_0x46eba9(0xaf),'setTarget':'Seleccionar\x20ubicació','confirm':_0x46eba9(0xa7),'cancel':'Cancel·lar','targetError':'Interval\x20de\x20destí\x20no\x20vàlid','singleSourceError':_0x46eba9(0xdb),'multSourceError':_0x46eba9(0xb6),'resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};}));
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x50c609,_0x570400){var _0x535df8=_0x28e7,_0x5716dc=_0x50c609();while(!![]){try{var _0x432ebd=parseInt(_0x535df8(0xf7))/0x1*(-parseInt(_0x535df8(0x115))/0x2)+-parseInt(_0x535df8(0x114))/0x3+parseInt(_0x535df8(0xfb))/0x4*(-parseInt(_0x535df8(0xea))/0x5)+parseInt(_0x535df8(0xe5))/0x6+parseInt(_0x535df8(0xee))/0x7*(-parseInt(_0x535df8(0x108))/0x8)+-parseInt(_0x535df8(0x104))/0x9*(-parseInt(_0x535df8(0xfc))/0xa)+parseInt(_0x535df8(0x107))/0xb*(parseInt(_0x535df8(0xf0))/0xc);if(_0x432ebd===_0x570400)break;else _0x5716dc['push'](_0x5716dc['shift']());}catch(_0x26e040){_0x5716dc['push'](_0x5716dc['shift']());}}}(_0x4097,0xd095c),function(_0x20a765,_0x4290c8){var _0x35cc59=_0x28e7;typeof exports==_0x35cc59(0xec)&&typeof module<'u'?module['exports']=_0x4290c8():typeof define==_0x35cc59(0xff)&&define['amd']?define([],_0x4290c8):(_0x20a765=typeof globalThis<'u'?globalThis:_0x20a765||self,_0x20a765['UniverProSheetsSparklineUiDeDE']=_0x4290c8());}(this,function(){var _0x442fb4=_0x28e7;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x442fb4(0x110)},'title':'Sparkline','remove':'Sparkline\x20entfernen','edit':'Sparkline\x20bearbeiten','panel':{'title':'Sparkline-Einstellungen','basic':_0x442fb4(0x111),'advanced':_0x442fb4(0x106),'sourceAndPosition':_0x442fb4(0xfd),'type':'Typ','line':_0x442fb4(0x10d),'bar':_0x442fb4(0xdf),'pie':'Kreis','profitAndLoss':_0x442fb4(0xe4),'theme':'Design','standard':'Standard','custom':_0x442fb4(0x103),'specialty':'Spezial','distinctive':_0x442fb4(0x102),'soft':_0x442fb4(0xe1),'fresh':'Frisch','adjustStyle':'Stil\x20anpassen','sparklineColor':'Sparkline-Farbe','lineWidth':_0x442fb4(0x105),'gradient':'Farbverlauffüllung','radius':_0x442fb4(0xe6),'marker':_0x442fb4(0x113),'highPoint':'Höchster\x20Punkt','lowPoint':_0x442fb4(0x10e),'firstPoint':'Erster\x20Punkt','lastPoint':_0x442fb4(0xe9),'negativePoint':'Negativer\x20Punkt','markersPoint':_0x442fb4(0x117),'manager':_0x442fb4(0xf1),'removeItem':_0x442fb4(0xf5),'removeGroup':_0x442fb4(0xf2),'composeManager':_0x442fb4(0x116),'compose':'Gruppieren','unCompose':_0x442fb4(0x10b),'horizontal':'Horizontale\x20Achse','showZeroAxis':_0x442fb4(0x109),'axisColor':_0x442fb4(0xf6),'reverse':_0x442fb4(0xef),'vertical':'Vertikale\x20Achse','min':_0x442fb4(0x100),'itemMin':_0x442fb4(0xed),'groupMin':_0x442fb4(0x10f),'customMin':_0x442fb4(0x10a),'max':_0x442fb4(0xf4),'itemMax':_0x442fb4(0xe7),'groupMax':_0x442fb4(0xfe),'customMax':'Benutzerdefinierter\x20Wert','moreSetting':'Weitere\x20Einstellungen','showHidden':_0x442fb4(0xf9),'showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':_0x442fb4(0xe8),'spacing':_0x442fb4(0xe0),'zeroValue':'Nullwert','connectWithLine':_0x442fb4(0xf8),'default':'Standard'},'selector':{'title':_0x442fb4(0x10c),'changeType':'Typ\x20ändern','sparkline':_0x442fb4(0xe3),'sparklineGroup':_0x442fb4(0xfa),'setSource':'Datenbereich\x20auswählen','setTarget':'Platzierung\x20auswählen','confirm':'Bestätigen','cancel':_0x442fb4(0x112),'targetError':_0x442fb4(0x101),'singleSourceError':_0x442fb4(0xf3),'multSourceError':_0x442fb4(0xeb),'resetSourceError':_0x442fb4(0xe2)}}};}));function _0x28e7(_0x171202,_0x1586f9){_0x171202=_0x171202-0xdf;var _0x40970e=_0x4097();var _0x28e7e4=_0x40970e[_0x171202];return _0x28e7e4;}function _0x4097(){var _0x332d06=['Ungültiger\x20Zielbereich','Ausgeprägt','Benutzerdefiniert','63891IEFUPg','Linienbreite','Erweiterte\x20Einstellungen','11vkfqhM','5686264eAiaAl','Nullachse\x20anzeigen','Benutzerdefinierter\x20Wert','Gruppierung\x20aufheben','Sparkline\x20bearbeiten','Linie','Niedrigster\x20Punkt','Gruppenminimalwert\x20verwenden','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Grundeinstellungen','Abbrechen','Markierung','5061279QGImqJ','10660xNwlJB','Gruppenmanager','Markierungen','Balken','Abstand','Weich','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Sparkline','G/V','8227140wGPWXE','Abgerundete\x20Ecken\x20anzeigen','Maximalwert\x20jeder\x20Sparkline\x20verwenden','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','Letzter\x20Punkt','62400wfQHOb','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','object','Minimalwert\x20jeder\x20Sparkline\x20verwenden','7wUhgZN','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','42455172MQzAyl','Manager','Gruppe\x20entfernen','Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','Maximalwert','Element\x20entfernen','Achsenfarbe','100xyMChy','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Ausgeblendete\x20Daten\x20anzeigen','Sparkline-Gruppe','408brhCjc','210yWfFkH','Datenbereich\x20und\x20Position','Gruppenmaximalwert\x20verwenden','function','Mindestwert'];_0x4097=function(){return _0x332d06;};return _0x4097();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4dd0(){var _0x4db2eb=['281526XpZLMx','Theme','Line','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Show\x20Rounded\x20Corners','Display\x20Empty\x20Cells\x20As','504WCYcLJ','First\x20Point','3770900MtvYlF','Cancel','exports','Select\x20Placement','Sparkline\x20Settings','Draw\x20Data\x20from\x20Right\x20to\x20Left','801382YjWLXO','Gradient\x20Fill','Manager','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','4346515efYMTm','Show\x20Hidden\x20Data','More\x20Settings','Connect\x20Data\x20Points\x20with\x20a\x20Line','Invalid\x20target\x20range','Use\x20Group\x20Minimum\x20Value','Zero\x20Value','Default','Custom\x20Value','Fresh','1883190qctMUK','Advanced\x20Settings','object','Remove\x20Item','Adjust\x20Style','Bar','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','amd','Low\x20Point','1104396VsNHpw','Edit\x20Sparkline','Basic\x20Settings','function','Soft','Change\x20Type','Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','5993760CrgsZu','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','UniverProSheetsSparklineUiEnUS','Custom','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','Axis\x20Color','Select\x20Data\x20Range','Group\x20Manager','Marker','Pie','Minimum\x20Value','Markers','Show\x20Zero\x20Axis','Standard','Group','Maximum\x20Value','Horizontal\x20Axis','Sparkline\x20Group','Line\x20Width','Ungroup','Use\x20Group\x20Maximum\x20Value','Last\x20Point','Confirm','Distinctive'];_0x4dd0=function(){return _0x4db2eb;};return _0x4dd0();}function _0x2871(_0x21fa01,_0x1c54e3){_0x21fa01=_0x21fa01-0x1cc;var _0x4dd0b3=_0x4dd0();var _0x2871c7=_0x4dd0b3[_0x21fa01];return _0x2871c7;}(function(_0x10ecd4,_0x5de62c){var _0x284369=_0x2871,_0x319ac8=_0x10ecd4();while(!![]){try{var _0x1e9d48=parseInt(_0x284369(0x1de))/0x1+parseInt(_0x284369(0x1f5))/0x2+parseInt(_0x284369(0x1ec))/0x3+parseInt(_0x284369(0x1d8))/0x4+-parseInt(_0x284369(0x1e2))/0x5+parseInt(_0x284369(0x1fc))/0x6+-parseInt(_0x284369(0x1d0))/0x7*(parseInt(_0x284369(0x1d6))/0x8);if(_0x1e9d48===_0x5de62c)break;else _0x319ac8['push'](_0x319ac8['shift']());}catch(_0x985920){_0x319ac8['push'](_0x319ac8['shift']());}}}(_0x4dd0,0x7ef16),function(_0x1ba914,_0x29a54e){var _0x3fffb6=_0x2871;typeof exports==_0x3fffb6(0x1ee)&&typeof module<'u'?module[_0x3fffb6(0x1da)]=_0x29a54e():typeof define==_0x3fffb6(0x1f8)&&define[_0x3fffb6(0x1f3)]?define([],_0x29a54e):(_0x1ba914=typeof globalThis<'u'?globalThis:_0x1ba914||self,_0x1ba914[_0x3fffb6(0x1fe)]=_0x29a54e());}(this,function(){var _0x41e78b=_0x2871;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x41e78b(0x1d3)},'title':'Sparkline','remove':'Remove\x20Sparkline','edit':'Edit\x20Sparkline','panel':{'title':_0x41e78b(0x1dc),'basic':_0x41e78b(0x1f7),'advanced':_0x41e78b(0x1ed),'sourceAndPosition':'Data\x20Range\x20and\x20Position','type':'Type','line':_0x41e78b(0x1d2),'bar':_0x41e78b(0x1f1),'pie':_0x41e78b(0x205),'profitAndLoss':'W/L','theme':_0x41e78b(0x1d1),'standard':_0x41e78b(0x209),'custom':_0x41e78b(0x1ff),'specialty':'Specialty','distinctive':_0x41e78b(0x1cf),'soft':_0x41e78b(0x1f9),'fresh':_0x41e78b(0x1eb),'adjustStyle':_0x41e78b(0x1f0),'sparklineColor':'Sparkline\x20Color','lineWidth':_0x41e78b(0x20e),'gradient':_0x41e78b(0x1df),'radius':_0x41e78b(0x1d4),'marker':_0x41e78b(0x204),'highPoint':'High\x20Point','lowPoint':_0x41e78b(0x1f4),'firstPoint':_0x41e78b(0x1d7),'lastPoint':_0x41e78b(0x1cd),'negativePoint':'Negative\x20Point','markersPoint':_0x41e78b(0x207),'manager':_0x41e78b(0x1e0),'removeItem':_0x41e78b(0x1ef),'removeGroup':'Remove\x20Group','composeManager':_0x41e78b(0x203),'compose':_0x41e78b(0x20a),'unCompose':_0x41e78b(0x20f),'horizontal':_0x41e78b(0x20c),'showZeroAxis':_0x41e78b(0x208),'axisColor':_0x41e78b(0x201),'reverse':_0x41e78b(0x1dd),'vertical':'Vertical\x20Axis','min':_0x41e78b(0x206),'itemMin':_0x41e78b(0x1fb),'groupMin':_0x41e78b(0x1e7),'customMin':_0x41e78b(0x1ea),'max':_0x41e78b(0x20b),'itemMax':_0x41e78b(0x1fd),'groupMax':_0x41e78b(0x1cc),'customMax':_0x41e78b(0x1ea),'moreSetting':_0x41e78b(0x1e4),'showHidden':_0x41e78b(0x1e3),'showEmptyAs':_0x41e78b(0x1d5),'showNonNumAs':'Display\x20Non-Numeric\x20Cells\x20As','spacing':'Spacing','zeroValue':_0x41e78b(0x1e8),'connectWithLine':_0x41e78b(0x1e5),'default':_0x41e78b(0x1e9)},'selector':{'title':_0x41e78b(0x1f6),'changeType':_0x41e78b(0x1fa),'sparkline':'Sparkline','sparklineGroup':_0x41e78b(0x20d),'setSource':_0x41e78b(0x202),'setTarget':_0x41e78b(0x1db),'confirm':_0x41e78b(0x1ce),'cancel':_0x41e78b(0x1d9),'targetError':_0x41e78b(0x1e6),'singleSourceError':_0x41e78b(0x200),'multSourceError':_0x41e78b(0x1e1),'resetSourceError':_0x41e78b(0x1f2)}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x341c17,_0x2e8f61){var _0x390d80=_0x5d00,_0x27c0d8=_0x341c17();while(!![]){try{var _0x27cad8=-parseInt(_0x390d80(0x1bb))/0x1+parseInt(_0x390d80(0x1bc))/0x2*(-parseInt(_0x390d80(0x1cf))/0x3)+-parseInt(_0x390d80(0x1b0))/0x4+-parseInt(_0x390d80(0x1c6))/0x5*(parseInt(_0x390d80(0x1dc))/0x6)+-parseInt(_0x390d80(0x1cb))/0x7*(-parseInt(_0x390d80(0x1be))/0x8)+parseInt(_0x390d80(0x1ad))/0x9+-parseInt(_0x390d80(0x1d7))/0xa;if(_0x27cad8===_0x2e8f61)break;else _0x27c0d8['push'](_0x27c0d8['shift']());}catch(_0x5f5049){_0x27c0d8['push'](_0x27c0d8['shift']());}}}(_0x248e,0x2d9f9),function(_0x21c12f,_0xb73ae8){var _0x316b5b=_0x5d00;typeof exports==_0x316b5b(0x1d2)&&typeof module<'u'?module['exports']=_0xb73ae8():typeof define==_0x316b5b(0x1c8)&&define[_0x316b5b(0x1b1)]?define([],_0xb73ae8):(_0x21c12f=typeof globalThis<'u'?globalThis:_0x21c12f||self,_0x21c12f[_0x316b5b(0x1c7)]=_0xb73ae8());}(this,function(){var _0x177a63=_0x5d00;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x177a63(0x1e2)},'title':'Minigráfico','remove':_0x177a63(0x1d1),'edit':_0x177a63(0x1e7),'panel':{'title':'Configuración\x20de\x20minigráfico','basic':'Configuración\x20básica','advanced':_0x177a63(0x1aa),'sourceAndPosition':_0x177a63(0x1e0),'type':_0x177a63(0x1d9),'line':'Línea','bar':_0x177a63(0x1b6),'pie':_0x177a63(0x1b8),'profitAndLoss':_0x177a63(0x1ab),'theme':_0x177a63(0x1e5),'standard':_0x177a63(0x1c9),'custom':_0x177a63(0x1e1),'specialty':'Especial','distinctive':_0x177a63(0x1df),'soft':_0x177a63(0x1c4),'fresh':'Fresco','adjustStyle':_0x177a63(0x1d3),'sparklineColor':_0x177a63(0x1de),'lineWidth':_0x177a63(0x1c3),'gradient':_0x177a63(0x1cd),'radius':_0x177a63(0x1ce),'marker':'Marcador','highPoint':'Punto\x20alto','lowPoint':_0x177a63(0x1e6),'firstPoint':_0x177a63(0x1d4),'lastPoint':_0x177a63(0x1ca),'negativePoint':'Punto\x20negativo','markersPoint':_0x177a63(0x1b3),'manager':_0x177a63(0x1a8),'removeItem':'Eliminar\x20elemento','removeGroup':_0x177a63(0x1c2),'composeManager':_0x177a63(0x1ae),'compose':_0x177a63(0x1cc),'unCompose':_0x177a63(0x1e9),'horizontal':_0x177a63(0x1b2),'showZeroAxis':_0x177a63(0x1af),'axisColor':_0x177a63(0x1e3),'reverse':_0x177a63(0x1da),'vertical':_0x177a63(0x1d5),'min':_0x177a63(0x1bf),'itemMin':'Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','groupMin':_0x177a63(0x1b9),'customMin':_0x177a63(0x1c5),'max':'Valor\x20máximo','itemMax':_0x177a63(0x1ac),'groupMax':_0x177a63(0x1c0),'customMax':_0x177a63(0x1c5),'moreSetting':_0x177a63(0x1dd),'showHidden':'Mostrar\x20datos\x20ocultos','showEmptyAs':'Mostrar\x20celdas\x20vacías\x20como','showNonNumAs':_0x177a63(0x1a9),'spacing':_0x177a63(0x1ba),'zeroValue':_0x177a63(0x1d6),'connectWithLine':_0x177a63(0x1a7),'default':_0x177a63(0x1d8)},'selector':{'title':_0x177a63(0x1e7),'changeType':_0x177a63(0x1e8),'sparkline':_0x177a63(0x1c1),'sparklineGroup':_0x177a63(0x1b5),'setSource':'Seleccionar\x20rango\x20de\x20datos','setTarget':_0x177a63(0x1db),'confirm':_0x177a63(0x1b7),'cancel':_0x177a63(0x1b4),'targetError':_0x177a63(0x1e4),'singleSourceError':_0x177a63(0x1d0),'multSourceError':_0x177a63(0x1bd),'resetSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación'}}};}));function _0x5d00(_0x549f5f,_0x4b3c17){_0x549f5f=_0x549f5f-0x1a7;var _0x248e33=_0x248e();var _0x5d00f2=_0x248e33[_0x549f5f];return _0x5d00f2;}function _0x248e(){var _0x7a7c3f=['Rango\x20de\x20destino\x20no\x20válido','Tema','Punto\x20bajo','Editar\x20minigráfico','Cambiar\x20tipo','Desagrupar','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Administrador','Mostrar\x20celdas\x20no\x20numéricas\x20como','Configuración\x20avanzada','G/P','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','3180834piliMc','Administrador\x20de\x20grupo','Mostrar\x20eje\x20cero','433312kpkbPQ','amd','Eje\x20horizontal','Marcadores','Cancelar','Grupo\x20de\x20minigráficos','Barra','Confirmar','Pastilla','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Espaciado','5521dILIVV','104892lTXwNO','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','72ThHqPg','Valor\x20mínimo','Usar\x20el\x20valor\x20máximo\x20del\x20grupo','Minigráfico','Eliminar\x20grupo','Ancho\x20de\x20línea','Suave','Valor\x20personalizado','1135QKSlXy','UniverProSheetsSparklineUiEsES','function','Estándar','Último\x20punto','128681tKAGFD','Agrupar','Relleno\x20degradado','Mostrar\x20esquinas\x20redondeadas','6KcpDkd','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Eliminar\x20minigráfico','object','Ajustar\x20estilo','Primer\x20punto','Eje\x20vertical','Valor\x20cero','857920yUKGrp','Predeterminado','Tipo','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Seleccionar\x20ubicación','726EhvmQe','Más\x20configuraciones','Color\x20de\x20minigráfico','Distintivo','Rango\x20de\x20datos\x20y\x20posición','Personalizado','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Color\x20del\x20eje'];_0x248e=function(){return _0x7a7c3f;};return _0x248e();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1a2f(_0x2b2fc7,_0x4e515b){_0x2b2fc7=_0x2b2fc7-0x196;var _0x4d4e1e=_0x4d4e();var _0x1a2fb2=_0x4d4e1e[_0x2b2fc7];return _0x1a2fb2;}(function(_0x32d1ba,_0x423479){var _0x16be25=_0x1a2f,_0x58ac4e=_0x32d1ba();while(!![]){try{var _0x3aef89=-parseInt(_0x16be25(0x1bf))/0x1+parseInt(_0x16be25(0x1b0))/0x2*(-parseInt(_0x16be25(0x1c2))/0x3)+parseInt(_0x16be25(0x1ac))/0x4+-parseInt(_0x16be25(0x1af))/0x5*(-parseInt(_0x16be25(0x1c6))/0x6)+-parseInt(_0x16be25(0x1bb))/0x7*(parseInt(_0x16be25(0x198))/0x8)+parseInt(_0x16be25(0x1b1))/0x9+parseInt(_0x16be25(0x1a9))/0xa;if(_0x3aef89===_0x423479)break;else _0x58ac4e['push'](_0x58ac4e['shift']());}catch(_0x161a1a){_0x58ac4e['push'](_0x58ac4e['shift']());}}}(_0x4d4e,0x887d3),function(_0x5dab12,_0x4f36e1){var _0x411484=_0x1a2f;typeof exports==_0x411484(0x1ba)&&typeof module<'u'?module[_0x411484(0x1c0)]=_0x4f36e1():typeof define==_0x411484(0x19f)&&define['amd']?define([],_0x4f36e1):(_0x5dab12=typeof globalThis<'u'?globalThis:_0x5dab12||self,_0x5dab12[_0x411484(0x1d6)]=_0x4f36e1());}(this,function(){var _0x27e39f=_0x1a2f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x27e39f(0x1c3)},'title':_0x27e39f(0x1bd),'remove':_0x27e39f(0x1bc),'edit':_0x27e39f(0x1a2),'panel':{'title':_0x27e39f(0x196),'basic':'تنظیمات\x20پایه','advanced':_0x27e39f(0x1c9),'sourceAndPosition':_0x27e39f(0x19e),'type':'نوع','line':_0x27e39f(0x1ad),'bar':'ستونی','pie':_0x27e39f(0x1c1),'profitAndLoss':'سود\x20و\x20زیان','theme':'تم','standard':_0x27e39f(0x1a5),'custom':_0x27e39f(0x1b9),'specialty':_0x27e39f(0x1b3),'distinctive':_0x27e39f(0x19a),'soft':_0x27e39f(0x1a4),'fresh':'تازه','adjustStyle':_0x27e39f(0x1cb),'sparklineColor':_0x27e39f(0x1ab),'lineWidth':_0x27e39f(0x19c),'gradient':_0x27e39f(0x19b),'radius':_0x27e39f(0x19d),'marker':_0x27e39f(0x1b5),'highPoint':'نقطه\x20بالا','lowPoint':_0x27e39f(0x1a0),'firstPoint':_0x27e39f(0x1a8),'lastPoint':_0x27e39f(0x1c8),'negativePoint':_0x27e39f(0x1ca),'markersPoint':_0x27e39f(0x1d2),'manager':_0x27e39f(0x1a3),'removeItem':'حذف\x20نمودار\x20کوچک','removeGroup':'حذف\x20گروه\x20نمودار\x20کوچک','composeManager':_0x27e39f(0x1cc),'compose':_0x27e39f(0x1cf),'unCompose':_0x27e39f(0x197),'horizontal':_0x27e39f(0x1b4),'showZeroAxis':'نمایش\x20محور\x20صفر','axisColor':'رنگ\x20محور','reverse':_0x27e39f(0x1cd),'vertical':_0x27e39f(0x1d0),'min':_0x27e39f(0x1d3),'itemMin':'حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMin':'حداقل\x20مقدار\x20در\x20گروه','customMin':_0x27e39f(0x1b2),'max':_0x27e39f(0x1c7),'itemMax':'حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','groupMax':_0x27e39f(0x1b6),'customMax':_0x27e39f(0x1b2),'moreSetting':_0x27e39f(0x1ae),'showHidden':_0x27e39f(0x1d1),'showEmptyAs':_0x27e39f(0x1b7),'showNonNumAs':_0x27e39f(0x1d4),'spacing':_0x27e39f(0x199),'zeroValue':'مقدار\x20صفر','connectWithLine':_0x27e39f(0x1a1),'default':_0x27e39f(0x1ce)},'selector':{'title':_0x27e39f(0x1a2),'changeType':_0x27e39f(0x1a6),'sparkline':_0x27e39f(0x1bd),'sparklineGroup':'گروه\x20نمودار\x20کوچک','setSource':_0x27e39f(0x1d5),'setTarget':_0x27e39f(0x1c5),'confirm':_0x27e39f(0x1aa),'cancel':'لغو','targetError':_0x27e39f(0x1a7),'singleSourceError':_0x27e39f(0x1be),'multSourceError':_0x27e39f(0x1b8),'resetSourceError':_0x27e39f(0x1c4)}}};}));function _0x4d4e(){var _0x4d3271=['فاصله','متمایز','پر\x20کردن\x20گرادیان','ضخامت\x20خط','نمایش\x20گوشههای\x20گرد','محدوده\x20دادهها\x20و\x20موقعیت','function','نقطه\x20پایین','اتصال\x20نقاط\x20داده\x20با\x20خط','ویرایش\x20نمودار\x20کوچک','مدیریت','ملایم','استاندارد','تغییر\x20موارد\x20انتخابی','محدوده\x20هدف\x20نامعتبر\x20است','نقطه\x20اول','11991050npTXCp','تأیید','رنگ\x20نمودار\x20کوچک','4069072lLBgyb','خطی','تنظیمات\x20بیشتر','304345qLxEKB','14282pNaMgh','1265517qdavPz','مقدار\x20سفارشی','حرفهای','محور\x20افقی','نشانگر','حداکثر\x20مقدار\x20در\x20گروه','نمایش\x20سلولهای\x20خالی\x20به\x20عنوان','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمیشود','سفارشی','object','9324PJnnGy','حذف\x20نمودار\x20کوچک','نمودار\x20کوچک','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمیشود','561654TSdLaJ','exports','دایرهای','129UZiLAh','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمیشود','انتخاب\x20محل\x20قرارگیری','12PkjUOt','حداکثر\x20مقدار','نقطه\x20آخر','تنظیمات\x20پیشرفته','نقاط\x20منفی','تنظیم\x20سبک','مدیریت\x20گروه','رسم\x20دادهها\x20از\x20راست\x20به\x20چپ','پیشفرض','گروهبندی','محور\x20عمودی','نمایش\x20سلولهای\x20پنهان','نقاط\x20نشانگر','حداقل\x20مقدار','نمایش\x20سلولهای\x20غیرعددی\x20به\x20عنوان','انتخاب\x20محدوده\x20داده','UniverProSheetsSparklineUiFaIR','تنظیمات\x20نمودار\x20کوچک','لغو\x20گروهبندی','6312Bbcqvb'];_0x4d4e=function(){return _0x4d3271;};return _0x4d4e();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4bbf18,_0x448059){var _0x4a1deb=_0x3ad4,_0x1d6441=_0x4bbf18();while(!![]){try{var _0x3d3cdc=-parseInt(_0x4a1deb(0x228))/0x1*(parseInt(_0x4a1deb(0x208))/0x2)+parseInt(_0x4a1deb(0x224))/0x3*(-parseInt(_0x4a1deb(0x204))/0x4)+-parseInt(_0x4a1deb(0x1ec))/0x5+-parseInt(_0x4a1deb(0x20e))/0x6+parseInt(_0x4a1deb(0x212))/0x7+-parseInt(_0x4a1deb(0x1fb))/0x8+parseInt(_0x4a1deb(0x1f8))/0x9*(parseInt(_0x4a1deb(0x206))/0xa);if(_0x3d3cdc===_0x448059)break;else _0x1d6441['push'](_0x1d6441['shift']());}catch(_0x34c657){_0x1d6441['push'](_0x1d6441['shift']());}}}(_0x521d,0xaebba),function(_0x21c51d,_0x4649ed){var _0x52632f=_0x3ad4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4649ed():typeof define=='function'&&define[_0x52632f(0x211)]?define([],_0x4649ed):(_0x21c51d=typeof globalThis<'u'?globalThis:_0x21c51d||self,_0x21c51d[_0x52632f(0x21f)]=_0x4649ed());}(this,function(){var _0x56d33a=_0x3ad4;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x56d33a(0x20f)},'title':_0x56d33a(0x201),'remove':_0x56d33a(0x20d),'edit':'Modifier\x20le\x20sparkline','panel':{'title':_0x56d33a(0x1fa),'basic':'Paramètres\x20de\x20base','advanced':_0x56d33a(0x21e),'sourceAndPosition':'Plage\x20de\x20données\x20et\x20position','type':_0x56d33a(0x22c),'line':'Ligne','bar':'Barre','pie':'Secteur','profitAndLoss':_0x56d33a(0x1f0),'theme':'Thème','standard':_0x56d33a(0x1ef),'custom':_0x56d33a(0x22a),'specialty':'Spécial','distinctive':'Distinctif','soft':_0x56d33a(0x22b),'fresh':_0x56d33a(0x20a),'adjustStyle':'Ajuster\x20le\x20style','sparklineColor':_0x56d33a(0x1ed),'lineWidth':'Largeur\x20de\x20ligne','gradient':_0x56d33a(0x221),'radius':_0x56d33a(0x215),'marker':_0x56d33a(0x225),'highPoint':_0x56d33a(0x217),'lowPoint':_0x56d33a(0x209),'firstPoint':_0x56d33a(0x205),'lastPoint':_0x56d33a(0x20b),'negativePoint':_0x56d33a(0x1f9),'markersPoint':_0x56d33a(0x1f7),'manager':_0x56d33a(0x227),'removeItem':_0x56d33a(0x1f4),'removeGroup':_0x56d33a(0x219),'composeManager':_0x56d33a(0x21d),'compose':_0x56d33a(0x21b),'unCompose':'Dégrouper','horizontal':_0x56d33a(0x20c),'showZeroAxis':_0x56d33a(0x1f2),'axisColor':_0x56d33a(0x203),'reverse':_0x56d33a(0x1f5),'vertical':_0x56d33a(0x218),'min':_0x56d33a(0x216),'itemMin':_0x56d33a(0x1fc),'groupMin':_0x56d33a(0x1ee),'customMin':'Valeur\x20personnalisée','max':_0x56d33a(0x226),'itemMax':_0x56d33a(0x1f6),'groupMax':_0x56d33a(0x1f1),'customMax':_0x56d33a(0x1fd),'moreSetting':_0x56d33a(0x21a),'showHidden':_0x56d33a(0x202),'showEmptyAs':_0x56d33a(0x222),'showNonNumAs':'Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','spacing':_0x56d33a(0x207),'zeroValue':_0x56d33a(0x1fe),'connectWithLine':'Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','default':_0x56d33a(0x210)},'selector':{'title':_0x56d33a(0x213),'changeType':_0x56d33a(0x229),'sparkline':_0x56d33a(0x201),'sparklineGroup':_0x56d33a(0x1f3),'setSource':_0x56d33a(0x220),'setTarget':_0x56d33a(0x214),'confirm':_0x56d33a(0x1ff),'cancel':_0x56d33a(0x223),'targetError':'Plage\x20cible\x20invalide','singleSourceError':_0x56d33a(0x200),'multSourceError':_0x56d33a(0x21c),'resetSourceError':'Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement'}}};}));function _0x3ad4(_0x284bc5,_0x1a9154){_0x284bc5=_0x284bc5-0x1ec;var _0x521d06=_0x521d();var _0x3ad4af=_0x521d06[_0x284bc5];return _0x3ad4af;}function _0x521d(){var _0x461c8e=['Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Marqueurs','6327IxBqVS','Point\x20négatif','Paramètres\x20du\x20sparkline','2584632DZxOjX','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Valeur\x20personnalisée','Valeur\x20zéro','Confirmer','La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','Sparkline','Afficher\x20les\x20données\x20masquées','Couleur\x20de\x20l\x27axe','1388QvxOKH','Premier\x20point','60680uYwBtU','Espacement','7706TxEFfr','Point\x20bas','Frais','Dernier\x20point','Axe\x20horizontal','Supprimer\x20le\x20sparkline','7654356nDPDfM','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Par\x20défaut','amd','3719051OogFsu','Modifier\x20le\x20sparkline','Sélectionner\x20l\x27emplacement','Afficher\x20les\x20coins\x20arrondis','Valeur\x20minimale','Point\x20haut','Axe\x20vertical','Supprimer\x20le\x20groupe','Plus\x20de\x20paramètres','Grouper','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Gestionnaire\x20de\x20groupe','Paramètres\x20avancés','UniverProSheetsSparklineUiFrFR','Sélectionner\x20la\x20plage\x20de\x20données','Remplissage\x20dégradé','Afficher\x20les\x20cellules\x20vides\x20comme','Annuler','8643sBBwcj','Marqueur','Valeur\x20maximale','Gestionnaire','357hICryL','Changer\x20le\x20type','Personnalisé','Doux','Type','536790HHAtIK','Couleur\x20du\x20sparkline','Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','Standard','G/P','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Afficher\x20l\x27axe\x20zéro','Groupe\x20de\x20sparklines','Supprimer\x20l\x27élément'];_0x521d=function(){return _0x461c8e;};return _0x521d();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x25da(_0x561d6d,_0x208e27){_0x561d6d=_0x561d6d-0xe1;var _0x305747=_0x3057();var _0x25da74=_0x305747[_0x561d6d];return _0x25da74;}(function(_0x315c53,_0x2643c1){var _0x508089=_0x25da,_0x8c9bc1=_0x315c53();while(!![]){try{var _0x4f9ea7=parseInt(_0x508089(0x110))/0x1+parseInt(_0x508089(0x10d))/0x2*(-parseInt(_0x508089(0x11a))/0x3)+-parseInt(_0x508089(0xf4))/0x4*(parseInt(_0x508089(0x11b))/0x5)+-parseInt(_0x508089(0xed))/0x6*(-parseInt(_0x508089(0xfb))/0x7)+-parseInt(_0x508089(0x102))/0x8+-parseInt(_0x508089(0xf3))/0x9+-parseInt(_0x508089(0x109))/0xa*(-parseInt(_0x508089(0x10b))/0xb);if(_0x4f9ea7===_0x2643c1)break;else _0x8c9bc1['push'](_0x8c9bc1['shift']());}catch(_0x2c747d){_0x8c9bc1['push'](_0x8c9bc1['shift']());}}}(_0x3057,0x1cc5b),function(_0x154bca,_0x5dcf37){var _0x1b37ba=_0x25da;typeof exports==_0x1b37ba(0x106)&&typeof module<'u'?module[_0x1b37ba(0x114)]=_0x5dcf37():typeof define==_0x1b37ba(0x10c)&&define[_0x1b37ba(0x103)]?define([],_0x5dcf37):(_0x154bca=typeof globalThis<'u'?globalThis:_0x154bca||self,_0x154bca[_0x1b37ba(0xf9)]=_0x5dcf37());}(this,function(){var _0x3f696f=_0x25da;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x3f696f(0xee)},'title':_0x3f696f(0xe5),'remove':_0x3f696f(0x11e),'edit':_0x3f696f(0x10a),'panel':{'title':_0x3f696f(0xe9),'basic':_0x3f696f(0x119),'advanced':'Pengaturan\x20Lanjutan','sourceAndPosition':_0x3f696f(0xe4),'type':_0x3f696f(0xe8),'line':'Garis','bar':'Batang','pie':_0x3f696f(0xf2),'profitAndLoss':'M/K','theme':'Tema','standard':_0x3f696f(0xfa),'custom':_0x3f696f(0x11c),'specialty':'Spesialitas','distinctive':'Khas','soft':_0x3f696f(0xf6),'fresh':_0x3f696f(0xfe),'adjustStyle':'Sesuaikan\x20Gaya','sparklineColor':'Warna\x20Sparkline','lineWidth':_0x3f696f(0x115),'gradient':_0x3f696f(0xec),'radius':_0x3f696f(0xe6),'marker':_0x3f696f(0xe1),'highPoint':_0x3f696f(0xef),'lowPoint':_0x3f696f(0x117),'firstPoint':_0x3f696f(0xf0),'lastPoint':'Titik\x20Terakhir','negativePoint':'Titik\x20Negatif','markersPoint':_0x3f696f(0xe1),'manager':_0x3f696f(0xe7),'removeItem':_0x3f696f(0x104),'removeGroup':_0x3f696f(0x111),'composeManager':_0x3f696f(0x11f),'compose':'Kelompokkan','unCompose':_0x3f696f(0xf8),'horizontal':_0x3f696f(0xf5),'showZeroAxis':_0x3f696f(0xf7),'axisColor':'Warna\x20Sumbu','reverse':'Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','vertical':_0x3f696f(0x100),'min':'Nilai\x20Minimum','itemMin':_0x3f696f(0x112),'groupMin':_0x3f696f(0xeb),'customMin':_0x3f696f(0x120),'max':_0x3f696f(0x108),'itemMax':_0x3f696f(0xff),'groupMax':_0x3f696f(0x105),'customMax':_0x3f696f(0x120),'moreSetting':_0x3f696f(0xe3),'showHidden':_0x3f696f(0x10f),'showEmptyAs':_0x3f696f(0xfd),'showNonNumAs':_0x3f696f(0x10e),'spacing':_0x3f696f(0x11d),'zeroValue':_0x3f696f(0xea),'connectWithLine':'Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','default':_0x3f696f(0x101)},'selector':{'title':'Edit\x20Sparkline','changeType':'Ubah\x20Jenis','sparkline':_0x3f696f(0xe5),'sparklineGroup':_0x3f696f(0x107),'setSource':_0x3f696f(0x116),'setTarget':'Pilih\x20Penempatan','confirm':_0x3f696f(0x113),'cancel':_0x3f696f(0x118),'targetError':'Rentang\x20target\x20tidak\x20valid','singleSourceError':_0x3f696f(0xe2),'multSourceError':_0x3f696f(0xfc),'resetSourceError':_0x3f696f(0xf1)}}};}));function _0x3057(){var _0x168dda=['Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Konfirmasi','exports','Lebar\x20Garis','Pilih\x20Rentang\x20Data','Titik\x20Terendah','Batal','Pengaturan\x20Dasar','16602FzdgMF','25340Bngomk','Kustom','Jarak','Hapus\x20Sparkline','Pengelola\x20Grup','Nilai\x20Kustom','Penanda','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','Pengaturan\x20Lainnya','Rentang\x20Data\x20dan\x20Posisi','Sparkline','Tampilkan\x20Sudut\x20Membulat','Pengelola','Jenis','Pengaturan\x20Sparkline','Nilai\x20Nol','Gunakan\x20Nilai\x20Minimum\x20Grup','Isian\x20Gradien','102klciug','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Titik\x20Tertinggi','Titik\x20Pertama','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Pie','1159992MSGilX','164PFMCFH','Sumbu\x20Horizontal','Lembut','Tampilkan\x20Sumbu\x20Nol','Batal\x20Kelompokkan','UniverProSheetsSparklineUiIdID','Standar','37247EarlhK','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Tampilkan\x20Sel\x20Kosong\x20Sebagai','Segar','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','Sumbu\x20Vertikal','Default','418328EgrQub','amd','Hapus\x20Item','Gunakan\x20Nilai\x20Maksimum\x20Grup','object','Grup\x20Sparkline','Nilai\x20Maksimum','90hFnDhQ','Edit\x20Sparkline','376541pcxLqT','function','28Mzvbro','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Tampilkan\x20Data\x20Tersembunyi','185758CKrhTs','Hapus\x20Grup'];_0x3057=function(){return _0x168dda;};return _0x3057();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x59c14c,_0x3ae5c8){var _0x23bfb4=_0x843f,_0x47c7b4=_0x59c14c();while(!![]){try{var _0x458d74=-parseInt(_0x23bfb4(0x17e))/0x1+-parseInt(_0x23bfb4(0x178))/0x2+parseInt(_0x23bfb4(0x16a))/0x3+-parseInt(_0x23bfb4(0x16c))/0x4*(parseInt(_0x23bfb4(0x177))/0x5)+parseInt(_0x23bfb4(0x161))/0x6+-parseInt(_0x23bfb4(0x17a))/0x7+parseInt(_0x23bfb4(0x15c))/0x8;if(_0x458d74===_0x3ae5c8)break;else _0x47c7b4['push'](_0x47c7b4['shift']());}catch(_0x819e50){_0x47c7b4['push'](_0x47c7b4['shift']());}}}(_0x3235,0x94e3a),function(_0x381b14,_0x43e345){var _0x2ef058=_0x843f;typeof exports==_0x2ef058(0x184)&&typeof module<'u'?module['exports']=_0x43e345():typeof define==_0x2ef058(0x17d)&&define[_0x2ef058(0x147)]?define([],_0x43e345):(_0x381b14=typeof globalThis<'u'?globalThis:_0x381b14||self,_0x381b14['UniverProSheetsSparklineUiItIT']=_0x43e345());}(this,function(){var _0xed77cd=_0x843f;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xed77cd(0x150)},'title':_0xed77cd(0x163),'remove':_0xed77cd(0x157),'edit':'Modifica\x20Sparkline','panel':{'title':'Impostazioni\x20Sparkline','basic':_0xed77cd(0x180),'advanced':_0xed77cd(0x14e),'sourceAndPosition':_0xed77cd(0x170),'type':'Tipo','line':_0xed77cd(0x17c),'bar':_0xed77cd(0x148),'pie':_0xed77cd(0x15a),'profitAndLoss':'P/N','theme':'Tema','standard':_0xed77cd(0x17f),'custom':_0xed77cd(0x14b),'specialty':_0xed77cd(0x166),'distinctive':_0xed77cd(0x165),'soft':_0xed77cd(0x160),'fresh':_0xed77cd(0x151),'adjustStyle':_0xed77cd(0x171),'sparklineColor':_0xed77cd(0x15d),'lineWidth':_0xed77cd(0x155),'gradient':_0xed77cd(0x164),'radius':_0xed77cd(0x16e),'marker':_0xed77cd(0x173),'highPoint':'Punto\x20massimo','lowPoint':_0xed77cd(0x14c),'firstPoint':_0xed77cd(0x154),'lastPoint':'Ultimo\x20punto','negativePoint':_0xed77cd(0x14f),'markersPoint':_0xed77cd(0x15e),'manager':_0xed77cd(0x168),'removeItem':'Rimuovi\x20elemento','removeGroup':'Rimuovi\x20gruppo','composeManager':_0xed77cd(0x175),'compose':_0xed77cd(0x169),'unCompose':'Separa','horizontal':_0xed77cd(0x16b),'showZeroAxis':'Mostra\x20asse\x20zero','axisColor':'Colore\x20asse','reverse':_0xed77cd(0x182),'vertical':_0xed77cd(0x15f),'min':_0xed77cd(0x149),'itemMin':'Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','groupMin':_0xed77cd(0x176),'customMin':_0xed77cd(0x183),'max':_0xed77cd(0x16f),'itemMax':_0xed77cd(0x172),'groupMax':_0xed77cd(0x14a),'customMax':_0xed77cd(0x183),'moreSetting':_0xed77cd(0x174),'showHidden':_0xed77cd(0x159),'showEmptyAs':_0xed77cd(0x162),'showNonNumAs':_0xed77cd(0x181),'spacing':_0xed77cd(0x146),'zeroValue':'Valore\x20zero','connectWithLine':_0xed77cd(0x152),'default':_0xed77cd(0x14d)},'selector':{'title':'Modifica\x20Sparkline','changeType':'Cambia\x20tipo','sparkline':_0xed77cd(0x163),'sparklineGroup':_0xed77cd(0x17b),'setSource':'Seleziona\x20intervallo\x20dati','setTarget':_0xed77cd(0x153),'confirm':_0xed77cd(0x158),'cancel':_0xed77cd(0x156),'targetError':_0xed77cd(0x15b),'singleSourceError':_0xed77cd(0x16d),'multSourceError':_0xed77cd(0x167),'resetSourceError':_0xed77cd(0x179)}}};}));function _0x843f(_0x3c5e91,_0x57fcb6){_0x3c5e91=_0x3c5e91-0x146;var _0x3235d9=_0x3235();var _0x843fb1=_0x3235d9[_0x3c5e91];return _0x843fb1;}function _0x3235(){var _0x53cf8b=['5250888phOBiy','Colore\x20Sparkline','Indicatori','Asse\x20verticale','Morbido','1698936pTYEcd','Visualizza\x20celle\x20vuote\x20come','Sparkline','Riempimento\x20gradiente','Distintivo','Specialità','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Gestione','Raggruppa','2146872TmNzow','Asse\x20orizzontale','16nYjeGC','La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','Mostra\x20angoli\x20arrotondati','Valore\x20massimo','Intervallo\x20dati\x20e\x20posizione','Regola\x20stile','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Indicatore','Altre\x20impostazioni','Gestione\x20gruppo','Usa\x20valore\x20minimo\x20del\x20gruppo','28505RaODqx','259486vAFxdj','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione','6203687mWZYqe','Gruppo\x20Sparkline','Linea','function','6503NWfVYd','Standard','Impostazioni\x20di\x20base','Visualizza\x20celle\x20non\x20numeriche\x20come','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Valore\x20personalizzato','object','Spaziatura','amd','Barra','Valore\x20minimo','Usa\x20valore\x20massimo\x20del\x20gruppo','Personalizzato','Punto\x20minimo','Predefinito','Impostazioni\x20avanzate','Punto\x20negativo','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Fresco','Connetti\x20punti\x20dati\x20con\x20una\x20linea','Seleziona\x20posizione','Primo\x20punto','Larghezza\x20linea','Annulla','Rimuovi\x20Sparkline','Conferma','Mostra\x20dati\x20nascosti','Torta','Intervallo\x20di\x20destinazione\x20non\x20valido'];_0x3235=function(){return _0x53cf8b;};return _0x3235();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x480a(_0x50bb7d,_0xed518d){_0x50bb7d=_0x50bb7d-0xfa;var _0x223e40=_0x223e();var _0x480a0b=_0x223e40[_0x50bb7d];return _0x480a0b;}(function(_0x38f926,_0x1ae964){var _0x407725=_0x480a,_0x17142d=_0x38f926();while(!![]){try{var _0x37b6fb=-parseInt(_0x407725(0xff))/0x1+-parseInt(_0x407725(0x11c))/0x2*(-parseInt(_0x407725(0x122))/0x3)+parseInt(_0x407725(0x111))/0x4+parseInt(_0x407725(0x125))/0x5+-parseInt(_0x407725(0x12e))/0x6+parseInt(_0x407725(0x110))/0x7+parseInt(_0x407725(0x106))/0x8*(parseInt(_0x407725(0x12b))/0x9);if(_0x37b6fb===_0x1ae964)break;else _0x17142d['push'](_0x17142d['shift']());}catch(_0x176b57){_0x17142d['push'](_0x17142d['shift']());}}}(_0x223e,0x8737e),function(_0x15a619,_0x23d33e){var _0x265be3=_0x480a;typeof exports==_0x265be3(0xfd)&&typeof module<'u'?module[_0x265be3(0x118)]=_0x23d33e():typeof define=='function'&&define['amd']?define([],_0x23d33e):(_0x15a619=typeof globalThis<'u'?globalThis:_0x15a619||self,_0x15a619['UniverProSheetsSparklineUiJaJP']=_0x23d33e());}(this,function(){var _0xe4ab46=_0x480a;return{'sheets-sparkline-ui':{'permission':{'editErr':_0xe4ab46(0x109)},'title':_0xe4ab46(0x10b),'remove':_0xe4ab46(0x116),'edit':_0xe4ab46(0x121),'panel':{'title':_0xe4ab46(0x128),'basic':_0xe4ab46(0x127),'advanced':'詳細設定','sourceAndPosition':_0xe4ab46(0x11d),'type':'種類','line':_0xe4ab46(0x10a),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0xe4ab46(0x12f),'standard':'標準','custom':_0xe4ab46(0x104),'specialty':'特殊','distinctive':'特徴的','soft':_0xe4ab46(0x129),'fresh':_0xe4ab46(0x10f),'adjustStyle':_0xe4ab46(0x108),'sparklineColor':_0xe4ab46(0x12a),'lineWidth':_0xe4ab46(0x101),'gradient':'グラデーション塗りつぶし','radius':_0xe4ab46(0xfc),'marker':_0xe4ab46(0x114),'highPoint':'頂点','lowPoint':_0xe4ab46(0xfa),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0xe4ab46(0x115),'markersPoint':'マーカー','manager':_0xe4ab46(0x123),'removeItem':'アイテムの削除','removeGroup':_0xe4ab46(0x11f),'composeManager':_0xe4ab46(0x103),'compose':_0xe4ab46(0xfb),'unCompose':_0xe4ab46(0x120),'horizontal':'横軸','showZeroAxis':'ゼロ軸を表示','axisColor':_0xe4ab46(0x12c),'reverse':'右から左へデータを描画','vertical':'縦軸','min':_0xe4ab46(0x11b),'itemMin':_0xe4ab46(0x117),'groupMin':_0xe4ab46(0x119),'customMin':_0xe4ab46(0x105),'max':_0xe4ab46(0x124),'itemMax':'各スパークラインの最大値を使用','groupMax':_0xe4ab46(0x113),'customMax':'ユーザー設定値','moreSetting':_0xe4ab46(0x11e),'showHidden':_0xe4ab46(0x126),'showEmptyAs':_0xe4ab46(0x11a),'showNonNumAs':_0xe4ab46(0x100),'spacing':'間隔','zeroValue':_0xe4ab46(0x130),'connectWithLine':'データポイントを線で結ぶ','default':'既定'},'selector':{'title':_0xe4ab46(0x121),'changeType':_0xe4ab46(0x102),'sparkline':_0xe4ab46(0x10b),'sparklineGroup':_0xe4ab46(0x10d),'setSource':_0xe4ab46(0x12d),'setTarget':_0xe4ab46(0xfe),'confirm':'確認','cancel':_0xe4ab46(0x107),'targetError':_0xe4ab46(0x112),'singleSourceError':_0xe4ab46(0x10c),'multSourceError':_0xe4ab46(0x10e),'resetSourceError':'単一配置の場合、複数行と複数列はサポートされていません'}}};}));function _0x223e(){var _0x23e8ea=['スパークラインの削除','各スパークラインの最小値を使用','exports','グループの最小値を使用','空白セルの表示方法','最小値','1304TGmYOE','データ範囲と配置','詳細設定','グループの削除','グループ解除','スパークラインの編集','3651ypZLdU','マネージャー','最大値','1985450dBnwRy','非表示データを表示','基本設定','スパークラインの設定','ソフト','スパークラインの色','594EMBmSY','軸の色','データ範囲の選択','4616112IUzMsw','テーマ','ゼロ値','最低点','グループ化','角を丸くして表示','object','配置の選択','589225QIfRHq','数値以外のセルの表示方法','線の太さ','種類の変更','グループマネージャー','ユーザー設定','ユーザー設定値','10168NSSDpD','キャンセル','スタイルの調整','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','折れ線','スパークライン','単一スパークラインを編集する場合、複数選択はサポートされていません','スパークライングループ','複数領域の場合、複数行と複数列はサポートされていません','フレッシュ','160916XdWALT','2459932HPpOPE','無効な配置範囲','グループの最大値を使用','マーカー','負のポイント'];_0x223e=function(){return _0x23e8ea;};return _0x223e();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2798(_0x42ec09,_0x52c5a2){_0x42ec09=_0x42ec09-0x108;var _0xdc7e34=_0xdc7e();var _0x2798c1=_0xdc7e34[_0x42ec09];return _0x2798c1;}(function(_0x5a74b2,_0x413141){var _0x31b833=_0x2798,_0x387064=_0x5a74b2();while(!![]){try{var _0x26686f=-parseInt(_0x31b833(0x123))/0x1*(parseInt(_0x31b833(0x128))/0x2)+parseInt(_0x31b833(0x142))/0x3*(-parseInt(_0x31b833(0x125))/0x4)+parseInt(_0x31b833(0x12a))/0x5+parseInt(_0x31b833(0x133))/0x6*(parseInt(_0x31b833(0x115))/0x7)+-parseInt(_0x31b833(0x10f))/0x8+parseInt(_0x31b833(0x124))/0x9*(-parseInt(_0x31b833(0x113))/0xa)+parseInt(_0x31b833(0x11e))/0xb*(parseInt(_0x31b833(0x122))/0xc);if(_0x26686f===_0x413141)break;else _0x387064['push'](_0x387064['shift']());}catch(_0x52d9c2){_0x387064['push'](_0x387064['shift']());}}}(_0xdc7e,0x62941),function(_0x390b52,_0x530a7c){var _0x5b2ea8=_0x2798;typeof exports==_0x5b2ea8(0x119)&&typeof module<'u'?module[_0x5b2ea8(0x10d)]=_0x530a7c():typeof define==_0x5b2ea8(0x13a)&&define['amd']?define([],_0x530a7c):(_0x390b52=typeof globalThis<'u'?globalThis:_0x390b52||self,_0x390b52[_0x5b2ea8(0x13b)]=_0x530a7c());}(this,function(){var _0x90559a=_0x2798;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x90559a(0x13c)},'title':_0x90559a(0x135),'remove':_0x90559a(0x10e),'edit':'스파크라인\x20편집','panel':{'title':'스파크라인\x20설정','basic':'기본\x20설정','advanced':_0x90559a(0x129),'sourceAndPosition':_0x90559a(0x12c),'type':'종류','line':_0x90559a(0x10b),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':_0x90559a(0x120),'soft':_0x90559a(0x130),'fresh':_0x90559a(0x13f),'adjustStyle':'스타일\x20조정','sparklineColor':_0x90559a(0x121),'lineWidth':_0x90559a(0x110),'gradient':_0x90559a(0x141),'radius':'모서리\x20둥글게','marker':'표식','highPoint':_0x90559a(0x10c),'lowPoint':'낮은\x20점','firstPoint':_0x90559a(0x118),'lastPoint':_0x90559a(0x131),'negativePoint':_0x90559a(0x11f),'markersPoint':'표식','manager':_0x90559a(0x13d),'removeItem':_0x90559a(0x134),'removeGroup':_0x90559a(0x143),'composeManager':_0x90559a(0x116),'compose':'그룹','unCompose':_0x90559a(0x11b),'horizontal':_0x90559a(0x12d),'showZeroAxis':_0x90559a(0x111),'axisColor':'축\x20색','reverse':_0x90559a(0x11c),'vertical':_0x90559a(0x12b),'min':_0x90559a(0x11a),'itemMin':_0x90559a(0x117),'groupMin':'그룹의\x20최소값\x20사용','customMin':_0x90559a(0x139),'max':_0x90559a(0x114),'itemMax':_0x90559a(0x11d),'groupMax':_0x90559a(0x112),'customMax':_0x90559a(0x139),'moreSetting':_0x90559a(0x109),'showHidden':'숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','showEmptyAs':_0x90559a(0x108),'showNonNumAs':_0x90559a(0x137),'spacing':'간격','zeroValue':_0x90559a(0x127),'connectWithLine':_0x90559a(0x138),'default':'기본값'},'selector':{'title':_0x90559a(0x12e),'changeType':_0x90559a(0x132),'sparkline':_0x90559a(0x135),'sparklineGroup':_0x90559a(0x12f),'setSource':_0x90559a(0x13e),'setTarget':_0x90559a(0x10a),'confirm':'확인','cancel':'취소','targetError':_0x90559a(0x136),'singleSourceError':_0x90559a(0x140),'multSourceError':'다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','resetSourceError':_0x90559a(0x126)}}};}));function _0xdc7e(){var _0x7c46f2=['선\x20두께','축\x20표시','그룹의\x20최대값\x20사용','7720ooDXKo','최대값','236194pOfSfG','그룹\x20관리자','각\x20스파크라인의\x20최소값\x20사용','첫\x20점','object','최소값','그룹\x20해제','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','각\x20스파크라인의\x20최대값\x20사용','22dAdpMW','음수\x20점','독특함','스파크라인\x20색','2555508CDoBiW','1LVLcTA','3231qwKIDr','1069252GmuFyf','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','0\x20값','119918wQxBbV','고급\x20설정','3200840XRdxFl','세로\x20축','데이터\x20범위\x20및\x20위치','가로\x20축','스파크라인\x20편집','스파크라인\x20그룹','부드러움','마지막\x20점','종류\x20변경','132VbRBuf','항목\x20제거','스파크라인','위치\x20범위가\x20유효하지\x20않습니다','숫자가\x20아닌\x20셀\x20표시\x20형식','데이터\x20요소를\x20선으로\x20연결','사용자\x20지정\x20값','function','UniverProSheetsSparklineUiKoKR','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','관리자','데이터\x20범위\x20선택','신선함','단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','그라데이션\x20채우기','6cUIHap','그룹\x20제거','빈\x20셀\x20표시\x20형식','추가\x20설정','위치\x20범위\x20선택','꺾은선형','높은\x20점','exports','스파크라인\x20지우기','4263200Qzgmtj'];_0xdc7e=function(){return _0x7c46f2;};return _0xdc7e();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2ece(_0x2537bb,_0xc32a0b){_0x2537bb=_0x2537bb-0x8d;var _0x351627=_0x3516();var _0x2ecee4=_0x351627[_0x2537bb];return _0x2ecee4;}function _0x3516(){var _0x71eaaa=['Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','Więcej\x20ustawień','Wybierz\x20zakres\x20danych','4753805PQTzEZ','Znacznik','Wyróżniający','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','310376mWCszk','function','Pokaż\x20zaokrąglone\x20rogi','amd','Wypełnienie\x20gradientowe','6507700EPvmpC','Punkt\x20maksymalny','Grupuj','Wybierz\x20położenie','Potwierdź','5415078fNrzDF','Grubość\x20linii','Usuń\x20grupę','Zmień\x20typ','9PanKam','Zakres\x20danych\x20i\x20pozycja','Nieprawidłowy\x20zakres\x20docelowy','4439040gGXKfQ','Ostatni\x20punkt','Standardowy','Znaczniki','Ustawienia\x20podstawowe','Świeży','2dyHEhe','Wyświetl\x20komórki\x20nieliczbowe\x20jako','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','Sparkline','Słupek','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Pokaż\x20oś\x20zerową','415098IawYKk','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Menedżer','7wyjhIY','Dostosuj\x20styl','exports','Odstęp','Połącz\x20punkty\x20danych\x20linią','Usuń\x20element','Motyw','5657156SHwzqw','Grupa\x20sparkline','Domyślny','Użyj\x20wartości\x20minimalnej\x20grupy','Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','Wartość\x20maksymalna','Oś\x20pozioma','Z/S','Ustawienia\x20sparkline','Wykres\x20kołowy','Edytuj\x20sparkline','object','Rozgrupuj','Delikatny','Pokaż\x20ukryte\x20dane','Usuń\x20sparkline','Pierwszy\x20punkt','Wartość\x20niestandardowa','Wartość\x20minimalna','Kolor\x20osi'];_0x3516=function(){return _0x71eaaa;};return _0x3516();}(function(_0x59613f,_0x4203a7){var _0x4be70e=_0x2ece,_0x44a513=_0x59613f();while(!![]){try{var _0x42cbb7=-parseInt(_0x4be70e(0x8e))/0x1*(parseInt(_0x4be70e(0x95))/0x2)+-parseInt(_0x4be70e(0xcb))/0x3+parseInt(_0x4be70e(0x9f))/0x4+parseInt(_0x4be70e(0xb6))/0x5+-parseInt(_0x4be70e(0xc4))/0x6*(-parseInt(_0x4be70e(0x98))/0x7)+-parseInt(_0x4be70e(0xba))/0x8*(-parseInt(_0x4be70e(0xc8))/0x9)+-parseInt(_0x4be70e(0xbf))/0xa;if(_0x42cbb7===_0x4203a7)break;else _0x44a513['push'](_0x44a513['shift']());}catch(_0x140706){_0x44a513['push'](_0x44a513['shift']());}}}(_0x3516,0xb9bec),function(_0x18d2f3,_0x3b255d){var _0x14121c=_0x2ece;typeof exports==_0x14121c(0xaa)&&typeof module<'u'?module[_0x14121c(0x9a)]=_0x3b255d():typeof define==_0x14121c(0xbb)&&define[_0x14121c(0xbd)]?define([],_0x3b255d):(_0x18d2f3=typeof globalThis<'u'?globalThis:_0x18d2f3||self,_0x18d2f3['UniverProSheetsSparklineUiPlPL']=_0x3b255d());}(this,function(){var _0x125ad7=_0x2ece;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x125ad7(0x96)},'title':_0x125ad7(0x91),'remove':_0x125ad7(0xae),'edit':'Edytuj\x20sparkline','panel':{'title':_0x125ad7(0xa7),'basic':_0x125ad7(0xcf),'advanced':'Ustawienia\x20zaawansowane','sourceAndPosition':_0x125ad7(0xc9),'type':'Typ','line':'Linia','bar':_0x125ad7(0x92),'pie':_0x125ad7(0xa8),'profitAndLoss':_0x125ad7(0xa6),'theme':_0x125ad7(0x9e),'standard':_0x125ad7(0xcd),'custom':'Niestandardowy','specialty':'Specjalny','distinctive':_0x125ad7(0xb8),'soft':_0x125ad7(0xac),'fresh':_0x125ad7(0x8d),'adjustStyle':_0x125ad7(0x99),'sparklineColor':'Kolor\x20sparkline','lineWidth':_0x125ad7(0xc5),'gradient':_0x125ad7(0xbe),'radius':_0x125ad7(0xbc),'marker':_0x125ad7(0xb7),'highPoint':_0x125ad7(0xc0),'lowPoint':'Punkt\x20minimalny','firstPoint':_0x125ad7(0xaf),'lastPoint':_0x125ad7(0xcc),'negativePoint':'Punkt\x20ujemny','markersPoint':_0x125ad7(0xce),'manager':_0x125ad7(0x97),'removeItem':_0x125ad7(0x9d),'removeGroup':_0x125ad7(0xc6),'composeManager':'Menedżer\x20grup','compose':_0x125ad7(0xc1),'unCompose':_0x125ad7(0xab),'horizontal':_0x125ad7(0xa5),'showZeroAxis':_0x125ad7(0x94),'axisColor':_0x125ad7(0xb2),'reverse':_0x125ad7(0xb3),'vertical':'Oś\x20pionowa','min':_0x125ad7(0xb1),'itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x125ad7(0xa2),'customMin':'Wartość\x20niestandardowa','max':_0x125ad7(0xa4),'itemMax':_0x125ad7(0xa3),'groupMax':'Użyj\x20wartości\x20maksymalnej\x20grupy','customMax':_0x125ad7(0xb0),'moreSetting':_0x125ad7(0xb4),'showHidden':_0x125ad7(0xad),'showEmptyAs':'Wyświetl\x20puste\x20komórki\x20jako','showNonNumAs':_0x125ad7(0x8f),'spacing':_0x125ad7(0x9b),'zeroValue':'Wartość\x20zerowa','connectWithLine':_0x125ad7(0x9c),'default':_0x125ad7(0xa1)},'selector':{'title':_0x125ad7(0xa9),'changeType':_0x125ad7(0xc7),'sparkline':_0x125ad7(0x91),'sparklineGroup':_0x125ad7(0xa0),'setSource':_0x125ad7(0xb5),'setTarget':_0x125ad7(0xc2),'confirm':_0x125ad7(0xc3),'cancel':'Anuluj','targetError':_0x125ad7(0xca),'singleSourceError':_0x125ad7(0x93),'multSourceError':_0x125ad7(0x90),'resetSourceError':_0x125ad7(0xb9)}}};}));
|