@univerjs/preset-sheets-advanced 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/cjs/index.js +198 -1
- package/lib/cjs/locales/ar-SA.js +27 -1
- package/lib/cjs/locales/ca-ES.js +27 -1
- package/lib/cjs/locales/de-DE.js +27 -1
- package/lib/cjs/locales/en-US.js +27 -1
- package/lib/cjs/locales/es-ES.js +27 -1
- package/lib/cjs/locales/fa-IR.js +27 -1
- package/lib/cjs/locales/fr-FR.js +27 -1
- package/lib/cjs/locales/id-ID.js +27 -1
- package/lib/cjs/locales/it-IT.js +27 -1
- package/lib/cjs/locales/ja-JP.js +27 -1
- package/lib/cjs/locales/ko-KR.js +27 -1
- package/lib/cjs/locales/pl-PL.js +27 -1
- package/lib/cjs/locales/pt-BR.js +27 -1
- package/lib/cjs/locales/ru-RU.js +27 -1
- package/lib/cjs/locales/sk-SK.js +27 -1
- package/lib/cjs/locales/vi-VN.js +27 -1
- package/lib/cjs/locales/zh-CN.js +27 -1
- package/lib/cjs/locales/zh-HK.js +27 -1
- package/lib/cjs/locales/zh-TW.js +27 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/cjs/worker.js +17 -1
- package/lib/es/index.js +103 -91
- package/lib/es/locales/ar-SA.js +16 -26
- package/lib/es/locales/ca-ES.js +16 -26
- package/lib/es/locales/de-DE.js +16 -26
- package/lib/es/locales/en-US.js +16 -26
- package/lib/es/locales/es-ES.js +16 -26
- package/lib/es/locales/fa-IR.js +16 -26
- package/lib/es/locales/fr-FR.js +16 -26
- package/lib/es/locales/id-ID.js +16 -26
- package/lib/es/locales/it-IT.js +16 -26
- package/lib/es/locales/ja-JP.js +16 -26
- package/lib/es/locales/ko-KR.js +16 -26
- package/lib/es/locales/pl-PL.js +16 -26
- package/lib/es/locales/pt-BR.js +16 -26
- package/lib/es/locales/ru-RU.js +16 -26
- package/lib/es/locales/sk-SK.js +16 -26
- package/lib/es/locales/vi-VN.js +16 -26
- package/lib/es/locales/zh-CN.js +16 -26
- package/lib/es/locales/zh-HK.js +16 -26
- package/lib/es/locales/zh-TW.js +16 -26
- package/lib/es/worker.js +15 -19
- package/lib/index.css +2762 -1
- package/lib/index.js +103 -91
- package/lib/locales/ar-SA.js +16 -26
- package/lib/locales/ca-ES.js +16 -26
- package/lib/locales/de-DE.js +16 -26
- package/lib/locales/en-US.js +16 -26
- package/lib/locales/es-ES.js +16 -26
- package/lib/locales/fa-IR.js +16 -26
- package/lib/locales/fr-FR.js +16 -26
- package/lib/locales/id-ID.js +16 -26
- package/lib/locales/it-IT.js +16 -26
- package/lib/locales/ja-JP.js +16 -26
- package/lib/locales/ko-KR.js +16 -26
- package/lib/locales/pl-PL.js +16 -26
- package/lib/locales/pt-BR.js +16 -26
- package/lib/locales/ru-RU.js +16 -26
- package/lib/locales/sk-SK.js +16 -26
- package/lib/locales/vi-VN.js +16 -26
- package/lib/locales/zh-CN.js +16 -26
- package/lib/locales/zh-HK.js +16 -26
- package/lib/locales/zh-TW.js +16 -26
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locales/ar-SA.d.ts +1 -3
- package/lib/types/locales/ca-ES.d.ts +1 -3
- package/lib/types/locales/de-DE.d.ts +1 -3
- package/lib/types/locales/en-US.d.ts +1 -3
- package/lib/types/locales/es-ES.d.ts +1 -3
- package/lib/types/locales/fa-IR.d.ts +1 -3
- package/lib/types/locales/fr-FR.d.ts +1 -3
- package/lib/types/locales/id-ID.d.ts +1 -3
- package/lib/types/locales/it-IT.d.ts +1 -3
- package/lib/types/locales/ja-JP.d.ts +1 -3
- package/lib/types/locales/ko-KR.d.ts +1 -3
- package/lib/types/locales/pl-PL.d.ts +1 -3
- package/lib/types/locales/pt-BR.d.ts +1 -3
- package/lib/types/locales/ru-RU.d.ts +1 -3
- package/lib/types/locales/sk-SK.d.ts +1 -3
- package/lib/types/locales/vi-VN.d.ts +1 -3
- package/lib/types/locales/zh-CN.d.ts +1 -3
- package/lib/types/locales/zh-HK.d.ts +1 -3
- package/lib/types/locales/zh-TW.d.ts +1 -3
- package/lib/types/preset.d.ts +34 -0
- package/lib/types/worker.d.ts +1 -1
- package/lib/worker.js +15 -19
- package/package.json +36 -39
- package/LICENSE +0 -176
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -41
- package/lib/umd/index.js +0 -89
- package/lib/umd/locales/ar-SA.js +0 -32
- package/lib/umd/locales/ca-ES.js +0 -32
- package/lib/umd/locales/de-DE.js +0 -32
- package/lib/umd/locales/en-US.js +0 -32
- package/lib/umd/locales/es-ES.js +0 -32
- package/lib/umd/locales/fa-IR.js +0 -32
- package/lib/umd/locales/fr-FR.js +0 -32
- package/lib/umd/locales/id-ID.js +0 -32
- package/lib/umd/locales/it-IT.js +0 -32
- package/lib/umd/locales/ja-JP.js +0 -32
- package/lib/umd/locales/ko-KR.js +0 -32
- package/lib/umd/locales/pl-PL.js +0 -32
- package/lib/umd/locales/pt-BR.js +0 -32
- package/lib/umd/locales/ru-RU.js +0 -32
- package/lib/umd/locales/sk-SK.js +0 -32
- package/lib/umd/locales/vi-VN.js +0 -32
- package/lib/umd/locales/zh-CN.js +0 -32
- package/lib/umd/locales/zh-HK.js +0 -32
- package/lib/umd/locales/zh-TW.js +0 -32
- package/lib/umd/worker.js +0 -1
package/lib/umd/locales/zh-CN.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/exchange-client/locale/zh-CN
|
|
2
|
-
function _0x1e6c(_0x400e6e,_0x37e80d){_0x400e6e=_0x400e6e-0xa2;var _0x226bb6=_0x226b();var _0x1e6c40=_0x226bb6[_0x400e6e];return _0x1e6c40;}(function(_0x187fc1,_0x46c38b){var _0x5d26a1=_0x1e6c,_0x379664=_0x187fc1();while(!![]){try{var _0x192a40=parseInt(_0x5d26a1(0xa2))/0x1*(-parseInt(_0x5d26a1(0xac))/0x2)+parseInt(_0x5d26a1(0xa7))/0x3*(parseInt(_0x5d26a1(0xaf))/0x4)+parseInt(_0x5d26a1(0xb9))/0x5*(-parseInt(_0x5d26a1(0xa6))/0x6)+parseInt(_0x5d26a1(0xaa))/0x7+parseInt(_0x5d26a1(0xb3))/0x8*(-parseInt(_0x5d26a1(0xa9))/0x9)+parseInt(_0x5d26a1(0xb1))/0xa*(parseInt(_0x5d26a1(0xab))/0xb)+parseInt(_0x5d26a1(0xb6))/0xc*(parseInt(_0x5d26a1(0xb8))/0xd);if(_0x192a40===_0x46c38b)break;else _0x379664['push'](_0x379664['shift']());}catch(_0x3fd9de){_0x379664['push'](_0x379664['shift']());}}}(_0x226b,0x2db79),function(_0x2e94dd,_0x25b1b3){var _0x189c0e=_0x1e6c;typeof exports=='object'&&typeof module<'u'?module[_0x189c0e(0xa8)]=_0x25b1b3():typeof define=='function'&&define[_0x189c0e(0xa4)]?define([],_0x25b1b3):(_0x2e94dd=typeof globalThis<'u'?globalThis:_0x2e94dd||self,_0x2e94dd[_0x189c0e(0xae)]=_0x25b1b3());}(this,function(){var _0xea8d02=_0x1e6c;return{'exchange-client':{'uploading':'上传中','uploadSuccess':_0xea8d02(0xad),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0xea8d02(0xb5),'downloadSuccess':_0xea8d02(0xb2),'unknownMistake':_0xea8d02(0xbb),'networkError':_0xea8d02(0xb4),'tooLarge':_0xea8d02(0xa5),'internalError':_0xea8d02(0xa3),'interrupt':_0xea8d02(0xb7),'fileTypeError':_0xea8d02(0xb0),'wait':_0xea8d02(0xba),'cancel':'取消','uploadAgain':'再次上传'}};}));function _0x226b(){var _0x25ba3c=['593201WPUrlc','2090aSCneE','284980xrouGW','文件上传成功','UniverProExchangeClientZhCN','2276yGDJzO','所选文件\x20[{0}]\x20不支持上传','12000wdSXGI','下载成功','174376bLgzJb','网络异常','下载中','2025756ndXwBk','网络连接中断,文件上传失败','13fDTTsr','20EyAjAY','请稍等...','未知错误','1kXJgSg','内部未知错误','amd','数据流过大','213336iulIiA','639UPotLx','exports','54KjMPcN'];_0x226b=function(){return _0x25ba3c;};return _0x226b();}
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/sheets-exchange-client/locale/zh-CN
|
|
5
|
-
function _0x22d5(){var _0x211bc0=['5063112ISeyyn','object','1150137tFJpPr','2583wuUGor','9298311ASbrEK','1384060kIpyJg','8kGMCiZ','另存为','9434562aFmJxe','function','18UUgnOu','9432199wBVfqn','amd','206riZvmz','8wBapbj','5URWcVD'];_0x22d5=function(){return _0x211bc0;};return _0x22d5();}function _0x35b6(_0x38d303,_0xa540a8){_0x38d303=_0x38d303-0xd6;var _0x22d5f6=_0x22d5();var _0x35b6c9=_0x22d5f6[_0x38d303];return _0x35b6c9;}(function(_0x2d3e7a,_0x12d0d8){var _0x1b98d4=_0x35b6,_0x4d1588=_0x2d3e7a();while(!![]){try{var _0x51ee7f=-parseInt(_0x1b98d4(0xda))/0x1*(parseInt(_0x1b98d4(0xe4))/0x2)+-parseInt(_0x1b98d4(0xd9))/0x3*(-parseInt(_0x1b98d4(0xe5))/0x4)+-parseInt(_0x1b98d4(0xd6))/0x5*(parseInt(_0x1b98d4(0xdf))/0x6)+-parseInt(_0x1b98d4(0xe2))/0x7*(-parseInt(_0x1b98d4(0xdd))/0x8)+parseInt(_0x1b98d4(0xe1))/0x9*(parseInt(_0x1b98d4(0xdc))/0xa)+parseInt(_0x1b98d4(0xdb))/0xb+-parseInt(_0x1b98d4(0xd7))/0xc;if(_0x51ee7f===_0x12d0d8)break;else _0x4d1588['push'](_0x4d1588['shift']());}catch(_0x47cd1f){_0x4d1588['push'](_0x4d1588['shift']());}}}(_0x22d5,0xee436),function(_0x229b80,_0xc9cf88){var _0x2bc4d9=_0x35b6;typeof exports==_0x2bc4d9(0xd8)&&typeof module<'u'?module['exports']=_0xc9cf88():typeof define==_0x2bc4d9(0xe0)&&define[_0x2bc4d9(0xe3)]?define([],_0xc9cf88):(_0x229b80=typeof globalThis<'u'?globalThis:_0x229b80||self,_0x229b80['UniverProSheetsExchangeClientZhCN']=_0xc9cf88());}(this,function(){var _0xa8e22a=_0x35b6;return{'sheets-exchange-client':{'file':'文件','upload':'打开(文件)','download':_0xa8e22a(0xde)}};}));
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/sheets-pivot/locale/zh-CN
|
|
8
|
-
(function(_0x236374,_0x5ab400){var _0x262ae0=_0x37ad,_0x5b9dfa=_0x236374();while(!![]){try{var _0x49eeff=-parseInt(_0x262ae0(0x16f))/0x1*(parseInt(_0x262ae0(0x18e))/0x2)+-parseInt(_0x262ae0(0x181))/0x3*(parseInt(_0x262ae0(0x17d))/0x4)+-parseInt(_0x262ae0(0x17e))/0x5+parseInt(_0x262ae0(0x172))/0x6*(parseInt(_0x262ae0(0x177))/0x7)+parseInt(_0x262ae0(0x17b))/0x8+-parseInt(_0x262ae0(0x18b))/0x9+parseInt(_0x262ae0(0x16b))/0xa;if(_0x49eeff===_0x5ab400)break;else _0x5b9dfa['push'](_0x5b9dfa['shift']());}catch(_0x2eecbf){_0x5b9dfa['push'](_0x5b9dfa['shift']());}}}(_0x5e73,0x1cf4e),function(_0x451d2c,_0x30d2e3){var _0x3c8446=_0x37ad;typeof exports==_0x3c8446(0x16e)&&typeof module<'u'?module[_0x3c8446(0x16c)]=_0x30d2e3():typeof define==_0x3c8446(0x175)&&define[_0x3c8446(0x171)]?define([],_0x30d2e3):(_0x451d2c=typeof globalThis<'u'?globalThis:_0x451d2c||self,_0x451d2c['UniverProSheetsPivotZhCN']=_0x30d2e3());}(this,function(){var _0x3fc829=_0x37ad;return{'sheets-pivot':{'sheet':_0x3fc829(0x178),'blankValue':_0x3fc829(0x18a),'otherValue':_0x3fc829(0x187),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x3fc829(0x179),'countName':_0x3fc829(0x183),'countNumsName':_0x3fc829(0x170),'maxName':_0x3fc829(0x182),'minName':_0x3fc829(0x176),'productName':_0x3fc829(0x184),'stdDevName':_0x3fc829(0x17f),'stdDevpName':_0x3fc829(0x189),'sumName':_0x3fc829(0x185),'varName':_0x3fc829(0x17c),'varpName':_0x3fc829(0x191),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x3fc829(0x17a),'yearQuarter':_0x3fc829(0x16d),'yearMonth':'年-月','yearMonthDate':_0x3fc829(0x169)},'cellDateGroupDisplay':{'minute':_0x3fc829(0x173),'hour':_0x3fc829(0x188),'hourMinute':_0x3fc829(0x18f),'date':_0x3fc829(0x16a),'month':_0x3fc829(0x18d),'monthDate':_0x3fc829(0x18c),'quarter':_0x3fc829(0x186),'year':_0x3fc829(0x174),'yearMonth':_0x3fc829(0x190),'yearMonthDate':_0x3fc829(0x180),'yearQuarter':_0x3fc829(0x168)}}};}));function _0x37ad(_0x5823ca,_0x28b7f5){_0x5823ca=_0x5823ca-0x168;var _0x5e73a2=_0x5e73();var _0x37ade5=_0x5e73a2[_0x5823ca];return _0x37ade5;}function _0x5e73(){var _0x272c72=['3qFEzIO','最大值项:','计数项:','乘积项:','求和项:','{0}季度','(其他)','{0}时','总体标准偏差项:','(空白)','1496664eUmSIY','{0}月{1}日','{0}月','4ZttxsI','{0}时\x20{1}分','{0}年{1}月','总体方差项:','{0}年{1}季度','年-月-日','{0}日','2134410AubxVD','exports','年-季度','object','98335hDojhV','数值计数项:','amd','6gtvwVf','{0}分','{0}年','function','最小值项:','1643362IlSasH','工作表','平均值项:','月-日','1039592yGjEzO','方差项:','115128Ygwrxh','339010eytAQx','标准偏差项:','{0}年{1}月{2}日'];_0x5e73=function(){return _0x272c72;};return _0x5e73();}
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/sheets-pivot-ui/locale/zh-CN
|
|
11
|
-
function _0x40a9(_0x5ecbff,_0x8ad7b1){_0x5ecbff=_0x5ecbff-0x96;var _0x3d92ad=_0x3d92();var _0x40a972=_0x3d92ad[_0x5ecbff];return _0x40a972;}(function(_0x21d667,_0x38cc33){var _0x37d10a=_0x40a9,_0x1e8c58=_0x21d667();while(!![]){try{var _0x23453a=parseInt(_0x37d10a(0xb8))/0x1+parseInt(_0x37d10a(0xc6))/0x2+-parseInt(_0x37d10a(0xad))/0x3*(parseInt(_0x37d10a(0xca))/0x4)+parseInt(_0x37d10a(0xdd))/0x5*(parseInt(_0x37d10a(0xab))/0x6)+-parseInt(_0x37d10a(0x96))/0x7+-parseInt(_0x37d10a(0xcc))/0x8+-parseInt(_0x37d10a(0xa8))/0x9*(-parseInt(_0x37d10a(0xba))/0xa);if(_0x23453a===_0x38cc33)break;else _0x1e8c58['push'](_0x1e8c58['shift']());}catch(_0x263b13){_0x1e8c58['push'](_0x1e8c58['shift']());}}}(_0x3d92,0xeee35),function(_0x3ca5ca,_0x4485a7){var _0xd5e699=_0x40a9;typeof exports==_0xd5e699(0xa0)&&typeof module<'u'?module[_0xd5e699(0xc4)]=_0x4485a7():typeof define==_0xd5e699(0xb7)&&define[_0xd5e699(0xcd)]?define([],_0x4485a7):(_0x3ca5ca=typeof globalThis<'u'?globalThis:_0x3ca5ca||self,_0x3ca5ca['UniverProSheetsPivotUiZhCN']=_0x4485a7());}(this,function(){var _0x145a22=_0x40a9;return{'sheets-pivot-ui':{'sheet':_0x145a22(0x9b),'title':_0x145a22(0xc1),'fieldPanel':_0x145a22(0xc2),'configPanel':_0x145a22(0xa4),'sourceRangeLabel':_0x145a22(0xd9),'sourceRangePlaceholder':_0x145a22(0xae),'sourceFieldTile':_0x145a22(0xc9),'sourceFieldDescription':_0x145a22(0xde),'filter':'筛选','column':'列','row':'行','value':'值','multipleValue':_0x145a22(0xbb),'filterDesc':_0x145a22(0xa2),'columnDesc':'拖动字段填充为列','rowDesc':_0x145a22(0xa7),'valueDesc':_0x145a22(0xbe),'addToFilter':'添加到筛选','addToColumn':_0x145a22(0x9e),'addToRow':_0x145a22(0xaa),'addToValue':_0x145a22(0xac),'removeField':_0x145a22(0xb2),'filterField':_0x145a22(0x99),'fieldSettings':'字段设置','moveToRow':'移动到行','moveToColumn':'移动到列','dialog':{'fieldName':'字段名称','sourceName':_0x145a22(0xc5),'summarizeBy':_0x145a22(0xd1),'format':'数字格式','ok':'确定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全选','clearFilter':_0x145a22(0x97),'blank':'(空白)','cancel':'取消','confirm':'确定'},'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x145a22(0xcf),'formatTypes':_0x145a22(0xc0),'confirm':'确定','cancel':'取消','generalDesc':_0x145a22(0xc3),'accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':_0x145a22(0xb6),'dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x145a22(0xb5),'decimalPlaces':_0x145a22(0xb3),'currencyTypes':_0x145a22(0xb9),'negativeNumberTypes':_0x145a22(0xa1),'dateTypes':'日期类型'},'source':{'insertPivotTable':_0x145a22(0x9d),'sourceData':_0x145a22(0xd3),'position':_0x145a22(0xb4),'newSheet':_0x145a22(0xda),'existingSheet':'现有工作表','intersect':'不能和源数据重叠'}},'subtotal':{'average':_0x145a22(0xa6),'count':'计数','countNums':'数值计数','max':_0x145a22(0xa5),'min':_0x145a22(0xdb),'product':'乘积','stdDev':_0x145a22(0xbc),'stdDevp':_0x145a22(0x98),'sum':'求和','var':'方差','varp':_0x145a22(0xd4)},'subTotalText':'汇总','grandTotalText':'总计','config':{'totalsSection':_0x145a22(0xd5),'showRowSubtotal':'显示行小计','showRowGrandTotal':_0x145a22(0x9a),'showColSubtotal':_0x145a22(0xc7),'showColGrandTotal':'显示列总计','pageSection':_0x145a22(0xbd),'pageWrap':'每行字段数','pageDirection':'排列方向','pageDownThenOver':_0x145a22(0xbf),'pageOverThenDown':_0x145a22(0xd8),'displaySection':'显示','repeatRowLabels':_0x145a22(0xc8)},'perform':{'tips':'提示','info':_0x145a22(0xce),'confirm':'确认','cancel':'取消','rowColError':'无法对所选单元格进行此更改,因为它会影响数据透视表。请使用字段列表更改报表。如果您试图插入或删除单元格,请移动数据透视表,然后再试。'},'msg':{'emptySourceRange':_0x145a22(0xa3),'invalidSize':'数据源范围不合法','mergeCellError':_0x145a22(0xa9),'editCellError':_0x145a22(0xd0),'permissionError':_0x145a22(0xaf)},'averageName':_0x145a22(0x9c),'countName':_0x145a22(0xb0),'countNumsName':_0x145a22(0xd6),'maxName':_0x145a22(0xd7),'minName':_0x145a22(0xcb),'productName':_0x145a22(0xdc),'stdDevName':'标准偏差项:','stdDevpName':_0x145a22(0xd2),'sumName':_0x145a22(0xdf),'varName':_0x145a22(0xb1),'varpName':_0x145a22(0x9f)}};}));function _0x3d92(){var _0x20002e=['最小值项:','14855312KNivru','amd','目标区域中已有数据,该操作将覆盖原有数据,是否继续?','字段设置','无法编辑透视表中的单元格','汇总方式','总体标准偏差项:','数据源范围','总体方差','小计与总计','数值计数项:','最大值项:','先行后列','数据源','新工作表','最小值','乘积项:','5AFzVCk','拖动字段到以下区域','求和项:','5794565oZoLee','清除筛选','总体标准差','筛选字段','显示行总计','工作表','平均值项:','插入数据透视表','添加到列','总体方差项:','object','负数类型','拖入字段筛选数据','数据源范围为空','高级配置','最大值','平均值','拖动字段填充为行','81927QuVJMY','无法在透视表区域添加合并单元格','添加到行','10624254Vehugb','添加到值','12hdYVCQ','数据源已经更新','编辑区域开启了保护,不允许编辑该区域','计数项:','方差项:','移除字段','小数位数','透视表放置位置','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','function','1182783PHDVyp','货币类型','2020rrDCJj','Σ数值','标准差','筛选字段布局','行和列的计算结果','先列后行','格式类型','数据透视表','字段配置','常规格式不包含任何特定的数字格式。','exports','源字段名:','40288tDRgvu','显示列小计','重复行标签','数据源字段','1149248rzfCtP'];_0x3d92=function(){return _0x20002e;};return _0x3d92();}
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/sheets-print/locale/zh-CN
|
|
14
|
-
function _0x417d(_0x1233c7,_0x381c01){_0x1233c7=_0x1233c7-0x1ba;var _0x3721e7=_0x3721();var _0x417d82=_0x3721e7[_0x1233c7];return _0x417d82;}(function(_0x321b54,_0x10baa4){var _0x338bc3=_0x417d,_0x10df3d=_0x321b54();while(!![]){try{var _0x14d70e=parseInt(_0x338bc3(0x1cd))/0x1*(parseInt(_0x338bc3(0x1f6))/0x2)+parseInt(_0x338bc3(0x1fa))/0x3*(-parseInt(_0x338bc3(0x200))/0x4)+-parseInt(_0x338bc3(0x1c7))/0x5+parseInt(_0x338bc3(0x1e0))/0x6+parseInt(_0x338bc3(0x1d2))/0x7*(parseInt(_0x338bc3(0x1bb))/0x8)+-parseInt(_0x338bc3(0x1d0))/0x9+parseInt(_0x338bc3(0x1c1))/0xa;if(_0x14d70e===_0x10baa4)break;else _0x10df3d['push'](_0x10df3d['shift']());}catch(_0x2650ec){_0x10df3d['push'](_0x10df3d['shift']());}}}(_0x3721,0x3d053),function(_0x149f42,_0x8db984){var _0x156b40=_0x417d;typeof exports==_0x156b40(0x1e3)&&typeof module<'u'?module[_0x156b40(0x1d3)]=_0x8db984():typeof define==_0x156b40(0x1c8)&&define['amd']?define([],_0x8db984):(_0x149f42=typeof globalThis<'u'?globalThis:_0x149f42||self,_0x149f42[_0x156b40(0x1c2)]=_0x8db984());}(this,function(){var _0x42f71a=_0x417d;return{'sheets-print':{'permission':{'printErr':_0x42f71a(0x1d7)},'header':{'total':_0x42f71a(0x206),'pages':'页','cancel':'取消','next':'下一步','printing':'正在打印,请勿关闭页面'},'menu':'打印','title':_0x42f71a(0x202),'grid':{'title':_0x42f71a(0x1e9),'showGrid':_0x42f71a(0x1ea),'showGridLabel':_0x42f71a(0x1ea),'closeAndHide':_0x42f71a(0x1dd)},'screenshot':{'title':_0x42f71a(0x1f5),'success':_0x42f71a(0x1ec),'fail':'图片已保存失败'},'size':{'title':_0x42f71a(0x1fb),'letter':'信纸(21.6厘米\x20x\x2027.9厘米)','tabloid':_0x42f71a(0x1f1),'legal':_0x42f71a(0x1db),'statement':_0x42f71a(0x1bd),'executive':_0x42f71a(0x1f9),'folio':'对折纸(21.6厘米\x20x\x2033.0厘米)','a3':_0x42f71a(0x1ff),'a4':_0x42f71a(0x1ca),'a5':_0x42f71a(0x1ef),'b4':_0x42f71a(0x1f0),'b5':_0x42f71a(0x1fc)},'margin':{'title':'边距','normal':'正常','narrow':'窄','wide':'宽','custom':'自定义页边距','top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':_0x42f71a(0x1c3),'currentSheet':_0x42f71a(0x204),'workbook':_0x42f71a(0x1df),'currentSelection':_0x42f71a(0x1dc),'maxRowsEachPage':_0x42f71a(0x1de),'maxColumnsEachPage':_0x42f71a(0x1bf),'limit':_0x42f71a(0x1e5),'allSelection':_0x42f71a(0x1f7)},'selection':{'title':'选择','allWorkbook':'所有工作表','workbookUnit':'张工作表'},'scale':{'title':'缩放','normal':_0x42f71a(0x1eb),'fitWidth':_0x42f71a(0x1e8),'fitHeight':'适合高度','fitPage':_0x42f71a(0x1c0),'custom':_0x42f71a(0x205)},'orientation':{'title':_0x42f71a(0x1fe),'landscape':'横向','portrait':'纵向'},'formatting':{'title':'内容','skeleton':'网格线','waterMark':_0x42f71a(0x201)},'align':{'title':_0x42f71a(0x1d4),'horizontal':{'title':'Horizontal','middle':_0x42f71a(0x1e2),'start':_0x42f71a(0x1e6),'end':_0x42f71a(0x1cc)},'vertical':{'title':_0x42f71a(0x1ed),'start':_0x42f71a(0x1f4),'end':'底部对齐','middle':_0x42f71a(0x1d9)}},'headerFooter':{'title':_0x42f71a(0x1d6),'page':'页码','workbook':_0x42f71a(0x1e4),'sheet':'工作簿名称','date':_0x42f71a(0x1c4),'time':'当前时间','customHeadFooter':_0x42f71a(0x1d8),'editCustomHeadFooter':_0x42f71a(0x1c9),'header':'页眉','footer':'页脚','left':'左','right':'右','center':'中','dateFormat':_0x42f71a(0x1d5),'dateA':_0x42f71a(0x1fd),'dateB':_0x42f71a(0x203),'dateC':'L','dateD':'MM月DD日','timeA':_0x42f71a(0x1ba),'timeB':'HH:mm','timeC':'LTS','timeD':'LT','display':{'page':'页码','title':'工作簿标题','sheet':_0x42f71a(0x1ce),'dateA':_0x42f71a(0x1f2),'dateB':_0x42f71a(0x1cb),'dateC':'日期3','dateD':'日期4','dateE':_0x42f71a(0x1f8),'dateF':_0x42f71a(0x1be),'timeA':_0x42f71a(0x1ee),'timeB':_0x42f71a(0x207),'timeC':'时间3','timeD':'时间4','sheetPage':_0x42f71a(0x1bc),'pageTotal':_0x42f71a(0x1c6),'sheetPageTotal':_0x42f71a(0x1e1)},'placeholder':_0x42f71a(0x1cf),'submit':'确定'},'freeze':{'title':'行标题与列标题','desc':_0x42f71a(0x1e7),'row':_0x42f71a(0x1da),'column':'重复冻结列'},'limit':{'page':_0x42f71a(0x1d1),'waterMark':_0x42f71a(0x1f3),'link':_0x42f71a(0x1c5)}}};}));function _0x3721(){var _0x58a618=['页面方向','A3(29.7厘米\x20x\x2042.0厘米)','692uNracf','显示水印','打印设置','MM-DD','当前工作表','Custom\x20number','打印页数:','时间2','HH:mm:ss','224CVxrGo','子表页码','报表(14.0厘米\x20x\x2021.6厘米)','日期6','每页最大列数','适合页面大小','1918070ZhWhMx','UniverProSheetsPrintZhCN','打印范围','当前日期','https://univer.ai/pro','总页数','921030vhXDuZ','function','编辑自定义页眉页脚','A4(21.0厘米\x20x\x2029.7厘米)','日期2','右对齐','4mrlRbR','工作簿名称','点击可添加文本','1112985LMLYKV','免费版仅支持\x20{limit}\x20页打印,高级功能请购买商业版!','75439OSrusJ','exports','对齐方式','日期格式','页眉和页脚','该工作表已被保护,目前无打印权限。如需打印,请联系创建者。','自定义页眉页脚','垂直居中','重复冻结行','法律专用纸(21.6厘米\x20x\x2035.6厘米)','已选范围','关闭并隐藏辅助线','每页最大行数','工作簿','2314878AlFVUE','子表总页数','水平居中','object','工作簿标题','行和列限制','左对齐','转到“查看”>“冻结”可选择要在所有页面重复的行/列','适合宽度','打印布局','显示分页辅助线','正常\x20(100%)','图片已保存到剪贴板','Vertical','时间1','A5(14.8厘米\x20x\x2021.0厘米)','B4(25.0厘米\x20x\x2035.3厘米)','小报(27.9厘米\x20x\x2043.2厘米)','日期1','Univer\x20免费版本,由\x20univer.ai\x20提供支持。','顶部对齐','复制为截图','20694UXNldl','所有已选范围','日期5','行政公文纸(18.4厘米\x20x\x2026.7厘米)','6294shpKXP','纸张大小','B5(17.6厘米\x20x\x2025.0厘米)','YYYY-MM-DD'];_0x3721=function(){return _0x58a618;};return _0x3721();}
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/sheets-chart/locale/zh-CN
|
|
17
|
-
function _0x35e8(_0x324cb3,_0x4e0904){_0x324cb3=_0x324cb3-0xa4;var _0x3965cb=_0x3965();var _0x35e833=_0x3965cb[_0x324cb3];return _0x35e833;}(function(_0x245b5a,_0x23445b){var _0x4970c7=_0x35e8,_0x585015=_0x245b5a();while(!![]){try{var _0x507179=parseInt(_0x4970c7(0xbb))/0x1+parseInt(_0x4970c7(0xa5))/0x2*(-parseInt(_0x4970c7(0xa4))/0x3)+-parseInt(_0x4970c7(0xa8))/0x4+-parseInt(_0x4970c7(0xb4))/0x5*(-parseInt(_0x4970c7(0xb6))/0x6)+-parseInt(_0x4970c7(0xb1))/0x7*(parseInt(_0x4970c7(0xbc))/0x8)+-parseInt(_0x4970c7(0xac))/0x9*(parseInt(_0x4970c7(0xa6))/0xa)+parseInt(_0x4970c7(0xb9))/0xb*(parseInt(_0x4970c7(0xaf))/0xc);if(_0x507179===_0x23445b)break;else _0x585015['push'](_0x585015['shift']());}catch(_0x19e9b4){_0x585015['push'](_0x585015['shift']());}}}(_0x3965,0xbd981),function(_0x579ed7,_0x48c0ff){var _0x807047=_0x35e8;typeof exports==_0x807047(0xa9)&&typeof module<'u'?module['exports']=_0x48c0ff():typeof define==_0x807047(0xab)&&define[_0x807047(0xbd)]?define([],_0x48c0ff):(_0x579ed7=typeof globalThis<'u'?globalThis:_0x579ed7||self,_0x579ed7[_0x807047(0xaa)]=_0x48c0ff());}(this,function(){var _0x35a1c9=_0x35e8;return{'sheets-chart':{'category':'Category','series':'Series','seriesDefaultName':_0x35a1c9(0xb8),'categoryDefaultName':_0x35a1c9(0xae),'blank':_0x35a1c9(0xb5),'msg':{'emptyTips':_0x35a1c9(0xb2),'sankeyCircularTips':'桑基图不能包含循环数据'},'bubble':{'emptyTips':_0x35a1c9(0xad)},'relation':{'emptyTips':_0x35a1c9(0xa7)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x35a1c9(0xb3)},'boxplot':{'min':_0x35a1c9(0xb7),'q1':'第一四分位数','median':_0x35a1c9(0xba),'q3':'第三四分位数','max':_0x35a1c9(0xb0)}}};}));function _0x3965(){var _0x2a07ad=['中位数','22936twSpCt','3147576FfpviI','amd','11751vfWisD','428AOLCqX','10jTWTMT','关系图数据源为额外添加类型列在第二列的共词矩阵','4041688GheKKG','object','UniverProSheetsChartZhCN','function','1318482EFhCoW','气泡图至少需要2列,X轴、Y轴。','类别\x20{0}','12AeCgfU','最大值','21HgvclK','请先添加系列开始数据可视化','累积占比','5hOynmr','(空)','5260422gomuNl','最小值','系列\x20{0}','33576433PYlzXR'];_0x3965=function(){return _0x2a07ad;};return _0x3965();}
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/sheets-chart-ui/locale/zh-CN
|
|
20
|
-
(function(_0x529a79,_0x535272){var _0x566c17=_0x5952,_0x3f95ce=_0x529a79();while(!![]){try{var _0xc8c988=-parseInt(_0x566c17(0x1e0))/0x1*(parseInt(_0x566c17(0x1e1))/0x2)+-parseInt(_0x566c17(0x1df))/0x3+parseInt(_0x566c17(0x1dd))/0x4*(-parseInt(_0x566c17(0x180))/0x5)+parseInt(_0x566c17(0x19d))/0x6+-parseInt(_0x566c17(0x1ce))/0x7+-parseInt(_0x566c17(0x1a4))/0x8*(-parseInt(_0x566c17(0x1fd))/0x9)+parseInt(_0x566c17(0x193))/0xa;if(_0xc8c988===_0x535272)break;else _0x3f95ce['push'](_0x3f95ce['shift']());}catch(_0x2df781){_0x3f95ce['push'](_0x3f95ce['shift']());}}}(_0x283f,0xb2360),function(_0x55d690,_0xc13ff8){var _0x7c2ab8=_0x5952;typeof exports=='object'&&typeof module<'u'?module[_0x7c2ab8(0x1fe)]=_0xc13ff8():typeof define==_0x7c2ab8(0x205)&&define['amd']?define([],_0xc13ff8):(_0x55d690=typeof globalThis<'u'?globalThis:_0x55d690||self,_0x55d690[_0x7c2ab8(0x1e6)]=_0xc13ff8());}(this,function(){var _0x22fcf0=_0x5952;return{'sheets-chart-ui':{'permission':{'editErr':_0x22fcf0(0x1b9)},'insertChart':_0x22fcf0(0x18e),'editChart':'图表','openChartPanel':_0x22fcf0(0x1bb),'deleteChart':'删除图表','hideChartPanel':_0x22fcf0(0x1fa),'setupChart':_0x22fcf0(0x1b4),'customChart':_0x22fcf0(0x1b3),'default':'默认','reset':'重置','chartType':_0x22fcf0(0x201),'themes':_0x22fcf0(0x182),'dataRange':_0x22fcf0(0x1e5),'stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':_0x22fcf0(0x1ad),'moreSettings':_0x22fcf0(0x1bd),'min':_0x22fcf0(0x17d),'max':'最大值','invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x22fcf0(0x1e4)},'blank':_0x22fcf0(0x17f),'seriesBlock':{'format':'格式','dataPointStyle':_0x22fcf0(0x1c1)},'backgroundColor':'背景颜色','chartBorderColor':_0x22fcf0(0x1ae),'titles':{'title':'标题','mainTitle':_0x22fcf0(0x1a9),'subTitle':'副标题','xAxisTitle':'横轴标题','yAxisTitle':_0x22fcf0(0x1a8),'rightYAxisTitle':_0x22fcf0(0x199),'titleFormat':_0x22fcf0(0x19f),'titleText':_0x22fcf0(0x1de),'titlePosition':'标题位置','titleAlign':_0x22fcf0(0x208)},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x22fcf0(0x190),'settingsLabels':{'switchToRowOrColumn':_0x22fcf0(0x18f),'useAsCategoryLabels':'将\x20{0}\x20作为类别','showEmptyCellsAs':'空单元格显示为'},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':'左对齐','center':'居中','right':_0x22fcf0(0x1d6)},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':_0x22fcf0(0x187),'chartAndAxisTitles':'图表和轴标题','legend':'图例','legendSelectMode':_0x22fcf0(0x1da),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x22fcf0(0x1ed),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x22fcf0(0x1f5),'leftAxis':'左轴','rightAxis':'右轴','useRightAxis':'使用右轴'},'position':'位置','dataLabels':'数据标签','gridlinesAndTicks':_0x22fcf0(0x1b5),'indicatorLine':'指示线','indicatorLineType':'指示线类型','indicatorLineColor':_0x22fcf0(0x1e9),'indicatorLabel':_0x22fcf0(0x1a7),'indicatorValue':_0x22fcf0(0x1aa),'shape':{'polygon':'多边形','circle':'圆形','square':'正方形','triangle':_0x22fcf0(0x1fc),'diamond':'菱形','rect':'矩形','roundRect':_0x22fcf0(0x1c2),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0x22fcf0(0x1b8),'emptySquare':_0x22fcf0(0x209),'emptyTriangle':_0x22fcf0(0x200),'emptyDiamond':_0x22fcf0(0x1be),'emptyRect':'空心矩形','emptyRoundRect':_0x22fcf0(0x183),'emptyPin':_0x22fcf0(0x1ca),'emptyArrow':'空心箭头'},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':'{0}透明度','withColor':_0x22fcf0(0x1a0),'withThickness':_0x22fcf0(0x1a2),'withType':_0x22fcf0(0x192),'withSize':_0x22fcf0(0x1ba),'withShape':_0x22fcf0(0x20a),'withFormat':_0x22fcf0(0x1cd),'dataPoint':_0x22fcf0(0x186),'dataNodeShape':_0x22fcf0(0x198),'addDataPoint':'添加数据点','point':_0x22fcf0(0x186),'percentage':'百分比','lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0x22fcf0(0x1f3)},'lineDashType':_0x22fcf0(0x1c3),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0x22fcf0(0x1bc),'text':_0x22fcf0(0x1cc)},'ticks':{'majorTick':_0x22fcf0(0x1f8),'tickPosition':_0x22fcf0(0x1c4),'tickLength':_0x22fcf0(0x1d3)},'none':'无','theIndexItem':_0x22fcf0(0x196),'seriesDefaultName':_0x22fcf0(0x1b6),'categoryDefaultName':_0x22fcf0(0x1d9),'styleEditPanel':{'showLabels':_0x22fcf0(0x20b),'showDataLabels':'显示数据标签','padAngle':'扇形间距','halfPie':'半饼','rosePie':'玫瑰图','pieValScale':_0x22fcf0(0x1d8),'pieValSuffix':_0x22fcf0(0x19b),'pieDigitalFixed':_0x22fcf0(0x19c),'showLabelLine':_0x22fcf0(0x204),'reverseAxisOrder':_0x22fcf0(0x20c),'showAxisLine':_0x22fcf0(0x194),'labelPosition':_0x22fcf0(0x184),'labelText':_0x22fcf0(0x1f6),'repeatWordCould':'重复词云标签','gap':'间隔','useAbsValue':_0x22fcf0(0x1c0),'labelRotate':_0x22fcf0(0x1a6),'wordCloudShape':_0x22fcf0(0x185),'useDateAxis':_0x22fcf0(0x1b7),'dateAxisTips':_0x22fcf0(0x19a)},'radar':{'fill':'填充'},'doughnutHole':_0x22fcf0(0x1d7),'msg':{'invalidSource':_0x22fcf0(0x1f2),'emptyTips':_0x22fcf0(0x1cf),'sankeyCircularTips':_0x22fcf0(0x1af)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x22fcf0(0x1c8),'displayName':_0x22fcf0(0x1dc),'addTrendLine':_0x22fcf0(0x207),'trendlineType':_0x22fcf0(0x1ac),'trendlineName':'趋势线名称','trendlineColor':_0x22fcf0(0x1db),'trendlineThickness':_0x22fcf0(0x1c6),'trendlineDashType':_0x22fcf0(0x1d2),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0x22fcf0(0x181),'poly':'多项式','order':_0x22fcf0(0x17e),'period':_0x22fcf0(0x1ab),'showFormula':_0x22fcf0(0x197),'showR2':_0x22fcf0(0x202),'formula':'公式','r2':_0x22fcf0(0x1f4)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':'气泡大小','label':'气泡标签','emptyTips':_0x22fcf0(0x1c5)},'relation':{'title':_0x22fcf0(0x1bf),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0x22fcf0(0x1d0),'layoutType':_0x22fcf0(0x1c9),'forceOptions':_0x22fcf0(0x1b2),'repulsion':'斥力','gravity':'引力','edgeLength':_0x22fcf0(0x1e2),'rotateLabel':'旋转标签','emphasis':_0x22fcf0(0x1e3),'emptyTips':_0x22fcf0(0x1a1)},'waterfall':{'stackType':_0x22fcf0(0x1ff),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x22fcf0(0x1f9),'positiveStyle':'正值样式','negativeStyle':_0x22fcf0(0x1f7),'subtotalStyle':_0x22fcf0(0x1ec),'positiveLegendText':_0x22fcf0(0x1f1),'negativeLegendText':'负值图例文本','subtotalLegendText':_0x22fcf0(0x18c)},'pareto':{'lineName':_0x22fcf0(0x18a),'lineSeries':_0x22fcf0(0x1a3),'barSeries':'柱状图系列'},'visualMapScope':_0x22fcf0(0x1ee),'boxplot':{'min':_0x22fcf0(0x17d),'q1':_0x22fcf0(0x18d),'median':_0x22fcf0(0x189),'q3':_0x22fcf0(0x188),'max':_0x22fcf0(0x1fb)},'chartTypes':{'line':_0x22fcf0(0x1b0),'area':_0x22fcf0(0x1a5),'areaStacked':_0x22fcf0(0x20f),'areaPercentStacked':'百分比堆叠面积图','column':'柱状图','bar':_0x22fcf0(0x1ea),'barStacked':_0x22fcf0(0x1c7),'barPercentStacked':_0x22fcf0(0x1f0),'pie':'饼图','donut':_0x22fcf0(0x1d1),'scatter':_0x22fcf0(0x1d5),'radar':_0x22fcf0(0x18b),'bubble':_0x22fcf0(0x206),'stock':_0x22fcf0(0x1cb),'combination':'组合图','wordCloud':'词云图','funnel':_0x22fcf0(0x19e),'relation':'关系图','waterfall':'瀑布图','pareto':'排列图','sankey':_0x22fcf0(0x1e7),'heatmap':_0x22fcf0(0x1d4),'boxplot':'箱线图'},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x22fcf0(0x203),'fieldSetting':'字段设置','formatTypes':_0x22fcf0(0x191),'confirm':'确定','cancel':'取消','generalDesc':_0x22fcf0(0x1b1),'accountingDesc':_0x22fcf0(0x195),'currencyDesc':'货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x22fcf0(0x20e),'decimalPlaces':'小数位数','currencyTypes':_0x22fcf0(0x1eb),'negativeNumberTypes':_0x22fcf0(0x20d),'dateTypes':_0x22fcf0(0x1ef)},'setFormat':_0x22fcf0(0x1e8)}}};}));function _0x5952(_0x5154fc,_0x2e582f){_0x5154fc=_0x5154fc-0x17d;var _0x283f84=_0x283f();var _0x595257=_0x283f84[_0x5154fc];return _0x595257;}function _0x283f(){var _0x518754=['图表标题','文本颜色','移动平均周期','趋势线类型','添加系列','图表边框颜色','桑基图不能包含循环数据','折线图','常规格式不包含任何特定的数字格式。','力导向选项','自定义样式','类型与数据','网格线和刻度线','系列\x20{0}','使用日期轴','空心圆形','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','{0}大小','打开图表面板','主网格线','更多设置','空心菱形','关系图','使用绝对值','数据点样式','圆角矩形','线类型','刻度线位置','气泡图至少需要2列,X轴、Y轴。','趋势线粗细','堆叠条形图','趋势线','布局类型','空心钉形','股票图','网格线','{0}格式','7903854QZNPPi','请先添加系列开始数据可视化','使用值作为节点大小','环形图','趋势线线类型','刻度线长度','热力图','散点图','右对齐','圆环孔','数值比例','类别\x20{0}','图例选择模式','趋势线颜色','趋势线名称','4SxDLTV','标题文本','1442898RmffHs','1AoCOEX','1833742ONlVGy','节点距离','开启选中淡入特效','用直线连接数据点','数据范围','UniverProSheetsChartUiZhCN','桑基图','设置标签格式','指示线颜色','条形图','货币类型','小计样式','轴选项','视觉映射范围','日期类型','百分比堆叠条形图','正值图例文本','图表数据源必须包含多于1行和1列。','百分比堆叠','R平方','右纵轴','标签文本','负值样式','主刻度线','显示小计','隐藏图表面板','最大值','三角形','342OUaEvW','exports','堆叠方式','空心三角形','图表类型','显示R平方','千分位符','显示标签线','function','气泡图','添加趋势线','轴标题对齐','空心正方形','{0}形状','显示标签','逆序轴','负数类型','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','堆叠面积图','最小值','多项式阶数','(空)','4732855swqUUd','移动平均','主题色','空心圆角矩形','标签位置','词云形状','数据点','图表样式','第三四分位数','中位数','累积占比','雷达图','小计图例文本','第一四分位数','插入图表','切换行列','渐变填充','格式类型','{0}类型','24024280xkXllo','显示轴线','会计数字格式可对一列数值进行货币符号和小数点对齐。','第{0}项','显示公式','节点形状','右纵轴标题','日期轴仅在数据全部为日期格式时可用','数值后缀','小数位数','7208712EVTHpa','漏斗图','标题格式','{0}颜色','关系图数据源为额外添加类型列在第二列的共词矩阵','{0}粗细','累积占比系列','126232FiMjNA','面积图','标签旋转','标签颜色','纵轴标题'];_0x283f=function(){return _0x518754;};return _0x283f();}
|
|
21
|
-
|
|
22
|
-
// @univerjs-pro/sheets-sparkline-ui/locale/zh-CN
|
|
23
|
-
function _0x654e(_0x1ab253,_0x4fd26d){_0x1ab253=_0x1ab253-0xbf;var _0x425c64=_0x425c();var _0x654ee5=_0x425c64[_0x1ab253];return _0x654ee5;}function _0x425c(){var _0x93e5c8=['自定义','删除迷你图组','单个放置位置时不支持多行多列','最大值','折线粗细','3717531qHzGSK','显示隐藏的数据','取每个迷你图的最小值','最小值','amd','1242778SXpnqN','选择数据范围','3236650ulLTlw','object','显示空单元格为','轴线颜色','迷你图组','function','修改选区内的','1EIeRQf','目标范围不合法','基础设置','显示非数字单元格为','3nlHShm','删除迷你图','959574raJBzl','显示圆角','迷你图','取迷你图组中的最大值','从右到左绘制数据','2016QHvqLT','取迷你图组中的最小值','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','4770000QHbJvZ','多个区域时不支持多行多列','15442rSrjTS','取每个迷你图的最大值','10sxNCtD','选择放置位置','自定义值','147148uDVolF','编辑迷你图','数据范围和位置','用直线连接数据点','迷你图范围'];_0x425c=function(){return _0x93e5c8;};return _0x425c();}(function(_0x2918ce,_0x1d5d4f){var _0x2a070c=_0x654e,_0x3e2147=_0x2918ce();while(!![]){try{var _0x92f667=parseInt(_0x2a070c(0xe8))/0x1*(parseInt(_0x2a070c(0xdf))/0x2)+parseInt(_0x2a070c(0xbf))/0x3*(-parseInt(_0x2a070c(0xd0))/0x4)+-parseInt(_0x2a070c(0xe1))/0x5+parseInt(_0x2a070c(0xc9))/0x6+parseInt(_0x2a070c(0xcb))/0x7*(-parseInt(_0x2a070c(0xc6))/0x8)+-parseInt(_0x2a070c(0xda))/0x9*(-parseInt(_0x2a070c(0xcd))/0xa)+-parseInt(_0x2a070c(0xc1))/0xb;if(_0x92f667===_0x1d5d4f)break;else _0x3e2147['push'](_0x3e2147['shift']());}catch(_0x490223){_0x3e2147['push'](_0x3e2147['shift']());}}}(_0x425c,0x7a9a9),function(_0x3e2993,_0x17f259){var _0x517c57=_0x654e;typeof exports==_0x517c57(0xe2)&&typeof module<'u'?module['exports']=_0x17f259():typeof define==_0x517c57(0xe6)&&define[_0x517c57(0xde)]?define([],_0x17f259):(_0x3e2993=typeof globalThis<'u'?globalThis:_0x3e2993||self,_0x3e2993['UniverProSheetsSparklineUiZhCN']=_0x17f259());}(this,function(){var _0x203d3b=_0x654e;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x203d3b(0xc8)},'title':'迷你图','remove':_0x203d3b(0xc0),'edit':_0x203d3b(0xd1),'panel':{'title':'迷你图设置','basic':_0x203d3b(0xea),'advanced':'高级设置','sourceAndPosition':_0x203d3b(0xd2),'type':'类型','line':'折线','bar':'柱状','pie':'饼图','profitAndLoss':'盈亏','theme':'主题','standard':'标准','custom':_0x203d3b(0xd5),'specialty':'专业','distinctive':'鲜明','soft':'柔和','fresh':'清新','adjustStyle':'调整样式','sparklineColor':'迷你图颜色','lineWidth':_0x203d3b(0xd9),'gradient':'渐变填充','radius':_0x203d3b(0xc2),'marker':'标记','highPoint':'高点','lowPoint':'低点','firstPoint':'首点','lastPoint':'尾点','negativePoint':'负点','markersPoint':'标记','manager':'管理','removeItem':_0x203d3b(0xc0),'removeGroup':_0x203d3b(0xd6),'composeManager':'组合管理','compose':'组合','unCompose':'取消组合','horizontal':'横轴','showZeroAxis':'显示零刻度线','axisColor':_0x203d3b(0xe4),'reverse':_0x203d3b(0xc5),'vertical':'纵轴','min':_0x203d3b(0xdd),'itemMin':_0x203d3b(0xdc),'groupMin':_0x203d3b(0xc7),'customMin':_0x203d3b(0xcf),'max':_0x203d3b(0xd8),'itemMax':_0x203d3b(0xcc),'groupMax':_0x203d3b(0xc4),'customMax':_0x203d3b(0xcf),'moreSetting':'更多设置','showHidden':_0x203d3b(0xdb),'showEmptyAs':_0x203d3b(0xe3),'showNonNumAs':_0x203d3b(0xeb),'spacing':'间距','zeroValue':'零值','connectWithLine':_0x203d3b(0xd3),'default':'默认'},'selector':{'title':_0x203d3b(0xd4),'changeType':_0x203d3b(0xe7),'sparkline':_0x203d3b(0xc3),'sparklineGroup':_0x203d3b(0xe5),'setSource':_0x203d3b(0xe0),'setTarget':_0x203d3b(0xce),'confirm':'确定','cancel':'取消','targetError':_0x203d3b(0xe9),'singleSourceError':'修改单迷你图时不支持多选','multSourceError':_0x203d3b(0xca),'resetSourceError':_0x203d3b(0xd7)}}};}));
|
|
24
|
-
|
|
25
|
-
// @univerjs-pro/sheets-shape-ui/locale/zh-CN
|
|
26
|
-
function _0x5c17(){var _0x5194cd=['带形:上凸弯','双波形','标注:双弯曲线形(带边框和强调线)','主页按钮','十二边形','双箭头曲线','amd','椭圆箭头','缺角矩形','电影按钮','等腰三角形','14rpMMzr','带形:前凸弯','1877892xLZann','标注:左箭头','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','右上对齐','星形:十六角','1303960MsbXrp','箭头:左','打开形状面板','1087572FtRuBC','起点箭头大小','箭头:左右','爆炸形:14pt','矩形:一个圆顶角,剪去另一个顶角','流程图:显示','联接类型','禁止符','折线:箭头','切换水平翻转','圆柱形','流程图:对照','帮助按钮','非等腰梯形','星形:五角','隐形箭头','流程图:合并','标注:线形(带边框和强调线)','开放箭头','重置颜色','箭头:直角上','对齐方式','开始按钮','图表X','纵向文本框','流程图:摘录','流程图:资料带','对话气泡:圆形','右对齐','标注:双弯曲线形(无边框)','左对齐','左中括号','透明度','直角三角形','横向文本框','对话气泡:圆角矩形','标注:弯曲线形(带边框和强调线)','流程图:顺序访问存储器','线反向','顺时针90度旋转','十边形','矩形:单圆角','左右圆形箭头','箭头:环形','流程图:排序','箭头:右','长划线','短划线类型','标注:线形(无边框)','文档按钮','牌匾标签','箭头:左弧形','3AhHOny','UniverProSheetsShapeUiZhCN','不等号','138gjWkoF','草绘样式','形状位置','右下对齐','图表加号','带形:前凸','爆炸形:8pt','流程图:手动输入','星形:三十二角','纯色填充','流程图:离线存储','矩形:圆顶角','箭头:虚尾','减小字号','标注:弯曲线形','剪去单角矩形','长划线-点','无线条','流程图:延期','五边形','切换文本竖排','中间对齐','双括号','左圆形箭头','七边形','立方体','双箭头直线','流程图:多文档','标注:双弯曲线形','逆时针90度旋转','箭头:下弧形','弯曲箭头','刻度\x20X','信息按钮','空白按钮','水平对齐','标注:下箭头','矩形:对角圆角','顶部对齐','6齿齿轮','圆:空心','矩形:棱台','切换垂直翻转','星与旗帜','流程图:数据','星形:四角','终点箭头大小','矩形:折角','增大字号','闪电形','流程图:磁盘','流程图:终止','流程图:存储数据','卷形:垂直','流程图:文档','底部对齐','箭头:上下','99pkWZen','左大括号','星形:二十四角','图片源','标注:十字箭头','直线箭头','左右带形','流程图:卡片','带形:上凸','左下对齐','图案填充','箭头:直角双向','渐变填充','流程图:准备','箭头:圆角右','前进/下一个按钮','饼形楔','太阳形','基本形状','流程图:内部贮存','新月形','流程图:接点','格式化形状','41915wPemcI','箭头:上','居中对齐','流程图:或者','六边形','箭头:V型','平行四边形','标注:弯曲线形(带强调线)','9齿齿轮','function','星形:八角','裁剪为形状','隐藏形状面板','箭头:右弧形','垂直对齐','流程图','与形状一起旋转','流程图:决策','十字形','八边形','标注:线形','29782TLBQDW','空心弧','插入形状','1952176lwTnVl','object','834129CiNxNN','偏移量\x20Y','右中括号','菱形箭头','起点箭头类型','终点箭头类型','箭头:十字','exports','返回按钮','卷形:水平','曲线:箭头','删除形状','5hRsVfx','标注:线形(带强调线)'];_0x5c17=function(){return _0x5194cd;};return _0x5c17();}function _0x53a4(_0x54bd85,_0x1b085c){_0x54bd85=_0x54bd85-0x110;var _0x5c17af=_0x5c17();var _0x53a4b6=_0x5c17af[_0x54bd85];return _0x53a4b6;}(function(_0x8b006b,_0x8e8d2c){var _0x17ef08=_0x53a4,_0x170b9a=_0x8b006b();while(!![]){try{var _0x1d4654=parseInt(_0x17ef08(0x178))/0x1*(parseInt(_0x17ef08(0x167))/0x2)+parseInt(_0x17ef08(0x1c3))/0x3*(parseInt(_0x17ef08(0x187))/0x4)+parseInt(_0x17ef08(0x152))/0x5*(-parseInt(_0x17ef08(0x1c6))/0x6)+parseInt(_0x17ef08(0x185))/0x7*(parseInt(_0x17ef08(0x16a))/0x8)+parseInt(_0x17ef08(0x16c))/0x9+parseInt(_0x17ef08(0x18c))/0xa+-parseInt(_0x17ef08(0x13b))/0xb*(parseInt(_0x17ef08(0x18f))/0xc);if(_0x1d4654===_0x8e8d2c)break;else _0x170b9a['push'](_0x170b9a['shift']());}catch(_0x2ee378){_0x170b9a['push'](_0x170b9a['shift']());}}}(_0x5c17,0x3c321),function(_0x35729c,_0x41d32c){var _0x514d1d=_0x53a4;typeof exports==_0x514d1d(0x16b)&&typeof module<'u'?module[_0x514d1d(0x173)]=_0x41d32c():typeof define==_0x514d1d(0x15b)&&define[_0x514d1d(0x180)]?define([],_0x41d32c):(_0x35729c=typeof globalThis<'u'?globalThis:_0x35729c||self,_0x35729c[_0x514d1d(0x1c4)]=_0x41d32c());}(this,function(){var _0x2c95c8=_0x53a4;return{'sheets-shape-ui':{'align':{'top':'顶部对齐','middle':_0x2c95c8(0x154),'bottom':_0x2c95c8(0x139),'left':_0x2c95c8(0x1ad),'center':_0x2c95c8(0x117),'right':'右对齐'},'toolbar':{'verticalAlignMode':{'main':_0x2c95c8(0x160)},'horizontalAlignMode':{'main':_0x2c95c8(0x125)},'fillColor':{'main':'单元格颜色'},'fontSize':'字号','fontSizeIncrease':_0x2c95c8(0x132),'fontSizeDecrease':_0x2c95c8(0x1d3),'resetColor':_0x2c95c8(0x1a2)},'imagePanel':{'crop':{'shape':_0x2c95c8(0x15d)}},'permission':{'editErr':_0x2c95c8(0x189)},'title':'形状','insertShape':_0x2c95c8(0x169),'openPanel':_0x2c95c8(0x18e),'deleteShape':_0x2c95c8(0x177),'hidePanel':_0x2c95c8(0x15e),'formatShape':_0x2c95c8(0x151),'shapeStyle':'形状样式','shapePosition':_0x2c95c8(0x1c8),'toggleFlipH':_0x2c95c8(0x198),'toggleFlipV':_0x2c95c8(0x12c),'rotateRight90':_0x2c95c8(0x1b6),'rotateLeft90':_0x2c95c8(0x11f),'toggleTextVertical':_0x2c95c8(0x116),'fill':{'title':'填充','noFill':'无填充','solidFill':_0x2c95c8(0x1cf),'gradientFill':_0x2c95c8(0x147),'pictureFill':'图片或纹理填充','patternFill':_0x2c95c8(0x145),'color':'颜色','transparency':'透明度','picture':{'source':_0x2c95c8(0x13e),'insert':'插入...','tileAsTexture':'将图片平铺为纹理','offsetX':'偏移量\x20X','offsetY':_0x2c95c8(0x16d),'scaleX':_0x2c95c8(0x122),'scaleY':'刻度\x20Y','alignment':_0x2c95c8(0x1a4),'rotateWithShape':_0x2c95c8(0x162),'align':{'tl':'左上对齐','t':_0x2c95c8(0x128),'tr':_0x2c95c8(0x18a),'l':_0x2c95c8(0x1ad),'ctr':_0x2c95c8(0x154),'r':_0x2c95c8(0x1ab),'bl':_0x2c95c8(0x144),'b':_0x2c95c8(0x139),'br':_0x2c95c8(0x1c9)}}},'line':{'title':'线条','noLine':_0x2c95c8(0x113),'solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x2c95c8(0x1af),'width':'宽度','dashType':{'title':_0x2c95c8(0x1be),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':'短划线-点','longDash':_0x2c95c8(0x1bd),'longDashDot':_0x2c95c8(0x112),'longDashDotDot':'长划线-点-点'},'capType':{'title':'端点类型','flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x2c95c8(0x195),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x2c95c8(0x170),'beginArrowSize':_0x2c95c8(0x190),'endArrowType':_0x2c95c8(0x171),'endArrowSize':_0x2c95c8(0x130),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2c95c8(0x1a1),'stealthArrow':_0x2c95c8(0x19e),'diamondArrow':_0x2c95c8(0x16f),'ovalArrow':_0x2c95c8(0x181)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2c95c8(0x1c7),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x2c95c8(0x14d),'blockArrow':'箭头总汇','equationShape':'公式形状','flowchart':_0x2c95c8(0x161),'starAndBanner':_0x2c95c8(0x12d),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x2c95c8(0x140),'straight-connector2':_0x2c95c8(0x11c),'bent-connector3':'折线','bent-connector3-arrow1':_0x2c95c8(0x197),'bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':_0x2c95c8(0x176),'curved-connector3-arrow2':_0x2c95c8(0x17f),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':_0x2c95c8(0x111),'snip2-same-rect':'矩形:剪去顶角','snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x2c95c8(0x193),'round1-rect':_0x2c95c8(0x1b8),'round2-same-rect':_0x2c95c8(0x1d1),'round2-diag-rect':_0x2c95c8(0x127),'rect-textbox-horizontal':_0x2c95c8(0x1b1),'rect-textbox-vertical':_0x2c95c8(0x1a7),'ellipse':'椭圆','triangle':_0x2c95c8(0x184),'rt-triangle':_0x2c95c8(0x1b0),'parallelogram':_0x2c95c8(0x158),'trapezoid':'梯形','non-isosceles-trapezoid':_0x2c95c8(0x19c),'diamond':'菱形','pentagon':_0x2c95c8(0x115),'hexagon':_0x2c95c8(0x156),'heptagon':_0x2c95c8(0x11a),'octagon':_0x2c95c8(0x165),'decagon':_0x2c95c8(0x1b7),'dodecagon':_0x2c95c8(0x17e),'pie':'不完整圆','chord':'弦形','teardrop':'泪滴形','frame':'图文框','half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x2c95c8(0x164),'plaque':_0x2c95c8(0x182),'can':_0x2c95c8(0x199),'cube':_0x2c95c8(0x11b),'bevel':_0x2c95c8(0x12b),'donut':_0x2c95c8(0x12a),'no-smoking':_0x2c95c8(0x196),'block-arc':_0x2c95c8(0x168),'folder-corner':_0x2c95c8(0x131),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x2c95c8(0x133),'sun':_0x2c95c8(0x14c),'moon':_0x2c95c8(0x14f),'cloud':'云形','arc':'弧形','bracket-pair':_0x2c95c8(0x118),'brace-pair':'双大括号','left-bracket':_0x2c95c8(0x1ae),'right-bracket':_0x2c95c8(0x16e),'left-brace':_0x2c95c8(0x13c),'right-brace':'右大括号','right-arrow':_0x2c95c8(0x1bc),'left-arrow':_0x2c95c8(0x18d),'up-arrow':_0x2c95c8(0x153),'down-arrow':'箭头:下','left-right-arrow':_0x2c95c8(0x191),'up-down-arrow':_0x2c95c8(0x13a),'quad-arrow':_0x2c95c8(0x172),'left-right-up-arrow':'箭头:丁字','bent-arrow':_0x2c95c8(0x149),'uturn-arrow':'箭头:手杖形','left-up-arrow':_0x2c95c8(0x146),'bent-up-arrow':_0x2c95c8(0x1a3),'curved-right-arrow':_0x2c95c8(0x15f),'curved-left-arrow':_0x2c95c8(0x1c2),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x2c95c8(0x120),'striped-right-arrow':_0x2c95c8(0x1d2),'notched-right-arrow':'箭头:燕尾形','home-plate':_0x2c95c8(0x115),'chevron':_0x2c95c8(0x157),'right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x2c95c8(0x126),'left-arrow-callout':_0x2c95c8(0x188),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x2c95c8(0x13f),'circular-arrow':_0x2c95c8(0x1ba),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x2c95c8(0x1c5),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x2c95c8(0x163),'flow-chart-input-output':_0x2c95c8(0x12e),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x2c95c8(0x14e),'flow-chart-document':_0x2c95c8(0x138),'flow-chart-multidocument':_0x2c95c8(0x11d),'flow-chart-terminator':_0x2c95c8(0x135),'flow-chart-preparation':_0x2c95c8(0x148),'flow-chart-manual-input':_0x2c95c8(0x1cd),'flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':_0x2c95c8(0x150),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x2c95c8(0x142),'flow-chart-punched-tape':_0x2c95c8(0x1a9),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x2c95c8(0x155),'flow-chart-collate':_0x2c95c8(0x19a),'flow-chart-sort':_0x2c95c8(0x1bb),'flow-chart-extract':_0x2c95c8(0x1a8),'flow-chart-merge':_0x2c95c8(0x19f),'flow-chart-online-storage':_0x2c95c8(0x136),'flow-chart-delay':_0x2c95c8(0x114),'flow-chart-magnetic-tape':_0x2c95c8(0x1b4),'flow-chart-magnetic-disk':_0x2c95c8(0x134),'flow-chart-magnetic-drum':'流程图:直接访问存储器','flow-chart-display':_0x2c95c8(0x194),'irregular-seal1':_0x2c95c8(0x1cc),'irregular-seal2':_0x2c95c8(0x192),'star4':_0x2c95c8(0x12f),'star5':_0x2c95c8(0x19d),'star6':'星形:六角','star7':'星形:七角','star8':_0x2c95c8(0x15c),'star10':'星形:十角','star12':'星形:十二角','star16':_0x2c95c8(0x18b),'star24':_0x2c95c8(0x13d),'star32':_0x2c95c8(0x1ce),'ribbon2':_0x2c95c8(0x143),'ribbon':_0x2c95c8(0x1cb),'ellipse-ribbon2':_0x2c95c8(0x17a),'ellipse-ribbon':_0x2c95c8(0x186),'vertical-scroll':_0x2c95c8(0x137),'horizontal-scroll':_0x2c95c8(0x175),'wave':'波形','double-wave':_0x2c95c8(0x17b),'wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':_0x2c95c8(0x1b2),'wedge-ellipse-callout':_0x2c95c8(0x1aa),'cloud-callout':'气泡:云','border-callout1':_0x2c95c8(0x166),'border-callout2':_0x2c95c8(0x110),'border-callout3':_0x2c95c8(0x11e),'accent-callout1':_0x2c95c8(0x179),'accent-callout2':_0x2c95c8(0x159),'accent-callout3':'标注:双弯曲线形(带强调线)','callout1':_0x2c95c8(0x1bf),'callout2':'标注:弯曲线形(无边框)','callout3':_0x2c95c8(0x1ac),'accent-border-callout1':_0x2c95c8(0x1a0),'accent-border-callout2':_0x2c95c8(0x1b3),'accent-border-callout3':_0x2c95c8(0x17c),'left-circular-arrow':_0x2c95c8(0x119),'left-right-circular-arrow':_0x2c95c8(0x1b9),'swoosh-arrow':_0x2c95c8(0x121),'left-right-ribbon':_0x2c95c8(0x141),'pie-wedge':_0x2c95c8(0x14b),'funnel':'漏斗','gear6':_0x2c95c8(0x129),'gear9':_0x2c95c8(0x15a),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':_0x2c95c8(0x14a),'action-button-beginning':_0x2c95c8(0x1a5),'action-button-end':'结束按钮','action-button-home':_0x2c95c8(0x17d),'action-button-information':_0x2c95c8(0x123),'action-button-return':_0x2c95c8(0x174),'action-button-movie':_0x2c95c8(0x183),'action-button-document':_0x2c95c8(0x1c0),'action-button-sound':'声音按钮','action-button-help':_0x2c95c8(0x19b),'action-button-blank':_0x2c95c8(0x124),'chart-plus':_0x2c95c8(0x1ca),'chart-star':'图表星号','chart-x':_0x2c95c8(0x1a6),'flow-chart-offline-storage':_0x2c95c8(0x1d0),'line-inv':_0x2c95c8(0x1b5),'plaque-tabs':_0x2c95c8(0x1c1),'square-tabs':'方形标签','up-down-arrow-callout':'上下箭头标注'}}}};}));
|
|
27
|
-
|
|
28
|
-
// @univerjs-pro/sheets-outline-ui/locale/zh-CN
|
|
29
|
-
function _0x15f1(_0x5c7b00,_0x28c9d3){_0x5c7b00=_0x5c7b00-0xd6;var _0x302b16=_0x302b();var _0x15f17d=_0x302b16[_0x5c7b00];return _0x15f17d;}function _0x302b(){var _0x3af1d8=['696711DmkYzt','取消将多行({0}\x20-\x20{1})分组','20RxCqDv','取消将多列({0}\x20-\x20{1})分组','UniverProSheetsOutlineUiZhCN','2359972xnyIbJ','132275iZdJBH','6355840dSNumm','无法更新分组,该操作无效。','3JlXZqE','无法更新分组,操作后会产生交叉分组。','2358307IZxCWn','当前无查看权限,无法进行分组相关操作。','8aCPEOa','无法创建分组,为兼容\x20Excel\x20导出,分组最多支持\x208\x20层。','取消分组','无法取消分组,所选范围未完全包含分组范围','将多列({0}\x20-\x20{1})分组','30MsBulB','无法创建分组,所选范围超出了当前工作表。','11085778XsMBIy','exports','无法移动行或列,该操作会拆分已有分组。请先取消相关分组后再移动。','function','4787757IeMdQY','object'];_0x302b=function(){return _0x3af1d8;};return _0x302b();}(function(_0x391ad5,_0x3a0a0a){var _0x25379e=_0x15f1,_0x408ef8=_0x391ad5();while(!![]){try{var _0x3776a8=parseInt(_0x25379e(0xef))/0x1+-parseInt(_0x25379e(0xda))/0x2*(parseInt(_0x25379e(0xde))/0x3)+parseInt(_0x25379e(0xdc))/0x4+-parseInt(_0x25379e(0xdb))/0x5*(-parseInt(_0x25379e(0xe7))/0x6)+parseInt(_0x25379e(0xe0))/0x7*(-parseInt(_0x25379e(0xe2))/0x8)+-parseInt(_0x25379e(0xed))/0x9*(-parseInt(_0x25379e(0xd7))/0xa)+-parseInt(_0x25379e(0xe9))/0xb;if(_0x3776a8===_0x3a0a0a)break;else _0x408ef8['push'](_0x408ef8['shift']());}catch(_0x2f8b82){_0x408ef8['push'](_0x408ef8['shift']());}}}(_0x302b,0xe9b17),function(_0x1a7c87,_0x3d5353){var _0x5975c7=_0x15f1;typeof exports==_0x5975c7(0xee)&&typeof module<'u'?module[_0x5975c7(0xea)]=_0x3d5353():typeof define==_0x5975c7(0xec)&&define['amd']?define([],_0x3d5353):(_0x1a7c87=typeof globalThis<'u'?globalThis:_0x1a7c87||self,_0x1a7c87[_0x5975c7(0xd9)]=_0x3d5353());}(this,function(){var _0x1f9ee4=_0x15f1;return{'sheets-outline-ui':{'cancel':'取消','group':'分组','ungroup':_0x1f9ee4(0xe4),'groupRows':'将多行({0}\x20-\x20{1})分组','groupColumns':_0x1f9ee4(0xe6),'ungroupRows':_0x1f9ee4(0xd6),'ungroupColumns':_0x1f9ee4(0xd8),'error':{'permission':_0x1f9ee4(0xe1),'invalidRange':'无法创建分组,所选范围无效。','outOfBounds':_0x1f9ee4(0xe8),'crossing':_0x1f9ee4(0xdf),'maxDepth':_0x1f9ee4(0xe3),'moveSplitsOutline':_0x1f9ee4(0xeb),'clearRangeNotContainOutline':_0x1f9ee4(0xe5),'unknown':_0x1f9ee4(0xdd)}}};}));
|
|
30
|
-
|
|
31
|
-
// locale/zh-CN
|
|
32
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/zh-CN"),require("@univerjs-pro/sheets-chart/locale/zh-CN"),require("@univerjs-pro/sheets-chart-ui/locale/zh-CN"),require("@univerjs-pro/sheets-exchange-client/locale/zh-CN"),require("@univerjs-pro/sheets-outline-ui/locale/zh-CN"),require("@univerjs-pro/sheets-pivot/locale/zh-CN"),require("@univerjs-pro/sheets-pivot-ui/locale/zh-CN"),require("@univerjs-pro/sheets-print/locale/zh-CN"),require("@univerjs-pro/sheets-shape-ui/locale/zh-CN"),require("@univerjs-pro/sheets-sparkline-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/zh-CN","@univerjs-pro/sheets-chart/locale/zh-CN","@univerjs-pro/sheets-chart-ui/locale/zh-CN","@univerjs-pro/sheets-exchange-client/locale/zh-CN","@univerjs-pro/sheets-outline-ui/locale/zh-CN","@univerjs-pro/sheets-pivot/locale/zh-CN","@univerjs-pro/sheets-pivot-ui/locale/zh-CN","@univerjs-pro/sheets-print/locale/zh-CN","@univerjs-pro/sheets-shape-ui/locale/zh-CN","@univerjs-pro/sheets-sparkline-ui/locale/zh-CN"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedZhCN=r(e.UniverCore,e.UniverProExchangeClientZhCN,e.UniverProSheetsChartZhCN,e.UniverProSheetsChartUiZhCN,e.UniverProSheetsExchangeClientZhCN,e.UniverProSheetsOutlineUiZhCN,e.UniverProSheetsPivotZhCN,e.UniverProSheetsPivotUiZhCN,e.UniverProSheetsPrintZhCN,e.UniverProSheetsShapeUiZhCN,e.UniverProSheetsSparklineUiZhCN))})(this,(function(e,r,i,s,h,n,t,o,u,c,v){"use strict";return e.mergeLocales(r,i,s,h,n,t,o,u,c,v)}));
|
package/lib/umd/locales/zh-HK.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/exchange-client/locale/zh-HK
|
|
2
|
-
function _0x1ef2(_0x269cce,_0x5b9cf4){_0x269cce=_0x269cce-0x1d8;var _0x84236b=_0x8423();var _0x1ef28e=_0x84236b[_0x269cce];return _0x1ef28e;}function _0x8423(){var _0x44ff17=['34392RexUGk','509108bdrRKn','網絡連線中斷,檔案上傳失敗','網絡異常','exports','{0}個檔案上傳成功','965181Ukublj','4IejfNi','請稍等...','檔案上傳成功','1778995jtoZWX','再次上傳','內部未知錯誤','80781FmQEol','2561290WnflCd','function','1EvacMK','所選檔案\x20[{0}]\x20不支援上傳','9316098GHGzUl','object','上傳中','amd','1026IHbtGN','下載中','6QwammB'];_0x8423=function(){return _0x44ff17;};return _0x8423();}(function(_0x20fdeb,_0x66279c){var _0x53180d=_0x1ef2,_0x491bda=_0x20fdeb();while(!![]){try{var _0x269534=-parseInt(_0x53180d(0x1db))/0x1*(-parseInt(_0x53180d(0x1e5))/0x2)+parseInt(_0x53180d(0x1d8))/0x3*(-parseInt(_0x53180d(0x1eb))/0x4)+parseInt(_0x53180d(0x1ee))/0x5*(-parseInt(_0x53180d(0x1e3))/0x6)+-parseInt(_0x53180d(0x1ea))/0x7+-parseInt(_0x53180d(0x1e4))/0x8*(parseInt(_0x53180d(0x1e1))/0x9)+parseInt(_0x53180d(0x1d9))/0xa+parseInt(_0x53180d(0x1dd))/0xb;if(_0x269534===_0x66279c)break;else _0x491bda['push'](_0x491bda['shift']());}catch(_0x4eb31d){_0x491bda['push'](_0x491bda['shift']());}}}(_0x8423,0x54b1a),function(_0x4cf30d,_0x5a98cd){var _0x4892ac=_0x1ef2;typeof exports==_0x4892ac(0x1de)&&typeof module<'u'?module[_0x4892ac(0x1e8)]=_0x5a98cd():typeof define==_0x4892ac(0x1da)&&define[_0x4892ac(0x1e0)]?define([],_0x5a98cd):(_0x4cf30d=typeof globalThis<'u'?globalThis:_0x4cf30d||self,_0x4cf30d['UniverProExchangeClientZhHK']=_0x5a98cd());}(this,function(){var _0x3b4914=_0x1ef2;return{'exchange-client':{'uploading':_0x3b4914(0x1df),'uploadSuccess':_0x3b4914(0x1ed),'uploadSuccessTip':_0x3b4914(0x1e9),'downloading':_0x3b4914(0x1e2),'downloadSuccess':'下載成功','unknownMistake':'未知錯誤','networkError':_0x3b4914(0x1e7),'tooLarge':'資料流過大','internalError':_0x3b4914(0x1f0),'interrupt':_0x3b4914(0x1e6),'fileTypeError':_0x3b4914(0x1dc),'wait':_0x3b4914(0x1ec),'cancel':'取消','uploadAgain':_0x3b4914(0x1ef)}};}));
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/sheets-exchange-client/locale/zh-HK
|
|
5
|
-
function _0x4251(_0x483027,_0x30a632){_0x483027=_0x483027-0x1b8;var _0x437ed1=_0x437e();var _0x42515b=_0x437ed1[_0x483027];return _0x42515b;}function _0x437e(){var _0x2e94a7=['25708837rAPltb','開啟(檔案)','1097528ikVDLn','2634QiQkiF','6KAuOOr','7691635SFZMbU','597457GfboJx','另存為','14JtDZbt','164190JTvgzD','2577hJBFOG','2546908ocGFRq','882gpJvOc','UniverProSheetsExchangeClientZhHK','object','function'];_0x437e=function(){return _0x2e94a7;};return _0x437e();}(function(_0x2142a8,_0x167283){var _0xfd4312=_0x4251,_0x48cb02=_0x2142a8();while(!![]){try{var _0x51743=-parseInt(_0xfd4312(0x1bb))/0x1+-parseInt(_0xfd4312(0x1b8))/0x2*(parseInt(_0xfd4312(0x1bf))/0x3)+parseInt(_0xfd4312(0x1c0))/0x4+parseInt(_0xfd4312(0x1ba))/0x5*(parseInt(_0xfd4312(0x1b9))/0x6)+-parseInt(_0xfd4312(0x1bd))/0x7*(parseInt(_0xfd4312(0x1c7))/0x8)+parseInt(_0xfd4312(0x1c1))/0x9*(-parseInt(_0xfd4312(0x1be))/0xa)+parseInt(_0xfd4312(0x1c5))/0xb;if(_0x51743===_0x167283)break;else _0x48cb02['push'](_0x48cb02['shift']());}catch(_0x4c787d){_0x48cb02['push'](_0x48cb02['shift']());}}}(_0x437e,0xdbbb1),function(_0x5880e1,_0x530fdd){var _0x47917c=_0x4251;typeof exports==_0x47917c(0x1c3)&&typeof module<'u'?module['exports']=_0x530fdd():typeof define==_0x47917c(0x1c4)&&define['amd']?define([],_0x530fdd):(_0x5880e1=typeof globalThis<'u'?globalThis:_0x5880e1||self,_0x5880e1[_0x47917c(0x1c2)]=_0x530fdd());}(this,function(){var _0x573710=_0x4251;return{'sheets-exchange-client':{'file':'檔案','upload':_0x573710(0x1c6),'download':_0x573710(0x1bc)}};}));
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/sheets-pivot/locale/zh-HK
|
|
8
|
-
(function(_0x4a4db7,_0x4bb7ad){var _0x26d07d=_0x5dbd,_0x2177a3=_0x4a4db7();while(!![]){try{var _0x2c0a61=parseInt(_0x26d07d(0x191))/0x1*(-parseInt(_0x26d07d(0x18e))/0x2)+-parseInt(_0x26d07d(0x180))/0x3*(parseInt(_0x26d07d(0x193))/0x4)+-parseInt(_0x26d07d(0x18a))/0x5*(-parseInt(_0x26d07d(0x18c))/0x6)+-parseInt(_0x26d07d(0x183))/0x7*(parseInt(_0x26d07d(0x18b))/0x8)+-parseInt(_0x26d07d(0x17e))/0x9*(parseInt(_0x26d07d(0x179))/0xa)+-parseInt(_0x26d07d(0x17b))/0xb*(-parseInt(_0x26d07d(0x17c))/0xc)+parseInt(_0x26d07d(0x19a))/0xd;if(_0x2c0a61===_0x4bb7ad)break;else _0x2177a3['push'](_0x2177a3['shift']());}catch(_0x1dcac0){_0x2177a3['push'](_0x2177a3['shift']());}}}(_0x2041,0x38291),function(_0x347db0,_0x411db7){var _0x2f64fe=_0x5dbd;typeof exports=='object'&&typeof module<'u'?module[_0x2f64fe(0x185)]=_0x411db7():typeof define=='function'&&define['amd']?define([],_0x411db7):(_0x347db0=typeof globalThis<'u'?globalThis:_0x347db0||self,_0x347db0['UniverProSheetsPivotZhHK']=_0x411db7());}(this,function(){var _0x19b2d9=_0x5dbd;return{'sheets-pivot':{'sheet':_0x19b2d9(0x17f),'blankValue':_0x19b2d9(0x18d),'otherValue':_0x19b2d9(0x17d),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x19b2d9(0x178),'countName':_0x19b2d9(0x175),'countNumsName':_0x19b2d9(0x187),'maxName':_0x19b2d9(0x199),'minName':_0x19b2d9(0x195),'productName':_0x19b2d9(0x194),'stdDevName':_0x19b2d9(0x174),'stdDevpName':_0x19b2d9(0x18f),'sumName':_0x19b2d9(0x198),'varName':'方差項:','varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x19b2d9(0x188),'yearQuarter':_0x19b2d9(0x192),'yearMonth':'年-月','yearMonthDate':_0x19b2d9(0x196)},'cellDateGroupDisplay':{'minute':_0x19b2d9(0x181),'hour':_0x19b2d9(0x189),'hourMinute':_0x19b2d9(0x176),'date':_0x19b2d9(0x177),'month':_0x19b2d9(0x186),'monthDate':_0x19b2d9(0x184),'quarter':_0x19b2d9(0x190),'year':_0x19b2d9(0x17a),'yearMonth':_0x19b2d9(0x197),'yearMonthDate':_0x19b2d9(0x182),'yearQuarter':'{0}年{1}季度'}}};}));function _0x5dbd(_0x1fff07,_0xc56fa){_0x1fff07=_0x1fff07-0x174;var _0x20411c=_0x2041();var _0x5dbd5f=_0x20411c[_0x1fff07];return _0x5dbd5f;}function _0x2041(){var _0x19a54a=['{0}季度','3967HdxaOk','年-季度','148mgHqQg','乘積項:','最小值項:','年-月-日','{0}年{1}月','求和項:','最大值項:','5159830DFaWLl','標準差項:','計數項:','{0}時\x20{1}分','{0}日','平均值項:','1060RZRkDW','{0}年','22VQsyUK','1893804hsUSgd','(其他)','6678neiiAL','工作表','16689InGJdQ','{0}分','{0}年{1}月{2}日','21LJinyp','{0}月{1}日','exports','{0}月','數值計數項:','月-日','{0}時','74675bepIQF','368160ElCLjw','54FKiHEV','(空白)','98BMQnlf','總體標準差項:'];_0x2041=function(){return _0x19a54a;};return _0x2041();}
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/sheets-pivot-ui/locale/zh-HK
|
|
11
|
-
function _0x17d2(_0x5b0865,_0x5cc472){_0x5b0865=_0x5b0865-0x15f;var _0x32cb38=_0x32cb();var _0x17d2e6=_0x32cb38[_0x5b0865];return _0x17d2e6;}function _0x32cb(){var _0x555991=['會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','拖入字段篩選數據','排列方向','數據源','求和項:','小計與總計','1149114yferSg','列和欄的計算結果','1321001NNMyxK','重複列標籤','移動到列','35OydzIa','字段設置','189707sDMjty','最小值項:','amd','拖動字段填充為欄','顯示列小計','日期格式將日期和時間系列數值顯示為日期值。','計數項:','15MQewhL','4845123xugsaB','10vCYJYq','Σ數值','乘積項:','總體標準差項:','總體標準差','數字格式','平均值','顯示列總計','標準差項:','顯示欄小計','function','1876353ekQELX','源字段名:','篩選字段','篩選欄位配置','數據源範圍','插入數據透視表','移動到欄','欄位設定','最小值','匯總方式','小數位數','清除篩選','每列欄位數','透視表放置位置','數值計數項:','負數類型','數據源已經更新','拖動字段填充為列','UniverProSheetsPivotUiZhHK','先欄後列','字段名稱','最大值','不能和源數據重疊','請選擇數據源','1775250QKZhOj','exports','格式類型','4AuDXKm','添加到列','object','(空白)','千分位符','添加到欄','無法編輯數據透視表中的單元格','1229512AKiaDx','總體方差項:','拖動字段到以下區域','無效的數據大小','平均值項:'];_0x32cb=function(){return _0x555991;};return _0x32cb();}(function(_0x7a7b0d,_0x221044){var _0x1d0817=_0x17d2,_0x1dba67=_0x7a7b0d();while(!![]){try{var _0x2f1272=-parseInt(_0x1d0817(0x174))/0x1+parseInt(_0x1d0817(0x1a0))/0x2+-parseInt(_0x1d0817(0x188))/0x3*(-parseInt(_0x1d0817(0x1a3))/0x4)+-parseInt(_0x1d0817(0x17b))/0x5*(-parseInt(_0x1d0817(0x16d))/0x6)+-parseInt(_0x1d0817(0x172))/0x7*(parseInt(_0x1d0817(0x162))/0x8)+parseInt(_0x1d0817(0x17c))/0x9*(-parseInt(_0x1d0817(0x17d))/0xa)+-parseInt(_0x1d0817(0x16f))/0xb;if(_0x2f1272===_0x221044)break;else _0x1dba67['push'](_0x1dba67['shift']());}catch(_0x30fcca){_0x1dba67['push'](_0x1dba67['shift']());}}}(_0x32cb,0x73003),function(_0x28222f,_0x155df1){var _0x14dc2=_0x17d2;typeof exports==_0x14dc2(0x1a5)&&typeof module<'u'?module[_0x14dc2(0x1a1)]=_0x155df1():typeof define==_0x14dc2(0x187)&&define[_0x14dc2(0x176)]?define([],_0x155df1):(_0x28222f=typeof globalThis<'u'?globalThis:_0x28222f||self,_0x28222f[_0x14dc2(0x19a)]=_0x155df1());}(this,function(){var _0x35e7bd=_0x17d2;return{'sheets-pivot-ui':{'sheet':'工作表','title':'資料透視表','sourceRangeLabel':_0x35e7bd(0x16a),'sourceRangePlaceholder':_0x35e7bd(0x198),'sourceFieldTile':'數據源字段','sourceFieldDescription':_0x35e7bd(0x164),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x35e7bd(0x17e),'filterDesc':_0x35e7bd(0x168),'columnDesc':_0x35e7bd(0x177),'rowDesc':_0x35e7bd(0x199),'valueDesc':_0x35e7bd(0x16e),'addToFilter':'添加到篩選','addToColumn':_0x35e7bd(0x160),'addToRow':_0x35e7bd(0x1a4),'addToValue':'添加到值','removeField':'移除字段','filterField':_0x35e7bd(0x18a),'fieldSettings':_0x35e7bd(0x173),'moveToRow':_0x35e7bd(0x171),'moveToColumn':_0x35e7bd(0x18e),'dialog':{'fieldName':_0x35e7bd(0x19c),'sourceName':_0x35e7bd(0x189),'summarizeBy':_0x35e7bd(0x191),'format':_0x35e7bd(0x182),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x35e7bd(0x193),'blank':_0x35e7bd(0x1a6),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x35e7bd(0x15f),'fieldSetting':_0x35e7bd(0x173),'formatTypes':_0x35e7bd(0x1a2),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x35e7bd(0x167),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':_0x35e7bd(0x179),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x35e7bd(0x192),'currencyTypes':'貨幣類型','negativeNumberTypes':_0x35e7bd(0x197),'dateTypes':'日期類型'},'source':{'insertPivotTable':_0x35e7bd(0x18d),'sourceData':_0x35e7bd(0x18c),'position':_0x35e7bd(0x195),'newSheet':'新工作表','existingSheet':'現有工作表','intersect':_0x35e7bd(0x19e)}},'subtotal':{'average':_0x35e7bd(0x183),'count':'計數','countNums':'數值計數','max':_0x35e7bd(0x19d),'min':_0x35e7bd(0x190),'product':'乘積','stdDev':'標準差','stdDevp':_0x35e7bd(0x181),'sum':'求和','var':'方差','varp':'總體方差'},'subTotalText':'匯總','grandTotalText':'總計','fieldPanel':_0x35e7bd(0x18f),'configPanel':'進階選項','config':{'totalsSection':_0x35e7bd(0x16c),'showRowSubtotal':_0x35e7bd(0x178),'showRowGrandTotal':_0x35e7bd(0x184),'showColSubtotal':_0x35e7bd(0x186),'showColGrandTotal':'顯示欄總計','pageSection':_0x35e7bd(0x18b),'pageWrap':_0x35e7bd(0x194),'pageDirection':_0x35e7bd(0x169),'pageDownThenOver':_0x35e7bd(0x19b),'pageOverThenDown':'先列後欄','displaySection':'顯示','repeatRowLabels':_0x35e7bd(0x170)},'perform':{'tips':'提示','info':'目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','confirm':'確認','cancel':'取消','rowColError':'無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。'},'msg':{'emptySourceRange':_0x35e7bd(0x19f),'invalidSize':_0x35e7bd(0x165),'mergeCellError':'合併單元格無法插入數據透視表','editCellError':_0x35e7bd(0x161),'permissionError':'無法編輯受保護的工作表中的數據透視表'},'averageName':_0x35e7bd(0x166),'countName':_0x35e7bd(0x17a),'countNumsName':_0x35e7bd(0x196),'maxName':'最大值項:','minName':_0x35e7bd(0x175),'productName':_0x35e7bd(0x17f),'stdDevName':_0x35e7bd(0x185),'stdDevpName':_0x35e7bd(0x180),'sumName':_0x35e7bd(0x16b),'varName':'方差項:','varpName':_0x35e7bd(0x163)}};}));
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/sheets-print/locale/zh-HK
|
|
14
|
-
function _0x3d7b(_0x1a8fe5,_0xfdca75){_0x1a8fe5=_0x1a8fe5-0x170;var _0x4a1919=_0x4a19();var _0x3d7b15=_0x4a1919[_0x1a8fe5];return _0x3d7b15;}function _0x4a19(){var _0x250e3e=['Tabloid\x20(11\x22\x20x\x2017\x22)','48hsxQzB','顯示分頁線','調整至頁面大小','垂直對齊','617935ZYcVRg','2421810zErOkw','92680mnhclC','點擊以新增文字','Letter\x20(8.5\x22\x20x\x2011\x22)','exports','時間C','重複凍結的列','B4\x20(9.84\x22\x20x\x2013.90\x22)','日期C','時間A','Univer\x20免費版本,由\x20univer.ai\x20提供支援。','hh:mm:ss','每頁最大列數','每頁最大欄數','日期A','196276ocOfbs','MM-DD','選取範圍','張工作表','列印版面配置','時間B','顯示分頁符號','前往\x20檢視\x20>\x20凍結\x20以選擇要在所有頁面重複的列/欄','工作表總頁數','A5\x20(5.83\x22\x20x\x208.27\x22)','317422RvCkpQ','調整至頁面寬度','UniverProSheetsPrintZhHK','總頁數','所有選取的儲存格','所有工作表','hh:mm','日期B','object','https://univer.ai/pro','635HrcoXB','Statement\x20(5.5\x22\x20x\x208.5\x22)','格式設定','目前時間','1099164gGcGTB','已選取的儲存格','自訂义頁邊距','日期格式','工作表名稱','下一步','紙張大小','function','HH:mm:ss','頁面方向','工作表頁碼','標準\x20(100%)','水平對齊','活頁簿標題','時間D','日期F','Executive\x20(7.25\x22\x20x\x2010.5\x22)','自訂比例','該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。\x20','Legal\x20(8.5\x22\x20x\x2014\x22)','日期D','11708wgYfcp','列印中,請勿關閉頁面','YYYY-MM-DD'];_0x4a19=function(){return _0x250e3e;};return _0x4a19();}(function(_0x25fa91,_0x1d7c3d){var _0x1c50bf=_0x3d7b,_0x547e04=_0x25fa91();while(!![]){try{var _0x2971f6=parseInt(_0x1c50bf(0x17c))/0x1+-parseInt(_0x1c50bf(0x18c))/0x2+parseInt(_0x1c50bf(0x1a4))/0x3+parseInt(_0x1c50bf(0x174))/0x4*(-parseInt(_0x1c50bf(0x1a0))/0x5)+parseInt(_0x1c50bf(0x178))/0x6*(-parseInt(_0x1c50bf(0x196))/0x7)+-parseInt(_0x1c50bf(0x17e))/0x8+parseInt(_0x1c50bf(0x17d))/0x9;if(_0x2971f6===_0x1d7c3d)break;else _0x547e04['push'](_0x547e04['shift']());}catch(_0x4a357e){_0x547e04['push'](_0x547e04['shift']());}}}(_0x4a19,0x63e69),function(_0x205e74,_0x1934c4){var _0x47b1fe=_0x3d7b;typeof exports==_0x47b1fe(0x19e)&&typeof module<'u'?module[_0x47b1fe(0x181)]=_0x1934c4():typeof define==_0x47b1fe(0x1ab)&&define['amd']?define([],_0x1934c4):(_0x205e74=typeof globalThis<'u'?globalThis:_0x205e74||self,_0x205e74[_0x47b1fe(0x198)]=_0x1934c4());}(this,function(){var _0x525c1f=_0x3d7b;return{'sheets-print':{'permission':{'printErr':_0x525c1f(0x171)},'header':{'total':'總計:','pages':'頁','cancel':'取消','next':_0x525c1f(0x1a9),'printing':_0x525c1f(0x175)},'menu':'列印','title':'列印','grid':{'title':_0x525c1f(0x190),'showGrid':_0x525c1f(0x192),'showGridLabel':_0x525c1f(0x179),'closeAndHide':'關閉並隱藏分頁線'},'screenshot':{'title':'複製為圖片','success':'圖片已成功複製到剪貼簿!','fail':'圖片複製到剪貼簿失敗!'},'size':{'title':_0x525c1f(0x1aa),'letter':_0x525c1f(0x180),'tabloid':_0x525c1f(0x177),'legal':_0x525c1f(0x172),'statement':_0x525c1f(0x1a1),'executive':_0x525c1f(0x1b4),'folio':'Folio\x20(8.5\x22\x20x\x2013\x22)','a3':'A3\x20(11.69\x22\x20x\x2016.54\x22)','a4':'A4\x20(8.27\x22\x20x\x2011.69\x22)','a5':_0x525c1f(0x195),'b4':_0x525c1f(0x184),'b5':'B5\x20(6.93\x22\x20x\x209.84\x22)'},'margin':{'title':'邊距','normal':'標準','narrow':'窄','wide':'寬','custom':_0x525c1f(0x1a6),'top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'列印','currentSheet':'目前工作表','workbook':'活頁簿','currentSelection':_0x525c1f(0x1a5),'maxRowsEachPage':_0x525c1f(0x189),'maxColumnsEachPage':_0x525c1f(0x18a),'limit':'列與欄限制','allSelection':_0x525c1f(0x19a)},'selection':{'title':_0x525c1f(0x18e),'allWorkbook':_0x525c1f(0x19b),'workbookUnit':_0x525c1f(0x18f)},'scale':{'title':'縮放','normal':_0x525c1f(0x1af),'fitWidth':_0x525c1f(0x197),'fitHeight':'調整至頁面高度','fitPage':_0x525c1f(0x17a),'custom':_0x525c1f(0x170)},'orientation':{'title':_0x525c1f(0x1ad),'landscape':'橫向','portrait':'直向'},'formatting':{'title':_0x525c1f(0x1a2),'skeleton':'顯示格線','waterMark':'顯示浮水印'},'align':{'title':'對齊','horizontal':{'title':_0x525c1f(0x1b0),'middle':'置中','start':'靠左','end':'靠右'},'vertical':{'title':_0x525c1f(0x17b),'start':'靠上','end':'靠下','middle':'置中'}},'headerFooter':{'title':'頁首和頁尾','page':'頁碼','workbook':_0x525c1f(0x1b1),'sheet':_0x525c1f(0x1a8),'date':'目前日期','time':_0x525c1f(0x1a3),'customHeadFooter':'自訂頁首/頁尾','editCustomHeadFooter':'編輯自訂頁首/頁尾','header':'頁首','footer':'頁尾','left':'左側','right':'右側','center':'中間','dateFormat':_0x525c1f(0x1a7),'dateA':_0x525c1f(0x176),'dateB':_0x525c1f(0x18d),'dateC':'L','dateD':'MM/DD','timeA':_0x525c1f(0x1ac),'timeB':'HH:mm','timeC':_0x525c1f(0x188),'timeD':_0x525c1f(0x19c),'display':{'page':'頁碼','title':_0x525c1f(0x1b1),'sheet':_0x525c1f(0x1a8),'dateA':_0x525c1f(0x18b),'dateB':_0x525c1f(0x19d),'dateC':_0x525c1f(0x185),'dateD':_0x525c1f(0x173),'dateE':'日期E','dateF':_0x525c1f(0x1b3),'timeA':_0x525c1f(0x186),'timeB':_0x525c1f(0x191),'timeC':_0x525c1f(0x182),'timeD':_0x525c1f(0x1b2),'sheetPage':_0x525c1f(0x1ae),'pageTotal':_0x525c1f(0x199),'sheetPageTotal':_0x525c1f(0x194)},'placeholder':_0x525c1f(0x17f),'submit':'確定'},'freeze':{'title':'列與欄標題','desc':_0x525c1f(0x193),'row':_0x525c1f(0x183),'column':'重複凍結的欄'},'limit':{'page':'免費版僅支援\x20{limit}\x20頁列印,進階功能請購買商業版!','waterMark':_0x525c1f(0x187),'link':_0x525c1f(0x19f)}}};}));
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/sheets-chart/locale/zh-HK
|
|
17
|
-
function _0x3fa3(){var _0xea32db=['累積占比','UniverProSheetsChartZhHK','29373212iAtzWv','10vwfQtf','請先添加系列開始數據可視化','4718UmzlZo','第一四分位數','5Ifhjfd','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','中位數','系列\x20{0}','574844zbCmtX','11060883edyEJa','最大值','Category','3418266ikKzEI','類別\x20{0}','(空)','function','1081308lJLUAi','4309888ePagLA','Series','813VIFcGD','7GXBODW'];_0x3fa3=function(){return _0xea32db;};return _0x3fa3();}function _0x3fd4(_0x4f7067,_0x350e2d){_0x4f7067=_0x4f7067-0x79;var _0x3fa329=_0x3fa3();var _0x3fd49d=_0x3fa329[_0x4f7067];return _0x3fd49d;}(function(_0x5ec949,_0x2fbe45){var _0x219e7d=_0x3fd4,_0x2d3483=_0x5ec949();while(!![]){try{var _0x4d2423=parseInt(_0x219e7d(0x89))/0x1+-parseInt(_0x219e7d(0x7b))/0x2*(parseInt(_0x219e7d(0x8c))/0x3)+parseInt(_0x219e7d(0x81))/0x4*(-parseInt(_0x219e7d(0x7d))/0x5)+-parseInt(_0x219e7d(0x85))/0x6*(parseInt(_0x219e7d(0x8d))/0x7)+-parseInt(_0x219e7d(0x8a))/0x8+parseInt(_0x219e7d(0x82))/0x9*(-parseInt(_0x219e7d(0x79))/0xa)+parseInt(_0x219e7d(0x90))/0xb;if(_0x4d2423===_0x2fbe45)break;else _0x2d3483['push'](_0x2d3483['shift']());}catch(_0x5cccf3){_0x2d3483['push'](_0x2d3483['shift']());}}}(_0x3fa3,0x9a17e),function(_0x2fec47,_0x47afa4){var _0x33bc42=_0x3fd4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x47afa4():typeof define==_0x33bc42(0x88)&&define['amd']?define([],_0x47afa4):(_0x2fec47=typeof globalThis<'u'?globalThis:_0x2fec47||self,_0x2fec47[_0x33bc42(0x8f)]=_0x47afa4());}(this,function(){var _0x40dd64=_0x3fd4;return{'sheets-chart':{'category':_0x40dd64(0x84),'series':_0x40dd64(0x8b),'seriesDefaultName':_0x40dd64(0x80),'categoryDefaultName':_0x40dd64(0x86),'blank':_0x40dd64(0x87),'msg':{'emptyTips':_0x40dd64(0x7a),'sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'emptyTips':_0x40dd64(0x7e)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x40dd64(0x8e)},'boxplot':{'min':'最小值','q1':_0x40dd64(0x7c),'median':_0x40dd64(0x7f),'q3':'第三四分位數','max':_0x40dd64(0x83)}}};}));
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/sheets-chart-ui/locale/zh-HK
|
|
20
|
-
(function(_0x397e1c,_0x4aabd0){var _0x274330=_0x2e50,_0x4faa16=_0x397e1c();while(!![]){try{var _0x335f25=-parseInt(_0x274330(0xb5))/0x1+parseInt(_0x274330(0xce))/0x2*(-parseInt(_0x274330(0xc3))/0x3)+parseInt(_0x274330(0xa8))/0x4*(-parseInt(_0x274330(0x98))/0x5)+parseInt(_0x274330(0xb4))/0x6*(-parseInt(_0x274330(0xc1))/0x7)+-parseInt(_0x274330(0x118))/0x8*(parseInt(_0x274330(0x9b))/0x9)+parseInt(_0x274330(0x8c))/0xa+parseInt(_0x274330(0x107))/0xb;if(_0x335f25===_0x4aabd0)break;else _0x4faa16['push'](_0x4faa16['shift']());}catch(_0x3dddbf){_0x4faa16['push'](_0x4faa16['shift']());}}}(_0x3d09,0x93194),function(_0x500622,_0x36f159){var _0x13161c=_0x2e50;typeof exports==_0x13161c(0xa4)&&typeof module<'u'?module[_0x13161c(0xb6)]=_0x36f159():typeof define==_0x13161c(0xf2)&&define['amd']?define([],_0x36f159):(_0x500622=typeof globalThis<'u'?globalThis:_0x500622||self,_0x500622[_0x13161c(0x121)]=_0x36f159());}(this,function(){var _0xd795fc=_0x2e50;return{'sheets-chart-ui':{'permission':{'editErr':_0xd795fc(0x105)},'insertChart':_0xd795fc(0xbd),'editChart':_0xd795fc(0x114),'openChartPanel':_0xd795fc(0xe7),'deleteChart':_0xd795fc(0x106),'hideChartPanel':_0xd795fc(0xa5),'setupChart':_0xd795fc(0xf8),'customChart':_0xd795fc(0x109),'default':'默認','reset':'重置','chartType':_0xd795fc(0xd7),'themes':'主題','dataRange':_0xd795fc(0xbe),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0xd795fc(0xb0),'series':'系列','addSeries':'添加系列','moreSettings':_0xd795fc(0xfd),'min':_0xd795fc(0xc5),'max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0xd795fc(0xd5)},'blank':_0xd795fc(0x11f),'seriesBlock':{'format':'格式','dataPointStyle':_0xd795fc(0x9e)},'backgroundColor':_0xd795fc(0x8d),'chartBorderColor':_0xd795fc(0xba),'titles':{'title':'標題','mainTitle':_0xd795fc(0x117),'subTitle':_0xd795fc(0xe4),'xAxisTitle':_0xd795fc(0x90),'yAxisTitle':_0xd795fc(0x88),'rightYAxisTitle':'右Y軸標題','titleFormat':_0xd795fc(0xc9),'titleText':_0xd795fc(0xe9),'titlePosition':_0xd795fc(0xab),'titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0xd795fc(0xf0),'settingsLabels':{'switchToRowOrColumn':_0xd795fc(0xc7),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0xd795fc(0xe5)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0xd795fc(0xfc),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0xd795fc(0xb1),'chartAndAxisTitles':_0xd795fc(0x95),'legend':'圖例','legendSelectMode':_0xd795fc(0xc6),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0xd795fc(0xee),'horizontalAxis':_0xd795fc(0xbb),'verticalAxis':_0xd795fc(0x86),'rightVerticalAxis':_0xd795fc(0x9f),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':'數據標籤','gridlinesAndTicks':_0xd795fc(0xd3),'indicatorLine':_0xd795fc(0x108),'indicatorLineType':_0xd795fc(0xd1),'indicatorLineColor':_0xd795fc(0xc4),'indicatorLabel':'指示標籤','indicatorValue':'指示值','shape':{'polygon':_0xd795fc(0x100),'circle':'圓形','square':_0xd795fc(0xe6),'triangle':_0xd795fc(0x113),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0xd795fc(0x115),'emptySquare':_0xd795fc(0x94),'emptyTriangle':_0xd795fc(0x10e),'emptyDiamond':_0xd795fc(0xda),'emptyRect':_0xd795fc(0x10d),'emptyRoundRect':_0xd795fc(0xc8),'emptyPin':_0xd795fc(0x8a),'emptyArrow':_0xd795fc(0xf3)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0xd795fc(0x112),'withColor':_0xd795fc(0xf9),'withThickness':_0xd795fc(0xa2),'withType':_0xd795fc(0xb8),'withSize':_0xd795fc(0x104),'withShape':_0xd795fc(0x9c),'withFormat':'{0}\x20格式','dataPoint':_0xd795fc(0x11e),'dataNodeShape':_0xd795fc(0xfe),'addDataPoint':_0xd795fc(0xbf),'point':_0xd795fc(0x11e),'percentage':_0xd795fc(0xb2),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0xd795fc(0xaf)},'lineDashType':_0xd795fc(0x122),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0xd795fc(0x9d),'text':'網格線'},'ticks':{'majorTick':_0xd795fc(0xcb),'tickPosition':_0xd795fc(0xcf),'tickLength':_0xd795fc(0xef)},'none':'無','theIndexItem':_0xd795fc(0x124),'seriesDefaultName':_0xd795fc(0x102),'categoryDefaultName':_0xd795fc(0xbc),'styleEditPanel':{'showLabels':'顯示標籤','showDataLabels':_0xd795fc(0xed),'padAngle':_0xd795fc(0x84),'halfPie':'半餅','rosePie':_0xd795fc(0xd8),'pieValScale':'数值比例','pieValSuffix':_0xd795fc(0x96),'pieDigitalFixed':'小數位數','showLabelLine':_0xd795fc(0xd0),'reverseAxisOrder':_0xd795fc(0xc2),'showAxisLine':_0xd795fc(0xd2),'labelPosition':_0xd795fc(0xac),'labelText':_0xd795fc(0x111),'repeatWordCould':_0xd795fc(0x110),'gap':'間隔','useAbsValue':_0xd795fc(0xf5),'labelRotate':'標籤旋轉','wordCloudShape':_0xd795fc(0x116),'useDateAxis':'使用日期軸','dateAxisTips':_0xd795fc(0xe0)},'radar':{'fill':'填充'},'doughnutHole':_0xd795fc(0xfb),'msg':{'invalidSource':_0xd795fc(0x11a),'emptyTips':_0xd795fc(0xcc),'sankeyCircularTips':_0xd795fc(0xe3)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0xd795fc(0xf1),'displayName':'趨勢線名稱','addTrendLine':_0xd795fc(0xdb),'trendlineType':_0xd795fc(0x119),'trendlineName':_0xd795fc(0x10f),'trendlineColor':_0xd795fc(0xe2),'trendlineThickness':_0xd795fc(0xf4),'trendlineDashType':_0xd795fc(0xfa),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0xd795fc(0x11d),'poly':'多項式','order':_0xd795fc(0x8f),'period':_0xd795fc(0xff),'showFormula':_0xd795fc(0xdf),'showR2':_0xd795fc(0xb9),'formula':'公式','r2':_0xd795fc(0x99)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':'氣泡標籤','emptyTips':_0xd795fc(0xa7)},'relation':{'title':_0xd795fc(0xd9),'auto':'自動','circular':'環形','force':'力導向','useValueAsSymbolSize':_0xd795fc(0x89),'layoutType':_0xd795fc(0xaa),'forceOptions':_0xd795fc(0xa3),'repulsion':'斥力','gravity':'引力','edgeLength':_0xd795fc(0xae),'rotateLabel':'旋轉標籤','emphasis':_0xd795fc(0xeb),'emptyTips':_0xd795fc(0xca)},'waterfall':{'stackType':_0xd795fc(0x87),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0xd795fc(0x91),'positiveStyle':_0xd795fc(0x11b),'negativeStyle':_0xd795fc(0x85),'subtotalStyle':_0xd795fc(0xf7),'positiveLegendText':'正值圖例文本','negativeLegendText':_0xd795fc(0x120),'subtotalLegendText':'小計圖例文本'},'pareto':{'lineName':_0xd795fc(0xec),'lineSeries':_0xd795fc(0x10b),'barSeries':_0xd795fc(0xdc)},'visualMapScope':_0xd795fc(0x103),'boxplot':{'min':_0xd795fc(0xc5),'q1':'第一四分位數','median':_0xd795fc(0xad),'q3':_0xd795fc(0x123),'max':_0xd795fc(0xcd)},'chartTypes':{'line':'折線圖','area':_0xd795fc(0xe1),'areaStacked':_0xd795fc(0x8b),'areaPercentStacked':_0xd795fc(0x83),'column':'柱狀圖','bar':_0xd795fc(0xb3),'barStacked':_0xd795fc(0xd4),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0xd795fc(0xa6),'scatter':'散點圖','radar':_0xd795fc(0x97),'bubble':_0xd795fc(0x101),'stock':_0xd795fc(0xf6),'combination':_0xd795fc(0xea),'wordCloud':_0xd795fc(0x93),'funnel':_0xd795fc(0x8e),'relation':_0xd795fc(0xd9),'waterfall':_0xd795fc(0x10c),'pareto':_0xd795fc(0xa9),'sankey':'桑基圖','heatmap':_0xd795fc(0x11c),'boxplot':_0xd795fc(0xd6)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0xd795fc(0xa0),'formatTypes':_0xd795fc(0xde),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0xd795fc(0x92),'currencyDesc':_0xd795fc(0xc0),'dateDesc':_0xd795fc(0x10a),'thousandthPercentileDesc':_0xd795fc(0xe8),'decimalPlaces':'小數位數','currencyTypes':_0xd795fc(0xdd),'negativeNumberTypes':_0xd795fc(0x9a),'dateTypes':_0xd795fc(0xa1)},'setFormat':_0xd795fc(0xb7)}}};}));function _0x2e50(_0x1307ca,_0x430d10){_0x1307ca=_0x1307ca-0x83;var _0x3d09fd=_0x3d09();var _0x2e50f5=_0x3d09fd[_0x1307ca];return _0x2e50f5;}function _0x3d09(){var _0x1d0b0d=['會計數字格式可對一列數值進行貨幣符號和小數點對齊。','詞雲圖','空心正方形','圖表和軸標題','数值后缀','雷達圖','10MRPuKE','R平方','負數類型','99bfewRb','{0}\x20形狀','主網格線','數據點樣式','右垂直軸','字段設置','日期類型','{0}\x20粗細','力導向選項','object','隱藏圖表面板','環形圖','氣泡圖至少需要2欄,X軸、Y軸。','1723196bSoJIA','排列圖','佈局類型','標題位置','標籤位置','中位數','節點距離','百分比堆疊','所有系列','圖表樣式','百分比','條形圖','154962AAJUZr','1118165mGtiEI','exports','設置標籤格式','{0}\x20類型','顯示R平方','圖表邊框顏色','水平軸','類別\x20{0}','插入圖表','數據範圍','添加數據點','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','77KPcreV','逆序軸','4137thmtqP','指示線顏色','最小值','圖例選擇模式','切換列或欄','空心圓角矩形','標題格式','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','主刻度線','請先添加系列開始數據可視化','最大值','1302HBopwZ','刻度線位置','顯示標籤線','指示線類型','顯示軸線','網格線和刻度線','堆疊條形圖','用直線連接數據點','箱型圖','圖表類型','玫瑰圖','關係圖','空心菱形','添加趨勢線','長條圖系列','貨幣類型','格式類型','顯示公式','日期軸僅在數據全部為日期格式時可用','面積圖','趨勢線顏色','桑基圖不能包含循環數據','副標題','顯示空單元格為','正方形','打開圖表面板','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','標題文本','組合圖','開啟選中淡入特效','累積占比','顯示數據標籤','軸選項','刻度線長度','漸變填充','趨勢線','function','空心箭頭','趨勢線粗細','使用絕對值','股票圖','小計樣式','設置圖表','{0}\x20顏色','趨勢線線類型','圓環孔','左對齊','更多設置','節點形狀','移動平均周期','多邊形','氣泡圖','系列\x20{0}','視覺映射範圍','{0}\x20大小','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','刪除圖表','41996251TmEjWC','指示線','自定義圖表','日期格式將日期和時間系列數值顯示為日期值。','累積占比系列','瀑布圖','空心矩形','空心三角形','趨勢線名稱','重複詞雲標籤','標籤文本','{0}\x20透明度','三角形','編輯圖表','空心圓形','詞雲形狀','主標題','399376gKEXhT','趨勢線類型','圖表數據源必須包含多於1列和1欄。','正值樣式','熱力圖','移動平均','數據點','(空)','負值圖例文本','UniverProSheetsChartUiZhHK','線類型','第三四分位數','第\x20{0}\x20項','百分比堆疊面積圖','扇形間距','負值樣式','垂直軸','堆疊方式','Y軸標題','使用值作為節點大小','空心針形','堆疊面積圖','4954060sFHumN','背景顏色','漏斗圖','多項式階數','X軸標題','顯示小計'];_0x3d09=function(){return _0x1d0b0d;};return _0x3d09();}
|
|
21
|
-
|
|
22
|
-
// @univerjs-pro/sheets-sparkline-ui/locale/zh-HK
|
|
23
|
-
function _0x4f93(_0x245f21,_0x55143f){_0x245f21=_0x245f21-0x1c5;var _0x5c070e=_0x5c07();var _0x4f9375=_0x5c070e[_0x245f21];return _0x4f9375;}function _0x5c07(){var _0xa0588f=['用直線連接數據點','4912704uczETi','自定義','顯示圓角','UniverProSheetsSparklineUiZhHK','7alfLtc','取每個迷你圖的最小值','數據範圍和位置','取迷你圖組中的最大值','function','選擇數據範圍','991384eTWwNh','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','697702ogLGuv','69648dFrQkm','顯示零刻度線','編輯迷你圖','18KABqnM','迷你圖顏色','漸變填充','從右到左繪製數據','迷你圖組','組合管理','最小值','顯示非數字單元格為','迷你圖設置','多個區域時不支持多列多欄','刪除迷你圖組','選擇放置位置','修改选区內的','object','顯示隱藏的數據','高級設置','目標範圍不合法','調整樣式','7716720uiMZQj','自定義值','單個放置位置時不支持多列多欄','更多設置','取每個迷你圖的最大值','取消組合','amd','exports','刪除迷你圖','最大值','6316PLwxjb','迷你圖','4240974xWWCCU','軸線顏色','1930bKZPGQ','修改單迷你圖時不支持多選'];_0x5c07=function(){return _0xa0588f;};return _0x5c07();}(function(_0x42bb51,_0x49ac07){var _0x714033=_0x4f93,_0x38e228=_0x42bb51();while(!![]){try{var _0x242a44=parseInt(_0x714033(0x1ef))/0x1+-parseInt(_0x714033(0x1f0))/0x2*(parseInt(_0x714033(0x1f3))/0x3)+parseInt(_0x714033(0x1dc))/0x4*(-parseInt(_0x714033(0x1e0))/0x5)+-parseInt(_0x714033(0x1de))/0x6*(-parseInt(_0x714033(0x1e7))/0x7)+parseInt(_0x714033(0x1ed))/0x8+parseInt(_0x714033(0x1e3))/0x9+-parseInt(_0x714033(0x1d2))/0xa;if(_0x242a44===_0x49ac07)break;else _0x38e228['push'](_0x38e228['shift']());}catch(_0x6fb449){_0x38e228['push'](_0x38e228['shift']());}}}(_0x5c07,0x76368),function(_0x1c1939,_0xdb954f){var _0x15642d=_0x4f93;typeof exports==_0x15642d(0x1cd)&&typeof module<'u'?module[_0x15642d(0x1d9)]=_0xdb954f():typeof define==_0x15642d(0x1eb)&&define[_0x15642d(0x1d8)]?define([],_0xdb954f):(_0x1c1939=typeof globalThis<'u'?globalThis:_0x1c1939||self,_0x1c1939[_0x15642d(0x1e6)]=_0xdb954f());}(this,function(){var _0x32fe92=_0x4f93;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x32fe92(0x1ee)},'title':_0x32fe92(0x1dd),'remove':_0x32fe92(0x1da),'edit':_0x32fe92(0x1f2),'panel':{'title':_0x32fe92(0x1c8),'basic':'基礎設置','advanced':_0x32fe92(0x1cf),'sourceAndPosition':_0x32fe92(0x1e9),'type':'類型','line':'折線','bar':'柱狀','pie':'餅圖','profitAndLoss':'盈虧','theme':'主題','standard':'標準','custom':_0x32fe92(0x1e4),'specialty':'專業','distinctive':'鮮明','soft':'柔和','fresh':'清新','adjustStyle':_0x32fe92(0x1d1),'sparklineColor':_0x32fe92(0x1f4),'lineWidth':'折線粗細','gradient':_0x32fe92(0x1f5),'radius':_0x32fe92(0x1e5),'marker':'標記','highPoint':'高點','lowPoint':'低點','firstPoint':'首點','lastPoint':'尾點','negativePoint':'負點','markersPoint':'標記','manager':'管理','removeItem':_0x32fe92(0x1da),'removeGroup':_0x32fe92(0x1ca),'composeManager':_0x32fe92(0x1c5),'compose':'組合','unCompose':_0x32fe92(0x1d7),'horizontal':'橫軸','showZeroAxis':_0x32fe92(0x1f1),'axisColor':_0x32fe92(0x1df),'reverse':_0x32fe92(0x1f6),'vertical':'縱軸','min':_0x32fe92(0x1c6),'itemMin':_0x32fe92(0x1e8),'groupMin':'取迷你圖組中的最小值','customMin':_0x32fe92(0x1d3),'max':_0x32fe92(0x1db),'itemMax':_0x32fe92(0x1d6),'groupMax':_0x32fe92(0x1ea),'customMax':_0x32fe92(0x1d3),'moreSetting':_0x32fe92(0x1d5),'showHidden':_0x32fe92(0x1ce),'showEmptyAs':'顯示空單元格為','showNonNumAs':_0x32fe92(0x1c7),'spacing':'間距','zeroValue':'零值','connectWithLine':_0x32fe92(0x1e2),'default':'默認'},'selector':{'title':_0x32fe92(0x1f2),'changeType':_0x32fe92(0x1cc),'sparkline':_0x32fe92(0x1dd),'sparklineGroup':_0x32fe92(0x1f7),'setSource':_0x32fe92(0x1ec),'setTarget':_0x32fe92(0x1cb),'confirm':'確定','cancel':'取消','targetError':_0x32fe92(0x1d0),'singleSourceError':_0x32fe92(0x1e1),'multSourceError':_0x32fe92(0x1c9),'resetSourceError':_0x32fe92(0x1d4)}}};}));
|
|
24
|
-
|
|
25
|
-
// @univerjs-pro/sheets-shape-ui/locale/zh-HK
|
|
26
|
-
function _0x5ea6(){var _0x1ff74a=['流程圖:預定義過程','object','流程圖:過程','基本形狀','流程圖:延期','箭頭:直角雙向','流程圖:合併','星形:十六角','矩形:剪去對角','氣泡:雲','透明度','文檔按鈕','電影按鈕','標註:雙彎曲線形(帶強調線)','草繪樣式','平行四邊形','1660560lQqOSy','淚滴形','amd','縮放\x20Y','水平對齊','星形:十角','切換垂直翻轉','216JmtWRy','將圖片平鋪為紋理','星形:六角','星形:八角','菱形箭頭','流程圖:卡片','縱向文字方塊','偏移量\x20X','4542390UQpmfw','流程圖:多文檔','矩形:圓頂角','標註:線形(帶強調線)','6yioSPw','星形:三十二角','順時針\x2090\x20度旋轉','漸層填充','長虛線-點','終點箭頭大小','插入形狀','右下對齊','切換水平翻轉','信息按鈕','流程圖:手動操作','exports','靠左對齊','流程圖:數據','箭頭:V型','對話氣泡:圓角矩形','新月形','十邊形','雙箭頭折線','矩形:單圓角','圓柱形','箭頭:燕尾形','帶形:上凸','6齒齒輪','矩形:棱台','箭頭:直角上','格式化形狀','流程圖:匯總連接','開始按鈕','箭頭:下','漸層線','靠上對齊','字型大小','不等號','標註:彎曲線形(無邊框)','流程圖:摘錄','靠下對齊','圖文框','切換文本竖排','標註:左箭頭','返回按鈕','放大字型','星形:十二角','右對齊','置中對齊','非等腰梯形','箭頭:下弧形','標註:上箭頭','圖形樣式','箭頭總匯','缺角矩形','圖表X','卷形:垂直','垂直置中','無填充','不完整圓','左右圓形箭頭','標註:線形(無邊框)','標註:線形(帶邊框和強調線)','無線條','3517073PEkfPt','偏移量\x20Y','純色填充','空心弧','矩形:折角','箭頭:右','插入...','帶形:上凸彎','左右帶形','雙大括號','底部對齊','隨形狀旋轉','標註:彎曲線形(帶強調線)','十二邊形','方形標籤','起點箭頭類型','箭頭:上','矩形:對角圓角','流程圖','對話氣泡:矩形','線反向','開放箭頭','流程圖:手動輸入','圖表星號','1061896rcTBvD','流程圖:接點','流程圖:離頁連接符','流程圖:文檔','箭頭:圓角右','縮放\x20X','五邊形','星形:二十四角','上下箭頭標註','端點類型','星與旗幟','直線箭頭','箭頭:左弧形','結束按鈕','起點箭頭大小','隱藏形狀面板','雙括號','聲音按鈕','矩形:一個圓頂角,剪去另一個頂角','箭頭:十字','卷形:水平','流程圖:終止','星形:七角','標註:十字箭頭','長虛線','對齊方式','流程圖:磁盤','逆時針\x2090\x20度旋轉','牌匾標籤','六邊形','標註:右箭頭','標註:下箭頭','前進/下一個按鈕','公式形狀','橫向文字方塊','十字形','半閉框','虛線-點','帶形:前凸','直角三角形','閃電形','橢圓箭頭','536543aOkvcX','填滿色彩','左中括號','箭頭:上下','流程圖:排序','爆炸形:8pt','立方體','長虛線-點-點','7640lGXdaP','圖表加號','標註:雙彎曲線形','9齒齒輪','終點箭頭類型','曲線:箭頭','function','流程圖:準備','797844mmjppY','主頁按鈕','八邊形','流程圖:直接訪問存儲器','箭頭:手杖形','流程圖:資料帶','箭頭:環形','幫助按鈕'];_0x5ea6=function(){return _0x1ff74a;};return _0x5ea6();}function _0xce7e(_0x1d117b,_0x478b98){_0x1d117b=_0x1d117b-0x18f;var _0x5ea62b=_0x5ea6();var _0xce7ebf=_0x5ea62b[_0x1d117b];return _0xce7ebf;}(function(_0xae6d93,_0x3a2c58){var _0x495a40=_0xce7e,_0x1ee187=_0xae6d93();while(!![]){try{var _0x1beaf5=parseInt(_0x495a40(0x236))/0x1+-parseInt(_0x495a40(0x246))/0x2*(-parseInt(_0x495a40(0x1b8))/0x3)+-parseInt(_0x495a40(0x20c))/0x4+-parseInt(_0x495a40(0x1a5))/0x5+-parseInt(_0x495a40(0x1b4))/0x6+parseInt(_0x495a40(0x1f4))/0x7+-parseInt(_0x495a40(0x23e))/0x8*(parseInt(_0x495a40(0x1ac))/0x9);if(_0x1beaf5===_0x3a2c58)break;else _0x1ee187['push'](_0x1ee187['shift']());}catch(_0xde5495){_0x1ee187['push'](_0x1ee187['shift']());}}}(_0x5ea6,0x701f7),function(_0xea667c,_0x81a061){var _0x3fbfd3=_0xce7e;typeof exports==_0x3fbfd3(0x196)&&typeof module<'u'?module[_0x3fbfd3(0x1c3)]=_0x81a061():typeof define==_0x3fbfd3(0x244)&&define[_0x3fbfd3(0x1a7)]?define([],_0x81a061):(_0xea667c=typeof globalThis<'u'?globalThis:_0xea667c||self,_0xea667c['UniverProSheetsShapeUiZhHK']=_0x81a061());}(this,function(){var _0x545759=_0xce7e;return{'sheets-shape-ui':{'align':{'top':_0x545759(0x1d7),'middle':_0x545759(0x1ed),'bottom':_0x545759(0x1dc),'left':_0x545759(0x1c4),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x545759(0x1a9)},'fillColor':{'main':_0x545759(0x237)},'fontSize':_0x545759(0x1d8),'fontSizeIncrease':_0x545759(0x1e1),'fontSizeDecrease':'縮小字型','resetColor':'重置顏色'},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x545759(0x1be),'openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':_0x545759(0x21b),'formatShape':_0x545759(0x1d2),'shapeStyle':_0x545759(0x1e8),'shapePosition':'圖形位置','toggleFlipH':_0x545759(0x1c0),'toggleFlipV':_0x545759(0x1ab),'rotateRight90':_0x545759(0x1ba),'rotateLeft90':_0x545759(0x227),'toggleTextVertical':_0x545759(0x1de),'fill':{'title':'填充','noFill':_0x545759(0x1ee),'solidFill':_0x545759(0x1f6),'gradientFill':_0x545759(0x1bb),'pictureFill':'圖片或紋理填充','patternFill':'圖案填充','color':'顏色','transparency':_0x545759(0x19f),'picture':{'source':'圖片來源','insert':_0x545759(0x1fa),'tileAsTexture':_0x545759(0x1ad),'offsetX':_0x545759(0x1b3),'offsetY':_0x545759(0x1f5),'scaleX':_0x545759(0x211),'scaleY':_0x545759(0x1a8),'alignment':_0x545759(0x225),'rotateWithShape':_0x545759(0x1ff),'align':{'tl':'左上對齊','t':'頂部對齊','tr':'右上對齊','l':'左對齊','ctr':_0x545759(0x1e4),'r':_0x545759(0x1e3),'bl':'左下對齊','b':_0x545759(0x1fe),'br':_0x545759(0x1bf)}}},'line':{'title':'線條','noLine':_0x545759(0x1f3),'solidLine':'實線','gradientLine':_0x545759(0x1d6),'color':'顏色','transparency':_0x545759(0x19f),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x545759(0x231),'longDash':_0x545759(0x224),'longDashDot':_0x545759(0x1bc),'longDashDotDot':_0x545759(0x23d)},'capType':{'title':_0x545759(0x215),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x545759(0x203),'beginArrowSize':_0x545759(0x21a),'endArrowType':_0x545759(0x242),'endArrowSize':_0x545759(0x1bd),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x545759(0x209),'stealthArrow':'隱形箭頭','diamondArrow':_0x545759(0x1b0),'ovalArrow':_0x545759(0x235)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x545759(0x1a3),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x545759(0x198),'blockArrow':_0x545759(0x1e9),'equationShape':_0x545759(0x22d),'flowchart':_0x545759(0x206),'starAndBanner':_0x545759(0x216),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x545759(0x217),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':_0x545759(0x1ca),'curved-connector3':'曲線','curved-connector3-arrow1':_0x545759(0x243),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':'圓角矩形','snip1-rect':'剪去單角矩形','snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x545759(0x19d),'snip-round-rect':_0x545759(0x21e),'round1-rect':_0x545759(0x1cb),'round2-same-rect':_0x545759(0x1b6),'round2-diag-rect':_0x545759(0x205),'rect-textbox-horizontal':_0x545759(0x22e),'rect-textbox-vertical':_0x545759(0x1b2),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x545759(0x233),'parallelogram':_0x545759(0x1a4),'trapezoid':'梯形','non-isosceles-trapezoid':_0x545759(0x1e5),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x545759(0x229),'heptagon':'七邊形','octagon':_0x545759(0x18f),'decagon':_0x545759(0x1c9),'dodecagon':_0x545759(0x201),'pie':_0x545759(0x1ef),'chord':'弦形','teardrop':_0x545759(0x1a6),'frame':_0x545759(0x1dd),'half-frame':_0x545759(0x230),'corner':'L形','diag-stripe':'斜紋','plus':_0x545759(0x22f),'plaque':_0x545759(0x1ea),'can':_0x545759(0x1cc),'cube':_0x545759(0x23c),'bevel':_0x545759(0x1d0),'donut':'圓:空心','no-smoking':'禁止符','block-arc':_0x545759(0x1f7),'folder-corner':_0x545759(0x1f8),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x545759(0x234),'sun':'太陽形','moon':_0x545759(0x1c8),'cloud':'雲形','arc':'弧形','bracket-pair':_0x545759(0x21c),'brace-pair':_0x545759(0x1fd),'left-bracket':_0x545759(0x238),'right-bracket':'右中括號','left-brace':'左大括號','right-brace':'右大括號','right-arrow':_0x545759(0x1f9),'left-arrow':'箭頭:左','up-arrow':_0x545759(0x204),'down-arrow':_0x545759(0x1d5),'left-right-arrow':'箭頭:左右','up-down-arrow':_0x545759(0x239),'quad-arrow':_0x545759(0x21f),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x545759(0x210),'uturn-arrow':_0x545759(0x191),'left-up-arrow':_0x545759(0x19a),'bent-up-arrow':_0x545759(0x1d1),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x545759(0x218),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x545759(0x1e6),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x545759(0x1cd),'home-plate':_0x545759(0x212),'chevron':_0x545759(0x1c6),'right-arrow-callout':_0x545759(0x22a),'down-arrow-callout':_0x545759(0x22b),'left-arrow-callout':_0x545759(0x1df),'up-arrow-callout':_0x545759(0x1e7),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x545759(0x223),'circular-arrow':_0x545759(0x193),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x545759(0x1d9),'flow-chart-process':_0x545759(0x197),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x545759(0x1c5),'flow-chart-predefined-process':_0x545759(0x195),'flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':_0x545759(0x20f),'flow-chart-multidocument':_0x545759(0x1b5),'flow-chart-terminator':_0x545759(0x221),'flow-chart-preparation':_0x545759(0x245),'flow-chart-manual-input':_0x545759(0x20a),'flow-chart-manual-operation':_0x545759(0x1c2),'flow-chart-connector':_0x545759(0x20d),'flow-chart-offpage-connector':_0x545759(0x20e),'flow-chart-punched-card':_0x545759(0x1b1),'flow-chart-punched-tape':_0x545759(0x192),'flow-chart-summing-junction':_0x545759(0x1d3),'flow-chart-or':'流程圖:或者','flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x545759(0x23a),'flow-chart-extract':_0x545759(0x1db),'flow-chart-merge':_0x545759(0x19b),'flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x545759(0x199),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x545759(0x226),'flow-chart-magnetic-drum':_0x545759(0x190),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x545759(0x23b),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':'星形:五角','star6':_0x545759(0x1ae),'star7':_0x545759(0x222),'star8':_0x545759(0x1af),'star10':_0x545759(0x1aa),'star12':_0x545759(0x1e2),'star16':_0x545759(0x19c),'star24':_0x545759(0x213),'star32':_0x545759(0x1b9),'ribbon2':_0x545759(0x1ce),'ribbon':_0x545759(0x232),'ellipse-ribbon2':_0x545759(0x1fb),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x545759(0x1ec),'horizontal-scroll':_0x545759(0x220),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x545759(0x207),'wedge-round-rect-callout':_0x545759(0x1c7),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x545759(0x19e),'border-callout1':'標註:線形','border-callout2':'標註:彎曲線形','border-callout3':_0x545759(0x240),'accent-callout1':_0x545759(0x1b7),'accent-callout2':_0x545759(0x200),'accent-callout3':_0x545759(0x1a2),'callout1':_0x545759(0x1f1),'callout2':_0x545759(0x1da),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x545759(0x1f2),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x545759(0x1f0),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x545759(0x1fc),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x545759(0x1cf),'gear9':_0x545759(0x241),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x545759(0x22c),'action-button-beginning':_0x545759(0x1d4),'action-button-end':_0x545759(0x219),'action-button-home':_0x545759(0x247),'action-button-information':_0x545759(0x1c1),'action-button-return':_0x545759(0x1e0),'action-button-movie':_0x545759(0x1a1),'action-button-document':_0x545759(0x1a0),'action-button-sound':_0x545759(0x21d),'action-button-help':_0x545759(0x194),'action-button-blank':'空白按鈕','chart-plus':_0x545759(0x23f),'chart-star':_0x545759(0x20b),'chart-x':_0x545759(0x1eb),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x545759(0x208),'plaque-tabs':_0x545759(0x228),'square-tabs':_0x545759(0x202),'up-down-arrow-callout':_0x545759(0x214)}}}};}));
|
|
27
|
-
|
|
28
|
-
// @univerjs-pro/sheets-outline-ui/locale/zh-HK
|
|
29
|
-
function _0x3142(){var _0x5b28e0=['無法建立群組,所選範圍無效。','群組欄\x20{0}\x20-\x20{1}','5jiIVhS','9738904BlqLTG','無法建立群組,為兼容\x20Excel\x20匯出,群組最多支援\x208\x20層。','4230555MpXueM','3144804ukJzxX','無法更新群組,該操作無效。','233271jwuwWp','exports','399731GsfxWl','2lgZHYO','無法取消群組,所選範圍未完全包含群組範圍','群組列\x20{0}\x20-\x20{1}','取消群組列\x20{0}\x20-\x20{1}','1387260iLtoDj','無法更新群組,操作後會產生交叉群組。','amd','32391ieExjA'];_0x3142=function(){return _0x5b28e0;};return _0x3142();}function _0x3d76(_0x1c9628,_0x37368e){_0x1c9628=_0x1c9628-0x74;var _0x314287=_0x3142();var _0x3d7690=_0x314287[_0x1c9628];return _0x3d7690;}(function(_0x4accb2,_0x46dd2e){var _0x5b5b64=_0x3d76,_0x3660fe=_0x4accb2();while(!![]){try{var _0x382145=-parseInt(_0x5b5b64(0x7e))/0x1+-parseInt(_0x5b5b64(0x7f))/0x2*(-parseInt(_0x5b5b64(0x7c))/0x3)+-parseInt(_0x5b5b64(0x83))/0x4+parseInt(_0x5b5b64(0x76))/0x5*(-parseInt(_0x5b5b64(0x7a))/0x6)+parseInt(_0x5b5b64(0x79))/0x7+parseInt(_0x5b5b64(0x77))/0x8+-parseInt(_0x5b5b64(0x86))/0x9;if(_0x382145===_0x46dd2e)break;else _0x3660fe['push'](_0x3660fe['shift']());}catch(_0x2b93aa){_0x3660fe['push'](_0x3660fe['shift']());}}}(_0x3142,0x98a36),function(_0xba6650,_0x3016b1){var _0x2b9bd0=_0x3d76;typeof exports=='object'&&typeof module<'u'?module[_0x2b9bd0(0x7d)]=_0x3016b1():typeof define=='function'&&define[_0x2b9bd0(0x85)]?define([],_0x3016b1):(_0xba6650=typeof globalThis<'u'?globalThis:_0xba6650||self,_0xba6650['UniverProSheetsOutlineUiZhHK']=_0x3016b1());}(this,function(){var _0x2194f5=_0x3d76;return{'sheets-outline-ui':{'cancel':'取消','group':'群組','ungroup':'取消群組','groupRows':_0x2194f5(0x81),'groupColumns':_0x2194f5(0x75),'ungroupRows':_0x2194f5(0x82),'ungroupColumns':'取消群組欄\x20{0}\x20-\x20{1}','error':{'permission':'目前沒有檢視權限,無法進行分組相關操作。','invalidRange':_0x2194f5(0x74),'outOfBounds':'無法建立群組,所選範圍超出了目前工作表。','crossing':_0x2194f5(0x84),'maxDepth':_0x2194f5(0x78),'moveSplitsOutline':'無法移動列或欄,該操作會拆分既有群組。請先取消相關群組後再移動。','clearRangeNotContainOutline':_0x2194f5(0x80),'unknown':_0x2194f5(0x7b)}}};}));
|
|
30
|
-
|
|
31
|
-
// locale/zh-HK
|
|
32
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/zh-HK"),require("@univerjs-pro/sheets-chart/locale/zh-HK"),require("@univerjs-pro/sheets-chart-ui/locale/zh-HK"),require("@univerjs-pro/sheets-exchange-client/locale/zh-HK"),require("@univerjs-pro/sheets-outline-ui/locale/zh-HK"),require("@univerjs-pro/sheets-pivot/locale/zh-HK"),require("@univerjs-pro/sheets-pivot-ui/locale/zh-HK"),require("@univerjs-pro/sheets-print/locale/zh-HK"),require("@univerjs-pro/sheets-shape-ui/locale/zh-HK"),require("@univerjs-pro/sheets-sparkline-ui/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/zh-HK","@univerjs-pro/sheets-chart/locale/zh-HK","@univerjs-pro/sheets-chart-ui/locale/zh-HK","@univerjs-pro/sheets-exchange-client/locale/zh-HK","@univerjs-pro/sheets-outline-ui/locale/zh-HK","@univerjs-pro/sheets-pivot/locale/zh-HK","@univerjs-pro/sheets-pivot-ui/locale/zh-HK","@univerjs-pro/sheets-print/locale/zh-HK","@univerjs-pro/sheets-shape-ui/locale/zh-HK","@univerjs-pro/sheets-sparkline-ui/locale/zh-HK"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedZhHK=r(e.UniverCore,e.UniverProExchangeClientZhHK,e.UniverProSheetsChartZhHK,e.UniverProSheetsChartUiZhHK,e.UniverProSheetsExchangeClientZhHK,e.UniverProSheetsOutlineUiZhHK,e.UniverProSheetsPivotZhHK,e.UniverProSheetsPivotUiZhHK,e.UniverProSheetsPrintZhHK,e.UniverProSheetsShapeUiZhHK,e.UniverProSheetsSparklineUiZhHK))})(this,(function(e,r,i,s,h,n,t,o,u,c,v){"use strict";return e.mergeLocales(r,i,s,h,n,t,o,u,c,v)}));
|