@univerjs-pro/slides-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +155 -120
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/components/canvas-view/CanvasView.d.ts +141 -3
  64. package/lib/types/components/editor-content/EditorContent.d.ts +4 -1
  65. package/lib/types/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +7 -0
  66. package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +33 -0
  67. package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
  68. package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +4 -0
  69. package/lib/types/components/host-ui/SlideHostUiParts.d.ts +7 -0
  70. package/lib/types/components/insert-toolbar/ShapePicker.d.ts +1 -5
  71. package/lib/types/components/object-list-panel/slide-object-list-state.d.ts +1 -0
  72. package/lib/types/components/presentation/SlidePresentationEmbedLayer.d.ts +34 -0
  73. package/lib/types/components/table-size/SlideTableSizePicker.d.ts +2 -12
  74. package/lib/types/components/thumbnail-bar/ThumbnailBar.d.ts +21 -0
  75. package/lib/types/controllers/slide-connector-endpoint.controller.d.ts +1 -1
  76. package/lib/types/controllers/slide-contextual-ribbon.controller.d.ts +10 -1
  77. package/lib/types/controllers/slide-drawing-selection.controller.d.ts +15 -3
  78. package/lib/types/controllers/slide-drawing-transform.controller.d.ts +3 -0
  79. package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -1
  80. package/lib/types/controllers/slide-image-cropper.controller.d.ts +20 -1
  81. package/lib/types/controllers/slide-render.controller.d.ts +2 -0
  82. package/lib/types/default-config.d.ts +2 -2
  83. package/lib/types/embed-active-page.d.ts +5 -0
  84. package/lib/types/embed-floating-menu-stage.d.ts +14 -0
  85. package/lib/types/embed-focus-owner.d.ts +40 -0
  86. package/lib/types/index.d.ts +30 -7
  87. package/lib/types/locale/en-US.d.ts +25 -0
  88. package/lib/types/quick-styles/presets.d.ts +4 -3
  89. package/lib/types/render-objects/document-text-render.util.d.ts +7 -0
  90. package/lib/types/render-objects/index.d.ts +1 -0
  91. package/lib/types/render-objects/placeholder-object/index.d.ts +1 -0
  92. package/lib/types/render-objects/placeholder-object/placeholder-text-rect.util.d.ts +7 -0
  93. package/lib/types/render-objects/slide-drawing-base.d.ts +1 -3
  94. package/lib/types/render-objects/slide-image-object.d.ts +7 -2
  95. package/lib/types/render-objects/slide-page-background-object.d.ts +6 -3
  96. package/lib/types/render-objects/slide-shape-object.d.ts +2 -2
  97. package/lib/types/render-objects/slide-table-object.d.ts +11 -6
  98. package/lib/types/services/slide-canvas-pop-manager.service.d.ts +2 -1
  99. package/lib/types/services/slide-embed-integration.service.d.ts +51 -0
  100. package/lib/types/services/slide-embed-runtime.service.d.ts +50 -0
  101. package/lib/types/services/slide-hit-test.service.d.ts +2 -0
  102. package/lib/types/services/slide-insert.service.d.ts +8 -6
  103. package/lib/types/slide-editor/const.d.ts +1 -0
  104. package/lib/types/slide-editor/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  105. package/lib/types/slide-editor/editor-ui/index.d.ts +1 -1
  106. package/lib/types/slide-editor/editor-ui/utils/render.d.ts +13 -3
  107. package/lib/types/slide-editor/services/slide-text-editing.service.d.ts +3 -1
  108. package/lib/types/utils/shape-text-style.util.d.ts +8 -6
  109. package/lib/types/views/render/adaptors/image-adaptor.d.ts +4 -4
  110. package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +3 -4
  111. package/lib/types/views/render/adaptors/shape-adaptor.d.ts +3 -4
  112. package/lib/types/views/render/adaptors/table-adaptor.d.ts +4 -4
  113. package/lib/umd/index.js +1 -1
  114. package/lib/umd/locale/ar-SA.js +1 -1
  115. package/lib/umd/locale/ca-ES.js +1 -1
  116. package/lib/umd/locale/de-DE.js +1 -1
  117. package/lib/umd/locale/en-US.js +1 -1
  118. package/lib/umd/locale/es-ES.js +1 -1
  119. package/lib/umd/locale/fa-IR.js +1 -1
  120. package/lib/umd/locale/fr-FR.js +1 -1
  121. package/lib/umd/locale/id-ID.js +1 -1
  122. package/lib/umd/locale/it-IT.js +1 -1
  123. package/lib/umd/locale/ja-JP.js +1 -1
  124. package/lib/umd/locale/ko-KR.js +1 -1
  125. package/lib/umd/locale/pl-PL.js +1 -1
  126. package/lib/umd/locale/pt-BR.js +1 -1
  127. package/lib/umd/locale/ru-RU.js +1 -1
  128. package/lib/umd/locale/sk-SK.js +1 -1
  129. package/lib/umd/locale/vi-VN.js +1 -1
  130. package/lib/umd/locale/zh-CN.js +1 -1
  131. package/lib/umd/locale/zh-HK.js +1 -1
  132. package/lib/umd/locale/zh-TW.js +1 -1
  133. package/package.json +18 -19
  134. package/lib/types/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
@@ -1 +1 @@
1
- const _0x230627=_0x5408;function _0x3f6b(){const _0x4fa00a=['Dưới\x20cùng\x20bên\x20phải','Cắt\x20theo\x20hình\x20dạng','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Bên\x20phải','Ẩn\x20tất\x20cả','Tiêu\x20đề\x20đen','Áp\x20dụng','Mũi\x20tên\x20hình\x20bầu\x20dục','So\x20sánh','Hiệu\x20ứng','Trên\x20cùng\x20bên\x20trái','Màu\x20chữ','Căn\x20đều','Thoát','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Danh\x20sách\x20đối\x20tượng','8555440hrxFLP','Xoay\x20(°)','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','Reset\x20color','Tô\x20màu\x20gradient','Hướng','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Đứt\x20nét','Lộ\x20ra','248hHbeez','Hàng','Vừa\x20khung','Căn\x20giữa','Trước','Bên\x20ngoài:\x20trên\x20trái','Đưa\x20xuống\x20cuối','Thêm\x20kiểu','Đưa\x20lên\x20đầu','Tiếp','Chèn\x20hình\x20ảnh','36PRiMXH','Trình\x20giữ\x20chỗ\x20số\x20trang','Lật\x20ngang','Nhấn\x20mạnh\x20xanh\x20dương','Đặt\x20lại\x20nền','Nghiêng','Giảm\x20cỡ\x20chữ','Kiểu\x20đoạn\x20văn','Góc\x20nhọn','Trình\x20giữ\x20chỗ\x20chân\x20trang','Xem\x20trước','Cắt','Từ\x20trên','Căn\x20dọc','Chiều\x20cao','Đặt\x20nền','Căn\x20dưới','9gmuXUW','Cong','Chiều\x20cao\x20(px)','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Mặc\x20định\x20hình\x20dạng','Tăng\x20cỡ\x20chữ','Nền\x20bản\x20trình\x20bày','Nhấp\x20để\x20thêm\x20văn\x20bản','Mũi\x20tên','Tên\x20đối\x20tượng','Màu\x20nền\x20văn\x20bản','Chính\x20giữa','Hai\x20nội\x20dung','Hình\x20ảnh\x20có\x20chú\x20thích','Bán\x20kính\x20góc','Chủ\x20đề','Đường\x20liền\x20mảnh\x20màu\x20cam','Chiều\x20rộng\x20(px)','Không\x20đường\x20kẻ','Bắt\x20đầu\x20cắt','Kiểu\x20nối','Dưới\x20cùng','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Đưa\x20xuống\x20sau','Top\x20and\x20Bottom','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','6952316RIfSFQ','Nhỏ','Độ\x20dịch\x20X','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Kiểu\x20mũi\x20tên\x20cuối','Căn\x20phải','Quét','Tiêu\x20đề\x20phần','Hộp\x20văn\x20bản','Liền\x20nét','Kiểu\x20mũi\x20tên\x20đầu','Bỏ\x20nhóm','Hủy','+\x20Thêm\x20trang','Vuông','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Căn\x20chỉnh','Màu\x20bóng','Phông\x20chữ','Phát','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Sao\x20chép','Thước','Từ\x20phải','162207fqPEjW','Gạch\x20chân','236365SZaHFm','hình\x20ảnh','Chấm\x20vuông','Định\x20dạng\x20hình\x20dạng','Bên\x20trái','Không\x20tô','Vừa','Vị\x20trí\x20và\x20kích\x20thước','Bên\x20ngoài:\x20dưới\x20phải','Bảng','Góc','Hình\x20ảnh','Xóa\x20hình\x20dạng','Tùy\x20chỉnh','Đường\x20kẻ','Tự\x20do','Đưa\x20lên\x20trước','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','In\x20đậm','Kiểu\x20phác\x20thảo','Tô\x20màu\x20chuyển\x20sắc','Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Kiểu\x20đầu\x20đường','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Kiểu\x20hình\x20dạng','Từ\x20trái','Đậm','Không\x20tô\x20màu','2359890NZIOLM','Hộp\x20văn\x20bản\x20dọc','Hiển\x20thị\x20tất\x20cả','Chèn','Tô\x20màu\x20hoa\x20văn','Chèn\x20hình\x20ảnh\x20từ','Căn\x20đều\x20hai\x20bên','Cỡ\x20chữ','Màu\x20chữ\x20trong\x20suốt','Căn\x20ngang','Độ\x20dịch\x20Y','Từ\x20dưới','Chiều\x20rộng','Mũi\x20tên\x20mở','Chuyển\x20tiếp','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Tô\x20màu\x20đặc','Tiêu\x20đề\x20và\x20nội\x20dung','Đưa\x20ra\x20sau','726588rgAQUY','Kích\x20thước','Trên\x20cùng\x20bên\x20phải','Căn\x20giữa\x20theo\x20chiều\x20dọc','Table\x20size','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','Gạch\x20ngang\x20dài','Khóa\x20tỷ\x20lệ','Cột','Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','Gạch\x20ngang','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Đường\x20liền\x20mảnh\x20màu\x20đen','Sắp\x20xếp','Kiểu\x20đường\x20kẻ','Tô\x20màu','Phát\x20từ\x20đầu','Tròn','Sơ\x20đồ','Màu','Biến\x20đổi','Thời\x20lượng','Bỏ\x20che','Không','Lưu','Trang\x20trình\x20bày\x20mới','Square','Lật\x20dọc','Không\x20có\x20đối\x20tượng','Hiển\x20thị','Tìm\x20kiếm','Tỷ\x20lệ\x20X','Hình\x20dạng','Ghi\x20chú\x20xám','Đường\x20liền\x20mảnh\x20màu\x20xám','Vẽ\x20tay','Trang\x20tiêu\x20đề','Mờ\x20dần','Áp\x20dụng\x20cho\x20tất\x20cả','Độ\x20trong\x20suốt','Kiểu\x20đứt\x20nét','Behind\x20text','Bên\x20ngoài:\x20trên\x20phải','Lớn','Màu\x20nền\x20chữ','Chấm\x20tròn','Vị\x20trí','Phẳng','Định\x20dạng\x20nền','Màn\x20hình\x20kép\x20từ\x20đầu','Lấp\x20đầy','Căn\x20trái','Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','Đưa\x20ra\x20trước','Tệp...','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Làm\x20mờ','Phát\x20từ\x20trang\x20hiện\x20tại','Kiểu\x20văn\x20bản','Vát','In\x20line\x20with\x20text','Gạch\x20ngang\x20dài-chấm','Nhấn\x20mạnh\x20cam','Ghi\x20chú\x20người\x20trình\x20bày','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Kiểu\x20nhanh','584615AadLBJ','Trình\x20giữ\x20chỗ\x20ngày\x20tháng'];_0x3f6b=function(){return _0x4fa00a;};return _0x3f6b();}(function(_0x188c1e,_0x43cf78){const _0x36cb03=_0x5408,_0x15ad3f=_0x188c1e();while(!![]){try{const _0x3b031d=parseInt(_0x36cb03(0xeb))/0x1+-parseInt(_0x36cb03(0x107))/0x2+parseInt(_0x36cb03(0xb7))/0x3*(parseInt(_0x36cb03(0x11a))/0x4)+parseInt(_0x36cb03(0x15c))/0x5*(parseInt(_0x36cb03(0xa6))/0x6)+-parseInt(_0x36cb03(0xd1))/0x7+parseInt(_0x36cb03(0x9b))/0x8*(parseInt(_0x36cb03(0xe9))/0x9)+parseInt(_0x36cb03(0x90))/0xa;if(_0x3b031d===_0x43cf78)break;else _0x15ad3f['push'](_0x15ad3f['shift']());}catch(_0x10040b){_0x15ad3f['push'](_0x15ad3f['shift']());}}}(_0x3f6b,0xb0c00));function _0x5408(_0x4491a7,_0x567925){_0x4491a7=_0x4491a7-0x87;const _0x3f6b76=_0x3f6b();let _0x540851=_0x3f6b76[_0x4491a7];return _0x540851;}const e={'slides-ui':{'ribbon':{'shapeFormat':'Định\x20dạng\x20hình\x20dạng','changeShape':'Thay\x20đổi\x20hình\x20dạng'},'insertToolbar':{'search':_0x230627(0x138),'text':_0x230627(0xd9),'textHorizontal':'Hộp\x20văn\x20bản\x20ngang','textVertical':_0x230627(0x108),'image':_0x230627(0xf6),'table':_0x230627(0xf4),'shape':_0x230627(0x13a),'chart':'Biểu\x20đồ'},'tableSizePicker':{'title':_0x230627(0x11e),'customSize':'Kích\x20thước\x20tùy\x20chỉnh','rows':_0x230627(0x9c),'columns':_0x230627(0x122),'insert':_0x230627(0x10a),'apply':_0x230627(0x164)},'searchPanel':{'placeholder':_0x230627(0x123),'noQuery':_0x230627(0x97),'empty':'Không\x20tìm\x20thấy\x20kết\x20quả.','slidePrefix':'Trang'},'themePicker':{'title':_0x230627(0xc6),'caption':_0x230627(0xbb),'tooltip':_0x230627(0xd0)},'editorToolbar':{'fontFamily':_0x230627(0xe3),'fontSize':_0x230627(0x10e),'paragraphType':_0x230627(0xad),'heading1':'Tiêu\x20đề\x201','increaseFontSize':_0x230627(0xbc),'decreaseFontSize':_0x230627(0xac),'textColor':_0x230627(0x8b),'transparentTextColor':_0x230627(0x10f),'textBackgroundColor':_0x230627(0x146),'bold':_0x230627(0x105),'italic':_0x230627(0xab),'underline':_0x230627(0xea),'strikethrough':_0x230627(0x124),'horizontalAlign':_0x230627(0x110),'verticalAlign':_0x230627(0xb3),'alignLeft':_0x230627(0x14d),'alignCenter':_0x230627(0x9e),'alignRight':_0x230627(0xd6),'alignJustify':_0x230627(0x8c),'alignTop':'Căn\x20trên','alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':_0x230627(0xb6)},'quickStyles':{'tooltip':_0x230627(0x15b),'shapeStyles':'Kiểu\x20hình\x20dạng','lineStyles':_0x230627(0x128),'textStyles':_0x230627(0x154),'more':_0x230627(0xa2),'groups':{'solid':'Liền\x20nét','dashed':_0x230627(0x99)},'presets':{'line':{'blackSolid':_0x230627(0x126),'blueSolid':_0x230627(0x93),'orangeSolid':_0x230627(0xc7),'graySolid':_0x230627(0x13c),'blueEndArrow':'Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','greenTwoWayArrow':_0x230627(0x8e),'blackDashed':'Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','blueDashed':_0x230627(0x11f),'grayDashed':_0x230627(0x92),'blueDashedEndArrow':_0x230627(0x15a),'grayDashedEndArrow':'Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','greenDashedTwoWayArrow':_0x230627(0x100)},'text':{'bodyBlack':'Nội\x20dung\x20đen','titleBlack':_0x230627(0x163),'accentBlue':_0x230627(0xa9),'accentOrange':_0x230627(0x158),'noteGray':_0x230627(0x13b)}}},'thumbnailBar':{'resizePanel':'Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','addSlide':_0x230627(0xde),'contextMenu':{'cut':_0x230627(0xb1),'copy':_0x230627(0xe6),'paste':'Dán','addBelow':_0x230627(0xd4),'delete':'Xóa'},'layoutPicker':{'title':'Chọn\x20bố\x20cục','layouts':{'title':_0x230627(0x13e),'titleAndBody':_0x230627(0x118),'sectionHeader':_0x230627(0xd8),'twoColumns':_0x230627(0xc3),'comparison':_0x230627(0x88),'blank':'Trống','titleOnly':'Chỉ\x20tiêu\x20đề','pictureWithCaption':_0x230627(0xc4)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x230627(0x103),'shapePosition':_0x230627(0x148),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x230627(0xf7),'toolbar':{'alignLeft':_0x230627(0x14d),'alignCenter':'Căn\x20giữa','alignRight':'Căn\x20phải','alignJustify':_0x230627(0x10d),'bold':_0x230627(0xfd),'italic':'In\x20nghiêng','underline':_0x230627(0xea),'strikethrough':'Gạch\x20ngang','textColor':_0x230627(0x8b),'textBackgroundColor':_0x230627(0x146),'fillColor':_0x230627(0xc1),'resetColor':_0x230627(0x94)},'align':{'top':'Căn\x20trên','middle':_0x230627(0x11d),'bottom':_0x230627(0xb6)},'textWrap':{'inline':_0x230627(0x156),'square':_0x230627(0x134),'topAndBottom':_0x230627(0xcf),'behindText':_0x230627(0x143),'inFrontText':'In\x20front\x20of\x20text'},'position':{'title':_0x230627(0xf2),'x':'X','y':'Y','width':'Chiều\x20rộng','height':_0x230627(0xb4),'rotation':'Xoay'},'style':{'shadow':'Bóng','shadowColor':_0x230627(0xe2),'shadowBlurRadius':_0x230627(0x152),'shadowDistance':'Khoảng\x20cách','shadowDirection':_0x230627(0xf5),'shadowPresetTitle':'Cài\x20sẵn','shadowPresetNone':'Không\x20có\x20bóng','shadowPresetCustom':_0x230627(0xf8),'shadowTransparency':_0x230627(0x141),'shadowSize':_0x230627(0x11b),'shadowPreset':{'shdw6':_0x230627(0xf3),'shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x230627(0x144),'shdw1':_0x230627(0xa0),'shdw14':_0x230627(0x116),'shdw10':_0x230627(0x102)}},'fill':{'title':_0x230627(0x129),'noFill':_0x230627(0xf0),'solidFill':_0x230627(0x117),'gradientFill':_0x230627(0x95),'pictureFill':_0x230627(0x98),'color':_0x230627(0x12d),'transparency':_0x230627(0x141),'picture':{'source':'Nguồn\x20hình\x20ảnh','insert':_0x230627(0xa5),'tileAsTexture':_0x230627(0xfc),'offsetX':_0x230627(0xd3),'offsetY':_0x230627(0x111),'scaleX':_0x230627(0x139),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0x230627(0xe1),'rotateWithShape':'Xoay\x20theo\x20hình\x20dạng','align':{'tl':_0x230627(0x8a),'t':'Trên\x20cùng','tr':_0x230627(0x11c),'l':_0x230627(0xef),'ctr':_0x230627(0xc2),'r':_0x230627(0x161),'bl':'Dưới\x20cùng\x20bên\x20trái','b':_0x230627(0xcc),'br':_0x230627(0x15e)}}},'line':{'title':_0x230627(0xf9),'noLine':_0x230627(0xc9),'solidLine':'Đường\x20liền\x20nét','color':_0x230627(0x12d),'transparency':'Độ\x20trong\x20suốt','width':_0x230627(0x113),'cornerRadius':_0x230627(0xc5),'beginArrowType':_0x230627(0xdb),'beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':_0x230627(0xd5),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','dashType':{'title':_0x230627(0x142),'solid':_0x230627(0xda),'roundDot':_0x230627(0x147),'squareDot':_0x230627(0xed),'dash':'Gạch\x20ngang','dashDot':'Gạch\x20ngang-chấm','longDash':_0x230627(0x120),'longDashDot':_0x230627(0x157),'longDashDotDot':'Gạch\x20ngang\x20dài-chấm-chấm'},'capType':{'title':_0x230627(0x101),'flat':_0x230627(0x149),'round':'Tròn','square':_0x230627(0xdf)},'joinType':{'title':_0x230627(0xcb),'miter':_0x230627(0xae),'round':_0x230627(0x12b),'bevel':_0x230627(0x155)},'sketchType':{'title':_0x230627(0xfe),'none':'Không','curved':_0x230627(0xb8),'freehand':_0x230627(0xfa),'handDrawn':_0x230627(0x13d)},'arrowType':{'none':_0x230627(0x131),'arrow':_0x230627(0xbf),'openArrow':_0x230627(0x114),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':'Mũi\x20tên\x20hình\x20thoi','ovalArrow':_0x230627(0x87)},'arrowSize':{'small':_0x230627(0xd2),'medium':_0x230627(0xf1),'large':_0x230627(0x145)}}},'objectListPanel':{'title':_0x230627(0x8f),'showAll':_0x230627(0x109),'hideAll':_0x230627(0x162),'show':_0x230627(0x137),'hide':'Ẩn','moveForward':_0x230627(0x14f),'moveBackward':_0x230627(0x119),'nameInput':_0x230627(0xc0),'empty':_0x230627(0x136)},'backgroundPanel':{'title':_0x230627(0x14a),'backgroundGraphics':'Đồ\x20họa\x20nền','hideBackgroundGraphics':_0x230627(0x125),'presentationBackground':_0x230627(0xbd),'presentationBackgroundEmpty':'Chưa\x20thiết\x20lập','presentationBackgroundImages':_0x230627(0xec),'setPresentationBackground':_0x230627(0xb5),'clearPresentationBackground':'Xóa','none':_0x230627(0x106),'solid':'Tô\x20màu\x20đơn\x20sắc','gradient':_0x230627(0xff),'image':'Tô\x20màu\x20hình\x20ảnh','pattern':_0x230627(0x10b),'color':_0x230627(0x12d),'transparency':_0x230627(0x141),'imageSource':_0x230627(0x10c),'insertImage':_0x230627(0x150),'fit':_0x230627(0x9d),'fitOptions':{'cover':_0x230627(0x14c),'contain':_0x230627(0x9d),'stretch':'Kéo\x20giãn','repeat':'Lặp\x20lại'},'patternHint':_0x230627(0xcd),'applyToAll':_0x230627(0x140),'resetBackground':_0x230627(0xaa)},'transitionPanel':{'title':_0x230627(0x115),'effect':_0x230627(0x89),'direction':_0x230627(0x96),'duration':_0x230627(0x12f),'preview':_0x230627(0xb0),'applyToAll':_0x230627(0x140),'effects':{'none':'Không','fade':_0x230627(0x13f),'push':'Đẩy','wipe':_0x230627(0xd7),'split':'Chia\x20đôi','reveal':_0x230627(0x9a),'cut':'Cắt','uncover':_0x230627(0x130),'cover':'Che\x20phủ','zoom':'Thu\x20phóng'},'directions':{'left':_0x230627(0x104),'right':_0x230627(0xe8),'up':_0x230627(0xb2),'down':_0x230627(0x112)}},'contextmenu':{'addPage':_0x230627(0x133),'backgroundPanel':_0x230627(0x14a),'transitionPanel':'Chuyển\x20tiếp','speakerNotes':_0x230627(0x159),'ruler':_0x230627(0xe7),'shapePanel':_0x230627(0xee),'flipHorizontal':_0x230627(0xa8),'flipVertical':_0x230627(0x135),'group':'Nhóm','ungroup':_0x230627(0xdc)},'presentation':{'play':_0x230627(0xe4),'playFromBeginning':_0x230627(0x12a),'playFromCurrent':_0x230627(0x153),'playDualScreen':'Trình\x20bày\x20màn\x20hình\x20kép','playDualScreenFromBeginning':_0x230627(0x14b),'playDualScreenFromCurrent':_0x230627(0x151),'dualScreenUnavailable':_0x230627(0x14e),'fullscreenPrompt':'Nhấp\x20để\x20toàn\x20màn\x20hình','presentationEnded':_0x230627(0xe5),'previous':_0x230627(0x9f),'next':_0x230627(0xa4),'exit':_0x230627(0x8d),'slideProgress':'Trang\x20{current}\x20/\x20{total}','speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','speakerNotesPlaceholder':'Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','speakerNotesEmpty':_0x230627(0x160),'speakerNotesSave':_0x230627(0x132),'speakerNotesCancel':_0x230627(0xdd)},'slide':{'placeholder':{'text':{'title':_0x230627(0xe0),'subtitle':'Nhấp\x20để\x20thêm\x20phụ\x20đề','body':_0x230627(0xbe),'text':_0x230627(0xbe),'header':_0x230627(0xba),'footer':_0x230627(0xaf),'date':_0x230627(0x15d),'slideNumber':_0x230627(0xa7)},'icon':{'image':_0x230627(0xf6),'table':_0x230627(0xf4),'chart':'Biểu\x20đồ','diagram':_0x230627(0x12c),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x230627(0x127),'forward':_0x230627(0xfb),'backward':_0x230627(0xce),'front':_0x230627(0xa3),'back':_0x230627(0xa1)},'transform':{'title':_0x230627(0x12e),'rotate':_0x230627(0x91),'x':'X\x20(px)','y':'Y\x20(px)','width':_0x230627(0xc8),'height':_0x230627(0xb9),'lock':_0x230627(0x121)},'crop':{'title':_0x230627(0xb1),'start':_0x230627(0xca),'mode':_0x230627(0xfa),'shape':_0x230627(0x15f)}}}};module['exports']=e;
1
+ function _0x1fb4(){const _0x1ed6a2=['Xóa','Định\x20dạng\x20hình\x20dạng','Chọn\x20chủ\x20đề\x20trang\x20trình\x20bày','Chiều\x20cao\x20(px)','Căn\x20giữa','Khoảng\x20cách','Thước','Kiểu\x20đầu\x20đường','Hình\x20ảnh','Ngang','Căn\x20phải','Liền\x20nét','Tăng\x20cỡ\x20chữ','exports','Vị\x20trí\x20và\x20kích\x20thước','Thêm\x20kiểu','Đồ\x20họa\x20nền','Không\x20có\x20ghi\x20chú\x20người\x20trình\x20bày','Nhỏ','Góc','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xám','Đặt\x20lại\x20nền','Ẩn\x20đồ\x20họa\x20trang\x20cái/bố\x20cục','Sao\x20chép','Vừa','Nguồn\x20hình\x20ảnh','Kích\x20thước\x20mũi\x20tên\x20cuối','Dán','Nhấn\x20mạnh\x20xanh\x20dương','Bên\x20trái','Tên','Dưới\x20cùng','Tròn','Ghi\x20chú\x20xám','Không','3982706BZxNKT','Chưa\x20thiết\x20lập','Chi\x20tiết','Lưu','Mũi\x20tên\x20hình\x20bầu\x20dục','Nhấp\x20để\x20thêm\x20phụ\x20đề','50XpomUj','Màu\x20bóng','Căn\x20dưới','Đóng','Cài\x20sẵn','Kích\x20thước\x20bảng','Căn\x20dọc','Đậm','Gạch\x20ngang\x20dài','Trên\x20cùng\x20bên\x20phải','2789963rMluVt','Sơ\x20đồ','Chuyển\x20tiếp','So\x20sánh','Vừa\x20khung','Căn\x20đều','Vị\x20trí','4gBMCco','Thêm\x20mô\x20tả','Tiêu\x20đề\x20đen','Đường\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Chèn\x20hình\x20ảnh','Đường\x20đứt\x20nét\x20xanh\x20dương\x20có\x20mũi\x20tên\x20ở\x20cuối','Từ\x20trái','Không\x20có\x20đối\x20tượng','Thời\x20lượng','Quét','Hộp\x20văn\x20bản\x20ngang','Kiểu\x20đoạn\x20văn','Cài\x20đặt\x20hoa\x20văn\x20sẽ\x20sớm\x20có.','Cột','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20đen','Hiển\x20thị','Nhấp\x20để\x20thêm\x20tiêu\x20đề','Cong','Chỉ\x20tiêu\x20đề','Vẽ\x20tay','Đường\x20liền\x20mảnh\x20màu\x20cam','Xoay\x20(°)','Chính\x20giữa','Màu\x20nền\x20chữ','Không\x20đường\x20kẻ','Trang','Lớn','Căn\x20trên','Bán\x20kính\x20góc','Gạch\x20chân','Bên\x20ngoài:\x20dưới\x20phải\x20nhỏ','Căn\x20ngang','Bên\x20ngoài:\x20trên\x20phải','Đặt\x20lại\x20màu','Dưới\x20cùng\x20bên\x20phải','Từ\x20dưới','Kiểu\x20đường\x20kẻ','Tô\x20màu\x20đơn\x20sắc','Chia\x20đôi','Kiểu\x20văn\x20bản','Hộp\x20văn\x20bản','Cắt','Tô\x20màu\x20hình\x20ảnh','1717620YVPAqM','Tự\x20do','Chọn\x20bố\x20cục','Tô\x20màu\x20hoa\x20văn','Chấm\x20vuông','7038IhPQpJ','Nhấp\x20để\x20toàn\x20màn\x20hình','Nghiêng','Hộp\x20văn\x20bản\x20dọc','Kích\x20thước\x20tùy\x20chỉnh','Bản\x20trình\x20bày\x20đã\x20kết\x20thúc','Giảm\x20cỡ\x20chữ','Hình\x20dạng','Đường\x20đứt\x20nét\x20mảnh\x20màu\x20xanh\x20dương','1520DgEdIi','Tr?i','Nhập\x20để\x20tìm\x20kiếm\x20tên\x20trang\x20trình\x20bày,\x20văn\x20bản\x20và\x20tên\x20đối\x20tượng.','Vát','Kiểu\x20hình\x20dạng','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Dưới\x20cùng\x20bên\x20trái','Hủy','Thêm\x20trang\x20chiếu\x20bên\x20dưới','Xoay','T?\x20??ng\x20v?a','Màu\x20chữ','839811iGLWDz','Nhấn\x20mạnh\x20cam','1590925SmGvcI','Phía\x20sau\x20văn\x20bản','Đường\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều','Biểu\x20đồ','Áp\x20dụng\x20cho\x20tất\x20cả','Danh\x20sách\x20đối\x20tượng','Hiệu\x20ứng','Áp\x20dụng','Chấm\x20tròn','In\x20nghiêng','Kiểu\x20nhanh','Đổi\x20kích\x20thước\x20bảng\x20hình\x20thu\x20nhỏ\x20trang\x20chiếu','Tô\x20màu\x20gradient','Mũi\x20tên','Y\x20(px)','Trên\x20cùng','Màu\x20nền\x20văn\x20bản','Tùy\x20chỉnh','Trình\x20giữ\x20chỗ\x20ngày\x20tháng','Màu','Kiểu\x20mũi\x20tên\x20cuối','??i\x20k?ch\x20th??c\x20h?nh\x20??\x20v?a\x20v?n\x20b?n','Lật\x20dọc','Kiểu\x20phác\x20thảo','Mở\x20bảng\x20hình\x20dạng','Xóa\x20hình\x20dạng','Tô\x20màu\x20đặc','Độ\x20dịch\x20Y','Trình\x20giữ\x20chỗ\x20số\x20trang','Bỏ\x20nhóm','Tìm\x20kiếm','Trình\x20bày\x20màn\x20hình\x20kép','Màn\x20hình\x20kép\x20từ\x20hiện\x20tại','Thay\x20đổi\x20hình\x20dạng','Kéo\x20giãn','Trình\x20giữ\x20chỗ\x20tiêu\x20đề','Kích\x20thước\x20mũi\x20tên\x20đầu','Mũi\x20tên\x20hình\x20thoi','Thu\x20phóng','2GLgewA','Chiều\x20rộng','Gạch\x20ngang','Trên\x20và\x20dưới','Nội\x20dung\x20đen','Hiển\x20thị\x20tất\x20cả','Nhóm','C?t','Ghi\x20chú\x20người\x20trình\x20bày','Kiểu\x20mũi\x20tên\x20đầu','Nhấp\x20để\x20thêm\x20ghi\x20chú\x20cho\x20trang\x20hiện\x20tại','Phát\x20từ\x20trang\x20hiện\x20tại','Bắt\x20đầu\x20cắt','Ng?t\x20d?ng\x20v?n\x20b?n\x20trong\x20h?nh','Căn\x20trái','Mũi\x20tên\x20mở','Kiểu\x20đứt\x20nét','H??ng\x20v?n\x20b?n','Tiêu\x20đề\x20phần','Sắp\x20xếp','Đường\x20liền\x20nét','Từ\x20trên','Đường\x20đứt\x20nét\x20xám\x20có\x20mũi\x20tên\x20ở\x20cuối','Bên\x20ngoài:\x20trên\x20trái\x20lớn','Lặp\x20hình\x20ảnh\x20như\x20kết\x20cấu','Cắt\x20theo\x20hình\x20dạng','Làm\x20mờ','S?\x20l??ng','Đẩy','Đường\x20kẻ','Tr?n','Hình\x20ảnh\x20có\x20chú\x20thích','Bảng','Hai\x20nội\x20dung','Cùng\x20dòng\x20với\x20văn\x20bản','Tiêu\x20đề\x201','Đường\x20liền\x20mảnh\x20màu\x20xám','hình\x20ảnh','Đưa\x20ra\x20trước','H?p\x20v?n\x20b?n','Tệp...','Trang\x20trình\x20bày\x20mới','Phát','Cỡ\x20chữ','D??i','Vuông','Trên\x20cùng\x20bên\x20trái','Tỷ\x20lệ\x20Y','Trang\x20{current}\x20/\x20{total}','Độ\x20trong\x20suốt','Tỷ\x20lệ\x20X','Lật\x20ngang','Trình\x20giữ\x20chỗ\x20chân\x20trang','Màn\x20hình\x20kép\x20từ\x20đầu','Tô\x20màu','Nhấp\x20để\x20thêm\x20văn\x20bản','Phía\x20trước\x20văn\x20bản','238967GINkHK','Kích\x20thước','Khóa\x20tỷ\x20lệ','Gạch\x20ngang-chấm'];_0x1fb4=function(){return _0x1ed6a2;};return _0x1fb4();}function _0x20b5(_0x349f17,_0x5f32d0){_0x349f17=_0x349f17-0xe2;const _0x1fb4c9=_0x1fb4();let _0x20b546=_0x1fb4c9[_0x349f17];return _0x20b546;}const _0x7f2e5c=_0x20b5;(function(_0xa103fc,_0x4dd54d){const _0x4eaa62=_0x20b5,_0x1d3096=_0xa103fc();while(!![]){try{const _0x54b000=-parseInt(_0x4eaa62(0x19a))/0x1*(parseInt(_0x4eaa62(0x161))/0x2)+-parseInt(_0x4eaa62(0x138))/0x3+-parseInt(_0x4eaa62(0xf3))/0x4*(parseInt(_0x4eaa62(0x13a))/0x5)+parseInt(_0x4eaa62(0x11e))/0x6+-parseInt(_0x4eaa62(0x1c1))/0x7+parseInt(_0x4eaa62(0x12c))/0x8*(parseInt(_0x4eaa62(0x123))/0x9)+parseInt(_0x4eaa62(0xe2))/0xa*(parseInt(_0x4eaa62(0xec))/0xb);if(_0x54b000===_0x4dd54d)break;else _0x1d3096['push'](_0x1d3096['shift']());}catch(_0x153999){_0x1d3096['push'](_0x1d3096['shift']());}}}(_0x1fb4,0x48808));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x7f2e5c(0x19f),'changeShape':_0x7f2e5c(0x15b)},'insertToolbar':{'search':_0x7f2e5c(0x158),'text':_0x7f2e5c(0x11b),'textHorizontal':_0x7f2e5c(0xfd),'textVertical':_0x7f2e5c(0x126),'image':_0x7f2e5c(0x1a6),'table':_0x7f2e5c(0x181),'shape':_0x7f2e5c(0x12a),'chart':_0x7f2e5c(0x13d)},'tableSizePicker':{'title':_0x7f2e5c(0xe7),'customSize':_0x7f2e5c(0x127),'rows':'Hàng','columns':_0x7f2e5c(0x100),'insert':'Chèn','apply':_0x7f2e5c(0x141)},'searchPanel':{'placeholder':'Tìm\x20kiếm\x20trang\x20trình\x20bày\x20và\x20đối\x20tượng','noQuery':_0x7f2e5c(0x12e),'empty':'Không\x20tìm\x20thấy\x20kết\x20quả.','slidePrefix':_0x7f2e5c(0x10c)},'themePicker':{'title':'Chủ\x20đề','caption':'Mặc\x20định\x20hình\x20dạng','tooltip':_0x7f2e5c(0x1a0)},'editorToolbar':{'fontFamily':'Phông\x20chữ','fontSize':_0x7f2e5c(0x18c),'paragraphType':_0x7f2e5c(0xfe),'heading1':_0x7f2e5c(0x184),'increaseFontSize':_0x7f2e5c(0x1aa),'decreaseFontSize':_0x7f2e5c(0x129),'textColor':_0x7f2e5c(0x137),'transparentTextColor':'Màu\x20chữ\x20trong\x20suốt','textBackgroundColor':_0x7f2e5c(0x10a),'bold':_0x7f2e5c(0xe9),'italic':_0x7f2e5c(0x125),'underline':_0x7f2e5c(0x110),'strikethrough':'Gạch\x20ngang','horizontalAlign':_0x7f2e5c(0x112),'verticalAlign':_0x7f2e5c(0xe8),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x7f2e5c(0x1a8),'alignJustify':_0x7f2e5c(0xf1),'alignTop':_0x7f2e5c(0x10e),'alignMiddle':'Căn\x20giữa\x20dọc','alignBottom':'Căn\x20dưới'},'quickStyles':{'tooltip':_0x7f2e5c(0x144),'shapeStyles':_0x7f2e5c(0x130),'lineStyles':_0x7f2e5c(0x117),'textStyles':_0x7f2e5c(0x11a),'more':_0x7f2e5c(0x1ad),'groups':{'solid':_0x7f2e5c(0x1a9),'dashed':'Đứt\x20nét'},'presets':{'line':{'blackSolid':'Đường\x20liền\x20mảnh\x20màu\x20đen','blueSolid':'Đường\x20liền\x20mảnh\x20màu\x20xanh\x20dương','orangeSolid':_0x7f2e5c(0x107),'graySolid':_0x7f2e5c(0x185),'blueEndArrow':_0x7f2e5c(0xf6),'greenTwoWayArrow':_0x7f2e5c(0x13c),'blackDashed':_0x7f2e5c(0x101),'blueDashed':_0x7f2e5c(0x12b),'grayDashed':_0x7f2e5c(0x1b2),'blueDashedEndArrow':_0x7f2e5c(0xf8),'grayDashedEndArrow':_0x7f2e5c(0x177),'greenDashedTwoWayArrow':'Đường\x20đứt\x20nét\x20xanh\x20lá\x20có\x20mũi\x20tên\x20hai\x20chiều'},'text':{'bodyBlack':_0x7f2e5c(0x165),'titleBlack':_0x7f2e5c(0xf5),'accentBlue':_0x7f2e5c(0x1ba),'accentOrange':_0x7f2e5c(0x139),'noteGray':_0x7f2e5c(0x1bf)}}},'thumbnailBar':{'resizePanel':_0x7f2e5c(0x145),'addSlide':'+\x20Thêm\x20trang','contextMenu':{'cut':_0x7f2e5c(0x11c),'copy':_0x7f2e5c(0x1b5),'paste':_0x7f2e5c(0x1b9),'addBelow':_0x7f2e5c(0x134),'delete':_0x7f2e5c(0x19e)},'layoutPicker':{'title':_0x7f2e5c(0x120),'layouts':{'title':'Trang\x20tiêu\x20đề','titleAndBody':'Tiêu\x20đề\x20và\x20nội\x20dung','sectionHeader':_0x7f2e5c(0x173),'twoColumns':_0x7f2e5c(0x182),'comparison':_0x7f2e5c(0xef),'blank':'Trống','titleOnly':_0x7f2e5c(0x105),'pictureWithCaption':_0x7f2e5c(0x180)}}},'shapePanel':{'title':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x7f2e5c(0x130),'shapePosition':_0x7f2e5c(0xf2),'openPanel':_0x7f2e5c(0x152),'deleteShape':_0x7f2e5c(0x153),'toolbar':{'alignLeft':_0x7f2e5c(0x16f),'alignCenter':_0x7f2e5c(0x1a2),'alignRight':_0x7f2e5c(0x1a8),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x7f2e5c(0x143),'underline':_0x7f2e5c(0x110),'strikethrough':_0x7f2e5c(0x163),'textColor':_0x7f2e5c(0x137),'textBackgroundColor':_0x7f2e5c(0x10a),'fillColor':_0x7f2e5c(0x14a),'resetColor':_0x7f2e5c(0x114)},'align':{'top':_0x7f2e5c(0x10e),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x7f2e5c(0xe4)},'textWrap':{'inline':_0x7f2e5c(0x183),'square':'Hình\x20vuông','topAndBottom':_0x7f2e5c(0x164),'behindText':_0x7f2e5c(0x13b),'inFrontText':_0x7f2e5c(0x199)},'textBox':{'title':_0x7f2e5c(0x188),'textDirection':_0x7f2e5c(0x172),'textDirectionHorizontal':_0x7f2e5c(0x1a7),'textDirectionVertical':'D?c','autoFit':_0x7f2e5c(0x136),'autoFitNone':'Kh?ng\x20t?\x20??ng\x20v?a','autoFitShrink':'Thu\x20nh?\x20v?n\x20b?n\x20khi\x20tr?n','autoFitResize':_0x7f2e5c(0x14f),'wrapText':_0x7f2e5c(0x16e),'padding':'L?\x20trong','paddingLeft':_0x7f2e5c(0x12d),'paddingRight':'Ph?i','paddingTop':_0x7f2e5c(0x17f),'paddingBottom':_0x7f2e5c(0x18d),'columns':_0x7f2e5c(0x168),'columnCount':_0x7f2e5c(0x17c),'columnSpacing':'Kho?ng\x20c?ch'},'position':{'title':_0x7f2e5c(0x1ac),'x':'X','y':'Y','width':_0x7f2e5c(0x162),'height':'Chiều\x20cao','rotation':_0x7f2e5c(0x135)},'style':{'shadow':'Bóng','shadowColor':_0x7f2e5c(0xe3),'shadowBlurRadius':_0x7f2e5c(0x17b),'shadowDistance':_0x7f2e5c(0x1a3),'shadowDirection':_0x7f2e5c(0x1b1),'shadowPresetTitle':_0x7f2e5c(0xe6),'shadowPresetNone':'Không\x20có\x20bóng','shadowPresetCustom':_0x7f2e5c(0x14b),'shadowTransparency':_0x7f2e5c(0x192),'shadowSize':_0x7f2e5c(0x19b),'shadowPreset':{'shdw6':'Bên\x20ngoài:\x20dưới\x20phải','shdw5':'Bên\x20ngoài:\x20dưới\x20trái','shdw2':_0x7f2e5c(0x113),'shdw1':'Bên\x20ngoài:\x20trên\x20trái','shdw14':_0x7f2e5c(0x111),'shdw10':_0x7f2e5c(0x178)}},'fill':{'title':_0x7f2e5c(0x197),'noFill':'Không\x20tô','solidFill':_0x7f2e5c(0x154),'gradientFill':_0x7f2e5c(0x146),'pictureFill':_0x7f2e5c(0x131),'color':'Màu','transparency':_0x7f2e5c(0x192),'picture':{'source':_0x7f2e5c(0x1b7),'insert':_0x7f2e5c(0xf7),'tileAsTexture':_0x7f2e5c(0x179),'offsetX':'Độ\x20dịch\x20X','offsetY':_0x7f2e5c(0x155),'scaleX':_0x7f2e5c(0x193),'scaleY':_0x7f2e5c(0x190),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20theo\x20hình\x20dạng','align':{'tl':_0x7f2e5c(0x18f),'t':_0x7f2e5c(0x149),'tr':_0x7f2e5c(0xeb),'l':_0x7f2e5c(0x1bb),'ctr':_0x7f2e5c(0x109),'r':'Bên\x20phải','bl':_0x7f2e5c(0x132),'b':_0x7f2e5c(0x1bd),'br':_0x7f2e5c(0x115)}}},'line':{'title':_0x7f2e5c(0x17e),'noLine':_0x7f2e5c(0x10b),'solidLine':_0x7f2e5c(0x175),'color':'Màu','transparency':_0x7f2e5c(0x192),'width':_0x7f2e5c(0x162),'cornerRadius':_0x7f2e5c(0x10f),'beginArrowType':_0x7f2e5c(0x16a),'beginArrowSize':_0x7f2e5c(0x15e),'endArrowType':_0x7f2e5c(0x14e),'endArrowSize':_0x7f2e5c(0x1b8),'dashType':{'title':_0x7f2e5c(0x171),'solid':_0x7f2e5c(0x1a9),'roundDot':_0x7f2e5c(0x142),'squareDot':_0x7f2e5c(0x122),'dash':_0x7f2e5c(0x163),'dashDot':_0x7f2e5c(0x19d),'longDash':_0x7f2e5c(0xea),'longDashDot':'Gạch\x20ngang\x20dài-chấm','longDashDotDot':'Gạch\x20ngang\x20dài-chấm-chấm'},'capType':{'title':_0x7f2e5c(0x1a5),'flat':'Phẳng','round':_0x7f2e5c(0x1be),'square':_0x7f2e5c(0x18e)},'joinType':{'title':'Kiểu\x20nối','miter':'Góc\x20nhọn','round':_0x7f2e5c(0x1be),'bevel':_0x7f2e5c(0x12f)},'sketchType':{'title':_0x7f2e5c(0x151),'none':'Không','curved':_0x7f2e5c(0x104),'freehand':_0x7f2e5c(0x11f),'handDrawn':_0x7f2e5c(0x106)},'arrowType':{'none':'Không','arrow':_0x7f2e5c(0x147),'openArrow':_0x7f2e5c(0x170),'stealthArrow':'Mũi\x20tên\x20tàng\x20hình','diamondArrow':_0x7f2e5c(0x15f),'ovalArrow':_0x7f2e5c(0x1c5)},'arrowSize':{'small':_0x7f2e5c(0x1b0),'medium':_0x7f2e5c(0x1b6),'large':_0x7f2e5c(0x10d)}}},'objectListPanel':{'title':_0x7f2e5c(0x13f),'showAll':_0x7f2e5c(0x166),'hideAll':'Ẩn\x20tất\x20cả','show':_0x7f2e5c(0x102),'hide':'Ẩn','moveForward':_0x7f2e5c(0x187),'moveBackward':'Đưa\x20ra\x20sau','nameInput':'Tên\x20đối\x20tượng','empty':_0x7f2e5c(0xfa),'close':_0x7f2e5c(0xe5),'name':_0x7f2e5c(0x1bc),'description':'Mô\x20tả','descriptionPlaceholder':_0x7f2e5c(0xf4),'details':_0x7f2e5c(0x1c3),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'backgroundPanel':{'title':'Định\x20dạng\x20nền','backgroundGraphics':_0x7f2e5c(0x1ae),'hideBackgroundGraphics':_0x7f2e5c(0x1b4),'presentationBackground':'Nền\x20bản\x20trình\x20bày','presentationBackgroundEmpty':_0x7f2e5c(0x1c2),'presentationBackgroundImages':_0x7f2e5c(0x186),'setPresentationBackground':'Đặt\x20nền','clearPresentationBackground':'Xóa','none':'Không\x20tô\x20màu','solid':_0x7f2e5c(0x118),'gradient':'Tô\x20màu\x20chuyển\x20sắc','image':_0x7f2e5c(0x11d),'pattern':_0x7f2e5c(0x121),'color':_0x7f2e5c(0x14d),'transparency':_0x7f2e5c(0x192),'imageSource':'Chèn\x20hình\x20ảnh\x20từ','insertImage':_0x7f2e5c(0x189),'fit':_0x7f2e5c(0xf0),'fitOptions':{'cover':'Lấp\x20đầy','contain':_0x7f2e5c(0xf0),'stretch':_0x7f2e5c(0x15c),'repeat':'Lặp\x20lại'},'patternHint':_0x7f2e5c(0xff),'applyToAll':_0x7f2e5c(0x13e),'resetBackground':_0x7f2e5c(0x1b3)},'transitionPanel':{'title':'Chuyển\x20tiếp','effect':_0x7f2e5c(0x140),'direction':'Hướng','duration':_0x7f2e5c(0xfb),'preview':'Xem\x20trước','applyToAll':'Áp\x20dụng\x20cho\x20tất\x20cả','effects':{'none':_0x7f2e5c(0x1c0),'fade':'Mờ\x20dần','push':_0x7f2e5c(0x17d),'wipe':_0x7f2e5c(0xfc),'split':_0x7f2e5c(0x119),'reveal':'Lộ\x20ra','cut':_0x7f2e5c(0x11c),'uncover':'Bỏ\x20che','cover':'Che\x20phủ','zoom':_0x7f2e5c(0x160)},'directions':{'left':_0x7f2e5c(0xf9),'right':'Từ\x20phải','up':_0x7f2e5c(0x176),'down':_0x7f2e5c(0x116)}},'contextmenu':{'addPage':_0x7f2e5c(0x18a),'backgroundPanel':'Định\x20dạng\x20nền','transitionPanel':_0x7f2e5c(0xee),'speakerNotes':'Ghi\x20chú\x20người\x20trình\x20bày','ruler':_0x7f2e5c(0x1a4),'shapePanel':_0x7f2e5c(0x19f),'flipHorizontal':_0x7f2e5c(0x194),'flipVertical':_0x7f2e5c(0x150),'group':_0x7f2e5c(0x167),'ungroup':_0x7f2e5c(0x157)},'presentation':{'play':_0x7f2e5c(0x18b),'playFromBeginning':'Phát\x20từ\x20đầu','playFromCurrent':_0x7f2e5c(0x16c),'playDualScreen':_0x7f2e5c(0x159),'playDualScreenFromBeginning':_0x7f2e5c(0x196),'playDualScreenFromCurrent':_0x7f2e5c(0x15a),'dualScreenUnavailable':'Không\x20thể\x20bắt\x20đầu\x20trình\x20bày\x20màn\x20hình\x20kép.\x20Hãy\x20cho\x20phép\x20quyền\x20quản\x20lý\x20cửa\x20sổ\x20và\x20kết\x20nối\x20màn\x20hình\x20mở\x20rộng,\x20rồi\x20thử\x20lại.','fullscreenPrompt':_0x7f2e5c(0x124),'presentationEnded':_0x7f2e5c(0x128),'previous':'Trước','next':'Tiếp','exit':'Thoát','slideProgress':_0x7f2e5c(0x191),'speakerNotes':_0x7f2e5c(0x169),'speakerNotesPlaceholder':_0x7f2e5c(0x16b),'speakerNotesEmpty':_0x7f2e5c(0x1af),'speakerNotesSave':_0x7f2e5c(0x1c4),'speakerNotesCancel':_0x7f2e5c(0x133)},'slide':{'placeholder':{'text':{'title':_0x7f2e5c(0x103),'subtitle':_0x7f2e5c(0x1c6),'body':_0x7f2e5c(0x198),'text':'Nhấp\x20để\x20thêm\x20văn\x20bản','header':_0x7f2e5c(0x15d),'footer':_0x7f2e5c(0x195),'date':_0x7f2e5c(0x14c),'slideNumber':_0x7f2e5c(0x156)},'icon':{'image':_0x7f2e5c(0x1a6),'table':_0x7f2e5c(0x181),'chart':_0x7f2e5c(0x13d),'diagram':_0x7f2e5c(0xed),'media':'Đa\x20phương\x20tiện'}}},'image-panel':{'arrange':{'title':_0x7f2e5c(0x174),'forward':'Đưa\x20lên\x20trước','backward':'Đưa\x20xuống\x20sau','front':'Đưa\x20lên\x20đầu','back':'Đưa\x20xuống\x20cuối'},'transform':{'title':'Biến\x20đổi','rotate':_0x7f2e5c(0x108),'x':'X\x20(px)','y':_0x7f2e5c(0x148),'width':'Chiều\x20rộng\x20(px)','height':_0x7f2e5c(0x1a1),'lock':_0x7f2e5c(0x19c)},'crop':{'title':_0x7f2e5c(0x11c),'start':_0x7f2e5c(0x16d),'mode':_0x7f2e5c(0x11f),'shape':_0x7f2e5c(0x17a)}}}};module[_0x7f2e5c(0x1ab)]=e;
@@ -1 +1 @@
1
- const _0x431a80=_0x5052;function _0x39fb(){const _0x20bd77=['起点箭头类型','嵌入型','左对齐','拐角类型','垂直居中','垂直缩放','从上方','水平偏移','从下方','点划线','点击进入全屏','四周型','终点箭头类型','图案填充','设置背景格式','对象列表','位置和大小','从头开始播放','全部隐藏','灰色虚线末端箭头','打开形状面板','水平对齐','长点划线','Table\x20size','6697608fjpwtj','上移一层','两栏内容','重置颜色','文件...','垂直对齐','标题和内容','+\x20新增','底部对齐','单击此处添加文本','删除线','外部:左上','橙色细实线','暂无备注','8465xXjrEy','插入图片','Y\x20(px)','水平缩放','蓝色虚线末端箭头','蓝色细实线','5883724zgMNmy','形状样式','图形格式','渐变填充','增大字号','纵向文本框','全部显示','单击此处添加标题','外部:右下(小)','菱形箭头','文本背景色','持续时间','取消组合','线帽类型','起点箭头大小','第\x20{current}\x20张幻灯片,共\x20{total}\x20张','仅标题','文本颜色','蓝色末端箭头','单击此处添加正文','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','对象名称','横向文本框','灰色细虚线','纯色填充','插入图片来源','选择幻灯片主题','虚线类型','下一页','从头开始双屏播放','椭圆箭头','自定义大小','切换动画','输入关键词搜索幻灯片名称、文本和对象名称。','短划线','宽度\x20(px)','长双点划线','形状默认样式','标题幻灯片','下移一层','顶部对齐','无阴影','5157ETVvHE','上一页','无颜色','右对齐','标题黑色','568dmlCbp','1FgfKWs','页脚占位符','两端对齐','黑色细实线','新建幻灯片','透明度','段落类型','exports','线条样式','搜索幻灯片和对象','隐藏母版/版式图形','自定义','512343lreTRH','无线条','图片填充','下划线','从左侧','更多样式','终点箭头大小','无填充','置于顶层','单击此处添加副标题','开始裁剪','应用到全部','2799194wmqHhU','图案设置即将支持。','快捷样式','演示文稿底图','外部:右下','从当前幻灯片开始播放','重置背景','垂直翻转','正文黑色','删除形状','2216DgRSQP','未设置','文本框','选择版式','设置形状格式','透明文本颜色','图片与标题','页眉占位符','设置底图','7731720AIFdhc','文本样式','锁定比例','空心箭头','高度\x20(px)','上下型','日期占位符','调整幻灯片缩略图面板大小','点击为当前幻灯片添加备注','黑色细虚线','居中对齐'];_0x39fb=function(){return _0x20bd77;};return _0x39fb();}function _0x5052(_0x466715,_0x31d051){_0x466715=_0x466715-0x192;const _0x39fb90=_0x39fb();let _0x50521b=_0x39fb90[_0x466715];return _0x50521b;}(function(_0xe2068f,_0x2d8b85){const _0x32fcb3=_0x5052,_0xa37c03=_0xe2068f();while(!![]){try{const _0x4bcc66=parseInt(_0x32fcb3(0x198))/0x1*(-parseInt(_0x32fcb3(0x1b0))/0x2)+parseInt(_0x32fcb3(0x1a4))/0x3+parseInt(_0x32fcb3(0x1ba))/0x4*(parseInt(_0x32fcb3(0x1f4))/0x5)+parseInt(_0x32fcb3(0x1e6))/0x6+parseInt(_0x32fcb3(0x1fa))/0x7+parseInt(_0x32fcb3(0x197))/0x8*(-parseInt(_0x32fcb3(0x192))/0x9)+-parseInt(_0x32fcb3(0x1c3))/0xa;if(_0x4bcc66===_0x2d8b85)break;else _0xa37c03['push'](_0xa37c03['shift']());}catch(_0x3fca11){_0xa37c03['push'](_0xa37c03['shift']());}}}(_0x39fb,0xd0053));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x431a80(0x1fc),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x431a80(0x1bc),'textHorizontal':_0x431a80(0x210),'textVertical':_0x431a80(0x1ff),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x431a80(0x1e5),'customSize':_0x431a80(0x219),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x431a80(0x1a1),'noQuery':_0x431a80(0x21b),'empty':'未找到匹配结果。','slidePrefix':'第'},'themePicker':{'title':'主题','caption':_0x431a80(0x21f),'tooltip':_0x431a80(0x214)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x431a80(0x19e),'heading1':'标题1','increaseFontSize':_0x431a80(0x1fe),'decreaseFontSize':'减小字号','textColor':_0x431a80(0x20b),'transparentTextColor':_0x431a80(0x1bf),'textBackgroundColor':_0x431a80(0x204),'bold':'粗体','italic':'斜体','underline':_0x431a80(0x1a7),'strikethrough':_0x431a80(0x1f0),'horizontalAlign':_0x431a80(0x1e3),'verticalAlign':_0x431a80(0x1eb),'alignLeft':_0x431a80(0x1d0),'alignCenter':_0x431a80(0x1cd),'alignRight':_0x431a80(0x195),'alignJustify':_0x431a80(0x19a),'alignTop':_0x431a80(0x222),'alignMiddle':'垂直居中','alignBottom':_0x431a80(0x1ee)},'quickStyles':{'tooltip':_0x431a80(0x1b2),'shapeStyles':_0x431a80(0x1fb),'lineStyles':_0x431a80(0x1a0),'textStyles':_0x431a80(0x1c4),'more':_0x431a80(0x1a9),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x431a80(0x19b),'blueSolid':_0x431a80(0x1f9),'orangeSolid':_0x431a80(0x1f2),'graySolid':'灰色细实线','blueEndArrow':_0x431a80(0x20c),'greenTwoWayArrow':'绿色双向箭头','blackDashed':_0x431a80(0x1cc),'blueDashed':'蓝色细虚线','grayDashed':_0x431a80(0x211),'blueDashedEndArrow':_0x431a80(0x1f8),'grayDashedEndArrow':_0x431a80(0x1e1),'greenDashedTwoWayArrow':'绿色虚线双向箭头'},'text':{'bodyBlack':_0x431a80(0x1b8),'titleBlack':_0x431a80(0x196),'accentBlue':'强调蓝色','accentOrange':'强调橙色','noteGray':'注释灰色'}}},'thumbnailBar':{'resizePanel':_0x431a80(0x1ca),'addSlide':_0x431a80(0x1ed),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':'在下面新增幻灯片','delete':'删除'},'layoutPicker':{'title':_0x431a80(0x1bd),'layouts':{'title':_0x431a80(0x220),'titleAndBody':_0x431a80(0x1ec),'sectionHeader':'节标题','twoColumns':_0x431a80(0x1e8),'comparison':'比较','blank':'空白','titleOnly':_0x431a80(0x20a),'pictureWithCaption':_0x431a80(0x1c0)}}},'shapePanel':{'title':'设置形状格式','shapeStyle':'形状样式','shapePosition':'位置','openPanel':_0x431a80(0x1e2),'deleteShape':_0x431a80(0x1b9),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x431a80(0x1cd),'alignRight':_0x431a80(0x195),'alignJustify':_0x431a80(0x19a),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x431a80(0x1f0),'textColor':_0x431a80(0x20b),'textBackgroundColor':_0x431a80(0x204),'fillColor':_0x431a80(0x204),'resetColor':_0x431a80(0x1e9)},'align':{'top':_0x431a80(0x222),'middle':_0x431a80(0x1d2),'bottom':'底部对齐'},'textWrap':{'inline':_0x431a80(0x1cf),'square':_0x431a80(0x1d9),'topAndBottom':_0x431a80(0x1c8),'behindText':'衬于文字下方','inFrontText':'浮于文字上方'},'position':{'title':_0x431a80(0x1de),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':'阴影颜色','shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x431a80(0x223),'shadowPresetCustom':_0x431a80(0x1a3),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':_0x431a80(0x1b4),'shdw5':'外部:左下','shdw2':'外部:右上','shdw1':_0x431a80(0x1f1),'shdw14':_0x431a80(0x202),'shdw10':'外部:左上(大)'}},'fill':{'title':'填充','noFill':_0x431a80(0x194),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':'图片来源','insert':_0x431a80(0x1f5),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x431a80(0x1d5),'offsetY':'垂直偏移','scaleX':_0x431a80(0x1f7),'scaleY':_0x431a80(0x1d3),'alignment':'对齐','rotateWithShape':'随形状旋转','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x431a80(0x1a5),'solidLine':'实线','color':'颜色','transparency':_0x431a80(0x19d),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x431a80(0x1ce),'beginArrowSize':_0x431a80(0x208),'endArrowType':_0x431a80(0x1da),'endArrowSize':_0x431a80(0x1aa),'dashType':{'title':_0x431a80(0x215),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x431a80(0x21c),'dashDot':_0x431a80(0x1d7),'longDash':'长划线','longDashDot':_0x431a80(0x1e4),'longDashDotDot':_0x431a80(0x21e)},'capType':{'title':_0x431a80(0x207),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':_0x431a80(0x1d1),'miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':'草图样式','none':'无','curved':'曲线','freehand':'手绘','handDrawn':'手绘效果'},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x431a80(0x1c6),'stealthArrow':'隐形箭头','diamondArrow':_0x431a80(0x203),'ovalArrow':_0x431a80(0x218)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x431a80(0x1dd),'showAll':_0x431a80(0x200),'hideAll':_0x431a80(0x1e0),'show':'显示','hide':'隐藏','moveForward':_0x431a80(0x1e7),'moveBackward':_0x431a80(0x221),'nameInput':_0x431a80(0x20f),'empty':'暂无对象'},'backgroundPanel':{'title':_0x431a80(0x1dc),'backgroundGraphics':'背景图形','hideBackgroundGraphics':_0x431a80(0x1a2),'presentationBackground':_0x431a80(0x1b3),'presentationBackgroundEmpty':_0x431a80(0x1bb),'presentationBackgroundImages':'张图片','setPresentationBackground':_0x431a80(0x1c2),'clearPresentationBackground':'清除','none':_0x431a80(0x1ab),'solid':_0x431a80(0x212),'gradient':_0x431a80(0x1fd),'image':_0x431a80(0x1a6),'pattern':_0x431a80(0x1db),'color':'颜色','transparency':'透明度','imageSource':_0x431a80(0x213),'insertImage':_0x431a80(0x1ea),'fit':'适应方式','fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x431a80(0x1b1),'applyToAll':_0x431a80(0x1af),'resetBackground':_0x431a80(0x1b6)},'transitionPanel':{'title':'切换动画','effect':'效果','direction':'方向','duration':_0x431a80(0x205),'preview':'预览','applyToAll':_0x431a80(0x1af),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x431a80(0x1a8),'right':'从右侧','up':_0x431a80(0x1d4),'down':_0x431a80(0x1d6)}},'contextmenu':{'addPage':_0x431a80(0x19c),'backgroundPanel':_0x431a80(0x1dc),'transitionPanel':_0x431a80(0x21a),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x431a80(0x1be),'flipHorizontal':'水平翻转','flipVertical':_0x431a80(0x1b7),'group':'组合','ungroup':_0x431a80(0x206)},'presentation':{'play':'播放','playFromBeginning':_0x431a80(0x1df),'playFromCurrent':_0x431a80(0x1b5),'playDualScreen':'双屏播放','playDualScreenFromBeginning':_0x431a80(0x217),'playDualScreenFromCurrent':'从当前幻灯片开始双屏播放','dualScreenUnavailable':_0x431a80(0x20e),'fullscreenPrompt':_0x431a80(0x1d8),'presentationEnded':'演示已结束','previous':_0x431a80(0x193),'next':_0x431a80(0x216),'exit':'退出','slideProgress':_0x431a80(0x209),'speakerNotes':'备注','speakerNotesPlaceholder':_0x431a80(0x1cb),'speakerNotesEmpty':_0x431a80(0x1f3),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x431a80(0x201),'subtitle':_0x431a80(0x1ad),'body':_0x431a80(0x20d),'text':_0x431a80(0x1ef),'header':_0x431a80(0x1c1),'footer':_0x431a80(0x199),'date':_0x431a80(0x1c9),'slideNumber':'页码占位符'},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一层','backward':_0x431a80(0x221),'front':_0x431a80(0x1ac),'back':'置于底层'},'transform':{'title':'变换','rotate':'旋转\x20(°)','x':'X\x20(px)','y':_0x431a80(0x1f6),'width':_0x431a80(0x21d),'height':_0x431a80(0x1c7),'lock':_0x431a80(0x1c5)},'crop':{'title':'裁剪','start':_0x431a80(0x1ae),'mode':'自由','shape':'裁剪为形状'}}}};module[_0x431a80(0x19f)]=e;
1
+ function _0x1547(){const _0xea63ec=['1475226uOUwvc','下移一层','段落类型','切换动画','形状中的文字自动换行','从头开始双屏播放','标题和内容','将图片平铺为纹理','上一页','对象名称','外部:左上(大)','正文黑色','从左侧','旋转\x20(°)','未设置','更多样式','水平缩放','黑色细虚线','注释灰色','演示文稿底图','标题黑色','文本样式','Y\x20(px)','灰色细实线','高度\x20(px)','张图片','椭圆箭头','上移一层','2715464DepSEq','灰色细虚线','9eLrVDz','自定义大小','633429cIjubj','虚线类型','蓝色虚线末端箭头','手绘效果','点击为当前幻灯片添加备注','起点箭头类型','衬于文字下方','置于底层','右对齐','橙色细实线','无颜色','外部:左上','选择版式','溢出时缩排文字','取消组合','无阴影','嵌入型','1240kqPHTo','绿色双向箭头','蓝色细实线','四周型','长点划线','裁剪为形状','图片填充','双屏播放','线条样式','外部:右下(小)','强调蓝色','+\x20新增','图案设置即将支持。','隐形箭头','居中对齐','设置形状格式','位置和大小','图片来源','文本框','自定义','垂直对齐','透明文本颜色','下划线','在下面新增幻灯片','添加描述','蓝色末端箭头','节标题','未找到匹配结果。','185694gIvPGj','插入图片','9985Rysjty','蓝色细虚线','从当前幻灯片开始播放','绿色虚线双向箭头','应用到全部','选择对象以编辑详情','根据文字调整形状大小','图形格式','灰色虚线末端箭头','点划线','快捷样式','标题1','单击此处添加副标题','表格大小','页码占位符','随形状旋转','短划线','文本背景色','无填充','形状样式','删除形状','隐藏母版/版式图形','终点箭头大小','外部:左下','置于顶层','删除线','自动调整','无线条','内边距','两端对齐','新建幻灯片','垂直偏移','渐变填充','页眉占位符','强调橙色','exports','选择幻灯片主题','终点箭头类型','无法启动双屏播放。请允许浏览器窗口管理权限,并连接扩展显示器后重试。','宽度\x20(px)','垂直缩放','图案填充','适应方式','从右侧','垂直居中','线帽类型','2RYnifL','从下方','起点箭头大小','黑色细实线','外部:右上','浮于文字上方','顶部对齐','4526109pQQdwQ','空心箭头','阴影颜色','单击此处添加正文','纵向文本框','搜索幻灯片和对象','文本颜色','文件...','开始裁剪','输入关键词搜索幻灯片名称、文本和对象名称。','从上方','背景图形','16729800XJAmmH','文字方向','透明度','草图样式','暂无备注','重置颜色','水平翻转','左对齐','上下型','仅标题','全部隐藏'];_0x1547=function(){return _0xea63ec;};return _0x1547();}const _0x5bd512=_0x3eb6;(function(_0x8a914,_0x1adf34){const _0x3af91d=_0x3eb6,_0x3a06a0=_0x8a914();while(!![]){try{const _0x51dcd3=parseInt(_0x3af91d(0x17a))/0x1+parseInt(_0x3af91d(0x13c))/0x2*(-parseInt(_0x3af91d(0x10c))/0x3)+-parseInt(_0x3af91d(0xf0))/0x4*(parseInt(_0x3af91d(0x10e))/0x5)+-parseInt(_0x3af91d(0x15a))/0x6+-parseInt(_0x3af91d(0x143))/0x7+-parseInt(_0x3af91d(0x176))/0x8+-parseInt(_0x3af91d(0x178))/0x9*(-parseInt(_0x3af91d(0x14f))/0xa);if(_0x51dcd3===_0x1adf34)break;else _0x3a06a0['push'](_0x3a06a0['shift']());}catch(_0x10affd){_0x3a06a0['push'](_0x3a06a0['shift']());}}}(_0x1547,0x6014e));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x5bd512(0x115),'changeShape':'更改形状'},'insertToolbar':{'search':'搜索','text':_0x5bd512(0x102),'textHorizontal':'横向文本框','textVertical':_0x5bd512(0x147),'image':'图片','table':'表格','shape':'形状','chart':'图表'},'tableSizePicker':{'title':_0x5bd512(0x11b),'customSize':_0x5bd512(0x179),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'searchPanel':{'placeholder':_0x5bd512(0x148),'noQuery':_0x5bd512(0x14c),'empty':_0x5bd512(0x10b),'slidePrefix':'第'},'themePicker':{'title':'主题','caption':'形状默认样式','tooltip':_0x5bd512(0x132)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','paragraphType':_0x5bd512(0x15c),'heading1':_0x5bd512(0x119),'increaseFontSize':'增大字号','decreaseFontSize':'减小字号','textColor':_0x5bd512(0x149),'transparentTextColor':_0x5bd512(0x105),'textBackgroundColor':_0x5bd512(0x11f),'bold':'粗体','italic':'斜体','underline':_0x5bd512(0x106),'strikethrough':_0x5bd512(0x127),'horizontalAlign':'水平对齐','verticalAlign':_0x5bd512(0x104),'alignLeft':_0x5bd512(0x156),'alignCenter':_0x5bd512(0xfe),'alignRight':_0x5bd512(0x182),'alignJustify':_0x5bd512(0x12b),'alignTop':_0x5bd512(0x142),'alignMiddle':_0x5bd512(0x13a),'alignBottom':'底部对齐'},'quickStyles':{'tooltip':_0x5bd512(0x118),'shapeStyles':_0x5bd512(0x121),'lineStyles':_0x5bd512(0xf8),'textStyles':_0x5bd512(0x16f),'more':_0x5bd512(0x169),'groups':{'solid':'实线','dashed':'虚线'},'presets':{'line':{'blackSolid':_0x5bd512(0x13f),'blueSolid':_0x5bd512(0xf2),'orangeSolid':_0x5bd512(0x183),'graySolid':_0x5bd512(0x171),'blueEndArrow':_0x5bd512(0x109),'greenTwoWayArrow':_0x5bd512(0xf1),'blackDashed':_0x5bd512(0x16b),'blueDashed':_0x5bd512(0x10f),'grayDashed':_0x5bd512(0x177),'blueDashedEndArrow':_0x5bd512(0x17c),'grayDashedEndArrow':_0x5bd512(0x116),'greenDashedTwoWayArrow':_0x5bd512(0x111)},'text':{'bodyBlack':_0x5bd512(0x165),'titleBlack':_0x5bd512(0x16e),'accentBlue':_0x5bd512(0xfa),'accentOrange':_0x5bd512(0x130),'noteGray':_0x5bd512(0x16c)}}},'thumbnailBar':{'resizePanel':'调整幻灯片缩略图面板大小','addSlide':_0x5bd512(0xfb),'contextMenu':{'cut':'剪切','copy':'复制','paste':'粘贴','addBelow':_0x5bd512(0x107),'delete':'删除'},'layoutPicker':{'title':_0x5bd512(0x186),'layouts':{'title':'标题幻灯片','titleAndBody':_0x5bd512(0x160),'sectionHeader':_0x5bd512(0x10a),'twoColumns':'两栏内容','comparison':'比较','blank':'空白','titleOnly':_0x5bd512(0x158),'pictureWithCaption':'图片与标题'}}},'shapePanel':{'title':_0x5bd512(0xff),'shapeStyle':_0x5bd512(0x121),'shapePosition':'位置','openPanel':'打开形状面板','deleteShape':_0x5bd512(0x122),'toolbar':{'alignLeft':'左对齐','alignCenter':_0x5bd512(0xfe),'alignRight':_0x5bd512(0x182),'alignJustify':_0x5bd512(0x12b),'bold':'粗体','italic':'斜体','underline':_0x5bd512(0x106),'strikethrough':_0x5bd512(0x127),'textColor':'文本颜色','textBackgroundColor':_0x5bd512(0x11f),'fillColor':'文本背景色','resetColor':_0x5bd512(0x154)},'align':{'top':'顶部对齐','middle':_0x5bd512(0x13a),'bottom':'底部对齐'},'textWrap':{'inline':_0x5bd512(0xef),'square':_0x5bd512(0xf3),'topAndBottom':_0x5bd512(0x157),'behindText':_0x5bd512(0x180),'inFrontText':_0x5bd512(0x141)},'textBox':{'title':_0x5bd512(0x102),'textDirection':_0x5bd512(0x150),'textDirectionHorizontal':'横排','textDirectionVertical':'竖排','autoFit':_0x5bd512(0x128),'autoFitNone':'不自动调整','autoFitShrink':_0x5bd512(0xec),'autoFitResize':_0x5bd512(0x114),'wrapText':_0x5bd512(0x15e),'padding':_0x5bd512(0x12a),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分栏','columnCount':'数量','columnSpacing':'间距'},'position':{'title':_0x5bd512(0x100),'x':'X','y':'Y','width':'宽度','height':'高度','rotation':'旋转'},'style':{'shadow':'阴影','shadowColor':_0x5bd512(0x145),'shadowBlurRadius':'模糊','shadowDistance':'距离','shadowDirection':'角度','shadowPresetTitle':'预设','shadowPresetNone':_0x5bd512(0xee),'shadowPresetCustom':_0x5bd512(0x103),'shadowTransparency':'透明度','shadowSize':'大小','shadowPreset':{'shdw6':'外部:右下','shdw5':_0x5bd512(0x125),'shdw2':_0x5bd512(0x140),'shdw1':_0x5bd512(0x185),'shdw14':_0x5bd512(0xf9),'shdw10':_0x5bd512(0x164)}},'fill':{'title':'填充','noFill':_0x5bd512(0x184),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x5bd512(0x151),'picture':{'source':_0x5bd512(0x101),'insert':_0x5bd512(0x10d),'tileAsTexture':_0x5bd512(0x161),'offsetX':'水平偏移','offsetY':_0x5bd512(0x12d),'scaleX':_0x5bd512(0x16a),'scaleY':_0x5bd512(0x136),'alignment':'对齐','rotateWithShape':_0x5bd512(0x11d),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'居中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'线条','noLine':_0x5bd512(0x129),'solidLine':'实线','color':'颜色','transparency':_0x5bd512(0x151),'width':'宽度','cornerRadius':'拐角半径','beginArrowType':_0x5bd512(0x17f),'beginArrowSize':_0x5bd512(0x13e),'endArrowType':_0x5bd512(0x133),'endArrowSize':_0x5bd512(0x124),'dashType':{'title':_0x5bd512(0x17b),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x5bd512(0x11e),'dashDot':_0x5bd512(0x117),'longDash':'长划线','longDashDot':_0x5bd512(0xf4),'longDashDotDot':'长双点划线'},'capType':{'title':_0x5bd512(0x13b),'flat':'平头','round':'圆头','square':'方头'},'joinType':{'title':'拐角类型','miter':'尖角','round':'圆角','bevel':'斜角'},'sketchType':{'title':_0x5bd512(0x152),'none':'无','curved':'曲线','freehand':'手绘','handDrawn':_0x5bd512(0x17d)},'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x5bd512(0x144),'stealthArrow':_0x5bd512(0xfd),'diamondArrow':'菱形箭头','ovalArrow':_0x5bd512(0x174)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'对象列表','showAll':'全部显示','hideAll':_0x5bd512(0x159),'show':'显示','hide':'隐藏','moveForward':_0x5bd512(0x175),'moveBackward':_0x5bd512(0x15b),'nameInput':_0x5bd512(0x163),'empty':'暂无对象','close':'关闭','name':'名称','description':'描述','descriptionPlaceholder':_0x5bd512(0x108),'details':'详情','noSelection':_0x5bd512(0x113)},'backgroundPanel':{'title':'设置背景格式','backgroundGraphics':_0x5bd512(0x14e),'hideBackgroundGraphics':_0x5bd512(0x123),'presentationBackground':_0x5bd512(0x16d),'presentationBackgroundEmpty':_0x5bd512(0x168),'presentationBackgroundImages':_0x5bd512(0x173),'setPresentationBackground':'设置底图','clearPresentationBackground':'清除','none':_0x5bd512(0x120),'solid':'纯色填充','gradient':_0x5bd512(0x12e),'image':_0x5bd512(0xf6),'pattern':_0x5bd512(0x137),'color':'颜色','transparency':_0x5bd512(0x151),'imageSource':'插入图片来源','insertImage':_0x5bd512(0x14a),'fit':_0x5bd512(0x138),'fitOptions':{'cover':'填充','contain':'适应','stretch':'拉伸','repeat':'平铺'},'patternHint':_0x5bd512(0xfc),'applyToAll':_0x5bd512(0x112),'resetBackground':'重置背景'},'transitionPanel':{'title':_0x5bd512(0x15d),'effect':'效果','direction':'方向','duration':'持续时间','preview':'预览','applyToAll':_0x5bd512(0x112),'effects':{'none':'无','fade':'淡化','push':'推进','wipe':'擦除','split':'分割','reveal':'显示','cut':'切入','uncover':'揭开','cover':'覆盖','zoom':'缩放'},'directions':{'left':_0x5bd512(0x166),'right':_0x5bd512(0x139),'up':_0x5bd512(0x14d),'down':_0x5bd512(0x13d)}},'contextmenu':{'addPage':_0x5bd512(0x12c),'backgroundPanel':'设置背景格式','transitionPanel':_0x5bd512(0x15d),'speakerNotes':'备注','ruler':'标尺','shapePanel':_0x5bd512(0xff),'flipHorizontal':_0x5bd512(0x155),'flipVertical':'垂直翻转','group':'组合','ungroup':_0x5bd512(0xed)},'presentation':{'play':'播放','playFromBeginning':'从头开始播放','playFromCurrent':_0x5bd512(0x110),'playDualScreen':_0x5bd512(0xf7),'playDualScreenFromBeginning':_0x5bd512(0x15f),'playDualScreenFromCurrent':'从当前幻灯片开始双屏播放','dualScreenUnavailable':_0x5bd512(0x134),'fullscreenPrompt':'点击进入全屏','presentationEnded':'演示已结束','previous':_0x5bd512(0x162),'next':'下一页','exit':'退出','slideProgress':'第\x20{current}\x20张幻灯片,共\x20{total}\x20张','speakerNotes':'备注','speakerNotesPlaceholder':_0x5bd512(0x17e),'speakerNotesEmpty':_0x5bd512(0x153),'speakerNotesSave':'保存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':'单击此处添加标题','subtitle':_0x5bd512(0x11a),'body':_0x5bd512(0x146),'text':'单击此处添加文本','header':_0x5bd512(0x12f),'footer':'页脚占位符','date':'日期占位符','slideNumber':_0x5bd512(0x11c)},'icon':{'image':'图片','table':'表格','chart':'图表','diagram':'图示','media':'媒体'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x5bd512(0x175),'backward':'下移一层','front':_0x5bd512(0x126),'back':_0x5bd512(0x181)},'transform':{'title':'变换','rotate':_0x5bd512(0x167),'x':'X\x20(px)','y':_0x5bd512(0x170),'width':_0x5bd512(0x135),'height':_0x5bd512(0x172),'lock':'锁定比例'},'crop':{'title':'裁剪','start':_0x5bd512(0x14b),'mode':'自由','shape':_0x5bd512(0xf5)}}}};function _0x3eb6(_0x589474,_0x3a480e){_0x589474=_0x589474-0xec;const _0x154768=_0x1547();let _0x3eb677=_0x154768[_0x589474];return _0x3eb677;}module[_0x5bd512(0x131)]=e;
@@ -1 +1 @@
1
- function _0x1e9d(_0x2c8686,_0x3d4282){_0x2c8686=_0x2c8686-0x6e;const _0xed4473=_0xed44();let _0x1e9d2f=_0xed4473[_0x2c8686];return _0x1e9d2f;}function _0xed44(){const _0x3e0f45=['按一下以新增標題','藍色細實線','藍色細虛線','虛線類型','移到最前面','背景格式設定','靠左上','上及下','標題黑色','轉場效果','圖案格式設定','文字背景色','插入圖片來源','Y\x20位移','垂直翻轉','高度\x20(像素)','藍色虛線末端箭頭','下移一層','圖樣填滿','寬度\x20(像素)','exports','未設定','文字方塊','藍色末端箭頭線條','標題幻燈片','1794fdKDJW','文字在前','第\x20{current}\x20/\x20{total}\x20張','快速樣式','691960nGshQo','檔案...','更改形狀','橢圓箭頭','頁首預留位置','開始裁剪','28UGQgCu','標題1','內文黑色','段落類型','灰色細虛線','外部:右下','無填滿','透明度','雙螢幕・從目前開始','Table\x20size','旋轉\x20(°)','外部:左上(大)','全部顯示','水平翻轉','強調橙色','最適大小','線條樣式','物件名稱','按一下以全螢幕','找不到結果。','靠右下','佈景主題','無陰影','底部對齊','前端箭頭大小','自訂大小','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','取消群組','菱形箭頭','按一下以新增副標題','左對齊','7TcEOQl','長虛線','右對齊','兩欄內容','重設背景','上移一層','綠色雙向箭頭線條','上一頁','500730sxOMXz','+\x20新增幻燈片','5BJdMmC','接合類型','幻燈片','744170zQmaoR','圖樣設定即將推出。','下一頁','自由線條','垂直文字方塊','暫無物件','從頭播放','雙螢幕簡報','移到最上層','幻燈片編號預留位置','隨圖案旋轉','居中對齊','與文字排列','文字在後','講者備註','靠右上','刪除線','圖片來源','按一下以新增文字','末端箭頭大小','800838xCmcqH','裁剪為圖案','灰色細實線','外部:右上','綠色虛線雙向箭頭','僅標題','灰色虛線末端箭頭','長虛線-點-點','Y\x20縮放','透明文字色彩','輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','水平對齊','隱形箭頭','17769agXzYt','標題與內容','縮小字型','插入圖片','前端箭頭類型','長虛線-點','黑色細實線','搜尋幻燈片與物件','左右對齊','日期預留位置','166072mFICRb','物件列表','陰影顏色','鎖定長寬比','調整投影片縮圖面板大小','黑色細虛線','註解灰色','全部套用','線端類型','圖片填滿','刪除形狀','垂直居中','移到最下層','圖片並排作為材質','選擇版面配置','無顏色','文字顏色','橙色細實線','末端箭頭類型','重置顏色','張圖片','垂直對齊','靠左下','漸層填滿','X\x20(像素)','草圖類型','X\x20位移','文字樣式','含標題圖片','放大字型','打開形狀面板','圖案樣式','簡報結束'];_0xed44=function(){return _0x3e0f45;};return _0xed44();}const _0x4b02cd=_0x1e9d;(function(_0x57dad2,_0x2bb3f5){const _0x3c19ab=_0x1e9d,_0x3c3cc0=_0x57dad2();while(!![]){try{const _0x5a42c6=parseInt(_0x3c19ab(0xd7))/0x1*(parseInt(_0x3c19ab(0x8a))/0x2)+-parseInt(_0x3c19ab(0x80))/0x3+parseInt(_0x3c19ab(0x84))/0x4*(-parseInt(_0x3c19ab(0xb3))/0x5)+-parseInt(_0x3c19ab(0xb1))/0x6+parseInt(_0x3c19ab(0xa9))/0x7*(-parseInt(_0x3c19ab(0xe1))/0x8)+parseInt(_0x3c19ab(0xca))/0x9+parseInt(_0x3c19ab(0xb6))/0xa;if(_0x5a42c6===_0x2bb3f5)break;else _0x3c3cc0['push'](_0x3c3cc0['shift']());}catch(_0x4c9472){_0x3c3cc0['push'](_0x3c3cc0['shift']());}}}(_0xed44,0x20cdb));const e={'slides-ui':{'ribbon':{'shapeFormat':'圖案格式','changeShape':_0x4b02cd(0x86)},'insertToolbar':{'search':'搜尋','text':_0x4b02cd(0x7d),'textHorizontal':'水平文字方塊','textVertical':_0x4b02cd(0xba),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x4b02cd(0x93),'customSize':_0x4b02cd(0xa3),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x4b02cd(0xde),'noQuery':_0x4b02cd(0xd4),'empty':_0x4b02cd(0x9d),'slidePrefix':_0x4b02cd(0xb5)},'themePicker':{'title':_0x4b02cd(0x9f),'caption':'圖案預設值','tooltip':'選擇幻燈片佈景主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x4b02cd(0x8d),'heading1':_0x4b02cd(0x8b),'increaseFontSize':_0x4b02cd(0xfe),'decreaseFontSize':_0x4b02cd(0xd9),'textColor':'文字色彩','transparentTextColor':_0x4b02cd(0xd3),'textBackgroundColor':_0x4b02cd(0x72),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4b02cd(0xc6),'horizontalAlign':_0x4b02cd(0xd5),'verticalAlign':_0x4b02cd(0xf6),'alignLeft':_0x4b02cd(0xa8),'alignCenter':'置中對齊','alignRight':_0x4b02cd(0xab),'alignJustify':_0x4b02cd(0xdf),'alignTop':'頂端對齊','alignMiddle':'垂直置中','alignBottom':'底端對齊'},'quickStyles':{'tooltip':_0x4b02cd(0x83),'shapeStyles':'圖案樣式','lineStyles':_0x4b02cd(0x9a),'textStyles':_0x4b02cd(0xfc),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x4b02cd(0xdd),'blueSolid':_0x4b02cd(0x103),'orangeSolid':_0x4b02cd(0xf2),'graySolid':_0x4b02cd(0xcc),'blueEndArrow':_0x4b02cd(0x7e),'greenTwoWayArrow':_0x4b02cd(0xaf),'blackDashed':_0x4b02cd(0xe6),'blueDashed':_0x4b02cd(0x104),'grayDashed':_0x4b02cd(0x8e),'blueDashedEndArrow':_0x4b02cd(0x77),'grayDashedEndArrow':_0x4b02cd(0xd0),'greenDashedTwoWayArrow':_0x4b02cd(0xce)},'text':{'bodyBlack':_0x4b02cd(0x8c),'titleBlack':_0x4b02cd(0x6f),'accentBlue':'強調藍色','accentOrange':_0x4b02cd(0x98),'noteGray':_0x4b02cd(0xe7)}}},'thumbnailBar':{'resizePanel':_0x4b02cd(0xe5),'addSlide':_0x4b02cd(0xb2),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':'在下方新增投影片','delete':'刪除'},'layoutPicker':{'title':_0x4b02cd(0xef),'layouts':{'title':_0x4b02cd(0x7f),'titleAndBody':_0x4b02cd(0xd8),'sectionHeader':'章節標題','twoColumns':_0x4b02cd(0xac),'comparison':'比較','blank':'空白','titleOnly':_0x4b02cd(0xcf),'pictureWithCaption':_0x4b02cd(0xfd)}}},'shapePanel':{'title':_0x4b02cd(0x71),'shapeStyle':_0x4b02cd(0x100),'shapePosition':'位置','openPanel':_0x4b02cd(0xff),'deleteShape':_0x4b02cd(0xeb),'toolbar':{'alignLeft':_0x4b02cd(0xa8),'alignCenter':_0x4b02cd(0xc1),'alignRight':_0x4b02cd(0xab),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4b02cd(0xc6),'textColor':_0x4b02cd(0xf1),'textBackgroundColor':_0x4b02cd(0x72),'fillColor':_0x4b02cd(0x72),'resetColor':_0x4b02cd(0xf4)},'align':{'top':'頂部對齊','middle':_0x4b02cd(0xec),'bottom':_0x4b02cd(0xa1)},'textWrap':{'inline':_0x4b02cd(0xc2),'square':'矩形','topAndBottom':_0x4b02cd(0x6e),'behindText':_0x4b02cd(0x81),'inFrontText':_0x4b02cd(0xc3)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x4b02cd(0xe3),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x4b02cd(0xa0),'shadowPresetCustom':'自訂','shadowTransparency':_0x4b02cd(0x91),'shadowSize':'大小','shadowPreset':{'shdw6':_0x4b02cd(0x8f),'shdw5':'外部:左下','shdw2':_0x4b02cd(0xcd),'shdw1':'外部:左上','shdw14':'外部:右下(小)','shdw10':_0x4b02cd(0x95)}},'fill':{'title':'填滿','noFill':_0x4b02cd(0xf0),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4b02cd(0x91),'picture':{'source':_0x4b02cd(0xc7),'insert':_0x4b02cd(0xda),'tileAsTexture':_0x4b02cd(0xee),'offsetX':_0x4b02cd(0xfb),'offsetY':_0x4b02cd(0x74),'scaleX':'X\x20縮放','scaleY':_0x4b02cd(0xd2),'alignment':'對齊','rotateWithShape':_0x4b02cd(0xc0),'align':{'tl':_0x4b02cd(0x108),'t':'靠上','tr':_0x4b02cd(0xc5),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x4b02cd(0xf7),'b':'靠下','br':_0x4b02cd(0x9e)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x4b02cd(0xdb),'beginArrowSize':_0x4b02cd(0xa2),'endArrowType':_0x4b02cd(0xf3),'endArrowSize':_0x4b02cd(0xc9),'dashType':{'title':_0x4b02cd(0x105),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x4b02cd(0xaa),'longDashDot':_0x4b02cd(0xdc),'longDashDotDot':_0x4b02cd(0xd1)},'capType':{'title':_0x4b02cd(0xe9),'flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x4b02cd(0xb4),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x4b02cd(0xfa),'none':'無','curved':'曲線','freehand':_0x4b02cd(0xb9),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x4b02cd(0xd6),'diamondArrow':_0x4b02cd(0xa6),'ovalArrow':_0x4b02cd(0x87)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x4b02cd(0xe2),'showAll':_0x4b02cd(0x96),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x4b02cd(0xae),'moveBackward':_0x4b02cd(0x78),'nameInput':_0x4b02cd(0x9b),'empty':_0x4b02cd(0xbb)},'backgroundPanel':{'title':'背景格式設定','backgroundGraphics':'背景圖形','hideBackgroundGraphics':'隱藏母片/版面配置圖形','presentationBackground':'簡報背景','presentationBackgroundEmpty':_0x4b02cd(0x7c),'presentationBackgroundImages':_0x4b02cd(0xf5),'setPresentationBackground':'設定背景','clearPresentationBackground':'清除','none':_0x4b02cd(0x90),'solid':'純色填滿','gradient':_0x4b02cd(0xf8),'image':_0x4b02cd(0xea),'pattern':_0x4b02cd(0x79),'color':'色彩','transparency':_0x4b02cd(0x91),'imageSource':_0x4b02cd(0x73),'insertImage':_0x4b02cd(0x85),'fit':'適配','fitOptions':{'cover':'填滿','contain':_0x4b02cd(0x99),'stretch':'延展','repeat':'並排'},'patternHint':_0x4b02cd(0xb7),'applyToAll':_0x4b02cd(0xe8),'resetBackground':_0x4b02cd(0xad)},'transitionPanel':{'title':_0x4b02cd(0x70),'effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x4b02cd(0xe8),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x4b02cd(0x107),'transitionPanel':_0x4b02cd(0x70),'speakerNotes':_0x4b02cd(0xc4),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x4b02cd(0x97),'flipVertical':_0x4b02cd(0x75),'group':'群組','ungroup':_0x4b02cd(0xa5)},'presentation':{'play':'播放','playFromBeginning':_0x4b02cd(0xbc),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x4b02cd(0xbd),'playDualScreenFromBeginning':'雙螢幕・從頭開始','playDualScreenFromCurrent':_0x4b02cd(0x92),'dualScreenUnavailable':_0x4b02cd(0xa4),'fullscreenPrompt':_0x4b02cd(0x9c),'presentationEnded':_0x4b02cd(0x101),'previous':_0x4b02cd(0xb0),'next':_0x4b02cd(0xb8),'exit':'結束','slideProgress':_0x4b02cd(0x82),'speakerNotes':_0x4b02cd(0xc4),'speakerNotesPlaceholder':'按一下新增目前幻燈片的備註','speakerNotesEmpty':'無講者備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x4b02cd(0x102),'subtitle':_0x4b02cd(0xa7),'body':_0x4b02cd(0xc8),'text':_0x4b02cd(0xc8),'header':_0x4b02cd(0x88),'footer':'頁尾預留位置','date':_0x4b02cd(0xe0),'slideNumber':_0x4b02cd(0xbf)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x4b02cd(0xbe),'backward':_0x4b02cd(0xed),'front':_0x4b02cd(0x106),'back':'移到最後面'},'transform':{'title':'轉換','rotate':_0x4b02cd(0x94),'x':_0x4b02cd(0xf9),'y':'Y\x20(像素)','width':_0x4b02cd(0x7a),'height':_0x4b02cd(0x76),'lock':_0x4b02cd(0xe4)},'crop':{'title':'裁剪','start':_0x4b02cd(0x89),'mode':'自由','shape':_0x4b02cd(0xcb)}}}};module[_0x4b02cd(0x7b)]=e;
1
+ function _0x35b8(_0x4f0dd9,_0x1da975){_0x4f0dd9=_0x4f0dd9-0x142;const _0x331415=_0x3314();let _0x35b81f=_0x331415[_0x4f0dd9];return _0x35b81f;}const _0x269bd1=_0x35b8;(function(_0x1f56d2,_0x452f68){const _0x48127a=_0x35b8,_0x8b2076=_0x1f56d2();while(!![]){try{const _0x405117=-parseInt(_0x48127a(0x170))/0x1+parseInt(_0x48127a(0x1b1))/0x2*(-parseInt(_0x48127a(0x150))/0x3)+parseInt(_0x48127a(0x164))/0x4+-parseInt(_0x48127a(0x1aa))/0x5*(parseInt(_0x48127a(0x1a0))/0x6)+parseInt(_0x48127a(0x1cc))/0x7*(parseInt(_0x48127a(0x14d))/0x8)+parseInt(_0x48127a(0x14e))/0x9*(parseInt(_0x48127a(0x19e))/0xa)+parseInt(_0x48127a(0x1a3))/0xb*(parseInt(_0x48127a(0x168))/0xc);if(_0x405117===_0x452f68)break;else _0x8b2076['push'](_0x8b2076['shift']());}catch(_0x15b889){_0x8b2076['push'](_0x8b2076['shift']());}}}(_0x3314,0x470e2));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x269bd1(0x14b),'changeShape':_0x269bd1(0x1b3)},'insertToolbar':{'search':'搜尋','text':'文字方塊','textHorizontal':_0x269bd1(0x179),'textVertical':_0x269bd1(0x1b5),'image':'圖片','table':'表格','shape':'圖案','chart':'圖表'},'tableSizePicker':{'title':_0x269bd1(0x185),'customSize':_0x269bd1(0x1c9),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x269bd1(0x191),'noQuery':'輸入文字以搜尋幻燈片名稱、文字內容與物件名稱。','empty':'找不到結果。','slidePrefix':_0x269bd1(0x1db)},'themePicker':{'title':_0x269bd1(0x149),'caption':_0x269bd1(0x171),'tooltip':_0x269bd1(0x188)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x269bd1(0x1ad),'heading1':_0x269bd1(0x1a7),'increaseFontSize':_0x269bd1(0x1bc),'decreaseFontSize':_0x269bd1(0x194),'textColor':_0x269bd1(0x1a1),'transparentTextColor':_0x269bd1(0x178),'textBackgroundColor':_0x269bd1(0x14c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','horizontalAlign':'水平對齊','verticalAlign':_0x269bd1(0x16b),'alignLeft':'左對齊','alignCenter':_0x269bd1(0x19a),'alignRight':_0x269bd1(0x19d),'alignJustify':'左右對齊','alignTop':_0x269bd1(0x1a8),'alignMiddle':'垂直置中','alignBottom':_0x269bd1(0x1ac)},'quickStyles':{'tooltip':_0x269bd1(0x1b8),'shapeStyles':'圖案樣式','lineStyles':_0x269bd1(0x1a6),'textStyles':'文字樣式','more':_0x269bd1(0x184),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x269bd1(0x144),'blueSolid':'藍色細實線','orangeSolid':_0x269bd1(0x1dc),'graySolid':_0x269bd1(0x154),'blueEndArrow':_0x269bd1(0x165),'greenTwoWayArrow':_0x269bd1(0x1d8),'blackDashed':_0x269bd1(0x14f),'blueDashed':_0x269bd1(0x15e),'grayDashed':_0x269bd1(0x17e),'blueDashedEndArrow':'藍色虛線末端箭頭','grayDashedEndArrow':'灰色虛線末端箭頭','greenDashedTwoWayArrow':_0x269bd1(0x173)},'text':{'bodyBlack':_0x269bd1(0x15c),'titleBlack':_0x269bd1(0x1d2),'accentBlue':_0x269bd1(0x1de),'accentOrange':_0x269bd1(0x17f),'noteGray':'註解灰色'}}},'thumbnailBar':{'resizePanel':_0x269bd1(0x1c6),'addSlide':_0x269bd1(0x176),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x269bd1(0x189),'delete':'刪除'},'layoutPicker':{'title':_0x269bd1(0x17c),'layouts':{'title':_0x269bd1(0x167),'titleAndBody':'標題與內容','sectionHeader':'章節標題','twoColumns':_0x269bd1(0x1b4),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x269bd1(0x1b9)}}},'shapePanel':{'title':_0x269bd1(0x1d9),'shapeStyle':_0x269bd1(0x1af),'shapePosition':'位置','openPanel':_0x269bd1(0x151),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x269bd1(0x182),'alignCenter':_0x269bd1(0x181),'alignRight':_0x269bd1(0x19d),'alignJustify':_0x269bd1(0x18c),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x269bd1(0x18f),'textColor':'文字顏色','textBackgroundColor':_0x269bd1(0x14c),'fillColor':_0x269bd1(0x14c),'resetColor':_0x269bd1(0x1dd)},'align':{'top':_0x269bd1(0x1bf),'middle':_0x269bd1(0x198),'bottom':'底部對齊'},'textWrap':{'inline':_0x269bd1(0x190),'square':'矩形','topAndBottom':_0x269bd1(0x16c),'behindText':_0x269bd1(0x15d),'inFrontText':_0x269bd1(0x16e)},'textBox':{'title':_0x269bd1(0x1cb),'textDirection':'文字方向','textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':_0x269bd1(0x143),'autoFitNone':'不自動調整','autoFitShrink':_0x269bd1(0x193),'autoFitResize':'根據文字調整圖形大小','wrapText':_0x269bd1(0x1d5),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x269bd1(0x1ae),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x269bd1(0x159),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x269bd1(0x17d),'shadowPresetCustom':'自訂','shadowTransparency':_0x269bd1(0x183),'shadowSize':'大小','shadowPreset':{'shdw6':_0x269bd1(0x155),'shdw5':_0x269bd1(0x1ba),'shdw2':_0x269bd1(0x15b),'shdw1':_0x269bd1(0x1c7),'shdw14':_0x269bd1(0x199),'shdw10':_0x269bd1(0x14a)}},'fill':{'title':'填滿','noFill':_0x269bd1(0x18b),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':'圖片來源','insert':_0x269bd1(0x175),'tileAsTexture':_0x269bd1(0x156),'offsetX':_0x269bd1(0x1c8),'offsetY':_0x269bd1(0x19b),'scaleX':_0x269bd1(0x145),'scaleY':_0x269bd1(0x195),'alignment':'對齊','rotateWithShape':_0x269bd1(0x196),'align':{'tl':_0x269bd1(0x16a),'t':'靠上','tr':_0x269bd1(0x177),'l':'靠左','ctr':'置中','r':'靠右','bl':_0x269bd1(0x18e),'b':'靠下','br':_0x269bd1(0x1d4)}}},'line':{'title':'線條','noLine':_0x269bd1(0x186),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':'拐角半徑','beginArrowType':_0x269bd1(0x1bd),'beginArrowSize':_0x269bd1(0x1cd),'endArrowType':'末端箭頭類型','endArrowSize':'末端箭頭大小','dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x269bd1(0x1b2),'longDash':_0x269bd1(0x169),'longDashDot':_0x269bd1(0x1a5),'longDashDotDot':_0x269bd1(0x157)},'capType':{'title':'線端類型','flat':'平端','round':'圓端','square':'方端'},'joinType':{'title':_0x269bd1(0x147),'miter':'斜接','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x269bd1(0x1ab),'none':'無','curved':'曲線','freehand':_0x269bd1(0x1b6),'handDrawn':'手繪'},'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':'隱形箭頭','diamondArrow':_0x269bd1(0x1d1),'ovalArrow':_0x269bd1(0x1ce)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x269bd1(0x1c0),'showAll':_0x269bd1(0x180),'hideAll':_0x269bd1(0x197),'show':'顯示','hide':'隱藏','moveForward':_0x269bd1(0x1c4),'moveBackward':'下移一層','nameInput':'物件名稱','empty':_0x269bd1(0x163),'close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x269bd1(0x1d0),'details':'詳情','noSelection':_0x269bd1(0x160)},'backgroundPanel':{'title':_0x269bd1(0x16d),'backgroundGraphics':_0x269bd1(0x1a9),'hideBackgroundGraphics':_0x269bd1(0x161),'presentationBackground':'簡報背景','presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x269bd1(0x1d3),'setPresentationBackground':'設定背景','clearPresentationBackground':'清除','none':_0x269bd1(0x18a),'solid':_0x269bd1(0x192),'gradient':'漸層填滿','image':'圖片填滿','pattern':_0x269bd1(0x16f),'color':'色彩','transparency':_0x269bd1(0x183),'imageSource':_0x269bd1(0x1c3),'insertImage':'檔案...','fit':'適配','fitOptions':{'cover':'填滿','contain':_0x269bd1(0x146),'stretch':'延展','repeat':'並排'},'patternHint':'圖樣設定即將推出。','applyToAll':_0x269bd1(0x166),'resetBackground':'重設背景'},'transitionPanel':{'title':'轉場效果','effect':'效果','direction':'方向','duration':'時間','preview':'預覽','applyToAll':_0x269bd1(0x166),'effects':{'none':'無','fade':'淡出','push':'推入','wipe':'刷除','split':'分割','reveal':'顯示','cut':'剪下','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'由左','right':'由右','up':'由上','down':'由下'}},'contextmenu':{'addPage':'新增幻燈片','backgroundPanel':_0x269bd1(0x16d),'transitionPanel':_0x269bd1(0x1c1),'speakerNotes':_0x269bd1(0x162),'ruler':'標尺','shapePanel':'圖案格式設定','flipHorizontal':_0x269bd1(0x148),'flipVertical':_0x269bd1(0x172),'group':'群組','ungroup':_0x269bd1(0x1c2)},'presentation':{'play':'播放','playFromBeginning':_0x269bd1(0x1da),'playFromCurrent':'從目前幻燈片播放','playDualScreen':_0x269bd1(0x15f),'playDualScreenFromBeginning':_0x269bd1(0x19f),'playDualScreenFromCurrent':_0x269bd1(0x187),'dualScreenUnavailable':_0x269bd1(0x15a),'fullscreenPrompt':_0x269bd1(0x1a4),'presentationEnded':'簡報結束','previous':_0x269bd1(0x19c),'next':_0x269bd1(0x1d6),'exit':'結束','slideProgress':'第\x20{current}\x20/\x20{total}\x20張','speakerNotes':_0x269bd1(0x162),'speakerNotesPlaceholder':_0x269bd1(0x1bb),'speakerNotesEmpty':'無講者備註','speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x269bd1(0x1c5),'subtitle':_0x269bd1(0x1cf),'body':_0x269bd1(0x1d7),'text':_0x269bd1(0x1d7),'header':_0x269bd1(0x1ca),'footer':_0x269bd1(0x153),'date':_0x269bd1(0x1b7),'slideNumber':'幻燈片編號預留位置'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖解','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x269bd1(0x1b0),'backward':_0x269bd1(0x142),'front':'移到最前面','back':_0x269bd1(0x1a2)},'transform':{'title':'轉換','rotate':_0x269bd1(0x158),'x':_0x269bd1(0x1be),'y':_0x269bd1(0x17a),'width':_0x269bd1(0x152),'height':'高度\x20(像素)','lock':_0x269bd1(0x17b)},'crop':{'title':'裁剪','start':_0x269bd1(0x18d),'mode':'自由','shape':'裁剪為圖案'}}}};module[_0x269bd1(0x174)]=e;function _0x3314(){const _0x3ad96f=['圖形中的文字自動換行','下一頁','按一下以新增文字','綠色雙向箭頭線條','圖案格式設定','從頭播放','幻燈片','橙色細實線','重置顏色','強調藍色','移到最下層','自動調整','黑色細實線','X\x20縮放','最適大小','接合類型','水平翻轉','佈景主題','外部:左上(大)','圖案格式','文字背景色','25040rMSKaM','16101KORjxH','黑色細虛線','228dyejDl','打開形狀面板','寬度\x20(像素)','頁尾預留位置','灰色細實線','外部:右下','圖片並排作為材質','長虛線-點-點','旋轉\x20(°)','陰影顏色','無法啟動雙螢幕簡報。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','外部:右上','內文黑色','文字在前','藍色細虛線','雙螢幕簡報','選擇物件以編輯詳情','隱藏母片/版面配置圖形','講者備註','暫無物件','1124000mjuxxo','藍色末端箭頭線條','全部套用','標題幻燈片','7518768UFYyYH','長虛線','靠左上','垂直對齊','上及下','背景格式設定','文字在後','圖樣填滿','523084qWpNnA','圖案預設值','垂直翻轉','綠色虛線雙向箭頭','exports','插入圖片','+\x20新增幻燈片','靠右上','透明文字色彩','水平文字方塊','Y\x20(像素)','鎖定長寬比','選擇版面配置','無陰影','灰色細虛線','強調橙色','全部顯示','居中對齊','左對齊','透明度','更多樣式','表格大小','無線條','雙螢幕・從目前開始','選擇幻燈片佈景主題','在下方新增投影片','無填滿','無顏色','兩端對齊','開始裁剪','靠左下','刪除線','與文字排列','搜尋幻燈片與物件','純色填滿','溢出時縮排文字','縮小字型','Y\x20縮放','隨圖案旋轉','全部隱藏','垂直居中','外部:右下(小)','置中對齊','Y\x20位移','上一頁','右對齊','1040XpSfCC','雙螢幕・從頭開始','144whmYAv','文字色彩','移到最後面','11PaibDh','按一下以全螢幕','長虛線-點','線條樣式','標題1','頂端對齊','背景圖形','73835HfHDkX','草圖類型','底端對齊','段落類型','位置與大小','圖案樣式','移到最上層','9972XeOEAw','虛線-點','更改形狀','兩欄內容','垂直文字方塊','自由線條','日期預留位置','快速樣式','含標題圖片','外部:左下','按一下新增目前幻燈片的備註','放大字型','前端箭頭類型','X\x20(像素)','頂部對齊','物件列表','轉場效果','取消群組','插入圖片來源','上移一層','按一下以新增標題','調整投影片縮圖面板大小','外部:左上','X\x20位移','自訂大小','頁首預留位置','文字方塊','1015SjHmtb','前端箭頭大小','橢圓箭頭','按一下以新增副標題','新增描述','菱形箭頭','標題黑色','張圖片','靠右下'];_0x3314=function(){return _0x3ad96f;};return _0x3314();}
@@ -1 +1 @@
1
- const _0x10a26a=_0x103b;function _0x103b(_0x5a4caf,_0x19dfdb){_0x5a4caf=_0x5a4caf-0x166;const _0x3c13ce=_0x3c13();let _0x103bf5=_0x3c13ce[_0x5a4caf];return _0x103bf5;}(function(_0x406564,_0x42e367){const _0x1467fa=_0x103b,_0x3604b5=_0x406564();while(!![]){try{const _0x142415=-parseInt(_0x1467fa(0x1ab))/0x1+parseInt(_0x1467fa(0x187))/0x2*(parseInt(_0x1467fa(0x179))/0x3)+parseInt(_0x1467fa(0x1c5))/0x4*(-parseInt(_0x1467fa(0x1cb))/0x5)+-parseInt(_0x1467fa(0x16f))/0x6+-parseInt(_0x1467fa(0x1c4))/0x7+parseInt(_0x1467fa(0x1dd))/0x8+-parseInt(_0x1467fa(0x1b1))/0x9*(-parseInt(_0x1467fa(0x1b9))/0xa);if(_0x142415===_0x42e367)break;else _0x3604b5['push'](_0x3604b5['shift']());}catch(_0x4f86ed){_0x3604b5['push'](_0x3604b5['shift']());}}}(_0x3c13,0x1dda9));function _0x3c13(){const _0x2f8210=['下一頁','黑色細虛線','居中對齊','選擇投影片主題','接合類型','文字樣式','置中對齊','頁眉占位符','單擊此處添加文本','強調橙色','無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','隨圖形旋轉','簡報底圖','長雙點劃線','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','外部:右下','找不到符合的結果。','物件列表','設定背景格式','文字顏色','透明度','暫無物件','長虛線','張圖片','水平對齊','上一頁','陰影顏色','持續時間','重設背景','圖案設定即將支援。','從頭開始雙螢幕播放','黑色細實線','雙螢幕播放','1431336lIwLqG','圖形格式','設定底圖','兩欄內容','節標題','綠色雙向箭頭','點劃線','外部:右上','新增投影片','打開形狀面板','3bStOLL','終點箭頭大小','無線條','更多樣式','無陰影','旋轉\x20(°)','從上方','頁腳占位符','X\x20(px)','外部:右下(小)','手繪樣式','文字背景色','搜尋投影片和物件','暫無備註','178426vwrKaZ','無顏色','插入圖片','exports','適應方式','垂直縮放','從頭開始播放','從下方','Y\x20(px)','下移一層','刪除線','形狀預設樣式','藍色細虛線','灰色細虛線','插入圖片來源','文字色彩','隱藏母片/版面配置圖形','長點劃線','正文黑色','放大字型','設定圖形格式','水平位移','拐角半徑','點擊進入全螢幕','單擊此處添加標題','外部:左上(大)','段落類型','背景圖形','單擊此處添加正文','垂直居中','與文字排列','垂直翻轉','灰色虛線終點箭頭','灰色細實線','漸層填滿','文字方塊','163989xBumAr','手繪效果','上移一層','空心箭頭','選擇版面配置','第\x20{current}\x20張簡報,共\x20{total}\x20張','36HvJSRq','在下方新增投影片','檔案...','圖片與標題','鎖定比例','強調藍色','虛線類型','圖片來源','691750FKrEhg','寬度\x20(px)','水平縮放','左對齊','從左側','底部對齊','點擊為目前簡報新增備註','短虛線','開始裁剪','藍色細實線','物件名稱','111636yuElvl','4bVctEy','註解灰色','水平翻轉','起點箭頭類型','底端對齊','標題投影片','310755luGFfW','全部隱藏','文字在後','調整投影片縮圖面板大小','外部:左上','簡報已結束','橢圓箭頭','標題1','取消群組','標題與內容','從目前投影片開始雙螢幕播放','套用到全部','頂端對齊','標題黑色','起點箭頭大小','切換動畫','置於頂層','右對齊','1896096fyMFiq','高度\x20(px)','置於底層'];_0x3c13=function(){return _0x2f8210;};return _0x3c13();}const e={'slides-ui':{'ribbon':{'shapeFormat':_0x10a26a(0x170),'changeShape':'變更圖形'},'insertToolbar':{'search':'搜尋','text':_0x10a26a(0x1aa),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':'Table\x20size','customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x10a26a(0x185),'noQuery':_0x10a26a(0x1ee),'empty':_0x10a26a(0x1f0),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x10a26a(0x192),'tooltip':_0x10a26a(0x1e3)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x10a26a(0x1a1),'heading1':_0x10a26a(0x1d2),'increaseFontSize':_0x10a26a(0x19a),'decreaseFontSize':'縮小字型','textColor':_0x10a26a(0x196),'transparentTextColor':'透明文字色彩','textBackgroundColor':_0x10a26a(0x184),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x10a26a(0x191),'horizontalAlign':_0x10a26a(0x166),'verticalAlign':'垂直對齊','alignLeft':'左對齊','alignCenter':_0x10a26a(0x1e6),'alignRight':_0x10a26a(0x1dc),'alignJustify':'左右對齊','alignTop':_0x10a26a(0x1d7),'alignMiddle':'垂直置中','alignBottom':_0x10a26a(0x1c9)},'quickStyles':{'tooltip':'快捷樣式','shapeStyles':'形狀樣式','lineStyles':'線條樣式','textStyles':_0x10a26a(0x1e5),'more':_0x10a26a(0x17c),'groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x10a26a(0x16d),'blueSolid':_0x10a26a(0x1c2),'orangeSolid':'橙色細實線','graySolid':_0x10a26a(0x1a8),'blueEndArrow':'藍色終點箭頭','greenTwoWayArrow':_0x10a26a(0x174),'blackDashed':_0x10a26a(0x1e1),'blueDashed':_0x10a26a(0x193),'grayDashed':_0x10a26a(0x194),'blueDashedEndArrow':'藍色虛線終點箭頭','grayDashedEndArrow':_0x10a26a(0x1a7),'greenDashedTwoWayArrow':'綠色虛線雙向箭頭'},'text':{'bodyBlack':_0x10a26a(0x199),'titleBlack':_0x10a26a(0x1d8),'accentBlue':_0x10a26a(0x1b6),'accentOrange':_0x10a26a(0x1e9),'noteGray':_0x10a26a(0x1c6)}}},'thumbnailBar':{'resizePanel':_0x10a26a(0x1ce),'addSlide':'+\x20新增','contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x10a26a(0x1b2),'delete':'刪除'},'layoutPicker':{'title':_0x10a26a(0x1af),'layouts':{'title':_0x10a26a(0x1ca),'titleAndBody':_0x10a26a(0x1d4),'sectionHeader':_0x10a26a(0x173),'twoColumns':_0x10a26a(0x172),'comparison':'比較','blank':'空白','titleOnly':'僅標題','pictureWithCaption':_0x10a26a(0x1b4)}}},'shapePanel':{'title':_0x10a26a(0x19b),'shapeStyle':'圖形樣式','shapePosition':'位置','openPanel':_0x10a26a(0x178),'deleteShape':'刪除形狀','toolbar':{'alignLeft':_0x10a26a(0x1bc),'alignCenter':_0x10a26a(0x1e2),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x10a26a(0x1f3),'textBackgroundColor':'文字背景色','fillColor':_0x10a26a(0x184),'resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':_0x10a26a(0x1a4),'bottom':_0x10a26a(0x1be)},'textWrap':{'inline':_0x10a26a(0x1a5),'square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':_0x10a26a(0x1cd)},'position':{'title':'位置與大小','x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x10a26a(0x168),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x10a26a(0x17d),'shadowPresetCustom':'自訂','shadowTransparency':_0x10a26a(0x1f4),'shadowSize':'大小','shadowPreset':{'shdw6':_0x10a26a(0x1ef),'shdw5':'外部:左下','shdw2':_0x10a26a(0x176),'shdw1':_0x10a26a(0x1cf),'shdw14':_0x10a26a(0x182),'shdw10':_0x10a26a(0x1a0)}},'fill':{'title':'填滿','noFill':_0x10a26a(0x188),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x10a26a(0x1f4),'picture':{'source':_0x10a26a(0x1b8),'insert':_0x10a26a(0x189),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x10a26a(0x19c),'offsetY':'垂直位移','scaleX':_0x10a26a(0x1bb),'scaleY':_0x10a26a(0x18c),'alignment':'對齊','rotateWithShape':_0x10a26a(0x1eb),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x10a26a(0x17b),'solidLine':'實線','color':'色彩','transparency':_0x10a26a(0x1f4),'width':'寬度','cornerRadius':_0x10a26a(0x19d),'beginArrowType':_0x10a26a(0x1c8),'beginArrowSize':_0x10a26a(0x1d9),'endArrowType':'終點箭頭類型','endArrowSize':_0x10a26a(0x17a),'dashType':{'title':_0x10a26a(0x1b7),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x10a26a(0x1c0),'dashDot':_0x10a26a(0x175),'longDash':_0x10a26a(0x1f6),'longDashDot':_0x10a26a(0x198),'longDashDotDot':_0x10a26a(0x1ed)},'capType':{'title':'端點類型','flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':_0x10a26a(0x1e4),'miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':_0x10a26a(0x183),'none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x10a26a(0x1ac)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x10a26a(0x1ae),'stealthArrow':'隱形箭頭','diamondArrow':'菱形箭頭','ovalArrow':_0x10a26a(0x1d1)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x10a26a(0x1f1),'showAll':'全部顯示','hideAll':_0x10a26a(0x1cc),'show':'顯示','hide':'隱藏','moveForward':_0x10a26a(0x1ad),'moveBackward':_0x10a26a(0x190),'nameInput':_0x10a26a(0x1c3),'empty':_0x10a26a(0x1f5)},'backgroundPanel':{'title':_0x10a26a(0x1f2),'backgroundGraphics':_0x10a26a(0x1a2),'hideBackgroundGraphics':_0x10a26a(0x197),'presentationBackground':_0x10a26a(0x1ec),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':_0x10a26a(0x1f7),'setPresentationBackground':_0x10a26a(0x171),'clearPresentationBackground':'清除','none':'無填滿','solid':'實心填滿','gradient':_0x10a26a(0x1a9),'image':'圖片填滿','pattern':'圖案填滿','color':'色彩','transparency':_0x10a26a(0x1f4),'imageSource':_0x10a26a(0x195),'insertImage':_0x10a26a(0x1b3),'fit':_0x10a26a(0x18b),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':_0x10a26a(0x16b),'applyToAll':_0x10a26a(0x1d6),'resetBackground':_0x10a26a(0x16a)},'transitionPanel':{'title':_0x10a26a(0x1da),'effect':'效果','direction':'方向','duration':_0x10a26a(0x169),'preview':'預覽','applyToAll':_0x10a26a(0x1d6),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':_0x10a26a(0x1bd),'right':'從右側','up':_0x10a26a(0x17f),'down':_0x10a26a(0x18e)}},'contextmenu':{'addPage':_0x10a26a(0x177),'backgroundPanel':_0x10a26a(0x1f2),'transitionPanel':_0x10a26a(0x1da),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x10a26a(0x19b),'flipHorizontal':_0x10a26a(0x1c7),'flipVertical':_0x10a26a(0x1a6),'group':'群組','ungroup':_0x10a26a(0x1d3)},'presentation':{'play':'播放','playFromBeginning':_0x10a26a(0x18d),'playFromCurrent':'從目前投影片開始播放','playDualScreen':_0x10a26a(0x16e),'playDualScreenFromBeginning':_0x10a26a(0x16c),'playDualScreenFromCurrent':_0x10a26a(0x1d5),'dualScreenUnavailable':_0x10a26a(0x1ea),'fullscreenPrompt':_0x10a26a(0x19e),'presentationEnded':_0x10a26a(0x1d0),'previous':_0x10a26a(0x167),'next':_0x10a26a(0x1e0),'exit':'結束','slideProgress':_0x10a26a(0x1b0),'speakerNotes':'備註','speakerNotesPlaceholder':_0x10a26a(0x1bf),'speakerNotesEmpty':_0x10a26a(0x186),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x10a26a(0x19f),'subtitle':'單擊此處添加副標題','body':_0x10a26a(0x1a3),'text':_0x10a26a(0x1e8),'header':_0x10a26a(0x1e7),'footer':_0x10a26a(0x180),'date':'日期占位符','slideNumber':'頁碼占位符'},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':_0x10a26a(0x1ad),'backward':_0x10a26a(0x190),'front':_0x10a26a(0x1db),'back':_0x10a26a(0x1df)},'transform':{'title':'變換','rotate':_0x10a26a(0x17e),'x':_0x10a26a(0x181),'y':_0x10a26a(0x18f),'width':_0x10a26a(0x1ba),'height':_0x10a26a(0x1de),'lock':_0x10a26a(0x1b5)},'crop':{'title':'裁剪','start':_0x10a26a(0x1c1),'mode':'自由','shape':'裁剪為形狀'}}}};module[_0x10a26a(0x18a)]=e;
1
+ const _0x3363ad=_0x2139;function _0x3e11(){const _0x54d20c=['無陰影','左右對齊','隱藏母片/版面配置圖形','置中對齊','綠色雙向箭頭','漸層填滿','底部對齊','從頭開始播放','持續時間','套用到全部','灰色虛線終點箭頭','從右側','線條樣式','灰色細實線','橙色細實線','起點箭頭類型','表格大小','陰影顏色','重置顏色','文字色彩','終點箭頭大小','點擊為目前簡報新增備註','未設定','從目前投影片開始雙螢幕播放','拐角半徑','外部:右下','文字顏色','6cgbXNu','垂直縮放','外部:左上(大)','取消群組','雙螢幕播放','短虛線','適應方式','新增描述','藍色終點箭頭','310068MxGEtO','垂直置中','找不到符合的結果。','裁剪為形狀','+\x20新增','垂直對齊','文字方向','從上方','上一頁','輸入關鍵字搜尋投影片名稱、文字和物件名稱。','打開形狀面板','正文黑色','橢圓箭頭','全部隱藏','設定底圖','exports','從目前投影片開始播放','文字方塊','起點箭頭大小','藍色細虛線','單擊此處添加文本','詳細資料','透明度','強調藍色','第\x20{current}\x20張簡報,共\x20{total}\x20張','張圖片','在下方新增投影片','放大字型','文字在前','端點類型','點擊進入全螢幕','旋轉\x20(°)','圖形樣式','強調橙色','灰色細虛線','段落類型','溢出時縮排文字','黑色細實線','66RGczhc','註解灰色','圖片與標題','水平位移','7YjNJRc','1919988KLMnCg','單擊此處添加正文','兩欄內容','X\x20(px)','實心填滿','1590642FmNaeU','新增投影片','形狀預設樣式','單擊此處添加標題','鎖定比例','頁碼占位符','隱形箭頭','標題1','圖片填滿','284647EaNOdc','暫無備註','刪除線','切換動畫','2236792oLlytg','置於底層','物件列表','標題與內容','搜尋投影片和物件','背景圖形','設定圖形格式','外部:左下','形狀樣式','右對齊','開始裁剪','簡報已結束','從下方','從頭開始雙螢幕播放','手繪效果','縮小字型','長虛線','空心箭頭','502385fUWLyT','垂直居中','快捷樣式','選擇版面配置','位置與大小','圖形中的文字自動換行','變更圖形','菱形箭頭','藍色虛線終點箭頭','左對齊','頁腳占位符','Y\x20(px)','文字樣式','節標題','黑色細虛線','底端對齊','透明文字色彩','圖形格式','綠色虛線雙向箭頭','刪除形狀','垂直翻轉','文字背景色','隨圖形旋轉','僅標題','長雙點劃線','上移一層','長點劃線','寬度\x20(px)','外部:左上','外部:右上','設定背景格式','不自動調整','標題投影片','藍色細實線','檔案...','日期占位符','110878uYVzJD','簡報底圖','自訂大小','插入圖片來源','無線條','文字在後','570HPXzru'];_0x3e11=function(){return _0x54d20c;};return _0x3e11();}(function(_0x425544,_0x314ad2){const _0x3796d1=_0x2139,_0x4f59dc=_0x425544();while(!![]){try{const _0x4d44e0=parseInt(_0x3796d1(0xd9))/0x1*(-parseInt(_0x3796d1(0xfb))/0x2)+parseInt(_0x3796d1(0x134))/0x3+parseInt(_0x3796d1(0x12f))/0x4+-parseInt(_0x3796d1(0x153))/0x5*(-parseInt(_0x3796d1(0x12a))/0x6)+parseInt(_0x3796d1(0x12e))/0x7*(parseInt(_0x3796d1(0x141))/0x8)+-parseInt(_0x3796d1(0x104))/0x9+-parseInt(_0x3796d1(0xdf))/0xa*(parseInt(_0x3796d1(0x13d))/0xb);if(_0x4d44e0===_0x314ad2)break;else _0x4f59dc['push'](_0x4f59dc['shift']());}catch(_0xc77a2e){_0x4f59dc['push'](_0x4f59dc['shift']());}}}(_0x3e11,0x87016));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x3363ad(0x164),'changeShape':_0x3363ad(0x159)},'insertToolbar':{'search':'搜尋','text':_0x3363ad(0x115),'textHorizontal':'橫向文字方塊','textVertical':'直向文字方塊','image':'圖片','table':'表格','shape':'形狀','chart':'圖表'},'tableSizePicker':{'title':_0x3363ad(0xf0),'customSize':_0x3363ad(0xdb),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'searchPanel':{'placeholder':_0x3363ad(0x145),'noQuery':_0x3363ad(0x10d),'empty':_0x3363ad(0x106),'slidePrefix':'第'},'themePicker':{'title':'主題','caption':_0x3363ad(0x136),'tooltip':'選擇投影片主題'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','paragraphType':_0x3363ad(0x127),'heading1':_0x3363ad(0x13b),'increaseFontSize':_0x3363ad(0x11f),'decreaseFontSize':_0x3363ad(0x150),'textColor':_0x3363ad(0xf3),'transparentTextColor':_0x3363ad(0x163),'textBackgroundColor':_0x3363ad(0x168),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3363ad(0x13f),'horizontalAlign':'水平對齊','verticalAlign':_0x3363ad(0x109),'alignLeft':_0x3363ad(0x15c),'alignCenter':_0x3363ad(0xe3),'alignRight':'右對齊','alignJustify':_0x3363ad(0xe1),'alignTop':'頂端對齊','alignMiddle':_0x3363ad(0x105),'alignBottom':_0x3363ad(0x162)},'quickStyles':{'tooltip':_0x3363ad(0x155),'shapeStyles':_0x3363ad(0x149),'lineStyles':_0x3363ad(0xec),'textStyles':_0x3363ad(0x15f),'more':'更多樣式','groups':{'solid':'實線','dashed':'虛線'},'presets':{'line':{'blackSolid':_0x3363ad(0x129),'blueSolid':_0x3363ad(0xd6),'orangeSolid':_0x3363ad(0xee),'graySolid':_0x3363ad(0xed),'blueEndArrow':_0x3363ad(0x103),'greenTwoWayArrow':_0x3363ad(0xe4),'blackDashed':_0x3363ad(0x161),'blueDashed':_0x3363ad(0x117),'grayDashed':_0x3363ad(0x126),'blueDashedEndArrow':_0x3363ad(0x15b),'grayDashedEndArrow':_0x3363ad(0xea),'greenDashedTwoWayArrow':_0x3363ad(0x165)},'text':{'bodyBlack':_0x3363ad(0x10f),'titleBlack':'標題黑色','accentBlue':_0x3363ad(0x11b),'accentOrange':_0x3363ad(0x125),'noteGray':_0x3363ad(0x12b)}}},'thumbnailBar':{'resizePanel':'調整投影片縮圖面板大小','addSlide':_0x3363ad(0x108),'contextMenu':{'cut':'剪下','copy':'複製','paste':'貼上','addBelow':_0x3363ad(0x11e),'delete':'刪除'},'layoutPicker':{'title':_0x3363ad(0x156),'layouts':{'title':_0x3363ad(0xd5),'titleAndBody':_0x3363ad(0x144),'sectionHeader':_0x3363ad(0x160),'twoColumns':_0x3363ad(0x131),'comparison':'比較','blank':'空白','titleOnly':_0x3363ad(0x16a),'pictureWithCaption':_0x3363ad(0x12c)}}},'shapePanel':{'title':'設定圖形格式','shapeStyle':_0x3363ad(0x124),'shapePosition':'位置','openPanel':_0x3363ad(0x10e),'deleteShape':_0x3363ad(0x166),'toolbar':{'alignLeft':_0x3363ad(0x15c),'alignCenter':'居中對齊','alignRight':_0x3363ad(0x14a),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x3363ad(0x13f),'textColor':_0x3363ad(0xfa),'textBackgroundColor':_0x3363ad(0x168),'fillColor':_0x3363ad(0x168),'resetColor':_0x3363ad(0xf2)},'align':{'top':'頂部對齊','middle':_0x3363ad(0x154),'bottom':_0x3363ad(0xe6)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':'上及下','behindText':_0x3363ad(0x120),'inFrontText':_0x3363ad(0xde)},'textBox':{'title':_0x3363ad(0x115),'textDirection':_0x3363ad(0x10a),'textDirectionHorizontal':'橫排','textDirectionVertical':'直排','autoFit':'自動調整','autoFitNone':_0x3363ad(0xd4),'autoFitShrink':_0x3363ad(0x128),'autoFitResize':'根據文字調整圖形大小','wrapText':_0x3363ad(0x158),'padding':'內距','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'分欄','columnCount':'數量','columnSpacing':'間距'},'position':{'title':_0x3363ad(0x157),'x':'X','y':'Y','width':'寬度','height':'高度','rotation':'旋轉'},'style':{'shadow':'陰影','shadowColor':_0x3363ad(0xf1),'shadowBlurRadius':'模糊','shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'預設','shadowPresetNone':_0x3363ad(0xe0),'shadowPresetCustom':'自訂','shadowTransparency':_0x3363ad(0x11a),'shadowSize':'大小','shadowPreset':{'shdw6':_0x3363ad(0xf9),'shdw5':_0x3363ad(0x148),'shdw2':_0x3363ad(0xd2),'shdw1':_0x3363ad(0xd1),'shdw14':'外部:右下(小)','shdw10':_0x3363ad(0xfd)}},'fill':{'title':'填滿','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x3363ad(0x11a),'picture':{'source':'圖片來源','insert':'插入圖片','tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x3363ad(0x12d),'offsetY':'垂直位移','scaleX':'水平縮放','scaleY':_0x3363ad(0xfc),'alignment':'對齊','rotateWithShape':_0x3363ad(0x169),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'置中','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線條','noLine':_0x3363ad(0xdd),'solidLine':'實線','color':'色彩','transparency':'透明度','width':'寬度','cornerRadius':_0x3363ad(0xf8),'beginArrowType':_0x3363ad(0xef),'beginArrowSize':_0x3363ad(0x116),'endArrowType':'終點箭頭類型','endArrowSize':_0x3363ad(0xf4),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':_0x3363ad(0x100),'dashDot':'點劃線','longDash':_0x3363ad(0x151),'longDashDot':_0x3363ad(0xcf),'longDashDotDot':_0x3363ad(0x16b)},'capType':{'title':_0x3363ad(0x121),'flat':'平頭','round':'圓頭','square':'方頭'},'joinType':{'title':'接合類型','miter':'尖角','round':'圓角','bevel':'斜角'},'sketchType':{'title':'手繪樣式','none':'無','curved':'曲線','freehand':'徒手','handDrawn':_0x3363ad(0x14f)},'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3363ad(0x152),'stealthArrow':_0x3363ad(0x13a),'diamondArrow':_0x3363ad(0x15a),'ovalArrow':_0x3363ad(0x110)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3363ad(0x143),'showAll':'全部顯示','hideAll':_0x3363ad(0x111),'show':'顯示','hide':'隱藏','moveForward':_0x3363ad(0xce),'moveBackward':'下移一層','nameInput':'物件名稱','empty':'暫無物件','close':'關閉','name':'名稱','description':'描述','descriptionPlaceholder':_0x3363ad(0x102),'details':_0x3363ad(0x119),'noSelection':'選取物件以編輯詳細資料'},'backgroundPanel':{'title':_0x3363ad(0xd3),'backgroundGraphics':_0x3363ad(0x146),'hideBackgroundGraphics':_0x3363ad(0xe2),'presentationBackground':_0x3363ad(0xda),'presentationBackgroundEmpty':_0x3363ad(0xf6),'presentationBackgroundImages':_0x3363ad(0x11d),'setPresentationBackground':_0x3363ad(0x112),'clearPresentationBackground':'清除','none':'無填滿','solid':_0x3363ad(0x133),'gradient':_0x3363ad(0xe5),'image':_0x3363ad(0x13c),'pattern':'圖案填滿','color':'色彩','transparency':_0x3363ad(0x11a),'imageSource':_0x3363ad(0xdc),'insertImage':_0x3363ad(0xd7),'fit':_0x3363ad(0x101),'fitOptions':{'cover':'填滿','contain':'符合','stretch':'延展','repeat':'平鋪'},'patternHint':'圖案設定即將支援。','applyToAll':_0x3363ad(0xe9),'resetBackground':'重設背景'},'transitionPanel':{'title':_0x3363ad(0x140),'effect':'效果','direction':'方向','duration':_0x3363ad(0xe8),'preview':'預覽','applyToAll':_0x3363ad(0xe9),'effects':{'none':'無','fade':'淡化','push':'推進','wipe':'擦除','split':'分割','reveal':'顯示','cut':'切入','uncover':'揭開','cover':'覆蓋','zoom':'縮放'},'directions':{'left':'從左側','right':_0x3363ad(0xeb),'up':_0x3363ad(0x10b),'down':_0x3363ad(0x14d)}},'contextmenu':{'addPage':_0x3363ad(0x135),'backgroundPanel':_0x3363ad(0xd3),'transitionPanel':_0x3363ad(0x140),'speakerNotes':'備註','ruler':'標尺','shapePanel':_0x3363ad(0x147),'flipHorizontal':'水平翻轉','flipVertical':_0x3363ad(0x167),'group':'群組','ungroup':_0x3363ad(0xfe)},'presentation':{'play':'播放','playFromBeginning':_0x3363ad(0xe7),'playFromCurrent':_0x3363ad(0x114),'playDualScreen':_0x3363ad(0xff),'playDualScreenFromBeginning':_0x3363ad(0x14e),'playDualScreenFromCurrent':_0x3363ad(0xf7),'dualScreenUnavailable':'無法啟動雙螢幕播放。請允許瀏覽器視窗管理權限,並連接延伸顯示器後重試。','fullscreenPrompt':_0x3363ad(0x122),'presentationEnded':_0x3363ad(0x14c),'previous':_0x3363ad(0x10c),'next':'下一頁','exit':'結束','slideProgress':_0x3363ad(0x11c),'speakerNotes':'備註','speakerNotesPlaceholder':_0x3363ad(0xf5),'speakerNotesEmpty':_0x3363ad(0x13e),'speakerNotesSave':'儲存','speakerNotesCancel':'取消'},'slide':{'placeholder':{'text':{'title':_0x3363ad(0x137),'subtitle':'單擊此處添加副標題','body':_0x3363ad(0x130),'text':_0x3363ad(0x118),'header':'頁眉占位符','footer':_0x3363ad(0x15d),'date':_0x3363ad(0xd8),'slideNumber':_0x3363ad(0x139)},'icon':{'image':'圖片','table':'表格','chart':'圖表','diagram':'圖示','media':'媒體'}}},'image-panel':{'arrange':{'title':'排列','forward':'上移一層','backward':'下移一層','front':'置於頂層','back':_0x3363ad(0x142)},'transform':{'title':'變換','rotate':_0x3363ad(0x123),'x':_0x3363ad(0x132),'y':_0x3363ad(0x15e),'width':_0x3363ad(0xd0),'height':'高度\x20(px)','lock':_0x3363ad(0x138)},'crop':{'title':'裁剪','start':_0x3363ad(0x14b),'mode':'自由','shape':_0x3363ad(0x107)}}}};function _0x2139(_0x138e38,_0x4080d3){_0x138e38=_0x138e38-0xce;const _0x3e11a3=_0x3e11();let _0x2139f2=_0x3e11a3[_0x138e38];return _0x2139f2;}module[_0x3363ad(0x113)]=e;