@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-TW.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
// @univerjs-pro/exchange-client/locale/zh-TW
|
|
2
|
-
function _0x153d(_0x27618e,_0x405e06){_0x27618e=_0x27618e-0x7e;var _0x420d29=_0x420d();var _0x153d0f=_0x420d29[_0x27618e];return _0x153d0f;}function _0x420d(){var _0x123e5f=['282wZtMTA','121mWDiPF','2565249XKTpjT','4azwuTD','上傳中','UniverProExchangeClientZhTW','資料流過大','object','未知錯誤','140MBnNrv','amd','283977NQjuAV','190mEMGEd','請稍等...','3549KJnssD','再次上傳','10549272VTHnsp','2677140xxiyuM','function','網路異常','檔案上傳成功','6609175RTxpxg','網路連線中斷,檔案上傳失敗','exports','2364opmIvn','下載中'];_0x420d=function(){return _0x123e5f;};return _0x420d();}(function(_0x5264a2,_0x93a5d0){var _0x4c624f=_0x153d,_0x5126cd=_0x5264a2();while(!![]){try{var _0x3abef1=parseInt(_0x4c624f(0x8c))/0x1*(-parseInt(_0x4c624f(0x81))/0x2)+-parseInt(_0x4c624f(0x85))/0x3*(parseInt(_0x4c624f(0x86))/0x4)+parseInt(_0x4c624f(0x7e))/0x5+parseInt(_0x4c624f(0x83))/0x6*(-parseInt(_0x4c624f(0x91))/0x7)+-parseInt(_0x4c624f(0x93))/0x8+parseInt(_0x4c624f(0x8e))/0x9*(-parseInt(_0x4c624f(0x8f))/0xa)+parseInt(_0x4c624f(0x84))/0xb*(parseInt(_0x4c624f(0x94))/0xc);if(_0x3abef1===_0x93a5d0)break;else _0x5126cd['push'](_0x5126cd['shift']());}catch(_0x2162f6){_0x5126cd['push'](_0x5126cd['shift']());}}}(_0x420d,0xc690a),function(_0xe86dd2,_0x43578a){var _0x1ca6eb=_0x153d;typeof exports==_0x1ca6eb(0x8a)&&typeof module<'u'?module[_0x1ca6eb(0x80)]=_0x43578a():typeof define==_0x1ca6eb(0x95)&&define[_0x1ca6eb(0x8d)]?define([],_0x43578a):(_0xe86dd2=typeof globalThis<'u'?globalThis:_0xe86dd2||self,_0xe86dd2[_0x1ca6eb(0x88)]=_0x43578a());}(this,function(){var _0x2b2d8c=_0x153d;return{'exchange-client':{'uploading':_0x2b2d8c(0x87),'uploadSuccess':_0x2b2d8c(0x97),'uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x2b2d8c(0x82),'downloadSuccess':'下載成功','unknownMistake':_0x2b2d8c(0x8b),'networkError':_0x2b2d8c(0x96),'tooLarge':_0x2b2d8c(0x89),'internalError':'內部未知錯誤','interrupt':_0x2b2d8c(0x7f),'fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':_0x2b2d8c(0x90),'cancel':'取消','uploadAgain':_0x2b2d8c(0x92)}};}));
|
|
3
|
-
|
|
4
|
-
// @univerjs-pro/sheets-exchange-client/locale/zh-TW
|
|
5
|
-
function _0x10c2(_0x1073c8,_0x3e6837){_0x1073c8=_0x1073c8-0xb2;var _0x21f577=_0x21f5();var _0x10c2d0=_0x21f577[_0x1073c8];return _0x10c2d0;}(function(_0x536b19,_0x1ec0ca){var _0x1e3379=_0x10c2,_0x4c624b=_0x536b19();while(!![]){try{var _0xef49d6=parseInt(_0x1e3379(0xb8))/0x1*(-parseInt(_0x1e3379(0xbc))/0x2)+-parseInt(_0x1e3379(0xc0))/0x3*(-parseInt(_0x1e3379(0xb2))/0x4)+parseInt(_0x1e3379(0xc1))/0x5*(-parseInt(_0x1e3379(0xb5))/0x6)+parseInt(_0x1e3379(0xb7))/0x7+-parseInt(_0x1e3379(0xb9))/0x8+-parseInt(_0x1e3379(0xba))/0x9*(parseInt(_0x1e3379(0xbf))/0xa)+parseInt(_0x1e3379(0xb6))/0xb*(parseInt(_0x1e3379(0xc2))/0xc);if(_0xef49d6===_0x1ec0ca)break;else _0x4c624b['push'](_0x4c624b['shift']());}catch(_0x72a7b2){_0x4c624b['push'](_0x4c624b['shift']());}}}(_0x21f5,0xba50d),function(_0x446083,_0x5ababd){var _0x320569=_0x10c2;typeof exports==_0x320569(0xbb)&&typeof module<'u'?module[_0x320569(0xb3)]=_0x5ababd():typeof define=='function'&&define[_0x320569(0xbe)]?define([],_0x5ababd):(_0x446083=typeof globalThis<'u'?globalThis:_0x446083||self,_0x446083['UniverProSheetsExchangeClientZhTW']=_0x5ababd());}(this,function(){var _0x132698=_0x10c2;return{'sheets-exchange-client':{'file':'檔案','upload':_0x132698(0xb4),'download':_0x132698(0xbd)}};}));function _0x21f5(){var _0x356a01=['1mhmmQr','812744duJjki','3393XAqVgy','object','906970ZuvOUs','另存為','amd','14830vGWLRm','3KKDZzT','40miOFKW','12824124YcEgwE','573828HLxFNG','exports','開啟(檔案)','311310jxChwC','22OJxlRL','81109DErVGo'];_0x21f5=function(){return _0x356a01;};return _0x21f5();}
|
|
6
|
-
|
|
7
|
-
// @univerjs-pro/sheets-pivot/locale/zh-TW
|
|
8
|
-
(function(_0x3e776f,_0x1780c5){var _0x279917=_0x81b4,_0x482702=_0x3e776f();while(!![]){try{var _0x339960=parseInt(_0x279917(0x143))/0x1*(parseInt(_0x279917(0x141))/0x2)+parseInt(_0x279917(0x15a))/0x3*(-parseInt(_0x279917(0x145))/0x4)+-parseInt(_0x279917(0x14d))/0x5*(parseInt(_0x279917(0x151))/0x6)+parseInt(_0x279917(0x146))/0x7+parseInt(_0x279917(0x13f))/0x8*(-parseInt(_0x279917(0x15f))/0x9)+-parseInt(_0x279917(0x14c))/0xa*(parseInt(_0x279917(0x142))/0xb)+parseInt(_0x279917(0x14e))/0xc*(parseInt(_0x279917(0x152))/0xd);if(_0x339960===_0x1780c5)break;else _0x482702['push'](_0x482702['shift']());}catch(_0x4a655d){_0x482702['push'](_0x482702['shift']());}}}(_0x4310,0x67a3e),function(_0x1fcfcc,_0x53d793){var _0x271145=_0x81b4;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x53d793():typeof define==_0x271145(0x13e)&&define[_0x271145(0x150)]?define([],_0x53d793):(_0x1fcfcc=typeof globalThis<'u'?globalThis:_0x1fcfcc||self,_0x1fcfcc['UniverProSheetsPivotZhTW']=_0x53d793());}(this,function(){var _0x5aee24=_0x81b4;return{'sheets-pivot':{'sheet':_0x5aee24(0x156),'blankValue':_0x5aee24(0x15b),'otherValue':_0x5aee24(0x15c),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x5aee24(0x153),'countName':_0x5aee24(0x14f),'countNumsName':_0x5aee24(0x157),'maxName':_0x5aee24(0x140),'minName':'最小值項:','productName':_0x5aee24(0x14a),'stdDevName':_0x5aee24(0x155),'stdDevpName':_0x5aee24(0x147),'sumName':_0x5aee24(0x13d),'varName':'方差項:','varpName':_0x5aee24(0x149),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x5aee24(0x159),'yearQuarter':_0x5aee24(0x14b),'yearMonth':_0x5aee24(0x148),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x5aee24(0x160),'hour':_0x5aee24(0x15d),'hourMinute':_0x5aee24(0x15e),'date':_0x5aee24(0x154),'month':_0x5aee24(0x158),'monthDate':'{0}月{1}日','quarter':'{0}季度','year':_0x5aee24(0x144),'yearMonth':'{0}年{1}月','yearMonthDate':'{0}年{1}月{2}日','yearQuarter':_0x5aee24(0x161)}}};}));function _0x81b4(_0x3514af,_0x3103e7){_0x3514af=_0x3514af-0x13d;var _0x4310aa=_0x4310();var _0x81b47d=_0x4310aa[_0x3514af];return _0x81b47d;}function _0x4310(){var _0x2c8181=['求和項:','function','104eOJcCu','最大值項:','18718eicxpI','6666AyCVrV','79AKbdWH','{0}年','12akPyoQ','213801flqftE','總體標準差項:','年-月','總體方差項:','乘積項:','年-季度','10940AVkSqp','1028320wcHKfB','5988MUVBjZ','計數項:','amd','12tQIHOD','52169qvdrPj','平均值項:','{0}日','標準差項:','工作表','數值計數項:','{0}月','月-日','640827VVDKeZ','(空白)','(其他)','{0}時','{0}時\x20{1}分','438066AtTPes','{0}分','{0}年{1}季度'];_0x4310=function(){return _0x2c8181;};return _0x4310();}
|
|
9
|
-
|
|
10
|
-
// @univerjs-pro/sheets-pivot-ui/locale/zh-TW
|
|
11
|
-
function _0x25b1(_0x43d6da,_0x2d4fa5){_0x43d6da=_0x43d6da-0xc7;var _0x264654=_0x2646();var _0x25b1dc=_0x264654[_0x43d6da];return _0x25b1dc;}function _0x2646(){var _0x14c38c=['添加到值','數據源','小數位數','4685028MSYeoa','3nMnGhc','添加到篩選','無法編輯數據透視表中的單元格','object','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','插入數據透視表','2211440iZXVDc','標準差','移除字段','數值計數項:','拖動字段到以下區域','(空白)','拖動字段填充為列','拖入字段篩選數據','Σ數值','function','小計與總計','篩選欄位配置','標準差項:','貨幣類型','總體方差項:','透視表放置位置','最大值','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','無法編輯受保護的工作表中的數據透視表','顯示列小計','9WcXmHw','匯總方式','負數類型','數據源範圍','移動到列','顯示欄小計','總體標準差項:','不能和源數據重疊','清除篩選','資料透視表','篩選字段','1308968zfqFTQ','日期格式將日期和時間系列數值顯示為日期值。','添加到欄','工作表','乘積項:','平均值項:','重複列標籤','數據源字段','數據源已經更新','4419224pXQzYB','字段名稱','移動到欄','常規格式不包含任何特定的數字格式。','先欄後列','顯示列總計','158010gXaAbs','最小值','總體標準差','欄位設定','格式類型','日期類型','求和項:','9396nHtzDv','154492JdYHex','209hqnHQR','平均值','先列後欄','方差項:','字段設置','貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','4109CijfGM','1hKyAlS','添加到列','數字格式','進階選項','列和欄的計算結果','現有工作表'];_0x2646=function(){return _0x14c38c;};return _0x2646();}(function(_0x411544,_0x5e3518){var _0x584fb6=_0x25b1,_0x5c3973=_0x411544();while(!![]){try{var _0x4a9ca8=-parseInt(_0x584fb6(0x105))/0x1*(-parseInt(_0x584fb6(0xfd))/0x2)+parseInt(_0x584fb6(0x10f))/0x3*(-parseInt(_0x584fb6(0xe6))/0x4)+parseInt(_0x584fb6(0x115))/0x5+-parseInt(_0x584fb6(0xfc))/0x6*(-parseInt(_0x584fb6(0x104))/0x7)+-parseInt(_0x584fb6(0xef))/0x8*(parseInt(_0x584fb6(0xdb))/0x9)+parseInt(_0x584fb6(0xf5))/0xa*(parseInt(_0x584fb6(0xfe))/0xb)+-parseInt(_0x584fb6(0x10e))/0xc;if(_0x4a9ca8===_0x5e3518)break;else _0x5c3973['push'](_0x5c3973['shift']());}catch(_0x5af862){_0x5c3973['push'](_0x5c3973['shift']());}}}(_0x2646,0x727c3),function(_0x4bc38a,_0x231146){var _0x3579e8=_0x25b1;typeof exports==_0x3579e8(0x112)&&typeof module<'u'?module['exports']=_0x231146():typeof define==_0x3579e8(0xcf)&&define['amd']?define([],_0x231146):(_0x4bc38a=typeof globalThis<'u'?globalThis:_0x4bc38a||self,_0x4bc38a['UniverProSheetsPivotUiZhTW']=_0x231146());}(this,function(){var _0x23bb51=_0x25b1;return{'sheets-pivot-ui':{'sheet':_0x23bb51(0xe9),'title':_0x23bb51(0xe4),'sourceRangeLabel':_0x23bb51(0x10c),'sourceRangePlaceholder':_0x23bb51(0xee),'sourceFieldTile':_0x23bb51(0xed),'sourceFieldDescription':_0x23bb51(0xca),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x23bb51(0xce),'filterDesc':_0x23bb51(0xcd),'columnDesc':'拖動字段填充為欄','rowDesc':_0x23bb51(0xcc),'valueDesc':_0x23bb51(0x109),'addToFilter':_0x23bb51(0x110),'addToColumn':_0x23bb51(0xe8),'addToRow':_0x23bb51(0x106),'addToValue':_0x23bb51(0x10b),'removeField':_0x23bb51(0xc8),'filterField':_0x23bb51(0xe5),'fieldSettings':_0x23bb51(0x102),'moveToRow':_0x23bb51(0xdf),'moveToColumn':_0x23bb51(0xf1),'dialog':{'fieldName':_0x23bb51(0xf0),'sourceName':'源字段名:','summarizeBy':_0x23bb51(0xdc),'format':_0x23bb51(0x107),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x23bb51(0xe3),'blank':_0x23bb51(0xcb),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x23bb51(0x102),'formatTypes':_0x23bb51(0xf9),'confirm':'確定','cancel':'取消','generalDesc':_0x23bb51(0xf2),'accountingDesc':_0x23bb51(0xd8),'currencyDesc':_0x23bb51(0x103),'dateDesc':_0x23bb51(0xe7),'thousandthPercentileDesc':_0x23bb51(0x113),'decimalPlaces':_0x23bb51(0x10d),'currencyTypes':_0x23bb51(0xd3),'negativeNumberTypes':_0x23bb51(0xdd),'dateTypes':_0x23bb51(0xfa)},'source':{'insertPivotTable':_0x23bb51(0x114),'sourceData':_0x23bb51(0xde),'position':_0x23bb51(0xd5),'newSheet':'新工作表','existingSheet':_0x23bb51(0x10a),'intersect':_0x23bb51(0xe2)}},'subtotal':{'average':_0x23bb51(0xff),'count':'計數','countNums':'數值計數','max':_0x23bb51(0xd6),'min':_0x23bb51(0xf6),'product':'乘積','stdDev':_0x23bb51(0xc7),'stdDevp':_0x23bb51(0xf7),'sum':'求和','var':'方差','varp':'總體方差'},'subTotalText':'匯總','grandTotalText':'總計','fieldPanel':_0x23bb51(0xf8),'configPanel':_0x23bb51(0x108),'config':{'totalsSection':_0x23bb51(0xd0),'showRowSubtotal':_0x23bb51(0xda),'showRowGrandTotal':_0x23bb51(0xf4),'showColSubtotal':_0x23bb51(0xe0),'showColGrandTotal':'顯示欄總計','pageSection':_0x23bb51(0xd1),'pageWrap':'每列欄位數','pageDirection':'排列方向','pageDownThenOver':_0x23bb51(0xf3),'pageOverThenDown':_0x23bb51(0x100),'displaySection':'顯示','repeatRowLabels':_0x23bb51(0xec)},'perform':{'tips':'提示','info':'目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','confirm':'確認','cancel':'取消','rowColError':_0x23bb51(0xd7)},'msg':{'emptySourceRange':'請選擇數據源','invalidSize':'無效的數據大小','mergeCellError':'合併單元格無法插入數據透視表','editCellError':_0x23bb51(0x111),'permissionError':_0x23bb51(0xd9)},'averageName':_0x23bb51(0xeb),'countName':'計數項:','countNumsName':_0x23bb51(0xc9),'maxName':'最大值項:','minName':'最小值項:','productName':_0x23bb51(0xea),'stdDevName':_0x23bb51(0xd2),'stdDevpName':_0x23bb51(0xe1),'sumName':_0x23bb51(0xfb),'varName':_0x23bb51(0x101),'varpName':_0x23bb51(0xd4)}};}));
|
|
12
|
-
|
|
13
|
-
// @univerjs-pro/sheets-print/locale/zh-TW
|
|
14
|
-
function _0x1163(_0x1997b6,_0x37cb92){_0x1997b6=_0x1997b6-0x1e2;var _0x195c8f=_0x195c();var _0x116350=_0x195c8f[_0x1997b6];return _0x116350;}(function(_0x2add7e,_0x128a86){var _0x55af1e=_0x1163,_0x4eec33=_0x2add7e();while(!![]){try{var _0x33ec8d=-parseInt(_0x55af1e(0x20c))/0x1*(-parseInt(_0x55af1e(0x200))/0x2)+-parseInt(_0x55af1e(0x1e7))/0x3+parseInt(_0x55af1e(0x207))/0x4+parseInt(_0x55af1e(0x1fb))/0x5+parseInt(_0x55af1e(0x209))/0x6+-parseInt(_0x55af1e(0x215))/0x7*(-parseInt(_0x55af1e(0x225))/0x8)+parseInt(_0x55af1e(0x210))/0x9*(parseInt(_0x55af1e(0x1fc))/0xa);if(_0x33ec8d===_0x128a86)break;else _0x4eec33['push'](_0x4eec33['shift']());}catch(_0x4b9935){_0x4eec33['push'](_0x4eec33['shift']());}}}(_0x195c,0xb6e68),function(_0x182099,_0x127d41){var _0x47441b=_0x1163;typeof exports==_0x47441b(0x22a)&&typeof module<'u'?module[_0x47441b(0x1f6)]=_0x127d41():typeof define==_0x47441b(0x221)&&define['amd']?define([],_0x127d41):(_0x182099=typeof globalThis<'u'?globalThis:_0x182099||self,_0x182099[_0x47441b(0x22b)]=_0x127d41());}(this,function(){var _0x5b7f51=_0x1163;return{'sheets-print':{'permission':{'printErr':_0x5b7f51(0x224)},'header':{'total':_0x5b7f51(0x1f5),'pages':'頁','cancel':'取消','next':'下一步','printing':_0x5b7f51(0x229)},'menu':'列印','title':'列印','grid':{'title':_0x5b7f51(0x1ec),'showGrid':'顯示分頁符號','showGridLabel':_0x5b7f51(0x22c),'closeAndHide':'關閉並隱藏分頁線'},'screenshot':{'title':_0x5b7f51(0x1e9),'success':_0x5b7f51(0x1f1),'fail':'圖片複製到剪貼簿失敗!'},'size':{'title':_0x5b7f51(0x1ea),'letter':'Letter\x20(8.5\x22\x20x\x2011\x22)','tabloid':'Tabloid\x20(11\x22\x20x\x2017\x22)','legal':_0x5b7f51(0x227),'statement':_0x5b7f51(0x1ed),'executive':_0x5b7f51(0x1e5),'folio':_0x5b7f51(0x20f),'a3':'A3\x20(11.69\x22\x20x\x2016.54\x22)','a4':_0x5b7f51(0x1f2),'a5':_0x5b7f51(0x21f),'b4':_0x5b7f51(0x1f8),'b5':_0x5b7f51(0x205)},'margin':{'title':'邊距','normal':'標準','narrow':'窄','wide':'寬','custom':_0x5b7f51(0x218),'top':'上','bottom':'下','left':'左','right':'右'},'area':{'title':'列印','currentSheet':'目前工作表','workbook':_0x5b7f51(0x1e8),'currentSelection':_0x5b7f51(0x1ff),'maxRowsEachPage':_0x5b7f51(0x204),'maxColumnsEachPage':_0x5b7f51(0x219),'limit':'列與欄限制','allSelection':_0x5b7f51(0x1e3)},'selection':{'title':_0x5b7f51(0x20b),'allWorkbook':_0x5b7f51(0x1f0),'workbookUnit':_0x5b7f51(0x1fe)},'scale':{'title':'縮放','normal':'標準\x20(100%)','fitWidth':_0x5b7f51(0x1f7),'fitHeight':'調整至頁面高度','fitPage':'調整至頁面大小','custom':'自訂比例'},'orientation':{'title':_0x5b7f51(0x217),'landscape':'橫向','portrait':'直向'},'formatting':{'title':_0x5b7f51(0x1ef),'skeleton':_0x5b7f51(0x222),'waterMark':'顯示浮水印'},'align':{'title':'對齊','horizontal':{'title':_0x5b7f51(0x208),'middle':'置中','start':'靠左','end':'靠右'},'vertical':{'title':_0x5b7f51(0x21d),'start':'靠上','end':'靠下','middle':'置中'}},'headerFooter':{'title':'頁首和頁尾','page':'頁碼','workbook':_0x5b7f51(0x21c),'sheet':_0x5b7f51(0x223),'date':_0x5b7f51(0x220),'time':_0x5b7f51(0x206),'customHeadFooter':_0x5b7f51(0x213),'editCustomHeadFooter':_0x5b7f51(0x203),'header':'頁首','footer':'頁尾','left':'左側','right':'右側','center':'中間','dateFormat':_0x5b7f51(0x226),'dateA':_0x5b7f51(0x216),'dateB':'MM-DD','dateC':'L','dateD':_0x5b7f51(0x1fd),'timeA':_0x5b7f51(0x21b),'timeB':_0x5b7f51(0x212),'timeC':_0x5b7f51(0x1ee),'timeD':_0x5b7f51(0x214),'display':{'page':'頁碼','title':_0x5b7f51(0x21c),'sheet':_0x5b7f51(0x223),'dateA':_0x5b7f51(0x1f9),'dateB':_0x5b7f51(0x201),'dateC':_0x5b7f51(0x1f4),'dateD':_0x5b7f51(0x21a),'dateE':'日期E','dateF':_0x5b7f51(0x1fa),'timeA':_0x5b7f51(0x1f3),'timeB':_0x5b7f51(0x21e),'timeC':_0x5b7f51(0x228),'timeD':_0x5b7f51(0x1e2),'sheetPage':_0x5b7f51(0x211),'pageTotal':_0x5b7f51(0x1eb),'sheetPageTotal':'工作表總頁數'},'placeholder':_0x5b7f51(0x20d),'submit':'確定'},'freeze':{'title':_0x5b7f51(0x20e),'desc':_0x5b7f51(0x20a),'row':_0x5b7f51(0x202),'column':_0x5b7f51(0x1e6)},'limit':{'page':_0x5b7f51(0x1e4),'waterMark':'Univer\x20免費版本,由\x20univer.ai\x20提供支援。','link':'https://univer.ai/pro'}}};}));function _0x195c(){var _0x1efc03=['hh:mm','6979KCqHNd','YYYY-MM-DD','頁面方向','自訂义頁邊距','每頁最大欄數','日期D','HH:mm:ss','活頁簿標題','垂直對齊','時間B','A5\x20(5.83\x22\x20x\x208.27\x22)','目前日期','function','顯示格線','工作表名稱','該工作表已被保護,目前無列印權限。如需列印,請聯絡創作者。\x20','4056nGcEjH','日期格式','Legal\x20(8.5\x22\x20x\x2014\x22)','時間C','列印中,請勿關閉頁面','object','UniverProSheetsPrintZhTW','顯示分頁線','時間D','所有選取的儲存格','免費版僅支援\x20{limit}\x20頁列印,進階功能請購買商業版!','Executive\x20(7.25\x22\x20x\x2010.5\x22)','重複凍結的欄','3548385eWTQzY','活頁簿','複製為圖片','紙張大小','總頁數','列印版面配置','Statement\x20(5.5\x22\x20x\x208.5\x22)','hh:mm:ss','格式設定','所有工作表','圖片已成功複製到剪貼簿!','A4\x20(8.27\x22\x20x\x2011.69\x22)','時間A','日期C','總計:','exports','調整至頁面寬度','B4\x20(9.84\x22\x20x\x2013.90\x22)','日期A','日期F','2933265ReeYdl','30pxkBYl','MM/DD','張工作表','已選取的儲存格','2oMrjGW','日期B','重複凍結的列','編輯自訂頁首/頁尾','每頁最大列數','B5\x20(6.93\x22\x20x\x209.84\x22)','目前時間','1045572IILaxs','水平對齊','712728bJwRNv','前往\x20檢視\x20>\x20凍結\x20以選擇要在所有頁面重複的列/欄','選取範圍','27387WidyFN','點擊以新增文字','列與欄標題','Folio\x20(8.5\x22\x20x\x2013\x22)','1296765sVClhM','工作表頁碼','HH:mm','自訂頁首/頁尾'];_0x195c=function(){return _0x1efc03;};return _0x195c();}
|
|
15
|
-
|
|
16
|
-
// @univerjs-pro/sheets-chart/locale/zh-TW
|
|
17
|
-
function _0x3170(_0x47147b,_0x563855){_0x47147b=_0x47147b-0x10a;var _0x275356=_0x2753();var _0x3170eb=_0x275356[_0x47147b];return _0x3170eb;}function _0x2753(){var _0x59a6d8=['3189424yNtCAO','氣泡圖至少需要2欄,X軸、Y軸。','function','2835448DOEARl','UniverProSheetsChartZhTW','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','4668492mjmnli','中位數','(空)','amd','Series','1396884DpIGhM','桑基圖不能包含循環數據','6vTgNdo','類別\x20{0}','請先添加系列開始數據可視化','1236578bNXczy','最大值','系列\x20{0}','最小值','累積占比','204uQBRft','5932962hfILve','61495OeAkAo','exports'];_0x2753=function(){return _0x59a6d8;};return _0x2753();}(function(_0x41f5da,_0x4819b8){var _0x1f613b=_0x3170,_0x198cd0=_0x41f5da();while(!![]){try{var _0x8168b=parseInt(_0x1f613b(0x110))/0x1+parseInt(_0x1f613b(0x11e))/0x2+-parseInt(_0x1f613b(0x10b))/0x3+-parseInt(_0x1f613b(0x11a))/0x4*(-parseInt(_0x1f613b(0x11c))/0x5)+parseInt(_0x1f613b(0x112))/0x6*(-parseInt(_0x1f613b(0x115))/0x7)+-parseInt(_0x1f613b(0x121))/0x8+-parseInt(_0x1f613b(0x11b))/0x9;if(_0x8168b===_0x4819b8)break;else _0x198cd0['push'](_0x198cd0['shift']());}catch(_0x281872){_0x198cd0['push'](_0x198cd0['shift']());}}}(_0x2753,0xd4fba),function(_0xa557f5,_0x5d5346){var _0x22f58b=_0x3170;typeof exports=='object'&&typeof module<'u'?module[_0x22f58b(0x11d)]=_0x5d5346():typeof define==_0x22f58b(0x120)&&define[_0x22f58b(0x10e)]?define([],_0x5d5346):(_0xa557f5=typeof globalThis<'u'?globalThis:_0xa557f5||self,_0xa557f5[_0x22f58b(0x122)]=_0x5d5346());}(this,function(){var _0x316bed=_0x3170;return{'sheets-chart':{'category':'Category','series':_0x316bed(0x10f),'seriesDefaultName':_0x316bed(0x117),'categoryDefaultName':_0x316bed(0x113),'blank':_0x316bed(0x10d),'msg':{'emptyTips':_0x316bed(0x114),'sankeyCircularTips':_0x316bed(0x111)},'bubble':{'emptyTips':_0x316bed(0x11f)},'relation':{'emptyTips':_0x316bed(0x10a)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x316bed(0x119)},'boxplot':{'min':_0x316bed(0x118),'q1':'第一四分位數','median':_0x316bed(0x10c),'q3':'第三四分位數','max':_0x316bed(0x116)}}};}));
|
|
18
|
-
|
|
19
|
-
// @univerjs-pro/sheets-chart-ui/locale/zh-TW
|
|
20
|
-
(function(_0x3b6a18,_0x31f73e){var _0xe9e05a=_0x1d31,_0x1440f9=_0x3b6a18();while(!![]){try{var _0x1ac4bd=-parseInt(_0xe9e05a(0x21f))/0x1+parseInt(_0xe9e05a(0x233))/0x2*(parseInt(_0xe9e05a(0x23c))/0x3)+parseInt(_0xe9e05a(0x23f))/0x4+-parseInt(_0xe9e05a(0x238))/0x5*(-parseInt(_0xe9e05a(0x1e7))/0x6)+-parseInt(_0xe9e05a(0x1d4))/0x7*(-parseInt(_0xe9e05a(0x1e3))/0x8)+-parseInt(_0xe9e05a(0x1fe))/0x9*(-parseInt(_0xe9e05a(0x208))/0xa)+-parseInt(_0xe9e05a(0x1d7))/0xb;if(_0x1ac4bd===_0x31f73e)break;else _0x1440f9['push'](_0x1440f9['shift']());}catch(_0x21b38d){_0x1440f9['push'](_0x1440f9['shift']());}}}(_0xf33c,0xd315e),function(_0x3bf2ac,_0x14e403){var _0x273166=_0x1d31;typeof exports==_0x273166(0x215)&&typeof module<'u'?module[_0x273166(0x1e9)]=_0x14e403():typeof define==_0x273166(0x225)&&define[_0x273166(0x1e8)]?define([],_0x14e403):(_0x3bf2ac=typeof globalThis<'u'?globalThis:_0x3bf2ac||self,_0x3bf2ac['UniverProSheetsChartUiZhTW']=_0x14e403());}(this,function(){var _0x50e8a4=_0x1d31;return{'sheets-chart-ui':{'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'insertChart':_0x50e8a4(0x212),'editChart':_0x50e8a4(0x1cf),'openChartPanel':'打開圖表面板','deleteChart':_0x50e8a4(0x1ff),'hideChartPanel':'隱藏圖表面板','setupChart':_0x50e8a4(0x226),'customChart':_0x50e8a4(0x23b),'default':'默認','reset':'重置','chartType':_0x50e8a4(0x1c8),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':'添加系列','moreSettings':_0x50e8a4(0x22b),'min':_0x50e8a4(0x1db),'max':_0x50e8a4(0x1c6),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x50e8a4(0x21b),'seriesBlock':{'format':'格式','dataPointStyle':_0x50e8a4(0x1d5)},'backgroundColor':'背景顏色','chartBorderColor':_0x50e8a4(0x230),'titles':{'title':'標題','mainTitle':_0x50e8a4(0x1ce),'subTitle':_0x50e8a4(0x205),'xAxisTitle':'X軸標題','yAxisTitle':'Y軸標題','rightYAxisTitle':_0x50e8a4(0x1f9),'titleFormat':_0x50e8a4(0x1b9),'titleText':_0x50e8a4(0x231),'titlePosition':'標題位置','titleAlign':_0x50e8a4(0x216)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x50e8a4(0x1e5),'settingsLabels':{'switchToRowOrColumn':_0x50e8a4(0x21c),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':_0x50e8a4(0x22d)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x50e8a4(0x1bb),'center':'居中','right':_0x50e8a4(0x244)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x50e8a4(0x222),'chartAndAxisTitles':_0x50e8a4(0x1d0),'legend':'圖例','legendSelectMode':_0x50e8a4(0x1ea),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x50e8a4(0x1bf),'horizontalAxis':_0x50e8a4(0x202),'verticalAxis':'垂直軸','rightVerticalAxis':_0x50e8a4(0x1dd),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x50e8a4(0x1e2)},'position':'位置','dataLabels':_0x50e8a4(0x20d),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x50e8a4(0x20e),'indicatorLineType':_0x50e8a4(0x207),'indicatorLineColor':_0x50e8a4(0x1fd),'indicatorLabel':_0x50e8a4(0x1d1),'indicatorValue':_0x50e8a4(0x1f4),'shape':{'polygon':_0x50e8a4(0x1c5),'circle':'圓形','square':'正方形','triangle':'三角形','diamond':'菱形','rect':'矩形','roundRect':_0x50e8a4(0x1f1),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x50e8a4(0x1f0),'emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':'空心菱形','emptyRect':_0x50e8a4(0x23d),'emptyRoundRect':'空心圓角矩形','emptyPin':'空心針形','emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x50e8a4(0x1ba),'withColor':'{0}\x20顏色','withThickness':_0x50e8a4(0x1fa),'withType':_0x50e8a4(0x1f3),'withSize':_0x50e8a4(0x1f7),'withShape':_0x50e8a4(0x210),'withFormat':_0x50e8a4(0x1cc),'dataPoint':_0x50e8a4(0x221),'dataNodeShape':_0x50e8a4(0x241),'addDataPoint':_0x50e8a4(0x1dc),'point':_0x50e8a4(0x221),'percentage':_0x50e8a4(0x1cb),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x50e8a4(0x22a)},'lineDashType':_0x50e8a4(0x1f6),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x50e8a4(0x1e6),'text':_0x50e8a4(0x1ef)},'ticks':{'majorTick':_0x50e8a4(0x234),'tickPosition':_0x50e8a4(0x1f8),'tickLength':_0x50e8a4(0x1d3)},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':_0x50e8a4(0x237),'categoryDefaultName':_0x50e8a4(0x228),'styleEditPanel':{'showLabels':'顯示標籤','showDataLabels':_0x50e8a4(0x22c),'padAngle':_0x50e8a4(0x1e0),'halfPie':'半餅','rosePie':_0x50e8a4(0x21e),'pieValScale':'数值比例','pieValSuffix':_0x50e8a4(0x245),'pieDigitalFixed':_0x50e8a4(0x218),'showLabelLine':_0x50e8a4(0x1e4),'reverseAxisOrder':_0x50e8a4(0x200),'showAxisLine':_0x50e8a4(0x1bd),'labelPosition':_0x50e8a4(0x211),'labelText':_0x50e8a4(0x243),'repeatWordCould':_0x50e8a4(0x206),'gap':'間隔','useAbsValue':_0x50e8a4(0x201),'labelRotate':'標籤旋轉','wordCloudShape':_0x50e8a4(0x203),'useDateAxis':_0x50e8a4(0x232),'dateAxisTips':_0x50e8a4(0x1ed)},'radar':{'fill':'填充'},'doughnutHole':_0x50e8a4(0x219),'msg':{'invalidSource':_0x50e8a4(0x1ee),'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x50e8a4(0x248)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x50e8a4(0x209),'displayName':'趨勢線名稱','addTrendLine':_0x50e8a4(0x1fb),'trendlineType':_0x50e8a4(0x220),'trendlineName':_0x50e8a4(0x1da),'trendlineColor':_0x50e8a4(0x1eb),'trendlineThickness':_0x50e8a4(0x1cd),'trendlineDashType':_0x50e8a4(0x214),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x50e8a4(0x21a),'poly':_0x50e8a4(0x21d),'order':'多項式階數','period':'移動平均周期','showFormula':_0x50e8a4(0x247),'showR2':_0x50e8a4(0x1ca),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':'氣泡標籤','emptyTips':'氣泡圖至少需要2欄,X軸、Y軸。'},'relation':{'title':_0x50e8a4(0x20a),'auto':'自動','circular':'環形','force':_0x50e8a4(0x1e1),'useValueAsSymbolSize':_0x50e8a4(0x235),'layoutType':_0x50e8a4(0x1c2),'forceOptions':_0x50e8a4(0x1bc),'repulsion':'斥力','gravity':'引力','edgeLength':_0x50e8a4(0x20b),'rotateLabel':_0x50e8a4(0x20c),'emphasis':_0x50e8a4(0x213),'emptyTips':_0x50e8a4(0x239)},'waterfall':{'stackType':_0x50e8a4(0x1ec),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x50e8a4(0x240),'positiveStyle':_0x50e8a4(0x1d9),'negativeStyle':_0x50e8a4(0x1df),'subtotalStyle':_0x50e8a4(0x22e),'positiveLegendText':_0x50e8a4(0x1c0),'negativeLegendText':_0x50e8a4(0x224),'subtotalLegendText':_0x50e8a4(0x20f)},'pareto':{'lineName':_0x50e8a4(0x204),'lineSeries':'累積占比系列','barSeries':_0x50e8a4(0x1f2)},'visualMapScope':'視覺映射範圍','boxplot':{'min':_0x50e8a4(0x1db),'q1':'第一四分位數','median':_0x50e8a4(0x229),'q3':_0x50e8a4(0x1de),'max':_0x50e8a4(0x1c6)},'chartTypes':{'line':'折線圖','area':_0x50e8a4(0x1c1),'areaStacked':_0x50e8a4(0x217),'areaPercentStacked':_0x50e8a4(0x249),'column':_0x50e8a4(0x1be),'bar':_0x50e8a4(0x223),'barStacked':'堆疊條形圖','barPercentStacked':_0x50e8a4(0x1d8),'pie':'餅圖','donut':_0x50e8a4(0x23e),'scatter':_0x50e8a4(0x1d6),'radar':'雷達圖','bubble':_0x50e8a4(0x22f),'stock':'股票圖','combination':_0x50e8a4(0x1d2),'wordCloud':'詞雲圖','funnel':'漏斗圖','relation':_0x50e8a4(0x20a),'waterfall':'瀑布圖','pareto':'排列圖','sankey':'桑基圖','heatmap':_0x50e8a4(0x1c4),'boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x50e8a4(0x1fc),'formatTypes':_0x50e8a4(0x1c3),'confirm':'確定','cancel':'取消','generalDesc':_0x50e8a4(0x1c7),'accountingDesc':_0x50e8a4(0x246),'currencyDesc':_0x50e8a4(0x1f5),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x50e8a4(0x242),'decimalPlaces':_0x50e8a4(0x218),'currencyTypes':_0x50e8a4(0x1c9),'negativeNumberTypes':_0x50e8a4(0x227),'dateTypes':_0x50e8a4(0x236)},'setFormat':_0x50e8a4(0x23a)}}};}));function _0x1d31(_0x45f971,_0x103e33){_0x45f971=_0x45f971-0x1b9;var _0xf33c8b=_0xf33c();var _0x1d319c=_0xf33c8b[_0x45f971];return _0x1d319c;}function _0xf33c(){var _0x25bd66=['散點圖','27006672vcGBYh','百分比堆疊條形圖','正值樣式','趨勢線名稱','最小值','添加數據點','右垂直軸','第三四分位數','負值樣式','扇形間距','力導向','使用右軸','8CEbnyg','顯示標籤線','漸變填充','主網格線','6BpdgkE','amd','exports','圖例選擇模式','趨勢線顏色','堆疊方式','日期軸僅在數據全部為日期格式時可用','圖表數據源必須包含多於1列和1欄。','網格線','空心圓形','圓角矩形','長條圖系列','{0}\x20類型','指示值','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','線類型','{0}\x20大小','刻度線位置','右Y軸標題','{0}\x20粗細','添加趨勢線','字段設置','指示線顏色','9NzTwbw','刪除圖表','逆序軸','使用絕對值','水平軸','詞雲形狀','累積占比','副標題','重複詞雲標籤','指示線類型','11981570VamZzw','趨勢線','關係圖','節點距離','旋轉標籤','數據標籤','指示線','小計圖例文本','{0}\x20形狀','標籤位置','插入圖表','開啟選中淡入特效','趨勢線線類型','object','標題對齊','堆疊面積圖','小數位數','圓環孔','移動平均','(空)','切換列或欄','多項式','玫瑰圖','158508YOVZzT','趨勢線類型','數據點','圖表樣式','條形圖','負值圖例文本','function','設置圖表','負數類型','類別\x20{0}','中位數','百分比堆疊','更多設置','顯示數據標籤','顯示空單元格為','小計樣式','氣泡圖','圖表邊框顏色','標題文本','使用日期軸','15534tkaWHZ','主刻度線','使用值作為節點大小','日期類型','系列\x20{0}','4848715ncjjEY','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','設置標籤格式','自定義圖表','129VKPxWa','空心矩形','環形圖','721228OvRmIY','顯示小計','節點形狀','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','標籤文本','右對齊','数值后缀','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','顯示公式','桑基圖不能包含循環數據','百分比堆疊面積圖','標題格式','{0}\x20透明度','左對齊','力導向選項','顯示軸線','柱狀圖','軸選項','正值圖例文本','面積圖','佈局類型','格式類型','熱力圖','多邊形','最大值','常規格式不包含任何特定的數字格式。','圖表類型','貨幣類型','顯示R平方','百分比','{0}\x20格式','趨勢線粗細','主標題','編輯圖表','圖表和軸標題','指示標籤','組合圖','刻度線長度','5572546AMFTPw','數據點樣式'];_0xf33c=function(){return _0x25bd66;};return _0xf33c();}
|
|
21
|
-
|
|
22
|
-
// @univerjs-pro/sheets-sparkline-ui/locale/zh-TW
|
|
23
|
-
function _0x5eaf(){var _0x1e7345=['選擇數據範圍','組合管理','UniverProSheetsSparklineUiZhTW','取每個迷你圖的最大值','目標範圍不合法','顯示非數字單元格為','編輯迷你圖','3625137IeTSsh','2798585DxuzWe','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','自定義值','迷你圖顏色','選擇放置位置','1975617aTKAFH','自定義','顯示零刻度線','取迷你圖組中的最小值','最小值','顯示圓角','最大值','多個區域時不支持多列多欄','修改單迷你圖時不支持多選','修改选区內的','object','迷你圖組','206844aLIKel','顯示空單元格為','漸變填充','從右到左繪製數據','顯示隱藏的數據','高級設置','16hOLnvS','54881Ppzgqi','刪除迷你圖組','取消組合','軸線顏色','4590726wSAXKd','數據範圍和位置','刪除迷你圖','用直線連接數據點','658984qWuPcy','取每個迷你圖的最小值','function','amd','迷你圖設置','8fIAagR','調整樣式'];_0x5eaf=function(){return _0x1e7345;};return _0x5eaf();}function _0x25df(_0xf72729,_0x5a0986){_0xf72729=_0xf72729-0xe3;var _0x5eaf01=_0x5eaf();var _0x25dfce=_0x5eaf01[_0xf72729];return _0x25dfce;}(function(_0x4befa4,_0x5b7e59){var _0x5a0ca7=_0x25df,_0x243ae2=_0x4befa4();while(!![]){try{var _0x51fb83=-parseInt(_0x5a0ca7(0xe7))/0x1*(-parseInt(_0x5a0ca7(0xe6))/0x2)+parseInt(_0x5a0ca7(0x10f))/0x3+parseInt(_0x5a0ca7(0xef))/0x4+-parseInt(_0x5a0ca7(0xfe))/0x5+parseInt(_0x5a0ca7(0xeb))/0x6+-parseInt(_0x5a0ca7(0x103))/0x7*(-parseInt(_0x5a0ca7(0xf4))/0x8)+-parseInt(_0x5a0ca7(0xfd))/0x9;if(_0x51fb83===_0x5b7e59)break;else _0x243ae2['push'](_0x243ae2['shift']());}catch(_0x4c8b4b){_0x243ae2['push'](_0x243ae2['shift']());}}}(_0x5eaf,0xb8f50),function(_0x1cea1d,_0x593ebf){var _0x2be61c=_0x25df;typeof exports==_0x2be61c(0x10d)&&typeof module<'u'?module['exports']=_0x593ebf():typeof define==_0x2be61c(0xf1)&&define[_0x2be61c(0xf2)]?define([],_0x593ebf):(_0x1cea1d=typeof globalThis<'u'?globalThis:_0x1cea1d||self,_0x1cea1d[_0x2be61c(0xf8)]=_0x593ebf());}(this,function(){var _0x23ee8f=_0x25df;return{'sheets-sparkline-ui':{'permission':{'editErr':_0x23ee8f(0xff)},'title':'迷你圖','remove':'刪除迷你圖','edit':_0x23ee8f(0xfc),'panel':{'title':_0x23ee8f(0xf3),'basic':'基礎設置','advanced':_0x23ee8f(0xe5),'sourceAndPosition':_0x23ee8f(0xec),'type':'類型','line':'折線','bar':'柱狀','pie':'餅圖','profitAndLoss':'盈虧','theme':'主題','standard':'標準','custom':_0x23ee8f(0x104),'specialty':'專業','distinctive':'鮮明','soft':'柔和','fresh':'清新','adjustStyle':_0x23ee8f(0xf5),'sparklineColor':_0x23ee8f(0x101),'lineWidth':'折線粗細','gradient':_0x23ee8f(0x111),'radius':_0x23ee8f(0x108),'marker':'標記','highPoint':'高點','lowPoint':'低點','firstPoint':'首點','lastPoint':'尾點','negativePoint':'負點','markersPoint':'標記','manager':'管理','removeItem':_0x23ee8f(0xed),'removeGroup':_0x23ee8f(0xe8),'composeManager':_0x23ee8f(0xf7),'compose':'組合','unCompose':_0x23ee8f(0xe9),'horizontal':'橫軸','showZeroAxis':_0x23ee8f(0x105),'axisColor':_0x23ee8f(0xea),'reverse':_0x23ee8f(0xe3),'vertical':'縱軸','min':_0x23ee8f(0x107),'itemMin':_0x23ee8f(0xf0),'groupMin':_0x23ee8f(0x106),'customMin':_0x23ee8f(0x100),'max':_0x23ee8f(0x109),'itemMax':_0x23ee8f(0xf9),'groupMax':'取迷你圖組中的最大值','customMax':'自定義值','moreSetting':'更多設置','showHidden':_0x23ee8f(0xe4),'showEmptyAs':_0x23ee8f(0x110),'showNonNumAs':_0x23ee8f(0xfb),'spacing':'間距','zeroValue':'零值','connectWithLine':_0x23ee8f(0xee),'default':'默認'},'selector':{'title':'編輯迷你圖','changeType':_0x23ee8f(0x10c),'sparkline':'迷你圖','sparklineGroup':_0x23ee8f(0x10e),'setSource':_0x23ee8f(0xf6),'setTarget':_0x23ee8f(0x102),'confirm':'確定','cancel':'取消','targetError':_0x23ee8f(0xfa),'singleSourceError':_0x23ee8f(0x10b),'multSourceError':_0x23ee8f(0x10a),'resetSourceError':'單個放置位置時不支持多列多欄'}}};}));
|
|
24
|
-
|
|
25
|
-
// @univerjs-pro/sheets-shape-ui/locale/zh-TW
|
|
26
|
-
(function(_0x3419db,_0x45eca8){var _0x41c54d=_0x48b3,_0x19d47f=_0x3419db();while(!![]){try{var _0x4e4c3a=-parseInt(_0x41c54d(0x148))/0x1*(-parseInt(_0x41c54d(0xbb))/0x2)+parseInt(_0x41c54d(0x155))/0x3+parseInt(_0x41c54d(0x10f))/0x4+parseInt(_0x41c54d(0xe7))/0x5+-parseInt(_0x41c54d(0xef))/0x6*(parseInt(_0x41c54d(0xf6))/0x7)+-parseInt(_0x41c54d(0x119))/0x8+-parseInt(_0x41c54d(0xf3))/0x9;if(_0x4e4c3a===_0x45eca8)break;else _0x19d47f['push'](_0x19d47f['shift']());}catch(_0x1115b1){_0x19d47f['push'](_0x19d47f['shift']());}}}(_0x5048,0xda629),function(_0xc3d2ca,_0x15058a){var _0x26d58d=_0x48b3;typeof exports==_0x26d58d(0x138)&&typeof module<'u'?module[_0x26d58d(0x141)]=_0x15058a():typeof define==_0x26d58d(0x147)&&define['amd']?define([],_0x15058a):(_0xc3d2ca=typeof globalThis<'u'?globalThis:_0xc3d2ca||self,_0xc3d2ca['UniverProSheetsShapeUiZhTW']=_0x15058a());}(this,function(){var _0x345582=_0x48b3;return{'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x345582(0x159),'bottom':_0x345582(0x11d),'left':_0x345582(0x140),'center':'置中','right':_0x345582(0x106)},'toolbar':{'verticalAlignMode':{'main':_0x345582(0xbf)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':_0x345582(0x123)},'fontSize':_0x345582(0x13a),'fontSizeIncrease':_0x345582(0x12c),'fontSizeDecrease':_0x345582(0xbe),'resetColor':_0x345582(0x154)},'imagePanel':{'crop':{'shape':_0x345582(0xfc)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':_0x345582(0xd5),'deleteShape':_0x345582(0xb5),'hidePanel':_0x345582(0xaf),'formatShape':'格式化形狀','shapeStyle':_0x345582(0x14e),'shapePosition':_0x345582(0x9e),'toggleFlipH':_0x345582(0x142),'toggleFlipV':_0x345582(0xcc),'rotateRight90':_0x345582(0x100),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x345582(0xb9),'fill':{'title':'填充','noFill':_0x345582(0x10c),'solidFill':_0x345582(0xb7),'gradientFill':_0x345582(0xc4),'pictureFill':_0x345582(0x112),'patternFill':_0x345582(0x105),'color':'顏色','transparency':_0x345582(0xff),'picture':{'source':_0x345582(0x14d),'insert':_0x345582(0xb3),'tileAsTexture':_0x345582(0xa5),'offsetX':'偏移量\x20X','offsetY':_0x345582(0xe8),'scaleX':_0x345582(0x110),'scaleY':'縮放\x20Y','alignment':_0x345582(0xeb),'rotateWithShape':_0x345582(0xbc),'align':{'tl':'左上對齊','t':_0x345582(0x12f),'tr':_0x345582(0x130),'l':_0x345582(0x118),'ctr':_0x345582(0x11c),'r':_0x345582(0xc0),'bl':_0x345582(0x157),'b':_0x345582(0xd7),'br':_0x345582(0x13f)}}},'line':{'title':'線條','noLine':_0x345582(0xd1),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x345582(0xff),'width':'寬度','dashType':{'title':_0x345582(0x10d),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x345582(0xac),'longDash':_0x345582(0xfd),'longDashDot':_0x345582(0xba),'longDashDotDot':_0x345582(0xcd)},'capType':{'title':_0x345582(0xa9),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x345582(0xc3),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x345582(0xee),'beginArrowSize':'起點箭頭大小','endArrowType':_0x345582(0xcf),'endArrowSize':_0x345582(0x114),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x345582(0x128),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x345582(0x143)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x345582(0x135),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x345582(0x9b),'blockArrow':'箭頭總匯','equationShape':_0x345582(0x14a),'flowchart':_0x345582(0x111),'starAndBanner':_0x345582(0x121),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x345582(0xda),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x345582(0xed),'bent-connector3-arrow2':_0x345582(0x13b),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x345582(0x146),'rect':'矩形','round-rect':_0x345582(0xa4),'snip1-rect':_0x345582(0x13d),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x345582(0x151),'snip-round-rect':_0x345582(0xf0),'round1-rect':_0x345582(0xc8),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x345582(0xb2),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x345582(0xca),'parallelogram':_0x345582(0xa0),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x345582(0x145),'hexagon':_0x345582(0x126),'heptagon':_0x345582(0x10e),'octagon':_0x345582(0xb4),'decagon':'十邊形','dodecagon':_0x345582(0xd3),'pie':_0x345582(0xe6),'chord':'弦形','teardrop':_0x345582(0xec),'frame':_0x345582(0xd2),'half-frame':_0x345582(0x113),'corner':'L形','diag-stripe':'斜紋','plus':_0x345582(0x12a),'plaque':'缺角矩形','can':'圓柱形','cube':_0x345582(0x108),'bevel':_0x345582(0xaa),'donut':'圓:空心','no-smoking':_0x345582(0xf1),'block-arc':_0x345582(0x115),'folder-corner':_0x345582(0x139),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x345582(0xdd),'sun':_0x345582(0x137),'moon':_0x345582(0x124),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x345582(0x136),'left-bracket':_0x345582(0xae),'right-bracket':_0x345582(0x109),'left-brace':_0x345582(0xc7),'right-brace':_0x345582(0xb1),'right-arrow':_0x345582(0x117),'left-arrow':_0x345582(0x14b),'up-arrow':_0x345582(0xd6),'down-arrow':'箭頭:下','left-right-arrow':'箭頭:左右','up-down-arrow':_0x345582(0x107),'quad-arrow':_0x345582(0x153),'left-right-up-arrow':_0x345582(0x9d),'bent-arrow':'箭頭:圓角右','uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x345582(0x116),'curved-right-arrow':_0x345582(0xbd),'curved-left-arrow':_0x345582(0xf7),'curved-up-arrow':_0x345582(0xe5),'curved-down-arrow':_0x345582(0xb0),'striped-right-arrow':_0x345582(0x9a),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x345582(0x145),'chevron':_0x345582(0x120),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x345582(0x132),'left-arrow-callout':_0x345582(0xdf),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x345582(0x129),'quad-arrow-callout':_0x345582(0xa6),'circular-arrow':_0x345582(0xc1),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x345582(0xf5),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x345582(0x103),'flow-chart-decision':_0x345582(0xab),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x345582(0x158),'flow-chart-internal-storage':_0x345582(0xb8),'flow-chart-document':_0x345582(0xdb),'flow-chart-multidocument':_0x345582(0x11a),'flow-chart-terminator':_0x345582(0x102),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x345582(0xe4),'flow-chart-manual-operation':_0x345582(0x11b),'flow-chart-connector':_0x345582(0x131),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x345582(0x10b),'flow-chart-punched-tape':_0x345582(0x12d),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x345582(0xde),'flow-chart-collate':'流程圖:對照','flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x345582(0xc6),'flow-chart-merge':_0x345582(0x12b),'flow-chart-online-storage':_0x345582(0xb6),'flow-chart-delay':_0x345582(0x150),'flow-chart-magnetic-tape':_0x345582(0x13c),'flow-chart-magnetic-disk':_0x345582(0xa3),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':'流程圖:顯示','irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x345582(0x156),'star4':'星形:四角','star5':_0x345582(0xfa),'star6':_0x345582(0x9c),'star7':_0x345582(0xf9),'star8':_0x345582(0x101),'star10':_0x345582(0x13e),'star12':_0x345582(0xa2),'star16':'星形:十六角','star24':_0x345582(0x12e),'star32':'星形:三十二角','ribbon2':_0x345582(0xe0),'ribbon':_0x345582(0xd8),'ellipse-ribbon2':_0x345582(0xf4),'ellipse-ribbon':_0x345582(0x9f),'vertical-scroll':_0x345582(0xe2),'horizontal-scroll':_0x345582(0xfb),'wave':'波形','double-wave':_0x345582(0x125),'wedge-rect-callout':_0x345582(0x14c),'wedge-round-rect-callout':_0x345582(0xc5),'wedge-ellipse-callout':_0x345582(0xa1),'cloud-callout':_0x345582(0x144),'border-callout1':_0x345582(0x133),'border-callout2':'標註:彎曲線形','border-callout3':_0x345582(0x127),'accent-callout1':_0x345582(0xe9),'accent-callout2':_0x345582(0x10a),'accent-callout3':_0x345582(0xce),'callout1':_0x345582(0xfe),'callout2':_0x345582(0x134),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x345582(0x11f),'accent-border-callout3':_0x345582(0xd4),'left-circular-arrow':_0x345582(0x11e),'left-right-circular-arrow':_0x345582(0xf2),'swoosh-arrow':_0x345582(0x14f),'left-right-ribbon':'左右帶形','pie-wedge':_0x345582(0x152),'funnel':'漏斗','gear6':_0x345582(0x149),'gear9':_0x345582(0x122),'corner-tabs':'角標','action-button-back-previous':_0x345582(0xe1),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':'開始按鈕','action-button-end':'結束按鈕','action-button-home':_0x345582(0x104),'action-button-information':_0x345582(0x99),'action-button-return':_0x345582(0xf8),'action-button-movie':_0x345582(0xa7),'action-button-document':_0x345582(0xad),'action-button-sound':_0x345582(0xd9),'action-button-help':_0x345582(0xa8),'action-button-blank':_0x345582(0xd0),'chart-plus':'圖表加號','chart-star':_0x345582(0xc2),'chart-x':_0x345582(0xea),'flow-chart-offline-storage':_0x345582(0xdc),'line-inv':_0x345582(0xe3),'plaque-tabs':_0x345582(0xc9),'square-tabs':'方形標籤','up-down-arrow-callout':_0x345582(0xcb)}}}};}));function _0x48b3(_0x2eb79e,_0x2ebaf1){_0x2eb79e=_0x2eb79e-0x99;var _0x50489f=_0x5048();var _0x48b321=_0x50489f[_0x2eb79e];return _0x48b321;}function _0x5048(){var _0x40eee3=['29295873LygLvi','帶形:上凸彎','不等號','21CeoaIs','箭頭:左弧形','返回按鈕','星形:七角','星形:五角','卷形:水平','裁切為形狀','長虛線','標註:線形(無邊框)','透明度','順時針\x2090\x20度旋轉','星形:八角','流程圖:終止','流程圖:可選過程','主頁按鈕','圖案填充','靠右對齊','箭頭:上下','立方體','右中括號','標註:彎曲線形(帶強調線)','流程圖:卡片','無填充','虛線類型','七邊形','2924452DAubZG','縮放\x20X','流程圖','圖片或紋理填充','半閉框','終點箭頭大小','空心弧','箭頭:直角上','箭頭:右','左對齊','8391040idqvGI','流程圖:多文檔','流程圖:手動操作','置中對齊','靠下對齊','左圓形箭頭','標註:彎曲線形(帶邊框和強調線)','箭頭:V型','星與旗幟','9齒齒輪','填滿色彩','新月形','雙波形','六邊形','標註:雙彎曲線形','開放箭頭','標註:左右箭頭','十字形','流程圖:合併','放大字型','流程圖:資料帶','星形:二十四角','頂部對齊','右上對齊','流程圖:接點','標註:下箭頭','標註:線形','標註:彎曲線形(無邊框)','草繪樣式','雙大括號','太陽形','object','矩形:折角','字型大小','雙箭頭折線','流程圖:順序訪問存儲器','剪去單角矩形','星形:十角','右下對齊','靠左對齊','exports','切換水平翻轉','橢圓箭頭','氣泡:雲','五邊形','雙箭頭曲線','function','12RYwauW','6齒齒輪','公式形狀','箭頭:左','對話氣泡:矩形','圖片來源','圖形樣式','彎曲箭頭','流程圖:延期','矩形:剪去對角','餅形楔','箭頭:十字','重置顏色','4596963GzQczN','爆炸形:14pt','左下對齊','流程圖:預定義過程','垂直置中','信息按鈕','箭頭:虛尾','基本形狀','星形:六角','箭頭:丁字','圖形位置','帶形:前凸彎','平行四邊形','對話氣泡:圓形','星形:十二角','流程圖:磁盤','圓角矩形','將圖片平鋪為紋理','標註:十字箭頭','電影按鈕','幫助按鈕','端點類型','矩形:棱台','流程圖:決策','虛線-點','文檔按鈕','左中括號','隱藏形狀面板','箭頭:下弧形','右大括號','縱向文字方塊','插入...','八邊形','刪除形狀','流程圖:存儲數據','純色填充','流程圖:內部貯存','切換文本竖排','長虛線-點','273540axFDPf','隨形狀旋轉','箭頭:右弧形','縮小字型','垂直對齊','右對齊','箭頭:環形','圖表星號','聯接類型','漸層填充','對話氣泡:圓角矩形','流程圖:摘錄','左大括號','矩形:單圓角','牌匾標籤','直角三角形','上下箭頭標註','切換垂直翻轉','長虛線-點-點','標註:雙彎曲線形(帶強調線)','終點箭頭類型','空白按鈕','無線條','圖文框','十二邊形','標註:雙彎曲線形(帶邊框和強調線)','打開形狀面板','箭頭:上','底部對齊','帶形:前凸','聲音按鈕','直線箭頭','流程圖:文檔','流程圖:離線存儲','閃電形','流程圖:或者','標註:左箭頭','帶形:上凸','返回/上一個按鈕','卷形:垂直','線反向','流程圖:手動輸入','箭頭:上弧形','不完整圓','8208695PurzaX','偏移量\x20Y','標註:線形(帶強調線)','圖表X','對齊方式','淚滴形','折線:箭頭','起點箭頭類型','695862yhhWVq','矩形:一個圓頂角,剪去另一個頂角','禁止符','左右圓形箭頭'];_0x5048=function(){return _0x40eee3;};return _0x5048();}
|
|
27
|
-
|
|
28
|
-
// @univerjs-pro/sheets-outline-ui/locale/zh-TW
|
|
29
|
-
function _0xda21(_0x286899,_0x1b4875){_0x286899=_0x286899-0xa7;var _0x151da6=_0x151d();var _0xda21bb=_0x151da6[_0x286899];return _0xda21bb;}(function(_0x12cc44,_0x4c7a36){var _0x5524e2=_0xda21,_0x51e68b=_0x12cc44();while(!![]){try{var _0x4c0056=-parseInt(_0x5524e2(0xb6))/0x1+-parseInt(_0x5524e2(0xba))/0x2*(-parseInt(_0x5524e2(0xa8))/0x3)+-parseInt(_0x5524e2(0xb3))/0x4*(parseInt(_0x5524e2(0xb1))/0x5)+parseInt(_0x5524e2(0xaa))/0x6*(-parseInt(_0x5524e2(0xb4))/0x7)+parseInt(_0x5524e2(0xb5))/0x8+-parseInt(_0x5524e2(0xb7))/0x9*(parseInt(_0x5524e2(0xae))/0xa)+parseInt(_0x5524e2(0xad))/0xb*(parseInt(_0x5524e2(0xb0))/0xc);if(_0x4c0056===_0x4c7a36)break;else _0x51e68b['push'](_0x51e68b['shift']());}catch(_0x525ba6){_0x51e68b['push'](_0x51e68b['shift']());}}}(_0x151d,0x828ee),function(_0x71c9b6,_0xc4edb6){var _0x29efc4=_0xda21;typeof exports==_0x29efc4(0xbc)&&typeof module<'u'?module[_0x29efc4(0xb8)]=_0xc4edb6():typeof define=='function'&&define[_0x29efc4(0xa7)]?define([],_0xc4edb6):(_0x71c9b6=typeof globalThis<'u'?globalThis:_0x71c9b6||self,_0x71c9b6[_0x29efc4(0xab)]=_0xc4edb6());}(this,function(){var _0x401ce8=_0xda21;return{'sheets-outline-ui':{'cancel':'取消','group':'群組','ungroup':_0x401ce8(0xbf),'groupRows':_0x401ce8(0xbd),'groupColumns':_0x401ce8(0xb2),'ungroupRows':_0x401ce8(0xbe),'ungroupColumns':_0x401ce8(0xa9),'error':{'permission':_0x401ce8(0xbb),'invalidRange':'無法建立群組,所選範圍無效。','outOfBounds':'無法建立群組,所選範圍超出了目前工作表。','crossing':_0x401ce8(0xac),'maxDepth':_0x401ce8(0xaf),'moveSplitsOutline':_0x401ce8(0xb9),'clearRangeNotContainOutline':'無法取消群組,所選範圍未完全包含群組範圍','unknown':_0x401ce8(0xc0)}}};}));function _0x151d(){var _0x38bd79=['無法更新群組,操作後會產生交叉群組。','108493DgbCyS','12270UgrRbj','無法建立群組,為相容\x20Excel\x20匯出,群組最多支援\x208\x20層。','1896QjeZpO','10jKsMFX','群組欄\x20{0}\x20-\x20{1}','846952dDwdbM','4073986RvIAVW','3966704kZLVAf','893503glDTQP','1611vLDnLP','exports','無法移動列或欄,該操作會拆分既有群組。請先取消相關群組後再移動。','3504gUzVCi','目前沒有檢視權限,無法進行分組相關操作。','object','群組列\x20{0}\x20-\x20{1}','取消群組列\x20{0}\x20-\x20{1}','取消群組','無法更新群組,該操作無效。','amd','1026oFTECS','取消群組欄\x20{0}\x20-\x20{1}','6CgErJK','UniverProSheetsOutlineUiZhTW'];_0x151d=function(){return _0x38bd79;};return _0x151d();}
|
|
30
|
-
|
|
31
|
-
// locale/zh-TW
|
|
32
|
-
(function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs-pro/exchange-client/locale/zh-TW"),require("@univerjs-pro/sheets-chart/locale/zh-TW"),require("@univerjs-pro/sheets-chart-ui/locale/zh-TW"),require("@univerjs-pro/sheets-exchange-client/locale/zh-TW"),require("@univerjs-pro/sheets-outline-ui/locale/zh-TW"),require("@univerjs-pro/sheets-pivot/locale/zh-TW"),require("@univerjs-pro/sheets-pivot-ui/locale/zh-TW"),require("@univerjs-pro/sheets-print/locale/zh-TW"),require("@univerjs-pro/sheets-shape-ui/locale/zh-TW"),require("@univerjs-pro/sheets-sparkline-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs-pro/exchange-client/locale/zh-TW","@univerjs-pro/sheets-chart/locale/zh-TW","@univerjs-pro/sheets-chart-ui/locale/zh-TW","@univerjs-pro/sheets-exchange-client/locale/zh-TW","@univerjs-pro/sheets-outline-ui/locale/zh-TW","@univerjs-pro/sheets-pivot/locale/zh-TW","@univerjs-pro/sheets-pivot-ui/locale/zh-TW","@univerjs-pro/sheets-print/locale/zh-TW","@univerjs-pro/sheets-shape-ui/locale/zh-TW","@univerjs-pro/sheets-sparkline-ui/locale/zh-TW"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsAdvancedZhTW=r(e.UniverCore,e.UniverProExchangeClientZhTW,e.UniverProSheetsChartZhTW,e.UniverProSheetsChartUiZhTW,e.UniverProSheetsExchangeClientZhTW,e.UniverProSheetsOutlineUiZhTW,e.UniverProSheetsPivotZhTW,e.UniverProSheetsPivotUiZhTW,e.UniverProSheetsPrintZhTW,e.UniverProSheetsShapeUiZhTW,e.UniverProSheetsSparklineUiZhTW))})(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/worker.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("@univerjs-pro/engine-formula"),require("@univerjs-pro/license"),require("@univerjs-pro/sheets-pivot")):typeof define=="function"&&define.amd?define(["exports","@univerjs-pro/engine-formula","@univerjs-pro/license","@univerjs-pro/sheets-pivot"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.UniverPresetSheetsAdvanced={},e.UniverProEngineFormula,e.UniverProLicense,e.UniverProSheetsPivot))})(this,(function(e,n,i,r){"use strict";function s(o={license:""}){const{license:t}=o;return{plugins:[[i.UniverLicensePlugin,{license:t}],n.UniverProFormulaEnginePlugin,[r.UniverSheetsPivotTablePlugin,{notExecuteFormula:!1}]]}}e.UniverSheetsAdvancedWorkerPreset=s,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}));
|