@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/const/const.d.ts +2 -2
- package/lib/types/const/type.d.ts +8 -1
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
- package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
- package/lib/types/facade/f-pivot-table.d.ts +3 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
- package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
- package/lib/types/models/view-util.d.ts +1 -0
- package/lib/types/util.d.ts +14 -8
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +10 -10
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x41a6(){var _0x43215b=['object','3660390vMYCVw','مجموع\x20من\x20','عدد\x20من\x20','تسميات\x20الصفوف','366057UhWnsE','الحد\x20الأقصى\x20من\x20','{0}:{1}','فارغ','ربع','الحد\x20الأدنى\x20من\x20','التباين\x20من\x20','{0}','آخر','exports','شهر','amd','772830ZGLnvl','الانحراف_المعياري\x20من\x20','{0}-{1}','قيمة','ساعة','تباين\x20المحتوى\x20من\x20','سنة-شهر','سنة','ورقة','{0}{1}','4120AYLjon','عوامل\x20التصفية','الإجمالي','726534UwujkX','الأعمدة','107992EWfmgh','function','(آخر)','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','25VRTAHj','عمود\x20','متوسط\x20من\x20','{0}-{1}-{2}','1568oeEhAV','الصفوف','دقيقة','حاصل\x20الضرب\x20من\x20','157694pddien','الإجمالي\x20الكلي','تسميات\x20الأعمدة','إجمالي\x20فرعي','ساعة-دقيقة','يوم','UniverProSheetsPivotArSA','{1}\x20{0}','2NSdpkM'];_0x41a6=function(){return _0x43215b;};return _0x41a6();}function _0x4e14(_0xbc432e,_0x39c901){_0xbc432e=_0xbc432e-0x16d;var _0x41a6d7=_0x41a6();var _0x4e1458=_0x41a6d7[_0xbc432e];return _0x4e1458;}(function(_0x30f962,_0x295259){var _0x5d710b=_0x4e14,_0x254288=_0x30f962();while(!![]){try{var _0x5e9ca8=-parseInt(_0x5d710b(0x178))/0x1+-parseInt(_0x5d710b(0x180))/0x2*(-parseInt(_0x5d710b(0x192))/0x3)+parseInt(_0x5d710b(0x1a1))/0x4*(parseInt(_0x5d710b(0x170))/0x5)+parseInt(_0x5d710b(0x19f))/0x6+-parseInt(_0x5d710b(0x174))/0x7*(-parseInt(_0x5d710b(0x19c))/0x8)+parseInt(_0x5d710b(0x186))/0x9+-parseInt(_0x5d710b(0x182))/0xa;if(_0x5e9ca8===_0x295259)break;else _0x254288['push'](_0x254288['shift']());}catch(_0xf58ea8){_0x254288['push'](_0x254288['shift']());}}}(_0x41a6,0x23a45),function(_0x21d6f7,_0x256c3b){var _0x5b3329=_0x4e14;typeof exports==_0x5b3329(0x181)&&typeof module<'u'?module[_0x5b3329(0x18f)]=_0x256c3b():typeof define==_0x5b3329(0x16d)&&define[_0x5b3329(0x191)]?define([],_0x256c3b):(_0x21d6f7=typeof globalThis<'u'?globalThis:_0x21d6f7||self,_0x21d6f7[_0x5b3329(0x17e)]=_0x256c3b());}(this,function(){var _0x880061=_0x4e14;return{'sheets-pivot':{'sheet':_0x880061(0x19a),'blankValue':'(فارغ)','otherValue':_0x880061(0x16e),'columnName':_0x880061(0x171),'subTotalText':_0x880061(0x19e),'grandTotalText':_0x880061(0x179),'valueText':'القيمة','rowLabels':_0x880061(0x185),'columnLabels':_0x880061(0x17a),'averageName':_0x880061(0x172),'countName':'عدد\x20من\x20','countNumsName':_0x880061(0x184),'maxName':_0x880061(0x187),'minName':_0x880061(0x18b),'productName':_0x880061(0x177),'stdDevName':_0x880061(0x193),'stdDevpName':_0x880061(0x16f),'sumName':_0x880061(0x183),'varName':_0x880061(0x18c),'varpName':_0x880061(0x197),'subTotal':_0x880061(0x17b),'grandTotal':_0x880061(0x179),'value':_0x880061(0x195),'blank':_0x880061(0x189),'other':_0x880061(0x18e),'renderText':{'valueField':_0x880061(0x19b),'subtotal':_0x880061(0x17f),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x880061(0x17f),'subtotalWithValue':_0x880061(0x17f)},'emptyPivot':{'filter':_0x880061(0x19d),'row':_0x880061(0x175),'column':_0x880061(0x1a0),'values':'القيم'},'dateGroup':{'year':_0x880061(0x199),'month':_0x880061(0x190),'day':_0x880061(0x17d),'date':'يوم','hour':_0x880061(0x196),'minute':_0x880061(0x176),'hourMinute':_0x880061(0x17c),'quarter':_0x880061(0x18a),'monthDate':'شهر-يوم','yearQuarter':'سنة-ربع','yearMonth':_0x880061(0x198),'yearMonthDate':'سنة-شهر-يوم'},'cellDateGroupDisplay':{'minute':_0x880061(0x18d),'hour':_0x880061(0x18d),'hourMinute':_0x880061(0x188),'date':_0x880061(0x18d),'month':_0x880061(0x18d),'monthDate':_0x880061(0x194),'quarter':'Q{0}','year':_0x880061(0x18d),'yearMonth':'{0}-{1}','yearMonthDate':_0x880061(0x173),'yearQuarter':'{0}-Q{1}'}}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2e60(){var _0x31833a=['amd','UniverProSheetsPivotCaES','Valors','16ZXGYMs','1301715iqPlED','3395721ifRfqq','Mes','{0}\x20{1}','altre','Etiquetes\x20de\x20fila','Fila','Dia','Columna','function','3404292LSCWCl','valor','Mes-Dia','en\x20blanc','Q{0}','9119YczeGX','Trimestre','DesvEstP\x20de\x20','2BxTMXj','Minut','(En\x20blanc)','(Altre)','Màx\x20de\x20','{0}{1}','1870045RNXhcV','6bmXNWe','Columna\x20','object','Any-Mes','Filtre','{0}','exports','Subtotal','13QAUxnz','{0}:{1}','{0}-{1}','{0}-Q{1}','53810lLFnEC','1627816poDhXS','Any','6BdMDPm','{0}-{1}-{2}','7730ToSVoq','Mín\x20de\x20','Hora','Valor'];_0x2e60=function(){return _0x31833a;};return _0x2e60();}function _0x5228(_0x3fc6ec,_0x410f77){_0x3fc6ec=_0x3fc6ec-0xd6;var _0x2e6065=_0x2e60();var _0x522872=_0x2e6065[_0x3fc6ec];return _0x522872;}(function(_0xcfac00,_0x2a158c){var _0x2f10d9=_0x5228,_0x5e0d70=_0xcfac00();while(!![]){try{var _0x4dacb2=parseInt(_0x2f10d9(0xe8))/0x1*(parseInt(_0x2f10d9(0xfb))/0x2)+-parseInt(_0x2f10d9(0xfe))/0x3*(-parseInt(_0x2f10d9(0xfc))/0x4)+-parseInt(_0x2f10d9(0xee))/0x5*(-parseInt(_0x2f10d9(0xef))/0x6)+parseInt(_0x2f10d9(0xd7))/0x7+parseInt(_0x2f10d9(0x107))/0x8*(-parseInt(_0x2f10d9(0xd6))/0x9)+-parseInt(_0x2f10d9(0x100))/0xa*(parseInt(_0x2f10d9(0xe5))/0xb)+-parseInt(_0x2f10d9(0xe0))/0xc*(parseInt(_0x2f10d9(0xf7))/0xd);if(_0x4dacb2===_0x2a158c)break;else _0x5e0d70['push'](_0x5e0d70['shift']());}catch(_0x1ca1d3){_0x5e0d70['push'](_0x5e0d70['shift']());}}}(_0x2e60,0x7d41c),function(_0x3a3de6,_0x297529){var _0x35b3c8=_0x5228;typeof exports==_0x35b3c8(0xf1)&&typeof module<'u'?module[_0x35b3c8(0xf5)]=_0x297529():typeof define==_0x35b3c8(0xdf)&&define[_0x35b3c8(0x104)]?define([],_0x297529):(_0x3a3de6=typeof globalThis<'u'?globalThis:_0x3a3de6||self,_0x3a3de6[_0x35b3c8(0x105)]=_0x297529());}(this,function(){var _0x2ebd4a=_0x5228;return{'sheets-pivot':{'sheet':'Full','blankValue':_0x2ebd4a(0xea),'otherValue':_0x2ebd4a(0xeb),'columnName':_0x2ebd4a(0xf0),'subTotalText':_0x2ebd4a(0xf6),'grandTotalText':'Total\x20general','valueText':_0x2ebd4a(0x103),'rowLabels':_0x2ebd4a(0xdb),'columnLabels':'Etiquetes\x20de\x20columna','averageName':'Mitjana\x20de\x20','countName':'Recompte\x20de\x20','countNumsName':'Recompte\x20de\x20','maxName':_0x2ebd4a(0xec),'minName':_0x2ebd4a(0x101),'productName':'Producte\x20de\x20','stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x2ebd4a(0xe7),'sumName':'Suma\x20de\x20','varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':_0x2ebd4a(0xf6),'grandTotal':'Total\x20general','value':_0x2ebd4a(0xe1),'blank':_0x2ebd4a(0xe3),'other':_0x2ebd4a(0xda),'renderText':{'valueField':_0x2ebd4a(0xed),'subtotal':_0x2ebd4a(0xd9),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2ebd4a(0xf4),'subtotalWithValue':_0x2ebd4a(0xd9)},'emptyPivot':{'filter':_0x2ebd4a(0xf3),'row':_0x2ebd4a(0xdc),'column':_0x2ebd4a(0xde),'values':_0x2ebd4a(0x106)},'dateGroup':{'year':_0x2ebd4a(0xfd),'month':_0x2ebd4a(0xd8),'day':_0x2ebd4a(0xdd),'date':_0x2ebd4a(0xdd),'hour':_0x2ebd4a(0x102),'minute':_0x2ebd4a(0xe9),'hourMinute':'Hora-Minut','quarter':_0x2ebd4a(0xe6),'monthDate':_0x2ebd4a(0xe2),'yearQuarter':'Any-Trimestre','yearMonth':_0x2ebd4a(0xf2),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x2ebd4a(0xf4),'hourMinute':_0x2ebd4a(0xf8),'date':'{0}','month':_0x2ebd4a(0xf4),'monthDate':'{0}-{1}','quarter':_0x2ebd4a(0xe4),'year':'{0}','yearMonth':_0x2ebd4a(0xf9),'yearMonthDate':_0x2ebd4a(0xff),'yearQuarter':_0x2ebd4a(0xfa)}}};}));
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5bdd(_0x49b0ea,_0x1e24a7){_0x49b0ea=_0x49b0ea-0x119;var _0x476f6c=_0x476f();var _0x5bdd94=_0x476f6c[_0x49b0ea];return _0x5bdd94;}function _0x476f(){var _0xed6d0f=['Varp\x20von\x20','Anzahl\x20von\x20','exports','8674434qTMPkA','884847nmsLrj','amd','Zeilenbeschriftungen','Jahr-Quartal','{0}\x20{1}','Monat-Tag','Maximum\x20von\x20','{0}','Zeile','Mittelwert\x20von\x20','Jahr','Spalte\x20','{0}{1}','430734Yoamrj','Wert','Monat','Blatt','Stunde','Filter','Tag','5731072PMUIQh','Gesamtergebnis','(Sonstige)','1124885AHavlJ','Spaltenbeschriftungen','12673857oMsfJr','sonstige','Zwischensumme','{0}-Q{1}','Produkt\x20von\x20','{0}:{1}','Summe\x20von\x20','{0}-{1}','438876CtvtfU','leer','StdDev\x20von\x20','Q{0}','Minimum\x20von\x20','Stunde-Minute','Werte','Jahr-Monat','Minute'];_0x476f=function(){return _0xed6d0f;};return _0x476f();}(function(_0x420fd1,_0x16dd6e){var _0x555a1c=_0x5bdd,_0x3704ca=_0x420fd1();while(!![]){try{var _0x36c53c=-parseInt(_0x555a1c(0x132))/0x1+parseInt(_0x555a1c(0x13f))/0x2+-parseInt(_0x555a1c(0x125))/0x3+-parseInt(_0x555a1c(0x146))/0x4+-parseInt(_0x555a1c(0x11b))/0x5+parseInt(_0x555a1c(0x131))/0x6+parseInt(_0x555a1c(0x11d))/0x7;if(_0x36c53c===_0x16dd6e)break;else _0x3704ca['push'](_0x3704ca['shift']());}catch(_0x1a1e4c){_0x3704ca['push'](_0x3704ca['shift']());}}}(_0x476f,0xbf1b5),function(_0x59deb0,_0x49242d){var _0x19bdf6=_0x5bdd;typeof exports=='object'&&typeof module<'u'?module[_0x19bdf6(0x130)]=_0x49242d():typeof define=='function'&&define[_0x19bdf6(0x133)]?define([],_0x49242d):(_0x59deb0=typeof globalThis<'u'?globalThis:_0x59deb0||self,_0x59deb0['UniverProSheetsPivotDeDE']=_0x49242d());}(this,function(){var _0xedc12c=_0x5bdd;return{'sheets-pivot':{'sheet':_0xedc12c(0x142),'blankValue':'(Leer)','otherValue':_0xedc12c(0x11a),'columnName':_0xedc12c(0x13d),'subTotalText':_0xedc12c(0x11f),'grandTotalText':_0xedc12c(0x119),'valueText':_0xedc12c(0x140),'rowLabels':_0xedc12c(0x134),'columnLabels':_0xedc12c(0x11c),'averageName':_0xedc12c(0x13b),'countName':_0xedc12c(0x12f),'countNumsName':'Anzahl\x20von\x20','maxName':_0xedc12c(0x138),'minName':_0xedc12c(0x129),'productName':_0xedc12c(0x121),'stdDevName':_0xedc12c(0x127),'stdDevpName':'StdDevp\x20von\x20','sumName':_0xedc12c(0x123),'varName':'Var\x20von\x20','varpName':_0xedc12c(0x12e),'subTotal':_0xedc12c(0x11f),'grandTotal':_0xedc12c(0x119),'value':_0xedc12c(0x140),'blank':_0xedc12c(0x126),'other':_0xedc12c(0x11e),'renderText':{'valueField':_0xedc12c(0x13e),'subtotal':_0xedc12c(0x136),'grandTotal':_0xedc12c(0x136),'multipleGrandTotal':_0xedc12c(0x139),'subtotalWithValue':_0xedc12c(0x136)},'emptyPivot':{'filter':_0xedc12c(0x144),'row':_0xedc12c(0x13a),'column':'Spalte','values':_0xedc12c(0x12b)},'dateGroup':{'year':_0xedc12c(0x13c),'month':_0xedc12c(0x141),'day':_0xedc12c(0x145),'date':'Tag','hour':_0xedc12c(0x143),'minute':_0xedc12c(0x12d),'hourMinute':_0xedc12c(0x12a),'quarter':'Quartal','monthDate':_0xedc12c(0x137),'yearQuarter':_0xedc12c(0x135),'yearMonth':_0xedc12c(0x12c),'yearMonthDate':'Jahr-Monat-Tag'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xedc12c(0x139),'hourMinute':_0xedc12c(0x122),'date':'{0}','month':_0xedc12c(0x139),'monthDate':_0xedc12c(0x124),'quarter':_0xedc12c(0x128),'year':'{0}','yearMonth':_0xedc12c(0x124),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0xedc12c(0x120)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x29c0(_0x40db8e,_0xacd5d5){_0x40db8e=_0x40db8e-0x19c;var _0x435ad9=_0x435a();var _0x29c019=_0x435ad9[_0x40db8e];return _0x29c019;}function _0x435a(){var _0x4e1ceb=['Sheet','Quarter','4316100bZQyvW','(Other)','Min\x20of\x20','3BLcFaz','Sum\x20of\x20','(Blank)','Month-Day','Filter','UniverProSheetsPivotEnUS','Subtotal','2403378zCJInP','Hour-Minute','{0}{1}','8327778BtDyZZ','Year-Month','amd','{0}','959692mFSYVn','blank','{0}-{1}-{2}','344104PYYtMZ','Total','18713799GAzSRb','Year-Month-Day','StdDevp\x20of\x20','Minute','exports','Year','Varp\x20of\x20','Values','function','Average\x20of\x20','Year-Quarter','Month','Row\x20Labels','StdDev\x20of\x20','35DWtoqx','Column\x20Labels','Day','Value','Column\x20','Max\x20of\x20','{0}-{1}','Column','{0}-Q{1}','Row','value','{0}\x20{1}','847012PXBVMI','Hour','Count\x20of\x20'];_0x435a=function(){return _0x4e1ceb;};return _0x435a();}(function(_0x4ed0cc,_0x442789){var _0x1575ad=_0x29c0,_0x2900b3=_0x4ed0cc();while(!![]){try{var _0x260fd0=-parseInt(_0x1575ad(0x1ac))/0x1+parseInt(_0x1575ad(0x1a5))/0x2+parseInt(_0x1575ad(0x19e))/0x3*(parseInt(_0x1575ad(0x1cb))/0x4)+parseInt(_0x1575ad(0x1d0))/0x5+parseInt(_0x1575ad(0x1a8))/0x6+-parseInt(_0x1575ad(0x1bf))/0x7*(-parseInt(_0x1575ad(0x1af))/0x8)+-parseInt(_0x1575ad(0x1b1))/0x9;if(_0x260fd0===_0x442789)break;else _0x2900b3['push'](_0x2900b3['shift']());}catch(_0x26d9a6){_0x2900b3['push'](_0x2900b3['shift']());}}}(_0x435a,0xcd3ef),function(_0x45d6fd,_0xb34019){var _0x30346d=_0x29c0;typeof exports=='object'&&typeof module<'u'?module[_0x30346d(0x1b5)]=_0xb34019():typeof define==_0x30346d(0x1b9)&&define[_0x30346d(0x1aa)]?define([],_0xb34019):(_0x45d6fd=typeof globalThis<'u'?globalThis:_0x45d6fd||self,_0x45d6fd[_0x30346d(0x1a3)]=_0xb34019());}(this,function(){var _0x334d70=_0x29c0;return{'sheets-pivot':{'sheet':_0x334d70(0x1ce),'blankValue':_0x334d70(0x1a0),'otherValue':_0x334d70(0x19c),'columnName':_0x334d70(0x1c3),'subTotalText':_0x334d70(0x1b0),'grandTotalText':'Grand\x20Total','valueText':_0x334d70(0x1c2),'rowLabels':_0x334d70(0x1bd),'columnLabels':_0x334d70(0x1c0),'averageName':_0x334d70(0x1ba),'countName':_0x334d70(0x1cd),'countNumsName':_0x334d70(0x1cd),'maxName':_0x334d70(0x1c4),'minName':_0x334d70(0x19d),'productName':'Product\x20of\x20','stdDevName':_0x334d70(0x1be),'stdDevpName':_0x334d70(0x1b3),'sumName':_0x334d70(0x19f),'varName':'Var\x20of\x20','varpName':_0x334d70(0x1b7),'subTotal':_0x334d70(0x1a4),'grandTotal':'Grand\x20Total','value':_0x334d70(0x1c9),'blank':_0x334d70(0x1ad),'other':'other','renderText':{'valueField':_0x334d70(0x1a7),'subtotal':_0x334d70(0x1ca),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x334d70(0x1ab),'subtotalWithValue':_0x334d70(0x1ca)},'emptyPivot':{'filter':_0x334d70(0x1a2),'row':_0x334d70(0x1c8),'column':_0x334d70(0x1c6),'values':_0x334d70(0x1b8)},'dateGroup':{'year':_0x334d70(0x1b6),'month':_0x334d70(0x1bc),'day':'Day','date':_0x334d70(0x1c1),'hour':_0x334d70(0x1cc),'minute':_0x334d70(0x1b4),'hourMinute':_0x334d70(0x1a6),'quarter':_0x334d70(0x1cf),'monthDate':_0x334d70(0x1a1),'yearQuarter':_0x334d70(0x1bb),'yearMonth':_0x334d70(0x1a9),'yearMonthDate':_0x334d70(0x1b2)},'cellDateGroupDisplay':{'minute':_0x334d70(0x1ab),'hour':_0x334d70(0x1ab),'hourMinute':'{0}:{1}','date':_0x334d70(0x1ab),'month':_0x334d70(0x1ab),'monthDate':_0x334d70(0x1c5),'quarter':'Q{0}','year':_0x334d70(0x1ab),'yearMonth':'{0}-{1}','yearMonthDate':_0x334d70(0x1ae),'yearQuarter':_0x334d70(0x1c7)}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x145f(_0x56045a,_0x594218){_0x56045a=_0x56045a-0xea;var _0x1cd5e6=_0x1cd5();var _0x145f72=_0x1cd5e6[_0x56045a];return _0x145f72;}(function(_0x4edf7c,_0x2ca26f){var _0x287e08=_0x145f,_0x179e41=_0x4edf7c();while(!![]){try{var _0x50184b=parseInt(_0x287e08(0x10d))/0x1*(parseInt(_0x287e08(0xf1))/0x2)+-parseInt(_0x287e08(0xf8))/0x3+parseInt(_0x287e08(0x10a))/0x4+parseInt(_0x287e08(0x110))/0x5*(parseInt(_0x287e08(0x104))/0x6)+parseInt(_0x287e08(0xf2))/0x7+parseInt(_0x287e08(0x115))/0x8*(parseInt(_0x287e08(0xfd))/0x9)+-parseInt(_0x287e08(0x103))/0xa;if(_0x50184b===_0x2ca26f)break;else _0x179e41['push'](_0x179e41['shift']());}catch(_0x29ef64){_0x179e41['push'](_0x179e41['shift']());}}}(_0x1cd5,0xdf77a),function(_0x3deda3,_0x5834ad){var _0x168e61=_0x145f;typeof exports==_0x168e61(0xfa)&&typeof module<'u'?module[_0x168e61(0x10c)]=_0x5834ad():typeof define=='function'&&define[_0x168e61(0x109)]?define([],_0x5834ad):(_0x3deda3=typeof globalThis<'u'?globalThis:_0x3deda3||self,_0x3deda3[_0x168e61(0x10e)]=_0x5834ad());}(this,function(){var _0x1611f7=_0x145f;return{'sheets-pivot':{'sheet':_0x1611f7(0xef),'blankValue':_0x1611f7(0xfe),'otherValue':_0x1611f7(0xf3),'columnName':_0x1611f7(0x106),'subTotalText':_0x1611f7(0x117),'grandTotalText':'Total\x20general','valueText':_0x1611f7(0xf4),'rowLabels':_0x1611f7(0xf0),'columnLabels':_0x1611f7(0x100),'averageName':_0x1611f7(0x105),'countName':'Conteo\x20de\x20','countNumsName':_0x1611f7(0x118),'maxName':'Máx\x20de\x20','minName':_0x1611f7(0x112),'productName':_0x1611f7(0xeb),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x1611f7(0x10f),'sumName':_0x1611f7(0xee),'varName':_0x1611f7(0xea),'varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':_0x1611f7(0xfc),'value':'valor','blank':_0x1611f7(0xf6),'other':'otro','renderText':{'valueField':_0x1611f7(0x101),'subtotal':_0x1611f7(0x108),'grandTotal':_0x1611f7(0x108),'multipleGrandTotal':_0x1611f7(0xec),'subtotalWithValue':_0x1611f7(0x108)},'emptyPivot':{'filter':'Filtro','row':_0x1611f7(0x10b),'column':_0x1611f7(0xed),'values':_0x1611f7(0x119)},'dateGroup':{'year':'Año','month':_0x1611f7(0xff),'day':'Día','date':_0x1611f7(0xf5),'hour':'Hora','minute':'Minuto','hourMinute':_0x1611f7(0x111),'quarter':_0x1611f7(0x107),'monthDate':'Mes-Día','yearQuarter':_0x1611f7(0xfb),'yearMonth':'Año-Mes','yearMonthDate':_0x1611f7(0xf9)},'cellDateGroupDisplay':{'minute':_0x1611f7(0xec),'hour':_0x1611f7(0xec),'hourMinute':_0x1611f7(0x114),'date':'{0}','month':_0x1611f7(0xec),'monthDate':_0x1611f7(0xf7),'quarter':_0x1611f7(0x113),'year':'{0}','yearMonth':_0x1611f7(0xf7),'yearMonthDate':_0x1611f7(0x116),'yearQuarter':_0x1611f7(0x102)}}};}));function _0x1cd5(){var _0x13cc2d=['{0}{1}','{0}-Q{1}','23422660LYnpSr','6uFlLGp','Promedio\x20de\x20','Columna\x20','Trimestre','{0}\x20{1}','amd','452728sgNiXX','Fila','exports','4723pcnGPM','UniverProSheetsPivotEsES','DesvEstP\x20de\x20','6277685nDwpaU','Hora-Minuto','Mín\x20de\x20','Q{0}','{0}:{1}','136856qidDOe','{0}-{1}-{2}','Subtotal','Conteo\x20de\x20','Valores','Var\x20de\x20','Producto\x20de\x20','{0}','Columna','Suma\x20de\x20','Hoja','Etiquetas\x20de\x20fila','226ADKqIY','11196584OlppQB','(Otro)','Valor','Día','vacío','{0}-{1}','2939829UUrAzu','Año-Mes-Día','object','Año-Trimestre','Total\x20general','387wiLsvO','(Vacío)','Mes','Etiquetas\x20de\x20columna'];_0x1cd5=function(){return _0x13cc2d;};return _0x1cd5();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x357b84,_0x4ccc3c){var _0x3f243b=_0x2f3f,_0xc5d59b=_0x357b84();while(!![]){try{var _0x1322e4=-parseInt(_0x3f243b(0x120))/0x1*(parseInt(_0x3f243b(0x13e))/0x2)+parseInt(_0x3f243b(0x122))/0x3+parseInt(_0x3f243b(0x117))/0x4+-parseInt(_0x3f243b(0x133))/0x5+parseInt(_0x3f243b(0x13c))/0x6*(parseInt(_0x3f243b(0x11a))/0x7)+-parseInt(_0x3f243b(0x126))/0x8+-parseInt(_0x3f243b(0x11c))/0x9*(parseInt(_0x3f243b(0x114))/0xa);if(_0x1322e4===_0x4ccc3c)break;else _0xc5d59b['push'](_0xc5d59b['shift']());}catch(_0x2a5293){_0xc5d59b['push'](_0xc5d59b['shift']());}}}(_0x534e,0x5e48a),function(_0x18c6a3,_0x204813){var _0x219f3b=_0x2f3f;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x204813():typeof define==_0x219f3b(0x121)&&define[_0x219f3b(0x119)]?define([],_0x204813):(_0x18c6a3=typeof globalThis<'u'?globalThis:_0x18c6a3||self,_0x18c6a3['UniverProSheetsPivotFaIR']=_0x204813());}(this,function(){var _0x3f28d8=_0x2f3f;return{'sheets-pivot':{'sheet':'برگ','blankValue':_0x3f28d8(0x12e),'otherValue':_0x3f28d8(0x116),'columnName':_0x3f28d8(0x138),'subTotalText':_0x3f28d8(0x135),'grandTotalText':'کل','valueText':_0x3f28d8(0x13d),'rowLabels':'برچسبهای\x20ردیف','columnLabels':_0x3f28d8(0x11e),'averageName':_0x3f28d8(0x137),'countName':_0x3f28d8(0x130),'countNumsName':_0x3f28d8(0x12c),'maxName':'بیشترین\x20از\x20','minName':_0x3f28d8(0x127),'productName':'ضرب\x20از\x20','stdDevName':_0x3f28d8(0x124),'stdDevpName':_0x3f28d8(0x12a),'sumName':_0x3f28d8(0x11d),'varName':_0x3f28d8(0x123),'varpName':_0x3f28d8(0x12d),'subTotal':_0x3f28d8(0x135),'grandTotal':'کل','value':_0x3f28d8(0x13d),'blank':_0x3f28d8(0x118),'other':'سایر','renderText':{'valueField':_0x3f28d8(0x128),'subtotal':_0x3f28d8(0x12b),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x3f28d8(0x12b),'subtotalWithValue':_0x3f28d8(0x12b)},'emptyPivot':{'filter':_0x3f28d8(0x131),'row':'ردیفها','column':'ستونها','values':'مقادیر'},'dateGroup':{'year':_0x3f28d8(0x132),'month':'ماه','day':'روز','date':_0x3f28d8(0x13b),'hour':_0x3f28d8(0x13a),'minute':_0x3f28d8(0x136),'hourMinute':_0x3f28d8(0x125),'quarter':_0x3f28d8(0x139),'monthDate':'ماه-روز','yearQuarter':_0x3f28d8(0x115),'yearMonth':'سال-ماه','yearMonthDate':'سال-ماه-روز'},'cellDateGroupDisplay':{'minute':_0x3f28d8(0x134),'hour':'{0}','hourMinute':_0x3f28d8(0x129),'date':'{0}','month':_0x3f28d8(0x134),'monthDate':_0x3f28d8(0x12f),'quarter':_0x3f28d8(0x11b),'year':_0x3f28d8(0x134),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x3f28d8(0x11f)}}};}));function _0x2f3f(_0x513e94,_0x4913d1){_0x513e94=_0x513e94-0x114;var _0x534e3b=_0x534e();var _0x2f3f5f=_0x534e3b[_0x513e94];return _0x2f3f5f;}function _0x534e(){var _0x5c3cb5=['سال','634905glVNAP','{0}','جمع','دقیقه','میانگین\x20از\x20','ستون\x20','فصل','ساعت','روز','18FOhUTS','مقدار','5636reqLRz','10TQYsPB','سال-فصل','(سایر)','3017304wSfDNw','خالی','amd','531881IjmIBs','Q{0}','309303WbJEsK','جمع\x20از\x20','برچسبهای\x20ستون','{0}-Q{1}','262chmGIy','function','2205096lCAhRh','واریانس\x20از\x20','انحراف\x20معیار\x20از\x20','ساعت-دقیقه','3451656TPEHry','کمترین\x20از\x20','{0}{1}','{0}:{1}','انحراف\x20معیار\x20کلی\x20از\x20','{1}\x20{0}','تعداد\x20اعداد\x20از\x20','واریانس\x20کلی\x20از\x20','(خالی)','{0}-{1}','تعداد\x20از\x20','فیلترها'];_0x534e=function(){return _0x5c3cb5;};return _0x534e();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3202(_0x9f1aa1,_0x9481a0){_0x9f1aa1=_0x9f1aa1-0xea;var _0x3614fc=_0x3614();var _0x3202ef=_0x3614fc[_0x9f1aa1];return _0x3202ef;}function _0x3614(){var _0x1a5cd2=['function','Écart-type\x20de\x20','(Vide)','Heure-Minute','Jour','{0}-{1}','valeur','(Autre)','Q{0}','Somme\x20de\x20','3972rvYGdq','2720643YOnSOl','Nombre\x20de\x20','2398cYipYe','671gsHNcE','Année-Mois','exports','UniverProSheetsPivotFrFR','Sous-total','1137212pXyoMG','Mois','Écart-type\x20pop.\x20de\x20','Total\x20général','13325oMkhuL','Heure','{0}-Q{1}','{0}\x20{1}','amd','vide','Minute','Ligne','22687880HagwTZ','Année-Trimestre','2822168jHxtZB','{0}:{1}','Colonne','Variance\x20de\x20','615013CatWQx','{0}','Étiquettes\x20de\x20lignes','Produit\x20de\x20','Moyenne\x20de\x20','Filtre','Total','{0}-{1}-{2}','Min\x20de\x20','Étiquettes\x20de\x20colonnes','45kSTziu','object','Année'];_0x3614=function(){return _0x1a5cd2;};return _0x3614();}(function(_0x235267,_0x482de8){var _0x336243=_0x3202,_0x71cbca=_0x235267();while(!![]){try{var _0x1e5f11=-parseInt(_0x336243(0x10c))/0x1*(parseInt(_0x336243(0x10b))/0x2)+-parseInt(_0x336243(0x109))/0x3+parseInt(_0x336243(0x111))/0x4+parseInt(_0x336243(0x115))/0x5*(-parseInt(_0x336243(0x108))/0x6)+parseInt(_0x336243(0xf1))/0x7+parseInt(_0x336243(0xed))/0x8*(parseInt(_0x336243(0xfb))/0x9)+parseInt(_0x336243(0xeb))/0xa;if(_0x1e5f11===_0x482de8)break;else _0x71cbca['push'](_0x71cbca['shift']());}catch(_0x5e79cf){_0x71cbca['push'](_0x71cbca['shift']());}}}(_0x3614,0xe2d8d),function(_0x5e08d0,_0x7a4642){var _0x57ad8d=_0x3202;typeof exports==_0x57ad8d(0xfc)&&typeof module<'u'?module[_0x57ad8d(0x10e)]=_0x7a4642():typeof define==_0x57ad8d(0xfe)&&define[_0x57ad8d(0x119)]?define([],_0x7a4642):(_0x5e08d0=typeof globalThis<'u'?globalThis:_0x5e08d0||self,_0x5e08d0[_0x57ad8d(0x10f)]=_0x7a4642());}(this,function(){var _0xb35b67=_0x3202;return{'sheets-pivot':{'sheet':'Feuille','blankValue':_0xb35b67(0x100),'otherValue':_0xb35b67(0x105),'columnName':'Colonne\x20','subTotalText':_0xb35b67(0xf7),'grandTotalText':_0xb35b67(0x114),'valueText':'Valeur','rowLabels':_0xb35b67(0xf3),'columnLabels':_0xb35b67(0xfa),'averageName':_0xb35b67(0xf5),'countName':'Nombre\x20de\x20','countNumsName':_0xb35b67(0x10a),'maxName':'Max\x20de\x20','minName':_0xb35b67(0xf9),'productName':_0xb35b67(0xf4),'stdDevName':_0xb35b67(0xff),'stdDevpName':_0xb35b67(0x113),'sumName':_0xb35b67(0x107),'varName':_0xb35b67(0xf0),'varpName':'Variance\x20pop.\x20de\x20','subTotal':_0xb35b67(0x110),'grandTotal':'Total\x20général','value':_0xb35b67(0x104),'blank':_0xb35b67(0x11a),'other':'autre','renderText':{'valueField':'{0}{1}','subtotal':_0xb35b67(0x118),'grandTotal':_0xb35b67(0x118),'multipleGrandTotal':_0xb35b67(0xf2),'subtotalWithValue':_0xb35b67(0x118)},'emptyPivot':{'filter':_0xb35b67(0xf6),'row':_0xb35b67(0xea),'column':_0xb35b67(0xef),'values':'Valeurs'},'dateGroup':{'year':_0xb35b67(0xfd),'month':_0xb35b67(0x112),'day':_0xb35b67(0x102),'date':_0xb35b67(0x102),'hour':_0xb35b67(0x116),'minute':_0xb35b67(0x11b),'hourMinute':_0xb35b67(0x101),'quarter':'Trimestre','monthDate':'Mois-Jour','yearQuarter':_0xb35b67(0xec),'yearMonth':_0xb35b67(0x10d),'yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0xb35b67(0xf2),'hour':'{0}','hourMinute':_0xb35b67(0xee),'date':'{0}','month':'{0}','monthDate':_0xb35b67(0x103),'quarter':_0xb35b67(0x106),'year':_0xb35b67(0xf2),'yearMonth':'{0}-{1}','yearMonthDate':_0xb35b67(0xf8),'yearQuarter':_0xb35b67(0x117)}}};}));
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1319(_0x57896d,_0x4c1d91){_0x57896d=_0x57896d-0x174;var _0x45b8fd=_0x45b8();var _0x131996=_0x45b8fd[_0x57896d];return _0x131996;}function _0x45b8(){var _0x5df311=['1836416yErWdz','{0}\x20{1}','Baris','Kolom\x20','716362jsOdRW','Kolom','Nilai','lainnya','Label\x20Baris','StdDevp\x20dari\x20','Maks\x20dari\x20','amd','object','1864728HpQJGF','{0}:{1}','exports','Hasil\x20Kali\x20dari\x20','{0}','413916uXLfIR','nilai','Filter','{0}-Q{1}','Varp\x20dari\x20','1EziVFT','Hari','(Lainnya)','(Kosong)','StdDev\x20dari\x20','Label\x20Kolom','Menit','Jumlah\x20dari\x20','1567565GxYYYV','Total','kosong','Kuartal','2271318AjVKbz','Rata-rata\x20dari\x20','Lembar','UniverProSheetsPivotIdID','Tahun','Jam','Jam-Menit','Bulan','11074518myPegx','4VgFFbB','Total\x20Keseluruhan'];_0x45b8=function(){return _0x5df311;};return _0x45b8();}(function(_0x32d040,_0x589cf9){var _0x3648c8=_0x1319,_0x1da487=_0x32d040();while(!![]){try{var _0x2a6106=parseInt(_0x3648c8(0x190))/0x1*(-parseInt(_0x3648c8(0x17d))/0x2)+-parseInt(_0x3648c8(0x18b))/0x3+parseInt(_0x3648c8(0x177))/0x4*(-parseInt(_0x3648c8(0x198))/0x5)+-parseInt(_0x3648c8(0x186))/0x6+parseInt(_0x3648c8(0x19c))/0x7+-parseInt(_0x3648c8(0x179))/0x8+parseInt(_0x3648c8(0x176))/0x9;if(_0x2a6106===_0x589cf9)break;else _0x1da487['push'](_0x1da487['shift']());}catch(_0x502bbe){_0x1da487['push'](_0x1da487['shift']());}}}(_0x45b8,0x320aa),function(_0x18438e,_0x301389){var _0x2cb909=_0x1319;typeof exports==_0x2cb909(0x185)&&typeof module<'u'?module[_0x2cb909(0x188)]=_0x301389():typeof define=='function'&&define[_0x2cb909(0x184)]?define([],_0x301389):(_0x18438e=typeof globalThis<'u'?globalThis:_0x18438e||self,_0x18438e[_0x2cb909(0x19f)]=_0x301389());}(this,function(){var _0x1c4974=_0x1319;return{'sheets-pivot':{'sheet':_0x1c4974(0x19e),'blankValue':_0x1c4974(0x193),'otherValue':_0x1c4974(0x192),'columnName':_0x1c4974(0x17c),'subTotalText':_0x1c4974(0x199),'grandTotalText':_0x1c4974(0x178),'valueText':_0x1c4974(0x17f),'rowLabels':_0x1c4974(0x181),'columnLabels':_0x1c4974(0x195),'averageName':_0x1c4974(0x19d),'countName':_0x1c4974(0x197),'countNumsName':'Jumlah\x20dari\x20','maxName':_0x1c4974(0x183),'minName':'Min\x20dari\x20','productName':_0x1c4974(0x189),'stdDevName':_0x1c4974(0x194),'stdDevpName':_0x1c4974(0x182),'sumName':_0x1c4974(0x197),'varName':'Var\x20dari\x20','varpName':_0x1c4974(0x18f),'subTotal':'Subtotal','grandTotal':_0x1c4974(0x178),'value':_0x1c4974(0x18c),'blank':_0x1c4974(0x19a),'other':_0x1c4974(0x180),'renderText':{'valueField':'{0}{1}','subtotal':_0x1c4974(0x17a),'grandTotal':_0x1c4974(0x17a),'multipleGrandTotal':_0x1c4974(0x18a),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x1c4974(0x18d),'row':_0x1c4974(0x17b),'column':_0x1c4974(0x17e),'values':'Nilai'},'dateGroup':{'year':_0x1c4974(0x1a0),'month':_0x1c4974(0x175),'day':_0x1c4974(0x191),'date':_0x1c4974(0x191),'hour':_0x1c4974(0x1a1),'minute':_0x1c4974(0x196),'hourMinute':_0x1c4974(0x174),'quarter':_0x1c4974(0x19b),'monthDate':'Bulan-Hari','yearQuarter':'Tahun-Kuartal','yearMonth':'Tahun-Bulan','yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x1c4974(0x18a),'hour':_0x1c4974(0x18a),'hourMinute':_0x1c4974(0x187),'date':'{0}','month':'{0}','monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x1c4974(0x18a),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x1c4974(0x18e)}}};}));
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x1dbf(_0x5d95ae,_0x7ba66b){_0x5d95ae=_0x5d95ae-0x7f;var _0x56febd=_0x56fe();var _0x1dbf5c=_0x56febd[_0x5d95ae];return _0x1dbf5c;}function _0x56fe(){var _0x36359b=['242970QDwNhq','vuoto','valore','6714270OYtBQp','{0}:{1}','Media\x20di\x20','Anno-Mese-Giorno','2063932ZzPKtA','object','{0}-Q{1}','{0}\x20{1}','altro','{0}-{1}','Mese','Totale\x20Complessivo','Varp\x20di\x20','Ora','Valori','{0}','Conteggio\x20di\x20','Anno-Mese','(Vuoto)','UniverProSheetsPivotItIT','1277425VTdZdV','Totale','Var\x20di\x20','Minuto','Colonna\x20','296mFsWLw','7HsUOtY','Prodotto\x20di\x20','2kpfrcJ','function','Anno-Trimestre','276990NMTQnb','1140366jkDSVZ','Valore','DevStdp\x20di\x20','{0}-{1}-{2}','Etichette\x20di\x20colonna','{0}{1}','Giorno','Filtro','30357YRPKww','(Altro)'];_0x56fe=function(){return _0x36359b;};return _0x56fe();}(function(_0x4dc487,_0xb44980){var _0x204d0d=_0x1dbf,_0x18dac0=_0x4dc487();while(!![]){try{var _0x16fc29=-parseInt(_0x204d0d(0x9c))/0x1+parseInt(_0x204d0d(0x8e))/0x2*(parseInt(_0x204d0d(0x91))/0x3)+parseInt(_0x204d0d(0xa3))/0x4+parseInt(_0x204d0d(0x86))/0x5+parseInt(_0x204d0d(0x92))/0x6*(parseInt(_0x204d0d(0x8c))/0x7)+-parseInt(_0x204d0d(0x8b))/0x8*(-parseInt(_0x204d0d(0x9a))/0x9)+-parseInt(_0x204d0d(0x9f))/0xa;if(_0x16fc29===_0xb44980)break;else _0x18dac0['push'](_0x18dac0['shift']());}catch(_0x43617d){_0x18dac0['push'](_0x18dac0['shift']());}}}(_0x56fe,0x40847),function(_0x3f2a50,_0x5cce1a){var _0x467299=_0x1dbf;typeof exports==_0x467299(0xa4)&&typeof module<'u'?module['exports']=_0x5cce1a():typeof define==_0x467299(0x8f)&&define['amd']?define([],_0x5cce1a):(_0x3f2a50=typeof globalThis<'u'?globalThis:_0x3f2a50||self,_0x3f2a50[_0x467299(0x85)]=_0x5cce1a());}(this,function(){var _0x401b11=_0x1dbf;return{'sheets-pivot':{'sheet':'Foglio','blankValue':_0x401b11(0x84),'otherValue':_0x401b11(0x9b),'columnName':_0x401b11(0x8a),'subTotalText':_0x401b11(0x87),'grandTotalText':_0x401b11(0xaa),'valueText':_0x401b11(0x93),'rowLabels':'Etichette\x20di\x20riga','columnLabels':_0x401b11(0x96),'averageName':_0x401b11(0xa1),'countName':_0x401b11(0x82),'countNumsName':_0x401b11(0x82),'maxName':'Massimo\x20di\x20','minName':'Minimo\x20di\x20','productName':_0x401b11(0x8d),'stdDevName':'DevStd\x20di\x20','stdDevpName':_0x401b11(0x94),'sumName':'Somma\x20di\x20','varName':_0x401b11(0x88),'varpName':_0x401b11(0xab),'subTotal':'Subtotale','grandTotal':'Totale\x20Complessivo','value':_0x401b11(0x9e),'blank':_0x401b11(0x9d),'other':_0x401b11(0xa7),'renderText':{'valueField':_0x401b11(0x97),'subtotal':_0x401b11(0xa6),'grandTotal':_0x401b11(0xa6),'multipleGrandTotal':_0x401b11(0x81),'subtotalWithValue':_0x401b11(0xa6)},'emptyPivot':{'filter':_0x401b11(0x99),'row':'Riga','column':'Colonna','values':_0x401b11(0x80)},'dateGroup':{'year':'Anno','month':_0x401b11(0xa9),'day':_0x401b11(0x98),'date':_0x401b11(0x98),'hour':_0x401b11(0x7f),'minute':_0x401b11(0x89),'hourMinute':'Ora-Minuto','quarter':'Trimestre','monthDate':'Mese-Giorno','yearQuarter':_0x401b11(0x90),'yearMonth':_0x401b11(0x83),'yearMonthDate':_0x401b11(0xa2)},'cellDateGroupDisplay':{'minute':_0x401b11(0x81),'hour':_0x401b11(0x81),'hourMinute':_0x401b11(0xa0),'date':_0x401b11(0x81),'month':'{0}','monthDate':_0x401b11(0xa8),'quarter':'Q{0}','year':_0x401b11(0x81),'yearMonth':_0x401b11(0xa8),'yearMonthDate':_0x401b11(0x95),'yearQuarter':_0x401b11(0xa5)}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3dedda,_0x3f1a21){var _0x4ea3a1=_0x3aa1,_0x1e16ff=_0x3dedda();while(!![]){try{var _0x1f803c=-parseInt(_0x4ea3a1(0x1a8))/0x1*(parseInt(_0x4ea3a1(0x19d))/0x2)+-parseInt(_0x4ea3a1(0x18f))/0x3*(parseInt(_0x4ea3a1(0x192))/0x4)+-parseInt(_0x4ea3a1(0x1a2))/0x5+parseInt(_0x4ea3a1(0x19e))/0x6+parseInt(_0x4ea3a1(0x191))/0x7+parseInt(_0x4ea3a1(0x1ac))/0x8*(-parseInt(_0x4ea3a1(0x198))/0x9)+parseInt(_0x4ea3a1(0x195))/0xa;if(_0x1f803c===_0x3f1a21)break;else _0x1e16ff['push'](_0x1e16ff['shift']());}catch(_0x102324){_0x1e16ff['push'](_0x1e16ff['shift']());}}}(_0x59f0,0x3af2a),function(_0x1c65ce,_0x656311){var _0x5e98a4=_0x3aa1;typeof exports==_0x5e98a4(0x19b)&&typeof module<'u'?module[_0x5e98a4(0x1ae)]=_0x656311():typeof define==_0x5e98a4(0x19c)&&define['amd']?define([],_0x656311):(_0x1c65ce=typeof globalThis<'u'?globalThis:_0x1c65ce||self,_0x1c65ce[_0x5e98a4(0x194)]=_0x656311());}(this,function(){var _0x4d2c0d=_0x3aa1;return{'sheets-pivot':{'sheet':_0x4d2c0d(0x1ab),'blankValue':_0x4d2c0d(0x199),'otherValue':_0x4d2c0d(0x1ad),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':'行ラベル','columnLabels':'列ラベル','averageName':'平均\x20/\x20','countName':_0x4d2c0d(0x1a1),'countNumsName':'数値の個数\x20/\x20','maxName':'最大値\x20/\x20','minName':_0x4d2c0d(0x1aa),'productName':_0x4d2c0d(0x1a5),'stdDevName':_0x4d2c0d(0x196),'stdDevpName':_0x4d2c0d(0x19a),'sumName':_0x4d2c0d(0x1a3),'varName':_0x4d2c0d(0x1a7),'varpName':_0x4d2c0d(0x193),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x4d2c0d(0x1b1),'renderText':{'valueField':_0x4d2c0d(0x1a6),'subtotal':_0x4d2c0d(0x19f),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x4d2c0d(0x19f)},'emptyPivot':{'filter':_0x4d2c0d(0x1a9),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':'四半期','monthDate':_0x4d2c0d(0x197),'yearQuarter':'年-四半期','yearMonth':_0x4d2c0d(0x190),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x4d2c0d(0x1af),'hourMinute':_0x4d2c0d(0x1b0),'date':_0x4d2c0d(0x1af),'month':_0x4d2c0d(0x1af),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x4d2c0d(0x1af),'yearMonth':'{0}-{1}','yearMonthDate':_0x4d2c0d(0x1a4),'yearQuarter':_0x4d2c0d(0x1a0)}}};}));function _0x3aa1(_0x3e5843,_0x3962ed){_0x3e5843=_0x3e5843-0x18f;var _0x59f0fc=_0x59f0();var _0x3aa119=_0x59f0fc[_0x3e5843];return _0x3aa119;}function _0x59f0(){var _0x11aded=['{0}\x20{1}','{0}-Q{1}','データの個数\x20/\x20','472665tpyZXx','合計\x20/\x20','{0}-{1}-{2}','積\x20/\x20','{0}{1}','分散\x20/\x20','23UOaRHk','フィルター','最小値\x20/\x20','シート','16584qrLUWi','(その他)','exports','{0}','{0}:{1}','その他','8166vNZGUa','年-月','3176523GVpVrI','464ifBWZD','標本分散\x20/\x20','UniverProSheetsPivotJaJP','4642300bPLlTB','標準偏差\x20/\x20','月-日','810AGEsYZ','(空白)','標本標準偏差\x20/\x20','object','function','19308mGkZtA','853968IvnBFS'];_0x59f0=function(){return _0x11aded;};return _0x59f0();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5c7c(_0x524f11,_0x3c8b97){_0x524f11=_0x524f11-0x113;var _0x44f71b=_0x44f7();var _0x5c7c40=_0x44f71b[_0x524f11];return _0x5c7c40;}(function(_0xf01c01,_0x4d55cf){var _0x1e31a2=_0x5c7c,_0x591d7c=_0xf01c01();while(!![]){try{var _0xc0f015=parseInt(_0x1e31a2(0x134))/0x1+parseInt(_0x1e31a2(0x129))/0x2+parseInt(_0x1e31a2(0x128))/0x3+parseInt(_0x1e31a2(0x135))/0x4*(parseInt(_0x1e31a2(0x139))/0x5)+-parseInt(_0x1e31a2(0x137))/0x6*(-parseInt(_0x1e31a2(0x11e))/0x7)+-parseInt(_0x1e31a2(0x113))/0x8*(-parseInt(_0x1e31a2(0x120))/0x9)+-parseInt(_0x1e31a2(0x124))/0xa;if(_0xc0f015===_0x4d55cf)break;else _0x591d7c['push'](_0x591d7c['shift']());}catch(_0x3bebf6){_0x591d7c['push'](_0x591d7c['shift']());}}}(_0x44f7,0xf2181),function(_0x51c5bd,_0x27a825){var _0x59b398=_0x5c7c;typeof exports==_0x59b398(0x11a)&&typeof module<'u'?module[_0x59b398(0x115)]=_0x27a825():typeof define==_0x59b398(0x12c)&&define[_0x59b398(0x126)]?define([],_0x27a825):(_0x51c5bd=typeof globalThis<'u'?globalThis:_0x51c5bd||self,_0x51c5bd[_0x59b398(0x130)]=_0x27a825());}(this,function(){var _0x4642f7=_0x5c7c;return{'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':_0x4642f7(0x13a),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x4642f7(0x138),'valueText':'값','rowLabels':_0x4642f7(0x122),'columnLabels':'열\x20레이블','averageName':_0x4642f7(0x123),'countName':_0x4642f7(0x11b),'countNumsName':_0x4642f7(0x117),'maxName':'최대값\x20/\x20','minName':_0x4642f7(0x12d),'productName':_0x4642f7(0x132),'stdDevName':_0x4642f7(0x12e),'stdDevpName':_0x4642f7(0x12b),'sumName':_0x4642f7(0x11f),'varName':_0x4642f7(0x125),'varpName':_0x4642f7(0x131),'subTotal':_0x4642f7(0x12f),'grandTotal':'총합계','value':'값','blank':_0x4642f7(0x119),'other':'기타','renderText':{'valueField':_0x4642f7(0x136),'subtotal':_0x4642f7(0x118),'grandTotal':_0x4642f7(0x118),'multipleGrandTotal':'{0}','subtotalWithValue':_0x4642f7(0x118)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':'시-분','quarter':'분기','monthDate':_0x4642f7(0x121),'yearQuarter':_0x4642f7(0x11d),'yearMonth':_0x4642f7(0x116),'yearMonthDate':_0x4642f7(0x13b)},'cellDateGroupDisplay':{'minute':_0x4642f7(0x133),'hour':_0x4642f7(0x133),'hourMinute':_0x4642f7(0x12a),'date':_0x4642f7(0x133),'month':_0x4642f7(0x133),'monthDate':_0x4642f7(0x13c),'quarter':_0x4642f7(0x11c),'year':_0x4642f7(0x133),'yearMonth':_0x4642f7(0x13c),'yearMonthDate':_0x4642f7(0x127),'yearQuarter':_0x4642f7(0x114)}}};}));function _0x44f7(){var _0x1c946a=['행\x20레이블','평균\x20/\x20','45817110wvWgET','분산\x20/\x20','amd','{0}-{1}-{2}','3906969jHxHqP','3109600cDWssk','{0}:{1}','표준\x20편차(모집단)\x20/\x20','function','최소값\x20/\x20','표준\x20편차\x20/\x20','부분합','UniverProSheetsPivotKoKR','분산(모집단)\x20/\x20','곱\x20/\x20','{0}','1533570MBzIOQ','4cgttRM','{0}{1}','106356IgNExS','총합계','4282445QoefgE','(기타)','년-월-일','{0}-{1}','272968EFijoE','{0}-Q{1}','exports','년-월','숫자\x20개수\x20/\x20','{0}\x20{1}','비어\x20있음','object','개수\x20/\x20','Q{0}','년-분기','21NCacCe','합계\x20/\x20','72tpyjdq','월-일'];_0x44f7=function(){return _0x1c946a;};return _0x44f7();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x20a7(_0x245670,_0x2b181f){_0x245670=_0x245670-0x196;var _0x36bded=_0x36bd();var _0x20a7ff=_0x36bded[_0x245670];return _0x20a7ff;}(function(_0x2534b1,_0x4cbefc){var _0x395f3a=_0x20a7,_0x42b770=_0x2534b1();while(!![]){try{var _0x581275=parseInt(_0x395f3a(0x1c3))/0x1+-parseInt(_0x395f3a(0x19c))/0x2+-parseInt(_0x395f3a(0x1bd))/0x3+-parseInt(_0x395f3a(0x1af))/0x4*(parseInt(_0x395f3a(0x1a4))/0x5)+parseInt(_0x395f3a(0x1aa))/0x6+parseInt(_0x395f3a(0x19f))/0x7*(-parseInt(_0x395f3a(0x1c6))/0x8)+-parseInt(_0x395f3a(0x1b7))/0x9*(-parseInt(_0x395f3a(0x1a8))/0xa);if(_0x581275===_0x4cbefc)break;else _0x42b770['push'](_0x42b770['shift']());}catch(_0x4c69af){_0x42b770['push'](_0x42b770['shift']());}}}(_0x36bd,0xd08f5),function(_0x3a8ea9,_0x2458c7){var _0x5d5276=_0x20a7;typeof exports==_0x5d5276(0x1ad)&&typeof module<'u'?module['exports']=_0x2458c7():typeof define==_0x5d5276(0x1a3)&&define[_0x5d5276(0x1b3)]?define([],_0x2458c7):(_0x3a8ea9=typeof globalThis<'u'?globalThis:_0x3a8ea9||self,_0x3a8ea9[_0x5d5276(0x1a2)]=_0x2458c7());}(this,function(){var _0x5ab301=_0x20a7;return{'sheets-pivot':{'sheet':_0x5ab301(0x19d),'blankValue':_0x5ab301(0x1b6),'otherValue':_0x5ab301(0x1c5),'columnName':_0x5ab301(0x19a),'subTotalText':_0x5ab301(0x1a9),'grandTotalText':_0x5ab301(0x1bc),'valueText':'Wartość','rowLabels':_0x5ab301(0x1bf),'columnLabels':_0x5ab301(0x1c1),'averageName':_0x5ab301(0x1ab),'countName':_0x5ab301(0x1a0),'countNumsName':'Liczba\x20z\x20','maxName':'Maksimum\x20z\x20','minName':_0x5ab301(0x1a5),'productName':_0x5ab301(0x1c2),'stdDevName':_0x5ab301(0x1be),'stdDevpName':'OdchStdPop\x20z\x20','sumName':_0x5ab301(0x1a7),'varName':_0x5ab301(0x197),'varpName':_0x5ab301(0x199),'subTotal':_0x5ab301(0x1ac),'grandTotal':_0x5ab301(0x1bc),'value':_0x5ab301(0x1c0),'blank':_0x5ab301(0x1b2),'other':_0x5ab301(0x19b),'renderText':{'valueField':_0x5ab301(0x1ba),'subtotal':_0x5ab301(0x1bb),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5ab301(0x1b1),'subtotalWithValue':_0x5ab301(0x1bb)},'emptyPivot':{'filter':_0x5ab301(0x19e),'row':_0x5ab301(0x1b4),'column':'Kolumna','values':_0x5ab301(0x1c4)},'dateGroup':{'year':_0x5ab301(0x1b5),'month':'Miesiąc','day':_0x5ab301(0x1a6),'date':_0x5ab301(0x1a6),'hour':'Godzina','minute':_0x5ab301(0x1b8),'hourMinute':_0x5ab301(0x198),'quarter':_0x5ab301(0x1ae),'monthDate':'Miesiąc-Dzień','yearQuarter':'Rok-Kwartał','yearMonth':_0x5ab301(0x1a1),'yearMonthDate':'Rok-Miesiąc-Dzień'},'cellDateGroupDisplay':{'minute':_0x5ab301(0x1b1),'hour':'{0}','hourMinute':_0x5ab301(0x1b9),'date':_0x5ab301(0x1b1),'month':_0x5ab301(0x1b1),'monthDate':'{0}-{1}','quarter':_0x5ab301(0x1c7),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x5ab301(0x1b0),'yearQuarter':_0x5ab301(0x196)}}};}));function _0x36bd(){var _0x55d36a=['Q{0}','{0}-Q{1}','Wariancja\x20z\x20','Godzina-Minuta','WariancjaPop\x20z\x20','Kolumna\x20','inne','3381332PEwSTF','Arkusz','Filtr','211743dgtzSF','Liczba\x20z\x20','Rok-Miesiąc','UniverProSheetsPivotPlPL','function','1417110eqpZDR','Minimum\x20z\x20','Dzień','Suma\x20z\x20','27797050BHWisO','Suma','1796274UhijJa','Średnia\x20z\x20','Suma\x20częściowa','object','Kwartał','20znXpXI','{0}-{1}-{2}','{0}','puste','amd','Wiersz','Rok','(Puste)','9BzRJqn','Minuta','{0}:{1}','{0}{1}','{0}\x20{1}','Suma\x20całkowita','1704609zmQfbx','OdchStd\x20z\x20','Etykiety\x20wierszy','wartość','Etykiety\x20kolumn','Iloczyn\x20z\x20','1481405DTBkuh','Wartości','(Inne)','8KszSDQ'];_0x36bd=function(){return _0x55d36a;};return _0x36bd();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x59bca4,_0x2bdf1b){var _0x1cafb1=_0x3e3a,_0xba9d1c=_0x59bca4();while(!![]){try{var _0x11852c=parseInt(_0x1cafb1(0x13c))/0x1*(-parseInt(_0x1cafb1(0x14b))/0x2)+-parseInt(_0x1cafb1(0x15f))/0x3+-parseInt(_0x1cafb1(0x130))/0x4*(parseInt(_0x1cafb1(0x156))/0x5)+-parseInt(_0x1cafb1(0x14d))/0x6*(parseInt(_0x1cafb1(0x15e))/0x7)+parseInt(_0x1cafb1(0x134))/0x8+-parseInt(_0x1cafb1(0x14e))/0x9*(parseInt(_0x1cafb1(0x161))/0xa)+parseInt(_0x1cafb1(0x13b))/0xb;if(_0x11852c===_0x2bdf1b)break;else _0xba9d1c['push'](_0xba9d1c['shift']());}catch(_0xf84fbb){_0xba9d1c['push'](_0xba9d1c['shift']());}}}(_0x1bcd,0x327b1),function(_0x2c52c1,_0x45c8a3){var _0x1e144b=_0x3e3a;typeof exports==_0x1e144b(0x145)&&typeof module<'u'?module['exports']=_0x45c8a3():typeof define==_0x1e144b(0x158)&&define[_0x1e144b(0x15b)]?define([],_0x45c8a3):(_0x2c52c1=typeof globalThis<'u'?globalThis:_0x2c52c1||self,_0x2c52c1['UniverProSheetsPivotPtBR']=_0x45c8a3());}(this,function(){var _0x25533d=_0x3e3a;return{'sheets-pivot':{'sheet':_0x25533d(0x144),'blankValue':_0x25533d(0x139),'otherValue':_0x25533d(0x141),'columnName':_0x25533d(0x15d),'subTotalText':'Subtotal','grandTotalText':_0x25533d(0x14c),'valueText':'Valor','rowLabels':_0x25533d(0x15a),'columnLabels':_0x25533d(0x13f),'averageName':_0x25533d(0x132),'countName':_0x25533d(0x159),'countNumsName':_0x25533d(0x159),'maxName':_0x25533d(0x162),'minName':_0x25533d(0x153),'productName':_0x25533d(0x13e),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x25533d(0x131),'sumName':'Soma\x20de\x20','varName':_0x25533d(0x152),'varpName':_0x25533d(0x157),'subTotal':_0x25533d(0x15c),'grandTotal':_0x25533d(0x14c),'value':_0x25533d(0x137),'blank':_0x25533d(0x13a),'other':_0x25533d(0x151),'renderText':{'valueField':'{0}{1}','subtotal':_0x25533d(0x14f),'grandTotal':_0x25533d(0x14f),'multipleGrandTotal':_0x25533d(0x160),'subtotalWithValue':_0x25533d(0x14f)},'emptyPivot':{'filter':_0x25533d(0x138),'row':_0x25533d(0x150),'column':_0x25533d(0x143),'values':_0x25533d(0x154)},'dateGroup':{'year':_0x25533d(0x133),'month':_0x25533d(0x149),'day':'Dia','date':_0x25533d(0x142),'hour':'Hora','minute':_0x25533d(0x147),'hourMinute':'Hora-Minuto','quarter':_0x25533d(0x135),'monthDate':_0x25533d(0x146),'yearQuarter':'Ano-Trimestre','yearMonth':_0x25533d(0x140),'yearMonthDate':_0x25533d(0x163)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x25533d(0x155),'date':_0x25533d(0x160),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x25533d(0x14a),'year':_0x25533d(0x160),'yearMonth':_0x25533d(0x13d),'yearMonthDate':_0x25533d(0x148),'yearQuarter':_0x25533d(0x136)}}};}));function _0x3e3a(_0x4deace,_0x4969b5){_0x4deace=_0x4deace-0x130;var _0x1bcdb6=_0x1bcd();var _0x3e3a08=_0x1bcdb6[_0x4deace];return _0x3e3a08;}function _0x1bcd(){var _0x311764=['701892KWnvUo','{0}','50FqCGiH','Máximo\x20de\x20','Ano-Mês-Dia','2172RbGYvl','DesvPadrãoP\x20de\x20','Média\x20de\x20','Ano','1769544EBYVTI','Trimestre','{0}-Q{1}','valor','Filtro','(Em\x20branco)','em\x20branco','13441670XkZqOf','2uAenFW','{0}-{1}','Produto\x20de\x20','Rótulos\x20de\x20coluna','Ano-Mês','(Outro)','Dia','Coluna','Planilha','object','Mês-Dia','Minuto','{0}-{1}-{2}','Mês','Q{0}','305186DaUvRk','Total\x20Geral','6SdNOzr','557541EqWInZ','{0}\x20{1}','Linha','outro','Var\x20de\x20','Mínimo\x20de\x20','Valores','{0}:{1}','2995KoTiGk','VarP\x20de\x20','function','Contagem\x20de\x20','Rótulos\x20de\x20linha','amd','Subtotal','Coluna\x20','435694cNoWuE'];_0x1bcd=function(){return _0x311764;};return _0x1bcd();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x276f(_0x438202,_0x4620d8){_0x438202=_0x438202-0x17b;var _0x36a33b=_0x36a3();var _0x276f57=_0x36a33b[_0x438202];return _0x276f57;}(function(_0x1be315,_0x4c8909){var _0x3e7666=_0x276f,_0x174f4f=_0x1be315();while(!![]){try{var _0x5db3c7=-parseInt(_0x3e7666(0x194))/0x1+-parseInt(_0x3e7666(0x184))/0x2+-parseInt(_0x3e7666(0x1aa))/0x3*(parseInt(_0x3e7666(0x1a3))/0x4)+-parseInt(_0x3e7666(0x19c))/0x5*(parseInt(_0x3e7666(0x198))/0x6)+-parseInt(_0x3e7666(0x17d))/0x7*(-parseInt(_0x3e7666(0x183))/0x8)+parseInt(_0x3e7666(0x1a4))/0x9+-parseInt(_0x3e7666(0x186))/0xa*(-parseInt(_0x3e7666(0x188))/0xb);if(_0x5db3c7===_0x4c8909)break;else _0x174f4f['push'](_0x174f4f['shift']());}catch(_0x1fcefa){_0x174f4f['push'](_0x174f4f['shift']());}}}(_0x36a3,0x6f958),function(_0x3672ae,_0x192d0d){var _0x569a33=_0x276f;typeof exports==_0x569a33(0x182)&&typeof module<'u'?module[_0x569a33(0x1a8)]=_0x192d0d():typeof define==_0x569a33(0x1ab)&&define[_0x569a33(0x19d)]?define([],_0x192d0d):(_0x3672ae=typeof globalThis<'u'?globalThis:_0x3672ae||self,_0x3672ae['UniverProSheetsPivotRuRU']=_0x192d0d());}(this,function(){var _0x4dfc3e=_0x276f;return{'sheets-pivot':{'sheet':_0x4dfc3e(0x193),'blankValue':_0x4dfc3e(0x180),'otherValue':'(Другое)','columnName':_0x4dfc3e(0x187),'subTotalText':_0x4dfc3e(0x195),'grandTotalText':_0x4dfc3e(0x17b),'valueText':_0x4dfc3e(0x191),'rowLabels':_0x4dfc3e(0x17c),'columnLabels':'Метки\x20столбцов','averageName':'Среднее\x20по\x20','countName':_0x4dfc3e(0x18d),'countNumsName':_0x4dfc3e(0x1a2),'maxName':'Максимум\x20по\x20','minName':_0x4dfc3e(0x185),'productName':_0x4dfc3e(0x1ac),'stdDevName':_0x4dfc3e(0x18c),'stdDevpName':_0x4dfc3e(0x17f),'sumName':'Сумма\x20по\x20','varName':_0x4dfc3e(0x190),'varpName':'Общая\x20дисперсия\x20по\x20','subTotal':'Промежуточный\x20итог','grandTotal':_0x4dfc3e(0x17b),'value':_0x4dfc3e(0x191),'blank':_0x4dfc3e(0x197),'other':_0x4dfc3e(0x19a),'renderText':{'valueField':_0x4dfc3e(0x17e),'subtotal':_0x4dfc3e(0x192),'grandTotal':_0x4dfc3e(0x192),'multipleGrandTotal':_0x4dfc3e(0x18f),'subtotalWithValue':_0x4dfc3e(0x192)},'emptyPivot':{'filter':_0x4dfc3e(0x19f),'row':_0x4dfc3e(0x189),'column':'Столбец','values':_0x4dfc3e(0x191)},'dateGroup':{'year':_0x4dfc3e(0x199),'month':_0x4dfc3e(0x1a6),'day':'День','date':_0x4dfc3e(0x18e),'hour':_0x4dfc3e(0x181),'minute':_0x4dfc3e(0x196),'hourMinute':_0x4dfc3e(0x1a9),'quarter':'Квартал','monthDate':_0x4dfc3e(0x1a5),'yearQuarter':'Год-Квартал','yearMonth':_0x4dfc3e(0x18b),'yearMonthDate':_0x4dfc3e(0x1a0)},'cellDateGroupDisplay':{'minute':_0x4dfc3e(0x18f),'hour':_0x4dfc3e(0x18f),'hourMinute':_0x4dfc3e(0x19e),'date':_0x4dfc3e(0x18f),'month':_0x4dfc3e(0x18f),'monthDate':_0x4dfc3e(0x18a),'quarter':_0x4dfc3e(0x1a1),'year':'{0}','yearMonth':_0x4dfc3e(0x18a),'yearMonthDate':_0x4dfc3e(0x19b),'yearQuarter':_0x4dfc3e(0x1a7)}}};}));function _0x36a3(){var _0x28b62c=['Другое','{0}-{1}-{2}','4825xHLZFk','amd','{0}:{1}','Фильтр','Год-Месяц-День','Q{0}','Число\x20по\x20','4NBhgFJ','2335275QVSijx','Месяц-День','Месяц','{0}-Q{1}','exports','Час-Минута','2064546YAeGnl','function','Произведение\x20по\x20','Общий\x20итог','Метки\x20строк','21CrkaPm','{0}{1}','Общее\x20стандартное\x20отклонение\x20по\x20','(Пусто)','Час','object','691296WSjnUl','314516FuOope','Минимум\x20по\x20','20rIoQXd','Столбец\x20','11356477garTFc','Строка','{0}-{1}','Год-Месяц','Стандартное\x20отклонение\x20по\x20','Количество\x20по\x20','День','{0}','Дисперсия\x20по\x20','Значение','{0}\x20{1}','Лист','443417DWqQno','Промежуточный\x20итог','Минута','Пусто','5208gNjwqs','Год'];_0x36a3=function(){return _0x28b62c;};return _0x36a3();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x39ce(){var _0x4310ed=['5161908bfRiPz','100yQSSrK','991654GwBxap','Q{0}','UniverProSheetsPivotSkSK','Hodnota','Filter','{0}\x20{1}','20622498SmPWJu','Hodina','Štvrťrok','{0}-{1}','{0}:{1}','Hodina-Minúta','28835BRVYpi','Súčet','hodnota','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac-Deň','Rok','Celkový\x20súčet','Rozptyl\x20populácie\x20z\x20','1VprohT','Menovky\x20riadkov','Minúta','Rok-Mesiac','Min\x20z\x20','(Iné)','1364166XgtyrO','Rok-Štvrťrok','Počet\x20z\x20','2144wZvsZA','Stĺpec','Smerodajná\x20odchýlka\x20populácie\x20z\x20','12324785fUyLVb','function','Medzisúčet','Rozptyl\x20z\x20','Menovky\x20stĺpcov','Priemer\x20z\x20','Deň','{0}','Súčet\x20z\x20','Hárok','1446XttNvO','{0}-Q{1}','{0}{1}','24RiEpua','Súčin\x20z\x20','3KYrbUy','{0}-{1}-{2}','Mesiac','Stĺpec\x20','Mesiac-Deň','prázdne','27902kEndKB'];_0x39ce=function(){return _0x4310ed;};return _0x39ce();}function _0x2a06(_0x27b66f,_0x472a2d){_0x27b66f=_0x27b66f-0x14c;var _0x39ceaa=_0x39ce();var _0x2a0624=_0x39ceaa[_0x27b66f];return _0x2a0624;}(function(_0x4c2229,_0x243632){var _0x901bfc=_0x2a06,_0xa37111=_0x4c2229();while(!![]){try{var _0x289707=parseInt(_0x901bfc(0x14f))/0x1*(parseInt(_0x901bfc(0x173))/0x2)+-parseInt(_0x901bfc(0x16a))/0x3*(-parseInt(_0x901bfc(0x171))/0x4)+-parseInt(_0x901bfc(0x17f))/0x5*(parseInt(_0x901bfc(0x165))/0x6)+parseInt(_0x901bfc(0x170))/0x7*(parseInt(_0x901bfc(0x158))/0x8)+-parseInt(_0x901bfc(0x155))/0x9*(-parseInt(_0x901bfc(0x172))/0xa)+parseInt(_0x901bfc(0x15b))/0xb+-parseInt(_0x901bfc(0x168))/0xc*(parseInt(_0x901bfc(0x179))/0xd);if(_0x289707===_0x243632)break;else _0xa37111['push'](_0xa37111['shift']());}catch(_0x390737){_0xa37111['push'](_0xa37111['shift']());}}}(_0x39ce,0xe29bc),function(_0x1ea07f,_0x6f4d76){var _0x4cbfd8=_0x2a06;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x6f4d76():typeof define==_0x4cbfd8(0x15c)&&define['amd']?define([],_0x6f4d76):(_0x1ea07f=typeof globalThis<'u'?globalThis:_0x1ea07f||self,_0x1ea07f[_0x4cbfd8(0x175)]=_0x6f4d76());}(this,function(){var _0x3ed838=_0x2a06;return{'sheets-pivot':{'sheet':_0x3ed838(0x164),'blankValue':'(Prázdne)','otherValue':_0x3ed838(0x154),'columnName':_0x3ed838(0x16d),'subTotalText':_0x3ed838(0x180),'grandTotalText':_0x3ed838(0x14d),'valueText':_0x3ed838(0x176),'rowLabels':_0x3ed838(0x150),'columnLabels':_0x3ed838(0x15f),'averageName':_0x3ed838(0x160),'countName':_0x3ed838(0x157),'countNumsName':_0x3ed838(0x157),'maxName':'Max\x20z\x20','minName':_0x3ed838(0x153),'productName':_0x3ed838(0x169),'stdDevName':_0x3ed838(0x182),'stdDevpName':_0x3ed838(0x15a),'sumName':_0x3ed838(0x163),'varName':_0x3ed838(0x15e),'varpName':_0x3ed838(0x14e),'subTotal':_0x3ed838(0x15d),'grandTotal':_0x3ed838(0x14d),'value':_0x3ed838(0x181),'blank':_0x3ed838(0x16f),'other':'iné','renderText':{'valueField':_0x3ed838(0x167),'subtotal':'{0}\x20{1}','grandTotal':_0x3ed838(0x178),'multipleGrandTotal':_0x3ed838(0x162),'subtotalWithValue':_0x3ed838(0x178)},'emptyPivot':{'filter':_0x3ed838(0x177),'row':'Riadok','column':_0x3ed838(0x159),'values':'Hodnoty'},'dateGroup':{'year':_0x3ed838(0x14c),'month':_0x3ed838(0x16c),'day':_0x3ed838(0x161),'date':_0x3ed838(0x161),'hour':_0x3ed838(0x17a),'minute':_0x3ed838(0x151),'hourMinute':_0x3ed838(0x17e),'quarter':_0x3ed838(0x17b),'monthDate':_0x3ed838(0x16e),'yearQuarter':_0x3ed838(0x156),'yearMonth':_0x3ed838(0x152),'yearMonthDate':_0x3ed838(0x183)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3ed838(0x162),'hourMinute':_0x3ed838(0x17d),'date':_0x3ed838(0x162),'month':_0x3ed838(0x162),'monthDate':_0x3ed838(0x17c),'quarter':_0x3ed838(0x174),'year':_0x3ed838(0x162),'yearMonth':_0x3ed838(0x17c),'yearMonthDate':_0x3ed838(0x16b),'yearQuarter':_0x3ed838(0x166)}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5eed2f,_0x505e3f){var _0x5a592f=_0x2d50,_0x1714c8=_0x5eed2f();while(!![]){try{var _0x23b2bb=-parseInt(_0x5a592f(0xc5))/0x1+parseInt(_0x5a592f(0xc0))/0x2*(parseInt(_0x5a592f(0xbd))/0x3)+parseInt(_0x5a592f(0xbf))/0x4+-parseInt(_0x5a592f(0xc6))/0x5+-parseInt(_0x5a592f(0xd3))/0x6+parseInt(_0x5a592f(0xbe))/0x7+-parseInt(_0x5a592f(0xc8))/0x8*(-parseInt(_0x5a592f(0xd8))/0x9);if(_0x23b2bb===_0x505e3f)break;else _0x1714c8['push'](_0x1714c8['shift']());}catch(_0x24238e){_0x1714c8['push'](_0x1714c8['shift']());}}}(_0x4aeb,0xd9e6d),function(_0x50883d,_0x3f599d){var _0x131aed=_0x2d50;typeof exports==_0x131aed(0xb7)&&typeof module<'u'?module[_0x131aed(0xb6)]=_0x3f599d():typeof define==_0x131aed(0xb8)&&define['amd']?define([],_0x3f599d):(_0x50883d=typeof globalThis<'u'?globalThis:_0x50883d||self,_0x50883d['UniverProSheetsPivotViVN']=_0x3f599d());}(this,function(){var _0x2721c1=_0x2d50;return{'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':'(Trống)','otherValue':_0x2721c1(0xc9),'columnName':_0x2721c1(0xcb),'subTotalText':_0x2721c1(0xce),'grandTotalText':'Tổng\x20cộng','valueText':_0x2721c1(0xca),'rowLabels':'Nhãn\x20hàng','columnLabels':'Nhãn\x20cột','averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x2721c1(0xd1),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x2721c1(0xcf),'productName':_0x2721c1(0xe0),'stdDevName':_0x2721c1(0xda),'stdDevpName':_0x2721c1(0xcc),'sumName':_0x2721c1(0xb5),'varName':'Phương\x20sai:','varpName':_0x2721c1(0xc2),'subTotal':_0x2721c1(0xce),'grandTotal':'Tổng\x20cộng','value':_0x2721c1(0xca),'blank':_0x2721c1(0xde),'other':_0x2721c1(0xcd),'renderText':{'valueField':_0x2721c1(0xd7),'subtotal':_0x2721c1(0xd5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2721c1(0xc3),'subtotalWithValue':_0x2721c1(0xd5)},'emptyPivot':{'filter':_0x2721c1(0xbc),'row':_0x2721c1(0xbb),'column':_0x2721c1(0xc7),'values':_0x2721c1(0xca)},'dateGroup':{'year':_0x2721c1(0xdc),'month':'Tháng','day':_0x2721c1(0xd6),'date':_0x2721c1(0xd6),'hour':'Giờ','minute':_0x2721c1(0xd0),'hourMinute':_0x2721c1(0xd9),'quarter':_0x2721c1(0xc1),'monthDate':_0x2721c1(0xba),'yearQuarter':_0x2721c1(0xb9),'yearMonth':_0x2721c1(0xdd),'yearMonthDate':_0x2721c1(0xd2)},'cellDateGroupDisplay':{'minute':_0x2721c1(0xc3),'hour':'{0}','hourMinute':_0x2721c1(0xd4),'date':_0x2721c1(0xc3),'month':_0x2721c1(0xc3),'monthDate':_0x2721c1(0xdf),'quarter':_0x2721c1(0xdb),'year':_0x2721c1(0xc3),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2721c1(0xc4)}}};}));function _0x2d50(_0x2fdf5b,_0xdcbba1){_0x2fdf5b=_0x2fdf5b-0xb5;var _0x4aeb90=_0x4aeb();var _0x2d503a=_0x4aeb90[_0x2fdf5b];return _0x2d503a;}function _0x4aeb(){var _0x33037d=['(Khác)','Giá\x20trị','Cột\x20','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Khác','Tổng\x20phụ','Giá\x20trị\x20tối\x20thiểu:','Phút','Số\x20lượng:','Năm-Tháng-Ngày','9117810xFbsyJ','{0}:{1}','{0}\x20{1}','Ngày','{0}{1}','30942693oSzpLR','Giờ-Phút','Độ\x20lệch\x20chuẩn:','Q{0}','Năm','Năm-Tháng','Trống','{0}-{1}','Tích:','Tổng:','exports','object','function','Năm-Quý','Tháng-Ngày','Hàng','Lọc','12jAsVme','990766ZBCCGg','2640272bCrslf','201638ryDxMx','Quý','Phương\x20sai\x20toàn\x20phần:','{0}','{0}-Q{1}','596838zUPsoZ','8169805RTMjSP','Cột','8QOTzgo'];_0x4aeb=function(){return _0x33037d;};return _0x4aeb();}
|