@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.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/facade.js +1 -1
- 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/facade.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/facade.js +1 -1
- 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/const/const.d.ts +2 -2
- package/lib/types/const/type.d.ts +8 -1
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
- package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
- package/lib/types/facade/f-pivot-table.d.ts +3 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
- package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
- package/lib/types/models/view-util.d.ts +1 -0
- package/lib/types/util.d.ts +14 -8
- package/lib/umd/facade.js +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 +10 -10
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x21b87b=_0x1ea2;(function(_0x4fd7e7,_0x5edef4){const _0x451c53=_0x1ea2,_0x5c53f7=_0x4fd7e7();while(!![]){try{const _0xcd47ed=-parseInt(_0x451c53(0x14f))/0x1+-parseInt(_0x451c53(0x156))/0x2+parseInt(_0x451c53(0x167))/0x3+-parseInt(_0x451c53(0x15d))/0x4+parseInt(_0x451c53(0x157))/0x5+parseInt(_0x451c53(0x158))/0x6+-parseInt(_0x451c53(0x150))/0x7*(parseInt(_0x451c53(0x16e))/0x8);if(_0xcd47ed===_0x5edef4)break;else _0x5c53f7['push'](_0x5c53f7['shift']());}catch(_0x4b7fc2){_0x5c53f7['push'](_0x5c53f7['shift']());}}}(_0x1ac6,0x34e95));function _0x1ea2(_0x25bf82,_0x534e01){_0x25bf82=_0x25bf82-0x14a;const _0x1ac634=_0x1ac6();let _0x1ea2f1=_0x1ac634[_0x25bf82];return _0x1ea2f1;}const e={'sheets-pivot':{'sheet':_0x21b87b(0x164),'blankValue':_0x21b87b(0x165),'otherValue':_0x21b87b(0x14d),'columnName':_0x21b87b(0x155),'subTotalText':_0x21b87b(0x15e),'grandTotalText':'الإجمالي\x20الكلي','valueText':_0x21b87b(0x163),'rowLabels':_0x21b87b(0x16a),'columnLabels':_0x21b87b(0x166),'averageName':'متوسط\x20من\x20','countName':'عدد\x20من\x20','countNumsName':_0x21b87b(0x177),'maxName':'الحد\x20الأقصى\x20من\x20','minName':_0x21b87b(0x176),'productName':'حاصل\x20الضرب\x20من\x20','stdDevName':'الانحراف_المعياري\x20من\x20','stdDevpName':_0x21b87b(0x173),'sumName':_0x21b87b(0x14c),'varName':_0x21b87b(0x16d),'varpName':_0x21b87b(0x174),'subTotal':_0x21b87b(0x154),'grandTotal':_0x21b87b(0x15a),'value':'قيمة','blank':_0x21b87b(0x14b),'other':_0x21b87b(0x160),'renderText':{'valueField':'{0}{1}','subtotal':_0x21b87b(0x175),'grandTotal':_0x21b87b(0x175),'multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':_0x21b87b(0x175)},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x21b87b(0x170),'column':_0x21b87b(0x168),'values':_0x21b87b(0x14e)},'dateGroup':{'year':_0x21b87b(0x152),'month':_0x21b87b(0x151),'day':_0x21b87b(0x16f),'date':_0x21b87b(0x16f),'hour':_0x21b87b(0x16b),'minute':_0x21b87b(0x15f),'hourMinute':_0x21b87b(0x159),'quarter':_0x21b87b(0x172),'monthDate':_0x21b87b(0x15c),'yearQuarter':_0x21b87b(0x171),'yearMonth':_0x21b87b(0x178),'yearMonthDate':_0x21b87b(0x169)},'cellDateGroupDisplay':{'minute':_0x21b87b(0x15b),'hour':_0x21b87b(0x15b),'hourMinute':'{0}:{1}','date':_0x21b87b(0x15b),'month':'{0}','monthDate':_0x21b87b(0x14a),'quarter':_0x21b87b(0x16c),'year':_0x21b87b(0x15b),'yearMonth':'{0}-{1}','yearMonthDate':_0x21b87b(0x153),'yearQuarter':_0x21b87b(0x162)}}};module[_0x21b87b(0x161)]=e;function _0x1ac6(){const _0xa3c1a1=['ساعة','Q{0}','التباين\x20من\x20','56Ouvzjh','يوم','الصفوف','سنة-ربع','ربع','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','تباين\x20المحتوى\x20من\x20','{1}\x20{0}','الحد\x20الأدنى\x20من\x20','عدد\x20من\x20','سنة-شهر','{0}-{1}','فارغ','مجموع\x20من\x20','(آخر)','القيم','306946pDxnsB','6902voasif','شهر','سنة','{0}-{1}-{2}','إجمالي\x20فرعي','عمود\x20','395178LQsPHd','1292675nzBAWh','724764qmfeQx','ساعة-دقيقة','الإجمالي\x20الكلي','{0}','شهر-يوم','310068Ehseev','الإجمالي','دقيقة','آخر','exports','{0}-Q{1}','القيمة','ورقة','(فارغ)','تسميات\x20الأعمدة','1279050Xhulby','الأعمدة','سنة-شهر-يوم','تسميات\x20الصفوف'];_0x1ac6=function(){return _0xa3c1a1;};return _0x1ac6();}
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x56965c=_0xdc1a;(function(_0x572925,_0x1693a1){const _0x119f3f=_0xdc1a,_0x52fd85=_0x572925();while(!![]){try{const _0x178ad3=parseInt(_0x119f3f(0xba))/0x1+parseInt(_0x119f3f(0xc2))/0x2+parseInt(_0x119f3f(0xbd))/0x3+-parseInt(_0x119f3f(0xcc))/0x4+parseInt(_0x119f3f(0xae))/0x5+parseInt(_0x119f3f(0xb9))/0x6+parseInt(_0x119f3f(0xd7))/0x7*(-parseInt(_0x119f3f(0xcd))/0x8);if(_0x178ad3===_0x1693a1)break;else _0x52fd85['push'](_0x52fd85['shift']());}catch(_0x2e96b4){_0x52fd85['push'](_0x52fd85['shift']());}}}(_0x21af,0xda7f9));const e={'sheets-pivot':{'sheet':'Full','blankValue':'(En\x20blanc)','otherValue':_0x56965c(0xb6),'columnName':_0x56965c(0xc7),'subTotalText':_0x56965c(0xd0),'grandTotalText':_0x56965c(0xc9),'valueText':'Valor','rowLabels':_0x56965c(0xb8),'columnLabels':_0x56965c(0xca),'averageName':_0x56965c(0xcf),'countName':_0x56965c(0xce),'countNumsName':'Recompte\x20de\x20','maxName':'Màx\x20de\x20','minName':'Mín\x20de\x20','productName':_0x56965c(0xd6),'stdDevName':_0x56965c(0xd4),'stdDevpName':_0x56965c(0xbf),'sumName':_0x56965c(0xbe),'varName':_0x56965c(0xc0),'varpName':_0x56965c(0xb2),'subTotal':_0x56965c(0xd0),'grandTotal':_0x56965c(0xc9),'value':'valor','blank':_0x56965c(0xc1),'other':_0x56965c(0xbb),'renderText':{'valueField':'{0}{1}','subtotal':_0x56965c(0xd5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x56965c(0xc5),'subtotalWithValue':_0x56965c(0xd5)},'emptyPivot':{'filter':_0x56965c(0xb5),'row':'Fila','column':_0x56965c(0xd1),'values':_0x56965c(0xc8)},'dateGroup':{'year':_0x56965c(0xb1),'month':_0x56965c(0xd3),'day':_0x56965c(0xb3),'date':_0x56965c(0xb3),'hour':'Hora','minute':_0x56965c(0xb7),'hourMinute':_0x56965c(0xd2),'quarter':'Trimestre','monthDate':_0x56965c(0xb0),'yearQuarter':_0x56965c(0xaf),'yearMonth':_0x56965c(0xc3),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':_0x56965c(0xc5),'hour':'{0}','hourMinute':_0x56965c(0xad),'date':_0x56965c(0xc5),'month':_0x56965c(0xc5),'monthDate':'{0}-{1}','quarter':_0x56965c(0xcb),'year':_0x56965c(0xc5),'yearMonth':_0x56965c(0xc6),'yearMonthDate':_0x56965c(0xbc),'yearQuarter':_0x56965c(0xc4)}}};function _0xdc1a(_0x38413c,_0x38c880){_0x38413c=_0x38413c-0xad;const _0x21af30=_0x21af();let _0xdc1a5d=_0x21af30[_0x38413c];return _0xdc1a5d;}function _0x21af(){const _0x1699b1=['Valors','Total\x20general','Etiquetes\x20de\x20columna','Q{0}','1376176LYGbso','10633248xZMeyh','Recompte\x20de\x20','Mitjana\x20de\x20','Subtotal','Columna','Hora-Minut','Mes','DesvEst\x20de\x20','{0}\x20{1}','Producte\x20de\x20','21XRCGjU','{0}:{1}','6848155eErfPd','Any-Trimestre','Mes-Dia','Any','VarP\x20de\x20','Dia','exports','Filtre','(Altre)','Minut','Etiquetes\x20de\x20fila','7678410zOQLYQ','1603067tGLDfG','altre','{0}-{1}-{2}','396651KGwpRo','Suma\x20de\x20','DesvEstP\x20de\x20','Var\x20de\x20','en\x20blanc','1683662pMeqYx','Any-Mes','{0}-Q{1}','{0}','{0}-{1}','Columna\x20'];_0x21af=function(){return _0x1699b1;};return _0x21af();}module[_0x56965c(0xb4)]=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x17c9(_0x35af28,_0xf103b3){_0x35af28=_0x35af28-0xfb;const _0x57adc6=_0x57ad();let _0x17c929=_0x57adc6[_0x35af28];return _0x17c929;}const _0x59d224=_0x17c9;(function(_0x2199ef,_0x89f194){const _0x21bd77=_0x17c9,_0x3305b2=_0x2199ef();while(!![]){try{const _0x3e74e6=parseInt(_0x21bd77(0x126))/0x1+parseInt(_0x21bd77(0x11a))/0x2*(-parseInt(_0x21bd77(0x123))/0x3)+-parseInt(_0x21bd77(0x125))/0x4*(-parseInt(_0x21bd77(0x124))/0x5)+parseInt(_0x21bd77(0xfc))/0x6*(-parseInt(_0x21bd77(0x105))/0x7)+parseInt(_0x21bd77(0x108))/0x8+parseInt(_0x21bd77(0x118))/0x9*(-parseInt(_0x21bd77(0x11d))/0xa)+parseInt(_0x21bd77(0x11f))/0xb*(parseInt(_0x21bd77(0x10c))/0xc);if(_0x3e74e6===_0x89f194)break;else _0x3305b2['push'](_0x3305b2['shift']());}catch(_0x4a0f0e){_0x3305b2['push'](_0x3305b2['shift']());}}}(_0x57ad,0xe907a));const e={'sheets-pivot':{'sheet':_0x59d224(0x11e),'blankValue':_0x59d224(0x119),'otherValue':_0x59d224(0x10d),'columnName':'Spalte\x20','subTotalText':_0x59d224(0x110),'grandTotalText':_0x59d224(0x103),'valueText':_0x59d224(0x116),'rowLabels':_0x59d224(0xff),'columnLabels':_0x59d224(0x109),'averageName':_0x59d224(0x111),'countName':_0x59d224(0x10a),'countNumsName':'Anzahl\x20von\x20','maxName':'Maximum\x20von\x20','minName':'Minimum\x20von\x20','productName':_0x59d224(0x10b),'stdDevName':_0x59d224(0x129),'stdDevpName':_0x59d224(0xfe),'sumName':_0x59d224(0xfb),'varName':_0x59d224(0x101),'varpName':'Varp\x20von\x20','subTotal':_0x59d224(0x110),'grandTotal':_0x59d224(0x103),'value':'Wert','blank':'leer','other':_0x59d224(0x128),'renderText':{'valueField':_0x59d224(0x10e),'subtotal':_0x59d224(0x104),'grandTotal':_0x59d224(0x104),'multipleGrandTotal':_0x59d224(0x127),'subtotalWithValue':_0x59d224(0x104)},'emptyPivot':{'filter':_0x59d224(0x11b),'row':_0x59d224(0x114),'column':_0x59d224(0xfd),'values':'Werte'},'dateGroup':{'year':_0x59d224(0x11c),'month':_0x59d224(0x121),'day':_0x59d224(0x117),'date':_0x59d224(0x117),'hour':_0x59d224(0x112),'minute':_0x59d224(0x102),'hourMinute':_0x59d224(0x122),'quarter':_0x59d224(0x107),'monthDate':'Monat-Tag','yearQuarter':'Jahr-Quartal','yearMonth':_0x59d224(0x113),'yearMonthDate':_0x59d224(0x10f)},'cellDateGroupDisplay':{'minute':_0x59d224(0x127),'hour':_0x59d224(0x127),'hourMinute':_0x59d224(0x100),'date':_0x59d224(0x127),'month':_0x59d224(0x127),'monthDate':_0x59d224(0x106),'quarter':_0x59d224(0x115),'year':_0x59d224(0x127),'yearMonth':_0x59d224(0x106),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x59d224(0x120)}}};module['exports']=e;function _0x57ad(){const _0x59e228=['Zeilenbeschriftungen','{0}:{1}','Var\x20von\x20','Minute','Gesamtergebnis','{0}\x20{1}','7022946fPDyiN','{0}-{1}','Quartal','8285784wivRBi','Spaltenbeschriftungen','Anzahl\x20von\x20','Produkt\x20von\x20','12hiHNmU','(Sonstige)','{0}{1}','Jahr-Monat-Tag','Zwischensumme','Mittelwert\x20von\x20','Stunde','Jahr-Monat','Zeile','Q{0}','Wert','Tag','9ixZMma','(Leer)','845794OwCKcP','Filter','Jahr','4521070RoJJEm','Blatt','4620803MGOPom','{0}-Q{1}','Monat','Stunde-Minute','3dKDiuK','15ZuOyTi','1484308ACxGSZ','263745dHKEQV','{0}','sonstige','StdDev\x20von\x20','Summe\x20von\x20','6uhmscy','Spalte','StdDevp\x20von\x20'];_0x57ad=function(){return _0x59e228;};return _0x57ad();}
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x2be96d=_0x62b1;(function(_0x325532,_0x11ab55){const _0x2eb82a=_0x62b1,_0x115b95=_0x325532();while(!![]){try{const _0x1327d9=parseInt(_0x2eb82a(0x194))/0x1+-parseInt(_0x2eb82a(0x1ac))/0x2+parseInt(_0x2eb82a(0x1a7))/0x3+-parseInt(_0x2eb82a(0x197))/0x4*(parseInt(_0x2eb82a(0x195))/0x5)+parseInt(_0x2eb82a(0x18b))/0x6*(parseInt(_0x2eb82a(0x1b7))/0x7)+-parseInt(_0x2eb82a(0x1a5))/0x8+-parseInt(_0x2eb82a(0x1aa))/0x9*(-parseInt(_0x2eb82a(0x1b1))/0xa);if(_0x1327d9===_0x11ab55)break;else _0x115b95['push'](_0x115b95['shift']());}catch(_0xcc2937){_0x115b95['push'](_0x115b95['shift']());}}}(_0x23d3,0x302e8));function _0x62b1(_0x33baab,_0x433a82){_0x33baab=_0x33baab-0x18b;const _0x23d3b9=_0x23d3();let _0x62b1ae=_0x23d3b9[_0x33baab];return _0x62b1ae;}function _0x23d3(){const _0x586b59=['145794SAXopU','blank','{0}\x20{1}','71892roJKeQ','(Other)','524172bMzavu','{0}-{1}-{2}','Grand\x20Total','(Blank)','Row\x20Labels','180uJsKvj','Count\x20of\x20','Max\x20of\x20','exports','Year','Values','21hUqIQK','Month-Day','674082bpSbAh','Product\x20of\x20','Var\x20of\x20','Min\x20of\x20','Filter','StdDev\x20of\x20','{0}{1}','{0}-Q{1}','Subtotal','362625YLnSBO','185240esDIWa','Sheet','32BFeDxk','{0}','value','{0}:{1}','Sum\x20of\x20','Day','Year-Quarter','Column','Year-Month','Varp\x20of\x20','Month','other','Average\x20of\x20','Hour','1089808qwanji','Column\x20Labels'];_0x23d3=function(){return _0x586b59;};return _0x23d3();}const e={'sheets-pivot':{'sheet':_0x2be96d(0x196),'blankValue':_0x2be96d(0x1af),'otherValue':_0x2be96d(0x1ab),'columnName':'Column\x20','subTotalText':'Total','grandTotalText':'Grand\x20Total','valueText':'Value','rowLabels':_0x2be96d(0x1b0),'columnLabels':_0x2be96d(0x1a6),'averageName':_0x2be96d(0x1a3),'countName':'Count\x20of\x20','countNumsName':_0x2be96d(0x1b2),'maxName':_0x2be96d(0x1b3),'minName':_0x2be96d(0x18e),'productName':_0x2be96d(0x18c),'stdDevName':_0x2be96d(0x190),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x2be96d(0x19b),'varName':_0x2be96d(0x18d),'varpName':_0x2be96d(0x1a0),'subTotal':_0x2be96d(0x193),'grandTotal':_0x2be96d(0x1ae),'value':_0x2be96d(0x199),'blank':_0x2be96d(0x1a8),'other':_0x2be96d(0x1a2),'renderText':{'valueField':_0x2be96d(0x191),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x2be96d(0x1a9)},'emptyPivot':{'filter':_0x2be96d(0x18f),'row':'Row','column':_0x2be96d(0x19e),'values':_0x2be96d(0x1b6)},'dateGroup':{'year':_0x2be96d(0x1b5),'month':_0x2be96d(0x1a1),'day':_0x2be96d(0x19c),'date':_0x2be96d(0x19c),'hour':_0x2be96d(0x1a4),'minute':'Minute','hourMinute':'Hour-Minute','quarter':'Quarter','monthDate':_0x2be96d(0x1b8),'yearQuarter':_0x2be96d(0x19d),'yearMonth':_0x2be96d(0x19f),'yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x2be96d(0x19a),'date':'{0}','month':_0x2be96d(0x198),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x2be96d(0x198),'yearMonth':'{0}-{1}','yearMonthDate':_0x2be96d(0x1ad),'yearQuarter':_0x2be96d(0x192)}}};module[_0x2be96d(0x1b4)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x576c(_0x458fab,_0x4a39fc){_0x458fab=_0x458fab-0x10b;const _0x4957e7=_0x4957();let _0x576c0c=_0x4957e7[_0x458fab];return _0x576c0c;}function _0x4957(){const _0x407681=['{0}','Fila','Columna','7356769nNGZLJ','Mes','Total\x20general','Hoja','(Otro)','8357011RrgDef','DesvEstP\x20de\x20','25AQVHSE','10prHWEn','Año-Mes','{0}-{1}','vacío','4302PVcTcR','valor','otro','Suma\x20de\x20','Trimestre','3319371NrgorR','Etiquetas\x20de\x20fila','Q{0}','Columna\x20','Mín\x20de\x20','8hKYbWc','Mes-Día','Año','Valor','22oyGQOj','DesvEst\x20de\x20','Minuto','Valores','Día','Año-Mes-Día','VarP\x20de\x20','{0}{1}','Hora-Minuto','930uumdjK','Conteo\x20de\x20','5996tVughw','Máx\x20de\x20','35VsRWFl','{0}\x20{1}','{0}-{1}-{2}','72322QuHSon','5607348gDENtk','Etiquetas\x20de\x20columna','Subtotal','Producto\x20de\x20'];_0x4957=function(){return _0x407681;};return _0x4957();}const _0x540337=_0x576c;(function(_0x39e599,_0x35bf04){const _0x1a60b1=_0x576c,_0x52c49a=_0x39e599();while(!![]){try{const _0x35ae62=parseInt(_0x1a60b1(0x13a))/0x1*(-parseInt(_0x1a60b1(0x12b))/0x2)+parseInt(_0x1a60b1(0x124))/0x3*(-parseInt(_0x1a60b1(0x126))/0x4)+-parseInt(_0x1a60b1(0x128))/0x5*(-parseInt(_0x1a60b1(0x10d))/0x6)+-parseInt(_0x1a60b1(0x133))/0x7*(-parseInt(_0x1a60b1(0x117))/0x8)+-parseInt(_0x1a60b1(0x112))/0x9*(parseInt(_0x1a60b1(0x13b))/0xa)+parseInt(_0x1a60b1(0x11b))/0xb*(parseInt(_0x1a60b1(0x12c))/0xc)+parseInt(_0x1a60b1(0x138))/0xd;if(_0x35ae62===_0x35bf04)break;else _0x52c49a['push'](_0x52c49a['shift']());}catch(_0x1f678a){_0x52c49a['push'](_0x52c49a['shift']());}}}(_0x4957,0xdab71));const e={'sheets-pivot':{'sheet':_0x540337(0x136),'blankValue':'(Vacío)','otherValue':_0x540337(0x137),'columnName':_0x540337(0x115),'subTotalText':'Subtotal','grandTotalText':_0x540337(0x135),'valueText':_0x540337(0x11a),'rowLabels':_0x540337(0x113),'columnLabels':_0x540337(0x12d),'averageName':'Promedio\x20de\x20','countName':_0x540337(0x125),'countNumsName':_0x540337(0x125),'maxName':_0x540337(0x127),'minName':_0x540337(0x116),'productName':_0x540337(0x12f),'stdDevName':_0x540337(0x11c),'stdDevpName':_0x540337(0x139),'sumName':_0x540337(0x110),'varName':'Var\x20de\x20','varpName':_0x540337(0x121),'subTotal':_0x540337(0x12e),'grandTotal':_0x540337(0x135),'value':_0x540337(0x10e),'blank':_0x540337(0x10c),'other':_0x540337(0x10f),'renderText':{'valueField':_0x540337(0x122),'subtotal':_0x540337(0x129),'grandTotal':_0x540337(0x129),'multipleGrandTotal':_0x540337(0x130),'subtotalWithValue':_0x540337(0x129)},'emptyPivot':{'filter':'Filtro','row':_0x540337(0x131),'column':_0x540337(0x132),'values':_0x540337(0x11e)},'dateGroup':{'year':_0x540337(0x119),'month':_0x540337(0x134),'day':_0x540337(0x11f),'date':_0x540337(0x11f),'hour':'Hora','minute':_0x540337(0x11d),'hourMinute':_0x540337(0x123),'quarter':_0x540337(0x111),'monthDate':_0x540337(0x118),'yearQuarter':'Año-Trimestre','yearMonth':_0x540337(0x13c),'yearMonthDate':_0x540337(0x120)},'cellDateGroupDisplay':{'minute':_0x540337(0x130),'hour':_0x540337(0x130),'hourMinute':'{0}:{1}','date':_0x540337(0x130),'month':_0x540337(0x130),'monthDate':_0x540337(0x10b),'quarter':_0x540337(0x114),'year':'{0}','yearMonth':_0x540337(0x10b),'yearMonthDate':_0x540337(0x12a),'yearQuarter':'{0}-Q{1}'}}};module['exports']=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x554f(){const _0x4cbbdd=['سال-ماه-روز','روز','8152BeleiI','3512844zwSnGB','ماه','ساعت-دقیقه','واریانس\x20کلی\x20از\x20','مقادیر','ماه-روز','11932020Rdfltm','ضرب\x20از\x20','3791745HUeSHc','{0}','مقدار','exports','تعداد\x20از\x20','1633816xUHUAM','سایر','Q{0}','ستون\x20','168EqiMkZ','برچسبهای\x20ستون','{0}-{1}-{2}','6009787zPItFc','خالی','واریانس\x20از\x20','80535fPJjBo','انحراف\x20معیار\x20کلی\x20از\x20','سال-فصل','برگ','(خالی)','{0}{1}','ردیفها','(سایر)','8LBuAAM','{1}\x20{0}','{0}:{1}','تعداد\x20اعداد\x20از\x20','جمع','سال','{0}-{1}','فصل','ساعت'];_0x554f=function(){return _0x4cbbdd;};return _0x554f();}function _0x5811(_0x4b3c9f,_0x331ed4){_0x4b3c9f=_0x4b3c9f-0xaf;const _0x554f81=_0x554f();let _0x581128=_0x554f81[_0x4b3c9f];return _0x581128;}const _0x1a49b3=_0x5811;(function(_0x378a4f,_0x4fd109){const _0x2ce5ef=_0x5811,_0x5cd1fa=_0x378a4f();while(!![]){try{const _0x1664f6=-parseInt(_0x2ce5ef(0xd8))/0x1*(parseInt(_0x2ce5ef(0xc6))/0x2)+parseInt(_0x2ce5ef(0xb3))/0x3+-parseInt(_0x2ce5ef(0xd4))/0x4+-parseInt(_0x2ce5ef(0xcf))/0x5+parseInt(_0x2ce5ef(0xc7))/0x6+parseInt(_0x2ce5ef(0xb0))/0x7+parseInt(_0x2ce5ef(0xbb))/0x8*(parseInt(_0x2ce5ef(0xcd))/0x9);if(_0x1664f6===_0x4fd109)break;else _0x5cd1fa['push'](_0x5cd1fa['shift']());}catch(_0x586713){_0x5cd1fa['push'](_0x5cd1fa['shift']());}}}(_0x554f,0xe6bad));const e={'sheets-pivot':{'sheet':_0x1a49b3(0xb6),'blankValue':_0x1a49b3(0xb7),'otherValue':_0x1a49b3(0xba),'columnName':_0x1a49b3(0xd7),'subTotalText':_0x1a49b3(0xbf),'grandTotalText':'کل','valueText':_0x1a49b3(0xd1),'rowLabels':'برچسبهای\x20ردیف','columnLabels':_0x1a49b3(0xd9),'averageName':'میانگین\x20از\x20','countName':_0x1a49b3(0xd3),'countNumsName':_0x1a49b3(0xbe),'maxName':'بیشترین\x20از\x20','minName':'کمترین\x20از\x20','productName':_0x1a49b3(0xce),'stdDevName':'انحراف\x20معیار\x20از\x20','stdDevpName':_0x1a49b3(0xb4),'sumName':'جمع\x20از\x20','varName':_0x1a49b3(0xb2),'varpName':_0x1a49b3(0xca),'subTotal':'جمع','grandTotal':'کل','value':_0x1a49b3(0xd1),'blank':_0x1a49b3(0xb1),'other':_0x1a49b3(0xd5),'renderText':{'valueField':_0x1a49b3(0xb8),'subtotal':'{1}\x20{0}','grandTotal':_0x1a49b3(0xbc),'multipleGrandTotal':_0x1a49b3(0xbc),'subtotalWithValue':_0x1a49b3(0xbc)},'emptyPivot':{'filter':'فیلترها','row':_0x1a49b3(0xb9),'column':'ستونها','values':_0x1a49b3(0xcb)},'dateGroup':{'year':_0x1a49b3(0xc0),'month':_0x1a49b3(0xc8),'day':'روز','date':_0x1a49b3(0xc5),'hour':_0x1a49b3(0xc3),'minute':'دقیقه','hourMinute':_0x1a49b3(0xc9),'quarter':_0x1a49b3(0xc2),'monthDate':_0x1a49b3(0xcc),'yearQuarter':_0x1a49b3(0xb5),'yearMonth':'سال-ماه','yearMonthDate':_0x1a49b3(0xc4)},'cellDateGroupDisplay':{'minute':_0x1a49b3(0xd0),'hour':_0x1a49b3(0xd0),'hourMinute':_0x1a49b3(0xbd),'date':_0x1a49b3(0xd0),'month':_0x1a49b3(0xd0),'monthDate':'{0}-{1}','quarter':_0x1a49b3(0xd6),'year':'{0}','yearMonth':_0x1a49b3(0xc1),'yearMonthDate':_0x1a49b3(0xaf),'yearQuarter':'{0}-Q{1}'}}};module[_0x1a49b3(0xd2)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x27ed(_0x1dcca6,_0x1272a5){_0x1dcca6=_0x1dcca6-0xa3;const _0x380007=_0x3800();let _0x27ed7f=_0x380007[_0x1dcca6];return _0x27ed7f;}function _0x3800(){const _0x40341d=['(Autre)','{0}\x20{1}','vide','valeur','Mois-Jour','Q{0}','Total\x20général','Valeurs','15778VYODWh','Étiquettes\x20de\x20colonnes','3093192iBxkxa','Filtre','3246lzOGxT','Étiquettes\x20de\x20lignes','{0}-{1}','Année-Mois-Jour','Variance\x20de\x20','Année-Mois','217656TjFknF','Jour','1285oTzdBI','577644AWHgEH','Moyenne\x20de\x20','Écart-type\x20de\x20','Nombre\x20de\x20','Sous-total','Valeur','{0}:{1}','Somme\x20de\x20','Minute','1324235aIlXWb','Écart-type\x20pop.\x20de\x20','Heure','Variance\x20pop.\x20de\x20','7RjRcKn','Min\x20de\x20','Total','17cfgnbH','{0}','{0}{1}','Feuille','40XBDZnb','exports','Année-Trimestre','Année','4GOPmwT','520386OcTWGf'];_0x3800=function(){return _0x40341d;};return _0x3800();}const _0x14833f=_0x27ed;(function(_0x330412,_0x115e98){const _0x18b027=_0x27ed,_0xaffd34=_0x330412();while(!![]){try{const _0x38fb0c=-parseInt(_0x18b027(0xc1))/0x1*(-parseInt(_0x18b027(0xa4))/0x2)+-parseInt(_0x18b027(0xca))/0x3*(-parseInt(_0x18b027(0xc9))/0x4)+parseInt(_0x18b027(0xb0))/0x5*(parseInt(_0x18b027(0xa8))/0x6)+parseInt(_0x18b027(0xbe))/0x7*(-parseInt(_0x18b027(0xa6))/0x8)+parseInt(_0x18b027(0xae))/0x9*(parseInt(_0x18b027(0xc5))/0xa)+parseInt(_0x18b027(0xba))/0xb+-parseInt(_0x18b027(0xb1))/0xc;if(_0x38fb0c===_0x115e98)break;else _0xaffd34['push'](_0xaffd34['shift']());}catch(_0x3653b9){_0xaffd34['push'](_0xaffd34['shift']());}}}(_0x3800,0x37e53));const e={'sheets-pivot':{'sheet':_0x14833f(0xc4),'blankValue':'(Vide)','otherValue':_0x14833f(0xcb),'columnName':'Colonne\x20','subTotalText':_0x14833f(0xc0),'grandTotalText':_0x14833f(0xd1),'valueText':_0x14833f(0xb6),'rowLabels':_0x14833f(0xa9),'columnLabels':_0x14833f(0xa5),'averageName':_0x14833f(0xb2),'countName':_0x14833f(0xb4),'countNumsName':'Nombre\x20de\x20','maxName':'Max\x20de\x20','minName':_0x14833f(0xbf),'productName':'Produit\x20de\x20','stdDevName':_0x14833f(0xb3),'stdDevpName':_0x14833f(0xbb),'sumName':_0x14833f(0xb8),'varName':_0x14833f(0xac),'varpName':_0x14833f(0xbd),'subTotal':_0x14833f(0xb5),'grandTotal':_0x14833f(0xd1),'value':_0x14833f(0xce),'blank':_0x14833f(0xcd),'other':'autre','renderText':{'valueField':_0x14833f(0xc3),'subtotal':'{0}\x20{1}','grandTotal':_0x14833f(0xcc),'multipleGrandTotal':_0x14833f(0xc2),'subtotalWithValue':_0x14833f(0xcc)},'emptyPivot':{'filter':_0x14833f(0xa7),'row':'Ligne','column':'Colonne','values':_0x14833f(0xa3)},'dateGroup':{'year':_0x14833f(0xc8),'month':'Mois','day':_0x14833f(0xaf),'date':_0x14833f(0xaf),'hour':_0x14833f(0xbc),'minute':_0x14833f(0xb9),'hourMinute':'Heure-Minute','quarter':'Trimestre','monthDate':_0x14833f(0xcf),'yearQuarter':_0x14833f(0xc7),'yearMonth':_0x14833f(0xad),'yearMonthDate':_0x14833f(0xab)},'cellDateGroupDisplay':{'minute':_0x14833f(0xc2),'hour':_0x14833f(0xc2),'hourMinute':_0x14833f(0xb7),'date':_0x14833f(0xc2),'month':_0x14833f(0xc2),'monthDate':'{0}-{1}','quarter':_0x14833f(0xd0),'year':_0x14833f(0xc2),'yearMonth':_0x14833f(0xaa),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};module[_0x14833f(0xc6)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x546d(){const _0x46810e=['Bulan-Hari','{0}{1}','Subtotal','Min\x20dari\x20','Tahun-Bulan','(Lainnya)','Var\x20dari\x20','3323436veYXvg','1YuXFLr','800220GDEVKT','{0}-{1}','1389590XMhfMY','kosong','{0}:{1}','Kuartal','2507646MhFNSi','1026984sZxCoV','Jumlah\x20dari\x20','Bulan','exports','1308544KtoaFh','Q{0}','Jam-Menit','Hasil\x20Kali\x20dari\x20','Total','45HEhDRB','Label\x20Baris','{0}-Q{1}','{0}\x20{1}','Lembar','24LLwyrF','(Kosong)','3730990dJOLeM','StdDev\x20dari\x20','Kolom','55vvjKTl','{0}-{1}-{2}','8thhaCY','Tahun-Kuartal','Tahun','Varp\x20dari\x20','Nilai','StdDevp\x20dari\x20','{0}','Label\x20Kolom','Baris','Menit','Hari','Jam'];_0x546d=function(){return _0x46810e;};return _0x546d();}const _0x56332f=_0x570e;(function(_0x5d3df4,_0x4e3c8e){const _0x14a46e=_0x570e,_0x5df929=_0x5d3df4();while(!![]){try{const _0x442c20=parseInt(_0x14a46e(0x85))/0x1*(-parseInt(_0x14a46e(0x91))/0x2)+parseInt(_0x14a46e(0x86))/0x3*(parseInt(_0x14a46e(0x71))/0x4)+parseInt(_0x14a46e(0x9d))/0x5+-parseInt(_0x14a46e(0x8c))/0x6+-parseInt(_0x14a46e(0x8d))/0x7*(parseInt(_0x14a46e(0x9b))/0x8)+parseInt(_0x14a46e(0x96))/0x9*(-parseInt(_0x14a46e(0x88))/0xa)+parseInt(_0x14a46e(0xa0))/0xb*(parseInt(_0x14a46e(0x84))/0xc);if(_0x442c20===_0x4e3c8e)break;else _0x5df929['push'](_0x5df929['shift']());}catch(_0x5a6cb7){_0x5df929['push'](_0x5df929['shift']());}}}(_0x546d,0x6fa53));const e={'sheets-pivot':{'sheet':_0x56332f(0x9a),'blankValue':_0x56332f(0x9c),'otherValue':_0x56332f(0x82),'columnName':'Kolom\x20','subTotalText':_0x56332f(0x95),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','rowLabels':_0x56332f(0x97),'columnLabels':_0x56332f(0x78),'averageName':'Rata-rata\x20dari\x20','countName':_0x56332f(0x8e),'countNumsName':'Jumlah\x20dari\x20','maxName':'Maks\x20dari\x20','minName':_0x56332f(0x80),'productName':_0x56332f(0x94),'stdDevName':_0x56332f(0x9e),'stdDevpName':_0x56332f(0x76),'sumName':'Jumlah\x20dari\x20','varName':_0x56332f(0x83),'varpName':_0x56332f(0x74),'subTotal':_0x56332f(0x7f),'grandTotal':'Total\x20Keseluruhan','value':'nilai','blank':_0x56332f(0x89),'other':'lainnya','renderText':{'valueField':_0x56332f(0x7e),'subtotal':'{0}\x20{1}','grandTotal':_0x56332f(0x99),'multipleGrandTotal':_0x56332f(0x77),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'Filter','row':_0x56332f(0x79),'column':_0x56332f(0x9f),'values':_0x56332f(0x75)},'dateGroup':{'year':_0x56332f(0x73),'month':_0x56332f(0x8f),'day':_0x56332f(0x7b),'date':_0x56332f(0x7b),'hour':_0x56332f(0x7c),'minute':_0x56332f(0x7a),'hourMinute':_0x56332f(0x93),'quarter':_0x56332f(0x8b),'monthDate':_0x56332f(0x7d),'yearQuarter':_0x56332f(0x72),'yearMonth':_0x56332f(0x81),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x56332f(0x77),'hour':_0x56332f(0x77),'hourMinute':_0x56332f(0x8a),'date':_0x56332f(0x77),'month':_0x56332f(0x77),'monthDate':_0x56332f(0x87),'quarter':_0x56332f(0x92),'year':'{0}','yearMonth':_0x56332f(0x87),'yearMonthDate':_0x56332f(0x70),'yearQuarter':_0x56332f(0x98)}}};function _0x570e(_0xdfb9ef,_0x316c89){_0xdfb9ef=_0xdfb9ef-0x70;const _0x546d4d=_0x546d();let _0x570e13=_0x546d4d[_0xdfb9ef];return _0x570e13;}module[_0x56332f(0x90)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2c2619=_0x12dd;(function(_0x2df514,_0x5020bc){const _0x127737=_0x12dd,_0x23533b=_0x2df514();while(!![]){try{const _0x2b28b7=-parseInt(_0x127737(0xac))/0x1+-parseInt(_0x127737(0xa0))/0x2*(parseInt(_0x127737(0xc2))/0x3)+-parseInt(_0x127737(0xbb))/0x4*(parseInt(_0x127737(0xb8))/0x5)+-parseInt(_0x127737(0x9f))/0x6*(parseInt(_0x127737(0xa9))/0x7)+-parseInt(_0x127737(0xc4))/0x8+parseInt(_0x127737(0xab))/0x9+-parseInt(_0x127737(0xc8))/0xa*(-parseInt(_0x127737(0xa4))/0xb);if(_0x2b28b7===_0x5020bc)break;else _0x23533b['push'](_0x23533b['shift']());}catch(_0x2c16b0){_0x23533b['push'](_0x23533b['shift']());}}}(_0x5ec3,0x2cde1));const e={'sheets-pivot':{'sheet':'Foglio','blankValue':'(Vuoto)','otherValue':'(Altro)','columnName':_0x2c2619(0xc3),'subTotalText':_0x2c2619(0x9e),'grandTotalText':'Totale\x20Complessivo','valueText':'Valore','rowLabels':_0x2c2619(0xaa),'columnLabels':_0x2c2619(0xa7),'averageName':_0x2c2619(0xc9),'countName':'Conteggio\x20di\x20','countNumsName':_0x2c2619(0xaf),'maxName':_0x2c2619(0xc0),'minName':_0x2c2619(0xb3),'productName':_0x2c2619(0xbc),'stdDevName':_0x2c2619(0xbd),'stdDevpName':_0x2c2619(0xb9),'sumName':_0x2c2619(0xc5),'varName':_0x2c2619(0xba),'varpName':_0x2c2619(0xc6),'subTotal':_0x2c2619(0xbf),'grandTotal':_0x2c2619(0xb2),'value':'valore','blank':_0x2c2619(0xc7),'other':'altro','renderText':{'valueField':_0x2c2619(0xc1),'subtotal':_0x2c2619(0xa6),'grandTotal':_0x2c2619(0xa6),'multipleGrandTotal':'{0}','subtotalWithValue':_0x2c2619(0xa6)},'emptyPivot':{'filter':'Filtro','row':_0x2c2619(0xb1),'column':_0x2c2619(0xa5),'values':'Valori'},'dateGroup':{'year':'Anno','month':_0x2c2619(0xb4),'day':_0x2c2619(0xb7),'date':_0x2c2619(0xb7),'hour':'Ora','minute':_0x2c2619(0xb6),'hourMinute':'Ora-Minuto','quarter':_0x2c2619(0xb0),'monthDate':_0x2c2619(0xad),'yearQuarter':_0x2c2619(0xa8),'yearMonth':'Anno-Mese','yearMonthDate':_0x2c2619(0xa3)},'cellDateGroupDisplay':{'minute':_0x2c2619(0xa2),'hour':'{0}','hourMinute':_0x2c2619(0xbe),'date':_0x2c2619(0xa2),'month':'{0}','monthDate':_0x2c2619(0xa1),'quarter':_0x2c2619(0x9d),'year':_0x2c2619(0xa2),'yearMonth':_0x2c2619(0xa1),'yearMonthDate':_0x2c2619(0xae),'yearQuarter':'{0}-Q{1}'}}};function _0x12dd(_0xc680f9,_0x530a5b){_0xc680f9=_0xc680f9-0x9d;const _0x5ec369=_0x5ec3();let _0x12ddd3=_0x5ec369[_0xc680f9];return _0x12ddd3;}function _0x5ec3(){const _0x5d5cc9=['Somma\x20di\x20','Varp\x20di\x20','vuoto','30SGnDrb','Media\x20di\x20','Q{0}','Totale','401574xMydZf','266mywofb','{0}-{1}','{0}','Anno-Mese-Giorno','5026109NMPDZJ','Colonna','{0}\x20{1}','Etichette\x20di\x20colonna','Anno-Trimestre','35WAdtMv','Etichette\x20di\x20riga','327150pCKFWv','244620GJygyl','Mese-Giorno','{0}-{1}-{2}','Conteggio\x20di\x20','Trimestre','Riga','Totale\x20Complessivo','Minimo\x20di\x20','Mese','exports','Minuto','Giorno','55zTIISb','DevStdp\x20di\x20','Var\x20di\x20','72052waXLUi','Prodotto\x20di\x20','DevStd\x20di\x20','{0}:{1}','Subtotale','Massimo\x20di\x20','{0}{1}','5769CgsAfR','Colonna\x20','1521304QiInoA'];_0x5ec3=function(){return _0x5d5cc9;};return _0x5ec3();}module[_0x2c2619(0xb5)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x5496ac=_0x4704;(function(_0x52b8df,_0x3aaead){const _0x2f6b55=_0x4704,_0x1576d8=_0x52b8df();while(!![]){try{const _0x3b6f37=parseInt(_0x2f6b55(0xcf))/0x1+-parseInt(_0x2f6b55(0xce))/0x2*(parseInt(_0x2f6b55(0xc7))/0x3)+-parseInt(_0x2f6b55(0xcc))/0x4*(parseInt(_0x2f6b55(0xc4))/0x5)+parseInt(_0x2f6b55(0xc3))/0x6+-parseInt(_0x2f6b55(0xd3))/0x7+-parseInt(_0x2f6b55(0xd9))/0x8*(-parseInt(_0x2f6b55(0xcb))/0x9)+-parseInt(_0x2f6b55(0xd0))/0xa*(-parseInt(_0x2f6b55(0xdb))/0xb);if(_0x3b6f37===_0x3aaead)break;else _0x1576d8['push'](_0x1576d8['shift']());}catch(_0x279e80){_0x1576d8['push'](_0x1576d8['shift']());}}}(_0x3218,0x65c9b));const e={'sheets-pivot':{'sheet':_0x5496ac(0xe1),'blankValue':_0x5496ac(0xc2),'otherValue':_0x5496ac(0xe0),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x5496ac(0xd7),'columnLabels':_0x5496ac(0xd6),'averageName':'平均\x20/\x20','countName':_0x5496ac(0xdc),'countNumsName':_0x5496ac(0xd1),'maxName':'最大値\x20/\x20','minName':_0x5496ac(0xbe),'productName':_0x5496ac(0xca),'stdDevName':_0x5496ac(0xc1),'stdDevpName':_0x5496ac(0xe2),'sumName':'合計\x20/\x20','varName':_0x5496ac(0xdd),'varpName':_0x5496ac(0xc6),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x5496ac(0xd5),'renderText':{'valueField':_0x5496ac(0xc8),'subtotal':_0x5496ac(0xc0),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5496ac(0xdf),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x5496ac(0xd8),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x5496ac(0xbf),'quarter':_0x5496ac(0xc9),'monthDate':_0x5496ac(0xe3),'yearQuarter':'年-四半期','yearMonth':_0x5496ac(0xde),'yearMonthDate':_0x5496ac(0xc5)},'cellDateGroupDisplay':{'minute':_0x5496ac(0xdf),'hour':_0x5496ac(0xdf),'hourMinute':_0x5496ac(0xda),'date':_0x5496ac(0xdf),'month':_0x5496ac(0xdf),'monthDate':_0x5496ac(0xd4),'quarter':_0x5496ac(0xbd),'year':'{0}','yearMonth':_0x5496ac(0xd4),'yearMonthDate':_0x5496ac(0xd2),'yearQuarter':'{0}-Q{1}'}}};function _0x4704(_0x3f6c50,_0x5a4718){_0x3f6c50=_0x3f6c50-0xbd;const _0x32180b=_0x3218();let _0x47044a=_0x32180b[_0x3f6c50];return _0x47044a;}module[_0x5496ac(0xcd)]=e;function _0x3218(){const _0x429d8b=['標本標準偏差\x20/\x20','月-日','Q{0}','最小値\x20/\x20','時-分','{0}\x20{1}','標準偏差\x20/\x20','(空白)','3175182wsaQJh','161220dHiThG','年-月-日','標本分散\x20/\x20','3HwiMAL','{0}{1}','四半期','積\x20/\x20','2205261zhYfMa','32lnYbzC','exports','1134374guuEXh','434427vpMXMi','90CSARig','数値の個数\x20/\x20','{0}-{1}-{2}','3526733bXDRGl','{0}-{1}','その他','列ラベル','行ラベル','フィルター','8gEpSMe','{0}:{1}','656612VQHhzA','データの個数\x20/\x20','分散\x20/\x20','年-月','{0}','(その他)','シート'];_0x3218=function(){return _0x429d8b;};return _0x3218();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5398(){const _0x20bbef=['116611InipKz','비어\x20있음','28722trmskH','분산\x20/\x20','년-월','(비어\x20있음)','총합계','{0}{1}','2518299BlCRft','숫자\x20개수\x20/\x20','개수\x20/\x20','953062AneKwc','최소값\x20/\x20','표준\x20편차(모집단)\x20/\x20','5Faoein','118877LPFndr','열\x20레이블','67086wZNjCo','최대값\x20/\x20','부분합','{0}','220SfRYIf','2230rNDXHP','행\x20레이블','{0}:{1}','{0}\x20{1}','{0}-{1}','시-분','3340998OsUEpc','년-월-일','40KRztKX','분산(모집단)\x20/\x20','exports','{0}-{1}-{2}'];_0x5398=function(){return _0x20bbef;};return _0x5398();}const _0x5d6346=_0x37d9;function _0x37d9(_0x1a500e,_0x309459){_0x1a500e=_0x1a500e-0x89;const _0x5398b5=_0x5398();let _0x37d9de=_0x5398b5[_0x1a500e];return _0x37d9de;}(function(_0x25a870,_0x15468f){const _0x32bb4d=_0x37d9,_0x5e0978=_0x25a870();while(!![]){try{const _0xbaf254=-parseInt(_0x32bb4d(0x91))/0x1+-parseInt(_0x32bb4d(0x9c))/0x2+parseInt(_0x32bb4d(0x93))/0x3*(-parseInt(_0x32bb4d(0xa6))/0x4)+parseInt(_0x32bb4d(0x9f))/0x5*(-parseInt(_0x32bb4d(0x8b))/0x6)+-parseInt(_0x32bb4d(0x99))/0x7+parseInt(_0x32bb4d(0x8d))/0x8*(-parseInt(_0x32bb4d(0xa2))/0x9)+parseInt(_0x32bb4d(0xa7))/0xa*(parseInt(_0x32bb4d(0xa0))/0xb);if(_0xbaf254===_0x15468f)break;else _0x5e0978['push'](_0x5e0978['shift']());}catch(_0x1e7e60){_0x5e0978['push'](_0x5e0978['shift']());}}}(_0x5398,0x52205));const e={'sheets-pivot':{'sheet':'시트','blankValue':_0x5d6346(0x96),'otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x5d6346(0x97),'valueText':'값','rowLabels':_0x5d6346(0xa8),'columnLabels':_0x5d6346(0xa1),'averageName':'평균\x20/\x20','countName':_0x5d6346(0x9b),'countNumsName':_0x5d6346(0x9a),'maxName':_0x5d6346(0xa3),'minName':_0x5d6346(0x9d),'productName':'곱\x20/\x20','stdDevName':'표준\x20편차\x20/\x20','stdDevpName':_0x5d6346(0x9e),'sumName':'합계\x20/\x20','varName':_0x5d6346(0x94),'varpName':_0x5d6346(0x8e),'subTotal':_0x5d6346(0xa4),'grandTotal':_0x5d6346(0x97),'value':'값','blank':_0x5d6346(0x92),'other':'기타','renderText':{'valueField':_0x5d6346(0x98),'subtotal':_0x5d6346(0xaa),'grandTotal':_0x5d6346(0xaa),'multipleGrandTotal':_0x5d6346(0xa5),'subtotalWithValue':_0x5d6346(0xaa)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x5d6346(0x8a),'quarter':'분기','monthDate':'월-일','yearQuarter':'년-분기','yearMonth':_0x5d6346(0x95),'yearMonthDate':_0x5d6346(0x8c)},'cellDateGroupDisplay':{'minute':_0x5d6346(0xa5),'hour':'{0}','hourMinute':_0x5d6346(0xa9),'date':_0x5d6346(0xa5),'month':_0x5d6346(0xa5),'monthDate':_0x5d6346(0x89),'quarter':'Q{0}','year':_0x5d6346(0xa5),'yearMonth':_0x5d6346(0x89),'yearMonthDate':_0x5d6346(0x90),'yearQuarter':'{0}-Q{1}'}}};module[_0x5d6346(0x8f)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x47a2(_0x6520b9,_0x55ed96){_0x6520b9=_0x6520b9-0x189;const _0x3e4102=_0x3e41();let _0x47a214=_0x3e4102[_0x6520b9];return _0x47a214;}const _0x347ac4=_0x47a2;(function(_0x12273e,_0x533393){const _0x5b3335=_0x47a2,_0x12c98c=_0x12273e();while(!![]){try{const _0x1411e0=-parseInt(_0x5b3335(0x1a9))/0x1*(-parseInt(_0x5b3335(0x18d))/0x2)+-parseInt(_0x5b3335(0x1ad))/0x3+-parseInt(_0x5b3335(0x1a8))/0x4+-parseInt(_0x5b3335(0x19e))/0x5*(-parseInt(_0x5b3335(0x18f))/0x6)+parseInt(_0x5b3335(0x18c))/0x7+parseInt(_0x5b3335(0x19d))/0x8*(-parseInt(_0x5b3335(0x1b4))/0x9)+parseInt(_0x5b3335(0x193))/0xa*(parseInt(_0x5b3335(0x192))/0xb);if(_0x1411e0===_0x533393)break;else _0x12c98c['push'](_0x12c98c['shift']());}catch(_0xc870b2){_0x12c98c['push'](_0x12c98c['shift']());}}}(_0x3e41,0x72423));function _0x3e41(){const _0x46c340=['8bnabbE','5jXsqRt','inne','Iloczyn\x20z\x20','Miesiąc','Rok-Miesiąc-Dzień','Suma\x20całkowita','Etykiety\x20kolumn','Arkusz','Wartość','OdchStd\x20z\x20','1267456diIQhR','1PYbxuG','{0}\x20{1}','Rok-Kwartał','Godzina','724704fWvHsi','Suma\x20z\x20','Godzina-Minuta','Miesiąc-Dzień','Kwartał','Kolumna','Filtr','6479433XkYBAI','{0}-Q{1}','{0}','{0}:{1}','exports','Dzień','Wariancja\x20z\x20','Kolumna\x20','Średnia\x20z\x20','Etykiety\x20wierszy','3875137NdfzWh','402062yAUUfu','Rok','622092WhWKZO','{0}-{1}','Liczba\x20z\x20','22QOTfJp','4440340taOSih','Suma','Q{0}','Rok-Miesiąc','Minimum\x20z\x20','wartość','Minuta','puste','Wartości','{0}{1}'];_0x3e41=function(){return _0x46c340;};return _0x3e41();}const e={'sheets-pivot':{'sheet':_0x347ac4(0x1a5),'blankValue':'(Puste)','otherValue':'(Inne)','columnName':_0x347ac4(0x189),'subTotalText':_0x347ac4(0x194),'grandTotalText':'Suma\x20całkowita','valueText':_0x347ac4(0x1a6),'rowLabels':_0x347ac4(0x18b),'columnLabels':_0x347ac4(0x1a4),'averageName':_0x347ac4(0x18a),'countName':_0x347ac4(0x191),'countNumsName':_0x347ac4(0x191),'maxName':'Maksimum\x20z\x20','minName':_0x347ac4(0x197),'productName':_0x347ac4(0x1a0),'stdDevName':_0x347ac4(0x1a7),'stdDevpName':'OdchStdPop\x20z\x20','sumName':_0x347ac4(0x1ae),'varName':_0x347ac4(0x1ba),'varpName':'WariancjaPop\x20z\x20','subTotal':'Suma\x20częściowa','grandTotal':_0x347ac4(0x1a3),'value':_0x347ac4(0x198),'blank':_0x347ac4(0x19a),'other':_0x347ac4(0x19f),'renderText':{'valueField':_0x347ac4(0x19c),'subtotal':_0x347ac4(0x1aa),'grandTotal':_0x347ac4(0x1aa),'multipleGrandTotal':'{0}','subtotalWithValue':_0x347ac4(0x1aa)},'emptyPivot':{'filter':_0x347ac4(0x1b3),'row':'Wiersz','column':_0x347ac4(0x1b2),'values':_0x347ac4(0x19b)},'dateGroup':{'year':_0x347ac4(0x18e),'month':_0x347ac4(0x1a1),'day':_0x347ac4(0x1b9),'date':'Dzień','hour':_0x347ac4(0x1ac),'minute':_0x347ac4(0x199),'hourMinute':_0x347ac4(0x1af),'quarter':_0x347ac4(0x1b1),'monthDate':_0x347ac4(0x1b0),'yearQuarter':_0x347ac4(0x1ab),'yearMonth':_0x347ac4(0x196),'yearMonthDate':_0x347ac4(0x1a2)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x347ac4(0x1b6),'hourMinute':_0x347ac4(0x1b7),'date':_0x347ac4(0x1b6),'month':_0x347ac4(0x1b6),'monthDate':_0x347ac4(0x190),'quarter':_0x347ac4(0x195),'year':_0x347ac4(0x1b6),'yearMonth':_0x347ac4(0x190),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x347ac4(0x1b5)}}};module[_0x347ac4(0x1b8)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x41e946=_0xf9b9;(function(_0x5ce4e0,_0x41fe28){const _0x29c9da=_0xf9b9,_0x33bbd9=_0x5ce4e0();while(!![]){try{const _0x5dfe71=parseInt(_0x29c9da(0x19c))/0x1*(parseInt(_0x29c9da(0x17e))/0x2)+parseInt(_0x29c9da(0x19b))/0x3+-parseInt(_0x29c9da(0x18a))/0x4*(parseInt(_0x29c9da(0x199))/0x5)+parseInt(_0x29c9da(0x188))/0x6*(parseInt(_0x29c9da(0x19a))/0x7)+-parseInt(_0x29c9da(0x171))/0x8*(-parseInt(_0x29c9da(0x18e))/0x9)+parseInt(_0x29c9da(0x17c))/0xa*(-parseInt(_0x29c9da(0x178))/0xb)+-parseInt(_0x29c9da(0x196))/0xc*(parseInt(_0x29c9da(0x18d))/0xd);if(_0x5dfe71===_0x41fe28)break;else _0x33bbd9['push'](_0x33bbd9['shift']());}catch(_0x5ad495){_0x33bbd9['push'](_0x33bbd9['shift']());}}}(_0x3c07,0xe6ced));const e={'sheets-pivot':{'sheet':_0x41e946(0x190),'blankValue':'(Em\x20branco)','otherValue':'(Outro)','columnName':_0x41e946(0x195),'subTotalText':_0x41e946(0x194),'grandTotalText':'Total\x20Geral','valueText':'Valor','rowLabels':_0x41e946(0x172),'columnLabels':_0x41e946(0x17b),'averageName':_0x41e946(0x180),'countName':'Contagem\x20de\x20','countNumsName':_0x41e946(0x19e),'maxName':_0x41e946(0x187),'minName':_0x41e946(0x19f),'productName':_0x41e946(0x184),'stdDevName':_0x41e946(0x173),'stdDevpName':_0x41e946(0x18c),'sumName':_0x41e946(0x176),'varName':_0x41e946(0x197),'varpName':_0x41e946(0x18b),'subTotal':'Subtotal','grandTotal':'Total\x20Geral','value':_0x41e946(0x181),'blank':'em\x20branco','other':_0x41e946(0x19d),'renderText':{'valueField':_0x41e946(0x191),'subtotal':_0x41e946(0x175),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x41e946(0x175)},'emptyPivot':{'filter':_0x41e946(0x17a),'row':_0x41e946(0x174),'column':'Coluna','values':_0x41e946(0x177)},'dateGroup':{'year':_0x41e946(0x186),'month':_0x41e946(0x17f),'day':_0x41e946(0x179),'date':_0x41e946(0x179),'hour':'Hora','minute':_0x41e946(0x170),'hourMinute':_0x41e946(0x193),'quarter':'Trimestre','monthDate':_0x41e946(0x182),'yearQuarter':_0x41e946(0x192),'yearMonth':_0x41e946(0x198),'yearMonthDate':_0x41e946(0x183)},'cellDateGroupDisplay':{'minute':_0x41e946(0x1a0),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0x41e946(0x189),'quarter':_0x41e946(0x18f),'year':_0x41e946(0x1a0),'yearMonth':_0x41e946(0x189),'yearMonthDate':_0x41e946(0x185),'yearQuarter':_0x41e946(0x17d)}}};module['exports']=e;function _0xf9b9(_0x22aa1a,_0x571e0c){_0x22aa1a=_0x22aa1a-0x170;const _0x3c07d1=_0x3c07();let _0xf9b9a3=_0x3c07d1[_0x22aa1a];return _0xf9b9a3;}function _0x3c07(){const _0x5cefb6=['Valores','3513543KhWYEA','Dia','Filtro','Rótulos\x20de\x20coluna','10MbkXkL','{0}-Q{1}','1055034eKvXHq','Mês','Média\x20de\x20','valor','Mês-Dia','Ano-Mês-Dia','Produto\x20de\x20','{0}-{1}-{2}','Ano','Máximo\x20de\x20','30KEHyyz','{0}-{1}','270072bSRgmy','VarP\x20de\x20','DesvPadrãoP\x20de\x20','7903558OYEdZL','306RVRFRu','Q{0}','Planilha','{0}{1}','Ano-Trimestre','Hora-Minuto','Subtotal','Coluna\x20','12XwqhzF','Var\x20de\x20','Ano-Mês','20zPMuZx','174454IOvBuR','339873buJlJG','3leTGXf','outro','Contagem\x20de\x20','Mínimo\x20de\x20','{0}','Minuto','75856LmpvDY','Rótulos\x20de\x20linha','DesvPadrão\x20de\x20','Linha','{0}\x20{1}','Soma\x20de\x20'];_0x3c07=function(){return _0x5cefb6;};return _0x3c07();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x321cb6=_0x1133;(function(_0x5833ae,_0x3689ac){const _0x40b9bc=_0x1133,_0x33eefc=_0x5833ae();while(!![]){try{const _0xb448d1=-parseInt(_0x40b9bc(0xc9))/0x1+parseInt(_0x40b9bc(0xd5))/0x2*(parseInt(_0x40b9bc(0xbe))/0x3)+-parseInt(_0x40b9bc(0xb3))/0x4*(-parseInt(_0x40b9bc(0xca))/0x5)+-parseInt(_0x40b9bc(0xd7))/0x6*(parseInt(_0x40b9bc(0xac))/0x7)+parseInt(_0x40b9bc(0xb4))/0x8+parseInt(_0x40b9bc(0xb2))/0x9+parseInt(_0x40b9bc(0xbd))/0xa*(-parseInt(_0x40b9bc(0xbb))/0xb);if(_0xb448d1===_0x3689ac)break;else _0x33eefc['push'](_0x33eefc['shift']());}catch(_0x54e55a){_0x33eefc['push'](_0x33eefc['shift']());}}}(_0x10fb,0x6e9ff));const e={'sheets-pivot':{'sheet':_0x321cb6(0xd6),'blankValue':_0x321cb6(0xc1),'otherValue':_0x321cb6(0xb0),'columnName':_0x321cb6(0xd0),'subTotalText':_0x321cb6(0xad),'grandTotalText':_0x321cb6(0xb1),'valueText':_0x321cb6(0xc3),'rowLabels':_0x321cb6(0xcc),'columnLabels':_0x321cb6(0xb6),'averageName':_0x321cb6(0xc8),'countName':_0x321cb6(0xcd),'countNumsName':_0x321cb6(0xb8),'maxName':_0x321cb6(0xba),'minName':_0x321cb6(0xcb),'productName':'Произведение\x20по\x20','stdDevName':_0x321cb6(0xc6),'stdDevpName':_0x321cb6(0xc5),'sumName':_0x321cb6(0xce),'varName':_0x321cb6(0xcf),'varpName':_0x321cb6(0xbf),'subTotal':'Промежуточный\x20итог','grandTotal':'Общий\x20итог','value':_0x321cb6(0xc3),'blank':'Пусто','other':_0x321cb6(0xb7),'renderText':{'valueField':'{0}{1}','subtotal':_0x321cb6(0xc2),'grandTotal':_0x321cb6(0xc2),'multipleGrandTotal':_0x321cb6(0xd4),'subtotalWithValue':_0x321cb6(0xc2)},'emptyPivot':{'filter':'Фильтр','row':_0x321cb6(0xb5),'column':_0x321cb6(0xaf),'values':'Значение'},'dateGroup':{'year':'Год','month':_0x321cb6(0xd3),'day':_0x321cb6(0xaa),'date':_0x321cb6(0xaa),'hour':_0x321cb6(0xc4),'minute':'Минута','hourMinute':_0x321cb6(0xa9),'quarter':_0x321cb6(0xd2),'monthDate':_0x321cb6(0xc0),'yearQuarter':'Год-Квартал','yearMonth':_0x321cb6(0xae),'yearMonthDate':'Год-Месяц-День'},'cellDateGroupDisplay':{'minute':_0x321cb6(0xd4),'hour':_0x321cb6(0xd4),'hourMinute':'{0}:{1}','date':_0x321cb6(0xd4),'month':_0x321cb6(0xd4),'monthDate':_0x321cb6(0xbc),'quarter':_0x321cb6(0xc7),'year':'{0}','yearMonth':_0x321cb6(0xbc),'yearMonthDate':_0x321cb6(0xd1),'yearQuarter':_0x321cb6(0xb9)}}};function _0x10fb(){const _0x2e20f2=['{0}-{1}','38620ZeAECb','51357CPXpdT','Общая\x20дисперсия\x20по\x20','Месяц-День','(Пусто)','{0}\x20{1}','Значение','Час','Общее\x20стандартное\x20отклонение\x20по\x20','Стандартное\x20отклонение\x20по\x20','Q{0}','Среднее\x20по\x20','86892spwmym','45tPhhed','Минимум\x20по\x20','Метки\x20строк','Количество\x20по\x20','Сумма\x20по\x20','Дисперсия\x20по\x20','Столбец\x20','{0}-{1}-{2}','Квартал','Месяц','{0}','2JdmUJh','Лист','106008pGiqee','Час-Минута','День','exports','231eKwkCo','Промежуточный\x20итог','Год-Месяц','Столбец','(Другое)','Общий\x20итог','6090192VJBvhl','385180hXPSjH','2494568Nnlfwe','Строка','Метки\x20столбцов','Другое','Число\x20по\x20','{0}-Q{1}','Максимум\x20по\x20','2134DUsfcQ'];_0x10fb=function(){return _0x2e20f2;};return _0x10fb();}function _0x1133(_0x1572bf,_0x3ffd64){_0x1572bf=_0x1572bf-0xa9;const _0x10fb36=_0x10fb();let _0x113320=_0x10fb36[_0x1572bf];return _0x113320;}module[_0x321cb6(0xab)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2c75(){const _0x3242eb=['{0}','13024fvTbar','Hodina','Mesiac-Deň','1235037SPpfbw','exports','iné','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Počet\x20z\x20','Rok-Štvrťrok','Hodina-Minúta','37593wBZIRj','Medzisúčet','1237872GnsSFw','Priemer\x20z\x20','{0}:{1}','Rok-Mesiac-Deň','Max\x20z\x20','Mesiac','7701414RLmeKB','430744qHnEtn','(Iné)','Stĺpec','Rok','Riadok','Rozptyl\x20populácie\x20z\x20','Minúta','{0}\x20{1}','Súčin\x20z\x20','{0}-Q{1}','Deň','Filter','1203ZnhNLE','(Prázdne)','Hodnota','2728vVZPfR','Hárok','Rok-Mesiac','hodnota','Hodnoty','Stĺpec\x20','{0}-{1}','{0}-{1}-{2}','Súčet','3621450MGXIQY','Celkový\x20súčet'];_0x2c75=function(){return _0x3242eb;};return _0x2c75();}const _0x542421=_0xb9bf;(function(_0x3f84c8,_0x2b7d7a){const _0x4cfe11=_0xb9bf,_0x5b111b=_0x3f84c8();while(!![]){try{const _0x3b7e5b=-parseInt(_0x4cfe11(0x117))/0x1+-parseInt(_0x4cfe11(0x127))/0x2+parseInt(_0x4cfe11(0x133))/0x3*(-parseInt(_0x4cfe11(0x114))/0x4)+parseInt(_0x4cfe11(0x111))/0x5+parseInt(_0x4cfe11(0x120))/0x6+parseInt(_0x4cfe11(0x126))/0x7+-parseInt(_0x4cfe11(0x136))/0x8*(-parseInt(_0x4cfe11(0x11e))/0x9);if(_0x3b7e5b===_0x2b7d7a)break;else _0x5b111b['push'](_0x5b111b['shift']());}catch(_0x31d199){_0x5b111b['push'](_0x5b111b['shift']());}}}(_0x2c75,0xaaad8));function _0xb9bf(_0xc56b6a,_0x15ab42){_0xc56b6a=_0xc56b6a-0x109;const _0x2c754d=_0x2c75();let _0xb9bfdc=_0x2c754d[_0xc56b6a];return _0xb9bfdc;}const e={'sheets-pivot':{'sheet':_0x542421(0x109),'blankValue':_0x542421(0x134),'otherValue':_0x542421(0x128),'columnName':_0x542421(0x10d),'subTotalText':_0x542421(0x110),'grandTotalText':_0x542421(0x112),'valueText':_0x542421(0x135),'rowLabels':'Menovky\x20riadkov','columnLabels':'Menovky\x20stĺpcov','averageName':_0x542421(0x121),'countName':'Počet\x20z\x20','countNumsName':_0x542421(0x11b),'maxName':_0x542421(0x124),'minName':'Min\x20z\x20','productName':_0x542421(0x12f),'stdDevName':'Smerodajná\x20odchýlka\x20z\x20','stdDevpName':_0x542421(0x11a),'sumName':'Súčet\x20z\x20','varName':'Rozptyl\x20z\x20','varpName':_0x542421(0x12c),'subTotal':_0x542421(0x11f),'grandTotal':_0x542421(0x112),'value':_0x542421(0x10b),'blank':'prázdne','other':_0x542421(0x119),'renderText':{'valueField':'{0}{1}','subtotal':_0x542421(0x12e),'grandTotal':_0x542421(0x12e),'multipleGrandTotal':'{0}','subtotalWithValue':_0x542421(0x12e)},'emptyPivot':{'filter':_0x542421(0x132),'row':_0x542421(0x12b),'column':_0x542421(0x129),'values':_0x542421(0x10c)},'dateGroup':{'year':_0x542421(0x12a),'month':_0x542421(0x125),'day':_0x542421(0x131),'date':_0x542421(0x131),'hour':_0x542421(0x115),'minute':_0x542421(0x12d),'hourMinute':_0x542421(0x11d),'quarter':'Štvrťrok','monthDate':_0x542421(0x116),'yearQuarter':_0x542421(0x11c),'yearMonth':_0x542421(0x10a),'yearMonthDate':_0x542421(0x123)},'cellDateGroupDisplay':{'minute':_0x542421(0x113),'hour':'{0}','hourMinute':_0x542421(0x122),'date':'{0}','month':_0x542421(0x113),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x542421(0x113),'yearMonth':_0x542421(0x10e),'yearMonthDate':_0x542421(0x10f),'yearQuarter':_0x542421(0x130)}}};module[_0x542421(0x118)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x27cd4b=_0x80bc;(function(_0x170520,_0x4f8265){const _0x31abd7=_0x80bc,_0x5e928a=_0x170520();while(!![]){try{const _0x418e45=parseInt(_0x31abd7(0x197))/0x1*(-parseInt(_0x31abd7(0x1af))/0x2)+-parseInt(_0x31abd7(0x1aa))/0x3+-parseInt(_0x31abd7(0x1a0))/0x4+-parseInt(_0x31abd7(0x196))/0x5*(parseInt(_0x31abd7(0x1be))/0x6)+parseInt(_0x31abd7(0x1a9))/0x7+parseInt(_0x31abd7(0x1b1))/0x8+parseInt(_0x31abd7(0x19b))/0x9;if(_0x418e45===_0x4f8265)break;else _0x5e928a['push'](_0x5e928a['shift']());}catch(_0x55af80){_0x5e928a['push'](_0x5e928a['shift']());}}}(_0xd8b8,0x663cb));function _0xd8b8(){const _0x2bae76=['1437504poZMhM','(Khác)','Ngày','Giá\x20trị\x20trung\x20bình:','Năm','{0}-Q{1}','Độ\x20lệch\x20chuẩn:','Tích:','Trống','1372364qvIMNp','382098gPyeOD','Giá\x20trị\x20tối\x20thiểu:','Bảng\x20tính','Tổng:','Giờ','22VUfNCT','Số\x20lượng\x20số:','2847344rGwkGT','Cột\x20','Tổng\x20cộng','Lọc','Tổng\x20phụ','Tháng','(Trống)','{0}\x20{1}','Cột','Giá\x20trị','Q{0}','Năm-Quý','{0}:{1}','54078LAOLCr','Nhãn\x20cột','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','exports','Giờ-Phút','{0}-{1}-{2}','195MnAzVI','10678LQSpGV','{0}-{1}','Nhãn\x20hàng','Năm-Tháng','7402500nCxsXq','Phương\x20sai:','{0}{1}','{0}','Số\x20lượng:'];_0xd8b8=function(){return _0x2bae76;};return _0xd8b8();}function _0x80bc(_0x122719,_0x11c9d2){_0x122719=_0x122719-0x192;const _0xd8b80b=_0xd8b8();let _0x80bc8c=_0xd8b80b[_0x122719];return _0x80bc8c;}const e={'sheets-pivot':{'sheet':_0x27cd4b(0x1ac),'blankValue':_0x27cd4b(0x1b7),'otherValue':_0x27cd4b(0x1a1),'columnName':_0x27cd4b(0x1b2),'subTotalText':'Tổng\x20phụ','grandTotalText':_0x27cd4b(0x1b3),'valueText':_0x27cd4b(0x1ba),'rowLabels':_0x27cd4b(0x199),'columnLabels':_0x27cd4b(0x1bf),'averageName':_0x27cd4b(0x1a3),'countName':_0x27cd4b(0x19f),'countNumsName':_0x27cd4b(0x1b0),'maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x27cd4b(0x1ab),'productName':_0x27cd4b(0x1a7),'stdDevName':_0x27cd4b(0x1a6),'stdDevpName':_0x27cd4b(0x192),'sumName':_0x27cd4b(0x1ad),'varName':_0x27cd4b(0x19c),'varpName':'Phương\x20sai\x20toàn\x20phần:','subTotal':_0x27cd4b(0x1b5),'grandTotal':_0x27cd4b(0x1b3),'value':_0x27cd4b(0x1ba),'blank':_0x27cd4b(0x1a8),'other':'Khác','renderText':{'valueField':_0x27cd4b(0x19d),'subtotal':_0x27cd4b(0x1b8),'grandTotal':_0x27cd4b(0x1b8),'multipleGrandTotal':'{0}','subtotalWithValue':_0x27cd4b(0x1b8)},'emptyPivot':{'filter':_0x27cd4b(0x1b4),'row':'Hàng','column':_0x27cd4b(0x1b9),'values':_0x27cd4b(0x1ba)},'dateGroup':{'year':_0x27cd4b(0x1a4),'month':_0x27cd4b(0x1b6),'day':_0x27cd4b(0x1a2),'date':_0x27cd4b(0x1a2),'hour':_0x27cd4b(0x1ae),'minute':'Phút','hourMinute':_0x27cd4b(0x194),'quarter':'Quý','monthDate':'Tháng-Ngày','yearQuarter':_0x27cd4b(0x1bc),'yearMonth':_0x27cd4b(0x19a),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x27cd4b(0x19e),'hour':_0x27cd4b(0x19e),'hourMinute':_0x27cd4b(0x1bd),'date':'{0}','month':'{0}','monthDate':_0x27cd4b(0x198),'quarter':_0x27cd4b(0x1bb),'year':_0x27cd4b(0x19e),'yearMonth':_0x27cd4b(0x198),'yearMonthDate':_0x27cd4b(0x195),'yearQuarter':_0x27cd4b(0x1a5)}}};module[_0x27cd4b(0x193)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5aa0(_0x4a3eb7,_0x5e7a0c){_0x4a3eb7=_0x4a3eb7-0x1cb;const _0x541b63=_0x541b();let _0x5aa0b3=_0x541b63[_0x4a3eb7];return _0x5aa0b3;}function _0x541b(){const _0xa5701d=['646252ExmcEb','月-日','{0}{1}','74192BICHkZ','5348241gWiseA','{0}-{1}','计数项:','{0}\x20{1}','平均值项:','{0}','1348810Jgmnqo','(空白)','{0}-Q{1}','{0}-{1}-{2}','数值计数项:','681840UPRCMX','(其他)','最小值项:','511SBnNUh','年-季度','Q{0}','exports','最大值项:','小时-分钟','272615ZBfWMQ','66jJvdLI','列标签','年-月-日','标准偏差项:','行标签','{0}:{1}','求和项:','1627570YeCwKV','总体方差项:','9rHLiGo','总体标准偏差项:','工作表'];_0x541b=function(){return _0xa5701d;};return _0x541b();}const _0x4a9a40=_0x5aa0;(function(_0x5d16da,_0x497883){const _0x1e68e4=_0x5aa0,_0xe93397=_0x5d16da();while(!![]){try{const _0x1ae3d2=parseInt(_0x1e68e4(0x1e1))/0x1+-parseInt(_0x1e68e4(0x1dc))/0x2+parseInt(_0x1e68e4(0x1cf))/0x3*(-parseInt(_0x1e68e4(0x1d2))/0x4)+-parseInt(_0x1e68e4(0x1ea))/0x5*(-parseInt(_0x1e68e4(0x1eb))/0x6)+-parseInt(_0x1e68e4(0x1e4))/0x7*(-parseInt(_0x1e68e4(0x1d5))/0x8)+-parseInt(_0x1e68e4(0x1d6))/0x9+parseInt(_0x1e68e4(0x1cd))/0xa;if(_0x1ae3d2===_0x497883)break;else _0xe93397['push'](_0xe93397['shift']());}catch(_0x1974f9){_0xe93397['push'](_0xe93397['shift']());}}}(_0x541b,0x59d89));const e={'sheets-pivot':{'sheet':_0x4a9a40(0x1d1),'blankValue':_0x4a9a40(0x1dd),'otherValue':_0x4a9a40(0x1e2),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x4a9a40(0x1ef),'columnLabels':_0x4a9a40(0x1ec),'averageName':_0x4a9a40(0x1da),'countName':_0x4a9a40(0x1d8),'countNumsName':_0x4a9a40(0x1e0),'maxName':_0x4a9a40(0x1e8),'minName':_0x4a9a40(0x1e3),'productName':'乘积项:','stdDevName':_0x4a9a40(0x1ee),'stdDevpName':_0x4a9a40(0x1d0),'sumName':_0x4a9a40(0x1cc),'varName':'方差项:','varpName':_0x4a9a40(0x1ce),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x4a9a40(0x1d4),'subtotal':_0x4a9a40(0x1d9),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x4a9a40(0x1db),'subtotalWithValue':_0x4a9a40(0x1d9)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0x4a9a40(0x1e9),'quarter':'季度','monthDate':_0x4a9a40(0x1d3),'yearQuarter':_0x4a9a40(0x1e5),'yearMonth':'年-月','yearMonthDate':_0x4a9a40(0x1ed)},'cellDateGroupDisplay':{'minute':_0x4a9a40(0x1db),'hour':_0x4a9a40(0x1db),'hourMinute':_0x4a9a40(0x1cb),'date':'{0}','month':_0x4a9a40(0x1db),'monthDate':_0x4a9a40(0x1d7),'quarter':_0x4a9a40(0x1e6),'year':_0x4a9a40(0x1db),'yearMonth':_0x4a9a40(0x1d7),'yearMonthDate':_0x4a9a40(0x1df),'yearQuarter':_0x4a9a40(0x1de)}}};module[_0x4a9a40(0x1e7)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xdcd2(){const _0x4695c8=['年-月','小時-分鐘','{0}-Q{1}','乘積項:','{0}-{1}','數值計數項:','6316528zhNLKh','397275Wqkeky','年-月-日','{0}{1}','5556756urHzmV','3234951FLvwPN','總和項:','月-日','欄標籤','Q{0}','4434570cCluiL','(其他)','計數項:','(空白)','列標籤','5beeloo','6028190pXhqYU','{0}\x20{1}','年-季','工作表','最小值項:','2445KmyiaQ','{0}','exports','變異數項:','標準差項:','84pCEgTk','{0}-{1}-{2}','平均值項:'];_0xdcd2=function(){return _0x4695c8;};return _0xdcd2();}const _0x4ddc32=_0x1560;(function(_0x555a64,_0x56d7df){const _0x4fddbe=_0x1560,_0x9a6af9=_0x555a64();while(!![]){try{const _0x3520cf=-parseInt(_0x4fddbe(0x9b))/0x1*(-parseInt(_0x4fddbe(0xa0))/0x2)+parseInt(_0x4fddbe(0x87))/0x3+parseInt(_0x4fddbe(0x8a))/0x4*(-parseInt(_0x4fddbe(0x95))/0x5)+parseInt(_0x4fddbe(0x90))/0x6+parseInt(_0x4fddbe(0x96))/0x7+parseInt(_0x4fddbe(0x86))/0x8+-parseInt(_0x4fddbe(0x8b))/0x9;if(_0x3520cf===_0x56d7df)break;else _0x9a6af9['push'](_0x9a6af9['shift']());}catch(_0x28bfa2){_0x9a6af9['push'](_0x9a6af9['shift']());}}}(_0xdcd2,0xd5f1e));function _0x1560(_0x17da07,_0x39117b){_0x17da07=_0x17da07-0x85;const _0xdcd229=_0xdcd2();let _0x1560f3=_0xdcd229[_0x17da07];return _0x1560f3;}const e={'sheets-pivot':{'sheet':_0x4ddc32(0x99),'blankValue':_0x4ddc32(0x93),'otherValue':_0x4ddc32(0x91),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x4ddc32(0x94),'columnLabels':_0x4ddc32(0x8e),'averageName':_0x4ddc32(0xa2),'countName':_0x4ddc32(0x92),'countNumsName':_0x4ddc32(0x85),'maxName':'最大值項:','minName':_0x4ddc32(0x9a),'productName':_0x4ddc32(0xa6),'stdDevName':_0x4ddc32(0x9f),'stdDevpName':'母體標準差項:','sumName':_0x4ddc32(0x8c),'varName':_0x4ddc32(0x9e),'varpName':'母體變異數項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x4ddc32(0x89),'subtotal':'{0}\x20{1}','grandTotal':_0x4ddc32(0x97),'multipleGrandTotal':_0x4ddc32(0x9c),'subtotalWithValue':_0x4ddc32(0x97)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x4ddc32(0xa4),'quarter':'季','monthDate':_0x4ddc32(0x8d),'yearQuarter':_0x4ddc32(0x98),'yearMonth':_0x4ddc32(0xa3),'yearMonthDate':_0x4ddc32(0x88)},'cellDateGroupDisplay':{'minute':_0x4ddc32(0x9c),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x4ddc32(0x9c),'month':_0x4ddc32(0x9c),'monthDate':_0x4ddc32(0xa7),'quarter':_0x4ddc32(0x8f),'year':'{0}','yearMonth':_0x4ddc32(0xa7),'yearMonthDate':_0x4ddc32(0xa1),'yearQuarter':_0x4ddc32(0xa5)}}};module[_0x4ddc32(0x9d)]=e;
|