@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/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2aa1e7=_0x1220;(function(_0x115d5c,_0x141cae){const _0x2ba229=_0x1220,_0x584525=_0x115d5c();while(!![]){try{const _0x63cd05=parseInt(_0x2ba229(0x1be))/0x1*(parseInt(_0x2ba229(0x19e))/0x2)+parseInt(_0x2ba229(0x1d2))/0x3*(parseInt(_0x2ba229(0x19b))/0x4)+parseInt(_0x2ba229(0x1d3))/0x5*(parseInt(_0x2ba229(0x1aa))/0x6)+parseInt(_0x2ba229(0x1c5))/0x7*(parseInt(_0x2ba229(0x1a3))/0x8)+parseInt(_0x2ba229(0x1c3))/0x9*(parseInt(_0x2ba229(0x1d7))/0xa)+-parseInt(_0x2ba229(0x1ad))/0xb+-parseInt(_0x2ba229(0x1c6))/0xc;if(_0x63cd05===_0x141cae)break;else _0x584525['push'](_0x584525['shift']());}catch(_0x1f8e0f){_0x584525['push'](_0x584525['shift']());}}}(_0x4dbb,0x2dfb1));function _0x4dbb(){const _0x468919=['الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20لموضع\x20واحد','تحديد\x20الموضع','عرض\x20الخط','ناعم','التحديد\x20المتعدد\x20غير\x20مدعوم\x20عند\x20تحرير\x20خط\x20بيانات\x20مصغر\x20واحد','50826DAwDaV','نطاق\x20الهدف\x20غير\x20صالح','خط\x20البيانات\x20المصغر','تحرير\x20خط\x20البيانات\x20المصغر','تعبئة\x20متدرجة','1161LHjVgg','ضبط\x20النمط','7NpUllZ','5721408ARdkqk','مجموعة\x20خطوط\x20البيانات\x20المصغرة','الإعدادات\x20المتقدمة','المحور\x20الأفقي','لون\x20المحور','استخدام\x20الحد\x20الأقصى\x20للمجموعة','لون\x20خط\x20البيانات\x20المصغر','النقطة\x20الأولى','النوع','دائري','إلغاء','قيمة\x20صفر','4035FpVwIn','5IQTkfW','إزالة\x20خط\x20البيانات\x20المصغر','تجميع','مخصص','23620naSkWM','القيمة\x20العليا','استخدام\x20الحد\x20الأدنى\x20للمجموعة','نطاق\x20البيانات\x20والموضع','740MhEliV','الصفوف\x20والأعمدة\x20المتعددة\x20غير\x20مدعومة\x20للمناطق\x20المتعددة','متخصص','2NKHwlt','قيمة\x20مخصصة','المزيد\x20من\x20الإعدادات','مميز','ربط\x20نقاط\x20البيانات\x20بخط','407336yAZULx','النقطة\x20الأخيرة','افتراضي','علامات','تغيير\x20النوع','استخدام\x20الحد\x20الأقصى\x20لكل\x20خط\x20بيانات\x20مصغر','التباعد','1362222UhazkC','الإعدادات\x20الأساسية','تحديد\x20نطاق\x20البيانات','2389002BquuZx','السمة','استخدام\x20الحد\x20الأدنى\x20لكل\x20خط\x20بيانات\x20مصغر','المدير','مدير\x20المجموعة','إزالة\x20المجموعة','عرض\x20الخلايا\x20الفارغة\x20كـ','فك\x20التجميع','المحور\x20العمودي','إظهار\x20الزوايا\x20المستديرة','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','خط\x20بيانات\x20مصغر'];_0x4dbb=function(){return _0x468919;};return _0x4dbb();}function _0x1220(_0x4005d6,_0x3aa3ab){_0x4005d6=_0x4005d6-0x198;const _0x4dbb63=_0x4dbb();let _0x122036=_0x4dbb63[_0x4005d6];return _0x122036;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x2aa1e7(0x1b7)},'title':_0x2aa1e7(0x1c0),'remove':_0x2aa1e7(0x1d4),'edit':'تحرير\x20خط\x20البيانات\x20المصغر','panel':{'title':'إعدادات\x20خط\x20البيانات\x20المصغر','basic':_0x2aa1e7(0x1ab),'advanced':_0x2aa1e7(0x1c8),'sourceAndPosition':_0x2aa1e7(0x19a),'type':_0x2aa1e7(0x1ce),'line':'خط','bar':'شريط','pie':_0x2aa1e7(0x1cf),'profitAndLoss':'ر/خ','theme':_0x2aa1e7(0x1ae),'standard':'قياسي','custom':_0x2aa1e7(0x1d6),'specialty':_0x2aa1e7(0x19d),'distinctive':_0x2aa1e7(0x1a1),'soft':_0x2aa1e7(0x1bc),'fresh':'منعش','adjustStyle':_0x2aa1e7(0x1c4),'sparklineColor':_0x2aa1e7(0x1cc),'lineWidth':_0x2aa1e7(0x1bb),'gradient':_0x2aa1e7(0x1c2),'radius':_0x2aa1e7(0x1b6),'marker':'علامة','highPoint':'أعلى\x20نقطة','lowPoint':'أدنى\x20نقطة','firstPoint':_0x2aa1e7(0x1cd),'lastPoint':_0x2aa1e7(0x1a4),'negativePoint':'نقطة\x20سالبة','markersPoint':_0x2aa1e7(0x1a6),'manager':_0x2aa1e7(0x1b0),'removeItem':'إزالة\x20عنصر','removeGroup':_0x2aa1e7(0x1b2),'composeManager':_0x2aa1e7(0x1b1),'compose':_0x2aa1e7(0x1d5),'unCompose':_0x2aa1e7(0x1b4),'horizontal':_0x2aa1e7(0x1c9),'showZeroAxis':'إظهار\x20محور\x20الصفر','axisColor':_0x2aa1e7(0x1ca),'reverse':'رسم\x20البيانات\x20من\x20اليمين\x20إلى\x20اليسار','vertical':_0x2aa1e7(0x1b5),'min':'القيمة\x20الدنيا','itemMin':_0x2aa1e7(0x1af),'groupMin':_0x2aa1e7(0x199),'customMin':_0x2aa1e7(0x19f),'max':_0x2aa1e7(0x198),'itemMax':_0x2aa1e7(0x1a8),'groupMax':_0x2aa1e7(0x1cb),'customMax':_0x2aa1e7(0x19f),'moreSetting':_0x2aa1e7(0x1a0),'showHidden':'إظهار\x20البيانات\x20المخفية','showEmptyAs':_0x2aa1e7(0x1b3),'showNonNumAs':'عرض\x20الخلايا\x20غير\x20الرقمية\x20كـ','spacing':_0x2aa1e7(0x1a9),'zeroValue':_0x2aa1e7(0x1d1),'connectWithLine':_0x2aa1e7(0x1a2),'default':_0x2aa1e7(0x1a5)},'selector':{'title':_0x2aa1e7(0x1c1),'changeType':_0x2aa1e7(0x1a7),'sparkline':_0x2aa1e7(0x1b8),'sparklineGroup':_0x2aa1e7(0x1c7),'setSource':_0x2aa1e7(0x1ac),'setTarget':_0x2aa1e7(0x1ba),'confirm':'تأكيد','cancel':_0x2aa1e7(0x1d0),'targetError':_0x2aa1e7(0x1bf),'singleSourceError':_0x2aa1e7(0x1bd),'multSourceError':_0x2aa1e7(0x19c),'resetSourceError':_0x2aa1e7(0x1b9)}}};export{e as default};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x17fee1=_0x792f;function _0x792f(_0x7101df,_0x44013b){_0x7101df=_0x7101df-0x18c;const _0x381fce=_0x381f();let _0x792fe6=_0x381fce[_0x7101df];return _0x792fe6;}(function(_0x2480ca,_0x57a2a1){const _0x2d90e5=_0x792f,_0x20ac17=_0x2480ca();while(!![]){try{const _0x3eecc0=-parseInt(_0x2d90e5(0x18e))/0x1+-parseInt(_0x2d90e5(0x1a5))/0x2*(parseInt(_0x2d90e5(0x194))/0x3)+parseInt(_0x2d90e5(0x1b9))/0x4*(parseInt(_0x2d90e5(0x1ac))/0x5)+-parseInt(_0x2d90e5(0x1a0))/0x6+parseInt(_0x2d90e5(0x1c1))/0x7+parseInt(_0x2d90e5(0x1b8))/0x8*(parseInt(_0x2d90e5(0x18d))/0x9)+-parseInt(_0x2d90e5(0x1a8))/0xa*(-parseInt(_0x2d90e5(0x1a3))/0xb);if(_0x3eecc0===_0x57a2a1)break;else _0x20ac17['push'](_0x20ac17['shift']());}catch(_0xc776b1){_0x20ac17['push'](_0x20ac17['shift']());}}}(_0x381f,0x2a03c));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x17fee1(0x1bf)},'title':_0x17fee1(0x1ae),'remove':_0x17fee1(0x1a1),'edit':_0x17fee1(0x1a7),'panel':{'title':_0x17fee1(0x199),'basic':_0x17fee1(0x18c),'advanced':_0x17fee1(0x1bc),'sourceAndPosition':'Interval\x20de\x20dades\x20i\x20posició','type':_0x17fee1(0x190),'line':_0x17fee1(0x19a),'bar':'Barra','pie':_0x17fee1(0x1aa),'profitAndLoss':'G/P','theme':'Tema','standard':_0x17fee1(0x1b4),'custom':_0x17fee1(0x191),'specialty':_0x17fee1(0x1b5),'distinctive':_0x17fee1(0x19e),'soft':_0x17fee1(0x1b1),'fresh':_0x17fee1(0x18f),'adjustStyle':'Ajustar\x20estil','sparklineColor':_0x17fee1(0x1a9),'lineWidth':_0x17fee1(0x1a4),'gradient':_0x17fee1(0x192),'radius':_0x17fee1(0x1b6),'marker':_0x17fee1(0x1af),'highPoint':_0x17fee1(0x1b2),'lowPoint':_0x17fee1(0x1bb),'firstPoint':_0x17fee1(0x1be),'lastPoint':_0x17fee1(0x1b0),'negativePoint':'Punt\x20negatiu','markersPoint':'Marcadors','manager':'Gestor','removeItem':_0x17fee1(0x1ad),'removeGroup':_0x17fee1(0x1b3),'composeManager':_0x17fee1(0x1a6),'compose':'Agrupar','unCompose':'Desagrupar','horizontal':_0x17fee1(0x1c7),'showZeroAxis':_0x17fee1(0x195),'axisColor':_0x17fee1(0x1c0),'reverse':_0x17fee1(0x1a2),'vertical':_0x17fee1(0x1bd),'min':'Valor\x20mínim','itemMin':_0x17fee1(0x1ba),'groupMin':_0x17fee1(0x19d),'customMin':_0x17fee1(0x1c8),'max':_0x17fee1(0x1c6),'itemMax':'Usar\x20el\x20valor\x20màxim\x20de\x20cada\x20minigràfic','groupMax':_0x17fee1(0x1c4),'customMax':'Valor\x20personalitzat','moreSetting':_0x17fee1(0x198),'showHidden':'Mostrar\x20dades\x20amagades','showEmptyAs':'Mostrar\x20cel·les\x20buides\x20com','showNonNumAs':_0x17fee1(0x1c5),'spacing':_0x17fee1(0x193),'zeroValue':_0x17fee1(0x19f),'connectWithLine':'Connectar\x20punts\x20de\x20dades\x20amb\x20una\x20línia','default':'Per\x20defecte'},'selector':{'title':_0x17fee1(0x1a7),'changeType':'Canviar\x20tipus','sparkline':_0x17fee1(0x1ae),'sparklineGroup':_0x17fee1(0x19b),'setSource':_0x17fee1(0x1c2),'setTarget':_0x17fee1(0x1c3),'confirm':_0x17fee1(0x1ab),'cancel':_0x17fee1(0x196),'targetError':_0x17fee1(0x19c),'singleSourceError':_0x17fee1(0x1b7),'multSourceError':_0x17fee1(0x197),'resetSourceError':'Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20una\x20sola\x20ubicació'}}};function _0x381f(){const _0x3c1ea8=['6675830qvNdas','Color\x20del\x20minigràfic','Pastilla','Confirmar','46595ZOUefD','Eliminar\x20element','Minigràfic','Marcador','Últim\x20punt','Suau','Punt\x20alt','Eliminar\x20grup','Estàndard','Especial','Mostrar\x20cantonades\x20arrodonides','La\x20selecció\x20múltiple\x20no\x20és\x20compatible\x20en\x20editar\x20un\x20sol\x20minigràfic','7864BGgibu','28olFntE','Usar\x20el\x20valor\x20mínim\x20de\x20cada\x20minigràfic','Punt\x20baix','Configuració\x20avançada','Eix\x20vertical','Primer\x20punt','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Color\x20de\x20l\x27eix','518378PRMLQd','Seleccionar\x20interval\x20de\x20dades','Seleccionar\x20ubicació','Usar\x20el\x20valor\x20màxim\x20del\x20grup','Mostrar\x20cel·les\x20no\x20numèriques\x20com','Valor\x20màxim','Eix\x20horitzontal','Valor\x20personalitzat','Configuració\x20bàsica','2520VTNVFI','280768fUZwfn','Fresc','Tipus','Personalitzat','Emplenament\x20degradat','Espaiat','15fGaUIF','Mostrar\x20eix\x20zero','Cancel·lar','Múltiples\x20files\x20i\x20columnes\x20no\x20són\x20compatibles\x20per\x20a\x20diverses\x20àrees','Més\x20configuracions','Configuració\x20del\x20minigràfic','Línia','Grup\x20de\x20minigràfics','Interval\x20de\x20destí\x20no\x20vàlid','Usar\x20el\x20valor\x20mínim\x20del\x20grup','Distintiu','Valor\x20zero','1945290TcWqwA','Eliminar\x20minigràfic','Dibuixar\x20dades\x20de\x20dreta\x20a\x20esquerra','11dRoQqX','Amplada\x20de\x20línia','122014lZUmQO','Gestor\x20de\x20grup','Editar\x20minigràfic'];_0x381f=function(){return _0x3c1ea8;};return _0x381f();}export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x254e(_0x13e20d,_0x37c9e2){_0x13e20d=_0x13e20d-0x17f;const _0x524803=_0x5248();let _0x254e9f=_0x524803[_0x13e20d];return _0x254e9f;}const _0x2e8987=_0x254e;(function(_0x3f4fa0,_0x441635){const _0x1aac88=_0x254e,_0x492ded=_0x3f4fa0();while(!![]){try{const _0x12ca08=-parseInt(_0x1aac88(0x183))/0x1*(-parseInt(_0x1aac88(0x182))/0x2)+parseInt(_0x1aac88(0x19f))/0x3+parseInt(_0x1aac88(0x1a1))/0x4+-parseInt(_0x1aac88(0x1b3))/0x5+parseInt(_0x1aac88(0x1aa))/0x6+parseInt(_0x1aac88(0x1ad))/0x7*(-parseInt(_0x1aac88(0x1b5))/0x8)+parseInt(_0x1aac88(0x1a3))/0x9;if(_0x12ca08===_0x441635)break;else _0x492ded['push'](_0x492ded['shift']());}catch(_0x8be546){_0x492ded['push'](_0x492ded['shift']());}}}(_0x5248,0x9e5f7));function _0x5248(){const _0x4304a9=['Standard','1132065ufUaZX','Abgerundete\x20Ecken\x20anzeigen','Sparkline-Einstellungen','Gruppieren','Sparkline\x20entfernen','Linienbreite','Element\x20entfernen','5294520BpMROd','Typ','Nicht\x20numerische\x20Zellen\x20anzeigen\x20als','343nBJfAp','Gruppierung\x20aufheben','Sparkline','Markierung','Minimalwert\x20jeder\x20Sparkline\x20verwenden','Maximalwert\x20jeder\x20Sparkline\x20verwenden','2031355bnixTs','Abbrechen','198472XxgBau','Erweiterte\x20Einstellungen','Typ\x20ändern','Sparkline-Farbe','Letzter\x20Punkt','Stil\x20anpassen','Ungültiger\x20Zielbereich','Vertikale\x20Achse','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20eine\x20einzelne\x20Platzierung\x20nicht\x20unterstützt','Negativer\x20Punkt','267482JNMDTi','1PqpIFm','Datenbereich\x20und\x20Position','Sparkline\x20bearbeiten','Platzierung\x20auswählen','Datenbereich\x20auswählen','Bestätigen','Linie','Frisch','Gruppe\x20entfernen','Abstand','Erster\x20Punkt','Mehrere\x20Zeilen\x20und\x20Spalten\x20sind\x20für\x20mehrere\x20Bereiche\x20nicht\x20unterstützt','Achsenfarbe','Daten\x20von\x20rechts\x20nach\x20links\x20zeichnen','Sparkline-Gruppe','Horizontale\x20Achse','Benutzerdefiniert','Gruppenmaximalwert\x20verwenden','Nullwert','Balken','Grundeinstellungen','Weitere\x20Einstellungen','Niedrigster\x20Punkt','G/V','Design','Datenpunkte\x20mit\x20einer\x20Linie\x20verbinden','Farbverlauffüllung','Weich','3264750zYIRjV','Benutzerdefinierter\x20Wert','161644GpGcJv'];_0x5248=function(){return _0x4304a9;};return _0x5248();}const e={'sheets-sparkline-ui':{'permission':{'editErr':'Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.'},'title':_0x2e8987(0x1af),'remove':_0x2e8987(0x1a7),'edit':'Sparkline\x20bearbeiten','panel':{'title':_0x2e8987(0x1a5),'basic':_0x2e8987(0x197),'advanced':_0x2e8987(0x1b6),'sourceAndPosition':_0x2e8987(0x184),'type':_0x2e8987(0x1ab),'line':_0x2e8987(0x189),'bar':_0x2e8987(0x196),'pie':'Kreis','profitAndLoss':_0x2e8987(0x19a),'theme':_0x2e8987(0x19b),'standard':_0x2e8987(0x1a2),'custom':_0x2e8987(0x193),'specialty':'Spezial','distinctive':'Ausgeprägt','soft':_0x2e8987(0x19e),'fresh':_0x2e8987(0x18a),'adjustStyle':_0x2e8987(0x1ba),'sparklineColor':_0x2e8987(0x1b8),'lineWidth':_0x2e8987(0x1a8),'gradient':_0x2e8987(0x19d),'radius':_0x2e8987(0x1a4),'marker':_0x2e8987(0x1b0),'highPoint':'Höchster\x20Punkt','lowPoint':_0x2e8987(0x199),'firstPoint':_0x2e8987(0x18d),'lastPoint':_0x2e8987(0x1b9),'negativePoint':_0x2e8987(0x181),'markersPoint':'Markierungen','manager':'Manager','removeItem':_0x2e8987(0x1a9),'removeGroup':_0x2e8987(0x18b),'composeManager':'Gruppenmanager','compose':_0x2e8987(0x1a6),'unCompose':_0x2e8987(0x1ae),'horizontal':_0x2e8987(0x192),'showZeroAxis':'Nullachse\x20anzeigen','axisColor':_0x2e8987(0x18f),'reverse':_0x2e8987(0x190),'vertical':_0x2e8987(0x17f),'min':'Mindestwert','itemMin':_0x2e8987(0x1b1),'groupMin':'Gruppenminimalwert\x20verwenden','customMin':_0x2e8987(0x1a0),'max':'Maximalwert','itemMax':_0x2e8987(0x1b2),'groupMax':_0x2e8987(0x194),'customMax':_0x2e8987(0x1a0),'moreSetting':_0x2e8987(0x198),'showHidden':'Ausgeblendete\x20Daten\x20anzeigen','showEmptyAs':'Leere\x20Zellen\x20anzeigen\x20als','showNonNumAs':_0x2e8987(0x1ac),'spacing':_0x2e8987(0x18c),'zeroValue':_0x2e8987(0x195),'connectWithLine':_0x2e8987(0x19c),'default':_0x2e8987(0x1a2)},'selector':{'title':_0x2e8987(0x185),'changeType':_0x2e8987(0x1b7),'sparkline':_0x2e8987(0x1af),'sparklineGroup':_0x2e8987(0x191),'setSource':_0x2e8987(0x187),'setTarget':_0x2e8987(0x186),'confirm':_0x2e8987(0x188),'cancel':_0x2e8987(0x1b4),'targetError':_0x2e8987(0x1bb),'singleSourceError':'Mehrfachauswahl\x20wird\x20beim\x20Bearbeiten\x20einer\x20einzelnen\x20Sparkline\x20nicht\x20unterstützt','multSourceError':_0x2e8987(0x18e),'resetSourceError':_0x2e8987(0x180)}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3563fd=_0x20d5;(function(_0x5e6aa9,_0x1cd89d){const _0x2c1078=_0x20d5,_0x376e56=_0x5e6aa9();while(!![]){try{const _0x5d3651=-parseInt(_0x2c1078(0x79))/0x1*(parseInt(_0x2c1078(0x91))/0x2)+parseInt(_0x2c1078(0x85))/0x3+parseInt(_0x2c1078(0x9f))/0x4*(-parseInt(_0x2c1078(0x92))/0x5)+parseInt(_0x2c1078(0x86))/0x6*(parseInt(_0x2c1078(0x80))/0x7)+-parseInt(_0x2c1078(0x81))/0x8*(parseInt(_0x2c1078(0x7e))/0x9)+-parseInt(_0x2c1078(0x8f))/0xa+parseInt(_0x2c1078(0x90))/0xb;if(_0x5d3651===_0x1cd89d)break;else _0x376e56['push'](_0x376e56['shift']());}catch(_0x22dd74){_0x376e56['push'](_0x376e56['shift']());}}}(_0x1951,0xee8ae));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3563fd(0x99)},'title':_0x3563fd(0x7c),'remove':_0x3563fd(0x9c),'edit':'Edit\x20Sparkline','panel':{'title':_0x3563fd(0x8e),'basic':_0x3563fd(0xab),'advanced':_0x3563fd(0x8d),'sourceAndPosition':_0x3563fd(0x94),'type':'Type','line':'Line','bar':_0x3563fd(0x97),'pie':'Pie','profitAndLoss':_0x3563fd(0xa7),'theme':_0x3563fd(0x8c),'standard':'Standard','custom':_0x3563fd(0x74),'specialty':_0x3563fd(0x76),'distinctive':'Distinctive','soft':_0x3563fd(0xaa),'fresh':'Fresh','adjustStyle':_0x3563fd(0x83),'sparklineColor':'Sparkline\x20Color','lineWidth':_0x3563fd(0x73),'gradient':_0x3563fd(0x93),'radius':'Show\x20Rounded\x20Corners','marker':_0x3563fd(0x82),'highPoint':'High\x20Point','lowPoint':'Low\x20Point','firstPoint':_0x3563fd(0x7a),'lastPoint':_0x3563fd(0xa6),'negativePoint':_0x3563fd(0x71),'markersPoint':_0x3563fd(0xa3),'manager':'Manager','removeItem':_0x3563fd(0xa2),'removeGroup':'Remove\x20Group','composeManager':_0x3563fd(0x72),'compose':_0x3563fd(0x96),'unCompose':_0x3563fd(0x8a),'horizontal':_0x3563fd(0x9e),'showZeroAxis':_0x3563fd(0x95),'axisColor':_0x3563fd(0x7f),'reverse':'Draw\x20Data\x20from\x20Right\x20to\x20Left','vertical':'Vertical\x20Axis','min':_0x3563fd(0x8b),'itemMin':'Use\x20Each\x20Sparkline’s\x20Minimum\x20Value','groupMin':'Use\x20Group\x20Minimum\x20Value','customMin':_0x3563fd(0x78),'max':_0x3563fd(0x88),'itemMax':_0x3563fd(0x87),'groupMax':_0x3563fd(0x9a),'customMax':_0x3563fd(0x78),'moreSetting':_0x3563fd(0xa5),'showHidden':_0x3563fd(0xa0),'showEmptyAs':_0x3563fd(0x9b),'showNonNumAs':'Display\x20Non-Numeric\x20Cells\x20As','spacing':_0x3563fd(0xa9),'zeroValue':_0x3563fd(0xac),'connectWithLine':'Connect\x20Data\x20Points\x20with\x20a\x20Line','default':_0x3563fd(0xa1)},'selector':{'title':_0x3563fd(0x77),'changeType':_0x3563fd(0xa8),'sparkline':_0x3563fd(0x7c),'sparklineGroup':_0x3563fd(0x84),'setSource':'Select\x20Data\x20Range','setTarget':_0x3563fd(0x7b),'confirm':_0x3563fd(0x9d),'cancel':_0x3563fd(0xa4),'targetError':_0x3563fd(0x89),'singleSourceError':_0x3563fd(0x98),'multSourceError':_0x3563fd(0x75),'resetSourceError':_0x3563fd(0x7d)}}};function _0x20d5(_0x53a827,_0x4dd1f3){_0x53a827=_0x53a827-0x71;const _0x19512f=_0x1951();let _0x20d51c=_0x19512f[_0x53a827];return _0x20d51c;}export{e as default};function _0x1951(){const _0x40b8dd=['Markers','Cancel','More\x20Settings','Last\x20Point','W/L','Change\x20Type','Spacing','Soft','Basic\x20Settings','Zero\x20Value','Negative\x20Point','Group\x20Manager','Line\x20Width','Custom','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20multiple\x20areas','Specialty','Edit\x20Sparkline','Custom\x20Value','188953xsBpWR','First\x20Point','Select\x20Placement','Sparkline','Multi-row\x20and\x20multi-column\x20are\x20not\x20supported\x20for\x20a\x20single\x20placement','135pIpmMS','Axis\x20Color','35623dlYSFH','49432zxCRhh','Marker','Adjust\x20Style','Sparkline\x20Group','239982wTvUGw','1578GsfRgY','Use\x20Each\x20Sparkline’s\x20Maximum\x20Value','Maximum\x20Value','Invalid\x20target\x20range','Ungroup','Minimum\x20Value','Theme','Advanced\x20Settings','Sparkline\x20Settings','4666370BCfQUl','11644666jIowPD','6OSUuzF','467195lzBwSw','Gradient\x20Fill','Data\x20Range\x20and\x20Position','Show\x20Zero\x20Axis','Group','Bar','Multi-selection\x20is\x20not\x20supported\x20when\x20editing\x20a\x20single\x20sparkline','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Use\x20Group\x20Maximum\x20Value','Display\x20Empty\x20Cells\x20As','Remove\x20Sparkline','Confirm','Horizontal\x20Axis','16UdoPal','Show\x20Hidden\x20Data','Default','Remove\x20Item'];_0x1951=function(){return _0x40b8dd;};return _0x1951();}
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x317558=_0x55e5;function _0x55e5(_0x11c7da,_0x391a80){_0x11c7da=_0x11c7da-0x1bd;const _0x57e01e=_0x57e0();let _0x55e52d=_0x57e01e[_0x11c7da];return _0x55e52d;}(function(_0x420110,_0x2443f7){const _0x10f4d6=_0x55e5,_0x322241=_0x420110();while(!![]){try{const _0x2808dc=parseInt(_0x10f4d6(0x1e8))/0x1*(parseInt(_0x10f4d6(0x1d7))/0x2)+parseInt(_0x10f4d6(0x205))/0x3*(parseInt(_0x10f4d6(0x1df))/0x4)+parseInt(_0x10f4d6(0x1e4))/0x5+-parseInt(_0x10f4d6(0x1ff))/0x6*(parseInt(_0x10f4d6(0x200))/0x7)+parseInt(_0x10f4d6(0x1e9))/0x8*(parseInt(_0x10f4d6(0x1f5))/0x9)+parseInt(_0x10f4d6(0x1d2))/0xa*(parseInt(_0x10f4d6(0x1cc))/0xb)+parseInt(_0x10f4d6(0x1eb))/0xc*(-parseInt(_0x10f4d6(0x1cd))/0xd);if(_0x2808dc===_0x2443f7)break;else _0x322241['push'](_0x322241['shift']());}catch(_0x14c825){_0x322241['push'](_0x322241['shift']());}}}(_0x57e0,0xcd40e));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x317558(0x1f9)},'title':_0x317558(0x1e5),'remove':_0x317558(0x1ca),'edit':_0x317558(0x1c8),'panel':{'title':_0x317558(0x1d0),'basic':_0x317558(0x1c0),'advanced':_0x317558(0x1c2),'sourceAndPosition':_0x317558(0x1f0),'type':_0x317558(0x1c4),'line':_0x317558(0x1f7),'bar':_0x317558(0x1cf),'pie':_0x317558(0x1c1),'profitAndLoss':_0x317558(0x1ef),'theme':_0x317558(0x1d9),'standard':'Estándar','custom':_0x317558(0x1dc),'specialty':_0x317558(0x1fe),'distinctive':_0x317558(0x1fc),'soft':'Suave','fresh':_0x317558(0x1ce),'adjustStyle':_0x317558(0x1fa),'sparklineColor':_0x317558(0x1ec),'lineWidth':_0x317558(0x1ea),'gradient':_0x317558(0x1bf),'radius':_0x317558(0x1f8),'marker':_0x317558(0x1e3),'highPoint':_0x317558(0x1c9),'lowPoint':_0x317558(0x1bd),'firstPoint':_0x317558(0x1f6),'lastPoint':_0x317558(0x1f1),'negativePoint':'Punto\x20negativo','markersPoint':_0x317558(0x201),'manager':_0x317558(0x1e0),'removeItem':_0x317558(0x1fd),'removeGroup':_0x317558(0x1c7),'composeManager':_0x317558(0x1c5),'compose':_0x317558(0x1c6),'unCompose':_0x317558(0x1ed),'horizontal':_0x317558(0x1be),'showZeroAxis':_0x317558(0x1ee),'axisColor':_0x317558(0x1f2),'reverse':_0x317558(0x1d8),'vertical':'Eje\x20vertical','min':_0x317558(0x1e6),'itemMin':_0x317558(0x1e1),'groupMin':_0x317558(0x1da),'customMin':_0x317558(0x1d3),'max':_0x317558(0x1e7),'itemMax':_0x317558(0x1e2),'groupMax':'Usar\x20el\x20valor\x20máximo\x20del\x20grupo','customMax':_0x317558(0x1d3),'moreSetting':'Más\x20configuraciones','showHidden':_0x317558(0x1dd),'showEmptyAs':_0x317558(0x1de),'showNonNumAs':'Mostrar\x20celdas\x20no\x20numéricas\x20como','spacing':_0x317558(0x1cb),'zeroValue':_0x317558(0x1d1),'connectWithLine':_0x317558(0x1db),'default':_0x317558(0x204)},'selector':{'title':'Editar\x20minigráfico','changeType':_0x317558(0x203),'sparkline':_0x317558(0x1e5),'sparklineGroup':_0x317558(0x202),'setSource':_0x317558(0x1fb),'setTarget':_0x317558(0x1d4),'confirm':_0x317558(0x1f4),'cancel':_0x317558(0x1d5),'targetError':_0x317558(0x1d6),'singleSourceError':_0x317558(0x1c3),'multSourceError':'Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20múltiples\x20áreas','resetSourceError':_0x317558(0x1f3)}}};function _0x57e0(){const _0x5ebc8d=['Barra','Configuración\x20de\x20minigráfico','Valor\x20cero','7773630OnNabR','Valor\x20personalizado','Seleccionar\x20ubicación','Cancelar','Rango\x20de\x20destino\x20no\x20válido','525284LganBv','Dibujar\x20datos\x20de\x20derecha\x20a\x20izquierda','Tema','Usar\x20el\x20valor\x20mínimo\x20del\x20grupo','Conectar\x20puntos\x20de\x20datos\x20con\x20una\x20línea','Personalizado','Mostrar\x20datos\x20ocultos','Mostrar\x20celdas\x20vacías\x20como','15108suRBHD','Administrador','Usar\x20el\x20valor\x20mínimo\x20de\x20cada\x20minigráfico','Usar\x20el\x20valor\x20máximo\x20de\x20cada\x20minigráfico','Marcador','3553755uVSPjD','Minigráfico','Valor\x20mínimo','Valor\x20máximo','1UdTHwA','24ADrkFg','Ancho\x20de\x20línea','12AiHfbi','Color\x20de\x20minigráfico','Desagrupar','Mostrar\x20eje\x20cero','G/P','Rango\x20de\x20datos\x20y\x20posición','Último\x20punto','Color\x20del\x20eje','Múltiples\x20filas\x20y\x20columnas\x20no\x20son\x20compatibles\x20para\x20una\x20sola\x20ubicación','Confirmar','861075wAZNRG','Primer\x20punto','Línea','Mostrar\x20esquinas\x20redondeadas','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ajustar\x20estilo','Seleccionar\x20rango\x20de\x20datos','Distintivo','Eliminar\x20elemento','Especial','7086918povHNm','7SSHXji','Marcadores','Grupo\x20de\x20minigráficos','Cambiar\x20tipo','Predeterminado','1077lGooVZ','Punto\x20bajo','Eje\x20horizontal','Relleno\x20degradado','Configuración\x20básica','Pastilla','Configuración\x20avanzada','La\x20selección\x20múltiple\x20no\x20es\x20compatible\x20al\x20editar\x20un\x20solo\x20minigráfico','Tipo','Administrador\x20de\x20grupo','Agrupar','Eliminar\x20grupo','Editar\x20minigráfico','Punto\x20alto','Eliminar\x20minigráfico','Espaciado','11JSBJQz','17834089ilVdrh','Fresco'];_0x57e0=function(){return _0x5ebc8d;};return _0x57e0();}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xff9f7c=_0x5eee;(function(_0x4d5981,_0x557d95){const _0x15db02=_0x5eee,_0x31ea56=_0x4d5981();while(!![]){try{const _0x3b08b7=parseInt(_0x15db02(0x1dd))/0x1+-parseInt(_0x15db02(0x1e0))/0x2+-parseInt(_0x15db02(0x1cd))/0x3*(-parseInt(_0x15db02(0x1f5))/0x4)+parseInt(_0x15db02(0x1d9))/0x5+-parseInt(_0x15db02(0x206))/0x6*(parseInt(_0x15db02(0x1fe))/0x7)+parseInt(_0x15db02(0x1dc))/0x8+-parseInt(_0x15db02(0x1f3))/0x9*(parseInt(_0x15db02(0x1d0))/0xa);if(_0x3b08b7===_0x557d95)break;else _0x31ea56['push'](_0x31ea56['shift']());}catch(_0x4d9b57){_0x31ea56['push'](_0x31ea56['shift']());}}}(_0x422b,0xc8615));function _0x422b(){const _0x279878=['37670zSZRMg','سود\x20و\x20زیان','تنظیم\x20سبک','لغو\x20گروهبندی','نقطه\x20بالا','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','گروه\x20نمودار\x20کوچک','متمایز','رنگ\x20محور','3617700oSrvNE','نمایش\x20سلولهای\x20غیرعددی\x20به\x20عنوان','گروهبندی','8605592hEPXWN','998376uCEbcM','نمودار\x20کوچک','نقطه\x20پایین','1757434kgwNEx','اتصال\x20نقاط\x20داده\x20با\x20خط','ستونی','ضخامت\x20خط','محدوده\x20دادهها\x20و\x20موقعیت','نمایش\x20محور\x20صفر','حرفهای','پیشفرض','دایرهای','انتخاب\x20چندگانه\x20هنگام\x20ویرایش\x20یک\x20نمودار\x20کوچک\x20پشتیبانی\x20نمیشود','تأیید','حداکثر\x20مقدار','رنگ\x20نمودار\x20کوچک','ویرایش\x20نمودار\x20کوچک','چند\x20سطر\x20و\x20ستون\x20برای\x20چند\x20منطقه\x20پشتیبانی\x20نمیشود','تازه','لغو','فاصله','مدیریت','567VADGnq','حداکثر\x20مقدار\x20در\x20گروه','748nseVlI','محور\x20عمودی','مقدار\x20سفارشی','نقاط\x20نشانگر','استاندارد','انتخاب\x20محدوده\x20داده','نقاط\x20منفی','حذف\x20نمودار\x20کوچک','نوع','7kRRljq','مقدار\x20صفر','انتخاب\x20محل\x20قرارگیری','حداقل\x20مقدار\x20در\x20گروه','نمایش\x20گوشههای\x20گرد','پر\x20کردن\x20گرادیان','حداقل\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','تنظیمات\x20نمودار\x20کوچک','7328136UBtEzv','نشانگر','حداکثر\x20مقدار\x20برای\x20هر\x20نمودار\x20کوچک','مدیریت\x20گروه','حداقل\x20مقدار','5784RCLJeI','حذف\x20گروه\x20نمودار\x20کوچک','خطی'];_0x422b=function(){return _0x279878;};return _0x422b();}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0xff9f7c(0x1d5)},'title':_0xff9f7c(0x1de),'remove':'حذف\x20نمودار\x20کوچک','edit':_0xff9f7c(0x1ed),'panel':{'title':_0xff9f7c(0x205),'basic':'تنظیمات\x20پایه','advanced':'تنظیمات\x20پیشرفته','sourceAndPosition':_0xff9f7c(0x1e4),'type':_0xff9f7c(0x1fd),'line':_0xff9f7c(0x1cf),'bar':_0xff9f7c(0x1e2),'pie':_0xff9f7c(0x1e8),'profitAndLoss':_0xff9f7c(0x1d1),'theme':'تم','standard':_0xff9f7c(0x1f9),'custom':'سفارشی','specialty':_0xff9f7c(0x1e6),'distinctive':_0xff9f7c(0x1d7),'soft':'ملایم','fresh':_0xff9f7c(0x1ef),'adjustStyle':_0xff9f7c(0x1d2),'sparklineColor':_0xff9f7c(0x1ec),'lineWidth':_0xff9f7c(0x1e3),'gradient':_0xff9f7c(0x203),'radius':_0xff9f7c(0x202),'marker':_0xff9f7c(0x207),'highPoint':_0xff9f7c(0x1d4),'lowPoint':_0xff9f7c(0x1df),'firstPoint':'نقطه\x20اول','lastPoint':'نقطه\x20آخر','negativePoint':_0xff9f7c(0x1fb),'markersPoint':_0xff9f7c(0x1f8),'manager':_0xff9f7c(0x1f2),'removeItem':_0xff9f7c(0x1fc),'removeGroup':_0xff9f7c(0x1ce),'composeManager':_0xff9f7c(0x209),'compose':_0xff9f7c(0x1db),'unCompose':_0xff9f7c(0x1d3),'horizontal':'محور\x20افقی','showZeroAxis':_0xff9f7c(0x1e5),'axisColor':_0xff9f7c(0x1d8),'reverse':'رسم\x20دادهها\x20از\x20راست\x20به\x20چپ','vertical':_0xff9f7c(0x1f6),'min':_0xff9f7c(0x20a),'itemMin':_0xff9f7c(0x204),'groupMin':_0xff9f7c(0x201),'customMin':_0xff9f7c(0x1f7),'max':_0xff9f7c(0x1eb),'itemMax':_0xff9f7c(0x208),'groupMax':_0xff9f7c(0x1f4),'customMax':_0xff9f7c(0x1f7),'moreSetting':'تنظیمات\x20بیشتر','showHidden':'نمایش\x20سلولهای\x20پنهان','showEmptyAs':'نمایش\x20سلولهای\x20خالی\x20به\x20عنوان','showNonNumAs':_0xff9f7c(0x1da),'spacing':_0xff9f7c(0x1f1),'zeroValue':_0xff9f7c(0x1ff),'connectWithLine':_0xff9f7c(0x1e1),'default':_0xff9f7c(0x1e7)},'selector':{'title':_0xff9f7c(0x1ed),'changeType':'تغییر\x20موارد\x20انتخابی','sparkline':_0xff9f7c(0x1de),'sparklineGroup':_0xff9f7c(0x1d6),'setSource':_0xff9f7c(0x1fa),'setTarget':_0xff9f7c(0x200),'confirm':_0xff9f7c(0x1ea),'cancel':_0xff9f7c(0x1f0),'targetError':'محدوده\x20هدف\x20نامعتبر\x20است','singleSourceError':_0xff9f7c(0x1e9),'multSourceError':_0xff9f7c(0x1ee),'resetSourceError':'چند\x20سطر\x20و\x20ستون\x20برای\x20یک\x20محل\x20قرارگیری\x20پشتیبانی\x20نمیشود'}}};function _0x5eee(_0x54e6c4,_0x41abd5){_0x54e6c4=_0x54e6c4-0x1cd;const _0x422b92=_0x422b();let _0x5eeea0=_0x422b92[_0x54e6c4];return _0x5eeea0;}export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1e2a(_0x5855ad,_0x23626d){_0x5855ad=_0x5855ad-0x1a9;const _0xd0a160=_0xd0a1();let _0x1e2ae4=_0xd0a160[_0x5855ad];return _0x1e2ae4;}const _0x50b5e9=_0x1e2a;function _0xd0a1(){const _0x50db07=['Relier\x20les\x20points\x20de\x20données\x20par\x20une\x20ligne','3890056cdNJMh','Couleur\x20de\x20l\x27axe','Premier\x20point','Ligne','1865995dPgkZJ','1499013qoAgUq','Marqueur','Sparkline','Modifier\x20le\x20sparkline','Par\x20défaut','809935JGkfdt','Gestionnaire','Supprimer\x20l\x27élément','Standard','Axe\x20horizontal','Utiliser\x20la\x20valeur\x20maximale\x20de\x20chaque\x20sparkline','Changer\x20le\x20type','Paramètres\x20de\x20base','Thème','Grouper','Valeur\x20zéro','Point\x20bas','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Supprimer\x20le\x20sparkline','Dessiner\x20les\x20données\x20de\x20droite\x20à\x20gauche','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20plusieurs\x20zones','Afficher\x20l\x27axe\x20zéro','Remplissage\x20dégradé','66GzoprU','Sélectionner\x20l\x27emplacement','Distinctif','Multi-lignes\x20et\x20multi-colonnes\x20ne\x20sont\x20pas\x20pris\x20en\x20charge\x20pour\x20un\x20seul\x20emplacement','Afficher\x20les\x20cellules\x20vides\x20comme','13127FmASNX','Espacement','Utiliser\x20la\x20valeur\x20maximale\x20du\x20groupe','Type','Personnalisé','Couleur\x20du\x20sparkline','Dégrouper','626751ImgtIh','Valeur\x20personnalisée','Gestionnaire\x20de\x20groupe','Confirmer','G/P','Afficher\x20les\x20cellules\x20non\x20numériques\x20comme','Utiliser\x20la\x20valeur\x20minimale\x20de\x20chaque\x20sparkline','Plus\x20de\x20paramètres','Secteur','Frais','Valeur\x20maximale','Paramètres\x20avancés','2695524eSFvLX','8vPNLVn','Supprimer\x20le\x20groupe','Point\x20négatif'];_0xd0a1=function(){return _0x50db07;};return _0xd0a1();}(function(_0x16d118,_0x4951e6){const _0x3ce648=_0x1e2a,_0x3c4684=_0x16d118();while(!![]){try{const _0x5ce137=-parseInt(_0x3ce648(0x1ba))/0x1*(parseInt(_0x3ce648(0x1b5))/0x2)+parseInt(_0x3ce648(0x1c1))/0x3*(parseInt(_0x3ce648(0x1ce))/0x4)+parseInt(_0x3ce648(0x1d6))/0x5+parseInt(_0x3ce648(0x1cd))/0x6+-parseInt(_0x3ce648(0x1dc))/0x7+-parseInt(_0x3ce648(0x1d2))/0x8+parseInt(_0x3ce648(0x1d7))/0x9;if(_0x5ce137===_0x4951e6)break;else _0x3c4684['push'](_0x3c4684['shift']());}catch(_0x29fa9b){_0x3c4684['push'](_0x3c4684['shift']());}}}(_0xd0a1,0x5abeb));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x50b5e9(0x1af)},'title':'Sparkline','remove':_0x50b5e9(0x1b0),'edit':_0x50b5e9(0x1da),'panel':{'title':'Paramètres\x20du\x20sparkline','basic':_0x50b5e9(0x1aa),'advanced':_0x50b5e9(0x1cc),'sourceAndPosition':'Plage\x20de\x20données\x20et\x20position','type':_0x50b5e9(0x1bd),'line':_0x50b5e9(0x1d5),'bar':'Barre','pie':_0x50b5e9(0x1c9),'profitAndLoss':_0x50b5e9(0x1c5),'theme':_0x50b5e9(0x1ab),'standard':_0x50b5e9(0x1df),'custom':_0x50b5e9(0x1be),'specialty':'Spécial','distinctive':_0x50b5e9(0x1b7),'soft':'Doux','fresh':_0x50b5e9(0x1ca),'adjustStyle':'Ajuster\x20le\x20style','sparklineColor':_0x50b5e9(0x1bf),'lineWidth':'Largeur\x20de\x20ligne','gradient':_0x50b5e9(0x1b4),'radius':'Afficher\x20les\x20coins\x20arrondis','marker':_0x50b5e9(0x1d8),'highPoint':'Point\x20haut','lowPoint':_0x50b5e9(0x1ae),'firstPoint':_0x50b5e9(0x1d4),'lastPoint':'Dernier\x20point','negativePoint':_0x50b5e9(0x1d0),'markersPoint':'Marqueurs','manager':_0x50b5e9(0x1dd),'removeItem':_0x50b5e9(0x1de),'removeGroup':_0x50b5e9(0x1cf),'composeManager':_0x50b5e9(0x1c3),'compose':_0x50b5e9(0x1ac),'unCompose':_0x50b5e9(0x1c0),'horizontal':_0x50b5e9(0x1e0),'showZeroAxis':_0x50b5e9(0x1b3),'axisColor':_0x50b5e9(0x1d3),'reverse':_0x50b5e9(0x1b1),'vertical':'Axe\x20vertical','min':'Valeur\x20minimale','itemMin':_0x50b5e9(0x1c7),'groupMin':'Utiliser\x20la\x20valeur\x20minimale\x20du\x20groupe','customMin':_0x50b5e9(0x1c2),'max':_0x50b5e9(0x1cb),'itemMax':_0x50b5e9(0x1e1),'groupMax':_0x50b5e9(0x1bc),'customMax':'Valeur\x20personnalisée','moreSetting':_0x50b5e9(0x1c8),'showHidden':'Afficher\x20les\x20données\x20masquées','showEmptyAs':_0x50b5e9(0x1b9),'showNonNumAs':_0x50b5e9(0x1c6),'spacing':_0x50b5e9(0x1bb),'zeroValue':_0x50b5e9(0x1ad),'connectWithLine':_0x50b5e9(0x1d1),'default':_0x50b5e9(0x1db)},'selector':{'title':'Modifier\x20le\x20sparkline','changeType':_0x50b5e9(0x1a9),'sparkline':_0x50b5e9(0x1d9),'sparklineGroup':'Groupe\x20de\x20sparklines','setSource':'Sélectionner\x20la\x20plage\x20de\x20données','setTarget':_0x50b5e9(0x1b6),'confirm':_0x50b5e9(0x1c4),'cancel':'Annuler','targetError':'Plage\x20cible\x20invalide','singleSourceError':'La\x20sélection\x20multiple\x20n\x27est\x20pas\x20prise\x20en\x20charge\x20lors\x20de\x20la\x20modification\x20d\x27un\x20seul\x20sparkline','multSourceError':_0x50b5e9(0x1b2),'resetSourceError':_0x50b5e9(0x1b8)}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x40ab63=_0x5a11;function _0x5a11(_0x163622,_0x5c20b0){_0x163622=_0x163622-0x157;const _0x2dfa6e=_0x2dfa();let _0x5a1128=_0x2dfa6e[_0x163622];return _0x5a1128;}function _0x2dfa(){const _0x47a848=['Gunakan\x20Nilai\x20Minimum\x20Setiap\x20Sparkline','Pengelola\x20Grup','Batal\x20Kelompokkan','Titik\x20Terendah','Pengaturan\x20Lainnya','Default','Batal','Gunakan\x20Nilai\x20Maksimum\x20Setiap\x20Sparkline','Batang','Pengaturan\x20Sparkline','Warna\x20Sumbu','Gunakan\x20Nilai\x20Minimum\x20Grup','Lebar\x20Garis','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20satu\x20penempatan','Rentang\x20Data\x20dan\x20Posisi','Titik\x20Terakhir','Grup\x20Sparkline','264JqSdHW','Hapus\x20Item','Rentang\x20target\x20tidak\x20valid','Pengaturan\x20Dasar','Isian\x20Gradien','64XPJskd','2070606fbRRnC','Kelompokkan','Titik\x20Pertama','20xIjstT','Jarak','Gunakan\x20Nilai\x20Maksimum\x20Grup','Pilih\x20Penempatan','339559MtUKog','Tampilkan\x20Sumbu\x20Nol','Jenis','12Xvzbnn','Tampilkan\x20Sudut\x20Membulat','Nilai\x20Kustom','Hubungkan\x20Titik\x20Data\x20dengan\x20Garis','Segar','952497teRZts','Multi-seleksi\x20tidak\x20didukung\x20saat\x20mengedit\x20satu\x20sparkline','818jLoeop','Edit\x20Sparkline','15gioHXx','Garis','Titik\x20Negatif','Pilih\x20Rentang\x20Data','4872ngXpKb','26088HDvfiA','702267jMXHGa','Tampilkan\x20Sel\x20Non-Numerik\x20Sebagai','Lembut','Sesuaikan\x20Gaya','Multi-baris\x20dan\x20multi-kolom\x20tidak\x20didukung\x20untuk\x20beberapa\x20area','Sparkline','Nilai\x20Nol','Kustom','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','M/K','Gambar\x20Data\x20dari\x20Kanan\x20ke\x20Kiri','Ubah\x20Jenis','Penanda','Pengaturan\x20Lanjutan','462DqTlah','Sumbu\x20Horizontal','Pengelola','Khas','Nilai\x20Maksimum','Nilai\x20Minimum','6903IeoTbC'];_0x2dfa=function(){return _0x47a848;};return _0x2dfa();}(function(_0x3534af,_0x1c6df6){const _0xe67d8d=_0x5a11,_0x33a187=_0x3534af();while(!![]){try{const _0xef078b=parseInt(_0xe67d8d(0x16c))/0x1*(parseInt(_0xe67d8d(0x15a))/0x2)+parseInt(_0xe67d8d(0x174))/0x3*(parseInt(_0xe67d8d(0x165))/0x4)+parseInt(_0xe67d8d(0x16e))/0x5*(-parseInt(_0xe67d8d(0x15b))/0x6)+-parseInt(_0xe67d8d(0x182))/0x7*(-parseInt(_0xe67d8d(0x173))/0x8)+-parseInt(_0xe67d8d(0x16a))/0x9*(parseInt(_0xe67d8d(0x15e))/0xa)+parseInt(_0xe67d8d(0x162))/0xb*(parseInt(_0xe67d8d(0x19a))/0xc)+-parseInt(_0xe67d8d(0x188))/0xd*(-parseInt(_0xe67d8d(0x172))/0xe);if(_0xef078b===_0x1c6df6)break;else _0x33a187['push'](_0x33a187['shift']());}catch(_0x4e90d3){_0x33a187['push'](_0x33a187['shift']());}}}(_0x2dfa,0x88dde));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x40ab63(0x17c)},'title':_0x40ab63(0x179),'remove':'Hapus\x20Sparkline','edit':_0x40ab63(0x16d),'panel':{'title':_0x40ab63(0x192),'basic':_0x40ab63(0x158),'advanced':_0x40ab63(0x181),'sourceAndPosition':_0x40ab63(0x197),'type':_0x40ab63(0x164),'line':_0x40ab63(0x16f),'bar':_0x40ab63(0x191),'pie':'Pie','profitAndLoss':_0x40ab63(0x17d),'theme':'Tema','standard':'Standar','custom':_0x40ab63(0x17b),'specialty':'Spesialitas','distinctive':_0x40ab63(0x185),'soft':_0x40ab63(0x176),'fresh':_0x40ab63(0x169),'adjustStyle':_0x40ab63(0x177),'sparklineColor':'Warna\x20Sparkline','lineWidth':_0x40ab63(0x195),'gradient':_0x40ab63(0x159),'radius':_0x40ab63(0x166),'marker':_0x40ab63(0x180),'highPoint':'Titik\x20Tertinggi','lowPoint':_0x40ab63(0x18c),'firstPoint':_0x40ab63(0x15d),'lastPoint':_0x40ab63(0x198),'negativePoint':_0x40ab63(0x170),'markersPoint':_0x40ab63(0x180),'manager':_0x40ab63(0x184),'removeItem':_0x40ab63(0x19b),'removeGroup':'Hapus\x20Grup','composeManager':_0x40ab63(0x18a),'compose':_0x40ab63(0x15c),'unCompose':_0x40ab63(0x18b),'horizontal':_0x40ab63(0x183),'showZeroAxis':_0x40ab63(0x163),'axisColor':_0x40ab63(0x193),'reverse':_0x40ab63(0x17e),'vertical':'Sumbu\x20Vertikal','min':_0x40ab63(0x187),'itemMin':_0x40ab63(0x189),'groupMin':_0x40ab63(0x194),'customMin':'Nilai\x20Kustom','max':_0x40ab63(0x186),'itemMax':_0x40ab63(0x190),'groupMax':_0x40ab63(0x160),'customMax':_0x40ab63(0x167),'moreSetting':_0x40ab63(0x18d),'showHidden':'Tampilkan\x20Data\x20Tersembunyi','showEmptyAs':'Tampilkan\x20Sel\x20Kosong\x20Sebagai','showNonNumAs':_0x40ab63(0x175),'spacing':_0x40ab63(0x15f),'zeroValue':_0x40ab63(0x17a),'connectWithLine':_0x40ab63(0x168),'default':_0x40ab63(0x18e)},'selector':{'title':_0x40ab63(0x16d),'changeType':_0x40ab63(0x17f),'sparkline':_0x40ab63(0x179),'sparklineGroup':_0x40ab63(0x199),'setSource':_0x40ab63(0x171),'setTarget':_0x40ab63(0x161),'confirm':'Konfirmasi','cancel':_0x40ab63(0x18f),'targetError':_0x40ab63(0x157),'singleSourceError':_0x40ab63(0x16b),'multSourceError':_0x40ab63(0x178),'resetSourceError':_0x40ab63(0x196)}}};export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5368(_0x3334b8,_0x5c4aac){_0x3334b8=_0x3334b8-0xe0;const _0x5b629d=_0x5b62();let _0x5368c8=_0x5b629d[_0x3334b8];return _0x5368c8;}function _0x5b62(){const _0x25b8c4=['Linea','Visualizza\x20celle\x20vuote\x20come','Rimuovi\x20Sparkline','2898459ZkJFgq','Mostra\x20angoli\x20arrotondati','Intervallo\x20dati\x20e\x20posizione','Barra','Seleziona\x20posizione','Fresco','Gestione','Regola\x20stile','Asse\x20verticale','Cambia\x20tipo','Torta','Riempimento\x20gradiente','Ultimo\x20punto','Punto\x20negativo','Modifica\x20Sparkline','Rimuovi\x20elemento','Punto\x20massimo','Separa','Indicatori','8169SYOeNV','9796032huXFqi','Colore\x20asse','23430ynzcYN','Primo\x20punto','Predefinito','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','49896QorSSq','Intervallo\x20di\x20destinazione\x20non\x20valido','6426lTwLkO','Mostra\x20dati\x20nascosti','Tema','Distintivo','Impostazioni\x20di\x20base','Gruppo\x20Sparkline','Larghezza\x20linea','6683256bAdUUO','Seleziona\x20intervallo\x20dati','Impostazioni\x20avanzate','Usa\x20valore\x20minimo\x20del\x20gruppo','8236810gKPouI','Morbido','Indicatore','Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20aree\x20multiple','Disegna\x20dati\x20da\x20destra\x20a\x20sinistra','Valore\x20massimo','804AshXBc','Asse\x20orizzontale','Gestione\x20gruppo','Mostra\x20asse\x20zero','Usa\x20valore\x20minimo\x20di\x20ciascuna\x20Sparkline','Personalizzato','Altre\x20impostazioni','2GCyuee','Usa\x20valore\x20massimo\x20di\x20ciascuna\x20Sparkline','Sparkline'];_0x5b62=function(){return _0x25b8c4;};return _0x5b62();}const _0x15dca5=_0x5368;(function(_0x2f18fc,_0xa48bc8){const _0x6d5724=_0x5368,_0x177ca4=_0x2f18fc();while(!![]){try{const _0x506d5b=parseInt(_0x6d5724(0x10a))/0x1*(-parseInt(_0x6d5724(0xf0))/0x2)+parseInt(_0x6d5724(0x110))/0x3+-parseInt(_0x6d5724(0x103))/0x4*(parseInt(_0x6d5724(0xec))/0x5)+parseInt(_0x6d5724(0xf2))/0x6*(parseInt(_0x6d5724(0xe9))/0x7)+-parseInt(_0x6d5724(0xf9))/0x8+parseInt(_0x6d5724(0xea))/0x9+-parseInt(_0x6d5724(0xfd))/0xa;if(_0x506d5b===_0xa48bc8)break;else _0x177ca4['push'](_0x177ca4['shift']());}catch(_0x3015ec){_0x177ca4['push'](_0x177ca4['shift']());}}}(_0x5b62,0x9f914));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x15dca5(0xef)},'title':_0x15dca5(0x10c),'remove':_0x15dca5(0x10f),'edit':_0x15dca5(0xe4),'panel':{'title':'Impostazioni\x20Sparkline','basic':_0x15dca5(0xf6),'advanced':_0x15dca5(0xfb),'sourceAndPosition':_0x15dca5(0x112),'type':'Tipo','line':_0x15dca5(0x10d),'bar':_0x15dca5(0x113),'pie':_0x15dca5(0xe0),'profitAndLoss':'P/N','theme':_0x15dca5(0xf4),'standard':'Standard','custom':_0x15dca5(0x108),'specialty':'Specialità','distinctive':_0x15dca5(0xf5),'soft':_0x15dca5(0xfe),'fresh':_0x15dca5(0x115),'adjustStyle':_0x15dca5(0x117),'sparklineColor':'Colore\x20Sparkline','lineWidth':_0x15dca5(0xf8),'gradient':_0x15dca5(0xe1),'radius':_0x15dca5(0x111),'marker':_0x15dca5(0xff),'highPoint':_0x15dca5(0xe6),'lowPoint':'Punto\x20minimo','firstPoint':_0x15dca5(0xed),'lastPoint':_0x15dca5(0xe2),'negativePoint':_0x15dca5(0xe3),'markersPoint':_0x15dca5(0xe8),'manager':_0x15dca5(0x116),'removeItem':_0x15dca5(0xe5),'removeGroup':'Rimuovi\x20gruppo','composeManager':_0x15dca5(0x105),'compose':'Raggruppa','unCompose':_0x15dca5(0xe7),'horizontal':_0x15dca5(0x104),'showZeroAxis':_0x15dca5(0x106),'axisColor':_0x15dca5(0xeb),'reverse':_0x15dca5(0x101),'vertical':_0x15dca5(0x118),'min':'Valore\x20minimo','itemMin':_0x15dca5(0x107),'groupMin':_0x15dca5(0xfc),'customMin':'Valore\x20personalizzato','max':_0x15dca5(0x102),'itemMax':_0x15dca5(0x10b),'groupMax':'Usa\x20valore\x20massimo\x20del\x20gruppo','customMax':'Valore\x20personalizzato','moreSetting':_0x15dca5(0x109),'showHidden':_0x15dca5(0xf3),'showEmptyAs':_0x15dca5(0x10e),'showNonNumAs':'Visualizza\x20celle\x20non\x20numeriche\x20come','spacing':'Spaziatura','zeroValue':'Valore\x20zero','connectWithLine':'Connetti\x20punti\x20dati\x20con\x20una\x20linea','default':_0x15dca5(0xee)},'selector':{'title':_0x15dca5(0xe4),'changeType':_0x15dca5(0x119),'sparkline':_0x15dca5(0x10c),'sparklineGroup':_0x15dca5(0xf7),'setSource':_0x15dca5(0xfa),'setTarget':_0x15dca5(0x114),'confirm':'Conferma','cancel':'Annulla','targetError':_0x15dca5(0xf1),'singleSourceError':'La\x20multiselezione\x20non\x20è\x20supportata\x20durante\x20la\x20modifica\x20di\x20una\x20singola\x20sparkline','multSourceError':_0x15dca5(0x100),'resetSourceError':'Righe\x20multiple\x20e\x20colonne\x20multiple\x20non\x20sono\x20supportate\x20per\x20una\x20singola\x20posizione'}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x7fd4e2=_0x2dad;(function(_0x21b101,_0x1bea2e){const _0x1bb7c9=_0x2dad,_0x4ab8ac=_0x21b101();while(!![]){try{const _0x5b45b2=parseInt(_0x1bb7c9(0x118))/0x1+parseInt(_0x1bb7c9(0x11f))/0x2+parseInt(_0x1bb7c9(0x10e))/0x3*(parseInt(_0x1bb7c9(0x111))/0x4)+parseInt(_0x1bb7c9(0x133))/0x5*(-parseInt(_0x1bb7c9(0x106))/0x6)+parseInt(_0x1bb7c9(0x12e))/0x7+parseInt(_0x1bb7c9(0x121))/0x8*(-parseInt(_0x1bb7c9(0x126))/0x9)+-parseInt(_0x1bb7c9(0x113))/0xa;if(_0x5b45b2===_0x1bea2e)break;else _0x4ab8ac['push'](_0x4ab8ac['shift']());}catch(_0x3c624f){_0x4ab8ac['push'](_0x4ab8ac['shift']());}}}(_0x5c94,0x91f41));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x7fd4e2(0x125)},'title':'スパークライン','remove':_0x7fd4e2(0x10c),'edit':'スパークラインの編集','panel':{'title':_0x7fd4e2(0x132),'basic':_0x7fd4e2(0x12d),'advanced':_0x7fd4e2(0x127),'sourceAndPosition':_0x7fd4e2(0x10a),'type':'種類','line':_0x7fd4e2(0x129),'bar':'縦棒','pie':'円','profitAndLoss':'勝敗','theme':_0x7fd4e2(0x136),'standard':'標準','custom':'ユーザー設定','specialty':'特殊','distinctive':'特徴的','soft':_0x7fd4e2(0x11d),'fresh':_0x7fd4e2(0x112),'adjustStyle':_0x7fd4e2(0x12f),'sparklineColor':_0x7fd4e2(0x128),'lineWidth':_0x7fd4e2(0x10b),'gradient':'グラデーション塗りつぶし','radius':_0x7fd4e2(0x119),'marker':_0x7fd4e2(0x12a),'highPoint':'頂点','lowPoint':_0x7fd4e2(0x10d),'firstPoint':'始点','lastPoint':'終点','negativePoint':_0x7fd4e2(0x109),'markersPoint':_0x7fd4e2(0x12a),'manager':_0x7fd4e2(0x110),'removeItem':_0x7fd4e2(0x107),'removeGroup':_0x7fd4e2(0x108),'composeManager':_0x7fd4e2(0x123),'compose':_0x7fd4e2(0x135),'unCompose':_0x7fd4e2(0x11b),'horizontal':'横軸','showZeroAxis':'ゼロ軸を表示','axisColor':_0x7fd4e2(0x116),'reverse':'右から左へデータを描画','vertical':'縦軸','min':_0x7fd4e2(0x11a),'itemMin':'各スパークラインの最小値を使用','groupMin':'グループの最小値を使用','customMin':'ユーザー設定値','max':_0x7fd4e2(0x115),'itemMax':_0x7fd4e2(0x124),'groupMax':'グループの最大値を使用','customMax':_0x7fd4e2(0x114),'moreSetting':_0x7fd4e2(0x127),'showHidden':'非表示データを表示','showEmptyAs':_0x7fd4e2(0x138),'showNonNumAs':_0x7fd4e2(0x134),'spacing':'間隔','zeroValue':_0x7fd4e2(0x10f),'connectWithLine':_0x7fd4e2(0x11e),'default':'既定'},'selector':{'title':_0x7fd4e2(0x130),'changeType':_0x7fd4e2(0x117),'sparkline':_0x7fd4e2(0x137),'sparklineGroup':_0x7fd4e2(0x12b),'setSource':_0x7fd4e2(0x120),'setTarget':_0x7fd4e2(0x11c),'confirm':'確認','cancel':'キャンセル','targetError':_0x7fd4e2(0x122),'singleSourceError':_0x7fd4e2(0x12c),'multSourceError':_0x7fd4e2(0x131),'resetSourceError':'単一配置の場合、複数行と複数列はサポートされていません'}}};function _0x5c94(){const _0x409be8=['アイテムの削除','グループの削除','負のポイント','データ範囲と配置','線の太さ','スパークラインの削除','最低点','3YqTfks','ゼロ値','マネージャー','1284028IyUsSw','フレッシュ','18759350BMyOaM','ユーザー設定値','最大値','軸の色','種類の変更','1051106UaUHmG','角を丸くして表示','最小値','グループ解除','配置の選択','ソフト','データポイントを線で結ぶ','2280202DUeBNC','データ範囲の選択','248WCYXsg','無効な配置範囲','グループマネージャー','各スパークラインの最大値を使用','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','87174RCPFpJ','詳細設定','スパークラインの色','折れ線','マーカー','スパークライングループ','単一スパークラインを編集する場合、複数選択はサポートされていません','基本設定','3829938ImWTsF','スタイルの調整','スパークラインの編集','複数領域の場合、複数行と複数列はサポートされていません','スパークラインの設定','5nwZFLP','数値以外のセルの表示方法','グループ化','テーマ','スパークライン','空白セルの表示方法','1711932QmVgHb'];_0x5c94=function(){return _0x409be8;};return _0x5c94();}function _0x2dad(_0x58c09e,_0xbbadf0){_0x58c09e=_0x58c09e-0x106;const _0x5c9474=_0x5c94();let _0x2dad19=_0x5c9474[_0x58c09e];return _0x2dad19;}export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x7d47(){const _0x28ddec=['추가\x20설정','축\x20색','각\x20스파크라인의\x20최소값\x20사용','숨겨진\x20행\x20및\x20열의\x20데이터\x20표시','꺾은선형','관리자','부드러움','그룹\x20해제','4458570dDvQzz','스파크라인\x20색','모서리\x20둥글게','스파크라인','데이터를\x20오른쪽에서\x20왼쪽으로\x20그리기','최소값','1237992VGhrmE','2068431PAovrN','다중\x20영역의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','그룹\x20관리자','그라데이션\x20채우기','위치\x20범위\x20선택','최대값','데이터\x20범위\x20선택','빈\x20셀\x20표시\x20형식','단일\x20위치의\x20경우\x20여러\x20행과\x20열은\x20지원되지\x20않습니다','9QVAxAq','2012004FXEuxg','데이터\x20요소를\x20선으로\x20연결','각\x20스파크라인의\x20최대값\x20사용','스파크라인\x20그룹','위치\x20범위가\x20유효하지\x20않습니다','축\x20표시','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','낮은\x20점','음수\x20점','351266ukZkBC','스파크라인\x20설정','선\x20두께','5094341RTwOJu','스파크라인\x20지우기','고급\x20설정','항목\x20제거','높은\x20점','1hGPXHT','첫\x20점','3928255OsnNTk','기본\x20설정','마지막\x20점','스파크라인\x20편집','그룹의\x20최대값\x20사용'];_0x7d47=function(){return _0x28ddec;};return _0x7d47();}const _0x3b0451=_0x4727;(function(_0x5b1659,_0x3faefe){const _0x5e2661=_0x4727,_0x5d0fcc=_0x5b1659();while(!![]){try{const _0x29631c=-parseInt(_0x5e2661(0x191))/0x1*(-parseInt(_0x5e2661(0x189))/0x2)+parseInt(_0x5e2661(0x1a7))/0x3+parseInt(_0x5e2661(0x180))/0x4+-parseInt(_0x5e2661(0x193))/0x5+parseInt(_0x5e2661(0x1a0))/0x6+-parseInt(_0x5e2661(0x18c))/0x7+parseInt(_0x5e2661(0x1a6))/0x8*(-parseInt(_0x5e2661(0x17f))/0x9);if(_0x29631c===_0x3faefe)break;else _0x5d0fcc['push'](_0x5d0fcc['shift']());}catch(_0xbb9d02){_0x5d0fcc['push'](_0x5d0fcc['shift']());}}}(_0x7d47,0x6c2a3));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x3b0451(0x186)},'title':_0x3b0451(0x1a3),'remove':_0x3b0451(0x18d),'edit':'스파크라인\x20편집','panel':{'title':_0x3b0451(0x18a),'basic':_0x3b0451(0x194),'advanced':_0x3b0451(0x18e),'sourceAndPosition':'데이터\x20범위\x20및\x20위치','type':'종류','line':_0x3b0451(0x19c),'bar':'열','pie':'원형','profitAndLoss':'승패','theme':'테마','standard':'표준','custom':'사용자\x20지정','specialty':'특수','distinctive':'독특함','soft':_0x3b0451(0x19e),'fresh':'신선함','adjustStyle':'스타일\x20조정','sparklineColor':_0x3b0451(0x1a1),'lineWidth':_0x3b0451(0x18b),'gradient':_0x3b0451(0x179),'radius':_0x3b0451(0x1a2),'marker':'표식','highPoint':_0x3b0451(0x190),'lowPoint':_0x3b0451(0x187),'firstPoint':_0x3b0451(0x192),'lastPoint':_0x3b0451(0x195),'negativePoint':_0x3b0451(0x188),'markersPoint':'표식','manager':_0x3b0451(0x19d),'removeItem':_0x3b0451(0x18f),'removeGroup':'그룹\x20제거','composeManager':_0x3b0451(0x178),'compose':'그룹','unCompose':_0x3b0451(0x19f),'horizontal':'가로\x20축','showZeroAxis':_0x3b0451(0x185),'axisColor':_0x3b0451(0x199),'reverse':_0x3b0451(0x1a4),'vertical':'세로\x20축','min':_0x3b0451(0x1a5),'itemMin':_0x3b0451(0x19a),'groupMin':'그룹의\x20최소값\x20사용','customMin':'사용자\x20지정\x20값','max':_0x3b0451(0x17b),'itemMax':_0x3b0451(0x182),'groupMax':_0x3b0451(0x197),'customMax':'사용자\x20지정\x20값','moreSetting':_0x3b0451(0x198),'showHidden':_0x3b0451(0x19b),'showEmptyAs':_0x3b0451(0x17d),'showNonNumAs':'숫자가\x20아닌\x20셀\x20표시\x20형식','spacing':'간격','zeroValue':'0\x20값','connectWithLine':_0x3b0451(0x181),'default':'기본값'},'selector':{'title':_0x3b0451(0x196),'changeType':'종류\x20변경','sparkline':_0x3b0451(0x1a3),'sparklineGroup':_0x3b0451(0x183),'setSource':_0x3b0451(0x17c),'setTarget':_0x3b0451(0x17a),'confirm':'확인','cancel':'취소','targetError':_0x3b0451(0x184),'singleSourceError':'단일\x20스파크라인\x20편집\x20시\x20다중\x20선택은\x20지원되지\x20않습니다','multSourceError':_0x3b0451(0x1a8),'resetSourceError':_0x3b0451(0x17e)}}};function _0x4727(_0x258437,_0x5a7355){_0x258437=_0x258437-0x178;const _0x7d472=_0x7d47();let _0x47272d=_0x7d472[_0x258437];return _0x47272d;}export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x3237(){const _0x2b706e=['Wykres\x20kołowy','1473300DlMvqw','Menedżer\x20grup','Połącz\x20punkty\x20danych\x20linią','Grubość\x20linii','Punkt\x20minimalny','Ustawienia\x20zaawansowane','4141030HVppII','Dostosuj\x20styl','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Wyświetl\x20komórki\x20nieliczbowe\x20jako','192jwaPWU','Ostatni\x20punkt','Oś\x20pozioma','1703560EUGLns','Użyj\x20wartości\x20minimalnej\x20grupy','Wybierz\x20położenie','Wypełnienie\x20gradientowe','Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20pojedynczego\x20położenia','Pokaż\x20oś\x20zerową','1239QtlXuc','Odstęp','Standardowy','Wartość\x20niestandardowa','Specjalny','Rysuj\x20dane\x20od\x20prawej\x20do\x20lewej','Wyróżniający','Pokaż\x20ukryte\x20dane','Wartość\x20maksymalna','Wyświetl\x20puste\x20komórki\x20jako','Kolor\x20osi','Znaczniki','Menedżer','Wybierz\x20zakres\x20danych','Motyw','Grupa\x20sparkline','Użyj\x20wartości\x20maksymalnej\x20grupy','Typ','Sparkline','Punkt\x20maksymalny','Edytuj\x20sparkline','Grupuj','Ustawienia\x20podstawowe','Z/S','Anuluj','228hkKxIb','Słupek','99GvVJMM','Zmień\x20typ','Delikatny','Znacznik','Pokaż\x20zaokrąglone\x20rogi','90027VrNUPN','Zakres\x20danych\x20i\x20pozycja','Wielokrotny\x20wybór\x20nie\x20jest\x20obsługiwany\x20podczas\x20edycji\x20pojedynczego\x20sparkline','Nieprawidłowy\x20zakres\x20docelowy','Kolor\x20sparkline','708828BXmAgC','Potwierdź','Świeży','3372YMGSZH','Usuń\x20element','Domyślny'];_0x3237=function(){return _0x2b706e;};return _0x3237();}const _0x301227=_0x21a6;(function(_0x11cf1d,_0x1019a6){const _0x26232f=_0x21a6,_0x3f9c36=_0x11cf1d();while(!![]){try{const _0x302bf3=parseInt(_0x26232f(0x16e))/0x1*(-parseInt(_0x26232f(0x17b))/0x2)+parseInt(_0x26232f(0x192))/0x3*(-parseInt(_0x26232f(0x16c))/0x4)+parseInt(_0x26232f(0x18c))/0x5+parseInt(_0x26232f(0x178))/0x6+-parseInt(_0x26232f(0x173))/0x7*(parseInt(_0x26232f(0x189))/0x8)+-parseInt(_0x26232f(0x17f))/0x9+parseInt(_0x26232f(0x185))/0xa;if(_0x302bf3===_0x1019a6)break;else _0x3f9c36['push'](_0x3f9c36['shift']());}catch(_0x3d9624){_0x3f9c36['push'](_0x3f9c36['shift']());}}}(_0x3237,0x334d6));function _0x21a6(_0x445a79,_0x39a938){_0x445a79=_0x445a79-0x15f;const _0x323701=_0x3237();let _0x21a646=_0x323701[_0x445a79];return _0x21a646;}const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x301227(0x187)},'title':_0x301227(0x165),'remove':'Usuń\x20sparkline','edit':_0x301227(0x167),'panel':{'title':'Ustawienia\x20sparkline','basic':_0x301227(0x169),'advanced':_0x301227(0x184),'sourceAndPosition':_0x301227(0x174),'type':_0x301227(0x164),'line':'Linia','bar':_0x301227(0x16d),'pie':_0x301227(0x17e),'profitAndLoss':_0x301227(0x16a),'theme':_0x301227(0x161),'standard':_0x301227(0x194),'custom':'Niestandardowy','specialty':_0x301227(0x196),'distinctive':_0x301227(0x198),'soft':_0x301227(0x170),'fresh':_0x301227(0x17a),'adjustStyle':_0x301227(0x186),'sparklineColor':_0x301227(0x177),'lineWidth':_0x301227(0x182),'gradient':_0x301227(0x18f),'radius':_0x301227(0x172),'marker':_0x301227(0x171),'highPoint':_0x301227(0x166),'lowPoint':_0x301227(0x183),'firstPoint':'Pierwszy\x20punkt','lastPoint':_0x301227(0x18a),'negativePoint':'Punkt\x20ujemny','markersPoint':_0x301227(0x19d),'manager':_0x301227(0x15f),'removeItem':_0x301227(0x17c),'removeGroup':'Usuń\x20grupę','composeManager':_0x301227(0x180),'compose':_0x301227(0x168),'unCompose':'Rozgrupuj','horizontal':_0x301227(0x18b),'showZeroAxis':_0x301227(0x191),'axisColor':_0x301227(0x19c),'reverse':_0x301227(0x197),'vertical':'Oś\x20pionowa','min':'Wartość\x20minimalna','itemMin':'Użyj\x20wartości\x20minimalnej\x20każdego\x20sparkline','groupMin':_0x301227(0x18d),'customMin':_0x301227(0x195),'max':_0x301227(0x19a),'itemMax':'Użyj\x20wartości\x20maksymalnej\x20każdego\x20sparkline','groupMax':_0x301227(0x163),'customMax':_0x301227(0x195),'moreSetting':'Więcej\x20ustawień','showHidden':_0x301227(0x199),'showEmptyAs':_0x301227(0x19b),'showNonNumAs':_0x301227(0x188),'spacing':_0x301227(0x193),'zeroValue':'Wartość\x20zerowa','connectWithLine':_0x301227(0x181),'default':_0x301227(0x17d)},'selector':{'title':_0x301227(0x167),'changeType':_0x301227(0x16f),'sparkline':_0x301227(0x165),'sparklineGroup':_0x301227(0x162),'setSource':_0x301227(0x160),'setTarget':_0x301227(0x18e),'confirm':_0x301227(0x179),'cancel':_0x301227(0x16b),'targetError':_0x301227(0x176),'singleSourceError':_0x301227(0x175),'multSourceError':'Wiele\x20wierszy\x20i\x20kolumn\x20nie\x20jest\x20obsługiwanych\x20dla\x20wielu\x20obszarów','resetSourceError':_0x301227(0x190)}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x134e73=_0x3315;function _0xdb39(){const _0x41c278=['Eixo\x20vertical','Espaçamento','Configurações\x20básicas','Primeiro\x20ponto','Tema','Usar\x20valor\x20máximo\x20de\x20cada\x20sparkline','Intervalo\x20de\x20destino\x20inválido','Mais\x20configurações','12cKLAGa','Editar\x20sparkline','Grupo\x20de\x20sparklines','114495vTkzAo','Último\x20ponto','Configurações\x20do\x20sparkline','Ajustar\x20estilo','2093808Xmzzcr','Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20uma\x20única\x20posição','Marcador','4jPbhkW','20paDToV','Valor\x20personalizado','4990eOfOwe','Cor\x20do\x20sparkline','A\x20seleção\x20múltipla\x20não\x20é\x20suportada\x20ao\x20editar\x20um\x20único\x20sparkline','Gerenciador','Mostrar\x20eixo\x20zero','Valor\x20zero','Padrão','Linha','563964oUvPNK','Intervalo\x20de\x20dados\x20e\x20posição','Selecionar\x20posição','Configurações\x20avançadas','Personalizado','Mostrar\x20dados\x20ocultos','Ponto\x20negativo','2984611GcxmWQ','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Pizza','Valor\x20mínimo','Desenhar\x20dados\x20da\x20direita\x20para\x20esquerda','Mostrar\x20cantos\x20arredondados','Usar\x20valor\x20máximo\x20do\x20grupo','Selecionar\x20intervalo\x20de\x20dados','11scghsl','Gerenciador\x20de\x20grupo','Alterar\x20tipo','Remover\x20item','G/P','4655310HHfrUE','Agrupar','Fresco','Largura\x20da\x20linha','Tipo','209urcPQb','Exibir\x20células\x20vazias\x20como','Cor\x20do\x20eixo','Cancelar','Barra','695817ptWEMD','Sparkline'];_0xdb39=function(){return _0x41c278;};return _0xdb39();}function _0x3315(_0x4243ed,_0x50b558){_0x4243ed=_0x4243ed-0x6b;const _0xdb393b=_0xdb39();let _0x3315c3=_0xdb393b[_0x4243ed];return _0x3315c3;}(function(_0x2af94a,_0x5182c8){const _0x1ae1dd=_0x3315,_0x2e6b4c=_0x2af94a();while(!![]){try{const _0x26f3c8=parseInt(_0x1ae1dd(0x9e))/0x1*(parseInt(_0x1ae1dd(0x7d))/0x2)+-parseInt(_0x1ae1dd(0x73))/0x3*(parseInt(_0x1ae1dd(0x7a))/0x4)+parseInt(_0x1ae1dd(0x99))/0x5+-parseInt(_0x1ae1dd(0x70))/0x6*(parseInt(_0x1ae1dd(0x8c))/0x7)+-parseInt(_0x1ae1dd(0x77))/0x8+-parseInt(_0x1ae1dd(0xa3))/0x9*(-parseInt(_0x1ae1dd(0x7b))/0xa)+-parseInt(_0x1ae1dd(0x94))/0xb*(-parseInt(_0x1ae1dd(0x85))/0xc);if(_0x26f3c8===_0x5182c8)break;else _0x2e6b4c['push'](_0x2e6b4c['shift']());}catch(_0xee5e89){_0x2e6b4c['push'](_0x2e6b4c['shift']());}}}(_0xdb39,0x7a6ff));const e={'sheets-sparkline-ui':{'permission':{'editErr':_0x134e73(0x8d)},'title':_0x134e73(0xa4),'remove':'Remover\x20sparkline','edit':_0x134e73(0x71),'panel':{'title':_0x134e73(0x75),'basic':_0x134e73(0xa7),'advanced':_0x134e73(0x88),'sourceAndPosition':_0x134e73(0x86),'type':_0x134e73(0x9d),'line':_0x134e73(0x84),'bar':_0x134e73(0xa2),'pie':_0x134e73(0x8e),'profitAndLoss':_0x134e73(0x98),'theme':_0x134e73(0x6c),'standard':_0x134e73(0x83),'custom':_0x134e73(0x89),'specialty':'Especial','distinctive':'Distintivo','soft':'Suave','fresh':_0x134e73(0x9b),'adjustStyle':_0x134e73(0x76),'sparklineColor':_0x134e73(0x7e),'lineWidth':_0x134e73(0x9c),'gradient':'Preenchimento\x20gradiente','radius':_0x134e73(0x91),'marker':_0x134e73(0x79),'highPoint':'Ponto\x20alto','lowPoint':'Ponto\x20baixo','firstPoint':_0x134e73(0x6b),'lastPoint':_0x134e73(0x74),'negativePoint':_0x134e73(0x8b),'markersPoint':'Marcadores','manager':_0x134e73(0x80),'removeItem':_0x134e73(0x97),'removeGroup':'Remover\x20grupo','composeManager':_0x134e73(0x95),'compose':_0x134e73(0x9a),'unCompose':'Desagrupar','horizontal':'Eixo\x20horizontal','showZeroAxis':_0x134e73(0x81),'axisColor':_0x134e73(0xa0),'reverse':_0x134e73(0x90),'vertical':_0x134e73(0xa5),'min':_0x134e73(0x8f),'itemMin':'Usar\x20valor\x20mínimo\x20de\x20cada\x20sparkline','groupMin':'Usar\x20valor\x20mínimo\x20do\x20grupo','customMin':_0x134e73(0x7c),'max':'Valor\x20máximo','itemMax':_0x134e73(0x6d),'groupMax':_0x134e73(0x92),'customMax':'Valor\x20personalizado','moreSetting':_0x134e73(0x6f),'showHidden':_0x134e73(0x8a),'showEmptyAs':_0x134e73(0x9f),'showNonNumAs':'Exibir\x20células\x20não\x20numéricas\x20como','spacing':_0x134e73(0xa6),'zeroValue':_0x134e73(0x82),'connectWithLine':'Conectar\x20pontos\x20de\x20dados\x20com\x20uma\x20linha','default':_0x134e73(0x83)},'selector':{'title':_0x134e73(0x71),'changeType':_0x134e73(0x96),'sparkline':_0x134e73(0xa4),'sparklineGroup':_0x134e73(0x72),'setSource':_0x134e73(0x93),'setTarget':_0x134e73(0x87),'confirm':'Confirmar','cancel':_0x134e73(0xa1),'targetError':_0x134e73(0x6e),'singleSourceError':_0x134e73(0x7f),'multSourceError':'Múltiplas\x20linhas\x20e\x20colunas\x20não\x20são\x20suportadas\x20para\x20múltiplas\x20áreas','resetSourceError':_0x134e73(0x78)}}};export{e as default};
|