@univerjs-pro/slides-ui 1.0.0-alpha.3 → 1.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/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 +24 -53
- 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/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +0 -1
- package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +0 -10
- package/lib/types/locale/en-US.d.ts +19 -0
- package/lib/types/render-objects/document-text-render.util.d.ts +1 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -0
- package/lib/types/render-objects/slide-page-background-object.d.ts +2 -2
- package/lib/types/render-objects/slide-shape-object.d.ts +0 -1
- package/lib/types/render-objects/slide-table-object.d.ts +2 -2
- package/lib/types/services/slide-embed-integration.service.d.ts +6 -0
- package/lib/types/slide-editor/const.d.ts +1 -0
- package/lib/types/slide-editor/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +1 -0
- package/lib/types/utils/shape-text-style.util.d.ts +4 -6
- package/lib/types/views/render/adaptors/image-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/table-adaptor.d.ts +2 -2
- 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 +17 -17
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
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;
|
|
1
|
+
function _0x1fb4(){const _0x1ed6a2=['Xóa','Định\x20dạng\x20hình\x20dạng','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Chiều\x20cao\x20(px)','Căn\x20giữa','Khoảng\x20cách','Thước','Kiểu\x20đầu\x20đường','Hình\x20ảnh','Ngang','Căn\x20phải','Liền\x20nét','Tăng\x20cỡ\x20chữ','exports','Vị\x20trí\x20và\x20kích\x20thước','Thêm\x20kiểu','Đồ\x20họa\x20nền','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Nhỏ','Góc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đặt\x20lại\x20nền','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Sao\x20chép','Vừa','Nguồn\x20hình\x20ảnh','Kích\x20thước\x20mũi\x20tên\x20cuối','Dán','Nhấn\x20mạnh\x20xanh\x20dương','Bên\x20trái','Tên','Dưới\x20cùng','Tròn','Ghi\x20chú\x20xám','Không','3982706BZxNKT','Chưa\x20thiết\x20lập','Chi\x20tiết','Lưu','Mũi\x20tên\x20hình\x20bầu\x20dục','Nhấp\x20để\x20thêm\x20phụ\x20đề','50XpomUj','Màu\x20bóng','Căn\x20dưới','Đóng','Cài\x20sẵn','Kích\x20thước\x20bảng','Căn\x20dọc','Đậm','Gạch\x20ngang\x20dài','Trên\x20cùng\x20bên\x20phải','2789963rMluVt','Sơ\x20đồ','Chuyển\x20tiếp','So\x20sánh','Vừa\x20khung','Căn\x20đều','Vị\x20trí','4gBMCco','Thêm\x20mô\x20tả','Tiêu\x20đề\x20đen','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Chèn\x20hình\x20ảnh','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Từ\x20trái','Không\x20có\x20đối\x20tượng','Thời\x20lượng','Quét','Hộp\x20văn\x20bản\x20ngang','Kiểu\x20đoạn\x20văn','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Cột','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Hiển\x20thị','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Cong','Chỉ\x20tiêu\x20đề','Vẽ\x20tay','Đường\x20liền\x20mảnh\x20màu\x20cam','Xoay\x20(°)','Chính\x20giữa','Màu\x20nền\x20chữ','Không\x20đường\x20kẻ','Trang','Lớn','Căn\x20trên','Bán\x20kính\x20góc','Gạch\x20chân','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Căn\x20ngang','Bên\x20ngoài:\x20trên\x20phải','Đặt\x20lại\x20màu','Dưới\x20cùng\x20bên\x20phải','Từ\x20dưới','Kiểu\x20đường\x20kẻ','Tô\x20màu\x20đơn\x20sắc','Chia\x20đôi','Kiểu\x20văn\x20bản','Hộp\x20văn\x20bản','Cắt','Tô\x20màu\x20hình\x20ảnh','1717620YVPAqM','Tự\x20do','Chọn\x20bố\x20cục','Tô\x20màu\x20hoa\x20văn','Chấm\x20vuông','7038IhPQpJ','Nhấp\x20để\x20toàn\x20màn\x20hình','Nghiêng','Hộp\x20văn\x20bản\x20dọc','Kích\x20thước\x20tùy\x20chỉnh','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Giảm\x20cỡ\x20chữ','Hình\x20dạng','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','1520DgEdIi','Tr?i','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.','Vát','Kiểu\x20hình\x20dạng','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Dưới\x20cùng\x20bên\x20trái','Hủy','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Xoay','T?\x20??ng\x20v?a','Màu\x20chữ','839811iGLWDz','Nhấn\x20mạnh\x20cam','1590925SmGvcI','Phía\x20sau\x20văn\x20bản','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Biểu\x20đồ','Áp\x20dụng\x20cho\x20tất\x20cả','Danh\x20sách\x20đối\x20tượng','Hiệu\x20ứng','Áp\x20dụng','Chấm\x20tròn','In\x20nghiêng','Kiểu\x20nhanh','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','Tô\x20màu\x20gradient','Mũi\x20tên','Y\x20(px)','Trên\x20cùng','Màu\x20nền\x20văn\x20bản','Tùy\x20chỉnh','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Màu','Kiểu\x20mũi\x20tên\x20cuối','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Lật\x20dọc','Kiểu\x20phác\x20thảo','Mở\x20bảng\x20hình\x20dạng','Xóa\x20hình\x20dạng','Tô\x20màu\x20đặc','Độ\x20dịch\x20Y','Trình\x20giữ\x20chỗ\x20số\x20trang','Bỏ\x20nhóm','Tìm\x20kiếm','Trình\x20bày\x20màn\x20hình\x20kép','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Thay\x20đổi\x20hình\x20dạng','Kéo\x20giãn','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Kích\x20thước\x20mũi\x20tên\x20đầu','Mũi\x20tên\x20hình\x20thoi','Thu\x20phóng','2GLgewA','Chiều\x20rộng','Gạch\x20ngang','Trên\x20và\x20dưới','Nội\x20dung\x20đen','Hiển\x20thị\x20tất\x20cả','Nhóm','C?t','Ghi\x20chú\x20người\x20trình\x20bày','Kiểu\x20mũi\x20tên\x20đầu','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Phát\x20từ\x20trang\x20hiện\x20tại','Bắt\x20đầu\x20cắt','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Căn\x20trái','Mũi\x20tên\x20mở','Kiểu\x20đứt\x20nét','H??ng\x20v?n\x20b?n','Tiêu\x20đề\x20phần','Sắp\x20xếp','Đường\x20liền\x20nét','Từ\x20trên','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Cắt\x20theo\x20hình\x20dạng','Làm\x20mờ','S?\x20l??ng','Đẩy','Đường\x20kẻ','Tr?n','Hình\x20ảnh\x20có\x20chú\x20thích','Bảng','Hai\x20nội\x20dung','Cùng\x20dòng\x20với\x20văn\x20bản','Tiêu\x20đề\x201','Đường\x20liền\x20mảnh\x20màu\x20xám','hình\x20ảnh','Đưa\x20ra\x20trước','H?p\x20v?n\x20b?n','Tệp...','Trang\x20trình\x20bày\x20mới','Phát','Cỡ\x20chữ','D??i','Vuông','Trên\x20cùng\x20bên\x20trái','Tỷ\x20lệ\x20Y','Trang\x20{current}\x20/\x20{total}','Độ\x20trong\x20suốt','Tỷ\x20lệ\x20X','Lật\x20ngang','Trình\x20giữ\x20chỗ\x20chân\x20trang','Màn\x20hình\x20kép\x20từ\x20đầu','Tô\x20màu','Nhấp\x20để\x20thêm\x20văn\x20bản','Phía\x20trước\x20văn\x20bản','238967GINkHK','Kích\x20thước','Khóa\x20tỷ\x20lệ','Gạch\x20ngang-chấm'];_0x1fb4=function(){return _0x1ed6a2;};return _0x1fb4();}function _0x20b5(_0x349f17,_0x5f32d0){_0x349f17=_0x349f17-0xe2;const _0x1fb4c9=_0x1fb4();let _0x20b546=_0x1fb4c9[_0x349f17];return _0x20b546;}const _0x7f2e5c=_0x20b5;(function(_0xa103fc,_0x4dd54d){const _0x4eaa62=_0x20b5,_0x1d3096=_0xa103fc();while(!![]){try{const _0x54b000=-parseInt(_0x4eaa62(0x19a))/0x1*(parseInt(_0x4eaa62(0x161))/0x2)+-parseInt(_0x4eaa62(0x138))/0x3+-parseInt(_0x4eaa62(0xf3))/0x4*(parseInt(_0x4eaa62(0x13a))/0x5)+parseInt(_0x4eaa62(0x11e))/0x6+-parseInt(_0x4eaa62(0x1c1))/0x7+parseInt(_0x4eaa62(0x12c))/0x8*(parseInt(_0x4eaa62(0x123))/0x9)+parseInt(_0x4eaa62(0xe2))/0xa*(parseInt(_0x4eaa62(0xec))/0xb);if(_0x54b000===_0x4dd54d)break;else _0x1d3096['push'](_0x1d3096['shift']());}catch(_0x153999){_0x1d3096['push'](_0x1d3096['shift']());}}}(_0x1fb4,0x48808));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x7f2e5c(0x19f),'changeShape':_0x7f2e5c(0x15b)},'insertToolbar':{'search':_0x7f2e5c(0x158),'text':_0x7f2e5c(0x11b),'textHorizontal':_0x7f2e5c(0xfd),'textVertical':_0x7f2e5c(0x126),'image':_0x7f2e5c(0x1a6),'table':_0x7f2e5c(0x181),'shape':_0x7f2e5c(0x12a),'chart':_0x7f2e5c(0x13d)},'tableSizePicker':{'title':_0x7f2e5c(0xe7),'customSize':_0x7f2e5c(0x127),'rows':'Hàng','columns':_0x7f2e5c(0x100),'insert':'Chèn','apply':_0x7f2e5c(0x141)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x7f2e5c(0x12e),'empty':'Không\x20tìm\x20thấy\x20kết\x20quả.','slidePrefix':_0x7f2e5c(0x10c)},'themePicker':{'title':'Chủ\x20đề','caption':'Mặc\x20định\x20hình\x20dạng','tooltip':_0x7f2e5c(0x1a0)},'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':_0x7f2e5c(0x18c),'paragraphType':_0x7f2e5c(0xfe),'heading1':_0x7f2e5c(0x184),'increaseFontSize':_0x7f2e5c(0x1aa),'decreaseFontSize':_0x7f2e5c(0x129),'textColor':_0x7f2e5c(0x137),'transparentTextColor':'Màu\x20chữ\x20trong\x20suốt','textBackgroundColor':_0x7f2e5c(0x10a),'bold':_0x7f2e5c(0xe9),'italic':_0x7f2e5c(0x125),'underline':_0x7f2e5c(0x110),'strikethrough':'Gạch\x20ngang','horizontalAlign':_0x7f2e5c(0x112),'verticalAlign':_0x7f2e5c(0xe8),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x7f2e5c(0x1a8),'alignJustify':_0x7f2e5c(0xf1),'alignTop':_0x7f2e5c(0x10e),'alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':'Căn\x20dưới'},'quickStyles':{'tooltip':_0x7f2e5c(0x144),'shapeStyles':_0x7f2e5c(0x130),'lineStyles':_0x7f2e5c(0x117),'textStyles':_0x7f2e5c(0x11a),'more':_0x7f2e5c(0x1ad),'groups':{'solid':_0x7f2e5c(0x1a9),'dashed':'Đứt\x20nét'},'presets':{'line':{'blackSolid':'Đường\x20liền\x20mảnh\x20màu\x20đen','blueSolid':'Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','orangeSolid':_0x7f2e5c(0x107),'graySolid':_0x7f2e5c(0x185),'blueEndArrow':_0x7f2e5c(0xf6),'greenTwoWayArrow':_0x7f2e5c(0x13c),'blackDashed':_0x7f2e5c(0x101),'blueDashed':_0x7f2e5c(0x12b),'grayDashed':_0x7f2e5c(0x1b2),'blueDashedEndArrow':_0x7f2e5c(0xf8),'grayDashedEndArrow':_0x7f2e5c(0x177),'greenDashedTwoWayArrow':'Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều'},'text':{'bodyBlack':_0x7f2e5c(0x165),'titleBlack':_0x7f2e5c(0xf5),'accentBlue':_0x7f2e5c(0x1ba),'accentOrange':_0x7f2e5c(0x139),'noteGray':_0x7f2e5c(0x1bf)}}},'thumbnailBar':{'resizePanel':_0x7f2e5c(0x145),'addSlide':'+\x20Thêm\x20trang','contextMenu':{'cut':_0x7f2e5c(0x11c),'copy':_0x7f2e5c(0x1b5),'paste':_0x7f2e5c(0x1b9),'addBelow':_0x7f2e5c(0x134),'delete':_0x7f2e5c(0x19e)},'layoutPicker':{'title':_0x7f2e5c(0x120),'layouts':{'title':'Trang\x20tiêu\x20đề','titleAndBody':'Tiêu\x20đề\x20và\x20nội\x20dung','sectionHeader':_0x7f2e5c(0x173),'twoColumns':_0x7f2e5c(0x182),'comparison':_0x7f2e5c(0xef),'blank':'Trống','titleOnly':_0x7f2e5c(0x105),'pictureWithCaption':_0x7f2e5c(0x180)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x7f2e5c(0x130),'shapePosition':_0x7f2e5c(0xf2),'openPanel':_0x7f2e5c(0x152),'deleteShape':_0x7f2e5c(0x153),'toolbar':{'alignLeft':_0x7f2e5c(0x16f),'alignCenter':_0x7f2e5c(0x1a2),'alignRight':_0x7f2e5c(0x1a8),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x7f2e5c(0x143),'underline':_0x7f2e5c(0x110),'strikethrough':_0x7f2e5c(0x163),'textColor':_0x7f2e5c(0x137),'textBackgroundColor':_0x7f2e5c(0x10a),'fillColor':_0x7f2e5c(0x14a),'resetColor':_0x7f2e5c(0x114)},'align':{'top':_0x7f2e5c(0x10e),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x7f2e5c(0xe4)},'textWrap':{'inline':_0x7f2e5c(0x183),'square':'Hình\x20vuông','topAndBottom':_0x7f2e5c(0x164),'behindText':_0x7f2e5c(0x13b),'inFrontText':_0x7f2e5c(0x199)},'textBox':{'title':_0x7f2e5c(0x188),'textDirection':_0x7f2e5c(0x172),'textDirectionHorizontal':_0x7f2e5c(0x1a7),'textDirectionVertical':'D?c','autoFit':_0x7f2e5c(0x136),'autoFitNone':'Kh?ng\x20t?\x20??ng\x20v?a','autoFitShrink':'Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','autoFitResize':_0x7f2e5c(0x14f),'wrapText':_0x7f2e5c(0x16e),'padding':'L?\x20trong','paddingLeft':_0x7f2e5c(0x12d),'paddingRight':'Ph?i','paddingTop':_0x7f2e5c(0x17f),'paddingBottom':_0x7f2e5c(0x18d),'columns':_0x7f2e5c(0x168),'columnCount':_0x7f2e5c(0x17c),'columnSpacing':'Kho?ng\x20c?ch'},'position':{'title':_0x7f2e5c(0x1ac),'x':'X','y':'Y','width':_0x7f2e5c(0x162),'height':'Chiều\x20cao','rotation':_0x7f2e5c(0x135)},'style':{'shadow':'Bóng','shadowColor':_0x7f2e5c(0xe3),'shadowBlurRadius':_0x7f2e5c(0x17b),'shadowDistance':_0x7f2e5c(0x1a3),'shadowDirection':_0x7f2e5c(0x1b1),'shadowPresetTitle':_0x7f2e5c(0xe6),'shadowPresetNone':'Không\x20có\x20bóng','shadowPresetCustom':_0x7f2e5c(0x14b),'shadowTransparency':_0x7f2e5c(0x192),'shadowSize':_0x7f2e5c(0x19b),'shadowPreset':{'shdw6':'Bên\x20ngoài:\x20dưới\x20phải','shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x7f2e5c(0x113),'shdw1':'Bên\x20ngoài:\x20trên\x20trái','shdw14':_0x7f2e5c(0x111),'shdw10':_0x7f2e5c(0x178)}},'fill':{'title':_0x7f2e5c(0x197),'noFill':'Không\x20tô','solidFill':_0x7f2e5c(0x154),'gradientFill':_0x7f2e5c(0x146),'pictureFill':_0x7f2e5c(0x131),'color':'Màu','transparency':_0x7f2e5c(0x192),'picture':{'source':_0x7f2e5c(0x1b7),'insert':_0x7f2e5c(0xf7),'tileAsTexture':_0x7f2e5c(0x179),'offsetX':'Độ\x20dịch\x20X','offsetY':_0x7f2e5c(0x155),'scaleX':_0x7f2e5c(0x193),'scaleY':_0x7f2e5c(0x190),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20theo\x20hình\x20dạng','align':{'tl':_0x7f2e5c(0x18f),'t':_0x7f2e5c(0x149),'tr':_0x7f2e5c(0xeb),'l':_0x7f2e5c(0x1bb),'ctr':_0x7f2e5c(0x109),'r':'Bên\x20phải','bl':_0x7f2e5c(0x132),'b':_0x7f2e5c(0x1bd),'br':_0x7f2e5c(0x115)}}},'line':{'title':_0x7f2e5c(0x17e),'noLine':_0x7f2e5c(0x10b),'solidLine':_0x7f2e5c(0x175),'color':'Màu','transparency':_0x7f2e5c(0x192),'width':_0x7f2e5c(0x162),'cornerRadius':_0x7f2e5c(0x10f),'beginArrowType':_0x7f2e5c(0x16a),'beginArrowSize':_0x7f2e5c(0x15e),'endArrowType':_0x7f2e5c(0x14e),'endArrowSize':_0x7f2e5c(0x1b8),'dashType':{'title':_0x7f2e5c(0x171),'solid':_0x7f2e5c(0x1a9),'roundDot':_0x7f2e5c(0x142),'squareDot':_0x7f2e5c(0x122),'dash':_0x7f2e5c(0x163),'dashDot':_0x7f2e5c(0x19d),'longDash':_0x7f2e5c(0xea),'longDashDot':'Gạch\x20ngang\x20dài-chấm','longDashDotDot':'Gạch\x20ngang\x20dài-chấm-chấm'},'capType':{'title':_0x7f2e5c(0x1a5),'flat':'Phẳng','round':_0x7f2e5c(0x1be),'square':_0x7f2e5c(0x18e)},'joinType':{'title':'Kiểu\x20nối','miter':'Góc\x20nhọn','round':_0x7f2e5c(0x1be),'bevel':_0x7f2e5c(0x12f)},'sketchType':{'title':_0x7f2e5c(0x151),'none':'Không','curved':_0x7f2e5c(0x104),'freehand':_0x7f2e5c(0x11f),'handDrawn':_0x7f2e5c(0x106)},'arrowType':{'none':'Không','arrow':_0x7f2e5c(0x147),'openArrow':_0x7f2e5c(0x170),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0x7f2e5c(0x15f),'ovalArrow':_0x7f2e5c(0x1c5)},'arrowSize':{'small':_0x7f2e5c(0x1b0),'medium':_0x7f2e5c(0x1b6),'large':_0x7f2e5c(0x10d)}}},'objectListPanel':{'title':_0x7f2e5c(0x13f),'showAll':_0x7f2e5c(0x166),'hideAll':'Ẩn\x20tất\x20cả','show':_0x7f2e5c(0x102),'hide':'Ẩn','moveForward':_0x7f2e5c(0x187),'moveBackward':'Đưa\x20ra\x20sau','nameInput':'Tên\x20đối\x20tượng','empty':_0x7f2e5c(0xfa),'close':_0x7f2e5c(0xe5),'name':_0x7f2e5c(0x1bc),'description':'Mô\x20tả','descriptionPlaceholder':_0x7f2e5c(0xf4),'details':_0x7f2e5c(0x1c3),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'backgroundPanel':{'title':'Định\x20dạng\x20nền','backgroundGraphics':_0x7f2e5c(0x1ae),'hideBackgroundGraphics':_0x7f2e5c(0x1b4),'presentationBackground':'Nền\x20bản\x20trình\x20bày','presentationBackgroundEmpty':_0x7f2e5c(0x1c2),'presentationBackgroundImages':_0x7f2e5c(0x186),'setPresentationBackground':'Đặt\x20nền','clearPresentationBackground':'Xóa','none':'Không\x20tô\x20màu','solid':_0x7f2e5c(0x118),'gradient':'Tô\x20màu\x20chuyển\x20sắc','image':_0x7f2e5c(0x11d),'pattern':_0x7f2e5c(0x121),'color':_0x7f2e5c(0x14d),'transparency':_0x7f2e5c(0x192),'imageSource':'Chèn\x20hình\x20ảnh\x20từ','insertImage':_0x7f2e5c(0x189),'fit':_0x7f2e5c(0xf0),'fitOptions':{'cover':'Lấp\x20đầy','contain':_0x7f2e5c(0xf0),'stretch':_0x7f2e5c(0x15c),'repeat':'Lặp\x20lại'},'patternHint':_0x7f2e5c(0xff),'applyToAll':_0x7f2e5c(0x13e),'resetBackground':_0x7f2e5c(0x1b3)},'transitionPanel':{'title':'Chuyển\x20tiếp','effect':_0x7f2e5c(0x140),'direction':'Hướng','duration':_0x7f2e5c(0xfb),'preview':'Xem\x20trước','applyToAll':'Áp\x20dụng\x20cho\x20tất\x20cả','effects':{'none':_0x7f2e5c(0x1c0),'fade':'Mờ\x20dần','push':_0x7f2e5c(0x17d),'wipe':_0x7f2e5c(0xfc),'split':_0x7f2e5c(0x119),'reveal':'Lộ\x20ra','cut':_0x7f2e5c(0x11c),'uncover':'Bỏ\x20che','cover':'Che\x20phủ','zoom':_0x7f2e5c(0x160)},'directions':{'left':_0x7f2e5c(0xf9),'right':'Từ\x20phải','up':_0x7f2e5c(0x176),'down':_0x7f2e5c(0x116)}},'contextmenu':{'addPage':_0x7f2e5c(0x18a),'backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':_0x7f2e5c(0xee),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':_0x7f2e5c(0x1a4),'shapePanel':_0x7f2e5c(0x19f),'flipHorizontal':_0x7f2e5c(0x194),'flipVertical':_0x7f2e5c(0x150),'group':_0x7f2e5c(0x167),'ungroup':_0x7f2e5c(0x157)},'presentation':{'play':_0x7f2e5c(0x18b),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x7f2e5c(0x16c),'playDualScreen':_0x7f2e5c(0x159),'playDualScreenFromBeginning':_0x7f2e5c(0x196),'playDualScreenFromCurrent':_0x7f2e5c(0x15a),'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':_0x7f2e5c(0x124),'presentationEnded':_0x7f2e5c(0x128),'previous':'Trước','next':'Tiếp','exit':'Thoát','slideProgress':_0x7f2e5c(0x191),'speakerNotes':_0x7f2e5c(0x169),'speakerNotesPlaceholder':_0x7f2e5c(0x16b),'speakerNotesEmpty':_0x7f2e5c(0x1af),'speakerNotesSave':_0x7f2e5c(0x1c4),'speakerNotesCancel':_0x7f2e5c(0x133)},'slide':{'placeholder':{'text':{'title':_0x7f2e5c(0x103),'subtitle':_0x7f2e5c(0x1c6),'body':_0x7f2e5c(0x198),'text':'Nhấp\x20để\x20thêm\x20văn\x20bản','header':_0x7f2e5c(0x15d),'footer':_0x7f2e5c(0x195),'date':_0x7f2e5c(0x14c),'slideNumber':_0x7f2e5c(0x156)},'icon':{'image':_0x7f2e5c(0x1a6),'table':_0x7f2e5c(0x181),'chart':_0x7f2e5c(0x13d),'diagram':_0x7f2e5c(0xed),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x7f2e5c(0x174),'forward':'Đưa\x20lên\x20trước','backward':'Đưa\x20xuống\x20sau','front':'Đưa\x20lên\x20đầu','back':'Đưa\x20xuống\x20cuối'},'transform':{'title':'Biến\x20đổi','rotate':_0x7f2e5c(0x108),'x':'X\x20(px)','y':_0x7f2e5c(0x148),'width':'Chiều\x20rộng\x20(px)','height':_0x7f2e5c(0x1a1),'lock':_0x7f2e5c(0x19c)},'crop':{'title':_0x7f2e5c(0x11c),'start':_0x7f2e5c(0x16d),'mode':_0x7f2e5c(0x11f),'shape':_0x7f2e5c(0x17a)}}}};module[_0x7f2e5c(0x1ab)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
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;
|
|
1
|
+
function _0x1547(){const _0xea63ec=['1475226uOUwvc','下移一层','段落类型','切换动画','形状中的文字自动换行','从头开始双屏播放','标题和内容','将图片平铺为纹理','上一页','对象名称','外部:左上(大)','正文黑色','从左侧','旋转\x20(°)','未设置','更多样式','水平缩放','黑色细虚线','注释灰色','演示文稿底图','标题黑色','文本样式','Y\x20(px)','灰色细实线','高度\x20(px)','张图片','椭圆箭头','上移一层','2715464DepSEq','灰色细虚线','9eLrVDz','自定义大小','633429cIjubj','虚线类型','蓝色虚线末端箭头','手绘效果','点击为当前幻灯片添加备注','起点箭头类型','衬于文字下方','置于底层','右对齐','橙色细实线','无颜色','外部:左上','选择版式','溢出时缩排文字','取消组合','无阴影','嵌入型','1240kqPHTo','绿色双向箭头','蓝色细实线','四周型','长点划线','裁剪为形状','图片填充','双屏播放','线条样式','外部:右下(小)','强调蓝色','+\x20新增','图案设置即将支持。','隐形箭头','居中对齐','设置形状格式','位置和大小','图片来源','文本框','自定义','垂直对齐','透明文本颜色','下划线','在下面新增幻灯片','添加描述','蓝色末端箭头','节标题','未找到匹配结果。','185694gIvPGj','插入图片','9985Rysjty','蓝色细虚线','从当前幻灯片开始播放','绿色虚线双向箭头','应用到全部','选择对象以编辑详情','根据文字调整形状大小','图形格式','灰色虚线末端箭头','点划线','快捷样式','标题1','单击此处添加副标题','表格大小','页码占位符','随形状旋转','短划线','文本背景色','无填充','形状样式','删除形状','隐藏母版/版式图形','终点箭头大小','外部:左下','置于顶层','删除线','自动调整','无线条','内边距','两端对齐','新建幻灯片','垂直偏移','渐变填充','页眉占位符','强调橙色','exports','选择幻灯片主题','终点箭头类型','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','宽度\x20(px)','垂直缩放','图案填充','适应方式','从右侧','垂直居中','线帽类型','2RYnifL','从下方','起点箭头大小','黑色细实线','外部:右上','浮于文字上方','顶部对齐','4526109pQQdwQ','空心箭头','阴影颜色','单击此处添加正文','纵向文本框','搜索幻灯片和对象','文本颜色','文件...','开始裁剪','输入关键词搜索幻灯片名称、文本和对象名称。','从上方','背景图形','16729800XJAmmH','文字方向','透明度','草图样式','暂无备注','重置颜色','水平翻转','左对齐','上下型','仅标题','全部隐藏'];_0x1547=function(){return _0xea63ec;};return _0x1547();}const _0x5bd512=_0x3eb6;(function(_0x8a914,_0x1adf34){const _0x3af91d=_0x3eb6,_0x3a06a0=_0x8a914();while(!![]){try{const _0x51dcd3=parseInt(_0x3af91d(0x17a))/0x1+parseInt(_0x3af91d(0x13c))/0x2*(-parseInt(_0x3af91d(0x10c))/0x3)+-parseInt(_0x3af91d(0xf0))/0x4*(parseInt(_0x3af91d(0x10e))/0x5)+-parseInt(_0x3af91d(0x15a))/0x6+-parseInt(_0x3af91d(0x143))/0x7+-parseInt(_0x3af91d(0x176))/0x8+-parseInt(_0x3af91d(0x178))/0x9*(-parseInt(_0x3af91d(0x14f))/0xa);if(_0x51dcd3===_0x1adf34)break;else _0x3a06a0['push'](_0x3a06a0['shift']());}catch(_0x10affd){_0x3a06a0['push'](_0x3a06a0['shift']());}}}(_0x1547,0x6014e));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x5bd512(0x115),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x5bd512(0x102),'textHorizontal':'横向文本框','textVertical':_0x5bd512(0x147),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x5bd512(0x11b),'customSize':_0x5bd512(0x179),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x5bd512(0x148),'noQuery':_0x5bd512(0x14c),'empty':_0x5bd512(0x10b),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':'形状默认样式','tooltip':_0x5bd512(0x132)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x5bd512(0x15c),'heading1':_0x5bd512(0x119),'increaseFontSize':'增大字号','decreaseFontSize':'减小字号','textColor':_0x5bd512(0x149),'transparentTextColor':_0x5bd512(0x105),'textBackgroundColor':_0x5bd512(0x11f),'bold':'粗体','italic':'斜体','underline':_0x5bd512(0x106),'strikethrough':_0x5bd512(0x127),'horizontalAlign':'水平对齐','verticalAlign':_0x5bd512(0x104),'alignLeft':_0x5bd512(0x156),'alignCenter':_0x5bd512(0xfe),'alignRight':_0x5bd512(0x182),'alignJustify':_0x5bd512(0x12b),'alignTop':_0x5bd512(0x142),'alignMiddle':_0x5bd512(0x13a),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x5bd512(0x118),'shapeStyles':_0x5bd512(0x121),'lineStyles':_0x5bd512(0xf8),'textStyles':_0x5bd512(0x16f),'more':_0x5bd512(0x169),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x5bd512(0x13f),'blueSolid':_0x5bd512(0xf2),'orangeSolid':_0x5bd512(0x183),'graySolid':_0x5bd512(0x171),'blueEndArrow':_0x5bd512(0x109),'greenTwoWayArrow':_0x5bd512(0xf1),'blackDashed':_0x5bd512(0x16b),'blueDashed':_0x5bd512(0x10f),'grayDashed':_0x5bd512(0x177),'blueDashedEndArrow':_0x5bd512(0x17c),'grayDashedEndArrow':_0x5bd512(0x116),'greenDashedTwoWayArrow':_0x5bd512(0x111)},'text':{'bodyBlack':_0x5bd512(0x165),'titleBlack':_0x5bd512(0x16e),'accentBlue':_0x5bd512(0xfa),'accentOrange':_0x5bd512(0x130),'noteGray':_0x5bd512(0x16c)}}},'thumbnailBar':{'resizePanel':'调整幻灯片缩略图面板大小','addSlide':_0x5bd512(0xfb),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x5bd512(0x107),'delete':'删除'},'layoutPicker':{'title':_0x5bd512(0x186),'layouts':{'title':'标题幻灯片','titleAndBody':_0x5bd512(0x160),'sectionHeader':_0x5bd512(0x10a),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x5bd512(0x158),'pictureWithCaption':'图片与标题'}}},'shapePanel':{'title':_0x5bd512(0xff),'shapeStyle':_0x5bd512(0x121),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':_0x5bd512(0x122),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x5bd512(0xfe),'alignRight':_0x5bd512(0x182),'alignJustify':_0x5bd512(0x12b),'bold':'粗体','italic':'斜体','underline':_0x5bd512(0x106),'strikethrough':_0x5bd512(0x127),'textColor':'文本颜色','textBackgroundColor':_0x5bd512(0x11f),'fillColor':'文本背景色','resetColor':_0x5bd512(0x154)},'align':{'top':'顶部对齐','middle':_0x5bd512(0x13a),'bottom':'底部对齐'},'textWrap':{'inline':_0x5bd512(0xef),'square':_0x5bd512(0xf3),'topAndBottom':_0x5bd512(0x157),'behindText':_0x5bd512(0x180),'inFrontText':_0x5bd512(0x141)},'textBox':{'title':_0x5bd512(0x102),'textDirection':_0x5bd512(0x150),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x5bd512(0x128),'autoFitNone':'不自动调整','autoFitShrink':_0x5bd512(0xec),'autoFitResize':_0x5bd512(0x114),'wrapText':_0x5bd512(0x15e),'padding':_0x5bd512(0x12a),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x5bd512(0x100),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x5bd512(0x145),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x5bd512(0xee),'shadowPresetCustom':_0x5bd512(0x103),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x5bd512(0x125),'shdw2':_0x5bd512(0x140),'shdw1':_0x5bd512(0x185),'shdw14':_0x5bd512(0xf9),'shdw10':_0x5bd512(0x164)}},'fill':{'title':'填充','noFill':_0x5bd512(0x184),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x5bd512(0x151),'picture':{'source':_0x5bd512(0x101),'insert':_0x5bd512(0x10d),'tileAsTexture':_0x5bd512(0x161),'offsetX':'水平偏移','offsetY':_0x5bd512(0x12d),'scaleX':_0x5bd512(0x16a),'scaleY':_0x5bd512(0x136),'alignment':'对齐','rotateWithShape':_0x5bd512(0x11d),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x5bd512(0x129),'solidLine':'实线','color':'颜色','transparency':_0x5bd512(0x151),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x5bd512(0x17f),'beginArrowSize':_0x5bd512(0x13e),'endArrowType':_0x5bd512(0x133),'endArrowSize':_0x5bd512(0x124),'dashType':{'title':_0x5bd512(0x17b),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x5bd512(0x11e),'dashDot':_0x5bd512(0x117),'longDash':'长划线','longDashDot':_0x5bd512(0xf4),'longDashDotDot':'长双点划线'},'capType':{'title':_0x5bd512(0x13b),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x5bd512(0x152),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x5bd512(0x17d)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x5bd512(0x144),'stealthArrow':_0x5bd512(0xfd),'diamondArrow':'菱形箭头','ovalArrow':_0x5bd512(0x174)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'对象列表','showAll':'全部显示','hideAll':_0x5bd512(0x159),'show':'显示','hide':'隐藏','moveForward':_0x5bd512(0x175),'moveBackward':_0x5bd512(0x15b),'nameInput':_0x5bd512(0x163),'empty':'暂无对象','close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x5bd512(0x108),'details':'详情','noSelection':_0x5bd512(0x113)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':_0x5bd512(0x14e),'hideBackgroundGraphics':_0x5bd512(0x123),'presentationBackground':_0x5bd512(0x16d),'presentationBackgroundEmpty':_0x5bd512(0x168),'presentationBackgroundImages':_0x5bd512(0x173),'setPresentationBackground':'设置底图','clearPresentationBackground':'清除','none':_0x5bd512(0x120),'solid':'纯色填充','gradient':_0x5bd512(0x12e),'image':_0x5bd512(0xf6),'pattern':_0x5bd512(0x137),'color':'颜色','transparency':_0x5bd512(0x151),'imageSource':'插入图片来源','insertImage':_0x5bd512(0x14a),'fit':_0x5bd512(0x138),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x5bd512(0xfc),'applyToAll':_0x5bd512(0x112),'resetBackground':'重置背景'},'transitionPanel':{'title':_0x5bd512(0x15d),'effect':'效果','direction':'方向','duration':'持续时间','preview':'预览','applyToAll':_0x5bd512(0x112),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x5bd512(0x166),'right':_0x5bd512(0x139),'up':_0x5bd512(0x14d),'down':_0x5bd512(0x13d)}},'contextmenu':{'addPage':_0x5bd512(0x12c),'backgroundPanel':'设置背景格式','transitionPanel':_0x5bd512(0x15d),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x5bd512(0xff),'flipHorizontal':_0x5bd512(0x155),'flipVertical':'垂直翻转','group':'组合','ungroup':_0x5bd512(0xed)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':_0x5bd512(0x110),'playDualScreen':_0x5bd512(0xf7),'playDualScreenFromBeginning':_0x5bd512(0x15f),'playDualScreenFromCurrent':'从当前幻灯片开始双屏播放','dualScreenUnavailable':_0x5bd512(0x134),'fullscreenPrompt':'点击进入全屏','presentationEnded':'演示已结束','previous':_0x5bd512(0x162),'next':'下一页','exit':'退出','slideProgress':'第\x20{current}\x20张幻灯片,共\x20{total}\x20张','speakerNotes':'备注','speakerNotesPlaceholder':_0x5bd512(0x17e),'speakerNotesEmpty':_0x5bd512(0x153),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':_0x5bd512(0x11a),'body':_0x5bd512(0x146),'text':'单击此处添加文本','header':_0x5bd512(0x12f),'footer':'页脚占位符','date':'日期占位符','slideNumber':_0x5bd512(0x11c)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x5bd512(0x175),'backward':'下移一层','front':_0x5bd512(0x126),'back':_0x5bd512(0x181)},'transform':{'title':'变换','rotate':_0x5bd512(0x167),'x':'X\x20(px)','y':_0x5bd512(0x170),'width':_0x5bd512(0x135),'height':_0x5bd512(0x172),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x5bd512(0x14b),'mode':'自由','shape':_0x5bd512(0xf5)}}}};function _0x3eb6(_0x589474,_0x3a480e){_0x589474=_0x589474-0xec;const _0x154768=_0x1547();let _0x3eb677=_0x154768[_0x589474];return _0x3eb677;}module[_0x5bd512(0x131)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
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;
|
|
1
|
+
function _0x35b8(_0x4f0dd9,_0x1da975){_0x4f0dd9=_0x4f0dd9-0x142;const _0x331415=_0x3314();let _0x35b81f=_0x331415[_0x4f0dd9];return _0x35b81f;}const _0x269bd1=_0x35b8;(function(_0x1f56d2,_0x452f68){const _0x48127a=_0x35b8,_0x8b2076=_0x1f56d2();while(!![]){try{const _0x405117=-parseInt(_0x48127a(0x170))/0x1+parseInt(_0x48127a(0x1b1))/0x2*(-parseInt(_0x48127a(0x150))/0x3)+parseInt(_0x48127a(0x164))/0x4+-parseInt(_0x48127a(0x1aa))/0x5*(parseInt(_0x48127a(0x1a0))/0x6)+parseInt(_0x48127a(0x1cc))/0x7*(parseInt(_0x48127a(0x14d))/0x8)+parseInt(_0x48127a(0x14e))/0x9*(parseInt(_0x48127a(0x19e))/0xa)+parseInt(_0x48127a(0x1a3))/0xb*(parseInt(_0x48127a(0x168))/0xc);if(_0x405117===_0x452f68)break;else _0x8b2076['push'](_0x8b2076['shift']());}catch(_0x15b889){_0x8b2076['push'](_0x8b2076['shift']());}}}(_0x3314,0x470e2));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x269bd1(0x14b),'changeShape':_0x269bd1(0x1b3)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x269bd1(0x179),'textVertical':_0x269bd1(0x1b5),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x269bd1(0x185),'customSize':_0x269bd1(0x1c9),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x269bd1(0x191),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':'找不到結果。','slidePrefix':_0x269bd1(0x1db)},'themePicker':{'title':_0x269bd1(0x149),'caption':_0x269bd1(0x171),'tooltip':_0x269bd1(0x188)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x269bd1(0x1ad),'heading1':_0x269bd1(0x1a7),'increaseFontSize':_0x269bd1(0x1bc),'decreaseFontSize':_0x269bd1(0x194),'textColor':_0x269bd1(0x1a1),'transparentTextColor':_0x269bd1(0x178),'textBackgroundColor':_0x269bd1(0x14c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','horizontalAlign':'水平對齊','verticalAlign':_0x269bd1(0x16b),'alignLeft':'左對齊','alignCenter':_0x269bd1(0x19a),'alignRight':_0x269bd1(0x19d),'alignJustify':'左右對齊','alignTop':_0x269bd1(0x1a8),'alignMiddle':'垂直置中','alignBottom':_0x269bd1(0x1ac)},'quickStyles':{'tooltip':_0x269bd1(0x1b8),'shapeStyles':'圖案樣式','lineStyles':_0x269bd1(0x1a6),'textStyles':'文字樣式','more':_0x269bd1(0x184),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x269bd1(0x144),'blueSolid':'藍色細實線','orangeSolid':_0x269bd1(0x1dc),'graySolid':_0x269bd1(0x154),'blueEndArrow':_0x269bd1(0x165),'greenTwoWayArrow':_0x269bd1(0x1d8),'blackDashed':_0x269bd1(0x14f),'blueDashed':_0x269bd1(0x15e),'grayDashed':_0x269bd1(0x17e),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':'灰色虛線末端箭頭','greenDashedTwoWayArrow':_0x269bd1(0x173)},'text':{'bodyBlack':_0x269bd1(0x15c),'titleBlack':_0x269bd1(0x1d2),'accentBlue':_0x269bd1(0x1de),'accentOrange':_0x269bd1(0x17f),'noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x269bd1(0x1c6),'addSlide':_0x269bd1(0x176),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x269bd1(0x189),'delete':'刪除'},'layoutPicker':{'title':_0x269bd1(0x17c),'layouts':{'title':_0x269bd1(0x167),'titleAndBody':'標題與內容','sectionHeader':'章節標題','twoColumns':_0x269bd1(0x1b4),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x269bd1(0x1b9)}}},'shapePanel':{'title':_0x269bd1(0x1d9),'shapeStyle':_0x269bd1(0x1af),'shapePosition':'位置','openPanel':_0x269bd1(0x151),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x269bd1(0x182),'alignCenter':_0x269bd1(0x181),'alignRight':_0x269bd1(0x19d),'alignJustify':_0x269bd1(0x18c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x269bd1(0x18f),'textColor':'文字顏色','textBackgroundColor':_0x269bd1(0x14c),'fillColor':_0x269bd1(0x14c),'resetColor':_0x269bd1(0x1dd)},'align':{'top':_0x269bd1(0x1bf),'middle':_0x269bd1(0x198),'bottom':'底部對齊'},'textWrap':{'inline':_0x269bd1(0x190),'square':'矩形','topAndBottom':_0x269bd1(0x16c),'behindText':_0x269bd1(0x15d),'inFrontText':_0x269bd1(0x16e)},'textBox':{'title':_0x269bd1(0x1cb),'textDirection':'文字方向','textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x269bd1(0x143),'autoFitNone':'不自動調整','autoFitShrink':_0x269bd1(0x193),'autoFitResize':'根據文字調整圖形大小','wrapText':_0x269bd1(0x1d5),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x269bd1(0x1ae),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x269bd1(0x159),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x269bd1(0x17d),'shadowPresetCustom':'自訂','shadowTransparency':_0x269bd1(0x183),'shadowSize':'大小','shadowPreset':{'shdw6':_0x269bd1(0x155),'shdw5':_0x269bd1(0x1ba),'shdw2':_0x269bd1(0x15b),'shdw1':_0x269bd1(0x1c7),'shdw14':_0x269bd1(0x199),'shdw10':_0x269bd1(0x14a)}},'fill':{'title':'填滿','noFill':_0x269bd1(0x18b),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':'圖片來源','insert':_0x269bd1(0x175),'tileAsTexture':_0x269bd1(0x156),'offsetX':_0x269bd1(0x1c8),'offsetY':_0x269bd1(0x19b),'scaleX':_0x269bd1(0x145),'scaleY':_0x269bd1(0x195),'alignment':'對齊','rotateWithShape':_0x269bd1(0x196),'align':{'tl':_0x269bd1(0x16a),'t':'靠上','tr':_0x269bd1(0x177),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x269bd1(0x18e),'b':'靠下','br':_0x269bd1(0x1d4)}}},'line':{'title':'線條','noLine':_0x269bd1(0x186),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x269bd1(0x1bd),'beginArrowSize':_0x269bd1(0x1cd),'endArrowType':'末端箭頭類型','endArrowSize':'末端箭頭大小','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x269bd1(0x1b2),'longDash':_0x269bd1(0x169),'longDashDot':_0x269bd1(0x1a5),'longDashDotDot':_0x269bd1(0x157)},'capType':{'title':'線端類型','flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x269bd1(0x147),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x269bd1(0x1ab),'none':'無','curved':'曲線','freehand':_0x269bd1(0x1b6),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':'隱形箭頭','diamondArrow':_0x269bd1(0x1d1),'ovalArrow':_0x269bd1(0x1ce)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x269bd1(0x1c0),'showAll':_0x269bd1(0x180),'hideAll':_0x269bd1(0x197),'show':'顯示','hide':'隱藏','moveForward':_0x269bd1(0x1c4),'moveBackward':'下移一層','nameInput':'物件名稱','empty':_0x269bd1(0x163),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x269bd1(0x1d0),'details':'詳情','noSelection':_0x269bd1(0x160)},'backgroundPanel':{'title':_0x269bd1(0x16d),'backgroundGraphics':_0x269bd1(0x1a9),'hideBackgroundGraphics':_0x269bd1(0x161),'presentationBackground':'簡報背景','presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x269bd1(0x1d3),'setPresentationBackground':'設定背景','clearPresentationBackground':'清除','none':_0x269bd1(0x18a),'solid':_0x269bd1(0x192),'gradient':'漸層填滿','image':'圖片填滿','pattern':_0x269bd1(0x16f),'color':'色彩','transparency':_0x269bd1(0x183),'imageSource':_0x269bd1(0x1c3),'insertImage':'檔案...','fit':'適配','fitOptions':{'cover':'填滿','contain':_0x269bd1(0x146),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x269bd1(0x166),'resetBackground':'重設背景'},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x269bd1(0x166),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x269bd1(0x16d),'transitionPanel':_0x269bd1(0x1c1),'speakerNotes':_0x269bd1(0x162),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x269bd1(0x148),'flipVertical':_0x269bd1(0x172),'group':'群組','ungroup':_0x269bd1(0x1c2)},'presentation':{'play':'播放','playFromBeginning':_0x269bd1(0x1da),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x269bd1(0x15f),'playDualScreenFromBeginning':_0x269bd1(0x19f),'playDualScreenFromCurrent':_0x269bd1(0x187),'dualScreenUnavailable':_0x269bd1(0x15a),'fullscreenPrompt':_0x269bd1(0x1a4),'presentationEnded':'簡報結束','previous':_0x269bd1(0x19c),'next':_0x269bd1(0x1d6),'exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':_0x269bd1(0x162),'speakerNotesPlaceholder':_0x269bd1(0x1bb),'speakerNotesEmpty':'無講者備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x269bd1(0x1c5),'subtitle':_0x269bd1(0x1cf),'body':_0x269bd1(0x1d7),'text':_0x269bd1(0x1d7),'header':_0x269bd1(0x1ca),'footer':_0x269bd1(0x153),'date':_0x269bd1(0x1b7),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x269bd1(0x1b0),'backward':_0x269bd1(0x142),'front':'移到最前面','back':_0x269bd1(0x1a2)},'transform':{'title':'轉換','rotate':_0x269bd1(0x158),'x':_0x269bd1(0x1be),'y':_0x269bd1(0x17a),'width':_0x269bd1(0x152),'height':'高度\x20(像素)','lock':_0x269bd1(0x17b)},'crop':{'title':'裁剪','start':_0x269bd1(0x18d),'mode':'自由','shape':'裁剪為圖案'}}}};module[_0x269bd1(0x174)]=e;function _0x3314(){const _0x3ad96f=['圖形中的文字自動換行','下一頁','按一下以新增文字','綠色雙向箭頭線條','圖案格式設定','從頭播放','幻燈片','橙色細實線','重置顏色','強調藍色','移到最下層','自動調整','黑色細實線','X\x20縮放','最適大小','接合類型','水平翻轉','佈景主題','外部:左上(大)','圖案格式','文字背景色','25040rMSKaM','16101KORjxH','黑色細虛線','228dyejDl','打開形狀面板','寬度\x20(像素)','頁尾預留位置','灰色細實線','外部:右下','圖片並排作為材質','長虛線-點-點','旋轉\x20(°)','陰影顏色','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','外部:右上','內文黑色','文字在前','藍色細虛線','雙螢幕簡報','選擇物件以編輯詳情','隱藏母片/版面配置圖形','講者備註','暫無物件','1124000mjuxxo','藍色末端箭頭線條','全部套用','標題幻燈片','7518768UFYyYH','長虛線','靠左上','垂直對齊','上及下','背景格式設定','文字在後','圖樣填滿','523084qWpNnA','圖案預設值','垂直翻轉','綠色虛線雙向箭頭','exports','插入圖片','+\x20新增幻燈片','靠右上','透明文字色彩','水平文字方塊','Y\x20(像素)','鎖定長寬比','選擇版面配置','無陰影','灰色細虛線','強調橙色','全部顯示','居中對齊','左對齊','透明度','更多樣式','表格大小','無線條','雙螢幕・從目前開始','選擇幻燈片佈景主題','在下方新增投影片','無填滿','無顏色','兩端對齊','開始裁剪','靠左下','刪除線','與文字排列','搜尋幻燈片與物件','純色填滿','溢出時縮排文字','縮小字型','Y\x20縮放','隨圖案旋轉','全部隱藏','垂直居中','外部:右下(小)','置中對齊','Y\x20位移','上一頁','右對齊','1040XpSfCC','雙螢幕・從頭開始','144whmYAv','文字色彩','移到最後面','11PaibDh','按一下以全螢幕','長虛線-點','線條樣式','標題1','頂端對齊','背景圖形','73835HfHDkX','草圖類型','底端對齊','段落類型','位置與大小','圖案樣式','移到最上層','9972XeOEAw','虛線-點','更改形狀','兩欄內容','垂直文字方塊','自由線條','日期預留位置','快速樣式','含標題圖片','外部:左下','按一下新增目前幻燈片的備註','放大字型','前端箭頭類型','X\x20(像素)','頂部對齊','物件列表','轉場效果','取消群組','插入圖片來源','上移一層','按一下以新增標題','調整投影片縮圖面板大小','外部:左上','X\x20位移','自訂大小','頁首預留位置','文字方塊','1015SjHmtb','前端箭頭大小','橢圓箭頭','按一下以新增副標題','新增描述','菱形箭頭','標題黑色','張圖片','靠右下'];_0x3314=function(){return _0x3ad96f;};return _0x3314();}
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
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;
|
|
1
|
+
const _0x3363ad=_0x2139;function _0x3e11(){const _0x54d20c=['無陰影','左右對齊','隱藏母片/版面配置圖形','置中對齊','綠色雙向箭頭','漸層填滿','底部對齊','從頭開始播放','持續時間','套用到全部','灰色虛線終點箭頭','從右側','線條樣式','灰色細實線','橙色細實線','起點箭頭類型','表格大小','陰影顏色','重置顏色','文字色彩','終點箭頭大小','點擊為目前簡報新增備註','未設定','從目前投影片開始雙螢幕播放','拐角半徑','外部:右下','文字顏色','6cgbXNu','垂直縮放','外部:左上(大)','取消群組','雙螢幕播放','短虛線','適應方式','新增描述','藍色終點箭頭','310068MxGEtO','垂直置中','找不到符合的結果。','裁剪為形狀','+\x20新增','垂直對齊','文字方向','從上方','上一頁','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','打開形狀面板','正文黑色','橢圓箭頭','全部隱藏','設定底圖','exports','從目前投影片開始播放','文字方塊','起點箭頭大小','藍色細虛線','單擊此處添加文本','詳細資料','透明度','強調藍色','第\x20{current}\x20張簡報,共\x20{total}\x20張','張圖片','在下方新增投影片','放大字型','文字在前','端點類型','點擊進入全螢幕','旋轉\x20(°)','圖形樣式','強調橙色','灰色細虛線','段落類型','溢出時縮排文字','黑色細實線','66RGczhc','註解灰色','圖片與標題','水平位移','7YjNJRc','1919988KLMnCg','單擊此處添加正文','兩欄內容','X\x20(px)','實心填滿','1590642FmNaeU','新增投影片','形狀預設樣式','單擊此處添加標題','鎖定比例','頁碼占位符','隱形箭頭','標題1','圖片填滿','284647EaNOdc','暫無備註','刪除線','切換動畫','2236792oLlytg','置於底層','物件列表','標題與內容','搜尋投影片和物件','背景圖形','設定圖形格式','外部:左下','形狀樣式','右對齊','開始裁剪','簡報已結束','從下方','從頭開始雙螢幕播放','手繪效果','縮小字型','長虛線','空心箭頭','502385fUWLyT','垂直居中','快捷樣式','選擇版面配置','位置與大小','圖形中的文字自動換行','變更圖形','菱形箭頭','藍色虛線終點箭頭','左對齊','頁腳占位符','Y\x20(px)','文字樣式','節標題','黑色細虛線','底端對齊','透明文字色彩','圖形格式','綠色虛線雙向箭頭','刪除形狀','垂直翻轉','文字背景色','隨圖形旋轉','僅標題','長雙點劃線','上移一層','長點劃線','寬度\x20(px)','外部:左上','外部:右上','設定背景格式','不自動調整','標題投影片','藍色細實線','檔案...','日期占位符','110878uYVzJD','簡報底圖','自訂大小','插入圖片來源','無線條','文字在後','570HPXzru'];_0x3e11=function(){return _0x54d20c;};return _0x3e11();}(function(_0x425544,_0x314ad2){const _0x3796d1=_0x2139,_0x4f59dc=_0x425544();while(!![]){try{const _0x4d44e0=parseInt(_0x3796d1(0xd9))/0x1*(-parseInt(_0x3796d1(0xfb))/0x2)+parseInt(_0x3796d1(0x134))/0x3+parseInt(_0x3796d1(0x12f))/0x4+-parseInt(_0x3796d1(0x153))/0x5*(-parseInt(_0x3796d1(0x12a))/0x6)+parseInt(_0x3796d1(0x12e))/0x7*(parseInt(_0x3796d1(0x141))/0x8)+-parseInt(_0x3796d1(0x104))/0x9+-parseInt(_0x3796d1(0xdf))/0xa*(parseInt(_0x3796d1(0x13d))/0xb);if(_0x4d44e0===_0x314ad2)break;else _0x4f59dc['push'](_0x4f59dc['shift']());}catch(_0xc77a2e){_0x4f59dc['push'](_0x4f59dc['shift']());}}}(_0x3e11,0x87016));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x3363ad(0x164),'changeShape':_0x3363ad(0x159)},'insertToolbar':{'search':'搜尋','text':_0x3363ad(0x115),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x3363ad(0xf0),'customSize':_0x3363ad(0xdb),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x3363ad(0x145),'noQuery':_0x3363ad(0x10d),'empty':_0x3363ad(0x106),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x3363ad(0x136),'tooltip':'選擇投影片主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x3363ad(0x127),'heading1':_0x3363ad(0x13b),'increaseFontSize':_0x3363ad(0x11f),'decreaseFontSize':_0x3363ad(0x150),'textColor':_0x3363ad(0xf3),'transparentTextColor':_0x3363ad(0x163),'textBackgroundColor':_0x3363ad(0x168),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3363ad(0x13f),'horizontalAlign':'水平對齊','verticalAlign':_0x3363ad(0x109),'alignLeft':_0x3363ad(0x15c),'alignCenter':_0x3363ad(0xe3),'alignRight':'右對齊','alignJustify':_0x3363ad(0xe1),'alignTop':'頂端對齊','alignMiddle':_0x3363ad(0x105),'alignBottom':_0x3363ad(0x162)},'quickStyles':{'tooltip':_0x3363ad(0x155),'shapeStyles':_0x3363ad(0x149),'lineStyles':_0x3363ad(0xec),'textStyles':_0x3363ad(0x15f),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x3363ad(0x129),'blueSolid':_0x3363ad(0xd6),'orangeSolid':_0x3363ad(0xee),'graySolid':_0x3363ad(0xed),'blueEndArrow':_0x3363ad(0x103),'greenTwoWayArrow':_0x3363ad(0xe4),'blackDashed':_0x3363ad(0x161),'blueDashed':_0x3363ad(0x117),'grayDashed':_0x3363ad(0x126),'blueDashedEndArrow':_0x3363ad(0x15b),'grayDashedEndArrow':_0x3363ad(0xea),'greenDashedTwoWayArrow':_0x3363ad(0x165)},'text':{'bodyBlack':_0x3363ad(0x10f),'titleBlack':'標題黑色','accentBlue':_0x3363ad(0x11b),'accentOrange':_0x3363ad(0x125),'noteGray':_0x3363ad(0x12b)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x3363ad(0x108),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x3363ad(0x11e),'delete':'刪除'},'layoutPicker':{'title':_0x3363ad(0x156),'layouts':{'title':_0x3363ad(0xd5),'titleAndBody':_0x3363ad(0x144),'sectionHeader':_0x3363ad(0x160),'twoColumns':_0x3363ad(0x131),'comparison':'比較','blank':'空白','titleOnly':_0x3363ad(0x16a),'pictureWithCaption':_0x3363ad(0x12c)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x3363ad(0x124),'shapePosition':'位置','openPanel':_0x3363ad(0x10e),'deleteShape':_0x3363ad(0x166),'toolbar':{'alignLeft':_0x3363ad(0x15c),'alignCenter':'居中對齊','alignRight':_0x3363ad(0x14a),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3363ad(0x13f),'textColor':_0x3363ad(0xfa),'textBackgroundColor':_0x3363ad(0x168),'fillColor':_0x3363ad(0x168),'resetColor':_0x3363ad(0xf2)},'align':{'top':'頂部對齊','middle':_0x3363ad(0x154),'bottom':_0x3363ad(0xe6)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':'上及下','behindText':_0x3363ad(0x120),'inFrontText':_0x3363ad(0xde)},'textBox':{'title':_0x3363ad(0x115),'textDirection':_0x3363ad(0x10a),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':_0x3363ad(0xd4),'autoFitShrink':_0x3363ad(0x128),'autoFitResize':'根據文字調整圖形大小','wrapText':_0x3363ad(0x158),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x3363ad(0x157),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x3363ad(0xf1),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x3363ad(0xe0),'shadowPresetCustom':'自訂','shadowTransparency':_0x3363ad(0x11a),'shadowSize':'大小','shadowPreset':{'shdw6':_0x3363ad(0xf9),'shdw5':_0x3363ad(0x148),'shdw2':_0x3363ad(0xd2),'shdw1':_0x3363ad(0xd1),'shdw14':'外部:右下(小)','shdw10':_0x3363ad(0xfd)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x3363ad(0x11a),'picture':{'source':'圖片來源','insert':'插入圖片','tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x3363ad(0x12d),'offsetY':'垂直位移','scaleX':'水平縮放','scaleY':_0x3363ad(0xfc),'alignment':'對齊','rotateWithShape':_0x3363ad(0x169),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x3363ad(0xdd),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x3363ad(0xf8),'beginArrowType':_0x3363ad(0xef),'beginArrowSize':_0x3363ad(0x116),'endArrowType':'終點箭頭類型','endArrowSize':_0x3363ad(0xf4),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x3363ad(0x100),'dashDot':'點劃線','longDash':_0x3363ad(0x151),'longDashDot':_0x3363ad(0xcf),'longDashDotDot':_0x3363ad(0x16b)},'capType':{'title':_0x3363ad(0x121),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':'接合類型','miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':'手繪樣式','none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x3363ad(0x14f)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3363ad(0x152),'stealthArrow':_0x3363ad(0x13a),'diamondArrow':_0x3363ad(0x15a),'ovalArrow':_0x3363ad(0x110)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3363ad(0x143),'showAll':'全部顯示','hideAll':_0x3363ad(0x111),'show':'顯示','hide':'隱藏','moveForward':_0x3363ad(0xce),'moveBackward':'下移一層','nameInput':'物件名稱','empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x3363ad(0x102),'details':_0x3363ad(0x119),'noSelection':'選取物件以編輯詳細資料'},'backgroundPanel':{'title':_0x3363ad(0xd3),'backgroundGraphics':_0x3363ad(0x146),'hideBackgroundGraphics':_0x3363ad(0xe2),'presentationBackground':_0x3363ad(0xda),'presentationBackgroundEmpty':_0x3363ad(0xf6),'presentationBackgroundImages':_0x3363ad(0x11d),'setPresentationBackground':_0x3363ad(0x112),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x3363ad(0x133),'gradient':_0x3363ad(0xe5),'image':_0x3363ad(0x13c),'pattern':'圖案填滿','color':'色彩','transparency':_0x3363ad(0x11a),'imageSource':_0x3363ad(0xdc),'insertImage':_0x3363ad(0xd7),'fit':_0x3363ad(0x101),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x3363ad(0xe9),'resetBackground':'重設背景'},'transitionPanel':{'title':_0x3363ad(0x140),'effect':'效果','direction':'方向','duration':_0x3363ad(0xe8),'preview':'預覽','applyToAll':_0x3363ad(0xe9),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':_0x3363ad(0xeb),'up':_0x3363ad(0x10b),'down':_0x3363ad(0x14d)}},'contextmenu':{'addPage':_0x3363ad(0x135),'backgroundPanel':_0x3363ad(0xd3),'transitionPanel':_0x3363ad(0x140),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x3363ad(0x147),'flipHorizontal':'水平翻轉','flipVertical':_0x3363ad(0x167),'group':'群組','ungroup':_0x3363ad(0xfe)},'presentation':{'play':'播放','playFromBeginning':_0x3363ad(0xe7),'playFromCurrent':_0x3363ad(0x114),'playDualScreen':_0x3363ad(0xff),'playDualScreenFromBeginning':_0x3363ad(0x14e),'playDualScreenFromCurrent':_0x3363ad(0xf7),'dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x3363ad(0x122),'presentationEnded':_0x3363ad(0x14c),'previous':_0x3363ad(0x10c),'next':'下一頁','exit':'結束','slideProgress':_0x3363ad(0x11c),'speakerNotes':'備註','speakerNotesPlaceholder':_0x3363ad(0xf5),'speakerNotesEmpty':_0x3363ad(0x13e),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x3363ad(0x137),'subtitle':'單擊此處添加副標題','body':_0x3363ad(0x130),'text':_0x3363ad(0x118),'header':'頁眉占位符','footer':_0x3363ad(0x15d),'date':_0x3363ad(0xd8),'slideNumber':_0x3363ad(0x139)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一層','backward':'下移一層','front':'置於頂層','back':_0x3363ad(0x142)},'transform':{'title':'變換','rotate':_0x3363ad(0x123),'x':_0x3363ad(0x132),'y':_0x3363ad(0x15e),'width':_0x3363ad(0xd0),'height':'高度\x20(px)','lock':_0x3363ad(0x138)},'crop':{'title':'裁剪','start':_0x3363ad(0x14b),'mode':'自由','shape':_0x3363ad(0x107)}}}};function _0x2139(_0x138e38,_0x4080d3){_0x138e38=_0x138e38-0xce;const _0x3e11a3=_0x3e11();let _0x2139f2=_0x3e11a3[_0x138e38];return _0x2139f2;}module[_0x3363ad(0x113)]=e;
|