@univerjs-pro/slides-ui 1.0.0-alpha.1 → 1.0.0-alpha.3
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/README.md +5 -2
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +157 -115
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/components/canvas-view/CanvasView.d.ts +141 -3
- package/lib/types/components/editor-content/EditorContent.d.ts +4 -1
- package/lib/types/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +8 -0
- package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +43 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +4 -0
- package/lib/types/components/host-ui/SlideHostUiParts.d.ts +7 -0
- package/lib/types/components/insert-toolbar/ShapePicker.d.ts +5 -10
- package/lib/types/components/object-list-panel/SlideObjectListPanel.d.ts +1 -1
- package/lib/types/components/object-list-panel/slide-object-list-state.d.ts +1 -0
- package/lib/types/components/presentation/SlidePresentationEmbedLayer.d.ts +34 -0
- package/lib/types/components/table-size/SlideTableSizePicker.d.ts +2 -12
- package/lib/types/components/thumbnail-bar/ThumbnailBar.d.ts +21 -0
- package/lib/types/controllers/slide-connector-endpoint.controller.d.ts +1 -1
- package/lib/types/controllers/slide-contextual-ribbon.controller.d.ts +10 -1
- package/lib/types/controllers/slide-drawing-selection.controller.d.ts +15 -3
- package/lib/types/controllers/slide-drawing-transform.controller.d.ts +3 -0
- package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -1
- package/lib/types/controllers/slide-image-cropper.controller.d.ts +20 -1
- package/lib/types/controllers/slide-render.controller.d.ts +2 -0
- package/lib/types/default-config.d.ts +2 -2
- package/lib/types/embed-active-page.d.ts +5 -0
- package/lib/types/embed-floating-menu-stage.d.ts +14 -0
- package/lib/types/embed-focus-owner.d.ts +40 -0
- package/lib/types/index.d.ts +30 -7
- package/lib/types/locale/en-US.d.ts +6 -203
- package/lib/types/quick-styles/presets.d.ts +4 -3
- package/lib/types/render-objects/document-text-render.util.d.ts +6 -0
- package/lib/types/render-objects/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/index.d.ts +1 -0
- package/lib/types/render-objects/placeholder-object/placeholder-text-rect.util.d.ts +7 -0
- package/lib/types/render-objects/slide-drawing-base.d.ts +1 -3
- package/lib/types/render-objects/slide-image-object.d.ts +2 -2
- package/lib/types/render-objects/slide-page-background-object.d.ts +4 -1
- package/lib/types/render-objects/slide-shape-object.d.ts +2 -1
- package/lib/types/render-objects/slide-table-object.d.ts +9 -4
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +2 -1
- package/lib/types/services/slide-embed-integration.service.d.ts +45 -0
- package/lib/types/services/slide-embed-runtime.service.d.ts +50 -0
- package/lib/types/services/slide-hit-test.service.d.ts +2 -0
- package/lib/types/services/slide-insert.service.d.ts +8 -6
- package/lib/types/slide-editor/editor-ui/index.d.ts +1 -1
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +12 -3
- package/lib/types/slide-editor/services/slide-text-editing.service.d.ts +3 -1
- package/lib/types/slide-editor/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +1 -1
- package/lib/types/utils/shape-text-style.util.d.ts +9 -5
- package/lib/types/views/render/adaptors/image-adaptor.d.ts +3 -3
- package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +1 -2
- package/lib/types/views/render/adaptors/table-adaptor.d.ts +3 -3
- 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 +18 -19
- package/lib/types/components/shape-picker/shapes.d.ts +0 -34
- package/lib/types/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x403f(_0x910b14,_0x2ac750){_0x910b14=_0x910b14-0x124;var _0x3388aa=_0x3388();var _0x403f18=_0x3388aa[_0x910b14];return _0x403f18;}function _0x3388(){var _0x3fcb9b=['Hiển\x20thị\x20tất\x20cả','Kiểu\x20mũi\x20tên\x20cuối','Hộp\x20văn\x20bản\x20dọc','Hai\x20nội\x20dung','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Nhỏ','Miếng\x20bánh','Tự\x20do','Chú\x20thích\x20mũi\x20tên\x20xuống','Chú\x20thích\x20mũi\x20tên\x20trái','3688KtlsFQ','Không\x20tìm\x20thấy\x20kết\x20quả.','Đứt\x20nét','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Nghiêng','Behind\x20text','Phát','Kiểu\x20văn\x20bản','Thập\x20nhị\x20giác','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Biểu\x20đồ\x20sao','Kiểu\x20nhanh','Mũi\x20tên\x20khối','Căn\x20phải','Dấu\x20trừ','Trang\x20tiêu\x20đề','Tiêu\x20đề\x20phần','Khác','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Chú\x20thích\x20đường\x20kẻ\x202','Không','Sao\x208\x20cánh','Kiểu\x20đoạn\x20văn','Tam\x20giác\x20vuông','Đường\x20nối\x20cong','Căn\x20đều\x20hai\x20bên','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Đường\x20ngược','Sao\x205\x20cánh','513582KVhvUf','Thu\x20phóng','Trình\x20giữ\x20chỗ\x20chân\x20trang','Băng\x20từ','Chú\x20thích\x20mũi\x20tên\x20phải','Chấm\x20vuông','Thoát','Hình\x20bình\x20hành','Chú\x20thích\x20mũi\x20tên\x20lên','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Vị\x20trí\x20và\x20kích\x20thước','Top\x20and\x20Bottom','Tô\x20màu','Liền\x20nét','Trang\x20{current}\x20/\x20{total}','Tab\x20biển\x20hiệu','15213SMkTgr','Không\x20tô\x20màu','Gạch\x20ngang\x20dài-chấm-chấm','Mũi\x20tên\x20lướt','Áp\x20dụng','Hình\x20elip','Sao\x2024\x20cánh','Lưu','Vát','Bên\x20ngoài:\x20dưới\x20trái','Đưa\x20ra\x20sau','Gạch\x20ngang\x20dài-chấm','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Chủ\x20đề','Mũi\x20tên\x20bốn\x20chiều','hình\x20ảnh','Hình\x20cơ\x20bản','Căn\x20trên','Dấu\x20khác','Sóng\x20đôi','Sắp\x20xếp','Chuyển\x20tiếp','Hình\x20trụ','Tên\x20đối\x20tượng','Độ\x20dịch\x20X','Mặt\x20cười','55173rdzqHz','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Lục\x20giác','Mũi\x20tên\x20cong\x20trái','Sao\x204\x20cánh','Chọn\x20bố\x20cục','Xóa','Lưu\x20trữ\x20trực\x20tuyến','Trình\x20giữ\x20chỗ\x20số\x20trang','Tô\x20màu\x20hình\x20ảnh','Thẻ\x20đục\x20lỗ','Chú\x20thích\x20nhấn\x20mạnh\x202','Chính\x20giữa','Bánh\x20răng\x209','Ghi\x20chú\x20xám','Mũi\x20tên\x20phải','Tab\x20vuông','Hình\x20nổ\x202','Hình\x20chữ\x20nhật\x20bo\x20góc','X\x20(px)','Vẽ\x20tay','Căn\x20trái','Định\x20dạng\x20hình\x20dạng','Đặt\x20lại\x20nền','Lặp\x20lại','Dưới\x20cùng\x20bên\x20phải','Gạch\x20ngang','Mũi\x20tên\x20tròn\x20trái\x20phải','Nút\x20hành\x20động:\x20Bắt\x20đầu','Bắt\x20đầu\x20cắt','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Biểu\x20đồ','Gạch\x20ngang-chấm','Nhấp\x20để\x20toàn\x20màn\x20hình','25Hsowrm','Hàng','221iAbObm','Quét','Ngoặc\x20vuông\x20phải','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Mũi\x20tên\x20đường\x20thẳng','Tia\x20sét','Phông\x20chữ','Hình\x20vát','Không\x20tô','Phẳng','Chưa\x20thiết\x20lập','+\x20Thêm\x20trang','Ruy\x20băng\x20lên','Hiệu\x20ứng','Hình\x20nổ\x201','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Hướng','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Đĩa\x20từ','Căn\x20đều','Ghi\x20chú\x20người\x20trình\x20bày','Kéo\x20giãn','Kiểu\x20đầu\x20đường','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Trống','Gạch\x20chân','Trước','Mũi\x20tên\x20trái\x20phải','Đa\x20tài\x20liệu','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Bỏ\x20nhóm','Biến\x20đổi','amd','Mặt\x20trời','Màu\x20nền\x20chữ','Kích\x20thước','Hình\x20chữ\x20V','Màu\x20chữ','Đầu\x20nối\x20khác\x20trang','Đường\x20thẳng','Trên\x20cùng\x20bên\x20trái','Phát\x20từ\x20trang\x20hiện\x20tại','Ruy\x20băng\x20cong\x20xuống','Kiểu\x20đường\x20kẻ','Cuộn\x20dọc','Cong','Nội\x20dung\x20đen','Tỷ\x20lệ\x20Y','Xoay','Hình\x20thoi','Tô\x20màu\x20đơn\x20sắc','Nút\x20hành\x20động:\x20Thông\x20tin','Độ\x20dịch\x20Y','Căn\x20dưới','function','Chú\x20thích\x20đường\x20kẻ\x203','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','52LLJJqN','Cặp\x20ngoặc\x20nhọn','Xem\x20trước','Căn\x20giữa','Trì\x20hoãn','Thước','Dưới\x20cùng','Kích\x20thước\x20mũi\x20tên\x20cuối','1570smNTfF','Áp\x20dụng\x20cho\x20tất\x20cả','Đầu\x20nối','Mũi\x20tên\x20trái\x20phải\x20lên','Ẩn\x20tất\x20cả','Sao\x2010\x20cánh','Nút\x20hành\x20động:\x20Kết\x20thúc','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Sao\x2016\x20cánh','Mũi\x20tên\x20hình\x20bầu\x20dục','Cắt','Nút\x20hành\x20động:\x20Trống','Hình\x20giọt\x20nước','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Ruy\x20băng\x20trái\x20phải','Chú\x20thích\x20đường\x20kẻ\x201','Nhập\x20thủ\x20công','Sao\x20chép','Lưu\x20trữ\x20nội\x20bộ','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Hình\x20thang','Hình\x20ảnh\x20có\x20chú\x20thích','Chiều\x20rộng','Reset\x20color','Sao\x2012\x20cánh','Đồ\x20họa\x20nền','Mờ\x20dần','Kiểu\x20nối','Kiểu\x20hình\x20dạng','Căn\x20giữa\x20theo\x20chiều\x20dọc','Kiểu\x20đứt\x20nét','Màn\x20hình\x20kép\x20từ\x20đầu','Mũi\x20tên\x20mở','Bên\x20trái','Tài\x20liệu','Kiểu\x20mũi\x20tên\x20đầu','Nút\x20hành\x20động:\x20Tài\x20liệu','Nguồn\x20hình\x20ảnh','In\x20line\x20with\x20text','Lật\x20dọc','Hộp\x20văn\x20bản\x20ngang','Tab\x20góc','Chú\x20thích\x201','Ngũ\x20giác','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đường\x20nối\x20khuỷu','Chú\x20thích','In\x20đậm','Gạch\x20ngang\x20dài','Khung\x20một\x20nửa','Thất\x20giác','Từ\x20trái','Góc','Độ\x20trong\x20suốt','Trái\x20tim','Tùy\x20chỉnh','Vừa\x20khung','Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','Nhóm','Cuộn\x20ngang','Nút\x20hành\x20động:\x20Âm\x20thanh','Đường\x20liền\x20mảnh\x20màu\x20đen','Bên\x20ngoài:\x20trên\x20trái','Căn\x20giữa\x20dọc','Đậm','Đường\x20kẻ','Nhấn\x20mạnh\x20xanh\x20dương','Đa\x20phương\x20tiện','Tăng\x20cỡ\x20chữ','Dấu\x20bằng','Từ\x20phải','1362144jqLQai','Xoay\x20(°)','Bên\x20phải','Cắt\x20theo\x20hình\x20dạng','Lớn','Mặt\x20trăng','Mũi\x20tên\x20trái\x20lên','Danh\x20sách\x20đối\x20tượng','Bên\x20ngoài:\x20trên\x20phải','Mũi\x20tên','Lưu\x20đồ','object','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Hợp\x20nhất','Sao\x207\x20cánh','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Chú\x20thích\x20hình\x20chữ\x20nhật','Tệp...','exports','Che\x20phủ','Sóng','3361bcfPbc','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Nút\x20hành\x20động:\x20Trợ\x20giúp','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Nhấp\x20để\x20thêm\x20văn\x20bản','Chiều\x20cao','Ruy\x20băng\x20xuống','Vị\x20trí','Cỡ\x20chữ','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Khóa\x20tỷ\x20lệ','Bánh\x20răng\x206','Đặt\x20nền','Kiểu\x20phác\x20thảo','Khoảng\x20cách','Ngoặc\x20nhọn\x20trái','Hủy','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Khung','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Mũi\x20tên\x20quay\x20đầu','Tô\x20màu\x20chuyển\x20sắc','Mũi\x20tên\x20tròn\x20trái','Chú\x20thích\x20đám\x20mây','1100028wAeVUV','Trang','Dấu\x20chia','Nền\x20bản\x20trình\x20bày','12bMqHYW','Tô\x20màu\x20hoa\x20văn','Trình\x20bày\x20màn\x20hình\x20kép','Vuông','Xóa\x20hình\x20dạng','Đám\x20mây','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Bán\x20kính\x20góc','Đưa\x20xuống\x20cuối','Chú\x20thích\x202','Chuẩn\x20bị','Đẩy','Cột','Nhấn\x20mạnh\x20cam','Bên\x20ngoài:\x20dưới\x20phải','Hình\x20quạt','Đường\x20liền\x20mảnh\x20màu\x20cam','Thời\x20lượng','Mũi\x20tên\x20lên\x20xuống','Quy\x20trình\x20xác\x20định\x20trước','Băng\x20đục\x20lỗ','Mũi\x20tên\x20cong\x20lên','Màu','Đưa\x20xuống\x20sau','Dấu\x20cộng','6471PknQda','Quy\x20trình\x20thay\x20thế','Thập\x20giác','Hình\x20cung','Dấu\x20nhân','UniverProSlidesUiViVN','Chiều\x20rộng\x20(px)','Lật\x20ngang','Chiều\x20cao\x20(px)','Dán','Thao\x20tác\x20thủ\x20công','Tiếp','Chia\x20đôi','Đưa\x20lên\x20trước','Màu\x20chữ\x20trong\x20suốt','Chú\x20thích\x20hình\x20elip','Nút\x20hành\x20động:\x20Trở\x20lại','Không\x20có\x20bóng','Đường\x20liền\x20nét','Chỉ\x20tiêu\x20đề','Mặc\x20định\x20hình\x20dạng','Chú\x20thích\x20nhấn\x20mạnh\x203','Màu\x20bóng','In\x20front\x20of\x20text','Lấp\x20đầy','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Hình\x20chữ\x20nhật','Mũi\x20tên\x20trái','Từ\x20dưới','Biển\x20cấm\x20hút\x20thuốc','Trên\x20cùng\x20bên\x20phải','Tròn','Phát\x20từ\x20đầu','Sao\x20và\x20Biểu\x20ngữ','Mũi\x20tên\x20cong\x20xuống','Chấm\x20tròn','Giảm\x20cỡ\x20chữ','Đường\x20liền\x20mảnh\x20màu\x20xám','Bảng','Điểm\x20nối\x20tổng','Hình\x20công\x20thức','Thêm\x20trang\x20chiếu\x20bên\x20dưới'];_0x3388=function(){return _0x3fcb9b;};return _0x3388();}(function(_0x493b99,_0xe25c05){var _0x44adbc=_0x403f,_0x22b02b=_0x493b99();while(!![]){try{var _0x2d9a78=parseInt(_0x44adbc(0x1ef))/0x1*(-parseInt(_0x44adbc(0x18b))/0x2)+parseInt(_0x44adbc(0x12d))/0x3*(-parseInt(_0x44adbc(0x20c))/0x4)+-parseInt(_0x44adbc(0x14f))/0x5*(parseInt(_0x44adbc(0x277))/0x6)+-parseInt(_0x44adbc(0x1da))/0x7+parseInt(_0x44adbc(0x25a))/0x8*(-parseInt(_0x44adbc(0x225))/0x9)+-parseInt(_0x44adbc(0x193))/0xa*(parseInt(_0x44adbc(0x287))/0xb)+-parseInt(_0x44adbc(0x208))/0xc*(-parseInt(_0x44adbc(0x151))/0xd);if(_0x2d9a78===_0xe25c05)break;else _0x22b02b['push'](_0x22b02b['shift']());}catch(_0x42aaf7){_0x22b02b['push'](_0x22b02b['shift']());}}}(_0x3388,0x3bba7),function(_0x2024d2,_0x591380){var _0x2220c3=_0x403f;typeof exports==_0x2220c3(0x1e5)&&typeof module<'u'?module[_0x2220c3(0x1ec)]=_0x591380():typeof define==_0x2220c3(0x188)&&define[_0x2220c3(0x172)]?define([],_0x591380):(_0x2024d2=typeof globalThis<'u'?globalThis:_0x2024d2||self,_0x2024d2[_0x2220c3(0x22a)]=_0x591380());}(this,function(){var _0x18e25c=_0x403f;return{'slides-ui':{'ribbon':{'shapeFormat':_0x18e25c(0x143),'changeShape':'Thay\x20đổi\x20hình\x20dạng'},'insertToolbar':{'search':'Tìm\x20kiếm','text':'Hộp\x20văn\x20bản','textHorizontal':_0x18e25c(0x1bb),'textVertical':_0x18e25c(0x251),'image':'Hình\x20ảnh','table':_0x18e25c(0x24b),'shape':'Hình\x20dạng','chart':_0x18e25c(0x14c)},'tableSizePicker':{'title':'Table\x20size','customSize':'Kích\x20thước\x20tùy\x20chỉnh','rows':_0x18e25c(0x150),'columns':_0x18e25c(0x218),'insert':'Chèn','apply':_0x18e25c(0x28b)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x18e25c(0x23e),'empty':_0x18e25c(0x25b),'slidePrefix':_0x18e25c(0x209)},'themePicker':{'title':_0x18e25c(0x294),'caption':_0x18e25c(0x239),'tooltip':_0x18e25c(0x1e6)},'editorToolbar':{'fontFamily':_0x18e25c(0x157),'fontSize':_0x18e25c(0x1f7),'paragraphType':_0x18e25c(0x270),'heading1':'Tiêu\x20đề\x201','increaseFontSize':_0x18e25c(0x1d7),'decreaseFontSize':_0x18e25c(0x249),'textColor':_0x18e25c(0x177),'transparentTextColor':_0x18e25c(0x233),'textBackgroundColor':_0x18e25c(0x174),'bold':_0x18e25c(0x1d3),'italic':_0x18e25c(0x25e),'underline':_0x18e25c(0x16b),'strikethrough':_0x18e25c(0x147),'horizontalAlign':'Căn\x20ngang','verticalAlign':'Căn\x20dọc','alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x18e25c(0x267),'alignJustify':_0x18e25c(0x164),'alignTop':_0x18e25c(0x124),'alignMiddle':_0x18e25c(0x1d2),'alignBottom':_0x18e25c(0x187)},'quickStyles':{'tooltip':_0x18e25c(0x265),'shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x18e25c(0x17d),'textStyles':_0x18e25c(0x261),'more':'Thêm\x20kiểu','groups':{'solid':_0x18e25c(0x284),'dashed':_0x18e25c(0x25c)},'presets':{'line':{'blackSolid':_0x18e25c(0x1d0),'blueSolid':_0x18e25c(0x25d),'orangeSolid':_0x18e25c(0x21c),'graySolid':_0x18e25c(0x24a),'blueEndArrow':_0x18e25c(0x16f),'greenTwoWayArrow':_0x18e25c(0x1e9),'blackDashed':_0x18e25c(0x293),'blueDashed':_0x18e25c(0x280),'grayDashed':_0x18e25c(0x1bf),'blueDashedEndArrow':_0x18e25c(0x203),'grayDashedEndArrow':'Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','greenDashedTwoWayArrow':'Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều'},'text':{'bodyBlack':_0x18e25c(0x180),'titleBlack':'Tiêu\x20đề\x20đen','accentBlue':_0x18e25c(0x1d5),'accentOrange':_0x18e25c(0x219),'noteGray':_0x18e25c(0x13b)}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x18e25c(0x15c),'contextMenu':{'cut':_0x18e25c(0x19d),'copy':_0x18e25c(0x1a4),'paste':_0x18e25c(0x22e),'addBelow':_0x18e25c(0x24e),'delete':_0x18e25c(0x133)},'layoutPicker':{'title':_0x18e25c(0x132),'layouts':{'title':_0x18e25c(0x269),'titleAndBody':'Tiêu\x20đề\x20và\x20nội\x20dung','sectionHeader':_0x18e25c(0x26a),'twoColumns':_0x18e25c(0x252),'comparison':'So\x20sánh','blank':_0x18e25c(0x16a),'titleOnly':_0x18e25c(0x238),'pictureWithCaption':_0x18e25c(0x1a8)}}},'shapePanel':{'title':_0x18e25c(0x143),'shapeStyle':_0x18e25c(0x1af),'shapePosition':_0x18e25c(0x1f6),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x18e25c(0x210),'toolbar':{'alignLeft':_0x18e25c(0x142),'alignCenter':_0x18e25c(0x18e),'alignRight':_0x18e25c(0x267),'alignJustify':_0x18e25c(0x273),'bold':_0x18e25c(0x1c2),'italic':'In\x20nghiêng','underline':_0x18e25c(0x16b),'strikethrough':_0x18e25c(0x147),'textColor':_0x18e25c(0x177),'textBackgroundColor':_0x18e25c(0x174),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x18e25c(0x1aa)},'align':{'top':_0x18e25c(0x124),'middle':_0x18e25c(0x1b0),'bottom':_0x18e25c(0x187)},'textWrap':{'inline':_0x18e25c(0x1b9),'square':'Square','topAndBottom':_0x18e25c(0x282),'behindText':_0x18e25c(0x25f),'inFrontText':_0x18e25c(0x23c)},'position':{'title':_0x18e25c(0x281),'x':'X','y':'Y','width':_0x18e25c(0x1a9),'height':_0x18e25c(0x1f4),'rotation':_0x18e25c(0x182)},'style':{'shadow':'Bóng','shadowColor':_0x18e25c(0x23b),'shadowBlurRadius':'Làm\x20mờ','shadowDistance':_0x18e25c(0x1fd),'shadowDirection':_0x18e25c(0x1c7),'shadowPresetTitle':'Cài\x20sẵn','shadowPresetNone':_0x18e25c(0x236),'shadowPresetCustom':_0x18e25c(0x1ca),'shadowTransparency':_0x18e25c(0x1c8),'shadowSize':_0x18e25c(0x175),'shadowPreset':{'shdw6':_0x18e25c(0x21a),'shdw5':_0x18e25c(0x290),'shdw2':_0x18e25c(0x1e2),'shdw1':_0x18e25c(0x1d1),'shdw14':'Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','shdw10':'Bên\x20ngoài:\x20trên\x20trái\x20lớn'}},'fill':{'title':_0x18e25c(0x283),'noFill':_0x18e25c(0x159),'solidFill':'Tô\x20màu\x20đặc','gradientFill':'Tô\x20màu\x20gradient','pictureFill':_0x18e25c(0x154),'color':_0x18e25c(0x222),'transparency':_0x18e25c(0x1c8),'picture':{'source':_0x18e25c(0x1b8),'insert':'Chèn\x20hình\x20ảnh','tileAsTexture':_0x18e25c(0x12e),'offsetX':_0x18e25c(0x12b),'offsetY':_0x18e25c(0x186),'scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x18e25c(0x181),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20theo\x20hình\x20dạng','align':{'tl':_0x18e25c(0x17a),'t':'Trên\x20cùng','tr':_0x18e25c(0x243),'l':_0x18e25c(0x1b4),'ctr':_0x18e25c(0x139),'r':_0x18e25c(0x1dc),'bl':'Dưới\x20cùng\x20bên\x20trái','b':_0x18e25c(0x191),'br':_0x18e25c(0x146)}}},'line':{'title':_0x18e25c(0x1d4),'noLine':'Không\x20đường\x20kẻ','solidLine':_0x18e25c(0x237),'color':_0x18e25c(0x222),'transparency':_0x18e25c(0x1c8),'width':_0x18e25c(0x1a9),'cornerRadius':_0x18e25c(0x213),'beginArrowType':_0x18e25c(0x1b6),'beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':_0x18e25c(0x250),'endArrowSize':_0x18e25c(0x192),'dashType':{'title':_0x18e25c(0x1b1),'solid':_0x18e25c(0x284),'roundDot':_0x18e25c(0x248),'squareDot':_0x18e25c(0x27c),'dash':'Gạch\x20ngang','dashDot':_0x18e25c(0x14d),'longDash':_0x18e25c(0x1c3),'longDashDot':_0x18e25c(0x292),'longDashDotDot':_0x18e25c(0x289)},'capType':{'title':_0x18e25c(0x167),'flat':_0x18e25c(0x15a),'round':_0x18e25c(0x244),'square':_0x18e25c(0x20f)},'joinType':{'title':_0x18e25c(0x1ae),'miter':'Góc\x20nhọn','round':'Tròn','bevel':_0x18e25c(0x28f)},'sketchType':{'title':_0x18e25c(0x1fc),'none':_0x18e25c(0x26e),'curved':_0x18e25c(0x17f),'freehand':_0x18e25c(0x257),'handDrawn':_0x18e25c(0x141)},'arrowType':{'none':'Không','arrow':_0x18e25c(0x1e3),'openArrow':_0x18e25c(0x1b3),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':'Mũi\x20tên\x20hình\x20thoi','ovalArrow':_0x18e25c(0x19c)},'arrowSize':{'small':_0x18e25c(0x255),'medium':'Vừa','large':_0x18e25c(0x1de)}}},'objectListPanel':{'title':_0x18e25c(0x1e1),'showAll':_0x18e25c(0x24f),'hideAll':_0x18e25c(0x197),'show':'Hiển\x20thị','hide':'Ẩn','moveForward':'Đưa\x20ra\x20trước','moveBackward':_0x18e25c(0x291),'nameInput':_0x18e25c(0x12a),'empty':'Không\x20có\x20đối\x20tượng'},'backgroundPanel':{'title':'Định\x20dạng\x20nền','backgroundGraphics':_0x18e25c(0x1ac),'hideBackgroundGraphics':_0x18e25c(0x1f0),'presentationBackground':_0x18e25c(0x20b),'presentationBackgroundEmpty':_0x18e25c(0x15b),'presentationBackgroundImages':_0x18e25c(0x296),'setPresentationBackground':_0x18e25c(0x1fb),'clearPresentationBackground':_0x18e25c(0x133),'none':_0x18e25c(0x288),'solid':_0x18e25c(0x184),'gradient':_0x18e25c(0x205),'image':_0x18e25c(0x136),'pattern':_0x18e25c(0x20d),'color':_0x18e25c(0x222),'transparency':_0x18e25c(0x1c8),'imageSource':'Chèn\x20hình\x20ảnh\x20từ','insertImage':_0x18e25c(0x1eb),'fit':_0x18e25c(0x1cb),'fitOptions':{'cover':_0x18e25c(0x23d),'contain':_0x18e25c(0x1cb),'stretch':_0x18e25c(0x166),'repeat':_0x18e25c(0x145)},'patternHint':_0x18e25c(0x201),'applyToAll':_0x18e25c(0x194),'resetBackground':_0x18e25c(0x144)},'transitionPanel':{'title':_0x18e25c(0x128),'effect':_0x18e25c(0x15e),'direction':_0x18e25c(0x161),'duration':_0x18e25c(0x21d),'preview':_0x18e25c(0x18d),'applyToAll':_0x18e25c(0x194),'effects':{'none':_0x18e25c(0x26e),'fade':_0x18e25c(0x1ad),'push':_0x18e25c(0x217),'wipe':_0x18e25c(0x152),'split':_0x18e25c(0x231),'reveal':'Lộ\x20ra','cut':'Cắt','uncover':'Bỏ\x20che','cover':_0x18e25c(0x1ed),'zoom':_0x18e25c(0x278)},'directions':{'left':_0x18e25c(0x1c6),'right':_0x18e25c(0x1d9),'up':'Từ\x20trên','down':_0x18e25c(0x241)}},'contextmenu':{'addPage':'Trang\x20trình\x20bày\x20mới','backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':'Chuyển\x20tiếp','speakerNotes':_0x18e25c(0x165),'ruler':_0x18e25c(0x190),'shapePanel':_0x18e25c(0x143),'flipHorizontal':_0x18e25c(0x22c),'flipVertical':_0x18e25c(0x1ba),'group':_0x18e25c(0x1cd),'ungroup':_0x18e25c(0x170)},'presentation':{'play':_0x18e25c(0x260),'playFromBeginning':_0x18e25c(0x245),'playFromCurrent':_0x18e25c(0x17b),'playDualScreen':_0x18e25c(0x20e),'playDualScreenFromBeginning':_0x18e25c(0x1b2),'playDualScreenFromCurrent':'Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','dualScreenUnavailable':_0x18e25c(0x1cc),'fullscreenPrompt':_0x18e25c(0x14e),'presentationEnded':_0x18e25c(0x14b),'previous':_0x18e25c(0x16c),'next':_0x18e25c(0x230),'exit':_0x18e25c(0x27d),'slideProgress':_0x18e25c(0x285),'speakerNotes':_0x18e25c(0x165),'speakerNotesPlaceholder':_0x18e25c(0x274),'speakerNotesEmpty':'Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','speakerNotesSave':_0x18e25c(0x28e),'speakerNotesCancel':_0x18e25c(0x1ff)},'shape':{'group':{'line':_0x18e25c(0x1d4),'rectangle':_0x18e25c(0x23f),'basicShape':_0x18e25c(0x297),'blockArrow':_0x18e25c(0x266),'equationShape':_0x18e25c(0x24d),'flowchart':_0x18e25c(0x1e4),'starAndBanner':_0x18e25c(0x246),'callout':_0x18e25c(0x1c1),'other':_0x18e25c(0x26b)},'type':{'line':_0x18e25c(0x179),'straight-connector1':_0x18e25c(0x155),'straight-connector2':_0x18e25c(0x18a),'bent-connector3':_0x18e25c(0x1c0),'bent-connector3-arrow1':_0x18e25c(0x254),'bent-connector3-arrow2':_0x18e25c(0x19a),'curved-connector3':_0x18e25c(0x272),'curved-connector3-arrow1':'Đường\x20nối\x20cong\x20có\x20mũi\x20tên','curved-connector3-arrow2':'Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','rect':_0x18e25c(0x23f),'round-rect':_0x18e25c(0x13f),'snip1-rect':_0x18e25c(0x1f2),'snip2-same-rect':_0x18e25c(0x200),'snip2-diag-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','snip-round-rect':_0x18e25c(0x212),'round1-rect':_0x18e25c(0x160),'round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':_0x18e25c(0x26c),'rect-textbox-horizontal':_0x18e25c(0x1bb),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x18e25c(0x28c),'triangle':'Tam\x20giác\x20cân','rt-triangle':_0x18e25c(0x271),'parallelogram':_0x18e25c(0x27e),'trapezoid':_0x18e25c(0x1a7),'non-isosceles-trapezoid':'Hình\x20thang\x20không\x20cân','diamond':_0x18e25c(0x183),'pentagon':_0x18e25c(0x1be),'hexagon':_0x18e25c(0x12f),'heptagon':_0x18e25c(0x1c5),'octagon':'Bát\x20giác','decagon':_0x18e25c(0x227),'dodecagon':_0x18e25c(0x262),'pie':_0x18e25c(0x21b),'chord':_0x18e25c(0x228),'teardrop':_0x18e25c(0x19f),'frame':_0x18e25c(0x202),'half-frame':_0x18e25c(0x1c4),'corner':'Hình\x20chữ\x20L','diag-stripe':'Sọc\x20chéo','plus':_0x18e25c(0x224),'plaque':'Hình\x20biển\x20hiệu','can':_0x18e25c(0x129),'cube':'Hình\x20lập\x20phương','bevel':_0x18e25c(0x158),'donut':'Hình\x20bánh\x20rán','no-smoking':_0x18e25c(0x242),'block-arc':'Hình\x20cung\x20khối','folder-corner':'Góc\x20thư\x20mục','smiley-face':_0x18e25c(0x12c),'heart':_0x18e25c(0x1c9),'lightning-bolt':_0x18e25c(0x156),'sun':_0x18e25c(0x173),'moon':_0x18e25c(0x1df),'cloud':_0x18e25c(0x211),'arc':_0x18e25c(0x228),'bracket-pair':'Cặp\x20ngoặc\x20vuông','brace-pair':_0x18e25c(0x18c),'left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':_0x18e25c(0x153),'left-brace':_0x18e25c(0x1fe),'right-brace':'Ngoặc\x20nhọn\x20phải','right-arrow':_0x18e25c(0x13c),'left-arrow':_0x18e25c(0x240),'up-arrow':'Mũi\x20tên\x20lên','down-arrow':'Mũi\x20tên\x20xuống','left-right-arrow':_0x18e25c(0x16d),'up-down-arrow':_0x18e25c(0x21e),'quad-arrow':_0x18e25c(0x295),'left-right-up-arrow':_0x18e25c(0x196),'bent-arrow':_0x18e25c(0x168),'uturn-arrow':_0x18e25c(0x204),'left-up-arrow':_0x18e25c(0x1e0),'bent-up-arrow':_0x18e25c(0x221),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x18e25c(0x130),'curved-up-arrow':_0x18e25c(0x221),'curved-down-arrow':_0x18e25c(0x247),'striped-right-arrow':'Mũi\x20tên\x20sọc\x20phải','notched-right-arrow':'Mũi\x20tên\x20khía\x20phải','home-plate':_0x18e25c(0x263),'chevron':_0x18e25c(0x176),'right-arrow-callout':_0x18e25c(0x27b),'down-arrow-callout':_0x18e25c(0x258),'left-arrow-callout':_0x18e25c(0x259),'up-arrow-callout':_0x18e25c(0x27f),'left-right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','quad-arrow-callout':_0x18e25c(0x1f8),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':'Dấu\x20cộng','math-minus':_0x18e25c(0x268),'math-multiply':_0x18e25c(0x229),'math-divide':_0x18e25c(0x20a),'math-equal':_0x18e25c(0x1d8),'math-not-equal':_0x18e25c(0x125),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x18e25c(0x226),'flow-chart-decision':'Quyết\x20định','flow-chart-input-output':'Dữ\x20liệu','flow-chart-predefined-process':_0x18e25c(0x21f),'flow-chart-internal-storage':_0x18e25c(0x1a5),'flow-chart-document':_0x18e25c(0x1b5),'flow-chart-multidocument':_0x18e25c(0x16e),'flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':_0x18e25c(0x216),'flow-chart-manual-input':_0x18e25c(0x1a3),'flow-chart-manual-operation':_0x18e25c(0x22f),'flow-chart-connector':_0x18e25c(0x195),'flow-chart-offpage-connector':_0x18e25c(0x178),'flow-chart-punched-card':_0x18e25c(0x137),'flow-chart-punched-tape':_0x18e25c(0x220),'flow-chart-summing-junction':_0x18e25c(0x24c),'flow-chart-or':'Hoặc','flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x18e25c(0x127),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0x18e25c(0x1e7),'flow-chart-online-storage':_0x18e25c(0x134),'flow-chart-delay':_0x18e25c(0x18f),'flow-chart-magnetic-tape':_0x18e25c(0x27a),'flow-chart-magnetic-disk':_0x18e25c(0x163),'flow-chart-magnetic-drum':'Trống\x20từ','flow-chart-display':'Hiển\x20thị','irregular-seal1':_0x18e25c(0x15f),'irregular-seal2':_0x18e25c(0x13e),'star4':_0x18e25c(0x131),'star5':_0x18e25c(0x276),'star6':'Sao\x206\x20cánh','star7':_0x18e25c(0x1e8),'star8':_0x18e25c(0x26f),'star10':_0x18e25c(0x198),'star12':_0x18e25c(0x1ab),'star16':_0x18e25c(0x19b),'star24':_0x18e25c(0x28d),'star32':'Sao\x2032\x20cánh','ribbon2':_0x18e25c(0x15d),'ribbon':_0x18e25c(0x1f5),'ellipse-ribbon2':'Ruy\x20băng\x20cong\x20lên','ellipse-ribbon':_0x18e25c(0x17c),'vertical-scroll':_0x18e25c(0x17e),'horizontal-scroll':_0x18e25c(0x1ce),'wave':_0x18e25c(0x1ee),'double-wave':_0x18e25c(0x126),'wedge-rect-callout':_0x18e25c(0x1ea),'wedge-round-rect-callout':_0x18e25c(0x1a6),'wedge-ellipse-callout':_0x18e25c(0x234),'cloud-callout':_0x18e25c(0x207),'border-callout1':_0x18e25c(0x1a2),'border-callout2':_0x18e25c(0x26d),'border-callout3':_0x18e25c(0x189),'accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x18e25c(0x138),'accent-callout3':_0x18e25c(0x23a),'callout1':_0x18e25c(0x1bd),'callout2':_0x18e25c(0x215),'callout3':'Chú\x20thích\x203','accent-border-callout1':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x18e25c(0x253),'left-circular-arrow':_0x18e25c(0x206),'left-right-circular-arrow':_0x18e25c(0x148),'swoosh-arrow':_0x18e25c(0x28a),'left-right-ribbon':_0x18e25c(0x1a1),'pie-wedge':_0x18e25c(0x256),'funnel':'Phễu','gear6':_0x18e25c(0x1fa),'gear9':_0x18e25c(0x13a),'corner-tabs':_0x18e25c(0x1bc),'action-button-back-previous':_0x18e25c(0x1a0),'action-button-forward-next':_0x18e25c(0x169),'action-button-beginning':_0x18e25c(0x149),'action-button-end':_0x18e25c(0x199),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x18e25c(0x185),'action-button-return':_0x18e25c(0x235),'action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':_0x18e25c(0x1b7),'action-button-sound':_0x18e25c(0x1cf),'action-button-help':_0x18e25c(0x1f1),'action-button-blank':_0x18e25c(0x19e),'chart-plus':'Biểu\x20đồ\x20cộng','chart-star':_0x18e25c(0x264),'chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':'Lưu\x20trữ\x20ngoại\x20tuyến','line-inv':_0x18e25c(0x275),'plaque-tabs':_0x18e25c(0x286),'square-tabs':_0x18e25c(0x13d),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}},'slide':{'placeholder':{'text':{'title':_0x18e25c(0x162),'subtitle':'Nhấp\x20để\x20thêm\x20phụ\x20đề','body':_0x18e25c(0x1f3),'text':_0x18e25c(0x1f3),'header':'Trình\x20giữ\x20chỗ\x20tiêu\x20đề','footer':_0x18e25c(0x279),'date':'Trình\x20giữ\x20chỗ\x20ngày\x20tháng','slideNumber':_0x18e25c(0x135)},'icon':{'image':'Hình\x20ảnh','table':'Bảng','chart':_0x18e25c(0x14c),'diagram':'Sơ\x20đồ','media':_0x18e25c(0x1d6)}}},'image-panel':{'arrange':{'title':_0x18e25c(0x127),'forward':_0x18e25c(0x232),'backward':_0x18e25c(0x223),'front':'Đưa\x20lên\x20đầu','back':_0x18e25c(0x214)},'transform':{'title':_0x18e25c(0x171),'rotate':_0x18e25c(0x1db),'x':_0x18e25c(0x140),'y':'Y\x20(px)','width':_0x18e25c(0x22b),'height':_0x18e25c(0x22d),'lock':_0x18e25c(0x1f9)},'crop':{'title':'Cắt','start':_0x18e25c(0x14a),'mode':_0x18e25c(0x257),'shape':_0x18e25c(0x1dd)}}}};}));
|
|
1
|
+
function _0x2efe(){var _0x2d8593=['952245icArOu','Kiểu\x20hình\x20dạng','Cắt','Xoay','Tên\x20đối\x20tượng','Hiệu\x20ứng','Mô\x20tả','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Không','Dưới\x20cùng','Áp\x20dụng\x20cho\x20tất\x20cả','Mũi\x20tên','Bên\x20ngoài:\x20trên\x20phải','Tự\x20do','Tệp...','Tiêu\x20đề\x20và\x20nội\x20dung','Mở\x20bảng\x20hình\x20dạng','Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Chèn\x20hình\x20ảnh','Trước','Gạch\x20chân','Thước','Thoát','Gạch\x20ngang\x20dài','Kiểu\x20đứt\x20nét','Thêm\x20kiểu','Từ\x20dưới','Đứt\x20nét','Vẽ\x20tay','Hủy','Dưới\x20cùng\x20bên\x20phải','Tô\x20màu\x20hoa\x20văn','576JMACSu','Đường\x20liền\x20nét','Căn\x20giữa','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Căn\x20giữa\x20theo\x20chiều\x20dọc','Đồ\x20họa\x20nền','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Trang\x20{current}\x20/\x20{total}','Ghi\x20chú\x20người\x20trình\x20bày','Ẩn\x20tất\x20cả','Định\x20dạng\x20hình\x20dạng','Tô\x20màu','Lớn','Chấm\x20tròn','Từ\x20trái','Vừa','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Nhấp\x20để\x20toàn\x20màn\x20hình','Góc','Áp\x20dụng','Trang','Mũi\x20tên\x20hình\x20bầu\x20dục','Chiều\x20rộng\x20(px)','Hình\x20ảnh\x20có\x20chú\x20thích','X\x20(px)','Thu\x20phóng','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Tô\x20màu\x20hình\x20ảnh','Chiều\x20rộng','So\x20sánh','Căn\x20ngang','583UGDfez','Phát\x20từ\x20trang\x20hiện\x20tại','Kích\x20thước\x20bảng','Danh\x20sách\x20đối\x20tượng','Kích\x20thước\x20tùy\x20chỉnh','UniverProSlidesUiViVN','Bỏ\x20che','Cắt\x20theo\x20hình\x20dạng','Trình\x20giữ\x20chỗ\x20chân\x20trang','Hộp\x20văn\x20bản','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Hình\x20ảnh','Đưa\x20lên\x20trước','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Kích\x20thước','Chưa\x20thiết\x20lập','Lặp\x20lại','Nhấn\x20mạnh\x20cam','Không\x20tìm\x20thấy\x20kết\x20quả.','Khoảng\x20cách','Kiểu\x20nhanh','Hiển\x20thị','Đưa\x20ra\x20trước','Chính\x20giữa','Nội\x20dung\x20đen','Phát','Xóa\x20hình\x20dạng','Vừa\x20khung','Xoay\x20theo\x20hình\x20dạng','Đẩy','function','exports','Kiểu\x20đầu\x20đường','Trang\x20tiêu\x20đề','Căn\x20đều','Không\x20tô','Liền\x20nét','16zwWhlH','Sắp\x20xếp','Tiêu\x20đề\x20đen','Kiểu\x20nối','Kiểu\x20văn\x20bản','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Bắt\x20đầu\x20cắt','Cài\x20sẵn','Nhấp\x20để\x20thêm\x20văn\x20bản','Đường\x20liền\x20mảnh\x20màu\x20cam','Màu\x20chữ','Hai\x20nội\x20dung','Trình\x20bày\x20màn\x20hình\x20kép','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Đặt\x20lại\x20nền','Đường\x20liền\x20mảnh\x20màu\x20xám','Dưới\x20cùng\x20bên\x20trái','Tên','Nhỏ','Cùng\x20dòng\x20với\x20văn\x20bản','Tỷ\x20lệ\x20Y','Tiêu\x20đề\x201','Không\x20tô\x20màu','Từ\x20trên','Căn\x20đều\x20hai\x20bên','Kiểu\x20phác\x20thảo','Bán\x20kính\x20góc','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','In\x20nghiêng','Căn\x20giữa\x20dọc','Tăng\x20cỡ\x20chữ','Trên\x20cùng\x20bên\x20phải','Lộ\x20ra','202lIXXTO','647ivqIbL','Màu\x20bóng','34130WQZKhi','Xóa','Vị\x20trí\x20và\x20kích\x20thước','Nghiêng','Đưa\x20ra\x20sau','Đưa\x20xuống\x20sau','Mũi\x20tên\x20mở','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Hình\x20vuông','Đa\x20phương\x20tiện','Tiếp','Biến\x20đổi','Hàng','Lưu','Không\x20có\x20đối\x20tượng','Đậm','Phía\x20trước\x20văn\x20bản','Căn\x20trên','Từ\x20phải','Chuyển\x20tiếp','1057357WmEkSs','Gạch\x20ngang\x20dài-chấm','Quét','Giảm\x20cỡ\x20chữ','Chi\x20tiết','Y\x20(px)','173160TJayMW','Hướng','Căn\x20dọc','Xoay\x20(°)','Đặt\x20nền','Căn\x20phải','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Lật\x20dọc','Căn\x20trái','Gạch\x20ngang\x20dài-chấm-chấm','Đưa\x20xuống\x20cuối','object','Mờ\x20dần','Xem\x20trước','Căn\x20chỉnh','Chọn\x20bố\x20cục','Kích\x20thước\x20mũi\x20tên\x20cuối','Độ\x20trong\x20suốt','Kiểu\x20đường\x20kẻ','Bên\x20ngoài:\x20dưới\x20trái','Màu\x20chữ\x20trong\x20suốt','Trống','Vát','Tròn','Chủ\x20đề','Tô\x20màu\x20đơn\x20sắc','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Kiểu\x20đoạn\x20văn','Màn\x20hình\x20kép\x20từ\x20đầu','31400salQjC','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Trên\x20và\x20dưới','Vị\x20trí','Lấp\x20đầy','Nền\x20bản\x20trình\x20bày','Bên\x20phải','Đường\x20kẻ','Kích\x20thước\x20mũi\x20tên\x20đầu','Phông\x20chữ','Chèn\x20hình\x20ảnh\x20từ','Gạch\x20ngang','Chiều\x20cao\x20(px)','+\x20Thêm\x20trang','Chèn','Mũi\x20tên\x20hình\x20thoi','Góc\x20nhọn','hình\x20ảnh','Màu\x20nền\x20văn\x20bản','Lật\x20ngang','Chỉ\x20tiêu\x20đề','Định\x20dạng\x20nền','Bên\x20ngoài:\x20trên\x20trái','Tô\x20màu\x20đặc','Đặt\x20lại\x20màu','Tô\x20màu\x20gradient','Tìm\x20kiếm','Vuông','Nguồn\x20hình\x20ảnh','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','Bảng','182394KAULQT','Bóng','Gạch\x20ngang-chấm','Màu','Hình\x20dạng','Chiều\x20cao','Thêm\x20mô\x20tả'];_0x2efe=function(){return _0x2d8593;};return _0x2efe();}function _0x3899(_0x7fded3,_0x282284){_0x7fded3=_0x7fded3-0x6e;var _0x2efe8e=_0x2efe();var _0x3899ae=_0x2efe8e[_0x7fded3];return _0x3899ae;}(function(_0xdca948,_0x516046){var _0x32d5d1=_0x3899,_0x313e72=_0xdca948();while(!![]){try{var _0x1fffe8=-parseInt(_0x32d5d1(0x92))/0x1*(parseInt(_0x32d5d1(0x91))/0x2)+parseInt(_0x32d5d1(0xeb))/0x3*(-parseInt(_0x32d5d1(0x70))/0x4)+parseInt(_0x32d5d1(0xf2))/0x5+parseInt(_0x32d5d1(0xae))/0x6+parseInt(_0x32d5d1(0xa8))/0x7+-parseInt(_0x32d5d1(0xcc))/0x8*(-parseInt(_0x32d5d1(0x113))/0x9)+parseInt(_0x32d5d1(0x94))/0xa*(-parseInt(_0x32d5d1(0x132))/0xb);if(_0x1fffe8===_0x516046)break;else _0x313e72['push'](_0x313e72['shift']());}catch(_0x40aaf9){_0x313e72['push'](_0x313e72['shift']());}}}(_0x2efe,0x20424),function(_0x25d0e2,_0x227ec6){var _0x3fda3e=_0x3899;typeof exports==_0x3fda3e(0xba)&&typeof module<'u'?module[_0x3fda3e(0x152)]=_0x227ec6():typeof define==_0x3fda3e(0x151)&&define['amd']?define([],_0x227ec6):(_0x25d0e2=typeof globalThis<'u'?globalThis:_0x25d0e2||self,_0x25d0e2[_0x3fda3e(0x137)]=_0x227ec6());}(this,function(){var _0x489ca9=_0x3899;return{'slides-ui':{'ribbon':{'shapeFormat':'Định\x20dạng\x20hình\x20dạng','changeShape':'Thay\x20đổi\x20hình\x20dạng'},'insertToolbar':{'search':_0x489ca9(0xe6),'text':_0x489ca9(0x13b),'textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':'Hộp\x20văn\x20bản\x20dọc','image':_0x489ca9(0x13e),'table':_0x489ca9(0xea),'shape':_0x489ca9(0xef),'chart':'Biểu\x20đồ'},'tableSizePicker':{'title':_0x489ca9(0x134),'customSize':_0x489ca9(0x136),'rows':_0x489ca9(0xa0),'columns':'Cột','insert':_0x489ca9(0xda),'apply':_0x489ca9(0x126)},'searchPanel':{'placeholder':_0x489ca9(0x103),'noQuery':'Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','empty':_0x489ca9(0x145),'slidePrefix':_0x489ca9(0x127)},'themePicker':{'title':_0x489ca9(0xc7),'caption':'Mặc\x20định\x20hình\x20dạng','tooltip':_0x489ca9(0x75)},'editorToolbar':{'fontFamily':_0x489ca9(0xd5),'fontSize':'Cỡ\x20chữ','paragraphType':_0x489ca9(0xca),'heading1':_0x489ca9(0x85),'increaseFontSize':_0x489ca9(0x8e),'decreaseFontSize':_0x489ca9(0xab),'textColor':_0x489ca9(0x7a),'transparentTextColor':_0x489ca9(0xc3),'textBackgroundColor':'Màu\x20nền\x20chữ','bold':_0x489ca9(0xa3),'italic':_0x489ca9(0x97),'underline':'Gạch\x20chân','strikethrough':_0x489ca9(0xd7),'horizontalAlign':_0x489ca9(0x131),'verticalAlign':_0x489ca9(0xb0),'alignLeft':_0x489ca9(0xb7),'alignCenter':_0x489ca9(0x115),'alignRight':_0x489ca9(0xb3),'alignJustify':_0x489ca9(0x155),'alignTop':'Căn\x20trên','alignMiddle':_0x489ca9(0x8d),'alignBottom':'Căn\x20dưới'},'quickStyles':{'tooltip':_0x489ca9(0x147),'shapeStyles':_0x489ca9(0xf3),'lineStyles':_0x489ca9(0xc1),'textStyles':_0x489ca9(0x74),'more':_0x489ca9(0x10c),'groups':{'solid':'Liền\x20nét','dashed':_0x489ca9(0x10e)},'presets':{'line':{'blackSolid':'Đường\x20liền\x20mảnh\x20màu\x20đen','blueSolid':_0x489ca9(0x123),'orangeSolid':_0x489ca9(0x79),'graySolid':_0x489ca9(0x7f),'blueEndArrow':_0x489ca9(0x119),'greenTwoWayArrow':_0x489ca9(0x13c),'blackDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','blueDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','grayDashed':_0x489ca9(0x9b),'blueDashedEndArrow':'Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','grayDashedEndArrow':_0x489ca9(0xf9),'greenDashedTwoWayArrow':_0x489ca9(0x140)},'text':{'bodyBlack':_0x489ca9(0x14b),'titleBlack':_0x489ca9(0x72),'accentBlue':'Nhấn\x20mạnh\x20xanh\x20dương','accentOrange':_0x489ca9(0x144),'noteGray':'Ghi\x20chú\x20xám'}}},'thumbnailBar':{'resizePanel':_0x489ca9(0xe9),'addSlide':_0x489ca9(0xd9),'contextMenu':{'cut':'Cắt','copy':'Sao\x20chép','paste':'Dán','addBelow':_0x489ca9(0x7d),'delete':_0x489ca9(0x95)},'layoutPicker':{'title':_0x489ca9(0xbe),'layouts':{'title':_0x489ca9(0x154),'titleAndBody':_0x489ca9(0x101),'sectionHeader':'Tiêu\x20đề\x20phần','twoColumns':_0x489ca9(0x7b),'comparison':_0x489ca9(0x130),'blank':_0x489ca9(0xc4),'titleOnly':_0x489ca9(0xe0),'pictureWithCaption':_0x489ca9(0x12a)}}},'shapePanel':{'title':_0x489ca9(0x11d),'shapeStyle':_0x489ca9(0xf3),'shapePosition':_0x489ca9(0xcf),'openPanel':_0x489ca9(0x102),'deleteShape':_0x489ca9(0x14d),'toolbar':{'alignLeft':_0x489ca9(0xb7),'alignCenter':_0x489ca9(0x115),'alignRight':'Căn\x20phải','alignJustify':_0x489ca9(0x88),'bold':'In\x20đậm','italic':_0x489ca9(0x8c),'underline':_0x489ca9(0x107),'strikethrough':_0x489ca9(0xd7),'textColor':_0x489ca9(0x7a),'textBackgroundColor':'Màu\x20nền\x20chữ','fillColor':_0x489ca9(0xde),'resetColor':_0x489ca9(0xe4)},'align':{'top':_0x489ca9(0xa5),'middle':_0x489ca9(0x117),'bottom':'Căn\x20dưới'},'textWrap':{'inline':_0x489ca9(0x83),'square':_0x489ca9(0x9c),'topAndBottom':_0x489ca9(0xce),'behindText':'Phía\x20sau\x20văn\x20bản','inFrontText':_0x489ca9(0xa4)},'position':{'title':_0x489ca9(0x96),'x':'X','y':'Y','width':_0x489ca9(0x12f),'height':_0x489ca9(0xf0),'rotation':_0x489ca9(0xf5)},'style':{'shadow':_0x489ca9(0xec),'shadowColor':_0x489ca9(0x93),'shadowBlurRadius':'Làm\x20mờ','shadowDistance':_0x489ca9(0x146),'shadowDirection':_0x489ca9(0x125),'shadowPresetTitle':_0x489ca9(0x77),'shadowPresetNone':'Không\x20có\x20bóng','shadowPresetCustom':'Tùy\x20chỉnh','shadowTransparency':_0x489ca9(0xc0),'shadowSize':_0x489ca9(0x141),'shadowPreset':{'shdw6':'Bên\x20ngoài:\x20dưới\x20phải','shdw5':_0x489ca9(0xc2),'shdw2':_0x489ca9(0xfe),'shdw1':_0x489ca9(0xe2),'shdw14':_0x489ca9(0xb4),'shdw10':'Bên\x20ngoài:\x20trên\x20trái\x20lớn'}},'fill':{'title':_0x489ca9(0x11e),'noFill':_0x489ca9(0x6e),'solidFill':_0x489ca9(0xe3),'gradientFill':_0x489ca9(0xe5),'pictureFill':_0x489ca9(0x104),'color':_0x489ca9(0xee),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x489ca9(0xe8),'insert':_0x489ca9(0x105),'tileAsTexture':_0x489ca9(0x13d),'offsetX':'Độ\x20dịch\x20X','offsetY':'Độ\x20dịch\x20Y','scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x489ca9(0x84),'alignment':_0x489ca9(0xbd),'rotateWithShape':_0x489ca9(0x14f),'align':{'tl':'Trên\x20cùng\x20bên\x20trái','t':'Trên\x20cùng','tr':_0x489ca9(0x8f),'l':'Bên\x20trái','ctr':_0x489ca9(0x14a),'r':_0x489ca9(0xd2),'bl':_0x489ca9(0x80),'b':_0x489ca9(0xfb),'br':_0x489ca9(0x111)}}},'line':{'title':_0x489ca9(0xd3),'noLine':'Không\x20đường\x20kẻ','solidLine':_0x489ca9(0x114),'color':_0x489ca9(0xee),'transparency':'Độ\x20trong\x20suốt','width':_0x489ca9(0x12f),'cornerRadius':_0x489ca9(0x8a),'beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':_0x489ca9(0xd4),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x489ca9(0xbf),'dashType':{'title':_0x489ca9(0x10b),'solid':_0x489ca9(0x6f),'roundDot':_0x489ca9(0x120),'squareDot':'Chấm\x20vuông','dash':_0x489ca9(0xd7),'dashDot':_0x489ca9(0xed),'longDash':_0x489ca9(0x10a),'longDashDot':_0x489ca9(0xa9),'longDashDotDot':_0x489ca9(0xb8)},'capType':{'title':_0x489ca9(0x153),'flat':'Phẳng','round':_0x489ca9(0xc6),'square':_0x489ca9(0xe7)},'joinType':{'title':_0x489ca9(0x73),'miter':_0x489ca9(0xdc),'round':_0x489ca9(0xc6),'bevel':_0x489ca9(0xc5)},'sketchType':{'title':_0x489ca9(0x89),'none':_0x489ca9(0xfa),'curved':'Cong','freehand':'Tự\x20do','handDrawn':_0x489ca9(0x10f)},'arrowType':{'none':_0x489ca9(0xfa),'arrow':_0x489ca9(0xfd),'openArrow':_0x489ca9(0x9a),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0x489ca9(0xdb),'ovalArrow':_0x489ca9(0x128)},'arrowSize':{'small':_0x489ca9(0x82),'medium':_0x489ca9(0x122),'large':_0x489ca9(0x11f)}}},'objectListPanel':{'title':_0x489ca9(0x135),'showAll':'Hiển\x20thị\x20tất\x20cả','hideAll':_0x489ca9(0x11c),'show':_0x489ca9(0x148),'hide':'Ẩn','moveForward':_0x489ca9(0x149),'moveBackward':_0x489ca9(0x98),'nameInput':_0x489ca9(0xf6),'empty':_0x489ca9(0xa2),'close':'Đóng','name':_0x489ca9(0x81),'description':_0x489ca9(0xf8),'descriptionPlaceholder':_0x489ca9(0xf1),'details':_0x489ca9(0xac),'noSelection':_0x489ca9(0xb5)},'backgroundPanel':{'title':_0x489ca9(0xe1),'backgroundGraphics':_0x489ca9(0x118),'hideBackgroundGraphics':'Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','presentationBackground':_0x489ca9(0xd1),'presentationBackgroundEmpty':_0x489ca9(0x142),'presentationBackgroundImages':_0x489ca9(0xdd),'setPresentationBackground':_0x489ca9(0xb2),'clearPresentationBackground':_0x489ca9(0x95),'none':_0x489ca9(0x86),'solid':_0x489ca9(0xc8),'gradient':'Tô\x20màu\x20chuyển\x20sắc','image':_0x489ca9(0x12e),'pattern':_0x489ca9(0x112),'color':_0x489ca9(0xee),'transparency':_0x489ca9(0xc0),'imageSource':_0x489ca9(0xd6),'insertImage':_0x489ca9(0x100),'fit':_0x489ca9(0x14e),'fitOptions':{'cover':_0x489ca9(0xd0),'contain':_0x489ca9(0x14e),'stretch':'Kéo\x20giãn','repeat':_0x489ca9(0x143)},'patternHint':'Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','applyToAll':_0x489ca9(0xfc),'resetBackground':_0x489ca9(0x7e)},'transitionPanel':{'title':_0x489ca9(0xa7),'effect':_0x489ca9(0xf7),'direction':_0x489ca9(0xaf),'duration':'Thời\x20lượng','preview':_0x489ca9(0xbc),'applyToAll':_0x489ca9(0xfc),'effects':{'none':_0x489ca9(0xfa),'fade':_0x489ca9(0xbb),'push':_0x489ca9(0x150),'wipe':_0x489ca9(0xaa),'split':'Chia\x20đôi','reveal':_0x489ca9(0x90),'cut':_0x489ca9(0xf4),'uncover':_0x489ca9(0x138),'cover':'Che\x20phủ','zoom':_0x489ca9(0x12c)},'directions':{'left':_0x489ca9(0x121),'right':_0x489ca9(0xa6),'up':_0x489ca9(0x87),'down':_0x489ca9(0x10d)}},'contextmenu':{'addPage':'Trang\x20trình\x20bày\x20mới','backgroundPanel':_0x489ca9(0xe1),'transitionPanel':_0x489ca9(0xa7),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':_0x489ca9(0x108),'shapePanel':_0x489ca9(0x11d),'flipHorizontal':_0x489ca9(0xdf),'flipVertical':_0x489ca9(0xb6),'group':'Nhóm','ungroup':'Bỏ\x20nhóm'},'presentation':{'play':_0x489ca9(0x14c),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x489ca9(0x133),'playDualScreen':_0x489ca9(0x7c),'playDualScreenFromBeginning':_0x489ca9(0xcb),'playDualScreenFromCurrent':_0x489ca9(0x12d),'dualScreenUnavailable':'Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','fullscreenPrompt':_0x489ca9(0x124),'presentationEnded':_0x489ca9(0x8b),'previous':_0x489ca9(0x106),'next':_0x489ca9(0x9e),'exit':_0x489ca9(0x109),'slideProgress':_0x489ca9(0x11a),'speakerNotes':_0x489ca9(0x11b),'speakerNotesPlaceholder':_0x489ca9(0xc9),'speakerNotesEmpty':_0x489ca9(0x116),'speakerNotesSave':_0x489ca9(0xa1),'speakerNotesCancel':_0x489ca9(0x110)},'slide':{'placeholder':{'text':{'title':_0x489ca9(0xcd),'subtitle':'Nhấp\x20để\x20thêm\x20phụ\x20đề','body':_0x489ca9(0x78),'text':'Nhấp\x20để\x20thêm\x20văn\x20bản','header':'Trình\x20giữ\x20chỗ\x20tiêu\x20đề','footer':_0x489ca9(0x13a),'date':'Trình\x20giữ\x20chỗ\x20ngày\x20tháng','slideNumber':'Trình\x20giữ\x20chỗ\x20số\x20trang'},'icon':{'image':_0x489ca9(0x13e),'table':_0x489ca9(0xea),'chart':'Biểu\x20đồ','diagram':'Sơ\x20đồ','media':_0x489ca9(0x9d)}}},'image-panel':{'arrange':{'title':_0x489ca9(0x71),'forward':_0x489ca9(0x13f),'backward':_0x489ca9(0x99),'front':'Đưa\x20lên\x20đầu','back':_0x489ca9(0xb9)},'transform':{'title':_0x489ca9(0x9f),'rotate':_0x489ca9(0xb1),'x':_0x489ca9(0x12b),'y':_0x489ca9(0xad),'width':_0x489ca9(0x129),'height':_0x489ca9(0xd8),'lock':'Khóa\x20tỷ\x20lệ'},'crop':{'title':_0x489ca9(0xf4),'start':_0x489ca9(0x76),'mode':_0x489ca9(0xff),'shape':_0x489ca9(0x139)}}}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5998(_0x33c2e8,_0x5ea301){_0x33c2e8=_0x33c2e8-0x7c;var _0x161c34=_0x161c();var _0x599817=_0x161c34[_0x33c2e8];return _0x599817;}function _0x161c(){var _0x1b152d=['6238900eoQTcz','标注:线形(无边框)','切换动画','左中括号','绿色虚线双向箭头','节标题','圆:空心','星形:七角','图表加号','流程图:卡片','拐角半径','图片与标题','灰色虚线末端箭头','标注:左右箭头','箭头:丁字','标注:线形','箭头:环形','选择版式','左对齐','弯曲箭头','标注:弯曲线形(带强调线)','无填充','流程图:可选过程','自定义','流程图:延期','双箭头直线','下一页','饼形楔','带形:前凸弯','背景图形','图文框','置于底层','蓝色虚线末端箭头','箭头:十字','标注:线形(带强调线)','上一页','页码占位符','方形标签','蓝色细实线','平行四边形','object','下划线','等腰三角形','194283eGxQZy','更改形状','流程图:决策','星形:十角','形状样式','快捷样式','图表X','未找到匹配结果。','非等腰梯形','双括号','隐藏母版/版式图形','搜索幻灯片和对象','直线箭头','隐形箭头','菱形箭头','箭头:手杖形','流程图:过程','38TIHZMl','375935ulKdyj','标注:弯曲线形(无边框)','长划线','设置背景格式','标注:双弯曲线形','标注:线形(带边框和强调线)','透明度','单击此处添加文本','588145sPneSL','双波形','流程图:终止','不完整圆','星形:八角','对话气泡:矩形','裁剪为形状','星与旗帜','矩形:剪去对角','点击为当前幻灯片添加备注','持续时间','手绘效果','49852GVZELn','自定义大小','暂无备注','十边形','流程图:存储数据','终点箭头类型','+\x20新增','对话气泡:圆形','圆角矩形','线帽类型','带形:上凸弯','减小字号','左右圆形箭头','右大括号','删除线','矩形:棱台','草图样式','上下箭头标注','标注:弯曲线形','对话气泡:圆角矩形','星形:四角','圆柱形','虚线类型','禁止符','橙色细实线','流程图','文本颜色','星形:六角','标题和内容','正文黑色','居中对齐','曲线:箭头','流程图:直接访问存储器','箭头:虚尾','流程图:数据','外部:左上(大)','两端对齐','外部:左上','两栏内容','function','从头开始双屏播放','文本背景色','五边形','太阳形','宽度\x20(px)','浮于文字上方','右中括号','帮助按钮','标注:左箭头','渐变填充','爆炸形:14pt','矩形:对角圆角','卷形:垂直','8sbwols','流程图:离页连接符','返回按钮','图案设置即将支持。','应用到全部','蓝色细虚线','八边形','重置背景','页眉占位符','纯色填充','缺角矩形','十二边形','从当前幻灯片开始双屏播放','箭头:圆角右','长点划线','返回/上一个按钮','左右带形','箭头:V型','删除形状','点划线','箭头:直角上','流程图:预定义过程','阴影颜色','文本样式','结束按钮','流程图:文档','立方体','嵌入型','箭头:左弧形','Y\x20(px)','箭头:左右','流程图:摘录','流程图:合并','双箭头折线','箭头:右弧形','带形:上凸','上移一层','流程图:顺序访问存储器','上下型','在下面新增幻灯片','四周型','标注:下箭头','从上方','绿色双向箭头','矩形:折角','流程图:准备','箭头:右','流程图:离线存储','3133508EUWUso','12PPDkjF','amd','垂直居中','前进/下一个按钮','暂无对象','从左侧','打开形状面板','图片来源','水平翻转','演示文稿底图','箭头:燕尾形','黑色细实线','流程图:资料带','将图片平铺为纹理','外部:右上','卷形:水平','横向文本框','带形:前凸','标注:右箭头','线条样式','演示已结束','左圆形箭头','气泡:云','空心箭头','设置底图','从下方','流程图:多文档','图表星号','矩形:一个圆顶角,剪去另一个顶角','底部对齐','起点箭头大小','主页按钮','重置颜色','顶部对齐','单击此处添加标题','六边形','更多样式','垂直对齐','矩形:剪去顶角','X\x20(px)','流程图:内部贮存','矩形:圆顶角','黑色细虚线','新月形','右对齐','星形:十二角','蓝色末端箭头','形状默认样式','仅标题','单击此处添加副标题','闪电形','空白按钮','不等号','UniverProSlidesUiZhCN','椭圆箭头','取消组合','星形:十六角','下移一层','标题黑色','exports','矩形:单圆角','垂直缩放','箭头:上弧形','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','流程图:排序','新建幻灯片','星形:二十四角','终点箭头大小','19689dchsfq','无线条','双箭头曲线','起点箭头类型','开始按钮','对象列表','9齿齿轮'];_0x161c=function(){return _0x1b152d;};return _0x161c();}(function(_0x156ce7,_0x3763dc){var _0x26aeae=_0x5998,_0x146c23=_0x156ce7();while(!![]){try{var _0x5d2e40=-parseInt(_0x26aeae(0xfc))/0x1+parseInt(_0x26aeae(0xfb))/0x2*(-parseInt(_0x26aeae(0xb8))/0x3)+-parseInt(_0x26aeae(0x110))/0x4+-parseInt(_0x26aeae(0x104))/0x5*(parseInt(_0x26aeae(0x176))/0x6)+parseInt(_0x26aeae(0x175))/0x7+-parseInt(_0x26aeae(0x145))/0x8*(-parseInt(_0x26aeae(0xea))/0x9)+parseInt(_0x26aeae(0xbf))/0xa;if(_0x5d2e40===_0x3763dc)break;else _0x146c23['push'](_0x146c23['shift']());}catch(_0x461618){_0x146c23['push'](_0x146c23['shift']());}}}(_0x161c,0x542c0),function(_0x196115,_0xade8e8){var _0x565009=_0x5998;typeof exports==_0x565009(0xe7)&&typeof module<'u'?module[_0x565009(0xaf)]=_0xade8e8():typeof define==_0x565009(0x137)&&define[_0x565009(0x177)]?define([],_0xade8e8):(_0x196115=typeof globalThis<'u'?globalThis:_0x196115||self,_0x196115[_0x565009(0xa9)]=_0xade8e8());}(this,function(){var _0x3dbd97=_0x5998;return{'slides-ui':{'ribbon':{'shapeFormat':'图形格式','changeShape':_0x3dbd97(0xeb)},'insertToolbar':{'search':'搜索','text':'文本框','textHorizontal':_0x3dbd97(0x84),'textVertical':'纵向文本框','image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':'Table\x20size','customSize':_0x3dbd97(0x111),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x3dbd97(0xf5),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x3dbd97(0xf1),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x3dbd97(0xa3),'tooltip':'选择幻灯片主题'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':'段落类型','heading1':'标题1','increaseFontSize':'增大字号','decreaseFontSize':_0x3dbd97(0x11b),'textColor':_0x3dbd97(0x12a),'transparentTextColor':'透明文本颜色','textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x3dbd97(0xe8),'strikethrough':'删除线','horizontalAlign':'水平对齐','verticalAlign':_0x3dbd97(0x99),'alignLeft':_0x3dbd97(0xd1),'alignCenter':_0x3dbd97(0x12e),'alignRight':_0x3dbd97(0xa0),'alignJustify':'两端对齐','alignTop':_0x3dbd97(0x95),'alignMiddle':_0x3dbd97(0x178),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x3dbd97(0xef),'shapeStyles':_0x3dbd97(0xee),'lineStyles':_0x3dbd97(0x87),'textStyles':_0x3dbd97(0x15c),'more':_0x3dbd97(0x98),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x3dbd97(0x7f),'blueSolid':_0x3dbd97(0xe5),'orangeSolid':_0x3dbd97(0x128),'graySolid':'灰色细实线','blueEndArrow':_0x3dbd97(0xa2),'greenTwoWayArrow':_0x3dbd97(0x170),'blackDashed':_0x3dbd97(0x9e),'blueDashed':_0x3dbd97(0x14a),'grayDashed':'灰色细虚线','blueDashedEndArrow':_0x3dbd97(0xdf),'grayDashedEndArrow':_0x3dbd97(0xcb),'greenDashedTwoWayArrow':_0x3dbd97(0xc3)},'text':{'bodyBlack':_0x3dbd97(0x12d),'titleBlack':_0x3dbd97(0xae),'accentBlue':'强调蓝色','accentOrange':'强调橙色','noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':'调整幻灯片缩略图面板大小','addSlide':_0x3dbd97(0x116),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x3dbd97(0x16c),'delete':'删除'},'layoutPicker':{'title':_0x3dbd97(0xd0),'layouts':{'title':'标题幻灯片','titleAndBody':_0x3dbd97(0x12c),'sectionHeader':_0x3dbd97(0xc4),'twoColumns':_0x3dbd97(0x136),'comparison':'比较','blank':'空白','titleOnly':_0x3dbd97(0xa4),'pictureWithCaption':_0x3dbd97(0xca)}}},'shapePanel':{'title':'设置形状格式','shapeStyle':_0x3dbd97(0xee),'shapePosition':'位置','openPanel':_0x3dbd97(0x17c),'deleteShape':_0x3dbd97(0x157),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x3dbd97(0x12e),'alignRight':_0x3dbd97(0xa0),'alignJustify':_0x3dbd97(0x134),'bold':'粗体','italic':'斜体','underline':_0x3dbd97(0xe8),'strikethrough':_0x3dbd97(0x11e),'textColor':_0x3dbd97(0x12a),'textBackgroundColor':_0x3dbd97(0x139),'fillColor':'文本背景色','resetColor':_0x3dbd97(0x94)},'align':{'top':'顶部对齐','middle':_0x3dbd97(0x178),'bottom':_0x3dbd97(0x91)},'textWrap':{'inline':_0x3dbd97(0x160),'square':_0x3dbd97(0x16d),'topAndBottom':_0x3dbd97(0x16b),'behindText':'衬于文字下方','inFrontText':_0x3dbd97(0x13d)},'position':{'title':'位置和大小','x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x3dbd97(0x15b),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':'无阴影','shadowPresetCustom':_0x3dbd97(0xd6),'shadowTransparency':_0x3dbd97(0x102),'shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':'外部:左下','shdw2':_0x3dbd97(0x82),'shdw1':_0x3dbd97(0x135),'shdw14':'外部:右下(小)','shdw10':_0x3dbd97(0x133)}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x3dbd97(0x102),'picture':{'source':_0x3dbd97(0x17d),'insert':'插入图片','tileAsTexture':_0x3dbd97(0x81),'offsetX':'水平偏移','offsetY':'垂直偏移','scaleX':'水平缩放','scaleY':_0x3dbd97(0xb1),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x3dbd97(0xb9),'solidLine':'实线','color':'颜色','transparency':_0x3dbd97(0x102),'width':'宽度','cornerRadius':_0x3dbd97(0xc9),'beginArrowType':_0x3dbd97(0xbb),'beginArrowSize':_0x3dbd97(0x92),'endArrowType':_0x3dbd97(0x115),'endArrowSize':_0x3dbd97(0xb7),'dashType':{'title':_0x3dbd97(0x126),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x3dbd97(0x158),'longDash':_0x3dbd97(0xfe),'longDashDot':_0x3dbd97(0x153),'longDashDotDot':'长双点划线'},'capType':{'title':_0x3dbd97(0x119),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x3dbd97(0x120),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x3dbd97(0x10f)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x3dbd97(0x8b),'stealthArrow':_0x3dbd97(0xf7),'diamondArrow':_0x3dbd97(0xf8),'ovalArrow':_0x3dbd97(0xaa)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3dbd97(0xbd),'showAll':'全部显示','hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':_0x3dbd97(0x169),'moveBackward':_0x3dbd97(0xad),'nameInput':'对象名称','empty':_0x3dbd97(0x17a)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':_0x3dbd97(0xdc),'hideBackgroundGraphics':_0x3dbd97(0xf4),'presentationBackground':_0x3dbd97(0x7d),'presentationBackgroundEmpty':'未设置','presentationBackgroundImages':'张图片','setPresentationBackground':_0x3dbd97(0x8c),'clearPresentationBackground':'清除','none':_0x3dbd97(0xd4),'solid':_0x3dbd97(0x14e),'gradient':_0x3dbd97(0x141),'image':'图片填充','pattern':'图案填充','color':'颜色','transparency':_0x3dbd97(0x102),'imageSource':'插入图片来源','insertImage':'文件...','fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x3dbd97(0x148),'applyToAll':_0x3dbd97(0x149),'resetBackground':_0x3dbd97(0x14c)},'transitionPanel':{'title':_0x3dbd97(0xc1),'effect':'效果','direction':'方向','duration':_0x3dbd97(0x10e),'preview':'预览','applyToAll':'应用到全部','effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x3dbd97(0x17b),'right':'从右侧','up':_0x3dbd97(0x16f),'down':_0x3dbd97(0x8d)}},'contextmenu':{'addPage':_0x3dbd97(0xb5),'backgroundPanel':_0x3dbd97(0xff),'transitionPanel':'切换动画','speakerNotes':'备注','ruler':'标尺','shapePanel':'设置形状格式','flipHorizontal':_0x3dbd97(0x7c),'flipVertical':'垂直翻转','group':'组合','ungroup':_0x3dbd97(0xab)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':'从当前幻灯片开始播放','playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x3dbd97(0x138),'playDualScreenFromCurrent':_0x3dbd97(0x151),'dualScreenUnavailable':'无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','fullscreenPrompt':'点击进入全屏','presentationEnded':_0x3dbd97(0x88),'previous':_0x3dbd97(0xe2),'next':_0x3dbd97(0xd9),'exit':'退出','slideProgress':_0x3dbd97(0xb3),'speakerNotes':'备注','speakerNotesPlaceholder':_0x3dbd97(0x10d),'speakerNotesEmpty':_0x3dbd97(0x112),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':'基本形状','blockArrow':'箭头总汇','equationShape':'公式形状','flowchart':_0x3dbd97(0x129),'starAndBanner':_0x3dbd97(0x10b),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x3dbd97(0xf6),'straight-connector2':_0x3dbd97(0xd8),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':_0x3dbd97(0x166),'curved-connector3':'曲线','curved-connector3-arrow1':_0x3dbd97(0x12f),'curved-connector3-arrow2':_0x3dbd97(0xba),'rect':'矩形','round-rect':_0x3dbd97(0x118),'snip1-rect':'剪去单角矩形','snip2-same-rect':_0x3dbd97(0x9a),'snip2-diag-rect':_0x3dbd97(0x10c),'snip-round-rect':_0x3dbd97(0x90),'round1-rect':_0x3dbd97(0xb0),'round2-same-rect':_0x3dbd97(0x9d),'round2-diag-rect':_0x3dbd97(0x143),'rect-textbox-horizontal':_0x3dbd97(0x84),'rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0x3dbd97(0xe9),'rt-triangle':'直角三角形','parallelogram':_0x3dbd97(0xe6),'trapezoid':'梯形','non-isosceles-trapezoid':_0x3dbd97(0xf2),'diamond':'菱形','pentagon':_0x3dbd97(0x13a),'hexagon':_0x3dbd97(0x97),'heptagon':'七边形','octagon':_0x3dbd97(0x14b),'decagon':_0x3dbd97(0x113),'dodecagon':_0x3dbd97(0x150),'pie':_0x3dbd97(0x107),'chord':'弦形','teardrop':'泪滴形','frame':_0x3dbd97(0xdd),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x3dbd97(0x14f),'can':_0x3dbd97(0x125),'cube':_0x3dbd97(0x15f),'bevel':_0x3dbd97(0x11f),'donut':_0x3dbd97(0xc5),'no-smoking':_0x3dbd97(0x127),'block-arc':'空心弧','folder-corner':_0x3dbd97(0x171),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x3dbd97(0xa6),'sun':_0x3dbd97(0x13b),'moon':_0x3dbd97(0x9f),'cloud':'云形','arc':'弧形','bracket-pair':_0x3dbd97(0xf3),'brace-pair':'双大括号','left-bracket':_0x3dbd97(0xc2),'right-bracket':_0x3dbd97(0x13e),'left-brace':'左大括号','right-brace':_0x3dbd97(0x11d),'right-arrow':_0x3dbd97(0x173),'left-arrow':'箭头:左','up-arrow':'箭头:上','down-arrow':'箭头:下','left-right-arrow':_0x3dbd97(0x163),'up-down-arrow':'箭头:上下','quad-arrow':_0x3dbd97(0xe0),'left-right-up-arrow':_0x3dbd97(0xcd),'bent-arrow':_0x3dbd97(0x152),'uturn-arrow':_0x3dbd97(0xf9),'left-up-arrow':'箭头:直角双向','bent-up-arrow':_0x3dbd97(0x159),'curved-right-arrow':_0x3dbd97(0x167),'curved-left-arrow':_0x3dbd97(0x161),'curved-up-arrow':_0x3dbd97(0xb2),'curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x3dbd97(0x131),'notched-right-arrow':_0x3dbd97(0x7e),'home-plate':'五边形','chevron':_0x3dbd97(0x156),'right-arrow-callout':_0x3dbd97(0x86),'down-arrow-callout':_0x3dbd97(0x16e),'left-arrow-callout':_0x3dbd97(0x140),'up-arrow-callout':'标注:上箭头','left-right-arrow-callout':_0x3dbd97(0xcc),'quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x3dbd97(0xcf),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x3dbd97(0xa8),'flow-chart-process':_0x3dbd97(0xfa),'flow-chart-alternate-process':_0x3dbd97(0xd5),'flow-chart-decision':_0x3dbd97(0xec),'flow-chart-input-output':_0x3dbd97(0x132),'flow-chart-predefined-process':_0x3dbd97(0x15a),'flow-chart-internal-storage':_0x3dbd97(0x9c),'flow-chart-document':_0x3dbd97(0x15e),'flow-chart-multidocument':_0x3dbd97(0x8e),'flow-chart-terminator':_0x3dbd97(0x106),'flow-chart-preparation':_0x3dbd97(0x172),'flow-chart-manual-input':'流程图:手动输入','flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':'流程图:接点','flow-chart-offpage-connector':_0x3dbd97(0x146),'flow-chart-punched-card':_0x3dbd97(0xc8),'flow-chart-punched-tape':_0x3dbd97(0x80),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':'流程图:或者','flow-chart-collate':'流程图:对照','flow-chart-sort':_0x3dbd97(0xb4),'flow-chart-extract':_0x3dbd97(0x164),'flow-chart-merge':_0x3dbd97(0x165),'flow-chart-online-storage':_0x3dbd97(0x114),'flow-chart-delay':_0x3dbd97(0xd7),'flow-chart-magnetic-tape':_0x3dbd97(0x16a),'flow-chart-magnetic-disk':'流程图:磁盘','flow-chart-magnetic-drum':_0x3dbd97(0x130),'flow-chart-display':'流程图:显示','irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x3dbd97(0x142),'star4':_0x3dbd97(0x124),'star5':'星形:五角','star6':_0x3dbd97(0x12b),'star7':_0x3dbd97(0xc6),'star8':_0x3dbd97(0x108),'star10':_0x3dbd97(0xed),'star12':_0x3dbd97(0xa1),'star16':_0x3dbd97(0xac),'star24':_0x3dbd97(0xb6),'star32':'星形:三十二角','ribbon2':_0x3dbd97(0x168),'ribbon':_0x3dbd97(0x85),'ellipse-ribbon2':_0x3dbd97(0x11a),'ellipse-ribbon':_0x3dbd97(0xdb),'vertical-scroll':_0x3dbd97(0x144),'horizontal-scroll':_0x3dbd97(0x83),'wave':'波形','double-wave':_0x3dbd97(0x105),'wedge-rect-callout':_0x3dbd97(0x109),'wedge-round-rect-callout':_0x3dbd97(0x123),'wedge-ellipse-callout':_0x3dbd97(0x117),'cloud-callout':_0x3dbd97(0x8a),'border-callout1':_0x3dbd97(0xce),'border-callout2':_0x3dbd97(0x122),'border-callout3':_0x3dbd97(0x100),'accent-callout1':_0x3dbd97(0xe1),'accent-callout2':_0x3dbd97(0xd3),'accent-callout3':'标注:双弯曲线形(带强调线)','callout1':_0x3dbd97(0xc0),'callout2':_0x3dbd97(0xfd),'callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x3dbd97(0x101),'accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':'标注:双弯曲线形(带边框和强调线)','left-circular-arrow':_0x3dbd97(0x89),'left-right-circular-arrow':_0x3dbd97(0x11c),'swoosh-arrow':_0x3dbd97(0xd2),'left-right-ribbon':_0x3dbd97(0x155),'pie-wedge':_0x3dbd97(0xda),'funnel':'漏斗','gear6':'6齿齿轮','gear9':_0x3dbd97(0xbe),'corner-tabs':'角标','action-button-back-previous':_0x3dbd97(0x154),'action-button-forward-next':_0x3dbd97(0x179),'action-button-beginning':_0x3dbd97(0xbc),'action-button-end':_0x3dbd97(0x15d),'action-button-home':_0x3dbd97(0x93),'action-button-information':'信息按钮','action-button-return':_0x3dbd97(0x147),'action-button-movie':'电影按钮','action-button-document':'文档按钮','action-button-sound':'声音按钮','action-button-help':_0x3dbd97(0x13f),'action-button-blank':_0x3dbd97(0xa7),'chart-plus':_0x3dbd97(0xc7),'chart-star':_0x3dbd97(0x8f),'chart-x':_0x3dbd97(0xf0),'flow-chart-offline-storage':_0x3dbd97(0x174),'line-inv':'线反向','plaque-tabs':'牌匾标签','square-tabs':_0x3dbd97(0xe4),'up-down-arrow-callout':_0x3dbd97(0x121)}},'slide':{'placeholder':{'text':{'title':_0x3dbd97(0x96),'subtitle':_0x3dbd97(0xa5),'body':'单击此处添加正文','text':_0x3dbd97(0x103),'header':_0x3dbd97(0x14d),'footer':'页脚占位符','date':'日期占位符','slideNumber':_0x3dbd97(0xe3)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':'下移一层','front':'置于顶层','back':_0x3dbd97(0xde)},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':_0x3dbd97(0x9b),'y':_0x3dbd97(0x162),'width':_0x3dbd97(0x13c),'height':'高度\x20(px)','lock':'锁定比例'},'crop':{'title':'裁剪','start':'开始裁剪','mode':'自由','shape':_0x3dbd97(0x10a)}}}};}));
|
|
1
|
+
function _0x31b2(_0x287a88,_0xd0e325){_0x287a88=_0x287a88-0x158;var _0x166971=_0x1669();var _0x31b2e5=_0x166971[_0x287a88];return _0x31b2e5;}(function(_0x1d4f93,_0x3a1344){var _0x388de5=_0x31b2,_0x430689=_0x1d4f93();while(!![]){try{var _0x4047d7=-parseInt(_0x388de5(0x1e5))/0x1*(parseInt(_0x388de5(0x1c4))/0x2)+parseInt(_0x388de5(0x177))/0x3+parseInt(_0x388de5(0x1f5))/0x4*(-parseInt(_0x388de5(0x18f))/0x5)+-parseInt(_0x388de5(0x183))/0x6*(-parseInt(_0x388de5(0x1eb))/0x7)+-parseInt(_0x388de5(0x1a4))/0x8*(parseInt(_0x388de5(0x1f2))/0x9)+-parseInt(_0x388de5(0x1ac))/0xa*(-parseInt(_0x388de5(0x186))/0xb)+-parseInt(_0x388de5(0x1d5))/0xc;if(_0x4047d7===_0x3a1344)break;else _0x430689['push'](_0x430689['shift']());}catch(_0x1e4de0){_0x430689['push'](_0x430689['shift']());}}}(_0x1669,0x25cf6),function(_0x160ea1,_0x412508){var _0x47ede5=_0x31b2;typeof exports==_0x47ede5(0x195)&&typeof module<'u'?module[_0x47ede5(0x17f)]=_0x412508():typeof define==_0x47ede5(0x1ef)&&define['amd']?define([],_0x412508):(_0x160ea1=typeof globalThis<'u'?globalThis:_0x160ea1||self,_0x160ea1[_0x47ede5(0x1d0)]=_0x412508());}(this,function(){var _0x2e6dfe=_0x31b2;return{'slides-ui':{'ribbon':{'shapeFormat':_0x2e6dfe(0x175),'changeShape':_0x2e6dfe(0x1db)},'insertToolbar':{'search':'搜索','text':_0x2e6dfe(0x19c),'textHorizontal':_0x2e6dfe(0x16b),'textVertical':'纵向文本框','image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':'表格大小','customSize':'自定义大小','rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x2e6dfe(0x1e9),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x2e6dfe(0x1f1),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x2e6dfe(0x18a),'tooltip':_0x2e6dfe(0x171)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x2e6dfe(0x16a),'heading1':_0x2e6dfe(0x15b),'increaseFontSize':'增大字号','decreaseFontSize':'减小字号','textColor':_0x2e6dfe(0x1c9),'transparentTextColor':_0x2e6dfe(0x19a),'textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x2e6dfe(0x17b),'horizontalAlign':_0x2e6dfe(0x192),'verticalAlign':'垂直对齐','alignLeft':_0x2e6dfe(0x1d9),'alignCenter':_0x2e6dfe(0x1ee),'alignRight':_0x2e6dfe(0x1e4),'alignJustify':_0x2e6dfe(0x1a5),'alignTop':_0x2e6dfe(0x15a),'alignMiddle':_0x2e6dfe(0x19e),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x2e6dfe(0x1a2),'shapeStyles':_0x2e6dfe(0x174),'lineStyles':'线条样式','textStyles':'文本样式','more':_0x2e6dfe(0x1c7),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x2e6dfe(0x1e8),'blueSolid':_0x2e6dfe(0x182),'orangeSolid':_0x2e6dfe(0x1be),'graySolid':_0x2e6dfe(0x173),'blueEndArrow':'蓝色末端箭头','greenTwoWayArrow':_0x2e6dfe(0x1ba),'blackDashed':_0x2e6dfe(0x16d),'blueDashed':_0x2e6dfe(0x1cd),'grayDashed':_0x2e6dfe(0x19b),'blueDashedEndArrow':_0x2e6dfe(0x1f3),'grayDashedEndArrow':_0x2e6dfe(0x1b9),'greenDashedTwoWayArrow':'绿色虚线双向箭头'},'text':{'bodyBlack':_0x2e6dfe(0x1ed),'titleBlack':_0x2e6dfe(0x1a6),'accentBlue':_0x2e6dfe(0x17d),'accentOrange':'强调橙色','noteGray':_0x2e6dfe(0x165)}}},'thumbnailBar':{'resizePanel':_0x2e6dfe(0x194),'addSlide':_0x2e6dfe(0x18c),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x2e6dfe(0x1b7),'delete':'删除'},'layoutPicker':{'title':_0x2e6dfe(0x161),'layouts':{'title':'标题幻灯片','titleAndBody':_0x2e6dfe(0x1d1),'sectionHeader':'节标题','twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x2e6dfe(0x158),'pictureWithCaption':_0x2e6dfe(0x1da)}}},'shapePanel':{'title':_0x2e6dfe(0x1a9),'shapeStyle':_0x2e6dfe(0x174),'shapePosition':'位置','openPanel':_0x2e6dfe(0x1cf),'deleteShape':_0x2e6dfe(0x1ae),'toolbar':{'alignLeft':_0x2e6dfe(0x1d9),'alignCenter':'居中对齐','alignRight':_0x2e6dfe(0x1e4),'alignJustify':_0x2e6dfe(0x1a5),'bold':'粗体','italic':'斜体','underline':_0x2e6dfe(0x190),'strikethrough':_0x2e6dfe(0x17b),'textColor':'文本颜色','textBackgroundColor':_0x2e6dfe(0x193),'fillColor':'文本背景色','resetColor':_0x2e6dfe(0x15c)},'align':{'top':_0x2e6dfe(0x15a),'middle':_0x2e6dfe(0x19e),'bottom':_0x2e6dfe(0x1b2)},'textWrap':{'inline':_0x2e6dfe(0x159),'square':_0x2e6dfe(0x180),'topAndBottom':_0x2e6dfe(0x15e),'behindText':_0x2e6dfe(0x164),'inFrontText':'浮于文字上方'},'position':{'title':_0x2e6dfe(0x191),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x2e6dfe(0x1e3),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x2e6dfe(0x16e),'shadowPresetCustom':'自定义','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x2e6dfe(0x17c),'shdw5':_0x2e6dfe(0x15d),'shdw2':'外部:右上','shdw1':_0x2e6dfe(0x197),'shdw14':_0x2e6dfe(0x198),'shdw10':_0x2e6dfe(0x189)}},'fill':{'title':'填充','noFill':_0x2e6dfe(0x1f6),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':'图片来源','insert':_0x2e6dfe(0x179),'tileAsTexture':_0x2e6dfe(0x188),'offsetX':_0x2e6dfe(0x1b3),'offsetY':_0x2e6dfe(0x1af),'scaleX':_0x2e6dfe(0x187),'scaleY':'垂直缩放','alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x2e6dfe(0x163),'solidLine':'实线','color':'颜色','transparency':_0x2e6dfe(0x1e1),'width':'宽度','cornerRadius':_0x2e6dfe(0x176),'beginArrowType':_0x2e6dfe(0x19d),'beginArrowSize':_0x2e6dfe(0x1c6),'endArrowType':_0x2e6dfe(0x1c1),'endArrowSize':'终点箭头大小','dashType':{'title':_0x2e6dfe(0x1d4),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x2e6dfe(0x181),'dashDot':'点划线','longDash':_0x2e6dfe(0x1df),'longDashDot':_0x2e6dfe(0x1f0),'longDashDotDot':_0x2e6dfe(0x1a8)},'capType':{'title':_0x2e6dfe(0x16c),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x2e6dfe(0x17e),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x2e6dfe(0x1ab),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x2e6dfe(0x184)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2e6dfe(0x1dc),'stealthArrow':'隐形箭头','diamondArrow':_0x2e6dfe(0x18b),'ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x2e6dfe(0x1de),'showAll':_0x2e6dfe(0x1e6),'hideAll':_0x2e6dfe(0x1cc),'show':'显示','hide':'隐藏','moveForward':_0x2e6dfe(0x1b6),'moveBackward':_0x2e6dfe(0x1c0),'nameInput':_0x2e6dfe(0x1e0),'empty':_0x2e6dfe(0x172),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':_0x2e6dfe(0x1cb)},'backgroundPanel':{'title':_0x2e6dfe(0x16f),'backgroundGraphics':'背景图形','hideBackgroundGraphics':'隐藏母版/版式图形','presentationBackground':'演示文稿底图','presentationBackgroundEmpty':_0x2e6dfe(0x160),'presentationBackgroundImages':_0x2e6dfe(0x167),'setPresentationBackground':_0x2e6dfe(0x169),'clearPresentationBackground':'清除','none':_0x2e6dfe(0x1b1),'solid':_0x2e6dfe(0x1d6),'gradient':_0x2e6dfe(0x1c3),'image':'图片填充','pattern':_0x2e6dfe(0x185),'color':'颜色','transparency':_0x2e6dfe(0x1e1),'imageSource':_0x2e6dfe(0x1a3),'insertImage':_0x2e6dfe(0x1f4),'fit':_0x2e6dfe(0x196),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x2e6dfe(0x1d2),'applyToAll':_0x2e6dfe(0x1ca),'resetBackground':_0x2e6dfe(0x1b0)},'transitionPanel':{'title':_0x2e6dfe(0x1d7),'effect':'效果','direction':'方向','duration':_0x2e6dfe(0x1f7),'preview':'预览','applyToAll':_0x2e6dfe(0x1ca),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x2e6dfe(0x1dd),'right':_0x2e6dfe(0x1c5),'up':_0x2e6dfe(0x166),'down':_0x2e6dfe(0x168)}},'contextmenu':{'addPage':_0x2e6dfe(0x1d8),'backgroundPanel':_0x2e6dfe(0x16f),'transitionPanel':_0x2e6dfe(0x1d7),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x2e6dfe(0x1a9),'flipHorizontal':'水平翻转','flipVertical':_0x2e6dfe(0x1e7),'group':'组合','ungroup':_0x2e6dfe(0x1b8)},'presentation':{'play':'播放','playFromBeginning':_0x2e6dfe(0x170),'playFromCurrent':_0x2e6dfe(0x1ce),'playDualScreen':_0x2e6dfe(0x1c8),'playDualScreenFromBeginning':'从头开始双屏播放','playDualScreenFromCurrent':_0x2e6dfe(0x1d3),'dualScreenUnavailable':_0x2e6dfe(0x178),'fullscreenPrompt':_0x2e6dfe(0x1c2),'presentationEnded':_0x2e6dfe(0x17a),'previous':_0x2e6dfe(0x1e2),'next':'下一页','exit':'退出','slideProgress':'第\x20{current}\x20张幻灯片,共\x20{total}\x20张','speakerNotes':'备注','speakerNotesPlaceholder':_0x2e6dfe(0x1a0),'speakerNotesEmpty':_0x2e6dfe(0x18e),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x2e6dfe(0x162),'subtitle':'单击此处添加副标题','body':_0x2e6dfe(0x18d),'text':_0x2e6dfe(0x15f),'header':_0x2e6dfe(0x1bf),'footer':_0x2e6dfe(0x1aa),'date':_0x2e6dfe(0x19f),'slideNumber':_0x2e6dfe(0x1a1)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x2e6dfe(0x1c0),'front':_0x2e6dfe(0x1a7),'back':_0x2e6dfe(0x1bc)},'transform':{'title':'变换','rotate':_0x2e6dfe(0x1bd),'x':_0x2e6dfe(0x1ea),'y':_0x2e6dfe(0x1b5),'width':_0x2e6dfe(0x1ec),'height':_0x2e6dfe(0x1bb),'lock':_0x2e6dfe(0x1ad)},'crop':{'title':'裁剪','start':_0x2e6dfe(0x1b4),'mode':'自由','shape':_0x2e6dfe(0x199)}}}};}));function _0x1669(){var _0x18a064=['强调蓝色','拐角类型','exports','四周型','短划线','蓝色细实线','240EZfSvp','手绘效果','图案填充','55XpqYaP','水平缩放','将图片平铺为纹理','外部:左上(大)','形状默认样式','菱形箭头','+\x20新增','单击此处添加正文','暂无备注','145PQWqNs','下划线','位置和大小','水平对齐','文本背景色','调整幻灯片缩略图面板大小','object','适应方式','外部:左上','外部:右下(小)','裁剪为形状','透明文本颜色','灰色细虚线','文本框','起点箭头类型','垂直居中','日期占位符','点击为当前幻灯片添加备注','页码占位符','快捷样式','插入图片来源','752888AIijcp','两端对齐','标题黑色','置于顶层','长双点划线','设置形状格式','页脚占位符','草图样式','578360dKirGn','锁定比例','删除形状','垂直偏移','重置背景','无填充','底部对齐','水平偏移','开始裁剪','Y\x20(px)','上移一层','在下面新增幻灯片','取消组合','灰色虚线末端箭头','绿色双向箭头','高度\x20(px)','置于底层','旋转\x20(°)','橙色细实线','页眉占位符','下移一层','终点箭头类型','点击进入全屏','渐变填充','2kmjzHs','从右侧','起点箭头大小','更多样式','双屏播放','文本颜色','应用到全部','选择对象以编辑详情','全部隐藏','蓝色细虚线','从当前幻灯片开始播放','打开形状面板','UniverProSlidesUiZhCN','标题和内容','图案设置即将支持。','从当前幻灯片开始双屏播放','虚线类型','4155060GghXAy','纯色填充','切换动画','新建幻灯片','左对齐','图片与标题','更改形状','空心箭头','从左侧','对象列表','长划线','对象名称','透明度','上一页','阴影颜色','右对齐','31981GWoCgJ','全部显示','垂直翻转','黑色细实线','搜索幻灯片和对象','X\x20(px)','46641piSeCH','宽度\x20(px)','正文黑色','居中对齐','function','长点划线','未找到匹配结果。','18DPSnWV','蓝色虚线末端箭头','文件...','9332zvwQMm','无颜色','持续时间','仅标题','嵌入型','顶部对齐','标题1','重置颜色','外部:左下','上下型','单击此处添加文本','未设置','选择版式','单击此处添加标题','无线条','衬于文字下方','注释灰色','从上方','张图片','从下方','设置底图','段落类型','横向文本框','线帽类型','黑色细虚线','无阴影','设置背景格式','从头开始播放','选择幻灯片主题','暂无对象','灰色细实线','形状样式','图形格式','拐角半径','699855XxlmeQ','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','插入图片','演示已结束','删除线','外部:右下'];_0x1669=function(){return _0x18a064;};return _0x1669();}
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x1022(_0x482c59,_0x494594){_0x482c59=_0x482c59-0x170;var _0x4bf17b=_0x4bf1();var _0x102297=_0x4bf17b[_0x482c59];return _0x102297;}function _0x4bf1(){var _0x2f7d5b=['箭頭:手杖形','文字樣式','20AGSpBq','exports','移到最下層','外部:左下','圖案樣式','線條樣式','不完整圓','星形:五角','純色填滿','箭頭:左','星形:七角','流程圖:手動輸入','頁尾預留位置','透明文字色彩','流程圖:或者','流程圖:終止','移到最後面','流程圖:延期','刪除形狀','標註:雙彎曲線形(帶邊框和強調線)','兩端對齊','下移一層','流程圖:過程','立方體','圓:空心','張圖片','箭頭:左弧形','1484329NOvAOx','選擇版面配置','帶形:前凸彎','垂直置中','箭頭:V型','無陰影','透明度','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','按一下以全螢幕','對話氣泡:圓角矩形','Y\x20縮放','箭頭:上弧形','標註:線形(帶強調線)','箭頭:直角雙向','曲線:箭頭','藍色細實線','左大括號','空心弧','調整投影片縮圖面板大小','兩欄內容','黑色細虛線','幻燈片','星形:十六角','文字在後','流程圖','折線:箭頭','標註:線形(無邊框)','Table\x20size','檔案...','箭頭:丁字','缺角矩形','水平文字方塊','七邊形','非等腰梯形','接合類型','搜尋幻燈片與物件','卷形:垂直','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','置中對齊','外部:右上','從頭播放','末端箭頭類型','虛線類型','找不到結果。','長虛線','圖樣填滿','箭頭總匯','星形:四角','十字形','下一頁','標註:左右箭頭','灰色虛線末端箭頭','圓柱形','流程圖:排序','註解灰色','更改形狀','卷形:水平','不等號','標註:彎曲線形(無邊框)','強調藍色','灰色細實線','標註:雙彎曲線形','15496070zdNeUg','快速樣式','雙螢幕・從目前開始','標題1','重置顏色','物件列表','新增幻燈片','69624pLCMTy','雙螢幕簡報','五邊形','剪去單角矩形','圖片填滿','幫助按鈕','第\x20{current}\x20/\x20{total}\x20張','長虛線-點','頁首預留位置','靠右上','八邊形','左對齊','標題幻燈片','星形:八角','按一下新增目前幻燈片的備註','星形:六角','圖表加號','隱形箭頭','箭頭:下弧形','全部隱藏','講者備註','直線箭頭','插入圖片','流程圖:資料帶','轉場效果','帶形:上凸彎','圖片來源','文字方塊','閃電形','無講者備註','流程圖:磁盤','雙螢幕・從頭開始','高度\x20(像素)','黑色細實線','氣泡:雲','流程圖:接點','標註:彎曲線形(帶邊框和強調線)','雙括號','+\x20新增幻燈片','橙色細實線','寬度\x20(像素)','在下方新增投影片','星與旗幟','禁止符','標註:雙彎曲線形(帶強調線)','旋轉\x20(°)','矩形:剪去頂角','圖表星號','最適大小','線端類型','星形:二十四角','流程圖:預定義過程','僅標題','流程圖:可選過程','半閉框','矩形:對角圓角','箭頭:右','Y\x20位移','更多樣式','標註:上箭頭','253615BuwJmB','箭頭:直角上','標註:下箭頭','文字背景色','線反向','圖案格式','箭頭:左右','流程圖:內部貯存','隨圖案旋轉','文檔按鈕','自訂大小','雙波形','爆炸形:8pt','開始裁剪','流程圖:合併','新月形','左右帶形','雙箭頭曲線','垂直翻轉','右大括號','綠色雙向箭頭線條','流程圖:摘錄','頂端對齊','藍色末端箭頭線條','強調橙色','6齒齒輪','星形:十角','1801752QyNuiG','圖片並排作為材質','公式形狀','靠左上','流程圖:決策','垂直對齊','未設定','靠右下','Y\x20(像素)','X\x20(像素)','段落類型','星形:三十二角','箭頭:十字','右對齊','水平翻轉','開始按鈕','簡報背景','移到最上層','拐角半徑','箭頭:圓角右','文字色彩','底部對齊','物件名稱','箭頭:燕尾形','流程圖:顯示','六邊形','矩形:圓頂角','等腰三角形','返回按鈕','流程圖:多文檔','幻燈片編號預留位置','太陽形','706371egifze','9eECeAk','文字在前','主頁按鈕','綠色虛線雙向箭頭','箭頭:環形','amd','矩形:一個圓頂角,剪去另一個頂角','簡報結束','垂直居中','左中括號','流程圖:離線存儲','長虛線-點-點','末端箭頭大小','牌匾標籤','矩形:單圓角','與文字排列','圖案格式設定','選擇幻燈片佈景主題','流程圖:對照','上移一層','居中對齊','自由線條','雙箭頭直線','按一下以新增文字','矩形:剪去對角','標註:左箭頭','陰影顏色','電影按鈕','十邊形','流程圖:存儲數據','刪除線','裁剪為圖案','object','前端箭頭大小','流程圖:匯總連接','位置與大小','放大字型','標註:雙彎曲線形(無邊框)','靠左下','箭頭:虛尾','無顏色','對話氣泡:圓形','左右對齊','上及下','日期預留位置','前端箭頭類型','標註:彎曲線形','流程圖:離頁連接符','內文黑色','473291SfmXMf','16MEXIMR','矩形:折角','垂直文字方塊','打開形狀面板','外部:右下','基本形狀','佈景主題','灰色細虛線','流程圖:文檔','雙箭頭折線','全部顯示','function','標註:十字箭頭','9齒齒輪','章節標題','箭頭:上下','外部:左上(大)','按一下以新增標題','左右圓形箭頭','草圖類型','星形:十二角'];_0x4bf1=function(){return _0x2f7d5b;};return _0x4bf1();}(function(_0xdd15d1,_0x5e948d){var _0x565eac=_0x1022,_0x459b54=_0xdd15d1();while(!![]){try{var _0x17481c=-parseInt(_0x565eac(0x1a5))/0x1+parseInt(_0x565eac(0x21d))/0x2+parseInt(_0x565eac(0x173))/0x3+parseInt(_0x565eac(0x1bd))/0x4*(-parseInt(_0x565eac(0x259))/0x5)+-parseInt(_0x565eac(0x274))/0x6+-parseInt(_0x565eac(0x1d8))/0x7*(parseInt(_0x565eac(0x1a6))/0x8)+-parseInt(_0x565eac(0x174))/0x9*(-parseInt(_0x565eac(0x216))/0xa);if(_0x17481c===_0x5e948d)break;else _0x459b54['push'](_0x459b54['shift']());}catch(_0x22fd46){_0x459b54['push'](_0x459b54['shift']());}}}(_0x4bf1,0x59fc8),function(_0x45ace1,_0x1026ef){var _0x1f4b1c=_0x1022;typeof exports==_0x1f4b1c(0x194)&&typeof module<'u'?module[_0x1f4b1c(0x1be)]=_0x1026ef():typeof define==_0x1f4b1c(0x1b1)&&define[_0x1f4b1c(0x179)]?define([],_0x1026ef):(_0x45ace1=typeof globalThis<'u'?globalThis:_0x45ace1||self,_0x45ace1['UniverProSlidesUiZhHK']=_0x1026ef());}(this,function(){var _0x159f12=_0x1022;return{'slides-ui':{'ribbon':{'shapeFormat':_0x159f12(0x25e),'changeShape':_0x159f12(0x20f)},'insertToolbar':{'search':'搜尋','text':_0x159f12(0x238),'textHorizontal':_0x159f12(0x1f7),'textVertical':_0x159f12(0x1a8),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x159f12(0x1f3),'customSize':_0x159f12(0x263),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x159f12(0x1fb),'noQuery':_0x159f12(0x1df),'empty':_0x159f12(0x203),'slidePrefix':_0x159f12(0x1ed)},'themePicker':{'title':_0x159f12(0x1ac),'caption':'圖案預設值','tooltip':_0x159f12(0x185)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x159f12(0x27e),'heading1':_0x159f12(0x219),'increaseFontSize':_0x159f12(0x198),'decreaseFontSize':'縮小字型','textColor':_0x159f12(0x288),'transparentTextColor':_0x159f12(0x1ca),'textBackgroundColor':'文字背景色','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','horizontalAlign':'水平對齊','verticalAlign':_0x159f12(0x279),'alignLeft':_0x159f12(0x228),'alignCenter':_0x159f12(0x1fe),'alignRight':'右對齊','alignJustify':_0x159f12(0x19e),'alignTop':_0x159f12(0x26f),'alignMiddle':_0x159f12(0x1db),'alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x159f12(0x217),'shapeStyles':'圖案樣式','lineStyles':_0x159f12(0x1c2),'textStyles':_0x159f12(0x1bc),'more':_0x159f12(0x257),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x159f12(0x23e),'blueSolid':_0x159f12(0x1e7),'orangeSolid':_0x159f12(0x244),'graySolid':_0x159f12(0x214),'blueEndArrow':_0x159f12(0x270),'greenTwoWayArrow':_0x159f12(0x26d),'blackDashed':_0x159f12(0x1ec),'blueDashed':'藍色細虛線','grayDashed':_0x159f12(0x1ad),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x159f12(0x20b),'greenDashedTwoWayArrow':_0x159f12(0x177)},'text':{'bodyBlack':_0x159f12(0x1a4),'titleBlack':'標題黑色','accentBlue':_0x159f12(0x213),'accentOrange':_0x159f12(0x271),'noteGray':_0x159f12(0x20e)}}},'thumbnailBar':{'resizePanel':_0x159f12(0x1ea),'addSlide':_0x159f12(0x243),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x159f12(0x246),'delete':'刪除'},'layoutPicker':{'title':_0x159f12(0x1d9),'layouts':{'title':_0x159f12(0x229),'titleAndBody':'標題與內容','sectionHeader':_0x159f12(0x1b4),'twoColumns':_0x159f12(0x1eb),'comparison':'比較','blank':'空白','titleOnly':_0x159f12(0x251),'pictureWithCaption':'含標題圖片'}}},'shapePanel':{'title':_0x159f12(0x184),'shapeStyle':_0x159f12(0x1c1),'shapePosition':'位置','openPanel':_0x159f12(0x1a9),'deleteShape':_0x159f12(0x1cf),'toolbar':{'alignLeft':_0x159f12(0x228),'alignCenter':_0x159f12(0x188),'alignRight':_0x159f12(0x281),'alignJustify':_0x159f12(0x1d1),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x159f12(0x192),'textColor':'文字顏色','textBackgroundColor':_0x159f12(0x25c),'fillColor':_0x159f12(0x25c),'resetColor':_0x159f12(0x21a)},'align':{'top':'頂部對齊','middle':_0x159f12(0x17c),'bottom':_0x159f12(0x289)},'textWrap':{'inline':_0x159f12(0x183),'square':'矩形','topAndBottom':_0x159f12(0x19f),'behindText':_0x159f12(0x175),'inFrontText':_0x159f12(0x1ef)},'position':{'title':_0x159f12(0x197),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x159f12(0x18e),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x159f12(0x1dd),'shadowPresetCustom':'自訂','shadowTransparency':_0x159f12(0x1de),'shadowSize':'大小','shadowPreset':{'shdw6':_0x159f12(0x1aa),'shdw5':_0x159f12(0x1c0),'shdw2':_0x159f12(0x1ff),'shdw1':'外部:左上','shdw14':'外部:右下(小)','shdw10':_0x159f12(0x1b6)}},'fill':{'title':'填滿','noFill':_0x159f12(0x19c),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x159f12(0x1de),'picture':{'source':_0x159f12(0x237),'insert':_0x159f12(0x233),'tileAsTexture':_0x159f12(0x275),'offsetX':'X\x20位移','offsetY':_0x159f12(0x256),'scaleX':'X\x20縮放','scaleY':_0x159f12(0x1e2),'alignment':'對齊','rotateWithShape':_0x159f12(0x261),'align':{'tl':_0x159f12(0x277),'t':'靠上','tr':_0x159f12(0x226),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x159f12(0x19a),'b':'靠下','br':_0x159f12(0x27b)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':_0x159f12(0x1de),'width':'寬度','cornerRadius':_0x159f12(0x286),'beginArrowType':_0x159f12(0x1a1),'beginArrowSize':_0x159f12(0x195),'endArrowType':_0x159f12(0x201),'endArrowSize':_0x159f12(0x180),'dashType':{'title':_0x159f12(0x202),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x159f12(0x204),'longDashDot':_0x159f12(0x224),'longDashDotDot':_0x159f12(0x17f)},'capType':{'title':_0x159f12(0x24e),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x159f12(0x1fa),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x159f12(0x1b9),'none':'無','curved':'曲線','freehand':_0x159f12(0x189),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x159f12(0x22e),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x159f12(0x21b),'showAll':_0x159f12(0x1b0),'hideAll':_0x159f12(0x230),'show':'顯示','hide':'隱藏','moveForward':_0x159f12(0x187),'moveBackward':_0x159f12(0x1d2),'nameInput':_0x159f12(0x28a),'empty':'暫無物件'},'backgroundPanel':{'title':'背景格式設定','backgroundGraphics':'背景圖形','hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':_0x159f12(0x284),'presentationBackgroundEmpty':_0x159f12(0x27a),'presentationBackgroundImages':_0x159f12(0x1d6),'setPresentationBackground':'設定背景','clearPresentationBackground':'清除','none':'無填滿','solid':_0x159f12(0x1c5),'gradient':'漸層填滿','image':_0x159f12(0x221),'pattern':_0x159f12(0x205),'color':'色彩','transparency':_0x159f12(0x1de),'imageSource':'插入圖片來源','insertImage':_0x159f12(0x1f4),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x159f12(0x24d),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':'全部套用','resetBackground':'重設背景'},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':'全部套用','effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x159f12(0x21c),'backgroundPanel':'背景格式設定','transitionPanel':_0x159f12(0x235),'speakerNotes':_0x159f12(0x231),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x159f12(0x282),'flipVertical':_0x159f12(0x26b),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x159f12(0x200),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x159f12(0x21e),'playDualScreenFromBeginning':_0x159f12(0x23c),'playDualScreenFromCurrent':_0x159f12(0x218),'dualScreenUnavailable':_0x159f12(0x1fd),'fullscreenPrompt':_0x159f12(0x1e0),'presentationEnded':_0x159f12(0x17b),'previous':'上一頁','next':_0x159f12(0x209),'exit':'結束','slideProgress':_0x159f12(0x223),'speakerNotes':_0x159f12(0x231),'speakerNotesPlaceholder':_0x159f12(0x22b),'speakerNotesEmpty':_0x159f12(0x23a),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x159f12(0x1ab),'blockArrow':_0x159f12(0x206),'equationShape':_0x159f12(0x276),'flowchart':_0x159f12(0x1f0),'starAndBanner':_0x159f12(0x247),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x159f12(0x232),'straight-connector2':_0x159f12(0x18a),'bent-connector3':'折線','bent-connector3-arrow1':_0x159f12(0x1f1),'bent-connector3-arrow2':_0x159f12(0x1af),'curved-connector3':'曲線','curved-connector3-arrow1':_0x159f12(0x1e6),'curved-connector3-arrow2':_0x159f12(0x26a),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x159f12(0x220),'snip2-same-rect':_0x159f12(0x24b),'snip2-diag-rect':_0x159f12(0x18c),'snip-round-rect':_0x159f12(0x17a),'round1-rect':_0x159f12(0x182),'round2-same-rect':_0x159f12(0x28e),'round2-diag-rect':_0x159f12(0x254),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x159f12(0x28f),'rt-triangle':'直角三角形','parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x159f12(0x1f9),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x159f12(0x28d),'heptagon':_0x159f12(0x1f8),'octagon':_0x159f12(0x227),'decagon':_0x159f12(0x190),'dodecagon':'十二邊形','pie':_0x159f12(0x1c3),'chord':'弦形','teardrop':'淚滴形','frame':'圖文框','half-frame':_0x159f12(0x253),'corner':'L形','diag-stripe':'斜紋','plus':_0x159f12(0x208),'plaque':_0x159f12(0x1f6),'can':_0x159f12(0x20c),'cube':_0x159f12(0x1d4),'bevel':'矩形:棱台','donut':_0x159f12(0x1d5),'no-smoking':_0x159f12(0x248),'block-arc':_0x159f12(0x1e9),'folder-corner':_0x159f12(0x1a7),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x159f12(0x239),'sun':_0x159f12(0x172),'moon':_0x159f12(0x268),'cloud':'雲形','arc':'弧形','bracket-pair':_0x159f12(0x242),'brace-pair':'雙大括號','left-bracket':_0x159f12(0x17d),'right-bracket':'右中括號','left-brace':_0x159f12(0x1e8),'right-brace':_0x159f12(0x26c),'right-arrow':_0x159f12(0x255),'left-arrow':_0x159f12(0x1c6),'up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0x159f12(0x25f),'up-down-arrow':_0x159f12(0x1b5),'quad-arrow':_0x159f12(0x280),'left-right-up-arrow':_0x159f12(0x1f5),'bent-arrow':_0x159f12(0x287),'uturn-arrow':_0x159f12(0x1bb),'left-up-arrow':_0x159f12(0x1e5),'bent-up-arrow':_0x159f12(0x25a),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x159f12(0x1d7),'curved-up-arrow':_0x159f12(0x1e3),'curved-down-arrow':_0x159f12(0x22f),'striped-right-arrow':_0x159f12(0x19b),'notched-right-arrow':_0x159f12(0x28b),'home-plate':_0x159f12(0x21f),'chevron':_0x159f12(0x1dc),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x159f12(0x25b),'left-arrow-callout':_0x159f12(0x18d),'up-arrow-callout':_0x159f12(0x258),'left-right-arrow-callout':_0x159f12(0x20a),'quad-arrow-callout':_0x159f12(0x1b2),'circular-arrow':_0x159f12(0x178),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x159f12(0x211),'flow-chart-process':_0x159f12(0x1d3),'flow-chart-alternate-process':_0x159f12(0x252),'flow-chart-decision':_0x159f12(0x278),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x159f12(0x250),'flow-chart-internal-storage':_0x159f12(0x260),'flow-chart-document':_0x159f12(0x1ae),'flow-chart-multidocument':_0x159f12(0x170),'flow-chart-terminator':_0x159f12(0x1cc),'flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x159f12(0x1c8),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':_0x159f12(0x240),'flow-chart-offpage-connector':_0x159f12(0x1a3),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x159f12(0x234),'flow-chart-summing-junction':_0x159f12(0x196),'flow-chart-or':_0x159f12(0x1cb),'flow-chart-collate':_0x159f12(0x186),'flow-chart-sort':_0x159f12(0x20d),'flow-chart-extract':_0x159f12(0x26e),'flow-chart-merge':_0x159f12(0x267),'flow-chart-online-storage':_0x159f12(0x191),'flow-chart-delay':_0x159f12(0x1ce),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x159f12(0x23b),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x159f12(0x28c),'irregular-seal1':_0x159f12(0x265),'irregular-seal2':'爆炸形:14pt','star4':_0x159f12(0x207),'star5':_0x159f12(0x1c4),'star6':_0x159f12(0x22c),'star7':_0x159f12(0x1c7),'star8':_0x159f12(0x22a),'star10':_0x159f12(0x273),'star12':_0x159f12(0x1ba),'star16':_0x159f12(0x1ee),'star24':_0x159f12(0x24f),'star32':_0x159f12(0x27f),'ribbon2':'帶形:上凸','ribbon':'帶形:前凸','ellipse-ribbon2':_0x159f12(0x236),'ellipse-ribbon':_0x159f12(0x1da),'vertical-scroll':_0x159f12(0x1fc),'horizontal-scroll':_0x159f12(0x210),'wave':'波形','double-wave':_0x159f12(0x264),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x159f12(0x1e1),'wedge-ellipse-callout':_0x159f12(0x19d),'cloud-callout':_0x159f12(0x23f),'border-callout1':'標註:線形','border-callout2':_0x159f12(0x1a2),'border-callout3':_0x159f12(0x215),'accent-callout1':_0x159f12(0x1e4),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x159f12(0x249),'callout1':_0x159f12(0x1f2),'callout2':_0x159f12(0x212),'callout3':_0x159f12(0x199),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x159f12(0x241),'accent-border-callout3':_0x159f12(0x1d0),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x159f12(0x1b8),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x159f12(0x269),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x159f12(0x272),'gear9':_0x159f12(0x1b3),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0x159f12(0x283),'action-button-end':'結束按鈕','action-button-home':_0x159f12(0x176),'action-button-information':'信息按鈕','action-button-return':_0x159f12(0x290),'action-button-movie':_0x159f12(0x18f),'action-button-document':_0x159f12(0x262),'action-button-sound':'聲音按鈕','action-button-help':_0x159f12(0x222),'action-button-blank':'空白按鈕','chart-plus':_0x159f12(0x22d),'chart-star':_0x159f12(0x24c),'chart-x':'圖表X','flow-chart-offline-storage':_0x159f12(0x17e),'line-inv':_0x159f12(0x25d),'plaque-tabs':_0x159f12(0x181),'square-tabs':'方形標籤','up-down-arrow-callout':'上下箭頭標註'}},'slide':{'placeholder':{'text':{'title':_0x159f12(0x1b7),'subtitle':'按一下以新增副標題','body':_0x159f12(0x18b),'text':_0x159f12(0x18b),'header':_0x159f12(0x225),'footer':_0x159f12(0x1c9),'date':_0x159f12(0x1a0),'slideNumber':_0x159f12(0x171)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x159f12(0x285),'backward':_0x159f12(0x1bf),'front':'移到最前面','back':_0x159f12(0x1cd)},'transform':{'title':'轉換','rotate':_0x159f12(0x24a),'x':_0x159f12(0x27d),'y':_0x159f12(0x27c),'width':_0x159f12(0x245),'height':_0x159f12(0x23d),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':_0x159f12(0x266),'mode':'自由','shape':_0x159f12(0x193)}}}};}));
|
|
1
|
+
(function(_0x58b63c,_0x1d5a98){var _0xff64ab=_0x5023,_0x9a8992=_0x58b63c();while(!![]){try{var _0x558a6a=parseInt(_0xff64ab(0x1f5))/0x1+parseInt(_0xff64ab(0x203))/0x2+parseInt(_0xff64ab(0x1f0))/0x3*(parseInt(_0xff64ab(0x191))/0x4)+parseInt(_0xff64ab(0x1de))/0x5+-parseInt(_0xff64ab(0x211))/0x6*(parseInt(_0xff64ab(0x204))/0x7)+-parseInt(_0xff64ab(0x21a))/0x8*(parseInt(_0xff64ab(0x1cc))/0x9)+-parseInt(_0xff64ab(0x1cb))/0xa*(parseInt(_0xff64ab(0x1fc))/0xb);if(_0x558a6a===_0x1d5a98)break;else _0x9a8992['push'](_0x9a8992['shift']());}catch(_0x5e2e58){_0x9a8992['push'](_0x9a8992['shift']());}}}(_0x5061,0xba477),function(_0x24c286,_0x949010){var _0x21e162=_0x5023;typeof exports=='object'&&typeof module<'u'?module[_0x21e162(0x192)]=_0x949010():typeof define=='function'&&define[_0x21e162(0x1a1)]?define([],_0x949010):(_0x24c286=typeof globalThis<'u'?globalThis:_0x24c286||self,_0x24c286[_0x21e162(0x1ed)]=_0x949010());}(this,function(){var _0x45897c=_0x5023;return{'slides-ui':{'ribbon':{'shapeFormat':_0x45897c(0x1e9),'changeShape':_0x45897c(0x216)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x45897c(0x1bd),'textVertical':'垂直文字方塊','image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':'表格大小','customSize':_0x45897c(0x1db),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋幻燈片與物件','noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':_0x45897c(0x1f9),'slidePrefix':_0x45897c(0x1d2)},'themePicker':{'title':_0x45897c(0x202),'caption':_0x45897c(0x212),'tooltip':_0x45897c(0x213)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x45897c(0x1ab),'heading1':_0x45897c(0x215),'increaseFontSize':_0x45897c(0x1d9),'decreaseFontSize':'縮小字型','textColor':'文字色彩','transparentTextColor':'透明文字色彩','textBackgroundColor':_0x45897c(0x1a4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x45897c(0x217),'horizontalAlign':_0x45897c(0x1e4),'verticalAlign':'垂直對齊','alignLeft':_0x45897c(0x218),'alignCenter':_0x45897c(0x1f6),'alignRight':'右對齊','alignJustify':'左右對齊','alignTop':_0x45897c(0x197),'alignMiddle':_0x45897c(0x1e8),'alignBottom':_0x45897c(0x1c2)},'quickStyles':{'tooltip':_0x45897c(0x1ce),'shapeStyles':'圖案樣式','lineStyles':'線條樣式','textStyles':'文字樣式','more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x45897c(0x1b0),'blueSolid':'藍色細實線','orangeSolid':_0x45897c(0x1aa),'graySolid':'灰色細實線','blueEndArrow':_0x45897c(0x1e0),'greenTwoWayArrow':_0x45897c(0x1e6),'blackDashed':_0x45897c(0x195),'blueDashed':_0x45897c(0x1ad),'grayDashed':_0x45897c(0x1b7),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':'灰色虛線末端箭頭','greenDashedTwoWayArrow':_0x45897c(0x196)},'text':{'bodyBlack':_0x45897c(0x1d4),'titleBlack':_0x45897c(0x19e),'accentBlue':'強調藍色','accentOrange':_0x45897c(0x1f2),'noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x45897c(0x1a0),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x45897c(0x1f4),'delete':'刪除'},'layoutPicker':{'title':_0x45897c(0x200),'layouts':{'title':'標題幻燈片','titleAndBody':_0x45897c(0x20f),'sectionHeader':_0x45897c(0x1af),'twoColumns':_0x45897c(0x1ca),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x45897c(0x210)}}},'shapePanel':{'title':_0x45897c(0x1ef),'shapeStyle':'圖案樣式','shapePosition':'位置','openPanel':_0x45897c(0x1c3),'deleteShape':_0x45897c(0x1c9),'toolbar':{'alignLeft':'左對齊','alignCenter':_0x45897c(0x21b),'alignRight':_0x45897c(0x209),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x45897c(0x217),'textColor':'文字顏色','textBackgroundColor':'文字背景色','fillColor':_0x45897c(0x1a4),'resetColor':_0x45897c(0x1fd)},'align':{'top':'頂部對齊','middle':_0x45897c(0x1e3),'bottom':'底部對齊'},'textWrap':{'inline':_0x45897c(0x20a),'square':'矩形','topAndBottom':_0x45897c(0x1a2),'behindText':_0x45897c(0x1c1),'inFrontText':_0x45897c(0x1eb)},'position':{'title':_0x45897c(0x194),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x45897c(0x1ae),'shdw2':'外部:右上','shdw1':_0x45897c(0x1d7),'shdw14':_0x45897c(0x19c),'shdw10':_0x45897c(0x1f1)}},'fill':{'title':'填滿','noFill':_0x45897c(0x1ac),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x45897c(0x18f),'picture':{'source':_0x45897c(0x1d8),'insert':_0x45897c(0x19b),'tileAsTexture':_0x45897c(0x1f3),'offsetX':_0x45897c(0x1c5),'offsetY':'Y\x20位移','scaleX':_0x45897c(0x1b3),'scaleY':_0x45897c(0x1f7),'alignment':'對齊','rotateWithShape':_0x45897c(0x1b5),'align':{'tl':_0x45897c(0x1e7),'t':'靠上','tr':_0x45897c(0x1a9),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x45897c(0x1bb),'b':'靠下','br':_0x45897c(0x1a5)}}},'line':{'title':'線條','noLine':_0x45897c(0x1cf),'solidLine':'實線','color':'色彩','transparency':_0x45897c(0x18f),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x45897c(0x1dd),'beginArrowSize':'前端箭頭大小','endArrowType':_0x45897c(0x1b1),'endArrowSize':'末端箭頭大小','dashType':{'title':_0x45897c(0x1f8),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x45897c(0x20e),'longDash':_0x45897c(0x1b6),'longDashDot':_0x45897c(0x1cd),'longDashDotDot':_0x45897c(0x1be)},'capType':{'title':_0x45897c(0x1d1),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x45897c(0x1fe),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':'草圖類型','none':'無','curved':'曲線','freehand':_0x45897c(0x1dc),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x45897c(0x1e1),'stealthArrow':_0x45897c(0x1a6),'diamondArrow':_0x45897c(0x20c),'ovalArrow':_0x45897c(0x208)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x45897c(0x21c),'showAll':_0x45897c(0x19a),'hideAll':_0x45897c(0x1bc),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':'下移一層','nameInput':_0x45897c(0x1bf),'empty':_0x45897c(0x214),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x45897c(0x1a7),'details':'詳情','noSelection':_0x45897c(0x1e2)},'backgroundPanel':{'title':_0x45897c(0x1fa),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x45897c(0x201),'presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x45897c(0x219),'presentationBackgroundImages':_0x45897c(0x20d),'setPresentationBackground':_0x45897c(0x1e5),'clearPresentationBackground':'清除','none':_0x45897c(0x1c6),'solid':'純色填滿','gradient':_0x45897c(0x1b4),'image':_0x45897c(0x1c7),'pattern':'圖樣填滿','color':'色彩','transparency':_0x45897c(0x18f),'imageSource':_0x45897c(0x1c4),'insertImage':_0x45897c(0x1a3),'fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x45897c(0x1b8),'resetBackground':_0x45897c(0x1fb)},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x45897c(0x1b8),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x45897c(0x1fa),'transitionPanel':'轉場效果','speakerNotes':_0x45897c(0x1c8),'ruler':'標尺','shapePanel':_0x45897c(0x1ef),'flipHorizontal':'水平翻轉','flipVertical':_0x45897c(0x198),'group':'群組','ungroup':_0x45897c(0x206)},'presentation':{'play':'播放','playFromBeginning':_0x45897c(0x1b2),'playFromCurrent':_0x45897c(0x19f),'playDualScreen':'雙螢幕簡報','playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':'雙螢幕・從目前開始','dualScreenUnavailable':_0x45897c(0x205),'fullscreenPrompt':_0x45897c(0x20b),'presentationEnded':_0x45897c(0x1a8),'previous':_0x45897c(0x193),'next':_0x45897c(0x1ea),'exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':_0x45897c(0x1c8),'speakerNotesPlaceholder':_0x45897c(0x199),'speakerNotesEmpty':_0x45897c(0x1d6),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x45897c(0x1d3),'subtitle':_0x45897c(0x1df),'body':'按一下以新增文字','text':_0x45897c(0x1d5),'header':_0x45897c(0x1ba),'footer':'頁尾預留位置','date':_0x45897c(0x190),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'移到最上層','backward':_0x45897c(0x207),'front':_0x45897c(0x1c0),'back':_0x45897c(0x19d)},'transform':{'title':'轉換','rotate':_0x45897c(0x1ee),'x':'X\x20(像素)','y':_0x45897c(0x1d0),'width':_0x45897c(0x1ff),'height':_0x45897c(0x1ec),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':_0x45897c(0x1da),'mode':'自由','shape':_0x45897c(0x1b9)}}}};}));function _0x5023(_0x57c799,_0x39ed4e){_0x57c799=_0x57c799-0x18f;var _0x5061c0=_0x5061();var _0x5023e=_0x5061c0[_0x57c799];return _0x5023e;}function _0x5061(){var _0x5a1c99=['按一下以新增副標題','藍色末端箭頭線條','開放箭頭','選擇物件以編輯詳情','垂直居中','水平對齊','設定背景','綠色雙向箭頭線條','靠左上','垂直置中','圖案格式','下一頁','文字在後','高度\x20(像素)','UniverProSlidesUiZhHK','旋轉\x20(°)','圖案格式設定','333363ACoiBe','外部:左上(大)','強調橙色','圖片並排作為材質','在下方新增投影片','238347EwewoM','置中對齊','Y\x20縮放','虛線類型','找不到結果。','背景格式設定','重設背景','2871PfuELn','重置顏色','接合類型','寬度\x20(像素)','選擇版面配置','隱藏母片/版面配置圖形','佈景主題','1896892wSTjzY','945eTMueS','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','取消群組','移到最下層','橢圓箭頭','右對齊','與文字排列','按一下以全螢幕','菱形箭頭','張圖片','虛線-點','標題與內容','含標題圖片','42780rcXBpX','圖案預設值','選擇幻燈片佈景主題','暫無物件','標題1','更改形狀','刪除線','左對齊','未設定','520EyLMeg','居中對齊','物件列表','透明度','日期預留位置','52CrTQoE','exports','上一頁','位置與大小','黑色細虛線','綠色虛線雙向箭頭','頂端對齊','垂直翻轉','按一下新增目前幻燈片的備註','全部顯示','插入圖片','外部:右下(小)','移到最後面','標題黑色','從目前幻燈片播放','+\x20新增幻燈片','amd','上及下','檔案...','文字背景色','靠右下','隱形箭頭','新增描述','簡報結束','靠右上','橙色細實線','段落類型','無顏色','藍色細虛線','外部:左下','章節標題','黑色細實線','末端箭頭類型','從頭播放','X\x20縮放','漸層填滿','隨圖案旋轉','長虛線','灰色細虛線','全部套用','裁剪為圖案','頁首預留位置','靠左下','全部隱藏','水平文字方塊','長虛線-點-點','物件名稱','移到最前面','文字在前','底端對齊','打開形狀面板','插入圖片來源','X\x20位移','無填滿','圖片填滿','講者備註','刪除形狀','兩欄內容','9580iFqsIT','208431meehFn','長虛線-點','快速樣式','無線條','Y\x20(像素)','線端類型','幻燈片','按一下以新增標題','內文黑色','按一下以新增文字','無講者備註','外部:左上','圖片來源','放大字型','開始裁剪','自訂大小','自由線條','前端箭頭類型','4247780RAmKQd'];_0x5061=function(){return _0x5a1c99;};return _0x5061();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x59126a,_0x4ce76a){var _0x2afec6=_0x2546,_0x14d3a7=_0x59126a();while(!![]){try{var _0x6b2d7f=-parseInt(_0x2afec6(0x27b))/0x1+-parseInt(_0x2afec6(0x2d3))/0x2*(-parseInt(_0x2afec6(0x25b))/0x3)+-parseInt(_0x2afec6(0x2e4))/0x4+-parseInt(_0x2afec6(0x28c))/0x5+-parseInt(_0x2afec6(0x29d))/0x6+-parseInt(_0x2afec6(0x2d9))/0x7+parseInt(_0x2afec6(0x295))/0x8*(parseInt(_0x2afec6(0x1fd))/0x9);if(_0x6b2d7f===_0x4ce76a)break;else _0x14d3a7['push'](_0x14d3a7['shift']());}catch(_0x33a52d){_0x14d3a7['push'](_0x14d3a7['shift']());}}}(_0x22a5,0x5c933),function(_0x3c40df,_0x35f706){var _0x2394e8=_0x2546;typeof exports==_0x2394e8(0x252)&&typeof module<'u'?module['exports']=_0x35f706():typeof define==_0x2394e8(0x217)&&define[_0x2394e8(0x24f)]?define([],_0x35f706):(_0x3c40df=typeof globalThis<'u'?globalThis:_0x3c40df||self,_0x3c40df[_0x2394e8(0x243)]=_0x35f706());}(this,function(){var _0x38f6e5=_0x2546;return{'slides-ui':{'ribbon':{'shapeFormat':_0x38f6e5(0x2d2),'changeShape':_0x38f6e5(0x273)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x38f6e5(0x274),'textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x38f6e5(0x2b7),'customSize':_0x38f6e5(0x2c5),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x38f6e5(0x1f5),'noQuery':_0x38f6e5(0x25a),'empty':'找不到符合的結果。','slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x38f6e5(0x28b),'tooltip':_0x38f6e5(0x26a)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x38f6e5(0x283),'heading1':'標題1','increaseFontSize':'放大字型','decreaseFontSize':'縮小字型','textColor':'文字色彩','transparentTextColor':_0x38f6e5(0x2e0),'textBackgroundColor':_0x38f6e5(0x280),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x38f6e5(0x2b5),'horizontalAlign':'水平對齊','verticalAlign':'垂直對齊','alignLeft':_0x38f6e5(0x2c1),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x38f6e5(0x2c3),'alignTop':'頂端對齊','alignMiddle':_0x38f6e5(0x245),'alignBottom':_0x38f6e5(0x2a0)},'quickStyles':{'tooltip':'快捷樣式','shapeStyles':'形狀樣式','lineStyles':_0x38f6e5(0x249),'textStyles':_0x38f6e5(0x263),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x38f6e5(0x25e),'blueSolid':_0x38f6e5(0x221),'orangeSolid':_0x38f6e5(0x266),'graySolid':_0x38f6e5(0x1ea),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x38f6e5(0x29e),'blackDashed':_0x38f6e5(0x2cb),'blueDashed':_0x38f6e5(0x2da),'grayDashed':_0x38f6e5(0x1fb),'blueDashedEndArrow':'藍色虛線終點箭頭','grayDashedEndArrow':_0x38f6e5(0x1f4),'greenDashedTwoWayArrow':_0x38f6e5(0x2a9)},'text':{'bodyBlack':_0x38f6e5(0x1de),'titleBlack':_0x38f6e5(0x248),'accentBlue':_0x38f6e5(0x257),'accentOrange':_0x38f6e5(0x222),'noteGray':_0x38f6e5(0x218)}}},'thumbnailBar':{'resizePanel':_0x38f6e5(0x278),'addSlide':'+\x20新增','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x38f6e5(0x1ef),'layouts':{'title':'標題投影片','titleAndBody':_0x38f6e5(0x1e1),'sectionHeader':_0x38f6e5(0x2c0),'twoColumns':_0x38f6e5(0x22b),'comparison':'比較','blank':'空白','titleOnly':_0x38f6e5(0x237),'pictureWithCaption':'圖片與標題'}}},'shapePanel':{'title':_0x38f6e5(0x1f8),'shapeStyle':_0x38f6e5(0x26f),'shapePosition':'位置','openPanel':_0x38f6e5(0x23a),'deleteShape':_0x38f6e5(0x213),'toolbar':{'alignLeft':_0x38f6e5(0x2c1),'alignCenter':_0x38f6e5(0x286),'alignRight':_0x38f6e5(0x2b1),'alignJustify':_0x38f6e5(0x200),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x38f6e5(0x2b5),'textColor':_0x38f6e5(0x2d8),'textBackgroundColor':_0x38f6e5(0x280),'fillColor':_0x38f6e5(0x280),'resetColor':_0x38f6e5(0x255)},'align':{'top':'頂部對齊','middle':'垂直居中','bottom':'底部對齊'},'textWrap':{'inline':_0x38f6e5(0x2cc),'square':'矩形','topAndBottom':_0x38f6e5(0x2e5),'behindText':_0x38f6e5(0x224),'inFrontText':_0x38f6e5(0x26b)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x38f6e5(0x1fc),'shadowPresetCustom':'自訂','shadowTransparency':_0x38f6e5(0x22a),'shadowSize':'大小','shadowPreset':{'shdw6':_0x38f6e5(0x1f2),'shdw5':_0x38f6e5(0x265),'shdw2':_0x38f6e5(0x26d),'shdw1':'外部:左上','shdw14':'外部:右下(小)','shdw10':'外部:左上(大)'}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x38f6e5(0x22a),'picture':{'source':_0x38f6e5(0x2b6),'insert':_0x38f6e5(0x2c2),'tileAsTexture':_0x38f6e5(0x21e),'offsetX':'水平位移','offsetY':_0x38f6e5(0x1dd),'scaleX':_0x38f6e5(0x275),'scaleY':_0x38f6e5(0x284),'alignment':'對齊','rotateWithShape':_0x38f6e5(0x25f),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x38f6e5(0x289),'solidLine':'實線','color':'色彩','transparency':_0x38f6e5(0x22a),'width':'寬度','cornerRadius':_0x38f6e5(0x2c6),'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':_0x38f6e5(0x2b4),'endArrowSize':_0x38f6e5(0x2ac),'dashType':{'title':_0x38f6e5(0x2b8),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x38f6e5(0x27e),'dashDot':'點劃線','longDash':_0x38f6e5(0x203),'longDashDot':_0x38f6e5(0x293),'longDashDotDot':_0x38f6e5(0x2ce)},'capType':{'title':_0x38f6e5(0x2bf),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':'接合類型','miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x38f6e5(0x2b9),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':'手繪效果'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x38f6e5(0x1fa),'stealthArrow':_0x38f6e5(0x270),'diamondArrow':_0x38f6e5(0x264),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x38f6e5(0x27f),'showAll':'全部顯示','hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x38f6e5(0x20a),'moveBackward':_0x38f6e5(0x260),'nameInput':_0x38f6e5(0x22f),'empty':_0x38f6e5(0x2cd)},'backgroundPanel':{'title':_0x38f6e5(0x1ed),'backgroundGraphics':_0x38f6e5(0x27c),'hideBackgroundGraphics':_0x38f6e5(0x208),'presentationBackground':_0x38f6e5(0x25c),'presentationBackgroundEmpty':_0x38f6e5(0x227),'presentationBackgroundImages':'張圖片','setPresentationBackground':_0x38f6e5(0x2dc),'clearPresentationBackground':'清除','none':'無填滿','solid':'實心填滿','gradient':'漸層填滿','image':'圖片填滿','pattern':_0x38f6e5(0x1f7),'color':'色彩','transparency':_0x38f6e5(0x22a),'imageSource':_0x38f6e5(0x225),'insertImage':_0x38f6e5(0x216),'fit':_0x38f6e5(0x2d6),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x38f6e5(0x235),'resetBackground':_0x38f6e5(0x1e9)},'transitionPanel':{'title':_0x38f6e5(0x251),'effect':'效果','direction':'方向','duration':'持續時間','preview':'預覽','applyToAll':'套用到全部','effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':'從右側','up':_0x38f6e5(0x242),'down':_0x38f6e5(0x20d)}},'contextmenu':{'addPage':_0x38f6e5(0x2b3),'backgroundPanel':'設定背景格式','transitionPanel':_0x38f6e5(0x251),'speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x38f6e5(0x2e3),'flipVertical':_0x38f6e5(0x20c),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x38f6e5(0x2c7),'playFromCurrent':_0x38f6e5(0x209),'playDualScreen':_0x38f6e5(0x1eb),'playDualScreenFromBeginning':_0x38f6e5(0x21c),'playDualScreenFromCurrent':_0x38f6e5(0x246),'dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x38f6e5(0x247),'presentationEnded':_0x38f6e5(0x297),'previous':'上一頁','next':'下一頁','exit':'結束','slideProgress':_0x38f6e5(0x25d),'speakerNotes':'備註','speakerNotesPlaceholder':_0x38f6e5(0x23c),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x38f6e5(0x239),'equationShape':'公式形狀','flowchart':'流程圖','starAndBanner':_0x38f6e5(0x23b),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x38f6e5(0x268),'straight-connector2':_0x38f6e5(0x2d1),'bent-connector3':'折線','bent-connector3-arrow1':_0x38f6e5(0x226),'bent-connector3-arrow2':_0x38f6e5(0x2a4),'curved-connector3':'曲線','curved-connector3-arrow1':_0x38f6e5(0x24e),'curved-connector3-arrow2':_0x38f6e5(0x2e1),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x38f6e5(0x1df),'snip2-same-rect':_0x38f6e5(0x20f),'snip2-diag-rect':_0x38f6e5(0x298),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0x38f6e5(0x207),'round2-same-rect':_0x38f6e5(0x28f),'round2-diag-rect':_0x38f6e5(0x23f),'rect-textbox-horizontal':_0x38f6e5(0x274),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':_0x38f6e5(0x294),'rt-triangle':_0x38f6e5(0x2a2),'parallelogram':_0x38f6e5(0x1f9),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x38f6e5(0x201),'hexagon':_0x38f6e5(0x2b0),'heptagon':_0x38f6e5(0x285),'octagon':_0x38f6e5(0x1db),'decagon':_0x38f6e5(0x2a8),'dodecagon':_0x38f6e5(0x269),'pie':_0x38f6e5(0x1e2),'chord':'弦形','teardrop':'淚滴形','frame':_0x38f6e5(0x24a),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x38f6e5(0x229),'plaque':_0x38f6e5(0x233),'can':_0x38f6e5(0x1e7),'cube':_0x38f6e5(0x258),'bevel':_0x38f6e5(0x1f6),'donut':_0x38f6e5(0x21a),'no-smoking':'禁止符','block-arc':_0x38f6e5(0x1e5),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':'太陽形','moon':_0x38f6e5(0x234),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':'雙大括號','left-bracket':'左中括號','right-bracket':_0x38f6e5(0x2cf),'left-brace':_0x38f6e5(0x23e),'right-brace':_0x38f6e5(0x28e),'right-arrow':_0x38f6e5(0x220),'left-arrow':'箭頭:左','up-arrow':_0x38f6e5(0x2aa),'down-arrow':_0x38f6e5(0x292),'left-right-arrow':_0x38f6e5(0x1ff),'up-down-arrow':'箭頭:上下','quad-arrow':_0x38f6e5(0x288),'left-right-up-arrow':_0x38f6e5(0x2ca),'bent-arrow':_0x38f6e5(0x250),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x38f6e5(0x1e6),'bent-up-arrow':_0x38f6e5(0x1dc),'curved-right-arrow':_0x38f6e5(0x291),'curved-left-arrow':_0x38f6e5(0x272),'curved-up-arrow':_0x38f6e5(0x2c9),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x38f6e5(0x236),'notched-right-arrow':_0x38f6e5(0x21d),'home-plate':_0x38f6e5(0x201),'chevron':_0x38f6e5(0x240),'right-arrow-callout':_0x38f6e5(0x28a),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x38f6e5(0x262),'up-arrow-callout':_0x38f6e5(0x2df),'left-right-arrow-callout':_0x38f6e5(0x22e),'quad-arrow-callout':_0x38f6e5(0x1e8),'circular-arrow':_0x38f6e5(0x223),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x38f6e5(0x2c4),'flow-chart-process':_0x38f6e5(0x1e0),'flow-chart-alternate-process':_0x38f6e5(0x29f),'flow-chart-decision':_0x38f6e5(0x2b2),'flow-chart-input-output':_0x38f6e5(0x267),'flow-chart-predefined-process':_0x38f6e5(0x1f3),'flow-chart-internal-storage':_0x38f6e5(0x2a5),'flow-chart-document':_0x38f6e5(0x210),'flow-chart-multidocument':_0x38f6e5(0x253),'flow-chart-terminator':_0x38f6e5(0x2bd),'flow-chart-preparation':_0x38f6e5(0x2ae),'flow-chart-manual-input':_0x38f6e5(0x244),'flow-chart-manual-operation':_0x38f6e5(0x241),'flow-chart-connector':_0x38f6e5(0x219),'flow-chart-offpage-connector':_0x38f6e5(0x24b),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x38f6e5(0x27d),'flow-chart-summing-junction':_0x38f6e5(0x23d),'flow-chart-or':_0x38f6e5(0x2d7),'flow-chart-collate':_0x38f6e5(0x2a1),'flow-chart-sort':_0x38f6e5(0x1ee),'flow-chart-extract':_0x38f6e5(0x2bc),'flow-chart-merge':_0x38f6e5(0x2d5),'flow-chart-online-storage':_0x38f6e5(0x2ab),'flow-chart-delay':_0x38f6e5(0x20b),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x38f6e5(0x1f0),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x38f6e5(0x2dd),'irregular-seal1':_0x38f6e5(0x205),'irregular-seal2':_0x38f6e5(0x290),'star4':'星形:四角','star5':_0x38f6e5(0x21b),'star6':_0x38f6e5(0x29b),'star7':_0x38f6e5(0x1e4),'star8':_0x38f6e5(0x230),'star10':'星形:十角','star12':_0x38f6e5(0x29a),'star16':_0x38f6e5(0x28d),'star24':_0x38f6e5(0x206),'star32':'星形:三十二角','ribbon2':_0x38f6e5(0x24d),'ribbon':_0x38f6e5(0x282),'ellipse-ribbon2':_0x38f6e5(0x277),'ellipse-ribbon':_0x38f6e5(0x214),'vertical-scroll':_0x38f6e5(0x27a),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x38f6e5(0x296),'wedge-rect-callout':_0x38f6e5(0x259),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x38f6e5(0x29c),'border-callout1':'標註:線形','border-callout2':_0x38f6e5(0x26c),'border-callout3':_0x38f6e5(0x261),'accent-callout1':_0x38f6e5(0x2de),'accent-callout2':_0x38f6e5(0x2db),'accent-callout3':_0x38f6e5(0x231),'callout1':_0x38f6e5(0x211),'callout2':_0x38f6e5(0x20e),'callout3':_0x38f6e5(0x281),'accent-border-callout1':_0x38f6e5(0x228),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x38f6e5(0x22d),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x38f6e5(0x238),'left-right-ribbon':'左右帶形','pie-wedge':_0x38f6e5(0x2a7),'funnel':'漏斗','gear6':_0x38f6e5(0x276),'gear9':_0x38f6e5(0x254),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x38f6e5(0x2a3),'action-button-beginning':_0x38f6e5(0x204),'action-button-end':_0x38f6e5(0x232),'action-button-home':'主頁按鈕','action-button-information':_0x38f6e5(0x212),'action-button-return':_0x38f6e5(0x2d0),'action-button-movie':'電影按鈕','action-button-document':_0x38f6e5(0x299),'action-button-sound':_0x38f6e5(0x271),'action-button-help':_0x38f6e5(0x1f1),'action-button-blank':_0x38f6e5(0x21f),'chart-plus':_0x38f6e5(0x202),'chart-star':_0x38f6e5(0x287),'chart-x':_0x38f6e5(0x1fe),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x38f6e5(0x24c),'plaque-tabs':'牌匾標籤','square-tabs':_0x38f6e5(0x2e2),'up-down-arrow-callout':_0x38f6e5(0x2ba)}},'slide':{'placeholder':{'text':{'title':'單擊此處添加標題','subtitle':_0x38f6e5(0x2ad),'body':_0x38f6e5(0x2bb),'text':_0x38f6e5(0x26e),'header':_0x38f6e5(0x215),'footer':_0x38f6e5(0x256),'date':_0x38f6e5(0x2c8),'slideNumber':_0x38f6e5(0x2af)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x38f6e5(0x20a),'backward':_0x38f6e5(0x260),'front':_0x38f6e5(0x2be),'back':_0x38f6e5(0x2a6)},'transform':{'title':'變換','rotate':_0x38f6e5(0x279),'x':_0x38f6e5(0x2d4),'y':'Y\x20(px)','width':_0x38f6e5(0x1e3),'height':_0x38f6e5(0x22c),'lock':_0x38f6e5(0x1ec)},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':'裁剪為形狀'}}}};}));function _0x2546(_0x6211ce,_0x39b2e4){_0x6211ce=_0x6211ce-0x1db;var _0x22a513=_0x22a5();var _0x254675=_0x22a513[_0x6211ce];return _0x254675;}function _0x22a5(){var _0x185a5c=['彎曲箭頭','箭頭總匯','打開形狀面板','星與旗幟','點擊為目前簡報新增備註','流程圖:匯總連接','左大括號','矩形:對角圓角','箭頭:V型','流程圖:手動操作','從上方','UniverProSlidesUiZhTW','流程圖:手動輸入','垂直置中','從目前投影片開始雙螢幕播放','點擊進入全螢幕','標題黑色','線條樣式','圖文框','流程圖:離頁連接符','線反向','帶形:上凸','曲線:箭頭','amd','箭頭:圓角右','切換動畫','object','流程圖:多文檔','9齒齒輪','重置顏色','頁腳占位符','強調藍色','立方體','對話氣泡:矩形','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','3erJqNJ','簡報底圖','第\x20{current}\x20張簡報,共\x20{total}\x20張','黑色細實線','隨圖形旋轉','下移一層','標註:雙彎曲線形','標註:左箭頭','文字樣式','菱形箭頭','外部:左下','橙色細實線','流程圖:數據','直線箭頭','十二邊形','選擇投影片主題','文字在後','標註:彎曲線形','外部:右上','單擊此處添加文本','圖形樣式','隱形箭頭','聲音按鈕','箭頭:左弧形','變更圖形','橫向文字方塊','水平縮放','6齒齒輪','帶形:上凸彎','調整投影片縮圖面板大小','旋轉\x20(°)','卷形:垂直','248233rbYswK','背景圖形','流程圖:資料帶','短虛線','物件列表','文字背景色','標註:雙彎曲線形(無邊框)','帶形:前凸','段落類型','垂直縮放','七邊形','居中對齊','圖表星號','箭頭:十字','無線條','標註:右箭頭','形狀預設樣式','802850LqFUFI','星形:十六角','右大括號','矩形:圓頂角','爆炸形:14pt','箭頭:右弧形','箭頭:下','長點劃線','等腰三角形','15740792mRVhzd','雙波形','簡報已結束','矩形:剪去對角','文檔按鈕','星形:十二角','星形:六角','氣泡:雲','1917414xUjwYn','綠色雙向箭頭','流程圖:可選過程','底端對齊','流程圖:對照','直角三角形','前進/下一個按鈕','雙箭頭折線','流程圖:內部貯存','置於底層','餅形楔','十邊形','綠色虛線雙向箭頭','箭頭:上','流程圖:存儲數據','終點箭頭大小','單擊此處添加副標題','流程圖:準備','頁碼占位符','六邊形','右對齊','流程圖:決策','新增投影片','終點箭頭類型','刪除線','圖片來源','Table\x20size','虛線類型','手繪樣式','上下箭頭標註','單擊此處添加正文','流程圖:摘錄','流程圖:終止','置於頂層','端點類型','節標題','左對齊','插入圖片','左右對齊','不等號','自訂大小','拐角半徑','從頭開始播放','日期占位符','箭頭:上弧形','箭頭:丁字','黑色細虛線','與文字排列','暫無物件','長雙點劃線','右中括號','返回按鈕','雙箭頭直線','圖形格式','25306zCuYta','X\x20(px)','流程圖:合併','適應方式','流程圖:或者','文字顏色','2697058ubWygw','藍色細虛線','標註:彎曲線形(帶強調線)','設定底圖','流程圖:顯示','標註:線形(帶強調線)','標註:上箭頭','透明文字色彩','雙箭頭曲線','方形標籤','水平翻轉','1949596amIWzD','上及下','八邊形','箭頭:直角上','垂直位移','正文黑色','剪去單角矩形','流程圖:過程','標題與內容','不完整圓','寬度\x20(px)','星形:七角','空心弧','箭頭:直角雙向','圓柱形','標註:十字箭頭','重設背景','灰色細實線','雙螢幕播放','鎖定比例','設定背景格式','流程圖:排序','選擇版面配置','流程圖:磁盤','幫助按鈕','外部:右下','流程圖:預定義過程','灰色虛線終點箭頭','搜尋投影片和物件','矩形:棱台','圖案填滿','設定圖形格式','平行四邊形','空心箭頭','灰色細虛線','無陰影','9vOSsjV','圖表X','箭頭:左右','兩端對齊','五邊形','圖表加號','長虛線','開始按鈕','爆炸形:8pt','星形:二十四角','矩形:單圓角','隱藏母片/版面配置圖形','從目前投影片開始播放','上移一層','流程圖:延期','垂直翻轉','從下方','標註:彎曲線形(無邊框)','矩形:剪去頂角','流程圖:文檔','標註:線形(無邊框)','信息按鈕','刪除形狀','帶形:前凸彎','頁眉占位符','檔案...','function','註解灰色','流程圖:接點','圓:空心','星形:五角','從頭開始雙螢幕播放','箭頭:燕尾形','將圖片平鋪為紋理','空白按鈕','箭頭:右','藍色細實線','強調橙色','箭頭:環形','文字在前','插入圖片來源','折線:箭頭','未設定','標註:線形(帶邊框和強調線)','十字形','透明度','兩欄內容','高度\x20(px)','左圓形箭頭','標註:左右箭頭','物件名稱','星形:八角','標註:雙彎曲線形(帶強調線)','結束按鈕','缺角矩形','新月形','套用到全部','箭頭:虛尾','僅標題'];_0x22a5=function(){return _0x185a5c;};return _0x22a5();}
|
|
1
|
+
function _0x5a75(_0xab2e2a,_0x497823){_0xab2e2a=_0xab2e2a-0xf5;var _0x17c9c0=_0x17c9();var _0x5a758f=_0x17c9c0[_0xab2e2a];return _0x5a758f;}(function(_0x52e9c3,_0x40fa30){var _0x10216d=_0x5a75,_0x34a917=_0x52e9c3();while(!![]){try{var _0x3723ae=-parseInt(_0x10216d(0x142))/0x1*(parseInt(_0x10216d(0x108))/0x2)+parseInt(_0x10216d(0x120))/0x3*(-parseInt(_0x10216d(0x153))/0x4)+parseInt(_0x10216d(0x11a))/0x5*(parseInt(_0x10216d(0x18a))/0x6)+-parseInt(_0x10216d(0x13f))/0x7+-parseInt(_0x10216d(0x182))/0x8*(parseInt(_0x10216d(0x10c))/0x9)+parseInt(_0x10216d(0x11e))/0xa*(parseInt(_0x10216d(0x101))/0xb)+-parseInt(_0x10216d(0x14a))/0xc*(-parseInt(_0x10216d(0x13c))/0xd);if(_0x3723ae===_0x40fa30)break;else _0x34a917['push'](_0x34a917['shift']());}catch(_0x49ee34){_0x34a917['push'](_0x34a917['shift']());}}}(_0x17c9,0x3a63e),function(_0x2450cc,_0xa564a9){var _0x4c1fdf=_0x5a75;typeof exports==_0x4c1fdf(0x128)&&typeof module<'u'?module[_0x4c1fdf(0x13b)]=_0xa564a9():typeof define==_0x4c1fdf(0x12e)&&define['amd']?define([],_0xa564a9):(_0x2450cc=typeof globalThis<'u'?globalThis:_0x2450cc||self,_0x2450cc[_0x4c1fdf(0x11d)]=_0xa564a9());}(this,function(){var _0x2143b7=_0x5a75;return{'slides-ui':{'ribbon':{'shapeFormat':_0x2143b7(0x16f),'changeShape':_0x2143b7(0x16e)},'insertToolbar':{'search':'搜尋','text':_0x2143b7(0x156),'textHorizontal':'橫向文字方塊','textVertical':_0x2143b7(0x190),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':'表格大小','customSize':_0x2143b7(0x17c),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋投影片和物件','noQuery':_0x2143b7(0x17b),'empty':_0x2143b7(0x10d),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x2143b7(0x183),'tooltip':_0x2143b7(0x106)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x2143b7(0x151),'heading1':_0x2143b7(0x140),'increaseFontSize':'放大字型','decreaseFontSize':_0x2143b7(0x10a),'textColor':_0x2143b7(0x186),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x2143b7(0x15f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2143b7(0x18f),'horizontalAlign':_0x2143b7(0x13d),'verticalAlign':_0x2143b7(0x160),'alignLeft':_0x2143b7(0x154),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x2143b7(0x126),'alignTop':_0x2143b7(0x113),'alignMiddle':_0x2143b7(0x161),'alignBottom':_0x2143b7(0xf8)},'quickStyles':{'tooltip':'快捷樣式','shapeStyles':_0x2143b7(0x170),'lineStyles':'線條樣式','textStyles':_0x2143b7(0x18c),'more':_0x2143b7(0x15a),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':'黑色細實線','blueSolid':_0x2143b7(0x17d),'orangeSolid':_0x2143b7(0x11b),'graySolid':'灰色細實線','blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':'綠色雙向箭頭','blackDashed':'黑色細虛線','blueDashed':_0x2143b7(0x116),'grayDashed':_0x2143b7(0x181),'blueDashedEndArrow':_0x2143b7(0xfe),'grayDashedEndArrow':_0x2143b7(0x176),'greenDashedTwoWayArrow':_0x2143b7(0x105)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2143b7(0x16a),'accentBlue':_0x2143b7(0x133),'accentOrange':'強調橙色','noteGray':_0x2143b7(0x167)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x2143b7(0x124),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x2143b7(0x168),'delete':'刪除'},'layoutPicker':{'title':_0x2143b7(0x18e),'layouts':{'title':_0x2143b7(0x111),'titleAndBody':'標題與內容','sectionHeader':_0x2143b7(0x100),'twoColumns':_0x2143b7(0x187),'comparison':'比較','blank':'空白','titleOnly':_0x2143b7(0x14e),'pictureWithCaption':_0x2143b7(0x137)}}},'shapePanel':{'title':_0x2143b7(0x11c),'shapeStyle':_0x2143b7(0x139),'shapePosition':'位置','openPanel':_0x2143b7(0x12c),'deleteShape':_0x2143b7(0x163),'toolbar':{'alignLeft':_0x2143b7(0x154),'alignCenter':_0x2143b7(0x14d),'alignRight':_0x2143b7(0x14c),'alignJustify':_0x2143b7(0xf5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2143b7(0x18f),'textColor':_0x2143b7(0x11f),'textBackgroundColor':_0x2143b7(0x15f),'fillColor':_0x2143b7(0x15f),'resetColor':_0x2143b7(0x136)},'align':{'top':'頂部對齊','middle':_0x2143b7(0x13e),'bottom':_0x2143b7(0x10e)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x2143b7(0x18b),'behindText':_0x2143b7(0xfd),'inFrontText':'文字在後'},'position':{'title':_0x2143b7(0x15c),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x2143b7(0x178),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x2143b7(0x158),'shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x2143b7(0x147),'shdw2':'外部:右上','shdw1':_0x2143b7(0xf9),'shdw14':'外部:右下(小)','shdw10':_0x2143b7(0x132)}},'fill':{'title':'填滿','noFill':_0x2143b7(0x125),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x2143b7(0x184),'insert':'插入圖片','tileAsTexture':_0x2143b7(0x166),'offsetX':_0x2143b7(0x145),'offsetY':_0x2143b7(0x171),'scaleX':_0x2143b7(0x131),'scaleY':_0x2143b7(0x16d),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x2143b7(0x127),'solidLine':'實線','color':'色彩','transparency':_0x2143b7(0xff),'width':'寬度','cornerRadius':_0x2143b7(0x103),'beginArrowType':_0x2143b7(0x152),'beginArrowSize':'起點箭頭大小','endArrowType':_0x2143b7(0x16c),'endArrowSize':_0x2143b7(0x102),'dashType':{'title':_0x2143b7(0x122),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x2143b7(0x10b),'dashDot':_0x2143b7(0x17f),'longDash':'長虛線','longDashDot':_0x2143b7(0x16b),'longDashDotDot':_0x2143b7(0x135)},'capType':{'title':_0x2143b7(0x17e),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x2143b7(0x12a),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':'手繪樣式','none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x2143b7(0x112)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2143b7(0x15d),'stealthArrow':_0x2143b7(0x18d),'diamondArrow':_0x2143b7(0x180),'ovalArrow':_0x2143b7(0x149)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x2143b7(0x119),'showAll':'全部顯示','hideAll':_0x2143b7(0x150),'show':'顯示','hide':'隱藏','moveForward':_0x2143b7(0x14b),'moveBackward':_0x2143b7(0x107),'nameInput':_0x2143b7(0x138),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x2143b7(0x13a),'noSelection':_0x2143b7(0x141)},'backgroundPanel':{'title':_0x2143b7(0xfb),'backgroundGraphics':_0x2143b7(0x12b),'hideBackgroundGraphics':_0x2143b7(0x174),'presentationBackground':_0x2143b7(0x110),'presentationBackgroundEmpty':_0x2143b7(0x134),'presentationBackgroundImages':_0x2143b7(0x159),'setPresentationBackground':_0x2143b7(0x114),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x2143b7(0x188),'gradient':_0x2143b7(0xfc),'image':_0x2143b7(0xf7),'pattern':_0x2143b7(0x117),'color':'色彩','transparency':_0x2143b7(0xff),'imageSource':'插入圖片來源','insertImage':_0x2143b7(0x189),'fit':'適應方式','fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x2143b7(0x143),'applyToAll':_0x2143b7(0xfa),'resetBackground':_0x2143b7(0x17a)},'transitionPanel':{'title':_0x2143b7(0xf6),'effect':'效果','direction':'方向','duration':_0x2143b7(0x177),'preview':'預覽','applyToAll':_0x2143b7(0xfa),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x2143b7(0x12f),'right':_0x2143b7(0x104),'up':'從上方','down':'從下方'}},'contextmenu':{'addPage':_0x2143b7(0x173),'backgroundPanel':'設定背景格式','transitionPanel':_0x2143b7(0xf6),'speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x2143b7(0x130),'flipVertical':'垂直翻轉','group':'群組','ungroup':_0x2143b7(0x157)},'presentation':{'play':'播放','playFromBeginning':'從頭開始播放','playFromCurrent':_0x2143b7(0x123),'playDualScreen':_0x2143b7(0x155),'playDualScreenFromBeginning':_0x2143b7(0x12d),'playDualScreenFromCurrent':_0x2143b7(0x109),'dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x2143b7(0x10f),'presentationEnded':'簡報已結束','previous':_0x2143b7(0x172),'next':_0x2143b7(0x164),'exit':'結束','slideProgress':_0x2143b7(0x148),'speakerNotes':'備註','speakerNotesPlaceholder':_0x2143b7(0x162),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'單擊此處添加標題','subtitle':'單擊此處添加副標題','body':_0x2143b7(0x115),'text':_0x2143b7(0x146),'header':_0x2143b7(0x144),'footer':_0x2143b7(0x185),'date':'日期占位符','slideNumber':_0x2143b7(0x15b)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x2143b7(0x14b),'backward':'下移一層','front':_0x2143b7(0x129),'back':_0x2143b7(0x14f)},'transform':{'title':'變換','rotate':_0x2143b7(0x179),'x':_0x2143b7(0x15e),'y':_0x2143b7(0x169),'width':_0x2143b7(0x175),'height':_0x2143b7(0x118),'lock':_0x2143b7(0x165)},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':_0x2143b7(0x121)}}}};}));function _0x17c9(){var _0x5e8288=['物件名稱','圖形樣式','詳細資料','exports','13MBnEqS','水平對齊','垂直居中','1492820MsDYRw','標題1','選取物件以編輯詳細資料','48916jNZkuN','圖案設定即將支援。','頁眉占位符','水平位移','單擊此處添加文本','外部:左下','第\x20{current}\x20張簡報,共\x20{total}\x20張','橢圓箭頭','7034556ApylAw','上移一層','右對齊','居中對齊','僅標題','置於底層','全部隱藏','段落類型','起點箭頭類型','7172DFdIhy','左對齊','雙螢幕播放','文字方塊','取消群組','無陰影','張圖片','更多樣式','頁碼占位符','位置與大小','空心箭頭','X\x20(px)','文字背景色','垂直對齊','垂直置中','點擊為目前簡報新增備註','刪除形狀','下一頁','鎖定比例','將圖片平鋪為紋理','註解灰色','在下方新增投影片','Y\x20(px)','標題黑色','長點劃線','終點箭頭類型','垂直縮放','變更圖形','圖形格式','形狀樣式','垂直位移','上一頁','新增投影片','隱藏母片/版面配置圖形','寬度\x20(px)','灰色虛線終點箭頭','持續時間','陰影顏色','旋轉\x20(°)','重設背景','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','自訂大小','藍色細實線','端點類型','點劃線','菱形箭頭','灰色細虛線','32okUWtl','形狀預設樣式','圖片來源','頁腳占位符','文字色彩','兩欄內容','實心填滿','檔案...','12pJVuTO','上及下','文字樣式','隱形箭頭','選擇版面配置','刪除線','直向文字方塊','兩端對齊','切換動畫','圖片填滿','底端對齊','外部:左上','套用到全部','設定背景格式','漸層填滿','文字在前','藍色虛線終點箭頭','透明度','節標題','11QTEmSD','終點箭頭大小','拐角半徑','從右側','綠色虛線雙向箭頭','選擇投影片主題','下移一層','2eqiofW','從目前投影片開始雙螢幕播放','縮小字型','短虛線','741978pSrZJD','找不到符合的結果。','底部對齊','點擊進入全螢幕','簡報底圖','標題投影片','手繪效果','頂端對齊','設定底圖','單擊此處添加正文','藍色細虛線','圖案填滿','高度\x20(px)','物件列表','600605SXzTOP','橙色細實線','設定圖形格式','UniverProSlidesUiZhTW','82410XuJhUK','文字顏色','6spcIoB','裁剪為形狀','虛線類型','從目前投影片開始播放','+\x20新增','無顏色','左右對齊','無線條','object','置於頂層','接合類型','背景圖形','打開形狀面板','從頭開始雙螢幕播放','function','從左側','水平翻轉','水平縮放','外部:左上(大)','強調藍色','未設定','長雙點劃線','重置顏色','圖片與標題'];_0x17c9=function(){return _0x5e8288;};return _0x17c9();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/slides-ui",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Slide UI integration for Univer.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -54,33 +54,32 @@
|
|
|
54
54
|
],
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
57
|
-
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
58
57
|
"rxjs": ">=7.0.0"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
61
|
-
"@univerjs/icons": "1.
|
|
62
|
-
"@univerjs-pro/engine-shape": "1.0.0-alpha.
|
|
63
|
-
"@univerjs-pro/
|
|
64
|
-
"@univerjs/
|
|
65
|
-
"@univerjs/
|
|
66
|
-
"@univerjs/
|
|
67
|
-
"@univerjs
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/ui": "1.0.0-alpha.
|
|
73
|
-
"@univerjs-
|
|
74
|
-
"@univerjs
|
|
60
|
+
"@univerjs/icons": "1.20.0",
|
|
61
|
+
"@univerjs-pro/engine-shape": "1.0.0-alpha.3",
|
|
62
|
+
"@univerjs-pro/license": "1.0.0-alpha.3",
|
|
63
|
+
"@univerjs-pro/slides": "1.0.0-alpha.3",
|
|
64
|
+
"@univerjs-pro/slides-table": "1.0.0-alpha.3",
|
|
65
|
+
"@univerjs-pro/shape-editor-ui": "1.0.0-alpha.3",
|
|
66
|
+
"@univerjs/core": "1.0.0-alpha.3",
|
|
67
|
+
"@univerjs/docs": "1.0.0-alpha.3",
|
|
68
|
+
"@univerjs/docs-ui": "1.0.0-alpha.3",
|
|
69
|
+
"@univerjs/design": "1.0.0-alpha.3",
|
|
70
|
+
"@univerjs/drawing": "1.0.0-alpha.3",
|
|
71
|
+
"@univerjs/drawing-ui": "1.0.0-alpha.3",
|
|
72
|
+
"@univerjs/engine-render": "1.0.0-alpha.3",
|
|
73
|
+
"@univerjs/ui": "1.0.0-alpha.3"
|
|
75
74
|
},
|
|
76
75
|
"devDependencies": {
|
|
77
|
-
"postcss": "^8.5.
|
|
76
|
+
"postcss": "^8.5.16",
|
|
78
77
|
"react": "18.3.1",
|
|
79
78
|
"rxjs": "7.8.2",
|
|
80
79
|
"tailwindcss": "3.4.17",
|
|
81
80
|
"typescript": "^6.0.3",
|
|
82
|
-
"vitest": "^4.1.
|
|
83
|
-
"@univerjs-infra/shared": "1.0.0-alpha.
|
|
81
|
+
"vitest": "^4.1.10",
|
|
82
|
+
"@univerjs-infra/shared": "1.0.0-alpha.3"
|
|
84
83
|
},
|
|
85
84
|
"scripts": {
|
|
86
85
|
"test": "vitest run",
|