@univerjs-pro/docs-shape-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +0 -491
- 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/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/doc-shape-render.controller.d.ts +8 -1
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +4 -13
- package/lib/types/controllers/{docs-shape-ui.controller.d.ts → ui.controller.d.ts} +3 -4
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -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 +3 -4
- package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +1 -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 +2 -2
- package/lib/types/views/shape-menu/shape-menu-factory.d.ts +4 -3
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -1
- package/lib/types/views/shape-text-editor/index.d.ts +1 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +19 -18
- package/lib/types/views/shape-floating-toolbar/shape-floating-toolbar-utils.d.ts +0 -10
- package/lib/types/views/shape-text-editor/Editor.d.ts +0 -21
- 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 -29
- /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
|
-
const _0xf4565b=_0x3ab7;function _0x3ab7(_0x5d56f1,_0x9c58f6){_0x5d56f1=_0x5d56f1-0x76;const _0x547136=_0x5471();let _0x3ab7c1=_0x547136[_0x5d56f1];return _0x3ab7c1;}(function(_0x6469e9,_0x2aa7d5){const _0x28bcae=_0x3ab7,_0x556fff=_0x6469e9();while(!![]){try{const _0x24b445=parseInt(_0x28bcae(0xd2))/0x1*(parseInt(_0x28bcae(0xa9))/0x2)+-parseInt(_0x28bcae(0x14d))/0x3+-parseInt(_0x28bcae(0xd1))/0x4+parseInt(_0x28bcae(0x14a))/0x5+parseInt(_0x28bcae(0x147))/0x6*(parseInt(_0x28bcae(0x7b))/0x7)+parseInt(_0x28bcae(0x157))/0x8+-parseInt(_0x28bcae(0xdc))/0x9*(-parseInt(_0x28bcae(0x151))/0xa);if(_0x24b445===_0x2aa7d5)break;else _0x556fff['push'](_0x556fff['shift']());}catch(_0x1c38f4){_0x556fff['push'](_0x556fff['shift']());}}}(_0x5471,0x588b4));function _0x5471(){const _0xe2b36c=['Dấu\x20trừ','Sao\x2024\x20cánh','Mũi\x20tên\x20tròn\x20trái\x20phải','Sao\x2016\x20cánh','Hình\x20nổ\x202','Căn\x20trên','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','2703728QPnZOj','1iVPBkT','Hình\x20quạt','Căn\x20dưới','Bật/tắt\x20lật\x20dọc','Căn\x20giữa','Chuẩn\x20bị','Đầu\x20nối\x20khác\x20trang','Phẳng','Nút\x20hành\x20động:\x20Trống','Nét\x20đứt\x20chấm','3015BkWJfZ','Đầu\x20nối','Quy\x20trình','Dấu\x20bằng','Chấm\x20vuông','Chèn...','Ngoặc\x20nhọn\x20trái','Mũi\x20tên','Nhỏ','Dấu\x20khác','Mở\x20bảng\x20hình\x20dạng','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Cuộn\x20dọc','Hình\x20bánh\x20rán','Hình\x20công\x20thức','Chú\x20thích\x20nhấn\x20mạnh\x202','Mũi\x20tên\x20lên','Ruy\x20băng\x20xuống','Chú\x20thích\x20đám\x20mây','Hình\x20thang\x20không\x20cân','Tam\x20giác\x20vuông','Bù\x20trừ\x20X','Tab\x20biển\x20hiệu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Sọc\x20chéo','Ruy\x20băng\x20lên','Hình\x20cung\x20khối','Sao\x204\x20cánh','Căn\x20trái','Không\x20có','Mũi\x20tên\x20cong\x20trái','Kích\x20thước\x20mũi\x20tên\x20đầu','Mũi\x20tên\x20sọc\x20phải','Ruy\x20băng\x20cong\x20xuống','Liền','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Nguồn\x20ảnh','Hình\x20biển\x20hiệu','Vẽ\x20tay','Mặt\x20cười','Lát\x20ảnh\x20làm\x20kết\x20cấu','Chú\x20thích\x20hình\x20elip','Tab\x20góc','Băng\x20từ','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Nét\x20đứt\x20dài','Xóa\x20hình\x20dạng','Trái\x20tim','Nút\x20hành\x20động:\x20Trang\x20chủ','Kiểu\x20hình\x20dạng','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Hình\x20dạng','Định\x20dạng\x20hình\x20dạng','Mũi\x20tên\x20hở','Vị\x20trí\x20hình\x20dạng','Chú\x20thích\x20mũi\x20tên\x20lên','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Đường\x20viền\x20liền','Chú\x20thích\x20đường\x20kẻ\x203','Quyết\x20định','Mũi\x20tên\x20cong\x20lên','Mũi\x20tên\x20cong\x20xuống','Mũi\x20tên\x20hình\x20bầu\x20dục','Mũi\x20tên\x20khía\x20phải','Nút\x20hành\x20động:\x20Trợ\x20giúp','Chú\x20thích\x20mũi\x20tên\x20phải','Hình\x20thoi','Chèn\x20hình\x20dạng','Sao\x206\x20cánh','Mũi\x20tên\x20xuống','Nét\x20đứt\x20dài\x20hai\x20chấm','Mũi\x20tên\x20phải','Cong','Mặt\x20trời','Hình\x20bình\x20hành','Hình\x20chữ\x20V','Sóng\x20đôi','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Bát\x20giác','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Chú\x20thích\x20nhấn\x20mạnh\x203','Hình\x20chữ\x20nhật','Mũi\x20tên\x20đường\x20thẳng','Mũi\x20tên\x20tròn\x20trái','Sao\x2010\x20cánh','Dưới','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','In\x20nghiêng','Quy\x20trình\x20xác\x20định\x20trước','Lưu\x20đồ','Nút\x20hành\x20động:\x20Bắt\x20đầu','In\x20line\x20with\x20text','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Giữa','In\x20đậm','Hình\x20lập\x20phương','Hình\x20trụ','Mũi\x20tên\x20cong','Đường\x20viền\x20gradient','Vuông','Dấu\x20nhân','Trống\x20từ','Chú\x20thích\x20đường\x20kẻ\x201','Căn\x20giữa\x20theo\x20chiều\x20dọc','Hoặc','Mũi\x20tên\x20trái','424014DZpfFJ','Sao\x208\x20cánh','Trì\x20hoãn','2732810FiLmnK','Đám\x20mây','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','1635036KXNezw','Biểu\x20đồ\x20cộng','Mũi\x20tên\x20quay\x20đầu','Chú\x20thích','1970BvguTG','Lưu\x20trữ\x20ngoại\x20tuyến','Bánh\x20răng\x206','Square','Độ\x20trong\x20suốt','Nét\x20đứt\x20dài\x20chấm','3608000BeYlEt','Chú\x20thích\x20hình\x20chữ\x20nhật','Góc\x20thư\x20mục','Mũi\x20tên\x20trái\x20phải\x20lên','Màu\x20nền\x20văn\x20bản','Đường\x20nối\x20khuỷu','Trên','Trên\x20phải','Cặp\x20ngoặc\x20vuông','Dữ\x20liệu','Chuyển\x20đổi\x20lật\x20ngang','Căn\x20phải','Kiểu\x20đầu\x20mút','Thao\x20tác\x20thủ\x20công','7Negghi','Không\x20có\x20đường\x20viền','Mũi\x20tên\x20khối','Top\x20and\x20Bottom','Cặp\x20ngoặc\x20nhọn','Đối\x20chiếu','Kiểu\x20nét\x20đứt','Lưu\x20trữ\x20nội\x20bộ','Vẽ\x20nguệch\x20ngoạc','Băng\x20đục\x20lỗ','Hộp\x20văn\x20bản\x20ngang','Đường\x20kẻ','Thập\x20giác','Hình\x20vát','Tô\x20màu\x20gradient','Hiển\x20thị','Tab\x20vuông','Hộp\x20văn\x20bản\x20dọc','Nút\x20hành\x20động:\x20Trở\x20lại','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Chú\x20thích\x20mũi\x20tên\x20xuống','Chú\x20thích\x20mũi\x20tên\x20trái','Tô\x20bằng\x20mẫu','Tô\x20màu\x20đặc','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Đường\x20nối\x20cong','Sao\x205\x20cánh','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Thất\x20giác','Mũi\x20tên\x20kim\x20cương','Tỷ\x20lệ\x20X','Dưới\x20trái','Mũi\x20tên\x20nhọn','Vừa','Nút\x20hành\x20động:\x20Tài\x20liệu','Phễu','Chú\x20thích\x20đường\x20kẻ\x202','Tô\x20màu','Vát','Ngoặc\x20vuông\x20phải','Nút\x20hành\x20động:\x20Phim','Không','Độ\x20rộng','Phải','Dấu\x20cộng','Nút\x20hành\x20động:\x20Kết\x20thúc','898788ZvdRBD','Chú\x20thích\x201','Kết\x20thúc','Kiểu\x20mũi\x20tên\x20đầu','Mũi\x20tên\x20trái\x20lên','Tam\x20giác\x20cân','Hình\x20cung','Chú\x20thích\x20nhấn\x20mạnh\x201','Sắp\x20xếp','Gạch\x20chân','Dấu\x20chia','Tia\x20sét','Khác','Mũi\x20tên\x20lướt','Biểu\x20đồ\x20X','Điểm\x20nối\x20tổng','Tỷ\x20lệ\x20Y','Quy\x20trình\x20thay\x20thế','Miếng\x20bánh','Lưu\x20trữ\x20trực\x20tuyến','Dưới\x20phải','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Cắt\x20theo\x20hình\x20dạng','Hợp\x20nhất','Hình\x20elip','Đường\x20viền','Hình\x20chữ\x20L','Tròn','Màu\x20sắc','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Tài\x20liệu','Sao\x2032\x20cánh'];_0x5471=function(){return _0xe2b36c;};return _0x5471();}const e={'docs-shape-ui':{'title':_0xf4565b(0x110),'insertShape':_0xf4565b(0x120),'openPanel':_0xf4565b(0xe6),'deleteShape':_0xf4565b(0x10b),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0xf4565b(0x111),'shapeStyle':_0xf4565b(0x10e),'shapePosition':_0xf4565b(0x113),'toggleFlipH':_0xf4565b(0x77),'toggleFlipV':_0xf4565b(0xd5),'rotateRight90':_0xf4565b(0xbe),'rotateLeft90':_0xf4565b(0xff),'toggleTextVertical':_0xf4565b(0xc6),'fill':{'title':_0xf4565b(0xa0),'noFill':'Không\x20tô','solidFill':_0xf4565b(0x92),'gradientFill':_0xf4565b(0x89),'pictureFill':_0xf4565b(0x12c),'patternFill':_0xf4565b(0x91),'color':'Màu\x20sắc','transparency':_0xf4565b(0x155),'picture':{'source':_0xf4565b(0x101),'insert':_0xf4565b(0xe1),'tileAsTexture':_0xf4565b(0x105),'offsetX':_0xf4565b(0xf1),'offsetY':'Bù\x20trừ\x20Y','scaleX':_0xf4565b(0x99),'scaleY':_0xf4565b(0xb9),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20cùng\x20hình\x20dạng','align':{'tl':'Trên\x20trái','t':_0xf4565b(0x15d),'tr':_0xf4565b(0x15e),'l':'Trái','ctr':_0xf4565b(0x13a),'r':_0xf4565b(0xa6),'bl':_0xf4565b(0x9a),'b':_0xf4565b(0x132),'br':_0xf4565b(0xbd)}}},'line':{'title':_0xf4565b(0xc2),'noLine':_0xf4565b(0x7c),'solidLine':_0xf4565b(0x116),'gradientLine':_0xf4565b(0x13f),'color':_0xf4565b(0xc5),'transparency':_0xf4565b(0x155),'width':_0xf4565b(0xa5),'dashType':{'title':_0xf4565b(0x81),'solid':_0xf4565b(0xfe),'roundDot':'Chấm\x20tròn','squareDot':_0xf4565b(0xe0),'dash':'Nét\x20đứt','dashDot':_0xf4565b(0xdb),'longDash':_0xf4565b(0x10a),'longDashDot':_0xf4565b(0x156),'longDashDotDot':_0xf4565b(0x123)},'capType':{'title':_0xf4565b(0x79),'flat':_0xf4565b(0xd9),'round':_0xf4565b(0xc4),'square':_0xf4565b(0x140)},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':'Nhọn','round':_0xf4565b(0xc4),'bevel':_0xf4565b(0xa1)},'beginArrowType':_0xf4565b(0xac),'beginArrowSize':_0xf4565b(0xfb),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','arrowType':{'none':_0xf4565b(0xf9),'arrow':_0xf4565b(0xe3),'openArrow':_0xf4565b(0x112),'stealthArrow':_0xf4565b(0x9b),'diamondArrow':_0xf4565b(0x98),'ovalArrow':_0xf4565b(0x11b)},'arrowSize':{'small':_0xf4565b(0xe4),'medium':_0xf4565b(0x9c),'large':'Lớn'},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0xf4565b(0xa4),'curved':_0xf4565b(0x125),'freehand':_0xf4565b(0x103),'handDrawn':_0xf4565b(0x83)}},'shape':{'group':{'line':_0xf4565b(0x86),'rectangle':_0xf4565b(0x12e),'basicShape':'Hình\x20cơ\x20bản','blockArrow':_0xf4565b(0x7d),'equationShape':_0xf4565b(0xea),'flowchart':_0xf4565b(0x136),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0xf4565b(0x150),'other':_0xf4565b(0xb5)},'type':{'line':'Đường\x20thẳng','straight-connector1':_0xf4565b(0x12f),'straight-connector2':_0xf4565b(0x115),'bent-connector3':_0xf4565b(0x15c),'bent-connector3-arrow1':_0xf4565b(0x96),'bent-connector3-arrow2':'Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','curved-connector3':_0xf4565b(0x94),'curved-connector3-arrow1':_0xf4565b(0x8e),'curved-connector3-arrow2':_0xf4565b(0x93),'rect':'Hình\x20chữ\x20nhật','round-rect':'Hình\x20chữ\x20nhật\x20bo\x20góc','snip1-rect':'Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','snip2-same-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','snip2-diag-rect':_0xf4565b(0x10f),'snip-round-rect':_0xf4565b(0xd0),'round1-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','round2-same-rect':_0xf4565b(0x100),'round2-diag-rect':_0xf4565b(0x139),'rect-textbox-horizontal':_0xf4565b(0x85),'rect-textbox-vertical':_0xf4565b(0x8c),'ellipse':_0xf4565b(0xc1),'triangle':_0xf4565b(0xae),'rt-triangle':_0xf4565b(0xf0),'parallelogram':_0xf4565b(0x127),'trapezoid':'Hình\x20thang','non-isosceles-trapezoid':_0xf4565b(0xef),'diamond':_0xf4565b(0x11f),'pentagon':'Ngũ\x20giác','hexagon':'Lục\x20giác','heptagon':_0xf4565b(0x97),'octagon':_0xf4565b(0x12b),'decagon':_0xf4565b(0x87),'dodecagon':'Thập\x20nhị\x20giác','pie':_0xf4565b(0xd3),'chord':'Hình\x20cung','teardrop':'Hình\x20giọt\x20nước','frame':'Khung','half-frame':'Khung\x20một\x20nửa','corner':_0xf4565b(0xc3),'diag-stripe':_0xf4565b(0xf4),'plus':_0xf4565b(0xa7),'plaque':_0xf4565b(0x102),'can':_0xf4565b(0x13d),'cube':_0xf4565b(0x13c),'bevel':_0xf4565b(0x88),'donut':_0xf4565b(0xe9),'no-smoking':'Biển\x20cấm\x20hút\x20thuốc','block-arc':_0xf4565b(0xf6),'folder-corner':_0xf4565b(0x159),'smiley-face':_0xf4565b(0x104),'heart':_0xf4565b(0x10c),'lightning-bolt':_0xf4565b(0xb4),'sun':_0xf4565b(0x126),'moon':'Mặt\x20trăng','cloud':_0xf4565b(0x14b),'arc':_0xf4565b(0xaf),'bracket-pair':_0xf4565b(0x15f),'brace-pair':_0xf4565b(0x7f),'left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':_0xf4565b(0xa2),'left-brace':_0xf4565b(0xe2),'right-brace':'Ngoặc\x20nhọn\x20phải','right-arrow':_0xf4565b(0x124),'left-arrow':_0xf4565b(0x146),'up-arrow':_0xf4565b(0xec),'down-arrow':_0xf4565b(0x122),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':'Mũi\x20tên\x20lên\x20xuống','quad-arrow':'Mũi\x20tên\x20bốn\x20chiều','left-right-up-arrow':_0xf4565b(0x15a),'bent-arrow':_0xf4565b(0x13e),'uturn-arrow':_0xf4565b(0x14f),'left-up-arrow':_0xf4565b(0xad),'bent-up-arrow':_0xf4565b(0x119),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0xf4565b(0xfa),'curved-up-arrow':_0xf4565b(0x119),'curved-down-arrow':_0xf4565b(0x11a),'striped-right-arrow':_0xf4565b(0xfc),'notched-right-arrow':_0xf4565b(0x11c),'home-plate':_0xf4565b(0x109),'chevron':_0xf4565b(0x128),'right-arrow-callout':_0xf4565b(0x11e),'down-arrow-callout':_0xf4565b(0x8f),'left-arrow-callout':_0xf4565b(0x90),'up-arrow-callout':_0xf4565b(0x114),'left-right-arrow-callout':_0xf4565b(0xc7),'quad-arrow-callout':_0xf4565b(0xe7),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0xf4565b(0xa7),'math-minus':_0xf4565b(0xca),'math-multiply':_0xf4565b(0x141),'math-divide':_0xf4565b(0xb3),'math-equal':_0xf4565b(0xdf),'math-not-equal':_0xf4565b(0xe5),'flow-chart-process':_0xf4565b(0xde),'flow-chart-alternate-process':_0xf4565b(0xba),'flow-chart-decision':_0xf4565b(0x118),'flow-chart-input-output':_0xf4565b(0x76),'flow-chart-predefined-process':_0xf4565b(0x135),'flow-chart-internal-storage':_0xf4565b(0x82),'flow-chart-document':_0xf4565b(0xc8),'flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':_0xf4565b(0xab),'flow-chart-preparation':_0xf4565b(0xd7),'flow-chart-manual-input':'Nhập\x20thủ\x20công','flow-chart-manual-operation':_0xf4565b(0x7a),'flow-chart-connector':_0xf4565b(0xdd),'flow-chart-offpage-connector':_0xf4565b(0xd8),'flow-chart-punched-card':'Thẻ\x20đục\x20lỗ','flow-chart-punched-tape':_0xf4565b(0x84),'flow-chart-summing-junction':_0xf4565b(0xb8),'flow-chart-or':_0xf4565b(0x145),'flow-chart-collate':_0xf4565b(0x80),'flow-chart-sort':_0xf4565b(0xb1),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0xf4565b(0xc0),'flow-chart-online-storage':_0xf4565b(0xbc),'flow-chart-delay':_0xf4565b(0x149),'flow-chart-magnetic-tape':_0xf4565b(0x108),'flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':_0xf4565b(0x142),'flow-chart-display':_0xf4565b(0x8a),'irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0xf4565b(0xce),'star4':_0xf4565b(0xf7),'star5':_0xf4565b(0x95),'star6':_0xf4565b(0x121),'star7':'Sao\x207\x20cánh','star8':_0xf4565b(0x148),'star10':_0xf4565b(0x131),'star12':'Sao\x2012\x20cánh','star16':_0xf4565b(0xcd),'star24':_0xf4565b(0xcb),'star32':_0xf4565b(0xc9),'ribbon2':_0xf4565b(0xf5),'ribbon':_0xf4565b(0xed),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':_0xf4565b(0xfd),'vertical-scroll':_0xf4565b(0xe8),'horizontal-scroll':'Cuộn\x20ngang','wave':'Sóng','double-wave':_0xf4565b(0x129),'wedge-rect-callout':_0xf4565b(0x158),'wedge-round-rect-callout':_0xf4565b(0x14c),'wedge-ellipse-callout':_0xf4565b(0x106),'cloud-callout':_0xf4565b(0xee),'border-callout1':_0xf4565b(0x143),'border-callout2':_0xf4565b(0x9f),'border-callout3':_0xf4565b(0x117),'accent-callout1':_0xf4565b(0xb0),'accent-callout2':_0xf4565b(0xeb),'accent-callout3':_0xf4565b(0x12d),'callout1':_0xf4565b(0xaa),'callout2':'Chú\x20thích\x202','callout3':'Chú\x20thích\x203','accent-border-callout1':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0xf4565b(0xf3),'left-circular-arrow':_0xf4565b(0x130),'left-right-circular-arrow':_0xf4565b(0xcc),'swoosh-arrow':_0xf4565b(0xb6),'left-right-ribbon':'Ruy\x20băng\x20trái\x20phải','pie-wedge':_0xf4565b(0xbb),'funnel':_0xf4565b(0x9e),'gear6':_0xf4565b(0x153),'gear9':'Bánh\x20răng\x209','corner-tabs':_0xf4565b(0x107),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0xf4565b(0x12a),'action-button-beginning':_0xf4565b(0x137),'action-button-end':_0xf4565b(0xa8),'action-button-home':_0xf4565b(0x10d),'action-button-information':'Nút\x20hành\x20động:\x20Thông\x20tin','action-button-return':_0xf4565b(0x8d),'action-button-movie':_0xf4565b(0xa3),'action-button-document':_0xf4565b(0x9d),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':_0xf4565b(0x11d),'action-button-blank':_0xf4565b(0xda),'chart-plus':_0xf4565b(0x14e),'chart-star':'Biểu\x20đồ\x20sao','chart-x':_0xf4565b(0xb7),'flow-chart-offline-storage':_0xf4565b(0x152),'line-inv':'Đường\x20ngược','plaque-tabs':_0xf4565b(0xf2),'square-tabs':_0xf4565b(0x8b),'up-down-arrow-callout':_0xf4565b(0x133)}},'toolbar':{'alignLeft':_0xf4565b(0xf8),'alignCenter':_0xf4565b(0xd6),'alignRight':_0xf4565b(0x78),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0xf4565b(0x13b),'italic':_0xf4565b(0x134),'underline':_0xf4565b(0xb2),'strikethrough':'Gạch\x20ngang','textColor':'Màu\x20chữ','fillColor':_0xf4565b(0x15b)},'align':{'top':_0xf4565b(0xcf),'middle':_0xf4565b(0x144),'bottom':_0xf4565b(0xd4)},'textWrap':{'inline':_0xf4565b(0x138),'square':_0xf4565b(0x154),'topAndBottom':_0xf4565b(0x7e),'behindText':'Behind\x20text','inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':_0xf4565b(0xbf)}}};module['exports']=e;
|
|
1
|
+
const _0xf1f48d=_0x147c;(function(_0x5561ae,_0xcad084){const _0x2f84d3=_0x147c,_0x1e8aef=_0x5561ae();while(!![]){try{const _0x58e3e3=-parseInt(_0x2f84d3(0x216))/0x1*(parseInt(_0x2f84d3(0x222))/0x2)+-parseInt(_0x2f84d3(0x1ae))/0x3+-parseInt(_0x2f84d3(0x18f))/0x4*(-parseInt(_0x2f84d3(0x24f))/0x5)+parseInt(_0x2f84d3(0x253))/0x6*(parseInt(_0x2f84d3(0x22a))/0x7)+-parseInt(_0x2f84d3(0x1a3))/0x8*(-parseInt(_0x2f84d3(0x1e2))/0x9)+parseInt(_0x2f84d3(0x254))/0xa*(parseInt(_0x2f84d3(0x201))/0xb)+-parseInt(_0x2f84d3(0x243))/0xc*(parseInt(_0x2f84d3(0x176))/0xd);if(_0x58e3e3===_0xcad084)break;else _0x1e8aef['push'](_0x1e8aef['shift']());}catch(_0x32c421){_0x1e8aef['push'](_0x1e8aef['shift']());}}}(_0x26f6,0x4e890));const e={'docs-shape-ui':{'title':_0xf1f48d(0x20c),'insertShape':_0xf1f48d(0x24a),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0xf1f48d(0x238),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0xf1f48d(0x1cc),'shapeStyle':_0xf1f48d(0x1d8),'shapePosition':_0xf1f48d(0x1b3),'toggleFlipH':_0xf1f48d(0x1ac),'toggleFlipV':_0xf1f48d(0x17d),'rotateRight90':_0xf1f48d(0x23d),'rotateLeft90':_0xf1f48d(0x16f),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','fill':{'title':_0xf1f48d(0x199),'noFill':_0xf1f48d(0x1e3),'solidFill':_0xf1f48d(0x213),'gradientFill':'Tô\x20màu\x20gradient','pictureFill':_0xf1f48d(0x1b0),'patternFill':_0xf1f48d(0x170),'color':'Màu\x20sắc','transparency':'Độ\x20trong\x20suốt','picture':{'source':_0xf1f48d(0x20e),'insert':_0xf1f48d(0x1bb),'tileAsTexture':'Lát\x20ảnh\x20làm\x20kết\x20cấu','offsetX':_0xf1f48d(0x1d5),'offsetY':_0xf1f48d(0x1e0),'scaleX':_0xf1f48d(0x1a8),'scaleY':_0xf1f48d(0x221),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20cùng\x20hình\x20dạng','align':{'tl':_0xf1f48d(0x1e6),'t':'Trên','tr':'Trên\x20phải','l':_0xf1f48d(0x240),'ctr':_0xf1f48d(0x1ad),'r':'Phải','bl':_0xf1f48d(0x23f),'b':_0xf1f48d(0x235),'br':_0xf1f48d(0x1c0)}}},'line':{'title':_0xf1f48d(0x1e1),'noLine':'Không\x20có\x20đường\x20viền','solidLine':_0xf1f48d(0x1df),'gradientLine':'Đường\x20viền\x20gradient','color':'Màu\x20sắc','transparency':'Độ\x20trong\x20suốt','width':_0xf1f48d(0x225),'dashType':{'title':'Kiểu\x20nét\x20đứt','solid':_0xf1f48d(0x1dd),'roundDot':_0xf1f48d(0x1d4),'squareDot':_0xf1f48d(0x1f8),'dash':'Nét\x20đứt','dashDot':_0xf1f48d(0x181),'longDash':_0xf1f48d(0x200),'longDashDot':_0xf1f48d(0x1c2),'longDashDotDot':_0xf1f48d(0x177)},'capType':{'title':_0xf1f48d(0x1ff),'flat':_0xf1f48d(0x1d7),'round':_0xf1f48d(0x1b5),'square':_0xf1f48d(0x1c1)},'joinType':{'title':_0xf1f48d(0x24c),'miter':'Nhọn','round':'Tròn','bevel':_0xf1f48d(0x234)},'beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':_0xf1f48d(0x226),'endArrowType':_0xf1f48d(0x188),'endArrowSize':_0xf1f48d(0x192),'arrowType':{'none':_0xf1f48d(0x180),'arrow':_0xf1f48d(0x209),'openArrow':'Mũi\x20tên\x20hở','stealthArrow':_0xf1f48d(0x1dc),'diamondArrow':_0xf1f48d(0x19b),'ovalArrow':_0xf1f48d(0x23c)},'arrowSize':{'small':_0xf1f48d(0x1cf),'medium':_0xf1f48d(0x175),'large':_0xf1f48d(0x22b)},'sketchType':{'title':_0xf1f48d(0x186),'none':_0xf1f48d(0x1b2),'curved':_0xf1f48d(0x21d),'freehand':'Vẽ\x20tay','handDrawn':_0xf1f48d(0x217)}},'shape':{'group':{'line':_0xf1f48d(0x250),'rectangle':_0xf1f48d(0x1d2),'basicShape':_0xf1f48d(0x172),'blockArrow':_0xf1f48d(0x1db),'equationShape':_0xf1f48d(0x214),'flowchart':_0xf1f48d(0x252),'starAndBanner':_0xf1f48d(0x1ee),'callout':_0xf1f48d(0x224),'other':_0xf1f48d(0x1da)},'type':{'line':'Đường\x20thẳng','straight-connector1':_0xf1f48d(0x24d),'straight-connector2':_0xf1f48d(0x21c),'bent-connector3':'Đường\x20nối\x20khuỷu','bent-connector3-arrow1':_0xf1f48d(0x21e),'bent-connector3-arrow2':_0xf1f48d(0x1ab),'curved-connector3':_0xf1f48d(0x19f),'curved-connector3-arrow1':_0xf1f48d(0x1ec),'curved-connector3-arrow2':_0xf1f48d(0x249),'rect':_0xf1f48d(0x1d2),'round-rect':'Hình\x20chữ\x20nhật\x20bo\x20góc','snip1-rect':_0xf1f48d(0x1bd),'snip2-same-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','snip2-diag-rect':_0xf1f48d(0x196),'snip-round-rect':_0xf1f48d(0x239),'round1-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':_0xf1f48d(0x20f),'rect-textbox-horizontal':_0xf1f48d(0x22e),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':'Hình\x20elip','triangle':_0xf1f48d(0x1c7),'rt-triangle':_0xf1f48d(0x223),'parallelogram':_0xf1f48d(0x1ce),'trapezoid':'Hình\x20thang','non-isosceles-trapezoid':_0xf1f48d(0x1a1),'diamond':_0xf1f48d(0x208),'pentagon':_0xf1f48d(0x230),'hexagon':_0xf1f48d(0x22c),'heptagon':_0xf1f48d(0x1af),'octagon':_0xf1f48d(0x19a),'decagon':_0xf1f48d(0x1ef),'dodecagon':_0xf1f48d(0x1ba),'pie':'Hình\x20quạt','chord':_0xf1f48d(0x1f3),'teardrop':_0xf1f48d(0x195),'frame':_0xf1f48d(0x1a4),'half-frame':'Khung\x20một\x20nửa','corner':_0xf1f48d(0x17c),'diag-stripe':_0xf1f48d(0x237),'plus':'Dấu\x20cộng','plaque':_0xf1f48d(0x190),'can':_0xf1f48d(0x1f4),'cube':_0xf1f48d(0x22d),'bevel':_0xf1f48d(0x246),'donut':_0xf1f48d(0x1f9),'no-smoking':_0xf1f48d(0x1d6),'block-arc':'Hình\x20cung\x20khối','folder-corner':_0xf1f48d(0x233),'smiley-face':_0xf1f48d(0x1b8),'heart':'Trái\x20tim','lightning-bolt':'Tia\x20sét','sun':_0xf1f48d(0x1e8),'moon':_0xf1f48d(0x227),'cloud':_0xf1f48d(0x1a2),'arc':_0xf1f48d(0x1f3),'bracket-pair':_0xf1f48d(0x1eb),'brace-pair':_0xf1f48d(0x1c9),'left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':'Ngoặc\x20vuông\x20phải','left-brace':_0xf1f48d(0x206),'right-brace':_0xf1f48d(0x16d),'right-arrow':_0xf1f48d(0x1be),'left-arrow':_0xf1f48d(0x23a),'up-arrow':_0xf1f48d(0x20a),'down-arrow':_0xf1f48d(0x18d),'left-right-arrow':_0xf1f48d(0x204),'up-down-arrow':_0xf1f48d(0x1c8),'quad-arrow':_0xf1f48d(0x212),'left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':'Mũi\x20tên\x20cong','uturn-arrow':_0xf1f48d(0x1aa),'left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0xf1f48d(0x197),'curved-right-arrow':_0xf1f48d(0x211),'curved-left-arrow':'Mũi\x20tên\x20cong\x20trái','curved-up-arrow':_0xf1f48d(0x197),'curved-down-arrow':_0xf1f48d(0x1f1),'striped-right-arrow':_0xf1f48d(0x173),'notched-right-arrow':_0xf1f48d(0x215),'home-plate':'Hình\x20ngũ\x20giác\x20(Home\x20Plate)','chevron':'Hình\x20chữ\x20V','right-arrow-callout':_0xf1f48d(0x19e),'down-arrow-callout':_0xf1f48d(0x220),'left-arrow-callout':_0xf1f48d(0x1c3),'up-arrow-callout':_0xf1f48d(0x1de),'left-right-arrow-callout':_0xf1f48d(0x1d0),'quad-arrow-callout':_0xf1f48d(0x1fa),'circular-arrow':_0xf1f48d(0x18a),'math-plus':'Dấu\x20cộng','math-minus':_0xf1f48d(0x1f5),'math-multiply':_0xf1f48d(0x1e5),'math-divide':_0xf1f48d(0x251),'math-equal':_0xf1f48d(0x231),'math-not-equal':_0xf1f48d(0x174),'flow-chart-process':_0xf1f48d(0x20b),'flow-chart-alternate-process':_0xf1f48d(0x1e9),'flow-chart-decision':'Quyết\x20định','flow-chart-input-output':_0xf1f48d(0x189),'flow-chart-predefined-process':'Quy\x20trình\x20xác\x20định\x20trước','flow-chart-internal-storage':_0xf1f48d(0x232),'flow-chart-document':_0xf1f48d(0x18b),'flow-chart-multidocument':_0xf1f48d(0x20d),'flow-chart-terminator':_0xf1f48d(0x1c4),'flow-chart-preparation':_0xf1f48d(0x1a7),'flow-chart-manual-input':_0xf1f48d(0x1bc),'flow-chart-manual-operation':'Thao\x20tác\x20thủ\x20công','flow-chart-connector':_0xf1f48d(0x21b),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':'Thẻ\x20đục\x20lỗ','flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0xf1f48d(0x182),'flow-chart-or':_0xf1f48d(0x21a),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0xf1f48d(0x210),'flow-chart-extract':_0xf1f48d(0x203),'flow-chart-merge':_0xf1f48d(0x1c5),'flow-chart-online-storage':_0xf1f48d(0x1cb),'flow-chart-delay':_0xf1f48d(0x1fb),'flow-chart-magnetic-tape':_0xf1f48d(0x1fe),'flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':_0xf1f48d(0x1f7),'flow-chart-display':_0xf1f48d(0x178),'irregular-seal1':_0xf1f48d(0x18e),'irregular-seal2':_0xf1f48d(0x17e),'star4':_0xf1f48d(0x1fc),'star5':_0xf1f48d(0x1a9),'star6':_0xf1f48d(0x1bf),'star7':_0xf1f48d(0x17f),'star8':_0xf1f48d(0x244),'star10':_0xf1f48d(0x191),'star12':_0xf1f48d(0x247),'star16':_0xf1f48d(0x1d3),'star24':_0xf1f48d(0x1b7),'star32':_0xf1f48d(0x22f),'ribbon2':'Ruy\x20băng\x20lên','ribbon':_0xf1f48d(0x198),'ellipse-ribbon2':_0xf1f48d(0x16e),'ellipse-ribbon':_0xf1f48d(0x1a6),'vertical-scroll':_0xf1f48d(0x241),'horizontal-scroll':_0xf1f48d(0x19c),'wave':_0xf1f48d(0x179),'double-wave':_0xf1f48d(0x242),'wedge-rect-callout':_0xf1f48d(0x1d1),'wedge-round-rect-callout':_0xf1f48d(0x236),'wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':_0xf1f48d(0x23b),'border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':'Chú\x20thích\x20đường\x20kẻ\x202','border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':_0xf1f48d(0x1f2),'accent-callout2':_0xf1f48d(0x1ed),'accent-callout3':_0xf1f48d(0x1e4),'callout1':_0xf1f48d(0x194),'callout2':_0xf1f48d(0x1f6),'callout3':'Chú\x20thích\x203','accent-border-callout1':_0xf1f48d(0x207),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0xf1f48d(0x183),'left-circular-arrow':_0xf1f48d(0x229),'left-right-circular-arrow':_0xf1f48d(0x228),'swoosh-arrow':_0xf1f48d(0x1ea),'left-right-ribbon':_0xf1f48d(0x218),'pie-wedge':'Miếng\x20bánh','funnel':'Phễu','gear6':_0xf1f48d(0x1fd),'gear9':_0xf1f48d(0x17b),'corner-tabs':'Tab\x20góc','action-button-back-previous':_0xf1f48d(0x245),'action-button-forward-next':_0xf1f48d(0x184),'action-button-beginning':_0xf1f48d(0x202),'action-button-end':_0xf1f48d(0x248),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':'Nút\x20hành\x20động:\x20Thông\x20tin','action-button-return':_0xf1f48d(0x1a0),'action-button-movie':_0xf1f48d(0x185),'action-button-document':_0xf1f48d(0x18c),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':_0xf1f48d(0x1d9),'action-button-blank':_0xf1f48d(0x24e),'chart-plus':_0xf1f48d(0x1b6),'chart-star':'Biểu\x20đồ\x20sao','chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0xf1f48d(0x187),'line-inv':_0xf1f48d(0x193),'plaque-tabs':'Tab\x20biển\x20hiệu','square-tabs':_0xf1f48d(0x1b4),'up-down-arrow-callout':_0xf1f48d(0x1f0)}},'toolbar':{'alignLeft':_0xf1f48d(0x1b9),'alignCenter':_0xf1f48d(0x1e7),'alignRight':_0xf1f48d(0x1cd),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0xf1f48d(0x171),'italic':'In\x20nghiêng','underline':_0xf1f48d(0x219),'strikethrough':_0xf1f48d(0x23e),'textColor':_0xf1f48d(0x1ca),'fillColor':_0xf1f48d(0x17a),'resetColor':_0xf1f48d(0x1a5)},'align':{'top':_0xf1f48d(0x21f),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':'Căn\x20dưới'},'textWrap':{'inline':_0xf1f48d(0x19d),'square':_0xf1f48d(0x1b1),'topAndBottom':'Top\x20and\x20Bottom','behindText':_0xf1f48d(0x24b),'inFrontText':_0xf1f48d(0x1c6)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};function _0x147c(_0x57eecb,_0x4f2f4f){_0x57eecb=_0x57eecb-0x16d;const _0x26f63f=_0x26f6();let _0x147cd1=_0x26f63f[_0x57eecb];return _0x147cd1;}function _0x26f6(){const _0x2eca5e=['Mũi\x20tên\x20xuống','Hình\x20nổ\x201','8GKmtqY','Hình\x20biển\x20hiệu','Sao\x2010\x20cánh','Kích\x20thước\x20mũi\x20tên\x20cuối','Đường\x20ngược','Chú\x20thích\x201','Hình\x20giọt\x20nước','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mũi\x20tên\x20cong\x20lên','Ruy\x20băng\x20xuống','Tô\x20màu','Bát\x20giác','Mũi\x20tên\x20kim\x20cương','Cuộn\x20ngang','In\x20line\x20with\x20text','Chú\x20thích\x20mũi\x20tên\x20phải','Đường\x20nối\x20cong','Nút\x20hành\x20động:\x20Trở\x20lại','Hình\x20thang\x20không\x20cân','Đám\x20mây','72fUCACY','Khung','Reset\x20color','Ruy\x20băng\x20cong\x20xuống','Chuẩn\x20bị','Tỷ\x20lệ\x20X','Sao\x205\x20cánh','Mũi\x20tên\x20quay\x20đầu','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Chuyển\x20đổi\x20lật\x20ngang','Giữa','594192AbONkf','Thất\x20giác','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Square','Không','Vị\x20trí\x20hình\x20dạng','Tab\x20vuông','Tròn','Biểu\x20đồ\x20cộng','Sao\x2024\x20cánh','Mặt\x20cười','Căn\x20trái','Thập\x20nhị\x20giác','Chèn...','Nhập\x20thủ\x20công','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Mũi\x20tên\x20phải','Sao\x206\x20cánh','Dưới\x20phải','Vuông','Nét\x20đứt\x20dài\x20chấm','Chú\x20thích\x20mũi\x20tên\x20trái','Kết\x20thúc','Hợp\x20nhất','In\x20front\x20of\x20text','Tam\x20giác\x20cân','Mũi\x20tên\x20lên\x20xuống','Cặp\x20ngoặc\x20nhọn','Màu\x20chữ','Lưu\x20trữ\x20trực\x20tuyến','Định\x20dạng\x20hình\x20dạng','Căn\x20phải','Hình\x20bình\x20hành','Nhỏ','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Chú\x20thích\x20hình\x20chữ\x20nhật','Hình\x20chữ\x20nhật','Sao\x2016\x20cánh','Chấm\x20tròn','Bù\x20trừ\x20X','Biển\x20cấm\x20hút\x20thuốc','Phẳng','Kiểu\x20hình\x20dạng','Nút\x20hành\x20động:\x20Trợ\x20giúp','Khác','Mũi\x20tên\x20khối','Mũi\x20tên\x20nhọn','Liền','Chú\x20thích\x20mũi\x20tên\x20lên','Đường\x20viền\x20liền','Bù\x20trừ\x20Y','Đường\x20viền','246546nzdgYb','Không\x20tô','Chú\x20thích\x20nhấn\x20mạnh\x203','Dấu\x20nhân','Trên\x20trái','Căn\x20giữa','Mặt\x20trời','Quy\x20trình\x20thay\x20thế','Mũi\x20tên\x20lướt','Cặp\x20ngoặc\x20vuông','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Chú\x20thích\x20nhấn\x20mạnh\x202','Sao\x20và\x20Biểu\x20ngữ','Thập\x20giác','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Mũi\x20tên\x20cong\x20xuống','Chú\x20thích\x20nhấn\x20mạnh\x201','Hình\x20cung','Hình\x20trụ','Dấu\x20trừ','Chú\x20thích\x202','Trống\x20từ','Chấm\x20vuông','Hình\x20bánh\x20rán','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Trì\x20hoãn','Sao\x204\x20cánh','Bánh\x20răng\x206','Băng\x20từ','Kiểu\x20đầu\x20mút','Nét\x20đứt\x20dài','3723973wqRIqR','Nút\x20hành\x20động:\x20Bắt\x20đầu','Trích\x20xuất','Mũi\x20tên\x20trái\x20phải','exports','Ngoặc\x20nhọn\x20trái','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Hình\x20thoi','Mũi\x20tên','Mũi\x20tên\x20lên','Quy\x20trình','Hình\x20dạng','Đa\x20tài\x20liệu','Nguồn\x20ảnh','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Sắp\x20xếp','Mũi\x20tên\x20cong\x20phải','Mũi\x20tên\x20bốn\x20chiều','Tô\x20màu\x20đặc','Hình\x20công\x20thức','Mũi\x20tên\x20khía\x20phải','229487ayaNIR','Vẽ\x20nguệch\x20ngoạc','Ruy\x20băng\x20trái\x20phải','Gạch\x20chân','Hoặc','Đầu\x20nối','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Cong','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Căn\x20trên','Chú\x20thích\x20mũi\x20tên\x20xuống','Tỷ\x20lệ\x20Y','4ypnlUl','Tam\x20giác\x20vuông','Chú\x20thích','Độ\x20rộng','Kích\x20thước\x20mũi\x20tên\x20đầu','Mặt\x20trăng','Mũi\x20tên\x20tròn\x20trái\x20phải','Mũi\x20tên\x20tròn\x20trái','152817IiZvtE','Lớn','Lục\x20giác','Hình\x20lập\x20phương','Hộp\x20văn\x20bản\x20ngang','Sao\x2032\x20cánh','Ngũ\x20giác','Dấu\x20bằng','Lưu\x20trữ\x20nội\x20bộ','Góc\x20thư\x20mục','Vát','Dưới','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Sọc\x20chéo','Xóa\x20hình\x20dạng','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Mũi\x20tên\x20trái','Chú\x20thích\x20đám\x20mây','Mũi\x20tên\x20hình\x20bầu\x20dục','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Gạch\x20ngang','Dưới\x20trái','Trái','Cuộn\x20dọc','Sóng\x20đôi','10884PWVyVP','Sao\x208\x20cánh','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Hình\x20vát','Sao\x2012\x20cánh','Nút\x20hành\x20động:\x20Kết\x20thúc','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Chèn\x20hình\x20dạng','Behind\x20text','Kiểu\x20nối\x20góc','Mũi\x20tên\x20đường\x20thẳng','Nút\x20hành\x20động:\x20Trống','696225DZDMvI','Đường\x20kẻ','Dấu\x20chia','Lưu\x20đồ','168UXAhzw','10CjVcel','Ngoặc\x20nhọn\x20phải','Ruy\x20băng\x20cong\x20lên','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Tô\x20bằng\x20mẫu','In\x20đậm','Hình\x20cơ\x20bản','Mũi\x20tên\x20sọc\x20phải','Dấu\x20khác','Vừa','7111yLDVkC','Nét\x20đứt\x20dài\x20hai\x20chấm','Hiển\x20thị','Sóng','Màu\x20nền\x20văn\x20bản','Bánh\x20răng\x209','Hình\x20chữ\x20L','Bật/tắt\x20lật\x20dọc','Hình\x20nổ\x202','Sao\x207\x20cánh','Không\x20có','Nét\x20đứt\x20chấm','Điểm\x20nối\x20tổng','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Nút\x20hành\x20động:\x20Phim','Kiểu\x20phác\x20thảo','Lưu\x20trữ\x20ngoại\x20tuyến','Kiểu\x20mũi\x20tên\x20cuối','Dữ\x20liệu','Mũi\x20tên\x20tròn','Tài\x20liệu','Nút\x20hành\x20động:\x20Tài\x20liệu'];_0x26f6=function(){return _0x2eca5e;};return _0x26f6();}module[_0xf1f48d(0x205)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2348(){const _0x21d031=['流程图:合并','圆柱形','69936BRWYQv','355ffXCHl','箭头:直角双向','流程图:顺序访问存储器','居中对齐','289205yrztyP','太阳形','双波形','箭头:上','图片源','折线:箭头','饼形楔','左上对齐','形状位置','矩形:一个圆顶角,剪去另一个顶角','十字形','箭头:虚尾','星形:十六角','箭头:环形','顶部对齐','星形:八角','带形:前凸','插入形状','短划线类型','短划线','流程图:磁盘','声音按钮','标注:线形(无边框)','终点箭头类型','上下型','矩形:对角圆角','形状样式','曲线:箭头','箭头:上弧形','星形:十二角','流程图:直接访问存储器','下划线','十二边形','左大括号','牌匾标签','插入...','垂直居中','前进/下一个按钮','带形:上凸','直角三角形','逆时针90度旋转','空心弧','流程图:手动操作','删除线','右对齐','平行四边形','右下对齐','起点箭头类型','图案填充','箭头:右','标注:弯曲线形','星形:十角','将图片平铺为纹理','七边形','切换垂直翻转','左右带形','浮于文字上方','纵向文本框','箭头:下弧形','星形:五角','图表X','文本背景色','公式形状','闪电形','双箭头折线','长划线-点','左圆形箭头','开放箭头','线反向','9齿齿轮','直线箭头','透明度','电影按钮','exports','标注:线形','星形:六角','标注:弯曲线形(带强调线)','爆炸形:8pt','方形标签','隐形箭头','流程图:接点','流程图:或者','左右圆形箭头','流程图:显示','起点箭头大小','星形:四角','流程图:延期','新月形','爆炸形:14pt','端点类型','圆角矩形','流程图:可选过程','箭头:丁字','文本颜色','立方体','右大括号','终点箭头大小','渐变线','标注:弯曲线形(带边框和强调线)','返回按钮','刻度\x20Y','箭头:V型','3719847wEhGZM','流程图:离页连接符','纯色填充','开始按钮','隐藏形状面板','短划线-点','横向文本框','星形:二十四角','流程图:卡片','箭头:手杖形','流程图:摘录','双括号','箭头:上下','删除形状','标注:线形(带强调线)','流程图:决策','标注:双弯曲线形(无边框)','箭头:圆角右','图表加号','8300999ArsINp','流程图:资料带','图文框','右上对齐','对话气泡:圆角矩形','2064730OmFguI','标注:双弯曲线形(带强调线)','标注:双弯曲线形','切换文本竖排','五边形','椭圆箭头','箭头:左右','八边形','联接类型','底部对齐','对话气泡:圆形','卷形:垂直','剪去单角矩形','矩形:圆顶角','箭头:十字','2151704GNOucA','标注:左右箭头','草绘样式','嵌入型','长划线-点-点','流程图:多文档','流程图:文档','箭头:直角上','标注:双弯曲线形(带边框和强调线)','左下对齐','结束按钮','打开形状面板','流程图:内部贮存','流程图:预定义过程','基本形状','等腰三角形','泪滴形','无填充','星形:三十二角','带形:前凸弯','衬于文字下方','星形:七角','半闭框','矩形:剪去对角','流程图:排序','标注:左箭头','信息按钮','箭头:右弧形','5093712cfUSCi','对话气泡:矩形','非等腰梯形','矩形:折角','刻度\x20X','标注:十字箭头','左对齐','双大括号','主页按钮'];_0x2348=function(){return _0x21d031;};return _0x2348();}const _0x2b62c9=_0x29db;(function(_0x2f1515,_0x47b9ac){const _0x2a7e8e=_0x29db,_0x218cd7=_0x2f1515();while(!![]){try{const _0x399fdf=parseInt(_0x2a7e8e(0x23a))/0x1+parseInt(_0x2a7e8e(0x1ff))/0x2+parseInt(_0x2a7e8e(0x1e7))/0x3+-parseInt(_0x2a7e8e(0x22a))/0x4+parseInt(_0x2a7e8e(0x236))/0x5*(parseInt(_0x2a7e8e(0x235))/0x6)+-parseInt(_0x2a7e8e(0x1fa))/0x7+-parseInt(_0x2a7e8e(0x20e))/0x8;if(_0x399fdf===_0x47b9ac)break;else _0x218cd7['push'](_0x218cd7['shift']());}catch(_0x500df2){_0x218cd7['push'](_0x218cd7['shift']());}}}(_0x2348,0xa156f));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x2b62c9(0x24b),'openPanel':_0x2b62c9(0x219),'deleteShape':_0x2b62c9(0x1f4),'hidePanel':_0x2b62c9(0x1eb),'formatShape':'格式化形状','shapeStyle':_0x2b62c9(0x254),'shapePosition':_0x2b62c9(0x242),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x2b62c9(0x1b7),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x2b62c9(0x1a9),'toggleTextVertical':_0x2b62c9(0x202),'fill':{'title':'填充','noFill':_0x2b62c9(0x21f),'solidFill':_0x2b62c9(0x1e9),'gradientFill':'渐变填充','pictureFill':'图片或纹理填充','patternFill':_0x2b62c9(0x1b1),'color':'颜色','transparency':_0x2b62c9(0x1c8),'picture':{'source':_0x2b62c9(0x23e),'insert':_0x2b62c9(0x1a4),'tileAsTexture':_0x2b62c9(0x1b5),'offsetX':'偏移量\x20X','offsetY':'偏移量\x20Y','scaleX':_0x2b62c9(0x22e),'scaleY':_0x2b62c9(0x1e5),'alignment':'对齐方式','rotateWithShape':'与形状一起旋转','align':{'tl':_0x2b62c9(0x241),'t':_0x2b62c9(0x248),'tr':_0x2b62c9(0x1fd),'l':_0x2b62c9(0x230),'ctr':_0x2b62c9(0x239),'r':_0x2b62c9(0x1ad),'bl':_0x2b62c9(0x217),'b':_0x2b62c9(0x208),'br':_0x2b62c9(0x1af)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':_0x2b62c9(0x1e2),'color':'颜色','transparency':_0x2b62c9(0x1c8),'width':'宽度','dashType':{'title':_0x2b62c9(0x24c),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x2b62c9(0x24d),'dashDot':_0x2b62c9(0x1ec),'longDash':'长划线','longDashDot':_0x2b62c9(0x1c2),'longDashDotDot':_0x2b62c9(0x212)},'capType':{'title':_0x2b62c9(0x1da),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x2b62c9(0x207),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x2b62c9(0x1b0),'beginArrowSize':_0x2b62c9(0x1d5),'endArrowType':_0x2b62c9(0x251),'endArrowSize':_0x2b62c9(0x1e1),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2b62c9(0x1c4),'stealthArrow':_0x2b62c9(0x1d0),'diamondArrow':'菱形箭头','ovalArrow':_0x2b62c9(0x204)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2b62c9(0x210),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x2b62c9(0x21c),'blockArrow':'箭头总汇','equationShape':_0x2b62c9(0x1bf),'flowchart':'流程图','starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x2b62c9(0x1c7),'straight-connector2':'双箭头直线','bent-connector3':'折线','bent-connector3-arrow1':_0x2b62c9(0x23f),'bent-connector3-arrow2':_0x2b62c9(0x1c1),'curved-connector3':'曲线','curved-connector3-arrow1':_0x2b62c9(0x255),'curved-connector3-arrow2':'双箭头曲线','rect':'矩形','round-rect':_0x2b62c9(0x1db),'snip1-rect':_0x2b62c9(0x20b),'snip2-same-rect':'矩形:剪去顶角','snip2-diag-rect':_0x2b62c9(0x225),'snip-round-rect':_0x2b62c9(0x243),'round1-rect':'矩形:单圆角','round2-same-rect':_0x2b62c9(0x20c),'round2-diag-rect':_0x2b62c9(0x253),'rect-textbox-horizontal':_0x2b62c9(0x1ed),'rect-textbox-vertical':_0x2b62c9(0x1ba),'ellipse':'椭圆','triangle':_0x2b62c9(0x21d),'rt-triangle':_0x2b62c9(0x1a8),'parallelogram':_0x2b62c9(0x1ae),'trapezoid':'梯形','non-isosceles-trapezoid':_0x2b62c9(0x22c),'diamond':'菱形','pentagon':_0x2b62c9(0x203),'hexagon':'六边形','heptagon':_0x2b62c9(0x1b6),'octagon':_0x2b62c9(0x206),'decagon':'十边形','dodecagon':_0x2b62c9(0x1a1),'pie':'不完整圆','chord':'弦形','teardrop':_0x2b62c9(0x21e),'frame':_0x2b62c9(0x1fc),'half-frame':_0x2b62c9(0x224),'corner':'L形','diag-stripe':'斜纹','plus':_0x2b62c9(0x244),'plaque':'缺角矩形','can':_0x2b62c9(0x234),'cube':_0x2b62c9(0x1df),'bevel':'矩形:棱台','donut':'圆:空心','no-smoking':'禁止符','block-arc':_0x2b62c9(0x1aa),'folder-corner':_0x2b62c9(0x22d),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x2b62c9(0x1c0),'sun':_0x2b62c9(0x23b),'moon':_0x2b62c9(0x1d8),'cloud':'云形','arc':'弧形','bracket-pair':_0x2b62c9(0x1f2),'brace-pair':_0x2b62c9(0x231),'left-bracket':'左中括号','right-bracket':'右中括号','left-brace':_0x2b62c9(0x1a2),'right-brace':_0x2b62c9(0x1e0),'right-arrow':_0x2b62c9(0x1b2),'left-arrow':'箭头:左','up-arrow':_0x2b62c9(0x23d),'down-arrow':'箭头:下','left-right-arrow':_0x2b62c9(0x205),'up-down-arrow':_0x2b62c9(0x1f3),'quad-arrow':_0x2b62c9(0x20d),'left-right-up-arrow':_0x2b62c9(0x1dd),'bent-arrow':_0x2b62c9(0x1f8),'uturn-arrow':_0x2b62c9(0x1f0),'left-up-arrow':_0x2b62c9(0x237),'bent-up-arrow':_0x2b62c9(0x215),'curved-right-arrow':_0x2b62c9(0x229),'curved-left-arrow':'箭头:左弧形','curved-up-arrow':_0x2b62c9(0x256),'curved-down-arrow':_0x2b62c9(0x1bb),'striped-right-arrow':_0x2b62c9(0x245),'notched-right-arrow':'箭头:燕尾形','home-plate':'五边形','chevron':_0x2b62c9(0x1e6),'right-arrow-callout':'标注:右箭头','down-arrow-callout':'标注:下箭头','left-arrow-callout':_0x2b62c9(0x227),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':_0x2b62c9(0x20f),'quad-arrow-callout':_0x2b62c9(0x22f),'circular-arrow':_0x2b62c9(0x247),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':'流程图:过程','flow-chart-alternate-process':_0x2b62c9(0x1dc),'flow-chart-decision':_0x2b62c9(0x1f6),'flow-chart-input-output':'流程图:数据','flow-chart-predefined-process':_0x2b62c9(0x21b),'flow-chart-internal-storage':_0x2b62c9(0x21a),'flow-chart-document':_0x2b62c9(0x214),'flow-chart-multidocument':_0x2b62c9(0x213),'flow-chart-terminator':'流程图:终止','flow-chart-preparation':'流程图:准备','flow-chart-manual-input':'流程图:手动输入','flow-chart-manual-operation':_0x2b62c9(0x1ab),'flow-chart-connector':_0x2b62c9(0x1d1),'flow-chart-offpage-connector':_0x2b62c9(0x1e8),'flow-chart-punched-card':_0x2b62c9(0x1ef),'flow-chart-punched-tape':_0x2b62c9(0x1fb),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x2b62c9(0x1d2),'flow-chart-collate':'流程图:对照','flow-chart-sort':_0x2b62c9(0x226),'flow-chart-extract':_0x2b62c9(0x1f1),'flow-chart-merge':_0x2b62c9(0x233),'flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x2b62c9(0x1d7),'flow-chart-magnetic-tape':_0x2b62c9(0x238),'flow-chart-magnetic-disk':_0x2b62c9(0x24e),'flow-chart-magnetic-drum':_0x2b62c9(0x19f),'flow-chart-display':_0x2b62c9(0x1d4),'irregular-seal1':_0x2b62c9(0x1ce),'irregular-seal2':_0x2b62c9(0x1d9),'star4':_0x2b62c9(0x1d6),'star5':_0x2b62c9(0x1bc),'star6':_0x2b62c9(0x1cc),'star7':_0x2b62c9(0x223),'star8':_0x2b62c9(0x249),'star10':_0x2b62c9(0x1b4),'star12':_0x2b62c9(0x19e),'star16':_0x2b62c9(0x246),'star24':_0x2b62c9(0x1ee),'star32':_0x2b62c9(0x220),'ribbon2':_0x2b62c9(0x1a7),'ribbon':_0x2b62c9(0x24a),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x2b62c9(0x221),'vertical-scroll':_0x2b62c9(0x20a),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x2b62c9(0x23c),'wedge-rect-callout':_0x2b62c9(0x22b),'wedge-round-rect-callout':_0x2b62c9(0x1fe),'wedge-ellipse-callout':_0x2b62c9(0x209),'cloud-callout':'气泡:云','border-callout1':_0x2b62c9(0x1cb),'border-callout2':_0x2b62c9(0x1b3),'border-callout3':_0x2b62c9(0x201),'accent-callout1':_0x2b62c9(0x1f5),'accent-callout2':_0x2b62c9(0x1cd),'accent-callout3':_0x2b62c9(0x200),'callout1':_0x2b62c9(0x250),'callout2':'标注:弯曲线形(无边框)','callout3':_0x2b62c9(0x1f7),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':_0x2b62c9(0x1e3),'accent-border-callout3':_0x2b62c9(0x216),'left-circular-arrow':_0x2b62c9(0x1c3),'left-right-circular-arrow':_0x2b62c9(0x1d3),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x2b62c9(0x1b8),'pie-wedge':_0x2b62c9(0x240),'funnel':'漏斗','gear6':'6齿齿轮','gear9':_0x2b62c9(0x1c6),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':_0x2b62c9(0x1a6),'action-button-beginning':_0x2b62c9(0x1ea),'action-button-end':_0x2b62c9(0x218),'action-button-home':_0x2b62c9(0x232),'action-button-information':_0x2b62c9(0x228),'action-button-return':_0x2b62c9(0x1e4),'action-button-movie':_0x2b62c9(0x1c9),'action-button-document':'文档按钮','action-button-sound':_0x2b62c9(0x24f),'action-button-help':'帮助按钮','action-button-blank':'空白按钮','chart-plus':_0x2b62c9(0x1f9),'chart-star':'图表星号','chart-x':_0x2b62c9(0x1bd),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x2b62c9(0x1c5),'plaque-tabs':_0x2b62c9(0x1a3),'square-tabs':_0x2b62c9(0x1cf),'up-down-arrow-callout':'上下箭头标注'}},'toolbar':{'alignLeft':_0x2b62c9(0x230),'alignCenter':_0x2b62c9(0x239),'alignRight':_0x2b62c9(0x1ad),'alignJustify':'两端对齐','bold':'粗体','italic':'斜体','underline':_0x2b62c9(0x1a0),'strikethrough':_0x2b62c9(0x1ac),'textColor':_0x2b62c9(0x1de),'fillColor':_0x2b62c9(0x1be)},'align':{'top':_0x2b62c9(0x248),'middle':_0x2b62c9(0x1a5),'bottom':_0x2b62c9(0x208)},'textWrap':{'inline':_0x2b62c9(0x211),'square':'四周型','topAndBottom':_0x2b62c9(0x252),'behindText':_0x2b62c9(0x222),'inFrontText':_0x2b62c9(0x1b9)},'crop':{'shape':'裁剪为形状'}}};function _0x29db(_0x5047c5,_0x2b9591){_0x5047c5=_0x5047c5-0x19e;const _0x2348f9=_0x2348();let _0x29dbe2=_0x2348f9[_0x5047c5];return _0x29dbe2;}module[_0x2b62c9(0x1ca)]=e;
|
|
1
|
+
const _0x504ee2=_0x34bd;(function(_0x435fb7,_0x21000d){const _0x1eba79=_0x34bd,_0x15b7fc=_0x435fb7();while(!![]){try{const _0x2116c8=parseInt(_0x1eba79(0x123))/0x1+-parseInt(_0x1eba79(0x15d))/0x2+-parseInt(_0x1eba79(0x15b))/0x3*(parseInt(_0x1eba79(0xb0))/0x4)+-parseInt(_0x1eba79(0x100))/0x5+-parseInt(_0x1eba79(0xe5))/0x6*(parseInt(_0x1eba79(0xf5))/0x7)+parseInt(_0x1eba79(0xf6))/0x8+parseInt(_0x1eba79(0x13d))/0x9;if(_0x2116c8===_0x21000d)break;else _0x15b7fc['push'](_0x15b7fc['shift']());}catch(_0x5a88a6){_0x15b7fc['push'](_0x15b7fc['shift']());}}}(_0x3dfc,0x94720));function _0x34bd(_0x1ce621,_0x32c79c){_0x1ce621=_0x1ce621-0xb0;const _0x3dfca3=_0x3dfc();let _0x34bd37=_0x3dfca3[_0x1ce621];return _0x34bd37;}const e={'docs-shape-ui':{'title':'形状','insertShape':_0x504ee2(0x12f),'openPanel':_0x504ee2(0xbf),'deleteShape':'删除形状','hidePanel':_0x504ee2(0xcc),'formatShape':_0x504ee2(0xc9),'shapeStyle':_0x504ee2(0x133),'shapePosition':'形状位置','toggleFlipH':_0x504ee2(0xd2),'toggleFlipV':_0x504ee2(0xc1),'rotateRight90':_0x504ee2(0xe1),'rotateLeft90':_0x504ee2(0x127),'toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':_0x504ee2(0xc0),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x504ee2(0xc7),'color':'颜色','transparency':'透明度','picture':{'source':_0x504ee2(0xb2),'insert':_0x504ee2(0xe6),'tileAsTexture':_0x504ee2(0xfe),'offsetX':_0x504ee2(0x13e),'offsetY':_0x504ee2(0x120),'scaleX':_0x504ee2(0x13f),'scaleY':_0x504ee2(0x122),'alignment':'对齐方式','rotateWithShape':_0x504ee2(0xdb),'align':{'tl':_0x504ee2(0x159),'t':_0x504ee2(0xe9),'tr':'右上对齐','l':_0x504ee2(0xd3),'ctr':'居中对齐','r':_0x504ee2(0x158),'bl':_0x504ee2(0x12a),'b':'底部对齐','br':_0x504ee2(0x134)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x504ee2(0xee),'width':'宽度','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x504ee2(0x15f),'dashDot':_0x504ee2(0x10b),'longDash':_0x504ee2(0xbe),'longDashDot':'长划线-点','longDashDotDot':_0x504ee2(0x106)},'capType':{'title':_0x504ee2(0x135),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x504ee2(0xbc),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':_0x504ee2(0xd0),'endArrowType':_0x504ee2(0xce),'endArrowSize':_0x504ee2(0x13b),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x504ee2(0xb7),'stealthArrow':_0x504ee2(0xfd),'diamondArrow':_0x504ee2(0xb9),'ovalArrow':_0x504ee2(0x14f)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x504ee2(0xc2),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':'基本形状','blockArrow':_0x504ee2(0x105),'equationShape':'公式形状','flowchart':_0x504ee2(0x147),'starAndBanner':_0x504ee2(0xf9),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':_0x504ee2(0x124),'bent-connector3':'折线','bent-connector3-arrow1':_0x504ee2(0x160),'bent-connector3-arrow2':_0x504ee2(0xde),'curved-connector3':'曲线','curved-connector3-arrow1':'曲线:箭头','curved-connector3-arrow2':_0x504ee2(0x14b),'rect':'矩形','round-rect':_0x504ee2(0x112),'snip1-rect':_0x504ee2(0xe7),'snip2-same-rect':_0x504ee2(0x11f),'snip2-diag-rect':_0x504ee2(0xc6),'snip-round-rect':'矩形:一个圆顶角,剪去另一个顶角','round1-rect':'矩形:单圆角','round2-same-rect':_0x504ee2(0x154),'round2-diag-rect':_0x504ee2(0x11c),'rect-textbox-horizontal':'横向文本框','rect-textbox-vertical':_0x504ee2(0x163),'ellipse':'椭圆','triangle':_0x504ee2(0xff),'rt-triangle':_0x504ee2(0x164),'parallelogram':_0x504ee2(0x161),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x504ee2(0x136),'hexagon':'六边形','heptagon':'七边形','octagon':_0x504ee2(0xd7),'decagon':_0x504ee2(0x111),'dodecagon':_0x504ee2(0x12d),'pie':_0x504ee2(0x107),'chord':'弦形','teardrop':_0x504ee2(0x143),'frame':'图文框','half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x504ee2(0x110),'can':_0x504ee2(0xd9),'cube':_0x504ee2(0x152),'bevel':_0x504ee2(0x118),'donut':_0x504ee2(0x165),'no-smoking':_0x504ee2(0xf4),'block-arc':_0x504ee2(0x139),'folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':'闪电形','sun':_0x504ee2(0xba),'moon':_0x504ee2(0xb5),'cloud':'云形','arc':'弧形','bracket-pair':_0x504ee2(0xea),'brace-pair':_0x504ee2(0x10e),'left-bracket':_0x504ee2(0xeb),'right-bracket':'右中括号','left-brace':'左大括号','right-brace':'右大括号','right-arrow':_0x504ee2(0xf3),'left-arrow':_0x504ee2(0x141),'up-arrow':_0x504ee2(0xd5),'down-arrow':_0x504ee2(0x101),'left-right-arrow':'箭头:左右','up-down-arrow':_0x504ee2(0xc5),'quad-arrow':_0x504ee2(0xcb),'left-right-up-arrow':_0x504ee2(0xb1),'bent-arrow':'箭头:圆角右','uturn-arrow':'箭头:手杖形','left-up-arrow':_0x504ee2(0xd8),'bent-up-arrow':_0x504ee2(0xfb),'curved-right-arrow':_0x504ee2(0x151),'curved-left-arrow':_0x504ee2(0x126),'curved-up-arrow':_0x504ee2(0xe4),'curved-down-arrow':_0x504ee2(0x162),'striped-right-arrow':_0x504ee2(0xcf),'notched-right-arrow':'箭头:燕尾形','home-plate':_0x504ee2(0x136),'chevron':_0x504ee2(0x10d),'right-arrow-callout':_0x504ee2(0xb4),'down-arrow-callout':_0x504ee2(0xd1),'left-arrow-callout':_0x504ee2(0x150),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':_0x504ee2(0x15e),'quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x504ee2(0x155),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x504ee2(0xf1),'flow-chart-alternate-process':_0x504ee2(0xdf),'flow-chart-decision':_0x504ee2(0xd4),'flow-chart-input-output':_0x504ee2(0x11a),'flow-chart-predefined-process':_0x504ee2(0xec),'flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':_0x504ee2(0xb6),'flow-chart-multidocument':_0x504ee2(0x12e),'flow-chart-terminator':_0x504ee2(0xf8),'flow-chart-preparation':'流程图:准备','flow-chart-manual-input':_0x504ee2(0x108),'flow-chart-manual-operation':_0x504ee2(0xdd),'flow-chart-connector':'流程图:接点','flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x504ee2(0x140),'flow-chart-punched-tape':_0x504ee2(0x13c),'flow-chart-summing-junction':_0x504ee2(0xd6),'flow-chart-or':'流程图:或者','flow-chart-collate':_0x504ee2(0xc8),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x504ee2(0xe0),'flow-chart-merge':_0x504ee2(0xb8),'flow-chart-online-storage':_0x504ee2(0x14c),'flow-chart-delay':'流程图:延期','flow-chart-magnetic-tape':_0x504ee2(0xfa),'flow-chart-magnetic-disk':_0x504ee2(0x115),'flow-chart-magnetic-drum':'流程图:直接访问存储器','flow-chart-display':_0x504ee2(0x104),'irregular-seal1':_0x504ee2(0x142),'irregular-seal2':_0x504ee2(0xdc),'star4':_0x504ee2(0xe2),'star5':_0x504ee2(0xf2),'star6':_0x504ee2(0x14d),'star7':_0x504ee2(0x128),'star8':_0x504ee2(0x166),'star10':'星形:十角','star12':_0x504ee2(0x138),'star16':_0x504ee2(0xb3),'star24':'星形:二十四角','star32':_0x504ee2(0x157),'ribbon2':'带形:上凸','ribbon':_0x504ee2(0xca),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x504ee2(0x102),'vertical-scroll':_0x504ee2(0x15a),'horizontal-scroll':_0x504ee2(0x12b),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x504ee2(0x10c),'wedge-round-rect-callout':_0x504ee2(0x11e),'wedge-ellipse-callout':_0x504ee2(0x116),'cloud-callout':_0x504ee2(0x119),'border-callout1':'标注:线形','border-callout2':_0x504ee2(0x117),'border-callout3':_0x504ee2(0x10a),'accent-callout1':_0x504ee2(0x121),'accent-callout2':_0x504ee2(0xed),'accent-callout3':_0x504ee2(0x103),'callout1':_0x504ee2(0x14e),'callout2':'标注:弯曲线形(无边框)','callout3':_0x504ee2(0x12c),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':_0x504ee2(0x13a),'accent-border-callout3':_0x504ee2(0x137),'left-circular-arrow':_0x504ee2(0x146),'left-right-circular-arrow':_0x504ee2(0xe8),'swoosh-arrow':_0x504ee2(0x114),'left-right-ribbon':_0x504ee2(0x131),'pie-wedge':'饼形楔','funnel':'漏斗','gear6':_0x504ee2(0x113),'gear9':_0x504ee2(0xc4),'corner-tabs':'角标','action-button-back-previous':_0x504ee2(0x11b),'action-button-forward-next':_0x504ee2(0xfc),'action-button-beginning':'开始按钮','action-button-end':'结束按钮','action-button-home':_0x504ee2(0xef),'action-button-information':'信息按钮','action-button-return':_0x504ee2(0xcd),'action-button-movie':_0x504ee2(0x125),'action-button-document':_0x504ee2(0x144),'action-button-sound':_0x504ee2(0xbd),'action-button-help':_0x504ee2(0x109),'action-button-blank':_0x504ee2(0x153),'chart-plus':'图表加号','chart-star':'图表星号','chart-x':'图表X','flow-chart-offline-storage':_0x504ee2(0x145),'line-inv':_0x504ee2(0xf0),'plaque-tabs':_0x504ee2(0x14a),'square-tabs':_0x504ee2(0x132),'up-down-arrow-callout':_0x504ee2(0x156)}},'toolbar':{'alignLeft':_0x504ee2(0xd3),'alignCenter':_0x504ee2(0x15c),'alignRight':_0x504ee2(0x158),'alignJustify':_0x504ee2(0x130),'bold':'粗体','italic':'斜体','underline':_0x504ee2(0xe3),'strikethrough':_0x504ee2(0xda),'textColor':_0x504ee2(0xbb),'fillColor':'文本背景色','resetColor':_0x504ee2(0x129)},'align':{'top':'顶部对齐','middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x504ee2(0x10f),'square':_0x504ee2(0x11d),'topAndBottom':_0x504ee2(0xf7),'behindText':_0x504ee2(0x149),'inFrontText':_0x504ee2(0xc3)},'crop':{'shape':'裁剪为形状'}}};function _0x3dfc(){const _0x2bdf04=['标注:线形(带强调线)','刻度\x20Y','803647lbbwsw','双箭头直线','电影按钮','箭头:左弧形','逆时针90度旋转','星形:七角','重置颜色','左下对齐','卷形:水平','标注:双弯曲线形(无边框)','十二边形','流程图:多文档','插入形状','两端对齐','左右带形','方形标签','形状样式','右下对齐','端点类型','五边形','标注:双弯曲线形(带边框和强调线)','星形:十二角','空心弧','标注:弯曲线形(带边框和强调线)','终点箭头大小','流程图:资料带','11059002kjMEGY','偏移量\x20X','刻度\x20X','流程图:卡片','箭头:左','爆炸形:8pt','泪滴形','文档按钮','流程图:离线存储','左圆形箭头','流程图','exports','衬于文字下方','牌匾标签','双箭头曲线','流程图:存储数据','星形:六角','标注:线形(无边框)','椭圆箭头','标注:左箭头','箭头:右弧形','立方体','空白按钮','矩形:圆顶角','箭头:环形','上下箭头标注','星形:三十二角','右对齐','左上对齐','卷形:垂直','63051lvqFaC','居中对齐','2012936kCoXTj','标注:左右箭头','短划线','折线:箭头','平行四边形','箭头:下弧形','纵向文本框','直角三角形','圆:空心','星形:八角','52WfusmR','箭头:丁字','图片源','星形:十六角','标注:右箭头','新月形','流程图:文档','开放箭头','流程图:合并','菱形箭头','太阳形','文本颜色','联接类型','声音按钮','长划线','打开形状面板','无颜色','切换垂直翻转','草绘样式','浮于文字上方','9齿齿轮','箭头:上下','矩形:剪去对角','图案填充','流程图:对照','格式化形状','带形:前凸','箭头:十字','隐藏形状面板','返回按钮','终点箭头类型','箭头:虚尾','起点箭头大小','标注:下箭头','切换水平翻转','左对齐','流程图:决策','箭头:上','流程图:汇总连接','八边形','箭头:直角双向','圆柱形','删除线','与形状一起旋转','爆炸形:14pt','流程图:手动操作','双箭头折线','流程图:可选过程','流程图:摘录','顺时针90度旋转','星形:四角','下划线','箭头:上弧形','732TnaHYl','插入...','剪去单角矩形','左右圆形箭头','顶部对齐','双括号','左中括号','流程图:预定义过程','标注:弯曲线形(带强调线)','透明度','主页按钮','线反向','流程图:过程','星形:五角','箭头:右','禁止符','5502Dxhdqg','8456432utoltL','上下型','流程图:终止','星与旗帜','流程图:顺序访问存储器','箭头:直角上','前进/下一个按钮','隐形箭头','将图片平铺为纹理','等腰三角形','5529330TXfFlW','箭头:下','带形:前凸弯','标注:双弯曲线形(带强调线)','流程图:显示','箭头总汇','长划线-点-点','不完整圆','流程图:手动输入','帮助按钮','标注:双弯曲线形','短划线-点','对话气泡:矩形','箭头:V型','双大括号','嵌入型','缺角矩形','十边形','圆角矩形','6齿齿轮','弯曲箭头','流程图:磁盘','对话气泡:圆形','标注:弯曲线形','矩形:棱台','气泡:云','流程图:数据','返回/上一个按钮','矩形:对角圆角','四周型','对话气泡:圆角矩形','矩形:剪去顶角','偏移量\x20Y'];_0x3dfc=function(){return _0x2bdf04;};return _0x3dfc();}module[_0x504ee2(0x148)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0xc81d=_0x3def;(function(_0x45f0b5,_0x5e6ed4){const _0x343969=_0x3def,_0x1cbad4=_0x45f0b5();while(!![]){try{const _0x1adc5a=parseInt(_0x343969(0xeb))/0x1+parseInt(_0x343969(0xea))/0x2+parseInt(_0x343969(0x119))/0x3*(parseInt(_0x343969(0xfe))/0x4)+-parseInt(_0x343969(0xe5))/0x5*(-parseInt(_0x343969(0x17a))/0x6)+-parseInt(_0x343969(0x151))/0x7+-parseInt(_0x343969(0x10d))/0x8*(-parseInt(_0x343969(0x169))/0x9)+-parseInt(_0x343969(0x150))/0xa*(parseInt(_0x343969(0x122))/0xb);if(_0x1adc5a===_0x5e6ed4)break;else _0x1cbad4['push'](_0x1cbad4['shift']());}catch(_0x4cb23a){_0x1cbad4['push'](_0x1cbad4['shift']());}}}(_0x3961,0x20890));function _0x3def(_0x2ad335,_0x1714e6){_0x2ad335=_0x2ad335-0xcd;const _0x3961b0=_0x3961();let _0x3deffb=_0x3961b0[_0x2ad335];return _0x3deffb;}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0xc81d(0x140),'openPanel':_0xc81d(0x15a),'deleteShape':_0xc81d(0x121),'hidePanel':_0xc81d(0xfa),'formatShape':_0xc81d(0xfc),'shapeStyle':_0xc81d(0x183),'shapePosition':_0xc81d(0x16c),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0xc81d(0x126),'rotateRight90':_0xc81d(0x12a),'rotateLeft90':_0xc81d(0x145),'toggleTextVertical':_0xc81d(0x142),'fill':{'title':'填充','noFill':'無填充','solidFill':_0xc81d(0x105),'gradientFill':_0xc81d(0x165),'pictureFill':_0xc81d(0x104),'patternFill':'圖案填充','color':'顏色','transparency':_0xc81d(0x101),'picture':{'source':'圖片來源','insert':'插入...','tileAsTexture':_0xc81d(0x127),'offsetX':_0xc81d(0x15b),'offsetY':'偏移量\x20Y','scaleX':_0xc81d(0x103),'scaleY':'縮放\x20Y','alignment':_0xc81d(0xed),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0xc81d(0x138),'t':'頂部對齊','tr':'右上對齊','l':'左對齊','ctr':_0xc81d(0xe3),'r':_0xc81d(0x154),'bl':_0xc81d(0x125),'b':_0xc81d(0x171),'br':_0xc81d(0xf6)}}},'line':{'title':'線條','noLine':_0xc81d(0x15c),'solidLine':'實線','gradientLine':_0xc81d(0x123),'color':'顏色','transparency':_0xc81d(0x101),'width':'寬度','dashType':{'title':_0xc81d(0x10c),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0xc81d(0x17c),'longDash':_0xc81d(0x128),'longDashDot':_0xc81d(0xe7),'longDashDotDot':_0xc81d(0xd2)},'capType':{'title':_0xc81d(0x11e),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0xc81d(0xd5),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0xc81d(0x111),'beginArrowSize':'起點箭頭大小','endArrowType':_0xc81d(0x130),'endArrowSize':_0xc81d(0x107),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0xc81d(0x13d),'stealthArrow':_0xc81d(0xf9),'diamondArrow':_0xc81d(0x139),'ovalArrow':_0xc81d(0x170)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0xc81d(0x16a),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0xc81d(0x12d),'blockArrow':'箭頭總匯','equationShape':'公式形狀','flowchart':'流程圖','starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0xc81d(0x187),'straight-connector2':_0xc81d(0x15d),'bent-connector3':'折線','bent-connector3-arrow1':_0xc81d(0xf5),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0xc81d(0xe2),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0xc81d(0x186),'snip1-rect':_0xc81d(0x146),'snip2-same-rect':_0xc81d(0x17e),'snip2-diag-rect':_0xc81d(0x14d),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0xc81d(0xd6),'round2-same-rect':_0xc81d(0x113),'round2-diag-rect':_0xc81d(0xf2),'rect-textbox-horizontal':_0xc81d(0x118),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0xc81d(0x114),'parallelogram':_0xc81d(0x163),'trapezoid':'梯形','non-isosceles-trapezoid':_0xc81d(0x17d),'diamond':'菱形','pentagon':_0xc81d(0x15e),'hexagon':_0xc81d(0xf0),'heptagon':_0xc81d(0xdb),'octagon':_0xc81d(0x184),'decagon':_0xc81d(0x134),'dodecagon':_0xc81d(0x12f),'pie':_0xc81d(0x149),'chord':'弦形','teardrop':_0xc81d(0xe9),'frame':_0xc81d(0xd9),'half-frame':_0xc81d(0x14c),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0xc81d(0x157),'can':_0xc81d(0x124),'cube':_0xc81d(0x117),'bevel':_0xc81d(0xfd),'donut':_0xc81d(0x11b),'no-smoking':_0xc81d(0x147),'block-arc':_0xc81d(0x141),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0xc81d(0xd3),'sun':_0xc81d(0x115),'moon':_0xc81d(0xe0),'cloud':'雲形','arc':'弧形','bracket-pair':_0xc81d(0x11c),'brace-pair':_0xc81d(0x158),'left-bracket':_0xc81d(0xda),'right-bracket':_0xc81d(0x10e),'left-brace':'左大括號','right-brace':_0xc81d(0x16d),'right-arrow':'箭頭:右','left-arrow':'箭頭:左','up-arrow':'箭頭:上','down-arrow':_0xc81d(0xfb),'left-right-arrow':_0xc81d(0xce),'up-down-arrow':_0xc81d(0xe8),'quad-arrow':_0xc81d(0x110),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0xc81d(0x175),'uturn-arrow':_0xc81d(0x133),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0xc81d(0x11f),'curved-right-arrow':_0xc81d(0x155),'curved-left-arrow':_0xc81d(0x16b),'curved-up-arrow':_0xc81d(0x12c),'curved-down-arrow':_0xc81d(0x182),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0xc81d(0x15e),'chevron':'箭頭:V型','right-arrow-callout':_0xc81d(0x15f),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0xc81d(0x144),'up-arrow-callout':_0xc81d(0x179),'left-right-arrow-callout':_0xc81d(0x181),'quad-arrow-callout':_0xc81d(0x174),'circular-arrow':_0xc81d(0xcf),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0xc81d(0x106),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0xc81d(0xf4),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':_0xc81d(0x152),'flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0xc81d(0x168),'flow-chart-document':_0xc81d(0x137),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0xc81d(0xd0),'flow-chart-preparation':_0xc81d(0x13a),'flow-chart-manual-input':_0xc81d(0x162),'flow-chart-manual-operation':_0xc81d(0x160),'flow-chart-connector':_0xc81d(0x100),'flow-chart-offpage-connector':_0xc81d(0x180),'flow-chart-punched-card':_0xc81d(0x14f),'flow-chart-punched-tape':_0xc81d(0x10f),'flow-chart-summing-junction':_0xc81d(0xec),'flow-chart-or':_0xc81d(0x164),'flow-chart-collate':_0xc81d(0x16f),'flow-chart-sort':_0xc81d(0x153),'flow-chart-extract':_0xc81d(0x131),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0xc81d(0xd8),'flow-chart-magnetic-tape':_0xc81d(0x13e),'flow-chart-magnetic-disk':_0xc81d(0x132),'flow-chart-magnetic-drum':_0xc81d(0x178),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0xc81d(0x17b),'irregular-seal2':_0xc81d(0x17f),'star4':_0xc81d(0xdf),'star5':_0xc81d(0x129),'star6':_0xc81d(0xd7),'star7':_0xc81d(0xdd),'star8':_0xc81d(0xd4),'star10':_0xc81d(0x11d),'star12':_0xc81d(0x173),'star16':_0xc81d(0x185),'star24':_0xc81d(0xf7),'star32':'星形:三十二角','ribbon2':_0xc81d(0x156),'ribbon':_0xc81d(0x10a),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':'卷形:垂直','horizontal-scroll':_0xc81d(0xe1),'wave':'波形','double-wave':_0xc81d(0x11a),'wedge-rect-callout':_0xc81d(0xf8),'wedge-round-rect-callout':_0xc81d(0x16e),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0xc81d(0xdc),'border-callout1':'標註:線形','border-callout2':_0xc81d(0x14b),'border-callout3':'標註:雙彎曲線形','accent-callout1':_0xc81d(0x13f),'accent-callout2':_0xc81d(0x166),'accent-callout3':_0xc81d(0x14a),'callout1':_0xc81d(0x161),'callout2':'標註:彎曲線形(無邊框)','callout3':_0xc81d(0x112),'accent-border-callout1':_0xc81d(0xef),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0xc81d(0x172),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0xc81d(0x10b),'left-right-ribbon':_0xc81d(0xde),'pie-wedge':_0xc81d(0x102),'funnel':'漏斗','gear6':_0xc81d(0x148),'gear9':_0xc81d(0x167),'corner-tabs':'角標','action-button-back-previous':_0xc81d(0x14e),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0xc81d(0xe4),'action-button-end':'結束按鈕','action-button-home':'主頁按鈕','action-button-information':_0xc81d(0x116),'action-button-return':_0xc81d(0xff),'action-button-movie':'電影按鈕','action-button-document':_0xc81d(0x120),'action-button-sound':'聲音按鈕','action-button-help':_0xc81d(0x13c),'action-button-blank':_0xc81d(0x109),'chart-plus':_0xc81d(0x12e),'chart-star':_0xc81d(0xe6),'chart-x':'圖表X','flow-chart-offline-storage':_0xc81d(0xd1),'line-inv':_0xc81d(0x176),'plaque-tabs':_0xc81d(0x143),'square-tabs':_0xc81d(0xf1),'up-down-arrow-callout':_0xc81d(0x13b)}},'toolbar':{'alignLeft':_0xc81d(0xcd),'alignCenter':'居中對齊','alignRight':'右對齊','alignJustify':_0xc81d(0x135),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0xc81d(0x159),'fillColor':'文字背景色'},'align':{'top':_0xc81d(0xf3),'middle':'垂直居中','bottom':_0xc81d(0x171)},'textWrap':{'inline':_0xc81d(0x108),'square':'矩形','topAndBottom':_0xc81d(0x136),'behindText':_0xc81d(0x12b),'inFrontText':_0xc81d(0x177)},'crop':{'shape':'裁切為形狀'}}};function _0x3961(){const _0x270057=['置中對齊','開始按鈕','250qbGVem','圖表星號','長虛線-點','箭頭:上下','淚滴形','338548QUGhhG','56868jgHygm','流程圖:匯總連接','對齊方式','exports','標註:線形(帶邊框和強調線)','六邊形','方形標籤','矩形:對角圓角','頂部對齊','流程圖:可選過程','折線:箭頭','右下對齊','星形:二十四角','對話氣泡:矩形','隱形箭頭','隱藏形狀面板','箭頭:下','格式化形狀','矩形:棱台','4yxWJmW','返回按鈕','流程圖:接點','透明度','餅形楔','縮放\x20X','圖片或紋理填充','純色填充','不等號','終點箭頭大小','與文字排列','空白按鈕','帶形:前凸','彎曲箭頭','虛線類型','1622072LYLRAh','右中括號','流程圖:資料帶','箭頭:十字','起點箭頭類型','標註:雙彎曲線形(無邊框)','矩形:圓頂角','直角三角形','太陽形','信息按鈕','立方體','橫向文字方塊','102543QmWiLa','雙波形','圓:空心','雙括號','星形:十角','端點類型','箭頭:直角上','文檔按鈕','刪除形狀','58894sMVxvb','漸層線','圓柱形','左下對齊','切換垂直翻轉','將圖片平鋪為紋理','長虛線','星形:五角','順時針\x2090\x20度旋轉','文字在前','箭頭:上弧形','基本形狀','圖表加號','十二邊形','終點箭頭類型','流程圖:摘錄','流程圖:磁盤','箭頭:手杖形','十邊形','兩端對齊','上及下','流程圖:文檔','左上對齊','菱形箭頭','流程圖:準備','上下箭頭標註','幫助按鈕','開放箭頭','流程圖:順序訪問存儲器','標註:線形(帶強調線)','插入形狀','空心弧','切換文本豎排','牌匾標籤','標註:左箭頭','逆時針\x2090\x20度旋轉','剪去單角矩形','禁止符','6齒齒輪','不完整圓','標註:雙彎曲線形(帶強調線)','標註:彎曲線形','半閉框','矩形:剪去對角','返回/上一個按鈕','流程圖:卡片','410bSXqEA','1608278PiSGTL','流程圖:數據','流程圖:排序','右對齊','箭頭:右弧形','帶形:上凸','缺角矩形','雙大括號','文字顏色','打開形狀面板','偏移量\x20X','無線條','雙箭頭直線','五邊形','標註:右箭頭','流程圖:手動操作','標註:線形(無邊框)','流程圖:手動輸入','平行四邊形','流程圖:或者','漸層填充','標註:彎曲線形(帶強調線)','9齒齒輪','流程圖:內部貯存','9KOKmkS','草繪樣式','箭頭:左弧形','圖形位置','右大括號','對話氣泡:圓角矩形','流程圖:對照','橢圓箭頭','底部對齊','標註:雙彎曲線形(帶邊框和強調線)','星形:十二角','標註:十字箭頭','箭頭:圓角右','線反向','文字在後','流程圖:直接訪問存儲器','標註:上箭頭','14334PnTyiY','爆炸形:8pt','虛線-點','非等腰梯形','矩形:剪去頂角','爆炸形:14pt','流程圖:離頁連接符','標註:左右箭頭','箭頭:下弧形','圖形樣式','八邊形','星形:十六角','圓角矩形','直線箭頭','左對齊','箭頭:左右','箭頭:環形','流程圖:終止','流程圖:離線存儲','長虛線-點-點','閃電形','星形:八角','聯接類型','矩形:單圓角','星形:六角','流程圖:延期','圖文框','左中括號','七邊形','氣泡:雲','星形:七角','左右帶形','星形:四角','新月形','卷形:水平','曲線:箭頭'];_0x3961=function(){return _0x270057;};return _0x3961();}module[_0xc81d(0xee)]=e;
|
|
1
|
+
const _0x1bf63c=_0x47b5;(function(_0x3dbae9,_0x985712){const _0x5eb6d8=_0x47b5,_0x42b2cc=_0x3dbae9();while(!![]){try{const _0x124819=-parseInt(_0x5eb6d8(0xd5))/0x1*(parseInt(_0x5eb6d8(0xb9))/0x2)+parseInt(_0x5eb6d8(0x148))/0x3+parseInt(_0x5eb6d8(0xe8))/0x4*(parseInt(_0x5eb6d8(0xb7))/0x5)+-parseInt(_0x5eb6d8(0xa8))/0x6+-parseInt(_0x5eb6d8(0xf6))/0x7+parseInt(_0x5eb6d8(0xa7))/0x8+parseInt(_0x5eb6d8(0xf4))/0x9;if(_0x124819===_0x985712)break;else _0x42b2cc['push'](_0x42b2cc['shift']());}catch(_0x7a0d98){_0x42b2cc['push'](_0x42b2cc['shift']());}}}(_0x2fba,0x2fdfb));function _0x2fba(){const _0x51ec4b=['雙箭頭折線','主頁按鈕','箭頭總匯','缺角矩形','流程圖:順序訪問存儲器','隱藏形狀面板','箭頭:左右','剪去單角矩形','星形:二十四角','公式形狀','文字背景色','左下對齊','直角三角形','圓角矩形','底部對齊','左中括號','線反向','左右帶形','雙括號','右中括號','切換文本豎排','流程圖:數據','平行四邊形','長虛線','4FGVHVq','透明度','電影按鈕','頂部對齊','矩形:剪去頂角','圖案填充','箭頭:直角雙向','流程圖:準備','左大括號','星形:十二角','流程圖:手動操作','矩形:一個圓頂角,剪去另一個頂角','流程圖:對照','雙波形','右上對齊','箭頭:上','刪除形狀','6齒齒輪','箭頭:上弧形','4hUomqS','箭頭:直角上','五邊形','隱形箭頭','隨形狀旋轉','切換垂直翻轉','菱形箭頭','箭頭:左','矩形:對角圓角','曲線:箭頭','流程圖:決策','流程圖:過程','3318309ruadux','對齊方式','591570TFGasm','流程圖:內部貯存','與文字排列','開始按鈕','exports','幫助按鈕','開放箭頭','橫向文字方塊','漸層線','長虛線-點-點','方形標籤','太陽形','流程圖:接點','返回/上一個按鈕','流程圖:預定義過程','帶形:前凸','流程圖:離頁連接符','左圓形箭頭','矩形:棱台','箭頭:左弧形','不等號','星形:四角','格式化形狀','文檔按鈕','縮放\x20Y','前進/下一個按鈕','氣泡:雲','終點箭頭大小','標註:右箭頭','矩形:圓頂角','流程圖:直接訪問存儲器','左上對齊','雙大括號','星形:十角','右下對齊','禁止符','圖表星號','箭頭:手杖形','縮放\x20X','左對齊','標註:線形(帶強調線)','居中對齊','卷形:垂直','標註:線形(帶邊框和強調線)','標註:線形','圖文框','箭頭:右','彎曲箭頭','標註:雙彎曲線形','標註:彎曲線形(無邊框)','箭頭:上下','流程圖:磁盤','流程圖:顯示','端點類型','箭頭:圓角右','八邊形','直線箭頭','圖形位置','流程圖:排序','等腰三角形','上及下','圖形樣式','流程圖:離線存儲','切換水平翻轉','箭頭:丁字','卷形:水平','不完整圓','標註:十字箭頭','十二邊形','六邊形','流程圖:或者','無顏色','星形:七角','起點箭頭類型','矩形:剪去對角','七邊形','偏移量\x20Y','標註:雙彎曲線形(無邊框)','箭頭:環形','上下箭頭標註','縱向文字方塊','流程圖:手動輸入','161283EarHih','左右圓形箭頭','箭頭:十字','爆炸形:14pt','箭頭:下','起點箭頭大小','將圖片平鋪為紋理','對話氣泡:矩形','草繪樣式','箭頭:燕尾形','右對齊','打開形狀面板','逆時針\x2090\x20度旋轉','重置顏色','流程圖:終止','圖表X','長虛線-點','雙箭頭直線','文字在後','文字在前','標註:雙彎曲線形(帶強調線)','309784lQPWnf','1290042EUfUVS','流程圖','箭頭:下弧形','星形:八角','流程圖:存儲數據','半閉框','插入...','帶形:前凸彎','餅形楔','標註:左箭頭','流程圖:合併','圓:空心','聯接類型','空白按鈕','新月形','1701935FKYtMb','圓柱形','152982CxIfmx','垂直居中','星形:三十二角','基本形狀'];_0x2fba=function(){return _0x51ec4b;};return _0x2fba();}const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x1bf63c(0x153),'deleteShape':_0x1bf63c(0xe5),'hidePanel':_0x1bf63c(0xc2),'formatShape':_0x1bf63c(0x10c),'shapeStyle':_0x1bf63c(0x133),'shapePosition':_0x1bf63c(0x12f),'toggleFlipH':_0x1bf63c(0x135),'toggleFlipV':_0x1bf63c(0xed),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x1bf63c(0x154),'toggleTextVertical':_0x1bf63c(0xd1),'fill':{'title':'填充','noFill':_0x1bf63c(0x13d),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x1bf63c(0xda),'color':'顏色','transparency':_0x1bf63c(0xd6),'picture':{'source':'圖片來源','insert':_0x1bf63c(0xae),'tileAsTexture':_0x1bf63c(0x14e),'offsetX':'偏移量\x20X','offsetY':_0x1bf63c(0x142),'scaleX':_0x1bf63c(0x11c),'scaleY':_0x1bf63c(0x10e),'alignment':_0x1bf63c(0xf5),'rotateWithShape':_0x1bf63c(0xec),'align':{'tl':_0x1bf63c(0x115),'t':_0x1bf63c(0xd8),'tr':_0x1bf63c(0xe3),'l':_0x1bf63c(0x11d),'ctr':'置中對齊','r':_0x1bf63c(0x152),'bl':_0x1bf63c(0xc8),'b':_0x1bf63c(0xcb),'br':_0x1bf63c(0x118)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x1bf63c(0xfe),'color':'顏色','transparency':_0x1bf63c(0xd6),'width':'寬度','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x1bf63c(0xd4),'longDashDot':_0x1bf63c(0xa2),'longDashDotDot':_0x1bf63c(0xff)},'capType':{'title':_0x1bf63c(0x12b),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x1bf63c(0xb4),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x1bf63c(0x13f),'beginArrowSize':_0x1bf63c(0x14d),'endArrowType':'終點箭頭類型','endArrowSize':_0x1bf63c(0x111),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x1bf63c(0xfc),'stealthArrow':_0x1bf63c(0xeb),'diamondArrow':_0x1bf63c(0xee),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1bf63c(0x150),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x1bf63c(0xbc),'blockArrow':_0x1bf63c(0xbf),'equationShape':_0x1bf63c(0xc6),'flowchart':_0x1bf63c(0xa9),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x1bf63c(0x12e),'straight-connector2':_0x1bf63c(0xa3),'bent-connector3':'折線','bent-connector3-arrow1':'折線:箭頭','bent-connector3-arrow2':_0x1bf63c(0xbd),'curved-connector3':'曲線','curved-connector3-arrow1':_0x1bf63c(0xf1),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x1bf63c(0xca),'snip1-rect':_0x1bf63c(0xc4),'snip2-same-rect':_0x1bf63c(0xd9),'snip2-diag-rect':_0x1bf63c(0x140),'snip-round-rect':_0x1bf63c(0xe0),'round1-rect':'矩形:單圓角','round2-same-rect':_0x1bf63c(0x113),'round2-diag-rect':_0x1bf63c(0xf0),'rect-textbox-horizontal':_0x1bf63c(0xfd),'rect-textbox-vertical':_0x1bf63c(0x146),'ellipse':'橢圓','triangle':_0x1bf63c(0x131),'rt-triangle':_0x1bf63c(0xc9),'parallelogram':_0x1bf63c(0xd3),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x1bf63c(0xea),'hexagon':_0x1bf63c(0x13b),'heptagon':_0x1bf63c(0x141),'octagon':_0x1bf63c(0x12d),'decagon':'十邊形','dodecagon':_0x1bf63c(0x13a),'pie':_0x1bf63c(0x138),'chord':'弦形','teardrop':'淚滴形','frame':_0x1bf63c(0x123),'half-frame':_0x1bf63c(0xad),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0x1bf63c(0xc0),'can':_0x1bf63c(0xb8),'cube':'立方體','bevel':_0x1bf63c(0x108),'donut':_0x1bf63c(0xb3),'no-smoking':_0x1bf63c(0x119),'block-arc':'空心弧','folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x1bf63c(0x101),'moon':_0x1bf63c(0xb6),'cloud':'雲形','arc':'弧形','bracket-pair':_0x1bf63c(0xcf),'brace-pair':_0x1bf63c(0x116),'left-bracket':_0x1bf63c(0xcc),'right-bracket':_0x1bf63c(0xd0),'left-brace':_0x1bf63c(0xdd),'right-brace':'右大括號','right-arrow':_0x1bf63c(0x124),'left-arrow':_0x1bf63c(0xef),'up-arrow':_0x1bf63c(0xe4),'down-arrow':_0x1bf63c(0x14c),'left-right-arrow':_0x1bf63c(0xc3),'up-down-arrow':_0x1bf63c(0x128),'quad-arrow':_0x1bf63c(0x14a),'left-right-up-arrow':_0x1bf63c(0x136),'bent-arrow':_0x1bf63c(0x12c),'uturn-arrow':_0x1bf63c(0x11b),'left-up-arrow':_0x1bf63c(0xdb),'bent-up-arrow':_0x1bf63c(0xe9),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x1bf63c(0x109),'curved-up-arrow':_0x1bf63c(0xe7),'curved-down-arrow':_0x1bf63c(0xaa),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x1bf63c(0x151),'home-plate':_0x1bf63c(0xea),'chevron':'箭頭:V型','right-arrow-callout':_0x1bf63c(0x112),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x1bf63c(0xb1),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x1bf63c(0x139),'circular-arrow':_0x1bf63c(0x144),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x1bf63c(0x10a),'flow-chart-process':_0x1bf63c(0xf3),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x1bf63c(0xf2),'flow-chart-input-output':_0x1bf63c(0xd2),'flow-chart-predefined-process':_0x1bf63c(0x104),'flow-chart-internal-storage':_0x1bf63c(0xf7),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x1bf63c(0xa0),'flow-chart-preparation':_0x1bf63c(0xdc),'flow-chart-manual-input':_0x1bf63c(0x147),'flow-chart-manual-operation':_0x1bf63c(0xdf),'flow-chart-connector':_0x1bf63c(0x102),'flow-chart-offpage-connector':_0x1bf63c(0x106),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x1bf63c(0x13c),'flow-chart-collate':_0x1bf63c(0xe1),'flow-chart-sort':_0x1bf63c(0x130),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x1bf63c(0xb2),'flow-chart-online-storage':_0x1bf63c(0xac),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x1bf63c(0xc1),'flow-chart-magnetic-disk':_0x1bf63c(0x129),'flow-chart-magnetic-drum':_0x1bf63c(0x114),'flow-chart-display':_0x1bf63c(0x12a),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x1bf63c(0x14b),'star4':_0x1bf63c(0x10b),'star5':'星形:五角','star6':'星形:六角','star7':_0x1bf63c(0x13e),'star8':_0x1bf63c(0xab),'star10':_0x1bf63c(0x117),'star12':_0x1bf63c(0xde),'star16':'星形:十六角','star24':_0x1bf63c(0xc5),'star32':_0x1bf63c(0xbb),'ribbon2':'帶形:上凸','ribbon':_0x1bf63c(0x105),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x1bf63c(0xaf),'vertical-scroll':_0x1bf63c(0x120),'horizontal-scroll':_0x1bf63c(0x137),'wave':'波形','double-wave':_0x1bf63c(0xe2),'wedge-rect-callout':_0x1bf63c(0x14f),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x1bf63c(0x110),'border-callout1':_0x1bf63c(0x122),'border-callout2':'標註:彎曲線形','border-callout3':_0x1bf63c(0x126),'accent-callout1':_0x1bf63c(0x11e),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x1bf63c(0xa6),'callout1':'標註:線形(無邊框)','callout2':_0x1bf63c(0x127),'callout3':_0x1bf63c(0x143),'accent-border-callout1':_0x1bf63c(0x121),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x1bf63c(0x107),'left-right-circular-arrow':_0x1bf63c(0x149),'swoosh-arrow':_0x1bf63c(0x125),'left-right-ribbon':_0x1bf63c(0xce),'pie-wedge':_0x1bf63c(0xb0),'funnel':'漏斗','gear6':_0x1bf63c(0xe6),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x1bf63c(0x103),'action-button-forward-next':_0x1bf63c(0x10f),'action-button-beginning':_0x1bf63c(0xf9),'action-button-end':'結束按鈕','action-button-home':_0x1bf63c(0xbe),'action-button-information':'信息按鈕','action-button-return':'返回按鈕','action-button-movie':_0x1bf63c(0xd7),'action-button-document':_0x1bf63c(0x10d),'action-button-sound':'聲音按鈕','action-button-help':_0x1bf63c(0xfb),'action-button-blank':_0x1bf63c(0xb5),'chart-plus':'圖表加號','chart-star':_0x1bf63c(0x11a),'chart-x':_0x1bf63c(0xa1),'flow-chart-offline-storage':_0x1bf63c(0x134),'line-inv':_0x1bf63c(0xcd),'plaque-tabs':'牌匾標籤','square-tabs':_0x1bf63c(0x100),'up-down-arrow-callout':_0x1bf63c(0x145)}},'toolbar':{'alignLeft':_0x1bf63c(0x11d),'alignCenter':_0x1bf63c(0x11f),'alignRight':_0x1bf63c(0x152),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','fillColor':_0x1bf63c(0xc7),'resetColor':_0x1bf63c(0x155)},'align':{'top':_0x1bf63c(0xd8),'middle':_0x1bf63c(0xba),'bottom':_0x1bf63c(0xcb)},'textWrap':{'inline':_0x1bf63c(0xf8),'square':'矩形','topAndBottom':_0x1bf63c(0x132),'behindText':_0x1bf63c(0xa5),'inFrontText':_0x1bf63c(0xa4)},'crop':{'shape':'裁切為形狀'}}};function _0x47b5(_0x47e60c,_0x2af4d1){_0x47e60c=_0x47e60c-0xa0;const _0x2fba2b=_0x2fba();let _0x47b5fa=_0x2fba2b[_0x47e60c];return _0x47b5fa;}module[_0x1bf63c(0xfa)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5cbf67=_0x2cab;(function(_0x1ed3a1,_0x324c0f){const _0x5ca712=_0x2cab,_0x525f1e=_0x1ed3a1();while(!![]){try{const _0x592075=-parseInt(_0x5ca712(0x15b))/0x1+-parseInt(_0x5ca712(0x203))/0x2+-parseInt(_0x5ca712(0x1e5))/0x3+-parseInt(_0x5ca712(0x15a))/0x4*(-parseInt(_0x5ca712(0x1a1))/0x5)+-parseInt(_0x5ca712(0x1af))/0x6+-parseInt(_0x5ca712(0x19e))/0x7+parseInt(_0x5ca712(0x163))/0x8*(parseInt(_0x5ca712(0x1fe))/0x9);if(_0x592075===_0x324c0f)break;else _0x525f1e['push'](_0x525f1e['shift']());}catch(_0x5a4310){_0x525f1e['push'](_0x525f1e['shift']());}}}(_0x100c,0xc9a92));function _0x100c(){const _0x777c12=['標註:十字箭頭','標註:右箭頭','帶形:前凸','右大括號','箭頭:下','圓角矩形','左圓形箭頭','居中對齊','打開形狀面板','流程圖:手動輸入','流程圖:資料帶','星形:二十四角','幫助按鈕','餅形楔','五邊形','帶形:上凸','等腰三角形','流程圖:過程','虛線類型','長虛線','對齊方式','淚滴形','線反向','返回/上一個按鈕','7048615kZQPxt','箭頭:下弧形','卷形:垂直','45fvkKok','順時針\x2090\x20度旋轉','對話氣泡:圓角矩形','流程圖:摘錄','漸層線','雙箭頭折線','六邊形','文字在前','聲音按鈕','平行四邊形','右中括號','矩形:剪去對角','圖文框','矩形:對角圓角','6805530wpgEBi','切換文本竖排','漸層填充','七邊形','星與旗幟','標註:彎曲線形','文字顏色','隨形狀旋轉','置中對齊','標註:線形','端點類型','爆炸形:8pt','雙大括號','標註:彎曲線形(帶邊框和強調線)','偏移量\x20Y','流程圖:內部貯存','空白按鈕','信息按鈕','流程圖:終止','流程圖:數據','箭頭:上下','箭頭:左弧形','彎曲箭頭','箭頭總匯','標註:線形(帶邊框和強調線)','流程圖:延期','兩端對齊','刪除線','禁止符','無填充','流程圖:卡片','右對齊','十二邊形','標註:線形(帶強調線)','基本形狀','文字在後','箭頭:左','箭頭:直角雙向','標註:彎曲線形(無邊框)','結束按鈕','縮放\x20X','開放箭頭','矩形:折角','半閉框','標註:線形(無邊框)','流程圖','標註:彎曲線形(帶強調線)','插入...','格式化形狀','箭頭:環形','將圖片平鋪為紋理','左對齊','雙括號','上下箭頭標註','1129902sxejcI','文檔按鈕','文字背景色','箭頭:手杖形','長虛線-點-點','6齒齒輪','標註:雙彎曲線形(帶強調線)','裁切為形狀','星形:三十二角','箭頭:左右','星形:五角','標註:雙彎曲線形','流程圖:決策','標註:下箭頭','箭頭:上','偏移量\x20X','流程圖:或者','十字形','星形:六角','圓:空心','起點箭頭大小','流程圖:手動操作','底部對齊','標註:上箭頭','頂部對齊','49985703xyAzFN','箭頭:丁字','流程圖:可選過程','雙箭頭直線','上及下','2843044hldPSL','公式形狀','標註:左箭頭','逆時針\x2090\x20度旋轉','不完整圓','雙波形','星形:四角','直線箭頭','虛線-點','起點箭頭類型','流程圖:匯總連接','折線:箭頭','54308YEzbJr','910802nYEhah','圓柱形','閃電形','雙箭頭曲線','返回按鈕','圖表加號','十邊形','圖形位置','8RjRTIV','流程圖:直接訪問存儲器','插入形狀','矩形:一個圓頂角,剪去另一個頂角','前進/下一個按鈕','矩形:圓頂角','exports','終點箭頭大小','終點箭頭類型','方形標籤','箭頭:上弧形','爆炸形:14pt','矩形:棱台','箭頭:燕尾形','垂直居中','立方體','無線條','八邊形','牌匾標籤','左右圓形箭頭','圖片來源','菱形箭頭','流程圖:順序訪問存儲器','橢圓箭頭','流程圖:預定義過程','流程圖:對照','不等號','縮放\x20Y','直角三角形','右下對齊','圖形樣式','箭頭:右弧形','右上對齊','流程圖:離頁連接符','剪去單角矩形'];_0x100c=function(){return _0x777c12;};return _0x100c();}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x5cbf67(0x165),'openPanel':_0x5cbf67(0x18e),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':_0x5cbf67(0x1df),'shapeStyle':_0x5cbf67(0x181),'shapePosition':_0x5cbf67(0x162),'toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x5cbf67(0x1a2),'rotateLeft90':_0x5cbf67(0x206),'toggleTextVertical':_0x5cbf67(0x1b0),'fill':{'title':'填充','noFill':_0x5cbf67(0x1cc),'solidFill':'純色填充','gradientFill':_0x5cbf67(0x1b1),'pictureFill':'圖片或紋理填充','patternFill':'圖案填充','color':'顏色','transparency':'透明度','picture':{'source':_0x5cbf67(0x177),'insert':_0x5cbf67(0x1de),'tileAsTexture':_0x5cbf67(0x1e1),'offsetX':_0x5cbf67(0x1f4),'offsetY':_0x5cbf67(0x1bd),'scaleX':_0x5cbf67(0x1d7),'scaleY':_0x5cbf67(0x17e),'alignment':_0x5cbf67(0x19a),'rotateWithShape':_0x5cbf67(0x1b6),'align':{'tl':'左上對齊','t':_0x5cbf67(0x1fd),'tr':_0x5cbf67(0x183),'l':'左對齊','ctr':_0x5cbf67(0x1b7),'r':_0x5cbf67(0x1ce),'bl':'左下對齊','b':_0x5cbf67(0x1fb),'br':_0x5cbf67(0x180)}}},'line':{'title':'線條','noLine':_0x5cbf67(0x173),'solidLine':'實線','gradientLine':_0x5cbf67(0x1a5),'color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':_0x5cbf67(0x198),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x5cbf67(0x156),'longDash':_0x5cbf67(0x199),'longDashDot':'長虛線-點','longDashDotDot':_0x5cbf67(0x1e9)},'capType':{'title':_0x5cbf67(0x1b9),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x5cbf67(0x157),'beginArrowSize':_0x5cbf67(0x1f9),'endArrowType':_0x5cbf67(0x16b),'endArrowSize':_0x5cbf67(0x16a),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x5cbf67(0x1d8),'stealthArrow':'隱形箭頭','diamondArrow':_0x5cbf67(0x178),'ovalArrow':_0x5cbf67(0x17a)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x5cbf67(0x1d1),'blockArrow':_0x5cbf67(0x1c6),'equationShape':_0x5cbf67(0x204),'flowchart':_0x5cbf67(0x1dc),'starAndBanner':_0x5cbf67(0x1b3),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x5cbf67(0x20a),'straight-connector2':_0x5cbf67(0x201),'bent-connector3':'折線','bent-connector3-arrow1':_0x5cbf67(0x159),'bent-connector3-arrow2':_0x5cbf67(0x1a6),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x5cbf67(0x15e),'rect':'矩形','round-rect':_0x5cbf67(0x18b),'snip1-rect':_0x5cbf67(0x185),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x5cbf67(0x1ac),'snip-round-rect':_0x5cbf67(0x166),'round1-rect':'矩形:單圓角','round2-same-rect':_0x5cbf67(0x168),'round2-diag-rect':_0x5cbf67(0x1ae),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x5cbf67(0x196),'rt-triangle':_0x5cbf67(0x17f),'parallelogram':_0x5cbf67(0x1aa),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x5cbf67(0x194),'hexagon':_0x5cbf67(0x1a7),'heptagon':_0x5cbf67(0x1b2),'octagon':_0x5cbf67(0x174),'decagon':_0x5cbf67(0x161),'dodecagon':_0x5cbf67(0x1cf),'pie':_0x5cbf67(0x207),'chord':'弦形','teardrop':_0x5cbf67(0x19b),'frame':_0x5cbf67(0x1ad),'half-frame':_0x5cbf67(0x1da),'corner':'L形','diag-stripe':'斜紋','plus':_0x5cbf67(0x1f6),'plaque':'缺角矩形','can':_0x5cbf67(0x15c),'cube':_0x5cbf67(0x172),'bevel':_0x5cbf67(0x16f),'donut':_0x5cbf67(0x1f8),'no-smoking':_0x5cbf67(0x1cb),'block-arc':'空心弧','folder-corner':_0x5cbf67(0x1d9),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x5cbf67(0x15d),'sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x5cbf67(0x1e3),'brace-pair':_0x5cbf67(0x1bb),'left-bracket':'左中括號','right-bracket':_0x5cbf67(0x1ab),'left-brace':'左大括號','right-brace':_0x5cbf67(0x189),'right-arrow':'箭頭:右','left-arrow':_0x5cbf67(0x1d3),'up-arrow':_0x5cbf67(0x1f3),'down-arrow':_0x5cbf67(0x18a),'left-right-arrow':_0x5cbf67(0x1ee),'up-down-arrow':_0x5cbf67(0x1c3),'quad-arrow':'箭頭:十字','left-right-up-arrow':_0x5cbf67(0x1ff),'bent-arrow':'箭頭:圓角右','uturn-arrow':_0x5cbf67(0x1e8),'left-up-arrow':_0x5cbf67(0x1d4),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x5cbf67(0x182),'curved-left-arrow':_0x5cbf67(0x1c4),'curved-up-arrow':_0x5cbf67(0x16d),'curved-down-arrow':_0x5cbf67(0x19f),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x5cbf67(0x170),'home-plate':'五邊形','chevron':'箭頭:V型','right-arrow-callout':_0x5cbf67(0x187),'down-arrow-callout':_0x5cbf67(0x1f2),'left-arrow-callout':_0x5cbf67(0x205),'up-arrow-callout':_0x5cbf67(0x1fc),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x5cbf67(0x186),'circular-arrow':_0x5cbf67(0x1e0),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x5cbf67(0x17d),'flow-chart-process':_0x5cbf67(0x197),'flow-chart-alternate-process':_0x5cbf67(0x200),'flow-chart-decision':_0x5cbf67(0x1f1),'flow-chart-input-output':_0x5cbf67(0x1c2),'flow-chart-predefined-process':_0x5cbf67(0x17b),'flow-chart-internal-storage':_0x5cbf67(0x1be),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x5cbf67(0x1c1),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x5cbf67(0x18f),'flow-chart-manual-operation':_0x5cbf67(0x1fa),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x5cbf67(0x184),'flow-chart-punched-card':_0x5cbf67(0x1cd),'flow-chart-punched-tape':_0x5cbf67(0x190),'flow-chart-summing-junction':_0x5cbf67(0x158),'flow-chart-or':_0x5cbf67(0x1f5),'flow-chart-collate':_0x5cbf67(0x17c),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x5cbf67(0x1a4),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x5cbf67(0x1c8),'flow-chart-magnetic-tape':_0x5cbf67(0x179),'flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x5cbf67(0x164),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x5cbf67(0x1ba),'irregular-seal2':_0x5cbf67(0x16e),'star4':_0x5cbf67(0x209),'star5':_0x5cbf67(0x1ef),'star6':_0x5cbf67(0x1f7),'star7':'星形:七角','star8':'星形:八角','star10':'星形:十角','star12':'星形:十二角','star16':'星形:十六角','star24':_0x5cbf67(0x191),'star32':_0x5cbf67(0x1ed),'ribbon2':_0x5cbf67(0x195),'ribbon':_0x5cbf67(0x188),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x5cbf67(0x1a0),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x5cbf67(0x208),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x5cbf67(0x1a3),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':'氣泡:雲','border-callout1':_0x5cbf67(0x1b8),'border-callout2':_0x5cbf67(0x1b4),'border-callout3':_0x5cbf67(0x1f0),'accent-callout1':_0x5cbf67(0x1d0),'accent-callout2':_0x5cbf67(0x1dd),'accent-callout3':_0x5cbf67(0x1eb),'callout1':_0x5cbf67(0x1db),'callout2':_0x5cbf67(0x1d5),'callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x5cbf67(0x1c7),'accent-border-callout2':_0x5cbf67(0x1bc),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x5cbf67(0x18c),'left-right-circular-arrow':_0x5cbf67(0x176),'swoosh-arrow':_0x5cbf67(0x1c5),'left-right-ribbon':'左右帶形','pie-wedge':_0x5cbf67(0x193),'funnel':'漏斗','gear6':_0x5cbf67(0x1ea),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x5cbf67(0x19d),'action-button-forward-next':_0x5cbf67(0x167),'action-button-beginning':'開始按鈕','action-button-end':_0x5cbf67(0x1d6),'action-button-home':'主頁按鈕','action-button-information':_0x5cbf67(0x1c0),'action-button-return':_0x5cbf67(0x15f),'action-button-movie':'電影按鈕','action-button-document':_0x5cbf67(0x1e6),'action-button-sound':_0x5cbf67(0x1a9),'action-button-help':_0x5cbf67(0x192),'action-button-blank':_0x5cbf67(0x1bf),'chart-plus':_0x5cbf67(0x160),'chart-star':'圖表星號','chart-x':'圖表X','flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x5cbf67(0x19c),'plaque-tabs':_0x5cbf67(0x175),'square-tabs':_0x5cbf67(0x16c),'up-down-arrow-callout':_0x5cbf67(0x1e4)}},'toolbar':{'alignLeft':_0x5cbf67(0x1e2),'alignCenter':_0x5cbf67(0x18d),'alignRight':_0x5cbf67(0x1ce),'alignJustify':_0x5cbf67(0x1c9),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x5cbf67(0x1ca),'textColor':_0x5cbf67(0x1b5),'fillColor':_0x5cbf67(0x1e7)},'align':{'top':_0x5cbf67(0x1fd),'middle':_0x5cbf67(0x171),'bottom':_0x5cbf67(0x1fb)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x5cbf67(0x202),'behindText':_0x5cbf67(0x1a8),'inFrontText':_0x5cbf67(0x1d2)},'crop':{'shape':_0x5cbf67(0x1ec)}}};function _0x2cab(_0xcbc5d7,_0x53a6d3){_0xcbc5d7=_0xcbc5d7-0x156;const _0x100c4c=_0x100c();let _0x2cabb6=_0x100c4c[_0xcbc5d7];return _0x2cabb6;}module[_0x5cbf67(0x169)]=e;
|
|
1
|
+
function _0x34d9(){const _0x104ddf=['星形:二十四角','流程圖:多文檔','矩形:單圓角','流程圖:卡片','右中括號','箭頭:下','起點箭頭大小','右對齊','箭頭:手杖形','縱向文字方塊','星形:六角','雙括號','流程圖:文檔','右上對齊','隱形箭頭','帶形:前凸','開始按鈕','雙箭頭直線','exports','對話氣泡:矩形','十字形','氣泡:雲','文字在後','順時針\x2090\x20度旋轉','閃電形','牌匾標籤','太陽形','標註:十字箭頭','矩形:棱台','4289112lSSIQg','圖表星號','終點箭頭類型','十二邊形','禁止符','五邊形','箭頭總匯','圖文框','長虛線-點','左對齊','星與旗幟','標註:線形(無邊框)','635535iIUhpP','缺角矩形','矩形:一個圓頂角,剪去另一個頂角','雙箭頭曲線','結束按鈕','信息按鈕','箭頭:V型','切換水平翻轉','前進/下一個按鈕','幫助按鈕','左右帶形','星形:十二角','左中括號','隱藏形狀面板','右下對齊','草繪樣式','與文字排列','居中對齊','19562gxVBJK','雙大括號','曲線:箭頭','電影按鈕','卷形:垂直','星形:三十二角','箭頭:虛尾','打開形狀面板','標註:上箭頭','箭頭:右弧形','流程圖:終止','箭頭:左','十邊形','標註:雙彎曲線形(帶強調線)','流程圖:延期','流程圖:匯總連接','主頁按鈕','帶形:上凸','標註:彎曲線形(帶邊框和強調線)','新月形','八邊形','偏移量\x20Y','等腰三角形','圓:空心','上及下','插入...','標註:線形(帶邊框和強調線)','起點箭頭類型','透明度','1734148oKggyy','6371113ZGvheO','流程圖:合併','流程圖:手動操作','流程圖:內部貯存','開放箭頭','矩形:圓頂角','2639695ELSxYL','流程圖:直接訪問存儲器','流程圖:順序訪問存儲器','空心弧','箭頭:左右','爆炸形:8pt','標註:左箭頭','文字背景色','箭頭:上','直角三角形','箭頭:直角雙向','返回按鈕','虛線類型','縮放\x20X','卷形:水平','六邊形','淚滴形','流程圖:可選過程','圖形樣式','空白按鈕','底部對齊','折線:箭頭','雙箭頭折線','基本形狀','流程圖','長虛線-點-點','圖案填充','矩形:剪去對角','標註:線形','箭頭:環形','將圖片平鋪為紋理','兩端對齊','不等號','切換文本竖排','標註:雙彎曲線形','流程圖:磁盤','箭頭:直角上','虛線-點','無顏色','對齊方式','圖表X','插入形狀','標註:雙彎曲線形(無邊框)','縮放\x20Y','流程圖:顯示','直線箭頭','頂部對齊','流程圖:過程','長虛線','箭頭:右','流程圖:接點','文字在前','立方體','格式化形狀','橢圓箭頭','流程圖:手動輸入','終點箭頭大小','偏移量\x20X','標註:左右箭頭','置中對齊','左右圓形箭頭','平行四邊形','流程圖:離頁連接符','63huxvby','聯接類型','標註:彎曲線形(無邊框)','非等腰梯形','9齒齒輪','左下對齊','裁切為形狀','流程圖:預定義過程','箭頭:左弧形','文檔按鈕','流程圖:存儲數據','箭頭:下弧形','流程圖:數據','垂直居中','重置顏色','矩形:剪去頂角','左上對齊','爆炸形:14pt','流程圖:排序','上下箭頭標註','星形:五角','左大括號','餅形楔','流程圖:或者','圓柱形','標註:彎曲線形','橫向文字方塊','切換垂直翻轉','七邊形','端點類型','99ZHnHhg','流程圖:決策','270376fwseHU','右大括號','刪除形狀'];_0x34d9=function(){return _0x104ddf;};return _0x34d9();}function _0x4d4f(_0xbfc446,_0x30f294){_0xbfc446=_0xbfc446-0x7a;const _0x34d944=_0x34d9();let _0x4d4f16=_0x34d944[_0xbfc446];return _0x4d4f16;}const _0x1c26b5=_0x4d4f;(function(_0x114218,_0x2a5d97){const _0x223bd9=_0x4d4f,_0x2963a4=_0x114218();while(!![]){try{const _0x3b7107=-parseInt(_0x223bd9(0x7e))/0x1*(-parseInt(_0x223bd9(0xdc))/0x2)+-parseInt(_0x223bd9(0xca))/0x3+parseInt(_0x223bd9(0xf9))/0x4+parseInt(_0x223bd9(0x100))/0x5+parseInt(_0x223bd9(0xbe))/0x6+-parseInt(_0x223bd9(0xfa))/0x7+-parseInt(_0x223bd9(0x9e))/0x8*(parseInt(_0x223bd9(0x9c))/0x9);if(_0x3b7107===_0x2a5d97)break;else _0x2963a4['push'](_0x2963a4['shift']());}catch(_0x48624f){_0x2963a4['push'](_0x2963a4['shift']());}}}(_0x34d9,0xc3028));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x1c26b5(0x129),'openPanel':_0x1c26b5(0xe3),'deleteShape':_0x1c26b5(0xa0),'hidePanel':_0x1c26b5(0xd7),'formatShape':_0x1c26b5(0x135),'shapeStyle':_0x1c26b5(0x112),'shapePosition':'圖形位置','toggleFlipH':_0x1c26b5(0xd1),'toggleFlipV':_0x1c26b5(0x99),'rotateRight90':_0x1c26b5(0xb8),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x1c26b5(0x121),'fill':{'title':'填充','noFill':_0x1c26b5(0x126),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x1c26b5(0x11a),'color':'顏色','transparency':_0x1c26b5(0xf8),'picture':{'source':'圖片來源','insert':_0x1c26b5(0xf5),'tileAsTexture':_0x1c26b5(0x11e),'offsetX':_0x1c26b5(0x139),'offsetY':_0x1c26b5(0xf1),'scaleX':_0x1c26b5(0x10d),'scaleY':_0x1c26b5(0x12b),'alignment':_0x1c26b5(0x127),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x1c26b5(0x8e),'t':'頂部對齊','tr':_0x1c26b5(0xae),'l':_0x1c26b5(0xc7),'ctr':_0x1c26b5(0x7a),'r':_0x1c26b5(0xa8),'bl':_0x1c26b5(0x83),'b':_0x1c26b5(0x114),'br':_0x1c26b5(0xd8)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':'透明度','width':'寬度','dashType':{'title':_0x1c26b5(0x10c),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x1c26b5(0x125),'longDash':_0x1c26b5(0x130),'longDashDot':_0x1c26b5(0xc6),'longDashDotDot':_0x1c26b5(0x119)},'capType':{'title':_0x1c26b5(0x9b),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x1c26b5(0x7f),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x1c26b5(0xf7),'beginArrowSize':_0x1c26b5(0xa7),'endArrowType':_0x1c26b5(0xc0),'endArrowSize':_0x1c26b5(0x138),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x1c26b5(0xfe),'stealthArrow':_0x1c26b5(0xaf),'diamondArrow':'菱形箭頭','ovalArrow':_0x1c26b5(0x136)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1c26b5(0xd9),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x1c26b5(0x117),'blockArrow':_0x1c26b5(0xc4),'equationShape':'公式形狀','flowchart':_0x1c26b5(0x118),'starAndBanner':_0x1c26b5(0xc8),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x1c26b5(0x12d),'straight-connector2':_0x1c26b5(0xb2),'bent-connector3':'折線','bent-connector3-arrow1':_0x1c26b5(0x115),'bent-connector3-arrow2':_0x1c26b5(0x116),'curved-connector3':'曲線','curved-connector3-arrow1':_0x1c26b5(0xde),'curved-connector3-arrow2':_0x1c26b5(0xcd),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':'剪去單角矩形','snip2-same-rect':_0x1c26b5(0x8d),'snip2-diag-rect':_0x1c26b5(0x11b),'snip-round-rect':_0x1c26b5(0xcc),'round1-rect':_0x1c26b5(0xa3),'round2-same-rect':_0x1c26b5(0xff),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x1c26b5(0x98),'rect-textbox-vertical':_0x1c26b5(0xaa),'ellipse':'橢圓','triangle':_0x1c26b5(0xf2),'rt-triangle':_0x1c26b5(0x109),'parallelogram':_0x1c26b5(0x7c),'trapezoid':'梯形','non-isosceles-trapezoid':_0x1c26b5(0x81),'diamond':'菱形','pentagon':_0x1c26b5(0xc3),'hexagon':_0x1c26b5(0x10f),'heptagon':_0x1c26b5(0x9a),'octagon':_0x1c26b5(0xf0),'decagon':_0x1c26b5(0xe8),'dodecagon':_0x1c26b5(0xc1),'pie':'不完整圓','chord':'弦形','teardrop':_0x1c26b5(0x110),'frame':_0x1c26b5(0xc5),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x1c26b5(0xb5),'plaque':_0x1c26b5(0xcb),'can':_0x1c26b5(0x96),'cube':_0x1c26b5(0x134),'bevel':_0x1c26b5(0xbd),'donut':_0x1c26b5(0xf3),'no-smoking':_0x1c26b5(0xc2),'block-arc':_0x1c26b5(0x103),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x1c26b5(0xb9),'sun':_0x1c26b5(0xbb),'moon':_0x1c26b5(0xef),'cloud':'雲形','arc':'弧形','bracket-pair':_0x1c26b5(0xac),'brace-pair':_0x1c26b5(0xdd),'left-bracket':_0x1c26b5(0xd6),'right-bracket':_0x1c26b5(0xa5),'left-brace':_0x1c26b5(0x93),'right-brace':_0x1c26b5(0x9f),'right-arrow':_0x1c26b5(0x131),'left-arrow':_0x1c26b5(0xe7),'up-arrow':_0x1c26b5(0x108),'down-arrow':_0x1c26b5(0xa6),'left-right-arrow':_0x1c26b5(0x104),'up-down-arrow':'箭頭:上下','quad-arrow':'箭頭:十字','left-right-up-arrow':'箭頭:丁字','bent-arrow':'箭頭:圓角右','uturn-arrow':_0x1c26b5(0xa9),'left-up-arrow':_0x1c26b5(0x10a),'bent-up-arrow':_0x1c26b5(0x124),'curved-right-arrow':_0x1c26b5(0xe5),'curved-left-arrow':_0x1c26b5(0x86),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x1c26b5(0x89),'striped-right-arrow':_0x1c26b5(0xe2),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x1c26b5(0xc3),'chevron':_0x1c26b5(0xd0),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x1c26b5(0x106),'up-arrow-callout':_0x1c26b5(0xe4),'left-right-arrow-callout':_0x1c26b5(0x13a),'quad-arrow-callout':_0x1c26b5(0xbc),'circular-arrow':_0x1c26b5(0x11d),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x1c26b5(0x120),'flow-chart-process':_0x1c26b5(0x12f),'flow-chart-alternate-process':_0x1c26b5(0x111),'flow-chart-decision':_0x1c26b5(0x9d),'flow-chart-input-output':_0x1c26b5(0x8a),'flow-chart-predefined-process':_0x1c26b5(0x85),'flow-chart-internal-storage':_0x1c26b5(0xfd),'flow-chart-document':_0x1c26b5(0xad),'flow-chart-multidocument':_0x1c26b5(0xa2),'flow-chart-terminator':_0x1c26b5(0xe6),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x1c26b5(0x137),'flow-chart-manual-operation':_0x1c26b5(0xfc),'flow-chart-connector':_0x1c26b5(0x132),'flow-chart-offpage-connector':_0x1c26b5(0x7d),'flow-chart-punched-card':_0x1c26b5(0xa4),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x1c26b5(0xeb),'flow-chart-or':_0x1c26b5(0x95),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x1c26b5(0x90),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x1c26b5(0xfb),'flow-chart-online-storage':_0x1c26b5(0x88),'flow-chart-delay':_0x1c26b5(0xea),'flow-chart-magnetic-tape':_0x1c26b5(0x102),'flow-chart-magnetic-disk':_0x1c26b5(0x123),'flow-chart-magnetic-drum':_0x1c26b5(0x101),'flow-chart-display':_0x1c26b5(0x12c),'irregular-seal1':_0x1c26b5(0x105),'irregular-seal2':_0x1c26b5(0x8f),'star4':'星形:四角','star5':_0x1c26b5(0x92),'star6':_0x1c26b5(0xab),'star7':'星形:七角','star8':'星形:八角','star10':'星形:十角','star12':_0x1c26b5(0xd5),'star16':'星形:十六角','star24':_0x1c26b5(0xa1),'star32':_0x1c26b5(0xe1),'ribbon2':_0x1c26b5(0xed),'ribbon':_0x1c26b5(0xb0),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x1c26b5(0xe0),'horizontal-scroll':_0x1c26b5(0x10e),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x1c26b5(0xb4),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x1c26b5(0xb6),'border-callout1':_0x1c26b5(0x11c),'border-callout2':_0x1c26b5(0x97),'border-callout3':_0x1c26b5(0x122),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x1c26b5(0xe9),'callout1':_0x1c26b5(0xc9),'callout2':_0x1c26b5(0x80),'callout3':_0x1c26b5(0x12a),'accent-border-callout1':_0x1c26b5(0xf6),'accent-border-callout2':_0x1c26b5(0xee),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x1c26b5(0x7b),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x1c26b5(0xd4),'pie-wedge':_0x1c26b5(0x94),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x1c26b5(0x82),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x1c26b5(0xd2),'action-button-beginning':_0x1c26b5(0xb1),'action-button-end':_0x1c26b5(0xce),'action-button-home':_0x1c26b5(0xec),'action-button-information':_0x1c26b5(0xcf),'action-button-return':_0x1c26b5(0x10b),'action-button-movie':_0x1c26b5(0xdf),'action-button-document':_0x1c26b5(0x87),'action-button-sound':'聲音按鈕','action-button-help':_0x1c26b5(0xd3),'action-button-blank':_0x1c26b5(0x113),'chart-plus':'圖表加號','chart-star':_0x1c26b5(0xbf),'chart-x':_0x1c26b5(0x128),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':'線反向','plaque-tabs':_0x1c26b5(0xba),'square-tabs':'方形標籤','up-down-arrow-callout':_0x1c26b5(0x91)}},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x1c26b5(0xdb),'alignRight':_0x1c26b5(0xa8),'alignJustify':_0x1c26b5(0x11f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','fillColor':_0x1c26b5(0x107),'resetColor':_0x1c26b5(0x8c)},'align':{'top':_0x1c26b5(0x12e),'middle':_0x1c26b5(0x8b),'bottom':_0x1c26b5(0x114)},'textWrap':{'inline':_0x1c26b5(0xda),'square':'矩形','topAndBottom':_0x1c26b5(0xf4),'behindText':_0x1c26b5(0x133),'inFrontText':_0x1c26b5(0xb7)},'crop':{'shape':_0x1c26b5(0x84)}}};module[_0x1c26b5(0xb3)]=e;
|