@univerjs-pro/slides-ui 1.0.0-alpha.7 → 1.0.0-alpha.8
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 +0 -4
- 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/commands/operations/shortcut.operation.d.ts +6 -0
- package/lib/types/components/canvas-view/CanvasView.d.ts +38 -2
- package/lib/types/controllers/page-size.util.d.ts +27 -0
- package/lib/types/controllers/slide-render.controller.d.ts +2 -2
- package/lib/types/controllers/slide-shape-adjust.controller.d.ts +1 -1
- package/lib/types/embed-focus-owner.d.ts +1 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -4
- package/lib/types/render-objects/slide-table-object.d.ts +1 -1
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +1 -0
- package/lib/types/services/slide-embed-integration.service.d.ts +2 -0
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +0 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +17 -17
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +0 -4
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5f11a2=_0x3cfb;(function(_0x64dc9,_0x4e2ffc){const _0x30b6a4=_0x3cfb,_0xdbab0e=_0x64dc9();while(!![]){try{const _0x438ebd=-parseInt(_0x30b6a4(0x19e))/0x1+-parseInt(_0x30b6a4(0x169))/0x2*(-parseInt(_0x30b6a4(0x143))/0x3)+-parseInt(_0x30b6a4(0x134))/0x4*(-parseInt(_0x30b6a4(0xe4))/0x5)+parseInt(_0x30b6a4(0xd0))/0x6+parseInt(_0x30b6a4(0x18c))/0x7*(parseInt(_0x30b6a4(0x105))/0x8)+parseInt(_0x30b6a4(0x119))/0x9*(parseInt(_0x30b6a4(0x100))/0xa)+-parseInt(_0x30b6a4(0x11e))/0xb*(parseInt(_0x30b6a4(0x14e))/0xc);if(_0x438ebd===_0x4e2ffc)break;else _0xdbab0e['push'](_0xdbab0e['shift']());}catch(_0x34614b){_0xdbab0e['push'](_0xdbab0e['shift']());}}}(_0x5e87,0x3060b));function _0x5e87(){const _0x669775=['Xóa','Kích\x20thước','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Chấm\x20vuông','Chèn\x20hình\x20ảnh','Khoảng\x20cách','Đường\x20liền\x20mảnh\x20màu\x20xám','Hiển\x20thị','Màu\x20nền\x20chữ','Biểu\x20tượng\x20cảm\x20xúc','Đường\x20liền\x20nét','Vừa\x20khung','Cắt\x20theo\x20hình\x20dạng','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Độ\x20trong\x20suốt','77bDBVAu','Không\x20có\x20bóng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Ký\x20hiệu','Màu\x20chữ\x20trong\x20suốt','Kích\x20thước\x20trang\x20chiếu','H??ng\x20v?n\x20b?n','Biểu\x20đồ','Kiểu\x20hình\x20dạng','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Tô\x20màu\x20đơn\x20sắc','Thêm\x20mô\x20tả','Tô\x20màu\x20chuyển\x20sắc','Căn\x20giữa','Đặt\x20nền','Độ\x20dịch\x20X','Nhấn\x20mạnh\x20xanh\x20dương','hình\x20ảnh','344188uZDpil','Từ\x20trái','Hiển\x20thị\x20tất\x20cả','Phía\x20sau\x20văn\x20bản','Chọn\x20bố\x20cục','Kích\x20thước\x20bảng','Dưới\x20cùng','Màu\x20chữ','Vuông','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Bắt\x20đầu\x20cắt','Căn\x20giữa\x20dọc','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Hộp\x20văn\x20bản\x20dọc','Tiêu\x20đề\x20và\x20nội\x20dung','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Nền\x20bản\x20trình\x20bày','Kiểu\x20mũi\x20tên\x20cuối','Chuyển\x20tiếp','Chèn\x20hình\x20ảnh\x20từ','Lặp\x20lại','Dưới\x20cùng\x20bên\x20trái','So\x20sánh','1885806wxhuLQ','Chiều\x20cao\x20(px)','Đưa\x20xuống\x20sau','Bên\x20ngoài:\x20dưới\x20trái','Từ\x20trên','Kích\x20thước\x20mũi\x20tên\x20cuối','Mũi\x20tên\x20hình\x20bầu\x20dục','D??i','Đưa\x20lên\x20trước','Chiều\x20rộng','Từ\x20dưới','Hình\x20vuông','Lớn','Đường\x20liền\x20mảnh\x20màu\x20đen','Căn\x20chỉnh','Không\x20tô\x20màu','Y\x20(px)','Cột','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','132085aSkyoH','Chưa\x20thiết\x20lập','Tiếp','Kiểu\x20phác\x20thảo','Tùy\x20chỉnh','Màu\x20bóng','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Vị\x20trí\x20và\x20kích\x20thước','Căn\x20trái','Hàng','Trang','Phát','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Áp\x20dụng\x20cho\x20tất\x20cả','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Kiểu\x20đứt\x20nét','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Mở\x20bảng\x20hình\x20dạng','Góc\x20nhọn','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Nhấp\x20để\x20thêm\x20văn\x20bản','Phát\x20từ\x20đầu','Mô\x20tả','Đưa\x20ra\x20trước','Tiêu\x20chuẩn\x20(4:3)','Nhấp\x20để\x20toàn\x20màn\x20hình','Kích\x20thước\x20tùy\x20chỉnh','3570ftXdlp','Đường\x20kẻ','Kiểu\x20đoạn\x20văn','Đậm','Sơ\x20đồ','205144SKvCSn','Xoay\x20(°)','Kiểu\x20đường\x20kẻ','Cùng\x20dòng\x20với\x20văn\x20bản','Hình\x20dạng','Phía\x20trước\x20văn\x20bản','Màu\x20nền\x20văn\x20bản','Liền\x20nét','Bóng','Không\x20tìm\x20thấy\x20kết\x20quả.','Căn\x20trên','Mờ\x20dần','Tên\x20đối\x20tượng','Màu','Lật\x20ngang','Định\x20dạng\x20hình\x20dạng','Trống','Đặt\x20lại\x20màu','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Tô\x20màu\x20đặc','72obXSBd','Che\x20phủ','Cắt','Mũi\x20tên','Mặc\x20định\x20hình\x20dạng','4034503pyhaWR','Tên','Kích\x20thước\x20mũi\x20tên\x20đầu','Chấm\x20tròn','Định\x20dạng\x20nền','Gạch\x20ngang','Tr?n','Đặt\x20lại\x20nền','Hộp\x20văn\x20bản','Đưa\x20lên\x20đầu','Gạch\x20ngang\x20dài-chấm-chấm','Bảng','Toàn\x20màn\x20hình','Đưa\x20ra\x20sau','Tỷ\x20lệ\x20Y','Dán','X\x20(px)','Không\x20tô','Góc','Tỷ\x20lệ\x20X','Tìm\x20kiếm','Trình\x20giữ\x20chỗ\x20số\x20trang','44TdWrNB','Nhấn\x20mạnh\x20cam','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Gạch\x20chân','Căn\x20ngang','Quét','Tô\x20màu','Tăng\x20cỡ\x20chữ','Xoay\x20theo\x20hình\x20dạng','Thay\x20đổi\x20hình\x20dạng','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Bên\x20ngoài:\x20trên\x20phải','Độ\x20dịch\x20Y','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.','Làm\x20mờ','1158216gLDxhJ','Tô\x20màu\x20gradient','Phát\x20từ\x20trang\x20hiện\x20tại','Lưu','Trước','Tiêu\x20đề\x201','Chỉ\x20tiêu\x20đề','Cài\x20sẵn','Vừa','Gạch\x20ngang\x20dài-chấm','Trang\x20tiêu\x20đề','24pGzAor','Hình\x20ảnh','Kh?ng\x20t?\x20??ng\x20v?a','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Phẳng','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Đóng','Thời\x20lượng','Bên\x20ngoài:\x20dưới\x20phải','Hủy','Lật\x20dọc','In\x20đậm','Sao\x20chép','Hai\x20nội\x20dung','Nhỏ','L?\x20trong','Căn\x20dưới','Trên\x20và\x20dưới','Trên\x20cùng\x20bên\x20trái','Kéo\x20giãn','Thêm\x20kiểu','Hướng','Không','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Bỏ\x20nhóm','Tròn','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','2grGKjW','Tự\x20do','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Xóa\x20hình\x20dạng','Cong','Biến\x20đổi','Chính\x20giữa','Không\x20đường\x20kẻ','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Thoát','Sắp\x20xếp','Màn\x20hình\x20kép\x20từ\x20đầu','Kiểu\x20đầu\x20đường','Phông\x20chữ','Từ\x20phải','Ghi\x20chú\x20người\x20trình\x20bày','Đẩy','Vị\x20trí','Ẩn\x20tất\x20cả','Bên\x20ngoài:\x20trên\x20trái'];_0x5e87=function(){return _0x669775;};return _0x5e87();}function _0x3cfb(_0x2e256d,_0x4391e0){_0x2e256d=_0x2e256d-0xc6;const _0x5e87c1=_0x5e87();let _0x3cfbe4=_0x5e87c1[_0x2e256d];return _0x3cfbe4;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x5f11a2(0x114),'changeShape':_0x5f11a2(0x13d)},'insertToolbar':{'search':_0x5f11a2(0x132),'text':_0x5f11a2(0x126),'textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':_0x5f11a2(0xc6),'image':_0x5f11a2(0x14f),'table':'Bảng','shape':_0x5f11a2(0x109),'chart':_0x5f11a2(0x193),'symbol':_0x5f11a2(0x18f),'emoji':_0x5f11a2(0x186)},'tableSizePicker':{'title':_0x5f11a2(0x1a3),'customSize':_0x5f11a2(0xff),'rows':_0x5f11a2(0xed),'columns':_0x5f11a2(0xe1),'insert':'Chèn','apply':'Áp\x20dụng'},'searchPanel':{'placeholder':_0x5f11a2(0xe3),'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':_0x5f11a2(0x10e),'slidePrefix':_0x5f11a2(0xee)},'themePicker':{'title':'Chủ\x20đề','caption':_0x5f11a2(0x11d),'tooltip':_0x5f11a2(0xf0)},'display':{'slideSize':_0x5f11a2(0x191),'widescreen':'Màn\x20hình\x20rộng\x20(16:9)','standard':_0x5f11a2(0xfd),'fullscreen':_0x5f11a2(0x12a)},'editorToolbar':{'fontFamily':_0x5f11a2(0x176),'fontSize':'Cỡ\x20chữ','paragraphType':_0x5f11a2(0x102),'heading1':_0x5f11a2(0x148),'increaseFontSize':_0x5f11a2(0x13b),'decreaseFontSize':'Giảm\x20cỡ\x20chữ','textColor':'Màu\x20chữ','transparentTextColor':_0x5f11a2(0x190),'textBackgroundColor':_0x5f11a2(0x185),'bold':_0x5f11a2(0x103),'italic':'Nghiêng','underline':'Gạch\x20chân','strikethrough':_0x5f11a2(0x123),'horizontalAlign':_0x5f11a2(0x138),'verticalAlign':'Căn\x20dọc','alignLeft':_0x5f11a2(0xec),'alignCenter':_0x5f11a2(0x199),'alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều','alignTop':_0x5f11a2(0x10f),'alignMiddle':_0x5f11a2(0x1a9),'alignBottom':_0x5f11a2(0x15e)},'quickStyles':{'tooltip':'Kiểu\x20nhanh','shapeStyles':_0x5f11a2(0x194),'lineStyles':_0x5f11a2(0x107),'textStyles':'Kiểu\x20văn\x20bản','more':_0x5f11a2(0x162),'groups':{'solid':_0x5f11a2(0x10c),'dashed':'Đứt\x20nét'},'presets':{'line':{'blackSolid':_0x5f11a2(0xdd),'blueSolid':_0x5f11a2(0xc8),'orangeSolid':'Đường\x20liền\x20mảnh\x20màu\x20cam','graySolid':_0x5f11a2(0x183),'blueEndArrow':_0x5f11a2(0xf5),'greenTwoWayArrow':_0x5f11a2(0x117),'blackDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','blueDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','grayDashed':_0x5f11a2(0xf3),'blueDashedEndArrow':_0x5f11a2(0x1a7),'grayDashedEndArrow':_0x5f11a2(0xf8),'greenDashedTwoWayArrow':_0x5f11a2(0x1aa)},'text':{'bodyBlack':'Nội\x20dung\x20đen','titleBlack':'Tiêu\x20đề\x20đen','accentBlue':_0x5f11a2(0x19c),'accentOrange':_0x5f11a2(0x135),'noteGray':'Ghi\x20chú\x20xám'}}},'thumbnailBar':{'resizePanel':_0x5f11a2(0x168),'addSlide':'+\x20Thêm\x20trang','contextMenu':{'cut':_0x5f11a2(0x11b),'copy':_0x5f11a2(0x15a),'paste':_0x5f11a2(0x12d),'addBelow':_0x5f11a2(0x153),'delete':'Xóa'},'layoutPicker':{'title':_0x5f11a2(0x1a2),'layouts':{'title':_0x5f11a2(0x14d),'titleAndBody':_0x5f11a2(0xc7),'sectionHeader':'Tiêu\x20đề\x20phần','twoColumns':_0x5f11a2(0x15b),'comparison':_0x5f11a2(0xcf),'blank':_0x5f11a2(0x115),'titleOnly':_0x5f11a2(0x149),'pictureWithCaption':'Hình\x20ảnh\x20có\x20chú\x20thích'}}},'shapePanel':{'title':_0x5f11a2(0x114),'shapeStyle':_0x5f11a2(0x194),'shapePosition':_0x5f11a2(0x17a),'openPanel':_0x5f11a2(0xf6),'deleteShape':_0x5f11a2(0x16c),'toolbar':{'alignLeft':_0x5f11a2(0xec),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x5f11a2(0x159),'italic':'In\x20nghiêng','underline':_0x5f11a2(0x137),'strikethrough':_0x5f11a2(0x123),'textColor':_0x5f11a2(0x1a5),'textBackgroundColor':_0x5f11a2(0x185),'fillColor':_0x5f11a2(0x10b),'resetColor':_0x5f11a2(0x116)},'align':{'top':_0x5f11a2(0x10f),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x5f11a2(0x15e)},'textWrap':{'inline':_0x5f11a2(0x108),'square':_0x5f11a2(0xdb),'topAndBottom':_0x5f11a2(0x15f),'behindText':_0x5f11a2(0x1a1),'inFrontText':_0x5f11a2(0x10a)},'textBox':{'title':'H?p\x20v?n\x20b?n','textDirection':_0x5f11a2(0x192),'textDirectionHorizontal':'Ngang','textDirectionVertical':'D?c','autoFit':'T?\x20??ng\x20v?a','autoFitNone':_0x5f11a2(0x150),'autoFitShrink':'Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','autoFitResize':'??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','wrapText':_0x5f11a2(0x151),'padding':_0x5f11a2(0x15d),'paddingLeft':'Tr?i','paddingRight':'Ph?i','paddingTop':_0x5f11a2(0x124),'paddingBottom':_0x5f11a2(0xd7),'columns':'C?t','columnCount':'S?\x20l??ng','columnSpacing':'Kho?ng\x20c?ch'},'position':{'title':_0x5f11a2(0xeb),'x':'X','y':'Y','width':'Chiều\x20rộng','height':'Chiều\x20cao','rotation':'Xoay'},'style':{'shadow':_0x5f11a2(0x10d),'shadowColor':_0x5f11a2(0xe9),'shadowBlurRadius':_0x5f11a2(0x142),'shadowDistance':_0x5f11a2(0x182),'shadowDirection':_0x5f11a2(0x130),'shadowPresetTitle':_0x5f11a2(0x14a),'shadowPresetNone':_0x5f11a2(0x18d),'shadowPresetCustom':_0x5f11a2(0xe8),'shadowTransparency':_0x5f11a2(0x18b),'shadowSize':_0x5f11a2(0x17e),'shadowPreset':{'shdw6':_0x5f11a2(0x156),'shdw5':_0x5f11a2(0xd3),'shdw2':_0x5f11a2(0x13f),'shdw1':_0x5f11a2(0x17c),'shdw14':_0x5f11a2(0x195),'shdw10':_0x5f11a2(0xf2)}},'fill':{'title':_0x5f11a2(0x13a),'noFill':_0x5f11a2(0x12f),'solidFill':_0x5f11a2(0x118),'gradientFill':_0x5f11a2(0x144),'pictureFill':_0x5f11a2(0x136),'color':_0x5f11a2(0x112),'transparency':_0x5f11a2(0x18b),'picture':{'source':'Nguồn\x20hình\x20ảnh','insert':_0x5f11a2(0x181),'tileAsTexture':_0x5f11a2(0x18a),'offsetX':_0x5f11a2(0x19b),'offsetY':_0x5f11a2(0x140),'scaleX':_0x5f11a2(0x131),'scaleY':_0x5f11a2(0x12c),'alignment':_0x5f11a2(0xde),'rotateWithShape':_0x5f11a2(0x13c),'align':{'tl':_0x5f11a2(0x160),'t':'Trên\x20cùng','tr':'Trên\x20cùng\x20bên\x20phải','l':'Bên\x20trái','ctr':_0x5f11a2(0x16f),'r':'Bên\x20phải','bl':_0x5f11a2(0xce),'b':_0x5f11a2(0x1a4),'br':'Dưới\x20cùng\x20bên\x20phải'}}},'line':{'title':_0x5f11a2(0x101),'noLine':_0x5f11a2(0x170),'solidLine':_0x5f11a2(0x187),'color':_0x5f11a2(0x112),'transparency':_0x5f11a2(0x18b),'width':_0x5f11a2(0xd9),'cornerRadius':'Bán\x20kính\x20góc','beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':_0x5f11a2(0x120),'endArrowType':_0x5f11a2(0xca),'endArrowSize':_0x5f11a2(0xd5),'dashType':{'title':_0x5f11a2(0xf4),'solid':_0x5f11a2(0x10c),'roundDot':_0x5f11a2(0x121),'squareDot':_0x5f11a2(0x180),'dash':_0x5f11a2(0x123),'dashDot':'Gạch\x20ngang-chấm','longDash':'Gạch\x20ngang\x20dài','longDashDot':_0x5f11a2(0x14c),'longDashDotDot':_0x5f11a2(0x128)},'capType':{'title':_0x5f11a2(0x175),'flat':_0x5f11a2(0x152),'round':_0x5f11a2(0x167),'square':_0x5f11a2(0x1a6)},'joinType':{'title':'Kiểu\x20nối','miter':_0x5f11a2(0xf7),'round':_0x5f11a2(0x167),'bevel':'Vát'},'sketchType':{'title':_0x5f11a2(0xe7),'none':_0x5f11a2(0x164),'curved':_0x5f11a2(0x16d),'freehand':'Tự\x20do','handDrawn':'Vẽ\x20tay'},'arrowType':{'none':_0x5f11a2(0x164),'arrow':_0x5f11a2(0x11c),'openArrow':'Mũi\x20tên\x20mở','stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':'Mũi\x20tên\x20hình\x20thoi','ovalArrow':_0x5f11a2(0xd6)},'arrowSize':{'small':_0x5f11a2(0x15c),'medium':_0x5f11a2(0x14b),'large':_0x5f11a2(0xdc)}}},'objectListPanel':{'title':'Danh\x20sách\x20đối\x20tượng','open':_0x5f11a2(0x18e),'showAll':_0x5f11a2(0x1a0),'hideAll':_0x5f11a2(0x17b),'show':_0x5f11a2(0x184),'hide':'Ẩn','moveForward':_0x5f11a2(0xfc),'moveBackward':_0x5f11a2(0x12b),'nameInput':_0x5f11a2(0x111),'empty':'Không\x20có\x20đối\x20tượng','close':_0x5f11a2(0x154),'name':_0x5f11a2(0x11f),'description':_0x5f11a2(0xfb),'descriptionPlaceholder':_0x5f11a2(0x197),'details':'Chi\x20tiết','noSelection':_0x5f11a2(0x171)},'backgroundPanel':{'title':_0x5f11a2(0x122),'backgroundGraphics':'Đồ\x20họa\x20nền','hideBackgroundGraphics':_0x5f11a2(0xea),'presentationBackground':_0x5f11a2(0xc9),'presentationBackgroundEmpty':_0x5f11a2(0xe5),'presentationBackgroundImages':_0x5f11a2(0x19d),'setPresentationBackground':_0x5f11a2(0x19a),'clearPresentationBackground':_0x5f11a2(0x17d),'none':_0x5f11a2(0xdf),'solid':_0x5f11a2(0x196),'gradient':_0x5f11a2(0x198),'image':'Tô\x20màu\x20hình\x20ảnh','pattern':'Tô\x20màu\x20hoa\x20văn','color':_0x5f11a2(0x112),'transparency':'Độ\x20trong\x20suốt','imageSource':_0x5f11a2(0xcc),'insertImage':'Tệp...','fit':_0x5f11a2(0x188),'fitOptions':{'cover':'Lấp\x20đầy','contain':_0x5f11a2(0x188),'stretch':_0x5f11a2(0x161),'repeat':_0x5f11a2(0xcd)},'patternHint':'Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','applyToAll':'Áp\x20dụng\x20cho\x20tất\x20cả','resetBackground':_0x5f11a2(0x125)},'transitionPanel':{'title':_0x5f11a2(0xcb),'effect':'Hiệu\x20ứng','direction':_0x5f11a2(0x163),'duration':_0x5f11a2(0x155),'preview':'Xem\x20trước','applyToAll':_0x5f11a2(0xf1),'effects':{'none':_0x5f11a2(0x164),'fade':_0x5f11a2(0x110),'push':_0x5f11a2(0x179),'wipe':_0x5f11a2(0x139),'split':'Chia\x20đôi','reveal':'Lộ\x20ra','cut':_0x5f11a2(0x11b),'uncover':'Bỏ\x20che','cover':_0x5f11a2(0x11a),'zoom':'Thu\x20phóng'},'directions':{'left':_0x5f11a2(0x19f),'right':_0x5f11a2(0x177),'up':_0x5f11a2(0xd4),'down':_0x5f11a2(0xda)}},'contextmenu':{'addPage':'Trang\x20trình\x20bày\x20mới','backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':_0x5f11a2(0xcb),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':'Thước','shapePanel':'Định\x20dạng\x20hình\x20dạng','flipHorizontal':_0x5f11a2(0x113),'flipVertical':_0x5f11a2(0x158),'group':'Nhóm','ungroup':_0x5f11a2(0x166)},'presentation':{'play':_0x5f11a2(0xef),'playFromBeginning':_0x5f11a2(0xfa),'playFromCurrent':_0x5f11a2(0x145),'playDualScreen':'Trình\x20bày\x20màn\x20hình\x20kép','playDualScreenFromBeginning':_0x5f11a2(0x174),'playDualScreenFromCurrent':_0x5f11a2(0x17f),'dualScreenUnavailable':_0x5f11a2(0x141),'fullscreenPrompt':_0x5f11a2(0xfe),'presentationEnded':'Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','previous':_0x5f11a2(0x147),'next':_0x5f11a2(0xe6),'exit':_0x5f11a2(0x172),'slideProgress':'Trang\x20{current}\x20/\x20{total}','speakerNotes':_0x5f11a2(0x178),'speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x5f11a2(0x16b),'speakerNotesSave':_0x5f11a2(0x146),'speakerNotesCancel':_0x5f11a2(0x157)},'slide':{'placeholder':{'text':{'title':_0x5f11a2(0x165),'subtitle':'Nhấp\x20để\x20thêm\x20phụ\x20đề','body':'Nhấp\x20để\x20thêm\x20văn\x20bản','text':_0x5f11a2(0xf9),'header':_0x5f11a2(0x13e),'footer':'Trình\x20giữ\x20chỗ\x20chân\x20trang','date':_0x5f11a2(0xe2),'slideNumber':_0x5f11a2(0x133)},'icon':{'image':_0x5f11a2(0x14f),'table':_0x5f11a2(0x129),'chart':'Biểu\x20đồ','diagram':_0x5f11a2(0x104),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x5f11a2(0x173),'forward':_0x5f11a2(0xd8),'backward':_0x5f11a2(0xd2),'front':_0x5f11a2(0x127),'back':'Đưa\x20xuống\x20cuối'},'transform':{'title':_0x5f11a2(0x16e),'rotate':_0x5f11a2(0x106),'x':_0x5f11a2(0x12e),'y':_0x5f11a2(0xe0),'width':'Chiều\x20rộng\x20(px)','height':_0x5f11a2(0xd1),'lock':'Khóa\x20tỷ\x20lệ'},'crop':{'title':_0x5f11a2(0x11b),'start':_0x5f11a2(0x1a8),'mode':_0x5f11a2(0x16a),'shape':_0x5f11a2(0x189)}}}};export{e as default};
|
|
1
|
+
function _0x1dc4(){const _0x54a19c=['Tô\x20màu\x20chuyển\x20sắc','Căn\x20giữa\x20theo\x20chiều\x20dọc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Tìm\x20kiếm','Bên\x20phải','Gạch\x20ngang\x20dài-chấm-chấm','Đứt\x20nét','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Xem\x20trước','65684bitmOn','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Định\x20dạng\x20hình\x20dạng','Mô\x20tả','Lật\x20ngang','Chính\x20giữa','In\x20nghiêng','Kiểu\x20văn\x20bản','Góc','Kiểu\x20đầu\x20đường','Kích\x20thước\x20mũi\x20tên\x20đầu','Kích\x20thước\x20mũi\x20tên\x20cuối','Hiển\x20thị','Làm\x20mờ','Tiêu\x20chuẩn\x20(4:3)','Thay\x20đổi\x20hình\x20dạng','Căn\x20trên','Nhấn\x20mạnh\x20cam','Vị\x20trí\x20và\x20kích\x20thước','Lật\x20dọc','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Tiêu\x20đề\x201','Kiểu\x20đứt\x20nét','Đậm','Bắt\x20đầu\x20cắt','Chèn\x20hình\x20ảnh\x20từ','Xoay\x20(°)','Đường\x20liền\x20mảnh\x20màu\x20xám','Phông\x20chữ','Gạch\x20chân','Trang\x20{current}\x20/\x20{total}','Chèn\x20hình\x20ảnh','Nhấp\x20để\x20thêm\x20phụ\x20đề','So\x20sánh','Tăng\x20cỡ\x20chữ','Kích\x20thước','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Trình\x20giữ\x20chỗ\x20chân\x20trang','Trang\x20tiêu\x20đề','Biến\x20đổi','Không\x20tô','Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','Nhấp\x20để\x20toàn\x20màn\x20hình','Kích\x20thước\x20bảng','Độ\x20dịch\x20Y','Màu\x20chữ','Tên\x20đối\x20tượng','Căn\x20giữa\x20dọc','Dán','Hiển\x20thị\x20tất\x20cả','Đường\x20kẻ','Tô\x20màu\x20gradient','Dưới\x20cùng\x20bên\x20trái','39MSDaHF','Y\x20(px)','Cong','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Căn\x20trái','Kiểu\x20mũi\x20tên\x20đầu','3246NLqkNn','Biểu\x20tượng\x20cảm\x20xúc','Lấp\x20đầy','Định\x20dạng\x20nền','Sao\x20chép','D?c','Bán\x20kính\x20góc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đường\x20liền\x20nét','4673268DPHsle','Màu\x20nền\x20văn\x20bản','Chiều\x20cao\x20(px)','Màu\x20bóng','+\x20Thêm\x20trang','Vừa','Không\x20đường\x20kẻ','Hộp\x20văn\x20bản','Nghiêng','Tô\x20màu\x20hình\x20ảnh','Nguồn\x20hình\x20ảnh','Bảng','Căn\x20dưới','Bên\x20ngoài:\x20dưới\x20phải','Không\x20tìm\x20thấy\x20kết\x20quả.','Chuyển\x20tiếp','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Toàn\x20màn\x20hình','Trống','Chỉ\x20tiêu\x20đề','Mở\x20bảng\x20hình\x20dạng','Phẳng','Nội\x20dung\x20đen','Cài\x20sẵn','Không\x20có\x20bóng','7575zHwXke','Đưa\x20xuống\x20sau','Vị\x20trí','Kéo\x20giãn','Hiệu\x20ứng','15132SPyZyp','Gạch\x20ngang\x20dài-chấm','Tự\x20do','14EjEVmM','Ghi\x20chú\x20người\x20trình\x20bày','Hai\x20nội\x20dung','Kho?ng\x20c?ch','Tiêu\x20đề\x20và\x20nội\x20dung','Căn\x20phải','Xóa','Nhấp\x20để\x20thêm\x20văn\x20bản','Bỏ\x20nhóm','Cỡ\x20chữ','Trên\x20và\x20dưới','L?\x20trong','Kiểu\x20đoạn\x20văn','Xóa\x20hình\x20dạng','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','H??ng\x20v?n\x20b?n','Đặt\x20nền','Phát\x20từ\x20trang\x20hiện\x20tại','Chấm\x20tròn','974500LgEBhj','Mũi\x20tên\x20mở','Phát','Phía\x20sau\x20văn\x20bản','D??i','Kích\x20thước\x20trang\x20chiếu','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Đưa\x20ra\x20trước','Căn\x20ngang','Từ\x20phải','Chọn\x20bố\x20cục','Căn\x20đều','Kiểu\x20phác\x20thảo','C?t','Vuông','Thước','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Trình\x20giữ\x20chỗ\x20số\x20trang','1323368fHCTzJ','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.','Kiểu\x20đường\x20kẻ','Độ\x20trong\x20suốt','Gạch\x20ngang\x20dài','Căn\x20giữa','X\x20(px)','Từ\x20trên','Ghi\x20chú\x20xám','Độ\x20dịch\x20X','Chủ\x20đề','Đưa\x20lên\x20trước','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Tô\x20màu\x20đơn\x20sắc','Vát','Ngang','hình\x20ảnh','Trên\x20cùng','T?\x20??ng\x20v?a','Đường\x20liền\x20mảnh\x20màu\x20cam','Bóng','Trên\x20cùng\x20bên\x20trái','Kh?ng\x20t?\x20??ng\x20v?a','2ZGoCge','Góc\x20nhọn','Kích\x20thước\x20tùy\x20chỉnh','Hướng','Mặc\x20định\x20hình\x20dạng','Tô\x20màu','Cột','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Nền\x20bản\x20trình\x20bày','Đặt\x20lại\x20nền','Tên','Hộp\x20văn\x20bản\x20dọc','Đẩy','Biểu\x20đồ','Đưa\x20ra\x20sau','Lưu','Bên\x20ngoài:\x20trên\x20phải','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','349080YpqsJu','Nhóm','Tô\x20màu\x20hoa\x20văn','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Thời\x20lượng','Từ\x20dưới','Xoay\x20theo\x20hình\x20dạng','Cắt\x20theo\x20hình\x20dạng','Cắt','Cùng\x20dòng\x20với\x20văn\x20bản','Lặp\x20lại','Thoát','Hàng','Hình\x20dạng','Chiều\x20cao','Che\x20phủ','Tr?n','Mũi\x20tên\x20hình\x20thoi','Màn\x20hình\x20rộng\x20(16:9)','Thêm\x20mô\x20tả','Sắp\x20xếp','Vẽ\x20tay','Ký\x20hiệu','Chi\x20tiết','Phía\x20trước\x20văn\x20bản','Căn\x20dọc','Không\x20tô\x20màu','Áp\x20dụng\x20cho\x20tất\x20cả','Quét','Hình\x20ảnh','Tệp...','Chiều\x20rộng','Đặt\x20lại\x20màu','Lộ\x20ra','Hộp\x20văn\x20bản\x20ngang','Tiêu\x20đề\x20phần','Màu\x20nền\x20chữ','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Đưa\x20xuống\x20cuối','Gạch\x20ngang-chấm','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Xoay','Mũi\x20tên','Tiêu\x20đề\x20đen','Gạch\x20ngang','Liền\x20nét','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Sơ\x20đồ','Dưới\x20cùng\x20bên\x20phải','Khóa\x20tỷ\x20lệ','Kiểu\x20nối','Tỷ\x20lệ\x20X','Màu','Tùy\x20chỉnh','Không','Trình\x20bày\x20màn\x20hình\x20kép','Trang\x20trình\x20bày\x20mới','Tròn','Bên\x20trái','Danh\x20sách\x20đối\x20tượng','Vừa\x20khung','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Bên\x20ngoài:\x20trên\x20trái','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','S?\x20l??ng','9493OefpoY','Thu\x20phóng','Đường\x20liền\x20mảnh\x20màu\x20đen','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Nhấn\x20mạnh\x20xanh\x20dương'];_0x1dc4=function(){return _0x54a19c;};return _0x1dc4();}function _0x3a3a(_0x200a2c,_0x5df98b){_0x200a2c=_0x200a2c-0xd6;const _0x1dc446=_0x1dc4();let _0x3a3a47=_0x1dc446[_0x200a2c];return _0x3a3a47;}const _0x53502f=_0x3a3a;(function(_0x19eb73,_0x371d2f){const _0x4a574b=_0x3a3a,_0x3768bc=_0x19eb73();while(!![]){try{const _0x35ae50=parseInt(_0x4a574b(0x1ce))/0x1*(-parseInt(_0x4a574b(0xdb))/0x2)+parseInt(_0x4a574b(0x162))/0x3*(-parseInt(_0x4a574b(0x12c))/0x4)+parseInt(_0x4a574b(0x18a))/0x5*(-parseInt(_0x4a574b(0x168))/0x6)+-parseInt(_0x4a574b(0x192))/0x7*(-parseInt(_0x4a574b(0x1b7))/0x8)+parseInt(_0x4a574b(0x171))/0x9+-parseInt(_0x4a574b(0x1a5))/0xa+parseInt(_0x4a574b(0x11e))/0xb*(parseInt(_0x4a574b(0x18f))/0xc);if(_0x35ae50===_0x371d2f)break;else _0x3768bc['push'](_0x3768bc['shift']());}catch(_0x21e28a){_0x3768bc['push'](_0x3768bc['shift']());}}}(_0x1dc4,0x6ffdf));const e={'slides-ui':{'ribbon':{'shapeFormat':'Định\x20dạng\x20hình\x20dạng','changeShape':_0x53502f(0x13c)},'insertToolbar':{'search':_0x53502f(0x126),'text':_0x53502f(0x178),'textHorizontal':_0x53502f(0xfd),'textVertical':_0x53502f(0x1d9),'image':_0x53502f(0xf8),'table':_0x53502f(0x17c),'shape':_0x53502f(0xe8),'chart':_0x53502f(0x1db),'symbol':_0x53502f(0xf1),'emoji':_0x53502f(0x169)},'tableSizePicker':{'title':_0x53502f(0x158),'customSize':_0x53502f(0x1d0),'rows':_0x53502f(0xe7),'columns':_0x53502f(0x1d4),'insert':'Chèn','apply':'Áp\x20dụng'},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x53502f(0x12d),'empty':_0x53502f(0x17f),'slidePrefix':'Trang'},'themePicker':{'title':_0x53502f(0x1c1),'caption':_0x53502f(0x1d2),'tooltip':_0x53502f(0x100)},'display':{'slideSize':_0x53502f(0x1aa),'widescreen':_0x53502f(0xed),'standard':_0x53502f(0x13b),'fullscreen':_0x53502f(0x182)},'editorToolbar':{'fontFamily':_0x53502f(0x149),'fontSize':_0x53502f(0x19b),'paragraphType':_0x53502f(0x19e),'heading1':_0x53502f(0x142),'increaseFontSize':_0x53502f(0x14f),'decreaseFontSize':'Giảm\x20cỡ\x20chữ','textColor':_0x53502f(0x15a),'transparentTextColor':'Màu\x20chữ\x20trong\x20suốt','textBackgroundColor':'Màu\x20nền\x20chữ','bold':_0x53502f(0x144),'italic':_0x53502f(0x179),'underline':_0x53502f(0x14a),'strikethrough':_0x53502f(0x107),'horizontalAlign':_0x53502f(0x1ad),'verticalAlign':_0x53502f(0xf4),'alignLeft':_0x53502f(0x166),'alignCenter':_0x53502f(0x1bc),'alignRight':_0x53502f(0x197),'alignJustify':_0x53502f(0x1b0),'alignTop':'Căn\x20trên','alignMiddle':_0x53502f(0x15c),'alignBottom':_0x53502f(0x17d)},'quickStyles':{'tooltip':'Kiểu\x20nhanh','shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x53502f(0x1b9),'textStyles':_0x53502f(0x134),'more':'Thêm\x20kiểu','groups':{'solid':'Liền\x20nét','dashed':_0x53502f(0x129)},'presets':{'line':{'blackSolid':_0x53502f(0x120),'blueSolid':_0x53502f(0x141),'orangeSolid':_0x53502f(0x1ca),'graySolid':_0x53502f(0x148),'blueEndArrow':'Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','greenTwoWayArrow':_0x53502f(0x103),'blackDashed':_0x53502f(0x1d5),'blueDashed':_0x53502f(0x125),'grayDashed':_0x53502f(0x16f),'blueDashedEndArrow':_0x53502f(0x11b),'grayDashedEndArrow':_0x53502f(0xda),'greenDashedTwoWayArrow':_0x53502f(0x1a0)},'text':{'bodyBlack':_0x53502f(0x187),'titleBlack':_0x53502f(0x106),'accentBlue':_0x53502f(0x122),'accentOrange':_0x53502f(0x13e),'noteGray':_0x53502f(0x1bf)}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x53502f(0x175),'contextMenu':{'cut':_0x53502f(0xe3),'copy':_0x53502f(0x16c),'paste':_0x53502f(0x15d),'addBelow':_0x53502f(0x151),'delete':'Xóa'},'layoutPicker':{'title':_0x53502f(0x1af),'layouts':{'title':_0x53502f(0x153),'titleAndBody':_0x53502f(0x196),'sectionHeader':_0x53502f(0xfe),'twoColumns':_0x53502f(0x194),'comparison':_0x53502f(0x14e),'blank':_0x53502f(0x183),'titleOnly':_0x53502f(0x184),'pictureWithCaption':'Hình\x20ảnh\x20có\x20chú\x20thích'}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x53502f(0x18c),'openPanel':_0x53502f(0x185),'deleteShape':_0x53502f(0x19f),'toolbar':{'alignLeft':_0x53502f(0x166),'alignCenter':_0x53502f(0x1bc),'alignRight':'Căn\x20phải','alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x53502f(0x133),'underline':_0x53502f(0x14a),'strikethrough':'Gạch\x20ngang','textColor':'Màu\x20chữ','textBackgroundColor':_0x53502f(0xff),'fillColor':_0x53502f(0x172),'resetColor':_0x53502f(0xfb)},'align':{'top':_0x53502f(0x13d),'middle':_0x53502f(0x124),'bottom':_0x53502f(0x17d)},'textWrap':{'inline':_0x53502f(0xe4),'square':'Hình\x20vuông','topAndBottom':_0x53502f(0x19c),'behindText':_0x53502f(0x1a8),'inFrontText':_0x53502f(0xf3)},'textBox':{'title':'H?p\x20v?n\x20b?n','textDirection':_0x53502f(0x1a1),'textDirectionHorizontal':_0x53502f(0x1c6),'textDirectionVertical':_0x53502f(0x16d),'autoFit':_0x53502f(0x1c9),'autoFitNone':_0x53502f(0x1cd),'autoFitShrink':_0x53502f(0x156),'autoFitResize':_0x53502f(0xde),'wrapText':_0x53502f(0x121),'padding':_0x53502f(0x19d),'paddingLeft':'Tr?i','paddingRight':'Ph?i','paddingTop':_0x53502f(0xeb),'paddingBottom':_0x53502f(0x1a9),'columns':_0x53502f(0x1b2),'columnCount':_0x53502f(0x11d),'columnSpacing':_0x53502f(0x195)},'position':{'title':_0x53502f(0x13f),'x':'X','y':'Y','width':_0x53502f(0xfa),'height':_0x53502f(0xe9),'rotation':_0x53502f(0x104)},'style':{'shadow':_0x53502f(0x1cb),'shadowColor':_0x53502f(0x174),'shadowBlurRadius':_0x53502f(0x13a),'shadowDistance':'Khoảng\x20cách','shadowDirection':_0x53502f(0x135),'shadowPresetTitle':_0x53502f(0x188),'shadowPresetNone':_0x53502f(0x189),'shadowPresetCustom':_0x53502f(0x111),'shadowTransparency':_0x53502f(0x1ba),'shadowSize':_0x53502f(0x150),'shadowPreset':{'shdw6':_0x53502f(0x17e),'shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x53502f(0xd8),'shdw1':_0x53502f(0x11a),'shdw14':_0x53502f(0x12e),'shdw10':_0x53502f(0x10a)}},'fill':{'title':_0x53502f(0x1d3),'noFill':_0x53502f(0x155),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x53502f(0x160),'pictureFill':_0x53502f(0x165),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'picture':{'source':_0x53502f(0x17b),'insert':_0x53502f(0x14c),'tileAsTexture':_0x53502f(0x11c),'offsetX':_0x53502f(0x1c0),'offsetY':_0x53502f(0x159),'scaleX':_0x53502f(0x10f),'scaleY':'Tỷ\x20lệ\x20Y','alignment':'Căn\x20chỉnh','rotateWithShape':_0x53502f(0xe1),'align':{'tl':_0x53502f(0x1cc),'t':_0x53502f(0x1c8),'tr':'Trên\x20cùng\x20bên\x20phải','l':_0x53502f(0x116),'ctr':_0x53502f(0x132),'r':_0x53502f(0x127),'bl':_0x53502f(0x161),'b':'Dưới\x20cùng','br':_0x53502f(0x10c)}}},'line':{'title':_0x53502f(0x15f),'noLine':_0x53502f(0x177),'solidLine':_0x53502f(0x170),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'width':_0x53502f(0xfa),'cornerRadius':_0x53502f(0x16e),'beginArrowType':_0x53502f(0x167),'beginArrowSize':_0x53502f(0x137),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x53502f(0x138),'dashType':{'title':_0x53502f(0x143),'solid':_0x53502f(0x108),'roundDot':_0x53502f(0x1a4),'squareDot':'Chấm\x20vuông','dash':_0x53502f(0x107),'dashDot':_0x53502f(0x102),'longDash':_0x53502f(0x1bb),'longDashDot':_0x53502f(0x190),'longDashDotDot':_0x53502f(0x128)},'capType':{'title':_0x53502f(0x136),'flat':_0x53502f(0x186),'round':'Tròn','square':_0x53502f(0x1b3)},'joinType':{'title':_0x53502f(0x10e),'miter':_0x53502f(0x1cf),'round':_0x53502f(0x115),'bevel':_0x53502f(0x1c5)},'sketchType':{'title':_0x53502f(0x1b1),'none':'Không','curved':_0x53502f(0x164),'freehand':_0x53502f(0x191),'handDrawn':_0x53502f(0xf0)},'arrowType':{'none':_0x53502f(0x112),'arrow':_0x53502f(0x105),'openArrow':_0x53502f(0x1a6),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0x53502f(0xec),'ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':'Nhỏ','medium':_0x53502f(0x176),'large':'Lớn'}}},'objectListPanel':{'title':_0x53502f(0x117),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','showAll':_0x53502f(0x15e),'hideAll':'Ẩn\x20tất\x20cả','show':_0x53502f(0x139),'hide':'Ẩn','moveForward':_0x53502f(0x1ac),'moveBackward':_0x53502f(0xd6),'nameInput':_0x53502f(0x15b),'empty':'Không\x20có\x20đối\x20tượng','close':'Đóng','name':_0x53502f(0x1d8),'description':_0x53502f(0x130),'descriptionPlaceholder':_0x53502f(0xee),'details':_0x53502f(0xf2),'noSelection':_0x53502f(0xd9)},'backgroundPanel':{'title':_0x53502f(0x16b),'backgroundGraphics':'Đồ\x20họa\x20nền','hideBackgroundGraphics':_0x53502f(0x1b5),'presentationBackground':_0x53502f(0x1d6),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x53502f(0x1c7),'setPresentationBackground':_0x53502f(0x1a2),'clearPresentationBackground':_0x53502f(0x198),'none':_0x53502f(0xf5),'solid':_0x53502f(0x1c4),'gradient':_0x53502f(0x123),'image':_0x53502f(0x17a),'pattern':_0x53502f(0xdd),'color':_0x53502f(0x110),'transparency':_0x53502f(0x1ba),'imageSource':_0x53502f(0x146),'insertImage':_0x53502f(0xf9),'fit':'Vừa\x20khung','fitOptions':{'cover':_0x53502f(0x16a),'contain':_0x53502f(0x118),'stretch':_0x53502f(0x18d),'repeat':_0x53502f(0xe5)},'patternHint':_0x53502f(0x119),'applyToAll':_0x53502f(0xf6),'resetBackground':_0x53502f(0x1d7)},'transitionPanel':{'title':_0x53502f(0x180),'effect':_0x53502f(0x18e),'direction':_0x53502f(0x1d1),'duration':_0x53502f(0xdf),'preview':_0x53502f(0x12b),'applyToAll':_0x53502f(0xf6),'effects':{'none':_0x53502f(0x112),'fade':'Mờ\x20dần','push':_0x53502f(0x1da),'wipe':_0x53502f(0xf7),'split':'Chia\x20đôi','reveal':_0x53502f(0xfc),'cut':_0x53502f(0xe3),'uncover':'Bỏ\x20che','cover':_0x53502f(0xea),'zoom':_0x53502f(0x11f)},'directions':{'left':'Từ\x20trái','right':_0x53502f(0x1ae),'up':_0x53502f(0x1be),'down':_0x53502f(0xe0)}},'contextmenu':{'addPage':_0x53502f(0x114),'backgroundPanel':_0x53502f(0x16b),'transitionPanel':_0x53502f(0x180),'speakerNotes':_0x53502f(0x193),'ruler':_0x53502f(0x1b4),'shapePanel':_0x53502f(0x12f),'flipHorizontal':_0x53502f(0x131),'flipVertical':_0x53502f(0x140),'group':_0x53502f(0xdc),'ungroup':_0x53502f(0x19a)},'presentation':{'play':_0x53502f(0x1a7),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x53502f(0x1a3),'playDualScreen':_0x53502f(0x113),'playDualScreenFromBeginning':'Màn\x20hình\x20kép\x20từ\x20đầu','playDualScreenFromCurrent':_0x53502f(0x181),'dualScreenUnavailable':_0x53502f(0x1b8),'fullscreenPrompt':_0x53502f(0x157),'presentationEnded':_0x53502f(0x109),'previous':'Trước','next':'Tiếp','exit':_0x53502f(0xe6),'slideProgress':_0x53502f(0x14b),'speakerNotes':_0x53502f(0x193),'speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x53502f(0x1c3),'speakerNotesSave':_0x53502f(0xd7),'speakerNotesCancel':'Hủy'},'slide':{'placeholder':{'text':{'title':_0x53502f(0x12a),'subtitle':_0x53502f(0x14d),'body':_0x53502f(0x199),'text':_0x53502f(0x199),'header':_0x53502f(0x1ab),'footer':_0x53502f(0x152),'date':'Trình\x20giữ\x20chỗ\x20ngày\x20tháng','slideNumber':_0x53502f(0x1b6)},'icon':{'image':_0x53502f(0xf8),'table':_0x53502f(0x17c),'chart':_0x53502f(0x1db),'diagram':_0x53502f(0x10b),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x53502f(0xef),'forward':_0x53502f(0x1c2),'backward':_0x53502f(0x18b),'front':'Đưa\x20lên\x20đầu','back':_0x53502f(0x101)},'transform':{'title':_0x53502f(0x154),'rotate':_0x53502f(0x147),'x':_0x53502f(0x1bd),'y':_0x53502f(0x163),'width':'Chiều\x20rộng\x20(px)','height':_0x53502f(0x173),'lock':_0x53502f(0x10d)},'crop':{'title':_0x53502f(0xe3),'start':_0x53502f(0x145),'mode':'Tự\x20do','shape':_0x53502f(0xe2)}}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x377fd4=_0x31b2;(function(_0x18b5ca,_0x1eceda){const _0x19863d=_0x31b2,_0x4d096f=_0x18b5ca();while(!![]){try{const _0x1c7dfb=-parseInt(_0x19863d(0x138))/0x1*(parseInt(_0x19863d(0x1b7))/0x2)+parseInt(_0x19863d(0x135))/0x3+-parseInt(_0x19863d(0x147))/0x4*(-parseInt(_0x19863d(0x163))/0x5)+parseInt(_0x19863d(0x132))/0x6*(parseInt(_0x19863d(0x159))/0x7)+-parseInt(_0x19863d(0x17b))/0x8+-parseInt(_0x19863d(0x16a))/0x9*(-parseInt(_0x19863d(0x1b1))/0xa)+parseInt(_0x19863d(0x1b4))/0xb*(-parseInt(_0x19863d(0x1ba))/0xc);if(_0x1c7dfb===_0x1eceda)break;else _0x4d096f['push'](_0x4d096f['shift']());}catch(_0x45b55e){_0x4d096f['push'](_0x4d096f['shift']());}}}(_0x1d4e,0xc960e));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x377fd4(0x128),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x377fd4(0x149),'textHorizontal':'横向文本框','textVertical':'纵向文本框','image':'图片','table':'表格','shape':'形状','chart':'图表','symbol':'符号','emoji':_0x377fd4(0x194)},'tableSizePicker':{'title':_0x377fd4(0x173),'customSize':_0x377fd4(0x15b),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':'搜索幻灯片和对象','noQuery':_0x377fd4(0x143),'empty':_0x377fd4(0x179),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x377fd4(0x15e),'tooltip':_0x377fd4(0x12d)},'display':{'slideSize':_0x377fd4(0x170),'widescreen':_0x377fd4(0x1aa),'standard':'标准\x20(4:3)','fullscreen':'全屏'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x377fd4(0x18d),'heading1':'标题1','increaseFontSize':_0x377fd4(0x1b5),'decreaseFontSize':'减小字号','textColor':_0x377fd4(0x1b9),'transparentTextColor':_0x377fd4(0x137),'textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x377fd4(0x188),'strikethrough':_0x377fd4(0x124),'horizontalAlign':_0x377fd4(0x13e),'verticalAlign':_0x377fd4(0x16c),'alignLeft':_0x377fd4(0x16f),'alignCenter':_0x377fd4(0x1c4),'alignRight':'右对齐','alignJustify':_0x377fd4(0x15a),'alignTop':_0x377fd4(0x141),'alignMiddle':'垂直居中','alignBottom':_0x377fd4(0x1c3)},'quickStyles':{'tooltip':_0x377fd4(0x167),'shapeStyles':_0x377fd4(0x176),'lineStyles':_0x377fd4(0x1a2),'textStyles':_0x377fd4(0x12a),'more':_0x377fd4(0x185),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':'黑色细实线','blueSolid':_0x377fd4(0x175),'orangeSolid':'橙色细实线','graySolid':_0x377fd4(0x152),'blueEndArrow':_0x377fd4(0x146),'greenTwoWayArrow':_0x377fd4(0x15c),'blackDashed':_0x377fd4(0x136),'blueDashed':_0x377fd4(0x153),'grayDashed':_0x377fd4(0x183),'blueDashedEndArrow':_0x377fd4(0x19f),'grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x377fd4(0x1a9)},'text':{'bodyBlack':_0x377fd4(0x180),'titleBlack':_0x377fd4(0x19e),'accentBlue':'强调蓝色','accentOrange':'强调橙色','noteGray':_0x377fd4(0x1c2)}}},'thumbnailBar':{'resizePanel':_0x377fd4(0x155),'addSlide':_0x377fd4(0x156),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x377fd4(0x17c),'delete':'删除'},'layoutPicker':{'title':'选择版式','layouts':{'title':_0x377fd4(0x1ae),'titleAndBody':_0x377fd4(0x193),'sectionHeader':_0x377fd4(0x15f),'twoColumns':_0x377fd4(0x1b2),'comparison':'比较','blank':'空白','titleOnly':_0x377fd4(0x126),'pictureWithCaption':_0x377fd4(0x1b8)}}},'shapePanel':{'title':_0x377fd4(0x166),'shapeStyle':'形状样式','shapePosition':'位置','openPanel':_0x377fd4(0x161),'deleteShape':'删除形状','toolbar':{'alignLeft':'左对齐','alignCenter':'居中对齐','alignRight':_0x377fd4(0x1a7),'alignJustify':_0x377fd4(0x15a),'bold':'粗体','italic':'斜体','underline':_0x377fd4(0x188),'strikethrough':_0x377fd4(0x124),'textColor':_0x377fd4(0x1b9),'textBackgroundColor':'文本背景色','fillColor':_0x377fd4(0x1a8),'resetColor':_0x377fd4(0x1c0)},'align':{'top':_0x377fd4(0x141),'middle':_0x377fd4(0x164),'bottom':_0x377fd4(0x1c3)},'textWrap':{'inline':_0x377fd4(0x178),'square':'四周型','topAndBottom':_0x377fd4(0x181),'behindText':_0x377fd4(0x14a),'inFrontText':'浮于文字上方'},'textBox':{'title':'文本框','textDirection':_0x377fd4(0x174),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':'自动调整','autoFitNone':'不自动调整','autoFitShrink':_0x377fd4(0x168),'autoFitResize':_0x377fd4(0x127),'wrapText':_0x377fd4(0x165),'padding':_0x377fd4(0x187),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x377fd4(0x123),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':'阴影颜色','shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x377fd4(0x17e),'shadowPresetCustom':_0x377fd4(0x148),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x377fd4(0x17a),'shdw5':_0x377fd4(0x12c),'shdw2':_0x377fd4(0x131),'shdw1':_0x377fd4(0x16e),'shdw14':_0x377fd4(0x1ab),'shdw10':'外部:左上(大)'}},'fill':{'title':'填充','noFill':_0x377fd4(0x1ac),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x377fd4(0x169),'picture':{'source':_0x377fd4(0x17f),'insert':_0x377fd4(0x12f),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x377fd4(0x189),'offsetY':_0x377fd4(0x1bb),'scaleX':_0x377fd4(0x19b),'scaleY':_0x377fd4(0x195),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x377fd4(0x1a1),'solidLine':'实线','color':'颜色','transparency':_0x377fd4(0x169),'width':'宽度','cornerRadius':_0x377fd4(0x184),'beginArrowType':_0x377fd4(0x15d),'beginArrowSize':'起点箭头大小','endArrowType':_0x377fd4(0x192),'endArrowSize':_0x377fd4(0x1a6),'dashType':{'title':'虚线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x377fd4(0x18a),'dashDot':_0x377fd4(0x125),'longDash':'长划线','longDashDot':_0x377fd4(0x19d),'longDashDotDot':_0x377fd4(0x142)},'capType':{'title':'线帽类型','flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x377fd4(0x14c),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x377fd4(0x134)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x377fd4(0x198),'stealthArrow':_0x377fd4(0x1a3),'diamondArrow':_0x377fd4(0x1c1),'ovalArrow':_0x377fd4(0x1a4)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x377fd4(0x19a),'open':_0x377fd4(0x13a),'showAll':'全部显示','hideAll':'全部隐藏','show':'显示','hide':'隐藏','moveForward':'上移一层','moveBackward':_0x377fd4(0x130),'nameInput':_0x377fd4(0x139),'empty':_0x377fd4(0x177),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x377fd4(0x129),'details':'详情','noSelection':_0x377fd4(0x151)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':_0x377fd4(0x197),'hideBackgroundGraphics':'隐藏母版/版式图形','presentationBackground':'演示文稿底图','presentationBackgroundEmpty':_0x377fd4(0x13c),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x377fd4(0x140),'clearPresentationBackground':'清除','none':_0x377fd4(0x1a5),'solid':_0x377fd4(0x14f),'gradient':_0x377fd4(0x160),'image':_0x377fd4(0x14b),'pattern':_0x377fd4(0x1bd),'color':'颜色','transparency':_0x377fd4(0x169),'imageSource':'插入图片来源','insertImage':_0x377fd4(0x18c),'fit':_0x377fd4(0x18e),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':'图案设置即将支持。','applyToAll':'应用到全部','resetBackground':_0x377fd4(0x150)},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':_0x377fd4(0x1b0),'preview':'预览','applyToAll':_0x377fd4(0x16b),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':'从左侧','right':_0x377fd4(0x12b),'up':_0x377fd4(0x14d),'down':_0x377fd4(0x191)}},'contextmenu':{'addPage':_0x377fd4(0x199),'backgroundPanel':_0x377fd4(0x182),'transitionPanel':'切换动画','speakerNotes':'备注','ruler':'标尺','shapePanel':_0x377fd4(0x166),'flipHorizontal':_0x377fd4(0x13b),'flipVertical':_0x377fd4(0x1af),'group':'组合','ungroup':_0x377fd4(0x157)},'presentation':{'play':'播放','playFromBeginning':_0x377fd4(0x154),'playFromCurrent':_0x377fd4(0x1be),'playDualScreen':_0x377fd4(0x144),'playDualScreenFromBeginning':_0x377fd4(0x1b3),'playDualScreenFromCurrent':_0x377fd4(0x171),'dualScreenUnavailable':_0x377fd4(0x1ad),'fullscreenPrompt':_0x377fd4(0x19c),'presentationEnded':_0x377fd4(0x18b),'previous':_0x377fd4(0x172),'next':_0x377fd4(0x186),'exit':'退出','slideProgress':'第\x20{current}\x20张幻灯片,共\x20{total}\x20张','speakerNotes':'备注','speakerNotesPlaceholder':_0x377fd4(0x1bf),'speakerNotesEmpty':_0x377fd4(0x196),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x377fd4(0x122),'subtitle':_0x377fd4(0x133),'body':_0x377fd4(0x1bc),'text':'单击此处添加文本','header':_0x377fd4(0x145),'footer':_0x377fd4(0x1a0),'date':_0x377fd4(0x162),'slideNumber':'页码占位符'},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':'下移一层','front':_0x377fd4(0x158),'back':_0x377fd4(0x16d)},'transform':{'title':'变换','rotate':_0x377fd4(0x12e),'x':_0x377fd4(0x13d),'y':_0x377fd4(0x17d),'width':_0x377fd4(0x1b6),'height':_0x377fd4(0x14e),'lock':_0x377fd4(0x18f)},'crop':{'title':'裁剪','start':_0x377fd4(0x190),'mode':'自由','shape':_0x377fd4(0x13f)}}}};export{e as default};function _0x31b2(_0x1f5b44,_0x4ac592){_0x1f5b44=_0x1f5b44-0x122;const _0x1d4e33=_0x1d4e();let _0x31b296=_0x1d4e33[_0x1f5b44];return _0x31b296;}function _0x1d4e(){const _0x11bc41=['透明文本颜色','8pFxPip','对象名称','打开图层面板','水平翻转','未设置','X\x20(px)','水平对齐','裁剪为形状','设置底图','顶部对齐','长双点划线','输入关键词搜索幻灯片名称、文本和对象名称。','双屏播放','页眉占位符','蓝色末端箭头','73160frsMiq','自定义','文本框','衬于文字下方','图片填充','草图样式','从上方','高度\x20(px)','纯色填充','重置背景','选择对象以编辑详情','灰色细实线','蓝色细虚线','从头开始播放','调整幻灯片缩略图面板大小','+\x20新增','取消组合','置于顶层','7ClpCHD','两端对齐','自定义大小','绿色双向箭头','起点箭头类型','形状默认样式','节标题','渐变填充','打开形状面板','日期占位符','230dDdmqV','垂直居中','形状中的文字自动换行','设置形状格式','快捷样式','溢出时缩排文字','透明度','910449MRCDDZ','应用到全部','垂直对齐','置于底层','外部:左上','左对齐','幻灯片大小','从当前幻灯片开始双屏播放','上一页','表格大小','文字方向','蓝色细实线','形状样式','暂无对象','嵌入型','未找到匹配结果。','外部:右下','404576EZFfwV','在下面新增幻灯片','Y\x20(px)','无阴影','图片来源','正文黑色','上下型','设置背景格式','灰色细虚线','拐角半径','更多样式','下一页','内边距','下划线','水平偏移','短划线','演示已结束','文件...','段落类型','适应方式','锁定比例','开始裁剪','从下方','终点箭头类型','标题和内容','表情符号','垂直缩放','暂无备注','背景图形','空心箭头','新建幻灯片','对象列表','水平缩放','点击进入全屏','长点划线','标题黑色','蓝色虚线末端箭头','页脚占位符','无线条','线条样式','隐形箭头','椭圆箭头','无填充','终点箭头大小','右对齐','文本背景色','绿色虚线双向箭头','宽屏\x20(16:9)','外部:右下(小)','无颜色','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','标题幻灯片','垂直翻转','持续时间','20JYXxfa','两栏内容','从头开始双屏播放','44BUpOmr','增大字号','宽度\x20(px)','238938sMWlMr','图片与标题','文本颜色','2408412VSGNTH','垂直偏移','单击此处添加正文','图案填充','从当前幻灯片开始播放','点击为当前幻灯片添加备注','重置颜色','菱形箭头','注释灰色','底部对齐','居中对齐','单击此处添加标题','位置和大小','删除线','点划线','仅标题','根据文字调整形状大小','图形格式','添加描述','文本样式','从右侧','外部:左下','选择幻灯片主题','旋转\x20(°)','插入图片','下移一层','外部:右上','7118898fxaeek','单击此处添加副标题','手绘效果','1211487VGKAuC','黑色细虚线'];_0x1d4e=function(){return _0x11bc41;};return _0x1d4e();}
|
|
1
|
+
const _0x1dc32a=_0x236e;function _0x236e(_0x5b1595,_0x34437d){_0x5b1595=_0x5b1595-0x12a;const _0x2f6dbc=_0x2f6d();let _0x236eed=_0x2f6dbc[_0x5b1595];return _0x236eed;}function _0x2f6d(){const _0x6dcaa3=['顶部对齐','标题和内容','渐变填充','黑色细实线','背景图形','选择对象以编辑详情','上下型','添加描述','文本样式','长划线','强调蓝色','下移一层','未找到匹配结果。','无填充','拐角类型','删除形状','标题1','上移一层','无阴影','72ybbTgq','垂直偏移','阴影颜色','9JeYYFt','从当前幻灯片开始双屏播放','页码占位符','文本背景色','终点箭头类型','菱形箭头','长点划线','对象列表','左对齐','起点箭头类型','外部:右上','设置底图','插入图片','灰色细实线','Y\x20(px)','1166630UYRoLC','页脚占位符','1170848WTnkhA','上一页','自动调整','形状默认样式','44473ftuHEz','水平缩放','裁剪为形状','单击此处添加标题','文件...','从上方','更多样式','打开形状面板','形状中的文字自动换行','外部:左上(大)','文字方向','透明文本颜色','持续时间','图案设置即将支持。','取消组合','横向文本框','单击此处添加副标题','点划线','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','隐形箭头','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','绿色虚线双向箭头','位置和大小','蓝色细虚线','对象名称','根据文字调整形状大小','外部:左下','搜索幻灯片和对象','水平翻转','绿色双向箭头','蓝色虚线末端箭头','860uqIxqT','终点箭头大小','打开图层面板','浮于文字上方','置于顶层','表格大小','幻灯片大小','减小字号','右对齐','调整幻灯片缩略图面板大小','外部:右下','选择幻灯片主题','309285bHHpXh','嵌入型','底部对齐','纵向文本框','段落类型','隐藏母版/版式图形','垂直居中','点击进入全屏','195986ROxUbD','应用到全部','两端对齐','宽度\x20(px)','灰色细虚线','椭圆箭头','2fStIEf','形状样式','空心箭头','+\x20新增','点击为当前幻灯片添加备注','重置颜色','垂直对齐','从右侧','开始裁剪','长双点划线','外部:左上','下一页','图片与标题','在下面新增幻灯片','短划线','新建幻灯片','图形格式','页眉占位符','起点箭头大小','双屏播放','表情符号','快捷样式','文本框','从左侧','草图样式','注释灰色','更改形状','内边距','从当前幻灯片开始播放','设置背景格式','不自动调整','强调橙色','高度\x20(px)','垂直缩放','标准\x20(4:3)','单击此处添加正文','自定义','自定义大小','水平偏移','下划线','标题幻灯片','演示已结束','全部隐藏','蓝色细实线','无线条','垂直翻转','暂无对象','溢出时缩排文字','从下方','透明度','适应方式','切换动画','仅标题','文本颜色','四周型','居中对齐','372440yTAzll','无颜色','135742ZTPzMq','删除线','设置形状格式'];_0x2f6d=function(){return _0x6dcaa3;};return _0x2f6d();}(function(_0x4a63f1,_0x417c28){const _0x25885c=_0x236e,_0x12f92e=_0x4a63f1();while(!![]){try{const _0x55c078=parseInt(_0x25885c(0x1b9))/0x1+parseInt(_0x25885c(0x17f))/0x2*(parseInt(_0x25885c(0x171))/0x3)+-parseInt(_0x25885c(0x142))/0x4+parseInt(_0x25885c(0x140))/0x5+-parseInt(_0x25885c(0x12e))/0x6*(-parseInt(_0x25885c(0x179))/0x7)+-parseInt(_0x25885c(0x1b7))/0x8*(-parseInt(_0x25885c(0x131))/0x9)+-parseInt(_0x25885c(0x165))/0xa*(parseInt(_0x25885c(0x146))/0xb);if(_0x55c078===_0x417c28)break;else _0x12f92e['push'](_0x12f92e['shift']());}catch(_0x42c167){_0x12f92e['push'](_0x12f92e['shift']());}}}(_0x2f6d,0x3450c));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x1dc32a(0x18f),'changeShape':_0x1dc32a(0x199)},'insertToolbar':{'search':'搜索','text':'文本框','textHorizontal':_0x1dc32a(0x155),'textVertical':_0x1dc32a(0x174),'image':'图片','table':'表格','shape':'形状','chart':'图表','symbol':'符号','emoji':_0x1dc32a(0x193)},'tableSizePicker':{'title':_0x1dc32a(0x16a),'customSize':_0x1dc32a(0x1a4),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x1dc32a(0x161),'noQuery':'输入关键词搜索幻灯片名称、文本和对象名称。','empty':_0x1dc32a(0x1c8),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x1dc32a(0x145),'tooltip':_0x1dc32a(0x170)},'display':{'slideSize':_0x1dc32a(0x16b),'widescreen':'宽屏\x20(16:9)','standard':_0x1dc32a(0x1a1),'fullscreen':'全屏'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x1dc32a(0x175),'heading1':_0x1dc32a(0x12b),'increaseFontSize':'增大字号','decreaseFontSize':_0x1dc32a(0x16c),'textColor':_0x1dc32a(0x1b4),'transparentTextColor':_0x1dc32a(0x151),'textBackgroundColor':'文本背景色','bold':'粗体','italic':'斜体','underline':_0x1dc32a(0x1a6),'strikethrough':'删除线','horizontalAlign':'水平对齐','verticalAlign':_0x1dc32a(0x185),'alignLeft':_0x1dc32a(0x139),'alignCenter':_0x1dc32a(0x1b6),'alignRight':_0x1dc32a(0x16d),'alignJustify':'两端对齐','alignTop':_0x1dc32a(0x1bc),'alignMiddle':_0x1dc32a(0x177),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x1dc32a(0x194),'shapeStyles':_0x1dc32a(0x180),'lineStyles':'线条样式','textStyles':_0x1dc32a(0x1c4),'more':_0x1dc32a(0x14c),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x1dc32a(0x1bf),'blueSolid':_0x1dc32a(0x1aa),'orangeSolid':'橙色细实线','graySolid':_0x1dc32a(0x13e),'blueEndArrow':'蓝色末端箭头','greenTwoWayArrow':_0x1dc32a(0x163),'blackDashed':'黑色细虚线','blueDashed':_0x1dc32a(0x15d),'grayDashed':_0x1dc32a(0x17d),'blueDashedEndArrow':_0x1dc32a(0x164),'grayDashedEndArrow':'灰色虚线末端箭头','greenDashedTwoWayArrow':_0x1dc32a(0x15b)},'text':{'bodyBlack':'正文黑色','titleBlack':'标题黑色','accentBlue':_0x1dc32a(0x1c6),'accentOrange':_0x1dc32a(0x19e),'noteGray':_0x1dc32a(0x198)}}},'thumbnailBar':{'resizePanel':_0x1dc32a(0x16e),'addSlide':_0x1dc32a(0x182),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x1dc32a(0x18c),'delete':'删除'},'layoutPicker':{'title':'选择版式','layouts':{'title':_0x1dc32a(0x1a7),'titleAndBody':_0x1dc32a(0x1bd),'sectionHeader':'节标题','twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x1dc32a(0x1b3),'pictureWithCaption':_0x1dc32a(0x18b)}}},'shapePanel':{'title':_0x1dc32a(0x1bb),'shapeStyle':_0x1dc32a(0x180),'shapePosition':'位置','openPanel':_0x1dc32a(0x14d),'deleteShape':_0x1dc32a(0x12a),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x1dc32a(0x1b6),'alignRight':_0x1dc32a(0x16d),'alignJustify':_0x1dc32a(0x17b),'bold':'粗体','italic':'斜体','underline':_0x1dc32a(0x1a6),'strikethrough':_0x1dc32a(0x1ba),'textColor':_0x1dc32a(0x1b4),'textBackgroundColor':_0x1dc32a(0x134),'fillColor':'文本背景色','resetColor':_0x1dc32a(0x184)},'align':{'top':'顶部对齐','middle':'垂直居中','bottom':_0x1dc32a(0x173)},'textWrap':{'inline':_0x1dc32a(0x172),'square':_0x1dc32a(0x1b5),'topAndBottom':_0x1dc32a(0x1c2),'behindText':'衬于文字下方','inFrontText':_0x1dc32a(0x168)},'textBox':{'title':_0x1dc32a(0x195),'textDirection':_0x1dc32a(0x150),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x1dc32a(0x144),'autoFitNone':_0x1dc32a(0x19d),'autoFitShrink':_0x1dc32a(0x1ae),'autoFitResize':_0x1dc32a(0x15f),'wrapText':_0x1dc32a(0x14e),'padding':_0x1dc32a(0x19a),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x1dc32a(0x15c),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x1dc32a(0x130),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x1dc32a(0x12d),'shadowPresetCustom':_0x1dc32a(0x1a3),'shadowTransparency':_0x1dc32a(0x1b0),'shadowSize':'大小','shadowPreset':{'shdw6':_0x1dc32a(0x16f),'shdw5':_0x1dc32a(0x160),'shdw2':_0x1dc32a(0x13b),'shdw1':_0x1dc32a(0x189),'shdw14':'外部:右下(小)','shdw10':_0x1dc32a(0x14f)}},'fill':{'title':'填充','noFill':_0x1dc32a(0x1b8),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x1dc32a(0x1b0),'picture':{'source':'图片来源','insert':_0x1dc32a(0x13d),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x1dc32a(0x1a5),'offsetY':_0x1dc32a(0x12f),'scaleX':_0x1dc32a(0x147),'scaleY':_0x1dc32a(0x1a0),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x1dc32a(0x1ab),'solidLine':'实线','color':'颜色','transparency':_0x1dc32a(0x1b0),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x1dc32a(0x13a),'beginArrowSize':_0x1dc32a(0x191),'endArrowType':_0x1dc32a(0x135),'endArrowSize':_0x1dc32a(0x166),'dashType':{'title':'虚线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x1dc32a(0x18d),'dashDot':_0x1dc32a(0x157),'longDash':_0x1dc32a(0x1c5),'longDashDot':_0x1dc32a(0x137),'longDashDotDot':_0x1dc32a(0x188)},'capType':{'title':'线帽类型','flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x1dc32a(0x1ca),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x1dc32a(0x197),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x1dc32a(0x181),'stealthArrow':_0x1dc32a(0x159),'diamondArrow':_0x1dc32a(0x136),'ovalArrow':_0x1dc32a(0x17e)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x1dc32a(0x138),'open':_0x1dc32a(0x167),'showAll':'全部显示','hideAll':_0x1dc32a(0x1a9),'show':'显示','hide':'隐藏','moveForward':_0x1dc32a(0x12c),'moveBackward':'下移一层','nameInput':_0x1dc32a(0x15e),'empty':_0x1dc32a(0x1ad),'close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x1dc32a(0x1c3),'details':'详情','noSelection':_0x1dc32a(0x1c1)},'backgroundPanel':{'title':_0x1dc32a(0x19c),'backgroundGraphics':_0x1dc32a(0x1c0),'hideBackgroundGraphics':_0x1dc32a(0x176),'presentationBackground':'演示文稿底图','presentationBackgroundEmpty':'未设置','presentationBackgroundImages':'张图片','setPresentationBackground':_0x1dc32a(0x13c),'clearPresentationBackground':'清除','none':_0x1dc32a(0x1c9),'solid':'纯色填充','gradient':_0x1dc32a(0x1be),'image':'图片填充','pattern':'图案填充','color':'颜色','transparency':_0x1dc32a(0x1b0),'imageSource':'插入图片来源','insertImage':_0x1dc32a(0x14a),'fit':_0x1dc32a(0x1b1),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x1dc32a(0x153),'applyToAll':_0x1dc32a(0x17a),'resetBackground':'重置背景'},'transitionPanel':{'title':_0x1dc32a(0x1b2),'effect':'效果','direction':'方向','duration':_0x1dc32a(0x152),'preview':'预览','applyToAll':_0x1dc32a(0x17a),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x1dc32a(0x196),'right':_0x1dc32a(0x186),'up':_0x1dc32a(0x14b),'down':_0x1dc32a(0x1af)}},'contextmenu':{'addPage':_0x1dc32a(0x18e),'backgroundPanel':_0x1dc32a(0x19c),'transitionPanel':_0x1dc32a(0x1b2),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x1dc32a(0x1bb),'flipHorizontal':_0x1dc32a(0x162),'flipVertical':_0x1dc32a(0x1ac),'group':'组合','ungroup':_0x1dc32a(0x154)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':_0x1dc32a(0x19b),'playDualScreen':_0x1dc32a(0x192),'playDualScreenFromBeginning':'从头开始双屏播放','playDualScreenFromCurrent':_0x1dc32a(0x132),'dualScreenUnavailable':_0x1dc32a(0x158),'fullscreenPrompt':_0x1dc32a(0x178),'presentationEnded':_0x1dc32a(0x1a8),'previous':_0x1dc32a(0x143),'next':_0x1dc32a(0x18a),'exit':'退出','slideProgress':_0x1dc32a(0x15a),'speakerNotes':'备注','speakerNotesPlaceholder':_0x1dc32a(0x183),'speakerNotesEmpty':'暂无备注','speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x1dc32a(0x149),'subtitle':_0x1dc32a(0x156),'body':_0x1dc32a(0x1a2),'text':'单击此处添加文本','header':_0x1dc32a(0x190),'footer':_0x1dc32a(0x141),'date':'日期占位符','slideNumber':_0x1dc32a(0x133)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x1dc32a(0x12c),'backward':_0x1dc32a(0x1c7),'front':_0x1dc32a(0x169),'back':'置于底层'},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':'X\x20(px)','y':_0x1dc32a(0x13f),'width':_0x1dc32a(0x17c),'height':_0x1dc32a(0x19f),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x1dc32a(0x187),'mode':'自由','shape':_0x1dc32a(0x148)}}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4823(){const _0x53305a=['綠色虛線雙向箭頭','左對齊','放大字型','漸層填滿','圖樣填滿','未設定','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','物件名稱','+\x20新增幻燈片','標題幻燈片','文字背景色','標題1','圖樣設定即將推出。','透明文字色彩','靠左上','橢圓箭頭','上一頁','張圖片','新增描述','綠色雙向箭頭線條','溢出時縮排文字','兩欄內容','靠左下','重設背景','段落類型','靠右上','幻燈片編號預留位置','全部套用','1526948MUJjPe','全部顯示','圖案格式設定','靠右下','末端箭頭大小','圖案樣式','自動調整','第\x20{current}\x20/\x20{total}\x20張','高度\x20(像素)','Y\x20(像素)','Y\x20縮放','下一頁','拐角半徑','圖形中的文字自動換行','文字方塊','僅標題','7ngzQpC','刪除線','鎖定長寬比','檔案...','線條樣式','5uSBzxK','文字方向','開始裁剪','雙螢幕・從目前開始','橙色細實線','水平文字方塊','找不到結果。','佈景主題','無顏色','底部對齊','27477MaKFsI','講者備註','虛線-點','右對齊','縮小字型','藍色細虛線','無填滿','調整投影片縮圖面板大小','文字在前','頁尾預留位置','虛線類型','垂直翻轉','前端箭頭類型','左右對齊','Y\x20位移','水平對齊','隱形箭頭','物件列表','灰色細實線','裁剪為圖案','開放箭頭','插入圖片來源','轉場效果','圖片填滿','背景圖形','透明度','按一下新增目前幻燈片的備註','根據文字調整圖形大小','藍色末端箭頭線條','線端類型','取消群組','外部:右下(小)','底端對齊','日期預留位置','不自動調整','6946dhNDED','更多樣式','雙螢幕簡報','強調橙色','長虛線-點-點','新增幻燈片','刪除形狀','隨圖案旋轉','按一下以新增文字','最適大小','長虛線','陰影顏色','移到最下層','標題黑色','移到最前面','表格大小','寬度\x20(像素)','插入圖片','表情符號','外部:左上(大)','圖案格式','1530ATHxAW','X\x20位移','2930658yCePFQ','打開形狀面板','搜尋幻燈片與物件','灰色虛線末端箭頭','外部:左下','X\x20(像素)','前端箭頭大小','幻燈片','開啟圖層面板','重置顏色','選擇幻燈片佈景主題','選擇版面配置','垂直居中','藍色細實線','按一下以新增副標題','強調藍色','194AbtQBh','圖案預設值','全部隱藏','長虛線-點','水平翻轉','上移一層','按一下以全螢幕','外部:右上','旋轉\x20(°)','含標題圖片','無講者備註','無線條','3finOKb','文字顏色','標準\x20(4:3)','接合類型','27071496TAKkNG','垂直對齊','草圖類型','章節標題','7795337YhRYCT','按一下以新增標題','黑色細實線','與文字排列','從頭播放','設定背景','純色填滿','9627400jEbijP','隱藏母片/版面配置圖形','從目前幻燈片播放','自由線條'];_0x4823=function(){return _0x53305a;};return _0x4823();}function _0x1c5d(_0x4c19e0,_0x1b0008){_0x4c19e0=_0x4c19e0-0xe4;const _0x4823e8=_0x4823();let _0x1c5d49=_0x4823e8[_0x4c19e0];return _0x1c5d49;}const _0x17c589=_0x1c5d;(function(_0x230ac1,_0x5280fd){const _0x4d80c0=_0x1c5d,_0x3cd1cb=_0x230ac1();while(!![]){try{const _0x2c0036=-parseInt(_0x4d80c0(0x154))/0x1*(-parseInt(_0x4d80c0(0x17b))/0x2)+-parseInt(_0x4d80c0(0x187))/0x3*(parseInt(_0x4d80c0(0x112))/0x4)+parseInt(_0x4d80c0(0x127))/0x5*(parseInt(_0x4d80c0(0x16b))/0x6)+parseInt(_0x4d80c0(0x122))/0x7*(-parseInt(_0x4d80c0(0xf2))/0x8)+parseInt(_0x4d80c0(0x131))/0x9*(-parseInt(_0x4d80c0(0x169))/0xa)+-parseInt(_0x4d80c0(0xeb))/0xb+parseInt(_0x4d80c0(0xe7))/0xc;if(_0x2c0036===_0x5280fd)break;else _0x3cd1cb['push'](_0x3cd1cb['shift']());}catch(_0x143591){_0x3cd1cb['push'](_0x3cd1cb['shift']());}}}(_0x4823,0xa0749));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x17c589(0x168),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x17c589(0x120),'textHorizontal':_0x17c589(0x12c),'textVertical':'垂直文字方塊','image':'圖片','table':'表格','shape':'圖案','chart':'圖表','symbol':'符號','emoji':_0x17c589(0x166)},'tableSizePicker':{'title':_0x17c589(0x163),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x17c589(0x16d),'noQuery':_0x17c589(0xfc),'empty':_0x17c589(0x12d),'slidePrefix':_0x17c589(0x172)},'themePicker':{'title':_0x17c589(0x12e),'caption':_0x17c589(0x17c),'tooltip':_0x17c589(0x175)},'display':{'slideSize':'幻燈片大小','widescreen':'寬螢幕\x20(16:9)','standard':_0x17c589(0xe5),'fullscreen':'全螢幕'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x17c589(0x10e),'heading1':_0x17c589(0x101),'increaseFontSize':_0x17c589(0xf8),'decreaseFontSize':_0x17c589(0x135),'textColor':'文字色彩','transparentTextColor':_0x17c589(0x103),'textBackgroundColor':_0x17c589(0x100),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x17c589(0x123),'horizontalAlign':_0x17c589(0x140),'verticalAlign':_0x17c589(0xe8),'alignLeft':_0x17c589(0xf7),'alignCenter':'置中對齊','alignRight':_0x17c589(0x134),'alignJustify':_0x17c589(0x13e),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':_0x17c589(0x151)},'quickStyles':{'tooltip':'快速樣式','shapeStyles':_0x17c589(0x117),'lineStyles':_0x17c589(0x126),'textStyles':'文字樣式','more':_0x17c589(0x155),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x17c589(0xed),'blueSolid':_0x17c589(0x178),'orangeSolid':_0x17c589(0x12b),'graySolid':_0x17c589(0x143),'blueEndArrow':_0x17c589(0x14d),'greenTwoWayArrow':_0x17c589(0x109),'blackDashed':'黑色細虛線','blueDashed':_0x17c589(0x136),'grayDashed':'灰色細虛線','blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x17c589(0x16e),'greenDashedTwoWayArrow':_0x17c589(0xf6)},'text':{'bodyBlack':'內文黑色','titleBlack':_0x17c589(0x161),'accentBlue':_0x17c589(0x17a),'accentOrange':_0x17c589(0x157),'noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x17c589(0x138),'addSlide':_0x17c589(0xfe),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x17c589(0x176),'layouts':{'title':_0x17c589(0xff),'titleAndBody':'標題與內容','sectionHeader':_0x17c589(0xea),'twoColumns':_0x17c589(0x10b),'comparison':'比較','blank':'空白','titleOnly':_0x17c589(0x121),'pictureWithCaption':_0x17c589(0x184)}}},'shapePanel':{'title':_0x17c589(0x114),'shapeStyle':_0x17c589(0x117),'shapePosition':'位置','openPanel':_0x17c589(0x16c),'deleteShape':_0x17c589(0x15a),'toolbar':{'alignLeft':_0x17c589(0xf7),'alignCenter':'居中對齊','alignRight':_0x17c589(0x134),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x17c589(0x123),'textColor':_0x17c589(0xe4),'textBackgroundColor':'文字背景色','fillColor':_0x17c589(0x100),'resetColor':_0x17c589(0x174)},'align':{'top':'頂部對齊','middle':_0x17c589(0x177),'bottom':_0x17c589(0x130)},'textWrap':{'inline':_0x17c589(0xee),'square':'矩形','topAndBottom':'上及下','behindText':_0x17c589(0x139),'inFrontText':'文字在後'},'textBox':{'title':_0x17c589(0x120),'textDirection':_0x17c589(0x128),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x17c589(0x118),'autoFitNone':_0x17c589(0x153),'autoFitShrink':_0x17c589(0x10a),'autoFitResize':_0x17c589(0x14c),'wrapText':_0x17c589(0x11f),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x17c589(0x15f),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':_0x17c589(0x14a),'shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x17c589(0x16f),'shdw2':_0x17c589(0x182),'shdw1':'外部:左上','shdw14':_0x17c589(0x150),'shdw10':_0x17c589(0x167)}},'fill':{'title':'填滿','noFill':_0x17c589(0x12f),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x17c589(0x14a),'picture':{'source':'圖片來源','insert':_0x17c589(0x165),'tileAsTexture':'圖片並排作為材質','offsetX':_0x17c589(0x16a),'offsetY':_0x17c589(0x13f),'scaleX':'X\x20縮放','scaleY':_0x17c589(0x11c),'alignment':'對齊','rotateWithShape':_0x17c589(0x15b),'align':{'tl':_0x17c589(0x104),'t':'靠上','tr':_0x17c589(0x10f),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x17c589(0x10c),'b':'靠下','br':_0x17c589(0x115)}}},'line':{'title':'線條','noLine':_0x17c589(0x186),'solidLine':'實線','color':'色彩','transparency':_0x17c589(0x14a),'width':'寬度','cornerRadius':_0x17c589(0x11e),'beginArrowType':_0x17c589(0x13d),'beginArrowSize':_0x17c589(0x171),'endArrowType':'末端箭頭類型','endArrowSize':_0x17c589(0x116),'dashType':{'title':_0x17c589(0x13b),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x17c589(0x133),'longDash':_0x17c589(0x15e),'longDashDot':_0x17c589(0x17e),'longDashDotDot':_0x17c589(0x158)},'capType':{'title':_0x17c589(0x14e),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x17c589(0xe6),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x17c589(0xe9),'none':'無','curved':'曲線','freehand':_0x17c589(0xf5),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x17c589(0x145),'stealthArrow':_0x17c589(0x141),'diamondArrow':'菱形箭頭','ovalArrow':_0x17c589(0x105)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x17c589(0x142),'open':_0x17c589(0x173),'showAll':_0x17c589(0x113),'hideAll':_0x17c589(0x17d),'show':'顯示','hide':'隱藏','moveForward':_0x17c589(0x180),'moveBackward':'下移一層','nameInput':_0x17c589(0xfd),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x17c589(0x108),'details':'詳情','noSelection':'選擇物件以編輯詳情'},'backgroundPanel':{'title':'背景格式設定','backgroundGraphics':_0x17c589(0x149),'hideBackgroundGraphics':_0x17c589(0xf3),'presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x17c589(0xfb),'presentationBackgroundImages':_0x17c589(0x107),'setPresentationBackground':_0x17c589(0xf0),'clearPresentationBackground':'清除','none':_0x17c589(0x137),'solid':_0x17c589(0xf1),'gradient':_0x17c589(0xf9),'image':_0x17c589(0x148),'pattern':_0x17c589(0xfa),'color':'色彩','transparency':_0x17c589(0x14a),'imageSource':_0x17c589(0x146),'insertImage':_0x17c589(0x125),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x17c589(0x15d),'stretch':'延展','repeat':'並排'},'patternHint':_0x17c589(0x102),'applyToAll':'全部套用','resetBackground':_0x17c589(0x10d)},'transitionPanel':{'title':_0x17c589(0x147),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x17c589(0x111),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x17c589(0x159),'backgroundPanel':'背景格式設定','transitionPanel':_0x17c589(0x147),'speakerNotes':'講者備註','ruler':'標尺','shapePanel':_0x17c589(0x114),'flipHorizontal':_0x17c589(0x17f),'flipVertical':_0x17c589(0x13c),'group':'群組','ungroup':_0x17c589(0x14f)},'presentation':{'play':'播放','playFromBeginning':_0x17c589(0xef),'playFromCurrent':_0x17c589(0xf4),'playDualScreen':_0x17c589(0x156),'playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':_0x17c589(0x12a),'dualScreenUnavailable':'無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x17c589(0x181),'presentationEnded':'簡報結束','previous':_0x17c589(0x106),'next':_0x17c589(0x11d),'exit':'結束','slideProgress':_0x17c589(0x119),'speakerNotes':_0x17c589(0x132),'speakerNotesPlaceholder':_0x17c589(0x14b),'speakerNotesEmpty':_0x17c589(0x185),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x17c589(0xec),'subtitle':_0x17c589(0x179),'body':_0x17c589(0x15c),'text':_0x17c589(0x15c),'header':'頁首預留位置','footer':_0x17c589(0x13a),'date':_0x17c589(0x152),'slideNumber':_0x17c589(0x110)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'移到最上層','backward':_0x17c589(0x160),'front':_0x17c589(0x162),'back':'移到最後面'},'transform':{'title':'轉換','rotate':_0x17c589(0x183),'x':_0x17c589(0x170),'y':_0x17c589(0x11b),'width':_0x17c589(0x164),'height':_0x17c589(0x11a),'lock':_0x17c589(0x124)},'crop':{'title':'裁剪','start':_0x17c589(0x129),'mode':'自由','shape':_0x17c589(0x144)}}}};export{e as default};
|
|
1
|
+
function _0x30e6(){const _0x3fc26d=['黑色細實線','暫無物件','放大字型','搜尋幻燈片與物件','471230zRXzwM','文字樣式','表格大小','底部對齊','未設定','幻燈片大小','左右對齊','插入圖片','長虛線','設定背景','簡報背景','檔案...','圖案預設值','文字方塊','標題黑色','幻燈片','接合類型','外部:右下','41446XjGOSl','全部顯示','漸層填滿','圖片來源','垂直對齊','菱形箭頭','16hiWeYN','靠右上','長虛線-點-點','重置顏色','橙色細實線','文字在前','找不到結果。','講者備註','強調橙色','佈景主題','隨圖案旋轉','X\x20縮放','10tKdbbw','垂直文字方塊','拐角半徑','開放箭頭','純色填滿','物件名稱','圖片填滿','張圖片','最適大小','雙螢幕簡報','陰影顏色','按一下以全螢幕','移到最後面','背景格式設定','頁首預留位置','雙螢幕・從目前開始','上一頁','物件列表','內文黑色','外部:左上','圖片並排作為材質','註解灰色','標題1','按一下以新增文字','7AsoWxA','高度\x20(像素)','1201608kcTyqa','選擇版面配置','水平對齊','4024917gVHKLN','右對齊','靠右下','寬螢幕\x20(16:9)','選擇物件以編輯詳情','下移一層','2617672njYigh','綠色雙向箭頭線條','刪除線','轉場效果','線端類型','打開形狀面板','灰色虛線末端箭頭','移到最前面','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','含標題圖片','前端箭頭類型','新增幻燈片','插入圖片來源','水平文字方塊','4McDsSh','圖案樣式','1917270QsWvcG','標題幻燈片','與文字排列','僅標題','Y\x20縮放','長虛線-點','表情符號','章節標題','草圖類型','全部套用','外部:左下','標準\x20(4:3)','5816184FifWwE','根據文字調整圖形大小','圖案格式設定','全部隱藏','圖案格式','Y\x20位移','藍色細虛線','底端對齊','隱形箭頭','無線條','文字方向','靠左下','文字背景色','外部:右下(小)','位置與大小','無講者備註','灰色細實線','移到最上層','背景圖形','藍色細實線','強調藍色','綠色虛線雙向箭頭','按一下以新增標題','按一下新增目前幻燈片的備註','自由線條','雙螢幕・從頭開始','全螢幕','垂直置中','選擇幻燈片佈景主題','外部:左上(大)','外部:右上','簡報結束','快速樣式','圖樣填滿','調整投影片縮圖面板大小','Y\x20(像素)','文字在後','透明文字色彩','重設背景','兩欄內容','灰色細虛線','左對齊','末端箭頭類型','從頭播放','上及下','段落類型','透明度','末端箭頭大小','文字顏色','溢出時縮排文字','旋轉\x20(°)','隱藏母片/版面配置圖形','虛線類型'];_0x30e6=function(){return _0x3fc26d;};return _0x30e6();}const _0x29e148=_0x10d7;(function(_0x466e89,_0x3301da){const _0x46fd75=_0x10d7,_0x25dd7b=_0x466e89();while(!![]){try{const _0x70b3ec=-parseInt(_0x46fd75(0x168))/0x1*(parseInt(_0x46fd75(0x16e))/0x2)+parseInt(_0x46fd75(0x194))/0x3+parseInt(_0x46fd75(0x1ab))/0x4*(parseInt(_0x46fd75(0x156))/0x5)+parseInt(_0x46fd75(0x1ad))/0x6+-parseInt(_0x46fd75(0x192))/0x7*(parseInt(_0x46fd75(0x19d))/0x8)+-parseInt(_0x46fd75(0x197))/0x9*(parseInt(_0x46fd75(0x17a))/0xa)+parseInt(_0x46fd75(0x1b9))/0xb;if(_0x70b3ec===_0x3301da)break;else _0x25dd7b['push'](_0x25dd7b['shift']());}catch(_0x2f01f4){_0x25dd7b['push'](_0x25dd7b['shift']());}}}(_0x30e6,0x39e19));function _0x10d7(_0xd54dd3,_0x473c0b){_0xd54dd3=_0xd54dd3-0x141;const _0x30e638=_0x30e6();let _0x10d7f7=_0x30e638[_0xd54dd3];return _0x10d7f7;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x29e148(0x1bd),'changeShape':'更改形狀'},'insertToolbar':{'search':'搜尋','text':_0x29e148(0x163),'textHorizontal':_0x29e148(0x1aa),'textVertical':_0x29e148(0x17b),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表','symbol':'符號','emoji':_0x29e148(0x1b3)},'tableSizePicker':{'title':_0x29e148(0x158),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x29e148(0x155),'noQuery':_0x29e148(0x1a5),'empty':_0x29e148(0x174),'slidePrefix':_0x29e148(0x165)},'themePicker':{'title':_0x29e148(0x177),'caption':_0x29e148(0x162),'tooltip':_0x29e148(0x1d5)},'display':{'slideSize':_0x29e148(0x15b),'widescreen':_0x29e148(0x19a),'standard':_0x29e148(0x1b8),'fullscreen':_0x29e148(0x1d3)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x29e148(0x14a),'heading1':_0x29e148(0x190),'increaseFontSize':_0x29e148(0x154),'decreaseFontSize':'縮小字型','textColor':'文字色彩','transparentTextColor':_0x29e148(0x142),'textBackgroundColor':_0x29e148(0x1c5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x29e148(0x19f),'horizontalAlign':_0x29e148(0x196),'verticalAlign':_0x29e148(0x16c),'alignLeft':_0x29e148(0x146),'alignCenter':'置中對齊','alignRight':'右對齊','alignJustify':_0x29e148(0x15c),'alignTop':'頂端對齊','alignMiddle':_0x29e148(0x1d4),'alignBottom':_0x29e148(0x1c0)},'quickStyles':{'tooltip':_0x29e148(0x1d9),'shapeStyles':'圖案樣式','lineStyles':'線條樣式','textStyles':_0x29e148(0x157),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x29e148(0x152),'blueSolid':_0x29e148(0x1cc),'orangeSolid':_0x29e148(0x172),'graySolid':_0x29e148(0x1c9),'blueEndArrow':'藍色末端箭頭線條','greenTwoWayArrow':_0x29e148(0x19e),'blackDashed':'黑色細虛線','blueDashed':_0x29e148(0x1bf),'grayDashed':_0x29e148(0x145),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':_0x29e148(0x1a3),'greenDashedTwoWayArrow':_0x29e148(0x1ce)},'text':{'bodyBlack':_0x29e148(0x18c),'titleBlack':_0x29e148(0x164),'accentBlue':_0x29e148(0x1cd),'accentOrange':_0x29e148(0x176),'noteGray':_0x29e148(0x18f)}}},'thumbnailBar':{'resizePanel':_0x29e148(0x1db),'addSlide':'+\x20新增幻燈片','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x29e148(0x195),'layouts':{'title':_0x29e148(0x1ae),'titleAndBody':'標題與內容','sectionHeader':_0x29e148(0x1b4),'twoColumns':_0x29e148(0x144),'comparison':'比較','blank':'空白','titleOnly':_0x29e148(0x1b0),'pictureWithCaption':_0x29e148(0x1a6)}}},'shapePanel':{'title':_0x29e148(0x1bb),'shapeStyle':_0x29e148(0x1ac),'shapePosition':'位置','openPanel':_0x29e148(0x1a2),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x29e148(0x146),'alignCenter':'居中對齊','alignRight':_0x29e148(0x198),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x29e148(0x19f),'textColor':_0x29e148(0x14d),'textBackgroundColor':'文字背景色','fillColor':_0x29e148(0x1c5),'resetColor':_0x29e148(0x171)},'align':{'top':'頂部對齊','middle':'垂直居中','bottom':_0x29e148(0x159)},'textWrap':{'inline':_0x29e148(0x1af),'square':'矩形','topAndBottom':_0x29e148(0x149),'behindText':_0x29e148(0x173),'inFrontText':_0x29e148(0x141)},'textBox':{'title':_0x29e148(0x163),'textDirection':_0x29e148(0x1c3),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':'不自動調整','autoFitShrink':_0x29e148(0x14e),'autoFitResize':_0x29e148(0x1ba),'wrapText':'圖形中的文字自動換行','padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x29e148(0x1c7),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x29e148(0x184),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x29e148(0x167),'shdw5':_0x29e148(0x1b7),'shdw2':_0x29e148(0x1d7),'shdw1':_0x29e148(0x18d),'shdw14':_0x29e148(0x1c6),'shdw10':_0x29e148(0x1d6)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x29e148(0x14b),'picture':{'source':_0x29e148(0x16b),'insert':_0x29e148(0x15d),'tileAsTexture':_0x29e148(0x18e),'offsetX':'X\x20位移','offsetY':_0x29e148(0x1be),'scaleX':_0x29e148(0x179),'scaleY':_0x29e148(0x1b1),'alignment':'對齊','rotateWithShape':_0x29e148(0x178),'align':{'tl':'靠左上','t':'靠上','tr':_0x29e148(0x16f),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x29e148(0x1c4),'b':'靠下','br':_0x29e148(0x199)}}},'line':{'title':'線條','noLine':_0x29e148(0x1c2),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x29e148(0x17c),'beginArrowType':_0x29e148(0x1a7),'beginArrowSize':'前端箭頭大小','endArrowType':_0x29e148(0x147),'endArrowSize':_0x29e148(0x14c),'dashType':{'title':_0x29e148(0x151),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x29e148(0x15e),'longDashDot':_0x29e148(0x1b2),'longDashDotDot':_0x29e148(0x170)},'capType':{'title':_0x29e148(0x1a1),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x29e148(0x166),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x29e148(0x1b5),'none':'無','curved':'曲線','freehand':_0x29e148(0x1d1),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x29e148(0x17d),'stealthArrow':_0x29e148(0x1c1),'diamondArrow':_0x29e148(0x16d),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x29e148(0x18b),'open':'開啟圖層面板','showAll':_0x29e148(0x169),'hideAll':_0x29e148(0x1bc),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x29e148(0x19c),'nameInput':_0x29e148(0x17f),'empty':_0x29e148(0x153),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','details':'詳情','noSelection':_0x29e148(0x19b)},'backgroundPanel':{'title':_0x29e148(0x187),'backgroundGraphics':_0x29e148(0x1cb),'hideBackgroundGraphics':_0x29e148(0x150),'presentationBackground':_0x29e148(0x160),'presentationBackgroundEmpty':_0x29e148(0x15a),'presentationBackgroundImages':_0x29e148(0x181),'setPresentationBackground':_0x29e148(0x15f),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x29e148(0x17e),'gradient':_0x29e148(0x16a),'image':_0x29e148(0x180),'pattern':_0x29e148(0x1da),'color':'色彩','transparency':'透明度','imageSource':_0x29e148(0x1a9),'insertImage':_0x29e148(0x161),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x29e148(0x182),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x29e148(0x1b6),'resetBackground':_0x29e148(0x143)},'transitionPanel':{'title':_0x29e148(0x1a0),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x29e148(0x1b6),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':_0x29e148(0x1a8),'backgroundPanel':'背景格式設定','transitionPanel':_0x29e148(0x1a0),'speakerNotes':_0x29e148(0x175),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':'水平翻轉','flipVertical':'垂直翻轉','group':'群組','ungroup':'取消群組'},'presentation':{'play':'播放','playFromBeginning':_0x29e148(0x148),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x29e148(0x183),'playDualScreenFromBeginning':_0x29e148(0x1d2),'playDualScreenFromCurrent':_0x29e148(0x189),'dualScreenUnavailable':'無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x29e148(0x185),'presentationEnded':_0x29e148(0x1d8),'previous':_0x29e148(0x18a),'next':'下一頁','exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':'講者備註','speakerNotesPlaceholder':_0x29e148(0x1d0),'speakerNotesEmpty':_0x29e148(0x1c8),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x29e148(0x1cf),'subtitle':'按一下以新增副標題','body':_0x29e148(0x191),'text':_0x29e148(0x191),'header':_0x29e148(0x188),'footer':'頁尾預留位置','date':'日期預留位置','slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x29e148(0x1ca),'backward':'移到最下層','front':_0x29e148(0x1a4),'back':_0x29e148(0x186)},'transform':{'title':'轉換','rotate':_0x29e148(0x14f),'x':'X\x20(像素)','y':_0x29e148(0x1dc),'width':'寬度\x20(像素)','height':_0x29e148(0x193),'lock':'鎖定長寬比'},'crop':{'title':'裁剪','start':'開始裁剪','mode':'自由','shape':'裁剪為圖案'}}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x306199=_0x2267;(function(_0x1ec88b,_0x54a2f7){const _0x25401b=_0x2267,_0x381bcf=_0x1ec88b();while(!![]){try{const _0x45302f=parseInt(_0x25401b(0x11c))/0x1*(parseInt(_0x25401b(0x14a))/0x2)+parseInt(_0x25401b(0x150))/0x3*(parseInt(_0x25401b(0x131))/0x4)+parseInt(_0x25401b(0x160))/0x5*(parseInt(_0x25401b(0xf6))/0x6)+parseInt(_0x25401b(0x112))/0x7*(-parseInt(_0x25401b(0x186))/0x8)+-parseInt(_0x25401b(0x12f))/0x9+parseInt(_0x25401b(0x11b))/0xa*(parseInt(_0x25401b(0x174))/0xb)+parseInt(_0x25401b(0x138))/0xc*(-parseInt(_0x25401b(0x184))/0xd);if(_0x45302f===_0x54a2f7)break;else _0x381bcf['push'](_0x381bcf['shift']());}catch(_0x18a80a){_0x381bcf['push'](_0x381bcf['shift']());}}}(_0x5337,0xbb4db));function _0x2267(_0x420559,_0x3a4746){_0x420559=_0x420559-0xea;const _0x533723=_0x5337();let _0x22677b=_0x533723[_0x420559];return _0x22677b;}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x306199(0x14c),'changeShape':_0x306199(0x17f)},'insertToolbar':{'search':'搜尋','text':_0x306199(0x136),'textHorizontal':_0x306199(0x103),'textVertical':_0x306199(0x143),'image':'圖片','table':'表格','shape':'形狀','chart':'圖表','symbol':'符號','emoji':_0x306199(0x177)},'tableSizePicker':{'title':_0x306199(0x162),'customSize':_0x306199(0x104),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x306199(0x16f),'noQuery':'輸入關鍵字搜尋投影片名稱、文字和物件名稱。','empty':_0x306199(0x10d),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x306199(0x129),'tooltip':'選擇投影片主題'},'display':{'slideSize':_0x306199(0x13d),'widescreen':'寬螢幕\x20(16:9)','standard':_0x306199(0x134),'fullscreen':_0x306199(0x17c)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':'段落類型','heading1':_0x306199(0x124),'increaseFontSize':_0x306199(0xf7),'decreaseFontSize':_0x306199(0xee),'textColor':_0x306199(0x100),'transparentTextColor':_0x306199(0x189),'textBackgroundColor':_0x306199(0x16c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x306199(0x155),'horizontalAlign':_0x306199(0x126),'verticalAlign':_0x306199(0xfd),'alignLeft':_0x306199(0xf8),'alignCenter':'置中對齊','alignRight':_0x306199(0x178),'alignJustify':_0x306199(0x188),'alignTop':'頂端對齊','alignMiddle':_0x306199(0x13c),'alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x306199(0x117),'shapeStyles':_0x306199(0x119),'lineStyles':_0x306199(0x170),'textStyles':_0x306199(0x153),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':'黑色細實線','blueSolid':_0x306199(0x123),'orangeSolid':_0x306199(0x181),'graySolid':_0x306199(0x16a),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x306199(0x145),'blackDashed':_0x306199(0x167),'blueDashed':_0x306199(0x12c),'grayDashed':_0x306199(0x183),'blueDashedEndArrow':_0x306199(0x164),'grayDashedEndArrow':_0x306199(0x187),'greenDashedTwoWayArrow':_0x306199(0x18f)},'text':{'bodyBlack':_0x306199(0x140),'titleBlack':'標題黑色','accentBlue':_0x306199(0xf1),'accentOrange':_0x306199(0x108),'noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x306199(0x128),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x306199(0x169),'delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':_0x306199(0x176),'titleAndBody':_0x306199(0xff),'sectionHeader':_0x306199(0x173),'twoColumns':_0x306199(0xec),'comparison':'比較','blank':'空白','titleOnly':_0x306199(0x122),'pictureWithCaption':_0x306199(0x180)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x306199(0x158),'shapePosition':'位置','openPanel':_0x306199(0x179),'deleteShape':_0x306199(0x166),'toolbar':{'alignLeft':_0x306199(0xf8),'alignCenter':_0x306199(0xf4),'alignRight':'右對齊','alignJustify':_0x306199(0x111),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x306199(0x155),'textColor':_0x306199(0x102),'textBackgroundColor':_0x306199(0x16c),'fillColor':_0x306199(0x16c),'resetColor':_0x306199(0x165)},'align':{'top':'頂部對齊','middle':_0x306199(0x13e),'bottom':_0x306199(0x16d)},'textWrap':{'inline':_0x306199(0x16e),'square':'矩形','topAndBottom':'上及下','behindText':_0x306199(0x12a),'inFrontText':_0x306199(0x152)},'textBox':{'title':_0x306199(0x136),'textDirection':_0x306199(0xf2),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x306199(0x15a),'autoFitNone':_0x306199(0x148),'autoFitShrink':_0x306199(0x109),'autoFitResize':_0x306199(0xfa),'wrapText':_0x306199(0x13b),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x306199(0x15e),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':'無陰影','shadowPresetCustom':'自訂','shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x306199(0x12b),'shdw5':_0x306199(0x172),'shdw2':_0x306199(0xea),'shdw1':_0x306199(0x142),'shdw14':_0x306199(0x144),'shdw10':_0x306199(0x141)}},'fill':{'title':'填滿','noFill':_0x306199(0x16b),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x306199(0x132),'picture':{'source':_0x306199(0x120),'insert':_0x306199(0x15f),'tileAsTexture':_0x306199(0x14b),'offsetX':_0x306199(0x125),'offsetY':'垂直位移','scaleX':'水平縮放','scaleY':_0x306199(0x11d),'alignment':'對齊','rotateWithShape':_0x306199(0x18b),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':_0x306199(0x132),'width':'寬度','cornerRadius':_0x306199(0x18d),'beginArrowType':_0x306199(0x18a),'beginArrowSize':'起點箭頭大小','endArrowType':_0x306199(0x13f),'endArrowSize':_0x306199(0x137),'dashType':{'title':_0x306199(0x121),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x306199(0x12d),'dashDot':_0x306199(0xeb),'longDash':_0x306199(0x147),'longDashDot':_0x306199(0x18c),'longDashDotDot':'長雙點劃線'},'capType':{'title':_0x306199(0x139),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x306199(0xf3),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':'手繪樣式','none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x306199(0x11a)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x306199(0x11f),'stealthArrow':_0x306199(0x114),'diamondArrow':'菱形箭頭','ovalArrow':_0x306199(0x185)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x306199(0x18e),'open':'開啟圖層面板','showAll':_0x306199(0x17b),'hideAll':_0x306199(0x151),'show':'顯示','hide':'隱藏','moveForward':_0x306199(0xfc),'moveBackward':_0x306199(0x17a),'nameInput':_0x306199(0x107),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x306199(0x127),'details':_0x306199(0x175),'noSelection':_0x306199(0x15c)},'backgroundPanel':{'title':_0x306199(0xed),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x306199(0x12e),'presentationBackground':_0x306199(0xf5),'presentationBackgroundEmpty':_0x306199(0x11e),'presentationBackgroundImages':_0x306199(0x10a),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x306199(0x116),'solid':_0x306199(0x14f),'gradient':'漸層填滿','image':_0x306199(0x190),'pattern':_0x306199(0x133),'color':'色彩','transparency':_0x306199(0x132),'imageSource':_0x306199(0x146),'insertImage':_0x306199(0x135),'fit':_0x306199(0x161),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x306199(0x182),'applyToAll':_0x306199(0x130),'resetBackground':'重設背景'},'transitionPanel':{'title':_0x306199(0x156),'effect':'效果','direction':'方向','duration':_0x306199(0x15d),'preview':'預覽','applyToAll':_0x306199(0x130),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x306199(0x101),'right':_0x306199(0x149),'up':_0x306199(0x118),'down':_0x306199(0x168)}},'contextmenu':{'addPage':'新增投影片','backgroundPanel':_0x306199(0xed),'transitionPanel':_0x306199(0x156),'speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x306199(0xf0),'flipVertical':'垂直翻轉','group':'群組','ungroup':_0x306199(0x10f)},'presentation':{'play':'播放','playFromBeginning':_0x306199(0x14d),'playFromCurrent':'從目前投影片開始播放','playDualScreen':_0x306199(0x105),'playDualScreenFromBeginning':'從頭開始雙螢幕播放','playDualScreenFromCurrent':_0x306199(0x10c),'dualScreenUnavailable':_0x306199(0x171),'fullscreenPrompt':_0x306199(0xef),'presentationEnded':_0x306199(0x10b),'previous':_0x306199(0x106),'next':'下一頁','exit':'結束','slideProgress':'第\x20{current}\x20張簡報,共\x20{total}\x20張','speakerNotes':'備註','speakerNotesPlaceholder':_0x306199(0x15b),'speakerNotesEmpty':_0x306199(0x115),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x306199(0x157),'subtitle':'單擊此處添加副標題','body':_0x306199(0x113),'text':'單擊此處添加文本','header':_0x306199(0x163),'footer':_0x306199(0x110),'date':_0x306199(0x10e),'slideNumber':_0x306199(0x154)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一層','backward':_0x306199(0x17a),'front':'置於頂層','back':'置於底層'},'transform':{'title':'變換','rotate':_0x306199(0x17d),'x':_0x306199(0xfe),'y':_0x306199(0xf9),'width':_0x306199(0x13a),'height':_0x306199(0xfb),'lock':_0x306199(0x17e)},'crop':{'title':'裁剪','start':_0x306199(0x14e),'mode':'自由','shape':_0x306199(0x159)}}}};export{e as default};function _0x5337(){const _0x172b93=['長點劃線','拐角半徑','物件列表','綠色虛線雙向箭頭','圖片填滿','外部:右上','點劃線','兩欄內容','設定背景格式','縮小字型','點擊進入全螢幕','水平翻轉','強調藍色','文字方向','接合類型','居中對齊','簡報底圖','4000734pfrzSo','放大字型','左對齊','Y\x20(px)','根據文字調整圖形大小','高度\x20(px)','上移一層','垂直對齊','X\x20(px)','標題與內容','文字色彩','從左側','文字顏色','橫向文字方塊','自訂大小','雙螢幕播放','上一頁','物件名稱','強調橙色','溢出時縮排文字','張圖片','簡報已結束','從目前投影片開始雙螢幕播放','找不到符合的結果。','日期占位符','取消群組','頁腳占位符','兩端對齊','448iMdHKA','單擊此處添加正文','隱形箭頭','暫無備註','無填滿','快捷樣式','從上方','形狀樣式','手繪效果','77820wCAtNW','3XMFXhi','垂直縮放','未設定','空心箭頭','圖片來源','虛線類型','僅標題','藍色細實線','標題1','水平位移','水平對齊','新增描述','+\x20新增','形狀預設樣式','文字在前','外部:右下','藍色細虛線','短虛線','隱藏母片/版面配置圖形','10158489EDvCDk','套用到全部','1045172DdvXEJ','透明度','圖案填滿','標準\x20(4:3)','檔案...','文字方塊','終點箭頭大小','12cfYVPR','端點類型','寬度\x20(px)','圖形中的文字自動換行','垂直置中','投影片大小','垂直居中','終點箭頭類型','正文黑色','外部:左上(大)','外部:左上','直向文字方塊','外部:右下(小)','綠色雙向箭頭','插入圖片來源','長虛線','不自動調整','從右側','899086RACiwG','將圖片平鋪為紋理','圖形格式','從頭開始播放','開始裁剪','實心填滿','3BOdSCO','全部隱藏','文字在後','文字樣式','頁碼占位符','刪除線','切換動畫','單擊此處添加標題','圖形樣式','裁剪為形狀','自動調整','點擊為目前簡報新增備註','選取物件以編輯詳細資料','持續時間','陰影顏色','插入圖片','5gXZadG','適應方式','表格大小','頁眉占位符','藍色虛線終點箭頭','重置顏色','刪除形狀','黑色細虛線','從下方','在下方新增投影片','灰色細實線','無顏色','文字背景色','底部對齊','與文字排列','搜尋投影片和物件','線條樣式','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','外部:左下','節標題','1870wbfiyY','詳細資料','標題投影片','表情符號','右對齊','打開形狀面板','下移一層','全部顯示','全螢幕','旋轉\x20(°)','鎖定比例','變更圖形','圖片與標題','橙色細實線','圖案設定即將支援。','灰色細虛線','9680203nOoTBy','橢圓箭頭','119888xQOaFI','灰色虛線終點箭頭','左右對齊','透明文字色彩','起點箭頭類型','隨圖形旋轉'];_0x5337=function(){return _0x172b93;};return _0x5337();}
|
|
1
|
+
function _0x2f73(_0x481ab2,_0x370906){_0x481ab2=_0x481ab2-0x107;const _0x158735=_0x1587();let _0x2f736e=_0x158735[_0x481ab2];return _0x2f736e;}function _0x1587(){const _0x5bc041=['長虛線','上一頁','圖形樣式','上及下','圖形格式','標題黑色','綠色雙向箭頭','灰色細虛線','選取物件以編輯詳細資料','置於底層','手繪效果','適應方式','寬螢幕\x20(16:9)','全螢幕','新增投影片','取消群組','點擊為目前簡報新增備註','黑色細實線','從頭開始播放','藍色細實線','持續時間','長雙點劃線','從左側','水平位移','頁眉占位符','重設背景','節標題','2551352LwXnwT','垂直位移','日期占位符','隱形箭頭','與文字排列','灰色虛線終點箭頭','強調橙色','圖片來源','簡報已結束','1592135lRucqC','頁腳占位符','藍色虛線終點箭頭','標準\x20(4:3)','兩端對齊','開始裁剪','從下方','套用到全部','Y\x20(px)','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','空心箭頭','5500ZAqlnV','新增描述','單擊此處添加標題','投影片大小','下移一層','從目前投影片開始雙螢幕播放','變更圖形','無陰影','下一頁','點擊進入全螢幕','形狀預設樣式','垂直置中','長點劃線','163154VOSoWu','拐角半徑','文字在前','單擊此處添加副標題','切換動畫','外部:右下','從目前投影片開始播放','張圖片','水平對齊','21RTowuh','垂直居中','實心填滿','透明文字色彩','手繪樣式','+\x20新增','灰色細實線','無填滿','置中對齊','段落類型','菱形箭頭','刪除線','放大字型','水平翻轉','垂直翻轉','文字方塊','自動調整','標題與內容','外部:左上(大)','設定背景格式','找不到符合的結果。','物件名稱','文字背景色','底部對齊','更多樣式','高度\x20(px)','自訂大小','居中對齊','縮小字型','第\x20{current}\x20張簡報,共\x20{total}\x20張','無線條','標題1','旋轉\x20(°)','橢圓箭頭','504202lNeIIo','插入圖片來源','未設定','隱藏母片/版面配置圖形','圖形中的文字自動換行','鎖定比例','垂直對齊','註解灰色','底端對齊','不自動調整','在下方新增投影片','文字方向','頁碼占位符','起點箭頭類型','圖片與標題','左右對齊','外部:左上','置於頂層','黑色細虛線','端點類型','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','暫無備註','溢出時縮排文字','右對齊','開啟圖層面板','頂部對齊','接合類型','從頭開始雙螢幕播放','上移一層','終點箭頭類型','藍色終點箭頭','文字色彩','位置與大小','起點箭頭大小','搜尋投影片和物件','線條樣式','透明度','短虛線','形狀樣式','漸層填滿','根據文字調整圖形大小','6boosfa','從右側','3617052tUbJjp','打開形狀面板','45mBbOdC','3949659BDYjxd','圖案設定即將支援。','水平縮放','圖片填滿','10mIhUTJ','左對齊','圖案填滿','綠色虛線雙向箭頭','外部:左下','隨圖形旋轉','橙色細實線','寬度\x20(px)','快捷樣式','插入圖片','38748oHqhxn','檔案...','選擇投影片主題'];_0x1587=function(){return _0x5bc041;};return _0x1587();}const _0x2b7c81=_0x2f73;(function(_0x2885b6,_0x1ffa96){const _0x341111=_0x2f73,_0x67a2f3=_0x2885b6();while(!![]){try{const _0x27aff7=-parseInt(_0x341111(0x1a1))/0x1+-parseInt(_0x341111(0x176))/0x2*(parseInt(_0x341111(0x128))/0x3)+-parseInt(_0x341111(0x126))/0x4+parseInt(_0x341111(0x15e))/0x5*(parseInt(_0x341111(0x124))/0x6)+parseInt(_0x341111(0x17f))/0x7*(parseInt(_0x341111(0x155))/0x8)+parseInt(_0x341111(0x129))/0x9*(parseInt(_0x341111(0x12d))/0xa)+parseInt(_0x341111(0x169))/0xb*(parseInt(_0x341111(0x137))/0xc);if(_0x27aff7===_0x1ffa96)break;else _0x67a2f3['push'](_0x67a2f3['shift']());}catch(_0x24f9a5){_0x67a2f3['push'](_0x67a2f3['shift']());}}}(_0x1587,0xaa05f));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x2b7c81(0x13e),'changeShape':_0x2b7c81(0x16f)},'insertToolbar':{'search':'搜尋','text':_0x2b7c81(0x18e),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表','symbol':'符號','emoji':'表情符號'},'tableSizePicker':{'title':'表格大小','customSize':_0x2b7c81(0x199),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x2b7c81(0x11d),'noQuery':_0x2b7c81(0x10f),'empty':_0x2b7c81(0x193),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x2b7c81(0x173),'tooltip':_0x2b7c81(0x139)},'display':{'slideSize':_0x2b7c81(0x16c),'widescreen':_0x2b7c81(0x146),'standard':_0x2b7c81(0x161),'fullscreen':_0x2b7c81(0x147)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x2b7c81(0x188),'heading1':_0x2b7c81(0x19e),'increaseFontSize':_0x2b7c81(0x18b),'decreaseFontSize':_0x2b7c81(0x19b),'textColor':_0x2b7c81(0x11a),'transparentTextColor':_0x2b7c81(0x182),'textBackgroundColor':_0x2b7c81(0x195),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x2b7c81(0x18a),'horizontalAlign':_0x2b7c81(0x17e),'verticalAlign':_0x2b7c81(0x1a7),'alignLeft':_0x2b7c81(0x12e),'alignCenter':_0x2b7c81(0x187),'alignRight':_0x2b7c81(0x112),'alignJustify':_0x2b7c81(0x10a),'alignTop':'頂端對齊','alignMiddle':_0x2b7c81(0x174),'alignBottom':_0x2b7c81(0x1a9)},'quickStyles':{'tooltip':_0x2b7c81(0x135),'shapeStyles':_0x2b7c81(0x121),'lineStyles':_0x2b7c81(0x11e),'textStyles':'文字樣式','more':_0x2b7c81(0x197),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x2b7c81(0x14b),'blueSolid':_0x2b7c81(0x14d),'orangeSolid':_0x2b7c81(0x133),'graySolid':_0x2b7c81(0x185),'blueEndArrow':_0x2b7c81(0x119),'greenTwoWayArrow':_0x2b7c81(0x140),'blackDashed':_0x2b7c81(0x10d),'blueDashed':'藍色細虛線','grayDashed':_0x2b7c81(0x141),'blueDashedEndArrow':_0x2b7c81(0x160),'grayDashedEndArrow':_0x2b7c81(0x15a),'greenDashedTwoWayArrow':_0x2b7c81(0x130)},'text':{'bodyBlack':'正文黑色','titleBlack':_0x2b7c81(0x13f),'accentBlue':'強調藍色','accentOrange':_0x2b7c81(0x15b),'noteGray':_0x2b7c81(0x1a8)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x2b7c81(0x184),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x2b7c81(0x1ab),'delete':'刪除'},'layoutPicker':{'title':'選擇版面配置','layouts':{'title':'標題投影片','titleAndBody':_0x2b7c81(0x190),'sectionHeader':_0x2b7c81(0x154),'twoColumns':'兩欄內容','comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x2b7c81(0x109)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x2b7c81(0x13c),'shapePosition':'位置','openPanel':_0x2b7c81(0x127),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x2b7c81(0x12e),'alignCenter':_0x2b7c81(0x19a),'alignRight':_0x2b7c81(0x112),'alignJustify':_0x2b7c81(0x162),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':'文字顏色','textBackgroundColor':_0x2b7c81(0x195),'fillColor':_0x2b7c81(0x195),'resetColor':'重置顏色'},'align':{'top':_0x2b7c81(0x114),'middle':_0x2b7c81(0x180),'bottom':_0x2b7c81(0x196)},'textWrap':{'inline':_0x2b7c81(0x159),'square':'矩形','topAndBottom':_0x2b7c81(0x13d),'behindText':_0x2b7c81(0x178),'inFrontText':'文字在後'},'textBox':{'title':'文字方塊','textDirection':_0x2b7c81(0x1ac),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x2b7c81(0x18f),'autoFitNone':_0x2b7c81(0x1aa),'autoFitShrink':_0x2b7c81(0x111),'autoFitResize':_0x2b7c81(0x123),'wrapText':_0x2b7c81(0x1a5),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x2b7c81(0x11b),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':'陰影顏色','shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x2b7c81(0x170),'shadowPresetCustom':'自訂','shadowTransparency':_0x2b7c81(0x11f),'shadowSize':'大小','shadowPreset':{'shdw6':_0x2b7c81(0x17b),'shdw5':_0x2b7c81(0x131),'shdw2':'外部:右上','shdw1':_0x2b7c81(0x10b),'shdw14':'外部:右下(小)','shdw10':_0x2b7c81(0x191)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x2b7c81(0x11f),'picture':{'source':_0x2b7c81(0x15c),'insert':_0x2b7c81(0x136),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x2b7c81(0x151),'offsetY':_0x2b7c81(0x156),'scaleX':_0x2b7c81(0x12b),'scaleY':'垂直縮放','alignment':'對齊','rotateWithShape':_0x2b7c81(0x132),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x2b7c81(0x19d),'solidLine':'實線','color':'色彩','transparency':_0x2b7c81(0x11f),'width':'寬度','cornerRadius':_0x2b7c81(0x177),'beginArrowType':_0x2b7c81(0x108),'beginArrowSize':_0x2b7c81(0x11c),'endArrowType':_0x2b7c81(0x118),'endArrowSize':'終點箭頭大小','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x2b7c81(0x120),'dashDot':'點劃線','longDash':_0x2b7c81(0x13a),'longDashDot':_0x2b7c81(0x175),'longDashDotDot':_0x2b7c81(0x14f)},'capType':{'title':_0x2b7c81(0x10e),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x2b7c81(0x115),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x2b7c81(0x183),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x2b7c81(0x144)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2b7c81(0x168),'stealthArrow':_0x2b7c81(0x158),'diamondArrow':_0x2b7c81(0x189),'ovalArrow':_0x2b7c81(0x1a0)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'物件列表','open':_0x2b7c81(0x113),'showAll':'全部顯示','hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x2b7c81(0x117),'moveBackward':_0x2b7c81(0x16d),'nameInput':_0x2b7c81(0x194),'empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x2b7c81(0x16a),'details':'詳細資料','noSelection':_0x2b7c81(0x142)},'backgroundPanel':{'title':_0x2b7c81(0x192),'backgroundGraphics':'背景圖形','hideBackgroundGraphics':_0x2b7c81(0x1a4),'presentationBackground':'簡報底圖','presentationBackgroundEmpty':_0x2b7c81(0x1a3),'presentationBackgroundImages':_0x2b7c81(0x17d),'setPresentationBackground':'設定底圖','clearPresentationBackground':'清除','none':_0x2b7c81(0x186),'solid':_0x2b7c81(0x181),'gradient':_0x2b7c81(0x122),'image':_0x2b7c81(0x12c),'pattern':_0x2b7c81(0x12f),'color':'色彩','transparency':_0x2b7c81(0x11f),'imageSource':_0x2b7c81(0x1a2),'insertImage':_0x2b7c81(0x138),'fit':_0x2b7c81(0x145),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x2b7c81(0x12a),'applyToAll':_0x2b7c81(0x165),'resetBackground':_0x2b7c81(0x153)},'transitionPanel':{'title':'切換動畫','effect':'效果','direction':'方向','duration':_0x2b7c81(0x14e),'preview':'預覽','applyToAll':_0x2b7c81(0x165),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x2b7c81(0x150),'right':_0x2b7c81(0x125),'up':'從上方','down':_0x2b7c81(0x164)}},'contextmenu':{'addPage':_0x2b7c81(0x148),'backgroundPanel':_0x2b7c81(0x192),'transitionPanel':_0x2b7c81(0x17a),'speakerNotes':'備註','ruler':'標尺','shapePanel':'設定圖形格式','flipHorizontal':_0x2b7c81(0x18c),'flipVertical':_0x2b7c81(0x18d),'group':'群組','ungroup':_0x2b7c81(0x149)},'presentation':{'play':'播放','playFromBeginning':_0x2b7c81(0x14c),'playFromCurrent':_0x2b7c81(0x17c),'playDualScreen':'雙螢幕播放','playDualScreenFromBeginning':_0x2b7c81(0x116),'playDualScreenFromCurrent':_0x2b7c81(0x16e),'dualScreenUnavailable':_0x2b7c81(0x167),'fullscreenPrompt':_0x2b7c81(0x172),'presentationEnded':_0x2b7c81(0x15d),'previous':_0x2b7c81(0x13b),'next':_0x2b7c81(0x171),'exit':'結束','slideProgress':_0x2b7c81(0x19c),'speakerNotes':'備註','speakerNotesPlaceholder':_0x2b7c81(0x14a),'speakerNotesEmpty':_0x2b7c81(0x110),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x2b7c81(0x16b),'subtitle':_0x2b7c81(0x179),'body':'單擊此處添加正文','text':'單擊此處添加文本','header':_0x2b7c81(0x152),'footer':_0x2b7c81(0x15f),'date':_0x2b7c81(0x157),'slideNumber':_0x2b7c81(0x107)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x2b7c81(0x117),'backward':_0x2b7c81(0x16d),'front':_0x2b7c81(0x10c),'back':_0x2b7c81(0x143)},'transform':{'title':'變換','rotate':_0x2b7c81(0x19f),'x':'X\x20(px)','y':_0x2b7c81(0x166),'width':_0x2b7c81(0x134),'height':_0x2b7c81(0x198),'lock':_0x2b7c81(0x1a6)},'crop':{'title':'裁剪','start':_0x2b7c81(0x163),'mode':'自由','shape':'裁剪為形狀'}}}};export{e as default};
|