@univerjs-pro/slides-ui 1.0.0-alpha.3 → 1.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +24 -53
- 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/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +0 -1
- package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +0 -10
- package/lib/types/locale/en-US.d.ts +19 -0
- package/lib/types/render-objects/document-text-render.util.d.ts +1 -0
- package/lib/types/render-objects/slide-image-object.d.ts +5 -0
- package/lib/types/render-objects/slide-page-background-object.d.ts +2 -2
- package/lib/types/render-objects/slide-shape-object.d.ts +0 -1
- package/lib/types/render-objects/slide-table-object.d.ts +2 -2
- package/lib/types/services/slide-embed-integration.service.d.ts +6 -0
- package/lib/types/slide-editor/const.d.ts +1 -0
- package/lib/types/slide-editor/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/slide-editor/editor-ui/utils/render.d.ts +1 -0
- package/lib/types/utils/shape-text-style.util.d.ts +4 -6
- package/lib/types/views/render/adaptors/image-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/shape-adaptor.d.ts +2 -2
- package/lib/types/views/render/adaptors/table-adaptor.d.ts +2 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +17 -17
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x1ac323=_0x26d2;(function(_0x75914,_0x32c8c3){const _0x2b5151=_0x26d2,_0x38e622=_0x75914();while(!![]){try{const _0x4bc966=parseInt(_0x2b5151(0x137))/0x1*(parseInt(_0x2b5151(0x1ab))/0x2)+parseInt(_0x2b5151(0x185))/0x3*(-parseInt(_0x2b5151(0x141))/0x4)+-parseInt(_0x2b5151(0x1be))/0x5+-parseInt(_0x2b5151(0x14f))/0x6+-parseInt(_0x2b5151(0x13b))/0x7+parseInt(_0x2b5151(0x1b4))/0x8+parseInt(_0x2b5151(0x1bb))/0x9*(parseInt(_0x2b5151(0x1ae))/0xa);if(_0x4bc966===_0x32c8c3)break;else _0x38e622['push'](_0x38e622['shift']());}catch(_0xccd7ef){_0x38e622['push'](_0x38e622['shift']());}}}(_0x1a79,0x8c60d));function _0x26d2(_0x22c2c1,_0x248030){_0x22c2c1=_0x22c2c1-0x120;const _0x1a79ba=_0x1a79();let _0x26d2cd=_0x1a79ba[_0x22c2c1];return _0x26d2cd;}function _0x1a79(){const _0x295350=['صلب','فارغ','تقليل\x20حجم\x20الخط','الموضع','نقطة\x20مربعة','خط\x20أسود\x20رفيع\x20متقطع','الشفافية','مخصص','أنماط\x20الأشكال','إحضار\x20إلى\x20المقدمة','اختيار\x20تخطيط','انقر\x20لإضافة\x20نص','دائري','الوصف','المدة','الأعمدة','إعادة\x20تعيين\x20الخلفية','نص\x20أسود','عنوان\x20ومحتوى','سهم\x20بيضاوي','إظهار\x20الكل','إزاحة\x20ص','نوع\x20السهم\x20النهائي','خط\x20صلب','عكس\x20رأسي','إضافة\x20وصف','ملء','شرطة\x20طويلة-نقطة','أمام\x20النص','تعبئة\x20صورة\x20أو\x20نسيج','الخط','عنوان\x20فقط','خط\x20رمادي\x20رفيع\x20متقطع','صورة\x20مع\x20تعليق','أسفل\x20اليسار','ملاحظة\x20رمادية','عرض\x20الشاشة\x20المزدوجة','بلاط\x20الصورة\x20كملمس','محاذاة\x20للأعلى','فتح\x20لوحة\x20الأشكال','أزرق\x20مميز','إدراج','لون\x20نص\x20شفاف','قائمة\x20الكائنات','لون\x20الظل','من\x20الأسفل','خط\x20أزرق\x20رفيع\x20متقطع','تكبير','إدراج\x20صورة','ترتيب','خارجي:\x20أسفل\x20اليمين','مسطح','عنصر\x20نائب\x20للرأس','صورة/صور','رأس\x20قسم','قص\x20حسب\x20الشكل','مربع','الزاوية','يسار','الوسط','خارجي:\x20أعلى\x20اليسار\x20كبير','محاذاة\x20للأسفل','التالي','تنسيق\x20الشكل','111251EIUwms','زيادة\x20حجم\x20الخط','رسم\x20بياني','جدول','1959853hTpblx','خلفية\x20العرض\x20التقديمي','+\x20إضافة\x20شريحة','سهم\x20مفتوح','عنصر\x20نائب\x20للتاريخ','تعيين\x20الخلفية','4XskvxT','لون\x20النص','البحث\x20عن\x20الشرائح\x20والكائنات','سهم\x20متخفي','ضبط','منحني','مقياس\x20ص','نوع\x20الفقرة','يتوسطه\x20خط','بدون','بدء\x20القص','نوع\x20الرسم\x20التخطيطي','تغطية','نصف\x20قطر\x20الزاوية','2897622XaHPzM','الافتراضيات\x20للأشكال','أنماط\x20النص','عنصر\x20نائب\x20لرقم\x20الشريحة','انقر\x20للدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','أعلى','خط\x20أزرق\x20رفيع\x20صلب','تسطير','تمويه','حذف\x20الشكل','الحجم','العرض','برتقالي\x20مميز','عكس\x20أفقي','شرطة\x20طويلة-نقطة-نقطة','انقر\x20لإضافة\x20عنوان\x20فرعي','إخفاء','إضافة\x20شريحة\x20أدناه','الارتفاع\x20(بكسل)','التأثير','المحاذاة','تشغيل','خارجي:\x20أعلى\x20اليسار','أعلى\x20وأسفل','السمات','فك\x20التجميع','إرسال\x20إلى\x20الخلفية','عنصر\x20نائب\x20للتذييل','انتهى\x20العرض\x20التقديمي','خارجي:\x20أسفل\x20اليسار','مقياس\x20س','نمط\x20الشكل','متوسط','مقارنة','خارجي:\x20أسفل\x20اليمين\x20صغير','اكتب\x20للبحث\x20عن\x20أسماء\x20الشرائح\x20والنصوص\x20وأسماء\x20الكائنات.','أسفل','تعبئة\x20صلبة','التفاصيل','التشغيل\x20من\x20الشريحة\x20الحالية','نقطة\x20دائرية','إحضار\x20للأمام','شكل','إخفاء\x20الكل','خارجي:\x20أعلى\x20اليمين','بدون\x20تعبئة','تعبئة\x20صورة','إلغاء','خط\x20أزرق\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','اللون','تغيير\x20الشكل','محاذاة\x20عمودية','وسائط','كشف\x20عن','2244063AQJcrq','ص\x20(بكسل)','الحجم\x20المخصص','شريحة\x20جديدة','تطبيق','ملاحظات\x20المتحدث','العنوان\x201','خط\x20رمادي\x20رفيع\x20صلب','إعداد\x20مسبق','اختيار\x20سمة\x20الشريحة','لصق','صغير','مربع\x20نص','حجم\x20السهم\x20النهائي','أعلى\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س','14tivrKQ','أعلى\x20اليمين','ميتري','96330cZcTzp','مائل','مخطط','شرطة','التدوير','احتواء','3413752XFSwaK','إرسال\x20للخلف','بحث','تعبئة\x20نمط','تجميع','أسفل\x20اليمين','تدوير\x20(°)','1368gMpoaw','محاذاة\x20أفقية','مربع\x20نص\x20عمودي','2918830kxRwtG','محاذاة\x20لليمين','تقسيم','انقر\x20لإضافة\x20ملاحظات\x20للشريحة\x20الحالية','تلاشي','خط\x20أخضر\x20مع\x20أسهم\x20متجهتين','الاسم','المسافة','قفل\x20النسبة','تعبئة\x20بلون\x20صلب','شاشة\x20مزدوجة\x20من\x20البداية','محاذاة\x20للوسط'];_0x1a79=function(){return _0x295350;};return _0x1a79();}const e={'slides-ui':{'ribbon':{'shapeFormat':'تنسيق\x20الشكل','changeShape':_0x1ac323(0x181)},'insertToolbar':{'search':_0x1ac323(0x1b6),'text':_0x1ac323(0x191),'textHorizontal':_0x1ac323(0x194),'textVertical':_0x1ac323(0x1bd),'image':'صورة','table':_0x1ac323(0x13a),'shape':_0x1ac323(0x179),'chart':_0x1ac323(0x1b0)},'tableSizePicker':{'title':_0x1ac323(0x1a1),'customSize':_0x1ac323(0x187),'rows':'الصفوف','columns':_0x1ac323(0x1d9),'insert':_0x1ac323(0x120),'apply':_0x1ac323(0x189)},'searchPanel':{'placeholder':_0x1ac323(0x143),'noQuery':_0x1ac323(0x172),'empty':_0x1ac323(0x195),'slidePrefix':'الشريحة'},'themePicker':{'title':_0x1ac323(0x167),'caption':_0x1ac323(0x150),'tooltip':_0x1ac323(0x18e)},'editorToolbar':{'fontFamily':_0x1ac323(0x1e8),'fontSize':'حجم\x20الخط','paragraphType':_0x1ac323(0x148),'heading1':_0x1ac323(0x18b),'increaseFontSize':_0x1ac323(0x138),'decreaseFontSize':_0x1ac323(0x1cc),'textColor':_0x1ac323(0x142),'transparentTextColor':_0x1ac323(0x121),'textBackgroundColor':'لون\x20خلفية\x20النص','bold':_0x1ac323(0x1a2),'italic':'مائل','underline':_0x1ac323(0x156),'strikethrough':'يتوسطه\x20خط','horizontalAlign':_0x1ac323(0x1bc),'verticalAlign':_0x1ac323(0x182),'alignLeft':_0x1ac323(0x19e),'alignCenter':_0x1ac323(0x1c9),'alignRight':_0x1ac323(0x1bf),'alignJustify':_0x1ac323(0x145),'alignTop':'محاذاة\x20للأعلى','alignMiddle':_0x1ac323(0x19d),'alignBottom':'محاذاة\x20للأسفل'},'quickStyles':{'tooltip':_0x1ac323(0x1a6),'shapeStyles':_0x1ac323(0x1d2),'lineStyles':'أنماط\x20الخطوط','textStyles':_0x1ac323(0x151),'more':_0x1ac323(0x19f),'groups':{'solid':_0x1ac323(0x1ca),'dashed':'متقطع'},'presets':{'line':{'blackSolid':'خط\x20أسود\x20رفيع\x20صلب','blueSolid':_0x1ac323(0x155),'orangeSolid':'خط\x20برتقالي\x20رفيع\x20صلب','graySolid':_0x1ac323(0x18c),'blueEndArrow':_0x1ac323(0x198),'greenTwoWayArrow':_0x1ac323(0x1c3),'blackDashed':_0x1ac323(0x1cf),'blueDashed':_0x1ac323(0x125),'grayDashed':_0x1ac323(0x1ea),'blueDashedEndArrow':_0x1ac323(0x17f),'grayDashedEndArrow':_0x1ac323(0x1a8),'greenDashedTwoWayArrow':'خط\x20أخضر\x20متقطع\x20مع\x20أسهم\x20متجهتين'},'text':{'bodyBlack':_0x1ac323(0x1db),'titleBlack':'عنوان\x20أسود','accentBlue':_0x1ac323(0x1f2),'accentOrange':_0x1ac323(0x15b),'noteGray':_0x1ac323(0x1ed)}}},'thumbnailBar':{'resizePanel':'تغيير\x20حجم\x20لوحة\x20الصور\x20المصغرة\x20للشرائح','addSlide':_0x1ac323(0x13d),'contextMenu':{'cut':'قص','copy':'نسخ','paste':_0x1ac323(0x18f),'addBelow':_0x1ac323(0x160),'delete':'حذف'},'layoutPicker':{'title':_0x1ac323(0x1d4),'layouts':{'title':'شريحة\x20عنوان','titleAndBody':_0x1ac323(0x1dc),'sectionHeader':_0x1ac323(0x12d),'twoColumns':'عمودان','comparison':_0x1ac323(0x170),'blank':_0x1ac323(0x1cb),'titleOnly':_0x1ac323(0x1e9),'pictureWithCaption':_0x1ac323(0x1eb)}}},'shapePanel':{'title':_0x1ac323(0x136),'shapeStyle':_0x1ac323(0x16e),'shapePosition':_0x1ac323(0x1cd),'openPanel':_0x1ac323(0x1f1),'deleteShape':_0x1ac323(0x158),'toolbar':{'alignLeft':_0x1ac323(0x19e),'alignCenter':_0x1ac323(0x1c9),'alignRight':_0x1ac323(0x1bf),'alignJustify':'ضبط','bold':_0x1ac323(0x1a2),'italic':_0x1ac323(0x1af),'underline':_0x1ac323(0x156),'strikethrough':_0x1ac323(0x149),'textColor':_0x1ac323(0x142),'textBackgroundColor':'لون\x20خلفية\x20النص','fillColor':'لون\x20خلفية\x20النص','resetColor':'إعادة\x20تعيين\x20اللون'},'align':{'top':_0x1ac323(0x1f0),'middle':_0x1ac323(0x19b),'bottom':_0x1ac323(0x134)},'textWrap':{'inline':'في\x20نفس\x20السطر\x20مع\x20النص','square':_0x1ac323(0x12f),'topAndBottom':_0x1ac323(0x166),'behindText':'خلف\x20النص','inFrontText':_0x1ac323(0x1e6)},'position':{'title':'الموضع\x20والحجم','x':'س','y':'ص','width':_0x1ac323(0x15a),'height':'الارتفاع','rotation':_0x1ac323(0x1b2)},'style':{'shadow':'ظل','shadowColor':_0x1ac323(0x123),'shadowBlurRadius':_0x1ac323(0x157),'shadowDistance':_0x1ac323(0x1c5),'shadowDirection':_0x1ac323(0x130),'shadowPresetTitle':_0x1ac323(0x18d),'shadowPresetNone':_0x1ac323(0x1a5),'shadowPresetCustom':_0x1ac323(0x1d1),'shadowTransparency':_0x1ac323(0x1d0),'shadowSize':_0x1ac323(0x159),'shadowPreset':{'shdw6':_0x1ac323(0x129),'shdw5':_0x1ac323(0x16c),'shdw2':_0x1ac323(0x17b),'shdw1':_0x1ac323(0x165),'shdw14':_0x1ac323(0x171),'shdw10':_0x1ac323(0x133)}},'fill':{'title':'التعبئة','noFill':_0x1ac323(0x17c),'solidFill':_0x1ac323(0x174),'gradientFill':'تعبئة\x20متدرجة','pictureFill':_0x1ac323(0x1e7),'color':_0x1ac323(0x180),'transparency':'الشفافية','picture':{'source':'مصدر\x20الصورة','insert':_0x1ac323(0x127),'tileAsTexture':_0x1ac323(0x1ef),'offsetX':_0x1ac323(0x1aa),'offsetY':_0x1ac323(0x1df),'scaleX':_0x1ac323(0x16d),'scaleY':_0x1ac323(0x147),'alignment':_0x1ac323(0x163),'rotateWithShape':'تدوير\x20مع\x20الشكل','align':{'tl':_0x1ac323(0x193),'t':_0x1ac323(0x154),'tr':_0x1ac323(0x1ac),'l':_0x1ac323(0x131),'ctr':_0x1ac323(0x132),'r':'يمين','bl':_0x1ac323(0x1ec),'b':_0x1ac323(0x173),'br':_0x1ac323(0x1b9)}}},'line':{'title':_0x1ac323(0x1e8),'noLine':'بدون\x20خط','solidLine':_0x1ac323(0x1e1),'color':_0x1ac323(0x180),'transparency':_0x1ac323(0x1d0),'width':_0x1ac323(0x15a),'cornerRadius':_0x1ac323(0x14e),'beginArrowType':'نوع\x20السهم\x20البدائي','beginArrowSize':'حجم\x20السهم\x20البدائي','endArrowType':_0x1ac323(0x1e0),'endArrowSize':_0x1ac323(0x192),'dashType':{'title':'نوع\x20الشرطة','solid':_0x1ac323(0x1ca),'roundDot':_0x1ac323(0x177),'squareDot':_0x1ac323(0x1ce),'dash':_0x1ac323(0x1b1),'dashDot':'شرطة-نقطة','longDash':_0x1ac323(0x199),'longDashDot':_0x1ac323(0x1e5),'longDashDotDot':_0x1ac323(0x15d)},'capType':{'title':'نوع\x20الطرف','flat':_0x1ac323(0x12a),'round':_0x1ac323(0x1d6),'square':'مربع'},'joinType':{'title':'نوع\x20الوصل','miter':_0x1ac323(0x1ad),'round':_0x1ac323(0x1d6),'bevel':_0x1ac323(0x1af)},'sketchType':{'title':_0x1ac323(0x14c),'none':_0x1ac323(0x14a),'curved':_0x1ac323(0x146),'freehand':'اليد\x20الحرة','handDrawn':'مرسوم\x20باليد'},'arrowType':{'none':_0x1ac323(0x14a),'arrow':'سهم','openArrow':_0x1ac323(0x13e),'stealthArrow':_0x1ac323(0x144),'diamondArrow':'سهم\x20معين','ovalArrow':_0x1ac323(0x1dd)},'arrowSize':{'small':_0x1ac323(0x190),'medium':_0x1ac323(0x16f),'large':_0x1ac323(0x1a7)}}},'objectListPanel':{'title':_0x1ac323(0x122),'showAll':_0x1ac323(0x1de),'hideAll':_0x1ac323(0x17a),'show':'إظهار','hide':_0x1ac323(0x15f),'moveForward':_0x1ac323(0x178),'moveBackward':_0x1ac323(0x1b5),'nameInput':'اسم\x20الكائن','empty':'لا\x20توجد\x20كائنات','close':'إغلاق','name':_0x1ac323(0x1c4),'description':_0x1ac323(0x1d7),'descriptionPlaceholder':_0x1ac323(0x1e3),'details':_0x1ac323(0x175),'noSelection':_0x1ac323(0x19c)},'backgroundPanel':{'title':_0x1ac323(0x197),'backgroundGraphics':'رسوميات\x20الخلفية','hideBackgroundGraphics':'إخفاء\x20رسوميات\x20الشريحة\x20الرئيسية/التخطيط','presentationBackground':_0x1ac323(0x13c),'presentationBackgroundEmpty':'غير\x20محدد','presentationBackgroundImages':_0x1ac323(0x12c),'setPresentationBackground':_0x1ac323(0x140),'clearPresentationBackground':'مسح','none':_0x1ac323(0x17c),'solid':_0x1ac323(0x1c7),'gradient':'تعبئة\x20متدرجة','image':_0x1ac323(0x17d),'pattern':_0x1ac323(0x1b7),'color':_0x1ac323(0x180),'transparency':_0x1ac323(0x1d0),'imageSource':'إدراج\x20صورة\x20من','insertImage':'ملف...','fit':_0x1ac323(0x1e4),'fitOptions':{'cover':_0x1ac323(0x14d),'contain':_0x1ac323(0x1b3),'stretch':'تمدد','repeat':_0x1ac323(0x1a3)},'patternHint':'إعدادات\x20النمط\x20ستكون\x20متاحة\x20قريباً.','applyToAll':'تطبيق\x20على\x20الكل','resetBackground':_0x1ac323(0x1da)},'transitionPanel':{'title':_0x1ac323(0x1a9),'effect':_0x1ac323(0x162),'direction':'الاتجاه','duration':_0x1ac323(0x1d8),'preview':'معاينة','applyToAll':'تطبيق\x20على\x20الكل','effects':{'none':_0x1ac323(0x14a),'fade':_0x1ac323(0x1c2),'push':'دفع','wipe':'مسح','split':_0x1ac323(0x1c0),'reveal':_0x1ac323(0x19a),'cut':'قص','uncover':_0x1ac323(0x184),'cover':_0x1ac323(0x14d),'zoom':_0x1ac323(0x126)},'directions':{'left':'من\x20اليسار','right':'من\x20اليمين','up':'من\x20الأعلى','down':_0x1ac323(0x124)}},'contextmenu':{'addPage':_0x1ac323(0x188),'backgroundPanel':_0x1ac323(0x197),'transitionPanel':_0x1ac323(0x1a9),'speakerNotes':_0x1ac323(0x18a),'ruler':'مسطرة','shapePanel':_0x1ac323(0x136),'flipHorizontal':_0x1ac323(0x15c),'flipVertical':_0x1ac323(0x1e2),'group':_0x1ac323(0x1b8),'ungroup':_0x1ac323(0x168)},'presentation':{'play':_0x1ac323(0x164),'playFromBeginning':'التشغيل\x20من\x20البداية','playFromCurrent':_0x1ac323(0x176),'playDualScreen':_0x1ac323(0x1ee),'playDualScreenFromBeginning':_0x1ac323(0x1c8),'playDualScreenFromCurrent':'شاشة\x20مزدوجة\x20من\x20الحالية','dualScreenUnavailable':_0x1ac323(0x1a4),'fullscreenPrompt':_0x1ac323(0x153),'presentationEnded':_0x1ac323(0x16b),'previous':'السابق','next':_0x1ac323(0x135),'exit':_0x1ac323(0x196),'slideProgress':_0x1ac323(0x1a0),'speakerNotes':'ملاحظات\x20المتحدث','speakerNotesPlaceholder':_0x1ac323(0x1c1),'speakerNotesEmpty':'لا\x20توجد\x20ملاحظات\x20للمتحدث','speakerNotesSave':'حفظ','speakerNotesCancel':_0x1ac323(0x17e)},'slide':{'placeholder':{'text':{'title':'انقر\x20لإضافة\x20عنوان','subtitle':_0x1ac323(0x15e),'body':_0x1ac323(0x1d5),'text':_0x1ac323(0x1d5),'header':_0x1ac323(0x12b),'footer':_0x1ac323(0x16a),'date':_0x1ac323(0x13f),'slideNumber':_0x1ac323(0x152)},'icon':{'image':'صورة','table':'جدول','chart':'مخطط','diagram':_0x1ac323(0x139),'media':_0x1ac323(0x183)}}},'image-panel':{'arrange':{'title':_0x1ac323(0x128),'forward':_0x1ac323(0x178),'backward':_0x1ac323(0x1b5),'front':_0x1ac323(0x1d3),'back':_0x1ac323(0x169)},'transform':{'title':'تحويل','rotate':_0x1ac323(0x1ba),'x':'س\x20(بكسل)','y':_0x1ac323(0x186),'width':'العرض\x20(بكسل)','height':_0x1ac323(0x161),'lock':_0x1ac323(0x1c6)},'crop':{'title':'قص','start':_0x1ac323(0x14b),'mode':'حر','shape':_0x1ac323(0x12e)}}}};export{e as default};
|
|
1
|
+
const _0x36da29=_0x1420;(function(_0x9b72c2,_0xd17949){const _0x1c7526=_0x1420,_0x34ab5b=_0x9b72c2();while(!![]){try{const _0x481b6e=-parseInt(_0x1c7526(0x2a7))/0x1+-parseInt(_0x1c7526(0x249))/0x2*(parseInt(_0x1c7526(0x278))/0x3)+parseInt(_0x1c7526(0x2a2))/0x4+-parseInt(_0x1c7526(0x2b7))/0x5+-parseInt(_0x1c7526(0x229))/0x6+-parseInt(_0x1c7526(0x298))/0x7+parseInt(_0x1c7526(0x26f))/0x8*(parseInt(_0x1c7526(0x1ff))/0x9);if(_0x481b6e===_0xd17949)break;else _0x34ab5b['push'](_0x34ab5b['shift']());}catch(_0x5569b5){_0x34ab5b['push'](_0x34ab5b['shift']());}}}(_0x2449,0xe9281));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x36da29(0x2b6),'changeShape':_0x36da29(0x1f7)},'insertToolbar':{'search':_0x36da29(0x23d),'text':'مربع\x20نص','textHorizontal':'مربع\x20نص\x20أفقي','textVertical':_0x36da29(0x273),'image':_0x36da29(0x28a),'table':_0x36da29(0x1ef),'shape':'شكل','chart':_0x36da29(0x21f)},'tableSizePicker':{'title':'حجم\x20الجدول','customSize':'الحجم\x20المخصص','rows':'الصفوف','columns':'الأعمدة','insert':_0x36da29(0x205),'apply':'تطبيق'},'searchPanel':{'placeholder':'البحث\x20عن\x20الشرائح\x20والكائنات','noQuery':'اكتب\x20للبحث\x20عن\x20أسماء\x20الشرائح\x20والنصوص\x20وأسماء\x20الكائنات.','empty':_0x36da29(0x250),'slidePrefix':_0x36da29(0x23b)},'themePicker':{'title':_0x36da29(0x20d),'caption':'الافتراضيات\x20للأشكال','tooltip':_0x36da29(0x27d)},'editorToolbar':{'fontFamily':'الخط','fontSize':'حجم\x20الخط','paragraphType':_0x36da29(0x1f1),'heading1':'العنوان\x201','increaseFontSize':_0x36da29(0x211),'decreaseFontSize':_0x36da29(0x1e1),'textColor':'لون\x20النص','transparentTextColor':_0x36da29(0x28d),'textBackgroundColor':_0x36da29(0x2ab),'bold':_0x36da29(0x1e7),'italic':'مائل','underline':_0x36da29(0x222),'strikethrough':_0x36da29(0x1eb),'horizontalAlign':_0x36da29(0x218),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0x36da29(0x230),'alignCenter':_0x36da29(0x203),'alignRight':_0x36da29(0x2a8),'alignJustify':'ضبط','alignTop':_0x36da29(0x292),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':_0x36da29(0x25b)},'quickStyles':{'tooltip':_0x36da29(0x241),'shapeStyles':_0x36da29(0x2b0),'lineStyles':_0x36da29(0x27c),'textStyles':_0x36da29(0x1fb),'more':_0x36da29(0x27f),'groups':{'solid':'صلب','dashed':'متقطع'},'presets':{'line':{'blackSolid':_0x36da29(0x213),'blueSolid':'خط\x20أزرق\x20رفيع\x20صلب','orangeSolid':_0x36da29(0x255),'graySolid':_0x36da29(0x25f),'blueEndArrow':_0x36da29(0x1ea),'greenTwoWayArrow':'خط\x20أخضر\x20مع\x20أسهم\x20متجهتين','blackDashed':_0x36da29(0x1fd),'blueDashed':_0x36da29(0x240),'grayDashed':_0x36da29(0x272),'blueDashedEndArrow':_0x36da29(0x21b),'grayDashedEndArrow':_0x36da29(0x1f6),'greenDashedTwoWayArrow':'خط\x20أخضر\x20متقطع\x20مع\x20أسهم\x20متجهتين'},'text':{'bodyBlack':_0x36da29(0x1fe),'titleBlack':_0x36da29(0x204),'accentBlue':_0x36da29(0x208),'accentOrange':'برتقالي\x20مميز','noteGray':'ملاحظة\x20رمادية'}}},'thumbnailBar':{'resizePanel':_0x36da29(0x22b),'addSlide':_0x36da29(0x24f),'contextMenu':{'cut':'قص','copy':_0x36da29(0x27a),'paste':_0x36da29(0x285),'addBelow':_0x36da29(0x2b8),'delete':_0x36da29(0x1e4)},'layoutPicker':{'title':_0x36da29(0x1fa),'layouts':{'title':_0x36da29(0x24b),'titleAndBody':_0x36da29(0x1f2),'sectionHeader':_0x36da29(0x266),'twoColumns':_0x36da29(0x20f),'comparison':_0x36da29(0x2ba),'blank':_0x36da29(0x291),'titleOnly':_0x36da29(0x26b),'pictureWithCaption':'صورة\x20مع\x20تعليق'}}},'shapePanel':{'title':_0x36da29(0x2b6),'shapeStyle':_0x36da29(0x20a),'shapePosition':_0x36da29(0x1ee),'openPanel':_0x36da29(0x214),'deleteShape':_0x36da29(0x262),'toolbar':{'alignLeft':_0x36da29(0x230),'alignCenter':_0x36da29(0x203),'alignRight':_0x36da29(0x2a8),'alignJustify':_0x36da29(0x26e),'bold':_0x36da29(0x1e7),'italic':_0x36da29(0x219),'underline':_0x36da29(0x222),'strikethrough':_0x36da29(0x1eb),'textColor':_0x36da29(0x263),'textBackgroundColor':_0x36da29(0x2ab),'fillColor':_0x36da29(0x2ab),'resetColor':_0x36da29(0x296)},'align':{'top':_0x36da29(0x292),'middle':_0x36da29(0x29d),'bottom':_0x36da29(0x25b)},'textWrap':{'inline':_0x36da29(0x24e),'square':'مربع','topAndBottom':'أعلى\x20وأسفل','behindText':_0x36da29(0x220),'inFrontText':'أمام\x20النص'},'textBox':{'title':_0x36da29(0x2a5),'textDirection':_0x36da29(0x23f),'textDirectionHorizontal':'أفقي','textDirectionVertical':_0x36da29(0x297),'autoFit':'احتواء\x20تلقائي','autoFitNone':_0x36da29(0x2af),'autoFitShrink':_0x36da29(0x21c),'autoFitResize':_0x36da29(0x245),'wrapText':_0x36da29(0x23e),'padding':_0x36da29(0x24a),'paddingLeft':_0x36da29(0x276),'paddingRight':_0x36da29(0x29c),'paddingTop':_0x36da29(0x288),'paddingBottom':_0x36da29(0x290),'columns':_0x36da29(0x1e9),'columnCount':_0x36da29(0x283),'columnSpacing':_0x36da29(0x242)},'position':{'title':_0x36da29(0x20e),'x':'س','y':'ص','width':'العرض','height':_0x36da29(0x1f8),'rotation':_0x36da29(0x22c)},'style':{'shadow':'ظل','shadowColor':_0x36da29(0x27b),'shadowBlurRadius':_0x36da29(0x231),'shadowDistance':_0x36da29(0x2b3),'shadowDirection':_0x36da29(0x28e),'shadowPresetTitle':'إعداد\x20مسبق','shadowPresetNone':_0x36da29(0x257),'shadowPresetCustom':_0x36da29(0x22d),'shadowTransparency':_0x36da29(0x258),'shadowSize':_0x36da29(0x226),'shadowPreset':{'shdw6':_0x36da29(0x1f5),'shdw5':_0x36da29(0x28b),'shdw2':_0x36da29(0x293),'shdw1':'خارجي:\x20أعلى\x20اليسار','shdw14':_0x36da29(0x23c),'shdw10':_0x36da29(0x2bb)}},'fill':{'title':_0x36da29(0x202),'noFill':_0x36da29(0x22f),'solidFill':_0x36da29(0x235),'gradientFill':'تعبئة\x20متدرجة','pictureFill':_0x36da29(0x277),'color':'اللون','transparency':_0x36da29(0x258),'picture':{'source':_0x36da29(0x206),'insert':_0x36da29(0x274),'tileAsTexture':_0x36da29(0x236),'offsetX':_0x36da29(0x24d),'offsetY':_0x36da29(0x243),'scaleX':_0x36da29(0x228),'scaleY':'مقياس\x20ص','alignment':_0x36da29(0x2b4),'rotateWithShape':'تدوير\x20مع\x20الشكل','align':{'tl':_0x36da29(0x225),'t':_0x36da29(0x288),'tr':_0x36da29(0x25a),'l':_0x36da29(0x276),'ctr':_0x36da29(0x271),'r':_0x36da29(0x29c),'bl':'أسفل\x20اليسار','b':'أسفل','br':_0x36da29(0x26c)}}},'line':{'title':_0x36da29(0x1dd),'noLine':_0x36da29(0x279),'solidLine':_0x36da29(0x24c),'color':_0x36da29(0x232),'transparency':_0x36da29(0x258),'width':_0x36da29(0x25e),'cornerRadius':_0x36da29(0x282),'beginArrowType':'نوع\x20السهم\x20البدائي','beginArrowSize':_0x36da29(0x1e8),'endArrowType':'نوع\x20السهم\x20النهائي','endArrowSize':_0x36da29(0x2b2),'dashType':{'title':_0x36da29(0x1e5),'solid':'صلب','roundDot':'نقطة\x20دائرية','squareDot':'نقطة\x20مربعة','dash':_0x36da29(0x252),'dashDot':_0x36da29(0x2aa),'longDash':'شرطة\x20طويلة','longDashDot':'شرطة\x20طويلة-نقطة','longDashDotDot':_0x36da29(0x1f4)},'capType':{'title':_0x36da29(0x234),'flat':_0x36da29(0x264),'round':'دائري','square':'مربع'},'joinType':{'title':_0x36da29(0x284),'miter':_0x36da29(0x1e3),'round':_0x36da29(0x26d),'bevel':_0x36da29(0x219)},'sketchType':{'title':_0x36da29(0x1df),'none':_0x36da29(0x1de),'curved':_0x36da29(0x1f9),'freehand':_0x36da29(0x287),'handDrawn':_0x36da29(0x2a4)},'arrowType':{'none':_0x36da29(0x1de),'arrow':_0x36da29(0x25c),'openArrow':_0x36da29(0x246),'stealthArrow':_0x36da29(0x267),'diamondArrow':_0x36da29(0x2ae),'ovalArrow':_0x36da29(0x215)},'arrowSize':{'small':_0x36da29(0x251),'medium':_0x36da29(0x20b),'large':'كبير'}}},'objectListPanel':{'title':_0x36da29(0x1f0),'showAll':_0x36da29(0x209),'hideAll':'إخفاء\x20الكل','show':_0x36da29(0x2b1),'hide':_0x36da29(0x269),'moveForward':_0x36da29(0x256),'moveBackward':_0x36da29(0x223),'nameInput':_0x36da29(0x2ad),'empty':'لا\x20توجد\x20كائنات','close':_0x36da29(0x29f),'name':'الاسم','description':'الوصف','descriptionPlaceholder':_0x36da29(0x28f),'details':_0x36da29(0x260),'noSelection':_0x36da29(0x224)},'backgroundPanel':{'title':'تنسيق\x20الخلفية','backgroundGraphics':_0x36da29(0x1ec),'hideBackgroundGraphics':_0x36da29(0x1e6),'presentationBackground':_0x36da29(0x244),'presentationBackgroundEmpty':_0x36da29(0x2a3),'presentationBackgroundImages':'صورة/صور','setPresentationBackground':_0x36da29(0x26a),'clearPresentationBackground':_0x36da29(0x289),'none':_0x36da29(0x22f),'solid':_0x36da29(0x275),'gradient':'تعبئة\x20متدرجة','image':'تعبئة\x20صورة','pattern':'تعبئة\x20نمط','color':_0x36da29(0x232),'transparency':'الشفافية','imageSource':'إدراج\x20صورة\x20من','insertImage':_0x36da29(0x1ed),'fit':_0x36da29(0x2a9),'fitOptions':{'cover':_0x36da29(0x253),'contain':'احتواء','stretch':_0x36da29(0x20c),'repeat':'تكرار'},'patternHint':'إعدادات\x20النمط\x20ستكون\x20متاحة\x20قريباً.','applyToAll':_0x36da29(0x221),'resetBackground':_0x36da29(0x1f3)},'transitionPanel':{'title':'الانتقالات','effect':_0x36da29(0x237),'direction':_0x36da29(0x25d),'duration':_0x36da29(0x216),'preview':_0x36da29(0x1fc),'applyToAll':'تطبيق\x20على\x20الكل','effects':{'none':'بدون','fade':_0x36da29(0x1e0),'push':_0x36da29(0x295),'wipe':_0x36da29(0x289),'split':_0x36da29(0x280),'reveal':_0x36da29(0x270),'cut':'قص','uncover':'كشف\x20عن','cover':_0x36da29(0x253),'zoom':_0x36da29(0x29b)},'directions':{'left':_0x36da29(0x299),'right':_0x36da29(0x212),'up':_0x36da29(0x238),'down':'من\x20الأسفل'}},'contextmenu':{'addPage':_0x36da29(0x268),'backgroundPanel':'تنسيق\x20الخلفية','transitionPanel':_0x36da29(0x210),'speakerNotes':'ملاحظات\x20المتحدث','ruler':_0x36da29(0x227),'shapePanel':'تنسيق\x20الشكل','flipHorizontal':_0x36da29(0x207),'flipVertical':_0x36da29(0x28c),'group':'تجميع','ungroup':_0x36da29(0x239)},'presentation':{'play':'تشغيل','playFromBeginning':_0x36da29(0x22e),'playFromCurrent':_0x36da29(0x2b5),'playDualScreen':'عرض\x20الشاشة\x20المزدوجة','playDualScreenFromBeginning':'شاشة\x20مزدوجة\x20من\x20البداية','playDualScreenFromCurrent':_0x36da29(0x259),'dualScreenUnavailable':_0x36da29(0x29e),'fullscreenPrompt':_0x36da29(0x261),'presentationEnded':_0x36da29(0x2ac),'previous':_0x36da29(0x2a1),'next':_0x36da29(0x265),'exit':_0x36da29(0x248),'slideProgress':'الشريحة\x20{current}\x20من\x20{total}','speakerNotes':_0x36da29(0x247),'speakerNotesPlaceholder':_0x36da29(0x281),'speakerNotesEmpty':_0x36da29(0x286),'speakerNotesSave':_0x36da29(0x2b9),'speakerNotesCancel':_0x36da29(0x2a0)},'slide':{'placeholder':{'text':{'title':_0x36da29(0x27e),'subtitle':_0x36da29(0x23a),'body':'انقر\x20لإضافة\x20نص','text':_0x36da29(0x2a6),'header':'عنصر\x20نائب\x20للرأس','footer':_0x36da29(0x21e),'date':_0x36da29(0x201),'slideNumber':_0x36da29(0x22a)},'icon':{'image':_0x36da29(0x28a),'table':_0x36da29(0x1ef),'chart':_0x36da29(0x21f),'diagram':'رسم\x20بياني','media':'وسائط'}}},'image-panel':{'arrange':{'title':_0x36da29(0x200),'forward':_0x36da29(0x256),'backward':'إرسال\x20للخلف','front':_0x36da29(0x233),'back':_0x36da29(0x254)},'transform':{'title':_0x36da29(0x1e2),'rotate':_0x36da29(0x29a),'x':_0x36da29(0x217),'y':'ص\x20(بكسل)','width':'العرض\x20(بكسل)','height':_0x36da29(0x21a),'lock':_0x36da29(0x294)},'crop':{'title':'قص','start':_0x36da29(0x21d),'mode':'حر','shape':'قص\x20حسب\x20الشكل'}}}};function _0x1420(_0x516604,_0x983c1){_0x516604=_0x516604-0x1dd;const _0x244926=_0x2449();let _0x1420d0=_0x244926[_0x516604];return _0x1420d0;}export{e as default};function _0x2449(){const _0x47ab1c=['مقياس\x20س','589878WwnrHj','عنصر\x20نائب\x20لرقم\x20الشريحة','تغيير\x20حجم\x20لوحة\x20الصور\x20المصغرة\x20للشرائح','التدوير','مخصص','التشغيل\x20من\x20البداية','بدون\x20تعبئة','محاذاة\x20لليسار','تمويه','اللون','إحضار\x20إلى\x20المقدمة','نوع\x20الطرف','تعبئة\x20صلبة','بلاط\x20الصورة\x20كملمس','التأثير','من\x20الأعلى','فك\x20التجميع','انقر\x20لإضافة\x20عنوان\x20فرعي','الشريحة','خارجي:\x20أسفل\x20اليمين\x20صغير','بحث','التفاف\x20النص\x20داخل\x20الشكل','اتجاه\x20النص','خط\x20أزرق\x20رفيع\x20متقطع','أنماط\x20سريعة','التباعد','إزاحة\x20ص','خلفية\x20العرض\x20التقديمي','تغيير\x20حجم\x20الشكل\x20لملاءمة\x20النص','سهم\x20مفتوح','ملاحظات\x20المتحدث','خروج','65662zHZCly','الهامش\x20الداخلي','شريحة\x20عنوان','خط\x20صلب','إزاحة\x20س','في\x20نفس\x20السطر\x20مع\x20النص','+\x20إضافة\x20شريحة','لم\x20يتم\x20العثور\x20على\x20نتائج.','صغير','شرطة','تغطية','إرسال\x20إلى\x20الخلفية','خط\x20برتقالي\x20رفيع\x20صلب','إحضار\x20للأمام','بدون\x20ظل','الشفافية','شاشة\x20مزدوجة\x20من\x20الحالية','أعلى\x20اليمين','محاذاة\x20للأسفل','سهم','الاتجاه','العرض','خط\x20رمادي\x20رفيع\x20صلب','التفاصيل','انقر\x20للدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','حذف\x20الشكل','لون\x20النص','مسطح','التالي','رأس\x20قسم','سهم\x20متخفي','شريحة\x20جديدة','إخفاء','تعيين\x20الخلفية','عنوان\x20فقط','أسفل\x20اليمين','دائري','ضبط','6465312rDGIGq','كشف','الوسط','خط\x20رمادي\x20رفيع\x20متقطع','مربع\x20نص\x20عمودي','إدراج\x20صورة','تعبئة\x20بلون\x20صلب','يسار','تعبئة\x20صورة\x20أو\x20نسيج','129KtPDww','بدون\x20خط','نسخ','لون\x20الظل','أنماط\x20الخطوط','اختيار\x20سمة\x20الشريحة','انقر\x20لإضافة\x20عنوان','المزيد\x20من\x20الأنماط','تقسيم','انقر\x20لإضافة\x20ملاحظات\x20للشريحة\x20الحالية','نصف\x20قطر\x20الزاوية','العدد','نوع\x20الوصل','لصق','لا\x20توجد\x20ملاحظات\x20للمتحدث','اليد\x20الحرة','أعلى','مسح','صورة','خارجي:\x20أسفل\x20اليسار','عكس\x20رأسي','لون\x20نص\x20شفاف','الزاوية','إضافة\x20وصف','أسفل','فارغ','محاذاة\x20للأعلى','خارجي:\x20أعلى\x20اليمين','قفل\x20النسبة','دفع','إعادة\x20تعيين\x20اللون','عمودي','8080681eIyvJi','من\x20اليسار','تدوير\x20(°)','تكبير','يمين','محاذاة\x20للمنتصف','تعذر\x20بدء\x20عرض\x20الشاشة\x20المزدوجة.\x20اسمح\x20بإذن\x20إدارة\x20النوافذ\x20وصِل\x20شاشة\x20موسعة،\x20ثم\x20حاول\x20مرة\x20أخرى.','إغلاق','إلغاء','السابق','1669736YFIsZc','غير\x20محدد','مرسوم\x20باليد','مربع\x20نص','انقر\x20لإضافة\x20نص','180679zHzUTh','محاذاة\x20لليمين','ملء','شرطة-نقطة','لون\x20خلفية\x20النص','انتهى\x20العرض\x20التقديمي','اسم\x20الكائن','سهم\x20معين','بدون\x20احتواء\x20تلقائي','أنماط\x20الأشكال','إظهار','حجم\x20السهم\x20النهائي','المسافة','المحاذاة','التشغيل\x20من\x20الشريحة\x20الحالية','تنسيق\x20الشكل','3290685pKXppN','إضافة\x20شريحة\x20أدناه','حفظ','مقارنة','خارجي:\x20أعلى\x20اليسار\x20كبير','الخط','بدون','نوع\x20الرسم\x20التخطيطي','تلاشي','تقليل\x20حجم\x20الخط','تحويل','ميتري','حذف','نوع\x20الشرطة','إخفاء\x20رسوميات\x20الشريحة\x20الرئيسية/التخطيط','غامق','حجم\x20السهم\x20البدائي','أعمدة','خط\x20أزرق\x20مع\x20سهم\x20في\x20النهاية','يتوسطه\x20خط','رسوميات\x20الخلفية','ملف...','الموضع','جدول','قائمة\x20الكائنات','نوع\x20الفقرة','عنوان\x20ومحتوى','إعادة\x20تعيين\x20الخلفية','شرطة\x20طويلة-نقطة-نقطة','خارجي:\x20أسفل\x20اليمين','خط\x20رمادي\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','تغيير\x20الشكل','الارتفاع','منحني','اختيار\x20تخطيط','أنماط\x20النص','معاينة','خط\x20أسود\x20رفيع\x20متقطع','نص\x20أسود','45fWIney','ترتيب','عنصر\x20نائب\x20للتاريخ','التعبئة','محاذاة\x20للوسط','عنوان\x20أسود','إدراج','مصدر\x20الصورة','عكس\x20أفقي','أزرق\x20مميز','إظهار\x20الكل','نمط\x20الشكل','متوسط','تمدد','السمات','الموضع\x20والحجم','عمودان','الانتقالات','زيادة\x20حجم\x20الخط','من\x20اليمين','خط\x20أسود\x20رفيع\x20صلب','فتح\x20لوحة\x20الأشكال','سهم\x20بيضاوي','المدة','س\x20(بكسل)','محاذاة\x20أفقية','مائل','الارتفاع\x20(بكسل)','خط\x20أزرق\x20متقطع\x20مع\x20سهم\x20في\x20النهاية','تصغير\x20النص\x20عند\x20التجاوز','بدء\x20القص','عنصر\x20نائب\x20للتذييل','مخطط','خلف\x20النص','تطبيق\x20على\x20الكل','تسطير','إرسال\x20للخلف','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','أعلى\x20اليسار','الحجم','مسطرة'];_0x2449=function(){return _0x47ab1c;};return _0x2449();}
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2ff9(_0x1b8172,_0x35777e){_0x1b8172=_0x1b8172-0xb4;const _0x3f3ca0=_0x3f3c();let _0x2ff956=_0x3f3ca0[_0x1b8172];return _0x2ff956;}const _0x204679=_0x2ff9;(function(_0x425dcc,_0x152e23){const _0x42b8c6=_0x2ff9,_0x2bd6e4=_0x425dcc();while(!![]){try{const _0x30c29b=parseInt(_0x42b8c6(0xc3))/0x1+-parseInt(_0x42b8c6(0x11d))/0x2+parseInt(_0x42b8c6(0xd5))/0x3*(-parseInt(_0x42b8c6(0xe2))/0x4)+-parseInt(_0x42b8c6(0xf2))/0x5+parseInt(_0x42b8c6(0x17f))/0x6+parseInt(_0x42b8c6(0x129))/0x7*(-parseInt(_0x42b8c6(0x177))/0x8)+parseInt(_0x42b8c6(0xc8))/0x9;if(_0x30c29b===_0x152e23)break;else _0x2bd6e4['push'](_0x2bd6e4['shift']());}catch(_0x3ba58d){_0x2bd6e4['push'](_0x2bd6e4['shift']());}}}(_0x3f3c,0x83732));const e={'slides-ui':{'ribbon':{'shapeFormat':'Format\x20de\x20forma','changeShape':_0x204679(0x178)},'insertToolbar':{'search':_0x204679(0x169),'text':'Quadre\x20de\x20text','textHorizontal':_0x204679(0x158),'textVertical':'Quadre\x20de\x20text\x20vertical','image':'Imatge','table':_0x204679(0x181),'shape':_0x204679(0xc6),'chart':_0x204679(0x199)},'tableSizePicker':{'title':_0x204679(0x108),'customSize':_0x204679(0xe8),'rows':_0x204679(0x197),'columns':_0x204679(0x10f),'insert':_0x204679(0x10d),'apply':_0x204679(0x123)},'searchPanel':{'placeholder':'Cerca\x20diapositives\x20i\x20objectes','noQuery':_0x204679(0xe1),'empty':_0x204679(0xbd),'slidePrefix':_0x204679(0xfb)},'themePicker':{'title':_0x204679(0x110),'caption':_0x204679(0x12a),'tooltip':_0x204679(0x161)},'editorToolbar':{'fontFamily':'Família\x20de\x20lletra','fontSize':_0x204679(0x122),'paragraphType':_0x204679(0x13d),'heading1':_0x204679(0x126),'increaseFontSize':'Augmentar\x20la\x20mida\x20de\x20la\x20lletra','decreaseFontSize':_0x204679(0x105),'textColor':_0x204679(0x17b),'transparentTextColor':_0x204679(0x172),'textBackgroundColor':_0x204679(0x132),'bold':'Negreta','italic':'Cursiva','underline':_0x204679(0x106),'strikethrough':'Ratllat','horizontalAlign':_0x204679(0x127),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x204679(0xcd),'alignCenter':_0x204679(0xeb),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x204679(0xba),'alignTop':_0x204679(0x184),'alignMiddle':_0x204679(0x174),'alignBottom':_0x204679(0xb7)},'quickStyles':{'tooltip':_0x204679(0x18a),'shapeStyles':_0x204679(0xe9),'lineStyles':_0x204679(0x192),'textStyles':_0x204679(0x131),'more':_0x204679(0x154),'groups':{'solid':_0x204679(0x14e),'dashed':'Discontínua'},'presets':{'line':{'blackSolid':_0x204679(0x176),'blueSolid':_0x204679(0xc9),'orangeSolid':'Línia\x20sòlida\x20fina\x20taronja','graySolid':_0x204679(0x167),'blueEndArrow':_0x204679(0x160),'greenTwoWayArrow':'Línia\x20verda\x20amb\x20fletxes\x20bidireccionals','blackDashed':'Línia\x20discontínua\x20fina\x20negra','blueDashed':_0x204679(0x137),'grayDashed':_0x204679(0xc4),'blueDashedEndArrow':_0x204679(0x193),'grayDashedEndArrow':'Línia\x20discontínua\x20grisa\x20amb\x20fletxa\x20final','greenDashedTwoWayArrow':'Línia\x20discontínua\x20verda\x20amb\x20fletxes\x20bidireccionals'},'text':{'bodyBlack':_0x204679(0xf7),'titleBlack':'Títol\x20negre','accentBlue':_0x204679(0xd2),'accentOrange':_0x204679(0x102),'noteGray':_0x204679(0x128)}}},'thumbnailBar':{'resizePanel':_0x204679(0x15c),'addSlide':_0x204679(0xd9),'contextMenu':{'cut':_0x204679(0x18b),'copy':_0x204679(0x187),'paste':_0x204679(0x149),'addBelow':_0x204679(0x125),'delete':_0x204679(0xca)},'layoutPicker':{'title':_0x204679(0xfe),'layouts':{'title':_0x204679(0x147),'titleAndBody':_0x204679(0x148),'sectionHeader':_0x204679(0x13c),'twoColumns':_0x204679(0x13a),'comparison':_0x204679(0xc7),'blank':_0x204679(0xfc),'titleOnly':_0x204679(0xf5),'pictureWithCaption':_0x204679(0x10b)}}},'shapePanel':{'title':_0x204679(0xdf),'shapeStyle':'Estil\x20de\x20forma','shapePosition':'Posició','openPanel':_0x204679(0xc5),'deleteShape':_0x204679(0x155),'toolbar':{'alignLeft':_0x204679(0xcd),'alignCenter':'Centra','alignRight':_0x204679(0x10e),'alignJustify':_0x204679(0xba),'bold':'Negreta','italic':_0x204679(0x16c),'underline':'Subratllat','strikethrough':'Ratllat','textColor':_0x204679(0x17b),'textBackgroundColor':_0x204679(0x132),'fillColor':_0x204679(0x132),'resetColor':_0x204679(0xce)},'align':{'top':_0x204679(0x184),'middle':'Alinea\x20al\x20mig','bottom':_0x204679(0xb7)},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x204679(0xb6),'topAndBottom':_0x204679(0xc2),'behindText':_0x204679(0xe0),'inFrontText':_0x204679(0xf3)},'position':{'title':_0x204679(0xbf),'x':'X','y':'Y','width':_0x204679(0xf0),'height':_0x204679(0xf4),'rotation':_0x204679(0x11e)},'style':{'shadow':_0x204679(0x15a),'shadowColor':_0x204679(0x17e),'shadowBlurRadius':'Difuminat','shadowDistance':_0x204679(0x156),'shadowDirection':_0x204679(0x130),'shadowPresetTitle':'Predefinit','shadowPresetNone':_0x204679(0x116),'shadowPresetCustom':'Personalitzat','shadowTransparency':_0x204679(0x124),'shadowSize':_0x204679(0x142),'shadowPreset':{'shdw6':_0x204679(0xb8),'shdw5':_0x204679(0x14d),'shdw2':_0x204679(0xbb),'shdw1':_0x204679(0x15e),'shdw14':_0x204679(0x171),'shdw10':_0x204679(0x136)}},'fill':{'title':_0x204679(0x185),'noFill':_0x204679(0x14a),'solidFill':'Emplenament\x20sòlid','gradientFill':'Emplenament\x20degradat','pictureFill':_0x204679(0xe6),'color':_0x204679(0x14f),'transparency':_0x204679(0x124),'picture':{'source':_0x204679(0xf8),'insert':_0x204679(0x140),'tileAsTexture':_0x204679(0xd7),'offsetX':_0x204679(0x164),'offsetY':_0x204679(0x15f),'scaleX':_0x204679(0x133),'scaleY':'Escala\x20Y','alignment':_0x204679(0xcc),'rotateWithShape':'Girar\x20amb\x20la\x20forma','align':{'tl':_0x204679(0x141),'t':_0x204679(0x179),'tr':_0x204679(0x135),'l':_0x204679(0x107),'ctr':_0x204679(0x198),'r':_0x204679(0xf6),'bl':_0x204679(0x14c),'b':_0x204679(0x101),'br':_0x204679(0x151)}}},'line':{'title':_0x204679(0xdd),'noLine':_0x204679(0xd8),'solidLine':_0x204679(0x100),'color':_0x204679(0x14f),'transparency':_0x204679(0x124),'width':_0x204679(0xf0),'cornerRadius':_0x204679(0x112),'beginArrowType':_0x204679(0x163),'beginArrowSize':_0x204679(0x143),'endArrowType':_0x204679(0xc1),'endArrowSize':_0x204679(0xb5),'dashType':{'title':_0x204679(0x16a),'solid':_0x204679(0x14e),'roundDot':_0x204679(0x134),'squareDot':_0x204679(0x18e),'dash':_0x204679(0x117),'dashDot':_0x204679(0x13f),'longDash':_0x204679(0xd0),'longDashDot':'Guió\x20llarg-punt','longDashDotDot':_0x204679(0x12e)},'capType':{'title':_0x204679(0xff),'flat':'Pla','round':_0x204679(0xd3),'square':_0x204679(0xb6)},'joinType':{'title':_0x204679(0xdc),'miter':_0x204679(0x130),'round':_0x204679(0x13b),'bevel':_0x204679(0x138)},'sketchType':{'title':'Tipus\x20d\x27esbós','none':_0x204679(0x11a),'curved':'Corbat','freehand':_0x204679(0xcf),'handDrawn':_0x204679(0x162)},'arrowType':{'none':_0x204679(0x11a),'arrow':'Fletxa','openArrow':_0x204679(0x17d),'stealthArrow':_0x204679(0x12b),'diamondArrow':_0x204679(0x104),'ovalArrow':_0x204679(0x144)},'arrowSize':{'small':'Petita','medium':_0x204679(0xea),'large':_0x204679(0x168)}}},'objectListPanel':{'title':'Llista\x20d\x27objectes','showAll':'Mostra-ho\x20tot','hideAll':_0x204679(0xee),'show':_0x204679(0x103),'hide':_0x204679(0x188),'moveForward':_0x204679(0x191),'moveBackward':_0x204679(0x190),'nameInput':_0x204679(0xd6),'empty':_0x204679(0x18f),'close':_0x204679(0xcb),'name':_0x204679(0x159),'description':'Descripció','descriptionPlaceholder':_0x204679(0x146),'details':'Detalls','noSelection':_0x204679(0x11c)},'backgroundPanel':{'title':'Formatar\x20fons','backgroundGraphics':_0x204679(0xef),'hideBackgroundGraphics':'Amagar\x20gràfics\x20del\x20patró/disseny','presentationBackground':_0x204679(0x18d),'presentationBackgroundEmpty':'No\x20configurat','presentationBackgroundImages':_0x204679(0xd1),'setPresentationBackground':_0x204679(0x11b),'clearPresentationBackground':'Esborrar','none':_0x204679(0xdb),'solid':_0x204679(0x17a),'gradient':'Ompliment\x20degradat','image':_0x204679(0xe4),'pattern':_0x204679(0xd4),'color':_0x204679(0x14f),'transparency':_0x204679(0x124),'imageSource':_0x204679(0x195),'insertImage':_0x204679(0x111),'fit':_0x204679(0xec),'fitOptions':{'cover':_0x204679(0x150),'contain':'Ajustar','stretch':'Estirar','repeat':_0x204679(0x157)},'patternHint':'La\x20configuració\x20de\x20patró\x20estarà\x20disponible\x20aviat.','applyToAll':_0x204679(0xbc),'resetBackground':_0x204679(0x15b)},'transitionPanel':{'title':_0x204679(0x10a),'effect':'Efecte','direction':_0x204679(0x19a),'duration':_0x204679(0x119),'preview':_0x204679(0x196),'applyToAll':_0x204679(0xbc),'effects':{'none':_0x204679(0x11a),'fade':_0x204679(0x173),'push':_0x204679(0xe3),'wipe':_0x204679(0x121),'split':_0x204679(0x145),'reveal':'Revelar','cut':_0x204679(0xc0),'uncover':_0x204679(0x139),'cover':_0x204679(0x194),'zoom':_0x204679(0x17c)},'directions':{'left':'Des\x20de\x20l\x27esquerra','right':_0x204679(0x186),'up':_0x204679(0xe5),'down':_0x204679(0xda)}},'contextmenu':{'addPage':_0x204679(0x113),'backgroundPanel':'Formatar\x20fons','transitionPanel':_0x204679(0x10a),'speakerNotes':'Notes\x20de\x20l\x27orador','ruler':_0x204679(0x16b),'shapePanel':_0x204679(0xdf),'flipHorizontal':_0x204679(0x16d),'flipVertical':_0x204679(0x12f),'group':_0x204679(0x152),'ungroup':_0x204679(0x114)},'presentation':{'play':_0x204679(0xf9),'playFromBeginning':_0x204679(0xfa),'playFromCurrent':_0x204679(0xed),'playDualScreen':_0x204679(0x153),'playDualScreenFromBeginning':_0x204679(0x12c),'playDualScreenFromCurrent':_0x204679(0x189),'dualScreenUnavailable':_0x204679(0xf1),'fullscreenPrompt':'Feu\x20clic\x20per\x20a\x20pantalla\x20completa','presentationEnded':_0x204679(0xde),'previous':_0x204679(0x11f),'next':'Següent','exit':_0x204679(0x16e),'slideProgress':_0x204679(0x175),'speakerNotes':'Notes\x20de\x20l\x27orador','speakerNotesPlaceholder':_0x204679(0x183),'speakerNotesEmpty':_0x204679(0x13e),'speakerNotesSave':_0x204679(0x120),'speakerNotesCancel':_0x204679(0x18c)},'slide':{'placeholder':{'text':{'title':'Feu\x20clic\x20per\x20afegir\x20un\x20títol','subtitle':_0x204679(0x14b),'body':_0x204679(0x180),'text':_0x204679(0x180),'header':_0x204679(0xb4),'footer':'Marcador\x20de\x20posició\x20de\x20peu\x20de\x20pàgina','date':'Marcador\x20de\x20posició\x20de\x20data','slideNumber':_0x204679(0x182)},'icon':{'image':_0x204679(0x115),'table':_0x204679(0x181),'chart':_0x204679(0x199),'diagram':_0x204679(0x165),'media':_0x204679(0x10c)}}},'image-panel':{'arrange':{'title':'Organitzar','forward':_0x204679(0xbe),'backward':'Enviar\x20enrere','front':_0x204679(0xe7),'back':_0x204679(0x118)},'transform':{'title':_0x204679(0x166),'rotate':_0x204679(0x16f),'x':_0x204679(0x109),'y':'Y\x20(px)','width':'Amplada\x20(px)','height':'Alçada\x20(px)','lock':_0x204679(0xb9)},'crop':{'title':_0x204679(0xfd),'start':_0x204679(0x170),'mode':_0x204679(0x12d),'shape':_0x204679(0x15d)}}}};export{e as default};function _0x3f3c(){const _0x4cc135=['Estils\x20de\x20forma','Mitjana','Centra','Ajust','Reproduir\x20des\x20de\x20la\x20diapositiva\x20actual','Amaga-ho\x20tot','Gràfics\x20de\x20fons','Amplada','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.','4791440dvwOHu','Davant\x20del\x20text','Alçada','Només\x20títol','Dreta','Cos\x20negre','Origen\x20de\x20la\x20imatge','Reproduir','Reproduir\x20des\x20de\x20l\x27inici','Diapositiva','En\x20blanc','Retallar','Trieu\x20una\x20disposició','Tipus\x20d\x27extrem','Línia\x20sòlida','Inferior','Accent\x20taronja','Mostra','Fletxa\x20de\x20diamant','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','Subratllat','Esquerra','Mida\x20de\x20la\x20taula','X\x20(px)','Transicions','Imatge\x20amb\x20llegenda','Multimèdia','Insereix','Alinea\x20a\x20la\x20dreta','Columnes','Temes','Fitxer...','Radi\x20de\x20cantonada','Nova\x20diapositiva','Desagrupar','Imatge','Sense\x20ombra','Guió','Enviar\x20al\x20fons','Durada','Cap','Definir\x20fons','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','532744YTQMVE','Rotació','Anterior','Desar','Escombrar','Mida\x20de\x20lletra','Aplica','Transparència','Afegeix\x20una\x20diapositiva\x20a\x20sota','Títol\x201','Alineació\x20horitzontal','Nota\x20grisa','9562xsPjrg','Valors\x20per\x20defecte\x20de\x20forma','Fletxa\x20furtiva','Doble\x20pantalla\x20des\x20de\x20l\x27inici','Lliure','Guió\x20llarg-punt-punt','Girar\x20verticalment','Angle','Estils\x20de\x20text','Color\x20de\x20fons\x20del\x20text','Escala\x20X','Punt\x20rodó','Superior\x20dreta','Exterior:\x20superior\x20esquerra\x20gran','Línia\x20discontínua\x20fina\x20blava','Bisel','Descobrir','Dos\x20continguts','Rodona','Capçalera\x20de\x20secció','Tipus\x20de\x20paràgraf','Sense\x20notes\x20de\x20l\x27orador','Guió-punt','Inserir\x20imatge','Superior\x20esquerra','Mida','Mida\x20de\x20fletxa\x20inicial','Fletxa\x20ovalada','Dividir','Afegeix\x20una\x20descripció','Diapositiva\x20de\x20títol','Títol\x20i\x20contingut','Enganxa','Sense\x20emplenament','Feu\x20clic\x20per\x20afegir\x20un\x20subtítol','Inferior\x20esquerra','Exterior:\x20inferior\x20esquerra','Sòlid','Color','Omplir','Inferior\x20dreta','Agrupar','Presentació\x20de\x20doble\x20pantalla','Més\x20estils','Eliminar\x20forma','Distància','Mosaic','Quadre\x20de\x20text\x20horitzontal','Nom','Ombra','Restablir\x20fons','Redimensiona\x20el\x20tauler\x20de\x20miniatures\x20de\x20les\x20diapositives','Retallar\x20a\x20forma','Exterior:\x20superior\x20esquerra','Desplaçament\x20Y','Línia\x20blava\x20amb\x20fletxa\x20final','Trieu\x20un\x20tema\x20de\x20diapositiva','Dibuixat\x20a\x20mà','Tipus\x20de\x20fletxa\x20inicial','Desplaçament\x20X','Diagrama','Transformar','Línia\x20sòlida\x20fina\x20grisa','Gran','Cerca','Tipus\x20de\x20discontinu','Regle','Cursiva','Girar\x20horitzontalment','Sortir','Girar\x20(°)','Iniciar\x20retall','Exterior:\x20inferior\x20dreta\x20petita','Color\x20de\x20text\x20transparent','Esvair','Alinea\x20al\x20mig','Diapositiva\x20{current}\x20de\x20{total}','Línia\x20sòlida\x20fina\x20negra','4144UIfYnQ','Canvia\x20la\x20forma','Superior','Ompliment\x20sòlid','Color\x20del\x20text','Zoom','Fletxa\x20oberta','Color\x20de\x20l’ombra','137880adXepo','Feu\x20clic\x20per\x20afegir\x20text','Taula','Marcador\x20de\x20posició\x20de\x20número\x20de\x20diapositiva','Feu\x20clic\x20per\x20afegir\x20notes\x20per\x20a\x20la\x20diapositiva\x20actual','Alinea\x20a\x20dalt','Ompliment','Des\x20de\x20la\x20dreta','Copia','Amaga','Doble\x20pantalla\x20des\x20de\x20l\x27actual','Estils\x20ràpids','Retalla','Cancel·lar','Fons\x20de\x20la\x20presentació','Punt\x20quadrat','No\x20hi\x20ha\x20objectes','Envia\x20enrere','Porta\x20endavant','Estils\x20de\x20línia','Línia\x20discontínua\x20blava\x20amb\x20fletxa\x20final','Cobrir','Inserir\x20imatge\x20des\x20de','Vista\x20prèvia','Files','Centre','Gràfic','Direcció','Marcador\x20de\x20posició\x20de\x20capçalera','Mida\x20de\x20fletxa\x20final','Quadrat','Alinea\x20a\x20baix','Exterior:\x20inferior\x20dreta','Bloquejar\x20proporció','Justifica','Exterior:\x20superior\x20dreta','Aplicar\x20a\x20tots','No\x20s\x27han\x20trobat\x20resultats.','Portar\x20endavant','Posició\x20i\x20mida','Tallar','Tipus\x20de\x20fletxa\x20final','A\x20dalt\x20i\x20a\x20baix','92761nZQqCz','Línia\x20discontínua\x20fina\x20grisa','Obrir\x20panell\x20de\x20formes','Forma','Comparació','28341153WjTKWV','Línia\x20sòlida\x20fina\x20blava','Suprimeix','Tanca','Alineació','Alinea\x20a\x20l\x27esquerra','Reinicia\x20el\x20color','Mà\x20alçada','Guió\x20llarg','imatge(s)','Accent\x20blau','Rodó','Ompliment\x20de\x20patró','1191138LKgJSI','Nom\x20de\x20l\x27objecte','Mosaic\x20d\x27imatge\x20com\x20a\x20textura','Sense\x20línia','+\x20Afegir\x20diapositiva','Des\x20de\x20baix','Sense\x20ompliment','Tipus\x20de\x20unió','Línia','Presentació\x20finalitzada','Formatar\x20forma','Darrere\x20del\x20text','Escriviu\x20per\x20cercar\x20noms\x20de\x20diapositives,\x20text\x20i\x20noms\x20d\x27objectes.','8pZbuPg','Empènyer','Ompliment\x20d\x27imatge','Des\x20de\x20dalt','Emplenament\x20d\x27imatge\x20o\x20textura','Portar\x20al\x20davant','Mida\x20personalitzada'];_0x3f3c=function(){return _0x4cc135;};return _0x3f3c();}
|
|
1
|
+
const _0x969c28=_0x21fe;(function(_0x3a303c,_0x2e6df4){const _0x1bad1d=_0x21fe,_0x18c792=_0x3a303c();while(!![]){try{const _0x1be669=parseInt(_0x1bad1d(0x211))/0x1*(-parseInt(_0x1bad1d(0x259))/0x2)+parseInt(_0x1bad1d(0x1f4))/0x3*(parseInt(_0x1bad1d(0x227))/0x4)+-parseInt(_0x1bad1d(0x23c))/0x5+parseInt(_0x1bad1d(0x1a6))/0x6*(-parseInt(_0x1bad1d(0x1a9))/0x7)+parseInt(_0x1bad1d(0x1d3))/0x8+-parseInt(_0x1bad1d(0x1e4))/0x9+parseInt(_0x1bad1d(0x1c2))/0xa;if(_0x1be669===_0x2e6df4)break;else _0x18c792['push'](_0x18c792['shift']());}catch(_0x5c743a){_0x18c792['push'](_0x18c792['shift']());}}}(_0x1e74,0xc6b4b));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x969c28(0x25f),'changeShape':'Canvia\x20la\x20forma'},'insertToolbar':{'search':_0x969c28(0x276),'text':_0x969c28(0x20e),'textHorizontal':_0x969c28(0x1ff),'textVertical':_0x969c28(0x1df),'image':_0x969c28(0x1b5),'table':'Taula','shape':_0x969c28(0x1d7),'chart':'Gràfic'},'tableSizePicker':{'title':_0x969c28(0x1ef),'customSize':_0x969c28(0x197),'rows':_0x969c28(0x20d),'columns':_0x969c28(0x213),'insert':_0x969c28(0x1c6),'apply':_0x969c28(0x233)},'searchPanel':{'placeholder':_0x969c28(0x248),'noQuery':'Escriviu\x20per\x20cercar\x20noms\x20de\x20diapositives,\x20text\x20i\x20noms\x20d\x27objectes.','empty':'No\x20s\x27han\x20trobat\x20resultats.','slidePrefix':_0x969c28(0x1b6)},'themePicker':{'title':'Temes','caption':_0x969c28(0x24f),'tooltip':'Trieu\x20un\x20tema\x20de\x20diapositiva'},'editorToolbar':{'fontFamily':_0x969c28(0x1fc),'fontSize':'Mida\x20de\x20lletra','paragraphType':_0x969c28(0x1e9),'heading1':'Títol\x201','increaseFontSize':_0x969c28(0x1c1),'decreaseFontSize':_0x969c28(0x1b2),'textColor':_0x969c28(0x246),'transparentTextColor':_0x969c28(0x208),'textBackgroundColor':_0x969c28(0x212),'bold':_0x969c28(0x237),'italic':_0x969c28(0x226),'underline':_0x969c28(0x22c),'strikethrough':_0x969c28(0x193),'horizontalAlign':_0x969c28(0x216),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x969c28(0x22b),'alignCenter':_0x969c28(0x249),'alignRight':_0x969c28(0x19d),'alignJustify':'Justifica','alignTop':_0x969c28(0x279),'alignMiddle':_0x969c28(0x190),'alignBottom':_0x969c28(0x1b0)},'quickStyles':{'tooltip':'Estils\x20ràpids','shapeStyles':_0x969c28(0x1ee),'lineStyles':_0x969c28(0x277),'textStyles':_0x969c28(0x266),'more':_0x969c28(0x195),'groups':{'solid':_0x969c28(0x19f),'dashed':_0x969c28(0x258)},'presets':{'line':{'blackSolid':_0x969c28(0x1d5),'blueSolid':'Línia\x20sòlida\x20fina\x20blava','orangeSolid':_0x969c28(0x1b9),'graySolid':_0x969c28(0x23e),'blueEndArrow':_0x969c28(0x26a),'greenTwoWayArrow':_0x969c28(0x209),'blackDashed':_0x969c28(0x1d8),'blueDashed':_0x969c28(0x20c),'grayDashed':_0x969c28(0x1da),'blueDashedEndArrow':'Línia\x20discontínua\x20blava\x20amb\x20fletxa\x20final','grayDashedEndArrow':'Línia\x20discontínua\x20grisa\x20amb\x20fletxa\x20final','greenDashedTwoWayArrow':_0x969c28(0x231)},'text':{'bodyBlack':'Cos\x20negre','titleBlack':_0x969c28(0x21b),'accentBlue':_0x969c28(0x1de),'accentOrange':_0x969c28(0x1c0),'noteGray':_0x969c28(0x262)}}},'thumbnailBar':{'resizePanel':_0x969c28(0x254),'addSlide':_0x969c28(0x253),'contextMenu':{'cut':_0x969c28(0x1e1),'copy':_0x969c28(0x191),'paste':_0x969c28(0x200),'addBelow':_0x969c28(0x204),'delete':_0x969c28(0x274)},'layoutPicker':{'title':_0x969c28(0x232),'layouts':{'title':_0x969c28(0x1f2),'titleAndBody':_0x969c28(0x215),'sectionHeader':_0x969c28(0x201),'twoColumns':_0x969c28(0x261),'comparison':_0x969c28(0x214),'blank':_0x969c28(0x1ba),'titleOnly':'Només\x20títol','pictureWithCaption':'Imatge\x20amb\x20llegenda'}}},'shapePanel':{'title':_0x969c28(0x243),'shapeStyle':'Estil\x20de\x20forma','shapePosition':_0x969c28(0x24a),'openPanel':_0x969c28(0x22a),'deleteShape':_0x969c28(0x21e),'toolbar':{'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x969c28(0x249),'alignRight':_0x969c28(0x19d),'alignJustify':_0x969c28(0x1dd),'bold':_0x969c28(0x237),'italic':_0x969c28(0x226),'underline':_0x969c28(0x22c),'strikethrough':'Ratllat','textColor':'Color\x20del\x20text','textBackgroundColor':_0x969c28(0x212),'fillColor':'Color\x20de\x20fons\x20del\x20text','resetColor':_0x969c28(0x192)},'align':{'top':_0x969c28(0x279),'middle':'Alinea\x20al\x20mig','bottom':_0x969c28(0x1b0)},'textWrap':{'inline':'En\x20línia\x20amb\x20el\x20text','square':_0x969c28(0x1f1),'topAndBottom':_0x969c28(0x1ce),'behindText':_0x969c28(0x1ea),'inFrontText':_0x969c28(0x218)},'textBox':{'title':_0x969c28(0x20e),'textDirection':'Direcci?\x20del\x20text','textDirectionHorizontal':'Horitzontal','textDirectionVertical':'Vertical','autoFit':_0x969c28(0x245),'autoFitNone':_0x969c28(0x20a),'autoFitShrink':_0x969c28(0x269),'autoFitResize':_0x969c28(0x219),'wrapText':_0x969c28(0x1bb),'padding':_0x969c28(0x242),'paddingLeft':'Esquerra','paddingRight':_0x969c28(0x1f9),'paddingTop':_0x969c28(0x1a2),'paddingBottom':_0x969c28(0x1fe),'columns':'Columnes','columnCount':'Recompte','columnSpacing':'Espaiat'},'position':{'title':_0x969c28(0x23f),'x':'X','y':'Y','width':_0x969c28(0x21c),'height':_0x969c28(0x1bd),'rotation':_0x969c28(0x1d6)},'style':{'shadow':_0x969c28(0x271),'shadowColor':_0x969c28(0x225),'shadowBlurRadius':'Difuminat','shadowDistance':_0x969c28(0x196),'shadowDirection':_0x969c28(0x1d0),'shadowPresetTitle':_0x969c28(0x206),'shadowPresetNone':_0x969c28(0x239),'shadowPresetCustom':_0x969c28(0x199),'shadowTransparency':_0x969c28(0x260),'shadowSize':_0x969c28(0x1eb),'shadowPreset':{'shdw6':_0x969c28(0x203),'shdw5':_0x969c28(0x230),'shdw2':_0x969c28(0x1d2),'shdw1':_0x969c28(0x19a),'shdw14':_0x969c28(0x1ac),'shdw10':'Exterior:\x20superior\x20esquerra\x20gran'}},'fill':{'title':'Ompliment','noFill':_0x969c28(0x1e0),'solidFill':_0x969c28(0x25e),'gradientFill':_0x969c28(0x1fd),'pictureFill':_0x969c28(0x21a),'color':_0x969c28(0x1cd),'transparency':_0x969c28(0x260),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x969c28(0x1e3),'tileAsTexture':_0x969c28(0x250),'offsetX':_0x969c28(0x1a3),'offsetY':_0x969c28(0x1b8),'scaleX':_0x969c28(0x1a5),'scaleY':_0x969c28(0x198),'alignment':_0x969c28(0x1be),'rotateWithShape':'Girar\x20amb\x20la\x20forma','align':{'tl':_0x969c28(0x26b),'t':_0x969c28(0x1a2),'tr':_0x969c28(0x207),'l':'Esquerra','ctr':_0x969c28(0x1ca),'r':'Dreta','bl':_0x969c28(0x1fb),'b':_0x969c28(0x1fe),'br':_0x969c28(0x1cf)}}},'line':{'title':_0x969c28(0x272),'noLine':_0x969c28(0x1f0),'solidLine':_0x969c28(0x1e2),'color':_0x969c28(0x1cd),'transparency':_0x969c28(0x260),'width':_0x969c28(0x21c),'cornerRadius':_0x969c28(0x21d),'beginArrowType':'Tipus\x20de\x20fletxa\x20inicial','beginArrowSize':_0x969c28(0x1d9),'endArrowType':_0x969c28(0x1cc),'endArrowSize':_0x969c28(0x1f8),'dashType':{'title':_0x969c28(0x257),'solid':_0x969c28(0x19f),'roundDot':_0x969c28(0x240),'squareDot':'Punt\x20quadrat','dash':'Guió','dashDot':'Guió-punt','longDash':_0x969c28(0x24d),'longDashDot':_0x969c28(0x1ad),'longDashDotDot':_0x969c28(0x1bc)},'capType':{'title':'Tipus\x20d\x27extrem','flat':_0x969c28(0x1c7),'round':_0x969c28(0x1b4),'square':_0x969c28(0x1f1)},'joinType':{'title':_0x969c28(0x247),'miter':_0x969c28(0x1d0),'round':_0x969c28(0x244),'bevel':_0x969c28(0x228)},'sketchType':{'title':'Tipus\x20d\x27esbós','none':_0x969c28(0x24c),'curved':_0x969c28(0x238),'freehand':_0x969c28(0x1cb),'handDrawn':'Dibuixat\x20a\x20mà'},'arrowType':{'none':_0x969c28(0x24c),'arrow':_0x969c28(0x210),'openArrow':'Fletxa\x20oberta','stealthArrow':_0x969c28(0x1c4),'diamondArrow':_0x969c28(0x18f),'ovalArrow':_0x969c28(0x24e)},'arrowSize':{'small':_0x969c28(0x1a1),'medium':_0x969c28(0x1f6),'large':_0x969c28(0x26e)}}},'objectListPanel':{'title':_0x969c28(0x1bf),'showAll':'Mostra-ho\x20tot','hideAll':_0x969c28(0x223),'show':_0x969c28(0x1f7),'hide':_0x969c28(0x264),'moveForward':_0x969c28(0x1ed),'moveBackward':'Envia\x20enrere','nameInput':_0x969c28(0x229),'empty':'No\x20hi\x20ha\x20objectes','close':_0x969c28(0x251),'name':_0x969c28(0x1db),'description':_0x969c28(0x25b),'descriptionPlaceholder':'Afegeix\x20una\x20descripció','details':'Detalls','noSelection':_0x969c28(0x267)},'backgroundPanel':{'title':_0x969c28(0x20f),'backgroundGraphics':_0x969c28(0x1c8),'hideBackgroundGraphics':_0x969c28(0x275),'presentationBackground':'Fons\x20de\x20la\x20presentació','presentationBackgroundEmpty':'No\x20configurat','presentationBackgroundImages':_0x969c28(0x224),'setPresentationBackground':'Definir\x20fons','clearPresentationBackground':_0x969c28(0x268),'none':'Sense\x20ompliment','solid':_0x969c28(0x1fa),'gradient':'Ompliment\x20degradat','image':'Ompliment\x20d\x27imatge','pattern':_0x969c28(0x235),'color':_0x969c28(0x1cd),'transparency':_0x969c28(0x260),'imageSource':_0x969c28(0x202),'insertImage':_0x969c28(0x23b),'fit':_0x969c28(0x273),'fitOptions':{'cover':_0x969c28(0x1a8),'contain':_0x969c28(0x1af),'stretch':_0x969c28(0x25a),'repeat':'Mosaic'},'patternHint':_0x969c28(0x23a),'applyToAll':'Aplicar\x20a\x20tots','resetBackground':_0x969c28(0x22e)},'transitionPanel':{'title':_0x969c28(0x1e5),'effect':_0x969c28(0x263),'direction':_0x969c28(0x1f3),'duration':_0x969c28(0x217),'preview':_0x969c28(0x25c),'applyToAll':_0x969c28(0x22d),'effects':{'none':'Cap','fade':'Esvair','push':_0x969c28(0x26d),'wipe':_0x969c28(0x1e6),'split':'Dividir','reveal':_0x969c28(0x23d),'cut':_0x969c28(0x24b),'uncover':_0x969c28(0x236),'cover':_0x969c28(0x1ae),'zoom':_0x969c28(0x256)},'directions':{'left':_0x969c28(0x265),'right':_0x969c28(0x205),'up':_0x969c28(0x1c3),'down':_0x969c28(0x1c5)}},'contextmenu':{'addPage':_0x969c28(0x252),'backgroundPanel':'Formatar\x20fons','transitionPanel':'Transicions','speakerNotes':'Notes\x20de\x20l\x27orador','ruler':_0x969c28(0x19e),'shapePanel':_0x969c28(0x243),'flipHorizontal':_0x969c28(0x26c),'flipVertical':_0x969c28(0x255),'group':_0x969c28(0x1b7),'ungroup':_0x969c28(0x1d1)},'presentation':{'play':_0x969c28(0x1e8),'playFromBeginning':_0x969c28(0x194),'playFromCurrent':_0x969c28(0x234),'playDualScreen':_0x969c28(0x26f),'playDualScreenFromBeginning':_0x969c28(0x22f),'playDualScreenFromCurrent':_0x969c28(0x1b1),'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':_0x969c28(0x270),'presentationEnded':'Presentació\x20finalitzada','previous':'Anterior','next':_0x969c28(0x1a7),'exit':'Sortir','slideProgress':'Diapositiva\x20{current}\x20de\x20{total}','speakerNotes':_0x969c28(0x1d4),'speakerNotesPlaceholder':_0x969c28(0x1c9),'speakerNotesEmpty':_0x969c28(0x21f),'speakerNotesSave':'Desar','speakerNotesCancel':'Cancel·lar'},'slide':{'placeholder':{'text':{'title':_0x969c28(0x20b),'subtitle':_0x969c28(0x1aa),'body':'Feu\x20clic\x20per\x20afegir\x20text','text':'Feu\x20clic\x20per\x20afegir\x20text','header':'Marcador\x20de\x20posició\x20de\x20capçalera','footer':_0x969c28(0x222),'date':_0x969c28(0x1dc),'slideNumber':'Marcador\x20de\x20posició\x20de\x20número\x20de\x20diapositiva'},'icon':{'image':_0x969c28(0x1b5),'table':'Taula','chart':_0x969c28(0x221),'diagram':'Diagrama','media':_0x969c28(0x1a0)}}},'image-panel':{'arrange':{'title':_0x969c28(0x220),'forward':_0x969c28(0x1b3),'backward':_0x969c28(0x1ab),'front':_0x969c28(0x1a4),'back':'Enviar\x20al\x20fons'},'transform':{'title':'Transformar','rotate':_0x969c28(0x19b),'x':'X\x20(px)','y':_0x969c28(0x1e7),'width':_0x969c28(0x19c),'height':_0x969c28(0x1ec),'lock':_0x969c28(0x1f5)},'crop':{'title':_0x969c28(0x278),'start':_0x969c28(0x25d),'mode':'Lliure','shape':_0x969c28(0x241)}}}};function _0x1e74(){const _0x59d1d2=['Reproduir\x20des\x20de\x20l\x27inici','Més\x20estils','Distància','Mida\x20personalitzada','Escala\x20Y','Personalitzat','Exterior:\x20superior\x20esquerra','Girar\x20(°)','Amplada\x20(px)','Alinea\x20a\x20la\x20dreta','Regle','Sòlid','Multimèdia','Petita','Superior','Desplaçament\x20X','Portar\x20al\x20davant','Escala\x20X','5604bvZvTI','Següent','Omplir','10591GyRywb','Feu\x20clic\x20per\x20afegir\x20un\x20subtítol','Enviar\x20enrere','Exterior:\x20inferior\x20dreta\x20petita','Guió\x20llarg-punt','Cobrir','Ajustar','Alinea\x20a\x20baix','Doble\x20pantalla\x20des\x20de\x20l\x27actual','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','Portar\x20endavant','Rodó','Imatge','Diapositiva','Agrupar','Desplaçament\x20Y','Línia\x20sòlida\x20fina\x20taronja','En\x20blanc','Ajusta\x20el\x20text\x20a\x20la\x20forma','Guió\x20llarg-punt-punt','Alçada','Alineació','Llista\x20d\x27objectes','Accent\x20taronja','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','26557880AxENpk','Des\x20de\x20dalt','Fletxa\x20furtiva','Des\x20de\x20baix','Insereix','Pla','Gràfics\x20de\x20fons','Feu\x20clic\x20per\x20afegir\x20notes\x20per\x20a\x20la\x20diapositiva\x20actual','Centre','Mà\x20alçada','Tipus\x20de\x20fletxa\x20final','Color','A\x20dalt\x20i\x20a\x20baix','Inferior\x20dreta','Angle','Desagrupar','Exterior:\x20superior\x20dreta','9034536AuRgsB','Notes\x20de\x20l\x27orador','Línia\x20sòlida\x20fina\x20negra','Rotació','Forma','Línia\x20discontínua\x20fina\x20negra','Mida\x20de\x20fletxa\x20inicial','Línia\x20discontínua\x20fina\x20grisa','Nom','Marcador\x20de\x20posició\x20de\x20data','Justifica','Accent\x20blau','Quadre\x20de\x20text\x20vertical','Sense\x20emplenament','Retalla','Línia\x20sòlida','Inserir\x20imatge','9117234DcZTan','Transicions','Escombrar','Y\x20(px)','Reproduir','Tipus\x20de\x20paràgraf','Darrere\x20del\x20text','Mida','Alçada\x20(px)','Porta\x20endavant','Estils\x20de\x20forma','Mida\x20de\x20la\x20taula','Sense\x20línia','Quadrat','Diapositiva\x20de\x20títol','Direcció','15270LZavSK','Bloquejar\x20proporció','Mitjana','Mostra','Mida\x20de\x20fletxa\x20final','Dreta','Ompliment\x20sòlid','Inferior\x20esquerra','Família\x20de\x20lletra','Emplenament\x20degradat','Inferior','Quadre\x20de\x20text\x20horitzontal','Enganxa','Capçalera\x20de\x20secció','Inserir\x20imatge\x20des\x20de','Exterior:\x20inferior\x20dreta','Afegeix\x20una\x20diapositiva\x20a\x20sota','Des\x20de\x20la\x20dreta','Predefinit','Superior\x20dreta','Color\x20de\x20text\x20transparent','Línia\x20verda\x20amb\x20fletxes\x20bidireccionals','No\x20ajustis\x20autom?ticament','Feu\x20clic\x20per\x20afegir\x20un\x20títol','Línia\x20discontínua\x20fina\x20blava','Files','Quadre\x20de\x20text','Formatar\x20fons','Fletxa','1qdYUys','Color\x20de\x20fons\x20del\x20text','Columnes','Comparació','Títol\x20i\x20contingut','Alineació\x20horitzontal','Durada','Davant\x20del\x20text','Redimensiona\x20la\x20forma\x20per\x20ajustar\x20el\x20text','Emplenament\x20d\x27imatge\x20o\x20textura','Títol\x20negre','Amplada','Radi\x20de\x20cantonada','Eliminar\x20forma','Sense\x20notes\x20de\x20l\x27orador','Organitzar','Gràfic','Marcador\x20de\x20posició\x20de\x20peu\x20de\x20pàgina','Amaga-ho\x20tot','imatge(s)','Color\x20de\x20l’ombra','Cursiva','844ERtRZg','Bisel','Nom\x20de\x20l\x27objecte','Obrir\x20panell\x20de\x20formes','Alinea\x20a\x20l\x27esquerra','Subratllat','Aplicar\x20a\x20tots','Restablir\x20fons','Doble\x20pantalla\x20des\x20de\x20l\x27inici','Exterior:\x20inferior\x20esquerra','Línia\x20discontínua\x20verda\x20amb\x20fletxes\x20bidireccionals','Trieu\x20una\x20disposició','Aplica','Reproduir\x20des\x20de\x20la\x20diapositiva\x20actual','Ompliment\x20de\x20patró','Descobrir','Negreta','Corbat','Sense\x20ombra','La\x20configuració\x20de\x20patró\x20estarà\x20disponible\x20aviat.','Fitxer...','5840210MFScpd','Revelar','Línia\x20sòlida\x20fina\x20grisa','Posició\x20i\x20mida','Punt\x20rodó','Retallar\x20a\x20forma','Marge\x20interior','Formatar\x20forma','Rodona','Ajust\x20autom?tic','Color\x20del\x20text','Tipus\x20de\x20unió','Cerca\x20diapositives\x20i\x20objectes','Centra','Posició','Tallar','Cap','Guió\x20llarg','Fletxa\x20ovalada','Valors\x20per\x20defecte\x20de\x20forma','Mosaic\x20d\x27imatge\x20com\x20a\x20textura','Tanca','Nova\x20diapositiva','+\x20Afegir\x20diapositiva','Redimensiona\x20el\x20tauler\x20de\x20miniatures\x20de\x20les\x20diapositives','Girar\x20verticalment','Zoom','Tipus\x20de\x20discontinu','Discontínua','901972suRYeb','Estirar','Descripció','Vista\x20prèvia','Iniciar\x20retall','Emplenament\x20sòlid','Format\x20de\x20forma','Transparència','Dos\x20continguts','Nota\x20grisa','Efecte','Amaga','Des\x20de\x20l\x27esquerra','Estils\x20de\x20text','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Esborrar','Redueix\x20el\x20text\x20en\x20desbordar','Línia\x20blava\x20amb\x20fletxa\x20final','Superior\x20esquerra','Girar\x20horitzontalment','Empènyer','Gran','Presentació\x20de\x20doble\x20pantalla','Feu\x20clic\x20per\x20a\x20pantalla\x20completa','Ombra','Línia','Ajust','Suprimeix','Amagar\x20gràfics\x20del\x20patró/disseny','Cerca','Estils\x20de\x20línia','Retallar','Alinea\x20a\x20dalt','Fletxa\x20de\x20diamant','Alinea\x20al\x20mig','Copia','Reinicia\x20el\x20color','Ratllat'];_0x1e74=function(){return _0x59d1d2;};return _0x1e74();}function _0x21fe(_0xdf2e37,_0x255abc){_0xdf2e37=_0xdf2e37-0x18f;const _0x1e74bd=_0x1e74();let _0x21fe22=_0x1e74bd[_0xdf2e37];return _0x21fe22;}export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2e4e(_0x598d44,_0x42bd75){_0x598d44=_0x598d44-0x172;const _0x3aa29b=_0x3aa2();let _0x2e4e40=_0x3aa29b[_0x598d44];return _0x2e4e40;}const _0x4f1c40=_0x2e4e;function _0x3aa2(){const _0x3b95c2=['Durchgezogene\x20Linie','Keine\x20Linie','Graue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','Dauer','Verbindungstyp','Frei','Form','+\x20Folie\x20hinzufügen','Links','Übergänge','Horizontales\x20Textfeld','Details','Mitte','Außen:\x20oben\x20links\x20groß','3158604eoNPTa','Auf\x20alle\x20anwenden','Foliendesign\x20auswählen','Keine\x20Sprechernotizen','Rechtsbündig','Zuschneiden\x20starten','Gehrung','Offener\x20Pfeil','Akzent\x20blau','Quadratischer\x20Punkt','Position','Langer\x20Strich','Textstile','Transparenz','Tippen\x20Sie,\x20um\x20Foliennamen,\x20Text\x20und\x20Objektnamen\x20zu\x20suchen.','Im\x20Textfluss','Keine\x20Ergebnisse\x20gefunden.','Hinweis\x20grau','Freihand','Transformieren','Klicken\x20Sie,\x20um\x20Notizen\x20für\x20die\x20aktuelle\x20Folie\x20hinzuzufügen','Versatz\x20X','Schriftgröße\x20verkleinern','Effekt','Gruppierung\x20aufheben','Titelfolie','Wischen','Löschen','Gekrümmt','Außen:\x20unten\x20links','Schneiden','Zwei\x20Inhalte','Hinter\x20dem\x20Text','Pfeilgröße\x20am\x20Ende','In\x20den\x20Hintergrund','Abschrägung','Ausblenden','X\x20(px)','Objektliste','Vertikal\x20zentrieren','Schattenfarbe','Mit\x20Form\x20drehen','Zweibildschirm-Präsentation','Aufdecken','Vertikales\x20Textfeld','Formstile','Formstandards','Weichzeichnen','Kursiv','Strichtyp','18NFcWOj','Hintergrund\x20festlegen','Benutzerdefinierte\x20Größe','Schwarze\x20dünne\x20durchgezogene\x20Linie','Einfarbige\x20Füllung','Suchen','Textfeld','Versatz\x20Y','Mittig','1286055oWisBp','Zeilen','Einblenden','Bild\x20einfügen\x20aus','Winkel','Sprechernotizen','Oben\x20links','Drehen\x20(°)','Schieben','Breite\x20(px)','Objektname','Runder\x20Punkt','Bild-\x20oder\x20Texturfüllung','Blaue\x20dünne\x20durchgezogene\x20Linie','Bildquelle','Tabellengröße','Nach\x20vorne\x20bringen','Von\x20unten','Wiedergeben','Textkörper\x20schwarz','Ausrichtung','Zweibildschirm\x20von\x20Anfang','Keine\x20Objekte','Datei...','Farbe','225UDAojh','Von\x20Anfang\x20wiedergeben','Drehung','Alle\x20ausblenden','Linksbündig','Einfügen','Höhe','Bild\x20als\x20Textur\x20kacheln','Langer\x20Strich-Punkt-Punkt','Zurück','Klicken\x20Sie,\x20um\x20einen\x20Untertitel\x20hinzuzufügen','Orange\x20dünne\x20durchgezogene\x20Linie','Bild\x20einfügen','Nach\x20hinten\x20senden','Anwenden','Außen:\x20unten\x20rechts\x20klein','Bild','Gestrichelt','Klicken\x20Sie,\x20um\x20einen\x20Titel\x20hinzuzufügen','Bildfüllung','In\x20den\x20Vordergrund','Beschreibung','Füllung','Skalierung\x20X','Unten\x20rechts','Abschnittsüberschrift','Form\x20ändern','Zweibildschirm\x20ab\x20aktueller\x20Folie','8giSutv','Schwarze\x20dünne\x20gestrichelte\x20Linie','Abbrechen','Auf\x20Form\x20zuschneiden','Voreinstellung','Strich-Punkt','Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','Zentriert','Präsentationshintergrund','Blocksatz','Graue\x20dünne\x20gestrichelte\x20Linie','Anpassung','2636316yXnzXm','Titel\x20und\x20Inhalt','Durchgestrichen','Folie\x20{current}\x20von\x20{total}','Diagramm','Datumsplatzhalter','Folie\x20darunter\x20hinzufügen','3994186FtqiwM','Leer','Einpassen','Oben\x20rechts','Designs','Ab\x20aktueller\x20Folie\x20wiedergeben','Außen:\x20oben\x20rechts','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Grüne\x20gestrichelte\x20Linie\x20mit\x20Doppelpfeil','Abdecken','Verlaufsfüllung','Benutzerdefiniert','Vor\x20dem\x20Text','Kein\x20Schatten','Horizontale\x20Ausrichtung','Hintergrundgrafiken','Richtung','Form\x20löschen','Formformat','Mustereinstellungen\x20werden\x20bald\x20verfügbar\x20sein.','Quadratisch','27428zgdBAg','Anordnen','Blaue\x20Linie\x20mit\x20Endpfeil','Unten','Abstand','Titel\x20schwarz','Diamantpfeil','Textfarbe','Pfeil','Fett','Foliennummernplatzhalter','Transparente\x20Textfarbe','Unterstrichen','Texthintergrundfarbe','Blaue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','Hintergrund\x20zurücksetzen','Keiner','Zuschneiden','Beenden','Lineal','Skizzentyp','Mittel','Füllen','Hintergrund\x20formatieren','Schließen','Form\x20formatieren','Tabelle','Blaue\x20dünne\x20gestrichelte\x20Linie','Vergleich','Folien\x20und\x20Objekte\x20suchen','Schriftart','Linie','Oben\x20und\x20unten','Layout\x20auswählen','Klicken\x20Sie\x20für\x20Vollbild','Oben\x20bündig','Enthüllen','Neue\x20Folie','Zoom','Y\x20(px)','Gruppieren','Unten\x20bündig','Die\x20Zweibildschirm-Präsentation\x20kann\x20nicht\x20gestartet\x20werden.\x20Erlaube\x20die\x20Fensterverwaltungsberechtigung\x20und\x20verbinde\x20ein\x20erweitertes\x20Display.\x20Versuche\x20es\x20dann\x20erneut.','Schatten','Höhe\x20(px)','Rund','Außen:\x20unten\x20rechts','Akzent\x20orange','Groß','Weiter','Kacheln','Skalierung\x20Y','1345571lOnujt','Unten\x20ausrichten','9518090yXPsnB','Handgezeichnet'];_0x3aa2=function(){return _0x3b95c2;};return _0x3aa2();}(function(_0x458357,_0x4f2d81){const _0x28b056=_0x2e4e,_0x542512=_0x458357();while(!![]){try{const _0x5d457f=parseInt(_0x28b056(0x1f7))/0x1+-parseInt(_0x28b056(0x1c3))/0x2*(parseInt(_0x28b056(0x17f))/0x3)+parseInt(_0x28b056(0x1a7))/0x4+-parseInt(_0x28b056(0x244))/0x5*(parseInt(_0x28b056(0x23b))/0x6)+-parseInt(_0x28b056(0x1ae))/0x7*(parseInt(_0x28b056(0x19b))/0x8)+parseInt(_0x28b056(0x209))/0x9+parseInt(_0x28b056(0x1f9))/0xa;if(_0x5d457f===_0x4f2d81)break;else _0x542512['push'](_0x542512['shift']());}catch(_0xce3407){_0x542512['push'](_0x542512['shift']());}}}(_0x3aa2,0xe4aba));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x4f1c40(0x1c0),'changeShape':_0x4f1c40(0x199)},'insertToolbar':{'search':_0x4f1c40(0x240),'text':_0x4f1c40(0x241),'textHorizontal':_0x4f1c40(0x205),'textVertical':_0x4f1c40(0x235),'image':_0x4f1c40(0x18f),'table':_0x4f1c40(0x1dd),'shape':_0x4f1c40(0x201),'chart':_0x4f1c40(0x1ab)},'tableSizePicker':{'title':_0x4f1c40(0x175),'customSize':_0x4f1c40(0x23d),'rows':_0x4f1c40(0x245),'columns':'Spalten','insert':_0x4f1c40(0x184),'apply':_0x4f1c40(0x18d)},'searchPanel':{'placeholder':_0x4f1c40(0x1e0),'noQuery':_0x4f1c40(0x217),'empty':_0x4f1c40(0x219),'slidePrefix':'Folie'},'themePicker':{'title':_0x4f1c40(0x1b2),'caption':_0x4f1c40(0x237),'tooltip':_0x4f1c40(0x20b)},'editorToolbar':{'fontFamily':_0x4f1c40(0x1e1),'fontSize':'Schriftgröße','paragraphType':'Absatztyp','heading1':'Überschrift\x201','increaseFontSize':'Schriftgröße\x20vergrößern','decreaseFontSize':_0x4f1c40(0x21f),'textColor':_0x4f1c40(0x1ca),'transparentTextColor':_0x4f1c40(0x1ce),'textBackgroundColor':_0x4f1c40(0x1d0),'bold':'Fett','italic':_0x4f1c40(0x239),'underline':_0x4f1c40(0x1cf),'strikethrough':_0x4f1c40(0x1a9),'horizontalAlign':_0x4f1c40(0x1bc),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0x4f1c40(0x183),'alignCenter':_0x4f1c40(0x1a2),'alignRight':_0x4f1c40(0x20d),'alignJustify':_0x4f1c40(0x1a4),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x4f1c40(0x230),'alignBottom':_0x4f1c40(0x1f8)},'quickStyles':{'tooltip':'Schnellformatvorlagen','shapeStyles':_0x4f1c40(0x236),'lineStyles':'Linienstile','textStyles':_0x4f1c40(0x215),'more':'Weitere\x20Stile','groups':{'solid':'Durchgezogen','dashed':_0x4f1c40(0x190)},'presets':{'line':{'blackSolid':_0x4f1c40(0x23e),'blueSolid':_0x4f1c40(0x173),'orangeSolid':_0x4f1c40(0x18a),'graySolid':'Graue\x20dünne\x20durchgezogene\x20Linie','blueEndArrow':_0x4f1c40(0x1c5),'greenTwoWayArrow':'Grüne\x20Linie\x20mit\x20Doppelpfeil','blackDashed':_0x4f1c40(0x19c),'blueDashed':_0x4f1c40(0x1de),'grayDashed':_0x4f1c40(0x1a5),'blueDashedEndArrow':_0x4f1c40(0x1d1),'grayDashedEndArrow':_0x4f1c40(0x1fd),'greenDashedTwoWayArrow':_0x4f1c40(0x1b6)},'text':{'bodyBlack':_0x4f1c40(0x179),'titleBlack':_0x4f1c40(0x1c8),'accentBlue':_0x4f1c40(0x211),'accentOrange':_0x4f1c40(0x1f2),'noteGray':_0x4f1c40(0x21a)}}},'thumbnailBar':{'resizePanel':'Größe\x20des\x20Folienminiaturbereichs\x20ändern','addSlide':_0x4f1c40(0x202),'contextMenu':{'cut':'Ausschneiden','copy':'Kopieren','paste':_0x4f1c40(0x184),'addBelow':_0x4f1c40(0x1ad),'delete':_0x4f1c40(0x224)},'layoutPicker':{'title':_0x4f1c40(0x1e4),'layouts':{'title':_0x4f1c40(0x222),'titleAndBody':_0x4f1c40(0x1a8),'sectionHeader':_0x4f1c40(0x198),'twoColumns':_0x4f1c40(0x228),'comparison':_0x4f1c40(0x1df),'blank':_0x4f1c40(0x1af),'titleOnly':'Nur\x20Titel','pictureWithCaption':'Bild\x20mit\x20Beschriftung'}}},'shapePanel':{'title':_0x4f1c40(0x1dc),'shapeStyle':'Formstil','shapePosition':_0x4f1c40(0x213),'openPanel':'Form-Panel\x20öffnen','deleteShape':_0x4f1c40(0x1bf),'toolbar':{'alignLeft':_0x4f1c40(0x183),'alignCenter':_0x4f1c40(0x1a2),'alignRight':'Rechtsbündig','alignJustify':_0x4f1c40(0x1a4),'bold':_0x4f1c40(0x1cc),'italic':_0x4f1c40(0x239),'underline':_0x4f1c40(0x1cf),'strikethrough':_0x4f1c40(0x1a9),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','fillColor':_0x4f1c40(0x1d0),'resetColor':'Farbe\x20zurücksetzen'},'align':{'top':_0x4f1c40(0x1e6),'middle':_0x4f1c40(0x243),'bottom':_0x4f1c40(0x1ec)},'textWrap':{'inline':_0x4f1c40(0x218),'square':_0x4f1c40(0x1c2),'topAndBottom':_0x4f1c40(0x1e3),'behindText':_0x4f1c40(0x229),'inFrontText':_0x4f1c40(0x1ba)},'position':{'title':'Position\x20und\x20Größe','x':'X','y':'Y','width':'Breite','height':_0x4f1c40(0x185),'rotation':_0x4f1c40(0x181)},'style':{'shadow':_0x4f1c40(0x1ee),'shadowColor':_0x4f1c40(0x231),'shadowBlurRadius':_0x4f1c40(0x238),'shadowDistance':_0x4f1c40(0x1c7),'shadowDirection':_0x4f1c40(0x248),'shadowPresetTitle':_0x4f1c40(0x19f),'shadowPresetNone':_0x4f1c40(0x1bb),'shadowPresetCustom':_0x4f1c40(0x1b9),'shadowTransparency':'Transparenz','shadowSize':'Größe','shadowPreset':{'shdw6':_0x4f1c40(0x1f1),'shdw5':_0x4f1c40(0x226),'shdw2':_0x4f1c40(0x1b4),'shdw1':'Außen:\x20oben\x20links','shdw14':_0x4f1c40(0x18e),'shdw10':_0x4f1c40(0x208)}},'fill':{'title':_0x4f1c40(0x195),'noFill':'Keine\x20Füllung','solidFill':_0x4f1c40(0x23f),'gradientFill':'Farbverlauffüllung','pictureFill':_0x4f1c40(0x172),'color':_0x4f1c40(0x17e),'transparency':_0x4f1c40(0x216),'picture':{'source':_0x4f1c40(0x174),'insert':_0x4f1c40(0x18b),'tileAsTexture':_0x4f1c40(0x186),'offsetX':_0x4f1c40(0x21e),'offsetY':_0x4f1c40(0x242),'scaleX':_0x4f1c40(0x196),'scaleY':_0x4f1c40(0x1f6),'alignment':_0x4f1c40(0x17a),'rotateWithShape':_0x4f1c40(0x232),'align':{'tl':_0x4f1c40(0x24a),'t':'Oben','tr':_0x4f1c40(0x1b1),'l':_0x4f1c40(0x203),'ctr':_0x4f1c40(0x207),'r':'Rechts','bl':'Unten\x20links','b':_0x4f1c40(0x1c6),'br':_0x4f1c40(0x197)}}},'line':{'title':_0x4f1c40(0x1e2),'noLine':_0x4f1c40(0x1fc),'solidLine':_0x4f1c40(0x1fb),'color':_0x4f1c40(0x17e),'transparency':_0x4f1c40(0x216),'width':'Breite','cornerRadius':'Eckenradius','beginArrowType':'Pfeiltyp\x20am\x20Anfang','beginArrowSize':'Pfeilgröße\x20am\x20Anfang','endArrowType':'Pfeiltyp\x20am\x20Ende','endArrowSize':_0x4f1c40(0x22a),'dashType':{'title':_0x4f1c40(0x23a),'solid':'Durchgezogen','roundDot':_0x4f1c40(0x24f),'squareDot':_0x4f1c40(0x212),'dash':'Strich','dashDot':_0x4f1c40(0x1a0),'longDash':_0x4f1c40(0x214),'longDashDot':'Langer\x20Strich-Punkt','longDashDotDot':_0x4f1c40(0x187)},'capType':{'title':'Endentyp','flat':'Flach','round':_0x4f1c40(0x1f0),'square':'Quadratisch'},'joinType':{'title':_0x4f1c40(0x1ff),'miter':_0x4f1c40(0x20f),'round':'Rund','bevel':_0x4f1c40(0x22c)},'sketchType':{'title':_0x4f1c40(0x1d7),'none':_0x4f1c40(0x1d3),'curved':_0x4f1c40(0x225),'freehand':_0x4f1c40(0x21b),'handDrawn':_0x4f1c40(0x1fa)},'arrowType':{'none':'Keiner','arrow':_0x4f1c40(0x1cb),'openArrow':_0x4f1c40(0x210),'stealthArrow':'Stealth-Pfeil','diamondArrow':_0x4f1c40(0x1c9),'ovalArrow':'Ovaler\x20Pfeil'},'arrowSize':{'small':'Klein','medium':_0x4f1c40(0x1d8),'large':_0x4f1c40(0x1f3)}}},'objectListPanel':{'title':_0x4f1c40(0x22f),'showAll':'Alle\x20anzeigen','hideAll':_0x4f1c40(0x182),'show':'Anzeigen','hide':_0x4f1c40(0x22d),'moveForward':_0x4f1c40(0x176),'moveBackward':_0x4f1c40(0x18c),'nameInput':_0x4f1c40(0x24e),'empty':_0x4f1c40(0x17c),'close':_0x4f1c40(0x1db),'name':'Name','description':_0x4f1c40(0x194),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x4f1c40(0x206),'noSelection':_0x4f1c40(0x1b5)},'backgroundPanel':{'title':_0x4f1c40(0x1da),'backgroundGraphics':_0x4f1c40(0x1bd),'hideBackgroundGraphics':'Master-/Layout-Grafiken\x20ausblenden','presentationBackground':_0x4f1c40(0x1a3),'presentationBackgroundEmpty':'Nicht\x20festgelegt','presentationBackgroundImages':'Bild(er)','setPresentationBackground':_0x4f1c40(0x23c),'clearPresentationBackground':_0x4f1c40(0x224),'none':'Keine\x20Füllung','solid':_0x4f1c40(0x23f),'gradient':_0x4f1c40(0x1b8),'image':_0x4f1c40(0x192),'pattern':'Musterefüllung','color':'Farbe','transparency':_0x4f1c40(0x216),'imageSource':_0x4f1c40(0x247),'insertImage':_0x4f1c40(0x17d),'fit':_0x4f1c40(0x1a6),'fitOptions':{'cover':_0x4f1c40(0x1d9),'contain':_0x4f1c40(0x1b0),'stretch':'Strecken','repeat':_0x4f1c40(0x1f5)},'patternHint':_0x4f1c40(0x1c1),'applyToAll':_0x4f1c40(0x20a),'resetBackground':_0x4f1c40(0x1d2)},'transitionPanel':{'title':_0x4f1c40(0x204),'effect':_0x4f1c40(0x220),'direction':_0x4f1c40(0x1be),'duration':_0x4f1c40(0x1fe),'preview':'Vorschau','applyToAll':_0x4f1c40(0x20a),'effects':{'none':_0x4f1c40(0x1d3),'fade':_0x4f1c40(0x246),'push':_0x4f1c40(0x24c),'wipe':_0x4f1c40(0x223),'split':'Teilen','reveal':_0x4f1c40(0x234),'cut':_0x4f1c40(0x227),'uncover':_0x4f1c40(0x1e7),'cover':_0x4f1c40(0x1b7),'zoom':_0x4f1c40(0x1e9)},'directions':{'left':'Von\x20links','right':'Von\x20rechts','up':'Von\x20oben','down':_0x4f1c40(0x177)}},'contextmenu':{'addPage':_0x4f1c40(0x1e8),'backgroundPanel':_0x4f1c40(0x1da),'transitionPanel':_0x4f1c40(0x204),'speakerNotes':_0x4f1c40(0x249),'ruler':_0x4f1c40(0x1d6),'shapePanel':_0x4f1c40(0x1dc),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':'Vertikal\x20spiegeln','group':_0x4f1c40(0x1eb),'ungroup':_0x4f1c40(0x221)},'presentation':{'play':_0x4f1c40(0x178),'playFromBeginning':_0x4f1c40(0x180),'playFromCurrent':_0x4f1c40(0x1b3),'playDualScreen':_0x4f1c40(0x233),'playDualScreenFromBeginning':_0x4f1c40(0x17b),'playDualScreenFromCurrent':_0x4f1c40(0x19a),'dualScreenUnavailable':_0x4f1c40(0x1ed),'fullscreenPrompt':_0x4f1c40(0x1e5),'presentationEnded':'Präsentation\x20beendet','previous':_0x4f1c40(0x188),'next':_0x4f1c40(0x1f4),'exit':_0x4f1c40(0x1d5),'slideProgress':_0x4f1c40(0x1aa),'speakerNotes':_0x4f1c40(0x249),'speakerNotesPlaceholder':_0x4f1c40(0x21d),'speakerNotesEmpty':_0x4f1c40(0x20c),'speakerNotesSave':'Speichern','speakerNotesCancel':_0x4f1c40(0x19d)},'slide':{'placeholder':{'text':{'title':_0x4f1c40(0x191),'subtitle':_0x4f1c40(0x189),'body':_0x4f1c40(0x1a1),'text':'Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','header':'Kopfzeilenplatzhalter','footer':'Fußzeilenplatzhalter','date':_0x4f1c40(0x1ac),'slideNumber':_0x4f1c40(0x1cd)},'icon':{'image':_0x4f1c40(0x18f),'table':_0x4f1c40(0x1dd),'chart':_0x4f1c40(0x1ab),'diagram':_0x4f1c40(0x1ab),'media':'Medien'}}},'image-panel':{'arrange':{'title':_0x4f1c40(0x1c4),'forward':'Nach\x20vorne\x20bringen','backward':_0x4f1c40(0x18c),'front':_0x4f1c40(0x193),'back':_0x4f1c40(0x22b)},'transform':{'title':_0x4f1c40(0x21c),'rotate':_0x4f1c40(0x24b),'x':_0x4f1c40(0x22e),'y':_0x4f1c40(0x1ea),'width':_0x4f1c40(0x24d),'height':_0x4f1c40(0x1ef),'lock':'Seitenverhältnis\x20sperren'},'crop':{'title':_0x4f1c40(0x1d4),'start':_0x4f1c40(0x20e),'mode':_0x4f1c40(0x200),'shape':_0x4f1c40(0x19e)}}}};export{e as default};
|
|
1
|
+
const _0x510f41=_0x5de2;function _0x166a(){const _0x3229d4=['Mustereinstellungen\x20werden\x20bald\x20verfügbar\x20sein.','Folien\x20und\x20Objekte\x20suchen','401170dNURSK','Textfarbe','Diagramm','Suchen','Form\x20formatieren','Handgezeichnet','Benutzerdefinierte\x20Größe','In\x20den\x20Hintergrund','Medien','Mit\x20Form\x20drehen','Formstile','Klicken\x20Sie,\x20um\x20einen\x20Titel\x20hinzuzufügen','Klicken\x20Sie,\x20um\x20Text\x20hinzuzufügen','Einfarbige\x20Füllung','Hinweis\x20grau','Form','Schnellformatvorlagen','Orange\x20dünne\x20durchgezogene\x20Linie','Fett','Anzahl','Datei...','Benutzerdefiniert','Rechts','Klicken\x20Sie,\x20um\x20Notizen\x20für\x20die\x20aktuelle\x20Folie\x20hinzuzufügen','Bild\x20einfügen','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Vertikale\x20Ausrichtung','Zuschneiden\x20starten','Auf\x20alle\x20anwenden','Links','Formstandards','Oben\x20links','Details','Bild(er)','Vergleich','Zeilen','Skalierung\x20Y','Quadratisch','Zentriert','Außen:\x20unten\x20rechts\x20klein','Titel\x20schwarz','Nach\x20vorne\x20bringen','+\x20Folie\x20hinzufügen','Horizontale\x20Ausrichtung','Texthintergrundfarbe','Absatztyp','Breite\x20(px)','Hintergrund\x20zurücksetzen','Transparente\x20Textfarbe','Kein\x20Schatten','Nach\x20hinten\x20senden','Auf\x20Form\x20zuschneiden','Nur\x20Titel','Größe','285456zwweVi','Text\x20in\x20Form\x20umbrechen','Unten\x20ausrichten','Y\x20(px)','Durchgezogen','Versatz\x20Y','Pfeilgröße\x20am\x20Anfang','Schriftgröße\x20verkleinern','Löschen','Titel\x20und\x20Inhalt','Form-Panel\x20öffnen','Quadratischer\x20Punkt','Formstil','Beenden','Hinter\x20dem\x20Text','Pfeiltyp\x20am\x20Anfang','Nicht\x20automatisch\x20anpassen','Unten\x20rechts','Position\x20und\x20Größe','Textfeld','Tippen\x20Sie,\x20um\x20Foliennamen,\x20Text\x20und\x20Objektnamen\x20zu\x20suchen.','880266GvZOpL','Schwarze\x20dünne\x20gestrichelte\x20Linie','Überschrift\x201','Hintergrund\x20festlegen','Winkel','Foliennummernplatzhalter','Blaue\x20dünne\x20durchgezogene\x20Linie','Ausblenden','Folie','Blaue\x20Linie\x20mit\x20Endpfeil','Transformieren','Vorschau','Form\x20löschen','Tabelle','2jKovrg','Horizontal','Keine\x20Ergebnisse\x20gefunden.','Horizontales\x20Textfeld','Aufdecken','Außen:\x20oben\x20links','Master-/Layout-Grafiken\x20ausblenden','Oben','Alle\x20ausblenden','Teilen','Kursiv','Eckenradius','Objektliste','Abschnittsüberschrift','Abdecken','Pfeil','Schatten','Dauer','Anzeigen','Linienstile','Stealth-Pfeil','Im\x20Textfluss','Wischen','Frei','Spalten','Von\x20links','Gehrung','Von\x20rechts','Schieben','Rund','Kopieren','Zurück','Bild','Vor\x20dem\x20Text','Einpassen','Endentyp','In\x20den\x20Vordergrund','83256cqSDjg','Farbe','Rechtsbündig','Akzent\x20blau','Klein','Gruppieren','316300ueZaAv','Füllung','Durchgestrichen','Abschrägung','Einfügen','Keine\x20Sprechernotizen','Drehen\x20(°)','Formformat','Mitte','Runder\x20Punkt','Bildquelle','Vertikales\x20Textfeld','Akzent\x20orange','Zweibildschirm\x20ab\x20aktueller\x20Folie','Gruppierung\x20aufheben','Farbverlauffüllung','Freihand','Ab\x20aktueller\x20Folie\x20wiedergeben','Ovaler\x20Pfeil','Form\x20an\x20Text\x20anpassen','Unten','Position','Präsentationshintergrund','Außen:\x20unten\x20rechts','Mittig','Voreinstellung','Form\x20ändern','Strichtyp','Sprechernotizen','Folie\x20{current}\x20von\x20{total}','Ausschneiden','Keine\x20Füllung','Schließen','X\x20(px)','Von\x20Anfang\x20wiedergeben','Oben\x20und\x20unten','Nicht\x20festgelegt','190809aRBaLn','Offener\x20Pfeil','Strich-Punkt','Foliendesign\x20auswählen','Anordnen','Text\x20bei\x20?berlauf\x20verkleinern','Bild\x20mit\x20Beschriftung','Oben\x20rechts','Hintergrundgrafiken','Abstand','Weichzeichnen','Verlaufsfüllung','Langer\x20Strich','Textstile','Pfeiltyp\x20am\x20Ende','Lineal','Hintergrund\x20formatieren','728968BIRjCN','Langer\x20Strich-Punkt-Punkt','Pfeilgröße\x20am\x20Ende','Gestrichelt','Textrichtung','Schriftgröße','Richtung','Keiner','Bild\x20als\x20Textur\x20kacheln','Skalierung\x20X','Kacheln','Unten\x20bündig','Folie\x20darunter\x20hinzufügen','Unterstrichen','Bildfüllung','Beschreibung','Automatische\x20Anpassung','Textkörper\x20schwarz','Zwei\x20Inhalte','Zweibildschirm\x20von\x20Anfang','Groß','Oben\x20bündig','Füllen','Außen:\x20oben\x20links\x20groß','Speichern','Objektname','Diamantpfeil','Transparenz','Unten\x20links','Horizontal\x20spiegeln','Durchgezogene\x20Linie','Farbe\x20zurücksetzen'];_0x166a=function(){return _0x3229d4;};return _0x166a();}function _0x5de2(_0x5b95b2,_0x4b2fd7){_0x5b95b2=_0x5b95b2-0xb2;const _0x166af5=_0x166a();let _0x5de2ef=_0x166af5[_0x5b95b2];return _0x5de2ef;}(function(_0x3b24b7,_0x2a946d){const _0x51345a=_0x5de2,_0x36af37=_0x3b24b7();while(!![]){try{const _0x85b1dc=-parseInt(_0x51345a(0x16d))/0x1*(-parseInt(_0x51345a(0xb6))/0x2)+parseInt(_0x51345a(0xe1))/0x3+parseInt(_0x51345a(0xf2))/0x4+parseInt(_0x51345a(0xbc))/0x5+-parseInt(_0x51345a(0x15f))/0x6+-parseInt(_0x51345a(0x114))/0x7+-parseInt(_0x51345a(0x14a))/0x8;if(_0x85b1dc===_0x2a946d)break;else _0x36af37['push'](_0x36af37['shift']());}catch(_0x572a1f){_0x36af37['push'](_0x36af37['shift']());}}}(_0x166a,0x25452));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x510f41(0xc3),'changeShape':_0x510f41(0xd6)},'insertToolbar':{'search':_0x510f41(0x117),'text':_0x510f41(0x15d),'textHorizontal':_0x510f41(0x170),'textVertical':_0x510f41(0xc7),'image':_0x510f41(0x18d),'table':'Tabelle','shape':_0x510f41(0x123),'chart':_0x510f41(0x116)},'tableSizePicker':{'title':'Tabellengröße','customSize':_0x510f41(0x11a),'rows':_0x510f41(0x137),'columns':_0x510f41(0x185),'insert':_0x510f41(0xc0),'apply':'Anwenden'},'searchPanel':{'placeholder':_0x510f41(0x113),'noQuery':_0x510f41(0x15e),'empty':_0x510f41(0x16f),'slidePrefix':_0x510f41(0x167)},'themePicker':{'title':'Designs','caption':_0x510f41(0x132),'tooltip':_0x510f41(0xe4)},'editorToolbar':{'fontFamily':'Schriftart','fontSize':_0x510f41(0xf7),'paragraphType':_0x510f41(0x141),'heading1':_0x510f41(0x161),'increaseFontSize':'Schriftgröße\x20vergrößern','decreaseFontSize':_0x510f41(0x151),'textColor':_0x510f41(0x115),'transparentTextColor':_0x510f41(0x144),'textBackgroundColor':_0x510f41(0x140),'bold':'Fett','italic':_0x510f41(0x177),'underline':'Unterstrichen','strikethrough':_0x510f41(0xbe),'horizontalAlign':_0x510f41(0x13f),'verticalAlign':_0x510f41(0x12e),'alignLeft':'Linksbündig','alignCenter':_0x510f41(0x13a),'alignRight':'Rechtsbündig','alignJustify':'Blocksatz','alignTop':'Oben\x20ausrichten','alignMiddle':'Vertikal\x20zentrieren','alignBottom':_0x510f41(0x14c)},'quickStyles':{'tooltip':_0x510f41(0x124),'shapeStyles':_0x510f41(0x11e),'lineStyles':_0x510f41(0x180),'textStyles':_0x510f41(0xee),'more':'Weitere\x20Stile','groups':{'solid':_0x510f41(0x14e),'dashed':_0x510f41(0xf5)},'presets':{'line':{'blackSolid':'Schwarze\x20dünne\x20durchgezogene\x20Linie','blueSolid':_0x510f41(0x165),'orangeSolid':_0x510f41(0x125),'graySolid':'Graue\x20dünne\x20durchgezogene\x20Linie','blueEndArrow':_0x510f41(0x168),'greenTwoWayArrow':'Grüne\x20Linie\x20mit\x20Doppelpfeil','blackDashed':_0x510f41(0x160),'blueDashed':'Blaue\x20dünne\x20gestrichelte\x20Linie','grayDashed':'Graue\x20dünne\x20gestrichelte\x20Linie','blueDashedEndArrow':'Blaue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','grayDashedEndArrow':'Graue\x20gestrichelte\x20Linie\x20mit\x20Endpfeil','greenDashedTwoWayArrow':'Grüne\x20gestrichelte\x20Linie\x20mit\x20Doppelpfeil'},'text':{'bodyBlack':_0x510f41(0x103),'titleBlack':_0x510f41(0x13c),'accentBlue':_0x510f41(0xb9),'accentOrange':_0x510f41(0xc8),'noteGray':_0x510f41(0x122)}}},'thumbnailBar':{'resizePanel':'Größe\x20des\x20Folienminiaturbereichs\x20ändern','addSlide':_0x510f41(0x13e),'contextMenu':{'cut':_0x510f41(0xda),'copy':_0x510f41(0x18b),'paste':'Einfügen','addBelow':_0x510f41(0xfe),'delete':'Löschen'},'layoutPicker':{'title':'Layout\x20auswählen','layouts':{'title':'Titelfolie','titleAndBody':_0x510f41(0x153),'sectionHeader':_0x510f41(0x17a),'twoColumns':_0x510f41(0x104),'comparison':_0x510f41(0x136),'blank':'Leer','titleOnly':_0x510f41(0x148),'pictureWithCaption':_0x510f41(0xe7)}}},'shapePanel':{'title':_0x510f41(0x118),'shapeStyle':_0x510f41(0x156),'shapePosition':_0x510f41(0xd1),'openPanel':_0x510f41(0x154),'deleteShape':_0x510f41(0x16b),'toolbar':{'alignLeft':'Linksbündig','alignCenter':_0x510f41(0x13a),'alignRight':_0x510f41(0xb8),'alignJustify':'Blocksatz','bold':_0x510f41(0x126),'italic':_0x510f41(0x177),'underline':_0x510f41(0xff),'strikethrough':_0x510f41(0xbe),'textColor':_0x510f41(0x115),'textBackgroundColor':_0x510f41(0x140),'fillColor':_0x510f41(0x140),'resetColor':_0x510f41(0x111)},'align':{'top':_0x510f41(0x107),'middle':_0x510f41(0xd4),'bottom':_0x510f41(0xfd)},'textWrap':{'inline':_0x510f41(0x182),'square':_0x510f41(0x139),'topAndBottom':_0x510f41(0xdf),'behindText':_0x510f41(0x158),'inFrontText':_0x510f41(0xb2)},'textBox':{'title':_0x510f41(0x15d),'textDirection':_0x510f41(0xf6),'textDirectionHorizontal':_0x510f41(0x16e),'textDirectionVertical':'Vertikal','autoFit':_0x510f41(0x102),'autoFitNone':_0x510f41(0x15a),'autoFitShrink':_0x510f41(0xe6),'autoFitResize':_0x510f41(0xcf),'wrapText':_0x510f41(0x14b),'padding':'Innenabstand','paddingLeft':_0x510f41(0x131),'paddingRight':_0x510f41(0x12a),'paddingTop':_0x510f41(0x174),'paddingBottom':_0x510f41(0xd0),'columns':_0x510f41(0x185),'columnCount':_0x510f41(0x127),'columnSpacing':'Abstand'},'position':{'title':_0x510f41(0x15c),'x':'X','y':'Y','width':'Breite','height':'Höhe','rotation':'Drehung'},'style':{'shadow':_0x510f41(0x17d),'shadowColor':'Schattenfarbe','shadowBlurRadius':_0x510f41(0xeb),'shadowDistance':_0x510f41(0xea),'shadowDirection':_0x510f41(0x163),'shadowPresetTitle':_0x510f41(0xd5),'shadowPresetNone':_0x510f41(0x145),'shadowPresetCustom':_0x510f41(0x129),'shadowTransparency':_0x510f41(0x10d),'shadowSize':_0x510f41(0x149),'shadowPreset':{'shdw6':_0x510f41(0xd3),'shdw5':'Außen:\x20unten\x20links','shdw2':'Außen:\x20oben\x20rechts','shdw1':_0x510f41(0x172),'shdw14':_0x510f41(0x13b),'shdw10':_0x510f41(0x109)}},'fill':{'title':_0x510f41(0xbd),'noFill':_0x510f41(0xdb),'solidFill':'Einfarbige\x20Füllung','gradientFill':_0x510f41(0xcb),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x510f41(0xb7),'transparency':'Transparenz','picture':{'source':_0x510f41(0xc6),'insert':_0x510f41(0x12c),'tileAsTexture':_0x510f41(0xfa),'offsetX':'Versatz\x20X','offsetY':_0x510f41(0x14f),'scaleX':_0x510f41(0xfb),'scaleY':_0x510f41(0x138),'alignment':'Ausrichtung','rotateWithShape':_0x510f41(0x11d),'align':{'tl':_0x510f41(0x133),'t':_0x510f41(0x174),'tr':_0x510f41(0xe8),'l':_0x510f41(0x131),'ctr':_0x510f41(0xc4),'r':_0x510f41(0x12a),'bl':_0x510f41(0x10e),'b':'Unten','br':_0x510f41(0x15b)}}},'line':{'title':'Linie','noLine':'Keine\x20Linie','solidLine':_0x510f41(0x110),'color':_0x510f41(0xb7),'transparency':_0x510f41(0x10d),'width':'Breite','cornerRadius':_0x510f41(0x178),'beginArrowType':_0x510f41(0x159),'beginArrowSize':_0x510f41(0x150),'endArrowType':_0x510f41(0xef),'endArrowSize':_0x510f41(0xf4),'dashType':{'title':_0x510f41(0xd7),'solid':_0x510f41(0x14e),'roundDot':_0x510f41(0xc5),'squareDot':_0x510f41(0x155),'dash':'Strich','dashDot':_0x510f41(0xe3),'longDash':_0x510f41(0xed),'longDashDot':'Langer\x20Strich-Punkt','longDashDotDot':_0x510f41(0xf3)},'capType':{'title':_0x510f41(0xb4),'flat':'Flach','round':'Rund','square':_0x510f41(0x139)},'joinType':{'title':'Verbindungstyp','miter':_0x510f41(0x187),'round':_0x510f41(0x18a),'bevel':_0x510f41(0xbf)},'sketchType':{'title':'Skizzentyp','none':_0x510f41(0xf9),'curved':'Gekrümmt','freehand':_0x510f41(0xcc),'handDrawn':_0x510f41(0x119)},'arrowType':{'none':_0x510f41(0xf9),'arrow':_0x510f41(0x17c),'openArrow':_0x510f41(0xe2),'stealthArrow':_0x510f41(0x181),'diamondArrow':_0x510f41(0x10c),'ovalArrow':_0x510f41(0xce)},'arrowSize':{'small':_0x510f41(0xba),'medium':'Mittel','large':_0x510f41(0x106)}}},'objectListPanel':{'title':_0x510f41(0x179),'showAll':'Alle\x20anzeigen','hideAll':_0x510f41(0x175),'show':_0x510f41(0x17f),'hide':_0x510f41(0x166),'moveForward':'Nach\x20vorne\x20bringen','moveBackward':_0x510f41(0x146),'nameInput':_0x510f41(0x10b),'empty':'Keine\x20Objekte','close':_0x510f41(0xdc),'name':'Name','description':_0x510f41(0x101),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x510f41(0x134),'noSelection':_0x510f41(0x12d)},'backgroundPanel':{'title':_0x510f41(0xf1),'backgroundGraphics':_0x510f41(0xe9),'hideBackgroundGraphics':_0x510f41(0x173),'presentationBackground':_0x510f41(0xd2),'presentationBackgroundEmpty':_0x510f41(0xe0),'presentationBackgroundImages':_0x510f41(0x135),'setPresentationBackground':_0x510f41(0x162),'clearPresentationBackground':_0x510f41(0x152),'none':'Keine\x20Füllung','solid':_0x510f41(0x121),'gradient':_0x510f41(0xec),'image':_0x510f41(0x100),'pattern':'Musterefüllung','color':_0x510f41(0xb7),'transparency':_0x510f41(0x10d),'imageSource':'Bild\x20einfügen\x20aus','insertImage':_0x510f41(0x128),'fit':'Anpassung','fitOptions':{'cover':_0x510f41(0x108),'contain':_0x510f41(0xb3),'stretch':'Strecken','repeat':_0x510f41(0xfc)},'patternHint':_0x510f41(0x112),'applyToAll':_0x510f41(0x130),'resetBackground':_0x510f41(0x143)},'transitionPanel':{'title':'Übergänge','effect':'Effekt','direction':_0x510f41(0xf8),'duration':_0x510f41(0x17e),'preview':_0x510f41(0x16a),'applyToAll':_0x510f41(0x130),'effects':{'none':_0x510f41(0xf9),'fade':'Einblenden','push':_0x510f41(0x189),'wipe':_0x510f41(0x183),'split':_0x510f41(0x176),'reveal':_0x510f41(0x171),'cut':'Schneiden','uncover':'Enthüllen','cover':_0x510f41(0x17b),'zoom':'Zoom'},'directions':{'left':_0x510f41(0x186),'right':_0x510f41(0x188),'up':'Von\x20oben','down':'Von\x20unten'}},'contextmenu':{'addPage':'Neue\x20Folie','backgroundPanel':_0x510f41(0xf1),'transitionPanel':'Übergänge','speakerNotes':_0x510f41(0xd8),'ruler':_0x510f41(0xf0),'shapePanel':'Form\x20formatieren','flipHorizontal':_0x510f41(0x10f),'flipVertical':'Vertikal\x20spiegeln','group':_0x510f41(0xbb),'ungroup':_0x510f41(0xca)},'presentation':{'play':'Wiedergeben','playFromBeginning':_0x510f41(0xde),'playFromCurrent':_0x510f41(0xcd),'playDualScreen':'Zweibildschirm-Präsentation','playDualScreenFromBeginning':_0x510f41(0x105),'playDualScreenFromCurrent':_0x510f41(0xc9),'dualScreenUnavailable':'Die\x20Zweibildschirm-Präsentation\x20kann\x20nicht\x20gestartet\x20werden.\x20Erlaube\x20die\x20Fensterverwaltungsberechtigung\x20und\x20verbinde\x20ein\x20erweitertes\x20Display.\x20Versuche\x20es\x20dann\x20erneut.','fullscreenPrompt':'Klicken\x20Sie\x20für\x20Vollbild','presentationEnded':'Präsentation\x20beendet','previous':_0x510f41(0x18c),'next':'Weiter','exit':_0x510f41(0x157),'slideProgress':_0x510f41(0xd9),'speakerNotes':_0x510f41(0xd8),'speakerNotesPlaceholder':_0x510f41(0x12b),'speakerNotesEmpty':_0x510f41(0xc1),'speakerNotesSave':_0x510f41(0x10a),'speakerNotesCancel':'Abbrechen'},'slide':{'placeholder':{'text':{'title':_0x510f41(0x11f),'subtitle':'Klicken\x20Sie,\x20um\x20einen\x20Untertitel\x20hinzuzufügen','body':_0x510f41(0x120),'text':_0x510f41(0x120),'header':'Kopfzeilenplatzhalter','footer':'Fußzeilenplatzhalter','date':'Datumsplatzhalter','slideNumber':_0x510f41(0x164)},'icon':{'image':'Bild','table':_0x510f41(0x16c),'chart':_0x510f41(0x116),'diagram':'Diagramm','media':_0x510f41(0x11c)}}},'image-panel':{'arrange':{'title':_0x510f41(0xe5),'forward':_0x510f41(0x13d),'backward':_0x510f41(0x146),'front':_0x510f41(0xb5),'back':_0x510f41(0x11b)},'transform':{'title':_0x510f41(0x169),'rotate':_0x510f41(0xc2),'x':_0x510f41(0xdd),'y':_0x510f41(0x14d),'width':_0x510f41(0x142),'height':'Höhe\x20(px)','lock':'Seitenverhältnis\x20sperren'},'crop':{'title':'Zuschneiden','start':_0x510f41(0x12f),'mode':_0x510f41(0x184),'shape':_0x510f41(0x147)}}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x55f0(){const _0x9f2eb9=['Columns','Table\x20size','Align\x20Bottom','Font\x20family','Join\x20type','Details','Shadow\x20color','Green\x20line\x20with\x20two-way\x20arrows','10WBQWDT','Freehand','Delete','No\x20objects','Font\x20size','Arrange','Align\x20top','Object\x20name','Medium','None','Choose\x20a\x20layout','Description','Orange\x20thin\x20solid\x20line','Miter','Set\x20Background','Play\x20from\x20current\x20slide','Direction','Align\x20Left','Bevel','Begin\x20arrow\x20size','Resize\x20slide\x20thumbnail\x20panel','Outer:\x20Top\x20Right','Text\x20styles','Click\x20to\x20add\x20notes\x20for\x20the\x20current\x20slide','Align\x20center','Format\x20Shape','Type\x20to\x20search\x20slide\x20names,\x20text,\x20and\x20object\x20names.','Effect','Color','Horizontal\x20align','Open\x20Shape\x20Panel','Send\x20to\x20Back','Right','+\x20Add\x20slide','Delete\x20Shape','Curved','Accent\x20blue','Group','80dVMwfI','Cancel','Fit','End\x20arrow\x20type','In\x20front\x20of\x20text','Picture','Add\x20slide\x20below','2253867CCFxUL','Dash\x20type','Text\x20box','Solid\x20fill','Crop','Not\x20set','New\x20Slide','Center','Change\x20Shape','Themes','Shape','Shape\x20style','Title\x20and\x20Content','Uncover','28VRvhvT','Title\x20Only','Footer\x20placeholder','Gradient\x20fill','Text\x20color','Italic','Custom','Align\x20Middle','Offset\x20Y','Two\x20Content','Green\x20dashed\x20line\x20with\x20two-way\x20arrows','Insert\x20picture\x20from','Picture\x20source','Square','Play','Cut','Ruler','Scale\x20Y','1229137bhqAsh','Free','Table','Dual-screen\x20from\x20current\x20slide','Horizontal\x20text\x20box','Body\x20black','Reset\x20Background','Shape\x20defaults','Dashed','Pattern\x20fill','Picture\x20fill','No\x20results\x20found.','Y\x20(px)','Crop\x20to\x20Shape','Previous','Exit','No\x20fill','Show\x20All','Title\x20black','Save','From\x20Left','Media','Diagram','Increase\x20font\x20size','Click\x20to\x20enter\x20fullscreen','Transparency','47900mEDRyF','Blur','Paragraph\x20type','Black\x20thin\x20solid\x20line','Top\x20Right','Top\x20Left','Fill','Top','X\x20(px)','Apply\x20to\x20All','Transitions','Left','Send\x20Backward','Add\x20description','End\x20arrow\x20size','Cover','Bring\x20to\x20Front','Hide\x20master/layout\x20graphics','Unable\x20to\x20start\x20dual-screen\x20presentation.\x20Allow\x20window\x20management\x20permission\x20and\x20connect\x20an\x20extended\x20display,\x20then\x20try\x20again.','Vertical\x20text\x20box','Paste','5kLXKOr','Shadow','Text\x20Background\x20color','Slide','Quick\x20styles','Long\x20dash\x20dot','Square\x20dot','Accent\x20orange','Wipe','Slide\x20number\x20placeholder','Click\x20to\x20add\x20a\x20subtitle','Tile\x20picture\x20as\x20texture','Speaker\x20notes','Choose\x20slide\x20theme','Bring\x20Forward','Click\x20to\x20add\x20text','Deck\x20background','Text\x20background\x20color','Search','Align\x20Top','Justify','Position','Bold','Gray\x20dashed\x20line\x20with\x20end\x20arrow','Height\x20(px)','Shape\x20Format','Long\x20dash\x20dot\x20dot','Behind\x20text','In\x20line\x20with\x20text','Underline','Close','Image','Blank','Hand-drawn','Line','Clear','Width','Rows','Corner\x20radius','Line\x20styles','Comparison','Section\x20Header','Solid','Dual-screen\x20presentation','Insert','No\x20speaker\x20notes','Background\x20graphics','From\x20Bottom','No\x20line','Small','Flip\x20Horizontal','8759sPQzgb','Open\x20arrow','Split','Picture\x20with\x20Caption','Click\x20to\x20add\x20a\x20title','Rotate\x20with\x20shape','Outer:\x20Bottom\x20Right\x20Small','Offset\x20X','Strikethrough','Begin\x20arrow\x20type','Bottom\x20Right','Dash','Outer:\x20Top\x20Left','Decrease\x20font\x20size','Align\x20Right','Hide','Round','Large','Preset','Black\x20thin\x20dashed\x20line','615048luNmgN','786174OSHSAt','Format\x20Background','Align\x20right','Play\x20from\x20beginning','Reveal','Distance','Ungroup','Chart','Insert\x20picture','Name','Scale\x20X','Date\x20placeholder','Dash\x20dot','Transform','From\x20Right','133605ZfRSYI','Tile','Bottom','Title\x20Slide','Round\x20dot','Flip\x20Vertical','Top\x20and\x20Bottom','Push','Next'];_0x55f0=function(){return _0x9f2eb9;};return _0x55f0();}function _0x56a0(_0x38ab3b,_0x5bf47f){_0x38ab3b=_0x38ab3b-0x138;const _0x55f05a=_0x55f0();let _0x56a0ef=_0x55f05a[_0x38ab3b];return _0x56a0ef;}const _0x5f4410=_0x56a0;(function(_0x10de60,_0x530152){const _0x19232d=_0x56a0,_0x239bc1=_0x10de60();while(!![]){try{const _0x290995=parseInt(_0x19232d(0x1ef))/0x1*(-parseInt(_0x19232d(0x17b))/0x2)+parseInt(_0x19232d(0x203))/0x3+parseInt(_0x19232d(0x1a7))/0x4+parseInt(_0x19232d(0x1bc))/0x5*(parseInt(_0x19232d(0x204))/0x6)+-parseInt(_0x19232d(0x18d))/0x7+-parseInt(_0x19232d(0x166))/0x8*(parseInt(_0x19232d(0x213))/0x9)+parseInt(_0x19232d(0x140))/0xa*(parseInt(_0x19232d(0x16d))/0xb);if(_0x290995===_0x530152)break;else _0x239bc1['push'](_0x239bc1['shift']());}catch(_0x254749){_0x239bc1['push'](_0x239bc1['shift']());}}}(_0x55f0,0x19f0a));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x5f4410(0x1d5),'changeShape':_0x5f4410(0x175)},'insertToolbar':{'search':_0x5f4410(0x1ce),'text':_0x5f4410(0x16f),'textHorizontal':_0x5f4410(0x191),'textVertical':_0x5f4410(0x1ba),'image':'Image','table':'Table','shape':_0x5f4410(0x177),'chart':_0x5f4410(0x20b)},'tableSizePicker':{'title':_0x5f4410(0x139),'customSize':'Custom\x20size','rows':_0x5f4410(0x1e1),'columns':_0x5f4410(0x138),'insert':_0x5f4410(0x1e8),'apply':'Apply'},'searchPanel':{'placeholder':'Search\x20slides\x20and\x20objects','noQuery':_0x5f4410(0x15a),'empty':_0x5f4410(0x198),'slidePrefix':_0x5f4410(0x1bf)},'themePicker':{'title':_0x5f4410(0x176),'caption':_0x5f4410(0x194),'tooltip':_0x5f4410(0x1c9)},'editorToolbar':{'fontFamily':_0x5f4410(0x13b),'fontSize':_0x5f4410(0x144),'paragraphType':_0x5f4410(0x1a9),'heading1':'Title\x201','increaseFontSize':_0x5f4410(0x1a4),'decreaseFontSize':_0x5f4410(0x1fc),'textColor':'Text\x20color','transparentTextColor':'Transparent\x20text\x20color','textBackgroundColor':_0x5f4410(0x1cd),'bold':_0x5f4410(0x1d2),'italic':_0x5f4410(0x180),'underline':_0x5f4410(0x1d9),'strikethrough':_0x5f4410(0x1f7),'horizontalAlign':_0x5f4410(0x15d),'verticalAlign':'Vertical\x20align','alignLeft':'Align\x20left','alignCenter':_0x5f4410(0x158),'alignRight':_0x5f4410(0x206),'alignJustify':_0x5f4410(0x1d0),'alignTop':_0x5f4410(0x146),'alignMiddle':'Align\x20middle','alignBottom':'Align\x20bottom'},'quickStyles':{'tooltip':_0x5f4410(0x1c0),'shapeStyles':'Shape\x20styles','lineStyles':_0x5f4410(0x1e3),'textStyles':_0x5f4410(0x156),'more':'More\x20styles','groups':{'solid':_0x5f4410(0x1e6),'dashed':_0x5f4410(0x195)},'presets':{'line':{'blackSolid':_0x5f4410(0x1aa),'blueSolid':'Blue\x20thin\x20solid\x20line','orangeSolid':_0x5f4410(0x14c),'graySolid':'Gray\x20thin\x20solid\x20line','blueEndArrow':'Blue\x20line\x20with\x20end\x20arrow','greenTwoWayArrow':_0x5f4410(0x13f),'blackDashed':_0x5f4410(0x202),'blueDashed':'Blue\x20thin\x20dashed\x20line','grayDashed':'Gray\x20thin\x20dashed\x20line','blueDashedEndArrow':'Blue\x20dashed\x20line\x20with\x20end\x20arrow','grayDashedEndArrow':_0x5f4410(0x1d3),'greenDashedTwoWayArrow':_0x5f4410(0x185)},'text':{'bodyBlack':_0x5f4410(0x192),'titleBlack':_0x5f4410(0x19f),'accentBlue':_0x5f4410(0x164),'accentOrange':_0x5f4410(0x1c3),'noteGray':'Note\x20gray'}}},'thumbnailBar':{'resizePanel':_0x5f4410(0x154),'addSlide':_0x5f4410(0x161),'contextMenu':{'cut':_0x5f4410(0x18a),'copy':'Copy','paste':_0x5f4410(0x1bb),'addBelow':_0x5f4410(0x16c),'delete':_0x5f4410(0x142)},'layoutPicker':{'title':_0x5f4410(0x14a),'layouts':{'title':_0x5f4410(0x216),'titleAndBody':_0x5f4410(0x179),'sectionHeader':_0x5f4410(0x1e5),'twoColumns':_0x5f4410(0x184),'comparison':_0x5f4410(0x1e4),'blank':_0x5f4410(0x1dc),'titleOnly':_0x5f4410(0x17c),'pictureWithCaption':_0x5f4410(0x1f2)}}},'shapePanel':{'title':'Format\x20shape','shapeStyle':_0x5f4410(0x178),'shapePosition':_0x5f4410(0x1d1),'openPanel':_0x5f4410(0x15e),'deleteShape':_0x5f4410(0x162),'toolbar':{'alignLeft':_0x5f4410(0x151),'alignCenter':'Align\x20Center','alignRight':_0x5f4410(0x1fd),'alignJustify':'Justify','bold':'Bold','italic':_0x5f4410(0x180),'underline':_0x5f4410(0x1d9),'strikethrough':_0x5f4410(0x1f7),'textColor':_0x5f4410(0x17f),'textBackgroundColor':_0x5f4410(0x1cd),'fillColor':_0x5f4410(0x1be),'resetColor':'Reset\x20color'},'align':{'top':_0x5f4410(0x1cf),'middle':_0x5f4410(0x182),'bottom':_0x5f4410(0x13a)},'textWrap':{'inline':_0x5f4410(0x1d8),'square':'Square','topAndBottom':_0x5f4410(0x219),'behindText':_0x5f4410(0x1d7),'inFrontText':_0x5f4410(0x16a)},'position':{'title':'Position\x20and\x20size','x':'X','y':'Y','width':_0x5f4410(0x1e0),'height':'Height','rotation':'Rotation'},'style':{'shadow':_0x5f4410(0x1bd),'shadowColor':_0x5f4410(0x13e),'shadowBlurRadius':_0x5f4410(0x1a8),'shadowDistance':_0x5f4410(0x209),'shadowDirection':'Angle','shadowPresetTitle':_0x5f4410(0x201),'shadowPresetNone':'No\x20shadow','shadowPresetCustom':_0x5f4410(0x181),'shadowTransparency':_0x5f4410(0x1a6),'shadowSize':'Size','shadowPreset':{'shdw6':'Outer:\x20Bottom\x20Right','shdw5':'Outer:\x20Bottom\x20Left','shdw2':_0x5f4410(0x155),'shdw1':_0x5f4410(0x1fb),'shdw14':_0x5f4410(0x1f5),'shdw10':'Outer:\x20Top\x20Left\x20Large'}},'fill':{'title':_0x5f4410(0x1ad),'noFill':_0x5f4410(0x19d),'solidFill':'Solid','gradientFill':'Gradient','pictureFill':_0x5f4410(0x16b),'color':_0x5f4410(0x15c),'transparency':_0x5f4410(0x1a6),'picture':{'source':_0x5f4410(0x187),'insert':_0x5f4410(0x20c),'tileAsTexture':_0x5f4410(0x1c7),'offsetX':_0x5f4410(0x1f6),'offsetY':_0x5f4410(0x183),'scaleX':_0x5f4410(0x20e),'scaleY':_0x5f4410(0x18c),'alignment':'Alignment','rotateWithShape':_0x5f4410(0x1f4),'align':{'tl':_0x5f4410(0x1ac),'t':_0x5f4410(0x1ae),'tr':_0x5f4410(0x1ab),'l':_0x5f4410(0x1b2),'ctr':_0x5f4410(0x174),'r':_0x5f4410(0x160),'bl':'Bottom\x20Left','b':_0x5f4410(0x215),'br':_0x5f4410(0x1f9)}}},'line':{'title':_0x5f4410(0x1de),'noLine':_0x5f4410(0x1ec),'solidLine':'Solid\x20line','color':_0x5f4410(0x15c),'transparency':'Transparency','width':'Width','cornerRadius':_0x5f4410(0x1e2),'beginArrowType':_0x5f4410(0x1f8),'beginArrowSize':_0x5f4410(0x153),'endArrowType':_0x5f4410(0x169),'endArrowSize':_0x5f4410(0x1b5),'dashType':{'title':_0x5f4410(0x16e),'solid':_0x5f4410(0x1e6),'roundDot':_0x5f4410(0x217),'squareDot':_0x5f4410(0x1c2),'dash':_0x5f4410(0x1fa),'dashDot':_0x5f4410(0x210),'longDash':'Long\x20dash','longDashDot':_0x5f4410(0x1c1),'longDashDotDot':_0x5f4410(0x1d6)},'capType':{'title':'Cap\x20type','flat':'Flat','round':'Round','square':_0x5f4410(0x188)},'joinType':{'title':_0x5f4410(0x13c),'miter':_0x5f4410(0x14d),'round':_0x5f4410(0x1ff),'bevel':_0x5f4410(0x152)},'sketchType':{'title':'Sketch\x20type','none':_0x5f4410(0x149),'curved':_0x5f4410(0x163),'freehand':_0x5f4410(0x141),'handDrawn':_0x5f4410(0x1dd)},'arrowType':{'none':_0x5f4410(0x149),'arrow':'Arrow','openArrow':_0x5f4410(0x1f0),'stealthArrow':'Stealth\x20arrow','diamondArrow':'Diamond\x20arrow','ovalArrow':'Oval\x20arrow'},'arrowSize':{'small':_0x5f4410(0x1ed),'medium':_0x5f4410(0x148),'large':_0x5f4410(0x200)}}},'objectListPanel':{'title':'Object\x20list','showAll':_0x5f4410(0x19e),'hideAll':'Hide\x20All','show':'Show','hide':_0x5f4410(0x1fe),'moveForward':_0x5f4410(0x1ca),'moveBackward':_0x5f4410(0x1b3),'nameInput':_0x5f4410(0x147),'empty':_0x5f4410(0x143),'close':_0x5f4410(0x1da),'name':_0x5f4410(0x20d),'description':_0x5f4410(0x14b),'descriptionPlaceholder':_0x5f4410(0x1b4),'details':_0x5f4410(0x13d),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'},'backgroundPanel':{'title':_0x5f4410(0x205),'backgroundGraphics':_0x5f4410(0x1ea),'hideBackgroundGraphics':_0x5f4410(0x1b8),'presentationBackground':_0x5f4410(0x1cc),'presentationBackgroundEmpty':_0x5f4410(0x172),'presentationBackgroundImages':'image(s)','setPresentationBackground':_0x5f4410(0x14e),'clearPresentationBackground':_0x5f4410(0x1df),'none':_0x5f4410(0x19d),'solid':_0x5f4410(0x170),'gradient':_0x5f4410(0x17e),'image':_0x5f4410(0x197),'pattern':_0x5f4410(0x196),'color':_0x5f4410(0x15c),'transparency':'Transparency','imageSource':_0x5f4410(0x186),'insertImage':'File...','fit':_0x5f4410(0x168),'fitOptions':{'cover':_0x5f4410(0x1ad),'contain':_0x5f4410(0x168),'stretch':'Stretch','repeat':_0x5f4410(0x214)},'patternHint':'Pattern\x20settings\x20will\x20be\x20available\x20soon.','applyToAll':_0x5f4410(0x1b0),'resetBackground':_0x5f4410(0x193)},'transitionPanel':{'title':_0x5f4410(0x1b1),'effect':_0x5f4410(0x15b),'direction':_0x5f4410(0x150),'duration':'Duration','preview':'Preview','applyToAll':_0x5f4410(0x1b0),'effects':{'none':_0x5f4410(0x149),'fade':'Fade','push':_0x5f4410(0x21a),'wipe':_0x5f4410(0x1c4),'split':_0x5f4410(0x1f1),'reveal':_0x5f4410(0x208),'cut':_0x5f4410(0x18a),'uncover':_0x5f4410(0x17a),'cover':_0x5f4410(0x1b6),'zoom':'Zoom'},'directions':{'left':_0x5f4410(0x1a1),'right':_0x5f4410(0x212),'up':'From\x20Top','down':_0x5f4410(0x1eb)}},'contextmenu':{'addPage':_0x5f4410(0x173),'backgroundPanel':_0x5f4410(0x205),'transitionPanel':_0x5f4410(0x1b1),'speakerNotes':_0x5f4410(0x1c8),'ruler':_0x5f4410(0x18b),'shapePanel':_0x5f4410(0x159),'flipHorizontal':_0x5f4410(0x1ee),'flipVertical':_0x5f4410(0x218),'group':_0x5f4410(0x165),'ungroup':_0x5f4410(0x20a)},'presentation':{'play':_0x5f4410(0x189),'playFromBeginning':_0x5f4410(0x207),'playFromCurrent':_0x5f4410(0x14f),'playDualScreen':_0x5f4410(0x1e7),'playDualScreenFromBeginning':'Dual-screen\x20from\x20beginning','playDualScreenFromCurrent':_0x5f4410(0x190),'dualScreenUnavailable':_0x5f4410(0x1b9),'fullscreenPrompt':_0x5f4410(0x1a5),'presentationEnded':'Presentation\x20ended','previous':_0x5f4410(0x19b),'next':_0x5f4410(0x21b),'exit':_0x5f4410(0x19c),'slideProgress':'Slide\x20{current}\x20of\x20{total}','speakerNotes':_0x5f4410(0x1c8),'speakerNotesPlaceholder':_0x5f4410(0x157),'speakerNotesEmpty':_0x5f4410(0x1e9),'speakerNotesSave':_0x5f4410(0x1a0),'speakerNotesCancel':_0x5f4410(0x167)},'slide':{'placeholder':{'text':{'title':_0x5f4410(0x1f3),'subtitle':_0x5f4410(0x1c6),'body':_0x5f4410(0x1cb),'text':_0x5f4410(0x1cb),'header':'Header\x20placeholder','footer':_0x5f4410(0x17d),'date':_0x5f4410(0x20f),'slideNumber':_0x5f4410(0x1c5)},'icon':{'image':_0x5f4410(0x1db),'table':_0x5f4410(0x18f),'chart':'Chart','diagram':_0x5f4410(0x1a3),'media':_0x5f4410(0x1a2)}}},'image-panel':{'arrange':{'title':_0x5f4410(0x145),'forward':_0x5f4410(0x1ca),'backward':_0x5f4410(0x1b3),'front':_0x5f4410(0x1b7),'back':_0x5f4410(0x15f)},'transform':{'title':_0x5f4410(0x211),'rotate':'Rotate\x20(°)','x':_0x5f4410(0x1af),'y':_0x5f4410(0x199),'width':'Width\x20(px)','height':_0x5f4410(0x1d4),'lock':'Lock\x20Ratio'},'crop':{'title':_0x5f4410(0x171),'start':'Start\x20Crop','mode':_0x5f4410(0x18e),'shape':_0x5f4410(0x19a)}}}};export{e as default};
|
|
1
|
+
function _0x1b32(_0x5ab0fe,_0x3778aa){_0x5ab0fe=_0x5ab0fe-0x1f3;const _0x533c15=_0x533c();let _0x1b32d1=_0x533c15[_0x5ab0fe];return _0x1b32d1;}const _0x441ea0=_0x1b32;(function(_0x1c0741,_0xc62280){const _0x5db629=_0x1b32,_0x4340fa=_0x1c0741();while(!![]){try{const _0x1ad06e=parseInt(_0x5db629(0x2a3))/0x1*(-parseInt(_0x5db629(0x2c5))/0x2)+-parseInt(_0x5db629(0x22f))/0x3+parseInt(_0x5db629(0x23e))/0x4+parseInt(_0x5db629(0x285))/0x5*(-parseInt(_0x5db629(0x1f9))/0x6)+parseInt(_0x5db629(0x1fb))/0x7+-parseInt(_0x5db629(0x2cf))/0x8+-parseInt(_0x5db629(0x21b))/0x9*(-parseInt(_0x5db629(0x2b9))/0xa);if(_0x1ad06e===_0xc62280)break;else _0x4340fa['push'](_0x4340fa['shift']());}catch(_0x5886cf){_0x4340fa['push'](_0x4340fa['shift']());}}}(_0x533c,0xb10db));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x441ea0(0x22b),'changeShape':_0x441ea0(0x246)},'insertToolbar':{'search':_0x441ea0(0x2b3),'text':_0x441ea0(0x224),'textHorizontal':'Horizontal\x20text\x20box','textVertical':_0x441ea0(0x292),'image':_0x441ea0(0x268),'table':_0x441ea0(0x200),'shape':_0x441ea0(0x286),'chart':_0x441ea0(0x2ab)},'tableSizePicker':{'title':'Table\x20size','customSize':_0x441ea0(0x2ba),'rows':'Rows','columns':_0x441ea0(0x21c),'insert':_0x441ea0(0x1fd),'apply':'Apply'},'searchPanel':{'placeholder':_0x441ea0(0x217),'noQuery':_0x441ea0(0x2c9),'empty':'No\x20results\x20found.','slidePrefix':_0x441ea0(0x2c6)},'themePicker':{'title':'Themes','caption':'Shape\x20defaults','tooltip':'Choose\x20slide\x20theme'},'editorToolbar':{'fontFamily':_0x441ea0(0x250),'fontSize':_0x441ea0(0x265),'paragraphType':'Paragraph\x20type','heading1':_0x441ea0(0x2ca),'increaseFontSize':_0x441ea0(0x28a),'decreaseFontSize':'Decrease\x20font\x20size','textColor':'Text\x20color','transparentTextColor':_0x441ea0(0x22e),'textBackgroundColor':_0x441ea0(0x2bb),'bold':_0x441ea0(0x2be),'italic':'Italic','underline':_0x441ea0(0x2b4),'strikethrough':_0x441ea0(0x283),'horizontalAlign':_0x441ea0(0x227),'verticalAlign':'Vertical\x20align','alignLeft':_0x441ea0(0x225),'alignCenter':_0x441ea0(0x256),'alignRight':'Align\x20right','alignJustify':_0x441ea0(0x226),'alignTop':_0x441ea0(0x2a2),'alignMiddle':_0x441ea0(0x219),'alignBottom':_0x441ea0(0x28b)},'quickStyles':{'tooltip':_0x441ea0(0x2c8),'shapeStyles':_0x441ea0(0x294),'lineStyles':_0x441ea0(0x229),'textStyles':_0x441ea0(0x2af),'more':'More\x20styles','groups':{'solid':_0x441ea0(0x2c0),'dashed':'Dashed'},'presets':{'line':{'blackSolid':_0x441ea0(0x2d3),'blueSolid':'Blue\x20thin\x20solid\x20line','orangeSolid':'Orange\x20thin\x20solid\x20line','graySolid':_0x441ea0(0x24d),'blueEndArrow':_0x441ea0(0x2c1),'greenTwoWayArrow':'Green\x20line\x20with\x20two-way\x20arrows','blackDashed':_0x441ea0(0x262),'blueDashed':_0x441ea0(0x25a),'grayDashed':'Gray\x20thin\x20dashed\x20line','blueDashedEndArrow':_0x441ea0(0x243),'grayDashedEndArrow':_0x441ea0(0x23a),'greenDashedTwoWayArrow':_0x441ea0(0x280)},'text':{'bodyBlack':_0x441ea0(0x277),'titleBlack':_0x441ea0(0x222),'accentBlue':_0x441ea0(0x236),'accentOrange':_0x441ea0(0x260),'noteGray':'Note\x20gray'}}},'thumbnailBar':{'resizePanel':_0x441ea0(0x218),'addSlide':_0x441ea0(0x2d1),'contextMenu':{'cut':_0x441ea0(0x202),'copy':_0x441ea0(0x21a),'paste':_0x441ea0(0x2b7),'addBelow':_0x441ea0(0x2ae),'delete':_0x441ea0(0x204)},'layoutPicker':{'title':_0x441ea0(0x2b8),'layouts':{'title':_0x441ea0(0x24c),'titleAndBody':'Title\x20and\x20Content','sectionHeader':'Section\x20Header','twoColumns':_0x441ea0(0x2a6),'comparison':_0x441ea0(0x25d),'blank':'Blank','titleOnly':_0x441ea0(0x23f),'pictureWithCaption':'Picture\x20with\x20Caption'}}},'shapePanel':{'title':_0x441ea0(0x232),'shapeStyle':_0x441ea0(0x2aa),'shapePosition':_0x441ea0(0x2c3),'openPanel':_0x441ea0(0x1fa),'deleteShape':_0x441ea0(0x2cc),'toolbar':{'alignLeft':'Align\x20Left','alignCenter':_0x441ea0(0x20d),'alignRight':_0x441ea0(0x21f),'alignJustify':_0x441ea0(0x226),'bold':'Bold','italic':_0x441ea0(0x213),'underline':_0x441ea0(0x2b4),'strikethrough':_0x441ea0(0x283),'textColor':'Text\x20color','textBackgroundColor':'Text\x20background\x20color','fillColor':_0x441ea0(0x288),'resetColor':_0x441ea0(0x203)},'align':{'top':'Align\x20Top','middle':_0x441ea0(0x258),'bottom':_0x441ea0(0x1f7)},'textWrap':{'inline':_0x441ea0(0x1f8),'square':_0x441ea0(0x269),'topAndBottom':'Top\x20and\x20Bottom','behindText':'Behind\x20text','inFrontText':_0x441ea0(0x25f)},'textBox':{'title':_0x441ea0(0x224),'textDirection':_0x441ea0(0x255),'textDirectionHorizontal':_0x441ea0(0x270),'textDirectionVertical':_0x441ea0(0x295),'autoFit':'Auto\x20fit','autoFitNone':'Do\x20not\x20auto\x20fit','autoFitShrink':_0x441ea0(0x274),'autoFitResize':_0x441ea0(0x252),'wrapText':_0x441ea0(0x2c7),'padding':_0x441ea0(0x20c),'paddingLeft':_0x441ea0(0x2c4),'paddingRight':_0x441ea0(0x28f),'paddingTop':_0x441ea0(0x238),'paddingBottom':'Bottom','columns':'Columns','columnCount':_0x441ea0(0x22c),'columnSpacing':_0x441ea0(0x21e)},'position':{'title':'Position\x20and\x20size','x':'X','y':'Y','width':_0x441ea0(0x27d),'height':'Height','rotation':'Rotation'},'style':{'shadow':_0x441ea0(0x201),'shadowColor':_0x441ea0(0x245),'shadowBlurRadius':'Blur','shadowDistance':_0x441ea0(0x279),'shadowDirection':_0x441ea0(0x253),'shadowPresetTitle':'Preset','shadowPresetNone':_0x441ea0(0x249),'shadowPresetCustom':_0x441ea0(0x26f),'shadowTransparency':_0x441ea0(0x284),'shadowSize':_0x441ea0(0x239),'shadowPreset':{'shdw6':_0x441ea0(0x27f),'shdw5':'Outer:\x20Bottom\x20Left','shdw2':_0x441ea0(0x2b1),'shdw1':_0x441ea0(0x208),'shdw14':_0x441ea0(0x28d),'shdw10':_0x441ea0(0x29a)}},'fill':{'title':_0x441ea0(0x2bc),'noFill':_0x441ea0(0x1fe),'solidFill':'Solid','gradientFill':_0x441ea0(0x2a9),'pictureFill':_0x441ea0(0x27e),'color':_0x441ea0(0x26d),'transparency':'Transparency','picture':{'source':_0x441ea0(0x1f3),'insert':_0x441ea0(0x2a7),'tileAsTexture':_0x441ea0(0x1ff),'offsetX':_0x441ea0(0x29b),'offsetY':'Offset\x20Y','scaleX':_0x441ea0(0x289),'scaleY':'Scale\x20Y','alignment':'Alignment','rotateWithShape':'Rotate\x20with\x20shape','align':{'tl':_0x441ea0(0x27a),'t':_0x441ea0(0x238),'tr':_0x441ea0(0x1f4),'l':_0x441ea0(0x2c4),'ctr':'Center','r':_0x441ea0(0x28f),'bl':_0x441ea0(0x230),'b':'Bottom','br':_0x441ea0(0x278)}}},'line':{'title':'Line','noLine':'No\x20line','solidLine':'Solid\x20line','color':'Color','transparency':_0x441ea0(0x284),'width':_0x441ea0(0x27d),'cornerRadius':_0x441ea0(0x28c),'beginArrowType':_0x441ea0(0x2ac),'beginArrowSize':_0x441ea0(0x2a1),'endArrowType':_0x441ea0(0x207),'endArrowSize':_0x441ea0(0x20a),'dashType':{'title':_0x441ea0(0x26e),'solid':'Solid','roundDot':_0x441ea0(0x2d7),'squareDot':'Square\x20dot','dash':_0x441ea0(0x248),'dashDot':'Dash\x20dot','longDash':_0x441ea0(0x271),'longDashDot':_0x441ea0(0x23c),'longDashDotDot':_0x441ea0(0x2d2)},'capType':{'title':_0x441ea0(0x237),'flat':_0x441ea0(0x29c),'round':_0x441ea0(0x254),'square':_0x441ea0(0x269)},'joinType':{'title':'Join\x20type','miter':_0x441ea0(0x24a),'round':_0x441ea0(0x254),'bevel':'Bevel'},'sketchType':{'title':_0x441ea0(0x205),'none':_0x441ea0(0x24b),'curved':_0x441ea0(0x22a),'freehand':_0x441ea0(0x240),'handDrawn':'Hand-drawn'},'arrowType':{'none':_0x441ea0(0x24b),'arrow':'Arrow','openArrow':_0x441ea0(0x2b0),'stealthArrow':_0x441ea0(0x27c),'diamondArrow':_0x441ea0(0x2d6),'ovalArrow':_0x441ea0(0x206)},'arrowSize':{'small':_0x441ea0(0x212),'medium':_0x441ea0(0x297),'large':_0x441ea0(0x235)}}},'objectListPanel':{'title':_0x441ea0(0x293),'showAll':_0x441ea0(0x29e),'hideAll':_0x441ea0(0x273),'show':_0x441ea0(0x26b),'hide':_0x441ea0(0x287),'moveForward':_0x441ea0(0x25b),'moveBackward':'Send\x20Backward','nameInput':_0x441ea0(0x261),'empty':_0x441ea0(0x1f5),'close':_0x441ea0(0x242),'name':'Name','description':_0x441ea0(0x2c2),'descriptionPlaceholder':_0x441ea0(0x26c),'details':_0x441ea0(0x282),'noSelection':_0x441ea0(0x220)},'backgroundPanel':{'title':_0x441ea0(0x215),'backgroundGraphics':_0x441ea0(0x234),'hideBackgroundGraphics':'Hide\x20master/layout\x20graphics','presentationBackground':'Deck\x20background','presentationBackgroundEmpty':'Not\x20set','presentationBackgroundImages':_0x441ea0(0x272),'setPresentationBackground':_0x441ea0(0x291),'clearPresentationBackground':_0x441ea0(0x264),'none':_0x441ea0(0x1fe),'solid':'Solid\x20fill','gradient':_0x441ea0(0x29d),'image':'Picture\x20fill','pattern':_0x441ea0(0x2b5),'color':_0x441ea0(0x26d),'transparency':_0x441ea0(0x284),'imageSource':_0x441ea0(0x2ce),'insertImage':_0x441ea0(0x233),'fit':_0x441ea0(0x216),'fitOptions':{'cover':'Fill','contain':_0x441ea0(0x216),'stretch':'Stretch','repeat':'Tile'},'patternHint':'Pattern\x20settings\x20will\x20be\x20available\x20soon.','applyToAll':_0x441ea0(0x241),'resetBackground':_0x441ea0(0x247)},'transitionPanel':{'title':'Transitions','effect':'Effect','direction':_0x441ea0(0x259),'duration':_0x441ea0(0x2bd),'preview':_0x441ea0(0x299),'applyToAll':'Apply\x20to\x20All','effects':{'none':_0x441ea0(0x24b),'fade':_0x441ea0(0x296),'push':_0x441ea0(0x24f),'wipe':_0x441ea0(0x24e),'split':_0x441ea0(0x2a8),'reveal':_0x441ea0(0x23d),'cut':_0x441ea0(0x202),'uncover':'Uncover','cover':_0x441ea0(0x25e),'zoom':_0x441ea0(0x209)},'directions':{'left':'From\x20Left','right':_0x441ea0(0x2d4),'up':_0x441ea0(0x223),'down':_0x441ea0(0x28e)}},'contextmenu':{'addPage':_0x441ea0(0x27b),'backgroundPanel':'Format\x20Background','transitionPanel':_0x441ea0(0x267),'speakerNotes':_0x441ea0(0x290),'ruler':_0x441ea0(0x244),'shapePanel':_0x441ea0(0x276),'flipHorizontal':_0x441ea0(0x22d),'flipVertical':_0x441ea0(0x2a5),'group':'Group','ungroup':_0x441ea0(0x23b)},'presentation':{'play':_0x441ea0(0x298),'playFromBeginning':_0x441ea0(0x1fc),'playFromCurrent':'Play\x20from\x20current\x20slide','playDualScreen':_0x441ea0(0x281),'playDualScreenFromBeginning':'Dual-screen\x20from\x20beginning','playDualScreenFromCurrent':_0x441ea0(0x2d0),'dualScreenUnavailable':_0x441ea0(0x210),'fullscreenPrompt':_0x441ea0(0x2d5),'presentationEnded':_0x441ea0(0x29f),'previous':_0x441ea0(0x2b2),'next':_0x441ea0(0x2cd),'exit':'Exit','slideProgress':_0x441ea0(0x214),'speakerNotes':_0x441ea0(0x290),'speakerNotesPlaceholder':_0x441ea0(0x20f),'speakerNotesEmpty':_0x441ea0(0x2b6),'speakerNotesSave':'Save','speakerNotesCancel':_0x441ea0(0x263)},'slide':{'placeholder':{'text':{'title':_0x441ea0(0x26a),'subtitle':_0x441ea0(0x221),'body':_0x441ea0(0x20e),'text':_0x441ea0(0x20e),'header':_0x441ea0(0x2a4),'footer':'Footer\x20placeholder','date':'Date\x20placeholder','slideNumber':_0x441ea0(0x228)},'icon':{'image':_0x441ea0(0x268),'table':'Table','chart':_0x441ea0(0x2ab),'diagram':'Diagram','media':_0x441ea0(0x211)}}},'image-panel':{'arrange':{'title':_0x441ea0(0x257),'forward':_0x441ea0(0x25b),'backward':_0x441ea0(0x266),'front':_0x441ea0(0x2bf),'back':_0x441ea0(0x251)},'transform':{'title':_0x441ea0(0x275),'rotate':'Rotate\x20(°)','x':_0x441ea0(0x2ad),'y':_0x441ea0(0x21d),'width':_0x441ea0(0x2a0),'height':_0x441ea0(0x25c),'lock':_0x441ea0(0x1f6)},'crop':{'title':_0x441ea0(0x2cb),'start':_0x441ea0(0x20b),'mode':_0x441ea0(0x231),'shape':'Crop\x20to\x20Shape'}}}};function _0x533c(){const _0x40cd58=['Diamond\x20arrow','Round\x20dot','Picture\x20source','Top\x20Right','No\x20objects','Lock\x20Ratio','Align\x20Bottom','In\x20line\x20with\x20text','40908ieJBNr','Open\x20Shape\x20Panel','6978762zVbwDb','Play\x20from\x20beginning','Insert','No\x20fill','Tile\x20picture\x20as\x20texture','Table','Shadow','Cut','Reset\x20color','Delete','Sketch\x20type','Oval\x20arrow','End\x20arrow\x20type','Outer:\x20Top\x20Left','Zoom','End\x20arrow\x20size','Start\x20Crop','Inner\x20margin','Align\x20Center','Click\x20to\x20add\x20text','Click\x20to\x20add\x20notes\x20for\x20the\x20current\x20slide','Unable\x20to\x20start\x20dual-screen\x20presentation.\x20Allow\x20window\x20management\x20permission\x20and\x20connect\x20an\x20extended\x20display,\x20then\x20try\x20again.','Media','Small','Italic','Slide\x20{current}\x20of\x20{total}','Format\x20Background','Fit','Search\x20slides\x20and\x20objects','Resize\x20slide\x20thumbnail\x20panel','Align\x20middle','Copy','2778912cuXJlk','Columns','Y\x20(px)','Spacing','Align\x20Right','Select\x20an\x20object\x20to\x20edit\x20details','Click\x20to\x20add\x20a\x20subtitle','Title\x20black','From\x20Top','Text\x20box','Align\x20left','Justify','Horizontal\x20align','Slide\x20number\x20placeholder','Line\x20styles','Curved','Shape\x20Format','Count','Flip\x20Horizontal','Transparent\x20text\x20color','319890BdwqUh','Bottom\x20Left','Free','Format\x20shape','File...','Background\x20graphics','Large','Accent\x20blue','Cap\x20type','Top','Size','Gray\x20dashed\x20line\x20with\x20end\x20arrow','Ungroup','Long\x20dash\x20dot','Reveal','1695832giEfeP','Title\x20Only','Freehand','Apply\x20to\x20All','Close','Blue\x20dashed\x20line\x20with\x20end\x20arrow','Ruler','Shadow\x20color','Change\x20Shape','Reset\x20Background','Dash','No\x20shadow','Miter','None','Title\x20Slide','Gray\x20thin\x20solid\x20line','Wipe','Push','Font\x20family','Send\x20to\x20Back','Resize\x20shape\x20to\x20fit\x20text','Angle','Round','Text\x20direction','Align\x20center','Arrange','Align\x20Middle','Direction','Blue\x20thin\x20dashed\x20line','Bring\x20Forward','Height\x20(px)','Comparison','Cover','In\x20front\x20of\x20text','Accent\x20orange','Object\x20name','Black\x20thin\x20dashed\x20line','Cancel','Clear','Font\x20size','Send\x20Backward','Transitions','Image','Square','Click\x20to\x20add\x20a\x20title','Show','Add\x20description','Color','Dash\x20type','Custom','Horizontal','Long\x20dash','image(s)','Hide\x20All','Shrink\x20text\x20on\x20overflow','Transform','Format\x20Shape','Body\x20black','Bottom\x20Right','Distance','Top\x20Left','New\x20Slide','Stealth\x20arrow','Width','Picture','Outer:\x20Bottom\x20Right','Green\x20dashed\x20line\x20with\x20two-way\x20arrows','Dual-screen\x20presentation','Details','Strikethrough','Transparency','345bpVVez','Shape','Hide','Text\x20Background\x20color','Scale\x20X','Increase\x20font\x20size','Align\x20bottom','Corner\x20radius','Outer:\x20Bottom\x20Right\x20Small','From\x20Bottom','Right','Speaker\x20notes','Set\x20Background','Vertical\x20text\x20box','Object\x20list','Shape\x20styles','Vertical','Fade','Medium','Play','Preview','Outer:\x20Top\x20Left\x20Large','Offset\x20X','Flat','Gradient\x20fill','Show\x20All','Presentation\x20ended','Width\x20(px)','Begin\x20arrow\x20size','Align\x20top','7NffrIT','Header\x20placeholder','Flip\x20Vertical','Two\x20Content','Insert\x20picture','Split','Gradient','Shape\x20style','Chart','Begin\x20arrow\x20type','X\x20(px)','Add\x20slide\x20below','Text\x20styles','Open\x20arrow','Outer:\x20Top\x20Right','Previous','Search','Underline','Pattern\x20fill','No\x20speaker\x20notes','Paste','Choose\x20a\x20layout','80PvICzk','Custom\x20size','Text\x20background\x20color','Fill','Duration','Bold','Bring\x20to\x20Front','Solid','Blue\x20line\x20with\x20end\x20arrow','Description','Position','Left','402892gjBeRR','Slide','Wrap\x20text\x20in\x20shape','Quick\x20styles','Type\x20to\x20search\x20slide\x20names,\x20text,\x20and\x20object\x20names.','Title\x201','Crop','Delete\x20Shape','Next','Insert\x20picture\x20from','9429304POUHXB','Dual-screen\x20from\x20current\x20slide','+\x20Add\x20slide','Long\x20dash\x20dot\x20dot','Black\x20thin\x20solid\x20line','From\x20Right','Click\x20to\x20enter\x20fullscreen'];_0x533c=function(){return _0x40cd58;};return _0x533c();}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x50dbc3=_0x5cbc;(function(_0x166805,_0x508c15){const _0x246249=_0x5cbc,_0x34df8d=_0x166805();while(!![]){try{const _0x2097e0=-parseInt(_0x246249(0x254))/0x1*(-parseInt(_0x246249(0x21c))/0x2)+parseInt(_0x246249(0x242))/0x3+-parseInt(_0x246249(0x212))/0x4*(-parseInt(_0x246249(0x227))/0x5)+-parseInt(_0x246249(0x2aa))/0x6*(parseInt(_0x246249(0x202))/0x7)+parseInt(_0x246249(0x1ec))/0x8*(-parseInt(_0x246249(0x298))/0x9)+parseInt(_0x246249(0x1e8))/0xa*(-parseInt(_0x246249(0x257))/0xb)+-parseInt(_0x246249(0x224))/0xc;if(_0x2097e0===_0x508c15)break;else _0x34df8d['push'](_0x34df8d['shift']());}catch(_0x525e93){_0x34df8d['push'](_0x34df8d['shift']());}}}(_0x1d8d,0xede5f));function _0x5cbc(_0x1940f6,_0x370beb){_0x1940f6=_0x1940f6-0x1e1;const _0x1d8d3b=_0x1d8d();let _0x5cbc75=_0x1d8d3b[_0x1940f6];return _0x5cbc75;}const e={'slides-ui':{'ribbon':{'shapeFormat':'Formato\x20de\x20forma','changeShape':_0x50dbc3(0x217)},'insertToolbar':{'search':_0x50dbc3(0x25b),'text':'Cuadro\x20de\x20texto','textHorizontal':_0x50dbc3(0x1f6),'textVertical':'Cuadro\x20de\x20texto\x20vertical','image':'Imagen','table':'Tabla','shape':_0x50dbc3(0x248),'chart':_0x50dbc3(0x201)},'tableSizePicker':{'title':_0x50dbc3(0x29c),'customSize':'Tamaño\x20personalizado','rows':_0x50dbc3(0x1f3),'columns':'Columnas','insert':'Insertar','apply':_0x50dbc3(0x1f2)},'searchPanel':{'placeholder':_0x50dbc3(0x2b3),'noQuery':_0x50dbc3(0x279),'empty':_0x50dbc3(0x21d),'slidePrefix':'Diapositiva'},'themePicker':{'title':_0x50dbc3(0x293),'caption':_0x50dbc3(0x221),'tooltip':'Elegir\x20tema\x20de\x20diapositiva'},'editorToolbar':{'fontFamily':_0x50dbc3(0x1e9),'fontSize':_0x50dbc3(0x259),'paragraphType':'Tipo\x20de\x20párrafo','heading1':'Título\x201','increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':_0x50dbc3(0x211),'textColor':_0x50dbc3(0x25a),'transparentTextColor':_0x50dbc3(0x2b2),'textBackgroundColor':_0x50dbc3(0x27c),'bold':_0x50dbc3(0x2a0),'italic':'Cursiva','underline':_0x50dbc3(0x200),'strikethrough':'Tachado','horizontalAlign':_0x50dbc3(0x21f),'verticalAlign':_0x50dbc3(0x2a5),'alignLeft':_0x50dbc3(0x2a9),'alignCenter':'Centrar','alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x50dbc3(0x243),'alignTop':'Alinear\x20arriba','alignMiddle':'Alinear\x20al\x20medio','alignBottom':_0x50dbc3(0x22a)},'quickStyles':{'tooltip':_0x50dbc3(0x237),'shapeStyles':_0x50dbc3(0x297),'lineStyles':_0x50dbc3(0x26a),'textStyles':_0x50dbc3(0x249),'more':_0x50dbc3(0x24e),'groups':{'solid':_0x50dbc3(0x2a7),'dashed':_0x50dbc3(0x218)},'presets':{'line':{'blackSolid':_0x50dbc3(0x20d),'blueSolid':_0x50dbc3(0x23b),'orangeSolid':_0x50dbc3(0x285),'graySolid':_0x50dbc3(0x225),'blueEndArrow':'Línea\x20azul\x20con\x20flecha\x20final','greenTwoWayArrow':_0x50dbc3(0x265),'blackDashed':_0x50dbc3(0x1e3),'blueDashed':_0x50dbc3(0x28a),'grayDashed':_0x50dbc3(0x275),'blueDashedEndArrow':'Línea\x20discontinua\x20azul\x20con\x20flecha\x20final','grayDashedEndArrow':'Línea\x20discontinua\x20gris\x20con\x20flecha\x20final','greenDashedTwoWayArrow':'Línea\x20discontinua\x20verde\x20con\x20flechas\x20bidireccionales'},'text':{'bodyBlack':_0x50dbc3(0x235),'titleBlack':'Título\x20negro','accentBlue':'Acento\x20azul','accentOrange':_0x50dbc3(0x27b),'noteGray':'Nota\x20gris'}}},'thumbnailBar':{'resizePanel':_0x50dbc3(0x23c),'addSlide':_0x50dbc3(0x28b),'contextMenu':{'cut':_0x50dbc3(0x270),'copy':'Copiar','paste':_0x50dbc3(0x2ad),'addBelow':'Añadir\x20diapositiva\x20debajo','delete':'Eliminar'},'layoutPicker':{'title':_0x50dbc3(0x219),'layouts':{'title':_0x50dbc3(0x264),'titleAndBody':_0x50dbc3(0x1f4),'sectionHeader':_0x50dbc3(0x244),'twoColumns':_0x50dbc3(0x252),'comparison':_0x50dbc3(0x223),'blank':_0x50dbc3(0x278),'titleOnly':_0x50dbc3(0x1e4),'pictureWithCaption':_0x50dbc3(0x22f)}}},'shapePanel':{'title':_0x50dbc3(0x1fd),'shapeStyle':_0x50dbc3(0x27f),'shapePosition':_0x50dbc3(0x260),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x50dbc3(0x2b6),'toolbar':{'alignLeft':_0x50dbc3(0x2a9),'alignCenter':_0x50dbc3(0x26c),'alignRight':_0x50dbc3(0x1f8),'alignJustify':_0x50dbc3(0x243),'bold':_0x50dbc3(0x2a0),'italic':'Cursiva','underline':'Subrayado','strikethrough':_0x50dbc3(0x1fb),'textColor':'Color\x20de\x20texto','textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','fillColor':_0x50dbc3(0x27c),'resetColor':'Restablecer\x20color'},'align':{'top':_0x50dbc3(0x24d),'middle':_0x50dbc3(0x253),'bottom':_0x50dbc3(0x22a)},'textWrap':{'inline':'En\x20línea\x20con\x20el\x20texto','square':_0x50dbc3(0x1fc),'topAndBottom':_0x50dbc3(0x23a),'behindText':'Detrás\x20del\x20texto','inFrontText':_0x50dbc3(0x1f7)},'position':{'title':_0x50dbc3(0x24f),'x':'X','y':'Y','width':_0x50dbc3(0x238),'height':'Alto','rotation':_0x50dbc3(0x234)},'style':{'shadow':_0x50dbc3(0x2b4),'shadowColor':_0x50dbc3(0x28d),'shadowBlurRadius':_0x50dbc3(0x1e5),'shadowDistance':'Distancia','shadowDirection':_0x50dbc3(0x1ff),'shadowPresetTitle':'Preestablecido','shadowPresetNone':'Sin\x20sombra','shadowPresetCustom':'Personalizado','shadowTransparency':'Transparencia','shadowSize':_0x50dbc3(0x24a),'shadowPreset':{'shdw6':_0x50dbc3(0x29e),'shdw5':'Exterior:\x20abajo\x20izquierda','shdw2':_0x50dbc3(0x210),'shdw1':_0x50dbc3(0x1eb),'shdw14':_0x50dbc3(0x256),'shdw10':'Exterior:\x20arriba\x20izquierda\x20grande'}},'fill':{'title':'Relleno','noFill':_0x50dbc3(0x214),'solidFill':_0x50dbc3(0x22c),'gradientFill':_0x50dbc3(0x207),'pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':'Color','transparency':_0x50dbc3(0x1ed),'picture':{'source':'Origen\x20de\x20imagen','insert':_0x50dbc3(0x255),'tileAsTexture':_0x50dbc3(0x23f),'offsetX':'Desplazamiento\x20X','offsetY':_0x50dbc3(0x25f),'scaleX':_0x50dbc3(0x276),'scaleY':'Escala\x20Y','alignment':'Alineación','rotateWithShape':'Rotar\x20con\x20la\x20forma','align':{'tl':_0x50dbc3(0x29d),'t':_0x50dbc3(0x20a),'tr':_0x50dbc3(0x203),'l':_0x50dbc3(0x261),'ctr':_0x50dbc3(0x282),'r':_0x50dbc3(0x241),'bl':_0x50dbc3(0x294),'b':_0x50dbc3(0x267),'br':_0x50dbc3(0x272)}}},'line':{'title':_0x50dbc3(0x205),'noLine':_0x50dbc3(0x21b),'solidLine':_0x50dbc3(0x26f),'color':_0x50dbc3(0x245),'transparency':_0x50dbc3(0x1ed),'width':'Ancho','cornerRadius':_0x50dbc3(0x28e),'beginArrowType':_0x50dbc3(0x26e),'beginArrowSize':_0x50dbc3(0x216),'endArrowType':_0x50dbc3(0x22b),'endArrowSize':_0x50dbc3(0x20b),'dashType':{'title':_0x50dbc3(0x2ae),'solid':_0x50dbc3(0x2a7),'roundDot':_0x50dbc3(0x1e1),'squareDot':'Punto\x20cuadrado','dash':_0x50dbc3(0x29f),'dashDot':'Guion\x20punto','longDash':_0x50dbc3(0x2b0),'longDashDot':'Guion\x20largo\x20punto','longDashDotDot':_0x50dbc3(0x239)},'capType':{'title':_0x50dbc3(0x1f1),'flat':'Plano','round':_0x50dbc3(0x2a6),'square':_0x50dbc3(0x1fc)},'joinType':{'title':'Tipo\x20de\x20unión','miter':_0x50dbc3(0x27e),'round':'Redondo','bevel':_0x50dbc3(0x29a)},'sketchType':{'title':_0x50dbc3(0x213),'none':_0x50dbc3(0x1f5),'curved':'Curvado','freehand':_0x50dbc3(0x23d),'handDrawn':_0x50dbc3(0x2b5)},'arrowType':{'none':_0x50dbc3(0x1f5),'arrow':_0x50dbc3(0x2a1),'openArrow':'Flecha\x20abierta','stealthArrow':'Flecha\x20furtiva','diamondArrow':_0x50dbc3(0x21e),'ovalArrow':_0x50dbc3(0x2a8)},'arrowSize':{'small':'Pequeño','medium':_0x50dbc3(0x251),'large':_0x50dbc3(0x208)}}},'objectListPanel':{'title':_0x50dbc3(0x204),'showAll':_0x50dbc3(0x21a),'hideAll':'Ocultar\x20todo','show':_0x50dbc3(0x226),'hide':_0x50dbc3(0x2b1),'moveForward':_0x50dbc3(0x28c),'moveBackward':'Enviar\x20atrás','nameInput':'Nombre\x20del\x20objeto','empty':_0x50dbc3(0x274),'close':_0x50dbc3(0x27a),'name':_0x50dbc3(0x29b),'description':_0x50dbc3(0x1e6),'descriptionPlaceholder':_0x50dbc3(0x258),'details':'Detalles','noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'},'backgroundPanel':{'title':'Dar\x20formato\x20al\x20fondo','backgroundGraphics':'Gráficos\x20de\x20fondo','hideBackgroundGraphics':_0x50dbc3(0x24c),'presentationBackground':_0x50dbc3(0x233),'presentationBackgroundEmpty':_0x50dbc3(0x1ee),'presentationBackgroundImages':_0x50dbc3(0x23e),'setPresentationBackground':'Establecer\x20fondo','clearPresentationBackground':_0x50dbc3(0x1ea),'none':_0x50dbc3(0x214),'solid':_0x50dbc3(0x22c),'gradient':_0x50dbc3(0x207),'image':_0x50dbc3(0x246),'pattern':_0x50dbc3(0x290),'color':_0x50dbc3(0x245),'transparency':_0x50dbc3(0x1ed),'imageSource':_0x50dbc3(0x287),'insertImage':_0x50dbc3(0x1e2),'fit':'Ajuste','fitOptions':{'cover':_0x50dbc3(0x236),'contain':_0x50dbc3(0x215),'stretch':'Estirar','repeat':'Mosaico'},'patternHint':_0x50dbc3(0x220),'applyToAll':_0x50dbc3(0x269),'resetBackground':_0x50dbc3(0x26d)},'transitionPanel':{'title':_0x50dbc3(0x22d),'effect':_0x50dbc3(0x284),'direction':_0x50dbc3(0x263),'duration':_0x50dbc3(0x295),'preview':_0x50dbc3(0x20c),'applyToAll':_0x50dbc3(0x269),'effects':{'none':_0x50dbc3(0x1f5),'fade':_0x50dbc3(0x22e),'push':_0x50dbc3(0x281),'wipe':_0x50dbc3(0x2ac),'split':'División','reveal':_0x50dbc3(0x2a2),'cut':_0x50dbc3(0x270),'uncover':'Descubrir','cover':_0x50dbc3(0x230),'zoom':_0x50dbc3(0x271)},'directions':{'left':_0x50dbc3(0x26b),'right':_0x50dbc3(0x296),'up':_0x50dbc3(0x231),'down':'Desde\x20abajo'}},'contextmenu':{'addPage':_0x50dbc3(0x280),'backgroundPanel':_0x50dbc3(0x28f),'transitionPanel':_0x50dbc3(0x22d),'speakerNotes':'Notas\x20del\x20orador','ruler':_0x50dbc3(0x2af),'shapePanel':_0x50dbc3(0x1fd),'flipHorizontal':_0x50dbc3(0x1ef),'flipVertical':'Voltear\x20verticalmente','group':_0x50dbc3(0x2a3),'ungroup':_0x50dbc3(0x289)},'presentation':{'play':_0x50dbc3(0x2a4),'playFromBeginning':'Reproducir\x20desde\x20el\x20principio','playFromCurrent':'Reproducir\x20desde\x20la\x20diapositiva\x20actual','playDualScreen':_0x50dbc3(0x25c),'playDualScreenFromBeginning':_0x50dbc3(0x1f0),'playDualScreenFromCurrent':_0x50dbc3(0x250),'dualScreenUnavailable':_0x50dbc3(0x268),'fullscreenPrompt':'Haz\x20clic\x20para\x20entrar\x20en\x20pantalla\x20completa','presentationEnded':_0x50dbc3(0x283),'previous':_0x50dbc3(0x273),'next':_0x50dbc3(0x299),'exit':_0x50dbc3(0x25d),'slideProgress':'Diapositiva\x20{current}\x20de\x20{total}','speakerNotes':_0x50dbc3(0x229),'speakerNotesPlaceholder':'Haz\x20clic\x20para\x20agregar\x20notas\x20para\x20la\x20diapositiva\x20actual','speakerNotesEmpty':_0x50dbc3(0x27d),'speakerNotesSave':_0x50dbc3(0x232),'speakerNotesCancel':_0x50dbc3(0x206)},'slide':{'placeholder':{'text':{'title':_0x50dbc3(0x1fe),'subtitle':_0x50dbc3(0x1fa),'body':_0x50dbc3(0x266),'text':_0x50dbc3(0x266),'header':'Marcador\x20de\x20posición\x20de\x20encabezado','footer':_0x50dbc3(0x288),'date':'Marcador\x20de\x20posición\x20de\x20fecha','slideNumber':'Marcador\x20de\x20posición\x20de\x20número\x20de\x20diapositiva'},'icon':{'image':_0x50dbc3(0x20f),'table':_0x50dbc3(0x240),'chart':_0x50dbc3(0x201),'diagram':_0x50dbc3(0x277),'media':_0x50dbc3(0x292)}}},'image-panel':{'arrange':{'title':_0x50dbc3(0x20e),'forward':_0x50dbc3(0x28c),'backward':_0x50dbc3(0x228),'front':_0x50dbc3(0x286),'back':_0x50dbc3(0x222)},'transform':{'title':_0x50dbc3(0x24b),'rotate':_0x50dbc3(0x25e),'x':'X\x20(px)','y':_0x50dbc3(0x209),'width':_0x50dbc3(0x262),'height':_0x50dbc3(0x247),'lock':_0x50dbc3(0x291)},'crop':{'title':'Recortar','start':_0x50dbc3(0x1f9),'mode':_0x50dbc3(0x2ab),'shape':_0x50dbc3(0x1e7)}}}};function _0x1d8d(){const _0xfd94f1=['6846820yxbsxO','Fuente','Borrar','Exterior:\x20arriba\x20izquierda','8FQYQhd','Transparencia','No\x20configurado','Voltear\x20horizontalmente','Doble\x20pantalla\x20desde\x20el\x20principio','Tipo\x20de\x20extremo','Aplicar','Filas','Título\x20y\x20contenido','Ninguno','Cuadro\x20de\x20texto\x20horizontal','Delante\x20del\x20texto','Alinear\x20a\x20la\x20derecha','Iniciar\x20recorte','Haz\x20clic\x20para\x20agregar\x20un\x20subtítulo','Tachado','Cuadrado','Dar\x20formato\x20a\x20la\x20forma','Haz\x20clic\x20para\x20agregar\x20un\x20título','Ángulo','Subrayado','Gráfico','7ISBlHG','Arriba\x20a\x20la\x20derecha','Lista\x20de\x20objetos','Línea','Cancelar','Relleno\x20degradado','Grande','Y\x20(px)','Arriba','Tamaño\x20de\x20flecha\x20final','Vista\x20previa','Línea\x20sólida\x20fina\x20negra','Organizar','Imagen','Exterior:\x20arriba\x20derecha','Disminuir\x20tamaño\x20de\x20fuente','4DGjRkr','Tipo\x20de\x20bosquejo','Sin\x20relleno','Ajustar','Tamaño\x20de\x20flecha\x20inicial','Cambiar\x20forma','Discontinuo','Elegir\x20un\x20diseño','Mostrar\x20todo','Sin\x20línea','2192170ueFrti','No\x20se\x20encontraron\x20resultados.','Flecha\x20de\x20diamante','Alineación\x20horizontal','La\x20configuración\x20de\x20patrón\x20estará\x20disponible\x20pronto.','Valores\x20predeterminados\x20de\x20forma','Enviar\x20al\x20fondo','Comparación','25732116KCwolC','Línea\x20sólida\x20fina\x20gris','Mostrar','8384575LsxoIL','Enviar\x20atrás','Notas\x20del\x20orador','Alinear\x20abajo','Tipo\x20de\x20flecha\x20final','Relleno\x20sólido','Transiciones','Desvanecer','Imagen\x20con\x20leyenda','Cubrir','Desde\x20arriba','Guardar','Fondo\x20de\x20la\x20presentación','Rotación','Cuerpo\x20negro','Rellenar','Estilos\x20rápidos','Ancho','Guion\x20largo\x20punto\x20punto','Arriba\x20y\x20abajo','Línea\x20sólida\x20fina\x20azul','Cambiar\x20tamaño\x20del\x20panel\x20de\x20miniaturas\x20de\x20diapositivas','Mano\x20alzada','imagen(es)','Mosaico\x20de\x20imagen\x20como\x20textura','Tabla','Derecha','4869678nqorom','Justificar','Encabezado\x20de\x20sección','Color','Relleno\x20de\x20imagen','Alto\x20(px)','Forma','Estilos\x20de\x20texto','Tamaño','Transformar','Ocultar\x20gráficos\x20de\x20patrón/diseño','Alinear\x20arriba','Más\x20estilos','Posición\x20y\x20tamaño','Doble\x20pantalla\x20desde\x20la\x20actual','Mediano','Dos\x20contenidos','Alinear\x20al\x20medio','1YCOUHp','Insertar\x20imagen','Exterior:\x20abajo\x20derecha\x20pequeña','11oeXifB','Agregar\x20descripción','Tamaño\x20de\x20fuente','Color\x20de\x20texto','Buscar','Presentación\x20de\x20doble\x20pantalla','Salir','Rotar\x20(°)','Desplazamiento\x20Y','Posición','Izquierda','Ancho\x20(px)','Dirección','Diapositiva\x20de\x20título','Línea\x20verde\x20con\x20flechas\x20bidireccionales','Haz\x20clic\x20para\x20agregar\x20texto','Abajo','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.','Aplicar\x20a\x20todas','Estilos\x20de\x20línea','Desde\x20la\x20izquierda','Centrar','Restablecer\x20fondo','Tipo\x20de\x20flecha\x20inicial','Línea\x20sólida','Cortar','Zoom','Abajo\x20a\x20la\x20derecha','Anterior','No\x20hay\x20objetos','Línea\x20discontinua\x20fina\x20gris','Escala\x20X','Diagrama','En\x20blanco','Escribe\x20para\x20buscar\x20nombres\x20de\x20diapositivas,\x20texto\x20y\x20nombres\x20de\x20objetos.','Cerrar','Acento\x20naranja','Color\x20de\x20fondo\x20de\x20texto','Sin\x20notas\x20del\x20orador','Inglete','Estilo\x20de\x20forma','Nueva\x20diapositiva','Empujar','Centro','Presentación\x20terminada','Efecto','Línea\x20sólida\x20fina\x20naranja','Traer\x20al\x20frente','Insertar\x20imagen\x20desde','Marcador\x20de\x20posición\x20de\x20pie\x20de\x20página','Desagrupar','Línea\x20discontinua\x20fina\x20azul','+\x20Agregar\x20diapositiva','Traer\x20adelante','Color\x20de\x20sombra','Radio\x20de\x20esquina','Dar\x20formato\x20al\x20fondo','Relleno\x20de\x20patrón','Bloquear\x20proporción','Multimedia','Temas','Abajo\x20a\x20la\x20izquierda','Duración','Desde\x20la\x20derecha','Estilos\x20de\x20forma','1131039HzjeAP','Siguiente','Bisel','Nombre','Tamaño\x20de\x20la\x20tabla','Arriba\x20a\x20la\x20izquierda','Exterior:\x20abajo\x20derecha','Guion','Negrita','Flecha','Revelar','Agrupar','Reproducir','Alineación\x20vertical','Redondo','Sólido','Flecha\x20ovalada','Alinear\x20a\x20la\x20izquierda','2802594ZesDLG','Libre','Barrido','Pegar','Tipo\x20de\x20discontinuo','Regla','Guion\x20largo','Ocultar','Color\x20de\x20texto\x20transparente','Buscar\x20diapositivas\x20y\x20objetos','Sombra','Dibujado\x20a\x20mano','Eliminar\x20forma','Punto\x20redondo','Archivo...','Línea\x20discontinua\x20fina\x20negra','Solo\x20título','Desenfoque','Descripción','Recortar\x20a\x20forma'];_0x1d8d=function(){return _0xfd94f1;};return _0x1d8d();}export{e as default};
|
|
1
|
+
const _0x4b7e6c=_0x8738;(function(_0x1109c5,_0x5e3efd){const _0x53254f=_0x8738,_0x5bdbc5=_0x1109c5();while(!![]){try{const _0x1bf976=-parseInt(_0x53254f(0x1bf))/0x1*(parseInt(_0x53254f(0xfd))/0x2)+parseInt(_0x53254f(0x168))/0x3*(-parseInt(_0x53254f(0x13e))/0x4)+parseInt(_0x53254f(0x111))/0x5*(-parseInt(_0x53254f(0xe2))/0x6)+parseInt(_0x53254f(0x105))/0x7+parseInt(_0x53254f(0x107))/0x8+-parseInt(_0x53254f(0x167))/0x9*(-parseInt(_0x53254f(0x131))/0xa)+parseInt(_0x53254f(0x16c))/0xb;if(_0x1bf976===_0x5e3efd)break;else _0x5bdbc5['push'](_0x5bdbc5['shift']());}catch(_0x13fec7){_0x5bdbc5['push'](_0x5bdbc5['shift']());}}}(_0x3d54,0x55adf));const e={'slides-ui':{'ribbon':{'shapeFormat':_0x4b7e6c(0x19b),'changeShape':'Cambiar\x20forma'},'insertToolbar':{'search':_0x4b7e6c(0x119),'text':_0x4b7e6c(0xed),'textHorizontal':_0x4b7e6c(0x116),'textVertical':_0x4b7e6c(0xfc),'image':_0x4b7e6c(0x1aa),'table':_0x4b7e6c(0x1b5),'shape':_0x4b7e6c(0xf4),'chart':_0x4b7e6c(0x199)},'tableSizePicker':{'title':_0x4b7e6c(0x151),'customSize':_0x4b7e6c(0xdd),'rows':'Filas','columns':_0x4b7e6c(0x144),'insert':'Insertar','apply':_0x4b7e6c(0x1a7)},'searchPanel':{'placeholder':_0x4b7e6c(0x1a0),'noQuery':_0x4b7e6c(0x125),'empty':'No\x20se\x20encontraron\x20resultados.','slidePrefix':_0x4b7e6c(0x175)},'themePicker':{'title':_0x4b7e6c(0x17c),'caption':'Valores\x20predeterminados\x20de\x20forma','tooltip':_0x4b7e6c(0x1c2)},'editorToolbar':{'fontFamily':_0x4b7e6c(0x178),'fontSize':_0x4b7e6c(0x18a),'paragraphType':_0x4b7e6c(0x19c),'heading1':'Título\x201','increaseFontSize':_0x4b7e6c(0xea),'decreaseFontSize':_0x4b7e6c(0xeb),'textColor':_0x4b7e6c(0x109),'transparentTextColor':_0x4b7e6c(0x14e),'textBackgroundColor':_0x4b7e6c(0x12f),'bold':'Negrita','italic':'Cursiva','underline':'Subrayado','strikethrough':'Tachado','horizontalAlign':_0x4b7e6c(0x13f),'verticalAlign':_0x4b7e6c(0x185),'alignLeft':_0x4b7e6c(0x157),'alignCenter':_0x4b7e6c(0x150),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x4b7e6c(0x133),'alignTop':_0x4b7e6c(0x126),'alignMiddle':_0x4b7e6c(0x16e),'alignBottom':_0x4b7e6c(0x143)},'quickStyles':{'tooltip':_0x4b7e6c(0x1a6),'shapeStyles':_0x4b7e6c(0x1b1),'lineStyles':_0x4b7e6c(0x139),'textStyles':'Estilos\x20de\x20texto','more':_0x4b7e6c(0x1ae),'groups':{'solid':_0x4b7e6c(0x153),'dashed':'Discontinuo'},'presets':{'line':{'blackSolid':'Línea\x20sólida\x20fina\x20negra','blueSolid':_0x4b7e6c(0x12d),'orangeSolid':_0x4b7e6c(0x172),'graySolid':_0x4b7e6c(0x164),'blueEndArrow':_0x4b7e6c(0x191),'greenTwoWayArrow':_0x4b7e6c(0x1ac),'blackDashed':_0x4b7e6c(0x1c8),'blueDashed':_0x4b7e6c(0x1ba),'grayDashed':_0x4b7e6c(0x166),'blueDashedEndArrow':_0x4b7e6c(0x169),'grayDashedEndArrow':'Línea\x20discontinua\x20gris\x20con\x20flecha\x20final','greenDashedTwoWayArrow':_0x4b7e6c(0x156)},'text':{'bodyBlack':_0x4b7e6c(0x165),'titleBlack':_0x4b7e6c(0x104),'accentBlue':_0x4b7e6c(0x12b),'accentOrange':_0x4b7e6c(0x1ab),'noteGray':_0x4b7e6c(0x160)}}},'thumbnailBar':{'resizePanel':_0x4b7e6c(0x14a),'addSlide':_0x4b7e6c(0x1b3),'contextMenu':{'cut':_0x4b7e6c(0x16b),'copy':_0x4b7e6c(0x16d),'paste':_0x4b7e6c(0xef),'addBelow':'Añadir\x20diapositiva\x20debajo','delete':_0x4b7e6c(0xe0)},'layoutPicker':{'title':'Elegir\x20un\x20diseño','layouts':{'title':'Diapositiva\x20de\x20título','titleAndBody':_0x4b7e6c(0x137),'sectionHeader':_0x4b7e6c(0x193),'twoColumns':_0x4b7e6c(0x15a),'comparison':'Comparación','blank':_0x4b7e6c(0x1c1),'titleOnly':_0x4b7e6c(0xdf),'pictureWithCaption':_0x4b7e6c(0x11d)}}},'shapePanel':{'title':'Dar\x20formato\x20a\x20la\x20forma','shapeStyle':_0x4b7e6c(0xf8),'shapePosition':'Posición','openPanel':_0x4b7e6c(0x134),'deleteShape':_0x4b7e6c(0x180),'toolbar':{'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x4b7e6c(0x150),'alignRight':_0x4b7e6c(0xf9),'alignJustify':'Justificar','bold':_0x4b7e6c(0x11e),'italic':_0x4b7e6c(0x1ad),'underline':_0x4b7e6c(0x1ca),'strikethrough':_0x4b7e6c(0x17f),'textColor':_0x4b7e6c(0x109),'textBackgroundColor':_0x4b7e6c(0x12f),'fillColor':'Color\x20de\x20fondo\x20de\x20texto','resetColor':_0x4b7e6c(0x10c)},'align':{'top':_0x4b7e6c(0x126),'middle':_0x4b7e6c(0x16e),'bottom':_0x4b7e6c(0x143)},'textWrap':{'inline':_0x4b7e6c(0x11b),'square':_0x4b7e6c(0xfe),'topAndBottom':'Arriba\x20y\x20abajo','behindText':'Detrás\x20del\x20texto','inFrontText':_0x4b7e6c(0x103)},'textBox':{'title':'Cuadro\x20de\x20texto','textDirection':'Direcci?n\x20del\x20texto','textDirectionHorizontal':_0x4b7e6c(0x1bd),'textDirectionVertical':'Vertical','autoFit':_0x4b7e6c(0x158),'autoFitNone':_0x4b7e6c(0xe5),'autoFitShrink':_0x4b7e6c(0xec),'autoFitResize':'Cambiar\x20tama?o\x20de\x20la\x20forma\x20para\x20ajustar\x20el\x20texto','wrapText':_0x4b7e6c(0x19a),'padding':'Margen\x20interno','paddingLeft':_0x4b7e6c(0x176),'paddingRight':_0x4b7e6c(0x1a5),'paddingTop':_0x4b7e6c(0x194),'paddingBottom':_0x4b7e6c(0x18b),'columns':_0x4b7e6c(0x144),'columnCount':'Cantidad','columnSpacing':_0x4b7e6c(0x1cb)},'position':{'title':_0x4b7e6c(0x124),'x':'X','y':'Y','width':'Ancho','height':_0x4b7e6c(0x149),'rotation':'Rotación'},'style':{'shadow':_0x4b7e6c(0xe7),'shadowColor':_0x4b7e6c(0x19e),'shadowBlurRadius':_0x4b7e6c(0x189),'shadowDistance':_0x4b7e6c(0x101),'shadowDirection':_0x4b7e6c(0x1a2),'shadowPresetTitle':_0x4b7e6c(0x122),'shadowPresetNone':'Sin\x20sombra','shadowPresetCustom':_0x4b7e6c(0x13c),'shadowTransparency':_0x4b7e6c(0x1ce),'shadowSize':_0x4b7e6c(0x1be),'shadowPreset':{'shdw6':_0x4b7e6c(0x19d),'shdw5':_0x4b7e6c(0x106),'shdw2':_0x4b7e6c(0x147),'shdw1':'Exterior:\x20arriba\x20izquierda','shdw14':_0x4b7e6c(0xdc),'shdw10':_0x4b7e6c(0xfa)}},'fill':{'title':_0x4b7e6c(0x1c5),'noFill':_0x4b7e6c(0x1d0),'solidFill':_0x4b7e6c(0xf1),'gradientFill':_0x4b7e6c(0x17a),'pictureFill':_0x4b7e6c(0x10e),'color':_0x4b7e6c(0x15b),'transparency':'Transparencia','picture':{'source':_0x4b7e6c(0x181),'insert':_0x4b7e6c(0x145),'tileAsTexture':_0x4b7e6c(0xf2),'offsetX':_0x4b7e6c(0x1c7),'offsetY':_0x4b7e6c(0x14b),'scaleX':_0x4b7e6c(0xe1),'scaleY':_0x4b7e6c(0x12c),'alignment':_0x4b7e6c(0x110),'rotateWithShape':_0x4b7e6c(0x102),'align':{'tl':_0x4b7e6c(0x18c),'t':_0x4b7e6c(0x17d),'tr':_0x4b7e6c(0x10a),'l':_0x4b7e6c(0x176),'ctr':_0x4b7e6c(0xe8),'r':_0x4b7e6c(0x1a5),'bl':_0x4b7e6c(0x15c),'b':'Abajo','br':_0x4b7e6c(0x190)}}},'line':{'title':_0x4b7e6c(0x188),'noLine':_0x4b7e6c(0xf0),'solidLine':_0x4b7e6c(0xf5),'color':_0x4b7e6c(0x15b),'transparency':_0x4b7e6c(0x1ce),'width':_0x4b7e6c(0x1bb),'cornerRadius':_0x4b7e6c(0xde),'beginArrowType':_0x4b7e6c(0x152),'beginArrowSize':'Tamaño\x20de\x20flecha\x20inicial','endArrowType':_0x4b7e6c(0x146),'endArrowSize':_0x4b7e6c(0x15d),'dashType':{'title':_0x4b7e6c(0x128),'solid':_0x4b7e6c(0x153),'roundDot':_0x4b7e6c(0x140),'squareDot':_0x4b7e6c(0x1c0),'dash':_0x4b7e6c(0x1a3),'dashDot':'Guion\x20punto','longDash':_0x4b7e6c(0x1c3),'longDashDot':_0x4b7e6c(0x136),'longDashDotDot':'Guion\x20largo\x20punto\x20punto'},'capType':{'title':_0x4b7e6c(0x179),'flat':_0x4b7e6c(0x162),'round':'Redondo','square':_0x4b7e6c(0xfe)},'joinType':{'title':_0x4b7e6c(0x1b8),'miter':'Inglete','round':_0x4b7e6c(0x130),'bevel':'Bisel'},'sketchType':{'title':_0x4b7e6c(0x1c4),'none':_0x4b7e6c(0x1a4),'curved':_0x4b7e6c(0x135),'freehand':_0x4b7e6c(0x163),'handDrawn':'Dibujado\x20a\x20mano'},'arrowType':{'none':_0x4b7e6c(0x1a4),'arrow':_0x4b7e6c(0x174),'openArrow':_0x4b7e6c(0x13d),'stealthArrow':_0x4b7e6c(0x138),'diamondArrow':'Flecha\x20de\x20diamante','ovalArrow':_0x4b7e6c(0x18e)},'arrowSize':{'small':_0x4b7e6c(0x14c),'medium':_0x4b7e6c(0xee),'large':_0x4b7e6c(0xe3)}}},'objectListPanel':{'title':_0x4b7e6c(0x183),'showAll':_0x4b7e6c(0x12a),'hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x4b7e6c(0xff),'moveForward':_0x4b7e6c(0x123),'moveBackward':_0x4b7e6c(0x15f),'nameInput':_0x4b7e6c(0x129),'empty':_0x4b7e6c(0x11a),'close':_0x4b7e6c(0x196),'name':_0x4b7e6c(0xe9),'description':'Descripción','descriptionPlaceholder':_0x4b7e6c(0x13a),'details':'Detalles','noSelection':_0x4b7e6c(0x1a1)},'backgroundPanel':{'title':'Dar\x20formato\x20al\x20fondo','backgroundGraphics':_0x4b7e6c(0x170),'hideBackgroundGraphics':_0x4b7e6c(0xf6),'presentationBackground':_0x4b7e6c(0x14d),'presentationBackgroundEmpty':_0x4b7e6c(0x11c),'presentationBackgroundImages':_0x4b7e6c(0x14f),'setPresentationBackground':_0x4b7e6c(0x155),'clearPresentationBackground':_0x4b7e6c(0x195),'none':_0x4b7e6c(0x1d0),'solid':_0x4b7e6c(0xf1),'gradient':_0x4b7e6c(0x17a),'image':_0x4b7e6c(0x10d),'pattern':_0x4b7e6c(0xe4),'color':_0x4b7e6c(0x15b),'transparency':'Transparencia','imageSource':_0x4b7e6c(0x1b2),'insertImage':_0x4b7e6c(0x18f),'fit':_0x4b7e6c(0x1cd),'fitOptions':{'cover':'Rellenar','contain':_0x4b7e6c(0x117),'stretch':_0x4b7e6c(0x127),'repeat':_0x4b7e6c(0x11f)},'patternHint':_0x4b7e6c(0x198),'applyToAll':'Aplicar\x20a\x20todas','resetBackground':_0x4b7e6c(0x10f)},'transitionPanel':{'title':_0x4b7e6c(0x120),'effect':_0x4b7e6c(0x19f),'direction':_0x4b7e6c(0xf3),'duration':_0x4b7e6c(0x1af),'preview':_0x4b7e6c(0x115),'applyToAll':_0x4b7e6c(0x177),'effects':{'none':_0x4b7e6c(0x1a4),'fade':_0x4b7e6c(0x1b7),'push':_0x4b7e6c(0x118),'wipe':_0x4b7e6c(0x114),'split':'División','reveal':_0x4b7e6c(0x121),'cut':_0x4b7e6c(0x16b),'uncover':'Descubrir','cover':_0x4b7e6c(0x192),'zoom':_0x4b7e6c(0x1c6)},'directions':{'left':_0x4b7e6c(0x184),'right':_0x4b7e6c(0x1b4),'up':_0x4b7e6c(0x1b9),'down':_0x4b7e6c(0x1b0)}},'contextmenu':{'addPage':_0x4b7e6c(0x12e),'backgroundPanel':_0x4b7e6c(0x132),'transitionPanel':_0x4b7e6c(0x120),'speakerNotes':'Notas\x20del\x20orador','ruler':_0x4b7e6c(0x148),'shapePanel':_0x4b7e6c(0x108),'flipHorizontal':_0x4b7e6c(0x100),'flipVertical':_0x4b7e6c(0x16a),'group':'Agrupar','ungroup':'Desagrupar'},'presentation':{'play':_0x4b7e6c(0x13b),'playFromBeginning':_0x4b7e6c(0xdb),'playFromCurrent':_0x4b7e6c(0x18d),'playDualScreen':'Presentación\x20de\x20doble\x20pantalla','playDualScreenFromBeginning':'Doble\x20pantalla\x20desde\x20el\x20principio','playDualScreenFromCurrent':'Doble\x20pantalla\x20desde\x20la\x20actual','dualScreenUnavailable':_0x4b7e6c(0x142),'fullscreenPrompt':_0x4b7e6c(0x112),'presentationEnded':_0x4b7e6c(0x1cf),'previous':_0x4b7e6c(0xda),'next':_0x4b7e6c(0x1a8),'exit':'Salir','slideProgress':_0x4b7e6c(0x182),'speakerNotes':_0x4b7e6c(0x10b),'speakerNotesPlaceholder':_0x4b7e6c(0x1c9),'speakerNotesEmpty':_0x4b7e6c(0x154),'speakerNotesSave':_0x4b7e6c(0x173),'speakerNotesCancel':_0x4b7e6c(0x1bc)},'slide':{'placeholder':{'text':{'title':'Haz\x20clic\x20para\x20agregar\x20un\x20título','subtitle':_0x4b7e6c(0x171),'body':_0x4b7e6c(0xf7),'text':'Haz\x20clic\x20para\x20agregar\x20texto','header':_0x4b7e6c(0x17e),'footer':_0x4b7e6c(0x159),'date':_0x4b7e6c(0x1cc),'slideNumber':'Marcador\x20de\x20posición\x20de\x20número\x20de\x20diapositiva'},'icon':{'image':'Imagen','table':_0x4b7e6c(0x1b5),'chart':'Gráfico','diagram':_0x4b7e6c(0x141),'media':_0x4b7e6c(0x15e)}}},'image-panel':{'arrange':{'title':_0x4b7e6c(0x186),'forward':_0x4b7e6c(0x123),'backward':'Enviar\x20atrás','front':'Traer\x20al\x20frente','back':_0x4b7e6c(0xfb)},'transform':{'title':'Transformar','rotate':_0x4b7e6c(0x1b6),'x':_0x4b7e6c(0x161),'y':_0x4b7e6c(0xe6),'width':_0x4b7e6c(0x187),'height':_0x4b7e6c(0x17b),'lock':_0x4b7e6c(0x1a9)},'crop':{'title':_0x4b7e6c(0x113),'start':_0x4b7e6c(0x197),'mode':'Libre','shape':_0x4b7e6c(0x16f)}}}};function _0x8738(_0x5e9703,_0x520204){_0x5e9703=_0x5e9703-0xda;const _0x3d545d=_0x3d54();let _0x873800=_0x3d545d[_0x5e9703];return _0x873800;}function _0x3d54(){const _0x5bb244=['Cuadrado','Ocultar','Voltear\x20horizontalmente','Distancia','Rotar\x20con\x20la\x20forma','Delante\x20del\x20texto','Título\x20negro','308483bOTNTS','Exterior:\x20abajo\x20izquierda','2903968oUpIHJ','Dar\x20formato\x20a\x20la\x20forma','Color\x20de\x20texto','Arriba\x20a\x20la\x20derecha','Notas\x20del\x20orador','Restablecer\x20color','Relleno\x20de\x20imagen','Relleno\x20de\x20imagen\x20o\x20textura','Restablecer\x20fondo','Alineación','82865JqfpdZ','Haz\x20clic\x20para\x20entrar\x20en\x20pantalla\x20completa','Recortar','Barrido','Vista\x20previa','Cuadro\x20de\x20texto\x20horizontal','Ajustar','Empujar','Buscar','No\x20hay\x20objetos','En\x20línea\x20con\x20el\x20texto','No\x20configurado','Imagen\x20con\x20leyenda','Negrita','Mosaico','Transiciones','Revelar','Preestablecido','Traer\x20adelante','Posición\x20y\x20tamaño','Escribe\x20para\x20buscar\x20nombres\x20de\x20diapositivas,\x20texto\x20y\x20nombres\x20de\x20objetos.','Alinear\x20arriba','Estirar','Tipo\x20de\x20discontinuo','Nombre\x20del\x20objeto','Mostrar\x20todo','Acento\x20azul','Escala\x20Y','Línea\x20sólida\x20fina\x20azul','Nueva\x20diapositiva','Color\x20de\x20fondo\x20de\x20texto','Redondo','2111620PXzZBS','Dar\x20formato\x20al\x20fondo','Justificar','Abrir\x20panel\x20de\x20formas','Curvado','Guion\x20largo\x20punto','Título\x20y\x20contenido','Flecha\x20furtiva','Estilos\x20de\x20línea','Agregar\x20descripción','Reproducir','Personalizado','Flecha\x20abierta','48inFXFC','Alineación\x20horizontal','Punto\x20redondo','Diagrama','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.','Alinear\x20abajo','Columnas','Insertar\x20imagen','Tipo\x20de\x20flecha\x20final','Exterior:\x20arriba\x20derecha','Regla','Alto','Cambiar\x20tamaño\x20del\x20panel\x20de\x20miniaturas\x20de\x20diapositivas','Desplazamiento\x20Y','Pequeño','Fondo\x20de\x20la\x20presentación','Color\x20de\x20texto\x20transparente','imagen(es)','Centrar','Tamaño\x20de\x20la\x20tabla','Tipo\x20de\x20flecha\x20inicial','Sólido','Sin\x20notas\x20del\x20orador','Establecer\x20fondo','Línea\x20discontinua\x20verde\x20con\x20flechas\x20bidireccionales','Alinear\x20a\x20la\x20izquierda','Ajuste\x20autom?tico','Marcador\x20de\x20posición\x20de\x20pie\x20de\x20página','Dos\x20contenidos','Color','Abajo\x20a\x20la\x20izquierda','Tamaño\x20de\x20flecha\x20final','Multimedia','Enviar\x20atrás','Nota\x20gris','X\x20(px)','Plano','Mano\x20alzada','Línea\x20sólida\x20fina\x20gris','Cuerpo\x20negro','Línea\x20discontinua\x20fina\x20gris','18zvzEmN','32811QxTGRy','Línea\x20discontinua\x20azul\x20con\x20flecha\x20final','Voltear\x20verticalmente','Cortar','6613717xukvlG','Copiar','Alinear\x20al\x20medio','Recortar\x20a\x20forma','Gráficos\x20de\x20fondo','Haz\x20clic\x20para\x20agregar\x20un\x20subtítulo','Línea\x20sólida\x20fina\x20naranja','Guardar','Flecha','Diapositiva','Izquierda','Aplicar\x20a\x20todas','Fuente','Tipo\x20de\x20extremo','Relleno\x20degradado','Alto\x20(px)','Temas','Arriba','Marcador\x20de\x20posición\x20de\x20encabezado','Tachado','Eliminar\x20forma','Origen\x20de\x20imagen','Diapositiva\x20{current}\x20de\x20{total}','Lista\x20de\x20objetos','Desde\x20la\x20izquierda','Alineación\x20vertical','Organizar','Ancho\x20(px)','Línea','Desenfoque','Tamaño\x20de\x20fuente','Inferior','Arriba\x20a\x20la\x20izquierda','Reproducir\x20desde\x20la\x20diapositiva\x20actual','Flecha\x20ovalada','Archivo...','Abajo\x20a\x20la\x20derecha','Línea\x20azul\x20con\x20flecha\x20final','Cubrir','Encabezado\x20de\x20sección','Superior','Borrar','Cerrar','Iniciar\x20recorte','La\x20configuración\x20de\x20patrón\x20estará\x20disponible\x20pronto.','Gráfico','Ajustar\x20texto\x20en\x20la\x20forma','Formato\x20de\x20forma','Tipo\x20de\x20párrafo','Exterior:\x20abajo\x20derecha','Color\x20de\x20sombra','Efecto','Buscar\x20diapositivas\x20y\x20objetos','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Ángulo','Guion','Ninguno','Derecha','Estilos\x20rápidos','Aplicar','Siguiente','Bloquear\x20proporción','Imagen','Acento\x20naranja','Línea\x20verde\x20con\x20flechas\x20bidireccionales','Cursiva','Más\x20estilos','Duración','Desde\x20abajo','Estilos\x20de\x20forma','Insertar\x20imagen\x20desde','+\x20Agregar\x20diapositiva','Desde\x20la\x20derecha','Tabla','Rotar\x20(°)','Desvanecer','Tipo\x20de\x20unión','Desde\x20arriba','Línea\x20discontinua\x20fina\x20azul','Ancho','Cancelar','Horizontal','Tamaño','302102GrhmDe','Punto\x20cuadrado','En\x20blanco','Elegir\x20tema\x20de\x20diapositiva','Guion\x20largo','Tipo\x20de\x20bosquejo','Relleno','Zoom','Desplazamiento\x20X','Línea\x20discontinua\x20fina\x20negra','Haz\x20clic\x20para\x20agregar\x20notas\x20para\x20la\x20diapositiva\x20actual','Subrayado','Espaciado','Marcador\x20de\x20posición\x20de\x20fecha','Ajuste','Transparencia','Presentación\x20terminada','Sin\x20relleno','Anterior','Reproducir\x20desde\x20el\x20principio','Exterior:\x20abajo\x20derecha\x20pequeña','Tamaño\x20personalizado','Radio\x20de\x20esquina','Solo\x20título','Eliminar','Escala\x20X','234jADmMP','Grande','Relleno\x20de\x20patrón','No\x20ajustar\x20autom?ticamente','Y\x20(px)','Sombra','Centro','Nombre','Aumentar\x20tamaño\x20de\x20fuente','Disminuir\x20tamaño\x20de\x20fuente','Reducir\x20texto\x20al\x20desbordar','Cuadro\x20de\x20texto','Mediano','Pegar','Sin\x20línea','Relleno\x20sólido','Mosaico\x20de\x20imagen\x20como\x20textura','Dirección','Forma','Línea\x20sólida','Ocultar\x20gráficos\x20de\x20patrón/diseño','Haz\x20clic\x20para\x20agregar\x20texto','Estilo\x20de\x20forma','Alinear\x20a\x20la\x20derecha','Exterior:\x20arriba\x20izquierda\x20grande','Enviar\x20al\x20fondo','Cuadro\x20de\x20texto\x20vertical','2vXoVSI'];_0x3d54=function(){return _0x5bb244;};return _0x3d54();}export{e as default};
|