@univerjs-pro/slides-ui 1.0.0-alpha.7 → 1.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +0 -4
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/shortcut.operation.d.ts +6 -0
- package/lib/types/components/canvas-view/CanvasView.d.ts +38 -2
- package/lib/types/controllers/page-size.util.d.ts +27 -0
- package/lib/types/controllers/slide-render.controller.d.ts +2 -2
- package/lib/types/controllers/slide-shape-adjust.controller.d.ts +1 -1
- package/lib/types/embed-focus-owner.d.ts +1 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -4
- package/lib/types/render-objects/slide-table-object.d.ts +1 -1
- package/lib/types/services/slide-canvas-pop-manager.service.d.ts +1 -0
- package/lib/types/services/slide-embed-integration.service.d.ts +2 -0
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +0 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +17 -17
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +0 -4
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2b2482,_0x52b3d2){var _0x14f1c3=_0x2b31,_0x523036=_0x2b2482();while(!![]){try{var _0x4ee35a=-parseInt(_0x14f1c3(0x14e))/0x1+parseInt(_0x14f1c3(0x1d4))/0x2+parseInt(_0x14f1c3(0x1da))/0x3+parseInt(_0x14f1c3(0x107))/0x4*(-parseInt(_0x14f1c3(0x1c6))/0x5)+-parseInt(_0x14f1c3(0x1aa))/0x6+parseInt(_0x14f1c3(0x115))/0x7*(parseInt(_0x14f1c3(0x17d))/0x8)+-parseInt(_0x14f1c3(0x118))/0x9*(parseInt(_0x14f1c3(0xe2))/0xa);if(_0x4ee35a===_0x52b3d2)break;else _0x523036['push'](_0x523036['shift']());}catch(_0x537596){_0x523036['push'](_0x523036['shift']());}}}(_0x6d97,0x985ba),function(_0x4c73e0,_0x4d8d79){var _0x478110=_0x2b31;typeof exports==_0x478110(0x1dc)&&typeof module<'u'?module[_0x478110(0x1c0)]=_0x4d8d79():typeof define==_0x478110(0x1a0)&&define[_0x478110(0x18e)]?define([],_0x4d8d79):(_0x4c73e0=typeof globalThis<'u'?globalThis:_0x4c73e0||self,_0x4c73e0[_0x478110(0x15b)]=_0x4d8d79());}(this,function(){var _0x486f85=_0x2b31;return{'slides-ui':{'ribbon':{'shapeFormat':_0x486f85(0x1c7),'changeShape':_0x486f85(0x195)},'insertToolbar':{'search':_0x486f85(0x1d0),'text':'کادر\x20متن','textHorizontal':'کادر\x20متن\x20افقی','textVertical':'کادر\x20متن\x20عمودی','image':_0x486f85(0x109),'table':_0x486f85(0x176),'shape':_0x486f85(0xee),'chart':_0x486f85(0x114),'symbol':_0x486f85(0xf5),'emoji':_0x486f85(0x12d)},'tableSizePicker':{'title':_0x486f85(0x17e),'customSize':_0x486f85(0x15d),'rows':_0x486f85(0x15a),'columns':_0x486f85(0x10a),'insert':_0x486f85(0xe6),'apply':_0x486f85(0x169)},'searchPanel':{'placeholder':_0x486f85(0x16f),'noQuery':_0x486f85(0x14f),'empty':_0x486f85(0x1a7),'slidePrefix':_0x486f85(0x170)},'themePicker':{'title':_0x486f85(0x146),'caption':_0x486f85(0x124),'tooltip':_0x486f85(0x129)},'display':{'slideSize':'اندازه\x20اسلاید','widescreen':_0x486f85(0x139),'standard':_0x486f85(0x189),'fullscreen':_0x486f85(0x148)},'editorToolbar':{'fontFamily':_0x486f85(0x1b9),'fontSize':_0x486f85(0x1bf),'paragraphType':_0x486f85(0xf8),'heading1':_0x486f85(0x111),'increaseFontSize':_0x486f85(0xec),'decreaseFontSize':_0x486f85(0x116),'textColor':_0x486f85(0x10c),'transparentTextColor':_0x486f85(0x130),'textBackgroundColor':_0x486f85(0x1a4),'bold':_0x486f85(0x196),'italic':_0x486f85(0x12e),'underline':'زیرخط','strikethrough':_0x486f85(0x167),'horizontalAlign':_0x486f85(0x19e),'verticalAlign':_0x486f85(0x13e),'alignLeft':'تراز\x20چپ','alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0x486f85(0x143),'alignTop':'تراز\x20بالا','alignMiddle':_0x486f85(0x110),'alignBottom':'تراز\x20پایین'},'quickStyles':{'tooltip':'سبکهای\x20سریع','shapeStyles':_0x486f85(0x14c),'lineStyles':_0x486f85(0x179),'textStyles':_0x486f85(0x1cc),'more':'سبکهای\x20بیشتر','groups':{'solid':_0x486f85(0x119),'dashed':_0x486f85(0x1cf)},'presets':{'line':{'blackSolid':_0x486f85(0x1b2),'blueSolid':_0x486f85(0x186),'orangeSolid':'خط\x20نازک\x20پیوسته\x20نارنجی','graySolid':_0x486f85(0x19b),'blueEndArrow':'خط\x20آبی\x20با\x20پیکان\x20انتهایی','greenTwoWayArrow':_0x486f85(0x120),'blackDashed':_0x486f85(0x188),'blueDashed':_0x486f85(0x132),'grayDashed':_0x486f85(0x175),'blueDashedEndArrow':'خط\x20نقطهچین\x20آبی\x20با\x20پیکان\x20انتهایی','grayDashedEndArrow':'خط\x20نقطهچین\x20خاکستری\x20با\x20پیکان\x20انتهایی','greenDashedTwoWayArrow':_0x486f85(0xf1)},'text':{'bodyBlack':_0x486f85(0x1bc),'titleBlack':_0x486f85(0xe3),'accentBlue':_0x486f85(0x16c),'accentOrange':'تأکید\x20نارنجی','noteGray':_0x486f85(0x1c3)}}},'thumbnailBar':{'resizePanel':_0x486f85(0x18f),'addSlide':_0x486f85(0x127),'contextMenu':{'cut':_0x486f85(0x17c),'copy':_0x486f85(0x1ce),'paste':'جایگذاری','addBelow':_0x486f85(0x1b7),'delete':_0x486f85(0x19d)},'layoutPicker':{'title':_0x486f85(0x194),'layouts':{'title':'اسلاید\x20عنوان','titleAndBody':_0x486f85(0x1ba),'sectionHeader':_0x486f85(0x11e),'twoColumns':_0x486f85(0x12f),'comparison':_0x486f85(0x121),'blank':_0x486f85(0x1c1),'titleOnly':'فقط\x20عنوان','pictureWithCaption':_0x486f85(0x162)}}},'shapePanel':{'title':_0x486f85(0x1c7),'shapeStyle':_0x486f85(0x1b5),'shapePosition':_0x486f85(0x108),'openPanel':_0x486f85(0x126),'deleteShape':'حذف\x20شکل','toolbar':{'alignLeft':_0x486f85(0x15f),'alignCenter':_0x486f85(0xff),'alignRight':_0x486f85(0x193),'alignJustify':_0x486f85(0x1ca),'bold':_0x486f85(0x196),'italic':_0x486f85(0x10e),'underline':_0x486f85(0x153),'strikethrough':_0x486f85(0x167),'textColor':_0x486f85(0x10c),'textBackgroundColor':_0x486f85(0x1a4),'fillColor':_0x486f85(0x1a4),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x486f85(0xef),'middle':'تراز\x20وسط','bottom':_0x486f85(0x1c4)},'textWrap':{'inline':_0x486f85(0x136),'square':'مربع','topAndBottom':'بالا\x20و\x20پایین','behindText':_0x486f85(0x1d6),'inFrontText':_0x486f85(0x181)},'textBox':{'title':_0x486f85(0x192),'textDirection':'جهت\x20متن','textDirectionHorizontal':_0x486f85(0x158),'textDirectionVertical':_0x486f85(0x18a),'autoFit':_0x486f85(0x149),'autoFitNone':'بدون\x20اندازهگذاری\x20خودکار','autoFitShrink':_0x486f85(0x17b),'autoFitResize':_0x486f85(0xf0),'wrapText':_0x486f85(0x1b3),'padding':_0x486f85(0x171),'paddingLeft':'چپ','paddingRight':_0x486f85(0x180),'paddingTop':_0x486f85(0x168),'paddingBottom':_0x486f85(0xe7),'columns':_0x486f85(0x10a),'columnCount':_0x486f85(0x150),'columnSpacing':_0x486f85(0x1a6)},'position':{'title':_0x486f85(0x138),'x':_0x486f85(0x151),'y':_0x486f85(0x197),'width':'عرض','height':_0x486f85(0x102),'rotation':_0x486f85(0x101)},'style':{'shadow':_0x486f85(0x1a2),'shadowColor':_0x486f85(0xed),'shadowBlurRadius':_0x486f85(0x1b0),'shadowDistance':_0x486f85(0x1a6),'shadowDirection':_0x486f85(0x15c),'shadowPresetTitle':_0x486f85(0x1c8),'shadowPresetNone':_0x486f85(0xf6),'shadowPresetCustom':_0x486f85(0x182),'shadowTransparency':'شفافیت','shadowSize':_0x486f85(0x13d),'shadowPreset':{'shdw6':_0x486f85(0x161),'shdw5':'بیرونی:\x20پایین\x20چپ','shdw2':_0x486f85(0x11d),'shdw1':_0x486f85(0x19f),'shdw14':_0x486f85(0x18b),'shdw10':_0x486f85(0x1a9)}},'fill':{'title':'پر\x20کردن','noFill':'بدون\x20پر\x20کردن','solidFill':_0x486f85(0x1a5),'gradientFill':_0x486f85(0x1a1),'pictureFill':_0x486f85(0x145),'color':_0x486f85(0x128),'transparency':_0x486f85(0x173),'picture':{'source':'منبع\x20تصویر','insert':'درج\x20تصویر','tileAsTexture':'کاشی\x20تصویر\x20بهعنوان\x20بافت','offsetX':_0x486f85(0x1d7),'offsetY':_0x486f85(0x177),'scaleX':_0x486f85(0xfe),'scaleY':_0x486f85(0x103),'alignment':_0x486f85(0x133),'rotateWithShape':_0x486f85(0x11f),'align':{'tl':_0x486f85(0x13c),'t':_0x486f85(0x168),'tr':_0x486f85(0x19c),'l':'چپ','ctr':_0x486f85(0x1bb),'r':_0x486f85(0x180),'bl':_0x486f85(0x10b),'b':'پایین','br':_0x486f85(0x14b)}}},'line':{'title':'خط','noLine':_0x486f85(0x1c2),'solidLine':_0x486f85(0xeb),'color':_0x486f85(0x128),'transparency':'شفافیت','width':_0x486f85(0x12a),'cornerRadius':_0x486f85(0x16d),'beginArrowType':_0x486f85(0xf9),'beginArrowSize':_0x486f85(0x16b),'endArrowType':_0x486f85(0x141),'endArrowSize':_0x486f85(0x154),'dashType':{'title':'نوع\x20خط\x20نقطهچین','solid':'پیوسته','roundDot':_0x486f85(0xe5),'squareDot':_0x486f85(0x106),'dash':_0x486f85(0xf7),'dashDot':_0x486f85(0x19a),'longDash':'خط\x20تیره\x20بلند','longDashDot':_0x486f85(0x1b4),'longDashDotDot':'خط\x20تیره\x20بلند-نقطه-نقطه'},'capType':{'title':'نوع\x20انتها','flat':_0x486f85(0x14a),'round':'گرد','square':'مربع'},'joinType':{'title':_0x486f85(0x184),'miter':_0x486f85(0x12e),'round':'گرد','bevel':_0x486f85(0x1b6)},'sketchType':{'title':_0x486f85(0x198),'none':_0x486f85(0x17f),'curved':'منحنی','freehand':_0x486f85(0x172),'handDrawn':'طراحی\x20دستی'},'arrowType':{'none':_0x486f85(0x17f),'arrow':_0x486f85(0x1c9),'openArrow':_0x486f85(0x157),'stealthArrow':'پیکان\x20مخفی','diamondArrow':_0x486f85(0x144),'ovalArrow':_0x486f85(0x199)},'arrowSize':{'small':'کوچک','medium':_0x486f85(0xf4),'large':_0x486f85(0x191)}}},'objectListPanel':{'title':_0x486f85(0x183),'open':_0x486f85(0x18c),'showAll':'نمایش\x20همه','hideAll':_0x486f85(0x164),'show':_0x486f85(0x166),'hide':'پنهان\x20کردن','moveForward':_0x486f85(0x1d1),'moveBackward':_0x486f85(0x1a3),'nameInput':'نام\x20شیء','empty':'شیئی\x20وجود\x20ندارد','close':_0x486f85(0x13f),'name':_0x486f85(0x13b),'description':_0x486f85(0x178),'descriptionPlaceholder':_0x486f85(0x185),'details':_0x486f85(0x1ab),'noSelection':_0x486f85(0x16a)},'backgroundPanel':{'title':'قالببندی\x20پسزمینه','backgroundGraphics':_0x486f85(0x160),'hideBackgroundGraphics':_0x486f85(0x1ae),'presentationBackground':_0x486f85(0x1cb),'presentationBackgroundEmpty':_0x486f85(0x159),'presentationBackgroundImages':_0x486f85(0x1cd),'setPresentationBackground':_0x486f85(0x187),'clearPresentationBackground':_0x486f85(0x1ad),'none':_0x486f85(0x163),'solid':'پر\x20کردن\x20رنگی','gradient':_0x486f85(0x1a1),'image':'پر\x20کردن\x20تصویری','pattern':'پر\x20کردن\x20الگو','color':'رنگ','transparency':_0x486f85(0x173),'imageSource':_0x486f85(0x10d),'insertImage':'فایل...','fit':_0x486f85(0x12c),'fitOptions':{'cover':_0x486f85(0xf2),'contain':_0x486f85(0x12c),'stretch':_0x486f85(0x174),'repeat':_0x486f85(0x1bd)},'patternHint':_0x486f85(0x18d),'applyToAll':'اعمال\x20به\x20همه','resetBackground':_0x486f85(0x156)},'transitionPanel':{'title':_0x486f85(0x1ac),'effect':_0x486f85(0x15e),'direction':_0x486f85(0x1c5),'duration':'مدت','preview':'پیشنمایش','applyToAll':_0x486f85(0x1db),'effects':{'none':_0x486f85(0x17f),'fade':_0x486f85(0x134),'push':_0x486f85(0x104),'wipe':_0x486f85(0x1ad),'split':'تقسیم','reveal':_0x486f85(0xfb),'cut':'بریدن','uncover':_0x486f85(0xe9),'cover':_0x486f85(0x165),'zoom':_0x486f85(0x17a)},'directions':{'left':_0x486f85(0x122),'right':_0x486f85(0x11a),'up':'از\x20بالا','down':_0x486f85(0x1b1)}},'contextmenu':{'addPage':_0x486f85(0x140),'backgroundPanel':_0x486f85(0x1a8),'transitionPanel':'گذارها','speakerNotes':_0x486f85(0x113),'ruler':'خطکش','shapePanel':'قالببندی\x20شکل','flipHorizontal':_0x486f85(0xe4),'flipVertical':_0x486f85(0x1af),'group':_0x486f85(0x13a),'ungroup':_0x486f85(0xfa)},'presentation':{'play':_0x486f85(0x142),'playFromBeginning':'پخش\x20از\x20ابتدا','playFromCurrent':_0x486f85(0xf3),'playDualScreen':_0x486f85(0xfc),'playDualScreenFromBeginning':_0x486f85(0x1d5),'playDualScreenFromCurrent':_0x486f85(0x135),'dualScreenUnavailable':_0x486f85(0x100),'fullscreenPrompt':_0x486f85(0x117),'presentationEnded':_0x486f85(0x123),'previous':_0x486f85(0x112),'next':_0x486f85(0x1d2),'exit':'خروج','slideProgress':'اسلاید\x20{current}\x20از\x20{total}','speakerNotes':_0x486f85(0x113),'speakerNotesPlaceholder':'برای\x20افزودن\x20یادداشت\x20به\x20اسلاید\x20فعلی\x20کلیک\x20کنید','speakerNotesEmpty':_0x486f85(0x1d9),'speakerNotesSave':_0x486f85(0x1be),'speakerNotesCancel':_0x486f85(0x11b)},'slide':{'placeholder':{'text':{'title':_0x486f85(0x1d8),'subtitle':_0x486f85(0x10f),'body':_0x486f85(0x11c),'text':_0x486f85(0x11c),'header':_0x486f85(0x190),'footer':_0x486f85(0x152),'date':_0x486f85(0x105),'slideNumber':_0x486f85(0x1d3)},'icon':{'image':'تصویر','table':'جدول','chart':_0x486f85(0x114),'diagram':_0x486f85(0x114),'media':_0x486f85(0x12b)}}},'image-panel':{'arrange':{'title':_0x486f85(0x131),'forward':_0x486f85(0x1b8),'backward':'فرستادن\x20به\x20عقب','front':_0x486f85(0x16e),'back':_0x486f85(0xfd)},'transform':{'title':_0x486f85(0x137),'rotate':_0x486f85(0xea),'x':_0x486f85(0x125),'y':_0x486f85(0x155),'width':_0x486f85(0xe8),'height':'ارتفاع\x20(پیکسل)','lock':'قفل\x20نسبت'},'crop':{'title':_0x486f85(0x17c),'start':_0x486f85(0x147),'mode':'آزاد','shape':_0x486f85(0x14d)}}}};}));function _0x2b31(_0x5aed39,_0x22d44c){_0x5aed39=_0x5aed39-0xe2;var _0x6d971=_0x6d97();var _0x2b31ce=_0x6d971[_0x5aed39];return _0x2b31ce;}function _0x6d97(){var _0x541eee=['کشیدن','خط\x20نازک\x20نقطهچین\x20خاکستری','جدول','جابجایی\x20وای','توضیحات','سبکهای\x20خط','بزرگنمایی','کوچک\x20کردن\x20متن\x20هنگام\x20سرریز','برش','640gifRpO','اندازه\x20جدول','هیچکدام','راست','جلوی\x20متن','سفارشی','فهرست\x20اشیا','نوع\x20اتصال','افزودن\x20توضیحات','خط\x20نازک\x20پیوسته\x20آبی','تنظیم\x20پسزمینه','خط\x20نازک\x20نقطهچین\x20مشکی','استاندارد\x20(4:3)','عمودی','بیرونی:\x20پایین\x20راست\x20کوچک','باز\x20کردن\x20پنل\x20لایهها','تنظیمات\x20الگو\x20بهزودی\x20در\x20دسترس\x20خواهد\x20بود.','amd','تغییر\x20اندازه\x20پنل\x20بندانگشتی\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بزرگ','5725164waOqjg','جزئیات','گذارها','پاک\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پایین','جهت','500vbNyGs','قالببندی\x20شکل','پیشتنظیم','پیکان','توجیه','پسزمینه\x20ارائه','سبکهای\x20متن','تصویر(ها)','کپی','نقطهچین','جستجو','جلو\x20آوردن','بعدی','جاینگهدار\x20شماره\x20اسلاید','2069348WPwwxd','دو\x20صفحه\x20از\x20ابتدا','پشت\x20متن','جابجایی\x20ایکس','برای\x20افزودن\x20عنوان\x20کلیک\x20کنید','یادداشت\x20ارائهدهنده\x20وجود\x20ندارد','2358732lMNdNe','اعمال\x20به\x20همه','object','230uNFGjD','عنوان\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تلاش\x20کنید.','چرخش','ارتفاع','مقیاس\x20وای','هل\x20دادن','جاینگهدار\x20تاریخ','نقطه\x20مربعی','16540nGrdLK','موقعیت','تصویر','ستونها','پایین\x20چپ','رنگ\x20متن','درج\x20تصویر\x20از','ایتالیک','برای\x20افزودن\x20زیرعنوان\x20کلیک\x20کنید','تراز\x20وسط\x20عمودی','عنوان\x20۱','قبلی','یادداشتهای\x20ارائهدهنده','نمودار','103439nFKbua','کاهش\x20اندازه\x20فونت','برای\x20تمامصفحه\x20کلیک\x20کنید','194841gwmYRa','پیوسته','از\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(16:9)','گروهبندی','نام','بالا\x20چپ','اندازه','تراز\x20عمودی','بستن','اسلاید\x20جدید','نوع\x20پیکان\x20انتهایی','پخش','همتراز','پیکان\x20لوزی','پر\x20کردن\x20تصویر\x20یا\x20بافت','تمها','شروع\x20برش','تمامصفحه','اندازهگذاری\x20خودکار','صاف','پایین\x20راست','سبکهای\x20شکل','برش\x20به\x20شکل','513399qbsSFr','برای\x20جستجوی\x20نام\x20اسلایدها،\x20متن\x20و\x20نام\x20اشیاء\x20تایپ\x20کنید.','تعداد','ایکس','جاینگهدار\x20پاصفحه','خطکشی','اندازه\x20پیکان\x20انتهایی','وای\x20(پیکسل)','بازنشانی\x20پسزمینه','پیکان\x20باز','افقی','تنظیم\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داخلی','آزاد','شفافیت'];_0x6d97=function(){return _0x541eee;};return _0x6d97();}
|
|
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شکل'}}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x21a6(_0x66dd2b,_0x7a3b28){_0x66dd2b=_0x66dd2b-0x183;var _0x3a66d7=_0x3a66();var _0x21a6d8=_0x3a66d7[_0x66dd2b];return _0x21a6d8;}(function(_0x339fdd,_0x30e152){var _0x4c82fa=_0x21a6,_0x2a74a5=_0x339fdd();while(!![]){try{var _0x296e68=-parseInt(_0x4c82fa(0x1da))/0x1+-parseInt(_0x4c82fa(0x1c4))/0x2*(-parseInt(_0x4c82fa(0x193))/0x3)+parseInt(_0x4c82fa(0x194))/0x4*(-parseInt(_0x4c82fa(0x1d7))/0x5)+-parseInt(_0x4c82fa(0x23d))/0x6+parseInt(_0x4c82fa(0x22f))/0x7*(parseInt(_0x4c82fa(0x183))/0x8)+-parseInt(_0x4c82fa(0x1df))/0x9+-parseInt(_0x4c82fa(0x25d))/0xa*(-parseInt(_0x4c82fa(0x1db))/0xb);if(_0x296e68===_0x30e152)break;else _0x2a74a5['push'](_0x2a74a5['shift']());}catch(_0x3977f2){_0x2a74a5['push'](_0x2a74a5['shift']());}}}(_0x3a66,0xee969),function(_0xa8a5d8,_0x585361){var _0x3dd5f6=_0x21a6;typeof exports=='object'&&typeof module<'u'?module[_0x3dd5f6(0x203)]=_0x585361():typeof define=='function'&&define['amd']?define([],_0x585361):(_0xa8a5d8=typeof globalThis<'u'?globalThis:_0xa8a5d8||self,_0xa8a5d8[_0x3dd5f6(0x1ed)]=_0x585361());}(this,function(){var _0x49262f=_0x21a6;return{'slides-ui':{'ribbon':{'shapeFormat':_0x49262f(0x249),'changeShape':'Changer\x20de\x20forme'},'insertToolbar':{'search':_0x49262f(0x224),'text':'Zone\x20de\x20texte','textHorizontal':_0x49262f(0x273),'textVertical':_0x49262f(0x22d),'image':'Image','table':'Tableau','shape':_0x49262f(0x24e),'chart':_0x49262f(0x266),'symbol':_0x49262f(0x1d8),'emoji':_0x49262f(0x244)},'tableSizePicker':{'title':_0x49262f(0x248),'customSize':'Taille\x20personnalisée','rows':'Lignes','columns':'Colonnes','insert':_0x49262f(0x231),'apply':_0x49262f(0x1af)},'searchPanel':{'placeholder':_0x49262f(0x24f),'noQuery':'Tapez\x20pour\x20rechercher\x20des\x20noms\x20de\x20diapositives,\x20du\x20texte\x20et\x20des\x20noms\x20d\x27objets.','empty':_0x49262f(0x1e1),'slidePrefix':_0x49262f(0x1f7)},'themePicker':{'title':_0x49262f(0x274),'caption':'Valeurs\x20par\x20défaut\x20des\x20formes','tooltip':_0x49262f(0x1f6)},'display':{'slideSize':_0x49262f(0x228),'widescreen':'Écran\x20large\x20(16:9)','standard':_0x49262f(0x234),'fullscreen':_0x49262f(0x1ff)},'editorToolbar':{'fontFamily':_0x49262f(0x1f5),'fontSize':_0x49262f(0x25c),'paragraphType':_0x49262f(0x21c),'heading1':'Titre\x201','increaseFontSize':_0x49262f(0x245),'decreaseFontSize':_0x49262f(0x1d6),'textColor':_0x49262f(0x210),'transparentTextColor':_0x49262f(0x1a1),'textBackgroundColor':_0x49262f(0x1ee),'bold':_0x49262f(0x263),'italic':_0x49262f(0x23f),'underline':_0x49262f(0x1cf),'strikethrough':'Barré','horizontalAlign':_0x49262f(0x26d),'verticalAlign':'Alignement\x20vertical','alignLeft':_0x49262f(0x23e),'alignCenter':_0x49262f(0x1b1),'alignRight':_0x49262f(0x1f2),'alignJustify':'Justifier','alignTop':_0x49262f(0x23c),'alignMiddle':_0x49262f(0x1cb),'alignBottom':_0x49262f(0x1b8)},'quickStyles':{'tooltip':_0x49262f(0x1dd),'shapeStyles':_0x49262f(0x1b2),'lineStyles':_0x49262f(0x1b6),'textStyles':_0x49262f(0x19e),'more':_0x49262f(0x232),'groups':{'solid':'Plein','dashed':'Tirets'},'presets':{'line':{'blackSolid':_0x49262f(0x1be),'blueSolid':_0x49262f(0x22b),'orangeSolid':_0x49262f(0x22e),'graySolid':_0x49262f(0x1eb),'blueEndArrow':_0x49262f(0x252),'greenTwoWayArrow':_0x49262f(0x242),'blackDashed':_0x49262f(0x225),'blueDashed':_0x49262f(0x271),'grayDashed':_0x49262f(0x268),'blueDashedEndArrow':_0x49262f(0x197),'grayDashedEndArrow':_0x49262f(0x1c1),'greenDashedTwoWayArrow':'Ligne\x20en\x20tirets\x20verte\x20avec\x20flèches\x20bidirectionnelles'},'text':{'bodyBlack':_0x49262f(0x191),'titleBlack':_0x49262f(0x1e8),'accentBlue':_0x49262f(0x1c0),'accentOrange':'Accent\x20orange','noteGray':_0x49262f(0x229)}}},'thumbnailBar':{'resizePanel':'Redimensionner\x20le\x20panneau\x20des\x20miniatures\x20de\x20diapositives','addSlide':_0x49262f(0x214),'contextMenu':{'cut':_0x49262f(0x255),'copy':_0x49262f(0x19a),'paste':_0x49262f(0x192),'addBelow':_0x49262f(0x207),'delete':_0x49262f(0x1a0)},'layoutPicker':{'title':'Choisir\x20une\x20mise\x20en\x20page','layouts':{'title':_0x49262f(0x206),'titleAndBody':_0x49262f(0x1ba),'sectionHeader':_0x49262f(0x226),'twoColumns':_0x49262f(0x223),'comparison':_0x49262f(0x276),'blank':_0x49262f(0x251),'titleOnly':_0x49262f(0x196),'pictureWithCaption':'Image\x20avec\x20légende'}}},'shapePanel':{'title':_0x49262f(0x1c7),'shapeStyle':_0x49262f(0x21f),'shapePosition':_0x49262f(0x1b5),'openPanel':'Ouvrir\x20le\x20panneau\x20des\x20formes','deleteShape':_0x49262f(0x26b),'toolbar':{'alignLeft':_0x49262f(0x23e),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x49262f(0x1f2),'alignJustify':_0x49262f(0x1a8),'bold':_0x49262f(0x263),'italic':'Italique','underline':_0x49262f(0x1cf),'strikethrough':_0x49262f(0x1d3),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x49262f(0x1ee),'fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':_0x49262f(0x18a)},'align':{'top':'Aligner\x20en\x20haut','middle':_0x49262f(0x1cb),'bottom':_0x49262f(0x1b8)},'textWrap':{'inline':_0x49262f(0x1bb),'square':_0x49262f(0x256),'topAndBottom':_0x49262f(0x1c6),'behindText':_0x49262f(0x1f3),'inFrontText':_0x49262f(0x235)},'textBox':{'title':_0x49262f(0x184),'textDirection':_0x49262f(0x1d1),'textDirectionHorizontal':_0x49262f(0x24c),'textDirectionVertical':_0x49262f(0x205),'autoFit':_0x49262f(0x1b4),'autoFitNone':_0x49262f(0x213),'autoFitShrink':_0x49262f(0x20d),'autoFitResize':_0x49262f(0x250),'wrapText':_0x49262f(0x1d9),'padding':'Marge\x20int?rieure','paddingLeft':_0x49262f(0x219),'paddingRight':_0x49262f(0x1ec),'paddingTop':_0x49262f(0x257),'paddingBottom':'Bas','columns':'Colonnes','columnCount':_0x49262f(0x1ef),'columnSpacing':_0x49262f(0x1d5)},'position':{'title':_0x49262f(0x1d2),'x':'X','y':'Y','width':_0x49262f(0x21e),'height':'Hauteur','rotation':_0x49262f(0x1a3)},'style':{'shadow':_0x49262f(0x20b),'shadowColor':_0x49262f(0x278),'shadowBlurRadius':_0x49262f(0x1ab),'shadowDistance':_0x49262f(0x239),'shadowDirection':_0x49262f(0x200),'shadowPresetTitle':'Préréglage','shadowPresetNone':_0x49262f(0x21a),'shadowPresetCustom':_0x49262f(0x1ae),'shadowTransparency':_0x49262f(0x238),'shadowSize':_0x49262f(0x1e5),'shadowPreset':{'shdw6':_0x49262f(0x199),'shdw5':'Extérieur\x20:\x20bas\x20gauche','shdw2':_0x49262f(0x188),'shdw1':'Extérieur\x20:\x20haut\x20gauche','shdw14':_0x49262f(0x237),'shdw10':_0x49262f(0x25e)}},'fill':{'title':_0x49262f(0x25f),'noFill':_0x49262f(0x227),'solidFill':_0x49262f(0x1a9),'gradientFill':_0x49262f(0x1ac),'pictureFill':_0x49262f(0x1c3),'color':'Couleur','transparency':_0x49262f(0x238),'picture':{'source':_0x49262f(0x1e9),'insert':_0x49262f(0x20c),'tileAsTexture':_0x49262f(0x189),'offsetX':_0x49262f(0x1a6),'offsetY':_0x49262f(0x1e4),'scaleX':_0x49262f(0x1f1),'scaleY':_0x49262f(0x254),'alignment':'Alignement','rotateWithShape':_0x49262f(0x272),'align':{'tl':_0x49262f(0x19f),'t':_0x49262f(0x257),'tr':_0x49262f(0x1b9),'l':_0x49262f(0x219),'ctr':_0x49262f(0x1d4),'r':_0x49262f(0x1ec),'bl':'Bas\x20gauche','b':_0x49262f(0x1cd),'br':_0x49262f(0x24a)}}},'line':{'title':_0x49262f(0x259),'noLine':_0x49262f(0x190),'solidLine':_0x49262f(0x247),'color':'Couleur','transparency':'Transparence','width':'Largeur','cornerRadius':_0x49262f(0x261),'beginArrowType':_0x49262f(0x1b3),'beginArrowSize':'Taille\x20de\x20flèche\x20de\x20début','endArrowType':_0x49262f(0x26e),'endArrowSize':'Taille\x20de\x20flèche\x20de\x20fin','dashType':{'title':_0x49262f(0x1a2),'solid':_0x49262f(0x1bf),'roundDot':'Point\x20rond','squareDot':_0x49262f(0x1fe),'dash':'Tiret','dashDot':_0x49262f(0x186),'longDash':'Tiret\x20long','longDashDot':_0x49262f(0x1dc),'longDashDotDot':_0x49262f(0x216)},'capType':{'title':'Type\x20d\x27extrémité','flat':'Plat','round':_0x49262f(0x1c8),'square':_0x49262f(0x256)},'joinType':{'title':'Type\x20de\x20jointure','miter':_0x49262f(0x24b),'round':'Rond','bevel':_0x49262f(0x22c)},'sketchType':{'title':'Type\x20d\x27esquisse','none':_0x49262f(0x18d),'curved':'Courbe','freehand':_0x49262f(0x202),'handDrawn':'Dessiné\x20à\x20la\x20main'},'arrowType':{'none':'Aucune','arrow':_0x49262f(0x1b0),'openArrow':_0x49262f(0x25b),'stealthArrow':_0x49262f(0x241),'diamondArrow':_0x49262f(0x195),'ovalArrow':_0x49262f(0x269)},'arrowSize':{'small':_0x49262f(0x1f4),'medium':'Moyenne','large':'Grande'}}},'objectListPanel':{'title':_0x49262f(0x18b),'open':_0x49262f(0x260),'showAll':_0x49262f(0x212),'hideAll':'Tout\x20masquer','show':_0x49262f(0x1c5),'hide':_0x49262f(0x1a4),'moveForward':'Avancer','moveBackward':'Reculer','nameInput':_0x49262f(0x1ea),'empty':_0x49262f(0x1d0),'close':_0x49262f(0x21b),'name':_0x49262f(0x1e6),'description':_0x49262f(0x18e),'descriptionPlaceholder':_0x49262f(0x19d),'details':_0x49262f(0x1e2),'noSelection':_0x49262f(0x25a)},'backgroundPanel':{'title':_0x49262f(0x20f),'backgroundGraphics':_0x49262f(0x1aa),'hideBackgroundGraphics':'Masquer\x20les\x20graphiques\x20du\x20masque/de\x20la\x20disposition','presentationBackground':'Arrière-plan\x20de\x20la\x20présentation','presentationBackgroundEmpty':_0x49262f(0x1a7),'presentationBackgroundImages':_0x49262f(0x26f),'setPresentationBackground':_0x49262f(0x217),'clearPresentationBackground':_0x49262f(0x1ca),'none':'Aucun\x20remplissage','solid':_0x49262f(0x1f0),'gradient':_0x49262f(0x1ac),'image':_0x49262f(0x243),'pattern':_0x49262f(0x1f8),'color':'Couleur','transparency':_0x49262f(0x238),'imageSource':'Insérer\x20une\x20image\x20depuis','insertImage':_0x49262f(0x262),'fit':_0x49262f(0x1fb),'fitOptions':{'cover':_0x49262f(0x1e7),'contain':_0x49262f(0x26c),'stretch':_0x49262f(0x1cc),'repeat':_0x49262f(0x218)},'patternHint':_0x49262f(0x1f9),'applyToAll':_0x49262f(0x1bc),'resetBackground':_0x49262f(0x20e)},'transitionPanel':{'title':_0x49262f(0x24d),'effect':'Effet','direction':'Direction','duration':_0x49262f(0x1fa),'preview':_0x49262f(0x1c9),'applyToAll':_0x49262f(0x1bc),'effects':{'none':_0x49262f(0x18d),'fade':_0x49262f(0x209),'push':'Pousser','wipe':_0x49262f(0x204),'split':_0x49262f(0x1e3),'reveal':_0x49262f(0x1e0),'cut':_0x49262f(0x255),'uncover':_0x49262f(0x275),'cover':'Couvrir','zoom':'Zoom'},'directions':{'left':_0x49262f(0x215),'right':_0x49262f(0x233),'up':_0x49262f(0x18c),'down':_0x49262f(0x265)}},'contextmenu':{'addPage':_0x49262f(0x240),'backgroundPanel':_0x49262f(0x20f),'transitionPanel':_0x49262f(0x24d),'speakerNotes':_0x49262f(0x220),'ruler':_0x49262f(0x201),'shapePanel':_0x49262f(0x1c7),'flipHorizontal':_0x49262f(0x1ce),'flipVertical':_0x49262f(0x18f),'group':'Grouper','ungroup':_0x49262f(0x21d)},'presentation':{'play':_0x49262f(0x1a5),'playFromBeginning':_0x49262f(0x1fc),'playFromCurrent':_0x49262f(0x1fd),'playDualScreen':'Présentation\x20double\x20écran','playDualScreenFromBeginning':_0x49262f(0x230),'playDualScreenFromCurrent':_0x49262f(0x236),'dualScreenUnavailable':_0x49262f(0x20a),'fullscreenPrompt':_0x49262f(0x26a),'presentationEnded':'Présentation\x20terminée','previous':_0x49262f(0x1ad),'next':_0x49262f(0x246),'exit':_0x49262f(0x222),'slideProgress':_0x49262f(0x258),'speakerNotes':_0x49262f(0x220),'speakerNotesPlaceholder':_0x49262f(0x211),'speakerNotesEmpty':'Aucune\x20note\x20de\x20l\x27orateur','speakerNotesSave':_0x49262f(0x270),'speakerNotesCancel':_0x49262f(0x267)},'slide':{'placeholder':{'text':{'title':'Cliquez\x20pour\x20ajouter\x20un\x20titre','subtitle':_0x49262f(0x253),'body':_0x49262f(0x208),'text':'Cliquez\x20pour\x20ajouter\x20du\x20texte','header':_0x49262f(0x1b7),'footer':'Espace\x20réservé\x20de\x20pied\x20de\x20page','date':'Espace\x20réservé\x20de\x20date','slideNumber':_0x49262f(0x198)},'icon':{'image':_0x49262f(0x1c2),'table':_0x49262f(0x187),'chart':_0x49262f(0x266),'diagram':'Diagramme','media':_0x49262f(0x22a)}}},'image-panel':{'arrange':{'title':_0x49262f(0x264),'forward':_0x49262f(0x19b),'backward':_0x49262f(0x277),'front':_0x49262f(0x1bd),'back':_0x49262f(0x221)},'transform':{'title':_0x49262f(0x1de),'rotate':_0x49262f(0x185),'x':'X\x20(px)','y':'Y\x20(px)','width':_0x49262f(0x23b),'height':'Hauteur\x20(px)','lock':'Verrouiller\x20les\x20proportions'},'crop':{'title':_0x49262f(0x23a),'start':_0x49262f(0x19c),'mode':'Libre','shape':'Recadrer\x20en\x20forme'}}}};}));function _0x3a66(){var _0x38c382=['Couleur\x20du\x20texte','Cliquez\x20pour\x20ajouter\x20des\x20notes\x20pour\x20la\x20diapositive\x20actuelle','Tout\x20afficher','Ne\x20pas\x20ajuster\x20automatiquement','+\x20Ajouter\x20une\x20diapositive','Depuis\x20la\x20gauche','Tiret\x20long-point-point','Définir\x20l\x27arrière-plan','Mosaïque','Gauche','Aucune\x20ombre','Fermer','Type\x20de\x20paragraphe','Dégrouper','Largeur','Style\x20de\x20forme','Notes\x20de\x20l\x27orateur','Mettre\x20en\x20arrière-plan','Quitter','Deux\x20contenus','Rechercher','Ligne\x20en\x20tirets\x20fine\x20noire','En-tête\x20de\x20section','Aucun\x20remplissage','Taille\x20de\x20la\x20diapositive','Note\x20grise','Média','Ligne\x20pleine\x20fine\x20bleue','Biseau','Zone\x20de\x20texte\x20verticale','Ligne\x20pleine\x20fine\x20orange','791eiKfuA','Double\x20écran\x20depuis\x20le\x20début','Insérer','Plus\x20de\x20styles','Depuis\x20la\x20droite','Standard\x20(4:3)','Devant\x20le\x20texte','Double\x20écran\x20depuis\x20l\x27actuelle','Extérieur\x20:\x20bas\x20droite\x20petite','Transparence','Distance','Recadrer','Largeur\x20(px)','Aligner\x20en\x20haut','5343720JLaQcs','Aligner\x20à\x20gauche','Italique','Nouvelle\x20diapositive','Flèche\x20furtive','Ligne\x20verte\x20avec\x20flèches\x20bidirectionnelles','Remplissage\x20image','Emoji','Augmenter\x20la\x20taille\x20de\x20la\x20police','Suivant','Ligne\x20pleine','Taille\x20du\x20tableau','Mise\x20en\x20forme\x20de\x20la\x20forme','Bas\x20droite','Onglet','Horizontal','Transitions','Forme','Rechercher\x20des\x20diapositives\x20et\x20des\x20objets','Redimensionner\x20la\x20forme\x20pour\x20ajuster\x20le\x20texte','Vide','Ligne\x20bleue\x20avec\x20flèche\x20finale','Cliquez\x20pour\x20ajouter\x20un\x20sous-titre','Échelle\x20Y','Couper','Carré','Haut','Diapositive\x20{current}\x20sur\x20{total}','Ligne','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Flèche\x20ouverte','Taille\x20de\x20la\x20police','290iRkcgP','Extérieur\x20:\x20haut\x20gauche\x20grande','Remplissage','Ouvrir\x20le\x20panneau\x20des\x20calques','Rayon\x20d\x27angle','Fichier...','Gras','Organiser','Depuis\x20le\x20bas','Graphique','Annuler','Ligne\x20en\x20tirets\x20fine\x20grise','Flèche\x20ovale','Cliquez\x20pour\x20passer\x20en\x20plein\x20écran','Supprimer\x20la\x20forme','Ajuster','Alignement\x20horizontal','Type\x20de\x20flèche\x20de\x20fin','image(s)','Enregistrer','Ligne\x20en\x20tirets\x20fine\x20bleue','Pivoter\x20avec\x20la\x20forme','Zone\x20de\x20texte\x20horizontale','Thèmes','Découvrir','Comparaison','Reculer','Couleur\x20de\x20l\x27ombre','134072yVDUGc','Zone\x20de\x20texte','Rotation\x20(°)','Tiret-point','Tableau','Extérieur\x20:\x20haut\x20droite','Mosaïque\x20d\x27image\x20comme\x20texture','Réinitialiser\x20la\x20couleur','Liste\x20des\x20objets','Depuis\x20le\x20haut','Aucun','Description','Retourner\x20verticalement','Aucune\x20ligne','Corps\x20noir','Coller','357ASuZTO','4mXLvHR','Flèche\x20en\x20diamant','Titre\x20uniquement','Ligne\x20en\x20tirets\x20bleue\x20avec\x20flèche\x20finale','Espace\x20réservé\x20de\x20numéro\x20de\x20diapositive','Extérieur\x20:\x20bas\x20droite','Copier','Avancer','Démarrer\x20le\x20recadrage','Ajouter\x20une\x20description','Styles\x20de\x20texte','Haut\x20gauche','Supprimer','Couleur\x20de\x20texte\x20transparente','Type\x20de\x20tiret','Rotation','Masquer','Lire','Décalage\x20X','Non\x20défini','Justifier','Remplissage\x20uni','Graphiques\x20d\x27arrière-plan','Flou','Remplissage\x20dégradé','Précédent','Personnalisé','Appliquer','Flèche','Aligner\x20au\x20centre','Styles\x20de\x20forme','Type\x20de\x20flèche\x20de\x20début','Ajustement\x20automatique','Position','Styles\x20de\x20ligne','Espace\x20réservé\x20d\x27en-tête','Aligner\x20en\x20bas','Haut\x20droite','Titre\x20et\x20contenu','Aligné\x20avec\x20le\x20texte','Appliquer\x20à\x20tout','Mettre\x20au\x20premier\x20plan','Ligne\x20pleine\x20fine\x20noire','Plein','Accent\x20bleu','Ligne\x20en\x20tirets\x20grise\x20avec\x20flèche\x20finale','Image','Remplissage\x20image\x20ou\x20texture','21724LKhhIy','Afficher','Haut\x20et\x20bas','Mettre\x20en\x20forme\x20la\x20forme','Rond','Aperçu','Effacer','Aligner\x20au\x20milieu','Étirer','Bas','Retourner\x20horizontalement','Souligné','Aucun\x20objet','Orientation\x20du\x20texte','Position\x20et\x20taille','Barré','Centre','Espacement','Diminuer\x20la\x20taille\x20de\x20la\x20police','4511785oMjeaz','Symbole','Renvoyer\x20le\x20texte\x20dans\x20la\x20forme','237414AeabJq','544049fvhTDQ','Tiret\x20long-point','Styles\x20rapides','Transformer','14517072LBmLyk','Révéler','Aucun\x20résultat\x20trouvé.','Détails','Fractionner','Décalage\x20Y','Taille','Nom','Remplir','Titre\x20noir','Source\x20de\x20l\x27image','Nom\x20de\x20l\x27objet','Ligne\x20pleine\x20fine\x20grise','Droite','UniverProSlidesUiFrFR','Couleur\x20d\x27arrière-plan\x20du\x20texte','Nombre','Remplissage\x20plein','Échelle\x20X','Aligner\x20à\x20droite','Derrière\x20le\x20texte','Petite','Police','Choisir\x20un\x20thème\x20de\x20diapositive','Diapositive','Remplissage\x20motif','Les\x20paramètres\x20de\x20motif\x20seront\x20bientôt\x20disponibles.','Durée','Ajustement','Lire\x20depuis\x20le\x20début','Lire\x20depuis\x20la\x20diapositive\x20actuelle','Point\x20carré','Plein\x20écran','Angle','Règle','Main\x20levée','exports','Balayage','Vertical','Diapositive\x20de\x20titre','Ajouter\x20une\x20diapositive\x20en\x20dessous','Cliquez\x20pour\x20ajouter\x20du\x20texte','Fondu','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.','Ombre','Insérer\x20une\x20image','R?duire\x20le\x20texte\x20en\x20cas\x20de\x20d?passement','Réinitialiser\x20l\x27arrière-plan','Mettre\x20en\x20forme\x20l\x27arrière-plan'];_0x3a66=function(){return _0x38c382;};return _0x3a66();}
|
|
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();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x40075a,_0x35df42){var _0x4a512d=_0x5a0c,_0xdeeb91=_0x40075a();while(!![]){try{var _0x5dc879=parseInt(_0x4a512d(0x189))/0x1+parseInt(_0x4a512d(0x18b))/0x2+-parseInt(_0x4a512d(0x18c))/0x3+parseInt(_0x4a512d(0x239))/0x4*(parseInt(_0x4a512d(0x207))/0x5)+parseInt(_0x4a512d(0x21a))/0x6+-parseInt(_0x4a512d(0x23e))/0x7*(-parseInt(_0x4a512d(0x1e0))/0x8)+-parseInt(_0x4a512d(0x1d7))/0x9*(parseInt(_0x4a512d(0x234))/0xa);if(_0x5dc879===_0x35df42)break;else _0xdeeb91['push'](_0xdeeb91['shift']());}catch(_0x470b9b){_0xdeeb91['push'](_0xdeeb91['shift']());}}}(_0x3314,0xdf831),function(_0x3b3a20,_0xcfc743){var _0x593960=_0x5a0c;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xcfc743():typeof define==_0x593960(0x20f)&&define['amd']?define([],_0xcfc743):(_0x3b3a20=typeof globalThis<'u'?globalThis:_0x3b3a20||self,_0x3b3a20[_0x593960(0x238)]=_0xcfc743());}(this,function(){var _0x3b18bd=_0x5a0c;return{'slides-ui':{'ribbon':{'shapeFormat':_0x3b18bd(0x263),'changeShape':'Ubah\x20Bentuk'},'insertToolbar':{'search':_0x3b18bd(0x1cb),'text':_0x3b18bd(0x245),'textHorizontal':'Kotak\x20Teks\x20Horizontal','textVertical':_0x3b18bd(0x18f),'image':_0x3b18bd(0x1bf),'table':_0x3b18bd(0x231),'shape':_0x3b18bd(0x264),'chart':_0x3b18bd(0x219),'symbol':_0x3b18bd(0x1a7),'emoji':'Emoji'},'tableSizePicker':{'title':'Ukuran\x20tabel','customSize':_0x3b18bd(0x1a2),'rows':_0x3b18bd(0x191),'columns':'Kolom','insert':_0x3b18bd(0x1f1),'apply':_0x3b18bd(0x1a5)},'searchPanel':{'placeholder':_0x3b18bd(0x22a),'noQuery':'Ketik\x20untuk\x20mencari\x20nama\x20slide,\x20teks,\x20dan\x20nama\x20objek.','empty':_0x3b18bd(0x24d),'slidePrefix':_0x3b18bd(0x244)},'themePicker':{'title':'Tema','caption':'Default\x20Bentuk','tooltip':_0x3b18bd(0x212)},'display':{'slideSize':_0x3b18bd(0x1e2),'widescreen':_0x3b18bd(0x205),'standard':_0x3b18bd(0x248),'fullscreen':_0x3b18bd(0x242)},'editorToolbar':{'fontFamily':_0x3b18bd(0x255),'fontSize':_0x3b18bd(0x25f),'paragraphType':'Jenis\x20paragraf','heading1':_0x3b18bd(0x1ca),'increaseFontSize':_0x3b18bd(0x1c7),'decreaseFontSize':_0x3b18bd(0x226),'textColor':_0x3b18bd(0x216),'transparentTextColor':_0x3b18bd(0x1f0),'textBackgroundColor':_0x3b18bd(0x243),'bold':_0x3b18bd(0x1a9),'italic':_0x3b18bd(0x1cc),'underline':_0x3b18bd(0x1fc),'strikethrough':_0x3b18bd(0x221),'horizontalAlign':_0x3b18bd(0x265),'verticalAlign':_0x3b18bd(0x1a3),'alignLeft':_0x3b18bd(0x1ec),'alignCenter':'Rata\x20tengah','alignRight':_0x3b18bd(0x1e4),'alignJustify':'Rata\x20kiri\x20kanan','alignTop':'Rata\x20atas','alignMiddle':_0x3b18bd(0x19d),'alignBottom':_0x3b18bd(0x192)},'quickStyles':{'tooltip':_0x3b18bd(0x1a8),'shapeStyles':'Gaya\x20Bentuk','lineStyles':_0x3b18bd(0x1d4),'textStyles':_0x3b18bd(0x1e3),'more':'Gaya\x20Lainnya','groups':{'solid':_0x3b18bd(0x22e),'dashed':_0x3b18bd(0x21e)},'presets':{'line':{'blackSolid':_0x3b18bd(0x269),'blueSolid':'Garis\x20solid\x20tipis\x20biru','orangeSolid':'Garis\x20solid\x20tipis\x20oranye','graySolid':'Garis\x20solid\x20tipis\x20abu-abu','blueEndArrow':_0x3b18bd(0x232),'greenTwoWayArrow':_0x3b18bd(0x21c),'blackDashed':_0x3b18bd(0x1b4),'blueDashed':_0x3b18bd(0x251),'grayDashed':'Garis\x20putus-putus\x20tipis\x20abu-abu','blueDashedEndArrow':'Garis\x20putus-putus\x20biru\x20dengan\x20panah\x20di\x20ujung','grayDashedEndArrow':_0x3b18bd(0x256),'greenDashedTwoWayArrow':_0x3b18bd(0x1e7)},'text':{'bodyBlack':_0x3b18bd(0x1be),'titleBlack':_0x3b18bd(0x26c),'accentBlue':_0x3b18bd(0x22b),'accentOrange':_0x3b18bd(0x237),'noteGray':_0x3b18bd(0x236)}}},'thumbnailBar':{'resizePanel':'Ubah\x20ukuran\x20panel\x20thumbnail\x20slide','addSlide':_0x3b18bd(0x1ae),'contextMenu':{'cut':_0x3b18bd(0x247),'copy':'Salin','paste':'Tempel','addBelow':_0x3b18bd(0x229),'delete':_0x3b18bd(0x266)},'layoutPicker':{'title':_0x3b18bd(0x1cd),'layouts':{'title':_0x3b18bd(0x1b6),'titleAndBody':_0x3b18bd(0x1e8),'sectionHeader':_0x3b18bd(0x1d2),'twoColumns':_0x3b18bd(0x1bc),'comparison':_0x3b18bd(0x1b2),'blank':_0x3b18bd(0x20b),'titleOnly':_0x3b18bd(0x246),'pictureWithCaption':_0x3b18bd(0x1f5)}}},'shapePanel':{'title':_0x3b18bd(0x263),'shapeStyle':_0x3b18bd(0x24b),'shapePosition':_0x3b18bd(0x1a4),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x3b18bd(0x20c),'toolbar':{'alignLeft':'Rata\x20Kiri','alignCenter':'Rata\x20Tengah','alignRight':'Rata\x20Kanan','alignJustify':_0x3b18bd(0x203),'bold':_0x3b18bd(0x1a9),'italic':_0x3b18bd(0x1cc),'underline':_0x3b18bd(0x1fc),'strikethrough':_0x3b18bd(0x221),'textColor':_0x3b18bd(0x216),'textBackgroundColor':_0x3b18bd(0x243),'fillColor':_0x3b18bd(0x243),'resetColor':_0x3b18bd(0x1f3)},'align':{'top':_0x3b18bd(0x1d0),'middle':_0x3b18bd(0x228),'bottom':_0x3b18bd(0x254)},'textWrap':{'inline':_0x3b18bd(0x1c1),'square':'Kotak','topAndBottom':_0x3b18bd(0x1fe),'behindText':'Di\x20belakang\x20teks','inFrontText':'Di\x20depan\x20teks'},'textBox':{'title':'Kotak\x20teks','textDirection':_0x3b18bd(0x190),'textDirectionHorizontal':_0x3b18bd(0x1c4),'textDirectionVertical':'Vertikal','autoFit':_0x3b18bd(0x1ea),'autoFitNone':_0x3b18bd(0x25a),'autoFitShrink':_0x3b18bd(0x1c9),'autoFitResize':_0x3b18bd(0x230),'wrapText':_0x3b18bd(0x196),'padding':_0x3b18bd(0x252),'paddingLeft':'Kiri','paddingRight':'Kanan','paddingTop':_0x3b18bd(0x204),'paddingBottom':'Bawah','columns':_0x3b18bd(0x1d6),'columnCount':'Jumlah','columnSpacing':_0x3b18bd(0x1b3)},'position':{'title':_0x3b18bd(0x1a1),'x':'X','y':'Y','width':'Lebar','height':_0x3b18bd(0x1f2),'rotation':'Rotasi'},'style':{'shadow':'Bayangan','shadowColor':_0x3b18bd(0x186),'shadowBlurRadius':_0x3b18bd(0x1bd),'shadowDistance':_0x3b18bd(0x1b3),'shadowDirection':_0x3b18bd(0x268),'shadowPresetTitle':_0x3b18bd(0x1e5),'shadowPresetNone':_0x3b18bd(0x1ab),'shadowPresetCustom':'Kustom','shadowTransparency':_0x3b18bd(0x1de),'shadowSize':_0x3b18bd(0x215),'shadowPreset':{'shdw6':'Luar:\x20kanan\x20bawah','shdw5':_0x3b18bd(0x25b),'shdw2':_0x3b18bd(0x183),'shdw1':_0x3b18bd(0x1a6),'shdw14':_0x3b18bd(0x1af),'shdw10':_0x3b18bd(0x1b1)}},'fill':{'title':'Isian','noFill':'Tanpa\x20isian','solidFill':_0x3b18bd(0x19f),'gradientFill':_0x3b18bd(0x1dc),'pictureFill':_0x3b18bd(0x1dd),'color':_0x3b18bd(0x23a),'transparency':_0x3b18bd(0x1de),'picture':{'source':'Sumber\x20Gambar','insert':'Sisipkan\x20Gambar','tileAsTexture':'Ubin\x20Gambar\x20sebagai\x20Tekstur','offsetX':'Offset\x20X','offsetY':'Offset\x20Y','scaleX':_0x3b18bd(0x214),'scaleY':'Skala\x20Y','alignment':_0x3b18bd(0x1fd),'rotateWithShape':_0x3b18bd(0x1c8),'align':{'tl':_0x3b18bd(0x25e),'t':_0x3b18bd(0x204),'tr':_0x3b18bd(0x241),'l':_0x3b18bd(0x1ef),'ctr':'Tengah','r':'Kanan','bl':_0x3b18bd(0x262),'b':'Bawah','br':'Kanan\x20Bawah'}}},'line':{'title':_0x3b18bd(0x1ff),'noLine':'Tanpa\x20Garis','solidLine':_0x3b18bd(0x19b),'color':_0x3b18bd(0x23a),'transparency':'Transparansi','width':_0x3b18bd(0x224),'cornerRadius':_0x3b18bd(0x1eb),'beginArrowType':_0x3b18bd(0x25c),'beginArrowSize':_0x3b18bd(0x20a),'endArrowType':_0x3b18bd(0x200),'endArrowSize':_0x3b18bd(0x223),'dashType':{'title':'Jenis\x20Putus-putus','solid':'Solid','roundDot':_0x3b18bd(0x21f),'squareDot':_0x3b18bd(0x1c2),'dash':_0x3b18bd(0x1ff),'dashDot':_0x3b18bd(0x261),'longDash':_0x3b18bd(0x20e),'longDashDot':_0x3b18bd(0x1c6),'longDashDotDot':'Garis\x20Panjang-Titik-Titik'},'capType':{'title':_0x3b18bd(0x187),'flat':_0x3b18bd(0x1ed),'round':_0x3b18bd(0x1f7),'square':'Persegi'},'joinType':{'title':_0x3b18bd(0x267),'miter':'Miter','round':'Bulat','bevel':_0x3b18bd(0x1d1)},'sketchType':{'title':_0x3b18bd(0x1ce),'none':_0x3b18bd(0x249),'curved':_0x3b18bd(0x1c3),'freehand':_0x3b18bd(0x211),'handDrawn':'Gambar\x20Tangan'},'arrowType':{'none':'Tidak\x20Ada','arrow':'Panah','openArrow':_0x3b18bd(0x227),'stealthArrow':'Panah\x20Siluman','diamondArrow':_0x3b18bd(0x1bb),'ovalArrow':_0x3b18bd(0x1b9)},'arrowSize':{'small':_0x3b18bd(0x1a0),'medium':_0x3b18bd(0x220),'large':'Besar'}}},'objectListPanel':{'title':_0x3b18bd(0x218),'open':_0x3b18bd(0x24a),'showAll':_0x3b18bd(0x1d5),'hideAll':_0x3b18bd(0x184),'show':_0x3b18bd(0x24f),'hide':_0x3b18bd(0x25d),'moveForward':_0x3b18bd(0x19e),'moveBackward':_0x3b18bd(0x21b),'nameInput':'Nama\x20objek','empty':_0x3b18bd(0x23f),'close':_0x3b18bd(0x1ac),'name':'Nama','description':_0x3b18bd(0x19c),'descriptionPlaceholder':_0x3b18bd(0x259),'details':_0x3b18bd(0x1c0),'noSelection':_0x3b18bd(0x24e)},'backgroundPanel':{'title':_0x3b18bd(0x201),'backgroundGraphics':_0x3b18bd(0x210),'hideBackgroundGraphics':_0x3b18bd(0x19a),'presentationBackground':'Latar\x20Presentasi','presentationBackgroundEmpty':_0x3b18bd(0x22f),'presentationBackgroundImages':'gambar','setPresentationBackground':_0x3b18bd(0x260),'clearPresentationBackground':_0x3b18bd(0x266),'none':_0x3b18bd(0x209),'solid':_0x3b18bd(0x1d3),'gradient':_0x3b18bd(0x202),'image':'Isian\x20Gambar','pattern':'Isian\x20Pola','color':_0x3b18bd(0x23a),'transparency':_0x3b18bd(0x1de),'imageSource':_0x3b18bd(0x1c5),'insertImage':_0x3b18bd(0x1f4),'fit':_0x3b18bd(0x1cf),'fitOptions':{'cover':'Penuhi','contain':_0x3b18bd(0x222),'stretch':'Regangkan','repeat':_0x3b18bd(0x258)},'patternHint':'Pengaturan\x20pola\x20akan\x20segera\x20tersedia.','applyToAll':_0x3b18bd(0x24c),'resetBackground':'Atur\x20Ulang\x20Latar'},'transitionPanel':{'title':_0x3b18bd(0x188),'effect':'Efek','direction':_0x3b18bd(0x225),'duration':_0x3b18bd(0x1d9),'preview':_0x3b18bd(0x235),'applyToAll':_0x3b18bd(0x24c),'effects':{'none':_0x3b18bd(0x249),'fade':_0x3b18bd(0x23c),'push':_0x3b18bd(0x1f8),'wipe':_0x3b18bd(0x198),'split':'Pisah','reveal':'Ungkap','cut':'Potong','uncover':_0x3b18bd(0x1fb),'cover':'Tutupi','zoom':_0x3b18bd(0x1fa)},'directions':{'left':_0x3b18bd(0x23b),'right':_0x3b18bd(0x1f6),'up':_0x3b18bd(0x194),'down':'Dari\x20Bawah'}},'contextmenu':{'addPage':_0x3b18bd(0x250),'backgroundPanel':_0x3b18bd(0x201),'transitionPanel':_0x3b18bd(0x188),'speakerNotes':'Catatan\x20Pembicara','ruler':_0x3b18bd(0x199),'shapePanel':_0x3b18bd(0x263),'flipHorizontal':_0x3b18bd(0x1db),'flipVertical':_0x3b18bd(0x1ba),'group':'Kelompokkan','ungroup':_0x3b18bd(0x193)},'presentation':{'play':_0x3b18bd(0x240),'playFromBeginning':_0x3b18bd(0x1b7),'playFromCurrent':_0x3b18bd(0x22c),'playDualScreen':_0x3b18bd(0x1d8),'playDualScreenFromBeginning':_0x3b18bd(0x18e),'playDualScreenFromCurrent':_0x3b18bd(0x257),'dualScreenUnavailable':_0x3b18bd(0x18d),'fullscreenPrompt':_0x3b18bd(0x185),'presentationEnded':_0x3b18bd(0x1b5),'previous':_0x3b18bd(0x18a),'next':'Berikutnya','exit':'Keluar','slideProgress':_0x3b18bd(0x197),'speakerNotes':'Catatan\x20Pembicara','speakerNotesPlaceholder':_0x3b18bd(0x253),'speakerNotesEmpty':_0x3b18bd(0x21d),'speakerNotesSave':'Simpan','speakerNotesCancel':'Batal'},'slide':{'placeholder':{'text':{'title':_0x3b18bd(0x233),'subtitle':_0x3b18bd(0x1f9),'body':_0x3b18bd(0x217),'text':_0x3b18bd(0x217),'header':_0x3b18bd(0x22d),'footer':_0x3b18bd(0x1ad),'date':_0x3b18bd(0x195),'slideNumber':_0x3b18bd(0x1b8)},'icon':{'image':'Gambar','table':_0x3b18bd(0x231),'chart':_0x3b18bd(0x219),'diagram':_0x3b18bd(0x1e6),'media':_0x3b18bd(0x1ee)}}},'image-panel':{'arrange':{'title':_0x3b18bd(0x206),'forward':_0x3b18bd(0x20d),'backward':_0x3b18bd(0x213),'front':_0x3b18bd(0x1df),'back':_0x3b18bd(0x26b)},'transform':{'title':_0x3b18bd(0x1aa),'rotate':'Putar\x20(°)','x':_0x3b18bd(0x1e9),'y':_0x3b18bd(0x26a),'width':_0x3b18bd(0x1da),'height':_0x3b18bd(0x208),'lock':_0x3b18bd(0x23d)},'crop':{'title':_0x3b18bd(0x1b0),'start':_0x3b18bd(0x1e1),'mode':_0x3b18bd(0x211),'shape':'Pangkas\x20ke\x20Bentuk'}}}};}));function _0x5a0c(_0x118cf0,_0xdde810){_0x118cf0=_0x118cf0-0x183;var _0x33142a=_0x3314();var _0x5a0c3b=_0x33142a[_0x118cf0];return _0x5a0c3b;}function _0x3314(){var _0x17cc28=['Paskan\x20otomatis','Radius\x20sudut','Rata\x20kiri','Datar','Media','Kiri','Warna\x20teks\x20transparan','Sisipkan','Tinggi','Atur\x20ulang\x20warna','Berkas...','Gambar\x20dengan\x20Keterangan','Dari\x20Kanan','Bulat','Dorong','Klik\x20untuk\x20menambahkan\x20subjudul','Zum','Buka','Garis\x20bawah','Perataan','Atas\x20dan\x20Bawah','Garis','Jenis\x20Panah\x20Akhir','Format\x20Latar','Isian\x20Gradien','Rata\x20Kanan\x20Kiri','Atas','Layar\x20lebar\x20(16:9)','Atur','171670ljGBUu','Tinggi\x20(px)','Tanpa\x20Isian','Ukuran\x20Panah\x20Awal','Kosong','Hapus\x20Bentuk','Bawa\x20ke\x20Depan','Garis\x20Panjang','function','Grafis\x20Latar','Bebas','Pilih\x20tema\x20slide','Kirim\x20ke\x20Belakang','Skala\x20X','Ukuran','Warna\x20teks','Klik\x20untuk\x20menambahkan\x20teks','Daftar\x20objek','Grafik','1736580ivBThL','Kirim\x20ke\x20belakang','Garis\x20hijau\x20dengan\x20panah\x20dua\x20arah','Tidak\x20Ada\x20Catatan\x20Pembicara','Putus-putus','Titik\x20Bulat','Sedang','Coret','Muat','Ukuran\x20Panah\x20Akhir','Lebar','Arah','Perkecil\x20ukuran\x20font','Panah\x20Terbuka','Rata\x20Tengah','Tambah\x20slide\x20di\x20bawah','Cari\x20slide\x20dan\x20objek','Aksen\x20biru','Putar\x20dari\x20Slide\x20Saat\x20Ini','Tempat\x20Penampung\x20Header','Solid','Tidak\x20Diatur','Ubah\x20ukuran\x20bentuk\x20agar\x20pas\x20dengan\x20teks','Tabel','Garis\x20biru\x20dengan\x20panah\x20di\x20ujung','Klik\x20untuk\x20menambahkan\x20judul','3226880DkTZtK','Pratinjau','Catatan\x20abu-abu','Aksen\x20oranye','UniverProSlidesUiIdID','148yBfznk','Warna','Dari\x20Kiri','Memudar','Kunci\x20Rasio','1183294YcusIJ','Tidak\x20ada\x20objek','Putar','Kanan\x20Atas','Layar\x20penuh','Warna\x20latar\x20teks','Slide','Kotak\x20Teks','Hanya\x20Judul','Potong','Standar\x20(4:3)','Tidak\x20Ada','Buka\x20Panel\x20Lapisan','Gaya\x20Bentuk','Terapkan\x20ke\x20Semua','Tidak\x20ada\x20hasil\x20ditemukan.','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tampilkan','Slide\x20Baru','Garis\x20putus-putus\x20tipis\x20biru','Margin\x20dalam','Klik\x20untuk\x20menambahkan\x20catatan\x20untuk\x20slide\x20saat\x20ini','Rata\x20Bawah','Font','Garis\x20putus-putus\x20abu-abu\x20dengan\x20panah\x20di\x20ujung','Layar\x20Ganda\x20dari\x20Saat\x20Ini','Ulangi','Tambahkan\x20deskripsi','Jangan\x20paskan\x20otomatis','Luar:\x20kiri\x20bawah','Jenis\x20Panah\x20Awal','Sembunyikan','Kiri\x20Atas','Ukuran\x20font','Atur\x20Latar','Garis-Titik','Kiri\x20Bawah','Format\x20Bentuk','Bentuk','Perataan\x20horizontal','Hapus','Jenis\x20Sambungan','Sudut','Garis\x20solid\x20tipis\x20hitam','Y\x20(px)','Kirim\x20ke\x20Paling\x20Belakang','Judul\x20hitam','Luar:\x20kanan\x20atas','Sembunyikan\x20semua','Klik\x20untuk\x20Layar\x20Penuh','Warna\x20bayangan','Jenis\x20Ujung','Transisi','174040EbDoFS','Sebelumnya','485522JmQOvg','4843194NDdVZi','Tidak\x20dapat\x20memulai\x20presentasi\x20layar\x20ganda.\x20Izinkan\x20izin\x20pengelolaan\x20jendela\x20dan\x20sambungkan\x20layar\x20tambahan,\x20lalu\x20coba\x20lagi.','Layar\x20Ganda\x20dari\x20Awal','Kotak\x20Teks\x20Vertikal','Arah\x20teks','Baris','Rata\x20bawah','Pisahkan\x20Kelompok','Dari\x20Atas','Tempat\x20Penampung\x20Tanggal','Bungkus\x20teks\x20dalam\x20bentuk','Slide\x20{current}\x20dari\x20{total}','Usap','Penggaris','Sembunyikan\x20grafis\x20master/tata\x20letak','Garis\x20Solid','Deskripsi','Rata\x20tengah\x20vertikal','Bawa\x20ke\x20depan','Isian\x20solid','Kecil','Posisi\x20dan\x20Ukuran','Ukuran\x20kustom','Perataan\x20vertikal','Posisi','Terapkan','Luar:\x20kiri\x20atas','Simbol','Gaya\x20Cepat','Tebal','Ubah\x20Bentuk','Tanpa\x20bayangan','Tutup','Tempat\x20Penampung\x20Footer','+\x20Tambah\x20Slide','Luar:\x20kanan\x20bawah\x20kecil','Pangkas','Luar:\x20kiri\x20atas\x20besar','Perbandingan','Jarak','Garis\x20putus-putus\x20tipis\x20hitam','Presentasi\x20Berakhir','Slide\x20Judul','Putar\x20dari\x20Awal','Tempat\x20Penampung\x20Nomor\x20Slide','Panah\x20Oval','Balik\x20Vertikal','Panah\x20Berlian','Dua\x20Isi','Buram','Isi\x20hitam','Gambar','Detail','Sejajar\x20dengan\x20teks','Titik\x20Persegi','Lengkung','Horizontal','Sisipkan\x20Gambar\x20Dari','Garis\x20Panjang-Titik','Perbesar\x20ukuran\x20font','Putar\x20dengan\x20Bentuk','Kecilkan\x20teks\x20saat\x20meluap','Judul\x201','Cari','Miring','Pilih\x20Tata\x20Letak','Jenis\x20Sketsa','Sesuai','Rata\x20Atas','Bevel','Header\x20Bagian','Isian\x20Solid','Gaya\x20Garis','Tampilkan\x20semua','Kolom','27zkNEvf','Presentasi\x20Layar\x20Ganda','Durasi','Lebar\x20(px)','Balik\x20Horizontal','Isian\x20gradien','Isian\x20gambar\x20atau\x20tekstur','Transparansi','Bawa\x20ke\x20Paling\x20Depan','72VkqXvn','Mulai\x20Pangkas','Ukuran\x20slide','Gaya\x20Teks','Rata\x20kanan','Prasetel','Diagram','Garis\x20putus-putus\x20hijau\x20dengan\x20panah\x20dua\x20arah','Judul\x20dan\x20Isi','X\x20(px)'];_0x3314=function(){return _0x17cc28;};return _0x3314();}
|
|
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();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5e21(_0x4477fd,_0x3d7fa1){_0x4477fd=_0x4477fd-0xb3;var _0x2e7147=_0x2e71();var _0x5e2186=_0x2e7147[_0x4477fd];return _0x5e2186;}function _0x2e71(){var _0x50e3c3=['Posizione\x20e\x20dimensione','Titolo\x20nero','Applica\x20a\x20tutti','Porta\x20avanti','Nascondi\x20tutto','Quadrato','Presentazione\x20terminata','Successivo','Formato\x20forma','Scegli\x20una\x20disposizione','Dettagli','Alto','Larghezza\x20(px)','Carattere','Piatta','Riempimento','Slide','Adattamento\x20automatico','Nota\x20grigia','object','Imposta\x20sfondo','Media','Manda\x20indietro','Porta\x20in\x20primo\x20piano','Dimensione','Allineamento\x20orizzontale','Raggruppa','Origine\x20immagine','Disponi','Grassetto','Linea\x20blu\x20con\x20freccia\x20finale','Anteprima','Non\x20impostato','Punto\x20rotondo','781182jVeIYU','Solo\x20titolo','Linea\x20tratteggiata\x20verde\x20con\x20frecce\x20bidirezionali','Giustifica','Dimensione\x20carattere','220803JtVJHh','Colore','Piccola','Sinistra','Dal\x20basso','3551040fJlmAc','In\x20linea\x20con\x20il\x20testo','1784858rAJzlm','Mano\x20libera','Copia','Esterno:\x20in\x20basso\x20a\x20sinistra','Allinea\x20in\x20alto','Esterno:\x20in\x20basso\x20a\x20destra\x20piccolo','Digita\x20per\x20cercare\x20nomi\x20di\x20slide,\x20testo\x20e\x20nomi\x20di\x20oggetti.','Nessun\x20riempimento','Scopri','Reimposta\x20colore','Dimensioni\x20diapositiva','Direzione\x20testo','Libero','Sfocatura','Linea\x20tratteggiata\x20grigia\x20con\x20freccia\x20finale','Colore\x20ombra','Allinea\x20a\x20sinistra','Dividi','Le\x20impostazioni\x20motivo\x20saranno\x20presto\x20disponibili.','Standard\x20(4:3)','Altri\x20stili','amd','Clicca\x20per\x20aggiungere\x20testo','Riempimento\x20uniforme','Nessuno','Freccia\x20stealth','Posizione','Intestazione\x20sezione','Copri','Simbolo','Riempimento\x20gradiente','Righello','Trasforma','Ritaglia\x20su\x20forma','Offset\x20Y','Freccia','Linea\x20tratteggiata\x20sottile\x20nera','Tipo\x20giunzione','Cerca','Allinea\x20al\x20centro\x20verticalmente','Immagine','Emoji','Stili\x20linea','Note\x20del\x20relatore','Non\x20adattare\x20automaticamente','Grande','Riproduci','Inserisci','Allunga','Punto\x20quadrato','Zoom','Nascondi','Rotazione','Freccia\x20ovale','Casella\x20di\x20testo','Da\x20sinistra','Effetto','Allinea\x20a\x20destra','Cancella','Reimposta\x20sfondo','Tabella','Dimensione\x20freccia\x20finale','Dietro\x20il\x20testo','Linea\x20continua','Colore\x20sfondo\x20testo','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','353016nDtBxe','Sposta','Linea\x20continua\x20sottile\x20blu','Raggio\x20angolo','Applica','Allineamento','Larghezza','In\x20alto','Destra','Ruota\x20(°)','Grafico','Doppio\x20schermo\x20dalla\x20corrente','Da\x20destra','Schermo\x20panoramico\x20(16:9)','exports','Dimensione\x20freccia\x20iniziale','Annulla','Taglia','In\x20basso\x20a\x20destra','In\x20alto\x20a\x20destra','Clicca\x20per\x20schermo\x20intero','Tipo\x20estremità','Numero','Trasparenza','Nuova\x20slide','Superiore\x20e\x20inferiore','Accento\x20arancione','Linea\x20tratteggiata\x20sottile\x20grigia','Allinea\x20al\x20Centro','Spaziatura','Tipo\x20schizzo','Transizioni','Colore\x20testo','Casella\x20di\x20testo\x20orizzontale','Dall\x27alto','Personalizzato','Inizia\x20ritaglio','Elimina\x20forma','Direzione','Tratteggiata','Barrato','function','Invia\x20in\x20secondo\x20piano','Descrizione','Predefiniti\x20forma','Allinea\x20a\x20Sinistra','Inserisci\x20immagine','Predefinito','X\x20(px)','Ritaglia','Tratto\x20lungo-punto-punto','Offset\x20X','Mostra','3SJCyYh','Riempimento\x20immagine\x20o\x20texture','Riempimento\x20immagine','Tipo\x20di\x20paragrafo','Grafica\x20sfondo','In\x20basso','Durata','Linea\x20verde\x20con\x20frecce\x20bidirezionali','Continua','Dimensioni\x20personalizzate','35abUxIm','Blocca\x20proporzioni','Elenco\x20oggetti','Aggiungi\x20descrizione','UniverProSlidesUiItIT','Clicca\x20per\x20aggiungere\x20un\x20sottotitolo','In\x20basso\x20a\x20sinistra','Slide\x20titolo','Segnaposto\x20piè\x20di\x20pagina','Orizzontale','Corsivo','Centro','Dissolvenza','Mostra\x20tutto','In\x20alto\x20a\x20sinistra','Schermo\x20intero','Esci','Basso','Clicca\x20per\x20aggiungere\x20note\x20per\x20la\x20slide\x20corrente','Linea\x20continua\x20sottile\x20grigia','Y\x20(px)','Ridimensiona\x20forma\x20per\x20adattare\x20il\x20testo','Linea\x20continua\x20sottile\x20arancione','Riproduci\x20dalla\x20slide\x20corrente','Scala\x20X','Segnaposto\x20data','Tratto','Sfondo\x20presentazione','Colore\x20testo\x20trasparente','Angolo','Esterno:\x20in\x20alto\x20a\x20sinistra','Smusso','Forma','Tipo\x20freccia\x20iniziale','Diagramma','Linea','Esterno:\x20in\x20alto\x20a\x20sinistra\x20grande','285942uRSOPa','Due\x20contenuti','Tipo\x20freccia\x20finale','Colonne','Riempimento\x20sfumato','Riduci\x20il\x20testo\x20in\x20eccesso','Segnaposto\x20intestazione','Diminuisci\x20dimensione\x20carattere','Nessuna\x20linea','144711IDWJvb','Formatta\x20sfondo','immagine/i','Arrotondata','Incolla','Allinea\x20al\x20centro','Nessuna','Immagine\x20con\x20didascalia','Formatta\x20forma','Elimina','Tratto\x20lungo-punto','Clicca\x20per\x20aggiungere\x20un\x20titolo','Chiudi','Salva','Allinea\x20in\x20basso','Righe','Freccia\x20aperta','Esterno:\x20in\x20basso\x20a\x20destra','Casella\x20di\x20testo\x20verticale','Altezza','Invia\x20indietro','Esterno:\x20in\x20alto\x20a\x20destra','Freccia\x20diamante','Linea\x20tratteggiata\x20sottile\x20blu','Titolo\x20e\x20contenuto','20YfJNqz','Dimensione\x20tabella','170zkdEce','Ridimensiona\x20pannello\x20miniature\x20diapositive','Tipo\x20tratteggio','Sottolineato','Nessun\x20oggetto','Capovolgi\x20verticalmente','Doppio\x20schermo\x20dall\x27inizio','Distanza','Testo\x20a\x20capo\x20nella\x20forma'];_0x2e71=function(){return _0x50e3c3;};return _0x2e71();}(function(_0x1da878,_0x197e0b){var _0x9516c1=_0x5e21,_0x517fbb=_0x1da878();while(!![]){try{var _0x4d7f15=parseInt(_0x9516c1(0x141))/0x1+parseInt(_0x9516c1(0x14d))/0x2*(-parseInt(_0x9516c1(0xc3))/0x3)+parseInt(_0x9516c1(0x14b))/0x4+parseInt(_0x9516c1(0x114))/0x5*(-parseInt(_0x9516c1(0xf2))/0x6)+-parseInt(_0x9516c1(0xcd))/0x7*(-parseInt(_0x9516c1(0x18f))/0x8)+parseInt(_0x9516c1(0xfb))/0x9+-parseInt(_0x9516c1(0x116))/0xa*(parseInt(_0x9516c1(0x146))/0xb);if(_0x4d7f15===_0x197e0b)break;else _0x517fbb['push'](_0x517fbb['shift']());}catch(_0x3827bf){_0x517fbb['push'](_0x517fbb['shift']());}}}(_0x2e71,0x7584e),function(_0xaa3a00,_0x68bbd5){var _0x4a589a=_0x5e21;typeof exports==_0x4a589a(0x132)&&typeof module<'u'?module[_0x4a589a(0x19d)]=_0x68bbd5():typeof define==_0x4a589a(0xb7)&&define[_0x4a589a(0x162)]?define([],_0x68bbd5):(_0xaa3a00=typeof globalThis<'u'?globalThis:_0xaa3a00||self,_0xaa3a00[_0x4a589a(0xd1)]=_0x68bbd5());}(this,function(){var _0x140077=_0x5e21;return{'slides-ui':{'ribbon':{'shapeFormat':_0x140077(0x127),'changeShape':'Cambia\x20forma'},'insertToolbar':{'search':_0x140077(0x173),'text':_0x140077(0x183),'textHorizontal':_0x140077(0x1b0),'textVertical':_0x140077(0x10d),'image':_0x140077(0x175),'table':_0x140077(0x189),'shape':_0x140077(0xed),'chart':_0x140077(0x199),'symbol':_0x140077(0x16a),'emoji':_0x140077(0x176)},'tableSizePicker':{'title':_0x140077(0x115),'customSize':_0x140077(0xcc),'rows':_0x140077(0x10a),'columns':_0x140077(0xf5),'insert':_0x140077(0x17c),'apply':_0x140077(0x193)},'searchPanel':{'placeholder':'Cerca\x20slide\x20e\x20oggetti','noQuery':_0x140077(0x153),'empty':'Nessun\x20risultato\x20trovato.','slidePrefix':_0x140077(0x12f)},'themePicker':{'title':'Temi','caption':_0x140077(0xba),'tooltip':'Scegli\x20tema\x20slide'},'display':{'slideSize':_0x140077(0x157),'widescreen':_0x140077(0x19c),'standard':_0x140077(0x160),'fullscreen':_0x140077(0xdc)},'editorToolbar':{'fontFamily':_0x140077(0x12c),'fontSize':_0x140077(0x145),'paragraphType':_0x140077(0xc6),'heading1':'Titolo\x201','increaseFontSize':'Aumenta\x20dimensione\x20carattere','decreaseFontSize':_0x140077(0xf9),'textColor':_0x140077(0x1af),'transparentTextColor':_0x140077(0xe9),'textBackgroundColor':_0x140077(0x18d),'bold':_0x140077(0x13c),'italic':_0x140077(0xd7),'underline':_0x140077(0x119),'strikethrough':_0x140077(0xb6),'horizontalAlign':_0x140077(0x138),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x140077(0x15d),'alignCenter':_0x140077(0x100),'alignRight':_0x140077(0x186),'alignJustify':_0x140077(0x144),'alignTop':_0x140077(0x151),'alignMiddle':_0x140077(0x174),'alignBottom':_0x140077(0x109)},'quickStyles':{'tooltip':'Stili\x20rapidi','shapeStyles':'Stili\x20forma','lineStyles':_0x140077(0x177),'textStyles':'Stili\x20testo','more':_0x140077(0x161),'groups':{'solid':_0x140077(0xcb),'dashed':_0x140077(0xb5)},'presets':{'line':{'blackSolid':'Linea\x20continua\x20sottile\x20nera','blueSolid':_0x140077(0x191),'orangeSolid':_0x140077(0xe3),'graySolid':_0x140077(0xe0),'blueEndArrow':_0x140077(0x13d),'greenTwoWayArrow':_0x140077(0xca),'blackDashed':_0x140077(0x171),'blueDashed':_0x140077(0x112),'grayDashed':_0x140077(0x1aa),'blueDashedEndArrow':'Linea\x20tratteggiata\x20blu\x20con\x20freccia\x20finale','grayDashedEndArrow':_0x140077(0x15b),'greenDashedTwoWayArrow':_0x140077(0x143)},'text':{'bodyBlack':'Corpo\x20nero','titleBlack':_0x140077(0x120),'accentBlue':'Accento\x20blu','accentOrange':_0x140077(0x1a9),'noteGray':_0x140077(0x131)}}},'thumbnailBar':{'resizePanel':_0x140077(0x117),'addSlide':'+\x20Aggiungi\x20slide','contextMenu':{'cut':_0x140077(0x1a0),'copy':_0x140077(0x14f),'paste':_0x140077(0xff),'addBelow':'Aggiungi\x20diapositiva\x20sotto','delete':_0x140077(0x104)},'layoutPicker':{'title':_0x140077(0x128),'layouts':{'title':_0x140077(0xd4),'titleAndBody':_0x140077(0x113),'sectionHeader':_0x140077(0x168),'twoColumns':_0x140077(0xf3),'comparison':'Confronto','blank':'Vuoto','titleOnly':_0x140077(0x142),'pictureWithCaption':_0x140077(0x102)}}},'shapePanel':{'title':_0x140077(0x103),'shapeStyle':'Stile\x20forma','shapePosition':_0x140077(0x167),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x140077(0xb3),'toolbar':{'alignLeft':_0x140077(0xbb),'alignCenter':_0x140077(0x1ab),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x140077(0x144),'bold':'Grassetto','italic':_0x140077(0xd7),'underline':_0x140077(0x119),'strikethrough':_0x140077(0xb6),'textColor':_0x140077(0x1af),'textBackgroundColor':'Colore\x20sfondo\x20testo','fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x140077(0x156)},'align':{'top':_0x140077(0x151),'middle':_0x140077(0x100),'bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':_0x140077(0x14c),'square':_0x140077(0x124),'topAndBottom':_0x140077(0x1a8),'behindText':_0x140077(0x18b),'inFrontText':'Davanti\x20al\x20testo'},'textBox':{'title':_0x140077(0x183),'textDirection':_0x140077(0x158),'textDirectionHorizontal':_0x140077(0xd6),'textDirectionVertical':'Verticale','autoFit':_0x140077(0x130),'autoFitNone':_0x140077(0x179),'autoFitShrink':_0x140077(0xf7),'autoFitResize':_0x140077(0xe2),'wrapText':_0x140077(0x11e),'padding':'Margine\x20interno','paddingLeft':'Sinistra','paddingRight':_0x140077(0x197),'paddingTop':_0x140077(0x12a),'paddingBottom':_0x140077(0xde),'columns':_0x140077(0xf5),'columnCount':_0x140077(0x1a5),'columnSpacing':_0x140077(0x1ac)},'position':{'title':_0x140077(0x11f),'x':'X','y':'Y','width':_0x140077(0x195),'height':_0x140077(0x10e),'rotation':_0x140077(0x181)},'style':{'shadow':'Ombra','shadowColor':_0x140077(0x15c),'shadowBlurRadius':_0x140077(0x15a),'shadowDistance':_0x140077(0x11d),'shadowDirection':_0x140077(0xea),'shadowPresetTitle':_0x140077(0xbd),'shadowPresetNone':'Nessuna\x20ombra','shadowPresetCustom':_0x140077(0x1b2),'shadowTransparency':'Trasparenza','shadowSize':_0x140077(0x137),'shadowPreset':{'shdw6':_0x140077(0x10c),'shdw5':_0x140077(0x150),'shdw2':_0x140077(0x110),'shdw1':_0x140077(0xeb),'shdw14':_0x140077(0x152),'shdw10':_0x140077(0xf1)}},'fill':{'title':_0x140077(0x12e),'noFill':_0x140077(0x154),'solidFill':'Riempimento\x20solido','gradientFill':_0x140077(0x16b),'pictureFill':_0x140077(0xc4),'color':'Colore','transparency':_0x140077(0x1a6),'picture':{'source':_0x140077(0x13a),'insert':_0x140077(0xbc),'tileAsTexture':'Affianca\x20immagine\x20come\x20trama','offsetX':_0x140077(0xc1),'offsetY':_0x140077(0x16f),'scaleX':_0x140077(0xe5),'scaleY':'Scala\x20Y','alignment':_0x140077(0x194),'rotateWithShape':'Ruota\x20con\x20forma','align':{'tl':_0x140077(0xdb),'t':_0x140077(0x196),'tr':_0x140077(0x1a2),'l':_0x140077(0x149),'ctr':_0x140077(0xd8),'r':'Destra','bl':_0x140077(0xd3),'b':_0x140077(0xc8),'br':_0x140077(0x1a1)}}},'line':{'title':_0x140077(0xf0),'noLine':_0x140077(0xfa),'solidLine':_0x140077(0x18c),'color':_0x140077(0x147),'transparency':_0x140077(0x1a6),'width':'Larghezza','cornerRadius':_0x140077(0x192),'beginArrowType':_0x140077(0xee),'beginArrowSize':_0x140077(0x19e),'endArrowType':_0x140077(0xf4),'endArrowSize':_0x140077(0x18a),'dashType':{'title':_0x140077(0x118),'solid':_0x140077(0xcb),'roundDot':_0x140077(0x140),'squareDot':_0x140077(0x17e),'dash':_0x140077(0xe7),'dashDot':'Tratto-punto','longDash':'Tratto\x20lungo','longDashDot':_0x140077(0x105),'longDashDotDot':_0x140077(0xc0)},'capType':{'title':_0x140077(0x1a4),'flat':_0x140077(0x12d),'round':_0x140077(0xfe),'square':'Quadrata'},'joinType':{'title':_0x140077(0x172),'miter':_0x140077(0xec),'round':_0x140077(0xfe),'bevel':'Bisel'},'sketchType':{'title':_0x140077(0x1ad),'none':_0x140077(0x165),'curved':'Curva','freehand':_0x140077(0x14e),'handDrawn':'Disegnato\x20a\x20mano'},'arrowType':{'none':_0x140077(0x101),'arrow':_0x140077(0x170),'openArrow':_0x140077(0x10b),'stealthArrow':_0x140077(0x166),'diamondArrow':_0x140077(0x111),'ovalArrow':_0x140077(0x182)},'arrowSize':{'small':_0x140077(0x148),'medium':_0x140077(0x134),'large':_0x140077(0x17a)}}},'objectListPanel':{'title':_0x140077(0xcf),'open':'Apri\x20pannello\x20livelli','showAll':_0x140077(0xda),'hideAll':_0x140077(0x123),'show':_0x140077(0xc2),'hide':_0x140077(0x180),'moveForward':_0x140077(0x122),'moveBackward':_0x140077(0x135),'nameInput':'Nome\x20oggetto','empty':_0x140077(0x11a),'close':_0x140077(0x107),'name':'Nome','description':_0x140077(0xb9),'descriptionPlaceholder':_0x140077(0xd0),'details':_0x140077(0x129),'noSelection':_0x140077(0x18e)},'backgroundPanel':{'title':_0x140077(0xfc),'backgroundGraphics':_0x140077(0xc7),'hideBackgroundGraphics':'Nascondi\x20grafica\x20master/layout','presentationBackground':_0x140077(0xe8),'presentationBackgroundEmpty':_0x140077(0x13f),'presentationBackgroundImages':_0x140077(0xfd),'setPresentationBackground':_0x140077(0x133),'clearPresentationBackground':_0x140077(0x187),'none':_0x140077(0x154),'solid':_0x140077(0x164),'gradient':_0x140077(0xf6),'image':_0x140077(0xc5),'pattern':'Riempimento\x20motivo','color':_0x140077(0x147),'transparency':_0x140077(0x1a6),'imageSource':'Inserisci\x20immagine\x20da','insertImage':'File...','fit':'Adatta','fitOptions':{'cover':'Riempi','contain':'Adatta','stretch':_0x140077(0x17d),'repeat':'Affianca'},'patternHint':_0x140077(0x15f),'applyToAll':_0x140077(0x121),'resetBackground':_0x140077(0x188)},'transitionPanel':{'title':_0x140077(0x1ae),'effect':_0x140077(0x185),'direction':_0x140077(0xb4),'duration':_0x140077(0xc9),'preview':_0x140077(0x13e),'applyToAll':_0x140077(0x121),'effects':{'none':'Nessuno','fade':_0x140077(0xd9),'push':_0x140077(0x190),'wipe':'Pulisci','split':_0x140077(0x15e),'reveal':'Rivela','cut':_0x140077(0x1a0),'uncover':_0x140077(0x155),'cover':_0x140077(0x169),'zoom':_0x140077(0x17f)},'directions':{'left':_0x140077(0x184),'right':_0x140077(0x19b),'up':_0x140077(0x1b1),'down':_0x140077(0x14a)}},'contextmenu':{'addPage':_0x140077(0x1a7),'backgroundPanel':_0x140077(0xfc),'transitionPanel':_0x140077(0x1ae),'speakerNotes':_0x140077(0x178),'ruler':_0x140077(0x16c),'shapePanel':_0x140077(0x103),'flipHorizontal':'Capovolgi\x20orizzontalmente','flipVertical':_0x140077(0x11b),'group':_0x140077(0x139),'ungroup':'Separa'},'presentation':{'play':_0x140077(0x17b),'playFromBeginning':'Riproduci\x20dall\x27inizio','playFromCurrent':_0x140077(0xe4),'playDualScreen':'Presentazione\x20doppio\x20schermo','playDualScreenFromBeginning':_0x140077(0x11c),'playDualScreenFromCurrent':_0x140077(0x19a),'dualScreenUnavailable':'Impossibile\x20avviare\x20la\x20presentazione\x20a\x20doppio\x20schermo.\x20Consenti\x20l\x27autorizzazione\x20di\x20gestione\x20delle\x20finestre\x20e\x20collega\x20uno\x20schermo\x20esteso,\x20quindi\x20riprova.','fullscreenPrompt':_0x140077(0x1a3),'presentationEnded':_0x140077(0x125),'previous':'Precedente','next':_0x140077(0x126),'exit':_0x140077(0xdd),'slideProgress':'Slide\x20{current}\x20di\x20{total}','speakerNotes':_0x140077(0x178),'speakerNotesPlaceholder':_0x140077(0xdf),'speakerNotesEmpty':'Nessuna\x20nota\x20del\x20relatore','speakerNotesSave':_0x140077(0x108),'speakerNotesCancel':_0x140077(0x19f)},'slide':{'placeholder':{'text':{'title':_0x140077(0x106),'subtitle':_0x140077(0xd2),'body':_0x140077(0x163),'text':'Clicca\x20per\x20aggiungere\x20testo','header':_0x140077(0xf8),'footer':_0x140077(0xd5),'date':_0x140077(0xe6),'slideNumber':'Segnaposto\x20numero\x20slide'},'icon':{'image':_0x140077(0x175),'table':'Tabella','chart':_0x140077(0x199),'diagram':_0x140077(0xef),'media':'Media'}}},'image-panel':{'arrange':{'title':_0x140077(0x13b),'forward':'Porta\x20avanti','backward':_0x140077(0x10f),'front':_0x140077(0x136),'back':_0x140077(0xb8)},'transform':{'title':_0x140077(0x16d),'rotate':_0x140077(0x198),'x':_0x140077(0xbe),'y':_0x140077(0xe1),'width':_0x140077(0x12b),'height':'Altezza\x20(px)','lock':_0x140077(0xce)},'crop':{'title':_0x140077(0xbf),'start':_0x140077(0x1b3),'mode':_0x140077(0x159),'shape':_0x140077(0x16e)}}}};}));
|
|
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)}}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x47de(_0x576f77,_0x1c886f){_0x576f77=_0x576f77-0xf0;var _0x46ef30=_0x46ef();var _0x47de00=_0x46ef30[_0x576f77];return _0x47de00;}function _0x46ef(){var _0x5d8a9a=['閉じる','下揃え','図形パネルを開く','オブジェクト名','キャプション付き画像','タイトルスライド','右揃え','切り取り','パターン設定は近日公開予定です。','右から','クリックして現在のスライドのノートを追加','ステルス矢印','ワイプ','前面へ移動','amd','自動調整しない','グループ化解除','タイル','プリセット','オープン矢印','フラット','ラウンド','セクションヘッダー','青の破線・終端矢印付き','Xオフセット','キャンセル','黒の細い実線','説明を追加','回転\x20(°)','プレゼンテーション背景','文字列の背面','透明度','プレビュー','613542GjcFNx','スライドのサイズ','本文\x20黒','文字の方向','クリックしてサブタイトルを追加','テキストスタイル','横書きテキストボックス','縦書き','スピーカーノート','上揃え','切り替え','テーマ','スライドテーマを選択','貼り付け','取り消し線','2662080TAjNFF','上下反転','緑の双方向矢印付き線','図形を削除','グラフ','標準\x20(4:3)','オブジェクトがありません','破線の種類','塗りつぶし','塗りつぶしの色','ぼかし','ルーラー','文字に合わせて図形サイズを調整','青の細い破線','四角ドット','現在のスライドから再生','図形にトリミング','双画面・現在から','位置とサイズ','ベベル','テキストボックス','透明な文字色','フォントサイズ','その他のスタイル','内側の余白','外側:\x20右下(小)','段落タイプ','外側:\x20右下','クリックしてテキストを追加','面取り','日付プレースホルダー','クリックして全画面表示','スライド名、テキスト、オブジェクト名を入力して検索してください。','アクセント\x20オレンジ','表のサイズ','垂直方向の配置','未設定','Y\x20(px)','Yスケール','左から','色をリセット','末端の矢印のサイズ','背景グラフィック','フォントサイズを縮小','最初から再生','図形の既定値','青の終端矢印付き線','トリミング','2063950aqnfBZ','図形の書式設定','オブジェクト一覧','タイトル\x20黒','ダイヤ矢印','非表示','ズーム','単色塗りつぶし','カスタムサイズ','末端の矢印の種類','長ダッシュドットドット','メディア','{total}\x20枚中\x20{current}\x20枚目','最背面へ移動','結果が見つかりませんでした。','外側:\x20左下','2Sabhyg','クリックしてタイトルを追加','12726pnDhrU','フェード','object','スピーカーノートなし','クイックスタイル','2つの内容','影なし','テキスト\x20ボックス','見出し\x201','背景をリセット','新しいスライド','デュアル画面プレゼンテーションを開始できません。ウィンドウ管理権限を許可し、拡張ディスプレイを接続してから再試行してください。','長ダッシュ','マスター/レイアウトのグラフィックを非表示','パターン塗りつぶし','トリミング開始','水平方向の配置','背景の書式設定','スクエア','左右反転','角丸半径','自動調整','幅\x20(px)','ダッシュ','外側:\x20左上(大)','先端の矢印の種類','ワイド画面\x20(16:9)','オレンジの細い実線','黒の細い破線','四角形','タイトルのみ','図形と一緒に回転','文字の色','画像塗りつぶし','文字の背景色','文字列の前面','1114749SPmbtb','3094259ZSCtYQ','フリーハンド','ダイアグラム','Xスケール','レイアウトを選択','はみ出す場合に文字を縮小','アクセント\x20青','グループ化','すべて非表示','図またはテクスチャ塗りつぶし','図形の変更','灰の破線・終端矢印付き','X\x20(px)','クリア','背面へ移動','詳細を編集するオブジェクトを選択','865386wvGDrs','線なし','縦書きテキストボックス','全画面表示','コピー','すべて表示','灰の細い破線','サイズ','Yオフセット','図形スタイル','図形の書式','3184PilxzH','先端の矢印のサイズ','外側:\x20右上','フォントサイズを拡大','画像ソース','テクスチャとしてタイル状に配置','灰の細い実線','すべてに適用','フィット','外側:\x20左上','左揃え','中央揃え','背景を設定','長ダッシュドット','function'];_0x46ef=function(){return _0x5d8a9a;};return _0x46ef();}(function(_0xacd01a,_0x332a64){var _0x1f15c6=_0x47de,_0x35fb08=_0xacd01a();while(!![]){try{var _0x234df=parseInt(_0x1f15c6(0x15d))/0x1*(-parseInt(_0x1f15c6(0x1ac))/0x2)+parseInt(_0x1f15c6(0x111))/0x3+-parseInt(_0x1f15c6(0x16c))/0x4+parseInt(_0x1f15c6(0x19c))/0x5+-parseInt(_0x1f15c6(0x122))/0x6+parseInt(_0x1f15c6(0x112))/0x7+parseInt(_0x1f15c6(0x12d))/0x8*(parseInt(_0x1f15c6(0x1ae))/0x9);if(_0x234df===_0x332a64)break;else _0x35fb08['push'](_0x35fb08['shift']());}catch(_0x2dbc3c){_0x35fb08['push'](_0x35fb08['shift']());}}}(_0x46ef,0x59541),function(_0x5e9317,_0x3d0b8b){var _0x4a3258=_0x47de;typeof exports==_0x4a3258(0x1b0)&&typeof module<'u'?module['exports']=_0x3d0b8b():typeof define==_0x4a3258(0x13b)&&define[_0x4a3258(0x14a)]?define([],_0x3d0b8b):(_0x5e9317=typeof globalThis<'u'?globalThis:_0x5e9317||self,_0x5e9317['UniverProSlidesUiJaJP']=_0x3d0b8b());}(this,function(){var _0x55299b=_0x47de;return{'slides-ui':{'ribbon':{'shapeFormat':_0x55299b(0x12c),'changeShape':_0x55299b(0x11c)},'insertToolbar':{'search':'検索','text':_0x55299b(0x180),'textHorizontal':_0x55299b(0x163),'textVertical':_0x55299b(0x124),'image':'画像','table':'表','shape':'図形','chart':_0x55299b(0x170),'symbol':'記号','emoji':'絵文字'},'tableSizePicker':{'title':_0x55299b(0x18e),'customSize':_0x55299b(0x1a4),'rows':'行','columns':'列','insert':'挿入','apply':'適用'},'searchPanel':{'placeholder':'スライドとオブジェクトを検索','noQuery':_0x55299b(0x18c),'empty':_0x55299b(0x1aa),'slidePrefix':'スライド'},'themePicker':{'title':_0x55299b(0x168),'caption':_0x55299b(0x199),'tooltip':_0x55299b(0x169)},'display':{'slideSize':_0x55299b(0x15e),'widescreen':_0x55299b(0x107),'standard':_0x55299b(0x171),'fullscreen':_0x55299b(0x125)},'editorToolbar':{'fontFamily':'フォント','fontSize':_0x55299b(0x182),'paragraphType':_0x55299b(0x186),'heading1':_0x55299b(0xf5),'increaseFontSize':_0x55299b(0x130),'decreaseFontSize':_0x55299b(0x197),'textColor':'文字色','transparentTextColor':_0x55299b(0x181),'textBackgroundColor':_0x55299b(0x10f),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x55299b(0x16b),'horizontalAlign':_0x55299b(0xfd),'verticalAlign':_0x55299b(0x18f),'alignLeft':_0x55299b(0x137),'alignCenter':'中央揃え','alignRight':_0x55299b(0x142),'alignJustify':'両端揃え','alignTop':_0x55299b(0x166),'alignMiddle':'中央揃え','alignBottom':'下揃え'},'quickStyles':{'tooltip':_0x55299b(0xf1),'shapeStyles':_0x55299b(0x12b),'lineStyles':'線スタイル','textStyles':_0x55299b(0x162),'more':_0x55299b(0x183),'groups':{'solid':'実線','dashed':'破線'},'presets':{'line':{'blackSolid':_0x55299b(0x156),'blueSolid':'青の細い実線','orangeSolid':_0x55299b(0x108),'graySolid':_0x55299b(0x133),'blueEndArrow':_0x55299b(0x19a),'greenTwoWayArrow':_0x55299b(0x16e),'blackDashed':_0x55299b(0x109),'blueDashed':_0x55299b(0x179),'grayDashed':_0x55299b(0x128),'blueDashedEndArrow':_0x55299b(0x153),'grayDashedEndArrow':_0x55299b(0x11d),'greenDashedTwoWayArrow':'緑の破線・双方向矢印付き'},'text':{'bodyBlack':_0x55299b(0x15f),'titleBlack':_0x55299b(0x19f),'accentBlue':_0x55299b(0x118),'accentOrange':_0x55299b(0x18d),'noteGray':'注釈\x20灰'}}},'thumbnailBar':{'resizePanel':'スライドサムネイルパネルのサイズを変更','addSlide':'+\x20スライドを追加','contextMenu':{'cut':_0x55299b(0x143),'copy':_0x55299b(0x126),'paste':_0x55299b(0x16a),'addBelow':'下にスライドを追加','delete':'削除'},'layoutPicker':{'title':_0x55299b(0x116),'layouts':{'title':_0x55299b(0x141),'titleAndBody':'タイトルと内容','sectionHeader':_0x55299b(0x152),'twoColumns':_0x55299b(0xf2),'comparison':'比較','blank':'空白','titleOnly':_0x55299b(0x10b),'pictureWithCaption':_0x55299b(0x140)}}},'shapePanel':{'title':_0x55299b(0x19d),'shapeStyle':_0x55299b(0x12b),'shapePosition':'位置','openPanel':_0x55299b(0x13e),'deleteShape':_0x55299b(0x16f),'toolbar':{'alignLeft':_0x55299b(0x137),'alignCenter':_0x55299b(0x138),'alignRight':_0x55299b(0x142),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x55299b(0x10d),'textBackgroundColor':_0x55299b(0x10f),'fillColor':_0x55299b(0x175),'resetColor':_0x55299b(0x194)},'align':{'top':_0x55299b(0x166),'middle':_0x55299b(0x138),'bottom':_0x55299b(0x13d)},'textWrap':{'inline':'行内','square':_0x55299b(0x10a),'topAndBottom':'上下','behindText':_0x55299b(0x15a),'inFrontText':_0x55299b(0x110)},'textBox':{'title':_0x55299b(0xf4),'textDirection':_0x55299b(0x160),'textDirectionHorizontal':'横書き','textDirectionVertical':_0x55299b(0x164),'autoFit':_0x55299b(0x102),'autoFitNone':_0x55299b(0x14b),'autoFitShrink':_0x55299b(0x117),'autoFitResize':_0x55299b(0x178),'wrapText':'図形内で文字を折り返す','padding':_0x55299b(0x184),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':'段組み','columnCount':'数','columnSpacing':'間隔'},'position':{'title':_0x55299b(0x17e),'x':'X','y':'Y','width':'幅','height':'高さ','rotation':'回転'},'style':{'shadow':'影','shadowColor':'影の色','shadowBlurRadius':_0x55299b(0x176),'shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':_0x55299b(0x14e),'shadowPresetNone':_0x55299b(0xf3),'shadowPresetCustom':'カスタム','shadowTransparency':'透明度','shadowSize':_0x55299b(0x129),'shadowPreset':{'shdw6':_0x55299b(0x187),'shdw5':_0x55299b(0x1ab),'shdw2':_0x55299b(0x12f),'shdw1':_0x55299b(0x136),'shdw14':_0x55299b(0x185),'shdw10':_0x55299b(0x105)}},'fill':{'title':_0x55299b(0x174),'noFill':'塗りつぶしなし','solidFill':_0x55299b(0x1a3),'gradientFill':'グラデーション塗りつぶし','pictureFill':_0x55299b(0x11b),'color':'色','transparency':_0x55299b(0x15b),'picture':{'source':_0x55299b(0x131),'insert':'画像を挿入','tileAsTexture':_0x55299b(0x132),'offsetX':_0x55299b(0x154),'offsetY':_0x55299b(0x12a),'scaleX':_0x55299b(0x115),'scaleY':_0x55299b(0x192),'alignment':'配置','rotateWithShape':_0x55299b(0x10c),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x55299b(0x123),'solidLine':'実線','color':'色','transparency':_0x55299b(0x15b),'width':'幅','cornerRadius':_0x55299b(0x101),'beginArrowType':_0x55299b(0x106),'beginArrowSize':_0x55299b(0x12e),'endArrowType':_0x55299b(0x1a5),'endArrowSize':_0x55299b(0x195),'dashType':{'title':_0x55299b(0x173),'solid':'実線','roundDot':'丸ドット','squareDot':_0x55299b(0x17a),'dash':_0x55299b(0x104),'dashDot':'ダッシュドット','longDash':_0x55299b(0xf9),'longDashDot':_0x55299b(0x13a),'longDashDotDot':_0x55299b(0x1a6)},'capType':{'title':'線端の種類','flat':_0x55299b(0x150),'round':_0x55299b(0x151),'square':_0x55299b(0xff)},'joinType':{'title':'接合の種類','miter':_0x55299b(0x189),'round':_0x55299b(0x151),'bevel':_0x55299b(0x17f)},'sketchType':{'title':'スケッチの種類','none':'なし','curved':'曲線','freehand':_0x55299b(0x113),'handDrawn':'手書き'},'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x55299b(0x14f),'stealthArrow':_0x55299b(0x147),'diamondArrow':_0x55299b(0x1a0),'ovalArrow':'楕円矢印'},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x55299b(0x19e),'open':'レイヤーパネルを開く','showAll':_0x55299b(0x127),'hideAll':_0x55299b(0x11a),'show':'表示','hide':_0x55299b(0x1a1),'moveForward':_0x55299b(0x149),'moveBackward':_0x55299b(0x120),'nameInput':_0x55299b(0x13f),'empty':_0x55299b(0x172),'close':_0x55299b(0x13c),'name':'名前','description':'説明','descriptionPlaceholder':_0x55299b(0x157),'details':'詳細','noSelection':_0x55299b(0x121)},'backgroundPanel':{'title':'背景の書式設定','backgroundGraphics':_0x55299b(0x196),'hideBackgroundGraphics':_0x55299b(0xfa),'presentationBackground':_0x55299b(0x159),'presentationBackgroundEmpty':_0x55299b(0x190),'presentationBackgroundImages':'画像','setPresentationBackground':_0x55299b(0x139),'clearPresentationBackground':_0x55299b(0x11f),'none':'塗りつぶしなし','solid':_0x55299b(0x1a3),'gradient':'グラデーション塗りつぶし','image':_0x55299b(0x10e),'pattern':_0x55299b(0xfb),'color':'色','transparency':'透明度','imageSource':'画像挿入元','insertImage':'ファイル...','fit':_0x55299b(0x135),'fitOptions':{'cover':'塗りつぶし','contain':'フィット','stretch':'伸縮','repeat':_0x55299b(0x14d)},'patternHint':_0x55299b(0x144),'applyToAll':_0x55299b(0x134),'resetBackground':_0x55299b(0xf6)},'transitionPanel':{'title':'切り替え','effect':'効果','direction':'方向','duration':'時間','preview':_0x55299b(0x15c),'applyToAll':_0x55299b(0x134),'effects':{'none':'なし','fade':_0x55299b(0x1af),'push':'プッシュ','wipe':_0x55299b(0x148),'split':'分割','reveal':'表示','cut':'カット','uncover':'\x20uncover','cover':'カバー','zoom':_0x55299b(0x1a2)},'directions':{'left':_0x55299b(0x193),'right':_0x55299b(0x145),'up':'上から','down':'下から'}},'contextmenu':{'addPage':_0x55299b(0xf7),'backgroundPanel':_0x55299b(0xfe),'transitionPanel':_0x55299b(0x167),'speakerNotes':_0x55299b(0x165),'ruler':_0x55299b(0x177),'shapePanel':_0x55299b(0x19d),'flipHorizontal':_0x55299b(0x100),'flipVertical':_0x55299b(0x16d),'group':_0x55299b(0x119),'ungroup':_0x55299b(0x14c)},'presentation':{'play':'再生','playFromBeginning':_0x55299b(0x198),'playFromCurrent':_0x55299b(0x17b),'playDualScreen':'双画面プレゼンテーション','playDualScreenFromBeginning':'双画面・最初から','playDualScreenFromCurrent':_0x55299b(0x17d),'dualScreenUnavailable':_0x55299b(0xf8),'fullscreenPrompt':_0x55299b(0x18b),'presentationEnded':'プレゼンテーション終了','previous':'前へ','next':'次へ','exit':'終了','slideProgress':_0x55299b(0x1a8),'speakerNotes':_0x55299b(0x165),'speakerNotesPlaceholder':_0x55299b(0x146),'speakerNotesEmpty':_0x55299b(0xf0),'speakerNotesSave':'保存','speakerNotesCancel':_0x55299b(0x155)},'slide':{'placeholder':{'text':{'title':_0x55299b(0x1ad),'subtitle':_0x55299b(0x161),'body':_0x55299b(0x188),'text':_0x55299b(0x188),'header':'ヘッダープレースホルダー','footer':'フッタープレースホルダー','date':_0x55299b(0x18a),'slideNumber':'スライド番号プレースホルダー'},'icon':{'image':'画像','table':'表','chart':_0x55299b(0x170),'diagram':_0x55299b(0x114),'media':_0x55299b(0x1a7)}}},'image-panel':{'arrange':{'title':'配置','forward':_0x55299b(0x149),'backward':_0x55299b(0x120),'front':'最前面へ移動','back':_0x55299b(0x1a9)},'transform':{'title':'変形','rotate':_0x55299b(0x158),'x':_0x55299b(0x11e),'y':_0x55299b(0x191),'width':_0x55299b(0x103),'height':'高さ\x20(px)','lock':'比率を固定'},'crop':{'title':_0x55299b(0x19b),'start':_0x55299b(0xfc),'mode':'自由','shape':_0x55299b(0x17c)}}}};}));
|
|
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();}
|