@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/const/const.d.ts +2 -2
- package/lib/types/const/type.d.ts +8 -1
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
- package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
- package/lib/types/facade/f-pivot-table.d.ts +3 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
- package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
- package/lib/types/models/view-util.d.ts +1 -0
- package/lib/types/util.d.ts +14 -8
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xf4467=_0x40bb;(function(_0x202796,_0x164987){const _0x32ebc2=_0x40bb,_0x2654e3=_0x202796();while(!![]){try{const _0x3e91bb=-parseInt(_0x32ebc2(0x194))/0x1+-parseInt(_0x32ebc2(0x187))/0x2*(-parseInt(_0x32ebc2(0x17e))/0x3)+-parseInt(_0x32ebc2(0x183))/0x4+parseInt(_0x32ebc2(0x176))/0x5+-parseInt(_0x32ebc2(0x185))/0x6+parseInt(_0x32ebc2(0x17d))/0x7+-parseInt(_0x32ebc2(0x17b))/0x8*(-parseInt(_0x32ebc2(0x17c))/0x9);if(_0x3e91bb===_0x164987)break;else _0x2654e3['push'](_0x2654e3['shift']());}catch(_0x46df2f){_0x2654e3['push'](_0x2654e3['shift']());}}}(_0x4a40,0x72529));function _0x4a40(){const _0x217163=['شهر-يوم','(فارغ)','الإجمالي\x20الكلي','يوم','التباين\x20من\x20','354395dFlrur','تسميات\x20الأعمدة','حاصل\x20الضرب\x20من\x20','القيم','ورقة','8lzafKN','621018kqEpRx','6434127HEDiqO','1008pjMAVp','{0}-Q{1}','سنة-ربع','تسميات\x20الصفوف','{0}{1}','461516JuCpAy','Q{0}','780036nQYOGZ','الصفوف','850Cvlkle','ربع','عوامل\x20التصفية','القيمة','{0}:{1}','فارغ','{0}-{1}-{2}','الحد\x20الأدنى\x20من\x20','إجمالي\x20فرعي','ساعة-دقيقة','عدد\x20من\x20','الانحراف_المعياري\x20من\x20','{0}','488192dcrdBS','{0}-{1}','آخر','عمود\x20','(آخر)','الإجمالي','شهر','ساعة','سنة','{1}\x20{0}','سنة-شهر','سنة-شهر-يوم'];_0x4a40=function(){return _0x217163;};return _0x4a40();}const e={'sheets-pivot':{'sheet':_0xf4467(0x17a),'blankValue':_0xf4467(0x172),'otherValue':_0xf4467(0x198),'columnName':_0xf4467(0x197),'subTotalText':_0xf4467(0x199),'grandTotalText':_0xf4467(0x173),'valueText':_0xf4467(0x18a),'rowLabels':_0xf4467(0x181),'columnLabels':_0xf4467(0x177),'averageName':'متوسط\x20من\x20','countName':_0xf4467(0x191),'countNumsName':_0xf4467(0x191),'maxName':'الحد\x20الأقصى\x20من\x20','minName':_0xf4467(0x18e),'productName':_0xf4467(0x178),'stdDevName':_0xf4467(0x192),'stdDevpName':'الانحراف\x20المعياري\x20للمحتوى\x20من\x20','sumName':'مجموع\x20من\x20','varName':_0xf4467(0x175),'varpName':'تباين\x20المحتوى\x20من\x20','subTotal':_0xf4467(0x18f),'grandTotal':_0xf4467(0x173),'value':'قيمة','blank':_0xf4467(0x18c),'other':_0xf4467(0x196),'renderText':{'valueField':_0xf4467(0x182),'subtotal':_0xf4467(0x16e),'grandTotal':_0xf4467(0x16e),'multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':_0xf4467(0x16e)},'emptyPivot':{'filter':_0xf4467(0x189),'row':_0xf4467(0x186),'column':'الأعمدة','values':_0xf4467(0x179)},'dateGroup':{'year':_0xf4467(0x16d),'month':_0xf4467(0x19a),'day':_0xf4467(0x174),'date':_0xf4467(0x174),'hour':_0xf4467(0x16c),'minute':'دقيقة','hourMinute':_0xf4467(0x190),'quarter':_0xf4467(0x188),'monthDate':_0xf4467(0x171),'yearQuarter':_0xf4467(0x180),'yearMonth':_0xf4467(0x16f),'yearMonthDate':_0xf4467(0x170)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0xf4467(0x18b),'date':_0xf4467(0x193),'month':_0xf4467(0x193),'monthDate':_0xf4467(0x195),'quarter':_0xf4467(0x184),'year':'{0}','yearMonth':_0xf4467(0x195),'yearMonthDate':_0xf4467(0x18d),'yearQuarter':_0xf4467(0x17f)}}};function _0x40bb(_0x48cd5d,_0x31c394){_0x48cd5d=_0x48cd5d-0x16c;const _0x4a4028=_0x4a40();let _0x40bba5=_0x4a4028[_0x48cd5d];return _0x40bba5;}export{e as default};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2ce182=_0x4f60;(function(_0x569651,_0x69710){const _0x45e8e9=_0x4f60,_0x5a4770=_0x569651();while(!![]){try{const _0x16e017=-parseInt(_0x45e8e9(0x1d6))/0x1*(-parseInt(_0x45e8e9(0x1dc))/0x2)+parseInt(_0x45e8e9(0x1d0))/0x3*(-parseInt(_0x45e8e9(0x1ca))/0x4)+-parseInt(_0x45e8e9(0x1da))/0x5*(parseInt(_0x45e8e9(0x1d7))/0x6)+-parseInt(_0x45e8e9(0x1e9))/0x7+-parseInt(_0x45e8e9(0x1e7))/0x8+-parseInt(_0x45e8e9(0x1c4))/0x9*(-parseInt(_0x45e8e9(0x1e2))/0xa)+parseInt(_0x45e8e9(0x1e1))/0xb*(parseInt(_0x45e8e9(0x1c2))/0xc);if(_0x16e017===_0x69710)break;else _0x5a4770['push'](_0x5a4770['shift']());}catch(_0x179153){_0x5a4770['push'](_0x5a4770['shift']());}}}(_0x38bb,0xc25c9));function _0x38bb(){const _0x1b568e=['Minut','Mitjana\x20de\x20','Etiquetes\x20de\x20columna','{0}-Q{1}','403976eHwQMK','{0}\x20{1}','5805534WniqKT','Subtotal','Columna','Recompte\x20de\x20','{0}','Q{0}','Var\x20de\x20','Trimestre','Dia','altre','12WBAVqA','Total\x20general','11540007CSkHLG','Mes','{0}:{1}','Full','Suma\x20de\x20','VarP\x20de\x20','3685912QDARPV','Fila','DesvEstP\x20de\x20','Mes-Dia','{0}-{1}','Any-Mes-Dia','3agZyQl','valor','Màx\x20de\x20','{0}-{1}-{2}','en\x20blanc','DesvEst\x20de\x20','14VavgUn','28020bVfugd','Any-Trimestre','Filtre','775pyvTcD','(En\x20blanc)','221098yShppS','{0}{1}','Valors','(Altre)','Columna\x20','5405213yLTURN','10PHnQRR'];_0x38bb=function(){return _0x1b568e;};return _0x38bb();}function _0x4f60(_0x39449a,_0x2b3b1e){_0x39449a=_0x39449a-0x1b9;const _0x38bbdf=_0x38bb();let _0x4f602a=_0x38bbdf[_0x39449a];return _0x4f602a;}const e={'sheets-pivot':{'sheet':_0x2ce182(0x1c7),'blankValue':_0x2ce182(0x1db),'otherValue':_0x2ce182(0x1df),'columnName':_0x2ce182(0x1e0),'subTotalText':_0x2ce182(0x1b9),'grandTotalText':_0x2ce182(0x1c3),'valueText':'Valor','rowLabels':'Etiquetes\x20de\x20fila','columnLabels':_0x2ce182(0x1e5),'averageName':_0x2ce182(0x1e4),'countName':'Recompte\x20de\x20','countNumsName':_0x2ce182(0x1bb),'maxName':_0x2ce182(0x1d2),'minName':'Mín\x20de\x20','productName':'Producte\x20de\x20','stdDevName':_0x2ce182(0x1d5),'stdDevpName':_0x2ce182(0x1cc),'sumName':_0x2ce182(0x1c8),'varName':_0x2ce182(0x1be),'varpName':_0x2ce182(0x1c9),'subTotal':_0x2ce182(0x1b9),'grandTotal':_0x2ce182(0x1c3),'value':_0x2ce182(0x1d1),'blank':_0x2ce182(0x1d4),'other':_0x2ce182(0x1c1),'renderText':{'valueField':_0x2ce182(0x1dd),'subtotal':'{0}\x20{1}','grandTotal':_0x2ce182(0x1e8),'multipleGrandTotal':_0x2ce182(0x1bc),'subtotalWithValue':_0x2ce182(0x1e8)},'emptyPivot':{'filter':_0x2ce182(0x1d9),'row':_0x2ce182(0x1cb),'column':_0x2ce182(0x1ba),'values':_0x2ce182(0x1de)},'dateGroup':{'year':'Any','month':_0x2ce182(0x1c5),'day':_0x2ce182(0x1c0),'date':_0x2ce182(0x1c0),'hour':'Hora','minute':_0x2ce182(0x1e3),'hourMinute':'Hora-Minut','quarter':_0x2ce182(0x1bf),'monthDate':_0x2ce182(0x1cd),'yearQuarter':_0x2ce182(0x1d8),'yearMonth':'Any-Mes','yearMonthDate':_0x2ce182(0x1cf)},'cellDateGroupDisplay':{'minute':_0x2ce182(0x1bc),'hour':_0x2ce182(0x1bc),'hourMinute':_0x2ce182(0x1c6),'date':_0x2ce182(0x1bc),'month':'{0}','monthDate':_0x2ce182(0x1ce),'quarter':_0x2ce182(0x1bd),'year':_0x2ce182(0x1bc),'yearMonth':'{0}-{1}','yearMonthDate':_0x2ce182(0x1d3),'yearQuarter':_0x2ce182(0x1e6)}}};export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4a1f(_0x15069f,_0x45d64b){_0x15069f=_0x15069f-0xb6;const _0x4b48c8=_0x4b48();let _0x4a1f33=_0x4b48c8[_0x15069f];return _0x4a1f33;}const _0xb4dafd=_0x4a1f;function _0x4b48(){const _0x9e105d=['Minimum\x20von\x20','leer','9429036QMXAQU','StdDev\x20von\x20','Filter','Varp\x20von\x20','Anzahl\x20von\x20','1374685FRauiv','{0}\x20{1}','Jahr-Monat-Tag','Monat','Spalte\x20','Var\x20von\x20','Jahr-Monat','4150363efLvRU','Zeile','2281836DUjbOD','{0}','24ULNoSB','Gesamtergebnis','38bmDyTP','841589hKAALM','{0}-{1}','Maximum\x20von\x20','66351xuEtKa','Monat-Tag','Stunde','{0}{1}','33fjGVXo','{0}:{1}','Spaltenbeschriftungen','630ZqUaDZ','StdDevp\x20von\x20','Zeilenbeschriftungen','Quartal','Jahr-Quartal','Wert','Q{0}','Spalte','Werte','Summe\x20von\x20','Minute','16WjURri','139690CuHzgq','Zwischensumme'];_0x4b48=function(){return _0x9e105d;};return _0x4b48();}(function(_0x17c7bc,_0x4d9787){const _0x596c42=_0x4a1f,_0x554718=_0x17c7bc();while(!![]){try{const _0x7e2a2e=-parseInt(_0x596c42(0xdd))/0x1+-parseInt(_0x596c42(0xdc))/0x2*(parseInt(_0x596c42(0xe0))/0x3)+parseInt(_0x596c42(0xd8))/0x4+parseInt(_0x596c42(0xcf))/0x5*(parseInt(_0x596c42(0xda))/0x6)+parseInt(_0x596c42(0xd6))/0x7*(-parseInt(_0x596c42(0xc5))/0x8)+-parseInt(_0x596c42(0xba))/0x9*(parseInt(_0x596c42(0xc6))/0xa)+-parseInt(_0x596c42(0xb7))/0xb*(-parseInt(_0x596c42(0xca))/0xc);if(_0x7e2a2e===_0x4d9787)break;else _0x554718['push'](_0x554718['shift']());}catch(_0x11070e){_0x554718['push'](_0x554718['shift']());}}}(_0x4b48,0x92f96));const e={'sheets-pivot':{'sheet':'Blatt','blankValue':'(Leer)','otherValue':'(Sonstige)','columnName':_0xb4dafd(0xd3),'subTotalText':_0xb4dafd(0xc7),'grandTotalText':_0xb4dafd(0xdb),'valueText':_0xb4dafd(0xbf),'rowLabels':_0xb4dafd(0xbc),'columnLabels':_0xb4dafd(0xb9),'averageName':'Mittelwert\x20von\x20','countName':_0xb4dafd(0xce),'countNumsName':'Anzahl\x20von\x20','maxName':_0xb4dafd(0xdf),'minName':_0xb4dafd(0xc8),'productName':'Produkt\x20von\x20','stdDevName':_0xb4dafd(0xcb),'stdDevpName':_0xb4dafd(0xbb),'sumName':_0xb4dafd(0xc3),'varName':_0xb4dafd(0xd4),'varpName':_0xb4dafd(0xcd),'subTotal':'Zwischensumme','grandTotal':_0xb4dafd(0xdb),'value':'Wert','blank':_0xb4dafd(0xc9),'other':'sonstige','renderText':{'valueField':_0xb4dafd(0xb6),'subtotal':_0xb4dafd(0xd0),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0xb4dafd(0xd9),'subtotalWithValue':_0xb4dafd(0xd0)},'emptyPivot':{'filter':_0xb4dafd(0xcc),'row':_0xb4dafd(0xd7),'column':_0xb4dafd(0xc1),'values':_0xb4dafd(0xc2)},'dateGroup':{'year':'Jahr','month':_0xb4dafd(0xd2),'day':'Tag','date':'Tag','hour':_0xb4dafd(0xe2),'minute':_0xb4dafd(0xc4),'hourMinute':'Stunde-Minute','quarter':_0xb4dafd(0xbd),'monthDate':_0xb4dafd(0xe1),'yearQuarter':_0xb4dafd(0xbe),'yearMonth':_0xb4dafd(0xd5),'yearMonthDate':_0xb4dafd(0xd1)},'cellDateGroupDisplay':{'minute':_0xb4dafd(0xd9),'hour':_0xb4dafd(0xd9),'hourMinute':_0xb4dafd(0xb8),'date':_0xb4dafd(0xd9),'month':'{0}','monthDate':_0xb4dafd(0xde),'quarter':_0xb4dafd(0xc0),'year':_0xb4dafd(0xd9),'yearMonth':_0xb4dafd(0xde),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x554a(_0x10769c,_0x281b33){_0x10769c=_0x10769c-0x18b;const _0x3ddf62=_0x3ddf();let _0x554ad4=_0x3ddf62[_0x10769c];return _0x554ad4;}const _0x380133=_0x554a;(function(_0x185646,_0x4c823f){const _0x4b941c=_0x554a,_0x47ce62=_0x185646();while(!![]){try{const _0x7a4114=-parseInt(_0x4b941c(0x194))/0x1+parseInt(_0x4b941c(0x1a8))/0x2+-parseInt(_0x4b941c(0x18c))/0x3*(-parseInt(_0x4b941c(0x19c))/0x4)+parseInt(_0x4b941c(0x1a9))/0x5*(parseInt(_0x4b941c(0x1af))/0x6)+parseInt(_0x4b941c(0x19a))/0x7*(-parseInt(_0x4b941c(0x1b1))/0x8)+-parseInt(_0x4b941c(0x199))/0x9*(-parseInt(_0x4b941c(0x1ab))/0xa)+parseInt(_0x4b941c(0x19e))/0xb;if(_0x7a4114===_0x4c823f)break;else _0x47ce62['push'](_0x47ce62['shift']());}catch(_0x4d245b){_0x47ce62['push'](_0x47ce62['shift']());}}}(_0x3ddf,0xef0a8));const e={'sheets-pivot':{'sheet':_0x380133(0x1a3),'blankValue':_0x380133(0x1b2),'otherValue':_0x380133(0x197),'columnName':_0x380133(0x1b6),'subTotalText':_0x380133(0x1a2),'grandTotalText':'Grand\x20Total','valueText':'Value','rowLabels':_0x380133(0x1a7),'columnLabels':_0x380133(0x1b4),'averageName':'Average\x20of\x20','countName':_0x380133(0x19d),'countNumsName':'Count\x20of\x20','maxName':_0x380133(0x1ad),'minName':_0x380133(0x192),'productName':'Product\x20of\x20','stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':_0x380133(0x19f),'varName':_0x380133(0x196),'varpName':_0x380133(0x18e),'subTotal':_0x380133(0x1ae),'grandTotal':_0x380133(0x1a4),'value':'value','blank':'blank','other':'other','renderText':{'valueField':_0x380133(0x1a6),'subtotal':_0x380133(0x191),'grandTotal':_0x380133(0x191),'multipleGrandTotal':_0x380133(0x1a5),'subtotalWithValue':_0x380133(0x191)},'emptyPivot':{'filter':_0x380133(0x18b),'row':'Row','column':_0x380133(0x1b0),'values':_0x380133(0x1a0)},'dateGroup':{'year':_0x380133(0x1a1),'month':'Month','day':_0x380133(0x193),'date':_0x380133(0x193),'hour':_0x380133(0x1ac),'minute':'Minute','hourMinute':_0x380133(0x190),'quarter':_0x380133(0x1b3),'monthDate':_0x380133(0x1b5),'yearQuarter':'Year-Quarter','yearMonth':_0x380133(0x198),'yearMonthDate':_0x380133(0x18f)},'cellDateGroupDisplay':{'minute':_0x380133(0x1a5),'hour':_0x380133(0x1a5),'hourMinute':_0x380133(0x195),'date':_0x380133(0x1a5),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x380133(0x18d),'year':_0x380133(0x1a5),'yearMonth':_0x380133(0x1aa),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x380133(0x19b)}}};function _0x3ddf(){const _0xe9c150=['Subtotal','4824sPJkQY','Column','2945728EOlnBx','(Blank)','Quarter','Column\x20Labels','Month-Day','Column\x20','Filter','98391JbAIGd','Q{0}','Varp\x20of\x20','Year-Month-Day','Hour-Minute','{0}\x20{1}','Min\x20of\x20','Day','1659803cXxpDp','{0}:{1}','Var\x20of\x20','(Other)','Year-Month','509247nHBlbt','35GTTVOh','{0}-Q{1}','60chnJZN','Count\x20of\x20','8198806SrEEpI','Sum\x20of\x20','Values','Year','Total','Sheet','Grand\x20Total','{0}','{0}{1}','Row\x20Labels','2260542lDioYH','9970rmhyui','{0}-{1}','90BBzhgi','Hour','Max\x20of\x20'];_0x3ddf=function(){return _0xe9c150;};return _0x3ddf();}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2953(){const _0x4429d9=['Año-Mes','(Vacío)','2921100zryLlS','Mes-Día','5196716eHTszE','Año-Mes-Día','otro','10uimTUG','22tVlBuy','1784nZFkvm','1474525PTymSI','valor','{0}','{0}-Q{1}','Producto\x20de\x20','{0}:{1}','Trimestre','Conteo\x20de\x20','{0}{1}','4566iHlckj','DesvEst\x20de\x20','Total\x20general','(Otro)','10063208TVYQOG','{0}-{1}','Subtotal','Minuto','Hoja','Suma\x20de\x20','Año','31208337xUJCPH','Mes','Columna\x20','Columna','Q{0}','Mín\x20de\x20','Día','{0}-{1}-{2}','Año-Trimestre','Hora-Minuto','129154cuqajk','Var\x20de\x20','VarP\x20de\x20','Promedio\x20de\x20','{0}\x20{1}','Etiquetas\x20de\x20fila','Hora'];_0x2953=function(){return _0x4429d9;};return _0x2953();}function _0x1fd2(_0x5703a9,_0x417ab7){_0x5703a9=_0x5703a9-0x1f0;const _0x29537b=_0x2953();let _0x1fd2be=_0x29537b[_0x5703a9];return _0x1fd2be;}const _0x41674e=_0x1fd2;(function(_0x4f408e,_0x44e606){const _0x21e73e=_0x1fd2,_0x83ccdc=_0x4f408e();while(!![]){try{const _0x506e46=parseInt(_0x21e73e(0x20b))/0x1*(parseInt(_0x21e73e(0x1fc))/0x2)+parseInt(_0x21e73e(0x216))/0x3*(parseInt(_0x21e73e(0x20c))/0x4)+-parseInt(_0x21e73e(0x20d))/0x5+parseInt(_0x21e73e(0x205))/0x6+parseInt(_0x21e73e(0x207))/0x7+parseInt(_0x21e73e(0x21a))/0x8+parseInt(_0x21e73e(0x1f2))/0x9*(-parseInt(_0x21e73e(0x20a))/0xa);if(_0x506e46===_0x44e606)break;else _0x83ccdc['push'](_0x83ccdc['shift']());}catch(_0x53d247){_0x83ccdc['push'](_0x83ccdc['shift']());}}}(_0x2953,0xc9353));const e={'sheets-pivot':{'sheet':_0x41674e(0x21e),'blankValue':_0x41674e(0x204),'otherValue':_0x41674e(0x219),'columnName':_0x41674e(0x1f4),'subTotalText':_0x41674e(0x21c),'grandTotalText':_0x41674e(0x218),'valueText':'Valor','rowLabels':_0x41674e(0x201),'columnLabels':'Etiquetas\x20de\x20columna','averageName':_0x41674e(0x1ff),'countName':'Conteo\x20de\x20','countNumsName':_0x41674e(0x214),'maxName':'Máx\x20de\x20','minName':_0x41674e(0x1f7),'productName':_0x41674e(0x211),'stdDevName':_0x41674e(0x217),'stdDevpName':'DesvEstP\x20de\x20','sumName':_0x41674e(0x1f0),'varName':_0x41674e(0x1fd),'varpName':_0x41674e(0x1fe),'subTotal':_0x41674e(0x21c),'grandTotal':_0x41674e(0x218),'value':_0x41674e(0x20e),'blank':'vacío','other':_0x41674e(0x209),'renderText':{'valueField':_0x41674e(0x215),'subtotal':_0x41674e(0x200),'grandTotal':_0x41674e(0x200),'multipleGrandTotal':_0x41674e(0x20f),'subtotalWithValue':_0x41674e(0x200)},'emptyPivot':{'filter':'Filtro','row':'Fila','column':_0x41674e(0x1f5),'values':'Valores'},'dateGroup':{'year':_0x41674e(0x1f1),'month':_0x41674e(0x1f3),'day':_0x41674e(0x1f8),'date':'Día','hour':_0x41674e(0x202),'minute':_0x41674e(0x21d),'hourMinute':_0x41674e(0x1fb),'quarter':_0x41674e(0x213),'monthDate':_0x41674e(0x206),'yearQuarter':_0x41674e(0x1fa),'yearMonth':_0x41674e(0x203),'yearMonthDate':_0x41674e(0x208)},'cellDateGroupDisplay':{'minute':_0x41674e(0x20f),'hour':'{0}','hourMinute':_0x41674e(0x212),'date':_0x41674e(0x20f),'month':_0x41674e(0x20f),'monthDate':_0x41674e(0x21b),'quarter':_0x41674e(0x1f6),'year':'{0}','yearMonth':_0x41674e(0x21b),'yearMonthDate':_0x41674e(0x1f9),'yearQuarter':_0x41674e(0x210)}}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x466f55=_0x4c46;function _0x5946(){const _0x30611d=['2022445dYzWNN','{0}-{1}','1646008ehjcpR','ساعت-دقیقه','{0}-{1}-{2}','ضرب\x20از\x20','برگ','روز','ستون\x20','21PLVmxm','{0}{1}','واریانس\x20از\x20','سال-فصل','{0}','کمترین\x20از\x20','میانگین\x20از\x20','بیشترین\x20از\x20','15241120mtdkHq','واریانس\x20کلی\x20از\x20','ماه-روز','5781092tjhLsr','دقیقه','تعداد\x20اعداد\x20از\x20','تعداد\x20از\x20','برچسبهای\x20ردیف','ستونها','ردیفها','مقدار','ماه','{0}:{1}','فیلترها','خالی','Q{0}','768525bGyVjM','فصل','(خالی)','سایر','سال','1584780KtZKDu','{1}\x20{0}','جمع','1918404SCdAnB','مقادیر','انحراف\x20معیار\x20از\x20','انحراف\x20معیار\x20کلی\x20از\x20'];_0x5946=function(){return _0x30611d;};return _0x5946();}(function(_0x39cc18,_0x36f244){const _0x37b96b=_0x4c46,_0x59b98a=_0x39cc18();while(!![]){try{const _0xd5d2f1=-parseInt(_0x37b96b(0x1a3))/0x1+-parseInt(_0x37b96b(0x1ac))/0x2+-parseInt(_0x37b96b(0x19e))/0x3+-parseInt(_0x37b96b(0x1be))/0x4+-parseInt(_0x37b96b(0x1aa))/0x5+-parseInt(_0x37b96b(0x1a6))/0x6+parseInt(_0x37b96b(0x1b3))/0x7*(parseInt(_0x37b96b(0x1bb))/0x8);if(_0xd5d2f1===_0x36f244)break;else _0x59b98a['push'](_0x59b98a['shift']());}catch(_0x42252b){_0x59b98a['push'](_0x59b98a['shift']());}}}(_0x5946,0xd752d));function _0x4c46(_0x3f414a,_0x15ff09){_0x3f414a=_0x3f414a-0x197;const _0x5946e1=_0x5946();let _0x4c46dd=_0x5946e1[_0x3f414a];return _0x4c46dd;}const e={'sheets-pivot':{'sheet':_0x466f55(0x1b0),'blankValue':_0x466f55(0x1a0),'otherValue':'(سایر)','columnName':_0x466f55(0x1b2),'subTotalText':_0x466f55(0x1a5),'grandTotalText':'کل','valueText':_0x466f55(0x198),'rowLabels':_0x466f55(0x1c2),'columnLabels':'برچسبهای\x20ستون','averageName':_0x466f55(0x1b9),'countName':_0x466f55(0x1c1),'countNumsName':_0x466f55(0x1c0),'maxName':_0x466f55(0x1ba),'minName':_0x466f55(0x1b8),'productName':_0x466f55(0x1af),'stdDevName':_0x466f55(0x1a8),'stdDevpName':_0x466f55(0x1a9),'sumName':'جمع\x20از\x20','varName':_0x466f55(0x1b5),'varpName':_0x466f55(0x1bc),'subTotal':_0x466f55(0x1a5),'grandTotal':'کل','value':_0x466f55(0x198),'blank':_0x466f55(0x19c),'other':_0x466f55(0x1a1),'renderText':{'valueField':_0x466f55(0x1b4),'subtotal':_0x466f55(0x1a4),'grandTotal':_0x466f55(0x1a4),'multipleGrandTotal':_0x466f55(0x1a4),'subtotalWithValue':_0x466f55(0x1a4)},'emptyPivot':{'filter':_0x466f55(0x19b),'row':_0x466f55(0x197),'column':_0x466f55(0x1c3),'values':_0x466f55(0x1a7)},'dateGroup':{'year':_0x466f55(0x1a2),'month':_0x466f55(0x199),'day':_0x466f55(0x1b1),'date':'روز','hour':'ساعت','minute':_0x466f55(0x1bf),'hourMinute':_0x466f55(0x1ad),'quarter':_0x466f55(0x19f),'monthDate':_0x466f55(0x1bd),'yearQuarter':_0x466f55(0x1b6),'yearMonth':'سال-ماه','yearMonthDate':'سال-ماه-روز'},'cellDateGroupDisplay':{'minute':_0x466f55(0x1b7),'hour':_0x466f55(0x1b7),'hourMinute':_0x466f55(0x19a),'date':_0x466f55(0x1b7),'month':_0x466f55(0x1b7),'monthDate':'{0}-{1}','quarter':_0x466f55(0x19d),'year':'{0}','yearMonth':_0x466f55(0x1ab),'yearMonthDate':_0x466f55(0x1ae),'yearQuarter':'{0}-Q{1}'}}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4d425f=_0x1d10;(function(_0x33e241,_0x4b1648){const _0x828ddd=_0x1d10,_0x46f5ea=_0x33e241();while(!![]){try{const _0x3173c5=-parseInt(_0x828ddd(0x149))/0x1*(parseInt(_0x828ddd(0x153))/0x2)+parseInt(_0x828ddd(0x163))/0x3*(parseInt(_0x828ddd(0x150))/0x4)+parseInt(_0x828ddd(0x165))/0x5+-parseInt(_0x828ddd(0x14b))/0x6+parseInt(_0x828ddd(0x14e))/0x7+-parseInt(_0x828ddd(0x159))/0x8*(-parseInt(_0x828ddd(0x154))/0x9)+-parseInt(_0x828ddd(0x166))/0xa*(parseInt(_0x828ddd(0x13d))/0xb);if(_0x3173c5===_0x4b1648)break;else _0x46f5ea['push'](_0x46f5ea['shift']());}catch(_0x4838f0){_0x46f5ea['push'](_0x46f5ea['shift']());}}}(_0x8955,0x593cc));function _0x8955(){const _0x4d062b=['Filtre','Colonne\x20','131mKOMIn','Variance\x20de\x20','537798pDjWWh','(Autre)','Somme\x20de\x20','4857251gQemRK','autre','8mrnWsU','Valeur','Produit\x20de\x20','1828bxobtZ','1548GljLjk','(Vide)','Mois-Jour','Min\x20de\x20','{0}\x20{1}','976gbsKLB','Max\x20de\x20','Étiquettes\x20de\x20colonnes','Sous-total','{0}-{1}-{2}','Année-Mois-Jour','{0}{1}','Année-Trimestre','Heure-Minute','{0}','238260WiDSLJ','Ligne','1390850BbccMo','20lSTNrs','Écart-type\x20pop.\x20de\x20','3173522xsqSnE','Écart-type\x20de\x20','Année','Année-Mois','Étiquettes\x20de\x20lignes','{0}:{1}','Jour','{0}-{1}','valeur','Nombre\x20de\x20'];_0x8955=function(){return _0x4d062b;};return _0x8955();}function _0x1d10(_0x393541,_0x566536){_0x393541=_0x393541-0x13d;const _0x89557f=_0x8955();let _0x1d1033=_0x89557f[_0x393541];return _0x1d1033;}const e={'sheets-pivot':{'sheet':'Feuille','blankValue':_0x4d425f(0x155),'otherValue':_0x4d425f(0x14c),'columnName':_0x4d425f(0x148),'subTotalText':'Total','grandTotalText':'Total\x20général','valueText':_0x4d425f(0x151),'rowLabels':_0x4d425f(0x141),'columnLabels':_0x4d425f(0x15b),'averageName':'Moyenne\x20de\x20','countName':_0x4d425f(0x146),'countNumsName':_0x4d425f(0x146),'maxName':_0x4d425f(0x15a),'minName':_0x4d425f(0x157),'productName':_0x4d425f(0x152),'stdDevName':_0x4d425f(0x13e),'stdDevpName':_0x4d425f(0x167),'sumName':_0x4d425f(0x14d),'varName':_0x4d425f(0x14a),'varpName':'Variance\x20pop.\x20de\x20','subTotal':_0x4d425f(0x15c),'grandTotal':'Total\x20général','value':_0x4d425f(0x145),'blank':'vide','other':_0x4d425f(0x14f),'renderText':{'valueField':_0x4d425f(0x15f),'subtotal':_0x4d425f(0x158),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x4d425f(0x162),'subtotalWithValue':_0x4d425f(0x158)},'emptyPivot':{'filter':_0x4d425f(0x147),'row':_0x4d425f(0x164),'column':'Colonne','values':'Valeurs'},'dateGroup':{'year':_0x4d425f(0x13f),'month':'Mois','day':_0x4d425f(0x143),'date':_0x4d425f(0x143),'hour':'Heure','minute':'Minute','hourMinute':_0x4d425f(0x161),'quarter':'Trimestre','monthDate':_0x4d425f(0x156),'yearQuarter':_0x4d425f(0x160),'yearMonth':_0x4d425f(0x140),'yearMonthDate':_0x4d425f(0x15e)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x4d425f(0x162),'hourMinute':_0x4d425f(0x142),'date':'{0}','month':_0x4d425f(0x162),'monthDate':_0x4d425f(0x144),'quarter':'Q{0}','year':'{0}','yearMonth':_0x4d425f(0x144),'yearMonthDate':_0x4d425f(0x15d),'yearQuarter':'{0}-Q{1}'}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3ef4d9=_0x4c57;(function(_0x473e78,_0x1207fe){const _0x55ce4b=_0x4c57,_0x4f809c=_0x473e78();while(!![]){try{const _0x43f86b=parseInt(_0x55ce4b(0x89))/0x1*(parseInt(_0x55ce4b(0x86))/0x2)+parseInt(_0x55ce4b(0x79))/0x3+parseInt(_0x55ce4b(0x81))/0x4+parseInt(_0x55ce4b(0x74))/0x5*(parseInt(_0x55ce4b(0x8d))/0x6)+-parseInt(_0x55ce4b(0x7f))/0x7*(parseInt(_0x55ce4b(0x75))/0x8)+-parseInt(_0x55ce4b(0x95))/0x9*(parseInt(_0x55ce4b(0x82))/0xa)+-parseInt(_0x55ce4b(0x7b))/0xb;if(_0x43f86b===_0x1207fe)break;else _0x4f809c['push'](_0x4f809c['shift']());}catch(_0x3a52c1){_0x4f809c['push'](_0x4f809c['shift']());}}}(_0xd572,0x2cfc7));const e={'sheets-pivot':{'sheet':'Lembar','blankValue':_0x3ef4d9(0x70),'otherValue':_0x3ef4d9(0x93),'columnName':_0x3ef4d9(0x7d),'subTotalText':_0x3ef4d9(0x71),'grandTotalText':_0x3ef4d9(0x77),'valueText':_0x3ef4d9(0x7a),'rowLabels':'Label\x20Baris','columnLabels':_0x3ef4d9(0x94),'averageName':_0x3ef4d9(0x7e),'countName':_0x3ef4d9(0x6a),'countNumsName':_0x3ef4d9(0x6a),'maxName':_0x3ef4d9(0x91),'minName':_0x3ef4d9(0x7c),'productName':_0x3ef4d9(0x68),'stdDevName':_0x3ef4d9(0x6e),'stdDevpName':_0x3ef4d9(0x83),'sumName':'Jumlah\x20dari\x20','varName':_0x3ef4d9(0x73),'varpName':'Varp\x20dari\x20','subTotal':'Subtotal','grandTotal':_0x3ef4d9(0x77),'value':_0x3ef4d9(0x88),'blank':_0x3ef4d9(0x72),'other':_0x3ef4d9(0x90),'renderText':{'valueField':_0x3ef4d9(0x85),'subtotal':_0x3ef4d9(0x8a),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3ef4d9(0x6c),'subtotalWithValue':_0x3ef4d9(0x8a)},'emptyPivot':{'filter':'Filter','row':_0x3ef4d9(0x6d),'column':_0x3ef4d9(0x78),'values':'Nilai'},'dateGroup':{'year':_0x3ef4d9(0x6f),'month':'Bulan','day':'Hari','date':_0x3ef4d9(0x80),'hour':_0x3ef4d9(0x8b),'minute':'Menit','hourMinute':'Jam-Menit','quarter':_0x3ef4d9(0x6b),'monthDate':_0x3ef4d9(0x76),'yearQuarter':_0x3ef4d9(0x92),'yearMonth':_0x3ef4d9(0x87),'yearMonthDate':_0x3ef4d9(0x8c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3ef4d9(0x6c),'hourMinute':_0x3ef4d9(0x8f),'date':'{0}','month':_0x3ef4d9(0x6c),'monthDate':_0x3ef4d9(0x8e),'quarter':_0x3ef4d9(0x84),'year':'{0}','yearMonth':_0x3ef4d9(0x8e),'yearMonthDate':_0x3ef4d9(0x96),'yearQuarter':_0x3ef4d9(0x69)}}};export{e as default};function _0x4c57(_0x489f43,_0x15f391){_0x489f43=_0x489f43-0x68;const _0xd572c5=_0xd572();let _0x4c57ad=_0xd572c5[_0x489f43];return _0x4c57ad;}function _0xd572(){const _0x42c9f1=['Jam','Tahun-Bulan-Hari','4254DZroNx','{0}-{1}','{0}:{1}','lainnya','Maks\x20dari\x20','Tahun-Kuartal','(Lainnya)','Label\x20Kolom','546327FabGzx','{0}-{1}-{2}','Hasil\x20Kali\x20dari\x20','{0}-Q{1}','Jumlah\x20dari\x20','Kuartal','{0}','Baris','StdDev\x20dari\x20','Tahun','(Kosong)','Total','kosong','Var\x20dari\x20','2435ykkVPw','978984oYhNzr','Bulan-Hari','Total\x20Keseluruhan','Kolom','517536bPYwFt','Nilai','5169395RNsRpF','Min\x20dari\x20','Kolom\x20','Rata-rata\x20dari\x20','14lwsRNm','Hari','1412608lPjKnU','20qeSJyv','StdDevp\x20dari\x20','Q{0}','{0}{1}','27166GmttCp','Tahun-Bulan','nilai','11DKazyc','{0}\x20{1}'];_0xd572=function(){return _0x42c9f1;};return _0xd572();}
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1a28(_0x570b8d,_0x29d013){_0x570b8d=_0x570b8d-0x123;const _0x3d4edb=_0x3d4e();let _0x1a28cc=_0x3d4edb[_0x570b8d];return _0x1a28cc;}function _0x3d4e(){const _0x13aca1=['Valore','2894712VISFZB','Var\x20di\x20','Etichette\x20di\x20riga','altro','1757078VKbNBE','3684icnSHD','3923780KKiKyY','90ZcFjDV','8604AUEaMe','{0}{1}','{0}-{1}','{0}-{1}-{2}','Subtotale','Giorno','Mese-Giorno','Prodotto\x20di\x20','230126JIlIaX','Minuto','Conteggio\x20di\x20','Anno-Trimestre','950nKxfMd','Colonna\x20','4878mDlgfD','{0}\x20{1}','2xwJFDw','Colonna','Totale\x20Complessivo','Riga','{0}','6872CTIkCS','Somma\x20di\x20','Minimo\x20di\x20','Anno','Filtro','Trimestre','vuoto','Massimo\x20di\x20','22gJvKUl','Valori','Foglio','{0}:{1}','DevStdp\x20di\x20','498246rbneri','Mese','Ora'];_0x3d4e=function(){return _0x13aca1;};return _0x3d4e();}const _0x29fe0d=_0x1a28;(function(_0xb523e3,_0x2af25f){const _0x4a4c2d=_0x1a28,_0x284b39=_0xb523e3();while(!![]){try{const _0x43ad08=-parseInt(_0x4a4c2d(0x13a))/0x1+-parseInt(_0x4a4c2d(0x14e))/0x2*(parseInt(_0x4a4c2d(0x136))/0x3)+parseInt(_0x4a4c2d(0x13e))/0x4*(-parseInt(_0x4a4c2d(0x14a))/0x5)+parseInt(_0x4a4c2d(0x13d))/0x6*(-parseInt(_0x4a4c2d(0x132))/0x7)+-parseInt(_0x4a4c2d(0x125))/0x8*(-parseInt(_0x4a4c2d(0x14c))/0x9)+parseInt(_0x4a4c2d(0x13c))/0xa*(-parseInt(_0x4a4c2d(0x12d))/0xb)+-parseInt(_0x4a4c2d(0x13b))/0xc*(-parseInt(_0x4a4c2d(0x146))/0xd);if(_0x43ad08===_0x2af25f)break;else _0x284b39['push'](_0x284b39['shift']());}catch(_0x118fc6){_0x284b39['push'](_0x284b39['shift']());}}}(_0x3d4e,0xdfe02));const e={'sheets-pivot':{'sheet':_0x29fe0d(0x12f),'blankValue':'(Vuoto)','otherValue':'(Altro)','columnName':_0x29fe0d(0x14b),'subTotalText':'Totale','grandTotalText':_0x29fe0d(0x150),'valueText':_0x29fe0d(0x135),'rowLabels':_0x29fe0d(0x138),'columnLabels':'Etichette\x20di\x20colonna','averageName':'Media\x20di\x20','countName':_0x29fe0d(0x148),'countNumsName':_0x29fe0d(0x148),'maxName':_0x29fe0d(0x12c),'minName':_0x29fe0d(0x127),'productName':_0x29fe0d(0x145),'stdDevName':'DevStd\x20di\x20','stdDevpName':_0x29fe0d(0x131),'sumName':_0x29fe0d(0x126),'varName':_0x29fe0d(0x137),'varpName':'Varp\x20di\x20','subTotal':_0x29fe0d(0x142),'grandTotal':_0x29fe0d(0x150),'value':'valore','blank':_0x29fe0d(0x12b),'other':_0x29fe0d(0x139),'renderText':{'valueField':_0x29fe0d(0x13f),'subtotal':_0x29fe0d(0x14d),'grandTotal':_0x29fe0d(0x14d),'multipleGrandTotal':_0x29fe0d(0x124),'subtotalWithValue':_0x29fe0d(0x14d)},'emptyPivot':{'filter':_0x29fe0d(0x129),'row':_0x29fe0d(0x123),'column':_0x29fe0d(0x14f),'values':_0x29fe0d(0x12e)},'dateGroup':{'year':_0x29fe0d(0x128),'month':_0x29fe0d(0x133),'day':'Giorno','date':_0x29fe0d(0x143),'hour':_0x29fe0d(0x134),'minute':_0x29fe0d(0x147),'hourMinute':'Ora-Minuto','quarter':_0x29fe0d(0x12a),'monthDate':_0x29fe0d(0x144),'yearQuarter':_0x29fe0d(0x149),'yearMonth':'Anno-Mese','yearMonthDate':'Anno-Mese-Giorno'},'cellDateGroupDisplay':{'minute':_0x29fe0d(0x124),'hour':_0x29fe0d(0x124),'hourMinute':_0x29fe0d(0x130),'date':_0x29fe0d(0x124),'month':'{0}','monthDate':_0x29fe0d(0x140),'quarter':'Q{0}','year':'{0}','yearMonth':_0x29fe0d(0x140),'yearMonthDate':_0x29fe0d(0x141),'yearQuarter':'{0}-Q{1}'}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x31f4(){const _0x4aac85=['{0}','積\x20/\x20','最小値\x20/\x20','年-四半期','{0}{1}','平均\x20/\x20','6834774XjWpet','{0}:{1}','{0}-{1}','{0}\x20{1}','(その他)','5455485HTweou','標本分散\x20/\x20','1038783XeobtQ','月-日','84Pffutw','7cBQnnB','最大値\x20/\x20','{0}-{1}-{2}','7332230eApeim','列ラベル','2URCkLD','その他','行ラベル','年-月-日','シート','年-月','770340hbAYRr','標準偏差\x20/\x20','{0}-Q{1}','1239256UOcGYd','183265tUkiCX'];_0x31f4=function(){return _0x4aac85;};return _0x31f4();}const _0x28ce1b=_0x4bea;function _0x4bea(_0x40ae8f,_0x35d807){_0x40ae8f=_0x40ae8f-0x10b;const _0x31f4dd=_0x31f4();let _0x4beaf1=_0x31f4dd[_0x40ae8f];return _0x4beaf1;}(function(_0x238c3d,_0x72bd19){const _0x42a3f6=_0x4bea,_0x144cd0=_0x238c3d();while(!![]){try{const _0x183559=-parseInt(_0x42a3f6(0x120))/0x1+parseInt(_0x42a3f6(0x11a))/0x2*(-parseInt(_0x42a3f6(0x112))/0x3)+-parseInt(_0x42a3f6(0x114))/0x4*(-parseInt(_0x42a3f6(0x124))/0x5)+parseInt(_0x42a3f6(0x10b))/0x6*(parseInt(_0x42a3f6(0x115))/0x7)+parseInt(_0x42a3f6(0x123))/0x8+parseInt(_0x42a3f6(0x110))/0x9+-parseInt(_0x42a3f6(0x118))/0xa;if(_0x183559===_0x72bd19)break;else _0x144cd0['push'](_0x144cd0['shift']());}catch(_0x5cc0e8){_0x144cd0['push'](_0x144cd0['shift']());}}}(_0x31f4,0xc837a));const e={'sheets-pivot':{'sheet':_0x28ce1b(0x11e),'blankValue':'(空白)','otherValue':_0x28ce1b(0x10f),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x28ce1b(0x11c),'columnLabels':_0x28ce1b(0x119),'averageName':_0x28ce1b(0x12a),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':_0x28ce1b(0x116),'minName':_0x28ce1b(0x127),'productName':_0x28ce1b(0x126),'stdDevName':_0x28ce1b(0x121),'stdDevpName':'標本標準偏差\x20/\x20','sumName':'合計\x20/\x20','varName':'分散\x20/\x20','varpName':_0x28ce1b(0x111),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x28ce1b(0x11b),'renderText':{'valueField':_0x28ce1b(0x129),'subtotal':'{0}\x20{1}','grandTotal':_0x28ce1b(0x10e),'multipleGrandTotal':_0x28ce1b(0x125),'subtotalWithValue':_0x28ce1b(0x10e)},'emptyPivot':{'filter':'フィルター','row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':'四半期','monthDate':_0x28ce1b(0x113),'yearQuarter':_0x28ce1b(0x128),'yearMonth':_0x28ce1b(0x11f),'yearMonthDate':_0x28ce1b(0x11d)},'cellDateGroupDisplay':{'minute':_0x28ce1b(0x125),'hour':_0x28ce1b(0x125),'hourMinute':_0x28ce1b(0x10c),'date':'{0}','month':_0x28ce1b(0x125),'monthDate':_0x28ce1b(0x10d),'quarter':'Q{0}','year':_0x28ce1b(0x125),'yearMonth':_0x28ce1b(0x10d),'yearMonthDate':_0x28ce1b(0x117),'yearQuarter':_0x28ce1b(0x122)}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xaeae(){const _0x1da3b9=['비어\x20있음','{0}-{1}-{2}','년-월','숫자\x20개수\x20/\x20','9uUlRUe','{0}-Q{1}','{0}-{1}','곱\x20/\x20','행\x20레이블','년-분기','{0}','5585895rebEZe','{0}\x20{1}','개수\x20/\x20','시-분','813669WrsqJk','4132390RkZZXH','2115450KfxWiP','합계\x20/\x20','6GBvawW','열\x20레이블','표준\x20편차(모집단)\x20/\x20','11250200ENJQbu','1898456JeqMlX','23662647xfzjFv','부분합','Q{0}'];_0xaeae=function(){return _0x1da3b9;};return _0xaeae();}const _0x14af34=_0x338b;(function(_0xcb5f6,_0x5ccce6){const _0xcb707b=_0x338b,_0x35b8b8=_0xcb5f6();while(!![]){try{const _0x448862=-parseInt(_0xcb707b(0x120))/0x1+-parseInt(_0xcb707b(0x122))/0x2+parseInt(_0xcb707b(0x130))/0x3*(parseInt(_0xcb707b(0x128))/0x4)+parseInt(_0xcb707b(0x121))/0x5*(parseInt(_0xcb707b(0x124))/0x6)+-parseInt(_0xcb707b(0x11c))/0x7+-parseInt(_0xcb707b(0x127))/0x8+parseInt(_0xcb707b(0x129))/0x9;if(_0x448862===_0x5ccce6)break;else _0x35b8b8['push'](_0x35b8b8['shift']());}catch(_0x13815b){_0x35b8b8['push'](_0x35b8b8['shift']());}}}(_0xaeae,0xc4409));const e={'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':'총합계','valueText':'값','rowLabels':_0x14af34(0x134),'columnLabels':_0x14af34(0x125),'averageName':'평균\x20/\x20','countName':_0x14af34(0x11e),'countNumsName':_0x14af34(0x12f),'maxName':'최대값\x20/\x20','minName':'최소값\x20/\x20','productName':_0x14af34(0x133),'stdDevName':'표준\x20편차\x20/\x20','stdDevpName':_0x14af34(0x126),'sumName':_0x14af34(0x123),'varName':'분산\x20/\x20','varpName':'분산(모집단)\x20/\x20','subTotal':_0x14af34(0x12a),'grandTotal':'총합계','value':'값','blank':_0x14af34(0x12c),'other':'기타','renderText':{'valueField':'{0}{1}','subtotal':_0x14af34(0x11d),'grandTotal':_0x14af34(0x11d),'multipleGrandTotal':'{0}','subtotalWithValue':_0x14af34(0x11d)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x14af34(0x11f),'quarter':'분기','monthDate':'월-일','yearQuarter':_0x14af34(0x135),'yearMonth':_0x14af34(0x12e),'yearMonthDate':'년-월-일'},'cellDateGroupDisplay':{'minute':_0x14af34(0x136),'hour':_0x14af34(0x136),'hourMinute':'{0}:{1}','date':_0x14af34(0x136),'month':_0x14af34(0x136),'monthDate':'{0}-{1}','quarter':_0x14af34(0x12b),'year':'{0}','yearMonth':_0x14af34(0x132),'yearMonthDate':_0x14af34(0x12d),'yearQuarter':_0x14af34(0x131)}}};function _0x338b(_0x217213,_0x54b681){_0x217213=_0x217213-0x11c;const _0xaeaee1=_0xaeae();let _0x338b06=_0xaeaee1[_0x217213];return _0x338b06;}export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5185f9=_0x4aea;function _0x1353(){const _0x23e402=['1197890TyeTEe','26770876ynHxyu','{0}-{1}','Miesiąc','Wartości','7360720OAFUDH','Rok','Dzień','Rok-Miesiąc','Liczba\x20z\x20','Minimum\x20z\x20','1696401KoTCbu','774910XLYRhz','Etykiety\x20kolumn','Kolumna\x20','{0}-{1}-{2}','Rok-Kwartał','WariancjaPop\x20z\x20','Wartość','Maksimum\x20z\x20','wartość','inne','{0}:{1}','Wariancja\x20z\x20','OdchStd\x20z\x20','{0}\x20{1}','Minuta','Średnia\x20z\x20','222436guzDiu','12vfZGaE','Kwartał','{0}','Q{0}','9PvyAAU','1dHwvjC','Rok-Miesiąc-Dzień','2900120FoDDsL','Godzina-Minuta','{0}-Q{1}','18WUopnZ','(Puste)','Etykiety\x20wierszy','Godzina','Kolumna','Miesiąc-Dzień','(Inne)','Iloczyn\x20z\x20','Suma\x20całkowita','Arkusz'];_0x1353=function(){return _0x23e402;};return _0x1353();}function _0x4aea(_0x27a189,_0x3417d9){_0x27a189=_0x27a189-0x7d;const _0x135380=_0x1353();let _0x4aeaeb=_0x135380[_0x27a189];return _0x4aeaeb;}(function(_0x5a10ab,_0x452350){const _0x43f170=_0x4aea,_0x4d2137=_0x5a10ab();while(!![]){try{const _0x2cd71a=-parseInt(_0x43f170(0x8d))/0x1*(parseInt(_0x43f170(0xa8))/0x2)+-parseInt(_0x43f170(0x92))/0x3*(parseInt(_0x43f170(0x87))/0x4)+parseInt(_0x43f170(0x9c))/0x5+parseInt(_0x43f170(0x88))/0x6*(-parseInt(_0x43f170(0xa7))/0x7)+parseInt(_0x43f170(0x8f))/0x8*(-parseInt(_0x43f170(0x8c))/0x9)+-parseInt(_0x43f170(0xa1))/0xa+parseInt(_0x43f170(0x9d))/0xb;if(_0x2cd71a===_0x452350)break;else _0x4d2137['push'](_0x4d2137['shift']());}catch(_0x5d6bb8){_0x4d2137['push'](_0x4d2137['shift']());}}}(_0x1353,0x5a110));const e={'sheets-pivot':{'sheet':_0x5185f9(0x9b),'blankValue':_0x5185f9(0x93),'otherValue':_0x5185f9(0x98),'columnName':_0x5185f9(0xaa),'subTotalText':'Suma','grandTotalText':'Suma\x20całkowita','valueText':_0x5185f9(0x7d),'rowLabels':_0x5185f9(0x94),'columnLabels':_0x5185f9(0xa9),'averageName':_0x5185f9(0x86),'countName':_0x5185f9(0xa5),'countNumsName':_0x5185f9(0xa5),'maxName':_0x5185f9(0x7e),'minName':_0x5185f9(0xa6),'productName':_0x5185f9(0x99),'stdDevName':_0x5185f9(0x83),'stdDevpName':'OdchStdPop\x20z\x20','sumName':'Suma\x20z\x20','varName':_0x5185f9(0x82),'varpName':_0x5185f9(0xad),'subTotal':'Suma\x20częściowa','grandTotal':_0x5185f9(0x9a),'value':_0x5185f9(0x7f),'blank':'puste','other':_0x5185f9(0x80),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0x5185f9(0x84),'multipleGrandTotal':_0x5185f9(0x8a),'subtotalWithValue':_0x5185f9(0x84)},'emptyPivot':{'filter':'Filtr','row':'Wiersz','column':_0x5185f9(0x96),'values':_0x5185f9(0xa0)},'dateGroup':{'year':_0x5185f9(0xa2),'month':_0x5185f9(0x9f),'day':_0x5185f9(0xa3),'date':_0x5185f9(0xa3),'hour':_0x5185f9(0x95),'minute':_0x5185f9(0x85),'hourMinute':_0x5185f9(0x90),'quarter':_0x5185f9(0x89),'monthDate':_0x5185f9(0x97),'yearQuarter':_0x5185f9(0xac),'yearMonth':_0x5185f9(0xa4),'yearMonthDate':_0x5185f9(0x8e)},'cellDateGroupDisplay':{'minute':_0x5185f9(0x8a),'hour':_0x5185f9(0x8a),'hourMinute':_0x5185f9(0x81),'date':_0x5185f9(0x8a),'month':_0x5185f9(0x8a),'monthDate':_0x5185f9(0x9e),'quarter':_0x5185f9(0x8b),'year':_0x5185f9(0x8a),'yearMonth':'{0}-{1}','yearMonthDate':_0x5185f9(0xab),'yearQuarter':_0x5185f9(0x91)}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3e93(){const _0x2bca75=['{0}','5YNmTuM','{0}\x20{1}','Q{0}','Máximo\x20de\x20','Trimestre','{0}{1}','Filtro','Dia','Valor','Hora','2092338XAAzDN','1072854nNwqax','Total\x20Geral','10038fbpeEx','Subtotal','valor','391563kymanA','{0}:{1}','3253005HKWetM','Coluna','{0}-{1}','Rótulos\x20de\x20coluna','Linha','344mSWQVp','Ano','Mês-Dia','Var\x20de\x20','Valores','Produto\x20de\x20','DesvPadrãoP\x20de\x20','Coluna\x20','(Em\x20branco)','936804CcpKYn','outro','429260ykXSDp','em\x20branco','{0}-{1}-{2}','Contagem\x20de\x20','Minuto','VarP\x20de\x20','Soma\x20de\x20'];_0x3e93=function(){return _0x2bca75;};return _0x3e93();}const _0x21d43a=_0x4aeb;(function(_0x215b5e,_0xf190ec){const _0x83952c=_0x4aeb,_0x21a2c7=_0x215b5e();while(!![]){try{const _0x1988de=parseInt(_0x83952c(0x11d))/0x1+-parseInt(_0x83952c(0x118))/0x2+-parseInt(_0x83952c(0x103))/0x3+parseInt(_0x83952c(0x105))/0x4+-parseInt(_0x83952c(0x10d))/0x5*(-parseInt(_0x83952c(0x117))/0x6)+-parseInt(_0x83952c(0x11a))/0x7*(parseInt(_0x83952c(0xfa))/0x8)+parseInt(_0x83952c(0xf5))/0x9;if(_0x1988de===_0xf190ec)break;else _0x21a2c7['push'](_0x21a2c7['shift']());}catch(_0x146928){_0x21a2c7['push'](_0x21a2c7['shift']());}}}(_0x3e93,0x48ec1));const e={'sheets-pivot':{'sheet':'Planilha','blankValue':_0x21d43a(0x102),'otherValue':'(Outro)','columnName':_0x21d43a(0x101),'subTotalText':_0x21d43a(0x11b),'grandTotalText':'Total\x20Geral','valueText':_0x21d43a(0x115),'rowLabels':'Rótulos\x20de\x20linha','columnLabels':_0x21d43a(0xf8),'averageName':'Média\x20de\x20','countName':_0x21d43a(0x108),'countNumsName':_0x21d43a(0x108),'maxName':_0x21d43a(0x110),'minName':'Mínimo\x20de\x20','productName':_0x21d43a(0xff),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x21d43a(0x100),'sumName':_0x21d43a(0x10b),'varName':_0x21d43a(0xfd),'varpName':_0x21d43a(0x10a),'subTotal':_0x21d43a(0x11b),'grandTotal':_0x21d43a(0x119),'value':_0x21d43a(0x11c),'blank':_0x21d43a(0x106),'other':_0x21d43a(0x104),'renderText':{'valueField':_0x21d43a(0x112),'subtotal':'{0}\x20{1}','grandTotal':_0x21d43a(0x10e),'multipleGrandTotal':'{0}','subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x21d43a(0x113),'row':_0x21d43a(0xf9),'column':_0x21d43a(0xf6),'values':_0x21d43a(0xfe)},'dateGroup':{'year':_0x21d43a(0xfb),'month':'Mês','day':_0x21d43a(0x114),'date':_0x21d43a(0x114),'hour':_0x21d43a(0x116),'minute':_0x21d43a(0x109),'hourMinute':'Hora-Minuto','quarter':_0x21d43a(0x111),'monthDate':_0x21d43a(0xfc),'yearQuarter':'Ano-Trimestre','yearMonth':'Ano-Mês','yearMonthDate':'Ano-Mês-Dia'},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x21d43a(0x11e),'date':'{0}','month':_0x21d43a(0x10c),'monthDate':_0x21d43a(0xf7),'quarter':_0x21d43a(0x10f),'year':_0x21d43a(0x10c),'yearMonth':_0x21d43a(0xf7),'yearMonthDate':_0x21d43a(0x107),'yearQuarter':'{0}-Q{1}'}}};function _0x4aeb(_0x569990,_0x1543a3){_0x569990=_0x569990-0xf5;const _0x3e933c=_0x3e93();let _0x4aebe4=_0x3e933c[_0x569990];return _0x4aebe4;}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x19a1(){const _0x19b3c9=['День','(Пусто)','19172231tXktBM','Промежуточный\x20итог','5854590FSZYva','Год-Месяц-День','Количество\x20по\x20','Значение','Месяц','Столбец','Общая\x20дисперсия\x20по\x20','Фильтр','12VMaovK','22977BUnQvi','1050eIDmQy','Q{0}','318bfMxog','Сумма\x20по\x20','{0}\x20{1}','1478gGbNru','111835DoKaMT','Час-Минута','95708TVTJuQ','{0}','Строка','Произведение\x20по\x20','69uAnuGF','Месяц-День','Минута','{0}-{1}-{2}','Дисперсия\x20по\x20','Год-Месяц','Метки\x20столбцов','Столбец\x20','11JltsDV','3840KkIYbh','Минимум\x20по\x20','Среднее\x20по\x20','{0}:{1}','Общее\x20стандартное\x20отклонение\x20по\x20','{0}{1}','(Другое)','Год-Квартал','Метки\x20строк','Квартал','9107000ICSJgK','{0}-{1}','Общий\x20итог','{0}-Q{1}','Лист','Стандартное\x20отклонение\x20по\x20','Год'];_0x19a1=function(){return _0x19b3c9;};return _0x19a1();}const _0x33d024=_0x2c2e;(function(_0x36ee04,_0x439213){const _0x451742=_0x2c2e,_0x1372b4=_0x36ee04();while(!![]){try{const _0x30f3e8=-parseInt(_0x451742(0x141))/0x1*(parseInt(_0x451742(0x13c))/0x2)+parseInt(_0x451742(0x148))/0x3*(-parseInt(_0x451742(0x144))/0x4)+-parseInt(_0x451742(0x142))/0x5*(-parseInt(_0x451742(0x13e))/0x6)+parseInt(_0x451742(0x127))/0x7+-parseInt(_0x451742(0x11d))/0x8*(parseInt(_0x451742(0x13b))/0x9)+-parseInt(_0x451742(0x132))/0xa*(parseInt(_0x451742(0x11c))/0xb)+-parseInt(_0x451742(0x13a))/0xc*(-parseInt(_0x451742(0x130))/0xd);if(_0x30f3e8===_0x439213)break;else _0x1372b4['push'](_0x1372b4['shift']());}catch(_0xbf51bb){_0x1372b4['push'](_0x1372b4['shift']());}}}(_0x19a1,0xc9304));const e={'sheets-pivot':{'sheet':_0x33d024(0x12b),'blankValue':_0x33d024(0x12f),'otherValue':_0x33d024(0x123),'columnName':_0x33d024(0x11b),'subTotalText':_0x33d024(0x131),'grandTotalText':_0x33d024(0x129),'valueText':_0x33d024(0x135),'rowLabels':_0x33d024(0x125),'columnLabels':_0x33d024(0x11a),'averageName':_0x33d024(0x11f),'countName':_0x33d024(0x134),'countNumsName':'Число\x20по\x20','maxName':'Максимум\x20по\x20','minName':_0x33d024(0x11e),'productName':_0x33d024(0x147),'stdDevName':_0x33d024(0x12c),'stdDevpName':_0x33d024(0x121),'sumName':_0x33d024(0x13f),'varName':_0x33d024(0x118),'varpName':_0x33d024(0x138),'subTotal':_0x33d024(0x131),'grandTotal':_0x33d024(0x129),'value':_0x33d024(0x135),'blank':'Пусто','other':'Другое','renderText':{'valueField':_0x33d024(0x122),'subtotal':_0x33d024(0x140),'grandTotal':_0x33d024(0x140),'multipleGrandTotal':_0x33d024(0x145),'subtotalWithValue':_0x33d024(0x140)},'emptyPivot':{'filter':_0x33d024(0x139),'row':_0x33d024(0x146),'column':_0x33d024(0x137),'values':'Значение'},'dateGroup':{'year':_0x33d024(0x12d),'month':_0x33d024(0x136),'day':_0x33d024(0x12e),'date':_0x33d024(0x12e),'hour':'Час','minute':_0x33d024(0x14a),'hourMinute':_0x33d024(0x143),'quarter':_0x33d024(0x126),'monthDate':_0x33d024(0x149),'yearQuarter':_0x33d024(0x124),'yearMonth':_0x33d024(0x119),'yearMonthDate':_0x33d024(0x133)},'cellDateGroupDisplay':{'minute':_0x33d024(0x145),'hour':_0x33d024(0x145),'hourMinute':_0x33d024(0x120),'date':'{0}','month':_0x33d024(0x145),'monthDate':'{0}-{1}','quarter':_0x33d024(0x13d),'year':_0x33d024(0x145),'yearMonth':_0x33d024(0x128),'yearMonthDate':_0x33d024(0x117),'yearQuarter':_0x33d024(0x12a)}}};function _0x2c2e(_0x1345e1,_0x58f3da){_0x1345e1=_0x1345e1-0x117;const _0x19a125=_0x19a1();let _0x2c2ea6=_0x19a125[_0x1345e1];return _0x2c2ea6;}export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xb7e57b=_0x4a93;(function(_0x23f2d1,_0x136ca8){const _0xfdfd84=_0x4a93,_0x893e90=_0x23f2d1();while(!![]){try{const _0x5525a4=-parseInt(_0xfdfd84(0x154))/0x1*(-parseInt(_0xfdfd84(0x15e))/0x2)+parseInt(_0xfdfd84(0x168))/0x3*(parseInt(_0xfdfd84(0x169))/0x4)+parseInt(_0xfdfd84(0x157))/0x5+parseInt(_0xfdfd84(0x176))/0x6*(parseInt(_0xfdfd84(0x155))/0x7)+-parseInt(_0xfdfd84(0x152))/0x8+-parseInt(_0xfdfd84(0x173))/0x9*(parseInt(_0xfdfd84(0x15c))/0xa)+parseInt(_0xfdfd84(0x165))/0xb*(-parseInt(_0xfdfd84(0x162))/0xc);if(_0x5525a4===_0x136ca8)break;else _0x893e90['push'](_0x893e90['shift']());}catch(_0x4956c2){_0x893e90['push'](_0x893e90['shift']());}}}(_0x555f,0x7badf));const e={'sheets-pivot':{'sheet':_0xb7e57b(0x16d),'blankValue':_0xb7e57b(0x172),'otherValue':_0xb7e57b(0x161),'columnName':'Stĺpec\x20','subTotalText':'Súčet','grandTotalText':_0xb7e57b(0x160),'valueText':_0xb7e57b(0x16b),'rowLabels':'Menovky\x20riadkov','columnLabels':_0xb7e57b(0x14e),'averageName':_0xb7e57b(0x166),'countName':_0xb7e57b(0x159),'countNumsName':_0xb7e57b(0x159),'maxName':'Max\x20z\x20','minName':'Min\x20z\x20','productName':'Súčin\x20z\x20','stdDevName':_0xb7e57b(0x163),'stdDevpName':_0xb7e57b(0x14f),'sumName':_0xb7e57b(0x17a),'varName':_0xb7e57b(0x170),'varpName':_0xb7e57b(0x171),'subTotal':_0xb7e57b(0x153),'grandTotal':'Celkový\x20súčet','value':_0xb7e57b(0x16c),'blank':_0xb7e57b(0x15d),'other':'iné','renderText':{'valueField':_0xb7e57b(0x177),'subtotal':_0xb7e57b(0x15a),'grandTotal':_0xb7e57b(0x15a),'multipleGrandTotal':_0xb7e57b(0x15b),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0xb7e57b(0x179),'row':_0xb7e57b(0x178),'column':'Stĺpec','values':_0xb7e57b(0x15f)},'dateGroup':{'year':_0xb7e57b(0x175),'month':_0xb7e57b(0x150),'day':'Deň','date':'Deň','hour':_0xb7e57b(0x174),'minute':'Minúta','hourMinute':_0xb7e57b(0x156),'quarter':_0xb7e57b(0x151),'monthDate':_0xb7e57b(0x167),'yearQuarter':_0xb7e57b(0x16f),'yearMonth':'Rok-Mesiac','yearMonthDate':_0xb7e57b(0x16e)},'cellDateGroupDisplay':{'minute':_0xb7e57b(0x15b),'hour':_0xb7e57b(0x15b),'hourMinute':_0xb7e57b(0x164),'date':_0xb7e57b(0x15b),'month':'{0}','monthDate':_0xb7e57b(0x158),'quarter':'Q{0}','year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0xb7e57b(0x16a),'yearQuarter':_0xb7e57b(0x14d)}}};function _0x4a93(_0x1fd05f,_0x1aa4ba){_0x1fd05f=_0x1fd05f-0x14d;const _0x555f7d=_0x555f();let _0x4a93a2=_0x555f7d[_0x1fd05f];return _0x4a93a2;}export{e as default};function _0x555f(){const _0x360601=['Rok-Štvrťrok','Rozptyl\x20z\x20','Rozptyl\x20populácie\x20z\x20','(Prázdne)','18uGzuaM','Hodina','Rok','1614ZCOpBK','{0}{1}','Riadok','Filter','Súčet\x20z\x20','{0}-Q{1}','Menovky\x20stĺpcov','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Mesiac','Štvrťrok','5735904HPczXW','Medzisúčet','3otpHpf','26005fJsFzD','Hodina-Minúta','4707260ICRugA','{0}-{1}','Počet\x20z\x20','{0}\x20{1}','{0}','3697660LTteiy','prázdne','62162HqKyLU','Hodnoty','Celkový\x20súčet','(Iné)','12241080QDJHxQ','Smerodajná\x20odchýlka\x20z\x20','{0}:{1}','11IzlWgO','Priemer\x20z\x20','Mesiac-Deň','3lQvpxt','3796684tUSaRl','{0}-{1}-{2}','Hodnota','hodnota','Hárok','Rok-Mesiac-Deň'];_0x555f=function(){return _0x360601;};return _0x555f();}
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3c0267=_0x5b4c;(function(_0x4716b0,_0x25850c){const _0x190f5c=_0x5b4c,_0x2b33d2=_0x4716b0();while(!![]){try{const _0x3b5d47=parseInt(_0x190f5c(0x143))/0x1+-parseInt(_0x190f5c(0x12e))/0x2+parseInt(_0x190f5c(0x12f))/0x3+parseInt(_0x190f5c(0x147))/0x4*(parseInt(_0x190f5c(0x14b))/0x5)+parseInt(_0x190f5c(0x134))/0x6*(parseInt(_0x190f5c(0x145))/0x7)+-parseInt(_0x190f5c(0x148))/0x8+-parseInt(_0x190f5c(0x131))/0x9;if(_0x3b5d47===_0x25850c)break;else _0x2b33d2['push'](_0x2b33d2['shift']());}catch(_0x4cad39){_0x2b33d2['push'](_0x2b33d2['shift']());}}}(_0x1fa1,0x4aeb9));function _0x1fa1(){const _0xa6fd28=['{0}-{1}-{2}','700nirSLY','Nhãn\x20hàng','Tổng\x20cộng','Nhãn\x20cột','Độ\x20lệch\x20chuẩn:','Ngày','Giá\x20trị\x20trung\x20bình:','Q{0}','{0}-Q{1}','Phương\x20sai\x20toàn\x20phần:','Tháng','Giờ-Phút','{0}:{1}','Tổng:','Năm-Tháng-Ngày','{0}','989252ephQVh','654228SJylUW','Năm','2596302KyUNbs','Cột','Cột\x20','134682zYfcKN','{0}-{1}','Giá\x20trị','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','{0}\x20{1}','Tổng\x20phụ','Số\x20lượng:','(Trống)','Quý','Giá\x20trị\x20tối\x20thiểu:','Trống','Lọc','Giá\x20trị\x20tối\x20đa:','{0}{1}','Hàng','340235uAQtcI','Năm-Quý','133vcWtXq','(Khác)','12008KTBGul','2520856bedMmu','Giờ'];_0x1fa1=function(){return _0xa6fd28;};return _0x1fa1();}function _0x5b4c(_0x583f31,_0x321a10){_0x583f31=_0x583f31-0x128;const _0x1fa1ec=_0x1fa1();let _0x5b4cf0=_0x1fa1ec[_0x583f31];return _0x5b4cf0;}const e={'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':_0x3c0267(0x13b),'otherValue':_0x3c0267(0x146),'columnName':_0x3c0267(0x133),'subTotalText':_0x3c0267(0x139),'grandTotalText':_0x3c0267(0x14d),'valueText':_0x3c0267(0x136),'rowLabels':_0x3c0267(0x14c),'columnLabels':_0x3c0267(0x14e),'averageName':_0x3c0267(0x151),'countName':_0x3c0267(0x13a),'countNumsName':'Số\x20lượng\x20số:','maxName':_0x3c0267(0x140),'minName':_0x3c0267(0x13d),'productName':'Tích:','stdDevName':_0x3c0267(0x14f),'stdDevpName':_0x3c0267(0x137),'sumName':_0x3c0267(0x12b),'varName':'Phương\x20sai:','varpName':_0x3c0267(0x154),'subTotal':_0x3c0267(0x139),'grandTotal':_0x3c0267(0x14d),'value':_0x3c0267(0x136),'blank':_0x3c0267(0x13e),'other':'Khác','renderText':{'valueField':_0x3c0267(0x141),'subtotal':'{0}\x20{1}','grandTotal':_0x3c0267(0x138),'multipleGrandTotal':_0x3c0267(0x12d),'subtotalWithValue':_0x3c0267(0x138)},'emptyPivot':{'filter':_0x3c0267(0x13f),'row':_0x3c0267(0x142),'column':_0x3c0267(0x132),'values':_0x3c0267(0x136)},'dateGroup':{'year':_0x3c0267(0x130),'month':_0x3c0267(0x128),'day':'Ngày','date':_0x3c0267(0x150),'hour':_0x3c0267(0x149),'minute':'Phút','hourMinute':_0x3c0267(0x129),'quarter':_0x3c0267(0x13c),'monthDate':'Tháng-Ngày','yearQuarter':_0x3c0267(0x144),'yearMonth':'Năm-Tháng','yearMonthDate':_0x3c0267(0x12c)},'cellDateGroupDisplay':{'minute':_0x3c0267(0x12d),'hour':'{0}','hourMinute':_0x3c0267(0x12a),'date':_0x3c0267(0x12d),'month':'{0}','monthDate':_0x3c0267(0x135),'quarter':_0x3c0267(0x152),'year':_0x3c0267(0x12d),'yearMonth':_0x3c0267(0x135),'yearMonthDate':_0x3c0267(0x14a),'yearQuarter':_0x3c0267(0x153)}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3ab3(_0xa7a005,_0x1a7b11){_0xa7a005=_0xa7a005-0x16a;const _0x59699c=_0x5969();let _0x3ab31d=_0x59699c[_0xa7a005];return _0x3ab31d;}const _0x7b8470=_0x3ab3;function _0x5969(){const _0x3db153=['年-季度','3597FzlVTO','行标签','最小值项:','{0}\x20{1}','1053285fJoRCD','总体标准偏差项:','计数项:','求和项:','{0}-{1}','月-日','18snopeT','60040yyUNUG','(空白)','Q{0}','{0}','年-月-日','(其他)','工作表','年-月','346hEhhjk','3530320XBFtxp','{0}-{1}-{2}','{0}-Q{1}','{0}{1}','乘积项:','8518587hWdmFk','18rrvNBt','4578032REVSSR','最大值项:','小时-分钟','29732980hzePGf','列标签'];_0x5969=function(){return _0x3db153;};return _0x5969();}(function(_0x14be54,_0x548aec){const _0x4f43a9=_0x3ab3,_0x20cd2f=_0x14be54();while(!![]){try{const _0x275abe=-parseInt(_0x4f43a9(0x17f))/0x1+parseInt(_0x4f43a9(0x16d))/0x2*(parseInt(_0x4f43a9(0x17b))/0x3)+-parseInt(_0x4f43a9(0x175))/0x4+parseInt(_0x4f43a9(0x186))/0x5*(parseInt(_0x4f43a9(0x174))/0x6)+-parseInt(_0x4f43a9(0x173))/0x7+-parseInt(_0x4f43a9(0x16e))/0x8*(-parseInt(_0x4f43a9(0x185))/0x9)+parseInt(_0x4f43a9(0x178))/0xa;if(_0x275abe===_0x548aec)break;else _0x20cd2f['push'](_0x20cd2f['shift']());}catch(_0x5049fa){_0x20cd2f['push'](_0x20cd2f['shift']());}}}(_0x5969,0xa7233));const e={'sheets-pivot':{'sheet':_0x7b8470(0x16b),'blankValue':_0x7b8470(0x187),'otherValue':_0x7b8470(0x16a),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x7b8470(0x17c),'columnLabels':_0x7b8470(0x179),'averageName':'平均值项:','countName':_0x7b8470(0x181),'countNumsName':'数值计数项:','maxName':_0x7b8470(0x176),'minName':_0x7b8470(0x17d),'productName':_0x7b8470(0x172),'stdDevName':'标准偏差项:','stdDevpName':_0x7b8470(0x180),'sumName':_0x7b8470(0x182),'varName':'方差项:','varpName':'总体方差项:','subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x7b8470(0x171),'subtotal':'{0}\x20{1}','grandTotal':_0x7b8470(0x17e),'multipleGrandTotal':_0x7b8470(0x189),'subtotalWithValue':_0x7b8470(0x17e)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0x7b8470(0x177),'quarter':'季度','monthDate':_0x7b8470(0x184),'yearQuarter':_0x7b8470(0x17a),'yearMonth':_0x7b8470(0x16c),'yearMonthDate':_0x7b8470(0x18a)},'cellDateGroupDisplay':{'minute':_0x7b8470(0x189),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x7b8470(0x189),'month':_0x7b8470(0x189),'monthDate':'{0}-{1}','quarter':_0x7b8470(0x188),'year':_0x7b8470(0x189),'yearMonth':_0x7b8470(0x183),'yearMonthDate':_0x7b8470(0x16f),'yearQuarter':_0x7b8470(0x170)}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1a9e0e=_0xcdda;function _0xcdda(_0x4339e7,_0x17dc8e){_0x4339e7=_0x4339e7-0x1ca;const _0x2eedf9=_0x2eed();let _0xcdda69=_0x2eedf9[_0x4339e7];return _0xcdda69;}(function(_0x641004,_0x167fad){const _0x26c74c=_0xcdda,_0x2bfc12=_0x641004();while(!![]){try{const _0x3f35cb=parseInt(_0x26c74c(0x1db))/0x1*(-parseInt(_0x26c74c(0x1e2))/0x2)+-parseInt(_0x26c74c(0x1e1))/0x3*(-parseInt(_0x26c74c(0x1e5))/0x4)+parseInt(_0x26c74c(0x1de))/0x5*(parseInt(_0x26c74c(0x1d9))/0x6)+-parseInt(_0x26c74c(0x1d4))/0x7*(-parseInt(_0x26c74c(0x1ea))/0x8)+parseInt(_0x26c74c(0x1cf))/0x9+parseInt(_0x26c74c(0x1cd))/0xa+-parseInt(_0x26c74c(0x1ec))/0xb*(parseInt(_0x26c74c(0x1d1))/0xc);if(_0x3f35cb===_0x167fad)break;else _0x2bfc12['push'](_0x2bfc12['shift']());}catch(_0x131cf1){_0x2bfc12['push'](_0x2bfc12['shift']());}}}(_0x2eed,0x7c3de));const e={'sheets-pivot':{'sheet':_0x1a9e0e(0x1dc),'blankValue':_0x1a9e0e(0x1e4),'otherValue':_0x1a9e0e(0x1e9),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x1a9e0e(0x1d6),'columnLabels':'欄標籤','averageName':_0x1a9e0e(0x1e6),'countName':_0x1a9e0e(0x1e7),'countNumsName':_0x1a9e0e(0x1cc),'maxName':_0x1a9e0e(0x1e8),'minName':_0x1a9e0e(0x1da),'productName':_0x1a9e0e(0x1dd),'stdDevName':_0x1a9e0e(0x1d3),'stdDevpName':'母體標準差項:','sumName':'總和項:','varName':_0x1a9e0e(0x1cb),'varpName':_0x1a9e0e(0x1ca),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x1a9e0e(0x1d5),'subtotal':_0x1a9e0e(0x1d2),'grandTotal':_0x1a9e0e(0x1d2),'multipleGrandTotal':_0x1a9e0e(0x1df),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':'小時-分鐘','quarter':'季','monthDate':_0x1a9e0e(0x1eb),'yearQuarter':'年-季','yearMonth':_0x1a9e0e(0x1ce),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x1a9e0e(0x1df),'hour':_0x1a9e0e(0x1df),'hourMinute':_0x1a9e0e(0x1e0),'date':_0x1a9e0e(0x1df),'month':_0x1a9e0e(0x1df),'monthDate':'{0}-{1}','quarter':_0x1a9e0e(0x1d0),'year':_0x1a9e0e(0x1df),'yearMonth':_0x1a9e0e(0x1e3),'yearMonthDate':_0x1a9e0e(0x1d7),'yearQuarter':_0x1a9e0e(0x1d8)}}};export{e as default};function _0x2eed(){const _0x157ef1=['變異數項:','數值計數項:','5964590fsZLRs','年-月','1658898NuPWre','Q{0}','2184xhJSEo','{0}\x20{1}','標準差項:','386071HyqlgI','{0}{1}','列標籤','{0}-{1}-{2}','{0}-Q{1}','6vuzmKk','最小值項:','29881lVaPvh','工作表','乘積項:','3365470MlFvvb','{0}','{0}:{1}','879wnjcTT','2RUzQGw','{0}-{1}','(空白)','6092qPEXOD','平均值項:','計數項:','最大值項:','(其他)','24MBrlCP','月-日','92279dSZryU','母體變異數項:'];_0x2eed=function(){return _0x157ef1;};return _0x2eed();}
|