@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
|
+
const _0x4f3d0d=_0x258e;(function(_0x2f018d,_0x4004e5){const _0x272020=_0x258e,_0x5d64d1=_0x2f018d();while(!![]){try{const _0x38644d=parseInt(_0x272020(0xef))/0x1*(-parseInt(_0x272020(0xfa))/0x2)+parseInt(_0x272020(0xec))/0x3*(parseInt(_0x272020(0x10d))/0x4)+parseInt(_0x272020(0x10a))/0x5*(-parseInt(_0x272020(0x105))/0x6)+parseInt(_0x272020(0xf8))/0x7*(parseInt(_0x272020(0xfd))/0x8)+parseInt(_0x272020(0x103))/0x9*(-parseInt(_0x272020(0x111))/0xa)+-parseInt(_0x272020(0xf4))/0xb+parseInt(_0x272020(0x10c))/0xc*(parseInt(_0x272020(0xf6))/0xd);if(_0x38644d===_0x4004e5)break;else _0x5d64d1['push'](_0x5d64d1['shift']());}catch(_0x2fa526){_0x5d64d1['push'](_0x5d64d1['shift']());}}}(_0x1819,0xd1b78));function _0x258e(_0x4acd85,_0x81516f){_0x4acd85=_0x4acd85-0xe9;const _0x1819ad=_0x1819();let _0x258ec8=_0x1819ad[_0x4acd85];return _0x258ec8;}const e={'sheets-pivot':{'sheet':_0x4f3d0d(0x10e),'blankValue':_0x4f3d0d(0xf7),'otherValue':_0x4f3d0d(0xff),'columnName':_0x4f3d0d(0xf3),'subTotalText':_0x4f3d0d(0x110),'grandTotalText':_0x4f3d0d(0x10b),'valueText':_0x4f3d0d(0xe9),'averageName':'متوسط\x20','countName':'عدد\x20','countNumsName':_0x4f3d0d(0x10f),'maxName':_0x4f3d0d(0x106),'minName':_0x4f3d0d(0xf9),'productName':'حاصل\x20ضرب\x20','stdDevName':_0x4f3d0d(0x101),'stdDevpName':_0x4f3d0d(0xfe),'sumName':'مجموع\x20','varName':_0x4f3d0d(0xfb),'varpName':_0x4f3d0d(0xf2),'subTotal':_0x4f3d0d(0x112),'grandTotal':_0x4f3d0d(0x10b),'value':_0x4f3d0d(0x100),'blank':'فارغ','other':'آخر','emptyPivot':{'filter':'تصفية','row':'صف','column':_0x4f3d0d(0x107),'values':'القيم'},'dateGroup':{'year':_0x4f3d0d(0xf5),'month':_0x4f3d0d(0xee),'day':'يوم','hour':_0x4f3d0d(0xf0),'minute':'دقيقة','quarter':_0x4f3d0d(0xfc),'monthDate':'شهر-يوم','yearQuarter':'سنة-ربع','yearMonth':'سنة-شهر','yearMonthDate':_0x4f3d0d(0xf1)},'cellDateGroupDisplay':{'minute':_0x4f3d0d(0x102),'hour':'{0}\x20ساعة','hourMinute':_0x4f3d0d(0xea),'date':'{0}\x20يوم','month':_0x4f3d0d(0x109),'monthDate':_0x4f3d0d(0xed),'quarter':'{0}\x20ربع','year':'{0}\x20سنة','yearMonth':_0x4f3d0d(0x104),'yearMonthDate':_0x4f3d0d(0xeb),'yearQuarter':'{0}\x20سنة\x20{1}\x20ربع'}}};function _0x1819(){const _0x3c22af=['exports','{0}\x20شهر','1415OiPliF','الإجمالي\x20الكلي','12glOCOx','4uYJJhq','ورقة','عدد\x20','الإجمالي','2146870UzdQws','إجمالي\x20فرعي','القيمة','{0}\x20ساعة\x20{1}\x20دقيقة','{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','263103kuKoIz','{0}\x20شهر\x20{1}\x20يوم','شهر','854198JJWwDX','ساعة','سنة-شهر-يوم','تباين\x20المجتمع\x20لـ\x20','عمود\x20','18685843hQeaqB','سنة','51540086zkubKu','(فارغ)','5613503QrOdfG','الحد\x20الأدنى\x20لـ\x20','2DebSWd','التباين\x20لـ\x20','ربع','8JpIHCt','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20','(آخر)','قيمة','الانحراف\x20المعياري\x20لـ\x20','{0}\x20دقيقة','9HpGqml','{0}\x20سنة\x20{1}\x20شهر','26028HUbvlL','الحد\x20الأقصى\x20لـ\x20','عمود'];_0x1819=function(){return _0x3c22af;};return _0x1819();}module[_0x4f3d0d(0x108)]=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1a2812=_0x5008;(function(_0x408384,_0x1a6269){const _0x23156b=_0x5008,_0x34d436=_0x408384();while(!![]){try{const _0x54c6d7=parseInt(_0x23156b(0x95))/0x1*(-parseInt(_0x23156b(0x80))/0x2)+parseInt(_0x23156b(0x7a))/0x3+parseInt(_0x23156b(0x94))/0x4+parseInt(_0x23156b(0x82))/0x5+parseInt(_0x23156b(0x8f))/0x6+-parseInt(_0x23156b(0x86))/0x7*(-parseInt(_0x23156b(0x71))/0x8)+-parseInt(_0x23156b(0x76))/0x9;if(_0x54c6d7===_0x1a6269)break;else _0x34d436['push'](_0x34d436['shift']());}catch(_0x1c3302){_0x34d436['push'](_0x34d436['shift']());}}}(_0x55a6,0xd0cc8));function _0x55a6(){const _0x5275e3=['(En\x20blanc)','Mes','Any-Mes-Dia','{0}\x20dia','17802792APCBLp','Producte\x20de\x20','Any-Trimestre','Full','1779765wTOQUC','{0}\x20any\x20{1}\x20mes','Trimestre','(Altre)','{0}\x20any\x20{1}\x20trimestre','Minut','219274ZBAdeU','Recompte\x20de\x20','1945505VoIuOa','{0}\x20hora','Fila','Any','901390KaUeye','Mín\x20de\x20','Dia','altre','Total\x20general','Var\x20de\x20','Columna','Mitjana\x20de\x20','DesvEstP\x20de\x20','2694408KgfscN','Columna\x20','Subtotal','Hora','Any-Mes','5893100JhjLsg','3JZySHt','{0}\x20mes','exports','Mes-Dia','{0}\x20any','Valors','{0}\x20mes\x20{1}\x20dia','Filtre','{0}\x20trimestre','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','16xSNuJF'];_0x55a6=function(){return _0x5275e3;};return _0x55a6();}const e={'sheets-pivot':{'sheet':_0x1a2812(0x79),'blankValue':_0x1a2812(0x72),'otherValue':_0x1a2812(0x7d),'columnName':_0x1a2812(0x90),'subTotalText':_0x1a2812(0x91),'grandTotalText':_0x1a2812(0x8a),'valueText':'Valor','averageName':_0x1a2812(0x8d),'countName':_0x1a2812(0x81),'countNumsName':'Recompte\x20de\x20','maxName':'Màx\x20de\x20','minName':_0x1a2812(0x87),'productName':_0x1a2812(0x77),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x1a2812(0x8e),'sumName':'Suma\x20de\x20','varName':_0x1a2812(0x8b),'varpName':'VarP\x20de\x20','subTotal':_0x1a2812(0x91),'grandTotal':_0x1a2812(0x8a),'value':'valor','blank':'en\x20blanc','other':_0x1a2812(0x89),'emptyPivot':{'filter':_0x1a2812(0x6e),'row':_0x1a2812(0x84),'column':_0x1a2812(0x8c),'values':_0x1a2812(0x6c)},'dateGroup':{'year':_0x1a2812(0x85),'month':_0x1a2812(0x73),'day':_0x1a2812(0x88),'hour':_0x1a2812(0x92),'minute':_0x1a2812(0x7f),'quarter':_0x1a2812(0x7c),'monthDate':_0x1a2812(0x6a),'yearQuarter':_0x1a2812(0x78),'yearMonth':_0x1a2812(0x93),'yearMonthDate':_0x1a2812(0x74)},'cellDateGroupDisplay':{'minute':'{0}\x20minut','hour':_0x1a2812(0x83),'hourMinute':'{0}\x20hora\x20{1}\x20minut','date':_0x1a2812(0x75),'month':_0x1a2812(0x68),'monthDate':_0x1a2812(0x6d),'quarter':_0x1a2812(0x6f),'year':_0x1a2812(0x6b),'yearMonth':_0x1a2812(0x7b),'yearMonthDate':_0x1a2812(0x70),'yearQuarter':_0x1a2812(0x7e)}}};function _0x5008(_0xd5167f,_0x13f33a){_0xd5167f=_0xd5167f-0x68;const _0x55a60c=_0x55a6();let _0x5008b7=_0x55a60c[_0xd5167f];return _0x5008b7;}module[_0x1a2812(0x69)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x57fb68=_0x1d17;(function(_0x12b1db,_0x498dec){const _0x14a9b7=_0x1d17,_0x5b65d7=_0x12b1db();while(!![]){try{const _0xfde2b9=-parseInt(_0x14a9b7(0x205))/0x1*(parseInt(_0x14a9b7(0x1e5))/0x2)+-parseInt(_0x14a9b7(0x1f9))/0x3+-parseInt(_0x14a9b7(0x1eb))/0x4+-parseInt(_0x14a9b7(0x1ef))/0x5+-parseInt(_0x14a9b7(0x1f8))/0x6*(-parseInt(_0x14a9b7(0x1e8))/0x7)+-parseInt(_0x14a9b7(0x1ec))/0x8*(-parseInt(_0x14a9b7(0x1ee))/0x9)+parseInt(_0x14a9b7(0x1fa))/0xa*(parseInt(_0x14a9b7(0x1e9))/0xb);if(_0xfde2b9===_0x498dec)break;else _0x5b65d7['push'](_0x5b65d7['shift']());}catch(_0x2a96d5){_0x5b65d7['push'](_0x5b65d7['shift']());}}}(_0x23a4,0xad8f4));function _0x23a4(){const _0x292212=['8zMqCCv','Minimum\x20von\x20','1494396VYjdQv','6052200zmqUNY','Zeile','Monat-Tag','{0}\x20Monat','Gesamtergebnis','Var\x20von\x20','Wert','Varp\x20von\x20','Quartal','309834VvACAv','1868370VWxobB','10PoBEuj','Anzahl\x20von\x20','Monat','(Sonstige)','{0}\x20Jahr\x20{1}\x20Monat','Minute','Werte','Tag','sonstige','Produkt\x20von\x20','Jahr','112ggKhVi','{0}\x20Tag','StdDev\x20von\x20','StdDevp\x20von\x20','Filter','(Leer)','{0}\x20Stunde\x20{1}\x20Minute','Zwischensumme','leer','Jahr-Quartal','{0}\x20Minute','Spalte','8698ibaPvL','Blatt','Jahr-Monat-Tag','105PbmwSR','30599987yUppAy','Maximum\x20von\x20','2764912oFplIX'];_0x23a4=function(){return _0x292212;};return _0x23a4();}function _0x1d17(_0x277418,_0x24dcec){_0x277418=_0x277418-0x1df;const _0x23a427=_0x23a4();let _0x1d175f=_0x23a427[_0x277418];return _0x1d175f;}const e={'sheets-pivot':{'sheet':_0x57fb68(0x1e6),'blankValue':_0x57fb68(0x20a),'otherValue':_0x57fb68(0x1fd),'columnName':'Spalte\x20','subTotalText':_0x57fb68(0x1e0),'grandTotalText':'Gesamtergebnis','valueText':_0x57fb68(0x1f5),'averageName':'Mittelwert\x20von\x20','countName':_0x57fb68(0x1fb),'countNumsName':_0x57fb68(0x1fb),'maxName':_0x57fb68(0x1ea),'minName':_0x57fb68(0x1ed),'productName':_0x57fb68(0x203),'stdDevName':_0x57fb68(0x207),'stdDevpName':_0x57fb68(0x208),'sumName':'Summe\x20von\x20','varName':_0x57fb68(0x1f4),'varpName':_0x57fb68(0x1f6),'subTotal':_0x57fb68(0x1e0),'grandTotal':_0x57fb68(0x1f3),'value':'Wert','blank':_0x57fb68(0x1e1),'other':_0x57fb68(0x202),'emptyPivot':{'filter':_0x57fb68(0x209),'row':_0x57fb68(0x1f0),'column':_0x57fb68(0x1e4),'values':_0x57fb68(0x200)},'dateGroup':{'year':_0x57fb68(0x204),'month':_0x57fb68(0x1fc),'day':_0x57fb68(0x201),'hour':'Stunde','minute':_0x57fb68(0x1ff),'quarter':_0x57fb68(0x1f7),'monthDate':_0x57fb68(0x1f1),'yearQuarter':_0x57fb68(0x1e2),'yearMonth':'Jahr-Monat','yearMonthDate':_0x57fb68(0x1e7)},'cellDateGroupDisplay':{'minute':_0x57fb68(0x1e3),'hour':'{0}\x20Stunde','hourMinute':_0x57fb68(0x1df),'date':_0x57fb68(0x206),'month':_0x57fb68(0x1f2),'monthDate':'{0}\x20Monat\x20{1}\x20Tag','quarter':'{0}\x20Quartal','year':'{0}\x20Jahr','yearMonth':_0x57fb68(0x1fe),'yearMonthDate':'{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','yearQuarter':'{0}\x20Jahr\x20{1}\x20Quartal'}}};module['exports']=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5d402b=_0x1782;function _0x4e99(){const _0x4988f0=['{0}\x20quarter','Year-Month-Day','1432264NfzgdZ','Total','Subtotal','Filter','{0}\x20minute','Hour','{0}\x20year\x20{1}\x20month','Column','205392fdcXEG','Day','38byGfna','Quarter','Product\x20of\x20','63XzqmXv','Row','Month-Day','Year-Month','{0}\x20year','Sum\x20of\x20','24528708CIsESz','{0}\x20year\x20{1}\x20month\x20{2}\x20day','exports','StdDev\x20of\x20','blank','Grand\x20Total','{0}\x20month','{0}\x20year\x20{1}\x20quarter','576516ykUePh','Year','Value','187923cIEJHC','Count\x20of\x20','Min\x20of\x20','{0}\x20month\x20{1}\x20day','Max\x20of\x20','(Other)','739485WVTfeB','{0}\x20hour','StdDevp\x20of\x20','Average\x20of\x20','other','1216081nxkpwG','Year-Quarter','{0}\x20day'];_0x4e99=function(){return _0x4988f0;};return _0x4e99();}(function(_0x54ab10,_0x35bcf2){const _0x548ad0=_0x1782,_0x2da555=_0x54ab10();while(!![]){try{const _0x370f44=-parseInt(_0x548ad0(0xa1))/0x1+-parseInt(_0x548ad0(0xb0))/0x2*(parseInt(_0x548ad0(0xc4))/0x3)+-parseInt(_0x548ad0(0xa6))/0x4+parseInt(_0x548ad0(0x9c))/0x5+parseInt(_0x548ad0(0xc1))/0x6*(parseInt(_0x548ad0(0xb3))/0x7)+parseInt(_0x548ad0(0xae))/0x8+parseInt(_0x548ad0(0xb9))/0x9;if(_0x370f44===_0x35bcf2)break;else _0x2da555['push'](_0x2da555['shift']());}catch(_0x15786d){_0x2da555['push'](_0x2da555['shift']());}}}(_0x4e99,0xf4007));const e={'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0x5d402b(0xc9),'columnName':'Column\x20','subTotalText':_0x5d402b(0xa7),'grandTotalText':'Grand\x20Total','valueText':_0x5d402b(0xc3),'averageName':_0x5d402b(0x9f),'countName':'Count\x20of\x20','countNumsName':_0x5d402b(0xc5),'maxName':_0x5d402b(0xc8),'minName':_0x5d402b(0xc6),'productName':_0x5d402b(0xb2),'stdDevName':_0x5d402b(0xbc),'stdDevpName':_0x5d402b(0x9e),'sumName':_0x5d402b(0xb8),'varName':'Var\x20of\x20','varpName':'Varp\x20of\x20','subTotal':_0x5d402b(0xa8),'grandTotal':_0x5d402b(0xbe),'value':'value','blank':_0x5d402b(0xbd),'other':_0x5d402b(0xa0),'emptyPivot':{'filter':_0x5d402b(0xa9),'row':_0x5d402b(0xb4),'column':_0x5d402b(0xad),'values':'Values'},'dateGroup':{'year':_0x5d402b(0xc2),'month':'Month','day':_0x5d402b(0xaf),'hour':_0x5d402b(0xab),'minute':'Minute','quarter':_0x5d402b(0xb1),'monthDate':_0x5d402b(0xb5),'yearQuarter':_0x5d402b(0xa2),'yearMonth':_0x5d402b(0xb6),'yearMonthDate':_0x5d402b(0xa5)},'cellDateGroupDisplay':{'minute':_0x5d402b(0xaa),'hour':_0x5d402b(0x9d),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x5d402b(0xa3),'month':_0x5d402b(0xbf),'monthDate':_0x5d402b(0xc7),'quarter':_0x5d402b(0xa4),'year':_0x5d402b(0xb7),'yearMonth':_0x5d402b(0xac),'yearMonthDate':_0x5d402b(0xba),'yearQuarter':_0x5d402b(0xc0)}}};function _0x1782(_0x1cf16b,_0x4e4966){_0x1cf16b=_0x1cf16b-0x9c;const _0x4e99b0=_0x4e99();let _0x1782a0=_0x4e99b0[_0x1cf16b];return _0x1782a0;}module[_0x5d402b(0xbb)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x4b0a(){const _0x642d97=['DesvEst\x20de\x20','{0}\x20minuto','Año-Trimestre','57202mwoVrY','{0}\x20año','18XmgZZX','Var\x20de\x20','DesvEstP\x20de\x20','{0}\x20año\x20{1}\x20trimestre','4FiCVTG','Producto\x20de\x20','(Vacío)','Máx\x20de\x20','Mín\x20de\x20','22587MdIfMO','Columna','5237110OGYbLH','Conteo\x20de\x20','Año','Hora','Día','{0}\x20trimestre','{0}\x20año\x20{1}\x20mes\x20{2}\x20día','valor','vacío','Minuto','4443680emAsZA','Subtotal','{0}\x20hora','Promedio\x20de\x20','1247065RyyaCD','Mes','{0}\x20mes','VarP\x20de\x20','Filtro','134057vPjdAw','exports','1IuWqWm','Total\x20general','(Otro)','{0}\x20día','5344596mYashi'];_0x4b0a=function(){return _0x642d97;};return _0x4b0a();}const _0x48a99c=_0x1cd2;function _0x1cd2(_0x5188b7,_0x31a5a1){_0x5188b7=_0x5188b7-0x12f;const _0x4b0a60=_0x4b0a();let _0x1cd260=_0x4b0a60[_0x5188b7];return _0x1cd260;}(function(_0x1a6ff7,_0x26381c){const _0x11fd1d=_0x1cd2,_0x310e09=_0x1a6ff7();while(!![]){try{const _0x5c2284=parseInt(_0x11fd1d(0x142))/0x1*(-parseInt(_0x11fd1d(0x14a))/0x2)+-parseInt(_0x11fd1d(0x155))/0x3*(-parseInt(_0x11fd1d(0x150))/0x4)+-parseInt(_0x11fd1d(0x13b))/0x5+parseInt(_0x11fd1d(0x14c))/0x6*(-parseInt(_0x11fd1d(0x140))/0x7)+parseInt(_0x11fd1d(0x137))/0x8+parseInt(_0x11fd1d(0x146))/0x9+-parseInt(_0x11fd1d(0x157))/0xa;if(_0x5c2284===_0x26381c)break;else _0x310e09['push'](_0x310e09['shift']());}catch(_0x49ef58){_0x310e09['push'](_0x310e09['shift']());}}}(_0x4b0a,0x48ab7));const e={'sheets-pivot':{'sheet':'Hoja','blankValue':_0x48a99c(0x152),'otherValue':_0x48a99c(0x144),'columnName':'Columna\x20','subTotalText':_0x48a99c(0x138),'grandTotalText':_0x48a99c(0x143),'valueText':'Valor','averageName':_0x48a99c(0x13a),'countName':_0x48a99c(0x158),'countNumsName':_0x48a99c(0x158),'maxName':_0x48a99c(0x153),'minName':_0x48a99c(0x154),'productName':_0x48a99c(0x151),'stdDevName':_0x48a99c(0x147),'stdDevpName':_0x48a99c(0x14e),'sumName':'Suma\x20de\x20','varName':_0x48a99c(0x14d),'varpName':_0x48a99c(0x13e),'subTotal':_0x48a99c(0x138),'grandTotal':_0x48a99c(0x143),'value':_0x48a99c(0x134),'blank':_0x48a99c(0x135),'other':'otro','emptyPivot':{'filter':_0x48a99c(0x13f),'row':'Fila','column':_0x48a99c(0x156),'values':'Valores'},'dateGroup':{'year':_0x48a99c(0x12f),'month':_0x48a99c(0x13c),'day':_0x48a99c(0x131),'hour':_0x48a99c(0x130),'minute':_0x48a99c(0x136),'quarter':'Trimestre','monthDate':'Mes-Día','yearQuarter':_0x48a99c(0x149),'yearMonth':'Año-Mes','yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x48a99c(0x148),'hour':_0x48a99c(0x139),'hourMinute':'{0}\x20hora\x20{1}\x20minuto','date':_0x48a99c(0x145),'month':_0x48a99c(0x13d),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':_0x48a99c(0x132),'year':_0x48a99c(0x14b),'yearMonth':'{0}\x20año\x20{1}\x20mes','yearMonthDate':_0x48a99c(0x133),'yearQuarter':_0x48a99c(0x14f)}}};module[_0x48a99c(0x141)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x3ff6(){const _0x5c02de=['{0}\x20سال','کمترین\x20از\x20','ستون','واریانس\x20از\x20','بیشترین\x20از\x20','میانگین\x20از\x20','{0}\x20سال\x20{1}\x20فصل','342693lwOgAa','واریانس\x20کلی\x20از\x20','خالی','8854668MozUKb','{0}\x20ماه','انحراف\x20معیار\x20کلی\x20از\x20','Heure','{0}\x20ساعت','41142qgGaAx','494791ZwGrIk','مقادیر','تعداد\x20از\x20','190JMYMNM','110becriA','879iovNpd','707CAYUOX','Année-Mois-Jour','Mois-Jour','Année-Mois','71144caCAWl','انحراف\x20معیار\x20از\x20','{0}\x20دقیقه','{0}\x20ساعت\x20{1}\x20دقیقه','سایر','ستون\x20','Trimestre','exports','فیلتر','{0}\x20فصل','ضرب\x20از\x20','Mois','جمع','تعداد\x20اعداد\x20از\x20','19308SsNUMX','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','3390250iBEvAZ','Année','جمع\x20از\x20'];_0x3ff6=function(){return _0x5c02de;};return _0x3ff6();}function _0xee2e(_0x4814f8,_0x26dee8){_0x4814f8=_0x4814f8-0x1d1;const _0x3ff682=_0x3ff6();let _0xee2eee=_0x3ff682[_0x4814f8];return _0xee2eee;}const _0x58973f=_0xee2e;(function(_0x34b54e,_0x21db8f){const _0x5c3920=_0xee2e,_0x2bfc48=_0x34b54e();while(!![]){try{const _0xc26c7f=-parseInt(_0x5c3920(0x1f7))/0x1+parseInt(_0x5c3920(0x1ed))/0x2+parseInt(_0x5c3920(0x1d8))/0x3*(-parseInt(_0x5c3920(0x1eb))/0x4)+-parseInt(_0x5c3920(0x1d7))/0x5*(-parseInt(_0x5c3920(0x1d2))/0x6)+-parseInt(_0x5c3920(0x1d9))/0x7*(-parseInt(_0x5c3920(0x1dd))/0x8)+-parseInt(_0x5c3920(0x1fa))/0x9+-parseInt(_0x5c3920(0x1d6))/0xa*(-parseInt(_0x5c3920(0x1d3))/0xb);if(_0xc26c7f===_0x21db8f)break;else _0x2bfc48['push'](_0x2bfc48['shift']());}catch(_0x534718){_0x2bfc48['push'](_0x2bfc48['shift']());}}}(_0x3ff6,0xd1763));const e={'sheets-pivot':{'sheet':'برگ','blankValue':'(خالی)','otherValue':'(سایر)','columnName':_0x58973f(0x1e2),'subTotalText':_0x58973f(0x1e9),'grandTotalText':'کل','valueText':'مقدار','averageName':_0x58973f(0x1f5),'countName':_0x58973f(0x1d5),'countNumsName':_0x58973f(0x1ea),'maxName':_0x58973f(0x1f4),'minName':_0x58973f(0x1f1),'productName':_0x58973f(0x1e7),'stdDevName':_0x58973f(0x1de),'stdDevpName':_0x58973f(0x1fc),'sumName':_0x58973f(0x1ef),'varName':_0x58973f(0x1f3),'varpName':_0x58973f(0x1f8),'subTotal':_0x58973f(0x1e9),'grandTotal':'کل','value':'مقدار','blank':_0x58973f(0x1f9),'other':_0x58973f(0x1e1),'emptyPivot':{'filter':_0x58973f(0x1e5),'row':'سطر','column':_0x58973f(0x1f2),'values':_0x58973f(0x1d4)},'dateGroup':{'year':_0x58973f(0x1ee),'month':_0x58973f(0x1e8),'day':'Jour','hour':_0x58973f(0x1fd),'minute':'Minute','quarter':_0x58973f(0x1e3),'monthDate':_0x58973f(0x1db),'yearQuarter':'Année-Trimestre','yearMonth':_0x58973f(0x1dc),'yearMonthDate':_0x58973f(0x1da)},'cellDateGroupDisplay':{'minute':_0x58973f(0x1df),'hour':_0x58973f(0x1d1),'hourMinute':_0x58973f(0x1e0),'date':'{0}\x20روز','month':_0x58973f(0x1fb),'monthDate':'{0}\x20ماه\x20{1}\x20روز','quarter':_0x58973f(0x1e6),'year':_0x58973f(0x1f0),'yearMonth':'{0}\x20سال\x20{1}\x20ماه','yearMonthDate':_0x58973f(0x1ec),'yearQuarter':_0x58973f(0x1f6)}}};module[_0x58973f(0x1e4)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x7463e8=_0x5645;function _0x5645(_0x4923e3,_0x15b9d8){_0x4923e3=_0x4923e3-0x189;const _0x27eee9=_0x27ee();let _0x56454b=_0x27eee9[_0x4923e3];return _0x56454b;}function _0x27ee(){const _0x442de6=['vide','Variance\x20pop.\x20de\x20','Heure','Jour','Moyenne\x20de\x20','164544ZVVinB','Max\x20de\x20','Min\x20de\x20','345922GhVYPP','(Vide)','849725ePURQD','autre','Minute','{0}\x20heure\x20{1}\x20minute','{0}\x20heure','Mois','(Autre)','{0}\x20année\x20{1}\x20trimestre','Feuille','Colonne\x20','{0}\x20jour','exports','Filtre','Ligne','Année','3XufCrI','{0}\x20mois','3255984oKJFDK','Colonne','126oTzgES','407748nOqRmR','1500168mcNzQc','Année-Mois-Jour','Nombre\x20de\x20','Total','valeur','638564RZqEit','Année-Mois','{0}\x20mois\x20{1}\x20jour','{0}\x20trimestre','Année-Trimestre','Écart-type\x20pop.\x20de\x20','Variance\x20de\x20','{0}\x20année\x20{1}\x20mois','Écart-type\x20de\x20'];_0x27ee=function(){return _0x442de6;};return _0x27ee();}(function(_0x5aeed5,_0x4e0b6f){const _0x324c36=_0x5645,_0x405fed=_0x5aeed5();while(!![]){try{const _0x5b7be5=parseInt(_0x324c36(0x1ae))/0x1+parseInt(_0x324c36(0x19d))/0x2*(parseInt(_0x324c36(0x192))/0x3)+-parseInt(_0x324c36(0x197))/0x4+parseInt(_0x324c36(0x1b0))/0x5+parseInt(_0x324c36(0x198))/0x6+-parseInt(_0x324c36(0x196))/0x7*(parseInt(_0x324c36(0x1ab))/0x8)+-parseInt(_0x324c36(0x194))/0x9;if(_0x5b7be5===_0x4e0b6f)break;else _0x405fed['push'](_0x405fed['shift']());}catch(_0x5c8b4b){_0x405fed['push'](_0x405fed['shift']());}}}(_0x27ee,0x3d568));const e={'sheets-pivot':{'sheet':_0x7463e8(0x18b),'blankValue':_0x7463e8(0x1af),'otherValue':_0x7463e8(0x189),'columnName':_0x7463e8(0x18c),'subTotalText':_0x7463e8(0x19b),'grandTotalText':'Total\x20général','valueText':'Valeur','averageName':_0x7463e8(0x1aa),'countName':_0x7463e8(0x19a),'countNumsName':_0x7463e8(0x19a),'maxName':_0x7463e8(0x1ac),'minName':_0x7463e8(0x1ad),'productName':'Produit\x20de\x20','stdDevName':_0x7463e8(0x1a5),'stdDevpName':_0x7463e8(0x1a2),'sumName':'Somme\x20de\x20','varName':_0x7463e8(0x1a3),'varpName':_0x7463e8(0x1a7),'subTotal':'Sous-total','grandTotal':'Total\x20général','value':_0x7463e8(0x19c),'blank':_0x7463e8(0x1a6),'other':_0x7463e8(0x1b1),'emptyPivot':{'filter':_0x7463e8(0x18f),'row':_0x7463e8(0x190),'column':_0x7463e8(0x195),'values':'Valeurs'},'dateGroup':{'year':_0x7463e8(0x191),'month':_0x7463e8(0x1b5),'day':_0x7463e8(0x1a9),'hour':_0x7463e8(0x1a8),'minute':_0x7463e8(0x1b2),'quarter':'Trimestre','monthDate':'Mois-Jour','yearQuarter':_0x7463e8(0x1a1),'yearMonth':_0x7463e8(0x19e),'yearMonthDate':_0x7463e8(0x199)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x7463e8(0x1b4),'hourMinute':_0x7463e8(0x1b3),'date':_0x7463e8(0x18d),'month':_0x7463e8(0x193),'monthDate':_0x7463e8(0x19f),'quarter':_0x7463e8(0x1a0),'year':'{0}\x20année','yearMonth':_0x7463e8(0x1a4),'yearMonthDate':'{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','yearQuarter':_0x7463e8(0x18a)}}};module[_0x7463e8(0x18e)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4fbbda=_0x141f;function _0x141f(_0x8e5213,_0xf02e85){_0x8e5213=_0x8e5213-0x11c;const _0x149a83=_0x149a();let _0x141fa3=_0x149a83[_0x8e5213];return _0x141fa3;}function _0x149a(){const _0x55e356=['Hasil\x20Kali\x20dari\x20','(Lainnya)','Baris','StdDevp\x20dari\x20','Kuartal','nilai','635MvgKhF','{0}\x20tahun','1062dxGeAy','5754IscYnA','Min\x20dari\x20','Tahun-Kuartal','{0}\x20menit','lainnya','Total\x20Keseluruhan','Varp\x20dari\x20','{0}\x20bulan\x20{1}\x20hari','Jumlah\x20dari\x20','522270qPXRuk','Jam','{0}\x20kuartal','Var\x20dari\x20','kosong','9VwWCAo','Tahun-Bulan-Hari','10191832UKITki','(Kosong)','Subtotal','1858710KMyUgn','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','24316ncASQh','Hari','Tahun-Bulan','{0}\x20bulan','101xVytsL','{0}\x20jam','Filter','exports','Kolom','Menit','Nilai','{0}\x20tahun\x20{1}\x20bulan','StdDev\x20dari\x20','3493ncTGWq','34766072CGiFjt'];_0x149a=function(){return _0x55e356;};return _0x149a();}(function(_0x3305a2,_0x2b049f){const _0x982f84=_0x141f,_0x251f8f=_0x3305a2();while(!![]){try{const _0x5a7d30=parseInt(_0x982f84(0x132))/0x1*(parseInt(_0x982f84(0x146))/0x2)+-parseInt(_0x982f84(0x12c))/0x3+-parseInt(_0x982f84(0x12e))/0x4*(parseInt(_0x982f84(0x143))/0x5)+-parseInt(_0x982f84(0x145))/0x6*(-parseInt(_0x982f84(0x13b))/0x7)+-parseInt(_0x982f84(0x129))/0x8*(parseInt(_0x982f84(0x127))/0x9)+-parseInt(_0x982f84(0x122))/0xa+parseInt(_0x982f84(0x13c))/0xb;if(_0x5a7d30===_0x2b049f)break;else _0x251f8f['push'](_0x251f8f['shift']());}catch(_0x5b716b){_0x251f8f['push'](_0x251f8f['shift']());}}}(_0x149a,0xc898b));const e={'sheets-pivot':{'sheet':'Lembar','blankValue':_0x4fbbda(0x12a),'otherValue':_0x4fbbda(0x13e),'columnName':'Kolom\x20','subTotalText':'Total','grandTotalText':_0x4fbbda(0x11e),'valueText':_0x4fbbda(0x138),'averageName':'Rata-rata\x20dari\x20','countName':_0x4fbbda(0x121),'countNumsName':_0x4fbbda(0x121),'maxName':'Maks\x20dari\x20','minName':_0x4fbbda(0x147),'productName':_0x4fbbda(0x13d),'stdDevName':_0x4fbbda(0x13a),'stdDevpName':_0x4fbbda(0x140),'sumName':_0x4fbbda(0x121),'varName':_0x4fbbda(0x125),'varpName':_0x4fbbda(0x11f),'subTotal':_0x4fbbda(0x12b),'grandTotal':'Total\x20Keseluruhan','value':_0x4fbbda(0x142),'blank':_0x4fbbda(0x126),'other':_0x4fbbda(0x11d),'emptyPivot':{'filter':_0x4fbbda(0x134),'row':_0x4fbbda(0x13f),'column':_0x4fbbda(0x136),'values':_0x4fbbda(0x138)},'dateGroup':{'year':'Tahun','month':'Bulan','day':_0x4fbbda(0x12f),'hour':_0x4fbbda(0x123),'minute':_0x4fbbda(0x137),'quarter':_0x4fbbda(0x141),'monthDate':'Bulan-Hari','yearQuarter':_0x4fbbda(0x148),'yearMonth':_0x4fbbda(0x130),'yearMonthDate':_0x4fbbda(0x128)},'cellDateGroupDisplay':{'minute':_0x4fbbda(0x11c),'hour':_0x4fbbda(0x133),'hourMinute':'{0}\x20jam\x20{1}\x20menit','date':'{0}\x20hari','month':_0x4fbbda(0x131),'monthDate':_0x4fbbda(0x120),'quarter':_0x4fbbda(0x124),'year':_0x4fbbda(0x144),'yearMonth':_0x4fbbda(0x139),'yearMonthDate':_0x4fbbda(0x12d),'yearQuarter':'{0}\x20tahun\x20{1}\x20kuartal'}}};module[_0x4fbbda(0x135)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xb3f5e0=_0xf4b6;(function(_0x2e119f,_0x333925){const _0x1ac872=_0xf4b6,_0x47a527=_0x2e119f();while(!![]){try{const _0x46a28f=parseInt(_0x1ac872(0x1e7))/0x1*(-parseInt(_0x1ac872(0x1ed))/0x2)+-parseInt(_0x1ac872(0x202))/0x3+parseInt(_0x1ac872(0x1e6))/0x4+-parseInt(_0x1ac872(0x1f4))/0x5*(parseInt(_0x1ac872(0x1da))/0x6)+parseInt(_0x1ac872(0x1eb))/0x7+-parseInt(_0x1ac872(0x1fe))/0x8+parseInt(_0x1ac872(0x1ec))/0x9;if(_0x46a28f===_0x333925)break;else _0x47a527['push'](_0x47a527['shift']());}catch(_0x383121){_0x47a527['push'](_0x47a527['shift']());}}}(_0x40a4,0x5ab0c));function _0xf4b6(_0x11c728,_0x100255){_0x11c728=_0x11c728-0x1da;const _0x40a4f6=_0x40a4();let _0xf4b6b7=_0x40a4f6[_0x11c728];return _0xf4b6b7;}function _0x40a4(){const _0x235cfa=['Mese','altro','2713300DfywQT','379329WJnQuL','Colonna','Minuto','{0}\x20anno','1235451cyxEmx','10389474VVBcGk','2eOljuu','DevStd\x20di\x20','{0}\x20ora\x20{1}\x20minuto','Anno-Mese','Totale\x20Complessivo','Conteggio\x20di\x20','Varp\x20di\x20','490955qqrXEu','Mese-Giorno','vuoto','{0}\x20anno\x20{1}\x20mese','Anno-Trimestre','Colonna\x20','Media\x20di\x20','Riga','Trimestre','{0}\x20giorno','4295224pICjyB','Massimo\x20di\x20','Anno-Mese-Giorno','{0}\x20mese\x20{1}\x20giorno','102501GkFfTG','(Altro)','42tkOeOb','Subtotale','Anno','{0}\x20mese','Valori','Giorno','{0}\x20ora','Foglio','Prodotto\x20di\x20','exports'];_0x40a4=function(){return _0x235cfa;};return _0x40a4();}const e={'sheets-pivot':{'sheet':_0xb3f5e0(0x1e1),'blankValue':'(Vuoto)','otherValue':_0xb3f5e0(0x203),'columnName':_0xb3f5e0(0x1f9),'subTotalText':'Totale','grandTotalText':_0xb3f5e0(0x1f1),'valueText':'Valore','averageName':_0xb3f5e0(0x1fa),'countName':_0xb3f5e0(0x1f2),'countNumsName':'Conteggio\x20di\x20','maxName':_0xb3f5e0(0x1ff),'minName':'Minimo\x20di\x20','productName':_0xb3f5e0(0x1e2),'stdDevName':_0xb3f5e0(0x1ee),'stdDevpName':'DevStdp\x20di\x20','sumName':'Somma\x20di\x20','varName':'Var\x20di\x20','varpName':_0xb3f5e0(0x1f3),'subTotal':_0xb3f5e0(0x1db),'grandTotal':_0xb3f5e0(0x1f1),'value':'valore','blank':_0xb3f5e0(0x1f6),'other':_0xb3f5e0(0x1e5),'emptyPivot':{'filter':'Filtro','row':_0xb3f5e0(0x1fb),'column':_0xb3f5e0(0x1e8),'values':_0xb3f5e0(0x1de)},'dateGroup':{'year':_0xb3f5e0(0x1dc),'month':_0xb3f5e0(0x1e4),'day':_0xb3f5e0(0x1df),'hour':'Ora','minute':_0xb3f5e0(0x1e9),'quarter':_0xb3f5e0(0x1fc),'monthDate':_0xb3f5e0(0x1f5),'yearQuarter':_0xb3f5e0(0x1f8),'yearMonth':_0xb3f5e0(0x1f0),'yearMonthDate':_0xb3f5e0(0x200)},'cellDateGroupDisplay':{'minute':'{0}\x20minuto','hour':_0xb3f5e0(0x1e0),'hourMinute':_0xb3f5e0(0x1ef),'date':_0xb3f5e0(0x1fd),'month':_0xb3f5e0(0x1dd),'monthDate':_0xb3f5e0(0x201),'quarter':'{0}\x20trimestre','year':_0xb3f5e0(0x1ea),'yearMonth':_0xb3f5e0(0x1f7),'yearMonthDate':'{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','yearQuarter':'{0}\x20anno\x20{1}\x20trimestre'}}};module[_0xb3f5e0(0x1e3)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x41984b=_0x5684;(function(_0x190c62,_0x5eb6c0){const _0x493538=_0x5684,_0x1ec0dc=_0x190c62();while(!![]){try{const _0x3d76a4=-parseInt(_0x493538(0x82))/0x1*(-parseInt(_0x493538(0x80))/0x2)+parseInt(_0x493538(0x74))/0x3+-parseInt(_0x493538(0x7b))/0x4+parseInt(_0x493538(0x86))/0x5*(parseInt(_0x493538(0x71))/0x6)+parseInt(_0x493538(0x75))/0x7+parseInt(_0x493538(0x87))/0x8*(-parseInt(_0x493538(0x7c))/0x9)+-parseInt(_0x493538(0x81))/0xa;if(_0x3d76a4===_0x5eb6c0)break;else _0x1ec0dc['push'](_0x1ec0dc['shift']());}catch(_0x2f9e36){_0x1ec0dc['push'](_0x1ec0dc['shift']());}}}(_0x5f03,0x8eb52));function _0x5f03(){const _0x4efded=['年-四半期','2315420PRDLvG','8XifLnu','その他','四半期','シート','積\x20/\x20','{0}分','年-月','標準偏差\x20/\x20','{0}日','{0}年{1}月','12sDiLbC','(その他)','標本標準偏差\x20/\x20','1589409YDsgqh','4244219NTBFCG','{0}月','最小値\x20/\x20','最大値\x20/\x20','{0}年','exports','4516352gxHgwP','2244870zPTaLC','標本分散\x20/\x20','分散\x20/\x20','平均\x20/\x20','2mpVukw','10229590HKVYvY','923719zNhVCq','フィルター','{0}時{1}分'];_0x5f03=function(){return _0x4efded;};return _0x5f03();}const e={'sheets-pivot':{'sheet':_0x41984b(0x8a),'blankValue':'(空白)','otherValue':_0x41984b(0x72),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x41984b(0x7f),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':_0x41984b(0x78),'minName':_0x41984b(0x77),'productName':_0x41984b(0x8b),'stdDevName':_0x41984b(0x6e),'stdDevpName':_0x41984b(0x73),'sumName':'合計\x20/\x20','varName':_0x41984b(0x7e),'varpName':_0x41984b(0x7d),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x41984b(0x88),'emptyPivot':{'filter':_0x41984b(0x83),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x41984b(0x89),'monthDate':'月-日','yearQuarter':_0x41984b(0x85),'yearMonth':_0x41984b(0x8d),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x41984b(0x8c),'hour':'{0}時','hourMinute':_0x41984b(0x84),'date':_0x41984b(0x6f),'month':_0x41984b(0x76),'monthDate':'{0}月{1}日','quarter':'第{0}四半期','year':_0x41984b(0x79),'yearMonth':_0x41984b(0x70),'yearMonthDate':'{0}年{1}月{2}日','yearQuarter':'{0}年第{1}四半期'}}};function _0x5684(_0x1faa0a,_0x523c9d){_0x1faa0a=_0x1faa0a-0x6e;const _0x5f03f0=_0x5f03();let _0x568441=_0x5f03f0[_0x1faa0a];return _0x568441;}module[_0x41984b(0x7a)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x43fc(){const _0x46229e=['{0}년{1}월','5212DLJZwM','분산\x20/\x20','{0}월','총합계','185yLyCHy','321Nlartu','{0}분','개수\x20/\x20','3872120bDeomW','91530laGDjG','{0}시{1}분','(기타)','479347UcpZaP','부분합','표준\x20편차(모집단)\x20/\x20','88GraVEG','{0}년제{1}분기','{0}시','(비어\x20있음)','exports','1135850XmRyYG','{0}일','제{0}분기','24EQAGmY','{0}월{1}일','월-일','합계\x20/\x20','년-월-일','표준\x20편차\x20/\x20','비어\x20있음','56556YZUcSm','숫자\x20개수\x20/\x20','255111rVXXpq','{0}년','4SrkfmW','년-월','최소값\x20/\x20','년-분기'];_0x43fc=function(){return _0x46229e;};return _0x43fc();}const _0xf82d81=_0x871c;function _0x871c(_0xa1d2e2,_0xcaa760){_0xa1d2e2=_0xa1d2e2-0x131;const _0x43fc31=_0x43fc();let _0x871c9=_0x43fc31[_0xa1d2e2];return _0x871c9;}(function(_0x440507,_0x19a68b){const _0x4fc9a9=_0x871c,_0x297d32=_0x440507();while(!![]){try{const _0x25703f=-parseInt(_0x4fc9a9(0x14c))/0x1*(-parseInt(_0x4fc9a9(0x147))/0x2)+-parseInt(_0x4fc9a9(0x140))/0x3*(parseInt(_0x4fc9a9(0x142))/0x4)+-parseInt(_0x4fc9a9(0x14b))/0x5*(-parseInt(_0x4fc9a9(0x150))/0x6)+-parseInt(_0x4fc9a9(0x14f))/0x7+parseInt(_0x4fc9a9(0x156))/0x8*(parseInt(_0x4fc9a9(0x13e))/0x9)+-parseInt(_0x4fc9a9(0x134))/0xa+-parseInt(_0x4fc9a9(0x153))/0xb*(parseInt(_0x4fc9a9(0x137))/0xc);if(_0x25703f===_0x19a68b)break;else _0x297d32['push'](_0x297d32['shift']());}catch(_0x3ce21d){_0x297d32['push'](_0x297d32['shift']());}}}(_0x43fc,0x9a16d));const e={'sheets-pivot':{'sheet':'시트','blankValue':_0xf82d81(0x132),'otherValue':_0xf82d81(0x152),'columnName':'열\x20','subTotalText':'합계','grandTotalText':'총합계','valueText':'값','averageName':'평균\x20/\x20','countName':_0xf82d81(0x14e),'countNumsName':_0xf82d81(0x13f),'maxName':'최대값\x20/\x20','minName':_0xf82d81(0x144),'productName':'곱\x20/\x20','stdDevName':_0xf82d81(0x13c),'stdDevpName':_0xf82d81(0x155),'sumName':_0xf82d81(0x13a),'varName':_0xf82d81(0x148),'varpName':'분산(모집단)\x20/\x20','subTotal':_0xf82d81(0x154),'grandTotal':_0xf82d81(0x14a),'value':'값','blank':_0xf82d81(0x13d),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0xf82d81(0x139),'yearQuarter':_0xf82d81(0x145),'yearMonth':_0xf82d81(0x143),'yearMonthDate':_0xf82d81(0x13b)},'cellDateGroupDisplay':{'minute':_0xf82d81(0x14d),'hour':_0xf82d81(0x131),'hourMinute':_0xf82d81(0x151),'date':_0xf82d81(0x135),'month':_0xf82d81(0x149),'monthDate':_0xf82d81(0x138),'quarter':_0xf82d81(0x136),'year':_0xf82d81(0x141),'yearMonth':_0xf82d81(0x146),'yearMonthDate':'{0}년{1}월{2}일','yearQuarter':_0xf82d81(0x157)}}};module[_0xf82d81(0x133)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x181ca4=_0x1372;(function(_0x3454d8,_0x1285d0){const _0xbac23d=_0x1372,_0x355247=_0x3454d8();while(!![]){try{const _0x4affba=parseInt(_0xbac23d(0xac))/0x1+parseInt(_0xbac23d(0xa7))/0x2+-parseInt(_0xbac23d(0xae))/0x3+-parseInt(_0xbac23d(0xa2))/0x4+-parseInt(_0xbac23d(0xc1))/0x5+-parseInt(_0xbac23d(0xbd))/0x6*(-parseInt(_0xbac23d(0x99))/0x7)+parseInt(_0xbac23d(0xa8))/0x8;if(_0x4affba===_0x1285d0)break;else _0x355247['push'](_0x355247['shift']());}catch(_0x23a660){_0x355247['push'](_0x355247['shift']());}}}(_0x2de2,0x61653));function _0x1372(_0x55eac9,_0xa99235){_0x55eac9=_0x55eac9-0x98;const _0x2de281=_0x2de2();let _0x13724f=_0x2de281[_0x55eac9];return _0x13724f;}function _0x2de2(){const _0x24bb40=['exports','Wariancja\x20z\x20','{0}\x20rok\x20{1}\x20miesiąc','Liczba\x20z\x20','Miesiąc-Dzień','Kolumna\x20','Wartości','2333064faICDX','inne','Filtr','Wiersz','{0}\x20miesiąc','433144wVzdHL','1459736kgWJaR','Rok','Rok-Miesiąc','Kwartał','430550IGTrZc','Godzina','252195UpLkJf','{0}\x20miesiąc\x20{1}\x20dzień','{0}\x20godzina','(Puste)','Miesiąc','Suma\x20częściowa','Maksimum\x20z\x20','Suma\x20całkowita','{0}\x20dzień','Rok-Kwartał','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień','Iloczyn\x20z\x20','puste','Minimum\x20z\x20','Minuta','1353222ImlRIk','Suma','WariancjaPop\x20z\x20','OdchStd\x20z\x20','1072005eImEiE','Kolumna','{0}\x20kwartał','14POsiYn','Wartość'];_0x2de2=function(){return _0x24bb40;};return _0x2de2();}const e={'sheets-pivot':{'sheet':'Arkusz','blankValue':_0x181ca4(0xb1),'otherValue':'(Inne)','columnName':_0x181ca4(0xa0),'subTotalText':_0x181ca4(0xbe),'grandTotalText':_0x181ca4(0xb5),'valueText':_0x181ca4(0x9a),'averageName':'Średnia\x20z\x20','countName':_0x181ca4(0x9e),'countNumsName':_0x181ca4(0x9e),'maxName':_0x181ca4(0xb4),'minName':_0x181ca4(0xbb),'productName':_0x181ca4(0xb9),'stdDevName':_0x181ca4(0xc0),'stdDevpName':'OdchStdPop\x20z\x20','sumName':'Suma\x20z\x20','varName':_0x181ca4(0x9c),'varpName':_0x181ca4(0xbf),'subTotal':_0x181ca4(0xb3),'grandTotal':'Suma\x20całkowita','value':'wartość','blank':_0x181ca4(0xba),'other':_0x181ca4(0xa3),'emptyPivot':{'filter':_0x181ca4(0xa4),'row':_0x181ca4(0xa5),'column':_0x181ca4(0xc2),'values':_0x181ca4(0xa1)},'dateGroup':{'year':_0x181ca4(0xa9),'month':_0x181ca4(0xb2),'day':'Dzień','hour':_0x181ca4(0xad),'minute':_0x181ca4(0xbc),'quarter':_0x181ca4(0xab),'monthDate':_0x181ca4(0x9f),'yearQuarter':_0x181ca4(0xb7),'yearMonth':_0x181ca4(0xaa),'yearMonthDate':'Rok-Miesiąc-Dzień'},'cellDateGroupDisplay':{'minute':'{0}\x20minuta','hour':_0x181ca4(0xb0),'hourMinute':'{0}\x20godzina\x20{1}\x20minuta','date':_0x181ca4(0xb6),'month':_0x181ca4(0xa6),'monthDate':_0x181ca4(0xaf),'quarter':_0x181ca4(0x98),'year':'{0}\x20rok','yearMonth':_0x181ca4(0x9d),'yearMonthDate':_0x181ca4(0xb8),'yearQuarter':'{0}\x20rok\x20{1}\x20kwartał'}}};module[_0x181ca4(0x9b)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3e64e5=_0x22dc;(function(_0x7ef331,_0x104f5b){const _0x3f0593=_0x22dc,_0x4ef4dc=_0x7ef331();while(!![]){try{const _0xefc75=-parseInt(_0x3f0593(0x20b))/0x1*(parseInt(_0x3f0593(0x207))/0x2)+-parseInt(_0x3f0593(0x1f7))/0x3+parseInt(_0x3f0593(0x1eb))/0x4+-parseInt(_0x3f0593(0x20f))/0x5+-parseInt(_0x3f0593(0x1f6))/0x6*(-parseInt(_0x3f0593(0x1ee))/0x7)+parseInt(_0x3f0593(0x1ed))/0x8*(-parseInt(_0x3f0593(0x1f4))/0x9)+-parseInt(_0x3f0593(0x206))/0xa*(-parseInt(_0x3f0593(0x1ec))/0xb);if(_0xefc75===_0x104f5b)break;else _0x4ef4dc['push'](_0x4ef4dc['shift']());}catch(_0x49adae){_0x4ef4dc['push'](_0x4ef4dc['shift']());}}}(_0xbbf5,0x2a534));function _0x22dc(_0xe258cd,_0x5dcfd4){_0xe258cd=_0xe258cd-0x1eb;const _0xbbf56d=_0xbbf5();let _0x22dc8c=_0xbbf56d[_0xe258cd];return _0x22dc8c;}const e={'sheets-pivot':{'sheet':'Planilha','blankValue':'(Em\x20branco)','otherValue':'(Outro)','columnName':_0x3e64e5(0x1f2),'subTotalText':_0x3e64e5(0x1ef),'grandTotalText':_0x3e64e5(0x201),'valueText':'Valor','averageName':'Média\x20de\x20','countName':_0x3e64e5(0x1f9),'countNumsName':'Contagem\x20de\x20','maxName':'Máximo\x20de\x20','minName':'Mínimo\x20de\x20','productName':_0x3e64e5(0x1f5),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x3e64e5(0x20e),'sumName':_0x3e64e5(0x200),'varName':_0x3e64e5(0x1fe),'varpName':_0x3e64e5(0x1fa),'subTotal':_0x3e64e5(0x1ef),'grandTotal':'Total\x20Geral','value':_0x3e64e5(0x202),'blank':_0x3e64e5(0x20a),'other':_0x3e64e5(0x1f1),'emptyPivot':{'filter':_0x3e64e5(0x210),'row':_0x3e64e5(0x1fc),'column':'Coluna','values':'Valores'},'dateGroup':{'year':'Ano','month':'Mês','day':_0x3e64e5(0x1fb),'hour':_0x3e64e5(0x203),'minute':_0x3e64e5(0x205),'quarter':_0x3e64e5(0x208),'monthDate':'Mês-Dia','yearQuarter':_0x3e64e5(0x20d),'yearMonth':_0x3e64e5(0x204),'yearMonthDate':'Ano-Mês-Dia'},'cellDateGroupDisplay':{'minute':_0x3e64e5(0x1f3),'hour':_0x3e64e5(0x1f8),'hourMinute':_0x3e64e5(0x1f0),'date':'{0}\x20dia','month':'{0}\x20mês','monthDate':'{0}\x20mês\x20{1}\x20dia','quarter':'{0}\x20trimestre','year':_0x3e64e5(0x209),'yearMonth':'{0}\x20ano\x20{1}\x20mês','yearMonthDate':_0x3e64e5(0x1ff),'yearQuarter':_0x3e64e5(0x1fd)}}};module[_0x3e64e5(0x20c)]=e;function _0xbbf5(){const _0x262367=['exports','Ano-Trimestre','DesvPadrãoP\x20de\x20','719835FEPKOl','Filtro','1153644XJSokb','42581cLGBbn','364776jUmLfg','2219EDWDSp','Subtotal','{0}\x20hora\x20{1}\x20minuto','outro','Coluna\x20','{0}\x20minuto','9nEJRWu','Produto\x20de\x20','5970LHqMZE','318804tRNMZf','{0}\x20hora','Contagem\x20de\x20','VarP\x20de\x20','Dia','Linha','{0}\x20ano\x20{1}\x20trimestre','Var\x20de\x20','{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','Soma\x20de\x20','Total\x20Geral','valor','Hora','Ano-Mês','Minuto','340bigIFd','132qLcoBA','Trimestre','{0}\x20ano','em\x20branco','4034Rqaoeg'];_0xbbf5=function(){return _0x262367;};return _0xbbf5();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1bb78f=_0x1443;function _0x12c5(){const _0x52f9e5=['852741VqzOFi','Фильтр','{0}\x20мин','{0}\x20квартал','Общий\x20итог','Среднее\x20по\x20','Строка','Год','Минимум\x20по\x20','Столбец\x20','9delsIY','371283eizKDJ','{0}\x20месяц','12jLceDI','Месяц-День','1848140AkmdPK','Значение','Сумма\x20по\x20','{0}\x20ч\x20{1}\x20мин','100UOZtvz','Год-Квартал','{0}\x20ч','Число\x20по\x20','Год-Месяц','{0}\x20год','День','Месяц','exports','Другое','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Стандартное\x20отклонение\x20по\x20','403rBsjdC','76134VFzbOi','(Другое)','Промежуточный\x20итог','3866936EgVyCK','Произведение\x20по\x20','Год-Месяц-День','3222SBSpMX','12206690NBuDYU','{0}\x20день','Минута','Общее\x20стандартное\x20отклонение\x20по\x20','{0}\x20год\x20{1}\x20квартал','(Пусто)','Пусто','Общая\x20дисперсия\x20по\x20','Дисперсия\x20по\x20','{0}\x20год\x20{1}\x20месяц','Количество\x20по\x20','Час','372Oehnck','{0}\x20месяц\x20{1}\x20день'];_0x12c5=function(){return _0x52f9e5;};return _0x12c5();}(function(_0x14adfa,_0x3537ed){const _0x26b92d=_0x1443,_0x472292=_0x14adfa();while(!![]){try{const _0x690a96=-parseInt(_0x26b92d(0x1bf))/0x1*(-parseInt(_0x26b92d(0x1c6))/0x2)+parseInt(_0x26b92d(0x1a0))/0x3*(parseInt(_0x26b92d(0x1ad))/0x4)+-parseInt(_0x26b92d(0x1b3))/0x5*(-parseInt(_0x26b92d(0x1c0))/0x6)+-parseInt(_0x26b92d(0x1af))/0x7+-parseInt(_0x26b92d(0x1c3))/0x8*(parseInt(_0x26b92d(0x1aa))/0x9)+-parseInt(_0x26b92d(0x1c7))/0xa+-parseInt(_0x26b92d(0x1ab))/0xb*(-parseInt(_0x26b92d(0x19e))/0xc);if(_0x690a96===_0x3537ed)break;else _0x472292['push'](_0x472292['shift']());}catch(_0x29742d){_0x472292['push'](_0x472292['shift']());}}}(_0x12c5,0xcb9f9));function _0x1443(_0x54c868,_0x44030a){_0x54c868=_0x54c868-0x19b;const _0x12c508=_0x12c5();let _0x1443f7=_0x12c508[_0x54c868];return _0x1443f7;}const e={'sheets-pivot':{'sheet':'Лист','blankValue':_0x1bb78f(0x1cc),'otherValue':_0x1bb78f(0x1c1),'columnName':_0x1bb78f(0x1a9),'subTotalText':'Промежуточный\x20итог','grandTotalText':_0x1bb78f(0x1a4),'valueText':_0x1bb78f(0x1b0),'averageName':_0x1bb78f(0x1a5),'countName':_0x1bb78f(0x19c),'countNumsName':_0x1bb78f(0x1b6),'maxName':'Максимум\x20по\x20','minName':_0x1bb78f(0x1a8),'productName':_0x1bb78f(0x1c4),'stdDevName':_0x1bb78f(0x1be),'stdDevpName':_0x1bb78f(0x1ca),'sumName':_0x1bb78f(0x1b1),'varName':_0x1bb78f(0x1cf),'varpName':_0x1bb78f(0x1ce),'subTotal':_0x1bb78f(0x1c2),'grandTotal':_0x1bb78f(0x1a4),'value':_0x1bb78f(0x1b0),'blank':_0x1bb78f(0x1cd),'other':_0x1bb78f(0x1bc),'emptyPivot':{'filter':_0x1bb78f(0x1a1),'row':_0x1bb78f(0x1a6),'column':'Столбец','values':_0x1bb78f(0x1b0)},'dateGroup':{'year':_0x1bb78f(0x1a7),'month':_0x1bb78f(0x1ba),'day':_0x1bb78f(0x1b9),'hour':_0x1bb78f(0x19d),'minute':_0x1bb78f(0x1c9),'quarter':'Квартал','monthDate':_0x1bb78f(0x1ae),'yearQuarter':_0x1bb78f(0x1b4),'yearMonth':_0x1bb78f(0x1b7),'yearMonthDate':_0x1bb78f(0x1c5)},'cellDateGroupDisplay':{'minute':_0x1bb78f(0x1a2),'hour':_0x1bb78f(0x1b5),'hourMinute':_0x1bb78f(0x1b2),'date':_0x1bb78f(0x1c8),'month':_0x1bb78f(0x1ac),'monthDate':_0x1bb78f(0x19f),'quarter':_0x1bb78f(0x1a3),'year':_0x1bb78f(0x1b8),'yearMonth':_0x1bb78f(0x19b),'yearMonthDate':_0x1bb78f(0x1bd),'yearQuarter':_0x1bb78f(0x1cb)}}};module[_0x1bb78f(0x1bb)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2edf7d=_0x6a38;function _0x6a38(_0x33d5c8,_0x929720){_0x33d5c8=_0x33d5c8-0x162;const _0x53db92=_0x53db();let _0x6a38d0=_0x53db92[_0x33d5c8];return _0x6a38d0;}(function(_0x4e19b8,_0x56af6f){const _0x166b5a=_0x6a38,_0x4707af=_0x4e19b8();while(!![]){try{const _0xb6838=-parseInt(_0x166b5a(0x175))/0x1*(-parseInt(_0x166b5a(0x17c))/0x2)+-parseInt(_0x166b5a(0x165))/0x3*(-parseInt(_0x166b5a(0x171))/0x4)+-parseInt(_0x166b5a(0x178))/0x5*(-parseInt(_0x166b5a(0x187))/0x6)+-parseInt(_0x166b5a(0x162))/0x7+-parseInt(_0x166b5a(0x172))/0x8*(parseInt(_0x166b5a(0x164))/0x9)+parseInt(_0x166b5a(0x185))/0xa*(-parseInt(_0x166b5a(0x17f))/0xb)+parseInt(_0x166b5a(0x167))/0xc;if(_0xb6838===_0x56af6f)break;else _0x4707af['push'](_0x4707af['shift']());}catch(_0xd67127){_0x4707af['push'](_0x4707af['shift']());}}}(_0x53db,0x48167));function _0x53db(){const _0x656362=['{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','Rok-Štvrťrok','25bWylsG','Hodnoty','Stĺpec','Rok','280258wKaxZq','Hodina','Celkový\x20súčet','738364ZyPcWx','Mesiac-Deň','Štvrťrok','Mesiac','Priemer\x20z\x20','Stĺpec\x20','10wsaFei','Hodnota','71442hOuVQB','{0}\x20hodina\x20{1}\x20minúta','2981510UKBySL','prázdne','27hiJlun','130047vpdfMk','Rozptyl\x20z\x20','7164984emfhAI','Súčin\x20z\x20','{0}\x20mesiac\x20{1}\x20deň','{0}\x20deň','Rok-Mesiac','Súčet\x20z\x20','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Medzisúčet','Max\x20z\x20','Smerodajná\x20odchýlka\x20z\x20','4eSzEnD','885408IzOLRa','Počet\x20z\x20','Riadok','3SrsJIB'];_0x53db=function(){return _0x656362;};return _0x53db();}const e={'sheets-pivot':{'sheet':'Hárok','blankValue':'(Prázdne)','otherValue':'(Iné)','columnName':_0x2edf7d(0x184),'subTotalText':'Súčet','grandTotalText':'Celkový\x20súčet','valueText':_0x2edf7d(0x186),'averageName':_0x2edf7d(0x183),'countName':'Počet\x20z\x20','countNumsName':_0x2edf7d(0x173),'maxName':_0x2edf7d(0x16f),'minName':'Min\x20z\x20','productName':_0x2edf7d(0x168),'stdDevName':_0x2edf7d(0x170),'stdDevpName':_0x2edf7d(0x16d),'sumName':_0x2edf7d(0x16c),'varName':_0x2edf7d(0x166),'varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0x2edf7d(0x16e),'grandTotal':_0x2edf7d(0x17e),'value':'hodnota','blank':_0x2edf7d(0x163),'other':'iné','emptyPivot':{'filter':'Filter','row':_0x2edf7d(0x174),'column':_0x2edf7d(0x17a),'values':_0x2edf7d(0x179)},'dateGroup':{'year':_0x2edf7d(0x17b),'month':_0x2edf7d(0x182),'day':'Deň','hour':_0x2edf7d(0x17d),'minute':'Minúta','quarter':_0x2edf7d(0x181),'monthDate':_0x2edf7d(0x180),'yearQuarter':_0x2edf7d(0x177),'yearMonth':_0x2edf7d(0x16b),'yearMonthDate':'Rok-Mesiac-Deň'},'cellDateGroupDisplay':{'minute':'{0}\x20minúta','hour':'{0}\x20hodina','hourMinute':_0x2edf7d(0x188),'date':_0x2edf7d(0x16a),'month':'{0}\x20mesiac','monthDate':_0x2edf7d(0x169),'quarter':'{0}\x20štvrťrok','year':'{0}\x20rok','yearMonth':'{0}\x20rok\x20{1}\x20mesiac','yearMonthDate':_0x2edf7d(0x176),'yearQuarter':'{0}\x20rok\x20{1}\x20štvrťrok'}}};module['exports']=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x38e1(){const _0x2ce231=['Tháng\x20{0}','62238dYdklh','Giá\x20trị\x20tối\x20thiểu:','250dMMfiY','242271YUqTpS','Bảng\x20tính','Tổng\x20phụ','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Quý','exports','Tháng\x20{0}\x20Ngày\x20{1}','Giờ','Phút','16TZKXQt','Số\x20lượng:','344938cPGjJq','(Trống)','Năm-Tháng-Ngày','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Tổng\x20cộng','Độ\x20lệch\x20chuẩn:','Tích:','Trống','Năm\x20{0}\x20Quý\x20{1}','Ngày\x20{0}','Năm-Quý','4412uOimlE','Ngày','Năm-Tháng','Lọc','3702666GGHjDZ','845gzxqqX','{0}\x20giờ','298JTXsvQ','Quý\x20{0}','Phương\x20sai:','Cột','Tổng:','120827jzxSbm','Năm\x20{0}','Giá\x20trị','Tháng-Ngày','2640GTLAuG','(Khác)'];_0x38e1=function(){return _0x2ce231;};return _0x38e1();}const _0x18c72d=_0x5b18;(function(_0x3998cf,_0x4f8e8e){const _0x5531d0=_0x5b18,_0x52eba9=_0x3998cf();while(!![]){try{const _0x137e16=parseInt(_0x5531d0(0xea))/0x1*(parseInt(_0x5531d0(0xc7))/0x2)+parseInt(_0x5531d0(0xca))/0x3+parseInt(_0x5531d0(0xe3))/0x4*(-parseInt(_0x5531d0(0xe8))/0x5)+-parseInt(_0x5531d0(0xe7))/0x6+parseInt(_0x5531d0(0xc3))/0x7*(-parseInt(_0x5531d0(0xd6))/0x8)+-parseInt(_0x5531d0(0xcd))/0x9+parseInt(_0x5531d0(0xcc))/0xa*(parseInt(_0x5531d0(0xd8))/0xb);if(_0x137e16===_0x4f8e8e)break;else _0x52eba9['push'](_0x52eba9['shift']());}catch(_0x1774e8){_0x52eba9['push'](_0x52eba9['shift']());}}}(_0x38e1,0x51529));const e={'sheets-pivot':{'sheet':_0x18c72d(0xce),'blankValue':_0x18c72d(0xd9),'otherValue':_0x18c72d(0xc8),'columnName':'Cột\x20','subTotalText':'Tổng\x20phụ','grandTotalText':_0x18c72d(0xdc),'valueText':_0x18c72d(0xc5),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x18c72d(0xd7),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x18c72d(0xcb),'productName':_0x18c72d(0xde),'stdDevName':_0x18c72d(0xdd),'stdDevpName':_0x18c72d(0xdb),'sumName':_0x18c72d(0xc2),'varName':_0x18c72d(0xec),'varpName':'Phương\x20sai\x20toàn\x20phần:','subTotal':_0x18c72d(0xcf),'grandTotal':_0x18c72d(0xdc),'value':'Giá\x20trị','blank':_0x18c72d(0xdf),'other':'Khác','emptyPivot':{'filter':_0x18c72d(0xe6),'row':'Hàng','column':_0x18c72d(0xed),'values':_0x18c72d(0xc5)},'dateGroup':{'year':'Năm','month':'Tháng','day':_0x18c72d(0xe4),'hour':_0x18c72d(0xd4),'minute':_0x18c72d(0xd5),'quarter':_0x18c72d(0xd1),'monthDate':_0x18c72d(0xc6),'yearQuarter':_0x18c72d(0xe2),'yearMonth':_0x18c72d(0xe5),'yearMonthDate':_0x18c72d(0xda)},'cellDateGroupDisplay':{'minute':'{0}\x20phút','hour':_0x18c72d(0xe9),'hourMinute':'{0}\x20giờ\x20{1}\x20phút','date':_0x18c72d(0xe1),'month':_0x18c72d(0xc9),'monthDate':_0x18c72d(0xd3),'quarter':_0x18c72d(0xeb),'year':_0x18c72d(0xc4),'yearMonth':'Năm\x20{0}\x20Tháng\x20{1}','yearMonthDate':_0x18c72d(0xd0),'yearQuarter':_0x18c72d(0xe0)}}};function _0x5b18(_0x331942,_0x590ce0){_0x331942=_0x331942-0xc2;const _0x38e177=_0x38e1();let _0x5b18a9=_0x38e177[_0x331942];return _0x5b18a9;}module[_0x18c72d(0xd2)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x259f49=_0x3b3e;(function(_0x5e7ce7,_0x5bc3d2){const _0xca2d3f=_0x3b3e,_0x11a10=_0x5e7ce7();while(!![]){try{const _0x4a062b=-parseInt(_0xca2d3f(0x1c8))/0x1*(-parseInt(_0xca2d3f(0x1df))/0x2)+-parseInt(_0xca2d3f(0x1cf))/0x3+parseInt(_0xca2d3f(0x1d5))/0x4*(-parseInt(_0xca2d3f(0x1d4))/0x5)+-parseInt(_0xca2d3f(0x1d1))/0x6*(-parseInt(_0xca2d3f(0x1e2))/0x7)+-parseInt(_0xca2d3f(0x1ce))/0x8*(-parseInt(_0xca2d3f(0x1da))/0x9)+parseInt(_0xca2d3f(0x1ca))/0xa*(parseInt(_0xca2d3f(0x1dd))/0xb)+parseInt(_0xca2d3f(0x1e3))/0xc*(-parseInt(_0xca2d3f(0x1cb))/0xd);if(_0x4a062b===_0x5bc3d2)break;else _0x11a10['push'](_0x11a10['shift']());}catch(_0x108014){_0x11a10['push'](_0x11a10['shift']());}}}(_0x3ba0,0xe6689));function _0x3b3e(_0x31b562,_0x2ad836){_0x31b562=_0x31b562-0x1c1;const _0x3ba0d9=_0x3ba0();let _0x3b3e40=_0x3ba0d9[_0x31b562];return _0x3b3e40;}function _0x3ba0(){const _0x250b34=['1858074iHqkNT','{0}时\x20{1}分','标准偏差项:','133861GIBDGJ','96KEwLNK','年-季度','总体方差项:','方差项:','{0}年','{0}季度','平均值项:','(其他)','数值计数项:','2eWkwOT','{0}月','504590lAGxMb','3480152ZNkSUZ','exports','{0}月{1}日','4296lmeYnV','1521864tJRnbO','乘积项:','264pRNmXk','月-日','{0}年{1}月{2}日','546685xXOyFe','28ImuWxD','{0}年{1}月','{0}时','年-月','计数项:','16803xEicUh','(空白)','最小值项:','143SYudwD','总体标准偏差项:'];_0x3ba0=function(){return _0x250b34;};return _0x3ba0();}const e={'sheets-pivot':{'sheet':'工作表','blankValue':_0x259f49(0x1db),'otherValue':_0x259f49(0x1c6),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x259f49(0x1c5),'countName':_0x259f49(0x1d9),'countNumsName':_0x259f49(0x1c7),'maxName':'最大值项:','minName':_0x259f49(0x1dc),'productName':_0x259f49(0x1d0),'stdDevName':_0x259f49(0x1e1),'stdDevpName':_0x259f49(0x1de),'sumName':'求和项:','varName':_0x259f49(0x1c2),'varpName':_0x259f49(0x1c1),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x259f49(0x1d2),'yearQuarter':_0x259f49(0x1e4),'yearMonth':_0x259f49(0x1d8),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0x259f49(0x1d7),'hourMinute':_0x259f49(0x1e0),'date':'{0}日','month':_0x259f49(0x1c9),'monthDate':_0x259f49(0x1cd),'quarter':_0x259f49(0x1c4),'year':_0x259f49(0x1c3),'yearMonth':_0x259f49(0x1d6),'yearMonthDate':_0x259f49(0x1d3),'yearQuarter':'{0}年{1}季度'}}};module[_0x259f49(0x1cc)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3f8c3d=_0x3e36;function _0x3e36(_0x2d0eae,_0xde1fcd){_0x2d0eae=_0x2d0eae-0x146;const _0x4c90d4=_0x4c90();let _0x3e360b=_0x4c90d4[_0x2d0eae];return _0x3e360b;}(function(_0x398740,_0x405aa4){const _0x5526f5=_0x3e36,_0x31771b=_0x398740();while(!![]){try{const _0x2307c2=parseInt(_0x5526f5(0x14c))/0x1*(-parseInt(_0x5526f5(0x15e))/0x2)+-parseInt(_0x5526f5(0x153))/0x3+parseInt(_0x5526f5(0x14b))/0x4+-parseInt(_0x5526f5(0x155))/0x5*(parseInt(_0x5526f5(0x15d))/0x6)+parseInt(_0x5526f5(0x15a))/0x7+parseInt(_0x5526f5(0x147))/0x8*(-parseInt(_0x5526f5(0x15b))/0x9)+parseInt(_0x5526f5(0x161))/0xa;if(_0x2307c2===_0x405aa4)break;else _0x31771b['push'](_0x31771b['shift']());}catch(_0x52f1c3){_0x31771b['push'](_0x31771b['shift']());}}}(_0x4c90,0x52ff1));const e={'sheets-pivot':{'sheet':_0x3f8c3d(0x149),'blankValue':_0x3f8c3d(0x14d),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x3f8c3d(0x148),'countName':_0x3f8c3d(0x164),'countNumsName':_0x3f8c3d(0x150),'maxName':'最大值項:','minName':'最小值項:','productName':_0x3f8c3d(0x15c),'stdDevName':'標準差項:','stdDevpName':_0x3f8c3d(0x15f),'sumName':'求和項:','varName':'方差項:','varpName':_0x3f8c3d(0x159),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x3f8c3d(0x152),'yearQuarter':_0x3f8c3d(0x163),'yearMonth':_0x3f8c3d(0x14e),'yearMonthDate':_0x3f8c3d(0x160)},'cellDateGroupDisplay':{'minute':_0x3f8c3d(0x157),'hour':_0x3f8c3d(0x14f),'hourMinute':_0x3f8c3d(0x14a),'date':_0x3f8c3d(0x162),'month':_0x3f8c3d(0x154),'monthDate':_0x3f8c3d(0x146),'quarter':_0x3f8c3d(0x158),'year':'{0}年','yearMonth':_0x3f8c3d(0x156),'yearMonthDate':'{0}年{1}月{2}日','yearQuarter':'{0}年{1}季度'}}};function _0x4c90(){const _0x36329c=['年-季度','計數項:','{0}月{1}日','56CodcOq','平均值項:','工作表','{0}時\x20{1}分','1793240jaQMEh','71941bOvXKU','(空白)','年-月','{0}時','數值計數項:','exports','月-日','1502067kjSZKP','{0}月','12770jjNJwU','{0}年{1}月','{0}分','{0}季度','總體方差項:','2692725TEKzQy','180261qseNPp','乘積項:','1044Jfjxpy','4UeNUlq','總體標準差項:','年-月-日','7361380mlwejN','{0}日'];_0x4c90=function(){return _0x36329c;};return _0x4c90();}module[_0x3f8c3d(0x151)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3d2c78=_0x1433;(function(_0x3607d6,_0x2c6b26){const _0x557163=_0x1433,_0x3a084d=_0x3607d6();while(!![]){try{const _0x5dfadc=-parseInt(_0x557163(0xca))/0x1+-parseInt(_0x557163(0xd6))/0x2*(parseInt(_0x557163(0xc2))/0x3)+-parseInt(_0x557163(0xd8))/0x4+parseInt(_0x557163(0xc9))/0x5+-parseInt(_0x557163(0xcf))/0x6*(parseInt(_0x557163(0xdc))/0x7)+parseInt(_0x557163(0xce))/0x8+parseInt(_0x557163(0xd9))/0x9;if(_0x5dfadc===_0x2c6b26)break;else _0x3a084d['push'](_0x3a084d['shift']());}catch(_0x292df9){_0x3a084d['push'](_0x3a084d['shift']());}}}(_0x28d8,0x4b4c3));function _0x1433(_0x3e25a2,_0x17d170){_0x3e25a2=_0x3e25a2-0xc0;const _0x28d8d1=_0x28d8();let _0x14336c=_0x28d8d1[_0x3e25a2];return _0x14336c;}const e={'sheets-pivot':{'sheet':_0x3d2c78(0xc1),'blankValue':'(空白)','otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x3d2c78(0xcd),'countName':_0x3d2c78(0xd1),'countNumsName':_0x3d2c78(0xcb),'maxName':_0x3d2c78(0xdb),'minName':_0x3d2c78(0xc8),'productName':'乘積項:','stdDevName':'標準差項:','stdDevpName':'總體標準差項:','sumName':'求和項:','varName':_0x3d2c78(0xd2),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x3d2c78(0xda),'yearQuarter':_0x3d2c78(0xd4),'yearMonth':_0x3d2c78(0xc0),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x3d2c78(0xd5),'hour':_0x3d2c78(0xc6),'hourMinute':_0x3d2c78(0xc7),'date':_0x3d2c78(0xd0),'month':_0x3d2c78(0xc4),'monthDate':_0x3d2c78(0xc5),'quarter':_0x3d2c78(0xc3),'year':_0x3d2c78(0xd7),'yearMonth':_0x3d2c78(0xcc),'yearMonthDate':_0x3d2c78(0xd3),'yearQuarter':'{0}年{1}季度'}}};module['exports']=e;function _0x28d8(){const _0x3fb7bf=['987786AyrsoN','{0}年','1198072iJUqeL','9223857NZkggG','月-日','最大值項:','7DOfuqq','年-月','工作表','3dqhXJU','{0}季度','{0}月','{0}月{1}日','{0}時','{0}時\x20{1}分','最小值項:','816710RNISre','258194nyzsKT','數值計數項:','{0}年{1}月','平均值項:','1451904anLedQ','58074DSIeiG','{0}日','計數項:','方差項:','{0}年{1}月{2}日','年-季度','{0}分'];_0x28d8=function(){return _0x3fb7bf;};return _0x28d8();}
|