@univerjs-pro/sheets-pivot 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/command/remove-pivot-table.command.d.ts +17 -0
- package/lib/types/facade/f-enum.d.ts +29 -1
- package/lib/types/facade/f-generic-pivot-table.d.ts +22 -22
- package/lib/types/facade/f-pivot-table.d.ts +338 -42
- package/lib/types/facade/f-workbook.d.ts +12 -17
- package/lib/types/facade/f-worksheet.d.ts +3 -2
- package/lib/types/index.d.ts +3 -1
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x60e5(_0x4408f4,_0x17036f){_0x4408f4=_0x4408f4-0x1a0;const _0x3a8c84=_0x3a8c();let _0x60e513=_0x3a8c84[_0x4408f4];return _0x60e513;}const _0x3cc76a=_0x60e5;(function(_0x194efc,_0x318342){const _0x4e5414=_0x60e5,_0x52715c=_0x194efc();while(!![]){try{const _0x3ebfb4=parseInt(_0x4e5414(0x1b3))/0x1+-parseInt(_0x4e5414(0x1a1))/0x2+-parseInt(_0x4e5414(0x1b1))/0x3+parseInt(_0x4e5414(0x1ca))/0x4*(-parseInt(_0x4e5414(0x1c6))/0x5)+parseInt(_0x4e5414(0x1bb))/0x6*(parseInt(_0x4e5414(0x1a2))/0x7)+parseInt(_0x4e5414(0x1bf))/0x8*(parseInt(_0x4e5414(0x1a7))/0x9)+parseInt(_0x4e5414(0x1ab))/0xa;if(_0x3ebfb4===_0x318342)break;else _0x52715c['push'](_0x52715c['shift']());}catch(_0x5ea2a4){_0x52715c['push'](_0x52715c['shift']());}}}(_0x3a8c,0x24fd6));const e={'sheets-pivot':{'sheet':_0x3cc76a(0x1cc),'blankValue':_0x3cc76a(0x1c3),'otherValue':_0x3cc76a(0x1c5),'columnName':_0x3cc76a(0x1b4),'subTotalText':_0x3cc76a(0x1a9),'grandTotalText':_0x3cc76a(0x1a8),'valueText':_0x3cc76a(0x1bd),'averageName':'متوسط\x20','countName':'عدد\x20','countNumsName':_0x3cc76a(0x1c1),'maxName':_0x3cc76a(0x1af),'minName':_0x3cc76a(0x1b9),'productName':'حاصل\x20ضرب\x20','stdDevName':_0x3cc76a(0x1b5),'stdDevpName':_0x3cc76a(0x1ae),'sumName':'مجموع\x20','varName':'التباين\x20لـ\x20','varpName':_0x3cc76a(0x1a5),'subTotal':_0x3cc76a(0x1be),'grandTotal':_0x3cc76a(0x1a8),'value':_0x3cc76a(0x1a4),'blank':_0x3cc76a(0x1ac),'other':_0x3cc76a(0x1a3),'emptyPivot':{'filter':_0x3cc76a(0x1b6),'row':'صف','column':_0x3cc76a(0x1ad),'values':_0x3cc76a(0x1bc)},'dateGroup':{'year':_0x3cc76a(0x1c8),'month':'شهر','day':_0x3cc76a(0x1b7),'hour':_0x3cc76a(0x1c0),'minute':_0x3cc76a(0x1c2),'quarter':_0x3cc76a(0x1c9),'monthDate':'شهر-يوم','yearQuarter':_0x3cc76a(0x1c7),'yearMonth':_0x3cc76a(0x1cb),'yearMonthDate':_0x3cc76a(0x1a6)},'cellDateGroupDisplay':{'minute':_0x3cc76a(0x1ba),'hour':_0x3cc76a(0x1b8),'hourMinute':_0x3cc76a(0x1aa),'date':'{0}\x20يوم','month':'{0}\x20شهر','monthDate':_0x3cc76a(0x1b0),'quarter':_0x3cc76a(0x1a0),'year':'{0}\x20سنة','yearMonth':_0x3cc76a(0x1b2),'yearMonthDate':_0x3cc76a(0x1c4),'yearQuarter':'{0}\x20سنة\x20{1}\x20ربع'}}};function _0x3a8c(){const _0x26471f=['{0}\x20دقيقة','32964iLPhBX','القيم','القيمة','إجمالي\x20فرعي','147688CFFMfb','ساعة','عدد\x20','دقيقة','(فارغ)','{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','(آخر)','803180FpMvrE','سنة-ربع','سنة','ربع','4XVqHfp','سنة-شهر','ورقة','{0}\x20ربع','65844VydcoV','98AYAhYn','آخر','قيمة','تباين\x20المجتمع\x20لـ\x20','سنة-شهر-يوم','45GtfaAi','الإجمالي\x20الكلي','الإجمالي','{0}\x20ساعة\x20{1}\x20دقيقة','4088710lJCeOX','فارغ','عمود','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20','الحد\x20الأقصى\x20لـ\x20','{0}\x20شهر\x20{1}\x20يوم','747228vTDARs','{0}\x20سنة\x20{1}\x20شهر','16052gcKOCm','عمود\x20','الانحراف\x20المعياري\x20لـ\x20','تصفية','يوم','{0}\x20ساعة','الحد\x20الأدنى\x20لـ\x20'];_0x3a8c=function(){return _0x26471f;};return _0x3a8c();}export{e as default};
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5615d8=_0x56c9;(function(_0x17ca02,_0x29b86b){const _0x299eef=_0x56c9,_0x110355=_0x17ca02();while(!![]){try{const _0x46f54f=parseInt(_0x299eef(0x1f1))/0x1*(-parseInt(_0x299eef(0x1f0))/0x2)+parseInt(_0x299eef(0x1e3))/0x3+-parseInt(_0x299eef(0x1e2))/0x4+-parseInt(_0x299eef(0x1ea))/0x5+parseInt(_0x299eef(0x1f5))/0x6+parseInt(_0x299eef(0x201))/0x7+-parseInt(_0x299eef(0x1e9))/0x8*(-parseInt(_0x299eef(0x1f6))/0x9);if(_0x46f54f===_0x29b86b)break;else _0x110355['push'](_0x110355['shift']());}catch(_0x46e1ee){_0x110355['push'](_0x110355['shift']());}}}(_0x30cd,0xeda30));const e={'sheets-pivot':{'sheet':_0x5615d8(0x1e4),'blankValue':_0x5615d8(0x1ec),'otherValue':_0x5615d8(0x1ef),'columnName':_0x5615d8(0x1fc),'subTotalText':_0x5615d8(0x1f3),'grandTotalText':_0x5615d8(0x1ff),'valueText':_0x5615d8(0x1f9),'averageName':_0x5615d8(0x1eb),'countName':'Recompte\x20de\x20','countNumsName':'Recompte\x20de\x20','maxName':'Màx\x20de\x20','minName':'Mín\x20de\x20','productName':_0x5615d8(0x1ed),'stdDevName':_0x5615d8(0x1e0),'stdDevpName':_0x5615d8(0x1fb),'sumName':'Suma\x20de\x20','varName':_0x5615d8(0x1fd),'varpName':_0x5615d8(0x1e5),'subTotal':_0x5615d8(0x1f3),'grandTotal':_0x5615d8(0x1ff),'value':_0x5615d8(0x1e1),'blank':_0x5615d8(0x1de),'other':'altre','emptyPivot':{'filter':_0x5615d8(0x1e8),'row':'Fila','column':'Columna','values':'Valors'},'dateGroup':{'year':_0x5615d8(0x1e7),'month':'Mes','day':_0x5615d8(0x1ee),'hour':_0x5615d8(0x1e6),'minute':'Minut','quarter':_0x5615d8(0x200),'monthDate':'Mes-Dia','yearQuarter':_0x5615d8(0x1f8),'yearMonth':_0x5615d8(0x1f2),'yearMonthDate':_0x5615d8(0x1f7)},'cellDateGroupDisplay':{'minute':'{0}\x20minut','hour':'{0}\x20hora','hourMinute':'{0}\x20hora\x20{1}\x20minut','date':_0x5615d8(0x1df),'month':_0x5615d8(0x1fe),'monthDate':'{0}\x20mes\x20{1}\x20dia','quarter':'{0}\x20trimestre','year':_0x5615d8(0x1f4),'yearMonth':'{0}\x20any\x20{1}\x20mes','yearMonthDate':_0x5615d8(0x1fa),'yearQuarter':'{0}\x20any\x20{1}\x20trimestre'}}};function _0x56c9(_0x3b5958,_0x5923de){_0x3b5958=_0x3b5958-0x1de;const _0x30cd01=_0x30cd();let _0x56c98e=_0x30cd01[_0x3b5958];return _0x56c98e;}export{e as default};function _0x30cd(){const _0x326400=['13077XYyQtS','Any-Mes-Dia','Any-Trimestre','Valor','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','DesvEstP\x20de\x20','Columna\x20','Var\x20de\x20','{0}\x20mes','Total\x20general','Trimestre','6092884skRylA','en\x20blanc','{0}\x20dia','DesvEst\x20de\x20','valor','2175172MOeUDh','4973007PsgLmD','Full','VarP\x20de\x20','Hora','Any','Filtre','3656OEvirq','7572985foUZcK','Mitjana\x20de\x20','(En\x20blanc)','Producte\x20de\x20','Dia','(Altre)','552QpjKyg','1053mWKwXJ','Any-Mes','Subtotal','{0}\x20any','781656xDZleX'];_0x30cd=function(){return _0x326400;};return _0x30cd();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x512b(_0x4f0147,_0x64be54){_0x4f0147=_0x4f0147-0x1df;const _0x2a9aa9=_0x2a9a();let _0x512b73=_0x2a9aa9[_0x4f0147];return _0x512b73;}const _0x5d66b6=_0x512b;(function(_0x244fb2,_0x4a3086){const _0x30feaf=_0x512b,_0x387af6=_0x244fb2();while(!![]){try{const _0x2d273e=parseInt(_0x30feaf(0x1ea))/0x1*(parseInt(_0x30feaf(0x1f3))/0x2)+parseInt(_0x30feaf(0x1df))/0x3*(-parseInt(_0x30feaf(0x208))/0x4)+parseInt(_0x30feaf(0x1ed))/0x5+parseInt(_0x30feaf(0x20a))/0x6*(parseInt(_0x30feaf(0x1e9))/0x7)+parseInt(_0x30feaf(0x1ff))/0x8*(parseInt(_0x30feaf(0x1f9))/0x9)+-parseInt(_0x30feaf(0x1e3))/0xa*(parseInt(_0x30feaf(0x1e8))/0xb)+-parseInt(_0x30feaf(0x1fc))/0xc;if(_0x2d273e===_0x4a3086)break;else _0x387af6['push'](_0x387af6['shift']());}catch(_0x1c618b){_0x387af6['push'](_0x387af6['shift']());}}}(_0x2a9a,0x41a07));const e={'sheets-pivot':{'sheet':_0x5d66b6(0x1f7),'blankValue':_0x5d66b6(0x1e2),'otherValue':'(Sonstige)','columnName':_0x5d66b6(0x201),'subTotalText':_0x5d66b6(0x207),'grandTotalText':_0x5d66b6(0x1e6),'valueText':_0x5d66b6(0x1f8),'averageName':_0x5d66b6(0x1e5),'countName':_0x5d66b6(0x1f6),'countNumsName':_0x5d66b6(0x1f6),'maxName':_0x5d66b6(0x20b),'minName':_0x5d66b6(0x206),'productName':_0x5d66b6(0x209),'stdDevName':'StdDev\x20von\x20','stdDevpName':_0x5d66b6(0x1ef),'sumName':_0x5d66b6(0x1f0),'varName':_0x5d66b6(0x204),'varpName':_0x5d66b6(0x1fe),'subTotal':_0x5d66b6(0x207),'grandTotal':_0x5d66b6(0x1e6),'value':_0x5d66b6(0x1f8),'blank':_0x5d66b6(0x1f4),'other':_0x5d66b6(0x1ec),'emptyPivot':{'filter':_0x5d66b6(0x1ee),'row':_0x5d66b6(0x1f1),'column':_0x5d66b6(0x1fa),'values':'Werte'},'dateGroup':{'year':'Jahr','month':'Monat','day':'Tag','hour':_0x5d66b6(0x1fb),'minute':_0x5d66b6(0x200),'quarter':_0x5d66b6(0x205),'monthDate':_0x5d66b6(0x1e4),'yearQuarter':_0x5d66b6(0x1e7),'yearMonth':'Jahr-Monat','yearMonthDate':_0x5d66b6(0x1e1)},'cellDateGroupDisplay':{'minute':'{0}\x20Minute','hour':'{0}\x20Stunde','hourMinute':'{0}\x20Stunde\x20{1}\x20Minute','date':_0x5d66b6(0x1fd),'month':_0x5d66b6(0x1eb),'monthDate':_0x5d66b6(0x1e0),'quarter':_0x5d66b6(0x203),'year':_0x5d66b6(0x1f5),'yearMonth':_0x5d66b6(0x202),'yearMonthDate':_0x5d66b6(0x1f2),'yearQuarter':'{0}\x20Jahr\x20{1}\x20Quartal'}}};function _0x2a9a(){const _0x8c9c40=['Quartal','Minimum\x20von\x20','Zwischensumme','20vcIGqO','Produkt\x20von\x20','834bCteYL','Maximum\x20von\x20','234816mmAIGn','{0}\x20Monat\x20{1}\x20Tag','Jahr-Monat-Tag','(Leer)','1485490nsOLap','Monat-Tag','Mittelwert\x20von\x20','Gesamtergebnis','Jahr-Quartal','11qbBRkb','5383jhKVSR','24233NdNHxf','{0}\x20Monat','sonstige','2152730qneBki','Filter','StdDevp\x20von\x20','Summe\x20von\x20','Zeile','{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','22FxFmpc','leer','{0}\x20Jahr','Anzahl\x20von\x20','Blatt','Wert','135acrIzy','Spalte','Stunde','420048eFYelU','{0}\x20Tag','Varp\x20von\x20','21184oLzGbW','Minute','Spalte\x20','{0}\x20Jahr\x20{1}\x20Monat','{0}\x20Quartal','Var\x20von\x20'];_0x2a9a=function(){return _0x8c9c40;};return _0x2a9a();}export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x16b6(_0x532b34,_0x926643){_0x532b34=_0x532b34-0x16b;const _0x393bd2=_0x393b();let _0x16b64d=_0x393bd2[_0x532b34];return _0x16b64d;}function _0x393b(){const _0x2ac091=['{0}\x20hour\x20{1}\x20minute','802426YVuFmc','Value','Average\x20of\x20','Total','StdDev\x20of\x20','Min\x20of\x20','Grand\x20Total','7293984vABqxL','2366532vorcAY','2019145ZRuQfG','370191WjKEbh','Year-Quarter','259BxqYUC','{0}\x20month','Minute','other','Product\x20of\x20','161958SGoDSC','value','10yOoPue','{0}\x20quarter','{0}\x20day','Count\x20of\x20','Subtotal','Column','Month-Day','Max\x20of\x20','Row','Year-Month','{0}\x20month\x20{1}\x20day','Values','{0}\x20year','Year','Year-Month-Day','{0}\x20year\x20{1}\x20month\x20{2}\x20day','(Blank)','Hour','{0}\x20year\x20{1}\x20quarter','6257223uTKzKW','Quarter','Column\x20','6AdztVW','Filter'];_0x393b=function(){return _0x2ac091;};return _0x393b();}const _0x50abe0=_0x16b6;(function(_0x1f1ea2,_0x59ddd4){const _0xb03163=_0x16b6,_0x125ca1=_0x1f1ea2();while(!![]){try{const _0x269227=parseInt(_0xb03163(0x174))/0x1+parseInt(_0xb03163(0x171))/0x2*(-parseInt(_0xb03163(0x17e))/0x3)+-parseInt(_0xb03163(0x17c))/0x4+-parseInt(_0xb03163(0x17d))/0x5+-parseInt(_0xb03163(0x185))/0x6*(-parseInt(_0xb03163(0x180))/0x7)+parseInt(_0xb03163(0x17b))/0x8+parseInt(_0xb03163(0x16e))/0x9*(-parseInt(_0xb03163(0x187))/0xa);if(_0x269227===_0x59ddd4)break;else _0x125ca1['push'](_0x125ca1['shift']());}catch(_0x9187b){_0x125ca1['push'](_0x125ca1['shift']());}}}(_0x393b,0x9f2ef));const e={'sheets-pivot':{'sheet':'Sheet','blankValue':_0x50abe0(0x16b),'otherValue':'(Other)','columnName':_0x50abe0(0x170),'subTotalText':_0x50abe0(0x177),'grandTotalText':_0x50abe0(0x17a),'valueText':_0x50abe0(0x175),'averageName':_0x50abe0(0x176),'countName':_0x50abe0(0x18a),'countNumsName':_0x50abe0(0x18a),'maxName':_0x50abe0(0x18e),'minName':_0x50abe0(0x179),'productName':_0x50abe0(0x184),'stdDevName':_0x50abe0(0x178),'stdDevpName':'StdDevp\x20of\x20','sumName':'Sum\x20of\x20','varName':'Var\x20of\x20','varpName':'Varp\x20of\x20','subTotal':_0x50abe0(0x18b),'grandTotal':_0x50abe0(0x17a),'value':_0x50abe0(0x186),'blank':'blank','other':_0x50abe0(0x183),'emptyPivot':{'filter':_0x50abe0(0x172),'row':_0x50abe0(0x18f),'column':_0x50abe0(0x18c),'values':_0x50abe0(0x192)},'dateGroup':{'year':_0x50abe0(0x194),'month':'Month','day':'Day','hour':_0x50abe0(0x16c),'minute':_0x50abe0(0x182),'quarter':_0x50abe0(0x16f),'monthDate':_0x50abe0(0x18d),'yearQuarter':_0x50abe0(0x17f),'yearMonth':_0x50abe0(0x190),'yearMonthDate':_0x50abe0(0x195)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':'{0}\x20hour','hourMinute':_0x50abe0(0x173),'date':_0x50abe0(0x189),'month':_0x50abe0(0x181),'monthDate':_0x50abe0(0x191),'quarter':_0x50abe0(0x188),'year':_0x50abe0(0x193),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x50abe0(0x196),'yearQuarter':_0x50abe0(0x16d)}}};export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x3ed1c6=_0x3b3b;(function(_0x252a26,_0x117616){const _0x25cbff=_0x3b3b,_0x5d2730=_0x252a26();while(!![]){try{const _0xb3b2c9=parseInt(_0x25cbff(0x1e5))/0x1+parseInt(_0x25cbff(0x1e1))/0x2+parseInt(_0x25cbff(0x1cd))/0x3*(-parseInt(_0x25cbff(0x1e7))/0x4)+-parseInt(_0x25cbff(0x1c0))/0x5*(parseInt(_0x25cbff(0x1c1))/0x6)+-parseInt(_0x25cbff(0x1e3))/0x7*(parseInt(_0x25cbff(0x1d3))/0x8)+parseInt(_0x25cbff(0x1d6))/0x9*(parseInt(_0x25cbff(0x1d0))/0xa)+parseInt(_0x25cbff(0x1e2))/0xb*(parseInt(_0x25cbff(0x1d7))/0xc);if(_0xb3b2c9===_0x117616)break;else _0x5d2730['push'](_0x5d2730['shift']());}catch(_0x208cad){_0x5d2730['push'](_0x5d2730['shift']());}}}(_0xf264,0xb45f9));function _0x3b3b(_0x5d9c92,_0x288615){_0x5d9c92=_0x5d9c92-0x1c0;const _0xf264db=_0xf264();let _0x3b3be3=_0xf264db[_0x5d9c92];return _0x3b3be3;}function _0xf264(){const _0x510cbd=['Año-Mes','Mín\x20de\x20','Mes','Total\x20general','Conteo\x20de\x20','1421266apfwgf','7519094qsdfAO','9288258UmUsXq','{0}\x20hora','427143xIfmYY','otro','16664pcmTbh','Valor','5pbriqj','84948NuLJNp','{0}\x20año\x20{1}\x20mes\x20{2}\x20día','Mes-Día','VarP\x20de\x20','{0}\x20año\x20{1}\x20trimestre','Columna\x20','Hoja','Minuto','{0}\x20año','{0}\x20mes','Máx\x20de\x20','Columna','309RPSRvz','Filtro','Valores','190XzpTio','(Otro)','Promedio\x20de\x20','8aSzTjg','DesvEstP\x20de\x20','{0}\x20año\x20{1}\x20mes','325719WXTnmK','12SzCZNQ','Día','Subtotal','Año-Trimestre','{0}\x20día'];_0xf264=function(){return _0x510cbd;};return _0xf264();}const e={'sheets-pivot':{'sheet':_0x3ed1c6(0x1c7),'blankValue':'(Vacío)','otherValue':_0x3ed1c6(0x1d1),'columnName':_0x3ed1c6(0x1c6),'subTotalText':_0x3ed1c6(0x1d9),'grandTotalText':_0x3ed1c6(0x1df),'valueText':_0x3ed1c6(0x1e8),'averageName':_0x3ed1c6(0x1d2),'countName':_0x3ed1c6(0x1e0),'countNumsName':_0x3ed1c6(0x1e0),'maxName':_0x3ed1c6(0x1cb),'minName':_0x3ed1c6(0x1dd),'productName':'Producto\x20de\x20','stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x3ed1c6(0x1d4),'sumName':'Suma\x20de\x20','varName':'Var\x20de\x20','varpName':_0x3ed1c6(0x1c4),'subTotal':_0x3ed1c6(0x1d9),'grandTotal':'Total\x20general','value':'valor','blank':'vacío','other':_0x3ed1c6(0x1e6),'emptyPivot':{'filter':_0x3ed1c6(0x1ce),'row':'Fila','column':_0x3ed1c6(0x1cc),'values':_0x3ed1c6(0x1cf)},'dateGroup':{'year':'Año','month':_0x3ed1c6(0x1de),'day':_0x3ed1c6(0x1d8),'hour':'Hora','minute':_0x3ed1c6(0x1c8),'quarter':'Trimestre','monthDate':_0x3ed1c6(0x1c3),'yearQuarter':_0x3ed1c6(0x1da),'yearMonth':_0x3ed1c6(0x1dc),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':'{0}\x20minuto','hour':_0x3ed1c6(0x1e4),'hourMinute':'{0}\x20hora\x20{1}\x20minuto','date':_0x3ed1c6(0x1db),'month':_0x3ed1c6(0x1ca),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':'{0}\x20trimestre','year':_0x3ed1c6(0x1c9),'yearMonth':_0x3ed1c6(0x1d5),'yearMonthDate':_0x3ed1c6(0x1c2),'yearQuarter':_0x3ed1c6(0x1c5)}}};export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1a88(_0x256e42,_0x4151fd){_0x256e42=_0x256e42-0x1c6;const _0x28580d=_0x2858();let _0x1a8829=_0x28580d[_0x256e42];return _0x1a8829;}const _0x1c310f=_0x1a88;(function(_0x221474,_0x4eeb83){const _0x27c343=_0x1a88,_0x4778e6=_0x221474();while(!![]){try{const _0x5cc8fd=parseInt(_0x27c343(0x1e1))/0x1+parseInt(_0x27c343(0x1e6))/0x2*(-parseInt(_0x27c343(0x1e7))/0x3)+-parseInt(_0x27c343(0x1ca))/0x4*(parseInt(_0x27c343(0x1ce))/0x5)+-parseInt(_0x27c343(0x1dd))/0x6*(parseInt(_0x27c343(0x1c8))/0x7)+-parseInt(_0x27c343(0x1e8))/0x8*(parseInt(_0x27c343(0x1cb))/0x9)+-parseInt(_0x27c343(0x1d2))/0xa+parseInt(_0x27c343(0x1d4))/0xb;if(_0x5cc8fd===_0x4eeb83)break;else _0x4778e6['push'](_0x4778e6['shift']());}catch(_0x54824e){_0x4778e6['push'](_0x4778e6['shift']());}}}(_0x2858,0x1fe0f));function _0x2858(){const _0x2f93b3=['{0}\x20دقیقه','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','سطر','مقادیر','16QItAjU','37965aDuwBt','8mavYzV','مقدار','Année-Mois','انحراف\x20معیار\x20از\x20','بیشترین\x20از\x20','Minute','واریانس\x20از\x20','سایر','13447sbhnHa','Heure','81428BlFfwl','68031yXqSMK','ستون','Mois-Jour','10pxIEUn','Trimestre','جمع','کمترین\x20از\x20','1656440KBVtGa','Année-Trimestre','2632234bOhQqz','Année-Mois-Jour','{0}\x20ماه','Année','میانگین\x20از\x20','جمع\x20از\x20','{0}\x20سال','برگ','{0}\x20روز','114XIXpRJ','واریانس\x20کلی\x20از\x20','Mois','{0}\x20سال\x20{1}\x20فصل','242937qhXPyN'];_0x2858=function(){return _0x2f93b3;};return _0x2858();}const e={'sheets-pivot':{'sheet':_0x1c310f(0x1db),'blankValue':'(خالی)','otherValue':'(سایر)','columnName':'ستون\x20','subTotalText':_0x1c310f(0x1d0),'grandTotalText':'کل','valueText':_0x1c310f(0x1e9),'averageName':_0x1c310f(0x1d8),'countName':'تعداد\x20از\x20','countNumsName':'تعداد\x20اعداد\x20از\x20','maxName':_0x1c310f(0x1ec),'minName':_0x1c310f(0x1d1),'productName':'ضرب\x20از\x20','stdDevName':_0x1c310f(0x1eb),'stdDevpName':'انحراف\x20معیار\x20کلی\x20از\x20','sumName':_0x1c310f(0x1d9),'varName':_0x1c310f(0x1c6),'varpName':_0x1c310f(0x1de),'subTotal':'جمع','grandTotal':'کل','value':'مقدار','blank':'خالی','other':_0x1c310f(0x1c7),'emptyPivot':{'filter':'فیلتر','row':_0x1c310f(0x1e4),'column':_0x1c310f(0x1cc),'values':_0x1c310f(0x1e5)},'dateGroup':{'year':_0x1c310f(0x1d7),'month':_0x1c310f(0x1df),'day':'Jour','hour':_0x1c310f(0x1c9),'minute':_0x1c310f(0x1ed),'quarter':_0x1c310f(0x1cf),'monthDate':_0x1c310f(0x1cd),'yearQuarter':_0x1c310f(0x1d3),'yearMonth':_0x1c310f(0x1ea),'yearMonthDate':_0x1c310f(0x1d5)},'cellDateGroupDisplay':{'minute':_0x1c310f(0x1e2),'hour':'{0}\x20ساعت','hourMinute':'{0}\x20ساعت\x20{1}\x20دقیقه','date':_0x1c310f(0x1dc),'month':_0x1c310f(0x1d6),'monthDate':'{0}\x20ماه\x20{1}\x20روز','quarter':'{0}\x20فصل','year':_0x1c310f(0x1da),'yearMonth':'{0}\x20سال\x20{1}\x20ماه','yearMonthDate':_0x1c310f(0x1e3),'yearQuarter':_0x1c310f(0x1e0)}}};export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x44cd29=_0x16cc;(function(_0x2e127f,_0x1b3f06){const _0x5b907f=_0x16cc,_0x49525f=_0x2e127f();while(!![]){try{const _0x23d3ad=parseInt(_0x5b907f(0x146))/0x1*(-parseInt(_0x5b907f(0x139))/0x2)+-parseInt(_0x5b907f(0x141))/0x3*(parseInt(_0x5b907f(0x12f))/0x4)+parseInt(_0x5b907f(0x13e))/0x5*(parseInt(_0x5b907f(0x123))/0x6)+-parseInt(_0x5b907f(0x131))/0x7*(-parseInt(_0x5b907f(0x13d))/0x8)+-parseInt(_0x5b907f(0x127))/0x9+parseInt(_0x5b907f(0x12a))/0xa*(-parseInt(_0x5b907f(0x143))/0xb)+parseInt(_0x5b907f(0x135))/0xc;if(_0x23d3ad===_0x1b3f06)break;else _0x49525f['push'](_0x49525f['shift']());}catch(_0xd41f95){_0x49525f['push'](_0x49525f['shift']());}}}(_0x32d6,0xf098a));function _0x32d6(){const _0x3ebfe3=['Valeurs','4cfRGDd','{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','Variance\x20de\x20','{0}\x20heure\x20{1}\x20minute','1874136ApQjxe','5QxEIyl','Heure','Total\x20général','15Jgztli','valeur','11211123hHHqon','Variance\x20pop.\x20de\x20','Moyenne\x20de\x20','436201pBISlN','Minute','Écart-type\x20de\x20','{0}\x20jour','Ligne','Nombre\x20de\x20','Filtre','{0}\x20mois\x20{1}\x20jour','Mois','{0}\x20minute','Année-Trimestre','2135586ztDrUC','Écart-type\x20pop.\x20de\x20','Trimestre','Min\x20de\x20','1298961HHdUIA','Colonne\x20','Feuille','10SuiKhZ','Sous-total','Année','Mois-Jour','{0}\x20année','1852lzYOAv','{0}\x20année\x20{1}\x20trimestre','56qSSuGF','Produit\x20de\x20','Jour','vide','9523848yTdtsT','{0}\x20année\x20{1}\x20mois','Valeur'];_0x32d6=function(){return _0x3ebfe3;};return _0x32d6();}function _0x16cc(_0x4b7f93,_0x2e999b){_0x4b7f93=_0x4b7f93-0x123;const _0x32d68e=_0x32d6();let _0x16cc2c=_0x32d68e[_0x4b7f93];return _0x16cc2c;}const e={'sheets-pivot':{'sheet':_0x44cd29(0x129),'blankValue':'(Vide)','otherValue':'(Autre)','columnName':_0x44cd29(0x128),'subTotalText':'Total','grandTotalText':_0x44cd29(0x140),'valueText':_0x44cd29(0x137),'averageName':_0x44cd29(0x145),'countName':_0x44cd29(0x14b),'countNumsName':_0x44cd29(0x14b),'maxName':'Max\x20de\x20','minName':_0x44cd29(0x126),'productName':_0x44cd29(0x132),'stdDevName':_0x44cd29(0x148),'stdDevpName':_0x44cd29(0x124),'sumName':'Somme\x20de\x20','varName':_0x44cd29(0x13b),'varpName':_0x44cd29(0x144),'subTotal':_0x44cd29(0x12b),'grandTotal':_0x44cd29(0x140),'value':_0x44cd29(0x142),'blank':_0x44cd29(0x134),'other':'autre','emptyPivot':{'filter':_0x44cd29(0x14c),'row':_0x44cd29(0x14a),'column':'Colonne','values':_0x44cd29(0x138)},'dateGroup':{'year':_0x44cd29(0x12c),'month':_0x44cd29(0x14e),'day':_0x44cd29(0x133),'hour':_0x44cd29(0x13f),'minute':_0x44cd29(0x147),'quarter':_0x44cd29(0x125),'monthDate':_0x44cd29(0x12d),'yearQuarter':_0x44cd29(0x150),'yearMonth':'Année-Mois','yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0x44cd29(0x14f),'hour':'{0}\x20heure','hourMinute':_0x44cd29(0x13c),'date':_0x44cd29(0x149),'month':'{0}\x20mois','monthDate':_0x44cd29(0x14d),'quarter':'{0}\x20trimestre','year':_0x44cd29(0x12e),'yearMonth':_0x44cd29(0x136),'yearMonthDate':_0x44cd29(0x13a),'yearQuarter':_0x44cd29(0x130)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x503039=_0x4fab;(function(_0x1f931f,_0x14a4cb){const _0x43039d=_0x4fab,_0x26d05e=_0x1f931f();while(!![]){try{const _0x5375b5=parseInt(_0x43039d(0x1a3))/0x1*(parseInt(_0x43039d(0x1a1))/0x2)+-parseInt(_0x43039d(0x182))/0x3+parseInt(_0x43039d(0x1a8))/0x4*(-parseInt(_0x43039d(0x189))/0x5)+-parseInt(_0x43039d(0x180))/0x6+-parseInt(_0x43039d(0x199))/0x7*(-parseInt(_0x43039d(0x1a4))/0x8)+-parseInt(_0x43039d(0x1a2))/0x9*(-parseInt(_0x43039d(0x195))/0xa)+parseInt(_0x43039d(0x19e))/0xb;if(_0x5375b5===_0x14a4cb)break;else _0x26d05e['push'](_0x26d05e['shift']());}catch(_0x52d6f4){_0x26d05e['push'](_0x26d05e['shift']());}}}(_0x31d5,0xd44d9));function _0x31d5(){const _0x4cdc50=['190haOrkp','Total\x20Keseluruhan','Baris','{0}\x20jam\x20{1}\x20menit','616HJAdIE','nilai','{0}\x20menit','lainnya','Total','34824262Rlonyh','Tahun-Kuartal','Kolom\x20','2ScHTWK','49122aSuuWt','287937IJuvgn','86672iqrrXs','(Lainnya)','Varp\x20dari\x20','(Kosong)','332BlGzfP','Jumlah\x20dari\x20','{0}\x20bulan','{0}\x20jam','2482722yoVUUW','Hasil\x20Kali\x20dari\x20','4741572ykDICh','Filter','Lembar','kosong','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','Rata-rata\x20dari\x20','Bulan','99215nezWpH','{0}\x20tahun\x20{1}\x20bulan','{0}\x20tahun','StdDevp\x20dari\x20','Tahun-Bulan','StdDev\x20dari\x20','Jam','Maks\x20dari\x20','Hari','Nilai','Bulan-Hari','Tahun'];_0x31d5=function(){return _0x4cdc50;};return _0x31d5();}function _0x4fab(_0x4923d0,_0x3dd50b){_0x4923d0=_0x4923d0-0x17f;const _0x31d52b=_0x31d5();let _0x4fabd0=_0x31d52b[_0x4923d0];return _0x4fabd0;}const e={'sheets-pivot':{'sheet':_0x503039(0x184),'blankValue':_0x503039(0x1a7),'otherValue':_0x503039(0x1a5),'columnName':_0x503039(0x1a0),'subTotalText':_0x503039(0x19d),'grandTotalText':_0x503039(0x196),'valueText':'Nilai','averageName':_0x503039(0x187),'countName':_0x503039(0x1a9),'countNumsName':'Jumlah\x20dari\x20','maxName':_0x503039(0x190),'minName':'Min\x20dari\x20','productName':_0x503039(0x181),'stdDevName':_0x503039(0x18e),'stdDevpName':_0x503039(0x18c),'sumName':_0x503039(0x1a9),'varName':'Var\x20dari\x20','varpName':_0x503039(0x1a6),'subTotal':'Subtotal','grandTotal':'Total\x20Keseluruhan','value':_0x503039(0x19a),'blank':_0x503039(0x185),'other':_0x503039(0x19c),'emptyPivot':{'filter':_0x503039(0x183),'row':_0x503039(0x197),'column':'Kolom','values':_0x503039(0x192)},'dateGroup':{'year':_0x503039(0x194),'month':_0x503039(0x188),'day':_0x503039(0x191),'hour':_0x503039(0x18f),'minute':'Menit','quarter':'Kuartal','monthDate':_0x503039(0x193),'yearQuarter':_0x503039(0x19f),'yearMonth':_0x503039(0x18d),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x503039(0x19b),'hour':_0x503039(0x17f),'hourMinute':_0x503039(0x198),'date':'{0}\x20hari','month':_0x503039(0x1aa),'monthDate':'{0}\x20bulan\x20{1}\x20hari','quarter':'{0}\x20kuartal','year':_0x503039(0x18b),'yearMonth':_0x503039(0x18a),'yearMonthDate':_0x503039(0x186),'yearQuarter':'{0}\x20tahun\x20{1}\x20kuartal'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x34ae15=_0x21ec;function _0x21ec(_0x1af291,_0x4734f6){_0x1af291=_0x1af291-0x1b3;const _0xc1039a=_0xc103();let _0x21ec6c=_0xc1039a[_0x1af291];return _0x21ec6c;}(function(_0x7814df,_0x5139af){const _0x4cbd49=_0x21ec,_0x31b977=_0x7814df();while(!![]){try{const _0x316a5=-parseInt(_0x4cbd49(0x1bd))/0x1+-parseInt(_0x4cbd49(0x1bb))/0x2+parseInt(_0x4cbd49(0x1bc))/0x3+parseInt(_0x4cbd49(0x1c2))/0x4*(parseInt(_0x4cbd49(0x1c0))/0x5)+-parseInt(_0x4cbd49(0x1be))/0x6*(-parseInt(_0x4cbd49(0x1c1))/0x7)+-parseInt(_0x4cbd49(0x1dc))/0x8*(-parseInt(_0x4cbd49(0x1d1))/0x9)+parseInt(_0x4cbd49(0x1d5))/0xa;if(_0x316a5===_0x5139af)break;else _0x31b977['push'](_0x31b977['shift']());}catch(_0x7c779d){_0x31b977['push'](_0x31b977['shift']());}}}(_0xc103,0xe3f07));function _0xc103(){const _0x3ca94d=['Valore','valore','Subtotale','{0}\x20mese\x20{1}\x20giorno','Giorno','Filtro','{0}\x20ora\x20{1}\x20minuto','2934300dfaAfm','2464644wTGYAb','1750410xTwngZ','12TyffcH','Anno-Trimestre','28235rMrpOP','3180184edNZnr','584oVQCGL','Anno-Mese-Giorno','{0}\x20giorno','Foglio','Colonna\x20','Mese','Totale','{0}\x20ora','Minimo\x20di\x20','Somma\x20di\x20','vuoto','Prodotto\x20di\x20','Colonna','Anno-Mese','Anno','189eXlkrw','DevStdp\x20di\x20','{0}\x20anno\x20{1}\x20mese','Minuto','8661640FKMfcP','Varp\x20di\x20','{0}\x20minuto','Massimo\x20di\x20','Totale\x20Complessivo','Mese-Giorno','Ora','278248nTKCjM','(Vuoto)'];_0xc103=function(){return _0x3ca94d;};return _0xc103();}const e={'sheets-pivot':{'sheet':_0x34ae15(0x1c5),'blankValue':_0x34ae15(0x1b3),'otherValue':'(Altro)','columnName':_0x34ae15(0x1c6),'subTotalText':_0x34ae15(0x1c8),'grandTotalText':_0x34ae15(0x1d9),'valueText':_0x34ae15(0x1b4),'averageName':'Media\x20di\x20','countName':'Conteggio\x20di\x20','countNumsName':'Conteggio\x20di\x20','maxName':_0x34ae15(0x1d8),'minName':_0x34ae15(0x1ca),'productName':_0x34ae15(0x1cd),'stdDevName':'DevStd\x20di\x20','stdDevpName':_0x34ae15(0x1d2),'sumName':_0x34ae15(0x1cb),'varName':'Var\x20di\x20','varpName':_0x34ae15(0x1d6),'subTotal':_0x34ae15(0x1b6),'grandTotal':_0x34ae15(0x1d9),'value':_0x34ae15(0x1b5),'blank':_0x34ae15(0x1cc),'other':'altro','emptyPivot':{'filter':_0x34ae15(0x1b9),'row':'Riga','column':_0x34ae15(0x1ce),'values':'Valori'},'dateGroup':{'year':_0x34ae15(0x1d0),'month':_0x34ae15(0x1c7),'day':_0x34ae15(0x1b8),'hour':_0x34ae15(0x1db),'minute':_0x34ae15(0x1d4),'quarter':'Trimestre','monthDate':_0x34ae15(0x1da),'yearQuarter':_0x34ae15(0x1bf),'yearMonth':_0x34ae15(0x1cf),'yearMonthDate':_0x34ae15(0x1c3)},'cellDateGroupDisplay':{'minute':_0x34ae15(0x1d7),'hour':_0x34ae15(0x1c9),'hourMinute':_0x34ae15(0x1ba),'date':_0x34ae15(0x1c4),'month':'{0}\x20mese','monthDate':_0x34ae15(0x1b7),'quarter':'{0}\x20trimestre','year':'{0}\x20anno','yearMonth':_0x34ae15(0x1d3),'yearMonthDate':'{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','yearQuarter':'{0}\x20anno\x20{1}\x20trimestre'}}};export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5a9626=_0x4e54;(function(_0x123a78,_0x4ace45){const _0x47cc82=_0x4e54,_0x53567e=_0x123a78();while(!![]){try{const _0x5b401e=parseInt(_0x47cc82(0x109))/0x1+-parseInt(_0x47cc82(0xfd))/0x2*(-parseInt(_0x47cc82(0x107))/0x3)+parseInt(_0x47cc82(0xfe))/0x4+-parseInt(_0x47cc82(0xf8))/0x5+-parseInt(_0x47cc82(0x117))/0x6*(-parseInt(_0x47cc82(0x11c))/0x7)+-parseInt(_0x47cc82(0x114))/0x8*(parseInt(_0x47cc82(0x118))/0x9)+-parseInt(_0x47cc82(0x11b))/0xa*(parseInt(_0x47cc82(0x116))/0xb);if(_0x5b401e===_0x4ace45)break;else _0x53567e['push'](_0x53567e['shift']());}catch(_0x5e6e44){_0x53567e['push'](_0x53567e['shift']());}}}(_0x16b3,0x8f602));function _0x4e54(_0x22bfc7,_0x5c182a){_0x22bfc7=_0x22bfc7-0xf8;const _0x16b342=_0x16b3();let _0x4e5439=_0x16b342[_0x22bfc7];return _0x4e5439;}const e={'sheets-pivot':{'sheet':_0x5a9626(0x10d),'blankValue':'(空白)','otherValue':_0x5a9626(0x112),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':'平均\x20/\x20','countName':_0x5a9626(0x10c),'countNumsName':_0x5a9626(0xfc),'maxName':_0x5a9626(0xff),'minName':_0x5a9626(0x115),'productName':_0x5a9626(0x104),'stdDevName':_0x5a9626(0xf9),'stdDevpName':_0x5a9626(0x113),'sumName':_0x5a9626(0x10a),'varName':_0x5a9626(0x119),'varpName':_0x5a9626(0x108),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':'その他','emptyPivot':{'filter':_0x5a9626(0x103),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x5a9626(0x11a),'monthDate':'月-日','yearQuarter':_0x5a9626(0x101),'yearMonth':_0x5a9626(0xfa),'yearMonthDate':_0x5a9626(0x102)},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0x5a9626(0x111),'hourMinute':_0x5a9626(0x105),'date':_0x5a9626(0xfb),'month':'{0}月','monthDate':_0x5a9626(0x100),'quarter':_0x5a9626(0x10e),'year':_0x5a9626(0x110),'yearMonth':_0x5a9626(0x10b),'yearMonthDate':_0x5a9626(0x106),'yearQuarter':_0x5a9626(0x10f)}}};export{e as default};function _0x16b3(){const _0x218952=['1128924cdduZr','45sdmUye','分散\x20/\x20','四半期','40yitGyo','35NOheMv','48415WjEDdL','標準偏差\x20/\x20','年-月','{0}日','数値の個数\x20/\x20','2QwGIYC','3431424LdmVeP','最大値\x20/\x20','{0}月{1}日','年-四半期','年-月-日','フィルター','積\x20/\x20','{0}時{1}分','{0}年{1}月{2}日','2454801WwRzkv','標本分散\x20/\x20','985992HOIMzM','合計\x20/\x20','{0}年{1}月','データの個数\x20/\x20','シート','第{0}四半期','{0}年第{1}四半期','{0}年','{0}時','(その他)','標本標準偏差\x20/\x20','1731616KLlDEH','最小値\x20/\x20','5290109upeUGT'];_0x16b3=function(){return _0x218952;};return _0x16b3();}
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x41754e=_0x2cce;function _0x2cce(_0x2cc63c,_0x45a5e9){_0x2cc63c=_0x2cc63c-0xb0;const _0x2bc004=_0x2bc0();let _0x2cce72=_0x2bc004[_0x2cc63c];return _0x2cce72;}function _0x2bc0(){const _0x963fc1=['{0}시','표준\x20편차(모집단)\x20/\x20','48zFVVuL','{0}년{1}월','곱\x20/\x20','월-일','{0}년{1}월{2}일','숫자\x20개수\x20/\x20','2355859oOtUwB','8069WlAMBp','350210igvBAG','평균\x20/\x20','12RCQiTo','{0}시{1}분','합계\x20/\x20','총합계','{0}분','분산(모집단)\x20/\x20','년-월','4563333NXsXZX','166LhandO','년-분기','제{0}분기','{0}월{1}일','42roXyaS','비어\x20있음','73599SWsGQr','년-월-일','5400048hoIZXK','최대값\x20/\x20','{0}년제{1}분기','표준\x20편차\x20/\x20','10VkBJXr','615912okcJMF','(기타)','부분합','분산\x20/\x20'];_0x2bc0=function(){return _0x963fc1;};return _0x2bc0();}(function(_0x560682,_0x55650e){const _0x24d0d4=_0x2cce,_0x4133fd=_0x560682();while(!![]){try{const _0x4cd823=-parseInt(_0x24d0d4(0xba))/0x1*(-parseInt(_0x24d0d4(0xc5))/0x2)+parseInt(_0x24d0d4(0xcb))/0x3*(parseInt(_0x24d0d4(0xb3))/0x4)+-parseInt(_0x24d0d4(0xbb))/0x5+parseInt(_0x24d0d4(0xd2))/0x6*(parseInt(_0x24d0d4(0xc9))/0x7)+-parseInt(_0x24d0d4(0xcd))/0x8+-parseInt(_0x24d0d4(0xc4))/0x9*(parseInt(_0x24d0d4(0xd1))/0xa)+-parseInt(_0x24d0d4(0xb9))/0xb*(-parseInt(_0x24d0d4(0xbd))/0xc);if(_0x4cd823===_0x55650e)break;else _0x4133fd['push'](_0x4133fd['shift']());}catch(_0x186e98){_0x4133fd['push'](_0x4133fd['shift']());}}}(_0x2bc0,0x845a7));const e={'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':_0x41754e(0xd3),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x41754e(0xc0),'valueText':'값','averageName':_0x41754e(0xbc),'countName':'개수\x20/\x20','countNumsName':_0x41754e(0xb8),'maxName':_0x41754e(0xce),'minName':'최소값\x20/\x20','productName':_0x41754e(0xb5),'stdDevName':_0x41754e(0xd0),'stdDevpName':_0x41754e(0xb2),'sumName':_0x41754e(0xbf),'varName':_0x41754e(0xb0),'varpName':_0x41754e(0xc2),'subTotal':_0x41754e(0xd4),'grandTotal':_0x41754e(0xc0),'value':'값','blank':_0x41754e(0xca),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x41754e(0xb6),'yearQuarter':_0x41754e(0xc6),'yearMonth':_0x41754e(0xc3),'yearMonthDate':_0x41754e(0xcc)},'cellDateGroupDisplay':{'minute':_0x41754e(0xc1),'hour':_0x41754e(0xb1),'hourMinute':_0x41754e(0xbe),'date':'{0}일','month':'{0}월','monthDate':_0x41754e(0xc8),'quarter':_0x41754e(0xc7),'year':'{0}년','yearMonth':_0x41754e(0xb4),'yearMonthDate':_0x41754e(0xb7),'yearQuarter':_0x41754e(0xcf)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5334de=_0x5013;(function(_0x1cc5a0,_0x996072){const _0x4f8942=_0x5013,_0x4a85ff=_0x1cc5a0();while(!![]){try{const _0x325a7b=-parseInt(_0x4f8942(0xd2))/0x1*(parseInt(_0x4f8942(0xda))/0x2)+-parseInt(_0x4f8942(0xcd))/0x3+parseInt(_0x4f8942(0xd6))/0x4*(parseInt(_0x4f8942(0xe3))/0x5)+parseInt(_0x4f8942(0xd1))/0x6+parseInt(_0x4f8942(0xe0))/0x7+parseInt(_0x4f8942(0xc9))/0x8*(parseInt(_0x4f8942(0xc3))/0x9)+-parseInt(_0x4f8942(0xeb))/0xa;if(_0x325a7b===_0x996072)break;else _0x4a85ff['push'](_0x4a85ff['shift']());}catch(_0x712c2a){_0x4a85ff['push'](_0x4a85ff['shift']());}}}(_0x2a8f,0x290e5));function _0x5013(_0x1d5e45,_0x3cb845){_0x1d5e45=_0x1d5e45-0xc3;const _0x2a8f73=_0x2a8f();let _0x50135e=_0x2a8f73[_0x1d5e45];return _0x50135e;}function _0x2a8f(){const _0x10772b=['3237550YwXomN','Godzina','Rok-Miesiąc','{0}\x20dzień','Rok-Kwartał','1493775GBhdse','Liczba\x20z\x20','{0}\x20kwartał','puste','{0}\x20godzina\x20{1}\x20minuta','Miesiąc','8iidYdm','inne','Wartość','Minimum\x20z\x20','480660MtIAFV','Arkusz','Suma\x20całkowita','OdchStdPop\x20z\x20','658074zfCoJi','40157QdtLjz','Wiersz','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień','{0}\x20miesiąc\x20{1}\x20dzień','1149496oofTAW','{0}\x20rok\x20{1}\x20miesiąc','{0}\x20miesiąc','(Inne)','10AoRwsY','Filtr','Wariancja\x20z\x20','{0}\x20rok\x20{1}\x20kwartał','Miesiąc-Dzień','Minuta','2029279CyPvdT','Maksimum\x20z\x20','wartość','5ajDLGK','Dzień','(Puste)','Suma','Kwartał','{0}\x20godzina','OdchStd\x20z\x20','Rok-Miesiąc-Dzień'];_0x2a8f=function(){return _0x10772b;};return _0x2a8f();}const e={'sheets-pivot':{'sheet':_0x5334de(0xce),'blankValue':_0x5334de(0xe5),'otherValue':_0x5334de(0xd9),'columnName':'Kolumna\x20','subTotalText':_0x5334de(0xe6),'grandTotalText':_0x5334de(0xcf),'valueText':_0x5334de(0xcb),'averageName':'Średnia\x20z\x20','countName':_0x5334de(0xc4),'countNumsName':_0x5334de(0xc4),'maxName':_0x5334de(0xe1),'minName':_0x5334de(0xcc),'productName':'Iloczyn\x20z\x20','stdDevName':_0x5334de(0xe9),'stdDevpName':_0x5334de(0xd0),'sumName':'Suma\x20z\x20','varName':_0x5334de(0xdc),'varpName':'WariancjaPop\x20z\x20','subTotal':'Suma\x20częściowa','grandTotal':'Suma\x20całkowita','value':_0x5334de(0xe2),'blank':_0x5334de(0xc6),'other':_0x5334de(0xca),'emptyPivot':{'filter':_0x5334de(0xdb),'row':_0x5334de(0xd3),'column':'Kolumna','values':'Wartości'},'dateGroup':{'year':'Rok','month':_0x5334de(0xc8),'day':_0x5334de(0xe4),'hour':_0x5334de(0xec),'minute':_0x5334de(0xdf),'quarter':_0x5334de(0xe7),'monthDate':_0x5334de(0xde),'yearQuarter':_0x5334de(0xef),'yearMonth':_0x5334de(0xed),'yearMonthDate':_0x5334de(0xea)},'cellDateGroupDisplay':{'minute':'{0}\x20minuta','hour':_0x5334de(0xe8),'hourMinute':_0x5334de(0xc7),'date':_0x5334de(0xee),'month':_0x5334de(0xd8),'monthDate':_0x5334de(0xd5),'quarter':_0x5334de(0xc5),'year':'{0}\x20rok','yearMonth':_0x5334de(0xd7),'yearMonthDate':_0x5334de(0xd4),'yearQuarter':_0x5334de(0xdd)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x306b(){const _0xa41491=['553788aHGIha','51731XsKAzx','{0}\x20dia','Mês','{0}\x20ano\x20{1}\x20trimestre','Planilha','{0}\x20hora','Linha','{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','{0}\x20minuto','Produto\x20de\x20','11hXiFzY','Var\x20de\x20','9tNeZMN','em\x20branco','DesvPadrãoP\x20de\x20','Subtotal','{0}\x20mês\x20{1}\x20dia','Coluna','3985464hmihZF','Máximo\x20de\x20','Total\x20Geral','Mínimo\x20de\x20','valor','{0}\x20mês','Média\x20de\x20','(Em\x20branco)','Coluna\x20','{0}\x20ano\x20{1}\x20mês','16WIOqTo','Ano-Trimestre','7976124syuTKP','Trimestre','VarP\x20de\x20','Ano-Mês-Dia','Soma\x20de\x20','4271355smgEVa','{0}\x20trimestre','2633925psaBtc','Ano','Hora','6kOleWI','Valor','Minuto','Filtro','Mês-Dia','9481530FsavtK'];_0x306b=function(){return _0xa41491;};return _0x306b();}const _0x54d192=_0x530b;function _0x530b(_0x43b59a,_0x59bf9a){_0x43b59a=_0x43b59a-0x104;const _0x306b41=_0x306b();let _0x530b09=_0x306b41[_0x43b59a];return _0x530b09;}(function(_0x57fe6c,_0x327471){const _0x200684=_0x530b,_0x1acfac=_0x57fe6c();while(!![]){try{const _0x387f98=-parseInt(_0x200684(0x10b))/0x1*(parseInt(_0x200684(0x104))/0x2)+parseInt(_0x200684(0x117))/0x3*(-parseInt(_0x200684(0x10a))/0x4)+-parseInt(_0x200684(0x12e))/0x5+-parseInt(_0x200684(0x11d))/0x6+parseInt(_0x200684(0x130))/0x7*(parseInt(_0x200684(0x127))/0x8)+parseInt(_0x200684(0x129))/0x9+-parseInt(_0x200684(0x109))/0xa*(-parseInt(_0x200684(0x115))/0xb);if(_0x387f98===_0x327471)break;else _0x1acfac['push'](_0x1acfac['shift']());}catch(_0x349569){_0x1acfac['push'](_0x1acfac['shift']());}}}(_0x306b,0x798e2));const e={'sheets-pivot':{'sheet':_0x54d192(0x10f),'blankValue':_0x54d192(0x124),'otherValue':'(Outro)','columnName':_0x54d192(0x125),'subTotalText':'Subtotal','grandTotalText':_0x54d192(0x11f),'valueText':_0x54d192(0x105),'averageName':_0x54d192(0x123),'countName':'Contagem\x20de\x20','countNumsName':'Contagem\x20de\x20','maxName':_0x54d192(0x11e),'minName':_0x54d192(0x120),'productName':_0x54d192(0x114),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x54d192(0x119),'sumName':_0x54d192(0x12d),'varName':_0x54d192(0x116),'varpName':_0x54d192(0x12b),'subTotal':_0x54d192(0x11a),'grandTotal':_0x54d192(0x11f),'value':_0x54d192(0x121),'blank':_0x54d192(0x118),'other':'outro','emptyPivot':{'filter':_0x54d192(0x107),'row':_0x54d192(0x111),'column':_0x54d192(0x11c),'values':'Valores'},'dateGroup':{'year':_0x54d192(0x131),'month':_0x54d192(0x10d),'day':'Dia','hour':_0x54d192(0x132),'minute':_0x54d192(0x106),'quarter':_0x54d192(0x12a),'monthDate':_0x54d192(0x108),'yearQuarter':_0x54d192(0x128),'yearMonth':'Ano-Mês','yearMonthDate':_0x54d192(0x12c)},'cellDateGroupDisplay':{'minute':_0x54d192(0x113),'hour':_0x54d192(0x110),'hourMinute':'{0}\x20hora\x20{1}\x20minuto','date':_0x54d192(0x10c),'month':_0x54d192(0x122),'monthDate':_0x54d192(0x11b),'quarter':_0x54d192(0x12f),'year':'{0}\x20ano','yearMonth':_0x54d192(0x126),'yearMonthDate':_0x54d192(0x112),'yearQuarter':_0x54d192(0x10e)}}};export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4aa6(_0x42d66f,_0x4c064d){_0x42d66f=_0x42d66f-0x65;const _0x1f8eca=_0x1f8e();let _0x4aa684=_0x1f8eca[_0x42d66f];return _0x4aa684;}const _0x190156=_0x4aa6;(function(_0xf84604,_0x733f01){const _0x574ac6=_0x4aa6,_0x505cc1=_0xf84604();while(!![]){try{const _0x242de2=-parseInt(_0x574ac6(0x75))/0x1+parseInt(_0x574ac6(0x78))/0x2+parseInt(_0x574ac6(0x8b))/0x3+parseInt(_0x574ac6(0x80))/0x4*(-parseInt(_0x574ac6(0x72))/0x5)+-parseInt(_0x574ac6(0x6b))/0x6+parseInt(_0x574ac6(0x7e))/0x7*(parseInt(_0x574ac6(0x6c))/0x8)+-parseInt(_0x574ac6(0x7c))/0x9*(-parseInt(_0x574ac6(0x68))/0xa);if(_0x242de2===_0x733f01)break;else _0x505cc1['push'](_0x505cc1['shift']());}catch(_0x2c982e){_0x505cc1['push'](_0x505cc1['shift']());}}}(_0x1f8e,0xc025d));function _0x1f8e(){const _0x11e9a7=['{0}\x20год\x20{1}\x20месяц','6334704oaisJl','230704DPEtZt','{0}\x20мин','Год-Месяц','Столбец\x20','Стандартное\x20отклонение\x20по\x20','День','25oRXkbR','Минута','Промежуточный\x20итог','965810CupekR','Месяц-День','{0}\x20месяц\x20{1}\x20день','2966874EvHEDu','Число\x20по\x20','{0}\x20месяц','Произведение\x20по\x20','225zUteti','Лист','210aPQEof','Год','60288hNSYzf','Значение','Строка','Фильтр','Общая\x20дисперсия\x20по\x20','Количество\x20по\x20','{0}\x20квартал','{0}\x20ч','Год-Месяц-День','Максимум\x20по\x20','Пусто','600942eEQwDZ','Минимум\x20по\x20','Квартал','Общее\x20стандартное\x20отклонение\x20по\x20','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Месяц','134040hvlTkA','Общий\x20итог'];_0x1f8e=function(){return _0x11e9a7;};return _0x1f8e();}const e={'sheets-pivot':{'sheet':_0x190156(0x7d),'blankValue':'(Пусто)','otherValue':'(Другое)','columnName':_0x190156(0x6f),'subTotalText':'Промежуточный\x20итог','grandTotalText':_0x190156(0x69),'valueText':_0x190156(0x81),'averageName':'Среднее\x20по\x20','countName':_0x190156(0x85),'countNumsName':_0x190156(0x79),'maxName':_0x190156(0x89),'minName':_0x190156(0x8c),'productName':_0x190156(0x7b),'stdDevName':_0x190156(0x70),'stdDevpName':_0x190156(0x65),'sumName':'Сумма\x20по\x20','varName':'Дисперсия\x20по\x20','varpName':_0x190156(0x84),'subTotal':_0x190156(0x74),'grandTotal':_0x190156(0x69),'value':_0x190156(0x81),'blank':_0x190156(0x8a),'other':'Другое','emptyPivot':{'filter':_0x190156(0x83),'row':_0x190156(0x82),'column':'Столбец','values':_0x190156(0x81)},'dateGroup':{'year':_0x190156(0x7f),'month':_0x190156(0x67),'day':_0x190156(0x71),'hour':'Час','minute':_0x190156(0x73),'quarter':_0x190156(0x8d),'monthDate':_0x190156(0x76),'yearQuarter':'Год-Квартал','yearMonth':_0x190156(0x6e),'yearMonthDate':_0x190156(0x88)},'cellDateGroupDisplay':{'minute':_0x190156(0x6d),'hour':_0x190156(0x87),'hourMinute':'{0}\x20ч\x20{1}\x20мин','date':'{0}\x20день','month':_0x190156(0x7a),'monthDate':_0x190156(0x77),'quarter':_0x190156(0x86),'year':'{0}\x20год','yearMonth':_0x190156(0x6a),'yearMonthDate':_0x190156(0x66),'yearQuarter':'{0}\x20год\x20{1}\x20квартал'}}};export{e as default};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x37068e=_0x37a8;(function(_0x5a73e6,_0x40c89c){const _0x57d842=_0x37a8,_0x3f0a98=_0x5a73e6();while(!![]){try{const _0x389841=parseInt(_0x57d842(0xc2))/0x1+parseInt(_0x57d842(0xb1))/0x2+-parseInt(_0x57d842(0xbe))/0x3+-parseInt(_0x57d842(0xbf))/0x4+parseInt(_0x57d842(0xa1))/0x5+parseInt(_0x57d842(0xca))/0x6*(-parseInt(_0x57d842(0xc9))/0x7)+parseInt(_0x57d842(0xac))/0x8*(parseInt(_0x57d842(0xae))/0x9);if(_0x389841===_0x40c89c)break;else _0x3f0a98['push'](_0x3f0a98['shift']());}catch(_0x9dbf69){_0x3f0a98['push'](_0x3f0a98['shift']());}}}(_0x72f7,0x4e84e));function _0x72f7(){const _0xb6fb4e=['278032jaxnhJ','Počet\x20z\x20','Celkový\x20súčet','Deň','{0}\x20hodina\x20{1}\x20minúta','Priemer\x20z\x20','Filter','Minúta','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Riadok','Rok-Štvrťrok','{0}\x20hodina','{0}\x20mesiac','1777116OHafCu','846960DewkrP','{0}\x20štvrťrok','prázdne','453453VJLsTB','Rok','Hodnota','Hodnoty','Mesiac-Deň','hodnota','Stĺpec','1099TacSSK','11754KDQRjQ','{0}\x20rok\x20{1}\x20mesiac','Stĺpec\x20','2004425vrgTXQ','Súčin\x20z\x20','Štvrťrok','Min\x20z\x20','Rozptyl\x20populácie\x20z\x20','Hodina','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac','(Iné)','Mesiac','Hárok','5560yajKZV','(Prázdne)','5697pNxIOO','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','{0}\x20minúta'];_0x72f7=function(){return _0xb6fb4e;};return _0x72f7();}function _0x37a8(_0x476a43,_0x178479){_0x476a43=_0x476a43-0x9f;const _0x72f793=_0x72f7();let _0x37a8a7=_0x72f793[_0x476a43];return _0x37a8a7;}const e={'sheets-pivot':{'sheet':_0x37068e(0xab),'blankValue':_0x37068e(0xad),'otherValue':_0x37068e(0xa9),'columnName':_0x37068e(0xa0),'subTotalText':'Súčet','grandTotalText':_0x37068e(0xb3),'valueText':_0x37068e(0xc4),'averageName':_0x37068e(0xb6),'countName':_0x37068e(0xb2),'countNumsName':'Počet\x20z\x20','maxName':'Max\x20z\x20','minName':_0x37068e(0xa4),'productName':_0x37068e(0xa2),'stdDevName':_0x37068e(0xa7),'stdDevpName':_0x37068e(0xb9),'sumName':'Súčet\x20z\x20','varName':'Rozptyl\x20z\x20','varpName':_0x37068e(0xa5),'subTotal':'Medzisúčet','grandTotal':_0x37068e(0xb3),'value':_0x37068e(0xc7),'blank':_0x37068e(0xc1),'other':'iné','emptyPivot':{'filter':_0x37068e(0xb7),'row':_0x37068e(0xba),'column':_0x37068e(0xc8),'values':_0x37068e(0xc5)},'dateGroup':{'year':_0x37068e(0xc3),'month':_0x37068e(0xaa),'day':_0x37068e(0xb4),'hour':_0x37068e(0xa6),'minute':_0x37068e(0xb8),'quarter':_0x37068e(0xa3),'monthDate':_0x37068e(0xc6),'yearQuarter':_0x37068e(0xbb),'yearMonth':_0x37068e(0xa8),'yearMonthDate':'Rok-Mesiac-Deň'},'cellDateGroupDisplay':{'minute':_0x37068e(0xb0),'hour':_0x37068e(0xbc),'hourMinute':_0x37068e(0xb5),'date':'{0}\x20deň','month':_0x37068e(0xbd),'monthDate':'{0}\x20mesiac\x20{1}\x20deň','quarter':_0x37068e(0xc0),'year':'{0}\x20rok','yearMonth':_0x37068e(0x9f),'yearMonthDate':_0x37068e(0xaf),'yearQuarter':'{0}\x20rok\x20{1}\x20štvrťrok'}}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x42b396=_0x5a6a;(function(_0x171e16,_0x440bc8){const _0x68d891=_0x5a6a,_0x3e8512=_0x171e16();while(!![]){try{const _0x2cb225=-parseInt(_0x68d891(0x1c0))/0x1+-parseInt(_0x68d891(0x1b6))/0x2*(-parseInt(_0x68d891(0x1b4))/0x3)+-parseInt(_0x68d891(0x19d))/0x4*(-parseInt(_0x68d891(0x1a8))/0x5)+parseInt(_0x68d891(0x1b7))/0x6*(parseInt(_0x68d891(0x1b1))/0x7)+parseInt(_0x68d891(0x1bb))/0x8+parseInt(_0x68d891(0x1a6))/0x9*(-parseInt(_0x68d891(0x1a2))/0xa)+-parseInt(_0x68d891(0x1a9))/0xb;if(_0x2cb225===_0x440bc8)break;else _0x3e8512['push'](_0x3e8512['shift']());}catch(_0x4b4ac3){_0x3e8512['push'](_0x3e8512['shift']());}}}(_0x5ac4,0xf3702));const e={'sheets-pivot':{'sheet':_0x42b396(0x1bc),'blankValue':_0x42b396(0x1a1),'otherValue':_0x42b396(0x1b2),'columnName':_0x42b396(0x1a7),'subTotalText':_0x42b396(0x1be),'grandTotalText':_0x42b396(0x1c4),'valueText':_0x42b396(0x19e),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x42b396(0x1bd),'countNumsName':_0x42b396(0x1ae),'maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x42b396(0x19c),'productName':_0x42b396(0x1af),'stdDevName':'Độ\x20lệch\x20chuẩn:','stdDevpName':'Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','sumName':_0x42b396(0x1a3),'varName':_0x42b396(0x19f),'varpName':_0x42b396(0x1b9),'subTotal':_0x42b396(0x1be),'grandTotal':_0x42b396(0x1c4),'value':_0x42b396(0x19e),'blank':'Trống','other':_0x42b396(0x19b),'emptyPivot':{'filter':'Lọc','row':_0x42b396(0x1b3),'column':'Cột','values':_0x42b396(0x19e)},'dateGroup':{'year':_0x42b396(0x1ac),'month':_0x42b396(0x1ad),'day':_0x42b396(0x1c7),'hour':_0x42b396(0x1b5),'minute':_0x42b396(0x1a0),'quarter':_0x42b396(0x1ba),'monthDate':_0x42b396(0x1b0),'yearQuarter':_0x42b396(0x1bf),'yearMonth':_0x42b396(0x1c2),'yearMonthDate':_0x42b396(0x1a5)},'cellDateGroupDisplay':{'minute':'{0}\x20phút','hour':_0x42b396(0x1c6),'hourMinute':_0x42b396(0x1a4),'date':_0x42b396(0x1aa),'month':_0x42b396(0x1c5),'monthDate':'Tháng\x20{0}\x20Ngày\x20{1}','quarter':'Quý\x20{0}','year':_0x42b396(0x1c3),'yearMonth':_0x42b396(0x1b8),'yearMonthDate':_0x42b396(0x1c1),'yearQuarter':_0x42b396(0x1ab)}}};function _0x5a6a(_0x344d4b,_0x511cb5){_0x344d4b=_0x344d4b-0x19b;const _0x5ac40e=_0x5ac4();let _0x5a6a67=_0x5ac40e[_0x344d4b];return _0x5a6a67;}export{e as default};function _0x5ac4(){const _0x444e5d=['Giá\x20trị\x20tối\x20thiểu:','4114788tWcvZw','Giá\x20trị','Phương\x20sai:','Phút','(Trống)','9260810aHUxcf','Tổng:','{0}\x20giờ\x20{1}\x20phút','Năm-Tháng-Ngày','9HzyUYW','Cột\x20','5hnJhMk','7181482zLUhRp','Ngày\x20{0}','Năm\x20{0}\x20Quý\x20{1}','Năm','Tháng','Số\x20lượng\x20số:','Tích:','Tháng-Ngày','7027370SgqXhY','(Khác)','Hàng','18ZgORym','Giờ','86206WOlybi','6qazwME','Năm\x20{0}\x20Tháng\x20{1}','Phương\x20sai\x20toàn\x20phần:','Quý','4587432ZgQlcO','Bảng\x20tính','Số\x20lượng:','Tổng\x20phụ','Năm-Quý','288589bSgGiP','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Năm-Tháng','Năm\x20{0}','Tổng\x20cộng','Tháng\x20{0}','{0}\x20giờ','Ngày','Khác'];_0x5ac4=function(){return _0x444e5d;};return _0x5ac4();}
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2365(){const _0x12166e=['1082010RgUqva','年-月-日','2581356ypBFah','34278XlQCUG','总体标准偏差项:','{0}年{1}月{2}日','工作表','{0}月{1}日','140747OjmtBM','数值计数项:','14ucVvGO','求和项:','1570584ugZQEi','{0}日','最小值项:','{0}分','{0}年{1}月','年-季度','总体方差项:','方差项:','年-月','701288oFWYxJ','标准偏差项:','计数项:','1519236yGdLjT','(空白)','乘积项:','{0}时'];_0x2365=function(){return _0x12166e;};return _0x2365();}const _0x96095b=_0x425a;function _0x425a(_0xa7cb23,_0x282a6c){_0xa7cb23=_0xa7cb23-0x137;const _0x236533=_0x2365();let _0x425a5c=_0x236533[_0xa7cb23];return _0x425a5c;}(function(_0x5374a1,_0xcc7a9a){const _0x67817c=_0x425a,_0xbd0abe=_0x5374a1();while(!![]){try{const _0x8118cd=parseInt(_0x67817c(0x140))/0x1+parseInt(_0x67817c(0x13b))/0x2+parseInt(_0x67817c(0x144))/0x3+-parseInt(_0x67817c(0x13a))/0x4+parseInt(_0x67817c(0x138))/0x5+parseInt(_0x67817c(0x150))/0x6+parseInt(_0x67817c(0x142))/0x7*(-parseInt(_0x67817c(0x14d))/0x8);if(_0x8118cd===_0xcc7a9a)break;else _0xbd0abe['push'](_0xbd0abe['shift']());}catch(_0xb65698){_0xbd0abe['push'](_0xbd0abe['shift']());}}}(_0x2365,0x50a79));const e={'sheets-pivot':{'sheet':_0x96095b(0x13e),'blankValue':_0x96095b(0x151),'otherValue':'(其他)','columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':'平均值项:','countName':_0x96095b(0x14f),'countNumsName':_0x96095b(0x141),'maxName':'最大值项:','minName':_0x96095b(0x146),'productName':_0x96095b(0x152),'stdDevName':_0x96095b(0x14e),'stdDevpName':_0x96095b(0x13c),'sumName':_0x96095b(0x143),'varName':_0x96095b(0x14b),'varpName':_0x96095b(0x14a),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':'月-日','yearQuarter':_0x96095b(0x149),'yearMonth':_0x96095b(0x14c),'yearMonthDate':_0x96095b(0x139)},'cellDateGroupDisplay':{'minute':_0x96095b(0x147),'hour':_0x96095b(0x137),'hourMinute':'{0}时\x20{1}分','date':_0x96095b(0x145),'month':'{0}月','monthDate':_0x96095b(0x13f),'quarter':'{0}季度','year':'{0}年','yearMonth':_0x96095b(0x148),'yearMonthDate':_0x96095b(0x13d),'yearQuarter':'{0}年{1}季度'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2ae97a=_0x4ab6;function _0x4ab6(_0x213711,_0x5aafb0){_0x213711=_0x213711-0xc1;const _0x26fbad=_0x26fb();let _0x4ab6c4=_0x26fbad[_0x213711];return _0x4ab6c4;}function _0x26fb(){const _0x303f49=['11uOPKOm','年-月-日','總體方差項:','1298025HsSvlJ','17758596rZdlLl','{0}季度','{0}時','總體標準差項:','{0}月','{0}年{1}季度','年-月','1243276dqCNjs','36GQtxiO','計數項:','最大值項:','數值計數項:','3436074gfBIIK','31587tatbXh','{0}分','{0}年','{0}年{1}月','{0}時\x20{1}分','工作表','月-日','253057CoMCKN','標準差項:','{0}年{1}月{2}日','10jVgstU','求和項:','乘積項:','{0}月{1}日','5XKZvlR','年-季度','256941DkFore','(其他)','136kEVsmJ'];_0x26fb=function(){return _0x303f49;};return _0x26fb();}(function(_0x4d180b,_0x19af23){const _0x465a63=_0x4ab6,_0x472b16=_0x4d180b();while(!![]){try{const _0x59c9db=parseInt(_0x465a63(0xd3))/0x1*(parseInt(_0x465a63(0xce))/0x2)+parseInt(_0x465a63(0xc5))/0x3+parseInt(_0x465a63(0xcd))/0x4*(-parseInt(_0x465a63(0xe1))/0x5)+parseInt(_0x465a63(0xd2))/0x6+-parseInt(_0x465a63(0xda))/0x7*(-parseInt(_0x465a63(0xc1))/0x8)+parseInt(_0x465a63(0xe3))/0x9*(-parseInt(_0x465a63(0xdd))/0xa)+parseInt(_0x465a63(0xc2))/0xb*(-parseInt(_0x465a63(0xc6))/0xc);if(_0x59c9db===_0x19af23)break;else _0x472b16['push'](_0x472b16['shift']());}catch(_0x27d59f){_0x472b16['push'](_0x472b16['shift']());}}}(_0x26fb,0x5a254));const e={'sheets-pivot':{'sheet':_0x2ae97a(0xd8),'blankValue':'(空白)','otherValue':_0x2ae97a(0xe4),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':'平均值項:','countName':_0x2ae97a(0xcf),'countNumsName':_0x2ae97a(0xd1),'maxName':_0x2ae97a(0xd0),'minName':'最小值項:','productName':_0x2ae97a(0xdf),'stdDevName':_0x2ae97a(0xdb),'stdDevpName':_0x2ae97a(0xc9),'sumName':_0x2ae97a(0xde),'varName':'方差項:','varpName':_0x2ae97a(0xc4),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x2ae97a(0xd9),'yearQuarter':_0x2ae97a(0xe2),'yearMonth':_0x2ae97a(0xcc),'yearMonthDate':_0x2ae97a(0xc3)},'cellDateGroupDisplay':{'minute':_0x2ae97a(0xd4),'hour':_0x2ae97a(0xc8),'hourMinute':_0x2ae97a(0xd7),'date':'{0}日','month':_0x2ae97a(0xca),'monthDate':_0x2ae97a(0xe0),'quarter':_0x2ae97a(0xc7),'year':_0x2ae97a(0xd5),'yearMonth':_0x2ae97a(0xd6),'yearMonthDate':_0x2ae97a(0xdc),'yearQuarter':_0x2ae97a(0xcb)}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3e2533=_0x2ebc;function _0x2ebc(_0x857f0f,_0x3cd1cc){_0x857f0f=_0x857f0f-0x1dc;const _0x526d28=_0x526d();let _0x2ebcc7=_0x526d28[_0x857f0f];return _0x2ebcc7;}function _0x526d(){const _0x220cdf=['5179785QNBRRb','{0}年{1}月{2}日','總體方差項:','9615804ENvdQC','最大值項:','平均值項:','31847ObOwzp','總體標準差項:','年-月','(其他)','方差項:','72rZIGIJ','求和項:','{0}日','{0}年{1}季度','{0}月','乘積項:','44EgQPMg','{0}分','56UkeSIE','計數項:','最小值項:','{0}月{1}日','{0}年','9677410qQdGzv','72987zGWIIC','工作表','年-月-日','14WiEKVl','1196523JivSUS','1416270TjOIvz','8Qtyfdi'];_0x526d=function(){return _0x220cdf;};return _0x526d();}(function(_0x4b1f7a,_0x3e2169){const _0x14d266=_0x2ebc,_0xcf27d2=_0x4b1f7a();while(!![]){try{const _0x5828f8=-parseInt(_0x14d266(0x1ed))/0x1*(parseInt(_0x14d266(0x1f2))/0x2)+parseInt(_0x14d266(0x1e0))/0x3*(-parseInt(_0x14d266(0x1e6))/0x4)+parseInt(_0x14d266(0x1e7))/0x5+-parseInt(_0x14d266(0x1e5))/0x6*(parseInt(_0x14d266(0x1e3))/0x7)+-parseInt(_0x14d266(0x1fa))/0x8*(parseInt(_0x14d266(0x1e4))/0x9)+-parseInt(_0x14d266(0x1df))/0xa+-parseInt(_0x14d266(0x1f8))/0xb*(-parseInt(_0x14d266(0x1ea))/0xc);if(_0x5828f8===_0x3e2169)break;else _0xcf27d2['push'](_0xcf27d2['shift']());}catch(_0x4a0ae4){_0xcf27d2['push'](_0xcf27d2['shift']());}}}(_0x526d,0xa4f1f));const e={'sheets-pivot':{'sheet':_0x3e2533(0x1e1),'blankValue':'(空白)','otherValue':_0x3e2533(0x1f0),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x3e2533(0x1ec),'countName':_0x3e2533(0x1fb),'countNumsName':'數值計數項:','maxName':_0x3e2533(0x1eb),'minName':_0x3e2533(0x1dc),'productName':_0x3e2533(0x1f7),'stdDevName':'標準差項:','stdDevpName':_0x3e2533(0x1ee),'sumName':_0x3e2533(0x1f3),'varName':_0x3e2533(0x1f1),'varpName':_0x3e2533(0x1e9),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':'月-日','yearQuarter':'年-季度','yearMonth':_0x3e2533(0x1ef),'yearMonthDate':_0x3e2533(0x1e2)},'cellDateGroupDisplay':{'minute':_0x3e2533(0x1f9),'hour':'{0}時','hourMinute':'{0}時\x20{1}分','date':_0x3e2533(0x1f4),'month':_0x3e2533(0x1f6),'monthDate':_0x3e2533(0x1dd),'quarter':'{0}季度','year':_0x3e2533(0x1de),'yearMonth':'{0}年{1}月','yearMonthDate':_0x3e2533(0x1e8),'yearQuarter':_0x3e2533(0x1f5)}}};export{e as default};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
import type { IRemovePivotTableMutationParams } from '../../const/type';
|
|
3
|
+
export interface IRemovePivotTableCommandParams extends IRemovePivotTableMutationParams {
|
|
4
|
+
/**
|
|
5
|
+
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
6
|
+
*/
|
|
7
|
+
unitId: string;
|
|
8
|
+
/**
|
|
9
|
+
* @property {string} subUnitId The sub unit id of worksheet which the pivot table belongs to.
|
|
10
|
+
*/
|
|
11
|
+
subUnitId: string;
|
|
12
|
+
/**
|
|
13
|
+
* @property {string} pivotTableId The pivot table id.
|
|
14
|
+
*/
|
|
15
|
+
pivotTableId: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const RemovePivotTableCommand: ICommand<IRemovePivotTableCommandParams>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PivotDataFieldDataTypeEnum, PivotDataFieldSortOperatorEnum, PivotDataFieldSortTypeEnum, PivotDateGroupFieldDateTypeEnum, PivotFilterTypeEnum, PivotSubtotalTypeEnum, PivotTableChangeTypeEnum, PivotTableFiledAreaEnum, PivotTableValuePositionEnum, ST_PivotFilterOperatorEnum } from '@univerjs-pro/engine-pivot';
|
|
1
|
+
import { PivotCallbackEnum, PivotCellStyleTypeEnum, PivotDataFieldDataTypeEnum, PivotDataFieldSortOperatorEnum, PivotDataFieldSortTypeEnum, PivotDataFieldTypeEnum, PivotDateGroupFieldDateSystemEnum, PivotDateGroupFieldDateTypeEnum, PivotFilterTypeEnum, PivotLayoutTypeEnum, PivotShowAsTypeEnum, PivotSubtotalTypeEnum, PivotTableChangeTypeEnum, PivotTableFiledAreaEnum, PivotTableValuePositionEnum, PivotViewCellValueTypeEnum, ST_PivotFilterOperatorEnum } from '@univerjs-pro/engine-pivot';
|
|
2
2
|
import { PositionType } from '@univerjs-pro/sheets-pivot';
|
|
3
3
|
/**
|
|
4
4
|
* @ignore
|
|
@@ -50,6 +50,34 @@ export interface IFSheetsPivotEnumMixin {
|
|
|
50
50
|
* Represents the date type of the pivot date group field. {@link PivotDateGroupFieldDateTypeEnum}
|
|
51
51
|
*/
|
|
52
52
|
PivotDateGroupFieldDateTypeEnum: typeof PivotDateGroupFieldDateTypeEnum;
|
|
53
|
+
/**
|
|
54
|
+
* Represents the show-as calculation type of a pivot value field. {@link PivotShowAsTypeEnum}
|
|
55
|
+
*/
|
|
56
|
+
PivotShowAsTypeEnum: typeof PivotShowAsTypeEnum;
|
|
57
|
+
/**
|
|
58
|
+
* Represents the layout type of a pivot table. {@link PivotLayoutTypeEnum}
|
|
59
|
+
*/
|
|
60
|
+
PivotLayoutTypeEnum: typeof PivotLayoutTypeEnum;
|
|
61
|
+
/**
|
|
62
|
+
* Represents the callback execution timing of the pivot engine. {@link PivotCallbackEnum}
|
|
63
|
+
*/
|
|
64
|
+
PivotCallbackEnum: typeof PivotCallbackEnum;
|
|
65
|
+
/**
|
|
66
|
+
* Represents the source field type, including normal and group fields. {@link PivotDataFieldTypeEnum}
|
|
67
|
+
*/
|
|
68
|
+
PivotDataFieldTypeEnum: typeof PivotDataFieldTypeEnum;
|
|
69
|
+
/**
|
|
70
|
+
* Represents the date system used by pivot date group fields. {@link PivotDateGroupFieldDateSystemEnum}
|
|
71
|
+
*/
|
|
72
|
+
PivotDateGroupFieldDateSystemEnum: typeof PivotDateGroupFieldDateSystemEnum;
|
|
73
|
+
/**
|
|
74
|
+
* Represents the pivot cell style type generated by the pivot view. {@link PivotCellStyleTypeEnum}
|
|
75
|
+
*/
|
|
76
|
+
PivotCellStyleTypeEnum: typeof PivotCellStyleTypeEnum;
|
|
77
|
+
/**
|
|
78
|
+
* Represents the pivot view cell value type generated by the pivot view. {@link PivotViewCellValueTypeEnum}
|
|
79
|
+
*/
|
|
80
|
+
PivotViewCellValueTypeEnum: typeof PivotViewCellValueTypeEnum;
|
|
53
81
|
}
|
|
54
82
|
/**
|
|
55
83
|
* @ignore
|