@univerjs-pro/slides-ui 1.0.0-alpha.6 → 1.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +27 -56
- 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/insert.operation.d.ts +3 -0
- 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/components/insert-ribbon/SlideInsertRibbonComponents.d.ts +8 -0
- package/lib/types/components/presentation/SlidePresentationView.d.ts +3 -0
- package/lib/types/components/slide-footer/SlideFooter.d.ts +5 -0
- package/lib/types/controllers/group-hierarchy.util.d.ts +1 -0
- package/lib/types/controllers/page-size.util.d.ts +27 -0
- package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -3
- 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/locale/en-US.d.ts +9 -0
- package/lib/types/menu/contextmenu.menu.d.ts +1 -1
- package/lib/types/menu/display.menu.d.ts +8 -0
- package/lib/types/menu/insert.menu.d.ts +4 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -4
- package/lib/types/render-objects/slide-shape-object.d.ts +7 -0
- 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/services/slide-insert.service.d.ts +3 -2
- package/lib/types/slide-editor/controllers/slide-text-editing.render-controller.d.ts +3 -1
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +0 -1
- package/lib/types/slide-editor/utils/editable-text.d.ts +2 -1
- package/lib/types/slide-editor/views/shape-text-editor/index.d.ts +11 -0
- package/lib/types/views/render/adaptor.d.ts +1 -0
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +5 -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 +18 -17
- package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +0 -4
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3fa2dd,_0xf928d9){var _0x51198e=_0x1b8f,_0x4646ca=_0x3fa2dd();while(!![]){try{var _0x2ee735=-parseInt(_0x51198e(0x1ef))/0x1+parseInt(_0x51198e(0x193))/0x2*(-parseInt(_0x51198e(0x174))/0x3)+-parseInt(_0x51198e(0x22f))/0x4+parseInt(_0x51198e(0x1ac))/0x5+parseInt(_0x51198e(0x15c))/0x6*(parseInt(_0x51198e(0x222))/0x7)+-parseInt(_0x51198e(0x20b))/0x8+parseInt(_0x51198e(0x180))/0x9*(parseInt(_0x51198e(0x194))/0xa);if(_0x2ee735===_0xf928d9)break;else _0x4646ca['push'](_0x4646ca['shift']());}catch(_0x3aa253){_0x4646ca['push'](_0x4646ca['shift']());}}}(_0x539b,0x35a2b),function(_0x5ccd63,_0x47bfb9){var _0x493369=_0x1b8f;typeof exports==_0x493369(0x19d)&&typeof module<'u'?module[_0x493369(0x19a)]=_0x47bfb9():typeof define==_0x493369(0x1b4)&&define[_0x493369(0x1bd)]?define([],_0x47bfb9):(_0x5ccd63=typeof globalThis<'u'?globalThis:_0x5ccd63||self,_0x5ccd63[_0x493369(0x1db)]=_0x47bfb9());}(this,function(){var _0x1b167d=_0x1b8f;return{'slides-ui':{'ribbon':{'shapeFormat':_0x1b167d(0x1a5),'changeShape':'تغيير\x20الشكل'},'insertToolbar':{'search':_0x1b167d(0x190),'text':_0x1b167d(0x197),'textHorizontal':_0x1b167d(0x1e8),'textVertical':'مربع\x20نص\x20عمودي','image':_0x1b167d(0x17d),'table':'جدول','shape':_0x1b167d(0x1d6),'chart':'مخطط'},'tableSizePicker':{'title':_0x1b167d(0x18b),'customSize':_0x1b167d(0x216),'rows':_0x1b167d(0x179),'columns':'الأعمدة','insert':_0x1b167d(0x171),'apply':_0x1b167d(0x1bb)},'searchPanel':{'placeholder':_0x1b167d(0x1b7),'noQuery':_0x1b167d(0x15d),'empty':_0x1b167d(0x225),'slidePrefix':_0x1b167d(0x1fc)},'themePicker':{'title':_0x1b167d(0x162),'caption':'الافتراضيات\x20للأشكال','tooltip':'اختيار\x20سمة\x20الشريحة'},'editorToolbar':{'fontFamily':'الخط','fontSize':_0x1b167d(0x18c),'paragraphType':_0x1b167d(0x1ea),'heading1':_0x1b167d(0x22a),'increaseFontSize':'زيادة\x20حجم\x20الخط','decreaseFontSize':_0x1b167d(0x219),'textColor':_0x1b167d(0x1b9),'transparentTextColor':'لون\x20نص\x20شفاف','textBackgroundColor':_0x1b167d(0x19b),'bold':_0x1b167d(0x198),'italic':_0x1b167d(0x16e),'underline':_0x1b167d(0x14f),'strikethrough':'يتوسطه\x20خط','horizontalAlign':'محاذاة\x20أفقية','verticalAlign':_0x1b167d(0x1f2),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x1b167d(0x1f1),'alignRight':_0x1b167d(0x183),'alignJustify':_0x1b167d(0x177),'alignTop':_0x1b167d(0x15b),'alignMiddle':_0x1b167d(0x221),'alignBottom':_0x1b167d(0x188)},'quickStyles':{'tooltip':_0x1b167d(0x15e),'shapeStyles':_0x1b167d(0x1ff),'lineStyles':_0x1b167d(0x1e6),'textStyles':'أنماط\x20النص','more':_0x1b167d(0x14d),'groups':{'solid':_0x1b167d(0x215),'dashed':_0x1b167d(0x211)},'presets':{'line':{'blackSolid':_0x1b167d(0x1b8),'blueSolid':'خط\x20أزرق\x20رفيع\x20صلب','orangeSolid':'خط\x20برتقالي\x20رفيع\x20صلب','graySolid':_0x1b167d(0x226),'blueEndArrow':'خط\x20أزرق\x20مع\x20سهم\x20في\x20النهاية','greenTwoWayArrow':_0x1b167d(0x1a4),'blackDashed':_0x1b167d(0x1ab),'blueDashed':'خط\x20أزرق\x20رفيع\x20متقطع','grayDashed':'خط\x20رمادي\x20رفيع\x20متقطع','blueDashedEndArrow':_0x1b167d(0x229),'grayDashedEndArrow':'خط\x20رمادي\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','greenDashedTwoWayArrow':_0x1b167d(0x16c)},'text':{'bodyBlack':_0x1b167d(0x212),'titleBlack':_0x1b167d(0x1fa),'accentBlue':_0x1b167d(0x1eb),'accentOrange':_0x1b167d(0x155),'noteGray':_0x1b167d(0x207)}}},'thumbnailBar':{'resizePanel':'تغيير\x20حجم\x20لوحة\x20الصور\x20المصغرة\x20للشرائح','addSlide':_0x1b167d(0x1b0),'contextMenu':{'cut':'قص','copy':_0x1b167d(0x170),'paste':'لصق','addBelow':_0x1b167d(0x189),'delete':_0x1b167d(0x195)},'layoutPicker':{'title':_0x1b167d(0x1cf),'layouts':{'title':_0x1b167d(0x17e),'titleAndBody':_0x1b167d(0x1ca),'sectionHeader':_0x1b167d(0x165),'twoColumns':'عمودان','comparison':'مقارنة','blank':_0x1b167d(0x203),'titleOnly':_0x1b167d(0x1a2),'pictureWithCaption':_0x1b167d(0x1b1)}}},'shapePanel':{'title':_0x1b167d(0x1a5),'shapeStyle':_0x1b167d(0x20c),'shapePosition':'الموضع','openPanel':_0x1b167d(0x1c9),'deleteShape':_0x1b167d(0x1fb),'toolbar':{'alignLeft':_0x1b167d(0x21c),'alignCenter':_0x1b167d(0x1f1),'alignRight':_0x1b167d(0x183),'alignJustify':_0x1b167d(0x177),'bold':_0x1b167d(0x198),'italic':_0x1b167d(0x16e),'underline':_0x1b167d(0x14f),'strikethrough':_0x1b167d(0x1d5),'textColor':_0x1b167d(0x1b9),'textBackgroundColor':_0x1b167d(0x19b),'fillColor':_0x1b167d(0x19b),'resetColor':'إعادة\x20تعيين\x20اللون'},'align':{'top':_0x1b167d(0x15b),'middle':'محاذاة\x20للمنتصف','bottom':'محاذاة\x20للأسفل'},'textWrap':{'inline':_0x1b167d(0x20d),'square':_0x1b167d(0x21e),'topAndBottom':_0x1b167d(0x19f),'behindText':_0x1b167d(0x187),'inFrontText':_0x1b167d(0x1ce)},'textBox':{'title':_0x1b167d(0x197),'textDirection':_0x1b167d(0x1cc),'textDirectionHorizontal':_0x1b167d(0x228),'textDirectionVertical':_0x1b167d(0x1de),'autoFit':'احتواء\x20تلقائي','autoFitNone':_0x1b167d(0x1d2),'autoFitShrink':_0x1b167d(0x154),'autoFitResize':'تغيير\x20حجم\x20الشكل\x20لملاءمة\x20النص','wrapText':_0x1b167d(0x21a),'padding':_0x1b167d(0x20f),'paddingLeft':'يسار','paddingRight':_0x1b167d(0x20a),'paddingTop':_0x1b167d(0x1f5),'paddingBottom':'أسفل','columns':_0x1b167d(0x150),'columnCount':_0x1b167d(0x17b),'columnSpacing':'التباعد'},'position':{'title':_0x1b167d(0x1c2),'x':'س','y':'ص','width':_0x1b167d(0x192),'height':_0x1b167d(0x1c6),'rotation':_0x1b167d(0x1c3)},'style':{'shadow':'ظل','shadowColor':'لون\x20الظل','shadowBlurRadius':_0x1b167d(0x21f),'shadowDistance':_0x1b167d(0x1c0),'shadowDirection':_0x1b167d(0x217),'shadowPresetTitle':_0x1b167d(0x1af),'shadowPresetNone':_0x1b167d(0x1e1),'shadowPresetCustom':_0x1b167d(0x1a6),'shadowTransparency':_0x1b167d(0x201),'shadowSize':_0x1b167d(0x17c),'shadowPreset':{'shdw6':_0x1b167d(0x1b2),'shdw5':_0x1b167d(0x151),'shdw2':_0x1b167d(0x1bc),'shdw1':_0x1b167d(0x166),'shdw14':_0x1b167d(0x1b5),'shdw10':'خارجي:\x20أعلى\x20اليسار\x20كبير'}},'fill':{'title':_0x1b167d(0x18f),'noFill':'بدون\x20تعبئة','solidFill':'تعبئة\x20صلبة','gradientFill':_0x1b167d(0x1f0),'pictureFill':'تعبئة\x20صورة\x20أو\x20نسيج','color':_0x1b167d(0x16f),'transparency':_0x1b167d(0x201),'picture':{'source':'مصدر\x20الصورة','insert':_0x1b167d(0x176),'tileAsTexture':'بلاط\x20الصورة\x20كملمس','offsetX':_0x1b167d(0x17a),'offsetY':_0x1b167d(0x205),'scaleX':_0x1b167d(0x1a8),'scaleY':_0x1b167d(0x18e),'alignment':'المحاذاة','rotateWithShape':'تدوير\x20مع\x20الشكل','align':{'tl':_0x1b167d(0x1a1),'t':_0x1b167d(0x1f5),'tr':_0x1b167d(0x1d4),'l':'يسار','ctr':_0x1b167d(0x1f4),'r':_0x1b167d(0x20a),'bl':'أسفل\x20اليسار','b':_0x1b167d(0x186),'br':'أسفل\x20اليمين'}}},'line':{'title':_0x1b167d(0x21d),'noLine':_0x1b167d(0x16a),'solidLine':_0x1b167d(0x159),'color':_0x1b167d(0x16f),'transparency':_0x1b167d(0x201),'width':'العرض','cornerRadius':_0x1b167d(0x158),'beginArrowType':'نوع\x20السهم\x20البدائي','beginArrowSize':_0x1b167d(0x199),'endArrowType':_0x1b167d(0x181),'endArrowSize':_0x1b167d(0x220),'dashType':{'title':_0x1b167d(0x230),'solid':_0x1b167d(0x215),'roundDot':_0x1b167d(0x1be),'squareDot':_0x1b167d(0x1f8),'dash':'شرطة','dashDot':_0x1b167d(0x1bf),'longDash':_0x1b167d(0x22b),'longDashDot':_0x1b167d(0x213),'longDashDotDot':_0x1b167d(0x22e)},'capType':{'title':_0x1b167d(0x1f6),'flat':'مسطح','round':_0x1b167d(0x1dc),'square':_0x1b167d(0x21e)},'joinType':{'title':_0x1b167d(0x1f7),'miter':'ميتري','round':'دائري','bevel':_0x1b167d(0x16e)},'sketchType':{'title':_0x1b167d(0x1ed),'none':_0x1b167d(0x21b),'curved':'منحني','freehand':_0x1b167d(0x1a3),'handDrawn':_0x1b167d(0x1d3)},'arrowType':{'none':_0x1b167d(0x21b),'arrow':_0x1b167d(0x1da),'openArrow':_0x1b167d(0x1c8),'stealthArrow':_0x1b167d(0x152),'diamondArrow':'سهم\x20معين','ovalArrow':_0x1b167d(0x1a0)},'arrowSize':{'small':_0x1b167d(0x196),'medium':_0x1b167d(0x178),'large':_0x1b167d(0x1f3)}}},'objectListPanel':{'title':_0x1b167d(0x15f),'showAll':'إظهار\x20الكل','hideAll':_0x1b167d(0x1dd),'show':_0x1b167d(0x1cd),'hide':'إخفاء','moveForward':_0x1b167d(0x175),'moveBackward':_0x1b167d(0x1aa),'nameInput':_0x1b167d(0x153),'empty':_0x1b167d(0x1df),'close':_0x1b167d(0x16b),'name':_0x1b167d(0x224),'description':'الوصف','descriptionPlaceholder':_0x1b167d(0x17f),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'},'backgroundPanel':{'title':_0x1b167d(0x1ee),'backgroundGraphics':_0x1b167d(0x1a9),'hideBackgroundGraphics':_0x1b167d(0x168),'presentationBackground':'خلفية\x20العرض\x20التقديمي','presentationBackgroundEmpty':'غير\x20محدد','presentationBackgroundImages':_0x1b167d(0x19e),'setPresentationBackground':_0x1b167d(0x1e0),'clearPresentationBackground':_0x1b167d(0x173),'none':_0x1b167d(0x1e2),'solid':_0x1b167d(0x1d1),'gradient':_0x1b167d(0x1f0),'image':'تعبئة\x20صورة','pattern':_0x1b167d(0x1d7),'color':'اللون','transparency':'الشفافية','imageSource':_0x1b167d(0x161),'insertImage':_0x1b167d(0x1e9),'fit':_0x1b167d(0x218),'fitOptions':{'cover':'تغطية','contain':_0x1b167d(0x1c5),'stretch':_0x1b167d(0x160),'repeat':_0x1b167d(0x20e)},'patternHint':_0x1b167d(0x1fd),'applyToAll':_0x1b167d(0x1e5),'resetBackground':_0x1b167d(0x164)},'transitionPanel':{'title':_0x1b167d(0x1f9),'effect':'التأثير','direction':_0x1b167d(0x14e),'duration':_0x1b167d(0x156),'preview':_0x1b167d(0x1a7),'applyToAll':_0x1b167d(0x1e5),'effects':{'none':_0x1b167d(0x21b),'fade':'تلاشي','push':'دفع','wipe':_0x1b167d(0x173),'split':'تقسيم','reveal':'كشف','cut':'قص','uncover':_0x1b167d(0x208),'cover':_0x1b167d(0x1ba),'zoom':_0x1b167d(0x202)},'directions':{'left':_0x1b167d(0x210),'right':_0x1b167d(0x1c1),'up':_0x1b167d(0x1b6),'down':_0x1b167d(0x163)}},'contextmenu':{'addPage':'شريحة\x20جديدة','backgroundPanel':_0x1b167d(0x1ee),'transitionPanel':_0x1b167d(0x1f9),'speakerNotes':_0x1b167d(0x15a),'ruler':'مسطرة','shapePanel':_0x1b167d(0x1a5),'flipHorizontal':_0x1b167d(0x1e7),'flipVertical':_0x1b167d(0x182),'group':_0x1b167d(0x1b3),'ungroup':_0x1b167d(0x206)},'presentation':{'play':_0x1b167d(0x18a),'playFromBeginning':_0x1b167d(0x1d8),'playFromCurrent':_0x1b167d(0x1ad),'playDualScreen':_0x1b167d(0x16d),'playDualScreenFromBeginning':'شاشة\x20مزدوجة\x20من\x20البداية','playDualScreenFromCurrent':_0x1b167d(0x172),'dualScreenUnavailable':'تعذر\x20بدء\x20عرض\x20الشاشة\x20المزدوجة.\x20اسمح\x20بإذن\x20إدارة\x20النوافذ\x20وصِل\x20شاشة\x20موسعة،\x20ثم\x20حاول\x20مرة\x20أخرى.','fullscreenPrompt':_0x1b167d(0x22d),'presentationEnded':_0x1b167d(0x1e3),'previous':_0x1b167d(0x184),'next':_0x1b167d(0x169),'exit':_0x1b167d(0x191),'slideProgress':_0x1b167d(0x1ae),'speakerNotes':_0x1b167d(0x15a),'speakerNotesPlaceholder':'انقر\x20لإضافة\x20ملاحظات\x20للشريحة\x20الحالية','speakerNotesEmpty':_0x1b167d(0x214),'speakerNotesSave':_0x1b167d(0x1e4),'speakerNotesCancel':_0x1b167d(0x1c4)},'slide':{'placeholder':{'text':{'title':_0x1b167d(0x1d9),'subtitle':_0x1b167d(0x18d),'body':_0x1b167d(0x209),'text':'انقر\x20لإضافة\x20نص','header':_0x1b167d(0x200),'footer':'عنصر\x20نائب\x20للتذييل','date':_0x1b167d(0x1cb),'slideNumber':_0x1b167d(0x231)},'icon':{'image':_0x1b167d(0x17d),'table':_0x1b167d(0x185),'chart':_0x1b167d(0x1ec),'diagram':'رسم\x20بياني','media':_0x1b167d(0x19c)}}},'image-panel':{'arrange':{'title':_0x1b167d(0x1fe),'forward':'إحضار\x20للأمام','backward':'إرسال\x20للخلف','front':_0x1b167d(0x1d0),'back':_0x1b167d(0x204)},'transform':{'title':_0x1b167d(0x167),'rotate':'تدوير\x20(°)','x':_0x1b167d(0x223),'y':_0x1b167d(0x22c),'width':_0x1b167d(0x1c7),'height':'الارتفاع\x20(بكسل)','lock':_0x1b167d(0x227)},'crop':{'title':'قص','start':_0x1b167d(0x157),'mode':'حر','shape':'قص\x20حسب\x20الشكل'}}}};}));function _0x1b8f(_0x10ee2d,_0x556dd6){_0x10ee2d=_0x10ee2d-0x14d;var _0x539be0=_0x539b();var _0x1b8fc3=_0x539be0[_0x10ee2d];return _0x1b8fc3;}function _0x539b(){var _0x3802aa=['عنصر\x20نائب\x20لرقم\x20الشريحة','المزيد\x20من\x20الأنماط','الاتجاه','تسطير','أعمدة','خارجي:\x20أسفل\x20اليسار','سهم\x20متخفي','اسم\x20الكائن','تصغير\x20النص\x20عند\x20التجاوز','برتقالي\x20مميز','المدة','بدء\x20القص','نصف\x20قطر\x20الزاوية','خط\x20صلب','ملاحظات\x20المتحدث','محاذاة\x20للأعلى','1686QGKBwD','اكتب\x20للبحث\x20عن\x20أسماء\x20الشرائح\x20والنصوص\x20وأسماء\x20الكائنات.','أنماط\x20سريعة','قائمة\x20الكائنات','تمدد','إدراج\x20صورة\x20من','السمات','من\x20الأسفل','إعادة\x20تعيين\x20الخلفية','رأس\x20قسم','خارجي:\x20أعلى\x20اليسار','تحويل','إخفاء\x20رسوميات\x20الشريحة\x20الرئيسية/التخطيط','التالي','بدون\x20خط','إغلاق','خط\x20أخضر\x20متقطع\x20مع\x20أسهم\x20متجهتين','عرض\x20الشاشة\x20المزدوجة','مائل','اللون','نسخ','إدراج','شاشة\x20مزدوجة\x20من\x20الحالية','مسح','3mjRfRB','إحضار\x20للأمام','إدراج\x20صورة','ضبط','متوسط','الصفوف','إزاحة\x20س','العدد','الحجم','صورة','شريحة\x20عنوان','إضافة\x20وصف','2704734dUPrBv','نوع\x20السهم\x20النهائي','عكس\x20رأسي','محاذاة\x20لليمين','السابق','جدول','أسفل','خلف\x20النص','محاذاة\x20للأسفل','إضافة\x20شريحة\x20أدناه','تشغيل','حجم\x20الجدول','حجم\x20الخط','انقر\x20لإضافة\x20عنوان\x20فرعي','مقياس\x20ص','التعبئة','بحث','خروج','العرض','791564QLyEVs','20rtvphf','حذف','صغير','مربع\x20نص','غامق','حجم\x20السهم\x20البدائي','exports','لون\x20خلفية\x20النص','وسائط','object','صورة/صور','أعلى\x20وأسفل','سهم\x20بيضاوي','أعلى\x20اليسار','عنوان\x20فقط','اليد\x20الحرة','خط\x20أخضر\x20مع\x20أسهم\x20متجهتين','تنسيق\x20الشكل','مخصص','معاينة','مقياس\x20س','رسوميات\x20الخلفية','إرسال\x20للخلف','خط\x20أسود\x20رفيع\x20متقطع','1036470OOKpik','التشغيل\x20من\x20الشريحة\x20الحالية','الشريحة\x20{current}\x20من\x20{total}','إعداد\x20مسبق','+\x20إضافة\x20شريحة','صورة\x20مع\x20تعليق','خارجي:\x20أسفل\x20اليمين','تجميع','function','خارجي:\x20أسفل\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تلقائي','مرسوم\x20باليد','أعلى\x20اليمين','يتوسطه\x20خط','شكل','تعبئة\x20نمط','التشغيل\x20من\x20البداية','انقر\x20لإضافة\x20عنوان','سهم','UniverProSlidesUiArSA','دائري','إخفاء\x20الكل','عمودي','لا\x20توجد\x20كائنات','تعيين\x20الخلفية','بدون\x20ظل','بدون\x20تعبئة','انتهى\x20العرض\x20التقديمي','حفظ','تطبيق\x20على\x20الكل','أنماط\x20الخطوط','عكس\x20أفقي','مربع\x20نص\x20أفقي','ملف...','نوع\x20الفقرة','أزرق\x20مميز','مخطط','نوع\x20الرسم\x20التخطيطي','تنسيق\x20الخلفية','60320YrcHdM','تعبئة\x20متدرجة','محاذاة\x20للوسط','محاذاة\x20عمودية','كبير','الوسط','أعلى','نوع\x20الطرف','نوع\x20الوصل','نقطة\x20مربعة','الانتقالات','عنوان\x20أسود','حذف\x20الشكل','الشريحة','إعدادات\x20النمط\x20ستكون\x20متاحة\x20قريباً.','ترتيب','أنماط\x20الأشكال','عنصر\x20نائب\x20للرأس','الشفافية','تكبير','فارغ','إرسال\x20إلى\x20الخلفية','إزاحة\x20ص','فك\x20التجميع','ملاحظة\x20رمادية','كشف\x20عن','انقر\x20لإضافة\x20نص','يمين','1122776ukNsAn','نمط\x20الشكل','في\x20نفس\x20السطر\x20مع\x20النص','تكرار','الهامش\x20الداخلي','من\x20اليسار','متقطع','نص\x20أسود','شرطة\x20طويلة-نقطة','لا\x20توجد\x20ملاحظات\x20للمتحدث','صلب','الحجم\x20المخصص','الزاوية','ملء','تقليل\x20حجم\x20الخط','التفاف\x20النص\x20داخل\x20الشكل','بدون','محاذاة\x20لليسار','الخط','مربع','تمويه','حجم\x20السهم\x20النهائي','محاذاة\x20للوسط\x20عموديًا','7672ORPiOX','س\x20(بكسل)','الاسم','لم\x20يتم\x20العثور\x20على\x20نتائج.','خط\x20رمادي\x20رفيع\x20صلب','قفل\x20النسبة','أفقي','خط\x20أزرق\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','العنوان\x201','شرطة\x20طويلة','ص\x20(بكسل)','انقر\x20للدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','شرطة\x20طويلة-نقطة-نقطة','1200728LAqcDy','نوع\x20الشرطة'];_0x539b=function(){return _0x3802aa;};return _0x539b();}
|
|
1
|
+
function _0x56b8(_0x11d71a,_0xddb395){_0x11d71a=_0x11d71a-0xd1;var _0x563bc2=_0x563b();var _0x56b8ee=_0x563bc2[_0x11d71a];return _0x56b8ee;}(function(_0x2d041a,_0x5c936a){var _0x318236=_0x56b8,_0x5b88bf=_0x2d041a();while(!![]){try{var _0xbdc58c=parseInt(_0x318236(0xe1))/0x1*(parseInt(_0x318236(0x1a3))/0x2)+parseInt(_0x318236(0x17a))/0x3+-parseInt(_0x318236(0x157))/0x4*(parseInt(_0x318236(0x180))/0x5)+-parseInt(_0x318236(0xd3))/0x6+parseInt(_0x318236(0xeb))/0x7*(-parseInt(_0x318236(0xdc))/0x8)+-parseInt(_0x318236(0x14e))/0x9+parseInt(_0x318236(0x135))/0xa;if(_0xbdc58c===_0x5c936a)break;else _0x5b88bf['push'](_0x5b88bf['shift']());}catch(_0xc5eea0){_0x5b88bf['push'](_0x5b88bf['shift']());}}}(_0x563b,0x54182),function(_0x119ff5,_0x5cbba6){var _0x4d2018=_0x56b8;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5cbba6():typeof define==_0x4d2018(0x1b7)&&define['amd']?define([],_0x5cbba6):(_0x119ff5=typeof globalThis<'u'?globalThis:_0x119ff5||self,_0x119ff5[_0x4d2018(0xee)]=_0x5cbba6());}(this,function(){var _0x2b791c=_0x56b8;return{'slides-ui':{'ribbon':{'shapeFormat':_0x2b791c(0x15b),'changeShape':'تغيير\x20الشكل'},'insertToolbar':{'search':_0x2b791c(0x145),'text':_0x2b791c(0x110),'textHorizontal':'مربع\x20نص\x20أفقي','textVertical':_0x2b791c(0x1ae),'image':_0x2b791c(0x10e),'table':'جدول','shape':'شكل','chart':_0x2b791c(0x121),'symbol':_0x2b791c(0x18c),'emoji':'رمز\x20تعبيري'},'tableSizePicker':{'title':'حجم\x20الجدول','customSize':_0x2b791c(0x137),'rows':_0x2b791c(0x109),'columns':'الأعمدة','insert':_0x2b791c(0x12d),'apply':_0x2b791c(0x1a0)},'searchPanel':{'placeholder':'البحث\x20عن\x20الشرائح\x20والكائنات','noQuery':'اكتب\x20للبحث\x20عن\x20أسماء\x20الشرائح\x20والنصوص\x20وأسماء\x20الكائنات.','empty':_0x2b791c(0x105),'slidePrefix':_0x2b791c(0x11c)},'themePicker':{'title':_0x2b791c(0x142),'caption':_0x2b791c(0x16d),'tooltip':_0x2b791c(0xd9)},'display':{'slideSize':_0x2b791c(0xed),'widescreen':_0x2b791c(0x192),'standard':_0x2b791c(0x17f),'fullscreen':_0x2b791c(0x155)},'editorToolbar':{'fontFamily':_0x2b791c(0x12c),'fontSize':_0x2b791c(0xe3),'paragraphType':_0x2b791c(0x116),'heading1':_0x2b791c(0xd5),'increaseFontSize':_0x2b791c(0xf9),'decreaseFontSize':_0x2b791c(0x130),'textColor':_0x2b791c(0x1a6),'transparentTextColor':'لون\x20نص\x20شفاف','textBackgroundColor':'لون\x20خلفية\x20النص','bold':_0x2b791c(0xf2),'italic':_0x2b791c(0x195),'underline':'تسطير','strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x2b791c(0xe6),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0x2b791c(0x17c),'alignCenter':_0x2b791c(0x1a8),'alignRight':_0x2b791c(0x1a5),'alignJustify':'ضبط','alignTop':_0x2b791c(0x1b3),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':_0x2b791c(0x1a4)},'quickStyles':{'tooltip':_0x2b791c(0x14b),'shapeStyles':_0x2b791c(0xfb),'lineStyles':'أنماط\x20الخطوط','textStyles':_0x2b791c(0x18b),'more':_0x2b791c(0x101),'groups':{'solid':'صلب','dashed':_0x2b791c(0x16a)},'presets':{'line':{'blackSolid':_0x2b791c(0x1a1),'blueSolid':_0x2b791c(0x172),'orangeSolid':'خط\x20برتقالي\x20رفيع\x20صلب','graySolid':_0x2b791c(0x120),'blueEndArrow':'خط\x20أزرق\x20مع\x20سهم\x20في\x20النهاية','greenTwoWayArrow':_0x2b791c(0x11b),'blackDashed':_0x2b791c(0x1b4),'blueDashed':_0x2b791c(0x150),'grayDashed':_0x2b791c(0x199),'blueDashedEndArrow':_0x2b791c(0xe2),'grayDashedEndArrow':_0x2b791c(0x160),'greenDashedTwoWayArrow':_0x2b791c(0x16b)},'text':{'bodyBlack':_0x2b791c(0x177),'titleBlack':_0x2b791c(0xd1),'accentBlue':'أزرق\x20مميز','accentOrange':_0x2b791c(0x131),'noteGray':_0x2b791c(0x108)}}},'thumbnailBar':{'resizePanel':_0x2b791c(0xfe),'addSlide':_0x2b791c(0x18d),'contextMenu':{'cut':'قص','copy':_0x2b791c(0x166),'paste':_0x2b791c(0x1a9),'addBelow':_0x2b791c(0x13f),'delete':_0x2b791c(0x129)},'layoutPicker':{'title':'اختيار\x20تخطيط','layouts':{'title':_0x2b791c(0x190),'titleAndBody':_0x2b791c(0xd8),'sectionHeader':'رأس\x20قسم','twoColumns':_0x2b791c(0x12a),'comparison':_0x2b791c(0x124),'blank':'فارغ','titleOnly':_0x2b791c(0x18e),'pictureWithCaption':_0x2b791c(0xef)}}},'shapePanel':{'title':_0x2b791c(0x15b),'shapeStyle':'نمط\x20الشكل','shapePosition':_0x2b791c(0x1ad),'openPanel':_0x2b791c(0x170),'deleteShape':'حذف\x20الشكل','toolbar':{'alignLeft':_0x2b791c(0x17c),'alignCenter':_0x2b791c(0x1a8),'alignRight':_0x2b791c(0x1a5),'alignJustify':_0x2b791c(0x140),'bold':'غامق','italic':_0x2b791c(0x195),'underline':_0x2b791c(0x1b0),'strikethrough':'يتوسطه\x20خط','textColor':_0x2b791c(0x1a6),'textBackgroundColor':_0x2b791c(0xdd),'fillColor':_0x2b791c(0xdd),'resetColor':'إعادة\x20تعيين\x20اللون'},'align':{'top':_0x2b791c(0x1b3),'middle':_0x2b791c(0x125),'bottom':_0x2b791c(0x1a4)},'textWrap':{'inline':_0x2b791c(0x123),'square':_0x2b791c(0xd2),'topAndBottom':_0x2b791c(0x100),'behindText':_0x2b791c(0x1b5),'inFrontText':'أمام\x20النص'},'textBox':{'title':'مربع\x20نص','textDirection':'اتجاه\x20النص','textDirectionHorizontal':_0x2b791c(0x179),'textDirectionVertical':'عمودي','autoFit':'احتواء\x20تلقائي','autoFitNone':'بدون\x20احتواء\x20تلقائي','autoFitShrink':_0x2b791c(0x196),'autoFitResize':_0x2b791c(0x13d),'wrapText':_0x2b791c(0x187),'padding':'الهامش\x20الداخلي','paddingLeft':_0x2b791c(0xd7),'paddingRight':'يمين','paddingTop':_0x2b791c(0x16c),'paddingBottom':'أسفل','columns':_0x2b791c(0xd6),'columnCount':_0x2b791c(0x1a2),'columnSpacing':_0x2b791c(0x198)},'position':{'title':'الموضع\x20والحجم','x':'س','y':'ص','width':_0x2b791c(0x15e),'height':_0x2b791c(0x18f),'rotation':_0x2b791c(0x106)},'style':{'shadow':'ظل','shadowColor':_0x2b791c(0x10f),'shadowBlurRadius':_0x2b791c(0x156),'shadowDistance':_0x2b791c(0x19c),'shadowDirection':_0x2b791c(0x1aa),'shadowPresetTitle':_0x2b791c(0x193),'shadowPresetNone':_0x2b791c(0x162),'shadowPresetCustom':_0x2b791c(0xde),'shadowTransparency':'الشفافية','shadowSize':'الحجم','shadowPreset':{'shdw6':_0x2b791c(0x11e),'shdw5':'خارجي:\x20أسفل\x20اليسار','shdw2':_0x2b791c(0x136),'shdw1':'خارجي:\x20أعلى\x20اليسار','shdw14':_0x2b791c(0x151),'shdw10':_0x2b791c(0xdf)}},'fill':{'title':_0x2b791c(0x114),'noFill':_0x2b791c(0x15a),'solidFill':_0x2b791c(0x147),'gradientFill':_0x2b791c(0x143),'pictureFill':_0x2b791c(0x128),'color':'اللون','transparency':_0x2b791c(0xe8),'picture':{'source':_0x2b791c(0x171),'insert':_0x2b791c(0x1b6),'tileAsTexture':_0x2b791c(0x152),'offsetX':'إزاحة\x20س','offsetY':'إزاحة\x20ص','scaleX':_0x2b791c(0xec),'scaleY':'مقياس\x20ص','alignment':_0x2b791c(0x14a),'rotateWithShape':_0x2b791c(0x119),'align':{'tl':'أعلى\x20اليسار','t':_0x2b791c(0x16c),'tr':_0x2b791c(0x17d),'l':_0x2b791c(0xd7),'ctr':_0x2b791c(0x17b),'r':_0x2b791c(0xf4),'bl':_0x2b791c(0x1b1),'b':'أسفل','br':_0x2b791c(0xe0)}}},'line':{'title':_0x2b791c(0x12c),'noLine':'بدون\x20خط','solidLine':'خط\x20صلب','color':_0x2b791c(0x10b),'transparency':'الشفافية','width':'العرض','cornerRadius':_0x2b791c(0x12b),'beginArrowType':'نوع\x20السهم\x20البدائي','beginArrowSize':_0x2b791c(0x159),'endArrowType':_0x2b791c(0x184),'endArrowSize':_0x2b791c(0x163),'dashType':{'title':_0x2b791c(0x13e),'solid':_0x2b791c(0x148),'roundDot':'نقطة\x20دائرية','squareDot':_0x2b791c(0xdb),'dash':_0x2b791c(0x18a),'dashDot':_0x2b791c(0x19f),'longDash':_0x2b791c(0x19b),'longDashDot':_0x2b791c(0x103),'longDashDotDot':'شرطة\x20طويلة-نقطة-نقطة'},'capType':{'title':_0x2b791c(0xf7),'flat':_0x2b791c(0xf0),'round':_0x2b791c(0x139),'square':_0x2b791c(0xd2)},'joinType':{'title':'نوع\x20الوصل','miter':'ميتري','round':_0x2b791c(0x139),'bevel':'مائل'},'sketchType':{'title':_0x2b791c(0x10d),'none':_0x2b791c(0x10a),'curved':'منحني','freehand':_0x2b791c(0x126),'handDrawn':_0x2b791c(0x14c)},'arrowType':{'none':_0x2b791c(0x10a),'arrow':_0x2b791c(0x149),'openArrow':_0x2b791c(0x13c),'stealthArrow':_0x2b791c(0x19d),'diamondArrow':_0x2b791c(0x176),'ovalArrow':_0x2b791c(0x141)},'arrowSize':{'small':_0x2b791c(0x146),'medium':_0x2b791c(0x133),'large':_0x2b791c(0x15d)}}},'objectListPanel':{'title':_0x2b791c(0xf8),'open':'فتح\x20لوحة\x20الطبقات','showAll':_0x2b791c(0x174),'hideAll':_0x2b791c(0x111),'show':'إظهار','hide':_0x2b791c(0x169),'moveForward':_0x2b791c(0x194),'moveBackward':_0x2b791c(0x161),'nameInput':'اسم\x20الكائن','empty':'لا\x20توجد\x20كائنات','close':_0x2b791c(0xf5),'name':_0x2b791c(0x175),'description':_0x2b791c(0x10c),'descriptionPlaceholder':_0x2b791c(0x1af),'details':'التفاصيل','noSelection':_0x2b791c(0x182)},'backgroundPanel':{'title':'تنسيق\x20الخلفية','backgroundGraphics':_0x2b791c(0x19a),'hideBackgroundGraphics':'إخفاء\x20رسوميات\x20الشريحة\x20الرئيسية/التخطيط','presentationBackground':_0x2b791c(0x197),'presentationBackgroundEmpty':_0x2b791c(0xf3),'presentationBackgroundImages':_0x2b791c(0x1ac),'setPresentationBackground':_0x2b791c(0x164),'clearPresentationBackground':_0x2b791c(0x127),'none':_0x2b791c(0x15a),'solid':_0x2b791c(0xfc),'gradient':'تعبئة\x20متدرجة','image':_0x2b791c(0x118),'pattern':'تعبئة\x20نمط','color':_0x2b791c(0x10b),'transparency':_0x2b791c(0xe8),'imageSource':_0x2b791c(0x12e),'insertImage':_0x2b791c(0x11f),'fit':_0x2b791c(0x12f),'fitOptions':{'cover':_0x2b791c(0xea),'contain':_0x2b791c(0x122),'stretch':_0x2b791c(0x167),'repeat':'تكرار'},'patternHint':'إعدادات\x20النمط\x20ستكون\x20متاحة\x20قريباً.','applyToAll':'تطبيق\x20على\x20الكل','resetBackground':_0x2b791c(0x19e)},'transitionPanel':{'title':_0x2b791c(0xe4),'effect':_0x2b791c(0x15c),'direction':_0x2b791c(0xfd),'duration':'المدة','preview':_0x2b791c(0x178),'applyToAll':_0x2b791c(0x14d),'effects':{'none':_0x2b791c(0x10a),'fade':_0x2b791c(0xda),'push':_0x2b791c(0xe9),'wipe':_0x2b791c(0x127),'split':_0x2b791c(0x102),'reveal':'كشف','cut':'قص','uncover':'كشف\x20عن','cover':_0x2b791c(0xea),'zoom':_0x2b791c(0xe5)},'directions':{'left':_0x2b791c(0x154),'right':'من\x20اليمين','up':_0x2b791c(0x132),'down':_0x2b791c(0x186)}},'contextmenu':{'addPage':_0x2b791c(0x11d),'backgroundPanel':_0x2b791c(0x191),'transitionPanel':'الانتقالات','speakerNotes':_0x2b791c(0x13a),'ruler':_0x2b791c(0x144),'shapePanel':_0x2b791c(0x15b),'flipHorizontal':_0x2b791c(0x1ab),'flipVertical':_0x2b791c(0x17e),'group':_0x2b791c(0x138),'ungroup':'فك\x20التجميع'},'presentation':{'play':_0x2b791c(0x153),'playFromBeginning':_0x2b791c(0xfa),'playFromCurrent':'التشغيل\x20من\x20الشريحة\x20الحالية','playDualScreen':_0x2b791c(0x1b2),'playDualScreenFromBeginning':_0x2b791c(0x188),'playDualScreenFromCurrent':_0x2b791c(0xf1),'dualScreenUnavailable':_0x2b791c(0x181),'fullscreenPrompt':_0x2b791c(0x134),'presentationEnded':'انتهى\x20العرض\x20التقديمي','previous':_0x2b791c(0xd4),'next':_0x2b791c(0x168),'exit':_0x2b791c(0x11a),'slideProgress':_0x2b791c(0x112),'speakerNotes':_0x2b791c(0x13a),'speakerNotesPlaceholder':_0x2b791c(0xe7),'speakerNotesEmpty':_0x2b791c(0x15f),'speakerNotesSave':'حفظ','speakerNotesCancel':_0x2b791c(0x115)},'slide':{'placeholder':{'text':{'title':_0x2b791c(0x1a7),'subtitle':_0x2b791c(0x117),'body':_0x2b791c(0x189),'text':'انقر\x20لإضافة\x20نص','header':_0x2b791c(0xff),'footer':'عنصر\x20نائب\x20للتذييل','date':_0x2b791c(0x16e),'slideNumber':_0x2b791c(0x13b)},'icon':{'image':_0x2b791c(0x10e),'table':'جدول','chart':_0x2b791c(0x121),'diagram':_0x2b791c(0x104),'media':_0x2b791c(0xf6)}}},'image-panel':{'arrange':{'title':_0x2b791c(0x14f),'forward':_0x2b791c(0x194),'backward':_0x2b791c(0x161),'front':_0x2b791c(0x158),'back':_0x2b791c(0x107)},'transform':{'title':_0x2b791c(0x185),'rotate':_0x2b791c(0x173),'x':_0x2b791c(0x183),'y':_0x2b791c(0x16f),'width':'العرض\x20(بكسل)','height':_0x2b791c(0x113),'lock':'قفل\x20النسبة'},'crop':{'title':'قص','start':'بدء\x20القص','mode':'حر','shape':_0x2b791c(0x165)}}}};}));function _0x563b(){var _0x379b65=['المسافة','سهم\x20متخفي','إعادة\x20تعيين\x20الخلفية','شرطة-نقطة','تطبيق','خط\x20أسود\x20رفيع\x20صلب','العدد','78150esyMvg','محاذاة\x20للأسفل','محاذاة\x20لليمين','لون\x20النص','انقر\x20لإضافة\x20عنوان','محاذاة\x20للوسط','لصق','الزاوية','عكس\x20أفقي','صورة/صور','الموضع','مربع\x20نص\x20عمودي','إضافة\x20وصف','تسطير','أسفل\x20اليسار','عرض\x20الشاشة\x20المزدوجة','محاذاة\x20للأعلى','خط\x20أسود\x20رفيع\x20متقطع','خلف\x20النص','إدراج\x20صورة','function','عنوان\x20أسود','مربع','3476352ycTUNA','السابق','العنوان\x201','أعمدة','يسار','عنوان\x20ومحتوى','اختيار\x20سمة\x20الشريحة','تلاشي','نقطة\x20مربعة','24FgxRPm','لون\x20خلفية\x20النص','مخصص','خارجي:\x20أعلى\x20اليسار\x20كبير','أسفل\x20اليمين','14CejkUG','خط\x20أزرق\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','حجم\x20الخط','الانتقالات','تكبير','محاذاة\x20أفقية','انقر\x20لإضافة\x20ملاحظات\x20للشريحة\x20الحالية','الشفافية','دفع','تغطية','1337329pSdaKZ','مقياس\x20س','حجم\x20الشريحة','UniverProSlidesUiArSA','صورة\x20مع\x20تعليق','مسطح','شاشة\x20مزدوجة\x20من\x20الحالية','غامق','غير\x20محدد','يمين','إغلاق','وسائط','نوع\x20الطرف','قائمة\x20الكائنات','زيادة\x20حجم\x20الخط','التشغيل\x20من\x20البداية','أنماط\x20الأشكال','تعبئة\x20بلون\x20صلب','الاتجاه','تغيير\x20حجم\x20لوحة\x20الصور\x20المصغرة\x20للشرائح','عنصر\x20نائب\x20للرأس','أعلى\x20وأسفل','المزيد\x20من\x20الأنماط','تقسيم','شرطة\x20طويلة-نقطة','رسم\x20بياني','لم\x20يتم\x20العثور\x20على\x20نتائج.','التدوير','إرسال\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حجم\x20الخط','برتقالي\x20مميز','من\x20الأعلى','متوسط','انقر\x20للدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','11894900xNlHlz','خارجي:\x20أعلى\x20اليمين','الحجم\x20المخصص','تجميع','دائري','ملاحظات\x20المتحدث','عنصر\x20نائب\x20لرقم\x20الشريحة','سهم\x20مفتوح','تغيير\x20حجم\x20الشكل\x20لملاءمة\x20النص','نوع\x20الشرطة','إضافة\x20شريحة\x20أدناه','ضبط','سهم\x20بيضاوي','السمات','تعبئة\x20متدرجة','مسطرة','بحث','صغير','تعبئة\x20صلبة','صلب','سهم','المحاذاة','أنماط\x20سريعة','مرسوم\x20باليد','تطبيق\x20على\x20الكل','413847Sohnva','ترتيب','خط\x20أزرق\x20رفيع\x20متقطع','خارجي:\x20أسفل\x20اليمين\x20صغير','بلاط\x20الصورة\x20كملمس','تشغيل','من\x20اليسار','ملء\x20الشاشة','تمويه','8NmimAz','إحضار\x20إلى\x20المقدمة','حجم\x20السهم\x20البدائي','بدون\x20تعبئة','تنسيق\x20الشكل','التأثير','كبير','العرض','لا\x20توجد\x20ملاحظات\x20للمتحدث','خط\x20رمادي\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','إرسال\x20للخلف','بدون\x20ظل','حجم\x20السهم\x20النهائي','تعيين\x20الخلفية','قص\x20حسب\x20الشكل','نسخ','تمدد','التالي','إخفاء','متقطع','خط\x20أخضر\x20متقطع\x20مع\x20أسهم\x20متجهتين','أعلى','الافتراضيات\x20للأشكال','عنصر\x20نائب\x20للتاريخ','ص\x20(بكسل)','فتح\x20لوحة\x20الأشكال','مصدر\x20الصورة','خط\x20أزرق\x20رفيع\x20صلب','تدوير\x20(°)','إظهار\x20الكل','الاسم','سهم\x20معين','نص\x20أسود','معاينة','أفقي','919848GGcGDd','الوسط','محاذاة\x20لليسار','أعلى\x20اليمين','عكس\x20رأسي','قياسي\x20(4:3)','1250475jnswom','تعذر\x20بدء\x20عرض\x20الشاشة\x20المزدوجة.\x20اسمح\x20بإذن\x20إدارة\x20النوافذ\x20وصِل\x20شاشة\x20موسعة،\x20ثم\x20حاول\x20مرة\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طويلة'];_0x563b=function(){return _0x379b65;};return _0x563b();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4b2e(_0x385c8c,_0x5b36e5){_0x385c8c=_0x385c8c-0x1ed;var _0x16bc54=_0x16bc();var _0x4b2ee6=_0x16bc54[_0x385c8c];return _0x4b2ee6;}function _0x16bc(){var _0x5d15b3=['Temes','Més\x20estils','Enviar\x20enrere','Aplicar\x20a\x20tots','Comparació','Definir\x20fons','Inferior','Presentació\x20finalitzada','Centra','Detalls','Cos\x20negre','Marcador\x20de\x20posició\x20de\x20data','En\x20blanc','Des\x20de\x20la\x20dreta','Omplir','Y\x20(px)','Quadre\x20de\x20text','Fletxa','Només\x20títol','Transparència','Gràfics\x20de\x20fons','No\x20s\x27han\x20trobat\x20resultats.','Feu\x20clic\x20per\x20afegir\x20text','Fletxa\x20ovalada','Sense\x20línia','Línia\x20verda\x20amb\x20fletxes\x20bidireccionals','874464fBGJiZ','Personalitzat','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','Mitjana','Exterior:\x20superior\x20esquerra','Marcador\x20de\x20posició\x20de\x20peu\x20de\x20pàgina','Ompliment\x20d\x27imatge','Formatar\x20fons','Porta\x20endavant','Exterior:\x20superior\x20dreta','Regle','Llista\x20d\x27objectes','Doble\x20pantalla\x20des\x20de\x20l\x27inici','Imatge','Ajust','Posició','Color\x20de\x20l’ombra','Feu\x20clic\x20per\x20afegir\x20un\x20títol','Tipus\x20d\x27extrem','Anterior','Desar','Inferior\x20esquerra','3664633PGZCKv','Mostra','Alineació\x20horitzontal','Estils\x20de\x20forma','object','Fletxa\x20de\x20diamant','Dividir','UniverProSlidesUiCaES','Gran','+\x20Afegir\x20diapositiva','Mida\x20de\x20lletra','Doble\x20pantalla\x20des\x20de\x20l\x27actual','Alineació\x20vertical','Restablir\x20fons','Mida\x20personalitzada','Efecte','Pla','Revelar','Fletxa\x20oberta','900368yaADGu','Agrupar','66lwsZQh','Línia\x20blava\x20amb\x20fletxa\x20final','Redueix\x20el\x20text\x20en\x20desbordar','Alinea\x20a\x20la\x20dreta','Tanca','Forma','Ajustar','Color','No\x20hi\x20ha\x20objectes','Rotació','Fons\x20de\x20la\x20presentació','Origen\x20de\x20la\x20imatge','Enviar\x20al\x20fons','Marcador\x20de\x20posició\x20de\x20capçalera','Format\x20de\x20forma','Color\x20de\x20text\x20transparent','Alinea\x20a\x20dalt','Alçada','function','imatge(s)','Sense\x20notes\x20de\x20l\x27orador','Amplada','No\x20configurat','Color\x20del\x20text','Guió','Esquerra','Fletxa\x20furtiva','Difuminat','Títol\x20negre','Esborrar','Superior\x20esquerra','Retalla','Des\x20de\x20baix','Exterior:\x20inferior\x20dreta\x20petita','Radi\x20de\x20cantonada','Emplenament\x20d\x27imatge\x20o\x20textura','Emplenament\x20sòlid','Línia\x20discontínua\x20fina\x20grisa','Línia\x20discontínua\x20verda\x20amb\x20fletxes\x20bidireccionals','Nom','Corbat','Amagar\x20gràfics\x20del\x20patró/disseny','Diagrama','Mida\x20de\x20la\x20taula','Mosaic\x20d\x27imatge\x20com\x20a\x20textura','Suprimeix','Superior','Línia\x20discontínua\x20fina\x20blava','Cursiva','Alineació','Bloquejar\x20proporció','Esvair','Redimensiona\x20la\x20forma\x20per\x20ajustar\x20el\x20text','Rodona','Recompte','Insereix','310028xxcRad','Títol\x20i\x20contingut','Escombrar','Angle','amd','Alinea\x20a\x20baix','En\x20línia\x20amb\x20el\x20text','Amaga-ho\x20tot','Cap','Petita','Mostra-ho\x20tot','Mà\x20alçada','Formatar\x20forma','Quadre\x20de\x20text\x20vertical','Inserir\x20imatge\x20des\x20de','Vertical','Taula','166210NmXDKN','Exterior:\x20superior\x20esquerra\x20gran','Amaga','Obrir\x20panell\x20de\x20formes','Canvia\x20la\x20forma','Mida','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Presentació\x20de\x20doble\x20pantalla','Marcador\x20de\x20posició\x20de\x20número\x20de\x20diapositiva','Tipus\x20de\x20discontinu','Ompliment\x20degradat','Portar\x20endavant','Transicions','Sense\x20ombra','Distància','Organitzar','Escala\x20Y','Darrere\x20del\x20text','Ajust\x20autom?tic','Transformar','Següent','Marge\x20interior','Estils\x20ràpids','Reinicia\x20el\x20color','Reproduir\x20des\x20de\x20l\x27inici','Mosaic','Sortir','Copia','Retallar','Escala\x20X','Amplada\x20(px)','Nova\x20diapositiva','Inserir\x20imatge','Reproduir','Discontínua','Durada','Guió\x20llarg-punt-punt','Ompliment','Alinea\x20a\x20l\x27esquerra','Imatge\x20amb\x20llegenda','Nota\x20grisa','Punt\x20quadrat','Alinea\x20al\x20mig','Línia\x20sòlida\x20fina\x20negra','Estirar','Ajusta\x20el\x20text\x20a\x20la\x20forma','Gràfic','Columnes','Ombra','Línia','Centre','Dos\x20continguts','Sòlid','No\x20ajustis\x20autom?ticament','Sense\x20emplenament','Estil\x20de\x20forma','Desplaçament\x20X','Reproduir\x20des\x20de\x20la\x20diapositiva\x20actual','Ratllat','Cobrir','Enganxa','Tallar','Des\x20de\x20dalt','Trieu\x20una\x20disposició','Notes\x20de\x20l\x27orador','Línia\x20sòlida\x20fina\x20grisa','Línia\x20discontínua\x20blava\x20amb\x20fletxa\x20final','Diapositiva\x20{current}\x20de\x20{total}','2237328ClYHPD','Negreta','Nom\x20de\x20l\x27objecte','Capçalera\x20de\x20secció','Línia\x20sòlida','A\x20dalt\x20i\x20a\x20baix','Color\x20de\x20fons\x20del\x20text','Títol\x201','Cerca\x20diapositives\x20i\x20objectes','Espaiat','445429EfWcGw','Vista\x20prèvia','Subratllat','Exterior:\x20inferior\x20dreta','Cancel·lar','Feu\x20clic\x20per\x20a\x20pantalla\x20completa','Girar\x20amb\x20la\x20forma','Estils\x20de\x20línia','Tipus\x20de\x20fletxa\x20final','Girar\x20(°)','Dreta','Tipus\x20de\x20fletxa\x20inicial','Ompliment\x20de\x20patró','Inferior\x20dreta','Posició\x20i\x20mida','Portar\x20al\x20davant','Desagrupar','Descripció','Quadrat','Emplenament\x20degradat','Estils\x20de\x20text','Tipus\x20de\x20paràgraf','Línia\x20sòlida\x20fina\x20blava','Tipus\x20d\x27esbós','Redimensiona\x20el\x20tauler\x20de\x20miniatures\x20de\x20les\x20diapositives'];_0x16bc=function(){return _0x5d15b3;};return _0x16bc();}(function(_0x2170b3,_0x3c12d6){var _0x2d14aa=_0x4b2e,_0x3ef4f4=_0x2170b3();while(!![]){try{var _0x36e133=-parseInt(_0x2d14aa(0x1ef))/0x1+parseInt(_0x2d14aa(0x24b))/0x2+parseInt(_0x2d14aa(0x222))/0x3+parseInt(_0x2d14aa(0x285))/0x4+-parseInt(_0x2d14aa(0x296))/0x5*(-parseInt(_0x2d14aa(0x24d))/0x6)+-parseInt(_0x2d14aa(0x238))/0x7+parseInt(_0x2d14aa(0x2da))/0x8;if(_0x36e133===_0x3c12d6)break;else _0x3ef4f4['push'](_0x3ef4f4['shift']());}catch(_0x473c11){_0x3ef4f4['push'](_0x3ef4f4['shift']());}}}(_0x16bc,0x78fc7),function(_0x279d73,_0x55c26c){var _0x29928b=_0x4b2e;typeof exports==_0x29928b(0x23c)&&typeof module<'u'?module['exports']=_0x55c26c():typeof define==_0x29928b(0x25f)&&define[_0x29928b(0x289)]?define([],_0x55c26c):(_0x279d73=typeof globalThis<'u'?globalThis:_0x279d73||self,_0x279d73[_0x29928b(0x23f)]=_0x55c26c());}(this,function(){var _0x27e066=_0x4b2e;return{'slides-ui':{'ribbon':{'shapeFormat':_0x27e066(0x25b),'changeShape':_0x27e066(0x29a)},'insertToolbar':{'search':'Cerca','text':_0x27e066(0x218),'textHorizontal':'Quadre\x20de\x20text\x20horitzontal','textVertical':_0x27e066(0x292),'image':_0x27e066(0x22f),'table':'Taula','shape':_0x27e066(0x252),'chart':_0x27e066(0x2c4)},'tableSizePicker':{'title':_0x27e066(0x278),'customSize':_0x27e066(0x246),'rows':'Files','columns':'Columnes','insert':_0x27e066(0x284),'apply':'Aplica'},'searchPanel':{'placeholder':_0x27e066(0x1ed),'noQuery':'Escriviu\x20per\x20cercar\x20noms\x20de\x20diapositives,\x20text\x20i\x20noms\x20d\x27objectes.','empty':_0x27e066(0x21d),'slidePrefix':'Diapositiva'},'themePicker':{'title':_0x27e066(0x208),'caption':'Valors\x20per\x20defecte\x20de\x20forma','tooltip':'Trieu\x20un\x20tema\x20de\x20diapositiva'},'editorToolbar':{'fontFamily':'Família\x20de\x20lletra','fontSize':_0x27e066(0x242),'paragraphType':_0x27e066(0x204),'heading1':_0x27e066(0x2e1),'increaseFontSize':_0x27e066(0x224),'decreaseFontSize':'Disminuir\x20la\x20mida\x20de\x20la\x20lletra','textColor':_0x27e066(0x264),'transparentTextColor':_0x27e066(0x25c),'textBackgroundColor':_0x27e066(0x2e0),'bold':_0x27e066(0x2db),'italic':_0x27e066(0x27d),'underline':_0x27e066(0x1f1),'strikethrough':_0x27e066(0x2d0),'horizontalAlign':_0x27e066(0x23a),'verticalAlign':_0x27e066(0x244),'alignLeft':_0x27e066(0x2bc),'alignCenter':_0x27e066(0x210),'alignRight':_0x27e066(0x250),'alignJustify':'Justifica','alignTop':_0x27e066(0x25d),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x27e066(0x28a)},'quickStyles':{'tooltip':_0x27e066(0x2ac),'shapeStyles':_0x27e066(0x23b),'lineStyles':_0x27e066(0x1f6),'textStyles':_0x27e066(0x203),'more':_0x27e066(0x209),'groups':{'solid':_0x27e066(0x2ca),'dashed':_0x27e066(0x2b8)},'presets':{'line':{'blackSolid':_0x27e066(0x2c1),'blueSolid':_0x27e066(0x205),'orangeSolid':'Línia\x20sòlida\x20fina\x20taronja','graySolid':_0x27e066(0x2d7),'blueEndArrow':_0x27e066(0x24e),'greenTwoWayArrow':_0x27e066(0x221),'blackDashed':'Línia\x20discontínua\x20fina\x20negra','blueDashed':_0x27e066(0x27c),'grayDashed':_0x27e066(0x272),'blueDashedEndArrow':_0x27e066(0x2d8),'grayDashedEndArrow':'Línia\x20discontínua\x20grisa\x20amb\x20fletxa\x20final','greenDashedTwoWayArrow':_0x27e066(0x273)},'text':{'bodyBlack':_0x27e066(0x212),'titleBlack':_0x27e066(0x269),'accentBlue':'Accent\x20blau','accentOrange':'Accent\x20taronja','noteGray':_0x27e066(0x2be)}}},'thumbnailBar':{'resizePanel':_0x27e066(0x207),'addSlide':_0x27e066(0x241),'contextMenu':{'cut':_0x27e066(0x26c),'copy':_0x27e066(0x2b1),'paste':_0x27e066(0x2d2),'addBelow':'Afegeix\x20una\x20diapositiva\x20a\x20sota','delete':_0x27e066(0x27a)},'layoutPicker':{'title':_0x27e066(0x2d5),'layouts':{'title':'Diapositiva\x20de\x20títol','titleAndBody':_0x27e066(0x286),'sectionHeader':_0x27e066(0x2dd),'twoColumns':_0x27e066(0x2c9),'comparison':_0x27e066(0x20c),'blank':_0x27e066(0x214),'titleOnly':_0x27e066(0x21a),'pictureWithCaption':_0x27e066(0x2bd)}}},'shapePanel':{'title':'Formatar\x20forma','shapeStyle':_0x27e066(0x2cd),'shapePosition':_0x27e066(0x231),'openPanel':_0x27e066(0x299),'deleteShape':'Eliminar\x20forma','toolbar':{'alignLeft':_0x27e066(0x2bc),'alignCenter':_0x27e066(0x210),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','bold':'Negreta','italic':_0x27e066(0x27d),'underline':_0x27e066(0x1f1),'strikethrough':_0x27e066(0x2d0),'textColor':_0x27e066(0x264),'textBackgroundColor':_0x27e066(0x2e0),'fillColor':_0x27e066(0x2e0),'resetColor':_0x27e066(0x2ad)},'align':{'top':_0x27e066(0x25d),'middle':_0x27e066(0x2c0),'bottom':_0x27e066(0x28a)},'textWrap':{'inline':_0x27e066(0x28b),'square':_0x27e066(0x201),'topAndBottom':_0x27e066(0x2df),'behindText':_0x27e066(0x2a7),'inFrontText':'Davant\x20del\x20text'},'textBox':{'title':_0x27e066(0x218),'textDirection':'Direcci?\x20del\x20text','textDirectionHorizontal':'Horitzontal','textDirectionVertical':_0x27e066(0x294),'autoFit':_0x27e066(0x2a8),'autoFitNone':_0x27e066(0x2cb),'autoFitShrink':_0x27e066(0x24f),'autoFitResize':_0x27e066(0x281),'wrapText':_0x27e066(0x2c3),'padding':_0x27e066(0x2ab),'paddingLeft':_0x27e066(0x266),'paddingRight':'Dreta','paddingTop':_0x27e066(0x27b),'paddingBottom':_0x27e066(0x20e),'columns':_0x27e066(0x2c5),'columnCount':_0x27e066(0x283),'columnSpacing':_0x27e066(0x1ee)},'position':{'title':_0x27e066(0x1fd),'x':'X','y':'Y','width':_0x27e066(0x262),'height':_0x27e066(0x25e),'rotation':_0x27e066(0x256)},'style':{'shadow':_0x27e066(0x2c6),'shadowColor':_0x27e066(0x232),'shadowBlurRadius':_0x27e066(0x268),'shadowDistance':_0x27e066(0x2a4),'shadowDirection':_0x27e066(0x288),'shadowPresetTitle':'Predefinit','shadowPresetNone':_0x27e066(0x2a3),'shadowPresetCustom':_0x27e066(0x223),'shadowTransparency':_0x27e066(0x21b),'shadowSize':_0x27e066(0x29b),'shadowPreset':{'shdw6':_0x27e066(0x1f2),'shdw5':'Exterior:\x20inferior\x20esquerra','shdw2':_0x27e066(0x22b),'shdw1':_0x27e066(0x226),'shdw14':_0x27e066(0x26e),'shdw10':_0x27e066(0x297)}},'fill':{'title':_0x27e066(0x2bb),'noFill':_0x27e066(0x2cc),'solidFill':_0x27e066(0x271),'gradientFill':_0x27e066(0x202),'pictureFill':_0x27e066(0x270),'color':_0x27e066(0x254),'transparency':_0x27e066(0x21b),'picture':{'source':_0x27e066(0x258),'insert':_0x27e066(0x2b6),'tileAsTexture':_0x27e066(0x279),'offsetX':_0x27e066(0x2ce),'offsetY':'Desplaçament\x20Y','scaleX':_0x27e066(0x2b3),'scaleY':_0x27e066(0x2a6),'alignment':_0x27e066(0x27e),'rotateWithShape':_0x27e066(0x1f5),'align':{'tl':_0x27e066(0x26b),'t':'Superior','tr':'Superior\x20dreta','l':_0x27e066(0x266),'ctr':_0x27e066(0x2c8),'r':_0x27e066(0x1f9),'bl':_0x27e066(0x237),'b':_0x27e066(0x20e),'br':_0x27e066(0x1fc)}}},'line':{'title':_0x27e066(0x2c7),'noLine':_0x27e066(0x220),'solidLine':_0x27e066(0x2de),'color':_0x27e066(0x254),'transparency':_0x27e066(0x21b),'width':'Amplada','cornerRadius':_0x27e066(0x26f),'beginArrowType':_0x27e066(0x1fa),'beginArrowSize':'Mida\x20de\x20fletxa\x20inicial','endArrowType':_0x27e066(0x1f7),'endArrowSize':'Mida\x20de\x20fletxa\x20final','dashType':{'title':_0x27e066(0x29f),'solid':_0x27e066(0x2ca),'roundDot':'Punt\x20rodó','squareDot':_0x27e066(0x2bf),'dash':_0x27e066(0x265),'dashDot':'Guió-punt','longDash':'Guió\x20llarg','longDashDot':'Guió\x20llarg-punt','longDashDotDot':_0x27e066(0x2ba)},'capType':{'title':_0x27e066(0x234),'flat':_0x27e066(0x248),'round':'Rodó','square':_0x27e066(0x201)},'joinType':{'title':'Tipus\x20de\x20unió','miter':_0x27e066(0x288),'round':_0x27e066(0x282),'bevel':'Bisel'},'sketchType':{'title':_0x27e066(0x206),'none':_0x27e066(0x28d),'curved':_0x27e066(0x275),'freehand':_0x27e066(0x290),'handDrawn':'Dibuixat\x20a\x20mà'},'arrowType':{'none':_0x27e066(0x28d),'arrow':_0x27e066(0x219),'openArrow':_0x27e066(0x24a),'stealthArrow':_0x27e066(0x267),'diamondArrow':_0x27e066(0x23d),'ovalArrow':_0x27e066(0x21f)},'arrowSize':{'small':_0x27e066(0x28e),'medium':_0x27e066(0x225),'large':_0x27e066(0x240)}}},'objectListPanel':{'title':_0x27e066(0x22d),'showAll':_0x27e066(0x28f),'hideAll':_0x27e066(0x28c),'show':_0x27e066(0x239),'hide':_0x27e066(0x298),'moveForward':_0x27e066(0x22a),'moveBackward':'Envia\x20enrere','nameInput':_0x27e066(0x2dc),'empty':_0x27e066(0x255),'close':_0x27e066(0x251),'name':_0x27e066(0x274),'description':_0x27e066(0x200),'descriptionPlaceholder':'Afegeix\x20una\x20descripció','details':_0x27e066(0x211),'noSelection':_0x27e066(0x29c)},'backgroundPanel':{'title':_0x27e066(0x229),'backgroundGraphics':_0x27e066(0x21c),'hideBackgroundGraphics':_0x27e066(0x276),'presentationBackground':_0x27e066(0x257),'presentationBackgroundEmpty':_0x27e066(0x263),'presentationBackgroundImages':_0x27e066(0x260),'setPresentationBackground':_0x27e066(0x20d),'clearPresentationBackground':_0x27e066(0x26a),'none':'Sense\x20ompliment','solid':'Ompliment\x20sòlid','gradient':_0x27e066(0x2a0),'image':_0x27e066(0x228),'pattern':_0x27e066(0x1fb),'color':_0x27e066(0x254),'transparency':_0x27e066(0x21b),'imageSource':_0x27e066(0x293),'insertImage':'Fitxer...','fit':_0x27e066(0x230),'fitOptions':{'cover':_0x27e066(0x216),'contain':_0x27e066(0x253),'stretch':_0x27e066(0x2c2),'repeat':_0x27e066(0x2af)},'patternHint':'La\x20configuració\x20de\x20patró\x20estarà\x20disponible\x20aviat.','applyToAll':_0x27e066(0x20b),'resetBackground':_0x27e066(0x245)},'transitionPanel':{'title':'Transicions','effect':_0x27e066(0x247),'direction':'Direcció','duration':_0x27e066(0x2b9),'preview':_0x27e066(0x1f0),'applyToAll':_0x27e066(0x20b),'effects':{'none':'Cap','fade':_0x27e066(0x280),'push':'Empènyer','wipe':_0x27e066(0x287),'split':_0x27e066(0x23e),'reveal':_0x27e066(0x249),'cut':_0x27e066(0x2d3),'uncover':'Descobrir','cover':_0x27e066(0x2d1),'zoom':'Zoom'},'directions':{'left':'Des\x20de\x20l\x27esquerra','right':_0x27e066(0x215),'up':_0x27e066(0x2d4),'down':_0x27e066(0x26d)}},'contextmenu':{'addPage':_0x27e066(0x2b5),'backgroundPanel':_0x27e066(0x229),'transitionPanel':_0x27e066(0x2a2),'speakerNotes':_0x27e066(0x2d6),'ruler':_0x27e066(0x22c),'shapePanel':_0x27e066(0x291),'flipHorizontal':'Girar\x20horitzontalment','flipVertical':'Girar\x20verticalment','group':_0x27e066(0x24c),'ungroup':_0x27e066(0x1ff)},'presentation':{'play':_0x27e066(0x2b7),'playFromBeginning':_0x27e066(0x2ae),'playFromCurrent':_0x27e066(0x2cf),'playDualScreen':_0x27e066(0x29d),'playDualScreenFromBeginning':_0x27e066(0x22e),'playDualScreenFromCurrent':_0x27e066(0x243),'dualScreenUnavailable':'No\x20es\x20pot\x20iniciar\x20la\x20presentació\x20de\x20doble\x20pantalla.\x20Permet\x20el\x20permís\x20de\x20gestió\x20de\x20finestres\x20i\x20connecta\x20una\x20pantalla\x20ampliada;\x20després\x20torna-ho\x20a\x20provar.','fullscreenPrompt':_0x27e066(0x1f4),'presentationEnded':_0x27e066(0x20f),'previous':_0x27e066(0x235),'next':_0x27e066(0x2aa),'exit':_0x27e066(0x2b0),'slideProgress':_0x27e066(0x2d9),'speakerNotes':_0x27e066(0x2d6),'speakerNotesPlaceholder':'Feu\x20clic\x20per\x20afegir\x20notes\x20per\x20a\x20la\x20diapositiva\x20actual','speakerNotesEmpty':_0x27e066(0x261),'speakerNotesSave':_0x27e066(0x236),'speakerNotesCancel':_0x27e066(0x1f3)},'slide':{'placeholder':{'text':{'title':_0x27e066(0x233),'subtitle':'Feu\x20clic\x20per\x20afegir\x20un\x20subtítol','body':_0x27e066(0x21e),'text':_0x27e066(0x21e),'header':_0x27e066(0x25a),'footer':_0x27e066(0x227),'date':_0x27e066(0x213),'slideNumber':_0x27e066(0x29e)},'icon':{'image':_0x27e066(0x22f),'table':_0x27e066(0x295),'chart':_0x27e066(0x2c4),'diagram':_0x27e066(0x277),'media':'Multimèdia'}}},'image-panel':{'arrange':{'title':_0x27e066(0x2a5),'forward':_0x27e066(0x2a1),'backward':_0x27e066(0x20a),'front':_0x27e066(0x1fe),'back':_0x27e066(0x259)},'transform':{'title':_0x27e066(0x2a9),'rotate':_0x27e066(0x1f8),'x':'X\x20(px)','y':_0x27e066(0x217),'width':_0x27e066(0x2b4),'height':'Alçada\x20(px)','lock':_0x27e066(0x27f)},'crop':{'title':_0x27e066(0x2b2),'start':'Iniciar\x20retall','mode':'Lliure','shape':'Retallar\x20a\x20forma'}}}};}));
|
|
1
|
+
function _0x1e4d(_0x4c0cd3,_0x150403){_0x4c0cd3=_0x4c0cd3-0x133;var _0x388c18=_0x388c();var _0x1e4d79=_0x388c18[_0x4c0cd3];return _0x1e4d79;}(function(_0x1a7281,_0x3ac2a1){var _0x453a04=_0x1e4d,_0x5306da=_0x1a7281();while(!![]){try{var _0x297d6b=parseInt(_0x453a04(0x14d))/0x1*(parseInt(_0x453a04(0x17e))/0x2)+-parseInt(_0x453a04(0x183))/0x3*(parseInt(_0x453a04(0x1f7))/0x4)+parseInt(_0x453a04(0x1e4))/0x5+parseInt(_0x453a04(0x15b))/0x6+-parseInt(_0x453a04(0x209))/0x7+-parseInt(_0x453a04(0x1ca))/0x8+parseInt(_0x453a04(0x138))/0x9*(parseInt(_0x453a04(0x13d))/0xa);if(_0x297d6b===_0x3ac2a1)break;else _0x5306da['push'](_0x5306da['shift']());}catch(_0x245398){_0x5306da['push'](_0x5306da['shift']());}}}(_0x388c,0xeb8d9),function(_0xb58c15,_0x4a4c68){var _0x59a720=_0x1e4d;typeof exports==_0x59a720(0x205)&&typeof module<'u'?module[_0x59a720(0x1b5)]=_0x4a4c68():typeof define==_0x59a720(0x166)&&define[_0x59a720(0x15a)]?define([],_0x4a4c68):(_0xb58c15=typeof globalThis<'u'?globalThis:_0xb58c15||self,_0xb58c15[_0x59a720(0x1a0)]=_0x4a4c68());}(this,function(){var _0x12fa58=_0x1e4d;return{'slides-ui':{'ribbon':{'shapeFormat':_0x12fa58(0x211),'changeShape':'Canvia\x20la\x20forma'},'insertToolbar':{'search':_0x12fa58(0x1d4),'text':_0x12fa58(0x162),'textHorizontal':_0x12fa58(0x221),'textVertical':_0x12fa58(0x153),'image':_0x12fa58(0x133),'table':_0x12fa58(0x1f5),'shape':_0x12fa58(0x191),'chart':_0x12fa58(0x1e9),'symbol':_0x12fa58(0x20c),'emoji':'Emoji'},'tableSizePicker':{'title':_0x12fa58(0x15f),'customSize':_0x12fa58(0x1ee),'rows':_0x12fa58(0x1d1),'columns':'Columnes','insert':_0x12fa58(0x1d6),'apply':'Aplica'},'searchPanel':{'placeholder':_0x12fa58(0x1b4),'noQuery':_0x12fa58(0x213),'empty':_0x12fa58(0x149),'slidePrefix':'Diapositiva'},'themePicker':{'title':_0x12fa58(0x15c),'caption':_0x12fa58(0x217),'tooltip':_0x12fa58(0x1a4)},'display':{'slideSize':'Mida\x20de\x20la\x20diapositiva','widescreen':_0x12fa58(0x18e),'standard':_0x12fa58(0x14b),'fullscreen':_0x12fa58(0x144)},'editorToolbar':{'fontFamily':_0x12fa58(0x19d),'fontSize':_0x12fa58(0x17d),'paragraphType':_0x12fa58(0x175),'heading1':_0x12fa58(0x142),'increaseFontSize':_0x12fa58(0x1b8),'decreaseFontSize':_0x12fa58(0x1bc),'textColor':'Color\x20del\x20text','transparentTextColor':_0x12fa58(0x139),'textBackgroundColor':_0x12fa58(0x206),'bold':_0x12fa58(0x19f),'italic':_0x12fa58(0x21e),'underline':_0x12fa58(0x1ec),'strikethrough':_0x12fa58(0x1d0),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':'Alineació\x20vertical','alignLeft':_0x12fa58(0x1c4),'alignCenter':_0x12fa58(0x185),'alignRight':_0x12fa58(0x1f6),'alignJustify':'Justifica','alignTop':_0x12fa58(0x170),'alignMiddle':_0x12fa58(0x143),'alignBottom':_0x12fa58(0x21b)},'quickStyles':{'tooltip':'Estils\x20ràpids','shapeStyles':_0x12fa58(0x1a7),'lineStyles':_0x12fa58(0x1f0),'textStyles':_0x12fa58(0x1a5),'more':_0x12fa58(0x197),'groups':{'solid':_0x12fa58(0x155),'dashed':'Discontínua'},'presets':{'line':{'blackSolid':_0x12fa58(0x1c5),'blueSolid':'Línia\x20sòlida\x20fina\x20blava','orangeSolid':'Línia\x20sòlida\x20fina\x20taronja','graySolid':_0x12fa58(0x188),'blueEndArrow':'Línia\x20blava\x20amb\x20fletxa\x20final','greenTwoWayArrow':_0x12fa58(0x135),'blackDashed':_0x12fa58(0x207),'blueDashed':'Línia\x20discontínua\x20fina\x20blava','grayDashed':_0x12fa58(0x151),'blueDashedEndArrow':_0x12fa58(0x177),'grayDashedEndArrow':_0x12fa58(0x1a2),'greenDashedTwoWayArrow':_0x12fa58(0x146)},'text':{'bodyBlack':'Cos\x20negre','titleBlack':'Títol\x20negre','accentBlue':_0x12fa58(0x195),'accentOrange':_0x12fa58(0x163),'noteGray':'Nota\x20grisa'}}},'thumbnailBar':{'resizePanel':_0x12fa58(0x160),'addSlide':_0x12fa58(0x1f3),'contextMenu':{'cut':_0x12fa58(0x192),'copy':_0x12fa58(0x1f1),'paste':_0x12fa58(0x169),'addBelow':_0x12fa58(0x1ab),'delete':_0x12fa58(0x176)},'layoutPicker':{'title':_0x12fa58(0x1ac),'layouts':{'title':'Diapositiva\x20de\x20títol','titleAndBody':_0x12fa58(0x1c0),'sectionHeader':_0x12fa58(0x179),'twoColumns':_0x12fa58(0x178),'comparison':'Comparació','blank':_0x12fa58(0x165),'titleOnly':_0x12fa58(0x182),'pictureWithCaption':'Imatge\x20amb\x20llegenda'}}},'shapePanel':{'title':_0x12fa58(0x1d8),'shapeStyle':_0x12fa58(0x201),'shapePosition':_0x12fa58(0x21f),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x12fa58(0x1b6),'toolbar':{'alignLeft':_0x12fa58(0x1c4),'alignCenter':_0x12fa58(0x185),'alignRight':_0x12fa58(0x1f6),'alignJustify':'Justifica','bold':_0x12fa58(0x19f),'italic':_0x12fa58(0x21e),'underline':_0x12fa58(0x1ec),'strikethrough':'Ratllat','textColor':'Color\x20del\x20text','textBackgroundColor':_0x12fa58(0x206),'fillColor':'Color\x20de\x20fons\x20del\x20text','resetColor':_0x12fa58(0x212)},'align':{'top':_0x12fa58(0x170),'middle':_0x12fa58(0x143),'bottom':_0x12fa58(0x21b)},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x12fa58(0x1e2),'topAndBottom':'A\x20dalt\x20i\x20a\x20baix','behindText':'Darrere\x20del\x20text','inFrontText':_0x12fa58(0x190)},'textBox':{'title':_0x12fa58(0x162),'textDirection':_0x12fa58(0x1b0),'textDirectionHorizontal':_0x12fa58(0x1db),'textDirectionVertical':_0x12fa58(0x216),'autoFit':_0x12fa58(0x1e1),'autoFitNone':_0x12fa58(0x14a),'autoFitShrink':_0x12fa58(0x136),'autoFitResize':_0x12fa58(0x1dd),'wrapText':_0x12fa58(0x16c),'padding':_0x12fa58(0x137),'paddingLeft':_0x12fa58(0x15d),'paddingRight':_0x12fa58(0x1b9),'paddingTop':_0x12fa58(0x154),'paddingBottom':'Inferior','columns':_0x12fa58(0x147),'columnCount':'Recompte','columnSpacing':_0x12fa58(0x134)},'position':{'title':_0x12fa58(0x1a1),'x':'X','y':'Y','width':_0x12fa58(0x13a),'height':_0x12fa58(0x17c),'rotation':'Rotació'},'style':{'shadow':_0x12fa58(0x200),'shadowColor':'Color\x20de\x20l’ombra','shadowBlurRadius':_0x12fa58(0x1a8),'shadowDistance':_0x12fa58(0x1df),'shadowDirection':_0x12fa58(0x13f),'shadowPresetTitle':'Predefinit','shadowPresetNone':_0x12fa58(0x150),'shadowPresetCustom':_0x12fa58(0x16e),'shadowTransparency':_0x12fa58(0x219),'shadowSize':_0x12fa58(0x174),'shadowPreset':{'shdw6':_0x12fa58(0x13c),'shdw5':'Exterior:\x20inferior\x20esquerra','shdw2':'Exterior:\x20superior\x20dreta','shdw1':'Exterior:\x20superior\x20esquerra','shdw14':_0x12fa58(0x1bf),'shdw10':'Exterior:\x20superior\x20esquerra\x20gran'}},'fill':{'title':_0x12fa58(0x16f),'noFill':_0x12fa58(0x1cb),'solidFill':_0x12fa58(0x1e7),'gradientFill':_0x12fa58(0x1ff),'pictureFill':_0x12fa58(0x1ea),'color':_0x12fa58(0x1b7),'transparency':_0x12fa58(0x219),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x12fa58(0x158),'tileAsTexture':_0x12fa58(0x148),'offsetX':_0x12fa58(0x199),'offsetY':_0x12fa58(0x21d),'scaleX':'Escala\x20X','scaleY':_0x12fa58(0x1dc),'alignment':_0x12fa58(0x1be),'rotateWithShape':'Girar\x20amb\x20la\x20forma','align':{'tl':'Superior\x20esquerra','t':_0x12fa58(0x154),'tr':'Superior\x20dreta','l':'Esquerra','ctr':_0x12fa58(0x156),'r':_0x12fa58(0x1b9),'bl':'Inferior\x20esquerra','b':'Inferior','br':'Inferior\x20dreta'}}},'line':{'title':'Línia','noLine':'Sense\x20línia','solidLine':_0x12fa58(0x1e6),'color':_0x12fa58(0x1b7),'transparency':_0x12fa58(0x219),'width':_0x12fa58(0x13a),'cornerRadius':_0x12fa58(0x1ce),'beginArrowType':_0x12fa58(0x1c1),'beginArrowSize':_0x12fa58(0x161),'endArrowType':_0x12fa58(0x1f8),'endArrowSize':_0x12fa58(0x20a),'dashType':{'title':_0x12fa58(0x20e),'solid':_0x12fa58(0x155),'roundDot':'Punt\x20rodó','squareDot':'Punt\x20quadrat','dash':_0x12fa58(0x140),'dashDot':_0x12fa58(0x1aa),'longDash':_0x12fa58(0x18c),'longDashDot':'Guió\x20llarg-punt','longDashDotDot':_0x12fa58(0x180)},'capType':{'title':_0x12fa58(0x1f2),'flat':'Pla','round':_0x12fa58(0x1d5),'square':_0x12fa58(0x1e2)},'joinType':{'title':_0x12fa58(0x1cd),'miter':_0x12fa58(0x13f),'round':_0x12fa58(0x16a),'bevel':'Bisel'},'sketchType':{'title':'Tipus\x20d\x27esbós','none':'Cap','curved':'Corbat','freehand':_0x12fa58(0x168),'handDrawn':'Dibuixat\x20a\x20mà'},'arrowType':{'none':_0x12fa58(0x1e0),'arrow':_0x12fa58(0x1e8),'openArrow':'Fletxa\x20oberta','stealthArrow':'Fletxa\x20furtiva','diamondArrow':_0x12fa58(0x1eb),'ovalArrow':'Fletxa\x20ovalada'},'arrowSize':{'small':_0x12fa58(0x204),'medium':_0x12fa58(0x141),'large':_0x12fa58(0x1e3)}}},'objectListPanel':{'title':_0x12fa58(0x1c2),'open':_0x12fa58(0x1a9),'showAll':_0x12fa58(0x208),'hideAll':_0x12fa58(0x1d9),'show':_0x12fa58(0x16b),'hide':_0x12fa58(0x20f),'moveForward':_0x12fa58(0x152),'moveBackward':_0x12fa58(0x215),'nameInput':_0x12fa58(0x194),'empty':'No\x20hi\x20ha\x20objectes','close':_0x12fa58(0x1ef),'name':_0x12fa58(0x198),'description':_0x12fa58(0x145),'descriptionPlaceholder':_0x12fa58(0x21c),'details':_0x12fa58(0x15e),'noSelection':_0x12fa58(0x1bd)},'backgroundPanel':{'title':'Formatar\x20fons','backgroundGraphics':_0x12fa58(0x1b2),'hideBackgroundGraphics':_0x12fa58(0x1a6),'presentationBackground':_0x12fa58(0x1d3),'presentationBackgroundEmpty':_0x12fa58(0x202),'presentationBackgroundImages':_0x12fa58(0x1ba),'setPresentationBackground':_0x12fa58(0x1c3),'clearPresentationBackground':_0x12fa58(0x18f),'none':'Sense\x20ompliment','solid':_0x12fa58(0x196),'gradient':'Ompliment\x20degradat','image':'Ompliment\x20d\x27imatge','pattern':_0x12fa58(0x159),'color':_0x12fa58(0x1b7),'transparency':'Transparència','imageSource':_0x12fa58(0x14e),'insertImage':_0x12fa58(0x14f),'fit':'Ajust','fitOptions':{'cover':_0x12fa58(0x1d7),'contain':_0x12fa58(0x1b1),'stretch':'Estirar','repeat':_0x12fa58(0x20b)},'patternHint':_0x12fa58(0x1ad),'applyToAll':_0x12fa58(0x1c6),'resetBackground':_0x12fa58(0x171)},'transitionPanel':{'title':_0x12fa58(0x20d),'effect':_0x12fa58(0x1c9),'direction':_0x12fa58(0x1ae),'duration':_0x12fa58(0x1de),'preview':'Vista\x20prèvia','applyToAll':_0x12fa58(0x1c6),'effects':{'none':_0x12fa58(0x1e0),'fade':_0x12fa58(0x1c7),'push':_0x12fa58(0x19a),'wipe':_0x12fa58(0x220),'split':'Dividir','reveal':_0x12fa58(0x19e),'cut':_0x12fa58(0x13b),'uncover':_0x12fa58(0x21a),'cover':_0x12fa58(0x17f),'zoom':'Zoom'},'directions':{'left':_0x12fa58(0x172),'right':_0x12fa58(0x1e5),'up':_0x12fa58(0x1bb),'down':_0x12fa58(0x18b)}},'contextmenu':{'addPage':'Nova\x20diapositiva','backgroundPanel':_0x12fa58(0x16d),'transitionPanel':_0x12fa58(0x20d),'speakerNotes':'Notes\x20de\x20l\x27orador','ruler':_0x12fa58(0x18a),'shapePanel':_0x12fa58(0x1d8),'flipHorizontal':_0x12fa58(0x1ed),'flipVertical':'Girar\x20verticalment','group':_0x12fa58(0x157),'ungroup':_0x12fa58(0x1da)},'presentation':{'play':_0x12fa58(0x14c),'playFromBeginning':_0x12fa58(0x1b3),'playFromCurrent':'Reproduir\x20des\x20de\x20la\x20diapositiva\x20actual','playDualScreen':_0x12fa58(0x1f4),'playDualScreenFromBeginning':_0x12fa58(0x1a3),'playDualScreenFromCurrent':_0x12fa58(0x203),'dualScreenUnavailable':_0x12fa58(0x187),'fullscreenPrompt':'Feu\x20clic\x20per\x20a\x20pantalla\x20completa','presentationEnded':_0x12fa58(0x1f9),'previous':_0x12fa58(0x1fc),'next':_0x12fa58(0x19b),'exit':'Sortir','slideProgress':_0x12fa58(0x1d2),'speakerNotes':_0x12fa58(0x167),'speakerNotesPlaceholder':'Feu\x20clic\x20per\x20afegir\x20notes\x20per\x20a\x20la\x20diapositiva\x20actual','speakerNotesEmpty':_0x12fa58(0x189),'speakerNotesSave':_0x12fa58(0x1c8),'speakerNotesCancel':_0x12fa58(0x1fb)},'slide':{'placeholder':{'text':{'title':_0x12fa58(0x214),'subtitle':_0x12fa58(0x1fd),'body':_0x12fa58(0x193),'text':_0x12fa58(0x193),'header':_0x12fa58(0x218),'footer':_0x12fa58(0x13e),'date':_0x12fa58(0x210),'slideNumber':_0x12fa58(0x1cc)},'icon':{'image':_0x12fa58(0x133),'table':'Taula','chart':_0x12fa58(0x1e9),'diagram':_0x12fa58(0x19c),'media':_0x12fa58(0x164)}}},'image-panel':{'arrange':{'title':'Organitzar','forward':_0x12fa58(0x1fe),'backward':'Enviar\x20enrere','front':_0x12fa58(0x18d),'back':_0x12fa58(0x17a)},'transform':{'title':'Transformar','rotate':_0x12fa58(0x173),'x':'X\x20(px)','y':'Y\x20(px)','width':_0x12fa58(0x181),'height':_0x12fa58(0x186),'lock':_0x12fa58(0x184)},'crop':{'title':_0x12fa58(0x1af),'start':_0x12fa58(0x1fa),'mode':_0x12fa58(0x17b),'shape':_0x12fa58(0x1cf)}}}};}));function _0x388c(){var _0x5caa5b=['Superior','Sòlid','Centre','Agrupar','Inserir\x20imatge','Ompliment\x20de\x20patró','amd','1878276OKFqYR','Temes','Esquerra','Detalls','Mida\x20de\x20la\x20taula','Redimensiona\x20el\x20tauler\x20de\x20miniatures\x20de\x20les\x20diapositives','Mida\x20de\x20fletxa\x20inicial','Quadre\x20de\x20text','Accent\x20taronja','Multimèdia','En\x20blanc','function','Notes\x20de\x20l\x27orador','Mà\x20alçada','Enganxa','Rodona','Mostra','Ajusta\x20el\x20text\x20a\x20la\x20forma','Formatar\x20fons','Personalitzat','Ompliment','Alinea\x20a\x20dalt','Restablir\x20fons','Des\x20de\x20l\x27esquerra','Girar\x20(°)','Mida','Tipus\x20de\x20paràgraf','Suprimeix','Línia\x20discontínua\x20blava\x20amb\x20fletxa\x20final','Dos\x20continguts','Capçalera\x20de\x20secció','Enviar\x20al\x20fons','Lliure','Alçada','Mida\x20de\x20lletra','50cVUstV','Cobrir','Guió\x20llarg-punt-punt','Amplada\x20(px)','Només\x20títol','1515TpNlRu','Bloquejar\x20proporció','Centra','Alçada\x20(px)','No\x20es\x20pot\x20iniciar\x20la\x20presentació\x20de\x20doble\x20pantalla.\x20Permet\x20el\x20permís\x20de\x20gestió\x20de\x20finestres\x20i\x20connecta\x20una\x20pantalla\x20ampliada;\x20després\x20torna-ho\x20a\x20provar.','Línia\x20sòlida\x20fina\x20grisa','Sense\x20notes\x20de\x20l\x27orador','Regle','Des\x20de\x20baix','Guió\x20llarg','Portar\x20al\x20davant','Panoràmica\x20(16:9)','Esborrar','Davant\x20del\x20text','Forma','Retalla','Feu\x20clic\x20per\x20afegir\x20text','Nom\x20de\x20l\x27objecte','Accent\x20blau','Ompliment\x20sòlid','Més\x20estils','Nom','Desplaçament\x20X','Empènyer','Següent','Diagrama','Família\x20de\x20lletra','Revelar','Negreta','UniverProSlidesUiCaES','Posició\x20i\x20mida','Línia\x20discontínua\x20grisa\x20amb\x20fletxa\x20final','Doble\x20pantalla\x20des\x20de\x20l\x27inici','Trieu\x20un\x20tema\x20de\x20diapositiva','Estils\x20de\x20text','Amagar\x20gràfics\x20del\x20patró/disseny','Estils\x20de\x20forma','Difuminat','Obre\x20el\x20tauler\x20de\x20capes','Guió-punt','Afegeix\x20una\x20diapositiva\x20a\x20sota','Trieu\x20una\x20disposició','La\x20configuració\x20de\x20patró\x20estarà\x20disponible\x20aviat.','Direcció','Retallar','Direcci?\x20del\x20text','Ajustar','Gràfics\x20de\x20fons','Reproduir\x20des\x20de\x20l\x27inici','Cerca\x20diapositives\x20i\x20objectes','exports','Eliminar\x20forma','Color','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','Dreta','imatge(s)','Des\x20de\x20dalt','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alineació','Exterior:\x20inferior\x20dreta\x20petita','Títol\x20i\x20contingut','Tipus\x20de\x20fletxa\x20inicial','Llista\x20d\x27objectes','Definir\x20fons','Alinea\x20a\x20l\x27esquerra','Línia\x20sòlida\x20fina\x20negra','Aplicar\x20a\x20tots','Esvair','Desar','Efecte','1181416zUrHGg','Sense\x20emplenament','Marcador\x20de\x20posició\x20de\x20número\x20de\x20diapositiva','Tipus\x20de\x20unió','Radi\x20de\x20cantonada','Retallar\x20a\x20forma','Ratllat','Files','Diapositiva\x20{current}\x20de\x20{total}','Fons\x20de\x20la\x20presentació','Cerca','Rodó','Insereix','Omplir','Formatar\x20forma','Amaga-ho\x20tot','Desagrupar','Horitzontal','Escala\x20Y','Redimensiona\x20la\x20forma\x20per\x20ajustar\x20el\x20text','Durada','Distància','Cap','Ajust\x20autom?tic','Quadrat','Gran','6190140UoufXt','Des\x20de\x20la\x20dreta','Línia\x20sòlida','Emplenament\x20sòlid','Fletxa','Gràfic','Emplenament\x20d\x27imatge\x20o\x20textura','Fletxa\x20de\x20diamant','Subratllat','Girar\x20horitzontalment','Mida\x20personalitzada','Tanca','Estils\x20de\x20línia','Copia','Tipus\x20d\x27extrem','+\x20Afegir\x20diapositiva','Presentació\x20de\x20doble\x20pantalla','Taula','Alinea\x20a\x20la\x20dreta','5580VILQbD','Tipus\x20de\x20fletxa\x20final','Presentació\x20finalitzada','Iniciar\x20retall','Cancel·lar','Anterior','Feu\x20clic\x20per\x20afegir\x20un\x20subtítol','Portar\x20endavant','Emplenament\x20degradat','Ombra','Estil\x20de\x20forma','No\x20configurat','Doble\x20pantalla\x20des\x20de\x20l\x27actual','Petita','object','Color\x20de\x20fons\x20del\x20text','Línia\x20discontínua\x20fina\x20negra','Mostra-ho\x20tot','8598555UrhSZz','Mida\x20de\x20fletxa\x20final','Mosaic','Símbol','Transicions','Tipus\x20de\x20discontinu','Amaga','Marcador\x20de\x20posició\x20de\x20data','Format\x20de\x20forma','Reinicia\x20el\x20color','Escriviu\x20per\x20cercar\x20noms\x20de\x20diapositives,\x20text\x20i\x20noms\x20d\x27objectes.','Feu\x20clic\x20per\x20afegir\x20un\x20títol','Envia\x20enrere','Vertical','Valors\x20per\x20defecte\x20de\x20forma','Marcador\x20de\x20posició\x20de\x20capçalera','Transparència','Descobrir','Alinea\x20a\x20baix','Afegeix\x20una\x20descripció','Desplaçament\x20Y','Cursiva','Posició','Escombrar','Quadre\x20de\x20text\x20horitzontal','Imatge','Espaiat','Línia\x20verda\x20amb\x20fletxes\x20bidireccionals','Redueix\x20el\x20text\x20en\x20desbordar','Marge\x20interior','377919HQCnKJ','Color\x20de\x20text\x20transparent','Amplada','Tallar','Exterior:\x20inferior\x20dreta','230qzIAsE','Marcador\x20de\x20posició\x20de\x20peu\x20de\x20pàgina','Angle','Guió','Mitjana','Títol\x201','Alinea\x20al\x20mig','Pantalla\x20completa','Descripció','Línia\x20discontínua\x20verda\x20amb\x20fletxes\x20bidireccionals','Columnes','Mosaic\x20d\x27imatge\x20com\x20a\x20textura','No\x20s\x27han\x20trobat\x20resultats.','No\x20ajustis\x20autom?ticament','Estàndard\x20(4:3)','Reproduir','21139EoadSL','Inserir\x20imatge\x20des\x20de','Fitxer...','Sense\x20ombra','Línia\x20discontínua\x20fina\x20grisa','Porta\x20endavant','Quadre\x20de\x20text\x20vertical'];_0x388c=function(){return _0x5caa5b;};return _0x388c();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x77ca(){var _0x445521=['Folien\x20und\x20Objekte\x20suchen','Hintergrund\x20festlegen','Designs','object','Linienstile','Musterefüllung','Einpassen','Folie\x20darunter\x20hinzufügen','Richtung','Diamantpfeil','Lineal','Schneiden','Abstand','Rechtsbündig','Klicken\x20Sie\x20für\x20Vollbild','Klicken\x20Sie,\x20um\x20einen\x20Titel\x20hinzuzufügen','Endentyp','Flach','Füllung','Dauer','Verbindungstyp','Schnellformatvorlagen','Außen:\x20oben\x20links\x20groß','Einblenden','Durchgezogene\x20Linie','Anpassung','Fußzeilenplatzhalter','Füllen','17595LaUOHP','Beenden','Nur\x20Titel','Unten','Bild','Datei...','Auf\x20alle\x20anwenden','Auf\x20Form\x20zuschneiden','Stealth-Pfeil','Spalten','Runder\x20Punkt','Oben\x20links','Löschen','Im\x20Textfluss','Nach\x20hinten\x20senden','Unten\x20ausrichten','Bildquelle','Formstil','Winkel','Farbe\x20zurücksetzen','Schieben','Datumsplatzhalter','Zuschneiden\x20starten','Textstile','Eckenradius','Abschnittsüberschrift','Textfeld','Drehung','Zwei\x20Inhalte','Oben\x20ausrichten','Form-Panel\x20öffnen','Vertikal\x20zentrieren','Vertikal','Klein','Kopfzeilenplatzhalter','Leer','Hinter\x20dem\x20Text','350334KPdARW','Vertikal\x20spiegeln','Form\x20ändern','Unterstrichen','Details','Position','amd','Ausblenden','Keine\x20Sprechernotizen','Größe','Einfügen','Mustereinstellungen\x20werden\x20bald\x20verfügbar\x20sein.','Außen:\x20unten\x20links','Bild\x20als\x20Textur\x20kacheln','Pfeil','Pfeiltyp\x20am\x20Ende','Klicken\x20Sie,\x20um\x20Notizen\x20für\x20die\x20aktuelle\x20Folie\x20hinzuzufügen','294770iJxgos','Schwarze\x20dünne\x20gestrichelte\x20Linie','+\x20Folie\x20hinzufügen','Medien','Durchgezogen','Absatztyp','Weiter','Oben\x20und\x20unten','Farbe','Quadratisch','Freihand','Teilen','Mitte','Titel\x20und\x20Inhalt','Keine\x20Linie','Zweibildschirm-Präsentation','Anzahl','Linksbündig','Benutzerdefiniert','Grüne\x20Linie\x20mit\x20Doppelpfeil','Sprechernotizen','Schriftgröße\x20verkleinern','Abdecken','Innenabstand','Beschreibung','Graue\x20dünne\x20gestrichelte\x20Linie','In\x20den\x20Hintergrund','Schriftart','Linie','Strich-Punkt','Mittig','Abschrägung','230KSHbmk','Farbverlauffüllung','Von\x20Anfang\x20wiedergeben','Präsentationshintergrund','Alle\x20anzeigen','Ovaler\x20Pfeil','Anordnen','Orange\x20dünne\x20durchgezogene\x20Linie','Frei','Außen:\x20oben\x20rechts','Breite\x20(px)','Titelfolie','Abbrechen','Zurück','Horizontal','Hintergrund\x20zurücksetzen','Weitere\x20Stile','Tabellengröße','Skizzentyp','Voreinstellung','Außen:\x20oben\x20links','Versatz\x20Y','Fett','Kursiv','Gruppierung\x20aufheben','Anzeigen','Textfarbe','Layout\x20auswählen','Unten\x20bündig','Bild\x20einfügen\x20aus','3hVHiaQ','Enthüllen','157267RwvcCU','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Keine\x20Ergebnisse\x20gefunden.','In\x20den\x20Vordergrund','Blaue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','Langer\x20Strich-Punkt-Punkt','Schriftgröße','Zweibildschirm\x20ab\x20aktueller\x20Folie','Grüne\x20gestrichelte\x20Linie\x20mit\x20Doppelpfeil','Folie\x20{current}\x20von\x20{total}','Rechts','Oben','Drehen\x20(°)','Transparenz','Übergänge','Oben\x20bündig','3860850sbgmMr','Objektname','Formformat','Langer\x20Strich-Punkt','Bild(er)','Verlaufsfüllung','2709185jymWHO','Zuschneiden','Pfeilgröße\x20am\x20Ende','Präsentation\x20beendet','Nach\x20vorne\x20bringen','Neue\x20Folie','Breite','Nicht\x20automatisch\x20anpassen','Form\x20formatieren','Zentriert','Unten\x20links','Unten\x20rechts','Höhe','Vergleich','Strich','X\x20(px)','Blaue\x20Linie\x20mit\x20Endpfeil','Objektliste','Texthintergrundfarbe','Blocksatz','Bild\x20mit\x20Beschriftung','Ausschneiden','459566RHTlNN','UniverProSlidesUiDeDE','Klicken\x20Sie,\x20um\x20einen\x20Untertitel\x20hinzuzufügen','Akzent\x20blau','4xTaMzM','Rund','Textrichtung','Master-/Layout-Grafiken\x20ausblenden','Position\x20und\x20Größe','2600FMKfrq','Formstile','Links','Nicht\x20festgelegt','Y\x20(px)','Horizontal\x20spiegeln','Keine\x20Objekte','Kacheln','Form\x20löschen','Skalierung\x20X','Schwarze\x20dünne\x20durchgezogene\x20Linie','Graue\x20dünne\x20durchgezogene\x20Linie','Höhe\x20(px)','Foliendesign\x20auswählen','Oben\x20rechts','Akzent\x20orange','Aufdecken','function','Formstandards','Bildfüllung','Gruppieren','Handgezeichnet','Titel\x20schwarz','Die\x20Zweibildschirm-Präsentation\x20kann\x20nicht\x20gestartet\x20werden.\x20Erlaube\x20die\x20Fensterverwaltungsberechtigung\x20und\x20verbinde\x20ein\x20erweitertes\x20Display.\x20Versuche\x20es\x20dann\x20erneut.','Vorschau','Keine\x20Füllung','Von\x20links','Hintergrund\x20formatieren','Keiner','Suchen','Tabelle','Anwenden','Quadratischer\x20Punkt','Durchgestrichen','Überschrift\x201'];_0x77ca=function(){return _0x445521;};return _0x77ca();}function _0x1c6b(_0x43c0b7,_0x2430aa){_0x43c0b7=_0x43c0b7-0x166;var _0x77ca92=_0x77ca();var _0x1c6bdb=_0x77ca92[_0x43c0b7];return _0x1c6bdb;}(function(_0x3c9b22,_0x39a83d){var _0x20f934=_0x1c6b,_0x34dff3=_0x3c9b22();while(!![]){try{var _0x16c8ac=parseInt(_0x20f934(0x239))/0x1+-parseInt(_0x20f934(0x1bc))/0x2*(parseInt(_0x20f934(0x20b))/0x3)+-parseInt(_0x20f934(0x23d))/0x4*(-parseInt(_0x20f934(0x223))/0x5)+parseInt(_0x20f934(0x21d))/0x6+-parseInt(_0x20f934(0x1cd))/0x7+-parseInt(_0x20f934(0x242))/0x8*(parseInt(_0x20f934(0x197))/0x9)+-parseInt(_0x20f934(0x1ed))/0xa*(parseInt(_0x20f934(0x20d))/0xb);if(_0x16c8ac===_0x39a83d)break;else _0x34dff3['push'](_0x34dff3['shift']());}catch(_0x5b557b){_0x34dff3['push'](_0x34dff3['shift']());}}}(_0x77ca,0x71223),function(_0x2b9626,_0x1bdd37){var _0x58db6b=_0x1c6b;typeof exports==_0x58db6b(0x17e)&&typeof module<'u'?module['exports']=_0x1bdd37():typeof define==_0x58db6b(0x169)&&define[_0x58db6b(0x1c2)]?define([],_0x1bdd37):(_0x2b9626=typeof globalThis<'u'?globalThis:_0x2b9626||self,_0x2b9626[_0x58db6b(0x23a)]=_0x1bdd37());}(this,function(){var _0xd7ad89=_0x1c6b;return{'slides-ui':{'ribbon':{'shapeFormat':_0xd7ad89(0x21f),'changeShape':_0xd7ad89(0x1be)},'insertToolbar':{'search':_0xd7ad89(0x175),'text':_0xd7ad89(0x1b1),'textHorizontal':'Horizontales\x20Textfeld','textVertical':'Vertikales\x20Textfeld','image':_0xd7ad89(0x19b),'table':_0xd7ad89(0x176),'shape':'Form','chart':'Diagramm'},'tableSizePicker':{'title':_0xd7ad89(0x1fe),'customSize':'Benutzerdefinierte\x20Größe','rows':'Zeilen','columns':_0xd7ad89(0x1a0),'insert':_0xd7ad89(0x1c6),'apply':_0xd7ad89(0x177)},'searchPanel':{'placeholder':_0xd7ad89(0x17b),'noQuery':'Tippen\x20Sie,\x20um\x20Foliennamen,\x20Text\x20und\x20Objektnamen\x20zu\x20suchen.','empty':_0xd7ad89(0x20f),'slidePrefix':'Folie'},'themePicker':{'title':_0xd7ad89(0x17d),'caption':_0xd7ad89(0x16a),'tooltip':_0xd7ad89(0x24f)},'editorToolbar':{'fontFamily':_0xd7ad89(0x1e8),'fontSize':_0xd7ad89(0x213),'paragraphType':_0xd7ad89(0x1d2),'heading1':_0xd7ad89(0x17a),'increaseFontSize':'Schriftgröße\x20vergrößern','decreaseFontSize':_0xd7ad89(0x1e2),'textColor':'Textfarbe','transparentTextColor':'Transparente\x20Textfarbe','textBackgroundColor':_0xd7ad89(0x235),'bold':_0xd7ad89(0x203),'italic':_0xd7ad89(0x204),'underline':_0xd7ad89(0x1bf),'strikethrough':_0xd7ad89(0x179),'horizontalAlign':'Horizontale\x20Ausrichtung','verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0xd7ad89(0x1de),'alignCenter':_0xd7ad89(0x22c),'alignRight':'Rechtsbündig','alignJustify':_0xd7ad89(0x236),'alignTop':_0xd7ad89(0x1b4),'alignMiddle':_0xd7ad89(0x1b6),'alignBottom':_0xd7ad89(0x1a6)},'quickStyles':{'tooltip':_0xd7ad89(0x190),'shapeStyles':_0xd7ad89(0x243),'lineStyles':_0xd7ad89(0x17f),'textStyles':_0xd7ad89(0x1ae),'more':_0xd7ad89(0x1fd),'groups':{'solid':_0xd7ad89(0x1d1),'dashed':'Gestrichelt'},'presets':{'line':{'blackSolid':_0xd7ad89(0x24c),'blueSolid':'Blaue\x20dünne\x20durchgezogene\x20Linie','orangeSolid':_0xd7ad89(0x1f4),'graySolid':_0xd7ad89(0x24d),'blueEndArrow':_0xd7ad89(0x233),'greenTwoWayArrow':_0xd7ad89(0x1e0),'blackDashed':_0xd7ad89(0x1ce),'blueDashed':'Blaue\x20dünne\x20gestrichelte\x20Linie','grayDashed':_0xd7ad89(0x1e6),'blueDashedEndArrow':_0xd7ad89(0x211),'grayDashedEndArrow':'Graue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','greenDashedTwoWayArrow':_0xd7ad89(0x215)},'text':{'bodyBlack':'Textkörper\x20schwarz','titleBlack':_0xd7ad89(0x16e),'accentBlue':_0xd7ad89(0x23c),'accentOrange':_0xd7ad89(0x167),'noteGray':'Hinweis\x20grau'}}},'thumbnailBar':{'resizePanel':'Größe\x20des\x20Folienminiaturbereichs\x20ändern','addSlide':_0xd7ad89(0x1cf),'contextMenu':{'cut':_0xd7ad89(0x238),'copy':'Kopieren','paste':_0xd7ad89(0x1c6),'addBelow':_0xd7ad89(0x182),'delete':'Löschen'},'layoutPicker':{'title':_0xd7ad89(0x208),'layouts':{'title':_0xd7ad89(0x1f8),'titleAndBody':_0xd7ad89(0x1da),'sectionHeader':_0xd7ad89(0x1b0),'twoColumns':_0xd7ad89(0x1b3),'comparison':_0xd7ad89(0x230),'blank':_0xd7ad89(0x1ba),'titleOnly':_0xd7ad89(0x199),'pictureWithCaption':_0xd7ad89(0x237)}}},'shapePanel':{'title':_0xd7ad89(0x22b),'shapeStyle':_0xd7ad89(0x1a8),'shapePosition':_0xd7ad89(0x1c1),'openPanel':_0xd7ad89(0x1b5),'deleteShape':_0xd7ad89(0x24a),'toolbar':{'alignLeft':_0xd7ad89(0x1de),'alignCenter':'Zentriert','alignRight':_0xd7ad89(0x188),'alignJustify':_0xd7ad89(0x236),'bold':_0xd7ad89(0x203),'italic':_0xd7ad89(0x204),'underline':'Unterstrichen','strikethrough':_0xd7ad89(0x179),'textColor':_0xd7ad89(0x207),'textBackgroundColor':_0xd7ad89(0x235),'fillColor':_0xd7ad89(0x235),'resetColor':_0xd7ad89(0x1aa)},'align':{'top':_0xd7ad89(0x21c),'middle':_0xd7ad89(0x1eb),'bottom':_0xd7ad89(0x209)},'textWrap':{'inline':_0xd7ad89(0x1a4),'square':_0xd7ad89(0x1d6),'topAndBottom':_0xd7ad89(0x1d4),'behindText':_0xd7ad89(0x1bb),'inFrontText':'Vor\x20dem\x20Text'},'textBox':{'title':_0xd7ad89(0x1b1),'textDirection':_0xd7ad89(0x23f),'textDirectionHorizontal':_0xd7ad89(0x1fb),'textDirectionVertical':_0xd7ad89(0x1b7),'autoFit':'Automatische\x20Anpassung','autoFitNone':_0xd7ad89(0x22a),'autoFitShrink':'Text\x20bei\x20?berlauf\x20verkleinern','autoFitResize':'Form\x20an\x20Text\x20anpassen','wrapText':'Text\x20in\x20Form\x20umbrechen','padding':_0xd7ad89(0x1e4),'paddingLeft':_0xd7ad89(0x244),'paddingRight':_0xd7ad89(0x217),'paddingTop':'Oben','paddingBottom':'Unten','columns':_0xd7ad89(0x1a0),'columnCount':_0xd7ad89(0x1dd),'columnSpacing':'Abstand'},'position':{'title':_0xd7ad89(0x241),'x':'X','y':'Y','width':_0xd7ad89(0x229),'height':_0xd7ad89(0x22f),'rotation':_0xd7ad89(0x1b2)},'style':{'shadow':'Schatten','shadowColor':'Schattenfarbe','shadowBlurRadius':'Weichzeichnen','shadowDistance':_0xd7ad89(0x187),'shadowDirection':_0xd7ad89(0x1a9),'shadowPresetTitle':_0xd7ad89(0x200),'shadowPresetNone':'Kein\x20Schatten','shadowPresetCustom':_0xd7ad89(0x1df),'shadowTransparency':_0xd7ad89(0x21a),'shadowSize':_0xd7ad89(0x1c5),'shadowPreset':{'shdw6':'Außen:\x20unten\x20rechts','shdw5':_0xd7ad89(0x1c8),'shdw2':_0xd7ad89(0x1f6),'shdw1':_0xd7ad89(0x201),'shdw14':'Außen:\x20unten\x20rechts\x20klein','shdw10':_0xd7ad89(0x191)}},'fill':{'title':_0xd7ad89(0x18d),'noFill':_0xd7ad89(0x171),'solidFill':'Einfarbige\x20Füllung','gradientFill':_0xd7ad89(0x1ee),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0xd7ad89(0x1d5),'transparency':'Transparenz','picture':{'source':_0xd7ad89(0x1a7),'insert':'Bild\x20einfügen','tileAsTexture':_0xd7ad89(0x1c9),'offsetX':'Versatz\x20X','offsetY':_0xd7ad89(0x202),'scaleX':_0xd7ad89(0x24b),'scaleY':'Skalierung\x20Y','alignment':'Ausrichtung','rotateWithShape':'Mit\x20Form\x20drehen','align':{'tl':_0xd7ad89(0x1a2),'t':_0xd7ad89(0x218),'tr':_0xd7ad89(0x166),'l':_0xd7ad89(0x244),'ctr':_0xd7ad89(0x1d9),'r':_0xd7ad89(0x217),'bl':_0xd7ad89(0x22d),'b':_0xd7ad89(0x19a),'br':_0xd7ad89(0x22e)}}},'line':{'title':_0xd7ad89(0x1e9),'noLine':_0xd7ad89(0x1db),'solidLine':_0xd7ad89(0x193),'color':_0xd7ad89(0x1d5),'transparency':_0xd7ad89(0x21a),'width':'Breite','cornerRadius':_0xd7ad89(0x1af),'beginArrowType':'Pfeiltyp\x20am\x20Anfang','beginArrowSize':'Pfeilgröße\x20am\x20Anfang','endArrowType':_0xd7ad89(0x1cb),'endArrowSize':_0xd7ad89(0x225),'dashType':{'title':'Strichtyp','solid':'Durchgezogen','roundDot':_0xd7ad89(0x1a1),'squareDot':_0xd7ad89(0x178),'dash':_0xd7ad89(0x231),'dashDot':_0xd7ad89(0x1ea),'longDash':'Langer\x20Strich','longDashDot':_0xd7ad89(0x220),'longDashDotDot':_0xd7ad89(0x212)},'capType':{'title':_0xd7ad89(0x18b),'flat':_0xd7ad89(0x18c),'round':_0xd7ad89(0x23e),'square':_0xd7ad89(0x1d6)},'joinType':{'title':_0xd7ad89(0x18f),'miter':'Gehrung','round':_0xd7ad89(0x23e),'bevel':_0xd7ad89(0x1ec)},'sketchType':{'title':_0xd7ad89(0x1ff),'none':_0xd7ad89(0x174),'curved':'Gekrümmt','freehand':_0xd7ad89(0x1d7),'handDrawn':_0xd7ad89(0x16d)},'arrowType':{'none':'Keiner','arrow':_0xd7ad89(0x1ca),'openArrow':'Offener\x20Pfeil','stealthArrow':_0xd7ad89(0x19f),'diamondArrow':_0xd7ad89(0x184),'ovalArrow':_0xd7ad89(0x1f2)},'arrowSize':{'small':_0xd7ad89(0x1b8),'medium':'Mittel','large':'Groß'}}},'objectListPanel':{'title':_0xd7ad89(0x234),'showAll':_0xd7ad89(0x1f1),'hideAll':'Alle\x20ausblenden','show':_0xd7ad89(0x206),'hide':_0xd7ad89(0x1c3),'moveForward':_0xd7ad89(0x227),'moveBackward':_0xd7ad89(0x1a5),'nameInput':_0xd7ad89(0x21e),'empty':_0xd7ad89(0x248),'close':'Schließen','name':'Name','description':_0xd7ad89(0x1e5),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0xd7ad89(0x1c0),'noSelection':_0xd7ad89(0x20e)},'backgroundPanel':{'title':_0xd7ad89(0x173),'backgroundGraphics':'Hintergrundgrafiken','hideBackgroundGraphics':_0xd7ad89(0x240),'presentationBackground':_0xd7ad89(0x1f0),'presentationBackgroundEmpty':_0xd7ad89(0x245),'presentationBackgroundImages':_0xd7ad89(0x221),'setPresentationBackground':_0xd7ad89(0x17c),'clearPresentationBackground':_0xd7ad89(0x1a3),'none':_0xd7ad89(0x171),'solid':'Einfarbige\x20Füllung','gradient':_0xd7ad89(0x222),'image':_0xd7ad89(0x16b),'pattern':_0xd7ad89(0x180),'color':'Farbe','transparency':_0xd7ad89(0x21a),'imageSource':_0xd7ad89(0x20a),'insertImage':_0xd7ad89(0x19c),'fit':_0xd7ad89(0x194),'fitOptions':{'cover':_0xd7ad89(0x196),'contain':_0xd7ad89(0x181),'stretch':'Strecken','repeat':_0xd7ad89(0x249)},'patternHint':_0xd7ad89(0x1c7),'applyToAll':_0xd7ad89(0x19d),'resetBackground':_0xd7ad89(0x1fc)},'transitionPanel':{'title':_0xd7ad89(0x21b),'effect':'Effekt','direction':_0xd7ad89(0x183),'duration':_0xd7ad89(0x18e),'preview':_0xd7ad89(0x170),'applyToAll':_0xd7ad89(0x19d),'effects':{'none':_0xd7ad89(0x174),'fade':_0xd7ad89(0x192),'push':_0xd7ad89(0x1ab),'wipe':'Wischen','split':_0xd7ad89(0x1d8),'reveal':_0xd7ad89(0x168),'cut':_0xd7ad89(0x186),'uncover':_0xd7ad89(0x20c),'cover':_0xd7ad89(0x1e3),'zoom':'Zoom'},'directions':{'left':_0xd7ad89(0x172),'right':'Von\x20rechts','up':'Von\x20oben','down':'Von\x20unten'}},'contextmenu':{'addPage':_0xd7ad89(0x228),'backgroundPanel':_0xd7ad89(0x173),'transitionPanel':_0xd7ad89(0x21b),'speakerNotes':_0xd7ad89(0x1e1),'ruler':_0xd7ad89(0x185),'shapePanel':'Form\x20formatieren','flipHorizontal':_0xd7ad89(0x247),'flipVertical':_0xd7ad89(0x1bd),'group':_0xd7ad89(0x16c),'ungroup':_0xd7ad89(0x205)},'presentation':{'play':'Wiedergeben','playFromBeginning':_0xd7ad89(0x1ef),'playFromCurrent':'Ab\x20aktueller\x20Folie\x20wiedergeben','playDualScreen':_0xd7ad89(0x1dc),'playDualScreenFromBeginning':'Zweibildschirm\x20von\x20Anfang','playDualScreenFromCurrent':_0xd7ad89(0x214),'dualScreenUnavailable':_0xd7ad89(0x16f),'fullscreenPrompt':_0xd7ad89(0x189),'presentationEnded':_0xd7ad89(0x226),'previous':_0xd7ad89(0x1fa),'next':_0xd7ad89(0x1d3),'exit':_0xd7ad89(0x198),'slideProgress':_0xd7ad89(0x216),'speakerNotes':_0xd7ad89(0x1e1),'speakerNotesPlaceholder':_0xd7ad89(0x1cc),'speakerNotesEmpty':_0xd7ad89(0x1c4),'speakerNotesSave':'Speichern','speakerNotesCancel':_0xd7ad89(0x1f9)},'slide':{'placeholder':{'text':{'title':_0xd7ad89(0x18a),'subtitle':_0xd7ad89(0x23b),'body':'Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','text':'Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','header':_0xd7ad89(0x1b9),'footer':_0xd7ad89(0x195),'date':_0xd7ad89(0x1ac),'slideNumber':'Foliennummernplatzhalter'},'icon':{'image':_0xd7ad89(0x19b),'table':_0xd7ad89(0x176),'chart':'Diagramm','diagram':'Diagramm','media':_0xd7ad89(0x1d0)}}},'image-panel':{'arrange':{'title':_0xd7ad89(0x1f3),'forward':'Nach\x20vorne\x20bringen','backward':_0xd7ad89(0x1a5),'front':_0xd7ad89(0x210),'back':_0xd7ad89(0x1e7)},'transform':{'title':'Transformieren','rotate':_0xd7ad89(0x219),'x':_0xd7ad89(0x232),'y':_0xd7ad89(0x246),'width':_0xd7ad89(0x1f7),'height':_0xd7ad89(0x24e),'lock':'Seitenverhältnis\x20sperren'},'crop':{'title':_0xd7ad89(0x224),'start':_0xd7ad89(0x1ad),'mode':_0xd7ad89(0x1f5),'shape':_0xd7ad89(0x19e)}}}};}));
|
|
1
|
+
(function(_0x54d991,_0x5431b3){var _0x1473d4=_0x25f7,_0x25c737=_0x54d991();while(!![]){try{var _0x55950f=-parseInt(_0x1473d4(0x156))/0x1+parseInt(_0x1473d4(0x134))/0x2*(-parseInt(_0x1473d4(0x160))/0x3)+parseInt(_0x1473d4(0x14e))/0x4+parseInt(_0x1473d4(0xf6))/0x5*(-parseInt(_0x1473d4(0x137))/0x6)+parseInt(_0x1473d4(0x118))/0x7*(-parseInt(_0x1473d4(0xf9))/0x8)+parseInt(_0x1473d4(0x111))/0x9*(parseInt(_0x1473d4(0x97))/0xa)+parseInt(_0x1473d4(0x16c))/0xb;if(_0x55950f===_0x5431b3)break;else _0x25c737['push'](_0x25c737['shift']());}catch(_0xea8eec){_0x25c737['push'](_0x25c737['shift']());}}}(_0x33f5,0x1ae64),function(_0x4c24b2,_0x42d8c2){var _0x4a6b6d=_0x25f7;typeof exports==_0x4a6b6d(0x169)&&typeof module<'u'?module[_0x4a6b6d(0x162)]=_0x42d8c2():typeof define=='function'&&define[_0x4a6b6d(0xd2)]?define([],_0x42d8c2):(_0x4c24b2=typeof globalThis<'u'?globalThis:_0x4c24b2||self,_0x4c24b2[_0x4a6b6d(0x17e)]=_0x42d8c2());}(this,function(){var _0x43244e=_0x25f7;return{'slides-ui':{'ribbon':{'shapeFormat':_0x43244e(0x133),'changeShape':_0x43244e(0x164)},'insertToolbar':{'search':_0x43244e(0xd7),'text':_0x43244e(0xf2),'textHorizontal':_0x43244e(0xe9),'textVertical':_0x43244e(0xb3),'image':'Bild','table':_0x43244e(0xbf),'shape':_0x43244e(0xcc),'chart':'Diagramm','symbol':'Symbol','emoji':_0x43244e(0x12a)},'tableSizePicker':{'title':_0x43244e(0x188),'customSize':_0x43244e(0x151),'rows':_0x43244e(0xaf),'columns':_0x43244e(0xb2),'insert':_0x43244e(0xda),'apply':_0x43244e(0x11a)},'searchPanel':{'placeholder':'Folien\x20und\x20Objekte\x20suchen','noQuery':_0x43244e(0x115),'empty':_0x43244e(0x161),'slidePrefix':_0x43244e(0x113)},'themePicker':{'title':_0x43244e(0x171),'caption':_0x43244e(0x10b),'tooltip':_0x43244e(0x12d)},'display':{'slideSize':_0x43244e(0x9b),'widescreen':_0x43244e(0xc0),'standard':_0x43244e(0x15e),'fullscreen':_0x43244e(0x129)},'editorToolbar':{'fontFamily':_0x43244e(0x144),'fontSize':'Schriftgröße','paragraphType':'Absatztyp','heading1':_0x43244e(0x13c),'increaseFontSize':_0x43244e(0x135),'decreaseFontSize':_0x43244e(0xd0),'textColor':_0x43244e(0x152),'transparentTextColor':_0x43244e(0xc4),'textBackgroundColor':_0x43244e(0x104),'bold':_0x43244e(0xd5),'italic':_0x43244e(0x119),'underline':_0x43244e(0xfc),'strikethrough':'Durchgestrichen','horizontalAlign':_0x43244e(0xbe),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':'Linksbündig','alignCenter':_0x43244e(0xa5),'alignRight':_0x43244e(0x15f),'alignJustify':_0x43244e(0x12f),'alignTop':_0x43244e(0xf3),'alignMiddle':_0x43244e(0x16a),'alignBottom':_0x43244e(0xa8)},'quickStyles':{'tooltip':'Schnellformatvorlagen','shapeStyles':_0x43244e(0x13b),'lineStyles':_0x43244e(0xd3),'textStyles':_0x43244e(0x11f),'more':_0x43244e(0xe6),'groups':{'solid':_0x43244e(0xb0),'dashed':_0x43244e(0x99)},'presets':{'line':{'blackSolid':'Schwarze\x20dünne\x20durchgezogene\x20Linie','blueSolid':_0x43244e(0x98),'orangeSolid':_0x43244e(0x167),'graySolid':_0x43244e(0xe7),'blueEndArrow':_0x43244e(0xe2),'greenTwoWayArrow':_0x43244e(0x136),'blackDashed':_0x43244e(0xa3),'blueDashed':_0x43244e(0x17b),'grayDashed':_0x43244e(0x91),'blueDashedEndArrow':_0x43244e(0x8f),'grayDashedEndArrow':'Graue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','greenDashedTwoWayArrow':'Grüne\x20gestrichelte\x20Linie\x20mit\x20Doppelpfeil'},'text':{'bodyBlack':_0x43244e(0xc2),'titleBlack':_0x43244e(0x149),'accentBlue':_0x43244e(0x182),'accentOrange':_0x43244e(0x141),'noteGray':_0x43244e(0x101)}}},'thumbnailBar':{'resizePanel':_0x43244e(0x140),'addSlide':_0x43244e(0xf0),'contextMenu':{'cut':_0x43244e(0x93),'copy':_0x43244e(0x18b),'paste':_0x43244e(0xda),'addBelow':_0x43244e(0x142),'delete':_0x43244e(0x106)},'layoutPicker':{'title':_0x43244e(0xdf),'layouts':{'title':_0x43244e(0x8e),'titleAndBody':_0x43244e(0x123),'sectionHeader':_0x43244e(0x14d),'twoColumns':_0x43244e(0x92),'comparison':_0x43244e(0x17c),'blank':'Leer','titleOnly':_0x43244e(0x11d),'pictureWithCaption':_0x43244e(0x187)}}},'shapePanel':{'title':_0x43244e(0x13f),'shapeStyle':_0x43244e(0x13d),'shapePosition':_0x43244e(0x112),'openPanel':_0x43244e(0x13a),'deleteShape':'Form\x20löschen','toolbar':{'alignLeft':_0x43244e(0x94),'alignCenter':_0x43244e(0xa5),'alignRight':_0x43244e(0x15f),'alignJustify':_0x43244e(0x12f),'bold':_0x43244e(0xd5),'italic':_0x43244e(0x119),'underline':_0x43244e(0xfc),'strikethrough':_0x43244e(0xc5),'textColor':_0x43244e(0x152),'textBackgroundColor':'Texthintergrundfarbe','fillColor':_0x43244e(0x104),'resetColor':_0x43244e(0xae)},'align':{'top':_0x43244e(0xb7),'middle':_0x43244e(0x15b),'bottom':_0x43244e(0x95)},'textWrap':{'inline':_0x43244e(0x13e),'square':_0x43244e(0xa7),'topAndBottom':_0x43244e(0xf8),'behindText':_0x43244e(0xad),'inFrontText':_0x43244e(0xb5)},'textBox':{'title':_0x43244e(0xf2),'textDirection':_0x43244e(0x8d),'textDirectionHorizontal':_0x43244e(0x16d),'textDirectionVertical':_0x43244e(0xb6),'autoFit':_0x43244e(0xcd),'autoFitNone':_0x43244e(0x16b),'autoFitShrink':_0x43244e(0x10c),'autoFitResize':_0x43244e(0x127),'wrapText':_0x43244e(0xfb),'padding':_0x43244e(0x18a),'paddingLeft':'Links','paddingRight':'Rechts','paddingTop':'Oben','paddingBottom':_0x43244e(0x184),'columns':_0x43244e(0xb2),'columnCount':_0x43244e(0x9f),'columnSpacing':_0x43244e(0xea)},'position':{'title':_0x43244e(0x175),'x':'X','y':'Y','width':'Breite','height':_0x43244e(0x18c),'rotation':_0x43244e(0xa6)},'style':{'shadow':_0x43244e(0xe0),'shadowColor':_0x43244e(0xe1),'shadowBlurRadius':_0x43244e(0xe3),'shadowDistance':_0x43244e(0xea),'shadowDirection':_0x43244e(0x16e),'shadowPresetTitle':_0x43244e(0xe8),'shadowPresetNone':'Kein\x20Schatten','shadowPresetCustom':_0x43244e(0x154),'shadowTransparency':_0x43244e(0x145),'shadowSize':_0x43244e(0x132),'shadowPreset':{'shdw6':_0x43244e(0x143),'shdw5':_0x43244e(0x10f),'shdw2':_0x43244e(0x14c),'shdw1':_0x43244e(0x124),'shdw14':_0x43244e(0x181),'shdw10':_0x43244e(0x117)}},'fill':{'title':_0x43244e(0xd4),'noFill':_0x43244e(0x138),'solidFill':'Einfarbige\x20Füllung','gradientFill':_0x43244e(0x17a),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x43244e(0x9e),'transparency':'Transparenz','picture':{'source':_0x43244e(0x17d),'insert':_0x43244e(0xb8),'tileAsTexture':_0x43244e(0x15c),'offsetX':_0x43244e(0x9c),'offsetY':_0x43244e(0xfd),'scaleX':_0x43244e(0x166),'scaleY':_0x43244e(0xd8),'alignment':_0x43244e(0x153),'rotateWithShape':'Mit\x20Form\x20drehen','align':{'tl':_0x43244e(0xec),'t':_0x43244e(0x176),'tr':_0x43244e(0x116),'l':_0x43244e(0xff),'ctr':'Mitte','r':'Rechts','bl':_0x43244e(0xcb),'b':_0x43244e(0x184),'br':'Unten\x20rechts'}}},'line':{'title':_0x43244e(0xc6),'noLine':_0x43244e(0xf7),'solidLine':_0x43244e(0x100),'color':_0x43244e(0x9e),'transparency':'Transparenz','width':_0x43244e(0xaa),'cornerRadius':_0x43244e(0x11e),'beginArrowType':_0x43244e(0x158),'beginArrowSize':_0x43244e(0xac),'endArrowType':_0x43244e(0x125),'endArrowSize':_0x43244e(0xe4),'dashType':{'title':_0x43244e(0x11c),'solid':'Durchgezogen','roundDot':_0x43244e(0xb9),'squareDot':_0x43244e(0xc1),'dash':_0x43244e(0x15d),'dashDot':_0x43244e(0x139),'longDash':_0x43244e(0xc8),'longDashDot':_0x43244e(0xed),'longDashDotDot':_0x43244e(0xd6)},'capType':{'title':'Endentyp','flat':_0x43244e(0x17f),'round':_0x43244e(0x108),'square':_0x43244e(0xa7)},'joinType':{'title':_0x43244e(0x12b),'miter':_0x43244e(0xbc),'round':_0x43244e(0x108),'bevel':'Abschrägung'},'sketchType':{'title':_0x43244e(0x185),'none':_0x43244e(0xbb),'curved':_0x43244e(0xa1),'freehand':_0x43244e(0x105),'handDrawn':_0x43244e(0xba)},'arrowType':{'none':_0x43244e(0xbb),'arrow':_0x43244e(0x168),'openArrow':_0x43244e(0x170),'stealthArrow':'Stealth-Pfeil','diamondArrow':'Diamantpfeil','ovalArrow':_0x43244e(0x177)},'arrowSize':{'small':'Klein','medium':_0x43244e(0xd1),'large':'Groß'}}},'objectListPanel':{'title':'Objektliste','open':_0x43244e(0xce),'showAll':_0x43244e(0x126),'hideAll':_0x43244e(0x14b),'show':_0x43244e(0xfa),'hide':_0x43244e(0xef),'moveForward':'Nach\x20vorne\x20bringen','moveBackward':_0x43244e(0xa4),'nameInput':_0x43244e(0xcf),'empty':'Keine\x20Objekte','close':_0x43244e(0xdd),'name':_0x43244e(0xc7),'description':'Beschreibung','descriptionPlaceholder':_0x43244e(0x174),'details':_0x43244e(0x180),'noSelection':_0x43244e(0x189)},'backgroundPanel':{'title':_0x43244e(0xc3),'backgroundGraphics':_0x43244e(0xeb),'hideBackgroundGraphics':_0x43244e(0xfe),'presentationBackground':'Präsentationshintergrund','presentationBackgroundEmpty':_0x43244e(0xf4),'presentationBackgroundImages':_0x43244e(0x173),'setPresentationBackground':'Hintergrund\x20festlegen','clearPresentationBackground':_0x43244e(0x106),'none':_0x43244e(0x138),'solid':_0x43244e(0xbd),'gradient':'Verlaufsfüllung','image':_0x43244e(0xdc),'pattern':'Musterefüllung','color':_0x43244e(0x9e),'transparency':_0x43244e(0x145),'imageSource':'Bild\x20einfügen\x20aus','insertImage':_0x43244e(0x14a),'fit':'Anpassung','fitOptions':{'cover':'Füllen','contain':_0x43244e(0x146),'stretch':_0x43244e(0x15a),'repeat':_0x43244e(0x148)},'patternHint':_0x43244e(0x183),'applyToAll':_0x43244e(0xdb),'resetBackground':'Hintergrund\x20zurücksetzen'},'transitionPanel':{'title':_0x43244e(0xb1),'effect':'Effekt','direction':_0x43244e(0xb4),'duration':_0x43244e(0x103),'preview':_0x43244e(0x131),'applyToAll':'Auf\x20alle\x20anwenden','effects':{'none':_0x43244e(0xbb),'fade':_0x43244e(0x130),'push':'Schieben','wipe':_0x43244e(0x110),'split':_0x43244e(0x157),'reveal':_0x43244e(0x9a),'cut':_0x43244e(0x159),'uncover':_0x43244e(0xf1),'cover':'Abdecken','zoom':_0x43244e(0x12c)},'directions':{'left':_0x43244e(0x10a),'right':_0x43244e(0xc9),'up':'Von\x20oben','down':_0x43244e(0xa0)}},'contextmenu':{'addPage':_0x43244e(0x165),'backgroundPanel':_0x43244e(0xc3),'transitionPanel':'Übergänge','speakerNotes':_0x43244e(0x120),'ruler':'Lineal','shapePanel':_0x43244e(0x13f),'flipHorizontal':_0x43244e(0x90),'flipVertical':_0x43244e(0x121),'group':_0x43244e(0x122),'ungroup':_0x43244e(0x178)},'presentation':{'play':_0x43244e(0x163),'playFromBeginning':_0x43244e(0x147),'playFromCurrent':_0x43244e(0x16f),'playDualScreen':'Zweibildschirm-Präsentation','playDualScreenFromBeginning':_0x43244e(0x12e),'playDualScreenFromCurrent':'Zweibildschirm\x20ab\x20aktueller\x20Folie','dualScreenUnavailable':_0x43244e(0x179),'fullscreenPrompt':_0x43244e(0x10d),'presentationEnded':_0x43244e(0xde),'previous':'Zurück','next':_0x43244e(0x128),'exit':_0x43244e(0x9d),'slideProgress':_0x43244e(0xca),'speakerNotes':_0x43244e(0x120),'speakerNotesPlaceholder':_0x43244e(0x109),'speakerNotesEmpty':_0x43244e(0x114),'speakerNotesSave':_0x43244e(0x11b),'speakerNotesCancel':'Abbrechen'},'slide':{'placeholder':{'text':{'title':_0x43244e(0x150),'subtitle':_0x43244e(0x14f),'body':_0x43244e(0x155),'text':'Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','header':_0x43244e(0x102),'footer':_0x43244e(0xf5),'date':'Datumsplatzhalter','slideNumber':_0x43244e(0xd9)},'icon':{'image':_0x43244e(0xa9),'table':_0x43244e(0xbf),'chart':_0x43244e(0xe5),'diagram':_0x43244e(0xe5),'media':'Medien'}}},'image-panel':{'arrange':{'title':'Anordnen','forward':'Nach\x20vorne\x20bringen','backward':_0x43244e(0xa4),'front':'In\x20den\x20Vordergrund','back':_0x43244e(0x172)},'transform':{'title':'Transformieren','rotate':_0x43244e(0x10e),'x':_0x43244e(0xa2),'y':'Y\x20(px)','width':_0x43244e(0x96),'height':_0x43244e(0x186),'lock':_0x43244e(0xab)},'crop':{'title':'Zuschneiden','start':'Zuschneiden\x20starten','mode':_0x43244e(0x107),'shape':_0x43244e(0xee)}}}};}));function _0x25f7(_0x38bc30,_0x32e989){_0x38bc30=_0x38bc30-0x8d;var _0x33f587=_0x33f5();var _0x25f766=_0x33f587[_0x38bc30];return _0x25f766;}function _0x33f5(){var _0x11b5ab=['Textkörper\x20schwarz','Hintergrund\x20formatieren','Transparente\x20Textfarbe','Durchgestrichen','Linie','Name','Langer\x20Strich','Von\x20rechts','Folie\x20{current}\x20von\x20{total}','Unten\x20links','Form','Automatische\x20Anpassung','Ebenenbereich\x20öffnen','Objektname','Schriftgröße\x20verkleinern','Mittel','amd','Linienstile','Füllung','Fett','Langer\x20Strich-Punkt-Punkt','Suchen','Skalierung\x20Y','Foliennummernplatzhalter','Einfügen','Auf\x20alle\x20anwenden','Bildfüllung','Schließen','Präsentation\x20beendet','Layout\x20auswählen','Schatten','Schattenfarbe','Blaue\x20Linie\x20mit\x20Endpfeil','Weichzeichnen','Pfeilgröße\x20am\x20Ende','Diagramm','Weitere\x20Stile','Graue\x20dünne\x20durchgezogene\x20Linie','Voreinstellung','Horizontales\x20Textfeld','Abstand','Hintergrundgrafiken','Oben\x20links','Langer\x20Strich-Punkt','Auf\x20Form\x20zuschneiden','Ausblenden','+\x20Folie\x20hinzufügen','Enthüllen','Textfeld','Oben\x20ausrichten','Nicht\x20festgelegt','Fußzeilenplatzhalter','5MBObIb','Keine\x20Linie','Oben\x20und\x20unten','8EPHLPv','Anzeigen','Text\x20in\x20Form\x20umbrechen','Unterstrichen','Versatz\x20Y','Master-/Layout-Grafiken\x20ausblenden','Links','Durchgezogene\x20Linie','Hinweis\x20grau','Kopfzeilenplatzhalter','Dauer','Texthintergrundfarbe','Freihand','Löschen','Frei','Rund','Klicken\x20Sie,\x20um\x20Notizen\x20für\x20die\x20aktuelle\x20Folie\x20hinzuzufügen','Von\x20links','Formstandards','Text\x20bei\x20?berlauf\x20verkleinern','Klicken\x20Sie\x20für\x20Vollbild','Drehen\x20(°)','Außen:\x20unten\x20links','Wischen','1735254fSJaVB','Position','Folie','Keine\x20Sprechernotizen','Tippen\x20Sie,\x20um\x20Foliennamen,\x20Text\x20und\x20Objektnamen\x20zu\x20suchen.','Oben\x20rechts','Außen:\x20oben\x20links\x20groß','14602iKAUwr','Kursiv','Anwenden','Speichern','Strichtyp','Nur\x20Titel','Eckenradius','Textstile','Sprechernotizen','Vertikal\x20spiegeln','Gruppieren','Titel\x20und\x20Inhalt','Außen:\x20oben\x20links','Pfeiltyp\x20am\x20Ende','Alle\x20anzeigen','Form\x20an\x20Text\x20anpassen','Weiter','Vollbild','Emoji','Verbindungstyp','Zoom','Foliendesign\x20auswählen','Zweibildschirm\x20von\x20Anfang','Blocksatz','Einblenden','Vorschau','Größe','Formformat','2PydzVI','Schriftgröße\x20vergrößern','Grüne\x20Linie\x20mit\x20Doppelpfeil','459006JUruOO','Keine\x20Füllung','Strich-Punkt','Form-Panel\x20öffnen','Formstile','Überschrift\x201','Formstil','Im\x20Textfluss','Form\x20formatieren','Größe\x20des\x20Folienminiaturbereichs\x20ändern','Akzent\x20orange','Folie\x20darunter\x20hinzufügen','Außen:\x20unten\x20rechts','Schriftart','Transparenz','Einpassen','Von\x20Anfang\x20wiedergeben','Kacheln','Titel\x20schwarz','Datei...','Alle\x20ausblenden','Außen:\x20oben\x20rechts','Abschnittsüberschrift','518908AYIqSd','Klicken\x20Sie,\x20um\x20einen\x20Untertitel\x20hinzuzufügen','Klicken\x20Sie,\x20um\x20einen\x20Titel\x20hinzuzufügen','Benutzerdefinierte\x20Größe','Textfarbe','Ausrichtung','Benutzerdefiniert','Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','28686eujKjz','Teilen','Pfeiltyp\x20am\x20Anfang','Schneiden','Strecken','Mittig','Bild\x20als\x20Textur\x20kacheln','Strich','Standard\x20(4:3)','Rechtsbündig','320583ubyWJG','Keine\x20Ergebnisse\x20gefunden.','exports','Wiedergeben','Form\x20ändern','Neue\x20Folie','Skalierung\x20X','Orange\x20dünne\x20durchgezogene\x20Linie','Pfeil','object','Vertikal\x20zentrieren','Nicht\x20automatisch\x20anpassen','19591CwSKbQ','Horizontal','Winkel','Ab\x20aktueller\x20Folie\x20wiedergeben','Offener\x20Pfeil','Designs','In\x20den\x20Hintergrund','Bild(er)','Beschreibung\x20hinzufügen','Position\x20und\x20Größe','Oben','Ovaler\x20Pfeil','Gruppierung\x20aufheben','Die\x20Zweibildschirm-Präsentation\x20kann\x20nicht\x20gestartet\x20werden.\x20Erlaube\x20die\x20Fensterverwaltungsberechtigung\x20und\x20verbinde\x20ein\x20erweitertes\x20Display.\x20Versuche\x20es\x20dann\x20erneut.','Farbverlauffüllung','Blaue\x20dünne\x20gestrichelte\x20Linie','Vergleich','Bildquelle','UniverProSlidesUiDeDE','Flach','Details','Außen:\x20unten\x20rechts\x20klein','Akzent\x20blau','Mustereinstellungen\x20werden\x20bald\x20verfügbar\x20sein.','Unten','Skizzentyp','Höhe\x20(px)','Bild\x20mit\x20Beschriftung','Tabellengröße','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Innenabstand','Kopieren','Höhe','Textrichtung','Titelfolie','Blaue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','Horizontal\x20spiegeln','Graue\x20dünne\x20gestrichelte\x20Linie','Zwei\x20Inhalte','Ausschneiden','Linksbündig','Unten\x20bündig','Breite\x20(px)','10GZyFii','Blaue\x20dünne\x20durchgezogene\x20Linie','Gestrichelt','Aufdecken','Foliengröße','Versatz\x20X','Beenden','Farbe','Anzahl','Von\x20unten','Gekrümmt','X\x20(px)','Schwarze\x20dünne\x20gestrichelte\x20Linie','Nach\x20hinten\x20senden','Zentriert','Drehung','Quadratisch','Unten\x20ausrichten','Bild','Breite','Seitenverhältnis\x20sperren','Pfeilgröße\x20am\x20Anfang','Hinter\x20dem\x20Text','Farbe\x20zurücksetzen','Zeilen','Durchgezogen','Übergänge','Spalten','Vertikales\x20Textfeld','Richtung','Vor\x20dem\x20Text','Vertikal','Oben\x20bündig','Bild\x20einfügen','Runder\x20Punkt','Handgezeichnet','Keiner','Gehrung','Einfarbige\x20Füllung','Horizontale\x20Ausrichtung','Tabelle','Breitbild\x20(16:9)','Quadratischer\x20Punkt'];_0x33f5=function(){return _0x11b5ab;};return _0x33f5();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1b5f2a,_0x57ff97){var _0x36e2d4=_0x29f8,_0x25a759=_0x1b5f2a();while(!![]){try{var _0x271aa2=-parseInt(_0x36e2d4(0x209))/0x1+-parseInt(_0x36e2d4(0x25d))/0x2+-parseInt(_0x36e2d4(0x26e))/0x3*(-parseInt(_0x36e2d4(0x1ca))/0x4)+-parseInt(_0x36e2d4(0x28e))/0x5+parseInt(_0x36e2d4(0x1af))/0x6+-parseInt(_0x36e2d4(0x24d))/0x7+-parseInt(_0x36e2d4(0x215))/0x8*(-parseInt(_0x36e2d4(0x266))/0x9);if(_0x271aa2===_0x57ff97)break;else _0x25a759['push'](_0x25a759['shift']());}catch(_0x4efc6f){_0x25a759['push'](_0x25a759['shift']());}}}(_0x4016,0x3a0fc),function(_0xd75fac,_0x376938){var _0x3b4ab9=_0x29f8;typeof exports=='object'&&typeof module<'u'?module[_0x3b4ab9(0x263)]=_0x376938():typeof define==_0x3b4ab9(0x214)&&define[_0x3b4ab9(0x1ff)]?define([],_0x376938):(_0xd75fac=typeof globalThis<'u'?globalThis:_0xd75fac||self,_0xd75fac[_0x3b4ab9(0x243)]=_0x376938());}(this,function(){var _0xdad3bc=_0x29f8;return{'slides-ui':{'ribbon':{'shapeFormat':_0xdad3bc(0x283),'changeShape':'Change\x20Shape'},'insertToolbar':{'search':_0xdad3bc(0x257),'text':'Text\x20box','textHorizontal':_0xdad3bc(0x1f6),'textVertical':_0xdad3bc(0x1b0),'image':'Image','table':_0xdad3bc(0x253),'shape':_0xdad3bc(0x206),'chart':'Chart'},'tableSizePicker':{'title':_0xdad3bc(0x24a),'customSize':'Custom\x20size','rows':'Rows','columns':_0xdad3bc(0x233),'insert':_0xdad3bc(0x1db),'apply':_0xdad3bc(0x296)},'searchPanel':{'placeholder':_0xdad3bc(0x251),'noQuery':'Type\x20to\x20search\x20slide\x20names,\x20text,\x20and\x20object\x20names.','empty':'No\x20results\x20found.','slidePrefix':_0xdad3bc(0x229)},'themePicker':{'title':_0xdad3bc(0x240),'caption':_0xdad3bc(0x270),'tooltip':'Choose\x20slide\x20theme'},'editorToolbar':{'fontFamily':_0xdad3bc(0x25b),'fontSize':_0xdad3bc(0x1f1),'paragraphType':_0xdad3bc(0x232),'heading1':_0xdad3bc(0x1cf),'increaseFontSize':_0xdad3bc(0x287),'decreaseFontSize':_0xdad3bc(0x284),'textColor':_0xdad3bc(0x20a),'transparentTextColor':_0xdad3bc(0x1c3),'textBackgroundColor':_0xdad3bc(0x265),'bold':_0xdad3bc(0x225),'italic':_0xdad3bc(0x271),'underline':_0xdad3bc(0x1e2),'strikethrough':'Strikethrough','horizontalAlign':_0xdad3bc(0x297),'verticalAlign':_0xdad3bc(0x1d1),'alignLeft':_0xdad3bc(0x29b),'alignCenter':_0xdad3bc(0x20c),'alignRight':'Align\x20right','alignJustify':_0xdad3bc(0x246),'alignTop':_0xdad3bc(0x1ec),'alignMiddle':_0xdad3bc(0x1fa),'alignBottom':_0xdad3bc(0x1c9)},'quickStyles':{'tooltip':_0xdad3bc(0x274),'shapeStyles':_0xdad3bc(0x1e7),'lineStyles':_0xdad3bc(0x255),'textStyles':_0xdad3bc(0x22f),'more':_0xdad3bc(0x1c6),'groups':{'solid':'Solid','dashed':_0xdad3bc(0x236)},'presets':{'line':{'blackSolid':_0xdad3bc(0x1f0),'blueSolid':_0xdad3bc(0x23e),'orangeSolid':_0xdad3bc(0x1c1),'graySolid':_0xdad3bc(0x260),'blueEndArrow':_0xdad3bc(0x1dc),'greenTwoWayArrow':_0xdad3bc(0x219),'blackDashed':_0xdad3bc(0x22d),'blueDashed':_0xdad3bc(0x1ae),'grayDashed':_0xdad3bc(0x279),'blueDashedEndArrow':_0xdad3bc(0x280),'grayDashedEndArrow':_0xdad3bc(0x1dd),'greenDashedTwoWayArrow':_0xdad3bc(0x1d8)},'text':{'bodyBlack':_0xdad3bc(0x218),'titleBlack':_0xdad3bc(0x20e),'accentBlue':'Accent\x20blue','accentOrange':_0xdad3bc(0x212),'noteGray':_0xdad3bc(0x227)}}},'thumbnailBar':{'resizePanel':'Resize\x20slide\x20thumbnail\x20panel','addSlide':_0xdad3bc(0x1a8),'contextMenu':{'cut':_0xdad3bc(0x291),'copy':_0xdad3bc(0x1b6),'paste':_0xdad3bc(0x2a1),'addBelow':_0xdad3bc(0x21c),'delete':_0xdad3bc(0x231)},'layoutPicker':{'title':'Choose\x20a\x20layout','layouts':{'title':_0xdad3bc(0x29a),'titleAndBody':_0xdad3bc(0x27e),'sectionHeader':_0xdad3bc(0x29e),'twoColumns':_0xdad3bc(0x22a),'comparison':_0xdad3bc(0x1bc),'blank':_0xdad3bc(0x1c2),'titleOnly':_0xdad3bc(0x27f),'pictureWithCaption':_0xdad3bc(0x290)}}},'shapePanel':{'title':_0xdad3bc(0x223),'shapeStyle':'Shape\x20style','shapePosition':_0xdad3bc(0x1ea),'openPanel':_0xdad3bc(0x29d),'deleteShape':'Delete\x20Shape','toolbar':{'alignLeft':_0xdad3bc(0x1d4),'alignCenter':_0xdad3bc(0x1b9),'alignRight':_0xdad3bc(0x1e8),'alignJustify':_0xdad3bc(0x246),'bold':_0xdad3bc(0x225),'italic':_0xdad3bc(0x271),'underline':_0xdad3bc(0x1e2),'strikethrough':_0xdad3bc(0x273),'textColor':'Text\x20color','textBackgroundColor':_0xdad3bc(0x265),'fillColor':'Text\x20Background\x20color','resetColor':_0xdad3bc(0x28f)},'align':{'top':_0xdad3bc(0x288),'middle':_0xdad3bc(0x248),'bottom':_0xdad3bc(0x1f4)},'textWrap':{'inline':_0xdad3bc(0x1e3),'square':_0xdad3bc(0x221),'topAndBottom':_0xdad3bc(0x1d5),'behindText':'Behind\x20text','inFrontText':_0xdad3bc(0x252)},'textBox':{'title':_0xdad3bc(0x1df),'textDirection':_0xdad3bc(0x204),'textDirectionHorizontal':_0xdad3bc(0x249),'textDirectionVertical':'Vertical','autoFit':_0xdad3bc(0x1fe),'autoFitNone':_0xdad3bc(0x29f),'autoFitShrink':'Shrink\x20text\x20on\x20overflow','autoFitResize':_0xdad3bc(0x2a3),'wrapText':_0xdad3bc(0x1cc),'padding':_0xdad3bc(0x1a9),'paddingLeft':_0xdad3bc(0x216),'paddingRight':_0xdad3bc(0x23a),'paddingTop':_0xdad3bc(0x25a),'paddingBottom':_0xdad3bc(0x217),'columns':_0xdad3bc(0x233),'columnCount':_0xdad3bc(0x299),'columnSpacing':_0xdad3bc(0x21f)},'position':{'title':_0xdad3bc(0x24f),'x':'X','y':'Y','width':_0xdad3bc(0x277),'height':_0xdad3bc(0x1fc),'rotation':'Rotation'},'style':{'shadow':_0xdad3bc(0x205),'shadowColor':_0xdad3bc(0x254),'shadowBlurRadius':_0xdad3bc(0x1b3),'shadowDistance':'Distance','shadowDirection':_0xdad3bc(0x200),'shadowPresetTitle':_0xdad3bc(0x1d2),'shadowPresetNone':_0xdad3bc(0x1d9),'shadowPresetCustom':_0xdad3bc(0x272),'shadowTransparency':'Transparency','shadowSize':_0xdad3bc(0x1d0),'shadowPreset':{'shdw6':_0xdad3bc(0x1c5),'shdw5':_0xdad3bc(0x202),'shdw2':'Outer:\x20Top\x20Right','shdw1':'Outer:\x20Top\x20Left','shdw14':_0xdad3bc(0x258),'shdw10':_0xdad3bc(0x24b)}},'fill':{'title':_0xdad3bc(0x241),'noFill':_0xdad3bc(0x21a),'solidFill':'Solid','gradientFill':_0xdad3bc(0x22b),'pictureFill':_0xdad3bc(0x1ee),'color':_0xdad3bc(0x28c),'transparency':'Transparency','picture':{'source':'Picture\x20source','insert':_0xdad3bc(0x238),'tileAsTexture':_0xdad3bc(0x269),'offsetX':_0xdad3bc(0x235),'offsetY':_0xdad3bc(0x207),'scaleX':_0xdad3bc(0x244),'scaleY':'Scale\x20Y','alignment':_0xdad3bc(0x1ba),'rotateWithShape':_0xdad3bc(0x1d7),'align':{'tl':_0xdad3bc(0x23c),'t':_0xdad3bc(0x25a),'tr':_0xdad3bc(0x20f),'l':_0xdad3bc(0x216),'ctr':_0xdad3bc(0x222),'r':'Right','bl':_0xdad3bc(0x298),'b':_0xdad3bc(0x217),'br':_0xdad3bc(0x2a5)}}},'line':{'title':_0xdad3bc(0x28a),'noLine':'No\x20line','solidLine':_0xdad3bc(0x1f5),'color':'Color','transparency':_0xdad3bc(0x245),'width':'Width','cornerRadius':'Corner\x20radius','beginArrowType':_0xdad3bc(0x21e),'beginArrowSize':_0xdad3bc(0x1f3),'endArrowType':_0xdad3bc(0x1fd),'endArrowSize':_0xdad3bc(0x201),'dashType':{'title':_0xdad3bc(0x203),'solid':_0xdad3bc(0x295),'roundDot':_0xdad3bc(0x1e4),'squareDot':_0xdad3bc(0x26d),'dash':_0xdad3bc(0x1e9),'dashDot':_0xdad3bc(0x1bb),'longDash':_0xdad3bc(0x21b),'longDashDot':_0xdad3bc(0x239),'longDashDotDot':'Long\x20dash\x20dot\x20dot'},'capType':{'title':'Cap\x20type','flat':_0xdad3bc(0x1e5),'round':_0xdad3bc(0x1f2),'square':_0xdad3bc(0x221)},'joinType':{'title':_0xdad3bc(0x281),'miter':_0xdad3bc(0x1cb),'round':'Round','bevel':'Bevel'},'sketchType':{'title':_0xdad3bc(0x1eb),'none':_0xdad3bc(0x22e),'curved':_0xdad3bc(0x25f),'freehand':_0xdad3bc(0x27b),'handDrawn':'Hand-drawn'},'arrowType':{'none':_0xdad3bc(0x22e),'arrow':_0xdad3bc(0x1b1),'openArrow':'Open\x20arrow','stealthArrow':'Stealth\x20arrow','diamondArrow':_0xdad3bc(0x2a0),'ovalArrow':_0xdad3bc(0x237)},'arrowSize':{'small':_0xdad3bc(0x1b8),'medium':_0xdad3bc(0x285),'large':'Large'}}},'objectListPanel':{'title':_0xdad3bc(0x1f9),'showAll':_0xdad3bc(0x267),'hideAll':_0xdad3bc(0x2a2),'show':_0xdad3bc(0x1aa),'hide':_0xdad3bc(0x25c),'moveForward':_0xdad3bc(0x250),'moveBackward':'Send\x20Backward','nameInput':_0xdad3bc(0x2a4),'empty':_0xdad3bc(0x1c0),'close':_0xdad3bc(0x1ed),'name':_0xdad3bc(0x286),'description':_0xdad3bc(0x259),'descriptionPlaceholder':'Add\x20description','details':_0xdad3bc(0x29c),'noSelection':_0xdad3bc(0x23f)},'backgroundPanel':{'title':_0xdad3bc(0x23b),'backgroundGraphics':_0xdad3bc(0x23d),'hideBackgroundGraphics':_0xdad3bc(0x282),'presentationBackground':_0xdad3bc(0x28d),'presentationBackgroundEmpty':_0xdad3bc(0x1b5),'presentationBackgroundImages':_0xdad3bc(0x1ac),'setPresentationBackground':'Set\x20Background','clearPresentationBackground':_0xdad3bc(0x228),'none':'No\x20fill','solid':'Solid\x20fill','gradient':_0xdad3bc(0x211),'image':_0xdad3bc(0x1b4),'pattern':_0xdad3bc(0x27d),'color':_0xdad3bc(0x28c),'transparency':_0xdad3bc(0x245),'imageSource':_0xdad3bc(0x247),'insertImage':_0xdad3bc(0x1c4),'fit':_0xdad3bc(0x28b),'fitOptions':{'cover':_0xdad3bc(0x241),'contain':_0xdad3bc(0x28b),'stretch':_0xdad3bc(0x1b7),'repeat':'Tile'},'patternHint':_0xdad3bc(0x21d),'applyToAll':_0xdad3bc(0x292),'resetBackground':_0xdad3bc(0x1d3)},'transitionPanel':{'title':_0xdad3bc(0x278),'effect':_0xdad3bc(0x27a),'direction':_0xdad3bc(0x1da),'duration':'Duration','preview':_0xdad3bc(0x213),'applyToAll':_0xdad3bc(0x292),'effects':{'none':'None','fade':_0xdad3bc(0x293),'push':_0xdad3bc(0x1de),'wipe':'Wipe','split':_0xdad3bc(0x289),'reveal':_0xdad3bc(0x24c),'cut':'Cut','uncover':_0xdad3bc(0x1c8),'cover':_0xdad3bc(0x261),'zoom':_0xdad3bc(0x276)},'directions':{'left':_0xdad3bc(0x20d),'right':_0xdad3bc(0x224),'up':_0xdad3bc(0x1e6),'down':'From\x20Bottom'}},'contextmenu':{'addPage':_0xdad3bc(0x1ef),'backgroundPanel':_0xdad3bc(0x23b),'transitionPanel':'Transitions','speakerNotes':'Speaker\x20notes','ruler':'Ruler','shapePanel':'Format\x20Shape','flipHorizontal':_0xdad3bc(0x26b),'flipVertical':_0xdad3bc(0x1bd),'group':_0xdad3bc(0x210),'ungroup':_0xdad3bc(0x26c)},'presentation':{'play':_0xdad3bc(0x1ab),'playFromBeginning':_0xdad3bc(0x1be),'playFromCurrent':_0xdad3bc(0x1ad),'playDualScreen':_0xdad3bc(0x1e0),'playDualScreenFromBeginning':_0xdad3bc(0x1c7),'playDualScreenFromCurrent':_0xdad3bc(0x268),'dualScreenUnavailable':_0xdad3bc(0x262),'fullscreenPrompt':_0xdad3bc(0x242),'presentationEnded':_0xdad3bc(0x22c),'previous':'Previous','next':_0xdad3bc(0x1f8),'exit':_0xdad3bc(0x20b),'slideProgress':_0xdad3bc(0x226),'speakerNotes':_0xdad3bc(0x27c),'speakerNotesPlaceholder':'Click\x20to\x20add\x20notes\x20for\x20the\x20current\x20slide','speakerNotesEmpty':_0xdad3bc(0x1b2),'speakerNotesSave':'Save','speakerNotesCancel':'Cancel'},'slide':{'placeholder':{'text':{'title':_0xdad3bc(0x230),'subtitle':_0xdad3bc(0x1cd),'body':_0xdad3bc(0x264),'text':_0xdad3bc(0x264),'header':_0xdad3bc(0x24e),'footer':_0xdad3bc(0x275),'date':_0xdad3bc(0x256),'slideNumber':_0xdad3bc(0x234)},'icon':{'image':_0xdad3bc(0x208),'table':_0xdad3bc(0x253),'chart':_0xdad3bc(0x26a),'diagram':'Diagram','media':_0xdad3bc(0x1ce)}}},'image-panel':{'arrange':{'title':'Arrange','forward':_0xdad3bc(0x250),'backward':_0xdad3bc(0x25e),'front':'Bring\x20to\x20Front','back':_0xdad3bc(0x26f)},'transform':{'title':_0xdad3bc(0x1e1),'rotate':_0xdad3bc(0x1bf),'x':'X\x20(px)','y':_0xdad3bc(0x1f7),'width':_0xdad3bc(0x294),'height':'Height\x20(px)','lock':_0xdad3bc(0x1fb)},'crop':{'title':_0xdad3bc(0x220),'start':_0xdad3bc(0x1d6),'mode':'Free','shape':'Crop\x20to\x20Shape'}}}};}));function _0x29f8(_0x1be230,_0x2823a8){_0x1be230=_0x1be230-0x1a8;var _0x401659=_0x4016();var _0x29f82b=_0x401659[_0x1be230];return _0x29f82b;}function _0x4016(){var _0x39a3f0=['Size','Vertical\x20align','Preset','Reset\x20Background','Align\x20Left','Top\x20and\x20Bottom','Start\x20Crop','Rotate\x20with\x20shape','Green\x20dashed\x20line\x20with\x20two-way\x20arrows','No\x20shadow','Direction','Insert','Blue\x20line\x20with\x20end\x20arrow','Gray\x20dashed\x20line\x20with\x20end\x20arrow','Push','Text\x20box','Dual-screen\x20presentation','Transform','Underline','In\x20line\x20with\x20text','Round\x20dot','Flat','From\x20Top','Shape\x20styles','Align\x20Right','Dash','Position','Sketch\x20type','Align\x20top','Close','Picture','New\x20Slide','Black\x20thin\x20solid\x20line','Font\x20size','Round','Begin\x20arrow\x20size','Align\x20Bottom','Solid\x20line','Horizontal\x20text\x20box','Y\x20(px)','Next','Object\x20list','Align\x20middle','Lock\x20Ratio','Height','End\x20arrow\x20type','Auto\x20fit','amd','Angle','End\x20arrow\x20size','Outer:\x20Bottom\x20Left','Dash\x20type','Text\x20direction','Shadow','Shape','Offset\x20Y','Image','355247WZnBoR','Text\x20color','Exit','Align\x20center','From\x20Left','Title\x20black','Top\x20Right','Group','Gradient\x20fill','Accent\x20orange','Preview','function','996680BmSUUy','Left','Bottom','Body\x20black','Green\x20line\x20with\x20two-way\x20arrows','No\x20fill','Long\x20dash','Add\x20slide\x20below','Pattern\x20settings\x20will\x20be\x20available\x20soon.','Begin\x20arrow\x20type','Spacing','Crop','Square','Center','Format\x20shape','From\x20Right','Bold','Slide\x20{current}\x20of\x20{total}','Note\x20gray','Clear','Slide','Two\x20Content','Gradient','Presentation\x20ended','Black\x20thin\x20dashed\x20line','None','Text\x20styles','Click\x20to\x20add\x20a\x20title','Delete','Paragraph\x20type','Columns','Slide\x20number\x20placeholder','Offset\x20X','Dashed','Oval\x20arrow','Insert\x20picture','Long\x20dash\x20dot','Right','Format\x20Background','Top\x20Left','Background\x20graphics','Blue\x20thin\x20solid\x20line','Select\x20an\x20object\x20to\x20edit\x20details','Themes','Fill','Click\x20to\x20enter\x20fullscreen','UniverProSlidesUiEnUS','Scale\x20X','Transparency','Justify','Insert\x20picture\x20from','Align\x20Middle','Horizontal','Table\x20size','Outer:\x20Top\x20Left\x20Large','Reveal','287945oOqCah','Header\x20placeholder','Position\x20and\x20size','Bring\x20Forward','Search\x20slides\x20and\x20objects','In\x20front\x20of\x20text','Table','Shadow\x20color','Line\x20styles','Date\x20placeholder','Search','Outer:\x20Bottom\x20Right\x20Small','Description','Top','Font\x20family','Hide','398422uONUYy','Send\x20Backward','Curved','Gray\x20thin\x20solid\x20line','Cover','Unable\x20to\x20start\x20dual-screen\x20presentation.\x20Allow\x20window\x20management\x20permission\x20and\x20connect\x20an\x20extended\x20display,\x20then\x20try\x20again.','exports','Click\x20to\x20add\x20text','Text\x20background\x20color','9ugHrpx','Show\x20All','Dual-screen\x20from\x20current\x20slide','Tile\x20picture\x20as\x20texture','Chart','Flip\x20Horizontal','Ungroup','Square\x20dot','1155459snrnvA','Send\x20to\x20Back','Shape\x20defaults','Italic','Custom','Strikethrough','Quick\x20styles','Footer\x20placeholder','Zoom','Width','Transitions','Gray\x20thin\x20dashed\x20line','Effect','Freehand','Speaker\x20notes','Pattern\x20fill','Title\x20and\x20Content','Title\x20Only','Blue\x20dashed\x20line\x20with\x20end\x20arrow','Join\x20type','Hide\x20master/layout\x20graphics','Shape\x20Format','Decrease\x20font\x20size','Medium','Name','Increase\x20font\x20size','Align\x20Top','Split','Line','Fit','Color','Deck\x20background','401475rEStMt','Reset\x20color','Picture\x20with\x20Caption','Cut','Apply\x20to\x20All','Fade','Width\x20(px)','Solid','Apply','Horizontal\x20align','Bottom\x20Left','Count','Title\x20Slide','Align\x20left','Details','Open\x20Shape\x20Panel','Section\x20Header','Do\x20not\x20auto\x20fit','Diamond\x20arrow','Paste','Hide\x20All','Resize\x20shape\x20to\x20fit\x20text','Object\x20name','Bottom\x20Right','+\x20Add\x20slide','Inner\x20margin','Show','Play','image(s)','Play\x20from\x20current\x20slide','Blue\x20thin\x20dashed\x20line','2423820TCxCPj','Vertical\x20text\x20box','Arrow','No\x20speaker\x20notes','Blur','Picture\x20fill','Not\x20set','Copy','Stretch','Small','Align\x20Center','Alignment','Dash\x20dot','Comparison','Flip\x20Vertical','Play\x20from\x20beginning','Rotate\x20(°)','No\x20objects','Orange\x20thin\x20solid\x20line','Blank','Transparent\x20text\x20color','File...','Outer:\x20Bottom\x20Right','More\x20styles','Dual-screen\x20from\x20beginning','Uncover','Align\x20bottom','4MarTkC','Miter','Wrap\x20text\x20in\x20shape','Click\x20to\x20add\x20a\x20subtitle','Media','Title\x201'];_0x4016=function(){return _0x39a3f0;};return _0x4016();}
|
|
1
|
+
function _0x47c3(){var _0x4c0cd4=['Choose\x20a\x20layout','Outer:\x20Bottom\x20Right','Shape\x20defaults','Chart','Comparison','Fill','Begin\x20arrow\x20size','Dashed','File...','Paste','Top','Not\x20set','Shape\x20styles','12yUduCR','Standard\x20(4:3)','Black\x20thin\x20dashed\x20line','Picture\x20source','UniverProSlidesUiEnUS','Close','Stealth\x20arrow','Title\x20Slide','Cancel','Horizontal\x20align','Bottom','Emoji','None','Gradient','Dash\x20type','Wipe','Picture\x20with\x20Caption','No\x20objects','No\x20fill','Body\x20black','Title\x201','Show\x20All','Free','Preset','Format\x20Background','Set\x20Background','Cap\x20type','Wrap\x20text\x20in\x20shape','809504RjtIua','Spacing','Accent\x20orange','Decrease\x20font\x20size','Bottom\x20Right','Arrange','Copy','Details','Vertical\x20align','Speaker\x20notes','Transparency','X\x20(px)','Reset\x20Background','Transform','Long\x20dash\x20dot\x20dot','Shadow\x20color','Align\x20Top','Width\x20(px)','Custom\x20size','Lock\x20Ratio','Slide','Select\x20an\x20object\x20to\x20edit\x20details','Shape\x20Format','Pattern\x20settings\x20will\x20be\x20available\x20soon.','Height\x20(px)','Insert\x20picture\x20from','Cut','Paragraph\x20type','Description','Scale\x20Y','Fullscreen','Text\x20color','Center','Freehand','Hide\x20master/layout\x20graphics','Send\x20to\x20Back','Align\x20bottom','Blur','Deck\x20background','Dash\x20dot','Align\x20Right','Two\x20Content','Split','Bring\x20to\x20Front','Search\x20slides\x20and\x20objects','Reset\x20color','Table\x20size','Align\x20Center','Small','Align\x20top','Align\x20left','Width','Round','Line\x20styles','Blue\x20line\x20with\x20end\x20arrow','Click\x20to\x20add\x20a\x20title','Apply\x20to\x20All','Blue\x20thin\x20solid\x20line','Title\x20and\x20Content','Text\x20direction','Object\x20name','Miter','Square\x20dot','Footer\x20placeholder','Open\x20Shape\x20Panel','Click\x20to\x20enter\x20fullscreen','object','Horizontal','Do\x20not\x20auto\x20fit','Outer:\x20Top\x20Left\x20Large','Effect','Align\x20middle','Play\x20from\x20current\x20slide','Media','733328btNAsi','Shrink\x20text\x20on\x20overflow','Click\x20to\x20add\x20notes\x20for\x20the\x20current\x20slide','Square','No\x20shadow','Orange\x20thin\x20solid\x20line','Round\x20dot','4184675gEylsJ','No\x20results\x20found.','2025093ndBpbJ','Picture','Search','Themes','Rotate\x20with\x20shape','From\x20Right','Size','Rows','Picture\x20fill','Oval\x20arrow','Open\x20arrow','Shape\x20style','Custom','In\x20front\x20of\x20text','Bold','Text\x20background\x20color','Flip\x20Horizontal','Align\x20Bottom','Align\x20Left','Insert\x20picture','Gray\x20thin\x20dashed\x20line','More\x20styles','Vertical\x20text\x20box','exports','Text\x20styles','Bring\x20Forward','Title\x20Only','Click\x20to\x20add\x20a\x20subtitle','6257664AdzlyZ','Fit','Header\x20placeholder','Gradient\x20fill','Scale\x20X','Rotation','Click\x20to\x20add\x20text','Align\x20center','Outer:\x20Top\x20Left','Transitions','8317935GRMcis','Align\x20right','Image','Begin\x20arrow\x20type','Zoom','Delete','Hand-drawn','Long\x20dash\x20dot','Fade','Presentation\x20ended','Text\x20Background\x20color','Behind\x20text','881438dqooVO','Green\x20dashed\x20line\x20with\x20two-way\x20arrows','Bevel','Count','Join\x20type','Ungroup','Tile\x20picture\x20as\x20texture','Uncover','Italic','Shadow','1SsgifG','Preview','Slide\x20number\x20placeholder','Play','Solid','Play\x20from\x20beginning','Unable\x20to\x20start\x20dual-screen\x20presentation.\x20Allow\x20window\x20management\x20permission\x20and\x20connect\x20an\x20extended\x20display,\x20then\x20try\x20again.','Justify','Left','Object\x20list','Outer:\x20Bottom\x20Right\x20Small','Strikethrough','Flat','Previous','Dash','Reveal','Angle','Underline','function','Font\x20size','From\x20Bottom','Accent\x20blue','Height','Color','Top\x20and\x20Bottom','Vertical','Text\x20box','Type\x20to\x20search\x20slide\x20names,\x20text,\x20and\x20object\x20names.','Columns','Table','Long\x20dash','Position','Horizontal\x20text\x20box','Top\x20Left','End\x20arrow\x20size','Flip\x20Vertical','Align\x20Middle','Position\x20and\x20size','Name','Format\x20shape','Dual-screen\x20from\x20current\x20slide','Inner\x20margin','Hide\x20All','Right','Insert','Send\x20Backward','Alignment','Crop','Duration','Clear','Gray\x20dashed\x20line\x20with\x20end\x20arrow','Slide\x20{current}\x20of\x20{total}','Date\x20placeholder'];_0x47c3=function(){return _0x4c0cd4;};return _0x47c3();}function _0x5aa7(_0x409b23,_0x141707){_0x409b23=_0x409b23-0x1ca;var _0x47c3b3=_0x47c3();var _0x5aa7a8=_0x47c3b3[_0x409b23];return _0x5aa7a8;}(function(_0x293160,_0x489a41){var _0xb9c2bc=_0x5aa7,_0x2fd946=_0x293160();while(!![]){try{var _0x568379=parseInt(_0xb9c2bc(0x1ed))/0x1*(parseInt(_0xb9c2bc(0x1e3))/0x2)+-parseInt(_0xb9c2bc(0x22f))/0x3*(-parseInt(_0xb9c2bc(0x24b))/0x4)+-parseInt(_0xb9c2bc(0x29c))/0x5+parseInt(_0xb9c2bc(0x1cd))/0x6+parseInt(_0xb9c2bc(0x29e))/0x7+-parseInt(_0xb9c2bc(0x295))/0x8+-parseInt(_0xb9c2bc(0x1d7))/0x9;if(_0x568379===_0x489a41)break;else _0x2fd946['push'](_0x2fd946['shift']());}catch(_0xb3b023){_0x2fd946['push'](_0x2fd946['shift']());}}}(_0x47c3,0xb2232),function(_0x1a5546,_0x421b69){var _0x534caf=_0x5aa7;typeof exports==_0x534caf(0x28d)&&typeof module<'u'?module[_0x534caf(0x2b5)]=_0x421b69():typeof define==_0x534caf(0x1ff)&&define['amd']?define([],_0x421b69):(_0x1a5546=typeof globalThis<'u'?globalThis:_0x1a5546||self,_0x1a5546[_0x534caf(0x233)]=_0x421b69());}(this,function(){var _0xdcd6cb=_0x5aa7;return{'slides-ui':{'ribbon':{'shapeFormat':_0xdcd6cb(0x261),'changeShape':'Change\x20Shape'},'insertToolbar':{'search':_0xdcd6cb(0x2a0),'text':'Text\x20box','textHorizontal':_0xdcd6cb(0x20d),'textVertical':_0xdcd6cb(0x2b4),'image':_0xdcd6cb(0x1d9),'table':_0xdcd6cb(0x20a),'shape':'Shape','chart':_0xdcd6cb(0x225),'symbol':'Symbol','emoji':_0xdcd6cb(0x23a)},'tableSizePicker':{'title':_0xdcd6cb(0x279),'customSize':_0xdcd6cb(0x25d),'rows':_0xdcd6cb(0x2a5),'columns':_0xdcd6cb(0x209),'insert':_0xdcd6cb(0x219),'apply':'Apply'},'searchPanel':{'placeholder':_0xdcd6cb(0x277),'noQuery':_0xdcd6cb(0x208),'empty':_0xdcd6cb(0x29d),'slidePrefix':_0xdcd6cb(0x25f)},'themePicker':{'title':_0xdcd6cb(0x2a1),'caption':_0xdcd6cb(0x224),'tooltip':'Choose\x20slide\x20theme'},'display':{'slideSize':'Slide\x20size','widescreen':'Widescreen\x20(16:9)','standard':_0xdcd6cb(0x230),'fullscreen':_0xdcd6cb(0x269)},'editorToolbar':{'fontFamily':'Font\x20family','fontSize':_0xdcd6cb(0x200),'paragraphType':_0xdcd6cb(0x266),'heading1':_0xdcd6cb(0x243),'increaseFontSize':'Increase\x20font\x20size','decreaseFontSize':_0xdcd6cb(0x24e),'textColor':_0xdcd6cb(0x26a),'transparentTextColor':'Transparent\x20text\x20color','textBackgroundColor':'Text\x20background\x20color','bold':_0xdcd6cb(0x2ac),'italic':_0xdcd6cb(0x1eb),'underline':_0xdcd6cb(0x1fe),'strikethrough':_0xdcd6cb(0x1f8),'horizontalAlign':_0xdcd6cb(0x238),'verticalAlign':_0xdcd6cb(0x253),'alignLeft':_0xdcd6cb(0x27d),'alignCenter':_0xdcd6cb(0x1d4),'alignRight':_0xdcd6cb(0x1d8),'alignJustify':_0xdcd6cb(0x1f4),'alignTop':_0xdcd6cb(0x27c),'alignMiddle':_0xdcd6cb(0x292),'alignBottom':_0xdcd6cb(0x26f)},'quickStyles':{'tooltip':'Quick\x20styles','shapeStyles':_0xdcd6cb(0x22e),'lineStyles':_0xdcd6cb(0x280),'textStyles':_0xdcd6cb(0x2b6),'more':_0xdcd6cb(0x2b3),'groups':{'solid':_0xdcd6cb(0x1f1),'dashed':_0xdcd6cb(0x229)},'presets':{'line':{'blackSolid':'Black\x20thin\x20solid\x20line','blueSolid':_0xdcd6cb(0x284),'orangeSolid':_0xdcd6cb(0x29a),'graySolid':'Gray\x20thin\x20solid\x20line','blueEndArrow':_0xdcd6cb(0x281),'greenTwoWayArrow':'Green\x20line\x20with\x20two-way\x20arrows','blackDashed':_0xdcd6cb(0x231),'blueDashed':'Blue\x20thin\x20dashed\x20line','grayDashed':_0xdcd6cb(0x2b2),'blueDashedEndArrow':'Blue\x20dashed\x20line\x20with\x20end\x20arrow','grayDashedEndArrow':_0xdcd6cb(0x21f),'greenDashedTwoWayArrow':_0xdcd6cb(0x1e4)},'text':{'bodyBlack':_0xdcd6cb(0x242),'titleBlack':'Title\x20black','accentBlue':_0xdcd6cb(0x202),'accentOrange':_0xdcd6cb(0x24d),'noteGray':'Note\x20gray'}}},'thumbnailBar':{'resizePanel':'Resize\x20slide\x20thumbnail\x20panel','addSlide':'+\x20Add\x20slide','contextMenu':{'cut':_0xdcd6cb(0x265),'copy':_0xdcd6cb(0x251),'paste':_0xdcd6cb(0x22b),'addBelow':'Add\x20slide\x20below','delete':_0xdcd6cb(0x1dc)},'layoutPicker':{'title':_0xdcd6cb(0x222),'layouts':{'title':_0xdcd6cb(0x236),'titleAndBody':_0xdcd6cb(0x285),'sectionHeader':'Section\x20Header','twoColumns':_0xdcd6cb(0x274),'comparison':_0xdcd6cb(0x226),'blank':'Blank','titleOnly':_0xdcd6cb(0x1cb),'pictureWithCaption':_0xdcd6cb(0x23f)}}},'shapePanel':{'title':_0xdcd6cb(0x214),'shapeStyle':_0xdcd6cb(0x2a9),'shapePosition':_0xdcd6cb(0x20c),'openPanel':_0xdcd6cb(0x28b),'deleteShape':'Delete\x20Shape','toolbar':{'alignLeft':_0xdcd6cb(0x2b0),'alignCenter':_0xdcd6cb(0x27a),'alignRight':_0xdcd6cb(0x273),'alignJustify':_0xdcd6cb(0x1f4),'bold':_0xdcd6cb(0x2ac),'italic':'Italic','underline':_0xdcd6cb(0x1fe),'strikethrough':_0xdcd6cb(0x1f8),'textColor':_0xdcd6cb(0x26a),'textBackgroundColor':_0xdcd6cb(0x2ad),'fillColor':_0xdcd6cb(0x1e1),'resetColor':_0xdcd6cb(0x278)},'align':{'top':_0xdcd6cb(0x25b),'middle':_0xdcd6cb(0x211),'bottom':_0xdcd6cb(0x2af)},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0xdcd6cb(0x298),'topAndBottom':_0xdcd6cb(0x205),'behindText':_0xdcd6cb(0x1e2),'inFrontText':_0xdcd6cb(0x2ab)},'textBox':{'title':_0xdcd6cb(0x207),'textDirection':_0xdcd6cb(0x286),'textDirectionHorizontal':_0xdcd6cb(0x28e),'textDirectionVertical':_0xdcd6cb(0x206),'autoFit':'Auto\x20fit','autoFitNone':_0xdcd6cb(0x28f),'autoFitShrink':_0xdcd6cb(0x296),'autoFitResize':'Resize\x20shape\x20to\x20fit\x20text','wrapText':_0xdcd6cb(0x24a),'padding':_0xdcd6cb(0x216),'paddingLeft':_0xdcd6cb(0x1f5),'paddingRight':_0xdcd6cb(0x218),'paddingTop':_0xdcd6cb(0x22c),'paddingBottom':_0xdcd6cb(0x239),'columns':_0xdcd6cb(0x209),'columnCount':_0xdcd6cb(0x1e6),'columnSpacing':_0xdcd6cb(0x24c)},'position':{'title':_0xdcd6cb(0x212),'x':'X','y':'Y','width':_0xdcd6cb(0x27e),'height':_0xdcd6cb(0x203),'rotation':_0xdcd6cb(0x1d2)},'style':{'shadow':_0xdcd6cb(0x1ec),'shadowColor':_0xdcd6cb(0x25a),'shadowBlurRadius':_0xdcd6cb(0x270),'shadowDistance':'Distance','shadowDirection':_0xdcd6cb(0x1fd),'shadowPresetTitle':_0xdcd6cb(0x246),'shadowPresetNone':_0xdcd6cb(0x299),'shadowPresetCustom':_0xdcd6cb(0x2aa),'shadowTransparency':'Transparency','shadowSize':_0xdcd6cb(0x2a4),'shadowPreset':{'shdw6':_0xdcd6cb(0x223),'shdw5':'Outer:\x20Bottom\x20Left','shdw2':'Outer:\x20Top\x20Right','shdw1':_0xdcd6cb(0x1d5),'shdw14':_0xdcd6cb(0x1f7),'shdw10':_0xdcd6cb(0x290)}},'fill':{'title':_0xdcd6cb(0x227),'noFill':_0xdcd6cb(0x241),'solidFill':_0xdcd6cb(0x1f1),'gradientFill':_0xdcd6cb(0x23c),'pictureFill':_0xdcd6cb(0x29f),'color':_0xdcd6cb(0x204),'transparency':_0xdcd6cb(0x255),'picture':{'source':_0xdcd6cb(0x232),'insert':_0xdcd6cb(0x2b1),'tileAsTexture':_0xdcd6cb(0x1e9),'offsetX':'Offset\x20X','offsetY':'Offset\x20Y','scaleX':_0xdcd6cb(0x1d1),'scaleY':_0xdcd6cb(0x268),'alignment':_0xdcd6cb(0x21b),'rotateWithShape':_0xdcd6cb(0x2a2),'align':{'tl':_0xdcd6cb(0x20e),'t':_0xdcd6cb(0x22c),'tr':'Top\x20Right','l':_0xdcd6cb(0x1f5),'ctr':_0xdcd6cb(0x26b),'r':_0xdcd6cb(0x218),'bl':'Bottom\x20Left','b':'Bottom','br':_0xdcd6cb(0x24f)}}},'line':{'title':'Line','noLine':'No\x20line','solidLine':'Solid\x20line','color':'Color','transparency':'Transparency','width':'Width','cornerRadius':'Corner\x20radius','beginArrowType':_0xdcd6cb(0x1da),'beginArrowSize':_0xdcd6cb(0x228),'endArrowType':'End\x20arrow\x20type','endArrowSize':_0xdcd6cb(0x20f),'dashType':{'title':_0xdcd6cb(0x23d),'solid':_0xdcd6cb(0x1f1),'roundDot':_0xdcd6cb(0x29b),'squareDot':_0xdcd6cb(0x289),'dash':_0xdcd6cb(0x1fb),'dashDot':_0xdcd6cb(0x272),'longDash':_0xdcd6cb(0x20b),'longDashDot':_0xdcd6cb(0x1de),'longDashDotDot':_0xdcd6cb(0x259)},'capType':{'title':_0xdcd6cb(0x249),'flat':_0xdcd6cb(0x1f9),'round':_0xdcd6cb(0x27f),'square':_0xdcd6cb(0x298)},'joinType':{'title':_0xdcd6cb(0x1e7),'miter':_0xdcd6cb(0x288),'round':_0xdcd6cb(0x27f),'bevel':_0xdcd6cb(0x1e5)},'sketchType':{'title':'Sketch\x20type','none':_0xdcd6cb(0x23b),'curved':'Curved','freehand':_0xdcd6cb(0x26c),'handDrawn':_0xdcd6cb(0x1dd)},'arrowType':{'none':_0xdcd6cb(0x23b),'arrow':'Arrow','openArrow':_0xdcd6cb(0x2a8),'stealthArrow':_0xdcd6cb(0x235),'diamondArrow':'Diamond\x20arrow','ovalArrow':_0xdcd6cb(0x2a7)},'arrowSize':{'small':_0xdcd6cb(0x27b),'medium':'Medium','large':'Large'}}},'objectListPanel':{'title':_0xdcd6cb(0x1f6),'open':'Open\x20Layers\x20Panel','showAll':_0xdcd6cb(0x244),'hideAll':_0xdcd6cb(0x217),'show':'Show','hide':'Hide','moveForward':_0xdcd6cb(0x1ca),'moveBackward':_0xdcd6cb(0x21a),'nameInput':_0xdcd6cb(0x287),'empty':_0xdcd6cb(0x240),'close':_0xdcd6cb(0x234),'name':_0xdcd6cb(0x213),'description':_0xdcd6cb(0x267),'descriptionPlaceholder':'Add\x20description','details':_0xdcd6cb(0x252),'noSelection':_0xdcd6cb(0x260)},'backgroundPanel':{'title':_0xdcd6cb(0x247),'backgroundGraphics':'Background\x20graphics','hideBackgroundGraphics':_0xdcd6cb(0x26d),'presentationBackground':_0xdcd6cb(0x271),'presentationBackgroundEmpty':_0xdcd6cb(0x22d),'presentationBackgroundImages':'image(s)','setPresentationBackground':_0xdcd6cb(0x248),'clearPresentationBackground':_0xdcd6cb(0x21e),'none':_0xdcd6cb(0x241),'solid':'Solid\x20fill','gradient':_0xdcd6cb(0x1d0),'image':_0xdcd6cb(0x2a6),'pattern':'Pattern\x20fill','color':_0xdcd6cb(0x204),'transparency':'Transparency','imageSource':_0xdcd6cb(0x264),'insertImage':_0xdcd6cb(0x22a),'fit':_0xdcd6cb(0x1ce),'fitOptions':{'cover':_0xdcd6cb(0x227),'contain':_0xdcd6cb(0x1ce),'stretch':'Stretch','repeat':'Tile'},'patternHint':_0xdcd6cb(0x262),'applyToAll':_0xdcd6cb(0x283),'resetBackground':_0xdcd6cb(0x257)},'transitionPanel':{'title':_0xdcd6cb(0x1d6),'effect':_0xdcd6cb(0x291),'direction':'Direction','duration':_0xdcd6cb(0x21d),'preview':_0xdcd6cb(0x1ee),'applyToAll':_0xdcd6cb(0x283),'effects':{'none':_0xdcd6cb(0x23b),'fade':_0xdcd6cb(0x1df),'push':'Push','wipe':_0xdcd6cb(0x23e),'split':_0xdcd6cb(0x275),'reveal':_0xdcd6cb(0x1fc),'cut':_0xdcd6cb(0x265),'uncover':_0xdcd6cb(0x1ea),'cover':'Cover','zoom':_0xdcd6cb(0x1db)},'directions':{'left':'From\x20Left','right':_0xdcd6cb(0x2a3),'up':'From\x20Top','down':_0xdcd6cb(0x201)}},'contextmenu':{'addPage':'New\x20Slide','backgroundPanel':'Format\x20Background','transitionPanel':'Transitions','speakerNotes':_0xdcd6cb(0x254),'ruler':'Ruler','shapePanel':'Format\x20Shape','flipHorizontal':_0xdcd6cb(0x2ae),'flipVertical':_0xdcd6cb(0x210),'group':'Group','ungroup':_0xdcd6cb(0x1e8)},'presentation':{'play':_0xdcd6cb(0x1f0),'playFromBeginning':_0xdcd6cb(0x1f2),'playFromCurrent':_0xdcd6cb(0x293),'playDualScreen':'Dual-screen\x20presentation','playDualScreenFromBeginning':'Dual-screen\x20from\x20beginning','playDualScreenFromCurrent':_0xdcd6cb(0x215),'dualScreenUnavailable':_0xdcd6cb(0x1f3),'fullscreenPrompt':_0xdcd6cb(0x28c),'presentationEnded':_0xdcd6cb(0x1e0),'previous':_0xdcd6cb(0x1fa),'next':'Next','exit':'Exit','slideProgress':_0xdcd6cb(0x220),'speakerNotes':_0xdcd6cb(0x254),'speakerNotesPlaceholder':_0xdcd6cb(0x297),'speakerNotesEmpty':'No\x20speaker\x20notes','speakerNotesSave':'Save','speakerNotesCancel':_0xdcd6cb(0x237)},'slide':{'placeholder':{'text':{'title':_0xdcd6cb(0x282),'subtitle':_0xdcd6cb(0x1cc),'body':_0xdcd6cb(0x1d3),'text':_0xdcd6cb(0x1d3),'header':_0xdcd6cb(0x1cf),'footer':_0xdcd6cb(0x28a),'date':_0xdcd6cb(0x221),'slideNumber':_0xdcd6cb(0x1ef)},'icon':{'image':_0xdcd6cb(0x1d9),'table':'Table','chart':_0xdcd6cb(0x225),'diagram':'Diagram','media':_0xdcd6cb(0x294)}}},'image-panel':{'arrange':{'title':_0xdcd6cb(0x250),'forward':_0xdcd6cb(0x1ca),'backward':_0xdcd6cb(0x21a),'front':_0xdcd6cb(0x276),'back':_0xdcd6cb(0x26e)},'transform':{'title':_0xdcd6cb(0x258),'rotate':'Rotate\x20(°)','x':_0xdcd6cb(0x256),'y':'Y\x20(px)','width':_0xdcd6cb(0x25c),'height':_0xdcd6cb(0x263),'lock':_0xdcd6cb(0x25e)},'crop':{'title':_0xdcd6cb(0x21c),'start':'Start\x20Crop','mode':_0xdcd6cb(0x245),'shape':'Crop\x20to\x20Shape'}}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x30fb(){var _0x587a1c=['Color\x20de\x20texto','Mosaico','Cancelar','Aumentar\x20tamaño\x20de\x20fuente','Tipo\x20de\x20discontinuo','3011YwDWbp','Mano\x20alzada','Notas\x20del\x20orador','Mediano','Acento\x20azul','Transiciones','Añadir\x20diapositiva\x20debajo','Dos\x20contenidos','Libre','Sombra','No\x20hay\x20objetos','Título\x20negro','Alinear\x20al\x20medio','Color\x20de\x20fondo\x20de\x20texto','Relleno\x20de\x20imagen\x20o\x20textura','Cubrir','Izquierda','Desplazamiento\x20Y','Línea','Punto\x20cuadrado','Buscar','Doble\x20pantalla\x20desde\x20el\x20principio','Aplicar\x20a\x20todas','Fondo\x20de\x20la\x20presentación','Flecha\x20ovalada','Traer\x20al\x20frente','Abrir\x20panel\x20de\x20formas','Tipo\x20de\x20flecha\x20inicial','95quEOVV','Exterior:\x20arriba\x20izquierda\x20grande','Tamaño\x20de\x20fuente','Guion','+\x20Agregar\x20diapositiva','Alineación\x20horizontal','Flecha\x20de\x20diamante','Estilos\x20de\x20forma','Delante\x20del\x20texto','Desenfoque','Buscar\x20diapositivas\x20y\x20objetos','Ninguno','Agrupar','Encabezado\x20de\x20sección','Abajo\x20a\x20la\x20izquierda','Nombre','Tamaño\x20de\x20flecha\x20inicial','Ocultar\x20gráficos\x20de\x20patrón/diseño','Alinear\x20abajo','Cuerpo\x20negro','Estilos\x20de\x20línea','Plano','Cambiar\x20tamaño\x20del\x20panel\x20de\x20miniaturas\x20de\x20diapositivas','Estilos\x20de\x20texto','Color','imagen(es)','Color\x20de\x20texto\x20transparente','Centrar','Traer\x20adelante','Línea\x20sólida\x20fina\x20naranja','Archivo...','Línea\x20sólida','Dar\x20formato\x20a\x20la\x20forma','2105244DJaPGK','Bisel','Abajo\x20a\x20la\x20derecha','Barrido','Alineación\x20vertical','Tipo\x20de\x20unión','Bloquear\x20proporción','Ajuste','División','En\x20blanco','Línea\x20discontinua\x20fina\x20gris','86233eTDWys','Revelar','Vertical','Salir','Voltear\x20horizontalmente','Vista\x20previa','Personalizado','Cuadro\x20de\x20texto\x20vertical','Recortar','Centro','Tipo\x20de\x20flecha\x20final','16MJcpEA','Organizar','Rotación','Título\x20y\x20contenido','Nombre\x20del\x20objeto','Haz\x20clic\x20para\x20agregar\x20notas\x20para\x20la\x20diapositiva\x20actual','Ajustar','Imagen','Inglete','Mostrar','Cantidad','Línea\x20azul\x20con\x20flecha\x20final','Posición\x20y\x20tamaño','Enviar\x20al\x20fondo','Alto','Haz\x20clic\x20para\x20agregar\x20un\x20título','Rellenar','Ajustar\x20texto\x20en\x20la\x20forma','Pegar','Diapositiva','Mostrar\x20todo','Espaciado','Alinear\x20a\x20la\x20izquierda','Justificar','No\x20se\x20encontraron\x20resultados.','Abajo','Cuadrado','Detalles','Desde\x20la\x20izquierda','Borrar','Cuadro\x20de\x20texto\x20horizontal','Transparencia','Línea\x20discontinua\x20verde\x20con\x20flechas\x20bidireccionales','Solo\x20título','exports','Subrayado','Discontinuo','Cortar','26WtqSds','2742HHJEFh','X\x20(px)','Recortar\x20a\x20forma','Posición','Y\x20(px)','Mosaico\x20de\x20imagen\x20como\x20textura','Distancia','Direcci?n\x20del\x20texto','Línea\x20discontinua\x20fina\x20negra','Escribe\x20para\x20buscar\x20nombres\x20de\x20diapositivas,\x20texto\x20y\x20nombres\x20de\x20objetos.','Tamaño\x20personalizado','Grande','Estirar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Ajuste\x20autom?tico','Alinear\x20a\x20la\x20derecha','Preestablecido','61926dFqOXs','Presentación\x20terminada','No\x20configurado','1040zIGwFY','Anterior','Cambiar\x20tama?o\x20de\x20la\x20forma\x20para\x20ajustar\x20el\x20texto','Radio\x20de\x20esquina','Horizontal','Más\x20estilos','Título\x201','Filas','Restablecer\x20fondo','Disminuir\x20tamaño\x20de\x20fuente','Ocultar','Tachado','Desvanecer','Negrita','Relleno','Línea\x20discontinua\x20fina\x20azul','Insertar\x20imagen','Sin\x20notas\x20del\x20orador','Marcador\x20de\x20posición\x20de\x20número\x20de\x20diapositiva','Ocultar\x20todo','Voltear\x20verticalmente','Guion\x20largo\x20punto','2269580SvEiYp','Efecto','Multimedia','Flecha\x20abierta','Haz\x20clic\x20para\x20entrar\x20en\x20pantalla\x20completa','Descubrir','Cursiva','Doble\x20pantalla\x20desde\x20la\x20actual','Iniciar\x20recorte','Arriba\x20a\x20la\x20derecha','Rotar\x20con\x20la\x20forma','Alineación','Relleno\x20sólido','Exterior:\x20abajo\x20derecha\x20pequeña','Diapositiva\x20de\x20título','Tamaño','Exterior:\x20arriba\x20derecha','Tipo\x20de\x20bosquejo','Haz\x20clic\x20para\x20agregar\x20texto','Tipo\x20de\x20extremo','Marcador\x20de\x20posición\x20de\x20encabezado','Cuadro\x20de\x20texto','Ancho','Dar\x20formato\x20al\x20fondo','Presentación\x20de\x20doble\x20pantalla','Eliminar','UniverProSlidesUiEsES','Sin\x20línea','Relleno\x20degradado','Superior','Detrás\x20del\x20texto','Sin\x20sombra','Desplazamiento\x20X','Haz\x20clic\x20para\x20agregar\x20un\x20subtítulo','Punto\x20redondo','Alto\x20(px)','Alinear\x20arriba','Estilos\x20rápidos','Desagrupar','Valores\x20predeterminados\x20de\x20forma','Color\x20de\x20sombra','Tamaño\x20de\x20flecha\x20final','Guardar','Exterior:\x20arriba\x20izquierda','Fuente','506946qtoMoH','Aplicar','Arriba\x20y\x20abajo','Regla','Redondo','Nota\x20gris','Diagrama','Zoom','function','No\x20ajustar\x20autom?ticamente','Exterior:\x20abajo\x20izquierda','Gráficos\x20de\x20fondo','Línea\x20sólida\x20fina\x20azul','Columnas','Insertar','Ancho\x20(px)','Sin\x20relleno','Imagen\x20con\x20leyenda','Cambiar\x20forma','Desde\x20arriba','Arriba','Dirección','Sólido'];_0x30fb=function(){return _0x587a1c;};return _0x30fb();}function _0x1876(_0x3cb6e0,_0x1b67dc){_0x3cb6e0=_0x3cb6e0-0xee;var _0x30fb32=_0x30fb();var _0x1876bc=_0x30fb32[_0x3cb6e0];return _0x1876bc;}(function(_0x579ff4,_0x57d693){var _0x22438a=_0x1876,_0x308ebf=_0x579ff4();while(!![]){try{var _0x4fd6d8=parseInt(_0x22438a(0x13c))/0x1*(parseInt(_0x22438a(0x1b5))/0x2)+parseInt(_0x22438a(0x1b6))/0x3*(-parseInt(_0x22438a(0x1ca))/0x4)+parseInt(_0x22438a(0x158))/0x5*(-parseInt(_0x22438a(0x1c7))/0x6)+parseInt(_0x22438a(0x184))/0x7*(parseInt(_0x22438a(0x18f))/0x8)+parseInt(_0x22438a(0x179))/0x9+parseInt(_0x22438a(0xf3))/0xa+parseInt(_0x22438a(0x120))/0xb;if(_0x4fd6d8===_0x57d693)break;else _0x308ebf['push'](_0x308ebf['shift']());}catch(_0x43b922){_0x308ebf['push'](_0x308ebf['shift']());}}}(_0x30fb,0x2172a),function(_0x5a0465,_0xcc298){var _0x5a38e6=_0x1876;typeof exports=='object'&&typeof module<'u'?module[_0x5a38e6(0x1b1)]=_0xcc298():typeof define==_0x5a38e6(0x128)&&define['amd']?define([],_0xcc298):(_0x5a0465=typeof globalThis<'u'?globalThis:_0x5a0465||self,_0x5a0465[_0x5a38e6(0x10d)]=_0xcc298());}(this,function(){var _0x149746=_0x1876;return{'slides-ui':{'ribbon':{'shapeFormat':'Formato\x20de\x20forma','changeShape':_0x149746(0x132)},'insertToolbar':{'search':_0x149746(0x150),'text':_0x149746(0x108),'textHorizontal':_0x149746(0x1ad),'textVertical':_0x149746(0x18b),'image':_0x149746(0x196),'table':'Tabla','shape':'Forma','chart':'Gráfico'},'tableSizePicker':{'title':'Tamaño\x20de\x20la\x20tabla','customSize':_0x149746(0x1c0),'rows':_0x149746(0x1d1),'columns':_0x149746(0x12d),'insert':_0x149746(0x12e),'apply':_0x149746(0x121)},'searchPanel':{'placeholder':_0x149746(0x162),'noQuery':_0x149746(0x1bf),'empty':_0x149746(0x1a7),'slidePrefix':_0x149746(0x1a2)},'themePicker':{'title':'Temas','caption':_0x149746(0x11a),'tooltip':'Elegir\x20tema\x20de\x20diapositiva'},'editorToolbar':{'fontFamily':_0x149746(0x11f),'fontSize':_0x149746(0x15a),'paragraphType':'Tipo\x20de\x20párrafo','heading1':_0x149746(0x1d0),'increaseFontSize':_0x149746(0x13a),'decreaseFontSize':_0x149746(0x1d3),'textColor':'Color\x20de\x20texto','transparentTextColor':_0x149746(0x172),'textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','bold':_0x149746(0x1d7),'italic':_0x149746(0xf9),'underline':_0x149746(0x1b2),'strikethrough':'Tachado','horizontalAlign':_0x149746(0x15d),'verticalAlign':_0x149746(0x17d),'alignLeft':_0x149746(0x1a5),'alignCenter':_0x149746(0x173),'alignRight':_0x149746(0x1c5),'alignJustify':_0x149746(0x1a6),'alignTop':'Alinear\x20arriba','alignMiddle':_0x149746(0x148),'alignBottom':_0x149746(0x16a)},'quickStyles':{'tooltip':_0x149746(0x118),'shapeStyles':_0x149746(0x15f),'lineStyles':_0x149746(0x16c),'textStyles':_0x149746(0x16f),'more':_0x149746(0x1cf),'groups':{'solid':_0x149746(0x136),'dashed':_0x149746(0x1b3)},'presets':{'line':{'blackSolid':'Línea\x20sólida\x20fina\x20negra','blueSolid':_0x149746(0x12c),'orangeSolid':_0x149746(0x175),'graySolid':'Línea\x20sólida\x20fina\x20gris','blueEndArrow':_0x149746(0x19a),'greenTwoWayArrow':'Línea\x20verde\x20con\x20flechas\x20bidireccionales','blackDashed':_0x149746(0x1be),'blueDashed':_0x149746(0x1d9),'grayDashed':_0x149746(0x183),'blueDashedEndArrow':'Línea\x20discontinua\x20azul\x20con\x20flecha\x20final','grayDashedEndArrow':'Línea\x20discontinua\x20gris\x20con\x20flecha\x20final','greenDashedTwoWayArrow':_0x149746(0x1af)},'text':{'bodyBlack':_0x149746(0x16b),'titleBlack':_0x149746(0x147),'accentBlue':_0x149746(0x140),'accentOrange':'Acento\x20naranja','noteGray':_0x149746(0x125)}}},'thumbnailBar':{'resizePanel':_0x149746(0x16e),'addSlide':_0x149746(0x15c),'contextMenu':{'cut':_0x149746(0x1b4),'copy':'Copiar','paste':_0x149746(0x1a1),'addBelow':_0x149746(0x142),'delete':_0x149746(0x10c)},'layoutPicker':{'title':'Elegir\x20un\x20diseño','layouts':{'title':_0x149746(0x101),'titleAndBody':_0x149746(0x192),'sectionHeader':_0x149746(0x165),'twoColumns':_0x149746(0x143),'comparison':'Comparación','blank':_0x149746(0x182),'titleOnly':_0x149746(0x1b0),'pictureWithCaption':_0x149746(0x131)}}},'shapePanel':{'title':'Dar\x20formato\x20a\x20la\x20forma','shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x149746(0x1b9),'openPanel':_0x149746(0x156),'deleteShape':'Eliminar\x20forma','toolbar':{'alignLeft':_0x149746(0x1a5),'alignCenter':_0x149746(0x173),'alignRight':_0x149746(0x1c5),'alignJustify':_0x149746(0x1a6),'bold':_0x149746(0x1d7),'italic':_0x149746(0xf9),'underline':'Subrayado','strikethrough':_0x149746(0x1d5),'textColor':_0x149746(0x137),'textBackgroundColor':_0x149746(0x149),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':'Restablecer\x20color'},'align':{'top':_0x149746(0x117),'middle':_0x149746(0x148),'bottom':_0x149746(0x16a)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x149746(0x1a9),'topAndBottom':_0x149746(0x122),'behindText':_0x149746(0x111),'inFrontText':_0x149746(0x160)},'textBox':{'title':_0x149746(0x108),'textDirection':_0x149746(0x1bd),'textDirectionHorizontal':_0x149746(0x1ce),'textDirectionVertical':_0x149746(0x186),'autoFit':_0x149746(0x1c4),'autoFitNone':_0x149746(0x129),'autoFitShrink':'Reducir\x20texto\x20al\x20desbordar','autoFitResize':_0x149746(0x1cc),'wrapText':_0x149746(0x1a0),'padding':'Margen\x20interno','paddingLeft':'Izquierda','paddingRight':'Derecha','paddingTop':_0x149746(0x110),'paddingBottom':'Inferior','columns':_0x149746(0x12d),'columnCount':_0x149746(0x199),'columnSpacing':_0x149746(0x1a4)},'position':{'title':_0x149746(0x19b),'x':'X','y':'Y','width':_0x149746(0x109),'height':_0x149746(0x19d),'rotation':_0x149746(0x191)},'style':{'shadow':_0x149746(0x145),'shadowColor':_0x149746(0x11b),'shadowBlurRadius':_0x149746(0x161),'shadowDistance':_0x149746(0x1bc),'shadowDirection':'Ángulo','shadowPresetTitle':_0x149746(0x1c6),'shadowPresetNone':_0x149746(0x112),'shadowPresetCustom':_0x149746(0x18a),'shadowTransparency':_0x149746(0x1ae),'shadowSize':_0x149746(0x102),'shadowPreset':{'shdw6':'Exterior:\x20abajo\x20derecha','shdw5':_0x149746(0x12a),'shdw2':_0x149746(0x103),'shdw1':_0x149746(0x11e),'shdw14':_0x149746(0x100),'shdw10':_0x149746(0x159)}},'fill':{'title':_0x149746(0x1d8),'noFill':_0x149746(0x130),'solidFill':_0x149746(0xff),'gradientFill':_0x149746(0x10f),'pictureFill':_0x149746(0x14a),'color':_0x149746(0x170),'transparency':_0x149746(0x1ae),'picture':{'source':'Origen\x20de\x20imagen','insert':_0x149746(0x1da),'tileAsTexture':_0x149746(0x1bb),'offsetX':_0x149746(0x113),'offsetY':_0x149746(0x14d),'scaleX':'Escala\x20X','scaleY':'Escala\x20Y','alignment':_0x149746(0xfe),'rotateWithShape':_0x149746(0xfd),'align':{'tl':'Arriba\x20a\x20la\x20izquierda','t':_0x149746(0x134),'tr':_0x149746(0xfc),'l':_0x149746(0x14c),'ctr':_0x149746(0x18d),'r':'Derecha','bl':_0x149746(0x166),'b':_0x149746(0x1a8),'br':_0x149746(0x17b)}}},'line':{'title':_0x149746(0x14e),'noLine':_0x149746(0x10e),'solidLine':_0x149746(0x177),'color':_0x149746(0x170),'transparency':'Transparencia','width':_0x149746(0x109),'cornerRadius':_0x149746(0x1cd),'beginArrowType':_0x149746(0x157),'beginArrowSize':_0x149746(0x168),'endArrowType':_0x149746(0x18e),'endArrowSize':_0x149746(0x11c),'dashType':{'title':_0x149746(0x13b),'solid':_0x149746(0x136),'roundDot':_0x149746(0x115),'squareDot':_0x149746(0x14f),'dash':_0x149746(0x15b),'dashDot':'Guion\x20punto','longDash':'Guion\x20largo','longDashDot':_0x149746(0xf2),'longDashDotDot':'Guion\x20largo\x20punto\x20punto'},'capType':{'title':_0x149746(0x106),'flat':_0x149746(0x16d),'round':_0x149746(0x124),'square':_0x149746(0x1a9)},'joinType':{'title':_0x149746(0x17e),'miter':_0x149746(0x197),'round':'Redondo','bevel':_0x149746(0x17a)},'sketchType':{'title':_0x149746(0x104),'none':_0x149746(0x163),'curved':'Curvado','freehand':_0x149746(0x13d),'handDrawn':'Dibujado\x20a\x20mano'},'arrowType':{'none':'Ninguno','arrow':'Flecha','openArrow':_0x149746(0xf6),'stealthArrow':'Flecha\x20furtiva','diamondArrow':_0x149746(0x15e),'ovalArrow':_0x149746(0x154)},'arrowSize':{'small':'Pequeño','medium':_0x149746(0x13f),'large':_0x149746(0x1c1)}}},'objectListPanel':{'title':'Lista\x20de\x20objetos','showAll':_0x149746(0x1a3),'hideAll':_0x149746(0xf0),'show':_0x149746(0x198),'hide':_0x149746(0x1d4),'moveForward':_0x149746(0x174),'moveBackward':'Enviar\x20atrás','nameInput':_0x149746(0x193),'empty':_0x149746(0x146),'close':'Cerrar','name':_0x149746(0x167),'description':'Descripción','descriptionPlaceholder':'Agregar\x20descripción','details':_0x149746(0x1aa),'noSelection':_0x149746(0x1c3)},'backgroundPanel':{'title':_0x149746(0x10a),'backgroundGraphics':_0x149746(0x12b),'hideBackgroundGraphics':_0x149746(0x169),'presentationBackground':_0x149746(0x153),'presentationBackgroundEmpty':_0x149746(0x1c9),'presentationBackgroundImages':_0x149746(0x171),'setPresentationBackground':'Establecer\x20fondo','clearPresentationBackground':_0x149746(0x1ac),'none':_0x149746(0x130),'solid':_0x149746(0xff),'gradient':'Relleno\x20degradado','image':'Relleno\x20de\x20imagen','pattern':'Relleno\x20de\x20patrón','color':_0x149746(0x170),'transparency':_0x149746(0x1ae),'imageSource':'Insertar\x20imagen\x20desde','insertImage':_0x149746(0x176),'fit':_0x149746(0x180),'fitOptions':{'cover':_0x149746(0x19f),'contain':_0x149746(0x195),'stretch':_0x149746(0x1c2),'repeat':_0x149746(0x138)},'patternHint':'La\x20configuración\x20de\x20patrón\x20estará\x20disponible\x20pronto.','applyToAll':_0x149746(0x152),'resetBackground':_0x149746(0x1d2)},'transitionPanel':{'title':_0x149746(0x141),'effect':_0x149746(0xf4),'direction':_0x149746(0x135),'duration':'Duración','preview':_0x149746(0x189),'applyToAll':_0x149746(0x152),'effects':{'none':_0x149746(0x163),'fade':_0x149746(0x1d6),'push':'Empujar','wipe':_0x149746(0x17c),'split':_0x149746(0x181),'reveal':_0x149746(0x185),'cut':_0x149746(0x1b4),'uncover':_0x149746(0xf8),'cover':_0x149746(0x14b),'zoom':_0x149746(0x127)},'directions':{'left':_0x149746(0x1ab),'right':'Desde\x20la\x20derecha','up':_0x149746(0x133),'down':'Desde\x20abajo'}},'contextmenu':{'addPage':'Nueva\x20diapositiva','backgroundPanel':_0x149746(0x10a),'transitionPanel':_0x149746(0x141),'speakerNotes':'Notas\x20del\x20orador','ruler':_0x149746(0x123),'shapePanel':_0x149746(0x178),'flipHorizontal':_0x149746(0x188),'flipVertical':_0x149746(0xf1),'group':_0x149746(0x164),'ungroup':_0x149746(0x119)},'presentation':{'play':'Reproducir','playFromBeginning':'Reproducir\x20desde\x20el\x20principio','playFromCurrent':'Reproducir\x20desde\x20la\x20diapositiva\x20actual','playDualScreen':_0x149746(0x10b),'playDualScreenFromBeginning':_0x149746(0x151),'playDualScreenFromCurrent':_0x149746(0xfa),'dualScreenUnavailable':'No\x20se\x20puede\x20iniciar\x20la\x20presentación\x20de\x20doble\x20pantalla.\x20Permite\x20el\x20permiso\x20de\x20administración\x20de\x20ventanas\x20y\x20conecta\x20una\x20pantalla\x20extendida;\x20luego\x20inténtalo\x20de\x20nuevo.','fullscreenPrompt':_0x149746(0xf7),'presentationEnded':_0x149746(0x1c8),'previous':_0x149746(0x1cb),'next':'Siguiente','exit':_0x149746(0x187),'slideProgress':'Diapositiva\x20{current}\x20de\x20{total}','speakerNotes':_0x149746(0x13e),'speakerNotesPlaceholder':_0x149746(0x194),'speakerNotesEmpty':_0x149746(0xee),'speakerNotesSave':_0x149746(0x11d),'speakerNotesCancel':_0x149746(0x139)},'slide':{'placeholder':{'text':{'title':_0x149746(0x19e),'subtitle':_0x149746(0x114),'body':_0x149746(0x105),'text':'Haz\x20clic\x20para\x20agregar\x20texto','header':_0x149746(0x107),'footer':'Marcador\x20de\x20posición\x20de\x20pie\x20de\x20página','date':'Marcador\x20de\x20posición\x20de\x20fecha','slideNumber':_0x149746(0xef)},'icon':{'image':_0x149746(0x196),'table':'Tabla','chart':'Gráfico','diagram':_0x149746(0x126),'media':_0x149746(0xf5)}}},'image-panel':{'arrange':{'title':_0x149746(0x190),'forward':_0x149746(0x174),'backward':'Enviar\x20atrás','front':_0x149746(0x155),'back':_0x149746(0x19c)},'transform':{'title':'Transformar','rotate':'Rotar\x20(°)','x':_0x149746(0x1b7),'y':_0x149746(0x1ba),'width':_0x149746(0x12f),'height':_0x149746(0x116),'lock':_0x149746(0x17f)},'crop':{'title':_0x149746(0x18c),'start':_0x149746(0xfb),'mode':_0x149746(0x144),'shape':_0x149746(0x1b8)}}}};}));
|
|
1
|
+
function _0x48cc(){var _0x5f25de=['Margen\x20interno','Título\x20y\x20contenido','Cuadro\x20de\x20texto\x20vertical','Insertar','Estilos\x20de\x20forma','Fuente','Color\x20de\x20sombra','Guion\x20largo\x20punto\x20punto','No\x20configurado','Línea\x20sólida\x20fina\x20negra','Dar\x20formato\x20a\x20la\x20forma','Detalles','Estilos\x20de\x20texto','Personalizado','Arriba\x20a\x20la\x20derecha','Espaciado','Línea\x20discontinua\x20azul\x20con\x20flecha\x20final','No\x20ajustar\x20autom?ticamente','Columnas','Alto','Escribe\x20para\x20buscar\x20nombres\x20de\x20diapositivas,\x20texto\x20y\x20nombres\x20de\x20objetos.','Preestablecido','Exterior:\x20abajo\x20izquierda','Notas\x20del\x20orador','Desde\x20abajo','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Título\x201','Centro','Enviar\x20al\x20fondo','Exterior:\x20arriba\x20izquierda','Temas','Arriba','+\x20Agregar\x20diapositiva','Imagen\x20con\x20leyenda','Plano','Exterior:\x20abajo\x20derecha\x20pequeña','Estilo\x20de\x20forma','Descubrir','object','Exterior:\x20arriba\x20izquierda\x20grande','Diapositiva','Ninguno','1246614VCylWC','Flecha\x20furtiva','Inferior','Delante\x20del\x20texto','Direcci?n\x20del\x20texto','Agregar\x20descripción','Color\x20de\x20texto\x20transparente','Alinear\x20al\x20medio','Reproducir\x20desde\x20la\x20diapositiva\x20actual','Agrupar','Traer\x20adelante','Cantidad','Sin\x20relleno','Haz\x20clic\x20para\x20agregar\x20texto','Cubrir','Tachado','Símbolo','Dirección','Horizontal','Curvado','Línea\x20discontinua\x20verde\x20con\x20flechas\x20bidireccionales','Cuadro\x20de\x20texto\x20horizontal','Posición\x20y\x20tamaño','Lista\x20de\x20objetos','Mediano','Descripción','Radio\x20de\x20esquina','Eliminar','amd','Inglete','Escala\x20Y','Alinear\x20abajo','Reproducir','Cursiva','Ajustar\x20texto\x20en\x20la\x20forma','Recortar','Tamaño\x20de\x20la\x20tabla','Izquierda','Alinear\x20a\x20la\x20derecha','Anterior','1577367cSWcDE','5787870qkVvFf','Presentación\x20de\x20doble\x20pantalla','Abrir\x20panel\x20de\x20capas','Ajustar','Ocultar','Marcador\x20de\x20posición\x20de\x20número\x20de\x20diapositiva','Insertar\x20imagen','Nota\x20gris','Tamaño\x20personalizado','No\x20hay\x20objetos','Guion\x20punto','30602214rXXRqG','16IfVJWm','Color\x20de\x20fondo\x20de\x20texto','Desagrupar','Siguiente','Tipo\x20de\x20párrafo','Tamaño\x20de\x20flecha\x20final','Tabla','Exterior:\x20arriba\x20derecha','Insertar\x20imagen\x20desde','Cambiar\x20tama?o\x20de\x20la\x20forma\x20para\x20ajustar\x20el\x20texto','Haz\x20clic\x20para\x20entrar\x20en\x20pantalla\x20completa','Solo\x20título','Haz\x20clic\x20para\x20agregar\x20un\x20subtítulo','Salir','Dar\x20formato\x20al\x20fondo','Haz\x20clic\x20para\x20agregar\x20un\x20título','Haz\x20clic\x20para\x20agregar\x20notas\x20para\x20la\x20diapositiva\x20actual','Punto\x20redondo','Nueva\x20diapositiva','Sombra','Gráficos\x20de\x20fondo','16RXFZCl','Arriba\x20a\x20la\x20izquierda','Transparencia','Mosaico','Línea\x20sólida','Cambiar\x20forma','Línea\x20verde\x20con\x20flechas\x20bidireccionales','Buscar','Pequeño','Tipo\x20de\x20flecha\x20inicial','2785830hVNOdU','Relleno\x20de\x20imagen','Nombre\x20del\x20objeto','En\x20blanco','Barrido','Voltear\x20horizontalmente','Reducir\x20texto\x20al\x20desbordar','Cuadro\x20de\x20texto','Filas','Encabezado\x20de\x20sección','Mostrar\x20todo','Más\x20estilos','Tipo\x20de\x20extremo','Marcador\x20de\x20posición\x20de\x20encabezado','Valores\x20predeterminados\x20de\x20forma','Elegir\x20tema\x20de\x20diapositiva','Sin\x20notas\x20del\x20orador','Flecha\x20abierta','Cuadrado','Relleno\x20sólido','Cancelar','Acento\x20naranja','Mano\x20alzada','Vista\x20previa','Abajo','Pantalla\x20completa','Diagrama','4873169tXymFF','Sin\x20línea','Mostrar','Línea\x20azul\x20con\x20flecha\x20final','Línea\x20sólida\x20fina\x20gris','Fondo\x20de\x20la\x20presentación','Posición','Línea\x20discontinua\x20fina\x20gris','En\x20línea\x20con\x20el\x20texto','Color\x20de\x20texto','Restablecer\x20color','Establecer\x20fondo','Tipo\x20de\x20flecha\x20final','Transiciones','Desde\x20la\x20izquierda','Archivo...','Sólido','Organizar','Empujar','Disminuir\x20tamaño\x20de\x20fuente','Desplazamiento\x20X','Alinear\x20arriba','Alineación\x20vertical','Tamaño\x20de\x20flecha\x20inicial','Exterior:\x20abajo\x20derecha','Guion\x20largo\x20punto','Panorámica\x20(16:9)','Subrayado','Derecha','La\x20configuración\x20de\x20patrón\x20estará\x20disponible\x20pronto.','Aplicar\x20a\x20todas','Diapositiva\x20de\x20título','Cambiar\x20tamaño\x20del\x20panel\x20de\x20miniaturas\x20de\x20diapositivas','Imagen','Voltear\x20verticalmente','Tipo\x20de\x20discontinuo','Tamaño','Negrita','8233962pkeBkO','Arriba\x20y\x20abajo','Guion','Multimedia','Tipo\x20de\x20unión','División','Ancho','Discontinuo','imagen(es)','Recortar\x20a\x20forma','Reproducir\x20desde\x20el\x20principio','Comparación','Cortar','Color','Detrás\x20del\x20texto','Estilos\x20rápidos','Punto\x20cuadrado','Elegir\x20un\x20diseño','Justificar','Doble\x20pantalla\x20desde\x20el\x20principio','Desvanecer','Título\x20negro','Ajuste','Enviar\x20atrás','Centrar','X\x20(px)','Alinear\x20a\x20la\x20izquierda','Escala\x20X','Rotar\x20con\x20la\x20forma','Presentación\x20terminada','Relleno\x20degradado','Línea\x20discontinua\x20fina\x20negra','Desplazamiento\x20Y','Relleno','Formato\x20de\x20forma','Línea\x20discontinua\x20fina\x20azul','Mosaico\x20de\x20imagen\x20como\x20textura','Rellenar','Guardar','Desde\x20la\x20derecha','Borrar','Marcador\x20de\x20posición\x20de\x20fecha','Efecto','Redondo','Línea','No\x20se\x20encontraron\x20resultados.'];_0x48cc=function(){return _0x5f25de;};return _0x48cc();}function _0x3aeb(_0x568c30,_0x32d5f7){_0x568c30=_0x568c30-0x6a;var _0x48cc96=_0x48cc();var _0x3aeb46=_0x48cc96[_0x568c30];return _0x3aeb46;}(function(_0x359c5c,_0x3823c6){var _0x724b85=_0x3aeb,_0x2b30ed=_0x359c5c();while(!![]){try{var _0x4843be=-parseInt(_0x724b85(0x13b))/0x1+-parseInt(_0x724b85(0x7a))/0x2+-parseInt(_0x724b85(0x113))/0x3*(-parseInt(_0x724b85(0x70))/0x4)+-parseInt(_0x724b85(0x13c))/0x5+-parseInt(_0x724b85(0xbb))/0x6+parseInt(_0x724b85(0x95))/0x7*(parseInt(_0x724b85(0x148))/0x8)+parseInt(_0x724b85(0x147))/0x9;if(_0x4843be===_0x3823c6)break;else _0x2b30ed['push'](_0x2b30ed['shift']());}catch(_0x331b1d){_0x2b30ed['push'](_0x2b30ed['shift']());}}}(_0x48cc,0xe90b5),function(_0x334624,_0x137ee4){var _0x51e269=_0x3aeb;typeof exports==_0x51e269(0x10f)&&typeof module<'u'?module['exports']=_0x137ee4():typeof define=='function'&&define[_0x51e269(0x12f)]?define([],_0x137ee4):(_0x334624=typeof globalThis<'u'?globalThis:_0x334624||self,_0x334624['UniverProSlidesUiEsES']=_0x137ee4());}(this,function(){var _0x2f26ea=_0x3aeb;return{'slides-ui':{'ribbon':{'shapeFormat':_0x2f26ea(0xdd),'changeShape':_0x2f26ea(0x75)},'insertToolbar':{'search':_0x2f26ea(0x77),'text':_0x2f26ea(0x81),'textHorizontal':_0x2f26ea(0x128),'textVertical':_0x2f26ea(0xeb),'image':_0x2f26ea(0xb6),'table':_0x2f26ea(0x14e),'shape':'Forma','chart':'Gráfico','symbol':_0x2f26ea(0x123),'emoji':'Emoji'},'tableSizePicker':{'title':_0x2f26ea(0x137),'customSize':_0x2f26ea(0x144),'rows':_0x2f26ea(0x82),'columns':_0x2f26ea(0xfb),'insert':_0x2f26ea(0xec),'apply':'Aplicar'},'searchPanel':{'placeholder':'Buscar\x20diapositivas\x20y\x20objetos','noQuery':_0x2f26ea(0xfd),'empty':_0x2f26ea(0xe8),'slidePrefix':_0x2f26ea(0x111)},'themePicker':{'title':_0x2f26ea(0x107),'caption':_0x2f26ea(0x88),'tooltip':_0x2f26ea(0x89)},'display':{'slideSize':'Tamaño\x20de\x20diapositiva','widescreen':_0x2f26ea(0xaf),'standard':'Estándar\x20(4:3)','fullscreen':_0x2f26ea(0x93)},'editorToolbar':{'fontFamily':_0x2f26ea(0xee),'fontSize':'Tamaño\x20de\x20fuente','paragraphType':_0x2f26ea(0x14c),'heading1':_0x2f26ea(0x103),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':_0x2f26ea(0xa8),'textColor':_0x2f26ea(0x9e),'transparentTextColor':_0x2f26ea(0x119),'textBackgroundColor':_0x2f26ea(0x149),'bold':'Negrita','italic':_0x2f26ea(0x134),'underline':_0x2f26ea(0xb0),'strikethrough':'Tachado','horizontalAlign':'Alineación\x20horizontal','verticalAlign':_0x2f26ea(0xab),'alignLeft':_0x2f26ea(0xd5),'alignCenter':_0x2f26ea(0xd3),'alignRight':_0x2f26ea(0x139),'alignJustify':'Justificar','alignTop':_0x2f26ea(0xaa),'alignMiddle':_0x2f26ea(0x11a),'alignBottom':_0x2f26ea(0x132)},'quickStyles':{'tooltip':_0x2f26ea(0xca),'shapeStyles':_0x2f26ea(0xed),'lineStyles':'Estilos\x20de\x20línea','textStyles':_0x2f26ea(0xf5),'more':_0x2f26ea(0x85),'groups':{'solid':_0x2f26ea(0xa5),'dashed':_0x2f26ea(0xc2)},'presets':{'line':{'blackSolid':_0x2f26ea(0xf2),'blueSolid':'Línea\x20sólida\x20fina\x20azul','orangeSolid':'Línea\x20sólida\x20fina\x20naranja','graySolid':_0x2f26ea(0x99),'blueEndArrow':_0x2f26ea(0x98),'greenTwoWayArrow':_0x2f26ea(0x76),'blackDashed':_0x2f26ea(0xda),'blueDashed':_0x2f26ea(0xde),'grayDashed':_0x2f26ea(0x9c),'blueDashedEndArrow':_0x2f26ea(0xf9),'grayDashedEndArrow':'Línea\x20discontinua\x20gris\x20con\x20flecha\x20final','greenDashedTwoWayArrow':_0x2f26ea(0x127)},'text':{'bodyBlack':'Cuerpo\x20negro','titleBlack':_0x2f26ea(0xd0),'accentBlue':'Acento\x20azul','accentOrange':_0x2f26ea(0x8f),'noteGray':_0x2f26ea(0x143)}}},'thumbnailBar':{'resizePanel':_0x2f26ea(0xb5),'addSlide':_0x2f26ea(0x109),'contextMenu':{'cut':'Cortar','copy':'Copiar','paste':'Pegar','addBelow':'Añadir\x20diapositiva\x20debajo','delete':_0x2f26ea(0x12e)},'layoutPicker':{'title':_0x2f26ea(0xcc),'layouts':{'title':_0x2f26ea(0xb4),'titleAndBody':_0x2f26ea(0xea),'sectionHeader':_0x2f26ea(0x83),'twoColumns':'Dos\x20contenidos','comparison':_0x2f26ea(0xc6),'blank':_0x2f26ea(0x7d),'titleOnly':_0x2f26ea(0x153),'pictureWithCaption':_0x2f26ea(0x10a)}}},'shapePanel':{'title':_0x2f26ea(0xf3),'shapeStyle':_0x2f26ea(0x10d),'shapePosition':_0x2f26ea(0x9b),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','toolbar':{'alignLeft':_0x2f26ea(0xd5),'alignCenter':_0x2f26ea(0xd3),'alignRight':_0x2f26ea(0x139),'alignJustify':_0x2f26ea(0xcd),'bold':_0x2f26ea(0xba),'italic':'Cursiva','underline':_0x2f26ea(0xb0),'strikethrough':_0x2f26ea(0x122),'textColor':_0x2f26ea(0x9e),'textBackgroundColor':_0x2f26ea(0x149),'fillColor':_0x2f26ea(0x149),'resetColor':_0x2f26ea(0x9f)},'align':{'top':_0x2f26ea(0xaa),'middle':_0x2f26ea(0x11a),'bottom':_0x2f26ea(0x132)},'textWrap':{'inline':_0x2f26ea(0x9d),'square':_0x2f26ea(0x8c),'topAndBottom':_0x2f26ea(0xbc),'behindText':_0x2f26ea(0xc9),'inFrontText':_0x2f26ea(0x116)},'textBox':{'title':_0x2f26ea(0x81),'textDirection':_0x2f26ea(0x117),'textDirectionHorizontal':_0x2f26ea(0x125),'textDirectionVertical':'Vertical','autoFit':'Ajuste\x20autom?tico','autoFitNone':_0x2f26ea(0xfa),'autoFitShrink':_0x2f26ea(0x80),'autoFitResize':_0x2f26ea(0x151),'wrapText':_0x2f26ea(0x135),'padding':_0x2f26ea(0xe9),'paddingLeft':'Izquierda','paddingRight':_0x2f26ea(0xb1),'paddingTop':'Superior','paddingBottom':_0x2f26ea(0x115),'columns':_0x2f26ea(0xfb),'columnCount':_0x2f26ea(0x11e),'columnSpacing':_0x2f26ea(0xf8)},'position':{'title':_0x2f26ea(0x129),'x':'X','y':'Y','width':_0x2f26ea(0xc1),'height':_0x2f26ea(0xfc),'rotation':'Rotación'},'style':{'shadow':_0x2f26ea(0x6e),'shadowColor':_0x2f26ea(0xef),'shadowBlurRadius':'Desenfoque','shadowDistance':'Distancia','shadowDirection':'Ángulo','shadowPresetTitle':_0x2f26ea(0xfe),'shadowPresetNone':'Sin\x20sombra','shadowPresetCustom':_0x2f26ea(0xf6),'shadowTransparency':_0x2f26ea(0x72),'shadowSize':_0x2f26ea(0xb9),'shadowPreset':{'shdw6':_0x2f26ea(0xad),'shdw5':_0x2f26ea(0xff),'shdw2':_0x2f26ea(0x14f),'shdw1':_0x2f26ea(0x106),'shdw14':_0x2f26ea(0x10c),'shdw10':_0x2f26ea(0x110)}},'fill':{'title':_0x2f26ea(0xdc),'noFill':_0x2f26ea(0x11f),'solidFill':_0x2f26ea(0x8d),'gradientFill':'Relleno\x20degradado','pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':'Color','transparency':_0x2f26ea(0x72),'picture':{'source':'Origen\x20de\x20imagen','insert':_0x2f26ea(0x142),'tileAsTexture':_0x2f26ea(0xdf),'offsetX':_0x2f26ea(0xa9),'offsetY':_0x2f26ea(0xdb),'scaleX':_0x2f26ea(0xd6),'scaleY':_0x2f26ea(0x131),'alignment':'Alineación','rotateWithShape':_0x2f26ea(0xd7),'align':{'tl':_0x2f26ea(0x71),'t':_0x2f26ea(0x108),'tr':_0x2f26ea(0xf7),'l':_0x2f26ea(0x138),'ctr':_0x2f26ea(0x104),'r':_0x2f26ea(0xb1),'bl':'Abajo\x20a\x20la\x20izquierda','b':_0x2f26ea(0x92),'br':'Abajo\x20a\x20la\x20derecha'}}},'line':{'title':_0x2f26ea(0xe7),'noLine':_0x2f26ea(0x96),'solidLine':_0x2f26ea(0x74),'color':_0x2f26ea(0xc8),'transparency':_0x2f26ea(0x72),'width':_0x2f26ea(0xc1),'cornerRadius':_0x2f26ea(0x12d),'beginArrowType':_0x2f26ea(0x79),'beginArrowSize':_0x2f26ea(0xac),'endArrowType':_0x2f26ea(0xa1),'endArrowSize':_0x2f26ea(0x14d),'dashType':{'title':_0x2f26ea(0xb8),'solid':_0x2f26ea(0xa5),'roundDot':_0x2f26ea(0x6c),'squareDot':_0x2f26ea(0xcb),'dash':_0x2f26ea(0xbd),'dashDot':_0x2f26ea(0x146),'longDash':'Guion\x20largo','longDashDot':_0x2f26ea(0xae),'longDashDotDot':_0x2f26ea(0xf0)},'capType':{'title':_0x2f26ea(0x86),'flat':_0x2f26ea(0x10b),'round':_0x2f26ea(0xe6),'square':_0x2f26ea(0x8c)},'joinType':{'title':_0x2f26ea(0xbf),'miter':_0x2f26ea(0x130),'round':_0x2f26ea(0xe6),'bevel':'Bisel'},'sketchType':{'title':'Tipo\x20de\x20bosquejo','none':_0x2f26ea(0x112),'curved':_0x2f26ea(0x126),'freehand':_0x2f26ea(0x90),'handDrawn':'Dibujado\x20a\x20mano'},'arrowType':{'none':'Ninguno','arrow':'Flecha','openArrow':_0x2f26ea(0x8b),'stealthArrow':_0x2f26ea(0x114),'diamondArrow':'Flecha\x20de\x20diamante','ovalArrow':'Flecha\x20ovalada'},'arrowSize':{'small':_0x2f26ea(0x78),'medium':_0x2f26ea(0x12b),'large':'Grande'}}},'objectListPanel':{'title':_0x2f26ea(0x12a),'open':_0x2f26ea(0x13e),'showAll':_0x2f26ea(0x84),'hideAll':'Ocultar\x20todo','show':_0x2f26ea(0x97),'hide':_0x2f26ea(0x140),'moveForward':_0x2f26ea(0x11d),'moveBackward':_0x2f26ea(0xd2),'nameInput':_0x2f26ea(0x7c),'empty':_0x2f26ea(0x145),'close':'Cerrar','name':'Nombre','description':_0x2f26ea(0x12c),'descriptionPlaceholder':_0x2f26ea(0x118),'details':_0x2f26ea(0xf4),'noSelection':_0x2f26ea(0x102)},'backgroundPanel':{'title':_0x2f26ea(0x156),'backgroundGraphics':_0x2f26ea(0x6f),'hideBackgroundGraphics':'Ocultar\x20gráficos\x20de\x20patrón/diseño','presentationBackground':_0x2f26ea(0x9a),'presentationBackgroundEmpty':_0x2f26ea(0xf1),'presentationBackgroundImages':_0x2f26ea(0xc3),'setPresentationBackground':_0x2f26ea(0xa0),'clearPresentationBackground':_0x2f26ea(0xe3),'none':'Sin\x20relleno','solid':_0x2f26ea(0x8d),'gradient':_0x2f26ea(0xd9),'image':_0x2f26ea(0x7b),'pattern':'Relleno\x20de\x20patrón','color':_0x2f26ea(0xc8),'transparency':_0x2f26ea(0x72),'imageSource':_0x2f26ea(0x150),'insertImage':_0x2f26ea(0xa4),'fit':_0x2f26ea(0xd1),'fitOptions':{'cover':_0x2f26ea(0xe0),'contain':_0x2f26ea(0x13f),'stretch':'Estirar','repeat':_0x2f26ea(0x73)},'patternHint':_0x2f26ea(0xb2),'applyToAll':_0x2f26ea(0xb3),'resetBackground':'Restablecer\x20fondo'},'transitionPanel':{'title':'Transiciones','effect':_0x2f26ea(0xe5),'direction':_0x2f26ea(0x124),'duration':'Duración','preview':_0x2f26ea(0x91),'applyToAll':_0x2f26ea(0xb3),'effects':{'none':_0x2f26ea(0x112),'fade':_0x2f26ea(0xcf),'push':_0x2f26ea(0xa7),'wipe':_0x2f26ea(0x7e),'split':_0x2f26ea(0xc0),'reveal':'Revelar','cut':_0x2f26ea(0xc7),'uncover':_0x2f26ea(0x10e),'cover':_0x2f26ea(0x121),'zoom':'Zoom'},'directions':{'left':_0x2f26ea(0xa3),'right':_0x2f26ea(0xe2),'up':'Desde\x20arriba','down':_0x2f26ea(0x101)}},'contextmenu':{'addPage':_0x2f26ea(0x6d),'backgroundPanel':_0x2f26ea(0x156),'transitionPanel':_0x2f26ea(0xa2),'speakerNotes':_0x2f26ea(0x100),'ruler':'Regla','shapePanel':_0x2f26ea(0xf3),'flipHorizontal':_0x2f26ea(0x7f),'flipVertical':_0x2f26ea(0xb7),'group':_0x2f26ea(0x11c),'ungroup':_0x2f26ea(0x14a)},'presentation':{'play':_0x2f26ea(0x133),'playFromBeginning':_0x2f26ea(0xc5),'playFromCurrent':_0x2f26ea(0x11b),'playDualScreen':_0x2f26ea(0x13d),'playDualScreenFromBeginning':_0x2f26ea(0xce),'playDualScreenFromCurrent':'Doble\x20pantalla\x20desde\x20la\x20actual','dualScreenUnavailable':'No\x20se\x20puede\x20iniciar\x20la\x20presentación\x20de\x20doble\x20pantalla.\x20Permite\x20el\x20permiso\x20de\x20administración\x20de\x20ventanas\x20y\x20conecta\x20una\x20pantalla\x20extendida;\x20luego\x20inténtalo\x20de\x20nuevo.','fullscreenPrompt':_0x2f26ea(0x152),'presentationEnded':_0x2f26ea(0xd8),'previous':_0x2f26ea(0x13a),'next':_0x2f26ea(0x14b),'exit':_0x2f26ea(0x155),'slideProgress':'Diapositiva\x20{current}\x20de\x20{total}','speakerNotes':'Notas\x20del\x20orador','speakerNotesPlaceholder':_0x2f26ea(0x6b),'speakerNotesEmpty':_0x2f26ea(0x8a),'speakerNotesSave':_0x2f26ea(0xe1),'speakerNotesCancel':_0x2f26ea(0x8e)},'slide':{'placeholder':{'text':{'title':_0x2f26ea(0x6a),'subtitle':_0x2f26ea(0x154),'body':_0x2f26ea(0x120),'text':_0x2f26ea(0x120),'header':_0x2f26ea(0x87),'footer':'Marcador\x20de\x20posición\x20de\x20pie\x20de\x20página','date':_0x2f26ea(0xe4),'slideNumber':_0x2f26ea(0x141)},'icon':{'image':'Imagen','table':'Tabla','chart':'Gráfico','diagram':_0x2f26ea(0x94),'media':_0x2f26ea(0xbe)}}},'image-panel':{'arrange':{'title':_0x2f26ea(0xa6),'forward':_0x2f26ea(0x11d),'backward':'Enviar\x20atrás','front':'Traer\x20al\x20frente','back':_0x2f26ea(0x105)},'transform':{'title':'Transformar','rotate':'Rotar\x20(°)','x':_0x2f26ea(0xd4),'y':'Y\x20(px)','width':'Ancho\x20(px)','height':'Alto\x20(px)','lock':'Bloquear\x20proporción'},'crop':{'title':_0x2f26ea(0x136),'start':'Iniciar\x20recorte','mode':'Libre','shape':_0x2f26ea(0xc4)}}}};}));
|