@univerjs-pro/sheets-pivot 0.17.0 → 0.18.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/ca-ES.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/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.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-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.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-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/locale/ko-KR.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-TW.js +1 -1
- package/lib/types/commands/command/add-pivot-field.command.d.ts +2 -2
- package/lib/types/commands/command/add-pivot-table-with-config.command.d.ts +2 -2
- package/lib/types/commands/command/add-pivot-table.command.d.ts +2 -2
- package/lib/types/commands/command/move-pivot-field.command.d.ts +2 -2
- package/lib/types/commands/command/move-pivot-table.command.d.ts +1 -1
- package/lib/types/commands/command/pivot-drill-down.command.d.ts +1 -1
- package/lib/types/commands/command/remove-pivot-field.command.d.ts +1 -1
- package/lib/types/commands/command/reset-pivot-fields-config.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-collapse.command.d.ts +1 -1
- package/lib/types/commands/command/set-pivot-fields-config.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-filter.command.d.ts +1 -1
- package/lib/types/commands/command/set-pivot-sort.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-value-filter.command.d.ts +2 -2
- package/lib/types/commands/command/update-date-group.command.d.ts +2 -2
- package/lib/types/commands/command/update-pivot-setting.command.d.ts +3 -3
- package/lib/types/commands/command/update-pivot-source.command.d.ts +2 -2
- package/lib/types/commands/command/update-value-position.command.d.ts +2 -2
- package/lib/types/commands/command/util.d.ts +4 -4
- package/lib/types/commands/mutations/add-group-collection.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/add-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/add-pivot-table.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/change-apply-util.d.ts +3 -2
- package/lib/types/commands/mutations/pivot-data-communication.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-group-collection.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-pivot-table.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/rename-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-collapse.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-field-format.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-filter.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-option.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-position.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-sort.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-subtotal-type.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-value-filter.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-date-group.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-field-position.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-pivot-field-source-info.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-pivot-table-source.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-value-position.mutation.d.ts +2 -2
- package/lib/types/commands/operations/pivot-table-dirty-view.operation.d.ts +2 -2
- package/lib/types/const/const.d.ts +5 -5
- package/lib/types/const/template.d.ts +1 -1
- package/lib/types/const/type.d.ts +5 -5
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +3 -2
- package/lib/types/controllers/sheets-pivot-interceptor.controller.d.ts +4 -3
- package/lib/types/controllers/sheets-pivot-ref-range.controller.d.ts +4 -2
- package/lib/types/facade/f-event.d.ts +3 -2
- package/lib/types/facade/f-generic-pivot-table.d.ts +4 -3
- package/lib/types/facade/f-pivot-table.d.ts +4 -3
- package/lib/types/facade/f-univer.d.ts +3 -3
- package/lib/types/facade/f-workbook.d.ts +2 -2
- package/lib/types/facade/type.d.ts +1 -1
- package/lib/types/facade/util.d.ts +2 -2
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/models/sheets-pivot-config-model.d.ts +7 -6
- package/lib/types/models/sheets-pivot-data-field-manager.d.ts +6 -5
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +11 -8
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -4
- package/lib/types/models/view-util.d.ts +4 -3
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheets-pivot-rpc.service.d.ts +1 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +4 -4
- package/lib/types/util.d.ts +6 -4
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.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-TW.js +1 -1
- package/package.json +14 -13
- package/lib/types/license/encrypted-func.d.ts +0 -1
- package/lib/types/license/reverse-mapping.d.ts +0 -65
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x519f2c=_0x3ffc;(function(_0x2a6f0b,_0x24a0f2){const _0xead484=_0x3ffc,_0x367087=_0x2a6f0b();while(!![]){try{const _0x3f1ca0=parseInt(_0xead484(0xc7))/0x1*(-parseInt(_0xead484(0xe1))/0x2)+-parseInt(_0xead484(0xdc))/0x3*(parseInt(_0xead484(0xd8))/0x4)+parseInt(_0xead484(0xbc))/0x5+parseInt(_0xead484(0xca))/0x6*(parseInt(_0xead484(0xdf))/0x7)+parseInt(_0xead484(0xc8))/0x8*(-parseInt(_0xead484(0xd5))/0x9)+-parseInt(_0xead484(0xd4))/0xa+parseInt(_0xead484(0xcd))/0xb*(parseInt(_0xead484(0xcb))/0xc);if(_0x3f1ca0===_0x24a0f2)break;else _0x367087['push'](_0x367087['shift']());}catch(_0x2285f0){_0x367087['push'](_0x367087['shift']());}}}(_0x80cf,0x64d5e));const e={'sheets-pivot':{'blankValue':_0x519f2c(0xd6),'otherValue':_0x519f2c(0xd2),'columnName':'Column\x20','subTotalText':_0x519f2c(0xe8),'grandTotalText':_0x519f2c(0xba),'valueText':'Value','averageName':_0x519f2c(0xbf),'countName':_0x519f2c(0xd3),'countNumsName':_0x519f2c(0xd3),'maxName':'Max\x20of\x20','minName':_0x519f2c(0xdd),'productName':'Product\x20of\x20','stdDevName':_0x519f2c(0xd7),'stdDevpName':_0x519f2c(0xd0),'sumName':_0x519f2c(0xe5),'varName':_0x519f2c(0xe7),'varpName':'Varp\x20of\x20','subTotal':'Subtotal','grandTotal':_0x519f2c(0xba),'value':_0x519f2c(0xe0),'blank':_0x519f2c(0xc3),'other':_0x519f2c(0xde),'emptyPivot':{'filter':'Filter','row':_0x519f2c(0xc5),'column':_0x519f2c(0xe3),'values':_0x519f2c(0xe6)},'dateGroup':{'year':_0x519f2c(0xc9),'month':_0x519f2c(0xc4),'day':_0x519f2c(0xda),'hour':_0x519f2c(0xcf),'minute':_0x519f2c(0xd9),'quarter':_0x519f2c(0xe2),'monthDate':_0x519f2c(0xc2),'yearQuarter':_0x519f2c(0xd1),'yearMonth':_0x519f2c(0xce),'yearMonthDate':_0x519f2c(0xc1)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x519f2c(0xc6),'hourMinute':_0x519f2c(0xe4),'date':_0x519f2c(0xc0),'month':'{0}\x20month','monthDate':_0x519f2c(0xcc),'quarter':_0x519f2c(0xbb),'year':_0x519f2c(0xbe),'yearMonth':_0x519f2c(0xdb),'yearMonthDate':'{0}\x20year\x20{1}\x20month\x20{2}\x20day','yearQuarter':_0x519f2c(0xbd)}}};function _0x3ffc(_0x1bc177,_0x39258d){_0x1bc177=_0x1bc177-0xba;const _0x80cfa3=_0x80cf();let _0x3ffc4c=_0x80cfa3[_0x1bc177];return _0x3ffc4c;}module['exports']=e;function _0x80cf(){const _0x462cee=['217591FDvZmJ','Year-Month','Hour','StdDevp\x20of\x20','Year-Quarter','(Other)','Count\x20of\x20','480920fHyvrC','18PlyobJ','(Blank)','StdDev\x20of\x20','20qgiZOd','Minute','Day','{0}\x20year\x20{1}\x20month','350127qTSfaV','Min\x20of\x20','other','196049LHIrYh','value','6gPZxAK','Quarter','Column','{0}\x20hour\x20{1}\x20minute','Sum\x20of\x20','Values','Var\x20of\x20','Total','Grand\x20Total','{0}\x20quarter','1188410UJfIBm','{0}\x20year\x20{1}\x20quarter','{0}\x20year','Average\x20of\x20','{0}\x20day','Year-Month-Day','Month-Day','blank','Month','Row','{0}\x20hour','173722QgDlTQ','3225776chYlhb','Year','42uZAsMQ','1176hbkSvT','{0}\x20month\x20{1}\x20day'];_0x80cf=function(){return _0x462cee;};return _0x80cf();}
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x32505f=_0x3dc2;(function(_0x23e5ac,_0x1eae0e){const _0x5e5b9c=_0x3dc2,_0x4dfb58=_0x23e5ac();while(!![]){try{const _0x4b3266=-parseInt(_0x5e5b9c(0x138))/0x1*(-parseInt(_0x5e5b9c(0x136))/0x2)+parseInt(_0x5e5b9c(0x12d))/0x3*(-parseInt(_0x5e5b9c(0x152))/0x4)+-parseInt(_0x5e5b9c(0x133))/0x5*(parseInt(_0x5e5b9c(0x148))/0x6)+-parseInt(_0x5e5b9c(0x158))/0x7*(parseInt(_0x5e5b9c(0x135))/0x8)+-parseInt(_0x5e5b9c(0x132))/0x9+-parseInt(_0x5e5b9c(0x128))/0xa*(parseInt(_0x5e5b9c(0x12f))/0xb)+-parseInt(_0x5e5b9c(0x13c))/0xc*(-parseInt(_0x5e5b9c(0x131))/0xd);if(_0x4b3266===_0x1eae0e)break;else _0x4dfb58['push'](_0x4dfb58['shift']());}catch(_0x942894){_0x4dfb58['push'](_0x4dfb58['shift']());}}}(_0x5d6a,0xe9798));function _0x5d6a(){const _0x638156=['{0}\x20hour\x20{1}\x20minute','8OKFRbD','Quarter','Product\x20of\x20','Var\x20of\x20','Column\x20','Max\x20of\x20','7pSdPBf','Year-Month-Day','Year-Month','{0}\x20minute','{0}\x20month\x20{1}\x20day','3765740LPkLtb','Min\x20of\x20','(Other)','Value','{0}\x20year\x20{1}\x20month\x20{2}\x20day','1906323RxhZSo','Average\x20of\x20','33meQrmC','{0}\x20day','26ZAlxpv','6801003bunLeT','5JfuMaz','Varp\x20of\x20','9874784qVNCNU','759398PZiUlE','StdDev\x20of\x20','5raPDTA','Day','Minute','Hour','24640764uidTZX','Column','other','Year','value','(Blank)','Grand\x20Total','StdDevp\x20of\x20','Row','Filter','{0}\x20month','Total','3950148yHeboK','{0}\x20quarter','{0}\x20year','Sum\x20of\x20','Values','{0}\x20hour','blank','Month','Count\x20of\x20'];_0x5d6a=function(){return _0x638156;};return _0x5d6a();}function _0x3dc2(_0x32567b,_0x20807d){_0x32567b=_0x32567b-0x126;const _0x5d6a1e=_0x5d6a();let _0x3dc2fd=_0x5d6a1e[_0x32567b];return _0x3dc2fd;}const e={'sheets-pivot':{'blankValue':_0x32505f(0x141),'otherValue':_0x32505f(0x12a),'columnName':_0x32505f(0x156),'subTotalText':_0x32505f(0x147),'grandTotalText':_0x32505f(0x142),'valueText':_0x32505f(0x12b),'averageName':_0x32505f(0x12e),'countName':'Count\x20of\x20','countNumsName':_0x32505f(0x150),'maxName':_0x32505f(0x157),'minName':_0x32505f(0x129),'productName':_0x32505f(0x154),'stdDevName':_0x32505f(0x137),'stdDevpName':_0x32505f(0x143),'sumName':_0x32505f(0x14b),'varName':_0x32505f(0x155),'varpName':_0x32505f(0x134),'subTotal':'Subtotal','grandTotal':_0x32505f(0x142),'value':_0x32505f(0x140),'blank':_0x32505f(0x14e),'other':_0x32505f(0x13e),'emptyPivot':{'filter':_0x32505f(0x145),'row':_0x32505f(0x144),'column':_0x32505f(0x13d),'values':_0x32505f(0x14c)},'dateGroup':{'year':_0x32505f(0x13f),'month':_0x32505f(0x14f),'day':_0x32505f(0x139),'hour':_0x32505f(0x13b),'minute':_0x32505f(0x13a),'quarter':_0x32505f(0x153),'monthDate':'Month-Day','yearQuarter':'Year-Quarter','yearMonth':_0x32505f(0x15a),'yearMonthDate':_0x32505f(0x159)},'cellDateGroupDisplay':{'minute':_0x32505f(0x126),'hour':_0x32505f(0x14d),'hourMinute':_0x32505f(0x151),'date':_0x32505f(0x130),'month':_0x32505f(0x146),'monthDate':_0x32505f(0x127),'quarter':_0x32505f(0x149),'year':_0x32505f(0x14a),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x32505f(0x12c),'yearQuarter':'{0}\x20year\x20{1}\x20quarter'}}};module['exports']=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x20c3(_0x37573c,_0x27729d){_0x37573c=_0x37573c-0xe8;const _0x318215=_0x3182();let _0x20c3d1=_0x318215[_0x37573c];return _0x20c3d1;}function _0x3182(){const _0x10a482=['{0}\x20hour\x20{1}\x20minute','8rguVDV','4051BQEBpa','Row','863000RnVbIb','{0}\x20quarter','Day','Var\x20of\x20','{0}\x20hour','Varp\x20of\x20','{0}\x20month','Month','Count\x20of\x20','450534VoOITT','143532ItVDWV','Max\x20of\x20','138BYEDTN','value','blank','{0}\x20year\x20{1}\x20quarter','Values','{0}\x20year\x20{1}\x20month','StdDevp\x20of\x20','other','240870pIjUBL','{0}\x20year\x20{1}\x20month\x20{2}\x20day','Column','Product\x20of\x20','Subtotal','Minute','Grand\x20Total','525948VTmaJp','{0}\x20minute','Sum\x20of\x20','StdDev\x20of\x20','exports','{0}\x20month\x20{1}\x20day','4881357iQMhpL','Average\x20of\x20','Filter','Year-Quarter','Year-Month'];_0x3182=function(){return _0x10a482;};return _0x3182();}const _0xc3fc6e=_0x20c3;(function(_0x1d4099,_0xdf3a9b){const _0x34ab61=_0x20c3,_0x4d5590=_0x1d4099();while(!![]){try{const _0xd467bc=parseInt(_0x34ab61(0x105))/0x1*(parseInt(_0x34ab61(0xe9))/0x2)+parseInt(_0x34ab61(0x110))/0x3+parseInt(_0x34ab61(0x111))/0x4+parseInt(_0x34ab61(0x107))/0x5+parseInt(_0x34ab61(0xf8))/0x6+-parseInt(_0x34ab61(0xf1))/0x7+-parseInt(_0x34ab61(0x104))/0x8*(parseInt(_0x34ab61(0xfe))/0x9);if(_0xd467bc===_0xdf3a9b)break;else _0x4d5590['push'](_0x4d5590['shift']());}catch(_0xd4e9f0){_0x4d5590['push'](_0x4d5590['shift']());}}}(_0x3182,0x2463f));const e={'sheets-pivot':{'blankValue':'(Blank)','otherValue':'(Other)','columnName':'Column\x20','subTotalText':'Total','grandTotalText':_0xc3fc6e(0xf7),'valueText':'Value','averageName':_0xc3fc6e(0xff),'countName':_0xc3fc6e(0x10f),'countNumsName':'Count\x20of\x20','maxName':_0xc3fc6e(0xe8),'minName':'Min\x20of\x20','productName':_0xc3fc6e(0xf4),'stdDevName':_0xc3fc6e(0xfb),'stdDevpName':_0xc3fc6e(0xef),'sumName':_0xc3fc6e(0xfa),'varName':_0xc3fc6e(0x10a),'varpName':_0xc3fc6e(0x10c),'subTotal':_0xc3fc6e(0xf5),'grandTotal':'Grand\x20Total','value':_0xc3fc6e(0xea),'blank':_0xc3fc6e(0xeb),'other':_0xc3fc6e(0xf0),'emptyPivot':{'filter':_0xc3fc6e(0x100),'row':_0xc3fc6e(0x106),'column':_0xc3fc6e(0xf3),'values':_0xc3fc6e(0xed)},'dateGroup':{'year':'Year','month':_0xc3fc6e(0x10e),'day':_0xc3fc6e(0x109),'hour':'Hour','minute':_0xc3fc6e(0xf6),'quarter':'Quarter','monthDate':'Month-Day','yearQuarter':_0xc3fc6e(0x101),'yearMonth':_0xc3fc6e(0x102),'yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':_0xc3fc6e(0xf9),'hour':_0xc3fc6e(0x10b),'hourMinute':_0xc3fc6e(0x103),'date':'{0}\x20day','month':_0xc3fc6e(0x10d),'monthDate':_0xc3fc6e(0xfd),'quarter':_0xc3fc6e(0x108),'year':'{0}\x20year','yearMonth':_0xc3fc6e(0xee),'yearMonthDate':_0xc3fc6e(0xf2),'yearQuarter':_0xc3fc6e(0xec)}}};module[_0xc3fc6e(0xfc)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x4bdca9=_0x31ea;function _0x31ea(_0x189e2d,_0x41a49d){_0x189e2d=_0x189e2d-0x107;const _0x4f1d2b=_0x4f1d();let _0x31ea56=_0x4f1d2b[_0x189e2d];return _0x31ea56;}(function(_0x1cfa2f,_0x14557b){const _0xa48b7f=_0x31ea,_0x2bd844=_0x1cfa2f();while(!![]){try{const _0x1b5c10=parseInt(_0xa48b7f(0x11e))/0x1+parseInt(_0xa48b7f(0x126))/0x2+-parseInt(_0xa48b7f(0x112))/0x3+-parseInt(_0xa48b7f(0x114))/0x4*(-parseInt(_0xa48b7f(0x11a))/0x5)+parseInt(_0xa48b7f(0x120))/0x6*(-parseInt(_0xa48b7f(0x12a))/0x7)+parseInt(_0xa48b7f(0x131))/0x8+-parseInt(_0xa48b7f(0x12d))/0x9;if(_0x1b5c10===_0x14557b)break;else _0x2bd844['push'](_0x2bd844['shift']());}catch(_0x2465af){_0x2bd844['push'](_0x2bd844['shift']());}}}(_0x4f1d,0x5f0db));const e={'sheets-pivot':{'blankValue':_0x4bdca9(0x10b),'otherValue':_0x4bdca9(0x125),'columnName':_0x4bdca9(0x12e),'subTotalText':'جمع','grandTotalText':'کل','valueText':_0x4bdca9(0x129),'averageName':_0x4bdca9(0x111),'countName':'تعداد\x20از\x20','countNumsName':_0x4bdca9(0x124),'maxName':_0x4bdca9(0x115),'minName':'کمترین\x20از\x20','productName':_0x4bdca9(0x122),'stdDevName':_0x4bdca9(0x11b),'stdDevpName':_0x4bdca9(0x130),'sumName':_0x4bdca9(0x10c),'varName':_0x4bdca9(0x123),'varpName':_0x4bdca9(0x107),'subTotal':_0x4bdca9(0x12b),'grandTotal':'کل','value':_0x4bdca9(0x129),'blank':_0x4bdca9(0x10d),'other':'سایر','emptyPivot':{'filter':'فیلتر','row':'سطر','column':_0x4bdca9(0x10a),'values':_0x4bdca9(0x11f)},'dateGroup':{'year':_0x4bdca9(0x119),'month':_0x4bdca9(0x116),'day':_0x4bdca9(0x113),'hour':'Heure','minute':_0x4bdca9(0x10f),'quarter':'Trimestre','monthDate':_0x4bdca9(0x108),'yearQuarter':_0x4bdca9(0x110),'yearMonth':_0x4bdca9(0x127),'yearMonthDate':_0x4bdca9(0x117)},'cellDateGroupDisplay':{'minute':_0x4bdca9(0x128),'hour':_0x4bdca9(0x11c),'hourMinute':'{0}\x20ساعت\x20{1}\x20دقیقه','date':'{0}\x20روز','month':'{0}\x20ماه','monthDate':_0x4bdca9(0x121),'quarter':_0x4bdca9(0x12c),'year':_0x4bdca9(0x10e),'yearMonth':_0x4bdca9(0x118),'yearMonthDate':_0x4bdca9(0x11d),'yearQuarter':_0x4bdca9(0x109)}}};function _0x4f1d(){const _0x1a4c4d=['خالی','{0}\x20سال','Minute','Année-Trimestre','میانگین\x20از\x20','528450FiQxqQ','Jour','2858620FtLOgf','بیشترین\x20از\x20','Mois','Année-Mois-Jour','{0}\x20سال\x20{1}\x20ماه','Année','5QKjypP','انحراف\x20معیار\x20از\x20','{0}\x20ساعت','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','157739lIHKen','مقادیر','6MezWUk','{0}\x20ماه\x20{1}\x20روز','ضرب\x20از\x20','واریانس\x20از\x20','تعداد\x20اعداد\x20از\x20','(سایر)','976924SHcVFR','Année-Mois','{0}\x20دقیقه','مقدار','295246yMXGBI','جمع','{0}\x20فصل','7574751vpvmcP','ستون\x20','exports','انحراف\x20معیار\x20کلی\x20از\x20','707600lRcKdw','واریانس\x20کلی\x20از\x20','Mois-Jour','{0}\x20سال\x20{1}\x20فصل','ستون','(خالی)','جمع\x20از\x20'];_0x4f1d=function(){return _0x1a4c4d;};return _0x4f1d();}module[_0x4bdca9(0x12f)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x4ecaa3=_0x3208;(function(_0x5b0243,_0x9d5397){const _0x4d8e4c=_0x3208,_0x386d5d=_0x5b0243();while(!![]){try{const _0x15ea3c=parseInt(_0x4d8e4c(0x131))/0x1+parseInt(_0x4d8e4c(0x153))/0x2+-parseInt(_0x4d8e4c(0x12f))/0x3+parseInt(_0x4d8e4c(0x12c))/0x4+parseInt(_0x4d8e4c(0x150))/0x5*(-parseInt(_0x4d8e4c(0x14c))/0x6)+parseInt(_0x4d8e4c(0x148))/0x7+parseInt(_0x4d8e4c(0x132))/0x8;if(_0x15ea3c===_0x9d5397)break;else _0x386d5d['push'](_0x386d5d['shift']());}catch(_0xa8c35a){_0x386d5d['push'](_0x386d5d['shift']());}}}(_0x127e,0x5dbec));function _0x127e(){const _0x2ba691=['1107477EiARzP','Minute','Subtotal','other','6HraOFa','{0}\x20minute','{0}\x20month\x20{1}\x20day','Month-Day','3205940ToEEyf','{0}\x20month','Hour','674978UaPYiG','Row','StdDev\x20of\x20','{0}\x20hour\x20{1}\x20minute','value','Month','Min\x20of\x20','{0}\x20year\x20{1}\x20quarter','1789640Fhfejz','Year','(Blank)','1811331ygkJcH','Column','475360gmRFlG','1683800udOJEC','Total','Year-Quarter','Filter','Year-Month','{0}\x20quarter','Count\x20of\x20','Column\x20','Var\x20of\x20','Day','Value','{0}\x20hour','Quarter','Grand\x20Total','{0}\x20year\x20{1}\x20month\x20{2}\x20day','Varp\x20of\x20','blank','{0}\x20day','Sum\x20of\x20','Max\x20of\x20','Year-Month-Day','(Other)'];_0x127e=function(){return _0x2ba691;};return _0x127e();}function _0x3208(_0x160614,_0x7f51a7){_0x160614=_0x160614-0x128;const _0x127e80=_0x127e();let _0x3208dc=_0x127e80[_0x160614];return _0x3208dc;}const e={'sheets-pivot':{'blankValue':_0x4ecaa3(0x12e),'otherValue':_0x4ecaa3(0x147),'columnName':_0x4ecaa3(0x139),'subTotalText':_0x4ecaa3(0x133),'grandTotalText':_0x4ecaa3(0x13f),'valueText':_0x4ecaa3(0x13c),'averageName':'Average\x20of\x20','countName':_0x4ecaa3(0x138),'countNumsName':_0x4ecaa3(0x138),'maxName':_0x4ecaa3(0x145),'minName':_0x4ecaa3(0x12a),'productName':'Product\x20of\x20','stdDevName':_0x4ecaa3(0x155),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x4ecaa3(0x144),'varName':_0x4ecaa3(0x13a),'varpName':_0x4ecaa3(0x141),'subTotal':_0x4ecaa3(0x14a),'grandTotal':_0x4ecaa3(0x13f),'value':_0x4ecaa3(0x128),'blank':_0x4ecaa3(0x142),'other':_0x4ecaa3(0x14b),'emptyPivot':{'filter':_0x4ecaa3(0x135),'row':_0x4ecaa3(0x154),'column':_0x4ecaa3(0x130),'values':'Values'},'dateGroup':{'year':_0x4ecaa3(0x12d),'month':_0x4ecaa3(0x129),'day':_0x4ecaa3(0x13b),'hour':_0x4ecaa3(0x152),'minute':_0x4ecaa3(0x149),'quarter':_0x4ecaa3(0x13e),'monthDate':_0x4ecaa3(0x14f),'yearQuarter':_0x4ecaa3(0x134),'yearMonth':_0x4ecaa3(0x136),'yearMonthDate':_0x4ecaa3(0x146)},'cellDateGroupDisplay':{'minute':_0x4ecaa3(0x14d),'hour':_0x4ecaa3(0x13d),'hourMinute':_0x4ecaa3(0x156),'date':_0x4ecaa3(0x143),'month':_0x4ecaa3(0x151),'monthDate':_0x4ecaa3(0x14e),'quarter':_0x4ecaa3(0x137),'year':'{0}\x20year','yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x4ecaa3(0x140),'yearQuarter':_0x4ecaa3(0x12b)}}};module['exports']=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2faa(){const _0x3c57c2=['3426786GNRLjy','35kBUEHM','{0}時','{0}年','積\x20/\x20','218658PMYoJB','{0}日','{0}年{1}月','最大値\x20/\x20','年-月-日','16ZoljQj','フィルター','数値の個数\x20/\x20','775730xjwcnr','データの個数\x20/\x20','{0}年第{1}四半期','{0}時{1}分','110AbXJyh','標本分散\x20/\x20','54130524SjNRaZ','128572NFdfmY','第{0}四半期','{0}分','29HsrVDK','平均\x20/\x20','月-日','四半期','合計\x20/\x20','最小値\x20/\x20','分散\x20/\x20','481863azKMWG','7McdQMH','標準偏差\x20/\x20','exports','12686776yIoOoX'];_0x2faa=function(){return _0x3c57c2;};return _0x2faa();}const _0x5cf510=_0x3730;function _0x3730(_0x5c7148,_0xe918e4){_0x5c7148=_0x5c7148-0x13c;const _0x2faa21=_0x2faa();let _0x373058=_0x2faa21[_0x5c7148];return _0x373058;}(function(_0x118e6b,_0x347e5c){const _0x48d900=_0x3730,_0x2fb8f9=_0x118e6b();while(!![]){try{const _0x577048=-parseInt(_0x48d900(0x14d))/0x1*(-parseInt(_0x48d900(0x14a))/0x2)+parseInt(_0x48d900(0x154))/0x3*(parseInt(_0x48d900(0x140))/0x4)+parseInt(_0x48d900(0x15a))/0x5*(parseInt(_0x48d900(0x15e))/0x6)+-parseInt(_0x48d900(0x155))/0x7*(-parseInt(_0x48d900(0x158))/0x8)+parseInt(_0x48d900(0x159))/0x9+-parseInt(_0x48d900(0x143))/0xa*(-parseInt(_0x48d900(0x147))/0xb)+-parseInt(_0x48d900(0x149))/0xc;if(_0x577048===_0x347e5c)break;else _0x2fb8f9['push'](_0x2fb8f9['shift']());}catch(_0x56849a){_0x2fb8f9['push'](_0x2fb8f9['shift']());}}}(_0x2faa,0xf2835));const e={'sheets-pivot':{'blankValue':'(空白)','otherValue':'(その他)','columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x5cf510(0x14e),'countName':_0x5cf510(0x144),'countNumsName':_0x5cf510(0x142),'maxName':_0x5cf510(0x13e),'minName':_0x5cf510(0x152),'productName':_0x5cf510(0x15d),'stdDevName':_0x5cf510(0x156),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x5cf510(0x151),'varName':_0x5cf510(0x153),'varpName':_0x5cf510(0x148),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':'その他','emptyPivot':{'filter':_0x5cf510(0x141),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x5cf510(0x150),'monthDate':_0x5cf510(0x14f),'yearQuarter':'年-四半期','yearMonth':'年-月','yearMonthDate':_0x5cf510(0x13f)},'cellDateGroupDisplay':{'minute':_0x5cf510(0x14c),'hour':_0x5cf510(0x15b),'hourMinute':_0x5cf510(0x146),'date':_0x5cf510(0x13c),'month':'{0}月','monthDate':'{0}月{1}日','quarter':_0x5cf510(0x14b),'year':_0x5cf510(0x15c),'yearMonth':_0x5cf510(0x13d),'yearMonthDate':'{0}年{1}月{2}日','yearQuarter':_0x5cf510(0x145)}}};module[_0x5cf510(0x157)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x5812(_0x465526,_0x45ec5d){_0x465526=_0x465526-0xd1;const _0x545ca5=_0x545c();let _0x5812b2=_0x545ca5[_0x465526];return _0x5812b2;}const _0x384d53=_0x5812;(function(_0x3803fb,_0x573e7f){const _0x32a669=_0x5812,_0x44f3a0=_0x3803fb();while(!![]){try{const _0x4df50a=-parseInt(_0x32a669(0xd5))/0x1*(parseInt(_0x32a669(0xde))/0x2)+-parseInt(_0x32a669(0xe6))/0x3+parseInt(_0x32a669(0xec))/0x4+parseInt(_0x32a669(0xf1))/0x5+-parseInt(_0x32a669(0xe2))/0x6+parseInt(_0x32a669(0xeb))/0x7*(-parseInt(_0x32a669(0xd1))/0x8)+parseInt(_0x32a669(0xd4))/0x9;if(_0x4df50a===_0x573e7f)break;else _0x44f3a0['push'](_0x44f3a0['shift']());}catch(_0x94eb45){_0x44f3a0['push'](_0x44f3a0['shift']());}}}(_0x545c,0xdfc85));const e={'sheets-pivot':{'blankValue':_0x384d53(0xe5),'otherValue':'(기타)','columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x384d53(0xed),'valueText':'값','averageName':_0x384d53(0xd2),'countName':'개수\x20/\x20','countNumsName':_0x384d53(0xdd),'maxName':_0x384d53(0xe1),'minName':_0x384d53(0xee),'productName':_0x384d53(0xd6),'stdDevName':_0x384d53(0xdc),'stdDevpName':'표준\x20편차(모집단)\x20/\x20','sumName':_0x384d53(0xd8),'varName':_0x384d53(0xe8),'varpName':_0x384d53(0xe0),'subTotal':_0x384d53(0xe3),'grandTotal':'총합계','value':'값','blank':_0x384d53(0xd9),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x384d53(0xd7),'yearQuarter':_0x384d53(0xe9),'yearMonth':_0x384d53(0xea),'yearMonthDate':'년-월-일'},'cellDateGroupDisplay':{'minute':_0x384d53(0xe7),'hour':_0x384d53(0xef),'hourMinute':_0x384d53(0xdf),'date':'{0}일','month':_0x384d53(0xda),'monthDate':_0x384d53(0xe4),'quarter':_0x384d53(0xd3),'year':'{0}년','yearMonth':_0x384d53(0xf0),'yearMonthDate':_0x384d53(0xdb),'yearQuarter':'{0}년제{1}분기'}}};module['exports']=e;function _0x545c(){const _0x17a16e=['년-월','203CvHwwG','4837604cOyJoX','총합계','최소값\x20/\x20','{0}시','{0}년{1}월','4180430SlADFV','309560LNarFx','평균\x20/\x20','제{0}분기','16939782jrIopL','404308EtyrRA','곱\x20/\x20','월-일','합계\x20/\x20','비어\x20있음','{0}월','{0}년{1}월{2}일','표준\x20편차\x20/\x20','숫자\x20개수\x20/\x20','2ttTqLl','{0}시{1}분','분산(모집단)\x20/\x20','최대값\x20/\x20','4384716pSMqSI','부분합','{0}월{1}일','(비어\x20있음)','2261469LBluon','{0}분','분산\x20/\x20','년-분기'];_0x545c=function(){return _0x17a16e;};return _0x545c();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x588997=_0x3b4b;(function(_0x4fe1f2,_0x58d08c){const _0x423bee=_0x3b4b,_0x517c9d=_0x4fe1f2();while(!![]){try{const _0x1acace=-parseInt(_0x423bee(0xe2))/0x1+-parseInt(_0x423bee(0xcf))/0x2+-parseInt(_0x423bee(0xde))/0x3+parseInt(_0x423bee(0xc2))/0x4*(-parseInt(_0x423bee(0xd6))/0x5)+-parseInt(_0x423bee(0xc6))/0x6*(parseInt(_0x423bee(0xd8))/0x7)+-parseInt(_0x423bee(0xdb))/0x8*(parseInt(_0x423bee(0xc5))/0x9)+parseInt(_0x423bee(0xca))/0xa*(parseInt(_0x423bee(0xc1))/0xb);if(_0x1acace===_0x58d08c)break;else _0x517c9d['push'](_0x517c9d['shift']());}catch(_0x160e9e){_0x517c9d['push'](_0x517c9d['shift']());}}}(_0x2cbf,0x6f1e5));function _0x3b4b(_0x5be742,_0xecafe0){_0x5be742=_0x5be742-0xbc;const _0x2cbf92=_0x2cbf();let _0x3b4b6b=_0x2cbf92[_0x5be742];return _0x3b4b6b;}const e={'sheets-pivot':{'blankValue':_0x588997(0xdd),'otherValue':'(Другое)','columnName':'Столбец\x20','subTotalText':_0x588997(0xe0),'grandTotalText':_0x588997(0xcc),'valueText':'Значение','averageName':_0x588997(0xe4),'countName':_0x588997(0xd0),'countNumsName':_0x588997(0xcd),'maxName':'Максимум\x20по\x20','minName':_0x588997(0xe1),'productName':'Произведение\x20по\x20','stdDevName':'Стандартное\x20отклонение\x20по\x20','stdDevpName':_0x588997(0xda),'sumName':_0x588997(0xdf),'varName':_0x588997(0xd7),'varpName':_0x588997(0xce),'subTotal':'Промежуточный\x20итог','grandTotal':'Общий\x20итог','value':_0x588997(0xbd),'blank':_0x588997(0xe3),'other':_0x588997(0xe6),'emptyPivot':{'filter':'Фильтр','row':_0x588997(0xd2),'column':_0x588997(0xc9),'values':'Значение'},'dateGroup':{'year':'Год','month':_0x588997(0xcb),'day':'День','hour':_0x588997(0xc3),'minute':_0x588997(0xd5),'quarter':_0x588997(0xe5),'monthDate':_0x588997(0xbe),'yearQuarter':_0x588997(0xdc),'yearMonth':'Год-Месяц','yearMonthDate':_0x588997(0xc0)},'cellDateGroupDisplay':{'minute':_0x588997(0xd9),'hour':_0x588997(0xbc),'hourMinute':'{0}\x20ч\x20{1}\x20мин','date':_0x588997(0xc7),'month':_0x588997(0xd3),'monthDate':_0x588997(0xd4),'quarter':_0x588997(0xc8),'year':'{0}\x20год','yearMonth':'{0}\x20год\x20{1}\x20месяц','yearMonthDate':_0x588997(0xd1),'yearQuarter':_0x588997(0xbf)}}};function _0x2cbf(){const _0x568d74=['Год-Квартал','(Пусто)','948957MSYElR','Сумма\x20по\x20','Промежуточный\x20итог','Минимум\x20по\x20','277581zMptNK','Пусто','Среднее\x20по\x20','Квартал','Другое','{0}\x20ч','Значение','Месяц-День','{0}\x20год\x20{1}\x20квартал','Год-Месяц-День','22dReFrP','56OGcbsP','Час','exports','4301442nDjgFF','18WjNDLe','{0}\x20день','{0}\x20квартал','Столбец','16408330yQcxcs','Месяц','Общий\x20итог','Число\x20по\x20','Общая\x20дисперсия\x20по\x20','934788hLOpyT','Количество\x20по\x20','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Строка','{0}\x20месяц','{0}\x20месяц\x20{1}\x20день','Минута','309635furAWc','Дисперсия\x20по\x20','980735EwFWfp','{0}\x20мин','Общее\x20стандартное\x20отклонение\x20по\x20','8FlHxjs'];_0x2cbf=function(){return _0x568d74;};return _0x2cbf();}module[_0x588997(0xc4)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1a8da1=_0x3205;(function(_0xe6b668,_0x7906f8){const _0x5a1aa4=_0x3205,_0x11cf58=_0xe6b668();while(!![]){try{const _0x499169=parseInt(_0x5a1aa4(0x122))/0x1+-parseInt(_0x5a1aa4(0x12e))/0x2*(-parseInt(_0x5a1aa4(0x129))/0x3)+-parseInt(_0x5a1aa4(0x135))/0x4*(-parseInt(_0x5a1aa4(0x11a))/0x5)+parseInt(_0x5a1aa4(0x130))/0x6*(-parseInt(_0x5a1aa4(0x136))/0x7)+parseInt(_0x5a1aa4(0x131))/0x8+parseInt(_0x5a1aa4(0x12a))/0x9*(-parseInt(_0x5a1aa4(0x140))/0xa)+-parseInt(_0x5a1aa4(0x11b))/0xb*(-parseInt(_0x5a1aa4(0x13b))/0xc);if(_0x499169===_0x7906f8)break;else _0x11cf58['push'](_0x11cf58['shift']());}catch(_0x4d35d3){_0x11cf58['push'](_0x11cf58['shift']());}}}(_0x4490,0x2a893));const e={'sheets-pivot':{'blankValue':'(Prázdne)','otherValue':_0x1a8da1(0x11c),'columnName':_0x1a8da1(0x117),'subTotalText':_0x1a8da1(0x132),'grandTotalText':'Celkový\x20súčet','valueText':_0x1a8da1(0x13c),'averageName':_0x1a8da1(0x134),'countName':_0x1a8da1(0x128),'countNumsName':_0x1a8da1(0x128),'maxName':_0x1a8da1(0x13a),'minName':'Min\x20z\x20','productName':'Súčin\x20z\x20','stdDevName':_0x1a8da1(0x124),'stdDevpName':'Smerodajná\x20odchýlka\x20populácie\x20z\x20','sumName':'Súčet\x20z\x20','varName':_0x1a8da1(0x126),'varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0x1a8da1(0x13f),'grandTotal':'Celkový\x20súčet','value':_0x1a8da1(0x123),'blank':_0x1a8da1(0x139),'other':_0x1a8da1(0x120),'emptyPivot':{'filter':_0x1a8da1(0x127),'row':'Riadok','column':_0x1a8da1(0x125),'values':'Hodnoty'},'dateGroup':{'year':_0x1a8da1(0x133),'month':'Mesiac','day':'Deň','hour':'Hodina','minute':_0x1a8da1(0x138),'quarter':_0x1a8da1(0x12d),'monthDate':_0x1a8da1(0x11e),'yearQuarter':_0x1a8da1(0x141),'yearMonth':_0x1a8da1(0x119),'yearMonthDate':_0x1a8da1(0x118)},'cellDateGroupDisplay':{'minute':_0x1a8da1(0x12f),'hour':_0x1a8da1(0x121),'hourMinute':_0x1a8da1(0x11f),'date':_0x1a8da1(0x142),'month':_0x1a8da1(0x12b),'monthDate':'{0}\x20mesiac\x20{1}\x20deň','quarter':_0x1a8da1(0x13e),'year':_0x1a8da1(0x13d),'yearMonth':_0x1a8da1(0x12c),'yearMonthDate':_0x1a8da1(0x137),'yearQuarter':_0x1a8da1(0x11d)}}};module['exports']=e;function _0x3205(_0x458517,_0x3af9ed){_0x458517=_0x458517-0x117;const _0x449068=_0x4490();let _0x3205fc=_0x449068[_0x458517];return _0x3205fc;}function _0x4490(){const _0x66fa63=['hodnota','Smerodajná\x20odchýlka\x20z\x20','Stĺpec','Rozptyl\x20z\x20','Filter','Počet\x20z\x20','3GmnjFr','36LhlpNf','{0}\x20mesiac','{0}\x20rok\x20{1}\x20mesiac','Štvrťrok','149042FLwATE','{0}\x20minúta','928410CPpvHH','2297272dDYIZW','Súčet','Rok','Priemer\x20z\x20','903224bmxKqj','14EFKQZw','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','Minúta','prázdne','Max\x20z\x20','384mxKZmI','Hodnota','{0}\x20rok','{0}\x20štvrťrok','Medzisúčet','723160BxvpDw','Rok-Štvrťrok','{0}\x20deň','Stĺpec\x20','Rok-Mesiac-Deň','Rok-Mesiac','5TgeQHk','10714ilHtzF','(Iné)','{0}\x20rok\x20{1}\x20štvrťrok','Mesiac-Deň','{0}\x20hodina\x20{1}\x20minúta','iné','{0}\x20hodina','154307MHiUEg'];_0x4490=function(){return _0x66fa63;};return _0x4490();}
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1cedbf=_0x23ee;(function(_0x27d8d0,_0x46d061){const _0x139d8e=_0x23ee,_0x15b000=_0x27d8d0();while(!![]){try{const _0x2c244f=-parseInt(_0x139d8e(0x12f))/0x1+-parseInt(_0x139d8e(0x121))/0x2*(-parseInt(_0x139d8e(0x12a))/0x3)+parseInt(_0x139d8e(0x128))/0x4+parseInt(_0x139d8e(0x11d))/0x5*(parseInt(_0x139d8e(0x11e))/0x6)+parseInt(_0x139d8e(0x10f))/0x7+-parseInt(_0x139d8e(0x110))/0x8*(-parseInt(_0x139d8e(0x130))/0x9)+-parseInt(_0x139d8e(0x114))/0xa*(parseInt(_0x139d8e(0x139))/0xb);if(_0x2c244f===_0x46d061)break;else _0x15b000['push'](_0x15b000['shift']());}catch(_0x1d3bd3){_0x15b000['push'](_0x15b000['shift']());}}}(_0x5626,0x76163));function _0x23ee(_0x367079,_0x3cec92){_0x367079=_0x367079-0x10d;const _0x56263a=_0x5626();let _0x23ee94=_0x56263a[_0x367079];return _0x23ee94;}const e={'sheets-pivot':{'blankValue':'(Trống)','otherValue':_0x1cedbf(0x133),'columnName':_0x1cedbf(0x125),'subTotalText':'Tổng\x20phụ','grandTotalText':_0x1cedbf(0x117),'valueText':_0x1cedbf(0x12b),'averageName':_0x1cedbf(0x12d),'countName':_0x1cedbf(0x131),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x1cedbf(0x122),'productName':'Tích:','stdDevName':_0x1cedbf(0x127),'stdDevpName':_0x1cedbf(0x119),'sumName':_0x1cedbf(0x126),'varName':_0x1cedbf(0x118),'varpName':_0x1cedbf(0x132),'subTotal':_0x1cedbf(0x12e),'grandTotal':'Tổng\x20cộng','value':'Giá\x20trị','blank':_0x1cedbf(0x138),'other':'Khác','emptyPivot':{'filter':_0x1cedbf(0x129),'row':_0x1cedbf(0x11b),'column':_0x1cedbf(0x10d),'values':_0x1cedbf(0x12b)},'dateGroup':{'year':_0x1cedbf(0x113),'month':_0x1cedbf(0x12c),'day':_0x1cedbf(0x134),'hour':_0x1cedbf(0x112),'minute':'Phút','quarter':_0x1cedbf(0x11c),'monthDate':'Tháng-Ngày','yearQuarter':_0x1cedbf(0x135),'yearMonth':_0x1cedbf(0x111),'yearMonthDate':_0x1cedbf(0x136)},'cellDateGroupDisplay':{'minute':_0x1cedbf(0x116),'hour':'{0}\x20giờ','hourMinute':_0x1cedbf(0x137),'date':_0x1cedbf(0x123),'month':_0x1cedbf(0x120),'monthDate':_0x1cedbf(0x115),'quarter':'Quý\x20{0}','year':_0x1cedbf(0x124),'yearMonth':_0x1cedbf(0x11a),'yearMonthDate':'Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','yearQuarter':_0x1cedbf(0x11f)}}};module[_0x1cedbf(0x10e)]=e;function _0x5626(){const _0x596c00=['970196imdWST','Lọc','492978zRjvSm','Giá\x20trị','Tháng','Giá\x20trị\x20trung\x20bình:','Tổng\x20phụ','317524NwRUUA','54hZHgrr','Số\x20lượng:','Phương\x20sai\x20toàn\x20phần:','(Khác)','Ngày','Năm-Quý','Năm-Tháng-Ngày','{0}\x20giờ\x20{1}\x20phút','Trống','5288239VzpsTp','Cột','exports','587398xJiyNf','306248qUKvHG','Năm-Tháng','Giờ','Năm','10prISpw','Tháng\x20{0}\x20Ngày\x20{1}','{0}\x20phút','Tổng\x20cộng','Phương\x20sai:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Năm\x20{0}\x20Tháng\x20{1}','Hàng','Quý','6395mYPgNh','2634TTZujW','Năm\x20{0}\x20Quý\x20{1}','Tháng\x20{0}','2vMHAnj','Giá\x20trị\x20tối\x20thiểu:','Ngày\x20{0}','Năm\x20{0}','Cột\x20','Tổng:','Độ\x20lệch\x20chuẩn:'];_0x5626=function(){return _0x596c00;};return _0x5626();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x327641=_0xd20c;(function(_0xb1fdd2,_0x2ed434){const _0x3c51ee=_0xd20c,_0x7bb02e=_0xb1fdd2();while(!![]){try{const _0x53be72=-parseInt(_0x3c51ee(0xa4))/0x1+-parseInt(_0x3c51ee(0xab))/0x2+parseInt(_0x3c51ee(0xae))/0x3*(-parseInt(_0x3c51ee(0xbd))/0x4)+-parseInt(_0x3c51ee(0xc0))/0x5*(parseInt(_0x3c51ee(0xa6))/0x6)+parseInt(_0x3c51ee(0xb1))/0x7+parseInt(_0x3c51ee(0xba))/0x8+parseInt(_0x3c51ee(0xb7))/0x9;if(_0x53be72===_0x2ed434)break;else _0x7bb02e['push'](_0x7bb02e['shift']());}catch(_0x4f0db5){_0x7bb02e['push'](_0x7bb02e['shift']());}}}(_0x1c28,0xae48e));const e={'sheets-pivot':{'blankValue':_0x327641(0xb2),'otherValue':_0x327641(0xb3),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x327641(0xa8),'countName':_0x327641(0xb8),'countNumsName':_0x327641(0xbf),'maxName':_0x327641(0xb9),'minName':'最小值项:','productName':'乘积项:','stdDevName':_0x327641(0xb6),'stdDevpName':'总体标准偏差项:','sumName':_0x327641(0xa5),'varName':'方差项:','varpName':_0x327641(0xbe),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x327641(0xa9),'yearQuarter':'年-季度','yearMonth':_0x327641(0xaa),'yearMonthDate':_0x327641(0xa3)},'cellDateGroupDisplay':{'minute':_0x327641(0xaf),'hour':_0x327641(0xbc),'hourMinute':_0x327641(0xa7),'date':_0x327641(0xac),'month':_0x327641(0xbb),'monthDate':_0x327641(0xb5),'quarter':_0x327641(0xb0),'year':_0x327641(0xb4),'yearMonth':'{0}年{1}月','yearMonthDate':_0x327641(0xad),'yearQuarter':'{0}年{1}季度'}}};module['exports']=e;function _0xd20c(_0x4acc5d,_0x42b687){_0x4acc5d=_0x4acc5d-0xa3;const _0x1c28f1=_0x1c28();let _0xd20cfc=_0x1c28f1[_0x4acc5d];return _0xd20cfc;}function _0x1c28(){const _0x4b7e98=['标准偏差项:','8053290LOjSQM','计数项:','最大值项:','6282664nBnHNU','{0}月','{0}时','52TBltYr','总体方差项:','数值计数项:','18715dGTWGK','年-月-日','313135NXBNLN','求和项:','726JQSTtw','{0}时\x20{1}分','平均值项:','月-日','年-月','713540CawuyA','{0}日','{0}年{1}月{2}日','241443kWfvco','{0}分','{0}季度','8419516YGtTRe','(空白)','(其他)','{0}年','{0}月{1}日'];_0x1c28=function(){return _0x4b7e98;};return _0x1c28();}
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3ea9(_0x3ac09f,_0x5836af){_0x3ac09f=_0x3ac09f-0x119;const _0x110ac8=_0x110a();let _0x3ea9dc=_0x110ac8[_0x3ac09f];return _0x3ea9dc;}function _0x110a(){const _0x4c187e=['{0}時','439356FcccCx','1989EckcoN','{0}時\x20{1}分','月-日','exports','最大值項:','年-月-日','165213bzEJmr','求和項:','總體標準差項:','60250wfNUav','最小值項:','{0}日','{0}年{1}月{2}日','77242jxCdBX','2563841OkcMog','方差項:','標準差項:','(空白)','439256jHUzeo','8RsvgXX','{0}月','總體方差項:','{0}年','年-季度','(其他)','{0}年{1}季度','195672qxbnWn','65RQPlSh'];_0x110a=function(){return _0x4c187e;};return _0x110a();}const _0x49e953=_0x3ea9;(function(_0x3f001a,_0x12502a){const _0x508bcb=_0x3ea9,_0x4f94dd=_0x3f001a();while(!![]){try{const _0x31bd80=-parseInt(_0x508bcb(0x134))/0x1+-parseInt(_0x508bcb(0x124))/0x2+parseInt(_0x508bcb(0x11d))/0x3+parseInt(_0x508bcb(0x129))/0x4+-parseInt(_0x508bcb(0x132))/0x5*(parseInt(_0x508bcb(0x131))/0x6)+parseInt(_0x508bcb(0x125))/0x7*(-parseInt(_0x508bcb(0x12a))/0x8)+parseInt(_0x508bcb(0x135))/0x9*(parseInt(_0x508bcb(0x120))/0xa);if(_0x31bd80===_0x12502a)break;else _0x4f94dd['push'](_0x4f94dd['shift']());}catch(_0x3f5636){_0x4f94dd['push'](_0x4f94dd['shift']());}}}(_0x110a,0x37b76));const e={'sheets-pivot':{'blankValue':_0x49e953(0x128),'otherValue':_0x49e953(0x12f),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':'平均值項:','countName':'計數項:','countNumsName':'數值計數項:','maxName':_0x49e953(0x11b),'minName':_0x49e953(0x121),'productName':'乘積項:','stdDevName':_0x49e953(0x127),'stdDevpName':_0x49e953(0x11f),'sumName':_0x49e953(0x11e),'varName':_0x49e953(0x126),'varpName':_0x49e953(0x12c),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x49e953(0x119),'yearQuarter':_0x49e953(0x12e),'yearMonth':'年-月','yearMonthDate':_0x49e953(0x11c)},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0x49e953(0x133),'hourMinute':_0x49e953(0x136),'date':_0x49e953(0x122),'month':_0x49e953(0x12b),'monthDate':'{0}月{1}日','quarter':'{0}季度','year':_0x49e953(0x12d),'yearMonth':'{0}年{1}月','yearMonthDate':_0x49e953(0x123),'yearQuarter':_0x49e953(0x130)}}};module[_0x49e953(0x11a)]=e;
|