@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +10 -10
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3e68(){const _0xbb071e=['عمود\x20','متوسط\x20من\x20','{0}-Q{1}','القيمة','الحد\x20الأدنى\x20من\x20','592NoODXC','{0}','4NKmcoh','{0}{1}','تباين\x20المحتوى\x20من\x20','مجموع\x20من\x20','173085mvzBUK','Q{0}','110JDjnLW','سنة-شهر','الصفوف','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','الأعمدة','209105NdJLGM','(آخر)','سنة','عدد\x20من\x20','الإجمالي\x20الكلي','{1}\x20{0}','{0}-{1}-{2}','{0}-{1}','ورقة','يوم','377174YrLbmq','دقيقة','تسميات\x20الأعمدة','آخر','الحد\x20الأقصى\x20من\x20','767058MbJpPD','حاصل\x20الضرب\x20من\x20','12681sRscnG','153238aegBum','شهر','تسميات\x20الصفوف','{0}:{1}','878439PqiRzB','35ACoklU','الانحراف_المعياري\x20من\x20','ربع','(فارغ)','ساعة','ساعة-دقيقة','فارغ','سنة-شهر-يوم','الإجمالي','التباين\x20من\x20','سنة-ربع'];_0x3e68=function(){return _0xbb071e;};return _0x3e68();}const _0x2b00b1=_0x47d5;(function(_0x4633e3,_0x2f87e5){const _0x1b8e97=_0x47d5,_0x2c44cf=_0x4633e3();while(!![]){try{const _0x51f126=parseInt(_0x1b8e97(0x1b0))/0x1+-parseInt(_0x1b8e97(0x1a8))/0x2+-parseInt(_0x1b8e97(0x1b4))/0x3+parseInt(_0x1b8e97(0x193))/0x4*(-parseInt(_0x1b8e97(0x19e))/0x5)+parseInt(_0x1b8e97(0x1ad))/0x6*(parseInt(_0x1b8e97(0x1b5))/0x7)+parseInt(_0x1b8e97(0x191))/0x8*(-parseInt(_0x1b8e97(0x1af))/0x9)+parseInt(_0x1b8e97(0x199))/0xa*(parseInt(_0x1b8e97(0x197))/0xb);if(_0x51f126===_0x2f87e5)break;else _0x2c44cf['push'](_0x2c44cf['shift']());}catch(_0x5c5a54){_0x2c44cf['push'](_0x2c44cf['shift']());}}}(_0x3e68,0x52883));function _0x47d5(_0x10fe06,_0x36a16a){_0x10fe06=_0x10fe06-0x187;const _0x3e6847=_0x3e68();let _0x47d512=_0x3e6847[_0x10fe06];return _0x47d512;}const e={'sheets-pivot':{'sheet':_0x2b00b1(0x1a6),'blankValue':_0x2b00b1(0x1b8),'otherValue':_0x2b00b1(0x19f),'columnName':_0x2b00b1(0x18c),'subTotalText':_0x2b00b1(0x189),'grandTotalText':_0x2b00b1(0x1a2),'valueText':_0x2b00b1(0x18f),'rowLabels':_0x2b00b1(0x1b2),'columnLabels':_0x2b00b1(0x1aa),'averageName':_0x2b00b1(0x18d),'countName':_0x2b00b1(0x1a1),'countNumsName':_0x2b00b1(0x1a1),'maxName':_0x2b00b1(0x1ac),'minName':_0x2b00b1(0x190),'productName':_0x2b00b1(0x1ae),'stdDevName':_0x2b00b1(0x1b6),'stdDevpName':_0x2b00b1(0x19c),'sumName':_0x2b00b1(0x196),'varName':_0x2b00b1(0x18a),'varpName':_0x2b00b1(0x195),'subTotal':'إجمالي\x20فرعي','grandTotal':_0x2b00b1(0x1a2),'value':'قيمة','blank':_0x2b00b1(0x187),'other':_0x2b00b1(0x1ab),'renderText':{'valueField':_0x2b00b1(0x194),'subtotal':_0x2b00b1(0x1a3),'grandTotal':'{1}\x20{0}','multipleGrandTotal':'{1}\x20{0}','subtotalWithValue':'{1}\x20{0}'},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x2b00b1(0x19b),'column':_0x2b00b1(0x19d),'values':'القيم'},'dateGroup':{'year':_0x2b00b1(0x1a0),'month':_0x2b00b1(0x1b1),'day':'يوم','date':_0x2b00b1(0x1a7),'hour':_0x2b00b1(0x1b9),'minute':_0x2b00b1(0x1a9),'hourMinute':_0x2b00b1(0x1ba),'quarter':_0x2b00b1(0x1b7),'monthDate':'شهر-يوم','yearQuarter':_0x2b00b1(0x18b),'yearMonth':_0x2b00b1(0x19a),'yearMonthDate':_0x2b00b1(0x188)},'cellDateGroupDisplay':{'minute':_0x2b00b1(0x192),'hour':_0x2b00b1(0x192),'hourMinute':_0x2b00b1(0x1b3),'date':'{0}','month':_0x2b00b1(0x192),'monthDate':_0x2b00b1(0x1a5),'quarter':_0x2b00b1(0x198),'year':_0x2b00b1(0x192),'yearMonth':_0x2b00b1(0x1a5),'yearMonthDate':_0x2b00b1(0x1a4),'yearQuarter':_0x2b00b1(0x18e)}}};export{e as default};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x50f372=_0x2f8e;(function(_0x2e6207,_0x4b1542){const _0x335cea=_0x2f8e,_0x451196=_0x2e6207();while(!![]){try{const _0x32148b=-parseInt(_0x335cea(0xc4))/0x1*(parseInt(_0x335cea(0xcf))/0x2)+-parseInt(_0x335cea(0xbc))/0x3+-parseInt(_0x335cea(0xb7))/0x4*(parseInt(_0x335cea(0xc0))/0x5)+-parseInt(_0x335cea(0xc3))/0x6+-parseInt(_0x335cea(0xbf))/0x7+-parseInt(_0x335cea(0xac))/0x8+parseInt(_0x335cea(0xc9))/0x9;if(_0x32148b===_0x4b1542)break;else _0x451196['push'](_0x451196['shift']());}catch(_0x6a8945){_0x451196['push'](_0x451196['shift']());}}}(_0x8f62,0xe68f7));const e={'sheets-pivot':{'sheet':_0x50f372(0xd1),'blankValue':_0x50f372(0xbd),'otherValue':_0x50f372(0xd2),'columnName':'Columna\x20','subTotalText':_0x50f372(0xae),'grandTotalText':_0x50f372(0xb8),'valueText':_0x50f372(0xcc),'rowLabels':_0x50f372(0xaf),'columnLabels':_0x50f372(0xc5),'averageName':_0x50f372(0xb0),'countName':'Recompte\x20de\x20','countNumsName':'Recompte\x20de\x20','maxName':_0x50f372(0xb1),'minName':'Mín\x20de\x20','productName':_0x50f372(0xc2),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x50f372(0xb6),'sumName':_0x50f372(0xbe),'varName':_0x50f372(0xca),'varpName':'VarP\x20de\x20','subTotal':_0x50f372(0xae),'grandTotal':_0x50f372(0xb8),'value':_0x50f372(0xd0),'blank':_0x50f372(0xce),'other':_0x50f372(0xa9),'renderText':{'valueField':'{0}{1}','subtotal':_0x50f372(0xab),'grandTotal':_0x50f372(0xab),'multipleGrandTotal':'{0}','subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'Filtre','row':_0x50f372(0xc7),'column':_0x50f372(0xaa),'values':'Valors'},'dateGroup':{'year':_0x50f372(0xcb),'month':_0x50f372(0xc1),'day':'Dia','date':_0x50f372(0xb9),'hour':_0x50f372(0xb5),'minute':_0x50f372(0xb3),'hourMinute':_0x50f372(0xc8),'quarter':_0x50f372(0xba),'monthDate':_0x50f372(0xbb),'yearQuarter':'Any-Trimestre','yearMonth':'Any-Mes','yearMonthDate':_0x50f372(0xb4)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x50f372(0xad),'hourMinute':'{0}:{1}','date':_0x50f372(0xad),'month':_0x50f372(0xad),'monthDate':'{0}-{1}','quarter':_0x50f372(0xb2),'year':_0x50f372(0xad),'yearMonth':_0x50f372(0xc6),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x50f372(0xcd)}}};function _0x2f8e(_0x33443b,_0x21db62){_0x33443b=_0x33443b-0xa9;const _0x8f6248=_0x8f62();let _0x2f8e1f=_0x8f6248[_0x33443b];return _0x2f8e1f;}function _0x8f62(){const _0x57e98f=['{0}','Subtotal','Etiquetes\x20de\x20fila','Mitjana\x20de\x20','Màx\x20de\x20','Q{0}','Minut','Any-Mes-Dia','Hora','DesvEstP\x20de\x20','994892SbBYfd','Total\x20general','Dia','Trimestre','Mes-Dia','3815631nRmGrI','(En\x20blanc)','Suma\x20de\x20','4395440aABMUu','5ZOJPXf','Mes','Producte\x20de\x20','7024956umizDN','3TkRnPf','Etiquetes\x20de\x20columna','{0}-{1}','Fila','Hora-Minut','54046881FyyUgS','Var\x20de\x20','Any','Valor','{0}-Q{1}','en\x20blanc','168650lpHwSZ','valor','Full','(Altre)','altre','Columna','{0}\x20{1}','11908104ZNEMGy'];_0x8f62=function(){return _0x57e98f;};return _0x8f62();}export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x354954=_0x1f47;function _0x49b7(){const _0x4d724b=['60hAnRiU','{0}{1}','Gesamtergebnis','{0}','Monat','50229zqbFFc','321069UqkQEh','{0}-Q{1}','{0}-{1}','Minimum\x20von\x20','Blatt','Tag','Mittelwert\x20von\x20','Monat-Tag','18399GbCYop','Zeile','1087218SzrErD','sonstige','Jahr-Monat-Tag','Q{0}','(Sonstige)','StdDevp\x20von\x20','15032ENsZCZ','leer','Anzahl\x20von\x20','Quartal','Var\x20von\x20','Jahr-Quartal','Jahr','Varp\x20von\x20','Werte','Stunde-Minute','Filter','Minute','Summe\x20von\x20','690280oorrBL','Zeilenbeschriftungen','110jJpuUs','Wert','296xZazVD','Zwischensumme','{0}\x20{1}','Stunde','(Leer)','Spalte\x20','104065XHniSF','{0}-{1}-{2}','20EcoDgq','{0}:{1}','StdDev\x20von\x20'];_0x49b7=function(){return _0x4d724b;};return _0x49b7();}function _0x1f47(_0x52f96b,_0x23f95e){_0x52f96b=_0x52f96b-0xf4;const _0x49b726=_0x49b7();let _0x1f47b3=_0x49b726[_0x52f96b];return _0x1f47b3;}(function(_0x1fefa8,_0x536999){const _0x2b7456=_0x1f47,_0x28dbbf=_0x1fefa8();while(!![]){try{const _0x34e24b=parseInt(_0x2b7456(0x11f))/0x1*(-parseInt(_0x2b7456(0x106))/0x2)+parseInt(_0x2b7456(0xfe))/0x3*(parseInt(_0x2b7456(0x122))/0x4)+-parseInt(_0x2b7456(0x11d))/0x5+-parseInt(_0x2b7456(0x100))/0x6+-parseInt(_0x2b7456(0xf6))/0x7+parseInt(_0x2b7456(0x117))/0x8*(-parseInt(_0x2b7456(0xf5))/0x9)+-parseInt(_0x2b7456(0x113))/0xa*(-parseInt(_0x2b7456(0x115))/0xb);if(_0x34e24b===_0x536999)break;else _0x28dbbf['push'](_0x28dbbf['shift']());}catch(_0x3d857b){_0x28dbbf['push'](_0x28dbbf['shift']());}}}(_0x49b7,0x2b5a7));const e={'sheets-pivot':{'sheet':_0x354954(0xfa),'blankValue':_0x354954(0x11b),'otherValue':_0x354954(0x104),'columnName':_0x354954(0x11c),'subTotalText':_0x354954(0x118),'grandTotalText':_0x354954(0x124),'valueText':_0x354954(0x116),'rowLabels':_0x354954(0x114),'columnLabels':'Spaltenbeschriftungen','averageName':_0x354954(0xfc),'countName':_0x354954(0x108),'countNumsName':_0x354954(0x108),'maxName':'Maximum\x20von\x20','minName':_0x354954(0xf9),'productName':'Produkt\x20von\x20','stdDevName':_0x354954(0x121),'stdDevpName':_0x354954(0x105),'sumName':_0x354954(0x112),'varName':_0x354954(0x10a),'varpName':_0x354954(0x10d),'subTotal':_0x354954(0x118),'grandTotal':_0x354954(0x124),'value':'Wert','blank':_0x354954(0x107),'other':_0x354954(0x101),'renderText':{'valueField':_0x354954(0x123),'subtotal':'{0}\x20{1}','grandTotal':_0x354954(0x119),'multipleGrandTotal':'{0}','subtotalWithValue':_0x354954(0x119)},'emptyPivot':{'filter':_0x354954(0x110),'row':_0x354954(0xff),'column':'Spalte','values':_0x354954(0x10e)},'dateGroup':{'year':_0x354954(0x10c),'month':_0x354954(0xf4),'day':_0x354954(0xfb),'date':'Tag','hour':_0x354954(0x11a),'minute':_0x354954(0x111),'hourMinute':_0x354954(0x10f),'quarter':_0x354954(0x109),'monthDate':_0x354954(0xfd),'yearQuarter':_0x354954(0x10b),'yearMonth':'Jahr-Monat','yearMonthDate':_0x354954(0x102)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x354954(0x120),'date':_0x354954(0x125),'month':_0x354954(0x125),'monthDate':_0x354954(0xf8),'quarter':_0x354954(0x103),'year':_0x354954(0x125),'yearMonth':_0x354954(0xf8),'yearMonthDate':_0x354954(0x11e),'yearQuarter':_0x354954(0xf7)}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3d9507=_0x22da;(function(_0x247cb0,_0x579a1f){const _0x5a6486=_0x22da,_0x21b6f2=_0x247cb0();while(!![]){try{const _0xe47dcd=-parseInt(_0x5a6486(0x171))/0x1*(-parseInt(_0x5a6486(0x193))/0x2)+-parseInt(_0x5a6486(0x182))/0x3+parseInt(_0x5a6486(0x176))/0x4*(-parseInt(_0x5a6486(0x180))/0x5)+-parseInt(_0x5a6486(0x17f))/0x6+parseInt(_0x5a6486(0x194))/0x7*(-parseInt(_0x5a6486(0x183))/0x8)+parseInt(_0x5a6486(0x17c))/0x9+-parseInt(_0x5a6486(0x18f))/0xa*(-parseInt(_0x5a6486(0x16b))/0xb);if(_0xe47dcd===_0x579a1f)break;else _0x21b6f2['push'](_0x21b6f2['shift']());}catch(_0x14c157){_0x21b6f2['push'](_0x21b6f2['shift']());}}}(_0x3ee7,0x94345));const e={'sheets-pivot':{'sheet':_0x3d9507(0x16a),'blankValue':'(Blank)','otherValue':_0x3d9507(0x169),'columnName':_0x3d9507(0x181),'subTotalText':_0x3d9507(0x174),'grandTotalText':_0x3d9507(0x18d),'valueText':_0x3d9507(0x195),'rowLabels':_0x3d9507(0x17e),'columnLabels':_0x3d9507(0x184),'averageName':_0x3d9507(0x170),'countName':_0x3d9507(0x185),'countNumsName':'Count\x20of\x20','maxName':_0x3d9507(0x196),'minName':_0x3d9507(0x17a),'productName':_0x3d9507(0x186),'stdDevName':_0x3d9507(0x178),'stdDevpName':_0x3d9507(0x173),'sumName':'Sum\x20of\x20','varName':_0x3d9507(0x197),'varpName':'Varp\x20of\x20','subTotal':_0x3d9507(0x189),'grandTotal':_0x3d9507(0x18d),'value':_0x3d9507(0x17d),'blank':'blank','other':_0x3d9507(0x177),'renderText':{'valueField':_0x3d9507(0x16f),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3d9507(0x16e),'subtotalWithValue':_0x3d9507(0x172)},'emptyPivot':{'filter':_0x3d9507(0x17b),'row':_0x3d9507(0x16c),'column':_0x3d9507(0x18c),'values':_0x3d9507(0x18b)},'dateGroup':{'year':_0x3d9507(0x191),'month':_0x3d9507(0x16d),'day':'Day','date':_0x3d9507(0x187),'hour':_0x3d9507(0x175),'minute':_0x3d9507(0x188),'hourMinute':'Hour-Minute','quarter':'Quarter','monthDate':'Month-Day','yearQuarter':_0x3d9507(0x18a),'yearMonth':_0x3d9507(0x192),'yearMonthDate':_0x3d9507(0x18e)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3d9507(0x16e),'hourMinute':_0x3d9507(0x190),'date':'{0}','month':'{0}','monthDate':'{0}-{1}','quarter':_0x3d9507(0x179),'year':_0x3d9507(0x16e),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x3d9507(0x168)}}};function _0x22da(_0x1f8cd6,_0x544a7b){_0x1f8cd6=_0x1f8cd6-0x168;const _0x3ee705=_0x3ee7();let _0x22da44=_0x3ee705[_0x1f8cd6];return _0x22da44;}export{e as default};function _0x3ee7(){const _0xf578ab=['Month','{0}','{0}{1}','Average\x20of\x20','10889BxSTJe','{0}\x20{1}','StdDevp\x20of\x20','Total','Hour','256276fwYsfj','other','StdDev\x20of\x20','Q{0}','Min\x20of\x20','Filter','8696610UYrtza','value','Row\x20Labels','6912198IhDhFT','55RWkipX','Column\x20','2222190FPNQXQ','48GbYYsh','Column\x20Labels','Count\x20of\x20','Product\x20of\x20','Day','Minute','Subtotal','Year-Quarter','Values','Column','Grand\x20Total','Year-Month-Day','164990nGRFJO','{0}:{1}','Year','Year-Month','178xxaIpY','1175657NsLZyU','Value','Max\x20of\x20','Var\x20of\x20','{0}-Q{1}','(Other)','Sheet','1518FObizV','Row'];_0x3ee7=function(){return _0xf578ab;};return _0x3ee7();}
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4514b5=_0x5ad9;(function(_0x1d155c,_0x137b3c){const _0xfe06f0=_0x5ad9,_0x367da8=_0x1d155c();while(!![]){try{const _0x1f1855=-parseInt(_0xfe06f0(0x119))/0x1+-parseInt(_0xfe06f0(0x11d))/0x2*(parseInt(_0xfe06f0(0x10a))/0x3)+parseInt(_0xfe06f0(0x11e))/0x4*(parseInt(_0xfe06f0(0x126))/0x5)+-parseInt(_0xfe06f0(0x117))/0x6+parseInt(_0xfe06f0(0x130))/0x7*(parseInt(_0xfe06f0(0x12c))/0x8)+parseInt(_0xfe06f0(0x122))/0x9+parseInt(_0xfe06f0(0x113))/0xa;if(_0x1f1855===_0x137b3c)break;else _0x367da8['push'](_0x367da8['shift']());}catch(_0x5842f5){_0x367da8['push'](_0x367da8['shift']());}}}(_0x1dec,0x594b8));function _0x5ad9(_0x41be77,_0x1aabec){_0x41be77=_0x41be77-0x105;const _0x1dec77=_0x1dec();let _0x5ad97f=_0x1dec77[_0x41be77];return _0x5ad97f;}function _0x1dec(){const _0x53d66d=['Año-Mes','Año-Trimestre','Total\x20general','3310ypUPuE','Producto\x20de\x20','Máx\x20de\x20','vacío','{0}\x20{1}','DesvEstP\x20de\x20','2944DkZbBY','(Otro)','Minuto','Q{0}','3129geHGZq','Valores','Hoja','Suma\x20de\x20','valor','{0}','Etiquetas\x20de\x20fila','Hora-Minuto','9Hflnpw','{0}-{1}-{2}','{0}-Q{1}','Conteo\x20de\x20','Columna','Fila','Valor','{0}-{1}','Mín\x20de\x20','8624460vKeVQB','otro','DesvEst\x20de\x20','Trimestre','2282868AOhmkQ','Subtotal','460226AsUlDp','{0}{1}','(Vacío)','Var\x20de\x20','65082BTbZnv','1316yUsQjx','Filtro','Día','Etiquetas\x20de\x20columna','534051rpKBUb'];_0x1dec=function(){return _0x53d66d;};return _0x1dec();}const e={'sheets-pivot':{'sheet':_0x4514b5(0x132),'blankValue':_0x4514b5(0x11b),'otherValue':_0x4514b5(0x12d),'columnName':'Columna\x20','subTotalText':_0x4514b5(0x118),'grandTotalText':_0x4514b5(0x125),'valueText':_0x4514b5(0x110),'rowLabels':_0x4514b5(0x108),'columnLabels':_0x4514b5(0x121),'averageName':'Promedio\x20de\x20','countName':_0x4514b5(0x10d),'countNumsName':_0x4514b5(0x10d),'maxName':_0x4514b5(0x128),'minName':_0x4514b5(0x112),'productName':_0x4514b5(0x127),'stdDevName':_0x4514b5(0x115),'stdDevpName':_0x4514b5(0x12b),'sumName':_0x4514b5(0x105),'varName':_0x4514b5(0x11c),'varpName':'VarP\x20de\x20','subTotal':_0x4514b5(0x118),'grandTotal':_0x4514b5(0x125),'value':_0x4514b5(0x106),'blank':_0x4514b5(0x129),'other':_0x4514b5(0x114),'renderText':{'valueField':_0x4514b5(0x11a),'subtotal':_0x4514b5(0x12a),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x4514b5(0x107),'subtotalWithValue':_0x4514b5(0x12a)},'emptyPivot':{'filter':_0x4514b5(0x11f),'row':_0x4514b5(0x10f),'column':_0x4514b5(0x10e),'values':_0x4514b5(0x131)},'dateGroup':{'year':'Año','month':'Mes','day':'Día','date':_0x4514b5(0x120),'hour':'Hora','minute':_0x4514b5(0x12e),'hourMinute':_0x4514b5(0x109),'quarter':_0x4514b5(0x116),'monthDate':'Mes-Día','yearQuarter':_0x4514b5(0x124),'yearMonth':_0x4514b5(0x123),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':'{0}:{1}','date':_0x4514b5(0x107),'month':'{0}','monthDate':_0x4514b5(0x111),'quarter':_0x4514b5(0x12f),'year':_0x4514b5(0x107),'yearMonth':_0x4514b5(0x111),'yearMonthDate':_0x4514b5(0x10b),'yearQuarter':_0x4514b5(0x10c)}}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x58db02=_0x4845;function _0x4845(_0xfc61dc,_0x2891ed){_0xfc61dc=_0xfc61dc-0x16f;const _0x3cd2f1=_0x3cd2();let _0x484593=_0x3cd2f1[_0xfc61dc];return _0x484593;}(function(_0x129073,_0x1006c7){const _0x12fdbe=_0x4845,_0x1a5025=_0x129073();while(!![]){try{const _0xf54e5e=parseInt(_0x12fdbe(0x18a))/0x1*(parseInt(_0x12fdbe(0x179))/0x2)+parseInt(_0x12fdbe(0x190))/0x3+parseInt(_0x12fdbe(0x196))/0x4*(parseInt(_0x12fdbe(0x17f))/0x5)+-parseInt(_0x12fdbe(0x17e))/0x6*(parseInt(_0x12fdbe(0x170))/0x7)+parseInt(_0x12fdbe(0x194))/0x8+parseInt(_0x12fdbe(0x197))/0x9+-parseInt(_0x12fdbe(0x191))/0xa*(parseInt(_0x12fdbe(0x18b))/0xb);if(_0xf54e5e===_0x1006c7)break;else _0x1a5025['push'](_0x1a5025['shift']());}catch(_0xe0012b){_0x1a5025['push'](_0x1a5025['shift']());}}}(_0x3cd2,0x23bb7));function _0x3cd2(){const _0x8baf08=['2613222fLEsun','ستون\x20','سال-ماه-روز','{0}-Q{1}','{0}','1993495YAhAlK','ماه','برگ','واریانس\x20از\x20','فصل','ساعت-دقیقه','میانگین\x20از\x20','سال-ماه','روز','6saLZbA','انحراف\x20معیار\x20کلی\x20از\x20','جمع','{0}-{1}','{1}\x20{0}','6uSftdQ','1090255QxnOhB','{0}:{1}','Q{0}','بیشترین\x20از\x20','ماه-روز','برچسبهای\x20ردیف','سال-فصل','دقیقه','واریانس\x20کلی\x20از\x20','ردیفها','ساعت','22964WPadPc','473bqNvkv','سایر','فیلترها','جمع\x20از\x20','برچسبهای\x20ستون','510210NSaQNL','95780wwhCfX','(خالی)','ستونها','765016lmcwKP','{0}-{1}-{2}','4cgqFcU'];_0x3cd2=function(){return _0x8baf08;};return _0x3cd2();}const e={'sheets-pivot':{'sheet':_0x58db02(0x172),'blankValue':_0x58db02(0x192),'otherValue':'(سایر)','columnName':_0x58db02(0x198),'subTotalText':_0x58db02(0x17b),'grandTotalText':'کل','valueText':'مقدار','rowLabels':_0x58db02(0x184),'columnLabels':_0x58db02(0x18f),'averageName':_0x58db02(0x176),'countName':'تعداد\x20از\x20','countNumsName':'تعداد\x20اعداد\x20از\x20','maxName':_0x58db02(0x182),'minName':'کمترین\x20از\x20','productName':'ضرب\x20از\x20','stdDevName':'انحراف\x20معیار\x20از\x20','stdDevpName':_0x58db02(0x17a),'sumName':_0x58db02(0x18e),'varName':_0x58db02(0x173),'varpName':_0x58db02(0x187),'subTotal':_0x58db02(0x17b),'grandTotal':'کل','value':'مقدار','blank':'خالی','other':_0x58db02(0x18c),'renderText':{'valueField':'{0}{1}','subtotal':_0x58db02(0x17d),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x58db02(0x17d),'subtotalWithValue':_0x58db02(0x17d)},'emptyPivot':{'filter':_0x58db02(0x18d),'row':_0x58db02(0x188),'column':_0x58db02(0x193),'values':'مقادیر'},'dateGroup':{'year':'سال','month':_0x58db02(0x171),'day':_0x58db02(0x178),'date':_0x58db02(0x178),'hour':_0x58db02(0x189),'minute':_0x58db02(0x186),'hourMinute':_0x58db02(0x175),'quarter':_0x58db02(0x174),'monthDate':_0x58db02(0x183),'yearQuarter':_0x58db02(0x185),'yearMonth':_0x58db02(0x177),'yearMonthDate':_0x58db02(0x199)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x58db02(0x16f),'hourMinute':_0x58db02(0x180),'date':_0x58db02(0x16f),'month':_0x58db02(0x16f),'monthDate':_0x58db02(0x17c),'quarter':_0x58db02(0x181),'year':_0x58db02(0x16f),'yearMonth':_0x58db02(0x17c),'yearMonthDate':_0x58db02(0x195),'yearQuarter':_0x58db02(0x19a)}}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3a632c=_0x37a2;function _0x37a2(_0x400807,_0x3f8825){_0x400807=_0x400807-0x1e2;const _0x50704a=_0x5070();let _0x37a2ee=_0x50704a[_0x400807];return _0x37a2ee;}function _0x5070(){const _0x2ece15=['Année-Mois','Moyenne\x20de\x20','{0}-{1}','2145765lDXYtS','Valeur','6597930HAKFrW','{0}{1}','Feuille','9mOVTwS','28IavYox','Écart-type\x20pop.\x20de\x20','(Vide)','vide','Jour','6290504OzANAZ','Année','Mois','Min\x20de\x20','Sous-total','Colonne','Année-Mois-Jour','8KMdhRl','Variance\x20de\x20','1067829fzaBqG','2xroOez','Total\x20général','253986ULcGoZ','Année-Trimestre','{0}\x20{1}','432663Uzcqyf','Q{0}','44546MVXeeO','Étiquettes\x20de\x20colonnes','Heure','Nombre\x20de\x20','Ligne','456kZbTLw','Mois-Jour','{0}:{1}','Minute','Somme\x20de\x20','Écart-type\x20de\x20','Produit\x20de\x20','{0}','autre','Max\x20de\x20','{0}-{1}-{2}'];_0x5070=function(){return _0x2ece15;};return _0x5070();}(function(_0x57a40f,_0x2825f4){const _0x2daad6=_0x37a2,_0x361342=_0x57a40f();while(!![]){try{const _0x2388f1=-parseInt(_0x2daad6(0x1ec))/0x1*(parseInt(_0x2daad6(0x1e5))/0x2)+parseInt(_0x2daad6(0x1e4))/0x3*(parseInt(_0x2daad6(0x1e2))/0x4)+-parseInt(_0x2daad6(0x1ff))/0x5+parseInt(_0x2daad6(0x1e7))/0x6*(parseInt(_0x2daad6(0x205))/0x7)+-parseInt(_0x2daad6(0x20a))/0x8+-parseInt(_0x2daad6(0x204))/0x9*(parseInt(_0x2daad6(0x201))/0xa)+parseInt(_0x2daad6(0x1ea))/0xb*(parseInt(_0x2daad6(0x1f1))/0xc);if(_0x2388f1===_0x2825f4)break;else _0x361342['push'](_0x361342['shift']());}catch(_0x2bd9a3){_0x361342['push'](_0x361342['shift']());}}}(_0x5070,0x6f57b));const e={'sheets-pivot':{'sheet':_0x3a632c(0x203),'blankValue':_0x3a632c(0x207),'otherValue':'(Autre)','columnName':'Colonne\x20','subTotalText':'Total','grandTotalText':_0x3a632c(0x1e6),'valueText':_0x3a632c(0x200),'rowLabels':'Étiquettes\x20de\x20lignes','columnLabels':_0x3a632c(0x1ed),'averageName':_0x3a632c(0x1fd),'countName':'Nombre\x20de\x20','countNumsName':_0x3a632c(0x1ef),'maxName':_0x3a632c(0x1fa),'minName':_0x3a632c(0x20d),'productName':_0x3a632c(0x1f7),'stdDevName':_0x3a632c(0x1f6),'stdDevpName':_0x3a632c(0x206),'sumName':_0x3a632c(0x1f5),'varName':_0x3a632c(0x1e3),'varpName':'Variance\x20pop.\x20de\x20','subTotal':_0x3a632c(0x20e),'grandTotal':'Total\x20général','value':'valeur','blank':_0x3a632c(0x208),'other':_0x3a632c(0x1f9),'renderText':{'valueField':_0x3a632c(0x202),'subtotal':_0x3a632c(0x1e9),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x3a632c(0x1e9)},'emptyPivot':{'filter':'Filtre','row':_0x3a632c(0x1f0),'column':_0x3a632c(0x20f),'values':'Valeurs'},'dateGroup':{'year':_0x3a632c(0x20b),'month':_0x3a632c(0x20c),'day':'Jour','date':_0x3a632c(0x209),'hour':_0x3a632c(0x1ee),'minute':_0x3a632c(0x1f4),'hourMinute':'Heure-Minute','quarter':'Trimestre','monthDate':_0x3a632c(0x1f2),'yearQuarter':_0x3a632c(0x1e8),'yearMonth':_0x3a632c(0x1fc),'yearMonthDate':_0x3a632c(0x210)},'cellDateGroupDisplay':{'minute':_0x3a632c(0x1f8),'hour':_0x3a632c(0x1f8),'hourMinute':_0x3a632c(0x1f3),'date':_0x3a632c(0x1f8),'month':_0x3a632c(0x1f8),'monthDate':'{0}-{1}','quarter':_0x3a632c(0x1eb),'year':_0x3a632c(0x1f8),'yearMonth':_0x3a632c(0x1fe),'yearMonthDate':_0x3a632c(0x1fb),'yearQuarter':'{0}-Q{1}'}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3a613d=_0x16d5;function _0x16d5(_0x5e2da9,_0x41025e){_0x5e2da9=_0x5e2da9-0x1f0;const _0x1c5ae3=_0x1c5a();let _0x16d5a2=_0x1c5ae3[_0x5e2da9];return _0x16d5a2;}(function(_0x2aa155,_0x20e207){const _0x11b154=_0x16d5,_0x34fd87=_0x2aa155();while(!![]){try{const _0x58e8da=-parseInt(_0x11b154(0x217))/0x1*(parseInt(_0x11b154(0x1f9))/0x2)+parseInt(_0x11b154(0x1fb))/0x3*(-parseInt(_0x11b154(0x218))/0x4)+-parseInt(_0x11b154(0x206))/0x5+parseInt(_0x11b154(0x1fa))/0x6+parseInt(_0x11b154(0x21c))/0x7+-parseInt(_0x11b154(0x1f1))/0x8*(-parseInt(_0x11b154(0x1f0))/0x9)+parseInt(_0x11b154(0x201))/0xa;if(_0x58e8da===_0x20e207)break;else _0x34fd87['push'](_0x34fd87['shift']());}catch(_0x314f07){_0x34fd87['push'](_0x34fd87['shift']());}}}(_0x1c5a,0x8a2b6));const e={'sheets-pivot':{'sheet':_0x3a613d(0x207),'blankValue':_0x3a613d(0x200),'otherValue':_0x3a613d(0x1fd),'columnName':_0x3a613d(0x208),'subTotalText':_0x3a613d(0x1f3),'grandTotalText':_0x3a613d(0x1fc),'valueText':_0x3a613d(0x213),'rowLabels':_0x3a613d(0x1f8),'columnLabels':_0x3a613d(0x1f4),'averageName':_0x3a613d(0x215),'countName':_0x3a613d(0x20e),'countNumsName':_0x3a613d(0x20e),'maxName':_0x3a613d(0x212),'minName':'Min\x20dari\x20','productName':'Hasil\x20Kali\x20dari\x20','stdDevName':_0x3a613d(0x216),'stdDevpName':_0x3a613d(0x1f6),'sumName':_0x3a613d(0x20e),'varName':_0x3a613d(0x20a),'varpName':'Varp\x20dari\x20','subTotal':_0x3a613d(0x20f),'grandTotal':'Total\x20Keseluruhan','value':_0x3a613d(0x209),'blank':_0x3a613d(0x1fe),'other':'lainnya','renderText':{'valueField':'{0}{1}','subtotal':_0x3a613d(0x1f5),'grandTotal':_0x3a613d(0x1f5),'multipleGrandTotal':_0x3a613d(0x211),'subtotalWithValue':_0x3a613d(0x1f5)},'emptyPivot':{'filter':_0x3a613d(0x21a),'row':_0x3a613d(0x1f2),'column':'Kolom','values':'Nilai'},'dateGroup':{'year':'Tahun','month':_0x3a613d(0x1ff),'day':_0x3a613d(0x219),'date':'Hari','hour':'Jam','minute':_0x3a613d(0x205),'hourMinute':_0x3a613d(0x20b),'quarter':_0x3a613d(0x21b),'monthDate':_0x3a613d(0x1f7),'yearQuarter':_0x3a613d(0x202),'yearMonth':_0x3a613d(0x20c),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x3a613d(0x211),'hour':_0x3a613d(0x211),'hourMinute':_0x3a613d(0x203),'date':'{0}','month':'{0}','monthDate':_0x3a613d(0x20d),'quarter':_0x3a613d(0x204),'year':_0x3a613d(0x211),'yearMonth':'{0}-{1}','yearMonthDate':_0x3a613d(0x214),'yearQuarter':_0x3a613d(0x210)}}};export{e as default};function _0x1c5a(){const _0x33729e=['{0}-{1}','Jumlah\x20dari\x20','Subtotal','{0}-Q{1}','{0}','Maks\x20dari\x20','Nilai','{0}-{1}-{2}','Rata-rata\x20dari\x20','StdDev\x20dari\x20','334049TCPhWw','2009848PAfUlq','Hari','Filter','Kuartal','5018342eRBclW','9DzwnqI','477824ASzHVP','Baris','Total','Label\x20Kolom','{0}\x20{1}','StdDevp\x20dari\x20','Bulan-Hari','Label\x20Baris','4iTdGfS','4429218TiNZXN','6WQLjER','Total\x20Keseluruhan','(Lainnya)','kosong','Bulan','(Kosong)','9214840PDBoVl','Tahun-Kuartal','{0}:{1}','Q{0}','Menit','986785xzmRvr','Lembar','Kolom\x20','nilai','Var\x20dari\x20','Jam-Menit','Tahun-Bulan'];_0x1c5a=function(){return _0x33729e;};return _0x1c5a();}
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x392f(){const _0x704c0b=['Colonna\x20','16rWwIOf','Anno-Mese-Giorno','Mese','{0}{1}','1912754wodrvM','Riga','Ora','5236948WyhbcG','95800iUqLBs','2419529XkuXYl','468BtpqeM','Prodotto\x20di\x20','Valori','10xXNjlI','Q{0}','Minuto','Massimo\x20di\x20','Giorno','Etichette\x20di\x20colonna','Media\x20di\x20','11aqfhNV','Varp\x20di\x20','Conteggio\x20di\x20','DevStdp\x20di\x20','Colonna','5095179bxZJfF','{0}-Q{1}','Etichette\x20di\x20riga','Anno-Mese','{0}\x20{1}','3iVEriH','Subtotale','Ora-Minuto','Anno-Trimestre','Minimo\x20di\x20','Foglio','1605453hNSwUU','Somma\x20di\x20','19717944cPfHfa','{0}','Totale','{0}-{1}','Totale\x20Complessivo','altro','Trimestre','valore'];_0x392f=function(){return _0x704c0b;};return _0x392f();}const _0x43bc02=_0x326d;(function(_0x11f593,_0x4629a0){const _0x51476b=_0x326d,_0x296d84=_0x11f593();while(!![]){try{const _0x322347=parseInt(_0x51476b(0x1e6))/0x1+parseInt(_0x51476b(0x1f5))/0x2*(-parseInt(_0x51476b(0x1e0))/0x3)+parseInt(_0x51476b(0x1f8))/0x4+-parseInt(_0x51476b(0x1f9))/0x5*(parseInt(_0x51476b(0x1fb))/0x6)+-parseInt(_0x51476b(0x1fa))/0x7*(parseInt(_0x51476b(0x1f1))/0x8)+parseInt(_0x51476b(0x1db))/0x9*(-parseInt(_0x51476b(0x1fe))/0xa)+-parseInt(_0x51476b(0x1d6))/0xb*(-parseInt(_0x51476b(0x1e8))/0xc);if(_0x322347===_0x4629a0)break;else _0x296d84['push'](_0x296d84['shift']());}catch(_0x5c3122){_0x296d84['push'](_0x296d84['shift']());}}}(_0x392f,0xcf6a2));const e={'sheets-pivot':{'sheet':_0x43bc02(0x1e5),'blankValue':'(Vuoto)','otherValue':'(Altro)','columnName':_0x43bc02(0x1f0),'subTotalText':_0x43bc02(0x1ea),'grandTotalText':_0x43bc02(0x1ec),'valueText':'Valore','rowLabels':_0x43bc02(0x1dd),'columnLabels':_0x43bc02(0x1d4),'averageName':_0x43bc02(0x1d5),'countName':'Conteggio\x20di\x20','countNumsName':_0x43bc02(0x1d8),'maxName':_0x43bc02(0x1d2),'minName':_0x43bc02(0x1e4),'productName':_0x43bc02(0x1fc),'stdDevName':'DevStd\x20di\x20','stdDevpName':_0x43bc02(0x1d9),'sumName':_0x43bc02(0x1e7),'varName':'Var\x20di\x20','varpName':_0x43bc02(0x1d7),'subTotal':_0x43bc02(0x1e1),'grandTotal':_0x43bc02(0x1ec),'value':_0x43bc02(0x1ef),'blank':'vuoto','other':_0x43bc02(0x1ed),'renderText':{'valueField':_0x43bc02(0x1f4),'subtotal':_0x43bc02(0x1df),'grandTotal':_0x43bc02(0x1df),'multipleGrandTotal':_0x43bc02(0x1e9),'subtotalWithValue':_0x43bc02(0x1df)},'emptyPivot':{'filter':'Filtro','row':_0x43bc02(0x1f6),'column':_0x43bc02(0x1da),'values':_0x43bc02(0x1fd)},'dateGroup':{'year':'Anno','month':_0x43bc02(0x1f3),'day':_0x43bc02(0x1d3),'date':_0x43bc02(0x1d3),'hour':_0x43bc02(0x1f7),'minute':_0x43bc02(0x1d1),'hourMinute':_0x43bc02(0x1e2),'quarter':_0x43bc02(0x1ee),'monthDate':'Mese-Giorno','yearQuarter':_0x43bc02(0x1e3),'yearMonth':_0x43bc02(0x1de),'yearMonthDate':_0x43bc02(0x1f2)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x43bc02(0x1e9),'hourMinute':'{0}:{1}','date':_0x43bc02(0x1e9),'month':_0x43bc02(0x1e9),'monthDate':_0x43bc02(0x1eb),'quarter':_0x43bc02(0x1ff),'year':_0x43bc02(0x1e9),'yearMonth':_0x43bc02(0x1eb),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x43bc02(0x1dc)}}};function _0x326d(_0x4fe8f4,_0x2fd633){_0x4fe8f4=_0x4fe8f4-0x1d1;const _0x392fd7=_0x392f();let _0x326d22=_0x392fd7[_0x4fe8f4];return _0x326d22;}export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x250e(_0x4e87dd,_0x47abea){_0x4e87dd=_0x4e87dd-0x1b7;const _0x268153=_0x2681();let _0x250e4a=_0x268153[_0x4e87dd];return _0x250e4a;}const _0x3f560b=_0x250e;function _0x2681(){const _0x8802b5=['1541328eyxFZQ','(空白)','合計\x20/\x20','フィルター','300825dJbipf','月-日','(その他)','時-分','年-四半期','平均\x20/\x20','3319740yTkuMf','シート','Q{0}','最大値\x20/\x20','319295cwCYJx','{0}','年-月','行ラベル','{0}-{1}','その他','{0}\x20{1}','3746584CUfCYf','列ラベル','{0}-Q{1}','4oliMoi','四半期','1642414nxjadX','14uuBHJA','5156215jvNbYn','標準偏差\x20/\x20'];_0x2681=function(){return _0x8802b5;};return _0x2681();}(function(_0x9ee8fb,_0x395239){const _0x4cea29=_0x250e,_0x59354f=_0x9ee8fb();while(!![]){try{const _0x2b2c88=-parseInt(_0x4cea29(0x1d3))/0x1+parseInt(_0x4cea29(0x1c1))/0x2+-parseInt(_0x4cea29(0x1c5))/0x3+parseInt(_0x4cea29(0x1bf))/0x4*(parseInt(_0x4cea29(0x1c3))/0x5)+parseInt(_0x4cea29(0x1cf))/0x6+parseInt(_0x4cea29(0x1c2))/0x7*(-parseInt(_0x4cea29(0x1bc))/0x8)+parseInt(_0x4cea29(0x1c9))/0x9;if(_0x2b2c88===_0x395239)break;else _0x59354f['push'](_0x59354f['shift']());}catch(_0x133bcc){_0x59354f['push'](_0x59354f['shift']());}}}(_0x2681,0xa3708));const e={'sheets-pivot':{'sheet':_0x3f560b(0x1d0),'blankValue':_0x3f560b(0x1c6),'otherValue':_0x3f560b(0x1cb),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x3f560b(0x1b8),'columnLabels':_0x3f560b(0x1bd),'averageName':_0x3f560b(0x1ce),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':_0x3f560b(0x1d2),'minName':'最小値\x20/\x20','productName':'積\x20/\x20','stdDevName':_0x3f560b(0x1c4),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x3f560b(0x1c7),'varName':'分散\x20/\x20','varpName':'標本分散\x20/\x20','subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x3f560b(0x1ba),'renderText':{'valueField':'{0}{1}','subtotal':_0x3f560b(0x1bb),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3f560b(0x1d4),'subtotalWithValue':_0x3f560b(0x1bb)},'emptyPivot':{'filter':_0x3f560b(0x1c8),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x3f560b(0x1cc),'quarter':_0x3f560b(0x1c0),'monthDate':_0x3f560b(0x1ca),'yearQuarter':_0x3f560b(0x1cd),'yearMonth':_0x3f560b(0x1b7),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x3f560b(0x1d4),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x3f560b(0x1d4),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x3f560b(0x1d1),'year':'{0}','yearMonth':_0x3f560b(0x1b9),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x3f560b(0x1be)}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5ab381=_0x3403;(function(_0x48fc1a,_0x25f6a3){const _0x2e6e9e=_0x3403,_0x59afa2=_0x48fc1a();while(!![]){try{const _0xafb156=-parseInt(_0x2e6e9e(0x144))/0x1*(-parseInt(_0x2e6e9e(0x12c))/0x2)+parseInt(_0x2e6e9e(0x12b))/0x3*(-parseInt(_0x2e6e9e(0x133))/0x4)+parseInt(_0x2e6e9e(0x12e))/0x5+-parseInt(_0x2e6e9e(0x132))/0x6*(parseInt(_0x2e6e9e(0x145))/0x7)+parseInt(_0x2e6e9e(0x126))/0x8+-parseInt(_0x2e6e9e(0x128))/0x9*(-parseInt(_0x2e6e9e(0x137))/0xa)+-parseInt(_0x2e6e9e(0x135))/0xb;if(_0xafb156===_0x25f6a3)break;else _0x59afa2['push'](_0x59afa2['shift']());}catch(_0x86193b){_0x59afa2['push'](_0x59afa2['shift']());}}}(_0x2681,0x497e5));function _0x2681(){const _0x1b7851=['부분합','시-분','273ZWMzuU','94ZTxATX','년-분기','2797085gxXLJj','분산(모집단)\x20/\x20','{0}{1}','{0}-{1}','170358hIvHlW','14380OIeMSw','{0}:{1}','13410452DVeHRp','최소값\x20/\x20','1579830fGVHTR','Q{0}','총합계','숫자\x20개수\x20/\x20','년-월-일','{0}-Q{1}','{0}','년-월','비어\x20있음','열\x20레이블','합계\x20/\x20','개수\x20/\x20','분산\x20/\x20','11149SokXNo','28raBVuH','{0}\x20{1}','평균\x20/\x20','{0}-{1}-{2}','최대값\x20/\x20','3228072QfUfvW','표준\x20편차\x20/\x20','27isCXam'];_0x2681=function(){return _0x1b7851;};return _0x2681();}function _0x3403(_0x323485,_0x144f03){_0x323485=_0x323485-0x126;const _0x268148=_0x2681();let _0x34037f=_0x268148[_0x323485];return _0x34037f;}const e={'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x5ab381(0x139),'valueText':'값','rowLabels':'행\x20레이블','columnLabels':_0x5ab381(0x140),'averageName':_0x5ab381(0x147),'countName':_0x5ab381(0x142),'countNumsName':_0x5ab381(0x13a),'maxName':_0x5ab381(0x149),'minName':_0x5ab381(0x136),'productName':'곱\x20/\x20','stdDevName':_0x5ab381(0x127),'stdDevpName':'표준\x20편차(모집단)\x20/\x20','sumName':_0x5ab381(0x141),'varName':_0x5ab381(0x143),'varpName':_0x5ab381(0x12f),'subTotal':_0x5ab381(0x129),'grandTotal':_0x5ab381(0x139),'value':'값','blank':_0x5ab381(0x13f),'other':'기타','renderText':{'valueField':_0x5ab381(0x130),'subtotal':'{0}\x20{1}','grandTotal':_0x5ab381(0x146),'multipleGrandTotal':'{0}','subtotalWithValue':_0x5ab381(0x146)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x5ab381(0x12a),'quarter':'분기','monthDate':'월-일','yearQuarter':_0x5ab381(0x12d),'yearMonth':_0x5ab381(0x13e),'yearMonthDate':_0x5ab381(0x13b)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x5ab381(0x13d),'hourMinute':_0x5ab381(0x134),'date':_0x5ab381(0x13d),'month':'{0}','monthDate':_0x5ab381(0x131),'quarter':_0x5ab381(0x138),'year':'{0}','yearMonth':_0x5ab381(0x131),'yearMonthDate':_0x5ab381(0x148),'yearQuarter':_0x5ab381(0x13c)}}};export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xd364(_0x51dfba,_0x376224){_0x51dfba=_0x51dfba-0xda;const _0x250dae=_0x250d();let _0xd364d1=_0x250dae[_0x51dfba];return _0xd364d1;}function _0x250d(){const _0x266040=['1459065DwfCiP','(Puste)','Suma\x20całkowita','OdchStd\x20z\x20','760AGtVqV','Miesiąc-Dzień','232fTLOgj','Iloczyn\x20z\x20','WariancjaPop\x20z\x20','Godzina-Minuta','OdchStdPop\x20z\x20','{0}-{1}','161249YthehL','33988iOEyFR','35emuXmb','{0}\x20{1}','{0}:{1}','{0}-Q{1}','312558laJvSL','{0}{1}','Kwartał','Suma','Rok-Kwartał','Rok','Wiersz','Rok-Miesiąc-Dzień','283942LLudvE','wartość','6cZgRVL','211986jnMwAf','70542rQCNZD','{0}-{1}-{2}','Liczba\x20z\x20','Dzień','Minimum\x20z\x20','{0}','Suma\x20częściowa','Godzina','Średnia\x20z\x20','Minuta','puste','inne','Wartości','Filtr','Etykiety\x20wierszy','Rok-Miesiąc','Arkusz','Miesiąc'];_0x250d=function(){return _0x266040;};return _0x250d();}const _0xa49851=_0xd364;(function(_0x497aad,_0x1d7876){const _0x24ad2d=_0xd364,_0x1e8587=_0x497aad();while(!![]){try{const _0x28b98a=parseInt(_0x24ad2d(0xf9))/0x1+parseInt(_0x24ad2d(0xf1))/0x2*(parseInt(_0x24ad2d(0xfb))/0x3)+parseInt(_0x24ad2d(0xec))/0x4+parseInt(_0x24ad2d(0xdf))/0x5+parseInt(_0x24ad2d(0xfc))/0x6*(parseInt(_0x24ad2d(0xed))/0x7)+parseInt(_0x24ad2d(0xe5))/0x8*(parseInt(_0x24ad2d(0xfd))/0x9)+-parseInt(_0x24ad2d(0xe3))/0xa*(parseInt(_0x24ad2d(0xeb))/0xb);if(_0x28b98a===_0x1d7876)break;else _0x1e8587['push'](_0x1e8587['shift']());}catch(_0x43ed45){_0x1e8587['push'](_0x1e8587['shift']());}}}(_0x250d,0x2d93b));const e={'sheets-pivot':{'sheet':_0xa49851(0xdd),'blankValue':_0xa49851(0xe0),'otherValue':'(Inne)','columnName':'Kolumna\x20','subTotalText':_0xa49851(0xf4),'grandTotalText':'Suma\x20całkowita','valueText':'Wartość','rowLabels':_0xa49851(0xdb),'columnLabels':'Etykiety\x20kolumn','averageName':_0xa49851(0x105),'countName':_0xa49851(0xff),'countNumsName':_0xa49851(0xff),'maxName':'Maksimum\x20z\x20','minName':_0xa49851(0x101),'productName':_0xa49851(0xe6),'stdDevName':_0xa49851(0xe2),'stdDevpName':_0xa49851(0xe9),'sumName':'Suma\x20z\x20','varName':'Wariancja\x20z\x20','varpName':_0xa49851(0xe7),'subTotal':_0xa49851(0x103),'grandTotal':_0xa49851(0xe1),'value':_0xa49851(0xfa),'blank':_0xa49851(0x107),'other':_0xa49851(0x108),'renderText':{'valueField':_0xa49851(0xf2),'subtotal':_0xa49851(0xee),'grandTotal':_0xa49851(0xee),'multipleGrandTotal':_0xa49851(0x102),'subtotalWithValue':_0xa49851(0xee)},'emptyPivot':{'filter':_0xa49851(0xda),'row':_0xa49851(0xf7),'column':'Kolumna','values':_0xa49851(0x109)},'dateGroup':{'year':_0xa49851(0xf6),'month':_0xa49851(0xde),'day':_0xa49851(0x100),'date':_0xa49851(0x100),'hour':_0xa49851(0x104),'minute':_0xa49851(0x106),'hourMinute':_0xa49851(0xe8),'quarter':_0xa49851(0xf3),'monthDate':_0xa49851(0xe4),'yearQuarter':_0xa49851(0xf5),'yearMonth':_0xa49851(0xdc),'yearMonthDate':_0xa49851(0xf8)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xa49851(0x102),'hourMinute':_0xa49851(0xef),'date':_0xa49851(0x102),'month':_0xa49851(0x102),'monthDate':_0xa49851(0xea),'quarter':'Q{0}','year':'{0}','yearMonth':_0xa49851(0xea),'yearMonthDate':_0xa49851(0xfe),'yearQuarter':_0xa49851(0xf0)}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x23c18f=_0x358a;function _0x1b40(){const _0x23ae56=['Ano-Mês','Dia','202UWCYeN','Rótulos\x20de\x20linha','Minuto','Valores','284290jWeJeJ','936592yaSVpi','Var\x20de\x20','Soma\x20de\x20','valor','Máximo\x20de\x20','Hora-Minuto','{0}\x20{1}','Mínimo\x20de\x20','Valor','11ExpZZJ','Ano','Contagem\x20de\x20','{0}-{1}','{0}:{1}','Q{0}','DesvPadrão\x20de\x20','12NqprkO','Total\x20Geral','Produto\x20de\x20','Linha','Mês-Dia','(Em\x20branco)','DesvPadrãoP\x20de\x20','{0}-Q{1}','Média\x20de\x20','(Outro)','2253492WZMPaX','4772844jCJpol','12475eGavio','4350110SuWSqt','Coluna','Coluna\x20','3241869dhcVKX','em\x20branco','21wYAXdM','{0}-{1}-{2}','Trimestre','Filtro','Hora','{0}{1}','{0}','Rótulos\x20de\x20coluna'];_0x1b40=function(){return _0x23ae56;};return _0x1b40();}(function(_0x17bd79,_0x3fedf4){const _0x4d536b=_0x358a,_0x37292c=_0x17bd79();while(!![]){try{const _0x566a8c=-parseInt(_0x4d536b(0x132))/0x1*(-parseInt(_0x4d536b(0x142))/0x2)+-parseInt(_0x4d536b(0x136))/0x3+parseInt(_0x4d536b(0x126))/0x4*(-parseInt(_0x4d536b(0x146))/0x5)+parseInt(_0x4d536b(0x130))/0x6+-parseInt(_0x4d536b(0x138))/0x7*(-parseInt(_0x4d536b(0x147))/0x8)+parseInt(_0x4d536b(0x131))/0x9+-parseInt(_0x4d536b(0x133))/0xa*(parseInt(_0x4d536b(0x150))/0xb);if(_0x566a8c===_0x3fedf4)break;else _0x37292c['push'](_0x37292c['shift']());}catch(_0x11ac1f){_0x37292c['push'](_0x37292c['shift']());}}}(_0x1b40,0xcada7));function _0x358a(_0x5e7665,_0x4ff141){_0x5e7665=_0x5e7665-0x122;const _0x1b4079=_0x1b40();let _0x358ad0=_0x1b4079[_0x5e7665];return _0x358ad0;}const e={'sheets-pivot':{'sheet':'Planilha','blankValue':_0x23c18f(0x12b),'otherValue':_0x23c18f(0x12f),'columnName':_0x23c18f(0x135),'subTotalText':'Subtotal','grandTotalText':_0x23c18f(0x127),'valueText':_0x23c18f(0x14f),'rowLabels':_0x23c18f(0x143),'columnLabels':_0x23c18f(0x13f),'averageName':_0x23c18f(0x12e),'countName':_0x23c18f(0x152),'countNumsName':_0x23c18f(0x152),'maxName':_0x23c18f(0x14b),'minName':_0x23c18f(0x14e),'productName':_0x23c18f(0x128),'stdDevName':_0x23c18f(0x125),'stdDevpName':_0x23c18f(0x12c),'sumName':_0x23c18f(0x149),'varName':_0x23c18f(0x148),'varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':_0x23c18f(0x127),'value':_0x23c18f(0x14a),'blank':_0x23c18f(0x137),'other':'outro','renderText':{'valueField':_0x23c18f(0x13d),'subtotal':'{0}\x20{1}','grandTotal':_0x23c18f(0x14d),'multipleGrandTotal':_0x23c18f(0x13e),'subtotalWithValue':_0x23c18f(0x14d)},'emptyPivot':{'filter':_0x23c18f(0x13b),'row':_0x23c18f(0x129),'column':_0x23c18f(0x134),'values':_0x23c18f(0x145)},'dateGroup':{'year':_0x23c18f(0x151),'month':'Mês','day':_0x23c18f(0x141),'date':_0x23c18f(0x141),'hour':_0x23c18f(0x13c),'minute':_0x23c18f(0x144),'hourMinute':_0x23c18f(0x14c),'quarter':_0x23c18f(0x13a),'monthDate':_0x23c18f(0x12a),'yearQuarter':'Ano-Trimestre','yearMonth':_0x23c18f(0x140),'yearMonthDate':'Ano-Mês-Dia'},'cellDateGroupDisplay':{'minute':_0x23c18f(0x13e),'hour':_0x23c18f(0x13e),'hourMinute':_0x23c18f(0x123),'date':_0x23c18f(0x13e),'month':_0x23c18f(0x13e),'monthDate':'{0}-{1}','quarter':_0x23c18f(0x124),'year':_0x23c18f(0x13e),'yearMonth':_0x23c18f(0x122),'yearMonthDate':_0x23c18f(0x139),'yearQuarter':_0x23c18f(0x12d)}}};export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1c72(){const _0x3005be=['Пусто','Год-Месяц-День','3601792yGgcYU','Максимум\x20по\x20','Значение','109635YcLKrv','Столбец','Месяц','Минимум\x20по\x20','{0}{1}','190NKfhRF','5TCEAAJ','Год-Квартал','Фильтр','Общая\x20дисперсия\x20по\x20','99mlvOuh','{0}-{1}-{2}','2248068tiMVWW','Столбец\x20','Минута','День','Промежуточный\x20итог','3UhBzuR','Общее\x20стандартное\x20отклонение\x20по\x20','Строка','Общий\x20итог','Дисперсия\x20по\x20','{0}\x20{1}','Сумма\x20по\x20','Q{0}','1743438cgyxoq','{0}-{1}','171360Eikdsj','Другое','Среднее\x20по\x20','Лист','3341030lJWxtV','36ZoehpS','Год','Метки\x20строк','612806FPugkM','{0}','{0}-Q{1}','Метки\x20столбцов','(Другое)','Месяц-День'];_0x1c72=function(){return _0x3005be;};return _0x1c72();}function _0x80ee(_0xecc04a,_0x5878a5){_0xecc04a=_0xecc04a-0x131;const _0x1c72f3=_0x1c72();let _0x80ee74=_0x1c72f3[_0xecc04a];return _0x80ee74;}const _0x4e7b4c=_0x80ee;(function(_0x288ab8,_0x3d049f){const _0x1328da=_0x80ee,_0x40cb9e=_0x288ab8();while(!![]){try{const _0x5630e7=parseInt(_0x1328da(0x151))/0x1*(-parseInt(_0x1328da(0x135))/0x2)+parseInt(_0x1328da(0x140))/0x3*(parseInt(_0x1328da(0x132))/0x4)+-parseInt(_0x1328da(0x146))/0x5*(parseInt(_0x1328da(0x159))/0x6)+parseInt(_0x1328da(0x131))/0x7+-parseInt(_0x1328da(0x13d))/0x8+-parseInt(_0x1328da(0x15b))/0x9*(parseInt(_0x1328da(0x145))/0xa)+-parseInt(_0x1328da(0x14a))/0xb*(-parseInt(_0x1328da(0x14c))/0xc);if(_0x5630e7===_0x3d049f)break;else _0x40cb9e['push'](_0x40cb9e['shift']());}catch(_0x520cad){_0x40cb9e['push'](_0x40cb9e['shift']());}}}(_0x1c72,0x72dd0));const e={'sheets-pivot':{'sheet':_0x4e7b4c(0x15e),'blankValue':'(Пусто)','otherValue':_0x4e7b4c(0x139),'columnName':_0x4e7b4c(0x14d),'subTotalText':_0x4e7b4c(0x150),'grandTotalText':_0x4e7b4c(0x154),'valueText':'Значение','rowLabels':_0x4e7b4c(0x134),'columnLabels':_0x4e7b4c(0x138),'averageName':_0x4e7b4c(0x15d),'countName':'Количество\x20по\x20','countNumsName':'Число\x20по\x20','maxName':_0x4e7b4c(0x13e),'minName':_0x4e7b4c(0x143),'productName':'Произведение\x20по\x20','stdDevName':'Стандартное\x20отклонение\x20по\x20','stdDevpName':_0x4e7b4c(0x152),'sumName':_0x4e7b4c(0x157),'varName':_0x4e7b4c(0x155),'varpName':_0x4e7b4c(0x149),'subTotal':_0x4e7b4c(0x150),'grandTotal':_0x4e7b4c(0x154),'value':_0x4e7b4c(0x13f),'blank':_0x4e7b4c(0x13b),'other':_0x4e7b4c(0x15c),'renderText':{'valueField':_0x4e7b4c(0x144),'subtotal':_0x4e7b4c(0x156),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x4e7b4c(0x136),'subtotalWithValue':_0x4e7b4c(0x156)},'emptyPivot':{'filter':_0x4e7b4c(0x148),'row':_0x4e7b4c(0x153),'column':_0x4e7b4c(0x141),'values':_0x4e7b4c(0x13f)},'dateGroup':{'year':_0x4e7b4c(0x133),'month':_0x4e7b4c(0x142),'day':_0x4e7b4c(0x14f),'date':_0x4e7b4c(0x14f),'hour':'Час','minute':_0x4e7b4c(0x14e),'hourMinute':'Час-Минута','quarter':'Квартал','monthDate':_0x4e7b4c(0x13a),'yearQuarter':_0x4e7b4c(0x147),'yearMonth':'Год-Месяц','yearMonthDate':_0x4e7b4c(0x13c)},'cellDateGroupDisplay':{'minute':_0x4e7b4c(0x136),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x4e7b4c(0x136),'month':'{0}','monthDate':_0x4e7b4c(0x15a),'quarter':_0x4e7b4c(0x158),'year':_0x4e7b4c(0x136),'yearMonth':_0x4e7b4c(0x15a),'yearMonthDate':_0x4e7b4c(0x14b),'yearQuarter':_0x4e7b4c(0x137)}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x39e2a8=_0x2487;(function(_0x584281,_0x4bd7cb){const _0x4b31d2=_0x2487,_0xcea73=_0x584281();while(!![]){try{const _0x260df5=-parseInt(_0x4b31d2(0xa8))/0x1+-parseInt(_0x4b31d2(0xc6))/0x2*(parseInt(_0x4b31d2(0xa3))/0x3)+-parseInt(_0x4b31d2(0xab))/0x4+parseInt(_0x4b31d2(0xc3))/0x5*(parseInt(_0x4b31d2(0xb6))/0x6)+-parseInt(_0x4b31d2(0xbf))/0x7*(parseInt(_0x4b31d2(0xcd))/0x8)+-parseInt(_0x4b31d2(0xa5))/0x9*(-parseInt(_0x4b31d2(0xca))/0xa)+-parseInt(_0x4b31d2(0xb0))/0xb*(-parseInt(_0x4b31d2(0xb5))/0xc);if(_0x260df5===_0x4bd7cb)break;else _0xcea73['push'](_0xcea73['shift']());}catch(_0x5877e1){_0xcea73['push'](_0xcea73['shift']());}}}(_0x4667,0xa9a61));function _0x4667(){const _0x5cdea3=['{0}-{1}','Rozptyl\x20populácie\x20z\x20','421066WBBQlw','Rok-Štvrťrok','Priemer\x20z\x20','{0}','9710jcWmYe','(Iné)','hodnota','584fXcnXN','Počet\x20z\x20','9Kdhqpi','Filter','2367BASbcc','Minúta','{0}-Q{1}','357059cIjTtR','Stĺpec\x20','(Prázdne)','4484608aOJgmF','Rok','Mesiac','Max\x20z\x20','Štvrťrok','121xzLYFR','Medzisúčet','Celkový\x20súčet','iné','{0}\x20{1}','2512884YVkJNI','10182WWoSJD','Q{0}','Smerodajná\x20odchýlka\x20populácie\x20z\x20','{0}-{1}-{2}','Hodina-Minúta','Hárok','Menovky\x20stĺpcov','Súčet\x20z\x20','{0}:{1}','50792rNPukE','Rozptyl\x20z\x20','Riadok','Súčin\x20z\x20','2285fVIpDa'];_0x4667=function(){return _0x5cdea3;};return _0x4667();}const e={'sheets-pivot':{'sheet':_0x39e2a8(0xbb),'blankValue':_0x39e2a8(0xaa),'otherValue':_0x39e2a8(0xcb),'columnName':_0x39e2a8(0xa9),'subTotalText':'Súčet','grandTotalText':_0x39e2a8(0xb2),'valueText':'Hodnota','rowLabels':'Menovky\x20riadkov','columnLabels':_0x39e2a8(0xbc),'averageName':_0x39e2a8(0xc8),'countName':_0x39e2a8(0xce),'countNumsName':_0x39e2a8(0xce),'maxName':_0x39e2a8(0xae),'minName':'Min\x20z\x20','productName':_0x39e2a8(0xc2),'stdDevName':'Smerodajná\x20odchýlka\x20z\x20','stdDevpName':_0x39e2a8(0xb8),'sumName':_0x39e2a8(0xbd),'varName':_0x39e2a8(0xc0),'varpName':_0x39e2a8(0xc5),'subTotal':_0x39e2a8(0xb1),'grandTotal':_0x39e2a8(0xb2),'value':_0x39e2a8(0xcc),'blank':'prázdne','other':_0x39e2a8(0xb3),'renderText':{'valueField':'{0}{1}','subtotal':_0x39e2a8(0xb4),'grandTotal':_0x39e2a8(0xb4),'multipleGrandTotal':'{0}','subtotalWithValue':_0x39e2a8(0xb4)},'emptyPivot':{'filter':_0x39e2a8(0xa4),'row':_0x39e2a8(0xc1),'column':'Stĺpec','values':'Hodnoty'},'dateGroup':{'year':_0x39e2a8(0xac),'month':_0x39e2a8(0xad),'day':'Deň','date':'Deň','hour':'Hodina','minute':_0x39e2a8(0xa6),'hourMinute':_0x39e2a8(0xba),'quarter':_0x39e2a8(0xaf),'monthDate':'Mesiac-Deň','yearQuarter':_0x39e2a8(0xc7),'yearMonth':'Rok-Mesiac','yearMonthDate':'Rok-Mesiac-Deň'},'cellDateGroupDisplay':{'minute':_0x39e2a8(0xc9),'hour':_0x39e2a8(0xc9),'hourMinute':_0x39e2a8(0xbe),'date':'{0}','month':_0x39e2a8(0xc9),'monthDate':_0x39e2a8(0xc4),'quarter':_0x39e2a8(0xb7),'year':_0x39e2a8(0xc9),'yearMonth':_0x39e2a8(0xc4),'yearMonthDate':_0x39e2a8(0xb9),'yearQuarter':_0x39e2a8(0xa7)}}};function _0x2487(_0x12f046,_0x23bd42){_0x12f046=_0x12f046-0xa3;const _0x4667eb=_0x4667();let _0x248714=_0x4667eb[_0x12f046];return _0x248714;}export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4431(){const _0x2db9a3=['Độ\x20lệch\x20chuẩn:','Giá\x20trị\x20tối\x20thiểu:','1077410dIsaYl','604594ARplLP','Giá\x20trị\x20tối\x20đa:','Tổng:','Bảng\x20tính','Phút','{0}:{1}','9735180JPPIvm','Năm-Tháng','Giá\x20trị\x20trung\x20bình:','Phương\x20sai\x20toàn\x20phần:','Năm','Ngày','{0}','330QLTTxH','(Khác)','354PtzMBe','{0}-{1}','Khác','1HhWTPI','Tổng\x20phụ','{0}-Q{1}','Năm-Quý','Giá\x20trị','Quý','88gVgCyq','Tháng','104ilXqeY','Trống','Số\x20lượng:','57780hVEkDx','2790GWxImA','Tích:','Tháng-Ngày','Tổng\x20cộng','1420PVYKNT','Nhãn\x20cột','Cột\x20','2084264GFqUzH','{0}\x20{1}','Q{0}','{0}-{1}-{2}','Giờ-Phút','Giờ','Cột'];_0x4431=function(){return _0x2db9a3;};return _0x4431();}const _0xd003f4=_0x40df;(function(_0x21f273,_0x1aa3b9){const _0x2539ac=_0x40df,_0x524922=_0x21f273();while(!![]){try{const _0x132b6e=parseInt(_0x2539ac(0x1fc))/0x1*(parseInt(_0x2539ac(0x1ea))/0x2)+parseInt(_0x2539ac(0x1f9))/0x3*(-parseInt(_0x2539ac(0x20c))/0x4)+parseInt(_0x2539ac(0x1f7))/0x5*(parseInt(_0x2539ac(0x208))/0x6)+parseInt(_0x2539ac(0x20f))/0x7+parseInt(_0x2539ac(0x204))/0x8*(-parseInt(_0x2539ac(0x207))/0x9)+-parseInt(_0x2539ac(0x1e9))/0xa*(parseInt(_0x2539ac(0x202))/0xb)+parseInt(_0x2539ac(0x1f0))/0xc;if(_0x132b6e===_0x1aa3b9)break;else _0x524922['push'](_0x524922['shift']());}catch(_0x32cba4){_0x524922['push'](_0x524922['shift']());}}}(_0x4431,0x6f046));function _0x40df(_0x54af17,_0x44efbf){_0x54af17=_0x54af17-0x1e2;const _0x4431c7=_0x4431();let _0x40df30=_0x4431c7[_0x54af17];return _0x40df30;}const e={'sheets-pivot':{'sheet':_0xd003f4(0x1ed),'blankValue':'(Trống)','otherValue':_0xd003f4(0x1f8),'columnName':_0xd003f4(0x20e),'subTotalText':_0xd003f4(0x1fd),'grandTotalText':_0xd003f4(0x20b),'valueText':_0xd003f4(0x200),'rowLabels':'Nhãn\x20hàng','columnLabels':_0xd003f4(0x20d),'averageName':_0xd003f4(0x1f2),'countName':_0xd003f4(0x206),'countNumsName':'Số\x20lượng\x20số:','maxName':_0xd003f4(0x1eb),'minName':_0xd003f4(0x1e8),'productName':_0xd003f4(0x209),'stdDevName':_0xd003f4(0x1e7),'stdDevpName':'Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','sumName':_0xd003f4(0x1ec),'varName':'Phương\x20sai:','varpName':_0xd003f4(0x1f3),'subTotal':_0xd003f4(0x1fd),'grandTotal':'Tổng\x20cộng','value':'Giá\x20trị','blank':_0xd003f4(0x205),'other':_0xd003f4(0x1fb),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0xd003f4(0x1f6),'subtotalWithValue':_0xd003f4(0x210)},'emptyPivot':{'filter':'Lọc','row':'Hàng','column':_0xd003f4(0x1e6),'values':_0xd003f4(0x200)},'dateGroup':{'year':_0xd003f4(0x1f4),'month':_0xd003f4(0x203),'day':'Ngày','date':_0xd003f4(0x1f5),'hour':_0xd003f4(0x1e5),'minute':_0xd003f4(0x1ee),'hourMinute':_0xd003f4(0x1e4),'quarter':_0xd003f4(0x201),'monthDate':_0xd003f4(0x20a),'yearQuarter':_0xd003f4(0x1ff),'yearMonth':_0xd003f4(0x1f1),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0xd003f4(0x1f6),'hour':_0xd003f4(0x1f6),'hourMinute':_0xd003f4(0x1ef),'date':'{0}','month':_0xd003f4(0x1f6),'monthDate':_0xd003f4(0x1fa),'quarter':_0xd003f4(0x1e2),'year':'{0}','yearMonth':_0xd003f4(0x1fa),'yearMonthDate':_0xd003f4(0x1e3),'yearQuarter':_0xd003f4(0x1fe)}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xc6dd40=_0x50c0;(function(_0x6d56a0,_0x177db1){const _0x38964c=_0x50c0,_0x3f05d3=_0x6d56a0();while(!![]){try{const _0x46156f=parseInt(_0x38964c(0x139))/0x1*(parseInt(_0x38964c(0x12e))/0x2)+parseInt(_0x38964c(0x127))/0x3*(-parseInt(_0x38964c(0x128))/0x4)+parseInt(_0x38964c(0x121))/0x5+-parseInt(_0x38964c(0x122))/0x6*(parseInt(_0x38964c(0x132))/0x7)+-parseInt(_0x38964c(0x125))/0x8*(-parseInt(_0x38964c(0x12a))/0x9)+-parseInt(_0x38964c(0x123))/0xa+parseInt(_0x38964c(0x135))/0xb;if(_0x46156f===_0x177db1)break;else _0x3f05d3['push'](_0x3f05d3['shift']());}catch(_0x45901c){_0x3f05d3['push'](_0x3f05d3['shift']());}}}(_0x3c01,0x54bff));function _0x50c0(_0xadde7b,_0xe4a536){_0xadde7b=_0xadde7b-0x11b;const _0x3c01e8=_0x3c01();let _0x50c0a7=_0x3c01e8[_0xadde7b];return _0x50c0a7;}const e={'sheets-pivot':{'sheet':_0xc6dd40(0x131),'blankValue':'(空白)','otherValue':_0xc6dd40(0x133),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0xc6dd40(0x12b),'columnLabels':_0xc6dd40(0x138),'averageName':_0xc6dd40(0x12c),'countName':'计数项:','countNumsName':'数值计数项:','maxName':_0xc6dd40(0x137),'minName':_0xc6dd40(0x126),'productName':_0xc6dd40(0x11c),'stdDevName':_0xc6dd40(0x11e),'stdDevpName':_0xc6dd40(0x13a),'sumName':_0xc6dd40(0x134),'varName':'方差项:','varpName':_0xc6dd40(0x130),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0xc6dd40(0x11d),'subtotal':_0xc6dd40(0x129),'grandTotal':_0xc6dd40(0x129),'multipleGrandTotal':_0xc6dd40(0x12f),'subtotalWithValue':_0xc6dd40(0x129)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0xc6dd40(0x11b),'quarter':'季度','monthDate':_0xc6dd40(0x136),'yearQuarter':'年-季度','yearMonth':_0xc6dd40(0x120),'yearMonthDate':_0xc6dd40(0x124)},'cellDateGroupDisplay':{'minute':_0xc6dd40(0x12f),'hour':_0xc6dd40(0x12f),'hourMinute':'{0}:{1}','date':_0xc6dd40(0x12f),'month':_0xc6dd40(0x12f),'monthDate':'{0}-{1}','quarter':_0xc6dd40(0x11f),'year':_0xc6dd40(0x12f),'yearMonth':_0xc6dd40(0x12d),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};function _0x3c01(){const _0x502ea3=['399219ShvnBV','20BDXoFE','{0}\x20{1}','25893BwuwBN','行标签','平均值项:','{0}-{1}','40NjKyDr','{0}','总体方差项:','工作表','14IDTIlK','(其他)','求和项:','7380571RpOlTp','月-日','最大值项:','列标签','28597SkyuWn','总体标准偏差项:','小时-分钟','乘积项:','{0}{1}','标准偏差项:','Q{0}','年-月','1958635sWqMOf','637458NZExHG','5621230pMfKfn','年-月-日','424guwvdR','最小值项:'];_0x3c01=function(){return _0x502ea3;};return _0x3c01();}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x46c17d=_0x5f47;function _0x5db3(){const _0x406b48=['列標籤','{0}-Q{1}','計數項:','324SimWuq','年-月-日','(空白)','最小值項:','年-季','4631uycIac','母體標準差項:','594MhwVMp','月-日','206LZcHsV','{0}-{1}-{2}','(其他)','標準差項:','1836Idyxax','{0}-{1}','乘積項:','{0}{1}','8990iCIgnD','190792iCvrKk','1916PgWuny','Q{0}','{0}','變異數項:','最大值項:','26341suUGmA','934508poMwOR','6Rmrymp','欄標籤','2168130LvZVYM','小時-分鐘','127283ECzUUO','{0}:{1}','總和項:','母體變異數項:','年-月','{0}\x20{1}'];_0x5db3=function(){return _0x406b48;};return _0x5db3();}(function(_0x5415d5,_0x30b59c){const _0x1b97da=_0x5f47,_0xec58ae=_0x5415d5();while(!![]){try{const _0x3b2683=-parseInt(_0x1b97da(0x1eb))/0x1*(parseInt(_0x1b97da(0x1f5))/0x2)+parseInt(_0x1b97da(0x1fc))/0x3*(-parseInt(_0x1b97da(0x1fb))/0x4)+-parseInt(_0x1b97da(0x1fe))/0x5+-parseInt(_0x1b97da(0x1e9))/0x6*(parseInt(_0x1b97da(0x1fa))/0x7)+-parseInt(_0x1b97da(0x1f4))/0x8*(-parseInt(_0x1b97da(0x1e2))/0x9)+parseInt(_0x1b97da(0x1f3))/0xa*(-parseInt(_0x1b97da(0x1e7))/0xb)+parseInt(_0x1b97da(0x1ef))/0xc*(parseInt(_0x1b97da(0x200))/0xd);if(_0x3b2683===_0x30b59c)break;else _0xec58ae['push'](_0xec58ae['shift']());}catch(_0xc85b57){_0xec58ae['push'](_0xec58ae['shift']());}}}(_0x5db3,0x7bdcf));const e={'sheets-pivot':{'sheet':'工作表','blankValue':_0x46c17d(0x1e4),'otherValue':_0x46c17d(0x1ed),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x46c17d(0x206),'columnLabels':_0x46c17d(0x1fd),'averageName':'平均值項:','countName':_0x46c17d(0x208),'countNumsName':'數值計數項:','maxName':_0x46c17d(0x1f9),'minName':_0x46c17d(0x1e5),'productName':_0x46c17d(0x1f1),'stdDevName':_0x46c17d(0x1ee),'stdDevpName':_0x46c17d(0x1e8),'sumName':_0x46c17d(0x202),'varName':_0x46c17d(0x1f8),'varpName':_0x46c17d(0x203),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x46c17d(0x1f2),'subtotal':_0x46c17d(0x205),'grandTotal':_0x46c17d(0x205),'multipleGrandTotal':_0x46c17d(0x1f7),'subtotalWithValue':_0x46c17d(0x205)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x46c17d(0x1ff),'quarter':'季','monthDate':_0x46c17d(0x1ea),'yearQuarter':_0x46c17d(0x1e6),'yearMonth':_0x46c17d(0x204),'yearMonthDate':_0x46c17d(0x1e3)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x46c17d(0x201),'date':_0x46c17d(0x1f7),'month':_0x46c17d(0x1f7),'monthDate':_0x46c17d(0x1f0),'quarter':_0x46c17d(0x1f6),'year':_0x46c17d(0x1f7),'yearMonth':'{0}-{1}','yearMonthDate':_0x46c17d(0x1ec),'yearQuarter':_0x46c17d(0x207)}}};function _0x5f47(_0x272b6f,_0x511a77){_0x272b6f=_0x272b6f-0x1e2;const _0x5db3dd=_0x5db3();let _0x5f472e=_0x5db3dd[_0x272b6f];return _0x5f472e;}export{e as default};
|