@univerjs-pro/sheets-shape-ui 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/types/views/shapes.d.ts +8 -43
- 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/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2ece(_0x402122,_0xc516d1){_0x402122=_0x402122-0x106;const _0x248204=_0x2482();let _0x2ece03=_0x248204[_0x402122];return _0x2ece03;}const _0x499f31=_0x2ece;function _0x2482(){const _0x37be03=['Hình\x20lập\x20phương','Trích\x20xuất','Ruy\x20băng\x20xuống','Chú\x20thích\x202','Hình\x20cơ\x20bản','Kiểu\x20mũi\x20tên\x20đầu','Sao\x2024\x20cánh','Lớn','Căn\x20chỉnh','Ngoặc\x20vuông\x20trái','Quy\x20trình\x20xác\x20định\x20trước','Sao\x206\x20cánh','Chấm\x20vuông','Tăng\x20cỡ\x20chữ','Không\x20tô','Hộp\x20văn\x20bản\x20dọc','Mũi\x20tên\x20khối','Ngoặc\x20nhọn\x20phải','Chú\x20thích\x203','Lưu\x20trữ\x20trực\x20tuyến','Nút\x20hành\x20động:\x20Trống','Tô\x20màu','Kiểu\x20phác\x20thảo','Nút\x20hành\x20động:\x20Kết\x20thúc','Kích\x20thước\x20mũi\x20tên\x20đầu','Căn\x20ngang','Trái\x20tim','Không\x20có\x20đường\x20viền','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Tab\x20góc','Mũi\x20tên\x20cong\x20trái','Vuông','Đường\x20kẻ','Dưới\x20phải','3870185uxgGxs','Đường\x20thẳng','Sọc\x20chéo','Cắt\x20theo\x20hình\x20dạng','Băng\x20từ','Vẽ\x20tay','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Dưới\x20trái','Chú\x20thích\x20đường\x20kẻ\x203','1252531aJTkAH','Kiểu\x20nét\x20đứt','Góc\x20thư\x20mục','Cong','Lát\x20ảnh\x20làm\x20kết\x20cấu','Nhập\x20thủ\x20công','Độ\x20trong\x20suốt','Sao\x205\x20cánh','Nút\x20hành\x20động:\x20Âm\x20thanh','Trống\x20từ','Hình\x20nổ\x202','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Tab\x20vuông','Thập\x20giác','Tròn','Chú\x20thích','10793881GgrNBm','Tỷ\x20lệ\x20X','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Kiểu\x20hình\x20dạng','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Dấu\x20cộng','Hình\x20thang','Dấu\x20bằng','Miếng\x20bánh','Chú\x20thích\x201','Hình\x20cung','Thập\x20nhị\x20giác','Đĩa\x20từ','Tài\x20liệu','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','1267988Goscuv','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Chú\x20thích\x20hình\x20chữ\x20nhật','Độ\x20rộng','Quy\x20trình','Mũi\x20tên\x20hình\x20bầu\x20dục','Dấu\x20chia','Định\x20dạng\x20hình\x20dạng','Mũi\x20tên\x20sọc\x20phải','Kết\x20thúc','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Sao\x2032\x20cánh','Đa\x20tài\x20liệu','Mũi\x20tên\x20kim\x20cương','Thẻ\x20đục\x20lỗ','Khác','Kiểu\x20mũi\x20tên\x20cuối','Hình\x20nổ\x201','Nét\x20đứt\x20dài\x20chấm','Hình\x20biển\x20hiệu','Xoay\x20cùng\x20hình\x20dạng','Hộp\x20văn\x20bản\x20ngang','Màu\x20ô','Cuộn\x20dọc','Tam\x20giác\x20cân','Mũi\x20tên\x20cong\x20phải','Ruy\x20băng\x20lên','Nét\x20đứt\x20dài','Kiểu\x20nối\x20góc','Dữ\x20liệu','Hình\x20thoi','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20bình\x20hành','Tô\x20màu\x20gradient','Tab\x20biển\x20hiệu','Căn\x20trên','Mũi\x20tên\x20nhọn','Hình\x20công\x20thức','Nút\x20hành\x20động:\x20Trợ\x20giúp','Nút\x20hành\x20động:\x20Trang\x20chủ','Hình\x20giọt\x20nước','Mặt\x20cười','Không\x20có','Hình\x20thang\x20không\x20cân','Lưu\x20đồ','Mũi\x20tên\x20trái\x20lên','3692256YexbGA','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Trên\x20trái','Thất\x20giác','Ngoặc\x20vuông\x20phải','Cuộn\x20ngang','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Phim','Bù\x20trừ\x20X','Liền','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Nút\x20hành\x20động:\x20Thông\x20tin','Chú\x20thích\x20đám\x20mây','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Nhỏ','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mũi\x20tên\x20trái\x20phải\x20lên','Trên\x20phải','Quy\x20trình\x20thay\x20thế','Chèn\x20hình\x20dạng','Nguồn\x20ảnh','Dấu\x20trừ','Nút\x20hành\x20động:\x20Trở\x20lại','Đám\x20mây','Căn\x20dưới','Mũi\x20tên\x20cong\x20xuống','Mũi\x20tên\x20đường\x20thẳng','Kiểu\x20đầu\x20mút','Lưu\x20trữ\x20ngoại\x20tuyến','Dấu\x20nhân','Sao\x204\x20cánh','Đầu\x20nối','Mũi\x20tên\x20tròn\x20trái','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Sao\x2012\x20cánh','Khung\x20một\x20nửa','Chú\x20thích\x20mũi\x20tên\x20phải','Bù\x20trừ\x20Y','Tia\x20sét','Hình\x20vát','Nét\x20đứt\x20chấm','Kích\x20thước\x20mũi\x20tên\x20cuối','Hình\x20trụ','Thao\x20tác\x20thủ\x20công','Hình\x20cung\x20khối','Mũi\x20tên\x20xuống','Đường\x20viền','Sao\x2016\x20cánh','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Nét\x20đứt','Mũi\x20tên\x20tròn','Điểm\x20nối\x20tổng','Ngoặc\x20nhọn\x20trái','Chú\x20thích\x20nhấn\x20mạnh\x203','Hiển\x20thị','Tô\x20bằng\x20mẫu','Tỷ\x20lệ\x20Y','Mũi\x20tên\x20tròn\x20trái\x20phải','Mũi\x20tên\x20cong\x20lên','Vát','Mũi\x20tên\x20hở','Dấu\x20khác','Giảm\x20cỡ\x20chữ','Căn\x20dọc','Vị\x20trí\x20hình\x20dạng','Hợp\x20nhất','Mở\x20bảng\x20hình\x20dạng','Chú\x20thích\x20mũi\x20tên\x20trái','Đầu\x20nối\x20khác\x20trang','Giữa','Vẽ\x20nguệch\x20ngoạc','Cỡ\x20chữ','Ruy\x20băng\x20trái\x20phải','Sóng','Trái','Chèn...','Sao\x208\x20cánh','Bánh\x20răng\x206','Sắp\x20xếp','Đường\x20nối\x20cong','4256080idQzPQ','Mũi\x20tên\x20lên\x20xuống','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.','Sóng\x20đôi','Hình\x20dạng','Không','Phễu','Hình\x20chữ\x20L','Dưới','Mũi\x20tên\x20bốn\x20chiều','Căn\x20trái','Mũi\x20tên','1520349FEVats','Đường\x20viền\x20liền','Nút\x20hành\x20động:\x20Bắt\x20đầu','Ruy\x20băng\x20cong\x20xuống','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Trì\x20hoãn','Chú\x20thích\x20nhấn\x20mạnh\x201','Bát\x20giác','Đường\x20viền\x20gradient','Căn\x20giữa','Băng\x20đục\x20lỗ'];_0x2482=function(){return _0x37be03;};return _0x2482();}(function(_0x2f6aa8,_0x501bb7){const _0x344744=_0x2ece,_0x5ae697=_0x2f6aa8();while(!![]){try{const _0x576a07=-parseInt(_0x344744(0x10c))/0x1+parseInt(_0x344744(0x12b))/0x2+-parseInt(_0x344744(0x1b6))/0x3+-parseInt(_0x344744(0x1aa))/0x4+parseInt(_0x344744(0x1e3))/0x5+parseInt(_0x344744(0x159))/0x6+parseInt(_0x344744(0x11c))/0x7;if(_0x576a07===_0x501bb7)break;else _0x5ae697['push'](_0x5ae697['shift']());}catch(_0x1fbf36){_0x5ae697['push'](_0x5ae697['shift']());}}}(_0x2482,0xb52a8));const e={'sheets-shape-ui':{'align':{'top':_0x499f31(0x14e),'middle':_0x499f31(0x1bf),'bottom':_0x499f31(0x171),'left':_0x499f31(0x1b4),'center':_0x499f31(0x1bf),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':_0x499f31(0x199)},'horizontalAlignMode':{'main':_0x499f31(0x1da)},'fillColor':{'main':_0x499f31(0x141)},'fontSize':_0x499f31(0x1a1),'fontSizeIncrease':_0x499f31(0x1ce),'fontSizeDecrease':_0x499f31(0x198),'resetColor':'Đặt\x20lại\x20màu'},'imagePanel':{'crop':{'shape':_0x499f31(0x106)}},'permission':{'editErr':_0x499f31(0x1ac)},'title':_0x499f31(0x1ae),'insertShape':_0x499f31(0x16c),'openPanel':_0x499f31(0x19c),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x499f31(0x132),'shapeStyle':_0x499f31(0x11f),'shapePosition':_0x499f31(0x19a),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x499f31(0x14a),'rotateLeft90':_0x499f31(0x18a),'toggleTextVertical':_0x499f31(0x166),'fill':{'title':_0x499f31(0x1d6),'noFill':_0x499f31(0x1cf),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x499f31(0x14c),'pictureFill':_0x499f31(0x12a),'patternFill':_0x499f31(0x191),'color':'Màu\x20sắc','transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x499f31(0x16d),'insert':_0x499f31(0x1a5),'tileAsTexture':_0x499f31(0x110),'offsetX':_0x499f31(0x161),'offsetY':_0x499f31(0x17f),'scaleX':_0x499f31(0x11d),'scaleY':_0x499f31(0x192),'alignment':_0x499f31(0x1c9),'rotateWithShape':_0x499f31(0x13f),'align':{'tl':_0x499f31(0x15b),'t':'Trên','tr':_0x499f31(0x16a),'l':_0x499f31(0x1a4),'ctr':_0x499f31(0x19f),'r':'Phải','bl':_0x499f31(0x10a),'b':_0x499f31(0x1b2),'br':_0x499f31(0x1e2)}}},'line':{'title':_0x499f31(0x188),'noLine':_0x499f31(0x1dc),'solidLine':_0x499f31(0x1b7),'gradientLine':_0x499f31(0x1be),'color':'Màu\x20sắc','transparency':_0x499f31(0x112),'width':_0x499f31(0x12e),'dashType':{'title':_0x499f31(0x10d),'solid':_0x499f31(0x162),'roundDot':'Chấm\x20tròn','squareDot':_0x499f31(0x1cd),'dash':_0x499f31(0x18b),'dashDot':_0x499f31(0x182),'longDash':_0x499f31(0x146),'longDashDot':_0x499f31(0x13d),'longDashDotDot':'Nét\x20đứt\x20dài\x20hai\x20chấm'},'capType':{'title':_0x499f31(0x174),'flat':'Phẳng','round':_0x499f31(0x11a),'square':_0x499f31(0x1e0)},'joinType':{'title':_0x499f31(0x147),'miter':'Nhọn','round':_0x499f31(0x11a),'bevel':_0x499f31(0x195)},'beginArrowType':_0x499f31(0x1c6),'beginArrowSize':_0x499f31(0x1d9),'endArrowType':_0x499f31(0x13b),'endArrowSize':_0x499f31(0x183),'arrowType':{'none':_0x499f31(0x155),'arrow':_0x499f31(0x1b5),'openArrow':_0x499f31(0x196),'stealthArrow':_0x499f31(0x14f),'diamondArrow':_0x499f31(0x138),'ovalArrow':_0x499f31(0x130)},'arrowSize':{'small':_0x499f31(0x167),'medium':'Vừa','large':_0x499f31(0x1c8)},'sketchType':{'title':_0x499f31(0x1d7),'none':_0x499f31(0x1af),'curved':_0x499f31(0x10f),'freehand':_0x499f31(0x108),'handDrawn':_0x499f31(0x1a0)}},'shape':{'group':{'line':_0x499f31(0x1e1),'rectangle':'Hình\x20chữ\x20nhật','basicShape':_0x499f31(0x1c5),'blockArrow':_0x499f31(0x1d1),'equationShape':_0x499f31(0x150),'flowchart':_0x499f31(0x157),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x499f31(0x11b),'other':_0x499f31(0x13a)},'type':{'line':_0x499f31(0x1e4),'straight-connector1':_0x499f31(0x173),'straight-connector2':_0x499f31(0x120),'bent-connector3':'Đường\x20nối\x20khuỷu','bent-connector3-arrow1':_0x499f31(0x1dd),'bent-connector3-arrow2':'Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','curved-connector3':_0x499f31(0x1a9),'curved-connector3-arrow1':_0x499f31(0x17a),'curved-connector3-arrow2':_0x499f31(0x1ba),'rect':'Hình\x20chữ\x20nhật','round-rect':'Hình\x20chữ\x20nhật\x20bo\x20góc','snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':_0x499f31(0x109),'snip2-diag-rect':_0x499f31(0x168),'snip-round-rect':_0x499f31(0x11e),'round1-rect':_0x499f31(0x135),'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':_0x499f31(0x140),'rect-textbox-vertical':_0x499f31(0x1d0),'ellipse':'Hình\x20elip','triangle':_0x499f31(0x143),'rt-triangle':'Tam\x20giác\x20vuông','parallelogram':_0x499f31(0x14b),'trapezoid':_0x499f31(0x122),'non-isosceles-trapezoid':_0x499f31(0x156),'diamond':_0x499f31(0x149),'pentagon':'Ngũ\x20giác','hexagon':'Lục\x20giác','heptagon':_0x499f31(0x15c),'octagon':_0x499f31(0x1bd),'decagon':_0x499f31(0x119),'dodecagon':_0x499f31(0x127),'pie':'Hình\x20quạt','chord':_0x499f31(0x126),'teardrop':_0x499f31(0x153),'frame':'Khung','half-frame':_0x499f31(0x17d),'corner':_0x499f31(0x1b1),'diag-stripe':_0x499f31(0x1e5),'plus':_0x499f31(0x121),'plaque':_0x499f31(0x13e),'can':_0x499f31(0x184),'cube':_0x499f31(0x1c1),'bevel':_0x499f31(0x181),'donut':'Hình\x20bánh\x20rán','no-smoking':'Biển\x20cấm\x20hút\x20thuốc','block-arc':_0x499f31(0x186),'folder-corner':_0x499f31(0x10e),'smiley-face':_0x499f31(0x154),'heart':_0x499f31(0x1db),'lightning-bolt':_0x499f31(0x180),'sun':'Mặt\x20trời','moon':'Mặt\x20trăng','cloud':_0x499f31(0x170),'arc':_0x499f31(0x126),'bracket-pair':'Cặp\x20ngoặc\x20vuông','brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':_0x499f31(0x1ca),'right-bracket':_0x499f31(0x15d),'left-brace':_0x499f31(0x18e),'right-brace':_0x499f31(0x1d2),'right-arrow':'Mũi\x20tên\x20phải','left-arrow':'Mũi\x20tên\x20trái','up-arrow':'Mũi\x20tên\x20lên','down-arrow':_0x499f31(0x187),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x499f31(0x1ab),'quad-arrow':_0x499f31(0x1b3),'left-right-up-arrow':_0x499f31(0x169),'bent-arrow':_0x499f31(0x15f),'uturn-arrow':'Mũi\x20tên\x20quay\x20đầu','left-up-arrow':_0x499f31(0x158),'bent-up-arrow':_0x499f31(0x194),'curved-right-arrow':_0x499f31(0x144),'curved-left-arrow':_0x499f31(0x1df),'curved-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-down-arrow':_0x499f31(0x172),'striped-right-arrow':_0x499f31(0x133),'notched-right-arrow':'Mũi\x20tên\x20khía\x20phải','home-plate':_0x499f31(0x163),'chevron':'Hình\x20chữ\x20V','right-arrow-callout':_0x499f31(0x17e),'down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20xuống','left-arrow-callout':_0x499f31(0x19d),'up-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên','left-right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','quad-arrow-callout':_0x499f31(0x17b),'circular-arrow':_0x499f31(0x18c),'math-plus':_0x499f31(0x121),'math-minus':_0x499f31(0x16e),'math-multiply':_0x499f31(0x176),'math-divide':_0x499f31(0x131),'math-equal':_0x499f31(0x123),'math-not-equal':_0x499f31(0x197),'flow-chart-process':_0x499f31(0x12f),'flow-chart-alternate-process':_0x499f31(0x16b),'flow-chart-decision':'Quyết\x20định','flow-chart-input-output':_0x499f31(0x148),'flow-chart-predefined-process':_0x499f31(0x1cb),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x499f31(0x129),'flow-chart-multidocument':_0x499f31(0x137),'flow-chart-terminator':_0x499f31(0x134),'flow-chart-preparation':'Chuẩn\x20bị','flow-chart-manual-input':_0x499f31(0x111),'flow-chart-manual-operation':_0x499f31(0x185),'flow-chart-connector':_0x499f31(0x178),'flow-chart-offpage-connector':_0x499f31(0x19e),'flow-chart-punched-card':_0x499f31(0x139),'flow-chart-punched-tape':_0x499f31(0x1c0),'flow-chart-summing-junction':_0x499f31(0x18d),'flow-chart-or':'Hoặc','flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x499f31(0x1a8),'flow-chart-extract':_0x499f31(0x1c2),'flow-chart-merge':_0x499f31(0x19b),'flow-chart-online-storage':_0x499f31(0x1d4),'flow-chart-delay':_0x499f31(0x1bb),'flow-chart-magnetic-tape':_0x499f31(0x107),'flow-chart-magnetic-disk':_0x499f31(0x128),'flow-chart-magnetic-drum':_0x499f31(0x115),'flow-chart-display':_0x499f31(0x190),'irregular-seal1':_0x499f31(0x13c),'irregular-seal2':_0x499f31(0x116),'star4':_0x499f31(0x177),'star5':_0x499f31(0x113),'star6':_0x499f31(0x1cc),'star7':'Sao\x207\x20cánh','star8':_0x499f31(0x1a6),'star10':'Sao\x2010\x20cánh','star12':_0x499f31(0x17c),'star16':_0x499f31(0x189),'star24':_0x499f31(0x1c7),'star32':_0x499f31(0x136),'ribbon2':_0x499f31(0x145),'ribbon':_0x499f31(0x1c3),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':_0x499f31(0x1b9),'vertical-scroll':_0x499f31(0x142),'horizontal-scroll':_0x499f31(0x15e),'wave':_0x499f31(0x1a3),'double-wave':_0x499f31(0x1ad),'wedge-rect-callout':_0x499f31(0x12d),'wedge-round-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0x499f31(0x165),'border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':_0x499f31(0x10b),'accent-callout1':_0x499f31(0x1bc),'accent-callout2':'Chú\x20thích\x20nhấn\x20mạnh\x202','accent-callout3':_0x499f31(0x18f),'callout1':_0x499f31(0x125),'callout2':_0x499f31(0x1c4),'callout3':_0x499f31(0x1d3),'accent-border-callout1':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x499f31(0x15a),'left-circular-arrow':_0x499f31(0x179),'left-right-circular-arrow':_0x499f31(0x193),'swoosh-arrow':'Mũi\x20tên\x20lướt','left-right-ribbon':_0x499f31(0x1a2),'pie-wedge':_0x499f31(0x124),'funnel':_0x499f31(0x1b0),'gear6':_0x499f31(0x1a7),'gear9':'Bánh\x20răng\x209','corner-tabs':_0x499f31(0x1de),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0x499f31(0x117),'action-button-beginning':_0x499f31(0x1b8),'action-button-end':_0x499f31(0x1d8),'action-button-home':_0x499f31(0x152),'action-button-information':_0x499f31(0x164),'action-button-return':_0x499f31(0x16f),'action-button-movie':_0x499f31(0x160),'action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x499f31(0x114),'action-button-help':_0x499f31(0x151),'action-button-blank':_0x499f31(0x1d5),'chart-plus':'Biểu\x20đồ\x20cộng','chart-star':'Biểu\x20đồ\x20sao','chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0x499f31(0x175),'line-inv':'Đường\x20ngược','plaque-tabs':_0x499f31(0x14d),'square-tabs':_0x499f31(0x118),'up-down-arrow-callout':_0x499f31(0x12c)}}}};export{e as default};
|
|
1
|
+
function _0x1862(){const _0x5d1dfe=['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.','Chú\x20thích\x20nhấn\x20mạnh\x203','Nút\x20hành\x20động:\x20Phim','Hình\x20chữ\x20nhật\x20bo\x20góc','Nút\x20hành\x20động:\x20Âm\x20thanh','Căn\x20ngang','Tô\x20màu\x20gradient','Phễu','Sao\x2016\x20cánh','Dấu\x20bằng','Nút\x20hành\x20động:\x20Kết\x20thúc','Dấu\x20nhân','Lục\x20giác','Tab\x20góc','Tròn','Ngoặc\x20vuông\x20phải','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Kiểu\x20nét\x20đứt','Sao\x2012\x20cánh','Hình\x20vát','Chú\x20thích\x20mũi\x20tên\x20trái','27eqrmDC','Dữ\x20liệu','Sọc\x20chéo','Mũi\x20tên\x20cong','Ruy\x20băng\x20cong\x20xuống','Đường\x20kẻ','Mũi\x20tên\x20lướt','Định\x20dạng\x20hình\x20dạng','Căn\x20dưới','Miếng\x20bánh','Mũi\x20tên\x20cong\x20phải','Tỷ\x20lệ\x20Y','Justify','Căn\x20phải','Chú\x20thích\x20nhấn\x20mạnh\x201','Lớn','Khung','Chèn...','Kiểu\x20mũi\x20tên\x20đầu','Cỡ\x20chữ','Italic','Không\x20có','Cuộn\x20ngang','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Ngoặc\x20nhọn\x20phải','1050102yOErur','Bánh\x20răng\x209','Hình\x20chữ\x20nhật','14694510dvmSER','Hình\x20biển\x20hiệu','Trên\x20phải','Hình\x20giọt\x20nước','Cong','Hoặc','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Mở\x20bảng\x20hình\x20dạng','Trên','Căn\x20chỉnh','Chú\x20thích\x20mũi\x20tên\x20xuống','Lưu\x20trữ\x20nội\x20bộ','Chú\x20thích\x203','Đường\x20thẳng','Bát\x20giác','Mũi\x20tên\x20hở','Xoay\x20cùng\x20hình\x20dạng','Độ\x20rộng','Thẻ\x20đục\x20lỗ','Mặt\x20cười','Căn\x20trên','Chú\x20thích\x20hình\x20chữ\x20nhật','Giảm\x20cỡ\x20chữ','Đối\x20chiếu','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Phải','Căn\x20giữa','Mũi\x20tên\x20lên\x20xuống','Đĩa\x20từ','Màu\x20ô','Đám\x20mây','Ngoặc\x20vuông\x20trái','Thất\x20giác','Dấu\x20cộng','Tô\x20bằng\x20mẫu','Bold','6FgYLmU','Nút\x20hành\x20động:\x20Bắt\x20đầu','Lát\x20ảnh\x20làm\x20kết\x20cấu','Kiểu\x20nối\x20góc','2978560QqHWuR','Sao\x2024\x20cánh','Đường\x20viền\x20gradient','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Lưu\x20đồ','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Nét\x20đứt\x20dài\x20hai\x20chấm','Hình\x20dạng','Đa\x20tài\x20liệu','Nhỏ','Dưới','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Hình\x20bình\x20hành','Cắt\x20theo\x20hình\x20dạng','Thập\x20giác','Chuẩn\x20bị','Trì\x20hoãn','Bật/tắt\x20lật\x20dọc','Biểu\x20đồ\x20sao','Nét\x20đứt\x20chấm','Lưu\x20trữ\x20trực\x20tuyến','Bánh\x20răng\x206','Hình\x20chữ\x20L','Sao\x205\x20cánh','Mũi\x20tên\x20trái','Kiểu\x20hình\x20dạng','Hình\x20thang\x20không\x20cân','Trái','Chú\x20thích\x20hình\x20elip','Vẽ\x20tay','Chú\x20thích\x20mũi\x20tên\x20phải','Hình\x20cung','Hình\x20bánh\x20rán','Vuông','Hình\x20cung\x20khối','Kích\x20thước\x20mũi\x20tên\x20đầu','Text\x20color','Text\x20Background\x20color','Hình\x20công\x20thức','Ngoặc\x20nhọn\x20trái','Đường\x20nối\x20cong','Sao\x2010\x20cánh','Băng\x20đục\x20lỗ','Không\x20tô','Hình\x20chữ\x20V','Sắp\x20xếp','Mũi\x20tên\x20trái\x20lên','4586635dFYrCv','Tô\x20màu','Chèn\x20hình\x20dạng','Trích\x20xuất','Quy\x20trình\x20xác\x20định\x20trước','Chú\x20thích\x201','Ẩn\x20bảng\x20hình\x20dạng','Ruy\x20băng\x20trái\x20phải','Trên\x20trái','Nút\x20hành\x20động:\x20Trở\x20lại','Không\x20có\x20đường\x20viền','Tỷ\x20lệ\x20X','Kiểu\x20phác\x20thảo','Hình\x20nổ\x201','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Hợp\x20nhất','Bù\x20trừ\x20Y','Không','Biểu\x20đồ\x20cộng','Mũi\x20tên\x20khối','Cặp\x20ngoặc\x20vuông','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Đặt\x20lại\x20màu','Dưới\x20trái','Chuyển\x20đổi\x20lật\x20ngang','Mặt\x20trăng','Cuộn\x20dọc','Strikethrough','Lưu\x20trữ\x20ngoại\x20tuyến','Hình\x20lập\x20phương','Độ\x20trong\x20suốt','Sóng\x20đôi','Sóng','Đường\x20nối\x20khuỷu','Tam\x20giác\x20cân','Tab\x20vuông','Cặp\x20ngoặc\x20nhọn','1536682yQcQYF','Mũi\x20tên\x20bốn\x20chiều','40VgQMBe','Căn\x20dọc','Màu\x20sắc','Mũi\x20tên\x20cong\x20xuống','Chú\x20thích\x20nhấn\x20mạnh\x202','Đầu\x20nối','Nét\x20đứt\x20dài\x20chấm','Nhọn','Mũi\x20tên\x20khía\x20phải','Điểm\x20nối\x20tổng','Nét\x20đứt\x20dài','Align\x20Left','Liền','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','2184609zMrCgk','Băng\x20từ','Nhập\x20thủ\x20công','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Dưới\x20phải','Mũi\x20tên\x20đường\x20thẳng','Mũi\x20tên\x20sọc\x20phải','Đầu\x20nối\x20khác\x20trang','Bù\x20trừ\x20X','Nét\x20đứt','Dấu\x20trừ','Kết\x20thúc','Sao\x20và\x20Biểu\x20ngữ','Hộp\x20văn\x20bản\x20ngang','Hình\x20nổ\x202','Sao\x206\x20cánh','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Ngũ\x20giác','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Tài\x20liệu','Khung\x20một\x20nửa','Hình\x20cơ\x20bản','Vị\x20trí\x20hình\x20dạng','Biển\x20cấm\x20hút\x20thuốc','Chú\x20thích\x20đường\x20kẻ\x203','Mũi\x20tên\x20cong\x20lên','Tô\x20màu\x20đặc','Quyết\x20định','2885936cqeIzM','Mũi\x20tên\x20quay\x20đầu','Mũi\x20tên\x20tròn','Hiển\x20thị','Mặt\x20trời','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Ruy\x20băng\x20xuống','Kiểu\x20đầu\x20mút','Quy\x20trình\x20thay\x20thế','Tab\x20biển\x20hiệu','Hình\x20elip','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Căn\x20trái','Ruy\x20băng\x20cong\x20lên','Nguồn\x20ảnh','Trái\x20tim','Trống\x20từ','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Góc\x20thư\x20mục'];_0x1862=function(){return _0x5d1dfe;};return _0x1862();}const _0x5e0348=_0x4d87;function _0x4d87(_0x5e506e,_0x553713){_0x5e506e=_0x5e506e-0x128;const _0x1862af=_0x1862();let _0x4d8731=_0x1862af[_0x5e506e];return _0x4d8731;}(function(_0x5ae08c,_0x292bbe){const _0x4e5ddc=_0x4d87,_0x53fc0e=_0x5ae08c();while(!![]){try{const _0x9ed500=-parseInt(_0x4e5ddc(0x170))/0x1+parseInt(_0x4e5ddc(0x20b))/0x2+-parseInt(_0x4e5ddc(0x1e0))/0x3+-parseInt(_0x4e5ddc(0x19d))/0x4+-parseInt(_0x4e5ddc(0x14b))/0x5*(parseInt(_0x4e5ddc(0x207))/0x6)+-parseInt(_0x4e5ddc(0x180))/0x7*(parseInt(_0x4e5ddc(0x172))/0x8)+-parseInt(_0x4e5ddc(0x1c5))/0x9*(-parseInt(_0x4e5ddc(0x1e3))/0xa);if(_0x9ed500===_0x292bbe)break;else _0x53fc0e['push'](_0x53fc0e['shift']());}catch(_0xdadc76){_0x53fc0e['push'](_0x53fc0e['shift']());}}}(_0x1862,0xc6297));const e={'sheets-shape-ui':{'align':{'top':_0x5e0348(0x1f7),'middle':_0x5e0348(0x1fd),'bottom':_0x5e0348(0x1cd),'left':_0x5e0348(0x1a9),'center':'Căn\x20giữa','right':_0x5e0348(0x1d2)},'toolbar':{'verticalAlignMode':{'main':_0x5e0348(0x173)},'horizontalAlignMode':{'main':_0x5e0348(0x1b5)},'fillColor':{'main':_0x5e0348(0x200)},'fontSize':_0x5e0348(0x1d8),'fontSizeIncrease':'Tăng\x20cỡ\x20chữ','fontSizeDecrease':_0x5e0348(0x1f9),'alignLeft':_0x5e0348(0x17d),'alignCenter':'Align\x20Center','alignRight':'Align\x20Right','alignJustify':_0x5e0348(0x1d1),'bold':_0x5e0348(0x206),'italic':_0x5e0348(0x1d9),'underline':'Underline','strikethrough':_0x5e0348(0x166),'textColor':_0x5e0348(0x140),'textBackgroundColor':_0x5e0348(0x141),'resetColor':_0x5e0348(0x161)},'imagePanel':{'crop':{'shape':_0x5e0348(0x129)}},'permission':{'editErr':_0x5e0348(0x1b0)},'title':_0x5e0348(0x213),'insertShape':_0x5e0348(0x14d),'openPanel':_0x5e0348(0x1ea),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x5e0348(0x151),'formatShape':_0x5e0348(0x1cc),'shapeStyle':_0x5e0348(0x135),'shapePosition':_0x5e0348(0x197),'toggleFlipH':_0x5e0348(0x163),'toggleFlipV':_0x5e0348(0x12d),'rotateRight90':_0x5e0348(0x1dc),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','fill':{'title':_0x5e0348(0x14c),'noFill':_0x5e0348(0x147),'solidFill':_0x5e0348(0x19b),'gradientFill':_0x5e0348(0x1b6),'pictureFill':_0x5e0348(0x210),'patternFill':_0x5e0348(0x205),'color':_0x5e0348(0x174),'transparency':_0x5e0348(0x169),'picture':{'source':_0x5e0348(0x1ab),'insert':_0x5e0348(0x1d6),'tileAsTexture':_0x5e0348(0x209),'offsetX':_0x5e0348(0x188),'offsetY':_0x5e0348(0x15b),'scaleX':_0x5e0348(0x156),'scaleY':_0x5e0348(0x1d0),'alignment':_0x5e0348(0x1ec),'rotateWithShape':_0x5e0348(0x1f3),'align':{'tl':_0x5e0348(0x153),'t':_0x5e0348(0x1eb),'tr':_0x5e0348(0x1e5),'l':_0x5e0348(0x137),'ctr':'Giữa','r':_0x5e0348(0x1fc),'bl':_0x5e0348(0x162),'b':_0x5e0348(0x216),'br':_0x5e0348(0x184)}}},'line':{'title':'Đường\x20viền','noLine':_0x5e0348(0x155),'solidLine':'Đường\x20viền\x20liền','gradientLine':_0x5e0348(0x20d),'color':_0x5e0348(0x174),'transparency':_0x5e0348(0x169),'width':_0x5e0348(0x1f4),'dashType':{'title':_0x5e0348(0x1c1),'solid':_0x5e0348(0x17e),'roundDot':'Chấm\x20tròn','squareDot':'Chấm\x20vuông','dash':_0x5e0348(0x189),'dashDot':_0x5e0348(0x12f),'longDash':_0x5e0348(0x17c),'longDashDot':_0x5e0348(0x178),'longDashDotDot':_0x5e0348(0x212)},'capType':{'title':_0x5e0348(0x1a4),'flat':'Phẳng','round':_0x5e0348(0x1be),'square':_0x5e0348(0x13d)},'joinType':{'title':_0x5e0348(0x20a),'miter':_0x5e0348(0x179),'round':'Tròn','bevel':'Vát'},'beginArrowType':_0x5e0348(0x1d7),'beginArrowSize':_0x5e0348(0x13f),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','arrowType':{'none':_0x5e0348(0x1da),'arrow':'Mũi\x20tên','openArrow':_0x5e0348(0x1f2),'stealthArrow':'Mũi\x20tên\x20nhọn','diamondArrow':'Mũi\x20tên\x20kim\x20cương','ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':_0x5e0348(0x215),'medium':'Vừa','large':_0x5e0348(0x1d4)},'sketchType':{'title':_0x5e0348(0x157),'none':_0x5e0348(0x15c),'curved':_0x5e0348(0x1e7),'freehand':_0x5e0348(0x139),'handDrawn':'Vẽ\x20nguệch\x20ngoạc'}},'shape':{'group':{'line':_0x5e0348(0x1ca),'rectangle':_0x5e0348(0x1e2),'basicShape':_0x5e0348(0x196),'blockArrow':_0x5e0348(0x15e),'equationShape':_0x5e0348(0x142),'flowchart':_0x5e0348(0x20f),'starAndBanner':_0x5e0348(0x18c),'callout':'Chú\x20thích','other':'Khác'},'type':{'line':_0x5e0348(0x1f0),'straight-connector1':_0x5e0348(0x185),'straight-connector2':_0x5e0348(0x1dd),'bent-connector3':_0x5e0348(0x16c),'bent-connector3-arrow1':_0x5e0348(0x1c0),'bent-connector3-arrow2':_0x5e0348(0x1fb),'curved-connector3':_0x5e0348(0x144),'curved-connector3-arrow1':_0x5e0348(0x1e9),'curved-connector3-arrow2':_0x5e0348(0x1a8),'rect':_0x5e0348(0x1e2),'round-rect':_0x5e0348(0x1b3),'snip1-rect':_0x5e0348(0x159),'snip2-same-rect':_0x5e0348(0x17f),'snip2-diag-rect':_0x5e0348(0x1a2),'snip-round-rect':_0x5e0348(0x1de),'round1-rect':_0x5e0348(0x193),'round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':_0x5e0348(0x20e),'rect-textbox-horizontal':_0x5e0348(0x18d),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x5e0348(0x1a7),'triangle':_0x5e0348(0x16d),'rt-triangle':'Tam\x20giác\x20vuông','parallelogram':_0x5e0348(0x128),'trapezoid':'Hình\x20thang','non-isosceles-trapezoid':_0x5e0348(0x136),'diamond':'Hình\x20thoi','pentagon':_0x5e0348(0x192),'hexagon':_0x5e0348(0x1bc),'heptagon':_0x5e0348(0x203),'octagon':_0x5e0348(0x1f1),'decagon':_0x5e0348(0x12a),'dodecagon':'Thập\x20nhị\x20giác','pie':'Hình\x20quạt','chord':_0x5e0348(0x13b),'teardrop':_0x5e0348(0x1e6),'frame':_0x5e0348(0x1d5),'half-frame':_0x5e0348(0x195),'corner':_0x5e0348(0x132),'diag-stripe':_0x5e0348(0x1c7),'plus':_0x5e0348(0x204),'plaque':_0x5e0348(0x1e4),'can':'Hình\x20trụ','cube':_0x5e0348(0x168),'bevel':_0x5e0348(0x1c3),'donut':_0x5e0348(0x13c),'no-smoking':_0x5e0348(0x198),'block-arc':_0x5e0348(0x13e),'folder-corner':_0x5e0348(0x1af),'smiley-face':_0x5e0348(0x1f6),'heart':_0x5e0348(0x1ac),'lightning-bolt':'Tia\x20sét','sun':_0x5e0348(0x1a1),'moon':_0x5e0348(0x164),'cloud':_0x5e0348(0x201),'arc':_0x5e0348(0x13b),'bracket-pair':_0x5e0348(0x15f),'brace-pair':_0x5e0348(0x16f),'left-bracket':_0x5e0348(0x202),'right-bracket':_0x5e0348(0x1bf),'left-brace':_0x5e0348(0x143),'right-brace':_0x5e0348(0x1df),'right-arrow':'Mũi\x20tên\x20phải','left-arrow':_0x5e0348(0x134),'up-arrow':'Mũi\x20tên\x20lên','down-arrow':'Mũi\x20tên\x20xuống','left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x5e0348(0x1fe),'quad-arrow':_0x5e0348(0x171),'left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':_0x5e0348(0x1c8),'uturn-arrow':_0x5e0348(0x19e),'left-up-arrow':_0x5e0348(0x14a),'bent-up-arrow':_0x5e0348(0x19a),'curved-right-arrow':_0x5e0348(0x1cf),'curved-left-arrow':'Mũi\x20tên\x20cong\x20trái','curved-up-arrow':_0x5e0348(0x19a),'curved-down-arrow':_0x5e0348(0x175),'striped-right-arrow':_0x5e0348(0x186),'notched-right-arrow':_0x5e0348(0x17a),'home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':_0x5e0348(0x148),'right-arrow-callout':_0x5e0348(0x13a),'down-arrow-callout':_0x5e0348(0x1ed),'left-arrow-callout':_0x5e0348(0x1c4),'up-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên','left-right-arrow-callout':_0x5e0348(0x217),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':_0x5e0348(0x19f),'math-plus':_0x5e0348(0x204),'math-minus':_0x5e0348(0x18a),'math-multiply':_0x5e0348(0x1bb),'math-divide':'Dấu\x20chia','math-equal':_0x5e0348(0x1b9),'math-not-equal':'Dấu\x20khác','flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x5e0348(0x1a5),'flow-chart-decision':_0x5e0348(0x19c),'flow-chart-input-output':_0x5e0348(0x1c6),'flow-chart-predefined-process':_0x5e0348(0x14f),'flow-chart-internal-storage':_0x5e0348(0x1ee),'flow-chart-document':_0x5e0348(0x194),'flow-chart-multidocument':_0x5e0348(0x214),'flow-chart-terminator':_0x5e0348(0x18b),'flow-chart-preparation':_0x5e0348(0x12b),'flow-chart-manual-input':_0x5e0348(0x182),'flow-chart-manual-operation':'Thao\x20tác\x20thủ\x20công','flow-chart-connector':_0x5e0348(0x177),'flow-chart-offpage-connector':_0x5e0348(0x187),'flow-chart-punched-card':_0x5e0348(0x1f5),'flow-chart-punched-tape':_0x5e0348(0x146),'flow-chart-summing-junction':_0x5e0348(0x17b),'flow-chart-or':_0x5e0348(0x1e8),'flow-chart-collate':_0x5e0348(0x1fa),'flow-chart-sort':_0x5e0348(0x149),'flow-chart-extract':_0x5e0348(0x14e),'flow-chart-merge':_0x5e0348(0x15a),'flow-chart-online-storage':_0x5e0348(0x130),'flow-chart-delay':_0x5e0348(0x12c),'flow-chart-magnetic-tape':_0x5e0348(0x181),'flow-chart-magnetic-disk':_0x5e0348(0x1ff),'flow-chart-magnetic-drum':_0x5e0348(0x1ad),'flow-chart-display':_0x5e0348(0x1a0),'irregular-seal1':_0x5e0348(0x158),'irregular-seal2':_0x5e0348(0x18e),'star4':'Sao\x204\x20cánh','star5':_0x5e0348(0x133),'star6':_0x5e0348(0x18f),'star7':'Sao\x207\x20cánh','star8':'Sao\x208\x20cánh','star10':_0x5e0348(0x145),'star12':_0x5e0348(0x1c2),'star16':_0x5e0348(0x1b8),'star24':_0x5e0348(0x20c),'star32':'Sao\x2032\x20cánh','ribbon2':'Ruy\x20băng\x20lên','ribbon':_0x5e0348(0x1a3),'ellipse-ribbon2':_0x5e0348(0x1aa),'ellipse-ribbon':_0x5e0348(0x1c9),'vertical-scroll':_0x5e0348(0x165),'horizontal-scroll':_0x5e0348(0x1db),'wave':_0x5e0348(0x16b),'double-wave':_0x5e0348(0x16a),'wedge-rect-callout':_0x5e0348(0x1f8),'wedge-round-rect-callout':_0x5e0348(0x183),'wedge-ellipse-callout':_0x5e0348(0x138),'cloud-callout':'Chú\x20thích\x20đám\x20mây','border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':_0x5e0348(0x199),'accent-callout1':_0x5e0348(0x1d3),'accent-callout2':_0x5e0348(0x176),'accent-callout3':_0x5e0348(0x1b1),'callout1':_0x5e0348(0x150),'callout2':'Chú\x20thích\x202','callout3':_0x5e0348(0x1ef),'accent-border-callout1':_0x5e0348(0x1ae),'accent-border-callout2':_0x5e0348(0x191),'accent-border-callout3':_0x5e0348(0x211),'left-circular-arrow':'Mũi\x20tên\x20tròn\x20trái','left-right-circular-arrow':'Mũi\x20tên\x20tròn\x20trái\x20phải','swoosh-arrow':_0x5e0348(0x1cb),'left-right-ribbon':_0x5e0348(0x152),'pie-wedge':_0x5e0348(0x1ce),'funnel':_0x5e0348(0x1b7),'gear6':_0x5e0348(0x131),'gear9':_0x5e0348(0x1e1),'corner-tabs':_0x5e0348(0x1bd),'action-button-back-previous':_0x5e0348(0x190),'action-button-forward-next':_0x5e0348(0x160),'action-button-beginning':_0x5e0348(0x208),'action-button-end':_0x5e0348(0x1ba),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':'Nút\x20hành\x20động:\x20Thông\x20tin','action-button-return':_0x5e0348(0x154),'action-button-movie':_0x5e0348(0x1b2),'action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x5e0348(0x1b4),'action-button-help':'Nút\x20hành\x20động:\x20Trợ\x20giúp','action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':_0x5e0348(0x15d),'chart-star':_0x5e0348(0x12e),'chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0x5e0348(0x167),'line-inv':'Đường\x20ngược','plaque-tabs':_0x5e0348(0x1a6),'square-tabs':_0x5e0348(0x16e),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x23fb73=_0x511b;function _0x40e9(){const _0x3a5acd=['线反向','横向文本框','泪滴形','八边形','2716479LGjLyt','空白按钮','星形:七角','形状位置','左大括号','插入...','无填充','终点箭头大小','图表星号','透明度','箭头:圆角右','十边形','903425kGldBD','闪电形','顶部对齐','流程图:延期','终点箭头类型','切换垂直翻转','剪去单角矩形','五边形','流程图:可选过程','长划线','标注:弯曲线形(无边框)','流程图:卡片','水平对齐','左右带形','箭头:虚尾','纯色填充','公式形状','图片或纹理填充','流程图:终止','半闭框','4470529iftzYx','流程图:直接访问存储器','星形:十二角','标注:十字箭头','标注:双弯曲线形','格式化形状','箭头:手杖形','对话气泡:圆形','标注:弯曲线形(带强调线)','矩形:棱台','箭头:下','长划线-点-点','左下对齐','标注:左右箭头','圆角矩形','左上对齐','标注:弯曲线形','渐变填充','气泡:云','六边形','箭头:燕尾形','逆时针90度旋转','等腰三角形','切换文本竖排','增大字号','左右圆形箭头','右上对齐','起点箭头大小','2619218gTPYHa','流程图:多文档','矩形:一个圆顶角,剪去另一个顶角','流程图:顺序访问存储器','2896923yZloMW','平行四边形','开放箭头','结束按钮','立方体','双箭头曲线','流程图:手动操作','矩形:剪去顶角','顺时针90度旋转','流程图:内部贮存','太阳形','流程图:显示','箭头:左右','标注:下箭头','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','长划线-点','20RtnYYJ','返回/上一个按钮','菱形箭头','上下箭头标注','标注:双弯曲线形(带边框和强调线)','渐变线','文档按钮','箭头:左','流程图:排序','电影按钮','箭头:下弧形','流程图:文档','短划线-点','流程图:摘录','流程图:对照','折线:箭头','椭圆箭头','居中对齐','流程图:或者','短划线类型','星形:十六角','帮助按钮','箭头:右','十二边形','带形:前凸','星与旗帜','爆炸形:8pt','带形:上凸','图文框','流程图:离页连接符','3501882OBiSZX','爆炸形:14pt','流程图:预定义过程','标注:线形(带强调线)','减小字号','插入形状','流程图:存储数据','将图片平铺为纹理','起点箭头类型','不完整圆','与形状一起旋转','卷形:垂直','图表X','标注:线形(带边框和强调线)','基本形状','标注:线形','带形:上凸弯','矩形:对角圆角','声音按钮','缺角矩形','直线箭头','标注:左箭头','直角三角形','短划线','曲线:箭头','刻度\x20X','流程图:磁盘','箭头:直角双向','88zldUHJ','联接类型','星形:八角','左对齐','纵向文本框','图片源','星形:三十二角','流程图:过程','右对齐','标注:双弯曲线形(带强调线)','899088CZylEy','箭头:环形','底部对齐','单元格颜色','星形:二十四角','主页按钮','牌匾标签','箭头:上下','标注:上箭头','新月形','双箭头直线','矩形:折角','箭头:上','右大括号','流程图:接点','流程图:数据','箭头:左弧形','方形标签','左圆形箭头','开始按钮','禁止符','卷形:水平','偏移量\x20X','流程图:合并','双大括号','流程图:资料带','重置颜色','端点类型','流程图:准备','草绘样式','偏移量\x20Y'];_0x40e9=function(){return _0x3a5acd;};return _0x40e9();}(function(_0x18adf3,_0x140eed){const _0x20bad3=_0x511b,_0x579f7c=_0x18adf3();while(!![]){try{const _0x25269f=parseInt(_0x20bad3(0xcf))/0x1+parseInt(_0x20bad3(0x12e))/0x2+parseInt(_0x20bad3(0x132))/0x3+parseInt(_0x20bad3(0x142))/0x4*(parseInt(_0x20bad3(0xfe))/0x5)+-parseInt(_0x20bad3(0x160))/0x6+parseInt(_0x20bad3(0x112))/0x7+-parseInt(_0x20bad3(0xc5))/0x8*(parseInt(_0x20bad3(0xf2))/0x9);if(_0x25269f===_0x140eed)break;else _0x579f7c['push'](_0x579f7c['shift']());}catch(_0x1264c8){_0x579f7c['push'](_0x579f7c['shift']());}}}(_0x40e9,0xc664e));function _0x511b(_0x569479,_0x36da4c){_0x569479=_0x569479-0xaa;const _0x40e9ee=_0x40e9();let _0x511b6a=_0x40e9ee[_0x569479];return _0x511b6a;}const e={'sheets-shape-ui':{'align':{'top':_0x23fb73(0x100),'middle':_0x23fb73(0x153),'bottom':_0x23fb73(0xd1),'left':_0x23fb73(0xc8),'center':'中间对齐','right':'右对齐'},'toolbar':{'verticalAlignMode':{'main':'垂直对齐'},'horizontalAlignMode':{'main':_0x23fb73(0x10a)},'fillColor':{'main':_0x23fb73(0xd2)},'fontSize':'字号','fontSizeIncrease':_0x23fb73(0x12a),'fontSizeDecrease':_0x23fb73(0xad),'resetColor':_0x23fb73(0xe9)},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x23fb73(0x140)},'title':'形状','insertShape':_0x23fb73(0xae),'openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':'隐藏形状面板','formatShape':_0x23fb73(0x117),'shapeStyle':'形状样式','shapePosition':_0x23fb73(0xf5),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x23fb73(0x103),'rotateRight90':_0x23fb73(0x13a),'rotateLeft90':_0x23fb73(0x127),'toggleTextVertical':_0x23fb73(0x129),'fill':{'title':'填充','noFill':_0x23fb73(0xf8),'solidFill':_0x23fb73(0x10d),'gradientFill':_0x23fb73(0x123),'pictureFill':_0x23fb73(0x10f),'patternFill':'图案填充','color':'颜色','transparency':_0x23fb73(0xfb),'picture':{'source':_0x23fb73(0xca),'insert':_0x23fb73(0xf7),'tileAsTexture':_0x23fb73(0xb0),'offsetX':_0x23fb73(0xe5),'offsetY':_0x23fb73(0xed),'scaleX':_0x23fb73(0xc2),'scaleY':'刻度\x20Y','alignment':'对齐方式','rotateWithShape':_0x23fb73(0xb3),'align':{'tl':_0x23fb73(0x121),'t':_0x23fb73(0x100),'tr':_0x23fb73(0x12c),'l':_0x23fb73(0xc8),'ctr':_0x23fb73(0x153),'r':_0x23fb73(0xcd),'bl':_0x23fb73(0x11e),'b':_0x23fb73(0xd1),'br':'右下对齐'}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':_0x23fb73(0x147),'color':'颜色','transparency':_0x23fb73(0xfb),'width':'宽度','dashType':{'title':_0x23fb73(0x155),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x23fb73(0xc0),'dashDot':_0x23fb73(0x14e),'longDash':_0x23fb73(0x107),'longDashDot':_0x23fb73(0x141),'longDashDotDot':_0x23fb73(0x11d)},'capType':{'title':_0x23fb73(0xea),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x23fb73(0xc6),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x23fb73(0xb1),'beginArrowSize':_0x23fb73(0x12d),'endArrowType':_0x23fb73(0x102),'endArrowSize':_0x23fb73(0xf9),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x23fb73(0x134),'stealthArrow':'隐形箭头','diamondArrow':_0x23fb73(0x144),'ovalArrow':_0x23fb73(0x152)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x23fb73(0xec),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x23fb73(0xb7),'blockArrow':'箭头总汇','equationShape':_0x23fb73(0x10e),'flowchart':'流程图','starAndBanner':_0x23fb73(0x15b),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x23fb73(0xbd),'straight-connector2':_0x23fb73(0xd9),'bent-connector3':'折线','bent-connector3-arrow1':_0x23fb73(0x151),'bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':_0x23fb73(0xc1),'curved-connector3-arrow2':_0x23fb73(0x137),'rect':'矩形','round-rect':_0x23fb73(0x120),'snip1-rect':_0x23fb73(0x104),'snip2-same-rect':_0x23fb73(0x139),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x23fb73(0x130),'round1-rect':'矩形:单圆角','round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x23fb73(0xba),'rect-textbox-horizontal':_0x23fb73(0xef),'rect-textbox-vertical':_0x23fb73(0xc9),'ellipse':'椭圆','triangle':_0x23fb73(0x128),'rt-triangle':_0x23fb73(0xbf),'parallelogram':_0x23fb73(0x133),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x23fb73(0x105),'hexagon':_0x23fb73(0x125),'heptagon':'七边形','octagon':_0x23fb73(0xf1),'decagon':_0x23fb73(0xfd),'dodecagon':_0x23fb73(0x159),'pie':_0x23fb73(0xb2),'chord':'弦形','teardrop':_0x23fb73(0xf0),'frame':_0x23fb73(0x15e),'half-frame':_0x23fb73(0x111),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x23fb73(0xbc),'can':'圆柱形','cube':_0x23fb73(0x136),'bevel':_0x23fb73(0x11b),'donut':'圆:空心','no-smoking':_0x23fb73(0xe3),'block-arc':'空心弧','folder-corner':_0x23fb73(0xda),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x23fb73(0xff),'sun':_0x23fb73(0x13c),'moon':_0x23fb73(0xd8),'cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x23fb73(0xe7),'left-bracket':'左中括号','right-bracket':'右中括号','left-brace':_0x23fb73(0xf6),'right-brace':_0x23fb73(0xdc),'right-arrow':_0x23fb73(0x158),'left-arrow':_0x23fb73(0x149),'up-arrow':_0x23fb73(0xdb),'down-arrow':_0x23fb73(0x11c),'left-right-arrow':_0x23fb73(0x13e),'up-down-arrow':_0x23fb73(0xd6),'quad-arrow':'箭头:十字','left-right-up-arrow':'箭头:丁字','bent-arrow':_0x23fb73(0xfc),'uturn-arrow':_0x23fb73(0x118),'left-up-arrow':_0x23fb73(0xc4),'bent-up-arrow':'箭头:直角上','curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x23fb73(0xdf),'curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x23fb73(0x14c),'striped-right-arrow':_0x23fb73(0x10c),'notched-right-arrow':_0x23fb73(0x126),'home-plate':'五边形','chevron':'箭头:V型','right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x23fb73(0x13f),'left-arrow-callout':_0x23fb73(0xbe),'up-arrow-callout':_0x23fb73(0xd7),'left-right-arrow-callout':_0x23fb73(0x11f),'quad-arrow-callout':_0x23fb73(0x115),'circular-arrow':_0x23fb73(0xd0),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x23fb73(0xcc),'flow-chart-alternate-process':_0x23fb73(0x106),'flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x23fb73(0xde),'flow-chart-predefined-process':_0x23fb73(0xab),'flow-chart-internal-storage':_0x23fb73(0x13b),'flow-chart-document':_0x23fb73(0x14d),'flow-chart-multidocument':_0x23fb73(0x12f),'flow-chart-terminator':_0x23fb73(0x110),'flow-chart-preparation':_0x23fb73(0xeb),'flow-chart-manual-input':'流程图:手动输入','flow-chart-manual-operation':_0x23fb73(0x138),'flow-chart-connector':_0x23fb73(0xdd),'flow-chart-offpage-connector':_0x23fb73(0x15f),'flow-chart-punched-card':_0x23fb73(0x109),'flow-chart-punched-tape':_0x23fb73(0xe8),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x23fb73(0x154),'flow-chart-collate':_0x23fb73(0x150),'flow-chart-sort':_0x23fb73(0x14a),'flow-chart-extract':_0x23fb73(0x14f),'flow-chart-merge':_0x23fb73(0xe6),'flow-chart-online-storage':_0x23fb73(0xaf),'flow-chart-delay':_0x23fb73(0x101),'flow-chart-magnetic-tape':_0x23fb73(0x131),'flow-chart-magnetic-disk':_0x23fb73(0xc3),'flow-chart-magnetic-drum':_0x23fb73(0x113),'flow-chart-display':_0x23fb73(0x13d),'irregular-seal1':_0x23fb73(0x15c),'irregular-seal2':_0x23fb73(0xaa),'star4':'星形:四角','star5':'星形:五角','star6':'星形:六角','star7':_0x23fb73(0xf4),'star8':_0x23fb73(0xc7),'star10':'星形:十角','star12':_0x23fb73(0x114),'star16':_0x23fb73(0x156),'star24':_0x23fb73(0xd3),'star32':_0x23fb73(0xcb),'ribbon2':_0x23fb73(0x15d),'ribbon':_0x23fb73(0x15a),'ellipse-ribbon2':_0x23fb73(0xb9),'ellipse-ribbon':'带形:前凸弯','vertical-scroll':_0x23fb73(0xb4),'horizontal-scroll':_0x23fb73(0xe4),'wave':'波形','double-wave':'双波形','wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':_0x23fb73(0x119),'cloud-callout':_0x23fb73(0x124),'border-callout1':_0x23fb73(0xb8),'border-callout2':_0x23fb73(0x122),'border-callout3':_0x23fb73(0x116),'accent-callout1':_0x23fb73(0xac),'accent-callout2':_0x23fb73(0x11a),'accent-callout3':_0x23fb73(0xce),'callout1':'标注:线形(无边框)','callout2':_0x23fb73(0x108),'callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x23fb73(0xb6),'accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x23fb73(0x146),'left-circular-arrow':_0x23fb73(0xe1),'left-right-circular-arrow':_0x23fb73(0x12b),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x23fb73(0x10b),'pie-wedge':'饼形楔','funnel':'漏斗','gear6':'6齿齿轮','gear9':'9齿齿轮','corner-tabs':'角标','action-button-back-previous':_0x23fb73(0x143),'action-button-forward-next':'前进/下一个按钮','action-button-beginning':_0x23fb73(0xe2),'action-button-end':_0x23fb73(0x135),'action-button-home':_0x23fb73(0xd4),'action-button-information':'信息按钮','action-button-return':'返回按钮','action-button-movie':_0x23fb73(0x14b),'action-button-document':_0x23fb73(0x148),'action-button-sound':_0x23fb73(0xbb),'action-button-help':_0x23fb73(0x157),'action-button-blank':_0x23fb73(0xf3),'chart-plus':'图表加号','chart-star':_0x23fb73(0xfa),'chart-x':_0x23fb73(0xb5),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x23fb73(0xee),'plaque-tabs':_0x23fb73(0xd5),'square-tabs':_0x23fb73(0xe0),'up-down-arrow-callout':_0x23fb73(0x145)}}}};export{e as default};
|
|
1
|
+
const _0x20ec4b=_0x2d46;(function(_0x4f9a5f,_0x2bb300){const _0x570397=_0x2d46,_0x4ee28f=_0x4f9a5f();while(!![]){try{const _0x4cbaf1=-parseInt(_0x570397(0x16f))/0x1*(-parseInt(_0x570397(0x14e))/0x2)+-parseInt(_0x570397(0x1a2))/0x3+-parseInt(_0x570397(0x175))/0x4*(parseInt(_0x570397(0x1cb))/0x5)+parseInt(_0x570397(0x1a5))/0x6+-parseInt(_0x570397(0x165))/0x7*(parseInt(_0x570397(0x1ce))/0x8)+parseInt(_0x570397(0x18f))/0x9*(-parseInt(_0x570397(0x1b1))/0xa)+parseInt(_0x570397(0x170))/0xb*(parseInt(_0x570397(0x11f))/0xc);if(_0x4cbaf1===_0x2bb300)break;else _0x4ee28f['push'](_0x4ee28f['shift']());}catch(_0x5d1bba){_0x4ee28f['push'](_0x4ee28f['shift']());}}}(_0x2db8,0x19d52));function _0x2d46(_0xd9cc71,_0x273f0e){_0xd9cc71=_0xd9cc71-0x11c;const _0x2db84b=_0x2db8();let _0x2d4627=_0x2db84b[_0xd9cc71];return _0x2d4627;}const e={'sheets-shape-ui':{'align':{'top':_0x20ec4b(0x14d),'middle':'居中对齐','bottom':_0x20ec4b(0x1d2),'left':_0x20ec4b(0x161),'center':_0x20ec4b(0x1ca),'right':_0x20ec4b(0x134)},'toolbar':{'verticalAlignMode':{'main':_0x20ec4b(0x194)},'horizontalAlignMode':{'main':_0x20ec4b(0x14c)},'fillColor':{'main':_0x20ec4b(0x148)},'fontSize':'字号','fontSizeIncrease':_0x20ec4b(0x127),'fontSizeDecrease':'减小字号','alignLeft':_0x20ec4b(0x161),'alignCenter':'居中对齐','alignRight':_0x20ec4b(0x134),'alignJustify':_0x20ec4b(0x13c),'bold':'加粗','italic':'斜体','underline':_0x20ec4b(0x17b),'strikethrough':'删除线','textColor':_0x20ec4b(0x17e),'textBackgroundColor':_0x20ec4b(0x1be),'resetColor':_0x20ec4b(0x130)},'imagePanel':{'crop':{'shape':_0x20ec4b(0x19c)}},'permission':{'editErr':_0x20ec4b(0x1a3)},'title':'形状','insertShape':_0x20ec4b(0x157),'openPanel':_0x20ec4b(0x191),'deleteShape':_0x20ec4b(0x177),'hidePanel':_0x20ec4b(0x199),'formatShape':_0x20ec4b(0x1c1),'shapeStyle':_0x20ec4b(0x182),'shapePosition':_0x20ec4b(0x15b),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x20ec4b(0x1cd),'rotateRight90':_0x20ec4b(0x198),'rotateLeft90':_0x20ec4b(0x168),'toggleTextVertical':_0x20ec4b(0x18b),'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x20ec4b(0x16d),'color':'颜色','transparency':_0x20ec4b(0x183),'picture':{'source':_0x20ec4b(0x16e),'insert':_0x20ec4b(0x16b),'tileAsTexture':_0x20ec4b(0x1a9),'offsetX':_0x20ec4b(0x1ae),'offsetY':_0x20ec4b(0x136),'scaleX':_0x20ec4b(0x13b),'scaleY':_0x20ec4b(0x1b6),'alignment':_0x20ec4b(0x167),'rotateWithShape':_0x20ec4b(0x15a),'align':{'tl':'左上对齐','t':_0x20ec4b(0x14d),'tr':_0x20ec4b(0x19b),'l':_0x20ec4b(0x161),'ctr':_0x20ec4b(0x142),'r':'右对齐','bl':'左下对齐','b':_0x20ec4b(0x1d2),'br':_0x20ec4b(0x164)}}},'line':{'title':'线条','noLine':_0x20ec4b(0x125),'solidLine':'实线','gradientLine':_0x20ec4b(0x1d1),'color':'颜色','transparency':_0x20ec4b(0x183),'width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x20ec4b(0x1a7),'dashDot':_0x20ec4b(0x1c5),'longDash':'长划线','longDashDot':_0x20ec4b(0x176),'longDashDotDot':_0x20ec4b(0x122)},'capType':{'title':_0x20ec4b(0x17d),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x20ec4b(0x145),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x20ec4b(0x1ba),'beginArrowSize':'起点箭头大小','endArrowType':_0x20ec4b(0x17c),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x20ec4b(0x12a),'stealthArrow':_0x20ec4b(0x12f),'diamondArrow':_0x20ec4b(0x1bd),'ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草绘样式','none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x20ec4b(0x1d0),'blockArrow':_0x20ec4b(0x1b4),'equationShape':'公式形状','flowchart':_0x20ec4b(0x166),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x20ec4b(0x174),'straight-connector2':_0x20ec4b(0x132),'bent-connector3':'折线','bent-connector3-arrow1':_0x20ec4b(0x154),'bent-connector3-arrow2':_0x20ec4b(0x1d4),'curved-connector3':'曲线','curved-connector3-arrow1':_0x20ec4b(0x18a),'curved-connector3-arrow2':'双箭头曲线','rect':'矩形','round-rect':_0x20ec4b(0x144),'snip1-rect':_0x20ec4b(0x1c3),'snip2-same-rect':_0x20ec4b(0x169),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x20ec4b(0x187),'round1-rect':'矩形:单圆角','round2-same-rect':_0x20ec4b(0x133),'round2-diag-rect':_0x20ec4b(0x160),'rect-textbox-horizontal':_0x20ec4b(0x178),'rect-textbox-vertical':_0x20ec4b(0x1cf),'ellipse':'椭圆','triangle':_0x20ec4b(0x1d8),'rt-triangle':_0x20ec4b(0x1af),'parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五边形','hexagon':_0x20ec4b(0x12c),'heptagon':'七边形','octagon':'八边形','decagon':_0x20ec4b(0x13e),'dodecagon':_0x20ec4b(0x128),'pie':_0x20ec4b(0x18c),'chord':'弦形','teardrop':_0x20ec4b(0x192),'frame':_0x20ec4b(0x1c4),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x20ec4b(0x1ab),'plaque':_0x20ec4b(0x15d),'can':_0x20ec4b(0x124),'cube':'立方体','bevel':_0x20ec4b(0x185),'donut':'圆:空心','no-smoking':_0x20ec4b(0x195),'block-arc':_0x20ec4b(0x1ac),'folder-corner':_0x20ec4b(0x155),'smiley-face':'笑脸','heart':'心形','lightning-bolt':'闪电形','sun':_0x20ec4b(0x1c7),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x20ec4b(0x138),'left-bracket':_0x20ec4b(0x153),'right-bracket':_0x20ec4b(0x140),'left-brace':_0x20ec4b(0x139),'right-brace':_0x20ec4b(0x180),'right-arrow':_0x20ec4b(0x12e),'left-arrow':'箭头:左','up-arrow':_0x20ec4b(0x16c),'down-arrow':_0x20ec4b(0x18e),'left-right-arrow':_0x20ec4b(0x135),'up-down-arrow':_0x20ec4b(0x18d),'quad-arrow':_0x20ec4b(0x1bb),'left-right-up-arrow':_0x20ec4b(0x1b8),'bent-arrow':_0x20ec4b(0x1bc),'uturn-arrow':_0x20ec4b(0x190),'left-up-arrow':_0x20ec4b(0x17f),'bent-up-arrow':_0x20ec4b(0x1d5),'curved-right-arrow':_0x20ec4b(0x11c),'curved-left-arrow':_0x20ec4b(0x19a),'curved-up-arrow':_0x20ec4b(0x143),'curved-down-arrow':_0x20ec4b(0x146),'striped-right-arrow':_0x20ec4b(0x11e),'notched-right-arrow':_0x20ec4b(0x12b),'home-plate':_0x20ec4b(0x1bf),'chevron':_0x20ec4b(0x129),'right-arrow-callout':_0x20ec4b(0x1b3),'down-arrow-callout':_0x20ec4b(0x1ad),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x20ec4b(0x15e),'left-right-arrow-callout':_0x20ec4b(0x150),'quad-arrow-callout':_0x20ec4b(0x1a0),'circular-arrow':_0x20ec4b(0x158),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x20ec4b(0x149),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x20ec4b(0x13d),'flow-chart-predefined-process':_0x20ec4b(0x1a8),'flow-chart-internal-storage':_0x20ec4b(0x1b2),'flow-chart-document':_0x20ec4b(0x15c),'flow-chart-multidocument':_0x20ec4b(0x184),'flow-chart-terminator':_0x20ec4b(0x196),'flow-chart-preparation':'流程图:准备','flow-chart-manual-input':_0x20ec4b(0x1c9),'flow-chart-manual-operation':_0x20ec4b(0x1b7),'flow-chart-connector':_0x20ec4b(0x14f),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':'流程图:卡片','flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x20ec4b(0x12d),'flow-chart-collate':'流程图:对照','flow-chart-sort':_0x20ec4b(0x120),'flow-chart-extract':_0x20ec4b(0x1d3),'flow-chart-merge':'流程图:合并','flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x20ec4b(0x1c6),'flow-chart-magnetic-tape':_0x20ec4b(0x141),'flow-chart-magnetic-disk':_0x20ec4b(0x159),'flow-chart-magnetic-drum':_0x20ec4b(0x152),'flow-chart-display':_0x20ec4b(0x162),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x20ec4b(0x1c2),'star4':'星形:四角','star5':_0x20ec4b(0x189),'star6':_0x20ec4b(0x179),'star7':_0x20ec4b(0x186),'star8':'星形:八角','star10':_0x20ec4b(0x147),'star12':'星形:十二角','star16':'星形:十六角','star24':_0x20ec4b(0x193),'star32':_0x20ec4b(0x1b0),'ribbon2':_0x20ec4b(0x188),'ribbon':'带形:前凸','ellipse-ribbon2':_0x20ec4b(0x13a),'ellipse-ribbon':_0x20ec4b(0x173),'vertical-scroll':_0x20ec4b(0x131),'horizontal-scroll':_0x20ec4b(0x1d6),'wave':'波形','double-wave':_0x20ec4b(0x19e),'wedge-rect-callout':_0x20ec4b(0x14a),'wedge-round-rect-callout':_0x20ec4b(0x121),'wedge-ellipse-callout':_0x20ec4b(0x19f),'cloud-callout':'气泡:云','border-callout1':_0x20ec4b(0x1a4),'border-callout2':_0x20ec4b(0x172),'border-callout3':_0x20ec4b(0x14b),'accent-callout1':_0x20ec4b(0x16a),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x20ec4b(0x197),'callout1':'标注:线形(无边框)','callout2':_0x20ec4b(0x1b9),'callout3':_0x20ec4b(0x1c8),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x20ec4b(0x17a),'left-circular-arrow':_0x20ec4b(0x123),'left-right-circular-arrow':_0x20ec4b(0x1a1),'swoosh-arrow':_0x20ec4b(0x1c0),'left-right-ribbon':'左右带形','pie-wedge':'饼形楔','funnel':'漏斗','gear6':_0x20ec4b(0x156),'gear9':_0x20ec4b(0x163),'corner-tabs':'角标','action-button-back-previous':_0x20ec4b(0x19d),'action-button-forward-next':_0x20ec4b(0x151),'action-button-beginning':'开始按钮','action-button-end':_0x20ec4b(0x1d7),'action-button-home':_0x20ec4b(0x181),'action-button-information':_0x20ec4b(0x1cc),'action-button-return':'返回按钮','action-button-movie':_0x20ec4b(0x1aa),'action-button-document':'文档按钮','action-button-sound':_0x20ec4b(0x137),'action-button-help':_0x20ec4b(0x15f),'action-button-blank':_0x20ec4b(0x126),'chart-plus':_0x20ec4b(0x11d),'chart-star':_0x20ec4b(0x1b5),'chart-x':_0x20ec4b(0x171),'flow-chart-offline-storage':'流程图:离线存储','line-inv':'线反向','plaque-tabs':'牌匾标签','square-tabs':_0x20ec4b(0x1a6),'up-down-arrow-callout':_0x20ec4b(0x13f)}}}};function _0x2db8(){const _0x439f6e=['顺时针90度旋转','隐藏形状面板','箭头:左弧形','右上对齐','裁剪为形状','返回/上一个按钮','双波形','对话气泡:圆形','标注:十字箭头','左右圆形箭头','63957QbWdKb','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','标注:线形','452238UDIEaM','方形标签','短划线','流程图:预定义过程','将图片平铺为纹理','电影按钮','十字形','空心弧','标注:下箭头','偏移量\x20X','直角三角形','星形:三十二角','10UjKNAI','流程图:内部贮存','标注:右箭头','箭头总汇','图表星号','刻度\x20Y','流程图:手动操作','箭头:丁字','标注:弯曲线形(无边框)','起点箭头类型','箭头:十字','箭头:圆角右','菱形箭头','文字背景颜色','五边形','弯曲箭头','格式化形状','爆炸形:14pt','剪去单角矩形','图文框','短划线-点','流程图:延期','太阳形','标注:双弯曲线形(无边框)','流程图:手动输入','中间对齐','545WxJzpd','信息按钮','切换垂直翻转','32whPMqb','纵向文本框','基本形状','渐变线','底部对齐','流程图:摘录','双箭头折线','箭头:直角上','卷形:水平','结束按钮','等腰三角形','箭头:右弧形','图表加号','箭头:虚尾','12whJCGC','流程图:排序','对话气泡:圆角矩形','长划线-点-点','左圆形箭头','圆柱形','无线条','空白按钮','增大字号','十二边形','箭头:V型','开放箭头','箭头:燕尾形','六边形','流程图:或者','箭头:右','隐形箭头','重置颜色','卷形:垂直','双箭头直线','矩形:圆顶角','右对齐','箭头:左右','偏移量\x20Y','声音按钮','双大括号','左大括号','带形:上凸弯','刻度\x20X','两端对齐','流程图:数据','十边形','上下箭头标注','右中括号','流程图:顺序访问存储器','居中对齐','箭头:上弧形','圆角矩形','联接类型','箭头:下弧形','星形:十角','单元格颜色','流程图:过程','对话气泡:矩形','标注:双弯曲线形','水平对齐','顶部对齐','25180VayAOT','流程图:接点','标注:左右箭头','前进/下一个按钮','流程图:直接访问存储器','左中括号','折线:箭头','矩形:折角','6齿齿轮','插入形状','箭头:环形','流程图:磁盘','与形状一起旋转','形状位置','流程图:文档','缺角矩形','标注:上箭头','帮助按钮','矩形:对角圆角','左对齐','流程图:显示','9齿齿轮','右下对齐','80864omviFc','流程图','对齐方式','逆时针90度旋转','矩形:剪去顶角','标注:线形(带强调线)','插入...','箭头:上','图案填充','图片源','12IuMncC','1946351MXDdyQ','图表X','标注:弯曲线形','带形:前凸弯','直线箭头','7724ivRhMJ','长划线-点','删除形状','横向文本框','星形:六角','标注:双弯曲线形(带边框和强调线)','下划线','终点箭头类型','端点类型','文字颜色','箭头:直角双向','右大括号','主页按钮','形状样式','透明度','流程图:多文档','矩形:棱台','星形:七角','矩形:一个圆顶角,剪去另一个顶角','带形:上凸','星形:五角','曲线:箭头','切换文本竖排','不完整圆','箭头:上下','箭头:下','176202QlepYN','箭头:手杖形','打开形状面板','泪滴形','星形:二十四角','垂直对齐','禁止符','流程图:终止','标注:双弯曲线形(带强调线)'];_0x2db8=function(){return _0x439f6e;};return _0x2db8();}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x26412b=_0x3f06;(function(_0x3c0cf4,_0x99ac46){const _0x215835=_0x3f06,_0x141bef=_0x3c0cf4();while(!![]){try{const _0x495060=-parseInt(_0x215835(0x23c))/0x1*(parseInt(_0x215835(0x19c))/0x2)+-parseInt(_0x215835(0x1a9))/0x3+parseInt(_0x215835(0x23e))/0x4*(parseInt(_0x215835(0x22f))/0x5)+-parseInt(_0x215835(0x1f0))/0x6+parseInt(_0x215835(0x1b1))/0x7+parseInt(_0x215835(0x228))/0x8+parseInt(_0x215835(0x196))/0x9;if(_0x495060===_0x99ac46)break;else _0x141bef['push'](_0x141bef['shift']());}catch(_0x10b47f){_0x141bef['push'](_0x141bef['shift']());}}}(_0x5aec,0x6dfd3));function _0x5aec(){const _0x595eea=['標註:雙彎曲線形(無邊框)','797850aDrtXv','不等號','靠下對齊','右大括號','無填充','雙箭頭折線','202682tXUcbT','箭頭:右弧形','箭頭:上下','箭頭總匯','缺角矩形','流程圖:手動輸入','矩形:剪去對角','箭頭:下','標註:彎曲線形','等腰三角形','流程圖:合併','圖文框','流程圖:準備','1359660HfoHXd','流程圖:摘錄','標註:彎曲線形(帶強調線)','放大字型','隱形箭頭','標註:彎曲線形(帶邊框和強調線)','虛線-點','空白按鈕','6286196IqukiN','透明度','星形:二十四角','對話氣泡:圓角矩形','圓柱形','流程圖:離線存儲','箭頭:V型','矩形:折角','切換垂直翻轉','草繪樣式','六邊形','星形:十角','對齊方式','返回/上一個按鈕','順時針\x2090\x20度旋轉','9齒齒輪','幫助按鈕','左大括號','帶形:前凸','箭頭:左右','星形:三十二角','圓:空心','隨形狀旋轉','縮放\x20X','曲線:箭頭','帶形:上凸','圖案填充','箭頭:燕尾形','流程圖:手動操作','裁切為形狀','前進/下一個按鈕','矩形:剪去頂角','矩形:對角圓角','標註:線形(帶強調線)','爆炸形:14pt','圖形位置','左圓形箭頭','填滿色彩','長虛線-點','矩形:一個圓頂角,剪去另一個頂角','新月形','水平對齊','靠上對齊','縮小字型','箭頭:手杖形','雙箭頭直線','流程圖:或者','主頁按鈕','帶形:前凸彎','流程圖','星形:五角','結束按鈕','終點箭頭大小','開放箭頭','箭頭:十字','箭頭:環形','卷形:水平','直角三角形','6齒齒輪','標註:線形','左右圓形箭頭','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','刪除形狀','5186628BmrOWs','插入形狀','打開形狀面板','垂直置中','置中對齊','星與旗幟','圖片或紋理填充','流程圖:順序訪問存儲器','流程圖:過程','流程圖:終止','流程圖:內部貯存','標註:左箭頭','標註:線形(無邊框)','流程圖:數據','漸層線','垂直對齊','流程圖:顯示','流程圖:延期','流程圖:直接訪問存儲器','右對齊','箭頭:右','雙括號','左對齊','箭頭:圓角右','左中括號','聲音按鈕','標註:線形(帶邊框和強調線)','公式形狀','星形:六角','圖形樣式','星形:八角','開始按鈕','餅形楔','八邊形','橢圓箭頭','頂部對齊','切換文本竖排','十二邊形','端點類型','箭頭:直角上','流程圖:決策','不完整圓','標註:雙彎曲線形(帶強調線)','流程圖:卡片','圖表加號','字型大小','箭頭:下弧形','底部對齊','五邊形','虛線類型','電影按鈕','靠右對齊','箭頭:左弧形','偏移量\x20X','平行四邊形','重置顏色','5045048JMSkno','矩形:圓頂角','箭頭:直角雙向','流程圖:多文檔','切換水平翻轉','流程圖:資料帶','箭頭:丁字','3287845kpQkia','線反向','流程圖:磁盤','標註:下箭頭','十字形','七邊形','圖表星號','偏移量\x20Y','禁止符','流程圖:離頁連接符','上下箭頭標註','流程圖:排序','標註:彎曲線形(無邊框)','5KCqaUn','標註:雙彎曲線形','4wnJKbx','標註:雙彎曲線形(帶邊框和強調線)','箭頭:上','標註:左右箭頭','圖片來源','對話氣泡:矩形','矩形:棱台','流程圖:存儲數據','牌匾標籤','基本形狀','箭頭:左','終點箭頭類型','圖表X'];_0x5aec=function(){return _0x595eea;};return _0x5aec();}function _0x3f06(_0x40fc68,_0x53719a){_0x40fc68=_0x40fc68-0x196;const _0x5aec1e=_0x5aec();let _0x3f0660=_0x5aec1e[_0x40fc68];return _0x3f0660;}const e={'sheets-shape-ui':{'align':{'top':_0x26412b(0x1db),'middle':_0x26412b(0x1f3),'bottom':_0x26412b(0x198),'left':'靠左對齊','center':'置中','right':_0x26412b(0x223)},'toolbar':{'verticalAlignMode':{'main':_0x26412b(0x1ff)},'horizontalAlignMode':{'main':_0x26412b(0x1da)},'fillColor':{'main':_0x26412b(0x1d6)},'fontSize':_0x26412b(0x21d),'fontSizeIncrease':_0x26412b(0x1ac),'fontSizeDecrease':_0x26412b(0x1dc),'resetColor':_0x26412b(0x227)},'imagePanel':{'crop':{'shape':_0x26412b(0x1ce)}},'permission':{'editErr':_0x26412b(0x1ee)},'title':'形狀','insertShape':_0x26412b(0x1f1),'openPanel':_0x26412b(0x1f2),'deleteShape':_0x26412b(0x1ef),'hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x26412b(0x20d),'shapePosition':_0x26412b(0x1d4),'toggleFlipH':_0x26412b(0x22c),'toggleFlipV':_0x26412b(0x1b9),'rotateRight90':_0x26412b(0x1bf),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x26412b(0x214),'fill':{'title':'填充','noFill':_0x26412b(0x19a),'solidFill':'純色填充','gradientFill':'漸層填充','pictureFill':_0x26412b(0x1f6),'patternFill':_0x26412b(0x1cb),'color':'顏色','transparency':_0x26412b(0x1b2),'picture':{'source':_0x26412b(0x242),'insert':'插入...','tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x26412b(0x225),'offsetY':_0x26412b(0x236),'scaleX':_0x26412b(0x1c8),'scaleY':'縮放\x20Y','alignment':_0x26412b(0x1bd),'rotateWithShape':_0x26412b(0x1c7),'align':{'tl':'左上對齊','t':_0x26412b(0x213),'tr':'右上對齊','l':_0x26412b(0x206),'ctr':_0x26412b(0x1f4),'r':_0x26412b(0x203),'bl':'左下對齊','b':_0x26412b(0x21f),'br':'右下對齊'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x26412b(0x1fe),'color':'顏色','transparency':_0x26412b(0x1b2),'width':'寬度','dashType':{'title':_0x26412b(0x221),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x26412b(0x1af),'longDash':'長虛線','longDashDot':_0x26412b(0x1d7),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x26412b(0x216),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':_0x26412b(0x249),'endArrowSize':_0x26412b(0x1e5),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x26412b(0x1e6),'stealthArrow':_0x26412b(0x1ad),'diamondArrow':'菱形箭頭','ovalArrow':_0x26412b(0x212)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x26412b(0x1ba),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x26412b(0x247),'blockArrow':_0x26412b(0x19f),'equationShape':_0x26412b(0x20b),'flowchart':_0x26412b(0x1e2),'starAndBanner':_0x26412b(0x1f5),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':_0x26412b(0x1de),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':_0x26412b(0x19b),'curved-connector3':'曲線','curved-connector3-arrow1':_0x26412b(0x1c9),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':'圓角矩形','snip1-rect':'剪去單角矩形','snip2-same-rect':_0x26412b(0x1d0),'snip2-diag-rect':_0x26412b(0x1a2),'snip-round-rect':_0x26412b(0x1d8),'round1-rect':'矩形:單圓角','round2-same-rect':_0x26412b(0x229),'round2-diag-rect':_0x26412b(0x1d1),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x26412b(0x1a5),'rt-triangle':_0x26412b(0x1ea),'parallelogram':_0x26412b(0x226),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x26412b(0x220),'hexagon':_0x26412b(0x1bb),'heptagon':_0x26412b(0x234),'octagon':_0x26412b(0x211),'decagon':'十邊形','dodecagon':_0x26412b(0x215),'pie':_0x26412b(0x219),'chord':'弦形','teardrop':'淚滴形','frame':_0x26412b(0x1a7),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x26412b(0x233),'plaque':_0x26412b(0x1a0),'can':_0x26412b(0x1b5),'cube':'立方體','bevel':_0x26412b(0x244),'donut':_0x26412b(0x1c6),'no-smoking':_0x26412b(0x237),'block-arc':'空心弧','folder-corner':_0x26412b(0x1b8),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':'太陽形','moon':_0x26412b(0x1d9),'cloud':'雲形','arc':'弧形','bracket-pair':_0x26412b(0x205),'brace-pair':'雙大括號','left-bracket':_0x26412b(0x208),'right-bracket':'右中括號','left-brace':_0x26412b(0x1c2),'right-brace':_0x26412b(0x199),'right-arrow':_0x26412b(0x204),'left-arrow':_0x26412b(0x248),'up-arrow':_0x26412b(0x240),'down-arrow':_0x26412b(0x1a3),'left-right-arrow':_0x26412b(0x1c4),'up-down-arrow':_0x26412b(0x19e),'quad-arrow':_0x26412b(0x1e7),'left-right-up-arrow':_0x26412b(0x22e),'bent-arrow':_0x26412b(0x207),'uturn-arrow':_0x26412b(0x1dd),'left-up-arrow':_0x26412b(0x22a),'bent-up-arrow':_0x26412b(0x217),'curved-right-arrow':_0x26412b(0x19d),'curved-left-arrow':_0x26412b(0x224),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x26412b(0x21e),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x26412b(0x1cc),'home-plate':_0x26412b(0x220),'chevron':_0x26412b(0x1b7),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x26412b(0x232),'left-arrow-callout':_0x26412b(0x1fb),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x26412b(0x241),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x26412b(0x1e8),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x26412b(0x197),'flow-chart-process':_0x26412b(0x1f8),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x26412b(0x218),'flow-chart-input-output':_0x26412b(0x1fd),'flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x26412b(0x1fa),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x26412b(0x22b),'flow-chart-terminator':_0x26412b(0x1f9),'flow-chart-preparation':_0x26412b(0x1a8),'flow-chart-manual-input':_0x26412b(0x1a1),'flow-chart-manual-operation':_0x26412b(0x1cd),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x26412b(0x238),'flow-chart-punched-card':_0x26412b(0x21b),'flow-chart-punched-tape':_0x26412b(0x22d),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x26412b(0x1df),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x26412b(0x23a),'flow-chart-extract':_0x26412b(0x1aa),'flow-chart-merge':_0x26412b(0x1a6),'flow-chart-online-storage':_0x26412b(0x245),'flow-chart-delay':_0x26412b(0x201),'flow-chart-magnetic-tape':_0x26412b(0x1f7),'flow-chart-magnetic-disk':_0x26412b(0x231),'flow-chart-magnetic-drum':_0x26412b(0x202),'flow-chart-display':_0x26412b(0x200),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x26412b(0x1d3),'star4':'星形:四角','star5':_0x26412b(0x1e3),'star6':_0x26412b(0x20c),'star7':'星形:七角','star8':_0x26412b(0x20e),'star10':_0x26412b(0x1bc),'star12':'星形:十二角','star16':'星形:十六角','star24':_0x26412b(0x1b3),'star32':_0x26412b(0x1c5),'ribbon2':_0x26412b(0x1ca),'ribbon':_0x26412b(0x1c3),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x26412b(0x1e1),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x26412b(0x1e9),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x26412b(0x243),'wedge-round-rect-callout':_0x26412b(0x1b4),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':'氣泡:雲','border-callout1':_0x26412b(0x1ec),'border-callout2':_0x26412b(0x1a4),'border-callout3':_0x26412b(0x23d),'accent-callout1':_0x26412b(0x1d2),'accent-callout2':_0x26412b(0x1ab),'accent-callout3':_0x26412b(0x21a),'callout1':_0x26412b(0x1fc),'callout2':_0x26412b(0x23b),'callout3':_0x26412b(0x24b),'accent-border-callout1':_0x26412b(0x20a),'accent-border-callout2':_0x26412b(0x1ae),'accent-border-callout3':_0x26412b(0x23f),'left-circular-arrow':_0x26412b(0x1d5),'left-right-circular-arrow':_0x26412b(0x1ed),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':'左右帶形','pie-wedge':_0x26412b(0x210),'funnel':'漏斗','gear6':_0x26412b(0x1eb),'gear9':_0x26412b(0x1c0),'corner-tabs':'角標','action-button-back-previous':_0x26412b(0x1be),'action-button-forward-next':_0x26412b(0x1cf),'action-button-beginning':_0x26412b(0x20f),'action-button-end':_0x26412b(0x1e4),'action-button-home':_0x26412b(0x1e0),'action-button-information':'信息按鈕','action-button-return':'返回按鈕','action-button-movie':_0x26412b(0x222),'action-button-document':'文檔按鈕','action-button-sound':_0x26412b(0x209),'action-button-help':_0x26412b(0x1c1),'action-button-blank':_0x26412b(0x1b0),'chart-plus':_0x26412b(0x21c),'chart-star':_0x26412b(0x235),'chart-x':_0x26412b(0x24a),'flow-chart-offline-storage':_0x26412b(0x1b6),'line-inv':_0x26412b(0x230),'plaque-tabs':_0x26412b(0x246),'square-tabs':'方形標籤','up-down-arrow-callout':_0x26412b(0x239)}}}};export{e as default};
|
|
1
|
+
const _0xb9ee88=_0x1ea9;function _0x1ea9(_0x35679b,_0x2bb6e5){_0x35679b=_0x35679b-0x1eb;const _0x1aefd7=_0x1aef();let _0x1ea9a9=_0x1aefd7[_0x35679b];return _0x1ea9a9;}(function(_0x3ad2c1,_0x31737e){const _0xb5c9f3=_0x1ea9,_0x2aadee=_0x3ad2c1();while(!![]){try{const _0x3c90d6=parseInt(_0xb5c9f3(0x1f0))/0x1*(parseInt(_0xb5c9f3(0x254))/0x2)+-parseInt(_0xb5c9f3(0x2a1))/0x3+-parseInt(_0xb5c9f3(0x24a))/0x4*(parseInt(_0xb5c9f3(0x26e))/0x5)+-parseInt(_0xb5c9f3(0x20f))/0x6*(parseInt(_0xb5c9f3(0x261))/0x7)+parseInt(_0xb5c9f3(0x24f))/0x8*(-parseInt(_0xb5c9f3(0x22f))/0x9)+-parseInt(_0xb5c9f3(0x264))/0xa*(-parseInt(_0xb5c9f3(0x200))/0xb)+-parseInt(_0xb5c9f3(0x217))/0xc*(-parseInt(_0xb5c9f3(0x251))/0xd);if(_0x3c90d6===_0x31737e)break;else _0x2aadee['push'](_0x2aadee['shift']());}catch(_0x202f10){_0x2aadee['push'](_0x2aadee['shift']());}}}(_0x1aef,0xcde3d));const e={'sheets-shape-ui':{'align':{'top':_0xb9ee88(0x238),'middle':_0xb9ee88(0x1ef),'bottom':_0xb9ee88(0x21b),'left':_0xb9ee88(0x290),'center':'置中','right':_0xb9ee88(0x210)},'toolbar':{'verticalAlignMode':{'main':_0xb9ee88(0x258)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':_0xb9ee88(0x269)},'fontSize':_0xb9ee88(0x27a),'fontSizeIncrease':_0xb9ee88(0x213),'fontSizeDecrease':_0xb9ee88(0x274),'alignLeft':_0xb9ee88(0x20e),'alignCenter':_0xb9ee88(0x280),'alignRight':_0xb9ee88(0x220),'alignJustify':_0xb9ee88(0x270),'bold':_0xb9ee88(0x28c),'italic':'Italic','underline':'Underline','strikethrough':_0xb9ee88(0x27b),'textColor':_0xb9ee88(0x206),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0xb9ee88(0x1fc)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':_0xb9ee88(0x23d),'deleteShape':_0xb9ee88(0x236),'hidePanel':_0xb9ee88(0x28b),'formatShape':_0xb9ee88(0x224),'shapeStyle':_0xb9ee88(0x265),'shapePosition':_0xb9ee88(0x272),'toggleFlipH':_0xb9ee88(0x267),'toggleFlipV':_0xb9ee88(0x22d),'rotateRight90':_0xb9ee88(0x1eb),'rotateLeft90':_0xb9ee88(0x228),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0xb9ee88(0x276),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0xb9ee88(0x2a5),'color':'顏色','transparency':_0xb9ee88(0x20b),'picture':{'source':'圖片來源','insert':_0xb9ee88(0x21d),'tileAsTexture':_0xb9ee88(0x1f4),'offsetX':_0xb9ee88(0x249),'offsetY':_0xb9ee88(0x203),'scaleX':'縮放\x20X','scaleY':_0xb9ee88(0x24c),'alignment':_0xb9ee88(0x237),'rotateWithShape':_0xb9ee88(0x25a),'align':{'tl':'左上對齊','t':_0xb9ee88(0x263),'tr':_0xb9ee88(0x2a7),'l':_0xb9ee88(0x20d),'ctr':'置中對齊','r':'右對齊','bl':_0xb9ee88(0x209),'b':'底部對齊','br':_0xb9ee88(0x2a0)}}},'line':{'title':'線條','noLine':_0xb9ee88(0x1f3),'solidLine':'實線','gradientLine':_0xb9ee88(0x25d),'color':'顏色','transparency':_0xb9ee88(0x20b),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0xb9ee88(0x292),'longDash':_0xb9ee88(0x1f7),'longDashDot':'長虛線-點','longDashDotDot':_0xb9ee88(0x28e)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0xb9ee88(0x205),'endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0xb9ee88(0x21f),'stealthArrow':_0xb9ee88(0x256),'diamondArrow':_0xb9ee88(0x2a4),'ovalArrow':_0xb9ee88(0x2a6)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0xb9ee88(0x204),'blockArrow':_0xb9ee88(0x273),'equationShape':'公式形狀','flowchart':_0xb9ee88(0x279),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0xb9ee88(0x281),'straight-connector2':_0xb9ee88(0x226),'bent-connector3':'折線','bent-connector3-arrow1':_0xb9ee88(0x250),'bent-connector3-arrow2':_0xb9ee88(0x26b),'curved-connector3':'曲線','curved-connector3-arrow1':_0xb9ee88(0x291),'curved-connector3-arrow2':_0xb9ee88(0x211),'rect':'矩形','round-rect':_0xb9ee88(0x2aa),'snip1-rect':_0xb9ee88(0x259),'snip2-same-rect':_0xb9ee88(0x232),'snip2-diag-rect':_0xb9ee88(0x268),'snip-round-rect':_0xb9ee88(0x202),'round1-rect':_0xb9ee88(0x22a),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0xb9ee88(0x20c),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0xb9ee88(0x253),'ellipse':'橢圓','triangle':_0xb9ee88(0x23b),'rt-triangle':_0xb9ee88(0x1ed),'parallelogram':_0xb9ee88(0x2a8),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五邊形','hexagon':_0xb9ee88(0x27d),'heptagon':_0xb9ee88(0x1fd),'octagon':_0xb9ee88(0x212),'decagon':_0xb9ee88(0x297),'dodecagon':'十二邊形','pie':_0xb9ee88(0x26f),'chord':'弦形','teardrop':_0xb9ee88(0x25e),'frame':_0xb9ee88(0x221),'half-frame':_0xb9ee88(0x1f8),'corner':'L形','diag-stripe':'斜紋','plus':_0xb9ee88(0x214),'plaque':_0xb9ee88(0x201),'can':_0xb9ee88(0x285),'cube':'立方體','bevel':'矩形:棱台','donut':_0xb9ee88(0x283),'no-smoking':_0xb9ee88(0x282),'block-arc':_0xb9ee88(0x246),'folder-corner':_0xb9ee88(0x255),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0xb9ee88(0x231),'sun':_0xb9ee88(0x23a),'moon':_0xb9ee88(0x278),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0xb9ee88(0x1ec),'left-bracket':_0xb9ee88(0x21c),'right-bracket':'右中括號','left-brace':'左大括號','right-brace':_0xb9ee88(0x252),'right-arrow':'箭頭:右','left-arrow':_0xb9ee88(0x277),'up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0xb9ee88(0x23e),'up-down-arrow':_0xb9ee88(0x244),'quad-arrow':_0xb9ee88(0x245),'left-right-up-arrow':_0xb9ee88(0x20a),'bent-arrow':_0xb9ee88(0x286),'uturn-arrow':_0xb9ee88(0x240),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0xb9ee88(0x29d),'curved-right-arrow':_0xb9ee88(0x24d),'curved-left-arrow':_0xb9ee88(0x27f),'curved-up-arrow':_0xb9ee88(0x29a),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0xb9ee88(0x243),'notched-right-arrow':_0xb9ee88(0x218),'home-plate':_0xb9ee88(0x25b),'chevron':_0xb9ee88(0x29b),'right-arrow-callout':_0xb9ee88(0x248),'down-arrow-callout':_0xb9ee88(0x22c),'left-arrow-callout':_0xb9ee88(0x295),'up-arrow-callout':_0xb9ee88(0x29f),'left-right-arrow-callout':_0xb9ee88(0x1fb),'quad-arrow-callout':_0xb9ee88(0x222),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0xb9ee88(0x223),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0xb9ee88(0x24b),'flow-chart-input-output':_0xb9ee88(0x288),'flow-chart-predefined-process':_0xb9ee88(0x260),'flow-chart-internal-storage':_0xb9ee88(0x21e),'flow-chart-document':_0xb9ee88(0x27c),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0xb9ee88(0x284),'flow-chart-preparation':_0xb9ee88(0x1f5),'flow-chart-manual-input':_0xb9ee88(0x25f),'flow-chart-manual-operation':_0xb9ee88(0x227),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0xb9ee88(0x239),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0xb9ee88(0x2a3),'flow-chart-summing-junction':_0xb9ee88(0x1f1),'flow-chart-or':_0xb9ee88(0x215),'flow-chart-collate':_0xb9ee88(0x25c),'flow-chart-sort':_0xb9ee88(0x21a),'flow-chart-extract':_0xb9ee88(0x22b),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0xb9ee88(0x208),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0xb9ee88(0x257),'flow-chart-magnetic-disk':_0xb9ee88(0x1f2),'flow-chart-magnetic-drum':_0xb9ee88(0x23f),'flow-chart-display':_0xb9ee88(0x26d),'irregular-seal1':_0xb9ee88(0x233),'irregular-seal2':_0xb9ee88(0x2a2),'star4':_0xb9ee88(0x26a),'star5':'星形:五角','star6':'星形:六角','star7':_0xb9ee88(0x207),'star8':'星形:八角','star10':_0xb9ee88(0x28f),'star12':_0xb9ee88(0x29c),'star16':_0xb9ee88(0x235),'star24':_0xb9ee88(0x271),'star32':_0xb9ee88(0x299),'ribbon2':'帶形:上凸','ribbon':_0xb9ee88(0x29e),'ellipse-ribbon2':_0xb9ee88(0x26c),'ellipse-ribbon':_0xb9ee88(0x234),'vertical-scroll':_0xb9ee88(0x287),'horizontal-scroll':_0xb9ee88(0x294),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0xb9ee88(0x1ff),'wedge-round-rect-callout':_0xb9ee88(0x28d),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':'氣泡:雲','border-callout1':'標註:線形','border-callout2':_0xb9ee88(0x241),'border-callout3':_0xb9ee88(0x262),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0xb9ee88(0x1ee),'accent-callout3':_0xb9ee88(0x28a),'callout1':_0xb9ee88(0x219),'callout2':_0xb9ee88(0x1fa),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0xb9ee88(0x2a9),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0xb9ee88(0x266),'left-circular-arrow':_0xb9ee88(0x289),'left-right-circular-arrow':_0xb9ee88(0x1fe),'swoosh-arrow':_0xb9ee88(0x23c),'left-right-ribbon':_0xb9ee88(0x229),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0xb9ee88(0x225),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0xb9ee88(0x298),'action-button-forward-next':_0xb9ee88(0x24e),'action-button-beginning':'開始按鈕','action-button-end':_0xb9ee88(0x230),'action-button-home':_0xb9ee88(0x22e),'action-button-information':_0xb9ee88(0x247),'action-button-return':_0xb9ee88(0x296),'action-button-movie':'電影按鈕','action-button-document':_0xb9ee88(0x293),'action-button-sound':_0xb9ee88(0x216),'action-button-help':_0xb9ee88(0x1f9),'action-button-blank':_0xb9ee88(0x242),'chart-plus':_0xb9ee88(0x275),'chart-star':'圖表星號','chart-x':'圖表X','flow-chart-offline-storage':'流程圖:離線存儲','line-inv':'線反向','plaque-tabs':_0xb9ee88(0x27e),'square-tabs':'方形標籤','up-down-arrow-callout':_0xb9ee88(0x1f6)}}}};function _0x1aef(){const _0x1a96c0=['流程圖:內部貯存','開放箭頭','Align\x20Right','圖文框','標註:十字箭頭','流程圖:過程','格式化形狀','6齒齒輪','雙箭頭直線','流程圖:手動操作','逆時針\x2090\x20度旋轉','左右帶形','矩形:單圓角','流程圖:摘錄','標註:下箭頭','切換垂直翻轉','主頁按鈕','10377gUIRDW','結束按鈕','閃電形','矩形:剪去頂角','爆炸形:8pt','帶形:前凸彎','星形:十六角','刪除形狀','對齊方式','靠上對齊','流程圖:離頁連接符','太陽形','等腰三角形','彎曲箭頭','打開形狀面板','箭頭:左右','流程圖:直接訪問存儲器','箭頭:手杖形','標註:彎曲線形','空白按鈕','箭頭:虛尾','箭頭:上下','箭頭:十字','空心弧','信息按鈕','標註:右箭頭','偏移量\x20X','2173436bytHtm','流程圖:決策','縮放\x20Y','箭頭:右弧形','前進/下一個按鈕','4392aujfyr','折線:箭頭','3628690UbWexR','右大括號','縱向文字方塊','308318KIebhT','矩形:折角','隱形箭頭','流程圖:順序訪問存儲器','垂直對齊','剪去單角矩形','隨形狀旋轉','五邊形','流程圖:對照','漸層線','淚滴形','流程圖:手動輸入','流程圖:預定義過程','5501125OtZXiD','標註:雙彎曲線形','頂部對齊','457770Alhntn','圖形樣式','標註:雙彎曲線形(帶邊框和強調線)','切換水平翻轉','矩形:剪去對角','填滿色彩','星形:四角','雙箭頭折線','帶形:上凸彎','流程圖:顯示','15AOstBf','不完整圓','Justify','星形:二十四角','圖形位置','箭頭總匯','縮小字型','圖表加號','無顏色','箭頭:左','新月形','流程圖','字型大小','Strikethrough','流程圖:文檔','六邊形','牌匾標籤','箭頭:左弧形','Align\x20Center','直線箭頭','禁止符','圓:空心','流程圖:終止','圓柱形','箭頭:圓角右','卷形:垂直','流程圖:數據','左圓形箭頭','標註:雙彎曲線形(帶強調線)','隱藏形狀面板','Bold','對話氣泡:圓角矩形','長虛線-點-點','星形:十角','靠左對齊','曲線:箭頭','虛線-點','文檔按鈕','卷形:水平','標註:左箭頭','返回按鈕','十邊形','返回/上一個按鈕','星形:三十二角','箭頭:上弧形','箭頭:V型','星形:十二角','箭頭:直角上','帶形:前凸','標註:上箭頭','右下對齊','4157730AMnWcz','爆炸形:14pt','流程圖:資料帶','菱形箭頭','圖案填充','橢圓箭頭','右上對齊','平行四邊形','標註:線形(帶邊框和強調線)','圓角矩形','順時針\x2090\x20度旋轉','雙大括號','直角三角形','標註:彎曲線形(帶強調線)','垂直置中','5nDMnmd','流程圖:匯總連接','流程圖:磁盤','無線條','將圖片平鋪為紋理','流程圖:準備','上下箭頭標註','長虛線','半閉框','幫助按鈕','標註:彎曲線形(無邊框)','標註:左右箭頭','重置顏色','七邊形','左右圓形箭頭','對話氣泡:矩形','77JsLFUh','缺角矩形','矩形:一個圓頂角,剪去另一個頂角','偏移量\x20Y','基本形狀','起點箭頭大小','Text\x20color','星形:七角','流程圖:存儲數據','左下對齊','箭頭:丁字','透明度','矩形:對角圓角','左對齊','Align\x20Left','6xaebHc','靠右對齊','雙箭頭曲線','八邊形','放大字型','十字形','流程圖:或者','聲音按鈕','180ufVwel','箭頭:燕尾形','標註:線形(無邊框)','流程圖:排序','靠下對齊','左中括號','插入...'];_0x1aef=function(){return _0x1a96c0;};return _0x1aef();}export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xe42b03=_0x529f;(function(_0x1bd078,_0x2d08bb){const _0x395dae=_0x529f,_0xe1a755=_0x1bd078();while(!![]){try{const _0x40837d=-parseInt(_0x395dae(0x174))/0x1*(parseInt(_0x395dae(0x159))/0x2)+-parseInt(_0x395dae(0x16b))/0x3+parseInt(_0x395dae(0x15e))/0x4*(-parseInt(_0x395dae(0x198))/0x5)+parseInt(_0x395dae(0x137))/0x6+parseInt(_0x395dae(0x1b7))/0x7+-parseInt(_0x395dae(0x145))/0x8*(parseInt(_0x395dae(0x170))/0x9)+-parseInt(_0x395dae(0x132))/0xa*(-parseInt(_0x395dae(0x12a))/0xb);if(_0x40837d===_0x2d08bb)break;else _0xe1a755['push'](_0xe1a755['shift']());}catch(_0x79d6fa){_0xe1a755['push'](_0xe1a755['shift']());}}}(_0x2ab9,0xd053a));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0xe42b03(0x161),'bottom':_0xe42b03(0x1b1),'left':_0xe42b03(0x13a),'center':'置中','right':_0xe42b03(0x139)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0xe42b03(0x134)},'fillColor':{'main':_0xe42b03(0x19b)},'fontSize':_0xe42b03(0x125),'fontSizeIncrease':_0xe42b03(0x19a),'fontSizeDecrease':_0xe42b03(0x187),'resetColor':_0xe42b03(0x14d)},'imagePanel':{'crop':{'shape':_0xe42b03(0x13f)}},'permission':{'editErr':_0xe42b03(0x119)},'title':'形狀','insertShape':_0xe42b03(0x186),'openPanel':_0xe42b03(0x1af),'deleteShape':_0xe42b03(0x1a2),'hidePanel':_0xe42b03(0x1a8),'formatShape':_0xe42b03(0x188),'shapeStyle':'圖形樣式','shapePosition':_0xe42b03(0x163),'toggleFlipH':_0xe42b03(0xf9),'toggleFlipV':_0xe42b03(0xfe),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0xe42b03(0x156),'toggleTextVertical':_0xe42b03(0x1a3),'fill':{'title':'填充','noFill':_0xe42b03(0x1ad),'solidFill':'純色填充','gradientFill':_0xe42b03(0x15a),'pictureFill':_0xe42b03(0x118),'patternFill':_0xe42b03(0x10b),'color':'顏色','transparency':_0xe42b03(0x1b0),'picture':{'source':'圖片來源','insert':_0xe42b03(0x1b8),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0xe42b03(0x172),'offsetY':_0xe42b03(0x130),'scaleX':_0xe42b03(0x1a5),'scaleY':'縮放\x20Y','alignment':_0xe42b03(0x179),'rotateWithShape':_0xe42b03(0x128),'align':{'tl':'左上對齊','t':_0xe42b03(0x189),'tr':_0xe42b03(0xfb),'l':'左對齊','ctr':_0xe42b03(0x181),'r':_0xe42b03(0x17b),'bl':'左下對齊','b':_0xe42b03(0x16a),'br':_0xe42b03(0x12e)}}},'line':{'title':'線條','noLine':_0xe42b03(0xff),'solidLine':'實線','gradientLine':_0xe42b03(0x110),'color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':_0xe42b03(0x101),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0xe42b03(0x184),'longDashDot':'長虛線-點','longDashDotDot':_0xe42b03(0x17a)},'capType':{'title':_0xe42b03(0x18c),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0xe42b03(0x112),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0xe42b03(0x12d),'beginArrowSize':_0xe42b03(0x113),'endArrowType':_0xe42b03(0x14e),'endArrowSize':_0xe42b03(0x102),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0xe42b03(0x176),'stealthArrow':_0xe42b03(0x10d),'diamondArrow':_0xe42b03(0x19e),'ovalArrow':_0xe42b03(0x1a6)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0xe42b03(0x14b),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0xe42b03(0x117),'blockArrow':_0xe42b03(0x138),'equationShape':_0xe42b03(0x17e),'flowchart':_0xe42b03(0x147),'starAndBanner':_0xe42b03(0x168),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0xe42b03(0x13e),'straight-connector2':_0xe42b03(0x16d),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':_0xe42b03(0xfc),'curved-connector3':'曲線','curved-connector3-arrow1':_0xe42b03(0x10f),'curved-connector3-arrow2':_0xe42b03(0x1b9),'rect':'矩形','round-rect':_0xe42b03(0x136),'snip1-rect':'剪去單角矩形','snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0xe42b03(0x14a),'snip-round-rect':_0xe42b03(0x18d),'round1-rect':_0xe42b03(0x178),'round2-same-rect':_0xe42b03(0x18e),'round2-diag-rect':_0xe42b03(0x146),'rect-textbox-horizontal':_0xe42b03(0x15b),'rect-textbox-vertical':_0xe42b03(0x153),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0xe42b03(0x158),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0xe42b03(0x19c),'diamond':'菱形','pentagon':_0xe42b03(0x122),'hexagon':'六邊形','heptagon':_0xe42b03(0x10e),'octagon':_0xe42b03(0x111),'decagon':_0xe42b03(0x18f),'dodecagon':'十二邊形','pie':_0xe42b03(0x13b),'chord':'弦形','teardrop':'淚滴形','frame':_0xe42b03(0x183),'half-frame':_0xe42b03(0x1b4),'corner':'L形','diag-stripe':'斜紋','plus':_0xe42b03(0x190),'plaque':_0xe42b03(0xfa),'can':_0xe42b03(0x1b6),'cube':'立方體','bevel':_0xe42b03(0x1a1),'donut':_0xe42b03(0x1ac),'no-smoking':_0xe42b03(0x100),'block-arc':'空心弧','folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0xe42b03(0x11d),'sun':_0xe42b03(0x1b3),'moon':_0xe42b03(0x180),'cloud':'雲形','arc':'弧形','bracket-pair':_0xe42b03(0x1aa),'brace-pair':_0xe42b03(0x195),'left-bracket':_0xe42b03(0x1ba),'right-bracket':_0xe42b03(0x196),'left-brace':_0xe42b03(0x17d),'right-brace':_0xe42b03(0x106),'right-arrow':_0xe42b03(0x1ab),'left-arrow':'箭頭:左','up-arrow':_0xe42b03(0x177),'down-arrow':'箭頭:下','left-right-arrow':_0xe42b03(0x15d),'up-down-arrow':_0xe42b03(0x1a4),'quad-arrow':_0xe42b03(0x133),'left-right-up-arrow':_0xe42b03(0x15f),'bent-arrow':_0xe42b03(0x124),'uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0xe42b03(0x167),'curved-right-arrow':_0xe42b03(0x109),'curved-left-arrow':_0xe42b03(0x14c),'curved-up-arrow':_0xe42b03(0x150),'curved-down-arrow':_0xe42b03(0x1a9),'striped-right-arrow':_0xe42b03(0x17c),'notched-right-arrow':_0xe42b03(0xf8),'home-plate':'五邊形','chevron':_0xe42b03(0x120),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0xe42b03(0x185),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0xe42b03(0x155),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0xe42b03(0x182),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0xe42b03(0x12f),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0xe42b03(0x1ae),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0xe42b03(0x131),'flow-chart-document':_0xe42b03(0x169),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0xe42b03(0x152),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0xe42b03(0x104),'flow-chart-manual-operation':_0xe42b03(0x11a),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0xe42b03(0x11c),'flow-chart-punched-card':_0xe42b03(0x151),'flow-chart-punched-tape':_0xe42b03(0x14f),'flow-chart-summing-junction':_0xe42b03(0x144),'flow-chart-or':_0xe42b03(0x13d),'flow-chart-collate':_0xe42b03(0x142),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0xe42b03(0x18a),'flow-chart-merge':_0xe42b03(0x11f),'flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0xe42b03(0x10c),'flow-chart-magnetic-tape':_0xe42b03(0x1b2),'flow-chart-magnetic-disk':_0xe42b03(0x165),'flow-chart-magnetic-drum':_0xe42b03(0x13c),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0xe42b03(0x19d),'irregular-seal2':_0xe42b03(0x114),'star4':_0xe42b03(0x16e),'star5':_0xe42b03(0x143),'star6':'星形:六角','star7':_0xe42b03(0x192),'star8':'星形:八角','star10':'星形:十角','star12':_0xe42b03(0x129),'star16':_0xe42b03(0x154),'star24':'星形:二十四角','star32':_0xe42b03(0x17f),'ribbon2':_0xe42b03(0x135),'ribbon':'帶形:前凸','ellipse-ribbon2':_0xe42b03(0x199),'ellipse-ribbon':_0xe42b03(0x194),'vertical-scroll':_0xe42b03(0x108),'horizontal-scroll':_0xe42b03(0x149),'wave':'波形','double-wave':_0xe42b03(0x1b5),'wedge-rect-callout':_0xe42b03(0x173),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0xe42b03(0xfd),'cloud-callout':_0xe42b03(0x12b),'border-callout1':_0xe42b03(0x121),'border-callout2':_0xe42b03(0x103),'border-callout3':_0xe42b03(0x10a),'accent-callout1':_0xe42b03(0x16c),'accent-callout2':_0xe42b03(0x127),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0xe42b03(0x140),'callout2':_0xe42b03(0x1a7),'callout3':_0xe42b03(0x191),'accent-border-callout1':_0xe42b03(0x15c),'accent-border-callout2':_0xe42b03(0x19f),'accent-border-callout3':_0xe42b03(0x193),'left-circular-arrow':_0xe42b03(0x107),'left-right-circular-arrow':_0xe42b03(0x160),'swoosh-arrow':_0xe42b03(0x175),'left-right-ribbon':'左右帶形','pie-wedge':_0xe42b03(0x11e),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0xe42b03(0x164),'corner-tabs':'角標','action-button-back-previous':_0xe42b03(0x148),'action-button-forward-next':_0xe42b03(0x115),'action-button-beginning':_0xe42b03(0x157),'action-button-end':_0xe42b03(0x171),'action-button-home':_0xe42b03(0x141),'action-button-information':'信息按鈕','action-button-return':'返回按鈕','action-button-movie':_0xe42b03(0x197),'action-button-document':_0xe42b03(0x166),'action-button-sound':_0xe42b03(0x116),'action-button-help':_0xe42b03(0x126),'action-button-blank':_0xe42b03(0x1a0),'chart-plus':_0xe42b03(0x16f),'chart-star':_0xe42b03(0x162),'chart-x':_0xe42b03(0x123),'flow-chart-offline-storage':_0xe42b03(0x12c),'line-inv':_0xe42b03(0x18b),'plaque-tabs':_0xe42b03(0x105),'square-tabs':'方形標籤','up-down-arrow-callout':_0xe42b03(0x11b)}}}};function _0x529f(_0x9962cc,_0x2a2575){_0x9962cc=_0x9962cc-0xf8;const _0x2ab901=_0x2ab9();let _0x529f03=_0x2ab901[_0x9962cc];return _0x529f03;}export{e as default};function _0x2ab9(){const _0x36edca=['箭頭:上下','縮放\x20X','橢圓箭頭','標註:彎曲線形(無邊框)','隱藏形狀面板','箭頭:下弧形','雙括號','箭頭:右','圓:空心','無填充','流程圖:決策','打開形狀面板','透明度','靠下對齊','流程圖:順序訪問存儲器','太陽形','半閉框','雙波形','圓柱形','10952585xUSzjE','插入...','雙箭頭曲線','左中括號','箭頭:燕尾形','切換水平翻轉','缺角矩形','右上對齊','雙箭頭折線','對話氣泡:圓形','切換垂直翻轉','無線條','禁止符','虛線類型','終點箭頭大小','標註:彎曲線形','流程圖:手動輸入','牌匾標籤','右大括號','左圓形箭頭','卷形:垂直','箭頭:右弧形','標註:雙彎曲線形','圖案填充','流程圖:延期','隱形箭頭','七邊形','曲線:箭頭','漸層線','八邊形','聯接類型','起點箭頭大小','爆炸形:14pt','前進/下一個按鈕','聲音按鈕','基本形狀','圖片或紋理填充','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','流程圖:手動操作','上下箭頭標註','流程圖:離頁連接符','閃電形','餅形楔','流程圖:合併','箭頭:V型','標註:線形','五邊形','圖表X','箭頭:圓角右','字型大小','幫助按鈕','標註:彎曲線形(帶強調線)','隨形狀旋轉','星形:十二角','126093SUSoYE','氣泡:雲','流程圖:離線存儲','起點箭頭類型','右下對齊','不等號','偏移量\x20Y','流程圖:內部貯存','430PKfkUW','箭頭:十字','水平對齊','帶形:上凸','圓角矩形','9188286EJbXkY','箭頭總匯','靠右對齊','靠左對齊','不完整圓','流程圖:直接訪問存儲器','流程圖:或者','直線箭頭','裁切為形狀','標註:線形(無邊框)','主頁按鈕','流程圖:對照','星形:五角','流程圖:匯總連接','8JNnJrJ','矩形:對角圓角','流程圖','返回/上一個按鈕','卷形:水平','矩形:剪去對角','草繪樣式','箭頭:左弧形','重置顏色','終點箭頭類型','流程圖:資料帶','箭頭:上弧形','流程圖:卡片','流程圖:終止','縱向文字方塊','星形:十六角','標註:上箭頭','逆時針\x2090\x20度旋轉','開始按鈕','直角三角形','58hJsLWo','漸層填充','橫向文字方塊','標註:線形(帶邊框和強調線)','箭頭:左右','8iCkidX','箭頭:丁字','左右圓形箭頭','垂直置中','圖表星號','圖形位置','9齒齒輪','流程圖:磁盤','文檔按鈕','箭頭:直角上','星與旗幟','流程圖:文檔','底部對齊','3388305hxhHZz','標註:線形(帶強調線)','雙箭頭直線','星形:四角','圖表加號','2756817nzhehK','結束按鈕','偏移量\x20X','對話氣泡:矩形','34885GnZWfw','彎曲箭頭','開放箭頭','箭頭:上','矩形:單圓角','對齊方式','長虛線-點-點','右對齊','箭頭:虛尾','左大括號','公式形狀','星形:三十二角','新月形','置中對齊','箭頭:環形','圖文框','長虛線','標註:下箭頭','插入形狀','縮小字型','格式化形狀','頂部對齊','流程圖:摘錄','線反向','端點類型','矩形:一個圓頂角,剪去另一個頂角','矩形:圓頂角','十邊形','十字形','標註:雙彎曲線形(無邊框)','星形:七角','標註:雙彎曲線形(帶邊框和強調線)','帶形:前凸彎','雙大括號','右中括號','電影按鈕','720565CZdlkz','帶形:上凸彎','放大字型','填滿色彩','非等腰梯形','爆炸形:8pt','菱形箭頭','標註:彎曲線形(帶邊框和強調線)','空白按鈕','矩形:棱台','刪除形狀','切換文本竖排'];_0x2ab9=function(){return _0x36edca;};return _0x2ab9();}
|
|
1
|
+
function _0x3a5c(_0x5689db,_0x3e9b44){_0x5689db=_0x5689db-0x73;const _0x43caef=_0x43ca();let _0x3a5c1e=_0x43caef[_0x5689db];return _0x3a5c1e;}const _0x1e1a45=_0x3a5c;(function(_0x342e14,_0x4ec03){const _0x26107d=_0x3a5c,_0x31bda6=_0x342e14();while(!![]){try{const _0x5d29cb=-parseInt(_0x26107d(0xf4))/0x1*(parseInt(_0x26107d(0xf7))/0x2)+parseInt(_0x26107d(0xf9))/0x3+parseInt(_0x26107d(0x81))/0x4+parseInt(_0x26107d(0x90))/0x5+-parseInt(_0x26107d(0xd0))/0x6*(-parseInt(_0x26107d(0x87))/0x7)+-parseInt(_0x26107d(0x89))/0x8*(parseInt(_0x26107d(0x75))/0x9)+parseInt(_0x26107d(0xef))/0xa;if(_0x5d29cb===_0x4ec03)break;else _0x31bda6['push'](_0x31bda6['shift']());}catch(_0x49b34b){_0x31bda6['push'](_0x31bda6['shift']());}}}(_0x43ca,0xef99f));const e={'sheets-shape-ui':{'align':{'top':_0x1e1a45(0xa0),'middle':'垂直置中','bottom':'靠下對齊','left':_0x1e1a45(0x12a),'center':'置中','right':_0x1e1a45(0x12e)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x1e1a45(0xde)},'fillColor':{'main':_0x1e1a45(0xc9)},'fontSize':_0x1e1a45(0xa1),'fontSizeIncrease':_0x1e1a45(0x121),'fontSizeDecrease':_0x1e1a45(0xf8),'alignLeft':_0x1e1a45(0xd3),'alignCenter':_0x1e1a45(0xa2),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':_0x1e1a45(0x129),'italic':'Italic','underline':_0x1e1a45(0x73),'strikethrough':_0x1e1a45(0xec),'textColor':_0x1e1a45(0xa5),'textBackgroundColor':_0x1e1a45(0x79),'resetColor':_0x1e1a45(0x82)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x1e1a45(0xb6)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x1e1a45(0xf2),'deleteShape':_0x1e1a45(0xe6),'hidePanel':_0x1e1a45(0xe1),'formatShape':'格式化形狀','shapeStyle':_0x1e1a45(0x12f),'shapePosition':_0x1e1a45(0x10f),'toggleFlipH':_0x1e1a45(0x132),'toggleFlipV':_0x1e1a45(0xc0),'rotateRight90':_0x1e1a45(0x93),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x1e1a45(0xaf),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x1e1a45(0xe9),'color':'顏色','transparency':'透明度','picture':{'source':_0x1e1a45(0x8f),'insert':_0x1e1a45(0xac),'tileAsTexture':_0x1e1a45(0xf3),'offsetX':'偏移量\x20X','offsetY':_0x1e1a45(0x84),'scaleX':_0x1e1a45(0xdd),'scaleY':_0x1e1a45(0x12c),'alignment':'對齊方式','rotateWithShape':_0x1e1a45(0xbb),'align':{'tl':_0x1e1a45(0xce),'t':_0x1e1a45(0x137),'tr':_0x1e1a45(0x110),'l':_0x1e1a45(0xe3),'ctr':'置中對齊','r':_0x1e1a45(0xbe),'bl':_0x1e1a45(0x94),'b':'底部對齊','br':_0x1e1a45(0x103)}}},'line':{'title':'線條','noLine':_0x1e1a45(0x12b),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x1e1a45(0xdc),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x1e1a45(0x8b),'longDash':_0x1e1a45(0xb8),'longDashDot':_0x1e1a45(0x112),'longDashDotDot':_0x1e1a45(0xbc)},'capType':{'title':_0x1e1a45(0xae),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x1e1a45(0xd9),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x1e1a45(0xaa),'beginArrowSize':_0x1e1a45(0xed),'endArrowType':_0x1e1a45(0x9b),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x1e1a45(0xcf),'stealthArrow':_0x1e1a45(0x117),'diamondArrow':_0x1e1a45(0x11f),'ovalArrow':_0x1e1a45(0x10e)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x1e1a45(0xd6),'equationShape':_0x1e1a45(0x122),'flowchart':_0x1e1a45(0x85),'starAndBanner':_0x1e1a45(0x9f),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':_0x1e1a45(0xf1),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x1e1a45(0x138),'curved-connector3-arrow2':_0x1e1a45(0xb3),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x1e1a45(0xb1),'snip2-same-rect':_0x1e1a45(0xc5),'snip2-diag-rect':_0x1e1a45(0xa7),'snip-round-rect':_0x1e1a45(0x92),'round1-rect':_0x1e1a45(0xb9),'round2-same-rect':_0x1e1a45(0xf0),'round2-diag-rect':_0x1e1a45(0xd1),'rect-textbox-horizontal':_0x1e1a45(0x95),'rect-textbox-vertical':_0x1e1a45(0xf6),'ellipse':'橢圓','triangle':_0x1e1a45(0x126),'rt-triangle':_0x1e1a45(0x106),'parallelogram':_0x1e1a45(0x7d),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x1e1a45(0xdb),'hexagon':_0x1e1a45(0xfe),'heptagon':_0x1e1a45(0x7e),'octagon':_0x1e1a45(0xcb),'decagon':'十邊形','dodecagon':'十二邊形','pie':'不完整圓','chord':'弦形','teardrop':_0x1e1a45(0x9c),'frame':_0x1e1a45(0xd7),'half-frame':_0x1e1a45(0x114),'corner':'L形','diag-stripe':'斜紋','plus':_0x1e1a45(0xeb),'plaque':_0x1e1a45(0x97),'can':'圓柱形','cube':_0x1e1a45(0x109),'bevel':'矩形:棱台','donut':'圓:空心','no-smoking':_0x1e1a45(0x136),'block-arc':_0x1e1a45(0x102),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x1e1a45(0x8d),'moon':_0x1e1a45(0x9d),'cloud':'雲形','arc':'弧形','bracket-pair':_0x1e1a45(0x83),'brace-pair':_0x1e1a45(0xc4),'left-bracket':_0x1e1a45(0xa4),'right-bracket':_0x1e1a45(0x96),'left-brace':_0x1e1a45(0x100),'right-brace':_0x1e1a45(0xb4),'right-arrow':_0x1e1a45(0xad),'left-arrow':_0x1e1a45(0x98),'up-arrow':'箭頭:上','down-arrow':_0x1e1a45(0xd2),'left-right-arrow':_0x1e1a45(0x7c),'up-down-arrow':'箭頭:上下','quad-arrow':_0x1e1a45(0x11d),'left-right-up-arrow':_0x1e1a45(0x130),'bent-arrow':_0x1e1a45(0x10c),'uturn-arrow':_0x1e1a45(0x99),'left-up-arrow':_0x1e1a45(0xd4),'bent-up-arrow':_0x1e1a45(0x101),'curved-right-arrow':_0x1e1a45(0x8a),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x1e1a45(0x10a),'curved-down-arrow':_0x1e1a45(0xe2),'striped-right-arrow':_0x1e1a45(0xc8),'notched-right-arrow':_0x1e1a45(0x11b),'home-plate':'五邊形','chevron':_0x1e1a45(0x74),'right-arrow-callout':_0x1e1a45(0xe0),'down-arrow-callout':_0x1e1a45(0x12d),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x1e1a45(0x116),'left-right-arrow-callout':_0x1e1a45(0x88),'quad-arrow-callout':_0x1e1a45(0x123),'circular-arrow':_0x1e1a45(0xf5),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x1e1a45(0xb7),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x1e1a45(0x107),'flow-chart-predefined-process':_0x1e1a45(0x91),'flow-chart-internal-storage':_0x1e1a45(0xb5),'flow-chart-document':_0x1e1a45(0x104),'flow-chart-multidocument':_0x1e1a45(0xfb),'flow-chart-terminator':_0x1e1a45(0x78),'flow-chart-preparation':_0x1e1a45(0x119),'flow-chart-manual-input':_0x1e1a45(0x134),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x1e1a45(0xa3),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x1e1a45(0xbf),'flow-chart-summing-junction':_0x1e1a45(0xc1),'flow-chart-or':_0x1e1a45(0xe5),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x1e1a45(0x9a),'flow-chart-extract':_0x1e1a45(0x120),'flow-chart-merge':_0x1e1a45(0xb2),'flow-chart-online-storage':_0x1e1a45(0x77),'flow-chart-delay':_0x1e1a45(0xe4),'flow-chart-magnetic-tape':_0x1e1a45(0xc7),'flow-chart-magnetic-disk':_0x1e1a45(0xcc),'flow-chart-magnetic-drum':_0x1e1a45(0xc3),'flow-chart-display':_0x1e1a45(0x113),'irregular-seal1':_0x1e1a45(0xff),'irregular-seal2':'爆炸形:14pt','star4':_0x1e1a45(0x80),'star5':_0x1e1a45(0x118),'star6':'星形:六角','star7':'星形:七角','star8':_0x1e1a45(0x127),'star10':_0x1e1a45(0x8c),'star12':_0x1e1a45(0x10d),'star16':_0x1e1a45(0xd5),'star24':_0x1e1a45(0x125),'star32':_0x1e1a45(0x8e),'ribbon2':_0x1e1a45(0xc6),'ribbon':_0x1e1a45(0xd8),'ellipse-ribbon2':_0x1e1a45(0x11c),'ellipse-ribbon':_0x1e1a45(0xcd),'vertical-scroll':_0x1e1a45(0xfd),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x1e1a45(0xe8),'wedge-round-rect-callout':_0x1e1a45(0x11e),'wedge-ellipse-callout':_0x1e1a45(0xba),'cloud-callout':_0x1e1a45(0x7b),'border-callout1':_0x1e1a45(0x124),'border-callout2':_0x1e1a45(0x7f),'border-callout3':_0x1e1a45(0x111),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x1e1a45(0xee),'callout1':_0x1e1a45(0x135),'callout2':_0x1e1a45(0xb0),'callout3':_0x1e1a45(0x115),'accent-border-callout1':_0x1e1a45(0xa6),'accent-border-callout2':_0x1e1a45(0x9e),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x1e1a45(0xfa),'left-right-circular-arrow':_0x1e1a45(0xca),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x1e1a45(0x108),'pie-wedge':_0x1e1a45(0x7a),'funnel':'漏斗','gear6':_0x1e1a45(0xda),'gear9':_0x1e1a45(0x133),'corner-tabs':'角標','action-button-back-previous':_0x1e1a45(0xa8),'action-button-forward-next':_0x1e1a45(0xbd),'action-button-beginning':'開始按鈕','action-button-end':_0x1e1a45(0xa9),'action-button-home':_0x1e1a45(0x76),'action-button-information':_0x1e1a45(0x10b),'action-button-return':'返回按鈕','action-button-movie':_0x1e1a45(0xc2),'action-button-document':_0x1e1a45(0x105),'action-button-sound':_0x1e1a45(0xdf),'action-button-help':_0x1e1a45(0x131),'action-button-blank':_0x1e1a45(0xe7),'chart-plus':_0x1e1a45(0x128),'chart-star':'圖表星號','chart-x':_0x1e1a45(0xfc),'flow-chart-offline-storage':_0x1e1a45(0x86),'line-inv':_0x1e1a45(0xea),'plaque-tabs':_0x1e1a45(0xab),'square-tabs':_0x1e1a45(0x11a),'up-down-arrow-callout':'上下箭頭標註'}}}};function _0x43ca(){const _0x181ab5=['Align\x20Left','箭頭:直角雙向','星形:十六角','箭頭總匯','圖文框','帶形:前凸','聯接類型','6齒齒輪','五邊形','透明度','縮放\x20X','水平對齊','聲音按鈕','標註:右箭頭','隱藏形狀面板','箭頭:下弧形','左對齊','流程圖:延期','流程圖:或者','刪除形狀','空白按鈕','對話氣泡:矩形','圖案填充','線反向','十字形','Strikethrough','起點箭頭大小','標註:雙彎曲線形(帶強調線)','11704340cFEOYG','矩形:圓頂角','雙箭頭直線','打開形狀面板','將圖片平鋪為紋理','3171iyujqB','箭頭:環形','縱向文字方塊','1042bPMTxc','縮小字型','1613757hYxvbY','左圓形箭頭','流程圖:多文檔','圖表X','卷形:垂直','六邊形','爆炸形:8pt','左大括號','箭頭:直角上','空心弧','右下對齊','流程圖:文檔','文檔按鈕','直角三角形','流程圖:數據','左右帶形','立方體','箭頭:上弧形','信息按鈕','箭頭:圓角右','星形:十二角','橢圓箭頭','圖形位置','右上對齊','標註:雙彎曲線形','長虛線-點','流程圖:顯示','半閉框','標註:雙彎曲線形(無邊框)','標註:上箭頭','隱形箭頭','星形:五角','流程圖:準備','方形標籤','箭頭:燕尾形','帶形:上凸彎','箭頭:十字','對話氣泡:圓角矩形','菱形箭頭','流程圖:摘錄','放大字型','公式形狀','標註:十字箭頭','標註:線形','星形:二十四角','等腰三角形','星形:八角','圖表加號','Bold','靠左對齊','無線條','縮放\x20Y','標註:下箭頭','靠右對齊','圖形樣式','箭頭:丁字','幫助按鈕','切換水平翻轉','9齒齒輪','流程圖:手動輸入','標註:線形(無邊框)','禁止符','頂部對齊','曲線:箭頭','Underline','箭頭:V型','17194284birlfN','主頁按鈕','流程圖:存儲數據','流程圖:終止','Text\x20Background\x20color','餅形楔','氣泡:雲','箭頭:左右','平行四邊形','七邊形','標註:彎曲線形','星形:四角','4955512mksxqM','重置顏色','雙括號','偏移量\x20Y','流程圖','流程圖:離線存儲','7VeKgmm','標註:左右箭頭','8FafPZk','箭頭:右弧形','虛線-點','星形:十角','太陽形','星形:三十二角','圖片來源','6011310CVPLww','流程圖:預定義過程','矩形:一個圓頂角,剪去另一個頂角','順時針\x2090\x20度旋轉','左下對齊','橫向文字方塊','右中括號','缺角矩形','箭頭:左','箭頭:手杖形','流程圖:排序','終點箭頭類型','淚滴形','新月形','標註:彎曲線形(帶邊框和強調線)','星與旗幟','靠上對齊','字型大小','Align\x20Center','流程圖:接點','左中括號','Text\x20color','標註:線形(帶邊框和強調線)','矩形:剪去對角','返回/上一個按鈕','結束按鈕','起點箭頭類型','牌匾標籤','插入...','箭頭:右','端點類型','無顏色','標註:彎曲線形(無邊框)','剪去單角矩形','流程圖:合併','雙箭頭曲線','右大括號','流程圖:內部貯存','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','流程圖:過程','長虛線','矩形:單圓角','對話氣泡:圓形','隨形狀旋轉','長虛線-點-點','前進/下一個按鈕','右對齊','流程圖:資料帶','切換垂直翻轉','流程圖:匯總連接','電影按鈕','流程圖:直接訪問存儲器','雙大括號','矩形:剪去頂角','帶形:上凸','流程圖:順序訪問存儲器','箭頭:虛尾','填滿色彩','左右圓形箭頭','八邊形','流程圖:磁盤','帶形:前凸彎','左上對齊','開放箭頭','2366886saRgGV','矩形:對角圓角','箭頭:下'];_0x43ca=function(){return _0x181ab5;};return _0x43ca();}export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -18,15 +18,6 @@
|
|
|
18
18
|
left: 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.univer-z-\[100\] {
|
|
22
|
-
z-index: 100;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.univer-mx-auto {
|
|
26
|
-
margin-left: auto;
|
|
27
|
-
margin-right: auto;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
21
|
.univer-mb-1 {
|
|
31
22
|
margin-bottom: .25rem;
|
|
32
23
|
}
|
|
@@ -35,14 +26,6 @@
|
|
|
35
26
|
margin-bottom: .5rem;
|
|
36
27
|
}
|
|
37
28
|
|
|
38
|
-
.univer-mr-5 {
|
|
39
|
-
margin-right: 1.25rem;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.univer-mt-2 {
|
|
43
|
-
margin-top: .5rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
29
|
.univer-box-border {
|
|
47
30
|
box-sizing: border-box;
|
|
48
31
|
}
|
|
@@ -76,10 +59,6 @@
|
|
|
76
59
|
height: 100%;
|
|
77
60
|
}
|
|
78
61
|
|
|
79
|
-
.univer-h-1 {
|
|
80
|
-
height: .25rem;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
62
|
.univer-h-\[100px\] {
|
|
84
63
|
height: 100px;
|
|
85
64
|
}
|
|
@@ -88,10 +67,6 @@
|
|
|
88
67
|
max-height: 75vh;
|
|
89
68
|
}
|
|
90
69
|
|
|
91
|
-
.univer-w-1\/2 {
|
|
92
|
-
width: 50%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
70
|
.univer-w-20 {
|
|
96
71
|
width: 5rem;
|
|
97
72
|
}
|
|
@@ -112,6 +87,10 @@
|
|
|
112
87
|
width: 100%;
|
|
113
88
|
}
|
|
114
89
|
|
|
90
|
+
.univer-min-w-0 {
|
|
91
|
+
min-width: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
115
94
|
.univer-flex-1 {
|
|
116
95
|
flex: 1;
|
|
117
96
|
}
|
|
@@ -126,19 +105,10 @@
|
|
|
126
105
|
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
127
106
|
}
|
|
128
107
|
|
|
129
|
-
.univer-cursor-default {
|
|
130
|
-
cursor: default;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
108
|
.univer-cursor-pointer {
|
|
134
109
|
cursor: pointer;
|
|
135
110
|
}
|
|
136
111
|
|
|
137
|
-
.univer-appearance-none {
|
|
138
|
-
-webkit-appearance: none;
|
|
139
|
-
appearance: none;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
112
|
.univer-grid-cols-10 {
|
|
143
113
|
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
144
114
|
}
|
|
@@ -179,42 +149,22 @@
|
|
|
179
149
|
gap: 1rem;
|
|
180
150
|
}
|
|
181
151
|
|
|
182
|
-
.univer-overflow-auto {
|
|
183
|
-
overflow: auto;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
152
|
.univer-overflow-hidden {
|
|
187
153
|
overflow: hidden;
|
|
188
154
|
}
|
|
189
155
|
|
|
190
|
-
.univer-overflow-visible {
|
|
191
|
-
overflow: visible;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
156
|
.univer-rounded {
|
|
195
157
|
border-radius: .25rem;
|
|
196
158
|
}
|
|
197
159
|
|
|
198
|
-
.univer-rounded-full {
|
|
199
|
-
border-radius: 9999px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
160
|
.univer-rounded-lg {
|
|
203
161
|
border-radius: .5rem;
|
|
204
162
|
}
|
|
205
163
|
|
|
206
|
-
.univer-rounded-md {
|
|
207
|
-
border-radius: .375rem;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
164
|
.univer-border {
|
|
211
165
|
border-width: 1px;
|
|
212
166
|
}
|
|
213
167
|
|
|
214
|
-
.univer-border-b {
|
|
215
|
-
border-bottom-width: 1px;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
168
|
.univer-border-l-2 {
|
|
219
169
|
border-left-width: 2px;
|
|
220
170
|
}
|
|
@@ -235,18 +185,6 @@
|
|
|
235
185
|
background-color: var(--univer-gray-100);
|
|
236
186
|
}
|
|
237
187
|
|
|
238
|
-
.univer-bg-gray-200 {
|
|
239
|
-
background-color: var(--univer-gray-200);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.univer-bg-primary-600 {
|
|
243
|
-
background-color: var(--univer-primary-600);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.univer-bg-transparent {
|
|
247
|
-
background-color: #0000;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
188
|
.univer-bg-white {
|
|
251
189
|
background-color: var(--univer-white);
|
|
252
190
|
}
|
|
@@ -289,19 +227,10 @@
|
|
|
289
227
|
padding-bottom: .375rem;
|
|
290
228
|
}
|
|
291
229
|
|
|
292
|
-
.univer-py-4 {
|
|
293
|
-
padding-top: 1rem;
|
|
294
|
-
padding-bottom: 1rem;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
230
|
.univer-pb-2 {
|
|
298
231
|
padding-bottom: .5rem;
|
|
299
232
|
}
|
|
300
233
|
|
|
301
|
-
.univer-pb-2\.5 {
|
|
302
|
-
padding-bottom: .625rem;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
234
|
.univer-pl-3 {
|
|
306
235
|
padding-left: .75rem;
|
|
307
236
|
}
|
|
@@ -310,10 +239,6 @@
|
|
|
310
239
|
padding-top: .5rem;
|
|
311
240
|
}
|
|
312
241
|
|
|
313
|
-
.univer-text-center {
|
|
314
|
-
text-align: center;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
242
|
.univer-text-sm {
|
|
318
243
|
font-size: .875rem;
|
|
319
244
|
line-height: 1.25rem;
|
|
@@ -333,10 +258,6 @@
|
|
|
333
258
|
font-weight: 500;
|
|
334
259
|
}
|
|
335
260
|
|
|
336
|
-
.univer-font-semibold {
|
|
337
|
-
font-weight: 600;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
261
|
.univer-text-gray-500 {
|
|
341
262
|
color: var(--univer-gray-500);
|
|
342
263
|
}
|
|
@@ -349,10 +270,6 @@
|
|
|
349
270
|
color: var(--univer-gray-700);
|
|
350
271
|
}
|
|
351
272
|
|
|
352
|
-
.univer-text-primary-600 {
|
|
353
|
-
color: var(--univer-primary-600);
|
|
354
|
-
}
|
|
355
|
-
|
|
356
273
|
.univer-shadow-md {
|
|
357
274
|
--univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
|
|
358
275
|
--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
|
|
@@ -404,10 +321,6 @@
|
|
|
404
321
|
border-left-color: var(--univer-gray-600) !important;
|
|
405
322
|
}
|
|
406
323
|
|
|
407
|
-
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
408
|
-
background-color: var(--univer-gray-600) !important;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
324
|
.dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
|
|
412
325
|
background-color: var(--univer-gray-800) !important;
|
|
413
326
|
}
|
|
@@ -419,28 +332,3 @@
|
|
|
419
332
|
.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
|
|
420
333
|
background-color: var(--univer-gray-700) !important;
|
|
421
334
|
}
|
|
422
|
-
|
|
423
|
-
.\[\&\:\:-webkit-slider-thumb\]\:univer-size-3\.5::-webkit-slider-thumb {
|
|
424
|
-
width: .875rem;
|
|
425
|
-
height: .875rem;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.\[\&\:\:-webkit-slider-thumb\]\:univer-appearance-none::-webkit-slider-thumb {
|
|
429
|
-
-webkit-appearance: none;
|
|
430
|
-
appearance: none;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.\[\&\:\:-webkit-slider-thumb\]\:univer-rounded-full::-webkit-slider-thumb {
|
|
434
|
-
border-radius: 9999px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.\[\&\:\:-webkit-slider-thumb\]\:univer-bg-primary-600::-webkit-slider-thumb {
|
|
438
|
-
background-color: var(--univer-primary-600);
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.\[\&\:\:-webkit-slider-thumb\]\:univer-shadow-sm::-webkit-slider-thumb {
|
|
442
|
-
--univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
|
|
443
|
-
--univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
|
|
444
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
|
|
445
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
446
|
-
}
|