@univerjs-pro/sheets-pivot 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/bidi.d.ts +5 -0
- package/lib/types/commands/command/date-group-util.d.ts +14 -0
- package/lib/types/commands/command/set-pivot-date-group.command.d.ts +10 -0
- package/lib/types/commands/command/set-pivot-layout.command.d.ts +3 -0
- package/lib/types/commands/mutations/change-apply-util.d.ts +2 -1
- package/lib/types/commands/mutations/set-pivot-layout.mutation.d.ts +3 -0
- package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +10 -0
- package/lib/types/const/const.d.ts +28 -4
- package/lib/types/const/type.d.ts +19 -1
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +4 -2
- package/lib/types/facade/f-enum.d.ts +5 -1
- package/lib/types/facade/f-generic-pivot-table.d.ts +23 -1
- package/lib/types/facade/f-pivot-table.d.ts +53 -1
- package/lib/types/index.d.ts +10 -3
- package/lib/types/locale/en-US.d.ts +11 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +3 -2
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2fea(_0x55ba81,_0x5ad3b5){_0x55ba81=_0x55ba81-0xba;var _0x39ba45=_0x39ba();var _0x2fea11=_0x39ba45[_0x55ba81];return _0x2fea11;}(function(_0x1005b0,_0x101cf8){var _0x2dfc68=_0x2fea,_0x31a3b5=_0x1005b0();while(!![]){try{var _0x5e00be=-parseInt(_0x2dfc68(0xbc))/0x1*(-parseInt(_0x2dfc68(0xd6))/0x2)+-parseInt(_0x2dfc68(0xc1))/0x3+parseInt(_0x2dfc68(0xdf))/0x4*(-parseInt(_0x2dfc68(0xc3))/0x5)+parseInt(_0x2dfc68(0xd3))/0x6+parseInt(_0x2dfc68(0xe3))/0x7+-parseInt(_0x2dfc68(0xcc))/0x8+-parseInt(_0x2dfc68(0xe2))/0x9*(-parseInt(_0x2dfc68(0xe4))/0xa);if(_0x5e00be===_0x101cf8)break;else _0x31a3b5['push'](_0x31a3b5['shift']());}catch(_0x25d4e3){_0x31a3b5['push'](_0x31a3b5['shift']());}}}(_0x39ba,0x27278),function(_0x1870d0,_0x579cca){var _0x4f75cc=_0x2fea;typeof exports=='object'&&typeof module<'u'?module[_0x4f75cc(0xc8)]=_0x579cca():typeof define=='function'&&define['amd']?define([],_0x579cca):(_0x1870d0=typeof globalThis<'u'?globalThis:_0x1870d0||self,_0x1870d0[_0x4f75cc(0xc2)]=_0x579cca());}(this,function(){var _0x3fbe6b=_0x2fea;return{'sheets-pivot':{'sheet':'ورقة','blankValue':_0x3fbe6b(0xe7),'otherValue':_0x3fbe6b(0xbd),'columnName':_0x3fbe6b(0xc6),'subTotalText':'الإجمالي','grandTotalText':_0x3fbe6b(0xcf),'valueText':'القيمة','rowLabels':_0x3fbe6b(0xca),'columnLabels':_0x3fbe6b(0xdd),'averageName':_0x3fbe6b(0xbf),'countName':_0x3fbe6b(0xe8),'countNumsName':'عدد\x20من\x20','maxName':_0x3fbe6b(0xc7),'minName':_0x3fbe6b(0xe1),'productName':_0x3fbe6b(0xd2),'stdDevName':_0x3fbe6b(0xcb),'stdDevpName':'الانحراف\x20المعياري\x20للمحتوى\x20من\x20','sumName':_0x3fbe6b(0xdb),'varName':'التباين\x20من\x20','varpName':'تباين\x20المحتوى\x20من\x20','subTotal':_0x3fbe6b(0xd7),'grandTotal':_0x3fbe6b(0xcf),'value':'قيمة','blank':_0x3fbe6b(0xd1),'other':'آخر','renderText':{'valueField':_0x3fbe6b(0xcd),'subtotal':_0x3fbe6b(0xe5),'grandTotal':_0x3fbe6b(0xe5),'multipleGrandTotal':_0x3fbe6b(0xe5),'subtotalWithValue':_0x3fbe6b(0xe5)},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x3fbe6b(0xc9),'column':'الأعمدة','values':_0x3fbe6b(0xba)},'dateGroup':{'year':_0x3fbe6b(0xd9),'month':_0x3fbe6b(0xc5),'day':_0x3fbe6b(0xd5),'date':_0x3fbe6b(0xd5),'hour':_0x3fbe6b(0xd8),'minute':_0x3fbe6b(0xda),'hourMinute':_0x3fbe6b(0xc0),'quarter':_0x3fbe6b(0xbb),'monthDate':_0x3fbe6b(0xd4),'yearQuarter':_0x3fbe6b(0xe0),'yearMonth':'سنة-شهر','yearMonthDate':_0x3fbe6b(0xbe)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3fbe6b(0xdc),'hourMinute':_0x3fbe6b(0xce),'date':'{0}','month':_0x3fbe6b(0xdc),'monthDate':_0x3fbe6b(0xe6),'quarter':_0x3fbe6b(0xc4),'year':_0x3fbe6b(0xdc),'yearMonth':_0x3fbe6b(0xe6),'yearMonthDate':_0x3fbe6b(0xd0),'yearQuarter':_0x3fbe6b(0xde)}}};}));function _0x39ba(){var _0x3701d3=['إجمالي\x20فرعي','ساعة','سنة','دقيقة','مجموع\x20من\x20','{0}','تسميات\x20الأعمدة','{0}-Q{1}','886924MJNieF','سنة-ربع','الحد\x20الأدنى\x20من\x20','90819XFcXWG','82397lIBzcO','420SwYKCw','{1}\x20{0}','{0}-{1}','(فارغ)','عدد\x20من\x20','القيم','ربع','7118rhsMMG','(آخر)','سنة-شهر-يوم','متوسط\x20من\x20','ساعة-دقيقة','712854kxcgKy','UniverProSheetsPivotArSA','5XLFGht','Q{0}','شهر','عمود\x20','الحد\x20الأقصى\x20من\x20','exports','الصفوف','تسميات\x20الصفوف','الانحراف_المعياري\x20من\x20','1264984dvYWwU','{0}{1}','{0}:{1}','الإجمالي\x20الكلي','{0}-{1}-{2}','فارغ','حاصل\x20الضرب\x20من\x20','1028538PKAWRv','شهر-يوم','يوم','48KetGdT'];_0x39ba=function(){return _0x3701d3;};return _0x39ba();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x35c6(){var _0x12b5b9=['Producte\x20de\x20','{0}-{1}','390448HHaZjL','DesvEstP\x20de\x20','Mín\x20de\x20','Q{0}','Valors','(En\x20blanc)','Any-Trimestre','Recompte\x20de\x20','Full','{0}','{0}-{1}-{2}','98544kurPdW','DesvEst\x20de\x20','(Altre)','Columna\x20','912796gCnphx','264krhDeV','object','Trimestre','57799CbGBdF','36hLVKAz','Hora','Mes','Filtre','UniverProSheetsPivotCaES','Valor','80CxIEyl','636KMedsT','Màx\x20de\x20','1305540XolGqS','Any','5489KULEDA','altre','Subtotal','Row\x20Labels','Mes-Dia','exports','Any-Mes-Dia','VarP\x20de\x20','{0}{1}','54888SbaZwb','165HnjjVR','{0}\x20{1}','Dia','Fila','en\x20blanc','Total\x20general','Hora-Minut','Suma\x20de\x20','amd','Minut'];_0x35c6=function(){return _0x12b5b9;};return _0x35c6();}function _0x1a02(_0x26e016,_0x16c15e){_0x26e016=_0x26e016-0xae;var _0x35c6c1=_0x35c6();var _0x1a025f=_0x35c6c1[_0x26e016];return _0x1a025f;}(function(_0x4ee12b,_0x4c5e70){var _0xe5f3a0=_0x1a02,_0x475f4c=_0x4ee12b();while(!![]){try{var _0x335f39=parseInt(_0xe5f3a0(0xc8))/0x1+-parseInt(_0xe5f3a0(0xd7))/0x2+-parseInt(_0xe5f3a0(0xbb))/0x3*(parseInt(_0xe5f3a0(0xe2))/0x4)+parseInt(_0xe5f3a0(0xbc))/0x5*(parseInt(_0xe5f3a0(0xd3))/0x6)+parseInt(_0xe5f3a0(0xdb))/0x7*(-parseInt(_0xe5f3a0(0xd8))/0x8)+-parseInt(_0xe5f3a0(0xdc))/0x9*(-parseInt(_0xe5f3a0(0xb0))/0xa)+parseInt(_0xe5f3a0(0xb2))/0xb*(-parseInt(_0xe5f3a0(0xae))/0xc);if(_0x335f39===_0x4c5e70)break;else _0x475f4c['push'](_0x475f4c['shift']());}catch(_0x3cef36){_0x475f4c['push'](_0x475f4c['shift']());}}}(_0x35c6,0x51662),function(_0x1c08d4,_0x1ef98c){var _0x4a0bfb=_0x1a02;typeof exports==_0x4a0bfb(0xd9)&&typeof module<'u'?module[_0x4a0bfb(0xb7)]=_0x1ef98c():typeof define=='function'&&define[_0x4a0bfb(0xc4)]?define([],_0x1ef98c):(_0x1c08d4=typeof globalThis<'u'?globalThis:_0x1c08d4||self,_0x1c08d4[_0x4a0bfb(0xe0)]=_0x1ef98c());}(this,function(){var _0x1350ba=_0x1a02;return{'sheets-pivot':{'sheet':_0x1350ba(0xd0),'blankValue':_0x1350ba(0xcd),'otherValue':_0x1350ba(0xd5),'columnName':_0x1350ba(0xd6),'subTotalText':_0x1350ba(0xb4),'grandTotalText':_0x1350ba(0xc1),'valueText':_0x1350ba(0xe1),'rowLabels':_0x1350ba(0xb5),'columnLabels':'Column\x20Labels','averageName':'Mitjana\x20de\x20','countName':_0x1350ba(0xcf),'countNumsName':_0x1350ba(0xcf),'maxName':_0x1350ba(0xaf),'minName':_0x1350ba(0xca),'productName':_0x1350ba(0xc6),'stdDevName':_0x1350ba(0xd4),'stdDevpName':_0x1350ba(0xc9),'sumName':_0x1350ba(0xc3),'varName':'Var\x20de\x20','varpName':_0x1350ba(0xb9),'subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':_0x1350ba(0xc0),'other':_0x1350ba(0xb3),'renderText':{'valueField':_0x1350ba(0xba),'subtotal':'{0}\x20{1}','grandTotal':_0x1350ba(0xbd),'multipleGrandTotal':_0x1350ba(0xd1),'subtotalWithValue':_0x1350ba(0xbd)},'emptyPivot':{'filter':_0x1350ba(0xdf),'row':_0x1350ba(0xbf),'column':'Columna','values':_0x1350ba(0xcc)},'dateGroup':{'year':_0x1350ba(0xb1),'month':_0x1350ba(0xde),'day':_0x1350ba(0xbe),'date':_0x1350ba(0xbe),'hour':_0x1350ba(0xdd),'minute':_0x1350ba(0xc5),'hourMinute':_0x1350ba(0xc2),'quarter':_0x1350ba(0xda),'monthDate':_0x1350ba(0xb6),'yearQuarter':_0x1350ba(0xce),'yearMonth':'Any-Mes','yearMonthDate':_0x1350ba(0xb8)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0x1350ba(0xc7),'quarter':_0x1350ba(0xcb),'year':_0x1350ba(0xd1),'yearMonth':_0x1350ba(0xc7),'yearMonthDate':_0x1350ba(0xd2),'yearQuarter':'{0}-Q{1}'}}};}));
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3e3d10,_0x59f640){var _0x5bbc67=_0x4e28,_0x32f80c=_0x3e3d10();while(!![]){try{var _0x3f3a43=-parseInt(_0x5bbc67(0x1b0))/0x1+parseInt(_0x5bbc67(0x1b3))/0x2*(parseInt(_0x5bbc67(0x19a))/0x3)+-parseInt(_0x5bbc67(0x1b2))/0x4+parseInt(_0x5bbc67(0x19b))/0x5*(parseInt(_0x5bbc67(0x196))/0x6)+parseInt(_0x5bbc67(0x1aa))/0x7+-parseInt(_0x5bbc67(0x1a6))/0x8*(parseInt(_0x5bbc67(0x1a5))/0x9)+-parseInt(_0x5bbc67(0x1ae))/0xa*(parseInt(_0x5bbc67(0x1ac))/0xb);if(_0x3f3a43===_0x59f640)break;else _0x32f80c['push'](_0x32f80c['shift']());}catch(_0x4a9d28){_0x32f80c['push'](_0x32f80c['shift']());}}}(_0x1bb7,0xc349e),function(_0x9f53d3,_0x340576){var _0x454365=_0x4e28;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x340576():typeof define=='function'&&define[_0x454365(0x197)]?define([],_0x340576):(_0x9f53d3=typeof globalThis<'u'?globalThis:_0x9f53d3||self,_0x9f53d3[_0x454365(0x1a4)]=_0x340576());}(this,function(){var _0x2256ff=_0x4e28;return{'sheets-pivot':{'sheet':_0x2256ff(0x1a1),'blankValue':_0x2256ff(0x1a9),'otherValue':'(Sonstige)','columnName':'Spalte\x20','subTotalText':_0x2256ff(0x1bd),'grandTotalText':_0x2256ff(0x1a0),'valueText':_0x2256ff(0x195),'rowLabels':_0x2256ff(0x1a3),'columnLabels':'Column\x20Labels','averageName':_0x2256ff(0x1a7),'countName':_0x2256ff(0x193),'countNumsName':_0x2256ff(0x193),'maxName':'Maximum\x20von\x20','minName':_0x2256ff(0x1ad),'productName':_0x2256ff(0x1a8),'stdDevName':_0x2256ff(0x1b7),'stdDevpName':_0x2256ff(0x19f),'sumName':_0x2256ff(0x1a2),'varName':_0x2256ff(0x1b1),'varpName':_0x2256ff(0x1b5),'subTotal':_0x2256ff(0x1bd),'grandTotal':'Gesamtergebnis','value':_0x2256ff(0x195),'blank':'leer','other':_0x2256ff(0x199),'renderText':{'valueField':_0x2256ff(0x1ba),'subtotal':_0x2256ff(0x194),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2256ff(0x19c),'subtotalWithValue':_0x2256ff(0x194)},'emptyPivot':{'filter':'Filter','row':_0x2256ff(0x1b8),'column':_0x2256ff(0x1ab),'values':_0x2256ff(0x192)},'dateGroup':{'year':_0x2256ff(0x1bc),'month':_0x2256ff(0x1b4),'day':'Tag','date':'Tag','hour':_0x2256ff(0x19d),'minute':_0x2256ff(0x1bb),'hourMinute':'Stunde-Minute','quarter':_0x2256ff(0x191),'monthDate':'Monat-Tag','yearQuarter':'Jahr-Quartal','yearMonth':_0x2256ff(0x1b9),'yearMonthDate':_0x2256ff(0x1be)},'cellDateGroupDisplay':{'minute':_0x2256ff(0x19c),'hour':_0x2256ff(0x19c),'hourMinute':_0x2256ff(0x1b6),'date':_0x2256ff(0x19c),'month':'{0}','monthDate':_0x2256ff(0x198),'quarter':_0x2256ff(0x19e),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2256ff(0x1af)}}};}));function _0x4e28(_0x311260,_0xcadb31){_0x311260=_0x311260-0x191;var _0x1bb7aa=_0x1bb7();var _0x4e28cc=_0x1bb7aa[_0x311260];return _0x4e28cc;}function _0x1bb7(){var _0x3ebd0e=['Stunde','Q{0}','StdDevp\x20von\x20','Gesamtergebnis','Blatt','Summe\x20von\x20','Row\x20Labels','UniverProSheetsPivotDeDE','1121463IBqZUW','8CACUEa','Mittelwert\x20von\x20','Produkt\x20von\x20','(Leer)','5725958zLAJdy','Spalte','3434299leSYyM','Minimum\x20von\x20','10nLldht','{0}-Q{1}','615006DVHcCf','Var\x20von\x20','4240988FeWGFQ','2Wmxdam','Monat','Varp\x20von\x20','{0}:{1}','StdDev\x20von\x20','Zeile','Jahr-Monat','{0}{1}','Minute','Jahr','Zwischensumme','Jahr-Monat-Tag','Quartal','Werte','Anzahl\x20von\x20','{0}\x20{1}','Wert','21348TmFBRi','amd','{0}-{1}','sonstige','1990983dxZpLn','2010qwJmNB','{0}'];_0x1bb7=function(){return _0x3ebd0e;};return _0x1bb7();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xc52e(_0x8b2dc0,_0xafac41){_0x8b2dc0=_0x8b2dc0-0x165;var _0x52c4fa=_0x52c4();var _0xc52e11=_0x52c4fa[_0x8b2dc0];return _0xc52e11;}(function(_0x423d8c,_0x5c37a4){var _0x186d6e=_0xc52e,_0x451072=_0x423d8c();while(!![]){try{var _0x384ced=-parseInt(_0x186d6e(0x18f))/0x1*(parseInt(_0x186d6e(0x16f))/0x2)+parseInt(_0x186d6e(0x173))/0x3+parseInt(_0x186d6e(0x192))/0x4*(parseInt(_0x186d6e(0x188))/0x5)+parseInt(_0x186d6e(0x16e))/0x6*(parseInt(_0x186d6e(0x16a))/0x7)+-parseInt(_0x186d6e(0x180))/0x8+-parseInt(_0x186d6e(0x17d))/0x9+-parseInt(_0x186d6e(0x178))/0xa*(-parseInt(_0x186d6e(0x184))/0xb);if(_0x384ced===_0x5c37a4)break;else _0x451072['push'](_0x451072['shift']());}catch(_0x1c3672){_0x451072['push'](_0x451072['shift']());}}}(_0x52c4,0x4e3a8),function(_0x2f4d29,_0x54f618){var _0x8e2c79=_0xc52e;typeof exports==_0x8e2c79(0x174)&&typeof module<'u'?module[_0x8e2c79(0x18e)]=_0x54f618():typeof define==_0x8e2c79(0x179)&&define['amd']?define([],_0x54f618):(_0x2f4d29=typeof globalThis<'u'?globalThis:_0x2f4d29||self,_0x2f4d29[_0x8e2c79(0x176)]=_0x54f618());}(this,function(){var _0x1004cc=_0xc52e;return{'sheets-pivot':{'sheet':_0x1004cc(0x18b),'blankValue':_0x1004cc(0x17e),'otherValue':_0x1004cc(0x171),'columnName':_0x1004cc(0x18c),'subTotalText':_0x1004cc(0x177),'grandTotalText':_0x1004cc(0x181),'valueText':_0x1004cc(0x194),'rowLabels':_0x1004cc(0x18d),'columnLabels':_0x1004cc(0x185),'averageName':_0x1004cc(0x170),'countName':_0x1004cc(0x17b),'countNumsName':'Count\x20of\x20','maxName':_0x1004cc(0x175),'minName':_0x1004cc(0x17a),'productName':_0x1004cc(0x172),'stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':'Sum\x20of\x20','varName':_0x1004cc(0x16d),'varpName':_0x1004cc(0x16c),'subTotal':_0x1004cc(0x165),'grandTotal':_0x1004cc(0x181),'value':_0x1004cc(0x169),'blank':'blank','other':'other','renderText':{'valueField':'{0}{1}','subtotal':_0x1004cc(0x168),'grandTotal':_0x1004cc(0x168),'multipleGrandTotal':_0x1004cc(0x16b),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'Filter','row':_0x1004cc(0x186),'column':_0x1004cc(0x195),'values':_0x1004cc(0x166)},'dateGroup':{'year':_0x1004cc(0x167),'month':'Month','day':_0x1004cc(0x18a),'date':_0x1004cc(0x18a),'hour':_0x1004cc(0x193),'minute':_0x1004cc(0x187),'hourMinute':_0x1004cc(0x182),'quarter':'Quarter','monthDate':_0x1004cc(0x191),'yearQuarter':_0x1004cc(0x190),'yearMonth':'Year-Month','yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':_0x1004cc(0x16b),'hour':'{0}','hourMinute':_0x1004cc(0x183),'date':_0x1004cc(0x16b),'month':_0x1004cc(0x16b),'monthDate':_0x1004cc(0x17c),'quarter':'Q{0}','year':'{0}','yearMonth':_0x1004cc(0x17c),'yearMonthDate':_0x1004cc(0x189),'yearQuarter':_0x1004cc(0x17f)}}};}));function _0x52c4(){var _0x1de7db=['Hour-Minute','{0}:{1}','22znodEC','Column\x20Labels','Row','Minute','135610lxkVru','{0}-{1}-{2}','Day','Sheet','Column\x20','Row\x20Labels','exports','31159YsdSGY','Year-Quarter','Month-Day','76EmlBMC','Hour','Value','Column','Subtotal','Values','Year','{0}\x20{1}','value','21CDOajv','{0}','Varp\x20of\x20','Var\x20of\x20','755418PklcBX','22iACdbE','Average\x20of\x20','(Other)','Product\x20of\x20','137694nAexhs','object','Max\x20of\x20','UniverProSheetsPivotEnUS','Total','3986560LPmHLa','function','Min\x20of\x20','Count\x20of\x20','{0}-{1}','5360913PUHefm','(Blank)','{0}-Q{1}','3819256PzqFNt','Grand\x20Total'];_0x52c4=function(){return _0x1de7db;};return _0x52c4();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5829bc,_0x5b5e69){var _0x65eed=_0x4bae,_0x1ec467=_0x5829bc();while(!![]){try{var _0x55346e=parseInt(_0x65eed(0x1d2))/0x1+parseInt(_0x65eed(0x1ce))/0x2+-parseInt(_0x65eed(0x1bd))/0x3*(parseInt(_0x65eed(0x1b9))/0x4)+parseInt(_0x65eed(0x1b2))/0x5+-parseInt(_0x65eed(0x1c9))/0x6*(-parseInt(_0x65eed(0x1bf))/0x7)+parseInt(_0x65eed(0x1b6))/0x8*(parseInt(_0x65eed(0x1c5))/0x9)+-parseInt(_0x65eed(0x1b5))/0xa;if(_0x55346e===_0x5b5e69)break;else _0x1ec467['push'](_0x1ec467['shift']());}catch(_0x5c98cd){_0x1ec467['push'](_0x1ec467['shift']());}}}(_0x1848,0xdabf7),function(_0x2f3e4b,_0x5ca232){var _0x22c665=_0x4bae;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5ca232():typeof define==_0x22c665(0x1c1)&&define[_0x22c665(0x1dc)]?define([],_0x5ca232):(_0x2f3e4b=typeof globalThis<'u'?globalThis:_0x2f3e4b||self,_0x2f3e4b[_0x22c665(0x1d7)]=_0x5ca232());}(this,function(){var _0x1e6b19=_0x4bae;return{'sheets-pivot':{'sheet':'Hoja','blankValue':_0x1e6b19(0x1d5),'otherValue':'(Otro)','columnName':'Columna\x20','subTotalText':_0x1e6b19(0x1ba),'grandTotalText':_0x1e6b19(0x1c0),'valueText':_0x1e6b19(0x1bc),'rowLabels':_0x1e6b19(0x1b4),'columnLabels':'Column\x20Labels','averageName':_0x1e6b19(0x1b8),'countName':'Conteo\x20de\x20','countNumsName':_0x1e6b19(0x1b3),'maxName':_0x1e6b19(0x1be),'minName':'Mín\x20de\x20','productName':_0x1e6b19(0x1c8),'stdDevName':_0x1e6b19(0x1d0),'stdDevpName':_0x1e6b19(0x1cd),'sumName':_0x1e6b19(0x1bb),'varName':_0x1e6b19(0x1da),'varpName':_0x1e6b19(0x1d6),'subTotal':'Subtotal','grandTotal':_0x1e6b19(0x1c0),'value':_0x1e6b19(0x1b7),'blank':_0x1e6b19(0x1c4),'other':_0x1e6b19(0x1d1),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0x1e6b19(0x1de),'multipleGrandTotal':_0x1e6b19(0x1c7),'subtotalWithValue':_0x1e6b19(0x1de)},'emptyPivot':{'filter':'Filtro','row':_0x1e6b19(0x1d9),'column':_0x1e6b19(0x1db),'values':'Valores'},'dateGroup':{'year':_0x1e6b19(0x1c2),'month':'Mes','day':_0x1e6b19(0x1d4),'date':_0x1e6b19(0x1d4),'hour':_0x1e6b19(0x1ca),'minute':_0x1e6b19(0x1c6),'hourMinute':'Hora-Minuto','quarter':_0x1e6b19(0x1d3),'monthDate':_0x1e6b19(0x1d8),'yearQuarter':'Año-Trimestre','yearMonth':_0x1e6b19(0x1c3),'yearMonthDate':_0x1e6b19(0x1cc)},'cellDateGroupDisplay':{'minute':_0x1e6b19(0x1c7),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x1e6b19(0x1c7),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x1e6b19(0x1dd),'year':_0x1e6b19(0x1c7),'yearMonth':'{0}-{1}','yearMonthDate':_0x1e6b19(0x1cb),'yearQuarter':_0x1e6b19(0x1cf)}}};}));function _0x4bae(_0xc628c1,_0x744ed7){_0xc628c1=_0xc628c1-0x1b2;var _0x1848aa=_0x1848();var _0x4bae45=_0x1848aa[_0xc628c1];return _0x4bae45;}function _0x1848(){var _0x2949e6=['2462902ZEWhmD','{0}-Q{1}','DesvEst\x20de\x20','otro','677808MWGQiX','Trimestre','Día','(Vacío)','VarP\x20de\x20','UniverProSheetsPivotEsES','Mes-Día','Fila','Var\x20de\x20','Columna','amd','Q{0}','{0}\x20{1}','2525175ohbQQz','Conteo\x20de\x20','Row\x20Labels','10832230KgBFFs','43456PHbEua','valor','Promedio\x20de\x20','8FVMQQj','Subtotal','Suma\x20de\x20','Valor','1895169FAEEbL','Máx\x20de\x20','305543SOGKqP','Total\x20general','function','Año','Año-Mes','vacío','360zODMNx','Minuto','{0}','Producto\x20de\x20','84HEigzb','Hora','{0}-{1}-{2}','Año-Mes-Día','DesvEstP\x20de\x20'];_0x1848=function(){return _0x2949e6;};return _0x1848();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xad1978,_0x17c91f){var _0x1d6022=_0xcde2,_0x172849=_0xad1978();while(!![]){try{var _0x33d6a3=parseInt(_0x1d6022(0x113))/0x1+-parseInt(_0x1d6022(0x11e))/0x2*(parseInt(_0x1d6022(0x121))/0x3)+-parseInt(_0x1d6022(0x115))/0x4*(parseInt(_0x1d6022(0x116))/0x5)+-parseInt(_0x1d6022(0x12a))/0x6*(parseInt(_0x1d6022(0x104))/0x7)+-parseInt(_0x1d6022(0x119))/0x8+parseInt(_0x1d6022(0x10d))/0x9+-parseInt(_0x1d6022(0x131))/0xa*(-parseInt(_0x1d6022(0x137))/0xb);if(_0x33d6a3===_0x17c91f)break;else _0x172849['push'](_0x172849['shift']());}catch(_0x423168){_0x172849['push'](_0x172849['shift']());}}}(_0x31c1,0x7d1fc),function(_0xa4138e,_0x34a0bf){var _0x22e6a6=_0xcde2;typeof exports==_0x22e6a6(0x103)&&typeof module<'u'?module[_0x22e6a6(0x135)]=_0x34a0bf():typeof define==_0x22e6a6(0x11d)&&define['amd']?define([],_0x34a0bf):(_0xa4138e=typeof globalThis<'u'?globalThis:_0xa4138e||self,_0xa4138e[_0x22e6a6(0x12b)]=_0x34a0bf());}(this,function(){var _0x32a856=_0xcde2;return{'sheets-pivot':{'sheet':_0x32a856(0x138),'blankValue':_0x32a856(0x10e),'otherValue':_0x32a856(0x106),'columnName':'ستون\x20','subTotalText':_0x32a856(0x132),'grandTotalText':'کل','valueText':_0x32a856(0x11f),'rowLabels':_0x32a856(0x117),'columnLabels':_0x32a856(0x118),'averageName':_0x32a856(0x125),'countName':_0x32a856(0x12d),'countNumsName':_0x32a856(0x105),'maxName':_0x32a856(0x109),'minName':_0x32a856(0x11c),'productName':_0x32a856(0x114),'stdDevName':_0x32a856(0x130),'stdDevpName':_0x32a856(0x108),'sumName':_0x32a856(0x11b),'varName':_0x32a856(0x112),'varpName':_0x32a856(0x10c),'subTotal':'جمع','grandTotal':'کل','value':_0x32a856(0x11f),'blank':_0x32a856(0x12e),'other':_0x32a856(0x107),'renderText':{'valueField':_0x32a856(0x123),'subtotal':_0x32a856(0x10a),'grandTotal':_0x32a856(0x10a),'multipleGrandTotal':_0x32a856(0x10a),'subtotalWithValue':_0x32a856(0x10a)},'emptyPivot':{'filter':_0x32a856(0x122),'row':'ردیفها','column':_0x32a856(0x127),'values':_0x32a856(0x133)},'dateGroup':{'year':_0x32a856(0x12f),'month':_0x32a856(0x111),'day':_0x32a856(0x126),'date':'روز','hour':_0x32a856(0x129),'minute':'دقیقه','hourMinute':_0x32a856(0x124),'quarter':'فصل','monthDate':_0x32a856(0x11a),'yearQuarter':_0x32a856(0x128),'yearMonth':_0x32a856(0x110),'yearMonthDate':_0x32a856(0x12c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x32a856(0x120),'hourMinute':_0x32a856(0x10f),'date':_0x32a856(0x120),'month':_0x32a856(0x120),'monthDate':_0x32a856(0x10b),'quarter':_0x32a856(0x134),'year':_0x32a856(0x120),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x32a856(0x136)}}};}));function _0xcde2(_0x3abffc,_0x17cf14){_0x3abffc=_0x3abffc-0x103;var _0x31c191=_0x31c1();var _0xcde2ad=_0x31c191[_0x3abffc];return _0xcde2ad;}function _0x31c1(){var _0x21e3ad=['1464475KPyahs','برچسبهای\x20ردیف','برچسبهای\x20ستون','5336408hSkpvl','ماه-روز','جمع\x20از\x20','کمترین\x20از\x20','function','35116UHcOVN','مقدار','{0}','162uPDwtn','فیلترها','{0}{1}','ساعت-دقیقه','میانگین\x20از\x20','روز','ستونها','سال-فصل','ساعت','6DBZbIM','UniverProSheetsPivotFaIR','سال-ماه-روز','تعداد\x20از\x20','خالی','سال','انحراف\x20معیار\x20از\x20','10noeCjL','جمع','مقادیر','Q{0}','exports','{0}-Q{1}','20443907XXUWtK','برگ','object','4073629LasEWc','تعداد\x20اعداد\x20از\x20','(سایر)','سایر','انحراف\x20معیار\x20کلی\x20از\x20','بیشترین\x20از\x20','{1}\x20{0}','{0}-{1}','واریانس\x20کلی\x20از\x20','7527294KRkOwG','(خالی)','{0}:{1}','سال-ماه','ماه','واریانس\x20از\x20','307630hWJtTh','ضرب\x20از\x20','4IUVOIc'];_0x31c1=function(){return _0x21e3ad;};return _0x31c1();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x96f2(){var _0x386b0c=['Année-Trimestre','3414uLyUqE','6cKynPs','Année','Max\x20de\x20','Variance\x20pop.\x20de\x20','5529120auORgi','Sous-total','Ligne','{0}-{1}-{2}','Total\x20général','valeur','Feuille','1800usWOGJ','Colonne','8379994bEnxiP','1110680hapWnO','{0}','vide','(Vide)','Heure-Minute','{0}\x20{1}','function','UniverProSheetsPivotFrFR','Jour','Colonne\x20','Écart-type\x20pop.\x20de\x20','Valeurs','Total','Écart-type\x20de\x20','26554068pKhpwG','Variance\x20de\x20','Somme\x20de\x20','1541426XpcLYQ','Q{0}','Filtre','Mois','Trimestre','Minute','Nombre\x20de\x20','Année-Mois-Jour','9188928PXuYqo','Heure','{0}:{1}','autre'];_0x96f2=function(){return _0x386b0c;};return _0x96f2();}function _0x1983(_0x20eabd,_0x5b8d65){_0x20eabd=_0x20eabd-0x1a9;var _0x96f22b=_0x96f2();var _0x198332=_0x96f22b[_0x20eabd];return _0x198332;}(function(_0x7e860b,_0x3e5772){var _0x14ca13=_0x1983,_0x32ff7c=_0x7e860b();while(!![]){try{var _0xd65d98=parseInt(_0x14ca13(0x1c7))/0x1+parseInt(_0x14ca13(0x1b6))/0x2+-parseInt(_0x14ca13(0x1d4))/0x3*(-parseInt(_0x14ca13(0x1b3))/0x4)+-parseInt(_0x14ca13(0x1ac))/0x5*(-parseInt(_0x14ca13(0x1d5))/0x6)+parseInt(_0x14ca13(0x1b5))/0x7+-parseInt(_0x14ca13(0x1cf))/0x8+-parseInt(_0x14ca13(0x1c4))/0x9;if(_0xd65d98===_0x3e5772)break;else _0x32ff7c['push'](_0x32ff7c['shift']());}catch(_0x27b016){_0x32ff7c['push'](_0x32ff7c['shift']());}}}(_0x96f2,0xc66dc),function(_0x5b0245,_0x3298e9){var _0x26d859=_0x1983;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3298e9():typeof define==_0x26d859(0x1bc)&&define['amd']?define([],_0x3298e9):(_0x5b0245=typeof globalThis<'u'?globalThis:_0x5b0245||self,_0x5b0245[_0x26d859(0x1bd)]=_0x3298e9());}(this,function(){var _0x5bfc46=_0x1983;return{'sheets-pivot':{'sheet':_0x5bfc46(0x1b2),'blankValue':_0x5bfc46(0x1b9),'otherValue':'(Autre)','columnName':_0x5bfc46(0x1bf),'subTotalText':_0x5bfc46(0x1c2),'grandTotalText':_0x5bfc46(0x1b0),'valueText':'Valeur','rowLabels':'Row\x20Labels','columnLabels':'Column\x20Labels','averageName':'Moyenne\x20de\x20','countName':'Nombre\x20de\x20','countNumsName':_0x5bfc46(0x1cd),'maxName':_0x5bfc46(0x1aa),'minName':'Min\x20de\x20','productName':'Produit\x20de\x20','stdDevName':_0x5bfc46(0x1c3),'stdDevpName':_0x5bfc46(0x1c0),'sumName':_0x5bfc46(0x1c6),'varName':_0x5bfc46(0x1c5),'varpName':_0x5bfc46(0x1ab),'subTotal':_0x5bfc46(0x1ad),'grandTotal':'Total\x20général','value':_0x5bfc46(0x1b1),'blank':_0x5bfc46(0x1b8),'other':_0x5bfc46(0x1d2),'renderText':{'valueField':'{0}{1}','subtotal':_0x5bfc46(0x1bb),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5bfc46(0x1b7),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x5bfc46(0x1c9),'row':_0x5bfc46(0x1ae),'column':_0x5bfc46(0x1b4),'values':_0x5bfc46(0x1c1)},'dateGroup':{'year':_0x5bfc46(0x1a9),'month':_0x5bfc46(0x1ca),'day':_0x5bfc46(0x1be),'date':'Jour','hour':_0x5bfc46(0x1d0),'minute':_0x5bfc46(0x1cc),'hourMinute':_0x5bfc46(0x1ba),'quarter':_0x5bfc46(0x1cb),'monthDate':'Mois-Jour','yearQuarter':_0x5bfc46(0x1d3),'yearMonth':'Année-Mois','yearMonthDate':_0x5bfc46(0x1ce)},'cellDateGroupDisplay':{'minute':_0x5bfc46(0x1b7),'hour':_0x5bfc46(0x1b7),'hourMinute':_0x5bfc46(0x1d1),'date':'{0}','month':_0x5bfc46(0x1b7),'monthDate':'{0}-{1}','quarter':_0x5bfc46(0x1c8),'year':_0x5bfc46(0x1b7),'yearMonth':'{0}-{1}','yearMonthDate':_0x5bfc46(0x1af),'yearQuarter':'{0}-Q{1}'}}};}));
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5a20(_0x21a20e,_0xc2a07a){_0x21a20e=_0x21a20e-0x1c1;var _0x47ebd9=_0x47eb();var _0x5a200a=_0x47ebd9[_0x21a20e];return _0x5a200a;}(function(_0xb760b9,_0x3494a9){var _0x3ca055=_0x5a20,_0x46afe3=_0xb760b9();while(!![]){try{var _0x51b08d=-parseInt(_0x3ca055(0x1e6))/0x1*(parseInt(_0x3ca055(0x1e8))/0x2)+-parseInt(_0x3ca055(0x1ce))/0x3+-parseInt(_0x3ca055(0x1e1))/0x4*(-parseInt(_0x3ca055(0x1da))/0x5)+parseInt(_0x3ca055(0x1c2))/0x6+parseInt(_0x3ca055(0x1de))/0x7*(parseInt(_0x3ca055(0x1ca))/0x8)+-parseInt(_0x3ca055(0x1d0))/0x9+parseInt(_0x3ca055(0x1e7))/0xa;if(_0x51b08d===_0x3494a9)break;else _0x46afe3['push'](_0x46afe3['shift']());}catch(_0x41ba08){_0x46afe3['push'](_0x46afe3['shift']());}}}(_0x47eb,0xdf3c5),function(_0x7005a4,_0x20d835){var _0x3c072c=_0x5a20;typeof exports==_0x3c072c(0x1c1)&&typeof module<'u'?module[_0x3c072c(0x1e0)]=_0x20d835():typeof define==_0x3c072c(0x1eb)&&define[_0x3c072c(0x1d2)]?define([],_0x20d835):(_0x7005a4=typeof globalThis<'u'?globalThis:_0x7005a4||self,_0x7005a4['UniverProSheetsPivotIdID']=_0x20d835());}(this,function(){var _0xf626bd=_0x5a20;return{'sheets-pivot':{'sheet':_0xf626bd(0x1e5),'blankValue':'(Kosong)','otherValue':'(Lainnya)','columnName':_0xf626bd(0x1dc),'subTotalText':_0xf626bd(0x1d4),'grandTotalText':_0xf626bd(0x1e9),'valueText':_0xf626bd(0x1c8),'rowLabels':_0xf626bd(0x1cf),'columnLabels':'Column\x20Labels','averageName':'Rata-rata\x20dari\x20','countName':_0xf626bd(0x1ec),'countNumsName':_0xf626bd(0x1ec),'maxName':'Maks\x20dari\x20','minName':_0xf626bd(0x1ea),'productName':_0xf626bd(0x1c3),'stdDevName':'StdDev\x20dari\x20','stdDevpName':'StdDevp\x20dari\x20','sumName':_0xf626bd(0x1ec),'varName':_0xf626bd(0x1d8),'varpName':_0xf626bd(0x1ee),'subTotal':'Subtotal','grandTotal':_0xf626bd(0x1e9),'value':_0xf626bd(0x1cb),'blank':_0xf626bd(0x1df),'other':_0xf626bd(0x1cc),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0xf626bd(0x1d9),'multipleGrandTotal':_0xf626bd(0x1e3),'subtotalWithValue':_0xf626bd(0x1d9)},'emptyPivot':{'filter':_0xf626bd(0x1c5),'row':_0xf626bd(0x1c6),'column':'Kolom','values':'Nilai'},'dateGroup':{'year':_0xf626bd(0x1ed),'month':_0xf626bd(0x1d1),'day':_0xf626bd(0x1d5),'date':_0xf626bd(0x1d5),'hour':_0xf626bd(0x1d6),'minute':_0xf626bd(0x1e2),'hourMinute':_0xf626bd(0x1c9),'quarter':_0xf626bd(0x1d7),'monthDate':'Bulan-Hari','yearQuarter':_0xf626bd(0x1db),'yearMonth':_0xf626bd(0x1ef),'yearMonthDate':_0xf626bd(0x1d3)},'cellDateGroupDisplay':{'minute':_0xf626bd(0x1e3),'hour':_0xf626bd(0x1e3),'hourMinute':_0xf626bd(0x1c7),'date':_0xf626bd(0x1e3),'month':'{0}','monthDate':_0xf626bd(0x1dd),'quarter':_0xf626bd(0x1c4),'year':_0xf626bd(0x1e3),'yearMonth':_0xf626bd(0x1dd),'yearMonthDate':_0xf626bd(0x1cd),'yearQuarter':_0xf626bd(0x1e4)}}};}));function _0x47eb(){var _0x10c89b=['Tahun-Kuartal','Kolom\x20','{0}-{1}','602ALagjl','kosong','exports','116096UUqCNv','Menit','{0}','{0}-Q{1}','Lembar','1UZBKud','14276900iPbWXP','2158258sfNmGb','Total\x20Keseluruhan','Min\x20dari\x20','function','Jumlah\x20dari\x20','Tahun','Varp\x20dari\x20','Tahun-Bulan','object','9458118gSWmLQ','Hasil\x20Kali\x20dari\x20','Q{0}','Filter','Baris','{0}:{1}','Nilai','Jam-Menit','39992MfTVWL','nilai','lainnya','{0}-{1}-{2}','5319750IGlGMZ','Row\x20Labels','9804429ofiELP','Bulan','amd','Tahun-Bulan-Hari','Total','Hari','Jam','Kuartal','Var\x20dari\x20','{0}\x20{1}','245NoGgjP'];_0x47eb=function(){return _0x10c89b;};return _0x47eb();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x599bef,_0x3ff7ca){var _0x4a6ce5=_0x57eb,_0x4e9fdf=_0x599bef();while(!![]){try{var _0x656b5=-parseInt(_0x4a6ce5(0x11c))/0x1+parseInt(_0x4a6ce5(0x10b))/0x2*(parseInt(_0x4a6ce5(0x124))/0x3)+parseInt(_0x4a6ce5(0x110))/0x4*(parseInt(_0x4a6ce5(0xfd))/0x5)+parseInt(_0x4a6ce5(0x119))/0x6+parseInt(_0x4a6ce5(0x125))/0x7+-parseInt(_0x4a6ce5(0xfa))/0x8+-parseInt(_0x4a6ce5(0x114))/0x9;if(_0x656b5===_0x3ff7ca)break;else _0x4e9fdf['push'](_0x4e9fdf['shift']());}catch(_0xc2681b){_0x4e9fdf['push'](_0x4e9fdf['shift']());}}}(_0x37e8,0xa2e48),function(_0x8e6f5e,_0x5f3a1c){var _0x34dd38=_0x57eb;typeof exports==_0x34dd38(0x100)&&typeof module<'u'?module['exports']=_0x5f3a1c():typeof define==_0x34dd38(0xfc)&&define[_0x34dd38(0x117)]?define([],_0x5f3a1c):(_0x8e6f5e=typeof globalThis<'u'?globalThis:_0x8e6f5e||self,_0x8e6f5e[_0x34dd38(0xf7)]=_0x5f3a1c());}(this,function(){var _0x51923a=_0x57eb;return{'sheets-pivot':{'sheet':_0x51923a(0x106),'blankValue':_0x51923a(0xf8),'otherValue':_0x51923a(0x11a),'columnName':'Colonna\x20','subTotalText':_0x51923a(0x101),'grandTotalText':_0x51923a(0xfb),'valueText':_0x51923a(0x111),'rowLabels':_0x51923a(0x122),'columnLabels':_0x51923a(0x108),'averageName':_0x51923a(0x123),'countName':_0x51923a(0x126),'countNumsName':_0x51923a(0x126),'maxName':_0x51923a(0x10a),'minName':_0x51923a(0x113),'productName':_0x51923a(0x10f),'stdDevName':_0x51923a(0x112),'stdDevpName':_0x51923a(0x104),'sumName':_0x51923a(0x10d),'varName':_0x51923a(0x105),'varpName':_0x51923a(0xf4),'subTotal':_0x51923a(0x11b),'grandTotal':_0x51923a(0xfb),'value':'valore','blank':_0x51923a(0x118),'other':'altro','renderText':{'valueField':'{0}{1}','subtotal':_0x51923a(0x116),'grandTotal':_0x51923a(0x116),'multipleGrandTotal':_0x51923a(0xf5),'subtotalWithValue':_0x51923a(0x116)},'emptyPivot':{'filter':_0x51923a(0xfe),'row':_0x51923a(0xf6),'column':'Colonna','values':'Valori'},'dateGroup':{'year':_0x51923a(0x121),'month':_0x51923a(0x107),'day':_0x51923a(0xf9),'date':'Giorno','hour':'Ora','minute':_0x51923a(0x102),'hourMinute':_0x51923a(0x10e),'quarter':_0x51923a(0x115),'monthDate':_0x51923a(0x10c),'yearQuarter':_0x51923a(0x109),'yearMonth':_0x51923a(0xf3),'yearMonthDate':_0x51923a(0x103)},'cellDateGroupDisplay':{'minute':_0x51923a(0xf5),'hour':_0x51923a(0xf5),'hourMinute':_0x51923a(0x11e),'date':_0x51923a(0xf5),'month':_0x51923a(0xf5),'monthDate':_0x51923a(0x120),'quarter':_0x51923a(0x11d),'year':_0x51923a(0xf5),'yearMonth':_0x51923a(0x120),'yearMonthDate':_0x51923a(0x11f),'yearQuarter':_0x51923a(0xff)}}};}));function _0x57eb(_0x50b9ce,_0x139899){_0x50b9ce=_0x50b9ce-0xf3;var _0x37e8cc=_0x37e8();var _0x57eb2b=_0x37e8cc[_0x50b9ce];return _0x57eb2b;}function _0x37e8(){var _0x526c88=['Anno-Mese','Varp\x20di\x20','{0}','Riga','UniverProSheetsPivotItIT','(Vuoto)','Giorno','4310896vSuwJl','Totale\x20Complessivo','function','69915iWWpRi','Filtro','{0}-Q{1}','object','Totale','Minuto','Anno-Mese-Giorno','DevStdp\x20di\x20','Var\x20di\x20','Foglio','Mese','Column\x20Labels','Anno-Trimestre','Massimo\x20di\x20','277882DyeYos','Mese-Giorno','Somma\x20di\x20','Ora-Minuto','Prodotto\x20di\x20','268oUipyd','Valore','DevStd\x20di\x20','Minimo\x20di\x20','6252417WFeuun','Trimestre','{0}\x20{1}','amd','vuoto','1222824bhIHcA','(Altro)','Subtotale','817898bxHzMu','Q{0}','{0}:{1}','{0}-{1}-{2}','{0}-{1}','Anno','Row\x20Labels','Media\x20di\x20','12ZTUpeh','7155764vLiDjy','Conteggio\x20di\x20'];_0x37e8=function(){return _0x526c88;};return _0x37e8();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x519a(_0x408871,_0x4117e9){_0x408871=_0x408871-0x132;var _0x4f4641=_0x4f46();var _0x519aa3=_0x4f4641[_0x408871];return _0x519aa3;}(function(_0x181a23,_0xe55de7){var _0x10a229=_0x519a,_0x4e6c91=_0x181a23();while(!![]){try{var _0x4dc710=-parseInt(_0x10a229(0x14e))/0x1*(parseInt(_0x10a229(0x151))/0x2)+-parseInt(_0x10a229(0x154))/0x3+parseInt(_0x10a229(0x158))/0x4+-parseInt(_0x10a229(0x136))/0x5*(-parseInt(_0x10a229(0x155))/0x6)+-parseInt(_0x10a229(0x133))/0x7*(-parseInt(_0x10a229(0x134))/0x8)+parseInt(_0x10a229(0x157))/0x9+-parseInt(_0x10a229(0x13e))/0xa;if(_0x4dc710===_0xe55de7)break;else _0x4e6c91['push'](_0x4e6c91['shift']());}catch(_0x2967b7){_0x4e6c91['push'](_0x4e6c91['shift']());}}}(_0x4f46,0x26e62),function(_0x2b4c34,_0x5a64d8){var _0x527e09=_0x519a;typeof exports==_0x527e09(0x146)&&typeof module<'u'?module[_0x527e09(0x147)]=_0x5a64d8():typeof define==_0x527e09(0x14c)&&define[_0x527e09(0x148)]?define([],_0x5a64d8):(_0x2b4c34=typeof globalThis<'u'?globalThis:_0x2b4c34||self,_0x2b4c34['UniverProSheetsPivotJaJP']=_0x5a64d8());}(this,function(){var _0x172671=_0x519a;return{'sheets-pivot':{'sheet':'シート','blankValue':_0x172671(0x14f),'otherValue':_0x172671(0x153),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x172671(0x139),'columnLabels':_0x172671(0x144),'averageName':'平均\x20/\x20','countName':_0x172671(0x13f),'countNumsName':'数値の個数\x20/\x20','maxName':_0x172671(0x145),'minName':_0x172671(0x149),'productName':_0x172671(0x14a),'stdDevName':'標準偏差\x20/\x20','stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x172671(0x150),'varName':_0x172671(0x141),'varpName':_0x172671(0x140),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x172671(0x14b),'renderText':{'valueField':_0x172671(0x142),'subtotal':'{0}\x20{1}','grandTotal':_0x172671(0x13d),'multipleGrandTotal':_0x172671(0x132),'subtotalWithValue':_0x172671(0x13d)},'emptyPivot':{'filter':_0x172671(0x135),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x172671(0x13b),'quarter':_0x172671(0x138),'monthDate':_0x172671(0x137),'yearQuarter':'年-四半期','yearMonth':_0x172671(0x14d),'yearMonthDate':_0x172671(0x13c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x172671(0x132),'hourMinute':_0x172671(0x13a),'date':'{0}','month':_0x172671(0x132),'monthDate':'{0}-{1}','quarter':_0x172671(0x152),'year':_0x172671(0x132),'yearMonth':_0x172671(0x156),'yearMonthDate':_0x172671(0x143),'yearQuarter':'{0}-Q{1}'}}};}));function _0x4f46(){var _0x698267=['{0}\x20{1}','2936210DHsZoz','データの個数\x20/\x20','標本分散\x20/\x20','分散\x20/\x20','{0}{1}','{0}-{1}-{2}','Column\x20Labels','最大値\x20/\x20','object','exports','amd','最小値\x20/\x20','積\x20/\x20','その他','function','年-月','90086pXubRI','(空白)','合計\x20/\x20','2PvHzhi','Q{0}','(その他)','100281krSbnT','18ZvAvnC','{0}-{1}','1959318qehjaH','673576eBgDXH','{0}','371iSMzXm','13200AlRnaZ','フィルター','171530ctiEZJ','月-日','四半期','Row\x20Labels','{0}:{1}','時-分','年-月-日'];_0x4f46=function(){return _0x698267;};return _0x4f46();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2c51(_0x35d780,_0x4bd48f){_0x35d780=_0x35d780-0x1c7;var _0x5e2bde=_0x5e2b();var _0x2c5105=_0x5e2bde[_0x35d780];return _0x2c5105;}(function(_0x1f0944,_0x3dc461){var _0x4ed1db=_0x2c51,_0x519bf4=_0x1f0944();while(!![]){try{var _0x18fbd8=-parseInt(_0x4ed1db(0x1e8))/0x1*(parseInt(_0x4ed1db(0x1e5))/0x2)+parseInt(_0x4ed1db(0x1e1))/0x3+-parseInt(_0x4ed1db(0x1df))/0x4+-parseInt(_0x4ed1db(0x1db))/0x5+-parseInt(_0x4ed1db(0x1d3))/0x6*(-parseInt(_0x4ed1db(0x1e0))/0x7)+parseInt(_0x4ed1db(0x1da))/0x8+parseInt(_0x4ed1db(0x1cc))/0x9;if(_0x18fbd8===_0x3dc461)break;else _0x519bf4['push'](_0x519bf4['shift']());}catch(_0x421b34){_0x519bf4['push'](_0x519bf4['shift']());}}}(_0x5e2b,0x4b55c),function(_0x4736d5,_0x473d18){var _0x26ace8=_0x2c51;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x473d18():typeof define==_0x26ace8(0x1e6)&&define[_0x26ace8(0x1dc)]?define([],_0x473d18):(_0x4736d5=typeof globalThis<'u'?globalThis:_0x4736d5||self,_0x4736d5[_0x26ace8(0x1de)]=_0x473d18());}(this,function(){var _0x1336c4=_0x2c51;return{'sheets-pivot':{'sheet':'시트','blankValue':_0x1336c4(0x1d6),'otherValue':_0x1336c4(0x1e9),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x1336c4(0x1ca),'valueText':'값','rowLabels':_0x1336c4(0x1d2),'columnLabels':_0x1336c4(0x1cd),'averageName':'평균\x20/\x20','countName':'개수\x20/\x20','countNumsName':_0x1336c4(0x1e3),'maxName':_0x1336c4(0x1dd),'minName':_0x1336c4(0x1c7),'productName':_0x1336c4(0x1d7),'stdDevName':_0x1336c4(0x1e2),'stdDevpName':_0x1336c4(0x1cf),'sumName':_0x1336c4(0x1e7),'varName':_0x1336c4(0x1cb),'varpName':_0x1336c4(0x1c9),'subTotal':'부분합','grandTotal':'총합계','value':'값','blank':_0x1336c4(0x1c8),'other':'기타','renderText':{'valueField':_0x1336c4(0x1ce),'subtotal':_0x1336c4(0x1d8),'grandTotal':_0x1336c4(0x1d8),'multipleGrandTotal':_0x1336c4(0x1e4),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x1336c4(0x1d5),'quarter':'분기','monthDate':'월-일','yearQuarter':'년-분기','yearMonth':'년-월','yearMonthDate':'년-월-일'},'cellDateGroupDisplay':{'minute':_0x1336c4(0x1e4),'hour':'{0}','hourMinute':_0x1336c4(0x1d0),'date':_0x1336c4(0x1e4),'month':_0x1336c4(0x1e4),'monthDate':_0x1336c4(0x1d4),'quarter':_0x1336c4(0x1d1),'year':_0x1336c4(0x1e4),'yearMonth':_0x1336c4(0x1d4),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x1336c4(0x1d9)}}};}));function _0x5e2b(){var _0x57eebf=['시-분','(비어\x20있음)','곱\x20/\x20','{0}\x20{1}','{0}-Q{1}','2679848vkMFJk','2740245IhBcHA','amd','최대값\x20/\x20','UniverProSheetsPivotKoKR','586916tIeExn','7SZwsUB','1435878KWvwvO','표준\x20편차\x20/\x20','숫자\x20개수\x20/\x20','{0}','743448eJmBFL','function','합계\x20/\x20','1xICzCW','(기타)','최소값\x20/\x20','비어\x20있음','분산(모집단)\x20/\x20','총합계','분산\x20/\x20','993204OYoOxZ','Column\x20Labels','{0}{1}','표준\x20편차(모집단)\x20/\x20','{0}:{1}','Q{0}','Row\x20Labels','2706666zATfiP','{0}-{1}'];_0x5e2b=function(){return _0x57eebf;};return _0x5e2b();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xb47c(_0x3a1505,_0x502a09){_0x3a1505=_0x3a1505-0x93;var _0x5b746f=_0x5b74();var _0xb47c3c=_0x5b746f[_0x3a1505];return _0xb47c3c;}(function(_0x591757,_0x128930){var _0x1072dd=_0xb47c,_0x1ac0ad=_0x591757();while(!![]){try{var _0x454ae6=-parseInt(_0x1072dd(0xc5))/0x1*(-parseInt(_0x1072dd(0xb2))/0x2)+-parseInt(_0x1072dd(0x9e))/0x3+parseInt(_0x1072dd(0x93))/0x4*(-parseInt(_0x1072dd(0xb3))/0x5)+-parseInt(_0x1072dd(0xc2))/0x6+parseInt(_0x1072dd(0xa0))/0x7*(parseInt(_0x1072dd(0xae))/0x8)+parseInt(_0x1072dd(0x95))/0x9*(-parseInt(_0x1072dd(0xbc))/0xa)+-parseInt(_0x1072dd(0xc4))/0xb*(-parseInt(_0x1072dd(0x9f))/0xc);if(_0x454ae6===_0x128930)break;else _0x1ac0ad['push'](_0x1ac0ad['shift']());}catch(_0x59fd39){_0x1ac0ad['push'](_0x1ac0ad['shift']());}}}(_0x5b74,0xed8e0),function(_0x303307,_0x1295e0){var _0x2d3fad=_0xb47c;typeof exports==_0x2d3fad(0xbd)&&typeof module<'u'?module['exports']=_0x1295e0():typeof define==_0x2d3fad(0xbb)&&define[_0x2d3fad(0xb4)]?define([],_0x1295e0):(_0x303307=typeof globalThis<'u'?globalThis:_0x303307||self,_0x303307[_0x2d3fad(0xbe)]=_0x1295e0());}(this,function(){var _0x581b90=_0xb47c;return{'sheets-pivot':{'sheet':_0x581b90(0xc3),'blankValue':'(Puste)','otherValue':_0x581b90(0xc1),'columnName':'Kolumna\x20','subTotalText':'Suma','grandTotalText':_0x581b90(0xb7),'valueText':_0x581b90(0x9c),'rowLabels':_0x581b90(0xb1),'columnLabels':_0x581b90(0xa6),'averageName':_0x581b90(0xaa),'countName':_0x581b90(0x9b),'countNumsName':_0x581b90(0x9b),'maxName':'Maksimum\x20z\x20','minName':_0x581b90(0x98),'productName':_0x581b90(0x9d),'stdDevName':'OdchStd\x20z\x20','stdDevpName':_0x581b90(0xbf),'sumName':_0x581b90(0xad),'varName':_0x581b90(0xb6),'varpName':'WariancjaPop\x20z\x20','subTotal':_0x581b90(0xb0),'grandTotal':_0x581b90(0xb7),'value':_0x581b90(0xb8),'blank':'puste','other':_0x581b90(0xa4),'renderText':{'valueField':_0x581b90(0x9a),'subtotal':'{0}\x20{1}','grandTotal':_0x581b90(0xc0),'multipleGrandTotal':_0x581b90(0xa3),'subtotalWithValue':_0x581b90(0xc0)},'emptyPivot':{'filter':_0x581b90(0xa9),'row':_0x581b90(0xa1),'column':_0x581b90(0xac),'values':_0x581b90(0xa2)},'dateGroup':{'year':_0x581b90(0x94),'month':_0x581b90(0x99),'day':_0x581b90(0xb9),'date':_0x581b90(0xb9),'hour':_0x581b90(0xa7),'minute':'Minuta','hourMinute':'Godzina-Minuta','quarter':_0x581b90(0xaf),'monthDate':_0x581b90(0xab),'yearQuarter':_0x581b90(0xa8),'yearMonth':_0x581b90(0xa5),'yearMonthDate':_0x581b90(0xb5)},'cellDateGroupDisplay':{'minute':_0x581b90(0xa3),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':_0x581b90(0xa3),'monthDate':_0x581b90(0x96),'quarter':_0x581b90(0x97),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x581b90(0xba)}}};}));function _0x5b74(){var _0x309e06=['UniverProSheetsPivotPlPL','OdchStdPop\x20z\x20','{0}\x20{1}','(Inne)','7931352lALNLx','Arkusz','68926hCZzRq','2NwQNiz','4TgCdeD','Rok','5940666gxNphA','{0}-{1}','Q{0}','Minimum\x20z\x20','Miesiąc','{0}{1}','Liczba\x20z\x20','Wartość','Iloczyn\x20z\x20','1653981GunrIO','7284dqfZIo','3903991eDUrGt','Wiersz','Wartości','{0}','inne','Rok-Miesiąc','Column\x20Labels','Godzina','Rok-Kwartał','Filtr','Średnia\x20z\x20','Miesiąc-Dzień','Kolumna','Suma\x20z\x20','8koUlVG','Kwartał','Suma\x20częściowa','Row\x20Labels','970764jvSxDc','9128110WeHvGt','amd','Rok-Miesiąc-Dzień','Wariancja\x20z\x20','Suma\x20całkowita','wartość','Dzień','{0}-Q{1}','function','10cILdAV','object'];_0x5b74=function(){return _0x309e06;};return _0x5b74();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3558(_0x50aafc,_0x490c57){_0x50aafc=_0x50aafc-0x98;var _0x361c63=_0x361c();var _0x3558b3=_0x361c63[_0x50aafc];return _0x3558b3;}(function(_0x1f1b9b,_0x362664){var _0x1d74db=_0x3558,_0x4a4abb=_0x1f1b9b();while(!![]){try{var _0x127bea=parseInt(_0x1d74db(0xc5))/0x1+-parseInt(_0x1d74db(0xc6))/0x2+parseInt(_0x1d74db(0xa3))/0x3*(-parseInt(_0x1d74db(0xbc))/0x4)+parseInt(_0x1d74db(0xb9))/0x5*(-parseInt(_0x1d74db(0x9a))/0x6)+-parseInt(_0x1d74db(0xa7))/0x7+parseInt(_0x1d74db(0xa0))/0x8+parseInt(_0x1d74db(0x9c))/0x9;if(_0x127bea===_0x362664)break;else _0x4a4abb['push'](_0x4a4abb['shift']());}catch(_0x12736c){_0x4a4abb['push'](_0x4a4abb['shift']());}}}(_0x361c,0xf2b59),function(_0x4c29c6,_0x480395){var _0x14572a=_0x3558;typeof exports==_0x14572a(0xa2)&&typeof module<'u'?module[_0x14572a(0xc2)]=_0x480395():typeof define==_0x14572a(0xc4)&&define[_0x14572a(0xa8)]?define([],_0x480395):(_0x4c29c6=typeof globalThis<'u'?globalThis:_0x4c29c6||self,_0x4c29c6[_0x14572a(0xb3)]=_0x480395());}(this,function(){var _0x56e96d=_0x3558;return{'sheets-pivot':{'sheet':_0x56e96d(0xae),'blankValue':_0x56e96d(0xb6),'otherValue':_0x56e96d(0x9f),'columnName':'Coluna\x20','subTotalText':_0x56e96d(0xaf),'grandTotalText':'Total\x20Geral','valueText':_0x56e96d(0xba),'rowLabels':_0x56e96d(0x98),'columnLabels':'Column\x20Labels','averageName':'Média\x20de\x20','countName':_0x56e96d(0xc7),'countNumsName':'Contagem\x20de\x20','maxName':_0x56e96d(0x9d),'minName':_0x56e96d(0xa4),'productName':'Produto\x20de\x20','stdDevName':_0x56e96d(0xa1),'stdDevpName':_0x56e96d(0xc0),'sumName':'Soma\x20de\x20','varName':'Var\x20de\x20','varpName':_0x56e96d(0xad),'subTotal':_0x56e96d(0xaf),'grandTotal':_0x56e96d(0xb0),'value':'valor','blank':_0x56e96d(0xa6),'other':_0x56e96d(0x99),'renderText':{'valueField':_0x56e96d(0xbd),'subtotal':_0x56e96d(0xc1),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x56e96d(0xbe),'subtotalWithValue':_0x56e96d(0xc1)},'emptyPivot':{'filter':'Filtro','row':_0x56e96d(0xab),'column':'Coluna','values':_0x56e96d(0xb2)},'dateGroup':{'year':_0x56e96d(0xac),'month':_0x56e96d(0x9b),'day':'Dia','date':_0x56e96d(0x9e),'hour':_0x56e96d(0xb5),'minute':_0x56e96d(0xbf),'hourMinute':_0x56e96d(0xb4),'quarter':_0x56e96d(0xb1),'monthDate':_0x56e96d(0xb7),'yearQuarter':'Ano-Trimestre','yearMonth':_0x56e96d(0xa9),'yearMonthDate':_0x56e96d(0xa5)},'cellDateGroupDisplay':{'minute':_0x56e96d(0xbe),'hour':_0x56e96d(0xbe),'hourMinute':_0x56e96d(0xb8),'date':_0x56e96d(0xbe),'month':_0x56e96d(0xbe),'monthDate':_0x56e96d(0xc3),'quarter':_0x56e96d(0xbb),'year':_0x56e96d(0xbe),'yearMonth':_0x56e96d(0xc3),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x56e96d(0xaa)}}};}));function _0x361c(){var _0x26c7a8=['5210193FdkxGj','Mínimo\x20de\x20','Ano-Mês-Dia','em\x20branco','3134257TFWbPN','amd','Ano-Mês','{0}-Q{1}','Linha','Ano','VarP\x20de\x20','Planilha','Subtotal','Total\x20Geral','Trimestre','Valores','UniverProSheetsPivotPtBR','Hora-Minuto','Hora','(Em\x20branco)','Mês-Dia','{0}:{1}','35CaITMp','Valor','Q{0}','4YsZhuB','{0}{1}','{0}','Minuto','DesvPadrãoP\x20de\x20','{0}\x20{1}','exports','{0}-{1}','function','359529qHdIlS','2899298oTMaoh','Contagem\x20de\x20','Row\x20Labels','outro','1309260cbanle','Mês','47751507UljtfY','Máximo\x20de\x20','Dia','(Outro)','3923888rJXWja','DesvPadrão\x20de\x20','object'];_0x361c=function(){return _0x26c7a8;};return _0x361c();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x69f6(){var _0x408017=['Столбец\x20','{0}:{1}','6193035HICwCX','Промежуточный\x20итог','Строка','Row\x20Labels','function','Общая\x20дисперсия\x20по\x20','Год-Квартал','Месяц-День','1082972FUiTpL','Лист','Квартал','4479yJqKSM','Год','Пусто','Произведение\x20по\x20','{0}-{1}-{2}','Число\x20по\x20','{0}','UniverProSheetsPivotRuRU','amd','33424CbsPtm','Общее\x20стандартное\x20отклонение\x20по\x20','Фильтр','Общий\x20итог','Час','2748AvXkEN','Год-Месяц-День','7oEbxGi','12647008yryoPg','День','10081370JJvKIM','exports','6875394eLTVeB','(Другое)','1566RLpUQP','Минута','Среднее\x20по\x20','Значение','Год-Месяц','Другое','(Пусто)','Сумма\x20по\x20','2yMxHvl','Количество\x20по\x20','Стандартное\x20отклонение\x20по\x20','object','Дисперсия\x20по\x20','{0}\x20{1}','{0}-{1}'];_0x69f6=function(){return _0x408017;};return _0x69f6();}function _0x6e9a(_0x3f25a7,_0xbc4c87){_0x3f25a7=_0x3f25a7-0x9f;var _0x69f65d=_0x69f6();var _0x6e9af0=_0x69f65d[_0x3f25a7];return _0x6e9af0;}(function(_0x158189,_0x499995){var _0x364153=_0x6e9a,_0x2726cb=_0x158189();while(!![]){try{var _0x2d1df6=parseInt(_0x364153(0xb5))/0x1*(-parseInt(_0x364153(0xc6))/0x2)+-parseInt(_0x364153(0xc9))/0x3*(parseInt(_0x364153(0xa4))/0x4)+-parseInt(_0x364153(0xbe))/0x5+-parseInt(_0x364153(0xab))/0x6*(-parseInt(_0x364153(0xa6))/0x7)+-parseInt(_0x364153(0x9f))/0x8*(-parseInt(_0x364153(0xad))/0x9)+parseInt(_0x364153(0xa9))/0xa+parseInt(_0x364153(0xa7))/0xb;if(_0x2d1df6===_0x499995)break;else _0x2726cb['push'](_0x2726cb['shift']());}catch(_0x30241e){_0x2726cb['push'](_0x2726cb['shift']());}}}(_0x69f6,0xa6dca),function(_0x4687d7,_0x5d6d61){var _0x1d591d=_0x6e9a;typeof exports==_0x1d591d(0xb8)&&typeof module<'u'?module[_0x1d591d(0xaa)]=_0x5d6d61():typeof define==_0x1d591d(0xc2)&&define[_0x1d591d(0xd1)]?define([],_0x5d6d61):(_0x4687d7=typeof globalThis<'u'?globalThis:_0x4687d7||self,_0x4687d7[_0x1d591d(0xd0)]=_0x5d6d61());}(this,function(){var _0x3fda6e=_0x6e9a;return{'sheets-pivot':{'sheet':_0x3fda6e(0xc7),'blankValue':_0x3fda6e(0xb3),'otherValue':_0x3fda6e(0xac),'columnName':_0x3fda6e(0xbc),'subTotalText':_0x3fda6e(0xbf),'grandTotalText':_0x3fda6e(0xa2),'valueText':_0x3fda6e(0xb0),'rowLabels':_0x3fda6e(0xc1),'columnLabels':'Column\x20Labels','averageName':_0x3fda6e(0xaf),'countName':_0x3fda6e(0xb6),'countNumsName':_0x3fda6e(0xce),'maxName':'Максимум\x20по\x20','minName':'Минимум\x20по\x20','productName':_0x3fda6e(0xcc),'stdDevName':_0x3fda6e(0xb7),'stdDevpName':_0x3fda6e(0xa0),'sumName':_0x3fda6e(0xb4),'varName':_0x3fda6e(0xb9),'varpName':_0x3fda6e(0xc3),'subTotal':_0x3fda6e(0xbf),'grandTotal':_0x3fda6e(0xa2),'value':'Значение','blank':_0x3fda6e(0xcb),'other':_0x3fda6e(0xb2),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3fda6e(0xcf),'subtotalWithValue':_0x3fda6e(0xba)},'emptyPivot':{'filter':_0x3fda6e(0xa1),'row':_0x3fda6e(0xc0),'column':'Столбец','values':_0x3fda6e(0xb0)},'dateGroup':{'year':_0x3fda6e(0xca),'month':'Месяц','day':_0x3fda6e(0xa8),'date':'День','hour':_0x3fda6e(0xa3),'minute':_0x3fda6e(0xae),'hourMinute':'Час-Минута','quarter':_0x3fda6e(0xc8),'monthDate':_0x3fda6e(0xc5),'yearQuarter':_0x3fda6e(0xc4),'yearMonth':_0x3fda6e(0xb1),'yearMonthDate':_0x3fda6e(0xa5)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3fda6e(0xcf),'hourMinute':_0x3fda6e(0xbd),'date':_0x3fda6e(0xcf),'month':_0x3fda6e(0xcf),'monthDate':_0x3fda6e(0xbb),'quarter':'Q{0}','year':_0x3fda6e(0xcf),'yearMonth':_0x3fda6e(0xbb),'yearMonthDate':_0x3fda6e(0xcd),'yearQuarter':'{0}-Q{1}'}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1a23(){var _0x47dc05=['2gPKZpH','{0}-{1}-{2}','2546256VEHVnV','Stĺpec','{0}','(Prázdne)','{0}\x20{1}','Rok-Mesiac-Deň','{0}-Q{1}','Súčet','Deň','prázdne','Smerodajná\x20odchýlka\x20populácie\x20z\x20','object','exports','Min\x20z\x20','Mesiac-Deň','Celkový\x20súčet','Minúta','Column\x20Labels','function','UniverProSheetsPivotSkSK','43684cGgvyE','{0}-{1}','hodnota','25hrWkEc','Medzisúčet','Priemer\x20z\x20','{0}:{1}','Rok-Štvrťrok','Q{0}','3406260lvEtvc','4561848lLYqYN','Hodnoty','1198611GbLzXa','Súčin\x20z\x20','Rok','(Iné)','3020479bdxgiK','Počet\x20z\x20','Row\x20Labels','Hodina','116861vVaYdg','Mesiac','Súčet\x20z\x20','Smerodajná\x20odchýlka\x20z\x20','{0}{1}','Štvrťrok','Filter'];_0x1a23=function(){return _0x47dc05;};return _0x1a23();}function _0x4872(_0x3ef871,_0x535672){_0x3ef871=_0x3ef871-0x1b5;var _0x1a2380=_0x1a23();var _0x487238=_0x1a2380[_0x3ef871];return _0x487238;}(function(_0x51d7a4,_0x24cf4b){var _0x40b6d7=_0x4872,_0x173534=_0x51d7a4();while(!![]){try{var _0x23c8c6=parseInt(_0x40b6d7(0x1cd))/0x1*(parseInt(_0x40b6d7(0x1d4))/0x2)+parseInt(_0x40b6d7(0x1c5))/0x3+-parseInt(_0x40b6d7(0x1b9))/0x4*(parseInt(_0x40b6d7(0x1bc))/0x5)+-parseInt(_0x40b6d7(0x1c2))/0x6+-parseInt(_0x40b6d7(0x1c9))/0x7+parseInt(_0x40b6d7(0x1d6))/0x8+parseInt(_0x40b6d7(0x1c3))/0x9;if(_0x23c8c6===_0x24cf4b)break;else _0x173534['push'](_0x173534['shift']());}catch(_0x2bccda){_0x173534['push'](_0x173534['shift']());}}}(_0x1a23,0x463fc),function(_0x4e13d8,_0x465145){var _0x5c0058=_0x4872;typeof exports==_0x5c0058(0x1e1)&&typeof module<'u'?module[_0x5c0058(0x1e2)]=_0x465145():typeof define==_0x5c0058(0x1b7)&&define['amd']?define([],_0x465145):(_0x4e13d8=typeof globalThis<'u'?globalThis:_0x4e13d8||self,_0x4e13d8[_0x5c0058(0x1b8)]=_0x465145());}(this,function(){var _0xe0bf1e=_0x4872;return{'sheets-pivot':{'sheet':'Hárok','blankValue':_0xe0bf1e(0x1d9),'otherValue':_0xe0bf1e(0x1c8),'columnName':'Stĺpec\x20','subTotalText':_0xe0bf1e(0x1dd),'grandTotalText':_0xe0bf1e(0x1e5),'valueText':'Hodnota','rowLabels':_0xe0bf1e(0x1cb),'columnLabels':_0xe0bf1e(0x1b6),'averageName':_0xe0bf1e(0x1be),'countName':_0xe0bf1e(0x1ca),'countNumsName':_0xe0bf1e(0x1ca),'maxName':'Max\x20z\x20','minName':_0xe0bf1e(0x1e3),'productName':_0xe0bf1e(0x1c6),'stdDevName':_0xe0bf1e(0x1d0),'stdDevpName':_0xe0bf1e(0x1e0),'sumName':_0xe0bf1e(0x1cf),'varName':'Rozptyl\x20z\x20','varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0xe0bf1e(0x1bd),'grandTotal':_0xe0bf1e(0x1e5),'value':_0xe0bf1e(0x1bb),'blank':_0xe0bf1e(0x1df),'other':'iné','renderText':{'valueField':_0xe0bf1e(0x1d1),'subtotal':_0xe0bf1e(0x1da),'grandTotal':_0xe0bf1e(0x1da),'multipleGrandTotal':_0xe0bf1e(0x1d8),'subtotalWithValue':_0xe0bf1e(0x1da)},'emptyPivot':{'filter':_0xe0bf1e(0x1d3),'row':'Riadok','column':_0xe0bf1e(0x1d7),'values':_0xe0bf1e(0x1c4)},'dateGroup':{'year':_0xe0bf1e(0x1c7),'month':_0xe0bf1e(0x1ce),'day':_0xe0bf1e(0x1de),'date':_0xe0bf1e(0x1de),'hour':_0xe0bf1e(0x1cc),'minute':_0xe0bf1e(0x1b5),'hourMinute':'Hodina-Minúta','quarter':_0xe0bf1e(0x1d2),'monthDate':_0xe0bf1e(0x1e4),'yearQuarter':_0xe0bf1e(0x1c0),'yearMonth':'Rok-Mesiac','yearMonthDate':_0xe0bf1e(0x1db)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0xe0bf1e(0x1bf),'date':_0xe0bf1e(0x1d8),'month':_0xe0bf1e(0x1d8),'monthDate':'{0}-{1}','quarter':_0xe0bf1e(0x1c1),'year':_0xe0bf1e(0x1d8),'yearMonth':_0xe0bf1e(0x1ba),'yearMonthDate':_0xe0bf1e(0x1d5),'yearQuarter':_0xe0bf1e(0x1dc)}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5d36(_0x190ca0,_0x34cc14){_0x190ca0=_0x190ca0-0x107;var _0x57b930=_0x57b9();var _0x5d3662=_0x57b930[_0x190ca0];return _0x5d3662;}function _0x57b9(){var _0x55cd94=['amd','(Khác)','Phương\x20sai\x20toàn\x20phần:','Năm-Tháng','Giá\x20trị','Phương\x20sai:','2dRRGCX','object','Ngày','exports','Độ\x20lệch\x20chuẩn:','Hàng','UniverProSheetsPivotViVN','Phút','156GzzIwF','Giờ-Phút','Khác','Tổng:','Năm','Bảng\x20tính','{0}:{1}','Trống','{0}','Giá\x20trị\x20tối\x20đa:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','195356muUSAv','76cqpuAX','{0}-{1}','Năm-Quý','Số\x20lượng:','Tổng\x20phụ','Giá\x20trị\x20trung\x20bình:','function','Lọc','Số\x20lượng\x20số:','{0}-{1}-{2}','994310PfISEn','Tháng','Quý','15136517RZRzHm','3776LgOmsQ','Giá\x20trị\x20tối\x20thiểu:','94278tZqAmN','Tổng\x20cộng','Cột\x20','Column\x20Labels','Q{0}','10530xaAGpq','6724710vvojkU','Giờ','{0}\x20{1}','{0}-Q{1}','700123MgQGbQ'];_0x57b9=function(){return _0x55cd94;};return _0x57b9();}(function(_0x4ae802,_0x345a84){var _0x56a6cd=_0x5d36,_0xf2d23b=_0x4ae802();while(!![]){try{var _0x4dc0f9=-parseInt(_0x56a6cd(0x108))/0x1*(parseInt(_0x56a6cd(0x10f))/0x2)+-parseInt(_0x56a6cd(0x133))/0x3*(parseInt(_0x56a6cd(0x123))/0x4)+-parseInt(_0x56a6cd(0x12d))/0x5+parseInt(_0x56a6cd(0x117))/0x6*(-parseInt(_0x56a6cd(0x122))/0x7)+parseInt(_0x56a6cd(0x131))/0x8*(parseInt(_0x56a6cd(0x138))/0x9)+parseInt(_0x56a6cd(0x139))/0xa+parseInt(_0x56a6cd(0x130))/0xb;if(_0x4dc0f9===_0x345a84)break;else _0xf2d23b['push'](_0xf2d23b['shift']());}catch(_0x262cc1){_0xf2d23b['push'](_0xf2d23b['shift']());}}}(_0x57b9,0x5c8bf),function(_0x5479cf,_0x4c0808){var _0x82a286=_0x5d36;typeof exports==_0x82a286(0x110)&&typeof module<'u'?module[_0x82a286(0x112)]=_0x4c0808():typeof define==_0x82a286(0x129)&&define[_0x82a286(0x109)]?define([],_0x4c0808):(_0x5479cf=typeof globalThis<'u'?globalThis:_0x5479cf||self,_0x5479cf[_0x82a286(0x115)]=_0x4c0808());}(this,function(){var _0x1425d0=_0x5d36;return{'sheets-pivot':{'sheet':_0x1425d0(0x11c),'blankValue':'(Trống)','otherValue':_0x1425d0(0x10a),'columnName':_0x1425d0(0x135),'subTotalText':_0x1425d0(0x127),'grandTotalText':_0x1425d0(0x134),'valueText':_0x1425d0(0x10d),'rowLabels':'Row\x20Labels','columnLabels':_0x1425d0(0x136),'averageName':_0x1425d0(0x128),'countName':_0x1425d0(0x126),'countNumsName':_0x1425d0(0x12b),'maxName':_0x1425d0(0x120),'minName':_0x1425d0(0x132),'productName':'Tích:','stdDevName':_0x1425d0(0x113),'stdDevpName':_0x1425d0(0x121),'sumName':_0x1425d0(0x11a),'varName':_0x1425d0(0x10e),'varpName':_0x1425d0(0x10b),'subTotal':_0x1425d0(0x127),'grandTotal':_0x1425d0(0x134),'value':_0x1425d0(0x10d),'blank':_0x1425d0(0x11e),'other':_0x1425d0(0x119),'renderText':{'valueField':'{0}{1}','subtotal':_0x1425d0(0x13b),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x1425d0(0x12a),'row':_0x1425d0(0x114),'column':'Cột','values':_0x1425d0(0x10d)},'dateGroup':{'year':_0x1425d0(0x11b),'month':_0x1425d0(0x12e),'day':_0x1425d0(0x111),'date':_0x1425d0(0x111),'hour':_0x1425d0(0x13a),'minute':_0x1425d0(0x116),'hourMinute':_0x1425d0(0x118),'quarter':_0x1425d0(0x12f),'monthDate':'Tháng-Ngày','yearQuarter':_0x1425d0(0x125),'yearMonth':_0x1425d0(0x10c),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x1425d0(0x11f),'hour':_0x1425d0(0x11f),'hourMinute':_0x1425d0(0x11d),'date':_0x1425d0(0x11f),'month':_0x1425d0(0x11f),'monthDate':'{0}-{1}','quarter':_0x1425d0(0x137),'year':'{0}','yearMonth':_0x1425d0(0x124),'yearMonthDate':_0x1425d0(0x12c),'yearQuarter':_0x1425d0(0x107)}}};}));
|