@univerjs-pro/sheets-shape-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +4 -116
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +1 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +3 -2
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +4 -3
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +2 -1
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +2 -1
- package/lib/types/const.d.ts +1 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +9 -0
- package/lib/types/controllers/{sheets-shape-ui.controller.d.ts → ui.controller.d.ts} +13 -6
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +10 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +2 -1
- package/lib/types/views/ShapeOptions.d.ts +1 -5
- package/lib/types/views/ShapePicker.d.ts +2 -2
- package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +2 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
- package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +17 -0
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +2 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -0
- package/lib/types/views/shape-text-editor/index.d.ts +1 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -24
- package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x451c(_0x25c53a,_0x1984de){_0x25c53a=_0x25c53a-0x10d;const _0x42da7a=_0x42da();let _0x451c5e=_0x42da7a[_0x25c53a];return _0x451c5e;}const _0x5279b8=_0x451c;(function(_0xb99cf2,_0x33c85b){const _0x34f37f=_0x451c,_0x21dbf7=_0xb99cf2();while(!![]){try{const _0x16ca8c=parseInt(_0x34f37f(0x1b1))/0x1*(-parseInt(_0x34f37f(0x1a9))/0x2)+-parseInt(_0x34f37f(0x1d2))/0x3*(-parseInt(_0x34f37f(0x169))/0x4)+parseInt(_0x34f37f(0x190))/0x5*(parseInt(_0x34f37f(0x14c))/0x6)+parseInt(_0x34f37f(0x196))/0x7*(parseInt(_0x34f37f(0x140))/0x8)+parseInt(_0x34f37f(0x1f3))/0x9+parseInt(_0x34f37f(0x1b6))/0xa+-parseInt(_0x34f37f(0x159))/0xb;if(_0x16ca8c===_0x33c85b)break;else _0x21dbf7['push'](_0x21dbf7['shift']());}catch(_0x5dff41){_0x21dbf7['push'](_0x21dbf7['shift']());}}}(_0x42da,0xe864d));const e={'sheets-shape-ui':{'align':{'top':_0x5279b8(0x186),'middle':_0x5279b8(0x139),'bottom':_0x5279b8(0x143),'left':'Căn\x20trái','center':_0x5279b8(0x139),'right':_0x5279b8(0x12c)},'toolbar':{'verticalAlignMode':{'main':_0x5279b8(0x1a1)},'horizontalAlignMode':{'main':'Căn\x20ngang'},'fillColor':{'main':_0x5279b8(0x152)},'fontSize':'Cỡ\x20chữ','fontSizeIncrease':_0x5279b8(0x147),'fontSizeDecrease':_0x5279b8(0x14a),'resetColor':_0x5279b8(0x1e5)},'imagePanel':{'crop':{'shape':_0x5279b8(0x16c)}},'permission':{'editErr':'Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.'},'title':_0x5279b8(0x1dd),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x5279b8(0x1d6),'deleteShape':_0x5279b8(0x118),'hidePanel':_0x5279b8(0x113),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x5279b8(0x197),'toggleFlipH':_0x5279b8(0x173),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x5279b8(0x1d0),'rotateLeft90':_0x5279b8(0x12a),'toggleTextVertical':_0x5279b8(0x150),'fill':{'title':_0x5279b8(0x1e8),'noFill':_0x5279b8(0x175),'solidFill':_0x5279b8(0x188),'gradientFill':_0x5279b8(0x16d),'pictureFill':_0x5279b8(0x116),'patternFill':_0x5279b8(0x176),'color':_0x5279b8(0x123),'transparency':_0x5279b8(0x10d),'picture':{'source':_0x5279b8(0x19d),'insert':'Chèn...','tileAsTexture':'Lát\x20ảnh\x20làm\x20kết\x20cấu','offsetX':_0x5279b8(0x14d),'offsetY':_0x5279b8(0x15c),'scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x5279b8(0x112),'alignment':_0x5279b8(0x1be),'rotateWithShape':_0x5279b8(0x182),'align':{'tl':_0x5279b8(0x1b7),'t':_0x5279b8(0x1da),'tr':'Trên\x20phải','l':_0x5279b8(0x149),'ctr':_0x5279b8(0x1b3),'r':_0x5279b8(0x14b),'bl':_0x5279b8(0x155),'b':_0x5279b8(0x17c),'br':_0x5279b8(0x1c2)}}},'line':{'title':_0x5279b8(0x165),'noLine':'Không\x20có\x20đường\x20viền','solidLine':_0x5279b8(0x1c7),'gradientLine':'Đường\x20viền\x20gradient','color':'Màu\x20sắc','transparency':'Độ\x20trong\x20suốt','width':_0x5279b8(0x1c1),'dashType':{'title':_0x5279b8(0x14f),'solid':'Liền','roundDot':_0x5279b8(0x1e4),'squareDot':_0x5279b8(0x17b),'dash':_0x5279b8(0x1ac),'dashDot':_0x5279b8(0x18c),'longDash':_0x5279b8(0x1b4),'longDashDot':_0x5279b8(0x1de),'longDashDotDot':_0x5279b8(0x1ec)},'capType':{'title':_0x5279b8(0x1cb),'flat':_0x5279b8(0x157),'round':_0x5279b8(0x117),'square':_0x5279b8(0x19f)},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':_0x5279b8(0x1ea),'round':'Tròn','bevel':'Vát'},'beginArrowType':_0x5279b8(0x1ab),'beginArrowSize':_0x5279b8(0x1ee),'endArrowType':_0x5279b8(0x185),'endArrowSize':_0x5279b8(0x126),'arrowType':{'none':'Không\x20có','arrow':_0x5279b8(0x184),'openArrow':_0x5279b8(0x13d),'stealthArrow':_0x5279b8(0x178),'diamondArrow':_0x5279b8(0x1ed),'ovalArrow':_0x5279b8(0x1e9)},'arrowSize':{'small':'Nhỏ','medium':_0x5279b8(0x1e0),'large':_0x5279b8(0x133)},'sketchType':{'title':_0x5279b8(0x119),'none':'Không','curved':_0x5279b8(0x168),'freehand':'Vẽ\x20tay','handDrawn':_0x5279b8(0x13a)}},'shape':{'group':{'line':'Đường\x20kẻ','rectangle':'Hình\x20chữ\x20nhật','basicShape':_0x5279b8(0x1ef),'blockArrow':_0x5279b8(0x180),'equationShape':_0x5279b8(0x1cc),'flowchart':_0x5279b8(0x192),'starAndBanner':_0x5279b8(0x111),'callout':_0x5279b8(0x177),'other':'Khác'},'type':{'line':'Đường\x20thẳng','straight-connector1':_0x5279b8(0x13f),'straight-connector2':_0x5279b8(0x1a5),'bent-connector3':_0x5279b8(0x179),'bent-connector3-arrow1':'Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','bent-connector3-arrow2':_0x5279b8(0x1cf),'curved-connector3':_0x5279b8(0x183),'curved-connector3-arrow1':_0x5279b8(0x17e),'curved-connector3-arrow2':_0x5279b8(0x122),'rect':_0x5279b8(0x134),'round-rect':_0x5279b8(0x18e),'snip1-rect':_0x5279b8(0x1d7),'snip2-same-rect':_0x5279b8(0x1c8),'snip2-diag-rect':_0x5279b8(0x1d8),'snip-round-rect':_0x5279b8(0x15b),'round1-rect':_0x5279b8(0x142),'round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x5279b8(0x18f),'rect-textbox-vertical':_0x5279b8(0x1d1),'ellipse':'Hình\x20elip','triangle':_0x5279b8(0x163),'rt-triangle':_0x5279b8(0x16e),'parallelogram':_0x5279b8(0x10f),'trapezoid':_0x5279b8(0x130),'non-isosceles-trapezoid':_0x5279b8(0x1ce),'diamond':_0x5279b8(0x164),'pentagon':_0x5279b8(0x198),'hexagon':'Lục\x20giác','heptagon':_0x5279b8(0x18a),'octagon':'Bát\x20giác','decagon':_0x5279b8(0x1d5),'dodecagon':_0x5279b8(0x1b8),'pie':'Hình\x20quạt','chord':_0x5279b8(0x132),'teardrop':_0x5279b8(0x170),'frame':_0x5279b8(0x17a),'half-frame':_0x5279b8(0x124),'corner':_0x5279b8(0x1e6),'diag-stripe':_0x5279b8(0x11e),'plus':_0x5279b8(0x13b),'plaque':_0x5279b8(0x1d4),'can':'Hình\x20trụ','cube':_0x5279b8(0x114),'bevel':'Hình\x20vát','donut':_0x5279b8(0x11d),'no-smoking':_0x5279b8(0x144),'block-arc':_0x5279b8(0x15f),'folder-corner':_0x5279b8(0x10e),'smiley-face':_0x5279b8(0x19c),'heart':_0x5279b8(0x162),'lightning-bolt':_0x5279b8(0x191),'sun':_0x5279b8(0x1cd),'moon':'Mặt\x20trăng','cloud':'Đám\x20mây','arc':_0x5279b8(0x132),'bracket-pair':_0x5279b8(0x14e),'brace-pair':_0x5279b8(0x12e),'left-bracket':_0x5279b8(0x189),'right-bracket':_0x5279b8(0x138),'left-brace':_0x5279b8(0x1e3),'right-brace':_0x5279b8(0x1c5),'right-arrow':_0x5279b8(0x166),'left-arrow':'Mũi\x20tên\x20trái','up-arrow':'Mũi\x20tên\x20lên','down-arrow':_0x5279b8(0x146),'left-right-arrow':_0x5279b8(0x167),'up-down-arrow':_0x5279b8(0x1bc),'quad-arrow':_0x5279b8(0x174),'left-right-up-arrow':_0x5279b8(0x19b),'bent-arrow':_0x5279b8(0x136),'uturn-arrow':_0x5279b8(0x1ae),'left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-right-arrow':_0x5279b8(0x195),'curved-left-arrow':_0x5279b8(0x1dc),'curved-up-arrow':_0x5279b8(0x153),'curved-down-arrow':_0x5279b8(0x135),'striped-right-arrow':_0x5279b8(0x1aa),'notched-right-arrow':_0x5279b8(0x1e7),'home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':'Hình\x20chữ\x20V','right-arrow-callout':_0x5279b8(0x13e),'down-arrow-callout':_0x5279b8(0x11a),'left-arrow-callout':_0x5279b8(0x17d),'up-arrow-callout':_0x5279b8(0x1b2),'left-right-arrow-callout':_0x5279b8(0x11c),'quad-arrow-callout':_0x5279b8(0x1bb),'circular-arrow':_0x5279b8(0x193),'math-plus':'Dấu\x20cộng','math-minus':'Dấu\x20trừ','math-multiply':'Dấu\x20nhân','math-divide':'Dấu\x20chia','math-equal':_0x5279b8(0x1c9),'math-not-equal':_0x5279b8(0x17f),'flow-chart-process':_0x5279b8(0x125),'flow-chart-alternate-process':'Quy\x20trình\x20thay\x20thế','flow-chart-decision':_0x5279b8(0x1d9),'flow-chart-input-output':_0x5279b8(0x1b5),'flow-chart-predefined-process':_0x5279b8(0x1db),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x5279b8(0x1eb),'flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':_0x5279b8(0x12d),'flow-chart-manual-input':'Nhập\x20thủ\x20công','flow-chart-manual-operation':_0x5279b8(0x127),'flow-chart-connector':_0x5279b8(0x1a4),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x5279b8(0x13c),'flow-chart-punched-tape':_0x5279b8(0x161),'flow-chart-summing-junction':_0x5279b8(0x1a6),'flow-chart-or':_0x5279b8(0x1a8),'flow-chart-collate':_0x5279b8(0x1af),'flow-chart-sort':'Sắp\x20xếp','flow-chart-extract':_0x5279b8(0x11f),'flow-chart-merge':_0x5279b8(0x1c3),'flow-chart-online-storage':_0x5279b8(0x1c0),'flow-chart-delay':_0x5279b8(0x199),'flow-chart-magnetic-tape':_0x5279b8(0x115),'flow-chart-magnetic-disk':_0x5279b8(0x1ad),'flow-chart-magnetic-drum':_0x5279b8(0x11b),'flow-chart-display':_0x5279b8(0x18d),'irregular-seal1':_0x5279b8(0x15a),'irregular-seal2':_0x5279b8(0x15d),'star4':_0x5279b8(0x15e),'star5':'Sao\x205\x20cánh','star6':_0x5279b8(0x16a),'star7':_0x5279b8(0x12b),'star8':'Sao\x208\x20cánh','star10':'Sao\x2010\x20cánh','star12':_0x5279b8(0x154),'star16':_0x5279b8(0x158),'star24':_0x5279b8(0x1ca),'star32':'Sao\x2032\x20cánh','ribbon2':_0x5279b8(0x1ba),'ribbon':_0x5279b8(0x18b),'ellipse-ribbon2':_0x5279b8(0x141),'ellipse-ribbon':_0x5279b8(0x128),'vertical-scroll':'Cuộn\x20dọc','horizontal-scroll':_0x5279b8(0x1b9),'wave':_0x5279b8(0x1f0),'double-wave':_0x5279b8(0x16b),'wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':_0x5279b8(0x151),'wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0x5279b8(0x148),'border-callout1':_0x5279b8(0x1a7),'border-callout2':_0x5279b8(0x110),'border-callout3':_0x5279b8(0x120),'accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x5279b8(0x194),'accent-callout3':_0x5279b8(0x1a3),'callout1':'Chú\x20thích\x201','callout2':_0x5279b8(0x1bf),'callout3':_0x5279b8(0x160),'accent-border-callout1':_0x5279b8(0x181),'accent-border-callout2':_0x5279b8(0x1a0),'accent-border-callout3':_0x5279b8(0x171),'left-circular-arrow':_0x5279b8(0x1df),'left-right-circular-arrow':_0x5279b8(0x172),'swoosh-arrow':_0x5279b8(0x131),'left-right-ribbon':'Ruy\x20băng\x20trái\x20phải','pie-wedge':_0x5279b8(0x16f),'funnel':_0x5279b8(0x187),'gear6':'Bánh\x20răng\x206','gear9':_0x5279b8(0x1f2),'corner-tabs':_0x5279b8(0x1f1),'action-button-back-previous':_0x5279b8(0x1e2),'action-button-forward-next':_0x5279b8(0x145),'action-button-beginning':_0x5279b8(0x137),'action-button-end':_0x5279b8(0x1e1),'action-button-home':_0x5279b8(0x19a),'action-button-information':_0x5279b8(0x156),'action-button-return':_0x5279b8(0x121),'action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':_0x5279b8(0x12f),'action-button-sound':_0x5279b8(0x1c4),'action-button-help':_0x5279b8(0x1a2),'action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':'Biểu\x20đồ\x20cộng','chart-star':_0x5279b8(0x129),'chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0x5279b8(0x1d3),'line-inv':_0x5279b8(0x19e),'plaque-tabs':_0x5279b8(0x1b0),'square-tabs':_0x5279b8(0x1bd),'up-down-arrow-callout':_0x5279b8(0x1c6)}}}};function _0x42da(){const _0x5c8051=['Căn\x20dưới','Biển\x20cấm\x20hút\x20thuốc','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Mũi\x20tên\x20xuống','Tăng\x20cỡ\x20chữ','Chú\x20thích\x20đám\x20mây','Trái','Giảm\x20cỡ\x20chữ','Phải','198varePF','Bù\x20trừ\x20X','Cặp\x20ngoặc\x20vuông','Kiểu\x20nét\x20đứt','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Màu\x20ô','Mũi\x20tên\x20cong\x20lên','Sao\x2012\x20cánh','Dưới\x20trái','Nút\x20hành\x20động:\x20Thông\x20tin','Phẳng','Sao\x2016\x20cánh','31880662HGBiOE','Hình\x20nổ\x201','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Bù\x20trừ\x20Y','Hình\x20nổ\x202','Sao\x204\x20cánh','Hình\x20cung\x20khối','Chú\x20thích\x203','Băng\x20đục\x20lỗ','Trái\x20tim','Tam\x20giác\x20cân','Hình\x20thoi','Đường\x20viền','Mũi\x20tên\x20phải','Mũi\x20tên\x20trái\x20phải','Cong','4AdMxEy','Sao\x206\x20cánh','Sóng\x20đôi','Cắt\x20theo\x20hình\x20dạng','Tô\x20màu\x20gradient','Tam\x20giác\x20vuông','Miếng\x20bánh','Hình\x20giọt\x20nước','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Mũi\x20tên\x20tròn\x20trái\x20phải','Chuyển\x20đổi\x20lật\x20ngang','Mũi\x20tên\x20bốn\x20chiều','Không\x20tô','Tô\x20bằng\x20mẫu','Chú\x20thích','Mũi\x20tên\x20nhọn','Đường\x20nối\x20khuỷu','Khung','Chấm\x20vuông','Dưới','Chú\x20thích\x20mũi\x20tên\x20trái','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Dấu\x20khác','Mũi\x20tên\x20khối','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Xoay\x20cùng\x20hình\x20dạng','Đường\x20nối\x20cong','Mũi\x20tên','Kiểu\x20mũi\x20tên\x20cuối','Căn\x20trên','Phễu','Tô\x20màu\x20đặc','Ngoặc\x20vuông\x20trái','Thất\x20giác','Ruy\x20băng\x20xuống','Nét\x20đứt\x20chấm','Hiển\x20thị','Hình\x20chữ\x20nhật\x20bo\x20góc','Hộp\x20văn\x20bản\x20ngang','142505WnPmCo','Tia\x20sét','Lưu\x20đồ','Mũi\x20tên\x20tròn','Chú\x20thích\x20nhấn\x20mạnh\x202','Mũi\x20tên\x20cong\x20phải','7AoboGW','Vị\x20trí\x20hình\x20dạng','Ngũ\x20giác','Trì\x20hoãn','Nút\x20hành\x20động:\x20Trang\x20chủ','Mũi\x20tên\x20trái\x20phải\x20lên','Mặt\x20cười','Nguồn\x20ảnh','Đường\x20ngược','Vuông','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Căn\x20dọc','Nút\x20hành\x20động:\x20Trợ\x20giúp','Chú\x20thích\x20nhấn\x20mạnh\x203','Đầu\x20nối','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Điểm\x20nối\x20tổng','Chú\x20thích\x20đường\x20kẻ\x201','Hoặc','2036566xbEcLV','Mũi\x20tên\x20sọc\x20phải','Kiểu\x20mũi\x20tên\x20đầu','Nét\x20đứt','Đĩa\x20từ','Mũi\x20tên\x20quay\x20đầu','Đối\x20chiếu','Tab\x20biển\x20hiệu','1zVDMck','Chú\x20thích\x20mũi\x20tên\x20lên','Giữa','Nét\x20đứt\x20dài','Dữ\x20liệu','8341690mYuqGO','Trên\x20trái','Thập\x20nhị\x20giác','Cuộn\x20ngang','Ruy\x20băng\x20lên','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Mũi\x20tên\x20lên\x20xuống','Tab\x20vuông','Căn\x20chỉnh','Chú\x20thích\x202','Lưu\x20trữ\x20trực\x20tuyến','Độ\x20rộng','Dưới\x20phải','Hợp\x20nhất','Nút\x20hành\x20động:\x20Âm\x20thanh','Ngoặc\x20nhọn\x20phải','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Đường\x20viền\x20liền','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Dấu\x20bằng','Sao\x2024\x20cánh','Kiểu\x20đầu\x20mút','Hình\x20công\x20thức','Mặt\x20trời','Hình\x20thang\x20không\x20cân','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hộp\x20văn\x20bản\x20dọc','583299icdvvO','Lưu\x20trữ\x20ngoại\x20tuyến','Hình\x20biển\x20hiệu','Thập\x20giác','Mở\x20bảng\x20hình\x20dạng','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Quyết\x20định','Trên','Quy\x20trình\x20xác\x20định\x20trước','Mũi\x20tên\x20cong\x20trái','Hình\x20dạng','Nét\x20đứt\x20dài\x20chấm','Mũi\x20tên\x20tròn\x20trái','Vừa','Nút\x20hành\x20động:\x20Kết\x20thúc','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Ngoặc\x20nhọn\x20trái','Chấm\x20tròn','Đặt\x20lại\x20màu','Hình\x20chữ\x20L','Mũi\x20tên\x20khía\x20phải','Tô\x20màu','Mũi\x20tên\x20hình\x20bầu\x20dục','Nhọn','Tài\x20liệu','Nét\x20đứt\x20dài\x20hai\x20chấm','Mũi\x20tên\x20kim\x20cương','Kích\x20thước\x20mũi\x20tên\x20đầu','Hình\x20cơ\x20bản','Sóng','Tab\x20góc','Bánh\x20răng\x209','14478084LBmkwZ','Độ\x20trong\x20suốt','Góc\x20thư\x20mục','Hình\x20bình\x20hành','Chú\x20thích\x20đường\x20kẻ\x202','Sao\x20và\x20Biểu\x20ngữ','Tỷ\x20lệ\x20Y','Ẩn\x20bảng\x20hình\x20dạng','Hình\x20lập\x20phương','Băng\x20từ','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Tròn','Xóa\x20hình\x20dạng','Kiểu\x20phác\x20thảo','Chú\x20thích\x20mũi\x20tên\x20xuống','Trống\x20từ','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Hình\x20bánh\x20rán','Sọc\x20chéo','Trích\x20xuất','Chú\x20thích\x20đường\x20kẻ\x203','Nút\x20hành\x20động:\x20Trở\x20lại','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Màu\x20sắc','Khung\x20một\x20nửa','Quy\x20trình','Kích\x20thước\x20mũi\x20tên\x20cuối','Thao\x20tác\x20thủ\x20công','Ruy\x20băng\x20cong\x20xuống','Biểu\x20đồ\x20sao','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Sao\x207\x20cánh','Căn\x20phải','Chuẩn\x20bị','Cặp\x20ngoặc\x20nhọn','Nút\x20hành\x20động:\x20Tài\x20liệu','Hình\x20thang','Mũi\x20tên\x20lướt','Hình\x20cung','Lớn','Hình\x20chữ\x20nhật','Mũi\x20tên\x20cong\x20xuống','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Bắt\x20đầu','Ngoặc\x20vuông\x20phải','Căn\x20giữa','Vẽ\x20nguệch\x20ngoạc','Dấu\x20cộng','Thẻ\x20đục\x20lỗ','Mũi\x20tên\x20hở','Chú\x20thích\x20mũi\x20tên\x20phải','Mũi\x20tên\x20đường\x20thẳng','10324792nVXQeb','Ruy\x20băng\x20cong\x20lên','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn'];_0x42da=function(){return _0x5c8051;};return _0x42da();}export{e as default};
|
|
1
|
+
const _0xe67fab=_0x30fb;(function(_0x257ace,_0x1c8060){const _0x5b296e=_0x30fb,_0x22f109=_0x257ace();while(!![]){try{const _0xe8f8ae=-parseInt(_0x5b296e(0xee))/0x1+parseInt(_0x5b296e(0x11a))/0x2*(-parseInt(_0x5b296e(0x121))/0x3)+parseInt(_0x5b296e(0xda))/0x4*(-parseInt(_0x5b296e(0x87))/0x5)+-parseInt(_0x5b296e(0xb2))/0x6*(-parseInt(_0x5b296e(0x6c))/0x7)+-parseInt(_0x5b296e(0xce))/0x8*(parseInt(_0x5b296e(0x86))/0x9)+-parseInt(_0x5b296e(0xc0))/0xa+-parseInt(_0x5b296e(0xb4))/0xb*(-parseInt(_0x5b296e(0xb9))/0xc);if(_0xe8f8ae===_0x1c8060)break;else _0x22f109['push'](_0x22f109['shift']());}catch(_0x55c66d){_0x22f109['push'](_0x22f109['shift']());}}}(_0xd4aa,0xd20c5));const e={'sheets-shape-ui':{'align':{'top':_0xe67fab(0xc9),'middle':_0xe67fab(0xc5),'bottom':_0xe67fab(0xeb),'left':_0xe67fab(0xfe),'center':_0xe67fab(0xc5),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':_0xe67fab(0x6b)},'horizontalAlignMode':{'main':'Căn\x20ngang'},'fillColor':{'main':_0xe67fab(0x79)},'fontSize':_0xe67fab(0x7a),'fontSizeIncrease':'Tăng\x20cỡ\x20chữ','fontSizeDecrease':_0xe67fab(0x12e),'alignLeft':_0xe67fab(0x145),'alignCenter':_0xe67fab(0xd1),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':_0xe67fab(0xed),'italic':'Italic','underline':'Underline','strikethrough':_0xe67fab(0xc4),'textColor':_0xe67fab(0x129),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0xe67fab(0xdb)},'imagePanel':{'crop':{'shape':_0xe67fab(0x13f)}},'permission':{'editErr':'Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.'},'title':'Hình\x20dạng','insertShape':'Chèn\x20hình\x20dạng','openPanel':_0xe67fab(0xe2),'deleteShape':_0xe67fab(0xd4),'hidePanel':_0xe67fab(0x9d),'formatShape':_0xe67fab(0xb6),'shapeStyle':_0xe67fab(0x10b),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0xe67fab(0xfc),'toggleFlipV':_0xe67fab(0x93),'rotateRight90':_0xe67fab(0xaf),'rotateLeft90':_0xe67fab(0x82),'toggleTextVertical':_0xe67fab(0x97),'fill':{'title':_0xe67fab(0xa7),'noFill':'Không\x20tô','solidFill':'Tô\x20màu\x20đặc','gradientFill':_0xe67fab(0x8e),'pictureFill':_0xe67fab(0xac),'patternFill':'Tô\x20bằng\x20mẫu','color':_0xe67fab(0x11b),'transparency':_0xe67fab(0x75),'picture':{'source':_0xe67fab(0x119),'insert':_0xe67fab(0x96),'tileAsTexture':_0xe67fab(0xe8),'offsetX':_0xe67fab(0x8f),'offsetY':'Bù\x20trừ\x20Y','scaleX':_0xe67fab(0xba),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0xe67fab(0x124),'rotateWithShape':_0xe67fab(0x68),'align':{'tl':_0xe67fab(0x91),'t':_0xe67fab(0x12a),'tr':_0xe67fab(0x113),'l':'Trái','ctr':_0xe67fab(0x131),'r':_0xe67fab(0xf2),'bl':_0xe67fab(0x107),'b':'Dưới','br':_0xe67fab(0x110)}}},'line':{'title':_0xe67fab(0x9f),'noLine':'Không\x20có\x20đường\x20viền','solidLine':_0xe67fab(0x105),'gradientLine':_0xe67fab(0xf5),'color':_0xe67fab(0x11b),'transparency':_0xe67fab(0x75),'width':'Độ\x20rộng','dashType':{'title':_0xe67fab(0x112),'solid':_0xe67fab(0xc7),'roundDot':_0xe67fab(0x6e),'squareDot':_0xe67fab(0xb3),'dash':_0xe67fab(0xc3),'dashDot':_0xe67fab(0x143),'longDash':_0xe67fab(0xbe),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0xe67fab(0x122)},'capType':{'title':_0xe67fab(0x136),'flat':'Phẳng','round':'Tròn','square':_0xe67fab(0x72)},'joinType':{'title':_0xe67fab(0x95),'miter':'Nhọn','round':'Tròn','bevel':_0xe67fab(0xd2)},'beginArrowType':_0xe67fab(0x94),'beginArrowSize':_0xe67fab(0x84),'endArrowType':_0xe67fab(0x13a),'endArrowSize':_0xe67fab(0xd7),'arrowType':{'none':'Không\x20có','arrow':_0xe67fab(0xdd),'openArrow':_0xe67fab(0x9b),'stealthArrow':_0xe67fab(0x126),'diamondArrow':_0xe67fab(0x6a),'ovalArrow':_0xe67fab(0xb7)},'arrowSize':{'small':_0xe67fab(0xa8),'medium':_0xe67fab(0x12f),'large':'Lớn'},'sketchType':{'title':_0xe67fab(0x7d),'none':'Không','curved':_0xe67fab(0x13b),'freehand':'Vẽ\x20tay','handDrawn':_0xe67fab(0x78)}},'shape':{'group':{'line':_0xe67fab(0xbd),'rectangle':_0xe67fab(0xdc),'basicShape':'Hình\x20cơ\x20bản','blockArrow':'Mũi\x20tên\x20khối','equationShape':'Hình\x20công\x20thức','flowchart':'Lưu\x20đồ','starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':'Chú\x20thích','other':_0xe67fab(0x83)},'type':{'line':'Đường\x20thẳng','straight-connector1':'Mũi\x20tên\x20đường\x20thẳng','straight-connector2':_0xe67fab(0x135),'bent-connector3':'Đường\x20nối\x20khuỷu','bent-connector3-arrow1':'Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','bent-connector3-arrow2':_0xe67fab(0xf6),'curved-connector3':'Đường\x20nối\x20cong','curved-connector3-arrow1':_0xe67fab(0x147),'curved-connector3-arrow2':_0xe67fab(0x102),'rect':_0xe67fab(0xdc),'round-rect':_0xe67fab(0x100),'snip1-rect':_0xe67fab(0xde),'snip2-same-rect':_0xe67fab(0x120),'snip2-diag-rect':_0xe67fab(0x118),'snip-round-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','round1-rect':_0xe67fab(0xd9),'round2-same-rect':_0xe67fab(0xcd),'round2-diag-rect':_0xe67fab(0x8b),'rect-textbox-horizontal':'Hộp\x20văn\x20bản\x20ngang','rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0xe67fab(0x69),'triangle':_0xe67fab(0xb5),'rt-triangle':_0xe67fab(0x132),'parallelogram':_0xe67fab(0x104),'trapezoid':_0xe67fab(0x130),'non-isosceles-trapezoid':'Hình\x20thang\x20không\x20cân','diamond':_0xe67fab(0xfd),'pentagon':_0xe67fab(0xe4),'hexagon':'Lục\x20giác','heptagon':'Thất\x20giác','octagon':'Bát\x20giác','decagon':_0xe67fab(0xca),'dodecagon':'Thập\x20nhị\x20giác','pie':_0xe67fab(0x10a),'chord':'Hình\x20cung','teardrop':_0xe67fab(0xa3),'frame':_0xe67fab(0xa5),'half-frame':_0xe67fab(0xc2),'corner':_0xe67fab(0xf0),'diag-stripe':_0xe67fab(0xa4),'plus':_0xe67fab(0xd5),'plaque':_0xe67fab(0x101),'can':_0xe67fab(0x6f),'cube':_0xe67fab(0x111),'bevel':'Hình\x20vát','donut':_0xe67fab(0x133),'no-smoking':_0xe67fab(0x11c),'block-arc':_0xe67fab(0xa6),'folder-corner':_0xe67fab(0x115),'smiley-face':_0xe67fab(0x123),'heart':_0xe67fab(0x6d),'lightning-bolt':_0xe67fab(0x81),'sun':_0xe67fab(0xe0),'moon':_0xe67fab(0xc8),'cloud':_0xe67fab(0x139),'arc':'Hình\x20cung','bracket-pair':_0xe67fab(0x98),'brace-pair':_0xe67fab(0x103),'left-bracket':_0xe67fab(0xe1),'right-bracket':_0xe67fab(0xa1),'left-brace':_0xe67fab(0x140),'right-brace':_0xe67fab(0x10d),'right-arrow':_0xe67fab(0xf7),'left-arrow':_0xe67fab(0xd0),'up-arrow':_0xe67fab(0xad),'down-arrow':_0xe67fab(0x76),'left-right-arrow':_0xe67fab(0x10c),'up-down-arrow':_0xe67fab(0x73),'quad-arrow':_0xe67fab(0xab),'left-right-up-arrow':_0xe67fab(0x116),'bent-arrow':_0xe67fab(0xe7),'uturn-arrow':_0xe67fab(0x8c),'left-up-arrow':_0xe67fab(0x144),'bent-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-right-arrow':_0xe67fab(0x11e),'curved-left-arrow':_0xe67fab(0xdf),'curved-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-down-arrow':'Mũi\x20tên\x20cong\x20xuống','striped-right-arrow':_0xe67fab(0x127),'notched-right-arrow':_0xe67fab(0x11d),'home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':_0xe67fab(0x108),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':_0xe67fab(0xe5),'left-arrow-callout':_0xe67fab(0x99),'up-arrow-callout':_0xe67fab(0x70),'left-right-arrow-callout':_0xe67fab(0x13d),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':'Mũi\x20tên\x20tròn','math-plus':'Dấu\x20cộng','math-minus':_0xe67fab(0xe3),'math-multiply':_0xe67fab(0xef),'math-divide':_0xe67fab(0x7f),'math-equal':_0xe67fab(0xea),'math-not-equal':_0xe67fab(0xd3),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0xe67fab(0xd6),'flow-chart-decision':'Quyết\x20định','flow-chart-input-output':'Dữ\x20liệu','flow-chart-predefined-process':_0xe67fab(0xb8),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0xe67fab(0x85),'flow-chart-multidocument':_0xe67fab(0x117),'flow-chart-terminator':_0xe67fab(0xc1),'flow-chart-preparation':_0xe67fab(0x13e),'flow-chart-manual-input':_0xe67fab(0x13c),'flow-chart-manual-operation':_0xe67fab(0xf3),'flow-chart-connector':_0xe67fab(0xa2),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0xe67fab(0x10f),'flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0xe67fab(0xb1),'flow-chart-or':'Hoặc','flow-chart-collate':_0xe67fab(0xa0),'flow-chart-sort':_0xe67fab(0x138),'flow-chart-extract':_0xe67fab(0x7b),'flow-chart-merge':_0xe67fab(0x106),'flow-chart-online-storage':_0xe67fab(0x109),'flow-chart-delay':'Trì\x20hoãn','flow-chart-magnetic-tape':_0xe67fab(0xf8),'flow-chart-magnetic-disk':_0xe67fab(0xfb),'flow-chart-magnetic-drum':_0xe67fab(0x80),'flow-chart-display':_0xe67fab(0x9e),'irregular-seal1':_0xe67fab(0x89),'irregular-seal2':_0xe67fab(0x9a),'star4':_0xe67fab(0x128),'star5':'Sao\x205\x20cánh','star6':_0xe67fab(0xcb),'star7':_0xe67fab(0xf1),'star8':_0xe67fab(0x142),'star10':'Sao\x2010\x20cánh','star12':_0xe67fab(0xff),'star16':_0xe67fab(0x12b),'star24':_0xe67fab(0x88),'star32':_0xe67fab(0x8a),'ribbon2':_0xe67fab(0x74),'ribbon':_0xe67fab(0x90),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':_0xe67fab(0x12d),'horizontal-scroll':'Cuộn\x20ngang','wave':_0xe67fab(0x92),'double-wave':'Sóng\x20đôi','wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':_0xe67fab(0x12c),'wedge-ellipse-callout':_0xe67fab(0xcf),'cloud-callout':_0xe67fab(0xe6),'border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':_0xe67fab(0xae),'border-callout3':_0xe67fab(0x77),'accent-callout1':_0xe67fab(0x148),'accent-callout2':_0xe67fab(0x11f),'accent-callout3':_0xe67fab(0xcc),'callout1':_0xe67fab(0xec),'callout2':_0xe67fab(0x125),'callout3':_0xe67fab(0xb0),'accent-border-callout1':_0xe67fab(0x146),'accent-border-callout2':_0xe67fab(0x9c),'accent-border-callout3':_0xe67fab(0xe9),'left-circular-arrow':'Mũi\x20tên\x20tròn\x20trái','left-right-circular-arrow':_0xe67fab(0x71),'swoosh-arrow':_0xe67fab(0xbc),'left-right-ribbon':_0xe67fab(0x7e),'pie-wedge':_0xe67fab(0xfa),'funnel':_0xe67fab(0xf4),'gear6':_0xe67fab(0xc6),'gear9':_0xe67fab(0x7c),'corner-tabs':_0xe67fab(0x141),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0xe67fab(0xbb),'action-button-beginning':'Nút\x20hành\x20động:\x20Bắt\x20đầu','action-button-end':_0xe67fab(0x8d),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0xe67fab(0xbf),'action-button-return':'Nút\x20hành\x20động:\x20Trở\x20lại','action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0xe67fab(0xa9),'action-button-help':_0xe67fab(0x137),'action-button-blank':_0xe67fab(0xf9),'chart-plus':_0xe67fab(0xd8),'chart-star':'Biểu\x20đồ\x20sao','chart-x':_0xe67fab(0x114),'flow-chart-offline-storage':'Lưu\x20trữ\x20ngoại\x20tuyến','line-inv':_0xe67fab(0xaa),'plaque-tabs':'Tab\x20biển\x20hiệu','square-tabs':_0xe67fab(0x10e),'up-down-arrow-callout':_0xe67fab(0x134)}}}};function _0x30fb(_0x110bf1,_0x545dd1){_0x110bf1=_0x110bf1-0x68;const _0xd4aa7d=_0xd4aa();let _0x30fbce=_0xd4aa7d[_0x110bf1];return _0x30fbce;}export{e as default};function _0xd4aa(){const _0x2ba2a4=['Bánh\x20răng\x209','Kiểu\x20phác\x20thảo','Ruy\x20băng\x20trái\x20phải','Dấu\x20chia','Trống\x20từ','Tia\x20sét','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Khác','Kích\x20thước\x20mũi\x20tên\x20đầu','Tài\x20liệu','1287ypLBrW','440zQFrus','Sao\x2024\x20cánh','Hình\x20nổ\x201','Sao\x2032\x20cánh','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Mũi\x20tên\x20quay\x20đầu','Nút\x20hành\x20động:\x20Kết\x20thúc','Tô\x20màu\x20gradient','Bù\x20trừ\x20X','Ruy\x20băng\x20xuống','Trên\x20trái','Sóng','Bật/tắt\x20lật\x20dọc','Kiểu\x20mũi\x20tên\x20đầu','Kiểu\x20nối\x20góc','Chèn...','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Cặp\x20ngoặc\x20vuông','Chú\x20thích\x20mũi\x20tên\x20trái','Hình\x20nổ\x202','Mũi\x20tên\x20hở','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Ẩn\x20bảng\x20hình\x20dạng','Hiển\x20thị','Đường\x20viền','Đối\x20chiếu','Ngoặc\x20vuông\x20phải','Đầu\x20nối','Hình\x20giọt\x20nước','Sọc\x20chéo','Khung','Hình\x20cung\x20khối','Tô\x20màu','Nhỏ','Nút\x20hành\x20động:\x20Âm\x20thanh','Đường\x20ngược','Mũi\x20tên\x20bốn\x20chiều','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Mũi\x20tên\x20lên','Chú\x20thích\x20đường\x20kẻ\x202','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chú\x20thích\x203','Điểm\x20nối\x20tổng','6QYwdoz','Chấm\x20vuông','320111ybSHvh','Tam\x20giác\x20cân','Định\x20dạng\x20hình\x20dạng','Mũi\x20tên\x20hình\x20bầu\x20dục','Quy\x20trình\x20xác\x20định\x20trước','1548ShlneD','Tỷ\x20lệ\x20X','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Mũi\x20tên\x20lướt','Đường\x20kẻ','Nét\x20đứt\x20dài','Nút\x20hành\x20động:\x20Thông\x20tin','2456390WpCrxB','Kết\x20thúc','Khung\x20một\x20nửa','Nét\x20đứt','Strikethrough','Căn\x20giữa','Bánh\x20răng\x206','Liền','Mặt\x20trăng','Căn\x20trên','Thập\x20giác','Sao\x206\x20cánh','Chú\x20thích\x20nhấn\x20mạnh\x203','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','86816GxtSBI','Chú\x20thích\x20hình\x20elip','Mũi\x20tên\x20trái','Align\x20Center','Vát','Dấu\x20khác','Xóa\x20hình\x20dạng','Dấu\x20cộng','Quy\x20trình\x20thay\x20thế','Kích\x20thước\x20mũi\x20tên\x20cuối','Biểu\x20đồ\x20cộng','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','22364kaHMPa','Đặt\x20lại\x20màu','Hình\x20chữ\x20nhật','Mũi\x20tên','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Mũi\x20tên\x20cong\x20trái','Mặt\x20trời','Ngoặc\x20vuông\x20trái','Mở\x20bảng\x20hình\x20dạng','Dấu\x20trừ','Ngũ\x20giác','Chú\x20thích\x20mũi\x20tên\x20xuống','Chú\x20thích\x20đám\x20mây','Mũi\x20tên\x20cong','Lát\x20ảnh\x20làm\x20kết\x20cấu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Dấu\x20bằng','Căn\x20dưới','Chú\x20thích\x201','Bold','847168cfkLEY','Dấu\x20nhân','Hình\x20chữ\x20L','Sao\x207\x20cánh','Phải','Thao\x20tác\x20thủ\x20công','Phễu','Đường\x20viền\x20gradient','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Mũi\x20tên\x20phải','Băng\x20từ','Nút\x20hành\x20động:\x20Trống','Miếng\x20bánh','Đĩa\x20từ','Chuyển\x20đổi\x20lật\x20ngang','Hình\x20thoi','Căn\x20trái','Sao\x2012\x20cánh','Hình\x20chữ\x20nhật\x20bo\x20góc','Hình\x20biển\x20hiệu','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Cặp\x20ngoặc\x20nhọn','Hình\x20bình\x20hành','Đường\x20viền\x20liền','Hợp\x20nhất','Dưới\x20trái','Hình\x20chữ\x20V','Lưu\x20trữ\x20trực\x20tuyến','Hình\x20quạt','Kiểu\x20hình\x20dạng','Mũi\x20tên\x20trái\x20phải','Ngoặc\x20nhọn\x20phải','Tab\x20vuông','Thẻ\x20đục\x20lỗ','Dưới\x20phải','Hình\x20lập\x20phương','Kiểu\x20nét\x20đứt','Trên\x20phải','Biểu\x20đồ\x20X','Góc\x20thư\x20mục','Mũi\x20tên\x20trái\x20phải\x20lên','Đa\x20tài\x20liệu','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Nguồn\x20ảnh','473446AotxOZ','Màu\x20sắc','Biển\x20cấm\x20hút\x20thuốc','Mũi\x20tên\x20khía\x20phải','Mũi\x20tên\x20cong\x20phải','Chú\x20thích\x20nhấn\x20mạnh\x202','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','12dhWrgD','Nét\x20đứt\x20dài\x20hai\x20chấm','Mặt\x20cười','Căn\x20chỉnh','Chú\x20thích\x202','Mũi\x20tên\x20nhọn','Mũi\x20tên\x20sọc\x20phải','Sao\x204\x20cánh','Text\x20color','Trên','Sao\x2016\x20cánh','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Cuộn\x20dọc','Giảm\x20cỡ\x20chữ','Vừa','Hình\x20thang','Giữa','Tam\x20giác\x20vuông','Hình\x20bánh\x20rán','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Kiểu\x20đầu\x20mút','Nút\x20hành\x20động:\x20Trợ\x20giúp','Sắp\x20xếp','Đám\x20mây','Kiểu\x20mũi\x20tên\x20cuối','Cong','Nhập\x20thủ\x20công','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Chuẩn\x20bị','Cắt\x20theo\x20hình\x20dạng','Ngoặc\x20nhọn\x20trái','Tab\x20góc','Sao\x208\x20cánh','Nét\x20đứt\x20chấm','Mũi\x20tên\x20trái\x20lên','Align\x20Left','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Chú\x20thích\x20nhấn\x20mạnh\x201','Xoay\x20cùng\x20hình\x20dạng','Hình\x20elip','Mũi\x20tên\x20kim\x20cương','Căn\x20dọc','8329097PyZsMI','Trái\x20tim','Chấm\x20tròn','Hình\x20trụ','Chú\x20thích\x20mũi\x20tên\x20lên','Mũi\x20tên\x20tròn\x20trái\x20phải','Vuông','Mũi\x20tên\x20lên\x20xuống','Ruy\x20băng\x20lên','Độ\x20trong\x20suốt','Mũi\x20tên\x20xuống','Chú\x20thích\x20đường\x20kẻ\x203','Vẽ\x20nguệch\x20ngoạc','Màu\x20ô','Cỡ\x20chữ','Trích\x20xuất'];_0xd4aa=function(){return _0x2ba2a4;};return _0xd4aa();}
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4033(_0x5adf7c,_0x21879d){_0x5adf7c=_0x5adf7c-0x165;const _0x5c0bc2=_0x5c0b();let _0x40337d=_0x5c0bc2[_0x5adf7c];return _0x40337d;}const _0x20b723=_0x4033;(function(_0x288ba,_0x29bf25){const _0x363e55=_0x4033,_0x400d63=_0x288ba();while(!![]){try{const _0x412779=-parseInt(_0x363e55(0x1b7))/0x1*(parseInt(_0x363e55(0x1b0))/0x2)+parseInt(_0x363e55(0x1ff))/0x3+parseInt(_0x363e55(0x20d))/0x4+-parseInt(_0x363e55(0x1bd))/0x5+parseInt(_0x363e55(0x166))/0x6+parseInt(_0x363e55(0x196))/0x7+parseInt(_0x363e55(0x188))/0x8*(-parseInt(_0x363e55(0x176))/0x9);if(_0x412779===_0x29bf25)break;else _0x400d63['push'](_0x400d63['shift']());}catch(_0x1eeec9){_0x400d63['push'](_0x400d63['shift']());}}}(_0x5c0b,0xa61d6));const e={'sheets-shape-ui':{'align':{'top':_0x20b723(0x182),'middle':_0x20b723(0x16b),'bottom':_0x20b723(0x179),'left':_0x20b723(0x1ae),'center':_0x20b723(0x175),'right':_0x20b723(0x1d9)},'toolbar':{'verticalAlignMode':{'main':_0x20b723(0x207)},'horizontalAlignMode':{'main':_0x20b723(0x204)},'fillColor':{'main':_0x20b723(0x192)},'fontSize':'字号','fontSizeIncrease':_0x20b723(0x1a3),'fontSizeDecrease':_0x20b723(0x186),'resetColor':_0x20b723(0x1c3)},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x20b723(0x1f5)},'title':'形状','insertShape':_0x20b723(0x20a),'openPanel':'打开形状面板','deleteShape':_0x20b723(0x173),'hidePanel':_0x20b723(0x19c),'formatShape':_0x20b723(0x210),'shapeStyle':'形状样式','shapePosition':_0x20b723(0x205),'toggleFlipH':_0x20b723(0x1f2),'toggleFlipV':_0x20b723(0x1b9),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x20b723(0x1f9),'toggleTextVertical':_0x20b723(0x169),'fill':{'title':'填充','noFill':_0x20b723(0x1ea),'solidFill':_0x20b723(0x189),'gradientFill':'渐变填充','pictureFill':_0x20b723(0x1ad),'patternFill':_0x20b723(0x17f),'color':'颜色','transparency':_0x20b723(0x19a),'picture':{'source':_0x20b723(0x1e6),'insert':'插入...','tileAsTexture':_0x20b723(0x201),'offsetX':'偏移量\x20X','offsetY':_0x20b723(0x195),'scaleX':_0x20b723(0x17e),'scaleY':_0x20b723(0x184),'alignment':_0x20b723(0x1b8),'rotateWithShape':_0x20b723(0x21b),'align':{'tl':_0x20b723(0x1f1),'t':'顶部对齐','tr':_0x20b723(0x1b6),'l':_0x20b723(0x1ae),'ctr':_0x20b723(0x16b),'r':'右对齐','bl':'左下对齐','b':_0x20b723(0x179),'br':_0x20b723(0x1fb)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x20b723(0x19a),'width':'宽度','dashType':{'title':_0x20b723(0x1a6),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':'短划线-点','longDash':'长划线','longDashDot':_0x20b723(0x1c7),'longDashDotDot':'长划线-点-点'},'capType':{'title':_0x20b723(0x221),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x20b723(0x21d),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':'起点箭头大小','endArrowType':_0x20b723(0x1a1),'endArrowSize':_0x20b723(0x1dc),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x20b723(0x218),'stealthArrow':_0x20b723(0x219),'diamondArrow':_0x20b723(0x1cc),'ovalArrow':_0x20b723(0x21a)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x20b723(0x1cb),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x20b723(0x1f3),'blockArrow':_0x20b723(0x1fe),'equationShape':_0x20b723(0x216),'flowchart':_0x20b723(0x193),'starAndBanner':_0x20b723(0x190),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x20b723(0x199),'straight-connector2':_0x20b723(0x198),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':'曲线:箭头','curved-connector3-arrow2':_0x20b723(0x174),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':_0x20b723(0x18a),'snip2-same-rect':_0x20b723(0x170),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x20b723(0x1c1),'round1-rect':_0x20b723(0x181),'round2-same-rect':_0x20b723(0x185),'round2-diag-rect':_0x20b723(0x1a5),'rect-textbox-horizontal':_0x20b723(0x17c),'rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0x20b723(0x17b),'rt-triangle':'直角三角形','parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':_0x20b723(0x1c8),'diamond':'菱形','pentagon':_0x20b723(0x1fc),'hexagon':'六边形','heptagon':_0x20b723(0x16c),'octagon':_0x20b723(0x1a4),'decagon':'十边形','dodecagon':_0x20b723(0x1c0),'pie':_0x20b723(0x1e2),'chord':'弦形','teardrop':_0x20b723(0x1ce),'frame':_0x20b723(0x1a9),'half-frame':_0x20b723(0x1ac),'corner':'L形','diag-stripe':'斜纹','plus':_0x20b723(0x194),'plaque':_0x20b723(0x20e),'can':_0x20b723(0x1d1),'cube':_0x20b723(0x178),'bevel':_0x20b723(0x1bc),'donut':_0x20b723(0x18b),'no-smoking':_0x20b723(0x17a),'block-arc':_0x20b723(0x1f0),'folder-corner':_0x20b723(0x220),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x20b723(0x1ca),'sun':'太阳形','moon':_0x20b723(0x172),'cloud':'云形','arc':'弧形','bracket-pair':_0x20b723(0x1b2),'brace-pair':_0x20b723(0x18e),'left-bracket':_0x20b723(0x1d0),'right-bracket':_0x20b723(0x197),'left-brace':_0x20b723(0x19b),'right-brace':_0x20b723(0x211),'right-arrow':'箭头:右','left-arrow':'箭头:左','up-arrow':_0x20b723(0x191),'down-arrow':_0x20b723(0x1f8),'left-right-arrow':_0x20b723(0x180),'up-down-arrow':_0x20b723(0x20c),'quad-arrow':'箭头:十字','left-right-up-arrow':'箭头:丁字','bent-arrow':_0x20b723(0x1d3),'uturn-arrow':'箭头:手杖形','left-up-arrow':'箭头:直角双向','bent-up-arrow':_0x20b723(0x1dd),'curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x20b723(0x1f6),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x20b723(0x1bf),'striped-right-arrow':_0x20b723(0x1c4),'notched-right-arrow':_0x20b723(0x208),'home-plate':'五边形','chevron':_0x20b723(0x1c2),'right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x20b723(0x1e9),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x20b723(0x1f7),'left-right-arrow-callout':_0x20b723(0x1df),'quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x20b723(0x1a2),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x20b723(0x1da),'flow-chart-process':_0x20b723(0x1b1),'flow-chart-alternate-process':_0x20b723(0x19d),'flow-chart-decision':_0x20b723(0x1b3),'flow-chart-input-output':'流程图:数据','flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x20b723(0x203),'flow-chart-document':_0x20b723(0x217),'flow-chart-multidocument':_0x20b723(0x1b5),'flow-chart-terminator':_0x20b723(0x20f),'flow-chart-preparation':'流程图:准备','flow-chart-manual-input':_0x20b723(0x1ba),'flow-chart-manual-operation':_0x20b723(0x215),'flow-chart-connector':_0x20b723(0x1fa),'flow-chart-offpage-connector':_0x20b723(0x1de),'flow-chart-punched-card':_0x20b723(0x1ee),'flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':_0x20b723(0x18f),'flow-chart-or':_0x20b723(0x1a0),'flow-chart-collate':_0x20b723(0x1ef),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x20b723(0x18c),'flow-chart-merge':_0x20b723(0x200),'flow-chart-online-storage':_0x20b723(0x21e),'flow-chart-delay':_0x20b723(0x165),'flow-chart-magnetic-tape':_0x20b723(0x209),'flow-chart-magnetic-disk':_0x20b723(0x1e0),'flow-chart-magnetic-drum':_0x20b723(0x1fd),'flow-chart-display':_0x20b723(0x212),'irregular-seal1':_0x20b723(0x168),'irregular-seal2':_0x20b723(0x18d),'star4':'星形:四角','star5':_0x20b723(0x1be),'star6':_0x20b723(0x21c),'star7':'星形:七角','star8':_0x20b723(0x1d4),'star10':_0x20b723(0x20b),'star12':'星形:十二角','star16':_0x20b723(0x17d),'star24':_0x20b723(0x1e8),'star32':_0x20b723(0x1e7),'ribbon2':_0x20b723(0x1c5),'ribbon':_0x20b723(0x214),'ellipse-ribbon2':_0x20b723(0x187),'ellipse-ribbon':_0x20b723(0x1aa),'vertical-scroll':_0x20b723(0x1e3),'horizontal-scroll':_0x20b723(0x213),'wave':'波形','double-wave':_0x20b723(0x202),'wedge-rect-callout':_0x20b723(0x1cf),'wedge-round-rect-callout':_0x20b723(0x1c6),'wedge-ellipse-callout':_0x20b723(0x1bb),'cloud-callout':_0x20b723(0x1db),'border-callout1':_0x20b723(0x1ed),'border-callout2':'标注:弯曲线形','border-callout3':_0x20b723(0x1d2),'accent-callout1':_0x20b723(0x1ab),'accent-callout2':_0x20b723(0x1c9),'accent-callout3':_0x20b723(0x19e),'callout1':_0x20b723(0x16f),'callout2':_0x20b723(0x1d7),'callout3':_0x20b723(0x16a),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':_0x20b723(0x177),'accent-border-callout3':_0x20b723(0x1e5),'left-circular-arrow':_0x20b723(0x171),'left-right-circular-arrow':'左右圆形箭头','swoosh-arrow':_0x20b723(0x1d6),'left-right-ribbon':'左右带形','pie-wedge':_0x20b723(0x1eb),'funnel':'漏斗','gear6':_0x20b723(0x1a8),'gear9':_0x20b723(0x1d5),'corner-tabs':'角标','action-button-back-previous':_0x20b723(0x16e),'action-button-forward-next':_0x20b723(0x167),'action-button-beginning':_0x20b723(0x183),'action-button-end':_0x20b723(0x1d8),'action-button-home':_0x20b723(0x1f4),'action-button-information':_0x20b723(0x1e1),'action-button-return':_0x20b723(0x19f),'action-button-movie':_0x20b723(0x1b4),'action-button-document':_0x20b723(0x1e4),'action-button-sound':_0x20b723(0x21f),'action-button-help':_0x20b723(0x1ec),'action-button-blank':_0x20b723(0x206),'chart-plus':'图表加号','chart-star':'图表星号','chart-x':'图表X','flow-chart-offline-storage':_0x20b723(0x1cd),'line-inv':_0x20b723(0x1a7),'plaque-tabs':_0x20b723(0x16d),'square-tabs':'方形标签','up-down-arrow-callout':_0x20b723(0x1af)}}}};function _0x5c0b(){const _0x27386b=['透明度','左大括号','隐藏形状面板','流程图:可选过程','标注:双弯曲线形(带强调线)','返回按钮','流程图:或者','终点箭头类型','箭头:环形','增大字号','八边形','矩形:对角圆角','短划线类型','线反向','6齿齿轮','图文框','带形:前凸弯','标注:线形(带强调线)','半闭框','图片或纹理填充','左对齐','上下箭头标注','26FOApdN','流程图:过程','双括号','流程图:决策','电影按钮','流程图:多文档','右上对齐','21642zIbEsF','对齐方式','切换垂直翻转','流程图:手动输入','对话气泡:圆形','矩形:棱台','1037220XHLvOD','星形:五角','箭头:下弧形','十二边形','矩形:一个圆顶角,剪去另一个顶角','箭头:V型','重置颜色','箭头:虚尾','带形:上凸','对话气泡:圆角矩形','长划线-点','非等腰梯形','标注:弯曲线形(带强调线)','闪电形','草绘样式','菱形箭头','流程图:离线存储','泪滴形','对话气泡:矩形','左中括号','圆柱形','标注:双弯曲线形','箭头:圆角右','星形:八角','9齿齿轮','弯曲箭头','标注:弯曲线形(无边框)','结束按钮','右对齐','不等号','气泡:云','终点箭头大小','箭头:直角上','流程图:离页连接符','标注:左右箭头','流程图:磁盘','信息按钮','不完整圆','卷形:垂直','文档按钮','标注:双弯曲线形(带边框和强调线)','图片源','星形:三十二角','星形:二十四角','标注:下箭头','无填充','饼形楔','帮助按钮','标注:线形','流程图:卡片','流程图:对照','空心弧','左上对齐','切换水平翻转','基本形状','主页按钮','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','箭头:左弧形','标注:上箭头','箭头:下','逆时针90度旋转','流程图:接点','右下对齐','五边形','流程图:直接访问存储器','箭头总汇','2487000GitFwg','流程图:合并','将图片平铺为纹理','双波形','流程图:内部贮存','水平对齐','形状位置','空白按钮','垂直对齐','箭头:燕尾形','流程图:顺序访问存储器','插入形状','星形:十角','箭头:上下','3120264xoxQOR','缺角矩形','流程图:终止','格式化形状','右大括号','流程图:显示','卷形:水平','带形:前凸','流程图:手动操作','公式形状','流程图:文档','开放箭头','隐形箭头','椭圆箭头','与形状一起旋转','星形:六角','联接类型','流程图:存储数据','声音按钮','矩形:折角','端点类型','流程图:延期','4224972lFCjuJ','前进/下一个按钮','爆炸形:8pt','切换文本竖排','标注:双弯曲线形(无边框)','居中对齐','七边形','牌匾标签','返回/上一个按钮','标注:线形(无边框)','矩形:剪去顶角','左圆形箭头','新月形','删除形状','双箭头曲线','中间对齐','45calTOU','标注:弯曲线形(带边框和强调线)','立方体','底部对齐','禁止符','等腰三角形','横向文本框','星形:十六角','刻度\x20X','图案填充','箭头:左右','矩形:单圆角','顶部对齐','开始按钮','刻度\x20Y','矩形:圆顶角','减小字号','带形:上凸弯','3633968ePbgYq','纯色填充','剪去单角矩形','圆:空心','流程图:摘录','爆炸形:14pt','双大括号','流程图:汇总连接','星与旗帜','箭头:上','单元格颜色','流程图','十字形','偏移量\x20Y','7890386OlEHqm','右中括号','双箭头直线','直线箭头'];_0x5c0b=function(){return _0x27386b;};return _0x5c0b();}export{e as default};
|
|
1
|
+
const _0x556cec=_0x25d3;function _0x184f(){const _0x320d23=['直线箭头','单元格颜色','矩形:折角','十字形','左大括号','空白按钮','公式形状','六边形','标注:双弯曲线形(带强调线)','星形:十六角','渐变线','左圆形箭头','左中括号','左右带形','偏移量\x20Y','箭头:虚尾','菱形箭头','流程图:终止','流程图:决策','十二边形','平行四边形','删除形状','箭头:上','八边形','不等号','流程图:多文档','标注:左右箭头','上下箭头标注','下划线','标注:线形(带边框和强调线)','星形:四角','流程图:排序','左对齐','矩形:一个圆顶角,剪去另一个顶角','流程图:显示','5349211aTRwJk','对齐方式','基本形状','箭头:环形','箭头:左弧形','58648hSuCbc','箭头总汇','77axwJtE','流程图:磁盘','新月形','标注:左箭头','右中括号','逆时针90度旋转','刻度\x20Y','流程图:接点','格式化形状','水平对齐','对话气泡:圆形','箭头:手杖形','起点箭头大小','箭头:丁字','箭头:左右','弯曲箭头','对话气泡:矩形','删除线','非等腰梯形','左下对齐','标注:弯曲线形','圆柱形','双箭头折线','结束按钮','方形标签','箭头:下','矩形:棱台','闪电形','图表加号','卷形:水平','流程图:预定义过程','9齿齿轮','矩形:单圆角','星形:八角','矩形:剪去顶角','卷形:垂直','双括号','圆:空心','前进/下一个按钮','不完整圆','417QmBrxE','长划线','牌匾标签','流程图:存储数据','隐形箭头','标注:十字箭头','插入形状','禁止符','刻度\x20X','963daeenc','带形:前凸弯','七边形','左右圆形箭头','矩形:对角圆角','6齿齿轮','流程图:数据','3883345Nenskm','起点箭头类型','标注:线形(带强调线)','右对齐','切换水平翻转','6YrqWey','垂直对齐','箭头:燕尾形','箭头:上弧形','流程图:文档','底部对齐','标注:线形','帮助按钮','标注:线形(无边框)','端点类型','立方体','星形:六角','打开形状面板','带形:上凸弯','文档按钮','透明度','增大字号','标注:双弯曲线形(无边框)','圆角矩形','双箭头直线','星与旗帜','1696KaMjgG','左上对齐','938830rEmptE','标注:双弯曲线形(带边框和强调线)','与形状一起旋转','中间对齐','切换文本竖排','星形:二十四角','长划线-点-点','顺时针90度旋转','箭头:直角双向','插入...','标注:上箭头','返回/上一个按钮','顶部对齐','右上对齐','图表星号','星形:七角','流程图:顺序访问存储器','流程图:对照','五边形','8heUqiP','草绘样式','流程图','带形:前凸','泪滴形','纵向文本框','无颜色','流程图:资料带','流程图:可选过程','图表X','电影按钮','双箭头曲线','居中对齐','曲线:箭头','流程图:直接访问存储器','开放箭头','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','饼形楔','星形:十二角','流程图:卡片','流程图:离页连接符','箭头:圆角右','流程图:延期','太阳形','流程图:手动输入','流程图:手动操作','气泡:云','星形:五角','493944QMCqnu','标注:下箭头','4984932pNeyTL','图文框','减小字号','终点箭头大小','右下对齐','箭头:下弧形','标注:弯曲线形(带强调线)','流程图:内部贮存','短划线类型','星形:十角','流程图:离线存储','箭头:V型','形状位置'];_0x184f=function(){return _0x320d23;};return _0x184f();}function _0x25d3(_0xa554,_0x28eba6){_0xa554=_0xa554-0x16e;const _0x184f7b=_0x184f();let _0x25d39d=_0x184f7b[_0xa554];return _0x25d39d;}(function(_0x1da53e,_0x48f807){const _0x123679=_0x25d3,_0x40a09f=_0x1da53e();while(!![]){try{const _0x36a2e4=parseInt(_0x123679(0x17d))/0x1*(parseInt(_0x123679(0x1a7))/0x2)+parseInt(_0x123679(0x1d8))/0x3*(parseInt(_0x123679(0x1bc))/0x4)+-parseInt(_0x123679(0x18d))/0x5*(-parseInt(_0x123679(0x192))/0x6)+-parseInt(_0x123679(0x20a))/0x7+-parseInt(_0x123679(0x20f))/0x8*(-parseInt(_0x123679(0x186))/0x9)+-parseInt(_0x123679(0x1a9))/0xa*(parseInt(_0x123679(0x211))/0xb)+-parseInt(_0x123679(0x1da))/0xc;if(_0x36a2e4===_0x48f807)break;else _0x40a09f['push'](_0x40a09f['shift']());}catch(_0x4568fd){_0x40a09f['push'](_0x40a09f['shift']());}}}(_0x184f,0x636c1));const e={'sheets-shape-ui':{'align':{'top':_0x556cec(0x1b5),'middle':_0x556cec(0x1c8),'bottom':'底部对齐','left':_0x556cec(0x207),'center':_0x556cec(0x1ac),'right':_0x556cec(0x190)},'toolbar':{'verticalAlignMode':{'main':_0x556cec(0x193)},'horizontalAlignMode':{'main':_0x556cec(0x21a)},'fillColor':{'main':_0x556cec(0x1e8)},'fontSize':'字号','fontSizeIncrease':_0x556cec(0x1a2),'fontSizeDecrease':_0x556cec(0x1dc),'alignLeft':_0x556cec(0x207),'alignCenter':_0x556cec(0x1c8),'alignRight':'右对齐','alignJustify':'两端对齐','bold':'加粗','italic':'斜体','underline':_0x556cec(0x203),'strikethrough':_0x556cec(0x222),'textColor':'文字颜色','textBackgroundColor':'文字背景颜色','resetColor':'重置颜色'},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x556cec(0x1cc)},'title':'形状','insertShape':_0x556cec(0x183),'openPanel':_0x556cec(0x19e),'deleteShape':_0x556cec(0x1fc),'hidePanel':'隐藏形状面板','formatShape':_0x556cec(0x219),'shapeStyle':'形状样式','shapePosition':_0x556cec(0x1e6),'toggleFlipH':_0x556cec(0x191),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x556cec(0x1b0),'rotateLeft90':_0x556cec(0x216),'toggleTextVertical':_0x556cec(0x1ad),'fill':{'title':'填充','noFill':_0x556cec(0x1c2),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':'图案填充','color':'颜色','transparency':_0x556cec(0x1a1),'picture':{'source':'图片源','insert':_0x556cec(0x1b2),'tileAsTexture':'将图片平铺为纹理','offsetX':'偏移量\x20X','offsetY':_0x556cec(0x1f5),'scaleX':_0x556cec(0x185),'scaleY':_0x556cec(0x217),'alignment':_0x556cec(0x20b),'rotateWithShape':_0x556cec(0x1ab),'align':{'tl':_0x556cec(0x1a8),'t':_0x556cec(0x1b5),'tr':_0x556cec(0x1b6),'l':'左对齐','ctr':_0x556cec(0x1c8),'r':_0x556cec(0x190),'bl':_0x556cec(0x224),'b':_0x556cec(0x197),'br':_0x556cec(0x1de)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':_0x556cec(0x1f1),'color':'颜色','transparency':_0x556cec(0x1a1),'width':'宽度','dashType':{'title':_0x556cec(0x1e2),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':'短划线-点','longDash':_0x556cec(0x17e),'longDashDot':'长划线-点','longDashDotDot':_0x556cec(0x1af)},'capType':{'title':_0x556cec(0x19b),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x556cec(0x18e),'beginArrowSize':_0x556cec(0x21d),'endArrowType':'终点箭头类型','endArrowSize':_0x556cec(0x1dd),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x556cec(0x1cb),'stealthArrow':_0x556cec(0x181),'diamondArrow':_0x556cec(0x1f7),'ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x556cec(0x1bd),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x556cec(0x20c),'blockArrow':_0x556cec(0x210),'equationShape':_0x556cec(0x1ed),'flowchart':_0x556cec(0x1be),'starAndBanner':_0x556cec(0x1a6),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x556cec(0x1e7),'straight-connector2':_0x556cec(0x1a5),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':_0x556cec(0x227),'curved-connector3':'曲线','curved-connector3-arrow1':_0x556cec(0x1c9),'curved-connector3-arrow2':_0x556cec(0x1c7),'rect':'矩形','round-rect':_0x556cec(0x1a4),'snip1-rect':'剪去单角矩形','snip2-same-rect':_0x556cec(0x177),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x556cec(0x208),'round1-rect':_0x556cec(0x175),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x556cec(0x18a),'rect-textbox-horizontal':'横向文本框','rect-textbox-vertical':_0x556cec(0x1c1),'ellipse':'椭圆','triangle':'等腰三角形','rt-triangle':'直角三角形','parallelogram':_0x556cec(0x1fb),'trapezoid':'梯形','non-isosceles-trapezoid':_0x556cec(0x223),'diamond':'菱形','pentagon':_0x556cec(0x1bb),'hexagon':_0x556cec(0x1ee),'heptagon':_0x556cec(0x188),'octagon':_0x556cec(0x1fe),'decagon':'十边形','dodecagon':_0x556cec(0x1fa),'pie':_0x556cec(0x17c),'chord':'弦形','teardrop':_0x556cec(0x1c0),'frame':_0x556cec(0x1db),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x556cec(0x1ea),'plaque':'缺角矩形','can':_0x556cec(0x226),'cube':_0x556cec(0x19c),'bevel':_0x556cec(0x16f),'donut':_0x556cec(0x17a),'no-smoking':_0x556cec(0x184),'block-arc':'空心弧','folder-corner':_0x556cec(0x1e9),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x556cec(0x170),'sun':_0x556cec(0x1d3),'moon':_0x556cec(0x213),'cloud':'云形','arc':'弧形','bracket-pair':_0x556cec(0x179),'brace-pair':'双大括号','left-bracket':_0x556cec(0x1f3),'right-bracket':_0x556cec(0x215),'left-brace':_0x556cec(0x1eb),'right-brace':'右大括号','right-arrow':'箭头:右','left-arrow':'箭头:左','up-arrow':_0x556cec(0x1fd),'down-arrow':_0x556cec(0x16e),'left-right-arrow':_0x556cec(0x21f),'up-down-arrow':'箭头:上下','quad-arrow':'箭头:十字','left-right-up-arrow':_0x556cec(0x21e),'bent-arrow':_0x556cec(0x1d1),'uturn-arrow':_0x556cec(0x21c),'left-up-arrow':_0x556cec(0x1b1),'bent-up-arrow':'箭头:直角上','curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x556cec(0x20e),'curved-up-arrow':_0x556cec(0x195),'curved-down-arrow':_0x556cec(0x1df),'striped-right-arrow':_0x556cec(0x1f6),'notched-right-arrow':_0x556cec(0x194),'home-plate':'五边形','chevron':_0x556cec(0x1e5),'right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x556cec(0x1d9),'left-arrow-callout':_0x556cec(0x214),'up-arrow-callout':_0x556cec(0x1b3),'left-right-arrow-callout':_0x556cec(0x201),'quad-arrow-callout':_0x556cec(0x182),'circular-arrow':_0x556cec(0x20d),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x556cec(0x1ff),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':_0x556cec(0x1c4),'flow-chart-decision':_0x556cec(0x1f9),'flow-chart-input-output':_0x556cec(0x18c),'flow-chart-predefined-process':_0x556cec(0x173),'flow-chart-internal-storage':_0x556cec(0x1e1),'flow-chart-document':_0x556cec(0x196),'flow-chart-multidocument':_0x556cec(0x200),'flow-chart-terminator':_0x556cec(0x1f8),'flow-chart-preparation':'流程图:准备','flow-chart-manual-input':_0x556cec(0x1d4),'flow-chart-manual-operation':_0x556cec(0x1d5),'flow-chart-connector':_0x556cec(0x218),'flow-chart-offpage-connector':_0x556cec(0x1d0),'flow-chart-punched-card':_0x556cec(0x1cf),'flow-chart-punched-tape':_0x556cec(0x1c3),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':'流程图:或者','flow-chart-collate':_0x556cec(0x1ba),'flow-chart-sort':_0x556cec(0x206),'flow-chart-extract':'流程图:摘录','flow-chart-merge':'流程图:合并','flow-chart-online-storage':_0x556cec(0x180),'flow-chart-delay':_0x556cec(0x1d2),'flow-chart-magnetic-tape':_0x556cec(0x1b9),'flow-chart-magnetic-disk':_0x556cec(0x212),'flow-chart-magnetic-drum':_0x556cec(0x1ca),'flow-chart-display':_0x556cec(0x209),'irregular-seal1':'爆炸形:8pt','irregular-seal2':'爆炸形:14pt','star4':_0x556cec(0x205),'star5':_0x556cec(0x1d7),'star6':_0x556cec(0x19d),'star7':_0x556cec(0x1b8),'star8':_0x556cec(0x176),'star10':_0x556cec(0x1e3),'star12':_0x556cec(0x1ce),'star16':_0x556cec(0x1f0),'star24':_0x556cec(0x1ae),'star32':'星形:三十二角','ribbon2':'带形:上凸','ribbon':_0x556cec(0x1bf),'ellipse-ribbon2':_0x556cec(0x19f),'ellipse-ribbon':_0x556cec(0x187),'vertical-scroll':_0x556cec(0x178),'horizontal-scroll':_0x556cec(0x172),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x556cec(0x221),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':_0x556cec(0x21b),'cloud-callout':_0x556cec(0x1d6),'border-callout1':_0x556cec(0x198),'border-callout2':_0x556cec(0x225),'border-callout3':'标注:双弯曲线形','accent-callout1':_0x556cec(0x18f),'accent-callout2':_0x556cec(0x1e0),'accent-callout3':_0x556cec(0x1ef),'callout1':_0x556cec(0x19a),'callout2':'标注:弯曲线形(无边框)','callout3':_0x556cec(0x1a3),'accent-border-callout1':_0x556cec(0x204),'accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x556cec(0x1aa),'left-circular-arrow':_0x556cec(0x1f2),'left-right-circular-arrow':_0x556cec(0x189),'swoosh-arrow':_0x556cec(0x220),'left-right-ribbon':_0x556cec(0x1f4),'pie-wedge':_0x556cec(0x1cd),'funnel':'漏斗','gear6':_0x556cec(0x18b),'gear9':_0x556cec(0x174),'corner-tabs':'角标','action-button-back-previous':_0x556cec(0x1b4),'action-button-forward-next':_0x556cec(0x17b),'action-button-beginning':'开始按钮','action-button-end':_0x556cec(0x228),'action-button-home':'主页按钮','action-button-information':'信息按钮','action-button-return':'返回按钮','action-button-movie':_0x556cec(0x1c6),'action-button-document':_0x556cec(0x1a0),'action-button-sound':'声音按钮','action-button-help':_0x556cec(0x199),'action-button-blank':_0x556cec(0x1ec),'chart-plus':_0x556cec(0x171),'chart-star':_0x556cec(0x1b7),'chart-x':_0x556cec(0x1c5),'flow-chart-offline-storage':_0x556cec(0x1e4),'line-inv':'线反向','plaque-tabs':_0x556cec(0x17f),'square-tabs':_0x556cec(0x229),'up-down-arrow-callout':_0x556cec(0x202)}}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x1b6c8d=_0x4131;function _0x4131(_0x1d69ab,_0x45ba3e){_0x1d69ab=_0x1d69ab-0x1ed;const _0x334c15=_0x334c();let _0x4131c1=_0x334c15[_0x1d69ab];return _0x4131c1;}function _0x334c(){const _0x12fb00=['五邊形','流程圖:排序','信息按鈕','缺角矩形','流程圖:手動操作','71754WQwrwx','星形:十二角','圓:空心','不等號','彎曲箭頭','左上對齊','箭頭:直角上','左右帶形','矩形:剪去頂角','垂直對齊','矩形:一個圓頂角,剪去另一個頂角','氣泡:雲','流程圖:文檔','標註:線形(帶強調線)','流程圖:離頁連接符','字型大小','星形:六角','5uqJIfd','偏移量\x20Y','帶形:前凸彎','標註:彎曲線形(帶邊框和強調線)','卷形:水平','箭頭:環形','爆炸形:14pt','淚滴形','曲線:箭頭','靠上對齊','插入形狀','透明度','格式化形狀','6366QCDMtM','縮小字型','圓柱形','太陽形','菱形箭頭','7861340mffmCP','漸層線','對齊方式','6齒齒輪','對話氣泡:矩形','流程圖:離線存儲','圖表X','縮放\x20X','開始按鈕','電影按鈕','963585aWfcIy','終點箭頭類型','左大括號','餅形楔','開放箭頭','閃電形','標註:雙彎曲線形(無邊框)','標註:線形','箭頭:手杖形','箭頭:丁字','靠下對齊','標註:上箭頭','流程圖:準備','10934280TqMqWN','雙箭頭直線','橢圓箭頭','星形:七角','結束按鈕','雙大括號','隨形狀旋轉','箭頭:燕尾形','流程圖:可選過程','箭頭:左','117136qjYbnO','十邊形','流程圖:決策','裁切為形狀','箭頭:上','右對齊','置中對齊','長虛線-點','草繪樣式','標註:雙彎曲線形(帶邊框和強調線)','立方體','插入...','流程圖:顯示','箭頭:上弧形','非等腰梯形','星形:八角','流程圖:手動輸入','十二邊形','左下對齊','刪除形狀','右下對齊','箭頭:直角雙向','靠右對齊','將圖片平鋪為紋理','左圓形箭頭','星與旗幟','上下箭頭標註','箭頭:圓角右','流程圖:卡片','帶形:上凸彎','流程圖:資料帶','切換垂直翻轉','圖表加號','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','基本形狀','牌匾標籤','雙箭頭折線','折線:箭頭','圖片或紋理填充','切換水平翻轉','雙括號','圖表星號','平行四邊形','偏移量\x20X','標註:左右箭頭','打開形狀面板','矩形:單圓角','星形:四角','長虛線','橫向文字方塊','標註:彎曲線形(無邊框)','1905MPobQQ','標註:下箭頭','箭頭:左右','雙波形','右大括號','圖形位置','放大字型','星形:十六角','卷形:垂直','公式形狀','隱形箭頭','流程圖:磁盤','終點箭頭大小','箭頭:虛尾','箭頭:左弧形','七邊形','標註:十字箭頭','箭頭總匯','矩形:棱台','流程圖:延期','縱向文字方塊','標註:雙彎曲線形','流程圖:匯總連接','漸層填充','流程圖','隱藏形狀面板','切換文本竖排','2162136uBuoir','星形:五角','線反向','56PvvUVJ','靠左對齊','矩形:折角','順時針\x2090\x20度旋轉','標註:線形(帶邊框和強調線)','無線條','流程圖:終止','六邊形','矩形:圓頂角','空白按鈕','箭頭:下','右上對齊','水平對齊','流程圖:存儲數據','對話氣泡:圓形','剪去單角矩形','矩形:對角圓角','流程圖:過程','標註:彎曲線形','箭頭:下弧形','無填充','標註:彎曲線形(帶強調線)','星形:二十四角','對話氣泡:圓角矩形','前進/下一個按鈕','十字形','逆時針\x2090\x20度旋轉','八邊形','星形:十角','標註:雙彎曲線形(帶強調線)','頂部對齊'];_0x334c=function(){return _0x12fb00;};return _0x334c();}(function(_0x2bd267,_0x347b65){const _0x2fceca=_0x4131,_0x45b9f4=_0x2bd267();while(!![]){try{const _0x2e672a=-parseInt(_0x2fceca(0x214))/0x1*(-parseInt(_0x2fceca(0x203))/0x2)+parseInt(_0x2fceca(0x230))/0x3+-parseInt(_0x2fceca(0x295))/0x4+parseInt(_0x2fceca(0x27a))/0x5*(parseInt(_0x2fceca(0x221))/0x6)+-parseInt(_0x2fceca(0x298))/0x7*(-parseInt(_0x2fceca(0x247))/0x8)+parseInt(_0x2fceca(0x23d))/0x9+-parseInt(_0x2fceca(0x226))/0xa;if(_0x2e672a===_0x347b65)break;else _0x45b9f4['push'](_0x45b9f4['shift']());}catch(_0x131f36){_0x45b9f4['push'](_0x45b9f4['shift']());}}}(_0x334c,0xde381));const e={'sheets-shape-ui':{'align':{'top':_0x1b6c8d(0x21d),'middle':'垂直置中','bottom':_0x1b6c8d(0x23a),'left':_0x1b6c8d(0x299),'center':'置中','right':_0x1b6c8d(0x25d)},'toolbar':{'verticalAlignMode':{'main':_0x1b6c8d(0x20c)},'horizontalAlignMode':{'main':_0x1b6c8d(0x2a4)},'fillColor':{'main':'填滿色彩'},'fontSize':_0x1b6c8d(0x212),'fontSizeIncrease':_0x1b6c8d(0x280),'fontSizeDecrease':_0x1b6c8d(0x222),'resetColor':'重置顏色'},'imagePanel':{'crop':{'shape':_0x1b6c8d(0x24a)}},'permission':{'editErr':_0x1b6c8d(0x268)},'title':'形狀','insertShape':_0x1b6c8d(0x21e),'openPanel':_0x1b6c8d(0x274),'deleteShape':_0x1b6c8d(0x25a),'hidePanel':_0x1b6c8d(0x293),'formatShape':_0x1b6c8d(0x220),'shapeStyle':'圖形樣式','shapePosition':_0x1b6c8d(0x27f),'toggleFlipH':_0x1b6c8d(0x26e),'toggleFlipV':_0x1b6c8d(0x266),'rotateRight90':_0x1b6c8d(0x29b),'rotateLeft90':_0x1b6c8d(0x1f9),'toggleTextVertical':_0x1b6c8d(0x294),'fill':{'title':'填充','noFill':_0x1b6c8d(0x1f3),'solidFill':'純色填充','gradientFill':_0x1b6c8d(0x291),'pictureFill':_0x1b6c8d(0x26d),'patternFill':'圖案填充','color':'顏色','transparency':'透明度','picture':{'source':'圖片來源','insert':_0x1b6c8d(0x252),'tileAsTexture':_0x1b6c8d(0x25e),'offsetX':_0x1b6c8d(0x272),'offsetY':_0x1b6c8d(0x215),'scaleX':_0x1b6c8d(0x22d),'scaleY':'縮放\x20Y','alignment':_0x1b6c8d(0x228),'rotateWithShape':_0x1b6c8d(0x243),'align':{'tl':_0x1b6c8d(0x208),'t':_0x1b6c8d(0x1fd),'tr':_0x1b6c8d(0x2a3),'l':'左對齊','ctr':_0x1b6c8d(0x24d),'r':_0x1b6c8d(0x24c),'bl':_0x1b6c8d(0x259),'b':'底部對齊','br':_0x1b6c8d(0x25b)}}},'line':{'title':'線條','noLine':_0x1b6c8d(0x29d),'solidLine':'實線','gradientLine':_0x1b6c8d(0x227),'color':'顏色','transparency':_0x1b6c8d(0x21f),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x1b6c8d(0x277),'longDashDot':_0x1b6c8d(0x24e),'longDashDotDot':'長虛線-點-點'},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':_0x1b6c8d(0x231),'endArrowSize':_0x1b6c8d(0x286),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x1b6c8d(0x234),'stealthArrow':_0x1b6c8d(0x284),'diamondArrow':_0x1b6c8d(0x225),'ovalArrow':_0x1b6c8d(0x23f)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1b6c8d(0x24f),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x1b6c8d(0x269),'blockArrow':_0x1b6c8d(0x28b),'equationShape':_0x1b6c8d(0x283),'flowchart':_0x1b6c8d(0x292),'starAndBanner':_0x1b6c8d(0x260),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':_0x1b6c8d(0x23e),'bent-connector3':'折線','bent-connector3-arrow1':_0x1b6c8d(0x26c),'bent-connector3-arrow2':_0x1b6c8d(0x26b),'curved-connector3':'曲線','curved-connector3-arrow1':_0x1b6c8d(0x21c),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x1b6c8d(0x1ee),'snip2-same-rect':_0x1b6c8d(0x20b),'snip2-diag-rect':'矩形:剪去對角','snip-round-rect':_0x1b6c8d(0x20d),'round1-rect':_0x1b6c8d(0x275),'round2-same-rect':_0x1b6c8d(0x2a0),'round2-diag-rect':_0x1b6c8d(0x1ef),'rect-textbox-horizontal':_0x1b6c8d(0x278),'rect-textbox-vertical':_0x1b6c8d(0x28e),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':'直角三角形','parallelogram':_0x1b6c8d(0x271),'trapezoid':'梯形','non-isosceles-trapezoid':_0x1b6c8d(0x255),'diamond':'菱形','pentagon':_0x1b6c8d(0x1fe),'hexagon':_0x1b6c8d(0x29f),'heptagon':_0x1b6c8d(0x289),'octagon':_0x1b6c8d(0x1fa),'decagon':_0x1b6c8d(0x248),'dodecagon':_0x1b6c8d(0x258),'pie':'不完整圓','chord':'弦形','teardrop':_0x1b6c8d(0x21b),'frame':'圖文框','half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x1b6c8d(0x1f8),'plaque':_0x1b6c8d(0x201),'can':_0x1b6c8d(0x223),'cube':_0x1b6c8d(0x251),'bevel':_0x1b6c8d(0x28c),'donut':_0x1b6c8d(0x205),'no-smoking':'禁止符','block-arc':'空心弧','folder-corner':_0x1b6c8d(0x29a),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x1b6c8d(0x235),'sun':_0x1b6c8d(0x224),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x1b6c8d(0x26f),'brace-pair':_0x1b6c8d(0x242),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':_0x1b6c8d(0x232),'right-brace':_0x1b6c8d(0x27e),'right-arrow':'箭頭:右','left-arrow':_0x1b6c8d(0x246),'up-arrow':_0x1b6c8d(0x24b),'down-arrow':_0x1b6c8d(0x2a2),'left-right-arrow':_0x1b6c8d(0x27c),'up-down-arrow':'箭頭:上下','quad-arrow':'箭頭:十字','left-right-up-arrow':_0x1b6c8d(0x239),'bent-arrow':_0x1b6c8d(0x262),'uturn-arrow':_0x1b6c8d(0x238),'left-up-arrow':_0x1b6c8d(0x25c),'bent-up-arrow':_0x1b6c8d(0x209),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x1b6c8d(0x288),'curved-up-arrow':_0x1b6c8d(0x254),'curved-down-arrow':_0x1b6c8d(0x1f2),'striped-right-arrow':_0x1b6c8d(0x287),'notched-right-arrow':_0x1b6c8d(0x244),'home-plate':_0x1b6c8d(0x1fe),'chevron':'箭頭:V型','right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x1b6c8d(0x27b),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x1b6c8d(0x23b),'left-right-arrow-callout':_0x1b6c8d(0x273),'quad-arrow-callout':_0x1b6c8d(0x28a),'circular-arrow':_0x1b6c8d(0x219),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x1b6c8d(0x206),'flow-chart-process':_0x1b6c8d(0x1f0),'flow-chart-alternate-process':_0x1b6c8d(0x245),'flow-chart-decision':_0x1b6c8d(0x249),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':_0x1b6c8d(0x20f),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x1b6c8d(0x29e),'flow-chart-preparation':_0x1b6c8d(0x23c),'flow-chart-manual-input':_0x1b6c8d(0x257),'flow-chart-manual-operation':_0x1b6c8d(0x202),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x1b6c8d(0x211),'flow-chart-punched-card':_0x1b6c8d(0x263),'flow-chart-punched-tape':_0x1b6c8d(0x265),'flow-chart-summing-junction':_0x1b6c8d(0x290),'flow-chart-or':'流程圖:或者','flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x1b6c8d(0x1ff),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x1b6c8d(0x2a5),'flow-chart-delay':_0x1b6c8d(0x28d),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x1b6c8d(0x285),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x1b6c8d(0x253),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x1b6c8d(0x21a),'star4':_0x1b6c8d(0x276),'star5':_0x1b6c8d(0x296),'star6':_0x1b6c8d(0x213),'star7':_0x1b6c8d(0x240),'star8':_0x1b6c8d(0x256),'star10':_0x1b6c8d(0x1fb),'star12':_0x1b6c8d(0x204),'star16':_0x1b6c8d(0x281),'star24':_0x1b6c8d(0x1f5),'star32':'星形:三十二角','ribbon2':'帶形:上凸','ribbon':'帶形:前凸','ellipse-ribbon2':_0x1b6c8d(0x264),'ellipse-ribbon':_0x1b6c8d(0x216),'vertical-scroll':_0x1b6c8d(0x282),'horizontal-scroll':_0x1b6c8d(0x218),'wave':'波形','double-wave':_0x1b6c8d(0x27d),'wedge-rect-callout':_0x1b6c8d(0x22a),'wedge-round-rect-callout':_0x1b6c8d(0x1f6),'wedge-ellipse-callout':_0x1b6c8d(0x1ed),'cloud-callout':_0x1b6c8d(0x20e),'border-callout1':_0x1b6c8d(0x237),'border-callout2':_0x1b6c8d(0x1f1),'border-callout3':_0x1b6c8d(0x28f),'accent-callout1':_0x1b6c8d(0x210),'accent-callout2':_0x1b6c8d(0x1f4),'accent-callout3':_0x1b6c8d(0x1fc),'callout1':'標註:線形(無邊框)','callout2':_0x1b6c8d(0x279),'callout3':_0x1b6c8d(0x236),'accent-border-callout1':_0x1b6c8d(0x29c),'accent-border-callout2':_0x1b6c8d(0x217),'accent-border-callout3':_0x1b6c8d(0x250),'left-circular-arrow':_0x1b6c8d(0x25f),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x1b6c8d(0x207),'left-right-ribbon':_0x1b6c8d(0x20a),'pie-wedge':_0x1b6c8d(0x233),'funnel':'漏斗','gear6':_0x1b6c8d(0x229),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x1b6c8d(0x1f7),'action-button-beginning':_0x1b6c8d(0x22e),'action-button-end':_0x1b6c8d(0x241),'action-button-home':'主頁按鈕','action-button-information':_0x1b6c8d(0x200),'action-button-return':'返回按鈕','action-button-movie':_0x1b6c8d(0x22f),'action-button-document':'文檔按鈕','action-button-sound':'聲音按鈕','action-button-help':'幫助按鈕','action-button-blank':_0x1b6c8d(0x2a1),'chart-plus':_0x1b6c8d(0x267),'chart-star':_0x1b6c8d(0x270),'chart-x':_0x1b6c8d(0x22c),'flow-chart-offline-storage':_0x1b6c8d(0x22b),'line-inv':_0x1b6c8d(0x297),'plaque-tabs':_0x1b6c8d(0x26a),'square-tabs':'方形標籤','up-down-arrow-callout':_0x1b6c8d(0x261)}}}};export{e as default};
|
|
1
|
+
const _0x23aef7=_0x4173;(function(_0x5270a7,_0x1e2cfb){const _0x33708c=_0x4173,_0x9445e0=_0x5270a7();while(!![]){try{const _0x315946=-parseInt(_0x33708c(0xa7))/0x1*(-parseInt(_0x33708c(0xbf))/0x2)+parseInt(_0x33708c(0xd5))/0x3+parseInt(_0x33708c(0xbd))/0x4*(-parseInt(_0x33708c(0x15c))/0x5)+-parseInt(_0x33708c(0x125))/0x6*(-parseInt(_0x33708c(0xde))/0x7)+-parseInt(_0x33708c(0x126))/0x8*(-parseInt(_0x33708c(0x14b))/0x9)+-parseInt(_0x33708c(0x105))/0xa*(-parseInt(_0x33708c(0x13b))/0xb)+parseInt(_0x33708c(0xd8))/0xc*(-parseInt(_0x33708c(0xad))/0xd);if(_0x315946===_0x1e2cfb)break;else _0x9445e0['push'](_0x9445e0['shift']());}catch(_0x4c78d6){_0x9445e0['push'](_0x9445e0['shift']());}}}(_0x2416,0x6110c));function _0x2416(){const _0x1e55a0=['垂直置中','終點箭頭類型','圓角矩形','流程圖:可選過程','卷形:水平','曲線:箭頭','文檔按鈕','1vKPspO','左上對齊','順時針\x2090\x20度旋轉','矩形:剪去頂角','左圓形箭頭','標註:線形','143MNMMgR','箭頭:直角雙向','電影按鈕','半閉框','十字形','長虛線','水平對齊','流程圖:或者','十邊形','橫向文字方塊','重置顏色','標註:左箭頭','流程圖:磁盤','開始按鈕','終點箭頭大小','彎曲箭頭','36cnGOGb','返回按鈕','810044RGOPfX','對話氣泡:矩形','聯接類型','流程圖:直接訪問存儲器','標註:線形(帶邊框和強調線)','平行四邊形','標註:彎曲線形(帶邊框和強調線)','箭頭:環形','爆炸形:8pt','雙括號','無顏色','圖表星號','前進/下一個按鈕','流程圖:離頁連接符','無線條','流程圖:資料帶','六邊形','流程圖:數據','將圖片平鋪為紋理','雙大括號','底部對齊','等腰三角形','44187FjiKWf','五邊形','流程圖:預定義過程','1301592HQstkC','刪除形狀','矩形:一個圓頂角,剪去另一個頂角','標註:雙彎曲線形(帶強調線)','七邊形','靠右對齊','2475599daEqfT','圖形位置','帶形:前凸','矩形:對角圓角','圖片來源','透明度','矩形:單圓角','Align\x20Right','右中括號','聲音按鈕','草繪樣式','流程圖:離線存儲','流程圖:對照','Strikethrough','標註:下箭頭','帶形:上凸','箭頭:左弧形','非等腰梯形','流程圖:摘錄','左大括號','圓柱形','縱向文字方塊','星與旗幟','Text\x20color','Justify','公式形狀','流程圖:合併','插入...','Align\x20Center','虛線-點','星形:八角','標註:十字箭頭','偏移量\x20Y','起點箭頭類型','偏移量\x20X','Align\x20Left','雙箭頭折線','流程圖:多文檔','切換垂直翻轉','2493290sLjnBr','對齊方式','填滿色彩','流程圖:手動操作','缺角矩形','星形:四角','流程圖:準備','圖表X','十二邊形','流程圖:手動輸入','9齒齒輪','爆炸形:14pt','箭頭:十字','標註:上箭頭','上下箭頭標註','菱形箭頭','方形標籤','箭頭:圓角右','插入形狀','箭頭總匯','箭頭:直角上','逆時針\x2090\x20度旋轉','不等號','折線:箭頭','右對齊','格式化形狀','靠下對齊','流程圖:過程','太陽形','Bold','圖形樣式','流程圖:終止','12ZIzCaH','40yQowXf','箭頭:上','右大括號','頂部對齊','縮小字型','縮放\x20X','星形:十二角','流程圖:延期','直線箭頭','漸層線','立方體','餅形楔','箭頭:右弧形','圓:空心','標註:彎曲線形(無邊框)','空心弧','左中括號','矩形:折角','信息按鈕','箭頭:V型','裁切為形狀','11sPzvDo','卷形:垂直','左右帶形','隱藏形狀面板','星形:二十四角','標註:彎曲線形(帶強調線)','放大字型','不完整圓','圖文框','矩形:圓頂角','靠上對齊','箭頭:燕尾形','對話氣泡:圓形','矩形:棱台','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','星形:六角','1422999ZrZkQk','圖表加號','幫助按鈕','剪去單角矩形','左右圓形箭頭','左下對齊','箭頭:上弧形','流程圖:顯示','箭頭:上下','6齒齒輪','星形:五角','標註:雙彎曲線形(帶邊框和強調線)','標註:左右箭頭','標註:右箭頭','閃電形','流程圖:存儲數據','禁止符','320135EeDXgj','返回/上一個按鈕','隱形箭頭','流程圖:內部貯存','開放箭頭','八邊形','右上對齊'];_0x2416=function(){return _0x1e55a0;};return _0x2416();}const e={'sheets-shape-ui':{'align':{'top':_0x23aef7(0x145),'middle':_0x23aef7(0x163),'bottom':_0x23aef7(0x11f),'left':'靠左對齊','center':'置中','right':_0x23aef7(0xdd)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x23aef7(0xb3)},'fillColor':{'main':_0x23aef7(0x107)},'fontSize':'字型大小','fontSizeIncrease':_0x23aef7(0x141),'fontSizeDecrease':_0x23aef7(0x12a),'alignLeft':_0x23aef7(0x101),'alignCenter':_0x23aef7(0xfa),'alignRight':_0x23aef7(0xe5),'alignJustify':_0x23aef7(0xf6),'bold':_0x23aef7(0x122),'italic':'Italic','underline':'Underline','strikethrough':_0x23aef7(0xeb),'textColor':_0x23aef7(0xf5),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x23aef7(0xb7)},'imagePanel':{'crop':{'shape':_0x23aef7(0x13a)}},'permission':{'editErr':_0x23aef7(0x149)},'title':'形狀','insertShape':_0x23aef7(0x117),'openPanel':'打開形狀面板','deleteShape':_0x23aef7(0xd9),'hidePanel':_0x23aef7(0x13e),'formatShape':_0x23aef7(0x11e),'shapeStyle':_0x23aef7(0x123),'shapePosition':_0x23aef7(0xdf),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x23aef7(0x104),'rotateRight90':_0x23aef7(0xa9),'rotateLeft90':_0x23aef7(0x11a),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x23aef7(0xc9),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x23aef7(0xe3),'picture':{'source':_0x23aef7(0xe2),'insert':_0x23aef7(0xf9),'tileAsTexture':_0x23aef7(0xd1),'offsetX':_0x23aef7(0x100),'offsetY':_0x23aef7(0xfe),'scaleX':_0x23aef7(0x12b),'scaleY':'縮放\x20Y','alignment':_0x23aef7(0x106),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x23aef7(0xa8),'t':_0x23aef7(0x129),'tr':_0x23aef7(0x162),'l':'左對齊','ctr':'置中對齊','r':_0x23aef7(0x11d),'bl':_0x23aef7(0x150),'b':_0x23aef7(0xd3),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x23aef7(0xcd),'solidLine':'實線','gradientLine':_0x23aef7(0x12f),'color':'顏色','transparency':_0x23aef7(0xe3),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x23aef7(0xfb),'longDash':_0x23aef7(0xb2),'longDashDot':'長虛線-點','longDashDotDot':'長虛線-點-點'},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x23aef7(0xc1),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x23aef7(0xff),'beginArrowSize':'起點箭頭大小','endArrowType':_0x23aef7(0x164),'endArrowSize':_0x23aef7(0xbb),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x23aef7(0x160),'stealthArrow':_0x23aef7(0x15e),'diamondArrow':_0x23aef7(0x114),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x23aef7(0xe8),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x23aef7(0x118),'equationShape':_0x23aef7(0xf7),'flowchart':'流程圖','starAndBanner':_0x23aef7(0xf4),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x23aef7(0x12e),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x23aef7(0x11c),'bent-connector3-arrow2':_0x23aef7(0x102),'curved-connector3':'曲線','curved-connector3-arrow1':_0x23aef7(0x168),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x23aef7(0x165),'snip1-rect':_0x23aef7(0x14e),'snip2-same-rect':_0x23aef7(0xaa),'snip2-diag-rect':'矩形:剪去對角','snip-round-rect':_0x23aef7(0xda),'round1-rect':_0x23aef7(0xe4),'round2-same-rect':_0x23aef7(0x144),'round2-diag-rect':_0x23aef7(0xe1),'rect-textbox-horizontal':_0x23aef7(0xb6),'rect-textbox-vertical':_0x23aef7(0xf3),'ellipse':'橢圓','triangle':_0x23aef7(0xd4),'rt-triangle':'直角三角形','parallelogram':_0x23aef7(0xc4),'trapezoid':'梯形','non-isosceles-trapezoid':_0x23aef7(0xef),'diamond':'菱形','pentagon':_0x23aef7(0xd6),'hexagon':_0x23aef7(0xcf),'heptagon':_0x23aef7(0xdc),'octagon':_0x23aef7(0x161),'decagon':_0x23aef7(0xb5),'dodecagon':_0x23aef7(0x10d),'pie':_0x23aef7(0x142),'chord':'弦形','teardrop':'淚滴形','frame':_0x23aef7(0x143),'half-frame':_0x23aef7(0xb0),'corner':'L形','diag-stripe':'斜紋','plus':_0x23aef7(0xb1),'plaque':_0x23aef7(0x109),'can':_0x23aef7(0xf2),'cube':_0x23aef7(0x130),'bevel':_0x23aef7(0x148),'donut':_0x23aef7(0x133),'no-smoking':_0x23aef7(0x15b),'block-arc':_0x23aef7(0x135),'folder-corner':_0x23aef7(0x137),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x23aef7(0x159),'sun':_0x23aef7(0x121),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x23aef7(0xc8),'brace-pair':_0x23aef7(0xd2),'left-bracket':_0x23aef7(0x136),'right-bracket':_0x23aef7(0xe6),'left-brace':_0x23aef7(0xf1),'right-brace':_0x23aef7(0x128),'right-arrow':'箭頭:右','left-arrow':'箭頭:左','up-arrow':_0x23aef7(0x127),'down-arrow':'箭頭:下','left-right-arrow':'箭頭:左右','up-down-arrow':_0x23aef7(0x153),'quad-arrow':_0x23aef7(0x111),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x23aef7(0x116),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x23aef7(0xae),'bent-up-arrow':_0x23aef7(0x119),'curved-right-arrow':_0x23aef7(0x132),'curved-left-arrow':_0x23aef7(0xee),'curved-up-arrow':_0x23aef7(0x151),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x23aef7(0x146),'home-plate':_0x23aef7(0xd6),'chevron':_0x23aef7(0x139),'right-arrow-callout':_0x23aef7(0x158),'down-arrow-callout':_0x23aef7(0xec),'left-arrow-callout':_0x23aef7(0xb8),'up-arrow-callout':_0x23aef7(0x112),'left-right-arrow-callout':_0x23aef7(0x157),'quad-arrow-callout':_0x23aef7(0xfd),'circular-arrow':_0x23aef7(0xc6),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x23aef7(0x11b),'flow-chart-process':_0x23aef7(0x120),'flow-chart-alternate-process':_0x23aef7(0x166),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x23aef7(0xd0),'flow-chart-predefined-process':_0x23aef7(0xd7),'flow-chart-internal-storage':_0x23aef7(0x15f),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x23aef7(0x103),'flow-chart-terminator':_0x23aef7(0x124),'flow-chart-preparation':_0x23aef7(0x10b),'flow-chart-manual-input':_0x23aef7(0x10e),'flow-chart-manual-operation':_0x23aef7(0x108),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x23aef7(0xcc),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x23aef7(0xce),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x23aef7(0xb4),'flow-chart-collate':_0x23aef7(0xea),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x23aef7(0xf0),'flow-chart-merge':_0x23aef7(0xf8),'flow-chart-online-storage':_0x23aef7(0x15a),'flow-chart-delay':_0x23aef7(0x12d),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x23aef7(0xb9),'flow-chart-magnetic-drum':_0x23aef7(0xc2),'flow-chart-display':_0x23aef7(0x152),'irregular-seal1':_0x23aef7(0xc7),'irregular-seal2':_0x23aef7(0x110),'star4':_0x23aef7(0x10a),'star5':_0x23aef7(0x155),'star6':_0x23aef7(0x14a),'star7':'星形:七角','star8':_0x23aef7(0xfc),'star10':'星形:十角','star12':_0x23aef7(0x12c),'star16':'星形:十六角','star24':_0x23aef7(0x13f),'star32':'星形:三十二角','ribbon2':_0x23aef7(0xed),'ribbon':_0x23aef7(0xe0),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x23aef7(0x13c),'horizontal-scroll':_0x23aef7(0x167),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x23aef7(0xc0),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x23aef7(0x147),'cloud-callout':'氣泡:雲','border-callout1':_0x23aef7(0xac),'border-callout2':'標註:彎曲線形','border-callout3':'標註:雙彎曲線形','accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x23aef7(0x140),'accent-callout3':_0x23aef7(0xdb),'callout1':'標註:線形(無邊框)','callout2':_0x23aef7(0x134),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x23aef7(0xc3),'accent-border-callout2':_0x23aef7(0xc5),'accent-border-callout3':_0x23aef7(0x156),'left-circular-arrow':_0x23aef7(0xab),'left-right-circular-arrow':_0x23aef7(0x14f),'swoosh-arrow':_0x23aef7(0xbc),'left-right-ribbon':_0x23aef7(0x13d),'pie-wedge':_0x23aef7(0x131),'funnel':'漏斗','gear6':_0x23aef7(0x154),'gear9':_0x23aef7(0x10f),'corner-tabs':'角標','action-button-back-previous':_0x23aef7(0x15d),'action-button-forward-next':_0x23aef7(0xcb),'action-button-beginning':_0x23aef7(0xba),'action-button-end':'結束按鈕','action-button-home':'主頁按鈕','action-button-information':_0x23aef7(0x138),'action-button-return':_0x23aef7(0xbe),'action-button-movie':_0x23aef7(0xaf),'action-button-document':_0x23aef7(0x169),'action-button-sound':_0x23aef7(0xe7),'action-button-help':_0x23aef7(0x14d),'action-button-blank':'空白按鈕','chart-plus':_0x23aef7(0x14c),'chart-star':_0x23aef7(0xca),'chart-x':_0x23aef7(0x10c),'flow-chart-offline-storage':_0x23aef7(0xe9),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':_0x23aef7(0x115),'up-down-arrow-callout':_0x23aef7(0x113)}}}};function _0x4173(_0x681438,_0x595416){_0x681438=_0x681438-0xa7;const _0x2416c=_0x2416();let _0x4173a4=_0x2416c[_0x681438];return _0x4173a4;}export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x389f99=_0x1673;(function(_0x1aecbc,_0x56b731){const _0xa6b2ce=_0x1673,_0x4b0222=_0x1aecbc();while(!![]){try{const _0x43b8ac=-parseInt(_0xa6b2ce(0xf7))/0x1*(-parseInt(_0xa6b2ce(0xd3))/0x2)+-parseInt(_0xa6b2ce(0x16d))/0x3*(parseInt(_0xa6b2ce(0x167))/0x4)+-parseInt(_0xa6b2ce(0x142))/0x5+-parseInt(_0xa6b2ce(0xfa))/0x6*(parseInt(_0xa6b2ce(0x144))/0x7)+-parseInt(_0xa6b2ce(0xfd))/0x8*(parseInt(_0xa6b2ce(0xef))/0x9)+parseInt(_0xa6b2ce(0x106))/0xa*(parseInt(_0xa6b2ce(0x10d))/0xb)+-parseInt(_0xa6b2ce(0x145))/0xc*(-parseInt(_0xa6b2ce(0x10a))/0xd);if(_0x43b8ac===_0x56b731)break;else _0x4b0222['push'](_0x4b0222['shift']());}catch(_0x18de28){_0x4b0222['push'](_0x4b0222['shift']());}}}(_0x2d77,0x5adef));const e={'sheets-shape-ui':{'align':{'top':_0x389f99(0xc9),'middle':_0x389f99(0xd2),'bottom':_0x389f99(0x113),'left':'靠左對齊','center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':_0x389f99(0x12a)},'horizontalAlignMode':{'main':_0x389f99(0xe2)},'fillColor':{'main':_0x389f99(0x161)},'fontSize':'字型大小','fontSizeIncrease':_0x389f99(0xcb),'fontSizeDecrease':_0x389f99(0xe3),'resetColor':_0x389f99(0xf1)},'imagePanel':{'crop':{'shape':_0x389f99(0xe0)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':_0x389f99(0x10e),'deleteShape':_0x389f99(0x11b),'hidePanel':_0x389f99(0xd6),'formatShape':_0x389f99(0x111),'shapeStyle':_0x389f99(0xd1),'shapePosition':_0x389f99(0x16c),'toggleFlipH':_0x389f99(0x170),'toggleFlipV':_0x389f99(0x12c),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x389f99(0xc2),'toggleTextVertical':_0x389f99(0x15b),'fill':{'title':'填充','noFill':_0x389f99(0x13b),'solidFill':_0x389f99(0x105),'gradientFill':_0x389f99(0x177),'pictureFill':'圖片或紋理填充','patternFill':_0x389f99(0xdb),'color':'顏色','transparency':_0x389f99(0x171),'picture':{'source':_0x389f99(0x112),'insert':_0x389f99(0x13d),'tileAsTexture':_0x389f99(0x11c),'offsetX':_0x389f99(0xd8),'offsetY':'偏移量\x20Y','scaleX':_0x389f99(0xf0),'scaleY':'縮放\x20Y','alignment':'對齊方式','rotateWithShape':_0x389f99(0x128),'align':{'tl':'左上對齊','t':_0x389f99(0x150),'tr':_0x389f99(0xeb),'l':_0x389f99(0x165),'ctr':_0x389f99(0x156),'r':_0x389f99(0xf3),'bl':'左下對齊','b':_0x389f99(0x15d),'br':_0x389f99(0xc6)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x389f99(0x171),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x389f99(0x126),'longDash':_0x389f99(0xd7),'longDashDot':_0x389f99(0xe8),'longDashDotDot':_0x389f99(0xdd)},'capType':{'title':_0x389f99(0xdc),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x389f99(0x175),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x389f99(0xdf),'beginArrowSize':'起點箭頭大小','endArrowType':'終點箭頭類型','endArrowSize':_0x389f99(0x11a),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x389f99(0x148),'stealthArrow':_0x389f99(0x176),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x389f99(0x14e),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x389f99(0x13f),'blockArrow':'箭頭總匯','equationShape':_0x389f99(0x115),'flowchart':_0x389f99(0xf6),'starAndBanner':_0x389f99(0xcf),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x389f99(0x102),'bent-connector3-arrow2':_0x389f99(0x162),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x389f99(0x152),'snip1-rect':_0x389f99(0x158),'snip2-same-rect':_0x389f99(0xff),'snip2-diag-rect':_0x389f99(0xea),'snip-round-rect':_0x389f99(0x117),'round1-rect':_0x389f99(0x120),'round2-same-rect':_0x389f99(0x174),'round2-diag-rect':_0x389f99(0x132),'rect-textbox-horizontal':_0x389f99(0x12d),'rect-textbox-vertical':_0x389f99(0x131),'ellipse':'橢圓','triangle':_0x389f99(0x125),'rt-triangle':_0x389f99(0x100),'parallelogram':_0x389f99(0x139),'trapezoid':'梯形','non-isosceles-trapezoid':_0x389f99(0x168),'diamond':'菱形','pentagon':_0x389f99(0x146),'hexagon':'六邊形','heptagon':_0x389f99(0xf4),'octagon':_0x389f99(0x127),'decagon':_0x389f99(0x160),'dodecagon':'十二邊形','pie':'不完整圓','chord':'弦形','teardrop':_0x389f99(0x14d),'frame':_0x389f99(0x14f),'half-frame':_0x389f99(0x15a),'corner':'L形','diag-stripe':'斜紋','plus':_0x389f99(0x13c),'plaque':'缺角矩形','can':'圓柱形','cube':_0x389f99(0x108),'bevel':_0x389f99(0x14b),'donut':_0x389f99(0x15e),'no-smoking':_0x389f99(0x134),'block-arc':_0x389f99(0x147),'folder-corner':_0x389f99(0x15f),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x389f99(0x155),'sun':'太陽形','moon':_0x389f99(0x16f),'cloud':'雲形','arc':'弧形','bracket-pair':_0x389f99(0x101),'brace-pair':'雙大括號','left-bracket':_0x389f99(0xcd),'right-bracket':_0x389f99(0x13e),'left-brace':'左大括號','right-brace':_0x389f99(0x107),'right-arrow':_0x389f99(0xed),'left-arrow':'箭頭:左','up-arrow':_0x389f99(0x163),'down-arrow':'箭頭:下','left-right-arrow':_0x389f99(0x140),'up-down-arrow':_0x389f99(0x129),'quad-arrow':_0x389f99(0xfe),'left-right-up-arrow':_0x389f99(0x119),'bent-arrow':_0x389f99(0x12f),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x389f99(0xf2),'bent-up-arrow':_0x389f99(0xd4),'curved-right-arrow':_0x389f99(0x16a),'curved-left-arrow':_0x389f99(0x12e),'curved-up-arrow':_0x389f99(0x14c),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x389f99(0xc7),'notched-right-arrow':_0x389f99(0xee),'home-plate':_0x389f99(0x146),'chevron':_0x389f99(0x12b),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x389f99(0x173),'left-arrow-callout':_0x389f99(0xc5),'up-arrow-callout':_0x389f99(0x114),'left-right-arrow-callout':_0x389f99(0xfb),'quad-arrow-callout':_0x389f99(0x166),'circular-arrow':_0x389f99(0xe7),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x389f99(0x116),'flow-chart-process':_0x389f99(0x110),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x389f99(0xda),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x389f99(0x122),'flow-chart-terminator':_0x389f99(0x16e),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x389f99(0x15c),'flow-chart-offpage-connector':_0x389f99(0x123),'flow-chart-punched-card':_0x389f99(0xe6),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x389f99(0x133),'flow-chart-collate':_0x389f99(0xec),'flow-chart-sort':_0x389f99(0xf5),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x389f99(0x10b),'flow-chart-online-storage':_0x389f99(0x16b),'flow-chart-delay':_0x389f99(0x10c),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x389f99(0x154),'flow-chart-magnetic-drum':_0x389f99(0x11e),'flow-chart-display':_0x389f99(0x172),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x389f99(0x153),'star4':_0x389f99(0xe5),'star5':_0x389f99(0xde),'star6':_0x389f99(0x11f),'star7':'星形:七角','star8':_0x389f99(0x135),'star10':'星形:十角','star12':'星形:十二角','star16':'星形:十六角','star24':'星形:二十四角','star32':_0x389f99(0x141),'ribbon2':_0x389f99(0xd0),'ribbon':_0x389f99(0x130),'ellipse-ribbon2':_0x389f99(0xe9),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x389f99(0x109),'horizontal-scroll':_0x389f99(0x118),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x389f99(0xc3),'wedge-round-rect-callout':_0x389f99(0xfc),'wedge-ellipse-callout':_0x389f99(0xe1),'cloud-callout':'氣泡:雲','border-callout1':_0x389f99(0x137),'border-callout2':'標註:彎曲線形','border-callout3':_0x389f99(0x169),'accent-callout1':_0x389f99(0x143),'accent-callout2':_0x389f99(0xce),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x389f99(0x104),'callout2':_0x389f99(0xe4),'callout3':_0x389f99(0x11d),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x389f99(0x149),'accent-border-callout3':_0x389f99(0xca),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x389f99(0xc8),'swoosh-arrow':_0x389f99(0xd5),'left-right-ribbon':'左右帶形','pie-wedge':_0x389f99(0x151),'funnel':'漏斗','gear6':_0x389f99(0xf9),'gear9':_0x389f99(0x13a),'corner-tabs':'角標','action-button-back-previous':_0x389f99(0xcc),'action-button-forward-next':_0x389f99(0x103),'action-button-beginning':_0x389f99(0xd9),'action-button-end':_0x389f99(0x159),'action-button-home':_0x389f99(0x136),'action-button-information':_0x389f99(0xf8),'action-button-return':_0x389f99(0x164),'action-button-movie':'電影按鈕','action-button-document':'文檔按鈕','action-button-sound':'聲音按鈕','action-button-help':_0x389f99(0x124),'action-button-blank':_0x389f99(0x121),'chart-plus':'圖表加號','chart-star':_0x389f99(0x157),'chart-x':_0x389f99(0x14a),'flow-chart-offline-storage':_0x389f99(0x138),'line-inv':_0x389f99(0xc4),'plaque-tabs':'牌匾標籤','square-tabs':_0x389f99(0x10f),'up-down-arrow-callout':'上下箭頭標註'}}}};function _0x1673(_0x5c2624,_0x33a889){_0x5c2624=_0x5c2624-0xc2;const _0x2d778b=_0x2d77();let _0x1673e8=_0x2d778b[_0x5c2624];return _0x1673e8;}function _0x2d77(){const _0x530213=['非等腰梯形','標註:雙彎曲線形','箭頭:右弧形','流程圖:存儲數據','圖形位置','1368669aKGdSg','流程圖:終止','新月形','切換水平翻轉','透明度','流程圖:顯示','標註:下箭頭','矩形:圓頂角','聯接類型','隱形箭頭','漸層填充','逆時針\x2090\x20度旋轉','對話氣泡:矩形','線反向','標註:左箭頭','右下對齊','箭頭:虛尾','左右圓形箭頭','靠上對齊','標註:雙彎曲線形(帶邊框和強調線)','放大字型','返回/上一個按鈕','左中括號','標註:彎曲線形(帶強調線)','星與旗幟','帶形:上凸','圖形樣式','垂直置中','192488vqvpRq','箭頭:直角上','彎曲箭頭','隱藏形狀面板','長虛線','偏移量\x20X','開始按鈕','流程圖:決策','圖案填充','端點類型','長虛線-點-點','星形:五角','起點箭頭類型','裁切為形狀','對話氣泡:圓形','水平對齊','縮小字型','標註:彎曲線形(無邊框)','星形:四角','流程圖:卡片','箭頭:環形','長虛線-點','帶形:上凸彎','矩形:剪去對角','右上對齊','流程圖:對照','箭頭:右','箭頭:燕尾形','45BYJlaZ','縮放\x20X','重置顏色','箭頭:直角雙向','右對齊','七邊形','流程圖:排序','流程圖','7LpctDI','信息按鈕','6齒齒輪','510078tWUatt','標註:左右箭頭','對話氣泡:圓角矩形','698552wivasK','箭頭:十字','矩形:剪去頂角','直角三角形','雙括號','折線:箭頭','前進/下一個按鈕','標註:線形(無邊框)','純色填充','10ImkONb','右大括號','立方體','卷形:垂直','131066CUzhPH','流程圖:合併','流程圖:延期','1599928cbGDvm','打開形狀面板','方形標籤','流程圖:過程','格式化形狀','圖片來源','靠下對齊','標註:上箭頭','公式形狀','不等號','矩形:一個圓頂角,剪去另一個頂角','卷形:水平','箭頭:丁字','終點箭頭大小','刪除形狀','將圖片平鋪為紋理','標註:雙彎曲線形(無邊框)','流程圖:直接訪問存儲器','星形:六角','矩形:單圓角','空白按鈕','流程圖:多文檔','流程圖:離頁連接符','幫助按鈕','等腰三角形','虛線-點','八邊形','隨形狀旋轉','箭頭:上下','垂直對齊','箭頭:V型','切換垂直翻轉','橫向文字方塊','箭頭:左弧形','箭頭:圓角右','帶形:前凸','縱向文字方塊','矩形:對角圓角','流程圖:或者','禁止符','星形:八角','主頁按鈕','標註:線形','流程圖:離線存儲','平行四邊形','9齒齒輪','無填充','十字形','插入...','右中括號','基本形狀','箭頭:左右','星形:三十二角','2285770xCnZjP','標註:線形(帶強調線)','7OgAVFc','1176SNhzIF','五邊形','空心弧','開放箭頭','標註:彎曲線形(帶邊框和強調線)','圖表X','矩形:棱台','箭頭:上弧形','淚滴形','草繪樣式','圖文框','頂部對齊','餅形楔','圓角矩形','爆炸形:14pt','流程圖:磁盤','閃電形','置中對齊','圖表星號','剪去單角矩形','結束按鈕','半閉框','切換文本竖排','流程圖:接點','底部對齊','圓:空心','矩形:折角','十邊形','填滿色彩','雙箭頭折線','箭頭:上','返回按鈕','左對齊','標註:十字箭頭','4xJEZKi'];_0x2d77=function(){return _0x530213;};return _0x2d77();}export{e as default};
|
|
1
|
+
const _0x34ff42=_0x260b;(function(_0x35b807,_0x111b9a){const _0x10b31e=_0x260b,_0x46baf4=_0x35b807();while(!![]){try{const _0x40061b=parseInt(_0x10b31e(0x1c6))/0x1+parseInt(_0x10b31e(0x196))/0x2+parseInt(_0x10b31e(0x207))/0x3+parseInt(_0x10b31e(0x238))/0x4+parseInt(_0x10b31e(0x1f6))/0x5+parseInt(_0x10b31e(0x1e0))/0x6*(parseInt(_0x10b31e(0x188))/0x7)+parseInt(_0x10b31e(0x1de))/0x8*(-parseInt(_0x10b31e(0x1a3))/0x9);if(_0x40061b===_0x111b9a)break;else _0x46baf4['push'](_0x46baf4['shift']());}catch(_0xf75b3d){_0x46baf4['push'](_0x46baf4['shift']());}}}(_0x2031,0xb2fd9));const e={'sheets-shape-ui':{'align':{'top':_0x34ff42(0x1df),'middle':_0x34ff42(0x1e1),'bottom':_0x34ff42(0x201),'left':'靠左對齊','center':'置中','right':_0x34ff42(0x187)},'toolbar':{'verticalAlignMode':{'main':_0x34ff42(0x1b6)},'horizontalAlignMode':{'main':_0x34ff42(0x197)},'fillColor':{'main':_0x34ff42(0x1fe)},'fontSize':_0x34ff42(0x206),'fontSizeIncrease':_0x34ff42(0x18f),'fontSizeDecrease':'縮小字型','alignLeft':_0x34ff42(0x1ef),'alignCenter':_0x34ff42(0x184),'alignRight':_0x34ff42(0x22c),'alignJustify':_0x34ff42(0x1d8),'bold':_0x34ff42(0x209),'italic':'Italic','underline':_0x34ff42(0x1c8),'strikethrough':_0x34ff42(0x194),'textColor':_0x34ff42(0x1ba),'textBackgroundColor':_0x34ff42(0x229),'resetColor':_0x34ff42(0x1bc)},'imagePanel':{'crop':{'shape':_0x34ff42(0x245)}},'permission':{'editErr':_0x34ff42(0x19a)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x34ff42(0x1a5),'deleteShape':_0x34ff42(0x1b5),'hidePanel':_0x34ff42(0x217),'formatShape':'格式化形狀','shapeStyle':_0x34ff42(0x192),'shapePosition':_0x34ff42(0x1b7),'toggleFlipH':_0x34ff42(0x1a6),'toggleFlipV':_0x34ff42(0x21f),'rotateRight90':_0x34ff42(0x1ab),'rotateLeft90':_0x34ff42(0x1d6),'toggleTextVertical':_0x34ff42(0x1f8),'fill':{'title':'填充','noFill':_0x34ff42(0x1a1),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x34ff42(0x1ea),'color':'顏色','transparency':_0x34ff42(0x23c),'picture':{'source':_0x34ff42(0x1c5),'insert':_0x34ff42(0x215),'tileAsTexture':_0x34ff42(0x1ee),'offsetX':_0x34ff42(0x226),'offsetY':'偏移量\x20Y','scaleX':_0x34ff42(0x1d7),'scaleY':_0x34ff42(0x1b2),'alignment':_0x34ff42(0x233),'rotateWithShape':_0x34ff42(0x221),'align':{'tl':_0x34ff42(0x1a8),'t':_0x34ff42(0x227),'tr':'右上對齊','l':_0x34ff42(0x24a),'ctr':_0x34ff42(0x228),'r':_0x34ff42(0x231),'bl':_0x34ff42(0x1db),'b':_0x34ff42(0x1bb),'br':_0x34ff42(0x21a)}}},'line':{'title':'線條','noLine':_0x34ff42(0x1b4),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x34ff42(0x23c),'width':'寬度','dashType':{'title':_0x34ff42(0x1f3),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x34ff42(0x186),'longDashDot':_0x34ff42(0x1dc),'longDashDotDot':_0x34ff42(0x18a)},'capType':{'title':_0x34ff42(0x1c1),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x34ff42(0x1d1),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0x34ff42(0x240),'endArrowType':_0x34ff42(0x19c),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x34ff42(0x243),'stealthArrow':_0x34ff42(0x1ff),'diamondArrow':_0x34ff42(0x205),'ovalArrow':_0x34ff42(0x214)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x34ff42(0x21e),'equationShape':_0x34ff42(0x211),'flowchart':_0x34ff42(0x185),'starAndBanner':_0x34ff42(0x18d),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x34ff42(0x230),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x34ff42(0x1cb),'bent-connector3-arrow2':_0x34ff42(0x235),'curved-connector3':'曲線','curved-connector3-arrow1':_0x34ff42(0x1da),'curved-connector3-arrow2':_0x34ff42(0x21b),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x34ff42(0x203),'snip2-same-rect':_0x34ff42(0x1cc),'snip2-diag-rect':_0x34ff42(0x1f2),'snip-round-rect':_0x34ff42(0x224),'round1-rect':_0x34ff42(0x183),'round2-same-rect':_0x34ff42(0x1c2),'round2-diag-rect':_0x34ff42(0x21d),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x34ff42(0x1e8),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x34ff42(0x23d),'parallelogram':_0x34ff42(0x202),'trapezoid':'梯形','non-isosceles-trapezoid':_0x34ff42(0x199),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x34ff42(0x1b0),'heptagon':_0x34ff42(0x1bd),'octagon':_0x34ff42(0x18c),'decagon':_0x34ff42(0x1cf),'dodecagon':'十二邊形','pie':_0x34ff42(0x248),'chord':'弦形','teardrop':_0x34ff42(0x17e),'frame':_0x34ff42(0x1aa),'half-frame':_0x34ff42(0x225),'corner':'L形','diag-stripe':'斜紋','plus':_0x34ff42(0x191),'plaque':'缺角矩形','can':_0x34ff42(0x198),'cube':_0x34ff42(0x200),'bevel':_0x34ff42(0x244),'donut':'圓:空心','no-smoking':'禁止符','block-arc':_0x34ff42(0x1fb),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x34ff42(0x1e5),'sun':_0x34ff42(0x1b8),'moon':_0x34ff42(0x193),'cloud':'雲形','arc':'弧形','bracket-pair':_0x34ff42(0x23a),'brace-pair':_0x34ff42(0x23f),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':'左大括號','right-brace':_0x34ff42(0x22a),'right-arrow':_0x34ff42(0x20c),'left-arrow':_0x34ff42(0x1a7),'up-arrow':_0x34ff42(0x1e7),'down-arrow':_0x34ff42(0x204),'left-right-arrow':_0x34ff42(0x1f0),'up-down-arrow':_0x34ff42(0x19e),'quad-arrow':_0x34ff42(0x19b),'left-right-up-arrow':_0x34ff42(0x22e),'bent-arrow':_0x34ff42(0x241),'uturn-arrow':_0x34ff42(0x1e2),'left-up-arrow':_0x34ff42(0x1a4),'bent-up-arrow':_0x34ff42(0x20e),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x34ff42(0x222),'curved-up-arrow':_0x34ff42(0x1d4),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x34ff42(0x1e6),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x34ff42(0x20d),'chevron':_0x34ff42(0x181),'right-arrow-callout':_0x34ff42(0x1eb),'down-arrow-callout':_0x34ff42(0x1fc),'left-arrow-callout':_0x34ff42(0x216),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x34ff42(0x1e4),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x34ff42(0x22f),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x34ff42(0x1ca),'flow-chart-process':_0x34ff42(0x180),'flow-chart-alternate-process':_0x34ff42(0x208),'flow-chart-decision':_0x34ff42(0x218),'flow-chart-input-output':_0x34ff42(0x1a0),'flow-chart-predefined-process':_0x34ff42(0x182),'flow-chart-internal-storage':_0x34ff42(0x1ed),'flow-chart-document':_0x34ff42(0x1b3),'flow-chart-multidocument':_0x34ff42(0x1fa),'flow-chart-terminator':_0x34ff42(0x1c9),'flow-chart-preparation':_0x34ff42(0x1c7),'flow-chart-manual-input':_0x34ff42(0x1d9),'flow-chart-manual-operation':_0x34ff42(0x1f7),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x34ff42(0x1af),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x34ff42(0x1f9),'flow-chart-summing-junction':_0x34ff42(0x1ec),'flow-chart-or':_0x34ff42(0x1d2),'flow-chart-collate':_0x34ff42(0x1ad),'flow-chart-sort':_0x34ff42(0x210),'flow-chart-extract':_0x34ff42(0x1a9),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x34ff42(0x23e),'flow-chart-delay':_0x34ff42(0x239),'flow-chart-magnetic-tape':_0x34ff42(0x247),'flow-chart-magnetic-disk':_0x34ff42(0x19f),'flow-chart-magnetic-drum':_0x34ff42(0x1cd),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x34ff42(0x1bf),'irregular-seal2':'爆炸形:14pt','star4':_0x34ff42(0x1f1),'star5':_0x34ff42(0x212),'star6':'星形:六角','star7':_0x34ff42(0x223),'star8':_0x34ff42(0x236),'star10':_0x34ff42(0x1be),'star12':_0x34ff42(0x1d5),'star16':_0x34ff42(0x18b),'star24':_0x34ff42(0x1ce),'star32':_0x34ff42(0x19d),'ribbon2':_0x34ff42(0x246),'ribbon':_0x34ff42(0x1b9),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x34ff42(0x1fd),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x34ff42(0x1d3),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x34ff42(0x1dd),'wedge-round-rect-callout':_0x34ff42(0x1a2),'wedge-ellipse-callout':_0x34ff42(0x1e3),'cloud-callout':_0x34ff42(0x1c4),'border-callout1':_0x34ff42(0x20b),'border-callout2':_0x34ff42(0x234),'border-callout3':_0x34ff42(0x242),'accent-callout1':_0x34ff42(0x20a),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x34ff42(0x1c0),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x34ff42(0x1b1),'accent-border-callout1':_0x34ff42(0x220),'accent-border-callout2':_0x34ff42(0x1e9),'accent-border-callout3':_0x34ff42(0x22d),'left-circular-arrow':_0x34ff42(0x18e),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x34ff42(0x22b),'left-right-ribbon':_0x34ff42(0x1d0),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x34ff42(0x213),'gear9':_0x34ff42(0x195),'corner-tabs':'角標','action-button-back-previous':_0x34ff42(0x190),'action-button-forward-next':_0x34ff42(0x1f4),'action-button-beginning':_0x34ff42(0x219),'action-button-end':_0x34ff42(0x249),'action-button-home':_0x34ff42(0x1f5),'action-button-information':'信息按鈕','action-button-return':_0x34ff42(0x17f),'action-button-movie':'電影按鈕','action-button-document':_0x34ff42(0x237),'action-button-sound':_0x34ff42(0x20f),'action-button-help':_0x34ff42(0x189),'action-button-blank':_0x34ff42(0x232),'chart-plus':_0x34ff42(0x23b),'chart-star':'圖表星號','chart-x':_0x34ff42(0x21c),'flow-chart-offline-storage':_0x34ff42(0x1c3),'line-inv':_0x34ff42(0x1ac),'plaque-tabs':'牌匾標籤','square-tabs':'方形標籤','up-down-arrow-callout':_0x34ff42(0x1ae)}}}};export{e as default};function _0x260b(_0x55b8c6,_0x5e503d){_0x55b8c6=_0x55b8c6-0x17e;const _0x20319b=_0x2031();let _0x260b49=_0x20319b[_0x55b8c6];return _0x260b49;}function _0x2031(){const _0x58d32b=['流程圖:離頁連接符','六邊形','標註:雙彎曲線形(無邊框)','縮放\x20Y','流程圖:文檔','無線條','刪除形狀','垂直對齊','圖形位置','太陽形','帶形:前凸','Text\x20color','底部對齊','重置顏色','七邊形','星形:十角','爆炸形:8pt','標註:線形(無邊框)','端點類型','矩形:圓頂角','流程圖:離線存儲','氣泡:雲','圖片來源','673474eRokQc','流程圖:準備','Underline','流程圖:終止','不等號','折線:箭頭','矩形:剪去頂角','流程圖:直接訪問存儲器','星形:二十四角','十邊形','左右帶形','聯接類型','流程圖:或者','卷形:水平','箭頭:上弧形','星形:十二角','逆時針\x2090\x20度旋轉','縮放\x20X','Justify','流程圖:手動輸入','曲線:箭頭','左下對齊','長虛線-點','對話氣泡:矩形','8mtnSVR','靠上對齊','48zomyBP','垂直置中','箭頭:手杖形','對話氣泡:圓形','標註:左右箭頭','閃電形','箭頭:虛尾','箭頭:上','縱向文字方塊','標註:彎曲線形(帶邊框和強調線)','圖案填充','標註:右箭頭','流程圖:匯總連接','流程圖:內部貯存','將圖片平鋪為紋理','Align\x20Left','箭頭:左右','星形:四角','矩形:剪去對角','虛線類型','前進/下一個按鈕','主頁按鈕','2179585MudVxf','流程圖:手動操作','切換文本竖排','流程圖:資料帶','流程圖:多文檔','空心弧','標註:下箭頭','帶形:前凸彎','填滿色彩','隱形箭頭','立方體','靠下對齊','平行四邊形','剪去單角矩形','箭頭:下','菱形箭頭','字型大小','163206YMheJx','流程圖:可選過程','Bold','標註:線形(帶強調線)','標註:線形','箭頭:右','五邊形','箭頭:直角上','聲音按鈕','流程圖:排序','公式形狀','星形:五角','6齒齒輪','橢圓箭頭','插入...','標註:左箭頭','隱藏形狀面板','流程圖:決策','開始按鈕','右下對齊','雙箭頭曲線','圖表X','矩形:對角圓角','箭頭總匯','切換垂直翻轉','標註:線形(帶邊框和強調線)','隨形狀旋轉','箭頭:左弧形','星形:七角','矩形:一個圓頂角,剪去另一個頂角','半閉框','偏移量\x20X','頂部對齊','置中對齊','Text\x20Background\x20color','右大括號','彎曲箭頭','Align\x20Right','標註:雙彎曲線形(帶邊框和強調線)','箭頭:丁字','箭頭:環形','直線箭頭','右對齊','空白按鈕','對齊方式','標註:彎曲線形','雙箭頭折線','星形:八角','文檔按鈕','2881936fpZYKe','流程圖:延期','雙括號','圖表加號','透明度','直角三角形','流程圖:存儲數據','雙大括號','起點箭頭大小','箭頭:圓角右','標註:雙彎曲線形','開放箭頭','矩形:棱台','裁切為形狀','帶形:上凸','流程圖:順序訪問存儲器','不完整圓','結束按鈕','左對齊','淚滴形','返回按鈕','流程圖:過程','箭頭:V型','流程圖:預定義過程','矩形:單圓角','Align\x20Center','流程圖','長虛線','靠右對齊','674401wYENau','幫助按鈕','長虛線-點-點','星形:十六角','八邊形','星與旗幟','左圓形箭頭','放大字型','返回/上一個按鈕','十字形','圖形樣式','新月形','Strikethrough','9齒齒輪','1653030wvVMoK','水平對齊','圓柱形','非等腰梯形','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','箭頭:十字','終點箭頭類型','星形:三十二角','箭頭:上下','流程圖:磁盤','流程圖:數據','無顏色','對話氣泡:圓角矩形','24735519rDwEzX','箭頭:直角雙向','打開形狀面板','切換水平翻轉','箭頭:左','左上對齊','流程圖:摘錄','圖文框','順時針\x2090\x20度旋轉','線反向','流程圖:對照','上下箭頭標註'];_0x2031=function(){return _0x58d32b;};return _0x2031();}
|
|
@@ -12,6 +12,7 @@ export declare function updateLineShapeData(commandService: ICommandService, uni
|
|
|
12
12
|
* @param unitId
|
|
13
13
|
* @param subUnitId
|
|
14
14
|
* @param shapeId
|
|
15
|
+
* @param oldShapeJSON
|
|
15
16
|
* @param textDataJson
|
|
16
17
|
* @returns {boolean} whether the command executed successfully
|
|
17
18
|
*/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { IAccessor } from '@univerjs/core';
|
|
2
2
|
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import type { LocaleKey } from '../../locale/types';
|
|
3
4
|
import { HorizontalAlign } from '@univerjs/core';
|
|
4
5
|
import { MenuItemType } from '@univerjs/ui';
|
|
5
6
|
import { Observable } from 'rxjs';
|
|
@@ -8,8 +9,8 @@ export declare const SHAPE_HORIZONTAL_ALIGN_CHILDREN: {
|
|
|
8
9
|
icon: string;
|
|
9
10
|
value: HorizontalAlign;
|
|
10
11
|
}[];
|
|
11
|
-
export declare function ShapeHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<HorizontalAlign>;
|
|
12
|
-
export declare function ShapeBackgroundColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<
|
|
12
|
+
export declare function ShapeHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey, HorizontalAlign>;
|
|
13
|
+
export declare function ShapeBackgroundColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey, string | undefined>;
|
|
13
14
|
export declare function ShapeResetBackgroundColorMenuItemFactory(accessor: IAccessor): {
|
|
14
15
|
id: string;
|
|
15
16
|
type: MenuItemType;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { IAccessor } from '@univerjs/core';
|
|
2
2
|
import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
-
|
|
4
|
-
export declare function
|
|
5
|
-
export declare function
|
|
3
|
+
import type { LocaleKey } from '../../locale/types';
|
|
4
|
+
export declare function ShapeFontSizeSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey, number>;
|
|
5
|
+
export declare function ShapeFontSizeIncreaseMenuItemFactory(accessor: IAccessor): IMenuButtonItem<LocaleKey>;
|
|
6
|
+
export declare function ShapeFontSizeDecreaseMenuItemFactory(accessor: IAccessor): IMenuButtonItem<LocaleKey>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { IAccessor } from '@univerjs/core';
|
|
2
2
|
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import type { LocaleKey } from '../../locale/types';
|
|
3
4
|
import { HorizontalAlign } from '@univerjs/core';
|
|
4
5
|
export declare const SHAPE_HORIZONTAL_ALIGN_CHILDREN: {
|
|
5
6
|
label: string;
|
|
6
7
|
icon: string;
|
|
7
8
|
value: HorizontalAlign;
|
|
8
9
|
}[];
|
|
9
|
-
export declare function ShapeTextHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<HorizontalAlign>;
|
|
10
|
+
export declare function ShapeTextHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey, HorizontalAlign>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { IAccessor } from '@univerjs/core';
|
|
2
2
|
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import type { LocaleKey } from '../../locale/types';
|
|
3
4
|
import { VerticalAlign } from '@univerjs/core';
|
|
4
5
|
export declare const SHAPE_VERTICAL_ALIGN_CHILDREN: {
|
|
5
6
|
label: string;
|
|
6
7
|
icon: string;
|
|
7
8
|
value: VerticalAlign;
|
|
8
9
|
}[];
|
|
9
|
-
export declare function ShapeVerticalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<VerticalAlign>;
|
|
10
|
+
export declare function ShapeVerticalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<LocaleKey, VerticalAlign>;
|
package/lib/types/const.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const SHEET_SHAPE_EDIT_PANEL_KEY = "sheet.shape.edit.panel";
|
|
2
|
+
export declare const SHEET_SHAPE_FLOATING_TOOLBAR_KEY = "sheet.shape.floating-toolbar";
|
|
2
3
|
export declare const DOCS_SHAPE_EDITOR_UNIT_ID_KEY: string;
|
|
3
4
|
export declare const ShapeTextEditorContainer = "ShapeTextEditorContainer";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Disposable } from '@univerjs/core';
|
|
2
|
+
import { ComponentManager, IconManager } from '@univerjs/ui';
|
|
3
|
+
export declare class ComponentsController extends Disposable {
|
|
4
|
+
private readonly _componentManager;
|
|
5
|
+
private readonly _iconManager;
|
|
6
|
+
constructor(_componentManager: ComponentManager, _iconManager: IconManager);
|
|
7
|
+
private _registerIcons;
|
|
8
|
+
private _registerComponents;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DocumentDataModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext } from '@univerjs/engine-render';
|
|
3
|
+
import { ShapeTextFloatMenuRenderControllerBase } from '@univerjs-pro/shape-editor-ui';
|
|
4
|
+
import { DocSelectionManagerService } from '@univerjs/docs';
|
|
5
|
+
import { DocCanvasPopManagerService, DocSelectionRenderService } from '@univerjs/docs-ui';
|
|
6
|
+
import { ComponentManager } from '@univerjs/ui';
|
|
7
|
+
export declare class ShapeTextFloatMenuRenderController extends ShapeTextFloatMenuRenderControllerBase {
|
|
8
|
+
constructor(context: IRenderContext<DocumentDataModel>, docSelectionManagerService: DocSelectionManagerService, docCanvasPopManagerService: DocCanvasPopManagerService, componentManager: ComponentManager, docSelectionRenderService: DocSelectionRenderService);
|
|
9
|
+
}
|
|
@@ -1,27 +1,32 @@
|
|
|
1
1
|
import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
|
|
2
2
|
import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService, LocaleService } from '@univerjs/core';
|
|
3
3
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
4
|
-
import {
|
|
4
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
5
5
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
|
-
import {
|
|
6
|
+
import { IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
7
|
+
import { ShapeTextEditingService } from '../services/shape-text-editing.service';
|
|
7
8
|
export declare class SheetsShapeUIController extends Disposable {
|
|
8
9
|
private readonly _univerInstanceService;
|
|
9
|
-
private readonly _sheetInterceptorService;
|
|
10
10
|
private _sidebarService;
|
|
11
11
|
protected readonly _menuManagerService: IMenuManagerService;
|
|
12
12
|
private _sheetsShapeService;
|
|
13
13
|
private readonly _localeService;
|
|
14
|
-
private _componentManager;
|
|
15
14
|
private readonly _commandService;
|
|
16
15
|
private _drawingManagerService;
|
|
17
16
|
private readonly _sheetCanvasPopManagerService;
|
|
18
17
|
private readonly _contextService;
|
|
18
|
+
private readonly _renderManagerService;
|
|
19
|
+
private readonly _shapeTextEditingService;
|
|
19
20
|
private _sidebarDisposable;
|
|
20
21
|
private _activeShapeInfo;
|
|
21
22
|
private _isOpenedShapeEditPanel;
|
|
22
|
-
|
|
23
|
+
private _shapeEditPanelVersion;
|
|
24
|
+
private _initializedShapePopupMenu;
|
|
25
|
+
private _disposePopups;
|
|
26
|
+
constructor(_univerInstanceService: IUniverInstanceService, _sidebarService: ISidebarService, _menuManagerService: IMenuManagerService, _sheetsShapeService: SheetsShapeService, _localeService: LocaleService, _commandService: ICommandService, _drawingManagerService: IDrawingManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _contextService: IContextService, _renderManagerService: IRenderManagerService, _shapeTextEditingService: ShapeTextEditingService);
|
|
23
27
|
private _initMenu;
|
|
24
28
|
private _registerShapeMenu;
|
|
29
|
+
initShapePopupMenu(): void;
|
|
25
30
|
getShapePopupMenus(unitId: string, subUnitId: string, drawingId: string, drawingType: DrawingTypeEnum): ({
|
|
26
31
|
label: string;
|
|
27
32
|
index: number;
|
|
@@ -119,8 +124,10 @@ export declare class SheetsShapeUIController extends Disposable {
|
|
|
119
124
|
disable: boolean;
|
|
120
125
|
})[];
|
|
121
126
|
private _getShapeInfo;
|
|
127
|
+
private _createShapePopupMenu;
|
|
128
|
+
private _clearPopups;
|
|
129
|
+
private _popupMenuListener;
|
|
122
130
|
private _registerOperations;
|
|
123
|
-
private _registerComponent;
|
|
124
131
|
private _openShapeEditPanel;
|
|
125
132
|
private _closeShapeEditPanel;
|
|
126
133
|
}
|
package/lib/types/index.d.ts
CHANGED
|
@@ -4,6 +4,6 @@ export { SetShapeTextFontSizeCommand, SetShapeTextFontSizeDecreaseCommand, SetSh
|
|
|
4
4
|
export { SetShapeTextVerticalAlignCommand } from './commands/command/set-shape-text-vertical-align.command';
|
|
5
5
|
export { ShapeDocAlignCommand } from './commands/command/shape-doc-align.command';
|
|
6
6
|
export { UpdateShapeDataCommand } from './commands/command/update-shape-data.command';
|
|
7
|
-
export type { IUniverSheetsShapeUIConfig } from './
|
|
8
|
-
export { SheetsShapeUIController } from './controllers/
|
|
7
|
+
export type { IUniverSheetsShapeUIConfig } from './config/config';
|
|
8
|
+
export { SheetsShapeUIController } from './controllers/ui.controller';
|
|
9
9
|
export { UniverSheetsShapeUIPlugin } from './plugin';
|
|
@@ -21,6 +21,16 @@ declare const locale: {
|
|
|
21
21
|
fontSize: string;
|
|
22
22
|
fontSizeIncrease: string;
|
|
23
23
|
fontSizeDecrease: string;
|
|
24
|
+
alignLeft: string;
|
|
25
|
+
alignCenter: string;
|
|
26
|
+
alignRight: string;
|
|
27
|
+
alignJustify: string;
|
|
28
|
+
bold: string;
|
|
29
|
+
italic: string;
|
|
30
|
+
underline: string;
|
|
31
|
+
strikethrough: string;
|
|
32
|
+
textColor: string;
|
|
33
|
+
textBackgroundColor: string;
|
|
24
34
|
resetColor: string;
|
|
25
35
|
};
|
|
26
36
|
imagePanel: {
|
package/lib/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IUniverSheetsShapeUIConfig } from './
|
|
1
|
+
import type { IUniverSheetsShapeUIConfig } from './config/config';
|
|
2
2
|
import { ICommandService, IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
3
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
4
4
|
export declare class UniverSheetsShapeUIPlugin extends Plugin {
|
|
@@ -13,6 +13,7 @@ export declare class UniverSheetsShapeUIPlugin extends Plugin {
|
|
|
13
13
|
static version: string;
|
|
14
14
|
constructor(_config: IUniverSheetsShapeUIConfig | undefined, _injector: Injector, _commandService: ICommandService, _configService: IConfigService, _renderManagerService: IRenderManagerService);
|
|
15
15
|
onRendered(): void;
|
|
16
|
+
onSteady(): void;
|
|
16
17
|
onReady(): void;
|
|
17
18
|
onStarting(): void;
|
|
18
19
|
private _initCommands;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const shapeFillOptions: {
|
|
3
|
-
label: string;
|
|
4
|
-
value: ShapeFillEnum;
|
|
5
|
-
}[];
|
|
1
|
+
import { ShapeTypeEnum } from '@univerjs-pro/engine-shape';
|
|
6
2
|
export declare const shapeTypeOptions: (ShapeTypeEnum | {
|
|
7
3
|
type: ShapeTypeEnum;
|
|
8
4
|
endArrow: boolean;
|