@univerjs-pro/sheets-pivot 0.24.0 → 0.25.0-insiders.20260608-e4336f7
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 +5 -3
- 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/types/plugin.d.ts +1 -1
- 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 +11 -11
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x24aa9c=_0x175c;(function(_0x33b27e,_0x167324){const _0x4b0b5b=_0x175c,_0x31af38=_0x33b27e();while(!![]){try{const _0x3307ca=-parseInt(_0x4b0b5b(0xb0))/0x1*(-parseInt(_0x4b0b5b(0x8b))/0x2)+parseInt(_0x4b0b5b(0x90))/0x3+parseInt(_0x4b0b5b(0x9b))/0x4*(parseInt(_0x4b0b5b(0x96))/0x5)+parseInt(_0x4b0b5b(0x95))/0x6+parseInt(_0x4b0b5b(0x8c))/0x7+-parseInt(_0x4b0b5b(0xb4))/0x8*(-parseInt(_0x4b0b5b(0x94))/0x9)+-parseInt(_0x4b0b5b(0xb1))/0xa*(parseInt(_0x4b0b5b(0x93))/0xb);if(_0x3307ca===_0x167324)break;else _0x31af38['push'](_0x31af38['shift']());}catch(_0x95a2e6){_0x31af38['push'](_0x31af38['shift']());}}}(_0x22ce,0xb4f8f));const e={'sheets-pivot':{'sheet':'ورقة','blankValue':_0x24aa9c(0x91),'otherValue':_0x24aa9c(0xac),'columnName':_0x24aa9c(0x8d),'subTotalText':_0x24aa9c(0x99),'grandTotalText':_0x24aa9c(0x92),'valueText':_0x24aa9c(0xb3),'averageName':_0x24aa9c(0x9a),'countName':_0x24aa9c(0x9e),'countNumsName':_0x24aa9c(0x9e),'maxName':_0x24aa9c(0xb5),'minName':'الحد\x20الأدنى\x20لـ\x20','productName':'حاصل\x20ضرب\x20','stdDevName':_0x24aa9c(0xab),'stdDevpName':_0x24aa9c(0xaf),'sumName':_0x24aa9c(0x8e),'varName':_0x24aa9c(0xa4),'varpName':_0x24aa9c(0x98),'subTotal':'إجمالي\x20فرعي','grandTotal':_0x24aa9c(0x92),'value':_0x24aa9c(0xa7),'blank':_0x24aa9c(0xa5),'other':'آخر','emptyPivot':{'filter':_0x24aa9c(0xa8),'row':'صف','column':_0x24aa9c(0xa1),'values':_0x24aa9c(0xaa)},'dateGroup':{'year':_0x24aa9c(0xad),'month':_0x24aa9c(0xa2),'day':_0x24aa9c(0xa3),'hour':_0x24aa9c(0x8f),'minute':_0x24aa9c(0xb8),'quarter':'ربع','monthDate':_0x24aa9c(0xb6),'yearQuarter':_0x24aa9c(0x97),'yearMonth':_0x24aa9c(0x89),'yearMonthDate':'سنة-شهر-يوم'},'cellDateGroupDisplay':{'minute':_0x24aa9c(0x9d),'hour':_0x24aa9c(0xa0),'hourMinute':_0x24aa9c(0x9c),'date':_0x24aa9c(0xae),'month':_0x24aa9c(0x8a),'monthDate':_0x24aa9c(0xa6),'quarter':_0x24aa9c(0x9f),'year':'{0}\x20سنة','yearMonth':_0x24aa9c(0xa9),'yearMonthDate':_0x24aa9c(0xb2),'yearQuarter':'{0}\x20سنة\x20{1}\x20ربع'}}};module[_0x24aa9c(0xb7)]=e;function _0x175c(_0x2657c3,_0x5c16a1){_0x2657c3=_0x2657c3-0x89;const _0x22cefa=_0x22ce();let _0x175ca2=_0x22cefa[_0x2657c3];return _0x175ca2;}function _0x22ce(){const _0x457efe=['متوسط\x20','4OPlatB','{0}\x20ساعة\x20{1}\x20دقيقة','{0}\x20دقيقة','عدد\x20','{0}\x20ربع','{0}\x20ساعة','عمود','شهر','يوم','التباين\x20لـ\x20','فارغ','{0}\x20شهر\x20{1}\x20يوم','قيمة','تصفية','{0}\x20سنة\x20{1}\x20شهر','القيم','الانحراف\x20المعياري\x20لـ\x20','(آخر)','سنة','{0}\x20يوم','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20','17MOwIDE','33577420cSAtEs','{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','القيمة','931928mDvTbw','الحد\x20الأقصى\x20لـ\x20','شهر-يوم','exports','دقيقة','سنة-شهر','{0}\x20شهر','105652vApJry','2993067QELdzR','عمود\x20','مجموع\x20','ساعة','966435xIdkvy','(فارغ)','الإجمالي\x20الكلي','11tMmqdS','36YGXjqU','3309738DpIBvt','7168250zvUJYL','سنة-ربع','تباين\x20المجتمع\x20لـ\x20','الإجمالي'];_0x22ce=function(){return _0x457efe;};return _0x22ce();}
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x56f866=_0x59df;(function(_0x2b9090,_0x3752cb){const _0x382919=_0x59df,_0x411e7d=_0x2b9090();while(!![]){try{const _0x16b913=parseInt(_0x382919(0xa7))/0x1+-parseInt(_0x382919(0xbe))/0x2+-parseInt(_0x382919(0x9d))/0x3*(parseInt(_0x382919(0xae))/0x4)+-parseInt(_0x382919(0x98))/0x5+parseInt(_0x382919(0xb5))/0x6+-parseInt(_0x382919(0xad))/0x7+parseInt(_0x382919(0x97))/0x8*(parseInt(_0x382919(0xbb))/0x9);if(_0x16b913===_0x3752cb)break;else _0x411e7d['push'](_0x411e7d['shift']());}catch(_0x243257){_0x411e7d['push'](_0x411e7d['shift']());}}}(_0x17ce,0x98af5));function _0x17ce(){const _0x5393f2=['Columna','Any-Mes-Dia','Columna\x20','Trimestre','2550120VYNmUf','Subtotal','{0}\x20mes\x20{1}\x20dia','Producte\x20de\x20','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','Mes','44271wdoLIR','VarP\x20de\x20','{0}\x20hora\x20{1}\x20minut','454834oBNyVo','Fila','(Altre)','{0}\x20hora','DesvEstP\x20de\x20','3064EQSRyy','3406270IUKbFW','{0}\x20any\x20{1}\x20mes','Mes-Dia','Any','Mitjana\x20de\x20','2269614ZebOXz','Dia','{0}\x20any\x20{1}\x20trimestre','Mín\x20de\x20','en\x20blanc','Total\x20general','altre','Var\x20de\x20','{0}\x20mes','{0}\x20trimestre','528340ajaHQc','(En\x20blanc)','exports','Recompte\x20de\x20','Any-Mes','Any-Trimestre','3827117tIOAjR','4bDCTDD','Hora','Full'];_0x17ce=function(){return _0x5393f2;};return _0x17ce();}const e={'sheets-pivot':{'sheet':_0x56f866(0xb0),'blankValue':_0x56f866(0xa8),'otherValue':_0x56f866(0xc0),'columnName':_0x56f866(0xb3),'subTotalText':_0x56f866(0xb6),'grandTotalText':_0x56f866(0xa2),'valueText':'Valor','averageName':_0x56f866(0x9c),'countName':_0x56f866(0xaa),'countNumsName':_0x56f866(0xaa),'maxName':'Màx\x20de\x20','minName':_0x56f866(0xa0),'productName':_0x56f866(0xb8),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x56f866(0x96),'sumName':'Suma\x20de\x20','varName':_0x56f866(0xa4),'varpName':_0x56f866(0xbc),'subTotal':_0x56f866(0xb6),'grandTotal':'Total\x20general','value':'valor','blank':_0x56f866(0xa1),'other':_0x56f866(0xa3),'emptyPivot':{'filter':'Filtre','row':_0x56f866(0xbf),'column':_0x56f866(0xb1),'values':'Valors'},'dateGroup':{'year':_0x56f866(0x9b),'month':_0x56f866(0xba),'day':_0x56f866(0x9e),'hour':_0x56f866(0xaf),'minute':'Minut','quarter':_0x56f866(0xb4),'monthDate':_0x56f866(0x9a),'yearQuarter':_0x56f866(0xac),'yearMonth':_0x56f866(0xab),'yearMonthDate':_0x56f866(0xb2)},'cellDateGroupDisplay':{'minute':'{0}\x20minut','hour':_0x56f866(0x95),'hourMinute':_0x56f866(0xbd),'date':'{0}\x20dia','month':_0x56f866(0xa5),'monthDate':_0x56f866(0xb7),'quarter':_0x56f866(0xa6),'year':'{0}\x20any','yearMonth':_0x56f866(0x99),'yearMonthDate':_0x56f866(0xb9),'yearQuarter':_0x56f866(0x9f)}}};function _0x59df(_0x56d561,_0x34f59f){_0x56d561=_0x56d561-0x95;const _0x17ced2=_0x17ce();let _0x59df78=_0x17ced2[_0x56d561];return _0x59df78;}module[_0x56f866(0xa9)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4dda(){const _0x49f276=['Blatt','Jahr-Monat-Tag','Spalte','(Sonstige)','Jahr-Quartal','Jahr','Minute','{0}\x20Jahr\x20{1}\x20Quartal','{0}\x20Jahr\x20{1}\x20Monat','{0}\x20Minute','Filter','174316ECqyNM','12eojLCv','{0}\x20Monat','160EBczRC','Produkt\x20von\x20','9317396wZutQO','Anzahl\x20von\x20','exports','Mittelwert\x20von\x20','Tag','4860aBpUHV','{0}\x20Stunde\x20{1}\x20Minute','5gBchjx','Zwischensumme','263766zeDCOz','Gesamtergebnis','{0}\x20Jahr','106841qHpASw','Summe\x20von\x20','Zeile','Var\x20von\x20','Maximum\x20von\x20','{0}\x20Quartal','sonstige','(Leer)','Monat-Tag','{0}\x20Tag','9864bjNeCc','859788HlqKmz','3090690tzTNTL','StdDev\x20von\x20'];_0x4dda=function(){return _0x49f276;};return _0x4dda();}const _0x4c6d38=_0x482c;(function(_0x5f442a,_0x3ebba3){const _0x5cabb1=_0x482c,_0x918dc2=_0x5f442a();while(!![]){try{const _0x127d1e=parseInt(_0x5cabb1(0x1f0))/0x1*(parseInt(_0x5cabb1(0x1f1))/0x2)+parseInt(_0x5cabb1(0x20d))/0x3+parseInt(_0x5cabb1(0x20c))/0x4+parseInt(_0x5cabb1(0x1fc))/0x5*(-parseInt(_0x5cabb1(0x1fe))/0x6)+parseInt(_0x5cabb1(0x201))/0x7*(-parseInt(_0x5cabb1(0x1f3))/0x8)+parseInt(_0x5cabb1(0x20b))/0x9*(-parseInt(_0x5cabb1(0x1fa))/0xa)+-parseInt(_0x5cabb1(0x1f5))/0xb;if(_0x127d1e===_0x3ebba3)break;else _0x918dc2['push'](_0x918dc2['shift']());}catch(_0x40c4b8){_0x918dc2['push'](_0x918dc2['shift']());}}}(_0x4dda,0x893f0));function _0x482c(_0x15ce42,_0x17e2e9){_0x15ce42=_0x15ce42-0x1e6;const _0x4ddaa4=_0x4dda();let _0x482c23=_0x4ddaa4[_0x15ce42];return _0x482c23;}const e={'sheets-pivot':{'sheet':_0x4c6d38(0x20f),'blankValue':_0x4c6d38(0x208),'otherValue':_0x4c6d38(0x1e8),'columnName':'Spalte\x20','subTotalText':_0x4c6d38(0x1fd),'grandTotalText':_0x4c6d38(0x1ff),'valueText':'Wert','averageName':_0x4c6d38(0x1f8),'countName':_0x4c6d38(0x1f6),'countNumsName':_0x4c6d38(0x1f6),'maxName':_0x4c6d38(0x205),'minName':'Minimum\x20von\x20','productName':_0x4c6d38(0x1f4),'stdDevName':_0x4c6d38(0x20e),'stdDevpName':'StdDevp\x20von\x20','sumName':_0x4c6d38(0x202),'varName':_0x4c6d38(0x204),'varpName':'Varp\x20von\x20','subTotal':_0x4c6d38(0x1fd),'grandTotal':'Gesamtergebnis','value':'Wert','blank':'leer','other':_0x4c6d38(0x207),'emptyPivot':{'filter':_0x4c6d38(0x1ef),'row':_0x4c6d38(0x203),'column':_0x4c6d38(0x1e7),'values':'Werte'},'dateGroup':{'year':_0x4c6d38(0x1ea),'month':'Monat','day':_0x4c6d38(0x1f9),'hour':'Stunde','minute':_0x4c6d38(0x1eb),'quarter':'Quartal','monthDate':_0x4c6d38(0x209),'yearQuarter':_0x4c6d38(0x1e9),'yearMonth':'Jahr-Monat','yearMonthDate':_0x4c6d38(0x1e6)},'cellDateGroupDisplay':{'minute':_0x4c6d38(0x1ee),'hour':'{0}\x20Stunde','hourMinute':_0x4c6d38(0x1fb),'date':_0x4c6d38(0x20a),'month':_0x4c6d38(0x1f2),'monthDate':'{0}\x20Monat\x20{1}\x20Tag','quarter':_0x4c6d38(0x206),'year':_0x4c6d38(0x200),'yearMonth':_0x4c6d38(0x1ed),'yearMonthDate':'{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','yearQuarter':_0x4c6d38(0x1ec)}}};module[_0x4c6d38(0x1f7)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x298b(_0x383a7b,_0x294917){_0x383a7b=_0x383a7b-0x1c4;const _0x5cfd52=_0x5cfd();let _0x298b98=_0x5cfd52[_0x383a7b];return _0x298b98;}const _0x6f097e=_0x298b;function _0x5cfd(){const _0x377a06=['752oBeacm','175368TDSIal','Grand\x20Total','{0}\x20year','StdDevp\x20of\x20','Count\x20of\x20','{0}\x20day','other','{0}\x20minute','{0}\x20hour','Sum\x20of\x20','Var\x20of\x20','Minute','1734cdrbbP','Year','55hFqILa','Filter','Varp\x20of\x20','(Other)','629gBcpiu','771516QnvOgK','Product\x20of\x20','exports','Total','{0}\x20year\x20{1}\x20month\x20{2}\x20day','231iALHwU','{0}\x20year\x20{1}\x20quarter','Month-Day','Day','Month','{0}\x20hour\x20{1}\x20minute','172310wSBZqy','(Blank)','222411HGYNjD','Min\x20of\x20','Year-Month-Day','Column','Subtotal','73496ijzHNc','{0}\x20month\x20{1}\x20day','Column\x20','7455mWrilQ','Year-Month','Value','Row','18SKcYPy','value','StdDev\x20of\x20','Values'];_0x5cfd=function(){return _0x377a06;};return _0x5cfd();}(function(_0x522787,_0x31501e){const _0x3e14e4=_0x298b,_0x2f6477=_0x522787();while(!![]){try{const _0x3feb9a=-parseInt(_0x3e14e4(0x1e2))/0x1*(parseInt(_0x3e14e4(0x1dc))/0x2)+-parseInt(_0x3e14e4(0x1f0))/0x3+parseInt(_0x3e14e4(0x1c4))/0x4+parseInt(_0x3e14e4(0x1de))/0x5*(-parseInt(_0x3e14e4(0x1d0))/0x6)+-parseInt(_0x3e14e4(0x1c7))/0x7*(parseInt(_0x3e14e4(0x1cf))/0x8)+parseInt(_0x3e14e4(0x1cb))/0x9*(-parseInt(_0x3e14e4(0x1ee))/0xa)+-parseInt(_0x3e14e4(0x1e8))/0xb*(-parseInt(_0x3e14e4(0x1e3))/0xc);if(_0x3feb9a===_0x31501e)break;else _0x2f6477['push'](_0x2f6477['shift']());}catch(_0x5a905a){_0x2f6477['push'](_0x2f6477['shift']());}}}(_0x5cfd,0x47867));const e={'sheets-pivot':{'sheet':'Sheet','blankValue':_0x6f097e(0x1ef),'otherValue':_0x6f097e(0x1e1),'columnName':_0x6f097e(0x1c6),'subTotalText':_0x6f097e(0x1e6),'grandTotalText':'Grand\x20Total','valueText':_0x6f097e(0x1c9),'averageName':'Average\x20of\x20','countName':_0x6f097e(0x1d4),'countNumsName':'Count\x20of\x20','maxName':'Max\x20of\x20','minName':_0x6f097e(0x1f1),'productName':_0x6f097e(0x1e4),'stdDevName':_0x6f097e(0x1cd),'stdDevpName':_0x6f097e(0x1d3),'sumName':_0x6f097e(0x1d9),'varName':_0x6f097e(0x1da),'varpName':_0x6f097e(0x1e0),'subTotal':_0x6f097e(0x1f4),'grandTotal':_0x6f097e(0x1d1),'value':_0x6f097e(0x1cc),'blank':'blank','other':_0x6f097e(0x1d6),'emptyPivot':{'filter':_0x6f097e(0x1df),'row':_0x6f097e(0x1ca),'column':_0x6f097e(0x1f3),'values':_0x6f097e(0x1ce)},'dateGroup':{'year':_0x6f097e(0x1dd),'month':_0x6f097e(0x1ec),'day':_0x6f097e(0x1eb),'hour':'Hour','minute':_0x6f097e(0x1db),'quarter':'Quarter','monthDate':_0x6f097e(0x1ea),'yearQuarter':'Year-Quarter','yearMonth':_0x6f097e(0x1c8),'yearMonthDate':_0x6f097e(0x1f2)},'cellDateGroupDisplay':{'minute':_0x6f097e(0x1d7),'hour':_0x6f097e(0x1d8),'hourMinute':_0x6f097e(0x1ed),'date':_0x6f097e(0x1d5),'month':'{0}\x20month','monthDate':_0x6f097e(0x1c5),'quarter':'{0}\x20quarter','year':_0x6f097e(0x1d2),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x6f097e(0x1e7),'yearQuarter':_0x6f097e(0x1e9)}}};module[_0x6f097e(0x1e5)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x59f865=_0x7d54;(function(_0x4da8bb,_0x56b9d3){const _0x5bf316=_0x7d54,_0x121804=_0x4da8bb();while(!![]){try{const _0x2b1e06=-parseInt(_0x5bf316(0x9f))/0x1*(-parseInt(_0x5bf316(0x8f))/0x2)+-parseInt(_0x5bf316(0x8e))/0x3*(-parseInt(_0x5bf316(0x88))/0x4)+-parseInt(_0x5bf316(0x90))/0x5+parseInt(_0x5bf316(0x8b))/0x6*(parseInt(_0x5bf316(0xa9))/0x7)+-parseInt(_0x5bf316(0xb2))/0x8*(parseInt(_0x5bf316(0xaf))/0x9)+parseInt(_0x5bf316(0xa4))/0xa+-parseInt(_0x5bf316(0xb5))/0xb;if(_0x2b1e06===_0x56b9d3)break;else _0x121804['push'](_0x121804['shift']());}catch(_0x4223ee){_0x121804['push'](_0x121804['shift']());}}}(_0x4090,0xc844f));const e={'sheets-pivot':{'sheet':_0x59f865(0xa1),'blankValue':_0x59f865(0xa8),'otherValue':'(Otro)','columnName':'Columna\x20','subTotalText':'Subtotal','grandTotalText':_0x59f865(0x95),'valueText':'Valor','averageName':'Promedio\x20de\x20','countName':'Conteo\x20de\x20','countNumsName':_0x59f865(0xad),'maxName':_0x59f865(0xb4),'minName':'Mín\x20de\x20','productName':_0x59f865(0x8c),'stdDevName':_0x59f865(0x9d),'stdDevpName':_0x59f865(0x9e),'sumName':_0x59f865(0xa0),'varName':_0x59f865(0xae),'varpName':_0x59f865(0x9c),'subTotal':'Subtotal','grandTotal':_0x59f865(0x95),'value':_0x59f865(0x9a),'blank':'vacío','other':_0x59f865(0xa6),'emptyPivot':{'filter':'Filtro','row':_0x59f865(0xa3),'column':_0x59f865(0x93),'values':_0x59f865(0xa2)},'dateGroup':{'year':'Año','month':_0x59f865(0xb1),'day':_0x59f865(0x91),'hour':_0x59f865(0x9b),'minute':_0x59f865(0x89),'quarter':_0x59f865(0x98),'monthDate':_0x59f865(0x8a),'yearQuarter':_0x59f865(0x92),'yearMonth':_0x59f865(0xac),'yearMonthDate':_0x59f865(0xa5)},'cellDateGroupDisplay':{'minute':_0x59f865(0xb3),'hour':_0x59f865(0x87),'hourMinute':_0x59f865(0x99),'date':_0x59f865(0xaa),'month':'{0}\x20mes','monthDate':_0x59f865(0xb0),'quarter':_0x59f865(0x8d),'year':_0x59f865(0xa7),'yearMonth':_0x59f865(0x94),'yearMonthDate':_0x59f865(0xab),'yearQuarter':_0x59f865(0x97)}}};function _0x7d54(_0x40d49e,_0xed80ae){_0x40d49e=_0x40d49e-0x87;const _0x4090a0=_0x4090();let _0x7d5454=_0x4090a0[_0x40d49e];return _0x7d5454;}function _0x4090(){const _0x71e25e=['(Vacío)','14GAblef','{0}\x20día','{0}\x20año\x20{1}\x20mes\x20{2}\x20día','Año-Mes','Conteo\x20de\x20','Var\x20de\x20','9uFBIMH','{0}\x20mes\x20{1}\x20día','Mes','6020176yMnJUl','{0}\x20minuto','Máx\x20de\x20','1927992XZIjUX','{0}\x20hora','8FxwMQH','Minuto','Mes-Día','487338BEgiJI','Producto\x20de\x20','{0}\x20trimestre','784419NOqrDD','66uulBTw','5205180TAaIEA','Día','Año-Trimestre','Columna','{0}\x20año\x20{1}\x20mes','Total\x20general','exports','{0}\x20año\x20{1}\x20trimestre','Trimestre','{0}\x20hora\x20{1}\x20minuto','valor','Hora','VarP\x20de\x20','DesvEst\x20de\x20','DesvEstP\x20de\x20','28846DRUaOC','Suma\x20de\x20','Hoja','Valores','Fila','11518230wkKQBn','Año-Mes-Día','otro','{0}\x20año'];_0x4090=function(){return _0x71e25e;};return _0x4090();}module[_0x59f865(0x96)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5c35(_0x5b16cc,_0x540835){_0x5b16cc=_0x5b16cc-0x76;const _0x10fa1f=_0x10fa();let _0x5c35d1=_0x10fa1f[_0x5b16cc];return _0x5c35d1;}const _0x5b2201=_0x5c35;(function(_0x5d758b,_0xd45b51){const _0x2e982c=_0x5c35,_0x5a7eeb=_0x5d758b();while(!![]){try{const _0x391dc1=parseInt(_0x2e982c(0x90))/0x1+parseInt(_0x2e982c(0x96))/0x2*(-parseInt(_0x2e982c(0x9f))/0x3)+parseInt(_0x2e982c(0x78))/0x4*(-parseInt(_0x2e982c(0x95))/0x5)+-parseInt(_0x2e982c(0xa0))/0x6+parseInt(_0x2e982c(0x92))/0x7+parseInt(_0x2e982c(0x86))/0x8+parseInt(_0x2e982c(0x7c))/0x9;if(_0x391dc1===_0xd45b51)break;else _0x5a7eeb['push'](_0x5a7eeb['shift']());}catch(_0x2b1b35){_0x5a7eeb['push'](_0x5a7eeb['shift']());}}}(_0x10fa,0x7175c));const e={'sheets-pivot':{'sheet':_0x5b2201(0x9e),'blankValue':_0x5b2201(0x99),'otherValue':_0x5b2201(0x7d),'columnName':_0x5b2201(0x91),'subTotalText':'جمع','grandTotalText':'کل','valueText':'مقدار','averageName':_0x5b2201(0x8f),'countName':_0x5b2201(0x9b),'countNumsName':_0x5b2201(0x85),'maxName':_0x5b2201(0x8c),'minName':_0x5b2201(0x98),'productName':_0x5b2201(0x84),'stdDevName':'انحراف\x20معیار\x20از\x20','stdDevpName':_0x5b2201(0x7b),'sumName':'جمع\x20از\x20','varName':_0x5b2201(0x93),'varpName':_0x5b2201(0x76),'subTotal':_0x5b2201(0x8a),'grandTotal':'کل','value':'مقدار','blank':_0x5b2201(0x87),'other':_0x5b2201(0x94),'emptyPivot':{'filter':'فیلتر','row':_0x5b2201(0x83),'column':_0x5b2201(0x9c),'values':_0x5b2201(0x7a)},'dateGroup':{'year':'Année','month':'Mois','day':_0x5b2201(0x9d),'hour':_0x5b2201(0x97),'minute':_0x5b2201(0x8b),'quarter':_0x5b2201(0x82),'monthDate':_0x5b2201(0x81),'yearQuarter':_0x5b2201(0x77),'yearMonth':_0x5b2201(0x7e),'yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':'{0}\x20دقیقه','hour':_0x5b2201(0x7f),'hourMinute':_0x5b2201(0x9a),'date':_0x5b2201(0x8e),'month':_0x5b2201(0x80),'monthDate':'{0}\x20ماه\x20{1}\x20روز','quarter':_0x5b2201(0x79),'year':_0x5b2201(0x88),'yearMonth':_0x5b2201(0x89),'yearMonthDate':_0x5b2201(0x8d),'yearQuarter':'{0}\x20سال\x20{1}\x20فصل'}}};module['exports']=e;function _0x10fa(){const _0x1690d9=['{0}\x20ماه','Mois-Jour','Trimestre','سطر','ضرب\x20از\x20','تعداد\x20اعداد\x20از\x20','7089648vElOuz','خالی','{0}\x20سال','{0}\x20سال\x20{1}\x20ماه','جمع','Minute','بیشترین\x20از\x20','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','{0}\x20روز','میانگین\x20از\x20','57461mgwyZW','ستون\x20','2456944SBtltk','واریانس\x20از\x20','سایر','75160BkFCHT','467986bSpbFu','Heure','کمترین\x20از\x20','(خالی)','{0}\x20ساعت\x20{1}\x20دقیقه','تعداد\x20از\x20','ستون','Jour','برگ','3ejlYDC','900804NPBOvZ','واریانس\x20کلی\x20از\x20','Année-Trimestre','244cCTJlo','{0}\x20فصل','مقادیر','انحراف\x20معیار\x20کلی\x20از\x20','4240368QhYkNa','(سایر)','Année-Mois','{0}\x20ساعت'];_0x10fa=function(){return _0x1690d9;};return _0x10fa();}
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2fa4(){const _0x54f541=['Filtre','11539970BNthoV','{0}\x20mois\x20{1}\x20jour','Année-Trimestre','(Vide)','{0}\x20année','4YpyvpO','Moyenne\x20de\x20','{0}\x20minute','Année-Mois-Jour','{0}\x20trimestre','valeur','Trimestre','Écart-type\x20de\x20','5070360XpkrQQ','exports','13020469rwJhCZ','{0}\x20année\x20{1}\x20trimestre','{0}\x20heure','12861beyHlD','Valeur','(Autre)','Feuille','Écart-type\x20pop.\x20de\x20','autre','133UXUXEm','3972471gYnKQG','Total\x20général','Mois-Jour','304218zvSUAC','Mois','12isEiJD','Heure','Variance\x20de\x20','{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','Valeurs','{0}\x20heure\x20{1}\x20minute','Nombre\x20de\x20','Minute','{0}\x20mois','Min\x20de\x20','Colonne','Année','{0}\x20jour','Jour','Produit\x20de\x20','Max\x20de\x20','6720VOxgsA','Variance\x20pop.\x20de\x20','99689yGlJhj','{0}\x20année\x20{1}\x20mois','Colonne\x20','Somme\x20de\x20'];_0x2fa4=function(){return _0x54f541;};return _0x2fa4();}const _0x54ef61=_0x3dd5;(function(_0x3249d5,_0x57ffcc){const _0x1e41b5=_0x3dd5,_0x8f4100=_0x3249d5();while(!![]){try{const _0x5ee941=parseInt(_0x1e41b5(0x10e))/0x1*(parseInt(_0x1e41b5(0x131))/0x2)+parseInt(_0x1e41b5(0x12c))/0x3*(parseInt(_0x1e41b5(0x118))/0x4)+-parseInt(_0x1e41b5(0x120))/0x5+parseInt(_0x1e41b5(0x12f))/0x6*(parseInt(_0x1e41b5(0x12b))/0x7)+-parseInt(_0x1e41b5(0x141))/0x8*(-parseInt(_0x1e41b5(0x125))/0x9)+-parseInt(_0x1e41b5(0x113))/0xa+-parseInt(_0x1e41b5(0x122))/0xb;if(_0x5ee941===_0x57ffcc)break;else _0x8f4100['push'](_0x8f4100['shift']());}catch(_0x4ef6ef){_0x8f4100['push'](_0x8f4100['shift']());}}}(_0x2fa4,0xb3434));function _0x3dd5(_0x5c88d8,_0x1b4459){_0x5c88d8=_0x5c88d8-0x10e;const _0x2fa4fc=_0x2fa4();let _0x3dd5a3=_0x2fa4fc[_0x5c88d8];return _0x3dd5a3;}const e={'sheets-pivot':{'sheet':_0x54ef61(0x128),'blankValue':_0x54ef61(0x116),'otherValue':_0x54ef61(0x127),'columnName':_0x54ef61(0x110),'subTotalText':'Total','grandTotalText':_0x54ef61(0x12d),'valueText':_0x54ef61(0x126),'averageName':_0x54ef61(0x119),'countName':_0x54ef61(0x137),'countNumsName':_0x54ef61(0x137),'maxName':_0x54ef61(0x140),'minName':_0x54ef61(0x13a),'productName':_0x54ef61(0x13f),'stdDevName':_0x54ef61(0x11f),'stdDevpName':_0x54ef61(0x129),'sumName':_0x54ef61(0x111),'varName':_0x54ef61(0x133),'varpName':_0x54ef61(0x142),'subTotal':'Sous-total','grandTotal':_0x54ef61(0x12d),'value':_0x54ef61(0x11d),'blank':'vide','other':_0x54ef61(0x12a),'emptyPivot':{'filter':_0x54ef61(0x112),'row':'Ligne','column':_0x54ef61(0x13b),'values':_0x54ef61(0x135)},'dateGroup':{'year':_0x54ef61(0x13c),'month':_0x54ef61(0x130),'day':_0x54ef61(0x13e),'hour':_0x54ef61(0x132),'minute':_0x54ef61(0x138),'quarter':_0x54ef61(0x11e),'monthDate':_0x54ef61(0x12e),'yearQuarter':_0x54ef61(0x115),'yearMonth':'Année-Mois','yearMonthDate':_0x54ef61(0x11b)},'cellDateGroupDisplay':{'minute':_0x54ef61(0x11a),'hour':_0x54ef61(0x124),'hourMinute':_0x54ef61(0x136),'date':_0x54ef61(0x13d),'month':_0x54ef61(0x139),'monthDate':_0x54ef61(0x114),'quarter':_0x54ef61(0x11c),'year':_0x54ef61(0x117),'yearMonth':_0x54ef61(0x10f),'yearMonthDate':_0x54ef61(0x134),'yearQuarter':_0x54ef61(0x123)}}};module[_0x54ef61(0x121)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x55ef(){const _0x2b8699=['lainnya','508352GKkayo','Menit','Hari','exports','3401160ReRxFR','{0}\x20jam','2404335iQXdcq','Tahun','Total','(Lainnya)','Min\x20dari\x20','{0}\x20jam\x20{1}\x20menit','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','Bulan-Hari','11066571EndjFm','{0}\x20bulan','Total\x20Keseluruhan','{0}\x20tahun\x20{1}\x20kuartal','6PwfPkK','Kuartal','kosong','Hasil\x20Kali\x20dari\x20','StdDevp\x20dari\x20','Varp\x20dari\x20','{0}\x20kuartal','Baris','14qJPOAE','StdDev\x20dari\x20','Tahun-Bulan-Hari','1718511HZqpet','Jumlah\x20dari\x20','Subtotal','nilai','3185652IZocFK','Lembar','Tahun-Bulan','Kolom','{0}\x20menit','(Kosong)','Kolom\x20','307882TSYGTS'];_0x55ef=function(){return _0x2b8699;};return _0x55ef();}const _0x37a7b6=_0x11fd;(function(_0x1f8522,_0x433721){const _0x444081=_0x11fd,_0x2dfda2=_0x1f8522();while(!![]){try{const _0x55ea35=parseInt(_0x444081(0xf9))/0x1*(parseInt(_0x444081(0x10f))/0x2)+-parseInt(_0x444081(0x104))/0x3+parseInt(_0x444081(0x115))/0x4+-parseInt(_0x444081(0x117))/0x5+parseInt(_0x444081(0x108))/0x6*(parseInt(_0x444081(0x101))/0x7)+parseInt(_0x444081(0x111))/0x8+-parseInt(_0x444081(0xf5))/0x9;if(_0x55ea35===_0x433721)break;else _0x2dfda2['push'](_0x2dfda2['shift']());}catch(_0x2054fb){_0x2dfda2['push'](_0x2dfda2['shift']());}}}(_0x55ef,0x96669));function _0x11fd(_0x4bfb3f,_0x2f6535){_0x4bfb3f=_0x4bfb3f-0xee;const _0x55ef47=_0x55ef();let _0x11fdea=_0x55ef47[_0x4bfb3f];return _0x11fdea;}const e={'sheets-pivot':{'sheet':_0x37a7b6(0x109),'blankValue':_0x37a7b6(0x10d),'otherValue':_0x37a7b6(0xf0),'columnName':_0x37a7b6(0x10e),'subTotalText':_0x37a7b6(0xef),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','averageName':'Rata-rata\x20dari\x20','countName':'Jumlah\x20dari\x20','countNumsName':_0x37a7b6(0x105),'maxName':'Maks\x20dari\x20','minName':_0x37a7b6(0xf1),'productName':_0x37a7b6(0xfc),'stdDevName':_0x37a7b6(0x102),'stdDevpName':_0x37a7b6(0xfd),'sumName':'Jumlah\x20dari\x20','varName':'Var\x20dari\x20','varpName':_0x37a7b6(0xfe),'subTotal':_0x37a7b6(0x106),'grandTotal':_0x37a7b6(0xf7),'value':_0x37a7b6(0x107),'blank':_0x37a7b6(0xfb),'other':_0x37a7b6(0x110),'emptyPivot':{'filter':'Filter','row':_0x37a7b6(0x100),'column':_0x37a7b6(0x10b),'values':'Nilai'},'dateGroup':{'year':_0x37a7b6(0xee),'month':'Bulan','day':_0x37a7b6(0x113),'hour':'Jam','minute':_0x37a7b6(0x112),'quarter':_0x37a7b6(0xfa),'monthDate':_0x37a7b6(0xf4),'yearQuarter':'Tahun-Kuartal','yearMonth':_0x37a7b6(0x10a),'yearMonthDate':_0x37a7b6(0x103)},'cellDateGroupDisplay':{'minute':_0x37a7b6(0x10c),'hour':_0x37a7b6(0x116),'hourMinute':_0x37a7b6(0xf2),'date':'{0}\x20hari','month':_0x37a7b6(0xf6),'monthDate':'{0}\x20bulan\x20{1}\x20hari','quarter':_0x37a7b6(0xff),'year':'{0}\x20tahun','yearMonth':'{0}\x20tahun\x20{1}\x20bulan','yearMonthDate':_0x37a7b6(0xf3),'yearQuarter':_0x37a7b6(0xf8)}}};module[_0x37a7b6(0x114)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x11eadb=_0xad0d;(function(_0x31204e,_0x5bf7f8){const _0x41e2dd=_0xad0d,_0x2bbef8=_0x31204e();while(!![]){try{const _0x215e62=-parseInt(_0x41e2dd(0xc4))/0x1*(-parseInt(_0x41e2dd(0x9b))/0x2)+parseInt(_0x41e2dd(0xb2))/0x3+-parseInt(_0x41e2dd(0xa3))/0x4*(-parseInt(_0x41e2dd(0x9c))/0x5)+-parseInt(_0x41e2dd(0xa2))/0x6*(-parseInt(_0x41e2dd(0xb7))/0x7)+parseInt(_0x41e2dd(0xa9))/0x8*(parseInt(_0x41e2dd(0xb6))/0x9)+-parseInt(_0x41e2dd(0x96))/0xa*(parseInt(_0x41e2dd(0xb1))/0xb)+-parseInt(_0x41e2dd(0x9f))/0xc;if(_0x215e62===_0x5bf7f8)break;else _0x2bbef8['push'](_0x2bbef8['shift']());}catch(_0x510959){_0x2bbef8['push'](_0x2bbef8['shift']());}}}(_0x2975,0x6079e));const e={'sheets-pivot':{'sheet':_0x11eadb(0xb5),'blankValue':_0x11eadb(0xa6),'otherValue':_0x11eadb(0x97),'columnName':'Colonna\x20','subTotalText':_0x11eadb(0xa4),'grandTotalText':_0x11eadb(0xb3),'valueText':'Valore','averageName':_0x11eadb(0xa8),'countName':_0x11eadb(0xb8),'countNumsName':'Conteggio\x20di\x20','maxName':'Massimo\x20di\x20','minName':_0x11eadb(0xc0),'productName':'Prodotto\x20di\x20','stdDevName':'DevStd\x20di\x20','stdDevpName':_0x11eadb(0xb4),'sumName':_0x11eadb(0xc1),'varName':'Var\x20di\x20','varpName':_0x11eadb(0xa7),'subTotal':_0x11eadb(0xc3),'grandTotal':'Totale\x20Complessivo','value':_0x11eadb(0x9e),'blank':_0x11eadb(0xac),'other':'altro','emptyPivot':{'filter':_0x11eadb(0xaf),'row':_0x11eadb(0x95),'column':_0x11eadb(0xa5),'values':_0x11eadb(0xc5)},'dateGroup':{'year':'Anno','month':_0x11eadb(0xb9),'day':_0x11eadb(0xbd),'hour':_0x11eadb(0x9a),'minute':_0x11eadb(0xab),'quarter':_0x11eadb(0x98),'monthDate':_0x11eadb(0xa0),'yearQuarter':_0x11eadb(0xbf),'yearMonth':_0x11eadb(0xba),'yearMonthDate':_0x11eadb(0xb0)},'cellDateGroupDisplay':{'minute':_0x11eadb(0xbc),'hour':_0x11eadb(0x9d),'hourMinute':_0x11eadb(0xad),'date':_0x11eadb(0xc2),'month':'{0}\x20mese','monthDate':_0x11eadb(0xae),'quarter':'{0}\x20trimestre','year':_0x11eadb(0xa1),'yearMonth':_0x11eadb(0xaa),'yearMonthDate':_0x11eadb(0xbb),'yearQuarter':_0x11eadb(0x99)}}};function _0xad0d(_0x33d4fe,_0x3037e7){_0x33d4fe=_0x33d4fe-0x95;const _0x297516=_0x2975();let _0xad0d98=_0x297516[_0x33d4fe];return _0xad0d98;}module[_0x11eadb(0xbe)]=e;function _0x2975(){const _0x170924=['Anno-Mese-Giorno','33vUjjYi','2070369RfMiUB','Totale\x20Complessivo','DevStdp\x20di\x20','Foglio','9nLdbvj','21UPYxLx','Conteggio\x20di\x20','Mese','Anno-Mese','{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','{0}\x20minuto','Giorno','exports','Anno-Trimestre','Minimo\x20di\x20','Somma\x20di\x20','{0}\x20giorno','Subtotale','1XkOzwq','Valori','Riga','1930670EOailo','(Altro)','Trimestre','{0}\x20anno\x20{1}\x20trimestre','Ora','294904DMNrre','116705ubbmhH','{0}\x20ora','valore','12576336HdaWIE','Mese-Giorno','{0}\x20anno','103986WanwCe','80cpGnbm','Totale','Colonna','(Vuoto)','Varp\x20di\x20','Media\x20di\x20','5328056bajrGx','{0}\x20anno\x20{1}\x20mese','Minuto','vuoto','{0}\x20ora\x20{1}\x20minuto','{0}\x20mese\x20{1}\x20giorno','Filtro'];_0x2975=function(){return _0x170924;};return _0x2975();}
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x34c3(_0x58b400,_0x4ffc0c){_0x58b400=_0x58b400-0x8e;const _0x3095e8=_0x3095();let _0x34c364=_0x3095e8[_0x58b400];return _0x34c364;}const _0x5c636a=_0x34c3;(function(_0x5df111,_0x2bdf37){const _0x54b4d2=_0x34c3,_0x1d2de8=_0x5df111();while(!![]){try{const _0x106a83=-parseInt(_0x54b4d2(0x9a))/0x1+-parseInt(_0x54b4d2(0xab))/0x2+parseInt(_0x54b4d2(0xa1))/0x3+-parseInt(_0x54b4d2(0xa9))/0x4+parseInt(_0x54b4d2(0x9c))/0x5*(parseInt(_0x54b4d2(0x94))/0x6)+-parseInt(_0x54b4d2(0xa2))/0x7+parseInt(_0x54b4d2(0x9e))/0x8;if(_0x106a83===_0x2bdf37)break;else _0x1d2de8['push'](_0x1d2de8['shift']());}catch(_0x2c6123){_0x1d2de8['push'](_0x1d2de8['shift']());}}}(_0x3095,0x1a586));const e={'sheets-pivot':{'sheet':'シート','blankValue':_0x5c636a(0x97),'otherValue':_0x5c636a(0xa4),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x5c636a(0x93),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':_0x5c636a(0x90),'minName':_0x5c636a(0x99),'productName':_0x5c636a(0x96),'stdDevName':_0x5c636a(0xa0),'stdDevpName':_0x5c636a(0x9f),'sumName':_0x5c636a(0x95),'varName':'分散\x20/\x20','varpName':_0x5c636a(0xa5),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x5c636a(0x8e),'emptyPivot':{'filter':_0x5c636a(0xa3),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':'四半期','monthDate':_0x5c636a(0x91),'yearQuarter':_0x5c636a(0xa6),'yearMonth':'年-月','yearMonthDate':_0x5c636a(0xaa)},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0x5c636a(0xa8),'hourMinute':_0x5c636a(0x9d),'date':_0x5c636a(0xa7),'month':'{0}月','monthDate':_0x5c636a(0x92),'quarter':_0x5c636a(0x98),'year':_0x5c636a(0x8f),'yearMonth':'{0}年{1}月','yearMonthDate':_0x5c636a(0xac),'yearQuarter':'{0}年第{1}四半期'}}};module[_0x5c636a(0x9b)]=e;function _0x3095(){const _0x23541f=['{0}時{1}分','2279712twQeYV','標本標準偏差\x20/\x20','標準偏差\x20/\x20','581556iQRMac','875238PSJJkd','フィルター','(その他)','標本分散\x20/\x20','年-四半期','{0}日','{0}時','449112ODxwsC','年-月-日','325258OIArCC','{0}年{1}月{2}日','その他','{0}年','最大値\x20/\x20','月-日','{0}月{1}日','平均\x20/\x20','6mWAoki','合計\x20/\x20','積\x20/\x20','(空白)','第{0}四半期','最小値\x20/\x20','72472wyGUms','exports','507535JDlbbD'];_0x3095=function(){return _0x23541f;};return _0x3095();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x419d5d=_0x1d46;function _0x5c84(){const _0x5b120a=['곱\x20/\x20','1967SYzIgW','분산\x20/\x20','19836zabAlW','{0}년제{1}분기','{0}시','개수\x20/\x20','{0}년{1}월','년-월-일','비어\x20있음','3675084mTAZRC','exports','합계\x20/\x20','{0}일','{0}월{1}일','부분합','4693450FFgSmH','726198quiLla','년-월','1985440tAwFLt','제{0}분기','월-일','785789YhLpVU','평균\x20/\x20','{0}시{1}분','{0}년{1}월{2}일','1176525IMnNMo','총합계'];_0x5c84=function(){return _0x5b120a;};return _0x5c84();}(function(_0x4f1b12,_0x634554){const _0x3bcb7b=_0x1d46,_0x43460f=_0x4f1b12();while(!![]){try{const _0x120374=parseInt(_0x3bcb7b(0x6f))/0x1+-parseInt(_0x3bcb7b(0x86))/0x2+-parseInt(_0x3bcb7b(0x73))/0x3+parseInt(_0x3bcb7b(0x7f))/0x4+parseInt(_0x3bcb7b(0x85))/0x5+-parseInt(_0x3bcb7b(0x78))/0x6*(parseInt(_0x3bcb7b(0x76))/0x7)+-parseInt(_0x3bcb7b(0x88))/0x8;if(_0x120374===_0x634554)break;else _0x43460f['push'](_0x43460f['shift']());}catch(_0x1535e7){_0x43460f['push'](_0x43460f['shift']());}}}(_0x5c84,0xad89a));const e={'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x419d5d(0x74),'valueText':'값','averageName':_0x419d5d(0x70),'countName':_0x419d5d(0x7b),'countNumsName':'숫자\x20개수\x20/\x20','maxName':'최대값\x20/\x20','minName':'최소값\x20/\x20','productName':_0x419d5d(0x75),'stdDevName':'표준\x20편차\x20/\x20','stdDevpName':'표준\x20편차(모집단)\x20/\x20','sumName':_0x419d5d(0x81),'varName':_0x419d5d(0x77),'varpName':'분산(모집단)\x20/\x20','subTotal':_0x419d5d(0x84),'grandTotal':_0x419d5d(0x74),'value':'값','blank':_0x419d5d(0x7e),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x419d5d(0x8a),'yearQuarter':'년-분기','yearMonth':_0x419d5d(0x87),'yearMonthDate':_0x419d5d(0x7d)},'cellDateGroupDisplay':{'minute':'{0}분','hour':_0x419d5d(0x7a),'hourMinute':_0x419d5d(0x71),'date':_0x419d5d(0x82),'month':'{0}월','monthDate':_0x419d5d(0x83),'quarter':_0x419d5d(0x89),'year':'{0}년','yearMonth':_0x419d5d(0x7c),'yearMonthDate':_0x419d5d(0x72),'yearQuarter':_0x419d5d(0x79)}}};function _0x1d46(_0x236b9c,_0xb28f30){_0x236b9c=_0x236b9c-0x6f;const _0x5c84da=_0x5c84();let _0x1d4664=_0x5c84da[_0x236b9c];return _0x1d4664;}module[_0x419d5d(0x80)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x26a362=_0x5b72;(function(_0x57053f,_0x43f63b){const _0x13ffcc=_0x5b72,_0x44c7b9=_0x57053f();while(!![]){try{const _0x386247=parseInt(_0x13ffcc(0x13a))/0x1+-parseInt(_0x13ffcc(0x13f))/0x2+parseInt(_0x13ffcc(0x142))/0x3*(parseInt(_0x13ffcc(0x145))/0x4)+parseInt(_0x13ffcc(0x14e))/0x5+-parseInt(_0x13ffcc(0x146))/0x6+parseInt(_0x13ffcc(0x138))/0x7+parseInt(_0x13ffcc(0x13c))/0x8*(-parseInt(_0x13ffcc(0x144))/0x9);if(_0x386247===_0x43f63b)break;else _0x44c7b9['push'](_0x44c7b9['shift']());}catch(_0xea556e){_0x44c7b9['push'](_0x44c7b9['shift']());}}}(_0x306e,0xa6cf4));const e={'sheets-pivot':{'sheet':_0x26a362(0x12f),'blankValue':_0x26a362(0x152),'otherValue':'(Inne)','columnName':_0x26a362(0x158),'subTotalText':_0x26a362(0x12b),'grandTotalText':'Suma\x20całkowita','valueText':_0x26a362(0x12a),'averageName':_0x26a362(0x150),'countName':_0x26a362(0x139),'countNumsName':_0x26a362(0x139),'maxName':_0x26a362(0x143),'minName':_0x26a362(0x14d),'productName':_0x26a362(0x136),'stdDevName':_0x26a362(0x148),'stdDevpName':_0x26a362(0x130),'sumName':_0x26a362(0x13e),'varName':'Wariancja\x20z\x20','varpName':_0x26a362(0x132),'subTotal':'Suma\x20częściowa','grandTotal':_0x26a362(0x14c),'value':_0x26a362(0x13b),'blank':_0x26a362(0x129),'other':_0x26a362(0x131),'emptyPivot':{'filter':_0x26a362(0x134),'row':_0x26a362(0x156),'column':_0x26a362(0x14a),'values':_0x26a362(0x149)},'dateGroup':{'year':'Rok','month':'Miesiąc','day':_0x26a362(0x12c),'hour':_0x26a362(0x151),'minute':_0x26a362(0x154),'quarter':'Kwartał','monthDate':_0x26a362(0x147),'yearQuarter':_0x26a362(0x141),'yearMonth':'Rok-Miesiąc','yearMonthDate':_0x26a362(0x12d)},'cellDateGroupDisplay':{'minute':_0x26a362(0x157),'hour':_0x26a362(0x155),'hourMinute':_0x26a362(0x13d),'date':_0x26a362(0x133),'month':_0x26a362(0x135),'monthDate':_0x26a362(0x140),'quarter':_0x26a362(0x14f),'year':_0x26a362(0x153),'yearMonth':'{0}\x20rok\x20{1}\x20miesiąc','yearMonthDate':_0x26a362(0x137),'yearQuarter':_0x26a362(0x12e)}}};function _0x306e(){const _0x1e258d=['8711626rTPOUI','Liczba\x20z\x20','1227181wvQONP','wartość','370792AoxtfI','{0}\x20godzina\x20{1}\x20minuta','Suma\x20z\x20','2720672yRCDiI','{0}\x20miesiąc\x20{1}\x20dzień','Rok-Kwartał','6951VDuubu','Maksimum\x20z\x20','90foNEtp','932kJWDrf','5308560NwfoBJ','Miesiąc-Dzień','OdchStd\x20z\x20','Wartości','Kolumna','exports','Suma\x20całkowita','Minimum\x20z\x20','1901390swnqCD','{0}\x20kwartał','Średnia\x20z\x20','Godzina','(Puste)','{0}\x20rok','Minuta','{0}\x20godzina','Wiersz','{0}\x20minuta','Kolumna\x20','puste','Wartość','Suma','Dzień','Rok-Miesiąc-Dzień','{0}\x20rok\x20{1}\x20kwartał','Arkusz','OdchStdPop\x20z\x20','inne','WariancjaPop\x20z\x20','{0}\x20dzień','Filtr','{0}\x20miesiąc','Iloczyn\x20z\x20','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień'];_0x306e=function(){return _0x1e258d;};return _0x306e();}function _0x5b72(_0x125378,_0x187aec){_0x125378=_0x125378-0x129;const _0x306e76=_0x306e();let _0x5b7205=_0x306e76[_0x125378];return _0x5b7205;}module[_0x26a362(0x14b)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1183f0=_0x3b00;(function(_0x84984d,_0x522b18){const _0x387ebb=_0x3b00,_0xc1b0be=_0x84984d();while(!![]){try{const _0x276f48=parseInt(_0x387ebb(0x161))/0x1+-parseInt(_0x387ebb(0x163))/0x2+-parseInt(_0x387ebb(0x156))/0x3+-parseInt(_0x387ebb(0x14a))/0x4*(parseInt(_0x387ebb(0x166))/0x5)+parseInt(_0x387ebb(0x15f))/0x6+-parseInt(_0x387ebb(0x146))/0x7+parseInt(_0x387ebb(0x165))/0x8;if(_0x276f48===_0x522b18)break;else _0xc1b0be['push'](_0xc1b0be['shift']());}catch(_0x3557a8){_0xc1b0be['push'](_0xc1b0be['shift']());}}}(_0x14c8,0x5a190));function _0x3b00(_0x454676,_0x1c5f80){_0x454676=_0x454676-0x141;const _0x14c8ca=_0x14c8();let _0x3b0051=_0x14c8ca[_0x454676];return _0x3b0051;}const e={'sheets-pivot':{'sheet':_0x1183f0(0x15a),'blankValue':_0x1183f0(0x162),'otherValue':_0x1183f0(0x14d),'columnName':'Coluna\x20','subTotalText':'Subtotal','grandTotalText':'Total\x20Geral','valueText':_0x1183f0(0x145),'averageName':_0x1183f0(0x159),'countName':'Contagem\x20de\x20','countNumsName':'Contagem\x20de\x20','maxName':'Máximo\x20de\x20','minName':_0x1183f0(0x141),'productName':'Produto\x20de\x20','stdDevName':_0x1183f0(0x15c),'stdDevpName':'DesvPadrãoP\x20de\x20','sumName':'Soma\x20de\x20','varName':'Var\x20de\x20','varpName':_0x1183f0(0x167),'subTotal':_0x1183f0(0x144),'grandTotal':_0x1183f0(0x142),'value':_0x1183f0(0x164),'blank':_0x1183f0(0x148),'other':'outro','emptyPivot':{'filter':_0x1183f0(0x14c),'row':_0x1183f0(0x151),'column':_0x1183f0(0x149),'values':_0x1183f0(0x15b)},'dateGroup':{'year':_0x1183f0(0x169),'month':_0x1183f0(0x143),'day':_0x1183f0(0x153),'hour':_0x1183f0(0x154),'minute':'Minuto','quarter':_0x1183f0(0x157),'monthDate':_0x1183f0(0x160),'yearQuarter':_0x1183f0(0x14f),'yearMonth':_0x1183f0(0x147),'yearMonthDate':_0x1183f0(0x15d)},'cellDateGroupDisplay':{'minute':_0x1183f0(0x16a),'hour':'{0}\x20hora','hourMinute':_0x1183f0(0x155),'date':_0x1183f0(0x14b),'month':'{0}\x20mês','monthDate':_0x1183f0(0x168),'quarter':_0x1183f0(0x15e),'year':_0x1183f0(0x158),'yearMonth':'{0}\x20ano\x20{1}\x20mês','yearMonthDate':_0x1183f0(0x152),'yearQuarter':_0x1183f0(0x14e)}}};module[_0x1183f0(0x150)]=e;function _0x14c8(){const _0x3f197b=['{0}\x20ano\x20{1}\x20trimestre','Ano-Trimestre','exports','Linha','{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','Dia','Hora','{0}\x20hora\x20{1}\x20minuto','2116851jEWMIo','Trimestre','{0}\x20ano','Média\x20de\x20','Planilha','Valores','DesvPadrão\x20de\x20','Ano-Mês-Dia','{0}\x20trimestre','264skTLiG','Mês-Dia','485526VGwdzb','(Em\x20branco)','1468660fFpoNF','valor','15056720JvWsOQ','10OBAwjs','VarP\x20de\x20','{0}\x20mês\x20{1}\x20dia','Ano','{0}\x20minuto','Mínimo\x20de\x20','Total\x20Geral','Mês','Subtotal','Valor','1622173MejRYJ','Ano-Mês','em\x20branco','Coluna','653868qWFjxM','{0}\x20dia','Filtro','(Outro)'];_0x14c8=function(){return _0x3f197b;};return _0x14c8();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x707551=_0x21e5;(function(_0x1856c8,_0x3855dd){const _0x720d01=_0x21e5,_0x43073f=_0x1856c8();while(!![]){try{const _0x375263=-parseInt(_0x720d01(0x1cc))/0x1+parseInt(_0x720d01(0x1d1))/0x2*(-parseInt(_0x720d01(0x1be))/0x3)+-parseInt(_0x720d01(0x1c7))/0x4+-parseInt(_0x720d01(0x1bb))/0x5+parseInt(_0x720d01(0x1c8))/0x6*(parseInt(_0x720d01(0x1dd))/0x7)+parseInt(_0x720d01(0x1bf))/0x8+parseInt(_0x720d01(0x1ba))/0x9;if(_0x375263===_0x3855dd)break;else _0x43073f['push'](_0x43073f['shift']());}catch(_0x41fd94){_0x43073f['push'](_0x43073f['shift']());}}}(_0xa6a4,0xc4d8e));function _0x21e5(_0x2b4059,_0x233920){_0x2b4059=_0x2b4059-0x1b1;const _0xa6a46e=_0xa6a4();let _0x21e52b=_0xa6a46e[_0x2b4059];return _0x21e52b;}const e={'sheets-pivot':{'sheet':_0x707551(0x1d6),'blankValue':_0x707551(0x1b5),'otherValue':_0x707551(0x1b4),'columnName':_0x707551(0x1d8),'subTotalText':_0x707551(0x1b3),'grandTotalText':_0x707551(0x1cf),'valueText':'Значение','averageName':_0x707551(0x1c6),'countName':_0x707551(0x1c4),'countNumsName':'Число\x20по\x20','maxName':_0x707551(0x1c3),'minName':_0x707551(0x1cb),'productName':_0x707551(0x1c9),'stdDevName':'Стандартное\x20отклонение\x20по\x20','stdDevpName':_0x707551(0x1d5),'sumName':_0x707551(0x1d0),'varName':'Дисперсия\x20по\x20','varpName':_0x707551(0x1ce),'subTotal':'Промежуточный\x20итог','grandTotal':_0x707551(0x1cf),'value':_0x707551(0x1c2),'blank':'Пусто','other':_0x707551(0x1c0),'emptyPivot':{'filter':'Фильтр','row':_0x707551(0x1b1),'column':_0x707551(0x1b8),'values':'Значение'},'dateGroup':{'year':'Год','month':_0x707551(0x1b2),'day':_0x707551(0x1bd),'hour':'Час','minute':_0x707551(0x1d4),'quarter':_0x707551(0x1b9),'monthDate':_0x707551(0x1d2),'yearQuarter':_0x707551(0x1ca),'yearMonth':_0x707551(0x1d9),'yearMonthDate':_0x707551(0x1b7)},'cellDateGroupDisplay':{'minute':_0x707551(0x1d7),'hour':'{0}\x20ч','hourMinute':_0x707551(0x1b6),'date':_0x707551(0x1c1),'month':_0x707551(0x1d3),'monthDate':_0x707551(0x1db),'quarter':_0x707551(0x1da),'year':_0x707551(0x1bc),'yearMonth':_0x707551(0x1cd),'yearMonthDate':'{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','yearQuarter':_0x707551(0x1c5)}}};function _0xa6a4(){const _0xada5b6=['(Пусто)','{0}\x20ч\x20{1}\x20мин','Год-Месяц-День','Столбец','Квартал','10220472tyvOiY','1232550CthEFs','{0}\x20год','День','3855wGAuHT','5724800mitXke','Другое','{0}\x20день','Значение','Максимум\x20по\x20','Количество\x20по\x20','{0}\x20год\x20{1}\x20квартал','Среднее\x20по\x20','2817012lRVafs','54JXpSjL','Произведение\x20по\x20','Год-Квартал','Минимум\x20по\x20','739933jLQPPU','{0}\x20год\x20{1}\x20месяц','Общая\x20дисперсия\x20по\x20','Общий\x20итог','Сумма\x20по\x20','726YRtdTI','Месяц-День','{0}\x20месяц','Минута','Общее\x20стандартное\x20отклонение\x20по\x20','Лист','{0}\x20мин','Столбец\x20','Год-Месяц','{0}\x20квартал','{0}\x20месяц\x20{1}\x20день','exports','865067thvYwJ','Строка','Месяц','Промежуточный\x20итог','(Другое)'];_0xa6a4=function(){return _0xada5b6;};return _0xa6a4();}module[_0x707551(0x1dc)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x492206=_0x1bc2;function _0x1bc2(_0x539e4e,_0x2b3fe4){_0x539e4e=_0x539e4e-0x1b8;const _0x3c865a=_0x3c86();let _0x1bc2a2=_0x3c865a[_0x539e4e];return _0x1bc2a2;}function _0x3c86(){const _0x2e1151=['Deň','Stĺpec\x20','9845ajLpNB','Súčet','{0}\x20hodina\x20{1}\x20minúta','Hodnoty','Hárok','{0}\x20hodina','Rozptyl\x20populácie\x20z\x20','292080tqzjUa','Štvrťrok','203eVSVEq','Rok-Mesiac-Deň','Medzisúčet','Rozptyl\x20z\x20','Stĺpec','exports','{0}\x20mesiac','Min\x20z\x20','(Iné)','Smerodajná\x20odchýlka\x20populácie\x20z\x20','49340IuFcpP','iné','1611ZzINZS','5174664AseDkk','{0}\x20rok\x20{1}\x20mesiac','Filter','(Prázdne)','Mesiac-Deň','33dMyIgz','Mesiac','Počet\x20z\x20','Rok-Mesiac','{0}\x20deň','{0}\x20štvrťrok','Súčet\x20z\x20','360WmNxnp','5841xBjOVJ','Priemer\x20z\x20','2172dzApnr','{0}\x20minúta','Max\x20z\x20','Riadok','74552Fskron','hodnota','Hodina','{0}\x20rok\x20{1}\x20štvrťrok','6362004lYnXYv'];_0x3c86=function(){return _0x2e1151;};return _0x3c86();}(function(_0x401f87,_0x409667){const _0x304b3a=_0x1bc2,_0x582e5f=_0x401f87();while(!![]){try{const _0x10c1dd=parseInt(_0x304b3a(0x1e0))/0x1*(parseInt(_0x304b3a(0x1be))/0x2)+parseInt(_0x304b3a(0x1db))/0x3+-parseInt(_0x304b3a(0x1c2))/0x4+-parseInt(_0x304b3a(0x1c5))/0x5*(parseInt(_0x304b3a(0x1e7))/0x6)+parseInt(_0x304b3a(0x1ce))/0x7*(-parseInt(_0x304b3a(0x1cc))/0x8)+-parseInt(_0x304b3a(0x1da))/0x9*(-parseInt(_0x304b3a(0x1d8))/0xa)+parseInt(_0x304b3a(0x1b8))/0xb*(-parseInt(_0x304b3a(0x1ba))/0xc);if(_0x10c1dd===_0x409667)break;else _0x582e5f['push'](_0x582e5f['shift']());}catch(_0x354e58){_0x582e5f['push'](_0x582e5f['shift']());}}}(_0x3c86,0xedf30));const e={'sheets-pivot':{'sheet':_0x492206(0x1c9),'blankValue':_0x492206(0x1de),'otherValue':_0x492206(0x1d6),'columnName':_0x492206(0x1c4),'subTotalText':_0x492206(0x1c6),'grandTotalText':'Celkový\x20súčet','valueText':'Hodnota','averageName':_0x492206(0x1b9),'countName':_0x492206(0x1e2),'countNumsName':_0x492206(0x1e2),'maxName':_0x492206(0x1bc),'minName':_0x492206(0x1d5),'productName':'Súčin\x20z\x20','stdDevName':'Smerodajná\x20odchýlka\x20z\x20','stdDevpName':_0x492206(0x1d7),'sumName':_0x492206(0x1e6),'varName':_0x492206(0x1d1),'varpName':_0x492206(0x1cb),'subTotal':_0x492206(0x1d0),'grandTotal':'Celkový\x20súčet','value':_0x492206(0x1bf),'blank':'prázdne','other':_0x492206(0x1d9),'emptyPivot':{'filter':_0x492206(0x1dd),'row':_0x492206(0x1bd),'column':_0x492206(0x1d2),'values':_0x492206(0x1c8)},'dateGroup':{'year':'Rok','month':_0x492206(0x1e1),'day':_0x492206(0x1c3),'hour':_0x492206(0x1c0),'minute':'Minúta','quarter':_0x492206(0x1cd),'monthDate':_0x492206(0x1df),'yearQuarter':'Rok-Štvrťrok','yearMonth':_0x492206(0x1e3),'yearMonthDate':_0x492206(0x1cf)},'cellDateGroupDisplay':{'minute':_0x492206(0x1bb),'hour':_0x492206(0x1ca),'hourMinute':_0x492206(0x1c7),'date':_0x492206(0x1e4),'month':_0x492206(0x1d4),'monthDate':'{0}\x20mesiac\x20{1}\x20deň','quarter':_0x492206(0x1e5),'year':'{0}\x20rok','yearMonth':_0x492206(0x1dc),'yearMonthDate':'{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','yearQuarter':_0x492206(0x1c1)}}};module[_0x492206(0x1d3)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1b7acb=_0x3f66;(function(_0x189b00,_0x11d27b){const _0x5777e4=_0x3f66,_0x13bb20=_0x189b00();while(!![]){try{const _0x32d561=parseInt(_0x5777e4(0xa2))/0x1+parseInt(_0x5777e4(0xa3))/0x2*(-parseInt(_0x5777e4(0x8a))/0x3)+-parseInt(_0x5777e4(0x92))/0x4+-parseInt(_0x5777e4(0xa0))/0x5+parseInt(_0x5777e4(0x94))/0x6*(parseInt(_0x5777e4(0xa8))/0x7)+parseInt(_0x5777e4(0x88))/0x8*(parseInt(_0x5777e4(0x98))/0x9)+parseInt(_0x5777e4(0x9f))/0xa;if(_0x32d561===_0x11d27b)break;else _0x13bb20['push'](_0x13bb20['shift']());}catch(_0x97b53b){_0x13bb20['push'](_0x13bb20['shift']());}}}(_0x2b9b,0x5c8c4));const e={'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':'(Trống)','otherValue':_0x1b7acb(0x86),'columnName':_0x1b7acb(0x89),'subTotalText':'Tổng\x20phụ','grandTotalText':'Tổng\x20cộng','valueText':_0x1b7acb(0x9a),'averageName':_0x1b7acb(0x91),'countName':_0x1b7acb(0x9e),'countNumsName':'Số\x20lượng\x20số:','maxName':_0x1b7acb(0xa6),'minName':_0x1b7acb(0x96),'productName':_0x1b7acb(0xa9),'stdDevName':_0x1b7acb(0xa4),'stdDevpName':'Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','sumName':_0x1b7acb(0x87),'varName':_0x1b7acb(0x8c),'varpName':'Phương\x20sai\x20toàn\x20phần:','subTotal':_0x1b7acb(0xa5),'grandTotal':_0x1b7acb(0x99),'value':_0x1b7acb(0x9a),'blank':_0x1b7acb(0xaf),'other':_0x1b7acb(0xae),'emptyPivot':{'filter':'Lọc','row':_0x1b7acb(0x95),'column':'Cột','values':_0x1b7acb(0x9a)},'dateGroup':{'year':_0x1b7acb(0x8f),'month':'Tháng','day':_0x1b7acb(0xac),'hour':'Giờ','minute':_0x1b7acb(0xaa),'quarter':_0x1b7acb(0x85),'monthDate':'Tháng-Ngày','yearQuarter':_0x1b7acb(0x9d),'yearMonth':_0x1b7acb(0xab),'yearMonthDate':_0x1b7acb(0x97)},'cellDateGroupDisplay':{'minute':'{0}\x20phút','hour':_0x1b7acb(0x8b),'hourMinute':_0x1b7acb(0xa1),'date':_0x1b7acb(0x8e),'month':_0x1b7acb(0x90),'monthDate':_0x1b7acb(0xa7),'quarter':_0x1b7acb(0x8d),'year':_0x1b7acb(0x9c),'yearMonth':_0x1b7acb(0xad),'yearMonthDate':_0x1b7acb(0x93),'yearQuarter':'Năm\x20{0}\x20Quý\x20{1}'}}};module[_0x1b7acb(0x9b)]=e;function _0x3f66(_0x467aca,_0xc52812){_0x467aca=_0x467aca-0x85;const _0x2b9b5c=_0x2b9b();let _0x3f66f4=_0x2b9b5c[_0x467aca];return _0x3f66f4;}function _0x2b9b(){const _0x489e7d=['Năm-Tháng','Ngày','Năm\x20{0}\x20Tháng\x20{1}','Khác','Trống','Quý','(Khác)','Tổng:','137272VmlGpa','Cột\x20','1119tXtipK','{0}\x20giờ','Phương\x20sai:','Quý\x20{0}','Ngày\x20{0}','Năm','Tháng\x20{0}','Giá\x20trị\x20trung\x20bình:','1508528mBBMxF','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','34242mZQOgS','Hàng','Giá\x20trị\x20tối\x20thiểu:','Năm-Tháng-Ngày','27dlDoQe','Tổng\x20cộng','Giá\x20trị','exports','Năm\x20{0}','Năm-Quý','Số\x20lượng:','7754100ItpnaX','1471045VPAkVf','{0}\x20giờ\x20{1}\x20phút','423904KRNSlP','1564PmmpAi','Độ\x20lệch\x20chuẩn:','Tổng\x20phụ','Giá\x20trị\x20tối\x20đa:','Tháng\x20{0}\x20Ngày\x20{1}','112Kdcwqe','Tích:','Phút'];_0x2b9b=function(){return _0x489e7d;};return _0x2b9b();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5df4(){const _0x429863=['年-季度','{0}年','{0}年{1}季度','10942515rYNUra','最小值项:','8WZxrmZ','181764fjxshl','{0}分','年-月','367522LrRfGM','2008098WiJXdS','标准偏差项:','总体标准偏差项:','乘积项:','平均值项:','61800VaKqLv','{0}时\x20{1}分','{0}季度','方差项:','170fCIGyI','数值计数项:','(空白)','2663640WtOLtR','{0}年{1}月','{0}日','{0}时','工作表','求和项:','768376XClJEp'];_0x5df4=function(){return _0x429863;};return _0x5df4();}function _0x13f8(_0x5f5d4b,_0x558871){_0x5f5d4b=_0x5f5d4b-0x76;const _0x5df448=_0x5df4();let _0x13f879=_0x5df448[_0x5f5d4b];return _0x13f879;}const _0x332f46=_0x13f8;(function(_0xaf0e67,_0x33ed9c){const _0x4becc2=_0x13f8,_0x1f8316=_0xaf0e67();while(!![]){try{const _0x54271a=parseInt(_0x4becc2(0x8f))/0x1+-parseInt(_0x4becc2(0x85))/0x2+parseInt(_0x4becc2(0x90))/0x3+-parseInt(_0x4becc2(0x78))/0x4*(-parseInt(_0x4becc2(0x7c))/0x5)+parseInt(_0x4becc2(0x8c))/0x6+parseInt(_0x4becc2(0x7f))/0x7+-parseInt(_0x4becc2(0x8b))/0x8*(parseInt(_0x4becc2(0x89))/0x9);if(_0x54271a===_0x33ed9c)break;else _0x1f8316['push'](_0x1f8316['shift']());}catch(_0x5342af){_0x1f8316['push'](_0x1f8316['shift']());}}}(_0x5df4,0x5b0f3));const e={'sheets-pivot':{'sheet':_0x332f46(0x83),'blankValue':_0x332f46(0x7e),'otherValue':'(其他)','columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x332f46(0x77),'countName':'计数项:','countNumsName':_0x332f46(0x7d),'maxName':'最大值项:','minName':_0x332f46(0x8a),'productName':_0x332f46(0x76),'stdDevName':_0x332f46(0x91),'stdDevpName':_0x332f46(0x92),'sumName':_0x332f46(0x84),'varName':_0x332f46(0x7b),'varpName':'总体方差项:','subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':'月-日','yearQuarter':_0x332f46(0x86),'yearMonth':_0x332f46(0x8e),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x332f46(0x8d),'hour':_0x332f46(0x82),'hourMinute':_0x332f46(0x79),'date':_0x332f46(0x81),'month':'{0}月','monthDate':'{0}月{1}日','quarter':_0x332f46(0x7a),'year':_0x332f46(0x87),'yearMonth':_0x332f46(0x80),'yearMonthDate':'{0}年{1}月{2}日','yearQuarter':_0x332f46(0x88)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x199a(){const _0x5237b3=['年-月-日','最大值項:','{0}年{1}月','計數項:','1497335rGHIgJ','6czsCse','總體標準差項:','168648FsgmVl','{0}時\x20{1}分','{0}日','月-日','2239660CInhCx','平均值項:','(其他)','91260fMHkbm','工作表','乘積項:','{0}年{1}月{2}日','2094426tLACBi','579593lGJqtU','234QrDJph','{0}月{1}日','數值計數項:','1489790HQhUtq','exports','1XUSfTn','{0}時','{0}分','最小值項:','{0}年','標準差項:','{0}月','(空白)'];_0x199a=function(){return _0x5237b3;};return _0x199a();}const _0x2b08d6=_0x1045;(function(_0x58c003,_0x23b864){const _0x82e830=_0x1045,_0xff32d0=_0x58c003();while(!![]){try{const _0xdc42f8=-parseInt(_0x82e830(0x6f))/0x1*(parseInt(_0x82e830(0x8e))/0x2)+parseInt(_0x82e830(0x89))/0x3+parseInt(_0x82e830(0x85))/0x4+parseInt(_0x82e830(0x7b))/0x5+-parseInt(_0x82e830(0x7c))/0x6*(parseInt(_0x82e830(0x8a))/0x7)+-parseInt(_0x82e830(0x7e))/0x8*(-parseInt(_0x82e830(0x8b))/0x9)+-parseInt(_0x82e830(0x82))/0xa;if(_0xdc42f8===_0x23b864)break;else _0xff32d0['push'](_0xff32d0['shift']());}catch(_0x2cf42e){_0xff32d0['push'](_0xff32d0['shift']());}}}(_0x199a,0x7e306));const e={'sheets-pivot':{'sheet':_0x2b08d6(0x86),'blankValue':_0x2b08d6(0x76),'otherValue':_0x2b08d6(0x84),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x2b08d6(0x83),'countName':_0x2b08d6(0x7a),'countNumsName':_0x2b08d6(0x8d),'maxName':_0x2b08d6(0x78),'minName':_0x2b08d6(0x72),'productName':_0x2b08d6(0x87),'stdDevName':_0x2b08d6(0x74),'stdDevpName':_0x2b08d6(0x7d),'sumName':'求和項:','varName':'方差項:','varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x2b08d6(0x81),'yearQuarter':'年-季度','yearMonth':'年-月','yearMonthDate':_0x2b08d6(0x77)},'cellDateGroupDisplay':{'minute':_0x2b08d6(0x71),'hour':_0x2b08d6(0x70),'hourMinute':_0x2b08d6(0x7f),'date':_0x2b08d6(0x80),'month':_0x2b08d6(0x75),'monthDate':_0x2b08d6(0x8c),'quarter':'{0}季度','year':_0x2b08d6(0x73),'yearMonth':_0x2b08d6(0x79),'yearMonthDate':_0x2b08d6(0x88),'yearQuarter':'{0}年{1}季度'}}};function _0x1045(_0x1fc846,_0x2f316f){_0x1fc846=_0x1fc846-0x6f;const _0x199acc=_0x199a();let _0x1045b5=_0x199acc[_0x1fc846];return _0x1045b5;}module[_0x2b08d6(0x8f)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x9725c=_0xa9b1;function _0x5149(){const _0x3eef47=['標準差項:','1795764hOqRte','exports','{0}分','數值計數項:','49atXqyp','(空白)','919936AxKbVz','最大值項:','2185VpYeoW','22196YIHcGB','年-月-日','{0}時\x20{1}分','{0}月{1}日','150597WnbDsM','{0}日','乘積項:','8098965WCELCi','年-月','{0}年{1}月','工作表','計數項:','518104wVENgP','年-季度','月-日','{0}月','求和項:','最小值項:','2490QGTpTn','{0}季度','{0}時','總體標準差項:','{0}年','{0}年{1}季度','{0}年{1}月{2}日'];_0x5149=function(){return _0x3eef47;};return _0x5149();}(function(_0x9143e9,_0x59c446){const _0x5ec711=_0xa9b1,_0x122ab9=_0x9143e9();while(!![]){try{const _0x2df5dd=parseInt(_0x5ec711(0x1d9))/0x1+-parseInt(_0x5ec711(0x1d5))/0x2+parseInt(_0x5ec711(0x1cc))/0x3+parseInt(_0x5ec711(0x1d2))/0x4+parseInt(_0x5ec711(0x1d4))/0x5*(-parseInt(_0x5ec711(0x1e7))/0x6)+parseInt(_0x5ec711(0x1d0))/0x7*(parseInt(_0x5ec711(0x1e1))/0x8)+-parseInt(_0x5ec711(0x1dc))/0x9;if(_0x2df5dd===_0x59c446)break;else _0x122ab9['push'](_0x122ab9['shift']());}catch(_0x5acb7e){_0x122ab9['push'](_0x122ab9['shift']());}}}(_0x5149,0x530cc));function _0xa9b1(_0x3d0891,_0x5ad2c2){_0x3d0891=_0x3d0891-0x1c7;const _0x514913=_0x5149();let _0xa9b1f7=_0x514913[_0x3d0891];return _0xa9b1f7;}const e={'sheets-pivot':{'sheet':_0x9725c(0x1df),'blankValue':_0x9725c(0x1d1),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':'平均值項:','countName':_0x9725c(0x1e0),'countNumsName':_0x9725c(0x1cf),'maxName':_0x9725c(0x1d3),'minName':_0x9725c(0x1e6),'productName':_0x9725c(0x1db),'stdDevName':_0x9725c(0x1cb),'stdDevpName':_0x9725c(0x1c7),'sumName':_0x9725c(0x1e5),'varName':'方差項:','varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x9725c(0x1e3),'yearQuarter':_0x9725c(0x1e2),'yearMonth':_0x9725c(0x1dd),'yearMonthDate':_0x9725c(0x1d6)},'cellDateGroupDisplay':{'minute':_0x9725c(0x1ce),'hour':_0x9725c(0x1e9),'hourMinute':_0x9725c(0x1d7),'date':_0x9725c(0x1da),'month':_0x9725c(0x1e4),'monthDate':_0x9725c(0x1d8),'quarter':_0x9725c(0x1e8),'year':_0x9725c(0x1c8),'yearMonth':_0x9725c(0x1de),'yearMonthDate':_0x9725c(0x1ca),'yearQuarter':_0x9725c(0x1c9)}}};module[_0x9725c(0x1cd)]=e;
|