@univerjs-pro/sheets-pivot-ui 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/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/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/index.css +542 -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/operations/open-pivot-filter-panel.operation.d.ts +2 -2
- package/lib/types/commands/operations/open-pivot-range-panel.operation.d.ts +1 -1
- package/lib/types/commands/operations/open-pivot-setting-dialog.operation.d.ts +2 -2
- package/lib/types/commands/operations/open-pivot-table-panel.operation.d.ts +2 -2
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/controllers/menu.schema.d.ts +1 -1
- package/lib/types/controllers/sheets-pivot-clipboard.controller.d.ts +10 -0
- package/lib/types/controllers/sheets-pivot-panel.controller.d.ts +1 -1
- package/lib/types/controllers/sheets-pivot-render.controller.d.ts +3 -2
- package/lib/types/controllers/sheets-pivot-selection.controller.d.ts +3 -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/plugin.d.ts +1 -1
- package/lib/types/type.d.ts +2 -2
- package/lib/types/util.d.ts +1 -1
- package/lib/types/views/components/PivotDnd.d.ts +1 -1
- package/lib/types/views/components/PivotFilterPanel.d.ts +1 -1
- package/lib/types/views/components/PivotNumfmtDialog.d.ts +1 -1
- package/lib/types/views/components/PivotPanel.d.ts +3 -3
- package/lib/types/views/components/PivotPanelArea.d.ts +1 -1
- package/lib/types/views/components/PivotPanelSourceRange.d.ts +1 -1
- package/lib/types/views/components/PivotSourceList.d.ts +1 -1
- package/lib/types/views/components/PivotTableRangeSelector.d.ts +1 -1
- package/lib/types/views/components/SettingDialog.d.ts +1 -1
- package/lib/types/views/components/util.d.ts +4 -3
- package/lib/types/views/menu.d.ts +2 -2
- package/lib/types/views/widgets/drawing.d.ts +1 -1
- package/lib/types/views/widgets/pivot-button.shape.d.ts +2 -1
- package/lib/types/views/widgets/pivot-move.shape.d.ts +2 -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 +17 -16
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0xb12f(_0x4ad35b,_0x5d1e88){_0x4ad35b=_0x4ad35b-0x19c;var _0x4d09dd=_0x4d09();var _0xb12f22=_0x4d09dd[_0x4ad35b];return _0xb12f22;}function _0x4d09(){var _0x79b9fe=['Data\x20source\x20range\x20is\x20empty','Add\x20to\x20Value','Data\x20Source\x20Range','Product','Pivot\x20Table','Σ\x20Values','Data\x20Source','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Summarize\x20by','18128QFerYW','UniverProSheetsPivotUiCaES','Sum','Subtotal','Grand\x20Total','Filter\x20Field','Negative\x20Number\x20Types','amd','Pivot\x20Table\x20Placement','Field\x20Name','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','Variance','146841aljawG','Drag\x20fields\x20to\x20filter\x20data','Cannot\x20overlap\x20with\x20source\x20data','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','122RjKwFj','Move\x20to\x20Column','52dwdxUj','Population\x20Standard\x20Deviation','object','Minimum','6CXvhKJ','Value','Population\x20Variance','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','Calculated\x20results\x20of\x20rows\x20and\x20columns','Decimal\x20Places','3423765foiOwB','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Count','2551518AzgfrZ','Ascending','Maximum','Insert\x20Pivot\x20Table','Average','Data\x20source\x20range\x20is\x20invalid','Tips','62710AZIWxR','General','Filter','Thousandth\x20Percentile','505872uOAKXl','Drag\x20fields\x20to\x20the\x20areas\x20below','979SrzngB','Currency','Cancel','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','Row','Existing\x20Sheet','Clear\x20Filter','Source\x20Field\x20Name:','5814cKTlSB','1253ylvvJh','Remove\x20Field','(Blank)','Descending'];_0x4d09=function(){return _0x79b9fe;};return _0x4d09();}(function(_0x4cd5bb,_0x18db11){var _0x41047b=_0xb12f,_0x14f818=_0x4cd5bb();while(!![]){try{var _0x3683ef=-parseInt(_0x41047b(0x1c8))/0x1*(-parseInt(_0x41047b(0x1a3))/0x2)+-parseInt(_0x41047b(0x19f))/0x3*(-parseInt(_0x41047b(0x1a5))/0x4)+-parseInt(_0x41047b(0x1b0))/0x5*(-parseInt(_0x41047b(0x1a9))/0x6)+-parseInt(_0x41047b(0x1c9))/0x7*(parseInt(_0x41047b(0x1d6))/0x8)+-parseInt(_0x41047b(0x1b3))/0x9+-parseInt(_0x41047b(0x1ba))/0xa*(parseInt(_0x41047b(0x1c0))/0xb)+-parseInt(_0x41047b(0x1be))/0xc;if(_0x3683ef===_0x18db11)break;else _0x14f818['push'](_0x14f818['shift']());}catch(_0x2074e4){_0x14f818['push'](_0x14f818['shift']());}}}(_0x4d09,0x5e517),function(_0x21cefd,_0x243475){var _0x2c9aeb=_0xb12f;typeof exports==_0x2c9aeb(0x1a7)&&typeof module<'u'?module['exports']=_0x243475():typeof define=='function'&&define[_0x2c9aeb(0x1dd)]?define([],_0x243475):(_0x21cefd=typeof globalThis<'u'?globalThis:_0x21cefd||self,_0x21cefd[_0x2c9aeb(0x1d7)]=_0x243475());}(this,function(){var _0x57ac21=_0xb12f;return{'sheets-pivot-panel':{'title':_0x57ac21(0x1d1),'sourceRangeLabel':_0x57ac21(0x1d3),'sourceRangePlaceholder':'Data\x20source\x20has\x20been\x20updated','sourceFieldTile':'Data\x20Source\x20Fields','sourceFieldDescription':_0x57ac21(0x1bf),'filter':_0x57ac21(0x1bc),'column':'Column','row':_0x57ac21(0x1c4),'value':_0x57ac21(0x1aa),'multipleValue':_0x57ac21(0x1d2),'filterDesc':_0x57ac21(0x1a0),'columnDesc':'Drag\x20fields\x20to\x20columns','rowDesc':'Drag\x20fields\x20to\x20rows','valueDesc':_0x57ac21(0x1ae),'addToFilter':'Add\x20to\x20Filter','addToColumn':'Add\x20to\x20Column','addToRow':'Add\x20to\x20Row','addToValue':_0x57ac21(0x1ce),'removeField':_0x57ac21(0x1ca),'filterField':_0x57ac21(0x1db),'fieldSettings':'Field\x20Settings','moveToRow':'Move\x20to\x20Row','moveToColumn':_0x57ac21(0x1a4),'dialog':{'fieldName':_0x57ac21(0x19c),'sourceName':_0x57ac21(0x1c7),'summarizeBy':_0x57ac21(0x1d5),'format':'Number\x20Format','ok':'OK','cancel':'Cancel','filter':{'ascending':_0x57ac21(0x1b4),'descending':_0x57ac21(0x1cc),'selectAll':'Select\x20All','clearFilter':_0x57ac21(0x1c6),'blank':_0x57ac21(0x1cb),'cancel':'Cancel','confirm':'OK'},'numfmt':{'general':_0x57ac21(0x1bb),'accounting':'Accounting','currency':_0x57ac21(0x1c1),'date':'Date','thousandthPercentile':_0x57ac21(0x1bd),'fieldSetting':'Field\x20Settings','formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x57ac21(0x1c2),'generalDesc':_0x57ac21(0x1d4),'accountingDesc':_0x57ac21(0x1b1),'currencyDesc':'Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','dateDesc':'Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','thousandthPercentileDesc':_0x57ac21(0x1a2),'decimalPlaces':_0x57ac21(0x1af),'currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x57ac21(0x1dc),'dateTypes':'Date\x20Types'},'source':{'insertPivotTable':_0x57ac21(0x1b6),'sourceData':_0x57ac21(0x1cf),'position':_0x57ac21(0x1de),'newSheet':'New\x20Sheet','existingSheet':_0x57ac21(0x1c5),'intersect':_0x57ac21(0x1a1)}},'subtotal':{'average':_0x57ac21(0x1b7),'count':_0x57ac21(0x1b2),'countNums':'Count\x20Numbers','max':_0x57ac21(0x1b5),'min':_0x57ac21(0x1a8),'product':_0x57ac21(0x1d0),'stdDev':'Standard\x20Deviation','stdDevp':_0x57ac21(0x1a6),'sum':_0x57ac21(0x1d8),'var':_0x57ac21(0x19e),'varp':_0x57ac21(0x1ab)},'subTotalText':_0x57ac21(0x1d9),'grandTotalText':_0x57ac21(0x1da),'perform':{'tips':_0x57ac21(0x1b9),'info':_0x57ac21(0x1ac),'confirm':'Confirm','cancel':'Cancel','rowColError':'This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.'},'msg':{'emptySourceRange':_0x57ac21(0x1cd),'invalidSize':_0x57ac21(0x1b8),'mergeCellError':_0x57ac21(0x19d),'editCellError':_0x57ac21(0x1c3),'permissionError':_0x57ac21(0x1ad)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2e3980,_0xfcce9b){var _0x10ea3d=_0x7420,_0x219577=_0x2e3980();while(!![]){try{var _0x55afec=-parseInt(_0x10ea3d(0x130))/0x1+parseInt(_0x10ea3d(0x10a))/0x2*(parseInt(_0x10ea3d(0x100))/0x3)+parseInt(_0x10ea3d(0x108))/0x4*(-parseInt(_0x10ea3d(0x103))/0x5)+parseInt(_0x10ea3d(0x10d))/0x6+-parseInt(_0x10ea3d(0xf8))/0x7*(-parseInt(_0x10ea3d(0x109))/0x8)+-parseInt(_0x10ea3d(0x12c))/0x9*(-parseInt(_0x10ea3d(0x133))/0xa)+parseInt(_0x10ea3d(0x12b))/0xb;if(_0x55afec===_0xfcce9b)break;else _0x219577['push'](_0x219577['shift']());}catch(_0x13bdf1){_0x219577['push'](_0x219577['shift']());}}}(_0x4b97,0xeb8e1),function(_0x35104e,_0x1075ce){var _0x21368e=_0x7420;typeof exports==_0x21368e(0x118)&&typeof module<'u'?module[_0x21368e(0xf3)]=_0x1075ce():typeof define==_0x21368e(0x12d)&&define['amd']?define([],_0x1075ce):(_0x35104e=typeof globalThis<'u'?globalThis:_0x35104e||self,_0x35104e[_0x21368e(0x12a)]=_0x1075ce());}(this,function(){var _0x5cebff=_0x7420;return{'sheets-pivot-panel':{'title':'Pivot\x20Table','sourceRangeLabel':_0x5cebff(0x12f),'sourceRangePlaceholder':'Data\x20source\x20has\x20been\x20updated','sourceFieldTile':_0x5cebff(0x10f),'sourceFieldDescription':'Drag\x20fields\x20to\x20the\x20areas\x20below','filter':'Filter','column':'Column','row':_0x5cebff(0xfd),'value':_0x5cebff(0x121),'multipleValue':_0x5cebff(0x113),'filterDesc':_0x5cebff(0xf4),'columnDesc':'Drag\x20fields\x20to\x20columns','rowDesc':'Drag\x20fields\x20to\x20rows','valueDesc':'Calculated\x20results\x20of\x20rows\x20and\x20columns','addToFilter':_0x5cebff(0x110),'addToColumn':'Add\x20to\x20Column','addToRow':_0x5cebff(0xff),'addToValue':_0x5cebff(0x129),'removeField':_0x5cebff(0x10e),'filterField':'Filter\x20Field','fieldSettings':_0x5cebff(0xf9),'moveToRow':_0x5cebff(0x12e),'moveToColumn':'Move\x20to\x20Column','dialog':{'fieldName':_0x5cebff(0x126),'sourceName':_0x5cebff(0x123),'summarizeBy':'Summarize\x20by','format':_0x5cebff(0x127),'ok':'OK','cancel':_0x5cebff(0x11d),'filter':{'ascending':_0x5cebff(0x116),'descending':_0x5cebff(0x119),'selectAll':_0x5cebff(0x111),'clearFilter':'Clear\x20Filter','blank':'(Blank)','cancel':_0x5cebff(0x11d),'confirm':'OK'},'numfmt':{'general':_0x5cebff(0x124),'accounting':'Accounting','currency':_0x5cebff(0x132),'date':'Date','thousandthPercentile':'Thousandth\x20Percentile','fieldSetting':_0x5cebff(0xf9),'formatTypes':'Format\x20Types','confirm':'OK','cancel':_0x5cebff(0x11d),'generalDesc':_0x5cebff(0x114),'accountingDesc':_0x5cebff(0xfe),'currencyDesc':_0x5cebff(0x131),'dateDesc':_0x5cebff(0xfa),'thousandthPercentileDesc':_0x5cebff(0x11f),'decimalPlaces':_0x5cebff(0x11c),'currencyTypes':_0x5cebff(0x104),'negativeNumberTypes':'Negative\x20Number\x20Types','dateTypes':'Date\x20Types'},'source':{'insertPivotTable':_0x5cebff(0x11b),'sourceData':'Data\x20Source\x20Range','position':_0x5cebff(0x122),'newSheet':'New\x20Sheet','existingSheet':_0x5cebff(0x105),'intersect':'Cannot\x20overlap\x20with\x20source\x20data'}},'subtotal':{'average':'Average','count':_0x5cebff(0x102),'countNums':_0x5cebff(0xf7),'max':_0x5cebff(0x106),'min':_0x5cebff(0x115),'product':_0x5cebff(0x107),'stdDev':'Standard\x20Deviation','stdDevp':'Population\x20Standard\x20Deviation','sum':_0x5cebff(0x101),'var':_0x5cebff(0xfb),'varp':_0x5cebff(0xf6)},'subTotalText':_0x5cebff(0x112),'grandTotalText':_0x5cebff(0x120),'perform':{'tips':_0x5cebff(0x125),'info':_0x5cebff(0x10c),'confirm':_0x5cebff(0x128),'cancel':_0x5cebff(0x11d),'rowColError':_0x5cebff(0x11e)},'msg':{'emptySourceRange':_0x5cebff(0x11a),'invalidSize':_0x5cebff(0xf5),'mergeCellError':_0x5cebff(0x10b),'editCellError':_0x5cebff(0x117),'permissionError':_0x5cebff(0xfc)}}};}));function _0x7420(_0x45cf74,_0x49cb40){_0x45cf74=_0x45cf74-0xf3;var _0x4b97d5=_0x4b97();var _0x74209=_0x4b97d5[_0x45cf74];return _0x74209;}function _0x4b97(){var _0xcb772c=['Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Add\x20to\x20Row','69FJICRr','Sum','Count','4175WLHwUi','Currency\x20Types','Existing\x20Sheet','Maximum','Product','8564RqQfyb','1856rAwDfm','7132XIGhLs','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','333066grHSxL','Remove\x20Field','Data\x20Source\x20Fields','Add\x20to\x20Filter','Select\x20All','Subtotal','Σ\x20Values','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Minimum','Ascending','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','object','Descending','Data\x20source\x20range\x20is\x20empty','Insert\x20Pivot\x20Table','Decimal\x20Places','Cancel','This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','Grand\x20Total','Value','Pivot\x20Table\x20Placement','Source\x20Field\x20Name:','General','Tips','Field\x20Name','Number\x20Format','Confirm','Add\x20to\x20Value','UniverProSheetsPivotUiEnUS','29009970AmqMaq','66591YaiOwd','function','Move\x20to\x20Row','Data\x20Source','1052481YMLWkS','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Currency','860fvNfgo','exports','Drag\x20fields\x20to\x20filter\x20data','Data\x20source\x20range\x20is\x20invalid','Population\x20Variance','Count\x20Numbers','11886QpFUhn','Field\x20Settings','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Variance','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','Row'];_0x4b97=function(){return _0xcb772c;};return _0x4b97();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x21301f,_0x42f09e){var _0x287e88=_0x5c5a,_0x5b41d0=_0x21301f();while(!![]){try{var _0x28fc2b=parseInt(_0x287e88(0x1d4))/0x1*(parseInt(_0x287e88(0x1d5))/0x2)+parseInt(_0x287e88(0x1ab))/0x3*(-parseInt(_0x287e88(0x1ce))/0x4)+parseInt(_0x287e88(0x1b7))/0x5*(-parseInt(_0x287e88(0x1eb))/0x6)+parseInt(_0x287e88(0x1d2))/0x7+-parseInt(_0x287e88(0x1b0))/0x8*(parseInt(_0x287e88(0x1b4))/0x9)+-parseInt(_0x287e88(0x1bf))/0xa+parseInt(_0x287e88(0x1a8))/0xb*(parseInt(_0x287e88(0x1d6))/0xc);if(_0x28fc2b===_0x42f09e)break;else _0x5b41d0['push'](_0x5b41d0['shift']());}catch(_0x28a2ac){_0x5b41d0['push'](_0x5b41d0['shift']());}}}(_0x331f,0x4fdea),function(_0x1287fa,_0x382a9c){var _0x1a6dd8=_0x5c5a;typeof exports==_0x1a6dd8(0x1c7)&&typeof module<'u'?module[_0x1a6dd8(0x1c5)]=_0x382a9c():typeof define==_0x1a6dd8(0x1c4)&&define[_0x1a6dd8(0x1cf)]?define([],_0x382a9c):(_0x1287fa=typeof globalThis<'u'?globalThis:_0x1287fa||self,_0x1287fa[_0x1a6dd8(0x1ef)]=_0x382a9c());}(this,function(){var _0x19384a=_0x5c5a;return{'sheets-pivot-panel':{'title':_0x19384a(0x1d3),'sourceRangeLabel':_0x19384a(0x1a1),'sourceRangePlaceholder':_0x19384a(0x1ae),'sourceFieldTile':'Data\x20Source\x20Fields','sourceFieldDescription':_0x19384a(0x1ca),'filter':'Filter','column':_0x19384a(0x1b3),'row':_0x19384a(0x1cc),'value':_0x19384a(0x1a7),'multipleValue':_0x19384a(0x1a6),'filterDesc':_0x19384a(0x1b9),'columnDesc':'Drag\x20fields\x20to\x20columns','rowDesc':_0x19384a(0x1c6),'valueDesc':_0x19384a(0x1b2),'addToFilter':'Add\x20to\x20Filter','addToColumn':_0x19384a(0x1b5),'addToRow':'Add\x20to\x20Row','addToValue':_0x19384a(0x1c1),'removeField':_0x19384a(0x1a2),'filterField':'Filter\x20Field','fieldSettings':_0x19384a(0x1c9),'moveToRow':_0x19384a(0x1bb),'moveToColumn':_0x19384a(0x1d1),'dialog':{'fieldName':_0x19384a(0x1d8),'sourceName':_0x19384a(0x1e4),'summarizeBy':'Summarize\x20by','format':_0x19384a(0x1ed),'ok':'OK','cancel':'Cancel','filter':{'ascending':_0x19384a(0x1e7),'descending':_0x19384a(0x1dd),'selectAll':_0x19384a(0x1a3),'clearFilter':_0x19384a(0x1e9),'blank':_0x19384a(0x1d0),'cancel':_0x19384a(0x1c2),'confirm':'OK'},'numfmt':{'general':_0x19384a(0x1a9),'accounting':_0x19384a(0x1b8),'currency':_0x19384a(0x1c8),'date':_0x19384a(0x1e5),'thousandthPercentile':_0x19384a(0x1c0),'fieldSetting':_0x19384a(0x1c9),'formatTypes':_0x19384a(0x1bd),'confirm':'OK','cancel':_0x19384a(0x1c2),'generalDesc':_0x19384a(0x1de),'accountingDesc':_0x19384a(0x1df),'currencyDesc':_0x19384a(0x1bc),'dateDesc':_0x19384a(0x1be),'thousandthPercentileDesc':_0x19384a(0x1c3),'decimalPlaces':_0x19384a(0x1ac),'currencyTypes':_0x19384a(0x1aa),'negativeNumberTypes':_0x19384a(0x1e1),'dateTypes':_0x19384a(0x1f0)},'source':{'insertPivotTable':'Insert\x20Pivot\x20Table','sourceData':_0x19384a(0x1af),'position':_0x19384a(0x1ec),'newSheet':_0x19384a(0x1e6),'existingSheet':_0x19384a(0x1b1),'intersect':_0x19384a(0x1a4)}},'subtotal':{'average':_0x19384a(0x1cb),'count':_0x19384a(0x1da),'countNums':_0x19384a(0x1e0),'max':_0x19384a(0x1ba),'min':_0x19384a(0x1d7),'product':_0x19384a(0x1dc),'stdDev':'Standard\x20Deviation','stdDevp':_0x19384a(0x1cd),'sum':_0x19384a(0x1ea),'var':_0x19384a(0x1ad),'varp':_0x19384a(0x1e2)},'subTotalText':_0x19384a(0x1ee),'grandTotalText':_0x19384a(0x1b6),'perform':{'tips':_0x19384a(0x1e8),'info':'There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','confirm':'Confirm','cancel':'Cancel','rowColError':_0x19384a(0x1f1)},'msg':{'emptySourceRange':_0x19384a(0x1d9),'invalidSize':'Data\x20source\x20range\x20is\x20invalid','mergeCellError':_0x19384a(0x1db),'editCellError':_0x19384a(0x1e3),'permissionError':_0x19384a(0x1a5)}}};}));function _0x5c5a(_0x586d8d,_0x5b4d38){_0x586d8d=_0x586d8d-0x1a1;var _0x331f57=_0x331f();var _0x5c5a20=_0x331f57[_0x586d8d];return _0x5c5a20;}function _0x331f(){var _0x2fb9c1=['Drag\x20fields\x20to\x20filter\x20data','Maximum','Move\x20to\x20Row','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Format\x20Types','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','1947550ihcEwO','Thousandth\x20Percentile','Add\x20to\x20Value','Cancel','Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','function','exports','Drag\x20fields\x20to\x20rows','object','Currency','Field\x20Settings','Drag\x20fields\x20to\x20the\x20areas\x20below','Average','Row','Population\x20Standard\x20Deviation','1228YNXfwy','amd','(Blank)','Move\x20to\x20Column','3181297zKPueE','Pivot\x20Table','33487cbtCDL','4BSWDGO','1668NonSnK','Minimum','Field\x20Name','Data\x20source\x20range\x20is\x20empty','Count','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','Product','Descending','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Count\x20Numbers','Negative\x20Number\x20Types','Population\x20Variance','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','Source\x20Field\x20Name:','Date','New\x20Sheet','Ascending','Tips','Clear\x20Filter','Sum','108boHYbM','Pivot\x20Table\x20Placement','Number\x20Format','Subtotal','UniverProSheetsPivotUiEsES','Date\x20Types','This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.','Data\x20Source','Remove\x20Field','Select\x20All','Cannot\x20overlap\x20with\x20source\x20data','Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet','Σ\x20Values','Value','59521qiEUuz','General','Currency\x20Types','2844StIJgF','Decimal\x20Places','Variance','Data\x20source\x20has\x20been\x20updated','Data\x20Source\x20Range','2099656BsCsnj','Existing\x20Sheet','Calculated\x20results\x20of\x20rows\x20and\x20columns','Column','9JTlFTH','Add\x20to\x20Column','Grand\x20Total','55050uBljMQ','Accounting'];_0x331f=function(){return _0x2fb9c1;};return _0x331f();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xd987(_0x29a020,_0x2ec88e){_0x29a020=_0x29a020-0x89;var _0x1bd6dd=_0x1bd6();var _0xd98789=_0x1bd6dd[_0x29a020];return _0xd98789;}function _0x1bd6(){var _0x52792c=['میانگین','فیلدها\x20را\x20به\x20ستون\x20ها\x20بکشید','ستون','خلاصه\x20شده\x20توسط','حداکثر','فیلدهای\x20منبع\x20داده','54KLiKHo','amd','نام\x20فیلد','درصد\x20هزارم','برگه\x20جدید','نتایج\x20محاسبه\x20شده\x20سطرها\x20و\x20ستونها','نمی\x20توان\x20جدول\x20پیوت\x20را\x20در\x20یک\x20برگه\x20محافظت\x20شده\x20ویرایش\x20کرد','انواع\x20فرمت','object','20466rBBjYL','4UDLCvm','نمی\x20توان\x20سلول\x20ها\x20را\x20در\x20جدول\x20پیوت\x20ویرایش\x20کرد','7357075MyNcLJ','افزودن\x20به\x20فیلتر','محدوده\x20منبع\x20داده\x20خالی\x20است','لغو','249618NUzGxe','انحراف\x20معیار','انواع\x20ارز','سطر','4622760iianav','واریانس\x20جمعیت','تایید','فرمت\x20عدد','برگه\x20موجود','Σ\x20مقادیر','منبع\x20داده\x20به\x20روز\x20شده\x20است','function','صعودی','802557GhYefl','فرمت\x20عمومی\x20هیچ\x20فرمت\x20عدد\x20خاصی\x20ندارد.','منبع\x20داده','انتقال\x20به\x20سطر','پاک\x20کردن\x20فیلتر','(خالی)','انواع\x20اعداد\x20منفی','نکات','افزودن\x20به\x20ستون','جمع\x20جزئی','افزودن\x20به\x20سطر','فیلد\x20فیلتر','تعداد','انحراف\x20معیار\x20جمعیت','339605tqczmW','فیلدها\x20را\x20به\x20مناطق\x20زیر\x20بکشید','ضرب','واریانس','محدوده\x20منبع\x20داده\x20نامعتبر\x20است','افزودن\x20به\x20مقدار','این\x20تغییر\x20نمی\x20تواند\x20در\x20سلول\x20های\x20انتخاب\x20شده\x20انجام\x20شود\x20زیرا\x20بر\x20جدول\x20پیوت\x20تاثیر\x20می\x20گذارد.\x20لطفا\x20از\x20لیست\x20فیلد\x20برای\x20اصلاح\x20گزارش\x20استفاده\x20کنید.\x20اگر\x20سعی\x20در\x20درج\x20یا\x20حذف\x20سلول\x20ها\x20دارید،\x20جدول\x20پیوت\x20را\x20حرکت\x20دهید\x20و\x20دوباره\x20امتحان\x20کنید.','872QZaPbR','فیلتر','درج\x20جدول\x20پیوت','689460vhMBgU','قرارگیری\x20جدول\x20پیوت','انتخاب\x20همه','عمومی','فرمت\x20ارز\x20برای\x20ارزش\x20های\x20پولی\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20حسابداری\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20از\x20ارزش\x20ها\x20تراز\x20می\x20کند.','تنظیمات\x20فیلد','exports','تعداد\x20اعداد','نام\x20فیلد\x20منبع:','UniverProSheetsPivotUiFaIR','2JdWLAR','ارز','جدول\x20پیوت','نمی\x20تواند\x20با\x20منبع\x20داده\x20همپوشانی\x20داشته\x20باشد','فرمت\x20درصد\x20هزارم\x20برای\x20اعداد\x20عمومی\x20استفاده\x20می\x20شود،\x20فرمت\x20های\x20ارز\x20و\x20حسابداری\x20فرمت\x20های\x20تخصصی\x20برای\x20ارزش\x20های\x20پولی\x20ارائه\x20می\x20دهند.','جمع\x20کل','محدوده\x20منبع\x20داده'];_0x1bd6=function(){return _0x52792c;};return _0x1bd6();}(function(_0x3a4962,_0x5eb5f1){var _0x22d384=_0xd987,_0x2e1e4e=_0x3a4962();while(!![]){try{var _0x3ef847=-parseInt(_0x22d384(0xc5))/0x1*(-parseInt(_0x22d384(0xa8))/0x2)+parseInt(_0x22d384(0xd2))/0x3*(-parseInt(_0x22d384(0xbf))/0x4)+-parseInt(_0x22d384(0x9e))/0x5+-parseInt(_0x22d384(0xb5))/0x6*(-parseInt(_0x22d384(0x94))/0x7)+-parseInt(_0x22d384(0x9b))/0x8*(parseInt(_0x22d384(0xbe))/0x9)+-parseInt(_0x22d384(0xc9))/0xa+parseInt(_0x22d384(0xc1))/0xb;if(_0x3ef847===_0x5eb5f1)break;else _0x2e1e4e['push'](_0x2e1e4e['shift']());}catch(_0x2776c6){_0x2e1e4e['push'](_0x2e1e4e['shift']());}}}(_0x1bd6,0x3a7a5),function(_0xa0b558,_0x5ece44){var _0x445828=_0xd987;typeof exports==_0x445828(0xbd)&&typeof module<'u'?module[_0x445828(0xa4)]=_0x5ece44():typeof define==_0x445828(0xd0)&&define[_0x445828(0xb6)]?define([],_0x5ece44):(_0xa0b558=typeof globalThis<'u'?globalThis:_0xa0b558||self,_0xa0b558[_0x445828(0xa7)]=_0x5ece44());}(this,function(){var _0x15f15f=_0xd987;return{'sheets-pivot-panel':{'title':_0x15f15f(0xaa),'sourceRangeLabel':_0x15f15f(0xd4),'sourceRangePlaceholder':_0x15f15f(0xcf),'sourceFieldTile':_0x15f15f(0xb4),'sourceFieldDescription':_0x15f15f(0x95),'filter':_0x15f15f(0x9c),'column':_0x15f15f(0xb1),'row':_0x15f15f(0xc8),'value':'مقدار','multipleValue':_0x15f15f(0xce),'filterDesc':'فیلدها\x20را\x20برای\x20فیلتر\x20کردن\x20داده\x20ها\x20بکشید','columnDesc':_0x15f15f(0xb0),'rowDesc':'فیلدها\x20را\x20به\x20سطرها\x20بکشید','valueDesc':_0x15f15f(0xba),'addToFilter':_0x15f15f(0xc2),'addToColumn':_0x15f15f(0x8e),'addToRow':_0x15f15f(0x90),'addToValue':_0x15f15f(0x99),'removeField':'حذف\x20فیلد','filterField':_0x15f15f(0x91),'fieldSettings':_0x15f15f(0xa3),'moveToRow':_0x15f15f(0x89),'moveToColumn':'انتقال\x20به\x20ستون','dialog':{'fieldName':_0x15f15f(0xb7),'sourceName':_0x15f15f(0xa6),'summarizeBy':_0x15f15f(0xb2),'format':_0x15f15f(0xcc),'ok':_0x15f15f(0xcb),'cancel':_0x15f15f(0xc4),'filter':{'ascending':_0x15f15f(0xd1),'descending':'نزولی','selectAll':_0x15f15f(0xa0),'clearFilter':_0x15f15f(0x8a),'blank':_0x15f15f(0x8b),'cancel':'لغو','confirm':_0x15f15f(0xcb)},'numfmt':{'general':_0x15f15f(0xa1),'accounting':'حسابداری','currency':_0x15f15f(0xa9),'date':'تاریخ','thousandthPercentile':_0x15f15f(0xb8),'fieldSetting':_0x15f15f(0xa3),'formatTypes':_0x15f15f(0xbc),'confirm':_0x15f15f(0xcb),'cancel':_0x15f15f(0xc4),'generalDesc':_0x15f15f(0xd3),'accountingDesc':'فرمت\x20عدد\x20حسابداری\x20نمادهای\x20ارز\x20و\x20نقطه\x20اعشار\x20را\x20در\x20یک\x20ستون\x20تراز\x20می\x20کند.','currencyDesc':_0x15f15f(0xa2),'dateDesc':'فرمت\x20تاریخ\x20اعداد\x20تاریخ\x20و\x20زمان\x20را\x20به\x20عنوان\x20مقادیر\x20تاریخ\x20نشان\x20می\x20دهد.','thousandthPercentileDesc':_0x15f15f(0xac),'decimalPlaces':'محل\x20اعشار','currencyTypes':_0x15f15f(0xc7),'negativeNumberTypes':_0x15f15f(0x8c),'dateTypes':'انواع\x20تاریخ'},'source':{'insertPivotTable':_0x15f15f(0x9d),'sourceData':_0x15f15f(0xae),'position':_0x15f15f(0x9f),'newSheet':_0x15f15f(0xb9),'existingSheet':_0x15f15f(0xcd),'intersect':_0x15f15f(0xab)}},'subtotal':{'average':_0x15f15f(0xaf),'count':_0x15f15f(0x92),'countNums':_0x15f15f(0xa5),'max':_0x15f15f(0xb3),'min':'حداقل','product':_0x15f15f(0x96),'stdDev':_0x15f15f(0xc6),'stdDevp':_0x15f15f(0x93),'sum':'جمع','var':_0x15f15f(0x97),'varp':_0x15f15f(0xca)},'subTotalText':_0x15f15f(0x8f),'grandTotalText':_0x15f15f(0xad),'perform':{'tips':_0x15f15f(0x8d),'info':'داده\x20ها\x20در\x20منطقه\x20مقصد\x20وجود\x20دارد.\x20این\x20عملیات\x20داده\x20های\x20موجود\x20را\x20جایگزین\x20می\x20کند.\x20آیا\x20می\x20خواهید\x20ادامه\x20دهید؟','confirm':'تایید','cancel':_0x15f15f(0xc4),'rowColError':_0x15f15f(0x9a)},'msg':{'emptySourceRange':_0x15f15f(0xc3),'invalidSize':_0x15f15f(0x98),'mergeCellError':'نمی\x20توان\x20سلول\x20های\x20ادغام\x20شده\x20را\x20در\x20جدول\x20پیوت\x20درج\x20کرد','editCellError':_0x15f15f(0xc0),'permissionError':_0x15f15f(0xbb)}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x55be(_0x310768,_0x42d3cf){_0x310768=_0x310768-0xad;var _0x59e195=_0x59e1();var _0x55beda=_0x59e195[_0x310768];return _0x55beda;}function _0x59e1(){var _0x4d5370=['Variance','Insert\x20Pivot\x20Table','Cancel','Count','Field\x20Settings','Column','Date\x20Types','Pivot\x20Table','Format\x20Types','New\x20Sheet','4652550EOPtFW','Thousandth\x20Percentile','Grand\x20Total','Pivot\x20Table\x20Placement','Minimum','Negative\x20Number\x20Types','Count\x20Numbers','Field\x20Name','Sum','17744ikgFgJ','Currency','Row','Σ\x20Values','Data\x20Source','Drag\x20fields\x20to\x20rows','Add\x20to\x20Filter','Add\x20to\x20Row','Calculated\x20results\x20of\x20rows\x20and\x20columns','Population\x20Standard\x20Deviation','There\x20is\x20already\x20data\x20in\x20the\x20target\x20area.\x20This\x20action\x20will\x20overwrite\x20the\x20existing\x20data.\x20Do\x20you\x20want\x20to\x20continue?','965742QTjiIG','Standard\x20Deviation','Population\x20Variance','Filter\x20Field','amd','exports','Cannot\x20insert\x20merged\x20cells\x20into\x20pivot\x20table','Data\x20Source\x20Fields','788775joawtE','4IgvrtP','9040350CtoyjF','General','524555ZHzxye','General\x20format\x20does\x20not\x20contain\x20any\x20specific\x20number\x20format.','Data\x20source\x20has\x20been\x20updated','Source\x20Field\x20Name:','Drag\x20fields\x20to\x20filter\x20data','Cannot\x20edit\x20cells\x20in\x20pivot\x20table','Summarize\x20by','6WEioSS','Filter','Subtotal','Date\x20format\x20displays\x20date\x20and\x20time\x20serial\x20numbers\x20as\x20date\x20values.','Drag\x20fields\x20to\x20columns','Currency\x20format\x20is\x20used\x20for\x20general\x20monetary\x20values,\x20accounting\x20format\x20aligns\x20decimal\x20points\x20in\x20a\x20column\x20of\x20values.','Existing\x20Sheet','Maximum','Accounting\x20number\x20format\x20aligns\x20currency\x20symbols\x20and\x20decimal\x20points\x20in\x20a\x20column.','Cannot\x20overlap\x20with\x20source\x20data','Accounting','9346785GAVNvP','Number\x20Format','Move\x20to\x20Row','4509TLhLiu','object'];_0x59e1=function(){return _0x4d5370;};return _0x59e1();}(function(_0x3ca2eb,_0x44d4a9){var _0x53c0bb=_0x55be,_0x2be627=_0x3ca2eb();while(!![]){try{var _0x50ace5=-parseInt(_0x53c0bb(0xb8))/0x1*(-parseInt(_0x53c0bb(0xbf))/0x2)+parseInt(_0x53c0bb(0xed))/0x3+parseInt(_0x53c0bb(0xb5))/0x4*(parseInt(_0x53c0bb(0xb4))/0x5)+-parseInt(_0x53c0bb(0xb6))/0x6+-parseInt(_0x53c0bb(0xca))/0x7+parseInt(_0x53c0bb(0xe2))/0x8*(parseInt(_0x53c0bb(0xcd))/0x9)+parseInt(_0x53c0bb(0xd9))/0xa;if(_0x50ace5===_0x44d4a9)break;else _0x2be627['push'](_0x2be627['shift']());}catch(_0x18d8e7){_0x2be627['push'](_0x2be627['shift']());}}}(_0x59e1,0xc0573),function(_0xc6b14d,_0x3dacb8){var _0x31f8bb=_0x55be;typeof exports==_0x31f8bb(0xce)&&typeof module<'u'?module[_0x31f8bb(0xb1)]=_0x3dacb8():typeof define=='function'&&define[_0x31f8bb(0xb0)]?define([],_0x3dacb8):(_0xc6b14d=typeof globalThis<'u'?globalThis:_0xc6b14d||self,_0xc6b14d['UniverProSheetsPivotUiFrFR']=_0x3dacb8());}(this,function(){var _0x322765=_0x55be;return{'sheets-pivot-panel':{'title':_0x322765(0xd6),'sourceRangeLabel':_0x322765(0xe6),'sourceRangePlaceholder':_0x322765(0xba),'sourceFieldTile':_0x322765(0xb3),'sourceFieldDescription':'Drag\x20fields\x20to\x20the\x20areas\x20below','filter':_0x322765(0xc0),'column':_0x322765(0xd4),'row':_0x322765(0xe4),'value':'Value','multipleValue':_0x322765(0xe5),'filterDesc':_0x322765(0xbc),'columnDesc':_0x322765(0xc3),'rowDesc':_0x322765(0xe7),'valueDesc':_0x322765(0xea),'addToFilter':_0x322765(0xe8),'addToColumn':'Add\x20to\x20Column','addToRow':_0x322765(0xe9),'addToValue':'Add\x20to\x20Value','removeField':'Remove\x20Field','filterField':_0x322765(0xaf),'fieldSettings':_0x322765(0xd3),'moveToRow':_0x322765(0xcc),'moveToColumn':'Move\x20to\x20Column','dialog':{'fieldName':_0x322765(0xe0),'sourceName':_0x322765(0xbb),'summarizeBy':_0x322765(0xbe),'format':_0x322765(0xcb),'ok':'OK','cancel':_0x322765(0xd1),'filter':{'ascending':'Ascending','descending':'Descending','selectAll':'Select\x20All','clearFilter':'Clear\x20Filter','blank':'(Blank)','cancel':_0x322765(0xd1),'confirm':'OK'},'numfmt':{'general':_0x322765(0xb7),'accounting':_0x322765(0xc9),'currency':_0x322765(0xe3),'date':'Date','thousandthPercentile':_0x322765(0xda),'fieldSetting':_0x322765(0xd3),'formatTypes':_0x322765(0xd7),'confirm':'OK','cancel':_0x322765(0xd1),'generalDesc':_0x322765(0xb9),'accountingDesc':_0x322765(0xc7),'currencyDesc':_0x322765(0xc4),'dateDesc':_0x322765(0xc2),'thousandthPercentileDesc':'Thousandth\x20percentile\x20format\x20is\x20used\x20for\x20general\x20numbers,\x20currency\x20and\x20accounting\x20formats\x20provide\x20specialized\x20formats\x20for\x20monetary\x20values.','decimalPlaces':'Decimal\x20Places','currencyTypes':'Currency\x20Types','negativeNumberTypes':_0x322765(0xde),'dateTypes':_0x322765(0xd5)},'source':{'insertPivotTable':_0x322765(0xd0),'sourceData':'Data\x20Source\x20Range','position':_0x322765(0xdc),'newSheet':_0x322765(0xd8),'existingSheet':_0x322765(0xc5),'intersect':_0x322765(0xc8)}},'subtotal':{'average':'Average','count':_0x322765(0xd2),'countNums':_0x322765(0xdf),'max':_0x322765(0xc6),'min':_0x322765(0xdd),'product':'Product','stdDev':_0x322765(0xad),'stdDevp':_0x322765(0xeb),'sum':_0x322765(0xe1),'var':_0x322765(0xcf),'varp':_0x322765(0xae)},'subTotalText':_0x322765(0xc1),'grandTotalText':_0x322765(0xdb),'perform':{'tips':'Tips','info':_0x322765(0xec),'confirm':'Confirm','cancel':_0x322765(0xd1),'rowColError':'This\x20change\x20cannot\x20be\x20made\x20to\x20the\x20selected\x20cells\x20because\x20it\x20would\x20affect\x20the\x20pivot\x20table.\x20Please\x20use\x20the\x20field\x20list\x20to\x20modify\x20the\x20report.\x20If\x20you\x20are\x20trying\x20to\x20insert\x20or\x20delete\x20cells,\x20move\x20the\x20pivot\x20table\x20and\x20try\x20again.'},'msg':{'emptySourceRange':'Data\x20source\x20range\x20is\x20empty','invalidSize':'Data\x20source\x20range\x20is\x20invalid','mergeCellError':_0x322765(0xb2),'editCellError':_0x322765(0xbd),'permissionError':'Cannot\x20edit\x20pivot\x20table\x20in\x20a\x20protected\x20sheet'}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x15c7(_0x228bc2,_0x566ab0){_0x228bc2=_0x228bc2-0x1a7;var _0x17a474=_0x17a4();var _0x15c731=_0x17a474[_0x228bc2];return _0x15c731;}(function(_0x407185,_0x283d4b){var _0x358a2b=_0x15c7,_0x45f755=_0x407185();while(!![]){try{var _0x3dc01a=-parseInt(_0x358a2b(0x1ce))/0x1*(-parseInt(_0x358a2b(0x1ae))/0x2)+parseInt(_0x358a2b(0x1b2))/0x3+parseInt(_0x358a2b(0x1b3))/0x4*(parseInt(_0x358a2b(0x1cd))/0x5)+-parseInt(_0x358a2b(0x1b1))/0x6+parseInt(_0x358a2b(0x1c0))/0x7+-parseInt(_0x358a2b(0x1d3))/0x8*(parseInt(_0x358a2b(0x1b5))/0x9)+-parseInt(_0x358a2b(0x1b8))/0xa;if(_0x3dc01a===_0x283d4b)break;else _0x45f755['push'](_0x45f755['shift']());}catch(_0x3eb4d3){_0x45f755['push'](_0x45f755['shift']());}}}(_0x17a4,0xb8c0b),function(_0x132b0d,_0x2defd9){var _0x5ac011=_0x15c7;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2defd9():typeof define==_0x5ac011(0x1dd)&&define[_0x5ac011(0x1a7)]?define([],_0x2defd9):(_0x132b0d=typeof globalThis<'u'?globalThis:_0x132b0d||self,_0x132b0d[_0x5ac011(0x1c4)]=_0x2defd9());}(this,function(){var _0x440165=_0x15c7;return{'sheets-pivot-panel':{'title':_0x440165(0x1c9),'sourceRangeLabel':_0x440165(0x1b0),'sourceRangePlaceholder':'データソースが更新されました','sourceFieldTile':_0x440165(0x1c3),'sourceFieldDescription':_0x440165(0x1bc),'filter':_0x440165(0x1d7),'column':'列','row':'行','value':'値','multipleValue':'Σ\x20値','filterDesc':'フィールドをドラッグしてデータをフィルター','columnDesc':_0x440165(0x1da),'rowDesc':_0x440165(0x1cb),'valueDesc':'行と列の計算結果','addToFilter':'フィルターに追加','addToColumn':_0x440165(0x1af),'addToRow':_0x440165(0x1d1),'addToValue':_0x440165(0x1c2),'removeField':'フィールドの削除','filterField':_0x440165(0x1b7),'fieldSettings':'フィールドの設定','moveToRow':'行に移動','moveToColumn':_0x440165(0x1d9),'dialog':{'fieldName':_0x440165(0x1ab),'sourceName':'ソースフィールド名:','summarizeBy':_0x440165(0x1ca),'format':_0x440165(0x1bd),'ok':'OK','cancel':'キャンセル','filter':{'ascending':'昇順','descending':'降順','selectAll':_0x440165(0x1d0),'clearFilter':_0x440165(0x1a9),'blank':'(空白)','cancel':_0x440165(0x1b6),'confirm':'OK'},'numfmt':{'general':'標準','accounting':'会計','currency':'通貨','date':'日付','thousandthPercentile':'桁区切り','fieldSetting':_0x440165(0x1b4),'formatTypes':'表示形式の種類','confirm':'OK','cancel':_0x440165(0x1b6),'generalDesc':'標準形式には、特定の表示形式が含まれていません。','accountingDesc':_0x440165(0x1d2),'currencyDesc':_0x440165(0x1c5),'dateDesc':'日付の表示形式は、日付と時刻のシリアル値を日付値として表示します。','thousandthPercentileDesc':_0x440165(0x1c8),'decimalPlaces':_0x440165(0x1d4),'currencyTypes':_0x440165(0x1c7),'negativeNumberTypes':_0x440165(0x1d5),'dateTypes':_0x440165(0x1bf)},'source':{'insertPivotTable':_0x440165(0x1ba),'sourceData':_0x440165(0x1ad),'position':_0x440165(0x1cc),'newSheet':_0x440165(0x1ac),'existingSheet':_0x440165(0x1bb),'intersect':_0x440165(0x1c6)}},'subtotal':{'average':'平均','count':'データの個数','countNums':'数値の個数','max':_0x440165(0x1db),'min':_0x440165(0x1be),'product':'積','stdDev':_0x440165(0x1aa),'stdDevp':'標本標準偏差','sum':'合計','var':'分散','varp':_0x440165(0x1d8)},'subTotalText':'小計','grandTotalText':'総計','perform':{'tips':_0x440165(0x1dc),'info':_0x440165(0x1a8),'confirm':'確認','cancel':'キャンセル','rowColError':_0x440165(0x1b9)},'msg':{'emptySourceRange':_0x440165(0x1c1),'invalidSize':'データソース範囲が無効です','mergeCellError':_0x440165(0x1cf),'editCellError':'ピボットテーブル内のセルは編集できません','permissionError':_0x440165(0x1d6)}}};}));function _0x17a4(){var _0x9b0011=['最大値','ヒント','function','amd','対象範囲には既にデータが存在します。この操作により既存のデータが上書きされます。続行しますか?','フィルターのクリア','標準偏差','フィールド名','新しいワークシート','データソースの範囲','2PRYnpn','列に追加','データソース','8620932sozTmt','1579284oOyMxH','144436AvzpcC','フィールドの設定','6147972iRtMJb','キャンセル','フィールドのフィルター','12398710UiDkqW','ピボットテーブルに影響するため、選択したセルに対してこの変更を行うことはできません。フィールドリストを使用してレポートを変更してください。セルを挿入または削除する場合は、ピボットテーブルを移動してから再試行してください。','ピボットテーブルの挿入','既存のワークシート','フィールドを下の領域にドラッグしてください','表示形式','最小値','日付の種類','9204216gPgzLk','データソース範囲が空です','値に追加','データソースフィールド','UniverProSheetsPivotUiJaJP','通貨の表示形式は一般的な通貨値に使用され、会計の表示形式は列内の小数点を揃えます。','ソースデータと重複できません','通貨記号','桁区切りの表示形式は一般的な数値に使用され、通貨と会計の表示形式は通貨値の特殊な表示形式を提供します。','ピボットテーブル','集計方法','フィールドを行にドラッグ','ピボットテーブルの配置先','185GgAuDI','939199LmnvKO','ピボットテーブルに結合されたセルを挿入できません','すべて選択','行に追加','会計の表示形式では、通貨記号と小数点を列内で揃えて表示します。','8Gqespg','小数点以下の桁数','負の数の表示形式','保護されたシート内のピボットテーブルは編集できません','フィルター','標本分散','列に移動','フィールドを列にドラッグ'];_0x17a4=function(){return _0x9b0011;};return _0x17a4();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x238b(_0x247db5,_0x100624){_0x247db5=_0x247db5-0x183;var _0x585609=_0x5856();var _0x238bcc=_0x585609[_0x247db5];return _0x238bcc;}(function(_0x110973,_0x23cf34){var _0x396614=_0x238b,_0x24bd39=_0x110973();while(!![]){try{var _0x2fcf18=-parseInt(_0x396614(0x1bc))/0x1*(-parseInt(_0x396614(0x1bb))/0x2)+parseInt(_0x396614(0x195))/0x3*(-parseInt(_0x396614(0x19d))/0x4)+parseInt(_0x396614(0x196))/0x5+-parseInt(_0x396614(0x186))/0x6*(parseInt(_0x396614(0x1a6))/0x7)+-parseInt(_0x396614(0x1ae))/0x8+parseInt(_0x396614(0x18c))/0x9*(-parseInt(_0x396614(0x1a5))/0xa)+parseInt(_0x396614(0x1ab))/0xb*(parseInt(_0x396614(0x190))/0xc);if(_0x2fcf18===_0x23cf34)break;else _0x24bd39['push'](_0x24bd39['shift']());}catch(_0x3222ba){_0x24bd39['push'](_0x24bd39['shift']());}}}(_0x5856,0xc306d),function(_0x51f152,_0x378b7e){var _0x3edf29=_0x238b;typeof exports=='object'&&typeof module<'u'?module[_0x3edf29(0x1ba)]=_0x378b7e():typeof define=='function'&&define['amd']?define([],_0x378b7e):(_0x51f152=typeof globalThis<'u'?globalThis:_0x51f152||self,_0x51f152[_0x3edf29(0x188)]=_0x378b7e());}(this,function(){var _0x167812=_0x238b;return{'sheets-pivot-panel':{'title':_0x167812(0x194),'sourceRangeLabel':_0x167812(0x19f),'sourceRangePlaceholder':'데이터\x20원본이\x20업데이트되었습니다','sourceFieldTile':_0x167812(0x1be),'sourceFieldDescription':'필드를\x20아래\x20영역으로\x20끌어\x20놓으십시오','filter':'필터','column':'열','row':'행','value':'값','multipleValue':'Σ\x20값','filterDesc':'필드를\x20끌어\x20데이터를\x20필터링합니다','columnDesc':_0x167812(0x1b5),'rowDesc':_0x167812(0x18a),'valueDesc':_0x167812(0x183),'addToFilter':_0x167812(0x1bf),'addToColumn':_0x167812(0x1aa),'addToRow':_0x167812(0x1b4),'addToValue':_0x167812(0x19a),'removeField':_0x167812(0x184),'filterField':_0x167812(0x19c),'fieldSettings':_0x167812(0x1a3),'moveToRow':_0x167812(0x199),'moveToColumn':_0x167812(0x189),'dialog':{'fieldName':_0x167812(0x1ad),'sourceName':'원본\x20이름:','summarizeBy':_0x167812(0x193),'format':_0x167812(0x191),'ok':'확인','cancel':'취소','filter':{'ascending':_0x167812(0x1bd),'descending':_0x167812(0x1b7),'selectAll':_0x167812(0x1a9),'clearFilter':_0x167812(0x1a1),'blank':_0x167812(0x1a2),'cancel':'취소','confirm':'확인'},'numfmt':{'general':'일반','accounting':'회계','currency':'통화','date':'날짜','thousandthPercentile':_0x167812(0x1a8),'fieldSetting':_0x167812(0x1a3),'formatTypes':_0x167812(0x1b3),'confirm':'확인','cancel':'취소','generalDesc':_0x167812(0x1a4),'accountingDesc':'회계\x20서식은\x20열의\x20통화\x20기호와\x20소수점을\x20정렬합니다.','currencyDesc':_0x167812(0x19e),'dateDesc':_0x167812(0x1a7),'thousandthPercentileDesc':_0x167812(0x192),'decimalPlaces':_0x167812(0x1b8),'currencyTypes':_0x167812(0x1b6),'negativeNumberTypes':'음수','dateTypes':_0x167812(0x187)},'source':{'insertPivotTable':_0x167812(0x1b1),'sourceData':_0x167812(0x185),'position':'피벗\x20테이블\x20배치\x20위치','newSheet':'새\x20워크시트','existingSheet':_0x167812(0x18f),'intersect':'원본\x20데이터와\x20겹칠\x20수\x20없습니다'}},'subtotal':{'average':'평균','count':'개수','countNums':_0x167812(0x1a0),'max':_0x167812(0x1af),'min':_0x167812(0x1b9),'product':'곱','stdDev':_0x167812(0x1ac),'stdDevp':_0x167812(0x18b),'sum':'합계','var':'분산','varp':_0x167812(0x1b2)},'subTotalText':_0x167812(0x19b),'grandTotalText':'총합계','perform':{'tips':'팁','info':_0x167812(0x18e),'confirm':'확인','cancel':'취소','rowColError':_0x167812(0x198)},'msg':{'emptySourceRange':'데이터\x20원본\x20범위가\x20비어\x20있습니다','invalidSize':_0x167812(0x18d),'mergeCellError':_0x167812(0x1b0),'editCellError':_0x167812(0x197),'permissionError':'보호된\x20시트의\x20피벗\x20테이블은\x20편집할\x20수\x20없습니다'}}};}));function _0x5856(){var _0x64ecff=['값\x20요약\x20기준','피벗\x20테이블','111QBHovK','5564455xJoIhE','피벗\x20테이블\x20보고서의\x20이\x20부분은\x20변경할\x20수\x20없습니다','피벗\x20테이블에\x20영향을\x20주므로\x20선택한\x20셀을\x20변경할\x20수\x20없습니다.\x20필드\x20목록을\x20사용하여\x20보고서를\x20변경하십시오.\x20셀을\x20삽입하거나\x20삭제하려면\x20피벗\x20테이블을\x20이동한\x20후\x20다시\x20시도하십시오.','행으로\x20이동','값에\x20추가','부분합','필드\x20필터','114712wcFaNL','통화\x20서식은\x20일반적인\x20통화\x20값에\x20사용됩니다.\x20열의\x20소수점을\x20정렬하려면\x20회계\x20서식을\x20사용하십시오.','데이터\x20원본','숫자\x20개수','필터\x20지우기','(비어\x20있음)','필드\x20설정','일반\x20서식은\x20특정\x20숫자\x20서식을\x20지정하지\x20않습니다.','411490lrAjtV','7Vfvuvp','날짜\x20서식은\x20날짜\x20및\x20시간\x20일련\x20번호를\x20날짜\x20값으로\x20표시합니다.','천\x20단위\x20구분\x20기호','모두\x20선택','열에\x20추가','3651285ydTYhl','표준\x20편차','필드\x20이름','7145528mIIBPF','최대값','피벗\x20테이블에\x20병합된\x20셀을\x20삽입할\x20수\x20없습니다','피벗\x20테이블\x20만들기','분산(모집단)','표시\x20형식\x20범주','행에\x20추가','필드를\x20끌어\x20열에\x20놓습니다','통화\x20기호','내림차순','소수\x20자릿수','최소값','exports','830atqCzE','1481KKaUJe','오름차순','데이터\x20원본\x20필드','필터에\x20추가','행과\x20열의\x20계산\x20결과','필드\x20제거','데이터\x20원본\x20범위','3080226xmXKkD','날짜\x20형식','UniverProSheetsPivotUiKoKR','열로\x20이동','필드를\x20끌어\x20행에\x20놓습니다','표준\x20편차(모집단)','99WGpOmk','데이터\x20원본\x20범위가\x20유효하지\x20않습니다','대상\x20범위에\x20이미\x20데이터가\x20있습니다.\x20기존\x20데이터를\x20덮어쓰시겠습니까?','기존\x20워크시트','72tJopgW','표시\x20형식','천\x20단위\x20구분\x20기호\x20서식은\x20일반적인\x20숫자에\x20사용됩니다.\x20통화\x20및\x20회계\x20서식은\x20통화\x20값에\x20대한\x20특수\x20서식을\x20제공합니다.'];_0x5856=function(){return _0x64ecff;};return _0x5856();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x2246(_0x4487f8,_0x132a9b){_0x4487f8=_0x4487f8-0xaf;var _0x3eb7c3=_0x3eb7();var _0x224668=_0x3eb7c3[_0x4487f8];return _0x224668;}function _0x3eb7(){var _0x27d380=['Типы\x20дат','Формат\x20тысячной\x20доли\x20используется\x20для\x20общих\x20чисел,\x20форматы\x20валюты\x20и\x20бухгалтерии\x20предоставляют\x20специальные\x20форматы\x20для\x20денежных\x20значений.','Добавить\x20в\x20фильтр','Название\x20поля\x20источника:','По\x20убыванию','Настройки\x20поля','Невозможно\x20вставить\x20сводную\x20таблицу\x20в\x20объединенные\x20ячейки','Типы\x20отрицательных\x20чисел','Столбец','1663698XjsXLo','7299LJDScT','Общий','Переместить\x20в\x20строку','Сводная\x20таблица','Фильтр','Недопустимый\x20размер\x20источника\x20данных','Перетащите\x20поля\x20в\x20столбцы','amd','В\x20целевой\x20области\x20уже\x20есть\x20данные,\x20это\x20действие\x20перезапишет\x20их.\x20Продолжить?','26984490gTERTa','Типы\x20валют','Тысячная\x20доля','Значение','Невозможно\x20редактировать\x20ячейки\x20в\x20сводной\x20таблице','Общее\x20стандартное\x20отклонение','Стандартное\x20отклонение','5533955fWAUnR','Среднее\x20значение','Очистить\x20фильтр','Перетащите\x20поля\x20в\x20области\x20ниже','Общий\x20формат\x20не\x20содержит\x20никаких\x20специфических\x20форматов\x20чисел.','Сводка\x20по','Перетащите\x20поля\x20в\x20строки','Советы','1110129PRSLbf','Невозможно\x20редактировать\x20сводную\x20таблицу\x20в\x20защищенном\x20листе','42weuqBQ','Формат\x20числа','Отмена','Максимум','exports','Добавить\x20в\x20строку','Добавить\x20в\x20значение','Промежуточный\x20итог','Дата','UniverProSheetsPivotUiRuRU','Это\x20изменение\x20не\x20может\x20быть\x20внесено\x20в\x20выбранные\x20ячейки,\x20так\x20как\x20оно\x20повлияет\x20на\x20сводную\x20таблицу.\x20Пожалуйста,\x20используйте\x20список\x20полей\x20для\x20изменения\x20отчета.\x20Если\x20вы\x20пытаетесь\x20вставить\x20или\x20удалить\x20ячейки,\x20переместите\x20сводную\x20таблицу\x20и\x20попробуйте\x20снова.','По\x20возрастанию','(Пусто)','Вставить\x20сводную\x20таблицу','Формат\x20валюты\x20используется\x20для\x20общих\x20денежных\x20значений,\x20бухгалтерский\x20формат\x20выравнивает\x20десятичные\x20точки\x20в\x20столбце\x20значений.','14888fGRDcz','Перетащите\x20поля\x20для\x20фильтрации\x20данных','Десятичные\x20разряды','Общая\x20дисперсия','Типы\x20форматов','Валюта','object','Количество\x20чисел','Σ\x20Значения','Минимум','2pdaQDE','Вычисленные\x20результаты\x20строк\x20и\x20столбцов','Поля\x20источника\x20данных','Диапазон\x20источника\x20данных','4704148WLrjjQ','Расположение\x20сводной\x20таблицы','Формат\x20даты\x20отображает\x20серийные\x20номера\x20даты\x20и\x20времени\x20в\x20виде\x20значений\x20даты.','Произведение','Выбрать\x20все','Источник\x20данных\x20пуст','Строка','Добавить\x20в\x20столбец','1419952LKvCgy','function','Переместить\x20в\x20столбец','Название\x20поля','Количество','Не\x20может\x20перекрываться\x20с\x20исходными\x20данными'];_0x3eb7=function(){return _0x27d380;};return _0x3eb7();}(function(_0x209ea2,_0x36dfa6){var _0x3aace3=_0x2246,_0x29649d=_0x209ea2();while(!![]){try{var _0x20380d=-parseInt(_0x3aace3(0xde))/0x1+-parseInt(_0x3aace3(0xd2))/0x2*(parseInt(_0x3aace3(0xb7))/0x3)+parseInt(_0x3aace3(0xd6))/0x4+parseInt(_0x3aace3(0xaf))/0x5+-parseInt(_0x3aace3(0xed))/0x6*(-parseInt(_0x3aace3(0xb9))/0x7)+-parseInt(_0x3aace3(0xc8))/0x8*(-parseInt(_0x3aace3(0xee))/0x9)+-parseInt(_0x3aace3(0xf7))/0xa;if(_0x20380d===_0x36dfa6)break;else _0x29649d['push'](_0x29649d['shift']());}catch(_0x9407cd){_0x29649d['push'](_0x29649d['shift']());}}}(_0x3eb7,0xec2b9),function(_0xaf2032,_0x41b07c){var _0xe85059=_0x2246;typeof exports==_0xe85059(0xce)&&typeof module<'u'?module[_0xe85059(0xbd)]=_0x41b07c():typeof define==_0xe85059(0xdf)&&define[_0xe85059(0xf5)]?define([],_0x41b07c):(_0xaf2032=typeof globalThis<'u'?globalThis:_0xaf2032||self,_0xaf2032[_0xe85059(0xc2)]=_0x41b07c());}(this,function(){var _0x4f5cda=_0x2246;return{'sheets-pivot-panel':{'title':_0x4f5cda(0xf1),'sourceRangeLabel':'Источник\x20данных','sourceRangePlaceholder':'Источник\x20данных\x20обновлен','sourceFieldTile':_0x4f5cda(0xd4),'sourceFieldDescription':_0x4f5cda(0xb2),'filter':_0x4f5cda(0xf2),'column':_0x4f5cda(0xec),'row':_0x4f5cda(0xdc),'value':_0x4f5cda(0xfa),'multipleValue':_0x4f5cda(0xd0),'filterDesc':_0x4f5cda(0xc9),'columnDesc':_0x4f5cda(0xf4),'rowDesc':_0x4f5cda(0xb5),'valueDesc':_0x4f5cda(0xd3),'addToFilter':_0x4f5cda(0xe6),'addToColumn':_0x4f5cda(0xdd),'addToRow':_0x4f5cda(0xbe),'addToValue':_0x4f5cda(0xbf),'removeField':'Удалить\x20поле','filterField':'Поле\x20фильтрации','fieldSettings':_0x4f5cda(0xe9),'moveToRow':_0x4f5cda(0xf0),'moveToColumn':_0x4f5cda(0xe0),'dialog':{'fieldName':_0x4f5cda(0xe1),'sourceName':_0x4f5cda(0xe7),'summarizeBy':_0x4f5cda(0xb4),'format':_0x4f5cda(0xba),'ok':'ОК','cancel':'Отмена','filter':{'ascending':_0x4f5cda(0xc4),'descending':_0x4f5cda(0xe8),'selectAll':_0x4f5cda(0xda),'clearFilter':_0x4f5cda(0xb1),'blank':_0x4f5cda(0xc5),'cancel':'Отмена','confirm':'ОК'},'numfmt':{'general':_0x4f5cda(0xef),'accounting':'Бухгалтерский','currency':_0x4f5cda(0xcd),'date':_0x4f5cda(0xc1),'thousandthPercentile':_0x4f5cda(0xf9),'fieldSetting':_0x4f5cda(0xe9),'formatTypes':_0x4f5cda(0xcc),'confirm':'ОК','cancel':_0x4f5cda(0xbb),'generalDesc':_0x4f5cda(0xb3),'accountingDesc':'Бухгалтерский\x20формат\x20чисел\x20выравнивает\x20символы\x20валюты\x20и\x20десятичные\x20точки\x20в\x20столбце.','currencyDesc':_0x4f5cda(0xc7),'dateDesc':_0x4f5cda(0xd8),'thousandthPercentileDesc':_0x4f5cda(0xe5),'decimalPlaces':_0x4f5cda(0xca),'currencyTypes':_0x4f5cda(0xf8),'negativeNumberTypes':_0x4f5cda(0xeb),'dateTypes':_0x4f5cda(0xe4)},'source':{'insertPivotTable':_0x4f5cda(0xc6),'sourceData':_0x4f5cda(0xd5),'position':_0x4f5cda(0xd7),'newSheet':'Новый\x20лист','existingSheet':'Существующий\x20лист','intersect':_0x4f5cda(0xe3)}},'subtotal':{'average':_0x4f5cda(0xb0),'count':_0x4f5cda(0xe2),'countNums':_0x4f5cda(0xcf),'max':_0x4f5cda(0xbc),'min':_0x4f5cda(0xd1),'product':_0x4f5cda(0xd9),'stdDev':_0x4f5cda(0xfd),'stdDevp':_0x4f5cda(0xfc),'sum':'Сумма','var':'Дисперсия','varp':_0x4f5cda(0xcb)},'subTotalText':_0x4f5cda(0xc0),'grandTotalText':'Итог','perform':{'tips':_0x4f5cda(0xb6),'info':_0x4f5cda(0xf6),'confirm':'Подтвердить','cancel':_0x4f5cda(0xbb),'rowColError':_0x4f5cda(0xc3)},'msg':{'emptySourceRange':_0x4f5cda(0xdb),'invalidSize':_0x4f5cda(0xf3),'mergeCellError':_0x4f5cda(0xea),'editCellError':_0x4f5cda(0xfb),'permissionError':_0x4f5cda(0xb8)}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3bbe(_0x38aa74,_0x25b2ac){_0x38aa74=_0x38aa74-0xbd;var _0x55dafb=_0x55da();var _0x3bbe60=_0x55dafb[_0x38aa74];return _0x3bbe60;}function _0x55da(){var _0x3d8ff4=['Hodnota','Smerodajná\x20odchýlka\x20populácie','1450887zQOtkH','Vzostupne','Σ\x20hodnoty','Zhrnúť\x20podľa','248IHOsoh','Umiestnenie\x20kontingenčnej\x20tabuľky','Nastavenia\x20poľa','Kontingenčná\x20tabuľka','Formát\x20dátumu\x20zobrazuje\x20poradové\x20čísla\x20dátumu\x20a\x20času\x20ako\x20dátumové\x20hodnoty.','Pridať\x20do\x20filtra','Názov\x20poľa','Existujúci\x20hárok','(Prázdne)','Formát\x20meny\x20sa\x20používa\x20pre\x20všeobecné\x20peňažné\x20hodnoty,\x20účtovnícky\x20formát\x20zarovnáva\x20desatinné\x20čiarky\x20v\x20stĺpci\x20hodnôt.','Všeobecný\x20formát\x20neobsahuje\x20žiadny\x20špecifický\x20formát\x20čísla.','2771640obuBFW','Súčet','Nesmie\x20sa\x20prekrývať\x20so\x20zdrojovými\x20dátami','Súčin','51784yQrSLu','Účtovnícky','24glqLuQ','exports','Potvrdiť','Zrušiť','29505yRLnxH','2790704jPTnpZ','Vypočítané\x20výsledky\x20riadkov\x20a\x20stĺpcov','Zdroj\x20dát','Rozsah\x20zdroja\x20dát','Celkový\x20súčet','Potiahnite\x20polia\x20do\x20stĺpcov','110365BMnytL','50LOyYvU','Odstrániť\x20pole','Stĺpec','Minimum','Názov\x20zdrojového\x20poľa:','Priemer','function','Rozptyl','UniverProSheetsPivotUiSkSK','Typy\x20meny','Rozsah\x20zdroja\x20dát\x20je\x20prázdny','Potiahnite\x20polia\x20do\x20riadkov','Pridať\x20do\x20hodnôt','114oNtNrl','Mena','Polia\x20zdroja\x20dát','4881239RHmNrG','Typy\x20dátumu','Presunúť\x20do\x20riadkov','Pridať\x20do\x20stĺpcov','Desatinné\x20miesta','Tisícinový\x20percentil','Typy\x20formátu','Túto\x20zmenu\x20nie\x20je\x20možné\x20vykonať\x20na\x20vybraných\x20bunkách,\x20pretože\x20by\x20ovplyvnila\x20kontingenčnú\x20tabuľku.\x20Na\x20úpravu\x20správy\x20použite\x20zoznam\x20polí.\x20Ak\x20sa\x20pokúšate\x20vkladať\x20alebo\x20odstraňovať\x20bunky,\x20presuňte\x20kontingenčnú\x20tabuľku\x20a\x20skúste\x20to\x20znova.','Dátum','Zdroj\x20dát\x20bol\x20aktualizovaný','object','Riadok','Potiahnite\x20polia\x20na\x20filtrovanie\x20údajov','Presunúť\x20do\x20stĺpcov'];_0x55da=function(){return _0x3d8ff4;};return _0x55da();}(function(_0xbf7344,_0xaca078){var _0x5de93a=_0x3bbe,_0x4f2fab=_0xbf7344();while(!![]){try{var _0x2a997f=parseInt(_0x5de93a(0xc2))/0x1*(-parseInt(_0x5de93a(0xc0))/0x2)+-parseInt(_0x5de93a(0xee))/0x3+-parseInt(_0x5de93a(0xc7))/0x4+-parseInt(_0x5de93a(0xcd))/0x5*(-parseInt(_0x5de93a(0xdb))/0x6)+-parseInt(_0x5de93a(0xc6))/0x7*(parseInt(_0x5de93a(0xf2))/0x8)+-parseInt(_0x5de93a(0xfd))/0x9+-parseInt(_0x5de93a(0xce))/0xa*(-parseInt(_0x5de93a(0xde))/0xb);if(_0x2a997f===_0xaca078)break;else _0x4f2fab['push'](_0x4f2fab['shift']());}catch(_0x45dcfc){_0x4f2fab['push'](_0x4f2fab['shift']());}}}(_0x55da,0x60dfa),function(_0x3e4694,_0x2a21cb){var _0x4f7b9d=_0x3bbe;typeof exports==_0x4f7b9d(0xe8)&&typeof module<'u'?module[_0x4f7b9d(0xc3)]=_0x2a21cb():typeof define==_0x4f7b9d(0xd4)&&define['amd']?define([],_0x2a21cb):(_0x3e4694=typeof globalThis<'u'?globalThis:_0x3e4694||self,_0x3e4694[_0x4f7b9d(0xd6)]=_0x2a21cb());}(this,function(){var _0x77845a=_0x3bbe;return{'sheets-pivot-panel':{'title':_0x77845a(0xf5),'sourceRangeLabel':_0x77845a(0xc9),'sourceRangePlaceholder':_0x77845a(0xe7),'sourceFieldTile':_0x77845a(0xdd),'sourceFieldDescription':'Potiahnite\x20polia\x20do\x20oblastí\x20nižšie','filter':'Filter','column':_0x77845a(0xd0),'row':_0x77845a(0xe9),'value':_0x77845a(0xec),'multipleValue':_0x77845a(0xf0),'filterDesc':_0x77845a(0xea),'columnDesc':_0x77845a(0xcc),'rowDesc':_0x77845a(0xd9),'valueDesc':_0x77845a(0xc8),'addToFilter':_0x77845a(0xf7),'addToColumn':_0x77845a(0xe1),'addToRow':'Pridať\x20do\x20riadkov','addToValue':_0x77845a(0xda),'removeField':_0x77845a(0xcf),'filterField':'Filtrovať\x20pole','fieldSettings':_0x77845a(0xf4),'moveToRow':_0x77845a(0xe0),'moveToColumn':_0x77845a(0xeb),'dialog':{'fieldName':_0x77845a(0xf8),'sourceName':_0x77845a(0xd2),'summarizeBy':_0x77845a(0xf1),'format':'Formát\x20čísla','ok':'OK','cancel':'Zrušiť','filter':{'ascending':_0x77845a(0xef),'descending':'Zostupne','selectAll':'Vybrať\x20všetko','clearFilter':'Vyčistiť\x20filter','blank':_0x77845a(0xfa),'cancel':'Zrušiť','confirm':'OK'},'numfmt':{'general':'Všeobecný','accounting':_0x77845a(0xc1),'currency':_0x77845a(0xdc),'date':_0x77845a(0xe6),'thousandthPercentile':_0x77845a(0xe3),'fieldSetting':_0x77845a(0xf4),'formatTypes':_0x77845a(0xe4),'confirm':'OK','cancel':_0x77845a(0xc5),'generalDesc':_0x77845a(0xfc),'accountingDesc':'Účtovnícky\x20formát\x20zarovnáva\x20symboly\x20meny\x20a\x20desatinné\x20čiarky\x20v\x20stĺpci.','currencyDesc':_0x77845a(0xfb),'dateDesc':_0x77845a(0xf6),'thousandthPercentileDesc':'Formát\x20tisícinového\x20percentilu\x20sa\x20používa\x20pre\x20všeobecné\x20čísla;\x20formáty\x20meny\x20a\x20účtovníctva\x20poskytujú\x20špecializované\x20formáty\x20pre\x20peňažné\x20hodnoty.','decimalPlaces':_0x77845a(0xe2),'currencyTypes':_0x77845a(0xd7),'negativeNumberTypes':'Typy\x20záporných\x20čísel','dateTypes':_0x77845a(0xdf)},'source':{'insertPivotTable':'Vložiť\x20kontingenčnú\x20tabuľku','sourceData':_0x77845a(0xca),'position':_0x77845a(0xf3),'newSheet':'Nový\x20hárok','existingSheet':_0x77845a(0xf9),'intersect':_0x77845a(0xbe)}},'subtotal':{'average':_0x77845a(0xd3),'count':'Počet','countNums':'Počet\x20čísel','max':'Maximum','min':_0x77845a(0xd1),'product':_0x77845a(0xbf),'stdDev':'Smerodajná\x20odchýlka','stdDevp':_0x77845a(0xed),'sum':_0x77845a(0xbd),'var':_0x77845a(0xd5),'varp':'Rozptyl\x20populácie'},'subTotalText':'Medzisúčet','grandTotalText':_0x77845a(0xcb),'perform':{'tips':'Tipy','info':'V\x20cieľovej\x20oblasti\x20už\x20sú\x20údaje.\x20Táto\x20akcia\x20prepíše\x20existujúce\x20údaje.\x20Chcete\x20pokračovať?','confirm':_0x77845a(0xc4),'cancel':_0x77845a(0xc5),'rowColError':_0x77845a(0xe5)},'msg':{'emptySourceRange':_0x77845a(0xd8),'invalidSize':'Rozsah\x20zdroja\x20dát\x20je\x20neplatný','mergeCellError':'Do\x20kontingenčnej\x20tabuľky\x20nie\x20je\x20možné\x20vložiť\x20zlúčené\x20bunky','editCellError':'V\x20kontingenčnej\x20tabuľke\x20nie\x20je\x20možné\x20upravovať\x20bunky','permissionError':'V\x20chránenom\x20hárku\x20nie\x20je\x20možné\x20upravovať\x20kontingenčnú\x20tabuľku'}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x55f3(_0x39d86f,_0x3c85fc){_0x39d86f=_0x39d86f-0x16f;var _0xfd0dde=_0xfd0d();var _0x55f3c4=_0xfd0dde[_0x39d86f];return _0x55f3c4;}function _0xfd0d(){var _0x575be6=['Loại\x20số\x20âm','4237800apqsSU','Xóa\x20lọc','Loại\x20tiền\x20tệ','Đếm\x20số','118485fcQtLe','Loại\x20ngày','Ngày','Không\x20thể\x20chỉnh\x20sửa\x20ô\x20trong\x20bảng\x20Pivot','Không\x20thể\x20chèn\x20ô\x20đã\x20gộp\x20vào\x20bảng\x20Pivot','Bảng\x20hiện\x20có','15WzEPJk','Giảm\x20dần','38352LyOIyS','Hàng','Chuyển\x20đến\x20Hàng','Tiền\x20tệ','Chuyển\x20đến\x20Cột','Tóm\x20tắt\x20theo','594020GUgKyn','Kéo\x20trường\x20để\x20điền\x20vào\x20hàng','ΣGiá\x20trị','Cài\x20đặt\x20trường','160nLtpKa','Thêm\x20vào\x20Hàng','Kéo\x20trường\x20vào\x20các\x20khu\x20vực\x20dưới\x20đây','532459lgsRql','Tích','Phương\x20sai\x20tổng\x20thể','Vui\x20lòng\x20chọn\x20nguồn\x20dữ\x20liệu','Kế\x20toán','Vị\x20trí\x20đặt\x20Bảng\x20Pivot','Định\x20dạng\x20tiền\x20tệ\x20dùng\x20để\x20biểu\x20diễn\x20các\x20giá\x20trị\x20tiền\x20tệ\x20chung,\x20định\x20dạng\x20kế\x20toán\x20có\x20thể\x20căn\x20chỉnh\x20dấu\x20thập\x20phân\x20trong\x20một\x20cột\x20số.','898942ZrJwAK','Kéo\x20trường\x20để\x20điền\x20vào\x20cột','Tên\x20trường','UniverProSheetsPivotUiViVN','416112MSViry','(Trống)','Phạm\x20vi\x20nguồn\x20dữ\x20liệu','Trường\x20dữ\x20liệu','Không\x20thể\x20chỉnh\x20sửa\x20bảng\x20Pivot\x20trong\x20bảng\x20đã\x20được\x20bảo\x20vệ','Định\x20dạng\x20phân\x20vị\x20nghìn\x20dùng\x20để\x20biểu\x20diễn\x20số\x20chung,\x20định\x20dạng\x20tiền\x20tệ\x20và\x20kế\x20toán\x20cung\x20cấp\x20định\x20dạng\x20đặc\x20biệt\x20để\x20tính\x20toán\x20giá\x20trị\x20tiền\x20tệ.','Định\x20dạng\x20ngày\x20sẽ\x20hiển\x20thị\x20giá\x20trị\x20ngày\x20từ\x20một\x20chuỗi\x20số\x20ngày\x20và\x20thời\x20gian.','Nguồn\x20dữ\x20liệu\x20đã\x20được\x20cập\x20nhật','Thêm\x20vào\x20Giá\x20trị','exports','Xác\x20nhận','252KIsQeU','Phương\x20sai','Định\x20dạng\x20số','Chung','Tăng\x20dần','Chọn\x20tất\x20cả','Lọc','Kết\x20quả\x20tính\x20toán\x20của\x20hàng\x20và\x20cột','Không\x20thể\x20chồng\x20lên\x20dữ\x20liệu\x20nguồn','Chèn\x20Bảng\x20Pivot','Hủy\x20bỏ','Lọc\x20trường','Không\x20thể\x20thực\x20hiện\x20thay\x20đổi\x20cho\x20ô\x20đã\x20chọn\x20vì\x20nó\x20sẽ\x20ảnh\x20hưởng\x20đến\x20bảng\x20Pivot.\x20Vui\x20lòng\x20sử\x20dụng\x20danh\x20sách\x20trường\x20để\x20thay\x20đổi\x20báo\x20cáo.\x20Nếu\x20bạn\x20đang\x20cố\x20chèn\x20hoặc\x20xóa\x20ô,\x20hãy\x20di\x20chuyển\x20bảng\x20Pivot\x20rồi\x20thử\x20lại.','Mẹo','Xóa\x20trường','Số\x20thập\x20phân','Loại\x20định\x20dạng','Thêm\x20vào\x20Lọc','Tổng\x20cộng'];_0xfd0d=function(){return _0x575be6;};return _0xfd0d();}(function(_0x2b2ac7,_0x24bc68){var _0x537d31=_0x55f3,_0x44c7cb=_0x2b2ac7();while(!![]){try{var _0x5c8628=parseInt(_0x537d31(0x181))/0x1+parseInt(_0x537d31(0x188))/0x2+-parseInt(_0x537d31(0x18c))/0x3+-parseInt(_0x537d31(0x17a))/0x4*(-parseInt(_0x537d31(0x172))/0x5)+parseInt(_0x537d31(0x174))/0x6*(-parseInt(_0x537d31(0x197))/0x7)+-parseInt(_0x537d31(0x1ab))/0x8+-parseInt(_0x537d31(0x1af))/0x9*(parseInt(_0x537d31(0x17e))/0xa);if(_0x5c8628===_0x24bc68)break;else _0x44c7cb['push'](_0x44c7cb['shift']());}catch(_0x553b2b){_0x44c7cb['push'](_0x44c7cb['shift']());}}}(_0xfd0d,0x4db38),function(_0x2ef970,_0xf6210f){var _0x319e2a=_0x55f3;typeof exports=='object'&&typeof module<'u'?module[_0x319e2a(0x195)]=_0xf6210f():typeof define=='function'&&define['amd']?define([],_0xf6210f):(_0x2ef970=typeof globalThis<'u'?globalThis:_0x2ef970||self,_0x2ef970[_0x319e2a(0x18b)]=_0xf6210f());}(this,function(){var _0x53fef3=_0x55f3;return{'sheets-pivot-panel':{'title':'Bảng\x20Pivot','sourceRangeLabel':'Nguồn\x20dữ\x20liệu','sourceRangePlaceholder':_0x53fef3(0x193),'sourceFieldTile':_0x53fef3(0x18f),'sourceFieldDescription':_0x53fef3(0x180),'filter':_0x53fef3(0x19d),'column':'Cột','row':_0x53fef3(0x175),'value':'Giá\x20trị','multipleValue':_0x53fef3(0x17c),'filterDesc':'Kéo\x20trường\x20vào\x20để\x20lọc\x20dữ\x20liệu','columnDesc':_0x53fef3(0x189),'rowDesc':_0x53fef3(0x17b),'valueDesc':_0x53fef3(0x19e),'addToFilter':_0x53fef3(0x1a8),'addToColumn':'Thêm\x20vào\x20Cột','addToRow':_0x53fef3(0x17f),'addToValue':_0x53fef3(0x194),'removeField':_0x53fef3(0x1a5),'filterField':_0x53fef3(0x1a2),'fieldSettings':_0x53fef3(0x17d),'moveToRow':_0x53fef3(0x176),'moveToColumn':_0x53fef3(0x178),'dialog':{'fieldName':_0x53fef3(0x18a),'sourceName':'Tên\x20trường\x20nguồn:','summarizeBy':_0x53fef3(0x179),'format':_0x53fef3(0x199),'ok':'OK','cancel':_0x53fef3(0x1a1),'filter':{'ascending':_0x53fef3(0x19b),'descending':_0x53fef3(0x173),'selectAll':_0x53fef3(0x19c),'clearFilter':_0x53fef3(0x1ac),'blank':_0x53fef3(0x18d),'cancel':'Hủy\x20bỏ','confirm':'Xác\x20nhận'},'numfmt':{'general':_0x53fef3(0x19a),'accounting':_0x53fef3(0x185),'currency':_0x53fef3(0x177),'date':_0x53fef3(0x1b1),'thousandthPercentile':'Phân\x20vị\x20nghìn','fieldSetting':_0x53fef3(0x17d),'formatTypes':_0x53fef3(0x1a7),'confirm':_0x53fef3(0x196),'cancel':_0x53fef3(0x1a1),'generalDesc':'Định\x20dạng\x20chung\x20không\x20bao\x20gồm\x20bất\x20kỳ\x20định\x20dạng\x20số\x20cụ\x20thể\x20nào.','accountingDesc':'Định\x20dạng\x20số\x20kế\x20toán\x20có\x20thể\x20căn\x20chỉnh\x20biểu\x20tượng\x20tiền\x20tệ\x20và\x20dấu\x20thập\x20phân\x20trong\x20một\x20cột.','currencyDesc':_0x53fef3(0x187),'dateDesc':_0x53fef3(0x192),'thousandthPercentileDesc':_0x53fef3(0x191),'decimalPlaces':_0x53fef3(0x1a6),'currencyTypes':_0x53fef3(0x1ad),'negativeNumberTypes':_0x53fef3(0x1aa),'dateTypes':_0x53fef3(0x1b0)},'source':{'insertPivotTable':_0x53fef3(0x1a0),'sourceData':_0x53fef3(0x18e),'position':_0x53fef3(0x186),'newSheet':'Bảng\x20mới','existingSheet':_0x53fef3(0x171),'intersect':_0x53fef3(0x19f)}},'subtotal':{'average':'Trung\x20bình','count':'Đếm','countNums':_0x53fef3(0x1ae),'max':'Giá\x20trị\x20lớn\x20nhất','min':'Giá\x20trị\x20nhỏ\x20nhất','product':_0x53fef3(0x182),'stdDev':'Độ\x20lệch\x20chuẩn','stdDevp':'Độ\x20lệch\x20chuẩn\x20tổng\x20thể','sum':'Tổng','var':_0x53fef3(0x198),'varp':_0x53fef3(0x183)},'subTotalText':'Tổng\x20phụ','grandTotalText':_0x53fef3(0x1a9),'perform':{'tips':_0x53fef3(0x1a4),'info':'Khu\x20vực\x20mục\x20tiêu\x20đã\x20có\x20dữ\x20liệu,\x20thao\x20tác\x20này\x20sẽ\x20ghi\x20đè\x20dữ\x20liệu\x20hiện\x20có.\x20Bạn\x20có\x20muốn\x20tiếp\x20tục\x20không?','confirm':_0x53fef3(0x196),'cancel':_0x53fef3(0x1a1),'rowColError':_0x53fef3(0x1a3)},'msg':{'emptySourceRange':_0x53fef3(0x184),'invalidSize':'Kích\x20thước\x20dữ\x20liệu\x20không\x20hợp\x20lệ','mergeCellError':_0x53fef3(0x170),'editCellError':_0x53fef3(0x16f),'permissionError':_0x53fef3(0x190)}}};}));
|