@univerjs-pro/sheets-pivot 0.24.0 → 0.25.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/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -0
- 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 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- 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 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- 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 -0
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -0
- 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 -0
- package/lib/es/locale/it-IT.js +1 -0
- 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 -0
- package/lib/es/locale/pt-BR.js +1 -0
- 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 -0
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- 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 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- 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 -0
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/command/remove-pivot-table.command.d.ts +17 -0
- package/lib/types/facade/f-enum.d.ts +29 -1
- package/lib/types/facade/f-generic-pivot-table.d.ts +22 -22
- package/lib/types/facade/f-pivot-table.d.ts +338 -42
- package/lib/types/facade/f-workbook.d.ts +12 -17
- package/lib/types/facade/f-worksheet.d.ts +3 -2
- package/lib/types/index.d.ts +3 -1
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- 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 -0
- package/lib/umd/locale/it-IT.js +1 -0
- 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 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- 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 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1306(_0x13fde8,_0x239d63){_0x13fde8=_0x13fde8-0x1f1;var _0x2a210c=_0x2a21();var _0x1306db=_0x2a210c[_0x13fde8];return _0x1306db;}(function(_0x3de2b7,_0x55f204){var _0x1a30c2=_0x1306,_0x7b01b2=_0x3de2b7();while(!![]){try{var _0x423485=parseInt(_0x1a30c2(0x216))/0x1+parseInt(_0x1a30c2(0x1f5))/0x2+-parseInt(_0x1a30c2(0x212))/0x3*(parseInt(_0x1a30c2(0x215))/0x4)+-parseInt(_0x1a30c2(0x1f2))/0x5*(parseInt(_0x1a30c2(0x21a))/0x6)+-parseInt(_0x1a30c2(0x1f4))/0x7*(-parseInt(_0x1a30c2(0x1fd))/0x8)+-parseInt(_0x1a30c2(0x204))/0x9+-parseInt(_0x1a30c2(0x202))/0xa*(-parseInt(_0x1a30c2(0x223))/0xb);if(_0x423485===_0x55f204)break;else _0x7b01b2['push'](_0x7b01b2['shift']());}catch(_0x3c5ea2){_0x7b01b2['push'](_0x7b01b2['shift']());}}}(_0x2a21,0xf1770),function(_0x48de8b,_0x36fcbd){var _0x18e786=_0x1306;typeof exports==_0x18e786(0x21b)&&typeof module<'u'?module[_0x18e786(0x1f9)]=_0x36fcbd():typeof define==_0x18e786(0x20e)&&define[_0x18e786(0x21d)]?define([],_0x36fcbd):(_0x48de8b=typeof globalThis<'u'?globalThis:_0x48de8b||self,_0x48de8b[_0x18e786(0x20b)]=_0x36fcbd());}(this,function(){var _0x58a8de=_0x1306;return{'sheets-pivot':{'sheet':_0x58a8de(0x219),'blankValue':_0x58a8de(0x203),'otherValue':_0x58a8de(0x222),'columnName':_0x58a8de(0x218),'subTotalText':_0x58a8de(0x208),'grandTotalText':'الإجمالي\x20الكلي','valueText':_0x58a8de(0x20f),'averageName':_0x58a8de(0x201),'countName':'عدد\x20','countNumsName':_0x58a8de(0x213),'maxName':_0x58a8de(0x1f6),'minName':_0x58a8de(0x220),'productName':_0x58a8de(0x200),'stdDevName':_0x58a8de(0x20a),'stdDevpName':_0x58a8de(0x1f1),'sumName':_0x58a8de(0x1ff),'varName':'التباين\x20لـ\x20','varpName':_0x58a8de(0x211),'subTotal':_0x58a8de(0x205),'grandTotal':_0x58a8de(0x217),'value':_0x58a8de(0x1f7),'blank':_0x58a8de(0x21c),'other':_0x58a8de(0x21f),'emptyPivot':{'filter':'تصفية','row':'صف','column':_0x58a8de(0x1f8),'values':_0x58a8de(0x1f3)},'dateGroup':{'year':'سنة','month':_0x58a8de(0x20c),'day':_0x58a8de(0x207),'hour':_0x58a8de(0x1fa),'minute':'دقيقة','quarter':_0x58a8de(0x21e),'monthDate':_0x58a8de(0x221),'yearQuarter':'سنة-ربع','yearMonth':'سنة-شهر','yearMonthDate':_0x58a8de(0x1fc)},'cellDateGroupDisplay':{'minute':'{0}\x20دقيقة','hour':_0x58a8de(0x20d),'hourMinute':_0x58a8de(0x214),'date':'{0}\x20يوم','month':_0x58a8de(0x224),'monthDate':_0x58a8de(0x209),'quarter':_0x58a8de(0x1fe),'year':_0x58a8de(0x1fb),'yearMonth':_0x58a8de(0x206),'yearMonthDate':_0x58a8de(0x210),'yearQuarter':'{0}\x20سنة\x20{1}\x20ربع'}}};}));function _0x2a21(){var _0x1c346c=['1070870eybwrq','القيم','7966FTeQbp','919022PiqYcc','الحد\x20الأقصى\x20لـ\x20','قيمة','عمود','exports','ساعة','{0}\x20سنة','سنة-شهر-يوم','5584gPtbPH','{0}\x20ربع','مجموع\x20','حاصل\x20ضرب\x20','متوسط\x20','10FqDTEv','(فارغ)','279756clKNti','إجمالي\x20فرعي','{0}\x20سنة\x20{1}\x20شهر','يوم','الإجمالي','{0}\x20شهر\x20{1}\x20يوم','الانحراف\x20المعياري\x20لـ\x20','UniverProSheetsPivotArSA','شهر','{0}\x20ساعة','function','القيمة','{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','تباين\x20المجتمع\x20لـ\x20','1917LMEeFt','عدد\x20','{0}\x20ساعة\x20{1}\x20دقيقة','10996ZxwaML','231033xQXoxo','الإجمالي\x20الكلي','عمود\x20','ورقة','6UWmxaA','object','فارغ','amd','ربع','آخر','الحد\x20الأدنى\x20لـ\x20','شهر-يوم','(آخر)','16566451gehFGq','{0}\x20شهر','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20'];_0x2a21=function(){return _0x1c346c;};return _0x2a21();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x16a1b3,_0x4e4ba2){var _0x4234d0=_0x4bd6,_0x2a0907=_0x16a1b3();while(!![]){try{var _0x2a148a=-parseInt(_0x4234d0(0x19a))/0x1+parseInt(_0x4234d0(0x195))/0x2*(parseInt(_0x4234d0(0x1b2))/0x3)+parseInt(_0x4234d0(0x19e))/0x4*(parseInt(_0x4234d0(0x1ab))/0x5)+parseInt(_0x4234d0(0x1a7))/0x6+parseInt(_0x4234d0(0x18d))/0x7+-parseInt(_0x4234d0(0x1b3))/0x8+-parseInt(_0x4234d0(0x1b6))/0x9;if(_0x2a148a===_0x4e4ba2)break;else _0x2a0907['push'](_0x2a0907['shift']());}catch(_0x39061a){_0x2a0907['push'](_0x2a0907['shift']());}}}(_0x2bba,0x8e9b2),function(_0x2c70fa,_0x2b3fdc){var _0x56b5e5=_0x4bd6;typeof exports=='object'&&typeof module<'u'?module[_0x56b5e5(0x1b4)]=_0x2b3fdc():typeof define==_0x56b5e5(0x1a1)&&define[_0x56b5e5(0x1a3)]?define([],_0x2b3fdc):(_0x2c70fa=typeof globalThis<'u'?globalThis:_0x2c70fa||self,_0x2c70fa[_0x56b5e5(0x1bb)]=_0x2b3fdc());}(this,function(){var _0x36df73=_0x4bd6;return{'sheets-pivot':{'sheet':_0x36df73(0x197),'blankValue':_0x36df73(0x196),'otherValue':_0x36df73(0x1ae),'columnName':_0x36df73(0x1aa),'subTotalText':'Subtotal','grandTotalText':_0x36df73(0x1a4),'valueText':_0x36df73(0x189),'averageName':_0x36df73(0x198),'countName':_0x36df73(0x18a),'countNumsName':'Recompte\x20de\x20','maxName':_0x36df73(0x18f),'minName':_0x36df73(0x1a5),'productName':_0x36df73(0x194),'stdDevName':_0x36df73(0x190),'stdDevpName':_0x36df73(0x19c),'sumName':_0x36df73(0x1a0),'varName':_0x36df73(0x1af),'varpName':'VarP\x20de\x20','subTotal':_0x36df73(0x1a2),'grandTotal':_0x36df73(0x1a4),'value':_0x36df73(0x1ba),'blank':_0x36df73(0x1a6),'other':_0x36df73(0x1ac),'emptyPivot':{'filter':_0x36df73(0x18c),'row':_0x36df73(0x199),'column':_0x36df73(0x18b),'values':_0x36df73(0x19d)},'dateGroup':{'year':_0x36df73(0x1a9),'month':_0x36df73(0x191),'day':'Dia','hour':_0x36df73(0x192),'minute':'Minut','quarter':'Trimestre','monthDate':_0x36df73(0x1b9),'yearQuarter':_0x36df73(0x1b0),'yearMonth':_0x36df73(0x193),'yearMonthDate':_0x36df73(0x1ad)},'cellDateGroupDisplay':{'minute':_0x36df73(0x19f),'hour':_0x36df73(0x1b1),'hourMinute':'{0}\x20hora\x20{1}\x20minut','date':'{0}\x20dia','month':_0x36df73(0x1a8),'monthDate':'{0}\x20mes\x20{1}\x20dia','quarter':_0x36df73(0x1b8),'year':_0x36df73(0x1b5),'yearMonth':_0x36df73(0x1b7),'yearMonthDate':_0x36df73(0x19b),'yearQuarter':_0x36df73(0x18e)}}};}));function _0x4bd6(_0x5d7b0f,_0x59069e){_0x5d7b0f=_0x5d7b0f-0x189;var _0x2bbaf6=_0x2bba();var _0x4bd614=_0x2bbaf6[_0x5d7b0f];return _0x4bd614;}function _0x2bba(){var _0x4206c4=['Hora','Any-Mes','Producte\x20de\x20','2RvOKNV','(En\x20blanc)','Full','Mitjana\x20de\x20','Fila','49204fjMjji','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','DesvEstP\x20de\x20','Valors','2685268mlLreS','{0}\x20minut','Suma\x20de\x20','function','Subtotal','amd','Total\x20general','Mín\x20de\x20','en\x20blanc','3097704WYjCoB','{0}\x20mes','Any','Columna\x20','5zpMQPu','altre','Any-Mes-Dia','(Altre)','Var\x20de\x20','Any-Trimestre','{0}\x20hora','1745151UXGuZx','5595160crIIld','exports','{0}\x20any','13865328SCKPmj','{0}\x20any\x20{1}\x20mes','{0}\x20trimestre','Mes-Dia','valor','UniverProSheetsPivotCaES','Valor','Recompte\x20de\x20','Columna','Filtre','7727909kdUrgz','{0}\x20any\x20{1}\x20trimestre','Màx\x20de\x20','DesvEst\x20de\x20','Mes'];_0x2bba=function(){return _0x4206c4;};return _0x2bba();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x1cacce,_0x359431){var _0x3137be=_0x18a8,_0x24b039=_0x1cacce();while(!![]){try{var _0x46dec4=-parseInt(_0x3137be(0x153))/0x1+parseInt(_0x3137be(0x149))/0x2+parseInt(_0x3137be(0x15b))/0x3*(-parseInt(_0x3137be(0x146))/0x4)+-parseInt(_0x3137be(0x147))/0x5+-parseInt(_0x3137be(0x131))/0x6*(-parseInt(_0x3137be(0x13c))/0x7)+-parseInt(_0x3137be(0x13a))/0x8+parseInt(_0x3137be(0x145))/0x9;if(_0x46dec4===_0x359431)break;else _0x24b039['push'](_0x24b039['shift']());}catch(_0x364b79){_0x24b039['push'](_0x24b039['shift']());}}}(_0x31fa,0xda0d8),function(_0x5ac5de,_0x6a84c2){var _0x1bf7ae=_0x18a8;typeof exports==_0x1bf7ae(0x12d)&&typeof module<'u'?module[_0x1bf7ae(0x137)]=_0x6a84c2():typeof define==_0x1bf7ae(0x134)&&define[_0x1bf7ae(0x142)]?define([],_0x6a84c2):(_0x5ac5de=typeof globalThis<'u'?globalThis:_0x5ac5de||self,_0x5ac5de[_0x1bf7ae(0x14a)]=_0x6a84c2());}(this,function(){var _0x39438f=_0x18a8;return{'sheets-pivot':{'sheet':_0x39438f(0x13e),'blankValue':_0x39438f(0x138),'otherValue':'(Sonstige)','columnName':_0x39438f(0x157),'subTotalText':'Zwischensumme','grandTotalText':_0x39438f(0x159),'valueText':_0x39438f(0x133),'averageName':_0x39438f(0x12e),'countName':_0x39438f(0x143),'countNumsName':_0x39438f(0x143),'maxName':_0x39438f(0x14d),'minName':_0x39438f(0x13d),'productName':_0x39438f(0x14e),'stdDevName':_0x39438f(0x151),'stdDevpName':_0x39438f(0x14c),'sumName':'Summe\x20von\x20','varName':_0x39438f(0x13b),'varpName':_0x39438f(0x158),'subTotal':'Zwischensumme','grandTotal':_0x39438f(0x159),'value':_0x39438f(0x133),'blank':'leer','other':_0x39438f(0x15c),'emptyPivot':{'filter':_0x39438f(0x12f),'row':'Zeile','column':_0x39438f(0x150),'values':_0x39438f(0x140)},'dateGroup':{'year':_0x39438f(0x139),'month':_0x39438f(0x132),'day':'Tag','hour':_0x39438f(0x130),'minute':_0x39438f(0x152),'quarter':_0x39438f(0x135),'monthDate':_0x39438f(0x15a),'yearQuarter':_0x39438f(0x156),'yearMonth':_0x39438f(0x13f),'yearMonthDate':_0x39438f(0x14f)},'cellDateGroupDisplay':{'minute':'{0}\x20Minute','hour':_0x39438f(0x154),'hourMinute':_0x39438f(0x141),'date':'{0}\x20Tag','month':'{0}\x20Monat','monthDate':'{0}\x20Monat\x20{1}\x20Tag','quarter':_0x39438f(0x148),'year':_0x39438f(0x155),'yearMonth':_0x39438f(0x144),'yearMonthDate':_0x39438f(0x136),'yearQuarter':_0x39438f(0x14b)}}};}));function _0x18a8(_0x4ee91a,_0x59dcda){_0x4ee91a=_0x4ee91a-0x12d;var _0x31fa69=_0x31fa();var _0x18a876=_0x31fa69[_0x4ee91a];return _0x18a876;}function _0x31fa(){var _0x4ab7e9=['1451092zaSNrY','UniverProSheetsPivotDeDE','{0}\x20Jahr\x20{1}\x20Quartal','StdDevp\x20von\x20','Maximum\x20von\x20','Produkt\x20von\x20','Jahr-Monat-Tag','Spalte','StdDev\x20von\x20','Minute','330567PMAvfp','{0}\x20Stunde','{0}\x20Jahr','Jahr-Quartal','Spalte\x20','Varp\x20von\x20','Gesamtergebnis','Monat-Tag','74058tFoOqM','sonstige','object','Mittelwert\x20von\x20','Filter','Stunde','5718saDIIn','Monat','Wert','function','Quartal','{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','exports','(Leer)','Jahr','4240168HeIAYU','Var\x20von\x20','9058dzZVrK','Minimum\x20von\x20','Blatt','Jahr-Monat','Werte','{0}\x20Stunde\x20{1}\x20Minute','amd','Anzahl\x20von\x20','{0}\x20Jahr\x20{1}\x20Monat','25480971wkFidH','248xcaPiV','7528415vFlyPW','{0}\x20Quartal'];_0x31fa=function(){return _0x4ab7e9;};return _0x31fa();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1706(){var _0x580c9d=['Varp\x20of\x20','blank','441297qhLKPI','Column','Column\x20','Sum\x20of\x20','Average\x20of\x20','Quarter','object','value','Count\x20of\x20','101028wXmNvi','175288guJnhm','Var\x20of\x20','1163252QyskkT','Hour','Value','(Other)','Total','64085apSzZO','Minute','Month-Day','Year-Month-Day','839766vUPTag','{0}\x20minute','10OzRFBJ','function','{0}\x20month','Year-Month','{0}\x20year\x20{1}\x20month\x20{2}\x20day','{0}\x20day','{0}\x20year\x20{1}\x20quarter','Subtotal','{0}\x20year\x20{1}\x20month','2196540eHUAkZ','other','Filter','Values','Day','UniverProSheetsPivotEnUS','{0}\x20hour','192ufnyLb','amd','Grand\x20Total','{0}\x20hour\x20{1}\x20minute','Year-Quarter'];_0x1706=function(){return _0x580c9d;};return _0x1706();}function _0x9c28(_0x3c390d,_0x11bf31){_0x3c390d=_0x3c390d-0x1bf;var _0x1706c3=_0x1706();var _0x9c28bf=_0x1706c3[_0x3c390d];return _0x9c28bf;}(function(_0x4cb215,_0x3580ea){var _0x3b5f81=_0x9c28,_0x7f5974=_0x4cb215();while(!![]){try{var _0x332b64=-parseInt(_0x3b5f81(0x1e3))/0x1+parseInt(_0x3b5f81(0x1c1))/0x2+parseInt(_0x3b5f81(0x1ca))/0x3+-parseInt(_0x3b5f81(0x1bf))/0x4*(parseInt(_0x3b5f81(0x1cc))/0x5)+-parseInt(_0x3b5f81(0x1ec))/0x6+parseInt(_0x3b5f81(0x1c6))/0x7*(parseInt(_0x3b5f81(0x1dc))/0x8)+-parseInt(_0x3b5f81(0x1d5))/0x9;if(_0x332b64===_0x3580ea)break;else _0x7f5974['push'](_0x7f5974['shift']());}catch(_0x2c154b){_0x7f5974['push'](_0x7f5974['shift']());}}}(_0x1706,0x47265),function(_0x3694ff,_0x1a05e5){var _0x1498f5=_0x9c28;typeof exports==_0x1498f5(0x1e9)&&typeof module<'u'?module['exports']=_0x1a05e5():typeof define==_0x1498f5(0x1cd)&&define[_0x1498f5(0x1dd)]?define([],_0x1a05e5):(_0x3694ff=typeof globalThis<'u'?globalThis:_0x3694ff||self,_0x3694ff[_0x1498f5(0x1da)]=_0x1a05e5());}(this,function(){var _0xc61ba4=_0x9c28;return{'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0xc61ba4(0x1c4),'columnName':_0xc61ba4(0x1e5),'subTotalText':_0xc61ba4(0x1c5),'grandTotalText':_0xc61ba4(0x1de),'valueText':_0xc61ba4(0x1c3),'averageName':_0xc61ba4(0x1e7),'countName':_0xc61ba4(0x1eb),'countNumsName':'Count\x20of\x20','maxName':'Max\x20of\x20','minName':'Min\x20of\x20','productName':'Product\x20of\x20','stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':_0xc61ba4(0x1e6),'varName':_0xc61ba4(0x1c0),'varpName':_0xc61ba4(0x1e1),'subTotal':_0xc61ba4(0x1d3),'grandTotal':'Grand\x20Total','value':_0xc61ba4(0x1ea),'blank':_0xc61ba4(0x1e2),'other':_0xc61ba4(0x1d6),'emptyPivot':{'filter':_0xc61ba4(0x1d7),'row':'Row','column':_0xc61ba4(0x1e4),'values':_0xc61ba4(0x1d8)},'dateGroup':{'year':'Year','month':'Month','day':_0xc61ba4(0x1d9),'hour':_0xc61ba4(0x1c2),'minute':_0xc61ba4(0x1c7),'quarter':_0xc61ba4(0x1e8),'monthDate':_0xc61ba4(0x1c8),'yearQuarter':_0xc61ba4(0x1e0),'yearMonth':_0xc61ba4(0x1cf),'yearMonthDate':_0xc61ba4(0x1c9)},'cellDateGroupDisplay':{'minute':_0xc61ba4(0x1cb),'hour':_0xc61ba4(0x1db),'hourMinute':_0xc61ba4(0x1df),'date':_0xc61ba4(0x1d1),'month':_0xc61ba4(0x1ce),'monthDate':'{0}\x20month\x20{1}\x20day','quarter':'{0}\x20quarter','year':'{0}\x20year','yearMonth':_0xc61ba4(0x1d4),'yearMonthDate':_0xc61ba4(0x1d0),'yearQuarter':_0xc61ba4(0x1d2)}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x59edea,_0x302542){var _0xf5edd8=_0xc1c9,_0x156362=_0x59edea();while(!![]){try{var _0x366beb=-parseInt(_0xf5edd8(0x1a2))/0x1+parseInt(_0xf5edd8(0x1c5))/0x2+parseInt(_0xf5edd8(0x1be))/0x3+parseInt(_0xf5edd8(0x1b8))/0x4*(-parseInt(_0xf5edd8(0x1ad))/0x5)+parseInt(_0xf5edd8(0x1a8))/0x6*(parseInt(_0xf5edd8(0x1b5))/0x7)+-parseInt(_0xf5edd8(0x199))/0x8+parseInt(_0xf5edd8(0x1ba))/0x9*(parseInt(_0xf5edd8(0x1b0))/0xa);if(_0x366beb===_0x302542)break;else _0x156362['push'](_0x156362['shift']());}catch(_0x2c9a2d){_0x156362['push'](_0x156362['shift']());}}}(_0x5559,0x50aea),function(_0x5e5bf3,_0x3f8467){var _0x23603c=_0xc1c9;typeof exports==_0x23603c(0x19d)&&typeof module<'u'?module['exports']=_0x3f8467():typeof define==_0x23603c(0x1b6)&&define[_0x23603c(0x1a0)]?define([],_0x3f8467):(_0x5e5bf3=typeof globalThis<'u'?globalThis:_0x5e5bf3||self,_0x5e5bf3[_0x23603c(0x1ab)]=_0x3f8467());}(this,function(){var _0x221f43=_0xc1c9;return{'sheets-pivot':{'sheet':_0x221f43(0x1b4),'blankValue':'(Vacío)','otherValue':_0x221f43(0x1a9),'columnName':'Columna\x20','subTotalText':_0x221f43(0x1b1),'grandTotalText':_0x221f43(0x1c2),'valueText':'Valor','averageName':_0x221f43(0x1af),'countName':_0x221f43(0x1ae),'countNumsName':_0x221f43(0x1ae),'maxName':'Máx\x20de\x20','minName':_0x221f43(0x1aa),'productName':_0x221f43(0x1c1),'stdDevName':_0x221f43(0x1bd),'stdDevpName':_0x221f43(0x1c3),'sumName':_0x221f43(0x1bc),'varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':'vacío','other':_0x221f43(0x19b),'emptyPivot':{'filter':_0x221f43(0x19e),'row':_0x221f43(0x1a4),'column':_0x221f43(0x1b3),'values':_0x221f43(0x1a3)},'dateGroup':{'year':_0x221f43(0x1bf),'month':_0x221f43(0x19a),'day':_0x221f43(0x1c4),'hour':'Hora','minute':_0x221f43(0x1a1),'quarter':_0x221f43(0x1c0),'monthDate':_0x221f43(0x1ac),'yearQuarter':_0x221f43(0x1a5),'yearMonth':_0x221f43(0x1a6),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x221f43(0x1bb),'hour':_0x221f43(0x1b2),'hourMinute':_0x221f43(0x19f),'date':'{0}\x20día','month':_0x221f43(0x1b7),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':_0x221f43(0x1a7),'year':_0x221f43(0x1b9),'yearMonth':_0x221f43(0x198),'yearMonthDate':_0x221f43(0x19c),'yearQuarter':'{0}\x20año\x20{1}\x20trimestre'}}};}));function _0xc1c9(_0x2090da,_0x6f2f19){_0x2090da=_0x2090da-0x198;var _0x55591d=_0x5559();var _0xc1c998=_0x55591d[_0x2090da];return _0xc1c998;}function _0x5559(){var _0xfead6d=['object','Filtro','{0}\x20hora\x20{1}\x20minuto','amd','Minuto','394478wMFkPP','Valores','Fila','Año-Trimestre','Año-Mes','{0}\x20trimestre','2436SfZGvb','(Otro)','Mín\x20de\x20','UniverProSheetsPivotEsES','Mes-Día','19820ADXZzo','Conteo\x20de\x20','Promedio\x20de\x20','40GkPNys','Subtotal','{0}\x20hora','Columna','Hoja','3073dYDGNA','function','{0}\x20mes','292ZIFhGP','{0}\x20año','862362pQaIIW','{0}\x20minuto','Suma\x20de\x20','DesvEst\x20de\x20','1907109oJpazG','Año','Trimestre','Producto\x20de\x20','Total\x20general','DesvEstP\x20de\x20','Día','276882yEoTNW','{0}\x20año\x20{1}\x20mes','2570608XCXbvY','Mes','otro','{0}\x20año\x20{1}\x20mes\x20{2}\x20día'];_0x5559=function(){return _0xfead6d;};return _0x5559();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x204e(_0x2e4b08,_0x592f5e){_0x2e4b08=_0x2e4b08-0x1c5;var _0x1cfda2=_0x1cfd();var _0x204e39=_0x1cfda2[_0x2e4b08];return _0x204e39;}function _0x1cfd(){var _0x535a72=['9bZrNgE','جمع','Année-Trimestre','مقادیر','Minute','ضرب\x20از\x20','برگ','141463cPrLhC','خالی','Année','3704676UMqWTC','{0}\x20ماه\x20{1}\x20روز','کمترین\x20از\x20','exports','Heure','{0}\x20ساعت\x20{1}\x20دقیقه','(سایر)','1440408SKfWDw','UniverProSheetsPivotFaIR','انحراف\x20معیار\x20کلی\x20از\x20','تعداد\x20اعداد\x20از\x20','بیشترین\x20از\x20','{0}\x20سال','مقدار','{0}\x20سال\x20{1}\x20ماه','Trimestre','تعداد\x20از\x20','24927690GvRtcn','ستون','106220nahdar','{0}\x20روز','function','224dvIfTU','{0}\x20دقیقه','میانگین\x20از\x20','(خالی)','واریانس\x20کلی\x20از\x20','Année-Mois','{0}\x20فصل','فیلتر','230MWZSWj','انحراف\x20معیار\x20از\x20','جمع\x20از\x20','Mois','object','سطر','2065162sDthhy','سایر','74390sUxgXr'];_0x1cfd=function(){return _0x535a72;};return _0x1cfd();}(function(_0x2effca,_0xbc75e3){var _0x12482e=_0x204e,_0x21b9d6=_0x2effca();while(!![]){try{var _0x455145=parseInt(_0x12482e(0x1d9))/0x1+parseInt(_0x12482e(0x1d7))/0x2+-parseInt(_0x12482e(0x1e4))/0x3+parseInt(_0x12482e(0x1c6))/0x4*(-parseInt(_0x12482e(0x1d1))/0x5)+parseInt(_0x12482e(0x1eb))/0x6+parseInt(_0x12482e(0x1e1))/0x7*(-parseInt(_0x12482e(0x1c9))/0x8)+-parseInt(_0x12482e(0x1da))/0x9*(-parseInt(_0x12482e(0x1f5))/0xa);if(_0x455145===_0xbc75e3)break;else _0x21b9d6['push'](_0x21b9d6['shift']());}catch(_0x1079f5){_0x21b9d6['push'](_0x21b9d6['shift']());}}}(_0x1cfd,0xc797e),function(_0x14825e,_0x50ea52){var _0x36adcd=_0x204e;typeof exports==_0x36adcd(0x1d5)&&typeof module<'u'?module[_0x36adcd(0x1e7)]=_0x50ea52():typeof define==_0x36adcd(0x1c8)&&define['amd']?define([],_0x50ea52):(_0x14825e=typeof globalThis<'u'?globalThis:_0x14825e||self,_0x14825e[_0x36adcd(0x1ec)]=_0x50ea52());}(this,function(){var _0x1b1012=_0x204e;return{'sheets-pivot':{'sheet':_0x1b1012(0x1e0),'blankValue':_0x1b1012(0x1cc),'otherValue':_0x1b1012(0x1ea),'columnName':'ستون\x20','subTotalText':_0x1b1012(0x1db),'grandTotalText':'کل','valueText':'مقدار','averageName':_0x1b1012(0x1cb),'countName':_0x1b1012(0x1f4),'countNumsName':_0x1b1012(0x1ee),'maxName':_0x1b1012(0x1ef),'minName':_0x1b1012(0x1e6),'productName':_0x1b1012(0x1df),'stdDevName':_0x1b1012(0x1d2),'stdDevpName':_0x1b1012(0x1ed),'sumName':_0x1b1012(0x1d3),'varName':'واریانس\x20از\x20','varpName':_0x1b1012(0x1cd),'subTotal':_0x1b1012(0x1db),'grandTotal':'کل','value':_0x1b1012(0x1f1),'blank':_0x1b1012(0x1e2),'other':_0x1b1012(0x1d8),'emptyPivot':{'filter':_0x1b1012(0x1d0),'row':_0x1b1012(0x1d6),'column':_0x1b1012(0x1c5),'values':_0x1b1012(0x1dd)},'dateGroup':{'year':_0x1b1012(0x1e3),'month':_0x1b1012(0x1d4),'day':'Jour','hour':_0x1b1012(0x1e8),'minute':_0x1b1012(0x1de),'quarter':_0x1b1012(0x1f3),'monthDate':'Mois-Jour','yearQuarter':_0x1b1012(0x1dc),'yearMonth':_0x1b1012(0x1ce),'yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0x1b1012(0x1ca),'hour':'{0}\x20ساعت','hourMinute':_0x1b1012(0x1e9),'date':_0x1b1012(0x1c7),'month':'{0}\x20ماه','monthDate':_0x1b1012(0x1e5),'quarter':_0x1b1012(0x1cf),'year':_0x1b1012(0x1f0),'yearMonth':_0x1b1012(0x1f2),'yearMonthDate':'{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','yearQuarter':'{0}\x20سال\x20{1}\x20فصل'}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x2492(){var _0x5bdb5c=['{0}\x20année','Valeur','Colonne','10rsaguV','Valeurs','(Vide)','9710exakOJ','valeur','Somme\x20de\x20','function','Jour','exports','Trimestre','vide','21KArCwy','(Autre)','Sous-total','Année-Trimestre','amd','1665cEFKYw','141036uUxvsp','Mois','9963072JCuVkL','Variance\x20pop.\x20de\x20','Max\x20de\x20','Min\x20de\x20','Produit\x20de\x20','{0}\x20année\x20{1}\x20mois','Écart-type\x20de\x20','{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','130300RQgStS','Année-Mois-Jour','Colonne\x20','{0}\x20jour','Total\x20général','Minute','830406IlFesQ','UniverProSheetsPivotFrFR','Nombre\x20de\x20','{0}\x20trimestre','Moyenne\x20de\x20','16YGkShk','526SKcviO','4260872wJlzwi','object','{0}\x20heure','348PIalbj','Ligne'];_0x2492=function(){return _0x5bdb5c;};return _0x2492();}function _0xb5bb(_0x54b632,_0x8ba60e){_0x54b632=_0x54b632-0xe7;var _0x249280=_0x2492();var _0xb5bb0e=_0x249280[_0x54b632];return _0xb5bb0e;}(function(_0x2118e1,_0x3a5a00){var _0x275dcc=_0xb5bb,_0x3f79d8=_0x2118e1();while(!![]){try{var _0x278710=-parseInt(_0x275dcc(0x109))/0x1*(parseInt(_0x275dcc(0x105))/0x2)+-parseInt(_0x275dcc(0xe9))/0x3*(parseInt(_0x275dcc(0xf9))/0x4)+parseInt(_0x275dcc(0x10e))/0x5*(parseInt(_0x275dcc(0xff))/0x6)+parseInt(_0x275dcc(0xef))/0x7*(parseInt(_0x275dcc(0x104))/0x8)+parseInt(_0x275dcc(0xee))/0x9*(-parseInt(_0x275dcc(0x111))/0xa)+-parseInt(_0x275dcc(0x106))/0xb+parseInt(_0x275dcc(0xf1))/0xc;if(_0x278710===_0x3a5a00)break;else _0x3f79d8['push'](_0x3f79d8['shift']());}catch(_0xff4ede){_0x3f79d8['push'](_0x3f79d8['shift']());}}}(_0x2492,0x3fad2),function(_0x497412,_0x165a4c){var _0x42b78d=_0xb5bb;typeof exports==_0x42b78d(0x107)&&typeof module<'u'?module[_0x42b78d(0x116)]=_0x165a4c():typeof define==_0x42b78d(0x114)&&define[_0x42b78d(0xed)]?define([],_0x165a4c):(_0x497412=typeof globalThis<'u'?globalThis:_0x497412||self,_0x497412[_0x42b78d(0x100)]=_0x165a4c());}(this,function(){var _0x55f510=_0xb5bb;return{'sheets-pivot':{'sheet':'Feuille','blankValue':_0x55f510(0x110),'otherValue':_0x55f510(0xea),'columnName':_0x55f510(0xfb),'subTotalText':'Total','grandTotalText':_0x55f510(0xfd),'valueText':_0x55f510(0x10c),'averageName':_0x55f510(0x103),'countName':_0x55f510(0x101),'countNumsName':_0x55f510(0x101),'maxName':_0x55f510(0xf3),'minName':_0x55f510(0xf4),'productName':_0x55f510(0xf5),'stdDevName':_0x55f510(0xf7),'stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':_0x55f510(0x113),'varName':'Variance\x20de\x20','varpName':_0x55f510(0xf2),'subTotal':_0x55f510(0xeb),'grandTotal':'Total\x20général','value':_0x55f510(0x112),'blank':_0x55f510(0xe8),'other':'autre','emptyPivot':{'filter':'Filtre','row':_0x55f510(0x10a),'column':_0x55f510(0x10d),'values':_0x55f510(0x10f)},'dateGroup':{'year':'Année','month':_0x55f510(0xf0),'day':_0x55f510(0x115),'hour':'Heure','minute':_0x55f510(0xfe),'quarter':_0x55f510(0xe7),'monthDate':'Mois-Jour','yearQuarter':_0x55f510(0xec),'yearMonth':'Année-Mois','yearMonthDate':_0x55f510(0xfa)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x55f510(0x108),'hourMinute':'{0}\x20heure\x20{1}\x20minute','date':_0x55f510(0xfc),'month':'{0}\x20mois','monthDate':'{0}\x20mois\x20{1}\x20jour','quarter':_0x55f510(0x102),'year':_0x55f510(0x10b),'yearMonth':_0x55f510(0xf6),'yearMonthDate':_0x55f510(0xf8),'yearQuarter':'{0}\x20année\x20{1}\x20trimestre'}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4b8c(_0x3c6f39,_0x4e71ae){_0x3c6f39=_0x3c6f39-0x107;var _0x2424f9=_0x2424();var _0x4b8c51=_0x2424f9[_0x3c6f39];return _0x4b8c51;}(function(_0x40c627,_0x38d7bf){var _0x5ab84e=_0x4b8c,_0x41186f=_0x40c627();while(!![]){try{var _0x366f81=parseInt(_0x5ab84e(0x132))/0x1+parseInt(_0x5ab84e(0x122))/0x2*(parseInt(_0x5ab84e(0x12e))/0x3)+parseInt(_0x5ab84e(0x110))/0x4+-parseInt(_0x5ab84e(0x12b))/0x5*(-parseInt(_0x5ab84e(0x117))/0x6)+-parseInt(_0x5ab84e(0x125))/0x7*(-parseInt(_0x5ab84e(0x111))/0x8)+-parseInt(_0x5ab84e(0x127))/0x9*(parseInt(_0x5ab84e(0x113))/0xa)+parseInt(_0x5ab84e(0x10c))/0xb*(-parseInt(_0x5ab84e(0x133))/0xc);if(_0x366f81===_0x38d7bf)break;else _0x41186f['push'](_0x41186f['shift']());}catch(_0x158739){_0x41186f['push'](_0x41186f['shift']());}}}(_0x2424,0x66373),function(_0x185f8b,_0x15cc18){var _0x5bf5dc=_0x4b8c;typeof exports==_0x5bf5dc(0x129)&&typeof module<'u'?module[_0x5bf5dc(0x11c)]=_0x15cc18():typeof define=='function'&&define[_0x5bf5dc(0x12c)]?define([],_0x15cc18):(_0x185f8b=typeof globalThis<'u'?globalThis:_0x185f8b||self,_0x185f8b[_0x5bf5dc(0x11e)]=_0x15cc18());}(this,function(){var _0x12b46b=_0x4b8c;return{'sheets-pivot':{'sheet':_0x12b46b(0x12d),'blankValue':_0x12b46b(0x126),'otherValue':_0x12b46b(0x123),'columnName':_0x12b46b(0x114),'subTotalText':_0x12b46b(0x115),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','averageName':_0x12b46b(0x116),'countName':'Jumlah\x20dari\x20','countNumsName':_0x12b46b(0x137),'maxName':'Maks\x20dari\x20','minName':_0x12b46b(0x11d),'productName':_0x12b46b(0x11b),'stdDevName':_0x12b46b(0x107),'stdDevpName':_0x12b46b(0x120),'sumName':_0x12b46b(0x137),'varName':_0x12b46b(0x109),'varpName':_0x12b46b(0x124),'subTotal':'Subtotal','grandTotal':_0x12b46b(0x108),'value':'nilai','blank':_0x12b46b(0x12a),'other':_0x12b46b(0x11f),'emptyPivot':{'filter':'Filter','row':'Baris','column':'Kolom','values':_0x12b46b(0x121)},'dateGroup':{'year':_0x12b46b(0x10f),'month':_0x12b46b(0x10d),'day':_0x12b46b(0x10b),'hour':_0x12b46b(0x134),'minute':_0x12b46b(0x136),'quarter':_0x12b46b(0x118),'monthDate':_0x12b46b(0x11a),'yearQuarter':_0x12b46b(0x131),'yearMonth':_0x12b46b(0x12f),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x12b46b(0x112),'hour':_0x12b46b(0x135),'hourMinute':_0x12b46b(0x119),'date':'{0}\x20hari','month':_0x12b46b(0x10a),'monthDate':_0x12b46b(0x138),'quarter':_0x12b46b(0x10e),'year':_0x12b46b(0x128),'yearMonth':_0x12b46b(0x139),'yearMonthDate':_0x12b46b(0x130),'yearQuarter':'{0}\x20tahun\x20{1}\x20kuartal'}}};}));function _0x2424(){var _0x3e8efd=['object','kosong','5nxMrbM','amd','Lembar','1158hMnzfl','Tahun-Bulan','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','Tahun-Kuartal','693830QVqMdk','731316Xmktiu','Jam','{0}\x20jam','Menit','Jumlah\x20dari\x20','{0}\x20bulan\x20{1}\x20hari','{0}\x20tahun\x20{1}\x20bulan','StdDev\x20dari\x20','Total\x20Keseluruhan','Var\x20dari\x20','{0}\x20bulan','Hari','121lPJXjL','Bulan','{0}\x20kuartal','Tahun','72616tKtmHM','8JKsbsg','{0}\x20menit','300760eaDzYh','Kolom\x20','Total','Rata-rata\x20dari\x20','5148mNELWJ','Kuartal','{0}\x20jam\x20{1}\x20menit','Bulan-Hari','Hasil\x20Kali\x20dari\x20','exports','Min\x20dari\x20','UniverProSheetsPivotIdID','lainnya','StdDevp\x20dari\x20','Nilai','86HFEkKb','(Lainnya)','Varp\x20dari\x20','4201512WQqHPr','(Kosong)','72evZAEf','{0}\x20tahun'];_0x2424=function(){return _0x3e8efd;};return _0x2424();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1e13(_0x3bd8f3,_0x58558b){_0x3bd8f3=_0x3bd8f3-0x11f;var _0x597ff0=_0x597f();var _0x1e130d=_0x597ff0[_0x3bd8f3];return _0x1e130d;}(function(_0x145ee5,_0xe912d){var _0x23eb97=_0x1e13,_0x35a411=_0x145ee5();while(!![]){try{var _0x3b6369=parseInt(_0x23eb97(0x129))/0x1+parseInt(_0x23eb97(0x13d))/0x2+parseInt(_0x23eb97(0x136))/0x3*(-parseInt(_0x23eb97(0x149))/0x4)+-parseInt(_0x23eb97(0x133))/0x5*(-parseInt(_0x23eb97(0x144))/0x6)+parseInt(_0x23eb97(0x12f))/0x7+-parseInt(_0x23eb97(0x14c))/0x8*(-parseInt(_0x23eb97(0x140))/0x9)+-parseInt(_0x23eb97(0x134))/0xa*(parseInt(_0x23eb97(0x13f))/0xb);if(_0x3b6369===_0xe912d)break;else _0x35a411['push'](_0x35a411['shift']());}catch(_0x2270ec){_0x35a411['push'](_0x35a411['shift']());}}}(_0x597f,0x63f87),function(_0x30c941,_0x8a120b){var _0x4a2e31=_0x1e13;typeof exports==_0x4a2e31(0x14f)&&typeof module<'u'?module['exports']=_0x8a120b():typeof define==_0x4a2e31(0x12e)&&define[_0x4a2e31(0x121)]?define([],_0x8a120b):(_0x30c941=typeof globalThis<'u'?globalThis:_0x30c941||self,_0x30c941[_0x4a2e31(0x14e)]=_0x8a120b());}(this,function(){var _0x4aecf5=_0x1e13;return{'sheets-pivot':{'sheet':_0x4aecf5(0x141),'blankValue':_0x4aecf5(0x13b),'otherValue':_0x4aecf5(0x13a),'columnName':'Colonna\x20','subTotalText':_0x4aecf5(0x124),'grandTotalText':_0x4aecf5(0x123),'valueText':_0x4aecf5(0x12d),'averageName':_0x4aecf5(0x130),'countName':'Conteggio\x20di\x20','countNumsName':_0x4aecf5(0x13e),'maxName':_0x4aecf5(0x126),'minName':_0x4aecf5(0x137),'productName':_0x4aecf5(0x12a),'stdDevName':_0x4aecf5(0x14b),'stdDevpName':_0x4aecf5(0x12b),'sumName':_0x4aecf5(0x14a),'varName':_0x4aecf5(0x139),'varpName':'Varp\x20di\x20','subTotal':'Subtotale','grandTotal':_0x4aecf5(0x123),'value':_0x4aecf5(0x135),'blank':_0x4aecf5(0x120),'other':_0x4aecf5(0x131),'emptyPivot':{'filter':'Filtro','row':_0x4aecf5(0x13c),'column':_0x4aecf5(0x127),'values':'Valori'},'dateGroup':{'year':_0x4aecf5(0x11f),'month':'Mese','day':'Giorno','hour':_0x4aecf5(0x14d),'minute':_0x4aecf5(0x132),'quarter':_0x4aecf5(0x138),'monthDate':_0x4aecf5(0x12c),'yearQuarter':_0x4aecf5(0x143),'yearMonth':_0x4aecf5(0x142),'yearMonthDate':_0x4aecf5(0x125)},'cellDateGroupDisplay':{'minute':_0x4aecf5(0x128),'hour':'{0}\x20ora','hourMinute':'{0}\x20ora\x20{1}\x20minuto','date':'{0}\x20giorno','month':_0x4aecf5(0x147),'monthDate':'{0}\x20mese\x20{1}\x20giorno','quarter':_0x4aecf5(0x148),'year':_0x4aecf5(0x145),'yearMonth':'{0}\x20anno\x20{1}\x20mese','yearMonthDate':_0x4aecf5(0x122),'yearQuarter':_0x4aecf5(0x146)}}};}));function _0x597f(){var _0x23302f=['Media\x20di\x20','altro','Minuto','10ysHgaJ','20HJoIrU','valore','6198SyKdOS','Minimo\x20di\x20','Trimestre','Var\x20di\x20','(Altro)','(Vuoto)','Riga','556114VPNCvc','Conteggio\x20di\x20','2005344mzPKNq','5111343JzYHVW','Foglio','Anno-Mese','Anno-Trimestre','200082udRtHe','{0}\x20anno','{0}\x20anno\x20{1}\x20trimestre','{0}\x20mese','{0}\x20trimestre','1040UcAjSg','Somma\x20di\x20','DevStd\x20di\x20','8EYFsQE','Ora','UniverProSheetsPivotItIT','object','Anno','vuoto','amd','{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','Totale\x20Complessivo','Totale','Anno-Mese-Giorno','Massimo\x20di\x20','Colonna','{0}\x20minuto','339918xefPPW','Prodotto\x20di\x20','DevStdp\x20di\x20','Mese-Giorno','Valore','function','410557qwoIuw'];_0x597f=function(){return _0x23302f;};return _0x597f();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x58fb(_0x29a9b4,_0x29dc88){_0x29a9b4=_0x29a9b4-0x102;var _0x3ce134=_0x3ce1();var _0x58fb49=_0x3ce134[_0x29a9b4];return _0x58fb49;}(function(_0x3be6bb,_0x1d8fe9){var _0x2d082d=_0x58fb,_0x218fbc=_0x3be6bb();while(!![]){try{var _0x424821=parseInt(_0x2d082d(0x117))/0x1+-parseInt(_0x2d082d(0x110))/0x2+-parseInt(_0x2d082d(0x10b))/0x3*(parseInt(_0x2d082d(0x11b))/0x4)+parseInt(_0x2d082d(0x121))/0x5*(parseInt(_0x2d082d(0x116))/0x6)+-parseInt(_0x2d082d(0x122))/0x7+parseInt(_0x2d082d(0x11c))/0x8+parseInt(_0x2d082d(0x11d))/0x9;if(_0x424821===_0x1d8fe9)break;else _0x218fbc['push'](_0x218fbc['shift']());}catch(_0x8d0690){_0x218fbc['push'](_0x218fbc['shift']());}}}(_0x3ce1,0x50b9b),function(_0x1ffb2e,_0xa701cf){var _0x3ec9c0=_0x58fb;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xa701cf():typeof define==_0x3ec9c0(0x10c)&&define[_0x3ec9c0(0x115)]?define([],_0xa701cf):(_0x1ffb2e=typeof globalThis<'u'?globalThis:_0x1ffb2e||self,_0x1ffb2e[_0x3ec9c0(0x103)]=_0xa701cf());}(this,function(){var _0xc199cb=_0x58fb;return{'sheets-pivot':{'sheet':_0xc199cb(0x126),'blankValue':_0xc199cb(0x125),'otherValue':_0xc199cb(0x113),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0xc199cb(0x107),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':'最大値\x20/\x20','minName':_0xc199cb(0x106),'productName':_0xc199cb(0x11e),'stdDevName':_0xc199cb(0x11f),'stdDevpName':_0xc199cb(0x109),'sumName':_0xc199cb(0x104),'varName':_0xc199cb(0x114),'varpName':_0xc199cb(0x102),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0xc199cb(0x124),'emptyPivot':{'filter':_0xc199cb(0x111),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0xc199cb(0x105),'monthDate':_0xc199cb(0x119),'yearQuarter':_0xc199cb(0x10e),'yearMonth':_0xc199cb(0x118),'yearMonthDate':_0xc199cb(0x10a)},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0xc199cb(0x10f),'hourMinute':_0xc199cb(0x112),'date':'{0}日','month':_0xc199cb(0x123),'monthDate':_0xc199cb(0x108),'quarter':'第{0}四半期','year':_0xc199cb(0x11a),'yearMonth':_0xc199cb(0x10d),'yearMonthDate':_0xc199cb(0x120),'yearQuarter':'{0}年第{1}四半期'}}};}));function _0x3ce1(){var _0x30ecdd=['年-四半期','{0}時','997324gMwNfV','フィルター','{0}時{1}分','(その他)','分散\x20/\x20','amd','6NjxQmn','560606EsmVWv','年-月','月-日','{0}年','1690724DoKECj','1295176oZiZhx','5857398ymciBw','積\x20/\x20','標準偏差\x20/\x20','{0}年{1}月{2}日','1227505BxAkJi','2567824AOfegj','{0}月','その他','(空白)','シート','標本分散\x20/\x20','UniverProSheetsPivotJaJP','合計\x20/\x20','四半期','最小値\x20/\x20','平均\x20/\x20','{0}月{1}日','標本標準偏差\x20/\x20','年-月-日','3aRsjSR','function','{0}年{1}月'];_0x3ce1=function(){return _0x30ecdd;};return _0x3ce1();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5dbc(_0x254fc0,_0x392dfd){_0x254fc0=_0x254fc0-0x71;var _0x5eeccb=_0x5eec();var _0x5dbc2c=_0x5eeccb[_0x254fc0];return _0x5dbc2c;}function _0x5eec(){var _0x1ae6a4=['10fjmUse','14EBPVmR','826425LCljWd','953136nRGZMI','평균\x20/\x20','22996uCrVvp','3765091flBFzE','amd','월-일','42Tggeyl','표준\x20편차(모집단)\x20/\x20','년-월-일','{0}년{1}월','function','{0}월{1}일','개수\x20/\x20','분산\x20/\x20','숫자\x20개수\x20/\x20','년-월','(기타)','336714TaFMib','{0}년','exports','359056nyZeSy','최대값\x20/\x20','비어\x20있음','{0}월','object','15815UHULmJ','곱\x20/\x20','총합계','합계\x20/\x20','210yJkTuR','{0}년{1}월{2}일'];_0x5eec=function(){return _0x1ae6a4;};return _0x5eec();}(function(_0x4e2ed9,_0x456eac){var _0x56c7ca=_0x5dbc,_0x367512=_0x4e2ed9();while(!![]){try{var _0x454722=-parseInt(_0x56c7ca(0x82))/0x1*(-parseInt(_0x56c7ca(0x91))/0x2)+-parseInt(_0x56c7ca(0x8b))/0x3+-parseInt(_0x56c7ca(0x8d))/0x4*(parseInt(_0x56c7ca(0x86))/0x5)+-parseInt(_0x56c7ca(0x7a))/0x6+parseInt(_0x56c7ca(0x89))/0x7*(parseInt(_0x56c7ca(0x7d))/0x8)+parseInt(_0x56c7ca(0x8a))/0x9+parseInt(_0x56c7ca(0x88))/0xa*(parseInt(_0x56c7ca(0x8e))/0xb);if(_0x454722===_0x456eac)break;else _0x367512['push'](_0x367512['shift']());}catch(_0x516f69){_0x367512['push'](_0x367512['shift']());}}}(_0x5eec,0x3ac38),function(_0x415aa0,_0x1ca896){var _0x5d027f=_0x5dbc;typeof exports==_0x5d027f(0x81)&&typeof module<'u'?module[_0x5d027f(0x7c)]=_0x1ca896():typeof define==_0x5d027f(0x73)&&define[_0x5d027f(0x8f)]?define([],_0x1ca896):(_0x415aa0=typeof globalThis<'u'?globalThis:_0x415aa0||self,_0x415aa0['UniverProSheetsPivotKoKR']=_0x1ca896());}(this,function(){var _0x54424e=_0x5dbc;return{'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':_0x54424e(0x79),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x54424e(0x84),'valueText':'값','averageName':_0x54424e(0x8c),'countName':_0x54424e(0x75),'countNumsName':_0x54424e(0x77),'maxName':_0x54424e(0x7e),'minName':'최소값\x20/\x20','productName':_0x54424e(0x83),'stdDevName':'표준\x20편차\x20/\x20','stdDevpName':_0x54424e(0x92),'sumName':_0x54424e(0x85),'varName':_0x54424e(0x76),'varpName':'분산(모집단)\x20/\x20','subTotal':'부분합','grandTotal':_0x54424e(0x84),'value':'값','blank':_0x54424e(0x7f),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x54424e(0x90),'yearQuarter':'년-분기','yearMonth':_0x54424e(0x78),'yearMonthDate':_0x54424e(0x71)},'cellDateGroupDisplay':{'minute':'{0}분','hour':'{0}시','hourMinute':'{0}시{1}분','date':'{0}일','month':_0x54424e(0x80),'monthDate':_0x54424e(0x74),'quarter':'제{0}분기','year':_0x54424e(0x7b),'yearMonth':_0x54424e(0x72),'yearMonthDate':_0x54424e(0x87),'yearQuarter':'{0}년제{1}분기'}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5dc4(){var _0x31552e=['puste','Suma\x20częściowa','Dzień','Suma\x20z\x20','Rok-Kwartał','{0}\x20dzień','3088NeKjKb','26172ZeYjOG','Minuta','(Inne)','300oARhVu','UniverProSheetsPivotPlPL','{0}\x20kwartał','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień','3889LbhjWr','Suma\x20całkowita','Suma','wartość','amd','Kolumna','791034TKNMNy','538662sJgprZ','inne','3276755kgAwNr','Miesiąc','Rok-Miesiąc-Dzień','{0}\x20godzina\x20{1}\x20minuta','Godzina','Miesiąc-Dzień','Minimum\x20z\x20','{0}\x20miesiąc','5169717ZEgYae','(Puste)','{0}\x20rok\x20{1}\x20kwartał','OdchStdPop\x20z\x20','{0}\x20godzina','Wiersz','object','{0}\x20rok\x20{1}\x20miesiąc','Wariancja\x20z\x20','Rok-Miesiąc','1627504ZcCxvd','Maksimum\x20z\x20','Rok','Wartość'];_0x5dc4=function(){return _0x31552e;};return _0x5dc4();}function _0xe2f5(_0xdb8d50,_0x461fdf){_0xdb8d50=_0xdb8d50-0x79;var _0x5dc4cb=_0x5dc4();var _0xe2f567=_0x5dc4cb[_0xdb8d50];return _0xe2f567;}(function(_0x40ebec,_0x25af5a){var _0x2693a1=_0xe2f5,_0x52da12=_0x40ebec();while(!![]){try{var _0x415d36=-parseInt(_0x2693a1(0x9b))/0x1*(-parseInt(_0x2693a1(0x97))/0x2)+-parseInt(_0x2693a1(0xa2))/0x3+parseInt(_0x2693a1(0x89))/0x4+-parseInt(_0x2693a1(0xa4))/0x5+-parseInt(_0x2693a1(0xa1))/0x6+-parseInt(_0x2693a1(0x7f))/0x7+parseInt(_0x2693a1(0x93))/0x8*(parseInt(_0x2693a1(0x94))/0x9);if(_0x415d36===_0x25af5a)break;else _0x52da12['push'](_0x52da12['shift']());}catch(_0x2d93a7){_0x52da12['push'](_0x52da12['shift']());}}}(_0x5dc4,0x6378f),function(_0x26d0bd,_0x248371){var _0x20515b=_0xe2f5;typeof exports==_0x20515b(0x85)&&typeof module<'u'?module['exports']=_0x248371():typeof define=='function'&&define[_0x20515b(0x9f)]?define([],_0x248371):(_0x26d0bd=typeof globalThis<'u'?globalThis:_0x26d0bd||self,_0x26d0bd[_0x20515b(0x98)]=_0x248371());}(this,function(){var _0x2ab979=_0xe2f5;return{'sheets-pivot':{'sheet':'Arkusz','blankValue':_0x2ab979(0x80),'otherValue':_0x2ab979(0x96),'columnName':'Kolumna\x20','subTotalText':_0x2ab979(0x9d),'grandTotalText':_0x2ab979(0x9c),'valueText':_0x2ab979(0x8c),'averageName':'Średnia\x20z\x20','countName':'Liczba\x20z\x20','countNumsName':'Liczba\x20z\x20','maxName':_0x2ab979(0x8a),'minName':_0x2ab979(0x7d),'productName':'Iloczyn\x20z\x20','stdDevName':'OdchStd\x20z\x20','stdDevpName':_0x2ab979(0x82),'sumName':_0x2ab979(0x90),'varName':_0x2ab979(0x87),'varpName':'WariancjaPop\x20z\x20','subTotal':_0x2ab979(0x8e),'grandTotal':_0x2ab979(0x9c),'value':_0x2ab979(0x9e),'blank':_0x2ab979(0x8d),'other':_0x2ab979(0xa3),'emptyPivot':{'filter':'Filtr','row':_0x2ab979(0x84),'column':_0x2ab979(0xa0),'values':'Wartości'},'dateGroup':{'year':_0x2ab979(0x8b),'month':_0x2ab979(0xa5),'day':_0x2ab979(0x8f),'hour':_0x2ab979(0x7b),'minute':_0x2ab979(0x95),'quarter':'Kwartał','monthDate':_0x2ab979(0x7c),'yearQuarter':_0x2ab979(0x91),'yearMonth':_0x2ab979(0x88),'yearMonthDate':_0x2ab979(0x79)},'cellDateGroupDisplay':{'minute':'{0}\x20minuta','hour':_0x2ab979(0x83),'hourMinute':_0x2ab979(0x7a),'date':_0x2ab979(0x92),'month':_0x2ab979(0x7e),'monthDate':'{0}\x20miesiąc\x20{1}\x20dzień','quarter':_0x2ab979(0x99),'year':'{0}\x20rok','yearMonth':_0x2ab979(0x86),'yearMonthDate':_0x2ab979(0x9a),'yearQuarter':_0x2ab979(0x81)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4bb2(_0x1911f2,_0x536bd6){_0x1911f2=_0x1911f2-0x16a;var _0x116df4=_0x116d();var _0x4bb24a=_0x116df4[_0x1911f2];return _0x4bb24a;}function _0x116d(){var _0x20d8b7=['2977300TSCNkV','3572238RsORrq','Mínimo\x20de\x20','Ano','Mês','14785XwNkLF','192kZuduf','Total\x20Geral','VarP\x20de\x20','Subtotal','{0}\x20hora\x20{1}\x20minuto','(Em\x20branco)','{0}\x20minuto','Dia','Soma\x20de\x20','{0}\x20ano\x20{1}\x20mês','DesvPadrão\x20de\x20','Planilha','valor','Coluna\x20','Filtro','{0}\x20mês\x20{1}\x20dia','245223iZzGon','{0}\x20dia','Máximo\x20de\x20','28AMHOuF','Média\x20de\x20','4235256vXMWwY','DesvPadrãoP\x20de\x20','Valores','1334896AxjIdK','22171130OKkyxG','Linha','object','amd','Ano-Trimestre','Trimestre','function','2hVKKju','Ano-Mês','UniverProSheetsPivotPtBR','exports','outro'];_0x116d=function(){return _0x20d8b7;};return _0x116d();}(function(_0x32f865,_0xe379da){var _0x3f6486=_0x4bb2,_0x1cd200=_0x32f865();while(!![]){try{var _0x2cefbc=parseInt(_0x3f6486(0x178))/0x1*(parseInt(_0x3f6486(0x188))/0x2)+-parseInt(_0x3f6486(0x18e))/0x3+-parseInt(_0x3f6486(0x18d))/0x4+parseInt(_0x3f6486(0x192))/0x5*(-parseInt(_0x3f6486(0x193))/0x6)+parseInt(_0x3f6486(0x17b))/0x7*(parseInt(_0x3f6486(0x180))/0x8)+-parseInt(_0x3f6486(0x17d))/0x9+parseInt(_0x3f6486(0x181))/0xa;if(_0x2cefbc===_0xe379da)break;else _0x1cd200['push'](_0x1cd200['shift']());}catch(_0x5089f7){_0x1cd200['push'](_0x1cd200['shift']());}}}(_0x116d,0x99b01),function(_0x1e87d2,_0x2aae44){var _0x333445=_0x4bb2;typeof exports==_0x333445(0x183)&&typeof module<'u'?module[_0x333445(0x18b)]=_0x2aae44():typeof define==_0x333445(0x187)&&define[_0x333445(0x184)]?define([],_0x2aae44):(_0x1e87d2=typeof globalThis<'u'?globalThis:_0x1e87d2||self,_0x1e87d2[_0x333445(0x18a)]=_0x2aae44());}(this,function(){var _0x4e4156=_0x4bb2;return{'sheets-pivot':{'sheet':_0x4e4156(0x173),'blankValue':_0x4e4156(0x16d),'otherValue':'(Outro)','columnName':_0x4e4156(0x175),'subTotalText':_0x4e4156(0x16b),'grandTotalText':_0x4e4156(0x194),'valueText':'Valor','averageName':_0x4e4156(0x17c),'countName':'Contagem\x20de\x20','countNumsName':'Contagem\x20de\x20','maxName':_0x4e4156(0x17a),'minName':_0x4e4156(0x18f),'productName':'Produto\x20de\x20','stdDevName':_0x4e4156(0x172),'stdDevpName':_0x4e4156(0x17e),'sumName':_0x4e4156(0x170),'varName':'Var\x20de\x20','varpName':_0x4e4156(0x16a),'subTotal':_0x4e4156(0x16b),'grandTotal':_0x4e4156(0x194),'value':_0x4e4156(0x174),'blank':'em\x20branco','other':_0x4e4156(0x18c),'emptyPivot':{'filter':_0x4e4156(0x176),'row':_0x4e4156(0x182),'column':'Coluna','values':_0x4e4156(0x17f)},'dateGroup':{'year':_0x4e4156(0x190),'month':_0x4e4156(0x191),'day':_0x4e4156(0x16f),'hour':'Hora','minute':'Minuto','quarter':_0x4e4156(0x186),'monthDate':'Mês-Dia','yearQuarter':_0x4e4156(0x185),'yearMonth':_0x4e4156(0x189),'yearMonthDate':'Ano-Mês-Dia'},'cellDateGroupDisplay':{'minute':_0x4e4156(0x16e),'hour':'{0}\x20hora','hourMinute':_0x4e4156(0x16c),'date':_0x4e4156(0x179),'month':'{0}\x20mês','monthDate':_0x4e4156(0x177),'quarter':'{0}\x20trimestre','year':'{0}\x20ano','yearMonth':_0x4e4156(0x171),'yearMonthDate':'{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','yearQuarter':'{0}\x20ano\x20{1}\x20trimestre'}}};}));
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4c66(_0x3a1c43,_0x528181){_0x3a1c43=_0x3a1c43-0x133;var _0xa7867f=_0xa786();var _0x4c6690=_0xa7867f[_0x3a1c43];return _0x4c6690;}function _0xa786(){var _0x55d6be=['Максимум\x20по\x20','Минута','Общее\x20стандартное\x20отклонение\x20по\x20','Общий\x20итог','Минимум\x20по\x20','Месяц','1831415uxdfAI','(Пусто)','1228wnaRJU','День','207sVFZsL','Другое','174rXhmsX','{0}\x20месяц','Год-Квартал','{0}\x20год','55lpQsOw','3016130QQICrp','Промежуточный\x20итог','Час','{0}\x20месяц\x20{1}\x20день','{0}\x20год\x20{1}\x20месяц','177512xzvLbc','Стандартное\x20отклонение\x20по\x20','Общая\x20дисперсия\x20по\x20','amd','Лист','Год-Месяц-День','Столбец','(Другое)','1857mXFMuC','365356eJqqJj','exports','321667LqlOVh','UniverProSheetsPivotRuRU','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Значение','{0}\x20квартал','Год-Месяц','{0}\x20ч','Фильтр','Число\x20по\x20','Дисперсия\x20по\x20','2863pIKIBq','Пусто','Год','Месяц-День','Сумма\x20по\x20'];_0xa786=function(){return _0x55d6be;};return _0xa786();}(function(_0x584b8f,_0x342ab9){var _0x2ad6f7=_0x4c66,_0x389c34=_0x584b8f();while(!![]){try{var _0x752fd9=-parseInt(_0x2ad6f7(0x138))/0x1+-parseInt(_0x2ad6f7(0x136))/0x2+-parseInt(_0x2ad6f7(0x135))/0x3*(-parseInt(_0x2ad6f7(0x14f))/0x4)+-parseInt(_0x2ad6f7(0x14d))/0x5+-parseInt(_0x2ad6f7(0x153))/0x6*(-parseInt(_0x2ad6f7(0x142))/0x7)+-parseInt(_0x2ad6f7(0x15d))/0x8*(parseInt(_0x2ad6f7(0x151))/0x9)+parseInt(_0x2ad6f7(0x158))/0xa*(parseInt(_0x2ad6f7(0x157))/0xb);if(_0x752fd9===_0x342ab9)break;else _0x389c34['push'](_0x389c34['shift']());}catch(_0x1c6f50){_0x389c34['push'](_0x389c34['shift']());}}}(_0xa786,0x50518),function(_0x30c1f9,_0x16b672){var _0x5a6d4d=_0x4c66;typeof exports=='object'&&typeof module<'u'?module[_0x5a6d4d(0x137)]=_0x16b672():typeof define=='function'&&define[_0x5a6d4d(0x160)]?define([],_0x16b672):(_0x30c1f9=typeof globalThis<'u'?globalThis:_0x30c1f9||self,_0x30c1f9[_0x5a6d4d(0x139)]=_0x16b672());}(this,function(){var _0xaea752=_0x4c66;return{'sheets-pivot':{'sheet':_0xaea752(0x161),'blankValue':_0xaea752(0x14e),'otherValue':_0xaea752(0x134),'columnName':'Столбец\x20','subTotalText':_0xaea752(0x159),'grandTotalText':_0xaea752(0x14a),'valueText':_0xaea752(0x13b),'averageName':'Среднее\x20по\x20','countName':'Количество\x20по\x20','countNumsName':_0xaea752(0x140),'maxName':_0xaea752(0x147),'minName':_0xaea752(0x14b),'productName':'Произведение\x20по\x20','stdDevName':_0xaea752(0x15e),'stdDevpName':_0xaea752(0x149),'sumName':_0xaea752(0x146),'varName':_0xaea752(0x141),'varpName':_0xaea752(0x15f),'subTotal':'Промежуточный\x20итог','grandTotal':_0xaea752(0x14a),'value':'Значение','blank':_0xaea752(0x143),'other':_0xaea752(0x152),'emptyPivot':{'filter':_0xaea752(0x13f),'row':'Строка','column':_0xaea752(0x133),'values':_0xaea752(0x13b)},'dateGroup':{'year':_0xaea752(0x144),'month':_0xaea752(0x14c),'day':_0xaea752(0x150),'hour':_0xaea752(0x15a),'minute':_0xaea752(0x148),'quarter':'Квартал','monthDate':_0xaea752(0x145),'yearQuarter':_0xaea752(0x155),'yearMonth':_0xaea752(0x13d),'yearMonthDate':_0xaea752(0x162)},'cellDateGroupDisplay':{'minute':'{0}\x20мин','hour':_0xaea752(0x13e),'hourMinute':'{0}\x20ч\x20{1}\x20мин','date':'{0}\x20день','month':_0xaea752(0x154),'monthDate':_0xaea752(0x15b),'quarter':_0xaea752(0x13c),'year':_0xaea752(0x156),'yearMonth':_0xaea752(0x15c),'yearMonthDate':_0xaea752(0x13a),'yearQuarter':'{0}\x20год\x20{1}\x20квартал'}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x366a(_0xcf8f6f,_0x35dc92){_0xcf8f6f=_0xcf8f6f-0xc6;var _0x1efbd0=_0x1efb();var _0x366a76=_0x1efbd0[_0xcf8f6f];return _0x366a76;}(function(_0xd4e54d,_0x3b3813){var _0x49cabd=_0x366a,_0x4921f9=_0xd4e54d();while(!![]){try{var _0x2a7467=parseInt(_0x49cabd(0xd2))/0x1*(parseInt(_0x49cabd(0xfa))/0x2)+parseInt(_0x49cabd(0xe2))/0x3*(-parseInt(_0x49cabd(0xd1))/0x4)+-parseInt(_0x49cabd(0xd5))/0x5+parseInt(_0x49cabd(0xe0))/0x6+-parseInt(_0x49cabd(0xea))/0x7+-parseInt(_0x49cabd(0xf7))/0x8+parseInt(_0x49cabd(0xdc))/0x9*(parseInt(_0x49cabd(0xdf))/0xa);if(_0x2a7467===_0x3b3813)break;else _0x4921f9['push'](_0x4921f9['shift']());}catch(_0x295048){_0x4921f9['push'](_0x4921f9['shift']());}}}(_0x1efb,0x3d0e6),function(_0x1f87af,_0x22752c){var _0x1907d0=_0x366a;typeof exports==_0x1907d0(0xe9)&&typeof module<'u'?module[_0x1907d0(0xdd)]=_0x22752c():typeof define=='function'&&define[_0x1907d0(0xd7)]?define([],_0x22752c):(_0x1f87af=typeof globalThis<'u'?globalThis:_0x1f87af||self,_0x1f87af[_0x1907d0(0xda)]=_0x22752c());}(this,function(){var _0x4c40f5=_0x366a;return{'sheets-pivot':{'sheet':_0x4c40f5(0xf4),'blankValue':_0x4c40f5(0xca),'otherValue':_0x4c40f5(0xc8),'columnName':_0x4c40f5(0xf1),'subTotalText':_0x4c40f5(0xe1),'grandTotalText':_0x4c40f5(0xcd),'valueText':_0x4c40f5(0xee),'averageName':_0x4c40f5(0xd6),'countName':_0x4c40f5(0xfc),'countNumsName':'Počet\x20z\x20','maxName':'Max\x20z\x20','minName':_0x4c40f5(0xf6),'productName':_0x4c40f5(0xd9),'stdDevName':_0x4c40f5(0xc6),'stdDevpName':_0x4c40f5(0xc9),'sumName':_0x4c40f5(0xd3),'varName':_0x4c40f5(0xd0),'varpName':_0x4c40f5(0xed),'subTotal':_0x4c40f5(0xf3),'grandTotal':_0x4c40f5(0xcd),'value':_0x4c40f5(0xf8),'blank':_0x4c40f5(0xe7),'other':_0x4c40f5(0xce),'emptyPivot':{'filter':'Filter','row':'Riadok','column':_0x4c40f5(0xdb),'values':_0x4c40f5(0xcf)},'dateGroup':{'year':_0x4c40f5(0xfd),'month':_0x4c40f5(0xd4),'day':_0x4c40f5(0xe8),'hour':_0x4c40f5(0xfe),'minute':_0x4c40f5(0xde),'quarter':_0x4c40f5(0xcb),'monthDate':_0x4c40f5(0xef),'yearQuarter':_0x4c40f5(0xe4),'yearMonth':_0x4c40f5(0xc7),'yearMonthDate':_0x4c40f5(0xe6)},'cellDateGroupDisplay':{'minute':_0x4c40f5(0xf0),'hour':_0x4c40f5(0xe5),'hourMinute':_0x4c40f5(0xcc),'date':_0x4c40f5(0xf5),'month':_0x4c40f5(0xe3),'monthDate':_0x4c40f5(0xf2),'quarter':_0x4c40f5(0xeb),'year':_0x4c40f5(0xd8),'yearMonth':_0x4c40f5(0xf9),'yearMonthDate':_0x4c40f5(0xfb),'yearQuarter':_0x4c40f5(0xec)}}};}));function _0x1efb(){var _0x4ac0d3=['{0}\x20minúta','Stĺpec\x20','{0}\x20mesiac\x20{1}\x20deň','Medzisúčet','Hárok','{0}\x20deň','Min\x20z\x20','1414760hFwSsU','hodnota','{0}\x20rok\x20{1}\x20mesiac','1232tBnEaA','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','Počet\x20z\x20','Rok','Hodina','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac','(Iné)','Smerodajná\x20odchýlka\x20populácie\x20z\x20','(Prázdne)','Štvrťrok','{0}\x20hodina\x20{1}\x20minúta','Celkový\x20súčet','iné','Hodnoty','Rozptyl\x20z\x20','4gzzaWx','557imbDax','Súčet\x20z\x20','Mesiac','101440rjVhVY','Priemer\x20z\x20','amd','{0}\x20rok','Súčin\x20z\x20','UniverProSheetsPivotSkSK','Stĺpec','2640267ANOlMU','exports','Minúta','10WmPTkX','1993824aQivdg','Súčet','1038993vBLsvP','{0}\x20mesiac','Rok-Štvrťrok','{0}\x20hodina','Rok-Mesiac-Deň','prázdne','Deň','object','1226603nFsSXg','{0}\x20štvrťrok','{0}\x20rok\x20{1}\x20štvrťrok','Rozptyl\x20populácie\x20z\x20','Hodnota','Mesiac-Deň'];_0x1efb=function(){return _0x4ac0d3;};return _0x1efb();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x50a748,_0x3c0fe8){var _0x25056b=_0x2c42,_0x34044e=_0x50a748();while(!![]){try{var _0x1f50ef=-parseInt(_0x25056b(0x168))/0x1+parseInt(_0x25056b(0x164))/0x2+-parseInt(_0x25056b(0x16c))/0x3+-parseInt(_0x25056b(0x17c))/0x4*(parseInt(_0x25056b(0x172))/0x5)+parseInt(_0x25056b(0x16b))/0x6*(parseInt(_0x25056b(0x15b))/0x7)+-parseInt(_0x25056b(0x181))/0x8+parseInt(_0x25056b(0x162))/0x9*(parseInt(_0x25056b(0x180))/0xa);if(_0x1f50ef===_0x3c0fe8)break;else _0x34044e['push'](_0x34044e['shift']());}catch(_0x1252e7){_0x34044e['push'](_0x34044e['shift']());}}}(_0x54e5,0xdbe5d),function(_0x136987,_0x5a29d8){var _0x378043=_0x2c42;typeof exports==_0x378043(0x186)&&typeof module<'u'?module[_0x378043(0x16f)]=_0x5a29d8():typeof define=='function'&&define[_0x378043(0x171)]?define([],_0x5a29d8):(_0x136987=typeof globalThis<'u'?globalThis:_0x136987||self,_0x136987['UniverProSheetsPivotViVN']=_0x5a29d8());}(this,function(){var _0x1f25b6=_0x2c42;return{'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':_0x1f25b6(0x170),'otherValue':_0x1f25b6(0x177),'columnName':'Cột\x20','subTotalText':_0x1f25b6(0x174),'grandTotalText':_0x1f25b6(0x16d),'valueText':'Giá\x20trị','averageName':_0x1f25b6(0x184),'countName':_0x1f25b6(0x187),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x1f25b6(0x167),'productName':_0x1f25b6(0x183),'stdDevName':_0x1f25b6(0x165),'stdDevpName':_0x1f25b6(0x166),'sumName':_0x1f25b6(0x161),'varName':'Phương\x20sai:','varpName':_0x1f25b6(0x17a),'subTotal':'Tổng\x20phụ','grandTotal':'Tổng\x20cộng','value':_0x1f25b6(0x176),'blank':_0x1f25b6(0x15f),'other':_0x1f25b6(0x15d),'emptyPivot':{'filter':_0x1f25b6(0x15c),'row':'Hàng','column':_0x1f25b6(0x175),'values':'Giá\x20trị'},'dateGroup':{'year':_0x1f25b6(0x16a),'month':_0x1f25b6(0x178),'day':_0x1f25b6(0x17f),'hour':_0x1f25b6(0x163),'minute':_0x1f25b6(0x179),'quarter':_0x1f25b6(0x15a),'monthDate':'Tháng-Ngày','yearQuarter':'Năm-Quý','yearMonth':_0x1f25b6(0x17d),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x1f25b6(0x185),'hour':_0x1f25b6(0x17b),'hourMinute':_0x1f25b6(0x173),'date':_0x1f25b6(0x182),'month':_0x1f25b6(0x15e),'monthDate':'Tháng\x20{0}\x20Ngày\x20{1}','quarter':_0x1f25b6(0x16e),'year':_0x1f25b6(0x17e),'yearMonth':_0x1f25b6(0x169),'yearMonthDate':_0x1f25b6(0x160),'yearQuarter':'Năm\x20{0}\x20Quý\x20{1}'}}};}));function _0x2c42(_0x449cc4,_0x47b982){_0x449cc4=_0x449cc4-0x15a;var _0x54e5a6=_0x54e5();var _0x2c4223=_0x54e5a6[_0x449cc4];return _0x2c4223;}function _0x54e5(){var _0x4e84eb=['Khác','Tháng\x20{0}','Trống','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Tổng:','26703747PDHnox','Giờ','1676718mpdDpA','Độ\x20lệch\x20chuẩn:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Giá\x20trị\x20tối\x20thiểu:','689943WZZPcG','Năm\x20{0}\x20Tháng\x20{1}','Năm','2850348XLFdSZ','2898609QbnGSB','Tổng\x20cộng','Quý\x20{0}','exports','(Trống)','amd','5osHRRP','{0}\x20giờ\x20{1}\x20phút','Tổng\x20phụ','Cột','Giá\x20trị','(Khác)','Tháng','Phút','Phương\x20sai\x20toàn\x20phần:','{0}\x20giờ','2433016AroReI','Năm-Tháng','Năm\x20{0}','Ngày','10nNcgbV','8923192xmArgy','Ngày\x20{0}','Tích:','Giá\x20trị\x20trung\x20bình:','{0}\x20phút','object','Số\x20lượng:','Quý','7QYOqKv','Lọc'];_0x54e5=function(){return _0x4e84eb;};return _0x54e5();}
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x56bf(_0x49eae8,_0x3f7e93){_0x49eae8=_0x49eae8-0x1e0;var _0x522bb0=_0x522b();var _0x56bf5b=_0x522bb0[_0x49eae8];return _0x56bf5b;}function _0x522b(){var _0x1b7b71=['{0}月','{0}年{1}月','3809697qNdvWO','UniverProSheetsPivotZhCN','190FeWoGX','{0}年{1}月{2}日','标准偏差项:','function','282824kLrfVY','(其他)','135IEquNo','数值计数项:','年-月','666010EJibmw','总体标准偏差项:','方差项:','{0}年{1}季度','2310116DhOHCd','9889691TqFyRZ','计数项:','amd','9YVnWTr','{0}月{1}日','最小值项:','{0}分','乘积项:','{0}时\x20{1}分','6KmKWQi','最大值项:','月-日','313973sEYUXB','总体方差项:','{0}季度','年-月-日','{0}时','平均值项:','115936blDklU','(空白)'];_0x522b=function(){return _0x1b7b71;};return _0x522b();}(function(_0x5f3ec0,_0x2a43d3){var _0x25fe9b=_0x56bf,_0x241ac4=_0x5f3ec0();while(!![]){try{var _0x7ddc67=parseInt(_0x25fe9b(0x1fb))/0x1*(parseInt(_0x25fe9b(0x1e4))/0x2)+parseInt(_0x25fe9b(0x1e8))/0x3+-parseInt(_0x25fe9b(0x1f7))/0x4+-parseInt(_0x25fe9b(0x1f3))/0x5*(parseInt(_0x25fe9b(0x201))/0x6)+-parseInt(_0x25fe9b(0x1f8))/0x7+-parseInt(_0x25fe9b(0x1ee))/0x8*(-parseInt(_0x25fe9b(0x1f0))/0x9)+-parseInt(_0x25fe9b(0x1ea))/0xa*(-parseInt(_0x25fe9b(0x204))/0xb);if(_0x7ddc67===_0x2a43d3)break;else _0x241ac4['push'](_0x241ac4['shift']());}catch(_0x4ee739){_0x241ac4['push'](_0x241ac4['shift']());}}}(_0x522b,0xb4d47),function(_0x1d33d5,_0x39d553){var _0x49340a=_0x56bf;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x39d553():typeof define==_0x49340a(0x1ed)&&define[_0x49340a(0x1fa)]?define([],_0x39d553):(_0x1d33d5=typeof globalThis<'u'?globalThis:_0x1d33d5||self,_0x1d33d5[_0x49340a(0x1e9)]=_0x39d553());}(this,function(){var _0x491384=_0x56bf;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x491384(0x1e5),'otherValue':_0x491384(0x1ef),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x491384(0x1e3),'countName':_0x491384(0x1f9),'countNumsName':_0x491384(0x1f1),'maxName':_0x491384(0x202),'minName':_0x491384(0x1fd),'productName':_0x491384(0x1ff),'stdDevName':_0x491384(0x1ec),'stdDevpName':_0x491384(0x1f4),'sumName':'求和项:','varName':_0x491384(0x1f5),'varpName':_0x491384(0x205),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x491384(0x203),'yearQuarter':'年-季度','yearMonth':_0x491384(0x1f2),'yearMonthDate':_0x491384(0x1e1)},'cellDateGroupDisplay':{'minute':_0x491384(0x1fe),'hour':_0x491384(0x1e2),'hourMinute':_0x491384(0x200),'date':'{0}日','month':_0x491384(0x1e6),'monthDate':_0x491384(0x1fc),'quarter':_0x491384(0x1e0),'year':'{0}年','yearMonth':_0x491384(0x1e7),'yearMonthDate':_0x491384(0x1eb),'yearQuarter':_0x491384(0x1f6)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x39e2(_0x45aff4,_0x35446a){_0x45aff4=_0x45aff4-0x97;var _0x2a58be=_0x2a58();var _0x39e25c=_0x2a58be[_0x45aff4];return _0x39e25c;}(function(_0x589b6d,_0x29f06c){var _0x4806d9=_0x39e2,_0x10aa94=_0x589b6d();while(!![]){try{var _0x4e2bb2=-parseInt(_0x4806d9(0xb0))/0x1*(parseInt(_0x4806d9(0x9b))/0x2)+-parseInt(_0x4806d9(0x9a))/0x3+parseInt(_0x4806d9(0xb5))/0x4*(parseInt(_0x4806d9(0x9f))/0x5)+-parseInt(_0x4806d9(0xa3))/0x6+parseInt(_0x4806d9(0xab))/0x7*(parseInt(_0x4806d9(0xa2))/0x8)+-parseInt(_0x4806d9(0xa4))/0x9*(parseInt(_0x4806d9(0xad))/0xa)+parseInt(_0x4806d9(0xb7))/0xb;if(_0x4e2bb2===_0x29f06c)break;else _0x10aa94['push'](_0x10aa94['shift']());}catch(_0x368cc8){_0x10aa94['push'](_0x10aa94['shift']());}}}(_0x2a58,0x8f5ce),function(_0x231889,_0x543fac){var _0x181611=_0x39e2;typeof exports=='object'&&typeof module<'u'?module[_0x181611(0xb4)]=_0x543fac():typeof define=='function'&&define[_0x181611(0xac)]?define([],_0x543fac):(_0x231889=typeof globalThis<'u'?globalThis:_0x231889||self,_0x231889[_0x181611(0x9d)]=_0x543fac());}(this,function(){var _0x417353=_0x39e2;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x417353(0xb8),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x417353(0xaa),'countName':_0x417353(0xb6),'countNumsName':_0x417353(0xb1),'maxName':'最大值項:','minName':_0x417353(0xa7),'productName':_0x417353(0x98),'stdDevName':_0x417353(0xb2),'stdDevpName':_0x417353(0xa6),'sumName':'求和項:','varName':'方差項:','varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x417353(0xa5),'yearQuarter':_0x417353(0xae),'yearMonth':'年-月','yearMonthDate':_0x417353(0xaf)},'cellDateGroupDisplay':{'minute':_0x417353(0x9c),'hour':_0x417353(0xa9),'hourMinute':_0x417353(0xa1),'date':_0x417353(0xb3),'month':'{0}月','monthDate':_0x417353(0xa0),'quarter':'{0}季度','year':_0x417353(0xa8),'yearMonth':_0x417353(0x99),'yearMonthDate':_0x417353(0x97),'yearQuarter':_0x417353(0x9e)}}};}));function _0x2a58(){var _0x165043=['{0}年{1}月{2}日','乘積項:','{0}年{1}月','2681202VAGPIM','490768oKXPZv','{0}分','UniverProSheetsPivotZhHK','{0}年{1}季度','35oBWWgz','{0}月{1}日','{0}時\x20{1}分','2874232aGxlck','5485632vWlioX','15291mMmOzF','月-日','總體標準差項:','最小值項:','{0}年','{0}時','平均值項:','7dkvQZq','amd','4730gzBsUP','年-季度','年-月-日','4kgRVxX','數值計數項:','標準差項:','{0}日','exports','576972Vmyfqw','計數項:','30925433RrXjRS','(空白)'];_0x2a58=function(){return _0x165043;};return _0x2a58();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4e59(){var _0x4b00e6=['1378942LOlmhm','{0}時\x20{1}分','最小值項:','22DEbvDt','年-季度','UniverProSheetsPivotZhTW','(其他)','object','總體標準差項:','{0}分','21921jPlGPt','1575gjoOLg','乘積項:','amd','數值計數項:','年-月','最大值項:','324042VSGwcG','{0}年{1}季度','372CuDBvq','exports','{0}時','標準差項:','(空白)','3117015iYyxJS','{0}年{1}月{2}日','{0}年','{0}日','工作表','168fxQUSr','計數項:','平均值項:','{0}月{1}日','方差項:','21672bIIIOe','6730AvYNXv','1810330blPYYA','function'];_0x4e59=function(){return _0x4b00e6;};return _0x4e59();}function _0x4617(_0x4e5b57,_0x7c74d1){_0x4e5b57=_0x4e5b57-0x125;var _0x4e59c5=_0x4e59();var _0x461728=_0x4e59c5[_0x4e5b57];return _0x461728;}(function(_0x2ca2c1,_0x507729){var _0x31f436=_0x4617,_0x4ccb82=_0x2ca2c1();while(!![]){try{var _0x2a130e=-parseInt(_0x31f436(0x12f))/0x1+parseInt(_0x31f436(0x144))/0x2+parseInt(_0x31f436(0x128))/0x3*(parseInt(_0x31f436(0x13b))/0x4)+-parseInt(_0x31f436(0x141))/0x5*(parseInt(_0x31f436(0x131))/0x6)+parseInt(_0x31f436(0x129))/0x7*(parseInt(_0x31f436(0x140))/0x8)+-parseInt(_0x31f436(0x136))/0x9+-parseInt(_0x31f436(0x142))/0xa*(parseInt(_0x31f436(0x147))/0xb);if(_0x2a130e===_0x507729)break;else _0x4ccb82['push'](_0x4ccb82['shift']());}catch(_0x138ed2){_0x4ccb82['push'](_0x4ccb82['shift']());}}}(_0x4e59,0x77a0b),function(_0x5c8710,_0x1d33f5){var _0x40ebbf=_0x4617;typeof exports==_0x40ebbf(0x125)&&typeof module<'u'?module[_0x40ebbf(0x132)]=_0x1d33f5():typeof define==_0x40ebbf(0x143)&&define[_0x40ebbf(0x12b)]?define([],_0x1d33f5):(_0x5c8710=typeof globalThis<'u'?globalThis:_0x5c8710||self,_0x5c8710[_0x40ebbf(0x149)]=_0x1d33f5());}(this,function(){var _0xa76459=_0x4617;return{'sheets-pivot':{'sheet':_0xa76459(0x13a),'blankValue':_0xa76459(0x135),'otherValue':_0xa76459(0x14a),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0xa76459(0x13d),'countName':_0xa76459(0x13c),'countNumsName':_0xa76459(0x12c),'maxName':_0xa76459(0x12e),'minName':_0xa76459(0x146),'productName':_0xa76459(0x12a),'stdDevName':_0xa76459(0x134),'stdDevpName':_0xa76459(0x126),'sumName':'求和項:','varName':_0xa76459(0x13f),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':'月-日','yearQuarter':_0xa76459(0x148),'yearMonth':_0xa76459(0x12d),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0xa76459(0x127),'hour':_0xa76459(0x133),'hourMinute':_0xa76459(0x145),'date':_0xa76459(0x139),'month':'{0}月','monthDate':_0xa76459(0x13e),'quarter':'{0}季度','year':_0xa76459(0x138),'yearMonth':'{0}年{1}月','yearMonthDate':_0xa76459(0x137),'yearQuarter':_0xa76459(0x130)}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-pivot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Pivot table integration for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
"rxjs": ">=7.0.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@univerjs-pro/engine-pivot": "0.
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs
|
|
76
|
-
"@univerjs/
|
|
69
|
+
"@univerjs-pro/engine-pivot": "0.25.0",
|
|
70
|
+
"@univerjs-pro/license": "0.25.0",
|
|
71
|
+
"@univerjs/core": "0.25.0",
|
|
72
|
+
"@univerjs/engine-formula": "0.25.0",
|
|
73
|
+
"@univerjs/engine-render": "0.25.0",
|
|
74
|
+
"@univerjs/sheets": "0.25.0",
|
|
75
|
+
"@univerjs/rpc": "0.25.0",
|
|
76
|
+
"@univerjs/sheets-filter": "0.25.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"rxjs": "7.8.2",
|
|
80
80
|
"typescript": "^6.0.3",
|
|
81
81
|
"vitest": "^4.1.6",
|
|
82
|
-
"@univerjs-infra/shared": "0.
|
|
82
|
+
"@univerjs-infra/shared": "0.25.0"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"test": "vitest run",
|