@univerjs-pro/sheets-shape-ui 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +4 -116
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +1 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +3 -2
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +4 -3
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +2 -1
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +2 -1
- package/lib/types/const.d.ts +1 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +9 -0
- package/lib/types/controllers/{sheets-shape-ui.controller.d.ts → ui.controller.d.ts} +13 -6
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +10 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +2 -1
- package/lib/types/views/ShapeOptions.d.ts +1 -5
- package/lib/types/views/ShapePicker.d.ts +2 -2
- package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +2 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
- package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
- package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +17 -0
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +2 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -0
- package/lib/types/views/shape-text-editor/index.d.ts +1 -5
- package/lib/types/views/shapes.d.ts +8 -43
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -24
- package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5c42(){const _0x560f98=['Trên\x20phải','Định\x20dạng\x20hình\x20dạng','Ruy\x20băng\x20lên','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Mũi\x20tên\x20cong','Chú\x20thích\x201','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Nút\x20hành\x20động:\x20Trang\x20chủ','Mũi\x20tên\x20lên\x20xuống','Vị\x20trí\x20hình\x20dạng','Hình\x20elip','Độ\x20rộng','Trên','Sao\x2032\x20cánh','Chú\x20thích\x202','Hình\x20biển\x20hiệu','Căn\x20phải','Hình\x20vát','Kiểu\x20phác\x20thảo','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Chú\x20thích\x20mũi\x20tên\x20phải','exports','Lưu\x20trữ\x20ngoại\x20tuyến','Hình\x20nổ\x202','Mũi\x20tên\x20hình\x20bầu\x20dục','Khung\x20một\x20nửa','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Mũi\x20tên\x20nhọn','Biểu\x20đồ\x20sao','Không\x20có\x20đường\x20viền','Hình\x20chữ\x20nhật\x20bo\x20góc','Liền','Mũi\x20tên\x20đường\x20thẳng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Sao\x2012\x20cánh','Sao\x206\x20cánh','Mặt\x20trăng','3241wVYzEx','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Tỷ\x20lệ\x20X','Ngoặc\x20vuông\x20trái','Mở\x20bảng\x20hình\x20dạng','Đường\x20ngược','Trích\x20xuất','41264NQatgp','Tăng\x20cỡ\x20chữ','Điểm\x20nối\x20tổng','Hình\x20chữ\x20L','Chú\x20thích\x20đường\x20kẻ\x201','Đường\x20kẻ','Dấu\x20chia','Hình\x20thang\x20không\x20cân','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Chú\x20thích\x20mũi\x20tên\x20xuống','Nét\x20đứt','Lát\x20ảnh\x20làm\x20kết\x20cấu','Quy\x20trình\x20xác\x20định\x20trước','Chèn\x20hình\x20dạng','Đường\x20viền\x20gradient','Sao\x2024\x20cánh','Kiểu\x20nét\x20đứt','Lớn','Vát','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Tab\x20biển\x20hiệu','Hình\x20chữ\x20V','Mũi\x20tên\x20cong\x20lên','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Mũi\x20tên\x20trái\x20lên','Nút\x20hành\x20động:\x20Thông\x20tin','12MKWbQS','Thất\x20giác','Ruy\x20băng\x20cong\x20xuống','Kiểu\x20đầu\x20mút','Bật/tắt\x20lật\x20dọc','Hình\x20dạng','Chuẩn\x20bị','Hộp\x20văn\x20bản\x20dọc','Nét\x20đứt\x20dài','Kích\x20thước\x20mũi\x20tên\x20đầu','Nét\x20đứt\x20dài\x20hai\x20chấm','Tô\x20màu\x20gradient','Bát\x20giác','Hộp\x20văn\x20bản\x20ngang','Màu\x20sắc','Nút\x20hành\x20động:\x20Trở\x20lại','Mũi\x20tên\x20khối','Nhập\x20thủ\x20công','Căn\x20ngang','Mũi\x20tên\x20xuống','Dấu\x20khác','Kết\x20thúc','Mũi\x20tên\x20khía\x20phải','Hình\x20quạt','Cuộn\x20dọc','Hình\x20lập\x20phương','Ngoặc\x20nhọn\x20phải','Chú\x20thích','Cỡ\x20chữ','Chú\x20thích\x20nhấn\x20mạnh\x203','Bánh\x20răng\x209','Mũi\x20tên\x20cong\x20xuống','Căn\x20trái','Thập\x20giác','Dữ\x20liệu','Tam\x20giác\x20vuông','Mũi\x20tên\x20quay\x20đầu','Giảm\x20cỡ\x20chữ','1126116vZgGHE','Quyết\x20định','Chèn...','Phễu','Căn\x20trên','Ruy\x20băng\x20cong\x20lên','Chú\x20thích\x20đường\x20kẻ\x202','Mũi\x20tên\x20tròn','Dấu\x20cộng','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Chú\x20thích\x20mũi\x20tên\x20lên','Phải','Hoặc','Nút\x20hành\x20động:\x20Bắt\x20đầu','Bù\x20trừ\x20Y','Sao\x204\x20cánh','Không','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Sao\x2016\x20cánh','Mũi\x20tên\x20phải','Mũi\x20tên\x20tròn\x20trái','333LPsctw','Hình\x20cung\x20khối','Đám\x20mây','Mũi\x20tên\x20trái\x20phải\x20lên','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.','Nhỏ','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Trái\x20tim','Góc\x20thư\x20mục','Hình\x20thang','Kiểu\x20mũi\x20tên\x20đầu','Mũi\x20tên\x20tròn\x20trái\x20phải','Đầu\x20nối\x20khác\x20trang','Hình\x20giọt\x20nước','Hình\x20chữ\x20nhật','Cong','Vừa','Khác','Hình\x20công\x20thức','Ngũ\x20giác','Băng\x20đục\x20lỗ','Dưới\x20phải','Kiểu\x20mũi\x20tên\x20cuối','Biểu\x20đồ\x20cộng','Nút\x20hành\x20động:\x20Tài\x20liệu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Căn\x20dọc','Mũi\x20tên\x20lướt','Mũi\x20tên\x20trái','Chú\x20thích\x203','Cặp\x20ngoặc\x20vuông','Đĩa\x20từ','Độ\x20trong\x20suốt','Hình\x20cung','Tròn','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Ẩn\x20bảng\x20hình\x20dạng','Căn\x20chỉnh','Ruy\x20băng\x20trái\x20phải','Giữa','Đa\x20tài\x20liệu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Dưới','Mũi\x20tên\x20cong\x20trái','Biển\x20cấm\x20hút\x20thuốc','3598511VIuvEr','Quy\x20trình\x20thay\x20thế','Kiểu\x20hình\x20dạng','Tài\x20liệu','189600pzTlHO','Lưu\x20trữ\x20nội\x20bộ','Cắt\x20theo\x20hình\x20dạng','Mũi\x20tên\x20lên','Ngoặc\x20vuông\x20phải','Tab\x20vuông','Đặt\x20lại\x20màu','Căn\x20giữa','Phẳng','Hợp\x20nhất','Sao\x2010\x20cánh','Đường\x20viền','1289788IKtsiH','Dấu\x20bằng','Tỷ\x20lệ\x20Y','Không\x20tô','Mũi\x20tên','Trống\x20từ','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Vẽ\x20nguệch\x20ngoạc','Hình\x20bình\x20hành','Mũi\x20tên\x20bốn\x20chiều','Mặt\x20trời','Mũi\x20tên\x20kim\x20cương','Hình\x20bánh\x20rán','Thẻ\x20đục\x20lỗ','Nút\x20hành\x20động:\x20Âm\x20thanh','Chấm\x20tròn','Khung','Đầu\x20nối','Chú\x20thích\x20nhấn\x20mạnh\x201','Tô\x20bằng\x20mẫu','Sao\x208\x20cánh','Mặt\x20cười','Sao\x207\x20cánh','Hình\x20thoi','Chú\x20thích\x20mũi\x20tên\x20trái','Sóng\x20đôi','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Chấm\x20vuông','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Nút\x20hành\x20động:\x20Phim','Dưới\x20trái','Cặp\x20ngoặc\x20nhọn','Bánh\x20răng\x206','Đường\x20nối\x20cong','Nút\x20hành\x20động:\x20Trống','Mũi\x20tên\x20hở','409179owwTmQ','Sắp\x20xếp','Biểu\x20đồ\x20X','Nút\x20hành\x20động:\x20Trợ\x20giúp','Hình\x20cơ\x20bản','Nguồn\x20ảnh','Xoay\x20cùng\x20hình\x20dạng'];_0x5c42=function(){return _0x560f98;};return _0x5c42();}const _0x8988a9=_0x1a81;(function(_0x594a2e,_0x5c54d2){const _0x108fd9=_0x1a81,_0x14556a=_0x594a2e();while(!![]){try{const _0x3d373d=parseInt(_0x108fd9(0x141))/0x1*(-parseInt(_0x108fd9(0x163))/0x2)+-parseInt(_0x108fd9(0x115))/0x3+parseInt(_0x108fd9(0x1dc))/0x4+-parseInt(_0x108fd9(0x1d0))/0x5+-parseInt(_0x108fd9(0x189))/0x6+parseInt(_0x108fd9(0x1cc))/0x7+parseInt(_0x108fd9(0x148))/0x8*(-parseInt(_0x108fd9(0x19e))/0x9);if(_0x3d373d===_0x5c54d2)break;else _0x14556a['push'](_0x14556a['shift']());}catch(_0x4c5077){_0x14556a['push'](_0x14556a['shift']());}}}(_0x5c42,0x40825));function _0x1a81(_0x26f6a8,_0x190521){_0x26f6a8=_0x26f6a8-0x10d;const _0x5c4291=_0x5c42();let _0x1a8142=_0x5c4291[_0x26f6a8];return _0x1a8142;}const e={'sheets-shape-ui':{'align':{'top':_0x8988a9(0x18d),'middle':_0x8988a9(0x1d7),'bottom':'Căn\x20dưới','left':_0x8988a9(0x183),'center':'Căn\x20giữa','right':_0x8988a9(0x12c)},'toolbar':{'verticalAlignMode':{'main':_0x8988a9(0x1b8)},'horizontalAlignMode':{'main':_0x8988a9(0x175)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x8988a9(0x17f),'fontSizeIncrease':_0x8988a9(0x149),'fontSizeDecrease':_0x8988a9(0x188),'resetColor':_0x8988a9(0x1d6)},'imagePanel':{'crop':{'shape':_0x8988a9(0x1d2)}},'permission':{'editErr':_0x8988a9(0x1a2)},'title':_0x8988a9(0x168),'insertShape':_0x8988a9(0x156),'openPanel':_0x8988a9(0x145),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x8988a9(0x1c2),'formatShape':_0x8988a9(0x11d),'shapeStyle':_0x8988a9(0x1ce),'shapePosition':_0x8988a9(0x125),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x8988a9(0x167),'rotateRight90':_0x8988a9(0x12f),'rotateLeft90':_0x8988a9(0x13d),'toggleTextVertical':_0x8988a9(0x160),'fill':{'title':'Tô\x20màu','noFill':_0x8988a9(0x1df),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x8988a9(0x16e),'pictureFill':_0x8988a9(0x1a4),'patternFill':_0x8988a9(0x1ef),'color':'Màu\x20sắc','transparency':_0x8988a9(0x1be),'picture':{'source':_0x8988a9(0x11a),'insert':_0x8988a9(0x18b),'tileAsTexture':_0x8988a9(0x154),'offsetX':'Bù\x20trừ\x20X','offsetY':_0x8988a9(0x197),'scaleX':_0x8988a9(0x143),'scaleY':_0x8988a9(0x1de),'alignment':_0x8988a9(0x1c3),'rotateWithShape':_0x8988a9(0x11b),'align':{'tl':'Trên\x20trái','t':_0x8988a9(0x128),'tr':_0x8988a9(0x11c),'l':'Trái','ctr':_0x8988a9(0x1c5),'r':_0x8988a9(0x194),'bl':_0x8988a9(0x10f),'b':_0x8988a9(0x1c9),'br':_0x8988a9(0x1b3)}}},'line':{'title':_0x8988a9(0x1db),'noLine':_0x8988a9(0x139),'solidLine':'Đường\x20viền\x20liền','gradientLine':_0x8988a9(0x157),'color':_0x8988a9(0x171),'transparency':_0x8988a9(0x1be),'width':_0x8988a9(0x127),'dashType':{'title':_0x8988a9(0x159),'solid':_0x8988a9(0x13b),'roundDot':_0x8988a9(0x1eb),'squareDot':_0x8988a9(0x1f7),'dash':_0x8988a9(0x153),'dashDot':'Nét\x20đứt\x20chấm','longDash':_0x8988a9(0x16b),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0x8988a9(0x16d)},'capType':{'title':_0x8988a9(0x166),'flat':_0x8988a9(0x1d8),'round':_0x8988a9(0x1c0),'square':'Vuông'},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':'Nhọn','round':_0x8988a9(0x1c0),'bevel':_0x8988a9(0x15b)},'beginArrowType':_0x8988a9(0x1a8),'beginArrowSize':_0x8988a9(0x16c),'endArrowType':_0x8988a9(0x1b4),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','arrowType':{'none':'Không\x20có','arrow':_0x8988a9(0x1e0),'openArrow':_0x8988a9(0x114),'stealthArrow':_0x8988a9(0x137),'diamondArrow':_0x8988a9(0x1e7),'ovalArrow':_0x8988a9(0x134)},'arrowSize':{'small':_0x8988a9(0x1a3),'medium':_0x8988a9(0x1ae),'large':_0x8988a9(0x15a)},'sketchType':{'title':_0x8988a9(0x12e),'none':_0x8988a9(0x199),'curved':_0x8988a9(0x1ad),'freehand':'Vẽ\x20tay','handDrawn':_0x8988a9(0x1e3)}},'shape':{'group':{'line':_0x8988a9(0x14d),'rectangle':_0x8988a9(0x1ac),'basicShape':_0x8988a9(0x119),'blockArrow':_0x8988a9(0x173),'equationShape':_0x8988a9(0x1b0),'flowchart':'Lưu\x20đồ','starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x8988a9(0x17e),'other':_0x8988a9(0x1af)},'type':{'line':'Đường\x20thẳng','straight-connector1':_0x8988a9(0x13c),'straight-connector2':_0x8988a9(0x151),'bent-connector3':'Đường\x20nối\x20khuỷu','bent-connector3-arrow1':_0x8988a9(0x11f),'bent-connector3-arrow2':_0x8988a9(0x19a),'curved-connector3':_0x8988a9(0x112),'curved-connector3-arrow1':_0x8988a9(0x1c8),'curved-connector3-arrow2':_0x8988a9(0x1f6),'rect':'Hình\x20chữ\x20nhật','round-rect':_0x8988a9(0x13a),'snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':_0x8988a9(0x150),'snip2-diag-rect':_0x8988a9(0x142),'snip-round-rect':_0x8988a9(0x136),'round1-rect':_0x8988a9(0x10d),'round2-same-rect':_0x8988a9(0x122),'round2-diag-rect':_0x8988a9(0x1f8),'rect-textbox-horizontal':_0x8988a9(0x170),'rect-textbox-vertical':_0x8988a9(0x16a),'ellipse':_0x8988a9(0x126),'triangle':'Tam\x20giác\x20cân','rt-triangle':_0x8988a9(0x186),'parallelogram':_0x8988a9(0x1e4),'trapezoid':_0x8988a9(0x1a7),'non-isosceles-trapezoid':_0x8988a9(0x14f),'diamond':_0x8988a9(0x1f3),'pentagon':_0x8988a9(0x1b1),'hexagon':'Lục\x20giác','heptagon':_0x8988a9(0x164),'octagon':_0x8988a9(0x16f),'decagon':_0x8988a9(0x184),'dodecagon':'Thập\x20nhị\x20giác','pie':_0x8988a9(0x17a),'chord':_0x8988a9(0x1bf),'teardrop':_0x8988a9(0x1ab),'frame':_0x8988a9(0x1ec),'half-frame':_0x8988a9(0x135),'corner':_0x8988a9(0x14b),'diag-stripe':'Sọc\x20chéo','plus':_0x8988a9(0x191),'plaque':_0x8988a9(0x12b),'can':'Hình\x20trụ','cube':_0x8988a9(0x17c),'bevel':_0x8988a9(0x12d),'donut':_0x8988a9(0x1e8),'no-smoking':_0x8988a9(0x1cb),'block-arc':_0x8988a9(0x19f),'folder-corner':_0x8988a9(0x1a6),'smiley-face':_0x8988a9(0x1f1),'heart':_0x8988a9(0x1a5),'lightning-bolt':'Tia\x20sét','sun':_0x8988a9(0x1e6),'moon':_0x8988a9(0x140),'cloud':_0x8988a9(0x1a0),'arc':_0x8988a9(0x1bf),'bracket-pair':_0x8988a9(0x1bc),'brace-pair':_0x8988a9(0x110),'left-bracket':_0x8988a9(0x144),'right-bracket':_0x8988a9(0x1d4),'left-brace':'Ngoặc\x20nhọn\x20trái','right-brace':_0x8988a9(0x17d),'right-arrow':_0x8988a9(0x19c),'left-arrow':_0x8988a9(0x1ba),'up-arrow':_0x8988a9(0x1d3),'down-arrow':_0x8988a9(0x176),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x8988a9(0x124),'quad-arrow':_0x8988a9(0x1e5),'left-right-up-arrow':_0x8988a9(0x1a1),'bent-arrow':_0x8988a9(0x120),'uturn-arrow':_0x8988a9(0x187),'left-up-arrow':_0x8988a9(0x161),'bent-up-arrow':_0x8988a9(0x15f),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x8988a9(0x1ca),'curved-up-arrow':_0x8988a9(0x15f),'curved-down-arrow':_0x8988a9(0x182),'striped-right-arrow':'Mũi\x20tên\x20sọc\x20phải','notched-right-arrow':_0x8988a9(0x179),'home-plate':_0x8988a9(0x1e2),'chevron':_0x8988a9(0x15e),'right-arrow-callout':_0x8988a9(0x130),'down-arrow-callout':_0x8988a9(0x152),'left-arrow-callout':_0x8988a9(0x1f4),'up-arrow-callout':_0x8988a9(0x193),'left-right-arrow-callout':_0x8988a9(0x1c1),'quad-arrow-callout':_0x8988a9(0x192),'circular-arrow':_0x8988a9(0x190),'math-plus':'Dấu\x20cộng','math-minus':'Dấu\x20trừ','math-multiply':'Dấu\x20nhân','math-divide':_0x8988a9(0x14e),'math-equal':_0x8988a9(0x1dd),'math-not-equal':_0x8988a9(0x177),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x8988a9(0x1cd),'flow-chart-decision':_0x8988a9(0x18a),'flow-chart-input-output':_0x8988a9(0x185),'flow-chart-predefined-process':_0x8988a9(0x155),'flow-chart-internal-storage':_0x8988a9(0x1d1),'flow-chart-document':_0x8988a9(0x1cf),'flow-chart-multidocument':_0x8988a9(0x1c6),'flow-chart-terminator':_0x8988a9(0x178),'flow-chart-preparation':_0x8988a9(0x169),'flow-chart-manual-input':_0x8988a9(0x174),'flow-chart-manual-operation':'Thao\x20tác\x20thủ\x20công','flow-chart-connector':_0x8988a9(0x1ed),'flow-chart-offpage-connector':_0x8988a9(0x1aa),'flow-chart-punched-card':_0x8988a9(0x1e9),'flow-chart-punched-tape':_0x8988a9(0x1b2),'flow-chart-summing-junction':_0x8988a9(0x14a),'flow-chart-or':_0x8988a9(0x195),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x8988a9(0x116),'flow-chart-extract':_0x8988a9(0x147),'flow-chart-merge':_0x8988a9(0x1d9),'flow-chart-online-storage':'Lưu\x20trữ\x20trực\x20tuyến','flow-chart-delay':'Trì\x20hoãn','flow-chart-magnetic-tape':'Băng\x20từ','flow-chart-magnetic-disk':_0x8988a9(0x1bd),'flow-chart-magnetic-drum':_0x8988a9(0x1e1),'flow-chart-display':'Hiển\x20thị','irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x8988a9(0x133),'star4':_0x8988a9(0x198),'star5':'Sao\x205\x20cánh','star6':_0x8988a9(0x13f),'star7':_0x8988a9(0x1f2),'star8':_0x8988a9(0x1f0),'star10':_0x8988a9(0x1da),'star12':_0x8988a9(0x13e),'star16':_0x8988a9(0x19b),'star24':_0x8988a9(0x158),'star32':_0x8988a9(0x129),'ribbon2':_0x8988a9(0x11e),'ribbon':'Ruy\x20băng\x20xuống','ellipse-ribbon2':_0x8988a9(0x18e),'ellipse-ribbon':_0x8988a9(0x165),'vertical-scroll':_0x8988a9(0x17b),'horizontal-scroll':'Cuộn\x20ngang','wave':'Sóng','double-wave':_0x8988a9(0x1f5),'wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':'Chú\x20thích\x20đám\x20mây','border-callout1':_0x8988a9(0x14c),'border-callout2':_0x8988a9(0x18f),'border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':_0x8988a9(0x1ee),'accent-callout2':'Chú\x20thích\x20nhấn\x20mạnh\x202','accent-callout3':_0x8988a9(0x180),'callout1':_0x8988a9(0x121),'callout2':_0x8988a9(0x12a),'callout3':_0x8988a9(0x1bb),'accent-border-callout1':_0x8988a9(0x15c),'accent-border-callout2':_0x8988a9(0x1b7),'accent-border-callout3':_0x8988a9(0x1c7),'left-circular-arrow':_0x8988a9(0x19d),'left-right-circular-arrow':_0x8988a9(0x1a9),'swoosh-arrow':_0x8988a9(0x1b9),'left-right-ribbon':_0x8988a9(0x1c4),'pie-wedge':'Miếng\x20bánh','funnel':_0x8988a9(0x18c),'gear6':_0x8988a9(0x111),'gear9':_0x8988a9(0x181),'corner-tabs':'Tab\x20góc','action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':'Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','action-button-beginning':_0x8988a9(0x196),'action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':_0x8988a9(0x123),'action-button-information':_0x8988a9(0x162),'action-button-return':_0x8988a9(0x172),'action-button-movie':_0x8988a9(0x10e),'action-button-document':_0x8988a9(0x1b6),'action-button-sound':_0x8988a9(0x1ea),'action-button-help':_0x8988a9(0x118),'action-button-blank':_0x8988a9(0x113),'chart-plus':_0x8988a9(0x1b5),'chart-star':_0x8988a9(0x138),'chart-x':_0x8988a9(0x117),'flow-chart-offline-storage':_0x8988a9(0x132),'line-inv':_0x8988a9(0x146),'plaque-tabs':_0x8988a9(0x15d),'square-tabs':_0x8988a9(0x1d5),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}}}};module[_0x8988a9(0x131)]=e;
|
|
1
|
+
const _0x468a0d=_0x2c6c;(function(_0xa7148c,_0xcc7253){const _0x3a8fc4=_0x2c6c,_0x2f32f0=_0xa7148c();while(!![]){try{const _0x42e21a=-parseInt(_0x3a8fc4(0x16c))/0x1+parseInt(_0x3a8fc4(0xdd))/0x2*(parseInt(_0x3a8fc4(0x146))/0x3)+-parseInt(_0x3a8fc4(0xa9))/0x4+-parseInt(_0x3a8fc4(0x12f))/0x5*(parseInt(_0x3a8fc4(0xc1))/0x6)+-parseInt(_0x3a8fc4(0x123))/0x7+-parseInt(_0x3a8fc4(0xc9))/0x8*(-parseInt(_0x3a8fc4(0xa1))/0x9)+parseInt(_0x3a8fc4(0xcb))/0xa;if(_0x42e21a===_0xcc7253)break;else _0x2f32f0['push'](_0x2f32f0['shift']());}catch(_0x223843){_0x2f32f0['push'](_0x2f32f0['shift']());}}}(_0x593d,0xaadfa));const e={'sheets-shape-ui':{'align':{'top':_0x468a0d(0x126),'middle':_0x468a0d(0x121),'bottom':'Căn\x20dưới','left':_0x468a0d(0x7d),'center':_0x468a0d(0x121),'right':_0x468a0d(0xea)},'toolbar':{'verticalAlignMode':{'main':'Căn\x20dọc'},'horizontalAlignMode':{'main':_0x468a0d(0x145)},'fillColor':{'main':_0x468a0d(0xef)},'fontSize':_0x468a0d(0x108),'fontSizeIncrease':_0x468a0d(0x110),'fontSizeDecrease':_0x468a0d(0xc7),'alignLeft':_0x468a0d(0x142),'alignCenter':_0x468a0d(0x163),'alignRight':_0x468a0d(0x12e),'alignJustify':_0x468a0d(0x122),'bold':_0x468a0d(0x105),'italic':_0x468a0d(0x81),'underline':'Underline','strikethrough':_0x468a0d(0xda),'textColor':'Text\x20color','textBackgroundColor':_0x468a0d(0xb8),'resetColor':_0x468a0d(0x116)},'imagePanel':{'crop':{'shape':_0x468a0d(0x14d)}},'permission':{'editErr':_0x468a0d(0x76)},'title':_0x468a0d(0x95),'insertShape':_0x468a0d(0xcd),'openPanel':_0x468a0d(0xb7),'deleteShape':_0x468a0d(0x97),'hidePanel':_0x468a0d(0x113),'formatShape':_0x468a0d(0xfb),'shapeStyle':_0x468a0d(0x15a),'shapePosition':_0x468a0d(0xc3),'toggleFlipH':_0x468a0d(0xe5),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x468a0d(0x12c),'fill':{'title':_0x468a0d(0x15b),'noFill':_0x468a0d(0x124),'solidFill':_0x468a0d(0x11d),'gradientFill':_0x468a0d(0xbb),'pictureFill':_0x468a0d(0x9b),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x468a0d(0x13a),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x468a0d(0x15d),'insert':_0x468a0d(0x138),'tileAsTexture':_0x468a0d(0x143),'offsetX':'Bù\x20trừ\x20X','offsetY':_0x468a0d(0xc5),'scaleX':_0x468a0d(0x92),'scaleY':_0x468a0d(0x157),'alignment':'Căn\x20chỉnh','rotateWithShape':_0x468a0d(0x144),'align':{'tl':_0x468a0d(0xdb),'t':_0x468a0d(0x168),'tr':_0x468a0d(0xf9),'l':_0x468a0d(0xcf),'ctr':_0x468a0d(0x78),'r':'Phải','bl':'Dưới\x20trái','b':_0x468a0d(0x140),'br':_0x468a0d(0xe4)}}},'line':{'title':_0x468a0d(0xf6),'noLine':'Không\x20có\x20đường\x20viền','solidLine':_0x468a0d(0x135),'gradientLine':_0x468a0d(0xeb),'color':_0x468a0d(0x13a),'transparency':'Độ\x20trong\x20suốt','width':'Độ\x20rộng','dashType':{'title':_0x468a0d(0x154),'solid':_0x468a0d(0xf2),'roundDot':_0x468a0d(0x12b),'squareDot':'Chấm\x20vuông','dash':_0x468a0d(0x125),'dashDot':_0x468a0d(0xca),'longDash':_0x468a0d(0x153),'longDashDot':_0x468a0d(0x89),'longDashDotDot':_0x468a0d(0xb2)},'capType':{'title':_0x468a0d(0xa2),'flat':_0x468a0d(0x13d),'round':_0x468a0d(0xa6),'square':_0x468a0d(0x11c)},'joinType':{'title':_0x468a0d(0xab),'miter':'Nhọn','round':_0x468a0d(0xa6),'bevel':_0x468a0d(0xd5)},'beginArrowType':_0x468a0d(0x96),'beginArrowSize':_0x468a0d(0x10f),'endArrowType':_0x468a0d(0x164),'endArrowSize':_0x468a0d(0x9d),'arrowType':{'none':_0x468a0d(0x16d),'arrow':_0x468a0d(0xe0),'openArrow':_0x468a0d(0x151),'stealthArrow':_0x468a0d(0xc6),'diamondArrow':_0x468a0d(0x14b),'ovalArrow':_0x468a0d(0x165)},'arrowSize':{'small':_0x468a0d(0x159),'medium':_0x468a0d(0x16e),'large':_0x468a0d(0x80)},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0x468a0d(0xae),'curved':_0x468a0d(0x83),'freehand':_0x468a0d(0x103),'handDrawn':'Vẽ\x20nguệch\x20ngoạc'}},'shape':{'group':{'line':_0x468a0d(0x8a),'rectangle':_0x468a0d(0x7a),'basicShape':_0x468a0d(0xc2),'blockArrow':_0x468a0d(0x107),'equationShape':_0x468a0d(0xd9),'flowchart':_0x468a0d(0x170),'starAndBanner':_0x468a0d(0xdc),'callout':_0x468a0d(0x99),'other':'Khác'},'type':{'line':_0x468a0d(0xb3),'straight-connector1':_0x468a0d(0x128),'straight-connector2':_0x468a0d(0x93),'bent-connector3':_0x468a0d(0xf7),'bent-connector3-arrow1':_0x468a0d(0x11b),'bent-connector3-arrow2':_0x468a0d(0xb5),'curved-connector3':_0x468a0d(0xc4),'curved-connector3-arrow1':_0x468a0d(0xf8),'curved-connector3-arrow2':_0x468a0d(0xbc),'rect':_0x468a0d(0x7a),'round-rect':'Hình\x20chữ\x20nhật\x20bo\x20góc','snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':_0x468a0d(0x152),'snip2-diag-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','snip-round-rect':_0x468a0d(0x101),'round1-rect':_0x468a0d(0x9a),'round2-same-rect':_0x468a0d(0x15e),'round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x468a0d(0x160),'rect-textbox-vertical':_0x468a0d(0x16a),'ellipse':_0x468a0d(0x14e),'triangle':_0x468a0d(0x134),'rt-triangle':'Tam\x20giác\x20vuông','parallelogram':_0x468a0d(0xf3),'trapezoid':_0x468a0d(0xd2),'non-isosceles-trapezoid':_0x468a0d(0x14a),'diamond':'Hình\x20thoi','pentagon':_0x468a0d(0x149),'hexagon':_0x468a0d(0x84),'heptagon':_0x468a0d(0xa5),'octagon':'Bát\x20giác','decagon':_0x468a0d(0x111),'dodecagon':_0x468a0d(0x16b),'pie':_0x468a0d(0xe3),'chord':_0x468a0d(0xd1),'teardrop':_0x468a0d(0xb1),'frame':'Khung','half-frame':_0x468a0d(0xc8),'corner':_0x468a0d(0x15f),'diag-stripe':_0x468a0d(0xba),'plus':_0x468a0d(0xaf),'plaque':'Hình\x20biển\x20hiệu','can':_0x468a0d(0x133),'cube':_0x468a0d(0x10c),'bevel':_0x468a0d(0x162),'donut':_0x468a0d(0x15c),'no-smoking':_0x468a0d(0x112),'block-arc':_0x468a0d(0xad),'folder-corner':_0x468a0d(0x13b),'smiley-face':_0x468a0d(0x9e),'heart':'Trái\x20tim','lightning-bolt':_0x468a0d(0x130),'sun':_0x468a0d(0x11f),'moon':_0x468a0d(0x13f),'cloud':_0x468a0d(0xe7),'arc':_0x468a0d(0xd1),'bracket-pair':_0x468a0d(0x136),'brace-pair':_0x468a0d(0x100),'left-bracket':_0x468a0d(0xf4),'right-bracket':_0x468a0d(0x13e),'left-brace':_0x468a0d(0x167),'right-brace':_0x468a0d(0x12d),'right-arrow':_0x468a0d(0x120),'left-arrow':_0x468a0d(0x156),'up-arrow':_0x468a0d(0x129),'down-arrow':_0x468a0d(0xa3),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x468a0d(0xb0),'quad-arrow':_0x468a0d(0x147),'left-right-up-arrow':_0x468a0d(0x155),'bent-arrow':'Mũi\x20tên\x20cong','uturn-arrow':_0x468a0d(0xd7),'left-up-arrow':_0x468a0d(0xed),'bent-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-right-arrow':_0x468a0d(0xfc),'curved-left-arrow':'Mũi\x20tên\x20cong\x20trái','curved-up-arrow':_0x468a0d(0x127),'curved-down-arrow':'Mũi\x20tên\x20cong\x20xuống','striped-right-arrow':_0x468a0d(0xce),'notched-right-arrow':_0x468a0d(0xbe),'home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':_0x468a0d(0xe1),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':_0x468a0d(0xa8),'left-arrow-callout':_0x468a0d(0x114),'up-arrow-callout':_0x468a0d(0x85),'left-right-arrow-callout':_0x468a0d(0x166),'quad-arrow-callout':_0x468a0d(0xfd),'circular-arrow':_0x468a0d(0xfa),'math-plus':_0x468a0d(0xaf),'math-minus':_0x468a0d(0xd0),'math-multiply':_0x468a0d(0x87),'math-divide':_0x468a0d(0xd6),'math-equal':_0x468a0d(0xf5),'math-not-equal':_0x468a0d(0xec),'flow-chart-process':_0x468a0d(0x161),'flow-chart-alternate-process':_0x468a0d(0x115),'flow-chart-decision':_0x468a0d(0x8b),'flow-chart-input-output':_0x468a0d(0xde),'flow-chart-predefined-process':_0x468a0d(0x7c),'flow-chart-internal-storage':_0x468a0d(0xe6),'flow-chart-document':_0x468a0d(0x148),'flow-chart-multidocument':_0x468a0d(0x117),'flow-chart-terminator':_0x468a0d(0xb4),'flow-chart-preparation':_0x468a0d(0xac),'flow-chart-manual-input':_0x468a0d(0x82),'flow-chart-manual-operation':_0x468a0d(0x102),'flow-chart-connector':_0x468a0d(0x77),'flow-chart-offpage-connector':_0x468a0d(0x139),'flow-chart-punched-card':'Thẻ\x20đục\x20lỗ','flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0x468a0d(0x86),'flow-chart-or':_0x468a0d(0x10e),'flow-chart-collate':_0x468a0d(0x137),'flow-chart-sort':_0x468a0d(0x7e),'flow-chart-extract':_0x468a0d(0x141),'flow-chart-merge':_0x468a0d(0x8d),'flow-chart-online-storage':_0x468a0d(0xa4),'flow-chart-delay':_0x468a0d(0xd3),'flow-chart-magnetic-tape':_0x468a0d(0xd4),'flow-chart-magnetic-disk':_0x468a0d(0x10b),'flow-chart-magnetic-drum':_0x468a0d(0x106),'flow-chart-display':_0x468a0d(0xbd),'irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x468a0d(0x13c),'star4':'Sao\x204\x20cánh','star5':_0x468a0d(0x16f),'star6':'Sao\x206\x20cánh','star7':'Sao\x207\x20cánh','star8':_0x468a0d(0xd8),'star10':_0x468a0d(0x91),'star12':_0x468a0d(0x12a),'star16':_0x468a0d(0x10d),'star24':_0x468a0d(0xc0),'star32':_0x468a0d(0xe9),'ribbon2':_0x468a0d(0xbf),'ribbon':_0x468a0d(0xcc),'ellipse-ribbon2':_0x468a0d(0x90),'ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':_0x468a0d(0xee),'horizontal-scroll':_0x468a0d(0xfe),'wave':_0x468a0d(0xe2),'double-wave':_0x468a0d(0x131),'wedge-rect-callout':_0x468a0d(0x11e),'wedge-round-rect-callout':_0x468a0d(0x14f),'wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0x468a0d(0x10a),'border-callout1':_0x468a0d(0xff),'border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':_0x468a0d(0x75),'accent-callout1':_0x468a0d(0x8f),'accent-callout2':_0x468a0d(0xe8),'accent-callout3':_0x468a0d(0x132),'callout1':_0x468a0d(0x150),'callout2':_0x468a0d(0x11a),'callout3':_0x468a0d(0x8e),'accent-border-callout1':_0x468a0d(0x79),'accent-border-callout2':_0x468a0d(0x98),'accent-border-callout3':_0x468a0d(0x109),'left-circular-arrow':_0x468a0d(0xf1),'left-right-circular-arrow':_0x468a0d(0x169),'swoosh-arrow':_0x468a0d(0xb6),'left-right-ribbon':_0x468a0d(0x9f),'pie-wedge':_0x468a0d(0xa0),'funnel':_0x468a0d(0x7f),'gear6':'Bánh\x20răng\x206','gear9':_0x468a0d(0x119),'corner-tabs':_0x468a0d(0x8c),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0x468a0d(0x158),'action-button-beginning':_0x468a0d(0xf0),'action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x468a0d(0xaa),'action-button-return':'Nút\x20hành\x20động:\x20Trở\x20lại','action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x468a0d(0x118),'action-button-help':_0x468a0d(0xb9),'action-button-blank':_0x468a0d(0x9c),'chart-plus':_0x468a0d(0x104),'chart-star':'Biểu\x20đồ\x20sao','chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0x468a0d(0xdf),'line-inv':_0x468a0d(0x14c),'plaque-tabs':_0x468a0d(0xa7),'square-tabs':_0x468a0d(0x88),'up-down-arrow-callout':_0x468a0d(0x94)}}}};module[_0x468a0d(0x7b)]=e;function _0x2c6c(_0xd4c4e7,_0x36d16c){_0xd4c4e7=_0xd4c4e7-0x75;const _0x593d76=_0x593d();let _0x2c6ce1=_0x593d76[_0xd4c4e7];return _0x2c6ce1;}function _0x593d(){const _0x4438fa=['Vừa','Sao\x205\x20cánh','Lưu\x20đồ','Chú\x20thích\x20đường\x20kẻ\x203','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.','Đầu\x20nối','Giữa','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Hình\x20chữ\x20nhật','exports','Quy\x20trình\x20xác\x20định\x20trước','Căn\x20trái','Sắp\x20xếp','Phễu','Lớn','Italic','Nhập\x20thủ\x20công','Cong','Lục\x20giác','Chú\x20thích\x20mũi\x20tên\x20lên','Điểm\x20nối\x20tổng','Dấu\x20nhân','Tab\x20vuông','Nét\x20đứt\x20dài\x20chấm','Đường\x20kẻ','Quyết\x20định','Tab\x20góc','Hợp\x20nhất','Chú\x20thích\x203','Chú\x20thích\x20nhấn\x20mạnh\x201','Ruy\x20băng\x20cong\x20lên','Sao\x2010\x20cánh','Tỷ\x20lệ\x20X','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Hình\x20dạng','Kiểu\x20mũi\x20tên\x20đầu','Xóa\x20hình\x20dạng','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Chú\x20thích','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Nút\x20hành\x20động:\x20Trống','Kích\x20thước\x20mũi\x20tên\x20cuối','Mặt\x20cười','Ruy\x20băng\x20trái\x20phải','Miếng\x20bánh','1674441QlrvLP','Kiểu\x20đầu\x20mút','Mũi\x20tên\x20xuống','Lưu\x20trữ\x20trực\x20tuyến','Thất\x20giác','Tròn','Tab\x20biển\x20hiệu','Chú\x20thích\x20mũi\x20tên\x20xuống','4782224ImNDZb','Nút\x20hành\x20động:\x20Thông\x20tin','Kiểu\x20nối\x20góc','Chuẩn\x20bị','Hình\x20cung\x20khối','Không','Dấu\x20cộng','Mũi\x20tên\x20lên\x20xuống','Hình\x20giọt\x20nước','Nét\x20đứt\x20dài\x20hai\x20chấm','Đường\x20thẳng','Kết\x20thúc','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Mũi\x20tên\x20lướt','Mở\x20bảng\x20hình\x20dạng','Text\x20Background\x20color','Nút\x20hành\x20động:\x20Trợ\x20giúp','Sọc\x20chéo','Tô\x20màu\x20gradient','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Hiển\x20thị','Mũi\x20tên\x20khía\x20phải','Ruy\x20băng\x20lên','Sao\x2024\x20cánh','211098uDIwHs','Hình\x20cơ\x20bản','Vị\x20trí\x20hình\x20dạng','Đường\x20nối\x20cong','Bù\x20trừ\x20Y','Mũi\x20tên\x20nhọn','Giảm\x20cỡ\x20chữ','Khung\x20một\x20nửa','56GMJxTN','Nét\x20đứt\x20chấm','14633620mpsXIo','Ruy\x20băng\x20xuống','Chèn\x20hình\x20dạng','Mũi\x20tên\x20sọc\x20phải','Trái','Dấu\x20trừ','Hình\x20cung','Hình\x20thang','Trì\x20hoãn','Băng\x20từ','Vát','Dấu\x20chia','Mũi\x20tên\x20quay\x20đầu','Sao\x208\x20cánh','Hình\x20công\x20thức','Strikethrough','Trên\x20trái','Sao\x20và\x20Biểu\x20ngữ','2uIAapL','Dữ\x20liệu','Lưu\x20trữ\x20ngoại\x20tuyến','Mũi\x20tên','Hình\x20chữ\x20V','Sóng','Hình\x20quạt','Dưới\x20phải','Chuyển\x20đổi\x20lật\x20ngang','Lưu\x20trữ\x20nội\x20bộ','Đám\x20mây','Chú\x20thích\x20nhấn\x20mạnh\x202','Sao\x2032\x20cánh','Căn\x20phải','Đường\x20viền\x20gradient','Dấu\x20khác','Mũi\x20tên\x20trái\x20lên','Cuộn\x20dọc','Màu\x20ô','Nút\x20hành\x20động:\x20Bắt\x20đầu','Mũi\x20tên\x20tròn\x20trái','Liền','Hình\x20bình\x20hành','Ngoặc\x20vuông\x20trái','Dấu\x20bằng','Đường\x20viền','Đường\x20nối\x20khuỷu','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Trên\x20phải','Mũi\x20tên\x20tròn','Định\x20dạng\x20hình\x20dạng','Mũi\x20tên\x20cong\x20phải','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Cuộn\x20ngang','Chú\x20thích\x20đường\x20kẻ\x201','Cặp\x20ngoặc\x20nhọn','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Thao\x20tác\x20thủ\x20công','Vẽ\x20tay','Biểu\x20đồ\x20cộng','Bold','Trống\x20từ','Mũi\x20tên\x20khối','Cỡ\x20chữ','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Chú\x20thích\x20đám\x20mây','Đĩa\x20từ','Hình\x20lập\x20phương','Sao\x2016\x20cánh','Hoặc','Kích\x20thước\x20mũi\x20tên\x20đầu','Tăng\x20cỡ\x20chữ','Thập\x20giác','Biển\x20cấm\x20hút\x20thuốc','Ẩn\x20bảng\x20hình\x20dạng','Chú\x20thích\x20mũi\x20tên\x20trái','Quy\x20trình\x20thay\x20thế','Đặt\x20lại\x20màu','Đa\x20tài\x20liệu','Nút\x20hành\x20động:\x20Âm\x20thanh','Bánh\x20răng\x209','Chú\x20thích\x202','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Vuông','Tô\x20màu\x20đặc','Chú\x20thích\x20hình\x20chữ\x20nhật','Mặt\x20trời','Mũi\x20tên\x20phải','Căn\x20giữa','Justify','6913557guqvLZ','Không\x20tô','Nét\x20đứt','Căn\x20trên','Mũi\x20tên\x20cong\x20lên','Mũi\x20tên\x20đường\x20thẳng','Mũi\x20tên\x20lên','Sao\x2012\x20cánh','Chấm\x20tròn','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Ngoặc\x20nhọn\x20phải','Align\x20Right','65LtNetm','Tia\x20sét','Sóng\x20đôi','Chú\x20thích\x20nhấn\x20mạnh\x203','Hình\x20trụ','Tam\x20giác\x20cân','Đường\x20viền\x20liền','Cặp\x20ngoặc\x20vuông','Đối\x20chiếu','Chèn...','Đầu\x20nối\x20khác\x20trang','Màu\x20sắc','Góc\x20thư\x20mục','Hình\x20nổ\x202','Phẳng','Ngoặc\x20vuông\x20phải','Mặt\x20trăng','Dưới','Trích\x20xuất','Align\x20Left','Lát\x20ảnh\x20làm\x20kết\x20cấu','Xoay\x20cùng\x20hình\x20dạng','Căn\x20ngang','3896826Npnftb','Mũi\x20tên\x20bốn\x20chiều','Tài\x20liệu','Ngũ\x20giác','Hình\x20thang\x20không\x20cân','Mũi\x20tên\x20kim\x20cương','Đường\x20ngược','Cắt\x20theo\x20hình\x20dạng','Hình\x20elip','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Chú\x20thích\x201','Mũi\x20tên\x20hở','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Nét\x20đứt\x20dài','Kiểu\x20nét\x20đứt','Mũi\x20tên\x20trái\x20phải\x20lên','Mũi\x20tên\x20trái','Tỷ\x20lệ\x20Y','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Nhỏ','Kiểu\x20hình\x20dạng','Tô\x20màu','Hình\x20bánh\x20rán','Nguồn\x20ảnh','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Hình\x20chữ\x20L','Hộp\x20văn\x20bản\x20ngang','Quy\x20trình','Hình\x20vát','Align\x20Center','Kiểu\x20mũi\x20tên\x20cuối','Mũi\x20tên\x20hình\x20bầu\x20dục','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Ngoặc\x20nhọn\x20trái','Trên','Mũi\x20tên\x20tròn\x20trái\x20phải','Hộp\x20văn\x20bản\x20dọc','Thập\x20nhị\x20giác','724163JhSFRW','Không\x20có'];_0x593d=function(){return _0x4438fa;};return _0x593d();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x35b8(){const _0x3762a4=['菱形箭头','重置颜色','十边形','箭头:环形','牌匾标签','渐变线','箭头:上弧形','左上对齐','左下对齐','草绘样式','星形:十角','标注:左箭头','箭头:虚尾','偏移量\x20X','标注:弯曲线形','矩形:一个圆顶角,剪去另一个顶角','流程图:延期','逆时针90度旋转','圆柱形','平行四边形','标注:十字箭头','流程图:磁盘','星形:七角','终点箭头大小','空心弧','方形标签','图片源','左中括号','标注:双弯曲线形','返回按钮','声音按钮','卷形:垂直','等腰三角形','流程图:终止','结束按钮','标注:双弯曲线形(无边框)','标注:左右箭头','图片或纹理填充','双箭头折线','返回/上一个按钮','饼形楔','199142bqAuOZ','星形:十二角','基本形状','流程图:决策','对齐方式','流程图:预定义过程','图案填充','箭头:左','圆角矩形','联接类型','流程图:离线存储','标注:线形(带边框和强调线)','禁止符','端点类型','电影按钮','箭头:下弧形','带形:前凸弯','流程图:资料带','带形:前凸','9rCxhZE','左右圆形箭头','起点箭头大小','星形:二十四角','流程图:摘录','半闭框','长划线','五边形','1320066IAloYl','无线条','长划线-点','左大括号','标注:弯曲线形(带强调线)','帮助按钮','纵向文本框','短划线','直线箭头','与形状一起旋转','流程图:数据','标注:双弯曲线形(带强调线)','流程图:排序','流程图:汇总连接','箭头:V型','星形:四角','流程图:顺序访问存储器','爆炸形:8pt','矩形:圆顶角','15ffmtCM','缺角矩形','箭头:右','线反向','对话气泡:圆形','水平对齐','标注:线形(无边框)','长划线-点-点','9齿齿轮','星形:五角','箭头:手杖形','带形:上凸','箭头:十字','左对齐','将图片平铺为纹理','双箭头曲线','太阳形','短划线-点','箭头:圆角右','流程图:对照','开放箭头','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','流程图:离页连接符','流程图:卡片','公式形状','删除形状','流程图:接点','双波形','裁剪为形状','格式化形状','6258516vGzUDl','中间对齐','增大字号','顺时针90度旋转','双括号','爆炸形:14pt','对话气泡:圆角矩形','透明度','流程图:或者','矩形:折角','星形:六角','底部对齐','形状样式','图文框','流程图:存储数据','右中括号','标注:弯曲线形(无边框)','箭头:燕尾形','曲线:箭头','无填充','居中对齐','起点箭头类型','流程图:文档','标注:右箭头','右大括号','六边形','流程图:多文档','圆:空心','文档按钮','主页按钮','exports','上下箭头标注','七边形','矩形:剪去顶角','箭头:右弧形','立方体','箭头:直角双向','矩形:单圆角','流程图:手动输入','5377872PXtMEn','流程图:直接访问存储器','14TEKzHF','标注:双弯曲线形(带边框和强调线)','卷形:水平','渐变填充','箭头:下','闪电形','箭头:丁字','顶部对齐','星形:三十二角','矩形:棱台','1559972sxOeXc','流程图:显示','标注:上箭头','隐藏形状面板','八边形','不完整圆','右对齐','流程图:合并','非等腰梯形','剪去单角矩形','双箭头直线','椭圆箭头','右上对齐','星与旗帜','纯色填充','箭头:左弧形','左右带形','7447360JDNVxr','1325851CELZjf','单元格颜色','横向文本框','双大括号','前进/下一个按钮','流程图:手动操作'];_0x35b8=function(){return _0x3762a4;};return _0x35b8();}const _0x37ff94=_0x1866;(function(_0x45b11b,_0x49b312){const _0x5895d7=_0x1866,_0x418c5c=_0x45b11b();while(!![]){try{const _0xffcde5=parseInt(_0x5895d7(0xbe))/0x1+-parseInt(_0x5895d7(0xed))/0x2*(parseInt(_0x5895d7(0x100))/0x3)+-parseInt(_0x5895d7(0xac))/0x4*(-parseInt(_0x5895d7(0x11b))/0x5)+-parseInt(_0x5895d7(0x139))/0x6+parseInt(_0x5895d7(0x162))/0x7*(-parseInt(_0x5895d7(0x160))/0x8)+parseInt(_0x5895d7(0x108))/0x9+parseInt(_0x5895d7(0xbd))/0xa;if(_0xffcde5===_0x49b312)break;else _0x418c5c['push'](_0x418c5c['shift']());}catch(_0x559ba4){_0x418c5c['push'](_0x418c5c['shift']());}}}(_0x35b8,0xab22d));function _0x1866(_0x30fcbd,_0x82e549){_0x30fcbd=_0x30fcbd-0xaa;const _0x35b8ef=_0x35b8();let _0x1866d8=_0x35b8ef[_0x30fcbd];return _0x1866d8;}const e={'sheets-shape-ui':{'align':{'top':_0x37ff94(0x169),'middle':_0x37ff94(0x14d),'bottom':_0x37ff94(0x144),'left':_0x37ff94(0x128),'center':_0x37ff94(0x13a),'right':'右对齐'},'toolbar':{'verticalAlignMode':{'main':'垂直对齐'},'horizontalAlignMode':{'main':_0x37ff94(0x120)},'fillColor':{'main':_0x37ff94(0xbf)},'fontSize':'字号','fontSizeIncrease':_0x37ff94(0x13b),'fontSizeDecrease':'减小字号','resetColor':_0x37ff94(0xc5)},'imagePanel':{'crop':{'shape':_0x37ff94(0x137)}},'permission':{'editErr':_0x37ff94(0x130)},'title':'形状','insertShape':'插入形状','openPanel':'打开形状面板','deleteShape':_0x37ff94(0x134),'hidePanel':_0x37ff94(0xaf),'formatShape':_0x37ff94(0x138),'shapeStyle':_0x37ff94(0x145),'shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':'切换垂直翻转','rotateRight90':_0x37ff94(0x13c),'rotateLeft90':_0x37ff94(0xd5),'toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':_0x37ff94(0x14c),'solidFill':_0x37ff94(0xba),'gradientFill':_0x37ff94(0x165),'pictureFill':_0x37ff94(0xe9),'patternFill':_0x37ff94(0xf3),'color':'颜色','transparency':_0x37ff94(0x140),'picture':{'source':_0x37ff94(0xde),'insert':'插入...','tileAsTexture':_0x37ff94(0x129),'offsetX':_0x37ff94(0xd1),'offsetY':'偏移量\x20Y','scaleX':'刻度\x20X','scaleY':'刻度\x20Y','alignment':_0x37ff94(0xf1),'rotateWithShape':_0x37ff94(0x111),'align':{'tl':_0x37ff94(0xcb),'t':'顶部对齐','tr':_0x37ff94(0xb8),'l':_0x37ff94(0x128),'ctr':'居中对齐','r':_0x37ff94(0xb2),'bl':_0x37ff94(0xcc),'b':_0x37ff94(0x144),'br':'右下对齐'}}},'line':{'title':'线条','noLine':_0x37ff94(0x109),'solidLine':'实线','gradientLine':_0x37ff94(0xc9),'color':'颜色','transparency':_0x37ff94(0x140),'width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x37ff94(0x10f),'dashDot':_0x37ff94(0x12c),'longDash':_0x37ff94(0x106),'longDashDot':_0x37ff94(0x10a),'longDashDotDot':_0x37ff94(0x122)},'capType':{'title':_0x37ff94(0xfa),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x37ff94(0xf6),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x37ff94(0x14e),'beginArrowSize':_0x37ff94(0x102),'endArrowType':'终点箭头类型','endArrowSize':_0x37ff94(0xdb),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x37ff94(0x12f),'stealthArrow':'隐形箭头','diamondArrow':_0x37ff94(0xc4),'ovalArrow':_0x37ff94(0xb7)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x37ff94(0xcd),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x37ff94(0xef),'blockArrow':'箭头总汇','equationShape':_0x37ff94(0x133),'flowchart':'流程图','starAndBanner':_0x37ff94(0xb9),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x37ff94(0x110),'straight-connector2':_0x37ff94(0xb6),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':_0x37ff94(0xea),'curved-connector3':'曲线','curved-connector3-arrow1':_0x37ff94(0x14b),'curved-connector3-arrow2':_0x37ff94(0x12a),'rect':'矩形','round-rect':_0x37ff94(0xf5),'snip1-rect':_0x37ff94(0xb5),'snip2-same-rect':_0x37ff94(0x15a),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x37ff94(0xd3),'round1-rect':_0x37ff94(0x15e),'round2-same-rect':_0x37ff94(0x11a),'round2-diag-rect':'矩形:对角圆角','rect-textbox-horizontal':_0x37ff94(0xc0),'rect-textbox-vertical':_0x37ff94(0x10e),'ellipse':'椭圆','triangle':_0x37ff94(0xe4),'rt-triangle':'直角三角形','parallelogram':_0x37ff94(0xd7),'trapezoid':'梯形','non-isosceles-trapezoid':_0x37ff94(0xb4),'diamond':'菱形','pentagon':'五边形','hexagon':_0x37ff94(0x152),'heptagon':_0x37ff94(0x159),'octagon':_0x37ff94(0xb0),'decagon':_0x37ff94(0xc6),'dodecagon':'十二边形','pie':_0x37ff94(0xb1),'chord':'弦形','teardrop':'泪滴形','frame':_0x37ff94(0x146),'half-frame':_0x37ff94(0x105),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x37ff94(0x11c),'can':_0x37ff94(0xd6),'cube':_0x37ff94(0x15c),'bevel':_0x37ff94(0xab),'donut':_0x37ff94(0x154),'no-smoking':_0x37ff94(0xf9),'block-arc':_0x37ff94(0xdc),'folder-corner':_0x37ff94(0x142),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x37ff94(0x167),'sun':_0x37ff94(0x12b),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':_0x37ff94(0x13d),'brace-pair':_0x37ff94(0xc1),'left-bracket':_0x37ff94(0xdf),'right-bracket':_0x37ff94(0x148),'left-brace':_0x37ff94(0x10b),'right-brace':_0x37ff94(0x151),'right-arrow':_0x37ff94(0x11d),'left-arrow':_0x37ff94(0xf4),'up-arrow':'箭头:上','down-arrow':_0x37ff94(0x166),'left-right-arrow':'箭头:左右','up-down-arrow':'箭头:上下','quad-arrow':_0x37ff94(0x127),'left-right-up-arrow':_0x37ff94(0x168),'bent-arrow':_0x37ff94(0x12d),'uturn-arrow':_0x37ff94(0x125),'left-up-arrow':_0x37ff94(0x15d),'bent-up-arrow':'箭头:直角上','curved-right-arrow':_0x37ff94(0x15b),'curved-left-arrow':_0x37ff94(0xbb),'curved-up-arrow':_0x37ff94(0xca),'curved-down-arrow':_0x37ff94(0xfc),'striped-right-arrow':_0x37ff94(0xd0),'notched-right-arrow':_0x37ff94(0x14a),'home-plate':_0x37ff94(0x107),'chevron':_0x37ff94(0x116),'right-arrow-callout':_0x37ff94(0x150),'down-arrow-callout':'标注:下箭头','left-arrow-callout':_0x37ff94(0xcf),'up-arrow-callout':_0x37ff94(0xae),'left-right-arrow-callout':_0x37ff94(0xe8),'quad-arrow-callout':_0x37ff94(0xd8),'circular-arrow':_0x37ff94(0xc7),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':'流程图:过程','flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x37ff94(0xf0),'flow-chart-input-output':_0x37ff94(0x112),'flow-chart-predefined-process':_0x37ff94(0xf2),'flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':_0x37ff94(0x14f),'flow-chart-multidocument':_0x37ff94(0x153),'flow-chart-terminator':_0x37ff94(0xe5),'flow-chart-preparation':'流程图:准备','flow-chart-manual-input':_0x37ff94(0x15f),'flow-chart-manual-operation':_0x37ff94(0xc3),'flow-chart-connector':_0x37ff94(0x135),'flow-chart-offpage-connector':_0x37ff94(0x131),'flow-chart-punched-card':_0x37ff94(0x132),'flow-chart-punched-tape':_0x37ff94(0xfe),'flow-chart-summing-junction':_0x37ff94(0x115),'flow-chart-or':_0x37ff94(0x141),'flow-chart-collate':_0x37ff94(0x12e),'flow-chart-sort':_0x37ff94(0x114),'flow-chart-extract':_0x37ff94(0x104),'flow-chart-merge':_0x37ff94(0xb3),'flow-chart-online-storage':_0x37ff94(0x147),'flow-chart-delay':_0x37ff94(0xd4),'flow-chart-magnetic-tape':_0x37ff94(0x118),'flow-chart-magnetic-disk':_0x37ff94(0xd9),'flow-chart-magnetic-drum':_0x37ff94(0x161),'flow-chart-display':_0x37ff94(0xad),'irregular-seal1':_0x37ff94(0x119),'irregular-seal2':_0x37ff94(0x13e),'star4':_0x37ff94(0x117),'star5':_0x37ff94(0x124),'star6':_0x37ff94(0x143),'star7':_0x37ff94(0xda),'star8':'星形:八角','star10':_0x37ff94(0xce),'star12':_0x37ff94(0xee),'star16':'星形:十六角','star24':_0x37ff94(0x103),'star32':_0x37ff94(0xaa),'ribbon2':_0x37ff94(0x126),'ribbon':_0x37ff94(0xff),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x37ff94(0xfd),'vertical-scroll':_0x37ff94(0xe3),'horizontal-scroll':_0x37ff94(0x164),'wave':'波形','double-wave':_0x37ff94(0x136),'wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':_0x37ff94(0x13f),'wedge-ellipse-callout':_0x37ff94(0x11f),'cloud-callout':'气泡:云','border-callout1':'标注:线形','border-callout2':_0x37ff94(0xd2),'border-callout3':_0x37ff94(0xe0),'accent-callout1':'标注:线形(带强调线)','accent-callout2':_0x37ff94(0x10c),'accent-callout3':_0x37ff94(0x113),'callout1':_0x37ff94(0x121),'callout2':_0x37ff94(0x149),'callout3':_0x37ff94(0xe7),'accent-border-callout1':_0x37ff94(0xf8),'accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x37ff94(0x163),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x37ff94(0x101),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x37ff94(0xbc),'pie-wedge':_0x37ff94(0xec),'funnel':'漏斗','gear6':'6齿齿轮','gear9':_0x37ff94(0x123),'corner-tabs':'角标','action-button-back-previous':_0x37ff94(0xeb),'action-button-forward-next':_0x37ff94(0xc2),'action-button-beginning':'开始按钮','action-button-end':_0x37ff94(0xe6),'action-button-home':_0x37ff94(0x156),'action-button-information':'信息按钮','action-button-return':_0x37ff94(0xe1),'action-button-movie':_0x37ff94(0xfb),'action-button-document':_0x37ff94(0x155),'action-button-sound':_0x37ff94(0xe2),'action-button-help':_0x37ff94(0x10d),'action-button-blank':'空白按钮','chart-plus':'图表加号','chart-star':'图表星号','chart-x':'图表X','flow-chart-offline-storage':_0x37ff94(0xf7),'line-inv':_0x37ff94(0x11e),'plaque-tabs':_0x37ff94(0xc8),'square-tabs':_0x37ff94(0xdd),'up-down-arrow-callout':_0x37ff94(0x158)}}}};module[_0x37ff94(0x157)]=e;
|
|
1
|
+
const _0x1a21bd=_0x14f2;(function(_0x2756cd,_0x1a96ec){const _0x3d6f73=_0x14f2,_0x524aaf=_0x2756cd();while(!![]){try{const _0x583116=-parseInt(_0x3d6f73(0xfe))/0x1+-parseInt(_0x3d6f73(0xa4))/0x2*(-parseInt(_0x3d6f73(0x7b))/0x3)+-parseInt(_0x3d6f73(0x8e))/0x4*(-parseInt(_0x3d6f73(0xe9))/0x5)+-parseInt(_0x3d6f73(0x6d))/0x6+parseInt(_0x3d6f73(0x83))/0x7*(-parseInt(_0x3d6f73(0xc1))/0x8)+parseInt(_0x3d6f73(0x76))/0x9+-parseInt(_0x3d6f73(0x71))/0xa;if(_0x583116===_0x1a96ec)break;else _0x524aaf['push'](_0x524aaf['shift']());}catch(_0x319f8a){_0x524aaf['push'](_0x524aaf['shift']());}}}(_0x37d4,0x58204));const e={'sheets-shape-ui':{'align':{'top':_0x1a21bd(0x10c),'middle':_0x1a21bd(0x9f),'bottom':_0x1a21bd(0xe3),'left':_0x1a21bd(0x8f),'center':'中间对齐','right':'右对齐'},'toolbar':{'verticalAlignMode':{'main':_0x1a21bd(0x85)},'horizontalAlignMode':{'main':_0x1a21bd(0x7d)},'fillColor':{'main':_0x1a21bd(0xf3)},'fontSize':'字号','fontSizeIncrease':'增大字号','fontSizeDecrease':'减小字号','alignLeft':_0x1a21bd(0x8f),'alignCenter':_0x1a21bd(0x9f),'alignRight':_0x1a21bd(0xc4),'alignJustify':_0x1a21bd(0xd3),'bold':'加粗','italic':'斜体','underline':_0x1a21bd(0xff),'strikethrough':'删除线','textColor':_0x1a21bd(0xbe),'textBackgroundColor':_0x1a21bd(0xe1),'resetColor':_0x1a21bd(0xaf)},'imagePanel':{'crop':{'shape':_0x1a21bd(0xbf)}},'permission':{'editErr':_0x1a21bd(0x100)},'title':'形状','insertShape':_0x1a21bd(0x7e),'openPanel':'打开形状面板','deleteShape':'删除形状','hidePanel':_0x1a21bd(0x11b),'formatShape':_0x1a21bd(0xee),'shapeStyle':'形状样式','shapePosition':_0x1a21bd(0xe0),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x1a21bd(0xa2),'rotateRight90':_0x1a21bd(0xc7),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':_0x1a21bd(0xd4),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x1a21bd(0xf5),'color':'颜色','transparency':_0x1a21bd(0xa5),'picture':{'source':_0x1a21bd(0x10d),'insert':'插入...','tileAsTexture':_0x1a21bd(0x113),'offsetX':_0x1a21bd(0x81),'offsetY':_0x1a21bd(0xd1),'scaleX':_0x1a21bd(0xef),'scaleY':'刻度\x20Y','alignment':_0x1a21bd(0xf8),'rotateWithShape':_0x1a21bd(0x7a),'align':{'tl':_0x1a21bd(0xfd),'t':_0x1a21bd(0x10c),'tr':_0x1a21bd(0x107),'l':_0x1a21bd(0x8f),'ctr':_0x1a21bd(0x9f),'r':_0x1a21bd(0xc4),'bl':_0x1a21bd(0x109),'b':_0x1a21bd(0xe3),'br':_0x1a21bd(0x115)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':_0x1a21bd(0xe8),'color':'颜色','transparency':_0x1a21bd(0xa5),'width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':'短划线-点','longDash':_0x1a21bd(0x92),'longDashDot':_0x1a21bd(0x74),'longDashDotDot':_0x1a21bd(0xe7)},'capType':{'title':_0x1a21bd(0x96),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x1a21bd(0xb1),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':_0x1a21bd(0xa0),'endArrowType':_0x1a21bd(0xf9),'endArrowSize':_0x1a21bd(0xd7),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x1a21bd(0xe5),'stealthArrow':_0x1a21bd(0x8d),'diamondArrow':'菱形箭头','ovalArrow':_0x1a21bd(0xc0)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1a21bd(0x9a),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x1a21bd(0x118),'blockArrow':_0x1a21bd(0xe4),'equationShape':_0x1a21bd(0xc9),'flowchart':_0x1a21bd(0xb9),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x1a21bd(0xdc),'straight-connector2':_0x1a21bd(0xc2),'bent-connector3':'折线','bent-connector3-arrow1':_0x1a21bd(0x95),'bent-connector3-arrow2':_0x1a21bd(0x98),'curved-connector3':'曲线','curved-connector3-arrow1':_0x1a21bd(0x80),'curved-connector3-arrow2':_0x1a21bd(0x10a),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':'剪去单角矩形','snip2-same-rect':_0x1a21bd(0xec),'snip2-diag-rect':_0x1a21bd(0xb7),'snip-round-rect':_0x1a21bd(0xa1),'round1-rect':_0x1a21bd(0x11a),'round2-same-rect':_0x1a21bd(0xaa),'round2-diag-rect':_0x1a21bd(0xca),'rect-textbox-horizontal':_0x1a21bd(0xb8),'rect-textbox-vertical':_0x1a21bd(0x91),'ellipse':'椭圆','triangle':_0x1a21bd(0xc8),'rt-triangle':_0x1a21bd(0xa9),'parallelogram':_0x1a21bd(0xf7),'trapezoid':'梯形','non-isosceles-trapezoid':_0x1a21bd(0xdd),'diamond':'菱形','pentagon':_0x1a21bd(0xea),'hexagon':_0x1a21bd(0xf4),'heptagon':_0x1a21bd(0x9e),'octagon':_0x1a21bd(0xad),'decagon':_0x1a21bd(0x116),'dodecagon':_0x1a21bd(0x72),'pie':'不完整圆','chord':'弦形','teardrop':_0x1a21bd(0xf6),'frame':_0x1a21bd(0xa6),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x1a21bd(0xb4),'plaque':_0x1a21bd(0x93),'can':_0x1a21bd(0xbc),'cube':_0x1a21bd(0x104),'bevel':_0x1a21bd(0x112),'donut':'圆:空心','no-smoking':_0x1a21bd(0xeb),'block-arc':_0x1a21bd(0x87),'folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x1a21bd(0xcd),'sun':'太阳形','moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':_0x1a21bd(0xd2),'brace-pair':_0x1a21bd(0x7f),'left-bracket':'左中括号','right-bracket':_0x1a21bd(0xc6),'left-brace':'左大括号','right-brace':'右大括号','right-arrow':'箭头:右','left-arrow':_0x1a21bd(0x88),'up-arrow':_0x1a21bd(0xcf),'down-arrow':'箭头:下','left-right-arrow':'箭头:左右','up-down-arrow':_0x1a21bd(0x82),'quad-arrow':_0x1a21bd(0x8b),'left-right-up-arrow':_0x1a21bd(0xf0),'bent-arrow':_0x1a21bd(0x117),'uturn-arrow':'箭头:手杖形','left-up-arrow':'箭头:直角双向','bent-up-arrow':_0x1a21bd(0xb6),'curved-right-arrow':_0x1a21bd(0xe2),'curved-left-arrow':_0x1a21bd(0x9b),'curved-up-arrow':_0x1a21bd(0x6c),'curved-down-arrow':_0x1a21bd(0xac),'striped-right-arrow':'箭头:虚尾','notched-right-arrow':_0x1a21bd(0x10b),'home-plate':'五边形','chevron':'箭头:V型','right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x1a21bd(0x6f),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x1a21bd(0xb0),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x1a21bd(0xa3),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x1a21bd(0xdb),'flow-chart-process':_0x1a21bd(0x8a),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x1a21bd(0x97),'flow-chart-predefined-process':_0x1a21bd(0x70),'flow-chart-internal-storage':_0x1a21bd(0xc3),'flow-chart-document':'流程图:文档','flow-chart-multidocument':_0x1a21bd(0x94),'flow-chart-terminator':_0x1a21bd(0xb3),'flow-chart-preparation':_0x1a21bd(0xae),'flow-chart-manual-input':_0x1a21bd(0xcc),'flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':'流程图:接点','flow-chart-offpage-connector':_0x1a21bd(0xe6),'flow-chart-punched-card':'流程图:卡片','flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':_0x1a21bd(0xc5),'flow-chart-or':_0x1a21bd(0x119),'flow-chart-collate':_0x1a21bd(0x6e),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x1a21bd(0xfc),'flow-chart-merge':_0x1a21bd(0xed),'flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x1a21bd(0xb2),'flow-chart-magnetic-tape':_0x1a21bd(0xcb),'flow-chart-magnetic-disk':_0x1a21bd(0xab),'flow-chart-magnetic-drum':_0x1a21bd(0xfa),'flow-chart-display':_0x1a21bd(0x103),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x1a21bd(0x77),'star4':_0x1a21bd(0x10e),'star5':'星形:五角','star6':_0x1a21bd(0x8c),'star7':'星形:七角','star8':_0x1a21bd(0x9d),'star10':_0x1a21bd(0xd9),'star12':_0x1a21bd(0xd5),'star16':_0x1a21bd(0x114),'star24':_0x1a21bd(0x86),'star32':_0x1a21bd(0x108),'ribbon2':'带形:上凸','ribbon':_0x1a21bd(0x105),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x1a21bd(0xd6),'vertical-scroll':_0x1a21bd(0x89),'horizontal-scroll':_0x1a21bd(0x73),'wave':'波形','double-wave':_0x1a21bd(0x78),'wedge-rect-callout':_0x1a21bd(0x9c),'wedge-round-rect-callout':_0x1a21bd(0xda),'wedge-ellipse-callout':_0x1a21bd(0xb5),'cloud-callout':'气泡:云','border-callout1':'标注:线形','border-callout2':_0x1a21bd(0xde),'border-callout3':_0x1a21bd(0xbb),'accent-callout1':_0x1a21bd(0x111),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x1a21bd(0xa7),'callout1':'标注:线形(无边框)','callout2':_0x1a21bd(0x90),'callout3':_0x1a21bd(0x10f),'accent-border-callout1':_0x1a21bd(0x106),'accent-border-callout2':_0x1a21bd(0xf1),'accent-border-callout3':_0x1a21bd(0xa8),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x1a21bd(0xba),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x1a21bd(0xce),'pie-wedge':_0x1a21bd(0xbd),'funnel':'漏斗','gear6':'6齿齿轮','gear9':'9齿齿轮','corner-tabs':'角标','action-button-back-previous':_0x1a21bd(0xdf),'action-button-forward-next':'前进/下一个按钮','action-button-beginning':_0x1a21bd(0xf2),'action-button-end':'结束按钮','action-button-home':_0x1a21bd(0xd8),'action-button-information':_0x1a21bd(0x102),'action-button-return':_0x1a21bd(0x75),'action-button-movie':_0x1a21bd(0x110),'action-button-document':'文档按钮','action-button-sound':'声音按钮','action-button-help':'帮助按钮','action-button-blank':_0x1a21bd(0x79),'chart-plus':_0x1a21bd(0x99),'chart-star':_0x1a21bd(0x7c),'chart-x':_0x1a21bd(0xfb),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x1a21bd(0xd0),'plaque-tabs':_0x1a21bd(0x101),'square-tabs':'方形标签','up-down-arrow-callout':_0x1a21bd(0x84)}}}};function _0x14f2(_0x2e0ca0,_0x575c99){_0x2e0ca0=_0x2e0ca0-0x6c;const _0x37d49d=_0x37d4();let _0x14f2a4=_0x37d49d[_0x2e0ca0];return _0x14f2a4;}module['exports']=e;function _0x37d4(){const _0x426a40=['切换垂直翻转','箭头:环形','132086tWgFOH','透明度','图文框','标注:双弯曲线形(带强调线)','标注:双弯曲线形(带边框和强调线)','直角三角形','矩形:圆顶角','流程图:磁盘','箭头:下弧形','八边形','流程图:准备','重置颜色','标注:上箭头','联接类型','流程图:延期','流程图:终止','十字形','对话气泡:圆形','箭头:直角上','矩形:剪去对角','横向文本框','流程图','左右圆形箭头','标注:双弯曲线形','圆柱形','饼形楔','文字颜色','裁剪为形状','椭圆箭头','8464ZeVwce','双箭头直线','流程图:内部贮存','右对齐','流程图:汇总连接','右中括号','顺时针90度旋转','等腰三角形','公式形状','矩形:对角圆角','流程图:顺序访问存储器','流程图:手动输入','闪电形','左右带形','箭头:上','线反向','偏移量\x20Y','双括号','两端对齐','无颜色','星形:十二角','带形:前凸弯','终点箭头大小','主页按钮','星形:十角','对话气泡:圆角矩形','不等号','直线箭头','非等腰梯形','标注:弯曲线形','返回/上一个按钮','形状位置','文字背景颜色','箭头:右弧形','底部对齐','箭头总汇','开放箭头','流程图:离页连接符','长划线-点-点','渐变线','3049615aDJDiq','五边形','禁止符','矩形:剪去顶角','流程图:合并','格式化形状','刻度\x20X','箭头:丁字','标注:弯曲线形(带边框和强调线)','开始按钮','单元格颜色','六边形','图案填充','泪滴形','平行四边形','对齐方式','终点箭头类型','流程图:直接访问存储器','图表X','流程图:摘录','左上对齐','182314dDIrOr','下划线','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','牌匾标签','信息按钮','流程图:显示','立方体','带形:前凸','标注:线形(带边框和强调线)','右上对齐','星形:三十二角','左下对齐','双箭头曲线','箭头:燕尾形','顶部对齐','图片源','星形:四角','标注:双弯曲线形(无边框)','电影按钮','标注:线形(带强调线)','矩形:棱台','将图片平铺为纹理','星形:十六角','右下对齐','十边形','箭头:圆角右','基本形状','流程图:或者','矩形:单圆角','隐藏形状面板','箭头:上弧形','3055710ujfnfc','流程图:对照','标注:下箭头','流程图:预定义过程','1681390skbUYj','十二边形','卷形:水平','长划线-点','返回按钮','4194378BWTFCt','爆炸形:14pt','双波形','空白按钮','与形状一起旋转','27tBhifM','图表星号','水平对齐','插入形状','双大括号','曲线:箭头','偏移量\x20X','箭头:上下','2975uoLxKu','上下箭头标注','垂直对齐','星形:二十四角','空心弧','箭头:左','卷形:垂直','流程图:过程','箭头:十字','星形:六角','隐形箭头','4oiNVNI','左对齐','标注:弯曲线形(无边框)','纵向文本框','长划线','缺角矩形','流程图:多文档','折线:箭头','端点类型','流程图:数据','双箭头折线','图表加号','草绘样式','箭头:左弧形','对话气泡:矩形','星形:八角','七边形','居中对齐','起点箭头大小','矩形:一个圆顶角,剪去另一个顶角'];_0x37d4=function(){return _0x426a40;};return _0x37d4();}
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2311(_0x36b1ae,_0x5a9ab1){_0x36b1ae=_0x36b1ae-0xef;const _0x559658=_0x5596();let _0x23117f=_0x559658[_0x36b1ae];return _0x23117f;}const _0x319b20=_0x2311;function _0x5596(){const _0x4e8057=['半閉框','星形:四角','3368pdChqF','標註:雙彎曲線形','雙大括號','標註:線形(帶邊框和強調線)','置中對齊','1563588iOljSu','矩形:剪去頂角','水平對齊','結束按鈕','391004fHMOjI','逆時針\x2090\x20度旋轉','平行四邊形','虛線-點','流程圖:順序訪問存儲器','右中括號','流程圖:數據','矩形:對角圓角','幫助按鈕','左下對齊','起點箭頭大小','非等腰梯形','插入形狀','標註:線形','左右帶形','6齒齒輪','左圓形箭頭','15NJSQWz','靠右對齊','流程圖:延期','圖表星號','矩形:單圓角','牌匾標籤','流程圖:手動操作','圓角矩形','標註:線形(無邊框)','起點箭頭類型','箭頭:丁字','漸層填充','偏移量\x20Y','對齊方式','星與旗幟','空白按鈕','流程圖:離線存儲','星形:三十二角','exports','2429EMZzGh','公式形狀','底部對齊','直線箭頭','虛線類型','標註:左右箭頭','箭頭:右','電影按鈕','流程圖','裁切為形狀','等腰三角形','隱形箭頭','箭頭:下','彎曲箭頭','590088zljRhA','矩形:棱台','箭頭:上','箭頭:左右','左對齊','流程圖:終止','流程圖:磁盤','線反向','八邊形','基本形狀','爆炸形:8pt','卷形:水平','流程圖:離頁連接符','切換水平翻轉','閃電形','流程圖:摘錄','格式化形狀','不完整圓','右上對齊','五邊形','箭頭總匯','帶形:前凸彎','新月形','箭頭:手杖形','直角三角形','重置顏色','箭頭:虛尾','箭頭:環形','十邊形','返回/上一個按鈕','氣泡:雲','308892rQIHLE','餅形楔','聯接類型','標註:雙彎曲線形(帶邊框和強調線)','切換文本竖排','箭頭:左','純色填充','流程圖:顯示','星形:二十四角','橢圓箭頭','長虛線','矩形:剪去對角','標註:下箭頭','圖案填充','順時針\x2090\x20度旋轉','圖形樣式','刪除形狀','流程圖:直接訪問存儲器','圖片來源','流程圖:資料帶','流程圖:過程','圖表X','靠左對齊','帶形:前凸','圖形位置','箭頭:十字','標註:雙彎曲線形(帶強調線)','帶形:上凸','標註:右箭頭','流程圖:預定義過程','左上對齊','449962apxnAR','聲音按鈕','對話氣泡:矩形','流程圖:多文檔','標註:左箭頭','標註:彎曲線形(帶強調線)','流程圖:或者','對話氣泡:圓角矩形','隱藏形狀面板','流程圖:可選過程','星形:十角','左大括號','垂直對齊','箭頭:圓角右','長虛線-點-點','字型大小','卷形:垂直','文檔按鈕','對話氣泡:圓形','流程圖:排序','箭頭:右弧形','箭頭:上下','右大括號','星形:六角','箭頭:左弧形','星形:五角','菱形箭頭','圓柱形','標註:彎曲線形(無邊框)','漸層線','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','流程圖:對照','爆炸形:14pt','開始按鈕','開放箭頭','流程圖:存儲數據','主頁按鈕','圖表加號','流程圖:準備','放大字型','矩形:折角','前進/下一個按鈕','透明度','太陽形','矩形:圓頂角','箭頭:V型','左中括號','箭頭:直角上','插入...','靠下對齊','星形:十六角','標註:雙彎曲線形(無邊框)','雙箭頭直線','125366cWwqQx','左右圓形箭頭','淚滴形','終點箭頭大小','流程圖:內部貯存','星形:十二角','將圖片平鋪為紋理','矩形:一個圓頂角,剪去另一個頂角'];_0x5596=function(){return _0x4e8057;};return _0x5596();}(function(_0x5d75dc,_0x293bbb){const _0x23b03e=_0x2311,_0x43ed72=_0x5d75dc();while(!![]){try{const _0x13058d=-parseInt(_0x23b03e(0x14e))/0x1+-parseInt(_0x23b03e(0x119))/0x2+parseInt(_0x23b03e(0x193))/0x3+parseInt(_0x23b03e(0x161))/0x4+parseInt(_0x23b03e(0x172))/0x5*(parseInt(_0x23b03e(0xfa))/0x6)+parseInt(_0x23b03e(0x185))/0x7*(-parseInt(_0x23b03e(0x158))/0x8)+parseInt(_0x23b03e(0x15d))/0x9;if(_0x13058d===_0x293bbb)break;else _0x43ed72['push'](_0x43ed72['shift']());}catch(_0x2367ba){_0x43ed72['push'](_0x43ed72['shift']());}}}(_0x5596,0x1ecef));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':'垂直置中','bottom':_0x319b20(0x14a),'left':_0x319b20(0x110),'center':'置中','right':_0x319b20(0x173)},'toolbar':{'verticalAlignMode':{'main':_0x319b20(0x125)},'horizontalAlignMode':{'main':_0x319b20(0x15f)},'fillColor':{'main':'填滿色彩'},'fontSize':_0x319b20(0x128),'fontSizeIncrease':_0x319b20(0x140),'fontSizeDecrease':'縮小字型','resetColor':_0x319b20(0xf4)},'imagePanel':{'crop':{'shape':_0x319b20(0x18e)}},'permission':{'editErr':_0x319b20(0x137)},'title':'形狀','insertShape':_0x319b20(0x16d),'openPanel':'打開形狀面板','deleteShape':_0x319b20(0x10a),'hidePanel':_0x319b20(0x121),'formatShape':_0x319b20(0x1a3),'shapeStyle':_0x319b20(0x109),'shapePosition':_0x319b20(0x112),'toggleFlipH':_0x319b20(0x1a0),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x319b20(0x108),'rotateLeft90':_0x319b20(0x162),'toggleTextVertical':_0x319b20(0xfe),'fill':{'title':'填充','noFill':'無填充','solidFill':_0x319b20(0x100),'gradientFill':_0x319b20(0x17d),'pictureFill':'圖片或紋理填充','patternFill':_0x319b20(0x107),'color':'顏色','transparency':_0x319b20(0x143),'picture':{'source':_0x319b20(0x10c),'insert':_0x319b20(0x149),'tileAsTexture':_0x319b20(0x154),'offsetX':'偏移量\x20X','offsetY':_0x319b20(0x17e),'scaleX':'縮放\x20X','scaleY':'縮放\x20Y','alignment':_0x319b20(0x17f),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x319b20(0x118),'t':'頂部對齊','tr':_0x319b20(0x1a5),'l':_0x319b20(0x197),'ctr':_0x319b20(0x15c),'r':'右對齊','bl':_0x319b20(0x16a),'b':_0x319b20(0x187),'br':'右下對齊'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x319b20(0x136),'color':'顏色','transparency':_0x319b20(0x143),'width':'寬度','dashType':{'title':_0x319b20(0x189),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x319b20(0x164),'longDash':_0x319b20(0x104),'longDashDot':'長虛線-點','longDashDotDot':_0x319b20(0x127)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x319b20(0xfc),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x319b20(0x17b),'beginArrowSize':_0x319b20(0x16b),'endArrowType':'終點箭頭類型','endArrowSize':_0x319b20(0x151),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x319b20(0x13b),'stealthArrow':_0x319b20(0x190),'diamondArrow':_0x319b20(0x133),'ovalArrow':_0x319b20(0x103)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x319b20(0x19c),'blockArrow':_0x319b20(0xef),'equationShape':_0x319b20(0x186),'flowchart':_0x319b20(0x18d),'starAndBanner':_0x319b20(0x180),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x319b20(0x188),'straight-connector2':_0x319b20(0x14d),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x319b20(0x179),'snip1-rect':'剪去單角矩形','snip2-same-rect':_0x319b20(0x15e),'snip2-diag-rect':_0x319b20(0x105),'snip-round-rect':_0x319b20(0x155),'round1-rect':_0x319b20(0x176),'round2-same-rect':_0x319b20(0x145),'round2-diag-rect':_0x319b20(0x168),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x319b20(0x18f),'rt-triangle':_0x319b20(0xf3),'parallelogram':_0x319b20(0x163),'trapezoid':'梯形','non-isosceles-trapezoid':_0x319b20(0x16c),'diamond':'菱形','pentagon':_0x319b20(0x1a6),'hexagon':'六邊形','heptagon':'七邊形','octagon':_0x319b20(0x19b),'decagon':_0x319b20(0xf7),'dodecagon':'十二邊形','pie':_0x319b20(0x1a4),'chord':'弦形','teardrop':_0x319b20(0x150),'frame':'圖文框','half-frame':_0x319b20(0x156),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':'缺角矩形','can':_0x319b20(0x134),'cube':'立方體','bevel':_0x319b20(0x194),'donut':'圓:空心','no-smoking':'禁止符','block-arc':'空心弧','folder-corner':_0x319b20(0x141),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x319b20(0x1a1),'sun':_0x319b20(0x144),'moon':_0x319b20(0xf1),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x319b20(0x15a),'left-bracket':_0x319b20(0x147),'right-bracket':_0x319b20(0x166),'left-brace':_0x319b20(0x124),'right-brace':_0x319b20(0x12f),'right-arrow':_0x319b20(0x18b),'left-arrow':_0x319b20(0xff),'up-arrow':_0x319b20(0x195),'down-arrow':_0x319b20(0x191),'left-right-arrow':_0x319b20(0x196),'up-down-arrow':_0x319b20(0x12e),'quad-arrow':_0x319b20(0x113),'left-right-up-arrow':_0x319b20(0x17c),'bent-arrow':_0x319b20(0x126),'uturn-arrow':_0x319b20(0xf2),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x319b20(0x148),'curved-right-arrow':_0x319b20(0x12d),'curved-left-arrow':_0x319b20(0x131),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x319b20(0xf5),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x319b20(0x1a6),'chevron':_0x319b20(0x146),'right-arrow-callout':_0x319b20(0x116),'down-arrow-callout':_0x319b20(0x106),'left-arrow-callout':_0x319b20(0x11d),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x319b20(0x18a),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x319b20(0xf6),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x319b20(0x10e),'flow-chart-alternate-process':_0x319b20(0x122),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x319b20(0x167),'flow-chart-predefined-process':_0x319b20(0x117),'flow-chart-internal-storage':_0x319b20(0x152),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x319b20(0x11c),'flow-chart-terminator':_0x319b20(0x198),'flow-chart-preparation':_0x319b20(0x13f),'flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x319b20(0x178),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x319b20(0x19f),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x319b20(0x10d),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x319b20(0x11f),'flow-chart-collate':_0x319b20(0x138),'flow-chart-sort':_0x319b20(0x12c),'flow-chart-extract':_0x319b20(0x1a2),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x319b20(0x13c),'flow-chart-delay':_0x319b20(0x174),'flow-chart-magnetic-tape':_0x319b20(0x165),'flow-chart-magnetic-disk':_0x319b20(0x199),'flow-chart-magnetic-drum':_0x319b20(0x10b),'flow-chart-display':_0x319b20(0x101),'irregular-seal1':_0x319b20(0x19d),'irregular-seal2':_0x319b20(0x139),'star4':_0x319b20(0x157),'star5':_0x319b20(0x132),'star6':_0x319b20(0x130),'star7':'星形:七角','star8':'星形:八角','star10':_0x319b20(0x123),'star12':_0x319b20(0x153),'star16':_0x319b20(0x14b),'star24':_0x319b20(0x102),'star32':_0x319b20(0x183),'ribbon2':_0x319b20(0x115),'ribbon':_0x319b20(0x111),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x319b20(0xf0),'vertical-scroll':_0x319b20(0x129),'horizontal-scroll':_0x319b20(0x19e),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x319b20(0x11b),'wedge-round-rect-callout':_0x319b20(0x120),'wedge-ellipse-callout':_0x319b20(0x12b),'cloud-callout':_0x319b20(0xf9),'border-callout1':_0x319b20(0x16e),'border-callout2':'標註:彎曲線形','border-callout3':_0x319b20(0x159),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x319b20(0x11e),'accent-callout3':_0x319b20(0x114),'callout1':_0x319b20(0x17a),'callout2':_0x319b20(0x135),'callout3':_0x319b20(0x14c),'accent-border-callout1':_0x319b20(0x15b),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x319b20(0xfd),'left-circular-arrow':_0x319b20(0x171),'left-right-circular-arrow':_0x319b20(0x14f),'swoosh-arrow':_0x319b20(0x192),'left-right-ribbon':_0x319b20(0x16f),'pie-wedge':_0x319b20(0xfb),'funnel':'漏斗','gear6':_0x319b20(0x170),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x319b20(0xf8),'action-button-forward-next':_0x319b20(0x142),'action-button-beginning':_0x319b20(0x13a),'action-button-end':_0x319b20(0x160),'action-button-home':_0x319b20(0x13d),'action-button-information':'信息按鈕','action-button-return':'返回按鈕','action-button-movie':_0x319b20(0x18c),'action-button-document':_0x319b20(0x12a),'action-button-sound':_0x319b20(0x11a),'action-button-help':_0x319b20(0x169),'action-button-blank':_0x319b20(0x181),'chart-plus':_0x319b20(0x13e),'chart-star':_0x319b20(0x175),'chart-x':_0x319b20(0x10f),'flow-chart-offline-storage':_0x319b20(0x182),'line-inv':_0x319b20(0x19a),'plaque-tabs':_0x319b20(0x177),'square-tabs':'方形標籤','up-down-arrow-callout':'上下箭頭標註'}}}};module[_0x319b20(0x184)]=e;
|
|
1
|
+
const _0x52320e=_0x541c;function _0x2608(){const _0x57e226=['右大括號','圖形樣式','矩形:剪去對角','帶形:上凸','矩形:對角圓角','橫向文字方塊','返回/上一個按鈕','Justify','對話氣泡:圓角矩形','對齊方式','星形:四角','填滿色彩','圖案填充','結束按鈕','矩形:單圓角','7247844uQtQvJ','標註:雙彎曲線形(帶強調線)','標註:彎曲線形(帶強調線)','6517645TTwfHs','雙箭頭折線','Align\x20Center','氣泡:雲','靠下對齊','缺角矩形','太陽形','圓:空心','流程圖:合併','右中括號','右上對齊','流程圖:直接訪問存儲器','矩形:一個圓頂角,剪去另一個頂角','標註:線形(無邊框)','Underline','菱形箭頭','矩形:圓頂角','星形:六角','垂直置中','格式化形狀','終點箭頭類型','終點箭頭大小','插入形狀','星形:八角','空白按鈕','Align\x20Left','橢圓箭頭','流程圖:存儲數據','標註:線形(帶邊框和強調線)','等腰三角形','9齒齒輪','箭頭:左弧形','星形:十二角','插入...','方形標籤','垂直對齊','無線條','立方體','切換水平翻轉','星形:三十二角','標註:左右箭頭','新月形','箭頭:燕尾形','流程圖:多文檔','圓角矩形','開放箭頭','流程圖:離頁連接符','帶形:前凸彎','箭頭:手杖形','縮放\x20X','標註:彎曲線形(帶邊框和強調線)','箭頭:虛尾','標註:彎曲線形(無邊框)','圓柱形','雙箭頭曲線','開始按鈕','重置顏色','爆炸形:8pt','長虛線-點','流程圖:顯示','放大字型','流程圖:文檔','3905172fKUBwG','雙大括號','流程圖:預定義過程','流程圖:手動輸入','空心弧','剪去單角矩形','4839096UfcBPQ','虛線-點','箭頭:上下','七邊形','流程圖:匯總連接','946426pHffAh','帶形:前凸','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','Bold','卷形:垂直','流程圖:離線存儲','端點類型','星形:二十四角','箭頭:右弧形','將圖片平鋪為紋理','餅形楔','縮放\x20Y','35fNRdbe','爆炸形:14pt','打開形狀面板','彎曲箭頭','左大括號','標註:下箭頭','文檔按鈕','標註:右箭頭','起點箭頭大小','標註:線形','線反向','箭頭:V型','帶形:上凸彎','十二邊形','淚滴形','縱向文字方塊','刪除形狀','曲線:箭頭','星形:十角','十邊形','流程圖:資料帶','平行四邊形','圖表加號','圖表星號','左中括號','圖形位置','長虛線-點-點','流程圖:準備','靠左對齊','逆時針\x2090\x20度旋轉','箭頭:左','3475624KWwuer','左下對齊','箭頭總匯','Text\x20Background\x20color','箭頭:丁字','十字形','聲音按鈕','Text\x20color','非等腰梯形','靠上對齊','偏移量\x20X','流程圖:延期','Align\x20Right','Italic','五邊形','箭頭:上弧形','流程圖:或者','隨形狀旋轉','箭頭:環形','標註:上箭頭','左右帶形','流程圖:過程','流程圖:終止','頂部對齊','標註:線形(帶強調線)','偏移量\x20Y','右對齊','折線:箭頭','標註:彎曲線形','圖表X','exports','圖文框','底部對齊','標註:雙彎曲線形','流程圖:磁盤','左右圓形箭頭','箭頭:圓角右','切換文本竖排','標註:雙彎曲線形(無邊框)','直線箭頭','縮小字型','八邊形','箭頭:直角上','電影按鈕','不等號','基本形狀','星形:五角','Strikethrough','矩形:棱台','流程圖:可選過程','返回按鈕','箭頭:上','流程圖:卡片','左上對齊','流程圖:順序訪問存儲器','流程圖:摘錄','幫助按鈕','圖片來源','流程圖:內部貯存','隱形箭頭','雙箭頭直線','順時針\x2090\x20度旋轉','箭頭:十字','起點箭頭類型','信息按鈕','星形:十六角','1694166CZYLPZ','流程圖:決策','矩形:折角','星與旗幟','直角三角形','靠右對齊','閃電形'];_0x2608=function(){return _0x57e226;};return _0x2608();}(function(_0x1ba5f8,_0x10b8bc){const _0x4441cd=_0x541c,_0x2ef3ca=_0x1ba5f8();while(!![]){try{const _0x3cb001=-parseInt(_0x4441cd(0x18f))/0x1+-parseInt(_0x4441cd(0x12d))/0x2+-parseInt(_0x4441cd(0x184))/0x3+parseInt(_0x4441cd(0xeb))/0x4+-parseInt(_0x4441cd(0x146))/0x5+parseInt(_0x4441cd(0x143))/0x6+-parseInt(_0x4441cd(0x19b))/0x7*(-parseInt(_0x4441cd(0x18a))/0x8);if(_0x3cb001===_0x10b8bc)break;else _0x2ef3ca['push'](_0x2ef3ca['shift']());}catch(_0x24d24b){_0x2ef3ca['push'](_0x2ef3ca['shift']());}}}(_0x2608,0xab859));const e={'sheets-shape-ui':{'align':{'top':_0x52320e(0xf4),'middle':_0x52320e(0x158),'bottom':_0x52320e(0x14a),'left':_0x52320e(0xe8),'center':'置中','right':_0x52320e(0x132)},'toolbar':{'verticalAlignMode':{'main':_0x52320e(0x169)},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':_0x52320e(0x13f)},'fontSize':'字型大小','fontSizeIncrease':_0x52320e(0x182),'fontSizeDecrease':_0x52320e(0x113),'alignLeft':_0x52320e(0x15f),'alignCenter':_0x52320e(0x148),'alignRight':_0x52320e(0xf7),'alignJustify':_0x52320e(0x13b),'bold':_0x52320e(0x192),'italic':_0x52320e(0xf8),'underline':_0x52320e(0x154),'strikethrough':_0x52320e(0x11a),'textColor':_0x52320e(0xf2),'textBackgroundColor':_0x52320e(0xee),'resetColor':_0x52320e(0x17e)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x52320e(0x191)},'title':'形狀','insertShape':_0x52320e(0x15c),'openPanel':_0x52320e(0x19d),'deleteShape':_0x52320e(0xdc),'hidePanel':'隱藏形狀面板','formatShape':_0x52320e(0x159),'shapeStyle':_0x52320e(0x135),'shapePosition':_0x52320e(0xe5),'toggleFlipH':_0x52320e(0x16c),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x52320e(0x128),'rotateLeft90':_0x52320e(0xe9),'toggleTextVertical':_0x52320e(0x110),'fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x52320e(0x140),'color':'顏色','transparency':'透明度','picture':{'source':_0x52320e(0x124),'insert':_0x52320e(0x167),'tileAsTexture':_0x52320e(0x198),'offsetX':_0x52320e(0xf5),'offsetY':_0x52320e(0x104),'scaleX':_0x52320e(0x177),'scaleY':_0x52320e(0x19a),'alignment':_0x52320e(0x13d),'rotateWithShape':_0x52320e(0xfc),'align':{'tl':_0x52320e(0x120),'t':_0x52320e(0x102),'tr':_0x52320e(0x150),'l':'左對齊','ctr':'置中對齊','r':_0x52320e(0x105),'bl':_0x52320e(0xec),'b':_0x52320e(0x10b),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x52320e(0x16a),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x52320e(0x18b),'longDash':'長虛線','longDashDot':_0x52320e(0x180),'longDashDotDot':_0x52320e(0xe6)},'capType':{'title':_0x52320e(0x195),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x52320e(0x12a),'beginArrowSize':_0x52320e(0x1a3),'endArrowType':_0x52320e(0x15a),'endArrowSize':_0x52320e(0x15b),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x52320e(0x173),'stealthArrow':_0x52320e(0x126),'diamondArrow':_0x52320e(0x155),'ovalArrow':_0x52320e(0x160)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x52320e(0x118),'blockArrow':_0x52320e(0xed),'equationShape':'公式形狀','flowchart':'流程圖','starAndBanner':_0x52320e(0x130),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x52320e(0x112),'straight-connector2':_0x52320e(0x127),'bent-connector3':'折線','bent-connector3-arrow1':_0x52320e(0x106),'bent-connector3-arrow2':_0x52320e(0x147),'curved-connector3':'曲線','curved-connector3-arrow1':_0x52320e(0xdd),'curved-connector3-arrow2':_0x52320e(0x17c),'rect':'矩形','round-rect':_0x52320e(0x172),'snip1-rect':_0x52320e(0x189),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x52320e(0x136),'snip-round-rect':_0x52320e(0x152),'round1-rect':_0x52320e(0x142),'round2-same-rect':_0x52320e(0x156),'round2-diag-rect':_0x52320e(0x138),'rect-textbox-horizontal':_0x52320e(0x139),'rect-textbox-vertical':_0x52320e(0xdb),'ellipse':'橢圓','triangle':_0x52320e(0x163),'rt-triangle':_0x52320e(0x131),'parallelogram':_0x52320e(0xe1),'trapezoid':'梯形','non-isosceles-trapezoid':_0x52320e(0xf3),'diamond':'菱形','pentagon':_0x52320e(0xf9),'hexagon':'六邊形','heptagon':_0x52320e(0x18d),'octagon':_0x52320e(0x114),'decagon':_0x52320e(0xdf),'dodecagon':_0x52320e(0xd9),'pie':'不完整圓','chord':'弦形','teardrop':_0x52320e(0xda),'frame':_0x52320e(0x10a),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x52320e(0xf0),'plaque':_0x52320e(0x14b),'can':_0x52320e(0x17b),'cube':_0x52320e(0x16b),'bevel':_0x52320e(0x11b),'donut':_0x52320e(0x14d),'no-smoking':'禁止符','block-arc':_0x52320e(0x188),'folder-corner':_0x52320e(0x12f),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x52320e(0x133),'sun':_0x52320e(0x14c),'moon':_0x52320e(0x16f),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x52320e(0x185),'left-bracket':_0x52320e(0xe4),'right-bracket':_0x52320e(0x14f),'left-brace':_0x52320e(0x19f),'right-brace':_0x52320e(0x134),'right-arrow':'箭頭:右','left-arrow':_0x52320e(0xea),'up-arrow':_0x52320e(0x11e),'down-arrow':'箭頭:下','left-right-arrow':'箭頭:左右','up-down-arrow':_0x52320e(0x18c),'quad-arrow':_0x52320e(0x129),'left-right-up-arrow':_0x52320e(0xef),'bent-arrow':_0x52320e(0x10f),'uturn-arrow':_0x52320e(0x176),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x52320e(0x115),'curved-right-arrow':_0x52320e(0x197),'curved-left-arrow':_0x52320e(0x165),'curved-up-arrow':_0x52320e(0xfa),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x52320e(0x179),'notched-right-arrow':_0x52320e(0x170),'home-plate':_0x52320e(0xf9),'chevron':_0x52320e(0xd7),'right-arrow-callout':_0x52320e(0x1a2),'down-arrow-callout':_0x52320e(0x1a0),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x52320e(0xfe),'left-right-arrow-callout':_0x52320e(0x16e),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x52320e(0xfd),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x52320e(0x117),'flow-chart-process':_0x52320e(0x100),'flow-chart-alternate-process':_0x52320e(0x11c),'flow-chart-decision':_0x52320e(0x12e),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x52320e(0x186),'flow-chart-internal-storage':_0x52320e(0x125),'flow-chart-document':_0x52320e(0x183),'flow-chart-multidocument':_0x52320e(0x171),'flow-chart-terminator':_0x52320e(0x101),'flow-chart-preparation':_0x52320e(0xe7),'flow-chart-manual-input':_0x52320e(0x187),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x52320e(0x174),'flow-chart-punched-card':_0x52320e(0x11f),'flow-chart-punched-tape':_0x52320e(0xe0),'flow-chart-summing-junction':_0x52320e(0x18e),'flow-chart-or':_0x52320e(0xfb),'flow-chart-collate':'流程圖:對照','flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x52320e(0x122),'flow-chart-merge':_0x52320e(0x14e),'flow-chart-online-storage':_0x52320e(0x161),'flow-chart-delay':_0x52320e(0xf6),'flow-chart-magnetic-tape':_0x52320e(0x121),'flow-chart-magnetic-disk':_0x52320e(0x10d),'flow-chart-magnetic-drum':_0x52320e(0x151),'flow-chart-display':_0x52320e(0x181),'irregular-seal1':_0x52320e(0x17f),'irregular-seal2':_0x52320e(0x19c),'star4':_0x52320e(0x13e),'star5':_0x52320e(0x119),'star6':_0x52320e(0x157),'star7':'星形:七角','star8':_0x52320e(0x15d),'star10':_0x52320e(0xde),'star12':_0x52320e(0x166),'star16':_0x52320e(0x12c),'star24':_0x52320e(0x196),'star32':_0x52320e(0x16d),'ribbon2':_0x52320e(0x137),'ribbon':_0x52320e(0x190),'ellipse-ribbon2':_0x52320e(0xd8),'ellipse-ribbon':_0x52320e(0x175),'vertical-scroll':_0x52320e(0x193),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'雙波形','wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x52320e(0x13c),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x52320e(0x149),'border-callout1':_0x52320e(0xd5),'border-callout2':_0x52320e(0x107),'border-callout3':_0x52320e(0x10c),'accent-callout1':_0x52320e(0x103),'accent-callout2':_0x52320e(0x145),'accent-callout3':_0x52320e(0x144),'callout1':_0x52320e(0x153),'callout2':_0x52320e(0x17a),'callout3':_0x52320e(0x111),'accent-border-callout1':_0x52320e(0x162),'accent-border-callout2':_0x52320e(0x178),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x52320e(0x10e),'swoosh-arrow':_0x52320e(0x19e),'left-right-ribbon':_0x52320e(0xff),'pie-wedge':_0x52320e(0x199),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x52320e(0x164),'corner-tabs':'角標','action-button-back-previous':_0x52320e(0x13a),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0x52320e(0x17d),'action-button-end':_0x52320e(0x141),'action-button-home':'主頁按鈕','action-button-information':_0x52320e(0x12b),'action-button-return':_0x52320e(0x11d),'action-button-movie':_0x52320e(0x116),'action-button-document':_0x52320e(0x1a1),'action-button-sound':_0x52320e(0xf1),'action-button-help':_0x52320e(0x123),'action-button-blank':_0x52320e(0x15e),'chart-plus':_0x52320e(0xe2),'chart-star':_0x52320e(0xe3),'chart-x':_0x52320e(0x108),'flow-chart-offline-storage':_0x52320e(0x194),'line-inv':_0x52320e(0xd6),'plaque-tabs':'牌匾標籤','square-tabs':_0x52320e(0x168),'up-down-arrow-callout':'上下箭頭標註'}}}};function _0x541c(_0x119206,_0x5344c8){_0x119206=_0x119206-0xd5;const _0x26080f=_0x2608();let _0x541cac=_0x26080f[_0x119206];return _0x541cac;}module[_0x52320e(0x109)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4dd7(_0x313966,_0x32a11c){_0x313966=_0x313966-0x134;const _0x223fea=_0x223f();let _0x4dd7ba=_0x223fea[_0x313966];return _0x4dd7ba;}const _0x4b26c6=_0x4dd7;function _0x223f(){const _0xde0381=['帶形:前凸','垂直置中','插入...','置中對齊','箭頭總匯','箭頭:丁字','縮放\x20Y','標註:線形(無邊框)','五邊形','流程圖:手動輸入','星形:十角','5963360xNtjMC','標註:彎曲線形(帶強調線)','流程圖:磁盤','結束按鈕','流程圖:存儲數據','標註:彎曲線形','流程圖:文檔','十二邊形','帶形:前凸彎','開始按鈕','曲線:箭頭','長虛線-點','左右帶形','左右圓形箭頭','圖文框','星形:四角','切換水平翻轉','圓柱形','雙大括號','箭頭:虛尾','流程圖:內部貯存','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','立方體','右上對齊','左大括號','淚滴形','刪除形狀','對話氣泡:圓形','流程圖','圖形樣式','文檔按鈕','切換文本竖排','矩形:剪去頂角','雙箭頭曲線','幫助按鈕','流程圖:離頁連接符','圖片或紋理填充','星形:三十二角','箭頭:左弧形','10790901paBuop','放大字型','箭頭:直角上','開放箭頭','流程圖:延期','對齊方式','逆時針\x2090\x20度旋轉','縱向文字方塊','流程圖:匯總連接','起點箭頭大小','星形:六角','氣泡:雲','標註:上箭頭','55xLPsBB','箭頭:下','流程圖:過程','箭頭:十字','246iDmtYi','星與旗幟','帶形:上凸','流程圖:決策','終點箭頭類型','信息按鈕','標註:雙彎曲線形(帶邊框和強調線)','縮放\x20X','流程圖:顯示','剪去單角矩形','矩形:剪去對角','圖表加號','長虛線','填滿色彩','漸層線','流程圖:數據','圖案填充','箭頭:上下','圖形位置','箭頭:左右','星形:二十四角','無填充','牌匾標籤','箭頭:直角雙向','新月形','標註:雙彎曲線形','彎曲箭頭','圖片來源','星形:七角','純色填充','七邊形','右大括號','非等腰梯形','虛線類型','前進/下一個按鈕','6齒齒輪','靠左對齊','終點箭頭大小','箭頭:左','367020sAwoBP','靠上對齊','流程圖:摘錄','箭頭:右弧形','等腰三角形','標註:線形','閃電形','插入形狀','空心弧','不等號','標註:線形(帶邊框和強調線)','橢圓箭頭','流程圖:終止','標註:雙彎曲線形(帶強調線)','左對齊','對話氣泡:矩形','返回/上一個按鈕','十字形','半閉框','流程圖:準備','切換垂直翻轉','矩形:一個圓頂角,剪去另一個頂角','圖表星號','卷形:水平','順時針\x2090\x20度旋轉','偏移量\x20X','隨形狀旋轉','左下對齊','十邊形','平行四邊形','返回按鈕','流程圖:順序訪問存儲器','起點箭頭類型','偏移量\x20Y','箭頭:環形','流程圖:預定義過程','流程圖:手動操作','流程圖:多文檔','格式化形狀','流程圖:資料帶','隱形箭頭','標註:十字箭頭','帶形:上凸彎','八邊形','exports','矩形:折角','基本形狀','直角三角形','525618KyksBx','透明度','缺角矩形','標註:左右箭頭','裁切為形狀','爆炸形:14pt','不完整圓','星形:十二角','標註:左箭頭','矩形:棱台','右中括號','131383czHXsL','流程圖:離線存儲','頂部對齊','禁止符','爆炸形:8pt','直線箭頭','公式形狀','圓:空心','箭頭:V型','箭頭:右','無線條','135033anmoIO','左中括號','標註:彎曲線形(無邊框)','方形標籤','右下對齊','流程圖:合併','標註:右箭頭','749924FOvaSu','流程圖:卡片','箭頭:燕尾形','箭頭:上'];_0x223f=function(){return _0xde0381;};return _0x223f();}(function(_0x207300,_0x1a4ca9){const _0x43080b=_0x4dd7,_0x1102c1=_0x207300();while(!![]){try{const _0x5c2264=parseInt(_0x43080b(0x176))/0x1+parseInt(_0x43080b(0x17d))/0x2+parseInt(_0x43080b(0x160))/0x3+-parseInt(_0x43080b(0x1eb))/0x4*(-parseInt(_0x43080b(0x1c0))/0x5)+-parseInt(_0x43080b(0x1c4))/0x6*(-parseInt(_0x43080b(0x16b))/0x7)+-parseInt(_0x43080b(0x18c))/0x8+-parseInt(_0x43080b(0x1b3))/0x9;if(_0x5c2264===_0x1a4ca9)break;else _0x1102c1['push'](_0x1102c1['shift']());}catch(_0x2e65b7){_0x1102c1['push'](_0x1102c1['shift']());}}}(_0x223f,0x7edca));const e={'sheets-shape-ui':{'align':{'top':_0x4b26c6(0x1ec),'middle':_0x4b26c6(0x182),'bottom':'靠下對齊','left':_0x4b26c6(0x1e8),'center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':'水平對齊'},'fillColor':{'main':_0x4b26c6(0x1d1)},'fontSize':'字型大小','fontSizeIncrease':_0x4b26c6(0x1b4),'fontSizeDecrease':'縮小字型','resetColor':'重置顏色'},'imagePanel':{'crop':{'shape':_0x4b26c6(0x164)}},'permission':{'editErr':_0x4b26c6(0x1a1)},'title':'形狀','insertShape':_0x4b26c6(0x137),'openPanel':'打開形狀面板','deleteShape':_0x4b26c6(0x1a6),'hidePanel':'隱藏形狀面板','formatShape':_0x4b26c6(0x156),'shapeStyle':_0x4b26c6(0x1a9),'shapePosition':_0x4b26c6(0x1d6),'toggleFlipH':_0x4b26c6(0x19c),'toggleFlipV':_0x4b26c6(0x144),'rotateRight90':_0x4b26c6(0x148),'rotateLeft90':_0x4b26c6(0x1b9),'toggleTextVertical':_0x4b26c6(0x1ab),'fill':{'title':'填充','noFill':_0x4b26c6(0x1d9),'solidFill':_0x4b26c6(0x1e1),'gradientFill':'漸層填充','pictureFill':_0x4b26c6(0x1b0),'patternFill':_0x4b26c6(0x1d4),'color':'顏色','transparency':_0x4b26c6(0x161),'picture':{'source':_0x4b26c6(0x1df),'insert':_0x4b26c6(0x183),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x4b26c6(0x149),'offsetY':_0x4b26c6(0x151),'scaleX':_0x4b26c6(0x1cb),'scaleY':_0x4b26c6(0x187),'alignment':_0x4b26c6(0x1b8),'rotateWithShape':_0x4b26c6(0x14a),'align':{'tl':'左上對齊','t':_0x4b26c6(0x16d),'tr':_0x4b26c6(0x1a3),'l':_0x4b26c6(0x13e),'ctr':_0x4b26c6(0x184),'r':'右對齊','bl':_0x4b26c6(0x14b),'b':'底部對齊','br':_0x4b26c6(0x17a)}}},'line':{'title':'線條','noLine':_0x4b26c6(0x175),'solidLine':'實線','gradientLine':_0x4b26c6(0x1d2),'color':'顏色','transparency':_0x4b26c6(0x161),'width':'寬度','dashType':{'title':_0x4b26c6(0x1e5),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x4b26c6(0x1d0),'longDashDot':_0x4b26c6(0x197),'longDashDotDot':'長虛線-點-點'},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x4b26c6(0x150),'beginArrowSize':_0x4b26c6(0x1bc),'endArrowType':_0x4b26c6(0x1c8),'endArrowSize':_0x4b26c6(0x1e9),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x4b26c6(0x1b6),'stealthArrow':_0x4b26c6(0x158),'diamondArrow':'菱形箭頭','ovalArrow':_0x4b26c6(0x13b)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x4b26c6(0x15e),'blockArrow':_0x4b26c6(0x185),'equationShape':_0x4b26c6(0x171),'flowchart':_0x4b26c6(0x1a8),'starAndBanner':_0x4b26c6(0x1c5),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x4b26c6(0x170),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x4b26c6(0x196),'curved-connector3-arrow2':_0x4b26c6(0x1ad),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x4b26c6(0x1cd),'snip2-same-rect':_0x4b26c6(0x1ac),'snip2-diag-rect':_0x4b26c6(0x1ce),'snip-round-rect':_0x4b26c6(0x145),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x4b26c6(0x1ba),'ellipse':'橢圓','triangle':_0x4b26c6(0x134),'rt-triangle':_0x4b26c6(0x15f),'parallelogram':_0x4b26c6(0x14d),'trapezoid':'梯形','non-isosceles-trapezoid':_0x4b26c6(0x1e4),'diamond':'菱形','pentagon':_0x4b26c6(0x189),'hexagon':'六邊形','heptagon':_0x4b26c6(0x1e2),'octagon':_0x4b26c6(0x15b),'decagon':_0x4b26c6(0x14c),'dodecagon':_0x4b26c6(0x193),'pie':_0x4b26c6(0x166),'chord':'弦形','teardrop':_0x4b26c6(0x1a5),'frame':_0x4b26c6(0x19a),'half-frame':_0x4b26c6(0x142),'corner':'L形','diag-stripe':'斜紋','plus':_0x4b26c6(0x141),'plaque':_0x4b26c6(0x162),'can':_0x4b26c6(0x19d),'cube':_0x4b26c6(0x1a2),'bevel':_0x4b26c6(0x169),'donut':_0x4b26c6(0x172),'no-smoking':_0x4b26c6(0x16e),'block-arc':_0x4b26c6(0x138),'folder-corner':_0x4b26c6(0x15d),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x4b26c6(0x136),'sun':'太陽形','moon':_0x4b26c6(0x1dc),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x4b26c6(0x19e),'left-bracket':_0x4b26c6(0x177),'right-bracket':_0x4b26c6(0x16a),'left-brace':_0x4b26c6(0x1a4),'right-brace':_0x4b26c6(0x1e3),'right-arrow':_0x4b26c6(0x174),'left-arrow':_0x4b26c6(0x1ea),'up-arrow':_0x4b26c6(0x180),'down-arrow':_0x4b26c6(0x1c1),'left-right-arrow':_0x4b26c6(0x1d7),'up-down-arrow':_0x4b26c6(0x1d5),'quad-arrow':_0x4b26c6(0x1c3),'left-right-up-arrow':_0x4b26c6(0x186),'bent-arrow':'箭頭:圓角右','uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x4b26c6(0x1db),'bent-up-arrow':_0x4b26c6(0x1b5),'curved-right-arrow':_0x4b26c6(0x1ee),'curved-left-arrow':_0x4b26c6(0x1b2),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x4b26c6(0x19f),'notched-right-arrow':_0x4b26c6(0x17f),'home-plate':_0x4b26c6(0x189),'chevron':_0x4b26c6(0x173),'right-arrow-callout':_0x4b26c6(0x17c),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x4b26c6(0x168),'up-arrow-callout':_0x4b26c6(0x1bf),'left-right-arrow-callout':_0x4b26c6(0x163),'quad-arrow-callout':_0x4b26c6(0x159),'circular-arrow':_0x4b26c6(0x152),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x4b26c6(0x139),'flow-chart-process':_0x4b26c6(0x1c2),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x4b26c6(0x1c7),'flow-chart-input-output':_0x4b26c6(0x1d3),'flow-chart-predefined-process':_0x4b26c6(0x153),'flow-chart-internal-storage':_0x4b26c6(0x1a0),'flow-chart-document':_0x4b26c6(0x192),'flow-chart-multidocument':_0x4b26c6(0x155),'flow-chart-terminator':_0x4b26c6(0x13c),'flow-chart-preparation':_0x4b26c6(0x143),'flow-chart-manual-input':_0x4b26c6(0x18a),'flow-chart-manual-operation':_0x4b26c6(0x154),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x4b26c6(0x1af),'flow-chart-punched-card':_0x4b26c6(0x17e),'flow-chart-punched-tape':_0x4b26c6(0x157),'flow-chart-summing-junction':_0x4b26c6(0x1bb),'flow-chart-or':'流程圖:或者','flow-chart-collate':'流程圖:對照','flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x4b26c6(0x1ed),'flow-chart-merge':_0x4b26c6(0x17b),'flow-chart-online-storage':_0x4b26c6(0x190),'flow-chart-delay':_0x4b26c6(0x1b7),'flow-chart-magnetic-tape':_0x4b26c6(0x14f),'flow-chart-magnetic-disk':_0x4b26c6(0x18e),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x4b26c6(0x1cc),'irregular-seal1':_0x4b26c6(0x16f),'irregular-seal2':_0x4b26c6(0x165),'star4':_0x4b26c6(0x19b),'star5':'星形:五角','star6':_0x4b26c6(0x1bd),'star7':_0x4b26c6(0x1e0),'star8':'星形:八角','star10':_0x4b26c6(0x18b),'star12':_0x4b26c6(0x167),'star16':'星形:十六角','star24':_0x4b26c6(0x1d8),'star32':_0x4b26c6(0x1b1),'ribbon2':_0x4b26c6(0x1c6),'ribbon':_0x4b26c6(0x181),'ellipse-ribbon2':_0x4b26c6(0x15a),'ellipse-ribbon':_0x4b26c6(0x194),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x4b26c6(0x147),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x4b26c6(0x13f),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x4b26c6(0x1a7),'cloud-callout':_0x4b26c6(0x1be),'border-callout1':_0x4b26c6(0x135),'border-callout2':_0x4b26c6(0x191),'border-callout3':_0x4b26c6(0x1dd),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x4b26c6(0x18d),'accent-callout3':_0x4b26c6(0x13d),'callout1':_0x4b26c6(0x188),'callout2':_0x4b26c6(0x178),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x4b26c6(0x13a),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x4b26c6(0x1ca),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x4b26c6(0x199),'swoosh-arrow':_0x4b26c6(0x1de),'left-right-ribbon':_0x4b26c6(0x198),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x4b26c6(0x1e7),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x4b26c6(0x140),'action-button-forward-next':_0x4b26c6(0x1e6),'action-button-beginning':_0x4b26c6(0x195),'action-button-end':_0x4b26c6(0x18f),'action-button-home':'主頁按鈕','action-button-information':_0x4b26c6(0x1c9),'action-button-return':_0x4b26c6(0x14e),'action-button-movie':'電影按鈕','action-button-document':_0x4b26c6(0x1aa),'action-button-sound':'聲音按鈕','action-button-help':_0x4b26c6(0x1ae),'action-button-blank':'空白按鈕','chart-plus':_0x4b26c6(0x1cf),'chart-star':_0x4b26c6(0x146),'chart-x':'圖表X','flow-chart-offline-storage':_0x4b26c6(0x16c),'line-inv':'線反向','plaque-tabs':_0x4b26c6(0x1da),'square-tabs':_0x4b26c6(0x179),'up-down-arrow-callout':'上下箭頭標註'}}}};module[_0x4b26c6(0x15c)]=e;
|
|
1
|
+
function _0x27b4(_0x2746e2,_0x24f7ab){_0x2746e2=_0x2746e2-0x13d;const _0x166ced=_0x166c();let _0x27b4c8=_0x166ced[_0x2746e2];return _0x27b4c8;}function _0x166c(){const _0x5eee9f=['卷形:水平','40799720dtVrdV','Align\x20Center','流程圖:手動操作','虛線類型','空心弧','半閉框','雙箭頭曲線','矩形:剪去頂角','箭頭:左右','彎曲箭頭','標註:雙彎曲線形(帶邊框和強調線)','爆炸形:14pt','箭頭:虛尾','七邊形','聯接類型','重置顏色','箭頭:燕尾形','文檔按鈕','插入形狀','左右帶形','太陽形','485770IOCXrw','3630712TuAoWK','星形:四角','隱藏形狀面板','箭頭:左弧形','2zaeLHR','上下箭頭標註','五邊形','淚滴形','對話氣泡:圓形','星形:五角','前進/下一個按鈕','填滿色彩','卷形:垂直','星形:七角','對齊方式','左下對齊','切換文本竖排','菱形箭頭','隱形箭頭','氣泡:雲','圓角矩形','6lAfjMR','Bold','透明度','帶形:上凸彎','空白按鈕','靠左對齊','置中對齊','非等腰梯形','長虛線-點','流程圖:存儲數據','箭頭:丁字','矩形:棱台','橢圓箭頭','水平對齊','Underline','八邊形','偏移量\x20X','流程圖:顯示','返回按鈕','主頁按鈕','流程圖:準備','流程圖','縮放\x20Y','流程圖:預定義過程','信息按鈕','頂部對齊','垂直對齊','箭頭:右弧形','切換垂直翻轉','箭頭:直角上','流程圖:匯總連接','流程圖:數據','標註:右箭頭','星形:二十四角','流程圖:磁盤','流程圖:順序訪問存儲器','流程圖:排序','縮放\x20X','開始按鈕','Align\x20Right','圖片來源','順時針\x2090\x20度旋轉','流程圖:摘錄','曲線:箭頭','圖文框','星形:八角','207919SpfGfC','標註:線形(無邊框)','星形:三十二角','圖表星號','標註:下箭頭','十二邊形','剪去單角矩形','Italic','圖案填充','無線條','六邊形','箭頭:左','立方體','Align\x20Left','右下對齊','流程圖:資料帶','標註:彎曲線形(帶邊框和強調線)','偏移量\x20Y','雙箭頭折線','折線:箭頭','標註:彎曲線形','流程圖:直接訪問存儲器','標註:線形(帶強調線)','平行四邊形','流程圖:內部貯存','標註:線形(帶邊框和強調線)','流程圖:文檔','靠下對齊','圖形樣式','直線箭頭','左右圓形箭頭','公式形狀','矩形:一個圓頂角,剪去另一個頂角','逆時針\x2090\x20度旋轉','5478932EbymgG','十邊形','圓柱形','箭頭:手杖形','插入...','箭頭:圓角右','長虛線','箭頭:十字','流程圖:過程','橫向文字方塊','流程圖:接點','閃電形','等腰三角形','標註:雙彎曲線形','流程圖:手動輸入','雙波形','雙大括號','標註:線形','流程圖:卡片','左大括號','帶形:前凸','終點箭頭大小','矩形:圓頂角','不完整圓','格式化形狀','基本形狀','方形標籤','標註:彎曲線形(帶強調線)','標註:彎曲線形(無邊框)','靠上對齊','箭頭:右','標註:左箭頭','起點箭頭類型','Strikethrough','對話氣泡:圓角矩形','流程圖:多文檔','2282056wCsmle','流程圖:終止','漸層線','星形:十二角','標註:雙彎曲線形(帶強調線)','雙箭頭直線','左上對齊','流程圖:離線存儲','標註:十字箭頭','不等號','3pVaRAH','靠右對齊','十字形','流程圖:離頁連接符','Text\x20color','6齒齒輪','14540283NWMFpq','矩形:單圓角','星形:六角','帶形:前凸彎','星形:十角','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','放大字型','圖形位置','箭頭總匯','聲音按鈕','縱向文字方塊','箭頭:直角雙向','終點箭頭類型','9齒齒輪','直角三角形','虛線-點','圓:空心'];_0x166c=function(){return _0x5eee9f;};return _0x166c();}const _0x264af7=_0x27b4;(function(_0x5d3b36,_0x371ff6){const _0x1713af=_0x27b4,_0x3434cb=_0x5d3b36();while(!![]){try{const _0x2a2f59=-parseInt(_0x1713af(0x1a2))/0x1*(parseInt(_0x1713af(0x163))/0x2)+-parseInt(_0x1713af(0x1f2))/0x3*(parseInt(_0x1713af(0x1c4))/0x4)+parseInt(_0x1713af(0x15e))/0x5*(parseInt(_0x1713af(0x174))/0x6)+parseInt(_0x1713af(0x1e8))/0x7+-parseInt(_0x1713af(0x15f))/0x8+-parseInt(_0x1713af(0x1f8))/0x9+parseInt(_0x1713af(0x149))/0xa;if(_0x2a2f59===_0x371ff6)break;else _0x3434cb['push'](_0x3434cb['shift']());}catch(_0x12f06c){_0x3434cb['push'](_0x3434cb['shift']());}}}(_0x166c,0xd0ff8));const e={'sheets-shape-ui':{'align':{'top':_0x264af7(0x1e1),'middle':'垂直置中','bottom':_0x264af7(0x1bd),'left':_0x264af7(0x179),'center':'置中','right':_0x264af7(0x1f3)},'toolbar':{'verticalAlignMode':{'main':_0x264af7(0x18e)},'horizontalAlignMode':{'main':_0x264af7(0x181)},'fillColor':{'main':_0x264af7(0x16a)},'fontSize':'字型大小','fontSizeIncrease':_0x264af7(0x13d),'fontSizeDecrease':'縮小字型','alignLeft':_0x264af7(0x1af),'alignCenter':_0x264af7(0x14a),'alignRight':_0x264af7(0x19b),'alignJustify':'Justify','bold':_0x264af7(0x175),'italic':_0x264af7(0x1a9),'underline':_0x264af7(0x182),'strikethrough':_0x264af7(0x1e5),'textColor':_0x264af7(0x1f6),'textBackgroundColor':'Text\x20Background\x20color','resetColor':_0x264af7(0x158)},'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x264af7(0x1fd)},'title':'形狀','insertShape':_0x264af7(0x15b),'openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':_0x264af7(0x161),'formatShape':_0x264af7(0x1dc),'shapeStyle':_0x264af7(0x1be),'shapePosition':_0x264af7(0x13e),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x264af7(0x190),'rotateRight90':_0x264af7(0x19d),'rotateLeft90':_0x264af7(0x1c3),'toggleTextVertical':_0x264af7(0x16f),'fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x264af7(0x1aa),'color':'顏色','transparency':_0x264af7(0x176),'picture':{'source':_0x264af7(0x19c),'insert':_0x264af7(0x1c8),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x264af7(0x184),'offsetY':_0x264af7(0x1b3),'scaleX':_0x264af7(0x199),'scaleY':_0x264af7(0x18a),'alignment':_0x264af7(0x16d),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x264af7(0x1ee),'t':_0x264af7(0x18d),'tr':'右上對齊','l':'左對齊','ctr':_0x264af7(0x17a),'r':'右對齊','bl':_0x264af7(0x16e),'b':'底部對齊','br':_0x264af7(0x1b0)}}},'line':{'title':'線條','noLine':_0x264af7(0x1ab),'solidLine':'實線','gradientLine':_0x264af7(0x1ea),'color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':_0x264af7(0x14c),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x264af7(0x146),'longDash':_0x264af7(0x1ca),'longDashDot':_0x264af7(0x17c),'longDashDotDot':'長虛線-點-點'},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x264af7(0x157),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x264af7(0x1e4),'beginArrowSize':'起點箭頭大小','endArrowType':_0x264af7(0x143),'endArrowSize':_0x264af7(0x1d9),'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x264af7(0x171),'diamondArrow':_0x264af7(0x170),'ovalArrow':_0x264af7(0x180)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x264af7(0x1dd),'blockArrow':_0x264af7(0x13f),'equationShape':_0x264af7(0x1c1),'flowchart':_0x264af7(0x189),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x264af7(0x1bf),'straight-connector2':_0x264af7(0x1ed),'bent-connector3':'折線','bent-connector3-arrow1':_0x264af7(0x1b5),'bent-connector3-arrow2':_0x264af7(0x1b4),'curved-connector3':'曲線','curved-connector3-arrow1':_0x264af7(0x19f),'curved-connector3-arrow2':_0x264af7(0x14f),'rect':'矩形','round-rect':_0x264af7(0x173),'snip1-rect':_0x264af7(0x1a8),'snip2-same-rect':_0x264af7(0x150),'snip2-diag-rect':'矩形:剪去對角','snip-round-rect':_0x264af7(0x1c2),'round1-rect':_0x264af7(0x1f9),'round2-same-rect':_0x264af7(0x1da),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x264af7(0x1cd),'rect-textbox-vertical':_0x264af7(0x141),'ellipse':'橢圓','triangle':_0x264af7(0x1d0),'rt-triangle':_0x264af7(0x145),'parallelogram':_0x264af7(0x1b9),'trapezoid':'梯形','non-isosceles-trapezoid':_0x264af7(0x17b),'diamond':'菱形','pentagon':_0x264af7(0x165),'hexagon':_0x264af7(0x1ac),'heptagon':_0x264af7(0x156),'octagon':_0x264af7(0x183),'decagon':_0x264af7(0x1c5),'dodecagon':_0x264af7(0x1a7),'pie':_0x264af7(0x1db),'chord':'弦形','teardrop':_0x264af7(0x166),'frame':_0x264af7(0x1a0),'half-frame':_0x264af7(0x14e),'corner':'L形','diag-stripe':'斜紋','plus':_0x264af7(0x1f4),'plaque':'缺角矩形','can':_0x264af7(0x1c6),'cube':_0x264af7(0x1ae),'bevel':_0x264af7(0x17f),'donut':_0x264af7(0x147),'no-smoking':'禁止符','block-arc':_0x264af7(0x14d),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x264af7(0x1cf),'sun':_0x264af7(0x15d),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x264af7(0x1d4),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':_0x264af7(0x1d7),'right-brace':'右大括號','right-arrow':_0x264af7(0x1e2),'left-arrow':_0x264af7(0x1ad),'up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0x264af7(0x151),'up-down-arrow':'箭頭:上下','quad-arrow':_0x264af7(0x1cb),'left-right-up-arrow':_0x264af7(0x17e),'bent-arrow':_0x264af7(0x1c9),'uturn-arrow':_0x264af7(0x1c7),'left-up-arrow':_0x264af7(0x142),'bent-up-arrow':_0x264af7(0x191),'curved-right-arrow':_0x264af7(0x18f),'curved-left-arrow':_0x264af7(0x162),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x264af7(0x155),'notched-right-arrow':_0x264af7(0x159),'home-plate':_0x264af7(0x165),'chevron':'箭頭:V型','right-arrow-callout':_0x264af7(0x194),'down-arrow-callout':_0x264af7(0x1a6),'left-arrow-callout':_0x264af7(0x1e3),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x264af7(0x1f0),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x264af7(0x1f1),'flow-chart-process':_0x264af7(0x1cc),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0x264af7(0x193),'flow-chart-predefined-process':_0x264af7(0x18b),'flow-chart-internal-storage':_0x264af7(0x1ba),'flow-chart-document':_0x264af7(0x1bc),'flow-chart-multidocument':_0x264af7(0x1e7),'flow-chart-terminator':_0x264af7(0x1e9),'flow-chart-preparation':_0x264af7(0x188),'flow-chart-manual-input':_0x264af7(0x1d2),'flow-chart-manual-operation':_0x264af7(0x14b),'flow-chart-connector':_0x264af7(0x1ce),'flow-chart-offpage-connector':_0x264af7(0x1f5),'flow-chart-punched-card':_0x264af7(0x1d6),'flow-chart-punched-tape':_0x264af7(0x1b1),'flow-chart-summing-junction':_0x264af7(0x192),'flow-chart-or':'流程圖:或者','flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x264af7(0x198),'flow-chart-extract':_0x264af7(0x19e),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x264af7(0x17d),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x264af7(0x197),'flow-chart-magnetic-disk':_0x264af7(0x196),'flow-chart-magnetic-drum':_0x264af7(0x1b7),'flow-chart-display':_0x264af7(0x185),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x264af7(0x154),'star4':_0x264af7(0x160),'star5':_0x264af7(0x168),'star6':_0x264af7(0x1fa),'star7':_0x264af7(0x16c),'star8':_0x264af7(0x1a1),'star10':_0x264af7(0x1fc),'star12':_0x264af7(0x1eb),'star16':'星形:十六角','star24':_0x264af7(0x195),'star32':_0x264af7(0x1a4),'ribbon2':'帶形:上凸','ribbon':_0x264af7(0x1d8),'ellipse-ribbon2':_0x264af7(0x177),'ellipse-ribbon':_0x264af7(0x1fb),'vertical-scroll':_0x264af7(0x16b),'horizontal-scroll':_0x264af7(0x148),'wave':'波形','double-wave':_0x264af7(0x1d3),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x264af7(0x1e6),'wedge-ellipse-callout':_0x264af7(0x167),'cloud-callout':_0x264af7(0x172),'border-callout1':_0x264af7(0x1d5),'border-callout2':_0x264af7(0x1b6),'border-callout3':_0x264af7(0x1d1),'accent-callout1':_0x264af7(0x1b8),'accent-callout2':_0x264af7(0x1df),'accent-callout3':_0x264af7(0x1ec),'callout1':_0x264af7(0x1a3),'callout2':_0x264af7(0x1e0),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x264af7(0x1bb),'accent-border-callout2':_0x264af7(0x1b2),'accent-border-callout3':_0x264af7(0x153),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x264af7(0x1c0),'swoosh-arrow':_0x264af7(0x152),'left-right-ribbon':_0x264af7(0x15c),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x264af7(0x1f7),'gear9':_0x264af7(0x144),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x264af7(0x169),'action-button-beginning':_0x264af7(0x19a),'action-button-end':'結束按鈕','action-button-home':_0x264af7(0x187),'action-button-information':_0x264af7(0x18c),'action-button-return':_0x264af7(0x186),'action-button-movie':'電影按鈕','action-button-document':_0x264af7(0x15a),'action-button-sound':_0x264af7(0x140),'action-button-help':'幫助按鈕','action-button-blank':_0x264af7(0x178),'chart-plus':'圖表加號','chart-star':_0x264af7(0x1a5),'chart-x':'圖表X','flow-chart-offline-storage':_0x264af7(0x1ef),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':_0x264af7(0x1de),'up-down-arrow-callout':_0x264af7(0x164)}}}};module['exports']=e;
|