@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/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x226c08=_0x195c;(function(_0x5aa11e,_0x261474){const _0x43b169=_0x195c,_0x15ddfd=_0x5aa11e();while(!![]){try{const _0x1291da=-parseInt(_0x43b169(0x20c))/0x1+parseInt(_0x43b169(0x24b))/0x2+-parseInt(_0x43b169(0x199))/0x3*(parseInt(_0x43b169(0x1f4))/0x4)+-parseInt(_0x43b169(0x23a))/0x5*(-parseInt(_0x43b169(0x22b))/0x6)+-parseInt(_0x43b169(0x19d))/0x7*(-parseInt(_0x43b169(0x183))/0x8)+parseInt(_0x43b169(0x186))/0x9*(-parseInt(_0x43b169(0x1bb))/0xa)+-parseInt(_0x43b169(0x20e))/0xb*(parseInt(_0x43b169(0x198))/0xc);if(_0x1291da===_0x261474)break;else _0x15ddfd['push'](_0x15ddfd['shift']());}catch(_0x1fa4d3){_0x15ddfd['push'](_0x15ddfd['shift']());}}}(_0x228c,0xb925c));function _0x195c(_0x28da21,_0x57fe38){_0x28da21=_0x28da21-0x16c;const _0x228c02=_0x228c();let _0x195c0d=_0x228c02[_0x28da21];return _0x195c0d;}function _0x228c(){const _0x2bec65=['Khoảng\x20cách','Tỷ\x20lệ\x20Y','Gạch\x20ngang\x20dài-chấm','Đặt\x20lại\x20màu','Liền\x20nét','Căn\x20phải','Thêm\x20kiểu','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Đường\x20kẻ','Căn\x20trên','Tiếp','Bóng','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Tỷ\x20lệ\x20X','Chuyển\x20tiếp','30ovEpuZ','hình\x20ảnh','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Tự\x20do','Từ\x20dưới','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Kéo\x20giãn','Gạch\x20ngang\x20dài','Mô\x20tả','Đặt\x20nền','Phát','Không\x20tô','Kiểu\x20đứt\x20nét','Kiểu\x20nối','Kiểu\x20phác\x20thảo','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Cài\x20sẵn','Góc\x20nhọn','Dưới\x20cùng\x20bên\x20phải','Y\x20(px)','Tô\x20màu\x20gradient','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Màu\x20chữ\x20trong\x20suốt','In\x20nghiêng','Đưa\x20ra\x20sau','Xem\x20trước','Ẩn\x20tất\x20cả','Chèn\x20hình\x20ảnh','Trình\x20giữ\x20chỗ\x20số\x20trang','Đóng','Gạch\x20chân','Tô\x20màu\x20hình\x20ảnh','Từ\x20trên','Từ\x20trái','Cắt\x20theo\x20hình\x20dạng','Phía\x20sau\x20văn\x20bản','Làm\x20mờ','Nghiêng','Đường\x20liền\x20mảnh\x20màu\x20cam','Nhấp\x20để\x20thêm\x20phụ\x20đề','Quét','Trang\x20{current}\x20/\x20{total}','Tô\x20màu\x20chuyển\x20sắc','Hình\x20vuông','Màu\x20chữ','Đường\x20liền\x20nét','Mũi\x20tên\x20tàng\x20hình','Bắt\x20đầu\x20cắt','Phông\x20chữ','Chấm\x20vuông','Căn\x20giữa','Tên\x20đối\x20tượng','Kích\x20thước\x20bảng','Mở\x20bảng\x20hình\x20dạng','Mũi\x20tên\x20mở','2345924tRjOnB','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Danh\x20sách\x20đối\x20tượng','Bán\x20kính\x20góc','Đặt\x20lại\x20nền','Đường\x20liền\x20mảnh\x20màu\x20đen','Tên','Trên\x20cùng\x20bên\x20trái','Trên\x20cùng\x20bên\x20phải','Đưa\x20lên\x20đầu','Tròn','Lật\x20dọc','Tiêu\x20đề\x20đen','Đưa\x20ra\x20trước','Kiểu\x20hình\x20dạng','Kiểu\x20nhanh','Chèn','Tệp...','Kiểu\x20đường\x20kẻ','Định\x20dạng\x20hình\x20dạng','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Tiêu\x20đề\x201','So\x20sánh','Chủ\x20đề','245653lKQvVh','Vừa\x20khung','11XObrvN','Trên\x20và\x20dưới','Xóa','Sắp\x20xếp','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Không\x20tìm\x20thấy\x20kết\x20quả.','Chia\x20đôi','Nhấn\x20mạnh\x20xanh\x20dương','Chính\x20giữa','Nhấp\x20để\x20toàn\x20màn\x20hình','Giảm\x20cỡ\x20chữ','Kiểu\x20mũi\x20tên\x20cuối','Căn\x20chỉnh','Nền\x20bản\x20trình\x20bày','Hàng','Tăng\x20cỡ\x20chữ','Hủy','Trước','Bên\x20ngoài:\x20dưới\x20phải','Định\x20dạng\x20nền','Lộ\x20ra','Cắt','Bảng','Đưa\x20xuống\x20cuối','Nhấn\x20mạnh\x20cam','Trống','Bên\x20ngoài:\x20dưới\x20trái','Dưới\x20cùng\x20bên\x20trái','Đa\x20phương\x20tiện','6FYulbF','Chỉ\x20tiêu\x20đề','Kiểu\x20văn\x20bản','Căn\x20đều\x20hai\x20bên','Màu\x20nền\x20chữ','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Khóa\x20tỷ\x20lệ','Chèn\x20hình\x20ảnh\x20từ','Gạch\x20ngang\x20dài-chấm-chấm','Không','Hộp\x20văn\x20bản\x20dọc','Căn\x20ngang','Biểu\x20đồ','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Góc','5245195hTuGta','Vát','Bên\x20ngoài:\x20trên\x20phải','Đưa\x20lên\x20trước','+\x20Thêm\x20trang','Nguồn\x20hình\x20ảnh','Kiểu\x20đầu\x20đường','Vừa','Màu','X\x20(px)','Căn\x20trái','Phía\x20trước\x20văn\x20bản','Chi\x20tiết','Tiêu\x20đề\x20phần','Hiển\x20thị\x20tất\x20cả','Thêm\x20mô\x20tả','Nhấp\x20để\x20thêm\x20tiêu\x20đề','1451166BelQwv','Đẩy','Thước','Kiểu\x20đoạn\x20văn','Vẽ\x20tay','Sơ\x20đồ','Màu\x20nền\x20văn\x20bản','Tùy\x20chỉnh','Dưới\x20cùng','Đứt\x20nét','Nhấp\x20để\x20thêm\x20văn\x20bản','Phẳng','Căn\x20dưới','Xoay\x20theo\x20hình\x20dạng','Đường\x20liền\x20mảnh\x20màu\x20xám','Trang','Phát\x20từ\x20đầu','In\x20đậm','Độ\x20trong\x20suốt','Đưa\x20xuống\x20sau','Kích\x20thước','Nhóm','Độ\x20dịch\x20Y','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','1152LMyXHB','Biến\x20đổi','Bên\x20phải','1025163TSsLVB','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Bên\x20trái','Vuông','Xoay','Tô\x20màu\x20hoa\x20văn','Cỡ\x20chữ','Tìm\x20kiếm','Màn\x20hình\x20kép\x20từ\x20đầu','Che\x20phủ','Không\x20đường\x20kẻ','Áp\x20dụng\x20cho\x20tất\x20cả','Thu\x20phóng','Trên\x20cùng','Đồ\x20họa\x20nền','Mặc\x20định\x20hình\x20dạng','Nhỏ','Thay\x20đổi\x20hình\x20dạng','889188yAUgPi','3CQwpUD','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Sao\x20chép','Lặp\x20lại','11263GAeIKx','Không\x20có\x20bóng','Tô\x20màu','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Chưa\x20thiết\x20lập','Hướng','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Độ\x20dịch\x20X','Dán','Áp\x20dụng','Chiều\x20rộng','Nội\x20dung\x20đen','Mờ\x20dần','Gạch\x20ngang','Vị\x20trí'];_0x228c=function(){return _0x2bec65;};return _0x228c();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x226c08(0x207),'changeShape':_0x226c08(0x197)},'insertToolbar':{'search':_0x226c08(0x18d),'text':'Hộp\x20văn\x20bản','textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':_0x226c08(0x235),'image':'Hình\x20ảnh','table':_0x226c08(0x224),'shape':'Hình\x20dạng','chart':_0x226c08(0x237)},'tableSizePicker':{'title':_0x226c08(0x1f1),'customSize':'Kích\x20thước\x20tùy\x20chỉnh','rows':_0x226c08(0x21c),'columns':'Cột','insert':_0x226c08(0x204),'apply':_0x226c08(0x1a6)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':'Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','empty':_0x226c08(0x213),'slidePrefix':_0x226c08(0x179)},'themePicker':{'title':_0x226c08(0x20b),'caption':_0x226c08(0x195),'tooltip':_0x226c08(0x1be)},'editorToolbar':{'fontFamily':_0x226c08(0x1ed),'fontSize':_0x226c08(0x18c),'paragraphType':_0x226c08(0x16d),'heading1':_0x226c08(0x209),'increaseFontSize':_0x226c08(0x21d),'decreaseFontSize':_0x226c08(0x218),'textColor':_0x226c08(0x1e9),'transparentTextColor':_0x226c08(0x1d3),'textBackgroundColor':'Màu\x20nền\x20chữ','bold':'Đậm','italic':_0x226c08(0x1e2),'underline':_0x226c08(0x1db),'strikethrough':_0x226c08(0x1aa),'horizontalAlign':_0x226c08(0x236),'verticalAlign':'Căn\x20dọc','alignLeft':_0x226c08(0x244),'alignCenter':_0x226c08(0x1ef),'alignRight':_0x226c08(0x1b1),'alignJustify':'Căn\x20đều','alignTop':_0x226c08(0x1b5),'alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':_0x226c08(0x176)},'quickStyles':{'tooltip':_0x226c08(0x203),'shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x226c08(0x206),'textStyles':_0x226c08(0x22d),'more':_0x226c08(0x1b2),'groups':{'solid':_0x226c08(0x1b0),'dashed':_0x226c08(0x173)},'presets':{'line':{'blackSolid':_0x226c08(0x1f9),'blueSolid':_0x226c08(0x1a3),'orangeSolid':_0x226c08(0x1e3),'graySolid':_0x226c08(0x178),'blueEndArrow':_0x226c08(0x1cc),'greenTwoWayArrow':_0x226c08(0x212),'blackDashed':_0x226c08(0x1b8),'blueDashed':_0x226c08(0x1a0),'grayDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','blueDashedEndArrow':_0x226c08(0x208),'grayDashedEndArrow':_0x226c08(0x1bd),'greenDashedTwoWayArrow':_0x226c08(0x181)},'text':{'bodyBlack':_0x226c08(0x1a8),'titleBlack':_0x226c08(0x200),'accentBlue':_0x226c08(0x215),'accentOrange':_0x226c08(0x226),'noteGray':'Ghi\x20chú\x20xám'}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x226c08(0x23e),'contextMenu':{'cut':_0x226c08(0x223),'copy':_0x226c08(0x19b),'paste':_0x226c08(0x1a5),'addBelow':'Thêm\x20trang\x20chiếu\x20bên\x20dưới','delete':_0x226c08(0x210)},'layoutPicker':{'title':'Chọn\x20bố\x20cục','layouts':{'title':'Trang\x20tiêu\x20đề','titleAndBody':'Tiêu\x20đề\x20và\x20nội\x20dung','sectionHeader':_0x226c08(0x247),'twoColumns':'Hai\x20nội\x20dung','comparison':_0x226c08(0x20a),'blank':_0x226c08(0x227),'titleOnly':_0x226c08(0x22c),'pictureWithCaption':'Hình\x20ảnh\x20có\x20chú\x20thích'}}},'shapePanel':{'title':_0x226c08(0x207),'shapeStyle':_0x226c08(0x202),'shapePosition':_0x226c08(0x1ab),'openPanel':_0x226c08(0x1f2),'deleteShape':'Xóa\x20hình\x20dạng','toolbar':{'alignLeft':_0x226c08(0x244),'alignCenter':'Căn\x20giữa','alignRight':_0x226c08(0x1b1),'alignJustify':_0x226c08(0x22e),'bold':_0x226c08(0x17b),'italic':_0x226c08(0x1d4),'underline':_0x226c08(0x1db),'strikethrough':_0x226c08(0x1aa),'textColor':_0x226c08(0x1e9),'textBackgroundColor':_0x226c08(0x22f),'fillColor':_0x226c08(0x170),'resetColor':_0x226c08(0x1af)},'align':{'top':_0x226c08(0x1b5),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x226c08(0x176)},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':_0x226c08(0x1e8),'topAndBottom':_0x226c08(0x20f),'behindText':_0x226c08(0x1e0),'inFrontText':_0x226c08(0x245)},'position':{'title':'Vị\x20trí\x20và\x20kích\x20thước','x':'X','y':'Y','width':_0x226c08(0x1a7),'height':'Chiều\x20cao','rotation':_0x226c08(0x18a)},'style':{'shadow':_0x226c08(0x1b7),'shadowColor':'Màu\x20bóng','shadowBlurRadius':_0x226c08(0x1e1),'shadowDistance':_0x226c08(0x1ac),'shadowDirection':_0x226c08(0x239),'shadowPresetTitle':_0x226c08(0x1cd),'shadowPresetNone':_0x226c08(0x19e),'shadowPresetCustom':_0x226c08(0x171),'shadowTransparency':_0x226c08(0x17c),'shadowSize':_0x226c08(0x17e),'shadowPreset':{'shdw6':_0x226c08(0x220),'shdw5':_0x226c08(0x228),'shdw2':_0x226c08(0x23c),'shdw1':'Bên\x20ngoài:\x20trên\x20trái','shdw14':_0x226c08(0x1c1),'shdw10':'Bên\x20ngoài:\x20trên\x20trái\x20lớn'}},'fill':{'title':_0x226c08(0x19f),'noFill':_0x226c08(0x1c8),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x226c08(0x1d1),'pictureFill':_0x226c08(0x187),'color':_0x226c08(0x242),'transparency':_0x226c08(0x17c),'picture':{'source':_0x226c08(0x23f),'insert':_0x226c08(0x1d8),'tileAsTexture':'Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','offsetX':_0x226c08(0x1a4),'offsetY':_0x226c08(0x180),'scaleX':_0x226c08(0x1b9),'scaleY':_0x226c08(0x1ad),'alignment':_0x226c08(0x21a),'rotateWithShape':_0x226c08(0x177),'align':{'tl':_0x226c08(0x1fb),'t':_0x226c08(0x193),'tr':_0x226c08(0x1fc),'l':_0x226c08(0x188),'ctr':_0x226c08(0x216),'r':_0x226c08(0x185),'bl':_0x226c08(0x229),'b':_0x226c08(0x172),'br':_0x226c08(0x1cf)}}},'line':{'title':_0x226c08(0x1b4),'noLine':_0x226c08(0x190),'solidLine':_0x226c08(0x1ea),'color':_0x226c08(0x242),'transparency':_0x226c08(0x17c),'width':_0x226c08(0x1a7),'cornerRadius':_0x226c08(0x1f7),'beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':_0x226c08(0x219),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','dashType':{'title':_0x226c08(0x1c9),'solid':_0x226c08(0x1b0),'roundDot':'Chấm\x20tròn','squareDot':_0x226c08(0x1ee),'dash':'Gạch\x20ngang','dashDot':'Gạch\x20ngang-chấm','longDash':_0x226c08(0x1c4),'longDashDot':_0x226c08(0x1ae),'longDashDotDot':_0x226c08(0x233)},'capType':{'title':_0x226c08(0x240),'flat':_0x226c08(0x175),'round':_0x226c08(0x1fe),'square':_0x226c08(0x189)},'joinType':{'title':_0x226c08(0x1ca),'miter':_0x226c08(0x1ce),'round':_0x226c08(0x1fe),'bevel':_0x226c08(0x23b)},'sketchType':{'title':_0x226c08(0x1cb),'none':_0x226c08(0x234),'curved':'Cong','freehand':_0x226c08(0x1bf),'handDrawn':_0x226c08(0x16e)},'arrowType':{'none':_0x226c08(0x234),'arrow':'Mũi\x20tên','openArrow':_0x226c08(0x1f3),'stealthArrow':_0x226c08(0x1eb),'diamondArrow':'Mũi\x20tên\x20hình\x20thoi','ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':_0x226c08(0x196),'medium':_0x226c08(0x241),'large':'Lớn'}}},'objectListPanel':{'title':_0x226c08(0x1f6),'showAll':_0x226c08(0x248),'hideAll':_0x226c08(0x1d7),'show':'Hiển\x20thị','hide':'Ẩn','moveForward':_0x226c08(0x201),'moveBackward':_0x226c08(0x1d5),'nameInput':_0x226c08(0x1f0),'empty':'Không\x20có\x20đối\x20tượng','close':_0x226c08(0x1da),'name':_0x226c08(0x1fa),'description':_0x226c08(0x1c5),'descriptionPlaceholder':_0x226c08(0x249),'details':_0x226c08(0x246),'noSelection':_0x226c08(0x182)},'backgroundPanel':{'title':_0x226c08(0x221),'backgroundGraphics':_0x226c08(0x194),'hideBackgroundGraphics':_0x226c08(0x1f5),'presentationBackground':_0x226c08(0x21b),'presentationBackgroundEmpty':_0x226c08(0x1a1),'presentationBackgroundImages':_0x226c08(0x1bc),'setPresentationBackground':_0x226c08(0x1c6),'clearPresentationBackground':_0x226c08(0x210),'none':'Không\x20tô\x20màu','solid':'Tô\x20màu\x20đơn\x20sắc','gradient':_0x226c08(0x1e7),'image':_0x226c08(0x1dc),'pattern':_0x226c08(0x18b),'color':_0x226c08(0x242),'transparency':'Độ\x20trong\x20suốt','imageSource':_0x226c08(0x232),'insertImage':_0x226c08(0x205),'fit':_0x226c08(0x20d),'fitOptions':{'cover':'Lấp\x20đầy','contain':_0x226c08(0x20d),'stretch':_0x226c08(0x1c3),'repeat':_0x226c08(0x19c)},'patternHint':'Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','applyToAll':_0x226c08(0x191),'resetBackground':_0x226c08(0x1f8)},'transitionPanel':{'title':_0x226c08(0x1ba),'effect':'Hiệu\x20ứng','direction':_0x226c08(0x1a2),'duration':'Thời\x20lượng','preview':_0x226c08(0x1d6),'applyToAll':'Áp\x20dụng\x20cho\x20tất\x20cả','effects':{'none':_0x226c08(0x234),'fade':_0x226c08(0x1a9),'push':_0x226c08(0x24c),'wipe':_0x226c08(0x1e5),'split':_0x226c08(0x214),'reveal':_0x226c08(0x222),'cut':_0x226c08(0x223),'uncover':'Bỏ\x20che','cover':_0x226c08(0x18f),'zoom':_0x226c08(0x192)},'directions':{'left':_0x226c08(0x1de),'right':'Từ\x20phải','up':_0x226c08(0x1dd),'down':_0x226c08(0x1c0)}},'contextmenu':{'addPage':'Trang\x20trình\x20bày\x20mới','backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':'Chuyển\x20tiếp','speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':_0x226c08(0x16c),'shapePanel':_0x226c08(0x207),'flipHorizontal':'Lật\x20ngang','flipVertical':_0x226c08(0x1ff),'group':_0x226c08(0x17f),'ungroup':'Bỏ\x20nhóm'},'presentation':{'play':_0x226c08(0x1c7),'playFromBeginning':_0x226c08(0x17a),'playFromCurrent':'Phát\x20từ\x20trang\x20hiện\x20tại','playDualScreen':'Trình\x20bày\x20màn\x20hình\x20kép','playDualScreenFromBeginning':_0x226c08(0x18e),'playDualScreenFromCurrent':_0x226c08(0x238),'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':_0x226c08(0x217),'presentationEnded':_0x226c08(0x1c2),'previous':_0x226c08(0x21f),'next':_0x226c08(0x1b6),'exit':'Thoát','slideProgress':_0x226c08(0x1e6),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','speakerNotesPlaceholder':_0x226c08(0x1d2),'speakerNotesEmpty':_0x226c08(0x230),'speakerNotesSave':'Lưu','speakerNotesCancel':_0x226c08(0x21e)},'slide':{'placeholder':{'text':{'title':_0x226c08(0x24a),'subtitle':_0x226c08(0x1e4),'body':_0x226c08(0x174),'text':_0x226c08(0x174),'header':_0x226c08(0x19a),'footer':'Trình\x20giữ\x20chỗ\x20chân\x20trang','date':_0x226c08(0x1b3),'slideNumber':_0x226c08(0x1d9)},'icon':{'image':'Hình\x20ảnh','table':'Bảng','chart':_0x226c08(0x237),'diagram':_0x226c08(0x16f),'media':_0x226c08(0x22a)}}},'image-panel':{'arrange':{'title':_0x226c08(0x211),'forward':_0x226c08(0x23d),'backward':_0x226c08(0x17d),'front':_0x226c08(0x1fd),'back':_0x226c08(0x225)},'transform':{'title':_0x226c08(0x184),'rotate':'Xoay\x20(°)','x':_0x226c08(0x243),'y':_0x226c08(0x1d0),'width':'Chiều\x20rộng\x20(px)','height':'Chiều\x20cao\x20(px)','lock':_0x226c08(0x231)},'crop':{'title':_0x226c08(0x223),'start':_0x226c08(0x1ec),'mode':_0x226c08(0x1bf),'shape':_0x226c08(0x1df)}}}};export{e as default};
|
|
1
|
+
function _0x2664(_0x1c24ce,_0x17e781){_0x1c24ce=_0x1c24ce-0x70;const _0x37d8ad=_0x37d8();let _0x2664da=_0x37d8ad[_0x1c24ce];return _0x2664da;}const _0x52fee2=_0x2664;(function(_0xd3f638,_0x58408f){const _0x214ff5=_0x2664,_0x36d238=_0xd3f638();while(!![]){try{const _0x22cb70=parseInt(_0x214ff5(0xe6))/0x1*(parseInt(_0x214ff5(0x73))/0x2)+parseInt(_0x214ff5(0x85))/0x3*(parseInt(_0x214ff5(0x157))/0x4)+parseInt(_0x214ff5(0x75))/0x5+parseInt(_0x214ff5(0x71))/0x6+-parseInt(_0x214ff5(0x96))/0x7*(parseInt(_0x214ff5(0x7a))/0x8)+-parseInt(_0x214ff5(0xa8))/0x9+parseInt(_0x214ff5(0xc3))/0xa;if(_0x22cb70===_0x58408f)break;else _0x36d238['push'](_0x36d238['shift']());}catch(_0x5efd54){_0x36d238['push'](_0x36d238['shift']());}}}(_0x37d8,0x8df50));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x52fee2(0x11f),'changeShape':_0x52fee2(0x91)},'insertToolbar':{'search':'Tìm\x20kiếm','text':_0x52fee2(0x74),'textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':_0x52fee2(0xf9),'image':_0x52fee2(0xb2),'table':_0x52fee2(0xc1),'shape':_0x52fee2(0x10e),'chart':'Biểu\x20đồ'},'tableSizePicker':{'title':'Kích\x20thước\x20bảng','customSize':_0x52fee2(0xb4),'rows':_0x52fee2(0x130),'columns':_0x52fee2(0x11c),'insert':_0x52fee2(0x118),'apply':_0x52fee2(0x12e)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x52fee2(0x88),'empty':_0x52fee2(0xeb),'slidePrefix':'Trang'},'themePicker':{'title':_0x52fee2(0xa1),'caption':_0x52fee2(0x158),'tooltip':_0x52fee2(0xd2)},'editorToolbar':{'fontFamily':_0x52fee2(0xa6),'fontSize':'Cỡ\x20chữ','paragraphType':'Kiểu\x20đoạn\x20văn','heading1':'Tiêu\x20đề\x201','increaseFontSize':_0x52fee2(0x108),'decreaseFontSize':_0x52fee2(0x7f),'textColor':_0x52fee2(0x99),'transparentTextColor':'Màu\x20chữ\x20trong\x20suốt','textBackgroundColor':_0x52fee2(0xbe),'bold':_0x52fee2(0x93),'italic':_0x52fee2(0xcd),'underline':_0x52fee2(0x12b),'strikethrough':_0x52fee2(0xd4),'horizontalAlign':_0x52fee2(0x14b),'verticalAlign':_0x52fee2(0x11d),'alignLeft':'Căn\x20trái','alignCenter':_0x52fee2(0xc2),'alignRight':_0x52fee2(0xca),'alignJustify':_0x52fee2(0x9f),'alignTop':'Căn\x20trên','alignMiddle':_0x52fee2(0xb7),'alignBottom':_0x52fee2(0x140)},'quickStyles':{'tooltip':_0x52fee2(0xe3),'shapeStyles':_0x52fee2(0xc4),'lineStyles':_0x52fee2(0xce),'textStyles':'Kiểu\x20văn\x20bản','more':_0x52fee2(0xd5),'groups':{'solid':'Liền\x20nét','dashed':_0x52fee2(0xe9)},'presets':{'line':{'blackSolid':_0x52fee2(0x106),'blueSolid':_0x52fee2(0xdc),'orangeSolid':_0x52fee2(0x8b),'graySolid':_0x52fee2(0x137),'blueEndArrow':_0x52fee2(0x125),'greenTwoWayArrow':_0x52fee2(0x70),'blackDashed':_0x52fee2(0x156),'blueDashed':_0x52fee2(0x10a),'grayDashed':_0x52fee2(0x77),'blueDashedEndArrow':_0x52fee2(0x9b),'grayDashedEndArrow':'Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','greenDashedTwoWayArrow':_0x52fee2(0xa0)},'text':{'bodyBlack':_0x52fee2(0xae),'titleBlack':_0x52fee2(0xd1),'accentBlue':_0x52fee2(0x153),'accentOrange':_0x52fee2(0x8c),'noteGray':'Ghi\x20chú\x20xám'}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x52fee2(0xdd),'contextMenu':{'cut':_0x52fee2(0x15b),'copy':_0x52fee2(0x117),'paste':_0x52fee2(0x127),'addBelow':_0x52fee2(0xb5),'delete':_0x52fee2(0x14f)},'layoutPicker':{'title':'Chọn\x20bố\x20cục','layouts':{'title':_0x52fee2(0xb1),'titleAndBody':'Tiêu\x20đề\x20và\x20nội\x20dung','sectionHeader':_0x52fee2(0xc9),'twoColumns':'Hai\x20nội\x20dung','comparison':_0x52fee2(0x8e),'blank':_0x52fee2(0x132),'titleOnly':_0x52fee2(0x95),'pictureWithCaption':_0x52fee2(0x143)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x52fee2(0xc4),'shapePosition':_0x52fee2(0x9a),'openPanel':_0x52fee2(0xd0),'deleteShape':_0x52fee2(0xf6),'toolbar':{'alignLeft':'Căn\x20trái','alignCenter':_0x52fee2(0xc2),'alignRight':'Căn\x20phải','alignJustify':_0x52fee2(0x103),'bold':_0x52fee2(0xc5),'italic':_0x52fee2(0x15e),'underline':_0x52fee2(0x12b),'strikethrough':_0x52fee2(0xd4),'textColor':_0x52fee2(0x99),'textBackgroundColor':_0x52fee2(0xbe),'fillColor':_0x52fee2(0xa3),'resetColor':_0x52fee2(0x13d)},'align':{'top':_0x52fee2(0x133),'middle':_0x52fee2(0x104),'bottom':_0x52fee2(0x140)},'textWrap':{'inline':_0x52fee2(0xfc),'square':'Hình\x20vuông','topAndBottom':_0x52fee2(0x164),'behindText':_0x52fee2(0xc7),'inFrontText':_0x52fee2(0x134)},'textBox':{'title':'H?p\x20v?n\x20b?n','textDirection':_0x52fee2(0x155),'textDirectionHorizontal':_0x52fee2(0x100),'textDirectionVertical':_0x52fee2(0x110),'autoFit':_0x52fee2(0x151),'autoFitNone':_0x52fee2(0x83),'autoFitShrink':_0x52fee2(0x139),'autoFitResize':_0x52fee2(0xa9),'wrapText':_0x52fee2(0x161),'padding':'L?\x20trong','paddingLeft':_0x52fee2(0xe1),'paddingRight':'Ph?i','paddingTop':_0x52fee2(0x72),'paddingBottom':'D??i','columns':'C?t','columnCount':_0x52fee2(0x12d),'columnSpacing':_0x52fee2(0xab)},'position':{'title':_0x52fee2(0xbc),'x':'X','y':'Y','width':_0x52fee2(0x98),'height':_0x52fee2(0x8f),'rotation':_0x52fee2(0x12f)},'style':{'shadow':'Bóng','shadowColor':_0x52fee2(0x78),'shadowBlurRadius':_0x52fee2(0xf4),'shadowDistance':_0x52fee2(0x144),'shadowDirection':'Góc','shadowPresetTitle':_0x52fee2(0xfa),'shadowPresetNone':_0x52fee2(0x109),'shadowPresetCustom':_0x52fee2(0xe2),'shadowTransparency':_0x52fee2(0x80),'shadowSize':_0x52fee2(0x128),'shadowPreset':{'shdw6':_0x52fee2(0x145),'shdw5':_0x52fee2(0x13e),'shdw2':_0x52fee2(0xea),'shdw1':_0x52fee2(0x142),'shdw14':_0x52fee2(0x81),'shdw10':_0x52fee2(0xbb)}},'fill':{'title':_0x52fee2(0x162),'noFill':_0x52fee2(0xba),'solidFill':_0x52fee2(0xe0),'gradientFill':_0x52fee2(0x150),'pictureFill':_0x52fee2(0xaf),'color':_0x52fee2(0x86),'transparency':_0x52fee2(0x80),'picture':{'source':_0x52fee2(0x8a),'insert':_0x52fee2(0x122),'tileAsTexture':_0x52fee2(0x166),'offsetX':'Độ\x20dịch\x20X','offsetY':'Độ\x20dịch\x20Y','scaleX':_0x52fee2(0xad),'scaleY':_0x52fee2(0xc0),'alignment':'Căn\x20chỉnh','rotateWithShape':_0x52fee2(0x94),'align':{'tl':_0x52fee2(0x7d),'t':_0x52fee2(0x126),'tr':_0x52fee2(0x11a),'l':_0x52fee2(0xf0),'ctr':_0x52fee2(0xf8),'r':_0x52fee2(0xb0),'bl':'Dưới\x20cùng\x20bên\x20trái','b':_0x52fee2(0xfe),'br':_0x52fee2(0x89)}}},'line':{'title':_0x52fee2(0xf7),'noLine':_0x52fee2(0x141),'solidLine':_0x52fee2(0x13a),'color':_0x52fee2(0x86),'transparency':_0x52fee2(0x80),'width':_0x52fee2(0x98),'cornerRadius':_0x52fee2(0xcf),'beginArrowType':_0x52fee2(0xdb),'beginArrowSize':_0x52fee2(0x14a),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x52fee2(0xe4),'dashType':{'title':'Kiểu\x20đứt\x20nét','solid':_0x52fee2(0xaa),'roundDot':_0x52fee2(0x10b),'squareDot':_0x52fee2(0x84),'dash':_0x52fee2(0xd4),'dashDot':_0x52fee2(0x123),'longDash':'Gạch\x20ngang\x20dài','longDashDot':_0x52fee2(0xde),'longDashDotDot':_0x52fee2(0xf5)},'capType':{'title':_0x52fee2(0x15a),'flat':_0x52fee2(0xd7),'round':'Tròn','square':_0x52fee2(0x15d)},'joinType':{'title':_0x52fee2(0x107),'miter':_0x52fee2(0x147),'round':_0x52fee2(0xef),'bevel':_0x52fee2(0xb9)},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0x52fee2(0xf1),'curved':_0x52fee2(0xbf),'freehand':_0x52fee2(0x7e),'handDrawn':_0x52fee2(0x152)},'arrowType':{'none':'Không','arrow':_0x52fee2(0x7c),'openArrow':'Mũi\x20tên\x20mở','stealthArrow':_0x52fee2(0x14c),'diamondArrow':_0x52fee2(0xd8),'ovalArrow':_0x52fee2(0xa7)},'arrowSize':{'small':_0x52fee2(0x149),'medium':_0x52fee2(0x148),'large':_0x52fee2(0x13f)}}},'objectListPanel':{'title':_0x52fee2(0x121),'showAll':_0x52fee2(0x120),'hideAll':'Ẩn\x20tất\x20cả','show':_0x52fee2(0xac),'hide':'Ẩn','moveForward':_0x52fee2(0xe5),'moveBackward':_0x52fee2(0x111),'nameInput':_0x52fee2(0x87),'empty':_0x52fee2(0x15f),'close':_0x52fee2(0x135),'name':_0x52fee2(0x136),'description':_0x52fee2(0x131),'descriptionPlaceholder':_0x52fee2(0x12a),'details':'Chi\x20tiết','noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'backgroundPanel':{'title':_0x52fee2(0x105),'backgroundGraphics':_0x52fee2(0xda),'hideBackgroundGraphics':_0x52fee2(0xb6),'presentationBackground':_0x52fee2(0x15c),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x52fee2(0x14e),'setPresentationBackground':_0x52fee2(0xa5),'clearPresentationBackground':_0x52fee2(0x14f),'none':'Không\x20tô\x20màu','solid':_0x52fee2(0x160),'gradient':'Tô\x20màu\x20chuyển\x20sắc','image':_0x52fee2(0xec),'pattern':_0x52fee2(0x9e),'color':_0x52fee2(0x86),'transparency':_0x52fee2(0x80),'imageSource':_0x52fee2(0xa4),'insertImage':_0x52fee2(0x112),'fit':'Vừa\x20khung','fitOptions':{'cover':_0x52fee2(0x114),'contain':_0x52fee2(0x154),'stretch':_0x52fee2(0xe7),'repeat':_0x52fee2(0x138)},'patternHint':_0x52fee2(0x101),'applyToAll':_0x52fee2(0x116),'resetBackground':'Đặt\x20lại\x20nền'},'transitionPanel':{'title':_0x52fee2(0x10c),'effect':_0x52fee2(0xbd),'direction':_0x52fee2(0xdf),'duration':_0x52fee2(0x7b),'preview':_0x52fee2(0xb8),'applyToAll':_0x52fee2(0x116),'effects':{'none':_0x52fee2(0xf1),'fade':_0x52fee2(0xff),'push':_0x52fee2(0x8d),'wipe':_0x52fee2(0x14d),'split':_0x52fee2(0x79),'reveal':_0x52fee2(0x92),'cut':_0x52fee2(0x15b),'uncover':_0x52fee2(0xb3),'cover':_0x52fee2(0x10d),'zoom':_0x52fee2(0xc8)},'directions':{'left':'Từ\x20trái','right':_0x52fee2(0xd3),'up':_0x52fee2(0x115),'down':'Từ\x20dưới'}},'contextmenu':{'addPage':_0x52fee2(0xfd),'backgroundPanel':_0x52fee2(0x105),'transitionPanel':_0x52fee2(0x10c),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':_0x52fee2(0x76),'shapePanel':_0x52fee2(0x11f),'flipHorizontal':_0x52fee2(0x102),'flipVertical':_0x52fee2(0x129),'group':'Nhóm','ungroup':_0x52fee2(0x146)},'presentation':{'play':_0x52fee2(0x11b),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x52fee2(0x163),'playDualScreen':_0x52fee2(0x10f),'playDualScreenFromBeginning':_0x52fee2(0xd6),'playDualScreenFromCurrent':_0x52fee2(0x159),'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':_0x52fee2(0x13b),'presentationEnded':'Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','previous':_0x52fee2(0x11e),'next':_0x52fee2(0x90),'exit':_0x52fee2(0xd9),'slideProgress':_0x52fee2(0x9c),'speakerNotes':_0x52fee2(0x97),'speakerNotesPlaceholder':_0x52fee2(0xfb),'speakerNotesEmpty':'Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','speakerNotesSave':_0x52fee2(0x165),'speakerNotesCancel':'Hủy'},'slide':{'placeholder':{'text':{'title':_0x52fee2(0xc6),'subtitle':_0x52fee2(0xf3),'body':_0x52fee2(0xcb),'text':_0x52fee2(0xcb),'header':'Trình\x20giữ\x20chỗ\x20tiêu\x20đề','footer':'Trình\x20giữ\x20chỗ\x20chân\x20trang','date':_0x52fee2(0xf2),'slideNumber':'Trình\x20giữ\x20chỗ\x20số\x20trang'},'icon':{'image':_0x52fee2(0xb2),'table':_0x52fee2(0xc1),'chart':'Biểu\x20đồ','diagram':'Sơ\x20đồ','media':_0x52fee2(0x113)}}},'image-panel':{'arrange':{'title':_0x52fee2(0xee),'forward':_0x52fee2(0x124),'backward':'Đưa\x20xuống\x20sau','front':_0x52fee2(0xed),'back':_0x52fee2(0x9d)},'transform':{'title':_0x52fee2(0x82),'rotate':_0x52fee2(0xa2),'x':'X\x20(px)','y':_0x52fee2(0x119),'width':_0x52fee2(0xcc),'height':_0x52fee2(0xe8),'lock':'Khóa\x20tỷ\x20lệ'},'crop':{'title':_0x52fee2(0x15b),'start':_0x52fee2(0x13c),'mode':_0x52fee2(0x7e),'shape':_0x52fee2(0x12c)}}}};export{e as default};function _0x37d8(){const _0x547e14=['Nhấn\x20mạnh\x20cam','Đẩy','So\x20sánh','Chiều\x20cao','Tiếp','Thay\x20đổi\x20hình\x20dạng','Lộ\x20ra','Đậm','Xoay\x20theo\x20hình\x20dạng','Chỉ\x20tiêu\x20đề','49wzwEph','Ghi\x20chú\x20người\x20trình\x20bày','Chiều\x20rộng','Màu\x20chữ','Vị\x20trí','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Trang\x20{current}\x20/\x20{total}','Đưa\x20xuống\x20cuối','Tô\x20màu\x20hoa\x20văn','Căn\x20đều','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Chủ\x20đề','Xoay\x20(°)','Màu\x20nền\x20văn\x20bản','Chèn\x20hình\x20ảnh\x20từ','Đặt\x20nền','Phông\x20chữ','Mũi\x20tên\x20hình\x20bầu\x20dục','8237439outiAH','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Liền\x20nét','Kho?ng\x20c?ch','Hiển\x20thị','Tỷ\x20lệ\x20X','Nội\x20dung\x20đen','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Bên\x20phải','Trang\x20tiêu\x20đề','Hình\x20ảnh','Bỏ\x20che','Kích\x20thước\x20tùy\x20chỉnh','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Căn\x20giữa\x20dọc','Xem\x20trước','Vát','Không\x20tô','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Vị\x20trí\x20và\x20kích\x20thước','Hiệu\x20ứng','Màu\x20nền\x20chữ','Cong','Tỷ\x20lệ\x20Y','Bảng','Căn\x20giữa','3090110jPjQnP','Kiểu\x20hình\x20dạng','In\x20đậm','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Phía\x20sau\x20văn\x20bản','Thu\x20phóng','Tiêu\x20đề\x20phần','Căn\x20phải','Nhấp\x20để\x20thêm\x20văn\x20bản','Chiều\x20rộng\x20(px)','Nghiêng','Kiểu\x20đường\x20kẻ','Bán\x20kính\x20góc','Mở\x20bảng\x20hình\x20dạng','Tiêu\x20đề\x20đen','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Từ\x20phải','Gạch\x20ngang','Thêm\x20kiểu','Màn\x20hình\x20kép\x20từ\x20đầu','Phẳng','Mũi\x20tên\x20hình\x20thoi','Thoát','Đồ\x20họa\x20nền','Kiểu\x20mũi\x20tên\x20đầu','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','+\x20Thêm\x20trang','Gạch\x20ngang\x20dài-chấm','Hướng','Tô\x20màu\x20đặc','Tr?i','Tùy\x20chỉnh','Kiểu\x20nhanh','Kích\x20thước\x20mũi\x20tên\x20cuối','Đưa\x20ra\x20trước','1080875LICfjz','Kéo\x20giãn','Chiều\x20cao\x20(px)','Đứt\x20nét','Bên\x20ngoài:\x20trên\x20phải','Không\x20tìm\x20thấy\x20kết\x20quả.','Tô\x20màu\x20hình\x20ảnh','Đưa\x20lên\x20đầu','Sắp\x20xếp','Tròn','Bên\x20trái','Không','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Nhấp\x20để\x20thêm\x20phụ\x20đề','Làm\x20mờ','Gạch\x20ngang\x20dài-chấm-chấm','Xóa\x20hình\x20dạng','Đường\x20kẻ','Chính\x20giữa','Hộp\x20văn\x20bản\x20dọc','Cài\x20sẵn','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Cùng\x20dòng\x20với\x20văn\x20bản','Trang\x20trình\x20bày\x20mới','Dưới\x20cùng','Mờ\x20dần','Ngang','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Lật\x20ngang','Căn\x20đều\x20hai\x20bên','Căn\x20giữa\x20theo\x20chiều\x20dọc','Định\x20dạng\x20nền','Đường\x20liền\x20mảnh\x20màu\x20đen','Kiểu\x20nối','Tăng\x20cỡ\x20chữ','Không\x20có\x20bóng','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Chấm\x20tròn','Chuyển\x20tiếp','Che\x20phủ','Hình\x20dạng','Trình\x20bày\x20màn\x20hình\x20kép','D?c','Đưa\x20ra\x20sau','Tệp...','Đa\x20phương\x20tiện','Lấp\x20đầy','Từ\x20trên','Áp\x20dụng\x20cho\x20tất\x20cả','Sao\x20chép','Chèn','Y\x20(px)','Trên\x20cùng\x20bên\x20phải','Phát','Cột','Căn\x20dọc','Trước','Định\x20dạng\x20hình\x20dạng','Hiển\x20thị\x20tất\x20cả','Danh\x20sách\x20đối\x20tượng','Chèn\x20hình\x20ảnh','Gạch\x20ngang-chấm','Đưa\x20lên\x20trước','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Trên\x20cùng','Dán','Kích\x20thước','Lật\x20dọc','Thêm\x20mô\x20tả','Gạch\x20chân','Cắt\x20theo\x20hình\x20dạng','S?\x20l??ng','Áp\x20dụng','Xoay','Hàng','Mô\x20tả','Trống','Căn\x20trên','Phía\x20trước\x20văn\x20bản','Đóng','Tên','Đường\x20liền\x20mảnh\x20màu\x20xám','Lặp\x20lại','Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','Đường\x20liền\x20nét','Nhấp\x20để\x20toàn\x20màn\x20hình','Bắt\x20đầu\x20cắt','Đặt\x20lại\x20màu','Bên\x20ngoài:\x20dưới\x20trái','Lớn','Căn\x20dưới','Không\x20đường\x20kẻ','Bên\x20ngoài:\x20trên\x20trái','Hình\x20ảnh\x20có\x20chú\x20thích','Khoảng\x20cách','Bên\x20ngoài:\x20dưới\x20phải','Bỏ\x20nhóm','Góc\x20nhọn','Vừa','Nhỏ','Kích\x20thước\x20mũi\x20tên\x20đầu','Căn\x20ngang','Mũi\x20tên\x20tàng\x20hình','Quét','hình\x20ảnh','Xóa','Tô\x20màu\x20gradient','T?\x20??ng\x20v?a','Vẽ\x20tay','Nhấn\x20mạnh\x20xanh\x20dương','Vừa\x20khung','H??ng\x20v?n\x20b?n','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','328SJKeEI','Mặc\x20định\x20hình\x20dạng','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Kiểu\x20đầu\x20đường','Cắt','Nền\x20bản\x20trình\x20bày','Vuông','In\x20nghiêng','Không\x20có\x20đối\x20tượng','Tô\x20màu\x20đơn\x20sắc','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Tô\x20màu','Phát\x20từ\x20trang\x20hiện\x20tại','Trên\x20và\x20dưới','Lưu','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','3208266qDpSYj','Tr?n','2XXpZJT','Hộp\x20văn\x20bản','261635qDqneG','Thước','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Màu\x20bóng','Chia\x20đôi','1256808SuewBg','Thời\x20lượng','Mũi\x20tên','Trên\x20cùng\x20bên\x20trái','Tự\x20do','Giảm\x20cỡ\x20chữ','Độ\x20trong\x20suốt','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Biến\x20đổi','Kh?ng\x20t?\x20??ng\x20v?a','Chấm\x20vuông','22665jbSqVA','Màu','Tên\x20đối\x20tượng','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Dưới\x20cùng\x20bên\x20phải','Nguồn\x20hình\x20ảnh','Đường\x20liền\x20mảnh\x20màu\x20cam'];_0x37d8=function(){return _0x547e14;};return _0x37d8();}
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2e3bdb=_0x1f9e;function _0x1f9e(_0x41e709,_0x319687){_0x41e709=_0x41e709-0x1b6;const _0x41c350=_0x41c3();let _0x1f9eb1=_0x41c350[_0x41e709];return _0x1f9eb1;}(function(_0x548582,_0x37dc3f){const _0x90762a=_0x1f9e,_0x42f574=_0x548582();while(!![]){try{const _0x1cecdb=-parseInt(_0x90762a(0x1e7))/0x1*(parseInt(_0x90762a(0x232))/0x2)+-parseInt(_0x90762a(0x1ed))/0x3*(parseInt(_0x90762a(0x1c6))/0x4)+parseInt(_0x90762a(0x20c))/0x5*(parseInt(_0x90762a(0x21e))/0x6)+parseInt(_0x90762a(0x1f5))/0x7+parseInt(_0x90762a(0x211))/0x8*(parseInt(_0x90762a(0x1b6))/0x9)+-parseInt(_0x90762a(0x207))/0xa+parseInt(_0x90762a(0x200))/0xb;if(_0x1cecdb===_0x37dc3f)break;else _0x42f574['push'](_0x42f574['shift']());}catch(_0x3e2964){_0x42f574['push'](_0x42f574['shift']());}}}(_0x41c3,0x75c94));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x2e3bdb(0x21c),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x2e3bdb(0x203),'textHorizontal':_0x2e3bdb(0x20a),'textVertical':'纵向文本框','image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x2e3bdb(0x23d),'customSize':_0x2e3bdb(0x208),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x2e3bdb(0x210),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x2e3bdb(0x22a),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x2e3bdb(0x1de),'tooltip':_0x2e3bdb(0x1d1)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x2e3bdb(0x1c1),'heading1':'标题1','increaseFontSize':_0x2e3bdb(0x20e),'decreaseFontSize':'减小字号','textColor':_0x2e3bdb(0x239),'transparentTextColor':'透明文本颜色','textBackgroundColor':_0x2e3bdb(0x23c),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x2e3bdb(0x236),'horizontalAlign':_0x2e3bdb(0x22c),'verticalAlign':_0x2e3bdb(0x230),'alignLeft':_0x2e3bdb(0x23b),'alignCenter':'居中对齐','alignRight':_0x2e3bdb(0x1ba),'alignJustify':'两端对齐','alignTop':'顶部对齐','alignMiddle':'垂直居中','alignBottom':_0x2e3bdb(0x21d)},'quickStyles':{'tooltip':'快捷样式','shapeStyles':_0x2e3bdb(0x21a),'lineStyles':_0x2e3bdb(0x1f9),'textStyles':_0x2e3bdb(0x219),'more':_0x2e3bdb(0x1e5),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x2e3bdb(0x218),'blueSolid':_0x2e3bdb(0x1ef),'orangeSolid':'橙色细实线','graySolid':'灰色细实线','blueEndArrow':_0x2e3bdb(0x1e0),'greenTwoWayArrow':_0x2e3bdb(0x1d6),'blackDashed':_0x2e3bdb(0x1d9),'blueDashed':_0x2e3bdb(0x202),'grayDashed':_0x2e3bdb(0x1bf),'blueDashedEndArrow':'蓝色虚线末端箭头','grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x2e3bdb(0x212)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2e3bdb(0x22b),'accentBlue':_0x2e3bdb(0x1d7),'accentOrange':_0x2e3bdb(0x20f),'noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':_0x2e3bdb(0x234),'addSlide':'+\x20新增','contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x2e3bdb(0x1bc),'delete':'删除'},'layoutPicker':{'title':_0x2e3bdb(0x1c5),'layouts':{'title':_0x2e3bdb(0x1b8),'titleAndBody':_0x2e3bdb(0x220),'sectionHeader':_0x2e3bdb(0x204),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x2e3bdb(0x1e1),'pictureWithCaption':_0x2e3bdb(0x214)}}},'shapePanel':{'title':_0x2e3bdb(0x1f1),'shapeStyle':_0x2e3bdb(0x21a),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':'删除形状','toolbar':{'alignLeft':_0x2e3bdb(0x23b),'alignCenter':'居中对齐','alignRight':_0x2e3bdb(0x1ba),'alignJustify':_0x2e3bdb(0x1c4),'bold':'粗体','italic':'斜体','underline':_0x2e3bdb(0x215),'strikethrough':'删除线','textColor':_0x2e3bdb(0x239),'textBackgroundColor':_0x2e3bdb(0x23c),'fillColor':_0x2e3bdb(0x23c),'resetColor':'重置颜色'},'align':{'top':_0x2e3bdb(0x238),'middle':_0x2e3bdb(0x21b),'bottom':_0x2e3bdb(0x21d)},'textWrap':{'inline':_0x2e3bdb(0x1ee),'square':_0x2e3bdb(0x222),'topAndBottom':_0x2e3bdb(0x1f6),'behindText':_0x2e3bdb(0x226),'inFrontText':_0x2e3bdb(0x1c0)},'position':{'title':_0x2e3bdb(0x22e),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x2e3bdb(0x1f4),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':'无阴影','shadowPresetCustom':'自定义','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x2e3bdb(0x233),'shdw5':_0x2e3bdb(0x1ea),'shdw2':_0x2e3bdb(0x221),'shdw1':_0x2e3bdb(0x1cf),'shdw14':'外部:右下(小)','shdw10':_0x2e3bdb(0x1d5)}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x2e3bdb(0x1dd),'picture':{'source':_0x2e3bdb(0x223),'insert':_0x2e3bdb(0x1df),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x2e3bdb(0x225),'offsetY':_0x2e3bdb(0x22f),'scaleX':_0x2e3bdb(0x1fd),'scaleY':_0x2e3bdb(0x1c9),'alignment':'对齐','rotateWithShape':_0x2e3bdb(0x1ec),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x2e3bdb(0x1eb),'solidLine':'实线','color':'颜色','transparency':_0x2e3bdb(0x1dd),'width':'宽度','cornerRadius':_0x2e3bdb(0x1cd),'beginArrowType':'起点箭头类型','beginArrowSize':'起点箭头大小','endArrowType':_0x2e3bdb(0x228),'endArrowSize':'终点箭头大小','dashType':{'title':_0x2e3bdb(0x1e9),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x2e3bdb(0x1c7),'dashDot':'点划线','longDash':'长划线','longDashDot':_0x2e3bdb(0x23f),'longDashDotDot':_0x2e3bdb(0x1dc)},'capType':{'title':_0x2e3bdb(0x1c8),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x2e3bdb(0x1e4),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x2e3bdb(0x23a)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2e3bdb(0x20d),'stealthArrow':'隐形箭头','diamondArrow':'菱形箭头','ovalArrow':_0x2e3bdb(0x229)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'对象列表','showAll':_0x2e3bdb(0x205),'hideAll':_0x2e3bdb(0x1f0),'show':'显示','hide':'隐藏','moveForward':_0x2e3bdb(0x1d3),'moveBackward':_0x2e3bdb(0x1ff),'nameInput':_0x2e3bdb(0x23e),'empty':'暂无对象','close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x2e3bdb(0x206),'details':'详情','noSelection':_0x2e3bdb(0x1f3)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':'背景图形','hideBackgroundGraphics':_0x2e3bdb(0x1b9),'presentationBackground':'演示文稿底图','presentationBackgroundEmpty':_0x2e3bdb(0x1d0),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x2e3bdb(0x1e2),'clearPresentationBackground':'清除','none':'无填充','solid':_0x2e3bdb(0x1e8),'gradient':_0x2e3bdb(0x1bb),'image':_0x2e3bdb(0x1ce),'pattern':'图案填充','color':'颜色','transparency':_0x2e3bdb(0x1dd),'imageSource':_0x2e3bdb(0x240),'insertImage':_0x2e3bdb(0x1cb),'fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x2e3bdb(0x217),'applyToAll':_0x2e3bdb(0x1d4),'resetBackground':_0x2e3bdb(0x213)},'transitionPanel':{'title':_0x2e3bdb(0x231),'effect':'效果','direction':'方向','duration':_0x2e3bdb(0x1c2),'preview':'预览','applyToAll':'应用到全部','effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x2e3bdb(0x1fc),'right':_0x2e3bdb(0x1fb),'up':_0x2e3bdb(0x227),'down':_0x2e3bdb(0x1f7)}},'contextmenu':{'addPage':_0x2e3bdb(0x1ca),'backgroundPanel':_0x2e3bdb(0x241),'transitionPanel':_0x2e3bdb(0x231),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x2e3bdb(0x1f1),'flipHorizontal':_0x2e3bdb(0x209),'flipVertical':_0x2e3bdb(0x216),'group':'组合','ungroup':'取消组合'},'presentation':{'play':'播放','playFromBeginning':_0x2e3bdb(0x1fe),'playFromCurrent':'从当前幻灯片开始播放','playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x2e3bdb(0x201),'playDualScreenFromCurrent':_0x2e3bdb(0x1be),'dualScreenUnavailable':'无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','fullscreenPrompt':'点击进入全屏','presentationEnded':_0x2e3bdb(0x1f8),'previous':'上一页','next':'下一页','exit':'退出','slideProgress':_0x2e3bdb(0x22d),'speakerNotes':'备注','speakerNotesPlaceholder':_0x2e3bdb(0x1bd),'speakerNotesEmpty':_0x2e3bdb(0x1da),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':_0x2e3bdb(0x1b7),'body':_0x2e3bdb(0x20b),'text':_0x2e3bdb(0x1e3),'header':_0x2e3bdb(0x224),'footer':_0x2e3bdb(0x1e6),'date':_0x2e3bdb(0x1c3),'slideNumber':_0x2e3bdb(0x1d2)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x2e3bdb(0x1ff),'front':_0x2e3bdb(0x1fa),'back':'置于底层'},'transform':{'title':'变换','rotate':_0x2e3bdb(0x1cc),'x':_0x2e3bdb(0x235),'y':_0x2e3bdb(0x237),'width':_0x2e3bdb(0x21f),'height':'高度\x20(px)','lock':_0x2e3bdb(0x1f2)},'crop':{'title':'裁剪','start':_0x2e3bdb(0x1d8),'mode':'自由','shape':_0x2e3bdb(0x1db)}}}};export{e as default};function _0x41c3(){const _0x4ab044=['仅标题','设置底图','单击此处添加文本','草图样式','更多样式','页脚占位符','598IlogoB','纯色填充','虚线类型','外部:左下','无线条','随形状旋转','3NOaKap','嵌入型','蓝色细实线','全部隐藏','设置形状格式','锁定比例','选择对象以编辑详情','阴影颜色','751478IUDYIb','上下型','从下方','演示已结束','线条样式','置于顶层','从右侧','从左侧','水平缩放','从头开始播放','下移一层','16940660mPFGtA','从头开始双屏播放','蓝色细虚线','文本框','节标题','全部显示','添加描述','8608610lulpux','自定义大小','水平翻转','横向文本框','单击此处添加正文','280405lwbzqs','空心箭头','增大字号','强调橙色','搜索幻灯片和对象','16FMzRUw','绿色虚线双向箭头','重置背景','图片与标题','下划线','垂直翻转','图案设置即将支持。','黑色细实线','文本样式','形状样式','垂直居中','图形格式','底部对齐','48RRxbDY','宽度\x20(px)','标题和内容','外部:右上','四周型','图片来源','页眉占位符','水平偏移','衬于文字下方','从上方','终点箭头类型','椭圆箭头','未找到匹配结果。','标题黑色','水平对齐','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','位置和大小','垂直偏移','垂直对齐','切换动画','456mvUCKF','外部:右下','调整幻灯片缩略图面板大小','X\x20(px)','删除线','Y\x20(px)','顶部对齐','文本颜色','手绘效果','左对齐','文本背景色','表格大小','对象名称','长点划线','插入图片来源','设置背景格式','916866pmjUVr','单击此处添加副标题','标题幻灯片','隐藏母版/版式图形','右对齐','渐变填充','在下面新增幻灯片','点击为当前幻灯片添加备注','从当前幻灯片开始双屏播放','灰色细虚线','浮于文字上方','段落类型','持续时间','日期占位符','两端对齐','选择版式','3280612AdGpgK','短划线','线帽类型','垂直缩放','新建幻灯片','文件...','旋转\x20(°)','拐角半径','图片填充','外部:左上','未设置','选择幻灯片主题','页码占位符','上移一层','应用到全部','外部:左上(大)','绿色双向箭头','强调蓝色','开始裁剪','黑色细虚线','暂无备注','裁剪为形状','长双点划线','透明度','形状默认样式','插入图片','蓝色末端箭头'];_0x41c3=function(){return _0x4ab044;};return _0x41c3();}
|
|
1
|
+
function _0x3ca3(_0x399a41,_0x61a05){_0x399a41=_0x399a41-0x10b;const _0x3071d1=_0x3071();let _0x3ca3fc=_0x3071d1[_0x399a41];return _0x3ca3fc;}const _0x2cf781=_0x3ca3;(function(_0x58e46e,_0x627716){const _0x24a3bd=_0x3ca3,_0x20de63=_0x58e46e();while(!![]){try{const _0x5ef8e9=-parseInt(_0x24a3bd(0x190))/0x1*(parseInt(_0x24a3bd(0x10c))/0x2)+-parseInt(_0x24a3bd(0x131))/0x3+-parseInt(_0x24a3bd(0x19d))/0x4*(parseInt(_0x24a3bd(0x194))/0x5)+-parseInt(_0x24a3bd(0x170))/0x6*(parseInt(_0x24a3bd(0x1a2))/0x7)+-parseInt(_0x24a3bd(0x182))/0x8*(-parseInt(_0x24a3bd(0x185))/0x9)+parseInt(_0x24a3bd(0x123))/0xa+-parseInt(_0x24a3bd(0x141))/0xb*(-parseInt(_0x24a3bd(0x16e))/0xc);if(_0x5ef8e9===_0x627716)break;else _0x20de63['push'](_0x20de63['shift']());}catch(_0x222fbc){_0x20de63['push'](_0x20de63['shift']());}}}(_0x3071,0x3126c));const e={'slides-ui':{'ribbon':{'shapeFormat':'图形格式','changeShape':_0x2cf781(0x187)},'insertToolbar':{'search':'搜索','text':_0x2cf781(0x16f),'textHorizontal':_0x2cf781(0x130),'textVertical':_0x2cf781(0x15b),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x2cf781(0x116),'customSize':_0x2cf781(0x155),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x2cf781(0x112),'noQuery':_0x2cf781(0x161),'empty':_0x2cf781(0x1a5),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x2cf781(0x157),'tooltip':_0x2cf781(0x13d)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x2cf781(0x1a0),'heading1':_0x2cf781(0x16a),'increaseFontSize':_0x2cf781(0x10f),'decreaseFontSize':'减小字号','textColor':_0x2cf781(0x139),'transparentTextColor':_0x2cf781(0x17d),'textBackgroundColor':_0x2cf781(0x118),'bold':'粗体','italic':'斜体','underline':_0x2cf781(0x128),'strikethrough':_0x2cf781(0x18a),'horizontalAlign':_0x2cf781(0x14a),'verticalAlign':'垂直对齐','alignLeft':_0x2cf781(0x177),'alignCenter':_0x2cf781(0x167),'alignRight':_0x2cf781(0x147),'alignJustify':_0x2cf781(0x125),'alignTop':_0x2cf781(0x10d),'alignMiddle':'垂直居中','alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x2cf781(0x186),'shapeStyles':'形状样式','lineStyles':_0x2cf781(0x193),'textStyles':_0x2cf781(0x18f),'more':'更多样式','groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x2cf781(0x111),'blueSolid':_0x2cf781(0x171),'orangeSolid':'橙色细实线','graySolid':_0x2cf781(0x14e),'blueEndArrow':_0x2cf781(0x114),'greenTwoWayArrow':_0x2cf781(0x18e),'blackDashed':'黑色细虚线','blueDashed':'蓝色细虚线','grayDashed':_0x2cf781(0x132),'blueDashedEndArrow':_0x2cf781(0x15d),'grayDashedEndArrow':_0x2cf781(0x18d),'greenDashedTwoWayArrow':_0x2cf781(0x113)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2cf781(0x149),'accentBlue':_0x2cf781(0x15f),'accentOrange':_0x2cf781(0x16b),'noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':_0x2cf781(0x176),'addSlide':'+\x20新增','contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x2cf781(0x115),'delete':'删除'},'layoutPicker':{'title':_0x2cf781(0x143),'layouts':{'title':_0x2cf781(0x164),'titleAndBody':_0x2cf781(0x18b),'sectionHeader':'节标题','twoColumns':_0x2cf781(0x137),'comparison':'比较','blank':'空白','titleOnly':_0x2cf781(0x192),'pictureWithCaption':'图片与标题'}}},'shapePanel':{'title':'设置形状格式','shapeStyle':_0x2cf781(0x148),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':_0x2cf781(0x142),'toolbar':{'alignLeft':_0x2cf781(0x177),'alignCenter':_0x2cf781(0x167),'alignRight':_0x2cf781(0x147),'alignJustify':_0x2cf781(0x125),'bold':'粗体','italic':'斜体','underline':_0x2cf781(0x128),'strikethrough':_0x2cf781(0x18a),'textColor':_0x2cf781(0x139),'textBackgroundColor':_0x2cf781(0x118),'fillColor':_0x2cf781(0x118),'resetColor':_0x2cf781(0x146)},'align':{'top':_0x2cf781(0x10d),'middle':_0x2cf781(0x189),'bottom':_0x2cf781(0x19b)},'textWrap':{'inline':_0x2cf781(0x13f),'square':'四周型','topAndBottom':'上下型','behindText':_0x2cf781(0x12c),'inFrontText':'浮于文字上方'},'textBox':{'title':_0x2cf781(0x16f),'textDirection':_0x2cf781(0x14f),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x2cf781(0x158),'autoFitNone':_0x2cf781(0x138),'autoFitShrink':_0x2cf781(0x12e),'autoFitResize':'根据文字调整形状大小','wrapText':_0x2cf781(0x10e),'padding':_0x2cf781(0x19a),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':'位置和大小','x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x2cf781(0x11e),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x2cf781(0x124),'shadowPresetCustom':'自定义','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x2cf781(0x135),'shdw5':_0x2cf781(0x159),'shdw2':'外部:右上','shdw1':'外部:左上','shdw14':_0x2cf781(0x117),'shdw10':_0x2cf781(0x181)}},'fill':{'title':'填充','noFill':_0x2cf781(0x197),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x2cf781(0x122),'picture':{'source':_0x2cf781(0x13b),'insert':_0x2cf781(0x160),'tileAsTexture':_0x2cf781(0x191),'offsetX':_0x2cf781(0x11f),'offsetY':'垂直偏移','scaleX':'水平缩放','scaleY':_0x2cf781(0x16c),'alignment':'对齐','rotateWithShape':_0x2cf781(0x127),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x2cf781(0x1a1),'solidLine':'实线','color':'颜色','transparency':_0x2cf781(0x122),'width':'宽度','cornerRadius':_0x2cf781(0x140),'beginArrowType':'起点箭头类型','beginArrowSize':_0x2cf781(0x11b),'endArrowType':'终点箭头类型','endArrowSize':_0x2cf781(0x17f),'dashType':{'title':_0x2cf781(0x145),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x2cf781(0x173),'dashDot':_0x2cf781(0x168),'longDash':_0x2cf781(0x152),'longDashDot':_0x2cf781(0x162),'longDashDotDot':_0x2cf781(0x11c)},'capType':{'title':_0x2cf781(0x12a),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x2cf781(0x188),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':'草图样式','none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x2cf781(0x165)},'arrowType':{'none':'无','arrow':'箭头','openArrow':'空心箭头','stealthArrow':'隐形箭头','diamondArrow':_0x2cf781(0x156),'ovalArrow':_0x2cf781(0x121)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x2cf781(0x1a3),'showAll':_0x2cf781(0x179),'hideAll':_0x2cf781(0x10b),'show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x2cf781(0x136),'nameInput':'对象名称','empty':_0x2cf781(0x14d),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x2cf781(0x172),'details':'详情','noSelection':_0x2cf781(0x16d)},'backgroundPanel':{'title':_0x2cf781(0x184),'backgroundGraphics':'背景图形','hideBackgroundGraphics':_0x2cf781(0x17a),'presentationBackground':_0x2cf781(0x119),'presentationBackgroundEmpty':'未设置','presentationBackgroundImages':_0x2cf781(0x19c),'setPresentationBackground':_0x2cf781(0x151),'clearPresentationBackground':'清除','none':_0x2cf781(0x17c),'solid':_0x2cf781(0x17e),'gradient':'渐变填充','image':_0x2cf781(0x196),'pattern':_0x2cf781(0x126),'color':'颜色','transparency':_0x2cf781(0x122),'imageSource':_0x2cf781(0x174),'insertImage':_0x2cf781(0x13c),'fit':_0x2cf781(0x13a),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x2cf781(0x144),'applyToAll':_0x2cf781(0x198),'resetBackground':_0x2cf781(0x19f)},'transitionPanel':{'title':_0x2cf781(0x14c),'effect':'效果','direction':'方向','duration':'持续时间','preview':'预览','applyToAll':_0x2cf781(0x198),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':'从左侧','right':'从右侧','up':_0x2cf781(0x154),'down':_0x2cf781(0x110)}},'contextmenu':{'addPage':_0x2cf781(0x18c),'backgroundPanel':_0x2cf781(0x184),'transitionPanel':_0x2cf781(0x14c),'speakerNotes':'备注','ruler':'标尺','shapePanel':'设置形状格式','flipHorizontal':_0x2cf781(0x11d),'flipVertical':'垂直翻转','group':'组合','ungroup':_0x2cf781(0x12f)},'presentation':{'play':'播放','playFromBeginning':_0x2cf781(0x14b),'playFromCurrent':_0x2cf781(0x178),'playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x2cf781(0x13e),'playDualScreenFromCurrent':_0x2cf781(0x180),'dualScreenUnavailable':'无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','fullscreenPrompt':_0x2cf781(0x163),'presentationEnded':_0x2cf781(0x133),'previous':_0x2cf781(0x134),'next':'下一页','exit':'退出','slideProgress':_0x2cf781(0x195),'speakerNotes':'备注','speakerNotesPlaceholder':_0x2cf781(0x153),'speakerNotesEmpty':_0x2cf781(0x12b),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x2cf781(0x1a4),'subtitle':_0x2cf781(0x11a),'body':'单击此处添加正文','text':_0x2cf781(0x15a),'header':_0x2cf781(0x15e),'footer':_0x2cf781(0x120),'date':_0x2cf781(0x175),'slideNumber':_0x2cf781(0x19e)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x2cf781(0x12d),'backward':'下移一层','front':_0x2cf781(0x150),'back':_0x2cf781(0x183)},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':'X\x20(px)','y':_0x2cf781(0x15c),'width':_0x2cf781(0x129),'height':_0x2cf781(0x17b),'lock':_0x2cf781(0x199)},'crop':{'title':'裁剪','start':_0x2cf781(0x166),'mode':'自由','shape':_0x2cf781(0x169)}}}};function _0x3071(){const _0x58449e=['强调蓝色','插入图片','输入关键词搜索幻灯片名称、文本和对象名称。','长点划线','点击进入全屏','标题幻灯片','手绘效果','开始裁剪','居中对齐','点划线','裁剪为形状','标题1','强调橙色','垂直缩放','选择对象以编辑详情','60HYKKQz','文本框','1497234hQbzgH','蓝色细实线','添加描述','短划线','插入图片来源','日期占位符','调整幻灯片缩略图面板大小','左对齐','从当前幻灯片开始播放','全部显示','隐藏母版/版式图形','高度\x20(px)','无填充','透明文本颜色','纯色填充','终点箭头大小','从当前幻灯片开始双屏播放','外部:左上(大)','11512NpqMXK','置于底层','设置背景格式','873AXwVTq','快捷样式','更改形状','拐角类型','垂直居中','删除线','标题和内容','新建幻灯片','灰色虚线末端箭头','绿色双向箭头','文本样式','719KdlgYC','将图片平铺为纹理','仅标题','线条样式','2105qwHkEK','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','图片填充','无颜色','应用到全部','锁定比例','内边距','底部对齐','张图片','2412CIuIVF','页码占位符','重置背景','段落类型','无线条','7KOhytX','对象列表','单击此处添加标题','未找到匹配结果。','全部隐藏','134ALKodw','顶部对齐','形状中的文字自动换行','增大字号','从下方','黑色细实线','搜索幻灯片和对象','绿色虚线双向箭头','蓝色末端箭头','在下面新增幻灯片','表格大小','外部:右下(小)','文本背景色','演示文稿底图','单击此处添加副标题','起点箭头大小','长双点划线','水平翻转','阴影颜色','水平偏移','页脚占位符','椭圆箭头','透明度','2601360SDsJnM','无阴影','两端对齐','图案填充','随形状旋转','下划线','宽度\x20(px)','线帽类型','暂无备注','衬于文字下方','上移一层','溢出时缩排文字','取消组合','横向文本框','1082790bDKNTv','灰色细虚线','演示已结束','上一页','外部:右下','下移一层','两栏内容','不自动调整','文本颜色','适应方式','图片来源','文件...','选择幻灯片主题','从头开始双屏播放','嵌入型','拐角半径','1571042HTbSLV','删除形状','选择版式','图案设置即将支持。','虚线类型','重置颜色','右对齐','形状样式','标题黑色','水平对齐','从头开始播放','切换动画','暂无对象','灰色细实线','文字方向','置于顶层','设置底图','长划线','点击为当前幻灯片添加备注','从上方','自定义大小','菱形箭头','形状默认样式','自动调整','外部:左下','单击此处添加文本','纵向文本框','Y\x20(px)','蓝色虚线末端箭头','页眉占位符'];_0x3071=function(){return _0x58449e;};return _0x3071();}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x92323e=_0x27d4;(function(_0x25f2de,_0x4439ca){const _0x2c20fd=_0x27d4,_0x480765=_0x25f2de();while(!![]){try{const _0x4e2869=-parseInt(_0x2c20fd(0x1e3))/0x1+-parseInt(_0x2c20fd(0x1ee))/0x2*(parseInt(_0x2c20fd(0x1dd))/0x3)+-parseInt(_0x2c20fd(0x1df))/0x4+-parseInt(_0x2c20fd(0x18a))/0x5+-parseInt(_0x2c20fd(0x17e))/0x6*(parseInt(_0x2c20fd(0x1a2))/0x7)+parseInt(_0x2c20fd(0x1ab))/0x8*(parseInt(_0x2c20fd(0x16e))/0x9)+-parseInt(_0x2c20fd(0x1ce))/0xa*(-parseInt(_0x2c20fd(0x1bf))/0xb);if(_0x4e2869===_0x4439ca)break;else _0x480765['push'](_0x480765['shift']());}catch(_0x9d81ad){_0x480765['push'](_0x480765['shift']());}}}(_0xc442,0x9d2e6));function _0xc442(){const _0x1d4f06=['長虛線-點','按一下以全螢幕','選擇版面配置','藍色虛線末端箭頭','漸層填滿','高度\x20(像素)','選擇物件以編輯詳情','28074430ubNpmi','暫無物件','講者備註','垂直對齊','表格大小','末端箭頭大小','草圖類型','段落類型','佈景主題','線條樣式','標題黑色','註解灰色','文字方塊','標題與內容','圖案預設值','2988KdtJvL','前端箭頭類型','4014184MfvQzo','強調橙色','文字色彩','圖案樣式','1214255JCKEFj','線端類型','綠色雙向箭頭線條','移到最前面','前端箭頭大小','檔案...','刪除線','垂直文字方塊','外部:左上(大)','物件列表','未設定','1642fKEQyp','插入圖片來源','簡報結束','灰色細虛線','快速樣式','靠左上','透明度','垂直翻轉','重置顏色','藍色末端箭頭線條','底部對齊','選擇幻燈片佈景主題','幻燈片編號預留位置','物件名稱','接合類型','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','兩端對齊','下一頁','5597973amsgVm','放大字型','移到最後面','按一下以新增文字','移到最下層','隱藏母片/版面配置圖形','Y\x20位移','縮小字型','藍色細虛線','垂直置中','開放箭頭','文字顏色','最適大小','隨圖案旋轉','背景格式設定','簡報背景','253884kUsvll','橢圓箭頭','插入圖片','更多樣式','新增描述','上移一層','圖樣設定即將推出。','新增幻燈片','+\x20新增幻燈片','文字在後','外部:左下','自訂大小','379540sPxcMP','圖片來源','全部套用','含標題圖片','外部:右下(小)','雙螢幕・從目前開始','靠右上','圖案格式','寬度\x20(像素)','末端箭頭類型','與文字排列','鎖定長寬比','幻燈片','外部:右上','全部顯示','第\x20{current}\x20/\x20{total}\x20張','設定背景','打開形狀面板','搜尋幻燈片與物件','無填滿','圖片填滿','靠右下','下移一層','無陰影','49mTRcyx','重設背景','強調藍色','標題1','內文黑色','Y\x20(像素)','陰影顏色','背景圖形','靠左下','16sMGTMW','按一下新增目前幻燈片的備註','長虛線','頂端對齊','頂部對齊','灰色虛線末端箭頭','文字在前','無講者備註','從目前幻燈片播放','無線條','藍色細實線','僅標題','X\x20位移','按一下以新增標題','移到最上層','底端對齊','按一下以新增副標題','X\x20縮放','X\x20(像素)','刪除形狀','11RgRVjt','外部:右下','水平文字方塊','文字背景色','圖案格式設定','上一頁','旋轉\x20(°)','轉場效果'];_0xc442=function(){return _0x1d4f06;};return _0xc442();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x92323e(0x191),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x92323e(0x1da),'textHorizontal':_0x92323e(0x1c1),'textVertical':_0x92323e(0x1ea),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x92323e(0x1d2),'customSize':_0x92323e(0x189),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x92323e(0x19c),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':'找不到結果。','slidePrefix':_0x92323e(0x196)},'themePicker':{'title':_0x92323e(0x1d6),'caption':_0x92323e(0x1dc),'tooltip':_0x92323e(0x167)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x92323e(0x1d5),'heading1':_0x92323e(0x1a5),'increaseFontSize':_0x92323e(0x16f),'decreaseFontSize':_0x92323e(0x175),'textColor':_0x92323e(0x1e1),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x92323e(0x1c2),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x92323e(0x1e9),'horizontalAlign':'水平對齊','verticalAlign':_0x92323e(0x1d1),'alignLeft':'左對齊','alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':'左右對齊','alignTop':_0x92323e(0x1ae),'alignMiddle':_0x92323e(0x177),'alignBottom':_0x92323e(0x1ba)},'quickStyles':{'tooltip':_0x92323e(0x1f2),'shapeStyles':'圖案樣式','lineStyles':_0x92323e(0x1d7),'textStyles':'文字樣式','more':_0x92323e(0x181),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':'黑色細實線','blueSolid':_0x92323e(0x1b5),'orangeSolid':'橙色細實線','graySolid':'灰色細實線','blueEndArrow':_0x92323e(0x165),'greenTwoWayArrow':_0x92323e(0x1e5),'blackDashed':'黑色細虛線','blueDashed':_0x92323e(0x176),'grayDashed':_0x92323e(0x1f1),'blueDashedEndArrow':_0x92323e(0x1ca),'grayDashedEndArrow':_0x92323e(0x1b0),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':_0x92323e(0x1a6),'titleBlack':_0x92323e(0x1d8),'accentBlue':_0x92323e(0x1a4),'accentOrange':_0x92323e(0x1e0),'noteGray':_0x92323e(0x1d9)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x92323e(0x186),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x92323e(0x1c9),'layouts':{'title':'標題幻燈片','titleAndBody':_0x92323e(0x1db),'sectionHeader':'章節標題','twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':_0x92323e(0x1b6),'pictureWithCaption':_0x92323e(0x18d)}}},'shapePanel':{'title':_0x92323e(0x1c3),'shapeStyle':_0x92323e(0x1e2),'shapePosition':'位置','openPanel':_0x92323e(0x19b),'deleteShape':_0x92323e(0x1be),'toolbar':{'alignLeft':'左對齊','alignCenter':'居中對齊','alignRight':'右對齊','alignJustify':_0x92323e(0x16c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x92323e(0x1e9),'textColor':_0x92323e(0x179),'textBackgroundColor':_0x92323e(0x1c2),'fillColor':'文字背景色','resetColor':_0x92323e(0x1f6)},'align':{'top':_0x92323e(0x1af),'middle':'垂直居中','bottom':_0x92323e(0x166)},'textWrap':{'inline':_0x92323e(0x194),'square':'矩形','topAndBottom':'上及下','behindText':_0x92323e(0x1b1),'inFrontText':_0x92323e(0x187)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x92323e(0x1a8),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x92323e(0x1a1),'shadowPresetCustom':'自訂','shadowTransparency':_0x92323e(0x1f4),'shadowSize':'大小','shadowPreset':{'shdw6':_0x92323e(0x1c0),'shdw5':_0x92323e(0x188),'shdw2':_0x92323e(0x197),'shdw1':'外部:左上','shdw14':_0x92323e(0x18e),'shdw10':_0x92323e(0x1eb)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x92323e(0x1f4),'picture':{'source':_0x92323e(0x18b),'insert':_0x92323e(0x180),'tileAsTexture':'圖片並排作為材質','offsetX':_0x92323e(0x1b7),'offsetY':_0x92323e(0x174),'scaleX':_0x92323e(0x1bc),'scaleY':'Y\x20縮放','alignment':'對齊','rotateWithShape':_0x92323e(0x17b),'align':{'tl':_0x92323e(0x1f3),'t':'靠上','tr':_0x92323e(0x190),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x92323e(0x1aa),'b':'靠下','br':_0x92323e(0x19f)}}},'line':{'title':'線條','noLine':_0x92323e(0x1b4),'solidLine':'實線','color':'色彩','transparency':_0x92323e(0x1f4),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x92323e(0x1de),'beginArrowSize':_0x92323e(0x1e7),'endArrowType':_0x92323e(0x193),'endArrowSize':_0x92323e(0x1d3),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x92323e(0x1ad),'longDashDot':_0x92323e(0x1c7),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x92323e(0x1e4),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x92323e(0x16a),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x92323e(0x1d4),'none':'無','curved':'曲線','freehand':'自由線條','handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x92323e(0x178),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x92323e(0x17f)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x92323e(0x1ec),'showAll':_0x92323e(0x198),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x92323e(0x183),'moveBackward':_0x92323e(0x1a0),'nameInput':_0x92323e(0x169),'empty':_0x92323e(0x1cf),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x92323e(0x182),'details':'詳情','noSelection':_0x92323e(0x1cd)},'backgroundPanel':{'title':_0x92323e(0x17c),'backgroundGraphics':_0x92323e(0x1a9),'hideBackgroundGraphics':_0x92323e(0x173),'presentationBackground':_0x92323e(0x17d),'presentationBackgroundEmpty':_0x92323e(0x1ed),'presentationBackgroundImages':'張圖片','setPresentationBackground':_0x92323e(0x19a),'clearPresentationBackground':'清除','none':_0x92323e(0x19d),'solid':'純色填滿','gradient':_0x92323e(0x1cb),'image':_0x92323e(0x19e),'pattern':'圖樣填滿','color':'色彩','transparency':_0x92323e(0x1f4),'imageSource':_0x92323e(0x1ef),'insertImage':_0x92323e(0x1e8),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x92323e(0x17a),'stretch':'延展','repeat':'並排'},'patternHint':_0x92323e(0x184),'applyToAll':_0x92323e(0x18c),'resetBackground':_0x92323e(0x1a3)},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x92323e(0x18c),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x92323e(0x185),'backgroundPanel':'背景格式設定','transitionPanel':_0x92323e(0x1c6),'speakerNotes':_0x92323e(0x1d0),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':'水平翻轉','flipVertical':_0x92323e(0x1f5),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':'從頭播放','playFromCurrent':_0x92323e(0x1b3),'playDualScreen':'雙螢幕簡報','playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':_0x92323e(0x18f),'dualScreenUnavailable':_0x92323e(0x16b),'fullscreenPrompt':_0x92323e(0x1c8),'presentationEnded':_0x92323e(0x1f0),'previous':_0x92323e(0x1c4),'next':_0x92323e(0x16d),'exit':'結束','slideProgress':_0x92323e(0x199),'speakerNotes':_0x92323e(0x1d0),'speakerNotesPlaceholder':_0x92323e(0x1ac),'speakerNotesEmpty':_0x92323e(0x1b2),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x92323e(0x1b8),'subtitle':_0x92323e(0x1bb),'body':_0x92323e(0x171),'text':'按一下以新增文字','header':'頁首預留位置','footer':'頁尾預留位置','date':'日期預留位置','slideNumber':_0x92323e(0x168)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x92323e(0x1b9),'backward':_0x92323e(0x172),'front':_0x92323e(0x1e6),'back':_0x92323e(0x170)},'transform':{'title':'轉換','rotate':_0x92323e(0x1c5),'x':_0x92323e(0x1bd),'y':_0x92323e(0x1a7),'width':_0x92323e(0x192),'height':_0x92323e(0x1cc),'lock':_0x92323e(0x195)},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':'裁剪為圖案'}}}};function _0x27d4(_0x40414b,_0x40bb77){_0x40414b=_0x40414b-0x165;const _0xc4426f=_0xc442();let _0x27d4aa=_0xc4426f[_0x40414b];return _0x27d4aa;}export{e as default};
|
|
1
|
+
function _0x77b7(_0x15d88f,_0x1eb29d){_0x15d88f=_0x15d88f-0x1d0;const _0xea1b6=_0xea1b();let _0x77b7bd=_0xea1b6[_0x15d88f];return _0x77b7bd;}const _0x48ff6f=_0x77b7;(function(_0x2f3a15,_0x370780){const _0x3ddc83=_0x77b7,_0x3e0351=_0x2f3a15();while(!![]){try{const _0x5c229e=parseInt(_0x3ddc83(0x21b))/0x1*(parseInt(_0x3ddc83(0x22c))/0x2)+-parseInt(_0x3ddc83(0x20a))/0x3*(-parseInt(_0x3ddc83(0x243))/0x4)+-parseInt(_0x3ddc83(0x1e4))/0x5*(parseInt(_0x3ddc83(0x241))/0x6)+parseInt(_0x3ddc83(0x254))/0x7*(parseInt(_0x3ddc83(0x231))/0x8)+parseInt(_0x3ddc83(0x26f))/0x9*(parseInt(_0x3ddc83(0x1dd))/0xa)+parseInt(_0x3ddc83(0x1e7))/0xb*(parseInt(_0x3ddc83(0x1e6))/0xc)+-parseInt(_0x3ddc83(0x1e3))/0xd;if(_0x5c229e===_0x370780)break;else _0x3e0351['push'](_0x3e0351['shift']());}catch(_0x1a164a){_0x3e0351['push'](_0x3e0351['shift']());}}}(_0xea1b,0x69e8f));function _0xea1b(){const _0x3eb0d=['搜尋幻燈片與物件','僅標題','按一下以新增標題','135657WXjQvM','靠右上','雙螢幕・從目前開始','選擇幻燈片佈景主題','圖案樣式','標題1','虛線-點','右對齊','置中對齊','強調橙色','前端箭頭大小','前端箭頭類型','藍色細實線','轉場效果','第\x20{current}\x20/\x20{total}\x20張','重置顏色','線條樣式','1VhpqMA','X\x20縮放','底部對齊','外部:左下','選擇版面配置','文字方塊','透明度','長虛線-點','橙色細實線','長虛線','Y\x20縮放','靠左上','選擇物件以編輯詳情','兩欄內容','背景圖形','插入圖片','頁首預留位置','560122EXOMOi','靠右下','佈景主題','全部隱藏','新增描述','20472giIqpJ','水平文字方塊','與文字排列','居中對齊','標題幻燈片','綠色雙向箭頭線條','自由線條','下一頁','外部:左上(大)','章節標題','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','文字背景色','寬度\x20(像素)','找不到結果。','全部顯示','拐角半徑','6pgcElr','黑色細虛線','16Kmmois','圖案格式設定','綠色虛線雙向箭頭','強調藍色','張圖片','含標題圖片','灰色虛線末端箭頭','幻燈片編號預留位置','簡報背景','透明文字色彩','註解灰色','左對齊','設定背景','講者備註','移到最前面','X\x20位移','上移一層','315dNhlsl','頂部對齊','打開形狀面板','橢圓箭頭','雙螢幕・從頭開始','暫無物件','垂直居中','縮小字型','垂直文字方塊','移到最下層','物件列表','水平對齊','草圖類型','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','外部:左上','不自動調整','漸層填滿','內文黑色','外部:右上','刪除形狀','取消群組','圖片填滿','根據文字調整圖形大小','插入圖片來源','全部套用','藍色細虛線','簡報結束','1399725czBZLd','按一下新增目前幻燈片的備註','灰色細虛線','頂端對齊','Y\x20(像素)','外部:右下(小)','線端類型','物件名稱','從頭播放','文字樣式','圖案格式','圖片並排作為材質','重設背景','按一下以新增副標題','50bInTVl','文字方向','更多樣式','長虛線-點-點','雙螢幕簡報','末端箭頭大小','7389590ibJWZZ','3466065VLtLyY','陰影顏色','36ThKNBf','1253021ysPqlK','靠左下','圖片來源','文字在前','按一下以全螢幕','水平翻轉','溢出時縮排文字','按一下以新增文字','位置與大小','菱形箭頭','灰色細實線','上一頁','刪除線','無講者備註','外部:右下','背景格式設定','圖樣設定即將推出。','圖形中的文字自動換行','鎖定長寬比','垂直翻轉','底端對齊','無陰影','自訂大小','開始裁剪','接合類型','開放箭頭','文字色彩','無填滿','調整投影片縮圖面板大小','無線條','文字顏色','X\x20(像素)'];_0xea1b=function(){return _0x3eb0d;};return _0xea1b();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x48ff6f(0x1d9),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x48ff6f(0x220),'textHorizontal':_0x48ff6f(0x232),'textVertical':_0x48ff6f(0x25c),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':'表格大小','customSize':_0x48ff6f(0x1fd),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x48ff6f(0x207),'noQuery':_0x48ff6f(0x261),'empty':_0x48ff6f(0x23e),'slidePrefix':'幻燈片'},'themePicker':{'title':_0x48ff6f(0x22e),'caption':'圖案預設值','tooltip':_0x48ff6f(0x20d)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':_0x48ff6f(0x20f),'increaseFontSize':'放大字型','decreaseFontSize':_0x48ff6f(0x25b),'textColor':_0x48ff6f(0x201),'transparentTextColor':_0x48ff6f(0x24c),'textBackgroundColor':_0x48ff6f(0x23c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x48ff6f(0x1f3),'horizontalAlign':_0x48ff6f(0x25f),'verticalAlign':'垂直對齊','alignLeft':_0x48ff6f(0x24e),'alignCenter':_0x48ff6f(0x212),'alignRight':'右對齊','alignJustify':'左右對齊','alignTop':_0x48ff6f(0x1d2),'alignMiddle':'垂直置中','alignBottom':_0x48ff6f(0x1fb)},'quickStyles':{'tooltip':'快速樣式','shapeStyles':_0x48ff6f(0x20e),'lineStyles':_0x48ff6f(0x21a),'textStyles':_0x48ff6f(0x1d8),'more':_0x48ff6f(0x1df),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':'黑色細實線','blueSolid':_0x48ff6f(0x216),'orangeSolid':_0x48ff6f(0x223),'graySolid':_0x48ff6f(0x1f1),'blueEndArrow':'藍色末端箭頭線條','greenTwoWayArrow':_0x48ff6f(0x236),'blackDashed':_0x48ff6f(0x242),'blueDashed':_0x48ff6f(0x26d),'grayDashed':_0x48ff6f(0x1d1),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x48ff6f(0x249),'greenDashedTwoWayArrow':_0x48ff6f(0x245)},'text':{'bodyBlack':_0x48ff6f(0x265),'titleBlack':'標題黑色','accentBlue':_0x48ff6f(0x246),'accentOrange':_0x48ff6f(0x213),'noteGray':_0x48ff6f(0x24d)}}},'thumbnailBar':{'resizePanel':_0x48ff6f(0x203),'addSlide':'+\x20新增幻燈片','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x48ff6f(0x21f),'layouts':{'title':_0x48ff6f(0x235),'titleAndBody':'標題與內容','sectionHeader':_0x48ff6f(0x23a),'twoColumns':_0x48ff6f(0x228),'comparison':'比較','blank':'空白','titleOnly':_0x48ff6f(0x208),'pictureWithCaption':_0x48ff6f(0x248)}}},'shapePanel':{'title':_0x48ff6f(0x244),'shapeStyle':'圖案樣式','shapePosition':'位置','openPanel':_0x48ff6f(0x256),'deleteShape':_0x48ff6f(0x267),'toolbar':{'alignLeft':'左對齊','alignCenter':_0x48ff6f(0x234),'alignRight':_0x48ff6f(0x211),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x48ff6f(0x1f3),'textColor':_0x48ff6f(0x205),'textBackgroundColor':_0x48ff6f(0x23c),'fillColor':'文字背景色','resetColor':_0x48ff6f(0x219)},'align':{'top':_0x48ff6f(0x255),'middle':_0x48ff6f(0x25a),'bottom':_0x48ff6f(0x21d)},'textWrap':{'inline':_0x48ff6f(0x233),'square':'矩形','topAndBottom':'上及下','behindText':_0x48ff6f(0x1ea),'inFrontText':'文字在後'},'textBox':{'title':_0x48ff6f(0x220),'textDirection':_0x48ff6f(0x1de),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':_0x48ff6f(0x263),'autoFitShrink':_0x48ff6f(0x1ed),'autoFitResize':_0x48ff6f(0x26a),'wrapText':_0x48ff6f(0x1f8),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x48ff6f(0x1ef),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x48ff6f(0x1e5),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x48ff6f(0x1fc),'shadowPresetCustom':'自訂','shadowTransparency':_0x48ff6f(0x221),'shadowSize':'大小','shadowPreset':{'shdw6':_0x48ff6f(0x1f5),'shdw5':_0x48ff6f(0x21e),'shdw2':_0x48ff6f(0x266),'shdw1':_0x48ff6f(0x262),'shdw14':_0x48ff6f(0x1d4),'shdw10':_0x48ff6f(0x239)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0x48ff6f(0x1e9),'insert':_0x48ff6f(0x22a),'tileAsTexture':_0x48ff6f(0x1da),'offsetX':_0x48ff6f(0x252),'offsetY':'Y\x20位移','scaleX':_0x48ff6f(0x21c),'scaleY':_0x48ff6f(0x225),'alignment':'對齊','rotateWithShape':'隨圖案旋轉','align':{'tl':_0x48ff6f(0x226),'t':'靠上','tr':_0x48ff6f(0x20b),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x48ff6f(0x1e8),'b':'靠下','br':_0x48ff6f(0x22d)}}},'line':{'title':'線條','noLine':_0x48ff6f(0x204),'solidLine':'實線','color':'色彩','transparency':_0x48ff6f(0x221),'width':'寬度','cornerRadius':_0x48ff6f(0x240),'beginArrowType':_0x48ff6f(0x215),'beginArrowSize':_0x48ff6f(0x214),'endArrowType':'末端箭頭類型','endArrowSize':_0x48ff6f(0x1e2),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x48ff6f(0x210),'longDash':_0x48ff6f(0x224),'longDashDot':_0x48ff6f(0x222),'longDashDotDot':_0x48ff6f(0x1e0)},'capType':{'title':_0x48ff6f(0x1d5),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x48ff6f(0x1ff),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x48ff6f(0x260),'none':'無','curved':'曲線','freehand':_0x48ff6f(0x237),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x48ff6f(0x200),'stealthArrow':'隱形箭頭','diamondArrow':_0x48ff6f(0x1f0),'ovalArrow':_0x48ff6f(0x257)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x48ff6f(0x25e),'showAll':_0x48ff6f(0x23f),'hideAll':_0x48ff6f(0x22f),'show':'顯示','hide':'隱藏','moveForward':_0x48ff6f(0x253),'moveBackward':'下移一層','nameInput':_0x48ff6f(0x1d6),'empty':_0x48ff6f(0x259),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x48ff6f(0x230),'details':'詳情','noSelection':_0x48ff6f(0x227)},'backgroundPanel':{'title':'背景格式設定','backgroundGraphics':_0x48ff6f(0x229),'hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':_0x48ff6f(0x24b),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x48ff6f(0x247),'setPresentationBackground':_0x48ff6f(0x24f),'clearPresentationBackground':'清除','none':_0x48ff6f(0x202),'solid':'純色填滿','gradient':_0x48ff6f(0x264),'image':_0x48ff6f(0x269),'pattern':'圖樣填滿','color':'色彩','transparency':_0x48ff6f(0x221),'imageSource':_0x48ff6f(0x26b),'insertImage':'檔案...','fit':'適配','fitOptions':{'cover':'填滿','contain':'最適大小','stretch':'延展','repeat':'並排'},'patternHint':_0x48ff6f(0x1f7),'applyToAll':_0x48ff6f(0x26c),'resetBackground':_0x48ff6f(0x1db)},'transitionPanel':{'title':_0x48ff6f(0x217),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x48ff6f(0x26c),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x48ff6f(0x1f6),'transitionPanel':_0x48ff6f(0x217),'speakerNotes':_0x48ff6f(0x250),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x48ff6f(0x1ec),'flipVertical':_0x48ff6f(0x1fa),'group':'群組','ungroup':_0x48ff6f(0x268)},'presentation':{'play':'播放','playFromBeginning':_0x48ff6f(0x1d7),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x48ff6f(0x1e1),'playDualScreenFromBeginning':_0x48ff6f(0x258),'playDualScreenFromCurrent':_0x48ff6f(0x20c),'dualScreenUnavailable':_0x48ff6f(0x23b),'fullscreenPrompt':_0x48ff6f(0x1eb),'presentationEnded':_0x48ff6f(0x26e),'previous':_0x48ff6f(0x1f2),'next':_0x48ff6f(0x238),'exit':'結束','slideProgress':_0x48ff6f(0x218),'speakerNotes':_0x48ff6f(0x250),'speakerNotesPlaceholder':_0x48ff6f(0x1d0),'speakerNotesEmpty':_0x48ff6f(0x1f4),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x48ff6f(0x209),'subtitle':_0x48ff6f(0x1dc),'body':_0x48ff6f(0x1ee),'text':'按一下以新增文字','header':_0x48ff6f(0x22b),'footer':'頁尾預留位置','date':'日期預留位置','slideNumber':_0x48ff6f(0x24a)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'移到最上層','backward':_0x48ff6f(0x25d),'front':_0x48ff6f(0x251),'back':'移到最後面'},'transform':{'title':'轉換','rotate':'旋轉\x20(°)','x':_0x48ff6f(0x206),'y':_0x48ff6f(0x1d3),'width':_0x48ff6f(0x23d),'height':'高度\x20(像素)','lock':_0x48ff6f(0x1f9)},'crop':{'title':'裁剪','start':_0x48ff6f(0x1fe),'mode':'自由','shape':'裁剪為圖案'}}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x580a(_0x177596,_0x33161c){_0x177596=_0x177596-0xba;const _0x494e61=_0x494e();let _0x580aa3=_0x494e61[_0x177596];return _0x580aa3;}const _0x20067f=_0x580a;(function(_0x439f79,_0x49e1b9){const _0x533361=_0x580a,_0x5725fc=_0x439f79();while(!![]){try{const _0x59a880=parseInt(_0x533361(0xf7))/0x1*(-parseInt(_0x533361(0x11a))/0x2)+parseInt(_0x533361(0x12d))/0x3+-parseInt(_0x533361(0x135))/0x4*(-parseInt(_0x533361(0x12e))/0x5)+-parseInt(_0x533361(0xd6))/0x6+parseInt(_0x533361(0x104))/0x7*(parseInt(_0x533361(0xf1))/0x8)+parseInt(_0x533361(0x109))/0x9*(parseInt(_0x533361(0xe0))/0xa)+-parseInt(_0x533361(0xc8))/0xb;if(_0x59a880===_0x49e1b9)break;else _0x5725fc['push'](_0x5725fc['shift']());}catch(_0x5107c0){_0x5725fc['push'](_0x5725fc['shift']());}}}(_0x494e,0x3311f));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x20067f(0x111),'changeShape':_0x20067f(0xeb)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x20067f(0x114),'textVertical':_0x20067f(0x142),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x20067f(0x148),'customSize':_0x20067f(0x118),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':'搜尋投影片和物件','noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':_0x20067f(0x110),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x20067f(0x12f),'tooltip':_0x20067f(0x103)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x20067f(0xc1),'heading1':_0x20067f(0xef),'increaseFontSize':_0x20067f(0xd4),'decreaseFontSize':_0x20067f(0x107),'textColor':'文字色彩','transparentTextColor':_0x20067f(0xd9),'textBackgroundColor':_0x20067f(0xc0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x20067f(0xcb),'horizontalAlign':'水平對齊','verticalAlign':_0x20067f(0xfd),'alignLeft':_0x20067f(0xd5),'alignCenter':_0x20067f(0x10f),'alignRight':_0x20067f(0x150),'alignJustify':_0x20067f(0x10c),'alignTop':_0x20067f(0xc3),'alignMiddle':_0x20067f(0xde),'alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x20067f(0x13b),'shapeStyles':_0x20067f(0xf9),'lineStyles':_0x20067f(0xe9),'textStyles':'文字樣式','more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x20067f(0x141),'blueSolid':_0x20067f(0x105),'orangeSolid':_0x20067f(0x12c),'graySolid':_0x20067f(0x14e),'blueEndArrow':_0x20067f(0xc4),'greenTwoWayArrow':_0x20067f(0x12b),'blackDashed':_0x20067f(0x140),'blueDashed':_0x20067f(0x101),'grayDashed':_0x20067f(0x138),'blueDashedEndArrow':_0x20067f(0xf3),'grayDashedEndArrow':_0x20067f(0x123),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':'正文黑色','titleBlack':_0x20067f(0x125),'accentBlue':_0x20067f(0x145),'accentOrange':'強調橙色','noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x20067f(0xff),'addSlide':'+\x20新增','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':_0x20067f(0xdb),'titleAndBody':_0x20067f(0x119),'sectionHeader':_0x20067f(0xbd),'twoColumns':_0x20067f(0x13f),'comparison':'比較','blank':'空白','titleOnly':_0x20067f(0x132),'pictureWithCaption':'圖片與標題'}}},'shapePanel':{'title':_0x20067f(0x13d),'shapeStyle':_0x20067f(0xbb),'shapePosition':'位置','openPanel':_0x20067f(0x10d),'deleteShape':_0x20067f(0x122),'toolbar':{'alignLeft':_0x20067f(0xd5),'alignCenter':_0x20067f(0x102),'alignRight':'右對齊','alignJustify':_0x20067f(0x11e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x20067f(0xcb),'textColor':_0x20067f(0xd2),'textBackgroundColor':'文字背景色','fillColor':_0x20067f(0xc0),'resetColor':_0x20067f(0xc7)},'align':{'top':_0x20067f(0xc5),'middle':_0x20067f(0x124),'bottom':_0x20067f(0x14d)},'textWrap':{'inline':_0x20067f(0xe8),'square':'矩形','topAndBottom':'上及下','behindText':_0x20067f(0x120),'inFrontText':'文字在後'},'position':{'title':_0x20067f(0xe7),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x20067f(0x112),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x20067f(0x152),'shdw5':_0x20067f(0xf6),'shdw2':'外部:右上','shdw1':'外部:左上','shdw14':_0x20067f(0xe3),'shdw10':_0x20067f(0x115)}},'fill':{'title':'填滿','noFill':_0x20067f(0xed),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x20067f(0x10b),'picture':{'source':_0x20067f(0x10a),'insert':_0x20067f(0xd0),'tileAsTexture':_0x20067f(0xf4),'offsetX':_0x20067f(0x11d),'offsetY':_0x20067f(0xee),'scaleX':_0x20067f(0x147),'scaleY':_0x20067f(0xd7),'alignment':'對齊','rotateWithShape':'隨圖形旋轉','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x20067f(0x108),'solidLine':'實線','color':'色彩','transparency':_0x20067f(0x10b),'width':'寬度','cornerRadius':_0x20067f(0xe1),'beginArrowType':_0x20067f(0xbc),'beginArrowSize':_0x20067f(0xc2),'endArrowType':'終點箭頭類型','endArrowSize':_0x20067f(0x136),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x20067f(0x126),'dashDot':_0x20067f(0x127),'longDash':_0x20067f(0x144),'longDashDot':_0x20067f(0xcf),'longDashDotDot':_0x20067f(0xf5)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x20067f(0xba),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x20067f(0xf2),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x20067f(0x13a)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x20067f(0xdd),'stealthArrow':_0x20067f(0x116),'diamondArrow':'菱形箭頭','ovalArrow':_0x20067f(0xca)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x20067f(0xd1),'showAll':_0x20067f(0x146),'hideAll':_0x20067f(0x100),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x20067f(0x10e),'nameInput':_0x20067f(0xd8),'empty':_0x20067f(0x13c),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x20067f(0xda),'details':_0x20067f(0xe5),'noSelection':_0x20067f(0x113)},'backgroundPanel':{'title':'設定背景格式','backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x20067f(0x14f),'presentationBackground':_0x20067f(0xd3),'presentationBackgroundEmpty':_0x20067f(0xe2),'presentationBackgroundImages':'張圖片','setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x20067f(0x14a),'solid':'實心填滿','gradient':_0x20067f(0x128),'image':'圖片填滿','pattern':_0x20067f(0xbe),'color':'色彩','transparency':'透明度','imageSource':'插入圖片來源','insertImage':'檔案...','fit':_0x20067f(0x14c),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x20067f(0xfa),'applyToAll':_0x20067f(0xe4),'resetBackground':_0x20067f(0xcc)},'transitionPanel':{'title':_0x20067f(0x11b),'effect':'效果','direction':'方向','duration':_0x20067f(0x12a),'preview':'預覽','applyToAll':_0x20067f(0xe4),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':'從右側','up':'從上方','down':_0x20067f(0x11f)}},'contextmenu':{'addPage':'新增投影片','backgroundPanel':_0x20067f(0xe6),'transitionPanel':'切換動畫','speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x20067f(0xf8),'flipVertical':_0x20067f(0x130),'group':'群組','ungroup':_0x20067f(0x143)},'presentation':{'play':'播放','playFromBeginning':_0x20067f(0xc9),'playFromCurrent':'從目前投影片開始播放','playDualScreen':_0x20067f(0xcd),'playDualScreenFromBeginning':_0x20067f(0x137),'playDualScreenFromCurrent':'從目前投影片開始雙螢幕播放','dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x20067f(0xfb),'presentationEnded':'簡報已結束','previous':_0x20067f(0xfe),'next':_0x20067f(0xce),'exit':'結束','slideProgress':_0x20067f(0x121),'speakerNotes':'備註','speakerNotesPlaceholder':_0x20067f(0xbf),'speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x20067f(0xec),'subtitle':_0x20067f(0x151),'body':_0x20067f(0x139),'text':_0x20067f(0xc6),'header':_0x20067f(0x149),'footer':_0x20067f(0xfc),'date':_0x20067f(0xdc),'slideNumber':_0x20067f(0x134)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x20067f(0xf0),'backward':_0x20067f(0x10e),'front':_0x20067f(0x129),'back':_0x20067f(0x106)},'transform':{'title':'變換','rotate':_0x20067f(0x133),'x':_0x20067f(0x11c),'y':_0x20067f(0xdf),'width':_0x20067f(0x131),'height':_0x20067f(0x14b),'lock':_0x20067f(0x13e)},'crop':{'title':'裁剪','start':_0x20067f(0x117),'mode':'自由','shape':_0x20067f(0xea)}}}};export{e as default};function _0x494e(){const _0x10ea8f=['圖案填滿','點擊為目前簡報新增備註','文字背景色','段落類型','起點箭頭大小','頂端對齊','藍色終點箭頭','頂部對齊','單擊此處添加文本','重置顏色','1474099cJPVdU','從頭開始播放','橢圓箭頭','刪除線','重設背景','雙螢幕播放','下一頁','長點劃線','插入圖片','物件列表','文字顏色','簡報底圖','放大字型','左對齊','75324MKNAnK','垂直縮放','物件名稱','透明文字色彩','新增描述','標題投影片','日期占位符','空心箭頭','垂直置中','Y\x20(px)','230gRCNRZ','拐角半徑','未設定','外部:右下(小)','套用到全部','詳細資料','設定背景格式','位置與大小','與文字排列','線條樣式','裁剪為形狀','變更圖形','單擊此處添加標題','無顏色','垂直位移','標題1','上移一層','268184gTmDPt','手繪樣式','藍色虛線終點箭頭','將圖片平鋪為紋理','長雙點劃線','外部:左下','151HHkotk','水平翻轉','形狀樣式','圖案設定即將支援。','點擊進入全螢幕','頁腳占位符','垂直對齊','上一頁','調整投影片縮圖面板大小','全部隱藏','藍色細虛線','居中對齊','選擇投影片主題','7bwkOIZ','藍色細實線','置於底層','縮小字型','無線條','13599fgKJiV','圖片來源','透明度','左右對齊','打開形狀面板','下移一層','置中對齊','找不到符合的結果。','圖形格式','陰影顏色','選取物件以編輯詳細資料','橫向文字方塊','外部:左上(大)','隱形箭頭','開始裁剪','自訂大小','標題與內容','3976ATCjBW','切換動畫','X\x20(px)','水平位移','兩端對齊','從下方','文字在前','第\x20{current}\x20張簡報,共\x20{total}\x20張','刪除形狀','灰色虛線終點箭頭','垂直居中','標題黑色','短虛線','點劃線','漸層填滿','置於頂層','持續時間','綠色雙向箭頭','橙色細實線','1230546jvLzkr','5hnrgxs','形狀預設樣式','垂直翻轉','寬度\x20(px)','僅標題','旋轉\x20(°)','頁碼占位符','709904nkTRdH','終點箭頭大小','從頭開始雙螢幕播放','灰色細虛線','單擊此處添加正文','手繪效果','快捷樣式','暫無物件','設定圖形格式','鎖定比例','兩欄內容','黑色細虛線','黑色細實線','直向文字方塊','取消群組','長虛線','強調藍色','全部顯示','水平縮放','表格大小','頁眉占位符','無填滿','高度\x20(px)','適應方式','底部對齊','灰色細實線','隱藏母片/版面配置圖形','右對齊','單擊此處添加副標題','外部:右下','接合類型','圖形樣式','起點箭頭類型','節標題'];_0x494e=function(){return _0x10ea8f;};return _0x494e();}
|
|
1
|
+
const _0xf8111a=_0xcbbd;(function(_0x42fa79,_0x570351){const _0x4d377b=_0xcbbd,_0x544279=_0x42fa79();while(!![]){try{const _0x561060=-parseInt(_0x4d377b(0x1c3))/0x1+-parseInt(_0x4d377b(0x152))/0x2*(-parseInt(_0x4d377b(0x1df))/0x3)+parseInt(_0x4d377b(0x1ae))/0x4+parseInt(_0x4d377b(0x17b))/0x5*(parseInt(_0x4d377b(0x199))/0x6)+parseInt(_0x4d377b(0x1ce))/0x7+-parseInt(_0x4d377b(0x1cf))/0x8+parseInt(_0x4d377b(0x191))/0x9;if(_0x561060===_0x570351)break;else _0x544279['push'](_0x544279['shift']());}catch(_0x1ce988){_0x544279['push'](_0x544279['shift']());}}}(_0x58e4,0xc6ed7));function _0x58e4(){const _0x14fe5c=['將圖片平鋪為紋理','單擊此處添加標題','刪除形狀','張圖片','文字在後','刪除線','放大字型','透明度','註解灰色','從目前投影片開始播放','強調藍色','線條樣式','新增描述','文字在前','外部:左下','文字背景色','從上方','隱形箭頭','設定底圖','文字方塊','自動調整','773225Zjbdtg','隱藏母片/版面配置圖形','形狀樣式','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','節標題','開始裁剪','底部對齊','直向文字方塊','外部:右下','設定圖形格式','圖形樣式','適應方式','頁眉占位符','上移一層','外部:左上(大)','選取物件以編輯詳細資料','起點箭頭大小','強調橙色','垂直置中','標題與內容','設定背景格式','從頭開始播放','3320334qcNiHL','水平對齊','居中對齊','下一頁','檔案...','菱形箭頭','物件名稱','文字色彩','12stQVOW','長虛線','橫向文字方塊','藍色細虛線','長點劃線','實心填滿','縮小字型','左右對齊','置於頂層','選擇版面配置','外部:右下(小)','形狀預設樣式','更多樣式','圖片填滿','頁碼占位符','水平縮放','無陰影','短虛線','水平翻轉','圖片與標題','快捷樣式','1729972eqmzaf','無填滿','根據文字調整圖形大小','置中對齊','底端對齊','文字方向','文字顏色','X\x20(px)','套用到全部','圖形格式','切換動畫','長雙點劃線','圖片來源','鎖定比例','垂直居中','圖案設定即將支援。','背景圖形','手繪樣式','端點類型','左對齊','從頭開始雙螢幕播放','68405dmxTkF','起點箭頭類型','全部隱藏','插入圖片','點劃線','外部:左上','+\x20新增','雙螢幕播放','文字樣式','搜尋投影片和物件','表格大小','2521022iFyJmu','5146752ZxQucx','從右側','橢圓箭頭','藍色虛線終點箭頭','上及下','無顏色','透明文字色彩','圖案填滿','外部:右上','頂部對齊','隨圖形旋轉','單擊此處添加副標題','垂直位移','插入圖片來源','選擇投影片主題','接合類型','27QrzCVX','標題1','暫無物件','垂直對齊','12378TEzbct','與文字排列','置於底層','黑色細虛線','無線條','垂直翻轉','藍色細實線','綠色虛線雙向箭頭','手繪效果','未設定','新增投影片','頂端對齊','日期占位符','調整投影片縮圖面板大小','詳細資料','打開形狀面板','下移一層','位置與大小','右對齊','黑色細實線'];_0x58e4=function(){return _0x14fe5c;};return _0x58e4();}function _0xcbbd(_0x19afe6,_0x3b3ca0){_0x19afe6=_0x19afe6-0x151;const _0x58e443=_0x58e4();let _0xcbbd22=_0x58e443[_0x19afe6];return _0xcbbd22;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0xf8111a(0x1b7),'changeShape':'變更圖形'},'insertToolbar':{'search':'搜尋','text':_0xf8111a(0x179),'textHorizontal':_0xf8111a(0x19b),'textVertical':_0xf8111a(0x182),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0xf8111a(0x1cd),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0xf8111a(0x1cc),'noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':'找不到符合的結果。','slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0xf8111a(0x1a4),'tooltip':_0xf8111a(0x1dd)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':_0xf8111a(0x1e0),'increaseFontSize':_0xf8111a(0x16c),'decreaseFontSize':_0xf8111a(0x19f),'textColor':_0xf8111a(0x198),'transparentTextColor':_0xf8111a(0x1d5),'textBackgroundColor':_0xf8111a(0x175),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','horizontalAlign':_0xf8111a(0x192),'verticalAlign':_0xf8111a(0x151),'alignLeft':_0xf8111a(0x1c1),'alignCenter':_0xf8111a(0x1b1),'alignRight':_0xf8111a(0x164),'alignJustify':_0xf8111a(0x1a0),'alignTop':_0xf8111a(0x15d),'alignMiddle':_0xf8111a(0x18d),'alignBottom':_0xf8111a(0x1b2)},'quickStyles':{'tooltip':_0xf8111a(0x1ad),'shapeStyles':_0xf8111a(0x17d),'lineStyles':_0xf8111a(0x171),'textStyles':_0xf8111a(0x1cb),'more':_0xf8111a(0x1a5),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0xf8111a(0x165),'blueSolid':_0xf8111a(0x158),'orangeSolid':'橙色細實線','graySolid':'灰色細實線','blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':'綠色雙向箭頭','blackDashed':_0xf8111a(0x155),'blueDashed':_0xf8111a(0x19c),'grayDashed':'灰色細虛線','blueDashedEndArrow':_0xf8111a(0x1d2),'grayDashedEndArrow':'灰色虛線終點箭頭','greenDashedTwoWayArrow':_0xf8111a(0x159)},'text':{'bodyBlack':'正文黑色','titleBlack':'標題黑色','accentBlue':_0xf8111a(0x170),'accentOrange':_0xf8111a(0x18c),'noteGray':_0xf8111a(0x16e)}}},'thumbnailBar':{'resizePanel':_0xf8111a(0x15f),'addSlide':_0xf8111a(0x1c9),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0xf8111a(0x1a2),'layouts':{'title':'標題投影片','titleAndBody':_0xf8111a(0x18e),'sectionHeader':_0xf8111a(0x17f),'twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0xf8111a(0x1ac)}}},'shapePanel':{'title':_0xf8111a(0x184),'shapeStyle':_0xf8111a(0x185),'shapePosition':'位置','openPanel':_0xf8111a(0x161),'deleteShape':_0xf8111a(0x168),'toolbar':{'alignLeft':_0xf8111a(0x1c1),'alignCenter':_0xf8111a(0x193),'alignRight':_0xf8111a(0x164),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0xf8111a(0x16b),'textColor':_0xf8111a(0x1b4),'textBackgroundColor':_0xf8111a(0x175),'fillColor':_0xf8111a(0x175),'resetColor':'重置顏色'},'align':{'top':_0xf8111a(0x1d8),'middle':_0xf8111a(0x1bc),'bottom':_0xf8111a(0x181)},'textWrap':{'inline':_0xf8111a(0x153),'square':'矩形','topAndBottom':_0xf8111a(0x1d3),'behindText':_0xf8111a(0x173),'inFrontText':_0xf8111a(0x16a)},'textBox':{'title':_0xf8111a(0x179),'textDirection':_0xf8111a(0x1b3),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0xf8111a(0x17a),'autoFitNone':'不自動調整','autoFitShrink':'溢出時縮排文字','autoFitResize':_0xf8111a(0x1b0),'wrapText':'圖形中的文字自動換行','padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0xf8111a(0x163),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0xf8111a(0x1a9),'shadowPresetCustom':'自訂','shadowTransparency':_0xf8111a(0x16d),'shadowSize':'大小','shadowPreset':{'shdw6':_0xf8111a(0x183),'shdw5':_0xf8111a(0x174),'shdw2':_0xf8111a(0x1d7),'shdw1':_0xf8111a(0x1c8),'shdw14':_0xf8111a(0x1a3),'shdw10':_0xf8111a(0x189)}},'fill':{'title':'填滿','noFill':_0xf8111a(0x1d4),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':_0xf8111a(0x1ba),'insert':_0xf8111a(0x1c6),'tileAsTexture':_0xf8111a(0x166),'offsetX':'水平位移','offsetY':_0xf8111a(0x1db),'scaleX':_0xf8111a(0x1a8),'scaleY':'垂直縮放','alignment':'對齊','rotateWithShape':_0xf8111a(0x1d9),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0xf8111a(0x156),'solidLine':'實線','color':'色彩','transparency':_0xf8111a(0x16d),'width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0xf8111a(0x1c4),'beginArrowSize':_0xf8111a(0x18b),'endArrowType':'終點箭頭類型','endArrowSize':'終點箭頭大小','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0xf8111a(0x1aa),'dashDot':_0xf8111a(0x1c7),'longDash':_0xf8111a(0x19a),'longDashDot':_0xf8111a(0x19d),'longDashDotDot':_0xf8111a(0x1b9)},'capType':{'title':_0xf8111a(0x1c0),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0xf8111a(0x1de),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0xf8111a(0x1bf),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0xf8111a(0x15a)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'空心箭頭','stealthArrow':_0xf8111a(0x177),'diamondArrow':_0xf8111a(0x196),'ovalArrow':_0xf8111a(0x1d1)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'物件列表','showAll':'全部顯示','hideAll':_0xf8111a(0x1c5),'show':'顯示','hide':'隱藏','moveForward':_0xf8111a(0x188),'moveBackward':_0xf8111a(0x162),'nameInput':_0xf8111a(0x197),'empty':_0xf8111a(0x1e1),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0xf8111a(0x172),'details':_0xf8111a(0x160),'noSelection':_0xf8111a(0x18a)},'backgroundPanel':{'title':_0xf8111a(0x18f),'backgroundGraphics':_0xf8111a(0x1be),'hideBackgroundGraphics':_0xf8111a(0x17c),'presentationBackground':'簡報底圖','presentationBackgroundEmpty':_0xf8111a(0x15b),'presentationBackgroundImages':_0xf8111a(0x169),'setPresentationBackground':_0xf8111a(0x178),'clearPresentationBackground':'清除','none':_0xf8111a(0x1af),'solid':_0xf8111a(0x19e),'gradient':'漸層填滿','image':_0xf8111a(0x1a6),'pattern':_0xf8111a(0x1d6),'color':'色彩','transparency':_0xf8111a(0x16d),'imageSource':_0xf8111a(0x1dc),'insertImage':_0xf8111a(0x195),'fit':_0xf8111a(0x186),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0xf8111a(0x1bd),'applyToAll':_0xf8111a(0x1b6),'resetBackground':'重設背景'},'transitionPanel':{'title':'切換動畫','effect':'效果','direction':'方向','duration':'持續時間','preview':'預覽','applyToAll':_0xf8111a(0x1b6),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':_0xf8111a(0x1d0),'up':_0xf8111a(0x176),'down':'從下方'}},'contextmenu':{'addPage':_0xf8111a(0x15c),'backgroundPanel':_0xf8111a(0x18f),'transitionPanel':_0xf8111a(0x1b8),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0xf8111a(0x184),'flipHorizontal':_0xf8111a(0x1ab),'flipVertical':_0xf8111a(0x157),'group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0xf8111a(0x190),'playFromCurrent':_0xf8111a(0x16f),'playDualScreen':_0xf8111a(0x1ca),'playDualScreenFromBeginning':_0xf8111a(0x1c2),'playDualScreenFromCurrent':'從目前投影片開始雙螢幕播放','dualScreenUnavailable':_0xf8111a(0x17e),'fullscreenPrompt':'點擊進入全螢幕','presentationEnded':'簡報已結束','previous':'上一頁','next':_0xf8111a(0x194),'exit':'結束','slideProgress':'第\x20{current}\x20張簡報,共\x20{total}\x20張','speakerNotes':'備註','speakerNotesPlaceholder':'點擊為目前簡報新增備註','speakerNotesEmpty':'暫無備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0xf8111a(0x167),'subtitle':_0xf8111a(0x1da),'body':'單擊此處添加正文','text':'單擊此處添加文本','header':_0xf8111a(0x187),'footer':'頁腳占位符','date':_0xf8111a(0x15e),'slideNumber':_0xf8111a(0x1a7)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0xf8111a(0x188),'backward':_0xf8111a(0x162),'front':_0xf8111a(0x1a1),'back':_0xf8111a(0x154)},'transform':{'title':'變換','rotate':'旋轉\x20(°)','x':_0xf8111a(0x1b5),'y':'Y\x20(px)','width':'寬度\x20(px)','height':'高度\x20(px)','lock':_0xf8111a(0x1bb)},'crop':{'title':'裁剪','start':_0xf8111a(0x180),'mode':'自由','shape':'裁剪為形狀'}}}};export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -70,6 +70,10 @@
|
|
|
70
70
|
bottom: 1.5rem;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
.univer-bottom-\[22px\] {
|
|
74
|
+
bottom: 22px;
|
|
75
|
+
}
|
|
76
|
+
|
|
73
77
|
.univer-left-0 {
|
|
74
78
|
left: 0;
|
|
75
79
|
}
|
|
@@ -86,10 +90,18 @@
|
|
|
86
90
|
left: .5rem;
|
|
87
91
|
}
|
|
88
92
|
|
|
93
|
+
.univer-left-3 {
|
|
94
|
+
left: .75rem;
|
|
95
|
+
}
|
|
96
|
+
|
|
89
97
|
.univer-right-0 {
|
|
90
98
|
right: 0;
|
|
91
99
|
}
|
|
92
100
|
|
|
101
|
+
.univer-right-3 {
|
|
102
|
+
right: .75rem;
|
|
103
|
+
}
|
|
104
|
+
|
|
93
105
|
.univer-top-0 {
|
|
94
106
|
top: 0;
|
|
95
107
|
}
|
|
@@ -98,6 +110,10 @@
|
|
|
98
110
|
top: .25rem;
|
|
99
111
|
}
|
|
100
112
|
|
|
113
|
+
.univer-top-2 {
|
|
114
|
+
top: .5rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
101
117
|
.univer-top-\[calc\(100\%\+6px\)\] {
|
|
102
118
|
top: calc(100% + 6px);
|
|
103
119
|
}
|
|
@@ -114,10 +130,6 @@
|
|
|
114
130
|
z-index: 20;
|
|
115
131
|
}
|
|
116
132
|
|
|
117
|
-
.univer-z-30 {
|
|
118
|
-
z-index: 30;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
133
|
.univer-z-\[1000\] {
|
|
122
134
|
z-index: 1000;
|
|
123
135
|
}
|
|
@@ -146,16 +158,6 @@
|
|
|
146
158
|
grid-column: span 2 / span 2;
|
|
147
159
|
}
|
|
148
160
|
|
|
149
|
-
.univer-mx-0\.5 {
|
|
150
|
-
margin-left: .125rem;
|
|
151
|
-
margin-right: .125rem;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.univer-mx-1 {
|
|
155
|
-
margin-left: .25rem;
|
|
156
|
-
margin-right: .25rem;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
161
|
.univer-mx-auto {
|
|
160
162
|
margin-left: auto;
|
|
161
163
|
margin-right: auto;
|
|
@@ -166,11 +168,6 @@
|
|
|
166
168
|
margin-bottom: .375rem;
|
|
167
169
|
}
|
|
168
170
|
|
|
169
|
-
.univer-my-4 {
|
|
170
|
-
margin-top: 1rem;
|
|
171
|
-
margin-bottom: 1rem;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
171
|
.univer-mb-0\.5 {
|
|
175
172
|
margin-bottom: .125rem;
|
|
176
173
|
}
|
|
@@ -327,10 +324,6 @@
|
|
|
327
324
|
height: 7rem;
|
|
328
325
|
}
|
|
329
326
|
|
|
330
|
-
.univer-h-5 {
|
|
331
|
-
height: 1.25rem;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
327
|
.univer-h-6 {
|
|
335
328
|
height: 1.5rem;
|
|
336
329
|
}
|
|
@@ -355,6 +348,10 @@
|
|
|
355
348
|
min-height: 0;
|
|
356
349
|
}
|
|
357
350
|
|
|
351
|
+
.univer-min-h-2 {
|
|
352
|
+
min-height: .5rem;
|
|
353
|
+
}
|
|
354
|
+
|
|
358
355
|
.univer-min-h-40 {
|
|
359
356
|
min-height: 10rem;
|
|
360
357
|
}
|
|
@@ -403,6 +400,10 @@
|
|
|
403
400
|
width: 154px;
|
|
404
401
|
}
|
|
405
402
|
|
|
403
|
+
.univer-w-\[18px\] {
|
|
404
|
+
width: 18px;
|
|
405
|
+
}
|
|
406
|
+
|
|
406
407
|
.univer-w-\[300px\] {
|
|
407
408
|
width: 300px;
|
|
408
409
|
}
|
|
@@ -435,10 +436,6 @@
|
|
|
435
436
|
width: max-content;
|
|
436
437
|
}
|
|
437
438
|
|
|
438
|
-
.univer-w-px {
|
|
439
|
-
width: 1px;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
439
|
.\!univer-min-w-10 {
|
|
443
440
|
min-width: 2.5rem !important;
|
|
444
441
|
}
|
|
@@ -497,10 +494,6 @@
|
|
|
497
494
|
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
498
495
|
}
|
|
499
496
|
|
|
500
|
-
.univer-transform-none {
|
|
501
|
-
transform: none;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
497
|
.univer-cursor-col-resize {
|
|
505
498
|
cursor: col-resize;
|
|
506
499
|
}
|
|
@@ -651,10 +644,6 @@
|
|
|
651
644
|
border-radius: .25rem;
|
|
652
645
|
}
|
|
653
646
|
|
|
654
|
-
.univer-rounded-\[1px\] {
|
|
655
|
-
border-radius: 1px;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
647
|
.univer-rounded-full {
|
|
659
648
|
border-radius: 9999px;
|
|
660
649
|
}
|
|
@@ -805,12 +794,6 @@
|
|
|
805
794
|
background-color: rgba(241, 245, 249, var(--univer-tw-bg-opacity, 1));
|
|
806
795
|
}
|
|
807
796
|
|
|
808
|
-
.univer-bg-slate-200 {
|
|
809
|
-
--univer-tw-bg-opacity: 1;
|
|
810
|
-
background-color: #e2e8f0;
|
|
811
|
-
background-color: rgba(226, 232, 240, var(--univer-tw-bg-opacity, 1));
|
|
812
|
-
}
|
|
813
|
-
|
|
814
797
|
.univer-bg-transparent {
|
|
815
798
|
background-color: #0000;
|
|
816
799
|
}
|
|
@@ -1323,14 +1306,6 @@
|
|
|
1323
1306
|
border-left-color: var(--univer-gray-600) !important;
|
|
1324
1307
|
}
|
|
1325
1308
|
|
|
1326
|
-
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
1327
|
-
background-color: var(--univer-gray-600) !important;
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
1331
|
-
background-color: var(--univer-gray-700) !important;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
1309
|
.dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
|
|
1335
1310
|
background-color: var(--univer-gray-800) !important;
|
|
1336
1311
|
}
|
|
@@ -1428,7 +1403,3 @@
|
|
|
1428
1403
|
.\[\&\>div\]\:univer-gap-1 > div {
|
|
1429
1404
|
gap: .25rem;
|
|
1430
1405
|
}
|
|
1431
|
-
|
|
1432
|
-
.\[\&_\[data-u-comp\=slide-insert-toolbar\]\]\:\!univer-hidden [data-u-comp="slide-insert-toolbar"] {
|
|
1433
|
-
display: none !important;
|
|
1434
|
-
}
|