@univerjs-pro/boards-ui 1.0.0-alpha.3 → 1.0.0-alpha.4
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/cjs/shape-preset-labels-C4G0G9GI.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/es/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/index.css +32 -29
- 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/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/types/common/toolbar-tools.d.ts +2 -0
- package/lib/types/const.d.ts +2 -0
- package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +3 -1
- package/lib/types/controllers/board-connector-floating-toolbar.render-controller.d.ts +1 -3
- package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +1 -3
- package/lib/types/controllers/board-element-transform.controller.d.ts +10 -1
- package/lib/types/controllers/board-shape-floating-toolbar.render-controller.d.ts +1 -3
- package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/controllers/board-text-editing.render-controller.d.ts +2 -2
- package/lib/types/controllers/components.controller.d.ts +7 -0
- package/lib/types/index.d.ts +17 -3
- package/lib/types/render-adapters/board-element-render-adapter.d.ts +5 -3
- package/lib/types/render-objects/board-document-text-render.util.d.ts +1 -0
- package/lib/types/render-objects/board-shape-object.d.ts +7 -1
- package/lib/types/services/board-dom-layer.service.d.ts +1 -0
- package/lib/types/services/board-tool.service.d.ts +0 -1
- package/lib/types/services/board-toolbar-contribution.service.d.ts +33 -0
- package/lib/types/services/board-ui-state.service.d.ts +2 -2
- package/lib/types/utils/board-shape-text-document.util.d.ts +0 -8
- package/lib/types/utils/board-viewport.util.d.ts +9 -2
- package/lib/types/views/BoardDomLayerView.d.ts +3 -6
- package/lib/types/views/BoardDomResizeGuide.d.ts +4 -0
- package/lib/types/views/BoardShapeTextEditorContainer.d.ts +7 -1
- package/lib/types/views/BoardWorkbench.d.ts +4 -1
- 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 -19
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2ec2(_0x212eaf,_0x5b6c1d){_0x212eaf=_0x212eaf-0x190;const _0x2bfe98=_0x2bfe();let _0x2ec23c=_0x2bfe98[_0x212eaf];return _0x2ec23c;}function _0x2bfe(){const _0x8b9f24=['Thoát\x20toàn\x20màn\x20hình','Mũi\x20tên\x20phải','Số\x20cột','Hình\x20mũi\x20tên\x20vát','Độ\x20trong\x20suốt\x20{0}%','Đường\x20đời\x20tập\x20hợp','Phân\x20đoạn\x20tuần\x20tự\x20thay\x20thế','Vùng\x20chứa','Ngũ\x20giác','Nhóm','Thu\x20gọn\x20làn','Vùng\x20giới\x20hạn\x20trả\x20về\x20không\x20chứa\x20tất\x20cả\x20phần\x20tử;\x20vùng\x20xem\x20trước\x20đã\x20được\x20mở\x20rộng.','Tam\x20giác\x20rỗng','Thanh\x20trạng\x20thái','Xóa\x20làn','3kQLQaE','Tất\x20cả','Thanh','Sơ\x20đồ\x20trạng\x20thái','Tắt\x20căn\x20chỉnh\x20đối\x20tượng','Sơ\x20đồ\x20ER','Dấu\x20ngoặc\x20nhọn\x20trái','Mũi\x20tên\x20hở\x20hai\x20đầu','Sống\x20động','Sơ\x20đồ\x20tư\x20duy\x20ngang','Cách\x20vẽ\x20sơ\x20đồ\x20bằng\x20Mermaid?','Đường\x20đời\x20đĩa\x20từ','Lật\x20dọc','Phóng\x20to','Không\x20có\x20kết\x20quả\x20trùng\x20khớp','Tìm\x20đối\x20tượng','Trạng\x20thái\x20cuối','Trung\x20bình','Gạch\x20dưới','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Hình\x20tròn','Đóng\x20phím\x20tắt','Dòng\x20thời\x20gian','Chọn\x20sâu','Hình\x20ảnh','Căn\x20giữa\x20theo\x20chiều\x20dọc','Liền\x20nét','Chấm\x20chấm','Đưa\x20xuống\x20dưới','Giải\x20tán\x20vùng\x20chứa','Vừa\x20với\x20nội\x20dung','Làm\x20lại','Giao\x20diện','Bắt\x20đầu','Đang\x20chèn...','Đảo\x20chiều\x20mũi\x20tên','Sơ\x20đồ\x20luồng\x20dữ\x20liệu','Tam\x20giác','Cây\x20bên\x20phải','Sơ\x20đồ\x20tuần\x20tự\x20UML','Hình\x20tròn\x20đặc','Thành\x20phần','Ẩn\x20con\x20trỏ\x20của\x20cộng\x20tác\x20viên','Ghi\x20chú\x20dán','Liên\x20kết','Ngôi\x20sao','Bể\x20bơi\x20ngang','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x203','Nút\x20hành\x20động','Thực\x20thể\x20kiểu\x20trường\x20khóa','Bỏ\x20nhóm','Đường\x20nối\x20hình\x20thoi\x20đặc','Thực\x20thể\x20trường\x20khóa','Biểu\x20đồ','Phím\x20tắt','Nhóm\x20hình','Đường\x20nối\x20vuông\x20góc','Đường\x20biên','Tắt\x20tự\x20co\x20giãn','1\x20:\x201','Lục\x20giác','Sơ\x20đồ\x20tuần\x20tự','Dong','Đám\x20mây','Chọn\x20tất\x20cả','Di\x20chuyển\x20làn\x20lên\x20trước','Mũi\x20tên\x20khối','Mũi\x20tên\x20đầu\x20nguồn','Ẩn\x20/\x20Hiện\x20Thêm\x20nhanh','Mặc\x20định','Mũi\x20tên\x20hở','Chọn\x20vùng\x20chứa\x20cha','Hủy','Thực\x20thể\x20kiểu\x20trường','Mũi\x20tên\x20đặc','In\x20nghiêng','Sao\x20chép\x20kiểu','Dòng\x20thời\x20gian\x20ngang','Mũi\x20tên\x20đầu\x20đích','Đường\x20vuông\x20góc','Di\x20chuyển\x20làn\x20ra\x20sau','Sơ\x20đồ\x20tư\x20duy','Dòng\x20thời\x20gian\x20dọc','Tiêu\x20chuẩn','Mỏng','Làn\x20{0}','854606paoodS','Lật\x20ngang','521770bwEmQR','Kích\x20thước\x20tùy\x20chỉnh','Đường\x20nối\x20mũi\x20tên\x20đặc\x20đứt\x20nét','Dán\x20mã\x20Mermaid\x20để\x20xem\x20trước','9gToMXL','Đổi\x20tên\x20làn','Chủ\x20đề\x20{0}','Cài\x20đặt\x20đường','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x202','Đường\x20nối','Căn\x20giữa','Căn\x20dưới','Đường\x20đời\x20bộ\x20nhớ\x20truy\x20cập\x20trực\x20tiếp','Chọn\x20chính\x20xác','Hình\x20chữ\x20nhật\x20bo\x20góc','6954770XfDhLg','Chọn\x20nhiều\x20/\x20Bỏ\x20chọn','Chọn\x20hình','Thanh\x20kích\x20hoạt','Tên\x20đối\x20tượng','Đưa\x20lên\x20trên\x20cùng','Lưới','Co\x20giãn','Hình\x20trụ','Chỉnh\x20sửa\x20hình','Xám','Hình\x20bình\x20hành','Cây\x20bên\x20trái','Tên','2243336nHLioT','Bảng','Trợ\x20giúp','Bể\x20bơi','Hiện','Thực\x20thể','Đưa\x20lên\x20trên','Sơ\x20đồ\x20lớp','Chỉnh\x20sửa\x20đường\x20nét','Đường','Tạo\x20bản\x20sao','Căn\x20trái','Tìm\x20hình','Ẩn\x20/\x20Hiện\x20thanh\x20công\x20cụ','Chú\x20thích','Chân\x20chim','Phân\x20đoạn\x20tuần\x20tự','Lưu','Thêm\x20nhanh','Mô\x20tả','Văn\x20bản','Đưa\x20xuống\x20dưới\x20cùng','Thập\x20tự','Chỉnh\x20sửa\x20nút\x20hiện\x20tại','Khóa\x20quan\x20hệ\x20thành\x20viên','4\x20:\x203','Nhập','Thêm','Cài\x20đặt','Tên\x20làn','Không\x20hoặc\x20một','Thu\x20gọn\x20/\x20Mở\x20rộng\x20nút\x20con','Dịch\x20sang','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Khóa','Độ\x20dày\x20đường','Sơ\x20đồ\x20tư\x20duy\x20hướng\x20phải','Vintage','Sơ\x20đồ\x20thành\x20phần','Ngang','Căn\x20giữa\x20theo\x20chiều\x20ngang','DOM','Đưa\x20ra\x20khỏi\x20vùng\x20chứa','Không\x20thể\x20chèn\x20bản\x20nháp\x20bảng.','Đổi\x20tên\x20vùng\x20chứa','Khác','Màu\x20đường','Tìm\x20phần\x20tử\x20của\x20bảng','Bộ\x20phân\x20loại','Tập\x20hợp','Đa\x20tuyến','Giao\x20diện\x20cung\x20cấp','Đường\x20nối\x20lắp\x20ráp','60HMWXmo','Tam\x20giác\x20vuông','Đối\x20tượng','Hình\x20chữ\x20nhật','Video','Đặt\x20lại\x20tỉ\x20lệ','Vừa\x20khung\x20vẽ','Mở\x20rộng\x20làn','277490ClmMFB','Render\x20preview','Quay\x20lại','Hiện\x20thêm\x20hình','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Mục\x20làn','Bút','Phân\x20bố\x20theo\x20chiều\x20dọc','Đứt\x20nét','2070344IZlgbs','Hình\x20vuông\x20bo\x20góc','Cài\x20đặt\x20phông\x20chữ','In\x20đậm','Ẩn\x20tất\x20cả','Một\x20hoặc\x20nhiều','Kéo\x20để\x20sắp\x20xếp\x20lại','Giảm\x20cỡ\x20chữ','Hình','Lưu\x20đồ','Đóng','Mã\x20Mermaid\x20đang\x20trống.','Tài\x20nguyên','Căn\x20phải','Tam\x20giác\x20đặc','Cây\x20xen\x20kẽ','Công\x20cụ','Bố\x20cục','Mũi\x20tên\x20trái','Thêm\x20mô\x20tả','Số\x20hàng','Chọn\x20nội\x20dung','Ngôi\x20sao\x20và\x20biểu\x20ngữ','Cơ\x20bản','Di\x20chuyển\x20theo\x20chiều\x20ngang\x20/\x20dọc','Đặt\x20lại\x20màu','Thêm\x20hình','Sơ\x20đồ\x20quan\x20hệ\x20thực\x20thể','Xóa','Máy\x20chủ\x20không\x20trả\x20về\x20bản\x20nháp\x20bảng\x20hợp\x20lệ.','Khối\x20mũi\x20tên\x20phải','Chân\x20chim\x20có\x20thanh','Hình\x20bầu\x20dục','Chèn','Không\x20có\x20phần\x20tử\x20bảng\x20nào\x20có\x20thể\x20nhập\x20được\x20trả\x20về.','Xuất','Chế\x20độ\x20kéo','Chọn\x20các\x20hình\x20để\x20nhóm','Đường\x20đời\x20thực\x20thể','Giao\x20diện\x20yêu\x20cầu','Phần\x20giữ\x20chỗ','Đang\x20chuyển\x20đổi\x20Mermaid...','Hình\x20thoi','Con\x20trỏ\x20cộng\x20tác\x20viên','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x201','Bát\x20giác','Gạch\x20ngang','exports','Tác\x20nhân','Đường\x20nối\x20hình\x20thoi\x20rỗng','Lớp\x20canvas','Bật\x20tự\x20co\x20giãn','Hộp\x20thành\x20phần','Chế\x20độ\x20xem','Xem\x20thêm','Vòng\x20kèm\x20thanh','Phóng\x20to\x20vùng\x20chọn','Thêm\x20nút\x20cha','Vào\x20toàn\x20màn\x20hình','16\x20:\x209','Đã\x20ẩn','Chú\x20thích\x20bo\x20góc','Thu\x20gọn\x20/\x20Mở\x20rộng\x20làn','Lớp','Dày','Chỉnh\x20sửa\x20đường\x20cọ\x20vẽ','Hàng\x20{0},\x20Cột\x20{1}','Hoàn\x20tất','Mũi\x20tên','Tìm\x20kiếm','Tên\x20vùng\x20chứa','Lớp\x20nổi','Vùng\x20chứa\x20cha\x20vừa\x20với\x20nội\x20dung','Chưa\x20có\x20đối\x20tượng','Trích\x20dẫn','Sơ\x20đồ\x20đã\x20nhập','Không\x20hoặc\x20nhiều','276563dVcCZO','Di\x20chuyển\x20làn\x20tới\x20trước','Cắt','Hình\x20cơ\x20bản','Mở\x20khóa\x20quan\x20hệ\x20thành\x20viên','Đường\x20thẳng','Trang','Bể\x20bơi\x20dọc','Hình\x20thoi\x20rỗng','Sắp\x20xếp','Đổi\x20tên'];_0x2bfe=function(){return _0x8b9f24;};return _0x2bfe();}const _0x2f804d=_0x2ec2;(function(_0x3fc920,_0x2b3213){const _0x2f26aa=_0x2ec2,_0x454879=_0x3fc920();while(!![]){try{const _0x308584=parseInt(_0x2f26aa(0x229))/0x1+-parseInt(_0x2f26aa(0x227))/0x2*(-parseInt(_0x2f26aa(0x1d1))/0x3)+-parseInt(_0x2f26aa(0x28c))/0x4+parseInt(_0x2f26aa(0x283))/0x5+-parseInt(_0x2f26aa(0x27b))/0x6*(-parseInt(_0x2f26aa(0x1b7))/0x7)+parseInt(_0x2f26aa(0x246))/0x8+parseInt(_0x2f26aa(0x22d))/0x9*(-parseInt(_0x2f26aa(0x238))/0xa);if(_0x308584===_0x2b3213)break;else _0x454879['push'](_0x454879['shift']());}catch(_0x6b203c){_0x454879['push'](_0x454879['shift']());}}}(_0x2bfe,0x72047));const e={'boards-ui':{'line':{'title':_0x2f804d(0x24f)},'contextMenu':{'container':{'rename':_0x2f804d(0x272),'fitToContent':_0x2f804d(0x1ef),'selectContents':_0x2f804d(0x2a1),'enableAutoResize':_0x2f804d(0x19d),'disableAutoResize':_0x2f804d(0x20b),'lockMembership':_0x2f804d(0x25e),'unlockMembership':_0x2f804d(0x1bb),'disband':_0x2f804d(0x1ee),'delete':'Xóa\x20vùng\x20chứa'},'containerChild':{'moveOut':_0x2f804d(0x270),'selectParent':_0x2f804d(0x218),'fitParent':_0x2f804d(0x1b2)},'swimlaneLane':{'add':'Thêm\x20làn','addBelow':'Thêm\x20làn\x20phía\x20dưới','addRight':'Thêm\x20làn\x20bên\x20phải','remove':_0x2f804d(0x1d0),'removeAndMovePrevious':'Chuyển\x20nội\x20dung\x20sang\x20làn\x20trước\x20rồi\x20xóa','removeAndPromote':'Đưa\x20nội\x20dung\x20ra\x20ngoài\x20rồi\x20xóa\x20làn','removeAndDeleteContent':'Xóa\x20nội\x20dung\x20và\x20làn','removeAndMoveNext':'Chuyển\x20nội\x20dung\x20sang\x20làn\x20sau\x20rồi\x20xóa','rename':_0x2f804d(0x22e),'movePrevious':_0x2f804d(0x212),'moveNext':_0x2f804d(0x221),'expand':_0x2f804d(0x282),'collapse':_0x2f804d(0x1cc)}},'popup':{'containerName':_0x2f804d(0x1b0),'laneName':_0x2f804d(0x263),'cancel':'Hủy','rename':_0x2f804d(0x1c1)},'ink':{'finishEditing':_0x2f804d(0x1ad),'enterEditing':_0x2f804d(0x24e)},'mindMap':{'description':_0x2f804d(0x259),'descriptionPlaceholder':_0x2f804d(0x267),'saveDescription':_0x2f804d(0x257)},'panel':{'moreShapes':_0x2f804d(0x2a6),'more':_0x2f804d(0x1a0),'back':_0x2f804d(0x285),'close':_0x2f804d(0x296),'stickyNote':'Ghi\x20chú\x20dán','lineColor':_0x2f804d(0x274),'lineWidth':_0x2f804d(0x269),'reverseMarkers':_0x2f804d(0x1f4),'searchShapes':_0x2f804d(0x252),'container':_0x2f804d(0x1c9),'swimlane':_0x2f804d(0x249),'verticalSwimlane':_0x2f804d(0x1be),'horizontalSwimlane':_0x2f804d(0x1ff),'vertical':'Dọc','horizontal':_0x2f804d(0x26d),'tableCustomSize':_0x2f804d(0x22a),'tableRows':_0x2f804d(0x2a0),'tableColumns':_0x2f804d(0x1c4),'tableInsert':_0x2f804d(0x2ad),'customContainer':'Tùy\x20chỉnh','containerRatio16By9':_0x2f804d(0x1a5),'containerRatio4By3':_0x2f804d(0x25f),'containerRatio1By1':_0x2f804d(0x20c),'containerA4':'A4','mindMapGroupMindMap':_0x2f804d(0x222),'mindMapGroupTree':'Sơ\x20đồ\x20cây','mindMapGroupTimeline':_0x2f804d(0x1e7),'mindMapRight':_0x2f804d(0x26a),'mindMapLeft':'Sơ\x20đồ\x20tư\x20duy\x20hướng\x20trái','mindMapHorizontal':_0x2f804d(0x1da),'mindMapVertical':'Sơ\x20đồ\x20tư\x20duy\x20dọc','mindMapTreeRight':_0x2f804d(0x1f7),'mindMapTreeLeft':_0x2f804d(0x244),'mindMapTreeAlternate':_0x2f804d(0x29b),'mindMapTimelineHorizontal':_0x2f804d(0x21e),'mindMapTimelineVertical':_0x2f804d(0x223),'mindMapNodeText':'Thêm\x20văn\x20bản'},'settings':{'collaboratorCursors':_0x2f804d(0x195),'find':_0x2f804d(0x1af),'grid':_0x2f804d(0x23e),'preciseSelection':_0x2f804d(0x236),'quickAdd':_0x2f804d(0x258),'theme':'Chủ\x20đề','themeOption':_0x2f804d(0x22f),'themePreviewStart':_0x2f804d(0x1f2),'themePreviewData':'Dữ\x20liệu','undo':'Hoàn\x20tác','redo':_0x2f804d(0x1f0),'settings':_0x2f804d(0x262),'objects':_0x2f804d(0x27d),'findBoardElements':_0x2f804d(0x275),'noMatches':_0x2f804d(0x1df),'showDimensions':'Hiện\x20kích\x20thước','showToolbar':'Hiện\x20thanh\x20công\x20cụ','translateInto':_0x2f804d(0x266),'import':'Nhập','export':_0x2f804d(0x2af)},'objectListPanel':{'title':_0x2f804d(0x27d),'empty':_0x2f804d(0x1b3),'showAll':'Hiện\x20tất\x20cả','hideAll':_0x2f804d(0x290),'moveForward':_0x2f804d(0x24c),'moveBackward':_0x2f804d(0x1ed),'close':_0x2f804d(0x20f),'nameInput':_0x2f804d(0x23c),'hide':'Ẩn','show':_0x2f804d(0x24a),'lock':_0x2f804d(0x268),'unlock':'Mở\x20khóa','details':'Chi\x20tiết','locate':'Định\x20vị','expand':'Mở\x20rộng','collapse':'Thu\x20gọn','dragToReorder':_0x2f804d(0x292),'search':_0x2f804d(0x1e0),'filterAll':_0x2f804d(0x1d2),'filterHidden':_0x2f804d(0x1a6),'filterLocked':'Đã\x20khóa','sectionCanvas':_0x2f804d(0x19c),'sectionFloating':_0x2f804d(0x1b1),'name':_0x2f804d(0x245),'description':'Mô\x20tả','descriptionPlaceholder':'Thêm\x20mô\x20tả','noSelection':_0x2f804d(0x287),'elementTypes':{'object':_0x2f804d(0x27d),'connector':_0x2f804d(0x232),'container':_0x2f804d(0x1c9),'group':_0x2f804d(0x1cb),'image':'Hình\x20ảnh','chart':_0x2f804d(0x206),'page':_0x2f804d(0x1bd),'placeholder':_0x2f804d(0x192),'shape':_0x2f804d(0x294),'table':_0x2f804d(0x247),'text':_0x2f804d(0x25a),'smartArt':'SmartArt','video':_0x2f804d(0x27f),'unit':'Đơn\x20vị','dom':_0x2f804d(0x26f)}},'find':{'lanePosition':_0x2f804d(0x226),'tableCellPosition':_0x2f804d(0x1ac),'elementTypes':{'connector':_0x2f804d(0x232),'container':_0x2f804d(0x1c9),'group':'Nhóm','image':_0x2f804d(0x1e9),'page':'Trang','placeholder':_0x2f804d(0x192),'shape':'Hình','table':_0x2f804d(0x247),'text':'Văn\x20bản'}},'themePresets':{'default':_0x2f804d(0x216),'classic':'Cổ\x20điển','vintage':_0x2f804d(0x26b),'gray':_0x2f804d(0x242),'vibrant':_0x2f804d(0x1d9),'blue':'Xanh\x20dương'},'toolbar':{'resetColor':_0x2f804d(0x2a5),'shape':'Hình','text':_0x2f804d(0x25a),'stickyNote':_0x2f804d(0x1fc),'line':'Đường\x20nối','container':_0x2f804d(0x1c9),'swimlane':_0x2f804d(0x249),'table':_0x2f804d(0x247),'chart':_0x2f804d(0x206),'pen':_0x2f804d(0x289),'mindMap':_0x2f804d(0x222),'resources':_0x2f804d(0x298),'image':'Hình\x20ảnh','import':_0x2f804d(0x260),'wrapInContainer':'Bọc\x20trong\x20vùng\x20chứa','addSwimlaneLane':'Thêm\x20mục\x20làn','swimlaneMenu':_0x2f804d(0x249),'swimlaneLaneMenu':_0x2f804d(0x288),'editBrushPath':_0x2f804d(0x1ab),'arrange':_0x2f804d(0x1c0),'bringToFront':_0x2f804d(0x23d),'bringForward':'Đưa\x20lên\x20trên','sendBackward':_0x2f804d(0x1ed),'sendToBack':_0x2f804d(0x25b),'more':_0x2f804d(0x261)},'mermaidImport':{'cancel':_0x2f804d(0x219),'containerName':_0x2f804d(0x1b0),'defaultContainerName':_0x2f804d(0x1b5),'converting':_0x2f804d(0x193),'emptyPreview':_0x2f804d(0x22c),'diagnostics':{'emptyDraft':_0x2f804d(0x2ae),'expandedBounds':_0x2f804d(0x1cd),'invalidElement':'Đã\x20bỏ\x20qua\x20phần\x20tử\x20bảng\x20không\x20hợp\x20lệ:\x20{0}.','renderElementFailed':'Không\x20thể\x20kết\x20xuất\x20phần\x20tử\x20trong\x20bản\x20xem\x20trước:\x20{0}.','previewPaused':_0x2f804d(0x1e4)},'errors':{'emptyCode':_0x2f804d(0x297),'exchangeUnavailable':'Chưa\x20đăng\x20ký\x20máy\x20khách\x20Exchange.','insertFailed':_0x2f804d(0x271),'invalidDraft':_0x2f804d(0x2a9)},'help':_0x2f804d(0x1db),'insert':'Chèn','renderPreview':_0x2f804d(0x284),'inserting':_0x2f804d(0x1f3),'types':{'classDiagram':_0x2f804d(0x24d),'erDiagram':_0x2f804d(0x1d6),'flowchart':_0x2f804d(0x295),'mindMap':'Sơ\x20đồ\x20tư\x20duy','sequenceDiagram':_0x2f804d(0x20e),'stateDiagram':_0x2f804d(0x1d4)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x2f804d(0x237),'oval':'Hình\x20bầu\x20dục','diamond':_0x2f804d(0x194),'rectangle':_0x2f804d(0x27e),'circle':_0x2f804d(0x1e5),'cylinder':_0x2f804d(0x240),'chevron':_0x2f804d(0x1c5),'rightArrowBlock':_0x2f804d(0x2aa),'parallelogram':_0x2f804d(0x243),'trapezoid':'Hình\x20thang','speechBubble':'Bong\x20bóng\x20thoại','roundedCallout':_0x2f804d(0x1a7),'rightTriangle':_0x2f804d(0x27c),'triangle':'Tam\x20giác','star':_0x2f804d(0x1fe),'hexagon':_0x2f804d(0x20d),'pentagon':_0x2f804d(0x1ca),'octagon':_0x2f804d(0x197),'leftArrow':_0x2f804d(0x29e),'rightArrow':_0x2f804d(0x1c3),'leftRightArrow':'Mũi\x20tên\x20hai\x20chiều','cloud':_0x2f804d(0x210),'leftBrace':_0x2f804d(0x1d7),'rightBrace':'Dấu\x20ngoặc\x20nhọn\x20phải','plus':'Dấu\x20cộng','actor':_0x2f804d(0x19a),'boundary':_0x2f804d(0x20a),'control':'Điều\x20khiển','entity':_0x2f804d(0x24b),'collection':_0x2f804d(0x277),'dataFlowRoundedRectangle':_0x2f804d(0x237),'dataFlowCircle':_0x2f804d(0x1e5),'dataFlowRoundedSquare':_0x2f804d(0x28d),'dataStorage1':_0x2f804d(0x196),'dataStorage2':_0x2f804d(0x231),'dataStorage3':_0x2f804d(0x200),'lineNone':'Đường\x20thẳng\x20(không\x20mũi\x20tên)','lineDashedNone':'Đường\x20đứt\x20nét\x20(không\x20mũi\x20tên)','lineOpenArrow':_0x2f804d(0x217),'lineDoubleOpenArrow':_0x2f804d(0x1d8),'actorLifeline':'Đường\x20đời\x20tác\x20nhân','boundaryLifeline':'Đường\x20đời\x20biên','controlLifeline':'Đường\x20đời\x20điều\x20khiển','entityLifeline':_0x2f804d(0x190),'collectionLifeline':_0x2f804d(0x1c7),'objectLifeline':'Đường\x20đời\x20đối\x20tượng','magneticDiskLifeline':_0x2f804d(0x1dc),'directAccessStorageLifeline':_0x2f804d(0x235),'activationBar':_0x2f804d(0x23b),'sequenceFragment':_0x2f804d(0x256),'sequenceAlternativeFragment':_0x2f804d(0x1c8),'umlClass':_0x2f804d(0x1a9),'umlInterface':_0x2f804d(0x1f1),'umlInterfaceShape':_0x2f804d(0x1f1),'umlClassifier':_0x2f804d(0x276),'umlHollowDiamondConnector':_0x2f804d(0x19b),'umlFilledDiamondConnector':_0x2f804d(0x204),'umlFilledArrowConnector':'Đường\x20nối\x20mũi\x20tên\x20đặc','umlDashedOpenArrowConnector':'Đường\x20nối\x20mũi\x20tên\x20hở\x20đứt\x20nét','umlDashedFilledArrowConnector':_0x2f804d(0x22b),'erdEntity':_0x2f804d(0x24b),'erdKeyField':_0x2f804d(0x205),'erdFieldType':_0x2f804d(0x21a),'erdFull':_0x2f804d(0x202),'initialState':'Trạng\x20thái\x20đầu','finalState':_0x2f804d(0x1e1),'stateBar':_0x2f804d(0x1cf),'requiredInterface':_0x2f804d(0x191),'assemblyConnector':_0x2f804d(0x27a),'providedInterface':_0x2f804d(0x279),'componentBox':_0x2f804d(0x19e),'component':_0x2f804d(0x1fa)},'shapeCategories':{'basics':_0x2f804d(0x2a3),'basicShapes':{'rectangle':_0x2f804d(0x27e),'basicShape':_0x2f804d(0x1ba),'blockArrow':_0x2f804d(0x213),'equationShape':'Hình\x20phương\x20trình','flowchart':_0x2f804d(0x295),'starAndBanner':_0x2f804d(0x2a2),'callout':_0x2f804d(0x254),'actionButton':_0x2f804d(0x201),'other':_0x2f804d(0x273)},'classDiagram':_0x2f804d(0x24d),'dataFlowDiagram':_0x2f804d(0x1f5),'line':'Đường','entityRelationshipDiagram':_0x2f804d(0x2a7),'umlCustomShapes':'Hình\x20UML\x20tùy\x20chỉnh','umlSequenceDiagram':_0x2f804d(0x1f8),'statusDiagram':_0x2f804d(0x1d4),'componentDiagram':_0x2f804d(0x26c)},'connector':{'toolbar':{'sourceMarker':_0x2f804d(0x214),'swapMarkers':'Hoán\x20đổi\x20mũi\x20tên','targetMarker':_0x2f804d(0x21f),'lineColor':_0x2f804d(0x274),'lineWidth':'Độ\x20dày','opacityPercent':_0x2f804d(0x1c6),'settings':_0x2f804d(0x230),'smoothElbow':_0x2f804d(0x220),'bridge':'Bắc\x20cầu\x20đường','insertText':'Chèn\x20văn\x20bản','more':'Thêm'},'routing':{'straight':_0x2f804d(0x1bc),'elbow':_0x2f804d(0x220),'polyline':_0x2f804d(0x278),'curve':'Đường\x20cong'},'strokeWidth':{'thin':_0x2f804d(0x225),'regular':_0x2f804d(0x224),'medium':_0x2f804d(0x1e2),'bold':_0x2f804d(0x1aa)},'dash':{'solid':_0x2f804d(0x1eb),'dashed':_0x2f804d(0x28b),'dotted':_0x2f804d(0x1ec),'dashDot':'Gạch\x20chấm'},'marker':{'none':'Không','arrow':_0x2f804d(0x1ae),'filledArrow':_0x2f804d(0x21b),'openArrow':_0x2f804d(0x217),'triangle':_0x2f804d(0x1f6),'filledTriangle':_0x2f804d(0x29a),'hollowTriangle':_0x2f804d(0x1ce),'diamond':'Hình\x20thoi','hollowDiamond':_0x2f804d(0x1bf),'filledDiamond':'Hình\x20thoi\x20đặc','circle':_0x2f804d(0x1e5),'filledCircle':_0x2f804d(0x1f9),'bar':_0x2f804d(0x1d3),'doubleBar':'Thanh\x20đôi','crowFoot':_0x2f804d(0x255),'crowsFoot':_0x2f804d(0x255),'barCrowsFoot':_0x2f804d(0x2ab),'circleCrowsFoot':'Chân\x20chim\x20có\x20vòng','circleBar':_0x2f804d(0x1a1),'x':'X','cross':_0x2f804d(0x25c),'plus':'Cộng','zeroOrOne':_0x2f804d(0x264),'zeroOrMany':_0x2f804d(0x1b6),'oneOrMany':_0x2f804d(0x291)}},'zoom':{'dragMode':_0x2f804d(0x2b0),'fitContent':_0x2f804d(0x1ef),'zoomOut':'Thu\x20nhỏ','resetZoom':_0x2f804d(0x280),'zoomIn':_0x2f804d(0x1de),'help':_0x2f804d(0x248)},'shortcutHelp':{'title':_0x2f804d(0x207),'close':_0x2f804d(0x1e6),'sections':{'tools':_0x2f804d(0x29c),'navigator':'Trình\x20điều\x20hướng','view':_0x2f804d(0x19f),'selection':_0x2f804d(0x23a),'editing':_0x2f804d(0x241),'grouping':_0x2f804d(0x208),'swimlane':_0x2f804d(0x249),'mindMap':'Sơ\x20đồ\x20tư\x20duy','layout':_0x2f804d(0x29d),'font':_0x2f804d(0x28e)},'items':{'showMoreShapes':_0x2f804d(0x286),'roundedRectangle':_0x2f804d(0x237),'rectangle':'Hình\x20chữ\x20nhật','oval':_0x2f804d(0x2ac),'diamond':'Hình\x20thoi','text':'Văn\x20bản','elbowConnector':_0x2f804d(0x209),'line':_0x2f804d(0x1bc),'stickyNote':_0x2f804d(0x1fc),'search':_0x2f804d(0x1af),'zoomWheel':'Phóng\x20to\x20/\x20Thu\x20nhỏ','zoomPinch':'Phóng\x20to\x20/\x20Thu\x20nhỏ','zoomTo100':'Phóng\x20to\x20100%','zoomToSelection':_0x2f804d(0x1a2),'zoomToFit':_0x2f804d(0x281),'enterFullScreen':_0x2f804d(0x1a4),'exitFullScreen':_0x2f804d(0x1c2),'selectShape':'Chọn\x20hình','selectAll':_0x2f804d(0x211),'multipleSelect':_0x2f804d(0x239),'invertSelection':'Đảo\x20ngược\x20lựa\x20chọn','preciseSelection':_0x2f804d(0x236),'deepSelect':_0x2f804d(0x1e8),'editShape':'Chỉnh\x20sửa\x20hình','copy':'Sao\x20chép','copyAsImage':'Sao\x20chép\x20dưới\x20dạng\x20hình\x20ảnh','paste':'Dán','cut':_0x2f804d(0x1b9),'makeCopy':_0x2f804d(0x250),'scale':_0x2f804d(0x23f),'copyStyle':_0x2f804d(0x21d),'pasteStyle':'Dán\x20kiểu','moveAxisLocked':_0x2f804d(0x2a4),'flipHorizontal':_0x2f804d(0x228),'flipVertical':_0x2f804d(0x1dd),'undo':'Hoàn\x20tác','redo':_0x2f804d(0x1f0),'toggleQuickAdd':_0x2f804d(0x215),'hideCollaboratorsCursors':_0x2f804d(0x1fb),'toggleToolbar':_0x2f804d(0x253),'delete':_0x2f804d(0x2a8),'group':'Nhóm','ungroup':_0x2f804d(0x203),'selectUpperLayerGroups':'Chọn\x20nhóm\x20lớp\x20trên','selectShapesToGroup':_0x2f804d(0x2b1),'swimlaneLaneRename':_0x2f804d(0x22e),'swimlaneLaneToggleCollapsed':_0x2f804d(0x1a8),'swimlaneLaneMovePrevious':_0x2f804d(0x1b8),'swimlaneLaneMoveNext':_0x2f804d(0x221),'swimlaneLaneRemove':'Xóa\x20làn','addSiblingNode':'Thêm\x20nút\x20anh\x20chị\x20em','addChildNode':'Thêm\x20nút\x20con','addParentNode':_0x2f804d(0x1a3),'foldChildNodes':_0x2f804d(0x265),'collapseAllNodes':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20tất\x20cả\x20nút','addDescription':_0x2f804d(0x29f),'editCurrentNode':_0x2f804d(0x25d),'bringToFront':'Đưa\x20lên\x20trên\x20cùng','sendToBack':_0x2f804d(0x25b),'alignLeft':_0x2f804d(0x251),'alignRight':_0x2f804d(0x299),'alignTop':'Căn\x20trên','alignBottom':_0x2f804d(0x234),'alignMiddle':_0x2f804d(0x1ea),'alignCenter':_0x2f804d(0x26e),'distributeHorizontally':'Phân\x20bố\x20theo\x20chiều\x20ngang','distributeVertically':_0x2f804d(0x28a),'disableObjectAlignment':_0x2f804d(0x1d5),'increaseFontSize':'Tăng\x20cỡ\x20chữ','decreaseFontSize':_0x2f804d(0x293),'bold':_0x2f804d(0x28f),'strikethrough':_0x2f804d(0x198),'italic':_0x2f804d(0x21c),'underline':_0x2f804d(0x1e3),'link':_0x2f804d(0x1fd),'numberedList':'Danh\x20sách\x20đánh\x20số','bulletedList':'Danh\x20sách\x20dấu\x20đầu\x20dòng','quote':_0x2f804d(0x1b4),'alignTextLeft':_0x2f804d(0x251),'alignTextRight':_0x2f804d(0x299),'alignTextCenter':_0x2f804d(0x233)}}}};module[_0x2f804d(0x199)]=e;
|
|
1
|
+
function _0x13c4(_0x30a270,_0x100af5){_0x30a270=_0x30a270-0xd5;const _0x91b516=_0x91b5();let _0x13c4c3=_0x91b516[_0x30a270];return _0x13c4c3;}const _0x113f48=_0x13c4;(function(_0x3dbb6b,_0x3a1b79){const _0xbd4b5f=_0x13c4,_0x5bf02a=_0x3dbb6b();while(!![]){try{const _0x42fff6=-parseInt(_0xbd4b5f(0x16b))/0x1+parseInt(_0xbd4b5f(0x190))/0x2+parseInt(_0xbd4b5f(0x1c5))/0x3*(-parseInt(_0xbd4b5f(0xfb))/0x4)+-parseInt(_0xbd4b5f(0x1b5))/0x5*(-parseInt(_0xbd4b5f(0x10d))/0x6)+parseInt(_0xbd4b5f(0x130))/0x7+parseInt(_0xbd4b5f(0x155))/0x8+parseInt(_0xbd4b5f(0x19a))/0x9*(-parseInt(_0xbd4b5f(0x1d7))/0xa);if(_0x42fff6===_0x3a1b79)break;else _0x5bf02a['push'](_0x5bf02a['shift']());}catch(_0x407a39){_0x5bf02a['push'](_0x5bf02a['shift']());}}}(_0x91b5,0xa9850));const e={'boards-ui':{'line':{'title':_0x113f48(0xfe)},'contextMenu':{'container':{'rename':_0x113f48(0x12b),'fitToContent':'Vừa\x20với\x20nội\x20dung','selectContents':_0x113f48(0xf3),'enableAutoResize':_0x113f48(0xd5),'disableAutoResize':_0x113f48(0x19b),'lockMembership':_0x113f48(0x16c),'unlockMembership':'Mở\x20khóa\x20quan\x20hệ\x20thành\x20viên','disband':_0x113f48(0x1c7),'delete':_0x113f48(0x1f1)},'containerChild':{'moveOut':'Đưa\x20ra\x20khỏi\x20vùng\x20chứa','selectParent':_0x113f48(0x186),'fitParent':_0x113f48(0x160)},'swimlaneLane':{'add':_0x113f48(0x1e6),'addBelow':_0x113f48(0xe0),'addRight':_0x113f48(0x106),'remove':'Xóa\x20làn','removeAndMovePrevious':'Chuyển\x20nội\x20dung\x20sang\x20làn\x20trước\x20rồi\x20xóa','removeAndPromote':_0x113f48(0x129),'removeAndDeleteContent':'Xóa\x20nội\x20dung\x20và\x20làn','removeAndMoveNext':_0x113f48(0x1a0),'rename':_0x113f48(0x1e2),'movePrevious':_0x113f48(0x153),'moveNext':_0x113f48(0x19f),'expand':_0x113f48(0x187),'collapse':_0x113f48(0x127)}},'popup':{'containerName':_0x113f48(0x13a),'laneName':_0x113f48(0x1f3),'cancel':_0x113f48(0x1b2),'rename':'Đổi\x20tên'},'ink':{'finishEditing':_0x113f48(0xdf),'enterEditing':_0x113f48(0x14c)},'mindMap':{'description':_0x113f48(0xe4),'descriptionPlaceholder':_0x113f48(0x14d),'saveDescription':'Lưu'},'panel':{'moreShapes':_0x113f48(0x1bc),'more':'Xem\x20thêm','back':_0x113f48(0x1b0),'close':'Đóng','stickyNote':_0x113f48(0x118),'lineColor':_0x113f48(0x143),'lineWidth':_0x113f48(0x158),'reverseMarkers':_0x113f48(0x100),'searchShapes':_0x113f48(0x10c),'container':_0x113f48(0xd8),'swimlane':'Bể\x20bơi','verticalSwimlane':_0x113f48(0xd9),'horizontalSwimlane':_0x113f48(0x17a),'vertical':_0x113f48(0x178),'horizontal':_0x113f48(0x167),'tableCustomSize':_0x113f48(0x157),'tableRows':_0x113f48(0x116),'tableColumns':_0x113f48(0xe6),'tableInsert':_0x113f48(0xff),'customContainer':_0x113f48(0x175),'containerRatio16By9':_0x113f48(0x194),'containerRatio4By3':_0x113f48(0xe2),'containerRatio1By1':_0x113f48(0x180),'containerA4':'A4','mindMapGroupMindMap':_0x113f48(0xef),'mindMapGroupTree':_0x113f48(0x16e),'mindMapGroupTimeline':_0x113f48(0x136),'mindMapRight':'Sơ\x20đồ\x20tư\x20duy\x20hướng\x20phải','mindMapLeft':_0x113f48(0x1c9),'mindMapHorizontal':'Sơ\x20đồ\x20tư\x20duy\x20ngang','mindMapVertical':'Sơ\x20đồ\x20tư\x20duy\x20dọc','mindMapTreeRight':_0x113f48(0x1aa),'mindMapTreeLeft':'Cây\x20bên\x20trái','mindMapTreeAlternate':_0x113f48(0x1e1),'mindMapTimelineHorizontal':_0x113f48(0xe3),'mindMapTimelineVertical':_0x113f48(0x1d9),'mindMapNodeText':_0x113f48(0x1a8)},'settings':{'collaboratorCursors':_0x113f48(0x11d),'find':'Tìm\x20kiếm','grid':_0x113f48(0x1a1),'preciseSelection':_0x113f48(0x174),'quickAdd':'Thêm\x20nhanh','theme':_0x113f48(0x10e),'themeOption':'Chủ\x20đề\x20{0}','themePreviewStart':_0x113f48(0x123),'themePreviewData':_0x113f48(0x1ca),'undo':_0x113f48(0x14e),'redo':_0x113f48(0x1b3),'settings':'Cài\x20đặt','objects':_0x113f48(0x183),'findBoardElements':_0x113f48(0x1f0),'noMatches':_0x113f48(0x1ae),'showDimensions':_0x113f48(0x113),'showToolbar':_0x113f48(0x156),'translateInto':_0x113f48(0x1cc),'import':_0x113f48(0x147),'export':_0x113f48(0x1be)},'objectListPanel':{'title':_0x113f48(0x183),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x113f48(0x108),'hideAll':'Ẩn\x20tất\x20cả','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x113f48(0xd6),'close':_0x113f48(0xf5),'nameInput':_0x113f48(0x17d),'hide':'Ẩn','show':_0x113f48(0x111),'lock':_0x113f48(0xde),'unlock':_0x113f48(0x18b),'details':'Chi\x20tiết','locate':'Định\x20vị','expand':_0x113f48(0x1b8),'collapse':_0x113f48(0x199),'dragToReorder':_0x113f48(0x148),'search':_0x113f48(0x133),'filterAll':_0x113f48(0x131),'filterHidden':_0x113f48(0x117),'filterLocked':_0x113f48(0xfd),'sectionCanvas':'Lớp\x20canvas','sectionFloating':_0x113f48(0x14b),'name':_0x113f48(0x1a6),'description':_0x113f48(0xe4),'descriptionPlaceholder':_0x113f48(0x1d5),'noSelection':_0x113f48(0x11e),'elementTypes':{'object':_0x113f48(0x183),'connector':_0x113f48(0x1cb),'container':_0x113f48(0xd8),'group':'Nhóm','image':_0x113f48(0x17b),'chart':'Biểu\x20đồ','page':_0x113f48(0xe7),'placeholder':_0x113f48(0xf4),'shape':'Hình','table':_0x113f48(0x1f2),'text':'Văn\x20bản','smartArt':'SmartArt','video':_0x113f48(0x1f8),'unit':_0x113f48(0x12a),'dom':_0x113f48(0x1b6)}},'find':{'lanePosition':_0x113f48(0x150),'tableCellPosition':_0x113f48(0x12f),'elementTypes':{'connector':'Đường\x20nối','container':'Vùng\x20chứa','group':_0x113f48(0x1b7),'image':_0x113f48(0x17b),'page':_0x113f48(0xe7),'placeholder':_0x113f48(0xf4),'shape':_0x113f48(0x1da),'table':_0x113f48(0x1f2),'text':_0x113f48(0x124)}},'themePresets':{'default':'Mặc\x20định','classic':_0x113f48(0x1cf),'vintage':'Vintage','gray':'Xám','vibrant':_0x113f48(0x166),'blue':_0x113f48(0x13d)},'toolbar':{'resetColor':_0x113f48(0x14a),'shape':_0x113f48(0x1da),'text':_0x113f48(0x124),'stickyNote':_0x113f48(0x118),'line':_0x113f48(0x1cb),'container':_0x113f48(0xd8),'swimlane':_0x113f48(0xe8),'table':'Bảng','chart':_0x113f48(0xf6),'pen':'Bút','mindMap':_0x113f48(0xef),'resources':'Tài\x20nguyên','image':_0x113f48(0x17b),'import':_0x113f48(0x147),'wrapInContainer':_0x113f48(0x195),'addSwimlaneLane':_0x113f48(0xf8),'swimlaneMenu':_0x113f48(0xe8),'swimlaneLaneMenu':_0x113f48(0x173),'editBrushPath':_0x113f48(0x10a),'arrange':_0x113f48(0x15b),'bringToFront':_0x113f48(0x1e0),'bringForward':_0x113f48(0x134),'sendBackward':_0x113f48(0xd6),'sendToBack':'Đưa\x20xuống\x20dưới\x20cùng','more':_0x113f48(0x192)},'mermaidImport':{'cancel':_0x113f48(0x1b2),'containerName':_0x113f48(0x13a),'defaultContainerName':_0x113f48(0x1c4),'converting':'Đang\x20chuyển\x20đổi\x20Mermaid...','emptyPreview':'Dán\x20mã\x20Mermaid\x20để\x20xem\x20trước','diagnostics':{'emptyDraft':_0x113f48(0xdd),'expandedBounds':'Vùng\x20giới\x20hạn\x20trả\x20về\x20không\x20chứa\x20tất\x20cả\x20phần\x20tử;\x20vùng\x20xem\x20trước\x20đã\x20được\x20mở\x20rộng.','invalidElement':_0x113f48(0xf9),'renderElementFailed':_0x113f48(0x1ab),'previewPaused':_0x113f48(0x13e)},'errors':{'emptyCode':_0x113f48(0x15e),'exchangeUnavailable':_0x113f48(0x193),'insertFailed':_0x113f48(0x10b),'invalidDraft':_0x113f48(0x121)},'help':_0x113f48(0x1d1),'insert':_0x113f48(0xff),'renderPreview':'Render\x20preview','inserting':_0x113f48(0x1d3),'types':{'classDiagram':'Sơ\x20đồ\x20lớp','erDiagram':_0x113f48(0x110),'flowchart':_0x113f48(0xf0),'mindMap':_0x113f48(0xef),'sequenceDiagram':_0x113f48(0x1df),'stateDiagram':_0x113f48(0x1d6)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':'Hình\x20chữ\x20nhật\x20bo\x20góc','oval':_0x113f48(0xec),'diamond':_0x113f48(0x102),'rectangle':'Hình\x20chữ\x20nhật','circle':_0x113f48(0x16a),'cylinder':_0x113f48(0x1f6),'chevron':'Hình\x20mũi\x20tên\x20vát','rightArrowBlock':_0x113f48(0x1ee),'parallelogram':_0x113f48(0x1dc),'trapezoid':_0x113f48(0x1e4),'speechBubble':_0x113f48(0x1e3),'roundedCallout':'Chú\x20thích\x20bo\x20góc','rightTriangle':_0x113f48(0x1ea),'triangle':_0x113f48(0x107),'star':'Ngôi\x20sao','hexagon':_0x113f48(0x1c8),'pentagon':'Ngũ\x20giác','octagon':'Bát\x20giác','leftArrow':_0x113f48(0x137),'rightArrow':'Mũi\x20tên\x20phải','leftRightArrow':_0x113f48(0x1a3),'cloud':_0x113f48(0x1d0),'leftBrace':_0x113f48(0x1b4),'rightBrace':_0x113f48(0x1bb),'plus':_0x113f48(0x169),'actor':_0x113f48(0x198),'boundary':_0x113f48(0x18d),'control':_0x113f48(0x196),'entity':_0x113f48(0x185),'collection':'Tập\x20hợp','dataFlowRoundedRectangle':_0x113f48(0x184),'dataFlowCircle':'Hình\x20tròn','dataFlowRoundedSquare':_0x113f48(0x14f),'dataStorage1':'Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x201','dataStorage2':_0x113f48(0x171),'dataStorage3':_0x113f48(0x13f),'lineNone':'Đường\x20thẳng\x20(không\x20mũi\x20tên)','lineDashedNone':_0x113f48(0x168),'lineOpenArrow':_0x113f48(0x163),'lineDoubleOpenArrow':'Mũi\x20tên\x20hở\x20hai\x20đầu','actorLifeline':_0x113f48(0x1b1),'boundaryLifeline':_0x113f48(0x170),'controlLifeline':_0x113f48(0x104),'entityLifeline':_0x113f48(0xfc),'collectionLifeline':_0x113f48(0x1ad),'objectLifeline':_0x113f48(0xdc),'magneticDiskLifeline':_0x113f48(0x109),'directAccessStorageLifeline':_0x113f48(0x1fa),'activationBar':_0x113f48(0x103),'sequenceFragment':_0x113f48(0x16f),'sequenceAlternativeFragment':_0x113f48(0x1f5),'umlClass':_0x113f48(0x17f),'umlInterface':_0x113f48(0x17e),'umlInterfaceShape':_0x113f48(0x17e),'umlClassifier':'Bộ\x20phân\x20loại','umlHollowDiamondConnector':'Đường\x20nối\x20hình\x20thoi\x20rỗng','umlFilledDiamondConnector':_0x113f48(0x135),'umlFilledArrowConnector':'Đường\x20nối\x20mũi\x20tên\x20đặc','umlDashedOpenArrowConnector':_0x113f48(0x19e),'umlDashedFilledArrowConnector':_0x113f48(0x1a5),'erdEntity':_0x113f48(0x185),'erdKeyField':'Thực\x20thể\x20trường\x20khóa','erdFieldType':_0x113f48(0x128),'erdFull':'Thực\x20thể\x20kiểu\x20trường\x20khóa','initialState':_0x113f48(0x10f),'finalState':_0x113f48(0x1c6),'stateBar':_0x113f48(0x105),'requiredInterface':'Giao\x20diện\x20yêu\x20cầu','assemblyConnector':_0x113f48(0x15f),'providedInterface':'Giao\x20diện\x20cung\x20cấp','componentBox':'Hộp\x20thành\x20phần','component':_0x113f48(0x1db)},'shapeCategories':{'basics':'Cơ\x20bản','basicShapes':{'rectangle':_0x113f48(0x176),'basicShape':_0x113f48(0x1b9),'blockArrow':'Mũi\x20tên\x20khối','equationShape':'Hình\x20phương\x20trình','flowchart':_0x113f48(0xf0),'starAndBanner':_0x113f48(0xd7),'callout':_0x113f48(0x12e),'actionButton':_0x113f48(0xed),'other':_0x113f48(0x1af)},'classDiagram':_0x113f48(0x177),'dataFlowDiagram':_0x113f48(0x1ec),'line':_0x113f48(0xfe),'entityRelationshipDiagram':_0x113f48(0x1a9),'umlCustomShapes':_0x113f48(0x13c),'umlSequenceDiagram':_0x113f48(0x12d),'statusDiagram':_0x113f48(0x1d6),'componentDiagram':_0x113f48(0x1f9)},'connector':{'toolbar':{'sourceMarker':_0x113f48(0x1ed),'swapMarkers':_0x113f48(0x1c3),'targetMarker':_0x113f48(0x1f7),'lineColor':_0x113f48(0x143),'lineWidth':_0x113f48(0x191),'opacityPercent':_0x113f48(0xe9),'settings':_0x113f48(0x165),'smoothElbow':_0x113f48(0x151),'bridge':_0x113f48(0x152),'insertText':_0x113f48(0x1f4),'more':_0x113f48(0x192)},'routing':{'straight':_0x113f48(0x11c),'elbow':_0x113f48(0x151),'polyline':_0x113f48(0x1c1),'curve':_0x113f48(0x13b)},'strokeWidth':{'thin':_0x113f48(0x164),'regular':_0x113f48(0x11a),'medium':_0x113f48(0x1e8),'bold':_0x113f48(0x142)},'dash':{'solid':_0x113f48(0x1ef),'dashed':_0x113f48(0x17c),'dotted':_0x113f48(0x181),'dashDot':_0x113f48(0x1eb)},'marker':{'none':_0x113f48(0x11f),'arrow':_0x113f48(0x140),'filledArrow':_0x113f48(0x1a7),'openArrow':'Mũi\x20tên\x20hở','triangle':_0x113f48(0x107),'filledTriangle':_0x113f48(0x1dd),'hollowTriangle':_0x113f48(0x139),'diamond':_0x113f48(0x102),'hollowDiamond':'Hình\x20thoi\x20rỗng','filledDiamond':_0x113f48(0x1ce),'circle':_0x113f48(0x16a),'filledCircle':_0x113f48(0x1a4),'bar':_0x113f48(0x1c2),'doubleBar':_0x113f48(0xeb),'crowFoot':'Chân\x20chim','crowsFoot':_0x113f48(0xf2),'barCrowsFoot':_0x113f48(0x1ac),'circleCrowsFoot':_0x113f48(0x1e9),'circleBar':_0x113f48(0x162),'x':'X','cross':'Thập\x20tự','plus':_0x113f48(0xf7),'zeroOrOne':'Không\x20hoặc\x20một','zeroOrMany':'Không\x20hoặc\x20nhiều','oneOrMany':_0x113f48(0x1cd)}},'zoom':{'dragMode':_0x113f48(0x172),'fitContent':'Vừa\x20với\x20nội\x20dung','zoomOut':_0x113f48(0x125),'resetZoom':_0x113f48(0x189),'zoomIn':_0x113f48(0x112),'help':_0x113f48(0x1fb)},'shortcutHelp':{'title':'Phím\x20tắt','close':_0x113f48(0x144),'sections':{'tools':'Công\x20cụ','navigator':_0x113f48(0x15c),'view':'Chế\x20độ\x20xem','selection':_0x113f48(0x1bd),'editing':_0x113f48(0x188),'grouping':_0x113f48(0x120),'swimlane':_0x113f48(0xe8),'mindMap':'Sơ\x20đồ\x20tư\x20duy','layout':_0x113f48(0x126),'font':_0x113f48(0x149)},'items':{'showMoreShapes':_0x113f48(0x1d4),'roundedRectangle':_0x113f48(0x184),'rectangle':_0x113f48(0x176),'oval':_0x113f48(0xec),'diamond':_0x113f48(0x102),'text':_0x113f48(0x124),'elbowConnector':'Đường\x20nối\x20vuông\x20góc','line':'Đường\x20thẳng','stickyNote':'Ghi\x20chú\x20dán','search':'Tìm\x20kiếm','zoomWheel':_0x113f48(0xfa),'zoomPinch':_0x113f48(0xfa),'zoomTo100':_0x113f48(0x11b),'zoomToSelection':_0x113f48(0x1c0),'zoomToFit':_0x113f48(0x101),'enterFullScreen':_0x113f48(0xda),'exitFullScreen':_0x113f48(0x18f),'selectShape':_0x113f48(0x1bd),'selectAll':_0x113f48(0x15d),'multipleSelect':'Chọn\x20nhiều\x20/\x20Bỏ\x20chọn','invertSelection':_0x113f48(0x115),'preciseSelection':_0x113f48(0x174),'deepSelect':_0x113f48(0xee),'editShape':'Chỉnh\x20sửa\x20hình','copy':_0x113f48(0x18c),'copyAsImage':_0x113f48(0x154),'paste':_0x113f48(0x1bf),'cut':'Cắt','makeCopy':_0x113f48(0x1d2),'scale':'Co\x20giãn','copyStyle':_0x113f48(0x182),'pasteStyle':_0x113f48(0x16d),'moveAxisLocked':_0x113f48(0x138),'flipHorizontal':_0x113f48(0x197),'flipVertical':_0x113f48(0x15a),'undo':_0x113f48(0x14e),'redo':'Làm\x20lại','toggleQuickAdd':_0x113f48(0x18a),'hideCollaboratorsCursors':'Ẩn\x20con\x20trỏ\x20của\x20cộng\x20tác\x20viên','toggleToolbar':_0x113f48(0x1d8),'delete':_0x113f48(0x1a2),'group':_0x113f48(0x1b7),'ungroup':_0x113f48(0xea),'selectUpperLayerGroups':_0x113f48(0x19c),'selectShapesToGroup':_0x113f48(0x1de),'swimlaneLaneRename':_0x113f48(0x1e2),'swimlaneLaneToggleCollapsed':_0x113f48(0x114),'swimlaneLaneMovePrevious':'Di\x20chuyển\x20làn\x20tới\x20trước','swimlaneLaneMoveNext':_0x113f48(0x19f),'swimlaneLaneRemove':_0x113f48(0x132),'addSiblingNode':_0x113f48(0x119),'addChildNode':_0x113f48(0x12c),'addParentNode':_0x113f48(0xe1),'foldChildNodes':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20nút\x20con','collapseAllNodes':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20tất\x20cả\x20nút','addDescription':_0x113f48(0x1d5),'editCurrentNode':_0x113f48(0x1ba),'bringToFront':_0x113f48(0x1e0),'sendToBack':_0x113f48(0x1e7),'alignLeft':_0x113f48(0x19d),'alignRight':_0x113f48(0xe5),'alignTop':'Căn\x20trên','alignBottom':_0x113f48(0x161),'alignMiddle':_0x113f48(0x122),'alignCenter':_0x113f48(0x145),'distributeHorizontally':'Phân\x20bố\x20theo\x20chiều\x20ngang','distributeVertically':'Phân\x20bố\x20theo\x20chiều\x20dọc','disableObjectAlignment':'Tắt\x20căn\x20chỉnh\x20đối\x20tượng','increaseFontSize':_0x113f48(0xdb),'decreaseFontSize':'Giảm\x20cỡ\x20chữ','bold':_0x113f48(0x146),'strikethrough':_0x113f48(0xf1),'italic':_0x113f48(0x179),'underline':'Gạch\x20dưới','link':_0x113f48(0x18e),'numberedList':_0x113f48(0x159),'bulletedList':_0x113f48(0x1e5),'quote':_0x113f48(0x141),'alignTextLeft':_0x113f48(0x19d),'alignTextRight':_0x113f48(0xe5),'alignTextCenter':'Căn\x20giữa'}}}};function _0x91b5(){const _0x33420a=['Cách\x20vẽ\x20sơ\x20đồ\x20bằng\x20Mermaid?','Tạo\x20bản\x20sao','Đang\x20chèn...','Hiện\x20thêm\x20hình','Thêm\x20mô\x20tả','Sơ\x20đồ\x20trạng\x20thái','16270jbInpJ','Ẩn\x20/\x20Hiện\x20thanh\x20công\x20cụ','Dòng\x20thời\x20gian\x20dọc','Hình','Thành\x20phần','Hình\x20bình\x20hành','Tam\x20giác\x20đặc','Chọn\x20các\x20hình\x20để\x20nhóm','Sơ\x20đồ\x20tuần\x20tự','Đưa\x20lên\x20trên\x20cùng','Cây\x20xen\x20kẽ','Đổi\x20tên\x20làn','Bong\x20bóng\x20thoại','Hình\x20thang','Danh\x20sách\x20dấu\x20đầu\x20dòng','Thêm\x20làn','Đưa\x20xuống\x20dưới\x20cùng','Trung\x20bình','Chân\x20chim\x20có\x20vòng','Tam\x20giác\x20vuông','Gạch\x20chấm','Sơ\x20đồ\x20luồng\x20dữ\x20liệu','Mũi\x20tên\x20đầu\x20nguồn','Khối\x20mũi\x20tên\x20phải','Liền\x20nét','Tìm\x20phần\x20tử\x20của\x20bảng','Xóa\x20vùng\x20chứa','Bảng','Tên\x20làn','Chèn\x20văn\x20bản','Phân\x20đoạn\x20tuần\x20tự\x20thay\x20thế','Hình\x20trụ','Mũi\x20tên\x20đầu\x20đích','Video','Sơ\x20đồ\x20thành\x20phần','Đường\x20đời\x20bộ\x20nhớ\x20truy\x20cập\x20trực\x20tiếp','Trợ\x20giúp','Bật\x20tự\x20co\x20giãn','Đưa\x20xuống\x20dưới','Ngôi\x20sao\x20và\x20biểu\x20ngữ','Vùng\x20chứa','Bể\x20bơi\x20dọc','Vào\x20toàn\x20màn\x20hình','Tăng\x20cỡ\x20chữ','Đường\x20đời\x20đối\x20tượng','Không\x20có\x20phần\x20tử\x20bảng\x20nào\x20có\x20thể\x20nhập\x20được\x20trả\x20về.','Khóa','Hoàn\x20tất','Thêm\x20làn\x20phía\x20dưới','Thêm\x20nút\x20cha','4\x20:\x203','Dòng\x20thời\x20gian\x20ngang','Mô\x20tả','Căn\x20phải','Số\x20cột','Trang','Bể\x20bơi','Độ\x20trong\x20suốt\x20{0}%','Bỏ\x20nhóm','Thanh\x20đôi','Hình\x20bầu\x20dục','Nút\x20hành\x20động','Chọn\x20sâu','Sơ\x20đồ\x20tư\x20duy','Lưu\x20đồ','Gạch\x20ngang','Chân\x20chim','Chọn\x20nội\x20dung','Phần\x20giữ\x20chỗ','Dong','Biểu\x20đồ','Cộng','Thêm\x20mục\x20làn','Đã\x20bỏ\x20qua\x20phần\x20tử\x20bảng\x20không\x20hợp\x20lệ:\x20{0}.','Phóng\x20to\x20/\x20Thu\x20nhỏ','60ZRgnSS','Đường\x20đời\x20thực\x20thể','Đã\x20khóa','Đường','Chèn','Đảo\x20chiều\x20mũi\x20tên','Vừa\x20khung\x20vẽ','Hình\x20thoi','Thanh\x20kích\x20hoạt','Đường\x20đời\x20điều\x20khiển','Thanh\x20trạng\x20thái','Thêm\x20làn\x20bên\x20phải','Tam\x20giác','Hiện\x20tất\x20cả','Đường\x20đời\x20đĩa\x20từ','Chỉnh\x20sửa\x20đường\x20cọ\x20vẽ','Không\x20thể\x20chèn\x20bản\x20nháp\x20bảng.','Tìm\x20hình','18rPRBso','Chủ\x20đề','Trạng\x20thái\x20đầu','Sơ\x20đồ\x20ER','Hiện','Phóng\x20to','Hiện\x20kích\x20thước','Thu\x20gọn\x20/\x20Mở\x20rộng\x20làn','Đảo\x20ngược\x20lựa\x20chọn','Số\x20hàng','Đã\x20ẩn','Ghi\x20chú\x20dán','Thêm\x20nút\x20anh\x20chị\x20em','Tiêu\x20chuẩn','Phóng\x20to\x20100%','Đường\x20thẳng','Con\x20trỏ\x20cộng\x20tác\x20viên','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Không','Nhóm\x20hình','Máy\x20chủ\x20không\x20trả\x20về\x20bản\x20nháp\x20bảng\x20hợp\x20lệ.','Căn\x20giữa\x20theo\x20chiều\x20dọc','Bắt\x20đầu','Văn\x20bản','Thu\x20nhỏ','Bố\x20cục','Thu\x20gọn\x20làn','Thực\x20thể\x20kiểu\x20trường','Đưa\x20nội\x20dung\x20ra\x20ngoài\x20rồi\x20xóa\x20làn','Đơn\x20vị','Đổi\x20tên\x20vùng\x20chứa','Thêm\x20nút\x20con','Sơ\x20đồ\x20tuần\x20tự\x20UML','Chú\x20thích','Hàng\x20{0},\x20Cột\x20{1}','8389451mHZqzN','Tất\x20cả','Xóa\x20làn','Tìm\x20đối\x20tượng','Đưa\x20lên\x20trên','Đường\x20nối\x20hình\x20thoi\x20đặc','Dòng\x20thời\x20gian','Mũi\x20tên\x20trái','Di\x20chuyển\x20theo\x20chiều\x20ngang\x20/\x20dọc','Tam\x20giác\x20rỗng','Tên\x20vùng\x20chứa','Đường\x20cong','Hình\x20UML\x20tùy\x20chỉnh','Xanh\x20dương','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x203','Mũi\x20tên','Trích\x20dẫn','Dày','Màu\x20đường','Đóng\x20phím\x20tắt','Căn\x20giữa\x20theo\x20chiều\x20ngang','In\x20đậm','Nhập','Kéo\x20để\x20sắp\x20xếp\x20lại','Cài\x20đặt\x20phông\x20chữ','Đặt\x20lại\x20màu','Lớp\x20nổi','Chỉnh\x20sửa\x20đường\x20nét','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Hoàn\x20tác','Hình\x20vuông\x20bo\x20góc','Làn\x20{0}','Đường\x20vuông\x20góc','Bắc\x20cầu\x20đường','Di\x20chuyển\x20làn\x20lên\x20trước','Sao\x20chép\x20dưới\x20dạng\x20hình\x20ảnh','11079056GKiEHE','Hiện\x20thanh\x20công\x20cụ','Kích\x20thước\x20tùy\x20chỉnh','Độ\x20dày\x20đường','Danh\x20sách\x20đánh\x20số','Lật\x20dọc','Sắp\x20xếp','Trình\x20điều\x20hướng','Chọn\x20tất\x20cả','Mã\x20Mermaid\x20đang\x20trống.','Đường\x20nối\x20lắp\x20ráp','Vùng\x20chứa\x20cha\x20vừa\x20với\x20nội\x20dung','Căn\x20dưới','Vòng\x20kèm\x20thanh','Mũi\x20tên\x20hở','Mỏng','Cài\x20đặt\x20đường','Sống\x20động','Ngang','Đường\x20đứt\x20nét\x20(không\x20mũi\x20tên)','Dấu\x20cộng','Hình\x20tròn','858317HcwAfG','Khóa\x20quan\x20hệ\x20thành\x20viên','Dán\x20kiểu','Sơ\x20đồ\x20cây','Phân\x20đoạn\x20tuần\x20tự','Đường\x20đời\x20biên','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x202','Chế\x20độ\x20kéo','Mục\x20làn','Chọn\x20chính\x20xác','Tùy\x20chỉnh','Hình\x20chữ\x20nhật','Sơ\x20đồ\x20lớp','Dọc','In\x20nghiêng','Bể\x20bơi\x20ngang','Hình\x20ảnh','Đứt\x20nét','Tên\x20đối\x20tượng','Giao\x20diện','Lớp','1\x20:\x201','Chấm\x20chấm','Sao\x20chép\x20kiểu','Đối\x20tượng','Hình\x20chữ\x20nhật\x20bo\x20góc','Thực\x20thể','Chọn\x20vùng\x20chứa\x20cha','Mở\x20rộng\x20làn','Chỉnh\x20sửa\x20hình','Đặt\x20lại\x20tỉ\x20lệ','Ẩn\x20/\x20Hiện\x20Thêm\x20nhanh','Mở\x20khóa','Sao\x20chép','Đường\x20biên','Liên\x20kết','Thoát\x20toàn\x20màn\x20hình','358974TfqZqf','Độ\x20dày','Thêm','Chưa\x20đăng\x20ký\x20máy\x20khách\x20Exchange.','16\x20:\x209','Bọc\x20trong\x20vùng\x20chứa','Điều\x20khiển','Lật\x20ngang','Tác\x20nhân','Thu\x20gọn','10035CuFbtH','Tắt\x20tự\x20co\x20giãn','Chọn\x20nhóm\x20lớp\x20trên','Căn\x20trái','Đường\x20nối\x20mũi\x20tên\x20hở\x20đứt\x20nét','Di\x20chuyển\x20làn\x20ra\x20sau','Chuyển\x20nội\x20dung\x20sang\x20làn\x20sau\x20rồi\x20xóa','Lưới','Xóa','Mũi\x20tên\x20hai\x20chiều','Hình\x20tròn\x20đặc','Đường\x20nối\x20mũi\x20tên\x20đặc\x20đứt\x20nét','Tên','Mũi\x20tên\x20đặc','Thêm\x20văn\x20bản','Sơ\x20đồ\x20quan\x20hệ\x20thực\x20thể','Cây\x20bên\x20phải','Không\x20thể\x20kết\x20xuất\x20phần\x20tử\x20trong\x20bản\x20xem\x20trước:\x20{0}.','Chân\x20chim\x20có\x20thanh','Đường\x20đời\x20tập\x20hợp','Không\x20có\x20kết\x20quả\x20trùng\x20khớp','Khác','Quay\x20lại','Đường\x20đời\x20tác\x20nhân','Hủy','Làm\x20lại','Dấu\x20ngoặc\x20nhọn\x20trái','2116895TqjbkD','DOM','Nhóm','Mở\x20rộng','Hình\x20cơ\x20bản','Chỉnh\x20sửa\x20nút\x20hiện\x20tại','Dấu\x20ngoặc\x20nhọn\x20phải','Thêm\x20hình','Chọn\x20hình','Xuất','Dán','Phóng\x20to\x20vùng\x20chọn','Đa\x20tuyến','Thanh','Hoán\x20đổi\x20mũi\x20tên','Sơ\x20đồ\x20đã\x20nhập','133245iYLyQM','Trạng\x20thái\x20cuối','Giải\x20tán\x20vùng\x20chứa','Lục\x20giác','Sơ\x20đồ\x20tư\x20duy\x20hướng\x20trái','Dữ\x20liệu','Đường\x20nối','Dịch\x20sang','Một\x20hoặc\x20nhiều','Hình\x20thoi\x20đặc','Cổ\x20điển','Đám\x20mây'];_0x91b5=function(){return _0x33420a;};return _0x91b5();}module['exports']=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5858(){const _0xfc5a4d=['平行四边形','171685RjaCyV','拖拽调整层级','实心箭头','返回的边界没有包含所有元素,已扩展预览边界。','7157817nPGvjj','画布层','乌鸦脚','虚线实心箭头连接线','目标箭头','向前移动泳道','拖拽模式','主题:{0}','直角三角形','垂直分布','插入画板草稿失败。','粘贴\x20Mermaid\x20代码后预览','时间线','28IWLlHb','更多形状','水平分布','向后移动泳道','取消组合','直角折线','适应内容','集合生命线','燕尾形','实心菱形','六边形','键字段实体','空心三角','顶部对齐','数据流图','新增父节点','1441sFFnGF','思维导图','重命名泳道','圆圈乌鸦脚','选择上层组合','置于底层','虚线(无箭头)','零或多','填充三角箭头','54474LtwQdx','字体设置','父容器适应内容','反向箭头','新增子节点','数据存储\x202','删除线','16\x20:\x209','4\x20:\x203','数据存储\x201','自定义','组合片段','左大括号','42168xHRqZV','创建副本','展开泳道','需求接口','折叠/展开全部节点','关闭快捷键','组合形状','虚线开口箭头连接线','实体关系图','双竖线','重命名容器','终止状态','置于顶层','选择父容器','泳道名称','垂直泳道','右箭头块','删除容器','删除内容和泳道项','翻译为','解散容器','没有返回可导入的画板元素。','放大/缩小','该图表包含\x20{0}\x20个元素,已暂停自动预览。点击“渲染预览”后手动加载。','状态条','选择形状','数据存储\x203','连线颜色','自定义大小','未注册\x20Exchange\x20客户端。','删除泳道项','如何使用\x20Mermaid\x20绘制图表?','精确选择','粘贴样式','为当前节点添加描述','右箭头','显示尺寸','项目符号列表','圆角矩形','434678mNehoa','圆角正方形','开口箭头','右向思维导图','正在插入...','对象生命线','连线宽度','初始状态','流程图','深度选择','移动内容到上一泳道并删除','状态图','一或多','选择一个对象以编辑详情','字段类型实体','重置缩放','移出内容并删除泳道项','在右侧新增泳道项','重置颜色','在下方新增泳道项','161ePFmkS','显示工具栏','连接线','324857UxcxBh','全部显示','左对齐','容器名称','显示更多形状','缩放到\x20100%','上下思维导图','复制样式','备选组合片段','复制为图片','exports','五边形','点划线','参与者','底部对齐','适应画布','泳道项','分类器','下移一层','8zIWFtS','星与旗帜','居中对齐','组件框','已跳过无效的画板元素:{0}。','Mermaid\x20代码为空。','动作按钮','树形图','实心菱形连接线','时序图','八边形','双向开口箭头','编辑画笔路径','控制生命线','添加描述','装配连接器','占位符','服务端没有返回有效的画板草稿。','激活条','圆圈横杠','垂直翻转','源箭头','透明度\x20{0}%','实心圆','UML\x20自定义形状','5762730YNpIeq','正在转换\x20Mermaid...','隐藏/显示工具栏','连线设置','左箭头','隐藏/显示快速添加','三角箭头','编号列表','公式形状','进入全屏','3PZESBO','1\x20:\x201','SmartArt','水平居中','多选/取消选择','添加文本','横向时间线','编辑形状','全部隐藏','选择内容','多段线','水平泳道','开启自动撑开','新增泳道','圆柱体','解锁成员关系','移出容器','空心圆','无匹配结果','禁用对象对齐','上移一层'];_0x5858=function(){return _0xfc5a4d;};return _0x5858();}const _0x410a1c=_0x3805;(function(_0x22154a,_0x5d718d){const _0x3a1290=_0x3805,_0x3adefe=_0x22154a();while(!![]){try{const _0x20ee1d=-parseInt(_0x3a1290(0x210))/0x1+parseInt(_0x3a1290(0x1f9))/0x2*(parseInt(_0x3a1290(0x185))/0x3)+parseInt(_0x3a1290(0x1ac))/0x4*(-parseInt(_0x3a1290(0x19b))/0x5)+-parseInt(_0x3a1290(0x1c5))/0x6*(-parseInt(_0x3a1290(0x20d))/0x7)+parseInt(_0x3a1290(0x162))/0x8*(parseInt(_0x3a1290(0x19f))/0x9)+parseInt(_0x3a1290(0x17b))/0xa+-parseInt(_0x3a1290(0x1bc))/0xb*(parseInt(_0x3a1290(0x1d2))/0xc);if(_0x20ee1d===_0x5d718d)break;else _0x3adefe['push'](_0x3adefe['shift']());}catch(_0x3fd1b6){_0x3adefe['push'](_0x3adefe['shift']());}}}(_0x5858,0xbc860));const e={'boards-ui':{'line':{'title':'线条'},'contextMenu':{'container':{'rename':_0x410a1c(0x1dc),'fitToContent':_0x410a1c(0x1b2),'selectContents':_0x410a1c(0x18e),'enableAutoResize':_0x410a1c(0x191),'disableAutoResize':'关闭自动撑开','lockMembership':'锁定成员关系','unlockMembership':_0x410a1c(0x194),'disband':_0x410a1c(0x1e6),'delete':_0x410a1c(0x1e3)},'containerChild':{'moveOut':_0x410a1c(0x195),'selectParent':_0x410a1c(0x1df),'fitParent':_0x410a1c(0x1c7)},'swimlaneLane':{'add':_0x410a1c(0x192),'addBelow':_0x410a1c(0x20c),'addRight':_0x410a1c(0x20a),'remove':_0x410a1c(0x1f0),'removeAndMovePrevious':_0x410a1c(0x203),'removeAndPromote':_0x410a1c(0x209),'removeAndDeleteContent':_0x410a1c(0x1e4),'removeAndMoveNext':'移动内容到下一泳道并删除','rename':_0x410a1c(0x1be),'movePrevious':_0x410a1c(0x1a4),'moveNext':_0x410a1c(0x1af),'expand':_0x410a1c(0x1d4),'collapse':'收起泳道'}},'popup':{'containerName':'容器名称','laneName':_0x410a1c(0x1e0),'cancel':'取消','rename':'重命名'},'ink':{'finishEditing':'完成','enterEditing':'编辑路径'},'mindMap':{'description':'描述','descriptionPlaceholder':_0x410a1c(0x1f4),'saveDescription':'保存'},'panel':{'moreShapes':_0x410a1c(0x1ad),'more':'更多','back':'返回','close':'关闭','stickyNote':'便签','lineColor':_0x410a1c(0x1ed),'lineWidth':_0x410a1c(0x1ff),'reverseMarkers':_0x410a1c(0x1c8),'searchShapes':'搜索形状','container':'容器','swimlane':'泳道','verticalSwimlane':_0x410a1c(0x1e1),'horizontalSwimlane':_0x410a1c(0x190),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x410a1c(0x1ee),'tableRows':'行数','tableColumns':'列数','tableInsert':'插入','customContainer':_0x410a1c(0x1cf),'containerRatio16By9':_0x410a1c(0x1cc),'containerRatio4By3':_0x410a1c(0x1cd),'containerRatio1By1':_0x410a1c(0x186),'containerA4':'A4','mindMapGroupMindMap':_0x410a1c(0x1bd),'mindMapGroupTree':_0x410a1c(0x169),'mindMapGroupTimeline':_0x410a1c(0x1ab),'mindMapRight':_0x410a1c(0x1fc),'mindMapLeft':'左向思维导图','mindMapHorizontal':'左右思维导图','mindMapVertical':_0x410a1c(0x216),'mindMapTreeRight':'右侧树形图','mindMapTreeLeft':'左侧树形图','mindMapTreeAlternate':'左右树形图','mindMapTimelineHorizontal':_0x410a1c(0x18b),'mindMapTimelineVertical':'纵向时间线','mindMapNodeText':_0x410a1c(0x18a)},'settings':{'collaboratorCursors':'协作者光标','find':'查找','grid':'网格','preciseSelection':_0x410a1c(0x1f2),'quickAdd':'快速添加','theme':'主题','themeOption':_0x410a1c(0x1a6),'themePreviewStart':'开始','themePreviewData':'数据','undo':'撤销','redo':'重做','settings':'设置','objects':'对象','findBoardElements':'查找画板元素','noMatches':_0x410a1c(0x197),'showDimensions':_0x410a1c(0x1f6),'showToolbar':_0x410a1c(0x20e),'translateInto':_0x410a1c(0x1e5),'import':'导入','export':'导出'},'objectListPanel':{'title':'对象','empty':'暂无对象','showAll':_0x410a1c(0x211),'hideAll':_0x410a1c(0x18d),'moveForward':_0x410a1c(0x199),'moveBackward':_0x410a1c(0x161),'close':'关闭','nameInput':'对象名称','hide':'隐藏','show':'显示','lock':'锁定','unlock':'解锁','details':'详情','locate':'定位','expand':'展开','collapse':'折叠','dragToReorder':_0x410a1c(0x19c),'search':'搜索对象','filterAll':'全部','filterHidden':'隐藏','filterLocked':'锁定','sectionCanvas':_0x410a1c(0x1a0),'sectionFloating':'浮动层','name':'名称','description':'描述','descriptionPlaceholder':_0x410a1c(0x170),'noSelection':_0x410a1c(0x206),'elementTypes':{'object':'对象','connector':_0x410a1c(0x20f),'container':'容器','group':'组合','image':'图片','chart':'图表','page':'页面','placeholder':_0x410a1c(0x172),'shape':'形状','table':'表格','text':'文本','smartArt':_0x410a1c(0x187),'video':'视频','unit':'单元','dom':'DOM'}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':'第\x20{0}\x20行,第\x20{1}\x20列','elementTypes':{'connector':_0x410a1c(0x20f),'container':'容器','group':'组合','image':'图片','page':'页面','placeholder':_0x410a1c(0x172),'shape':'形状','table':'表格','text':'文本'}},'themePresets':{'default':'默认','classic':'经典','vintage':'复古','gray':'灰色','vibrant':'鲜明','blue':'蓝色'},'toolbar':{'resetColor':_0x410a1c(0x20b),'shape':'形状','text':'文本','stickyNote':'便签','line':_0x410a1c(0x20f),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'画笔','mindMap':_0x410a1c(0x1bd),'resources':'资源库','image':'图片','import':'导入','wrapInContainer':'包裹为容器','addSwimlaneLane':'新增泳道项','swimlaneMenu':'泳道','swimlaneLaneMenu':_0x410a1c(0x15f),'editBrushPath':_0x410a1c(0x16e),'arrange':'排列','bringToFront':'置于顶层','bringForward':'上移一层','sendBackward':_0x410a1c(0x161),'sendToBack':_0x410a1c(0x1c1),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x410a1c(0x213),'defaultContainerName':'导入图表','converting':_0x410a1c(0x17c),'emptyPreview':_0x410a1c(0x1aa),'diagnostics':{'emptyDraft':_0x410a1c(0x1e7),'expandedBounds':_0x410a1c(0x19e),'invalidElement':_0x410a1c(0x166),'renderElementFailed':'预览中渲染元素失败:{0}。','previewPaused':_0x410a1c(0x1e9)},'errors':{'emptyCode':_0x410a1c(0x167),'exchangeUnavailable':_0x410a1c(0x1ef),'insertFailed':_0x410a1c(0x1a9),'invalidDraft':_0x410a1c(0x173)},'help':_0x410a1c(0x1f1),'insert':'插入','renderPreview':'渲染预览','inserting':_0x410a1c(0x1fd),'types':{'classDiagram':'类图','erDiagram':'ER\x20图','flowchart':_0x410a1c(0x201),'mindMap':_0x410a1c(0x1bd),'sequenceDiagram':_0x410a1c(0x16b),'stateDiagram':_0x410a1c(0x204)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x410a1c(0x1f8),'oval':'椭圆','diamond':'菱形','rectangle':'矩形','circle':'圆形','cylinder':_0x410a1c(0x193),'chevron':_0x410a1c(0x1b4),'rightArrowBlock':_0x410a1c(0x1e2),'parallelogram':_0x410a1c(0x19a),'trapezoid':'梯形','speechBubble':'对话气泡','roundedCallout':'圆角标注','rightTriangle':_0x410a1c(0x1a7),'triangle':'三角形','star':'星形','hexagon':_0x410a1c(0x1b6),'pentagon':_0x410a1c(0x21b),'octagon':_0x410a1c(0x16c),'leftArrow':_0x410a1c(0x17f),'rightArrow':_0x410a1c(0x1f5),'leftRightArrow':'左右箭头','cloud':'云朵','leftBrace':_0x410a1c(0x1d1),'rightBrace':'右大括号','plus':'加号','actor':_0x410a1c(0x15c),'boundary':'边界','control':'控制','entity':'实体','collection':'集合','dataFlowRoundedRectangle':_0x410a1c(0x1f8),'dataFlowCircle':'圆形','dataFlowRoundedSquare':_0x410a1c(0x1fa),'dataStorage1':_0x410a1c(0x1ce),'dataStorage2':_0x410a1c(0x1ca),'dataStorage3':_0x410a1c(0x1ec),'lineNone':'直线(无箭头)','lineDashedNone':_0x410a1c(0x1c2),'lineOpenArrow':'开口箭头','lineDoubleOpenArrow':_0x410a1c(0x16d),'actorLifeline':'参与者生命线','boundaryLifeline':'边界生命线','controlLifeline':_0x410a1c(0x16f),'entityLifeline':'实体生命线','collectionLifeline':_0x410a1c(0x1b3),'objectLifeline':_0x410a1c(0x1fe),'magneticDiskLifeline':'磁盘生命线','directAccessStorageLifeline':'直接访问存储生命线','activationBar':_0x410a1c(0x174),'sequenceFragment':_0x410a1c(0x1d0),'sequenceAlternativeFragment':_0x410a1c(0x218),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x410a1c(0x160),'umlHollowDiamondConnector':'空心菱形连接线','umlFilledDiamondConnector':_0x410a1c(0x16a),'umlFilledArrowConnector':'实心箭头连接线','umlDashedOpenArrowConnector':_0x410a1c(0x1d9),'umlDashedFilledArrowConnector':_0x410a1c(0x1a2),'erdEntity':'实体','erdKeyField':_0x410a1c(0x1b7),'erdFieldType':_0x410a1c(0x207),'erdFull':'键字段类型实体','initialState':_0x410a1c(0x200),'finalState':_0x410a1c(0x1dd),'stateBar':_0x410a1c(0x1ea),'requiredInterface':_0x410a1c(0x1d5),'assemblyConnector':_0x410a1c(0x171),'providedInterface':'供给接口','componentBox':_0x410a1c(0x165),'component':'组件'},'shapeCategories':{'basics':'基础','basicShapes':{'rectangle':'矩形','basicShape':'基本形状','blockArrow':'箭头总汇','equationShape':_0x410a1c(0x183),'flowchart':_0x410a1c(0x201),'starAndBanner':_0x410a1c(0x163),'callout':'标注','actionButton':_0x410a1c(0x168),'other':'其他'},'classDiagram':'类图','dataFlowDiagram':_0x410a1c(0x1ba),'line':'线条','entityRelationshipDiagram':_0x410a1c(0x1da),'umlCustomShapes':_0x410a1c(0x17a),'umlSequenceDiagram':'UML\x20时序图','statusDiagram':'状态图','componentDiagram':'组件图'},'connector':{'toolbar':{'sourceMarker':_0x410a1c(0x177),'swapMarkers':'交换箭头','targetMarker':_0x410a1c(0x1a3),'lineColor':_0x410a1c(0x1ed),'lineWidth':'粗细','opacityPercent':_0x410a1c(0x178),'settings':_0x410a1c(0x17e),'smoothElbow':'折线','bridge':'跳线','insertText':'插入文字','more':'更多'},'routing':{'straight':'直线','elbow':_0x410a1c(0x1b1),'polyline':_0x410a1c(0x18f),'curve':'曲线'},'strokeWidth':{'thin':'细','regular':'常规','medium':'中等','bold':'粗'},'dash':{'solid':'实线','dashed':'虚线','dotted':'点线','dashDot':_0x410a1c(0x15b)},'marker':{'none':'横线','arrow':'箭头','filledArrow':_0x410a1c(0x19d),'openArrow':_0x410a1c(0x1fb),'triangle':_0x410a1c(0x181),'filledTriangle':_0x410a1c(0x1c4),'hollowTriangle':_0x410a1c(0x1b8),'diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x410a1c(0x1b5),'circle':_0x410a1c(0x196),'filledCircle':_0x410a1c(0x179),'bar':'横杠','doubleBar':_0x410a1c(0x1db),'crowFoot':_0x410a1c(0x1a1),'crowsFoot':_0x410a1c(0x1a1),'barCrowsFoot':'横杠乌鸦脚','circleCrowsFoot':_0x410a1c(0x1bf),'circleBar':_0x410a1c(0x175),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':_0x410a1c(0x1c3),'oneOrMany':_0x410a1c(0x205)}},'zoom':{'dragMode':_0x410a1c(0x1a5),'fitContent':_0x410a1c(0x1b2),'zoomOut':'缩小','resetZoom':_0x410a1c(0x208),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':'快捷键','close':_0x410a1c(0x1d7),'sections':{'tools':'工具','navigator':'导航','view':'视图','selection':_0x410a1c(0x1eb),'editing':_0x410a1c(0x18c),'grouping':_0x410a1c(0x1d8),'swimlane':'泳道','mindMap':_0x410a1c(0x1bd),'layout':'布局','font':_0x410a1c(0x1c6)},'items':{'showMoreShapes':_0x410a1c(0x214),'roundedRectangle':_0x410a1c(0x1f8),'rectangle':'矩形','oval':'椭圆','diamond':'菱形','text':'文本','elbowConnector':'折线连接线','line':'直线','stickyNote':'便签','search':'搜索','zoomWheel':_0x410a1c(0x1e8),'zoomPinch':'放大/缩小','zoomTo100':_0x410a1c(0x215),'zoomToSelection':'缩放到选区','zoomToFit':_0x410a1c(0x15e),'enterFullScreen':_0x410a1c(0x184),'exitFullScreen':'退出全屏','selectShape':_0x410a1c(0x1eb),'selectAll':'全选','multipleSelect':_0x410a1c(0x189),'invertSelection':'反选','preciseSelection':_0x410a1c(0x1f2),'deepSelect':_0x410a1c(0x202),'editShape':_0x410a1c(0x18c),'copy':'复制','copyAsImage':_0x410a1c(0x219),'paste':'粘贴','cut':'剪切','makeCopy':_0x410a1c(0x1d3),'scale':'缩放','copyStyle':_0x410a1c(0x217),'pasteStyle':_0x410a1c(0x1f3),'moveAxisLocked':'水平/垂直移动','flipHorizontal':'水平翻转','flipVertical':_0x410a1c(0x176),'undo':'撤销','redo':'重做','toggleQuickAdd':_0x410a1c(0x180),'hideCollaboratorsCursors':'隐藏协作者光标','toggleToolbar':_0x410a1c(0x17d),'delete':'删除','group':'组合','ungroup':_0x410a1c(0x1b0),'selectUpperLayerGroups':_0x410a1c(0x1c0),'selectShapesToGroup':'选择要组合的形状','swimlaneLaneRename':'重命名泳道','swimlaneLaneToggleCollapsed':'收起/展开泳道','swimlaneLaneMovePrevious':'向前移动泳道','swimlaneLaneMoveNext':'向后移动泳道','swimlaneLaneRemove':'删除泳道','addSiblingNode':'新增同级节点','addChildNode':_0x410a1c(0x1c9),'addParentNode':_0x410a1c(0x1bb),'foldChildNodes':'折叠/展开子节点','collapseAllNodes':_0x410a1c(0x1d6),'addDescription':_0x410a1c(0x170),'editCurrentNode':'编辑当前节点','bringToFront':_0x410a1c(0x1de),'sendToBack':_0x410a1c(0x1c1),'alignLeft':_0x410a1c(0x212),'alignRight':'右对齐','alignTop':_0x410a1c(0x1b9),'alignBottom':_0x410a1c(0x15d),'alignMiddle':'垂直居中','alignCenter':_0x410a1c(0x188),'distributeHorizontally':_0x410a1c(0x1ae),'distributeVertically':_0x410a1c(0x1a8),'disableObjectAlignment':_0x410a1c(0x198),'increaseFontSize':'增大字号','decreaseFontSize':'减小字号','bold':'加粗','strikethrough':_0x410a1c(0x1cb),'italic':'斜体','underline':'下划线','link':'链接','numberedList':_0x410a1c(0x182),'bulletedList':_0x410a1c(0x1f7),'quote':'引用','alignTextLeft':_0x410a1c(0x212),'alignTextRight':'右对齐','alignTextCenter':_0x410a1c(0x164)}}}};function _0x3805(_0x5ed8b9,_0x30d12a){_0x5ed8b9=_0x5ed8b9-0x15b;const _0x585802=_0x5858();let _0x38051e=_0x585802[_0x5ed8b9];return _0x38051e;}module[_0x410a1c(0x21a)]=e;
|
|
1
|
+
const _0x4c9755=_0xb058;function _0xb058(_0x47f83c,_0x1f6d7f){_0x47f83c=_0x47f83c-0x6e;const _0x320c78=_0x320c();let _0xb05880=_0x320c78[_0x47f83c];return _0xb05880;}(function(_0x4f07e7,_0x16e221){const _0x29bf72=_0xb058,_0x26720d=_0x4f07e7();while(!![]){try{const _0x1b5747=-parseInt(_0x29bf72(0xf1))/0x1+parseInt(_0x29bf72(0xda))/0x2+parseInt(_0x29bf72(0xc8))/0x3+parseInt(_0x29bf72(0xe6))/0x4*(parseInt(_0x29bf72(0x8b))/0x5)+parseInt(_0x29bf72(0xa4))/0x6+-parseInt(_0x29bf72(0x102))/0x7*(parseInt(_0x29bf72(0xe8))/0x8)+-parseInt(_0x29bf72(0xca))/0x9;if(_0x1b5747===_0x16e221)break;else _0x26720d['push'](_0x26720d['shift']());}catch(_0x36df4a){_0x26720d['push'](_0x26720d['shift']());}}}(_0x320c,0x88b78));const e={'boards-ui':{'line':{'title':'线条'},'contextMenu':{'container':{'rename':_0x4c9755(0xe1),'fitToContent':_0x4c9755(0xd8),'selectContents':_0x4c9755(0xbe),'enableAutoResize':_0x4c9755(0xad),'disableAutoResize':'关闭自动撑开','lockMembership':_0x4c9755(0xfb),'unlockMembership':_0x4c9755(0xa9),'disband':_0x4c9755(0xa7),'delete':'删除容器'},'containerChild':{'moveOut':_0x4c9755(0xb0),'selectParent':_0x4c9755(0x101),'fitParent':'父容器适应内容'},'swimlaneLane':{'add':_0x4c9755(0x106),'addBelow':_0x4c9755(0xe9),'addRight':_0x4c9755(0x104),'remove':_0x4c9755(0x129),'removeAndMovePrevious':_0x4c9755(0x132),'removeAndPromote':_0x4c9755(0x107),'removeAndDeleteContent':_0x4c9755(0x82),'removeAndMoveNext':_0x4c9755(0x8e),'rename':_0x4c9755(0x125),'movePrevious':_0x4c9755(0x12c),'moveNext':'向后移动泳道','expand':_0x4c9755(0xb9),'collapse':_0x4c9755(0x79)}},'popup':{'containerName':_0x4c9755(0x7b),'laneName':'泳道名称','cancel':'取消','rename':_0x4c9755(0xcc)},'ink':{'finishEditing':'完成','enterEditing':_0x4c9755(0x128)},'mindMap':{'description':'描述','descriptionPlaceholder':_0x4c9755(0xc1),'saveDescription':'保存'},'panel':{'moreShapes':_0x4c9755(0x12a),'more':'更多','back':'返回','close':'关闭','stickyNote':'便签','lineColor':_0x4c9755(0x9c),'lineWidth':_0x4c9755(0x12e),'reverseMarkers':_0x4c9755(0xb8),'searchShapes':_0x4c9755(0xdb),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x4c9755(0x138),'horizontalSwimlane':_0x4c9755(0xf9),'vertical':'垂直','horizontal':'水平','tableCustomSize':'自定义大小','tableRows':'行数','tableColumns':'列数','tableInsert':'插入','customContainer':_0x4c9755(0x93),'containerRatio16By9':_0x4c9755(0x73),'containerRatio4By3':_0x4c9755(0x130),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x4c9755(0x87),'mindMapGroupTree':_0x4c9755(0x114),'mindMapGroupTimeline':_0x4c9755(0x10d),'mindMapRight':_0x4c9755(0x9b),'mindMapLeft':'左向思维导图','mindMapHorizontal':_0x4c9755(0x10b),'mindMapVertical':_0x4c9755(0x126),'mindMapTreeRight':_0x4c9755(0xc4),'mindMapTreeLeft':_0x4c9755(0x103),'mindMapTreeAlternate':_0x4c9755(0x81),'mindMapTimelineHorizontal':'横向时间线','mindMapTimelineVertical':_0x4c9755(0xf8),'mindMapNodeText':_0x4c9755(0xa6)},'settings':{'collaboratorCursors':_0x4c9755(0xa8),'find':'查找','grid':'网格','preciseSelection':'精确选择','quickAdd':'快速添加','theme':'主题','themeOption':'主题:{0}','themePreviewStart':'开始','themePreviewData':'数据','undo':'撤销','redo':'重做','settings':'设置','objects':'对象','findBoardElements':_0x4c9755(0x8f),'noMatches':'无匹配结果','showDimensions':'显示尺寸','showToolbar':_0x4c9755(0xea),'translateInto':'翻译为','import':'导入','export':'导出'},'objectListPanel':{'title':'对象','empty':'暂无对象','showAll':_0x4c9755(0xcd),'hideAll':_0x4c9755(0x71),'moveForward':_0x4c9755(0x76),'moveBackward':_0x4c9755(0x100),'close':'关闭','nameInput':'对象名称','hide':'隐藏','show':'显示','lock':'锁定','unlock':'解锁','details':'详情','locate':'定位','expand':'展开','collapse':'折叠','dragToReorder':'拖拽调整层级','search':'搜索对象','filterAll':'全部','filterHidden':'隐藏','filterLocked':'锁定','sectionCanvas':_0x4c9755(0x99),'sectionFloating':_0x4c9755(0xc6),'name':'名称','description':'描述','descriptionPlaceholder':'添加描述','noSelection':'选择一个对象以编辑详情','elementTypes':{'object':'对象','connector':_0x4c9755(0x11a),'container':'容器','group':'组合','image':'图片','chart':'图表','page':'页面','placeholder':'占位符','shape':'形状','table':'表格','text':'文本','smartArt':_0x4c9755(0x124),'video':'视频','unit':'单元','dom':_0x4c9755(0x86)}},'find':{'lanePosition':_0x4c9755(0xfd),'tableCellPosition':_0x4c9755(0x11d),'elementTypes':{'connector':_0x4c9755(0x11a),'container':'容器','group':'组合','image':'图片','page':'页面','placeholder':_0x4c9755(0xd7),'shape':'形状','table':'表格','text':'文本'}},'themePresets':{'default':'默认','classic':'经典','vintage':'复古','gray':'灰色','vibrant':'鲜明','blue':'蓝色'},'toolbar':{'resetColor':_0x4c9755(0xae),'shape':'形状','text':'文本','stickyNote':'便签','line':'连接线','container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'画笔','mindMap':'思维导图','resources':_0x4c9755(0x119),'image':'图片','import':'导入','wrapInContainer':_0x4c9755(0xc5),'addSwimlaneLane':_0x4c9755(0x9f),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x4c9755(0xf5),'editBrushPath':_0x4c9755(0x12f),'arrange':'排列','bringToFront':_0x4c9755(0xaf),'bringForward':_0x4c9755(0x76),'sendBackward':'下移一层','sendToBack':_0x4c9755(0x70),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x4c9755(0x7b),'defaultContainerName':_0x4c9755(0x7e),'converting':_0x4c9755(0xb7),'emptyPreview':_0x4c9755(0xaa),'diagnostics':{'emptyDraft':_0x4c9755(0x115),'expandedBounds':'返回的边界没有包含所有元素,已扩展预览边界。','invalidElement':_0x4c9755(0x113),'renderElementFailed':_0x4c9755(0xc7),'previewPaused':_0x4c9755(0xcf)},'errors':{'emptyCode':_0x4c9755(0x11e),'exchangeUnavailable':_0x4c9755(0xed),'insertFailed':_0x4c9755(0x75),'invalidDraft':_0x4c9755(0x7a)},'help':_0x4c9755(0xc2),'insert':'插入','renderPreview':'渲染预览','inserting':'正在插入...','types':{'classDiagram':'类图','erDiagram':_0x4c9755(0xb5),'flowchart':'流程图','mindMap':_0x4c9755(0x87),'sequenceDiagram':_0x4c9755(0x85),'stateDiagram':_0x4c9755(0xf2)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':'圆角矩形','oval':'椭圆','diamond':'菱形','rectangle':'矩形','circle':'圆形','cylinder':'圆柱体','chevron':_0x4c9755(0xe5),'rightArrowBlock':_0x4c9755(0xf3),'parallelogram':_0x4c9755(0xbf),'trapezoid':'梯形','speechBubble':_0x4c9755(0x9e),'roundedCallout':_0x4c9755(0x137),'rightTriangle':'直角三角形','triangle':_0x4c9755(0x11f),'star':'星形','hexagon':_0x4c9755(0xa3),'pentagon':_0x4c9755(0x90),'octagon':'八边形','leftArrow':_0x4c9755(0x12b),'rightArrow':_0x4c9755(0xeb),'leftRightArrow':_0x4c9755(0xe3),'cloud':'云朵','leftBrace':_0x4c9755(0x6e),'rightBrace':_0x4c9755(0xd4),'plus':'加号','actor':_0x4c9755(0xe4),'boundary':'边界','control':'控制','entity':'实体','collection':'集合','dataFlowRoundedRectangle':_0x4c9755(0x110),'dataFlowCircle':'圆形','dataFlowRoundedSquare':_0x4c9755(0x109),'dataStorage1':_0x4c9755(0xa1),'dataStorage2':_0x4c9755(0x10e),'dataStorage3':_0x4c9755(0xc3),'lineNone':_0x4c9755(0x111),'lineDashedNone':_0x4c9755(0xb2),'lineOpenArrow':_0x4c9755(0x135),'lineDoubleOpenArrow':'双向开口箭头','actorLifeline':_0x4c9755(0xb1),'boundaryLifeline':_0x4c9755(0xbc),'controlLifeline':'控制生命线','entityLifeline':_0x4c9755(0x11b),'collectionLifeline':_0x4c9755(0x88),'objectLifeline':_0x4c9755(0x122),'magneticDiskLifeline':_0x4c9755(0xb6),'directAccessStorageLifeline':_0x4c9755(0x91),'activationBar':_0x4c9755(0x83),'sequenceFragment':'组合片段','sequenceAlternativeFragment':'备选组合片段','umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':'分类器','umlHollowDiamondConnector':_0x4c9755(0xe0),'umlFilledDiamondConnector':_0x4c9755(0x127),'umlFilledArrowConnector':_0x4c9755(0x72),'umlDashedOpenArrowConnector':_0x4c9755(0x94),'umlDashedFilledArrowConnector':'虚线实心箭头连接线','erdEntity':'实体','erdKeyField':_0x4c9755(0xfc),'erdFieldType':_0x4c9755(0x10c),'erdFull':_0x4c9755(0xdf),'initialState':_0x4c9755(0xf0),'finalState':_0x4c9755(0xa5),'stateBar':_0x4c9755(0x74),'requiredInterface':'需求接口','assemblyConnector':'装配连接器','providedInterface':_0x4c9755(0x136),'componentBox':_0x4c9755(0xd2),'component':'组件'},'shapeCategories':{'basics':'基础','basicShapes':{'rectangle':'矩形','basicShape':_0x4c9755(0xba),'blockArrow':_0x4c9755(0x116),'equationShape':_0x4c9755(0x133),'flowchart':_0x4c9755(0x7d),'starAndBanner':_0x4c9755(0xde),'callout':'标注','actionButton':_0x4c9755(0x96),'other':'其他'},'classDiagram':'类图','dataFlowDiagram':_0x4c9755(0xfa),'line':'线条','entityRelationshipDiagram':'实体关系图','umlCustomShapes':_0x4c9755(0x89),'umlSequenceDiagram':_0x4c9755(0x84),'statusDiagram':_0x4c9755(0xf2),'componentDiagram':_0x4c9755(0xcb)},'connector':{'toolbar':{'sourceMarker':'源箭头','swapMarkers':'交换箭头','targetMarker':'目标箭头','lineColor':_0x4c9755(0x9c),'lineWidth':'粗细','opacityPercent':'透明度\x20{0}%','settings':_0x4c9755(0x8a),'smoothElbow':'折线','bridge':'跳线','insertText':_0x4c9755(0x112),'more':'更多'},'routing':{'straight':'直线','elbow':_0x4c9755(0xb4),'polyline':_0x4c9755(0x97),'curve':'曲线'},'strokeWidth':{'thin':'细','regular':'常规','medium':'中等','bold':'粗'},'dash':{'solid':'实线','dashed':'虚线','dotted':'点线','dashDot':_0x4c9755(0x12d)},'marker':{'none':'横线','arrow':'箭头','filledArrow':_0x4c9755(0xe2),'openArrow':_0x4c9755(0x135),'triangle':'三角箭头','filledTriangle':'填充三角箭头','hollowTriangle':_0x4c9755(0xbb),'diamond':'菱形','hollowDiamond':_0x4c9755(0x9d),'filledDiamond':_0x4c9755(0xc9),'circle':'空心圆','filledCircle':_0x4c9755(0x123),'bar':'横杠','doubleBar':_0x4c9755(0x8c),'crowFoot':_0x4c9755(0xd1),'crowsFoot':'乌鸦脚','barCrowsFoot':_0x4c9755(0xec),'circleCrowsFoot':_0x4c9755(0xdc),'circleBar':_0x4c9755(0x9a),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x4c9755(0x77),'zeroOrMany':'零或多','oneOrMany':_0x4c9755(0xf7)}},'zoom':{'dragMode':_0x4c9755(0xfe),'fitContent':_0x4c9755(0xd8),'zoomOut':'缩小','resetZoom':_0x4c9755(0x105),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x4c9755(0x6f),'close':_0x4c9755(0xab),'sections':{'tools':'工具','navigator':'导航','view':'视图','selection':_0x4c9755(0xb3),'editing':_0x4c9755(0x120),'grouping':_0x4c9755(0xdd),'swimlane':'泳道','mindMap':_0x4c9755(0x87),'layout':'布局','font':_0x4c9755(0x108)},'items':{'showMoreShapes':'显示更多形状','roundedRectangle':_0x4c9755(0x110),'rectangle':'矩形','oval':'椭圆','diamond':'菱形','text':'文本','elbowConnector':_0x4c9755(0xee),'line':'直线','stickyNote':'便签','search':'搜索','zoomWheel':'放大/缩小','zoomPinch':'放大/缩小','zoomTo100':_0x4c9755(0x92),'zoomToSelection':_0x4c9755(0x7f),'zoomToFit':'适应画布','enterFullScreen':_0x4c9755(0x95),'exitFullScreen':_0x4c9755(0xce),'selectShape':_0x4c9755(0xb3),'selectAll':'全选','multipleSelect':_0x4c9755(0x7c),'invertSelection':'反选','preciseSelection':_0x4c9755(0xff),'deepSelect':'深度选择','editShape':_0x4c9755(0x120),'copy':'复制','copyAsImage':'复制为图片','paste':'粘贴','cut':'剪切','makeCopy':'创建副本','scale':'缩放','copyStyle':'复制样式','pasteStyle':_0x4c9755(0x134),'moveAxisLocked':_0x4c9755(0xd6),'flipHorizontal':_0x4c9755(0x121),'flipVertical':'垂直翻转','undo':'撤销','redo':'重做','toggleQuickAdd':'隐藏/显示快速添加','hideCollaboratorsCursors':_0x4c9755(0x117),'toggleToolbar':'隐藏/显示工具栏','delete':'删除','group':'组合','ungroup':_0x4c9755(0x131),'selectUpperLayerGroups':_0x4c9755(0xef),'selectShapesToGroup':_0x4c9755(0xbd),'swimlaneLaneRename':'重命名泳道','swimlaneLaneToggleCollapsed':_0x4c9755(0xd9),'swimlaneLaneMovePrevious':'向前移动泳道','swimlaneLaneMoveNext':_0x4c9755(0x78),'swimlaneLaneRemove':'删除泳道','addSiblingNode':'新增同级节点','addChildNode':'新增子节点','addParentNode':_0x4c9755(0xa0),'foldChildNodes':_0x4c9755(0x10a),'collapseAllNodes':'折叠/展开全部节点','addDescription':_0x4c9755(0xe7),'editCurrentNode':_0x4c9755(0x118),'bringToFront':_0x4c9755(0xaf),'sendToBack':_0x4c9755(0x70),'alignLeft':_0x4c9755(0x10f),'alignRight':_0x4c9755(0x11c),'alignTop':'顶部对齐','alignBottom':_0x4c9755(0xd5),'alignMiddle':_0x4c9755(0xa2),'alignCenter':_0x4c9755(0xf4),'distributeHorizontally':'水平分布','distributeVertically':'垂直分布','disableObjectAlignment':'禁用对象对齐','increaseFontSize':_0x4c9755(0xc0),'decreaseFontSize':_0x4c9755(0xf6),'bold':'加粗','strikethrough':_0x4c9755(0x8d),'italic':'斜体','underline':_0x4c9755(0xac),'link':'链接','numberedList':_0x4c9755(0x80),'bulletedList':_0x4c9755(0xd3),'quote':'引用','alignTextLeft':_0x4c9755(0x10f),'alignTextRight':_0x4c9755(0x11c),'alignTextCenter':_0x4c9755(0xd0)}}}};module[_0x4c9755(0x98)]=e;function _0x320c(){const _0x57e34d=['边界生命线','选择要组合的形状','选择内容','平行四边形','增大字号','为当前节点添加描述','如何使用\x20Mermaid\x20绘制图表?','数据存储\x203','右侧树形图','包裹为容器','浮动层','预览中渲染元素失败:{0}。','3350862soegDg','实心菱形','5100930wSiYkA','组件图','重命名','全部显示','退出全屏','该图表包含\x20{0}\x20个元素,已暂停自动预览。点击“渲染预览”后手动加载。','居中对齐','乌鸦脚','组件框','项目符号列表','右大括号','底部对齐','水平/垂直移动','占位符','适应内容','收起/展开泳道','517946tObbUQ','搜索形状','圆圈乌鸦脚','组合形状','星与旗帜','键字段类型实体','空心菱形连接线','重命名容器','实心箭头','左右箭头','参与者','燕尾形','290840vAqTNw','添加描述','8UqeyXS','在下方新增泳道项','显示工具栏','右箭头','横杠乌鸦脚','未注册\x20Exchange\x20客户端。','折线连接线','选择上层组合','初始状态','232135QGfdUP','状态图','右箭头块','水平居中','泳道项','减小字号','一或多','纵向时间线','水平泳道','数据流图','锁定成员关系','键字段实体','泳道\x20{0}','拖拽模式','精确选择','下移一层','选择父容器','5486873wrMrvm','左侧树形图','在右侧新增泳道项','重置缩放','新增泳道','移出内容并删除泳道项','字体设置','圆角正方形','折叠/展开子节点','左右思维导图','字段类型实体','时间线','数据存储\x202','左对齐','圆角矩形','直线(无箭头)','插入文字','已跳过无效的画板元素:{0}。','树形图','没有返回可导入的画板元素。','箭头总汇','隐藏协作者光标','编辑当前节点','资源库','连接线','实体生命线','右对齐','第\x20{0}\x20行,第\x20{1}\x20列','Mermaid\x20代码为空。','三角形','编辑形状','水平翻转','对象生命线','实心圆','SmartArt','重命名泳道','上下思维导图','实心菱形连接线','编辑路径','删除泳道项','更多形状','左箭头','向前移动泳道','点划线','连线宽度','编辑画笔路径','4\x20:\x203','取消组合','移动内容到上一泳道并删除','公式形状','粘贴样式','开口箭头','供给接口','圆角标注','垂直泳道','左大括号','快捷键','置于底层','全部隐藏','实心箭头连接线','16\x20:\x209','状态条','插入画板草稿失败。','上移一层','零或一','向后移动泳道','收起泳道','服务端没有返回有效的画板草稿。','容器名称','多选/取消选择','流程图','导入图表','缩放到选区','编号列表','左右树形图','删除内容和泳道项','激活条','UML\x20时序图','时序图','DOM','思维导图','集合生命线','UML\x20自定义形状','连线设置','25NTSvxi','双竖线','删除线','移动内容到下一泳道并删除','查找画板元素','五边形','直接访问存储生命线','缩放到\x20100%','自定义','虚线开口箭头连接线','进入全屏','动作按钮','多段线','exports','画布层','圆圈横杠','右向思维导图','连线颜色','空心菱形','对话气泡','新增泳道项','新增父节点','数据存储\x201','垂直居中','六边形','2419554OrcjQe','终止状态','添加文本','解散容器','协作者光标','解锁成员关系','粘贴\x20Mermaid\x20代码后预览','关闭快捷键','下划线','开启自动撑开','重置颜色','置于顶层','移出容器','参与者生命线','虚线(无箭头)','选择形状','直角折线','ER\x20图','磁盘生命线','正在转换\x20Mermaid...','反向箭头','展开泳道','基本形状','空心三角'];_0x320c=function(){return _0x57e34d;};return _0x320c();}
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x341a(_0x2e1a62,_0x2d958e){_0x2e1a62=_0x2e1a62-0x14d;const _0x3efea0=_0x3efe();let _0x341a21=_0x3efea0[_0x2e1a62];return _0x341a21;}const _0x9024f7=_0x341a;function _0x3efe(){const _0x22c0c4=['取消組合','圓角標註','精確選擇','148jYogRM','虚线开口箭头连接线','版面配置','預留位置','反向箭頭','重設顏色','靠下對齊','顯示尺寸','7830SWEpeX','零或多','右箭頭塊','連接線','空心菱形连接线','如何使用\x20Mermaid\x20繪製圖表?','終止狀態','進入全螢幕','時間軸','橫向時間軸','資源庫','建立副本','選擇形狀','置於底層','父容器適應內容','虛線(無箭頭)','DOM','選擇父容器','空心三角','項目符號清單','縱向時間軸','圓圈橫槓','左側樹狀圖','箭頭總匯','插入文字','实体生命线','縮放到\x20100%','無符合結果','貼上\x20Mermaid\x20程式碼後預覽','刪除泳道項','匯入圖表','激活条','協作者游標','分类器','靠左對齊','平行四邊形','磁盘生命线','折线连接线','实心箭头连接线','重設縮放','新增泳道項','搜尋形狀','ER\x20圖','關閉快捷鍵','適應內容','預覽中渲染元素失敗:{0}。','選擇上層組合','靠右對齊','水平置中','伺服器未返回有效的畫板草稿。','狀態圖','垂直泳道','物件名稱','圓圈鴉腳','29040yUHhgD','UML\x20時序圖','对象生命线','時序圖','渲染預覽','搜尋物件','實心菱形','空心菱形','八邊形','新增子節點','選取一個物件以編輯詳情','樹狀圖','快速新增','向前移動泳道','編輯形狀','更多形狀','摺疊/展開全部節點','查找画板元素','泳道\x20{0}','複製樣式','向後移動泳道','公式形狀','摺疊/展開子節點','刪除容器','参与者生命线','燕尾形','反向選擇','自訂大小','動作按鈕','控制生命线','正在插入...','110cHYOSO','編輯路徑','複製為圖片','提供介面','右向心智圖','第\x20{0}\x20行,第\x20{1}\x20列','深度選擇','停用物件對齊','雙豎線','透明度\x20{0}%','縮放到選取範圍','返回的邊界沒有包含所有元素,已擴展預覽邊界。','沒有返回可匯入的畫板元素。','三角形','資料儲存\x203','集合生命线','空心圓','置於頂層','新增文字','左大括號','键字段实体','Mermaid\x20程式碼為空。','編輯畫筆路徑','水平翻轉','目標箭頭','流程圖','星與旗幟','類別圖','點劃線','圓角矩形','字段类型实体','移動內容到下一泳道並刪除','上移一層','移動內容到上一泳道並刪除','初始狀態','下移一層','翻譯為','垂直分佈','上下心智圖','左右樹狀圖','基本形狀','拖曳調整圖層','容器名稱','多選/取消選擇','249723WWqWVO','開口箭頭','關閉自動撐開','直角三角形','顯示工具列','選擇內容','224DbvKji','右箭頭','一或多','4\x20:\x203','未註冊\x20Exchange\x20用戶端。','UML\x20自訂形狀','隱藏/顯示工具列','新增描述','填滿三角箭頭','資料儲存\x202','放大/缩小','76xQEPvB','垂直置中','16\x20:\x209','直接访问存储生命线','心智圖','適應畫布','多段線','右大括號','組合形狀','53515LsGSby','實體關係圖','六邊形','新增父節點','左右心智圖','貼上樣式','收合/展開泳道','水平分佈','直線(無箭頭)','2448648DrAhNz','虚线实心箭头连接线','水平/垂直移動','選擇要組合的形狀','靠上對齊','暫無物件','交換箭頭','exports','刪除泳道','主題:{0}','圓柱體','對話氣泡','展開泳道','242561BvqQHW','刪除內容和泳道項','收合泳道','鎖定成員關係','新增同層節點','包裹為容器','連線設定','4969426LxkKyi','置中對齊','新增泳道','重新命名泳道','畫布層','拖曳模式'];_0x3efe=function(){return _0x22c0c4;};return _0x3efe();}(function(_0x19a740,_0x9ae993){const _0x55681c=_0x341a,_0x296792=_0x19a740();while(!![]){try{const _0xe8488d=-parseInt(_0x55681c(0x1af))/0x1+-parseInt(_0x55681c(0x1bf))/0x2*(-parseInt(_0x55681c(0x1c7))/0x3)+-parseInt(_0x55681c(0x190))/0x4*(-parseInt(_0x55681c(0x199))/0x5)+-parseInt(_0x55681c(0x1fd))/0x6*(parseInt(_0x55681c(0x185))/0x7)+parseInt(_0x55681c(0x1a2))/0x8+-parseInt(_0x55681c(0x17f))/0x9*(-parseInt(_0x55681c(0x153))/0xa)+-parseInt(_0x55681c(0x1b6))/0xb;if(_0xe8488d===_0x9ae993)break;else _0x296792['push'](_0x296792['shift']());}catch(_0x2681f2){_0x296792['push'](_0x296792['shift']());}}}(_0x3efe,0x26b7c));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':'重命名容器','fitToContent':'適應內容','selectContents':_0x9024f7(0x184),'enableAutoResize':'開啟自動撐開','disableAutoResize':_0x9024f7(0x181),'lockMembership':_0x9024f7(0x1b2),'unlockMembership':'解鎖成員關係','disband':'解散容器','delete':_0x9024f7(0x214)},'containerChild':{'moveOut':'移出容器','selectParent':_0x9024f7(0x1d8),'fitParent':_0x9024f7(0x1d5)},'swimlaneLane':{'add':_0x9024f7(0x1b8),'addBelow':'在下方新增泳道項','addRight':'在右側新增泳道項','remove':_0x9024f7(0x1e4),'removeAndMovePrevious':_0x9024f7(0x174),'removeAndPromote':'移出內容並刪除泳道項','removeAndDeleteContent':_0x9024f7(0x1b0),'removeAndMoveNext':_0x9024f7(0x172),'rename':'重新命名泳道','movePrevious':_0x9024f7(0x20a),'moveNext':_0x9024f7(0x211),'expand':_0x9024f7(0x1ae),'collapse':_0x9024f7(0x1b1)}},'popup':{'containerName':_0x9024f7(0x17d),'laneName':'泳道名稱','cancel':'取消','rename':'重新命名'},'ink':{'finishEditing':'完成','enterEditing':_0x9024f7(0x154)},'mindMap':{'description':'描述','descriptionPlaceholder':'為目前節點新增描述','saveDescription':'儲存'},'panel':{'moreShapes':_0x9024f7(0x20c),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':'連線顏色','lineWidth':'連線寬度','reverseMarkers':_0x9024f7(0x1c3),'searchShapes':_0x9024f7(0x1f0),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x9024f7(0x1fa),'horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':_0x9024f7(0x14f),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自定义','containerRatio16By9':_0x9024f7(0x192),'containerRatio4By3':_0x9024f7(0x188),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x9024f7(0x194),'mindMapGroupTree':_0x9024f7(0x208),'mindMapGroupTimeline':_0x9024f7(0x1cf),'mindMapRight':_0x9024f7(0x157),'mindMapLeft':'左向心智圖','mindMapHorizontal':_0x9024f7(0x19d),'mindMapVertical':_0x9024f7(0x179),'mindMapTreeRight':'右側樹狀圖','mindMapTreeLeft':_0x9024f7(0x1dd),'mindMapTreeAlternate':_0x9024f7(0x17a),'mindMapTimelineHorizontal':_0x9024f7(0x1d0),'mindMapTimelineVertical':_0x9024f7(0x1db),'mindMapNodeText':_0x9024f7(0x165)},'settings':{'collaboratorCursors':_0x9024f7(0x1e7),'find':'尋找','grid':'網格','preciseSelection':_0x9024f7(0x1be),'quickAdd':_0x9024f7(0x209),'theme':'主題','themeOption':_0x9024f7(0x1ab),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x9024f7(0x20e),'noMatches':_0x9024f7(0x1e2),'showDimensions':_0x9024f7(0x1c6),'showToolbar':_0x9024f7(0x183),'translateInto':_0x9024f7(0x177),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x9024f7(0x1a7),'showAll':'全部顯示','hideAll':'全部隱藏','moveForward':_0x9024f7(0x173),'moveBackward':_0x9024f7(0x176),'close':'關閉','nameInput':_0x9024f7(0x1fb),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x9024f7(0x17c),'search':_0x9024f7(0x202),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x9024f7(0x1ba),'sectionFloating':'浮動層','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','noSelection':_0x9024f7(0x207),'elementTypes':{'object':'物件','connector':_0x9024f7(0x1ca),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x9024f7(0x1c2),'shape':'形狀','table':'表格','text':'文字','smartArt':'SmartArt','video':'影片','unit':'單元','dom':_0x9024f7(0x1d7)}},'find':{'lanePosition':_0x9024f7(0x20f),'tableCellPosition':_0x9024f7(0x158),'elementTypes':{'connector':_0x9024f7(0x1ca),'container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x9024f7(0x1c4),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x9024f7(0x1ca),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':'心智圖','resources':_0x9024f7(0x1d1),'image':'圖片','import':'匯入','wrapInContainer':_0x9024f7(0x1b4),'addSwimlaneLane':_0x9024f7(0x1ef),'swimlaneMenu':'泳道','swimlaneLaneMenu':'泳道项','editBrushPath':_0x9024f7(0x169),'arrange':'排列','bringToFront':_0x9024f7(0x164),'bringForward':_0x9024f7(0x173),'sendBackward':_0x9024f7(0x176),'sendToBack':_0x9024f7(0x1d4),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x9024f7(0x17d),'defaultContainerName':_0x9024f7(0x1e5),'converting':'正在轉換\x20Mermaid...','emptyPreview':_0x9024f7(0x1e3),'diagnostics':{'emptyDraft':_0x9024f7(0x15f),'expandedBounds':_0x9024f7(0x15e),'invalidElement':'已跳過無效的畫板元素:{0}。','renderElementFailed':_0x9024f7(0x1f4),'previewPaused':'該圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「渲染預覽」後手動載入。'},'errors':{'emptyCode':_0x9024f7(0x168),'exchangeUnavailable':_0x9024f7(0x189),'insertFailed':'插入畫板草稿失敗。','invalidDraft':_0x9024f7(0x1f8)},'help':_0x9024f7(0x1cc),'insert':'插入','renderPreview':_0x9024f7(0x201),'inserting':_0x9024f7(0x152),'types':{'classDiagram':_0x9024f7(0x16e),'erDiagram':_0x9024f7(0x1f1),'flowchart':'流程圖','mindMap':'思維導圖','sequenceDiagram':_0x9024f7(0x200),'stateDiagram':_0x9024f7(0x1f9)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x9024f7(0x170),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x9024f7(0x1ac),'chevron':_0x9024f7(0x14d),'rightArrowBlock':_0x9024f7(0x1c9),'parallelogram':_0x9024f7(0x1ea),'trapezoid':'梯形','speechBubble':_0x9024f7(0x1ad),'roundedCallout':_0x9024f7(0x1bd),'rightTriangle':_0x9024f7(0x182),'triangle':_0x9024f7(0x160),'star':'星形','hexagon':_0x9024f7(0x19b),'pentagon':'五邊形','octagon':_0x9024f7(0x205),'leftArrow':'左箭頭','rightArrow':_0x9024f7(0x186),'leftRightArrow':'左右箭頭','cloud':'雲朵','leftBrace':_0x9024f7(0x166),'rightBrace':_0x9024f7(0x197),'plus':'加號','actor':'參與者','boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x9024f7(0x170),'dataFlowCircle':'圓形','dataFlowRoundedSquare':'圓角正方形','dataStorage1':'資料儲存\x201','dataStorage2':_0x9024f7(0x18e),'dataStorage3':_0x9024f7(0x161),'lineNone':_0x9024f7(0x1a1),'lineDashedNone':_0x9024f7(0x1d6),'lineOpenArrow':'開口箭頭','lineDoubleOpenArrow':'雙向開口箭頭','actorLifeline':_0x9024f7(0x215),'boundaryLifeline':'边界生命线','controlLifeline':_0x9024f7(0x151),'entityLifeline':_0x9024f7(0x1e0),'collectionLifeline':_0x9024f7(0x162),'objectLifeline':_0x9024f7(0x1ff),'magneticDiskLifeline':_0x9024f7(0x1eb),'directAccessStorageLifeline':_0x9024f7(0x193),'activationBar':_0x9024f7(0x1e6),'sequenceFragment':'组合片段','sequenceAlternativeFragment':'备选组合片段','umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x9024f7(0x1e8),'umlHollowDiamondConnector':_0x9024f7(0x1cb),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':_0x9024f7(0x1ed),'umlDashedOpenArrowConnector':_0x9024f7(0x1c0),'umlDashedFilledArrowConnector':_0x9024f7(0x1a3),'erdEntity':'實體','erdKeyField':_0x9024f7(0x167),'erdFieldType':_0x9024f7(0x171),'erdFull':'键字段类型实体','initialState':_0x9024f7(0x175),'finalState':_0x9024f7(0x1cd),'stateBar':'狀態條','requiredInterface':'需求介面','assemblyConnector':'組裝連接器','providedInterface':_0x9024f7(0x156),'componentBox':'元件框','component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x9024f7(0x17b),'blockArrow':_0x9024f7(0x1de),'equationShape':_0x9024f7(0x212),'flowchart':_0x9024f7(0x16c),'starAndBanner':_0x9024f7(0x16d),'callout':'標註','actionButton':_0x9024f7(0x150),'other':'其他'},'classDiagram':_0x9024f7(0x16e),'dataFlowDiagram':'資料流程圖','line':'線條','entityRelationshipDiagram':_0x9024f7(0x19a),'umlCustomShapes':_0x9024f7(0x18a),'umlSequenceDiagram':_0x9024f7(0x1fe),'statusDiagram':_0x9024f7(0x1f9),'componentDiagram':'元件圖'},'connector':{'toolbar':{'sourceMarker':'來源箭頭','swapMarkers':_0x9024f7(0x1a8),'targetMarker':_0x9024f7(0x16b),'lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':_0x9024f7(0x15c),'settings':_0x9024f7(0x1b5),'smoothElbow':'折線','bridge':'跳線','insertText':_0x9024f7(0x1df),'more':'更多'},'routing':{'straight':'直线','elbow':'直角折線','polyline':_0x9024f7(0x196),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x9024f7(0x16f)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':'實心箭頭','openArrow':_0x9024f7(0x180),'triangle':'三角箭頭','filledTriangle':_0x9024f7(0x18d),'hollowTriangle':_0x9024f7(0x1d9),'diamond':'菱形','hollowDiamond':_0x9024f7(0x204),'filledDiamond':_0x9024f7(0x203),'circle':_0x9024f7(0x163),'filledCircle':'實心圓','bar':'橫槓','doubleBar':_0x9024f7(0x15b),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':'橫槓鴉腳','circleCrowsFoot':_0x9024f7(0x1fc),'circleBar':_0x9024f7(0x1dc),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':_0x9024f7(0x1c8),'oneOrMany':_0x9024f7(0x187)}},'zoom':{'dragMode':_0x9024f7(0x1bb),'fitContent':_0x9024f7(0x1f3),'zoomOut':'縮小','resetZoom':_0x9024f7(0x1ee),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':'快捷鍵','close':_0x9024f7(0x1f2),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x9024f7(0x1d3),'editing':_0x9024f7(0x20b),'grouping':_0x9024f7(0x198),'swimlane':'泳道','mindMap':_0x9024f7(0x194),'layout':_0x9024f7(0x1c1),'font':'字型設定'},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0x9024f7(0x170),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x9024f7(0x1ec),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':_0x9024f7(0x18f),'zoomPinch':_0x9024f7(0x18f),'zoomTo100':_0x9024f7(0x1e1),'zoomToSelection':_0x9024f7(0x15d),'zoomToFit':_0x9024f7(0x195),'enterFullScreen':_0x9024f7(0x1ce),'exitFullScreen':'退出全螢幕','selectShape':_0x9024f7(0x1d3),'selectAll':'全選','multipleSelect':_0x9024f7(0x17e),'invertSelection':_0x9024f7(0x14e),'preciseSelection':_0x9024f7(0x1be),'deepSelect':_0x9024f7(0x159),'editShape':_0x9024f7(0x20b),'copy':'複製','copyAsImage':_0x9024f7(0x155),'paste':'貼上','cut':'剪下','makeCopy':_0x9024f7(0x1d2),'scale':'縮放','copyStyle':_0x9024f7(0x210),'pasteStyle':_0x9024f7(0x19e),'moveAxisLocked':_0x9024f7(0x1a4),'flipHorizontal':_0x9024f7(0x16a),'flipVertical':'垂直翻轉','undo':'復原','redo':'重做','toggleQuickAdd':'隱藏/顯示快速新增','hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':_0x9024f7(0x18b),'delete':'刪除','group':'組合','ungroup':_0x9024f7(0x1bc),'selectUpperLayerGroups':_0x9024f7(0x1f5),'selectShapesToGroup':_0x9024f7(0x1a5),'swimlaneLaneRename':_0x9024f7(0x1b9),'swimlaneLaneToggleCollapsed':_0x9024f7(0x19f),'swimlaneLaneMovePrevious':_0x9024f7(0x20a),'swimlaneLaneMoveNext':_0x9024f7(0x211),'swimlaneLaneRemove':_0x9024f7(0x1aa),'addSiblingNode':_0x9024f7(0x1b3),'addChildNode':_0x9024f7(0x206),'addParentNode':_0x9024f7(0x19c),'foldChildNodes':_0x9024f7(0x213),'collapseAllNodes':_0x9024f7(0x20d),'addDescription':_0x9024f7(0x18c),'editCurrentNode':'編輯目前節點','bringToFront':_0x9024f7(0x164),'sendToBack':_0x9024f7(0x1d4),'alignLeft':_0x9024f7(0x1e9),'alignRight':'靠右對齊','alignTop':_0x9024f7(0x1a6),'alignBottom':_0x9024f7(0x1c5),'alignMiddle':_0x9024f7(0x191),'alignCenter':_0x9024f7(0x1f7),'distributeHorizontally':_0x9024f7(0x1a0),'distributeVertically':_0x9024f7(0x178),'disableObjectAlignment':_0x9024f7(0x15a),'increaseFontSize':'增大字號','decreaseFontSize':'減小字號','bold':'粗體','strikethrough':'刪除線','italic':'斜體','underline':'底線','link':'連結','numberedList':'編號清單','bulletedList':_0x9024f7(0x1da),'quote':'引用','alignTextLeft':_0x9024f7(0x1e9),'alignTextRight':_0x9024f7(0x1f6),'alignTextCenter':_0x9024f7(0x1b7)}}}};module[_0x9024f7(0x1a9)]=e;
|
|
1
|
+
const _0x1a097b=_0x3dde;function _0x10ce(){const _0x38cf54=['451584sOLhSk','正在插入...','時序圖','边界生命线','思維導圖','貼上\x20Mermaid\x20程式碼後預覽','2508954sYqRkk','組合形狀','放大/缩小','提供介面','橫向時間軸','多段線','置中對齊','4UomSNc','圓柱體','右大括號','選擇內容','泳道\x20{0}','樹狀圖','移出容器','八邊形','直線(無箭頭)','实心箭头连接线','1\x20:\x201','移動內容到下一泳道並刪除','精確選擇','參與者','直角折線','交換箭頭','磁盘生命线','字型設定','終止狀態','縱向時間軸','平行四邊形','深度選擇','編輯路徑','垂直翻轉','重新命名','靠右對齊','左箭頭','水平分佈','左側樹狀圖','Mermaid\x20程式碼為空。','增大字號','圓角正方形','摺疊/展開子節點','正在轉換\x20Mermaid...','刪除泳道','244672bOBkmV','實體關係圖','解鎖成員關係','浮動層','該圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「渲染預覽」後手動載入。','插入文字','主題:{0}','適應內容','上下心智圖','ER\x20圖','刪除線','2056njygCP','資料流程圖','取消組合','新增泳道項','一或多','新增描述','UML\x20自訂形狀','選擇形狀','縮放到選取範圍','顯示工具列','畫布層','父容器適應內容','收合泳道','如何使用\x20Mermaid\x20繪製圖表?','泳道名稱','開啟自動撐開','時間軸','資料儲存\x201','翻譯為','更多形狀','垂直分佈','三角箭頭','摺疊/展開全部節點','貼上樣式','資源庫','需求介面','直角三角形','右側樹狀圖','佔位符','参与者生命线','組裝連接器','右箭頭塊','重命名容器','虛線(無箭頭)','點劃線','選取一個物件以編輯詳情','類別圖','解散容器','对象生命线','五邊形','左大括號','隱藏/顯示快速新增','左右樹狀圖','星與旗幟','圓角矩形','新增子節點','16\x20:\x209','快捷鍵','選擇父容器','靠下對齊','透明度\x20{0}%','退出全螢幕','虚线开口箭头连接线','拖曳模式','新增泳道','靠上對齊','移動內容到上一泳道並刪除','停用物件對齊','反向選擇','三角形','723010ZrOSRz','六邊形','心智圖','基本形狀','反向箭頭','DOM','重設顏色','實心菱形','減小字號','連接線','右箭頭','資料儲存\x203','狀態條','25569KZXcCe','水平置中','沒有返回可匯入的畫板元素。','實心圓','來源箭頭','隱藏/顯示工具列','連線設定','SmartArt','填滿三角箭頭','無符合結果','箭頭總匯','在右側新增泳道項','置於頂層','拖曳調整圖層','動作按鈕','下移一層','雙向開口箭頭','選擇上層組合','折线连接线','插入畫板草稿失敗。','編輯形狀','水平泳道','1078812TcvybV','实体生命线','搜尋形狀','靠左對齊','目標箭頭','置於底層','搜尋物件','水平/垂直移動','編輯畫筆路徑','版面配置','進入全螢幕','全部顯示','對話氣泡','元件圖','水平翻轉','直接访问存储生命线','雙豎線','連線寬度','複製樣式','移出內容並刪除泳道項','1772335sxNQcO','重設縮放','包裹為容器','項目符號清單','左向心智圖','垂直泳道','控制生命线','泳道项','向前移動泳道','新增同層節點','顯示尺寸','伺服器未返回有效的畫板草稿。','狀態圖','垂直置中','字段类型实体','新增文字','橫槓鴉腳','上移一層','選擇要組合的形狀','縮放到\x20100%','在下方新增泳道項','全部隱藏','刪除內容和泳道項','預留位置','重新命名泳道','容器名稱','資料儲存\x202','開口箭頭','空心圓','键字段类型实体','刪除容器','匯入圖表','燕尾形','查找画板元素','初始狀態','複製為圖片','暫無物件','向後移動泳道','快速新增','元件框','第\x20{0}\x20行,第\x20{1}\x20列','流程圖','協作者游標'];_0x10ce=function(){return _0x38cf54;};return _0x10ce();}(function(_0x580401,_0x4462ed){const _0x194c17=_0x3dde,_0x592960=_0x580401();while(!![]){try{const _0x54f2fe=parseInt(_0x194c17(0x24e))/0x1+parseInt(_0x194c17(0x295))/0x2+parseInt(_0x194c17(0x21e))/0x3+parseInt(_0x194c17(0x22b))/0x4*(parseInt(_0x194c17(0x1f3))/0x5)+parseInt(_0x194c17(0x1df))/0x6+-parseInt(_0x194c17(0x224))/0x7+parseInt(_0x194c17(0x259))/0x8*(-parseInt(_0x194c17(0x2a2))/0x9);if(_0x54f2fe===_0x4462ed)break;else _0x592960['push'](_0x592960['shift']());}catch(_0x4e83da){_0x592960['push'](_0x592960['shift']());}}}(_0x10ce,0x316af));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x1a097b(0x279),'fitToContent':'適應內容','selectContents':_0x1a097b(0x22e),'enableAutoResize':_0x1a097b(0x268),'disableAutoResize':'關閉自動撐開','lockMembership':'鎖定成員關係','unlockMembership':_0x1a097b(0x250),'disband':_0x1a097b(0x27e),'delete':_0x1a097b(0x211)},'containerChild':{'moveOut':_0x1a097b(0x231),'selectParent':_0x1a097b(0x289),'fitParent':_0x1a097b(0x264)},'swimlaneLane':{'add':_0x1a097b(0x28f),'addBelow':_0x1a097b(0x207),'addRight':_0x1a097b(0x1d4),'remove':'刪除泳道項','removeAndMovePrevious':_0x1a097b(0x291),'removeAndPromote':_0x1a097b(0x1f2),'removeAndDeleteContent':_0x1a097b(0x209),'removeAndMoveNext':_0x1a097b(0x236),'rename':_0x1a097b(0x20b),'movePrevious':_0x1a097b(0x1fb),'moveNext':_0x1a097b(0x218),'expand':'展開泳道','collapse':_0x1a097b(0x265)}},'popup':{'containerName':'容器名稱','laneName':_0x1a097b(0x267),'cancel':'取消','rename':_0x1a097b(0x243)},'ink':{'finishEditing':'完成','enterEditing':_0x1a097b(0x241)},'mindMap':{'description':'描述','descriptionPlaceholder':'為目前節點新增描述','saveDescription':'儲存'},'panel':{'moreShapes':_0x1a097b(0x26c),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':'連線顏色','lineWidth':_0x1a097b(0x1f0),'reverseMarkers':_0x1a097b(0x299),'searchShapes':_0x1a097b(0x1e1),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x1a097b(0x1f8),'horizontalSwimlane':_0x1a097b(0x1de),'vertical':'垂直','horizontal':'水平','tableCustomSize':'自訂大小','tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自定义','containerRatio16By9':_0x1a097b(0x287),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x1a097b(0x235),'containerA4':'A4','mindMapGroupMindMap':'心智圖','mindMapGroupTree':_0x1a097b(0x230),'mindMapGroupTimeline':_0x1a097b(0x269),'mindMapRight':'右向心智圖','mindMapLeft':_0x1a097b(0x1f7),'mindMapHorizontal':'左右心智圖','mindMapVertical':_0x1a097b(0x256),'mindMapTreeRight':_0x1a097b(0x274),'mindMapTreeLeft':_0x1a097b(0x247),'mindMapTreeAlternate':_0x1a097b(0x283),'mindMapTimelineHorizontal':_0x1a097b(0x228),'mindMapTimelineVertical':_0x1a097b(0x23e),'mindMapNodeText':_0x1a097b(0x202)},'settings':{'collaboratorCursors':_0x1a097b(0x21d),'find':'尋找','grid':'網格','preciseSelection':'精確選擇','quickAdd':_0x1a097b(0x219),'theme':'主題','themeOption':_0x1a097b(0x254),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x1a097b(0x214),'noMatches':_0x1a097b(0x1d2),'showDimensions':_0x1a097b(0x1fd),'showToolbar':_0x1a097b(0x262),'translateInto':_0x1a097b(0x26b),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x1a097b(0x217),'showAll':_0x1a097b(0x1ea),'hideAll':_0x1a097b(0x208),'moveForward':_0x1a097b(0x204),'moveBackward':_0x1a097b(0x1d8),'close':'關閉','nameInput':'物件名稱','hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x1a097b(0x1d6),'search':_0x1a097b(0x1e5),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x1a097b(0x263),'sectionFloating':_0x1a097b(0x251),'name':'名稱','description':'描述','descriptionPlaceholder':_0x1a097b(0x25e),'noSelection':_0x1a097b(0x27c),'elementTypes':{'object':'物件','connector':_0x1a097b(0x29e),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x1a097b(0x20a),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x1a097b(0x1d0),'video':'影片','unit':'單元','dom':_0x1a097b(0x29a)}},'find':{'lanePosition':_0x1a097b(0x22f),'tableCellPosition':_0x1a097b(0x21b),'elementTypes':{'connector':_0x1a097b(0x29e),'container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':_0x1a097b(0x275),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x1a097b(0x29b),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x1a097b(0x29e),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x1a097b(0x297),'resources':_0x1a097b(0x271),'image':'圖片','import':'匯入','wrapInContainer':_0x1a097b(0x1f5),'addSwimlaneLane':_0x1a097b(0x25c),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x1a097b(0x1fa),'editBrushPath':_0x1a097b(0x1e7),'arrange':'排列','bringToFront':'置於頂層','bringForward':_0x1a097b(0x204),'sendBackward':_0x1a097b(0x1d8),'sendToBack':_0x1a097b(0x1e4),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x1a097b(0x20c),'defaultContainerName':_0x1a097b(0x212),'converting':_0x1a097b(0x24c),'emptyPreview':_0x1a097b(0x223),'diagnostics':{'emptyDraft':_0x1a097b(0x2a4),'expandedBounds':'返回的邊界沒有包含所有元素,已擴展預覽邊界。','invalidElement':'已跳過無效的畫板元素:{0}。','renderElementFailed':'預覽中渲染元素失敗:{0}。','previewPaused':_0x1a097b(0x252)},'errors':{'emptyCode':_0x1a097b(0x248),'exchangeUnavailable':'未註冊\x20Exchange\x20用戶端。','insertFailed':_0x1a097b(0x1dc),'invalidDraft':_0x1a097b(0x1fe)},'help':_0x1a097b(0x266),'insert':'插入','renderPreview':'渲染預覽','inserting':_0x1a097b(0x21f),'types':{'classDiagram':_0x1a097b(0x27d),'erDiagram':_0x1a097b(0x257),'flowchart':_0x1a097b(0x21c),'mindMap':_0x1a097b(0x222),'sequenceDiagram':_0x1a097b(0x220),'stateDiagram':_0x1a097b(0x1ff)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x1a097b(0x285),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x1a097b(0x22c),'chevron':_0x1a097b(0x213),'rightArrowBlock':_0x1a097b(0x278),'parallelogram':_0x1a097b(0x23f),'trapezoid':'梯形','speechBubble':_0x1a097b(0x1eb),'roundedCallout':'圓角標註','rightTriangle':_0x1a097b(0x273),'triangle':_0x1a097b(0x294),'star':'星形','hexagon':_0x1a097b(0x296),'pentagon':_0x1a097b(0x280),'octagon':_0x1a097b(0x232),'leftArrow':_0x1a097b(0x245),'rightArrow':_0x1a097b(0x29f),'leftRightArrow':'左右箭頭','cloud':'雲朵','leftBrace':_0x1a097b(0x281),'rightBrace':_0x1a097b(0x22d),'plus':'加號','actor':_0x1a097b(0x238),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':'圓角矩形','dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x1a097b(0x24a),'dataStorage1':_0x1a097b(0x26a),'dataStorage2':_0x1a097b(0x20d),'dataStorage3':_0x1a097b(0x2a0),'lineNone':_0x1a097b(0x233),'lineDashedNone':_0x1a097b(0x27a),'lineOpenArrow':'開口箭頭','lineDoubleOpenArrow':_0x1a097b(0x1d9),'actorLifeline':_0x1a097b(0x276),'boundaryLifeline':_0x1a097b(0x221),'controlLifeline':_0x1a097b(0x1f9),'entityLifeline':_0x1a097b(0x1e0),'collectionLifeline':'集合生命线','objectLifeline':_0x1a097b(0x27f),'magneticDiskLifeline':_0x1a097b(0x23b),'directAccessStorageLifeline':_0x1a097b(0x1ee),'activationBar':'激活条','sequenceFragment':'组合片段','sequenceAlternativeFragment':'备选组合片段','umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':'分类器','umlHollowDiamondConnector':'空心菱形连接线','umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':_0x1a097b(0x234),'umlDashedOpenArrowConnector':_0x1a097b(0x28d),'umlDashedFilledArrowConnector':'虚线实心箭头连接线','erdEntity':'實體','erdKeyField':'键字段实体','erdFieldType':_0x1a097b(0x201),'erdFull':_0x1a097b(0x210),'initialState':_0x1a097b(0x215),'finalState':_0x1a097b(0x23d),'stateBar':_0x1a097b(0x2a1),'requiredInterface':_0x1a097b(0x272),'assemblyConnector':_0x1a097b(0x277),'providedInterface':_0x1a097b(0x227),'componentBox':_0x1a097b(0x21a),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x1a097b(0x298),'blockArrow':_0x1a097b(0x1d3),'equationShape':'公式形狀','flowchart':_0x1a097b(0x21c),'starAndBanner':_0x1a097b(0x284),'callout':'標註','actionButton':_0x1a097b(0x1d7),'other':'其他'},'classDiagram':_0x1a097b(0x27d),'dataFlowDiagram':_0x1a097b(0x25a),'line':'線條','entityRelationshipDiagram':_0x1a097b(0x24f),'umlCustomShapes':_0x1a097b(0x25f),'umlSequenceDiagram':'UML\x20時序圖','statusDiagram':_0x1a097b(0x1ff),'componentDiagram':_0x1a097b(0x1ec)},'connector':{'toolbar':{'sourceMarker':_0x1a097b(0x1cd),'swapMarkers':_0x1a097b(0x23a),'targetMarker':_0x1a097b(0x1e3),'lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':_0x1a097b(0x28b),'settings':_0x1a097b(0x1cf),'smoothElbow':'折線','bridge':'跳線','insertText':_0x1a097b(0x253),'more':'更多'},'routing':{'straight':'直线','elbow':_0x1a097b(0x239),'polyline':_0x1a097b(0x229),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x1a097b(0x27b)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':'實心箭頭','openArrow':_0x1a097b(0x20e),'triangle':_0x1a097b(0x26e),'filledTriangle':_0x1a097b(0x1d1),'hollowTriangle':'空心三角','diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x1a097b(0x29c),'circle':_0x1a097b(0x20f),'filledCircle':_0x1a097b(0x1cc),'bar':'橫槓','doubleBar':_0x1a097b(0x1ef),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x1a097b(0x203),'circleCrowsFoot':'圓圈鴉腳','circleBar':'圓圈橫槓','x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':'零或多','oneOrMany':_0x1a097b(0x25d)}},'zoom':{'dragMode':_0x1a097b(0x28e),'fitContent':_0x1a097b(0x255),'zoomOut':'縮小','resetZoom':_0x1a097b(0x1f4),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x1a097b(0x288),'close':'關閉快捷鍵','sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x1a097b(0x260),'editing':_0x1a097b(0x1dd),'grouping':_0x1a097b(0x225),'swimlane':'泳道','mindMap':'心智圖','layout':_0x1a097b(0x1e8),'font':_0x1a097b(0x23c)},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0x1a097b(0x285),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x1a097b(0x1db),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':'放大/缩小','zoomPinch':_0x1a097b(0x226),'zoomTo100':_0x1a097b(0x206),'zoomToSelection':_0x1a097b(0x261),'zoomToFit':'適應畫布','enterFullScreen':_0x1a097b(0x1e9),'exitFullScreen':_0x1a097b(0x28c),'selectShape':_0x1a097b(0x260),'selectAll':'全選','multipleSelect':'多選/取消選擇','invertSelection':_0x1a097b(0x293),'preciseSelection':_0x1a097b(0x237),'deepSelect':_0x1a097b(0x240),'editShape':'編輯形狀','copy':'複製','copyAsImage':_0x1a097b(0x216),'paste':'貼上','cut':'剪下','makeCopy':'建立副本','scale':'縮放','copyStyle':_0x1a097b(0x1f1),'pasteStyle':_0x1a097b(0x270),'moveAxisLocked':_0x1a097b(0x1e6),'flipHorizontal':_0x1a097b(0x1ed),'flipVertical':_0x1a097b(0x242),'undo':'復原','redo':'重做','toggleQuickAdd':_0x1a097b(0x282),'hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':_0x1a097b(0x1ce),'delete':'刪除','group':'組合','ungroup':_0x1a097b(0x25b),'selectUpperLayerGroups':_0x1a097b(0x1da),'selectShapesToGroup':_0x1a097b(0x205),'swimlaneLaneRename':_0x1a097b(0x20b),'swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':_0x1a097b(0x1fb),'swimlaneLaneMoveNext':_0x1a097b(0x218),'swimlaneLaneRemove':_0x1a097b(0x24d),'addSiblingNode':_0x1a097b(0x1fc),'addChildNode':_0x1a097b(0x286),'addParentNode':'新增父節點','foldChildNodes':_0x1a097b(0x24b),'collapseAllNodes':_0x1a097b(0x26f),'addDescription':_0x1a097b(0x25e),'editCurrentNode':'編輯目前節點','bringToFront':_0x1a097b(0x1d5),'sendToBack':_0x1a097b(0x1e4),'alignLeft':_0x1a097b(0x1e2),'alignRight':_0x1a097b(0x244),'alignTop':_0x1a097b(0x290),'alignBottom':_0x1a097b(0x28a),'alignMiddle':_0x1a097b(0x200),'alignCenter':_0x1a097b(0x2a3),'distributeHorizontally':_0x1a097b(0x246),'distributeVertically':_0x1a097b(0x26d),'disableObjectAlignment':_0x1a097b(0x292),'increaseFontSize':_0x1a097b(0x249),'decreaseFontSize':_0x1a097b(0x29d),'bold':'粗體','strikethrough':_0x1a097b(0x258),'italic':'斜體','underline':'底線','link':'連結','numberedList':'編號清單','bulletedList':_0x1a097b(0x1f6),'quote':'引用','alignTextLeft':'靠左對齊','alignTextRight':_0x1a097b(0x244),'alignTextCenter':_0x1a097b(0x22a)}}}};function _0x3dde(_0x5f3ecc,_0x2d5433){_0x5f3ecc=_0x5f3ecc-0x1cc;const _0x10ce67=_0x10ce();let _0x3dde7e=_0x10ce67[_0x5f3ecc];return _0x3dde7e;}module['exports']=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x42ac98=_0x290c;function _0x296a(){const _0x4437dd=['算繪預覽','键字段实体','ER\x20圖','圓圈橫槓','更多形狀','平行四邊形','浮動層','165224YFrvLp','重設縮放','顯示工具列','圓柱體','已跳過無效的白板元素:{0}。','連線寬度','直角三角形','直線(無箭頭)','資料儲存\x203','第\x20{0}\x20行,第\x20{1}\x20列','搜尋物件','12iRFhZx','左向心智圖','項目符號清單','摺疊/展開子節點','選擇內容','一或多','垂直泳道','精確選擇','暫無物件','靠左對齊','六邊形','關閉自動撐開','燕尾形','提供介面','停用物件對齊','資料儲存\x202','右大括號','未註冊\x20Exchange\x20用戶端。','靠上對齊','字型設定','選擇形狀','exports','下移一層','实心箭头连接线','資源庫','時序圖','預覽中算繪元素失敗:{0}。','隱藏/顯示工具列','開啟自動撐開','左箭頭','3197711gMNuPz','刪除內容和泳道項','虚线开口箭头连接线','連線設定','圓角矩形','右箭頭','对象生命线','6CvjehB','終止狀態','參與者','空心菱形','編輯路徑','實心圓','需求介面','來源箭頭','上下心智圖','圓角標註','實心箭頭','包裹為容器','實體關係圖','1723768CBiITY','放大/缩小','預留位置','連接線','五邊形','摺疊/展開全部節點','移出內容並刪除泳道項','公式形狀','刪除泳道','置於頂層','開口箭頭','垂直翻轉','刪除泳道項','點劃線','水平置中','重設顏色','7597148fZHsmn','244809FUjgGr','刪除線','物件名稱','多段線','在下方新增泳道項','退出全螢幕','容器名稱','在右側新增泳道項','水平泳道','減小字號','父容器適應內容','無符合結果','向前移動泳道','全部隱藏','圓角正方形','建立副本','左右樹狀圖','刪除容器','流程圖','反向選擇','三角形','資料流程圖','右向心智圖','组合片段','Mermaid\x20程式碼為空。','選擇要組合的形狀','伺服器未回傳有效的白板草稿。','星與旗幟','30bRHdnr','多選/取消選擇','1\x20:\x201','雙向開口箭頭','隱藏協作者游標','泳道名稱','新增子節點','版面配置','此圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「算繪預覽」後手動載入。','匯入圖表','狀態列','適應內容','對話氣泡','貼上\x20Mermaid\x20程式碼後預覽','靠右對齊','边界生命线','複製為圖片','展開泳道','樹狀圖','隱藏/顯示快速新增','橫槓鴉腳','初始狀態','實心菱形','24NsYhva','元件框','組合形狀','虚线实心箭头连接线','動作按鈕','UML\x20自訂形狀','縮放到\x20100%','置於底層','編輯目前節點','資料儲存\x201','移動內容到上一泳道並刪除','協作者游標','参与者生命线','基本形狀','泳道项','左右箭頭','新增泳道項','296rgCNee','折线连接线','畫布層','2912710lzvfLj','八邊形','水平/垂直移動','垂直分佈','水平翻轉','空心三角','增大字號','選取一個物件以編輯詳情','键字段类型实体','插入文字','快速新增','新增泳道','編輯形狀','心智圖','反向箭頭','快捷鍵','零或多','6071415zBNObt','自定义','縱向時間軸','主題:{0}','適應畫布','返回的邊界沒有包含所有元素,已擴展預覽邊界。','4\x20:\x203','鎖定成員關係','向後移動泳道','零或一','貼上樣式','收合泳道','編號清單','上移一層','控制生命线','時間軸','虛線(無箭頭)','解散容器','正在插入...','重新命名','解鎖成員關係','右側樹狀圖','三角箭頭','翻譯為','新增父節點','自訂大小','1QikbbZ','查找画板元素','箭頭總匯','進入全螢幕','關閉快捷鍵','左大括號','置中對齊','泳道\x20{0}','元件圖','右箭頭塊','類別圖','組裝連接器','如何使用\x20Mermaid\x20繪製圖表?','目標箭頭','重命名容器','填滿三角箭頭','全部顯示'];_0x296a=function(){return _0x4437dd;};return _0x296a();}(function(_0x4f4e81,_0x104bfd){const _0x85ccf7=_0x290c,_0x10e8a4=_0x4f4e81();while(!![]){try{const _0x3f9844=parseInt(_0x85ccf7(0x256))/0x1*(parseInt(_0x85ccf7(0x1d3))/0x2)+-parseInt(_0x85ccf7(0x279))/0x3*(-parseInt(_0x85ccf7(0x26e))/0x4)+-parseInt(_0x85ccf7(0x22b))/0x5+parseInt(_0x85ccf7(0x1c6))/0x6*(parseInt(_0x85ccf7(0x23c))/0x7)+parseInt(_0x85ccf7(0x228))/0x8*(-parseInt(_0x85ccf7(0x1e4))/0x9)+-parseInt(_0x85ccf7(0x200))/0xa*(parseInt(_0x85ccf7(0x1bf))/0xb)+parseInt(_0x85ccf7(0x217))/0xc*(parseInt(_0x85ccf7(0x1e3))/0xd);if(_0x3f9844===_0x104bfd)break;else _0x10e8a4['push'](_0x10e8a4['shift']());}catch(_0x597279){_0x10e8a4['push'](_0x10e8a4['shift']());}}}(_0x296a,0x93033));const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x42ac98(0x264),'fitToContent':_0x42ac98(0x20b),'selectContents':_0x42ac98(0x27d),'enableAutoResize':_0x42ac98(0x1bd),'disableAutoResize':_0x42ac98(0x284),'lockMembership':_0x42ac98(0x243),'unlockMembership':_0x42ac98(0x250),'disband':_0x42ac98(0x24d),'delete':_0x42ac98(0x1f5)},'containerChild':{'moveOut':'移出容器','selectParent':'選擇父容器','fitParent':_0x42ac98(0x1ee)},'swimlaneLane':{'add':_0x42ac98(0x236),'addBelow':_0x42ac98(0x1e8),'addRight':_0x42ac98(0x1eb),'remove':_0x42ac98(0x1df),'removeAndMovePrevious':_0x42ac98(0x221),'removeAndPromote':_0x42ac98(0x1d9),'removeAndDeleteContent':_0x42ac98(0x1c0),'removeAndMoveNext':'移動內容到下一泳道並刪除','rename':'重新命名泳道','movePrevious':_0x42ac98(0x1f0),'moveNext':_0x42ac98(0x244),'expand':_0x42ac98(0x211),'collapse':_0x42ac98(0x247)}},'popup':{'containerName':_0x42ac98(0x1ea),'laneName':_0x42ac98(0x205),'cancel':'取消','rename':_0x42ac98(0x24f)},'ink':{'finishEditing':'完成','enterEditing':_0x42ac98(0x1ca)},'mindMap':{'description':'描述','descriptionPlaceholder':'為目前節點新增描述','saveDescription':'儲存'},'panel':{'moreShapes':_0x42ac98(0x26b),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':'連線顏色','lineWidth':_0x42ac98(0x273),'reverseMarkers':_0x42ac98(0x239),'searchShapes':'搜尋形狀','container':'容器','swimlane':'泳道','verticalSwimlane':_0x42ac98(0x27f),'horizontalSwimlane':_0x42ac98(0x1ec),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x42ac98(0x255),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':_0x42ac98(0x23d),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x42ac98(0x242),'containerRatio1By1':_0x42ac98(0x202),'containerA4':'A4','mindMapGroupMindMap':_0x42ac98(0x238),'mindMapGroupTree':_0x42ac98(0x212),'mindMapGroupTimeline':_0x42ac98(0x24b),'mindMapRight':_0x42ac98(0x1fa),'mindMapLeft':_0x42ac98(0x27a),'mindMapHorizontal':'左右心智圖','mindMapVertical':_0x42ac98(0x1ce),'mindMapTreeRight':_0x42ac98(0x251),'mindMapTreeLeft':'左側樹狀圖','mindMapTreeAlternate':_0x42ac98(0x1f4),'mindMapTimelineHorizontal':'橫向時間軸','mindMapTimelineVertical':_0x42ac98(0x23e),'mindMapNodeText':'新增文字'},'settings':{'collaboratorCursors':_0x42ac98(0x222),'find':'尋找','grid':'網格','preciseSelection':_0x42ac98(0x280),'quickAdd':_0x42ac98(0x235),'theme':'主題','themeOption':_0x42ac98(0x23f),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x42ac98(0x257),'noMatches':_0x42ac98(0x1ef),'showDimensions':'顯示尺寸','showToolbar':_0x42ac98(0x270),'translateInto':_0x42ac98(0x253),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x42ac98(0x281),'showAll':_0x42ac98(0x266),'hideAll':_0x42ac98(0x1f1),'moveForward':'上移一層','moveBackward':_0x42ac98(0x1b7),'close':'關閉','nameInput':_0x42ac98(0x1e6),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':'拖曳調整圖層','search':_0x42ac98(0x278),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x42ac98(0x22a),'sectionFloating':_0x42ac98(0x26d),'name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','noSelection':_0x42ac98(0x232),'elementTypes':{'object':'物件','connector':_0x42ac98(0x1d6),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x42ac98(0x1d5),'shape':'形狀','table':'表格','text':'文字','smartArt':'SmartArt','video':'影片','unit':'單元','dom':'DOM'}},'find':{'lanePosition':_0x42ac98(0x25d),'tableCellPosition':_0x42ac98(0x277),'elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x42ac98(0x1e2),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x42ac98(0x1d6),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x42ac98(0x238),'resources':_0x42ac98(0x1b9),'image':'圖片','import':'匯入','wrapInContainer':_0x42ac98(0x1d1),'addSwimlaneLane':_0x42ac98(0x227),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x42ac98(0x225),'editBrushPath':'編輯畫筆路徑','arrange':'排列','bringToFront':_0x42ac98(0x1dc),'bringForward':_0x42ac98(0x249),'sendBackward':_0x42ac98(0x1b7),'sendToBack':'置於底層','more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x42ac98(0x1ea),'defaultContainerName':_0x42ac98(0x209),'converting':'正在轉換\x20Mermaid...','emptyPreview':_0x42ac98(0x20d),'diagnostics':{'emptyDraft':'沒有返回可匯入的白板元素。','expandedBounds':_0x42ac98(0x241),'invalidElement':_0x42ac98(0x272),'renderElementFailed':_0x42ac98(0x1bb),'previewPaused':_0x42ac98(0x208)},'errors':{'emptyCode':_0x42ac98(0x1fc),'exchangeUnavailable':_0x42ac98(0x28a),'insertFailed':'插入白板草稿失敗。','invalidDraft':_0x42ac98(0x1fe)},'help':_0x42ac98(0x262),'insert':'插入','renderPreview':_0x42ac98(0x267),'inserting':_0x42ac98(0x24e),'types':{'classDiagram':_0x42ac98(0x260),'erDiagram':_0x42ac98(0x269),'flowchart':'流程圖','mindMap':'心智圖','sequenceDiagram':_0x42ac98(0x1ba),'stateDiagram':'狀態圖'}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x42ac98(0x1c3),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x42ac98(0x271),'chevron':_0x42ac98(0x285),'rightArrowBlock':_0x42ac98(0x25f),'parallelogram':_0x42ac98(0x26c),'trapezoid':'梯形','speechBubble':_0x42ac98(0x20c),'roundedCallout':_0x42ac98(0x1cf),'rightTriangle':_0x42ac98(0x274),'triangle':_0x42ac98(0x1f8),'star':'星形','hexagon':_0x42ac98(0x283),'pentagon':_0x42ac98(0x1d7),'octagon':_0x42ac98(0x22c),'leftArrow':_0x42ac98(0x1be),'rightArrow':_0x42ac98(0x1c4),'leftRightArrow':_0x42ac98(0x226),'cloud':'雲朵','leftBrace':_0x42ac98(0x25b),'rightBrace':_0x42ac98(0x289),'plus':'加號','actor':_0x42ac98(0x1c8),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x42ac98(0x1c3),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x42ac98(0x1f2),'dataStorage1':_0x42ac98(0x220),'dataStorage2':_0x42ac98(0x288),'dataStorage3':_0x42ac98(0x276),'lineNone':_0x42ac98(0x275),'lineDashedNone':_0x42ac98(0x24c),'lineOpenArrow':_0x42ac98(0x1dd),'lineDoubleOpenArrow':_0x42ac98(0x203),'actorLifeline':_0x42ac98(0x223),'boundaryLifeline':_0x42ac98(0x20f),'controlLifeline':_0x42ac98(0x24a),'entityLifeline':'实体生命线','collectionLifeline':'集合生命线','objectLifeline':_0x42ac98(0x1c5),'magneticDiskLifeline':'磁盘生命线','directAccessStorageLifeline':'直接访问存储生命线','activationBar':'激活条','sequenceFragment':_0x42ac98(0x1fb),'sequenceAlternativeFragment':'备选组合片段','umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':'分类器','umlHollowDiamondConnector':'空心菱形连接线','umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':_0x42ac98(0x1b8),'umlDashedOpenArrowConnector':_0x42ac98(0x1c1),'umlDashedFilledArrowConnector':_0x42ac98(0x21a),'erdEntity':'實體','erdKeyField':_0x42ac98(0x268),'erdFieldType':'字段类型实体','erdFull':_0x42ac98(0x233),'initialState':_0x42ac98(0x215),'finalState':_0x42ac98(0x1c7),'stateBar':_0x42ac98(0x20a),'requiredInterface':_0x42ac98(0x1cc),'assemblyConnector':_0x42ac98(0x261),'providedInterface':_0x42ac98(0x286),'componentBox':_0x42ac98(0x218),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x42ac98(0x224),'blockArrow':_0x42ac98(0x258),'equationShape':_0x42ac98(0x1da),'flowchart':_0x42ac98(0x1f6),'starAndBanner':_0x42ac98(0x1ff),'callout':'標註','actionButton':_0x42ac98(0x21b),'other':'其他'},'classDiagram':_0x42ac98(0x260),'dataFlowDiagram':_0x42ac98(0x1f9),'line':'線條','entityRelationshipDiagram':_0x42ac98(0x1d2),'umlCustomShapes':_0x42ac98(0x21c),'umlSequenceDiagram':'UML\x20時序圖','statusDiagram':'狀態圖','componentDiagram':_0x42ac98(0x25e)},'connector':{'toolbar':{'sourceMarker':_0x42ac98(0x1cd),'swapMarkers':'交換箭頭','targetMarker':_0x42ac98(0x263),'lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':'透明度\x20{0}%','settings':_0x42ac98(0x1c2),'smoothElbow':'折線','bridge':'跳線','insertText':_0x42ac98(0x234),'more':'更多'},'routing':{'straight':'直线','elbow':'直角折線','polyline':_0x42ac98(0x1e7),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x42ac98(0x1e0)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':_0x42ac98(0x1d0),'openArrow':_0x42ac98(0x1dd),'triangle':_0x42ac98(0x252),'filledTriangle':_0x42ac98(0x265),'hollowTriangle':_0x42ac98(0x230),'diamond':'菱形','hollowDiamond':_0x42ac98(0x1c9),'filledDiamond':_0x42ac98(0x216),'circle':'空心圓','filledCircle':_0x42ac98(0x1cb),'bar':'橫槓','doubleBar':'雙豎線','crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x42ac98(0x214),'circleCrowsFoot':'圓圈鴉腳','circleBar':_0x42ac98(0x26a),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x42ac98(0x245),'zeroOrMany':_0x42ac98(0x23b),'oneOrMany':_0x42ac98(0x27e)}},'zoom':{'dragMode':'拖曳模式','fitContent':_0x42ac98(0x20b),'zoomOut':'縮小','resetZoom':_0x42ac98(0x26f),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x42ac98(0x23a),'close':_0x42ac98(0x25a),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x42ac98(0x28d),'editing':_0x42ac98(0x237),'grouping':_0x42ac98(0x219),'swimlane':'泳道','mindMap':_0x42ac98(0x238),'layout':_0x42ac98(0x207),'font':_0x42ac98(0x28c)},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0x42ac98(0x1c3),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x42ac98(0x229),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':_0x42ac98(0x1d4),'zoomPinch':'放大/缩小','zoomTo100':_0x42ac98(0x21d),'zoomToSelection':'縮放到選取範圍','zoomToFit':_0x42ac98(0x240),'enterFullScreen':_0x42ac98(0x259),'exitFullScreen':_0x42ac98(0x1e9),'selectShape':_0x42ac98(0x28d),'selectAll':'全選','multipleSelect':_0x42ac98(0x201),'invertSelection':_0x42ac98(0x1f7),'preciseSelection':_0x42ac98(0x280),'deepSelect':'深度選擇','editShape':_0x42ac98(0x237),'copy':'複製','copyAsImage':_0x42ac98(0x210),'paste':'貼上','cut':'剪下','makeCopy':_0x42ac98(0x1f3),'scale':'縮放','copyStyle':'複製樣式','pasteStyle':_0x42ac98(0x246),'moveAxisLocked':_0x42ac98(0x22d),'flipHorizontal':_0x42ac98(0x22f),'flipVertical':_0x42ac98(0x1de),'undo':'復原','redo':'重做','toggleQuickAdd':_0x42ac98(0x213),'hideCollaboratorsCursors':_0x42ac98(0x204),'toggleToolbar':_0x42ac98(0x1bc),'delete':'刪除','group':'組合','ungroup':'取消組合','selectUpperLayerGroups':'選擇上層組合','selectShapesToGroup':_0x42ac98(0x1fd),'swimlaneLaneRename':'重新命名泳道','swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':'向前移動泳道','swimlaneLaneMoveNext':_0x42ac98(0x244),'swimlaneLaneRemove':_0x42ac98(0x1db),'addSiblingNode':'新增同層節點','addChildNode':_0x42ac98(0x206),'addParentNode':_0x42ac98(0x254),'foldChildNodes':_0x42ac98(0x27c),'collapseAllNodes':_0x42ac98(0x1d8),'addDescription':'新增描述','editCurrentNode':_0x42ac98(0x21f),'bringToFront':'置於頂層','sendToBack':_0x42ac98(0x21e),'alignLeft':'靠左對齊','alignRight':'靠右對齊','alignTop':_0x42ac98(0x28b),'alignBottom':'靠下對齊','alignMiddle':'垂直置中','alignCenter':_0x42ac98(0x1e1),'distributeHorizontally':'水平分佈','distributeVertically':_0x42ac98(0x22e),'disableObjectAlignment':_0x42ac98(0x287),'increaseFontSize':_0x42ac98(0x231),'decreaseFontSize':_0x42ac98(0x1ed),'bold':'粗體','strikethrough':_0x42ac98(0x1e5),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x42ac98(0x248),'bulletedList':_0x42ac98(0x27b),'quote':'引用','alignTextLeft':_0x42ac98(0x282),'alignTextRight':_0x42ac98(0x20e),'alignTextCenter':_0x42ac98(0x25c)}}}};function _0x290c(_0xc02fb,_0x32567e){_0xc02fb=_0xc02fb-0x1b7;const _0x296a77=_0x296a();let _0x290cb7=_0x296a77[_0xc02fb];return _0x290cb7;}module[_0x42ac98(0x28e)]=e;
|
|
1
|
+
function _0x2eb1(){const _0x1b388e=['圓角矩形','实体生命线','選擇內容','新增同層節點','11kvWvtV','狀態列','元件框','982681drbFEw','增大字號','已跳過無效的白板元素:{0}。','控制生命线','複製為圖片','實體關係圖','複製樣式','深度選擇','提供介面','右箭頭','15NweGAa','自訂大小','水平置中','67836ObkUru','垂直泳道','編輯形狀','更多形狀','實心箭頭','全部隱藏','開口箭頭','16\x20:\x209','多選/取消選擇','停用物件對齊','移出內容並刪除泳道項','394924krLHLr','分类器','右箭頭塊','狀態圖','選擇父容器','激活条','ER\x20圖','資料儲存\x202','重命名容器','初始狀態','471153KoLUqA','資料儲存\x201','星與旗幟','包裹為容器','移出容器','DOM','預留位置','UML\x20自訂形狀','置於頂層','放大/缩小','類別圖','exports','键字段实体','置於底層','上移一層','查找画板元素','未註冊\x20Exchange\x20用戶端。','資料流程圖','右側樹狀圖','空心菱形连接线','集合生命线','點劃線','參與者','公式形狀','資源庫','水平泳道','左右心智圖','連接線','資料儲存\x203','實心圓','虛線(無箭頭)','貼上樣式','父容器適應內容','圓圈鴉腳','浮動層','退出全螢幕','算繪預覽','需求介面','垂直分佈','流程圖','刪除線','縮放到選取範圍','此圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「算繪預覽」後手動載入。','連線寬度','選擇形狀','連線設定','水平翻轉','泳道\x20{0}','置中對齊','字型設定','零或多','八邊形','72724KFgbkG','右大括號','圓圈橫槓','1027TiroKW','為目前節點新增描述','適應內容','新增泳道','新增描述','左側樹狀圖','編號清單','在右側新增泳道項','展開泳道','键字段类型实体','靠左對齊','104zLZkua','移動內容到下一泳道並刪除','目標箭頭','UML\x20時序圖','六邊形','6HtoByr','三角形','左向心智圖','右向心智圖','來源箭頭','燕尾形','折线连接线','快捷鍵','橫槓鴉腳','協作者游標','刪除容器','顯示工具列','終止狀態','建立副本','版面配置','第\x20{0}\x20行,第\x20{1}\x20列','靠右對齊','6VLwLLl','刪除泳道','新增父節點','時序圖','快速新增','縱向時間軸','上下心智圖','搜尋形狀','橫向時間軸','左箭頭','平行四邊形','插入文字','摺疊/展開子節點','取消組合','下移一層','虚线开口箭头连接线','空心三角','實心菱形','参与者生命线','靠下對齊','反向箭頭','新增子節點','對話氣泡','組合形狀','物件名稱','拖曳模式','關閉自動撐開','心智圖','進入全螢幕','容器名稱','移動內容到上一泳道並刪除','收合/展開泳道','雙向開口箭頭','49257XWJtjZ','泳道名稱','重設顏色','項目符號清單','重設縮放','箭頭總匯','解鎖成員關係','刪除泳道項','正在轉換\x20Mermaid...','開啟自動撐開','Mermaid\x20程式碼為空。','1164430ZFqjrW','重新命名泳道','匯入圖表','選擇要組合的形狀','交換箭頭','如何使用\x20Mermaid\x20繪製圖表?','水平分佈','精確選擇','顯示更多形狀','垂直置中','連線顏色','直接访问存储生命线','4\x20:\x203','空心菱形','向後移動泳道','動作按鈕','备选组合片段','圓柱體','多段線','圓角標註','向前移動泳道','虚线实心箭头连接线','基本形狀','編輯目前節點','在下方新增泳道項','暫無物件','SmartArt','三角箭頭','佔位符'];_0x2eb1=function(){return _0x1b388e;};return _0x2eb1();}const _0x5c7704=_0x22c9;(function(_0x8440d1,_0x2130ac){const _0x39411a=_0x22c9,_0x55d969=_0x8440d1();while(!![]){try{const _0x3c2681=parseInt(_0x39411a(0x10e))/0x1*(parseInt(_0x39411a(0x1b4))/0x2)+-parseInt(_0x39411a(0x180))/0x3+parseInt(_0x39411a(0x176))/0x4*(parseInt(_0x39411a(0x168))/0x5)+-parseInt(_0x39411a(0xfd))/0x6*(-parseInt(_0x39411a(0x15e))/0x7)+parseInt(_0x39411a(0xf8))/0x8*(parseInt(_0x39411a(0x12f))/0x9)+-parseInt(_0x39411a(0x13a))/0xa*(-parseInt(_0x39411a(0x15b))/0xb)+parseInt(_0x39411a(0x16b))/0xc*(-parseInt(_0x39411a(0x1b7))/0xd);if(_0x3c2681===_0x2130ac)break;else _0x55d969['push'](_0x55d969['shift']());}catch(_0xddf5f3){_0x55d969['push'](_0x55d969['shift']());}}}(_0x2eb1,0x3a46e));function _0x22c9(_0x3497a5,_0x3c32df){_0x3497a5=_0x3497a5-0xee;const _0x2eb108=_0x2eb1();let _0x22c9ac=_0x2eb108[_0x3497a5];return _0x22c9ac;}const e={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x5c7704(0x17e),'fitToContent':'適應內容','selectContents':_0x5c7704(0x159),'enableAutoResize':_0x5c7704(0x138),'disableAutoResize':_0x5c7704(0x128),'lockMembership':'鎖定成員關係','unlockMembership':_0x5c7704(0x135),'disband':'解散容器','delete':_0x5c7704(0x107)},'containerChild':{'moveOut':_0x5c7704(0x184),'selectParent':_0x5c7704(0x17a),'fitParent':_0x5c7704(0x1a0)},'swimlaneLane':{'add':_0x5c7704(0xf0),'addBelow':_0x5c7704(0x152),'addRight':_0x5c7704(0xf4),'remove':_0x5c7704(0x136),'removeAndMovePrevious':_0x5c7704(0x12c),'removeAndPromote':_0x5c7704(0x175),'removeAndDeleteContent':'刪除內容和泳道項','removeAndMoveNext':_0x5c7704(0xf9),'rename':_0x5c7704(0x13b),'movePrevious':_0x5c7704(0x14e),'moveNext':_0x5c7704(0x148),'expand':_0x5c7704(0xf5),'collapse':'收合泳道'}},'popup':{'containerName':_0x5c7704(0x12b),'laneName':_0x5c7704(0x130),'cancel':'取消','rename':'重新命名'},'ink':{'finishEditing':'完成','enterEditing':'編輯路徑'},'mindMap':{'description':'描述','descriptionPlaceholder':_0x5c7704(0xee),'saveDescription':'儲存'},'panel':{'moreShapes':_0x5c7704(0x16e),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x5c7704(0x144),'lineWidth':_0x5c7704(0x1ab),'reverseMarkers':_0x5c7704(0x122),'searchShapes':_0x5c7704(0x115),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x5c7704(0x16c),'horizontalSwimlane':_0x5c7704(0x199),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x5c7704(0x169),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自定义','containerRatio16By9':_0x5c7704(0x172),'containerRatio4By3':_0x5c7704(0x146),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':'心智圖','mindMapGroupTree':'樹狀圖','mindMapGroupTimeline':'時間軸','mindMapRight':_0x5c7704(0x100),'mindMapLeft':_0x5c7704(0xff),'mindMapHorizontal':_0x5c7704(0x19a),'mindMapVertical':_0x5c7704(0x114),'mindMapTreeRight':_0x5c7704(0x192),'mindMapTreeLeft':_0x5c7704(0xf2),'mindMapTreeAlternate':'左右樹狀圖','mindMapTimelineHorizontal':_0x5c7704(0x116),'mindMapTimelineVertical':_0x5c7704(0x113),'mindMapNodeText':'新增文字'},'settings':{'collaboratorCursors':_0x5c7704(0x106),'find':'尋找','grid':'網格','preciseSelection':'精確選擇','quickAdd':_0x5c7704(0x112),'theme':'主題','themeOption':'主題:{0}','themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x5c7704(0x18f),'noMatches':'無符合結果','showDimensions':'顯示尺寸','showToolbar':_0x5c7704(0x108),'translateInto':'翻譯為','import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x5c7704(0x153),'showAll':'全部顯示','hideAll':_0x5c7704(0x170),'moveForward':_0x5c7704(0x18e),'moveBackward':_0x5c7704(0x11c),'close':'關閉','nameInput':_0x5c7704(0x126),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':'拖曳調整圖層','search':'搜尋物件','filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':'畫布層','sectionFloating':_0x5c7704(0x1a2),'name':'名稱','description':'描述','descriptionPlaceholder':_0x5c7704(0xf1),'noSelection':'選取一個物件以編輯詳情','elementTypes':{'object':'物件','connector':_0x5c7704(0x19b),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x5c7704(0x186),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x5c7704(0x154),'video':'影片','unit':'單元','dom':_0x5c7704(0x185)}},'find':{'lanePosition':_0x5c7704(0x1af),'tableCellPosition':_0x5c7704(0x10c),'elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':_0x5c7704(0x156),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x5c7704(0x131),'shape':'形狀','text':'文字','stickyNote':'便條','line':_0x5c7704(0x19b),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x5c7704(0x129),'resources':_0x5c7704(0x198),'image':'圖片','import':'匯入','wrapInContainer':_0x5c7704(0x183),'addSwimlaneLane':'新增泳道項','swimlaneMenu':'泳道','swimlaneLaneMenu':'泳道项','editBrushPath':'編輯畫筆路徑','arrange':'排列','bringToFront':_0x5c7704(0x188),'bringForward':_0x5c7704(0x18e),'sendBackward':_0x5c7704(0x11c),'sendToBack':_0x5c7704(0x18d),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x5c7704(0x12b),'defaultContainerName':_0x5c7704(0x13c),'converting':_0x5c7704(0x137),'emptyPreview':'貼上\x20Mermaid\x20程式碼後預覽','diagnostics':{'emptyDraft':'沒有返回可匯入的白板元素。','expandedBounds':'返回的邊界沒有包含所有元素,已擴展預覽邊界。','invalidElement':_0x5c7704(0x160),'renderElementFailed':'預覽中算繪元素失敗:{0}。','previewPaused':_0x5c7704(0x1aa)},'errors':{'emptyCode':_0x5c7704(0x139),'exchangeUnavailable':_0x5c7704(0x190),'insertFailed':'插入白板草稿失敗。','invalidDraft':'伺服器未回傳有效的白板草稿。'},'help':_0x5c7704(0x13f),'insert':'插入','renderPreview':_0x5c7704(0x1a4),'inserting':'正在插入...','types':{'classDiagram':_0x5c7704(0x18a),'erDiagram':_0x5c7704(0x17c),'flowchart':_0x5c7704(0x1a7),'mindMap':'心智圖','sequenceDiagram':_0x5c7704(0x111),'stateDiagram':_0x5c7704(0x179)}},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x5c7704(0x157),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x5c7704(0x14b),'chevron':_0x5c7704(0x102),'rightArrowBlock':_0x5c7704(0x178),'parallelogram':_0x5c7704(0x118),'trapezoid':'梯形','speechBubble':_0x5c7704(0x124),'roundedCallout':_0x5c7704(0x14d),'rightTriangle':'直角三角形','triangle':_0x5c7704(0xfe),'star':'星形','hexagon':_0x5c7704(0xfc),'pentagon':'五邊形','octagon':_0x5c7704(0x1b3),'leftArrow':_0x5c7704(0x117),'rightArrow':_0x5c7704(0x167),'leftRightArrow':'左右箭頭','cloud':'雲朵','leftBrace':'左大括號','rightBrace':_0x5c7704(0x1b5),'plus':'加號','actor':_0x5c7704(0x196),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x5c7704(0x157),'dataFlowCircle':'圓形','dataFlowRoundedSquare':'圓角正方形','dataStorage1':_0x5c7704(0x181),'dataStorage2':_0x5c7704(0x17d),'dataStorage3':_0x5c7704(0x19c),'lineNone':'直線(無箭頭)','lineDashedNone':_0x5c7704(0x19e),'lineOpenArrow':'開口箭頭','lineDoubleOpenArrow':_0x5c7704(0x12e),'actorLifeline':_0x5c7704(0x120),'boundaryLifeline':'边界生命线','controlLifeline':_0x5c7704(0x161),'entityLifeline':_0x5c7704(0x158),'collectionLifeline':_0x5c7704(0x194),'objectLifeline':'对象生命线','magneticDiskLifeline':'磁盘生命线','directAccessStorageLifeline':_0x5c7704(0x145),'activationBar':_0x5c7704(0x17b),'sequenceFragment':'组合片段','sequenceAlternativeFragment':_0x5c7704(0x14a),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x5c7704(0x177),'umlHollowDiamondConnector':_0x5c7704(0x193),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':'实心箭头连接线','umlDashedOpenArrowConnector':_0x5c7704(0x11d),'umlDashedFilledArrowConnector':_0x5c7704(0x14f),'erdEntity':'實體','erdKeyField':_0x5c7704(0x18c),'erdFieldType':'字段类型实体','erdFull':_0x5c7704(0xf6),'initialState':_0x5c7704(0x17f),'finalState':_0x5c7704(0x109),'stateBar':_0x5c7704(0x15c),'requiredInterface':_0x5c7704(0x1a5),'assemblyConnector':'組裝連接器','providedInterface':_0x5c7704(0x166),'componentBox':_0x5c7704(0x15d),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x5c7704(0x150),'blockArrow':_0x5c7704(0x134),'equationShape':_0x5c7704(0x197),'flowchart':'流程圖','starAndBanner':_0x5c7704(0x182),'callout':'標註','actionButton':_0x5c7704(0x149),'other':'其他'},'classDiagram':_0x5c7704(0x18a),'dataFlowDiagram':_0x5c7704(0x191),'line':'線條','entityRelationshipDiagram':_0x5c7704(0x163),'umlCustomShapes':_0x5c7704(0x187),'umlSequenceDiagram':_0x5c7704(0xfb),'statusDiagram':_0x5c7704(0x179),'componentDiagram':'元件圖'},'connector':{'toolbar':{'sourceMarker':_0x5c7704(0x101),'swapMarkers':_0x5c7704(0x13e),'targetMarker':_0x5c7704(0xfa),'lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':'透明度\x20{0}%','settings':_0x5c7704(0x1ad),'smoothElbow':'折線','bridge':'跳線','insertText':_0x5c7704(0x119),'more':'更多'},'routing':{'straight':'直线','elbow':'直角折線','polyline':_0x5c7704(0x14c),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x5c7704(0x195)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':_0x5c7704(0x16f),'openArrow':_0x5c7704(0x171),'triangle':_0x5c7704(0x155),'filledTriangle':'填滿三角箭頭','hollowTriangle':_0x5c7704(0x11e),'diamond':'菱形','hollowDiamond':_0x5c7704(0x147),'filledDiamond':_0x5c7704(0x11f),'circle':'空心圓','filledCircle':_0x5c7704(0x19d),'bar':'橫槓','doubleBar':'雙豎線','crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x5c7704(0x105),'circleCrowsFoot':_0x5c7704(0x1a1),'circleBar':_0x5c7704(0x1b6),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':'零或一','zeroOrMany':_0x5c7704(0x1b2),'oneOrMany':'一或多'}},'zoom':{'dragMode':_0x5c7704(0x127),'fitContent':_0x5c7704(0xef),'zoomOut':'縮小','resetZoom':_0x5c7704(0x133),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x5c7704(0x104),'close':'關閉快捷鍵','sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x5c7704(0x1ac),'editing':_0x5c7704(0x16d),'grouping':_0x5c7704(0x125),'swimlane':'泳道','mindMap':_0x5c7704(0x129),'layout':_0x5c7704(0x10b),'font':_0x5c7704(0x1b1)},'items':{'showMoreShapes':_0x5c7704(0x142),'roundedRectangle':_0x5c7704(0x157),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x5c7704(0x103),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':'放大/缩小','zoomPinch':_0x5c7704(0x189),'zoomTo100':'縮放到\x20100%','zoomToSelection':_0x5c7704(0x1a9),'zoomToFit':'適應畫布','enterFullScreen':_0x5c7704(0x12a),'exitFullScreen':_0x5c7704(0x1a3),'selectShape':_0x5c7704(0x1ac),'selectAll':'全選','multipleSelect':_0x5c7704(0x173),'invertSelection':'反向選擇','preciseSelection':_0x5c7704(0x141),'deepSelect':_0x5c7704(0x165),'editShape':'編輯形狀','copy':'複製','copyAsImage':_0x5c7704(0x162),'paste':'貼上','cut':'剪下','makeCopy':_0x5c7704(0x10a),'scale':'縮放','copyStyle':_0x5c7704(0x164),'pasteStyle':_0x5c7704(0x19f),'moveAxisLocked':'水平/垂直移動','flipHorizontal':_0x5c7704(0x1ae),'flipVertical':'垂直翻轉','undo':'復原','redo':'重做','toggleQuickAdd':'隱藏/顯示快速新增','hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':'隱藏/顯示工具列','delete':'刪除','group':'組合','ungroup':_0x5c7704(0x11b),'selectUpperLayerGroups':'選擇上層組合','selectShapesToGroup':_0x5c7704(0x13d),'swimlaneLaneRename':_0x5c7704(0x13b),'swimlaneLaneToggleCollapsed':_0x5c7704(0x12d),'swimlaneLaneMovePrevious':_0x5c7704(0x14e),'swimlaneLaneMoveNext':_0x5c7704(0x148),'swimlaneLaneRemove':_0x5c7704(0x10f),'addSiblingNode':_0x5c7704(0x15a),'addChildNode':_0x5c7704(0x123),'addParentNode':_0x5c7704(0x110),'foldChildNodes':_0x5c7704(0x11a),'collapseAllNodes':'摺疊/展開全部節點','addDescription':_0x5c7704(0xf1),'editCurrentNode':_0x5c7704(0x151),'bringToFront':_0x5c7704(0x188),'sendToBack':'置於底層','alignLeft':_0x5c7704(0xf7),'alignRight':_0x5c7704(0x10d),'alignTop':'靠上對齊','alignBottom':_0x5c7704(0x121),'alignMiddle':_0x5c7704(0x143),'alignCenter':_0x5c7704(0x16a),'distributeHorizontally':_0x5c7704(0x140),'distributeVertically':_0x5c7704(0x1a6),'disableObjectAlignment':_0x5c7704(0x174),'increaseFontSize':_0x5c7704(0x15f),'decreaseFontSize':'減小字號','bold':'粗體','strikethrough':_0x5c7704(0x1a8),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x5c7704(0xf3),'bulletedList':_0x5c7704(0x132),'quote':'引用','alignTextLeft':_0x5c7704(0xf7),'alignTextRight':_0x5c7704(0x10d),'alignTextCenter':_0x5c7704(0x1b0)}}}};module[_0x5c7704(0x18b)]=e;
|