@univerjs-pro/slides-ui 1.0.0-alpha.2 → 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 +156 -92
- 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 +1 -5
- 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 -0
- 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/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/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x230627=_0x5408;function _0x3f6b(){const _0x4fa00a=['Dưới\x20cùng\x20bên\x20phải','Cắt\x20theo\x20hình\x20dạng','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Bên\x20phải','Ẩn\x20tất\x20cả','Tiêu\x20đề\x20đen','Áp\x20dụng','Mũi\x20tên\x20hình\x20bầu\x20dục','So\x20sánh','Hiệu\x20ứng','Trên\x20cùng\x20bên\x20trái','Màu\x20chữ','Căn\x20đều','Thoát','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Danh\x20sách\x20đối\x20tượng','8555440hrxFLP','Xoay\x20(°)','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Reset\x20color','Tô\x20màu\x20gradient','Hướng','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.','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Đứt\x20nét','Lộ\x20ra','248hHbeez','Hàng','Vừa\x20khung','Căn\x20giữa','Trước','Bên\x20ngoài:\x20trên\x20trái','Đưa\x20xuống\x20cuối','Thêm\x20kiểu','Đưa\x20lên\x20đầu','Tiếp','Chèn\x20hình\x20ảnh','36PRiMXH','Trình\x20giữ\x20chỗ\x20số\x20trang','Lật\x20ngang','Nhấn\x20mạnh\x20xanh\x20dương','Đặt\x20lại\x20nền','Nghiêng','Giảm\x20cỡ\x20chữ','Kiểu\x20đoạn\x20văn','Góc\x20nhọn','Trình\x20giữ\x20chỗ\x20chân\x20trang','Xem\x20trước','Cắt','Từ\x20trên','Căn\x20dọc','Chiều\x20cao','Đặt\x20nền','Căn\x20dưới','9gmuXUW','Cong','Chiều\x20cao\x20(px)','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Mặc\x20định\x20hình\x20dạng','Tăng\x20cỡ\x20chữ','Nền\x20bản\x20trình\x20bày','Nhấp\x20để\x20thêm\x20văn\x20bản','Mũi\x20tên','Tên\x20đối\x20tượng','Màu\x20nền\x20văn\x20bản','Chính\x20giữa','Hai\x20nội\x20dung','Hình\x20ảnh\x20có\x20chú\x20thích','Bán\x20kính\x20góc','Chủ\x20đề','Đường\x20liền\x20mảnh\x20màu\x20cam','Chiều\x20rộng\x20(px)','Không\x20đường\x20kẻ','Bắt\x20đầu\x20cắt','Kiểu\x20nối','Dưới\x20cùng','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Đưa\x20xuống\x20sau','Top\x20and\x20Bottom','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','6952316RIfSFQ','Nhỏ','Độ\x20dịch\x20X','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Kiểu\x20mũi\x20tên\x20cuối','Căn\x20phải','Quét','Tiêu\x20đề\x20phần','Hộp\x20văn\x20bản','Liền\x20nét','Kiểu\x20mũi\x20tên\x20đầu','Bỏ\x20nhóm','Hủy','+\x20Thêm\x20trang','Vuông','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Căn\x20chỉnh','Màu\x20bóng','Phông\x20chữ','Phát','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Sao\x20chép','Thước','Từ\x20phải','162207fqPEjW','Gạch\x20chân','236365SZaHFm','hình\x20ảnh','Chấm\x20vuông','Định\x20dạng\x20hình\x20dạng','Bên\x20trái','Không\x20tô','Vừa','Vị\x20trí\x20và\x20kích\x20thước','Bên\x20ngoài:\x20dưới\x20phải','Bảng','Góc','Hình\x20ảnh','Xóa\x20hình\x20dạng','Tùy\x20chỉnh','Đường\x20kẻ','Tự\x20do','Đưa\x20lên\x20trước','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','In\x20đậm','Kiểu\x20phác\x20thảo','Tô\x20màu\x20chuyển\x20sắc','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Kiểu\x20đầu\x20đường','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Kiểu\x20hình\x20dạng','Từ\x20trái','Đậm','Không\x20tô\x20màu','2359890NZIOLM','Hộp\x20văn\x20bản\x20dọc','Hiển\x20thị\x20tất\x20cả','Chèn','Tô\x20màu\x20hoa\x20văn','Chèn\x20hình\x20ảnh\x20từ','Căn\x20đều\x20hai\x20bên','Cỡ\x20chữ','Màu\x20chữ\x20trong\x20suốt','Căn\x20ngang','Độ\x20dịch\x20Y','Từ\x20dưới','Chiều\x20rộng','Mũi\x20tên\x20mở','Chuyển\x20tiếp','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Tô\x20màu\x20đặc','Tiêu\x20đề\x20và\x20nội\x20dung','Đưa\x20ra\x20sau','726588rgAQUY','Kích\x20thước','Trên\x20cùng\x20bên\x20phải','Căn\x20giữa\x20theo\x20chiều\x20dọc','Table\x20size','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Gạch\x20ngang\x20dài','Khóa\x20tỷ\x20lệ','Cột','Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','Gạch\x20ngang','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Đường\x20liền\x20mảnh\x20màu\x20đen','Sắp\x20xếp','Kiểu\x20đường\x20kẻ','Tô\x20màu','Phát\x20từ\x20đầu','Tròn','Sơ\x20đồ','Màu','Biến\x20đổi','Thời\x20lượng','Bỏ\x20che','Không','Lưu','Trang\x20trình\x20bày\x20mới','Square','Lật\x20dọc','Không\x20có\x20đối\x20tượng','Hiển\x20thị','Tìm\x20kiếm','Tỷ\x20lệ\x20X','Hình\x20dạng','Ghi\x20chú\x20xám','Đường\x20liền\x20mảnh\x20màu\x20xám','Vẽ\x20tay','Trang\x20tiêu\x20đề','Mờ\x20dần','Áp\x20dụng\x20cho\x20tất\x20cả','Độ\x20trong\x20suốt','Kiểu\x20đứt\x20nét','Behind\x20text','Bên\x20ngoài:\x20trên\x20phải','Lớn','Màu\x20nền\x20chữ','Chấm\x20tròn','Vị\x20trí','Phẳng','Định\x20dạng\x20nền','Màn\x20hình\x20kép\x20từ\x20đầu','Lấp\x20đầy','Căn\x20trái','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.','Đưa\x20ra\x20trước','Tệp...','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Làm\x20mờ','Phát\x20từ\x20trang\x20hiện\x20tại','Kiểu\x20văn\x20bản','Vát','In\x20line\x20with\x20text','Gạch\x20ngang\x20dài-chấm','Nhấn\x20mạnh\x20cam','Ghi\x20chú\x20người\x20trình\x20bày','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Kiểu\x20nhanh','584615AadLBJ','Trình\x20giữ\x20chỗ\x20ngày\x20tháng'];_0x3f6b=function(){return _0x4fa00a;};return _0x3f6b();}(function(_0x188c1e,_0x43cf78){const _0x36cb03=_0x5408,_0x15ad3f=_0x188c1e();while(!![]){try{const _0x3b031d=parseInt(_0x36cb03(0xeb))/0x1+-parseInt(_0x36cb03(0x107))/0x2+parseInt(_0x36cb03(0xb7))/0x3*(parseInt(_0x36cb03(0x11a))/0x4)+parseInt(_0x36cb03(0x15c))/0x5*(parseInt(_0x36cb03(0xa6))/0x6)+-parseInt(_0x36cb03(0xd1))/0x7+parseInt(_0x36cb03(0x9b))/0x8*(parseInt(_0x36cb03(0xe9))/0x9)+parseInt(_0x36cb03(0x90))/0xa;if(_0x3b031d===_0x43cf78)break;else _0x15ad3f['push'](_0x15ad3f['shift']());}catch(_0x10040b){_0x15ad3f['push'](_0x15ad3f['shift']());}}}(_0x3f6b,0xb0c00));function _0x5408(_0x4491a7,_0x567925){_0x4491a7=_0x4491a7-0x87;const _0x3f6b76=_0x3f6b();let _0x540851=_0x3f6b76[_0x4491a7];return _0x540851;}const e={'slides-ui':{'ribbon':{'shapeFormat':'Định\x20dạng\x20hình\x20dạng','changeShape':'Thay\x20đổi\x20hình\x20dạng'},'insertToolbar':{'search':_0x230627(0x138),'text':_0x230627(0xd9),'textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':_0x230627(0x108),'image':_0x230627(0xf6),'table':_0x230627(0xf4),'shape':_0x230627(0x13a),'chart':'Biểu\x20đồ'},'tableSizePicker':{'title':_0x230627(0x11e),'customSize':'Kích\x20thước\x20tùy\x20chỉnh','rows':_0x230627(0x9c),'columns':_0x230627(0x122),'insert':_0x230627(0x10a),'apply':_0x230627(0x164)},'searchPanel':{'placeholder':_0x230627(0x123),'noQuery':_0x230627(0x97),'empty':'Không\x20tìm\x20thấy\x20kết\x20quả.','slidePrefix':'Trang'},'themePicker':{'title':_0x230627(0xc6),'caption':_0x230627(0xbb),'tooltip':_0x230627(0xd0)},'editorToolbar':{'fontFamily':_0x230627(0xe3),'fontSize':_0x230627(0x10e),'paragraphType':_0x230627(0xad),'heading1':'Tiêu\x20đề\x201','increaseFontSize':_0x230627(0xbc),'decreaseFontSize':_0x230627(0xac),'textColor':_0x230627(0x8b),'transparentTextColor':_0x230627(0x10f),'textBackgroundColor':_0x230627(0x146),'bold':_0x230627(0x105),'italic':_0x230627(0xab),'underline':_0x230627(0xea),'strikethrough':_0x230627(0x124),'horizontalAlign':_0x230627(0x110),'verticalAlign':_0x230627(0xb3),'alignLeft':_0x230627(0x14d),'alignCenter':_0x230627(0x9e),'alignRight':_0x230627(0xd6),'alignJustify':_0x230627(0x8c),'alignTop':'Căn\x20trên','alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':_0x230627(0xb6)},'quickStyles':{'tooltip':_0x230627(0x15b),'shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x230627(0x128),'textStyles':_0x230627(0x154),'more':_0x230627(0xa2),'groups':{'solid':'Liền\x20nét','dashed':_0x230627(0x99)},'presets':{'line':{'blackSolid':_0x230627(0x126),'blueSolid':_0x230627(0x93),'orangeSolid':_0x230627(0xc7),'graySolid':_0x230627(0x13c),'blueEndArrow':'Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','greenTwoWayArrow':_0x230627(0x8e),'blackDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','blueDashed':_0x230627(0x11f),'grayDashed':_0x230627(0x92),'blueDashedEndArrow':_0x230627(0x15a),'grayDashedEndArrow':'Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','greenDashedTwoWayArrow':_0x230627(0x100)},'text':{'bodyBlack':'Nội\x20dung\x20đen','titleBlack':_0x230627(0x163),'accentBlue':_0x230627(0xa9),'accentOrange':_0x230627(0x158),'noteGray':_0x230627(0x13b)}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x230627(0xde),'contextMenu':{'cut':_0x230627(0xb1),'copy':_0x230627(0xe6),'paste':'Dán','addBelow':_0x230627(0xd4),'delete':'Xóa'},'layoutPicker':{'title':'Chọn\x20bố\x20cục','layouts':{'title':_0x230627(0x13e),'titleAndBody':_0x230627(0x118),'sectionHeader':_0x230627(0xd8),'twoColumns':_0x230627(0xc3),'comparison':_0x230627(0x88),'blank':'Trống','titleOnly':'Chỉ\x20tiêu\x20đề','pictureWithCaption':_0x230627(0xc4)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x230627(0x103),'shapePosition':_0x230627(0x148),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x230627(0xf7),'toolbar':{'alignLeft':_0x230627(0x14d),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':_0x230627(0x10d),'bold':_0x230627(0xfd),'italic':'In\x20nghiêng','underline':_0x230627(0xea),'strikethrough':'Gạch\x20ngang','textColor':_0x230627(0x8b),'textBackgroundColor':_0x230627(0x146),'fillColor':_0x230627(0xc1),'resetColor':_0x230627(0x94)},'align':{'top':'Căn\x20trên','middle':_0x230627(0x11d),'bottom':_0x230627(0xb6)},'textWrap':{'inline':_0x230627(0x156),'square':_0x230627(0x134),'topAndBottom':_0x230627(0xcf),'behindText':_0x230627(0x143),'inFrontText':'In\x20front\x20of\x20text'},'position':{'title':_0x230627(0xf2),'x':'X','y':'Y','width':'Chiều\x20rộng','height':_0x230627(0xb4),'rotation':'Xoay'},'style':{'shadow':'Bóng','shadowColor':_0x230627(0xe2),'shadowBlurRadius':_0x230627(0x152),'shadowDistance':'Khoảng\x20cách','shadowDirection':_0x230627(0xf5),'shadowPresetTitle':'Cài\x20sẵn','shadowPresetNone':'Không\x20có\x20bóng','shadowPresetCustom':_0x230627(0xf8),'shadowTransparency':_0x230627(0x141),'shadowSize':_0x230627(0x11b),'shadowPreset':{'shdw6':_0x230627(0xf3),'shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x230627(0x144),'shdw1':_0x230627(0xa0),'shdw14':_0x230627(0x116),'shdw10':_0x230627(0x102)}},'fill':{'title':_0x230627(0x129),'noFill':_0x230627(0xf0),'solidFill':_0x230627(0x117),'gradientFill':_0x230627(0x95),'pictureFill':_0x230627(0x98),'color':_0x230627(0x12d),'transparency':_0x230627(0x141),'picture':{'source':'Nguồn\x20hình\x20ảnh','insert':_0x230627(0xa5),'tileAsTexture':_0x230627(0xfc),'offsetX':_0x230627(0xd3),'offsetY':_0x230627(0x111),'scaleX':_0x230627(0x139),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0x230627(0xe1),'rotateWithShape':'Xoay\x20theo\x20hình\x20dạng','align':{'tl':_0x230627(0x8a),'t':'Trên\x20cùng','tr':_0x230627(0x11c),'l':_0x230627(0xef),'ctr':_0x230627(0xc2),'r':_0x230627(0x161),'bl':'Dưới\x20cùng\x20bên\x20trái','b':_0x230627(0xcc),'br':_0x230627(0x15e)}}},'line':{'title':_0x230627(0xf9),'noLine':_0x230627(0xc9),'solidLine':'Đường\x20liền\x20nét','color':_0x230627(0x12d),'transparency':'Độ\x20trong\x20suốt','width':_0x230627(0x113),'cornerRadius':_0x230627(0xc5),'beginArrowType':_0x230627(0xdb),'beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':_0x230627(0xd5),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','dashType':{'title':_0x230627(0x142),'solid':_0x230627(0xda),'roundDot':_0x230627(0x147),'squareDot':_0x230627(0xed),'dash':'Gạch\x20ngang','dashDot':'Gạch\x20ngang-chấm','longDash':_0x230627(0x120),'longDashDot':_0x230627(0x157),'longDashDotDot':'Gạch\x20ngang\x20dài-chấm-chấm'},'capType':{'title':_0x230627(0x101),'flat':_0x230627(0x149),'round':'Tròn','square':_0x230627(0xdf)},'joinType':{'title':_0x230627(0xcb),'miter':_0x230627(0xae),'round':_0x230627(0x12b),'bevel':_0x230627(0x155)},'sketchType':{'title':_0x230627(0xfe),'none':'Không','curved':_0x230627(0xb8),'freehand':_0x230627(0xfa),'handDrawn':_0x230627(0x13d)},'arrowType':{'none':_0x230627(0x131),'arrow':_0x230627(0xbf),'openArrow':_0x230627(0x114),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':'Mũi\x20tên\x20hình\x20thoi','ovalArrow':_0x230627(0x87)},'arrowSize':{'small':_0x230627(0xd2),'medium':_0x230627(0xf1),'large':_0x230627(0x145)}}},'objectListPanel':{'title':_0x230627(0x8f),'showAll':_0x230627(0x109),'hideAll':_0x230627(0x162),'show':_0x230627(0x137),'hide':'Ẩn','moveForward':_0x230627(0x14f),'moveBackward':_0x230627(0x119),'nameInput':_0x230627(0xc0),'empty':_0x230627(0x136)},'backgroundPanel':{'title':_0x230627(0x14a),'backgroundGraphics':'Đồ\x20họa\x20nền','hideBackgroundGraphics':_0x230627(0x125),'presentationBackground':_0x230627(0xbd),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x230627(0xec),'setPresentationBackground':_0x230627(0xb5),'clearPresentationBackground':'Xóa','none':_0x230627(0x106),'solid':'Tô\x20màu\x20đơn\x20sắc','gradient':_0x230627(0xff),'image':'Tô\x20màu\x20hình\x20ảnh','pattern':_0x230627(0x10b),'color':_0x230627(0x12d),'transparency':_0x230627(0x141),'imageSource':_0x230627(0x10c),'insertImage':_0x230627(0x150),'fit':_0x230627(0x9d),'fitOptions':{'cover':_0x230627(0x14c),'contain':_0x230627(0x9d),'stretch':'Kéo\x20giãn','repeat':'Lặp\x20lại'},'patternHint':_0x230627(0xcd),'applyToAll':_0x230627(0x140),'resetBackground':_0x230627(0xaa)},'transitionPanel':{'title':_0x230627(0x115),'effect':_0x230627(0x89),'direction':_0x230627(0x96),'duration':_0x230627(0x12f),'preview':_0x230627(0xb0),'applyToAll':_0x230627(0x140),'effects':{'none':'Không','fade':_0x230627(0x13f),'push':'Đẩy','wipe':_0x230627(0xd7),'split':'Chia\x20đôi','reveal':_0x230627(0x9a),'cut':'Cắt','uncover':_0x230627(0x130),'cover':'Che\x20phủ','zoom':'Thu\x20phóng'},'directions':{'left':_0x230627(0x104),'right':_0x230627(0xe8),'up':_0x230627(0xb2),'down':_0x230627(0x112)}},'contextmenu':{'addPage':_0x230627(0x133),'backgroundPanel':_0x230627(0x14a),'transitionPanel':'Chuyển\x20tiếp','speakerNotes':_0x230627(0x159),'ruler':_0x230627(0xe7),'shapePanel':_0x230627(0xee),'flipHorizontal':_0x230627(0xa8),'flipVertical':_0x230627(0x135),'group':'Nhóm','ungroup':_0x230627(0xdc)},'presentation':{'play':_0x230627(0xe4),'playFromBeginning':_0x230627(0x12a),'playFromCurrent':_0x230627(0x153),'playDualScreen':'Trình\x20bày\x20màn\x20hình\x20kép','playDualScreenFromBeginning':_0x230627(0x14b),'playDualScreenFromCurrent':_0x230627(0x151),'dualScreenUnavailable':_0x230627(0x14e),'fullscreenPrompt':'Nhấp\x20để\x20toàn\x20màn\x20hình','presentationEnded':_0x230627(0xe5),'previous':_0x230627(0x9f),'next':_0x230627(0xa4),'exit':_0x230627(0x8d),'slideProgress':'Trang\x20{current}\x20/\x20{total}','speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x230627(0x160),'speakerNotesSave':_0x230627(0x132),'speakerNotesCancel':_0x230627(0xdd)},'slide':{'placeholder':{'text':{'title':_0x230627(0xe0),'subtitle':'Nhấp\x20để\x20thêm\x20phụ\x20đề','body':_0x230627(0xbe),'text':_0x230627(0xbe),'header':_0x230627(0xba),'footer':_0x230627(0xaf),'date':_0x230627(0x15d),'slideNumber':_0x230627(0xa7)},'icon':{'image':_0x230627(0xf6),'table':_0x230627(0xf4),'chart':'Biểu\x20đồ','diagram':_0x230627(0x12c),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x230627(0x127),'forward':_0x230627(0xfb),'backward':_0x230627(0xce),'front':_0x230627(0xa3),'back':_0x230627(0xa1)},'transform':{'title':_0x230627(0x12e),'rotate':_0x230627(0x91),'x':'X\x20(px)','y':'Y\x20(px)','width':_0x230627(0xc8),'height':_0x230627(0xb9),'lock':_0x230627(0x121)},'crop':{'title':_0x230627(0xb1),'start':_0x230627(0xca),'mode':_0x230627(0xfa),'shape':_0x230627(0x15f)}}}};module['exports']=e;
|
|
1
|
+
function _0x1509(){const _0x428657=['Lớn','So\x20sánh','Căn\x20đều','X\x20(px)','Gạch\x20ngang\x20dài','In\x20đậm','Căn\x20giữa\x20dọc','Khoảng\x20cách','Bên\x20ngoài:\x20dưới\x20trái','Lấp\x20đầy','Tiếp','Hộp\x20văn\x20bản\x20ngang','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Tiêu\x20đề\x20và\x20nội\x20dung','Danh\x20sách\x20đối\x20tượng','Mũi\x20tên\x20mở','Nhấp\x20để\x20thêm\x20văn\x20bản','Từ\x20dưới','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Ghi\x20chú\x20người\x20trình\x20bày','Hình\x20ảnh\x20có\x20chú\x20thích','Không','Xóa\x20hình\x20dạng','Vừa','Cắt','Vừa\x20khung','Góc','Căn\x20dọc','Vuông','Nhấn\x20mạnh\x20xanh\x20dương','Đưa\x20ra\x20trước','Bên\x20ngoài:\x20trên\x20phải','Độ\x20dịch\x20Y','Bóng','Xoay\x20theo\x20hình\x20dạng','Xoay','Nghiêng','Đường\x20liền\x20mảnh\x20màu\x20xám','Trình\x20bày\x20màn\x20hình\x20kép','Vị\x20trí\x20và\x20kích\x20thước','Đồ\x20họa\x20nền','Căn\x20giữa','Màn\x20hình\x20kép\x20từ\x20đầu','Hiển\x20thị\x20tất\x20cả','Đẩy','Không\x20có\x20bóng','Bỏ\x20nhóm','Kiểu\x20văn\x20bản','Kiểu\x20nối','Ẩn\x20tất\x20cả','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Xóa','Hai\x20nội\x20dung','Căn\x20chỉnh','Đứt\x20nét','Định\x20dạng\x20hình\x20dạng','Từ\x20phải','Trình\x20giữ\x20chỗ\x20số\x20trang','Chia\x20đôi','Màu\x20nền\x20văn\x20bản','Góc\x20nhọn','Biến\x20đổi','Kiểu\x20nhanh','Tô\x20màu','Kích\x20thước\x20mũi\x20tên\x20đầu','Trang\x20tiêu\x20đề','Trên\x20cùng','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Tỷ\x20lệ\x20X','Mở\x20bảng\x20hình\x20dạng','Phía\x20trước\x20văn\x20bản','Đường\x20liền\x20mảnh\x20màu\x20đen','Đường\x20liền\x20mảnh\x20màu\x20cam','Căn\x20trên','Bỏ\x20che','Kiểu\x20hình\x20dạng','Hộp\x20văn\x20bản\x20dọc','Hình\x20ảnh','3823670wUtwsN','3182319WmgIre','Mặc\x20định\x20hình\x20dạng','Từ\x20trên','Gạch\x20chân','Không\x20tô','Đưa\x20lên\x20trước','Tìm\x20kiếm','Nhỏ','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Đường\x20kẻ','Căn\x20đều\x20hai\x20bên','Chèn\x20hình\x20ảnh','Khóa\x20tỷ\x20lệ','Gạch\x20ngang-chấm','Màu\x20bóng','Y\x20(px)','Trang\x20{current}\x20/\x20{total}','Liền\x20nét','Trên\x20và\x20dưới','Cột','Ghi\x20chú\x20xám','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Trên\x20cùng\x20bên\x20trái','40440snFpCb','Chiều\x20rộng\x20(px)','Vát','Đặt\x20lại\x20nền','Lưu','Kiểu\x20đường\x20kẻ','Nền\x20bản\x20trình\x20bày','Kích\x20thước\x20bảng','Căn\x20ngang','Tiêu\x20đề\x201','84QYkgfk','Hiệu\x20ứng','Hộp\x20văn\x20bản','Xoay\x20(°)','Bán\x20kính\x20góc','Áp\x20dụng','Tự\x20do','Đặt\x20lại\x20màu','Căn\x20dưới','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Định\x20dạng\x20nền','992328YDUMIY','Phát\x20từ\x20trang\x20hiện\x20tại','Trang\x20trình\x20bày\x20mới','Phát','Chiều\x20cao\x20(px)','Mũi\x20tên\x20hình\x20thoi','Kích\x20thước\x20mũi\x20tên\x20cuối','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Giảm\x20cỡ\x20chữ','Tên\x20đối\x20tượng','Tô\x20màu\x20đơn\x20sắc','3143735mnYFmL','Phía\x20sau\x20văn\x20bản','184GExTeu','Chưa\x20thiết\x20lập','Cỡ\x20chữ','Đặt\x20nền','Màu\x20chữ','Quét','Đa\x20phương\x20tiện','Hàng','Tô\x20màu\x20chuyển\x20sắc','Chiều\x20rộng','Cài\x20sẵn','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','Tên','Mũi\x20tên\x20hình\x20bầu\x20dục','Chủ\x20đề','9866POmKAT','Tùy\x20chỉnh','Chính\x20giữa','Bảng','Bắt\x20đầu\x20cắt','Nhấp\x20để\x20thêm\x20phụ\x20đề','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Kiểu\x20mũi\x20tên\x20đầu','Sao\x20chép','Màu','Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','Thêm\x20mô\x20tả','Chèn\x20hình\x20ảnh\x20từ','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Lật\x20ngang','Căn\x20trái','Màu\x20chữ\x20trong\x20suốt','Không\x20tô\x20màu','Đậm','Đưa\x20xuống\x20sau','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Chọn\x20bố\x20cục','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.','Bên\x20trái','Trống','Áp\x20dụng\x20cho\x20tất\x20cả','Tiêu\x20đề\x20đen','Hình\x20vuông','Gạch\x20ngang','Độ\x20trong\x20suốt','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Kích\x20thước\x20tùy\x20chỉnh','Sơ\x20đồ','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Tròn','Tăng\x20cỡ\x20chữ','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Lặp\x20lại','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Bên\x20phải','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Thoát','Biểu\x20đồ','6rdsTBI','Cùng\x20dòng\x20với\x20văn\x20bản','347828UTEWmj','Trước','Nguồn\x20hình\x20ảnh','Không\x20có\x20đối\x20tượng','Bên\x20ngoài:\x20dưới\x20phải','Thêm\x20kiểu','Đóng','Căn\x20phải','Màu\x20nền\x20chữ','Làm\x20mờ','Phát\x20từ\x20đầu','Chèn','Kiểu\x20đoạn\x20văn','Chấm\x20tròn','Trình\x20giữ\x20chỗ\x20chân\x20trang','Thay\x20đổi\x20hình\x20dạng','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Chuyển\x20tiếp','Vị\x20trí','Tô\x20màu\x20gradient','Phẳng','Đưa\x20lên\x20đầu'];_0x1509=function(){return _0x428657;};return _0x1509();}const _0xf17162=_0x1343;(function(_0x5ed6cb,_0x578ba2){const _0x19b70b=_0x1343,_0x404655=_0x5ed6cb();while(!![]){try{const _0x5b7f00=parseInt(_0x19b70b(0x1cf))/0x1+-parseInt(_0x19b70b(0x27c))/0x2*(-parseInt(_0x19b70b(0x255))/0x3)+parseInt(_0x19b70b(0x26d))/0x4*(parseInt(_0x19b70b(0x24b))/0x5)+-parseInt(_0x19b70b(0x1cd))/0x6*(parseInt(_0x19b70b(0x26b))/0x7)+-parseInt(_0x19b70b(0x260))/0x8+parseInt(_0x19b70b(0x234))/0x9+-parseInt(_0x19b70b(0x233))/0xa;if(_0x5b7f00===_0x578ba2)break;else _0x404655['push'](_0x404655['shift']());}catch(_0x327fd2){_0x404655['push'](_0x404655['shift']());}}}(_0x1509,0x3e84e));const e={'slides-ui':{'ribbon':{'shapeFormat':_0xf17162(0x21c),'changeShape':_0xf17162(0x1de)},'insertToolbar':{'search':_0xf17162(0x23a),'text':_0xf17162(0x257),'textHorizontal':_0xf17162(0x1f0),'textVertical':_0xf17162(0x231),'image':_0xf17162(0x232),'table':_0xf17162(0x27f),'shape':'Hình\x20dạng','chart':_0xf17162(0x1cc)},'tableSizePicker':{'title':_0xf17162(0x252),'customSize':_0xf17162(0x29b),'rows':_0xf17162(0x274),'columns':_0xf17162(0x247),'insert':_0xf17162(0x1da),'apply':_0xf17162(0x25a)},'searchPanel':{'placeholder':_0xf17162(0x286),'noQuery':_0xf17162(0x292),'empty':'Không\x20tìm\x20thấy\x20kết\x20quả.','slidePrefix':'Trang'},'themePicker':{'title':_0xf17162(0x27b),'caption':_0xf17162(0x235),'tooltip':'Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày'},'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':_0xf17162(0x26f),'paragraphType':_0xf17162(0x1db),'heading1':_0xf17162(0x254),'increaseFontSize':_0xf17162(0x1c5),'decreaseFontSize':_0xf17162(0x268),'textColor':'Màu\x20chữ','transparentTextColor':_0xf17162(0x28c),'textBackgroundColor':_0xf17162(0x1d7),'bold':_0xf17162(0x28e),'italic':_0xf17162(0x209),'underline':_0xf17162(0x237),'strikethrough':_0xf17162(0x298),'horizontalAlign':_0xf17162(0x253),'verticalAlign':_0xf17162(0x200),'alignLeft':'Căn\x20trái','alignCenter':_0xf17162(0x20e),'alignRight':_0xf17162(0x1d6),'alignJustify':_0xf17162(0x1e7),'alignTop':_0xf17162(0x22e),'alignMiddle':_0xf17162(0x1eb),'alignBottom':_0xf17162(0x25d)},'quickStyles':{'tooltip':_0xf17162(0x223),'shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0xf17162(0x250),'textStyles':_0xf17162(0x214),'more':_0xf17162(0x1d4),'groups':{'solid':_0xf17162(0x245),'dashed':_0xf17162(0x21b)},'presets':{'line':{'blackSolid':_0xf17162(0x22c),'blueSolid':_0xf17162(0x249),'orangeSolid':_0xf17162(0x22d),'graySolid':_0xf17162(0x20a),'blueEndArrow':'Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','greenTwoWayArrow':'Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','blackDashed':_0xf17162(0x290),'blueDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','grayDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','blueDashedEndArrow':'Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','grayDashedEndArrow':_0xf17162(0x25e),'greenDashedTwoWayArrow':_0xf17162(0x282)},'text':{'bodyBlack':'Nội\x20dung\x20đen','titleBlack':_0xf17162(0x296),'accentBlue':_0xf17162(0x202),'accentOrange':'Nhấn\x20mạnh\x20cam','noteGray':_0xf17162(0x248)}}},'thumbnailBar':{'resizePanel':_0xf17162(0x278),'addSlide':'+\x20Thêm\x20trang','contextMenu':{'cut':_0xf17162(0x1fd),'copy':_0xf17162(0x284),'paste':'Dán','addBelow':_0xf17162(0x1c6),'delete':_0xf17162(0x218)},'layoutPicker':{'title':_0xf17162(0x291),'layouts':{'title':_0xf17162(0x226),'titleAndBody':_0xf17162(0x1f2),'sectionHeader':'Tiêu\x20đề\x20phần','twoColumns':_0xf17162(0x219),'comparison':_0xf17162(0x1e6),'blank':_0xf17162(0x294),'titleOnly':'Chỉ\x20tiêu\x20đề','pictureWithCaption':_0xf17162(0x1f9)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0xf17162(0x230),'shapePosition':_0xf17162(0x1e1),'openPanel':_0xf17162(0x22a),'deleteShape':_0xf17162(0x1fb),'toolbar':{'alignLeft':_0xf17162(0x28b),'alignCenter':_0xf17162(0x20e),'alignRight':_0xf17162(0x1d6),'alignJustify':_0xf17162(0x23e),'bold':_0xf17162(0x1ea),'italic':'In\x20nghiêng','underline':'Gạch\x20chân','strikethrough':_0xf17162(0x298),'textColor':_0xf17162(0x271),'textBackgroundColor':_0xf17162(0x1d7),'fillColor':_0xf17162(0x220),'resetColor':_0xf17162(0x25c)},'align':{'top':'Căn\x20trên','middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':'Căn\x20dưới'},'textWrap':{'inline':_0xf17162(0x1ce),'square':_0xf17162(0x297),'topAndBottom':_0xf17162(0x246),'behindText':_0xf17162(0x26c),'inFrontText':_0xf17162(0x22b)},'position':{'title':_0xf17162(0x20c),'x':'X','y':'Y','width':_0xf17162(0x276),'height':'Chiều\x20cao','rotation':_0xf17162(0x208)},'style':{'shadow':_0xf17162(0x206),'shadowColor':_0xf17162(0x242),'shadowBlurRadius':_0xf17162(0x1d8),'shadowDistance':_0xf17162(0x1ec),'shadowDirection':_0xf17162(0x1ff),'shadowPresetTitle':_0xf17162(0x277),'shadowPresetNone':_0xf17162(0x212),'shadowPresetCustom':_0xf17162(0x27d),'shadowTransparency':_0xf17162(0x299),'shadowSize':'Kích\x20thước','shadowPreset':{'shdw6':_0xf17162(0x1d3),'shdw5':_0xf17162(0x1ed),'shdw2':_0xf17162(0x204),'shdw1':'Bên\x20ngoài:\x20trên\x20trái','shdw14':_0xf17162(0x217),'shdw10':_0xf17162(0x1ca)}},'fill':{'title':_0xf17162(0x224),'noFill':_0xf17162(0x238),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0xf17162(0x1e2),'pictureFill':_0xf17162(0x23c),'color':_0xf17162(0x285),'transparency':_0xf17162(0x299),'picture':{'source':_0xf17162(0x1d1),'insert':_0xf17162(0x23f),'tileAsTexture':_0xf17162(0x1c8),'offsetX':'Độ\x20dịch\x20X','offsetY':_0xf17162(0x205),'scaleX':_0xf17162(0x229),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0xf17162(0x21a),'rotateWithShape':_0xf17162(0x207),'align':{'tl':_0xf17162(0x24a),'t':_0xf17162(0x227),'tr':'Trên\x20cùng\x20bên\x20phải','l':_0xf17162(0x293),'ctr':_0xf17162(0x27e),'r':_0xf17162(0x1c9),'bl':'Dưới\x20cùng\x20bên\x20trái','b':'Dưới\x20cùng','br':'Dưới\x20cùng\x20bên\x20phải'}}},'line':{'title':_0xf17162(0x23d),'noLine':'Không\x20đường\x20kẻ','solidLine':'Đường\x20liền\x20nét','color':_0xf17162(0x285),'transparency':_0xf17162(0x299),'width':_0xf17162(0x276),'cornerRadius':_0xf17162(0x259),'beginArrowType':_0xf17162(0x283),'beginArrowSize':_0xf17162(0x225),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0xf17162(0x266),'dashType':{'title':'Kiểu\x20đứt\x20nét','solid':'Liền\x20nét','roundDot':_0xf17162(0x1dc),'squareDot':'Chấm\x20vuông','dash':'Gạch\x20ngang','dashDot':_0xf17162(0x241),'longDash':_0xf17162(0x1e9),'longDashDot':'Gạch\x20ngang\x20dài-chấm','longDashDotDot':'Gạch\x20ngang\x20dài-chấm-chấm'},'capType':{'title':'Kiểu\x20đầu\x20đường','flat':_0xf17162(0x1e3),'round':_0xf17162(0x1c4),'square':_0xf17162(0x201)},'joinType':{'title':_0xf17162(0x215),'miter':_0xf17162(0x221),'round':_0xf17162(0x1c4),'bevel':_0xf17162(0x24d)},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0xf17162(0x1fa),'curved':'Cong','freehand':_0xf17162(0x25b),'handDrawn':'Vẽ\x20tay'},'arrowType':{'none':_0xf17162(0x1fa),'arrow':'Mũi\x20tên','openArrow':_0xf17162(0x1f4),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0xf17162(0x265),'ovalArrow':_0xf17162(0x27a)},'arrowSize':{'small':_0xf17162(0x23b),'medium':_0xf17162(0x1fc),'large':_0xf17162(0x1e5)}}},'objectListPanel':{'title':_0xf17162(0x1f3),'showAll':_0xf17162(0x210),'hideAll':_0xf17162(0x216),'show':'Hiển\x20thị','hide':'Ẩn','moveForward':_0xf17162(0x203),'moveBackward':'Đưa\x20ra\x20sau','nameInput':_0xf17162(0x269),'empty':_0xf17162(0x1d2),'close':_0xf17162(0x1d5),'name':_0xf17162(0x279),'description':'Mô\x20tả','descriptionPlaceholder':_0xf17162(0x287),'details':'Chi\x20tiết','noSelection':_0xf17162(0x1c3)},'backgroundPanel':{'title':_0xf17162(0x25f),'backgroundGraphics':_0xf17162(0x20d),'hideBackgroundGraphics':'Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','presentationBackground':_0xf17162(0x251),'presentationBackgroundEmpty':_0xf17162(0x26e),'presentationBackgroundImages':'hình\x20ảnh','setPresentationBackground':_0xf17162(0x270),'clearPresentationBackground':_0xf17162(0x218),'none':_0xf17162(0x28d),'solid':_0xf17162(0x26a),'gradient':_0xf17162(0x275),'image':'Tô\x20màu\x20hình\x20ảnh','pattern':'Tô\x20màu\x20hoa\x20văn','color':'Màu','transparency':_0xf17162(0x299),'imageSource':_0xf17162(0x288),'insertImage':'Tệp...','fit':_0xf17162(0x1fe),'fitOptions':{'cover':_0xf17162(0x1ee),'contain':'Vừa\x20khung','stretch':'Kéo\x20giãn','repeat':_0xf17162(0x1c7)},'patternHint':'Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','applyToAll':_0xf17162(0x295),'resetBackground':_0xf17162(0x24e)},'transitionPanel':{'title':_0xf17162(0x1e0),'effect':_0xf17162(0x256),'direction':'Hướng','duration':'Thời\x20lượng','preview':'Xem\x20trước','applyToAll':_0xf17162(0x295),'effects':{'none':_0xf17162(0x1fa),'fade':'Mờ\x20dần','push':_0xf17162(0x211),'wipe':_0xf17162(0x272),'split':_0xf17162(0x21f),'reveal':'Lộ\x20ra','cut':_0xf17162(0x1fd),'uncover':_0xf17162(0x22f),'cover':'Che\x20phủ','zoom':'Thu\x20phóng'},'directions':{'left':'Từ\x20trái','right':_0xf17162(0x21d),'up':_0xf17162(0x236),'down':_0xf17162(0x1f6)}},'contextmenu':{'addPage':_0xf17162(0x262),'backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':'Chuyển\x20tiếp','speakerNotes':_0xf17162(0x1f8),'ruler':'Thước','shapePanel':_0xf17162(0x21c),'flipHorizontal':_0xf17162(0x28a),'flipVertical':'Lật\x20dọc','group':'Nhóm','ungroup':_0xf17162(0x213)},'presentation':{'play':_0xf17162(0x263),'playFromBeginning':_0xf17162(0x1d9),'playFromCurrent':_0xf17162(0x261),'playDualScreen':_0xf17162(0x20b),'playDualScreenFromBeginning':_0xf17162(0x20f),'playDualScreenFromCurrent':_0xf17162(0x289),'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':'Nhấp\x20để\x20toàn\x20màn\x20hình','presentationEnded':_0xf17162(0x267),'previous':_0xf17162(0x1d0),'next':_0xf17162(0x1ef),'exit':_0xf17162(0x1cb),'slideProgress':_0xf17162(0x244),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','speakerNotesPlaceholder':_0xf17162(0x29a),'speakerNotesEmpty':_0xf17162(0x228),'speakerNotesSave':_0xf17162(0x24f),'speakerNotesCancel':'Hủy'},'slide':{'placeholder':{'text':{'title':_0xf17162(0x1f7),'subtitle':_0xf17162(0x281),'body':_0xf17162(0x1f5),'text':_0xf17162(0x1f5),'header':_0xf17162(0x1df),'footer':_0xf17162(0x1dd),'date':_0xf17162(0x1f1),'slideNumber':_0xf17162(0x21e)},'icon':{'image':'Hình\x20ảnh','table':_0xf17162(0x27f),'chart':'Biểu\x20đồ','diagram':_0xf17162(0x29c),'media':_0xf17162(0x273)}}},'image-panel':{'arrange':{'title':'Sắp\x20xếp','forward':_0xf17162(0x239),'backward':_0xf17162(0x28f),'front':_0xf17162(0x1e4),'back':'Đưa\x20xuống\x20cuối'},'transform':{'title':_0xf17162(0x222),'rotate':_0xf17162(0x258),'x':_0xf17162(0x1e8),'y':_0xf17162(0x243),'width':_0xf17162(0x24c),'height':_0xf17162(0x264),'lock':_0xf17162(0x240)},'crop':{'title':'Cắt','start':_0xf17162(0x280),'mode':'Tự\x20do','shape':'Cắt\x20theo\x20hình\x20dạng'}}}};function _0x1343(_0x4ca7d3,_0xe62359){_0x4ca7d3=_0x4ca7d3-0x1c3;const _0x1509cc=_0x1509();let _0x134331=_0x1509cc[_0x4ca7d3];return _0x134331;}module['exports']=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x431a80=_0x5052;function _0x39fb(){const _0x20bd77=['起点箭头类型','嵌入型','左对齐','拐角类型','垂直居中','垂直缩放','从上方','水平偏移','从下方','点划线','点击进入全屏','四周型','终点箭头类型','图案填充','设置背景格式','对象列表','位置和大小','从头开始播放','全部隐藏','灰色虚线末端箭头','打开形状面板','水平对齐','长点划线','Table\x20size','6697608fjpwtj','上移一层','两栏内容','重置颜色','文件...','垂直对齐','标题和内容','+\x20新增','底部对齐','单击此处添加文本','删除线','外部:左上','橙色细实线','暂无备注','8465xXjrEy','插入图片','Y\x20(px)','水平缩放','蓝色虚线末端箭头','蓝色细实线','5883724zgMNmy','形状样式','图形格式','渐变填充','增大字号','纵向文本框','全部显示','单击此处添加标题','外部:右下(小)','菱形箭头','文本背景色','持续时间','取消组合','线帽类型','起点箭头大小','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','仅标题','文本颜色','蓝色末端箭头','单击此处添加正文','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','对象名称','横向文本框','灰色细虚线','纯色填充','插入图片来源','选择幻灯片主题','虚线类型','下一页','从头开始双屏播放','椭圆箭头','自定义大小','切换动画','输入关键词搜索幻灯片名称、文本和对象名称。','短划线','宽度\x20(px)','长双点划线','形状默认样式','标题幻灯片','下移一层','顶部对齐','无阴影','5157ETVvHE','上一页','无颜色','右对齐','标题黑色','568dmlCbp','1FgfKWs','页脚占位符','两端对齐','黑色细实线','新建幻灯片','透明度','段落类型','exports','线条样式','搜索幻灯片和对象','隐藏母版/版式图形','自定义','512343lreTRH','无线条','图片填充','下划线','从左侧','更多样式','终点箭头大小','无填充','置于顶层','单击此处添加副标题','开始裁剪','应用到全部','2799194wmqHhU','图案设置即将支持。','快捷样式','演示文稿底图','外部:右下','从当前幻灯片开始播放','重置背景','垂直翻转','正文黑色','删除形状','2216DgRSQP','未设置','文本框','选择版式','设置形状格式','透明文本颜色','图片与标题','页眉占位符','设置底图','7731720AIFdhc','文本样式','锁定比例','空心箭头','高度\x20(px)','上下型','日期占位符','调整幻灯片缩略图面板大小','点击为当前幻灯片添加备注','黑色细虚线','居中对齐'];_0x39fb=function(){return _0x20bd77;};return _0x39fb();}function _0x5052(_0x466715,_0x31d051){_0x466715=_0x466715-0x192;const _0x39fb90=_0x39fb();let _0x50521b=_0x39fb90[_0x466715];return _0x50521b;}(function(_0xe2068f,_0x2d8b85){const _0x32fcb3=_0x5052,_0xa37c03=_0xe2068f();while(!![]){try{const _0x4bcc66=parseInt(_0x32fcb3(0x198))/0x1*(-parseInt(_0x32fcb3(0x1b0))/0x2)+parseInt(_0x32fcb3(0x1a4))/0x3+parseInt(_0x32fcb3(0x1ba))/0x4*(parseInt(_0x32fcb3(0x1f4))/0x5)+parseInt(_0x32fcb3(0x1e6))/0x6+parseInt(_0x32fcb3(0x1fa))/0x7+parseInt(_0x32fcb3(0x197))/0x8*(-parseInt(_0x32fcb3(0x192))/0x9)+-parseInt(_0x32fcb3(0x1c3))/0xa;if(_0x4bcc66===_0x2d8b85)break;else _0xa37c03['push'](_0xa37c03['shift']());}catch(_0x3fca11){_0xa37c03['push'](_0xa37c03['shift']());}}}(_0x39fb,0xd0053));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x431a80(0x1fc),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x431a80(0x1bc),'textHorizontal':_0x431a80(0x210),'textVertical':_0x431a80(0x1ff),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x431a80(0x1e5),'customSize':_0x431a80(0x219),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x431a80(0x1a1),'noQuery':_0x431a80(0x21b),'empty':'未找到匹配结果。','slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x431a80(0x21f),'tooltip':_0x431a80(0x214)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x431a80(0x19e),'heading1':'标题1','increaseFontSize':_0x431a80(0x1fe),'decreaseFontSize':'减小字号','textColor':_0x431a80(0x20b),'transparentTextColor':_0x431a80(0x1bf),'textBackgroundColor':_0x431a80(0x204),'bold':'粗体','italic':'斜体','underline':_0x431a80(0x1a7),'strikethrough':_0x431a80(0x1f0),'horizontalAlign':_0x431a80(0x1e3),'verticalAlign':_0x431a80(0x1eb),'alignLeft':_0x431a80(0x1d0),'alignCenter':_0x431a80(0x1cd),'alignRight':_0x431a80(0x195),'alignJustify':_0x431a80(0x19a),'alignTop':_0x431a80(0x222),'alignMiddle':'垂直居中','alignBottom':_0x431a80(0x1ee)},'quickStyles':{'tooltip':_0x431a80(0x1b2),'shapeStyles':_0x431a80(0x1fb),'lineStyles':_0x431a80(0x1a0),'textStyles':_0x431a80(0x1c4),'more':_0x431a80(0x1a9),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x431a80(0x19b),'blueSolid':_0x431a80(0x1f9),'orangeSolid':_0x431a80(0x1f2),'graySolid':'灰色细实线','blueEndArrow':_0x431a80(0x20c),'greenTwoWayArrow':'绿色双向箭头','blackDashed':_0x431a80(0x1cc),'blueDashed':'蓝色细虚线','grayDashed':_0x431a80(0x211),'blueDashedEndArrow':_0x431a80(0x1f8),'grayDashedEndArrow':_0x431a80(0x1e1),'greenDashedTwoWayArrow':'绿色虚线双向箭头'},'text':{'bodyBlack':_0x431a80(0x1b8),'titleBlack':_0x431a80(0x196),'accentBlue':'强调蓝色','accentOrange':'强调橙色','noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':_0x431a80(0x1ca),'addSlide':_0x431a80(0x1ed),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':'在下面新增幻灯片','delete':'删除'},'layoutPicker':{'title':_0x431a80(0x1bd),'layouts':{'title':_0x431a80(0x220),'titleAndBody':_0x431a80(0x1ec),'sectionHeader':'节标题','twoColumns':_0x431a80(0x1e8),'comparison':'比较','blank':'空白','titleOnly':_0x431a80(0x20a),'pictureWithCaption':_0x431a80(0x1c0)}}},'shapePanel':{'title':'设置形状格式','shapeStyle':'形状样式','shapePosition':'位置','openPanel':_0x431a80(0x1e2),'deleteShape':_0x431a80(0x1b9),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x431a80(0x1cd),'alignRight':_0x431a80(0x195),'alignJustify':_0x431a80(0x19a),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x431a80(0x1f0),'textColor':_0x431a80(0x20b),'textBackgroundColor':_0x431a80(0x204),'fillColor':_0x431a80(0x204),'resetColor':_0x431a80(0x1e9)},'align':{'top':_0x431a80(0x222),'middle':_0x431a80(0x1d2),'bottom':'底部对齐'},'textWrap':{'inline':_0x431a80(0x1cf),'square':_0x431a80(0x1d9),'topAndBottom':_0x431a80(0x1c8),'behindText':'衬于文字下方','inFrontText':'浮于文字上方'},'position':{'title':_0x431a80(0x1de),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':'阴影颜色','shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x431a80(0x223),'shadowPresetCustom':_0x431a80(0x1a3),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x431a80(0x1b4),'shdw5':'外部:左下','shdw2':'外部:右上','shdw1':_0x431a80(0x1f1),'shdw14':_0x431a80(0x202),'shdw10':'外部:左上(大)'}},'fill':{'title':'填充','noFill':_0x431a80(0x194),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':'图片来源','insert':_0x431a80(0x1f5),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x431a80(0x1d5),'offsetY':'垂直偏移','scaleX':_0x431a80(0x1f7),'scaleY':_0x431a80(0x1d3),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x431a80(0x1a5),'solidLine':'实线','color':'颜色','transparency':_0x431a80(0x19d),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x431a80(0x1ce),'beginArrowSize':_0x431a80(0x208),'endArrowType':_0x431a80(0x1da),'endArrowSize':_0x431a80(0x1aa),'dashType':{'title':_0x431a80(0x215),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x431a80(0x21c),'dashDot':_0x431a80(0x1d7),'longDash':'长划线','longDashDot':_0x431a80(0x1e4),'longDashDotDot':_0x431a80(0x21e)},'capType':{'title':_0x431a80(0x207),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x431a80(0x1d1),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':'草图样式','none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x431a80(0x1c6),'stealthArrow':'隐形箭头','diamondArrow':_0x431a80(0x203),'ovalArrow':_0x431a80(0x218)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x431a80(0x1dd),'showAll':_0x431a80(0x200),'hideAll':_0x431a80(0x1e0),'show':'显示','hide':'隐藏','moveForward':_0x431a80(0x1e7),'moveBackward':_0x431a80(0x221),'nameInput':_0x431a80(0x20f),'empty':'暂无对象'},'backgroundPanel':{'title':_0x431a80(0x1dc),'backgroundGraphics':'背景图形','hideBackgroundGraphics':_0x431a80(0x1a2),'presentationBackground':_0x431a80(0x1b3),'presentationBackgroundEmpty':_0x431a80(0x1bb),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x431a80(0x1c2),'clearPresentationBackground':'清除','none':_0x431a80(0x1ab),'solid':_0x431a80(0x212),'gradient':_0x431a80(0x1fd),'image':_0x431a80(0x1a6),'pattern':_0x431a80(0x1db),'color':'颜色','transparency':'透明度','imageSource':_0x431a80(0x213),'insertImage':_0x431a80(0x1ea),'fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x431a80(0x1b1),'applyToAll':_0x431a80(0x1af),'resetBackground':_0x431a80(0x1b6)},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':_0x431a80(0x205),'preview':'预览','applyToAll':_0x431a80(0x1af),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x431a80(0x1a8),'right':'从右侧','up':_0x431a80(0x1d4),'down':_0x431a80(0x1d6)}},'contextmenu':{'addPage':_0x431a80(0x19c),'backgroundPanel':_0x431a80(0x1dc),'transitionPanel':_0x431a80(0x21a),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x431a80(0x1be),'flipHorizontal':'水平翻转','flipVertical':_0x431a80(0x1b7),'group':'组合','ungroup':_0x431a80(0x206)},'presentation':{'play':'播放','playFromBeginning':_0x431a80(0x1df),'playFromCurrent':_0x431a80(0x1b5),'playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x431a80(0x217),'playDualScreenFromCurrent':'从当前幻灯片开始双屏播放','dualScreenUnavailable':_0x431a80(0x20e),'fullscreenPrompt':_0x431a80(0x1d8),'presentationEnded':'演示已结束','previous':_0x431a80(0x193),'next':_0x431a80(0x216),'exit':'退出','slideProgress':_0x431a80(0x209),'speakerNotes':'备注','speakerNotesPlaceholder':_0x431a80(0x1cb),'speakerNotesEmpty':_0x431a80(0x1f3),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x431a80(0x201),'subtitle':_0x431a80(0x1ad),'body':_0x431a80(0x20d),'text':_0x431a80(0x1ef),'header':_0x431a80(0x1c1),'footer':_0x431a80(0x199),'date':_0x431a80(0x1c9),'slideNumber':'页码占位符'},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x431a80(0x221),'front':_0x431a80(0x1ac),'back':'置于底层'},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':'X\x20(px)','y':_0x431a80(0x1f6),'width':_0x431a80(0x21d),'height':_0x431a80(0x1c7),'lock':_0x431a80(0x1c5)},'crop':{'title':'裁剪','start':_0x431a80(0x1ae),'mode':'自由','shape':'裁剪为形状'}}}};module[_0x431a80(0x19f)]=e;
|
|
1
|
+
function _0x18b4(){const _0x4915ec=['绿色虚线双向箭头','添加描述','设置形状格式','减小字号','空心箭头','形状默认样式','文本框','应用到全部','注释灰色','拐角半径','无颜色','衬于文字下方','隐藏母版/版式图形','外部:左上','取消组合','文本颜色','菱形箭头','双屏播放','强调橙色','日期占位符','外部:右下','椭圆箭头','图片与标题','图片填充','点划线','131154lsdLEH','灰色细实线','文件...','自定义大小','正文黑色','更多样式','67130WNERqs','从上方','标题和内容','50Omuygx','暂无对象','上下型','页码占位符','下一页','选择版式','短划线','隐形箭头','Y\x20(px)','点击进入全屏','灰色虚线末端箭头','从下方','草图样式','渐变填充','蓝色细虚线','开始裁剪','下划线','从当前幻灯片开始播放','图案填充','无阴影','未设置','横向文本框','高度\x20(px)','垂直居中','宽度\x20(px)','38228MTQCAy','外部:左下','新建幻灯片','调整幻灯片缩略图面板大小','垂直对齐','起点箭头类型','+\x20新增','裁剪为形状','删除线','纵向文本框','重置颜色','右对齐','文本样式','线帽类型','纯色填充','1113192RGBBET','蓝色末端箭头','手绘效果','下移一层','外部:右上','两端对齐','上移一层','水平缩放','黑色细实线','透明度','更改形状','标题黑色','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','从右侧','从当前幻灯片开始双屏播放','水平偏移','全部显示','水平对齐','选择幻灯片主题','点击为当前幻灯片添加备注','背景图形','对象名称','未找到匹配结果。','长划线','浮于文字上方','持续时间','顶部对齐','标题1','线条样式','起点箭头大小','设置背景格式','3509272lcQVRm','阴影颜色','演示文稿底图','节标题','图案设置即将支持。','无填充','无线条','设置底图','垂直翻转','插入图片','exports','页脚占位符','演示已结束','在下面新增幻灯片','快捷样式','适应方式','形状样式','绿色双向箭头','外部:左上(大)','垂直缩放','重置背景','从头开始播放','终点箭头类型','文本背景色','长点划线','2631090jtPpCI','选择对象以编辑详情','从左侧','输入关键词搜索幻灯片名称、文本和对象名称。','随形状旋转','X\x20(px)','图片来源','长双点划线','355608ddIHmI','图形格式','上一页','从头开始双屏播放','旋转\x20(°)','底部对齐','左对齐','增大字号','对象列表'];_0x18b4=function(){return _0x4915ec;};return _0x18b4();}const _0x226fe9=_0x2438;(function(_0x2c76a5,_0x2dde88){const _0x382bf8=_0x2438,_0x57538a=_0x2c76a5();while(!![]){try{const _0x2c49aa=-parseInt(_0x382bf8(0x1f6))/0x1+parseInt(_0x382bf8(0x21e))/0x2+-parseInt(_0x382bf8(0x1b5))/0x3+parseInt(_0x382bf8(0x1a6))/0x4*(parseInt(_0x382bf8(0x221))/0x5)+-parseInt(_0x382bf8(0x218))/0x6+parseInt(_0x382bf8(0x1ee))/0x7+parseInt(_0x382bf8(0x1d5))/0x8;if(_0x2c49aa===_0x2dde88)break;else _0x57538a['push'](_0x57538a['shift']());}catch(_0x54110e){_0x57538a['push'](_0x57538a['shift']());}}}(_0x18b4,0x2fa3d));function _0x2438(_0x596ed7,_0x22a5b6){_0x596ed7=_0x596ed7-0x18e;const _0x18b4d3=_0x18b4();let _0x243804=_0x18b4d3[_0x596ed7];return _0x243804;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x226fe9(0x1f7),'changeShape':_0x226fe9(0x1bf)},'insertToolbar':{'search':'搜索','text':_0x226fe9(0x205),'textHorizontal':_0x226fe9(0x1a2),'textVertical':_0x226fe9(0x1af),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':'表格大小','customSize':_0x226fe9(0x21b),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':'搜索幻灯片和对象','noQuery':_0x226fe9(0x1f1),'empty':_0x226fe9(0x1cc),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x226fe9(0x204),'tooltip':_0x226fe9(0x1c8)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':'段落类型','heading1':_0x226fe9(0x1d1),'increaseFontSize':_0x226fe9(0x1fd),'decreaseFontSize':_0x226fe9(0x202),'textColor':'文本颜色','transparentTextColor':'透明文本颜色','textBackgroundColor':_0x226fe9(0x1ec),'bold':'粗体','italic':'斜体','underline':_0x226fe9(0x19d),'strikethrough':_0x226fe9(0x1ae),'horizontalAlign':_0x226fe9(0x1c7),'verticalAlign':_0x226fe9(0x1aa),'alignLeft':_0x226fe9(0x1fc),'alignCenter':'居中对齐','alignRight':_0x226fe9(0x1b1),'alignJustify':'两端对齐','alignTop':'顶部对齐','alignMiddle':_0x226fe9(0x1a4),'alignBottom':_0x226fe9(0x1fb)},'quickStyles':{'tooltip':_0x226fe9(0x1e3),'shapeStyles':'形状样式','lineStyles':_0x226fe9(0x1d2),'textStyles':_0x226fe9(0x1b2),'more':_0x226fe9(0x21d),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x226fe9(0x1bd),'blueSolid':'蓝色细实线','orangeSolid':'橙色细实线','graySolid':_0x226fe9(0x219),'blueEndArrow':_0x226fe9(0x1b6),'greenTwoWayArrow':_0x226fe9(0x1e6),'blackDashed':'黑色细虚线','blueDashed':_0x226fe9(0x19b),'grayDashed':'灰色细虚线','blueDashedEndArrow':'蓝色虚线末端箭头','grayDashedEndArrow':_0x226fe9(0x197),'greenDashedTwoWayArrow':_0x226fe9(0x1ff)},'text':{'bodyBlack':_0x226fe9(0x21c),'titleBlack':_0x226fe9(0x1c0),'accentBlue':'强调蓝色','accentOrange':_0x226fe9(0x211),'noteGray':_0x226fe9(0x207)}}},'thumbnailBar':{'resizePanel':_0x226fe9(0x1a9),'addSlide':_0x226fe9(0x1ac),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x226fe9(0x1e2),'delete':'删除'},'layoutPicker':{'title':_0x226fe9(0x192),'layouts':{'title':'标题幻灯片','titleAndBody':_0x226fe9(0x220),'sectionHeader':_0x226fe9(0x1d8),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':'仅标题','pictureWithCaption':_0x226fe9(0x215)}}},'shapePanel':{'title':_0x226fe9(0x201),'shapeStyle':_0x226fe9(0x1e5),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':'删除形状','toolbar':{'alignLeft':_0x226fe9(0x1fc),'alignCenter':'居中对齐','alignRight':_0x226fe9(0x1b1),'alignJustify':_0x226fe9(0x1ba),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x226fe9(0x1ae),'textColor':_0x226fe9(0x20e),'textBackgroundColor':_0x226fe9(0x1ec),'fillColor':'文本背景色','resetColor':_0x226fe9(0x1b0)},'align':{'top':_0x226fe9(0x1d0),'middle':_0x226fe9(0x1a4),'bottom':_0x226fe9(0x1fb)},'textWrap':{'inline':'嵌入型','square':'四周型','topAndBottom':_0x226fe9(0x18f),'behindText':_0x226fe9(0x20a),'inFrontText':_0x226fe9(0x1ce)},'position':{'title':'位置和大小','x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x226fe9(0x1d6),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x226fe9(0x1a0),'shadowPresetCustom':'自定义','shadowTransparency':_0x226fe9(0x1be),'shadowSize':'大小','shadowPreset':{'shdw6':_0x226fe9(0x213),'shdw5':_0x226fe9(0x1a7),'shdw2':_0x226fe9(0x1b9),'shdw1':_0x226fe9(0x20c),'shdw14':'外部:右下(小)','shdw10':_0x226fe9(0x1e7)}},'fill':{'title':'填充','noFill':_0x226fe9(0x209),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x226fe9(0x1be),'picture':{'source':_0x226fe9(0x1f4),'insert':_0x226fe9(0x1de),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x226fe9(0x1c5),'offsetY':'垂直偏移','scaleX':_0x226fe9(0x1bc),'scaleY':_0x226fe9(0x1e8),'alignment':'对齐','rotateWithShape':_0x226fe9(0x1f2),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x226fe9(0x1db),'solidLine':'实线','color':'颜色','transparency':'透明度','width':'宽度','cornerRadius':_0x226fe9(0x208),'beginArrowType':_0x226fe9(0x1ab),'beginArrowSize':_0x226fe9(0x1d3),'endArrowType':_0x226fe9(0x1eb),'endArrowSize':'终点箭头大小','dashType':{'title':'虚线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x226fe9(0x193),'dashDot':_0x226fe9(0x217),'longDash':_0x226fe9(0x1cd),'longDashDot':_0x226fe9(0x1ed),'longDashDotDot':_0x226fe9(0x1f5)},'capType':{'title':_0x226fe9(0x1b3),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x226fe9(0x199),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x226fe9(0x1b7)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x226fe9(0x203),'stealthArrow':_0x226fe9(0x194),'diamondArrow':_0x226fe9(0x20f),'ovalArrow':_0x226fe9(0x214)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x226fe9(0x1fe),'showAll':_0x226fe9(0x1c6),'hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x226fe9(0x1b8),'nameInput':_0x226fe9(0x1cb),'empty':_0x226fe9(0x18e),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x226fe9(0x200),'details':'详情','noSelection':_0x226fe9(0x1ef)},'backgroundPanel':{'title':_0x226fe9(0x1d4),'backgroundGraphics':_0x226fe9(0x1ca),'hideBackgroundGraphics':_0x226fe9(0x20b),'presentationBackground':_0x226fe9(0x1d7),'presentationBackgroundEmpty':_0x226fe9(0x1a1),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x226fe9(0x1dc),'clearPresentationBackground':'清除','none':_0x226fe9(0x1da),'solid':_0x226fe9(0x1b4),'gradient':_0x226fe9(0x19a),'image':_0x226fe9(0x216),'pattern':_0x226fe9(0x19f),'color':'颜色','transparency':_0x226fe9(0x1be),'imageSource':'插入图片来源','insertImage':_0x226fe9(0x21a),'fit':_0x226fe9(0x1e4),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x226fe9(0x1d9),'applyToAll':_0x226fe9(0x206),'resetBackground':_0x226fe9(0x1e9)},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':_0x226fe9(0x1cf),'preview':'预览','applyToAll':_0x226fe9(0x206),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x226fe9(0x1f0),'right':_0x226fe9(0x1c3),'up':_0x226fe9(0x21f),'down':_0x226fe9(0x198)}},'contextmenu':{'addPage':_0x226fe9(0x1a8),'backgroundPanel':'设置背景格式','transitionPanel':'切换动画','speakerNotes':'备注','ruler':'标尺','shapePanel':_0x226fe9(0x201),'flipHorizontal':'水平翻转','flipVertical':_0x226fe9(0x1dd),'group':'组合','ungroup':_0x226fe9(0x20d)},'presentation':{'play':'播放','playFromBeginning':_0x226fe9(0x1ea),'playFromCurrent':_0x226fe9(0x19e),'playDualScreen':_0x226fe9(0x210),'playDualScreenFromBeginning':_0x226fe9(0x1f9),'playDualScreenFromCurrent':_0x226fe9(0x1c4),'dualScreenUnavailable':_0x226fe9(0x1c2),'fullscreenPrompt':_0x226fe9(0x196),'presentationEnded':_0x226fe9(0x1e1),'previous':_0x226fe9(0x1f8),'next':_0x226fe9(0x191),'exit':'退出','slideProgress':_0x226fe9(0x1c1),'speakerNotes':'备注','speakerNotesPlaceholder':_0x226fe9(0x1c9),'speakerNotesEmpty':'暂无备注','speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':'单击此处添加副标题','body':'单击此处添加正文','text':'单击此处添加文本','header':'页眉占位符','footer':_0x226fe9(0x1e0),'date':_0x226fe9(0x212),'slideNumber':_0x226fe9(0x190)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x226fe9(0x1bb),'backward':_0x226fe9(0x1b8),'front':'置于顶层','back':'置于底层'},'transform':{'title':'变换','rotate':_0x226fe9(0x1fa),'x':_0x226fe9(0x1f3),'y':_0x226fe9(0x195),'width':_0x226fe9(0x1a5),'height':_0x226fe9(0x1a3),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x226fe9(0x19c),'mode':'自由','shape':_0x226fe9(0x1ad)}}}};module[_0x226fe9(0x1df)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x1e9d(_0x2c8686,_0x3d4282){_0x2c8686=_0x2c8686-0x6e;const _0xed4473=_0xed44();let _0x1e9d2f=_0xed4473[_0x2c8686];return _0x1e9d2f;}function _0xed44(){const _0x3e0f45=['按一下以新增標題','藍色細實線','藍色細虛線','虛線類型','移到最前面','背景格式設定','靠左上','上及下','標題黑色','轉場效果','圖案格式設定','文字背景色','插入圖片來源','Y\x20位移','垂直翻轉','高度\x20(像素)','藍色虛線末端箭頭','下移一層','圖樣填滿','寬度\x20(像素)','exports','未設定','文字方塊','藍色末端箭頭線條','標題幻燈片','1794fdKDJW','文字在前','第\x20{current}\x20/\x20{total}\x20張','快速樣式','691960nGshQo','檔案...','更改形狀','橢圓箭頭','頁首預留位置','開始裁剪','28UGQgCu','標題1','內文黑色','段落類型','灰色細虛線','外部:右下','無填滿','透明度','雙螢幕・從目前開始','Table\x20size','旋轉\x20(°)','外部:左上(大)','全部顯示','水平翻轉','強調橙色','最適大小','線條樣式','物件名稱','按一下以全螢幕','找不到結果。','靠右下','佈景主題','無陰影','底部對齊','前端箭頭大小','自訂大小','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','取消群組','菱形箭頭','按一下以新增副標題','左對齊','7TcEOQl','長虛線','右對齊','兩欄內容','重設背景','上移一層','綠色雙向箭頭線條','上一頁','500730sxOMXz','+\x20新增幻燈片','5BJdMmC','接合類型','幻燈片','744170zQmaoR','圖樣設定即將推出。','下一頁','自由線條','垂直文字方塊','暫無物件','從頭播放','雙螢幕簡報','移到最上層','幻燈片編號預留位置','隨圖案旋轉','居中對齊','與文字排列','文字在後','講者備註','靠右上','刪除線','圖片來源','按一下以新增文字','末端箭頭大小','800838xCmcqH','裁剪為圖案','灰色細實線','外部:右上','綠色虛線雙向箭頭','僅標題','灰色虛線末端箭頭','長虛線-點-點','Y\x20縮放','透明文字色彩','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','水平對齊','隱形箭頭','17769agXzYt','標題與內容','縮小字型','插入圖片','前端箭頭類型','長虛線-點','黑色細實線','搜尋幻燈片與物件','左右對齊','日期預留位置','166072mFICRb','物件列表','陰影顏色','鎖定長寬比','調整投影片縮圖面板大小','黑色細虛線','註解灰色','全部套用','線端類型','圖片填滿','刪除形狀','垂直居中','移到最下層','圖片並排作為材質','選擇版面配置','無顏色','文字顏色','橙色細實線','末端箭頭類型','重置顏色','張圖片','垂直對齊','靠左下','漸層填滿','X\x20(像素)','草圖類型','X\x20位移','文字樣式','含標題圖片','放大字型','打開形狀面板','圖案樣式','簡報結束'];_0xed44=function(){return _0x3e0f45;};return _0xed44();}const _0x4b02cd=_0x1e9d;(function(_0x57dad2,_0x2bb3f5){const _0x3c19ab=_0x1e9d,_0x3c3cc0=_0x57dad2();while(!![]){try{const _0x5a42c6=parseInt(_0x3c19ab(0xd7))/0x1*(parseInt(_0x3c19ab(0x8a))/0x2)+-parseInt(_0x3c19ab(0x80))/0x3+parseInt(_0x3c19ab(0x84))/0x4*(-parseInt(_0x3c19ab(0xb3))/0x5)+-parseInt(_0x3c19ab(0xb1))/0x6+parseInt(_0x3c19ab(0xa9))/0x7*(-parseInt(_0x3c19ab(0xe1))/0x8)+parseInt(_0x3c19ab(0xca))/0x9+parseInt(_0x3c19ab(0xb6))/0xa;if(_0x5a42c6===_0x2bb3f5)break;else _0x3c3cc0['push'](_0x3c3cc0['shift']());}catch(_0x4c9472){_0x3c3cc0['push'](_0x3c3cc0['shift']());}}}(_0xed44,0x20cdb));const e={'slides-ui':{'ribbon':{'shapeFormat':'圖案格式','changeShape':_0x4b02cd(0x86)},'insertToolbar':{'search':'搜尋','text':_0x4b02cd(0x7d),'textHorizontal':'水平文字方塊','textVertical':_0x4b02cd(0xba),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x4b02cd(0x93),'customSize':_0x4b02cd(0xa3),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x4b02cd(0xde),'noQuery':_0x4b02cd(0xd4),'empty':_0x4b02cd(0x9d),'slidePrefix':_0x4b02cd(0xb5)},'themePicker':{'title':_0x4b02cd(0x9f),'caption':'圖案預設值','tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x4b02cd(0x8d),'heading1':_0x4b02cd(0x8b),'increaseFontSize':_0x4b02cd(0xfe),'decreaseFontSize':_0x4b02cd(0xd9),'textColor':'文字色彩','transparentTextColor':_0x4b02cd(0xd3),'textBackgroundColor':_0x4b02cd(0x72),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4b02cd(0xc6),'horizontalAlign':_0x4b02cd(0xd5),'verticalAlign':_0x4b02cd(0xf6),'alignLeft':_0x4b02cd(0xa8),'alignCenter':'置中對齊','alignRight':_0x4b02cd(0xab),'alignJustify':_0x4b02cd(0xdf),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x4b02cd(0x83),'shapeStyles':'圖案樣式','lineStyles':_0x4b02cd(0x9a),'textStyles':_0x4b02cd(0xfc),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x4b02cd(0xdd),'blueSolid':_0x4b02cd(0x103),'orangeSolid':_0x4b02cd(0xf2),'graySolid':_0x4b02cd(0xcc),'blueEndArrow':_0x4b02cd(0x7e),'greenTwoWayArrow':_0x4b02cd(0xaf),'blackDashed':_0x4b02cd(0xe6),'blueDashed':_0x4b02cd(0x104),'grayDashed':_0x4b02cd(0x8e),'blueDashedEndArrow':_0x4b02cd(0x77),'grayDashedEndArrow':_0x4b02cd(0xd0),'greenDashedTwoWayArrow':_0x4b02cd(0xce)},'text':{'bodyBlack':_0x4b02cd(0x8c),'titleBlack':_0x4b02cd(0x6f),'accentBlue':'強調藍色','accentOrange':_0x4b02cd(0x98),'noteGray':_0x4b02cd(0xe7)}}},'thumbnailBar':{'resizePanel':_0x4b02cd(0xe5),'addSlide':_0x4b02cd(0xb2),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x4b02cd(0xef),'layouts':{'title':_0x4b02cd(0x7f),'titleAndBody':_0x4b02cd(0xd8),'sectionHeader':'章節標題','twoColumns':_0x4b02cd(0xac),'comparison':'比較','blank':'空白','titleOnly':_0x4b02cd(0xcf),'pictureWithCaption':_0x4b02cd(0xfd)}}},'shapePanel':{'title':_0x4b02cd(0x71),'shapeStyle':_0x4b02cd(0x100),'shapePosition':'位置','openPanel':_0x4b02cd(0xff),'deleteShape':_0x4b02cd(0xeb),'toolbar':{'alignLeft':_0x4b02cd(0xa8),'alignCenter':_0x4b02cd(0xc1),'alignRight':_0x4b02cd(0xab),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4b02cd(0xc6),'textColor':_0x4b02cd(0xf1),'textBackgroundColor':_0x4b02cd(0x72),'fillColor':_0x4b02cd(0x72),'resetColor':_0x4b02cd(0xf4)},'align':{'top':'頂部對齊','middle':_0x4b02cd(0xec),'bottom':_0x4b02cd(0xa1)},'textWrap':{'inline':_0x4b02cd(0xc2),'square':'矩形','topAndBottom':_0x4b02cd(0x6e),'behindText':_0x4b02cd(0x81),'inFrontText':_0x4b02cd(0xc3)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x4b02cd(0xe3),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x4b02cd(0xa0),'shadowPresetCustom':'自訂','shadowTransparency':_0x4b02cd(0x91),'shadowSize':'大小','shadowPreset':{'shdw6':_0x4b02cd(0x8f),'shdw5':'外部:左下','shdw2':_0x4b02cd(0xcd),'shdw1':'外部:左上','shdw14':'外部:右下(小)','shdw10':_0x4b02cd(0x95)}},'fill':{'title':'填滿','noFill':_0x4b02cd(0xf0),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4b02cd(0x91),'picture':{'source':_0x4b02cd(0xc7),'insert':_0x4b02cd(0xda),'tileAsTexture':_0x4b02cd(0xee),'offsetX':_0x4b02cd(0xfb),'offsetY':_0x4b02cd(0x74),'scaleX':'X\x20縮放','scaleY':_0x4b02cd(0xd2),'alignment':'對齊','rotateWithShape':_0x4b02cd(0xc0),'align':{'tl':_0x4b02cd(0x108),'t':'靠上','tr':_0x4b02cd(0xc5),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x4b02cd(0xf7),'b':'靠下','br':_0x4b02cd(0x9e)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x4b02cd(0xdb),'beginArrowSize':_0x4b02cd(0xa2),'endArrowType':_0x4b02cd(0xf3),'endArrowSize':_0x4b02cd(0xc9),'dashType':{'title':_0x4b02cd(0x105),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x4b02cd(0xaa),'longDashDot':_0x4b02cd(0xdc),'longDashDotDot':_0x4b02cd(0xd1)},'capType':{'title':_0x4b02cd(0xe9),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x4b02cd(0xb4),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x4b02cd(0xfa),'none':'無','curved':'曲線','freehand':_0x4b02cd(0xb9),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x4b02cd(0xd6),'diamondArrow':_0x4b02cd(0xa6),'ovalArrow':_0x4b02cd(0x87)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x4b02cd(0xe2),'showAll':_0x4b02cd(0x96),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x4b02cd(0xae),'moveBackward':_0x4b02cd(0x78),'nameInput':_0x4b02cd(0x9b),'empty':_0x4b02cd(0xbb)},'backgroundPanel':{'title':'背景格式設定','backgroundGraphics':'背景圖形','hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x4b02cd(0x7c),'presentationBackgroundImages':_0x4b02cd(0xf5),'setPresentationBackground':'設定背景','clearPresentationBackground':'清除','none':_0x4b02cd(0x90),'solid':'純色填滿','gradient':_0x4b02cd(0xf8),'image':_0x4b02cd(0xea),'pattern':_0x4b02cd(0x79),'color':'色彩','transparency':_0x4b02cd(0x91),'imageSource':_0x4b02cd(0x73),'insertImage':_0x4b02cd(0x85),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x4b02cd(0x99),'stretch':'延展','repeat':'並排'},'patternHint':_0x4b02cd(0xb7),'applyToAll':_0x4b02cd(0xe8),'resetBackground':_0x4b02cd(0xad)},'transitionPanel':{'title':_0x4b02cd(0x70),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x4b02cd(0xe8),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x4b02cd(0x107),'transitionPanel':_0x4b02cd(0x70),'speakerNotes':_0x4b02cd(0xc4),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x4b02cd(0x97),'flipVertical':_0x4b02cd(0x75),'group':'群組','ungroup':_0x4b02cd(0xa5)},'presentation':{'play':'播放','playFromBeginning':_0x4b02cd(0xbc),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x4b02cd(0xbd),'playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':_0x4b02cd(0x92),'dualScreenUnavailable':_0x4b02cd(0xa4),'fullscreenPrompt':_0x4b02cd(0x9c),'presentationEnded':_0x4b02cd(0x101),'previous':_0x4b02cd(0xb0),'next':_0x4b02cd(0xb8),'exit':'結束','slideProgress':_0x4b02cd(0x82),'speakerNotes':_0x4b02cd(0xc4),'speakerNotesPlaceholder':'按一下新增目前幻燈片的備註','speakerNotesEmpty':'無講者備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x4b02cd(0x102),'subtitle':_0x4b02cd(0xa7),'body':_0x4b02cd(0xc8),'text':_0x4b02cd(0xc8),'header':_0x4b02cd(0x88),'footer':'頁尾預留位置','date':_0x4b02cd(0xe0),'slideNumber':_0x4b02cd(0xbf)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x4b02cd(0xbe),'backward':_0x4b02cd(0xed),'front':_0x4b02cd(0x106),'back':'移到最後面'},'transform':{'title':'轉換','rotate':_0x4b02cd(0x94),'x':_0x4b02cd(0xf9),'y':'Y\x20(像素)','width':_0x4b02cd(0x7a),'height':_0x4b02cd(0x76),'lock':_0x4b02cd(0xe4)},'crop':{'title':'裁剪','start':_0x4b02cd(0x89),'mode':'自由','shape':_0x4b02cd(0xcb)}}}};module[_0x4b02cd(0x7b)]=e;
|
|
1
|
+
const _0x47ce25=_0xc0ba;function _0x45ce(){const _0x1db0b2=['末端箭頭類型','無講者備註','從目前幻燈片播放','接合類型','灰色細虛線','無填滿','居中對齊','未設定','Y\x20(像素)','文字在前','319CdqutU','X\x20(像素)','外部:左上(大)','雙螢幕簡報','雙螢幕・從目前開始','Y\x20位移','左對齊','開始裁剪','背景格式設定','exports','圖樣設定即將推出。','靠右上','無線條','末端箭頭大小','高度\x20(像素)','新增描述','藍色細實線','圖案樣式','全部套用','設定背景','標題1','幻燈片','虛線-點','6qnDCyJ','移到最後面','隨圖案旋轉','長虛線-點-點','找不到結果。','佈景主題','與文字排列','寬度\x20(像素)','縮小字型','圖片並排作為材質','文字在後','2EGzSGv','橙色細實線','位置與大小','重設背景','圖樣填滿','長虛線-點','灰色細實線','講者備註','長虛線','3095695aiwvwK','僅標題','雙螢幕・從頭開始','張圖片','Y\x20縮放','垂直對齊','7659864aXBPPM','標題黑色','註解灰色','左右對齊','插入圖片來源','移到最前面','刪除形狀','前端箭頭大小','隱藏母片/版面配置圖形','14465330HHfghZ','快速樣式','文字顏色','右對齊','外部:左上','2724ELQHVo','7870786CcBPop','透明文字色彩','頁首預留位置','黑色細實線','藍色虛線末端箭頭','下移一層','外部:右下(小)','8EXqHEo','裁剪為圖案','轉場效果','移到最上層','移到最下層','鎖定長寬比','靠左下','下一頁','無顏色','上及下','日期預留位置','文字方塊','圖片填滿','段落類型','透明度','取消群組','草圖類型','全部顯示','更多樣式','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','3UFWcAG','黑色細虛線','1379424fRZjiI','檔案...','圖案預設值','兩欄內容','兩端對齊','開放箭頭','按一下以全螢幕','垂直翻轉','上一頁','線條樣式','刪除線','陰影顏色','靠右下','表格大小','+\x20新增幻燈片','線端類型','按一下以新增標題','圖案格式','圖片來源','1836943ROaWvn','外部:左下','暫無物件','藍色末端箭頭線條','插入圖片','頂部對齊','水平文字方塊','圖案格式設定','外部:右上','旋轉\x20(°)','漸層填滿','按一下以新增文字','無陰影','前端箭頭類型','搜尋幻燈片與物件','上移一層','純色填滿','文字樣式','重置顏色','自訂大小','隱形箭頭','標題與內容','物件列表','水平對齊','文字背景色','強調橙色','標題幻燈片','放大字型','藍色細虛線','含標題圖片','底部對齊'];_0x45ce=function(){return _0x1db0b2;};return _0x45ce();}(function(_0x46bde7,_0x5db3b2){const _0x4447be=_0xc0ba,_0x33cfb0=_0x46bde7();while(!![]){try{const _0x51fbe0=parseInt(_0x4447be(0x27e))/0x1*(parseInt(_0x4447be(0x230))/0x2)+parseInt(_0x4447be(0x269))/0x3*(-parseInt(_0x4447be(0x26b))/0x4)+parseInt(_0x4447be(0x239))/0x5+parseInt(_0x4447be(0x225))/0x6*(parseInt(_0x4447be(0x24e))/0x7)+-parseInt(_0x4447be(0x255))/0x8*(parseInt(_0x4447be(0x23f))/0x9)+-parseInt(_0x4447be(0x248))/0xa+parseInt(_0x4447be(0x20e))/0xb*(-parseInt(_0x4447be(0x24d))/0xc);if(_0x51fbe0===_0x5db3b2)break;else _0x33cfb0['push'](_0x33cfb0['shift']());}catch(_0xc63aaa){_0x33cfb0['push'](_0x33cfb0['shift']());}}}(_0x45ce,0xe3654));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x47ce25(0x27c),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x47ce25(0x260),'textHorizontal':_0x47ce25(0x284),'textVertical':'垂直文字方塊','image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x47ce25(0x278),'customSize':_0x47ce25(0x1f8),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x47ce25(0x1f3),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':_0x47ce25(0x229),'slidePrefix':_0x47ce25(0x223)},'themePicker':{'title':_0x47ce25(0x22a),'caption':_0x47ce25(0x26d),'tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x47ce25(0x262),'heading1':_0x47ce25(0x222),'increaseFontSize':_0x47ce25(0x200),'decreaseFontSize':_0x47ce25(0x22d),'textColor':'文字色彩','transparentTextColor':_0x47ce25(0x24f),'textBackgroundColor':'文字背景色','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x47ce25(0x275),'horizontalAlign':_0x47ce25(0x1fc),'verticalAlign':_0x47ce25(0x23e),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':_0x47ce25(0x24b),'alignJustify':_0x47ce25(0x242),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x47ce25(0x249),'shapeStyles':_0x47ce25(0x21f),'lineStyles':_0x47ce25(0x274),'textStyles':_0x47ce25(0x1f6),'more':_0x47ce25(0x267),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x47ce25(0x251),'blueSolid':_0x47ce25(0x21e),'orangeSolid':_0x47ce25(0x231),'graySolid':_0x47ce25(0x236),'blueEndArrow':_0x47ce25(0x281),'greenTwoWayArrow':'綠色雙向箭頭線條','blackDashed':_0x47ce25(0x26a),'blueDashed':_0x47ce25(0x201),'grayDashed':_0x47ce25(0x208),'blueDashedEndArrow':_0x47ce25(0x252),'grayDashedEndArrow':'灰色虛線末端箭頭','greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':'內文黑色','titleBlack':_0x47ce25(0x240),'accentBlue':'強調藍色','accentOrange':_0x47ce25(0x1fe),'noteGray':_0x47ce25(0x241)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x47ce25(0x279),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':_0x47ce25(0x1ff),'titleAndBody':_0x47ce25(0x1fa),'sectionHeader':'章節標題','twoColumns':_0x47ce25(0x26e),'comparison':'比較','blank':'空白','titleOnly':_0x47ce25(0x23a),'pictureWithCaption':_0x47ce25(0x202)}}},'shapePanel':{'title':_0x47ce25(0x285),'shapeStyle':_0x47ce25(0x21f),'shapePosition':'位置','openPanel':'打開形狀面板','deleteShape':_0x47ce25(0x245),'toolbar':{'alignLeft':_0x47ce25(0x214),'alignCenter':_0x47ce25(0x20a),'alignRight':'右對齊','alignJustify':_0x47ce25(0x26f),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x47ce25(0x24a),'textBackgroundColor':_0x47ce25(0x1fd),'fillColor':_0x47ce25(0x1fd),'resetColor':_0x47ce25(0x1f7)},'align':{'top':_0x47ce25(0x283),'middle':'垂直居中','bottom':_0x47ce25(0x203)},'textWrap':{'inline':_0x47ce25(0x22b),'square':'矩形','topAndBottom':_0x47ce25(0x25e),'behindText':_0x47ce25(0x20d),'inFrontText':_0x47ce25(0x22f)},'position':{'title':_0x47ce25(0x232),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x47ce25(0x276),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x47ce25(0x1f1),'shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x47ce25(0x27f),'shdw2':_0x47ce25(0x286),'shdw1':_0x47ce25(0x24c),'shdw14':_0x47ce25(0x254),'shdw10':_0x47ce25(0x210)}},'fill':{'title':'填滿','noFill':_0x47ce25(0x25d),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x47ce25(0x27d),'insert':_0x47ce25(0x282),'tileAsTexture':_0x47ce25(0x22e),'offsetX':'X\x20位移','offsetY':_0x47ce25(0x213),'scaleX':'X\x20縮放','scaleY':_0x47ce25(0x23d),'alignment':'對齊','rotateWithShape':_0x47ce25(0x227),'align':{'tl':'靠左上','t':'靠上','tr':_0x47ce25(0x219),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x47ce25(0x25b),'b':'靠下','br':_0x47ce25(0x277)}}},'line':{'title':'線條','noLine':_0x47ce25(0x21a),'solidLine':'實線','color':'色彩','transparency':_0x47ce25(0x263),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x47ce25(0x1f2),'beginArrowSize':_0x47ce25(0x246),'endArrowType':_0x47ce25(0x204),'endArrowSize':_0x47ce25(0x21b),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x47ce25(0x224),'longDash':_0x47ce25(0x238),'longDashDot':_0x47ce25(0x235),'longDashDotDot':_0x47ce25(0x228)},'capType':{'title':_0x47ce25(0x27a),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x47ce25(0x207),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x47ce25(0x265),'none':'無','curved':'曲線','freehand':'自由線條','handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x47ce25(0x270),'stealthArrow':_0x47ce25(0x1f9),'diamondArrow':'菱形箭頭','ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x47ce25(0x1fb),'showAll':_0x47ce25(0x266),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x47ce25(0x1f4),'moveBackward':_0x47ce25(0x253),'nameInput':'物件名稱','empty':_0x47ce25(0x280),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x47ce25(0x21d),'details':'詳情','noSelection':'選擇物件以編輯詳情'},'backgroundPanel':{'title':_0x47ce25(0x216),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x47ce25(0x247),'presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x47ce25(0x20b),'presentationBackgroundImages':_0x47ce25(0x23c),'setPresentationBackground':_0x47ce25(0x221),'clearPresentationBackground':'清除','none':_0x47ce25(0x209),'solid':_0x47ce25(0x1f5),'gradient':_0x47ce25(0x1ef),'image':_0x47ce25(0x261),'pattern':_0x47ce25(0x234),'color':'色彩','transparency':_0x47ce25(0x263),'imageSource':_0x47ce25(0x243),'insertImage':_0x47ce25(0x26c),'fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':_0x47ce25(0x218),'applyToAll':_0x47ce25(0x220),'resetBackground':_0x47ce25(0x233)},'transitionPanel':{'title':_0x47ce25(0x257),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x47ce25(0x220),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x47ce25(0x216),'transitionPanel':_0x47ce25(0x257),'speakerNotes':_0x47ce25(0x237),'ruler':'標尺','shapePanel':_0x47ce25(0x285),'flipHorizontal':'水平翻轉','flipVertical':_0x47ce25(0x272),'group':'群組','ungroup':_0x47ce25(0x264)},'presentation':{'play':'播放','playFromBeginning':'從頭播放','playFromCurrent':_0x47ce25(0x206),'playDualScreen':_0x47ce25(0x211),'playDualScreenFromBeginning':_0x47ce25(0x23b),'playDualScreenFromCurrent':_0x47ce25(0x212),'dualScreenUnavailable':_0x47ce25(0x268),'fullscreenPrompt':_0x47ce25(0x271),'presentationEnded':'簡報結束','previous':_0x47ce25(0x273),'next':_0x47ce25(0x25c),'exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':'講者備註','speakerNotesPlaceholder':'按一下新增目前幻燈片的備註','speakerNotesEmpty':_0x47ce25(0x205),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x47ce25(0x27b),'subtitle':'按一下以新增副標題','body':_0x47ce25(0x1f0),'text':'按一下以新增文字','header':_0x47ce25(0x250),'footer':'頁尾預留位置','date':_0x47ce25(0x25f),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x47ce25(0x258),'backward':_0x47ce25(0x259),'front':_0x47ce25(0x244),'back':_0x47ce25(0x226)},'transform':{'title':'轉換','rotate':_0x47ce25(0x287),'x':_0x47ce25(0x20f),'y':_0x47ce25(0x20c),'width':_0x47ce25(0x22c),'height':_0x47ce25(0x21c),'lock':_0x47ce25(0x25a)},'crop':{'title':'裁剪','start':_0x47ce25(0x215),'mode':'自由','shape':_0x47ce25(0x256)}}}};function _0xc0ba(_0x22f895,_0x431b94){_0x22f895=_0x22f895-0x1ef;const _0x45cecc=_0x45ce();let _0xc0ba60=_0x45cecc[_0x22f895];return _0xc0ba60;}module[_0x47ce25(0x217)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x10a26a=_0x103b;function _0x103b(_0x5a4caf,_0x19dfdb){_0x5a4caf=_0x5a4caf-0x166;const _0x3c13ce=_0x3c13();let _0x103bf5=_0x3c13ce[_0x5a4caf];return _0x103bf5;}(function(_0x406564,_0x42e367){const _0x1467fa=_0x103b,_0x3604b5=_0x406564();while(!![]){try{const _0x142415=-parseInt(_0x1467fa(0x1ab))/0x1+parseInt(_0x1467fa(0x187))/0x2*(parseInt(_0x1467fa(0x179))/0x3)+parseInt(_0x1467fa(0x1c5))/0x4*(-parseInt(_0x1467fa(0x1cb))/0x5)+-parseInt(_0x1467fa(0x16f))/0x6+-parseInt(_0x1467fa(0x1c4))/0x7+parseInt(_0x1467fa(0x1dd))/0x8+-parseInt(_0x1467fa(0x1b1))/0x9*(-parseInt(_0x1467fa(0x1b9))/0xa);if(_0x142415===_0x42e367)break;else _0x3604b5['push'](_0x3604b5['shift']());}catch(_0x4f86ed){_0x3604b5['push'](_0x3604b5['shift']());}}}(_0x3c13,0x1dda9));function _0x3c13(){const _0x2f8210=['下一頁','黑色細虛線','居中對齊','選擇投影片主題','接合類型','文字樣式','置中對齊','頁眉占位符','單擊此處添加文本','強調橙色','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','隨圖形旋轉','簡報底圖','長雙點劃線','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','外部:右下','找不到符合的結果。','物件列表','設定背景格式','文字顏色','透明度','暫無物件','長虛線','張圖片','水平對齊','上一頁','陰影顏色','持續時間','重設背景','圖案設定即將支援。','從頭開始雙螢幕播放','黑色細實線','雙螢幕播放','1431336lIwLqG','圖形格式','設定底圖','兩欄內容','節標題','綠色雙向箭頭','點劃線','外部:右上','新增投影片','打開形狀面板','3bStOLL','終點箭頭大小','無線條','更多樣式','無陰影','旋轉\x20(°)','從上方','頁腳占位符','X\x20(px)','外部:右下(小)','手繪樣式','文字背景色','搜尋投影片和物件','暫無備註','178426vwrKaZ','無顏色','插入圖片','exports','適應方式','垂直縮放','從頭開始播放','從下方','Y\x20(px)','下移一層','刪除線','形狀預設樣式','藍色細虛線','灰色細虛線','插入圖片來源','文字色彩','隱藏母片/版面配置圖形','長點劃線','正文黑色','放大字型','設定圖形格式','水平位移','拐角半徑','點擊進入全螢幕','單擊此處添加標題','外部:左上(大)','段落類型','背景圖形','單擊此處添加正文','垂直居中','與文字排列','垂直翻轉','灰色虛線終點箭頭','灰色細實線','漸層填滿','文字方塊','163989xBumAr','手繪效果','上移一層','空心箭頭','選擇版面配置','第\x20{current}\x20張簡報,共\x20{total}\x20張','36HvJSRq','在下方新增投影片','檔案...','圖片與標題','鎖定比例','強調藍色','虛線類型','圖片來源','691750FKrEhg','寬度\x20(px)','水平縮放','左對齊','從左側','底部對齊','點擊為目前簡報新增備註','短虛線','開始裁剪','藍色細實線','物件名稱','111636yuElvl','4bVctEy','註解灰色','水平翻轉','起點箭頭類型','底端對齊','標題投影片','310755luGFfW','全部隱藏','文字在後','調整投影片縮圖面板大小','外部:左上','簡報已結束','橢圓箭頭','標題1','取消群組','標題與內容','從目前投影片開始雙螢幕播放','套用到全部','頂端對齊','標題黑色','起點箭頭大小','切換動畫','置於頂層','右對齊','1896096fyMFiq','高度\x20(px)','置於底層'];_0x3c13=function(){return _0x2f8210;};return _0x3c13();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x10a26a(0x170),'changeShape':'變更圖形'},'insertToolbar':{'search':'搜尋','text':_0x10a26a(0x1aa),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':'Table\x20size','customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x10a26a(0x185),'noQuery':_0x10a26a(0x1ee),'empty':_0x10a26a(0x1f0),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x10a26a(0x192),'tooltip':_0x10a26a(0x1e3)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x10a26a(0x1a1),'heading1':_0x10a26a(0x1d2),'increaseFontSize':_0x10a26a(0x19a),'decreaseFontSize':'縮小字型','textColor':_0x10a26a(0x196),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x10a26a(0x184),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x10a26a(0x191),'horizontalAlign':_0x10a26a(0x166),'verticalAlign':'垂直對齊','alignLeft':'左對齊','alignCenter':_0x10a26a(0x1e6),'alignRight':_0x10a26a(0x1dc),'alignJustify':'左右對齊','alignTop':_0x10a26a(0x1d7),'alignMiddle':'垂直置中','alignBottom':_0x10a26a(0x1c9)},'quickStyles':{'tooltip':'快捷樣式','shapeStyles':'形狀樣式','lineStyles':'線條樣式','textStyles':_0x10a26a(0x1e5),'more':_0x10a26a(0x17c),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x10a26a(0x16d),'blueSolid':_0x10a26a(0x1c2),'orangeSolid':'橙色細實線','graySolid':_0x10a26a(0x1a8),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x10a26a(0x174),'blackDashed':_0x10a26a(0x1e1),'blueDashed':_0x10a26a(0x193),'grayDashed':_0x10a26a(0x194),'blueDashedEndArrow':'藍色虛線終點箭頭','grayDashedEndArrow':_0x10a26a(0x1a7),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':_0x10a26a(0x199),'titleBlack':_0x10a26a(0x1d8),'accentBlue':_0x10a26a(0x1b6),'accentOrange':_0x10a26a(0x1e9),'noteGray':_0x10a26a(0x1c6)}}},'thumbnailBar':{'resizePanel':_0x10a26a(0x1ce),'addSlide':'+\x20新增','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x10a26a(0x1b2),'delete':'刪除'},'layoutPicker':{'title':_0x10a26a(0x1af),'layouts':{'title':_0x10a26a(0x1ca),'titleAndBody':_0x10a26a(0x1d4),'sectionHeader':_0x10a26a(0x173),'twoColumns':_0x10a26a(0x172),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x10a26a(0x1b4)}}},'shapePanel':{'title':_0x10a26a(0x19b),'shapeStyle':'圖形樣式','shapePosition':'位置','openPanel':_0x10a26a(0x178),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x10a26a(0x1bc),'alignCenter':_0x10a26a(0x1e2),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x10a26a(0x1f3),'textBackgroundColor':'文字背景色','fillColor':_0x10a26a(0x184),'resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':_0x10a26a(0x1a4),'bottom':_0x10a26a(0x1be)},'textWrap':{'inline':_0x10a26a(0x1a5),'square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':_0x10a26a(0x1cd)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x10a26a(0x168),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x10a26a(0x17d),'shadowPresetCustom':'自訂','shadowTransparency':_0x10a26a(0x1f4),'shadowSize':'大小','shadowPreset':{'shdw6':_0x10a26a(0x1ef),'shdw5':'外部:左下','shdw2':_0x10a26a(0x176),'shdw1':_0x10a26a(0x1cf),'shdw14':_0x10a26a(0x182),'shdw10':_0x10a26a(0x1a0)}},'fill':{'title':'填滿','noFill':_0x10a26a(0x188),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x10a26a(0x1f4),'picture':{'source':_0x10a26a(0x1b8),'insert':_0x10a26a(0x189),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x10a26a(0x19c),'offsetY':'垂直位移','scaleX':_0x10a26a(0x1bb),'scaleY':_0x10a26a(0x18c),'alignment':'對齊','rotateWithShape':_0x10a26a(0x1eb),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x10a26a(0x17b),'solidLine':'實線','color':'色彩','transparency':_0x10a26a(0x1f4),'width':'寬度','cornerRadius':_0x10a26a(0x19d),'beginArrowType':_0x10a26a(0x1c8),'beginArrowSize':_0x10a26a(0x1d9),'endArrowType':'終點箭頭類型','endArrowSize':_0x10a26a(0x17a),'dashType':{'title':_0x10a26a(0x1b7),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x10a26a(0x1c0),'dashDot':_0x10a26a(0x175),'longDash':_0x10a26a(0x1f6),'longDashDot':_0x10a26a(0x198),'longDashDotDot':_0x10a26a(0x1ed)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x10a26a(0x1e4),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x10a26a(0x183),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x10a26a(0x1ac)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x10a26a(0x1ae),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x10a26a(0x1d1)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x10a26a(0x1f1),'showAll':'全部顯示','hideAll':_0x10a26a(0x1cc),'show':'顯示','hide':'隱藏','moveForward':_0x10a26a(0x1ad),'moveBackward':_0x10a26a(0x190),'nameInput':_0x10a26a(0x1c3),'empty':_0x10a26a(0x1f5)},'backgroundPanel':{'title':_0x10a26a(0x1f2),'backgroundGraphics':_0x10a26a(0x1a2),'hideBackgroundGraphics':_0x10a26a(0x197),'presentationBackground':_0x10a26a(0x1ec),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x10a26a(0x1f7),'setPresentationBackground':_0x10a26a(0x171),'clearPresentationBackground':'清除','none':'無填滿','solid':'實心填滿','gradient':_0x10a26a(0x1a9),'image':'圖片填滿','pattern':'圖案填滿','color':'色彩','transparency':_0x10a26a(0x1f4),'imageSource':_0x10a26a(0x195),'insertImage':_0x10a26a(0x1b3),'fit':_0x10a26a(0x18b),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x10a26a(0x16b),'applyToAll':_0x10a26a(0x1d6),'resetBackground':_0x10a26a(0x16a)},'transitionPanel':{'title':_0x10a26a(0x1da),'effect':'效果','direction':'方向','duration':_0x10a26a(0x169),'preview':'預覽','applyToAll':_0x10a26a(0x1d6),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x10a26a(0x1bd),'right':'從右側','up':_0x10a26a(0x17f),'down':_0x10a26a(0x18e)}},'contextmenu':{'addPage':_0x10a26a(0x177),'backgroundPanel':_0x10a26a(0x1f2),'transitionPanel':_0x10a26a(0x1da),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x10a26a(0x19b),'flipHorizontal':_0x10a26a(0x1c7),'flipVertical':_0x10a26a(0x1a6),'group':'群組','ungroup':_0x10a26a(0x1d3)},'presentation':{'play':'播放','playFromBeginning':_0x10a26a(0x18d),'playFromCurrent':'從目前投影片開始播放','playDualScreen':_0x10a26a(0x16e),'playDualScreenFromBeginning':_0x10a26a(0x16c),'playDualScreenFromCurrent':_0x10a26a(0x1d5),'dualScreenUnavailable':_0x10a26a(0x1ea),'fullscreenPrompt':_0x10a26a(0x19e),'presentationEnded':_0x10a26a(0x1d0),'previous':_0x10a26a(0x167),'next':_0x10a26a(0x1e0),'exit':'結束','slideProgress':_0x10a26a(0x1b0),'speakerNotes':'備註','speakerNotesPlaceholder':_0x10a26a(0x1bf),'speakerNotesEmpty':_0x10a26a(0x186),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x10a26a(0x19f),'subtitle':'單擊此處添加副標題','body':_0x10a26a(0x1a3),'text':_0x10a26a(0x1e8),'header':_0x10a26a(0x1e7),'footer':_0x10a26a(0x180),'date':'日期占位符','slideNumber':'頁碼占位符'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x10a26a(0x1ad),'backward':_0x10a26a(0x190),'front':_0x10a26a(0x1db),'back':_0x10a26a(0x1df)},'transform':{'title':'變換','rotate':_0x10a26a(0x17e),'x':_0x10a26a(0x181),'y':_0x10a26a(0x18f),'width':_0x10a26a(0x1ba),'height':_0x10a26a(0x1de),'lock':_0x10a26a(0x1b5)},'crop':{'title':'裁剪','start':_0x10a26a(0x1c1),'mode':'自由','shape':'裁剪為形狀'}}}};module[_0x10a26a(0x18a)]=e;
|
|
1
|
+
const _0x3615cf=_0x3831;(function(_0x51b686,_0x36eadd){const _0x256722=_0x3831,_0x1730a7=_0x51b686();while(!![]){try{const _0x347e07=parseInt(_0x256722(0x243))/0x1+-parseInt(_0x256722(0x24f))/0x2+parseInt(_0x256722(0x22d))/0x3+parseInt(_0x256722(0x220))/0x4+parseInt(_0x256722(0x21f))/0x5+-parseInt(_0x256722(0x1e0))/0x6+parseInt(_0x256722(0x1e1))/0x7;if(_0x347e07===_0x36eadd)break;else _0x1730a7['push'](_0x1730a7['shift']());}catch(_0x4c42ca){_0x1730a7['push'](_0x1730a7['shift']());}}}(_0x37c5,0xcc3a9));function _0x3831(_0x4fd399,_0xc46de1){_0x4fd399=_0x4fd399-0x1dd;const _0x37c54c=_0x37c5();let _0x3831ca=_0x37c54c[_0x4fd399];return _0x3831ca;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x3615cf(0x213),'changeShape':_0x3615cf(0x242)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x3615cf(0x1ed),'textVertical':_0x3615cf(0x236),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x3615cf(0x26d),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x3615cf(0x205),'noQuery':_0x3615cf(0x260),'empty':_0x3615cf(0x206),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x3615cf(0x21d),'tooltip':_0x3615cf(0x20f)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':'標題1','increaseFontSize':'放大字型','decreaseFontSize':_0x3615cf(0x1f3),'textColor':_0x3615cf(0x1fb),'transparentTextColor':_0x3615cf(0x216),'textBackgroundColor':_0x3615cf(0x259),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3615cf(0x1f4),'horizontalAlign':_0x3615cf(0x201),'verticalAlign':_0x3615cf(0x1ea),'alignLeft':_0x3615cf(0x1e6),'alignCenter':_0x3615cf(0x247),'alignRight':'右對齊','alignJustify':_0x3615cf(0x218),'alignTop':'頂端對齊','alignMiddle':_0x3615cf(0x252),'alignBottom':_0x3615cf(0x250)},'quickStyles':{'tooltip':_0x3615cf(0x1eb),'shapeStyles':'形狀樣式','lineStyles':_0x3615cf(0x274),'textStyles':_0x3615cf(0x1f0),'more':_0x3615cf(0x25b),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x3615cf(0x225),'blueSolid':_0x3615cf(0x265),'orangeSolid':_0x3615cf(0x26b),'graySolid':'灰色細實線','blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x3615cf(0x238),'blackDashed':_0x3615cf(0x25c),'blueDashed':_0x3615cf(0x25d),'grayDashed':_0x3615cf(0x230),'blueDashedEndArrow':_0x3615cf(0x1f5),'grayDashedEndArrow':'灰色虛線終點箭頭','greenDashedTwoWayArrow':_0x3615cf(0x23e)},'text':{'bodyBlack':_0x3615cf(0x1e3),'titleBlack':'標題黑色','accentBlue':_0x3615cf(0x258),'accentOrange':_0x3615cf(0x24b),'noteGray':_0x3615cf(0x22c)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x3615cf(0x1fe),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x3615cf(0x1e4),'delete':'刪除'},'layoutPicker':{'title':_0x3615cf(0x1ef),'layouts':{'title':_0x3615cf(0x226),'titleAndBody':_0x3615cf(0x270),'sectionHeader':_0x3615cf(0x209),'twoColumns':_0x3615cf(0x26c),'comparison':'比較','blank':'空白','titleOnly':_0x3615cf(0x1fd),'pictureWithCaption':_0x3615cf(0x221)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x3615cf(0x23c),'shapePosition':'位置','openPanel':_0x3615cf(0x253),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x3615cf(0x1e6),'alignCenter':_0x3615cf(0x23b),'alignRight':_0x3615cf(0x1de),'alignJustify':_0x3615cf(0x1f8),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3615cf(0x1f4),'textColor':_0x3615cf(0x202),'textBackgroundColor':_0x3615cf(0x259),'fillColor':'文字背景色','resetColor':_0x3615cf(0x217)},'align':{'top':_0x3615cf(0x237),'middle':'垂直居中','bottom':_0x3615cf(0x215)},'textWrap':{'inline':_0x3615cf(0x1ff),'square':'矩形','topAndBottom':_0x3615cf(0x235),'behindText':'文字在前','inFrontText':_0x3615cf(0x22a)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x3615cf(0x1e8),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':_0x3615cf(0x276),'shadowSize':'大小','shadowPreset':{'shdw6':_0x3615cf(0x244),'shdw5':_0x3615cf(0x228),'shdw2':'外部:右上','shdw1':_0x3615cf(0x21a),'shdw14':_0x3615cf(0x200),'shdw10':_0x3615cf(0x268)}},'fill':{'title':'填滿','noFill':_0x3615cf(0x20e),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x3615cf(0x276),'picture':{'source':'圖片來源','insert':'插入圖片','tileAsTexture':_0x3615cf(0x24c),'offsetX':_0x3615cf(0x22b),'offsetY':_0x3615cf(0x231),'scaleX':_0x3615cf(0x210),'scaleY':_0x3615cf(0x241),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x3615cf(0x26e),'solidLine':'實線','color':'色彩','transparency':_0x3615cf(0x276),'width':'寬度','cornerRadius':_0x3615cf(0x20d),'beginArrowType':_0x3615cf(0x269),'beginArrowSize':_0x3615cf(0x263),'endArrowType':_0x3615cf(0x255),'endArrowSize':_0x3615cf(0x20b),'dashType':{'title':_0x3615cf(0x249),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x3615cf(0x219),'dashDot':_0x3615cf(0x254),'longDash':_0x3615cf(0x227),'longDashDot':_0x3615cf(0x266),'longDashDotDot':_0x3615cf(0x1e2)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x3615cf(0x25a),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x3615cf(0x233),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x3615cf(0x1ee)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3615cf(0x23a),'stealthArrow':'隱形箭頭','diamondArrow':_0x3615cf(0x271),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3615cf(0x261),'showAll':_0x3615cf(0x248),'hideAll':_0x3615cf(0x1e5),'show':'顯示','hide':'隱藏','moveForward':_0x3615cf(0x246),'moveBackward':_0x3615cf(0x1ec),'nameInput':_0x3615cf(0x204),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x3615cf(0x21e),'noSelection':_0x3615cf(0x211)},'backgroundPanel':{'title':_0x3615cf(0x232),'backgroundGraphics':_0x3615cf(0x22f),'hideBackgroundGraphics':_0x3615cf(0x26f),'presentationBackground':_0x3615cf(0x23f),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x3615cf(0x275),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x3615cf(0x203),'solid':_0x3615cf(0x245),'gradient':'漸層填滿','image':_0x3615cf(0x262),'pattern':_0x3615cf(0x208),'color':'色彩','transparency':'透明度','imageSource':_0x3615cf(0x24e),'insertImage':_0x3615cf(0x21b),'fit':_0x3615cf(0x25f),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x3615cf(0x1f7),'resetBackground':_0x3615cf(0x214)},'transitionPanel':{'title':_0x3615cf(0x1df),'effect':'效果','direction':'方向','duration':_0x3615cf(0x257),'preview':'預覽','applyToAll':'套用到全部','effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x3615cf(0x21c),'right':_0x3615cf(0x1dd),'up':'從上方','down':_0x3615cf(0x251)}},'contextmenu':{'addPage':_0x3615cf(0x1f1),'backgroundPanel':_0x3615cf(0x232),'transitionPanel':_0x3615cf(0x1df),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x3615cf(0x224),'flipHorizontal':_0x3615cf(0x256),'flipVertical':_0x3615cf(0x23d),'group':'群組','ungroup':_0x3615cf(0x234)},'presentation':{'play':'播放','playFromBeginning':'從頭開始播放','playFromCurrent':_0x3615cf(0x264),'playDualScreen':_0x3615cf(0x20c),'playDualScreenFromBeginning':_0x3615cf(0x1f9),'playDualScreenFromCurrent':_0x3615cf(0x222),'dualScreenUnavailable':_0x3615cf(0x25e),'fullscreenPrompt':_0x3615cf(0x207),'presentationEnded':_0x3615cf(0x229),'previous':_0x3615cf(0x1fa),'next':_0x3615cf(0x24a),'exit':'結束','slideProgress':'第\x20{current}\x20張簡報,共\x20{total}\x20張','speakerNotes':'備註','speakerNotesPlaceholder':_0x3615cf(0x24d),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x3615cf(0x1fc),'subtitle':'單擊此處添加副標題','body':'單擊此處添加正文','text':_0x3615cf(0x239),'header':_0x3615cf(0x1e7),'footer':_0x3615cf(0x26a),'date':_0x3615cf(0x1e9),'slideNumber':_0x3615cf(0x267)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x3615cf(0x246),'backward':'下移一層','front':_0x3615cf(0x212),'back':_0x3615cf(0x1f6)},'transform':{'title':'變換','rotate':_0x3615cf(0x240),'x':_0x3615cf(0x1f2),'y':_0x3615cf(0x22e),'width':_0x3615cf(0x223),'height':'高度\x20(px)','lock':_0x3615cf(0x273)},'crop':{'title':'裁剪','start':_0x3615cf(0x20a),'mode':'自由','shape':'裁剪為形狀'}}}};function _0x37c5(){const _0x163d20=['長點劃線','頁碼占位符','外部:左上(大)','起點箭頭類型','頁腳占位符','橙色細實線','兩欄內容','表格大小','無線條','隱藏母片/版面配置圖形','標題與內容','菱形箭頭','exports','鎖定比例','線條樣式','張圖片','透明度','從右側','右對齊','切換動畫','4683000hDHPBd','4155718dqHJOp','長雙點劃線','正文黑色','在下方新增投影片','全部隱藏','左對齊','頁眉占位符','陰影顏色','日期占位符','垂直對齊','快捷樣式','下移一層','橫向文字方塊','手繪效果','選擇版面配置','文字樣式','新增投影片','X\x20(px)','縮小字型','刪除線','藍色虛線終點箭頭','置於底層','套用到全部','兩端對齊','從頭開始雙螢幕播放','上一頁','文字色彩','單擊此處添加標題','僅標題','+\x20新增','與文字排列','外部:右下(小)','水平對齊','文字顏色','無填滿','物件名稱','搜尋投影片和物件','找不到符合的結果。','點擊進入全螢幕','圖案填滿','節標題','開始裁剪','終點箭頭大小','雙螢幕播放','拐角半徑','無顏色','選擇投影片主題','水平縮放','選取物件以編輯詳細資料','置於頂層','圖形格式','重設背景','底部對齊','透明文字色彩','重置顏色','左右對齊','短虛線','外部:左上','檔案...','從左側','形狀預設樣式','詳細資料','2468205XFgVjb','2840352dWoQil','圖片與標題','從目前投影片開始雙螢幕播放','寬度\x20(px)','設定圖形格式','黑色細實線','標題投影片','長虛線','外部:左下','簡報已結束','文字在後','水平位移','註解灰色','2308626xqETDS','Y\x20(px)','背景圖形','灰色細虛線','垂直位移','設定背景格式','手繪樣式','取消群組','上及下','直向文字方塊','頂部對齊','綠色雙向箭頭','單擊此處添加文本','空心箭頭','居中對齊','圖形樣式','垂直翻轉','綠色虛線雙向箭頭','簡報底圖','旋轉\x20(°)','垂直縮放','變更圖形','344847NsFRFt','外部:右下','實心填滿','上移一層','置中對齊','全部顯示','虛線類型','下一頁','強調橙色','將圖片平鋪為紋理','點擊為目前簡報新增備註','插入圖片來源','2589542NHXZza','底端對齊','從下方','垂直置中','打開形狀面板','點劃線','終點箭頭類型','水平翻轉','持續時間','強調藍色','文字背景色','接合類型','更多樣式','黑色細虛線','藍色細虛線','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','適應方式','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','物件列表','圖片填滿','起點箭頭大小','從目前投影片開始播放','藍色細實線'];_0x37c5=function(){return _0x163d20;};return _0x37c5();}module[_0x3615cf(0x272)]=e;
|