@univerjs-pro/sheets-pivot 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/bidi.d.ts +5 -0
- package/lib/types/commands/command/date-group-util.d.ts +14 -0
- package/lib/types/commands/command/set-pivot-date-group.command.d.ts +10 -0
- package/lib/types/commands/command/set-pivot-layout.command.d.ts +3 -0
- package/lib/types/commands/mutations/change-apply-util.d.ts +2 -1
- package/lib/types/commands/mutations/set-pivot-layout.mutation.d.ts +3 -0
- package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +10 -0
- package/lib/types/const/const.d.ts +28 -4
- package/lib/types/const/type.d.ts +19 -1
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +4 -2
- package/lib/types/facade/f-enum.d.ts +5 -1
- package/lib/types/facade/f-generic-pivot-table.d.ts +23 -1
- package/lib/types/facade/f-pivot-table.d.ts +53 -1
- package/lib/types/index.d.ts +10 -3
- package/lib/types/locale/en-US.d.ts +11 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +3 -2
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3b3d81=_0x5685;(function(_0x3506e9,_0x1d8686){const _0x44e9c7=_0x5685,_0x589daa=_0x3506e9();while(!![]){try{const _0x50e46e=parseInt(_0x44e9c7(0xde))/0x1*(parseInt(_0x44e9c7(0xf2))/0x2)+parseInt(_0x44e9c7(0x102))/0x3+parseInt(_0x44e9c7(0xfb))/0x4*(parseInt(_0x44e9c7(0xfc))/0x5)+-parseInt(_0x44e9c7(0xe2))/0x6*(-parseInt(_0x44e9c7(0xfa))/0x7)+parseInt(_0x44e9c7(0x101))/0x8+parseInt(_0x44e9c7(0x104))/0x9+-parseInt(_0x44e9c7(0xf3))/0xa*(parseInt(_0x44e9c7(0xf6))/0xb);if(_0x50e46e===_0x1d8686)break;else _0x589daa['push'](_0x589daa['shift']());}catch(_0x531c62){_0x589daa['push'](_0x589daa['shift']());}}}(_0x16d7,0xebf44));const e={'sheets-pivot':{'sheet':'ورقة','blankValue':_0x3b3d81(0xe4),'otherValue':'(آخر)','columnName':_0x3b3d81(0xf4),'subTotalText':'الإجمالي','grandTotalText':_0x3b3d81(0x105),'valueText':_0x3b3d81(0xf1),'rowLabels':'تسميات\x20الصفوف','columnLabels':'تسميات\x20الأعمدة','averageName':'متوسط\x20من\x20','countName':'عدد\x20من\x20','countNumsName':_0x3b3d81(0x100),'maxName':_0x3b3d81(0xf8),'minName':_0x3b3d81(0x108),'productName':'حاصل\x20الضرب\x20من\x20','stdDevName':_0x3b3d81(0xe7),'stdDevpName':_0x3b3d81(0x10a),'sumName':_0x3b3d81(0xe9),'varName':_0x3b3d81(0xe0),'varpName':'تباين\x20المحتوى\x20من\x20','subTotal':_0x3b3d81(0xe6),'grandTotal':_0x3b3d81(0x105),'value':_0x3b3d81(0xeb),'blank':_0x3b3d81(0xe5),'other':_0x3b3d81(0x109),'renderText':{'valueField':_0x3b3d81(0xea),'subtotal':_0x3b3d81(0xf9),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x3b3d81(0xf9),'subtotalWithValue':_0x3b3d81(0xf9)},'emptyPivot':{'filter':_0x3b3d81(0xfe),'row':'الصفوف','column':_0x3b3d81(0xf5),'values':'القيم'},'dateGroup':{'year':_0x3b3d81(0x103),'month':_0x3b3d81(0x107),'day':_0x3b3d81(0xe1),'date':_0x3b3d81(0xe1),'hour':_0x3b3d81(0xee),'minute':'دقيقة','hourMinute':_0x3b3d81(0xef),'quarter':_0x3b3d81(0xed),'monthDate':_0x3b3d81(0xdf),'yearQuarter':_0x3b3d81(0xec),'yearMonth':'سنة-شهر','yearMonthDate':_0x3b3d81(0xe8)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3b3d81(0xff),'hourMinute':_0x3b3d81(0xfd),'date':_0x3b3d81(0xff),'month':_0x3b3d81(0xff),'monthDate':_0x3b3d81(0x106),'quarter':_0x3b3d81(0xf7),'year':_0x3b3d81(0xff),'yearMonth':_0x3b3d81(0x106),'yearMonthDate':_0x3b3d81(0xf0),'yearQuarter':_0x3b3d81(0xe3)}}};module['exports']=e;function _0x5685(_0x43a859,_0x1512db){_0x43a859=_0x43a859-0xde;const _0x16d72e=_0x16d7();let _0x56854f=_0x16d72e[_0x43a859];return _0x56854f;}function _0x16d7(){const _0x152d37=['سنة-ربع','ربع','ساعة','ساعة-دقيقة','{0}-{1}-{2}','القيمة','58OQTlsg','316240nbFKhX','عمود\x20','الأعمدة','2123SBmBFF','Q{0}','الحد\x20الأقصى\x20من\x20','{1}\x20{0}','189WeXcpG','5306684oJJcUB','5fJXlYg','{0}:{1}','عوامل\x20التصفية','{0}','عدد\x20من\x20','11623256tCENCF','5056965lbgANN','سنة','4224726KExQce','الإجمالي\x20الكلي','{0}-{1}','شهر','الحد\x20الأدنى\x20من\x20','آخر','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','32703acDuLq','شهر-يوم','التباين\x20من\x20','يوم','263748sGlCsr','{0}-Q{1}','(فارغ)','فارغ','إجمالي\x20فرعي','الانحراف_المعياري\x20من\x20','سنة-شهر-يوم','مجموع\x20من\x20','{0}{1}','قيمة'];_0x16d7=function(){return _0x152d37;};return _0x16d7();}
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1769(_0x5aeaf3,_0x55136e){_0x5aeaf3=_0x5aeaf3-0x15f;const _0x3ae8e0=_0x3ae8();let _0x176980=_0x3ae8e0[_0x5aeaf3];return _0x176980;}const _0x509efe=_0x1769;(function(_0x5867f0,_0x30c63a){const _0x1f20b2=_0x1769,_0x1173b6=_0x5867f0();while(!![]){try{const _0x18df9a=parseInt(_0x1f20b2(0x16e))/0x1+-parseInt(_0x1f20b2(0x17b))/0x2+-parseInt(_0x1f20b2(0x186))/0x3*(parseInt(_0x1f20b2(0x18b))/0x4)+-parseInt(_0x1f20b2(0x17f))/0x5*(parseInt(_0x1f20b2(0x18d))/0x6)+parseInt(_0x1f20b2(0x16b))/0x7*(-parseInt(_0x1f20b2(0x182))/0x8)+-parseInt(_0x1f20b2(0x191))/0x9*(-parseInt(_0x1f20b2(0x187))/0xa)+parseInt(_0x1f20b2(0x171))/0xb;if(_0x18df9a===_0x30c63a)break;else _0x1173b6['push'](_0x1173b6['shift']());}catch(_0x4fabfc){_0x1173b6['push'](_0x1173b6['shift']());}}}(_0x3ae8,0xe57b0));const e={'sheets-pivot':{'sheet':_0x509efe(0x174),'blankValue':_0x509efe(0x161),'otherValue':_0x509efe(0x17c),'columnName':_0x509efe(0x18a),'subTotalText':'Subtotal','grandTotalText':'Total\x20general','valueText':'Valor','rowLabels':_0x509efe(0x163),'columnLabels':_0x509efe(0x167),'averageName':_0x509efe(0x168),'countName':_0x509efe(0x16f),'countNumsName':_0x509efe(0x16f),'maxName':_0x509efe(0x166),'minName':_0x509efe(0x178),'productName':'Producte\x20de\x20','stdDevName':_0x509efe(0x16a),'stdDevpName':_0x509efe(0x165),'sumName':_0x509efe(0x180),'varName':'Var\x20de\x20','varpName':_0x509efe(0x164),'subTotal':_0x509efe(0x17e),'grandTotal':_0x509efe(0x183),'value':_0x509efe(0x192),'blank':_0x509efe(0x175),'other':_0x509efe(0x179),'renderText':{'valueField':_0x509efe(0x185),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x509efe(0x16c),'subtotalWithValue':_0x509efe(0x18e)},'emptyPivot':{'filter':_0x509efe(0x169),'row':_0x509efe(0x160),'column':_0x509efe(0x17d),'values':_0x509efe(0x15f)},'dateGroup':{'year':_0x509efe(0x188),'month':_0x509efe(0x16d),'day':_0x509efe(0x173),'date':_0x509efe(0x173),'hour':_0x509efe(0x170),'minute':_0x509efe(0x18c),'hourMinute':'Hora-Minut','quarter':'Trimestre','monthDate':_0x509efe(0x189),'yearQuarter':_0x509efe(0x184),'yearMonth':_0x509efe(0x162),'yearMonthDate':_0x509efe(0x18f)},'cellDateGroupDisplay':{'minute':_0x509efe(0x16c),'hour':_0x509efe(0x16c),'hourMinute':_0x509efe(0x176),'date':_0x509efe(0x16c),'month':_0x509efe(0x16c),'monthDate':_0x509efe(0x190),'quarter':_0x509efe(0x177),'year':_0x509efe(0x16c),'yearMonth':_0x509efe(0x190),'yearMonthDate':_0x509efe(0x181),'yearQuarter':_0x509efe(0x172)}}};function _0x3ae8(){const _0x4203ae=['Any-Mes-Dia','{0}-{1}','600318RLfLpB','valor','Valors','Fila','(En\x20blanc)','Any-Mes','Row\x20Labels','VarP\x20de\x20','DesvEstP\x20de\x20','Màx\x20de\x20','Column\x20Labels','Mitjana\x20de\x20','Filtre','DesvEst\x20de\x20','6629doTTqK','{0}','Mes','680387KOKuaT','Recompte\x20de\x20','Hora','40400888FOCnWJ','{0}-Q{1}','Dia','Full','en\x20blanc','{0}:{1}','Q{0}','Mín\x20de\x20','altre','exports','3302072zjZiwy','(Altre)','Columna','Subtotal','25CFPJkE','Suma\x20de\x20','{0}-{1}-{2}','2088NPtHbV','Total\x20general','Any-Trimestre','{0}{1}','447JAvGHV','50nrAbRP','Any','Mes-Dia','Columna\x20','37980LKMVuq','Minut','520554QhKvxA','{0}\x20{1}'];_0x3ae8=function(){return _0x4203ae;};return _0x3ae8();}module[_0x509efe(0x17a)]=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x35c53a=_0x210f;function _0x210f(_0x5053d5,_0xd6aee1){_0x5053d5=_0x5053d5-0xbc;const _0x4d7d84=_0x4d7d();let _0x210f9a=_0x4d7d84[_0x5053d5];return _0x210f9a;}(function(_0x1ae98b,_0xbf81c4){const _0x523c00=_0x210f,_0x1186dc=_0x1ae98b();while(!![]){try{const _0x3d168f=parseInt(_0x523c00(0xe2))/0x1+parseInt(_0x523c00(0xd0))/0x2*(-parseInt(_0x523c00(0xea))/0x3)+-parseInt(_0x523c00(0xdd))/0x4+parseInt(_0x523c00(0xd5))/0x5*(parseInt(_0x523c00(0xe9))/0x6)+parseInt(_0x523c00(0xbf))/0x7+-parseInt(_0x523c00(0xdc))/0x8*(parseInt(_0x523c00(0xec))/0x9)+parseInt(_0x523c00(0xd4))/0xa*(parseInt(_0x523c00(0xcf))/0xb);if(_0x3d168f===_0xbf81c4)break;else _0x1186dc['push'](_0x1186dc['shift']());}catch(_0x49411d){_0x1186dc['push'](_0x1186dc['shift']());}}}(_0x4d7d,0x587e8));const e={'sheets-pivot':{'sheet':_0x35c53a(0xbc),'blankValue':_0x35c53a(0xc8),'otherValue':_0x35c53a(0xbd),'columnName':_0x35c53a(0xe6),'subTotalText':'Zwischensumme','grandTotalText':_0x35c53a(0xeb),'valueText':'Wert','rowLabels':_0x35c53a(0xd6),'columnLabels':'Column\x20Labels','averageName':'Mittelwert\x20von\x20','countName':_0x35c53a(0xe3),'countNumsName':_0x35c53a(0xe3),'maxName':_0x35c53a(0xd9),'minName':_0x35c53a(0xd8),'productName':_0x35c53a(0xcd),'stdDevName':_0x35c53a(0xdf),'stdDevpName':_0x35c53a(0xe0),'sumName':_0x35c53a(0xc0),'varName':_0x35c53a(0xcc),'varpName':_0x35c53a(0xc5),'subTotal':_0x35c53a(0xd2),'grandTotal':_0x35c53a(0xeb),'value':'Wert','blank':'leer','other':_0x35c53a(0xce),'renderText':{'valueField':_0x35c53a(0xc2),'subtotal':_0x35c53a(0xc3),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x35c53a(0xd7),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x35c53a(0xc1),'row':_0x35c53a(0xcb),'column':_0x35c53a(0xbe),'values':_0x35c53a(0xe8)},'dateGroup':{'year':_0x35c53a(0xd1),'month':_0x35c53a(0xde),'day':_0x35c53a(0xe1),'date':_0x35c53a(0xe1),'hour':'Stunde','minute':_0x35c53a(0xe5),'hourMinute':_0x35c53a(0xc9),'quarter':_0x35c53a(0xe4),'monthDate':_0x35c53a(0xca),'yearQuarter':_0x35c53a(0xc4),'yearMonth':_0x35c53a(0xd3),'yearMonthDate':'Jahr-Monat-Tag'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x35c53a(0xd7),'hourMinute':_0x35c53a(0xe7),'date':_0x35c53a(0xd7),'month':_0x35c53a(0xd7),'monthDate':_0x35c53a(0xdb),'quarter':_0x35c53a(0xc6),'year':_0x35c53a(0xd7),'yearMonth':_0x35c53a(0xdb),'yearMonthDate':_0x35c53a(0xed),'yearQuarter':_0x35c53a(0xda)}}};function _0x4d7d(){const _0x1a3c21=['5088820PIkBCx','74QnynPU','Jahr','Zwischensumme','Jahr-Monat','10GkTmWk','99035FhAhcP','Row\x20Labels','{0}','Minimum\x20von\x20','Maximum\x20von\x20','{0}-Q{1}','{0}-{1}','3878376sMeoim','2017932bxcKLB','Monat','StdDev\x20von\x20','StdDevp\x20von\x20','Tag','565928mErmnS','Anzahl\x20von\x20','Quartal','Minute','Spalte\x20','{0}:{1}','Werte','42sVjUnc','915cMgLUK','Gesamtergebnis','9bNNAek','{0}-{1}-{2}','Blatt','(Sonstige)','Spalte','1370880DMjGBv','Summe\x20von\x20','Filter','{0}{1}','{0}\x20{1}','Jahr-Quartal','Varp\x20von\x20','Q{0}','exports','(Leer)','Stunde-Minute','Monat-Tag','Zeile','Var\x20von\x20','Produkt\x20von\x20','sonstige'];_0x4d7d=function(){return _0x1a3c21;};return _0x4d7d();}module[_0x35c53a(0xc7)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1f371d=_0x5702;(function(_0xa0a86f,_0x50a219){const _0x5ed89f=_0x5702,_0x3be0ce=_0xa0a86f();while(!![]){try{const _0x4efac4=parseInt(_0x5ed89f(0x199))/0x1+parseInt(_0x5ed89f(0x1a0))/0x2*(-parseInt(_0x5ed89f(0x1a6))/0x3)+parseInt(_0x5ed89f(0x1a5))/0x4+-parseInt(_0x5ed89f(0x1a4))/0x5+parseInt(_0x5ed89f(0x19a))/0x6+-parseInt(_0x5ed89f(0x19d))/0x7+parseInt(_0x5ed89f(0x187))/0x8;if(_0x4efac4===_0x50a219)break;else _0x3be0ce['push'](_0x3be0ce['shift']());}catch(_0x3543ef){_0x3be0ce['push'](_0x3be0ce['shift']());}}}(_0x1e63,0x6e744));function _0x1e63(){const _0x1b3105=['{0}\x20{1}','Year','{0}:{1}','Sum\x20of\x20','4696352FrVnrt','Value','Subtotal','Month-Day','Minute','Row','Hour-Minute','Values','Day','exports','{0}-{1}-{2}','Varp\x20of\x20','Product\x20of\x20','{0}-{1}','Hour','{0}-Q{1}','Column\x20','Min\x20of\x20','899005DdxLrc','520728TJlsuX','Grand\x20Total','blank','5359669LBVNei','other','{0}','121294RTGjlp','Sheet','Quarter','Var\x20of\x20','4340015BNnaqj','3023364xnDaUf','12knSpxm','Year-Month-Day','Month','Year-Quarter','Max\x20of\x20','{0}{1}','StdDevp\x20of\x20','Column','Column\x20Labels','Filter'];_0x1e63=function(){return _0x1b3105;};return _0x1e63();}const e={'sheets-pivot':{'sheet':_0x1f371d(0x1a1),'blankValue':'(Blank)','otherValue':'(Other)','columnName':_0x1f371d(0x197),'subTotalText':'Total','grandTotalText':'Grand\x20Total','valueText':_0x1f371d(0x188),'rowLabels':'Row\x20Labels','columnLabels':_0x1f371d(0x1ae),'averageName':'Average\x20of\x20','countName':'Count\x20of\x20','countNumsName':'Count\x20of\x20','maxName':_0x1f371d(0x1aa),'minName':_0x1f371d(0x198),'productName':_0x1f371d(0x193),'stdDevName':'StdDev\x20of\x20','stdDevpName':_0x1f371d(0x1ac),'sumName':_0x1f371d(0x1b3),'varName':_0x1f371d(0x1a3),'varpName':_0x1f371d(0x192),'subTotal':_0x1f371d(0x189),'grandTotal':_0x1f371d(0x19b),'value':'value','blank':_0x1f371d(0x19c),'other':_0x1f371d(0x19e),'renderText':{'valueField':_0x1f371d(0x1ab),'subtotal':_0x1f371d(0x1b0),'grandTotal':_0x1f371d(0x1b0),'multipleGrandTotal':'{0}','subtotalWithValue':_0x1f371d(0x1b0)},'emptyPivot':{'filter':_0x1f371d(0x1af),'row':_0x1f371d(0x18c),'column':_0x1f371d(0x1ad),'values':_0x1f371d(0x18e)},'dateGroup':{'year':_0x1f371d(0x1b1),'month':_0x1f371d(0x1a8),'day':_0x1f371d(0x18f),'date':_0x1f371d(0x18f),'hour':_0x1f371d(0x195),'minute':_0x1f371d(0x18b),'hourMinute':_0x1f371d(0x18d),'quarter':_0x1f371d(0x1a2),'monthDate':_0x1f371d(0x18a),'yearQuarter':_0x1f371d(0x1a9),'yearMonth':'Year-Month','yearMonthDate':_0x1f371d(0x1a7)},'cellDateGroupDisplay':{'minute':_0x1f371d(0x19f),'hour':_0x1f371d(0x19f),'hourMinute':_0x1f371d(0x1b2),'date':_0x1f371d(0x19f),'month':_0x1f371d(0x19f),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x1f371d(0x19f),'yearMonth':_0x1f371d(0x194),'yearMonthDate':_0x1f371d(0x191),'yearQuarter':_0x1f371d(0x196)}}};function _0x5702(_0x278333,_0x3939ed){_0x278333=_0x278333-0x187;const _0x1e637d=_0x1e63();let _0x57029e=_0x1e637d[_0x278333];return _0x57029e;}module[_0x1f371d(0x190)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x162e9d=_0x471b;(function(_0x4c9acb,_0x389bf8){const _0x3d9970=_0x471b,_0x39996d=_0x4c9acb();while(!![]){try{const _0x3c89d8=-parseInt(_0x3d9970(0x155))/0x1+parseInt(_0x3d9970(0x154))/0x2+-parseInt(_0x3d9970(0x139))/0x3+-parseInt(_0x3d9970(0x159))/0x4*(parseInt(_0x3d9970(0x14d))/0x5)+-parseInt(_0x3d9970(0x14e))/0x6+parseInt(_0x3d9970(0x15b))/0x7*(-parseInt(_0x3d9970(0x132))/0x8)+-parseInt(_0x3d9970(0x15d))/0x9*(-parseInt(_0x3d9970(0x141))/0xa);if(_0x3c89d8===_0x389bf8)break;else _0x39996d['push'](_0x39996d['shift']());}catch(_0x9b60a0){_0x39996d['push'](_0x39996d['shift']());}}}(_0x3c45,0x83efd));function _0x471b(_0x365db5,_0x3fd710){_0x365db5=_0x365db5-0x12f;const _0x3c455b=_0x3c45();let _0x471b22=_0x3c455b[_0x365db5];return _0x471b22;}const e={'sheets-pivot':{'sheet':_0x162e9d(0x13b),'blankValue':_0x162e9d(0x148),'otherValue':_0x162e9d(0x12f),'columnName':_0x162e9d(0x142),'subTotalText':_0x162e9d(0x135),'grandTotalText':'Total\x20general','valueText':_0x162e9d(0x146),'rowLabels':_0x162e9d(0x144),'columnLabels':_0x162e9d(0x14c),'averageName':_0x162e9d(0x13c),'countName':_0x162e9d(0x149),'countNumsName':_0x162e9d(0x149),'maxName':_0x162e9d(0x150),'minName':_0x162e9d(0x14a),'productName':'Producto\x20de\x20','stdDevName':_0x162e9d(0x14b),'stdDevpName':_0x162e9d(0x138),'sumName':_0x162e9d(0x157),'varName':_0x162e9d(0x14f),'varpName':_0x162e9d(0x13a),'subTotal':_0x162e9d(0x135),'grandTotal':'Total\x20general','value':'valor','blank':'vacío','other':'otro','renderText':{'valueField':_0x162e9d(0x133),'subtotal':_0x162e9d(0x152),'grandTotal':_0x162e9d(0x152),'multipleGrandTotal':_0x162e9d(0x136),'subtotalWithValue':_0x162e9d(0x152)},'emptyPivot':{'filter':_0x162e9d(0x15c),'row':_0x162e9d(0x15a),'column':_0x162e9d(0x13f),'values':'Valores'},'dateGroup':{'year':_0x162e9d(0x137),'month':_0x162e9d(0x143),'day':_0x162e9d(0x130),'date':_0x162e9d(0x130),'hour':'Hora','minute':_0x162e9d(0x147),'hourMinute':_0x162e9d(0x13e),'quarter':_0x162e9d(0x158),'monthDate':_0x162e9d(0x153),'yearQuarter':_0x162e9d(0x145),'yearMonth':_0x162e9d(0x13d),'yearMonthDate':_0x162e9d(0x134)},'cellDateGroupDisplay':{'minute':_0x162e9d(0x136),'hour':_0x162e9d(0x136),'hourMinute':_0x162e9d(0x140),'date':_0x162e9d(0x136),'month':_0x162e9d(0x136),'monthDate':_0x162e9d(0x151),'quarter':_0x162e9d(0x131),'year':_0x162e9d(0x136),'yearMonth':_0x162e9d(0x151),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};function _0x3c45(){const _0x55f578=['DesvEst\x20de\x20','Column\x20Labels','95wFrgja','472200ocHctH','Var\x20de\x20','Máx\x20de\x20','{0}-{1}','{0}\x20{1}','Mes-Día','538118aHkLzh','525774mNcJlY','exports','Suma\x20de\x20','Trimestre','220924WaPNgp','Fila','7aZmBuV','Filtro','9333ZUTTQE','(Otro)','Día','Q{0}','5524104HonrNU','{0}{1}','Año-Mes-Día','Subtotal','{0}','Año','DesvEstP\x20de\x20','1230708KyDBKB','VarP\x20de\x20','Hoja','Promedio\x20de\x20','Año-Mes','Hora-Minuto','Columna','{0}:{1}','29180bnAdNl','Columna\x20','Mes','Row\x20Labels','Año-Trimestre','Valor','Minuto','(Vacío)','Conteo\x20de\x20','Mín\x20de\x20'];_0x3c45=function(){return _0x55f578;};return _0x3c45();}module[_0x162e9d(0x156)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1d1356=_0x3bda;(function(_0x26f95d,_0x4cc4e5){const _0x2821e0=_0x3bda,_0x51f28c=_0x26f95d();while(!![]){try{const _0x10d928=-parseInt(_0x2821e0(0x15d))/0x1+-parseInt(_0x2821e0(0x138))/0x2*(parseInt(_0x2821e0(0x14d))/0x3)+-parseInt(_0x2821e0(0x159))/0x4+parseInt(_0x2821e0(0x153))/0x5*(parseInt(_0x2821e0(0x162))/0x6)+-parseInt(_0x2821e0(0x158))/0x7*(parseInt(_0x2821e0(0x14b))/0x8)+-parseInt(_0x2821e0(0x149))/0x9+-parseInt(_0x2821e0(0x157))/0xa*(-parseInt(_0x2821e0(0x137))/0xb);if(_0x10d928===_0x4cc4e5)break;else _0x51f28c['push'](_0x51f28c['shift']());}catch(_0x4307a0){_0x51f28c['push'](_0x51f28c['shift']());}}}(_0x383f,0x99856));const e={'sheets-pivot':{'sheet':_0x1d1356(0x147),'blankValue':'(خالی)','otherValue':_0x1d1356(0x15c),'columnName':_0x1d1356(0x13e),'subTotalText':_0x1d1356(0x140),'grandTotalText':'کل','valueText':_0x1d1356(0x141),'rowLabels':'برچسبهای\x20ردیف','columnLabels':_0x1d1356(0x14a),'averageName':_0x1d1356(0x154),'countName':_0x1d1356(0x14f),'countNumsName':_0x1d1356(0x14c),'maxName':_0x1d1356(0x155),'minName':_0x1d1356(0x15f),'productName':'ضرب\x20از\x20','stdDevName':_0x1d1356(0x156),'stdDevpName':_0x1d1356(0x15a),'sumName':'جمع\x20از\x20','varName':_0x1d1356(0x144),'varpName':_0x1d1356(0x15b),'subTotal':'جمع','grandTotal':'کل','value':_0x1d1356(0x141),'blank':_0x1d1356(0x142),'other':'سایر','renderText':{'valueField':_0x1d1356(0x160),'subtotal':_0x1d1356(0x151),'grandTotal':'{1}\x20{0}','multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':_0x1d1356(0x151)},'emptyPivot':{'filter':_0x1d1356(0x13c),'row':'ردیفها','column':_0x1d1356(0x161),'values':_0x1d1356(0x13b)},'dateGroup':{'year':_0x1d1356(0x14e),'month':'ماه','day':'روز','date':'روز','hour':'ساعت','minute':_0x1d1356(0x148),'hourMinute':_0x1d1356(0x150),'quarter':'فصل','monthDate':_0x1d1356(0x13f),'yearQuarter':_0x1d1356(0x139),'yearMonth':_0x1d1356(0x146),'yearMonthDate':'سال-ماه-روز'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x1d1356(0x15e),'hourMinute':_0x1d1356(0x145),'date':_0x1d1356(0x15e),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x1d1356(0x143),'year':_0x1d1356(0x15e),'yearMonth':'{0}-{1}','yearMonthDate':_0x1d1356(0x13d),'yearQuarter':_0x1d1356(0x152)}}};function _0x3bda(_0x394726,_0x1274ef){_0x394726=_0x394726-0x137;const _0x383ff2=_0x383f();let _0x3bda86=_0x383ff2[_0x394726];return _0x3bda86;}function _0x383f(){const _0x13c1c1=['دقیقه','9476469UVIRrV','برچسبهای\x20ستون','8srJvLh','تعداد\x20اعداد\x20از\x20','57asdsoL','سال','تعداد\x20از\x20','ساعت-دقیقه','{1}\x20{0}','{0}-Q{1}','5KjvOsD','میانگین\x20از\x20','بیشترین\x20از\x20','انحراف\x20معیار\x20از\x20','26033730vNGdFE','3302551WepMtu','4616948jSosmm','انحراف\x20معیار\x20کلی\x20از\x20','واریانس\x20کلی\x20از\x20','(سایر)','755703DXqCnR','{0}','کمترین\x20از\x20','{0}{1}','ستونها','143976VBneEE','22suqity','122868rWtqYI','سال-فصل','exports','مقادیر','فیلترها','{0}-{1}-{2}','ستون\x20','ماه-روز','جمع','مقدار','خالی','Q{0}','واریانس\x20از\x20','{0}:{1}','سال-ماه','برگ'];_0x383f=function(){return _0x13c1c1;};return _0x383f();}module[_0x1d1356(0x13a)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2b57a9=_0xb316;function _0x19db(){const _0x2a321e=['5802yuuBdj','Moyenne\x20de\x20','Année-Mois-Jour','(Vide)','Ligne','Total','Total\x20général','1604ROmAau','Somme\x20de\x20','Filtre','Trimestre','Nombre\x20de\x20','1499voEIef','Écart-type\x20pop.\x20de\x20','Sous-total','Année-Trimestre','Produit\x20de\x20','Variance\x20pop.\x20de\x20','Colonne','4645TdJroI','Max\x20de\x20','1712607rzMlkh','{0}\x20{1}','Heure','(Autre)','Q{0}','autre','Row\x20Labels','{0}','exports','Feuille','243150QLaytj','Column\x20Labels','Minute','Valeur','Heure-Minute','{0}-{1}','{0}:{1}','Min\x20de\x20','Mois','Jour','Variance\x20de\x20','Valeurs','4412312SzHOZe','473xZgZCt','Mois-Jour','18dortpI','2524872gQNsNj','{0}{1}','6400856MRvwjy','Écart-type\x20de\x20','Année-Mois','vide'];_0x19db=function(){return _0x2a321e;};return _0x19db();}function _0xb316(_0x21db61,_0x4fec2f){_0x21db61=_0x21db61-0xec;const _0x19db1e=_0x19db();let _0xb316ea=_0x19db1e[_0x21db61];return _0xb316ea;}(function(_0x39a9e7,_0x55043c){const _0x4ad532=_0xb316,_0x52cb64=_0x39a9e7();while(!![]){try{const _0x4b52f6=parseInt(_0x4ad532(0x119))/0x1*(parseInt(_0x4ad532(0x114))/0x2)+-parseInt(_0x4ad532(0xed))/0x3+parseInt(_0x4ad532(0x109))/0x4+parseInt(_0x4ad532(0x120))/0x5*(-parseInt(_0x4ad532(0x10d))/0x6)+-parseInt(_0x4ad532(0x107))/0x7+-parseInt(_0x4ad532(0x103))/0x8*(parseInt(_0x4ad532(0x106))/0x9)+-parseInt(_0x4ad532(0xf7))/0xa*(-parseInt(_0x4ad532(0x104))/0xb);if(_0x4b52f6===_0x55043c)break;else _0x52cb64['push'](_0x52cb64['shift']());}catch(_0xeb9822){_0x52cb64['push'](_0x52cb64['shift']());}}}(_0x19db,0xdf61b));const e={'sheets-pivot':{'sheet':_0x2b57a9(0xf6),'blankValue':_0x2b57a9(0x110),'otherValue':_0x2b57a9(0xf0),'columnName':'Colonne\x20','subTotalText':_0x2b57a9(0x112),'grandTotalText':_0x2b57a9(0x113),'valueText':_0x2b57a9(0xfa),'rowLabels':_0x2b57a9(0xf3),'columnLabels':_0x2b57a9(0xf8),'averageName':_0x2b57a9(0x10e),'countName':_0x2b57a9(0x118),'countNumsName':_0x2b57a9(0x118),'maxName':_0x2b57a9(0xec),'minName':_0x2b57a9(0xfe),'productName':_0x2b57a9(0x11d),'stdDevName':_0x2b57a9(0x10a),'stdDevpName':_0x2b57a9(0x11a),'sumName':_0x2b57a9(0x115),'varName':_0x2b57a9(0x101),'varpName':_0x2b57a9(0x11e),'subTotal':_0x2b57a9(0x11b),'grandTotal':_0x2b57a9(0x113),'value':'valeur','blank':_0x2b57a9(0x10c),'other':_0x2b57a9(0xf2),'renderText':{'valueField':_0x2b57a9(0x108),'subtotal':'{0}\x20{1}','grandTotal':_0x2b57a9(0xee),'multipleGrandTotal':_0x2b57a9(0xf4),'subtotalWithValue':_0x2b57a9(0xee)},'emptyPivot':{'filter':_0x2b57a9(0x116),'row':_0x2b57a9(0x111),'column':_0x2b57a9(0x11f),'values':_0x2b57a9(0x102)},'dateGroup':{'year':'Année','month':_0x2b57a9(0xff),'day':_0x2b57a9(0x100),'date':_0x2b57a9(0x100),'hour':_0x2b57a9(0xef),'minute':_0x2b57a9(0xf9),'hourMinute':_0x2b57a9(0xfb),'quarter':_0x2b57a9(0x117),'monthDate':_0x2b57a9(0x105),'yearQuarter':_0x2b57a9(0x11c),'yearMonth':_0x2b57a9(0x10b),'yearMonthDate':_0x2b57a9(0x10f)},'cellDateGroupDisplay':{'minute':_0x2b57a9(0xf4),'hour':_0x2b57a9(0xf4),'hourMinute':_0x2b57a9(0xfd),'date':'{0}','month':'{0}','monthDate':_0x2b57a9(0xfc),'quarter':_0x2b57a9(0xf1),'year':_0x2b57a9(0xf4),'yearMonth':_0x2b57a9(0xfc),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};module[_0x2b57a9(0xf5)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3742(_0x405575,_0x17fdfc){_0x405575=_0x405575-0x13f;const _0x39cdf6=_0x39cd();let _0x374269=_0x39cdf6[_0x405575];return _0x374269;}function _0x39cd(){const _0x4da46b=['lainnya','Hari','7656550SNjBfz','7804srzXuS','Q{0}','72963dxHDmQ','nilai','Varp\x20dari\x20','Hasil\x20Kali\x20dari\x20','Tahun-Kuartal','{0}','Total\x20Keseluruhan','Tahun','1476ZRNZsI','Tahun-Bulan','Menit','Kolom','220326Pcpovu','{0}\x20{1}','{0}-{1}','Lembar','Min\x20dari\x20','Kuartal','Baris','Jam','Kolom\x20','66vcVzJu','Jumlah\x20dari\x20','Bulan-Hari','27idaEjU','Maks\x20dari\x20','Tahun-Bulan-Hari','Total','exports','Subtotal','{0}-Q{1}','StdDev\x20dari\x20','1eKNFCh','Filter','Jam-Menit','Nilai','1895WgPLmH','Var\x20dari\x20','(Kosong)','409154XMwzFs','365208oYynwp','118475rcUbGU'];_0x39cd=function(){return _0x4da46b;};return _0x39cd();}const _0x572a35=_0x3742;(function(_0x5c7520,_0x136408){const _0x374f00=_0x3742,_0x4b5f0f=_0x5c7520();while(!![]){try{const _0x1c9490=-parseInt(_0x374f00(0x162))/0x1*(parseInt(_0x374f00(0x169))/0x2)+parseInt(_0x374f00(0x14e))/0x3+parseInt(_0x374f00(0x140))/0x4*(-parseInt(_0x374f00(0x166))/0x5)+-parseInt(_0x374f00(0x157))/0x6*(parseInt(_0x374f00(0x16b))/0x7)+-parseInt(_0x374f00(0x16a))/0x8*(parseInt(_0x374f00(0x15a))/0x9)+parseInt(_0x374f00(0x13f))/0xa+parseInt(_0x374f00(0x142))/0xb*(parseInt(_0x374f00(0x14a))/0xc);if(_0x1c9490===_0x136408)break;else _0x4b5f0f['push'](_0x4b5f0f['shift']());}catch(_0x424ab6){_0x4b5f0f['push'](_0x4b5f0f['shift']());}}}(_0x39cd,0x5eaee));const e={'sheets-pivot':{'sheet':_0x572a35(0x151),'blankValue':_0x572a35(0x168),'otherValue':'(Lainnya)','columnName':_0x572a35(0x156),'subTotalText':_0x572a35(0x15d),'grandTotalText':_0x572a35(0x148),'valueText':_0x572a35(0x165),'rowLabels':'Row\x20Labels','columnLabels':'Column\x20Labels','averageName':'Rata-rata\x20dari\x20','countName':'Jumlah\x20dari\x20','countNumsName':_0x572a35(0x158),'maxName':_0x572a35(0x15b),'minName':_0x572a35(0x152),'productName':_0x572a35(0x145),'stdDevName':_0x572a35(0x161),'stdDevpName':'StdDevp\x20dari\x20','sumName':_0x572a35(0x158),'varName':_0x572a35(0x167),'varpName':_0x572a35(0x144),'subTotal':_0x572a35(0x15f),'grandTotal':_0x572a35(0x148),'value':_0x572a35(0x143),'blank':'kosong','other':_0x572a35(0x16c),'renderText':{'valueField':'{0}{1}','subtotal':_0x572a35(0x14f),'grandTotal':_0x572a35(0x14f),'multipleGrandTotal':_0x572a35(0x147),'subtotalWithValue':_0x572a35(0x14f)},'emptyPivot':{'filter':_0x572a35(0x163),'row':_0x572a35(0x154),'column':_0x572a35(0x14d),'values':_0x572a35(0x165)},'dateGroup':{'year':_0x572a35(0x149),'month':'Bulan','day':_0x572a35(0x16d),'date':_0x572a35(0x16d),'hour':_0x572a35(0x155),'minute':_0x572a35(0x14c),'hourMinute':_0x572a35(0x164),'quarter':_0x572a35(0x153),'monthDate':_0x572a35(0x159),'yearQuarter':_0x572a35(0x146),'yearMonth':_0x572a35(0x14b),'yearMonthDate':_0x572a35(0x15c)},'cellDateGroupDisplay':{'minute':_0x572a35(0x147),'hour':_0x572a35(0x147),'hourMinute':'{0}:{1}','date':_0x572a35(0x147),'month':_0x572a35(0x147),'monthDate':_0x572a35(0x150),'quarter':_0x572a35(0x141),'year':_0x572a35(0x147),'yearMonth':_0x572a35(0x150),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x572a35(0x160)}}};module[_0x572a35(0x15e)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3d38cb=_0x243d;function _0x243d(_0x2bec46,_0xd65b5b){_0x2bec46=_0x2bec46-0x1f3;const _0x17e04f=_0x17e0();let _0x243d7b=_0x17e04f[_0x2bec46];return _0x243d7b;}(function(_0x358c3f,_0x3860a4){const _0x19a6c0=_0x243d,_0x5c2ea2=_0x358c3f();while(!![]){try{const _0x334607=-parseInt(_0x19a6c0(0x20b))/0x1*(parseInt(_0x19a6c0(0x200))/0x2)+parseInt(_0x19a6c0(0x207))/0x3*(-parseInt(_0x19a6c0(0x213))/0x4)+-parseInt(_0x19a6c0(0x1f3))/0x5+parseInt(_0x19a6c0(0x212))/0x6*(parseInt(_0x19a6c0(0x1fb))/0x7)+-parseInt(_0x19a6c0(0x218))/0x8+-parseInt(_0x19a6c0(0x221))/0x9+parseInt(_0x19a6c0(0x21d))/0xa*(parseInt(_0x19a6c0(0x21b))/0xb);if(_0x334607===_0x3860a4)break;else _0x5c2ea2['push'](_0x5c2ea2['shift']());}catch(_0x531451){_0x5c2ea2['push'](_0x5c2ea2['shift']());}}}(_0x17e0,0x5d0ef));function _0x17e0(){const _0x1fa0ef=['Varp\x20di\x20','10747ONZvov','DevStdp\x20di\x20','18310WpcjPx','Somma\x20di\x20','{0}-{1}-{2}','Anno-Mese-Giorno','4494276cnQRzW','2876540dvNkKb','altro','Ora-Minuto','{0}-{1}','vuoto','Totale','Anno-Mese','Minuto','502901jwQwAh','Foglio','Media\x20di\x20','DevStd\x20di\x20','valore','269138SrpBBl','Mese-Giorno','Riga','Column\x20Labels','Q{0}','Anno','Row\x20Labels','33qTiArH','(Vuoto)','{0}\x20{1}','Minimo\x20di\x20','1kwKSLN','Filtro','Var\x20di\x20','Subtotale','Valore','Giorno','{0}','6eCrJxX','23028DzdCGW','{0}:{1}','Conteggio\x20di\x20','Colonna\x20','Ora','1655960OPRyPc','Totale\x20Complessivo'];_0x17e0=function(){return _0x1fa0ef;};return _0x17e0();}const e={'sheets-pivot':{'sheet':_0x3d38cb(0x1fc),'blankValue':_0x3d38cb(0x208),'otherValue':'(Altro)','columnName':_0x3d38cb(0x216),'subTotalText':_0x3d38cb(0x1f8),'grandTotalText':_0x3d38cb(0x219),'valueText':_0x3d38cb(0x20f),'rowLabels':_0x3d38cb(0x206),'columnLabels':_0x3d38cb(0x203),'averageName':_0x3d38cb(0x1fd),'countName':_0x3d38cb(0x215),'countNumsName':'Conteggio\x20di\x20','maxName':'Massimo\x20di\x20','minName':_0x3d38cb(0x20a),'productName':'Prodotto\x20di\x20','stdDevName':_0x3d38cb(0x1fe),'stdDevpName':_0x3d38cb(0x21c),'sumName':_0x3d38cb(0x21e),'varName':_0x3d38cb(0x20d),'varpName':_0x3d38cb(0x21a),'subTotal':_0x3d38cb(0x20e),'grandTotal':_0x3d38cb(0x219),'value':_0x3d38cb(0x1ff),'blank':_0x3d38cb(0x1f7),'other':_0x3d38cb(0x1f4),'renderText':{'valueField':'{0}{1}','subtotal':_0x3d38cb(0x209),'grandTotal':_0x3d38cb(0x209),'multipleGrandTotal':_0x3d38cb(0x211),'subtotalWithValue':_0x3d38cb(0x209)},'emptyPivot':{'filter':_0x3d38cb(0x20c),'row':_0x3d38cb(0x202),'column':'Colonna','values':'Valori'},'dateGroup':{'year':_0x3d38cb(0x205),'month':'Mese','day':_0x3d38cb(0x210),'date':'Giorno','hour':_0x3d38cb(0x217),'minute':_0x3d38cb(0x1fa),'hourMinute':_0x3d38cb(0x1f5),'quarter':'Trimestre','monthDate':_0x3d38cb(0x201),'yearQuarter':'Anno-Trimestre','yearMonth':_0x3d38cb(0x1f9),'yearMonthDate':_0x3d38cb(0x220)},'cellDateGroupDisplay':{'minute':_0x3d38cb(0x211),'hour':_0x3d38cb(0x211),'hourMinute':_0x3d38cb(0x214),'date':_0x3d38cb(0x211),'month':_0x3d38cb(0x211),'monthDate':'{0}-{1}','quarter':_0x3d38cb(0x204),'year':_0x3d38cb(0x211),'yearMonth':_0x3d38cb(0x1f6),'yearMonthDate':_0x3d38cb(0x21f),'yearQuarter':'{0}-Q{1}'}}};module['exports']=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xd022(_0x2d7aba,_0x5329e3){_0x2d7aba=_0x2d7aba-0x12a;const _0x1191f9=_0x1191();let _0xd02245=_0x1191f9[_0x2d7aba];return _0xd02245;}const _0x552c35=_0xd022;(function(_0x2c5ac1,_0x1ea42e){const _0x2eae05=_0xd022,_0x288d4a=_0x2c5ac1();while(!![]){try{const _0x49d810=-parseInt(_0x2eae05(0x13f))/0x1*(parseInt(_0x2eae05(0x13c))/0x2)+-parseInt(_0x2eae05(0x147))/0x3+-parseInt(_0x2eae05(0x13e))/0x4*(parseInt(_0x2eae05(0x12a))/0x5)+parseInt(_0x2eae05(0x149))/0x6+-parseInt(_0x2eae05(0x133))/0x7*(parseInt(_0x2eae05(0x135))/0x8)+parseInt(_0x2eae05(0x12c))/0x9*(-parseInt(_0x2eae05(0x13d))/0xa)+-parseInt(_0x2eae05(0x138))/0xb*(-parseInt(_0x2eae05(0x148))/0xc);if(_0x49d810===_0x1ea42e)break;else _0x288d4a['push'](_0x288d4a['shift']());}catch(_0x2ec8c9){_0x288d4a['push'](_0x288d4a['shift']());}}}(_0x1191,0xb17a5));function _0x1191(){const _0x51cbde=['フィルター','数値の個数\x20/\x20','{0}-Q{1}','四半期','(その他)','3002062SgmHOx','Column\x20Labels','8jChaGa','{0}{1}','Q{0}','11WFMmpR','{0}-{1}','合計\x20/\x20','{0}','2znHZwK','12340iOQIMR','1016sDXsHF','351277obhsVr','最小値\x20/\x20','標本標準偏差\x20/\x20','{0}\x20{1}','分散\x20/\x20','{0}-{1}-{2}','年-四半期','最大値\x20/\x20','1093770SrWjyp','47460768qHIETd','137148ZlrZIj','Row\x20Labels','標本分散\x20/\x20','年-月-日','平均\x20/\x20','16830cSuCyM','{0}:{1}','9126rdlqBm','シート'];_0x1191=function(){return _0x51cbde;};return _0x1191();}const e={'sheets-pivot':{'sheet':_0x552c35(0x12d),'blankValue':'(空白)','otherValue':_0x552c35(0x132),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x552c35(0x14a),'columnLabels':_0x552c35(0x134),'averageName':_0x552c35(0x14d),'countName':'データの個数\x20/\x20','countNumsName':_0x552c35(0x12f),'maxName':_0x552c35(0x146),'minName':_0x552c35(0x140),'productName':'積\x20/\x20','stdDevName':'標準偏差\x20/\x20','stdDevpName':_0x552c35(0x141),'sumName':_0x552c35(0x13a),'varName':_0x552c35(0x143),'varpName':_0x552c35(0x14b),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':'その他','renderText':{'valueField':_0x552c35(0x136),'subtotal':_0x552c35(0x142),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x552c35(0x13b),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x552c35(0x12e),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':_0x552c35(0x131),'monthDate':'月-日','yearQuarter':_0x552c35(0x145),'yearMonth':'年-月','yearMonthDate':_0x552c35(0x14c)},'cellDateGroupDisplay':{'minute':_0x552c35(0x13b),'hour':'{0}','hourMinute':_0x552c35(0x12b),'date':_0x552c35(0x13b),'month':_0x552c35(0x13b),'monthDate':_0x552c35(0x139),'quarter':_0x552c35(0x137),'year':_0x552c35(0x13b),'yearMonth':_0x552c35(0x139),'yearMonthDate':_0x552c35(0x144),'yearQuarter':_0x552c35(0x130)}}};module['exports']=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xeb2d01=_0x8cfb;(function(_0x43f532,_0x5e1adc){const _0x78349=_0x8cfb,_0x43b3f8=_0x43f532();while(!![]){try{const _0x4e5b82=-parseInt(_0x78349(0x98))/0x1*(parseInt(_0x78349(0xac))/0x2)+parseInt(_0x78349(0x92))/0x3+-parseInt(_0x78349(0x9d))/0x4+parseInt(_0x78349(0xa8))/0x5+-parseInt(_0x78349(0xb1))/0x6*(parseInt(_0x78349(0xb0))/0x7)+-parseInt(_0x78349(0xae))/0x8+-parseInt(_0x78349(0xa1))/0x9*(-parseInt(_0x78349(0xb5))/0xa);if(_0x4e5b82===_0x5e1adc)break;else _0x43b3f8['push'](_0x43b3f8['shift']());}catch(_0x36fbd1){_0x43b3f8['push'](_0x43b3f8['shift']());}}}(_0x20d3,0xb764b));function _0x8cfb(_0x2332f9,_0x2a94c7){_0x2332f9=_0x2332f9-0x92;const _0x20d390=_0x20d3();let _0x8cfb94=_0x20d390[_0x2332f9];return _0x8cfb94;}function _0x20d3(){const _0x493c92=['표준\x20편차(모집단)\x20/\x20','937638ohsAAu','표준\x20편차\x20/\x20','부분합','시-분','숫자\x20개수\x20/\x20','{0}-Q{1}','최소값\x20/\x20','2537980pUDKqR','{0}\x20{1}','월-일','Q{0}','2fALtPY','합계\x20/\x20','6914720ORiXqe','곱\x20/\x20','3979983NXLqYw','12zPDQQI','{0}','총합계','{0}-{1}','390jezjYP','2143302gvwpaY','평균\x20/\x20','(비어\x20있음)','{0}{1}','(기타)','년-분기','1229769nwjFAQ','Column\x20Labels','{0}-{1}-{2}','{0}:{1}','년-월','5210808uscmhw','년-월-일','개수\x20/\x20'];_0x20d3=function(){return _0x493c92;};return _0x20d3();}const e={'sheets-pivot':{'sheet':'시트','blankValue':_0xeb2d01(0x94),'otherValue':_0xeb2d01(0x96),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0xeb2d01(0xb3),'valueText':'값','rowLabels':'Row\x20Labels','columnLabels':_0xeb2d01(0x99),'averageName':_0xeb2d01(0x93),'countName':_0xeb2d01(0x9f),'countNumsName':_0xeb2d01(0xa5),'maxName':'최대값\x20/\x20','minName':_0xeb2d01(0xa7),'productName':_0xeb2d01(0xaf),'stdDevName':_0xeb2d01(0xa2),'stdDevpName':_0xeb2d01(0xa0),'sumName':_0xeb2d01(0xad),'varName':'분산\x20/\x20','varpName':'분산(모집단)\x20/\x20','subTotal':_0xeb2d01(0xa3),'grandTotal':_0xeb2d01(0xb3),'value':'값','blank':'비어\x20있음','other':'기타','renderText':{'valueField':_0xeb2d01(0x95),'subtotal':'{0}\x20{1}','grandTotal':_0xeb2d01(0xa9),'multipleGrandTotal':_0xeb2d01(0xb2),'subtotalWithValue':_0xeb2d01(0xa9)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0xeb2d01(0xa4),'quarter':'분기','monthDate':_0xeb2d01(0xaa),'yearQuarter':_0xeb2d01(0x97),'yearMonth':_0xeb2d01(0x9c),'yearMonthDate':_0xeb2d01(0x9e)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xeb2d01(0xb2),'hourMinute':_0xeb2d01(0x9b),'date':'{0}','month':_0xeb2d01(0xb2),'monthDate':_0xeb2d01(0xb4),'quarter':_0xeb2d01(0xab),'year':_0xeb2d01(0xb2),'yearMonth':_0xeb2d01(0xb4),'yearMonthDate':_0xeb2d01(0x9a),'yearQuarter':_0xeb2d01(0xa6)}}};module['exports']=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x264c(_0x4764f1,_0x15400d){_0x4764f1=_0x4764f1-0x173;const _0x3e3e8d=_0x3e3e();let _0x264c8e=_0x3e3e8d[_0x4764f1];return _0x264c8e;}const _0x5a91b9=_0x264c;function _0x3e3e(){const _0xb01b97=['Kolumna','Row\x20Labels','Suma\x20częściowa','96sinBlK','{0}-Q{1}','2390ZSgKMR','WariancjaPop\x20z\x20','Rok','Wiersz','Kolumna\x20','Wariancja\x20z\x20','2jLiAaK','Rok-Miesiąc-Dzień','Miesiąc-Dzień','(Puste)','1601493wEYsOy','{0}','puste','wartość','568811AAvNNn','Dzień','Rok-Kwartał','Liczba\x20z\x20','3594267tvMmYj','2482192IOwrcV','162456zZVISD','Wartość','Kwartał','Rok-Miesiąc','Minuta','{0}\x20{1}','(Inne)','Minimum\x20z\x20','inne','Suma','{0}-{1}','{0}:{1}','Arkusz','Maksimum\x20z\x20','Filtr','Suma\x20z\x20','{0}-{1}-{2}','Średnia\x20z\x20','3432480oJXOvZ','Suma\x20całkowita','OdchStdPop\x20z\x20','Wartości','{0}{1}','Miesiąc','Q{0}','62172etgyLw','4ijMIaN','OdchStd\x20z\x20'];_0x3e3e=function(){return _0xb01b97;};return _0x3e3e();}(function(_0x3135d4,_0x3690e3){const _0x59debf=_0x264c,_0x2455ea=_0x3135d4();while(!![]){try{const _0x3258b5=-parseInt(_0x59debf(0x18b))/0x1*(parseInt(_0x59debf(0x183))/0x2)+-parseInt(_0x59debf(0x187))/0x3*(-parseInt(_0x59debf(0x176))/0x4)+parseInt(_0x59debf(0x1a3))/0x5+parseInt(_0x59debf(0x17b))/0x6*(parseInt(_0x59debf(0x191))/0x7)+parseInt(_0x59debf(0x190))/0x8+parseInt(_0x59debf(0x18f))/0x9+-parseInt(_0x59debf(0x17d))/0xa*(parseInt(_0x59debf(0x175))/0xb);if(_0x3258b5===_0x3690e3)break;else _0x2455ea['push'](_0x2455ea['shift']());}catch(_0x3805a5){_0x2455ea['push'](_0x2455ea['shift']());}}}(_0x3e3e,0x5d2d5));const e={'sheets-pivot':{'sheet':_0x5a91b9(0x19d),'blankValue':_0x5a91b9(0x186),'otherValue':_0x5a91b9(0x197),'columnName':_0x5a91b9(0x181),'subTotalText':_0x5a91b9(0x19a),'grandTotalText':_0x5a91b9(0x1a4),'valueText':_0x5a91b9(0x192),'rowLabels':_0x5a91b9(0x179),'columnLabels':'Column\x20Labels','averageName':_0x5a91b9(0x1a2),'countName':_0x5a91b9(0x18e),'countNumsName':_0x5a91b9(0x18e),'maxName':_0x5a91b9(0x19e),'minName':_0x5a91b9(0x198),'productName':'Iloczyn\x20z\x20','stdDevName':_0x5a91b9(0x177),'stdDevpName':_0x5a91b9(0x1a5),'sumName':_0x5a91b9(0x1a0),'varName':_0x5a91b9(0x182),'varpName':_0x5a91b9(0x17e),'subTotal':_0x5a91b9(0x17a),'grandTotal':_0x5a91b9(0x1a4),'value':_0x5a91b9(0x18a),'blank':_0x5a91b9(0x189),'other':_0x5a91b9(0x199),'renderText':{'valueField':_0x5a91b9(0x1a7),'subtotal':_0x5a91b9(0x196),'grandTotal':_0x5a91b9(0x196),'multipleGrandTotal':'{0}','subtotalWithValue':_0x5a91b9(0x196)},'emptyPivot':{'filter':_0x5a91b9(0x19f),'row':_0x5a91b9(0x180),'column':_0x5a91b9(0x178),'values':_0x5a91b9(0x1a6)},'dateGroup':{'year':_0x5a91b9(0x17f),'month':_0x5a91b9(0x173),'day':_0x5a91b9(0x18c),'date':_0x5a91b9(0x18c),'hour':'Godzina','minute':_0x5a91b9(0x195),'hourMinute':'Godzina-Minuta','quarter':_0x5a91b9(0x193),'monthDate':_0x5a91b9(0x185),'yearQuarter':_0x5a91b9(0x18d),'yearMonth':_0x5a91b9(0x194),'yearMonthDate':_0x5a91b9(0x184)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x5a91b9(0x188),'hourMinute':_0x5a91b9(0x19c),'date':'{0}','month':_0x5a91b9(0x188),'monthDate':_0x5a91b9(0x19b),'quarter':_0x5a91b9(0x174),'year':_0x5a91b9(0x188),'yearMonth':_0x5a91b9(0x19b),'yearMonthDate':_0x5a91b9(0x1a1),'yearQuarter':_0x5a91b9(0x17c)}}};module['exports']=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4e26f0=_0x5a3b;(function(_0x3d4817,_0x53fa52){const _0x110c14=_0x5a3b,_0x3be6c1=_0x3d4817();while(!![]){try{const _0x3a105d=-parseInt(_0x110c14(0xe5))/0x1+-parseInt(_0x110c14(0xf9))/0x2+parseInt(_0x110c14(0xf8))/0x3+parseInt(_0x110c14(0xdd))/0x4+parseInt(_0x110c14(0x103))/0x5+parseInt(_0x110c14(0xe1))/0x6*(-parseInt(_0x110c14(0xfc))/0x7)+parseInt(_0x110c14(0xe3))/0x8*(-parseInt(_0x110c14(0xfb))/0x9);if(_0x3a105d===_0x53fa52)break;else _0x3be6c1['push'](_0x3be6c1['shift']());}catch(_0x1dbe23){_0x3be6c1['push'](_0x3be6c1['shift']());}}}(_0xb2aa,0x4cbf8));function _0xb2aa(){const _0xd2af27=['{0}-Q{1}','{0}\x20{1}','Máximo\x20de\x20','Q{0}','1750516maCipw','Ano','Filtro','Mês-Dia','18poKmOY','Ano-Mês','1568joBIis','Total\x20Geral','275258sDWdHb','Subtotal','Valor','{0}:{1}','outro','Soma\x20de\x20','Linha','{0}{1}','Ano-Mês-Dia','Var\x20de\x20','Hora','Hora-Minuto','Contagem\x20de\x20','Coluna\x20','em\x20branco','(Outro)','Produto\x20de\x20','{0}-{1}','Dia','1497792GgsOIJ','1083982QcAUDE','Coluna','2799KQRLKD','180117jyczQU','Column\x20Labels','Trimestre','Valores','{0}','VarP\x20de\x20','DesvPadrãoP\x20de\x20','1664325fcWqGO','Planilha','(Em\x20branco)','Mínimo\x20de\x20'];_0xb2aa=function(){return _0xd2af27;};return _0xb2aa();}const e={'sheets-pivot':{'sheet':_0x4e26f0(0x104),'blankValue':_0x4e26f0(0x105),'otherValue':_0x4e26f0(0xf4),'columnName':_0x4e26f0(0xf2),'subTotalText':'Subtotal','grandTotalText':_0x4e26f0(0xe4),'valueText':_0x4e26f0(0xe7),'rowLabels':'Row\x20Labels','columnLabels':_0x4e26f0(0xfd),'averageName':'Média\x20de\x20','countName':_0x4e26f0(0xf1),'countNumsName':_0x4e26f0(0xf1),'maxName':_0x4e26f0(0xdb),'minName':_0x4e26f0(0xd8),'productName':_0x4e26f0(0xf5),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x4e26f0(0x102),'sumName':_0x4e26f0(0xea),'varName':_0x4e26f0(0xee),'varpName':_0x4e26f0(0x101),'subTotal':_0x4e26f0(0xe6),'grandTotal':_0x4e26f0(0xe4),'value':'valor','blank':_0x4e26f0(0xf3),'other':_0x4e26f0(0xe9),'renderText':{'valueField':_0x4e26f0(0xec),'subtotal':_0x4e26f0(0xda),'grandTotal':_0x4e26f0(0xda),'multipleGrandTotal':_0x4e26f0(0x100),'subtotalWithValue':_0x4e26f0(0xda)},'emptyPivot':{'filter':_0x4e26f0(0xdf),'row':_0x4e26f0(0xeb),'column':_0x4e26f0(0xfa),'values':_0x4e26f0(0xff)},'dateGroup':{'year':_0x4e26f0(0xde),'month':'Mês','day':_0x4e26f0(0xf7),'date':_0x4e26f0(0xf7),'hour':_0x4e26f0(0xef),'minute':'Minuto','hourMinute':_0x4e26f0(0xf0),'quarter':_0x4e26f0(0xfe),'monthDate':_0x4e26f0(0xe0),'yearQuarter':'Ano-Trimestre','yearMonth':_0x4e26f0(0xe2),'yearMonthDate':_0x4e26f0(0xed)},'cellDateGroupDisplay':{'minute':_0x4e26f0(0x100),'hour':_0x4e26f0(0x100),'hourMinute':_0x4e26f0(0xe8),'date':_0x4e26f0(0x100),'month':'{0}','monthDate':_0x4e26f0(0xf6),'quarter':_0x4e26f0(0xdc),'year':_0x4e26f0(0x100),'yearMonth':_0x4e26f0(0xf6),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x4e26f0(0xd9)}}};function _0x5a3b(_0x5109f0,_0xfc2754){_0x5109f0=_0x5109f0-0xd8;const _0xb2aaa4=_0xb2aa();let _0x5a3b52=_0xb2aaa4[_0x5109f0];return _0x5a3b52;}module['exports']=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1cef48=_0x5935;function _0x5935(_0x5a3c63,_0x5318cd){_0x5a3c63=_0x5a3c63-0xa6;const _0x566213=_0x5662();let _0x593533=_0x566213[_0x5a3c63];return _0x593533;}(function(_0x574af6,_0xc0f78e){const _0x47e3b2=_0x5935,_0x58cffe=_0x574af6();while(!![]){try{const _0x48849d=-parseInt(_0x47e3b2(0xc9))/0x1*(-parseInt(_0x47e3b2(0xac))/0x2)+parseInt(_0x47e3b2(0xb6))/0x3*(-parseInt(_0x47e3b2(0xca))/0x4)+parseInt(_0x47e3b2(0xab))/0x5+parseInt(_0x47e3b2(0xbc))/0x6+-parseInt(_0x47e3b2(0xb5))/0x7+parseInt(_0x47e3b2(0xb8))/0x8*(parseInt(_0x47e3b2(0xc5))/0x9)+parseInt(_0x47e3b2(0xa6))/0xa;if(_0x48849d===_0xc0f78e)break;else _0x58cffe['push'](_0x58cffe['shift']());}catch(_0x3125e2){_0x58cffe['push'](_0x58cffe['shift']());}}}(_0x5662,0x6fa8d));const e={'sheets-pivot':{'sheet':'Лист','blankValue':_0x1cef48(0xbf),'otherValue':'(Другое)','columnName':'Столбец\x20','subTotalText':_0x1cef48(0xad),'grandTotalText':_0x1cef48(0xc3),'valueText':_0x1cef48(0xc1),'rowLabels':_0x1cef48(0xbb),'columnLabels':_0x1cef48(0xc4),'averageName':'Среднее\x20по\x20','countName':_0x1cef48(0xb1),'countNumsName':_0x1cef48(0xa9),'maxName':_0x1cef48(0xb3),'minName':_0x1cef48(0xbd),'productName':_0x1cef48(0xae),'stdDevName':_0x1cef48(0xb2),'stdDevpName':_0x1cef48(0xbe),'sumName':_0x1cef48(0xc6),'varName':'Дисперсия\x20по\x20','varpName':_0x1cef48(0xaa),'subTotal':'Промежуточный\x20итог','grandTotal':_0x1cef48(0xc3),'value':_0x1cef48(0xc1),'blank':_0x1cef48(0xc0),'other':_0x1cef48(0xce),'renderText':{'valueField':_0x1cef48(0xcd),'subtotal':_0x1cef48(0xa7),'grandTotal':_0x1cef48(0xa7),'multipleGrandTotal':'{0}','subtotalWithValue':_0x1cef48(0xa7)},'emptyPivot':{'filter':_0x1cef48(0xb7),'row':_0x1cef48(0xaf),'column':_0x1cef48(0xd0),'values':_0x1cef48(0xc1)},'dateGroup':{'year':'Год','month':_0x1cef48(0xcb),'day':_0x1cef48(0xcc),'date':_0x1cef48(0xcc),'hour':'Час','minute':'Минута','hourMinute':'Час-Минута','quarter':_0x1cef48(0xa8),'monthDate':_0x1cef48(0xcf),'yearQuarter':_0x1cef48(0xb0),'yearMonth':'Год-Месяц','yearMonthDate':_0x1cef48(0xba)},'cellDateGroupDisplay':{'minute':_0x1cef48(0xb9),'hour':'{0}','hourMinute':_0x1cef48(0xc7),'date':_0x1cef48(0xb9),'month':_0x1cef48(0xb9),'monthDate':_0x1cef48(0xc8),'quarter':'Q{0}','year':_0x1cef48(0xb9),'yearMonth':'{0}-{1}','yearMonthDate':_0x1cef48(0xb4),'yearQuarter':_0x1cef48(0xc2)}}};module['exports']=e;function _0x5662(){const _0x4b9ad1=['Минимум\x20по\x20','Общее\x20стандартное\x20отклонение\x20по\x20','(Пусто)','Пусто','Значение','{0}-Q{1}','Общий\x20итог','Column\x20Labels','3040317ReLzWJ','Сумма\x20по\x20','{0}:{1}','{0}-{1}','4uOTppe','992zToEdZ','Месяц','День','{0}{1}','Другое','Месяц-День','Столбец','6554350nvgudJ','{0}\x20{1}','Квартал','Число\x20по\x20','Общая\x20дисперсия\x20по\x20','1042120FXKWDD','62124ujUzwk','Промежуточный\x20итог','Произведение\x20по\x20','Строка','Год-Квартал','Количество\x20по\x20','Стандартное\x20отклонение\x20по\x20','Максимум\x20по\x20','{0}-{1}-{2}','4688068zYVhED','6009XUZOil','Фильтр','8ZowOCM','{0}','Год-Месяц-День','Row\x20Labels','1787430lDxJdo'];_0x5662=function(){return _0x4b9ad1;};return _0x5662();}
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xbb7ad=_0x126b;(function(_0x3ec405,_0x2a93ad){const _0x42ea66=_0x126b,_0x37799e=_0x3ec405();while(!![]){try{const _0x2fa490=parseInt(_0x42ea66(0x106))/0x1*(parseInt(_0x42ea66(0x11f))/0x2)+-parseInt(_0x42ea66(0x123))/0x3*(-parseInt(_0x42ea66(0x118))/0x4)+parseInt(_0x42ea66(0x124))/0x5+parseInt(_0x42ea66(0x104))/0x6*(-parseInt(_0x42ea66(0xfb))/0x7)+parseInt(_0x42ea66(0x11d))/0x8*(-parseInt(_0x42ea66(0x108))/0x9)+parseInt(_0x42ea66(0xfc))/0xa+-parseInt(_0x42ea66(0x100))/0xb*(parseInt(_0x42ea66(0x105))/0xc);if(_0x2fa490===_0x2a93ad)break;else _0x37799e['push'](_0x37799e['shift']());}catch(_0x3869d7){_0x37799e['push'](_0x37799e['shift']());}}}(_0x374d,0xc8837));function _0x374d(){const _0xa7fade=['96MiwbfS','Počet\x20z\x20','{0}\x20{1}','Medzisúčet','(Prázdne)','24XRrvxD','Filter','351434AdgeIW','Column\x20Labels','(Iné)','Súčet','93369GZJpkR','2977065HTvuQd','Stĺpec','Hodnota','{0}-{1}','prázdne','189511tVqSVF','12284910JqcvBi','Smerodajná\x20odchýlka\x20z\x20','Deň','{0}{1}','1104653ZyfADp','Hárok','iné','Hodina','84OEABkt','132gbWJia','3zDnGRj','Celkový\x20súčet','2379087QkbUjH','{0}-{1}-{2}','Hodnoty','Mesiac-Deň','Q{0}','Rok-Mesiac-Deň','exports','Rok-Mesiac','Mesiac','Rok','hodnota','Priemer\x20z\x20','Štvrťrok','{0}','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Row\x20Labels'];_0x374d=function(){return _0xa7fade;};return _0x374d();}function _0x126b(_0x273ae2,_0x12a2f3){_0x273ae2=_0x273ae2-0xf7;const _0x374d7c=_0x374d();let _0x126b42=_0x374d7c[_0x273ae2];return _0x126b42;}const e={'sheets-pivot':{'sheet':_0xbb7ad(0x101),'blankValue':_0xbb7ad(0x11c),'otherValue':_0xbb7ad(0x121),'columnName':'Stĺpec\x20','subTotalText':_0xbb7ad(0x122),'grandTotalText':_0xbb7ad(0x107),'valueText':_0xbb7ad(0xf8),'rowLabels':_0xbb7ad(0x117),'columnLabels':_0xbb7ad(0x120),'averageName':_0xbb7ad(0x113),'countName':_0xbb7ad(0x119),'countNumsName':_0xbb7ad(0x119),'maxName':'Max\x20z\x20','minName':'Min\x20z\x20','productName':'Súčin\x20z\x20','stdDevName':_0xbb7ad(0xfd),'stdDevpName':_0xbb7ad(0x116),'sumName':'Súčet\x20z\x20','varName':'Rozptyl\x20z\x20','varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0xbb7ad(0x11b),'grandTotal':'Celkový\x20súčet','value':_0xbb7ad(0x112),'blank':_0xbb7ad(0xfa),'other':_0xbb7ad(0x102),'renderText':{'valueField':_0xbb7ad(0xff),'subtotal':'{0}\x20{1}','grandTotal':_0xbb7ad(0x11a),'multipleGrandTotal':_0xbb7ad(0x115),'subtotalWithValue':_0xbb7ad(0x11a)},'emptyPivot':{'filter':_0xbb7ad(0x11e),'row':'Riadok','column':_0xbb7ad(0xf7),'values':_0xbb7ad(0x10a)},'dateGroup':{'year':_0xbb7ad(0x111),'month':_0xbb7ad(0x110),'day':_0xbb7ad(0xfe),'date':_0xbb7ad(0xfe),'hour':_0xbb7ad(0x103),'minute':'Minúta','hourMinute':'Hodina-Minúta','quarter':_0xbb7ad(0x114),'monthDate':_0xbb7ad(0x10b),'yearQuarter':'Rok-Štvrťrok','yearMonth':_0xbb7ad(0x10f),'yearMonthDate':_0xbb7ad(0x10d)},'cellDateGroupDisplay':{'minute':_0xbb7ad(0x115),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0xbb7ad(0xf9),'quarter':_0xbb7ad(0x10c),'year':_0xbb7ad(0x115),'yearMonth':_0xbb7ad(0xf9),'yearMonthDate':_0xbb7ad(0x109),'yearQuarter':'{0}-Q{1}'}}};module[_0xbb7ad(0x10e)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1e16(){const _0x2df26a=['Tổng\x20cộng','Bảng\x20tính','Phương\x20sai\x20toàn\x20phần:','Độ\x20lệch\x20chuẩn:','Giá\x20trị','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Quý','Năm-Tháng','829632ghhnkR','Năm-Tháng-Ngày','1GznWdW','Giá\x20trị\x20tối\x20đa:','exports','Năm','{0}-{1}','Giá\x20trị\x20tối\x20thiểu:','{0}\x20{1}','20489QZPUVI','Tháng-Ngày','Phút','Năm-Quý','Số\x20lượng\x20số:','{0}','3408894STwjRZ','Tổng\x20phụ','Row\x20Labels','220186YCUJDy','Tích:','Tổng:','Hàng','Column\x20Labels','Ngày','Khác','938070WFiTat','681228LVNKqk','Lọc','(Trống)','Giờ','419876FJLFNa','Giờ-Phút','{0}-{1}-{2}','Số\x20lượng:','294yPNhKb','(Khác)'];_0x1e16=function(){return _0x2df26a;};return _0x1e16();}const _0x162acb=_0x3e56;(function(_0x1401f5,_0x41575a){const _0x19d760=_0x3e56,_0x39855b=_0x1401f5();while(!![]){try{const _0x60b2a4=-parseInt(_0x19d760(0x122))/0x1*(-parseInt(_0x19d760(0x132))/0x2)+parseInt(_0x19d760(0x13a))/0x3+parseInt(_0x19d760(0x112))/0x4+-parseInt(_0x19d760(0x139))/0x5+-parseInt(_0x19d760(0x116))/0x6*(-parseInt(_0x19d760(0x129))/0x7)+parseInt(_0x19d760(0x120))/0x8+-parseInt(_0x19d760(0x12f))/0x9;if(_0x60b2a4===_0x41575a)break;else _0x39855b['push'](_0x39855b['shift']());}catch(_0x88e1f9){_0x39855b['push'](_0x39855b['shift']());}}}(_0x1e16,0x1e005));const e={'sheets-pivot':{'sheet':_0x162acb(0x119),'blankValue':_0x162acb(0x110),'otherValue':_0x162acb(0x117),'columnName':'Cột\x20','subTotalText':'Tổng\x20phụ','grandTotalText':_0x162acb(0x118),'valueText':'Giá\x20trị','rowLabels':_0x162acb(0x131),'columnLabels':_0x162acb(0x136),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x162acb(0x115),'countNumsName':_0x162acb(0x12d),'maxName':_0x162acb(0x123),'minName':_0x162acb(0x127),'productName':_0x162acb(0x133),'stdDevName':_0x162acb(0x11b),'stdDevpName':_0x162acb(0x11d),'sumName':_0x162acb(0x134),'varName':'Phương\x20sai:','varpName':_0x162acb(0x11a),'subTotal':_0x162acb(0x130),'grandTotal':_0x162acb(0x118),'value':'Giá\x20trị','blank':'Trống','other':_0x162acb(0x138),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x162acb(0x12e),'subtotalWithValue':_0x162acb(0x128)},'emptyPivot':{'filter':_0x162acb(0x10f),'row':_0x162acb(0x135),'column':'Cột','values':_0x162acb(0x11c)},'dateGroup':{'year':_0x162acb(0x125),'month':'Tháng','day':_0x162acb(0x137),'date':_0x162acb(0x137),'hour':_0x162acb(0x111),'minute':_0x162acb(0x12b),'hourMinute':_0x162acb(0x113),'quarter':_0x162acb(0x11e),'monthDate':_0x162acb(0x12a),'yearQuarter':_0x162acb(0x12c),'yearMonth':_0x162acb(0x11f),'yearMonthDate':_0x162acb(0x121)},'cellDateGroupDisplay':{'minute':_0x162acb(0x12e),'hour':_0x162acb(0x12e),'hourMinute':'{0}:{1}','date':_0x162acb(0x12e),'month':'{0}','monthDate':_0x162acb(0x126),'quarter':'Q{0}','year':_0x162acb(0x12e),'yearMonth':'{0}-{1}','yearMonthDate':_0x162acb(0x114),'yearQuarter':'{0}-Q{1}'}}};function _0x3e56(_0x583997,_0x2feca0){_0x583997=_0x583997-0x10f;const _0x1e161e=_0x1e16();let _0x3e56cc=_0x1e161e[_0x583997];return _0x3e56cc;}module[_0x162acb(0x124)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x23066d=_0x5c08;(function(_0x155f2e,_0x7aa944){const _0x4f49fa=_0x5c08,_0x118b0a=_0x155f2e();while(!![]){try{const _0x1a450c=parseInt(_0x4f49fa(0x1bf))/0x1*(parseInt(_0x4f49fa(0x1cc))/0x2)+-parseInt(_0x4f49fa(0x1b2))/0x3*(-parseInt(_0x4f49fa(0x1c9))/0x4)+parseInt(_0x4f49fa(0x1ae))/0x5*(-parseInt(_0x4f49fa(0x1c5))/0x6)+parseInt(_0x4f49fa(0x1b5))/0x7+-parseInt(_0x4f49fa(0x1be))/0x8*(parseInt(_0x4f49fa(0x1c3))/0x9)+parseInt(_0x4f49fa(0x1d0))/0xa*(-parseInt(_0x4f49fa(0x1b0))/0xb)+parseInt(_0x4f49fa(0x1b8))/0xc;if(_0x1a450c===_0x7aa944)break;else _0x118b0a['push'](_0x118b0a['shift']());}catch(_0xcf91d5){_0x118b0a['push'](_0x118b0a['shift']());}}}(_0x4f17,0x45e0b));const e={'sheets-pivot':{'sheet':'工作表','blankValue':'(空白)','otherValue':_0x23066d(0x1ce),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x23066d(0x1ac),'columnLabels':'列标签','averageName':_0x23066d(0x1c2),'countName':_0x23066d(0x1c1),'countNumsName':_0x23066d(0x1af),'maxName':'最大值项:','minName':_0x23066d(0x1ca),'productName':_0x23066d(0x1ad),'stdDevName':_0x23066d(0x1bd),'stdDevpName':_0x23066d(0x1c7),'sumName':_0x23066d(0x1ba),'varName':_0x23066d(0x1cf),'varpName':_0x23066d(0x1c6),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x23066d(0x1c8),'subtotal':_0x23066d(0x1c0),'grandTotal':_0x23066d(0x1c0),'multipleGrandTotal':_0x23066d(0x1bb),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0x23066d(0x1cb),'quarter':'季度','monthDate':_0x23066d(0x1b6),'yearQuarter':_0x23066d(0x1b9),'yearMonth':_0x23066d(0x1b1),'yearMonthDate':_0x23066d(0x1b3)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x23066d(0x1bb),'hourMinute':_0x23066d(0x1b4),'date':_0x23066d(0x1bb),'month':_0x23066d(0x1bb),'monthDate':_0x23066d(0x1c4),'quarter':_0x23066d(0x1b7),'year':_0x23066d(0x1bb),'yearMonth':'{0}-{1}','yearMonthDate':_0x23066d(0x1cd),'yearQuarter':_0x23066d(0x1bc)}}};function _0x5c08(_0x7d5560,_0x34bc30){_0x7d5560=_0x7d5560-0x1ab;const _0x4f176e=_0x4f17();let _0x5c0819=_0x4f176e[_0x7d5560];return _0x5c0819;}function _0x4f17(){const _0x271426=['885027OkWTPd','年-月','9537cLVPlm','年-月-日','{0}:{1}','3071733uoWHld','月-日','Q{0}','1395612vuvPSN','年-季度','求和项:','{0}','{0}-Q{1}','标准偏差项:','8APMdLY','619hOSedS','{0}\x20{1}','计数项:','平均值项:','2728224lYGcWn','{0}-{1}','96828xmiljR','总体方差项:','总体标准偏差项:','{0}{1}','12KZYjrb','最小值项:','小时-分钟','704poJpjd','{0}-{1}-{2}','(其他)','方差项:','20FCRNoz','exports','行标签','乘积项:','10huGTwe','数值计数项:'];_0x4f17=function(){return _0x271426;};return _0x4f17();}module[_0x23066d(0x1ab)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x1065(_0x999739,_0x53abe0){_0x999739=_0x999739-0xd4;const _0x2d645a=_0x2d64();let _0x106552=_0x2d645a[_0x999739];return _0x106552;}const _0x17da78=_0x1065;(function(_0x4b8a91,_0x4f8269){const _0x2ed4a3=_0x1065,_0x2b2635=_0x4b8a91();while(!![]){try{const _0x392610=-parseInt(_0x2ed4a3(0xde))/0x1*(-parseInt(_0x2ed4a3(0xea))/0x2)+parseInt(_0x2ed4a3(0xf7))/0x3*(-parseInt(_0x2ed4a3(0xd8))/0x4)+parseInt(_0x2ed4a3(0xdc))/0x5*(parseInt(_0x2ed4a3(0xe1))/0x6)+-parseInt(_0x2ed4a3(0xe5))/0x7+-parseInt(_0x2ed4a3(0xe7))/0x8*(parseInt(_0x2ed4a3(0xe3))/0x9)+parseInt(_0x2ed4a3(0xd9))/0xa*(-parseInt(_0x2ed4a3(0xed))/0xb)+parseInt(_0x2ed4a3(0xdd))/0xc*(parseInt(_0x2ed4a3(0xd5))/0xd);if(_0x392610===_0x4f8269)break;else _0x2b2635['push'](_0x2b2635['shift']());}catch(_0x3f3580){_0x2b2635['push'](_0x2b2635['shift']());}}}(_0x2d64,0x4b8cd));function _0x2d64(){const _0x17505d=['2124FqfUzE','乘積項:','3519SpKRrj','(空白)','2999507pNxSoA','小時-分鐘','3944iMWfeT','exports','月-日','138118tJHkUN','求和項:','列標籤','101651iSVGaK','方差項:','計數項:','{0}','{0}\x20{1}','{0}-{1}','年-季度','工作表','總體標準差項:','年-月','3rWdoIG','(其他)','{0}:{1}','數值計數項:','10205pBLTXD','行標籤','Q{0}','219668eWqfUk','400NMizAe','最小值項:','平均值項:','3510orcVEd','12696rrHpoy','4IyvBqc','{0}-Q{1}','{0}{1}'];_0x2d64=function(){return _0x17505d;};return _0x2d64();}const e={'sheets-pivot':{'sheet':_0x17da78(0xf4),'blankValue':_0x17da78(0xe4),'otherValue':_0x17da78(0xf8),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x17da78(0xd6),'columnLabels':_0x17da78(0xec),'averageName':_0x17da78(0xdb),'countName':_0x17da78(0xef),'countNumsName':_0x17da78(0xd4),'maxName':'最大值項:','minName':_0x17da78(0xda),'productName':_0x17da78(0xe2),'stdDevName':'標準差項:','stdDevpName':_0x17da78(0xf5),'sumName':_0x17da78(0xeb),'varName':_0x17da78(0xee),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x17da78(0xe0),'subtotal':_0x17da78(0xf1),'grandTotal':_0x17da78(0xf1),'multipleGrandTotal':'{0}','subtotalWithValue':_0x17da78(0xf1)},'emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x17da78(0xe6),'quarter':'季度','monthDate':_0x17da78(0xe9),'yearQuarter':_0x17da78(0xf3),'yearMonth':_0x17da78(0xf6),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x17da78(0xf0),'hour':_0x17da78(0xf0),'hourMinute':_0x17da78(0xf9),'date':_0x17da78(0xf0),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x17da78(0xd7),'year':_0x17da78(0xf0),'yearMonth':_0x17da78(0xf2),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x17da78(0xdf)}}};module[_0x17da78(0xe8)]=e;
|