@univerjs-pro/sheets-shape-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +4 -116
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +1 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +3 -2
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +4 -3
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +2 -1
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +2 -1
- package/lib/types/const.d.ts +1 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +9 -0
- package/lib/types/controllers/{sheets-shape-ui.controller.d.ts → ui.controller.d.ts} +13 -6
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +10 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +2 -1
- package/lib/types/views/ShapeOptions.d.ts +1 -5
- package/lib/types/views/ShapePicker.d.ts +2 -2
- package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +2 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
- package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +17 -0
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +2 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -0
- package/lib/types/views/shape-text-editor/index.d.ts +1 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -24
- package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x3df6(_0xfe3797,_0x331927){_0xfe3797=_0xfe3797-0x1c2;const _0x229dc7=_0x229d();let _0x3df691=_0x229dc7[_0xfe3797];return _0x3df691;}const _0x3bf82c=_0x3df6;function _0x229d(){const _0x2f8fb4=['Mũi\x20tên\x20phải','Hình\x20elip','Dưới\x20phải','Nét\x20đứt\x20dài\x20hai\x20chấm','Đường\x20nối\x20khuỷu','Chèn...','Mũi\x20tên\x20kim\x20cương','Quyết\x20định','Khung','Cặp\x20ngoặc\x20vuông','exports','Mũi\x20tên\x20quay\x20đầu','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','6fZOfKi','Góc\x20thư\x20mục','Đầu\x20nối','Hình\x20trụ','Kiểu\x20hình\x20dạng','Băng\x20đục\x20lỗ','Đường\x20nối\x20cong','Mũi\x20tên\x20sọc\x20phải','Thẻ\x20đục\x20lỗ','Căn\x20dọc','Tam\x20giác\x20vuông','Thao\x20tác\x20thủ\x20công','Biểu\x20đồ\x20X','Nét\x20đứt\x20chấm','Xóa\x20hình\x20dạng','Nút\x20hành\x20động:\x20Trang\x20chủ','Phẳng','Mũi\x20tên\x20cong\x20trái','4576415sMgGQV','Mũi\x20tên\x20khía\x20phải','1310cJPfAZ','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Tỷ\x20lệ\x20X','Dấu\x20cộng','Hộp\x20văn\x20bản\x20dọc','Nút\x20hành\x20động:\x20Phim','Mặt\x20trời','Hình\x20chữ\x20nhật\x20bo\x20góc','Mặt\x20cười','Sao\x2010\x20cánh','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Lưu\x20đồ','Chú\x20thích\x20mũi\x20tên\x20lên','Đầu\x20nối\x20khác\x20trang','Mũi\x20tên\x20cong\x20xuống','Chú\x20thích\x20đám\x20mây','Hình\x20biển\x20hiệu','2lrZCHn','Kiểu\x20đầu\x20mút','Giữa','Ngoặc\x20nhọn\x20trái','Căn\x20phải','Nút\x20hành\x20động:\x20Kết\x20thúc','Cong','Chú\x20thích\x202','Hình\x20cung','Sao\x205\x20cánh','Độ\x20rộng','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Căn\x20ngang','Thập\x20giác','Lớn','Cuộn\x20ngang','Chèn\x20hình\x20dạng','Không\x20tô','Hợp\x20nhất','Dấu\x20nhân','Biểu\x20đồ\x20sao','Đường\x20viền\x20gradient','Bát\x20giác','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Kết\x20thúc','Nút\x20hành\x20động:\x20Thông\x20tin','Hình\x20giọt\x20nước','Chú\x20thích\x20nhấn\x20mạnh\x202','Mặt\x20trăng','Đối\x20chiếu','Lát\x20ảnh\x20làm\x20kết\x20cấu','Đĩa\x20từ','Màu\x20sắc','Sắp\x20xếp','Hình\x20bình\x20hành','Định\x20dạng\x20hình\x20dạng','Nút\x20hành\x20động:\x20Âm\x20thanh','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Hiển\x20thị','Miếng\x20bánh','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Nút\x20hành\x20động:\x20Tài\x20liệu','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Mũi\x20tên','Xoay\x20cùng\x20hình\x20dạng','Sao\x2024\x20cánh','Vuông','Nhỏ','Đường\x20ngược','Bánh\x20răng\x206','Sao\x206\x20cánh','Cỡ\x20chữ','548955DSCiZg','Bánh\x20răng\x209','Ngoặc\x20vuông\x20trái','Ruy\x20băng\x20lên','Quy\x20trình\x20thay\x20thế','Hình\x20nổ\x201','Sóng','Mũi\x20tên\x20trái\x20phải','Bù\x20trừ\x20X','11552UUBvkc','Mũi\x20tên\x20cong','5961808GGjsYk','4443866yTPfWX','Đặt\x20lại\x20màu','Mũi\x20tên\x20lên','Sóng\x20đôi','Dữ\x20liệu','1224680sKgIHe','Trái\x20tim','Trích\x20xuất','Nút\x20hành\x20động:\x20Trở\x20lại','Hình\x20bánh\x20rán','Chuẩn\x20bị','Nút\x20hành\x20động:\x20Bắt\x20đầu','Chú\x20thích\x203','Mũi\x20tên\x20lướt','Khung\x20một\x20nửa','Hộp\x20văn\x20bản\x20ngang','Căn\x20giữa','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Tab\x20góc','Ngũ\x20giác','Kích\x20thước\x20mũi\x20tên\x20cuối','Lưu\x20trữ\x20trực\x20tuyến','Không\x20có\x20đường\x20viền','Chuyển\x20đổi\x20lật\x20ngang','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chú\x20thích\x20hình\x20chữ\x20nhật','Dấu\x20khác','Điểm\x20nối\x20tổng','Sao\x204\x20cánh','Tia\x20sét','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Sao\x2016\x20cánh','Chú\x20thích','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','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.','Hình\x20cung\x20khối','Bù\x20trừ\x20Y','Hình\x20dạng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Căn\x20dưới','Mũi\x20tên\x20lên\x20xuống','Giảm\x20cỡ\x20chữ','Tô\x20màu\x20gradient','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Dấu\x20bằng','Mũi\x20tên\x20tròn\x20trái','Hình\x20lập\x20phương','Chú\x20thích\x20nhấn\x20mạnh\x201','Vát','Hình\x20thang','Sao\x207\x20cánh','Nét\x20đứt\x20dài\x20chấm','Hình\x20chữ\x20nhật','Ngoặc\x20vuông\x20phải','Trống\x20từ','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Chú\x20thích\x20đường\x20kẻ\x201','Biển\x20cấm\x20hút\x20thuốc','Tròn','Nhọn','Vị\x20trí\x20hình\x20dạng','Không','Kiểu\x20nét\x20đứt','4714719staxtx','Chú\x20thích\x20nhấn\x20mạnh\x203','Cặp\x20ngoặc\x20nhọn','Tab\x20biển\x20hiệu','Dấu\x20trừ','Hoặc','Mũi\x20tên\x20nhọn','Cuộn\x20dọc','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Quy\x20trình','Mũi\x20tên\x20trái\x20lên','Kiểu\x20phác\x20thảo','Độ\x20trong\x20suốt','Tam\x20giác\x20cân','Hình\x20thang\x20không\x20cân','Nút\x20hành\x20động:\x20Trống','Ruy\x20băng\x20xuống','Không\x20có','Đa\x20tài\x20liệu','Trái','Chú\x20thích\x20mũi\x20tên\x20phải','Hình\x20vát','Đường\x20kẻ','Dưới','Căn\x20trái','Bật/tắt\x20lật\x20dọc','Thập\x20nhị\x20giác','Trên\x20phải','Chấm\x20tròn','Quy\x20trình\x20xác\x20định\x20trước','10413DNdjEb','Mũi\x20tên\x20cong\x20lên','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Nút\x20hành\x20động:\x20Trợ\x20giúp','Kiểu\x20mũi\x20tên\x20đầu','Trên','Căn\x20trên','Chú\x20thích\x201','Vừa','Tăng\x20cỡ\x20chữ','Đường\x20viền','Biểu\x20đồ\x20cộng','Lục\x20giác','Mũi\x20tên\x20xuống','Tài\x20liệu','Mũi\x20tên\x20đường\x20thẳng','Nét\x20đứt\x20dài'];_0x229d=function(){return _0x2f8fb4;};return _0x229d();}(function(_0x46d24c,_0x39a0b5){const _0x930380=_0x3df6,_0x7705ef=_0x46d24c();while(!![]){try{const _0x390bdb=parseInt(_0x930380(0x1f9))/0x1+parseInt(_0x930380(0x296))/0x2*(parseInt(_0x930380(0x235))/0x3)+parseInt(_0x930380(0x1f3))/0x4+parseInt(_0x930380(0x283))/0x5*(parseInt(_0x930380(0x271))/0x6)+parseInt(_0x930380(0x1f4))/0x7+-parseInt(_0x930380(0x1f1))/0x8*(-parseInt(_0x930380(0x253))/0x9)+-parseInt(_0x930380(0x285))/0xa*(parseInt(_0x930380(0x1e8))/0xb);if(_0x390bdb===_0x39a0b5)break;else _0x7705ef['push'](_0x7705ef['shift']());}catch(_0x148a44){_0x7705ef['push'](_0x7705ef['shift']());}}}(_0x229d,0xeccfb));const e={'sheets-shape-ui':{'align':{'top':_0x3bf82c(0x259),'middle':_0x3bf82c(0x204),'bottom':_0x3bf82c(0x21d),'left':_0x3bf82c(0x24d),'center':_0x3bf82c(0x204),'right':_0x3bf82c(0x29a)},'toolbar':{'verticalAlignMode':{'main':_0x3bf82c(0x27a)},'horizontalAlignMode':{'main':_0x3bf82c(0x2a2)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x3bf82c(0x1e7),'fontSizeIncrease':_0x3bf82c(0x25c),'fontSizeDecrease':_0x3bf82c(0x21f),'resetColor':_0x3bf82c(0x1f5)},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x3bf82c(0x218)},'title':_0x3bf82c(0x21b),'insertShape':_0x3bf82c(0x1c3),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x3bf82c(0x27f),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x3bf82c(0x1d6),'shapeStyle':_0x3bf82c(0x275),'shapePosition':_0x3bf82c(0x232),'toggleFlipH':_0x3bf82c(0x20b),'toggleFlipV':_0x3bf82c(0x24e),'rotateRight90':_0x3bf82c(0x20d),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x3bf82c(0x21c),'fill':{'title':'Tô\x20màu','noFill':_0x3bf82c(0x1c4),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x3bf82c(0x220),'pictureFill':_0x3bf82c(0x23d),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x3bf82c(0x1d3),'transparency':_0x3bf82c(0x241),'picture':{'source':'Nguồn\x20ảnh','insert':_0x3bf82c(0x269),'tileAsTexture':_0x3bf82c(0x1d1),'offsetX':_0x3bf82c(0x1f0),'offsetY':_0x3bf82c(0x21a),'scaleX':_0x3bf82c(0x287),'scaleY':'Tỷ\x20lệ\x20Y','alignment':'Căn\x20chỉnh','rotateWithShape':_0x3bf82c(0x1e0),'align':{'tl':'Trên\x20trái','t':_0x3bf82c(0x258),'tr':_0x3bf82c(0x250),'l':_0x3bf82c(0x248),'ctr':_0x3bf82c(0x298),'r':'Phải','bl':'Dưới\x20trái','b':_0x3bf82c(0x24c),'br':_0x3bf82c(0x266)}}},'line':{'title':_0x3bf82c(0x25d),'noLine':_0x3bf82c(0x20a),'solidLine':'Đường\x20viền\x20liền','gradientLine':_0x3bf82c(0x1c8),'color':_0x3bf82c(0x1d3),'transparency':'Độ\x20trong\x20suốt','width':_0x3bf82c(0x2a0),'dashType':{'title':_0x3bf82c(0x234),'solid':'Liền','roundDot':_0x3bf82c(0x251),'squareDot':'Chấm\x20vuông','dash':'Nét\x20đứt','dashDot':_0x3bf82c(0x27e),'longDash':_0x3bf82c(0x263),'longDashDot':_0x3bf82c(0x229),'longDashDotDot':_0x3bf82c(0x267)},'capType':{'title':_0x3bf82c(0x297),'flat':_0x3bf82c(0x281),'round':_0x3bf82c(0x230),'square':_0x3bf82c(0x1e2)},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':_0x3bf82c(0x231),'round':'Tròn','bevel':_0x3bf82c(0x226)},'beginArrowType':_0x3bf82c(0x257),'beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x3bf82c(0x208),'arrowType':{'none':_0x3bf82c(0x246),'arrow':_0x3bf82c(0x1df),'openArrow':'Mũi\x20tên\x20hở','stealthArrow':_0x3bf82c(0x23b),'diamondArrow':_0x3bf82c(0x26a),'ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':_0x3bf82c(0x1e3),'medium':_0x3bf82c(0x25b),'large':_0x3bf82c(0x2a4)},'sketchType':{'title':_0x3bf82c(0x240),'none':_0x3bf82c(0x233),'curved':_0x3bf82c(0x29c),'freehand':'Vẽ\x20tay','handDrawn':'Vẽ\x20nguệch\x20ngoạc'}},'shape':{'group':{'line':_0x3bf82c(0x24b),'rectangle':_0x3bf82c(0x22a),'basicShape':'Hình\x20cơ\x20bản','blockArrow':'Mũi\x20tên\x20khối','equationShape':'Hình\x20công\x20thức','flowchart':_0x3bf82c(0x290),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x3bf82c(0x216),'other':'Khác'},'type':{'line':'Đường\x20thẳng','straight-connector1':_0x3bf82c(0x262),'straight-connector2':'Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','bent-connector3':_0x3bf82c(0x268),'bent-connector3-arrow1':_0x3bf82c(0x205),'bent-connector3-arrow2':_0x3bf82c(0x1ca),'curved-connector3':_0x3bf82c(0x277),'curved-connector3-arrow1':_0x3bf82c(0x1de),'curved-connector3-arrow2':_0x3bf82c(0x221),'rect':'Hình\x20chữ\x20nhật','round-rect':_0x3bf82c(0x28c),'snip1-rect':_0x3bf82c(0x214),'snip2-same-rect':_0x3bf82c(0x1db),'snip2-diag-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','snip-round-rect':_0x3bf82c(0x1d8),'round1-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','round2-same-rect':_0x3bf82c(0x2a1),'round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x3bf82c(0x203),'rect-textbox-vertical':_0x3bf82c(0x289),'ellipse':_0x3bf82c(0x265),'triangle':_0x3bf82c(0x242),'rt-triangle':_0x3bf82c(0x27b),'parallelogram':_0x3bf82c(0x1d5),'trapezoid':_0x3bf82c(0x227),'non-isosceles-trapezoid':_0x3bf82c(0x243),'diamond':'Hình\x20thoi','pentagon':_0x3bf82c(0x207),'hexagon':_0x3bf82c(0x25f),'heptagon':'Thất\x20giác','octagon':_0x3bf82c(0x1c9),'decagon':_0x3bf82c(0x2a3),'dodecagon':_0x3bf82c(0x24f),'pie':'Hình\x20quạt','chord':_0x3bf82c(0x29e),'teardrop':_0x3bf82c(0x1cd),'frame':_0x3bf82c(0x26c),'half-frame':_0x3bf82c(0x202),'corner':'Hình\x20chữ\x20L','diag-stripe':'Sọc\x20chéo','plus':_0x3bf82c(0x288),'plaque':_0x3bf82c(0x295),'can':_0x3bf82c(0x274),'cube':_0x3bf82c(0x224),'bevel':_0x3bf82c(0x24a),'donut':_0x3bf82c(0x1fd),'no-smoking':_0x3bf82c(0x22f),'block-arc':_0x3bf82c(0x219),'folder-corner':_0x3bf82c(0x272),'smiley-face':_0x3bf82c(0x28d),'heart':_0x3bf82c(0x1fa),'lightning-bolt':_0x3bf82c(0x212),'sun':_0x3bf82c(0x28b),'moon':_0x3bf82c(0x1cf),'cloud':'Đám\x20mây','arc':_0x3bf82c(0x29e),'bracket-pair':_0x3bf82c(0x26d),'brace-pair':_0x3bf82c(0x237),'left-bracket':_0x3bf82c(0x1ea),'right-bracket':_0x3bf82c(0x22b),'left-brace':_0x3bf82c(0x299),'right-brace':'Ngoặc\x20nhọn\x20phải','right-arrow':_0x3bf82c(0x264),'left-arrow':'Mũi\x20tên\x20trái','up-arrow':_0x3bf82c(0x1f6),'down-arrow':_0x3bf82c(0x260),'left-right-arrow':_0x3bf82c(0x1ef),'up-down-arrow':_0x3bf82c(0x21e),'quad-arrow':'Mũi\x20tên\x20bốn\x20chiều','left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':_0x3bf82c(0x1f2),'uturn-arrow':_0x3bf82c(0x26f),'left-up-arrow':_0x3bf82c(0x23f),'bent-up-arrow':_0x3bf82c(0x254),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x3bf82c(0x282),'curved-up-arrow':_0x3bf82c(0x254),'curved-down-arrow':_0x3bf82c(0x293),'striped-right-arrow':_0x3bf82c(0x278),'notched-right-arrow':_0x3bf82c(0x284),'home-plate':_0x3bf82c(0x1dc),'chevron':'Hình\x20chữ\x20V','right-arrow-callout':_0x3bf82c(0x249),'down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20xuống','left-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20trái','up-arrow-callout':_0x3bf82c(0x291),'left-right-arrow-callout':_0x3bf82c(0x22d),'quad-arrow-callout':_0x3bf82c(0x217),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':'Dấu\x20cộng','math-minus':_0x3bf82c(0x239),'math-multiply':_0x3bf82c(0x1c6),'math-divide':'Dấu\x20chia','math-equal':_0x3bf82c(0x222),'math-not-equal':_0x3bf82c(0x20f),'flow-chart-process':_0x3bf82c(0x23e),'flow-chart-alternate-process':_0x3bf82c(0x1ec),'flow-chart-decision':_0x3bf82c(0x26b),'flow-chart-input-output':_0x3bf82c(0x1f8),'flow-chart-predefined-process':_0x3bf82c(0x252),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x3bf82c(0x261),'flow-chart-multidocument':_0x3bf82c(0x247),'flow-chart-terminator':_0x3bf82c(0x1cb),'flow-chart-preparation':_0x3bf82c(0x1fe),'flow-chart-manual-input':'Nhập\x20thủ\x20công','flow-chart-manual-operation':_0x3bf82c(0x27c),'flow-chart-connector':_0x3bf82c(0x273),'flow-chart-offpage-connector':_0x3bf82c(0x292),'flow-chart-punched-card':_0x3bf82c(0x279),'flow-chart-punched-tape':_0x3bf82c(0x276),'flow-chart-summing-junction':_0x3bf82c(0x210),'flow-chart-or':_0x3bf82c(0x23a),'flow-chart-collate':_0x3bf82c(0x1d0),'flow-chart-sort':_0x3bf82c(0x1d4),'flow-chart-extract':_0x3bf82c(0x1fb),'flow-chart-merge':_0x3bf82c(0x1c5),'flow-chart-online-storage':_0x3bf82c(0x209),'flow-chart-delay':'Trì\x20hoãn','flow-chart-magnetic-tape':'Băng\x20từ','flow-chart-magnetic-disk':_0x3bf82c(0x1d2),'flow-chart-magnetic-drum':_0x3bf82c(0x22c),'flow-chart-display':_0x3bf82c(0x1d9),'irregular-seal1':_0x3bf82c(0x1ed),'irregular-seal2':'Hình\x20nổ\x202','star4':_0x3bf82c(0x211),'star5':_0x3bf82c(0x29f),'star6':_0x3bf82c(0x1e6),'star7':_0x3bf82c(0x228),'star8':'Sao\x208\x20cánh','star10':_0x3bf82c(0x28e),'star12':'Sao\x2012\x20cánh','star16':_0x3bf82c(0x215),'star24':_0x3bf82c(0x1e1),'star32':'Sao\x2032\x20cánh','ribbon2':_0x3bf82c(0x1eb),'ribbon':_0x3bf82c(0x245),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':_0x3bf82c(0x23c),'horizontal-scroll':_0x3bf82c(0x1c2),'wave':_0x3bf82c(0x1ee),'double-wave':_0x3bf82c(0x1f7),'wedge-rect-callout':_0x3bf82c(0x20e),'wedge-round-rect-callout':_0x3bf82c(0x270),'wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0x3bf82c(0x294),'border-callout1':_0x3bf82c(0x22e),'border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':_0x3bf82c(0x225),'accent-callout2':_0x3bf82c(0x1ce),'accent-callout3':_0x3bf82c(0x236),'callout1':_0x3bf82c(0x25a),'callout2':_0x3bf82c(0x29d),'callout3':_0x3bf82c(0x200),'accent-border-callout1':_0x3bf82c(0x20c),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x3bf82c(0x255),'left-circular-arrow':_0x3bf82c(0x223),'left-right-circular-arrow':'Mũi\x20tên\x20tròn\x20trái\x20phải','swoosh-arrow':_0x3bf82c(0x201),'left-right-ribbon':'Ruy\x20băng\x20trái\x20phải','pie-wedge':_0x3bf82c(0x1da),'funnel':'Phễu','gear6':_0x3bf82c(0x1e5),'gear9':_0x3bf82c(0x1e9),'corner-tabs':_0x3bf82c(0x206),'action-button-back-previous':_0x3bf82c(0x28f),'action-button-forward-next':_0x3bf82c(0x286),'action-button-beginning':_0x3bf82c(0x1ff),'action-button-end':_0x3bf82c(0x29b),'action-button-home':_0x3bf82c(0x280),'action-button-information':_0x3bf82c(0x1cc),'action-button-return':_0x3bf82c(0x1fc),'action-button-movie':_0x3bf82c(0x28a),'action-button-document':_0x3bf82c(0x1dd),'action-button-sound':_0x3bf82c(0x1d7),'action-button-help':_0x3bf82c(0x256),'action-button-blank':_0x3bf82c(0x244),'chart-plus':_0x3bf82c(0x25e),'chart-star':_0x3bf82c(0x1c7),'chart-x':_0x3bf82c(0x27d),'flow-chart-offline-storage':'Lưu\x20trữ\x20ngoại\x20tuyến','line-inv':_0x3bf82c(0x1e4),'plaque-tabs':_0x3bf82c(0x238),'square-tabs':'Tab\x20vuông','up-down-arrow-callout':_0x3bf82c(0x213)}}}};module[_0x3bf82c(0x26e)]=e;
|
|
1
|
+
function _0x5045(){const _0x59a1ef=['Mặt\x20trăng','Đặt\x20lại\x20màu','Chú\x20thích','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','1649160KOHkOj','Mũi\x20tên\x20tròn\x20trái','Strikethrough','Mũi\x20tên\x20quay\x20đầu','Giữa','Tô\x20màu','Xóa\x20hình\x20dạng','Lát\x20ảnh\x20làm\x20kết\x20cấu','Sao\x208\x20cánh','Hình\x20bánh\x20rán','Hình\x20nổ\x202','Sao\x20và\x20Biểu\x20ngữ','Nét\x20đứt\x20chấm','Tô\x20màu\x20gradient','Không','Mũi\x20tên','Trống\x20từ','Text\x20color','Cuộn\x20ngang','Sao\x206\x20cánh','Align\x20Right','Nguồn\x20ảnh','Hình\x20biển\x20hiệu','Dưới','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.','Dấu\x20trừ','Bold','Quy\x20trình','Biểu\x20đồ\x20X','Ruy\x20băng\x20lên','Sao\x2024\x20cánh','Mũi\x20tên\x20xuống','Căn\x20giữa','Align\x20Left','Vẽ\x20tay','Quy\x20trình\x20thay\x20thế','Căn\x20ngang','Liền','Băng\x20từ','Màu\x20sắc','Tài\x20liệu','Đầu\x20nối','Hình\x20chữ\x20nhật','Tab\x20biển\x20hiệu','Hình\x20thang','Hiển\x20thị','Mũi\x20tên\x20hở','Tam\x20giác\x20vuông','exports','Mũi\x20tên\x20trái\x20lên','1317912qNEvoL','Đường\x20viền\x20gradient','Hình\x20bình\x20hành','Bù\x20trừ\x20Y','Dấu\x20khác','Biểu\x20đồ\x20cộng','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Hộp\x20văn\x20bản\x20ngang','Vát','Ruy\x20băng\x20trái\x20phải','Góc\x20thư\x20mục','Sóng','Trì\x20hoãn','Align\x20Center','Mũi\x20tên\x20đường\x20thẳng','Mũi\x20tên\x20phải','Xoay\x20cùng\x20hình\x20dạng','Nét\x20đứt\x20dài\x20hai\x20chấm','Chuyển\x20đổi\x20lật\x20ngang','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Tròn','Nhọn','Sọc\x20chéo','Thập\x20giác','Định\x20dạng\x20hình\x20dạng','Kiểu\x20mũi\x20tên\x20cuối','Mặt\x20trời','Đường\x20viền','966596ILTacs','Thập\x20nhị\x20giác','2891175SLBBqo','Lớn','Chú\x20thích\x20hình\x20elip','Nút\x20hành\x20động:\x20Bắt\x20đầu','Hình\x20dạng','Nút\x20hành\x20động:\x20Trở\x20lại','9042901JYybip','Điểm\x20nối\x20tổng','Chú\x20thích\x20đường\x20kẻ\x202','Cặp\x20ngoặc\x20vuông','Thẻ\x20đục\x20lỗ','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Vẽ\x20nguệch\x20ngoạc','Giảm\x20cỡ\x20chữ','Hình\x20giọt\x20nước','Kích\x20thước\x20mũi\x20tên\x20đầu','Dấu\x20cộng','Chú\x20thích\x20mũi\x20tên\x20phải','Màu\x20ô','Mũi\x20tên\x20lên\x20xuống','Đường\x20nối\x20khuỷu','Dưới\x20trái','Kiểu\x20phác\x20thảo','Lưu\x20trữ\x20trực\x20tuyến','Mũi\x20tên\x20cong\x20phải','Nút\x20hành\x20động:\x20Kết\x20thúc','Chèn\x20hình\x20dạng','Kiểu\x20hình\x20dạng','Dưới\x20phải','Sao\x2012\x20cánh','Chú\x20thích\x20mũi\x20tên\x20xuống','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Hoặc','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Căn\x20phải','Biểu\x20đồ\x20sao','Hình\x20trụ','Đường\x20nối\x20cong','Dấu\x20nhân','Cuộn\x20dọc','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mũi\x20tên\x20sọc\x20phải','Hình\x20chữ\x20V','Hình\x20elip','Tô\x20màu\x20đặc','Tia\x20sét','Quyết\x20định','Ngoặc\x20vuông\x20phải','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Tỷ\x20lệ\x20X','Vị\x20trí\x20hình\x20dạng','Thao\x20tác\x20thủ\x20công','Đối\x20chiếu','Chú\x20thích\x20mũi\x20tên\x20lên','2480514deeLDq','Bánh\x20răng\x209','Đa\x20tài\x20liệu','Kiểu\x20mũi\x20tên\x20đầu','Chèn...','Độ\x20rộng','Mũi\x20tên\x20khối','Hình\x20quạt','Dữ\x20liệu','Nút\x20hành\x20động:\x20Trợ\x20giúp','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Đường\x20kẻ','Tam\x20giác\x20cân','Sao\x207\x20cánh','Phễu','Chú\x20thích\x201','Chú\x20thích\x20mũi\x20tên\x20trái','Phẳng','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Hình\x20nổ\x201','Nút\x20hành\x20động:\x20Thông\x20tin','Hình\x20chữ\x20nhật\x20bo\x20góc','Kiểu\x20đầu\x20mút','Ruy\x20băng\x20xuống','Kiểu\x20nối\x20góc','Không\x20có\x20đường\x20viền','Chấm\x20tròn','Nét\x20đứt','Bật/tắt\x20lật\x20dọc','Chú\x20thích\x20nhấn\x20mạnh\x203','Tỷ\x20lệ\x20Y','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Phải','Nhập\x20thủ\x20công','Mũi\x20tên\x20cong','Ngoặc\x20vuông\x20trái','Khung','Đĩa\x20từ','Mũi\x20tên\x20trái\x20phải','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Sắp\x20xếp','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Nét\x20đứt\x20dài','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Đám\x20mây','Sóng\x20đôi','Dấu\x20bằng','Ruy\x20băng\x20cong\x20xuống','Hợp\x20nhất','Hình\x20thang\x20không\x20cân','Căn\x20dọc','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Kiểu\x20nét\x20đứt','Hình\x20vát','Sao\x205\x20cánh','Không\x20tô','Kích\x20thước\x20mũi\x20tên\x20cuối','Hình\x20cung\x20khối','Mũi\x20tên\x20nhọn','Căn\x20dưới','Cỡ\x20chữ','Mũi\x20tên\x20lướt','Sao\x204\x20cánh','Thất\x20giác','4992620kngRaY','Chú\x20thích\x20đám\x20mây','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Mũi\x20tên\x20bốn\x20chiều','Lưu\x20trữ\x20nội\x20bộ','Mũi\x20tên\x20lên','Nút\x20hành\x20động:\x20Trống','Nút\x20hành\x20động:\x20Tài\x20liệu','Chú\x20thích\x20đường\x20kẻ\x203','Cặp\x20ngoặc\x20nhọn','Trên\x20trái','Mũi\x20tên\x20trái','Ngũ\x20giác','Tab\x20góc','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Mở\x20bảng\x20hình\x20dạng','Chú\x20thích\x20nhấn\x20mạnh\x201','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu'];_0x5045=function(){return _0x59a1ef;};return _0x5045();}function _0x5f2a(_0x46aed2,_0x317890){_0x46aed2=_0x46aed2-0x180;const _0x5045e0=_0x5045();let _0x5f2a5d=_0x5045e0[_0x46aed2];return _0x5f2a5d;}const _0x550285=_0x5f2a;(function(_0x173a6b,_0x152e8f){const _0x55a263=_0x5f2a,_0x133aec=_0x173a6b();while(!![]){try{const _0x3813a6=parseInt(_0x55a263(0x181))/0x1+-parseInt(_0x55a263(0x19d))/0x2+parseInt(_0x55a263(0x1d5))/0x3+parseInt(_0x55a263(0x216))/0x4+-parseInt(_0x55a263(0x19f))/0x5+-parseInt(_0x55a263(0x22e))/0x6+-parseInt(_0x55a263(0x1a5))/0x7;if(_0x3813a6===_0x152e8f)break;else _0x133aec['push'](_0x133aec['shift']());}catch(_0xd15f3c){_0x133aec['push'](_0x133aec['shift']());}}}(_0x5045,0xbaafd));const e={'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':_0x550285(0x24e),'bottom':_0x550285(0x211),'left':'Căn\x20trái','center':_0x550285(0x24e),'right':_0x550285(0x1c1)},'toolbar':{'verticalAlignMode':{'main':_0x550285(0x208)},'horizontalAlignMode':{'main':_0x550285(0x252)},'fillColor':{'main':_0x550285(0x1b1)},'fontSize':_0x550285(0x212),'fontSizeIncrease':'Tăng\x20cỡ\x20chữ','fontSizeDecrease':_0x550285(0x1ac),'alignLeft':_0x550285(0x24f),'alignCenter':_0x550285(0x18e),'alignRight':_0x550285(0x242),'alignJustify':'Justify','bold':_0x550285(0x248),'italic':'Italic','underline':'Underline','strikethrough':_0x550285(0x230),'textColor':_0x550285(0x23f),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x550285(0x22b)},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x550285(0x246)},'title':_0x550285(0x1a3),'insertShape':_0x550285(0x1b9),'openPanel':_0x550285(0x226),'deleteShape':_0x550285(0x234),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x550285(0x199),'shapeStyle':_0x550285(0x1ba),'shapePosition':_0x550285(0x1d1),'toggleFlipH':_0x550285(0x193),'toggleFlipV':_0x550285(0x1f2),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x550285(0x1ff),'toggleTextVertical':_0x550285(0x201),'fill':{'title':_0x550285(0x233),'noFill':_0x550285(0x20d),'solidFill':_0x550285(0x1cb),'gradientFill':_0x550285(0x23b),'pictureFill':_0x550285(0x225),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x550285(0x255),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x550285(0x243),'insert':_0x550285(0x1d9),'tileAsTexture':_0x550285(0x235),'offsetX':'Bù\x20trừ\x20X','offsetY':_0x550285(0x184),'scaleX':_0x550285(0x1d0),'scaleY':_0x550285(0x1f4),'alignment':'Căn\x20chỉnh','rotateWithShape':_0x550285(0x191),'align':{'tl':_0x550285(0x220),'t':'Trên','tr':'Trên\x20phải','l':'Trái','ctr':_0x550285(0x232),'r':_0x550285(0x1f6),'bl':_0x550285(0x1b4),'b':_0x550285(0x245),'br':_0x550285(0x1bb)}}},'line':{'title':_0x550285(0x19c),'noLine':_0x550285(0x1ef),'solidLine':'Đường\x20viền\x20liền','gradientLine':_0x550285(0x182),'color':_0x550285(0x255),'transparency':'Độ\x20trong\x20suốt','width':_0x550285(0x1da),'dashType':{'title':_0x550285(0x20a),'solid':_0x550285(0x253),'roundDot':_0x550285(0x1f0),'squareDot':'Chấm\x20vuông','dash':_0x550285(0x1f1),'dashDot':_0x550285(0x23a),'longDash':_0x550285(0x200),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0x550285(0x192)},'capType':{'title':_0x550285(0x1ec),'flat':_0x550285(0x1e7),'round':_0x550285(0x195),'square':'Vuông'},'joinType':{'title':_0x550285(0x1ee),'miter':_0x550285(0x196),'round':_0x550285(0x195),'bevel':_0x550285(0x189)},'beginArrowType':_0x550285(0x1d8),'beginArrowSize':_0x550285(0x1ae),'endArrowType':_0x550285(0x19a),'endArrowSize':_0x550285(0x20e),'arrowType':{'none':'Không\x20có','arrow':_0x550285(0x23d),'openArrow':_0x550285(0x25c),'stealthArrow':_0x550285(0x210),'diamondArrow':'Mũi\x20tên\x20kim\x20cương','ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':'Nhỏ','medium':'Vừa','large':_0x550285(0x1a0)},'sketchType':{'title':_0x550285(0x1b5),'none':_0x550285(0x23c),'curved':'Cong','freehand':_0x550285(0x250),'handDrawn':_0x550285(0x1ab)}},'shape':{'group':{'line':_0x550285(0x1e1),'rectangle':_0x550285(0x258),'basicShape':'Hình\x20cơ\x20bản','blockArrow':_0x550285(0x1db),'equationShape':'Hình\x20công\x20thức','flowchart':'Lưu\x20đồ','starAndBanner':_0x550285(0x239),'callout':_0x550285(0x22c),'other':'Khác'},'type':{'line':'Đường\x20thẳng','straight-connector1':_0x550285(0x18f),'straight-connector2':_0x550285(0x187),'bent-connector3':_0x550285(0x1b3),'bent-connector3-arrow1':_0x550285(0x1df),'bent-connector3-arrow2':_0x550285(0x229),'curved-connector3':_0x550285(0x1c4),'curved-connector3-arrow1':_0x550285(0x218),'curved-connector3-arrow2':_0x550285(0x194),'rect':_0x550285(0x258),'round-rect':_0x550285(0x1eb),'snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':_0x550285(0x1c0),'snip2-diag-rect':_0x550285(0x1c7),'snip-round-rect':_0x550285(0x1aa),'round1-rect':_0x550285(0x1cf),'round2-same-rect':_0x550285(0x228),'round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x550285(0x188),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x550285(0x1ca),'triangle':_0x550285(0x1e2),'rt-triangle':_0x550285(0x25d),'parallelogram':_0x550285(0x183),'trapezoid':_0x550285(0x25a),'non-isosceles-trapezoid':_0x550285(0x207),'diamond':'Hình\x20thoi','pentagon':_0x550285(0x222),'hexagon':'Lục\x20giác','heptagon':_0x550285(0x215),'octagon':'Bát\x20giác','decagon':_0x550285(0x198),'dodecagon':_0x550285(0x19e),'pie':_0x550285(0x1dc),'chord':'Hình\x20cung','teardrop':_0x550285(0x1ad),'frame':_0x550285(0x1fa),'half-frame':'Khung\x20một\x20nửa','corner':'Hình\x20chữ\x20L','diag-stripe':_0x550285(0x197),'plus':_0x550285(0x1af),'plaque':_0x550285(0x244),'can':_0x550285(0x1c3),'cube':'Hình\x20lập\x20phương','bevel':_0x550285(0x20b),'donut':_0x550285(0x237),'no-smoking':'Biển\x20cấm\x20hút\x20thuốc','block-arc':_0x550285(0x20f),'folder-corner':_0x550285(0x18b),'smiley-face':'Mặt\x20cười','heart':'Trái\x20tim','lightning-bolt':_0x550285(0x1cc),'sun':_0x550285(0x19b),'moon':_0x550285(0x22a),'cloud':_0x550285(0x202),'arc':'Hình\x20cung','bracket-pair':_0x550285(0x1a8),'brace-pair':_0x550285(0x21f),'left-bracket':_0x550285(0x1f9),'right-bracket':_0x550285(0x1ce),'left-brace':'Ngoặc\x20nhọn\x20trái','right-brace':'Ngoặc\x20nhọn\x20phải','right-arrow':_0x550285(0x190),'left-arrow':_0x550285(0x221),'up-arrow':_0x550285(0x21b),'down-arrow':_0x550285(0x24d),'left-right-arrow':_0x550285(0x1fc),'up-down-arrow':_0x550285(0x1b2),'quad-arrow':_0x550285(0x219),'left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':_0x550285(0x1f8),'uturn-arrow':_0x550285(0x231),'left-up-arrow':_0x550285(0x180),'bent-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-right-arrow':_0x550285(0x1b7),'curved-left-arrow':'Mũi\x20tên\x20cong\x20trái','curved-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-down-arrow':'Mũi\x20tên\x20cong\x20xuống','striped-right-arrow':_0x550285(0x1c8),'notched-right-arrow':'Mũi\x20tên\x20khía\x20phải','home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':_0x550285(0x1c9),'right-arrow-callout':_0x550285(0x1b0),'down-arrow-callout':_0x550285(0x1bd),'left-arrow-callout':_0x550285(0x1e6),'up-arrow-callout':_0x550285(0x1d4),'left-right-arrow-callout':_0x550285(0x209),'quad-arrow-callout':_0x550285(0x224),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0x550285(0x1af),'math-minus':_0x550285(0x247),'math-multiply':_0x550285(0x1c5),'math-divide':'Dấu\x20chia','math-equal':_0x550285(0x204),'math-not-equal':_0x550285(0x185),'flow-chart-process':_0x550285(0x249),'flow-chart-alternate-process':_0x550285(0x251),'flow-chart-decision':_0x550285(0x1cd),'flow-chart-input-output':_0x550285(0x1dd),'flow-chart-predefined-process':'Quy\x20trình\x20xác\x20định\x20trước','flow-chart-internal-storage':_0x550285(0x21a),'flow-chart-document':_0x550285(0x256),'flow-chart-multidocument':_0x550285(0x1d7),'flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':'Chuẩn\x20bị','flow-chart-manual-input':_0x550285(0x1f7),'flow-chart-manual-operation':_0x550285(0x1d2),'flow-chart-connector':_0x550285(0x257),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x550285(0x1a9),'flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0x550285(0x1a6),'flow-chart-or':_0x550285(0x1bf),'flow-chart-collate':_0x550285(0x1d3),'flow-chart-sort':_0x550285(0x1fe),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0x550285(0x206),'flow-chart-online-storage':_0x550285(0x1b6),'flow-chart-delay':_0x550285(0x18d),'flow-chart-magnetic-tape':_0x550285(0x254),'flow-chart-magnetic-disk':_0x550285(0x1fb),'flow-chart-magnetic-drum':_0x550285(0x23e),'flow-chart-display':_0x550285(0x25b),'irregular-seal1':_0x550285(0x1e9),'irregular-seal2':_0x550285(0x238),'star4':_0x550285(0x214),'star5':_0x550285(0x20c),'star6':_0x550285(0x241),'star7':_0x550285(0x1e3),'star8':_0x550285(0x236),'star10':'Sao\x2010\x20cánh','star12':_0x550285(0x1bc),'star16':'Sao\x2016\x20cánh','star24':_0x550285(0x24c),'star32':'Sao\x2032\x20cánh','ribbon2':_0x550285(0x24b),'ribbon':_0x550285(0x1ed),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':_0x550285(0x205),'vertical-scroll':_0x550285(0x1c6),'horizontal-scroll':_0x550285(0x240),'wave':_0x550285(0x18c),'double-wave':_0x550285(0x203),'wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':_0x550285(0x1fd),'wedge-ellipse-callout':_0x550285(0x1a1),'cloud-callout':_0x550285(0x217),'border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':_0x550285(0x1a7),'border-callout3':_0x550285(0x21e),'accent-callout1':_0x550285(0x227),'accent-callout2':'Chú\x20thích\x20nhấn\x20mạnh\x202','accent-callout3':_0x550285(0x1f3),'callout1':_0x550285(0x1e5),'callout2':'Chú\x20thích\x202','callout3':'Chú\x20thích\x203','accent-border-callout1':_0x550285(0x1e8),'accent-border-callout2':_0x550285(0x1f5),'accent-border-callout3':_0x550285(0x22d),'left-circular-arrow':_0x550285(0x22f),'left-right-circular-arrow':'Mũi\x20tên\x20tròn\x20trái\x20phải','swoosh-arrow':_0x550285(0x213),'left-right-ribbon':_0x550285(0x18a),'pie-wedge':'Miếng\x20bánh','funnel':_0x550285(0x1e4),'gear6':'Bánh\x20răng\x206','gear9':_0x550285(0x1d6),'corner-tabs':_0x550285(0x223),'action-button-back-previous':_0x550285(0x1e0),'action-button-forward-next':_0x550285(0x1be),'action-button-beginning':_0x550285(0x1a2),'action-button-end':_0x550285(0x1b8),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x550285(0x1ea),'action-button-return':_0x550285(0x1a4),'action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':_0x550285(0x21d),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':_0x550285(0x1de),'action-button-blank':_0x550285(0x21c),'chart-plus':_0x550285(0x186),'chart-star':_0x550285(0x1c2),'chart-x':_0x550285(0x24a),'flow-chart-offline-storage':'Lưu\x20trữ\x20ngoại\x20tuyến','line-inv':'Đường\x20ngược','plaque-tabs':_0x550285(0x259),'square-tabs':'Tab\x20vuông','up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}}}};module[_0x550285(0x25e)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x3087cc=_0xed61;(function(_0x5b046d,_0x310672){const _0x3606ba=_0xed61,_0x55cb5c=_0x5b046d();while(!![]){try{const _0x52dc99=parseInt(_0x3606ba(0x207))/0x1+parseInt(_0x3606ba(0x23b))/0x2+-parseInt(_0x3606ba(0x1fc))/0x3+parseInt(_0x3606ba(0x270))/0x4*(parseInt(_0x3606ba(0x1fe))/0x5)+-parseInt(_0x3606ba(0x29a))/0x6*(-parseInt(_0x3606ba(0x275))/0x7)+parseInt(_0x3606ba(0x271))/0x8*(parseInt(_0x3606ba(0x237))/0x9)+parseInt(_0x3606ba(0x1f9))/0xa*(-parseInt(_0x3606ba(0x246))/0xb);if(_0x52dc99===_0x310672)break;else _0x55cb5c['push'](_0x55cb5c['shift']());}catch(_0x55f7ba){_0x55cb5c['push'](_0x55cb5c['shift']());}}}(_0x4bd0,0x641a6));function _0xed61(_0x849dc6,_0x324f17){_0x849dc6=_0x849dc6-0x1e3;const _0x4bd02c=_0x4bd0();let _0xed6127=_0x4bd02c[_0x849dc6];return _0xed6127;}const e={'sheets-shape-ui':{'align':{'top':_0x3087cc(0x236),'middle':_0x3087cc(0x297),'bottom':_0x3087cc(0x231),'left':'左对齐','center':_0x3087cc(0x1f0),'right':_0x3087cc(0x204)},'toolbar':{'verticalAlignMode':{'main':_0x3087cc(0x21a)},'horizontalAlignMode':{'main':_0x3087cc(0x277)},'fillColor':{'main':_0x3087cc(0x211)},'fontSize':'字号','fontSizeIncrease':'增大字号','fontSizeDecrease':_0x3087cc(0x219),'resetColor':'重置颜色'},'imagePanel':{'crop':{'shape':'裁剪为形状'}},'permission':{'editErr':_0x3087cc(0x224)},'title':'形状','insertShape':_0x3087cc(0x1f4),'openPanel':'打开形状面板','deleteShape':_0x3087cc(0x232),'hidePanel':_0x3087cc(0x1fa),'formatShape':_0x3087cc(0x1ea),'shapeStyle':_0x3087cc(0x226),'shapePosition':_0x3087cc(0x239),'toggleFlipH':_0x3087cc(0x228),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x3087cc(0x25b),'rotateLeft90':_0x3087cc(0x221),'toggleTextVertical':_0x3087cc(0x213),'fill':{'title':'填充','noFill':_0x3087cc(0x253),'solidFill':_0x3087cc(0x214),'gradientFill':_0x3087cc(0x1e5),'pictureFill':_0x3087cc(0x274),'patternFill':_0x3087cc(0x259),'color':'颜色','transparency':'透明度','picture':{'source':_0x3087cc(0x23a),'insert':_0x3087cc(0x289),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x3087cc(0x233),'offsetY':_0x3087cc(0x25c),'scaleX':_0x3087cc(0x21b),'scaleY':'刻度\x20Y','alignment':_0x3087cc(0x1ed),'rotateWithShape':'与形状一起旋转','align':{'tl':_0x3087cc(0x264),'t':_0x3087cc(0x236),'tr':_0x3087cc(0x261),'l':_0x3087cc(0x263),'ctr':_0x3087cc(0x297),'r':_0x3087cc(0x204),'bl':_0x3087cc(0x203),'b':_0x3087cc(0x231),'br':_0x3087cc(0x201)}}},'line':{'title':'线条','noLine':_0x3087cc(0x27b),'solidLine':'实线','gradientLine':_0x3087cc(0x26f),'color':'颜色','transparency':'透明度','width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x3087cc(0x1e4),'dashDot':'短划线-点','longDash':_0x3087cc(0x26b),'longDashDot':'长划线-点','longDashDotDot':_0x3087cc(0x24c)},'capType':{'title':_0x3087cc(0x285),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x3087cc(0x2a2),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x3087cc(0x1eb),'beginArrowSize':_0x3087cc(0x25a),'endArrowType':_0x3087cc(0x20f),'endArrowSize':_0x3087cc(0x292),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x3087cc(0x230),'stealthArrow':'隐形箭头','diamondArrow':_0x3087cc(0x20a),'ovalArrow':_0x3087cc(0x268)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x3087cc(0x245),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x3087cc(0x20d),'blockArrow':'箭头总汇','equationShape':_0x3087cc(0x212),'flowchart':_0x3087cc(0x27e),'starAndBanner':_0x3087cc(0x1f2),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x3087cc(0x235),'straight-connector2':_0x3087cc(0x254),'bent-connector3':'折线','bent-connector3-arrow1':_0x3087cc(0x22c),'bent-connector3-arrow2':_0x3087cc(0x22d),'curved-connector3':'曲线','curved-connector3-arrow1':_0x3087cc(0x202),'curved-connector3-arrow2':_0x3087cc(0x288),'rect':'矩形','round-rect':_0x3087cc(0x1ee),'snip1-rect':_0x3087cc(0x248),'snip2-same-rect':_0x3087cc(0x22a),'snip2-diag-rect':_0x3087cc(0x258),'snip-round-rect':_0x3087cc(0x27a),'round1-rect':_0x3087cc(0x217),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x3087cc(0x295),'rect-textbox-horizontal':_0x3087cc(0x244),'rect-textbox-vertical':_0x3087cc(0x2a0),'ellipse':'椭圆','triangle':_0x3087cc(0x24b),'rt-triangle':_0x3087cc(0x24a),'parallelogram':_0x3087cc(0x200),'trapezoid':'梯形','non-isosceles-trapezoid':_0x3087cc(0x25d),'diamond':'菱形','pentagon':_0x3087cc(0x234),'hexagon':_0x3087cc(0x255),'heptagon':_0x3087cc(0x299),'octagon':'八边形','decagon':_0x3087cc(0x294),'dodecagon':_0x3087cc(0x229),'pie':_0x3087cc(0x240),'chord':'弦形','teardrop':_0x3087cc(0x21f),'frame':_0x3087cc(0x280),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x3087cc(0x26e),'plaque':_0x3087cc(0x205),'can':_0x3087cc(0x1ff),'cube':_0x3087cc(0x20e),'bevel':'矩形:棱台','donut':_0x3087cc(0x290),'no-smoking':_0x3087cc(0x251),'block-arc':_0x3087cc(0x267),'folder-corner':_0x3087cc(0x278),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x3087cc(0x247),'sun':_0x3087cc(0x22f),'moon':_0x3087cc(0x262),'cloud':'云形','arc':'弧形','bracket-pair':_0x3087cc(0x283),'brace-pair':'双大括号','left-bracket':'左中括号','right-bracket':'右中括号','left-brace':_0x3087cc(0x216),'right-brace':_0x3087cc(0x1e9),'right-arrow':_0x3087cc(0x25e),'left-arrow':'箭头:左','up-arrow':_0x3087cc(0x250),'down-arrow':_0x3087cc(0x1e6),'left-right-arrow':_0x3087cc(0x273),'up-down-arrow':'箭头:上下','quad-arrow':_0x3087cc(0x215),'left-right-up-arrow':'箭头:丁字','bent-arrow':'箭头:圆角右','uturn-arrow':_0x3087cc(0x29b),'left-up-arrow':'箭头:直角双向','bent-up-arrow':_0x3087cc(0x242),'curved-right-arrow':_0x3087cc(0x1fb),'curved-left-arrow':_0x3087cc(0x1f6),'curved-up-arrow':_0x3087cc(0x265),'curved-down-arrow':_0x3087cc(0x249),'striped-right-arrow':_0x3087cc(0x21d),'notched-right-arrow':_0x3087cc(0x284),'home-plate':_0x3087cc(0x234),'chevron':_0x3087cc(0x29f),'right-arrow-callout':_0x3087cc(0x276),'down-arrow-callout':_0x3087cc(0x28e),'left-arrow-callout':_0x3087cc(0x257),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x3087cc(0x287),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x3087cc(0x23f),'flow-chart-process':'流程图:过程','flow-chart-alternate-process':_0x3087cc(0x24d),'flow-chart-decision':_0x3087cc(0x291),'flow-chart-input-output':_0x3087cc(0x28b),'flow-chart-predefined-process':_0x3087cc(0x27d),'flow-chart-internal-storage':_0x3087cc(0x210),'flow-chart-document':_0x3087cc(0x20c),'flow-chart-multidocument':_0x3087cc(0x29e),'flow-chart-terminator':'流程图:终止','flow-chart-preparation':_0x3087cc(0x282),'flow-chart-manual-input':_0x3087cc(0x225),'flow-chart-manual-operation':_0x3087cc(0x29d),'flow-chart-connector':'流程图:接点','flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x3087cc(0x1ec),'flow-chart-punched-tape':_0x3087cc(0x28c),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x3087cc(0x1ef),'flow-chart-collate':_0x3087cc(0x25f),'flow-chart-sort':_0x3087cc(0x1f7),'flow-chart-extract':_0x3087cc(0x206),'flow-chart-merge':'流程图:合并','flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x3087cc(0x27c),'flow-chart-magnetic-tape':_0x3087cc(0x252),'flow-chart-magnetic-disk':'流程图:磁盘','flow-chart-magnetic-drum':_0x3087cc(0x26a),'flow-chart-display':_0x3087cc(0x27f),'irregular-seal1':_0x3087cc(0x208),'irregular-seal2':_0x3087cc(0x293),'star4':_0x3087cc(0x1f5),'star5':_0x3087cc(0x21e),'star6':_0x3087cc(0x1e8),'star7':'星形:七角','star8':_0x3087cc(0x272),'star10':_0x3087cc(0x24e),'star12':_0x3087cc(0x238),'star16':'星形:十六角','star24':_0x3087cc(0x28a),'star32':_0x3087cc(0x23e),'ribbon2':_0x3087cc(0x279),'ribbon':_0x3087cc(0x227),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x3087cc(0x2a1),'vertical-scroll':_0x3087cc(0x241),'horizontal-scroll':_0x3087cc(0x1f8),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x3087cc(0x1e7),'wedge-round-rect-callout':_0x3087cc(0x22b),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x3087cc(0x256),'border-callout1':_0x3087cc(0x286),'border-callout2':_0x3087cc(0x26d),'border-callout3':_0x3087cc(0x21c),'accent-callout1':_0x3087cc(0x220),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':'标注:双弯曲线形(带强调线)','callout1':_0x3087cc(0x298),'callout2':_0x3087cc(0x266),'callout3':_0x3087cc(0x218),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x3087cc(0x296),'left-circular-arrow':_0x3087cc(0x1f1),'left-right-circular-arrow':_0x3087cc(0x23c),'swoosh-arrow':'弯曲箭头','left-right-ribbon':'左右带形','pie-wedge':'饼形楔','funnel':'漏斗','gear6':_0x3087cc(0x23d),'gear9':_0x3087cc(0x26c),'corner-tabs':'角标','action-button-back-previous':_0x3087cc(0x1e3),'action-button-forward-next':_0x3087cc(0x20b),'action-button-beginning':_0x3087cc(0x28d),'action-button-end':_0x3087cc(0x260),'action-button-home':_0x3087cc(0x22e),'action-button-information':_0x3087cc(0x24f),'action-button-return':'返回按钮','action-button-movie':'电影按钮','action-button-document':_0x3087cc(0x223),'action-button-sound':'声音按钮','action-button-help':_0x3087cc(0x269),'action-button-blank':'空白按钮','chart-plus':_0x3087cc(0x209),'chart-star':_0x3087cc(0x222),'chart-x':_0x3087cc(0x1fd),'flow-chart-offline-storage':_0x3087cc(0x1f3),'line-inv':'线反向','plaque-tabs':_0x3087cc(0x243),'square-tabs':_0x3087cc(0x281),'up-down-arrow-callout':_0x3087cc(0x29c)}}}};function _0x4bd0(){const _0x411449=['星形:八角','箭头:左右','图片或纹理填充','14PhJfIF','标注:右箭头','水平对齐','矩形:折角','带形:上凸','矩形:一个圆顶角,剪去另一个顶角','无线条','流程图:延期','流程图:预定义过程','流程图','流程图:显示','图文框','方形标签','流程图:准备','双括号','箭头:燕尾形','端点类型','标注:线形','箭头:环形','双箭头曲线','插入...','星形:二十四角','流程图:数据','流程图:资料带','开始按钮','标注:下箭头','exports','圆:空心','流程图:决策','终点箭头大小','爆炸形:14pt','十边形','矩形:对角圆角','标注:双弯曲线形(带边框和强调线)','居中对齐','标注:线形(无边框)','七边形','56220lDOZRc','箭头:手杖形','上下箭头标注','流程图:手动操作','流程图:多文档','箭头:V型','纵向文本框','带形:前凸弯','联接类型','返回/上一个按钮','短划线','渐变填充','箭头:下','对话气泡:矩形','星形:六角','右大括号','格式化形状','起点箭头类型','流程图:卡片','对齐方式','圆角矩形','流程图:或者','中间对齐','左圆形箭头','星与旗帜','流程图:离线存储','插入形状','星形:四角','箭头:左弧形','流程图:排序','卷形:水平','1657540hBRzJS','隐藏形状面板','箭头:右弧形','1025439jOOklX','图表X','440LUgwGZ','圆柱形','平行四边形','右下对齐','曲线:箭头','左下对齐','右对齐','缺角矩形','流程图:摘录','12007ZBqSRE','爆炸形:8pt','图表加号','菱形箭头','前进/下一个按钮','流程图:文档','基本形状','立方体','终点箭头类型','流程图:内部贮存','单元格颜色','公式形状','切换文本竖排','纯色填充','箭头:十字','左大括号','矩形:单圆角','标注:双弯曲线形(无边框)','减小字号','垂直对齐','刻度\x20X','标注:双弯曲线形','箭头:虚尾','星形:五角','泪滴形','标注:线形(带强调线)','逆时针90度旋转','图表星号','文档按钮','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','流程图:手动输入','形状样式','带形:前凸','切换水平翻转','十二边形','矩形:剪去顶角','对话气泡:圆角矩形','折线:箭头','双箭头折线','主页按钮','太阳形','开放箭头','底部对齐','删除形状','偏移量\x20X','五边形','直线箭头','顶部对齐','2161701VRiWrh','星形:十二角','形状位置','图片源','1439838ZkQgQU','左右圆形箭头','6齿齿轮','星形:三十二角','不等号','不完整圆','卷形:垂直','箭头:直角上','牌匾标签','横向文本框','草绘样式','22dVLKzp','闪电形','剪去单角矩形','箭头:下弧形','直角三角形','等腰三角形','长划线-点-点','流程图:可选过程','星形:十角','信息按钮','箭头:上','禁止符','流程图:顺序访问存储器','无填充','双箭头直线','六边形','气泡:云','标注:左箭头','矩形:剪去对角','图案填充','起点箭头大小','顺时针90度旋转','偏移量\x20Y','非等腰梯形','箭头:右','流程图:对照','结束按钮','右上对齐','新月形','左对齐','左上对齐','箭头:上弧形','标注:弯曲线形(无边框)','空心弧','椭圆箭头','帮助按钮','流程图:直接访问存储器','长划线','9齿齿轮','标注:弯曲线形','十字形','渐变线','4204SYNved','8nVwYYA'];_0x4bd0=function(){return _0x411449;};return _0x4bd0();}module[_0x3087cc(0x28f)]=e;
|
|
1
|
+
const _0xe6ab3=_0xd38b;(function(_0x5df7b1,_0xf970ca){const _0x3d2589=_0xd38b,_0x54a585=_0x5df7b1();while(!![]){try{const _0x1e2ae9=-parseInt(_0x3d2589(0x1ba))/0x1*(-parseInt(_0x3d2589(0x157))/0x2)+parseInt(_0x3d2589(0x1a4))/0x3+parseInt(_0x3d2589(0x193))/0x4+parseInt(_0x3d2589(0x181))/0x5+-parseInt(_0x3d2589(0x203))/0x6+-parseInt(_0x3d2589(0x1dc))/0x7*(-parseInt(_0x3d2589(0x207))/0x8)+-parseInt(_0x3d2589(0x191))/0x9;if(_0x1e2ae9===_0xf970ca)break;else _0x54a585['push'](_0x54a585['shift']());}catch(_0x144402){_0x54a585['push'](_0x54a585['shift']());}}}(_0x28e8,0xca733));const e={'sheets-shape-ui':{'align':{'top':_0xe6ab3(0x1ee),'middle':_0xe6ab3(0x1de),'bottom':_0xe6ab3(0x170),'left':_0xe6ab3(0x1ea),'center':'中间对齐','right':_0xe6ab3(0x1f3)},'toolbar':{'verticalAlignMode':{'main':_0xe6ab3(0x1d7)},'horizontalAlignMode':{'main':'水平对齐'},'fillColor':{'main':_0xe6ab3(0x1b7)},'fontSize':'字号','fontSizeIncrease':_0xe6ab3(0x205),'fontSizeDecrease':_0xe6ab3(0x1e3),'alignLeft':_0xe6ab3(0x1ea),'alignCenter':_0xe6ab3(0x1de),'alignRight':_0xe6ab3(0x1f3),'alignJustify':_0xe6ab3(0x190),'bold':'加粗','italic':'斜体','underline':'下划线','strikethrough':_0xe6ab3(0x202),'textColor':_0xe6ab3(0x16e),'textBackgroundColor':'文字背景颜色','resetColor':_0xe6ab3(0x156)},'imagePanel':{'crop':{'shape':_0xe6ab3(0x17f)}},'permission':{'editErr':_0xe6ab3(0x167)},'title':'形状','insertShape':_0xe6ab3(0x1ce),'openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':_0xe6ab3(0x1e2),'formatShape':'格式化形状','shapeStyle':_0xe6ab3(0x1f0),'shapePosition':_0xe6ab3(0x1c1),'toggleFlipH':_0xe6ab3(0x1aa),'toggleFlipV':_0xe6ab3(0x1d9),'rotateRight90':_0xe6ab3(0x168),'rotateLeft90':_0xe6ab3(0x196),'toggleTextVertical':_0xe6ab3(0x1a1),'fill':{'title':'填充','noFill':_0xe6ab3(0x14c),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':'图案填充','color':'颜色','transparency':'透明度','picture':{'source':_0xe6ab3(0x16b),'insert':_0xe6ab3(0x1c3),'tileAsTexture':_0xe6ab3(0x20a),'offsetX':'偏移量\x20X','offsetY':_0xe6ab3(0x1eb),'scaleX':_0xe6ab3(0x1f5),'scaleY':_0xe6ab3(0x208),'alignment':_0xe6ab3(0x1fe),'rotateWithShape':_0xe6ab3(0x182),'align':{'tl':_0xe6ab3(0x15a),'t':'顶部对齐','tr':'右上对齐','l':_0xe6ab3(0x1ea),'ctr':_0xe6ab3(0x1de),'r':_0xe6ab3(0x1f3),'bl':'左下对齐','b':_0xe6ab3(0x170),'br':_0xe6ab3(0x18a)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':_0xe6ab3(0x178),'color':'颜色','transparency':'透明度','width':'宽度','dashType':{'title':_0xe6ab3(0x1ec),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0xe6ab3(0x1e0),'dashDot':_0xe6ab3(0x161),'longDash':_0xe6ab3(0x1c2),'longDashDot':_0xe6ab3(0x17a),'longDashDotDot':_0xe6ab3(0x1f8)},'capType':{'title':_0xe6ab3(0x1af),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0xe6ab3(0x1ed),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0xe6ab3(0x163),'beginArrowSize':'起点箭头大小','endArrowType':_0xe6ab3(0x1a6),'endArrowSize':_0xe6ab3(0x1e8),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0xe6ab3(0x1c9),'stealthArrow':_0xe6ab3(0x18e),'diamondArrow':_0xe6ab3(0x173),'ovalArrow':_0xe6ab3(0x1d2)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0xe6ab3(0x166),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0xe6ab3(0x1bc),'blockArrow':'箭头总汇','equationShape':'公式形状','flowchart':'流程图','starAndBanner':_0xe6ab3(0x194),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0xe6ab3(0x1cb),'straight-connector2':'双箭头直线','bent-connector3':'折线','bent-connector3-arrow1':_0xe6ab3(0x1f6),'bent-connector3-arrow2':_0xe6ab3(0x189),'curved-connector3':'曲线','curved-connector3-arrow1':_0xe6ab3(0x1f9),'curved-connector3-arrow2':_0xe6ab3(0x183),'rect':'矩形','round-rect':_0xe6ab3(0x1e6),'snip1-rect':_0xe6ab3(0x1a7),'snip2-same-rect':_0xe6ab3(0x1ad),'snip2-diag-rect':_0xe6ab3(0x1fc),'snip-round-rect':_0xe6ab3(0x19f),'round1-rect':_0xe6ab3(0x1be),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':'矩形:对角圆角','rect-textbox-horizontal':_0xe6ab3(0x1d6),'rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0xe6ab3(0x14e),'rt-triangle':_0xe6ab3(0x1ef),'parallelogram':_0xe6ab3(0x1dd),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0xe6ab3(0x19b),'hexagon':_0xe6ab3(0x176),'heptagon':_0xe6ab3(0x206),'octagon':'八边形','decagon':_0xe6ab3(0x187),'dodecagon':_0xe6ab3(0x158),'pie':_0xe6ab3(0x1fb),'chord':'弦形','teardrop':_0xe6ab3(0x15e),'frame':_0xe6ab3(0x1b3),'half-frame':_0xe6ab3(0x1bd),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0xe6ab3(0x1e5),'can':_0xe6ab3(0x1d1),'cube':_0xe6ab3(0x14b),'bevel':'矩形:棱台','donut':_0xe6ab3(0x15b),'no-smoking':'禁止符','block-arc':_0xe6ab3(0x209),'folder-corner':_0xe6ab3(0x1b9),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0xe6ab3(0x1cc),'sun':_0xe6ab3(0x1d8),'moon':_0xe6ab3(0x169),'cloud':'云形','arc':'弧形','bracket-pair':_0xe6ab3(0x16a),'brace-pair':_0xe6ab3(0x1d4),'left-bracket':'左中括号','right-bracket':_0xe6ab3(0x1e4),'left-brace':_0xe6ab3(0x162),'right-brace':_0xe6ab3(0x175),'right-arrow':_0xe6ab3(0x188),'left-arrow':_0xe6ab3(0x17e),'up-arrow':_0xe6ab3(0x171),'down-arrow':_0xe6ab3(0x1b2),'left-right-arrow':_0xe6ab3(0x1d3),'up-down-arrow':_0xe6ab3(0x185),'quad-arrow':_0xe6ab3(0x1c4),'left-right-up-arrow':'箭头:丁字','bent-arrow':_0xe6ab3(0x200),'uturn-arrow':_0xe6ab3(0x14d),'left-up-arrow':_0xe6ab3(0x150),'bent-up-arrow':'箭头:直角上','curved-right-arrow':_0xe6ab3(0x1ac),'curved-left-arrow':_0xe6ab3(0x179),'curved-up-arrow':_0xe6ab3(0x1a8),'curved-down-arrow':_0xe6ab3(0x1cd),'striped-right-arrow':_0xe6ab3(0x149),'notched-right-arrow':_0xe6ab3(0x180),'home-plate':'五边形','chevron':_0xe6ab3(0x18f),'right-arrow-callout':_0xe6ab3(0x14a),'down-arrow-callout':_0xe6ab3(0x192),'left-arrow-callout':_0xe6ab3(0x204),'up-arrow-callout':_0xe6ab3(0x197),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':'标注:十字箭头','circular-arrow':_0xe6ab3(0x155),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0xe6ab3(0x201),'flow-chart-process':_0xe6ab3(0x1f7),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0xe6ab3(0x165),'flow-chart-input-output':_0xe6ab3(0x1a9),'flow-chart-predefined-process':_0xe6ab3(0x1ab),'flow-chart-internal-storage':_0xe6ab3(0x174),'flow-chart-document':'流程图:文档','flow-chart-multidocument':_0xe6ab3(0x1c0),'flow-chart-terminator':_0xe6ab3(0x1b0),'flow-chart-preparation':_0xe6ab3(0x1e9),'flow-chart-manual-input':_0xe6ab3(0x153),'flow-chart-manual-operation':_0xe6ab3(0x19a),'flow-chart-connector':_0xe6ab3(0x177),'flow-chart-offpage-connector':_0xe6ab3(0x20b),'flow-chart-punched-card':_0xe6ab3(0x17c),'flow-chart-punched-tape':_0xe6ab3(0x1fd),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':'流程图:或者','flow-chart-collate':_0xe6ab3(0x18d),'flow-chart-sort':_0xe6ab3(0x195),'flow-chart-extract':'流程图:摘录','flow-chart-merge':_0xe6ab3(0x15f),'flow-chart-online-storage':_0xe6ab3(0x198),'flow-chart-delay':_0xe6ab3(0x19c),'flow-chart-magnetic-tape':_0xe6ab3(0x1c6),'flow-chart-magnetic-disk':_0xe6ab3(0x172),'flow-chart-magnetic-drum':'流程图:直接访问存储器','flow-chart-display':_0xe6ab3(0x1c8),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0xe6ab3(0x1ff),'star4':_0xe6ab3(0x164),'star5':'星形:五角','star6':_0xe6ab3(0x1d5),'star7':_0xe6ab3(0x1f2),'star8':_0xe6ab3(0x1a0),'star10':_0xe6ab3(0x19d),'star12':_0xe6ab3(0x1bb),'star16':_0xe6ab3(0x1b1),'star24':'星形:二十四角','star32':_0xe6ab3(0x15c),'ribbon2':_0xe6ab3(0x1a3),'ribbon':'带形:前凸','ellipse-ribbon2':_0xe6ab3(0x19e),'ellipse-ribbon':_0xe6ab3(0x1a2),'vertical-scroll':_0xe6ab3(0x154),'horizontal-scroll':_0xe6ab3(0x1bf),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0xe6ab3(0x16f),'wedge-round-rect-callout':_0xe6ab3(0x1b5),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0xe6ab3(0x1f1),'border-callout1':_0xe6ab3(0x1b4),'border-callout2':'标注:弯曲线形','border-callout3':_0xe6ab3(0x1f4),'accent-callout1':_0xe6ab3(0x1db),'accent-callout2':_0xe6ab3(0x160),'accent-callout3':_0xe6ab3(0x199),'callout1':_0xe6ab3(0x16c),'callout2':'标注:弯曲线形(无边框)','callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0xe6ab3(0x1b6),'accent-border-callout2':_0xe6ab3(0x1fa),'accent-border-callout3':_0xe6ab3(0x1ae),'left-circular-arrow':_0xe6ab3(0x15d),'left-right-circular-arrow':_0xe6ab3(0x159),'swoosh-arrow':_0xe6ab3(0x1cf),'left-right-ribbon':_0xe6ab3(0x18b),'pie-wedge':_0xe6ab3(0x1a5),'funnel':'漏斗','gear6':_0xe6ab3(0x14f),'gear9':'9齿齿轮','corner-tabs':'角标','action-button-back-previous':_0xe6ab3(0x186),'action-button-forward-next':_0xe6ab3(0x1d0),'action-button-beginning':_0xe6ab3(0x1e1),'action-button-end':_0xe6ab3(0x17d),'action-button-home':_0xe6ab3(0x1ca),'action-button-information':'信息按钮','action-button-return':_0xe6ab3(0x1c5),'action-button-movie':_0xe6ab3(0x16d),'action-button-document':_0xe6ab3(0x152),'action-button-sound':_0xe6ab3(0x18c),'action-button-help':_0xe6ab3(0x1c7),'action-button-blank':'空白按钮','chart-plus':'图表加号','chart-star':_0xe6ab3(0x184),'chart-x':_0xe6ab3(0x1b8),'flow-chart-offline-storage':_0xe6ab3(0x17b),'line-inv':_0xe6ab3(0x1e7),'plaque-tabs':_0xe6ab3(0x151),'square-tabs':'方形标签','up-down-arrow-callout':_0xe6ab3(0x1df)}}}};function _0xd38b(_0x2f5c5c,_0x2fb94e){_0x2f5c5c=_0x2f5c5c-0x149;const _0x28e85b=_0x28e8();let _0xd38b0c=_0x28e85b[_0x2f5c5c];return _0xd38b0c;}function _0x28e8(){const _0x10f33b=['十边形','箭头:右','双箭头折线','右下对齐','左右带形','声音按钮','流程图:对照','隐形箭头','箭头:V型','两端对齐','26648955QoHLJO','标注:下箭头','2368376RRlJpi','星与旗帜','流程图:排序','逆时针90度旋转','标注:上箭头','流程图:存储数据','标注:双弯曲线形(带强调线)','流程图:手动操作','五边形','流程图:延期','星形:十角','带形:上凸弯','矩形:一个圆顶角,剪去另一个顶角','星形:八角','切换文本竖排','带形:前凸弯','带形:上凸','427704tlNRTZ','饼形楔','终点箭头类型','剪去单角矩形','箭头:上弧形','流程图:数据','切换水平翻转','流程图:预定义过程','箭头:右弧形','矩形:剪去顶角','标注:双弯曲线形(带边框和强调线)','端点类型','流程图:终止','星形:十六角','箭头:下','图文框','标注:线形','对话气泡:圆角矩形','标注:线形(带边框和强调线)','单元格颜色','图表X','矩形:折角','360971uAVqIh','星形:十二角','基本形状','半闭框','矩形:单圆角','卷形:水平','流程图:多文档','形状位置','长划线','插入...','箭头:十字','返回按钮','流程图:顺序访问存储器','帮助按钮','流程图:显示','开放箭头','主页按钮','直线箭头','闪电形','箭头:下弧形','插入形状','弯曲箭头','前进/下一个按钮','圆柱形','椭圆箭头','箭头:左右','双大括号','星形:六角','横向文本框','垂直对齐','太阳形','切换垂直翻转','exports','标注:线形(带强调线)','1526rPNIph','平行四边形','居中对齐','上下箭头标注','短划线','开始按钮','隐藏形状面板','减小字号','右中括号','缺角矩形','圆角矩形','线反向','终点箭头大小','流程图:准备','左对齐','偏移量\x20Y','短划线类型','联接类型','顶部对齐','直角三角形','形状样式','气泡:云','星形:七角','右对齐','标注:双弯曲线形','刻度\x20X','折线:箭头','流程图:过程','长划线-点-点','曲线:箭头','标注:弯曲线形(带边框和强调线)','不完整圆','矩形:剪去对角','流程图:资料带','对齐方式','爆炸形:14pt','箭头:圆角右','不等号','删除线','3676380eOXMET','标注:左箭头','增大字号','七边形','49312xDvCVL','刻度\x20Y','空心弧','将图片平铺为纹理','流程图:离页连接符','箭头:虚尾','标注:右箭头','立方体','无颜色','箭头:手杖形','等腰三角形','6齿齿轮','箭头:直角双向','牌匾标签','文档按钮','流程图:手动输入','卷形:垂直','箭头:环形','重置颜色','6RfaJVa','十二边形','左右圆形箭头','左上对齐','圆:空心','星形:三十二角','左圆形箭头','泪滴形','流程图:合并','标注:弯曲线形(带强调线)','短划线-点','左大括号','起点箭头类型','星形:四角','流程图:决策','草绘样式','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','顺时针90度旋转','新月形','双括号','图片源','标注:线形(无边框)','电影按钮','文字颜色','对话气泡:矩形','底部对齐','箭头:上','流程图:磁盘','菱形箭头','流程图:内部贮存','右大括号','六边形','流程图:接点','渐变线','箭头:左弧形','长划线-点','流程图:离线存储','流程图:卡片','结束按钮','箭头:左','裁剪为形状','箭头:燕尾形','6208165idEtjP','与形状一起旋转','双箭头曲线','图表星号','箭头:上下','返回/上一个按钮'];_0x28e8=function(){return _0x10f33b;};return _0x28e8();}module[_0xe6ab3(0x1da)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5e2e8b=_0x4391;(function(_0x41adbe,_0x543cd0){const _0x26435b=_0x4391,_0x4a7ffc=_0x41adbe();while(!![]){try{const _0x263cde=parseInt(_0x26435b(0x1b8))/0x1+-parseInt(_0x26435b(0x1ad))/0x2*(parseInt(_0x26435b(0xfc))/0x3)+-parseInt(_0x26435b(0x1a5))/0x4+-parseInt(_0x26435b(0x19b))/0x5+parseInt(_0x26435b(0x139))/0x6*(-parseInt(_0x26435b(0x134))/0x7)+-parseInt(_0x26435b(0x14a))/0x8*(-parseInt(_0x26435b(0x135))/0x9)+-parseInt(_0x26435b(0x145))/0xa*(-parseInt(_0x26435b(0x1ac))/0xb);if(_0x263cde===_0x543cd0)break;else _0x4a7ffc['push'](_0x4a7ffc['shift']());}catch(_0x56554e){_0x4a7ffc['push'](_0x4a7ffc['shift']());}}}(_0x5939,0x804ad));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x5e2e8b(0x107),'bottom':_0x5e2e8b(0x182),'left':_0x5e2e8b(0x104),'center':'置中','right':_0x5e2e8b(0x121)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x5e2e8b(0x1b1)},'fillColor':{'main':_0x5e2e8b(0x11f)},'fontSize':_0x5e2e8b(0x136),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x5e2e8b(0x119),'resetColor':_0x5e2e8b(0x195)},'imagePanel':{'crop':{'shape':_0x5e2e8b(0x131)}},'permission':{'editErr':_0x5e2e8b(0x185)},'title':'形狀','insertShape':_0x5e2e8b(0xfb),'openPanel':_0x5e2e8b(0x1ab),'deleteShape':_0x5e2e8b(0x197),'hidePanel':'隱藏形狀面板','formatShape':_0x5e2e8b(0x19f),'shapeStyle':_0x5e2e8b(0x148),'shapePosition':_0x5e2e8b(0x129),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x5e2e8b(0x1b4),'rotateRight90':_0x5e2e8b(0x178),'rotateLeft90':_0x5e2e8b(0x165),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x5e2e8b(0x187),'solidFill':_0x5e2e8b(0x152),'gradientFill':_0x5e2e8b(0x16c),'pictureFill':'圖片或紋理填充','patternFill':_0x5e2e8b(0x167),'color':'顏色','transparency':_0x5e2e8b(0xf8),'picture':{'source':_0x5e2e8b(0x188),'insert':'插入...','tileAsTexture':_0x5e2e8b(0x11d),'offsetX':_0x5e2e8b(0x168),'offsetY':_0x5e2e8b(0x150),'scaleX':_0x5e2e8b(0x10f),'scaleY':_0x5e2e8b(0x14b),'alignment':_0x5e2e8b(0x18c),'rotateWithShape':_0x5e2e8b(0x10b),'align':{'tl':_0x5e2e8b(0x17a),'t':'頂部對齊','tr':_0x5e2e8b(0x15e),'l':_0x5e2e8b(0x191),'ctr':_0x5e2e8b(0x11c),'r':_0x5e2e8b(0x12b),'bl':_0x5e2e8b(0x1ba),'b':_0x5e2e8b(0x12d),'br':_0x5e2e8b(0x1a1)}}},'line':{'title':'線條','noLine':_0x5e2e8b(0x115),'solidLine':'實線','gradientLine':_0x5e2e8b(0x15a),'color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':_0x5e2e8b(0x1af),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x5e2e8b(0x18f),'longDash':_0x5e2e8b(0x11b),'longDashDot':_0x5e2e8b(0x149),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x5e2e8b(0x184),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x5e2e8b(0x14e),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x5e2e8b(0x171),'beginArrowSize':_0x5e2e8b(0x15d),'endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x5e2e8b(0x190),'stealthArrow':_0x5e2e8b(0x13c),'diamondArrow':_0x5e2e8b(0x111),'ovalArrow':_0x5e2e8b(0x102)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x5e2e8b(0x124),'blockArrow':_0x5e2e8b(0x137),'equationShape':_0x5e2e8b(0x10c),'flowchart':_0x5e2e8b(0x17c),'starAndBanner':_0x5e2e8b(0x11e),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':_0x5e2e8b(0x159),'bent-connector3':'折線','bent-connector3-arrow1':_0x5e2e8b(0x1b2),'bent-connector3-arrow2':_0x5e2e8b(0x164),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x5e2e8b(0x16b),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':'剪去單角矩形','snip2-same-rect':_0x5e2e8b(0x138),'snip2-diag-rect':_0x5e2e8b(0x118),'snip-round-rect':_0x5e2e8b(0x101),'round1-rect':_0x5e2e8b(0x13d),'round2-same-rect':_0x5e2e8b(0x125),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x5e2e8b(0x16a),'ellipse':'橢圓','triangle':_0x5e2e8b(0x1a4),'rt-triangle':_0x5e2e8b(0x15c),'parallelogram':_0x5e2e8b(0x106),'trapezoid':'梯形','non-isosceles-trapezoid':_0x5e2e8b(0x122),'diamond':'菱形','pentagon':_0x5e2e8b(0x100),'hexagon':_0x5e2e8b(0x13e),'heptagon':'七邊形','octagon':'八邊形','decagon':_0x5e2e8b(0x151),'dodecagon':_0x5e2e8b(0x169),'pie':_0x5e2e8b(0x1b7),'chord':'弦形','teardrop':'淚滴形','frame':_0x5e2e8b(0x116),'half-frame':_0x5e2e8b(0x130),'corner':'L形','diag-stripe':'斜紋','plus':_0x5e2e8b(0x12f),'plaque':_0x5e2e8b(0x166),'can':_0x5e2e8b(0x10e),'cube':'立方體','bevel':'矩形:棱台','donut':_0x5e2e8b(0x127),'no-smoking':_0x5e2e8b(0x153),'block-arc':_0x5e2e8b(0x1b3),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x5e2e8b(0xfa),'sun':_0x5e2e8b(0x18d),'moon':_0x5e2e8b(0x1a2),'cloud':'雲形','arc':'弧形','bracket-pair':_0x5e2e8b(0xff),'brace-pair':_0x5e2e8b(0x103),'left-bracket':_0x5e2e8b(0x105),'right-bracket':'右中括號','left-brace':_0x5e2e8b(0x194),'right-brace':_0x5e2e8b(0x132),'right-arrow':_0x5e2e8b(0x143),'left-arrow':_0x5e2e8b(0x16f),'up-arrow':_0x5e2e8b(0x120),'down-arrow':_0x5e2e8b(0x175),'left-right-arrow':_0x5e2e8b(0x176),'up-down-arrow':_0x5e2e8b(0x19a),'quad-arrow':_0x5e2e8b(0x1b0),'left-right-up-arrow':_0x5e2e8b(0x179),'bent-arrow':_0x5e2e8b(0x140),'uturn-arrow':_0x5e2e8b(0x1a7),'left-up-arrow':_0x5e2e8b(0x186),'bent-up-arrow':_0x5e2e8b(0x155),'curved-right-arrow':_0x5e2e8b(0x141),'curved-left-arrow':_0x5e2e8b(0x13a),'curved-up-arrow':_0x5e2e8b(0xf7),'curved-down-arrow':_0x5e2e8b(0x173),'striped-right-arrow':_0x5e2e8b(0x10d),'notched-right-arrow':_0x5e2e8b(0x19d),'home-plate':_0x5e2e8b(0x100),'chevron':'箭頭:V型','right-arrow-callout':_0x5e2e8b(0x198),'down-arrow-callout':_0x5e2e8b(0x1b6),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x5e2e8b(0x192),'left-right-arrow-callout':_0x5e2e8b(0x128),'quad-arrow-callout':_0x5e2e8b(0x1a3),'circular-arrow':_0x5e2e8b(0x13f),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x5e2e8b(0x13b),'flow-chart-process':_0x5e2e8b(0x189),'flow-chart-alternate-process':_0x5e2e8b(0x18a),'flow-chart-decision':_0x5e2e8b(0x1a9),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x5e2e8b(0x154),'flow-chart-document':_0x5e2e8b(0x1b5),'flow-chart-multidocument':_0x5e2e8b(0x183),'flow-chart-terminator':_0x5e2e8b(0x1a8),'flow-chart-preparation':_0x5e2e8b(0x14d),'flow-chart-manual-input':_0x5e2e8b(0x18e),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x5e2e8b(0x133),'flow-chart-punched-tape':_0x5e2e8b(0x177),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x5e2e8b(0xf9),'flow-chart-collate':_0x5e2e8b(0x14f),'flow-chart-sort':_0x5e2e8b(0x162),'flow-chart-extract':_0x5e2e8b(0x14c),'flow-chart-merge':_0x5e2e8b(0x160),'flow-chart-online-storage':_0x5e2e8b(0x170),'flow-chart-delay':_0x5e2e8b(0x174),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x5e2e8b(0x144),'flow-chart-magnetic-drum':_0x5e2e8b(0x17b),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x5e2e8b(0x1a6),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':'星形:五角','star6':_0x5e2e8b(0x193),'star7':_0x5e2e8b(0x1a0),'star8':'星形:八角','star10':_0x5e2e8b(0x16e),'star12':_0x5e2e8b(0x112),'star16':'星形:十六角','star24':_0x5e2e8b(0x17f),'star32':_0x5e2e8b(0x15f),'ribbon2':_0x5e2e8b(0x123),'ribbon':'帶形:前凸','ellipse-ribbon2':_0x5e2e8b(0x199),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x5e2e8b(0x196),'horizontal-scroll':_0x5e2e8b(0x10a),'wave':'波形','double-wave':_0x5e2e8b(0x110),'wedge-rect-callout':_0x5e2e8b(0xfe),'wedge-round-rect-callout':_0x5e2e8b(0x17d),'wedge-ellipse-callout':_0x5e2e8b(0x163),'cloud-callout':_0x5e2e8b(0x158),'border-callout1':_0x5e2e8b(0x147),'border-callout2':_0x5e2e8b(0x11a),'border-callout3':_0x5e2e8b(0x18b),'accent-callout1':_0x5e2e8b(0x1b9),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x5e2e8b(0x108),'callout2':_0x5e2e8b(0x16d),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x5e2e8b(0x172),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x5e2e8b(0x113),'left-right-circular-arrow':_0x5e2e8b(0x146),'swoosh-arrow':_0x5e2e8b(0x15b),'left-right-ribbon':_0x5e2e8b(0x17e),'pie-wedge':_0x5e2e8b(0xfd),'funnel':'漏斗','gear6':_0x5e2e8b(0x180),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x5e2e8b(0x19c),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0x5e2e8b(0x142),'action-button-end':_0x5e2e8b(0x19e),'action-button-home':_0x5e2e8b(0x12e),'action-button-information':'信息按鈕','action-button-return':_0x5e2e8b(0x109),'action-button-movie':_0x5e2e8b(0x117),'action-button-document':'文檔按鈕','action-button-sound':_0x5e2e8b(0x1aa),'action-button-help':_0x5e2e8b(0x181),'action-button-blank':_0x5e2e8b(0x12c),'chart-plus':_0x5e2e8b(0x157),'chart-star':_0x5e2e8b(0x156),'chart-x':_0x5e2e8b(0x12a),'flow-chart-offline-storage':_0x5e2e8b(0x126),'line-inv':_0x5e2e8b(0x1ae),'plaque-tabs':_0x5e2e8b(0x161),'square-tabs':_0x5e2e8b(0x114),'up-down-arrow-callout':'上下箭頭標註'}}}};function _0x5939(){const _0x1084aa=['標註:上箭頭','星形:六角','左大括號','重置顏色','卷形:垂直','刪除形狀','標註:右箭頭','帶形:上凸彎','箭頭:上下','2992440WbvsDs','返回/上一個按鈕','箭頭:燕尾形','結束按鈕','格式化形狀','星形:七角','右下對齊','新月形','標註:十字箭頭','等腰三角形','3003448NKTUHw','爆炸形:8pt','箭頭:手杖形','流程圖:終止','流程圖:決策','聲音按鈕','打開形狀面板','10434523awOpGz','79518juYBgN','線反向','虛線類型','箭頭:十字','水平對齊','折線:箭頭','空心弧','切換垂直翻轉','流程圖:文檔','標註:下箭頭','不完整圓','136032NAtzDx','標註:線形(帶強調線)','左下對齊','箭頭:上弧形','透明度','流程圖:或者','閃電形','插入形狀','66rmQQGA','餅形楔','對話氣泡:矩形','雙括號','五邊形','矩形:一個圓頂角,剪去另一個頂角','橢圓箭頭','雙大括號','靠左對齊','左中括號','平行四邊形','垂直置中','標註:線形(無邊框)','返回按鈕','卷形:水平','隨形狀旋轉','公式形狀','箭頭:虛尾','圓柱形','縮放\x20X','雙波形','菱形箭頭','星形:十二角','左圓形箭頭','方形標籤','無線條','圖文框','電影按鈕','矩形:剪去對角','縮小字型','標註:彎曲線形','長虛線','置中對齊','將圖片平鋪為紋理','星與旗幟','填滿色彩','箭頭:上','靠右對齊','非等腰梯形','帶形:上凸','基本形狀','矩形:圓頂角','流程圖:離線存儲','圓:空心','標註:左右箭頭','圖形位置','圖表X','右對齊','空白按鈕','底部對齊','主頁按鈕','十字形','半閉框','裁切為形狀','右大括號','流程圖:卡片','5646389bmvyKc','10359arZrit','字型大小','箭頭總匯','矩形:剪去頂角','6keCYLC','箭頭:左弧形','不等號','隱形箭頭','矩形:單圓角','六邊形','箭頭:環形','箭頭:圓角右','箭頭:右弧形','開始按鈕','箭頭:右','流程圖:磁盤','30LYdTfx','左右圓形箭頭','標註:線形','圖形樣式','長虛線-點','3992YUxmkQ','縮放\x20Y','流程圖:摘錄','流程圖:準備','聯接類型','流程圖:對照','偏移量\x20Y','十邊形','純色填充','禁止符','流程圖:內部貯存','箭頭:直角上','圖表星號','圖表加號','氣泡:雲','雙箭頭直線','漸層線','彎曲箭頭','直角三角形','起點箭頭大小','右上對齊','星形:三十二角','流程圖:合併','牌匾標籤','流程圖:排序','對話氣泡:圓形','雙箭頭折線','逆時針\x2090\x20度旋轉','缺角矩形','圖案填充','偏移量\x20X','十二邊形','縱向文字方塊','雙箭頭曲線','漸層填充','標註:彎曲線形(無邊框)','星形:十角','箭頭:左','流程圖:存儲數據','起點箭頭類型','標註:彎曲線形(帶邊框和強調線)','箭頭:下弧形','流程圖:延期','箭頭:下','箭頭:左右','流程圖:資料帶','順時針\x2090\x20度旋轉','箭頭:丁字','左上對齊','流程圖:直接訪問存儲器','流程圖','對話氣泡:圓角矩形','左右帶形','星形:二十四角','6齒齒輪','幫助按鈕','靠下對齊','流程圖:多文檔','端點類型','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','箭頭:直角雙向','無填充','圖片來源','流程圖:過程','流程圖:可選過程','標註:雙彎曲線形','對齊方式','太陽形','流程圖:手動輸入','虛線-點','開放箭頭','左對齊'];_0x5939=function(){return _0x1084aa;};return _0x5939();}function _0x4391(_0x31ffc0,_0x5be6cb){_0x31ffc0=_0x31ffc0-0xf7;const _0x593980=_0x5939();let _0x4391e5=_0x593980[_0x31ffc0];return _0x4391e5;}module['exports']=e;
|
|
1
|
+
const _0x201783=_0x1c8b;(function(_0x51bc9c,_0x3d0486){const _0x82778c=_0x1c8b,_0x4a0023=_0x51bc9c();while(!![]){try{const _0x313506=parseInt(_0x82778c(0x208))/0x1+parseInt(_0x82778c(0x281))/0x2*(-parseInt(_0x82778c(0x23c))/0x3)+-parseInt(_0x82778c(0x1fe))/0x4*(-parseInt(_0x82778c(0x26a))/0x5)+-parseInt(_0x82778c(0x2a0))/0x6*(parseInt(_0x82778c(0x28b))/0x7)+parseInt(_0x82778c(0x298))/0x8+parseInt(_0x82778c(0x28f))/0x9*(parseInt(_0x82778c(0x1e2))/0xa)+parseInt(_0x82778c(0x268))/0xb;if(_0x313506===_0x3d0486)break;else _0x4a0023['push'](_0x4a0023['shift']());}catch(_0x39ff63){_0x4a0023['push'](_0x4a0023['shift']());}}}(_0x464e,0x1ff1c));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x201783(0x283),'bottom':_0x201783(0x1f4),'left':_0x201783(0x28e),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x201783(0x20f)},'fillColor':{'main':_0x201783(0x21e)},'fontSize':_0x201783(0x23a),'fontSizeIncrease':_0x201783(0x24d),'fontSizeDecrease':_0x201783(0x1f0),'alignLeft':_0x201783(0x276),'alignCenter':'Align\x20Center','alignRight':_0x201783(0x1f9),'alignJustify':_0x201783(0x26d),'bold':_0x201783(0x2a1),'italic':_0x201783(0x299),'underline':_0x201783(0x29d),'strikethrough':_0x201783(0x20e),'textColor':_0x201783(0x252),'textBackgroundColor':_0x201783(0x240),'resetColor':_0x201783(0x212)},'imagePanel':{'crop':{'shape':_0x201783(0x293)}},'permission':{'editErr':_0x201783(0x255)},'title':'形狀','insertShape':_0x201783(0x1ef),'openPanel':'打開形狀面板','deleteShape':_0x201783(0x20d),'hidePanel':_0x201783(0x1ff),'formatShape':_0x201783(0x1e9),'shapeStyle':'圖形樣式','shapePosition':'圖形位置','toggleFlipH':_0x201783(0x227),'toggleFlipV':_0x201783(0x247),'rotateRight90':_0x201783(0x21f),'rotateLeft90':_0x201783(0x259),'toggleTextVertical':'切換文本竖排','fill':{'title':'填充','noFill':_0x201783(0x277),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x201783(0x237),'picture':{'source':'圖片來源','insert':_0x201783(0x23b),'tileAsTexture':_0x201783(0x275),'offsetX':'偏移量\x20X','offsetY':_0x201783(0x20b),'scaleX':_0x201783(0x230),'scaleY':'縮放\x20Y','alignment':_0x201783(0x214),'rotateWithShape':_0x201783(0x201),'align':{'tl':_0x201783(0x26f),'t':'頂部對齊','tr':_0x201783(0x294),'l':_0x201783(0x1e7),'ctr':_0x201783(0x23f),'r':_0x201783(0x20a),'bl':_0x201783(0x1eb),'b':'底部對齊','br':_0x201783(0x272)}}},'line':{'title':'線條','noLine':_0x201783(0x22a),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x201783(0x237),'width':'寬度','dashType':{'title':_0x201783(0x242),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x201783(0x288),'longDashDot':_0x201783(0x204),'longDashDotDot':_0x201783(0x23e)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x201783(0x27b),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x201783(0x21a),'beginArrowSize':_0x201783(0x21b),'endArrowType':_0x201783(0x2a4),'endArrowSize':_0x201783(0x28c),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x201783(0x1fb),'stealthArrow':_0x201783(0x295),'diamondArrow':_0x201783(0x228),'ovalArrow':_0x201783(0x29e)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x201783(0x24e),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x201783(0x25c),'blockArrow':_0x201783(0x238),'equationShape':_0x201783(0x26e),'flowchart':_0x201783(0x1f6),'starAndBanner':_0x201783(0x28d),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x201783(0x203),'straight-connector2':_0x201783(0x25d),'bent-connector3':'折線','bent-connector3-arrow1':_0x201783(0x1ee),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x201783(0x221),'curved-connector3-arrow2':_0x201783(0x251),'rect':'矩形','round-rect':_0x201783(0x245),'snip1-rect':_0x201783(0x207),'snip2-same-rect':_0x201783(0x267),'snip2-diag-rect':_0x201783(0x26b),'snip-round-rect':_0x201783(0x215),'round1-rect':_0x201783(0x1dd),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x201783(0x2a5),'rect-textbox-horizontal':_0x201783(0x264),'rect-textbox-vertical':_0x201783(0x232),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x201783(0x253),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x201783(0x29f),'diamond':'菱形','pentagon':'五邊形','hexagon':'六邊形','heptagon':'七邊形','octagon':_0x201783(0x216),'decagon':_0x201783(0x1e6),'dodecagon':_0x201783(0x285),'pie':'不完整圓','chord':'弦形','teardrop':_0x201783(0x21c),'frame':'圖文框','half-frame':_0x201783(0x29b),'corner':'L形','diag-stripe':'斜紋','plus':_0x201783(0x1ec),'plaque':_0x201783(0x218),'can':_0x201783(0x1f7),'cube':_0x201783(0x248),'bevel':_0x201783(0x282),'donut':_0x201783(0x2a3),'no-smoking':_0x201783(0x256),'block-arc':_0x201783(0x263),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x201783(0x27d),'moon':_0x201783(0x25e),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':'雙大括號','left-bracket':_0x201783(0x292),'right-bracket':_0x201783(0x1e0),'left-brace':_0x201783(0x27c),'right-brace':_0x201783(0x236),'right-arrow':_0x201783(0x200),'left-arrow':_0x201783(0x213),'up-arrow':'箭頭:上','down-arrow':_0x201783(0x1f8),'left-right-arrow':_0x201783(0x25f),'up-down-arrow':_0x201783(0x265),'quad-arrow':'箭頭:十字','left-right-up-arrow':_0x201783(0x233),'bent-arrow':'箭頭:圓角右','uturn-arrow':_0x201783(0x1f1),'left-up-arrow':_0x201783(0x22d),'bent-up-arrow':_0x201783(0x290),'curved-right-arrow':_0x201783(0x291),'curved-left-arrow':_0x201783(0x27e),'curved-up-arrow':_0x201783(0x22b),'curved-down-arrow':_0x201783(0x261),'striped-right-arrow':_0x201783(0x231),'notched-right-arrow':_0x201783(0x1e4),'home-plate':_0x201783(0x286),'chevron':_0x201783(0x220),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x201783(0x271),'left-arrow-callout':_0x201783(0x1fd),'up-arrow-callout':_0x201783(0x222),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x201783(0x254),'circular-arrow':_0x201783(0x1e8),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x201783(0x224),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x201783(0x287),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':_0x201783(0x24c),'flow-chart-multidocument':_0x201783(0x1de),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x201783(0x246),'flow-chart-manual-operation':_0x201783(0x274),'flow-chart-connector':_0x201783(0x24f),'flow-chart-offpage-connector':_0x201783(0x297),'flow-chart-punched-card':_0x201783(0x269),'flow-chart-punched-tape':_0x201783(0x241),'flow-chart-summing-junction':_0x201783(0x1ea),'flow-chart-or':'流程圖:或者','flow-chart-collate':_0x201783(0x26c),'flow-chart-sort':_0x201783(0x262),'flow-chart-extract':_0x201783(0x1f2),'flow-chart-merge':_0x201783(0x29c),'flow-chart-online-storage':_0x201783(0x280),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x201783(0x296),'flow-chart-magnetic-disk':_0x201783(0x205),'flow-chart-magnetic-drum':_0x201783(0x23d),'flow-chart-display':_0x201783(0x258),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x201783(0x1fa),'star4':_0x201783(0x1f5),'star5':_0x201783(0x229),'star6':_0x201783(0x234),'star7':_0x201783(0x1e5),'star8':_0x201783(0x284),'star10':'星形:十角','star12':_0x201783(0x22e),'star16':_0x201783(0x29a),'star24':_0x201783(0x210),'star32':_0x201783(0x225),'ribbon2':_0x201783(0x206),'ribbon':_0x201783(0x24b),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x201783(0x22c),'vertical-scroll':_0x201783(0x250),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x201783(0x27f),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x201783(0x243),'border-callout1':_0x201783(0x257),'border-callout2':_0x201783(0x24a),'border-callout3':'標註:雙彎曲線形','accent-callout1':_0x201783(0x1e1),'accent-callout2':_0x201783(0x21d),'accent-callout3':_0x201783(0x1ed),'callout1':_0x201783(0x22f),'callout2':_0x201783(0x1fc),'callout3':_0x201783(0x1e3),'accent-border-callout1':_0x201783(0x202),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x201783(0x289),'left-circular-arrow':_0x201783(0x27a),'left-right-circular-arrow':_0x201783(0x239),'swoosh-arrow':_0x201783(0x1f3),'left-right-ribbon':_0x201783(0x209),'pie-wedge':_0x201783(0x235),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x201783(0x28a),'corner-tabs':'角標','action-button-back-previous':_0x201783(0x273),'action-button-forward-next':_0x201783(0x20c),'action-button-beginning':_0x201783(0x223),'action-button-end':'結束按鈕','action-button-home':_0x201783(0x1df),'action-button-information':_0x201783(0x266),'action-button-return':_0x201783(0x25b),'action-button-movie':_0x201783(0x25a),'action-button-document':_0x201783(0x244),'action-button-sound':_0x201783(0x217),'action-button-help':_0x201783(0x219),'action-button-blank':_0x201783(0x226),'chart-plus':_0x201783(0x260),'chart-star':_0x201783(0x211),'chart-x':_0x201783(0x278),'flow-chart-offline-storage':_0x201783(0x2a2),'line-inv':'線反向','plaque-tabs':_0x201783(0x270),'square-tabs':_0x201783(0x249),'up-down-arrow-callout':'上下箭頭標註'}}}};module[_0x201783(0x279)]=e;function _0x1c8b(_0x45e582,_0x55df53){_0x45e582=_0x45e582-0x1dd;const _0x464e39=_0x464e();let _0x1c8b26=_0x464e39[_0x45e582];return _0x1c8b26;}function _0x464e(){const _0xa4fc3e=['左中括號','裁切為形狀','右上對齊','隱形箭頭','流程圖:順序訪問存儲器','流程圖:離頁連接符','911312KahTEO','Italic','星形:十六角','半閉框','流程圖:合併','Underline','橢圓箭頭','非等腰梯形','16938ZLORgC','Bold','流程圖:離線存儲','圓:空心','終點箭頭類型','矩形:對角圓角','矩形:單圓角','流程圖:多文檔','主頁按鈕','右中括號','標註:線形(帶強調線)','950AcxiuT','標註:雙彎曲線形(無邊框)','箭頭:燕尾形','星形:七角','十邊形','左對齊','箭頭:環形','格式化形狀','流程圖:匯總連接','左下對齊','十字形','標註:雙彎曲線形(帶強調線)','折線:箭頭','插入形狀','縮小字型','箭頭:手杖形','流程圖:摘錄','彎曲箭頭','靠下對齊','星形:四角','流程圖','圓柱形','箭頭:下','Align\x20Right','爆炸形:14pt','開放箭頭','標註:彎曲線形(無邊框)','標註:左箭頭','394308gRqPmQ','隱藏形狀面板','箭頭:右','隨形狀旋轉','標註:線形(帶邊框和強調線)','直線箭頭','長虛線-點','流程圖:磁盤','帶形:上凸','剪去單角矩形','123393GcwxZn','左右帶形','右對齊','偏移量\x20Y','前進/下一個按鈕','刪除形狀','Strikethrough','水平對齊','星形:二十四角','圖表星號','重置顏色','箭頭:左','對齊方式','矩形:一個圓頂角,剪去另一個頂角','八邊形','聲音按鈕','缺角矩形','幫助按鈕','起點箭頭類型','起點箭頭大小','淚滴形','標註:彎曲線形(帶強調線)','填滿色彩','順時針\x2090\x20度旋轉','箭頭:V型','曲線:箭頭','標註:上箭頭','開始按鈕','流程圖:過程','星形:三十二角','空白按鈕','切換水平翻轉','菱形箭頭','星形:五角','無線條','箭頭:上弧形','帶形:前凸彎','箭頭:直角雙向','星形:十二角','標註:線形(無邊框)','縮放\x20X','箭頭:虛尾','縱向文字方塊','箭頭:丁字','星形:六角','餅形楔','右大括號','透明度','箭頭總匯','左右圓形箭頭','字型大小','插入...','3TLbupJ','流程圖:直接訪問存儲器','長虛線-點-點','置中對齊','Text\x20Background\x20color','流程圖:資料帶','虛線類型','氣泡:雲','文檔按鈕','圓角矩形','流程圖:手動輸入','切換垂直翻轉','立方體','方形標籤','標註:彎曲線形','帶形:前凸','流程圖:文檔','放大字型','草繪樣式','流程圖:接點','卷形:垂直','雙箭頭曲線','Text\x20color','直角三角形','標註:十字箭頭','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','禁止符','標註:線形','流程圖:顯示','逆時針\x2090\x20度旋轉','電影按鈕','返回按鈕','基本形狀','雙箭頭直線','新月形','箭頭:左右','圖表加號','箭頭:下弧形','流程圖:排序','空心弧','橫向文字方塊','箭頭:上下','信息按鈕','矩形:剪去頂角','305624lIpzbe','流程圖:卡片','5HJwgfg','矩形:剪去對角','流程圖:對照','Justify','公式形狀','左上對齊','牌匾標籤','標註:下箭頭','右下對齊','返回/上一個按鈕','流程圖:手動操作','將圖片平鋪為紋理','Align\x20Left','無顏色','圖表X','exports','左圓形箭頭','聯接類型','左大括號','太陽形','箭頭:左弧形','對話氣泡:矩形','流程圖:存儲數據','471136DOQYwg','矩形:棱台','垂直置中','星形:八角','十二邊形','五邊形','流程圖:決策','長虛線','標註:雙彎曲線形(帶邊框和強調線)','9齒齒輪','539ijjdGh','終點箭頭大小','星與旗幟','靠左對齊','20853dujoOe','箭頭:直角上','箭頭:右弧形'];_0x464e=function(){return _0xa4fc3e;};return _0x464e();}
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x31c5(){const _0xed880d=['流程圖:準備','前進/下一個按鈕','虛線類型','流程圖:過程','標註:左箭頭','箭頭:左弧形','箭頭總匯','縮放\x20Y','雙波形','平行四邊形','返回按鈕','流程圖:磁盤','箭頭:環形','不等號','流程圖:離線存儲','流程圖:手動操作','起點箭頭大小','字型大小','圖表X','星形:八角','閃電形','左下對齊','流程圖:決策','流程圖:延期','隱形箭頭','七邊形','線反向','標註:線形(帶強調線)','漸層填充','對齊方式','流程圖:預定義過程','箭頭:直角上','箭頭:上弧形','插入...','置中對齊','底部對齊','對話氣泡:圓形','幫助按鈕','圖形位置','十字形','對話氣泡:矩形','左中括號','偏移量\x20Y','五邊形','縱向文字方塊','矩形:圓頂角','箭頭:下弧形','氣泡:雲','標註:彎曲線形','餅形楔','刪除形狀','3590229VfczOz','圓角矩形','十二邊形','箭頭:右','終點箭頭大小','流程圖:或者','箭頭:手杖形','彎曲箭頭','圖片或紋理填充','空白按鈕','星形:四角','對話氣泡:圓角矩形','流程圖','雙箭頭直線','矩形:一個圓頂角,剪去另一個頂角','箭頭:十字','切換水平翻轉','帶形:前凸','信息按鈕','10975616mqlAqk','流程圖:合併','流程圖:卡片','開放箭頭','左大括號','星形:十二角','流程圖:接點','標註:彎曲線形(帶邊框和強調線)','非等腰梯形','2517172FabChU','切換文本竖排','文檔按鈕','將圖片平鋪為紋理','帶形:上凸彎','左右帶形','2374265eiLCGx','空心弧','直線箭頭','折線:箭頭','流程圖:排序','流程圖:數據','無線條','右上對齊','標註:雙彎曲線形(帶邊框和強調線)','水平對齊','透明度','789567HBEBZZ','標註:線形','箭頭:圓角右','淚滴形','隨形狀旋轉','長虛線-點-點','結束按鈕','雙括號','開始按鈕','箭頭:V型','1783776maEpHX','八邊形','左上對齊','流程圖:匯總連接','靠右對齊','打開形狀面板','矩形:對角圓角','逆時針\x2090\x20度旋轉','漸層線','主頁按鈕','流程圖:順序訪問存儲器','靠下對齊','牌匾標籤','新月形','流程圖:內部貯存','帶形:上凸','立方體','流程圖:手動輸入','純色填充','長虛線','圖文框','矩形:折角','返回/上一個按鈕','4520551cWUPkp','長虛線-點','左對齊','矩形:棱台','公式形狀','雙大括號','端點類型','草繪樣式','標註:上箭頭','流程圖:資料帶','標註:十字箭頭','缺角矩形','箭頭:燕尾形','電影按鈕','重置顏色','箭頭:虛尾','虛線-點','右大括號','十邊形','靠上對齊','靠左對齊','起點箭頭類型','exports','6xfBGvC','箭頭:右弧形','流程圖:存儲數據','流程圖:多文檔','標註:彎曲線形(帶強調線)','隱藏形狀面板','流程圖:摘錄','星形:六角','星形:三十二角','9齒齒輪','上下箭頭標註','流程圖:文檔','剪去單角矩形','星與旗幟','標註:下箭頭','星形:十角','標註:彎曲線形(無邊框)','等腰三角形','六邊形','圖片來源','星形:二十四角','禁止符','箭頭:直角雙向','圖表加號','右中括號','不完整圓','縮小字型','太陽形','矩形:剪去對角','箭頭:左右','雙箭頭曲線','裁切為形狀','終點箭頭類型','流程圖:可選過程','星形:七角','流程圖:直接訪問存儲器','填滿色彩','橫向文字方塊','星形:十六角','爆炸形:8pt','標註:雙彎曲線形(帶強調線)','頂部對齊'];_0x31c5=function(){return _0xed880d;};return _0x31c5();}const _0x5c8b44=_0x18ea;function _0x18ea(_0x5d3d5c,_0x54317b){_0x5d3d5c=_0x5d3d5c-0x18c;const _0x31c571=_0x31c5();let _0x18ea84=_0x31c571[_0x5d3d5c];return _0x18ea84;}(function(_0x31cc87,_0x140906){const _0x4541b3=_0x18ea,_0xe4634e=_0x31cc87();while(!![]){try{const _0x234286=-parseInt(_0x4541b3(0x1c8))/0x1+parseInt(_0x4541b3(0x1b7))/0x2+parseInt(_0x4541b3(0x19b))/0x3+parseInt(_0x4541b3(0x1d2))/0x4+-parseInt(_0x4541b3(0x1bd))/0x5*(parseInt(_0x4541b3(0x200))/0x6)+parseInt(_0x4541b3(0x1e9))/0x7+-parseInt(_0x4541b3(0x1ae))/0x8;if(_0x234286===_0x140906)break;else _0xe4634e['push'](_0xe4634e['shift']());}catch(_0x2cc402){_0xe4634e['push'](_0xe4634e['shift']());}}}(_0x31c5,0xde566));const e={'sheets-shape-ui':{'align':{'top':_0x5c8b44(0x1fc),'middle':'垂直置中','bottom':_0x5c8b44(0x1dd),'left':_0x5c8b44(0x1fd),'center':'置中','right':_0x5c8b44(0x1d6)},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x5c8b44(0x1c6)},'fillColor':{'main':_0x5c8b44(0x224)},'fontSize':_0x5c8b44(0x23b),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x5c8b44(0x21a),'resetColor':_0x5c8b44(0x1f7)},'imagePanel':{'crop':{'shape':_0x5c8b44(0x21f)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':'插入形狀','openPanel':_0x5c8b44(0x1d7),'deleteShape':_0x5c8b44(0x19a),'hidePanel':_0x5c8b44(0x205),'formatShape':'格式化形狀','shapeStyle':'圖形樣式','shapePosition':_0x5c8b44(0x18e),'toggleFlipH':_0x5c8b44(0x1ab),'toggleFlipV':'切換垂直翻轉','rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x5c8b44(0x1d9),'toggleTextVertical':_0x5c8b44(0x1b8),'fill':{'title':'填充','noFill':'無填充','solidFill':_0x5c8b44(0x1e4),'gradientFill':_0x5c8b44(0x246),'pictureFill':_0x5c8b44(0x1a3),'patternFill':'圖案填充','color':'顏色','transparency':_0x5c8b44(0x1c7),'picture':{'source':_0x5c8b44(0x213),'insert':_0x5c8b44(0x24b),'tileAsTexture':_0x5c8b44(0x1ba),'offsetX':'偏移量\x20X','offsetY':_0x5c8b44(0x192),'scaleX':'縮放\x20X','scaleY':_0x5c8b44(0x231),'alignment':_0x5c8b44(0x247),'rotateWithShape':_0x5c8b44(0x1cc),'align':{'tl':_0x5c8b44(0x1d4),'t':_0x5c8b44(0x229),'tr':_0x5c8b44(0x1c4),'l':_0x5c8b44(0x1eb),'ctr':_0x5c8b44(0x24c),'r':'右對齊','bl':_0x5c8b44(0x23f),'b':_0x5c8b44(0x24d),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x5c8b44(0x1c3),'solidLine':'實線','gradientLine':_0x5c8b44(0x1da),'color':'顏色','transparency':_0x5c8b44(0x1c7),'width':'寬度','dashType':{'title':_0x5c8b44(0x22c),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x5c8b44(0x1f9),'longDash':_0x5c8b44(0x1e5),'longDashDot':_0x5c8b44(0x1ea),'longDashDotDot':_0x5c8b44(0x1cd)},'capType':{'title':_0x5c8b44(0x1ef),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x5c8b44(0x1fe),'beginArrowSize':_0x5c8b44(0x23a),'endArrowType':_0x5c8b44(0x220),'endArrowSize':_0x5c8b44(0x19f),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x5c8b44(0x1b1),'stealthArrow':_0x5c8b44(0x242),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x5c8b44(0x1f0),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x5c8b44(0x230),'equationShape':_0x5c8b44(0x1ed),'flowchart':_0x5c8b44(0x1a7),'starAndBanner':_0x5c8b44(0x20d),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x5c8b44(0x1bf),'straight-connector2':_0x5c8b44(0x1a8),'bent-connector3':'折線','bent-connector3-arrow1':_0x5c8b44(0x1c0),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x5c8b44(0x21e),'rect':'矩形','round-rect':_0x5c8b44(0x19c),'snip1-rect':_0x5c8b44(0x20c),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x5c8b44(0x21c),'snip-round-rect':_0x5c8b44(0x1a9),'round1-rect':'矩形:單圓角','round2-same-rect':_0x5c8b44(0x195),'round2-diag-rect':_0x5c8b44(0x1d8),'rect-textbox-horizontal':_0x5c8b44(0x225),'rect-textbox-vertical':_0x5c8b44(0x194),'ellipse':'橢圓','triangle':_0x5c8b44(0x211),'rt-triangle':'直角三角形','parallelogram':_0x5c8b44(0x233),'trapezoid':'梯形','non-isosceles-trapezoid':_0x5c8b44(0x1b6),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x5c8b44(0x212),'heptagon':_0x5c8b44(0x243),'octagon':_0x5c8b44(0x1d3),'decagon':_0x5c8b44(0x1fb),'dodecagon':_0x5c8b44(0x19d),'pie':_0x5c8b44(0x219),'chord':'弦形','teardrop':_0x5c8b44(0x1cb),'frame':_0x5c8b44(0x1e6),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x5c8b44(0x18f),'plaque':_0x5c8b44(0x1f4),'can':'圓柱形','cube':_0x5c8b44(0x1e2),'bevel':_0x5c8b44(0x1ec),'donut':'圓:空心','no-smoking':_0x5c8b44(0x215),'block-arc':_0x5c8b44(0x1be),'folder-corner':_0x5c8b44(0x1e7),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x5c8b44(0x23e),'sun':_0x5c8b44(0x21b),'moon':_0x5c8b44(0x1df),'cloud':'雲形','arc':'弧形','bracket-pair':_0x5c8b44(0x1cf),'brace-pair':_0x5c8b44(0x1ee),'left-bracket':_0x5c8b44(0x191),'right-bracket':_0x5c8b44(0x218),'left-brace':_0x5c8b44(0x1b2),'right-brace':_0x5c8b44(0x1fa),'right-arrow':_0x5c8b44(0x19e),'left-arrow':'箭頭:左','up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0x5c8b44(0x21d),'up-down-arrow':'箭頭:上下','quad-arrow':_0x5c8b44(0x1aa),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x5c8b44(0x1ca),'uturn-arrow':_0x5c8b44(0x1a1),'left-up-arrow':_0x5c8b44(0x216),'bent-up-arrow':_0x5c8b44(0x249),'curved-right-arrow':_0x5c8b44(0x201),'curved-left-arrow':_0x5c8b44(0x22f),'curved-up-arrow':_0x5c8b44(0x24a),'curved-down-arrow':_0x5c8b44(0x196),'striped-right-arrow':_0x5c8b44(0x1f8),'notched-right-arrow':_0x5c8b44(0x1f5),'home-plate':_0x5c8b44(0x193),'chevron':_0x5c8b44(0x1d1),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x5c8b44(0x20e),'left-arrow-callout':_0x5c8b44(0x22e),'up-arrow-callout':_0x5c8b44(0x1f1),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x5c8b44(0x1f3),'circular-arrow':_0x5c8b44(0x236),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x5c8b44(0x237),'flow-chart-process':_0x5c8b44(0x22d),'flow-chart-alternate-process':_0x5c8b44(0x221),'flow-chart-decision':_0x5c8b44(0x240),'flow-chart-input-output':_0x5c8b44(0x1c2),'flow-chart-predefined-process':_0x5c8b44(0x248),'flow-chart-internal-storage':_0x5c8b44(0x1e0),'flow-chart-document':_0x5c8b44(0x20b),'flow-chart-multidocument':_0x5c8b44(0x203),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x5c8b44(0x22a),'flow-chart-manual-input':_0x5c8b44(0x1e3),'flow-chart-manual-operation':_0x5c8b44(0x239),'flow-chart-connector':_0x5c8b44(0x1b4),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x5c8b44(0x1b0),'flow-chart-punched-tape':_0x5c8b44(0x1f2),'flow-chart-summing-junction':_0x5c8b44(0x1d5),'flow-chart-or':_0x5c8b44(0x1a0),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x5c8b44(0x1c1),'flow-chart-extract':_0x5c8b44(0x206),'flow-chart-merge':_0x5c8b44(0x1af),'flow-chart-online-storage':_0x5c8b44(0x202),'flow-chart-delay':_0x5c8b44(0x241),'flow-chart-magnetic-tape':_0x5c8b44(0x1dc),'flow-chart-magnetic-disk':_0x5c8b44(0x235),'flow-chart-magnetic-drum':_0x5c8b44(0x223),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x5c8b44(0x227),'irregular-seal2':'爆炸形:14pt','star4':_0x5c8b44(0x1a5),'star5':'星形:五角','star6':_0x5c8b44(0x207),'star7':_0x5c8b44(0x222),'star8':_0x5c8b44(0x23d),'star10':_0x5c8b44(0x20f),'star12':_0x5c8b44(0x1b3),'star16':_0x5c8b44(0x226),'star24':_0x5c8b44(0x214),'star32':_0x5c8b44(0x208),'ribbon2':_0x5c8b44(0x1e1),'ribbon':_0x5c8b44(0x1ac),'ellipse-ribbon2':_0x5c8b44(0x1bb),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':'卷形:垂直','horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x5c8b44(0x232),'wedge-rect-callout':_0x5c8b44(0x190),'wedge-round-rect-callout':_0x5c8b44(0x1a6),'wedge-ellipse-callout':_0x5c8b44(0x18c),'cloud-callout':_0x5c8b44(0x197),'border-callout1':_0x5c8b44(0x1c9),'border-callout2':_0x5c8b44(0x198),'border-callout3':'標註:雙彎曲線形','accent-callout1':_0x5c8b44(0x245),'accent-callout2':_0x5c8b44(0x204),'accent-callout3':_0x5c8b44(0x228),'callout1':'標註:線形(無邊框)','callout2':_0x5c8b44(0x210),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x5c8b44(0x1b5),'accent-border-callout3':_0x5c8b44(0x1c5),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x5c8b44(0x1a2),'left-right-ribbon':_0x5c8b44(0x1bc),'pie-wedge':_0x5c8b44(0x199),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x5c8b44(0x209),'corner-tabs':'角標','action-button-back-previous':_0x5c8b44(0x1e8),'action-button-forward-next':_0x5c8b44(0x22b),'action-button-beginning':_0x5c8b44(0x1d0),'action-button-end':_0x5c8b44(0x1ce),'action-button-home':_0x5c8b44(0x1db),'action-button-information':_0x5c8b44(0x1ad),'action-button-return':_0x5c8b44(0x234),'action-button-movie':_0x5c8b44(0x1f6),'action-button-document':_0x5c8b44(0x1b9),'action-button-sound':'聲音按鈕','action-button-help':_0x5c8b44(0x18d),'action-button-blank':_0x5c8b44(0x1a4),'chart-plus':_0x5c8b44(0x217),'chart-star':'圖表星號','chart-x':_0x5c8b44(0x23c),'flow-chart-offline-storage':_0x5c8b44(0x238),'line-inv':_0x5c8b44(0x244),'plaque-tabs':_0x5c8b44(0x1de),'square-tabs':'方形標籤','up-down-arrow-callout':_0x5c8b44(0x20a)}}}};module[_0x5c8b44(0x1ff)]=e;
|
|
1
|
+
const _0x59c0dc=_0x55bc;function _0x55bc(_0xc72283,_0x53f5d6){_0xc72283=_0xc72283-0x67;const _0x1a36b1=_0x1a36();let _0x55bc05=_0x1a36b1[_0xc72283];return _0x55bc05;}function _0x1a36(){const _0x56ef79=['切換水平翻轉','160QiLnWd','exports','主頁按鈕','草繪樣式','基本形狀','流程圖:離頁連接符','電影按鈕','新月形','流程圖:終止','公式形狀','箭頭:上下','標註:左箭頭','十邊形','73703jNliZl','星形:三十二角','流程圖:過程','矩形:剪去對角','圖表X','圖形樣式','終點箭頭類型','箭頭:圓角右','直角三角形','流程圖:顯示','流程圖:對照','線反向','垂直對齊','箭頭:十字','縮放\x20Y','星與旗幟','6hJkJCv','Underline','標註:下箭頭','箭頭:左','插入形狀','圓柱形','流程圖:合併','左右圓形箭頭','切換垂直翻轉','流程圖:存儲數據','標註:線形(帶強調線)','格式化形狀','太陽形','卷形:垂直','右對齊','隱藏形狀面板','無線條','星形:十角','空白按鈕','文檔按鈕','打開形狀面板','靠下對齊','返回按鈕','直線箭頭','流程圖:可選過程','開始按鈕','標註:雙彎曲線形(無邊框)','立方體','矩形:剪去頂角','星形:五角','標註:雙彎曲線形','六邊形','空心弧','帶形:前凸彎','前進/下一個按鈕','箭頭:下弧形','等腰三角形','圖表星號','箭頭:手杖形','矩形:單圓角','流程圖:離線存儲','星形:十二角','靠右對齊','閃電形','星形:四角','箭頭:V型','左圓形箭頭','流程圖:排序','聯接類型','箭頭:直角雙向','標註:十字箭頭','偏移量\x20X','左大括號','虛線類型','靠左對齊','爆炸形:8pt','裁切為形狀','箭頭:左右','氣泡:雲','矩形:圓頂角','雙箭頭直線','幫助按鈕','缺角矩形','Align\x20Left','禁止符','Align\x20Center','圓:空心','雙大括號','右大括號','半閉框','重置顏色','無顏色','十字形','方形標籤','長虛線','3036565jqulxr','流程圖:直接訪問存儲器','流程圖:數據','帶形:上凸彎','星形:二十四角','標註:線形','659700AcUJaW','起點箭頭大小','流程圖:內部貯存','雙箭頭曲線','橢圓箭頭','開放箭頭','Strikethrough','流程圖:預定義過程','結束按鈕','標註:線形(無邊框)','星形:八角','漸層線','箭頭:直角上','標註:左右箭頭','頂部對齊','上下箭頭標註','標註:彎曲線形','剪去單角矩形','牌匾標籤','虛線-點','七邊形','聲音按鈕','流程圖:決策','順時針\x2090\x20度旋轉','起點箭頭類型','右上對齊','對齊方式','左上對齊','圖片來源','箭頭:右弧形','十二邊形','Text\x20Background\x20color','圖文框','右下對齊','星形:六角','終點箭頭大小','隨形狀旋轉','卷形:水平','刪除形狀','流程圖:資料帶','箭頭:上弧形','五邊形','流程圖:延期','左對齊','切換文本竖排','垂直置中','菱形箭頭','縱向文字方塊','506551UgcJlj','帶形:前凸','非等腰梯形','矩形:對角圓角','流程圖:摘錄','流程圖:準備','餅形楔','偏移量\x20Y','縮放\x20X','曲線:箭頭','對話氣泡:圓形','流程圖:磁盤','1635699azllBD','箭頭:右','逆時針\x2090\x20度旋轉','56ZcadMj','Justify','水平對齊','靠上對齊','Text\x20color','帶形:上凸','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','Italic','箭頭:下','不完整圓','對話氣泡:矩形','填滿色彩','流程圖:或者','流程圖','淚滴形','標註:雙彎曲線形(帶邊框和強調線)','雙波形','圖案填充','560388vlgqJn','流程圖:順序訪問存儲器','透明度','流程圖:接點','9齒齒輪','矩形:折角','標註:彎曲線形(帶邊框和強調線)','長虛線-點','流程圖:手動操作','流程圖:匯總連接','1451952SIxbwk','矩形:一個圓頂角,剪去另一個頂角','箭頭總匯','箭頭:左弧形','平行四邊形','端點類型'];_0x1a36=function(){return _0x56ef79;};return _0x1a36();}(function(_0x3bd829,_0x14f823){const _0x32a6c7=_0x55bc,_0x253e2d=_0x3bd829();while(!![]){try{const _0xfa0985=parseInt(_0x32a6c7(0x121))/0x1+parseInt(_0x32a6c7(0x72))/0x2+parseInt(_0x32a6c7(0x12d))/0x3+-parseInt(_0x32a6c7(0x7c))/0x4+parseInt(_0x32a6c7(0xeb))/0x5*(parseInt(_0x32a6c7(0xa0))/0x6)+parseInt(_0x32a6c7(0x90))/0x7*(-parseInt(_0x32a6c7(0x130))/0x8)+-parseInt(_0x32a6c7(0xf1))/0x9*(parseInt(_0x32a6c7(0x83))/0xa);if(_0xfa0985===_0x14f823)break;else _0x253e2d['push'](_0x253e2d['shift']());}catch(_0x5c3939){_0x253e2d['push'](_0x253e2d['shift']());}}}(_0x1a36,0x50848));const e={'sheets-shape-ui':{'align':{'top':_0x59c0dc(0x133),'middle':_0x59c0dc(0x11e),'bottom':_0x59c0dc(0xb5),'left':_0x59c0dc(0xd6),'center':'置中','right':_0x59c0dc(0xca)},'toolbar':{'verticalAlignMode':{'main':_0x59c0dc(0x9c)},'horizontalAlignMode':{'main':_0x59c0dc(0x132)},'fillColor':{'main':_0x59c0dc(0x6b)},'fontSize':'字型大小','fontSizeIncrease':'放大字型','fontSizeDecrease':'縮小字型','alignLeft':_0x59c0dc(0xdf),'alignCenter':_0x59c0dc(0xe1),'alignRight':'Align\x20Right','alignJustify':_0x59c0dc(0x131),'bold':'Bold','italic':_0x59c0dc(0x67),'underline':_0x59c0dc(0xa1),'strikethrough':_0x59c0dc(0xf7),'textColor':_0x59c0dc(0x134),'textBackgroundColor':_0x59c0dc(0x110),'resetColor':_0x59c0dc(0xe6)},'imagePanel':{'crop':{'shape':_0x59c0dc(0xd8)}},'permission':{'editErr':_0x59c0dc(0x136)},'title':'形狀','insertShape':_0x59c0dc(0xa4),'openPanel':_0x59c0dc(0xb4),'deleteShape':_0x59c0dc(0x117),'hidePanel':_0x59c0dc(0xaf),'formatShape':_0x59c0dc(0xab),'shapeStyle':_0x59c0dc(0x95),'shapePosition':'圖形位置','toggleFlipH':_0x59c0dc(0x82),'toggleFlipV':_0x59c0dc(0xa8),'rotateRight90':_0x59c0dc(0x108),'rotateLeft90':_0x59c0dc(0x12f),'toggleTextVertical':_0x59c0dc(0x11d),'fill':{'title':'填充','noFill':_0x59c0dc(0xe7),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x59c0dc(0x71),'color':'顏色','transparency':_0x59c0dc(0x74),'picture':{'source':_0x59c0dc(0x10d),'insert':'插入...','tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x59c0dc(0xd3),'offsetY':_0x59c0dc(0x128),'scaleX':_0x59c0dc(0x129),'scaleY':_0x59c0dc(0x9e),'alignment':_0x59c0dc(0x10b),'rotateWithShape':_0x59c0dc(0x115),'align':{'tl':_0x59c0dc(0x10c),'t':_0x59c0dc(0xff),'tr':_0x59c0dc(0x10a),'l':_0x59c0dc(0x11c),'ctr':'置中對齊','r':_0x59c0dc(0xae),'bl':'左下對齊','b':'底部對齊','br':_0x59c0dc(0x112)}}},'line':{'title':'線條','noLine':_0x59c0dc(0xb0),'solidLine':'實線','gradientLine':_0x59c0dc(0xfc),'color':'顏色','transparency':_0x59c0dc(0x74),'width':'寬度','dashType':{'title':_0x59c0dc(0xd5),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x59c0dc(0x104),'longDash':_0x59c0dc(0xea),'longDashDot':_0x59c0dc(0x79),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x59c0dc(0x81),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x59c0dc(0xd0),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x59c0dc(0x109),'beginArrowSize':_0x59c0dc(0xf2),'endArrowType':_0x59c0dc(0x96),'endArrowSize':_0x59c0dc(0x114),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x59c0dc(0xf6),'stealthArrow':'隱形箭頭','diamondArrow':_0x59c0dc(0x11f),'ovalArrow':_0x59c0dc(0xf5)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x59c0dc(0x86),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x59c0dc(0x87),'blockArrow':_0x59c0dc(0x7e),'equationShape':_0x59c0dc(0x8c),'flowchart':_0x59c0dc(0x6d),'starAndBanner':_0x59c0dc(0x9f),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x59c0dc(0xb7),'straight-connector2':_0x59c0dc(0xdc),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x59c0dc(0x12a),'curved-connector3-arrow2':_0x59c0dc(0xf4),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x59c0dc(0x102),'snip2-same-rect':_0x59c0dc(0xbc),'snip2-diag-rect':_0x59c0dc(0x93),'snip-round-rect':_0x59c0dc(0x7d),'round1-rect':_0x59c0dc(0xc7),'round2-same-rect':_0x59c0dc(0xdb),'round2-diag-rect':_0x59c0dc(0x124),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x59c0dc(0x120),'ellipse':'橢圓','triangle':_0x59c0dc(0xc4),'rt-triangle':_0x59c0dc(0x98),'parallelogram':_0x59c0dc(0x80),'trapezoid':'梯形','non-isosceles-trapezoid':_0x59c0dc(0x123),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x59c0dc(0xbf),'heptagon':_0x59c0dc(0x105),'octagon':'八邊形','decagon':_0x59c0dc(0x8f),'dodecagon':_0x59c0dc(0x10f),'pie':_0x59c0dc(0x69),'chord':'弦形','teardrop':_0x59c0dc(0x6e),'frame':_0x59c0dc(0x111),'half-frame':_0x59c0dc(0xe5),'corner':'L形','diag-stripe':'斜紋','plus':_0x59c0dc(0xe8),'plaque':_0x59c0dc(0xde),'can':_0x59c0dc(0xa5),'cube':_0x59c0dc(0xbb),'bevel':'矩形:棱台','donut':_0x59c0dc(0xe2),'no-smoking':_0x59c0dc(0xe0),'block-arc':_0x59c0dc(0xc0),'folder-corner':_0x59c0dc(0x77),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x59c0dc(0xcb),'sun':_0x59c0dc(0xac),'moon':_0x59c0dc(0x8a),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x59c0dc(0xe3),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':_0x59c0dc(0xd4),'right-brace':_0x59c0dc(0xe4),'right-arrow':_0x59c0dc(0x12e),'left-arrow':_0x59c0dc(0xa3),'up-arrow':'箭頭:上','down-arrow':_0x59c0dc(0x68),'left-right-arrow':_0x59c0dc(0xd9),'up-down-arrow':_0x59c0dc(0x8d),'quad-arrow':_0x59c0dc(0x9d),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x59c0dc(0x97),'uturn-arrow':_0x59c0dc(0xc6),'left-up-arrow':_0x59c0dc(0xd1),'bent-up-arrow':_0x59c0dc(0xfd),'curved-right-arrow':_0x59c0dc(0x10e),'curved-left-arrow':_0x59c0dc(0x7f),'curved-up-arrow':_0x59c0dc(0x119),'curved-down-arrow':_0x59c0dc(0xc3),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x59c0dc(0x11a),'chevron':_0x59c0dc(0xcd),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x59c0dc(0xa2),'left-arrow-callout':_0x59c0dc(0x8e),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x59c0dc(0xfe),'quad-arrow-callout':_0x59c0dc(0xd2),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x59c0dc(0x92),'flow-chart-alternate-process':_0x59c0dc(0xb8),'flow-chart-decision':_0x59c0dc(0x107),'flow-chart-input-output':_0x59c0dc(0xed),'flow-chart-predefined-process':_0x59c0dc(0xf8),'flow-chart-internal-storage':_0x59c0dc(0xf3),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x59c0dc(0x8b),'flow-chart-preparation':_0x59c0dc(0x126),'flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x59c0dc(0x7a),'flow-chart-connector':_0x59c0dc(0x75),'flow-chart-offpage-connector':_0x59c0dc(0x88),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x59c0dc(0x118),'flow-chart-summing-junction':_0x59c0dc(0x7b),'flow-chart-or':_0x59c0dc(0x6c),'flow-chart-collate':_0x59c0dc(0x9a),'flow-chart-sort':_0x59c0dc(0xcf),'flow-chart-extract':_0x59c0dc(0x125),'flow-chart-merge':_0x59c0dc(0xa6),'flow-chart-online-storage':_0x59c0dc(0xa9),'flow-chart-delay':_0x59c0dc(0x11b),'flow-chart-magnetic-tape':_0x59c0dc(0x73),'flow-chart-magnetic-disk':_0x59c0dc(0x12c),'flow-chart-magnetic-drum':_0x59c0dc(0xec),'flow-chart-display':_0x59c0dc(0x99),'irregular-seal1':_0x59c0dc(0xd7),'irregular-seal2':'爆炸形:14pt','star4':_0x59c0dc(0xcc),'star5':_0x59c0dc(0xbd),'star6':_0x59c0dc(0x113),'star7':'星形:七角','star8':_0x59c0dc(0xfb),'star10':_0x59c0dc(0xb1),'star12':_0x59c0dc(0xc9),'star16':'星形:十六角','star24':_0x59c0dc(0xef),'star32':_0x59c0dc(0x91),'ribbon2':_0x59c0dc(0x135),'ribbon':_0x59c0dc(0x122),'ellipse-ribbon2':_0x59c0dc(0xee),'ellipse-ribbon':_0x59c0dc(0xc1),'vertical-scroll':_0x59c0dc(0xad),'horizontal-scroll':_0x59c0dc(0x116),'wave':'波形','double-wave':_0x59c0dc(0x70),'wedge-rect-callout':_0x59c0dc(0x6a),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x59c0dc(0x12b),'cloud-callout':_0x59c0dc(0xda),'border-callout1':_0x59c0dc(0xf0),'border-callout2':_0x59c0dc(0x101),'border-callout3':_0x59c0dc(0xbe),'accent-callout1':_0x59c0dc(0xaa),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x59c0dc(0xfa),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x59c0dc(0xba),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x59c0dc(0x78),'accent-border-callout3':_0x59c0dc(0x6f),'left-circular-arrow':_0x59c0dc(0xce),'left-right-circular-arrow':_0x59c0dc(0xa7),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':'左右帶形','pie-wedge':_0x59c0dc(0x127),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x59c0dc(0x76),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x59c0dc(0xc2),'action-button-beginning':_0x59c0dc(0xb9),'action-button-end':_0x59c0dc(0xf9),'action-button-home':_0x59c0dc(0x85),'action-button-information':'信息按鈕','action-button-return':_0x59c0dc(0xb6),'action-button-movie':_0x59c0dc(0x89),'action-button-document':_0x59c0dc(0xb3),'action-button-sound':_0x59c0dc(0x106),'action-button-help':_0x59c0dc(0xdd),'action-button-blank':_0x59c0dc(0xb2),'chart-plus':'圖表加號','chart-star':_0x59c0dc(0xc5),'chart-x':_0x59c0dc(0x94),'flow-chart-offline-storage':_0x59c0dc(0xc8),'line-inv':_0x59c0dc(0x9b),'plaque-tabs':_0x59c0dc(0x103),'square-tabs':_0x59c0dc(0xe9),'up-down-arrow-callout':_0x59c0dc(0x100)}}}};module[_0x59c0dc(0x84)]=e;
|