@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/const/const.d.ts +2 -2
  65. package/lib/types/const/type.d.ts +8 -1
  66. package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
  67. package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
  68. package/lib/types/facade/f-pivot-table.d.ts +3 -0
  69. package/lib/types/index.d.ts +2 -1
  70. package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
  71. package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
  72. package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
  73. package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
  74. package/lib/types/models/view-util.d.ts +1 -0
  75. package/lib/types/util.d.ts +14 -8
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +10 -10
@@ -1 +1 @@
1
- const _0x49b6bb=_0x1add;(function(_0xe29f6a,_0x10a594){const _0x384301=_0x1add,_0x47298e=_0xe29f6a();while(!![]){try{const _0x431700=parseInt(_0x384301(0x1bd))/0x1*(-parseInt(_0x384301(0x1b7))/0x2)+parseInt(_0x384301(0x1c1))/0x3+parseInt(_0x384301(0x1a5))/0x4+parseInt(_0x384301(0x195))/0x5*(-parseInt(_0x384301(0x1c3))/0x6)+-parseInt(_0x384301(0x1b4))/0x7+-parseInt(_0x384301(0x1a1))/0x8*(-parseInt(_0x384301(0x196))/0x9)+parseInt(_0x384301(0x1ba))/0xa*(parseInt(_0x384301(0x1bc))/0xb);if(_0x431700===_0x10a594)break;else _0x47298e['push'](_0x47298e['shift']());}catch(_0x5932ad){_0x47298e['push'](_0x47298e['shift']());}}}(_0x2e11,0x9b5f2));function _0x2e11(){const _0xba72fa=['{0}{1}','162296TMiLkB','ساعة','الحد\x20الأقصى\x20من\x20','1696300LjNwDx','(فارغ)','66tcgWgW','3rakSQj','ورقة','الإجمالي','عدد\x20من\x20','62649UjNLhF','القيمة','24HLTerS','سنة-ربع','يوم','القيم','{0}','520995GGLrVu','261kLUwgl','مجموع\x20من\x20','شهر-يوم','تسميات\x20الأعمدة','عوامل\x20التصفية','سنة-شهر','إجمالي\x20فرعي','فارغ','الانحراف_المعياري\x20من\x20','سنة-شهر-يوم','التباين\x20من\x20','118360QqUWdf','{1}\x20{0}','exports','{0}-Q{1}','327056MCFJKv','{0}:{1}','ساعة-دقيقة','سنة','آخر','تباين\x20المحتوى\x20من\x20','حاصل\x20الضرب\x20من\x20','ربع','الأعمدة','(آخر)','قيمة','تسميات\x20الصفوف','دقيقة','الحد\x20الأدنى\x20من\x20','الإجمالي\x20الكلي','1769880QxTyYb','{0}-{1}'];_0x2e11=function(){return _0xba72fa;};return _0x2e11();}const e={'sheets-pivot':{'sheet':_0x49b6bb(0x1be),'blankValue':_0x49b6bb(0x1bb),'otherValue':_0x49b6bb(0x1ae),'columnName':'عمود\x20','subTotalText':_0x49b6bb(0x1bf),'grandTotalText':_0x49b6bb(0x1b3),'valueText':_0x49b6bb(0x1c2),'rowLabels':_0x49b6bb(0x1b0),'columnLabels':_0x49b6bb(0x199),'averageName':'متوسط\x20من\x20','countName':_0x49b6bb(0x1c0),'countNumsName':_0x49b6bb(0x1c0),'maxName':_0x49b6bb(0x1b9),'minName':_0x49b6bb(0x1b2),'productName':_0x49b6bb(0x1ab),'stdDevName':_0x49b6bb(0x19e),'stdDevpName':'الانحراف\x20المعياري\x20للمحتوى\x20من\x20','sumName':_0x49b6bb(0x197),'varName':_0x49b6bb(0x1a0),'varpName':_0x49b6bb(0x1aa),'subTotal':_0x49b6bb(0x19c),'grandTotal':_0x49b6bb(0x1b3),'value':_0x49b6bb(0x1af),'blank':_0x49b6bb(0x19d),'other':_0x49b6bb(0x1a9),'renderText':{'valueField':_0x49b6bb(0x1b6),'subtotal':_0x49b6bb(0x1a2),'grandTotal':'{1}\x20{0}','multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':_0x49b6bb(0x1a2)},'emptyPivot':{'filter':_0x49b6bb(0x19a),'row':'الصفوف','column':_0x49b6bb(0x1ad),'values':_0x49b6bb(0x193)},'dateGroup':{'year':_0x49b6bb(0x1a8),'month':'شهر','day':_0x49b6bb(0x1c5),'date':'يوم','hour':_0x49b6bb(0x1b8),'minute':_0x49b6bb(0x1b1),'hourMinute':_0x49b6bb(0x1a7),'quarter':_0x49b6bb(0x1ac),'monthDate':_0x49b6bb(0x198),'yearQuarter':_0x49b6bb(0x1c4),'yearMonth':_0x49b6bb(0x19b),'yearMonthDate':_0x49b6bb(0x19f)},'cellDateGroupDisplay':{'minute':_0x49b6bb(0x194),'hour':'{0}','hourMinute':_0x49b6bb(0x1a6),'date':_0x49b6bb(0x194),'month':_0x49b6bb(0x194),'monthDate':_0x49b6bb(0x1b5),'quarter':'Q{0}','year':_0x49b6bb(0x194),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x49b6bb(0x1a4)}}};function _0x1add(_0xdc2e62,_0x19cef2){_0xdc2e62=_0xdc2e62-0x193;const _0x2e1163=_0x2e11();let _0x1add80=_0x2e1163[_0xdc2e62];return _0x1add80;}module[_0x49b6bb(0x1a3)]=e;
1
+ const _0x21b87b=_0x1ea2;(function(_0x4fd7e7,_0x5edef4){const _0x451c53=_0x1ea2,_0x5c53f7=_0x4fd7e7();while(!![]){try{const _0xcd47ed=-parseInt(_0x451c53(0x14f))/0x1+-parseInt(_0x451c53(0x156))/0x2+parseInt(_0x451c53(0x167))/0x3+-parseInt(_0x451c53(0x15d))/0x4+parseInt(_0x451c53(0x157))/0x5+parseInt(_0x451c53(0x158))/0x6+-parseInt(_0x451c53(0x150))/0x7*(parseInt(_0x451c53(0x16e))/0x8);if(_0xcd47ed===_0x5edef4)break;else _0x5c53f7['push'](_0x5c53f7['shift']());}catch(_0x4b7fc2){_0x5c53f7['push'](_0x5c53f7['shift']());}}}(_0x1ac6,0x34e95));function _0x1ea2(_0x25bf82,_0x534e01){_0x25bf82=_0x25bf82-0x14a;const _0x1ac634=_0x1ac6();let _0x1ea2f1=_0x1ac634[_0x25bf82];return _0x1ea2f1;}const e={'sheets-pivot':{'sheet':_0x21b87b(0x164),'blankValue':_0x21b87b(0x165),'otherValue':_0x21b87b(0x14d),'columnName':_0x21b87b(0x155),'subTotalText':_0x21b87b(0x15e),'grandTotalText':'الإجمالي\x20الكلي','valueText':_0x21b87b(0x163),'rowLabels':_0x21b87b(0x16a),'columnLabels':_0x21b87b(0x166),'averageName':'متوسط\x20من\x20','countName':'عدد\x20من\x20','countNumsName':_0x21b87b(0x177),'maxName':'الحد\x20الأقصى\x20من\x20','minName':_0x21b87b(0x176),'productName':'حاصل\x20الضرب\x20من\x20','stdDevName':'الانحراف_المعياري\x20من\x20','stdDevpName':_0x21b87b(0x173),'sumName':_0x21b87b(0x14c),'varName':_0x21b87b(0x16d),'varpName':_0x21b87b(0x174),'subTotal':_0x21b87b(0x154),'grandTotal':_0x21b87b(0x15a),'value':'قيمة','blank':_0x21b87b(0x14b),'other':_0x21b87b(0x160),'renderText':{'valueField':'{0}{1}','subtotal':_0x21b87b(0x175),'grandTotal':_0x21b87b(0x175),'multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':_0x21b87b(0x175)},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x21b87b(0x170),'column':_0x21b87b(0x168),'values':_0x21b87b(0x14e)},'dateGroup':{'year':_0x21b87b(0x152),'month':_0x21b87b(0x151),'day':_0x21b87b(0x16f),'date':_0x21b87b(0x16f),'hour':_0x21b87b(0x16b),'minute':_0x21b87b(0x15f),'hourMinute':_0x21b87b(0x159),'quarter':_0x21b87b(0x172),'monthDate':_0x21b87b(0x15c),'yearQuarter':_0x21b87b(0x171),'yearMonth':_0x21b87b(0x178),'yearMonthDate':_0x21b87b(0x169)},'cellDateGroupDisplay':{'minute':_0x21b87b(0x15b),'hour':_0x21b87b(0x15b),'hourMinute':'{0}:{1}','date':_0x21b87b(0x15b),'month':'{0}','monthDate':_0x21b87b(0x14a),'quarter':_0x21b87b(0x16c),'year':_0x21b87b(0x15b),'yearMonth':'{0}-{1}','yearMonthDate':_0x21b87b(0x153),'yearQuarter':_0x21b87b(0x162)}}};module[_0x21b87b(0x161)]=e;function _0x1ac6(){const _0xa3c1a1=['ساعة','Q{0}','التباين\x20من\x20','56Ouvzjh','يوم','الصفوف','سنة-ربع','ربع','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','تباين\x20المحتوى\x20من\x20','{1}\x20{0}','الحد\x20الأدنى\x20من\x20','عدد\x20من\x20','سنة-شهر','{0}-{1}','فارغ','مجموع\x20من\x20','(آخر)','القيم','306946pDxnsB','6902voasif','شهر','سنة','{0}-{1}-{2}','إجمالي\x20فرعي','عمود\x20','395178LQsPHd','1292675nzBAWh','724764qmfeQx','ساعة-دقيقة','الإجمالي\x20الكلي','{0}','شهر-يوم','310068Ehseev','الإجمالي','دقيقة','آخر','exports','{0}-Q{1}','القيمة','ورقة','(فارغ)','تسميات\x20الأعمدة','1279050Xhulby','الأعمدة','سنة-شهر-يوم','تسميات\x20الصفوف'];_0x1ac6=function(){return _0xa3c1a1;};return _0x1ac6();}
@@ -1 +1 @@
1
- function _0x3bcf(){const _0x50868e=['{0}:{1}','VarP\x20de\x20','Full','Mitjana\x20de\x20','6ukWfyD','22518xxqscB','Any','396350OWiGof','{0}\x20{1}','Màx\x20de\x20','Trimestre','{0}','2597665IZtYBL','Any-Mes','DesvEst\x20de\x20','{0}-{1}','22rEAhiH','exports','Dia','Q{0}','233164vpqOib','(En\x20blanc)','Recompte\x20de\x20','Mes','Etiquetes\x20de\x20columna','Var\x20de\x20','Producte\x20de\x20','738576MnLOXf','14496460XgnDkl','Suma\x20de\x20','Any-Trimestre','Mes-Dia','Columna\x20','{0}{1}','{0}-{1}-{2}','90bcQNvv','Minut','Fila','7QVhOLv','1786212cpWwhy'];_0x3bcf=function(){return _0x50868e;};return _0x3bcf();}const _0x5bba25=_0x1bfa;(function(_0x2affb3,_0x4d295c){const _0x590917=_0x1bfa,_0x2099a6=_0x2affb3();while(!![]){try{const _0x1ae9d8=parseInt(_0x590917(0x137))/0x1*(parseInt(_0x590917(0x142))/0x2)+-parseInt(_0x590917(0x136))/0x3*(-parseInt(_0x590917(0x146))/0x4)+-parseInt(_0x590917(0x13e))/0x5+parseInt(_0x590917(0x131))/0x6*(-parseInt(_0x590917(0x130))/0x7)+-parseInt(_0x590917(0x14d))/0x8+-parseInt(_0x590917(0x12d))/0x9*(parseInt(_0x590917(0x139))/0xa)+parseInt(_0x590917(0x14e))/0xb;if(_0x1ae9d8===_0x4d295c)break;else _0x2099a6['push'](_0x2099a6['shift']());}catch(_0x4fde3f){_0x2099a6['push'](_0x2099a6['shift']());}}}(_0x3bcf,0x5bda9));function _0x1bfa(_0x225967,_0x144d5d){_0x225967=_0x225967-0x12d;const _0x3bcf2c=_0x3bcf();let _0x1bfa8a=_0x3bcf2c[_0x225967];return _0x1bfa8a;}const e={'sheets-pivot':{'sheet':_0x5bba25(0x134),'blankValue':_0x5bba25(0x147),'otherValue':'(Altre)','columnName':_0x5bba25(0x152),'subTotalText':'Subtotal','grandTotalText':'Total\x20general','valueText':'Valor','rowLabels':'Etiquetes\x20de\x20fila','columnLabels':_0x5bba25(0x14a),'averageName':_0x5bba25(0x135),'countName':_0x5bba25(0x148),'countNumsName':_0x5bba25(0x148),'maxName':_0x5bba25(0x13b),'minName':'Mín\x20de\x20','productName':_0x5bba25(0x14c),'stdDevName':_0x5bba25(0x140),'stdDevpName':'DesvEstP\x20de\x20','sumName':_0x5bba25(0x14f),'varName':_0x5bba25(0x14b),'varpName':_0x5bba25(0x133),'subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':'en\x20blanc','other':'altre','renderText':{'valueField':_0x5bba25(0x153),'subtotal':_0x5bba25(0x13a),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5bba25(0x13d),'subtotalWithValue':_0x5bba25(0x13a)},'emptyPivot':{'filter':'Filtre','row':_0x5bba25(0x12f),'column':'Columna','values':'Valors'},'dateGroup':{'year':_0x5bba25(0x138),'month':_0x5bba25(0x149),'day':_0x5bba25(0x144),'date':'Dia','hour':'Hora','minute':_0x5bba25(0x12e),'hourMinute':'Hora-Minut','quarter':_0x5bba25(0x13c),'monthDate':_0x5bba25(0x151),'yearQuarter':_0x5bba25(0x150),'yearMonth':_0x5bba25(0x13f),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':_0x5bba25(0x13d),'hour':'{0}','hourMinute':_0x5bba25(0x132),'date':_0x5bba25(0x13d),'month':_0x5bba25(0x13d),'monthDate':_0x5bba25(0x141),'quarter':_0x5bba25(0x145),'year':_0x5bba25(0x13d),'yearMonth':_0x5bba25(0x141),'yearMonthDate':_0x5bba25(0x154),'yearQuarter':'{0}-Q{1}'}}};module[_0x5bba25(0x143)]=e;
1
+ const _0x56965c=_0xdc1a;(function(_0x572925,_0x1693a1){const _0x119f3f=_0xdc1a,_0x52fd85=_0x572925();while(!![]){try{const _0x178ad3=parseInt(_0x119f3f(0xba))/0x1+parseInt(_0x119f3f(0xc2))/0x2+parseInt(_0x119f3f(0xbd))/0x3+-parseInt(_0x119f3f(0xcc))/0x4+parseInt(_0x119f3f(0xae))/0x5+parseInt(_0x119f3f(0xb9))/0x6+parseInt(_0x119f3f(0xd7))/0x7*(-parseInt(_0x119f3f(0xcd))/0x8);if(_0x178ad3===_0x1693a1)break;else _0x52fd85['push'](_0x52fd85['shift']());}catch(_0x2e96b4){_0x52fd85['push'](_0x52fd85['shift']());}}}(_0x21af,0xda7f9));const e={'sheets-pivot':{'sheet':'Full','blankValue':'(En\x20blanc)','otherValue':_0x56965c(0xb6),'columnName':_0x56965c(0xc7),'subTotalText':_0x56965c(0xd0),'grandTotalText':_0x56965c(0xc9),'valueText':'Valor','rowLabels':_0x56965c(0xb8),'columnLabels':_0x56965c(0xca),'averageName':_0x56965c(0xcf),'countName':_0x56965c(0xce),'countNumsName':'Recompte\x20de\x20','maxName':'Màx\x20de\x20','minName':'Mín\x20de\x20','productName':_0x56965c(0xd6),'stdDevName':_0x56965c(0xd4),'stdDevpName':_0x56965c(0xbf),'sumName':_0x56965c(0xbe),'varName':_0x56965c(0xc0),'varpName':_0x56965c(0xb2),'subTotal':_0x56965c(0xd0),'grandTotal':_0x56965c(0xc9),'value':'valor','blank':_0x56965c(0xc1),'other':_0x56965c(0xbb),'renderText':{'valueField':'{0}{1}','subtotal':_0x56965c(0xd5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x56965c(0xc5),'subtotalWithValue':_0x56965c(0xd5)},'emptyPivot':{'filter':_0x56965c(0xb5),'row':'Fila','column':_0x56965c(0xd1),'values':_0x56965c(0xc8)},'dateGroup':{'year':_0x56965c(0xb1),'month':_0x56965c(0xd3),'day':_0x56965c(0xb3),'date':_0x56965c(0xb3),'hour':'Hora','minute':_0x56965c(0xb7),'hourMinute':_0x56965c(0xd2),'quarter':'Trimestre','monthDate':_0x56965c(0xb0),'yearQuarter':_0x56965c(0xaf),'yearMonth':_0x56965c(0xc3),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':_0x56965c(0xc5),'hour':'{0}','hourMinute':_0x56965c(0xad),'date':_0x56965c(0xc5),'month':_0x56965c(0xc5),'monthDate':'{0}-{1}','quarter':_0x56965c(0xcb),'year':_0x56965c(0xc5),'yearMonth':_0x56965c(0xc6),'yearMonthDate':_0x56965c(0xbc),'yearQuarter':_0x56965c(0xc4)}}};function _0xdc1a(_0x38413c,_0x38c880){_0x38413c=_0x38413c-0xad;const _0x21af30=_0x21af();let _0xdc1a5d=_0x21af30[_0x38413c];return _0xdc1a5d;}function _0x21af(){const _0x1699b1=['Valors','Total\x20general','Etiquetes\x20de\x20columna','Q{0}','1376176LYGbso','10633248xZMeyh','Recompte\x20de\x20','Mitjana\x20de\x20','Subtotal','Columna','Hora-Minut','Mes','DesvEst\x20de\x20','{0}\x20{1}','Producte\x20de\x20','21XRCGjU','{0}:{1}','6848155eErfPd','Any-Trimestre','Mes-Dia','Any','VarP\x20de\x20','Dia','exports','Filtre','(Altre)','Minut','Etiquetes\x20de\x20fila','7678410zOQLYQ','1603067tGLDfG','altre','{0}-{1}-{2}','396651KGwpRo','Suma\x20de\x20','DesvEstP\x20de\x20','Var\x20de\x20','en\x20blanc','1683662pMeqYx','Any-Mes','{0}-Q{1}','{0}','{0}-{1}','Columna\x20'];_0x21af=function(){return _0x1699b1;};return _0x21af();}module[_0x56965c(0xb4)]=e;
@@ -1 +1 @@
1
- const _0x1e09e3=_0x8e42;function _0x8e42(_0x37f7c9,_0x62c143){_0x37f7c9=_0x37f7c9-0x149;const _0x5465e7=_0x5465();let _0x8e428d=_0x5465e7[_0x37f7c9];return _0x8e428d;}(function(_0x579167,_0x128e43){const _0x16c39e=_0x8e42,_0x588ac5=_0x579167();while(!![]){try{const _0x54fb11=-parseInt(_0x16c39e(0x170))/0x1+-parseInt(_0x16c39e(0x16b))/0x2+-parseInt(_0x16c39e(0x16c))/0x3*(parseInt(_0x16c39e(0x156))/0x4)+-parseInt(_0x16c39e(0x165))/0x5+-parseInt(_0x16c39e(0x15a))/0x6*(-parseInt(_0x16c39e(0x163))/0x7)+-parseInt(_0x16c39e(0x162))/0x8+parseInt(_0x16c39e(0x14c))/0x9;if(_0x54fb11===_0x128e43)break;else _0x588ac5['push'](_0x588ac5['shift']());}catch(_0x2fd5bb){_0x588ac5['push'](_0x588ac5['shift']());}}}(_0x5465,0x6b099));const e={'sheets-pivot':{'sheet':_0x1e09e3(0x155),'blankValue':_0x1e09e3(0x14d),'otherValue':'(Sonstige)','columnName':_0x1e09e3(0x167),'subTotalText':'Zwischensumme','grandTotalText':_0x1e09e3(0x14e),'valueText':'Wert','rowLabels':'Zeilenbeschriftungen','columnLabels':_0x1e09e3(0x16d),'averageName':_0x1e09e3(0x16a),'countName':_0x1e09e3(0x151),'countNumsName':_0x1e09e3(0x151),'maxName':_0x1e09e3(0x16f),'minName':_0x1e09e3(0x161),'productName':_0x1e09e3(0x159),'stdDevName':'StdDev\x20von\x20','stdDevpName':'StdDevp\x20von\x20','sumName':'Summe\x20von\x20','varName':_0x1e09e3(0x171),'varpName':_0x1e09e3(0x152),'subTotal':_0x1e09e3(0x166),'grandTotal':_0x1e09e3(0x14e),'value':_0x1e09e3(0x14b),'blank':_0x1e09e3(0x150),'other':_0x1e09e3(0x14f),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0x1e09e3(0x158),'multipleGrandTotal':_0x1e09e3(0x168),'subtotalWithValue':_0x1e09e3(0x158)},'emptyPivot':{'filter':'Filter','row':_0x1e09e3(0x14a),'column':_0x1e09e3(0x157),'values':'Werte'},'dateGroup':{'year':_0x1e09e3(0x169),'month':_0x1e09e3(0x15b),'day':_0x1e09e3(0x149),'date':_0x1e09e3(0x149),'hour':_0x1e09e3(0x15e),'minute':_0x1e09e3(0x153),'hourMinute':_0x1e09e3(0x16e),'quarter':_0x1e09e3(0x15d),'monthDate':_0x1e09e3(0x160),'yearQuarter':'Jahr-Quartal','yearMonth':'Jahr-Monat','yearMonthDate':_0x1e09e3(0x15c)},'cellDateGroupDisplay':{'minute':_0x1e09e3(0x168),'hour':'{0}','hourMinute':_0x1e09e3(0x164),'date':'{0}','month':_0x1e09e3(0x168),'monthDate':_0x1e09e3(0x15f),'quarter':'Q{0}','year':_0x1e09e3(0x168),'yearMonth':_0x1e09e3(0x15f),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x1e09e3(0x172)}}};function _0x5465(){const _0x57a763=['Monat','Jahr-Monat-Tag','Quartal','Stunde','{0}-{1}','Monat-Tag','Minimum\x20von\x20','4983000Ymhztd','2380TqpLMD','{0}:{1}','789450eDpwVz','Zwischensumme','Spalte\x20','{0}','Jahr','Mittelwert\x20von\x20','1560070OAoqsJ','243MqUtuR','Spaltenbeschriftungen','Stunde-Minute','Maximum\x20von\x20','430262qcYysQ','Var\x20von\x20','{0}-Q{1}','Tag','Zeile','Wert','24123960bBkLvv','(Leer)','Gesamtergebnis','sonstige','leer','Anzahl\x20von\x20','Varp\x20von\x20','Minute','exports','Blatt','13652rnkjNR','Spalte','{0}\x20{1}','Produkt\x20von\x20','450XFDhsH'];_0x5465=function(){return _0x57a763;};return _0x5465();}module[_0x1e09e3(0x154)]=e;
1
+ function _0x17c9(_0x35af28,_0xf103b3){_0x35af28=_0x35af28-0xfb;const _0x57adc6=_0x57ad();let _0x17c929=_0x57adc6[_0x35af28];return _0x17c929;}const _0x59d224=_0x17c9;(function(_0x2199ef,_0x89f194){const _0x21bd77=_0x17c9,_0x3305b2=_0x2199ef();while(!![]){try{const _0x3e74e6=parseInt(_0x21bd77(0x126))/0x1+parseInt(_0x21bd77(0x11a))/0x2*(-parseInt(_0x21bd77(0x123))/0x3)+-parseInt(_0x21bd77(0x125))/0x4*(-parseInt(_0x21bd77(0x124))/0x5)+parseInt(_0x21bd77(0xfc))/0x6*(-parseInt(_0x21bd77(0x105))/0x7)+parseInt(_0x21bd77(0x108))/0x8+parseInt(_0x21bd77(0x118))/0x9*(-parseInt(_0x21bd77(0x11d))/0xa)+parseInt(_0x21bd77(0x11f))/0xb*(parseInt(_0x21bd77(0x10c))/0xc);if(_0x3e74e6===_0x89f194)break;else _0x3305b2['push'](_0x3305b2['shift']());}catch(_0x4a0f0e){_0x3305b2['push'](_0x3305b2['shift']());}}}(_0x57ad,0xe907a));const e={'sheets-pivot':{'sheet':_0x59d224(0x11e),'blankValue':_0x59d224(0x119),'otherValue':_0x59d224(0x10d),'columnName':'Spalte\x20','subTotalText':_0x59d224(0x110),'grandTotalText':_0x59d224(0x103),'valueText':_0x59d224(0x116),'rowLabels':_0x59d224(0xff),'columnLabels':_0x59d224(0x109),'averageName':_0x59d224(0x111),'countName':_0x59d224(0x10a),'countNumsName':'Anzahl\x20von\x20','maxName':'Maximum\x20von\x20','minName':'Minimum\x20von\x20','productName':_0x59d224(0x10b),'stdDevName':_0x59d224(0x129),'stdDevpName':_0x59d224(0xfe),'sumName':_0x59d224(0xfb),'varName':_0x59d224(0x101),'varpName':'Varp\x20von\x20','subTotal':_0x59d224(0x110),'grandTotal':_0x59d224(0x103),'value':'Wert','blank':'leer','other':_0x59d224(0x128),'renderText':{'valueField':_0x59d224(0x10e),'subtotal':_0x59d224(0x104),'grandTotal':_0x59d224(0x104),'multipleGrandTotal':_0x59d224(0x127),'subtotalWithValue':_0x59d224(0x104)},'emptyPivot':{'filter':_0x59d224(0x11b),'row':_0x59d224(0x114),'column':_0x59d224(0xfd),'values':'Werte'},'dateGroup':{'year':_0x59d224(0x11c),'month':_0x59d224(0x121),'day':_0x59d224(0x117),'date':_0x59d224(0x117),'hour':_0x59d224(0x112),'minute':_0x59d224(0x102),'hourMinute':_0x59d224(0x122),'quarter':_0x59d224(0x107),'monthDate':'Monat-Tag','yearQuarter':'Jahr-Quartal','yearMonth':_0x59d224(0x113),'yearMonthDate':_0x59d224(0x10f)},'cellDateGroupDisplay':{'minute':_0x59d224(0x127),'hour':_0x59d224(0x127),'hourMinute':_0x59d224(0x100),'date':_0x59d224(0x127),'month':_0x59d224(0x127),'monthDate':_0x59d224(0x106),'quarter':_0x59d224(0x115),'year':_0x59d224(0x127),'yearMonth':_0x59d224(0x106),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x59d224(0x120)}}};module['exports']=e;function _0x57ad(){const _0x59e228=['Zeilenbeschriftungen','{0}:{1}','Var\x20von\x20','Minute','Gesamtergebnis','{0}\x20{1}','7022946fPDyiN','{0}-{1}','Quartal','8285784wivRBi','Spaltenbeschriftungen','Anzahl\x20von\x20','Produkt\x20von\x20','12hiHNmU','(Sonstige)','{0}{1}','Jahr-Monat-Tag','Zwischensumme','Mittelwert\x20von\x20','Stunde','Jahr-Monat','Zeile','Q{0}','Wert','Tag','9ixZMma','(Leer)','845794OwCKcP','Filter','Jahr','4521070RoJJEm','Blatt','4620803MGOPom','{0}-Q{1}','Monat','Stunde-Minute','3dKDiuK','15ZuOyTi','1484308ACxGSZ','263745dHKEQV','{0}','sonstige','StdDev\x20von\x20','Summe\x20von\x20','6uhmscy','Spalte','StdDevp\x20von\x20'];_0x57ad=function(){return _0x59e228;};return _0x57ad();}
@@ -1 +1 @@
1
- function _0x45b6(){const _0x55216b=['exports','12wrwWDi','14385213Ivadxu','Month','Filter','Quarter','Hour','Grand\x20Total','StdDev\x20of\x20','(Other)','blank','Row','StdDevp\x20of\x20','Hour-Minute','{0}-{1}','{0}','Year-Month','6179352ySHOFs','465904MCJpAs','{0}\x20{1}','{0}-{1}-{2}','Year-Month-Day','Column','Product\x20of\x20','294156FpRQlm','{0}:{1}','Year-Quarter','Values','Column\x20Labels','Minute','Min\x20of\x20','12EmAtow','Varp\x20of\x20','{0}-Q{1}','Month-Day','1073110bXMABw','170398wGlCQZ','Count\x20of\x20','Year','4903857UNjdDs','value','other'];_0x45b6=function(){return _0x55216b;};return _0x45b6();}const _0x437229=_0x3ff9;(function(_0x4678aa,_0x432257){const _0xa2fe6e=_0x3ff9,_0x1a8e12=_0x4678aa();while(!![]){try{const _0x173276=-parseInt(_0xa2fe6e(0x1f4))/0x1+-parseInt(_0xa2fe6e(0x200))/0x2+parseInt(_0xa2fe6e(0x1fb))/0x3*(parseInt(_0xa2fe6e(0x1ee))/0x4)+-parseInt(_0xa2fe6e(0x1ff))/0x5*(-parseInt(_0xa2fe6e(0x1dd))/0x6)+parseInt(_0xa2fe6e(0x203))/0x7+parseInt(_0xa2fe6e(0x1ed))/0x8+-parseInt(_0xa2fe6e(0x1de))/0x9;if(_0x173276===_0x432257)break;else _0x1a8e12['push'](_0x1a8e12['shift']());}catch(_0x315e1a){_0x1a8e12['push'](_0x1a8e12['shift']());}}}(_0x45b6,0x5f506));const e={'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0x437229(0x1e5),'columnName':'Column\x20','subTotalText':'Total','grandTotalText':_0x437229(0x1e3),'valueText':'Value','rowLabels':'Row\x20Labels','columnLabels':_0x437229(0x1f8),'averageName':'Average\x20of\x20','countName':_0x437229(0x201),'countNumsName':_0x437229(0x201),'maxName':'Max\x20of\x20','minName':_0x437229(0x1fa),'productName':_0x437229(0x1f3),'stdDevName':_0x437229(0x1e4),'stdDevpName':_0x437229(0x1e8),'sumName':'Sum\x20of\x20','varName':'Var\x20of\x20','varpName':_0x437229(0x1fc),'subTotal':'Subtotal','grandTotal':_0x437229(0x1e3),'value':_0x437229(0x1da),'blank':_0x437229(0x1e6),'other':_0x437229(0x1db),'renderText':{'valueField':'{0}{1}','subtotal':_0x437229(0x1ef),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x437229(0x1eb),'subtotalWithValue':_0x437229(0x1ef)},'emptyPivot':{'filter':_0x437229(0x1e0),'row':_0x437229(0x1e7),'column':_0x437229(0x1f2),'values':_0x437229(0x1f7)},'dateGroup':{'year':_0x437229(0x202),'month':_0x437229(0x1df),'day':'Day','date':'Day','hour':_0x437229(0x1e2),'minute':_0x437229(0x1f9),'hourMinute':_0x437229(0x1e9),'quarter':_0x437229(0x1e1),'monthDate':_0x437229(0x1fe),'yearQuarter':_0x437229(0x1f6),'yearMonth':_0x437229(0x1ec),'yearMonthDate':_0x437229(0x1f1)},'cellDateGroupDisplay':{'minute':_0x437229(0x1eb),'hour':_0x437229(0x1eb),'hourMinute':_0x437229(0x1f5),'date':_0x437229(0x1eb),'month':_0x437229(0x1eb),'monthDate':_0x437229(0x1ea),'quarter':'Q{0}','year':_0x437229(0x1eb),'yearMonth':'{0}-{1}','yearMonthDate':_0x437229(0x1f0),'yearQuarter':_0x437229(0x1fd)}}};function _0x3ff9(_0x3a5b21,_0x299b4d){_0x3a5b21=_0x3a5b21-0x1da;const _0x45b693=_0x45b6();let _0x3ff972=_0x45b693[_0x3a5b21];return _0x3ff972;}module[_0x437229(0x1dc)]=e;
1
+ const _0x2be96d=_0x62b1;(function(_0x325532,_0x11ab55){const _0x2eb82a=_0x62b1,_0x115b95=_0x325532();while(!![]){try{const _0x1327d9=parseInt(_0x2eb82a(0x194))/0x1+-parseInt(_0x2eb82a(0x1ac))/0x2+parseInt(_0x2eb82a(0x1a7))/0x3+-parseInt(_0x2eb82a(0x197))/0x4*(parseInt(_0x2eb82a(0x195))/0x5)+parseInt(_0x2eb82a(0x18b))/0x6*(parseInt(_0x2eb82a(0x1b7))/0x7)+-parseInt(_0x2eb82a(0x1a5))/0x8+-parseInt(_0x2eb82a(0x1aa))/0x9*(-parseInt(_0x2eb82a(0x1b1))/0xa);if(_0x1327d9===_0x11ab55)break;else _0x115b95['push'](_0x115b95['shift']());}catch(_0xcc2937){_0x115b95['push'](_0x115b95['shift']());}}}(_0x23d3,0x302e8));function _0x62b1(_0x33baab,_0x433a82){_0x33baab=_0x33baab-0x18b;const _0x23d3b9=_0x23d3();let _0x62b1ae=_0x23d3b9[_0x33baab];return _0x62b1ae;}function _0x23d3(){const _0x586b59=['145794SAXopU','blank','{0}\x20{1}','71892roJKeQ','(Other)','524172bMzavu','{0}-{1}-{2}','Grand\x20Total','(Blank)','Row\x20Labels','180uJsKvj','Count\x20of\x20','Max\x20of\x20','exports','Year','Values','21hUqIQK','Month-Day','674082bpSbAh','Product\x20of\x20','Var\x20of\x20','Min\x20of\x20','Filter','StdDev\x20of\x20','{0}{1}','{0}-Q{1}','Subtotal','362625YLnSBO','185240esDIWa','Sheet','32BFeDxk','{0}','value','{0}:{1}','Sum\x20of\x20','Day','Year-Quarter','Column','Year-Month','Varp\x20of\x20','Month','other','Average\x20of\x20','Hour','1089808qwanji','Column\x20Labels'];_0x23d3=function(){return _0x586b59;};return _0x23d3();}const e={'sheets-pivot':{'sheet':_0x2be96d(0x196),'blankValue':_0x2be96d(0x1af),'otherValue':_0x2be96d(0x1ab),'columnName':'Column\x20','subTotalText':'Total','grandTotalText':'Grand\x20Total','valueText':'Value','rowLabels':_0x2be96d(0x1b0),'columnLabels':_0x2be96d(0x1a6),'averageName':_0x2be96d(0x1a3),'countName':'Count\x20of\x20','countNumsName':_0x2be96d(0x1b2),'maxName':_0x2be96d(0x1b3),'minName':_0x2be96d(0x18e),'productName':_0x2be96d(0x18c),'stdDevName':_0x2be96d(0x190),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x2be96d(0x19b),'varName':_0x2be96d(0x18d),'varpName':_0x2be96d(0x1a0),'subTotal':_0x2be96d(0x193),'grandTotal':_0x2be96d(0x1ae),'value':_0x2be96d(0x199),'blank':_0x2be96d(0x1a8),'other':_0x2be96d(0x1a2),'renderText':{'valueField':_0x2be96d(0x191),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x2be96d(0x1a9)},'emptyPivot':{'filter':_0x2be96d(0x18f),'row':'Row','column':_0x2be96d(0x19e),'values':_0x2be96d(0x1b6)},'dateGroup':{'year':_0x2be96d(0x1b5),'month':_0x2be96d(0x1a1),'day':_0x2be96d(0x19c),'date':_0x2be96d(0x19c),'hour':_0x2be96d(0x1a4),'minute':'Minute','hourMinute':'Hour-Minute','quarter':'Quarter','monthDate':_0x2be96d(0x1b8),'yearQuarter':_0x2be96d(0x19d),'yearMonth':_0x2be96d(0x19f),'yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x2be96d(0x19a),'date':'{0}','month':_0x2be96d(0x198),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x2be96d(0x198),'yearMonth':'{0}-{1}','yearMonthDate':_0x2be96d(0x1ad),'yearQuarter':_0x2be96d(0x192)}}};module[_0x2be96d(0x1b4)]=e;
@@ -1 +1 @@
1
- function _0x1c68(_0x3159df,_0x10ded0){_0x3159df=_0x3159df-0xb6;const _0x2536fe=_0x2536();let _0x1c68c3=_0x2536fe[_0x3159df];return _0x1c68c3;}const _0x3d4ba8=_0x1c68;(function(_0x38108a,_0x4f064b){const _0x4a619a=_0x1c68,_0x646c55=_0x38108a();while(!![]){try{const _0x3af267=parseInt(_0x4a619a(0xbc))/0x1*(parseInt(_0x4a619a(0xc2))/0x2)+parseInt(_0x4a619a(0xbe))/0x3+parseInt(_0x4a619a(0xbd))/0x4+parseInt(_0x4a619a(0xb6))/0x5*(-parseInt(_0x4a619a(0xd5))/0x6)+-parseInt(_0x4a619a(0xd8))/0x7+-parseInt(_0x4a619a(0xc5))/0x8+-parseInt(_0x4a619a(0xc7))/0x9*(-parseInt(_0x4a619a(0xcc))/0xa);if(_0x3af267===_0x4f064b)break;else _0x646c55['push'](_0x646c55['shift']());}catch(_0xb6bb38){_0x646c55['push'](_0x646c55['shift']());}}}(_0x2536,0x829cc));const e={'sheets-pivot':{'sheet':_0x3d4ba8(0xd3),'blankValue':_0x3d4ba8(0xd6),'otherValue':_0x3d4ba8(0xc6),'columnName':'Columna\x20','subTotalText':_0x3d4ba8(0xba),'grandTotalText':'Total\x20general','valueText':_0x3d4ba8(0xd7),'rowLabels':'Etiquetas\x20de\x20fila','columnLabels':'Etiquetas\x20de\x20columna','averageName':'Promedio\x20de\x20','countName':_0x3d4ba8(0xb8),'countNumsName':_0x3d4ba8(0xb8),'maxName':_0x3d4ba8(0xc3),'minName':_0x3d4ba8(0xdc),'productName':_0x3d4ba8(0xb9),'stdDevName':_0x3d4ba8(0xc8),'stdDevpName':_0x3d4ba8(0xc0),'sumName':'Suma\x20de\x20','varName':_0x3d4ba8(0xda),'varpName':_0x3d4ba8(0xc9),'subTotal':_0x3d4ba8(0xba),'grandTotal':_0x3d4ba8(0xbb),'value':'valor','blank':'vacío','other':'otro','renderText':{'valueField':_0x3d4ba8(0xc4),'subtotal':'{0}\x20{1}','grandTotal':_0x3d4ba8(0xbf),'multipleGrandTotal':_0x3d4ba8(0xce),'subtotalWithValue':_0x3d4ba8(0xbf)},'emptyPivot':{'filter':_0x3d4ba8(0xcf),'row':_0x3d4ba8(0xd0),'column':'Columna','values':'Valores'},'dateGroup':{'year':_0x3d4ba8(0xd9),'month':'Mes','day':_0x3d4ba8(0xcd),'date':_0x3d4ba8(0xcd),'hour':'Hora','minute':'Minuto','hourMinute':_0x3d4ba8(0xdb),'quarter':'Trimestre','monthDate':_0x3d4ba8(0xd2),'yearQuarter':'Año-Trimestre','yearMonth':_0x3d4ba8(0xca),'yearMonthDate':_0x3d4ba8(0xd1)},'cellDateGroupDisplay':{'minute':_0x3d4ba8(0xce),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x3d4ba8(0xce),'month':_0x3d4ba8(0xce),'monthDate':_0x3d4ba8(0xcb),'quarter':_0x3d4ba8(0xd4),'year':_0x3d4ba8(0xce),'yearMonth':_0x3d4ba8(0xcb),'yearMonthDate':_0x3d4ba8(0xb7),'yearQuarter':_0x3d4ba8(0xdd)}}};module[_0x3d4ba8(0xc1)]=e;function _0x2536(){const _0x266ce2=['Q{0}','72acnzqg','(Vacío)','Valor','6260471IUnSJp','Año','Var\x20de\x20','Hora-Minuto','Mín\x20de\x20','{0}-Q{1}','11230BYmGDK','{0}-{1}-{2}','Conteo\x20de\x20','Producto\x20de\x20','Subtotal','Total\x20general','1mQjSae','531908ZTBndw','245967YHvQKK','{0}\x20{1}','DesvEstP\x20de\x20','exports','1734298LVqgVY','Máx\x20de\x20','{0}{1}','3105800IXVvJg','(Otro)','6861627HTKPLv','DesvEst\x20de\x20','VarP\x20de\x20','Año-Mes','{0}-{1}','10scsHfr','Día','{0}','Filtro','Fila','Año-Mes-Día','Mes-Día','Hoja'];_0x2536=function(){return _0x266ce2;};return _0x2536();}
1
+ function _0x576c(_0x458fab,_0x4a39fc){_0x458fab=_0x458fab-0x10b;const _0x4957e7=_0x4957();let _0x576c0c=_0x4957e7[_0x458fab];return _0x576c0c;}function _0x4957(){const _0x407681=['{0}','Fila','Columna','7356769nNGZLJ','Mes','Total\x20general','Hoja','(Otro)','8357011RrgDef','DesvEstP\x20de\x20','25AQVHSE','10prHWEn','Año-Mes','{0}-{1}','vacío','4302PVcTcR','valor','otro','Suma\x20de\x20','Trimestre','3319371NrgorR','Etiquetas\x20de\x20fila','Q{0}','Columna\x20','Mín\x20de\x20','8hKYbWc','Mes-Día','Año','Valor','22oyGQOj','DesvEst\x20de\x20','Minuto','Valores','Día','Año-Mes-Día','VarP\x20de\x20','{0}{1}','Hora-Minuto','930uumdjK','Conteo\x20de\x20','5996tVughw','Máx\x20de\x20','35VsRWFl','{0}\x20{1}','{0}-{1}-{2}','72322QuHSon','5607348gDENtk','Etiquetas\x20de\x20columna','Subtotal','Producto\x20de\x20'];_0x4957=function(){return _0x407681;};return _0x4957();}const _0x540337=_0x576c;(function(_0x39e599,_0x35bf04){const _0x1a60b1=_0x576c,_0x52c49a=_0x39e599();while(!![]){try{const _0x35ae62=parseInt(_0x1a60b1(0x13a))/0x1*(-parseInt(_0x1a60b1(0x12b))/0x2)+parseInt(_0x1a60b1(0x124))/0x3*(-parseInt(_0x1a60b1(0x126))/0x4)+-parseInt(_0x1a60b1(0x128))/0x5*(-parseInt(_0x1a60b1(0x10d))/0x6)+-parseInt(_0x1a60b1(0x133))/0x7*(-parseInt(_0x1a60b1(0x117))/0x8)+-parseInt(_0x1a60b1(0x112))/0x9*(parseInt(_0x1a60b1(0x13b))/0xa)+parseInt(_0x1a60b1(0x11b))/0xb*(parseInt(_0x1a60b1(0x12c))/0xc)+parseInt(_0x1a60b1(0x138))/0xd;if(_0x35ae62===_0x35bf04)break;else _0x52c49a['push'](_0x52c49a['shift']());}catch(_0x1f678a){_0x52c49a['push'](_0x52c49a['shift']());}}}(_0x4957,0xdab71));const e={'sheets-pivot':{'sheet':_0x540337(0x136),'blankValue':'(Vacío)','otherValue':_0x540337(0x137),'columnName':_0x540337(0x115),'subTotalText':'Subtotal','grandTotalText':_0x540337(0x135),'valueText':_0x540337(0x11a),'rowLabels':_0x540337(0x113),'columnLabels':_0x540337(0x12d),'averageName':'Promedio\x20de\x20','countName':_0x540337(0x125),'countNumsName':_0x540337(0x125),'maxName':_0x540337(0x127),'minName':_0x540337(0x116),'productName':_0x540337(0x12f),'stdDevName':_0x540337(0x11c),'stdDevpName':_0x540337(0x139),'sumName':_0x540337(0x110),'varName':'Var\x20de\x20','varpName':_0x540337(0x121),'subTotal':_0x540337(0x12e),'grandTotal':_0x540337(0x135),'value':_0x540337(0x10e),'blank':_0x540337(0x10c),'other':_0x540337(0x10f),'renderText':{'valueField':_0x540337(0x122),'subtotal':_0x540337(0x129),'grandTotal':_0x540337(0x129),'multipleGrandTotal':_0x540337(0x130),'subtotalWithValue':_0x540337(0x129)},'emptyPivot':{'filter':'Filtro','row':_0x540337(0x131),'column':_0x540337(0x132),'values':_0x540337(0x11e)},'dateGroup':{'year':_0x540337(0x119),'month':_0x540337(0x134),'day':_0x540337(0x11f),'date':_0x540337(0x11f),'hour':'Hora','minute':_0x540337(0x11d),'hourMinute':_0x540337(0x123),'quarter':_0x540337(0x111),'monthDate':_0x540337(0x118),'yearQuarter':'Año-Trimestre','yearMonth':_0x540337(0x13c),'yearMonthDate':_0x540337(0x120)},'cellDateGroupDisplay':{'minute':_0x540337(0x130),'hour':_0x540337(0x130),'hourMinute':'{0}:{1}','date':_0x540337(0x130),'month':_0x540337(0x130),'monthDate':_0x540337(0x10b),'quarter':_0x540337(0x114),'year':'{0}','yearMonth':_0x540337(0x10b),'yearMonthDate':_0x540337(0x12a),'yearQuarter':'{0}-Q{1}'}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x3f44(_0x34612f,_0x168286){_0x34612f=_0x34612f-0x1a0;const _0x2bab73=_0x2bab();let _0x3f4453=_0x2bab73[_0x34612f];return _0x3f4453;}function _0x2bab(){const _0x29346b=['تعداد\x20اعداد\x20از\x20','سال-ماه-روز','10727981eWherY','فیلترها','روز','انحراف\x20معیار\x20کلی\x20از\x20','672FVetXg','برگ','exports','سایر','بیشترین\x20از\x20','کمترین\x20از\x20','1520685EziEGS','فصل','ستون\x20','سال-ماه','ساعت-دقیقه','519702gKkJEf','52zcyRZA','3040280LvdWeP','برچسب‌های\x20ردیف','ضرب\x20از\x20','2AnqEck','مقادیر','واریانس\x20از\x20','برچسب‌های\x20ستون','تعداد\x20از\x20','21275miEBog','132539FmnPIM','{0}-{1}','{1}\x20{0}','Q{0}','(خالی)','{0}','ماه-روز','میانگین\x20از\x20','سال','جمع\x20از\x20','ماه','واریانس\x20کلی\x20از\x20','16PEJimW','3810IEjZkQ'];_0x2bab=function(){return _0x29346b;};return _0x2bab();}const _0x4ff72d=_0x3f44;(function(_0x192f71,_0x106ded){const _0x1903c9=_0x3f44,_0x582a48=_0x192f71();while(!![]){try{const _0x5f0bf3=-parseInt(_0x1903c9(0x1a0))/0x1*(-parseInt(_0x1903c9(0x1c4))/0x2)+-parseInt(_0x1903c9(0x1bf))/0x3+parseInt(_0x1903c9(0x1c0))/0x4*(-parseInt(_0x1903c9(0x1c9))/0x5)+parseInt(_0x1903c9(0x1ad))/0x6*(-parseInt(_0x1903c9(0x1b4))/0x7)+-parseInt(_0x1903c9(0x1ac))/0x8*(parseInt(_0x1903c9(0x1ba))/0x9)+-parseInt(_0x1903c9(0x1c1))/0xa+parseInt(_0x1903c9(0x1b0))/0xb;if(_0x5f0bf3===_0x106ded)break;else _0x582a48['push'](_0x582a48['shift']());}catch(_0x145bbb){_0x582a48['push'](_0x582a48['shift']());}}}(_0x2bab,0x2b0d7));const e={'sheets-pivot':{'sheet':_0x4ff72d(0x1b5),'blankValue':_0x4ff72d(0x1a4),'otherValue':'(سایر)','columnName':_0x4ff72d(0x1bc),'subTotalText':'جمع','grandTotalText':'کل','valueText':'مقدار','rowLabels':_0x4ff72d(0x1c2),'columnLabels':_0x4ff72d(0x1c7),'averageName':_0x4ff72d(0x1a7),'countName':_0x4ff72d(0x1c8),'countNumsName':_0x4ff72d(0x1ae),'maxName':_0x4ff72d(0x1b8),'minName':_0x4ff72d(0x1b9),'productName':_0x4ff72d(0x1c3),'stdDevName':'انحراف\x20معیار\x20از\x20','stdDevpName':_0x4ff72d(0x1b3),'sumName':_0x4ff72d(0x1a9),'varName':_0x4ff72d(0x1c6),'varpName':_0x4ff72d(0x1ab),'subTotal':'جمع','grandTotal':'کل','value':'مقدار','blank':'خالی','other':_0x4ff72d(0x1b7),'renderText':{'valueField':'{0}{1}','subtotal':_0x4ff72d(0x1a2),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x4ff72d(0x1a2),'subtotalWithValue':'{1}\x20{0}'},'emptyPivot':{'filter':_0x4ff72d(0x1b1),'row':'ردیف‌ها','column':'ستون‌ها','values':_0x4ff72d(0x1c5)},'dateGroup':{'year':_0x4ff72d(0x1a8),'month':_0x4ff72d(0x1aa),'day':_0x4ff72d(0x1b2),'date':'روز','hour':'ساعت','minute':'دقیقه','hourMinute':_0x4ff72d(0x1be),'quarter':_0x4ff72d(0x1bb),'monthDate':_0x4ff72d(0x1a6),'yearQuarter':'سال-فصل','yearMonth':_0x4ff72d(0x1bd),'yearMonthDate':_0x4ff72d(0x1af)},'cellDateGroupDisplay':{'minute':_0x4ff72d(0x1a5),'hour':_0x4ff72d(0x1a5),'hourMinute':'{0}:{1}','date':_0x4ff72d(0x1a5),'month':'{0}','monthDate':_0x4ff72d(0x1a1),'quarter':_0x4ff72d(0x1a3),'year':_0x4ff72d(0x1a5),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};module[_0x4ff72d(0x1b6)]=e;
1
+ function _0x554f(){const _0x4cbbdd=['سال-ماه-روز','روز','8152BeleiI','3512844zwSnGB','ماه','ساعت-دقیقه','واریانس\x20کلی\x20از\x20','مقادیر','ماه-روز','11932020Rdfltm','ضرب\x20از\x20','3791745HUeSHc','{0}','مقدار','exports','تعداد\x20از\x20','1633816xUHUAM','سایر','Q{0}','ستون\x20','168EqiMkZ','برچسب‌های\x20ستون','{0}-{1}-{2}','6009787zPItFc','خالی','واریانس\x20از\x20','80535fPJjBo','انحراف\x20معیار\x20کلی\x20از\x20','سال-فصل','برگ','(خالی)','{0}{1}','ردیف‌ها','(سایر)','8LBuAAM','{1}\x20{0}','{0}:{1}','تعداد\x20اعداد\x20از\x20','جمع','سال','{0}-{1}','فصل','ساعت'];_0x554f=function(){return _0x4cbbdd;};return _0x554f();}function _0x5811(_0x4b3c9f,_0x331ed4){_0x4b3c9f=_0x4b3c9f-0xaf;const _0x554f81=_0x554f();let _0x581128=_0x554f81[_0x4b3c9f];return _0x581128;}const _0x1a49b3=_0x5811;(function(_0x378a4f,_0x4fd109){const _0x2ce5ef=_0x5811,_0x5cd1fa=_0x378a4f();while(!![]){try{const _0x1664f6=-parseInt(_0x2ce5ef(0xd8))/0x1*(parseInt(_0x2ce5ef(0xc6))/0x2)+parseInt(_0x2ce5ef(0xb3))/0x3+-parseInt(_0x2ce5ef(0xd4))/0x4+-parseInt(_0x2ce5ef(0xcf))/0x5+parseInt(_0x2ce5ef(0xc7))/0x6+parseInt(_0x2ce5ef(0xb0))/0x7+parseInt(_0x2ce5ef(0xbb))/0x8*(parseInt(_0x2ce5ef(0xcd))/0x9);if(_0x1664f6===_0x4fd109)break;else _0x5cd1fa['push'](_0x5cd1fa['shift']());}catch(_0x586713){_0x5cd1fa['push'](_0x5cd1fa['shift']());}}}(_0x554f,0xe6bad));const e={'sheets-pivot':{'sheet':_0x1a49b3(0xb6),'blankValue':_0x1a49b3(0xb7),'otherValue':_0x1a49b3(0xba),'columnName':_0x1a49b3(0xd7),'subTotalText':_0x1a49b3(0xbf),'grandTotalText':'کل','valueText':_0x1a49b3(0xd1),'rowLabels':'برچسب‌های\x20ردیف','columnLabels':_0x1a49b3(0xd9),'averageName':'میانگین\x20از\x20','countName':_0x1a49b3(0xd3),'countNumsName':_0x1a49b3(0xbe),'maxName':'بیشترین\x20از\x20','minName':'کمترین\x20از\x20','productName':_0x1a49b3(0xce),'stdDevName':'انحراف\x20معیار\x20از\x20','stdDevpName':_0x1a49b3(0xb4),'sumName':'جمع\x20از\x20','varName':_0x1a49b3(0xb2),'varpName':_0x1a49b3(0xca),'subTotal':'جمع','grandTotal':'کل','value':_0x1a49b3(0xd1),'blank':_0x1a49b3(0xb1),'other':_0x1a49b3(0xd5),'renderText':{'valueField':_0x1a49b3(0xb8),'subtotal':'{1}\x20{0}','grandTotal':_0x1a49b3(0xbc),'multipleGrandTotal':_0x1a49b3(0xbc),'subtotalWithValue':_0x1a49b3(0xbc)},'emptyPivot':{'filter':'فیلترها','row':_0x1a49b3(0xb9),'column':'ستون‌ها','values':_0x1a49b3(0xcb)},'dateGroup':{'year':_0x1a49b3(0xc0),'month':_0x1a49b3(0xc8),'day':'روز','date':_0x1a49b3(0xc5),'hour':_0x1a49b3(0xc3),'minute':'دقیقه','hourMinute':_0x1a49b3(0xc9),'quarter':_0x1a49b3(0xc2),'monthDate':_0x1a49b3(0xcc),'yearQuarter':_0x1a49b3(0xb5),'yearMonth':'سال-ماه','yearMonthDate':_0x1a49b3(0xc4)},'cellDateGroupDisplay':{'minute':_0x1a49b3(0xd0),'hour':_0x1a49b3(0xd0),'hourMinute':_0x1a49b3(0xbd),'date':_0x1a49b3(0xd0),'month':_0x1a49b3(0xd0),'monthDate':'{0}-{1}','quarter':_0x1a49b3(0xd6),'year':'{0}','yearMonth':_0x1a49b3(0xc1),'yearMonthDate':_0x1a49b3(0xaf),'yearQuarter':'{0}-Q{1}'}}};module[_0x1a49b3(0xd2)]=e;
@@ -1 +1 @@
1
- const _0x4f2e6a=_0x4cd2;function _0x4cd2(_0x3dddfb,_0x4fe2df){_0x3dddfb=_0x3dddfb-0x1cd;const _0x519895=_0x5198();let _0x4cd2a7=_0x519895[_0x3dddfb];return _0x4cd2a7;}(function(_0x1030a1,_0x449f30){const _0xf764d4=_0x4cd2,_0xa56cf3=_0x1030a1();while(!![]){try{const _0x42adcf=parseInt(_0xf764d4(0x1d5))/0x1*(-parseInt(_0xf764d4(0x1ee))/0x2)+-parseInt(_0xf764d4(0x1f2))/0x3+-parseInt(_0xf764d4(0x1e1))/0x4+-parseInt(_0xf764d4(0x1f5))/0x5*(-parseInt(_0xf764d4(0x1eb))/0x6)+parseInt(_0xf764d4(0x1e2))/0x7*(parseInt(_0xf764d4(0x1d1))/0x8)+-parseInt(_0xf764d4(0x1ef))/0x9+-parseInt(_0xf764d4(0x1ce))/0xa*(-parseInt(_0xf764d4(0x1de))/0xb);if(_0x42adcf===_0x449f30)break;else _0xa56cf3['push'](_0xa56cf3['shift']());}catch(_0x5ccb20){_0xa56cf3['push'](_0xa56cf3['shift']());}}}(_0x5198,0xe5278));const e={'sheets-pivot':{'sheet':_0x4f2e6a(0x1f9),'blankValue':'(Vide)','otherValue':'(Autre)','columnName':_0x4f2e6a(0x1d3),'subTotalText':_0x4f2e6a(0x1e9),'grandTotalText':_0x4f2e6a(0x1ff),'valueText':_0x4f2e6a(0x1d9),'rowLabels':_0x4f2e6a(0x1fd),'columnLabels':'Étiquettes\x20de\x20colonnes','averageName':_0x4f2e6a(0x1db),'countName':_0x4f2e6a(0x1fa),'countNumsName':_0x4f2e6a(0x1fa),'maxName':_0x4f2e6a(0x1ec),'minName':_0x4f2e6a(0x1e3),'productName':_0x4f2e6a(0x1fe),'stdDevName':'Écart-type\x20de\x20','stdDevpName':_0x4f2e6a(0x1df),'sumName':_0x4f2e6a(0x1dd),'varName':_0x4f2e6a(0x1f6),'varpName':_0x4f2e6a(0x1f3),'subTotal':_0x4f2e6a(0x1d4),'grandTotal':_0x4f2e6a(0x1ff),'value':_0x4f2e6a(0x1cf),'blank':_0x4f2e6a(0x1e0),'other':'autre','renderText':{'valueField':_0x4f2e6a(0x1e8),'subtotal':_0x4f2e6a(0x1e7),'grandTotal':_0x4f2e6a(0x1e7),'multipleGrandTotal':'{0}','subtotalWithValue':_0x4f2e6a(0x1e7)},'emptyPivot':{'filter':_0x4f2e6a(0x1d0),'row':'Ligne','column':_0x4f2e6a(0x1da),'values':_0x4f2e6a(0x1e6)},'dateGroup':{'year':_0x4f2e6a(0x1f8),'month':_0x4f2e6a(0x1d6),'day':_0x4f2e6a(0x1fb),'date':'Jour','hour':_0x4f2e6a(0x1ed),'minute':_0x4f2e6a(0x1cd),'hourMinute':_0x4f2e6a(0x1ea),'quarter':_0x4f2e6a(0x1e4),'monthDate':_0x4f2e6a(0x1f1),'yearQuarter':_0x4f2e6a(0x1f4),'yearMonth':'Année-Mois','yearMonthDate':_0x4f2e6a(0x1d7)},'cellDateGroupDisplay':{'minute':_0x4f2e6a(0x1d2),'hour':'{0}','hourMinute':_0x4f2e6a(0x1e5),'date':_0x4f2e6a(0x1d2),'month':_0x4f2e6a(0x1d2),'monthDate':_0x4f2e6a(0x1f7),'quarter':_0x4f2e6a(0x1d8),'year':_0x4f2e6a(0x1d2),'yearMonth':_0x4f2e6a(0x1f7),'yearMonthDate':_0x4f2e6a(0x1fc),'yearQuarter':_0x4f2e6a(0x1f0)}}};function _0x5198(){const _0x256f1c=['Heure-Minute','192OOIqNt','Max\x20de\x20','Heure','2uHuVQr','13114215jqLxFe','{0}-Q{1}','Mois-Jour','4665471ddplGv','Variance\x20pop.\x20de\x20','Année-Trimestre','241670UVfJCp','Variance\x20de\x20','{0}-{1}','Année','Feuille','Nombre\x20de\x20','Jour','{0}-{1}-{2}','Étiquettes\x20de\x20lignes','Produit\x20de\x20','Total\x20général','Minute','701170GQWUdf','valeur','Filtre','136muFKwp','{0}','Colonne\x20','Sous-total','821963QvNDUc','Mois','Année-Mois-Jour','Q{0}','Valeur','Colonne','Moyenne\x20de\x20','exports','Somme\x20de\x20','781jifFMh','Écart-type\x20pop.\x20de\x20','vide','7195292FBSQWy','19229RmWMhs','Min\x20de\x20','Trimestre','{0}:{1}','Valeurs','{0}\x20{1}','{0}{1}','Total'];_0x5198=function(){return _0x256f1c;};return _0x5198();}module[_0x4f2e6a(0x1dc)]=e;
1
+ function _0x27ed(_0x1dcca6,_0x1272a5){_0x1dcca6=_0x1dcca6-0xa3;const _0x380007=_0x3800();let _0x27ed7f=_0x380007[_0x1dcca6];return _0x27ed7f;}function _0x3800(){const _0x40341d=['(Autre)','{0}\x20{1}','vide','valeur','Mois-Jour','Q{0}','Total\x20général','Valeurs','15778VYODWh','Étiquettes\x20de\x20colonnes','3093192iBxkxa','Filtre','3246lzOGxT','Étiquettes\x20de\x20lignes','{0}-{1}','Année-Mois-Jour','Variance\x20de\x20','Année-Mois','217656TjFknF','Jour','1285oTzdBI','577644AWHgEH','Moyenne\x20de\x20','Écart-type\x20de\x20','Nombre\x20de\x20','Sous-total','Valeur','{0}:{1}','Somme\x20de\x20','Minute','1324235aIlXWb','Écart-type\x20pop.\x20de\x20','Heure','Variance\x20pop.\x20de\x20','7RjRcKn','Min\x20de\x20','Total','17cfgnbH','{0}','{0}{1}','Feuille','40XBDZnb','exports','Année-Trimestre','Année','4GOPmwT','520386OcTWGf'];_0x3800=function(){return _0x40341d;};return _0x3800();}const _0x14833f=_0x27ed;(function(_0x330412,_0x115e98){const _0x18b027=_0x27ed,_0xaffd34=_0x330412();while(!![]){try{const _0x38fb0c=-parseInt(_0x18b027(0xc1))/0x1*(-parseInt(_0x18b027(0xa4))/0x2)+-parseInt(_0x18b027(0xca))/0x3*(-parseInt(_0x18b027(0xc9))/0x4)+parseInt(_0x18b027(0xb0))/0x5*(parseInt(_0x18b027(0xa8))/0x6)+parseInt(_0x18b027(0xbe))/0x7*(-parseInt(_0x18b027(0xa6))/0x8)+parseInt(_0x18b027(0xae))/0x9*(parseInt(_0x18b027(0xc5))/0xa)+parseInt(_0x18b027(0xba))/0xb+-parseInt(_0x18b027(0xb1))/0xc;if(_0x38fb0c===_0x115e98)break;else _0xaffd34['push'](_0xaffd34['shift']());}catch(_0x3653b9){_0xaffd34['push'](_0xaffd34['shift']());}}}(_0x3800,0x37e53));const e={'sheets-pivot':{'sheet':_0x14833f(0xc4),'blankValue':'(Vide)','otherValue':_0x14833f(0xcb),'columnName':'Colonne\x20','subTotalText':_0x14833f(0xc0),'grandTotalText':_0x14833f(0xd1),'valueText':_0x14833f(0xb6),'rowLabels':_0x14833f(0xa9),'columnLabels':_0x14833f(0xa5),'averageName':_0x14833f(0xb2),'countName':_0x14833f(0xb4),'countNumsName':'Nombre\x20de\x20','maxName':'Max\x20de\x20','minName':_0x14833f(0xbf),'productName':'Produit\x20de\x20','stdDevName':_0x14833f(0xb3),'stdDevpName':_0x14833f(0xbb),'sumName':_0x14833f(0xb8),'varName':_0x14833f(0xac),'varpName':_0x14833f(0xbd),'subTotal':_0x14833f(0xb5),'grandTotal':_0x14833f(0xd1),'value':_0x14833f(0xce),'blank':_0x14833f(0xcd),'other':'autre','renderText':{'valueField':_0x14833f(0xc3),'subtotal':'{0}\x20{1}','grandTotal':_0x14833f(0xcc),'multipleGrandTotal':_0x14833f(0xc2),'subtotalWithValue':_0x14833f(0xcc)},'emptyPivot':{'filter':_0x14833f(0xa7),'row':'Ligne','column':'Colonne','values':_0x14833f(0xa3)},'dateGroup':{'year':_0x14833f(0xc8),'month':'Mois','day':_0x14833f(0xaf),'date':_0x14833f(0xaf),'hour':_0x14833f(0xbc),'minute':_0x14833f(0xb9),'hourMinute':'Heure-Minute','quarter':'Trimestre','monthDate':_0x14833f(0xcf),'yearQuarter':_0x14833f(0xc7),'yearMonth':_0x14833f(0xad),'yearMonthDate':_0x14833f(0xab)},'cellDateGroupDisplay':{'minute':_0x14833f(0xc2),'hour':_0x14833f(0xc2),'hourMinute':_0x14833f(0xb7),'date':_0x14833f(0xc2),'month':_0x14833f(0xc2),'monthDate':'{0}-{1}','quarter':_0x14833f(0xd0),'year':_0x14833f(0xc2),'yearMonth':_0x14833f(0xaa),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};module[_0x14833f(0xc6)]=e;
@@ -1 +1 @@
1
- function _0x5584(_0x3657c0,_0x5941e5){_0x3657c0=_0x3657c0-0x1f3;const _0x29666f=_0x2966();let _0x5584e8=_0x29666f[_0x3657c0];return _0x5584e8;}const _0x6b731f=_0x5584;(function(_0x58b6c0,_0x44a2b3){const _0x275509=_0x5584,_0x3cbf72=_0x58b6c0();while(!![]){try{const _0x553fe3=parseInt(_0x275509(0x1fe))/0x1*(parseInt(_0x275509(0x205))/0x2)+parseInt(_0x275509(0x200))/0x3*(parseInt(_0x275509(0x20e))/0x4)+parseInt(_0x275509(0x1f3))/0x5+parseInt(_0x275509(0x206))/0x6+-parseInt(_0x275509(0x1f8))/0x7+parseInt(_0x275509(0x1fb))/0x8+parseInt(_0x275509(0x209))/0x9*(-parseInt(_0x275509(0x213))/0xa);if(_0x553fe3===_0x44a2b3)break;else _0x3cbf72['push'](_0x3cbf72['shift']());}catch(_0x46b42d){_0x3cbf72['push'](_0x3cbf72['shift']());}}}(_0x2966,0x2c471));const e={'sheets-pivot':{'sheet':_0x6b731f(0x21d),'blankValue':_0x6b731f(0x219),'otherValue':_0x6b731f(0x20b),'columnName':'Kolom\x20','subTotalText':_0x6b731f(0x21f),'grandTotalText':_0x6b731f(0x217),'valueText':'Nilai','rowLabels':_0x6b731f(0x20c),'columnLabels':_0x6b731f(0x207),'averageName':_0x6b731f(0x211),'countName':_0x6b731f(0x208),'countNumsName':_0x6b731f(0x208),'maxName':_0x6b731f(0x218),'minName':'Min\x20dari\x20','productName':_0x6b731f(0x20a),'stdDevName':_0x6b731f(0x216),'stdDevpName':_0x6b731f(0x21c),'sumName':_0x6b731f(0x208),'varName':_0x6b731f(0x202),'varpName':_0x6b731f(0x1f9),'subTotal':'Subtotal','grandTotal':_0x6b731f(0x217),'value':_0x6b731f(0x1fc),'blank':_0x6b731f(0x215),'other':_0x6b731f(0x1f4),'renderText':{'valueField':_0x6b731f(0x21a),'subtotal':_0x6b731f(0x1f5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x6b731f(0x210),'subtotalWithValue':_0x6b731f(0x1f5)},'emptyPivot':{'filter':'Filter','row':_0x6b731f(0x1fd),'column':'Kolom','values':_0x6b731f(0x212)},'dateGroup':{'year':_0x6b731f(0x20d),'month':_0x6b731f(0x1f7),'day':_0x6b731f(0x201),'date':_0x6b731f(0x201),'hour':_0x6b731f(0x20f),'minute':'Menit','hourMinute':'Jam-Menit','quarter':_0x6b731f(0x21b),'monthDate':_0x6b731f(0x1fa),'yearQuarter':_0x6b731f(0x21e),'yearMonth':_0x6b731f(0x1f6),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x6b731f(0x210),'hour':_0x6b731f(0x210),'hourMinute':'{0}:{1}','date':_0x6b731f(0x210),'month':_0x6b731f(0x210),'monthDate':_0x6b731f(0x1ff),'quarter':_0x6b731f(0x204),'year':_0x6b731f(0x210),'yearMonth':_0x6b731f(0x1ff),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x6b731f(0x214)}}};module[_0x6b731f(0x203)]=e;function _0x2966(){const _0x16ab9e=['Varp\x20dari\x20','Bulan-Hari','2274120MtpuAD','nilai','Baris','1758QjFRQC','{0}-{1}','83964lMgJRo','Hari','Var\x20dari\x20','exports','Q{0}','66MUtwVT','122664pttZng','Label\x20Kolom','Jumlah\x20dari\x20','126uuopmk','Hasil\x20Kali\x20dari\x20','(Lainnya)','Label\x20Baris','Tahun','48pmHvhK','Jam','{0}','Rata-rata\x20dari\x20','Nilai','430340kkmRKq','{0}-Q{1}','kosong','StdDev\x20dari\x20','Total\x20Keseluruhan','Maks\x20dari\x20','(Kosong)','{0}{1}','Kuartal','StdDevp\x20dari\x20','Lembar','Tahun-Kuartal','Total','646375IbrIGZ','lainnya','{0}\x20{1}','Tahun-Bulan','Bulan','308119kZtrGX'];_0x2966=function(){return _0x16ab9e;};return _0x2966();}
1
+ function _0x546d(){const _0x46810e=['Bulan-Hari','{0}{1}','Subtotal','Min\x20dari\x20','Tahun-Bulan','(Lainnya)','Var\x20dari\x20','3323436veYXvg','1YuXFLr','800220GDEVKT','{0}-{1}','1389590XMhfMY','kosong','{0}:{1}','Kuartal','2507646MhFNSi','1026984sZxCoV','Jumlah\x20dari\x20','Bulan','exports','1308544KtoaFh','Q{0}','Jam-Menit','Hasil\x20Kali\x20dari\x20','Total','45HEhDRB','Label\x20Baris','{0}-Q{1}','{0}\x20{1}','Lembar','24LLwyrF','(Kosong)','3730990dJOLeM','StdDev\x20dari\x20','Kolom','55vvjKTl','{0}-{1}-{2}','8thhaCY','Tahun-Kuartal','Tahun','Varp\x20dari\x20','Nilai','StdDevp\x20dari\x20','{0}','Label\x20Kolom','Baris','Menit','Hari','Jam'];_0x546d=function(){return _0x46810e;};return _0x546d();}const _0x56332f=_0x570e;(function(_0x5d3df4,_0x4e3c8e){const _0x14a46e=_0x570e,_0x5df929=_0x5d3df4();while(!![]){try{const _0x442c20=parseInt(_0x14a46e(0x85))/0x1*(-parseInt(_0x14a46e(0x91))/0x2)+parseInt(_0x14a46e(0x86))/0x3*(parseInt(_0x14a46e(0x71))/0x4)+parseInt(_0x14a46e(0x9d))/0x5+-parseInt(_0x14a46e(0x8c))/0x6+-parseInt(_0x14a46e(0x8d))/0x7*(parseInt(_0x14a46e(0x9b))/0x8)+parseInt(_0x14a46e(0x96))/0x9*(-parseInt(_0x14a46e(0x88))/0xa)+parseInt(_0x14a46e(0xa0))/0xb*(parseInt(_0x14a46e(0x84))/0xc);if(_0x442c20===_0x4e3c8e)break;else _0x5df929['push'](_0x5df929['shift']());}catch(_0x5a6cb7){_0x5df929['push'](_0x5df929['shift']());}}}(_0x546d,0x6fa53));const e={'sheets-pivot':{'sheet':_0x56332f(0x9a),'blankValue':_0x56332f(0x9c),'otherValue':_0x56332f(0x82),'columnName':'Kolom\x20','subTotalText':_0x56332f(0x95),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','rowLabels':_0x56332f(0x97),'columnLabels':_0x56332f(0x78),'averageName':'Rata-rata\x20dari\x20','countName':_0x56332f(0x8e),'countNumsName':'Jumlah\x20dari\x20','maxName':'Maks\x20dari\x20','minName':_0x56332f(0x80),'productName':_0x56332f(0x94),'stdDevName':_0x56332f(0x9e),'stdDevpName':_0x56332f(0x76),'sumName':'Jumlah\x20dari\x20','varName':_0x56332f(0x83),'varpName':_0x56332f(0x74),'subTotal':_0x56332f(0x7f),'grandTotal':'Total\x20Keseluruhan','value':'nilai','blank':_0x56332f(0x89),'other':'lainnya','renderText':{'valueField':_0x56332f(0x7e),'subtotal':'{0}\x20{1}','grandTotal':_0x56332f(0x99),'multipleGrandTotal':_0x56332f(0x77),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'Filter','row':_0x56332f(0x79),'column':_0x56332f(0x9f),'values':_0x56332f(0x75)},'dateGroup':{'year':_0x56332f(0x73),'month':_0x56332f(0x8f),'day':_0x56332f(0x7b),'date':_0x56332f(0x7b),'hour':_0x56332f(0x7c),'minute':_0x56332f(0x7a),'hourMinute':_0x56332f(0x93),'quarter':_0x56332f(0x8b),'monthDate':_0x56332f(0x7d),'yearQuarter':_0x56332f(0x72),'yearMonth':_0x56332f(0x81),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x56332f(0x77),'hour':_0x56332f(0x77),'hourMinute':_0x56332f(0x8a),'date':_0x56332f(0x77),'month':_0x56332f(0x77),'monthDate':_0x56332f(0x87),'quarter':_0x56332f(0x92),'year':'{0}','yearMonth':_0x56332f(0x87),'yearMonthDate':_0x56332f(0x70),'yearQuarter':_0x56332f(0x98)}}};function _0x570e(_0xdfb9ef,_0x316c89){_0xdfb9ef=_0xdfb9ef-0x70;const _0x546d4d=_0x546d();let _0x570e13=_0x546d4d[_0xdfb9ef];return _0x570e13;}module[_0x56332f(0x90)]=e;
@@ -1 +1 @@
1
- function _0x21f4(){const _0x3c8c8b=['Ora-Minuto','27532VFohdO','Mese-Giorno','DevStd\x20di\x20','126AuQCWf','493371aKeLHF','16805FpwScd','(Vuoto)','(Altro)','{0}-{1}-{2}','valore','Minimo\x20di\x20','Ora','Var\x20di\x20','Valori','{0}:{1}','28JKkRZy','Minuto','24prADsF','1791492wldTuQ','Totale\x20Complessivo','4513580EaHdpd','366928mnAymj','exports','Anno-Trimestre','Q{0}','{0}\x20{1}','Valore','Conteggio\x20di\x20','{0}','Subtotale','Etichette\x20di\x20riga','1614600eIEWRZ','{0}-{1}','Varp\x20di\x20','DevStdp\x20di\x20','Filtro','Giorno','{0}-Q{1}','Media\x20di\x20','22GEDmyQ','Prodotto\x20di\x20'];_0x21f4=function(){return _0x3c8c8b;};return _0x21f4();}function _0x4082(_0x1fbd65,_0x92f2ab){_0x1fbd65=_0x1fbd65-0x1c7;const _0x21f424=_0x21f4();let _0x4082c5=_0x21f424[_0x1fbd65];return _0x4082c5;}const _0x8544e0=_0x4082;(function(_0x55f7b4,_0x3819a7){const _0x338239=_0x4082,_0x3ad5c9=_0x55f7b4();while(!![]){try{const _0x2f5bb3=-parseInt(_0x338239(0x1e8))/0x1*(-parseInt(_0x338239(0x1d9))/0x2)+parseInt(_0x338239(0x1ce))/0x3+-parseInt(_0x338239(0x1ea))/0x4*(parseInt(_0x338239(0x1de))/0x5)+-parseInt(_0x338239(0x1eb))/0x6+parseInt(_0x338239(0x1dc))/0x7*(parseInt(_0x338239(0x1ee))/0x8)+-parseInt(_0x338239(0x1dd))/0x9+parseInt(_0x338239(0x1ed))/0xa*(-parseInt(_0x338239(0x1d6))/0xb);if(_0x2f5bb3===_0x3819a7)break;else _0x3ad5c9['push'](_0x3ad5c9['shift']());}catch(_0x32928c){_0x3ad5c9['push'](_0x3ad5c9['shift']());}}}(_0x21f4,0x73779));const e={'sheets-pivot':{'sheet':'Foglio','blankValue':_0x8544e0(0x1df),'otherValue':_0x8544e0(0x1e0),'columnName':'Colonna\x20','subTotalText':'Totale','grandTotalText':_0x8544e0(0x1ec),'valueText':_0x8544e0(0x1c9),'rowLabels':_0x8544e0(0x1cd),'columnLabels':'Etichette\x20di\x20colonna','averageName':_0x8544e0(0x1d5),'countName':_0x8544e0(0x1ca),'countNumsName':'Conteggio\x20di\x20','maxName':'Massimo\x20di\x20','minName':_0x8544e0(0x1e3),'productName':_0x8544e0(0x1d7),'stdDevName':_0x8544e0(0x1db),'stdDevpName':_0x8544e0(0x1d1),'sumName':'Somma\x20di\x20','varName':_0x8544e0(0x1e5),'varpName':_0x8544e0(0x1d0),'subTotal':_0x8544e0(0x1cc),'grandTotal':_0x8544e0(0x1ec),'value':_0x8544e0(0x1e2),'blank':'vuoto','other':'altro','renderText':{'valueField':'{0}{1}','subtotal':_0x8544e0(0x1c8),'grandTotal':_0x8544e0(0x1c8),'multipleGrandTotal':'{0}','subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x8544e0(0x1d2),'row':'Riga','column':'Colonna','values':_0x8544e0(0x1e6)},'dateGroup':{'year':'Anno','month':'Mese','day':_0x8544e0(0x1d3),'date':_0x8544e0(0x1d3),'hour':_0x8544e0(0x1e4),'minute':_0x8544e0(0x1e9),'hourMinute':_0x8544e0(0x1d8),'quarter':'Trimestre','monthDate':_0x8544e0(0x1da),'yearQuarter':_0x8544e0(0x1f0),'yearMonth':'Anno-Mese','yearMonthDate':'Anno-Mese-Giorno'},'cellDateGroupDisplay':{'minute':_0x8544e0(0x1cb),'hour':_0x8544e0(0x1cb),'hourMinute':_0x8544e0(0x1e7),'date':_0x8544e0(0x1cb),'month':_0x8544e0(0x1cb),'monthDate':_0x8544e0(0x1cf),'quarter':_0x8544e0(0x1c7),'year':'{0}','yearMonth':_0x8544e0(0x1cf),'yearMonthDate':_0x8544e0(0x1e1),'yearQuarter':_0x8544e0(0x1d4)}}};module[_0x8544e0(0x1ef)]=e;
1
+ const _0x2c2619=_0x12dd;(function(_0x2df514,_0x5020bc){const _0x127737=_0x12dd,_0x23533b=_0x2df514();while(!![]){try{const _0x2b28b7=-parseInt(_0x127737(0xac))/0x1+-parseInt(_0x127737(0xa0))/0x2*(parseInt(_0x127737(0xc2))/0x3)+-parseInt(_0x127737(0xbb))/0x4*(parseInt(_0x127737(0xb8))/0x5)+-parseInt(_0x127737(0x9f))/0x6*(parseInt(_0x127737(0xa9))/0x7)+-parseInt(_0x127737(0xc4))/0x8+parseInt(_0x127737(0xab))/0x9+-parseInt(_0x127737(0xc8))/0xa*(-parseInt(_0x127737(0xa4))/0xb);if(_0x2b28b7===_0x5020bc)break;else _0x23533b['push'](_0x23533b['shift']());}catch(_0x2c16b0){_0x23533b['push'](_0x23533b['shift']());}}}(_0x5ec3,0x2cde1));const e={'sheets-pivot':{'sheet':'Foglio','blankValue':'(Vuoto)','otherValue':'(Altro)','columnName':_0x2c2619(0xc3),'subTotalText':_0x2c2619(0x9e),'grandTotalText':'Totale\x20Complessivo','valueText':'Valore','rowLabels':_0x2c2619(0xaa),'columnLabels':_0x2c2619(0xa7),'averageName':_0x2c2619(0xc9),'countName':'Conteggio\x20di\x20','countNumsName':_0x2c2619(0xaf),'maxName':_0x2c2619(0xc0),'minName':_0x2c2619(0xb3),'productName':_0x2c2619(0xbc),'stdDevName':_0x2c2619(0xbd),'stdDevpName':_0x2c2619(0xb9),'sumName':_0x2c2619(0xc5),'varName':_0x2c2619(0xba),'varpName':_0x2c2619(0xc6),'subTotal':_0x2c2619(0xbf),'grandTotal':_0x2c2619(0xb2),'value':'valore','blank':_0x2c2619(0xc7),'other':'altro','renderText':{'valueField':_0x2c2619(0xc1),'subtotal':_0x2c2619(0xa6),'grandTotal':_0x2c2619(0xa6),'multipleGrandTotal':'{0}','subtotalWithValue':_0x2c2619(0xa6)},'emptyPivot':{'filter':'Filtro','row':_0x2c2619(0xb1),'column':_0x2c2619(0xa5),'values':'Valori'},'dateGroup':{'year':'Anno','month':_0x2c2619(0xb4),'day':_0x2c2619(0xb7),'date':_0x2c2619(0xb7),'hour':'Ora','minute':_0x2c2619(0xb6),'hourMinute':'Ora-Minuto','quarter':_0x2c2619(0xb0),'monthDate':_0x2c2619(0xad),'yearQuarter':_0x2c2619(0xa8),'yearMonth':'Anno-Mese','yearMonthDate':_0x2c2619(0xa3)},'cellDateGroupDisplay':{'minute':_0x2c2619(0xa2),'hour':'{0}','hourMinute':_0x2c2619(0xbe),'date':_0x2c2619(0xa2),'month':'{0}','monthDate':_0x2c2619(0xa1),'quarter':_0x2c2619(0x9d),'year':_0x2c2619(0xa2),'yearMonth':_0x2c2619(0xa1),'yearMonthDate':_0x2c2619(0xae),'yearQuarter':'{0}-Q{1}'}}};function _0x12dd(_0xc680f9,_0x530a5b){_0xc680f9=_0xc680f9-0x9d;const _0x5ec369=_0x5ec3();let _0x12ddd3=_0x5ec369[_0xc680f9];return _0x12ddd3;}function _0x5ec3(){const _0x5d5cc9=['Somma\x20di\x20','Varp\x20di\x20','vuoto','30SGnDrb','Media\x20di\x20','Q{0}','Totale','401574xMydZf','266mywofb','{0}-{1}','{0}','Anno-Mese-Giorno','5026109NMPDZJ','Colonna','{0}\x20{1}','Etichette\x20di\x20colonna','Anno-Trimestre','35WAdtMv','Etichette\x20di\x20riga','327150pCKFWv','244620GJygyl','Mese-Giorno','{0}-{1}-{2}','Conteggio\x20di\x20','Trimestre','Riga','Totale\x20Complessivo','Minimo\x20di\x20','Mese','exports','Minuto','Giorno','55zTIISb','DevStdp\x20di\x20','Var\x20di\x20','72052waXLUi','Prodotto\x20di\x20','DevStd\x20di\x20','{0}:{1}','Subtotale','Massimo\x20di\x20','{0}{1}','5769CgsAfR','Colonna\x20','1521304QiInoA'];_0x5ec3=function(){return _0x5d5cc9;};return _0x5ec3();}module[_0x2c2619(0xb5)]=e;
@@ -1 +1 @@
1
- function _0x25c4(_0x4e45de,_0x91e2ae){_0x4e45de=_0x4e45de-0x145;const _0x530458=_0x5304();let _0x25c476=_0x530458[_0x4e45de];return _0x25c476;}function _0x5304(){const _0x1e141f=['標本分散\x20/\x20','163597yatGHs','1848KGkXbd','4197156InnyLi','8SCpiEG','年-月-日','行ラベル','{0}{1}','187363WOtAFq','合計\x20/\x20','シート','{0}\x20{1}','1224DSvsBN','(その他)','最小値\x20/\x20','217033yrXtZT','77580XAsRMv','月-日','列ラベル','(空白)','529362PYOJoy','{0}-{1}-{2}','その他','{0}:{1}','データの個数\x20/\x20','40tbNuzt','{0}','Q{0}','年-月','{0}-{1}','積\x20/\x20','数値の個数\x20/\x20','1175910QTdgIJ','{0}-Q{1}','平均\x20/\x20','分散\x20/\x20','exports','最大値\x20/\x20','標準偏差\x20/\x20','35FXxjId','年-四半期'];_0x5304=function(){return _0x1e141f;};return _0x5304();}const _0x5a197d=_0x25c4;(function(_0x13a35a,_0x226940){const _0x3cc28b=_0x25c4,_0x55e6ff=_0x13a35a();while(!![]){try{const _0x1d5083=parseInt(_0x3cc28b(0x159))/0x1*(-parseInt(_0x3cc28b(0x14e))/0x2)+parseInt(_0x3cc28b(0x16a))/0x3+-parseInt(_0x3cc28b(0x14d))/0x4+parseInt(_0x3cc28b(0x148))/0x5*(parseInt(_0x3cc28b(0x15e))/0x6)+parseInt(_0x3cc28b(0x14b))/0x7*(-parseInt(_0x3cc28b(0x163))/0x8)+-parseInt(_0x3cc28b(0x156))/0x9*(parseInt(_0x3cc28b(0x15a))/0xa)+-parseInt(_0x3cc28b(0x152))/0xb*(-parseInt(_0x3cc28b(0x14c))/0xc);if(_0x1d5083===_0x226940)break;else _0x55e6ff['push'](_0x55e6ff['shift']());}catch(_0x2b301f){_0x55e6ff['push'](_0x55e6ff['shift']());}}}(_0x5304,0x84a2d));const e={'sheets-pivot':{'sheet':_0x5a197d(0x154),'blankValue':_0x5a197d(0x15d),'otherValue':_0x5a197d(0x157),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x5a197d(0x150),'columnLabels':_0x5a197d(0x15c),'averageName':_0x5a197d(0x16c),'countName':_0x5a197d(0x162),'countNumsName':_0x5a197d(0x169),'maxName':_0x5a197d(0x146),'minName':_0x5a197d(0x158),'productName':_0x5a197d(0x168),'stdDevName':_0x5a197d(0x147),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x5a197d(0x153),'varName':_0x5a197d(0x16d),'varpName':_0x5a197d(0x14a),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x5a197d(0x160),'renderText':{'valueField':_0x5a197d(0x151),'subtotal':'{0}\x20{1}','grandTotal':_0x5a197d(0x155),'multipleGrandTotal':_0x5a197d(0x164),'subtotalWithValue':_0x5a197d(0x155)},'emptyPivot':{'filter':'フィルター','row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':'四半期','monthDate':_0x5a197d(0x15b),'yearQuarter':_0x5a197d(0x149),'yearMonth':_0x5a197d(0x166),'yearMonthDate':_0x5a197d(0x14f)},'cellDateGroupDisplay':{'minute':_0x5a197d(0x164),'hour':'{0}','hourMinute':_0x5a197d(0x161),'date':'{0}','month':_0x5a197d(0x164),'monthDate':'{0}-{1}','quarter':_0x5a197d(0x165),'year':_0x5a197d(0x164),'yearMonth':_0x5a197d(0x167),'yearMonthDate':_0x5a197d(0x15f),'yearQuarter':_0x5a197d(0x16b)}}};module[_0x5a197d(0x145)]=e;
1
+ const _0x5496ac=_0x4704;(function(_0x52b8df,_0x3aaead){const _0x2f6b55=_0x4704,_0x1576d8=_0x52b8df();while(!![]){try{const _0x3b6f37=parseInt(_0x2f6b55(0xcf))/0x1+-parseInt(_0x2f6b55(0xce))/0x2*(parseInt(_0x2f6b55(0xc7))/0x3)+-parseInt(_0x2f6b55(0xcc))/0x4*(parseInt(_0x2f6b55(0xc4))/0x5)+parseInt(_0x2f6b55(0xc3))/0x6+-parseInt(_0x2f6b55(0xd3))/0x7+-parseInt(_0x2f6b55(0xd9))/0x8*(-parseInt(_0x2f6b55(0xcb))/0x9)+-parseInt(_0x2f6b55(0xd0))/0xa*(-parseInt(_0x2f6b55(0xdb))/0xb);if(_0x3b6f37===_0x3aaead)break;else _0x1576d8['push'](_0x1576d8['shift']());}catch(_0x279e80){_0x1576d8['push'](_0x1576d8['shift']());}}}(_0x3218,0x65c9b));const e={'sheets-pivot':{'sheet':_0x5496ac(0xe1),'blankValue':_0x5496ac(0xc2),'otherValue':_0x5496ac(0xe0),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x5496ac(0xd7),'columnLabels':_0x5496ac(0xd6),'averageName':'平均\x20/\x20','countName':_0x5496ac(0xdc),'countNumsName':_0x5496ac(0xd1),'maxName':'最大値\x20/\x20','minName':_0x5496ac(0xbe),'productName':_0x5496ac(0xca),'stdDevName':_0x5496ac(0xc1),'stdDevpName':_0x5496ac(0xe2),'sumName':'合計\x20/\x20','varName':_0x5496ac(0xdd),'varpName':_0x5496ac(0xc6),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x5496ac(0xd5),'renderText':{'valueField':_0x5496ac(0xc8),'subtotal':_0x5496ac(0xc0),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5496ac(0xdf),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x5496ac(0xd8),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x5496ac(0xbf),'quarter':_0x5496ac(0xc9),'monthDate':_0x5496ac(0xe3),'yearQuarter':'年-四半期','yearMonth':_0x5496ac(0xde),'yearMonthDate':_0x5496ac(0xc5)},'cellDateGroupDisplay':{'minute':_0x5496ac(0xdf),'hour':_0x5496ac(0xdf),'hourMinute':_0x5496ac(0xda),'date':_0x5496ac(0xdf),'month':_0x5496ac(0xdf),'monthDate':_0x5496ac(0xd4),'quarter':_0x5496ac(0xbd),'year':'{0}','yearMonth':_0x5496ac(0xd4),'yearMonthDate':_0x5496ac(0xd2),'yearQuarter':'{0}-Q{1}'}}};function _0x4704(_0x3f6c50,_0x5a4718){_0x3f6c50=_0x3f6c50-0xbd;const _0x32180b=_0x3218();let _0x47044a=_0x32180b[_0x3f6c50];return _0x47044a;}module[_0x5496ac(0xcd)]=e;function _0x3218(){const _0x429d8b=['標本標準偏差\x20/\x20','月-日','Q{0}','最小値\x20/\x20','時-分','{0}\x20{1}','標準偏差\x20/\x20','(空白)','3175182wsaQJh','161220dHiThG','年-月-日','標本分散\x20/\x20','3HwiMAL','{0}{1}','四半期','積\x20/\x20','2205261zhYfMa','32lnYbzC','exports','1134374guuEXh','434427vpMXMi','90CSARig','数値の個数\x20/\x20','{0}-{1}-{2}','3526733bXDRGl','{0}-{1}','その他','列ラベル','行ラベル','フィルター','8gEpSMe','{0}:{1}','656612VQHhzA','データの個数\x20/\x20','分散\x20/\x20','年-月','{0}','(その他)','シート'];_0x3218=function(){return _0x429d8b;};return _0x3218();}
@@ -1 +1 @@
1
- const _0x56537b=_0x1aca;function _0x1aca(_0x3e9db0,_0x4c5787){_0x3e9db0=_0x3e9db0-0x8f;const _0x310786=_0x3107();let _0x1acae1=_0x310786[_0x3e9db0];return _0x1acae1;}(function(_0x269555,_0x93f2b8){const _0x44737c=_0x1aca,_0x4a460a=_0x269555();while(!![]){try{const _0xdc715d=-parseInt(_0x44737c(0x9f))/0x1+parseInt(_0x44737c(0x99))/0x2*(-parseInt(_0x44737c(0xa3))/0x3)+-parseInt(_0x44737c(0x9d))/0x4*(-parseInt(_0x44737c(0x8f))/0x5)+-parseInt(_0x44737c(0x93))/0x6+parseInt(_0x44737c(0x9a))/0x7+-parseInt(_0x44737c(0xa0))/0x8*(-parseInt(_0x44737c(0x95))/0x9)+-parseInt(_0x44737c(0xac))/0xa;if(_0xdc715d===_0x93f2b8)break;else _0x4a460a['push'](_0x4a460a['shift']());}catch(_0x4dd1bd){_0x4a460a['push'](_0x4a460a['shift']());}}}(_0x3107,0x943d0));const e={'sheets-pivot':{'sheet':'시트','blankValue':_0x56537b(0xad),'otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x56537b(0xa2),'valueText':'값','rowLabels':_0x56537b(0x97),'columnLabels':_0x56537b(0xb0),'averageName':'평균\x20/\x20','countName':_0x56537b(0xa7),'countNumsName':_0x56537b(0xa8),'maxName':'최대값\x20/\x20','minName':_0x56537b(0xaf),'productName':_0x56537b(0x90),'stdDevName':_0x56537b(0xaa),'stdDevpName':'표준\x20편차(모집단)\x20/\x20','sumName':_0x56537b(0x9e),'varName':_0x56537b(0x96),'varpName':_0x56537b(0x91),'subTotal':_0x56537b(0xa4),'grandTotal':'총합계','value':'값','blank':_0x56537b(0x9b),'other':'기타','renderText':{'valueField':_0x56537b(0x92),'subtotal':_0x56537b(0xae),'grandTotal':_0x56537b(0xae),'multipleGrandTotal':'{0}','subtotalWithValue':_0x56537b(0xae)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x56537b(0xa6),'quarter':'분기','monthDate':_0x56537b(0xab),'yearQuarter':_0x56537b(0xa5),'yearMonth':'년-월','yearMonthDate':_0x56537b(0xb1)},'cellDateGroupDisplay':{'minute':_0x56537b(0x98),'hour':_0x56537b(0x98),'hourMinute':_0x56537b(0x9c),'date':'{0}','month':_0x56537b(0x98),'monthDate':_0x56537b(0xa9),'quarter':'Q{0}','year':'{0}','yearMonth':_0x56537b(0xa9),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x56537b(0xa1)}}};module[_0x56537b(0x94)]=e;function _0x3107(){const _0x3ad29d=['비어\x20있음','{0}:{1}','84BDLAaY','합계\x20/\x20','1032366mnMUkH','808YgZPlw','{0}-Q{1}','총합계','1239OSIEwN','부분합','년-분기','시-분','개수\x20/\x20','숫자\x20개수\x20/\x20','{0}-{1}','표준\x20편차\x20/\x20','월-일','7158170vdbyXs','(비어\x20있음)','{0}\x20{1}','최소값\x20/\x20','열\x20레이블','년-월-일','79825uQZxLp','곱\x20/\x20','분산(모집단)\x20/\x20','{0}{1}','83514OniKuQ','exports','102177NOQxwy','분산\x20/\x20','행\x20레이블','{0}','254ioPXPO','6578733noRCZD'];_0x3107=function(){return _0x3ad29d;};return _0x3107();}
1
+ function _0x5398(){const _0x20bbef=['116611InipKz','비어\x20있음','28722trmskH','분산\x20/\x20','년-월','(비어\x20있음)','총합계','{0}{1}','2518299BlCRft','숫자\x20개수\x20/\x20','개수\x20/\x20','953062AneKwc','최소값\x20/\x20','표준\x20편차(모집단)\x20/\x20','5Faoein','118877LPFndr','열\x20레이블','67086wZNjCo','최대값\x20/\x20','부분합','{0}','220SfRYIf','2230rNDXHP','행\x20레이블','{0}:{1}','{0}\x20{1}','{0}-{1}','시-분','3340998OsUEpc','년-월-일','40KRztKX','분산(모집단)\x20/\x20','exports','{0}-{1}-{2}'];_0x5398=function(){return _0x20bbef;};return _0x5398();}const _0x5d6346=_0x37d9;function _0x37d9(_0x1a500e,_0x309459){_0x1a500e=_0x1a500e-0x89;const _0x5398b5=_0x5398();let _0x37d9de=_0x5398b5[_0x1a500e];return _0x37d9de;}(function(_0x25a870,_0x15468f){const _0x32bb4d=_0x37d9,_0x5e0978=_0x25a870();while(!![]){try{const _0xbaf254=-parseInt(_0x32bb4d(0x91))/0x1+-parseInt(_0x32bb4d(0x9c))/0x2+parseInt(_0x32bb4d(0x93))/0x3*(-parseInt(_0x32bb4d(0xa6))/0x4)+parseInt(_0x32bb4d(0x9f))/0x5*(-parseInt(_0x32bb4d(0x8b))/0x6)+-parseInt(_0x32bb4d(0x99))/0x7+parseInt(_0x32bb4d(0x8d))/0x8*(-parseInt(_0x32bb4d(0xa2))/0x9)+parseInt(_0x32bb4d(0xa7))/0xa*(parseInt(_0x32bb4d(0xa0))/0xb);if(_0xbaf254===_0x15468f)break;else _0x5e0978['push'](_0x5e0978['shift']());}catch(_0x1e7e60){_0x5e0978['push'](_0x5e0978['shift']());}}}(_0x5398,0x52205));const e={'sheets-pivot':{'sheet':'시트','blankValue':_0x5d6346(0x96),'otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x5d6346(0x97),'valueText':'값','rowLabels':_0x5d6346(0xa8),'columnLabels':_0x5d6346(0xa1),'averageName':'평균\x20/\x20','countName':_0x5d6346(0x9b),'countNumsName':_0x5d6346(0x9a),'maxName':_0x5d6346(0xa3),'minName':_0x5d6346(0x9d),'productName':'곱\x20/\x20','stdDevName':'표준\x20편차\x20/\x20','stdDevpName':_0x5d6346(0x9e),'sumName':'합계\x20/\x20','varName':_0x5d6346(0x94),'varpName':_0x5d6346(0x8e),'subTotal':_0x5d6346(0xa4),'grandTotal':_0x5d6346(0x97),'value':'값','blank':_0x5d6346(0x92),'other':'기타','renderText':{'valueField':_0x5d6346(0x98),'subtotal':_0x5d6346(0xaa),'grandTotal':_0x5d6346(0xaa),'multipleGrandTotal':_0x5d6346(0xa5),'subtotalWithValue':_0x5d6346(0xaa)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x5d6346(0x8a),'quarter':'분기','monthDate':'월-일','yearQuarter':'년-분기','yearMonth':_0x5d6346(0x95),'yearMonthDate':_0x5d6346(0x8c)},'cellDateGroupDisplay':{'minute':_0x5d6346(0xa5),'hour':'{0}','hourMinute':_0x5d6346(0xa9),'date':_0x5d6346(0xa5),'month':_0x5d6346(0xa5),'monthDate':_0x5d6346(0x89),'quarter':'Q{0}','year':_0x5d6346(0xa5),'yearMonth':_0x5d6346(0x89),'yearMonthDate':_0x5d6346(0x90),'yearQuarter':'{0}-Q{1}'}}};module[_0x5d6346(0x8f)]=e;
@@ -1 +1 @@
1
- const _0x1af6a8=_0x4937;(function(_0x28af09,_0x2bc670){const _0xb9151e=_0x4937,_0x37f4e4=_0x28af09();while(!![]){try{const _0x218324=-parseInt(_0xb9151e(0x1a4))/0x1*(parseInt(_0xb9151e(0x19d))/0x2)+-parseInt(_0xb9151e(0x1a0))/0x3+parseInt(_0xb9151e(0x199))/0x4*(parseInt(_0xb9151e(0x17d))/0x5)+-parseInt(_0xb9151e(0x187))/0x6+-parseInt(_0xb9151e(0x1a7))/0x7+-parseInt(_0xb9151e(0x18a))/0x8*(-parseInt(_0xb9151e(0x180))/0x9)+parseInt(_0xb9151e(0x19e))/0xa*(parseInt(_0xb9151e(0x1ac))/0xb);if(_0x218324===_0x2bc670)break;else _0x37f4e4['push'](_0x37f4e4['shift']());}catch(_0x58db86){_0x37f4e4['push'](_0x37f4e4['shift']());}}}(_0x2fa1,0x66612));const e={'sheets-pivot':{'sheet':_0x1af6a8(0x17e),'blankValue':'(Puste)','otherValue':'(Inne)','columnName':_0x1af6a8(0x18f),'subTotalText':_0x1af6a8(0x198),'grandTotalText':_0x1af6a8(0x19f),'valueText':_0x1af6a8(0x197),'rowLabels':'Etykiety\x20wierszy','columnLabels':_0x1af6a8(0x194),'averageName':_0x1af6a8(0x1a9),'countName':_0x1af6a8(0x182),'countNumsName':_0x1af6a8(0x182),'maxName':_0x1af6a8(0x193),'minName':_0x1af6a8(0x18d),'productName':_0x1af6a8(0x19b),'stdDevName':_0x1af6a8(0x1a5),'stdDevpName':_0x1af6a8(0x19a),'sumName':'Suma\x20z\x20','varName':_0x1af6a8(0x18c),'varpName':_0x1af6a8(0x1a1),'subTotal':_0x1af6a8(0x190),'grandTotal':_0x1af6a8(0x19f),'value':_0x1af6a8(0x1a6),'blank':'puste','other':_0x1af6a8(0x192),'renderText':{'valueField':_0x1af6a8(0x1ab),'subtotal':_0x1af6a8(0x1a8),'grandTotal':_0x1af6a8(0x1a8),'multipleGrandTotal':_0x1af6a8(0x181),'subtotalWithValue':_0x1af6a8(0x1a8)},'emptyPivot':{'filter':_0x1af6a8(0x195),'row':_0x1af6a8(0x184),'column':_0x1af6a8(0x188),'values':_0x1af6a8(0x1a3)},'dateGroup':{'year':_0x1af6a8(0x17f),'month':_0x1af6a8(0x1ad),'day':'Dzień','date':_0x1af6a8(0x18b),'hour':_0x1af6a8(0x1ae),'minute':_0x1af6a8(0x1af),'hourMinute':_0x1af6a8(0x183),'quarter':_0x1af6a8(0x1aa),'monthDate':_0x1af6a8(0x19c),'yearQuarter':_0x1af6a8(0x1b0),'yearMonth':_0x1af6a8(0x185),'yearMonthDate':_0x1af6a8(0x186)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x1af6a8(0x181),'hourMinute':_0x1af6a8(0x191),'date':_0x1af6a8(0x181),'month':_0x1af6a8(0x181),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x1af6a8(0x181),'yearMonth':_0x1af6a8(0x196),'yearMonthDate':_0x1af6a8(0x1a2),'yearQuarter':_0x1af6a8(0x18e)}}};module[_0x1af6a8(0x189)]=e;function _0x4937(_0x1e6fe5,_0x183adc){_0x1e6fe5=_0x1e6fe5-0x17d;const _0x2fa1bc=_0x2fa1();let _0x493704=_0x2fa1bc[_0x1e6fe5];return _0x493704;}function _0x2fa1(){const _0x4ff274=['{0}','Liczba\x20z\x20','Godzina-Minuta','Wiersz','Rok-Miesiąc','Rok-Miesiąc-Dzień','477942JAOPlW','Kolumna','exports','5575688wPHqRv','Dzień','Wariancja\x20z\x20','Minimum\x20z\x20','{0}-Q{1}','Kolumna\x20','Suma\x20częściowa','{0}:{1}','inne','Maksimum\x20z\x20','Etykiety\x20kolumn','Filtr','{0}-{1}','Wartość','Suma','4TlmMIH','OdchStdPop\x20z\x20','Iloczyn\x20z\x20','Miesiąc-Dzień','2epmwMD','590tWznZu','Suma\x20całkowita','1641066DEMGfa','WariancjaPop\x20z\x20','{0}-{1}-{2}','Wartości','431063OKUzvP','OdchStd\x20z\x20','wartość','3235470AZSONS','{0}\x20{1}','Średnia\x20z\x20','Kwartał','{0}{1}','153560RHoulO','Miesiąc','Godzina','Minuta','Rok-Kwartał','2093485osOxEU','Arkusz','Rok','9qjVodJ'];_0x2fa1=function(){return _0x4ff274;};return _0x2fa1();}
1
+ function _0x47a2(_0x6520b9,_0x55ed96){_0x6520b9=_0x6520b9-0x189;const _0x3e4102=_0x3e41();let _0x47a214=_0x3e4102[_0x6520b9];return _0x47a214;}const _0x347ac4=_0x47a2;(function(_0x12273e,_0x533393){const _0x5b3335=_0x47a2,_0x12c98c=_0x12273e();while(!![]){try{const _0x1411e0=-parseInt(_0x5b3335(0x1a9))/0x1*(-parseInt(_0x5b3335(0x18d))/0x2)+-parseInt(_0x5b3335(0x1ad))/0x3+-parseInt(_0x5b3335(0x1a8))/0x4+-parseInt(_0x5b3335(0x19e))/0x5*(-parseInt(_0x5b3335(0x18f))/0x6)+parseInt(_0x5b3335(0x18c))/0x7+parseInt(_0x5b3335(0x19d))/0x8*(-parseInt(_0x5b3335(0x1b4))/0x9)+parseInt(_0x5b3335(0x193))/0xa*(parseInt(_0x5b3335(0x192))/0xb);if(_0x1411e0===_0x533393)break;else _0x12c98c['push'](_0x12c98c['shift']());}catch(_0xc870b2){_0x12c98c['push'](_0x12c98c['shift']());}}}(_0x3e41,0x72423));function _0x3e41(){const _0x46c340=['8bnabbE','5jXsqRt','inne','Iloczyn\x20z\x20','Miesiąc','Rok-Miesiąc-Dzień','Suma\x20całkowita','Etykiety\x20kolumn','Arkusz','Wartość','OdchStd\x20z\x20','1267456diIQhR','1PYbxuG','{0}\x20{1}','Rok-Kwartał','Godzina','724704fWvHsi','Suma\x20z\x20','Godzina-Minuta','Miesiąc-Dzień','Kwartał','Kolumna','Filtr','6479433XkYBAI','{0}-Q{1}','{0}','{0}:{1}','exports','Dzień','Wariancja\x20z\x20','Kolumna\x20','Średnia\x20z\x20','Etykiety\x20wierszy','3875137NdfzWh','402062yAUUfu','Rok','622092WhWKZO','{0}-{1}','Liczba\x20z\x20','22QOTfJp','4440340taOSih','Suma','Q{0}','Rok-Miesiąc','Minimum\x20z\x20','wartość','Minuta','puste','Wartości','{0}{1}'];_0x3e41=function(){return _0x46c340;};return _0x3e41();}const e={'sheets-pivot':{'sheet':_0x347ac4(0x1a5),'blankValue':'(Puste)','otherValue':'(Inne)','columnName':_0x347ac4(0x189),'subTotalText':_0x347ac4(0x194),'grandTotalText':'Suma\x20całkowita','valueText':_0x347ac4(0x1a6),'rowLabels':_0x347ac4(0x18b),'columnLabels':_0x347ac4(0x1a4),'averageName':_0x347ac4(0x18a),'countName':_0x347ac4(0x191),'countNumsName':_0x347ac4(0x191),'maxName':'Maksimum\x20z\x20','minName':_0x347ac4(0x197),'productName':_0x347ac4(0x1a0),'stdDevName':_0x347ac4(0x1a7),'stdDevpName':'OdchStdPop\x20z\x20','sumName':_0x347ac4(0x1ae),'varName':_0x347ac4(0x1ba),'varpName':'WariancjaPop\x20z\x20','subTotal':'Suma\x20częściowa','grandTotal':_0x347ac4(0x1a3),'value':_0x347ac4(0x198),'blank':_0x347ac4(0x19a),'other':_0x347ac4(0x19f),'renderText':{'valueField':_0x347ac4(0x19c),'subtotal':_0x347ac4(0x1aa),'grandTotal':_0x347ac4(0x1aa),'multipleGrandTotal':'{0}','subtotalWithValue':_0x347ac4(0x1aa)},'emptyPivot':{'filter':_0x347ac4(0x1b3),'row':'Wiersz','column':_0x347ac4(0x1b2),'values':_0x347ac4(0x19b)},'dateGroup':{'year':_0x347ac4(0x18e),'month':_0x347ac4(0x1a1),'day':_0x347ac4(0x1b9),'date':'Dzień','hour':_0x347ac4(0x1ac),'minute':_0x347ac4(0x199),'hourMinute':_0x347ac4(0x1af),'quarter':_0x347ac4(0x1b1),'monthDate':_0x347ac4(0x1b0),'yearQuarter':_0x347ac4(0x1ab),'yearMonth':_0x347ac4(0x196),'yearMonthDate':_0x347ac4(0x1a2)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x347ac4(0x1b6),'hourMinute':_0x347ac4(0x1b7),'date':_0x347ac4(0x1b6),'month':_0x347ac4(0x1b6),'monthDate':_0x347ac4(0x190),'quarter':_0x347ac4(0x195),'year':_0x347ac4(0x1b6),'yearMonth':_0x347ac4(0x190),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x347ac4(0x1b5)}}};module[_0x347ac4(0x1b8)]=e;
@@ -1 +1 @@
1
- const _0x333a31=_0x48b9;(function(_0x1d947f,_0x40b0ff){const _0x3d8fa5=_0x48b9,_0x43ed66=_0x1d947f();while(!![]){try{const _0x39fa87=-parseInt(_0x3d8fa5(0x1e3))/0x1*(parseInt(_0x3d8fa5(0x1cf))/0x2)+-parseInt(_0x3d8fa5(0x1da))/0x3*(-parseInt(_0x3d8fa5(0x1d4))/0x4)+-parseInt(_0x3d8fa5(0x1ce))/0x5+parseInt(_0x3d8fa5(0x1d1))/0x6+-parseInt(_0x3d8fa5(0x1c3))/0x7+-parseInt(_0x3d8fa5(0x1ca))/0x8+parseInt(_0x3d8fa5(0x1d2))/0x9;if(_0x39fa87===_0x40b0ff)break;else _0x43ed66['push'](_0x43ed66['shift']());}catch(_0x220700){_0x43ed66['push'](_0x43ed66['shift']());}}}(_0x5d56,0xa233c));function _0x48b9(_0x5eec1d,_0x5a03e8){_0x5eec1d=_0x5eec1d-0x1c0;const _0x5d566d=_0x5d56();let _0x48b9d2=_0x5d566d[_0x5eec1d];return _0x48b9d2;}function _0x5d56(){const _0x5f24b4=['Coluna\x20','975595AHTBrO','10zVuzSO','Valor','3273006QiKyxs','6605037vNzPOK','Hora','247492fdAPVM','{0}:{1}','exports','em\x20branco','Hora-Minuto','Planilha','60CgCBDi','Máximo\x20de\x20','Subtotal','Rótulos\x20de\x20linha','Coluna','Rótulos\x20de\x20coluna','{0}\x20{1}','Total\x20Geral','Filtro','200999UozOeb','Dia','Linha','Ano-Mês-Dia','{0}-{1}-{2}','DesvPadrãoP\x20de\x20','Contagem\x20de\x20','Mês-Dia','{0}','3460891Vqsvet','Produto\x20de\x20','valor','{0}-{1}','Ano-Trimestre','Q{0}','DesvPadrão\x20de\x20','1263576sYqIzU','Minuto','(Outro)'];_0x5d56=function(){return _0x5f24b4;};return _0x5d56();}const e={'sheets-pivot':{'sheet':_0x333a31(0x1d9),'blankValue':'(Em\x20branco)','otherValue':_0x333a31(0x1cc),'columnName':_0x333a31(0x1cd),'subTotalText':_0x333a31(0x1dc),'grandTotalText':_0x333a31(0x1e1),'valueText':_0x333a31(0x1d0),'rowLabels':_0x333a31(0x1dd),'columnLabels':_0x333a31(0x1df),'averageName':'Média\x20de\x20','countName':_0x333a31(0x1c0),'countNumsName':_0x333a31(0x1c0),'maxName':_0x333a31(0x1db),'minName':'Mínimo\x20de\x20','productName':_0x333a31(0x1c4),'stdDevName':_0x333a31(0x1c9),'stdDevpName':_0x333a31(0x1e8),'sumName':'Soma\x20de\x20','varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':_0x333a31(0x1dc),'grandTotal':_0x333a31(0x1e1),'value':_0x333a31(0x1c5),'blank':_0x333a31(0x1d7),'other':'outro','renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x333a31(0x1e0)},'emptyPivot':{'filter':_0x333a31(0x1e2),'row':_0x333a31(0x1e5),'column':_0x333a31(0x1de),'values':'Valores'},'dateGroup':{'year':'Ano','month':'Mês','day':'Dia','date':_0x333a31(0x1e4),'hour':_0x333a31(0x1d3),'minute':_0x333a31(0x1cb),'hourMinute':_0x333a31(0x1d8),'quarter':'Trimestre','monthDate':_0x333a31(0x1c1),'yearQuarter':_0x333a31(0x1c7),'yearMonth':'Ano-Mês','yearMonthDate':_0x333a31(0x1e6)},'cellDateGroupDisplay':{'minute':_0x333a31(0x1c2),'hour':'{0}','hourMinute':_0x333a31(0x1d5),'date':_0x333a31(0x1c2),'month':_0x333a31(0x1c2),'monthDate':_0x333a31(0x1c6),'quarter':_0x333a31(0x1c8),'year':_0x333a31(0x1c2),'yearMonth':_0x333a31(0x1c6),'yearMonthDate':_0x333a31(0x1e7),'yearQuarter':'{0}-Q{1}'}}};module[_0x333a31(0x1d6)]=e;
1
+ const _0x41e946=_0xf9b9;(function(_0x5ce4e0,_0x41fe28){const _0x29c9da=_0xf9b9,_0x33bbd9=_0x5ce4e0();while(!![]){try{const _0x5dfe71=parseInt(_0x29c9da(0x19c))/0x1*(parseInt(_0x29c9da(0x17e))/0x2)+parseInt(_0x29c9da(0x19b))/0x3+-parseInt(_0x29c9da(0x18a))/0x4*(parseInt(_0x29c9da(0x199))/0x5)+parseInt(_0x29c9da(0x188))/0x6*(parseInt(_0x29c9da(0x19a))/0x7)+-parseInt(_0x29c9da(0x171))/0x8*(-parseInt(_0x29c9da(0x18e))/0x9)+parseInt(_0x29c9da(0x17c))/0xa*(-parseInt(_0x29c9da(0x178))/0xb)+-parseInt(_0x29c9da(0x196))/0xc*(parseInt(_0x29c9da(0x18d))/0xd);if(_0x5dfe71===_0x41fe28)break;else _0x33bbd9['push'](_0x33bbd9['shift']());}catch(_0x5ad495){_0x33bbd9['push'](_0x33bbd9['shift']());}}}(_0x3c07,0xe6ced));const e={'sheets-pivot':{'sheet':_0x41e946(0x190),'blankValue':'(Em\x20branco)','otherValue':'(Outro)','columnName':_0x41e946(0x195),'subTotalText':_0x41e946(0x194),'grandTotalText':'Total\x20Geral','valueText':'Valor','rowLabels':_0x41e946(0x172),'columnLabels':_0x41e946(0x17b),'averageName':_0x41e946(0x180),'countName':'Contagem\x20de\x20','countNumsName':_0x41e946(0x19e),'maxName':_0x41e946(0x187),'minName':_0x41e946(0x19f),'productName':_0x41e946(0x184),'stdDevName':_0x41e946(0x173),'stdDevpName':_0x41e946(0x18c),'sumName':_0x41e946(0x176),'varName':_0x41e946(0x197),'varpName':_0x41e946(0x18b),'subTotal':'Subtotal','grandTotal':'Total\x20Geral','value':_0x41e946(0x181),'blank':'em\x20branco','other':_0x41e946(0x19d),'renderText':{'valueField':_0x41e946(0x191),'subtotal':_0x41e946(0x175),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x41e946(0x175)},'emptyPivot':{'filter':_0x41e946(0x17a),'row':_0x41e946(0x174),'column':'Coluna','values':_0x41e946(0x177)},'dateGroup':{'year':_0x41e946(0x186),'month':_0x41e946(0x17f),'day':_0x41e946(0x179),'date':_0x41e946(0x179),'hour':'Hora','minute':_0x41e946(0x170),'hourMinute':_0x41e946(0x193),'quarter':'Trimestre','monthDate':_0x41e946(0x182),'yearQuarter':_0x41e946(0x192),'yearMonth':_0x41e946(0x198),'yearMonthDate':_0x41e946(0x183)},'cellDateGroupDisplay':{'minute':_0x41e946(0x1a0),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0x41e946(0x189),'quarter':_0x41e946(0x18f),'year':_0x41e946(0x1a0),'yearMonth':_0x41e946(0x189),'yearMonthDate':_0x41e946(0x185),'yearQuarter':_0x41e946(0x17d)}}};module['exports']=e;function _0xf9b9(_0x22aa1a,_0x571e0c){_0x22aa1a=_0x22aa1a-0x170;const _0x3c07d1=_0x3c07();let _0xf9b9a3=_0x3c07d1[_0x22aa1a];return _0xf9b9a3;}function _0x3c07(){const _0x5cefb6=['Valores','3513543KhWYEA','Dia','Filtro','Rótulos\x20de\x20coluna','10MbkXkL','{0}-Q{1}','1055034eKvXHq','Mês','Média\x20de\x20','valor','Mês-Dia','Ano-Mês-Dia','Produto\x20de\x20','{0}-{1}-{2}','Ano','Máximo\x20de\x20','30KEHyyz','{0}-{1}','270072bSRgmy','VarP\x20de\x20','DesvPadrãoP\x20de\x20','7903558OYEdZL','306RVRFRu','Q{0}','Planilha','{0}{1}','Ano-Trimestre','Hora-Minuto','Subtotal','Coluna\x20','12XwqhzF','Var\x20de\x20','Ano-Mês','20zPMuZx','174454IOvBuR','339873buJlJG','3leTGXf','outro','Contagem\x20de\x20','Mínimo\x20de\x20','{0}','Minuto','75856LmpvDY','Rótulos\x20de\x20linha','DesvPadrão\x20de\x20','Linha','{0}\x20{1}','Soma\x20de\x20'];_0x3c07=function(){return _0x5cefb6;};return _0x3c07();}
@@ -1 +1 @@
1
- const _0x129d89=_0x56bb;(function(_0x26692e,_0xf117e8){const _0x145a61=_0x56bb,_0x4ade08=_0x26692e();while(!![]){try{const _0x1ca6c6=parseInt(_0x145a61(0x185))/0x1+parseInt(_0x145a61(0x19c))/0x2*(parseInt(_0x145a61(0x191))/0x3)+-parseInt(_0x145a61(0x17c))/0x4*(-parseInt(_0x145a61(0x17a))/0x5)+parseInt(_0x145a61(0x189))/0x6+-parseInt(_0x145a61(0x176))/0x7+-parseInt(_0x145a61(0x175))/0x8*(parseInt(_0x145a61(0x1a1))/0x9)+parseInt(_0x145a61(0x187))/0xa*(-parseInt(_0x145a61(0x183))/0xb);if(_0x1ca6c6===_0xf117e8)break;else _0x4ade08['push'](_0x4ade08['shift']());}catch(_0x252ae7){_0x4ade08['push'](_0x4ade08['shift']());}}}(_0x4555,0x2063f));function _0x56bb(_0x36ca24,_0x454d0b){_0x36ca24=_0x36ca24-0x175;const _0x455514=_0x4555();let _0x56bbe1=_0x455514[_0x36ca24];return _0x56bbe1;}const e={'sheets-pivot':{'sheet':'Лист','blankValue':_0x129d89(0x195),'otherValue':'(Другое)','columnName':'Столбец\x20','subTotalText':_0x129d89(0x186),'grandTotalText':_0x129d89(0x197),'valueText':_0x129d89(0x193),'rowLabels':_0x129d89(0x199),'columnLabels':_0x129d89(0x17e),'averageName':'Среднее\x20по\x20','countName':_0x129d89(0x17b),'countNumsName':_0x129d89(0x17d),'maxName':_0x129d89(0x188),'minName':_0x129d89(0x18d),'productName':'Произведение\x20по\x20','stdDevName':'Стандартное\x20отклонение\x20по\x20','stdDevpName':_0x129d89(0x178),'sumName':'Сумма\x20по\x20','varName':'Дисперсия\x20по\x20','varpName':_0x129d89(0x19a),'subTotal':_0x129d89(0x186),'grandTotal':_0x129d89(0x197),'value':'Значение','blank':_0x129d89(0x181),'other':_0x129d89(0x19f),'renderText':{'valueField':_0x129d89(0x198),'subtotal':_0x129d89(0x180),'grandTotal':_0x129d89(0x180),'multipleGrandTotal':_0x129d89(0x1a3),'subtotalWithValue':_0x129d89(0x180)},'emptyPivot':{'filter':_0x129d89(0x18a),'row':_0x129d89(0x18e),'column':_0x129d89(0x179),'values':'Значение'},'dateGroup':{'year':'Год','month':_0x129d89(0x196),'day':_0x129d89(0x190),'date':_0x129d89(0x190),'hour':_0x129d89(0x18f),'minute':_0x129d89(0x18c),'hourMinute':_0x129d89(0x18b),'quarter':_0x129d89(0x1a2),'monthDate':_0x129d89(0x177),'yearQuarter':_0x129d89(0x1a0),'yearMonth':_0x129d89(0x182),'yearMonthDate':_0x129d89(0x194)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x129d89(0x1a3),'hourMinute':_0x129d89(0x19b),'date':_0x129d89(0x1a3),'month':_0x129d89(0x1a3),'monthDate':'{0}-{1}','quarter':_0x129d89(0x17f),'year':_0x129d89(0x1a3),'yearMonth':_0x129d89(0x19d),'yearMonthDate':_0x129d89(0x184),'yearQuarter':_0x129d89(0x192)}}};function _0x4555(){const _0x585e32=['Промежуточный\x20итог','30rZLsTb','Максимум\x20по\x20','419646MEtKgI','Фильтр','Час-Минута','Минута','Минимум\x20по\x20','Строка','Час','День','45843DHcwYB','{0}-Q{1}','Значение','Год-Месяц-День','(Пусто)','Месяц','Общий\x20итог','{0}{1}','Метки\x20строк','Общая\x20дисперсия\x20по\x20','{0}:{1}','28PwfUqj','{0}-{1}','exports','Другое','Год-Квартал','1209834tRrKnT','Квартал','{0}','8COmmut','339409EQznfs','Месяц-День','Общее\x20стандартное\x20отклонение\x20по\x20','Столбец','25475skxiRi','Количество\x20по\x20','120WOljlp','Число\x20по\x20','Метки\x20столбцов','Q{0}','{0}\x20{1}','Пусто','Год-Месяц','746537odoBPg','{0}-{1}-{2}','82460nBdwAA'];_0x4555=function(){return _0x585e32;};return _0x4555();}module[_0x129d89(0x19e)]=e;
1
+ const _0x321cb6=_0x1133;(function(_0x5833ae,_0x3689ac){const _0x40b9bc=_0x1133,_0x33eefc=_0x5833ae();while(!![]){try{const _0xb448d1=-parseInt(_0x40b9bc(0xc9))/0x1+parseInt(_0x40b9bc(0xd5))/0x2*(parseInt(_0x40b9bc(0xbe))/0x3)+-parseInt(_0x40b9bc(0xb3))/0x4*(-parseInt(_0x40b9bc(0xca))/0x5)+-parseInt(_0x40b9bc(0xd7))/0x6*(parseInt(_0x40b9bc(0xac))/0x7)+parseInt(_0x40b9bc(0xb4))/0x8+parseInt(_0x40b9bc(0xb2))/0x9+parseInt(_0x40b9bc(0xbd))/0xa*(-parseInt(_0x40b9bc(0xbb))/0xb);if(_0xb448d1===_0x3689ac)break;else _0x33eefc['push'](_0x33eefc['shift']());}catch(_0x54e55a){_0x33eefc['push'](_0x33eefc['shift']());}}}(_0x10fb,0x6e9ff));const e={'sheets-pivot':{'sheet':_0x321cb6(0xd6),'blankValue':_0x321cb6(0xc1),'otherValue':_0x321cb6(0xb0),'columnName':_0x321cb6(0xd0),'subTotalText':_0x321cb6(0xad),'grandTotalText':_0x321cb6(0xb1),'valueText':_0x321cb6(0xc3),'rowLabels':_0x321cb6(0xcc),'columnLabels':_0x321cb6(0xb6),'averageName':_0x321cb6(0xc8),'countName':_0x321cb6(0xcd),'countNumsName':_0x321cb6(0xb8),'maxName':_0x321cb6(0xba),'minName':_0x321cb6(0xcb),'productName':'Произведение\x20по\x20','stdDevName':_0x321cb6(0xc6),'stdDevpName':_0x321cb6(0xc5),'sumName':_0x321cb6(0xce),'varName':_0x321cb6(0xcf),'varpName':_0x321cb6(0xbf),'subTotal':'Промежуточный\x20итог','grandTotal':'Общий\x20итог','value':_0x321cb6(0xc3),'blank':'Пусто','other':_0x321cb6(0xb7),'renderText':{'valueField':'{0}{1}','subtotal':_0x321cb6(0xc2),'grandTotal':_0x321cb6(0xc2),'multipleGrandTotal':_0x321cb6(0xd4),'subtotalWithValue':_0x321cb6(0xc2)},'emptyPivot':{'filter':'Фильтр','row':_0x321cb6(0xb5),'column':_0x321cb6(0xaf),'values':'Значение'},'dateGroup':{'year':'Год','month':_0x321cb6(0xd3),'day':_0x321cb6(0xaa),'date':_0x321cb6(0xaa),'hour':_0x321cb6(0xc4),'minute':'Минута','hourMinute':_0x321cb6(0xa9),'quarter':_0x321cb6(0xd2),'monthDate':_0x321cb6(0xc0),'yearQuarter':'Год-Квартал','yearMonth':_0x321cb6(0xae),'yearMonthDate':'Год-Месяц-День'},'cellDateGroupDisplay':{'minute':_0x321cb6(0xd4),'hour':_0x321cb6(0xd4),'hourMinute':'{0}:{1}','date':_0x321cb6(0xd4),'month':_0x321cb6(0xd4),'monthDate':_0x321cb6(0xbc),'quarter':_0x321cb6(0xc7),'year':'{0}','yearMonth':_0x321cb6(0xbc),'yearMonthDate':_0x321cb6(0xd1),'yearQuarter':_0x321cb6(0xb9)}}};function _0x10fb(){const _0x2e20f2=['{0}-{1}','38620ZeAECb','51357CPXpdT','Общая\x20дисперсия\x20по\x20','Месяц-День','(Пусто)','{0}\x20{1}','Значение','Час','Общее\x20стандартное\x20отклонение\x20по\x20','Стандартное\x20отклонение\x20по\x20','Q{0}','Среднее\x20по\x20','86892spwmym','45tPhhed','Минимум\x20по\x20','Метки\x20строк','Количество\x20по\x20','Сумма\x20по\x20','Дисперсия\x20по\x20','Столбец\x20','{0}-{1}-{2}','Квартал','Месяц','{0}','2JdmUJh','Лист','106008pGiqee','Час-Минута','День','exports','231eKwkCo','Промежуточный\x20итог','Год-Месяц','Столбец','(Другое)','Общий\x20итог','6090192VJBvhl','385180hXPSjH','2494568Nnlfwe','Строка','Метки\x20столбцов','Другое','Число\x20по\x20','{0}-Q{1}','Максимум\x20по\x20','2134DUsfcQ'];_0x10fb=function(){return _0x2e20f2;};return _0x10fb();}function _0x1133(_0x1572bf,_0x3ffd64){_0x1572bf=_0x1572bf-0xa9;const _0x10fb36=_0x10fb();let _0x113320=_0x10fb36[_0x1572bf];return _0x113320;}module[_0x321cb6(0xab)]=e;
@@ -1 +1 @@
1
- const _0xe83e69=_0x33c4;(function(_0x400cd9,_0x45e326){const _0x4f1dbb=_0x33c4,_0x28fb24=_0x400cd9();while(!![]){try{const _0x23a3e2=parseInt(_0x4f1dbb(0x1c2))/0x1*(parseInt(_0x4f1dbb(0x1b4))/0x2)+parseInt(_0x4f1dbb(0x1b7))/0x3*(parseInt(_0x4f1dbb(0x1d1))/0x4)+parseInt(_0x4f1dbb(0x1c6))/0x5+-parseInt(_0x4f1dbb(0x1c8))/0x6+parseInt(_0x4f1dbb(0x1cc))/0x7*(-parseInt(_0x4f1dbb(0x1b0))/0x8)+parseInt(_0x4f1dbb(0x1ca))/0x9+-parseInt(_0x4f1dbb(0x1bd))/0xa;if(_0x23a3e2===_0x45e326)break;else _0x28fb24['push'](_0x28fb24['shift']());}catch(_0x48c661){_0x28fb24['push'](_0x28fb24['shift']());}}}(_0x4bbf,0x7a25d));function _0x4bbf(){const _0xe619bf=['Max\x20z\x20','8QSxouX','Rok-Mesiac','Rok','Hodnota','12DLFgGA','Hodina','Deň','18VOgRFF','prázdne','Rozptyl\x20z\x20','{0}\x20{1}','Mesiac-Deň','Súčin\x20z\x20','1651710vXKCcS','Stĺpec\x20','Minúta','Mesiac','Celkový\x20súčet','62950aSiBDm','iné','{0}-Q{1}','Filter','1336245yScddp','{0}{1}','2674728vHhsPi','exports','6328440CucZDk','Hodina-Minúta','6077449LSMMas','{0}:{1}','Súčet','Hodnoty','(Iné)','420916Abymrq','Smerodajná\x20odchýlka\x20z\x20','Stĺpec','Min\x20z\x20','hodnota','Priemer\x20z\x20','Riadok','Rok-Mesiac-Deň','Menovky\x20riadkov','Rozptyl\x20populácie\x20z\x20','Štvrťrok','Medzisúčet','Rok-Štvrťrok','{0}'];_0x4bbf=function(){return _0xe619bf;};return _0x4bbf();}function _0x33c4(_0x561cf7,_0x1045cb){_0x561cf7=_0x561cf7-0x1a5;const _0x4bbfeb=_0x4bbf();let _0x33c4cf=_0x4bbfeb[_0x561cf7];return _0x33c4cf;}const e={'sheets-pivot':{'sheet':'Hárok','blankValue':'(Prázdne)','otherValue':_0xe83e69(0x1d0),'columnName':_0xe83e69(0x1be),'subTotalText':_0xe83e69(0x1ce),'grandTotalText':'Celkový\x20súčet','valueText':_0xe83e69(0x1b3),'rowLabels':_0xe83e69(0x1a9),'columnLabels':'Menovky\x20stĺpcov','averageName':_0xe83e69(0x1a6),'countName':'Počet\x20z\x20','countNumsName':'Počet\x20z\x20','maxName':_0xe83e69(0x1af),'minName':_0xe83e69(0x1d4),'productName':_0xe83e69(0x1bc),'stdDevName':_0xe83e69(0x1d2),'stdDevpName':'Smerodajná\x20odchýlka\x20populácie\x20z\x20','sumName':'Súčet\x20z\x20','varName':_0xe83e69(0x1b9),'varpName':_0xe83e69(0x1aa),'subTotal':_0xe83e69(0x1ac),'grandTotal':_0xe83e69(0x1c1),'value':_0xe83e69(0x1a5),'blank':_0xe83e69(0x1b8),'other':_0xe83e69(0x1c3),'renderText':{'valueField':_0xe83e69(0x1c7),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0xe83e69(0x1ae),'subtotalWithValue':_0xe83e69(0x1ba)},'emptyPivot':{'filter':_0xe83e69(0x1c5),'row':_0xe83e69(0x1a7),'column':_0xe83e69(0x1d3),'values':_0xe83e69(0x1cf)},'dateGroup':{'year':_0xe83e69(0x1b2),'month':_0xe83e69(0x1c0),'day':'Deň','date':_0xe83e69(0x1b6),'hour':_0xe83e69(0x1b5),'minute':_0xe83e69(0x1bf),'hourMinute':_0xe83e69(0x1cb),'quarter':_0xe83e69(0x1ab),'monthDate':_0xe83e69(0x1bb),'yearQuarter':_0xe83e69(0x1ad),'yearMonth':_0xe83e69(0x1b1),'yearMonthDate':_0xe83e69(0x1a8)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xe83e69(0x1ae),'hourMinute':_0xe83e69(0x1cd),'date':'{0}','month':_0xe83e69(0x1ae),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0xe83e69(0x1ae),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0xe83e69(0x1c4)}}};module[_0xe83e69(0x1c9)]=e;
1
+ function _0x2c75(){const _0x3242eb=['{0}','13024fvTbar','Hodina','Mesiac-Deň','1235037SPpfbw','exports','iné','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Počet\x20z\x20','Rok-Štvrťrok','Hodina-Minúta','37593wBZIRj','Medzisúčet','1237872GnsSFw','Priemer\x20z\x20','{0}:{1}','Rok-Mesiac-Deň','Max\x20z\x20','Mesiac','7701414RLmeKB','430744qHnEtn','(Iné)','Stĺpec','Rok','Riadok','Rozptyl\x20populácie\x20z\x20','Minúta','{0}\x20{1}','Súčin\x20z\x20','{0}-Q{1}','Deň','Filter','1203ZnhNLE','(Prázdne)','Hodnota','2728vVZPfR','Hárok','Rok-Mesiac','hodnota','Hodnoty','Stĺpec\x20','{0}-{1}','{0}-{1}-{2}','Súčet','3621450MGXIQY','Celkový\x20súčet'];_0x2c75=function(){return _0x3242eb;};return _0x2c75();}const _0x542421=_0xb9bf;(function(_0x3f84c8,_0x2b7d7a){const _0x4cfe11=_0xb9bf,_0x5b111b=_0x3f84c8();while(!![]){try{const _0x3b7e5b=-parseInt(_0x4cfe11(0x117))/0x1+-parseInt(_0x4cfe11(0x127))/0x2+parseInt(_0x4cfe11(0x133))/0x3*(-parseInt(_0x4cfe11(0x114))/0x4)+parseInt(_0x4cfe11(0x111))/0x5+parseInt(_0x4cfe11(0x120))/0x6+parseInt(_0x4cfe11(0x126))/0x7+-parseInt(_0x4cfe11(0x136))/0x8*(-parseInt(_0x4cfe11(0x11e))/0x9);if(_0x3b7e5b===_0x2b7d7a)break;else _0x5b111b['push'](_0x5b111b['shift']());}catch(_0x31d199){_0x5b111b['push'](_0x5b111b['shift']());}}}(_0x2c75,0xaaad8));function _0xb9bf(_0xc56b6a,_0x15ab42){_0xc56b6a=_0xc56b6a-0x109;const _0x2c754d=_0x2c75();let _0xb9bfdc=_0x2c754d[_0xc56b6a];return _0xb9bfdc;}const e={'sheets-pivot':{'sheet':_0x542421(0x109),'blankValue':_0x542421(0x134),'otherValue':_0x542421(0x128),'columnName':_0x542421(0x10d),'subTotalText':_0x542421(0x110),'grandTotalText':_0x542421(0x112),'valueText':_0x542421(0x135),'rowLabels':'Menovky\x20riadkov','columnLabels':'Menovky\x20stĺpcov','averageName':_0x542421(0x121),'countName':'Počet\x20z\x20','countNumsName':_0x542421(0x11b),'maxName':_0x542421(0x124),'minName':'Min\x20z\x20','productName':_0x542421(0x12f),'stdDevName':'Smerodajná\x20odchýlka\x20z\x20','stdDevpName':_0x542421(0x11a),'sumName':'Súčet\x20z\x20','varName':'Rozptyl\x20z\x20','varpName':_0x542421(0x12c),'subTotal':_0x542421(0x11f),'grandTotal':_0x542421(0x112),'value':_0x542421(0x10b),'blank':'prázdne','other':_0x542421(0x119),'renderText':{'valueField':'{0}{1}','subtotal':_0x542421(0x12e),'grandTotal':_0x542421(0x12e),'multipleGrandTotal':'{0}','subtotalWithValue':_0x542421(0x12e)},'emptyPivot':{'filter':_0x542421(0x132),'row':_0x542421(0x12b),'column':_0x542421(0x129),'values':_0x542421(0x10c)},'dateGroup':{'year':_0x542421(0x12a),'month':_0x542421(0x125),'day':_0x542421(0x131),'date':_0x542421(0x131),'hour':_0x542421(0x115),'minute':_0x542421(0x12d),'hourMinute':_0x542421(0x11d),'quarter':'Štvrťrok','monthDate':_0x542421(0x116),'yearQuarter':_0x542421(0x11c),'yearMonth':_0x542421(0x10a),'yearMonthDate':_0x542421(0x123)},'cellDateGroupDisplay':{'minute':_0x542421(0x113),'hour':'{0}','hourMinute':_0x542421(0x122),'date':'{0}','month':_0x542421(0x113),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x542421(0x113),'yearMonth':_0x542421(0x10e),'yearMonthDate':_0x542421(0x10f),'yearQuarter':_0x542421(0x130)}}};module[_0x542421(0x118)]=e;
@@ -1 +1 @@
1
- function _0x2010(_0x320d1d,_0x55047d){_0x320d1d=_0x320d1d-0x184;const _0x196fb7=_0x196f();let _0x20106f=_0x196fb7[_0x320d1d];return _0x20106f;}const _0x42830b=_0x2010;(function(_0x16fdef,_0x4e2be7){const _0x483032=_0x2010,_0x53ec05=_0x16fdef();while(!![]){try{const _0x1af4ae=-parseInt(_0x483032(0x1ac))/0x1*(parseInt(_0x483032(0x19c))/0x2)+-parseInt(_0x483032(0x19a))/0x3+parseInt(_0x483032(0x1a1))/0x4+-parseInt(_0x483032(0x193))/0x5+parseInt(_0x483032(0x18b))/0x6*(parseInt(_0x483032(0x199))/0x7)+parseInt(_0x483032(0x19d))/0x8+-parseInt(_0x483032(0x1a8))/0x9;if(_0x1af4ae===_0x4e2be7)break;else _0x53ec05['push'](_0x53ec05['shift']());}catch(_0x1b3500){_0x53ec05['push'](_0x53ec05['shift']());}}}(_0x196f,0x89d37));const e={'sheets-pivot':{'sheet':_0x42830b(0x1a5),'blankValue':_0x42830b(0x18d),'otherValue':_0x42830b(0x185),'columnName':_0x42830b(0x190),'subTotalText':_0x42830b(0x18f),'grandTotalText':_0x42830b(0x1a9),'valueText':_0x42830b(0x19e),'rowLabels':'Nhãn\x20hàng','columnLabels':'Nhãn\x20cột','averageName':_0x42830b(0x197),'countName':_0x42830b(0x188),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x42830b(0x1ad),'productName':'Tích:','stdDevName':_0x42830b(0x186),'stdDevpName':_0x42830b(0x1a0),'sumName':_0x42830b(0x19b),'varName':_0x42830b(0x194),'varpName':_0x42830b(0x1a6),'subTotal':_0x42830b(0x18f),'grandTotal':_0x42830b(0x1a9),'value':'Giá\x20trị','blank':_0x42830b(0x192),'other':_0x42830b(0x198),'renderText':{'valueField':_0x42830b(0x18a),'subtotal':_0x42830b(0x18c),'grandTotal':_0x42830b(0x18c),'multipleGrandTotal':'{0}','subtotalWithValue':_0x42830b(0x18c)},'emptyPivot':{'filter':_0x42830b(0x196),'row':'Hàng','column':_0x42830b(0x1a3),'values':_0x42830b(0x19e)},'dateGroup':{'year':_0x42830b(0x195),'month':'Tháng','day':_0x42830b(0x1aa),'date':_0x42830b(0x1aa),'hour':_0x42830b(0x189),'minute':'Phút','hourMinute':_0x42830b(0x187),'quarter':_0x42830b(0x1a4),'monthDate':_0x42830b(0x1a7),'yearQuarter':_0x42830b(0x1a2),'yearMonth':_0x42830b(0x191),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x42830b(0x19f),'hour':'{0}','hourMinute':_0x42830b(0x1ab),'date':_0x42830b(0x19f),'month':_0x42830b(0x19f),'monthDate':_0x42830b(0x18e),'quarter':_0x42830b(0x184),'year':_0x42830b(0x19f),'yearMonth':_0x42830b(0x18e),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};module['exports']=e;function _0x196f(){const _0x58e645=['Cột','Quý','Bảng\x20tính','Phương\x20sai\x20toàn\x20phần:','Tháng-Ngày','1412811dMbhfP','Tổng\x20cộng','Ngày','{0}:{1}','2MiRJRg','Giá\x20trị\x20tối\x20thiểu:','Q{0}','(Khác)','Độ\x20lệch\x20chuẩn:','Giờ-Phút','Số\x20lượng:','Giờ','{0}{1}','1349382nxlArY','{0}\x20{1}','(Trống)','{0}-{1}','Tổng\x20phụ','Cột\x20','Năm-Tháng','Trống','374565JMzmlf','Phương\x20sai:','Năm','Lọc','Giá\x20trị\x20trung\x20bình:','Khác','7tFvWDY','1863531oaBhin','Tổng:','205132WOMquG','5651464ZGBZhj','Giá\x20trị','{0}','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','2765624ysolVL','Năm-Quý'];_0x196f=function(){return _0x58e645;};return _0x196f();}
1
+ const _0x27cd4b=_0x80bc;(function(_0x170520,_0x4f8265){const _0x31abd7=_0x80bc,_0x5e928a=_0x170520();while(!![]){try{const _0x418e45=parseInt(_0x31abd7(0x197))/0x1*(-parseInt(_0x31abd7(0x1af))/0x2)+-parseInt(_0x31abd7(0x1aa))/0x3+-parseInt(_0x31abd7(0x1a0))/0x4+-parseInt(_0x31abd7(0x196))/0x5*(parseInt(_0x31abd7(0x1be))/0x6)+parseInt(_0x31abd7(0x1a9))/0x7+parseInt(_0x31abd7(0x1b1))/0x8+parseInt(_0x31abd7(0x19b))/0x9;if(_0x418e45===_0x4f8265)break;else _0x5e928a['push'](_0x5e928a['shift']());}catch(_0x55af80){_0x5e928a['push'](_0x5e928a['shift']());}}}(_0xd8b8,0x663cb));function _0xd8b8(){const _0x2bae76=['1437504poZMhM','(Khác)','Ngày','Giá\x20trị\x20trung\x20bình:','Năm','{0}-Q{1}','Độ\x20lệch\x20chuẩn:','Tích:','Trống','1372364qvIMNp','382098gPyeOD','Giá\x20trị\x20tối\x20thiểu:','Bảng\x20tính','Tổng:','Giờ','22VUfNCT','Số\x20lượng\x20số:','2847344rGwkGT','Cột\x20','Tổng\x20cộng','Lọc','Tổng\x20phụ','Tháng','(Trống)','{0}\x20{1}','Cột','Giá\x20trị','Q{0}','Năm-Quý','{0}:{1}','54078LAOLCr','Nhãn\x20cột','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','exports','Giờ-Phút','{0}-{1}-{2}','195MnAzVI','10678LQSpGV','{0}-{1}','Nhãn\x20hàng','Năm-Tháng','7402500nCxsXq','Phương\x20sai:','{0}{1}','{0}','Số\x20lượng:'];_0xd8b8=function(){return _0x2bae76;};return _0xd8b8();}function _0x80bc(_0x122719,_0x11c9d2){_0x122719=_0x122719-0x192;const _0xd8b80b=_0xd8b8();let _0x80bc8c=_0xd8b80b[_0x122719];return _0x80bc8c;}const e={'sheets-pivot':{'sheet':_0x27cd4b(0x1ac),'blankValue':_0x27cd4b(0x1b7),'otherValue':_0x27cd4b(0x1a1),'columnName':_0x27cd4b(0x1b2),'subTotalText':'Tổng\x20phụ','grandTotalText':_0x27cd4b(0x1b3),'valueText':_0x27cd4b(0x1ba),'rowLabels':_0x27cd4b(0x199),'columnLabels':_0x27cd4b(0x1bf),'averageName':_0x27cd4b(0x1a3),'countName':_0x27cd4b(0x19f),'countNumsName':_0x27cd4b(0x1b0),'maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x27cd4b(0x1ab),'productName':_0x27cd4b(0x1a7),'stdDevName':_0x27cd4b(0x1a6),'stdDevpName':_0x27cd4b(0x192),'sumName':_0x27cd4b(0x1ad),'varName':_0x27cd4b(0x19c),'varpName':'Phương\x20sai\x20toàn\x20phần:','subTotal':_0x27cd4b(0x1b5),'grandTotal':_0x27cd4b(0x1b3),'value':_0x27cd4b(0x1ba),'blank':_0x27cd4b(0x1a8),'other':'Khác','renderText':{'valueField':_0x27cd4b(0x19d),'subtotal':_0x27cd4b(0x1b8),'grandTotal':_0x27cd4b(0x1b8),'multipleGrandTotal':'{0}','subtotalWithValue':_0x27cd4b(0x1b8)},'emptyPivot':{'filter':_0x27cd4b(0x1b4),'row':'Hàng','column':_0x27cd4b(0x1b9),'values':_0x27cd4b(0x1ba)},'dateGroup':{'year':_0x27cd4b(0x1a4),'month':_0x27cd4b(0x1b6),'day':_0x27cd4b(0x1a2),'date':_0x27cd4b(0x1a2),'hour':_0x27cd4b(0x1ae),'minute':'Phút','hourMinute':_0x27cd4b(0x194),'quarter':'Quý','monthDate':'Tháng-Ngày','yearQuarter':_0x27cd4b(0x1bc),'yearMonth':_0x27cd4b(0x19a),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x27cd4b(0x19e),'hour':_0x27cd4b(0x19e),'hourMinute':_0x27cd4b(0x1bd),'date':'{0}','month':'{0}','monthDate':_0x27cd4b(0x198),'quarter':_0x27cd4b(0x1bb),'year':_0x27cd4b(0x19e),'yearMonth':_0x27cd4b(0x198),'yearMonthDate':_0x27cd4b(0x195),'yearQuarter':_0x27cd4b(0x1a5)}}};module[_0x27cd4b(0x193)]=e;
@@ -1 +1 @@
1
- function _0x39af(){const _0x33a9bd=['757462rAQAtJ','列标签','{0}-Q{1}','求和项:','总体标准偏差项:','{0}','工作表','年-季度','小时-分钟','标准偏差项:','295122COdIUt','Q{0}','3081090dyWzLy','434849liXBAN','总体方差项:','110640bHlyZz','256KRExuD','行标签','{0}-{1}-{2}','28UngFzu','(空白)','{0}{1}','{0}-{1}','年-月-日','95179rdCNzo','最大值项:','数值计数项:','{0}\x20{1}','年-月','17560701BOVpUg'];_0x39af=function(){return _0x33a9bd;};return _0x39af();}const _0xfb9dc1=_0x4915;(function(_0x4d014a,_0x50dc38){const _0x388086=_0x4915,_0x30b5bd=_0x4d014a();while(!![]){try{const _0x352df7=-parseInt(_0x388086(0x1f9))/0x1+-parseInt(_0x388086(0x1ec))/0x2+-parseInt(_0x388086(0x1f6))/0x3*(parseInt(_0x388086(0x1e1))/0x4)+-parseInt(_0x388086(0x1fb))/0x5+-parseInt(_0x388086(0x1f8))/0x6+parseInt(_0x388086(0x1e6))/0x7*(parseInt(_0x388086(0x1de))/0x8)+parseInt(_0x388086(0x1eb))/0x9;if(_0x352df7===_0x50dc38)break;else _0x30b5bd['push'](_0x30b5bd['shift']());}catch(_0x5a543e){_0x30b5bd['push'](_0x30b5bd['shift']());}}}(_0x39af,0x55124));function _0x4915(_0x111c2a,_0x16cd1e){_0x111c2a=_0x111c2a-0x1de;const _0x39af6d=_0x39af();let _0x491595=_0x39af6d[_0x111c2a];return _0x491595;}const e={'sheets-pivot':{'sheet':_0xfb9dc1(0x1f2),'blankValue':_0xfb9dc1(0x1e2),'otherValue':'(其他)','columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0xfb9dc1(0x1df),'columnLabels':_0xfb9dc1(0x1ed),'averageName':'平均值项:','countName':'计数项:','countNumsName':_0xfb9dc1(0x1e8),'maxName':_0xfb9dc1(0x1e7),'minName':'最小值项:','productName':'乘积项:','stdDevName':_0xfb9dc1(0x1f5),'stdDevpName':_0xfb9dc1(0x1f0),'sumName':_0xfb9dc1(0x1ef),'varName':'方差项:','varpName':_0xfb9dc1(0x1fa),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0xfb9dc1(0x1e3),'subtotal':'{0}\x20{1}','grandTotal':_0xfb9dc1(0x1e9),'multipleGrandTotal':_0xfb9dc1(0x1f1),'subtotalWithValue':_0xfb9dc1(0x1e9)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0xfb9dc1(0x1f4),'quarter':'季度','monthDate':'月-日','yearQuarter':_0xfb9dc1(0x1f3),'yearMonth':_0xfb9dc1(0x1ea),'yearMonthDate':_0xfb9dc1(0x1e5)},'cellDateGroupDisplay':{'minute':_0xfb9dc1(0x1f1),'hour':'{0}','hourMinute':'{0}:{1}','date':_0xfb9dc1(0x1f1),'month':_0xfb9dc1(0x1f1),'monthDate':'{0}-{1}','quarter':_0xfb9dc1(0x1f7),'year':'{0}','yearMonth':_0xfb9dc1(0x1e4),'yearMonthDate':_0xfb9dc1(0x1e0),'yearQuarter':_0xfb9dc1(0x1ee)}}};module['exports']=e;
1
+ function _0x5aa0(_0x4a3eb7,_0x5e7a0c){_0x4a3eb7=_0x4a3eb7-0x1cb;const _0x541b63=_0x541b();let _0x5aa0b3=_0x541b63[_0x4a3eb7];return _0x5aa0b3;}function _0x541b(){const _0xa5701d=['646252ExmcEb','月-日','{0}{1}','74192BICHkZ','5348241gWiseA','{0}-{1}','计数项:','{0}\x20{1}','平均值项:','{0}','1348810Jgmnqo','(空白)','{0}-Q{1}','{0}-{1}-{2}','数值计数项:','681840UPRCMX','(其他)','最小值项:','511SBnNUh','年-季度','Q{0}','exports','最大值项:','小时-分钟','272615ZBfWMQ','66jJvdLI','列标签','年-月-日','标准偏差项:','行标签','{0}:{1}','求和项:','1627570YeCwKV','总体方差项:','9rHLiGo','总体标准偏差项:','工作表'];_0x541b=function(){return _0xa5701d;};return _0x541b();}const _0x4a9a40=_0x5aa0;(function(_0x5d16da,_0x497883){const _0x1e68e4=_0x5aa0,_0xe93397=_0x5d16da();while(!![]){try{const _0x1ae3d2=parseInt(_0x1e68e4(0x1e1))/0x1+-parseInt(_0x1e68e4(0x1dc))/0x2+parseInt(_0x1e68e4(0x1cf))/0x3*(-parseInt(_0x1e68e4(0x1d2))/0x4)+-parseInt(_0x1e68e4(0x1ea))/0x5*(-parseInt(_0x1e68e4(0x1eb))/0x6)+-parseInt(_0x1e68e4(0x1e4))/0x7*(-parseInt(_0x1e68e4(0x1d5))/0x8)+-parseInt(_0x1e68e4(0x1d6))/0x9+parseInt(_0x1e68e4(0x1cd))/0xa;if(_0x1ae3d2===_0x497883)break;else _0xe93397['push'](_0xe93397['shift']());}catch(_0x1974f9){_0xe93397['push'](_0xe93397['shift']());}}}(_0x541b,0x59d89));const e={'sheets-pivot':{'sheet':_0x4a9a40(0x1d1),'blankValue':_0x4a9a40(0x1dd),'otherValue':_0x4a9a40(0x1e2),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x4a9a40(0x1ef),'columnLabels':_0x4a9a40(0x1ec),'averageName':_0x4a9a40(0x1da),'countName':_0x4a9a40(0x1d8),'countNumsName':_0x4a9a40(0x1e0),'maxName':_0x4a9a40(0x1e8),'minName':_0x4a9a40(0x1e3),'productName':'乘积项:','stdDevName':_0x4a9a40(0x1ee),'stdDevpName':_0x4a9a40(0x1d0),'sumName':_0x4a9a40(0x1cc),'varName':'方差项:','varpName':_0x4a9a40(0x1ce),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x4a9a40(0x1d4),'subtotal':_0x4a9a40(0x1d9),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x4a9a40(0x1db),'subtotalWithValue':_0x4a9a40(0x1d9)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0x4a9a40(0x1e9),'quarter':'季度','monthDate':_0x4a9a40(0x1d3),'yearQuarter':_0x4a9a40(0x1e5),'yearMonth':'年-月','yearMonthDate':_0x4a9a40(0x1ed)},'cellDateGroupDisplay':{'minute':_0x4a9a40(0x1db),'hour':_0x4a9a40(0x1db),'hourMinute':_0x4a9a40(0x1cb),'date':'{0}','month':_0x4a9a40(0x1db),'monthDate':_0x4a9a40(0x1d7),'quarter':_0x4a9a40(0x1e6),'year':_0x4a9a40(0x1db),'yearMonth':_0x4a9a40(0x1d7),'yearMonthDate':_0x4a9a40(0x1df),'yearQuarter':_0x4a9a40(0x1de)}}};module[_0x4a9a40(0x1e7)]=e;
@@ -1 +1 @@
1
- function _0x2823(){const _0x1b39ec=['年-月-日','63zzrQOM','最大值項:','67825cgvSWk','4186014kMOhSR','列標籤','工作表','{0}-{1}-{2}','exports','{0}\x20{1}','{0}-Q{1}','Q{0}','乘積項:','總和項:','年-月','6360610zOFUeC','年-季','數值計數項:','{0}','6070pYerjr','{0}-{1}','母體標準差項:','10258899JgyepV','2404PFLTBq','母體變異數項:','小時-分鐘','4RGBJZC','變異數項:','最小值項:','6995532Tlaace','12430080ZhjtjC','欄標籤','{0}{1}','(空白)'];_0x2823=function(){return _0x1b39ec;};return _0x2823();}const _0x34b60e=_0x4cbb;(function(_0x5f963f,_0x35c4c5){const _0x48e95e=_0x4cbb,_0x4f3936=_0x5f963f();while(!![]){try{const _0x8bdb12=parseInt(_0x48e95e(0x1b7))/0x1*(-parseInt(_0x48e95e(0x1ac))/0x2)+parseInt(_0x48e95e(0x1b8))/0x3+-parseInt(_0x48e95e(0x1cb))/0x4*(parseInt(_0x48e95e(0x1c7))/0x5)+-parseInt(_0x48e95e(0x1af))/0x6+-parseInt(_0x48e95e(0x1ca))/0x7+-parseInt(_0x48e95e(0x1b0))/0x8+-parseInt(_0x48e95e(0x1b5))/0x9*(-parseInt(_0x48e95e(0x1c3))/0xa);if(_0x8bdb12===_0x35c4c5)break;else _0x4f3936['push'](_0x4f3936['shift']());}catch(_0x243028){_0x4f3936['push'](_0x4f3936['shift']());}}}(_0x2823,0xc2a4e));const e={'sheets-pivot':{'sheet':_0x34b60e(0x1ba),'blankValue':_0x34b60e(0x1b3),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x34b60e(0x1b9),'columnLabels':_0x34b60e(0x1b1),'averageName':'平均值項:','countName':'計數項:','countNumsName':_0x34b60e(0x1c5),'maxName':_0x34b60e(0x1b6),'minName':_0x34b60e(0x1ae),'productName':_0x34b60e(0x1c0),'stdDevName':'標準差項:','stdDevpName':_0x34b60e(0x1c9),'sumName':_0x34b60e(0x1c1),'varName':_0x34b60e(0x1ad),'varpName':_0x34b60e(0x1aa),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x34b60e(0x1b2),'subtotal':_0x34b60e(0x1bd),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x34b60e(0x1c6),'subtotalWithValue':_0x34b60e(0x1bd)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x34b60e(0x1ab),'quarter':'季','monthDate':'月-日','yearQuarter':_0x34b60e(0x1c4),'yearMonth':_0x34b60e(0x1c2),'yearMonthDate':_0x34b60e(0x1b4)},'cellDateGroupDisplay':{'minute':_0x34b60e(0x1c6),'hour':_0x34b60e(0x1c6),'hourMinute':'{0}:{1}','date':'{0}','month':_0x34b60e(0x1c6),'monthDate':_0x34b60e(0x1c8),'quarter':_0x34b60e(0x1bf),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x34b60e(0x1bb),'yearQuarter':_0x34b60e(0x1be)}}};function _0x4cbb(_0x3bc454,_0x1fb287){_0x3bc454=_0x3bc454-0x1aa;const _0x282345=_0x2823();let _0x4cbb82=_0x282345[_0x3bc454];return _0x4cbb82;}module[_0x34b60e(0x1bc)]=e;
1
+ function _0xdcd2(){const _0x4695c8=['年-月','小時-分鐘','{0}-Q{1}','乘積項:','{0}-{1}','數值計數項:','6316528zhNLKh','397275Wqkeky','年-月-日','{0}{1}','5556756urHzmV','3234951FLvwPN','總和項:','月-日','欄標籤','Q{0}','4434570cCluiL','(其他)','計數項:','(空白)','列標籤','5beeloo','6028190pXhqYU','{0}\x20{1}','年-季','工作表','最小值項:','2445KmyiaQ','{0}','exports','變異數項:','標準差項:','84pCEgTk','{0}-{1}-{2}','平均值項:'];_0xdcd2=function(){return _0x4695c8;};return _0xdcd2();}const _0x4ddc32=_0x1560;(function(_0x555a64,_0x56d7df){const _0x4fddbe=_0x1560,_0x9a6af9=_0x555a64();while(!![]){try{const _0x3520cf=-parseInt(_0x4fddbe(0x9b))/0x1*(-parseInt(_0x4fddbe(0xa0))/0x2)+parseInt(_0x4fddbe(0x87))/0x3+parseInt(_0x4fddbe(0x8a))/0x4*(-parseInt(_0x4fddbe(0x95))/0x5)+parseInt(_0x4fddbe(0x90))/0x6+parseInt(_0x4fddbe(0x96))/0x7+parseInt(_0x4fddbe(0x86))/0x8+-parseInt(_0x4fddbe(0x8b))/0x9;if(_0x3520cf===_0x56d7df)break;else _0x9a6af9['push'](_0x9a6af9['shift']());}catch(_0x28bfa2){_0x9a6af9['push'](_0x9a6af9['shift']());}}}(_0xdcd2,0xd5f1e));function _0x1560(_0x17da07,_0x39117b){_0x17da07=_0x17da07-0x85;const _0xdcd229=_0xdcd2();let _0x1560f3=_0xdcd229[_0x17da07];return _0x1560f3;}const e={'sheets-pivot':{'sheet':_0x4ddc32(0x99),'blankValue':_0x4ddc32(0x93),'otherValue':_0x4ddc32(0x91),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x4ddc32(0x94),'columnLabels':_0x4ddc32(0x8e),'averageName':_0x4ddc32(0xa2),'countName':_0x4ddc32(0x92),'countNumsName':_0x4ddc32(0x85),'maxName':'最大值項:','minName':_0x4ddc32(0x9a),'productName':_0x4ddc32(0xa6),'stdDevName':_0x4ddc32(0x9f),'stdDevpName':'母體標準差項:','sumName':_0x4ddc32(0x8c),'varName':_0x4ddc32(0x9e),'varpName':'母體變異數項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x4ddc32(0x89),'subtotal':'{0}\x20{1}','grandTotal':_0x4ddc32(0x97),'multipleGrandTotal':_0x4ddc32(0x9c),'subtotalWithValue':_0x4ddc32(0x97)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x4ddc32(0xa4),'quarter':'季','monthDate':_0x4ddc32(0x8d),'yearQuarter':_0x4ddc32(0x98),'yearMonth':_0x4ddc32(0xa3),'yearMonthDate':_0x4ddc32(0x88)},'cellDateGroupDisplay':{'minute':_0x4ddc32(0x9c),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x4ddc32(0x9c),'month':_0x4ddc32(0x9c),'monthDate':_0x4ddc32(0xa7),'quarter':_0x4ddc32(0x8f),'year':'{0}','yearMonth':_0x4ddc32(0xa7),'yearMonthDate':_0x4ddc32(0xa1),'yearQuarter':_0x4ddc32(0xa5)}}};module[_0x4ddc32(0x9d)]=e;