@univerjs-pro/slides-ui 1.0.0-alpha.6 → 1.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +27 -56
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/insert.operation.d.ts +3 -0
  63. package/lib/types/commands/operations/shortcut.operation.d.ts +6 -0
  64. package/lib/types/components/canvas-view/CanvasView.d.ts +38 -2
  65. package/lib/types/components/insert-ribbon/SlideInsertRibbonComponents.d.ts +8 -0
  66. package/lib/types/components/presentation/SlidePresentationView.d.ts +3 -0
  67. package/lib/types/components/slide-footer/SlideFooter.d.ts +5 -0
  68. package/lib/types/controllers/group-hierarchy.util.d.ts +1 -0
  69. package/lib/types/controllers/page-size.util.d.ts +27 -0
  70. package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -3
  71. package/lib/types/controllers/slide-render.controller.d.ts +2 -2
  72. package/lib/types/controllers/slide-shape-adjust.controller.d.ts +1 -1
  73. package/lib/types/embed-focus-owner.d.ts +1 -0
  74. package/lib/types/locale/en-US.d.ts +9 -0
  75. package/lib/types/menu/contextmenu.menu.d.ts +1 -1
  76. package/lib/types/menu/display.menu.d.ts +8 -0
  77. package/lib/types/menu/insert.menu.d.ts +4 -0
  78. package/lib/types/render-objects/slide-image-object.d.ts +5 -4
  79. package/lib/types/render-objects/slide-shape-object.d.ts +7 -0
  80. package/lib/types/render-objects/slide-table-object.d.ts +1 -1
  81. package/lib/types/services/slide-canvas-pop-manager.service.d.ts +1 -0
  82. package/lib/types/services/slide-embed-integration.service.d.ts +2 -0
  83. package/lib/types/services/slide-insert.service.d.ts +3 -2
  84. package/lib/types/slide-editor/controllers/slide-text-editing.render-controller.d.ts +3 -1
  85. package/lib/types/slide-editor/editor-ui/utils/render.d.ts +0 -1
  86. package/lib/types/slide-editor/utils/editable-text.d.ts +2 -1
  87. package/lib/types/slide-editor/views/shape-text-editor/index.d.ts +11 -0
  88. package/lib/types/views/render/adaptor.d.ts +1 -0
  89. package/lib/types/views/render/adaptors/shape-adaptor.d.ts +5 -1
  90. package/lib/umd/index.js +1 -1
  91. package/lib/umd/locale/ar-SA.js +1 -1
  92. package/lib/umd/locale/ca-ES.js +1 -1
  93. package/lib/umd/locale/de-DE.js +1 -1
  94. package/lib/umd/locale/en-US.js +1 -1
  95. package/lib/umd/locale/es-ES.js +1 -1
  96. package/lib/umd/locale/fa-IR.js +1 -1
  97. package/lib/umd/locale/fr-FR.js +1 -1
  98. package/lib/umd/locale/id-ID.js +1 -1
  99. package/lib/umd/locale/it-IT.js +1 -1
  100. package/lib/umd/locale/ja-JP.js +1 -1
  101. package/lib/umd/locale/ko-KR.js +1 -1
  102. package/lib/umd/locale/pl-PL.js +1 -1
  103. package/lib/umd/locale/pt-BR.js +1 -1
  104. package/lib/umd/locale/ru-RU.js +1 -1
  105. package/lib/umd/locale/sk-SK.js +1 -1
  106. package/lib/umd/locale/vi-VN.js +1 -1
  107. package/lib/umd/locale/zh-CN.js +1 -1
  108. package/lib/umd/locale/zh-HK.js +1 -1
  109. package/lib/umd/locale/zh-TW.js +1 -1
  110. package/package.json +18 -17
  111. package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +0 -4
@@ -1 +1 @@
1
- function _0xf360(_0x4ad590,_0x3fcc5a){_0x4ad590=_0x4ad590-0x14a;var _0xc70cdd=_0xc70c();var _0xf3607=_0xc70cdd[_0x4ad590];return _0xf3607;}(function(_0x1ccd0d,_0x3dfc9b){var _0x11887b=_0xf360,_0x40647d=_0x1ccd0d();while(!![]){try{var _0x5ef16d=parseInt(_0x11887b(0x15b))/0x1*(parseInt(_0x11887b(0x15a))/0x2)+-parseInt(_0x11887b(0x1c7))/0x3*(parseInt(_0x11887b(0x14a))/0x4)+-parseInt(_0x11887b(0x21c))/0x5*(-parseInt(_0x11887b(0x197))/0x6)+parseInt(_0x11887b(0x150))/0x7+parseInt(_0x11887b(0x1b7))/0x8+parseInt(_0x11887b(0x1f4))/0x9*(-parseInt(_0x11887b(0x152))/0xa)+parseInt(_0x11887b(0x22e))/0xb*(-parseInt(_0x11887b(0x199))/0xc);if(_0x5ef16d===_0x3dfc9b)break;else _0x40647d['push'](_0x40647d['shift']());}catch(_0x2fa7e2){_0x40647d['push'](_0x40647d['shift']());}}}(_0xc70c,0xc7620),function(_0x22f246,_0x3f5ef3){var _0xb8c595=_0xf360;typeof exports==_0xb8c595(0x1fe)&&typeof module<'u'?module[_0xb8c595(0x1c2)]=_0x3f5ef3():typeof define==_0xb8c595(0x171)&&define[_0xb8c595(0x212)]?define([],_0x3f5ef3):(_0x22f246=typeof globalThis<'u'?globalThis:_0x22f246||self,_0x22f246[_0xb8c595(0x1b4)]=_0x3f5ef3());}(this,function(){var _0xaaa6c3=_0xf360;return{'slides-ui':{'ribbon':{'shapeFormat':_0xaaa6c3(0x222),'changeShape':_0xaaa6c3(0x20c)},'insertToolbar':{'search':_0xaaa6c3(0x1c8),'text':_0xaaa6c3(0x225),'textHorizontal':'کادر\x20متن\x20افقی','textVertical':'کادر\x20متن\x20عمودی','image':_0xaaa6c3(0x220),'table':_0xaaa6c3(0x201),'shape':_0xaaa6c3(0x187),'chart':'نمودار'},'tableSizePicker':{'title':'اندازه\x20جدول','customSize':_0xaaa6c3(0x1a6),'rows':'ردیف‌ها','columns':'ستون‌ها','insert':_0xaaa6c3(0x157),'apply':'اعمال'},'searchPanel':{'placeholder':_0xaaa6c3(0x1a5),'noQuery':_0xaaa6c3(0x16d),'empty':_0xaaa6c3(0x1c1),'slidePrefix':'اسلاید'},'themePicker':{'title':'تم‌ها','caption':_0xaaa6c3(0x208),'tooltip':_0xaaa6c3(0x1f2)},'editorToolbar':{'fontFamily':'فونت','fontSize':_0xaaa6c3(0x1d2),'paragraphType':_0xaaa6c3(0x20e),'heading1':'عنوان\x20۱','increaseFontSize':_0xaaa6c3(0x233),'decreaseFontSize':_0xaaa6c3(0x161),'textColor':_0xaaa6c3(0x17e),'transparentTextColor':_0xaaa6c3(0x1f5),'textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','bold':_0xaaa6c3(0x1e9),'italic':_0xaaa6c3(0x1d0),'underline':'زیرخط','strikethrough':_0xaaa6c3(0x1bd),'horizontalAlign':_0xaaa6c3(0x213),'verticalAlign':_0xaaa6c3(0x18e),'alignLeft':_0xaaa6c3(0x154),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':'هم‌تراز','alignTop':_0xaaa6c3(0x229),'alignMiddle':_0xaaa6c3(0x164),'alignBottom':_0xaaa6c3(0x215)},'quickStyles':{'tooltip':_0xaaa6c3(0x191),'shapeStyles':_0xaaa6c3(0x183),'lineStyles':_0xaaa6c3(0x1f7),'textStyles':_0xaaa6c3(0x14b),'more':_0xaaa6c3(0x1f9),'groups':{'solid':_0xaaa6c3(0x1cd),'dashed':'نقطه‌چین'},'presets':{'line':{'blackSolid':_0xaaa6c3(0x156),'blueSolid':_0xaaa6c3(0x1db),'orangeSolid':'خط\x20نازک\x20پیوسته\x20نارنجی','graySolid':_0xaaa6c3(0x1af),'blueEndArrow':_0xaaa6c3(0x1a0),'greenTwoWayArrow':_0xaaa6c3(0x1cb),'blackDashed':_0xaaa6c3(0x179),'blueDashed':_0xaaa6c3(0x15f),'grayDashed':_0xaaa6c3(0x22a),'blueDashedEndArrow':_0xaaa6c3(0x15c),'grayDashedEndArrow':_0xaaa6c3(0x178),'greenDashedTwoWayArrow':_0xaaa6c3(0x1fc)},'text':{'bodyBlack':_0xaaa6c3(0x232),'titleBlack':_0xaaa6c3(0x1c3),'accentBlue':_0xaaa6c3(0x1b1),'accentOrange':_0xaaa6c3(0x1e0),'noteGray':'یادداشت\x20خاکستری'}}},'thumbnailBar':{'resizePanel':_0xaaa6c3(0x1c0),'addSlide':'+\x20افزودن\x20اسلاید','contextMenu':{'cut':'برش','copy':_0xaaa6c3(0x16e),'paste':'جای‌گذاری','addBelow':'افزودن\x20اسلاید\x20در\x20پایین','delete':_0xaaa6c3(0x17b)},'layoutPicker':{'title':_0xaaa6c3(0x20a),'layouts':{'title':_0xaaa6c3(0x1b2),'titleAndBody':_0xaaa6c3(0x181),'sectionHeader':_0xaaa6c3(0x166),'twoColumns':'دو\x20محتوا','comparison':_0xaaa6c3(0x1e6),'blank':'خالی','titleOnly':_0xaaa6c3(0x176),'pictureWithCaption':'تصویر\x20با\x20عنوان'}}},'shapePanel':{'title':'قالب‌بندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':'موقعیت','openPanel':_0xaaa6c3(0x1a9),'deleteShape':'حذف\x20شکل','toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':_0xaaa6c3(0x17f),'alignRight':_0xaaa6c3(0x194),'alignJustify':_0xaaa6c3(0x1fd),'bold':_0xaaa6c3(0x1e9),'italic':_0xaaa6c3(0x19f),'underline':_0xaaa6c3(0x196),'strikethrough':_0xaaa6c3(0x1bd),'textColor':_0xaaa6c3(0x17e),'textBackgroundColor':_0xaaa6c3(0x1be),'fillColor':'رنگ\x20پس‌زمینه\x20متن','resetColor':_0xaaa6c3(0x1a1)},'align':{'top':_0xaaa6c3(0x229),'middle':_0xaaa6c3(0x17f),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0xaaa6c3(0x1dc),'square':_0xaaa6c3(0x168),'topAndBottom':_0xaaa6c3(0x1b0),'behindText':'پشت\x20متن','inFrontText':_0xaaa6c3(0x19c)},'textBox':{'title':_0xaaa6c3(0x225),'textDirection':_0xaaa6c3(0x1a2),'textDirectionHorizontal':_0xaaa6c3(0x221),'textDirectionVertical':_0xaaa6c3(0x1d1),'autoFit':_0xaaa6c3(0x1f1),'autoFitNone':_0xaaa6c3(0x219),'autoFitShrink':_0xaaa6c3(0x21b),'autoFitResize':'تغییر\x20اندازه\x20شکل\x20متناسب\x20با\x20متن','wrapText':'شکستن\x20متن\x20در\x20شکل','padding':'حاشیه\x20داخلی','paddingLeft':'چپ','paddingRight':_0xaaa6c3(0x226),'paddingTop':_0xaaa6c3(0x206),'paddingBottom':'پایین','columns':_0xaaa6c3(0x1c4),'columnCount':_0xaaa6c3(0x21a),'columnSpacing':_0xaaa6c3(0x1e3)},'position':{'title':_0xaaa6c3(0x205),'x':_0xaaa6c3(0x195),'y':_0xaaa6c3(0x217),'width':_0xaaa6c3(0x17c),'height':_0xaaa6c3(0x1a4),'rotation':_0xaaa6c3(0x1b6)},'style':{'shadow':'سایه','shadowColor':_0xaaa6c3(0x16a),'shadowBlurRadius':_0xaaa6c3(0x1bc),'shadowDistance':_0xaaa6c3(0x1e3),'shadowDirection':_0xaaa6c3(0x198),'shadowPresetTitle':_0xaaa6c3(0x1ab),'shadowPresetNone':_0xaaa6c3(0x1e1),'shadowPresetCustom':'سفارشی','shadowTransparency':_0xaaa6c3(0x1d8),'shadowSize':'اندازه','shadowPreset':{'shdw6':'بیرونی:\x20پایین\x20راست','shdw5':_0xaaa6c3(0x14d),'shdw2':_0xaaa6c3(0x19d),'shdw1':_0xaaa6c3(0x1a8),'shdw14':_0xaaa6c3(0x162),'shdw10':_0xaaa6c3(0x1d9)}},'fill':{'title':_0xaaa6c3(0x1ef),'noFill':_0xaaa6c3(0x21e),'solidFill':_0xaaa6c3(0x159),'gradientFill':_0xaaa6c3(0x216),'pictureFill':'پر\x20کردن\x20تصویر\x20یا\x20بافت','color':_0xaaa6c3(0x1bf),'transparency':'شفافیت','picture':{'source':_0xaaa6c3(0x19b),'insert':_0xaaa6c3(0x1dd),'tileAsTexture':_0xaaa6c3(0x174),'offsetX':_0xaaa6c3(0x1ad),'offsetY':_0xaaa6c3(0x22c),'scaleX':_0xaaa6c3(0x202),'scaleY':_0xaaa6c3(0x185),'alignment':_0xaaa6c3(0x211),'rotateWithShape':_0xaaa6c3(0x204),'align':{'tl':'بالا\x20چپ','t':_0xaaa6c3(0x206),'tr':'بالا\x20راست','l':'چپ','ctr':_0xaaa6c3(0x230),'r':'راست','bl':_0xaaa6c3(0x1ea),'b':_0xaaa6c3(0x182),'br':_0xaaa6c3(0x170)}}},'line':{'title':'خط','noLine':_0xaaa6c3(0x15d),'solidLine':_0xaaa6c3(0x1c6),'color':_0xaaa6c3(0x1bf),'transparency':'شفافیت','width':_0xaaa6c3(0x17c),'cornerRadius':_0xaaa6c3(0x1d6),'beginArrowType':_0xaaa6c3(0x228),'beginArrowSize':_0xaaa6c3(0x184),'endArrowType':'نوع\x20پیکان\x20انتهایی','endArrowSize':_0xaaa6c3(0x17a),'dashType':{'title':_0xaaa6c3(0x18c),'solid':_0xaaa6c3(0x1cd),'roundDot':_0xaaa6c3(0x151),'squareDot':'نقطه\x20مربعی','dash':_0xaaa6c3(0x231),'dashDot':'خط\x20تیره-نقطه','longDash':'خط\x20تیره\x20بلند','longDashDot':'خط\x20تیره\x20بلند-نقطه','longDashDotDot':_0xaaa6c3(0x1f0)},'capType':{'title':_0xaaa6c3(0x20b),'flat':_0xaaa6c3(0x209),'round':_0xaaa6c3(0x1ff),'square':_0xaaa6c3(0x168)},'joinType':{'title':_0xaaa6c3(0x14c),'miter':_0xaaa6c3(0x1d0),'round':_0xaaa6c3(0x1ff),'bevel':_0xaaa6c3(0x218)},'sketchType':{'title':'نوع\x20طرح','none':_0xaaa6c3(0x160),'curved':'منحنی','freehand':_0xaaa6c3(0x1da),'handDrawn':'طراحی\x20دستی'},'arrowType':{'none':'هیچ‌کدام','arrow':_0xaaa6c3(0x227),'openArrow':_0xaaa6c3(0x1ed),'stealthArrow':_0xaaa6c3(0x1d7),'diamondArrow':'پیکان\x20لوزی','ovalArrow':_0xaaa6c3(0x1ca)},'arrowSize':{'small':'کوچک','medium':_0xaaa6c3(0x18b),'large':_0xaaa6c3(0x1ba)}}},'objectListPanel':{'title':'فهرست\x20اشیا','showAll':_0xaaa6c3(0x19e),'hideAll':_0xaaa6c3(0x20d),'show':'نمایش','hide':'پنهان\x20کردن','moveForward':_0xaaa6c3(0x16c),'moveBackward':_0xaaa6c3(0x200),'nameInput':_0xaaa6c3(0x1f3),'empty':_0xaaa6c3(0x1fa),'close':'بستن','name':_0xaaa6c3(0x20f),'description':_0xaaa6c3(0x1a3),'descriptionPlaceholder':_0xaaa6c3(0x18d),'details':_0xaaa6c3(0x1d4),'noSelection':_0xaaa6c3(0x19a)},'backgroundPanel':{'title':_0xaaa6c3(0x1f6),'backgroundGraphics':_0xaaa6c3(0x1b5),'hideBackgroundGraphics':_0xaaa6c3(0x163),'presentationBackground':_0xaaa6c3(0x193),'presentationBackgroundEmpty':_0xaaa6c3(0x1ec),'presentationBackgroundImages':_0xaaa6c3(0x22b),'setPresentationBackground':_0xaaa6c3(0x21d),'clearPresentationBackground':_0xaaa6c3(0x169),'none':_0xaaa6c3(0x21e),'solid':_0xaaa6c3(0x1df),'gradient':_0xaaa6c3(0x216),'image':_0xaaa6c3(0x1f8),'pattern':_0xaaa6c3(0x22d),'color':_0xaaa6c3(0x1bf),'transparency':'شفافیت','imageSource':_0xaaa6c3(0x1ce),'insertImage':'فایل...','fit':_0xaaa6c3(0x1b8),'fitOptions':{'cover':'پوشش','contain':_0xaaa6c3(0x1b8),'stretch':_0xaaa6c3(0x15e),'repeat':'تکرار'},'patternHint':_0xaaa6c3(0x1d3),'applyToAll':_0xaaa6c3(0x1fb),'resetBackground':_0xaaa6c3(0x21f)},'transitionPanel':{'title':_0xaaa6c3(0x1cf),'effect':_0xaaa6c3(0x17d),'direction':_0xaaa6c3(0x1cc),'duration':_0xaaa6c3(0x1eb),'preview':'پیش‌نمایش','applyToAll':'اعمال\x20به\x20همه','effects':{'none':_0xaaa6c3(0x160),'fade':_0xaaa6c3(0x223),'push':_0xaaa6c3(0x172),'wipe':'پاک\x20کردن','split':_0xaaa6c3(0x1ae),'reveal':'آشکار\x20کردن','cut':_0xaaa6c3(0x153),'uncover':'کشف\x20کردن','cover':_0xaaa6c3(0x22f),'zoom':_0xaaa6c3(0x1b3)},'directions':{'left':'از\x20چپ','right':_0xaaa6c3(0x1ac),'up':_0xaaa6c3(0x1e8),'down':_0xaaa6c3(0x1e4)}},'contextmenu':{'addPage':_0xaaa6c3(0x210),'backgroundPanel':_0xaaa6c3(0x1f6),'transitionPanel':_0xaaa6c3(0x1cf),'speakerNotes':_0xaaa6c3(0x158),'ruler':_0xaaa6c3(0x192),'shapePanel':_0xaaa6c3(0x222),'flipHorizontal':_0xaaa6c3(0x1aa),'flipVertical':_0xaaa6c3(0x186),'group':_0xaaa6c3(0x175),'ungroup':_0xaaa6c3(0x155)},'presentation':{'play':'پخش','playFromBeginning':_0xaaa6c3(0x180),'playFromCurrent':'پخش\x20از\x20اسلاید\x20فعلی','playDualScreen':_0xaaa6c3(0x167),'playDualScreenFromBeginning':'دو\x20صفحه\x20از\x20ابتدا','playDualScreenFromCurrent':_0xaaa6c3(0x14e),'dualScreenUnavailable':'شروع\x20ارائه\x20دو\x20صفحه‌نمایش\x20ممکن\x20نیست.\x20مجوز\x20مدیریت\x20پنجره\x20را\x20بدهید\x20و\x20یک\x20نمایشگر\x20گسترش‌یافته\x20وصل\x20کنید،\x20سپس\x20دوباره\x20تلاش\x20کنید.','fullscreenPrompt':'برای\x20تمام‌صفحه\x20کلیک\x20کنید','presentationEnded':_0xaaa6c3(0x1b9),'previous':'قبلی','next':_0xaaa6c3(0x16f),'exit':_0xaaa6c3(0x18f),'slideProgress':_0xaaa6c3(0x165),'speakerNotes':_0xaaa6c3(0x158),'speakerNotesPlaceholder':_0xaaa6c3(0x1e2),'speakerNotesEmpty':_0xaaa6c3(0x173),'speakerNotesSave':_0xaaa6c3(0x1c9),'speakerNotesCancel':_0xaaa6c3(0x1e7)},'slide':{'placeholder':{'text':{'title':_0xaaa6c3(0x189),'subtitle':_0xaaa6c3(0x1a7),'body':_0xaaa6c3(0x188),'text':_0xaaa6c3(0x188),'header':'جای‌نگهدار\x20سرصفحه','footer':'جای‌نگهدار\x20پاصفحه','date':'جای‌نگهدار\x20تاریخ','slideNumber':_0xaaa6c3(0x1ee)},'icon':{'image':_0xaaa6c3(0x220),'table':_0xaaa6c3(0x201),'chart':_0xaaa6c3(0x18a),'diagram':_0xaaa6c3(0x18a),'media':_0xaaa6c3(0x214)}}},'image-panel':{'arrange':{'title':_0xaaa6c3(0x203),'forward':_0xaaa6c3(0x190),'backward':'فرستادن\x20به\x20عقب','front':_0xaaa6c3(0x1de),'back':_0xaaa6c3(0x177)},'transform':{'title':_0xaaa6c3(0x1c5),'rotate':'چرخش\x20(°)','x':_0xaaa6c3(0x1e5),'y':'وای\x20(پیکسل)','width':_0xaaa6c3(0x207),'height':_0xaaa6c3(0x14f),'lock':_0xaaa6c3(0x1bb)},'crop':{'title':_0xaaa6c3(0x16b),'start':_0xaaa6c3(0x224),'mode':_0xaaa6c3(0x1da),'shape':_0xaaa6c3(0x1d5)}}}};}));function _0xc70c(){var _0x38e9ec=['سرصفحه\x20بخش','ارائه\x20دو\x20صفحه‌نمایش','مربع','پاک\x20کردن','رنگ\x20سایه','برش','جلو\x20آوردن','برای\x20جستجوی\x20نام\x20اسلایدها،\x20متن\x20و\x20نام\x20اشیاء\x20تایپ\x20کنید.','کپی','بعدی','پایین\x20راست','function','هل\x20دادن','یادداشت\x20ارائه‌دهنده\x20وجود\x20ندارد','کاشی\x20تصویر\x20به‌عنوان\x20بافت','گروه‌بندی','فقط\x20عنوان','فرستادن\x20به\x20پشت\x20صفحه','خط\x20نقطه‌چین\x20خاکستری\x20با\x20پیکان\x20انتهایی','خط\x20نازک\x20نقطه‌چین\x20مشکی','اندازه\x20پیکان\x20انتهایی','حذف','عرض','اثر','رنگ\x20متن','تراز\x20وسط','پخش\x20از\x20ابتدا','عنوان\x20و\x20محتوا','پایین','سبک‌های\x20شکل','اندازه\x20پیکان\x20ابتدایی','مقیاس\x20وای','برگرداندن\x20عمودی','شکل','برای\x20افزودن\x20متن\x20کلیک\x20کنید','برای\x20افزودن\x20عنوان\x20کلیک\x20کنید','نمودار','متوسط','نوع\x20خط\x20نقطه‌چین','افزودن\x20توضیحات','تراز\x20عمودی','خروج','آوردن\x20به\x20جلو','سبک‌های\x20سریع','خط‌کش','پس‌زمینه\x20ارائه','تراز\x20راست','ایکس','خط‌کشی','6zCQEML','زاویه','10318044EOAFGR','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','منبع\x20تصویر','جلوی\x20متن','بیرونی:\x20بالا\x20راست','نمایش\x20همه','ایتالیک','خط\x20آبی\x20با\x20پیکان\x20انتهایی','بازنشانی\x20رنگ','جهت\x20متن','توضیحات','ارتفاع','جستجوی\x20اسلایدها\x20و\x20اشیاء','اندازه\x20سفارشی','برای\x20افزودن\x20زیرعنوان\x20کلیک\x20کنید','بیرونی:\x20بالا\x20چپ','باز\x20کردن\x20پنل\x20شکل‌ها','برگرداندن\x20افقی','پیش‌تنظیم','از\x20راست','جابجایی\x20ایکس','تقسیم','خط\x20نازک\x20پیوسته\x20خاکستری','بالا\x20و\x20پایین','تأکید\x20آبی','اسلاید\x20عنوان','بزرگ‌نمایی','UniverProSlidesUiFaIR','گرافیک\x20پس‌زمینه','چرخش','10076600tkqhxK','جای‌گیری','ارائه\x20به\x20پایان\x20رسید','بزرگ','قفل\x20نسبت','محو\x20شدگی','خط‌دار','رنگ\x20پس‌زمینه\x20متن','رنگ','تغییر\x20اندازه\x20پنل\x20بندانگشتی\x20اسلاید','نتیجه‌ای\x20یافت\x20نشد.','exports','عنوان\x20مشکی','ستون‌ها','تبدیل','خط\x20پیوسته','9rtLmMs','جستجو','ذخیره','پیکان\x20بیضی','خط\x20سبز\x20با\x20پیکان\x20دوطرفه','جهت','پیوسته','درج\x20تصویر\x20از','گذارها','مورب','عمودی','اندازه\x20فونت','تنظیمات\x20الگو\x20به‌زودی\x20در\x20دسترس\x20خواهد\x20بود.','جزئیات','برش\x20به\x20شکل','شعاع\x20گوشه','پیکان\x20مخفی','شفافیت','بیرونی:\x20بالا\x20چپ\x20بزرگ','آزاد','خط\x20نازک\x20پیوسته\x20آبی','در\x20یک\x20خط\x20با\x20متن','درج\x20تصویر','آوردن\x20به\x20جلوی\x20صفحه','پر\x20کردن\x20رنگی','تأکید\x20نارنجی','بدون\x20سایه','برای\x20افزودن\x20یادداشت\x20به\x20اسلاید\x20فعلی\x20کلیک\x20کنید','فاصله','از\x20پایین','ایکس\x20(پیکسل)','مقایسه','لغو','از\x20بالا','پررنگ','پایین\x20چپ','مدت','تنظیم\x20نشده','پیکان\x20باز','جای‌نگهدار\x20شماره\x20اسلاید','پر\x20کردن','خط\x20تیره\x20بلند-نقطه-نقطه','اندازه‌گذاری\x20خودکار','انتخاب\x20تم\x20اسلاید','نام\x20شیء','99GbTYeP','رنگ\x20متن\x20شفاف','قالب‌بندی\x20پس‌زمینه','سبک‌های\x20خط','پر\x20کردن\x20تصویری','سبک‌های\x20بیشتر','شیئی\x20وجود\x20ندارد','اعمال\x20به\x20همه','خط\x20نقطه‌چین\x20سبز\x20با\x20پیکان\x20دوطرفه','توجیه','object','گرد','عقب\x20فرستادن','جدول','مقیاس\x20ایکس','چیدمان','چرخش\x20با\x20شکل','موقعیت\x20و\x20اندازه','بالا','عرض\x20(پیکسل)','پیش‌فرض‌های\x20شکل','صاف','انتخاب\x20طرح‌بندی','نوع\x20انتها','تغییر\x20شکل','پنهان\x20کردن\x20همه','نوع\x20پاراگراف','نام','اسلاید\x20جدید','تراز','amd','تراز\x20افقی','رسانه','تراز\x20پایین','پر\x20کردن\x20گرادیان','وای','شیب‌دار','بدون\x20اندازه‌گذاری\x20خودکار','تعداد','کوچک\x20کردن\x20متن\x20هنگام\x20سرریز','4040870uTIUhh','تنظیم\x20پس‌زمینه','بدون\x20پر\x20کردن','بازنشانی\x20پس‌زمینه','تصویر','افقی','قالب‌بندی\x20شکل','محو\x20شدن','شروع\x20برش','کادر\x20متن','راست','پیکان','نوع\x20پیکان\x20ابتدایی','تراز\x20بالا','خط\x20نازک\x20نقطه‌چین\x20خاکستری','تصویر(ها)','جابجایی\x20وای','پر\x20کردن\x20الگو','22TJTmgV','پوشش\x20دادن','مرکز','خط\x20تیره','متن\x20مشکی','افزایش\x20اندازه\x20فونت','934392bjruTM','سبک‌های\x20متن','نوع\x20اتصال','بیرونی:\x20پایین\x20چپ','دو\x20صفحه\x20از\x20فعلی','ارتفاع\x20(پیکسل)','9393762VXWhjq','نقطه\x20گرد','889900AsQJGD','بریدن','تراز\x20چپ','جدا\x20کردن\x20گروه','خط\x20نازک\x20پیوسته\x20مشکی','درج','یادداشت‌های\x20ارائه‌دهنده','پر\x20کردن\x20یکدست','10SGqaDt','161263rXbvsw','خط\x20نقطه‌چین\x20آبی\x20با\x20پیکان\x20انتهایی','بدون\x20خط','کشیدن','خط\x20نازک\x20نقطه‌چین\x20آبی','هیچ‌کدام','کاهش\x20اندازه\x20فونت','بیرونی:\x20پایین\x20راست\x20کوچک','پنهان\x20کردن\x20گرافیک\x20الگو/طرح‌بندی','تراز\x20وسط\x20عمودی','اسلاید\x20{current}\x20از\x20{total}'];_0xc70c=function(){return _0x38e9ec;};return _0xc70c();}
1
+ function _0x19f5(){var _0x271bd5=['پنهان\x20کردن\x20همه','شکستن\x20متن\x20در\x20شکل','اندازه\x20پیکان\x20ابتدایی','بعدی','شیئی\x20وجود\x20ندارد','226477WudEzL','جهت\x20متن','پخش\x20از\x20اسلاید\x20فعلی','کادر\x20متن','افزودن\x20اسلاید\x20در\x20پایین','متن\x20مشکی','عرض\x20(پیکسل)','وای\x20(پیکسل)','خط\x20نازک\x20پیوسته\x20نارنجی','2bjQWeG','اثر','تنظیمات\x20الگو\x20به‌زودی\x20در\x20دسترس\x20خواهد\x20بود.','جای‌نگهدار\x20سرصفحه','خط‌دار','شکل','اسلاید\x20جدید','پس‌زمینه\x20ارائه','بریدن','عریض\x20(16:9)','190oxtDlR','بازنشانی\x20رنگ','ایموجی','خط\x20نازک\x20نقطه‌چین\x20مشکی','عنوان\x20و\x20محتوا','تغییر\x20اندازه\x20پنل\x20بندانگشتی\x20اسلاید','سبک‌های\x20سریع','نوع\x20انتها','پیکان\x20لوزی','اعمال\x20به\x20همه','جای‌نگهدار\x20شماره\x20اسلاید','سبک\x20شکل','چرخش\x20با\x20شکل','رنگ\x20سایه','هل\x20دادن','قفل\x20نسبت','درج\x20تصویر\x20از','جهت','رنگ\x20متن','تراز\x20وسط\x20عمودی','exports','جستجو','اندازه\x20جدول','موقعیت','دو\x20صفحه\x20از\x20فعلی','پر\x20کردن\x20گرادیان','شروع\x20برش','گرافیک\x20پس‌زمینه','+\x20افزودن\x20اسلاید','تراز\x20راست','مقایسه','پیکان\x20بیضی','بدون\x20اندازه‌گذاری\x20خودکار','خط\x20نازک\x20نقطه‌چین\x20آبی','بدون\x20خط','تغییر\x20شکل','488tYSpAG','object','زاویه','نوع\x20خط\x20نقطه‌چین','بیرونی:\x20پایین\x20راست','جای‌نگهدار\x20تاریخ','خط‌کشی','55SvgUnl','تراز\x20بالا','آزاد','پر\x20کردن\x20یکدست','جابجایی\x20وای','388zqJJzv','تمام‌صفحه','پاک\x20کردن','UniverProSlidesUiFaIR','اعمال','پشت\x20متن','چرخش\x20(°)','تأکید\x20آبی','مرکز','ارتفاع','زیرخط','کاشی\x20تصویر\x20به‌عنوان\x20بافت','مربع','پایین\x20راست','گذارها','تراز\x20چپ','برای\x20افزودن\x20متن\x20کلیک\x20کنید','بالا\x20راست','پیوسته','اندازه\x20اسلاید','مقیاس\x20وای','نوع\x20طرح','سبک‌های\x20شکل','نوع\x20پیکان\x20ابتدایی','کادر\x20متن\x20افقی','اندازه\x20فونت','بدون\x20پر\x20کردن','خط\x20نقطه‌چین\x20خاکستری\x20با\x20پیکان\x20انتهایی','خط\x20تیره\x20بلند-نقطه-نقطه','برای\x20افزودن\x20عنوان\x20کلیک\x20کنید','برای\x20افزودن\x20زیرعنوان\x20کلیک\x20کنید','سبک‌های\x20خط','شیب‌دار','مورب','اسلاید\x20عنوان','ایکس','آوردن\x20به\x20جلو','درج\x20تصویر','رسانه','پیکان\x20مخفی','از\x20بالا','از\x20چپ','نوع\x20اتصال','پیش‌فرض‌های\x20شکل','3655236vjDXDN','افزایش\x20اندازه\x20فونت','پر\x20کردن\x20تصویری','پایین','نوع\x20پاراگراف','تراز\x20پایین','رنگ\x20پس‌زمینه\x20متن','خط‌کش','جزئیات','پوشش\x20دادن','پر\x20کردن\x20الگو','تراز\x20عمودی','تعداد','قالب‌بندی\x20شکل','چرخش','بستن','اسلاید','کشف\x20کردن','پررنگ','انتخاب\x20طرح‌بندی','حذف\x20شکل','خط\x20نازک\x20پیوسته\x20آبی','نوع\x20پیکان\x20انتهایی','نام\x20شیء','شروع\x20ارائه\x20دو\x20صفحه‌نمایش\x20ممکن\x20نیست.\x20مجوز\x20مدیریت\x20پنجره\x20را\x20بدهید\x20و\x20یک\x20نمایشگر\x20گسترش‌یافته\x20وصل\x20کنید،\x20سپس\x20دوباره\x20تلاش\x20کنید.','هیچ‌کدام','پر\x20کردن\x20تصویر\x20یا\x20بافت','گرد','اندازه','نتیجه‌ای\x20یافت\x20نشد.','از\x20راست','بدون\x20سایه','جای‌نگهدار\x20پاصفحه','function','تکرار','ذخیره','1425750ViUUtC','خط\x20نازک\x20پیوسته\x20مشکی','تم‌ها','تصویر','عرض','خط\x20نازک\x20پیوسته\x20خاکستری','ارائه\x20دو\x20صفحه‌نمایش','فونت','برگرداندن\x20افقی','سبک‌های\x20متن','پیکان','amd','تراز\x20افقی','راست','شفافیت','13296dhomFD','نمایش','خط\x20نقطه‌چین\x20آبی\x20با\x20پیکان\x20انتهایی','آشکار\x20کردن','تراز\x20وسط','جلو\x20آوردن','بزرگ','برش','اسلاید\x20{current}\x20از\x20{total}','مدت','کاهش\x20اندازه\x20فونت','ایکس\x20(پیکسل)','انتخاب\x20تم\x20اسلاید','تراز','یادداشت‌های\x20ارائه‌دهنده','محو\x20شدگی','کوچک','خط\x20نقطه‌چین\x20سبز\x20با\x20پیکان\x20دوطرفه','چیدمان','خط\x20نازک\x20نقطه‌چین\x20خاکستری','قالب‌بندی\x20پس‌زمینه','باز\x20کردن\x20پنل\x20شکل‌ها','خالی','بیرونی:\x20بالا\x20راست','درج','فایل...','دو\x20محتوا','جستجوی\x20اسلایدها\x20و\x20اشیاء','پایین\x20چپ','نمایش\x20همه','منبع\x20تصویر','بالا','تبدیل','جای‌گذاری','پر\x20کردن','جدا\x20کردن\x20گروه','شعاع\x20گوشه','64215tahLme','پیش‌تنظیم','سفارشی','بیرونی:\x20پایین\x20چپ','خط\x20تیره\x20بلند','جلوی\x20متن','در\x20یک\x20خط\x20با\x20متن','بازنشانی\x20پس‌زمینه','برای\x20جستجوی\x20نام\x20اسلایدها،\x20متن\x20و\x20نام\x20اشیاء\x20تایپ\x20کنید.','ستون‌ها','استاندارد\x20(4:3)','نمودار','جدول','97638WyLNcg','جای‌گیری','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','طراحی\x20دستی','تصویر(ها)','پر\x20کردن\x20رنگی','ردیف‌ها','خط\x20تیره\x20بلند-نقطه','رنگ','بیرونی:\x20بالا\x20چپ\x20بزرگ','اندازه\x20پیکان\x20انتهایی','عنوان\x20۱','خط\x20تیره-نقطه','یادداشت\x20ارائه‌دهنده\x20وجود\x20ندارد','کپی','تصویر\x20با\x20عنوان','باز\x20کردن\x20پنل\x20لایه‌ها','3623802RKPloy','پخش'];_0x19f5=function(){return _0x271bd5;};return _0x19f5();}function _0x3ae0(_0x162e9d,_0x26e35e){_0x162e9d=_0x162e9d-0xc4;var _0x19f557=_0x19f5();var _0x3ae02a=_0x19f557[_0x162e9d];return _0x3ae02a;}(function(_0x539165,_0xb7aae0){var _0xd80473=_0x3ae0,_0x193bf2=_0x539165();while(!![]){try{var _0x41b266=-parseInt(_0xd80473(0xc4))/0x1*(-parseInt(_0xd80473(0xcd))/0x2)+parseInt(_0xd80473(0x166))/0x3*(-parseInt(_0xd80473(0x107))/0x4)+parseInt(_0xd80473(0xd7))/0x5*(parseInt(_0xd80473(0x198))/0x6)+-parseInt(_0xd80473(0x1a9))/0x7+parseInt(_0xd80473(0xfb))/0x8*(-parseInt(_0xd80473(0x18b))/0x9)+parseInt(_0xd80473(0x157))/0xa*(parseInt(_0xd80473(0x102))/0xb)+parseInt(_0xd80473(0x133))/0xc;if(_0x41b266===_0xb7aae0)break;else _0x193bf2['push'](_0x193bf2['shift']());}catch(_0x21ce7b){_0x193bf2['push'](_0x193bf2['shift']());}}}(_0x19f5,0x75110),function(_0x158c43,_0xdc1a17){var _0x30d421=_0x3ae0;typeof exports==_0x30d421(0xfc)&&typeof module<'u'?module[_0x30d421(0xeb)]=_0xdc1a17():typeof define==_0x30d421(0x154)&&define[_0x30d421(0x162)]?define([],_0xdc1a17):(_0x158c43=typeof globalThis<'u'?globalThis:_0x158c43||self,_0x158c43[_0x30d421(0x10a)]=_0xdc1a17());}(this,function(){var _0x4f0415=_0x3ae0;return{'slides-ui':{'ribbon':{'shapeFormat':_0x4f0415(0x140),'changeShape':_0x4f0415(0xfa)},'insertToolbar':{'search':_0x4f0415(0xec),'text':'کادر\x20متن','textHorizontal':_0x4f0415(0x11f),'textVertical':'کادر\x20متن\x20عمودی','image':_0x4f0415(0x15a),'table':'جدول','shape':_0x4f0415(0xd2),'chart':_0x4f0415(0x196),'symbol':'نماد','emoji':_0x4f0415(0xd9)},'tableSizePicker':{'title':_0x4f0415(0xed),'customSize':'اندازه\x20سفارشی','rows':_0x4f0415(0x19e),'columns':'ستون‌ها','insert':_0x4f0415(0x17e),'apply':_0x4f0415(0x10b)},'searchPanel':{'placeholder':_0x4f0415(0x181),'noQuery':_0x4f0415(0x193),'empty':_0x4f0415(0x150),'slidePrefix':_0x4f0415(0x143)},'themePicker':{'title':_0x4f0415(0x159),'caption':_0x4f0415(0x132),'tooltip':_0x4f0415(0x172)},'display':{'slideSize':_0x4f0415(0x11a),'widescreen':_0x4f0415(0xd6),'standard':_0x4f0415(0x195),'fullscreen':_0x4f0415(0x108)},'editorToolbar':{'fontFamily':_0x4f0415(0x15e),'fontSize':_0x4f0415(0x120),'paragraphType':_0x4f0415(0x137),'heading1':_0x4f0415(0x1a3),'increaseFontSize':_0x4f0415(0x134),'decreaseFontSize':_0x4f0415(0x170),'textColor':'رنگ\x20متن','transparentTextColor':'رنگ\x20متن\x20شفاف','textBackgroundColor':_0x4f0415(0x139),'bold':_0x4f0415(0x145),'italic':_0x4f0415(0x128),'underline':_0x4f0415(0x111),'strikethrough':'خط‌دار','horizontalAlign':_0x4f0415(0x163),'verticalAlign':_0x4f0415(0x13e),'alignLeft':_0x4f0415(0x116),'alignCenter':_0x4f0415(0x16a),'alignRight':_0x4f0415(0xf4),'alignJustify':'هم‌تراز','alignTop':_0x4f0415(0x103),'alignMiddle':_0x4f0415(0xea),'alignBottom':_0x4f0415(0x138)},'quickStyles':{'tooltip':_0x4f0415(0xdd),'shapeStyles':_0x4f0415(0x11d),'lineStyles':_0x4f0415(0x126),'textStyles':_0x4f0415(0x160),'more':'سبک‌های\x20بیشتر','groups':{'solid':_0x4f0415(0x119),'dashed':'نقطه‌چین'},'presets':{'line':{'blackSolid':_0x4f0415(0x158),'blueSolid':_0x4f0415(0x148),'orangeSolid':_0x4f0415(0xcc),'graySolid':_0x4f0415(0x15c),'blueEndArrow':'خط\x20آبی\x20با\x20پیکان\x20انتهایی','greenTwoWayArrow':'خط\x20سبز\x20با\x20پیکان\x20دوطرفه','blackDashed':_0x4f0415(0xda),'blueDashed':_0x4f0415(0xf8),'grayDashed':_0x4f0415(0x179),'blueDashedEndArrow':_0x4f0415(0x168),'grayDashedEndArrow':_0x4f0415(0x122),'greenDashedTwoWayArrow':_0x4f0415(0x177)},'text':{'bodyBlack':_0x4f0415(0xc9),'titleBlack':'عنوان\x20مشکی','accentBlue':_0x4f0415(0x10e),'accentOrange':'تأکید\x20نارنجی','noteGray':'یادداشت\x20خاکستری'}}},'thumbnailBar':{'resizePanel':_0x4f0415(0xdc),'addSlide':_0x4f0415(0xf3),'contextMenu':{'cut':_0x4f0415(0x16d),'copy':_0x4f0415(0x1a6),'paste':_0x4f0415(0x187),'addBelow':_0x4f0415(0xc8),'delete':'حذف'},'layoutPicker':{'title':_0x4f0415(0x146),'layouts':{'title':_0x4f0415(0x129),'titleAndBody':_0x4f0415(0xdb),'sectionHeader':'سرصفحه\x20بخش','twoColumns':_0x4f0415(0x180),'comparison':_0x4f0415(0xf5),'blank':_0x4f0415(0x17c),'titleOnly':'فقط\x20عنوان','pictureWithCaption':_0x4f0415(0x1a7)}}},'shapePanel':{'title':_0x4f0415(0x140),'shapeStyle':_0x4f0415(0xe2),'shapePosition':_0x4f0415(0xee),'openPanel':_0x4f0415(0x17b),'deleteShape':_0x4f0415(0x147),'toolbar':{'alignLeft':_0x4f0415(0x116),'alignCenter':_0x4f0415(0x16a),'alignRight':_0x4f0415(0xf4),'alignJustify':'توجیه','bold':_0x4f0415(0x145),'italic':'ایتالیک','underline':_0x4f0415(0x101),'strikethrough':_0x4f0415(0xd1),'textColor':_0x4f0415(0xe9),'textBackgroundColor':_0x4f0415(0x139),'fillColor':_0x4f0415(0x139),'resetColor':_0x4f0415(0xd8)},'align':{'top':_0x4f0415(0x103),'middle':_0x4f0415(0x16a),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x4f0415(0x191),'square':_0x4f0415(0x113),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x4f0415(0x10c),'inFrontText':_0x4f0415(0x190)},'textBox':{'title':_0x4f0415(0xc7),'textDirection':_0x4f0415(0xc5),'textDirectionHorizontal':'افقی','textDirectionVertical':'عمودی','autoFit':'اندازه‌گذاری\x20خودکار','autoFitNone':_0x4f0415(0xf7),'autoFitShrink':'کوچک\x20کردن\x20متن\x20هنگام\x20سرریز','autoFitResize':'تغییر\x20اندازه\x20شکل\x20متناسب\x20با\x20متن','wrapText':_0x4f0415(0x1ac),'padding':'حاشیه\x20داخلی','paddingLeft':'چپ','paddingRight':_0x4f0415(0x164),'paddingTop':'بالا','paddingBottom':'پایین','columns':_0x4f0415(0x194),'columnCount':_0x4f0415(0x13f),'columnSpacing':'فاصله'},'position':{'title':'موقعیت\x20و\x20اندازه','x':_0x4f0415(0x12a),'y':'وای','width':_0x4f0415(0x15b),'height':_0x4f0415(0x110),'rotation':_0x4f0415(0x141)},'style':{'shadow':'سایه','shadowColor':_0x4f0415(0xe4),'shadowBlurRadius':_0x4f0415(0x175),'shadowDistance':'فاصله','shadowDirection':_0x4f0415(0xfd),'shadowPresetTitle':_0x4f0415(0x18c),'shadowPresetNone':_0x4f0415(0x152),'shadowPresetCustom':_0x4f0415(0x18d),'shadowTransparency':_0x4f0415(0x165),'shadowSize':_0x4f0415(0x14f),'shadowPreset':{'shdw6':_0x4f0415(0xff),'shdw5':_0x4f0415(0x18e),'shdw2':_0x4f0415(0x17d),'shdw1':'بیرونی:\x20بالا\x20چپ','shdw14':'بیرونی:\x20پایین\x20راست\x20کوچک','shdw10':_0x4f0415(0x1a1)}},'fill':{'title':_0x4f0415(0x188),'noFill':'بدون\x20پر\x20کردن','solidFill':_0x4f0415(0x105),'gradientFill':_0x4f0415(0xf0),'pictureFill':_0x4f0415(0x14d),'color':_0x4f0415(0x1a0),'transparency':'شفافیت','picture':{'source':_0x4f0415(0x184),'insert':_0x4f0415(0x12c),'tileAsTexture':_0x4f0415(0x112),'offsetX':'جابجایی\x20ایکس','offsetY':_0x4f0415(0x106),'scaleX':'مقیاس\x20ایکس','scaleY':_0x4f0415(0x11b),'alignment':_0x4f0415(0x173),'rotateWithShape':_0x4f0415(0xe3),'align':{'tl':'بالا\x20چپ','t':_0x4f0415(0x185),'tr':_0x4f0415(0x118),'l':'چپ','ctr':_0x4f0415(0x10f),'r':_0x4f0415(0x164),'bl':_0x4f0415(0x182),'b':_0x4f0415(0x136),'br':_0x4f0415(0x114)}}},'line':{'title':'خط','noLine':_0x4f0415(0xf9),'solidLine':'خط\x20پیوسته','color':_0x4f0415(0x1a0),'transparency':'شفافیت','width':_0x4f0415(0x15b),'cornerRadius':_0x4f0415(0x18a),'beginArrowType':_0x4f0415(0x11e),'beginArrowSize':_0x4f0415(0x1ad),'endArrowType':_0x4f0415(0x149),'endArrowSize':_0x4f0415(0x1a2),'dashType':{'title':_0x4f0415(0xfe),'solid':'پیوسته','roundDot':'نقطه\x20گرد','squareDot':'نقطه\x20مربعی','dash':'خط\x20تیره','dashDot':_0x4f0415(0x1a4),'longDash':_0x4f0415(0x18f),'longDashDot':_0x4f0415(0x19f),'longDashDotDot':_0x4f0415(0x123)},'capType':{'title':_0x4f0415(0xde),'flat':'صاف','round':'گرد','square':_0x4f0415(0x113)},'joinType':{'title':_0x4f0415(0x131),'miter':_0x4f0415(0x128),'round':_0x4f0415(0x14e),'bevel':_0x4f0415(0x127)},'sketchType':{'title':_0x4f0415(0x11c),'none':'هیچ‌کدام','curved':'منحنی','freehand':_0x4f0415(0x104),'handDrawn':_0x4f0415(0x19b)},'arrowType':{'none':_0x4f0415(0x14c),'arrow':_0x4f0415(0x161),'openArrow':'پیکان\x20باز','stealthArrow':_0x4f0415(0x12e),'diamondArrow':_0x4f0415(0xdf),'ovalArrow':_0x4f0415(0xf6)},'arrowSize':{'small':_0x4f0415(0x176),'medium':'متوسط','large':_0x4f0415(0x16c)}}},'objectListPanel':{'title':'فهرست\x20اشیا','open':_0x4f0415(0x1a8),'showAll':_0x4f0415(0x183),'hideAll':_0x4f0415(0x1ab),'show':_0x4f0415(0x167),'hide':'پنهان\x20کردن','moveForward':_0x4f0415(0x16b),'moveBackward':'عقب\x20فرستادن','nameInput':_0x4f0415(0x14a),'empty':_0x4f0415(0x1af),'close':_0x4f0415(0x142),'name':'نام','description':'توضیحات','descriptionPlaceholder':'افزودن\x20توضیحات','details':_0x4f0415(0x13b),'noSelection':_0x4f0415(0x19a)},'backgroundPanel':{'title':_0x4f0415(0x17a),'backgroundGraphics':_0x4f0415(0xf2),'hideBackgroundGraphics':'پنهان\x20کردن\x20گرافیک\x20الگو/طرح‌بندی','presentationBackground':_0x4f0415(0xd4),'presentationBackgroundEmpty':'تنظیم\x20نشده','presentationBackgroundImages':_0x4f0415(0x19c),'setPresentationBackground':'تنظیم\x20پس‌زمینه','clearPresentationBackground':_0x4f0415(0x109),'none':_0x4f0415(0x121),'solid':_0x4f0415(0x19d),'gradient':_0x4f0415(0xf0),'image':_0x4f0415(0x135),'pattern':_0x4f0415(0x13d),'color':_0x4f0415(0x1a0),'transparency':'شفافیت','imageSource':_0x4f0415(0xe7),'insertImage':_0x4f0415(0x17f),'fit':_0x4f0415(0x199),'fitOptions':{'cover':'پوشش','contain':_0x4f0415(0x199),'stretch':'کشیدن','repeat':_0x4f0415(0x155)},'patternHint':_0x4f0415(0xcf),'applyToAll':_0x4f0415(0xe0),'resetBackground':_0x4f0415(0x192)},'transitionPanel':{'title':_0x4f0415(0x115),'effect':_0x4f0415(0xce),'direction':_0x4f0415(0xe8),'duration':_0x4f0415(0x16f),'preview':'پیش‌نمایش','applyToAll':_0x4f0415(0xe0),'effects':{'none':_0x4f0415(0x14c),'fade':'محو\x20شدن','push':_0x4f0415(0xe5),'wipe':_0x4f0415(0x109),'split':'تقسیم','reveal':_0x4f0415(0x169),'cut':_0x4f0415(0xd5),'uncover':_0x4f0415(0x144),'cover':_0x4f0415(0x13c),'zoom':'بزرگ‌نمایی'},'directions':{'left':_0x4f0415(0x130),'right':_0x4f0415(0x151),'up':_0x4f0415(0x12f),'down':'از\x20پایین'}},'contextmenu':{'addPage':_0x4f0415(0xd3),'backgroundPanel':_0x4f0415(0x17a),'transitionPanel':'گذارها','speakerNotes':_0x4f0415(0x174),'ruler':_0x4f0415(0x13a),'shapePanel':'قالب‌بندی\x20شکل','flipHorizontal':_0x4f0415(0x15f),'flipVertical':'برگرداندن\x20عمودی','group':'گروه‌بندی','ungroup':_0x4f0415(0x189)},'presentation':{'play':_0x4f0415(0x1aa),'playFromBeginning':'پخش\x20از\x20ابتدا','playFromCurrent':_0x4f0415(0xc6),'playDualScreen':_0x4f0415(0x15d),'playDualScreenFromBeginning':'دو\x20صفحه\x20از\x20ابتدا','playDualScreenFromCurrent':_0x4f0415(0xef),'dualScreenUnavailable':_0x4f0415(0x14b),'fullscreenPrompt':'برای\x20تمام‌صفحه\x20کلیک\x20کنید','presentationEnded':'ارائه\x20به\x20پایان\x20رسید','previous':'قبلی','next':_0x4f0415(0x1ae),'exit':'خروج','slideProgress':_0x4f0415(0x16e),'speakerNotes':_0x4f0415(0x174),'speakerNotesPlaceholder':'برای\x20افزودن\x20یادداشت\x20به\x20اسلاید\x20فعلی\x20کلیک\x20کنید','speakerNotesEmpty':_0x4f0415(0x1a5),'speakerNotesSave':_0x4f0415(0x156),'speakerNotesCancel':'لغو'},'slide':{'placeholder':{'text':{'title':_0x4f0415(0x124),'subtitle':_0x4f0415(0x125),'body':_0x4f0415(0x117),'text':'برای\x20افزودن\x20متن\x20کلیک\x20کنید','header':_0x4f0415(0xd0),'footer':_0x4f0415(0x153),'date':_0x4f0415(0x100),'slideNumber':_0x4f0415(0xe1)},'icon':{'image':_0x4f0415(0x15a),'table':_0x4f0415(0x197),'chart':_0x4f0415(0x196),'diagram':_0x4f0415(0x196),'media':_0x4f0415(0x12d)}}},'image-panel':{'arrange':{'title':_0x4f0415(0x178),'forward':_0x4f0415(0x12b),'backward':'فرستادن\x20به\x20عقب','front':'آوردن\x20به\x20جلوی\x20صفحه','back':'فرستادن\x20به\x20پشت\x20صفحه'},'transform':{'title':_0x4f0415(0x186),'rotate':_0x4f0415(0x10d),'x':_0x4f0415(0x171),'y':_0x4f0415(0xcb),'width':_0x4f0415(0xca),'height':'ارتفاع\x20(پیکسل)','lock':_0x4f0415(0xe6)},'crop':{'title':_0x4f0415(0x16d),'start':_0x4f0415(0xf1),'mode':'آزاد','shape':'برش\x20به\x20شکل'}}}};}));
@@ -1 +1 @@
1
- function _0x3aa0(_0x316f87,_0x567c82){_0x316f87=_0x316f87-0x74;var _0x1e67e7=_0x1e67();var _0x3aa08f=_0x1e67e7[_0x316f87];return _0x3aa08f;}function _0x1e67(){var _0x5b8c2c=['Lire','Couleur','Marge\x20int?rieure','Titre\x20noir','Supprimer','Extérieur\x20:\x20haut\x20gauche\x20grande','Styles\x20de\x20ligne','3823505lwBdxm','Extérieur\x20:\x20haut\x20droite','Taille','Couper','Tiret\x20long-point','Depuis\x20la\x20droite','Révéler','Cliquez\x20pour\x20ajouter\x20un\x20sous-titre','Couleur\x20de\x20fond\x20du\x20texte','Styles\x20de\x20texte','Redimensionner\x20le\x20panneau\x20des\x20miniatures\x20de\x20diapositives','Transparence','Position','Flèche\x20en\x20diamant','Nombre','Zoom','Diminuer\x20la\x20taille\x20de\x20la\x20police','Découvrir','Annuler','Tiret-point','Aligner\x20à\x20gauche','Insérer','Biseau','Transitions','Extérieur\x20:\x20bas\x20droite','Accent\x20orange','Masquer\x20les\x20graphiques\x20du\x20masque/de\x20la\x20disposition','Aucun\x20remplissage','Graphique','Insérer\x20une\x20image','Rechercher','R?duire\x20le\x20texte\x20en\x20cas\x20de\x20d?passement','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Masquer','Alignement','Démarrer\x20le\x20recadrage','Alignement\x20horizontal','Pousser','Renvoyer\x20le\x20texte\x20dans\x20la\x20forme','Nom\x20de\x20l\x27objet','Type\x20de\x20flèche\x20de\x20fin','Type\x20de\x20jointure','Zone\x20de\x20texte\x20horizontale','Diapositive','Flèche\x20ouverte','216132rtQwXI','Diagramme','Aucune\x20note\x20de\x20l\x27orateur','Espace\x20réservé\x20de\x20date','Couleur\x20d\x27arrière-plan\x20du\x20texte','Bas\x20gauche','Vertical','Détails','Taille\x20personnalisée','Présentation\x20double\x20écran','Fondu','Flèche','Extérieur\x20:\x20bas\x20droite\x20petite','Couleur\x20du\x20texte','Dégrouper','Tout\x20masquer','Aucun\x20objet','Tapez\x20pour\x20rechercher\x20des\x20noms\x20de\x20diapositives,\x20du\x20texte\x20et\x20des\x20noms\x20d\x27objets.','Extérieur\x20:\x20haut\x20gauche','Définir\x20l\x27arrière-plan','Double\x20écran\x20depuis\x20le\x20début','amd','Couleur\x20de\x20l\x27ombre','Aucun','Haut','Gras','Remplissage\x20uni','Bas\x20droite','Italique','Mettre\x20en\x20arrière-plan','Type\x20de\x20tiret','Espace\x20réservé\x20de\x20pied\x20de\x20page','2915535tSDFxY','Ligne\x20en\x20tirets\x20verte\x20avec\x20flèches\x20bidirectionnelles','Pivoter\x20avec\x20la\x20forme','Fichier...','Point\x20carré','Espace\x20réservé\x20d\x27en-tête','Moyenne','Ligne','Libre','Bas','Type\x20de\x20paragraphe','Description','Aligner\x20en\x20haut','Quitter','Supprimer\x20la\x20forme','Zone\x20de\x20texte\x20verticale','Réinitialiser\x20la\x20couleur','Onglet','Fermer','22259sShekc','Souligné','Image\x20avec\x20légende','Cliquez\x20pour\x20ajouter\x20un\x20titre','Ligne\x20pleine\x20fine\x20orange','Nom','Mettre\x20en\x20forme\x20la\x20forme','Style\x20de\x20forme','Préréglage','Largeur','Appliquer\x20à\x20tout','Mettre\x20au\x20premier\x20plan','Média','Rechercher\x20des\x20diapositives\x20et\x20des\x20objets','+\x20Ajouter\x20une\x20diapositive','Remplissage\x20image','Haut\x20droite','Accent\x20bleu','Ombre','Insérer\x20une\x20image\x20depuis','Reculer','Espacement','Lignes','Aligner\x20en\x20bas','Cliquez\x20pour\x20passer\x20en\x20plein\x20écran','Recadrer','Tiret\x20long','Aligner\x20à\x20droite','image(s)','Retourner\x20verticalement','Thèmes','Styles\x20rapides','Retourner\x20horizontalement','Tiret\x20long-point-point','Cliquez\x20pour\x20ajouter\x20du\x20texte','Effacer','object','Rotation','Droite','Décalage\x20X','Barré','Carré','Avancer','Depuis\x20le\x20haut','Direction','80dniWAU','Ajustement\x20automatique','Enregistrer','Point\x20rond','Aligné\x20avec\x20le\x20texte','Taille\x20de\x20flèche\x20de\x20fin','Afficher','Remplissage\x20dégradé','Flou','Justifier','Graphiques\x20d\x27arrière-plan','Mosaïque','Gauche','Hauteur\x20(px)','11751921IlsgcR','Centre','Choisir\x20un\x20thème\x20de\x20diapositive','Zone\x20de\x20texte','Transformer','Titre\x20uniquement','Nouvelle\x20diapositive','Appliquer','Extérieur\x20:\x20bas\x20gauche','Les\x20paramètres\x20de\x20motif\x20seront\x20bientôt\x20disponibles.','Grouper','Flèche\x20ovale','Aligner\x20au\x20milieu','Effet','Ligne\x20pleine\x20fine\x20noire','Remplir','Haut\x20gauche','Ligne\x20en\x20tirets\x20fine\x20noire','Valeurs\x20par\x20défaut\x20des\x20formes','Suivant','Depuis\x20la\x20gauche','Tiret','Colonnes','Tirets','Aucune\x20ombre','Réinitialiser\x20l\x27arrière-plan','Lire\x20depuis\x20la\x20diapositive\x20actuelle','Titre\x20et\x20contenu','Fractionner','Taille\x20de\x20flèche\x20de\x20début','Taille\x20du\x20tableau','Double\x20écran\x20depuis\x20l\x27actuelle','Personnalisé','1301928mRgDFo','Dessiné\x20à\x20la\x20main','Taille\x20de\x20la\x20police','Impossible\x20de\x20démarrer\x20la\x20présentation\x20double\x20écran.\x20Autorisez\x20la\x20gestion\x20des\x20fenêtres\x20et\x20connectez\x20un\x20écran\x20étendu,\x20puis\x20réessayez.','Ligne\x20en\x20tirets\x20bleue\x20avec\x20flèche\x20finale','Changer\x20de\x20forme','Petite','Aucune\x20ligne','Ouvrir\x20le\x20panneau\x20des\x20formes','Ligne\x20pleine','Flèche\x20furtive','Hauteur','Plein','Ligne\x20pleine\x20fine\x20bleue','Mettre\x20en\x20forme\x20l\x27arrière-plan','Forme','6JVCmDq','Type\x20de\x20flèche\x20de\x20début','Ligne\x20pleine\x20fine\x20grise','Image','En-tête\x20de\x20section','UniverProSlidesUiFrFR','Durée','Verrouiller\x20les\x20proportions','Choisir\x20une\x20mise\x20en\x20page','Arrière-plan\x20de\x20la\x20présentation','Devant\x20le\x20texte','Notes\x20de\x20l\x27orateur','Aucun\x20résultat\x20trouvé.','Comparaison','Titre\x201','Échelle\x20X','Remplissage\x20image\x20ou\x20texture','Ligne\x20bleue\x20avec\x20flèche\x20finale','Échelle\x20Y','Aucune','Espace\x20réservé\x20de\x20numéro\x20de\x20diapositive','Tableau','668696LlFDaH','Diapositive\x20{current}\x20sur\x20{total}','Aligner\x20au\x20centre','Deux\x20contenus','Précédent','Police'];_0x1e67=function(){return _0x5b8c2c;};return _0x1e67();}(function(_0x20e56e,_0x4db9b4){var _0x182334=_0x3aa0,_0x3b3f7b=_0x20e56e();while(!![]){try{var _0x556d1b=parseInt(_0x182334(0xc9))/0x1*(-parseInt(_0x182334(0xf6))/0x2)+-parseInt(_0x182334(0x96))/0x3+-parseInt(_0x182334(0x125))/0x4+-parseInt(_0x182334(0x158))/0x5*(-parseInt(_0x182334(0x135))/0x6)+-parseInt(_0x182334(0xb6))/0x7+parseInt(_0x182334(0x14b))/0x8+parseInt(_0x182334(0x104))/0x9;if(_0x556d1b===_0x4db9b4)break;else _0x3b3f7b['push'](_0x3b3f7b['shift']());}catch(_0x29866d){_0x3b3f7b['push'](_0x3b3f7b['shift']());}}}(_0x1e67,0x6dc82),function(_0x1d533f,_0x1f234a){var _0x1ec347=_0x3aa0;typeof exports==_0x1ec347(0xed)&&typeof module<'u'?module['exports']=_0x1f234a():typeof define=='function'&&define[_0x1ec347(0xab)]?define([],_0x1f234a):(_0x1d533f=typeof globalThis<'u'?globalThis:_0x1d533f||self,_0x1d533f[_0x1ec347(0x13a)]=_0x1f234a());}(this,function(){var _0x79350f=_0x3aa0;return{'slides-ui':{'ribbon':{'shapeFormat':'Mise\x20en\x20forme\x20de\x20la\x20forme','changeShape':_0x79350f(0x12a)},'insertToolbar':{'search':_0x79350f(0x87),'text':_0x79350f(0x107),'textHorizontal':_0x79350f(0x93),'textVertical':_0x79350f(0xc5),'image':'Image','table':_0x79350f(0x14a),'shape':_0x79350f(0x134),'chart':'Graphique'},'tableSizePicker':{'title':_0x79350f(0x122),'customSize':_0x79350f(0x9e),'rows':_0x79350f(0xdf),'columns':_0x79350f(0x11a),'insert':_0x79350f(0x7e),'apply':_0x79350f(0x10b)},'searchPanel':{'placeholder':_0x79350f(0xd6),'noQuery':_0x79350f(0xa7),'empty':_0x79350f(0x141),'slidePrefix':_0x79350f(0x94)},'themePicker':{'title':_0x79350f(0xe7),'caption':_0x79350f(0x116),'tooltip':_0x79350f(0x106)},'editorToolbar':{'fontFamily':_0x79350f(0x150),'fontSize':_0x79350f(0x127),'paragraphType':_0x79350f(0xc0),'heading1':_0x79350f(0x143),'increaseFontSize':'Augmenter\x20la\x20taille\x20de\x20la\x20police','decreaseFontSize':_0x79350f(0x79),'textColor':_0x79350f(0xa3),'transparentTextColor':'Couleur\x20de\x20texte\x20transparente','textBackgroundColor':_0x79350f(0x9a),'bold':_0x79350f(0xaf),'italic':_0x79350f(0xb2),'underline':'Souligné','strikethrough':_0x79350f(0xf1),'horizontalAlign':_0x79350f(0x8d),'verticalAlign':'Alignement\x20vertical','alignLeft':_0x79350f(0x7d),'alignCenter':_0x79350f(0x14d),'alignRight':_0x79350f(0xe4),'alignJustify':_0x79350f(0xff),'alignTop':'Aligner\x20en\x20haut','alignMiddle':_0x79350f(0x110),'alignBottom':_0x79350f(0xe0)},'quickStyles':{'tooltip':_0x79350f(0xe8),'shapeStyles':'Styles\x20de\x20forme','lineStyles':_0x79350f(0x157),'textStyles':_0x79350f(0x161),'more':'Plus\x20de\x20styles','groups':{'solid':_0x79350f(0x131),'dashed':_0x79350f(0x11b)},'presets':{'line':{'blackSolid':_0x79350f(0x112),'blueSolid':_0x79350f(0x132),'orangeSolid':_0x79350f(0xcd),'graySolid':_0x79350f(0x137),'blueEndArrow':_0x79350f(0x146),'greenTwoWayArrow':'Ligne\x20verte\x20avec\x20flèches\x20bidirectionnelles','blackDashed':_0x79350f(0x115),'blueDashed':'Ligne\x20en\x20tirets\x20fine\x20bleue','grayDashed':'Ligne\x20en\x20tirets\x20fine\x20grise','blueDashedEndArrow':_0x79350f(0x129),'grayDashedEndArrow':'Ligne\x20en\x20tirets\x20grise\x20avec\x20flèche\x20finale','greenDashedTwoWayArrow':_0x79350f(0xb7)},'text':{'bodyBlack':'Corps\x20noir','titleBlack':_0x79350f(0x154),'accentBlue':_0x79350f(0xda),'accentOrange':_0x79350f(0x82),'noteGray':'Note\x20grise'}}},'thumbnailBar':{'resizePanel':_0x79350f(0x162),'addSlide':_0x79350f(0xd7),'contextMenu':{'cut':_0x79350f(0x15b),'copy':'Copier','paste':'Coller','addBelow':'Ajouter\x20une\x20diapositive\x20en\x20dessous','delete':_0x79350f(0x155)},'layoutPicker':{'title':_0x79350f(0x13d),'layouts':{'title':'Diapositive\x20de\x20titre','titleAndBody':_0x79350f(0x11f),'sectionHeader':_0x79350f(0x139),'twoColumns':_0x79350f(0x14e),'comparison':_0x79350f(0x142),'blank':'Vide','titleOnly':_0x79350f(0x109),'pictureWithCaption':_0x79350f(0xcb)}}},'shapePanel':{'title':_0x79350f(0xcf),'shapeStyle':_0x79350f(0xd0),'shapePosition':_0x79350f(0x75),'openPanel':_0x79350f(0x12d),'deleteShape':_0x79350f(0xc4),'toolbar':{'alignLeft':_0x79350f(0x7d),'alignCenter':_0x79350f(0x14d),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x79350f(0xff),'bold':'Gras','italic':_0x79350f(0xb2),'underline':_0x79350f(0xca),'strikethrough':_0x79350f(0xf1),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':'Couleur\x20d\x27arrière-plan\x20du\x20texte','fillColor':_0x79350f(0x160),'resetColor':_0x79350f(0xc6)},'align':{'top':_0x79350f(0xc2),'middle':_0x79350f(0x110),'bottom':_0x79350f(0xe0)},'textWrap':{'inline':_0x79350f(0xfa),'square':_0x79350f(0xf2),'topAndBottom':'Haut\x20et\x20bas','behindText':'Derrière\x20le\x20texte','inFrontText':_0x79350f(0x13f)},'textBox':{'title':_0x79350f(0x107),'textDirection':'Orientation\x20du\x20texte','textDirectionHorizontal':'Horizontal','textDirectionVertical':_0x79350f(0x9c),'autoFit':_0x79350f(0xf7),'autoFitNone':'Ne\x20pas\x20ajuster\x20automatiquement','autoFitShrink':_0x79350f(0x88),'autoFitResize':'Redimensionner\x20la\x20forme\x20pour\x20ajuster\x20le\x20texte','wrapText':_0x79350f(0x8f),'padding':_0x79350f(0x153),'paddingLeft':_0x79350f(0x102),'paddingRight':_0x79350f(0xef),'paddingTop':'Haut','paddingBottom':_0x79350f(0xbf),'columns':_0x79350f(0x11a),'columnCount':_0x79350f(0x77),'columnSpacing':_0x79350f(0xde)},'position':{'title':'Position\x20et\x20taille','x':'X','y':'Y','width':'Largeur','height':_0x79350f(0x130),'rotation':_0x79350f(0xee)},'style':{'shadow':_0x79350f(0xdb),'shadowColor':_0x79350f(0xac),'shadowBlurRadius':_0x79350f(0xfe),'shadowDistance':'Distance','shadowDirection':'Angle','shadowPresetTitle':_0x79350f(0xd1),'shadowPresetNone':_0x79350f(0x11c),'shadowPresetCustom':_0x79350f(0x124),'shadowTransparency':'Transparence','shadowSize':_0x79350f(0x15a),'shadowPreset':{'shdw6':_0x79350f(0x81),'shdw5':_0x79350f(0x10c),'shdw2':_0x79350f(0x159),'shdw1':_0x79350f(0xa8),'shdw14':_0x79350f(0xa2),'shdw10':_0x79350f(0x156)}},'fill':{'title':'Remplissage','noFill':_0x79350f(0x84),'solidFill':_0x79350f(0xb0),'gradientFill':_0x79350f(0xfd),'pictureFill':_0x79350f(0x145),'color':_0x79350f(0x152),'transparency':_0x79350f(0x74),'picture':{'source':'Source\x20de\x20l\x27image','insert':_0x79350f(0x86),'tileAsTexture':'Mosaïque\x20d\x27image\x20comme\x20texture','offsetX':_0x79350f(0xf0),'offsetY':'Décalage\x20Y','scaleX':_0x79350f(0x144),'scaleY':_0x79350f(0x147),'alignment':_0x79350f(0x8b),'rotateWithShape':_0x79350f(0xb8),'align':{'tl':_0x79350f(0x114),'t':_0x79350f(0xae),'tr':_0x79350f(0xd9),'l':'Gauche','ctr':_0x79350f(0x105),'r':_0x79350f(0xef),'bl':_0x79350f(0x9b),'b':_0x79350f(0xbf),'br':_0x79350f(0xb1)}}},'line':{'title':_0x79350f(0xbd),'noLine':_0x79350f(0x12c),'solidLine':_0x79350f(0x12e),'color':_0x79350f(0x152),'transparency':_0x79350f(0x74),'width':_0x79350f(0xd2),'cornerRadius':'Rayon\x20d\x27angle','beginArrowType':_0x79350f(0x136),'beginArrowSize':_0x79350f(0x121),'endArrowType':_0x79350f(0x91),'endArrowSize':_0x79350f(0xfb),'dashType':{'title':_0x79350f(0xb4),'solid':'Plein','roundDot':_0x79350f(0xf9),'squareDot':_0x79350f(0xba),'dash':_0x79350f(0x119),'dashDot':_0x79350f(0x7c),'longDash':_0x79350f(0xe3),'longDashDot':_0x79350f(0x15c),'longDashDotDot':_0x79350f(0xea)},'capType':{'title':'Type\x20d\x27extrémité','flat':'Plat','round':'Rond','square':_0x79350f(0xf2)},'joinType':{'title':_0x79350f(0x92),'miter':_0x79350f(0xc7),'round':'Rond','bevel':_0x79350f(0x7f)},'sketchType':{'title':'Type\x20d\x27esquisse','none':_0x79350f(0xad),'curved':'Courbe','freehand':'Main\x20levée','handDrawn':_0x79350f(0x126)},'arrowType':{'none':_0x79350f(0x148),'arrow':_0x79350f(0xa1),'openArrow':_0x79350f(0x95),'stealthArrow':_0x79350f(0x12f),'diamondArrow':_0x79350f(0x76),'ovalArrow':_0x79350f(0x10f)},'arrowSize':{'small':_0x79350f(0x12b),'medium':_0x79350f(0xbc),'large':'Grande'}}},'objectListPanel':{'title':'Liste\x20des\x20objets','showAll':'Tout\x20afficher','hideAll':_0x79350f(0xa5),'show':_0x79350f(0xfc),'hide':_0x79350f(0x8a),'moveForward':_0x79350f(0xf3),'moveBackward':_0x79350f(0xdd),'nameInput':_0x79350f(0x90),'empty':_0x79350f(0xa6),'close':_0x79350f(0xc8),'name':_0x79350f(0xce),'description':_0x79350f(0xc1),'descriptionPlaceholder':'Ajouter\x20une\x20description','details':_0x79350f(0x9d),'noSelection':_0x79350f(0x89)},'backgroundPanel':{'title':_0x79350f(0x133),'backgroundGraphics':_0x79350f(0x100),'hideBackgroundGraphics':_0x79350f(0x83),'presentationBackground':_0x79350f(0x13e),'presentationBackgroundEmpty':'Non\x20défini','presentationBackgroundImages':_0x79350f(0xe5),'setPresentationBackground':_0x79350f(0xa9),'clearPresentationBackground':_0x79350f(0xec),'none':_0x79350f(0x84),'solid':'Remplissage\x20plein','gradient':_0x79350f(0xfd),'image':_0x79350f(0xd8),'pattern':'Remplissage\x20motif','color':_0x79350f(0x152),'transparency':_0x79350f(0x74),'imageSource':_0x79350f(0xdc),'insertImage':_0x79350f(0xb9),'fit':'Ajustement','fitOptions':{'cover':_0x79350f(0x113),'contain':'Ajuster','stretch':'Étirer','repeat':_0x79350f(0x101)},'patternHint':_0x79350f(0x10d),'applyToAll':_0x79350f(0xd3),'resetBackground':_0x79350f(0x11d)},'transitionPanel':{'title':_0x79350f(0x80),'effect':_0x79350f(0x111),'direction':_0x79350f(0xf5),'duration':_0x79350f(0x13b),'preview':'Aperçu','applyToAll':_0x79350f(0xd3),'effects':{'none':_0x79350f(0xad),'fade':_0x79350f(0xa0),'push':_0x79350f(0x8e),'wipe':'Balayage','split':_0x79350f(0x120),'reveal':_0x79350f(0x15e),'cut':_0x79350f(0x15b),'uncover':_0x79350f(0x7a),'cover':'Couvrir','zoom':_0x79350f(0x78)},'directions':{'left':_0x79350f(0x118),'right':_0x79350f(0x15d),'up':_0x79350f(0xf4),'down':'Depuis\x20le\x20bas'}},'contextmenu':{'addPage':_0x79350f(0x10a),'backgroundPanel':_0x79350f(0x133),'transitionPanel':_0x79350f(0x80),'speakerNotes':_0x79350f(0x140),'ruler':'Règle','shapePanel':_0x79350f(0xcf),'flipHorizontal':_0x79350f(0xe9),'flipVertical':_0x79350f(0xe6),'group':_0x79350f(0x10e),'ungroup':_0x79350f(0xa4)},'presentation':{'play':_0x79350f(0x151),'playFromBeginning':'Lire\x20depuis\x20le\x20début','playFromCurrent':_0x79350f(0x11e),'playDualScreen':_0x79350f(0x9f),'playDualScreenFromBeginning':_0x79350f(0xaa),'playDualScreenFromCurrent':_0x79350f(0x123),'dualScreenUnavailable':_0x79350f(0x128),'fullscreenPrompt':_0x79350f(0xe1),'presentationEnded':'Présentation\x20terminée','previous':_0x79350f(0x14f),'next':_0x79350f(0x117),'exit':_0x79350f(0xc3),'slideProgress':_0x79350f(0x14c),'speakerNotes':_0x79350f(0x140),'speakerNotesPlaceholder':'Cliquez\x20pour\x20ajouter\x20des\x20notes\x20pour\x20la\x20diapositive\x20actuelle','speakerNotesEmpty':_0x79350f(0x98),'speakerNotesSave':_0x79350f(0xf8),'speakerNotesCancel':_0x79350f(0x7b)},'slide':{'placeholder':{'text':{'title':_0x79350f(0xcc),'subtitle':_0x79350f(0x15f),'body':_0x79350f(0xeb),'text':_0x79350f(0xeb),'header':_0x79350f(0xbb),'footer':_0x79350f(0xb5),'date':_0x79350f(0x99),'slideNumber':_0x79350f(0x149)},'icon':{'image':_0x79350f(0x138),'table':_0x79350f(0x14a),'chart':_0x79350f(0x85),'diagram':_0x79350f(0x97),'media':_0x79350f(0xd5)}}},'image-panel':{'arrange':{'title':'Organiser','forward':'Avancer','backward':'Reculer','front':_0x79350f(0xd4),'back':_0x79350f(0xb3)},'transform':{'title':_0x79350f(0x108),'rotate':'Rotation\x20(°)','x':'X\x20(px)','y':'Y\x20(px)','width':'Largeur\x20(px)','height':_0x79350f(0x103),'lock':_0x79350f(0x13c)},'crop':{'title':_0x79350f(0xe2),'start':_0x79350f(0x8c),'mode':_0x79350f(0xbe),'shape':'Recadrer\x20en\x20forme'}}}};}));
1
+ (function(_0x2db87d,_0x44e60a){var _0x10e3e6=_0x37a9,_0x9bfa98=_0x2db87d();while(!![]){try{var _0x3c2a2a=parseInt(_0x10e3e6(0x149))/0x1*(-parseInt(_0x10e3e6(0x162))/0x2)+-parseInt(_0x10e3e6(0x1db))/0x3*(parseInt(_0x10e3e6(0x14e))/0x4)+-parseInt(_0x10e3e6(0x151))/0x5+-parseInt(_0x10e3e6(0x111))/0x6*(-parseInt(_0x10e3e6(0x104))/0x7)+-parseInt(_0x10e3e6(0xff))/0x8+parseInt(_0x10e3e6(0x14a))/0x9*(parseInt(_0x10e3e6(0x107))/0xa)+-parseInt(_0x10e3e6(0x12a))/0xb*(-parseInt(_0x10e3e6(0x160))/0xc);if(_0x3c2a2a===_0x44e60a)break;else _0x9bfa98['push'](_0x9bfa98['shift']());}catch(_0xcf8a1f){_0x9bfa98['push'](_0x9bfa98['shift']());}}}(_0x13c4,0x84a14),function(_0x1a1692,_0xed1e5c){var _0x54cbf4=_0x37a9;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xed1e5c():typeof define==_0x54cbf4(0x1df)&&define[_0x54cbf4(0x17b)]?define([],_0xed1e5c):(_0x1a1692=typeof globalThis<'u'?globalThis:_0x1a1692||self,_0x1a1692[_0x54cbf4(0x19b)]=_0xed1e5c());}(this,function(){var _0x3fbdc6=_0x37a9;return{'slides-ui':{'ribbon':{'shapeFormat':_0x3fbdc6(0x115),'changeShape':_0x3fbdc6(0x113)},'insertToolbar':{'search':_0x3fbdc6(0x14d),'text':_0x3fbdc6(0x168),'textHorizontal':'Zone\x20de\x20texte\x20horizontale','textVertical':_0x3fbdc6(0x133),'image':_0x3fbdc6(0x15b),'table':_0x3fbdc6(0x100),'shape':_0x3fbdc6(0x10d),'chart':'Graphique','symbol':_0x3fbdc6(0x189),'emoji':'Emoji'},'tableSizePicker':{'title':_0x3fbdc6(0x1d8),'customSize':_0x3fbdc6(0xf7),'rows':_0x3fbdc6(0x13f),'columns':_0x3fbdc6(0x1ba),'insert':_0x3fbdc6(0x1ab),'apply':_0x3fbdc6(0x1cf)},'searchPanel':{'placeholder':_0x3fbdc6(0x12e),'noQuery':'Tapez\x20pour\x20rechercher\x20des\x20noms\x20de\x20diapositives,\x20du\x20texte\x20et\x20des\x20noms\x20d\x27objets.','empty':'Aucun\x20résultat\x20trouvé.','slidePrefix':_0x3fbdc6(0x102)},'themePicker':{'title':_0x3fbdc6(0x16f),'caption':_0x3fbdc6(0x194),'tooltip':_0x3fbdc6(0x1a4)},'display':{'slideSize':_0x3fbdc6(0x156),'widescreen':_0x3fbdc6(0x13e),'standard':'Standard\x20(4:3)','fullscreen':_0x3fbdc6(0x1cd)},'editorToolbar':{'fontFamily':'Police','fontSize':_0x3fbdc6(0xf9),'paragraphType':_0x3fbdc6(0x16d),'heading1':_0x3fbdc6(0x152),'increaseFontSize':'Augmenter\x20la\x20taille\x20de\x20la\x20police','decreaseFontSize':_0x3fbdc6(0x120),'textColor':_0x3fbdc6(0x17d),'transparentTextColor':_0x3fbdc6(0x174),'textBackgroundColor':'Couleur\x20d\x27arrière-plan\x20du\x20texte','bold':_0x3fbdc6(0x1c6),'italic':_0x3fbdc6(0x14c),'underline':_0x3fbdc6(0x1a3),'strikethrough':'Barré','horizontalAlign':_0x3fbdc6(0x142),'verticalAlign':_0x3fbdc6(0x1a5),'alignLeft':_0x3fbdc6(0x117),'alignCenter':_0x3fbdc6(0x1d5),'alignRight':_0x3fbdc6(0x1aa),'alignJustify':_0x3fbdc6(0x178),'alignTop':_0x3fbdc6(0x16c),'alignMiddle':'Aligner\x20au\x20milieu','alignBottom':_0x3fbdc6(0x12f)},'quickStyles':{'tooltip':_0x3fbdc6(0x169),'shapeStyles':_0x3fbdc6(0x118),'lineStyles':'Styles\x20de\x20ligne','textStyles':_0x3fbdc6(0x193),'more':'Plus\x20de\x20styles','groups':{'solid':_0x3fbdc6(0x10f),'dashed':'Tirets'},'presets':{'line':{'blackSolid':'Ligne\x20pleine\x20fine\x20noire','blueSolid':'Ligne\x20pleine\x20fine\x20bleue','orangeSolid':_0x3fbdc6(0x18e),'graySolid':'Ligne\x20pleine\x20fine\x20grise','blueEndArrow':_0x3fbdc6(0x144),'greenTwoWayArrow':_0x3fbdc6(0x15f),'blackDashed':'Ligne\x20en\x20tirets\x20fine\x20noire','blueDashed':'Ligne\x20en\x20tirets\x20fine\x20bleue','grayDashed':'Ligne\x20en\x20tirets\x20fine\x20grise','blueDashedEndArrow':_0x3fbdc6(0x106),'grayDashedEndArrow':'Ligne\x20en\x20tirets\x20grise\x20avec\x20flèche\x20finale','greenDashedTwoWayArrow':_0x3fbdc6(0x14b)},'text':{'bodyBlack':_0x3fbdc6(0x122),'titleBlack':_0x3fbdc6(0x1bc),'accentBlue':_0x3fbdc6(0x1a8),'accentOrange':_0x3fbdc6(0x1ad),'noteGray':_0x3fbdc6(0x18a)}}},'thumbnailBar':{'resizePanel':_0x3fbdc6(0x1b0),'addSlide':_0x3fbdc6(0x17f),'contextMenu':{'cut':_0x3fbdc6(0x187),'copy':'Copier','paste':'Coller','addBelow':_0x3fbdc6(0x12c),'delete':_0x3fbdc6(0x198)},'layoutPicker':{'title':_0x3fbdc6(0x146),'layouts':{'title':_0x3fbdc6(0x136),'titleAndBody':_0x3fbdc6(0xf8),'sectionHeader':'En-tête\x20de\x20section','twoColumns':_0x3fbdc6(0x18d),'comparison':_0x3fbdc6(0x13c),'blank':_0x3fbdc6(0x19d),'titleOnly':'Titre\x20uniquement','pictureWithCaption':_0x3fbdc6(0x1a0)}}},'shapePanel':{'title':_0x3fbdc6(0x137),'shapeStyle':_0x3fbdc6(0x125),'shapePosition':_0x3fbdc6(0x11e),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':_0x3fbdc6(0x132),'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Aligner\x20au\x20centre','alignRight':_0x3fbdc6(0x1aa),'alignJustify':_0x3fbdc6(0x178),'bold':'Gras','italic':_0x3fbdc6(0x14c),'underline':_0x3fbdc6(0x1a3),'strikethrough':_0x3fbdc6(0x1c0),'textColor':_0x3fbdc6(0x17d),'textBackgroundColor':'Couleur\x20d\x27arrière-plan\x20du\x20texte','fillColor':_0x3fbdc6(0x108),'resetColor':_0x3fbdc6(0x195)},'align':{'top':_0x3fbdc6(0x16c),'middle':_0x3fbdc6(0x17a),'bottom':_0x3fbdc6(0x12f)},'textWrap':{'inline':'Aligné\x20avec\x20le\x20texte','square':_0x3fbdc6(0x182),'topAndBottom':_0x3fbdc6(0xfd),'behindText':_0x3fbdc6(0x17e),'inFrontText':_0x3fbdc6(0x1a1)},'textBox':{'title':_0x3fbdc6(0x168),'textDirection':_0x3fbdc6(0x15a),'textDirectionHorizontal':_0x3fbdc6(0x1b5),'textDirectionVertical':_0x3fbdc6(0x138),'autoFit':_0x3fbdc6(0x1bf),'autoFitNone':_0x3fbdc6(0x10e),'autoFitShrink':'R?duire\x20le\x20texte\x20en\x20cas\x20de\x20d?passement','autoFitResize':_0x3fbdc6(0x172),'wrapText':_0x3fbdc6(0x1de),'padding':_0x3fbdc6(0x148),'paddingLeft':_0x3fbdc6(0x110),'paddingRight':_0x3fbdc6(0x1b8),'paddingTop':_0x3fbdc6(0xf3),'paddingBottom':'Bas','columns':'Colonnes','columnCount':_0x3fbdc6(0x114),'columnSpacing':'Espacement'},'position':{'title':_0x3fbdc6(0x19e),'x':'X','y':'Y','width':'Largeur','height':_0x3fbdc6(0x1b1),'rotation':_0x3fbdc6(0x1cb)},'style':{'shadow':_0x3fbdc6(0x139),'shadowColor':_0x3fbdc6(0x177),'shadowBlurRadius':'Flou','shadowDistance':_0x3fbdc6(0xfe),'shadowDirection':_0x3fbdc6(0x166),'shadowPresetTitle':_0x3fbdc6(0xf4),'shadowPresetNone':_0x3fbdc6(0x196),'shadowPresetCustom':_0x3fbdc6(0x186),'shadowTransparency':_0x3fbdc6(0x17c),'shadowSize':'Taille','shadowPreset':{'shdw6':_0x3fbdc6(0x179),'shdw5':_0x3fbdc6(0x1c1),'shdw2':_0x3fbdc6(0x140),'shdw1':'Extérieur\x20:\x20haut\x20gauche','shdw14':'Extérieur\x20:\x20bas\x20droite\x20petite','shdw10':_0x3fbdc6(0x1dd)}},'fill':{'title':_0x3fbdc6(0x163),'noFill':_0x3fbdc6(0x175),'solidFill':_0x3fbdc6(0x1be),'gradientFill':'Remplissage\x20dégradé','pictureFill':'Remplissage\x20image\x20ou\x20texture','color':_0x3fbdc6(0x121),'transparency':_0x3fbdc6(0x17c),'picture':{'source':'Source\x20de\x20l\x27image','insert':_0x3fbdc6(0x18b),'tileAsTexture':_0x3fbdc6(0x19c),'offsetX':'Décalage\x20X','offsetY':_0x3fbdc6(0x15e),'scaleX':_0x3fbdc6(0x134),'scaleY':_0x3fbdc6(0x1b2),'alignment':_0x3fbdc6(0x11c),'rotateWithShape':_0x3fbdc6(0x11a),'align':{'tl':_0x3fbdc6(0x197),'t':_0x3fbdc6(0xf3),'tr':_0x3fbdc6(0x1ae),'l':'Gauche','ctr':_0x3fbdc6(0x157),'r':_0x3fbdc6(0x1b8),'bl':_0x3fbdc6(0x1ac),'b':_0x3fbdc6(0x19f),'br':_0x3fbdc6(0x11f)}}},'line':{'title':_0x3fbdc6(0x1dc),'noLine':_0x3fbdc6(0x1b3),'solidLine':_0x3fbdc6(0x1e1),'color':_0x3fbdc6(0x121),'transparency':_0x3fbdc6(0x17c),'width':_0x3fbdc6(0x105),'cornerRadius':_0x3fbdc6(0x147),'beginArrowType':_0x3fbdc6(0x1e0),'beginArrowSize':_0x3fbdc6(0x1c9),'endArrowType':'Type\x20de\x20flèche\x20de\x20fin','endArrowSize':_0x3fbdc6(0x171),'dashType':{'title':'Type\x20de\x20tiret','solid':_0x3fbdc6(0x10f),'roundDot':_0x3fbdc6(0x128),'squareDot':_0x3fbdc6(0x14f),'dash':'Tiret','dashDot':_0x3fbdc6(0x199),'longDash':'Tiret\x20long','longDashDot':_0x3fbdc6(0x15c),'longDashDotDot':_0x3fbdc6(0x1af)},'capType':{'title':'Type\x20d\x27extrémité','flat':_0x3fbdc6(0x153),'round':'Rond','square':'Carré'},'joinType':{'title':_0x3fbdc6(0x1b6),'miter':_0x3fbdc6(0x119),'round':_0x3fbdc6(0x192),'bevel':'Biseau'},'sketchType':{'title':_0x3fbdc6(0x145),'none':_0x3fbdc6(0x13a),'curved':_0x3fbdc6(0x1a6),'freehand':_0x3fbdc6(0x1d6),'handDrawn':_0x3fbdc6(0x1d0)},'arrowType':{'none':_0x3fbdc6(0x19a),'arrow':_0x3fbdc6(0x1cc),'openArrow':_0x3fbdc6(0x18c),'stealthArrow':_0x3fbdc6(0xf6),'diamondArrow':'Flèche\x20en\x20diamant','ovalArrow':_0x3fbdc6(0x1d3)},'arrowSize':{'small':_0x3fbdc6(0xf5),'medium':_0x3fbdc6(0x127),'large':_0x3fbdc6(0x1d4)}}},'objectListPanel':{'title':_0x3fbdc6(0x131),'open':_0x3fbdc6(0x1c2),'showAll':_0x3fbdc6(0x16b),'hideAll':_0x3fbdc6(0x141),'show':_0x3fbdc6(0xfa),'hide':'Masquer','moveForward':'Avancer','moveBackward':'Reculer','nameInput':_0x3fbdc6(0xf1),'empty':_0x3fbdc6(0x159),'close':_0x3fbdc6(0x155),'name':_0x3fbdc6(0x180),'description':_0x3fbdc6(0x16a),'descriptionPlaceholder':_0x3fbdc6(0x1c4),'details':'Détails','noSelection':_0x3fbdc6(0x1a9)},'backgroundPanel':{'title':'Mettre\x20en\x20forme\x20l\x27arrière-plan','backgroundGraphics':'Graphiques\x20d\x27arrière-plan','hideBackgroundGraphics':_0x3fbdc6(0x10a),'presentationBackground':_0x3fbdc6(0x190),'presentationBackgroundEmpty':'Non\x20défini','presentationBackgroundImages':_0x3fbdc6(0x101),'setPresentationBackground':_0x3fbdc6(0x15d),'clearPresentationBackground':_0x3fbdc6(0x158),'none':_0x3fbdc6(0x175),'solid':'Remplissage\x20plein','gradient':_0x3fbdc6(0x1b7),'image':_0x3fbdc6(0x1c5),'pattern':_0x3fbdc6(0x13b),'color':_0x3fbdc6(0x121),'transparency':_0x3fbdc6(0x17c),'imageSource':'Insérer\x20une\x20image\x20depuis','insertImage':_0x3fbdc6(0x165),'fit':_0x3fbdc6(0x170),'fitOptions':{'cover':_0x3fbdc6(0x161),'contain':_0x3fbdc6(0x183),'stretch':'Étirer','repeat':'Mosaïque'},'patternHint':'Les\x20paramètres\x20de\x20motif\x20seront\x20bientôt\x20disponibles.','applyToAll':_0x3fbdc6(0x10b),'resetBackground':_0x3fbdc6(0xfc)},'transitionPanel':{'title':_0x3fbdc6(0x12d),'effect':_0x3fbdc6(0x130),'direction':'Direction','duration':_0x3fbdc6(0x1c7),'preview':'Aperçu','applyToAll':_0x3fbdc6(0x10b),'effects':{'none':_0x3fbdc6(0x13a),'fade':_0x3fbdc6(0x181),'push':_0x3fbdc6(0xfb),'wipe':'Balayage','split':_0x3fbdc6(0x1da),'reveal':_0x3fbdc6(0x1a7),'cut':_0x3fbdc6(0x187),'uncover':_0x3fbdc6(0x11b),'cover':_0x3fbdc6(0x191),'zoom':_0x3fbdc6(0x1bb)},'directions':{'left':_0x3fbdc6(0x124),'right':'Depuis\x20la\x20droite','up':_0x3fbdc6(0xf0),'down':_0x3fbdc6(0x154)}},'contextmenu':{'addPage':'Nouvelle\x20diapositive','backgroundPanel':_0x3fbdc6(0x1ce),'transitionPanel':_0x3fbdc6(0x12d),'speakerNotes':'Notes\x20de\x20l\x27orateur','ruler':_0x3fbdc6(0x11d),'shapePanel':'Mettre\x20en\x20forme\x20la\x20forme','flipHorizontal':_0x3fbdc6(0x167),'flipVertical':_0x3fbdc6(0x103),'group':_0x3fbdc6(0x184),'ungroup':_0x3fbdc6(0x126)},'presentation':{'play':'Lire','playFromBeginning':_0x3fbdc6(0x1d1),'playFromCurrent':_0x3fbdc6(0x1b9),'playDualScreen':_0x3fbdc6(0xf2),'playDualScreenFromBeginning':_0x3fbdc6(0x1d7),'playDualScreenFromCurrent':_0x3fbdc6(0x1ca),'dualScreenUnavailable':'Impossible\x20de\x20démarrer\x20la\x20présentation\x20double\x20écran.\x20Autorisez\x20la\x20gestion\x20des\x20fenêtres\x20et\x20connectez\x20un\x20écran\x20étendu,\x20puis\x20réessayez.','fullscreenPrompt':'Cliquez\x20pour\x20passer\x20en\x20plein\x20écran','presentationEnded':_0x3fbdc6(0x1c3),'previous':_0x3fbdc6(0x150),'next':_0x3fbdc6(0x135),'exit':_0x3fbdc6(0x185),'slideProgress':'Diapositive\x20{current}\x20sur\x20{total}','speakerNotes':_0x3fbdc6(0x1d2),'speakerNotesPlaceholder':'Cliquez\x20pour\x20ajouter\x20des\x20notes\x20pour\x20la\x20diapositive\x20actuelle','speakerNotesEmpty':'Aucune\x20note\x20de\x20l\x27orateur','speakerNotesSave':'Enregistrer','speakerNotesCancel':_0x3fbdc6(0x143)},'slide':{'placeholder':{'text':{'title':_0x3fbdc6(0x173),'subtitle':'Cliquez\x20pour\x20ajouter\x20un\x20sous-titre','body':_0x3fbdc6(0x129),'text':'Cliquez\x20pour\x20ajouter\x20du\x20texte','header':_0x3fbdc6(0x109),'footer':_0x3fbdc6(0x1a2),'date':_0x3fbdc6(0x1b4),'slideNumber':_0x3fbdc6(0x1d9)},'icon':{'image':_0x3fbdc6(0x15b),'table':_0x3fbdc6(0x100),'chart':_0x3fbdc6(0x176),'diagram':_0x3fbdc6(0x164),'media':'Média'}}},'image-panel':{'arrange':{'title':_0x3fbdc6(0x1bd),'forward':_0x3fbdc6(0x116),'backward':'Reculer','front':_0x3fbdc6(0x1c8),'back':_0x3fbdc6(0x13d)},'transform':{'title':_0x3fbdc6(0x16e),'rotate':_0x3fbdc6(0x123),'x':_0x3fbdc6(0x12b),'y':'Y\x20(px)','width':_0x3fbdc6(0x18f),'height':_0x3fbdc6(0x10c),'lock':'Verrouiller\x20les\x20proportions'},'crop':{'title':_0x3fbdc6(0x112),'start':'Démarrer\x20le\x20recadrage','mode':_0x3fbdc6(0x188),'shape':'Recadrer\x20en\x20forme'}}}};}));function _0x37a9(_0x50e717,_0x422b19){_0x50e717=_0x50e717-0xf0;var _0x13c4fa=_0x13c4();var _0x37a9e7=_0x13c4fa[_0x50e717];return _0x37a9e7;}function _0x13c4(){var _0x2aa25b=['Extérieur\x20:\x20haut\x20droite','Tout\x20masquer','Alignement\x20horizontal','Annuler','Ligne\x20bleue\x20avec\x20flèche\x20finale','Type\x20d\x27esquisse','Choisir\x20une\x20mise\x20en\x20page','Rayon\x20d\x27angle','Marge\x20int?rieure','1550mZqoIF','1433034NWEMmp','Ligne\x20en\x20tirets\x20verte\x20avec\x20flèches\x20bidirectionnelles','Italique','Rechercher','4ZmmcTB','Point\x20carré','Précédent','1987780NpAfqN','Titre\x201','Plat','Depuis\x20le\x20bas','Fermer','Taille\x20de\x20la\x20diapositive','Centre','Effacer','Aucun\x20objet','Orientation\x20du\x20texte','Image','Tiret\x20long-point','Définir\x20l\x27arrière-plan','Décalage\x20Y','Ligne\x20verte\x20avec\x20flèches\x20bidirectionnelles','708eaVZFw','Remplir','536SBFeYW','Remplissage','Diagramme','Fichier...','Angle','Retourner\x20horizontalement','Zone\x20de\x20texte','Styles\x20rapides','Description','Tout\x20afficher','Aligner\x20en\x20haut','Type\x20de\x20paragraphe','Transformer','Thèmes','Ajustement','Taille\x20de\x20flèche\x20de\x20fin','Redimensionner\x20la\x20forme\x20pour\x20ajuster\x20le\x20texte','Cliquez\x20pour\x20ajouter\x20un\x20titre','Couleur\x20de\x20texte\x20transparente','Aucun\x20remplissage','Graphique','Couleur\x20de\x20l\x27ombre','Justifier','Extérieur\x20:\x20bas\x20droite','Aligner\x20au\x20milieu','amd','Transparence','Couleur\x20du\x20texte','Derrière\x20le\x20texte','+\x20Ajouter\x20une\x20diapositive','Nom','Fondu','Carré','Ajuster','Grouper','Quitter','Personnalisé','Couper','Libre','Symbole','Note\x20grise','Insérer\x20une\x20image','Flèche\x20ouverte','Deux\x20contenus','Ligne\x20pleine\x20fine\x20orange','Largeur\x20(px)','Arrière-plan\x20de\x20la\x20présentation','Couvrir','Rond','Styles\x20de\x20texte','Valeurs\x20par\x20défaut\x20des\x20formes','Réinitialiser\x20la\x20couleur','Aucune\x20ombre','Haut\x20gauche','Supprimer','Tiret-point','Aucune','UniverProSlidesUiFrFR','Mosaïque\x20d\x27image\x20comme\x20texture','Vide','Position\x20et\x20taille','Bas','Image\x20avec\x20légende','Devant\x20le\x20texte','Espace\x20réservé\x20de\x20pied\x20de\x20page','Souligné','Choisir\x20un\x20thème\x20de\x20diapositive','Alignement\x20vertical','Courbe','Révéler','Accent\x20bleu','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Aligner\x20à\x20droite','Insérer','Bas\x20gauche','Accent\x20orange','Haut\x20droite','Tiret\x20long-point-point','Redimensionner\x20le\x20panneau\x20des\x20miniatures\x20de\x20diapositives','Hauteur','Échelle\x20Y','Aucune\x20ligne','Espace\x20réservé\x20de\x20date','Horizontal','Type\x20de\x20jointure','Remplissage\x20dégradé','Droite','Lire\x20depuis\x20la\x20diapositive\x20actuelle','Colonnes','Zoom','Titre\x20noir','Organiser','Remplissage\x20uni','Ajustement\x20automatique','Barré','Extérieur\x20:\x20bas\x20gauche','Ouvrir\x20le\x20panneau\x20des\x20calques','Présentation\x20terminée','Ajouter\x20une\x20description','Remplissage\x20image','Gras','Durée','Mettre\x20au\x20premier\x20plan','Taille\x20de\x20flèche\x20de\x20début','Double\x20écran\x20depuis\x20l\x27actuelle','Rotation','Flèche','Plein\x20écran','Mettre\x20en\x20forme\x20l\x27arrière-plan','Appliquer','Dessiné\x20à\x20la\x20main','Lire\x20depuis\x20le\x20début','Notes\x20de\x20l\x27orateur','Flèche\x20ovale','Grande','Aligner\x20au\x20centre','Main\x20levée','Double\x20écran\x20depuis\x20le\x20début','Taille\x20du\x20tableau','Espace\x20réservé\x20de\x20numéro\x20de\x20diapositive','Fractionner','2379675jBCNMU','Ligne','Extérieur\x20:\x20haut\x20gauche\x20grande','Renvoyer\x20le\x20texte\x20dans\x20la\x20forme','function','Type\x20de\x20flèche\x20de\x20début','Ligne\x20pleine','Depuis\x20le\x20haut','Nom\x20de\x20l\x27objet','Présentation\x20double\x20écran','Haut','Préréglage','Petite','Flèche\x20furtive','Taille\x20personnalisée','Titre\x20et\x20contenu','Taille\x20de\x20la\x20police','Afficher','Pousser','Réinitialiser\x20l\x27arrière-plan','Haut\x20et\x20bas','Distance','7576288FyYTuJ','Tableau','image(s)','Diapositive','Retourner\x20verticalement','38199ywQbCI','Largeur','Ligne\x20en\x20tirets\x20bleue\x20avec\x20flèche\x20finale','60lsYyqw','Couleur\x20de\x20fond\x20du\x20texte','Espace\x20réservé\x20d\x27en-tête','Masquer\x20les\x20graphiques\x20du\x20masque/de\x20la\x20disposition','Appliquer\x20à\x20tout','Hauteur\x20(px)','Forme','Ne\x20pas\x20ajuster\x20automatiquement','Plein','Gauche','318Swhcbw','Recadrer','Changer\x20de\x20forme','Nombre','Mise\x20en\x20forme\x20de\x20la\x20forme','Avancer','Aligner\x20à\x20gauche','Styles\x20de\x20forme','Onglet','Pivoter\x20avec\x20la\x20forme','Découvrir','Alignement','Règle','Position','Bas\x20droite','Diminuer\x20la\x20taille\x20de\x20la\x20police','Couleur','Corps\x20noir','Rotation\x20(°)','Depuis\x20la\x20gauche','Style\x20de\x20forme','Dégrouper','Moyenne','Point\x20rond','Cliquez\x20pour\x20ajouter\x20du\x20texte','345268TkamkU','X\x20(px)','Ajouter\x20une\x20diapositive\x20en\x20dessous','Transitions','Rechercher\x20des\x20diapositives\x20et\x20des\x20objets','Aligner\x20en\x20bas','Effet','Liste\x20des\x20objets','Supprimer\x20la\x20forme','Zone\x20de\x20texte\x20verticale','Échelle\x20X','Suivant','Diapositive\x20de\x20titre','Mettre\x20en\x20forme\x20la\x20forme','Vertical','Ombre','Aucun','Remplissage\x20motif','Comparaison','Mettre\x20en\x20arrière-plan','Écran\x20large\x20(16:9)','Lignes'];_0x13c4=function(){return _0x2aa25b;};return _0x13c4();}
@@ -1 +1 @@
1
- function _0x5d70(_0x3322f1,_0x216560){_0x3322f1=_0x3322f1-0x66;var _0x107442=_0x1074();var _0x5d70ad=_0x107442[_0x3322f1];return _0x5d70ad;}(function(_0x551073,_0x597381){var _0x13cac3=_0x5d70,_0x990bfb=_0x551073();while(!![]){try{var _0x403920=parseInt(_0x13cac3(0x7b))/0x1*(parseInt(_0x13cac3(0x106))/0x2)+parseInt(_0x13cac3(0x103))/0x3*(parseInt(_0x13cac3(0xa8))/0x4)+parseInt(_0x13cac3(0xfb))/0x5*(parseInt(_0x13cac3(0xe8))/0x6)+parseInt(_0x13cac3(0xfe))/0x7*(parseInt(_0x13cac3(0x157))/0x8)+-parseInt(_0x13cac3(0xc4))/0x9*(parseInt(_0x13cac3(0xa7))/0xa)+parseInt(_0x13cac3(0xda))/0xb*(-parseInt(_0x13cac3(0x120))/0xc)+-parseInt(_0x13cac3(0xf0))/0xd;if(_0x403920===_0x597381)break;else _0x990bfb['push'](_0x990bfb['shift']());}catch(_0x8f6637){_0x990bfb['push'](_0x990bfb['shift']());}}}(_0x1074,0xded0a),function(_0x332276,_0x521add){var _0x5723fd=_0x5d70;typeof exports==_0x5723fd(0xce)&&typeof module<'u'?module[_0x5723fd(0x85)]=_0x521add():typeof define==_0x5723fd(0xbc)&&define[_0x5723fd(0x14d)]?define([],_0x521add):(_0x332276=typeof globalThis<'u'?globalThis:_0x332276||self,_0x332276[_0x5723fd(0xee)]=_0x521add());}(this,function(){var _0x563784=_0x5d70;return{'slides-ui':{'ribbon':{'shapeFormat':_0x563784(0x66),'changeShape':_0x563784(0x112)},'insertToolbar':{'search':_0x563784(0x132),'text':_0x563784(0x80),'textHorizontal':_0x563784(0xdb),'textVertical':_0x563784(0x117),'image':'Gambar','table':_0x563784(0xac),'shape':_0x563784(0x147),'chart':_0x563784(0x99)},'tableSizePicker':{'title':_0x563784(0xe6),'customSize':_0x563784(0xe1),'rows':_0x563784(0xcb),'columns':'Kolom','insert':_0x563784(0x145),'apply':'Terapkan'},'searchPanel':{'placeholder':_0x563784(0xa6),'noQuery':_0x563784(0x13d),'empty':_0x563784(0x154),'slidePrefix':_0x563784(0x8a)},'themePicker':{'title':_0x563784(0x151),'caption':'Default\x20Bentuk','tooltip':_0x563784(0x128)},'editorToolbar':{'fontFamily':_0x563784(0xaa),'fontSize':_0x563784(0x9a),'paragraphType':_0x563784(0x69),'heading1':'Judul\x201','increaseFontSize':_0x563784(0x119),'decreaseFontSize':_0x563784(0x110),'textColor':'Warna\x20teks','transparentTextColor':_0x563784(0xf4),'textBackgroundColor':'Warna\x20latar\x20teks','bold':_0x563784(0x113),'italic':_0x563784(0x86),'underline':_0x563784(0xa1),'strikethrough':_0x563784(0xde),'horizontalAlign':_0x563784(0xa5),'verticalAlign':_0x563784(0x12d),'alignLeft':'Rata\x20kiri','alignCenter':_0x563784(0xbb),'alignRight':_0x563784(0x139),'alignJustify':_0x563784(0x131),'alignTop':_0x563784(0xcd),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':'Rata\x20bawah'},'quickStyles':{'tooltip':_0x563784(0x9c),'shapeStyles':_0x563784(0x88),'lineStyles':_0x563784(0x11e),'textStyles':_0x563784(0x121),'more':_0x563784(0x158),'groups':{'solid':_0x563784(0xe2),'dashed':_0x563784(0xb3)},'presets':{'line':{'blackSolid':'Garis\x20solid\x20tipis\x20hitam','blueSolid':_0x563784(0xdf),'orangeSolid':_0x563784(0xa0),'graySolid':'Garis\x20solid\x20tipis\x20abu-abu','blueEndArrow':_0x563784(0xba),'greenTwoWayArrow':_0x563784(0x105),'blackDashed':'Garis\x20putus-putus\x20tipis\x20hitam','blueDashed':_0x563784(0x114),'grayDashed':_0x563784(0xd7),'blueDashedEndArrow':_0x563784(0x133),'grayDashedEndArrow':_0x563784(0xbf),'greenDashedTwoWayArrow':_0x563784(0x6e)},'text':{'bodyBlack':'Isi\x20hitam','titleBlack':_0x563784(0x91),'accentBlue':'Aksen\x20biru','accentOrange':_0x563784(0x10e),'noteGray':_0x563784(0xb9)}}},'thumbnailBar':{'resizePanel':_0x563784(0x138),'addSlide':_0x563784(0x13b),'contextMenu':{'cut':'Potong','copy':_0x563784(0x11a),'paste':_0x563784(0x156),'addBelow':_0x563784(0x11f),'delete':'Hapus'},'layoutPicker':{'title':'Pilih\x20Tata\x20Letak','layouts':{'title':_0x563784(0x14b),'titleAndBody':_0x563784(0x7d),'sectionHeader':_0x563784(0x144),'twoColumns':'Dua\x20Isi','comparison':_0x563784(0x102),'blank':_0x563784(0x129),'titleOnly':'Hanya\x20Judul','pictureWithCaption':_0x563784(0xf9)}}},'shapePanel':{'title':_0x563784(0x66),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x563784(0xe4),'openPanel':_0x563784(0xcf),'deleteShape':'Hapus\x20Bentuk','toolbar':{'alignLeft':_0x563784(0xe5),'alignCenter':_0x563784(0x13e),'alignRight':'Rata\x20Kanan','alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x563784(0x113),'italic':'Miring','underline':_0x563784(0xa1),'strikethrough':'Coret','textColor':_0x563784(0x100),'textBackgroundColor':_0x563784(0x6c),'fillColor':_0x563784(0x6c),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x563784(0xef),'middle':_0x563784(0x13e),'bottom':_0x563784(0x6b)},'textWrap':{'inline':_0x563784(0xd1),'square':'Kotak','topAndBottom':_0x563784(0xb6),'behindText':_0x563784(0x90),'inFrontText':'Di\x20depan\x20teks'},'textBox':{'title':_0x563784(0x7f),'textDirection':'Arah\x20teks','textDirectionHorizontal':_0x563784(0x82),'textDirectionVertical':'Vertikal','autoFit':_0x563784(0x13f),'autoFitNone':'Jangan\x20paskan\x20otomatis','autoFitShrink':_0x563784(0x107),'autoFitResize':_0x563784(0x122),'wrapText':'Bungkus\x20teks\x20dalam\x20bentuk','padding':_0x563784(0x111),'paddingLeft':'Kiri','paddingRight':_0x563784(0x146),'paddingTop':'Atas','paddingBottom':_0x563784(0x6d),'columns':_0x563784(0xb7),'columnCount':_0x563784(0xcc),'columnSpacing':_0x563784(0x10f)},'position':{'title':_0x563784(0x78),'x':'X','y':'Y','width':_0x563784(0x71),'height':_0x563784(0x7a),'rotation':'Rotasi'},'style':{'shadow':_0x563784(0x8b),'shadowColor':'Warna\x20bayangan','shadowBlurRadius':'Buram','shadowDistance':_0x563784(0x10f),'shadowDirection':_0x563784(0x89),'shadowPresetTitle':'Prasetel','shadowPresetNone':_0x563784(0x12a),'shadowPresetCustom':'Kustom','shadowTransparency':_0x563784(0xfd),'shadowSize':_0x563784(0x118),'shadowPreset':{'shdw6':_0x563784(0x11c),'shdw5':_0x563784(0xd0),'shdw2':'Luar:\x20kanan\x20atas','shdw1':'Luar:\x20kiri\x20atas','shdw14':_0x563784(0xfc),'shdw10':_0x563784(0xf7)}},'fill':{'title':_0x563784(0x79),'noFill':'Tanpa\x20isian','solidFill':_0x563784(0x10d),'gradientFill':'Isian\x20gradien','pictureFill':_0x563784(0x13a),'color':_0x563784(0xf2),'transparency':_0x563784(0xfd),'picture':{'source':'Sumber\x20Gambar','insert':_0x563784(0x14f),'tileAsTexture':'Ubin\x20Gambar\x20sebagai\x20Tekstur','offsetX':'Offset\x20X','offsetY':_0x563784(0xe3),'scaleX':_0x563784(0x104),'scaleY':'Skala\x20Y','alignment':_0x563784(0x84),'rotateWithShape':_0x563784(0x9e),'align':{'tl':_0x563784(0x12c),'t':_0x563784(0xf5),'tr':_0x563784(0x108),'l':_0x563784(0x81),'ctr':'Tengah','r':_0x563784(0x146),'bl':_0x563784(0x72),'b':'Bawah','br':_0x563784(0x96)}}},'line':{'title':_0x563784(0x101),'noLine':_0x563784(0xb1),'solidLine':_0x563784(0x14c),'color':_0x563784(0xf2),'transparency':_0x563784(0xfd),'width':_0x563784(0x71),'cornerRadius':_0x563784(0x10a),'beginArrowType':_0x563784(0x6f),'beginArrowSize':_0x563784(0xd6),'endArrowType':_0x563784(0x75),'endArrowSize':_0x563784(0xc2),'dashType':{'title':_0x563784(0x130),'solid':'Solid','roundDot':_0x563784(0xff),'squareDot':_0x563784(0xc9),'dash':'Garis','dashDot':_0x563784(0xbe),'longDash':_0x563784(0x125),'longDashDot':_0x563784(0xe0),'longDashDotDot':_0x563784(0xf6)},'capType':{'title':_0x563784(0xeb),'flat':'Datar','round':_0x563784(0xf8),'square':'Persegi'},'joinType':{'title':'Jenis\x20Sambungan','miter':'Miter','round':_0x563784(0xf8),'bevel':'Bevel'},'sketchType':{'title':_0x563784(0x140),'none':_0x563784(0x116),'curved':_0x563784(0xc0),'freehand':'Bebas','handDrawn':_0x563784(0x93)},'arrowType':{'none':'Tidak\x20Ada','arrow':_0x563784(0xa3),'openArrow':_0x563784(0xc8),'stealthArrow':_0x563784(0x97),'diamondArrow':_0x563784(0xfa),'ovalArrow':_0x563784(0xd9)},'arrowSize':{'small':_0x563784(0x95),'medium':_0x563784(0x134),'large':'Besar'}}},'objectListPanel':{'title':_0x563784(0x13c),'showAll':_0x563784(0x70),'hideAll':'Sembunyikan\x20semua','show':_0x563784(0xb2),'hide':'Sembunyikan','moveForward':_0x563784(0xc1),'moveBackward':'Kirim\x20ke\x20belakang','nameInput':_0x563784(0xe7),'empty':_0x563784(0xc7),'close':_0x563784(0x141),'name':'Nama','description':_0x563784(0x12e),'descriptionPlaceholder':_0x563784(0x14a),'details':_0x563784(0xd4),'noSelection':_0x563784(0x83)},'backgroundPanel':{'title':'Format\x20Latar','backgroundGraphics':_0x563784(0xe9),'hideBackgroundGraphics':_0x563784(0xad),'presentationBackground':_0x563784(0x77),'presentationBackgroundEmpty':_0x563784(0xaf),'presentationBackgroundImages':_0x563784(0xae),'setPresentationBackground':'Atur\x20Latar','clearPresentationBackground':_0x563784(0x9f),'none':_0x563784(0xca),'solid':_0x563784(0x136),'gradient':_0x563784(0x68),'image':'Isian\x20Gambar','pattern':_0x563784(0xdc),'color':_0x563784(0xf2),'transparency':_0x563784(0xfd),'imageSource':'Sisipkan\x20Gambar\x20Dari','insertImage':_0x563784(0x8d),'fit':'Sesuai','fitOptions':{'cover':_0x563784(0x7e),'contain':_0x563784(0x10b),'stretch':_0x563784(0x7c),'repeat':'Ulangi'},'patternHint':_0x563784(0x98),'applyToAll':_0x563784(0xbd),'resetBackground':_0x563784(0xab)},'transitionPanel':{'title':_0x563784(0x137),'effect':_0x563784(0x126),'direction':'Arah','duration':_0x563784(0x150),'preview':'Pratinjau','applyToAll':_0x563784(0xbd),'effects':{'none':'Tidak\x20Ada','fade':'Memudar','push':_0x563784(0x94),'wipe':_0x563784(0xdd),'split':'Pisah','reveal':_0x563784(0x87),'cut':_0x563784(0xf3),'uncover':_0x563784(0xb4),'cover':'Tutupi','zoom':_0x563784(0xc5)},'directions':{'left':_0x563784(0xb0),'right':_0x563784(0x142),'up':_0x563784(0x109),'down':_0x563784(0x149)}},'contextmenu':{'addPage':_0x563784(0x11b),'backgroundPanel':_0x563784(0x14e),'transitionPanel':_0x563784(0x137),'speakerNotes':'Catatan\x20Pembicara','ruler':_0x563784(0x6a),'shapePanel':'Format\x20Bentuk','flipHorizontal':_0x563784(0x8f),'flipVertical':_0x563784(0x10c),'group':_0x563784(0x148),'ungroup':_0x563784(0xed)},'presentation':{'play':_0x563784(0x115),'playFromBeginning':_0x563784(0x127),'playFromCurrent':_0x563784(0xa9),'playDualScreen':_0x563784(0x9d),'playDualScreenFromBeginning':_0x563784(0x123),'playDualScreenFromCurrent':_0x563784(0x74),'dualScreenUnavailable':_0x563784(0xb5),'fullscreenPrompt':_0x563784(0x76),'presentationEnded':'Presentasi\x20Berakhir','previous':'Sebelumnya','next':_0x563784(0xa2),'exit':_0x563784(0xec),'slideProgress':'Slide\x20{current}\x20dari\x20{total}','speakerNotes':_0x563784(0x11d),'speakerNotesPlaceholder':_0x563784(0x135),'speakerNotesEmpty':_0x563784(0x12b),'speakerNotesSave':_0x563784(0x8c),'speakerNotesCancel':_0x563784(0xea)},'slide':{'placeholder':{'text':{'title':_0x563784(0xb8),'subtitle':'Klik\x20untuk\x20menambahkan\x20subjudul','body':'Klik\x20untuk\x20menambahkan\x20teks','text':_0x563784(0x9b),'header':'Tempat\x20Penampung\x20Header','footer':'Tempat\x20Penampung\x20Footer','date':_0x563784(0x92),'slideNumber':_0x563784(0x155)},'icon':{'image':_0x563784(0x152),'table':_0x563784(0xac),'chart':_0x563784(0x99),'diagram':_0x563784(0x73),'media':_0x563784(0xd2)}}},'image-panel':{'arrange':{'title':'Atur','forward':_0x563784(0x12f),'backward':_0x563784(0x153),'front':_0x563784(0x8e),'back':_0x563784(0xc3)},'transform':{'title':_0x563784(0x112),'rotate':_0x563784(0xf1),'x':_0x563784(0x143),'y':_0x563784(0xa4),'width':'Lebar\x20(px)','height':_0x563784(0xc6),'lock':_0x563784(0x67)},'crop':{'title':_0x563784(0xd3),'start':_0x563784(0xd5),'mode':_0x563784(0xd8),'shape':_0x563784(0x124)}}}};}));function _0x1074(){var _0x4cde9a=['Ukuran\x20kustom','Solid','Offset\x20Y','Posisi','Rata\x20Kiri','Ukuran\x20tabel','Nama\x20objek','7771572EuwwkU','Grafis\x20Latar','Batal','Jenis\x20Ujung','Keluar','Pisahkan\x20Kelompok','UniverProSlidesUiIdID','Rata\x20Atas','24062909PNlRYf','Putar\x20(°)','Warna','Potong','Warna\x20teks\x20transparan','Atas','Garis\x20Panjang-Titik-Titik','Luar:\x20kiri\x20atas\x20besar','Bulat','Gambar\x20dengan\x20Keterangan','Panah\x20Berlian','5xFPSKM','Luar:\x20kanan\x20bawah\x20kecil','Transparansi','6320594fayzYt','Titik\x20Bulat','Warna\x20teks','Garis','Perbandingan','18AvFgzq','Skala\x20X','Garis\x20hijau\x20dengan\x20panah\x20dua\x20arah','60614REggQl','Kecilkan\x20teks\x20saat\x20meluap','Kanan\x20Atas','Dari\x20Atas','Radius\x20sudut','Muat','Balik\x20Vertikal','Isian\x20solid','Aksen\x20oranye','Jarak','Perkecil\x20ukuran\x20font','Margin\x20dalam','Ubah\x20Bentuk','Tebal','Garis\x20putus-putus\x20tipis\x20biru','Putar','Tidak\x20Ada','Kotak\x20Teks\x20Vertikal','Ukuran','Perbesar\x20ukuran\x20font','Salin','Slide\x20Baru','Luar:\x20kanan\x20bawah','Catatan\x20Pembicara','Gaya\x20Garis','Tambah\x20slide\x20di\x20bawah','672hjnvWS','Gaya\x20Teks','Ubah\x20ukuran\x20bentuk\x20agar\x20pas\x20dengan\x20teks','Layar\x20Ganda\x20dari\x20Awal','Pangkas\x20ke\x20Bentuk','Garis\x20Panjang','Efek','Putar\x20dari\x20Awal','Pilih\x20tema\x20slide','Kosong','Tanpa\x20bayangan','Tidak\x20Ada\x20Catatan\x20Pembicara','Kiri\x20Atas','Perataan\x20vertikal','Deskripsi','Bawa\x20ke\x20Depan','Jenis\x20Putus-putus','Rata\x20kiri\x20kanan','Cari','Garis\x20putus-putus\x20biru\x20dengan\x20panah\x20di\x20ujung','Sedang','Klik\x20untuk\x20menambahkan\x20catatan\x20untuk\x20slide\x20saat\x20ini','Isian\x20Solid','Transisi','Ubah\x20ukuran\x20panel\x20thumbnail\x20slide','Rata\x20kanan','Isian\x20gambar\x20atau\x20tekstur','+\x20Tambah\x20Slide','Daftar\x20objek','Ketik\x20untuk\x20mencari\x20nama\x20slide,\x20teks,\x20dan\x20nama\x20objek.','Rata\x20Tengah','Paskan\x20otomatis','Jenis\x20Sketsa','Tutup','Dari\x20Kanan','X\x20(px)','Header\x20Bagian','Sisipkan','Kanan','Bentuk','Kelompokkan','Dari\x20Bawah','Tambahkan\x20deskripsi','Slide\x20Judul','Garis\x20Solid','amd','Format\x20Latar','Sisipkan\x20Gambar','Durasi','Tema','Gambar','Kirim\x20ke\x20Belakang','Tidak\x20ada\x20hasil\x20ditemukan.','Tempat\x20Penampung\x20Nomor\x20Slide','Tempel','8TuRMur','Gaya\x20Lainnya','Format\x20Bentuk','Kunci\x20Rasio','Isian\x20Gradien','Jenis\x20paragraf','Penggaris','Rata\x20Bawah','Warna\x20latar\x20teks','Bawah','Garis\x20putus-putus\x20hijau\x20dengan\x20panah\x20dua\x20arah','Jenis\x20Panah\x20Awal','Tampilkan\x20semua','Lebar','Kiri\x20Bawah','Diagram','Layar\x20Ganda\x20dari\x20Saat\x20Ini','Jenis\x20Panah\x20Akhir','Klik\x20untuk\x20Layar\x20Penuh','Latar\x20Presentasi','Posisi\x20dan\x20Ukuran','Isian','Tinggi','40AbELCk','Regangkan','Judul\x20dan\x20Isi','Penuhi','Kotak\x20teks','Kotak\x20Teks','Kiri','Horizontal','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Perataan','exports','Miring','Ungkap','Gaya\x20Bentuk','Sudut','Slide','Bayangan','Simpan','Berkas...','Bawa\x20ke\x20Paling\x20Depan','Balik\x20Horizontal','Di\x20belakang\x20teks','Judul\x20hitam','Tempat\x20Penampung\x20Tanggal','Gambar\x20Tangan','Dorong','Kecil','Kanan\x20Bawah','Panah\x20Siluman','Pengaturan\x20pola\x20akan\x20segera\x20tersedia.','Grafik','Ukuran\x20font','Klik\x20untuk\x20menambahkan\x20teks','Gaya\x20Cepat','Presentasi\x20Layar\x20Ganda','Putar\x20dengan\x20Bentuk','Hapus','Garis\x20solid\x20tipis\x20oranye','Garis\x20bawah','Berikutnya','Panah','Y\x20(px)','Perataan\x20horizontal','Cari\x20slide\x20dan\x20objek','695230aLNJOH','1071404lgNxdn','Putar\x20dari\x20Slide\x20Saat\x20Ini','Font','Atur\x20Ulang\x20Latar','Tabel','Sembunyikan\x20grafis\x20master/tata\x20letak','gambar','Tidak\x20Diatur','Dari\x20Kiri','Tanpa\x20Garis','Tampilkan','Putus-putus','Buka','Tidak\x20dapat\x20memulai\x20presentasi\x20layar\x20ganda.\x20Izinkan\x20izin\x20pengelolaan\x20jendela\x20dan\x20sambungkan\x20layar\x20tambahan,\x20lalu\x20coba\x20lagi.','Atas\x20dan\x20Bawah','Kolom','Klik\x20untuk\x20menambahkan\x20judul','Catatan\x20abu-abu','Garis\x20biru\x20dengan\x20panah\x20di\x20ujung','Rata\x20tengah','function','Terapkan\x20ke\x20Semua','Garis-Titik','Garis\x20putus-putus\x20abu-abu\x20dengan\x20panah\x20di\x20ujung','Lengkung','Bawa\x20ke\x20depan','Ukuran\x20Panah\x20Akhir','Kirim\x20ke\x20Paling\x20Belakang','225TsXwqb','Zum','Tinggi\x20(px)','Tidak\x20ada\x20objek','Panah\x20Terbuka','Titik\x20Persegi','Tanpa\x20Isian','Baris','Jumlah','Rata\x20atas','object','Buka\x20Panel\x20Bentuk','Luar:\x20kiri\x20bawah','Sejajar\x20dengan\x20teks','Media','Pangkas','Detail','Mulai\x20Pangkas','Ukuran\x20Panah\x20Awal','Garis\x20putus-putus\x20tipis\x20abu-abu','Bebas','Panah\x20Oval','101332dhTJuB','Kotak\x20Teks\x20Horizontal','Isian\x20Pola','Usap','Coret','Garis\x20solid\x20tipis\x20biru','Garis\x20Panjang-Titik'];_0x1074=function(){return _0x4cde9a;};return _0x1074();}
1
+ (function(_0xd5285c,_0x6f84ce){var _0x755950=_0x3373,_0x5ea239=_0xd5285c();while(!![]){try{var _0x15483e=parseInt(_0x755950(0x255))/0x1+-parseInt(_0x755950(0x1d3))/0x2*(-parseInt(_0x755950(0x1d9))/0x3)+-parseInt(_0x755950(0x248))/0x4*(-parseInt(_0x755950(0x290))/0x5)+-parseInt(_0x755950(0x280))/0x6*(parseInt(_0x755950(0x1fe))/0x7)+parseInt(_0x755950(0x299))/0x8*(-parseInt(_0x755950(0x1e2))/0x9)+-parseInt(_0x755950(0x274))/0xa*(-parseInt(_0x755950(0x259))/0xb)+parseInt(_0x755950(0x25b))/0xc*(-parseInt(_0x755950(0x1e1))/0xd);if(_0x15483e===_0x6f84ce)break;else _0x5ea239['push'](_0x5ea239['shift']());}catch(_0x2b4bd9){_0x5ea239['push'](_0x5ea239['shift']());}}}(_0x27a6,0x6c26d),function(_0x1fd1d2,_0x9e0c5c){var _0x317046=_0x3373;typeof exports==_0x317046(0x24b)&&typeof module<'u'?module[_0x317046(0x1d8)]=_0x9e0c5c():typeof define==_0x317046(0x1f3)&&define[_0x317046(0x1e5)]?define([],_0x9e0c5c):(_0x1fd1d2=typeof globalThis<'u'?globalThis:_0x1fd1d2||self,_0x1fd1d2[_0x317046(0x29a)]=_0x9e0c5c());}(this,function(){var _0x1ebe0c=_0x3373;return{'slides-ui':{'ribbon':{'shapeFormat':_0x1ebe0c(0x28e),'changeShape':_0x1ebe0c(0x211)},'insertToolbar':{'search':'Cari','text':'Kotak\x20Teks','textHorizontal':_0x1ebe0c(0x1e9),'textVertical':'Kotak\x20Teks\x20Vertikal','image':'Gambar','table':'Tabel','shape':_0x1ebe0c(0x20c),'chart':_0x1ebe0c(0x2ac),'symbol':'Simbol','emoji':_0x1ebe0c(0x1d4)},'tableSizePicker':{'title':_0x1ebe0c(0x23f),'customSize':_0x1ebe0c(0x241),'rows':_0x1ebe0c(0x1da),'columns':_0x1ebe0c(0x26a),'insert':'Sisipkan','apply':'Terapkan'},'searchPanel':{'placeholder':_0x1ebe0c(0x25f),'noQuery':_0x1ebe0c(0x220),'empty':'Tidak\x20ada\x20hasil\x20ditemukan.','slidePrefix':_0x1ebe0c(0x23a)},'themePicker':{'title':_0x1ebe0c(0x1e4),'caption':_0x1ebe0c(0x1f2),'tooltip':_0x1ebe0c(0x260)},'display':{'slideSize':_0x1ebe0c(0x25c),'widescreen':_0x1ebe0c(0x21a),'standard':_0x1ebe0c(0x1f0),'fullscreen':_0x1ebe0c(0x24c)},'editorToolbar':{'fontFamily':_0x1ebe0c(0x243),'fontSize':_0x1ebe0c(0x295),'paragraphType':_0x1ebe0c(0x27b),'heading1':_0x1ebe0c(0x277),'increaseFontSize':_0x1ebe0c(0x296),'decreaseFontSize':'Perkecil\x20ukuran\x20font','textColor':'Warna\x20teks','transparentTextColor':'Warna\x20teks\x20transparan','textBackgroundColor':_0x1ebe0c(0x27f),'bold':_0x1ebe0c(0x27a),'italic':_0x1ebe0c(0x213),'underline':_0x1ebe0c(0x2a8),'strikethrough':_0x1ebe0c(0x23e),'horizontalAlign':'Perataan\x20horizontal','verticalAlign':_0x1ebe0c(0x20a),'alignLeft':'Rata\x20kiri','alignCenter':_0x1ebe0c(0x21b),'alignRight':'Rata\x20kanan','alignJustify':_0x1ebe0c(0x1fc),'alignTop':_0x1ebe0c(0x21c),'alignMiddle':_0x1ebe0c(0x223),'alignBottom':_0x1ebe0c(0x2a1)},'quickStyles':{'tooltip':_0x1ebe0c(0x256),'shapeStyles':_0x1ebe0c(0x225),'lineStyles':_0x1ebe0c(0x224),'textStyles':_0x1ebe0c(0x26f),'more':_0x1ebe0c(0x28f),'groups':{'solid':_0x1ebe0c(0x208),'dashed':_0x1ebe0c(0x221)},'presets':{'line':{'blackSolid':'Garis\x20solid\x20tipis\x20hitam','blueSolid':_0x1ebe0c(0x1df),'orangeSolid':_0x1ebe0c(0x2a7),'graySolid':_0x1ebe0c(0x242),'blueEndArrow':_0x1ebe0c(0x1ff),'greenTwoWayArrow':_0x1ebe0c(0x266),'blackDashed':'Garis\x20putus-putus\x20tipis\x20hitam','blueDashed':'Garis\x20putus-putus\x20tipis\x20biru','grayDashed':_0x1ebe0c(0x293),'blueDashedEndArrow':_0x1ebe0c(0x202),'grayDashedEndArrow':'Garis\x20putus-putus\x20abu-abu\x20dengan\x20panah\x20di\x20ujung','greenDashedTwoWayArrow':'Garis\x20putus-putus\x20hijau\x20dengan\x20panah\x20dua\x20arah'},'text':{'bodyBlack':'Isi\x20hitam','titleBlack':'Judul\x20hitam','accentBlue':_0x1ebe0c(0x238),'accentOrange':'Aksen\x20oranye','noteGray':'Catatan\x20abu-abu'}}},'thumbnailBar':{'resizePanel':_0x1ebe0c(0x204),'addSlide':'+\x20Tambah\x20Slide','contextMenu':{'cut':'Potong','copy':'Salin','paste':_0x1ebe0c(0x252),'addBelow':_0x1ebe0c(0x21d),'delete':'Hapus'},'layoutPicker':{'title':'Pilih\x20Tata\x20Letak','layouts':{'title':'Slide\x20Judul','titleAndBody':_0x1ebe0c(0x20f),'sectionHeader':_0x1ebe0c(0x286),'twoColumns':'Dua\x20Isi','comparison':'Perbandingan','blank':'Kosong','titleOnly':_0x1ebe0c(0x231),'pictureWithCaption':'Gambar\x20dengan\x20Keterangan'}}},'shapePanel':{'title':_0x1ebe0c(0x28e),'shapeStyle':_0x1ebe0c(0x225),'shapePosition':'Posisi','openPanel':_0x1ebe0c(0x226),'deleteShape':_0x1ebe0c(0x22f),'toolbar':{'alignLeft':_0x1ebe0c(0x1f5),'alignCenter':_0x1ebe0c(0x246),'alignRight':'Rata\x20Kanan','alignJustify':_0x1ebe0c(0x253),'bold':_0x1ebe0c(0x27a),'italic':_0x1ebe0c(0x213),'underline':_0x1ebe0c(0x2a8),'strikethrough':_0x1ebe0c(0x23e),'textColor':_0x1ebe0c(0x216),'textBackgroundColor':_0x1ebe0c(0x27f),'fillColor':_0x1ebe0c(0x27f),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x1ebe0c(0x1d0),'middle':_0x1ebe0c(0x246),'bottom':_0x1ebe0c(0x1ed)},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x1ebe0c(0x236),'topAndBottom':'Atas\x20dan\x20Bawah','behindText':_0x1ebe0c(0x284),'inFrontText':_0x1ebe0c(0x294)},'textBox':{'title':_0x1ebe0c(0x1ef),'textDirection':_0x1ebe0c(0x23d),'textDirectionHorizontal':_0x1ebe0c(0x229),'textDirectionVertical':_0x1ebe0c(0x212),'autoFit':_0x1ebe0c(0x2ad),'autoFitNone':'Jangan\x20paskan\x20otomatis','autoFitShrink':_0x1ebe0c(0x29f),'autoFitResize':_0x1ebe0c(0x25a),'wrapText':_0x1ebe0c(0x273),'padding':'Margin\x20dalam','paddingLeft':'Kiri','paddingRight':_0x1ebe0c(0x27d),'paddingTop':'Atas','paddingBottom':_0x1ebe0c(0x200),'columns':_0x1ebe0c(0x26a),'columnCount':'Jumlah','columnSpacing':_0x1ebe0c(0x268)},'position':{'title':_0x1ebe0c(0x234),'x':'X','y':'Y','width':'Lebar','height':_0x1ebe0c(0x25d),'rotation':'Rotasi'},'style':{'shadow':_0x1ebe0c(0x29d),'shadowColor':_0x1ebe0c(0x1eb),'shadowBlurRadius':'Buram','shadowDistance':_0x1ebe0c(0x268),'shadowDirection':_0x1ebe0c(0x28d),'shadowPresetTitle':_0x1ebe0c(0x237),'shadowPresetNone':'Tanpa\x20bayangan','shadowPresetCustom':'Kustom','shadowTransparency':_0x1ebe0c(0x265),'shadowSize':_0x1ebe0c(0x262),'shadowPreset':{'shdw6':_0x1ebe0c(0x23c),'shdw5':_0x1ebe0c(0x206),'shdw2':_0x1ebe0c(0x29b),'shdw1':'Luar:\x20kiri\x20atas','shdw14':_0x1ebe0c(0x267),'shdw10':_0x1ebe0c(0x20b)}},'fill':{'title':_0x1ebe0c(0x27c),'noFill':'Tanpa\x20isian','solidFill':_0x1ebe0c(0x1ee),'gradientFill':'Isian\x20gradien','pictureFill':_0x1ebe0c(0x249),'color':_0x1ebe0c(0x1e6),'transparency':_0x1ebe0c(0x265),'picture':{'source':_0x1ebe0c(0x215),'insert':'Sisipkan\x20Gambar','tileAsTexture':_0x1ebe0c(0x26e),'offsetX':'Offset\x20X','offsetY':_0x1ebe0c(0x2ab),'scaleX':_0x1ebe0c(0x289),'scaleY':_0x1ebe0c(0x20e),'alignment':_0x1ebe0c(0x1d5),'rotateWithShape':_0x1ebe0c(0x1d7),'align':{'tl':_0x1ebe0c(0x1f7),'t':_0x1ebe0c(0x24a),'tr':'Kanan\x20Atas','l':'Kiri','ctr':_0x1ebe0c(0x21e),'r':_0x1ebe0c(0x27d),'bl':_0x1ebe0c(0x1de),'b':_0x1ebe0c(0x200),'br':_0x1ebe0c(0x228)}}},'line':{'title':_0x1ebe0c(0x2a5),'noLine':_0x1ebe0c(0x217),'solidLine':'Garis\x20Solid','color':_0x1ebe0c(0x1e6),'transparency':'Transparansi','width':_0x1ebe0c(0x218),'cornerRadius':_0x1ebe0c(0x1e0),'beginArrowType':'Jenis\x20Panah\x20Awal','beginArrowSize':'Ukuran\x20Panah\x20Awal','endArrowType':'Jenis\x20Panah\x20Akhir','endArrowSize':'Ukuran\x20Panah\x20Akhir','dashType':{'title':_0x1ebe0c(0x263),'solid':_0x1ebe0c(0x208),'roundDot':'Titik\x20Bulat','squareDot':'Titik\x20Persegi','dash':_0x1ebe0c(0x2a5),'dashDot':_0x1ebe0c(0x26d),'longDash':_0x1ebe0c(0x269),'longDashDot':'Garis\x20Panjang-Titik','longDashDotDot':'Garis\x20Panjang-Titik-Titik'},'capType':{'title':_0x1ebe0c(0x275),'flat':_0x1ebe0c(0x254),'round':_0x1ebe0c(0x257),'square':_0x1ebe0c(0x2a4)},'joinType':{'title':_0x1ebe0c(0x222),'miter':_0x1ebe0c(0x285),'round':_0x1ebe0c(0x257),'bevel':_0x1ebe0c(0x1f6)},'sketchType':{'title':'Jenis\x20Sketsa','none':_0x1ebe0c(0x227),'curved':_0x1ebe0c(0x2a2),'freehand':'Bebas','handDrawn':_0x1ebe0c(0x1f4)},'arrowType':{'none':_0x1ebe0c(0x227),'arrow':_0x1ebe0c(0x28c),'openArrow':'Panah\x20Terbuka','stealthArrow':'Panah\x20Siluman','diamondArrow':'Panah\x20Berlian','ovalArrow':_0x1ebe0c(0x1dd)},'arrowSize':{'small':_0x1ebe0c(0x205),'medium':_0x1ebe0c(0x278),'large':_0x1ebe0c(0x24f)}}},'objectListPanel':{'title':_0x1ebe0c(0x1db),'open':_0x1ebe0c(0x26b),'showAll':_0x1ebe0c(0x201),'hideAll':'Sembunyikan\x20semua','show':_0x1ebe0c(0x25e),'hide':_0x1ebe0c(0x2a3),'moveForward':_0x1ebe0c(0x28a),'moveBackward':_0x1ebe0c(0x20d),'nameInput':_0x1ebe0c(0x1d6),'empty':_0x1ebe0c(0x283),'close':'Tutup','name':_0x1ebe0c(0x287),'description':_0x1ebe0c(0x203),'descriptionPlaceholder':_0x1ebe0c(0x2a0),'details':_0x1ebe0c(0x2a9),'noSelection':_0x1ebe0c(0x24d)},'backgroundPanel':{'title':_0x1ebe0c(0x22b),'backgroundGraphics':_0x1ebe0c(0x235),'hideBackgroundGraphics':_0x1ebe0c(0x2af),'presentationBackground':_0x1ebe0c(0x22c),'presentationBackgroundEmpty':'Tidak\x20Diatur','presentationBackgroundImages':'gambar','setPresentationBackground':_0x1ebe0c(0x29c),'clearPresentationBackground':_0x1ebe0c(0x1fa),'none':_0x1ebe0c(0x29e),'solid':_0x1ebe0c(0x279),'gradient':_0x1ebe0c(0x247),'image':_0x1ebe0c(0x2aa),'pattern':_0x1ebe0c(0x288),'color':'Warna','transparency':_0x1ebe0c(0x265),'imageSource':_0x1ebe0c(0x1e7),'insertImage':'Berkas...','fit':'Sesuai','fitOptions':{'cover':'Penuhi','contain':_0x1ebe0c(0x207),'stretch':'Regangkan','repeat':'Ulangi'},'patternHint':_0x1ebe0c(0x281),'applyToAll':'Terapkan\x20ke\x20Semua','resetBackground':'Atur\x20Ulang\x20Latar'},'transitionPanel':{'title':_0x1ebe0c(0x1f9),'effect':_0x1ebe0c(0x22a),'direction':_0x1ebe0c(0x233),'duration':'Durasi','preview':_0x1ebe0c(0x270),'applyToAll':_0x1ebe0c(0x2a6),'effects':{'none':_0x1ebe0c(0x227),'fade':_0x1ebe0c(0x232),'push':'Dorong','wipe':_0x1ebe0c(0x245),'split':_0x1ebe0c(0x1e8),'reveal':_0x1ebe0c(0x1dc),'cut':_0x1ebe0c(0x244),'uncover':_0x1ebe0c(0x291),'cover':_0x1ebe0c(0x27e),'zoom':'Zum'},'directions':{'left':_0x1ebe0c(0x1ec),'right':'Dari\x20Kanan','up':_0x1ebe0c(0x1cf),'down':_0x1ebe0c(0x1f1)}},'contextmenu':{'addPage':'Slide\x20Baru','backgroundPanel':_0x1ebe0c(0x22b),'transitionPanel':'Transisi','speakerNotes':'Catatan\x20Pembicara','ruler':_0x1ebe0c(0x1d1),'shapePanel':_0x1ebe0c(0x28e),'flipHorizontal':_0x1ebe0c(0x276),'flipVertical':_0x1ebe0c(0x282),'group':_0x1ebe0c(0x240),'ungroup':_0x1ebe0c(0x22d)},'presentation':{'play':_0x1ebe0c(0x21f),'playFromBeginning':_0x1ebe0c(0x1ea),'playFromCurrent':_0x1ebe0c(0x297),'playDualScreen':_0x1ebe0c(0x258),'playDualScreenFromBeginning':_0x1ebe0c(0x28b),'playDualScreenFromCurrent':_0x1ebe0c(0x22e),'dualScreenUnavailable':_0x1ebe0c(0x26c),'fullscreenPrompt':'Klik\x20untuk\x20Layar\x20Penuh','presentationEnded':_0x1ebe0c(0x23b),'previous':'Sebelumnya','next':'Berikutnya','exit':_0x1ebe0c(0x210),'slideProgress':_0x1ebe0c(0x2ae),'speakerNotes':_0x1ebe0c(0x1f8),'speakerNotesPlaceholder':'Klik\x20untuk\x20menambahkan\x20catatan\x20untuk\x20slide\x20saat\x20ini','speakerNotesEmpty':'Tidak\x20Ada\x20Catatan\x20Pembicara','speakerNotesSave':_0x1ebe0c(0x24e),'speakerNotesCancel':_0x1ebe0c(0x1d2)},'slide':{'placeholder':{'text':{'title':_0x1ebe0c(0x1fb),'subtitle':_0x1ebe0c(0x298),'body':_0x1ebe0c(0x219),'text':_0x1ebe0c(0x219),'header':_0x1ebe0c(0x272),'footer':'Tempat\x20Penampung\x20Footer','date':_0x1ebe0c(0x214),'slideNumber':_0x1ebe0c(0x239)},'icon':{'image':_0x1ebe0c(0x292),'table':'Tabel','chart':_0x1ebe0c(0x2ac),'diagram':'Diagram','media':_0x1ebe0c(0x1fd)}}},'image-panel':{'arrange':{'title':'Atur','forward':_0x1ebe0c(0x264),'backward':'Kirim\x20ke\x20Belakang','front':'Bawa\x20ke\x20Paling\x20Depan','back':'Kirim\x20ke\x20Paling\x20Belakang'},'transform':{'title':'Ubah\x20Bentuk','rotate':_0x1ebe0c(0x230),'x':_0x1ebe0c(0x251),'y':_0x1ebe0c(0x271),'width':'Lebar\x20(px)','height':_0x1ebe0c(0x1e3),'lock':_0x1ebe0c(0x209)},'crop':{'title':_0x1ebe0c(0x250),'start':'Mulai\x20Pangkas','mode':_0x1ebe0c(0x261),'shape':'Pangkas\x20ke\x20Bentuk'}}}};}));function _0x3373(_0x337e30,_0x482c91){_0x337e30=_0x337e30-0x1cf;var _0x27a6ec=_0x27a6();var _0x3373b9=_0x27a6ec[_0x337e30];return _0x3373b9;}function _0x27a6(){var _0x592722=['Luar:\x20kiri\x20atas\x20besar','Bentuk','Kirim\x20ke\x20belakang','Skala\x20Y','Judul\x20dan\x20Isi','Keluar','Ubah\x20Bentuk','Vertikal','Miring','Tempat\x20Penampung\x20Tanggal','Sumber\x20Gambar','Warna\x20teks','Tanpa\x20Garis','Lebar','Klik\x20untuk\x20menambahkan\x20teks','Layar\x20lebar\x20(16:9)','Rata\x20tengah','Rata\x20atas','Tambah\x20slide\x20di\x20bawah','Tengah','Putar','Ketik\x20untuk\x20mencari\x20nama\x20slide,\x20teks,\x20dan\x20nama\x20objek.','Putus-putus','Jenis\x20Sambungan','Rata\x20tengah\x20vertikal','Gaya\x20Garis','Gaya\x20Bentuk','Buka\x20Panel\x20Bentuk','Tidak\x20Ada','Kanan\x20Bawah','Horizontal','Efek','Format\x20Latar','Latar\x20Presentasi','Pisahkan\x20Kelompok','Layar\x20Ganda\x20dari\x20Saat\x20Ini','Hapus\x20Bentuk','Putar\x20(°)','Hanya\x20Judul','Memudar','Arah','Posisi\x20dan\x20Ukuran','Grafis\x20Latar','Kotak','Prasetel','Aksen\x20biru','Tempat\x20Penampung\x20Nomor\x20Slide','Slide','Presentasi\x20Berakhir','Luar:\x20kanan\x20bawah','Arah\x20teks','Coret','Ukuran\x20tabel','Kelompokkan','Ukuran\x20kustom','Garis\x20solid\x20tipis\x20abu-abu','Font','Potong','Usap','Rata\x20Tengah','Isian\x20Gradien','4KrSGFP','Isian\x20gambar\x20atau\x20tekstur','Atas','object','Layar\x20penuh','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Simpan','Besar','Pangkas','X\x20(px)','Tempel','Rata\x20Kanan\x20Kiri','Datar','690922CCjpMN','Gaya\x20Cepat','Bulat','Presentasi\x20Layar\x20Ganda','22oofOza','Ubah\x20ukuran\x20bentuk\x20agar\x20pas\x20dengan\x20teks','36YSETna','Ukuran\x20slide','Tinggi','Tampilkan','Cari\x20slide\x20dan\x20objek','Pilih\x20tema\x20slide','Bebas','Ukuran','Jenis\x20Putus-putus','Bawa\x20ke\x20Depan','Transparansi','Garis\x20hijau\x20dengan\x20panah\x20dua\x20arah','Luar:\x20kanan\x20bawah\x20kecil','Jarak','Garis\x20Panjang','Kolom','Buka\x20Panel\x20Lapisan','Tidak\x20dapat\x20memulai\x20presentasi\x20layar\x20ganda.\x20Izinkan\x20izin\x20pengelolaan\x20jendela\x20dan\x20sambungkan\x20layar\x20tambahan,\x20lalu\x20coba\x20lagi.','Garis-Titik','Ubin\x20Gambar\x20sebagai\x20Tekstur','Gaya\x20Teks','Pratinjau','Y\x20(px)','Tempat\x20Penampung\x20Header','Bungkus\x20teks\x20dalam\x20bentuk','127130txLnWX','Jenis\x20Ujung','Balik\x20Horizontal','Judul\x201','Sedang','Isian\x20Solid','Tebal','Jenis\x20paragraf','Isian','Kanan','Tutupi','Warna\x20latar\x20teks','6gyMAAp','Pengaturan\x20pola\x20akan\x20segera\x20tersedia.','Balik\x20Vertikal','Tidak\x20ada\x20objek','Di\x20belakang\x20teks','Miter','Header\x20Bagian','Nama','Isian\x20Pola','Skala\x20X','Bawa\x20ke\x20depan','Layar\x20Ganda\x20dari\x20Awal','Panah','Sudut','Format\x20Bentuk','Gaya\x20Lainnya','3345945FrxseQ','Buka','Gambar','Garis\x20putus-putus\x20tipis\x20abu-abu','Di\x20depan\x20teks','Ukuran\x20font','Perbesar\x20ukuran\x20font','Putar\x20dari\x20Slide\x20Saat\x20Ini','Klik\x20untuk\x20menambahkan\x20subjudul','1000xfuIAR','UniverProSlidesUiIdID','Luar:\x20kanan\x20atas','Atur\x20Latar','Bayangan','Tanpa\x20Isian','Kecilkan\x20teks\x20saat\x20meluap','Tambahkan\x20deskripsi','Rata\x20bawah','Lengkung','Sembunyikan','Persegi','Garis','Terapkan\x20ke\x20Semua','Garis\x20solid\x20tipis\x20oranye','Garis\x20bawah','Detail','Isian\x20Gambar','Offset\x20Y','Grafik','Paskan\x20otomatis','Slide\x20{current}\x20dari\x20{total}','Sembunyikan\x20grafis\x20master/tata\x20letak','Dari\x20Atas','Rata\x20Atas','Penggaris','Batal','4378uISuwX','Emoji','Perataan','Nama\x20objek','Putar\x20dengan\x20Bentuk','exports','753IeJZzV','Baris','Daftar\x20objek','Ungkap','Panah\x20Oval','Kiri\x20Bawah','Garis\x20solid\x20tipis\x20biru','Radius\x20sudut','1708655GQSueC','25119ivZSCL','Tinggi\x20(px)','Tema','amd','Warna','Sisipkan\x20Gambar\x20Dari','Pisah','Kotak\x20Teks\x20Horizontal','Putar\x20dari\x20Awal','Warna\x20bayangan','Dari\x20Kiri','Rata\x20Bawah','Isian\x20solid','Kotak\x20teks','Standar\x20(4:3)','Dari\x20Bawah','Default\x20Bentuk','function','Gambar\x20Tangan','Rata\x20Kiri','Bevel','Kiri\x20Atas','Catatan\x20Pembicara','Transisi','Hapus','Klik\x20untuk\x20menambahkan\x20judul','Rata\x20kiri\x20kanan','Media','5241649yrCzWQ','Garis\x20biru\x20dengan\x20panah\x20di\x20ujung','Bawah','Tampilkan\x20semua','Garis\x20putus-putus\x20biru\x20dengan\x20panah\x20di\x20ujung','Deskripsi','Ubah\x20ukuran\x20panel\x20thumbnail\x20slide','Kecil','Luar:\x20kiri\x20bawah','Muat','Solid','Kunci\x20Rasio','Perataan\x20vertikal'];_0x27a6=function(){return _0x592722;};return _0x27a6();}
@@ -1 +1 @@
1
- function _0x2666(_0x5400ed,_0x4d89c3){_0x5400ed=_0x5400ed-0x1b4;var _0x3e7b81=_0x3e7b();var _0x26666b=_0x3e7b81[_0x5400ed];return _0x26666b;}(function(_0x48625a,_0x1ada68){var _0x37936e=_0x2666,_0x54c20f=_0x48625a();while(!![]){try{var _0x592769=-parseInt(_0x37936e(0x226))/0x1*(-parseInt(_0x37936e(0x1ff))/0x2)+-parseInt(_0x37936e(0x1ca))/0x3+-parseInt(_0x37936e(0x214))/0x4+-parseInt(_0x37936e(0x20d))/0x5+-parseInt(_0x37936e(0x237))/0x6*(parseInt(_0x37936e(0x23e))/0x7)+parseInt(_0x37936e(0x2a1))/0x8+parseInt(_0x37936e(0x203))/0x9*(parseInt(_0x37936e(0x261))/0xa);if(_0x592769===_0x1ada68)break;else _0x54c20f['push'](_0x54c20f['shift']());}catch(_0x553c90){_0x54c20f['push'](_0x54c20f['shift']());}}}(_0x3e7b,0x4f0ef),function(_0xee87ea,_0x2a4155){var _0x34d9e3=_0x2666;typeof exports==_0x34d9e3(0x200)&&typeof module<'u'?module['exports']=_0x2a4155():typeof define==_0x34d9e3(0x1c8)&&define[_0x34d9e3(0x21b)]?define([],_0x2a4155):(_0xee87ea=typeof globalThis<'u'?globalThis:_0xee87ea||self,_0xee87ea[_0x34d9e3(0x1df)]=_0x2a4155());}(this,function(){var _0x182002=_0x2666;return{'slides-ui':{'ribbon':{'shapeFormat':_0x182002(0x25c),'changeShape':_0x182002(0x228)},'insertToolbar':{'search':_0x182002(0x285),'text':_0x182002(0x248),'textHorizontal':'Casella\x20di\x20testo\x20orizzontale','textVertical':_0x182002(0x286),'image':_0x182002(0x259),'table':_0x182002(0x24a),'shape':_0x182002(0x23b),'chart':'Grafico'},'tableSizePicker':{'title':_0x182002(0x293),'customSize':_0x182002(0x204),'rows':_0x182002(0x24f),'columns':_0x182002(0x1dd),'insert':_0x182002(0x282),'apply':_0x182002(0x27e)},'searchPanel':{'placeholder':_0x182002(0x24e),'noQuery':_0x182002(0x216),'empty':'Nessun\x20risultato\x20trovato.','slidePrefix':'Slide'},'themePicker':{'title':_0x182002(0x1d7),'caption':_0x182002(0x258),'tooltip':_0x182002(0x20a)},'editorToolbar':{'fontFamily':_0x182002(0x23f),'fontSize':_0x182002(0x1e2),'paragraphType':_0x182002(0x222),'heading1':'Titolo\x201','increaseFontSize':'Aumenta\x20dimensione\x20carattere','decreaseFontSize':_0x182002(0x291),'textColor':_0x182002(0x280),'transparentTextColor':_0x182002(0x251),'textBackgroundColor':_0x182002(0x29d),'bold':_0x182002(0x25d),'italic':'Corsivo','underline':_0x182002(0x1d8),'strikethrough':_0x182002(0x247),'horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x182002(0x292),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':'Allinea\x20al\x20centro','alignRight':_0x182002(0x22d),'alignJustify':'Giustifica','alignTop':'Allinea\x20in\x20alto','alignMiddle':_0x182002(0x201),'alignBottom':_0x182002(0x1e3)},'quickStyles':{'tooltip':_0x182002(0x1b9),'shapeStyles':_0x182002(0x29b),'lineStyles':_0x182002(0x1ee),'textStyles':_0x182002(0x22f),'more':_0x182002(0x241),'groups':{'solid':_0x182002(0x284),'dashed':_0x182002(0x1e8)},'presets':{'line':{'blackSolid':'Linea\x20continua\x20sottile\x20nera','blueSolid':_0x182002(0x296),'orangeSolid':_0x182002(0x1bb),'graySolid':'Linea\x20continua\x20sottile\x20grigia','blueEndArrow':_0x182002(0x20e),'greenTwoWayArrow':_0x182002(0x1db),'blackDashed':'Linea\x20tratteggiata\x20sottile\x20nera','blueDashed':_0x182002(0x1ea),'grayDashed':_0x182002(0x1f8),'blueDashedEndArrow':_0x182002(0x1d0),'grayDashedEndArrow':'Linea\x20tratteggiata\x20grigia\x20con\x20freccia\x20finale','greenDashedTwoWayArrow':_0x182002(0x1f1)},'text':{'bodyBlack':'Corpo\x20nero','titleBlack':_0x182002(0x205),'accentBlue':'Accento\x20blu','accentOrange':'Accento\x20arancione','noteGray':'Nota\x20grigia'}}},'thumbnailBar':{'resizePanel':'Ridimensiona\x20pannello\x20miniature\x20diapositive','addSlide':_0x182002(0x298),'contextMenu':{'cut':_0x182002(0x28e),'copy':_0x182002(0x227),'paste':_0x182002(0x246),'addBelow':_0x182002(0x1f4),'delete':'Elimina'},'layoutPicker':{'title':'Scegli\x20una\x20disposizione','layouts':{'title':_0x182002(0x24c),'titleAndBody':_0x182002(0x1f2),'sectionHeader':_0x182002(0x1e7),'twoColumns':_0x182002(0x1ed),'comparison':_0x182002(0x25f),'blank':_0x182002(0x290),'titleOnly':_0x182002(0x22b),'pictureWithCaption':_0x182002(0x26b)}}},'shapePanel':{'title':_0x182002(0x22a),'shapeStyle':_0x182002(0x29f),'shapePosition':_0x182002(0x1b8),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x182002(0x24b),'toolbar':{'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x182002(0x1c4),'alignRight':_0x182002(0x245),'alignJustify':_0x182002(0x1fb),'bold':'Grassetto','italic':'Corsivo','underline':_0x182002(0x1d8),'strikethrough':_0x182002(0x247),'textColor':_0x182002(0x280),'textBackgroundColor':_0x182002(0x29d),'fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x182002(0x272)},'align':{'top':_0x182002(0x260),'middle':_0x182002(0x20c),'bottom':_0x182002(0x1e3)},'textWrap':{'inline':_0x182002(0x244),'square':_0x182002(0x250),'topAndBottom':_0x182002(0x1b6),'behindText':_0x182002(0x1bc),'inFrontText':_0x182002(0x25a)},'textBox':{'title':_0x182002(0x248),'textDirection':'Direzione\x20testo','textDirectionHorizontal':'Orizzontale','textDirectionVertical':_0x182002(0x1f7),'autoFit':_0x182002(0x218),'autoFitNone':'Non\x20adattare\x20automaticamente','autoFitShrink':_0x182002(0x1f6),'autoFitResize':_0x182002(0x1c9),'wrapText':'Testo\x20a\x20capo\x20nella\x20forma','padding':_0x182002(0x1e9),'paddingLeft':_0x182002(0x1f5),'paddingRight':'Destra','paddingTop':_0x182002(0x270),'paddingBottom':'Basso','columns':'Colonne','columnCount':'Numero','columnSpacing':_0x182002(0x202)},'position':{'title':_0x182002(0x266),'x':'X','y':'Y','width':_0x182002(0x1b5),'height':_0x182002(0x243),'rotation':'Rotazione'},'style':{'shadow':_0x182002(0x1c6),'shadowColor':_0x182002(0x1e6),'shadowBlurRadius':_0x182002(0x1e4),'shadowDistance':_0x182002(0x208),'shadowDirection':_0x182002(0x27f),'shadowPresetTitle':_0x182002(0x274),'shadowPresetNone':_0x182002(0x28a),'shadowPresetCustom':_0x182002(0x26d),'shadowTransparency':_0x182002(0x1c1),'shadowSize':_0x182002(0x1d5),'shadowPreset':{'shdw6':'Esterno:\x20in\x20basso\x20a\x20destra','shdw5':_0x182002(0x2a0),'shdw2':_0x182002(0x252),'shdw1':'Esterno:\x20in\x20alto\x20a\x20sinistra','shdw14':_0x182002(0x1fd),'shdw10':_0x182002(0x294)}},'fill':{'title':_0x182002(0x276),'noFill':_0x182002(0x289),'solidFill':_0x182002(0x28b),'gradientFill':'Riempimento\x20gradiente','pictureFill':_0x182002(0x25e),'color':_0x182002(0x242),'transparency':_0x182002(0x1c1),'picture':{'source':'Origine\x20immagine','insert':_0x182002(0x1c2),'tileAsTexture':_0x182002(0x268),'offsetX':_0x182002(0x1ce),'offsetY':_0x182002(0x1c0),'scaleX':'Scala\x20X','scaleY':'Scala\x20Y','alignment':_0x182002(0x262),'rotateWithShape':_0x182002(0x240),'align':{'tl':_0x182002(0x255),'t':_0x182002(0x273),'tr':_0x182002(0x253),'l':_0x182002(0x1f5),'ctr':_0x182002(0x256),'r':_0x182002(0x20b),'bl':'In\x20basso\x20a\x20sinistra','b':'In\x20basso','br':'In\x20basso\x20a\x20destra'}}},'line':{'title':_0x182002(0x271),'noLine':_0x182002(0x299),'solidLine':_0x182002(0x232),'color':'Colore','transparency':_0x182002(0x1c1),'width':_0x182002(0x1b5),'cornerRadius':_0x182002(0x1e5),'beginArrowType':_0x182002(0x1be),'beginArrowSize':'Dimensione\x20freccia\x20iniziale','endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':_0x182002(0x297),'dashType':{'title':_0x182002(0x1b4),'solid':_0x182002(0x284),'roundDot':_0x182002(0x1dc),'squareDot':'Punto\x20quadrato','dash':_0x182002(0x295),'dashDot':_0x182002(0x21a),'longDash':_0x182002(0x1f9),'longDashDot':_0x182002(0x235),'longDashDotDot':_0x182002(0x27c)},'capType':{'title':_0x182002(0x29c),'flat':'Piatta','round':'Arrotondata','square':_0x182002(0x1ec)},'joinType':{'title':_0x182002(0x26a),'miter':_0x182002(0x1bf),'round':'Arrotondata','bevel':_0x182002(0x1fc)},'sketchType':{'title':_0x182002(0x267),'none':_0x182002(0x27b),'curved':_0x182002(0x239),'freehand':'Mano\x20libera','handDrawn':_0x182002(0x1fe)},'arrowType':{'none':_0x182002(0x25b),'arrow':_0x182002(0x238),'openArrow':_0x182002(0x26f),'stealthArrow':_0x182002(0x26c),'diamondArrow':'Freccia\x20diamante','ovalArrow':_0x182002(0x28f)},'arrowSize':{'small':_0x182002(0x21f),'medium':_0x182002(0x23a),'large':'Grande'}}},'objectListPanel':{'title':_0x182002(0x281),'showAll':_0x182002(0x22c),'hideAll':_0x182002(0x1d4),'show':'Mostra','hide':'Nascondi','moveForward':'Porta\x20avanti','moveBackward':_0x182002(0x224),'nameInput':'Nome\x20oggetto','empty':_0x182002(0x1f3),'close':'Chiudi','name':_0x182002(0x27d),'description':_0x182002(0x257),'descriptionPlaceholder':'Aggiungi\x20descrizione','details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'},'backgroundPanel':{'title':_0x182002(0x263),'backgroundGraphics':_0x182002(0x220),'hideBackgroundGraphics':_0x182002(0x1cb),'presentationBackground':_0x182002(0x213),'presentationBackgroundEmpty':_0x182002(0x206),'presentationBackgroundImages':_0x182002(0x1c3),'setPresentationBackground':'Imposta\x20sfondo','clearPresentationBackground':_0x182002(0x207),'none':'Nessun\x20riempimento','solid':_0x182002(0x236),'gradient':'Riempimento\x20sfumato','image':_0x182002(0x1c5),'pattern':'Riempimento\x20motivo','color':_0x182002(0x242),'transparency':_0x182002(0x1c1),'imageSource':_0x182002(0x265),'insertImage':_0x182002(0x212),'fit':_0x182002(0x1d6),'fitOptions':{'cover':'Riempi','contain':'Adatta','stretch':_0x182002(0x209),'repeat':_0x182002(0x1bd)},'patternHint':_0x182002(0x210),'applyToAll':_0x182002(0x1de),'resetBackground':_0x182002(0x1ef)},'transitionPanel':{'title':_0x182002(0x234),'effect':_0x182002(0x233),'direction':_0x182002(0x1da),'duration':'Durata','preview':_0x182002(0x219),'applyToAll':'Applica\x20a\x20tutti','effects':{'none':_0x182002(0x27b),'fade':_0x182002(0x1e1),'push':_0x182002(0x27a),'wipe':_0x182002(0x254),'split':_0x182002(0x28d),'reveal':_0x182002(0x283),'cut':_0x182002(0x28e),'uncover':_0x182002(0x1d1),'cover':'Copri','zoom':_0x182002(0x249)},'directions':{'left':_0x182002(0x288),'right':_0x182002(0x277),'up':_0x182002(0x1ba),'down':'Dal\x20basso'}},'contextmenu':{'addPage':'Nuova\x20slide','backgroundPanel':_0x182002(0x263),'transitionPanel':_0x182002(0x234),'speakerNotes':_0x182002(0x1f0),'ruler':_0x182002(0x1cc),'shapePanel':_0x182002(0x22a),'flipHorizontal':_0x182002(0x217),'flipVertical':_0x182002(0x28c),'group':'Raggruppa','ungroup':_0x182002(0x1b7)},'presentation':{'play':_0x182002(0x1d3),'playFromBeginning':_0x182002(0x1e0),'playFromCurrent':_0x182002(0x225),'playDualScreen':_0x182002(0x1cf),'playDualScreenFromBeginning':_0x182002(0x215),'playDualScreenFromCurrent':_0x182002(0x275),'dualScreenUnavailable':'Impossibile\x20avviare\x20la\x20presentazione\x20a\x20doppio\x20schermo.\x20Consenti\x20l\x27autorizzazione\x20di\x20gestione\x20delle\x20finestre\x20e\x20collega\x20uno\x20schermo\x20esteso,\x20quindi\x20riprova.','fullscreenPrompt':'Clicca\x20per\x20schermo\x20intero','presentationEnded':_0x182002(0x231),'previous':_0x182002(0x20f),'next':_0x182002(0x1eb),'exit':'Esci','slideProgress':_0x182002(0x21d),'speakerNotes':_0x182002(0x1f0),'speakerNotesPlaceholder':_0x182002(0x221),'speakerNotesEmpty':_0x182002(0x269),'speakerNotesSave':_0x182002(0x1d2),'speakerNotesCancel':_0x182002(0x29a)},'slide':{'placeholder':{'text':{'title':_0x182002(0x287),'subtitle':_0x182002(0x21c),'body':'Clicca\x20per\x20aggiungere\x20testo','text':'Clicca\x20per\x20aggiungere\x20testo','header':'Segnaposto\x20intestazione','footer':_0x182002(0x29e),'date':'Segnaposto\x20data','slideNumber':_0x182002(0x211)},'icon':{'image':_0x182002(0x259),'table':_0x182002(0x24a),'chart':_0x182002(0x230),'diagram':_0x182002(0x23c),'media':_0x182002(0x23a)}}},'image-panel':{'arrange':{'title':_0x182002(0x21e),'forward':_0x182002(0x1d9),'backward':_0x182002(0x26e),'front':'Porta\x20in\x20primo\x20piano','back':_0x182002(0x24d)},'transform':{'title':_0x182002(0x1fa),'rotate':_0x182002(0x22e),'x':'X\x20(px)','y':_0x182002(0x229),'width':_0x182002(0x1c7),'height':_0x182002(0x278),'lock':_0x182002(0x1cd)},'crop':{'title':_0x182002(0x223),'start':_0x182002(0x264),'mode':_0x182002(0x23d),'shape':_0x182002(0x279)}}}};}));function _0x3e7b(){var _0x2e7997=['Inserisci\x20immagine','immagine/i','Allinea\x20al\x20Centro','Riempimento\x20immagine','Ombra','Larghezza\x20(px)','function','Ridimensiona\x20forma\x20per\x20adattare\x20il\x20testo','628833SjQtOr','Nascondi\x20grafica\x20master/layout','Righello','Blocca\x20proporzioni','Offset\x20X','Presentazione\x20doppio\x20schermo','Linea\x20tratteggiata\x20blu\x20con\x20freccia\x20finale','Scopri','Salva','Riproduci','Nascondi\x20tutto','Dimensione','Adatta','Temi','Sottolineato','Porta\x20avanti','Direzione','Linea\x20verde\x20con\x20frecce\x20bidirezionali','Punto\x20rotondo','Colonne','Applica\x20a\x20tutti','UniverProSlidesUiItIT','Riproduci\x20dall\x27inizio','Dissolvenza','Dimensione\x20carattere','Allinea\x20in\x20basso','Sfocatura','Raggio\x20angolo','Colore\x20ombra','Intestazione\x20sezione','Tratteggiata','Margine\x20interno','Linea\x20tratteggiata\x20sottile\x20blu','Successivo','Quadrata','Due\x20contenuti','Stili\x20linea','Reimposta\x20sfondo','Note\x20del\x20relatore','Linea\x20tratteggiata\x20verde\x20con\x20frecce\x20bidirezionali','Titolo\x20e\x20contenuto','Nessun\x20oggetto','Aggiungi\x20diapositiva\x20sotto','Sinistra','Riduci\x20il\x20testo\x20in\x20eccesso','Verticale','Linea\x20tratteggiata\x20sottile\x20grigia','Tratto\x20lungo','Trasforma','Giustifica','Bisel','Esterno:\x20in\x20basso\x20a\x20destra\x20piccolo','Disegnato\x20a\x20mano','1063978sZvHSI','object','Allinea\x20al\x20centro\x20verticalmente','Spaziatura','1377fQqHrE','Dimensioni\x20personalizzate','Titolo\x20nero','Non\x20impostato','Cancella','Distanza','Allunga','Scegli\x20tema\x20slide','Destra','Allinea\x20al\x20centro','875685CaHRoN','Linea\x20blu\x20con\x20freccia\x20finale','Precedente','Le\x20impostazioni\x20motivo\x20saranno\x20presto\x20disponibili.','Segnaposto\x20numero\x20slide','File...','Sfondo\x20presentazione','2339720CBLWGO','Doppio\x20schermo\x20dall\x27inizio','Digita\x20per\x20cercare\x20nomi\x20di\x20slide,\x20testo\x20e\x20nomi\x20di\x20oggetti.','Capovolgi\x20orizzontalmente','Adattamento\x20automatico','Anteprima','Tratto-punto','amd','Clicca\x20per\x20aggiungere\x20un\x20sottotitolo','Slide\x20{current}\x20di\x20{total}','Disponi','Piccola','Grafica\x20sfondo','Clicca\x20per\x20aggiungere\x20note\x20per\x20la\x20slide\x20corrente','Tipo\x20di\x20paragrafo','Ritaglia','Manda\x20indietro','Riproduci\x20dalla\x20slide\x20corrente','1srPyYz','Copia','Cambia\x20forma','Y\x20(px)','Formatta\x20forma','Solo\x20titolo','Mostra\x20tutto','Allinea\x20a\x20destra','Ruota\x20(°)','Stili\x20testo','Grafico','Presentazione\x20terminata','Linea\x20continua','Effetto','Transizioni','Tratto\x20lungo-punto','Riempimento\x20uniforme','6vDSLLx','Freccia','Curva','Media','Forma','Diagramma','Libero','3462683xtjUnN','Carattere','Ruota\x20con\x20forma','Altri\x20stili','Colore','Altezza','In\x20linea\x20con\x20il\x20testo','Allinea\x20a\x20Destra','Incolla','Barrato','Casella\x20di\x20testo','Zoom','Tabella','Elimina\x20forma','Slide\x20titolo','Invia\x20in\x20secondo\x20piano','Cerca\x20slide\x20e\x20oggetti','Righe','Quadrato','Colore\x20testo\x20trasparente','Esterno:\x20in\x20alto\x20a\x20destra','In\x20alto\x20a\x20destra','Pulisci','In\x20alto\x20a\x20sinistra','Centro','Descrizione','Predefiniti\x20forma','Immagine','Davanti\x20al\x20testo','Nessuna','Formato\x20forma','Grassetto','Riempimento\x20immagine\x20o\x20texture','Confronto','Allinea\x20in\x20alto','42840dtkxnX','Allineamento','Formatta\x20sfondo','Inizia\x20ritaglio','Inserisci\x20immagine\x20da','Posizione\x20e\x20dimensione','Tipo\x20schizzo','Affianca\x20immagine\x20come\x20trama','Nessuna\x20nota\x20del\x20relatore','Tipo\x20giunzione','Immagine\x20con\x20didascalia','Freccia\x20stealth','Personalizzato','Invia\x20indietro','Freccia\x20aperta','Alto','Linea','Reimposta\x20colore','In\x20alto','Predefinito','Doppio\x20schermo\x20dalla\x20corrente','Riempimento','Da\x20destra','Altezza\x20(px)','Ritaglia\x20su\x20forma','Sposta','Nessuno','Tratto\x20lungo-punto-punto','Nome','Applica','Angolo','Colore\x20testo','Elenco\x20oggetti','Inserisci','Rivela','Continua','Cerca','Casella\x20di\x20testo\x20verticale','Clicca\x20per\x20aggiungere\x20un\x20titolo','Da\x20sinistra','Nessun\x20riempimento','Nessuna\x20ombra','Riempimento\x20solido','Capovolgi\x20verticalmente','Dividi','Taglia','Freccia\x20ovale','Vuoto','Diminuisci\x20dimensione\x20carattere','Allineamento\x20verticale','Dimensione\x20tabella','Esterno:\x20in\x20alto\x20a\x20sinistra\x20grande','Tratto','Linea\x20continua\x20sottile\x20blu','Dimensione\x20freccia\x20finale','+\x20Aggiungi\x20slide','Nessuna\x20linea','Annulla','Stili\x20forma','Tipo\x20estremità','Colore\x20sfondo\x20testo','Segnaposto\x20piè\x20di\x20pagina','Stile\x20forma','Esterno:\x20in\x20basso\x20a\x20sinistra','4805832MUETPN','Tipo\x20tratteggio','Larghezza','Superiore\x20e\x20inferiore','Separa','Posizione','Stili\x20rapidi','Dall\x27alto','Linea\x20continua\x20sottile\x20arancione','Dietro\x20il\x20testo','Affianca','Tipo\x20freccia\x20iniziale','Smusso','Offset\x20Y','Trasparenza'];_0x3e7b=function(){return _0x2e7997;};return _0x3e7b();}
1
+ function _0x1721(){var _0x4463f8=['Larghezza\x20(px)','Numero','Formatta\x20forma','Curva','Transizioni','Nessuna\x20ombra','Annulla','Sinistra','Nascondi\x20grafica\x20master/layout','Chiudi','Riempimento','Nascondi\x20tutto','Linea\x20tratteggiata\x20sottile\x20blu','Allinea\x20in\x20alto','Altezza\x20(px)','Formato\x20forma','Trasforma','Dimensione\x20carattere','Cambia\x20forma','Trasparenza','Riproduci\x20dalla\x20slide\x20corrente','Posizione\x20e\x20dimensione','Elenco\x20oggetti','Tipo\x20tratteggio','Barrato','Linea\x20tratteggiata\x20blu\x20con\x20freccia\x20finale','Temi','Stile\x20forma','Direzione\x20testo','Corsivo','Tipo\x20schizzo','Altri\x20stili','Allineamento','Invia\x20indietro','Corpo\x20nero','Dettagli','Clicca\x20per\x20aggiungere\x20un\x20titolo','Digita\x20per\x20cercare\x20nomi\x20di\x20slide,\x20testo\x20e\x20nomi\x20di\x20oggetti.','Bisel','Esterno:\x20in\x20basso\x20a\x20destra\x20piccolo','X\x20(px)','Allinea\x20al\x20centro','Solo\x20titolo','Immagine','Nascondi','Inserisci\x20immagine','7932015JQhXLf','Personalizzato','Colore\x20testo','Simbolo','Altezza','Superiore\x20e\x20inferiore','Diminuisci\x20dimensione\x20carattere','Stili\x20linea','Aggiungi\x20diapositiva\x20sotto','Ruota\x20(°)','Mostra\x20tutto','Cerca\x20slide\x20e\x20oggetti','Standard\x20(4:3)','Ruota\x20con\x20forma','Alto','Doppio\x20schermo\x20dall\x27inizio','Descrizione','Nota\x20grigia','Tipo\x20giunzione','Non\x20impostato','In\x20basso\x20a\x20sinistra','Linea\x20continua\x20sottile\x20arancione','Mano\x20libera','Emoji','Spaziatura','Colore\x20sfondo\x20testo','Nome','Scegli\x20tema\x20slide','Taglia','Ridimensiona\x20pannello\x20miniature\x20diapositive','Apri\x20pannello\x20forma','Titolo\x201','Freccia\x20diamante','Cancella','Schermo\x20intero','15oeRUvq','Copia','Punto\x20rotondo','Casella\x20di\x20testo\x20orizzontale','Freccia','Applica','amd','8iGpCEK','Predefiniti\x20forma','In\x20basso','Allinea\x20a\x20sinistra','Allinea\x20a\x20Destra','Inserisci\x20immagine\x20da','Direzione','Esterno:\x20in\x20basso\x20a\x20destra','Da\x20destra','Segnaposto\x20intestazione','Raggio\x20angolo','Freccia\x20stealth','+\x20Aggiungi\x20slide','Punto\x20quadrato','Successivo','Slide\x20{current}\x20di\x20{total}','Casella\x20di\x20testo','Dietro\x20il\x20testo','Separa','Rotazione','Ritaglia\x20su\x20forma','Titolo\x20e\x20contenuto','exports','Sposta','Verticale','Schermo\x20panoramico\x20(16:9)','Forma','Cerca','Sottolineato','object','Nessun\x20risultato\x20trovato.','function','Nessuna','Capovolgi\x20verticalmente','Dall\x27alto','Dissolvenza','File...','17661000wxVUVb','In\x20alto\x20a\x20destra','Allinea\x20in\x20basso','Stili\x20testo','Stili\x20forma','Porta\x20avanti','3249370znmAXg','Tratto\x20lungo-punto-punto','Clicca\x20per\x20aggiungere\x20testo','Confronto','Diagramma','Allinea\x20a\x20Sinistra','Le\x20impostazioni\x20motivo\x20saranno\x20presto\x20disponibili.','Note\x20del\x20relatore','Linea\x20continua\x20sottile\x20blu','Libero','Scala\x20X','5460057UoyzsK','Riempimento\x20gradiente','Precedente','Continua','88588eRtFwe','Giustifica','24NGuMVG','Accento\x20arancione','Sfondo\x20presentazione','Stili\x20rapidi','Disponi','Allinea\x20al\x20centro\x20verticalmente','Presentazione\x20terminata','Dimensioni\x20personalizzate','Disegnato\x20a\x20mano','Raggruppa','Segnaposto\x20data','Piccola','Grafico','Grassetto','Tabella','Media','Porta\x20in\x20primo\x20piano','Slide\x20titolo','Nessuna\x20linea','Adatta','Distanza','Reimposta\x20colore','Tipo\x20freccia\x20iniziale','Non\x20adattare\x20automaticamente','Intestazione\x20sezione','Slide','Davanti\x20al\x20testo','Grafica\x20sfondo','Linea\x20continua','Dimensioni\x20diapositiva','Colore','Nome\x20oggetto','Formatta\x20sfondo','Orizzontale','Arrotondata','Rivela','Immagine\x20con\x20didascalia','Inserisci','Allinea\x20al\x20Centro','Quadrata','Nessun\x20riempimento','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Aumenta\x20dimensione\x20carattere','Freccia\x20ovale','Linea\x20tratteggiata\x20grigia\x20con\x20freccia\x20finale','Tipo\x20estremità','Esterno:\x20in\x20alto\x20a\x20sinistra\x20grande','Allineamento\x20orizzontale','Manda\x20indietro','Tratto\x20lungo-punto','Esterno:\x20in\x20alto\x20a\x20sinistra','Grande','Vuoto','Colore\x20ombra','Tratto-punto','Riduci\x20il\x20testo\x20in\x20eccesso','Apri\x20pannello\x20livelli','Margine\x20interno','Riproduci\x20dall\x27inizio','Linea\x20tratteggiata\x20verde\x20con\x20frecce\x20bidirezionali','Colonne','Nessun\x20oggetto','Adattamento\x20automatico','Allinea\x20a\x20destra','Destra','Nessuno','Nessuna\x20nota\x20del\x20relatore','Affianca\x20immagine\x20come\x20trama','Salva','Tratto','Ridimensiona\x20forma\x20per\x20adattare\x20il\x20testo','Zoom','2940994Lodhgl','401626nUpoXL','Scopri','Riproduci','Linea\x20tratteggiata\x20sottile\x20nera','Elimina\x20forma','Dimensione\x20freccia\x20finale','Allineamento\x20verticale','Copri','Quadrato','Blocca\x20proporzioni','In\x20alto\x20a\x20sinistra','Offset\x20Y','Elimina','Incolla','Linea\x20verde\x20con\x20frecce\x20bidirezionali','Capovolgi\x20orizzontalmente','In\x20basso\x20a\x20destra','Larghezza','Testo\x20a\x20capo\x20nella\x20forma'];_0x1721=function(){return _0x4463f8;};return _0x1721();}function _0x2d00(_0x1c6fbb,_0x1d39fd){_0x1c6fbb=_0x1c6fbb-0x68;var _0x1721f5=_0x1721();var _0x2d000d=_0x1721f5[_0x1c6fbb];return _0x2d000d;}(function(_0x46d21b,_0x5067e3){var _0x17c301=_0x2d00,_0xc29d35=_0x46d21b();while(!![]){try{var _0x468cf3=parseInt(_0x17c301(0xd7))/0x1+parseInt(_0x17c301(0x7d))/0x2+-parseInt(_0x17c301(0x13b))/0x3*(parseInt(_0x17c301(0x8c))/0x4)+-parseInt(_0x17c301(0x118))/0x5+-parseInt(_0x17c301(0x8e))/0x6*(-parseInt(_0x17c301(0xd6))/0x7)+-parseInt(_0x17c301(0x142))/0x8*(-parseInt(_0x17c301(0x88))/0x9)+-parseInt(_0x17c301(0x77))/0xa;if(_0x468cf3===_0x5067e3)break;else _0xc29d35['push'](_0xc29d35['shift']());}catch(_0x28298c){_0xc29d35['push'](_0xc29d35['shift']());}}}(_0x1721,0xcf98a),function(_0x252219,_0x437f7c){var _0x59445d=_0x2d00;typeof exports==_0x59445d(0x6f)&&typeof module<'u'?module[_0x59445d(0x68)]=_0x437f7c():typeof define==_0x59445d(0x71)&&define[_0x59445d(0x141)]?define([],_0x437f7c):(_0x252219=typeof globalThis<'u'?globalThis:_0x252219||self,_0x252219['UniverProSlidesUiItIT']=_0x437f7c());}(this,function(){var _0x4eef76=_0x2d00;return{'slides-ui':{'ribbon':{'shapeFormat':_0x4eef76(0xf9),'changeShape':_0x4eef76(0xfc)},'insertToolbar':{'search':_0x4eef76(0x6d),'text':_0x4eef76(0x152),'textHorizontal':_0x4eef76(0x13e),'textVertical':'Casella\x20di\x20testo\x20verticale','image':_0x4eef76(0x115),'table':_0x4eef76(0x9c),'shape':_0x4eef76(0x6c),'chart':'Grafico','symbol':_0x4eef76(0x11b),'emoji':_0x4eef76(0x12f)},'tableSizePicker':{'title':'Dimensione\x20tabella','customSize':_0x4eef76(0x95),'rows':'Righe','columns':_0x4eef76(0xca),'insert':_0x4eef76(0xb3),'apply':_0x4eef76(0x140)},'searchPanel':{'placeholder':_0x4eef76(0x123),'noQuery':_0x4eef76(0x10f),'empty':_0x4eef76(0x70),'slidePrefix':_0x4eef76(0xa7)},'themePicker':{'title':_0x4eef76(0x104),'caption':_0x4eef76(0x143),'tooltip':_0x4eef76(0x133)},'display':{'slideSize':_0x4eef76(0xab),'widescreen':_0x4eef76(0x6b),'standard':_0x4eef76(0x124),'fullscreen':_0x4eef76(0x13a)},'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x4eef76(0xfb),'paragraphType':'Tipo\x20di\x20paragrafo','heading1':_0x4eef76(0x137),'increaseFontSize':_0x4eef76(0xb8),'decreaseFontSize':_0x4eef76(0x11e),'textColor':_0x4eef76(0x11a),'transparentTextColor':'Colore\x20testo\x20trasparente','textBackgroundColor':_0x4eef76(0x131),'bold':_0x4eef76(0x9b),'italic':_0x4eef76(0x107),'underline':_0x4eef76(0x6e),'strikethrough':_0x4eef76(0x102),'horizontalAlign':_0x4eef76(0xbd),'verticalAlign':_0x4eef76(0xdd),'alignLeft':_0x4eef76(0x145),'alignCenter':_0x4eef76(0x113),'alignRight':_0x4eef76(0xcd),'alignJustify':_0x4eef76(0x8d),'alignTop':_0x4eef76(0xf7),'alignMiddle':_0x4eef76(0x93),'alignBottom':_0x4eef76(0x79)},'quickStyles':{'tooltip':_0x4eef76(0x91),'shapeStyles':_0x4eef76(0x7b),'lineStyles':_0x4eef76(0x11f),'textStyles':_0x4eef76(0x7a),'more':_0x4eef76(0x109),'groups':{'solid':_0x4eef76(0x8b),'dashed':'Tratteggiata'},'presets':{'line':{'blackSolid':'Linea\x20continua\x20sottile\x20nera','blueSolid':_0x4eef76(0x85),'orangeSolid':_0x4eef76(0x12d),'graySolid':'Linea\x20continua\x20sottile\x20grigia','blueEndArrow':'Linea\x20blu\x20con\x20freccia\x20finale','greenTwoWayArrow':_0x4eef76(0xe5),'blackDashed':_0x4eef76(0xda),'blueDashed':_0x4eef76(0xf6),'grayDashed':'Linea\x20tratteggiata\x20sottile\x20grigia','blueDashedEndArrow':_0x4eef76(0x103),'grayDashedEndArrow':_0x4eef76(0xba),'greenDashedTwoWayArrow':_0x4eef76(0xc9)},'text':{'bodyBlack':_0x4eef76(0x10c),'titleBlack':'Titolo\x20nero','accentBlue':'Accento\x20blu','accentOrange':_0x4eef76(0x8f),'noteGray':_0x4eef76(0x129)}}},'thumbnailBar':{'resizePanel':_0x4eef76(0x135),'addSlide':_0x4eef76(0x14e),'contextMenu':{'cut':_0x4eef76(0x134),'copy':_0x4eef76(0x13c),'paste':_0x4eef76(0xe4),'addBelow':_0x4eef76(0x120),'delete':_0x4eef76(0xe3)},'layoutPicker':{'title':'Scegli\x20una\x20disposizione','layouts':{'title':_0x4eef76(0x9f),'titleAndBody':_0x4eef76(0x157),'sectionHeader':_0x4eef76(0xa6),'twoColumns':'Due\x20contenuti','comparison':_0x4eef76(0x80),'blank':_0x4eef76(0xc2),'titleOnly':_0x4eef76(0x114),'pictureWithCaption':_0x4eef76(0xb2)}}},'shapePanel':{'title':_0x4eef76(0xec),'shapeStyle':_0x4eef76(0x105),'shapePosition':'Posizione','openPanel':_0x4eef76(0x136),'deleteShape':_0x4eef76(0xdb),'toolbar':{'alignLeft':_0x4eef76(0x82),'alignCenter':_0x4eef76(0xb4),'alignRight':_0x4eef76(0x146),'alignJustify':_0x4eef76(0x8d),'bold':'Grassetto','italic':_0x4eef76(0x107),'underline':'Sottolineato','strikethrough':_0x4eef76(0x102),'textColor':_0x4eef76(0x11a),'textBackgroundColor':_0x4eef76(0x131),'fillColor':_0x4eef76(0x131),'resetColor':_0x4eef76(0xa3)},'align':{'top':_0x4eef76(0xf7),'middle':'Allinea\x20al\x20centro','bottom':_0x4eef76(0x79)},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x4eef76(0xdf),'topAndBottom':_0x4eef76(0x11d),'behindText':_0x4eef76(0x153),'inFrontText':_0x4eef76(0xa8)},'textBox':{'title':_0x4eef76(0x152),'textDirection':_0x4eef76(0x106),'textDirectionHorizontal':_0x4eef76(0xaf),'textDirectionVertical':_0x4eef76(0x6a),'autoFit':_0x4eef76(0xcc),'autoFitNone':_0x4eef76(0xa5),'autoFitShrink':_0x4eef76(0xc5),'autoFitResize':_0x4eef76(0xd4),'wrapText':_0x4eef76(0xe9),'padding':_0x4eef76(0xc7),'paddingLeft':_0x4eef76(0xf1),'paddingRight':_0x4eef76(0xce),'paddingTop':_0x4eef76(0x126),'paddingBottom':'Basso','columns':_0x4eef76(0xca),'columnCount':_0x4eef76(0xeb),'columnSpacing':_0x4eef76(0x130)},'position':{'title':_0x4eef76(0xff),'x':'X','y':'Y','width':_0x4eef76(0xe8),'height':_0x4eef76(0x11c),'rotation':_0x4eef76(0x155)},'style':{'shadow':'Ombra','shadowColor':_0x4eef76(0xc3),'shadowBlurRadius':'Sfocatura','shadowDistance':_0x4eef76(0xa2),'shadowDirection':'Angolo','shadowPresetTitle':'Predefinito','shadowPresetNone':_0x4eef76(0xef),'shadowPresetCustom':_0x4eef76(0x119),'shadowTransparency':_0x4eef76(0xfd),'shadowSize':'Dimensione','shadowPreset':{'shdw6':_0x4eef76(0x149),'shdw5':'Esterno:\x20in\x20basso\x20a\x20sinistra','shdw2':'Esterno:\x20in\x20alto\x20a\x20destra','shdw1':_0x4eef76(0xc0),'shdw14':_0x4eef76(0x111),'shdw10':_0x4eef76(0xbc)}},'fill':{'title':_0x4eef76(0xf4),'noFill':_0x4eef76(0xb6),'solidFill':'Riempimento\x20solido','gradientFill':_0x4eef76(0x89),'pictureFill':'Riempimento\x20immagine\x20o\x20texture','color':_0x4eef76(0xac),'transparency':_0x4eef76(0xfd),'picture':{'source':'Origine\x20immagine','insert':_0x4eef76(0x117),'tileAsTexture':_0x4eef76(0xd1),'offsetX':'Offset\x20X','offsetY':_0x4eef76(0xe2),'scaleX':_0x4eef76(0x87),'scaleY':'Scala\x20Y','alignment':_0x4eef76(0x10a),'rotateWithShape':_0x4eef76(0x125),'align':{'tl':_0x4eef76(0xe1),'t':'In\x20alto','tr':_0x4eef76(0x78),'l':'Sinistra','ctr':'Centro','r':'Destra','bl':_0x4eef76(0x12c),'b':_0x4eef76(0x144),'br':_0x4eef76(0xe7)}}},'line':{'title':'Linea','noLine':_0x4eef76(0xa0),'solidLine':_0x4eef76(0xaa),'color':_0x4eef76(0xac),'transparency':_0x4eef76(0xfd),'width':_0x4eef76(0xe8),'cornerRadius':_0x4eef76(0x14c),'beginArrowType':_0x4eef76(0xa4),'beginArrowSize':'Dimensione\x20freccia\x20iniziale','endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':_0x4eef76(0xdc),'dashType':{'title':_0x4eef76(0x101),'solid':'Continua','roundDot':_0x4eef76(0x13d),'squareDot':_0x4eef76(0x14f),'dash':_0x4eef76(0xd3),'dashDot':_0x4eef76(0xc4),'longDash':'Tratto\x20lungo','longDashDot':_0x4eef76(0xbf),'longDashDotDot':_0x4eef76(0x7e)},'capType':{'title':_0x4eef76(0xbb),'flat':'Piatta','round':_0x4eef76(0xb0),'square':_0x4eef76(0xb5)},'joinType':{'title':_0x4eef76(0x12a),'miter':'Smusso','round':_0x4eef76(0xb0),'bevel':_0x4eef76(0x110)},'sketchType':{'title':_0x4eef76(0x108),'none':_0x4eef76(0xcf),'curved':_0x4eef76(0xed),'freehand':_0x4eef76(0x12e),'handDrawn':_0x4eef76(0x96)},'arrowType':{'none':_0x4eef76(0x72),'arrow':_0x4eef76(0x13f),'openArrow':'Freccia\x20aperta','stealthArrow':_0x4eef76(0x14d),'diamondArrow':_0x4eef76(0x138),'ovalArrow':_0x4eef76(0xb9)},'arrowSize':{'small':_0x4eef76(0x99),'medium':_0x4eef76(0x9d),'large':_0x4eef76(0xc1)}}},'objectListPanel':{'title':_0x4eef76(0x100),'open':_0x4eef76(0xc6),'showAll':_0x4eef76(0x122),'hideAll':_0x4eef76(0xf5),'show':'Mostra','hide':_0x4eef76(0x116),'moveForward':_0x4eef76(0x7c),'moveBackward':_0x4eef76(0xbe),'nameInput':_0x4eef76(0xad),'empty':_0x4eef76(0xcb),'close':_0x4eef76(0xf3),'name':_0x4eef76(0x132),'description':_0x4eef76(0x128),'descriptionPlaceholder':'Aggiungi\x20descrizione','details':_0x4eef76(0x10d),'noSelection':_0x4eef76(0xb7)},'backgroundPanel':{'title':_0x4eef76(0xae),'backgroundGraphics':_0x4eef76(0xa9),'hideBackgroundGraphics':_0x4eef76(0xf2),'presentationBackground':_0x4eef76(0x90),'presentationBackgroundEmpty':_0x4eef76(0x12b),'presentationBackgroundImages':'immagine/i','setPresentationBackground':'Imposta\x20sfondo','clearPresentationBackground':_0x4eef76(0x139),'none':'Nessun\x20riempimento','solid':'Riempimento\x20uniforme','gradient':'Riempimento\x20sfumato','image':'Riempimento\x20immagine','pattern':'Riempimento\x20motivo','color':_0x4eef76(0xac),'transparency':_0x4eef76(0xfd),'imageSource':_0x4eef76(0x147),'insertImage':_0x4eef76(0x76),'fit':_0x4eef76(0xa1),'fitOptions':{'cover':'Riempi','contain':_0x4eef76(0xa1),'stretch':'Allunga','repeat':'Affianca'},'patternHint':_0x4eef76(0x83),'applyToAll':'Applica\x20a\x20tutti','resetBackground':'Reimposta\x20sfondo'},'transitionPanel':{'title':_0x4eef76(0xee),'effect':'Effetto','direction':_0x4eef76(0x148),'duration':'Durata','preview':'Anteprima','applyToAll':'Applica\x20a\x20tutti','effects':{'none':_0x4eef76(0xcf),'fade':_0x4eef76(0x75),'push':_0x4eef76(0x69),'wipe':'Pulisci','split':'Dividi','reveal':_0x4eef76(0xb1),'cut':_0x4eef76(0x134),'uncover':_0x4eef76(0xd8),'cover':_0x4eef76(0xde),'zoom':_0x4eef76(0xd5)},'directions':{'left':'Da\x20sinistra','right':_0x4eef76(0x14a),'up':_0x4eef76(0x74),'down':'Dal\x20basso'}},'contextmenu':{'addPage':'Nuova\x20slide','backgroundPanel':_0x4eef76(0xae),'transitionPanel':'Transizioni','speakerNotes':_0x4eef76(0x84),'ruler':'Righello','shapePanel':_0x4eef76(0xec),'flipHorizontal':_0x4eef76(0xe6),'flipVertical':_0x4eef76(0x73),'group':_0x4eef76(0x97),'ungroup':_0x4eef76(0x154)},'presentation':{'play':_0x4eef76(0xd9),'playFromBeginning':_0x4eef76(0xc8),'playFromCurrent':_0x4eef76(0xfe),'playDualScreen':'Presentazione\x20doppio\x20schermo','playDualScreenFromBeginning':_0x4eef76(0x127),'playDualScreenFromCurrent':'Doppio\x20schermo\x20dalla\x20corrente','dualScreenUnavailable':'Impossibile\x20avviare\x20la\x20presentazione\x20a\x20doppio\x20schermo.\x20Consenti\x20l\x27autorizzazione\x20di\x20gestione\x20delle\x20finestre\x20e\x20collega\x20uno\x20schermo\x20esteso,\x20quindi\x20riprova.','fullscreenPrompt':'Clicca\x20per\x20schermo\x20intero','presentationEnded':_0x4eef76(0x94),'previous':_0x4eef76(0x8a),'next':_0x4eef76(0x150),'exit':'Esci','slideProgress':_0x4eef76(0x151),'speakerNotes':_0x4eef76(0x84),'speakerNotesPlaceholder':'Clicca\x20per\x20aggiungere\x20note\x20per\x20la\x20slide\x20corrente','speakerNotesEmpty':_0x4eef76(0xd0),'speakerNotesSave':_0x4eef76(0xd2),'speakerNotesCancel':_0x4eef76(0xf0)},'slide':{'placeholder':{'text':{'title':_0x4eef76(0x10e),'subtitle':'Clicca\x20per\x20aggiungere\x20un\x20sottotitolo','body':_0x4eef76(0x7f),'text':_0x4eef76(0x7f),'header':_0x4eef76(0x14b),'footer':'Segnaposto\x20piè\x20di\x20pagina','date':_0x4eef76(0x98),'slideNumber':'Segnaposto\x20numero\x20slide'},'icon':{'image':_0x4eef76(0x115),'table':_0x4eef76(0x9c),'chart':_0x4eef76(0x9a),'diagram':_0x4eef76(0x81),'media':_0x4eef76(0x9d)}}},'image-panel':{'arrange':{'title':_0x4eef76(0x92),'forward':_0x4eef76(0x7c),'backward':_0x4eef76(0x10b),'front':_0x4eef76(0x9e),'back':'Invia\x20in\x20secondo\x20piano'},'transform':{'title':_0x4eef76(0xfa),'rotate':_0x4eef76(0x121),'x':_0x4eef76(0x112),'y':'Y\x20(px)','width':_0x4eef76(0xea),'height':_0x4eef76(0xf8),'lock':_0x4eef76(0xe0)},'crop':{'title':'Ritaglia','start':'Inizia\x20ritaglio','mode':_0x4eef76(0x86),'shape':_0x4eef76(0x156)}}}};}));
@@ -1 +1 @@
1
- (function(_0x302e9a,_0x41ec0f){var _0x2a2886=_0x39aa,_0x319085=_0x302e9a();while(!![]){try{var _0x204fcb=parseInt(_0x2a2886(0x26d))/0x1*(parseInt(_0x2a2886(0x1dd))/0x2)+-parseInt(_0x2a2886(0x235))/0x3*(parseInt(_0x2a2886(0x1f9))/0x4)+-parseInt(_0x2a2886(0x22e))/0x5+parseInt(_0x2a2886(0x286))/0x6*(parseInt(_0x2a2886(0x254))/0x7)+-parseInt(_0x2a2886(0x1ea))/0x8*(parseInt(_0x2a2886(0x253))/0x9)+-parseInt(_0x2a2886(0x1d3))/0xa*(-parseInt(_0x2a2886(0x24f))/0xb)+-parseInt(_0x2a2886(0x261))/0xc*(-parseInt(_0x2a2886(0x26f))/0xd);if(_0x204fcb===_0x41ec0f)break;else _0x319085['push'](_0x319085['shift']());}catch(_0x43f109){_0x319085['push'](_0x319085['shift']());}}}(_0x1273,0x618cb),function(_0x134324,_0x93ea22){var _0x4cd00c=_0x39aa;typeof exports==_0x4cd00c(0x20f)&&typeof module<'u'?module[_0x4cd00c(0x21e)]=_0x93ea22():typeof define==_0x4cd00c(0x228)&&define[_0x4cd00c(0x1d2)]?define([],_0x93ea22):(_0x134324=typeof globalThis<'u'?globalThis:_0x134324||self,_0x134324[_0x4cd00c(0x1e7)]=_0x93ea22());}(this,function(){var _0x53fa11=_0x39aa;return{'slides-ui':{'ribbon':{'shapeFormat':'図形の書式','changeShape':_0x53fa11(0x258)},'insertToolbar':{'search':'検索','text':_0x53fa11(0x1e5),'textHorizontal':_0x53fa11(0x212),'textVertical':_0x53fa11(0x1e4),'image':'画像','table':'表','shape':'図形','chart':_0x53fa11(0x208)},'tableSizePicker':{'title':'表のサイズ','customSize':_0x53fa11(0x279),'rows':'行','columns':'列','insert':'挿入','apply':'適用'},'searchPanel':{'placeholder':_0x53fa11(0x1f4),'noQuery':_0x53fa11(0x27d),'empty':_0x53fa11(0x269),'slidePrefix':_0x53fa11(0x233)},'themePicker':{'title':'テーマ','caption':'図形の既定値','tooltip':_0x53fa11(0x289)},'editorToolbar':{'fontFamily':_0x53fa11(0x21b),'fontSize':_0x53fa11(0x275),'paragraphType':_0x53fa11(0x1db),'heading1':_0x53fa11(0x21c),'increaseFontSize':'フォントサイズを拡大','decreaseFontSize':_0x53fa11(0x240),'textColor':_0x53fa11(0x1e2),'transparentTextColor':_0x53fa11(0x220),'textBackgroundColor':_0x53fa11(0x280),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x53fa11(0x206),'horizontalAlign':_0x53fa11(0x264),'verticalAlign':_0x53fa11(0x20d),'alignLeft':_0x53fa11(0x23e),'alignCenter':_0x53fa11(0x281),'alignRight':_0x53fa11(0x1eb),'alignJustify':'両端揃え','alignTop':_0x53fa11(0x27a),'alignMiddle':_0x53fa11(0x281),'alignBottom':_0x53fa11(0x276)},'quickStyles':{'tooltip':'クイックスタイル','shapeStyles':'図形スタイル','lineStyles':_0x53fa11(0x26b),'textStyles':_0x53fa11(0x216),'more':_0x53fa11(0x207),'groups':{'solid':'実線','dashed':'破線'},'presets':{'line':{'blackSolid':_0x53fa11(0x252),'blueSolid':_0x53fa11(0x222),'orangeSolid':'オレンジの細い実線','graySolid':'灰の細い実線','blueEndArrow':_0x53fa11(0x230),'greenTwoWayArrow':_0x53fa11(0x274),'blackDashed':_0x53fa11(0x267),'blueDashed':_0x53fa11(0x241),'grayDashed':'灰の細い破線','blueDashedEndArrow':_0x53fa11(0x1fb),'grayDashedEndArrow':_0x53fa11(0x287),'greenDashedTwoWayArrow':'緑の破線・双方向矢印付き'},'text':{'bodyBlack':_0x53fa11(0x262),'titleBlack':'タイトル\x20黒','accentBlue':_0x53fa11(0x1de),'accentOrange':'アクセント\x20オレンジ','noteGray':'注釈\x20灰'}}},'thumbnailBar':{'resizePanel':_0x53fa11(0x1ef),'addSlide':_0x53fa11(0x203),'contextMenu':{'cut':'切り取り','copy':_0x53fa11(0x22a),'paste':_0x53fa11(0x236),'addBelow':_0x53fa11(0x27e),'delete':'削除'},'layoutPicker':{'title':_0x53fa11(0x25f),'layouts':{'title':_0x53fa11(0x1e1),'titleAndBody':'タイトルと内容','sectionHeader':'セクションヘッダー','twoColumns':_0x53fa11(0x270),'comparison':'比較','blank':'空白','titleOnly':_0x53fa11(0x1fd),'pictureWithCaption':'キャプション付き画像'}}},'shapePanel':{'title':_0x53fa11(0x213),'shapeStyle':_0x53fa11(0x23b),'shapePosition':'位置','openPanel':_0x53fa11(0x260),'deleteShape':_0x53fa11(0x1f1),'toolbar':{'alignLeft':_0x53fa11(0x23e),'alignCenter':_0x53fa11(0x281),'alignRight':_0x53fa11(0x1eb),'alignJustify':_0x53fa11(0x247),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x53fa11(0x206),'textColor':_0x53fa11(0x1fc),'textBackgroundColor':'文字の背景色','fillColor':_0x53fa11(0x265),'resetColor':_0x53fa11(0x1ee)},'align':{'top':'上揃え','middle':_0x53fa11(0x281),'bottom':_0x53fa11(0x276)},'textWrap':{'inline':'行内','square':_0x53fa11(0x25b),'topAndBottom':'上下','behindText':_0x53fa11(0x229),'inFrontText':'文字列の前面'},'textBox':{'title':_0x53fa11(0x271),'textDirection':_0x53fa11(0x231),'textDirectionHorizontal':'横書き','textDirectionVertical':_0x53fa11(0x200),'autoFit':_0x53fa11(0x214),'autoFitNone':'自動調整しない','autoFitShrink':_0x53fa11(0x1ec),'autoFitResize':_0x53fa11(0x1e3),'wrapText':_0x53fa11(0x21f),'padding':'内側の余白','paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':_0x53fa11(0x257),'columnCount':'数','columnSpacing':'間隔'},'position':{'title':_0x53fa11(0x27f),'x':'X','y':'Y','width':'幅','height':'高さ','rotation':'回転'},'style':{'shadow':'影','shadowColor':_0x53fa11(0x278),'shadowBlurRadius':_0x53fa11(0x26a),'shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':_0x53fa11(0x24d),'shadowPresetNone':'影なし','shadowPresetCustom':_0x53fa11(0x238),'shadowTransparency':_0x53fa11(0x1fe),'shadowSize':'サイズ','shadowPreset':{'shdw6':_0x53fa11(0x1f7),'shdw5':'外側:\x20左下','shdw2':_0x53fa11(0x282),'shdw1':'外側:\x20左上','shdw14':_0x53fa11(0x259),'shdw10':_0x53fa11(0x27c)}},'fill':{'title':'塗りつぶし','noFill':_0x53fa11(0x1d5),'solidFill':_0x53fa11(0x25c),'gradientFill':'グラデーション塗りつぶし','pictureFill':_0x53fa11(0x272),'color':'色','transparency':_0x53fa11(0x1fe),'picture':{'source':_0x53fa11(0x1e9),'insert':_0x53fa11(0x23a),'tileAsTexture':_0x53fa11(0x273),'offsetX':_0x53fa11(0x244),'offsetY':_0x53fa11(0x20e),'scaleX':_0x53fa11(0x1da),'scaleY':_0x53fa11(0x215),'alignment':'配置','rotateWithShape':_0x53fa11(0x1f2),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x53fa11(0x237),'solidLine':'実線','color':'色','transparency':_0x53fa11(0x1fe),'width':'幅','cornerRadius':'角丸半径','beginArrowType':'先端の矢印の種類','beginArrowSize':_0x53fa11(0x217),'endArrowType':_0x53fa11(0x242),'endArrowSize':_0x53fa11(0x226),'dashType':{'title':_0x53fa11(0x22c),'solid':'実線','roundDot':'丸ドット','squareDot':'四角ドット','dash':_0x53fa11(0x218),'dashDot':_0x53fa11(0x239),'longDash':_0x53fa11(0x284),'longDashDot':'長ダッシュドット','longDashDotDot':'長ダッシュドットドット'},'capType':{'title':_0x53fa11(0x26e),'flat':'フラット','round':_0x53fa11(0x1d8),'square':_0x53fa11(0x22f)},'joinType':{'title':_0x53fa11(0x23d),'miter':_0x53fa11(0x204),'round':_0x53fa11(0x1d8),'bevel':'ベベル'},'sketchType':{'title':_0x53fa11(0x246),'none':'なし','curved':'曲線','freehand':'フリーハンド','handDrawn':_0x53fa11(0x1f5)},'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x53fa11(0x250),'stealthArrow':_0x53fa11(0x21a),'diamondArrow':_0x53fa11(0x1e6),'ovalArrow':'楕円矢印'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'オブジェクト一覧','showAll':_0x53fa11(0x20c),'hideAll':'すべて非表示','show':'表示','hide':_0x53fa11(0x249),'moveForward':'前面へ移動','moveBackward':_0x53fa11(0x23c),'nameInput':_0x53fa11(0x23f),'empty':'オブジェクトがありません','close':_0x53fa11(0x283),'name':'名前','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x53fa11(0x24c)},'backgroundPanel':{'title':_0x53fa11(0x22d),'backgroundGraphics':_0x53fa11(0x285),'hideBackgroundGraphics':_0x53fa11(0x24a),'presentationBackground':_0x53fa11(0x1f6),'presentationBackgroundEmpty':_0x53fa11(0x245),'presentationBackgroundImages':'画像','setPresentationBackground':'背景を設定','clearPresentationBackground':_0x53fa11(0x1f8),'none':'塗りつぶしなし','solid':_0x53fa11(0x25c),'gradient':_0x53fa11(0x201),'image':_0x53fa11(0x20b),'pattern':_0x53fa11(0x1d7),'color':'色','transparency':_0x53fa11(0x1fe),'imageSource':_0x53fa11(0x255),'insertImage':_0x53fa11(0x20a),'fit':_0x53fa11(0x1d6),'fitOptions':{'cover':_0x53fa11(0x227),'contain':_0x53fa11(0x1d6),'stretch':'伸縮','repeat':'タイル'},'patternHint':_0x53fa11(0x268),'applyToAll':_0x53fa11(0x25a),'resetBackground':_0x53fa11(0x277)},'transitionPanel':{'title':_0x53fa11(0x26c),'effect':'効果','direction':'方向','duration':'時間','preview':'プレビュー','applyToAll':_0x53fa11(0x25a),'effects':{'none':'なし','fade':_0x53fa11(0x21d),'push':_0x53fa11(0x25e),'wipe':_0x53fa11(0x225),'split':'分割','reveal':'表示','cut':_0x53fa11(0x248),'uncover':_0x53fa11(0x27b),'cover':'カバー','zoom':_0x53fa11(0x232)},'directions':{'left':_0x53fa11(0x234),'right':_0x53fa11(0x219),'up':_0x53fa11(0x256),'down':_0x53fa11(0x223)}},'contextmenu':{'addPage':_0x53fa11(0x1f3),'backgroundPanel':'背景の書式設定','transitionPanel':'切り替え','speakerNotes':_0x53fa11(0x288),'ruler':'ルーラー','shapePanel':_0x53fa11(0x213),'flipHorizontal':_0x53fa11(0x202),'flipVertical':_0x53fa11(0x243),'group':_0x53fa11(0x1f0),'ungroup':_0x53fa11(0x1d9)},'presentation':{'play':'再生','playFromBeginning':_0x53fa11(0x1ed),'playFromCurrent':'現在のスライドから再生','playDualScreen':_0x53fa11(0x1e8),'playDualScreenFromBeginning':_0x53fa11(0x24b),'playDualScreenFromCurrent':'双画面・現在から','dualScreenUnavailable':_0x53fa11(0x211),'fullscreenPrompt':'クリックして全画面表示','presentationEnded':'プレゼンテーション終了','previous':'前へ','next':'次へ','exit':'終了','slideProgress':'{total}\x20枚中\x20{current}\x20枚目','speakerNotes':_0x53fa11(0x288),'speakerNotesPlaceholder':_0x53fa11(0x1ff),'speakerNotesEmpty':_0x53fa11(0x205),'speakerNotesSave':'保存','speakerNotesCancel':_0x53fa11(0x1df)},'slide':{'placeholder':{'text':{'title':_0x53fa11(0x25d),'subtitle':_0x53fa11(0x266),'body':_0x53fa11(0x1e0),'text':_0x53fa11(0x1e0),'header':'ヘッダープレースホルダー','footer':'フッタープレースホルダー','date':_0x53fa11(0x224),'slideNumber':_0x53fa11(0x22b)},'icon':{'image':'画像','table':'表','chart':_0x53fa11(0x208),'diagram':'ダイアグラム','media':'メディア'}}},'image-panel':{'arrange':{'title':'配置','forward':_0x53fa11(0x1dc),'backward':_0x53fa11(0x23c),'front':_0x53fa11(0x263),'back':_0x53fa11(0x1d4)},'transform':{'title':'変形','rotate':'回転\x20(°)','x':_0x53fa11(0x251),'y':_0x53fa11(0x24e),'width':_0x53fa11(0x221),'height':_0x53fa11(0x209),'lock':'比率を固定'},'crop':{'title':_0x53fa11(0x1fa),'start':'トリミング開始','mode':'自由','shape':_0x53fa11(0x210)}}}};}));function _0x39aa(_0x24718,_0x562716){_0x24718=_0x24718-0x1d2;var _0x127375=_0x1273();var _0x39aa95=_0x127375[_0x24718];return _0x39aa95;}function _0x1273(){var _0x33911d=['画像ソース','8zdvkdb','右揃え','はみ出す場合に文字を縮小','最初から再生','色をリセット','スライドサムネイルパネルのサイズを変更','グループ化','図形を削除','図形と一緒に回転','新しいスライド','スライドとオブジェクトを検索','手書き','プレゼンテーション背景','外側:\x20右下','クリア','20njfMlz','トリミング','青の破線・終端矢印付き','文字の色','タイトルのみ','透明度','クリックして現在のスライドのノートを追加','縦書き','グラデーション塗りつぶし','左右反転','+\x20スライドを追加','面取り','スピーカーノートなし','取り消し線','その他のスタイル','グラフ','高さ\x20(px)','ファイル...','画像塗りつぶし','すべて表示','垂直方向の配置','Yオフセット','object','図形にトリミング','デュアル画面プレゼンテーションを開始できません。ウィンドウ管理権限を許可し、拡張ディスプレイを接続してから再試行してください。','横書きテキストボックス','図形の書式設定','自動調整','Yスケール','テキストスタイル','先端の矢印のサイズ','ダッシュ','右から','ステルス矢印','フォント','見出し\x201','フェード','exports','図形内で文字を折り返す','透明な文字色','幅\x20(px)','青の細い実線','下から','日付プレースホルダー','ワイプ','末端の矢印のサイズ','塗りつぶし','function','文字列の背面','コピー','スライド番号プレースホルダー','破線の種類','背景の書式設定','202745haPFJZ','スクエア','青の終端矢印付き線','文字の方向','ズーム','スライド','左から','112071Wpvwpz','貼り付け','線なし','カスタム','ダッシュドット','画像を挿入','図形スタイル','背面へ移動','接合の種類','左揃え','オブジェクト名','フォントサイズを縮小','青の細い破線','末端の矢印の種類','上下反転','Xオフセット','未設定','スケッチの種類','両端揃え','カット','非表示','マスター/レイアウトのグラフィックを非表示','双画面・最初から','詳細を編集するオブジェクトを選択','プリセット','Y\x20(px)','55253PybUqp','オープン矢印','X\x20(px)','黒の細い実線','4512321xSUXOS','7DEXPOH','画像挿入元','上から','段組み','図形の変更','外側:\x20右下(小)','すべてに適用','四角形','単色塗りつぶし','クリックしてタイトルを追加','プッシュ','レイアウトを選択','図形パネルを開く','17892MTwMHC','本文\x20黒','最前面へ移動','水平方向の配置','塗りつぶしの色','クリックしてサブタイトルを追加','黒の細い破線','パターン設定は近日公開予定です。','結果が見つかりませんでした。','ぼかし','線スタイル','切り替え','3297EKixBj','線端の種類','4849kgujUM','2つの内容','テキスト\x20ボックス','図またはテクスチャ塗りつぶし','テクスチャとしてタイル状に配置','緑の双方向矢印付き線','フォントサイズ','下揃え','背景をリセット','影の色','カスタムサイズ','上揃え','\x20uncover','外側:\x20左上(大)','スライド名、テキスト、オブジェクト名を入力して検索してください。','下にスライドを追加','位置とサイズ','文字の背景色','中央揃え','外側:\x20右上','閉じる','長ダッシュ','背景グラフィック','2270502PPGxrS','灰の破線・終端矢印付き','スピーカーノート','スライドテーマを選択','amd','320VjmDfU','最背面へ移動','塗りつぶしなし','フィット','パターン塗りつぶし','ラウンド','グループ化解除','Xスケール','段落タイプ','前面へ移動','20qSydQk','アクセント\x20青','キャンセル','クリックしてテキストを追加','タイトルスライド','文字色','文字に合わせて図形サイズを調整','縦書きテキストボックス','テキストボックス','ダイヤ矢印','UniverProSlidesUiJaJP','双画面プレゼンテーション'];_0x1273=function(){return _0x33911d;};return _0x1273();}
1
+ (function(_0x5a5b5d,_0xc4ce41){var _0xb160c=_0x3d02,_0x4650af=_0x5a5b5d();while(!![]){try{var _0x524b98=-parseInt(_0xb160c(0x1ea))/0x1*(parseInt(_0xb160c(0x227))/0x2)+parseInt(_0xb160c(0x23a))/0x3+parseInt(_0xb160c(0x1ff))/0x4+parseInt(_0xb160c(0x1b2))/0x5*(parseInt(_0xb160c(0x21c))/0x6)+-parseInt(_0xb160c(0x237))/0x7+-parseInt(_0xb160c(0x257))/0x8+-parseInt(_0xb160c(0x212))/0x9*(-parseInt(_0xb160c(0x202))/0xa);if(_0x524b98===_0xc4ce41)break;else _0x4650af['push'](_0x4650af['shift']());}catch(_0x51cf7b){_0x4650af['push'](_0x4650af['shift']());}}}(_0x7fc8,0xc8f0e),function(_0x4e4afa,_0x5c4735){var _0x3f3369=_0x3d02;typeof exports==_0x3f3369(0x1fd)&&typeof module<'u'?module['exports']=_0x5c4735():typeof define==_0x3f3369(0x1c4)&&define[_0x3f3369(0x20e)]?define([],_0x5c4735):(_0x4e4afa=typeof globalThis<'u'?globalThis:_0x4e4afa||self,_0x4e4afa['UniverProSlidesUiJaJP']=_0x5c4735());}(this,function(){var _0x20b0b7=_0x3d02;return{'slides-ui':{'ribbon':{'shapeFormat':_0x20b0b7(0x24c),'changeShape':_0x20b0b7(0x1b6)},'insertToolbar':{'search':'検索','text':_0x20b0b7(0x1e6),'textHorizontal':_0x20b0b7(0x248),'textVertical':_0x20b0b7(0x1e8),'image':'画像','table':'表','shape':'図形','chart':_0x20b0b7(0x22b),'symbol':'記号','emoji':_0x20b0b7(0x1f2)},'tableSizePicker':{'title':_0x20b0b7(0x261),'customSize':_0x20b0b7(0x23d),'rows':'行','columns':'列','insert':'挿入','apply':'適用'},'searchPanel':{'placeholder':'スライドとオブジェクトを検索','noQuery':_0x20b0b7(0x20f),'empty':_0x20b0b7(0x1b5),'slidePrefix':_0x20b0b7(0x259)},'themePicker':{'title':_0x20b0b7(0x1d0),'caption':_0x20b0b7(0x25e),'tooltip':'スライドテーマを選択'},'display':{'slideSize':'スライドのサイズ','widescreen':_0x20b0b7(0x22e),'standard':_0x20b0b7(0x1cc),'fullscreen':_0x20b0b7(0x1eb)},'editorToolbar':{'fontFamily':_0x20b0b7(0x240),'fontSize':'フォントサイズ','paragraphType':_0x20b0b7(0x1e5),'heading1':_0x20b0b7(0x1cb),'increaseFontSize':_0x20b0b7(0x24d),'decreaseFontSize':_0x20b0b7(0x209),'textColor':_0x20b0b7(0x200),'transparentTextColor':_0x20b0b7(0x1f3),'textBackgroundColor':'文字の背景色','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x20b0b7(0x225),'horizontalAlign':_0x20b0b7(0x1d8),'verticalAlign':'垂直方向の配置','alignLeft':'左揃え','alignCenter':'中央揃え','alignRight':_0x20b0b7(0x222),'alignJustify':_0x20b0b7(0x267),'alignTop':_0x20b0b7(0x1df),'alignMiddle':_0x20b0b7(0x1c8),'alignBottom':_0x20b0b7(0x256)},'quickStyles':{'tooltip':'クイックスタイル','shapeStyles':'図形スタイル','lineStyles':_0x20b0b7(0x1ec),'textStyles':_0x20b0b7(0x1da),'more':_0x20b0b7(0x223),'groups':{'solid':'実線','dashed':'破線'},'presets':{'line':{'blackSolid':'黒の細い実線','blueSolid':'青の細い実線','orangeSolid':_0x20b0b7(0x260),'graySolid':_0x20b0b7(0x1cd),'blueEndArrow':_0x20b0b7(0x21d),'greenTwoWayArrow':'緑の双方向矢印付き線','blackDashed':'黒の細い破線','blueDashed':_0x20b0b7(0x1fb),'grayDashed':_0x20b0b7(0x1b3),'blueDashedEndArrow':'青の破線・終端矢印付き','grayDashedEndArrow':_0x20b0b7(0x241),'greenDashedTwoWayArrow':'緑の破線・双方向矢印付き'},'text':{'bodyBlack':_0x20b0b7(0x203),'titleBlack':_0x20b0b7(0x217),'accentBlue':_0x20b0b7(0x254),'accentOrange':'アクセント\x20オレンジ','noteGray':'注釈\x20灰'}}},'thumbnailBar':{'resizePanel':'スライドサムネイルパネルのサイズを変更','addSlide':_0x20b0b7(0x25d),'contextMenu':{'cut':_0x20b0b7(0x23b),'copy':_0x20b0b7(0x1dc),'paste':_0x20b0b7(0x1f9),'addBelow':_0x20b0b7(0x22c),'delete':'削除'},'layoutPicker':{'title':_0x20b0b7(0x1c5),'layouts':{'title':_0x20b0b7(0x25b),'titleAndBody':_0x20b0b7(0x1b0),'sectionHeader':_0x20b0b7(0x265),'twoColumns':_0x20b0b7(0x1d5),'comparison':'比較','blank':'空白','titleOnly':_0x20b0b7(0x249),'pictureWithCaption':_0x20b0b7(0x1ed)}}},'shapePanel':{'title':_0x20b0b7(0x1e0),'shapeStyle':_0x20b0b7(0x1f4),'shapePosition':'位置','openPanel':_0x20b0b7(0x24e),'deleteShape':'図形を削除','toolbar':{'alignLeft':_0x20b0b7(0x21e),'alignCenter':_0x20b0b7(0x1c8),'alignRight':_0x20b0b7(0x222),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x20b0b7(0x1fa),'textBackgroundColor':'文字の背景色','fillColor':_0x20b0b7(0x247),'resetColor':_0x20b0b7(0x245)},'align':{'top':_0x20b0b7(0x1df),'middle':_0x20b0b7(0x1c8),'bottom':_0x20b0b7(0x256)},'textWrap':{'inline':'行内','square':_0x20b0b7(0x236),'topAndBottom':'上下','behindText':_0x20b0b7(0x1fc),'inFrontText':'文字列の前面'},'textBox':{'title':'テキスト\x20ボックス','textDirection':'文字の方向','textDirectionHorizontal':'横書き','textDirectionVertical':_0x20b0b7(0x1d1),'autoFit':'自動調整','autoFitNone':'自動調整しない','autoFitShrink':'はみ出す場合に文字を縮小','autoFitResize':'文字に合わせて図形サイズを調整','wrapText':_0x20b0b7(0x1bb),'padding':_0x20b0b7(0x206),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':_0x20b0b7(0x20b),'columnCount':'数','columnSpacing':'間隔'},'position':{'title':_0x20b0b7(0x1f6),'x':'X','y':'Y','width':'幅','height':'高さ','rotation':'回転'},'style':{'shadow':'影','shadowColor':'影の色','shadowBlurRadius':_0x20b0b7(0x216),'shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':_0x20b0b7(0x22d),'shadowPresetNone':_0x20b0b7(0x242),'shadowPresetCustom':_0x20b0b7(0x1bf),'shadowTransparency':_0x20b0b7(0x1d7),'shadowSize':_0x20b0b7(0x25a),'shadowPreset':{'shdw6':_0x20b0b7(0x21a),'shdw5':_0x20b0b7(0x246),'shdw2':_0x20b0b7(0x1c2),'shdw1':'外側:\x20左上','shdw14':_0x20b0b7(0x1fe),'shdw10':_0x20b0b7(0x1e1)}},'fill':{'title':_0x20b0b7(0x21b),'noFill':_0x20b0b7(0x226),'solidFill':_0x20b0b7(0x1e9),'gradientFill':_0x20b0b7(0x1b9),'pictureFill':_0x20b0b7(0x1be),'color':'色','transparency':_0x20b0b7(0x1d7),'picture':{'source':_0x20b0b7(0x1ce),'insert':'画像を挿入','tileAsTexture':_0x20b0b7(0x239),'offsetX':_0x20b0b7(0x1b8),'offsetY':'Yオフセット','scaleX':'Xスケール','scaleY':_0x20b0b7(0x1db),'alignment':'配置','rotateWithShape':_0x20b0b7(0x1c3),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x20b0b7(0x20d),'solidLine':'実線','color':'色','transparency':'透明度','width':'幅','cornerRadius':_0x20b0b7(0x24b),'beginArrowType':_0x20b0b7(0x1cf),'beginArrowSize':'先端の矢印のサイズ','endArrowType':'末端の矢印の種類','endArrowSize':_0x20b0b7(0x1ef),'dashType':{'title':_0x20b0b7(0x228),'solid':'実線','roundDot':_0x20b0b7(0x262),'squareDot':_0x20b0b7(0x1b7),'dash':_0x20b0b7(0x210),'dashDot':_0x20b0b7(0x201),'longDash':_0x20b0b7(0x1b4),'longDashDot':_0x20b0b7(0x1f1),'longDashDotDot':_0x20b0b7(0x23e)},'capType':{'title':_0x20b0b7(0x24a),'flat':_0x20b0b7(0x1f5),'round':_0x20b0b7(0x1ee),'square':_0x20b0b7(0x211)},'joinType':{'title':_0x20b0b7(0x255),'miter':_0x20b0b7(0x244),'round':_0x20b0b7(0x1ee),'bevel':_0x20b0b7(0x243)},'sketchType':{'title':_0x20b0b7(0x230),'none':'なし','curved':'曲線','freehand':_0x20b0b7(0x235),'handDrawn':_0x20b0b7(0x231)},'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x20b0b7(0x233),'stealthArrow':_0x20b0b7(0x263),'diamondArrow':_0x20b0b7(0x24f),'ovalArrow':_0x20b0b7(0x1e3)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x20b0b7(0x213),'open':_0x20b0b7(0x1af),'showAll':_0x20b0b7(0x1d6),'hideAll':_0x20b0b7(0x232),'show':'表示','hide':_0x20b0b7(0x23f),'moveForward':'前面へ移動','moveBackward':_0x20b0b7(0x221),'nameInput':'オブジェクト名','empty':_0x20b0b7(0x25f),'close':_0x20b0b7(0x1c9),'name':'名前','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x20b0b7(0x204)},'backgroundPanel':{'title':'背景の書式設定','backgroundGraphics':'背景グラフィック','hideBackgroundGraphics':_0x20b0b7(0x20c),'presentationBackground':_0x20b0b7(0x1e2),'presentationBackgroundEmpty':'未設定','presentationBackgroundImages':'画像','setPresentationBackground':_0x20b0b7(0x1c6),'clearPresentationBackground':'クリア','none':_0x20b0b7(0x226),'solid':_0x20b0b7(0x1e9),'gradient':_0x20b0b7(0x1b9),'image':_0x20b0b7(0x25c),'pattern':_0x20b0b7(0x229),'color':'色','transparency':_0x20b0b7(0x1d7),'imageSource':_0x20b0b7(0x1c7),'insertImage':'ファイル...','fit':_0x20b0b7(0x219),'fitOptions':{'cover':_0x20b0b7(0x21b),'contain':_0x20b0b7(0x219),'stretch':'伸縮','repeat':'タイル'},'patternHint':_0x20b0b7(0x1d4),'applyToAll':_0x20b0b7(0x224),'resetBackground':_0x20b0b7(0x1e7)},'transitionPanel':{'title':_0x20b0b7(0x1ba),'effect':'効果','direction':'方向','duration':'時間','preview':_0x20b0b7(0x22a),'applyToAll':'すべてに適用','effects':{'none':'なし','fade':_0x20b0b7(0x21f),'push':_0x20b0b7(0x251),'wipe':'ワイプ','split':'分割','reveal':'表示','cut':_0x20b0b7(0x234),'uncover':'\x20uncover','cover':_0x20b0b7(0x1f0),'zoom':_0x20b0b7(0x1de)},'directions':{'left':_0x20b0b7(0x1ae),'right':_0x20b0b7(0x207),'up':_0x20b0b7(0x208),'down':_0x20b0b7(0x1bc)}},'contextmenu':{'addPage':_0x20b0b7(0x214),'backgroundPanel':'背景の書式設定','transitionPanel':_0x20b0b7(0x1ba),'speakerNotes':_0x20b0b7(0x1d3),'ruler':_0x20b0b7(0x250),'shapePanel':_0x20b0b7(0x1e0),'flipHorizontal':'左右反転','flipVertical':_0x20b0b7(0x218),'group':_0x20b0b7(0x1f8),'ungroup':_0x20b0b7(0x266)},'presentation':{'play':'再生','playFromBeginning':_0x20b0b7(0x22f),'playFromCurrent':_0x20b0b7(0x1ca),'playDualScreen':_0x20b0b7(0x220),'playDualScreenFromBeginning':'双画面・最初から','playDualScreenFromCurrent':_0x20b0b7(0x1ab),'dualScreenUnavailable':_0x20b0b7(0x264),'fullscreenPrompt':_0x20b0b7(0x1dd),'presentationEnded':_0x20b0b7(0x253),'previous':'前へ','next':'次へ','exit':'終了','slideProgress':'{total}\x20枚中\x20{current}\x20枚目','speakerNotes':_0x20b0b7(0x1d3),'speakerNotesPlaceholder':_0x20b0b7(0x1d9),'speakerNotesEmpty':_0x20b0b7(0x1bd),'speakerNotesSave':'保存','speakerNotesCancel':'キャンセル'},'slide':{'placeholder':{'text':{'title':_0x20b0b7(0x23c),'subtitle':_0x20b0b7(0x1e4),'body':_0x20b0b7(0x1b1),'text':'クリックしてテキストを追加','header':_0x20b0b7(0x1d2),'footer':'フッタープレースホルダー','date':'日付プレースホルダー','slideNumber':_0x20b0b7(0x1f7)},'icon':{'image':'画像','table':'表','chart':_0x20b0b7(0x22b),'diagram':_0x20b0b7(0x238),'media':_0x20b0b7(0x1c1)}}},'image-panel':{'arrange':{'title':'配置','forward':_0x20b0b7(0x258),'backward':_0x20b0b7(0x221),'front':'最前面へ移動','back':_0x20b0b7(0x215)},'transform':{'title':'変形','rotate':_0x20b0b7(0x205),'x':_0x20b0b7(0x1ac),'y':_0x20b0b7(0x252),'width':_0x20b0b7(0x1ad),'height':_0x20b0b7(0x20a),'lock':'比率を固定'},'crop':{'title':_0x20b0b7(0x1c0),'start':'トリミング開始','mode':'自由','shape':'図形にトリミング'}}}};}));function _0x3d02(_0x2766ff,_0x44304f){_0x2766ff=_0x2766ff-0x1ab;var _0x7fc878=_0x7fc8();var _0x3d0267=_0x7fc878[_0x2766ff];return _0x3d0267;}function _0x7fc8(){var _0x3988d3=['プリセット','ワイド画面\x20(16:9)','最初から再生','スケッチの種類','手書き','すべて非表示','オープン矢印','カット','フリーハンド','四角形','7166299ZerDkp','ダイアグラム','テクスチャとしてタイル状に配置','1315101pQukWd','切り取り','クリックしてタイトルを追加','カスタムサイズ','長ダッシュドットドット','非表示','フォント','灰の破線・終端矢印付き','影なし','ベベル','面取り','色をリセット','外側:\x20左下','塗りつぶしの色','横書きテキストボックス','タイトルのみ','線端の種類','角丸半径','図形の書式','フォントサイズを拡大','図形パネルを開く','ダイヤ矢印','ルーラー','プッシュ','Y\x20(px)','プレゼンテーション終了','アクセント\x20青','接合の種類','下揃え','6175736QuvTbC','前面へ移動','スライド','サイズ','タイトルスライド','画像塗りつぶし','+\x20スライドを追加','図形の既定値','オブジェクトがありません','オレンジの細い実線','表のサイズ','丸ドット','ステルス矢印','デュアル画面プレゼンテーションを開始できません。ウィンドウ管理権限を許可し、拡張ディスプレイを接続してから再試行してください。','セクションヘッダー','グループ化解除','両端揃え','双画面・現在から','X\x20(px)','幅\x20(px)','左から','レイヤーパネルを開く','タイトルと内容','クリックしてテキストを追加','4423945uqofQV','灰の細い破線','長ダッシュ','結果が見つかりませんでした。','図形の変更','四角ドット','Xオフセット','グラデーション塗りつぶし','切り替え','図形内で文字を折り返す','下から','スピーカーノートなし','図またはテクスチャ塗りつぶし','カスタム','トリミング','メディア','外側:\x20右上','図形と一緒に回転','function','レイアウトを選択','背景を設定','画像挿入元','中央揃え','閉じる','現在のスライドから再生','見出し\x201','標準\x20(4:3)','灰の細い実線','画像ソース','先端の矢印の種類','テーマ','縦書き','ヘッダープレースホルダー','スピーカーノート','パターン設定は近日公開予定です。','2つの内容','すべて表示','透明度','水平方向の配置','クリックして現在のスライドのノートを追加','テキストスタイル','Yスケール','コピー','クリックして全画面表示','ズーム','上揃え','図形の書式設定','外側:\x20左上(大)','プレゼンテーション背景','楕円矢印','クリックしてサブタイトルを追加','段落タイプ','テキストボックス','背景をリセット','縦書きテキストボックス','単色塗りつぶし','10vKcNFQ','全画面表示','線スタイル','キャプション付き画像','ラウンド','末端の矢印のサイズ','カバー','長ダッシュドット','絵文字','透明な文字色','図形スタイル','フラット','位置とサイズ','スライド番号プレースホルダー','グループ化','貼り付け','文字の色','青の細い破線','文字列の背面','object','外側:\x20右下(小)','226008HQxsnt','文字色','ダッシュドット','11819450JBUHhX','本文\x20黒','詳細を編集するオブジェクトを選択','回転\x20(°)','内側の余白','右から','上から','フォントサイズを縮小','高さ\x20(px)','段組み','マスター/レイアウトのグラフィックを非表示','線なし','amd','スライド名、テキスト、オブジェクト名を入力して検索してください。','ダッシュ','スクエア','18vVAAFt','オブジェクト一覧','新しいスライド','最背面へ移動','ぼかし','タイトル\x20黒','上下反転','フィット','外側:\x20右下','塗りつぶし','6FDNSii','青の終端矢印付き線','左揃え','フェード','双画面プレゼンテーション','背面へ移動','右揃え','その他のスタイル','すべてに適用','取り消し線','塗りつぶしなし','224954XKiSwt','破線の種類','パターン塗りつぶし','プレビュー','グラフ','下にスライドを追加'];_0x7fc8=function(){return _0x3988d3;};return _0x7fc8();}