@univerjs-pro/slides-ui 1.0.0-alpha.3 → 1.0.0-alpha.5
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/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5b33(_0x4612f5,_0x4696c9){_0x4612f5=_0x4612f5-0x18a;var _0xf758f3=_0xf758();var _0x5b3349=_0xf758f3[_0x4612f5];return _0x5b3349;}function _0xf758(){var _0x2c397a=['پشت\x20متن','خط\x20تیره','خطکشی','برگرداندن\x20عمودی','بازنشانی\x20رنگ','فقط\x20عنوان','پر\x20کردن','اعمال\x20به\x20همه','نوع\x20طرح','76111MzYnZE','پنهان\x20کردن','خط\x20تیره-نقطه','سرصفحه\x20بخش','کاهش\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بلند-نقطه','UniverProSlidesUiFaIR','تبدیل','بیرونی:\x20بالا\x20راست','چیدمان','رنگ\x20متن\x20شفاف','گذارها','خط\x20آبی\x20با\x20پیکان\x20انتهایی','فرستادن\x20به\x20عقب','بالا','سفارشی','نمودار','اندازه\x20فونت','گروهبندی','اثر','خط\x20نازک\x20نقطهچین\x20مشکی','حذف\x20شکل','برش','زاویه','خطکش','زیرخط','سبکهای\x20متن','631100CgUBNL','خالی','object','کاشی\x20تصویر\x20بهعنوان\x20بافت','فاصله','فرستادن\x20به\x20پشت\x20صفحه','افزودن\x20توضیحات','شفافیت','شیئی\x20وجود\x20ندارد','مورب','کپی','رنگ\x20متن','حذف','تراز\x20بالا','6gtmJXI','دو\x20صفحه\x20از\x20فعلی','تنظیم\x20پسزمینه','جدا\x20کردن\x20گروه','نقطه\x20مربعی','تراز\x20پایین','عقب\x20فرستادن','اندازه\x20جدول','تراز\x20چپ','210698JkUOcJ','گرافیک\x20پسزمینه','عرض','شعاع\x20گوشه','یادداشت\x20خاکستری','تمها','پر\x20کردن\x20گرادیان','40WHSIGo','کادر\x20متن\x20عمودی','ایتالیک','پوشش\x20دادن','وای\x20(پیکسل)','پر\x20کردن\x20رنگی','مرکز','عنوان\x20مشکی','انتخاب\x20تم\x20اسلاید','تراز\x20افقی','جاینگهدار\x20تاریخ','تراز\x20وسط\x20عمودی','ارتفاع','بیرونی:\x20بالا\x20چپ\x20بزرگ','اسلاید\x20عنوان','بیرونی:\x20پایین\x20راست','بدون\x20خط','پیشفرضهای\x20شکل','خط\x20نازک\x20نقطهچین\x20خاکستری','همتراز','خط\x20نازک\x20پیوسته\x20نارنجی','نتیجهای\x20یافت\x20نشد.','هل\x20دادن','خط\x20نازک\x20نقطهچین\x20آبی','سبکهای\x20بیشتر','یادداشت\x20ارائهدهنده\x20وجود\x20ندارد','خط\x20نقطهچین\x20آبی\x20با\x20پیکان\x20انتهایی','طراحی\x20دستی','مدت','ارائه\x20دو\x20صفحهنمایش','بازنشانی\x20پسزمینه','ارتفاع\x20(پیکسل)','بدون\x20پر\x20کردن','تنظیمات\x20الگو\x20بهزودی\x20در\x20دسترس\x20خواهد\x20بود.','برای\x20افزودن\x20متن\x20کلیک\x20کنید','عنوان\x20و\x20محتوا','ایکس','سبکهای\x20خط','12oOKhUb','بعدی','جابجایی\x20ایکس','نوع\x20پیکان\x20انتهایی','رنگ\x20سایه','خط\x20نقطهچین\x20سبز\x20با\x20پیکان\x20دوطرفه','پیکان\x20باز','دو\x20محتوا','منحنی','خطدار','از\x20راست','ایکس\x20(پیکسل)','پخش\x20از\x20ابتدا','پخش','بالا\x20چپ','پوشش','شروع\x20برش','جایگذاری','هیچکدام','خط\x20نقطهچین\x20خاکستری\x20با\x20پیکان\x20انتهایی','پر\x20کردن\x20الگو','یادداشتهای\x20ارائهدهنده','تراز\x20راست','پیکان\x20بیضی','پر\x20کردن\x20تصویر\x20یا\x20بافت','192xczLUC','بستن','ارائه\x20به\x20پایان\x20رسید','پر\x20کردن\x20تصویری','جلو\x20آوردن','اندازه\x20پیکان\x20انتهایی','جایگیری','اندازه\x20سفارشی','صاف','محو\x20شدن','پیکان\x20لوزی','تصویر','+\x20افزودن\x20اسلاید','بریدن','کوچک','راست','وای','function','پیشتنظیم','برای\x20افزودن\x20عنوان\x20کلیک\x20کنید','اندازه\x20پیکان\x20ابتدایی','427174ZyNBdn','چرخش','جاینگهدار\x20سرصفحه','خط\x20نازک\x20پیوسته\x20خاکستری','جلوی\x20متن','گرد','تصویر(ها)','تصویر\x20با\x20عنوان','نوع\x20پاراگراف','آزاد','20HRvfQg','کادر\x20متن\x20افقی','155214ZhQkjy','بیرونی:\x20پایین\x20راست\x20کوچک','بزرگنمایی','خط\x20نازک\x20پیوسته\x20مشکی','پخش\x20از\x20اسلاید\x20فعلی','متوسط','قالببندی\x20پسزمینه','فونت','408256zfqhqh','موقعیت','پایین','پایین\x20راست','مقایسه','برگرداندن\x20افقی','توجیه','تراز\x20عمودی','چرخش\x20(°)','63780TQedKi','تراز','اسلاید','عنوان\x20۱','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','قالببندی\x20شکل','از\x20پایین','پاک\x20کردن','نوع\x20اتصال','پیکان','افزودن\x20اسلاید\x20در\x20پایین','ردیفها','جهت','کشیدن','خط\x20تیره\x20بلند','سبکهای\x20سریع','پیوسته'];_0xf758=function(){return _0x2c397a;};return _0xf758();}(function(_0x5a470f,_0x5249c3){var _0x55a024=_0x5b33,_0x391470=_0x5a470f();while(!![]){try{var _0xad0ce8=-parseInt(_0x55a024(0x247))/0x1+parseInt(_0x55a024(0x23e))/0x2*(parseInt(_0x55a024(0x1df))/0x3)+-parseInt(_0x55a024(0x1d6))/0x4+parseInt(_0x55a024(0x230))/0x5*(-parseInt(_0x55a024(0x194))/0x6)+-parseInt(_0x55a024(0x1f9))/0x7*(-parseInt(_0x55a024(0x24e))/0x8)+parseInt(_0x55a024(0x1ce))/0x9*(-parseInt(_0x55a024(0x1cc))/0xa)+-parseInt(_0x55a024(0x1c2))/0xb*(-parseInt(_0x55a024(0x1ad))/0xc);if(_0xad0ce8===_0x5249c3)break;else _0x391470['push'](_0x391470['shift']());}catch(_0x15312f){_0x391470['push'](_0x391470['shift']());}}}(_0xf758,0x22213),function(_0xe7c582,_0x16f180){var _0x5c88e3=_0x5b33;typeof exports==_0x5c88e3(0x232)&&typeof module<'u'?module['exports']=_0x16f180():typeof define==_0x5c88e3(0x1be)&&define['amd']?define([],_0x16f180):(_0xe7c582=typeof globalThis<'u'?globalThis:_0xe7c582||self,_0xe7c582[_0x5c88e3(0x21b)]=_0x16f180());}(this,function(){var _0x171588=_0x5b33;return{'slides-ui':{'ribbon':{'shapeFormat':'قالببندی\x20شکل','changeShape':'تغییر\x20شکل'},'insertToolbar':{'search':_0x171588(0x210),'text':'کادر\x20متن','textHorizontal':_0x171588(0x1cd),'textVertical':_0x171588(0x24f),'image':'تصویر','table':_0x171588(0x208),'shape':_0x171588(0x206),'chart':_0x171588(0x225)},'tableSizePicker':{'title':_0x171588(0x245),'customSize':_0x171588(0x1b4),'rows':_0x171588(0x1ea),'columns':_0x171588(0x219),'insert':_0x171588(0x205),'apply':'اعمال'},'searchPanel':{'placeholder':'جستجوی\x20اسلایدها\x20و\x20اشیاء','noQuery':_0x171588(0x1ff),'empty':_0x171588(0x263),'slidePrefix':_0x171588(0x1e1)},'themePicker':{'title':_0x171588(0x24c),'caption':_0x171588(0x25f),'tooltip':_0x171588(0x256)},'editorToolbar':{'fontFamily':_0x171588(0x1d5),'fontSize':_0x171588(0x226),'paragraphType':_0x171588(0x1ca),'heading1':_0x171588(0x1e2),'increaseFontSize':'افزایش\x20اندازه\x20فونت','decreaseFontSize':_0x171588(0x1fd),'textColor':_0x171588(0x23b),'transparentTextColor':_0x171588(0x21f),'textBackgroundColor':'رنگ\x20پسزمینه\x20متن','bold':_0x171588(0x211),'italic':_0x171588(0x239),'underline':_0x171588(0x22e),'strikethrough':_0x171588(0x19d),'horizontalAlign':_0x171588(0x257),'verticalAlign':_0x171588(0x1dd),'alignLeft':'تراز\x20چپ','alignCenter':_0x171588(0x217),'alignRight':_0x171588(0x1aa),'alignJustify':_0x171588(0x261),'alignTop':'تراز\x20بالا','alignMiddle':_0x171588(0x259),'alignBottom':'تراز\x20پایین'},'quickStyles':{'tooltip':_0x171588(0x1ee),'shapeStyles':'سبکهای\x20شکل','lineStyles':_0x171588(0x193),'textStyles':_0x171588(0x22f),'more':_0x171588(0x266),'groups':{'solid':_0x171588(0x1ef),'dashed':'نقطهچین'},'presets':{'line':{'blackSolid':_0x171588(0x1d1),'blueSolid':'خط\x20نازک\x20پیوسته\x20آبی','orangeSolid':_0x171588(0x262),'graySolid':_0x171588(0x1c5),'blueEndArrow':_0x171588(0x221),'greenTwoWayArrow':'خط\x20سبز\x20با\x20پیکان\x20دوطرفه','blackDashed':_0x171588(0x229),'blueDashed':_0x171588(0x265),'grayDashed':_0x171588(0x260),'blueDashedEndArrow':_0x171588(0x268),'grayDashedEndArrow':_0x171588(0x1a7),'greenDashedTwoWayArrow':_0x171588(0x199)},'text':{'bodyBlack':'متن\x20مشکی','titleBlack':_0x171588(0x255),'accentBlue':'تأکید\x20آبی','accentOrange':'تأکید\x20نارنجی','noteGray':_0x171588(0x24b)}}},'thumbnailBar':{'resizePanel':'تغییر\x20اندازه\x20پنل\x20بندانگشتی\x20اسلاید','addSlide':_0x171588(0x1b9),'contextMenu':{'cut':_0x171588(0x22b),'copy':_0x171588(0x23a),'paste':_0x171588(0x1a5),'addBelow':_0x171588(0x1e9),'delete':_0x171588(0x23c)},'layoutPicker':{'title':'انتخاب\x20طرحبندی','layouts':{'title':_0x171588(0x25c),'titleAndBody':_0x171588(0x191),'sectionHeader':_0x171588(0x1fc),'twoColumns':_0x171588(0x19b),'comparison':_0x171588(0x1da),'blank':_0x171588(0x231),'titleOnly':_0x171588(0x1f5),'pictureWithCaption':_0x171588(0x1c9)}}},'shapePanel':{'title':_0x171588(0x1e4),'shapeStyle':'سبک\x20شکل','shapePosition':_0x171588(0x1d7),'openPanel':_0x171588(0x203),'deleteShape':_0x171588(0x22a),'toolbar':{'alignLeft':_0x171588(0x246),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0x171588(0x1dc),'bold':_0x171588(0x211),'italic':_0x171588(0x250),'underline':_0x171588(0x1f2),'strikethrough':_0x171588(0x19d),'textColor':'رنگ\x20متن','textBackgroundColor':_0x171588(0x214),'fillColor':_0x171588(0x214),'resetColor':_0x171588(0x1f4)},'align':{'top':_0x171588(0x23d),'middle':_0x171588(0x217),'bottom':_0x171588(0x243)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':_0x171588(0x20f),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x171588(0x1f0),'inFrontText':_0x171588(0x1c6)},'position':{'title':_0x171588(0x218),'x':_0x171588(0x192),'y':_0x171588(0x1bd),'width':_0x171588(0x249),'height':_0x171588(0x25a),'rotation':_0x171588(0x1c3)},'style':{'shadow':'سایه','shadowColor':_0x171588(0x198),'shadowBlurRadius':'محو\x20شدگی','shadowDistance':_0x171588(0x234),'shadowDirection':_0x171588(0x22c),'shadowPresetTitle':_0x171588(0x1bf),'shadowPresetNone':'بدون\x20سایه','shadowPresetCustom':_0x171588(0x224),'shadowTransparency':_0x171588(0x237),'shadowSize':_0x171588(0x215),'shadowPreset':{'shdw6':_0x171588(0x25d),'shdw5':_0x171588(0x20a),'shdw2':_0x171588(0x21d),'shdw1':'بیرونی:\x20بالا\x20چپ','shdw14':_0x171588(0x1cf),'shdw10':_0x171588(0x25b)}},'fill':{'title':_0x171588(0x1f6),'noFill':_0x171588(0x18e),'solidFill':_0x171588(0x213),'gradientFill':_0x171588(0x24d),'pictureFill':_0x171588(0x1ac),'color':_0x171588(0x204),'transparency':_0x171588(0x237),'picture':{'source':'منبع\x20تصویر','insert':_0x171588(0x202),'tileAsTexture':_0x171588(0x233),'offsetX':_0x171588(0x196),'offsetY':'جابجایی\x20وای','scaleX':_0x171588(0x201),'scaleY':'مقیاس\x20وای','alignment':_0x171588(0x1e0),'rotateWithShape':'چرخش\x20با\x20شکل','align':{'tl':_0x171588(0x1a2),'t':_0x171588(0x223),'tr':'بالا\x20راست','l':'چپ','ctr':_0x171588(0x254),'r':_0x171588(0x1bc),'bl':'پایین\x20چپ','b':_0x171588(0x1d8),'br':_0x171588(0x1d9)}}},'line':{'title':'خط','noLine':_0x171588(0x25e),'solidLine':_0x171588(0x20d),'color':'رنگ','transparency':_0x171588(0x237),'width':_0x171588(0x249),'cornerRadius':_0x171588(0x24a),'beginArrowType':'نوع\x20پیکان\x20ابتدایی','beginArrowSize':_0x171588(0x1c1),'endArrowType':_0x171588(0x197),'endArrowSize':_0x171588(0x1b2),'dashType':{'title':'نوع\x20خط\x20نقطهچین','solid':'پیوسته','roundDot':_0x171588(0x200),'squareDot':_0x171588(0x242),'dash':_0x171588(0x1f1),'dashDot':_0x171588(0x1fb),'longDash':_0x171588(0x1ed),'longDashDot':_0x171588(0x21a),'longDashDotDot':'خط\x20تیره\x20بلند-نقطه-نقطه'},'capType':{'title':'نوع\x20انتها','flat':_0x171588(0x1b5),'round':'گرد','square':_0x171588(0x20f)},'joinType':{'title':_0x171588(0x1e7),'miter':_0x171588(0x239),'round':_0x171588(0x1c7),'bevel':'شیبدار'},'sketchType':{'title':_0x171588(0x1f8),'none':_0x171588(0x1a6),'curved':_0x171588(0x19c),'freehand':_0x171588(0x1cb),'handDrawn':_0x171588(0x269)},'arrowType':{'none':'هیچکدام','arrow':_0x171588(0x1e8),'openArrow':_0x171588(0x19a),'stealthArrow':'پیکان\x20مخفی','diamondArrow':_0x171588(0x1b7),'ovalArrow':_0x171588(0x1ab)},'arrowSize':{'small':_0x171588(0x1bb),'medium':_0x171588(0x1d3),'large':'بزرگ'}}},'objectListPanel':{'title':'فهرست\x20اشیا','showAll':'نمایش\x20همه','hideAll':'پنهان\x20کردن\x20همه','show':'نمایش','hide':_0x171588(0x1fa),'moveForward':_0x171588(0x1b1),'moveBackward':_0x171588(0x244),'nameInput':_0x171588(0x212),'empty':_0x171588(0x238),'close':_0x171588(0x1ae),'name':'نام','description':'توضیحات','descriptionPlaceholder':_0x171588(0x236),'details':'جزئیات','noSelection':_0x171588(0x1e3)},'backgroundPanel':{'title':_0x171588(0x1d4),'backgroundGraphics':_0x171588(0x248),'hideBackgroundGraphics':'پنهان\x20کردن\x20گرافیک\x20الگو/طرحبندی','presentationBackground':_0x171588(0x207),'presentationBackgroundEmpty':'تنظیم\x20نشده','presentationBackgroundImages':_0x171588(0x1c8),'setPresentationBackground':_0x171588(0x240),'clearPresentationBackground':_0x171588(0x1e6),'none':'بدون\x20پر\x20کردن','solid':_0x171588(0x253),'gradient':_0x171588(0x24d),'image':_0x171588(0x1b0),'pattern':_0x171588(0x1a8),'color':_0x171588(0x204),'transparency':_0x171588(0x237),'imageSource':_0x171588(0x1fe),'insertImage':_0x171588(0x216),'fit':_0x171588(0x1b3),'fitOptions':{'cover':_0x171588(0x1a3),'contain':_0x171588(0x1b3),'stretch':_0x171588(0x1ec),'repeat':_0x171588(0x20b)},'patternHint':_0x171588(0x18f),'applyToAll':_0x171588(0x1f7),'resetBackground':_0x171588(0x18c)},'transitionPanel':{'title':_0x171588(0x220),'effect':_0x171588(0x228),'direction':_0x171588(0x1eb),'duration':_0x171588(0x18a),'preview':'پیشنمایش','applyToAll':_0x171588(0x1f7),'effects':{'none':'هیچکدام','fade':_0x171588(0x1b6),'push':_0x171588(0x264),'wipe':_0x171588(0x1e6),'split':'تقسیم','reveal':'آشکار\x20کردن','cut':_0x171588(0x1ba),'uncover':'کشف\x20کردن','cover':_0x171588(0x251),'zoom':_0x171588(0x1d0)},'directions':{'left':'از\x20چپ','right':_0x171588(0x19e),'up':'از\x20بالا','down':_0x171588(0x1e5)}},'contextmenu':{'addPage':_0x171588(0x209),'backgroundPanel':_0x171588(0x1d4),'transitionPanel':_0x171588(0x220),'speakerNotes':_0x171588(0x1a9),'ruler':_0x171588(0x22d),'shapePanel':'قالببندی\x20شکل','flipHorizontal':_0x171588(0x1db),'flipVertical':_0x171588(0x1f3),'group':_0x171588(0x227),'ungroup':_0x171588(0x241)},'presentation':{'play':_0x171588(0x1a1),'playFromBeginning':_0x171588(0x1a0),'playFromCurrent':_0x171588(0x1d2),'playDualScreen':_0x171588(0x18b),'playDualScreenFromBeginning':'دو\x20صفحه\x20از\x20ابتدا','playDualScreenFromCurrent':_0x171588(0x23f),'dualScreenUnavailable':'شروع\x20ارائه\x20دو\x20صفحهنمایش\x20ممکن\x20نیست.\x20مجوز\x20مدیریت\x20پنجره\x20را\x20بدهید\x20و\x20یک\x20نمایشگر\x20گسترشیافته\x20وصل\x20کنید،\x20سپس\x20دوباره\x20تلاش\x20کنید.','fullscreenPrompt':'برای\x20تمامصفحه\x20کلیک\x20کنید','presentationEnded':_0x171588(0x1af),'previous':'قبلی','next':_0x171588(0x195),'exit':'خروج','slideProgress':_0x171588(0x20c),'speakerNotes':_0x171588(0x1a9),'speakerNotesPlaceholder':'برای\x20افزودن\x20یادداشت\x20به\x20اسلاید\x20فعلی\x20کلیک\x20کنید','speakerNotesEmpty':_0x171588(0x267),'speakerNotesSave':'ذخیره','speakerNotesCancel':'لغو'},'slide':{'placeholder':{'text':{'title':_0x171588(0x1c0),'subtitle':_0x171588(0x20e),'body':_0x171588(0x190),'text':_0x171588(0x190),'header':_0x171588(0x1c4),'footer':'جاینگهدار\x20پاصفحه','date':_0x171588(0x258),'slideNumber':'جاینگهدار\x20شماره\x20اسلاید'},'icon':{'image':_0x171588(0x1b8),'table':'جدول','chart':_0x171588(0x225),'diagram':_0x171588(0x225),'media':'رسانه'}}},'image-panel':{'arrange':{'title':_0x171588(0x21e),'forward':'آوردن\x20به\x20جلو','backward':_0x171588(0x222),'front':'آوردن\x20به\x20جلوی\x20صفحه','back':_0x171588(0x235)},'transform':{'title':_0x171588(0x21c),'rotate':_0x171588(0x1de),'x':_0x171588(0x19f),'y':_0x171588(0x252),'width':'عرض\x20(پیکسل)','height':_0x171588(0x18d),'lock':'قفل\x20نسبت'},'crop':{'title':'برش','start':_0x171588(0x1a4),'mode':_0x171588(0x1cb),'shape':'برش\x20به\x20شکل'}}}};}));
|
|
1
|
+
(function(_0x40da70,_0x18f0d5){var _0x2bf9da=_0x2999,_0x211a5f=_0x40da70();while(!![]){try{var _0x266ac0=parseInt(_0x2bf9da(0x170))/0x1+parseInt(_0x2bf9da(0x14f))/0x2+parseInt(_0x2bf9da(0x99))/0x3*(parseInt(_0x2bf9da(0x8e))/0x4)+parseInt(_0x2bf9da(0xf6))/0x5+parseInt(_0x2bf9da(0x15c))/0x6*(-parseInt(_0x2bf9da(0x16d))/0x7)+parseInt(_0x2bf9da(0x150))/0x8+-parseInt(_0x2bf9da(0x137))/0x9;if(_0x266ac0===_0x18f0d5)break;else _0x211a5f['push'](_0x211a5f['shift']());}catch(_0x338aa5){_0x211a5f['push'](_0x211a5f['shift']());}}}(_0x44f7,0xbdaa8),function(_0x486070,_0x18c704){var _0x149d9e=_0x2999;typeof exports==_0x149d9e(0x167)&&typeof module<'u'?module[_0x149d9e(0x8a)]=_0x18c704():typeof define==_0x149d9e(0xba)&&define[_0x149d9e(0x158)]?define([],_0x18c704):(_0x486070=typeof globalThis<'u'?globalThis:_0x486070||self,_0x486070[_0x149d9e(0xa7)]=_0x18c704());}(this,function(){var _0xc533d2=_0x2999;return{'slides-ui':{'ribbon':{'shapeFormat':_0xc533d2(0xf9),'changeShape':_0xc533d2(0xe8)},'insertToolbar':{'search':_0xc533d2(0xc1),'text':_0xc533d2(0xfc),'textHorizontal':_0xc533d2(0x113),'textVertical':_0xc533d2(0x86),'image':_0xc533d2(0x160),'table':'جدول','shape':_0xc533d2(0xd2),'chart':_0xc533d2(0xdc)},'tableSizePicker':{'title':'اندازه\x20جدول','customSize':_0xc533d2(0xf8),'rows':'ردیفها','columns':_0xc533d2(0x10c),'insert':_0xc533d2(0xac),'apply':_0xc533d2(0x115)},'searchPanel':{'placeholder':'جستجوی\x20اسلایدها\x20و\x20اشیاء','noQuery':'برای\x20جستجوی\x20نام\x20اسلایدها،\x20متن\x20و\x20نام\x20اشیاء\x20تایپ\x20کنید.','empty':'نتیجهای\x20یافت\x20نشد.','slidePrefix':_0xc533d2(0x144)},'themePicker':{'title':'تمها','caption':_0xc533d2(0x111),'tooltip':_0xc533d2(0x89)},'editorToolbar':{'fontFamily':_0xc533d2(0x11b),'fontSize':_0xc533d2(0xb2),'paragraphType':'نوع\x20پاراگراف','heading1':_0xc533d2(0xd7),'increaseFontSize':'افزایش\x20اندازه\x20فونت','decreaseFontSize':_0xc533d2(0xb0),'textColor':_0xc533d2(0x110),'transparentTextColor':_0xc533d2(0x11d),'textBackgroundColor':'رنگ\x20پسزمینه\x20متن','bold':'پررنگ','italic':'مورب','underline':_0xc533d2(0xb1),'strikethrough':'خطدار','horizontalAlign':'تراز\x20افقی','verticalAlign':_0xc533d2(0xdd),'alignLeft':_0xc533d2(0xf3),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0xc533d2(0x123),'alignTop':_0xc533d2(0xe4),'alignMiddle':_0xc533d2(0xe5),'alignBottom':_0xc533d2(0x165)},'quickStyles':{'tooltip':_0xc533d2(0x104),'shapeStyles':_0xc533d2(0xc6),'lineStyles':_0xc533d2(0x169),'textStyles':_0xc533d2(0x114),'more':_0xc533d2(0x91),'groups':{'solid':_0xc533d2(0xd4),'dashed':_0xc533d2(0xed)},'presets':{'line':{'blackSolid':_0xc533d2(0x9b),'blueSolid':_0xc533d2(0x159),'orangeSolid':_0xc533d2(0x8d),'graySolid':_0xc533d2(0x127),'blueEndArrow':_0xc533d2(0x162),'greenTwoWayArrow':_0xc533d2(0x163),'blackDashed':_0xc533d2(0x16e),'blueDashed':_0xc533d2(0x11a),'grayDashed':_0xc533d2(0x112),'blueDashedEndArrow':_0xc533d2(0xd3),'grayDashedEndArrow':_0xc533d2(0x10e),'greenDashedTwoWayArrow':_0xc533d2(0x155)},'text':{'bodyBlack':_0xc533d2(0x97),'titleBlack':_0xc533d2(0x166),'accentBlue':_0xc533d2(0x118),'accentOrange':'تأکید\x20نارنجی','noteGray':_0xc533d2(0xe2)}}},'thumbnailBar':{'resizePanel':_0xc533d2(0x9f),'addSlide':_0xc533d2(0x12f),'contextMenu':{'cut':_0xc533d2(0xea),'copy':_0xc533d2(0xa5),'paste':_0xc533d2(0x133),'addBelow':_0xc533d2(0xb6),'delete':_0xc533d2(0x108)},'layoutPicker':{'title':_0xc533d2(0x16a),'layouts':{'title':'اسلاید\x20عنوان','titleAndBody':_0xc533d2(0xc9),'sectionHeader':_0xc533d2(0xbb),'twoColumns':'دو\x20محتوا','comparison':_0xc533d2(0x13d),'blank':_0xc533d2(0xeb),'titleOnly':_0xc533d2(0x11f),'pictureWithCaption':_0xc533d2(0xe0)}}},'shapePanel':{'title':_0xc533d2(0xf9),'shapeStyle':_0xc533d2(0xb9),'shapePosition':'موقعیت','openPanel':_0xc533d2(0x96),'deleteShape':_0xc533d2(0x105),'toolbar':{'alignLeft':_0xc533d2(0xf3),'alignCenter':'تراز\x20وسط','alignRight':_0xc533d2(0xb4),'alignJustify':_0xc533d2(0x14a),'bold':_0xc533d2(0x134),'italic':_0xc533d2(0x12b),'underline':'خطکشی','strikethrough':_0xc533d2(0xaa),'textColor':_0xc533d2(0x110),'textBackgroundColor':_0xc533d2(0xa0),'fillColor':_0xc533d2(0xa0),'resetColor':_0xc533d2(0x15f)},'align':{'top':'تراز\x20بالا','middle':_0xc533d2(0xc8),'bottom':_0xc533d2(0x165)},'textWrap':{'inline':_0xc533d2(0x157),'square':'مربع','topAndBottom':_0xc533d2(0x95),'behindText':_0xc533d2(0x141),'inFrontText':_0xc533d2(0x92)},'textBox':{'title':_0xc533d2(0xfc),'textDirection':_0xc533d2(0x146),'textDirectionHorizontal':_0xc533d2(0x13e),'textDirectionVertical':_0xc533d2(0x10a),'autoFit':'اندازهگذاری\x20خودکار','autoFitNone':'بدون\x20اندازهگذاری\x20خودکار','autoFitShrink':_0xc533d2(0x142),'autoFitResize':_0xc533d2(0x16f),'wrapText':_0xc533d2(0x156),'padding':_0xc533d2(0x119),'paddingLeft':'چپ','paddingRight':_0xc533d2(0x9a),'paddingTop':_0xc533d2(0x138),'paddingBottom':_0xc533d2(0x13a),'columns':_0xc533d2(0x10c),'columnCount':_0xc533d2(0xd5),'columnSpacing':'فاصله'},'position':{'title':_0xc533d2(0x12c),'x':_0xc533d2(0xf7),'y':_0xc533d2(0xce),'width':_0xc533d2(0xc0),'height':'ارتفاع','rotation':_0xc533d2(0x116)},'style':{'shadow':'سایه','shadowColor':_0xc533d2(0x149),'shadowBlurRadius':_0xc533d2(0xe6),'shadowDistance':_0xc533d2(0xda),'shadowDirection':_0xc533d2(0xdb),'shadowPresetTitle':_0xc533d2(0x8f),'shadowPresetNone':'بدون\x20سایه','shadowPresetCustom':_0xc533d2(0xa2),'shadowTransparency':'شفافیت','shadowSize':'اندازه','shadowPreset':{'shdw6':_0xc533d2(0xa4),'shdw5':_0xc533d2(0x12e),'shdw2':_0xc533d2(0x7e),'shdw1':_0xc533d2(0x83),'shdw14':'بیرونی:\x20پایین\x20راست\x20کوچک','shdw10':'بیرونی:\x20بالا\x20چپ\x20بزرگ'}},'fill':{'title':_0xc533d2(0xd1),'noFill':_0xc533d2(0xad),'solidFill':_0xc533d2(0x168),'gradientFill':_0xc533d2(0xa9),'pictureFill':_0xc533d2(0x143),'color':_0xc533d2(0x122),'transparency':_0xc533d2(0x103),'picture':{'source':_0xc533d2(0xab),'insert':'درج\x20تصویر','tileAsTexture':_0xc533d2(0x161),'offsetX':_0xc533d2(0x126),'offsetY':_0xc533d2(0xa6),'scaleX':'مقیاس\x20ایکس','scaleY':_0xc533d2(0x13c),'alignment':'تراز','rotateWithShape':'چرخش\x20با\x20شکل','align':{'tl':'بالا\x20چپ','t':_0xc533d2(0x138),'tr':_0xc533d2(0x135),'l':'چپ','ctr':_0xc533d2(0x147),'r':'راست','bl':_0xc533d2(0xfd),'b':_0xc533d2(0x13a),'br':_0xc533d2(0x129)}}},'line':{'title':'خط','noLine':_0xc533d2(0x12a),'solidLine':_0xc533d2(0x84),'color':_0xc533d2(0x122),'transparency':_0xc533d2(0x103),'width':'عرض','cornerRadius':_0xc533d2(0xfb),'beginArrowType':_0xc533d2(0xa1),'beginArrowSize':'اندازه\x20پیکان\x20ابتدایی','endArrowType':_0xc533d2(0x16b),'endArrowSize':_0xc533d2(0x153),'dashType':{'title':'نوع\x20خط\x20نقطهچین','solid':_0xc533d2(0xd4),'roundDot':_0xc533d2(0x85),'squareDot':'نقطه\x20مربعی','dash':_0xc533d2(0x80),'dashDot':_0xc533d2(0x93),'longDash':'خط\x20تیره\x20بلند','longDashDot':_0xc533d2(0x106),'longDashDotDot':_0xc533d2(0xbd)},'capType':{'title':_0xc533d2(0xd8),'flat':'صاف','round':_0xc533d2(0x101),'square':_0xc533d2(0x15d)},'joinType':{'title':_0xc533d2(0xcb),'miter':_0xc533d2(0xc5),'round':_0xc533d2(0x101),'bevel':_0xc533d2(0xfa)},'sketchType':{'title':_0xc533d2(0xb7),'none':_0xc533d2(0x100),'curved':_0xc533d2(0xbf),'freehand':'آزاد','handDrawn':_0xc533d2(0x15e)},'arrowType':{'none':'هیچکدام','arrow':_0xc533d2(0xec),'openArrow':_0xc533d2(0xf1),'stealthArrow':_0xc533d2(0x7f),'diamondArrow':'پیکان\x20لوزی','ovalArrow':'پیکان\x20بیضی'},'arrowSize':{'small':_0xc533d2(0x14c),'medium':_0xc533d2(0xaf),'large':'بزرگ'}}},'objectListPanel':{'title':_0xc533d2(0x132),'showAll':_0xc533d2(0x120),'hideAll':_0xc533d2(0xde),'show':_0xc533d2(0x128),'hide':_0xc533d2(0x12d),'moveForward':'جلو\x20آوردن','moveBackward':'عقب\x20فرستادن','nameInput':'نام\x20شیء','empty':_0xc533d2(0x98),'close':_0xc533d2(0x109),'name':_0xc533d2(0xee),'description':_0xc533d2(0xc3),'descriptionPlaceholder':_0xc533d2(0xc7),'details':'جزئیات','noSelection':_0xc533d2(0xf0)},'backgroundPanel':{'title':_0xc533d2(0x10f),'backgroundGraphics':_0xc533d2(0x16c),'hideBackgroundGraphics':_0xc533d2(0x15b),'presentationBackground':_0xc533d2(0x11c),'presentationBackgroundEmpty':_0xc533d2(0xe1),'presentationBackgroundImages':_0xc533d2(0xff),'setPresentationBackground':_0xc533d2(0xae),'clearPresentationBackground':_0xc533d2(0x148),'none':_0xc533d2(0xad),'solid':_0xc533d2(0x9c),'gradient':'پر\x20کردن\x20گرادیان','image':'پر\x20کردن\x20تصویری','pattern':_0xc533d2(0x7d),'color':_0xc533d2(0x122),'transparency':_0xc533d2(0x103),'imageSource':_0xc533d2(0xe7),'insertImage':_0xc533d2(0x151),'fit':_0xc533d2(0x124),'fitOptions':{'cover':_0xc533d2(0x152),'contain':_0xc533d2(0x124),'stretch':'کشیدن','repeat':_0xc533d2(0xca)},'patternHint':_0xc533d2(0x94),'applyToAll':_0xc533d2(0xcd),'resetBackground':_0xc533d2(0x87)},'transitionPanel':{'title':_0xc533d2(0xc2),'effect':'اثر','direction':'جهت','duration':_0xc533d2(0xfe),'preview':_0xc533d2(0x125),'applyToAll':_0xc533d2(0xcd),'effects':{'none':_0xc533d2(0x100),'fade':_0xc533d2(0x136),'push':_0xc533d2(0x130),'wipe':'پاک\x20کردن','split':_0xc533d2(0xcc),'reveal':'آشکار\x20کردن','cut':_0xc533d2(0x9d),'uncover':'کشف\x20کردن','cover':'پوشش\x20دادن','zoom':_0xc533d2(0xa8)},'directions':{'left':_0xc533d2(0x107),'right':_0xc533d2(0xd9),'up':_0xc533d2(0xb3),'down':_0xc533d2(0x88)}},'contextmenu':{'addPage':_0xc533d2(0xcf),'backgroundPanel':_0xc533d2(0x10f),'transitionPanel':_0xc533d2(0xc2),'speakerNotes':_0xc533d2(0x9e),'ruler':_0xc533d2(0x140),'shapePanel':_0xc533d2(0xf9),'flipHorizontal':_0xc533d2(0x81),'flipVertical':_0xc533d2(0x117),'group':_0xc533d2(0xe9),'ungroup':_0xc533d2(0xb5)},'presentation':{'play':_0xc533d2(0xe3),'playFromBeginning':'پخش\x20از\x20ابتدا','playFromCurrent':_0xc533d2(0x14d),'playDualScreen':'ارائه\x20دو\x20صفحهنمایش','playDualScreenFromBeginning':'دو\x20صفحه\x20از\x20ابتدا','playDualScreenFromCurrent':'دو\x20صفحه\x20از\x20فعلی','dualScreenUnavailable':_0xc533d2(0x8b),'fullscreenPrompt':_0xc533d2(0xf5),'presentationEnded':_0xc533d2(0xd6),'previous':'قبلی','next':_0xc533d2(0x131),'exit':_0xc533d2(0xf2),'slideProgress':_0xc533d2(0x154),'speakerNotes':_0xc533d2(0x9e),'speakerNotesPlaceholder':_0xc533d2(0x11e),'speakerNotesEmpty':_0xc533d2(0x102),'speakerNotesSave':_0xc533d2(0xa3),'speakerNotesCancel':_0xc533d2(0xd0)},'slide':{'placeholder':{'text':{'title':_0xc533d2(0xbe),'subtitle':_0xc533d2(0x10d),'body':'برای\x20افزودن\x20متن\x20کلیک\x20کنید','text':_0xc533d2(0x164),'header':_0xc533d2(0xb8),'footer':'جاینگهدار\x20پاصفحه','date':_0xc533d2(0xbc),'slideNumber':_0xc533d2(0xf4)},'icon':{'image':'تصویر','table':'جدول','chart':_0xc533d2(0xdc),'diagram':_0xc533d2(0xdc),'media':_0xc533d2(0x14e)}}},'image-panel':{'arrange':{'title':_0xc533d2(0x121),'forward':_0xc533d2(0xc4),'backward':_0xc533d2(0x14b),'front':_0xc533d2(0x13f),'back':_0xc533d2(0x8c)},'transform':{'title':_0xc533d2(0x139),'rotate':_0xc533d2(0x10b),'x':'ایکس\x20(پیکسل)','y':_0xc533d2(0x82),'width':_0xc533d2(0x145),'height':_0xc533d2(0xdf),'lock':_0xc533d2(0xef)},'crop':{'title':'برش','start':_0xc533d2(0x15a),'mode':_0xc533d2(0x90),'shape':_0xc533d2(0x13b)}}}};}));function _0x2999(_0xfba2f8,_0xdeb65e){_0xfba2f8=_0xfba2f8-0x7d;var _0x44f76b=_0x44f7();var _0x299951=_0x44f76b[_0xfba2f8];return _0x299951;}function _0x44f7(){var _0x15dbdf=['بازنشانی\x20پسزمینه','از\x20پایین','انتخاب\x20تم\x20اسلاید','exports','شروع\x20ارائه\x20دو\x20صفحهنمایش\x20ممکن\x20نیست.\x20مجوز\x20مدیریت\x20پنجره\x20را\x20بدهید\x20و\x20یک\x20نمایشگر\x20گسترشیافته\x20وصل\x20کنید،\x20سپس\x20دوباره\x20تلاش\x20کنید.','فرستادن\x20به\x20پشت\x20صفحه','خط\x20نازک\x20پیوسته\x20نارنجی','8NIbcjZ','پیشتنظیم','آزاد','سبکهای\x20بیشتر','جلوی\x20متن','خط\x20تیره-نقطه','تنظیمات\x20الگو\x20بهزودی\x20در\x20دسترس\x20خواهد\x20بود.','بالا\x20و\x20پایین','باز\x20کردن\x20پنل\x20شکلها','متن\x20مشکی','شیئی\x20وجود\x20ندارد','1369383xxqeIp','راست','خط\x20نازک\x20پیوسته\x20مشکی','پر\x20کردن\x20رنگی','بریدن','یادداشتهای\x20ارائهدهنده','تغییر\x20اندازه\x20پنل\x20بندانگشتی\x20اسلاید','رنگ\x20پسزمینه\x20متن','نوع\x20پیکان\x20ابتدایی','سفارشی','ذخیره','بیرونی:\x20پایین\x20راست','کپی','جابجایی\x20وای','UniverProSlidesUiFaIR','بزرگنمایی','پر\x20کردن\x20گرادیان','خطدار','منبع\x20تصویر','درج','بدون\x20پر\x20کردن','تنظیم\x20پسزمینه','متوسط','کاهش\x20اندازه\x20فونت','زیرخط','اندازه\x20فونت','از\x20بالا','تراز\x20راست','جدا\x20کردن\x20گروه','افزودن\x20اسلاید\x20در\x20پایین','نوع\x20طرح','جاینگهدار\x20سرصفحه','سبک\x20شکل','function','سرصفحه\x20بخش','جاینگهدار\x20تاریخ','خط\x20تیره\x20بلند-نقطه-نقطه','برای\x20افزودن\x20عنوان\x20کلیک\x20کنید','منحنی','عرض','جستجو','گذارها','توضیحات','آوردن\x20به\x20جلو','مورب','سبکهای\x20شکل','افزودن\x20توضیحات','تراز\x20وسط','عنوان\x20و\x20محتوا','تکرار','نوع\x20اتصال','تقسیم','اعمال\x20به\x20همه','وای','اسلاید\x20جدید','لغو','پر\x20کردن','شکل','خط\x20نقطهچین\x20آبی\x20با\x20پیکان\x20انتهایی','پیوسته','تعداد','ارائه\x20به\x20پایان\x20رسید','عنوان\x20۱','نوع\x20انتها','از\x20راست','فاصله','زاویه','نمودار','تراز\x20عمودی','پنهان\x20کردن\x20همه','ارتفاع\x20(پیکسل)','تصویر\x20با\x20عنوان','تنظیم\x20نشده','یادداشت\x20خاکستری','پخش','تراز\x20بالا','تراز\x20وسط\x20عمودی','محو\x20شدگی','درج\x20تصویر\x20از','تغییر\x20شکل','گروهبندی','برش','خالی','پیکان','نقطهچین','نام','قفل\x20نسبت','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','پیکان\x20باز','خروج','تراز\x20چپ','جاینگهدار\x20شماره\x20اسلاید','برای\x20تمامصفحه\x20کلیک\x20کنید','224725RViTpF','ایکس','اندازه\x20سفارشی','قالببندی\x20شکل','شیبدار','شعاع\x20گوشه','کادر\x20متن','پایین\x20چپ','مدت','تصویر(ها)','هیچکدام','گرد','یادداشت\x20ارائهدهنده\x20وجود\x20ندارد','شفافیت','سبکهای\x20سریع','حذف\x20شکل','خط\x20تیره\x20بلند-نقطه','از\x20چپ','حذف','بستن','عمودی','چرخش\x20(°)','ستونها','برای\x20افزودن\x20زیرعنوان\x20کلیک\x20کنید','خط\x20نقطهچین\x20خاکستری\x20با\x20پیکان\x20انتهایی','قالببندی\x20پسزمینه','رنگ\x20متن','پیشفرضهای\x20شکل','خط\x20نازک\x20نقطهچین\x20خاکستری','کادر\x20متن\x20افقی','سبکهای\x20متن','اعمال','چرخش','برگرداندن\x20عمودی','تأکید\x20آبی','حاشیه\x20داخلی','خط\x20نازک\x20نقطهچین\x20آبی','فونت','پسزمینه\x20ارائه','رنگ\x20متن\x20شفاف','برای\x20افزودن\x20یادداشت\x20به\x20اسلاید\x20فعلی\x20کلیک\x20کنید','فقط\x20عنوان','نمایش\x20همه','چیدمان','رنگ','همتراز','جایگیری','پیشنمایش','جابجایی\x20ایکس','خط\x20نازک\x20پیوسته\x20خاکستری','نمایش','پایین\x20راست','بدون\x20خط','ایتالیک','موقعیت\x20و\x20اندازه','پنهان\x20کردن','بیرونی:\x20پایین\x20چپ','+\x20افزودن\x20اسلاید','هل\x20دادن','بعدی','فهرست\x20اشیا','جایگذاری','پررنگ','بالا\x20راست','محو\x20شدن','20337435iPAmcm','بالا','تبدیل','پایین','برش\x20به\x20شکل','مقیاس\x20وای','مقایسه','افقی','آوردن\x20به\x20جلوی\x20صفحه','خطکش','پشت\x20متن','کوچک\x20کردن\x20متن\x20هنگام\x20سرریز','پر\x20کردن\x20تصویر\x20یا\x20بافت','اسلاید','عرض\x20(پیکسل)','جهت\x20متن','مرکز','پاک\x20کردن','رنگ\x20سایه','توجیه','فرستادن\x20به\x20عقب','کوچک','پخش\x20از\x20اسلاید\x20فعلی','رسانه','310118uHrNlc','10178672XXxIji','فایل...','پوشش','اندازه\x20پیکان\x20انتهایی','اسلاید\x20{current}\x20از\x20{total}','خط\x20نقطهچین\x20سبز\x20با\x20پیکان\x20دوطرفه','شکستن\x20متن\x20در\x20شکل','در\x20یک\x20خط\x20با\x20متن','amd','خط\x20نازک\x20پیوسته\x20آبی','شروع\x20برش','پنهان\x20کردن\x20گرافیک\x20الگو/طرحبندی','30UiiTDj','مربع','طراحی\x20دستی','بازنشانی\x20رنگ','تصویر','کاشی\x20تصویر\x20بهعنوان\x20بافت','خط\x20آبی\x20با\x20پیکان\x20انتهایی','خط\x20سبز\x20با\x20پیکان\x20دوطرفه','برای\x20افزودن\x20متن\x20کلیک\x20کنید','تراز\x20پایین','عنوان\x20مشکی','object','پر\x20کردن\x20یکدست','سبکهای\x20خط','انتخاب\x20طرحبندی','نوع\x20پیکان\x20انتهایی','گرافیک\x20پسزمینه','361389WHjiyy','خط\x20نازک\x20نقطهچین\x20مشکی','تغییر\x20اندازه\x20شکل\x20متناسب\x20با\x20متن','909462uZNlRE','پر\x20کردن\x20الگو','بیرونی:\x20بالا\x20راست','پیکان\x20مخفی','خط\x20تیره','برگرداندن\x20افقی','وای\x20(پیکسل)','بیرونی:\x20بالا\x20چپ','خط\x20پیوسته','نقطه\x20گرد','کادر\x20متن\x20عمودی'];_0x44f7=function(){return _0x15dbdf;};return _0x44f7();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x3062(_0x443041,_0x5d72e2){_0x443041=_0x443041-0x72;var _0x10df40=_0x10df();var _0x306201=_0x10df40[_0x443041];return _0x306201;}function _0x10df(){var _0xb0b237=['Tout\x20masquer','Aligner\x20au\x20centre','Couleur\x20d\x27arrière-plan\x20du\x20texte','Carré','Petite','Depuis\x20la\x20gauche','Supprimer\x20la\x20forme','Espace\x20réservé\x20de\x20date','Couleur\x20du\x20texte','Effet','Remplissage\x20image','Tableau','Masquer','Suivant','Tirets','Réinitialiser\x20l\x27arrière-plan','Présentation\x20double\x20écran','13018239gZQTHC','Centre','Souligné','Recadrer\x20en\x20forme','Ajustement','Augmenter\x20la\x20taille\x20de\x20la\x20police','Flèche\x20ovale','Aucun\x20résultat\x20trouvé.','Remplissage\x20dégradé','Transitions','Ligne\x20en\x20tirets\x20grise\x20avec\x20flèche\x20finale','Ligne\x20pleine','Diapositive\x20de\x20titre','138RgaQmn','Point\x20rond','Type\x20de\x20tiret','Flèche\x20en\x20diamant','Personnalisé','Décalage\x20X','Cliquez\x20pour\x20ajouter\x20un\x20titre','Plein','1340530eCMofk','Droite','100FGMfXI','Rechercher\x20des\x20diapositives\x20et\x20des\x20objets','Aligner\x20en\x20haut','Verrouiller\x20les\x20proportions','Ligne\x20bleue\x20avec\x20flèche\x20finale','Choisir\x20une\x20mise\x20en\x20page','Tiret\x20long','Insérer\x20une\x20image\x20depuis','Remplissage\x20plein','Ajuster','3736rsksMp','Plat','Lire\x20depuis\x20la\x20diapositive\x20actuelle','Fondu','Remplissage\x20uni','Rond','Angle','Reculer','Ligne\x20en\x20tirets\x20fine\x20bleue','Flèche\x20ouverte','Extérieur\x20:\x20bas\x20droite\x20petite','Zone\x20de\x20texte','Mettre\x20en\x20forme\x20la\x20forme','Type\x20de\x20paragraphe','Ligne\x20pleine\x20fine\x20bleue','Bas','Image','Dessiné\x20à\x20la\x20main','Taille\x20de\x20flèche\x20de\x20fin','Description','Définir\x20l\x27arrière-plan','Graphique','Ligne\x20en\x20tirets\x20bleue\x20avec\x20flèche\x20finale','amd','130497lUSdqL','Titre\x20et\x20contenu','Annuler','Aligné\x20avec\x20le\x20texte','Tout\x20afficher','Image\x20avec\x20légende','Taille\x20du\x20tableau','Organiser','Accent\x20bleu','Coller','9441wujfIe','Tiret\x20long-point','Décalage\x20Y','Ombre','Onglet','Styles\x20de\x20texte','Police','Rotation\x20(°)','Lignes','Transparence','18galoOD','Découvrir','Alignement\x20horizontal','Rayon\x20d\x27angle','Mise\x20en\x20forme\x20de\x20la\x20forme','Mosaïque\x20d\x27image\x20comme\x20texture','Couper','Quitter','Zone\x20de\x20texte\x20verticale','Appliquer','Mettre\x20en\x20arrière-plan','Effacer','Cliquez\x20pour\x20passer\x20en\x20plein\x20écran','Haut\x20gauche','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Hauteur','Styles\x20rapides','Fermer','Thèmes','Avancer','Largeur\x20(px)','Styles\x20de\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','Graphiques\x20d\x27arrière-plan','Aligner\x20à\x20droite','Corps\x20noir','Position','Afficher','Forme','Couleur\x20de\x20fond\x20du\x20texte','image(s)','Type\x20de\x20jointure','Ligne\x20verte\x20avec\x20flèches\x20bidirectionnelles','Retourner\x20horizontalement','Aucune\x20ombre','Zone\x20de\x20texte\x20horizontale','Taille\x20de\x20la\x20police','Aligner\x20au\x20milieu','Courbe','Supprimer','Couleur\x20de\x20l\x27ombre','UniverProSlidesUiFrFR','Largeur','Aucun\x20objet','Valeurs\x20par\x20défaut\x20des\x20formes','Haut\x20droite','Aucune\x20note\x20de\x20l\x27orateur','Zoom','Ligne\x20pleine\x20fine\x20grise','Titre\x201','Transformer','Comparaison','Bas\x20gauche','62008IulklI','Cliquez\x20pour\x20ajouter\x20des\x20notes\x20pour\x20la\x20diapositive\x20actuelle','Alignement\x20vertical','Aperçu','Diapositive\x20{current}\x20sur\x20{total}','Espace\x20réservé\x20de\x20pied\x20de\x20page','Lire','Révéler','Y\x20(px)','Cliquez\x20pour\x20ajouter\x20du\x20texte','Notes\x20de\x20l\x27orateur','exports','Style\x20de\x20forme','Extérieur\x20:\x20haut\x20gauche\x20grande','Échelle\x20X','Extérieur\x20:\x20bas\x20droite','Point\x20carré','Recadrer','Haut\x20et\x20bas','Flou','Depuis\x20le\x20haut','Arrière-plan\x20de\x20la\x20présentation','Depuis\x20le\x20bas','Accent\x20orange','Ajouter\x20une\x20description','Les\x20paramètres\x20de\x20motif\x20seront\x20bientôt\x20disponibles.','Pivoter\x20avec\x20la\x20forme','Titre\x20noir','Aucun\x20remplissage','Aucune','object','Alignement','Espace\x20réservé\x20d\x27en-tête','Détails','Couleur','Réinitialiser\x20la\x20couleur','Redimensionner\x20le\x20panneau\x20des\x20miniatures\x20de\x20diapositives','Ligne\x20pleine\x20fine\x20orange','Ligne\x20en\x20tirets\x20fine\x20grise','Type\x20d\x27extrémité','Tiret-point','12rfPflm','Justifier','Ligne\x20en\x20tirets\x20fine\x20noire','Mettre\x20en\x20forme\x20l\x27arrière-plan','Nouvelle\x20diapositive','Colonnes','Étirer','358905WJhOtK','Gauche','Type\x20d\x27esquisse','Nom\x20de\x20l\x27objet','Ligne\x20en\x20tirets\x20verte\x20avec\x20flèches\x20bidirectionnelles','X\x20(px)','Média','Ligne\x20pleine\x20fine\x20noire','Extérieur\x20:\x20haut\x20droite','Démarrer\x20le\x20recadrage','Aucun','Dégrouper','Taille\x20personnalisée','Diagramme','Durée','Liste\x20des\x20objets','Main\x20levée','En-tête\x20de\x20section','Titre\x20uniquement','Source\x20de\x20l\x27image','Enregistrer','Rotation','Insérer\x20une\x20image','Aligner\x20en\x20bas','Gras','Plus\x20de\x20styles','Précédent','Ajouter\x20une\x20diapositive\x20en\x20dessous','Espace\x20réservé\x20de\x20numéro\x20de\x20diapositive','Diminuer\x20la\x20taille\x20de\x20la\x20police','Nom','Copier','Retourner\x20verticalement','114947jVcZDI','Balayage','Taille','Couleur\x20de\x20texte\x20transparente','Grande','Biseau','Fractionner','Flèche','Remplissage\x20motif','11PkuwpD'];_0x10df=function(){return _0xb0b237;};return _0x10df();}(function(_0x556030,_0xcc8152){var _0x13da1e=_0x3062,_0x2ab9b5=_0x556030();while(!![]){try{var _0x557d81=parseInt(_0x13da1e(0xc8))/0x1+parseInt(_0x13da1e(0x151))/0x2*(parseInt(_0x13da1e(0x13d))/0x3)+-parseInt(_0x13da1e(0x98))/0x4*(parseInt(_0x13da1e(0x11b))/0x5)+parseInt(_0x13da1e(0x111))/0x6*(-parseInt(_0x13da1e(0xe9))/0x7)+-parseInt(_0x13da1e(0x125))/0x8*(parseInt(_0x13da1e(0x147))/0x9)+-parseInt(_0x13da1e(0x119))/0xa*(parseInt(_0x13da1e(0xf2))/0xb)+-parseInt(_0x13da1e(0xc1))/0xc*(-parseInt(_0x13da1e(0x104))/0xd);if(_0x557d81===_0xcc8152)break;else _0x2ab9b5['push'](_0x2ab9b5['shift']());}catch(_0x4507d5){_0x2ab9b5['push'](_0x2ab9b5['shift']());}}}(_0x10df,0x6b74c),function(_0x5398b3,_0x22f7de){var _0x54158d=_0x3062;typeof exports==_0x54158d(0xb6)&&typeof module<'u'?module[_0x54158d(0xa3)]=_0x22f7de():typeof define=='function'&&define[_0x54158d(0x13c)]?define([],_0x22f7de):(_0x5398b3=typeof globalThis<'u'?globalThis:_0x5398b3||self,_0x5398b3[_0x54158d(0x8c)]=_0x22f7de());}(this,function(){var _0x1c67cf=_0x3062;return{'slides-ui':{'ribbon':{'shapeFormat':_0x1c67cf(0x155),'changeShape':'Changer\x20de\x20forme'},'insertToolbar':{'search':'Rechercher','text':_0x1c67cf(0x130),'textHorizontal':_0x1c67cf(0x86),'textVertical':_0x1c67cf(0x159),'image':'Image','table':_0x1c67cf(0xfe),'shape':_0x1c67cf(0x7f),'chart':'Graphique'},'tableSizePicker':{'title':_0x1c67cf(0x143),'customSize':_0x1c67cf(0xd4),'rows':_0x1c67cf(0x14f),'columns':_0x1c67cf(0xc6),'insert':'Insérer','apply':_0x1c67cf(0x15a)},'searchPanel':{'placeholder':_0x1c67cf(0x11c),'noQuery':'Tapez\x20pour\x20rechercher\x20des\x20noms\x20de\x20diapositives,\x20du\x20texte\x20et\x20des\x20noms\x20d\x27objets.','empty':_0x1c67cf(0x10b),'slidePrefix':'Diapositive'},'themePicker':{'title':_0x1c67cf(0x75),'caption':_0x1c67cf(0x8f),'tooltip':'Choisir\x20un\x20thème\x20de\x20diapositive'},'editorToolbar':{'fontFamily':_0x1c67cf(0x14d),'fontSize':_0x1c67cf(0x87),'paragraphType':_0x1c67cf(0x132),'heading1':_0x1c67cf(0x94),'increaseFontSize':_0x1c67cf(0x109),'decreaseFontSize':_0x1c67cf(0xe5),'textColor':_0x1c67cf(0xfb),'transparentTextColor':_0x1c67cf(0xec),'textBackgroundColor':_0x1c67cf(0xf5),'bold':'Gras','italic':'Italique','underline':_0x1c67cf(0x106),'strikethrough':'Barré','horizontalAlign':_0x1c67cf(0x153),'verticalAlign':_0x1c67cf(0x9a),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x1c67cf(0xf4),'alignRight':_0x1c67cf(0x7b),'alignJustify':_0x1c67cf(0xc2),'alignTop':_0x1c67cf(0x11d),'alignMiddle':_0x1c67cf(0x88),'alignBottom':_0x1c67cf(0xdf)},'quickStyles':{'tooltip':_0x1c67cf(0x73),'shapeStyles':_0x1c67cf(0x78),'lineStyles':'Styles\x20de\x20ligne','textStyles':_0x1c67cf(0x14c),'more':_0x1c67cf(0xe1),'groups':{'solid':'Plein','dashed':_0x1c67cf(0x101)},'presets':{'line':{'blackSolid':_0x1c67cf(0xcf),'blueSolid':_0x1c67cf(0x133),'orangeSolid':_0x1c67cf(0xbd),'graySolid':_0x1c67cf(0x93),'blueEndArrow':_0x1c67cf(0x11f),'greenTwoWayArrow':_0x1c67cf(0x83),'blackDashed':_0x1c67cf(0xc3),'blueDashed':_0x1c67cf(0x12d),'grayDashed':_0x1c67cf(0xbe),'blueDashedEndArrow':_0x1c67cf(0x13b),'grayDashedEndArrow':_0x1c67cf(0x10e),'greenDashedTwoWayArrow':_0x1c67cf(0xcc)},'text':{'bodyBlack':_0x1c67cf(0x7c),'titleBlack':_0x1c67cf(0xb3),'accentBlue':_0x1c67cf(0x145),'accentOrange':_0x1c67cf(0xaf),'noteGray':'Note\x20grise'}}},'thumbnailBar':{'resizePanel':_0x1c67cf(0xbc),'addSlide':'+\x20Ajouter\x20une\x20diapositive','contextMenu':{'cut':'Couper','copy':_0x1c67cf(0xe7),'paste':_0x1c67cf(0x146),'addBelow':_0x1c67cf(0xe3),'delete':_0x1c67cf(0x8a)},'layoutPicker':{'title':_0x1c67cf(0x120),'layouts':{'title':_0x1c67cf(0x110),'titleAndBody':_0x1c67cf(0x13e),'sectionHeader':_0x1c67cf(0xd9),'twoColumns':'Deux\x20contenus','comparison':_0x1c67cf(0x96),'blank':'Vide','titleOnly':_0x1c67cf(0xda),'pictureWithCaption':_0x1c67cf(0x142)}}},'shapePanel':{'title':_0x1c67cf(0x131),'shapeStyle':_0x1c67cf(0xa4),'shapePosition':_0x1c67cf(0x7d),'openPanel':_0x1c67cf(0x79),'deleteShape':_0x1c67cf(0xf9),'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x1c67cf(0xf4),'alignRight':'Aligner\x20à\x20droite','alignJustify':'Justifier','bold':_0x1c67cf(0xe0),'italic':'Italique','underline':_0x1c67cf(0x106),'strikethrough':'Barré','textColor':_0x1c67cf(0xfb),'textBackgroundColor':_0x1c67cf(0xf5),'fillColor':_0x1c67cf(0x80),'resetColor':_0x1c67cf(0xbb)},'align':{'top':_0x1c67cf(0x11d),'middle':_0x1c67cf(0x88),'bottom':_0x1c67cf(0xdf)},'textWrap':{'inline':_0x1c67cf(0x140),'square':_0x1c67cf(0xf6),'topAndBottom':_0x1c67cf(0xaa),'behindText':'Derrière\x20le\x20texte','inFrontText':'Devant\x20le\x20texte'},'position':{'title':'Position\x20et\x20taille','x':'X','y':'Y','width':_0x1c67cf(0x8d),'height':_0x1c67cf(0x72),'rotation':_0x1c67cf(0xdd)},'style':{'shadow':_0x1c67cf(0x14a),'shadowColor':_0x1c67cf(0x8b),'shadowBlurRadius':_0x1c67cf(0xab),'shadowDistance':'Distance','shadowDirection':_0x1c67cf(0x12b),'shadowPresetTitle':'Préréglage','shadowPresetNone':_0x1c67cf(0x85),'shadowPresetCustom':_0x1c67cf(0x115),'shadowTransparency':_0x1c67cf(0x150),'shadowSize':_0x1c67cf(0xeb),'shadowPreset':{'shdw6':_0x1c67cf(0xa7),'shdw5':'Extérieur\x20:\x20bas\x20gauche','shdw2':_0x1c67cf(0xd0),'shdw1':'Extérieur\x20:\x20haut\x20gauche','shdw14':_0x1c67cf(0x12f),'shdw10':_0x1c67cf(0xa5)}},'fill':{'title':'Remplissage','noFill':_0x1c67cf(0xb4),'solidFill':_0x1c67cf(0x129),'gradientFill':_0x1c67cf(0x10c),'pictureFill':'Remplissage\x20image\x20ou\x20texture','color':_0x1c67cf(0xba),'transparency':'Transparence','picture':{'source':_0x1c67cf(0xdb),'insert':_0x1c67cf(0xde),'tileAsTexture':_0x1c67cf(0x156),'offsetX':_0x1c67cf(0x116),'offsetY':_0x1c67cf(0x149),'scaleX':_0x1c67cf(0xa6),'scaleY':'Échelle\x20Y','alignment':_0x1c67cf(0xb7),'rotateWithShape':_0x1c67cf(0xb2),'align':{'tl':_0x1c67cf(0x15e),'t':'Haut','tr':_0x1c67cf(0x90),'l':_0x1c67cf(0xc9),'ctr':_0x1c67cf(0x105),'r':_0x1c67cf(0x11a),'bl':_0x1c67cf(0x97),'b':_0x1c67cf(0x134),'br':'Bas\x20droite'}}},'line':{'title':'Ligne','noLine':'Aucune\x20ligne','solidLine':_0x1c67cf(0x10f),'color':_0x1c67cf(0xba),'transparency':_0x1c67cf(0x150),'width':_0x1c67cf(0x8d),'cornerRadius':_0x1c67cf(0x154),'beginArrowType':'Type\x20de\x20flèche\x20de\x20début','beginArrowSize':'Taille\x20de\x20flèche\x20de\x20début','endArrowType':'Type\x20de\x20flèche\x20de\x20fin','endArrowSize':_0x1c67cf(0x137),'dashType':{'title':_0x1c67cf(0x113),'solid':_0x1c67cf(0x118),'roundDot':_0x1c67cf(0x112),'squareDot':_0x1c67cf(0xa8),'dash':'Tiret','dashDot':_0x1c67cf(0xc0),'longDash':_0x1c67cf(0x121),'longDashDot':_0x1c67cf(0x148),'longDashDotDot':'Tiret\x20long-point-point'},'capType':{'title':_0x1c67cf(0xbf),'flat':_0x1c67cf(0x126),'round':_0x1c67cf(0x12a),'square':'Carré'},'joinType':{'title':_0x1c67cf(0x82),'miter':_0x1c67cf(0x14b),'round':'Rond','bevel':_0x1c67cf(0xee)},'sketchType':{'title':_0x1c67cf(0xca),'none':_0x1c67cf(0xd2),'curved':_0x1c67cf(0x89),'freehand':_0x1c67cf(0xd8),'handDrawn':_0x1c67cf(0x136)},'arrowType':{'none':_0x1c67cf(0xb5),'arrow':_0x1c67cf(0xf0),'openArrow':_0x1c67cf(0x12e),'stealthArrow':'Flèche\x20furtive','diamondArrow':_0x1c67cf(0x114),'ovalArrow':_0x1c67cf(0x10a)},'arrowSize':{'small':_0x1c67cf(0xf7),'medium':'Moyenne','large':_0x1c67cf(0xed)}}},'objectListPanel':{'title':_0x1c67cf(0xd7),'showAll':_0x1c67cf(0x141),'hideAll':_0x1c67cf(0xf3),'show':_0x1c67cf(0x7e),'hide':_0x1c67cf(0xff),'moveForward':_0x1c67cf(0x76),'moveBackward':_0x1c67cf(0x12c),'nameInput':_0x1c67cf(0xcb),'empty':_0x1c67cf(0x8e),'close':_0x1c67cf(0x74),'name':_0x1c67cf(0xe6),'description':_0x1c67cf(0x138),'descriptionPlaceholder':_0x1c67cf(0xb0),'details':_0x1c67cf(0xb9),'noSelection':_0x1c67cf(0x15f)},'backgroundPanel':{'title':_0x1c67cf(0xc4),'backgroundGraphics':_0x1c67cf(0x7a),'hideBackgroundGraphics':'Masquer\x20les\x20graphiques\x20du\x20masque/de\x20la\x20disposition','presentationBackground':_0x1c67cf(0xad),'presentationBackgroundEmpty':'Non\x20défini','presentationBackgroundImages':_0x1c67cf(0x81),'setPresentationBackground':_0x1c67cf(0x139),'clearPresentationBackground':_0x1c67cf(0x15c),'none':'Aucun\x20remplissage','solid':_0x1c67cf(0x123),'gradient':_0x1c67cf(0x10c),'image':_0x1c67cf(0xfd),'pattern':_0x1c67cf(0xf1),'color':_0x1c67cf(0xba),'transparency':_0x1c67cf(0x150),'imageSource':_0x1c67cf(0x122),'insertImage':'Fichier...','fit':_0x1c67cf(0x108),'fitOptions':{'cover':'Remplir','contain':_0x1c67cf(0x124),'stretch':_0x1c67cf(0xc7),'repeat':'Mosaïque'},'patternHint':_0x1c67cf(0xb1),'applyToAll':'Appliquer\x20à\x20tout','resetBackground':_0x1c67cf(0x102)},'transitionPanel':{'title':_0x1c67cf(0x10d),'effect':_0x1c67cf(0xfc),'direction':'Direction','duration':_0x1c67cf(0xd6),'preview':_0x1c67cf(0x9b),'applyToAll':'Appliquer\x20à\x20tout','effects':{'none':_0x1c67cf(0xd2),'fade':_0x1c67cf(0x128),'push':'Pousser','wipe':_0x1c67cf(0xea),'split':_0x1c67cf(0xef),'reveal':_0x1c67cf(0x9f),'cut':_0x1c67cf(0x157),'uncover':_0x1c67cf(0x152),'cover':'Couvrir','zoom':_0x1c67cf(0x92)},'directions':{'left':_0x1c67cf(0xf8),'right':'Depuis\x20la\x20droite','up':_0x1c67cf(0xac),'down':_0x1c67cf(0xae)}},'contextmenu':{'addPage':_0x1c67cf(0xc5),'backgroundPanel':_0x1c67cf(0xc4),'transitionPanel':'Transitions','speakerNotes':'Notes\x20de\x20l\x27orateur','ruler':'Règle','shapePanel':'Mettre\x20en\x20forme\x20la\x20forme','flipHorizontal':_0x1c67cf(0x84),'flipVertical':_0x1c67cf(0xe8),'group':'Grouper','ungroup':_0x1c67cf(0xd3)},'presentation':{'play':_0x1c67cf(0x9e),'playFromBeginning':'Lire\x20depuis\x20le\x20début','playFromCurrent':_0x1c67cf(0x127),'playDualScreen':_0x1c67cf(0x103),'playDualScreenFromBeginning':'Double\x20écran\x20depuis\x20le\x20début','playDualScreenFromCurrent':'Double\x20écran\x20depuis\x20l\x27actuelle','dualScreenUnavailable':'Impossible\x20de\x20démarrer\x20la\x20présentation\x20double\x20écran.\x20Autorisez\x20la\x20gestion\x20des\x20fenêtres\x20et\x20connectez\x20un\x20écran\x20étendu,\x20puis\x20réessayez.','fullscreenPrompt':_0x1c67cf(0x15d),'presentationEnded':'Présentation\x20terminée','previous':_0x1c67cf(0xe2),'next':_0x1c67cf(0x100),'exit':_0x1c67cf(0x158),'slideProgress':_0x1c67cf(0x9c),'speakerNotes':_0x1c67cf(0xa2),'speakerNotesPlaceholder':_0x1c67cf(0x99),'speakerNotesEmpty':_0x1c67cf(0x91),'speakerNotesSave':_0x1c67cf(0xdc),'speakerNotesCancel':_0x1c67cf(0x13f)},'slide':{'placeholder':{'text':{'title':_0x1c67cf(0x117),'subtitle':'Cliquez\x20pour\x20ajouter\x20un\x20sous-titre','body':_0x1c67cf(0xa1),'text':_0x1c67cf(0xa1),'header':_0x1c67cf(0xb8),'footer':_0x1c67cf(0x9d),'date':_0x1c67cf(0xfa),'slideNumber':_0x1c67cf(0xe4)},'icon':{'image':_0x1c67cf(0x135),'table':'Tableau','chart':_0x1c67cf(0x13a),'diagram':_0x1c67cf(0xd5),'media':_0x1c67cf(0xce)}}},'image-panel':{'arrange':{'title':_0x1c67cf(0x144),'forward':_0x1c67cf(0x76),'backward':'Reculer','front':'Mettre\x20au\x20premier\x20plan','back':_0x1c67cf(0x15b)},'transform':{'title':_0x1c67cf(0x95),'rotate':_0x1c67cf(0x14e),'x':_0x1c67cf(0xcd),'y':_0x1c67cf(0xa0),'width':_0x1c67cf(0x77),'height':'Hauteur\x20(px)','lock':_0x1c67cf(0x11e)},'crop':{'title':_0x1c67cf(0xa9),'start':_0x1c67cf(0xd1),'mode':'Libre','shape':_0x1c67cf(0x107)}}}};}));
|
|
1
|
+
function _0x9de9(_0x256734,_0x2229c5){_0x256734=_0x256734-0x160;var _0x1b94e3=_0x1b94();var _0x9de938=_0x1b94e3[_0x256734];return _0x9de938;}(function(_0x2fd092,_0x5aea52){var _0x45ddc9=_0x9de9,_0x33225e=_0x2fd092();while(!![]){try{var _0xebcf7=parseInt(_0x45ddc9(0x24e))/0x1*(-parseInt(_0x45ddc9(0x1fc))/0x2)+parseInt(_0x45ddc9(0x1c2))/0x3+parseInt(_0x45ddc9(0x18d))/0x4*(-parseInt(_0x45ddc9(0x1e3))/0x5)+-parseInt(_0x45ddc9(0x1dd))/0x6+parseInt(_0x45ddc9(0x1b4))/0x7+parseInt(_0x45ddc9(0x1d7))/0x8*(parseInt(_0x45ddc9(0x251))/0x9)+parseInt(_0x45ddc9(0x1d8))/0xa;if(_0xebcf7===_0x5aea52)break;else _0x33225e['push'](_0x33225e['shift']());}catch(_0x4c8a58){_0x33225e['push'](_0x33225e['shift']());}}}(_0x1b94,0xb8aab),function(_0x5a8198,_0x665af7){var _0x36b135=_0x9de9;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x665af7():typeof define==_0x36b135(0x210)&&define[_0x36b135(0x207)]?define([],_0x665af7):(_0x5a8198=typeof globalThis<'u'?globalThis:_0x5a8198||self,_0x5a8198['UniverProSlidesUiFrFR']=_0x665af7());}(this,function(){var _0xc7b02b=_0x9de9;return{'slides-ui':{'ribbon':{'shapeFormat':_0xc7b02b(0x19c),'changeShape':'Changer\x20de\x20forme'},'insertToolbar':{'search':_0xc7b02b(0x1e0),'text':'Zone\x20de\x20texte','textHorizontal':'Zone\x20de\x20texte\x20horizontale','textVertical':_0xc7b02b(0x21e),'image':_0xc7b02b(0x181),'table':_0xc7b02b(0x1e7),'shape':_0xc7b02b(0x233),'chart':'Graphique'},'tableSizePicker':{'title':_0xc7b02b(0x21b),'customSize':_0xc7b02b(0x1f8),'rows':_0xc7b02b(0x1ee),'columns':_0xc7b02b(0x234),'insert':_0xc7b02b(0x1a2),'apply':_0xc7b02b(0x1a8)},'searchPanel':{'placeholder':_0xc7b02b(0x24d),'noQuery':_0xc7b02b(0x1ef),'empty':_0xc7b02b(0x1fb),'slidePrefix':_0xc7b02b(0x1d2)},'themePicker':{'title':_0xc7b02b(0x1c7),'caption':_0xc7b02b(0x1ea),'tooltip':_0xc7b02b(0x169)},'editorToolbar':{'fontFamily':_0xc7b02b(0x164),'fontSize':_0xc7b02b(0x1ba),'paragraphType':_0xc7b02b(0x17d),'heading1':_0xc7b02b(0x1ae),'increaseFontSize':_0xc7b02b(0x186),'decreaseFontSize':_0xc7b02b(0x192),'textColor':'Couleur\x20du\x20texte','transparentTextColor':'Couleur\x20de\x20texte\x20transparente','textBackgroundColor':_0xc7b02b(0x225),'bold':_0xc7b02b(0x23c),'italic':_0xc7b02b(0x1dc),'underline':_0xc7b02b(0x1c1),'strikethrough':_0xc7b02b(0x259),'horizontalAlign':_0xc7b02b(0x21f),'verticalAlign':_0xc7b02b(0x24a),'alignLeft':_0xc7b02b(0x19d),'alignCenter':_0xc7b02b(0x166),'alignRight':_0xc7b02b(0x1f9),'alignJustify':_0xc7b02b(0x223),'alignTop':_0xc7b02b(0x18b),'alignMiddle':_0xc7b02b(0x16d),'alignBottom':_0xc7b02b(0x219)},'quickStyles':{'tooltip':_0xc7b02b(0x209),'shapeStyles':_0xc7b02b(0x249),'lineStyles':_0xc7b02b(0x1fe),'textStyles':_0xc7b02b(0x163),'more':_0xc7b02b(0x193),'groups':{'solid':_0xc7b02b(0x1b7),'dashed':'Tirets'},'presets':{'line':{'blackSolid':'Ligne\x20pleine\x20fine\x20noire','blueSolid':'Ligne\x20pleine\x20fine\x20bleue','orangeSolid':'Ligne\x20pleine\x20fine\x20orange','graySolid':_0xc7b02b(0x1e5),'blueEndArrow':_0xc7b02b(0x22b),'greenTwoWayArrow':_0xc7b02b(0x1bf),'blackDashed':'Ligne\x20en\x20tirets\x20fine\x20noire','blueDashed':_0xc7b02b(0x254),'grayDashed':_0xc7b02b(0x23b),'blueDashedEndArrow':'Ligne\x20en\x20tirets\x20bleue\x20avec\x20flèche\x20finale','grayDashedEndArrow':_0xc7b02b(0x229),'greenDashedTwoWayArrow':_0xc7b02b(0x172)},'text':{'bodyBlack':'Corps\x20noir','titleBlack':_0xc7b02b(0x1f2),'accentBlue':_0xc7b02b(0x199),'accentOrange':'Accent\x20orange','noteGray':_0xc7b02b(0x1e1)}}},'thumbnailBar':{'resizePanel':'Redimensionner\x20le\x20panneau\x20des\x20miniatures\x20de\x20diapositives','addSlide':'+\x20Ajouter\x20une\x20diapositive','contextMenu':{'cut':_0xc7b02b(0x178),'copy':_0xc7b02b(0x1ad),'paste':_0xc7b02b(0x22c),'addBelow':_0xc7b02b(0x17f),'delete':_0xc7b02b(0x222)},'layoutPicker':{'title':_0xc7b02b(0x171),'layouts':{'title':'Diapositive\x20de\x20titre','titleAndBody':_0xc7b02b(0x240),'sectionHeader':_0xc7b02b(0x20b),'twoColumns':_0xc7b02b(0x232),'comparison':_0xc7b02b(0x191),'blank':_0xc7b02b(0x1e4),'titleOnly':_0xc7b02b(0x244),'pictureWithCaption':_0xc7b02b(0x170)}}},'shapePanel':{'title':_0xc7b02b(0x1a9),'shapeStyle':_0xc7b02b(0x23e),'shapePosition':'Position','openPanel':_0xc7b02b(0x256),'deleteShape':_0xc7b02b(0x227),'toolbar':{'alignLeft':_0xc7b02b(0x19d),'alignCenter':_0xc7b02b(0x166),'alignRight':_0xc7b02b(0x1f9),'alignJustify':'Justifier','bold':_0xc7b02b(0x23c),'italic':_0xc7b02b(0x1dc),'underline':_0xc7b02b(0x1c1),'strikethrough':'Barré','textColor':_0xc7b02b(0x184),'textBackgroundColor':_0xc7b02b(0x225),'fillColor':_0xc7b02b(0x1af),'resetColor':_0xc7b02b(0x239)},'align':{'top':'Aligner\x20en\x20haut','middle':'Aligner\x20au\x20milieu','bottom':_0xc7b02b(0x219)},'textWrap':{'inline':_0xc7b02b(0x218),'square':'Carré','topAndBottom':_0xc7b02b(0x201),'behindText':_0xc7b02b(0x24b),'inFrontText':_0xc7b02b(0x175)},'textBox':{'title':_0xc7b02b(0x253),'textDirection':'Orientation\x20du\x20texte','textDirectionHorizontal':_0xc7b02b(0x1bb),'textDirectionVertical':_0xc7b02b(0x198),'autoFit':_0xc7b02b(0x1de),'autoFitNone':_0xc7b02b(0x1cc),'autoFitShrink':_0xc7b02b(0x1b3),'autoFitResize':'Redimensionner\x20la\x20forme\x20pour\x20ajuster\x20le\x20texte','wrapText':_0xc7b02b(0x214),'padding':'Marge\x20int?rieure','paddingLeft':_0xc7b02b(0x203),'paddingRight':_0xc7b02b(0x1d4),'paddingTop':_0xc7b02b(0x185),'paddingBottom':_0xc7b02b(0x176),'columns':_0xc7b02b(0x234),'columnCount':'Nombre','columnSpacing':_0xc7b02b(0x22a)},'position':{'title':_0xc7b02b(0x1fa),'x':'X','y':'Y','width':'Largeur','height':'Hauteur','rotation':'Rotation'},'style':{'shadow':_0xc7b02b(0x242),'shadowColor':'Couleur\x20de\x20l\x27ombre','shadowBlurRadius':_0xc7b02b(0x1e9),'shadowDistance':_0xc7b02b(0x174),'shadowDirection':_0xc7b02b(0x16e),'shadowPresetTitle':_0xc7b02b(0x237),'shadowPresetNone':_0xc7b02b(0x180),'shadowPresetCustom':_0xc7b02b(0x1a4),'shadowTransparency':_0xc7b02b(0x20d),'shadowSize':_0xc7b02b(0x1b8),'shadowPreset':{'shdw6':_0xc7b02b(0x226),'shdw5':_0xc7b02b(0x179),'shdw2':'Extérieur\x20:\x20haut\x20droite','shdw1':_0xc7b02b(0x1e6),'shdw14':_0xc7b02b(0x230),'shdw10':_0xc7b02b(0x1f7)}},'fill':{'title':'Remplissage','noFill':_0xc7b02b(0x1f1),'solidFill':_0xc7b02b(0x197),'gradientFill':_0xc7b02b(0x19f),'pictureFill':_0xc7b02b(0x212),'color':'Couleur','transparency':_0xc7b02b(0x20d),'picture':{'source':_0xc7b02b(0x22e),'insert':_0xc7b02b(0x213),'tileAsTexture':_0xc7b02b(0x21d),'offsetX':'Décalage\x20X','offsetY':_0xc7b02b(0x208),'scaleX':_0xc7b02b(0x231),'scaleY':'Échelle\x20Y','alignment':_0xc7b02b(0x1a5),'rotateWithShape':'Pivoter\x20avec\x20la\x20forme','align':{'tl':_0xc7b02b(0x19e),'t':_0xc7b02b(0x185),'tr':_0xc7b02b(0x20a),'l':_0xc7b02b(0x203),'ctr':'Centre','r':_0xc7b02b(0x1d4),'bl':_0xc7b02b(0x1ce),'b':'Bas','br':_0xc7b02b(0x1a0)}}},'line':{'title':'Ligne','noLine':_0xc7b02b(0x165),'solidLine':_0xc7b02b(0x194),'color':_0xc7b02b(0x1a6),'transparency':_0xc7b02b(0x20d),'width':_0xc7b02b(0x204),'cornerRadius':_0xc7b02b(0x18a),'beginArrowType':_0xc7b02b(0x250),'beginArrowSize':_0xc7b02b(0x247),'endArrowType':'Type\x20de\x20flèche\x20de\x20fin','endArrowSize':_0xc7b02b(0x255),'dashType':{'title':'Type\x20de\x20tiret','solid':_0xc7b02b(0x1b7),'roundDot':_0xc7b02b(0x202),'squareDot':_0xc7b02b(0x246),'dash':_0xc7b02b(0x188),'dashDot':_0xc7b02b(0x1c9),'longDash':'Tiret\x20long','longDashDot':_0xc7b02b(0x238),'longDashDotDot':_0xc7b02b(0x161)},'capType':{'title':_0xc7b02b(0x1f4),'flat':_0xc7b02b(0x236),'round':_0xc7b02b(0x1df),'square':'Carré'},'joinType':{'title':_0xc7b02b(0x258),'miter':'Onglet','round':'Rond','bevel':_0xc7b02b(0x1b6)},'sketchType':{'title':_0xc7b02b(0x23a),'none':_0xc7b02b(0x1b1),'curved':'Courbe','freehand':_0xc7b02b(0x1a7),'handDrawn':_0xc7b02b(0x216)},'arrowType':{'none':_0xc7b02b(0x1f0),'arrow':_0xc7b02b(0x22d),'openArrow':'Flèche\x20ouverte','stealthArrow':_0xc7b02b(0x1d0),'diamondArrow':_0xc7b02b(0x1e8),'ovalArrow':_0xc7b02b(0x1c4)},'arrowSize':{'small':_0xc7b02b(0x1cf),'medium':_0xc7b02b(0x224),'large':_0xc7b02b(0x1b0)}}},'objectListPanel':{'title':_0xc7b02b(0x1c5),'showAll':_0xc7b02b(0x20c),'hideAll':'Tout\x20masquer','show':_0xc7b02b(0x1ff),'hide':_0xc7b02b(0x1b5),'moveForward':_0xc7b02b(0x167),'moveBackward':_0xc7b02b(0x1a3),'nameInput':_0xc7b02b(0x1eb),'empty':_0xc7b02b(0x1c3),'close':_0xc7b02b(0x221),'name':_0xc7b02b(0x177),'description':_0xc7b02b(0x1f6),'descriptionPlaceholder':_0xc7b02b(0x196),'details':_0xc7b02b(0x18c),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'},'backgroundPanel':{'title':_0xc7b02b(0x1cb),'backgroundGraphics':_0xc7b02b(0x1bc),'hideBackgroundGraphics':_0xc7b02b(0x160),'presentationBackground':_0xc7b02b(0x24f),'presentationBackgroundEmpty':_0xc7b02b(0x18e),'presentationBackgroundImages':_0xc7b02b(0x187),'setPresentationBackground':_0xc7b02b(0x217),'clearPresentationBackground':_0xc7b02b(0x16a),'none':'Aucun\x20remplissage','solid':_0xc7b02b(0x1ab),'gradient':_0xc7b02b(0x19f),'image':_0xc7b02b(0x16f),'pattern':_0xc7b02b(0x19b),'color':'Couleur','transparency':'Transparence','imageSource':_0xc7b02b(0x24c),'insertImage':_0xc7b02b(0x1da),'fit':_0xc7b02b(0x21a),'fitOptions':{'cover':_0xc7b02b(0x17c),'contain':_0xc7b02b(0x1ec),'stretch':_0xc7b02b(0x243),'repeat':_0xc7b02b(0x248)},'patternHint':_0xc7b02b(0x1ac),'applyToAll':_0xc7b02b(0x1e2),'resetBackground':_0xc7b02b(0x215)},'transitionPanel':{'title':_0xc7b02b(0x200),'effect':_0xc7b02b(0x168),'direction':'Direction','duration':_0xc7b02b(0x1d9),'preview':_0xc7b02b(0x17e),'applyToAll':'Appliquer\x20à\x20tout','effects':{'none':_0xc7b02b(0x1b1),'fade':_0xc7b02b(0x257),'push':_0xc7b02b(0x206),'wipe':'Balayage','split':_0xc7b02b(0x22f),'reveal':_0xc7b02b(0x241),'cut':_0xc7b02b(0x178),'uncover':_0xc7b02b(0x1d5),'cover':_0xc7b02b(0x228),'zoom':_0xc7b02b(0x220)},'directions':{'left':_0xc7b02b(0x1c6),'right':_0xc7b02b(0x1c8),'up':'Depuis\x20le\x20haut','down':'Depuis\x20le\x20bas'}},'contextmenu':{'addPage':_0xc7b02b(0x183),'backgroundPanel':'Mettre\x20en\x20forme\x20l\x27arrière-plan','transitionPanel':_0xc7b02b(0x200),'speakerNotes':'Notes\x20de\x20l\x27orateur','ruler':_0xc7b02b(0x23f),'shapePanel':'Mettre\x20en\x20forme\x20la\x20forme','flipHorizontal':_0xc7b02b(0x195),'flipVertical':'Retourner\x20verticalement','group':'Grouper','ungroup':_0xc7b02b(0x1ca)},'presentation':{'play':_0xc7b02b(0x205),'playFromBeginning':_0xc7b02b(0x1be),'playFromCurrent':_0xc7b02b(0x1c0),'playDualScreen':_0xc7b02b(0x21c),'playDualScreenFromBeginning':_0xc7b02b(0x1fd),'playDualScreenFromCurrent':_0xc7b02b(0x16b),'dualScreenUnavailable':'Impossible\x20de\x20démarrer\x20la\x20présentation\x20double\x20écran.\x20Autorisez\x20la\x20gestion\x20des\x20fenêtres\x20et\x20connectez\x20un\x20écran\x20étendu,\x20puis\x20réessayez.','fullscreenPrompt':_0xc7b02b(0x211),'presentationEnded':_0xc7b02b(0x17b),'previous':_0xc7b02b(0x189),'next':_0xc7b02b(0x16c),'exit':_0xc7b02b(0x19a),'slideProgress':_0xc7b02b(0x18f),'speakerNotes':_0xc7b02b(0x1ed),'speakerNotesPlaceholder':_0xc7b02b(0x190),'speakerNotesEmpty':_0xc7b02b(0x20e),'speakerNotesSave':'Enregistrer','speakerNotesCancel':_0xc7b02b(0x182)},'slide':{'placeholder':{'text':{'title':_0xc7b02b(0x1d1),'subtitle':_0xc7b02b(0x1d3),'body':_0xc7b02b(0x1cd),'text':_0xc7b02b(0x1cd),'header':_0xc7b02b(0x235),'footer':_0xc7b02b(0x1b9),'date':_0xc7b02b(0x1db),'slideNumber':_0xc7b02b(0x162)},'icon':{'image':'Image','table':'Tableau','chart':_0xc7b02b(0x20f),'diagram':_0xc7b02b(0x23d),'media':'Média'}}},'image-panel':{'arrange':{'title':_0xc7b02b(0x245),'forward':_0xc7b02b(0x167),'backward':_0xc7b02b(0x1a3),'front':_0xc7b02b(0x1f3),'back':_0xc7b02b(0x17a)},'transform':{'title':_0xc7b02b(0x1f5),'rotate':_0xc7b02b(0x1a1),'x':_0xc7b02b(0x1b2),'y':_0xc7b02b(0x1d6),'width':_0xc7b02b(0x173),'height':_0xc7b02b(0x1aa),'lock':'Verrouiller\x20les\x20proportions'},'crop':{'title':'Recadrer','start':'Démarrer\x20le\x20recadrage','mode':_0xc7b02b(0x252),'shape':_0xc7b02b(0x1bd)}}}};}));function _0x1b94(){var _0x560622=['Aperçu','Ajouter\x20une\x20diapositive\x20en\x20dessous','Aucune\x20ombre','Image','Annuler','Nouvelle\x20diapositive','Couleur\x20du\x20texte','Haut','Augmenter\x20la\x20taille\x20de\x20la\x20police','image(s)','Tiret','Précédent','Rayon\x20d\x27angle','Aligner\x20en\x20haut','Détails','2580nMBTNv','Non\x20défini','Diapositive\x20{current}\x20sur\x20{total}','Cliquez\x20pour\x20ajouter\x20des\x20notes\x20pour\x20la\x20diapositive\x20actuelle','Comparaison','Diminuer\x20la\x20taille\x20de\x20la\x20police','Plus\x20de\x20styles','Ligne\x20pleine','Retourner\x20horizontalement','Ajouter\x20une\x20description','Remplissage\x20uni','Vertical','Accent\x20bleu','Quitter','Remplissage\x20motif','Mise\x20en\x20forme\x20de\x20la\x20forme','Aligner\x20à\x20gauche','Haut\x20gauche','Remplissage\x20dégradé','Bas\x20droite','Rotation\x20(°)','Insérer','Reculer','Personnalisé','Alignement','Couleur','Main\x20levée','Appliquer','Mettre\x20en\x20forme\x20la\x20forme','Hauteur\x20(px)','Remplissage\x20plein','Les\x20paramètres\x20de\x20motif\x20seront\x20bientôt\x20disponibles.','Copier','Titre\x201','Couleur\x20de\x20fond\x20du\x20texte','Grande','Aucun','X\x20(px)','R?duire\x20le\x20texte\x20en\x20cas\x20de\x20d?passement','269402cSYbzo','Masquer','Biseau','Plein','Taille','Espace\x20réservé\x20de\x20pied\x20de\x20page','Taille\x20de\x20la\x20police','Horizontal','Graphiques\x20d\x27arrière-plan','Recadrer\x20en\x20forme','Lire\x20depuis\x20le\x20début','Ligne\x20verte\x20avec\x20flèches\x20bidirectionnelles','Lire\x20depuis\x20la\x20diapositive\x20actuelle','Souligné','1541175edUiWC','Aucun\x20objet','Flèche\x20ovale','Liste\x20des\x20objets','Depuis\x20la\x20gauche','Thèmes','Depuis\x20la\x20droite','Tiret-point','Dégrouper','Mettre\x20en\x20forme\x20l\x27arrière-plan','Ne\x20pas\x20ajuster\x20automatiquement','Cliquez\x20pour\x20ajouter\x20du\x20texte','Bas\x20gauche','Petite','Flèche\x20furtive','Cliquez\x20pour\x20ajouter\x20un\x20titre','Diapositive','Cliquez\x20pour\x20ajouter\x20un\x20sous-titre','Droite','Découvrir','Y\x20(px)','16TlxGnp','37043330JcLtBq','Durée','Fichier...','Espace\x20réservé\x20de\x20date','Italique','6709854OYmswn','Ajustement\x20automatique','Rond','Rechercher','Note\x20grise','Appliquer\x20à\x20tout','7585ZJGDcQ','Vide','Ligne\x20pleine\x20fine\x20grise','Extérieur\x20:\x20haut\x20gauche','Tableau','Flèche\x20en\x20diamant','Flou','Valeurs\x20par\x20défaut\x20des\x20formes','Nom\x20de\x20l\x27objet','Ajuster','Notes\x20de\x20l\x27orateur','Lignes','Tapez\x20pour\x20rechercher\x20des\x20noms\x20de\x20diapositives,\x20du\x20texte\x20et\x20des\x20noms\x20d\x27objets.','Aucune','Aucun\x20remplissage','Titre\x20noir','Mettre\x20au\x20premier\x20plan','Type\x20d\x27extrémité','Transformer','Description','Extérieur\x20:\x20haut\x20gauche\x20grande','Taille\x20personnalisée','Aligner\x20à\x20droite','Position\x20et\x20taille','Aucun\x20résultat\x20trouvé.','2991094PuZoHi','Double\x20écran\x20depuis\x20le\x20début','Styles\x20de\x20ligne','Afficher','Transitions','Haut\x20et\x20bas','Point\x20rond','Gauche','Largeur','Lire','Pousser','amd','Décalage\x20Y','Styles\x20rapides','Haut\x20droite','En-tête\x20de\x20section','Tout\x20afficher','Transparence','Aucune\x20note\x20de\x20l\x27orateur','Graphique','function','Cliquez\x20pour\x20passer\x20en\x20plein\x20écran','Remplissage\x20image\x20ou\x20texture','Insérer\x20une\x20image','Renvoyer\x20le\x20texte\x20dans\x20la\x20forme','Réinitialiser\x20l\x27arrière-plan','Dessiné\x20à\x20la\x20main','Définir\x20l\x27arrière-plan','Aligné\x20avec\x20le\x20texte','Aligner\x20en\x20bas','Ajustement','Taille\x20du\x20tableau','Présentation\x20double\x20écran','Mosaïque\x20d\x27image\x20comme\x20texture','Zone\x20de\x20texte\x20verticale','Alignement\x20horizontal','Zoom','Fermer','Supprimer','Justifier','Moyenne','Couleur\x20d\x27arrière-plan\x20du\x20texte','Extérieur\x20:\x20bas\x20droite','Supprimer\x20la\x20forme','Couvrir','Ligne\x20en\x20tirets\x20grise\x20avec\x20flèche\x20finale','Espacement','Ligne\x20bleue\x20avec\x20flèche\x20finale','Coller','Flèche','Source\x20de\x20l\x27image','Fractionner','Extérieur\x20:\x20bas\x20droite\x20petite','Échelle\x20X','Deux\x20contenus','Forme','Colonnes','Espace\x20réservé\x20d\x27en-tête','Plat','Préréglage','Tiret\x20long-point','Réinitialiser\x20la\x20couleur','Type\x20d\x27esquisse','Ligne\x20en\x20tirets\x20fine\x20grise','Gras','Diagramme','Style\x20de\x20forme','Règle','Titre\x20et\x20contenu','Révéler','Ombre','Étirer','Titre\x20uniquement','Organiser','Point\x20carré','Taille\x20de\x20flèche\x20de\x20début','Mosaïque','Styles\x20de\x20forme','Alignement\x20vertical','Derrière\x20le\x20texte','Insérer\x20une\x20image\x20depuis','Rechercher\x20des\x20diapositives\x20et\x20des\x20objets','1spjWPl','Arrière-plan\x20de\x20la\x20présentation','Type\x20de\x20flèche\x20de\x20début','414774ClPebL','Libre','Zone\x20de\x20texte','Ligne\x20en\x20tirets\x20fine\x20bleue','Taille\x20de\x20flèche\x20de\x20fin','Ouvrir\x20le\x20panneau\x20des\x20formes','Fondu','Type\x20de\x20jointure','Barré','Masquer\x20les\x20graphiques\x20du\x20masque/de\x20la\x20disposition','Tiret\x20long-point-point','Espace\x20réservé\x20de\x20numéro\x20de\x20diapositive','Styles\x20de\x20texte','Police','Aucune\x20ligne','Aligner\x20au\x20centre','Avancer','Effet','Choisir\x20un\x20thème\x20de\x20diapositive','Effacer','Double\x20écran\x20depuis\x20l\x27actuelle','Suivant','Aligner\x20au\x20milieu','Angle','Remplissage\x20image','Image\x20avec\x20légende','Choisir\x20une\x20mise\x20en\x20page','Ligne\x20en\x20tirets\x20verte\x20avec\x20flèches\x20bidirectionnelles','Largeur\x20(px)','Distance','Devant\x20le\x20texte','Bas','Nom','Couper','Extérieur\x20:\x20bas\x20gauche','Mettre\x20en\x20arrière-plan','Présentation\x20terminée','Remplir','Type\x20de\x20paragraphe'];_0x1b94=function(){return _0x560622;};return _0x1b94();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x3dca(){var _0x584900=['Tanpa\x20Garis','Judul\x201','Tempat\x20Penampung\x20Nomor\x20Slide','Jenis\x20Sketsa','Tampilkan\x20semua','Titik\x20Bulat','Luar:\x20kanan\x20atas','Latar\x20Presentasi','Posisi\x20dan\x20Ukuran','Garis-Titik','Detail','Garis','Kotak','90kfJaJn','Jenis\x20Ujung','Rata\x20Atas','Atas\x20dan\x20Bawah','Tinggi\x20(px)','Atas','gambar','Putar\x20(°)','Kolom','Pangkas\x20ke\x20Bentuk','Posisi','Dari\x20Bawah','Deskripsi','Potong','Tanpa\x20Isian','Miter','Ketik\x20untuk\x20mencari\x20nama\x20slide,\x20teks,\x20dan\x20nama\x20objek.','Ukuran','Pilih\x20Tata\x20Letak','Pisahkan\x20Kelompok','Gaya\x20Garis','Garis\x20Panjang','Rata\x20atas','Rata\x20Bawah','Sembunyikan\x20grafis\x20master/tata\x20letak','Grafis\x20Latar','1127034uwjAbR','Gaya\x20Bentuk','Warna\x20teks','Warna\x20teks\x20transparan','Sisipkan\x20Gambar\x20Dari','Coret','Putar\x20dengan\x20Bentuk','Sudut','Atur\x20Latar','Tebal','Garis\x20hijau\x20dengan\x20panah\x20dua\x20arah','Besar','Dua\x20Isi','Format\x20Bentuk','Font','Tabel','Tengah','Tema','Gambar','Skala\x20X','Kanan','785385rBazEV','Titik\x20Persegi','Perkecil\x20ukuran\x20font','Bawa\x20ke\x20Paling\x20Depan','Tidak\x20Ada','Luar:\x20kiri\x20bawah','Keluar','Sesuai','Tidak\x20ada\x20objek','Sembunyikan\x20semua','Ukuran\x20tabel','Slide\x20Judul','UniverProSlidesUiIdID','Format\x20Latar','Bebas','Isian\x20Gambar','Pangkas','Warna\x20latar\x20teks','Garis\x20solid\x20tipis\x20abu-abu','object','Bawa\x20ke\x20depan','Slide\x20{current}\x20dari\x20{total}','Cari','Putar','Gambar\x20dengan\x20Keterangan','Perbandingan','Sebelumnya','Panah','Klik\x20untuk\x20menambahkan\x20catatan\x20untuk\x20slide\x20saat\x20ini','Jenis\x20Putus-putus','Rata\x20kiri','Kunci\x20Rasio','amd','Solid','Kanan\x20Atas','Dari\x20Atas','Grafik','Pratinjau','Atur\x20ulang\x20warna','Tanpa\x20bayangan','Bayangan','Zum','562458iBMlLD','Kiri','Sembunyikan','Sejajar\x20dengan\x20teks','Usap','Mulai\x20Pangkas','Baris','Isian','Rata\x20Tengah','Default\x20Bentuk','Tidak\x20Diatur','Bevel','Garis\x20Panjang-Titik-Titik','Pilih\x20tema\x20slide','Kanan\x20Bawah','Sedang','Bentuk','Jenis\x20Sambungan','Kelompokkan','Penuhi','Perataan','Ukuran\x20Panah\x20Awal','Kirim\x20ke\x20Paling\x20Belakang','exports','Putar\x20dari\x20Awal','6558UemeIt','Ubin\x20Gambar\x20sebagai\x20Tekstur','Balik\x20Vertikal','Gaya\x20Cepat','Kirim\x20ke\x20Belakang','Tambah\x20slide\x20di\x20bawah','Rata\x20bawah','2443730JudkAn','Putus-putus','Isian\x20Gradien','Garis\x20bawah','Klik\x20untuk\x20menambahkan\x20teks','Lebar','Transparansi','Slide','Hapus','Garis\x20putus-putus\x20biru\x20dengan\x20panah\x20di\x20ujung','1231556bCtceo','Tempel','Media','Tanpa\x20isian','Judul\x20dan\x20Isi','Diagram','Transisi','139MfQYMN','Lengkung','Hapus\x20Bentuk','Warna\x20bayangan','Garis\x20putus-putus\x20abu-abu\x20dengan\x20panah\x20di\x20ujung','Cari\x20slide\x20dan\x20objek','Header\x20Bagian','Kosong','Rata\x20kanan','+\x20Tambah\x20Slide','Rata\x20Kanan','Dari\x20Kanan','Hanya\x20Judul','Presentasi\x20Berakhir','Gambar\x20Tangan','Ulangi','Panah\x20Oval','Tutup','Dari\x20Kiri','35SzTkyF','Ukuran\x20Panah\x20Akhir','X\x20(px)','Klik\x20untuk\x20Layar\x20Penuh','Tidak\x20dapat\x20memulai\x20presentasi\x20layar\x20ganda.\x20Izinkan\x20izin\x20pengelolaan\x20jendela\x20dan\x20sambungkan\x20layar\x20tambahan,\x20lalu\x20coba\x20lagi.','Balik\x20Horizontal','Isian\x20Solid','Isian\x20gradien','Warna','Radius\x20sudut','Memudar','Sisipkan\x20Gambar','521320uRwbbS','Tempat\x20Penampung\x20Tanggal','Salin','Isi\x20hitam','Nama','Klik\x20untuk\x20menambahkan\x20subjudul','Ukuran\x20kustom','Rata\x20Kiri','Bawah','Bawa\x20ke\x20Depan','Miring','Gaya\x20Lainnya','Kiri\x20Bawah','Catatan\x20Pembicara','Ubah\x20Bentuk','Garis\x20solid\x20tipis\x20biru','Kiri\x20Atas','Sumber\x20Gambar','Luar:\x20kiri\x20atas','Aksen\x20biru','Buram','Penggaris','Datar','Garis\x20putus-putus\x20tipis\x20biru','Terapkan','Tinggi','Bulat','Kotak\x20Teks\x20Horizontal','Garis\x20putus-putus\x20hijau\x20dengan\x20panah\x20dua\x20arah','Tambahkan\x20deskripsi','Rata\x20kiri\x20kanan','Garis\x20biru\x20dengan\x20panah\x20di\x20ujung','Ubah\x20ukuran\x20panel\x20thumbnail\x20slide','Garis\x20solid\x20tipis\x20oranye','Regangkan','Perataan\x20horizontal'];_0x3dca=function(){return _0x584900;};return _0x3dca();}function _0x2272(_0x25fc58,_0x5cdead){_0x25fc58=_0x25fc58-0x12a;var _0x3dca75=_0x3dca();var _0x227262=_0x3dca75[_0x25fc58];return _0x227262;}(function(_0x8d7ba3,_0x22a7a4){var _0x580dfa=_0x2272,_0x5a21a2=_0x8d7ba3();while(!![]){try{var _0x587d29=parseInt(_0x580dfa(0x15c))/0x1*(parseInt(_0x580dfa(0x144))/0x2)+parseInt(_0x580dfa(0x1c6))/0x3+parseInt(_0x580dfa(0x155))/0x4+-parseInt(_0x580dfa(0x14b))/0x5+parseInt(_0x580dfa(0x12b))/0x6+parseInt(_0x580dfa(0x16f))/0x7*(parseInt(_0x580dfa(0x17b))/0x8)+parseInt(_0x580dfa(0x1db))/0x9*(-parseInt(_0x580dfa(0x1ac))/0xa);if(_0x587d29===_0x22a7a4)break;else _0x5a21a2['push'](_0x5a21a2['shift']());}catch(_0x52d2fb){_0x5a21a2['push'](_0x5a21a2['shift']());}}}(_0x3dca,0x45871),function(_0x5210a7,_0x50c0eb){var _0x54b31b=_0x2272;typeof exports==_0x54b31b(0x1ee)&&typeof module<'u'?module[_0x54b31b(0x142)]=_0x50c0eb():typeof define=='function'&&define[_0x54b31b(0x1fb)]?define([],_0x50c0eb):(_0x5210a7=typeof globalThis<'u'?globalThis:_0x5210a7||self,_0x5210a7[_0x54b31b(0x1e7)]=_0x50c0eb());}(this,function(){var _0x1a7c3d=_0x2272;return{'slides-ui':{'ribbon':{'shapeFormat':_0x1a7c3d(0x1d3),'changeShape':_0x1a7c3d(0x189)},'insertToolbar':{'search':_0x1a7c3d(0x1f1),'text':'Kotak\x20Teks','textHorizontal':_0x1a7c3d(0x196),'textVertical':'Kotak\x20Teks\x20Vertikal','image':_0x1a7c3d(0x1d8),'table':_0x1a7c3d(0x1d5),'shape':_0x1a7c3d(0x13b),'chart':_0x1a7c3d(0x1ff)},'tableSizePicker':{'title':_0x1a7c3d(0x1e5),'customSize':_0x1a7c3d(0x181),'rows':_0x1a7c3d(0x131),'columns':_0x1a7c3d(0x1b4),'insert':'Sisipkan','apply':_0x1a7c3d(0x193)},'searchPanel':{'placeholder':_0x1a7c3d(0x161),'noQuery':_0x1a7c3d(0x1bc),'empty':'Tidak\x20ada\x20hasil\x20ditemukan.','slidePrefix':_0x1a7c3d(0x152)},'themePicker':{'title':_0x1a7c3d(0x1d7),'caption':_0x1a7c3d(0x134),'tooltip':_0x1a7c3d(0x138)},'editorToolbar':{'fontFamily':_0x1a7c3d(0x1d4),'fontSize':'Ukuran\x20font','paragraphType':'Jenis\x20paragraf','heading1':_0x1a7c3d(0x1a0),'increaseFontSize':'Perbesar\x20ukuran\x20font','decreaseFontSize':_0x1a7c3d(0x1dd),'textColor':_0x1a7c3d(0x1c8),'transparentTextColor':_0x1a7c3d(0x1c9),'textBackgroundColor':'Warna\x20latar\x20teks','bold':_0x1a7c3d(0x1cf),'italic':'Miring','underline':_0x1a7c3d(0x14e),'strikethrough':_0x1a7c3d(0x1cb),'horizontalAlign':_0x1a7c3d(0x19e),'verticalAlign':'Perataan\x20vertikal','alignLeft':_0x1a7c3d(0x1f9),'alignCenter':'Rata\x20tengah','alignRight':_0x1a7c3d(0x164),'alignJustify':_0x1a7c3d(0x199),'alignTop':_0x1a7c3d(0x1c2),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x1a7c3d(0x14a)},'quickStyles':{'tooltip':_0x1a7c3d(0x147),'shapeStyles':_0x1a7c3d(0x1c7),'lineStyles':_0x1a7c3d(0x1c0),'textStyles':'Gaya\x20Teks','more':_0x1a7c3d(0x186),'groups':{'solid':_0x1a7c3d(0x1fc),'dashed':_0x1a7c3d(0x14c)},'presets':{'line':{'blackSolid':'Garis\x20solid\x20tipis\x20hitam','blueSolid':_0x1a7c3d(0x18a),'orangeSolid':_0x1a7c3d(0x19c),'graySolid':_0x1a7c3d(0x1ed),'blueEndArrow':_0x1a7c3d(0x19a),'greenTwoWayArrow':_0x1a7c3d(0x1d0),'blackDashed':'Garis\x20putus-putus\x20tipis\x20hitam','blueDashed':_0x1a7c3d(0x192),'grayDashed':'Garis\x20putus-putus\x20tipis\x20abu-abu','blueDashedEndArrow':_0x1a7c3d(0x154),'grayDashedEndArrow':_0x1a7c3d(0x160),'greenDashedTwoWayArrow':_0x1a7c3d(0x197)},'text':{'bodyBlack':_0x1a7c3d(0x17e),'titleBlack':'Judul\x20hitam','accentBlue':_0x1a7c3d(0x18e),'accentOrange':'Aksen\x20oranye','noteGray':'Catatan\x20abu-abu'}}},'thumbnailBar':{'resizePanel':_0x1a7c3d(0x19b),'addSlide':_0x1a7c3d(0x165),'contextMenu':{'cut':'Potong','copy':_0x1a7c3d(0x17d),'paste':_0x1a7c3d(0x156),'addBelow':_0x1a7c3d(0x149),'delete':'Hapus'},'layoutPicker':{'title':_0x1a7c3d(0x1be),'layouts':{'title':_0x1a7c3d(0x1e6),'titleAndBody':_0x1a7c3d(0x159),'sectionHeader':_0x1a7c3d(0x162),'twoColumns':_0x1a7c3d(0x1d2),'comparison':_0x1a7c3d(0x1f4),'blank':_0x1a7c3d(0x163),'titleOnly':_0x1a7c3d(0x168),'pictureWithCaption':_0x1a7c3d(0x1f3)}}},'shapePanel':{'title':_0x1a7c3d(0x1d3),'shapeStyle':_0x1a7c3d(0x1c7),'shapePosition':_0x1a7c3d(0x1b6),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x1a7c3d(0x15e),'toolbar':{'alignLeft':_0x1a7c3d(0x182),'alignCenter':_0x1a7c3d(0x133),'alignRight':_0x1a7c3d(0x166),'alignJustify':'Rata\x20Kanan\x20Kiri','bold':'Tebal','italic':_0x1a7c3d(0x185),'underline':'Garis\x20bawah','strikethrough':_0x1a7c3d(0x1cb),'textColor':_0x1a7c3d(0x1c8),'textBackgroundColor':_0x1a7c3d(0x1ec),'fillColor':'Warna\x20latar\x20teks','resetColor':_0x1a7c3d(0x201)},'align':{'top':_0x1a7c3d(0x1ae),'middle':'Rata\x20Tengah','bottom':_0x1a7c3d(0x1c3)},'textWrap':{'inline':_0x1a7c3d(0x12e),'square':_0x1a7c3d(0x1ab),'topAndBottom':_0x1a7c3d(0x1af),'behindText':'Di\x20belakang\x20teks','inFrontText':'Di\x20depan\x20teks'},'position':{'title':_0x1a7c3d(0x1a7),'x':'X','y':'Y','width':_0x1a7c3d(0x150),'height':_0x1a7c3d(0x194),'rotation':'Rotasi'},'style':{'shadow':_0x1a7c3d(0x203),'shadowColor':_0x1a7c3d(0x15f),'shadowBlurRadius':_0x1a7c3d(0x18f),'shadowDistance':'Jarak','shadowDirection':_0x1a7c3d(0x1cd),'shadowPresetTitle':'Prasetel','shadowPresetNone':_0x1a7c3d(0x202),'shadowPresetCustom':'Kustom','shadowTransparency':_0x1a7c3d(0x151),'shadowSize':_0x1a7c3d(0x1bd),'shadowPreset':{'shdw6':'Luar:\x20kanan\x20bawah','shdw5':_0x1a7c3d(0x1e0),'shdw2':_0x1a7c3d(0x1a5),'shdw1':_0x1a7c3d(0x18d),'shdw14':'Luar:\x20kanan\x20bawah\x20kecil','shdw10':'Luar:\x20kiri\x20atas\x20besar'}},'fill':{'title':_0x1a7c3d(0x132),'noFill':_0x1a7c3d(0x158),'solidFill':'Isian\x20solid','gradientFill':_0x1a7c3d(0x176),'pictureFill':'Isian\x20gambar\x20atau\x20tekstur','color':'Warna','transparency':_0x1a7c3d(0x151),'picture':{'source':_0x1a7c3d(0x18c),'insert':_0x1a7c3d(0x17a),'tileAsTexture':_0x1a7c3d(0x145),'offsetX':'Offset\x20X','offsetY':'Offset\x20Y','scaleX':_0x1a7c3d(0x1d9),'scaleY':'Skala\x20Y','alignment':_0x1a7c3d(0x13f),'rotateWithShape':_0x1a7c3d(0x1cc),'align':{'tl':_0x1a7c3d(0x18b),'t':_0x1a7c3d(0x1b1),'tr':_0x1a7c3d(0x1fd),'l':_0x1a7c3d(0x12c),'ctr':_0x1a7c3d(0x1d6),'r':_0x1a7c3d(0x1da),'bl':_0x1a7c3d(0x187),'b':_0x1a7c3d(0x183),'br':_0x1a7c3d(0x139)}}},'line':{'title':_0x1a7c3d(0x1aa),'noLine':_0x1a7c3d(0x19f),'solidLine':'Garis\x20Solid','color':_0x1a7c3d(0x177),'transparency':_0x1a7c3d(0x151),'width':_0x1a7c3d(0x150),'cornerRadius':_0x1a7c3d(0x178),'beginArrowType':'Jenis\x20Panah\x20Awal','beginArrowSize':_0x1a7c3d(0x140),'endArrowType':'Jenis\x20Panah\x20Akhir','endArrowSize':_0x1a7c3d(0x170),'dashType':{'title':_0x1a7c3d(0x1f8),'solid':_0x1a7c3d(0x1fc),'roundDot':_0x1a7c3d(0x1a4),'squareDot':_0x1a7c3d(0x1dc),'dash':'Garis','dashDot':_0x1a7c3d(0x1a8),'longDash':_0x1a7c3d(0x1c1),'longDashDot':'Garis\x20Panjang-Titik','longDashDotDot':_0x1a7c3d(0x137)},'capType':{'title':_0x1a7c3d(0x1ad),'flat':_0x1a7c3d(0x191),'round':_0x1a7c3d(0x195),'square':'Persegi'},'joinType':{'title':_0x1a7c3d(0x13c),'miter':_0x1a7c3d(0x1bb),'round':_0x1a7c3d(0x195),'bevel':_0x1a7c3d(0x136)},'sketchType':{'title':_0x1a7c3d(0x1a2),'none':_0x1a7c3d(0x1df),'curved':_0x1a7c3d(0x15d),'freehand':_0x1a7c3d(0x1e9),'handDrawn':_0x1a7c3d(0x16a)},'arrowType':{'none':_0x1a7c3d(0x1df),'arrow':_0x1a7c3d(0x1f6),'openArrow':'Panah\x20Terbuka','stealthArrow':'Panah\x20Siluman','diamondArrow':'Panah\x20Berlian','ovalArrow':_0x1a7c3d(0x16c)},'arrowSize':{'small':'Kecil','medium':_0x1a7c3d(0x13a),'large':_0x1a7c3d(0x1d1)}}},'objectListPanel':{'title':'Daftar\x20objek','showAll':_0x1a7c3d(0x1a3),'hideAll':_0x1a7c3d(0x1e4),'show':'Tampilkan','hide':_0x1a7c3d(0x12d),'moveForward':_0x1a7c3d(0x1ef),'moveBackward':'Kirim\x20ke\x20belakang','nameInput':'Nama\x20objek','empty':_0x1a7c3d(0x1e3),'close':_0x1a7c3d(0x16d),'name':_0x1a7c3d(0x17f),'description':_0x1a7c3d(0x1b8),'descriptionPlaceholder':_0x1a7c3d(0x198),'details':_0x1a7c3d(0x1a9),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'},'backgroundPanel':{'title':_0x1a7c3d(0x1e8),'backgroundGraphics':_0x1a7c3d(0x1c5),'hideBackgroundGraphics':_0x1a7c3d(0x1c4),'presentationBackground':_0x1a7c3d(0x1a6),'presentationBackgroundEmpty':_0x1a7c3d(0x135),'presentationBackgroundImages':_0x1a7c3d(0x1b2),'setPresentationBackground':_0x1a7c3d(0x1ce),'clearPresentationBackground':_0x1a7c3d(0x153),'none':_0x1a7c3d(0x1ba),'solid':_0x1a7c3d(0x175),'gradient':_0x1a7c3d(0x14d),'image':_0x1a7c3d(0x1ea),'pattern':'Isian\x20Pola','color':_0x1a7c3d(0x177),'transparency':_0x1a7c3d(0x151),'imageSource':_0x1a7c3d(0x1ca),'insertImage':'Berkas...','fit':_0x1a7c3d(0x1e2),'fitOptions':{'cover':_0x1a7c3d(0x13e),'contain':'Muat','stretch':_0x1a7c3d(0x19d),'repeat':_0x1a7c3d(0x16b)},'patternHint':'Pengaturan\x20pola\x20akan\x20segera\x20tersedia.','applyToAll':'Terapkan\x20ke\x20Semua','resetBackground':'Atur\x20Ulang\x20Latar'},'transitionPanel':{'title':_0x1a7c3d(0x15b),'effect':'Efek','direction':'Arah','duration':'Durasi','preview':_0x1a7c3d(0x200),'applyToAll':'Terapkan\x20ke\x20Semua','effects':{'none':'Tidak\x20Ada','fade':_0x1a7c3d(0x179),'push':'Dorong','wipe':_0x1a7c3d(0x12f),'split':'Pisah','reveal':'Ungkap','cut':_0x1a7c3d(0x1b9),'uncover':'Buka','cover':'Tutupi','zoom':_0x1a7c3d(0x12a)},'directions':{'left':_0x1a7c3d(0x16e),'right':_0x1a7c3d(0x167),'up':_0x1a7c3d(0x1fe),'down':_0x1a7c3d(0x1b7)}},'contextmenu':{'addPage':'Slide\x20Baru','backgroundPanel':_0x1a7c3d(0x1e8),'transitionPanel':_0x1a7c3d(0x15b),'speakerNotes':_0x1a7c3d(0x188),'ruler':_0x1a7c3d(0x190),'shapePanel':_0x1a7c3d(0x1d3),'flipHorizontal':_0x1a7c3d(0x174),'flipVertical':_0x1a7c3d(0x146),'group':_0x1a7c3d(0x13d),'ungroup':_0x1a7c3d(0x1bf)},'presentation':{'play':_0x1a7c3d(0x1f2),'playFromBeginning':_0x1a7c3d(0x143),'playFromCurrent':'Putar\x20dari\x20Slide\x20Saat\x20Ini','playDualScreen':'Presentasi\x20Layar\x20Ganda','playDualScreenFromBeginning':'Layar\x20Ganda\x20dari\x20Awal','playDualScreenFromCurrent':'Layar\x20Ganda\x20dari\x20Saat\x20Ini','dualScreenUnavailable':_0x1a7c3d(0x173),'fullscreenPrompt':_0x1a7c3d(0x172),'presentationEnded':_0x1a7c3d(0x169),'previous':_0x1a7c3d(0x1f5),'next':'Berikutnya','exit':_0x1a7c3d(0x1e1),'slideProgress':_0x1a7c3d(0x1f0),'speakerNotes':_0x1a7c3d(0x188),'speakerNotesPlaceholder':_0x1a7c3d(0x1f7),'speakerNotesEmpty':'Tidak\x20Ada\x20Catatan\x20Pembicara','speakerNotesSave':'Simpan','speakerNotesCancel':'Batal'},'slide':{'placeholder':{'text':{'title':'Klik\x20untuk\x20menambahkan\x20judul','subtitle':_0x1a7c3d(0x180),'body':_0x1a7c3d(0x14f),'text':_0x1a7c3d(0x14f),'header':'Tempat\x20Penampung\x20Header','footer':'Tempat\x20Penampung\x20Footer','date':_0x1a7c3d(0x17c),'slideNumber':_0x1a7c3d(0x1a1)},'icon':{'image':_0x1a7c3d(0x1d8),'table':_0x1a7c3d(0x1d5),'chart':'Grafik','diagram':_0x1a7c3d(0x15a),'media':_0x1a7c3d(0x157)}}},'image-panel':{'arrange':{'title':'Atur','forward':_0x1a7c3d(0x184),'backward':_0x1a7c3d(0x148),'front':_0x1a7c3d(0x1de),'back':_0x1a7c3d(0x141)},'transform':{'title':'Ubah\x20Bentuk','rotate':_0x1a7c3d(0x1b3),'x':_0x1a7c3d(0x171),'y':'Y\x20(px)','width':'Lebar\x20(px)','height':_0x1a7c3d(0x1b0),'lock':_0x1a7c3d(0x1fa)},'crop':{'title':_0x1a7c3d(0x1eb),'start':_0x1a7c3d(0x130),'mode':'Bebas','shape':_0x1a7c3d(0x1b5)}}}};}));
|
|
1
|
+
function _0x13f5(_0x2c41b2,_0x1fd954){_0x2c41b2=_0x2c41b2-0xa1;var _0x99eff4=_0x99ef();var _0x13f597=_0x99eff4[_0x2c41b2];return _0x13f597;}(function(_0x42ce73,_0x18c1f9){var _0x5d35ac=_0x13f5,_0x34baed=_0x42ce73();while(!![]){try{var _0x19bf4c=-parseInt(_0x5d35ac(0x16f))/0x1*(-parseInt(_0x5d35ac(0x179))/0x2)+parseInt(_0x5d35ac(0xbd))/0x3*(-parseInt(_0x5d35ac(0xc9))/0x4)+parseInt(_0x5d35ac(0x10a))/0x5+parseInt(_0x5d35ac(0x13a))/0x6+-parseInt(_0x5d35ac(0x185))/0x7+-parseInt(_0x5d35ac(0x126))/0x8*(parseInt(_0x5d35ac(0x174))/0x9)+parseInt(_0x5d35ac(0x120))/0xa;if(_0x19bf4c===_0x18c1f9)break;else _0x34baed['push'](_0x34baed['shift']());}catch(_0x2c590f){_0x34baed['push'](_0x34baed['shift']());}}}(_0x99ef,0xd0896),function(_0x194fb5,_0x5d21d4){var _0x25cc11=_0x13f5;typeof exports==_0x25cc11(0xd8)&&typeof module<'u'?module[_0x25cc11(0xf9)]=_0x5d21d4():typeof define=='function'&&define[_0x25cc11(0x188)]?define([],_0x5d21d4):(_0x194fb5=typeof globalThis<'u'?globalThis:_0x194fb5||self,_0x194fb5[_0x25cc11(0xd7)]=_0x5d21d4());}(this,function(){var _0x4bc85c=_0x13f5;return{'slides-ui':{'ribbon':{'shapeFormat':_0x4bc85c(0x155),'changeShape':_0x4bc85c(0x162)},'insertToolbar':{'search':_0x4bc85c(0x145),'text':_0x4bc85c(0x125),'textHorizontal':_0x4bc85c(0xd1),'textVertical':_0x4bc85c(0x181),'image':_0x4bc85c(0x109),'table':'Tabel','shape':_0x4bc85c(0x10c),'chart':_0x4bc85c(0xd3)},'tableSizePicker':{'title':_0x4bc85c(0x15b),'customSize':_0x4bc85c(0x148),'rows':_0x4bc85c(0x123),'columns':_0x4bc85c(0xff),'insert':'Sisipkan','apply':_0x4bc85c(0x104)},'searchPanel':{'placeholder':_0x4bc85c(0x11a),'noQuery':_0x4bc85c(0x15f),'empty':'Tidak\x20ada\x20hasil\x20ditemukan.','slidePrefix':_0x4bc85c(0x169)},'themePicker':{'title':_0x4bc85c(0x153),'caption':'Default\x20Bentuk','tooltip':'Pilih\x20tema\x20slide'},'editorToolbar':{'fontFamily':'Font','fontSize':_0x4bc85c(0x180),'paragraphType':_0x4bc85c(0xdf),'heading1':_0x4bc85c(0xd0),'increaseFontSize':_0x4bc85c(0x11e),'decreaseFontSize':_0x4bc85c(0xee),'textColor':_0x4bc85c(0x14a),'transparentTextColor':_0x4bc85c(0xba),'textBackgroundColor':'Warna\x20latar\x20teks','bold':_0x4bc85c(0x187),'italic':_0x4bc85c(0x12e),'underline':'Garis\x20bawah','strikethrough':'Coret','horizontalAlign':_0x4bc85c(0xa5),'verticalAlign':_0x4bc85c(0x183),'alignLeft':_0x4bc85c(0xfc),'alignCenter':_0x4bc85c(0xca),'alignRight':_0x4bc85c(0xcb),'alignJustify':_0x4bc85c(0x167),'alignTop':_0x4bc85c(0x12b),'alignMiddle':_0x4bc85c(0x11f),'alignBottom':'Rata\x20bawah'},'quickStyles':{'tooltip':_0x4bc85c(0x17b),'shapeStyles':_0x4bc85c(0xa3),'lineStyles':_0x4bc85c(0xc6),'textStyles':_0x4bc85c(0xbb),'more':_0x4bc85c(0xe6),'groups':{'solid':_0x4bc85c(0x17c),'dashed':'Putus-putus'},'presets':{'line':{'blackSolid':_0x4bc85c(0x186),'blueSolid':'Garis\x20solid\x20tipis\x20biru','orangeSolid':_0x4bc85c(0xf7),'graySolid':_0x4bc85c(0x159),'blueEndArrow':_0x4bc85c(0xe0),'greenTwoWayArrow':_0x4bc85c(0xce),'blackDashed':_0x4bc85c(0x117),'blueDashed':_0x4bc85c(0xad),'grayDashed':'Garis\x20putus-putus\x20tipis\x20abu-abu','blueDashedEndArrow':'Garis\x20putus-putus\x20biru\x20dengan\x20panah\x20di\x20ujung','grayDashedEndArrow':_0x4bc85c(0x151),'greenDashedTwoWayArrow':_0x4bc85c(0x177)},'text':{'bodyBlack':_0x4bc85c(0x172),'titleBlack':_0x4bc85c(0xf0),'accentBlue':_0x4bc85c(0x12c),'accentOrange':_0x4bc85c(0x173),'noteGray':_0x4bc85c(0x149)}}},'thumbnailBar':{'resizePanel':_0x4bc85c(0x105),'addSlide':_0x4bc85c(0x154),'contextMenu':{'cut':'Potong','copy':_0x4bc85c(0x121),'paste':_0x4bc85c(0xd6),'addBelow':_0x4bc85c(0x164),'delete':'Hapus'},'layoutPicker':{'title':'Pilih\x20Tata\x20Letak','layouts':{'title':_0x4bc85c(0xde),'titleAndBody':'Judul\x20dan\x20Isi','sectionHeader':_0x4bc85c(0xa6),'twoColumns':_0x4bc85c(0x12a),'comparison':_0x4bc85c(0xd5),'blank':_0x4bc85c(0x100),'titleOnly':_0x4bc85c(0xaa),'pictureWithCaption':_0x4bc85c(0xe1)}}},'shapePanel':{'title':'Format\x20Bentuk','shapeStyle':_0x4bc85c(0xa3),'shapePosition':_0x4bc85c(0x10f),'openPanel':_0x4bc85c(0x10e),'deleteShape':_0x4bc85c(0x107),'toolbar':{'alignLeft':_0x4bc85c(0x144),'alignCenter':_0x4bc85c(0x130),'alignRight':_0x4bc85c(0xb3),'alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x4bc85c(0x187),'italic':_0x4bc85c(0x12e),'underline':_0x4bc85c(0xc0),'strikethrough':'Coret','textColor':_0x4bc85c(0x14a),'textBackgroundColor':_0x4bc85c(0x15c),'fillColor':'Warna\x20latar\x20teks','resetColor':_0x4bc85c(0xdb)},'align':{'top':_0x4bc85c(0x184),'middle':_0x4bc85c(0x130),'bottom':_0x4bc85c(0x134)},'textWrap':{'inline':_0x4bc85c(0xbf),'square':_0x4bc85c(0xec),'topAndBottom':_0x4bc85c(0xac),'behindText':_0x4bc85c(0x131),'inFrontText':_0x4bc85c(0x13b)},'textBox':{'title':'Kotak\x20teks','textDirection':_0x4bc85c(0x103),'textDirectionHorizontal':_0x4bc85c(0x14d),'textDirectionVertical':'Vertikal','autoFit':_0x4bc85c(0x16c),'autoFitNone':_0x4bc85c(0x143),'autoFitShrink':'Kecilkan\x20teks\x20saat\x20meluap','autoFitResize':_0x4bc85c(0x10d),'wrapText':'Bungkus\x20teks\x20dalam\x20bentuk','padding':_0x4bc85c(0xaf),'paddingLeft':_0x4bc85c(0xf5),'paddingRight':_0x4bc85c(0x17f),'paddingTop':_0x4bc85c(0x166),'paddingBottom':'Bawah','columns':_0x4bc85c(0xff),'columnCount':_0x4bc85c(0xa2),'columnSpacing':_0x4bc85c(0x135)},'position':{'title':'Posisi\x20dan\x20Ukuran','x':'X','y':'Y','width':'Lebar','height':_0x4bc85c(0x176),'rotation':_0x4bc85c(0x156)},'style':{'shadow':'Bayangan','shadowColor':'Warna\x20bayangan','shadowBlurRadius':'Buram','shadowDistance':_0x4bc85c(0x135),'shadowDirection':_0x4bc85c(0xa4),'shadowPresetTitle':'Prasetel','shadowPresetNone':_0x4bc85c(0x16e),'shadowPresetCustom':_0x4bc85c(0x150),'shadowTransparency':_0x4bc85c(0x142),'shadowSize':'Ukuran','shadowPreset':{'shdw6':_0x4bc85c(0xb4),'shdw5':_0x4bc85c(0xe8),'shdw2':_0x4bc85c(0x124),'shdw1':'Luar:\x20kiri\x20atas','shdw14':_0x4bc85c(0x11d),'shdw10':_0x4bc85c(0xa9)}},'fill':{'title':_0x4bc85c(0xbe),'noFill':_0x4bc85c(0xb7),'solidFill':_0x4bc85c(0x13c),'gradientFill':_0x4bc85c(0xfb),'pictureFill':_0x4bc85c(0x152),'color':_0x4bc85c(0x170),'transparency':'Transparansi','picture':{'source':_0x4bc85c(0x108),'insert':_0x4bc85c(0x13d),'tileAsTexture':_0x4bc85c(0x14c),'offsetX':_0x4bc85c(0x10b),'offsetY':'Offset\x20Y','scaleX':_0x4bc85c(0x175),'scaleY':'Skala\x20Y','alignment':_0x4bc85c(0xae),'rotateWithShape':'Putar\x20dengan\x20Bentuk','align':{'tl':_0x4bc85c(0xda),'t':_0x4bc85c(0x166),'tr':_0x4bc85c(0x14b),'l':_0x4bc85c(0xf5),'ctr':_0x4bc85c(0x102),'r':_0x4bc85c(0x17f),'bl':'Kiri\x20Bawah','b':'Bawah','br':_0x4bc85c(0x168)}}},'line':{'title':_0x4bc85c(0xa8),'noLine':_0x4bc85c(0xb9),'solidLine':'Garis\x20Solid','color':_0x4bc85c(0x170),'transparency':'Transparansi','width':_0x4bc85c(0x13e),'cornerRadius':'Radius\x20sudut','beginArrowType':_0x4bc85c(0x158),'beginArrowSize':_0x4bc85c(0xa1),'endArrowType':_0x4bc85c(0x138),'endArrowSize':_0x4bc85c(0xc2),'dashType':{'title':_0x4bc85c(0xc3),'solid':_0x4bc85c(0x17c),'roundDot':_0x4bc85c(0xa7),'squareDot':_0x4bc85c(0x182),'dash':_0x4bc85c(0xa8),'dashDot':_0x4bc85c(0x137),'longDash':'Garis\x20Panjang','longDashDot':'Garis\x20Panjang-Titik','longDashDotDot':_0x4bc85c(0xfa)},'capType':{'title':'Jenis\x20Ujung','flat':'Datar','round':'Bulat','square':_0x4bc85c(0xd9)},'joinType':{'title':_0x4bc85c(0x122),'miter':_0x4bc85c(0x189),'round':'Bulat','bevel':_0x4bc85c(0x11c)},'sketchType':{'title':_0x4bc85c(0xf4),'none':_0x4bc85c(0x136),'curved':_0x4bc85c(0x139),'freehand':_0x4bc85c(0xab),'handDrawn':_0x4bc85c(0x12d)},'arrowType':{'none':_0x4bc85c(0x136),'arrow':_0x4bc85c(0xc4),'openArrow':'Panah\x20Terbuka','stealthArrow':_0x4bc85c(0x115),'diamondArrow':_0x4bc85c(0x128),'ovalArrow':'Panah\x20Oval'},'arrowSize':{'small':_0x4bc85c(0x11b),'medium':_0x4bc85c(0xb2),'large':'Besar'}}},'objectListPanel':{'title':_0x4bc85c(0xe3),'showAll':_0x4bc85c(0x114),'hideAll':'Sembunyikan\x20semua','show':_0x4bc85c(0xcf),'hide':_0x4bc85c(0x15a),'moveForward':'Bawa\x20ke\x20depan','moveBackward':'Kirim\x20ke\x20belakang','nameInput':_0x4bc85c(0x171),'empty':_0x4bc85c(0xc5),'close':_0x4bc85c(0x110),'name':_0x4bc85c(0x141),'description':_0x4bc85c(0xf3),'descriptionPlaceholder':_0x4bc85c(0xed),'details':_0x4bc85c(0xb1),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'},'backgroundPanel':{'title':_0x4bc85c(0x116),'backgroundGraphics':'Grafis\x20Latar','hideBackgroundGraphics':_0x4bc85c(0xef),'presentationBackground':'Latar\x20Presentasi','presentationBackgroundEmpty':_0x4bc85c(0xf8),'presentationBackgroundImages':_0x4bc85c(0x15e),'setPresentationBackground':_0x4bc85c(0x16d),'clearPresentationBackground':_0x4bc85c(0x16b),'none':'Tanpa\x20Isian','solid':'Isian\x20Solid','gradient':_0x4bc85c(0xc8),'image':_0x4bc85c(0x161),'pattern':_0x4bc85c(0x14e),'color':'Warna','transparency':'Transparansi','imageSource':'Sisipkan\x20Gambar\x20Dari','insertImage':_0x4bc85c(0xf1),'fit':'Sesuai','fitOptions':{'cover':_0x4bc85c(0xcd),'contain':_0x4bc85c(0xb8),'stretch':'Regangkan','repeat':'Ulangi'},'patternHint':_0x4bc85c(0xe5),'applyToAll':_0x4bc85c(0x127),'resetBackground':'Atur\x20Ulang\x20Latar'},'transitionPanel':{'title':_0x4bc85c(0x106),'effect':_0x4bc85c(0x160),'direction':'Arah','duration':'Durasi','preview':_0x4bc85c(0xe7),'applyToAll':'Terapkan\x20ke\x20Semua','effects':{'none':_0x4bc85c(0x136),'fade':_0x4bc85c(0xd4),'push':_0x4bc85c(0xb0),'wipe':_0x4bc85c(0x119),'split':_0x4bc85c(0x17a),'reveal':_0x4bc85c(0x178),'cut':_0x4bc85c(0xc1),'uncover':_0x4bc85c(0xfd),'cover':'Tutupi','zoom':_0x4bc85c(0x133)},'directions':{'left':_0x4bc85c(0xd2),'right':'Dari\x20Kanan','up':_0x4bc85c(0xb5),'down':_0x4bc85c(0x163)}},'contextmenu':{'addPage':_0x4bc85c(0x157),'backgroundPanel':_0x4bc85c(0x116),'transitionPanel':_0x4bc85c(0x106),'speakerNotes':_0x4bc85c(0xb6),'ruler':_0x4bc85c(0x12f),'shapePanel':_0x4bc85c(0x155),'flipHorizontal':'Balik\x20Horizontal','flipVertical':_0x4bc85c(0x146),'group':_0x4bc85c(0x147),'ungroup':'Pisahkan\x20Kelompok'},'presentation':{'play':_0x4bc85c(0x112),'playFromBeginning':'Putar\x20dari\x20Awal','playFromCurrent':_0x4bc85c(0xf6),'playDualScreen':_0x4bc85c(0x13f),'playDualScreenFromBeginning':_0x4bc85c(0x16a),'playDualScreenFromCurrent':'Layar\x20Ganda\x20dari\x20Saat\x20Ini','dualScreenUnavailable':'Tidak\x20dapat\x20memulai\x20presentasi\x20layar\x20ganda.\x20Izinkan\x20izin\x20pengelolaan\x20jendela\x20dan\x20sambungkan\x20layar\x20tambahan,\x20lalu\x20coba\x20lagi.','fullscreenPrompt':_0x4bc85c(0xea),'presentationEnded':_0x4bc85c(0x118),'previous':_0x4bc85c(0xeb),'next':'Berikutnya','exit':_0x4bc85c(0xfe),'slideProgress':_0x4bc85c(0x165),'speakerNotes':_0x4bc85c(0xb6),'speakerNotesPlaceholder':_0x4bc85c(0x132),'speakerNotesEmpty':'Tidak\x20Ada\x20Catatan\x20Pembicara','speakerNotesSave':_0x4bc85c(0xe2),'speakerNotesCancel':_0x4bc85c(0xdc)},'slide':{'placeholder':{'text':{'title':_0x4bc85c(0x129),'subtitle':'Klik\x20untuk\x20menambahkan\x20subjudul','body':_0x4bc85c(0xcc),'text':'Klik\x20untuk\x20menambahkan\x20teks','header':_0x4bc85c(0x113),'footer':'Tempat\x20Penampung\x20Footer','date':'Tempat\x20Penampung\x20Tanggal','slideNumber':'Tempat\x20Penampung\x20Nomor\x20Slide'},'icon':{'image':_0x4bc85c(0x109),'table':_0x4bc85c(0x17e),'chart':_0x4bc85c(0xd3),'diagram':_0x4bc85c(0xdd),'media':_0x4bc85c(0x140)}}},'image-panel':{'arrange':{'title':'Atur','forward':_0x4bc85c(0x15d),'backward':_0x4bc85c(0x111),'front':_0x4bc85c(0xe9),'back':'Kirim\x20ke\x20Paling\x20Belakang'},'transform':{'title':_0x4bc85c(0x162),'rotate':_0x4bc85c(0x101),'x':'X\x20(px)','y':_0x4bc85c(0xe4),'width':'Lebar\x20(px)','height':_0x4bc85c(0xbc),'lock':_0x4bc85c(0x14f)},'crop':{'title':_0x4bc85c(0x17d),'start':_0x4bc85c(0xf2),'mode':_0x4bc85c(0xab),'shape':_0x4bc85c(0xc7)}}}};}));function _0x99ef(){var _0x25ccd3=['Garis\x20putus-putus\x20tipis\x20biru','Perataan','Margin\x20dalam','Dorong','Detail','Sedang','Rata\x20Kanan','Luar:\x20kanan\x20bawah','Dari\x20Atas','Catatan\x20Pembicara','Tanpa\x20isian','Muat','Tanpa\x20Garis','Warna\x20teks\x20transparan','Gaya\x20Teks','Tinggi\x20(px)','447033TnmGwu','Isian','Sejajar\x20dengan\x20teks','Garis\x20bawah','Potong','Ukuran\x20Panah\x20Akhir','Jenis\x20Putus-putus','Panah','Tidak\x20ada\x20objek','Gaya\x20Garis','Pangkas\x20ke\x20Bentuk','Isian\x20Gradien','24gSREhV','Rata\x20tengah','Rata\x20kanan','Klik\x20untuk\x20menambahkan\x20teks','Penuhi','Garis\x20hijau\x20dengan\x20panah\x20dua\x20arah','Tampilkan','Judul\x201','Kotak\x20Teks\x20Horizontal','Dari\x20Kiri','Grafik','Memudar','Perbandingan','Tempel','UniverProSlidesUiIdID','object','Persegi','Kiri\x20Atas','Atur\x20ulang\x20warna','Batal','Diagram','Slide\x20Judul','Jenis\x20paragraf','Garis\x20biru\x20dengan\x20panah\x20di\x20ujung','Gambar\x20dengan\x20Keterangan','Simpan','Daftar\x20objek','Y\x20(px)','Pengaturan\x20pola\x20akan\x20segera\x20tersedia.','Gaya\x20Lainnya','Pratinjau','Luar:\x20kiri\x20bawah','Bawa\x20ke\x20Paling\x20Depan','Klik\x20untuk\x20Layar\x20Penuh','Sebelumnya','Kotak','Tambahkan\x20deskripsi','Perkecil\x20ukuran\x20font','Sembunyikan\x20grafis\x20master/tata\x20letak','Judul\x20hitam','Berkas...','Mulai\x20Pangkas','Deskripsi','Jenis\x20Sketsa','Kiri','Putar\x20dari\x20Slide\x20Saat\x20Ini','Garis\x20solid\x20tipis\x20oranye','Tidak\x20Diatur','exports','Garis\x20Panjang-Titik-Titik','Isian\x20gradien','Rata\x20kiri','Buka','Keluar','Kolom','Kosong','Putar\x20(°)','Tengah','Arah\x20teks','Terapkan','Ubah\x20ukuran\x20panel\x20thumbnail\x20slide','Transisi','Hapus\x20Bentuk','Sumber\x20Gambar','Gambar','3302845NtkjEl','Offset\x20X','Bentuk','Ubah\x20ukuran\x20bentuk\x20agar\x20pas\x20dengan\x20teks','Buka\x20Panel\x20Bentuk','Posisi','Tutup','Kirim\x20ke\x20Belakang','Putar','Tempat\x20Penampung\x20Header','Tampilkan\x20semua','Panah\x20Siluman','Format\x20Latar','Garis\x20putus-putus\x20tipis\x20hitam','Presentasi\x20Berakhir','Usap','Cari\x20slide\x20dan\x20objek','Kecil','Bevel','Luar:\x20kanan\x20bawah\x20kecil','Perbesar\x20ukuran\x20font','Rata\x20tengah\x20vertikal','16905340vYQIaE','Salin','Jenis\x20Sambungan','Baris','Luar:\x20kanan\x20atas','Kotak\x20Teks','5032fxghUi','Terapkan\x20ke\x20Semua','Panah\x20Berlian','Klik\x20untuk\x20menambahkan\x20judul','Dua\x20Isi','Rata\x20atas','Aksen\x20biru','Gambar\x20Tangan','Miring','Penggaris','Rata\x20Tengah','Di\x20belakang\x20teks','Klik\x20untuk\x20menambahkan\x20catatan\x20untuk\x20slide\x20saat\x20ini','Zum','Rata\x20Bawah','Jarak','Tidak\x20Ada','Garis-Titik','Jenis\x20Panah\x20Akhir','Lengkung','1482768cvVNVo','Di\x20depan\x20teks','Isian\x20solid','Sisipkan\x20Gambar','Lebar','Presentasi\x20Layar\x20Ganda','Media','Nama','Transparansi','Jangan\x20paskan\x20otomatis','Rata\x20Kiri','Cari','Balik\x20Vertikal','Kelompokkan','Ukuran\x20kustom','Catatan\x20abu-abu','Warna\x20teks','Kanan\x20Atas','Ubin\x20Gambar\x20sebagai\x20Tekstur','Horizontal','Isian\x20Pola','Kunci\x20Rasio','Kustom','Garis\x20putus-putus\x20abu-abu\x20dengan\x20panah\x20di\x20ujung','Isian\x20gambar\x20atau\x20tekstur','Tema','+\x20Tambah\x20Slide','Format\x20Bentuk','Rotasi','Slide\x20Baru','Jenis\x20Panah\x20Awal','Garis\x20solid\x20tipis\x20abu-abu','Sembunyikan','Ukuran\x20tabel','Warna\x20latar\x20teks','Bawa\x20ke\x20Depan','gambar','Ketik\x20untuk\x20mencari\x20nama\x20slide,\x20teks,\x20dan\x20nama\x20objek.','Efek','Isian\x20Gambar','Ubah\x20Bentuk','Dari\x20Bawah','Tambah\x20slide\x20di\x20bawah','Slide\x20{current}\x20dari\x20{total}','Atas','Rata\x20kiri\x20kanan','Kanan\x20Bawah','Slide','Layar\x20Ganda\x20dari\x20Awal','Hapus','Paskan\x20otomatis','Atur\x20Latar','Tanpa\x20bayangan','30533icFZkK','Warna','Nama\x20objek','Isi\x20hitam','Aksen\x20oranye','17298XpXkqx','Skala\x20X','Tinggi','Garis\x20putus-putus\x20hijau\x20dengan\x20panah\x20dua\x20arah','Ungkap','44EmlzNW','Pisah','Gaya\x20Cepat','Solid','Pangkas','Tabel','Kanan','Ukuran\x20font','Kotak\x20Teks\x20Vertikal','Titik\x20Persegi','Perataan\x20vertikal','Rata\x20Atas','2189509PZRDCd','Garis\x20solid\x20tipis\x20hitam','Tebal','amd','Miter','Ukuran\x20Panah\x20Awal','Jumlah','Gaya\x20Bentuk','Sudut','Perataan\x20horizontal','Header\x20Bagian','Titik\x20Bulat','Garis','Luar:\x20kiri\x20atas\x20besar','Hanya\x20Judul','Bebas','Atas\x20dan\x20Bawah'];_0x99ef=function(){return _0x25ccd3;};return _0x99ef();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x997c(){var _0x49b2e7=['Formato\x20forma','Titolo\x20nero','Non\x20impostato','Tratto','Impossibile\x20avviare\x20la\x20presentazione\x20a\x20doppio\x20schermo.\x20Consenti\x20l\x27autorizzazione\x20di\x20gestione\x20delle\x20finestre\x20e\x20collega\x20uno\x20schermo\x20esteso,\x20quindi\x20riprova.','Riempimento\x20immagine\x20o\x20texture','In\x20basso\x20a\x20sinistra','Aumenta\x20dimensione\x20carattere','Distanza','Titolo\x201','Dall\x27alto','Trasparenza','Grassetto','Inserisci\x20immagine','Stili\x20rapidi','Copri','Corsivo','Allineamento\x20verticale','Larghezza','Linea\x20tratteggiata\x20grigia\x20con\x20freccia\x20finale','Grafica\x20sfondo','Le\x20impostazioni\x20motivo\x20saranno\x20presto\x20disponibili.','Raggruppa','Transizioni','Stili\x20linea','Da\x20destra','Vuoto','Copia','Linea\x20tratteggiata\x20sottile\x20blu','Linea\x20tratteggiata\x20sottile\x20nera','450voZRUH','Dimensioni\x20personalizzate','Due\x20contenuti','Invia\x20in\x20secondo\x20piano','Colonne','Dal\x20basso','Linea\x20continua','Linea\x20continua\x20sottile\x20blu','95Hdldai','Punto\x20rotondo','Slide','Media','Nessun\x20riempimento','Effetto','Dividi','Riempimento\x20solido','Esterno:\x20in\x20basso\x20a\x20destra\x20piccolo','Precedente','Freccia\x20ovale','Salva','exports','Clicca\x20per\x20aggiungere\x20un\x20titolo','Nome\x20oggetto','Ombra','Scegli\x20tema\x20slide','Riempimento\x20sfumato','Personalizzato','Cambia\x20forma','Punto\x20quadrato','Nessuna\x20nota\x20del\x20relatore','X\x20(px)','Scala\x20Y','Immagine','Piccola','Porta\x20avanti','Zoom','Elimina\x20forma','Dettagli','Tipo\x20giunzione','Segnaposto\x20piè\x20di\x20pagina','Carattere','Capovolgi\x20verticalmente','Apri\x20pannello\x20forma','Riempimento\x20immagine','36YoPANK','Mano\x20libera','Predefiniti\x20forma','344841uDlHtX','Allinea\x20a\x20Sinistra','Presentazione\x20doppio\x20schermo','Segnaposto\x20data','Allinea\x20al\x20centro','+\x20Aggiungi\x20slide','Riempimento\x20gradiente','In\x20alto\x20a\x20destra','function','Formatta\x20forma','Nascondi\x20grafica\x20master/layout','712200AjTcKi','UniverProSlidesUiItIT','Tipo\x20schizzo','In\x20basso','Raggio\x20angolo','Freccia\x20diamante','Esterno:\x20in\x20alto\x20a\x20destra','Pulisci','Riproduci\x20dalla\x20slide\x20corrente','Capovolgi\x20orizzontalmente','Sfocatura','Linea\x20tratteggiata\x20verde\x20con\x20frecce\x20bidirezionali','Adatta','Tratteggiata','Sfondo\x20presentazione','Linea\x20continua\x20sottile\x20arancione','Accento\x20blu','Predefinito','30548EaAZvM','Taglia','Colore','Casella\x20di\x20testo\x20verticale','Sottolineato','2666316DnHoGT','9913936HQDCBB','Anteprima','Solo\x20titolo','Doppio\x20schermo\x20dalla\x20corrente','Riproduci\x20dall\x27inizio','Affianca','Ruota\x20con\x20forma','Mostra\x20tutto','Cerca\x20slide\x20e\x20oggetti','Grande','Stili\x20forma','Esterno:\x20in\x20alto\x20a\x20sinistra','Righe','Nessuna','Tratto-punto','Tabella','Allinea\x20a\x20Destra','Freccia\x20aperta','Colore\x20testo\x20trasparente','Successivo','Origine\x20immagine','Inizia\x20ritaglio','Tipo\x20di\x20paragrafo','Tipo\x20tratteggio','Bisel','Grafico','Nessuna\x20linea','Nota\x20grigia','Disegnato\x20a\x20mano','Offset\x20Y','Superiore\x20e\x20inferiore','Allinea\x20in\x20alto','Segnaposto\x20intestazione','In\x20basso\x20a\x20destra','Linea','Dimensione\x20freccia\x20finale','Scegli\x20una\x20disposizione','Altri\x20stili','5056877rFFzxw','Nessuno','Inserisci','Continua','File...','Ritaglia\x20su\x20forma','156808pVzxat','Tipo\x20freccia\x20iniziale','Mostra','Formatta\x20sfondo','Allinea\x20al\x20Centro','Durata','In\x20alto','Riempimento\x20motivo','Allunga','Linea\x20tratteggiata\x20sottile\x20grigia','Quadrata','Slide\x20{current}\x20di\x20{total}','Larghezza\x20(px)','Esci','Allinea\x20a\x20destra','Tratto\x20lungo','Colore\x20sfondo\x20testo','Esterno:\x20in\x20alto\x20a\x20sinistra\x20grande','Intestazione\x20sezione','Clicca\x20per\x20aggiungere\x20un\x20sottotitolo','Sposta','object','Inserisci\x20immagine\x20da','Aggiungi\x20descrizione','Scala\x20X','Angolo','Note\x20del\x20relatore','Riproduci','Elenco\x20oggetti','Corpo\x20nero','Direzione','Y\x20(px)','Cancella','Smusso','Reimposta\x20colore','Diagramma','Dimensione\x20carattere','Arrotondata','Altezza','immagine/i','Colore\x20ombra','Stili\x20testo','Tratto\x20lungo-punto','Linea\x20continua\x20sottile\x20grigia','Stile\x20forma','Nascondi\x20tutto','Elimina','Linea\x20tratteggiata\x20blu\x20con\x20freccia\x20finale','Linea\x20verde\x20con\x20frecce\x20bidirezionali','Barrato','Slide\x20titolo','Curva','Giustifica','Accento\x20arancione','Posizione','Casella\x20di\x20testo\x20orizzontale','Nessun\x20oggetto','Diminuisci\x20dimensione\x20carattere','Freccia','Riempimento','Colore\x20testo','Applica\x20a\x20tutti','Altezza\x20(px)','Scopri','Quadrato','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Cerca','Aggiungi\x20diapositiva\x20sotto','Rivela','Tratto\x20lungo-punto-punto','Applica','Dietro\x20il\x20testo','Centro','Doppio\x20schermo\x20dall\x27inizio','Allinea\x20in\x20basso','Porta\x20in\x20primo\x20piano','Esterno:\x20in\x20basso\x20a\x20destra','Nome','Casella\x20di\x20testo','Imposta\x20sfondo','Riempi','Rotazione'];_0x997c=function(){return _0x49b2e7;};return _0x997c();}function _0x364a(_0x2fe67d,_0x157790){_0x2fe67d=_0x2fe67d-0x187;var _0x997c94=_0x997c();var _0x364aa4=_0x997c94[_0x2fe67d];return _0x364aa4;}(function(_0x7b4efb,_0x4d5e1c){var _0x5651de=_0x364a,_0x1bacba=_0x7b4efb();while(!![]){try{var _0x264687=-parseInt(_0x5651de(0x234))/0x1+parseInt(_0x5651de(0x251))/0x2*(-parseInt(_0x5651de(0x231))/0x3)+-parseInt(_0x5651de(0x195))/0x4*(parseInt(_0x5651de(0x20d))/0x5)+parseInt(_0x5651de(0x256))/0x6+-parseInt(_0x5651de(0x18f))/0x7+-parseInt(_0x5651de(0x257))/0x8+-parseInt(_0x5651de(0x205))/0x9*(-parseInt(_0x5651de(0x23f))/0xa);if(_0x264687===_0x4d5e1c)break;else _0x1bacba['push'](_0x1bacba['shift']());}catch(_0x102f66){_0x1bacba['push'](_0x1bacba['shift']());}}}(_0x997c,0xbc2ce),function(_0x5435e0,_0x1f7e40){var _0x42bdd7=_0x364a;typeof exports==_0x42bdd7(0x1aa)&&typeof module<'u'?module[_0x42bdd7(0x219)]=_0x1f7e40():typeof define==_0x42bdd7(0x23c)&&define['amd']?define([],_0x1f7e40):(_0x5435e0=typeof globalThis<'u'?globalThis:_0x5435e0||self,_0x5435e0[_0x42bdd7(0x240)]=_0x1f7e40());}(this,function(){var _0x3c8c88=_0x364a;return{'slides-ui':{'ribbon':{'shapeFormat':_0x3c8c88(0x1e7),'changeShape':_0x3c8c88(0x220)},'insertToolbar':{'search':_0x3c8c88(0x1d7),'text':_0x3c8c88(0x1e3),'textHorizontal':_0x3c8c88(0x1cc),'textVertical':_0x3c8c88(0x254),'image':_0x3c8c88(0x225),'table':_0x3c8c88(0x266),'shape':'Forma','chart':_0x3c8c88(0x270)},'tableSizePicker':{'title':'Dimensione\x20tabella','customSize':_0x3c8c88(0x206),'rows':_0x3c8c88(0x263),'columns':_0x3c8c88(0x209),'insert':_0x3c8c88(0x191),'apply':_0x3c8c88(0x1db)},'searchPanel':{'placeholder':_0x3c8c88(0x25f),'noQuery':'Digita\x20per\x20cercare\x20nomi\x20di\x20slide,\x20testo\x20e\x20nomi\x20di\x20oggetti.','empty':'Nessun\x20risultato\x20trovato.','slidePrefix':_0x3c8c88(0x20f)},'themePicker':{'title':'Temi','caption':_0x3c8c88(0x233),'tooltip':_0x3c8c88(0x21d)},'editorToolbar':{'fontFamily':_0x3c8c88(0x22d),'fontSize':_0x3c8c88(0x1b9),'paragraphType':_0x3c8c88(0x26d),'heading1':_0x3c8c88(0x1f0),'increaseFontSize':_0x3c8c88(0x1ee),'decreaseFontSize':_0x3c8c88(0x1ce),'textColor':_0x3c8c88(0x1d1),'transparentTextColor':_0x3c8c88(0x269),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':'Grassetto','italic':_0x3c8c88(0x1f7),'underline':_0x3c8c88(0x255),'strikethrough':_0x3c8c88(0x1c6),'horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x3c8c88(0x1f8),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0x3c8c88(0x238),'alignRight':_0x3c8c88(0x1a3),'alignJustify':_0x3c8c88(0x1c9),'alignTop':'Allinea\x20in\x20alto','alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':'Allinea\x20in\x20basso'},'quickStyles':{'tooltip':_0x3c8c88(0x1f5),'shapeStyles':_0x3c8c88(0x261),'lineStyles':_0x3c8c88(0x1ff),'textStyles':_0x3c8c88(0x1be),'more':_0x3c8c88(0x18e),'groups':{'solid':_0x3c8c88(0x192),'dashed':_0x3c8c88(0x24c)},'presets':{'line':{'blackSolid':'Linea\x20continua\x20sottile\x20nera','blueSolid':_0x3c8c88(0x20c),'orangeSolid':_0x3c8c88(0x24e),'graySolid':_0x3c8c88(0x1c0),'blueEndArrow':'Linea\x20blu\x20con\x20freccia\x20finale','greenTwoWayArrow':_0x3c8c88(0x1c5),'blackDashed':_0x3c8c88(0x204),'blueDashed':_0x3c8c88(0x203),'grayDashed':_0x3c8c88(0x19e),'blueDashedEndArrow':_0x3c8c88(0x1c4),'grayDashedEndArrow':_0x3c8c88(0x1fa),'greenDashedTwoWayArrow':_0x3c8c88(0x24a)},'text':{'bodyBlack':_0x3c8c88(0x1b2),'titleBlack':_0x3c8c88(0x1e8),'accentBlue':_0x3c8c88(0x24f),'accentOrange':_0x3c8c88(0x1ca),'noteGray':_0x3c8c88(0x272)}}},'thumbnailBar':{'resizePanel':'Ridimensiona\x20pannello\x20miniature\x20diapositive','addSlide':_0x3c8c88(0x239),'contextMenu':{'cut':_0x3c8c88(0x252),'copy':_0x3c8c88(0x202),'paste':'Incolla','addBelow':_0x3c8c88(0x1d8),'delete':_0x3c8c88(0x1c3)},'layoutPicker':{'title':_0x3c8c88(0x18d),'layouts':{'title':_0x3c8c88(0x1c7),'titleAndBody':'Titolo\x20e\x20contenuto','sectionHeader':_0x3c8c88(0x1a7),'twoColumns':_0x3c8c88(0x207),'comparison':'Confronto','blank':_0x3c8c88(0x201),'titleOnly':_0x3c8c88(0x259),'pictureWithCaption':'Immagine\x20con\x20didascalia'}}},'shapePanel':{'title':_0x3c8c88(0x23d),'shapeStyle':_0x3c8c88(0x1c1),'shapePosition':_0x3c8c88(0x1cb),'openPanel':_0x3c8c88(0x22f),'deleteShape':_0x3c8c88(0x229),'toolbar':{'alignLeft':_0x3c8c88(0x235),'alignCenter':_0x3c8c88(0x199),'alignRight':_0x3c8c88(0x267),'alignJustify':_0x3c8c88(0x1c9),'bold':_0x3c8c88(0x1f3),'italic':_0x3c8c88(0x1f7),'underline':_0x3c8c88(0x255),'strikethrough':_0x3c8c88(0x1c6),'textColor':_0x3c8c88(0x1d1),'textBackgroundColor':_0x3c8c88(0x1a5),'fillColor':_0x3c8c88(0x1a5),'resetColor':_0x3c8c88(0x1b7)},'align':{'top':_0x3c8c88(0x188),'middle':_0x3c8c88(0x238),'bottom':_0x3c8c88(0x1df)},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x3c8c88(0x1d5),'topAndBottom':_0x3c8c88(0x187),'behindText':_0x3c8c88(0x1dc),'inFrontText':'Davanti\x20al\x20testo'},'position':{'title':'Posizione\x20e\x20dimensione','x':'X','y':'Y','width':_0x3c8c88(0x1f9),'height':_0x3c8c88(0x1bb),'rotation':_0x3c8c88(0x1e6)},'style':{'shadow':_0x3c8c88(0x21c),'shadowColor':_0x3c8c88(0x1bd),'shadowBlurRadius':_0x3c8c88(0x249),'shadowDistance':_0x3c8c88(0x1ef),'shadowDirection':_0x3c8c88(0x1ae),'shadowPresetTitle':_0x3c8c88(0x250),'shadowPresetNone':'Nessuna\x20ombra','shadowPresetCustom':_0x3c8c88(0x21f),'shadowTransparency':_0x3c8c88(0x1f2),'shadowSize':'Dimensione','shadowPreset':{'shdw6':_0x3c8c88(0x1e1),'shdw5':'Esterno:\x20in\x20basso\x20a\x20sinistra','shdw2':_0x3c8c88(0x245),'shdw1':_0x3c8c88(0x262),'shdw14':_0x3c8c88(0x215),'shdw10':_0x3c8c88(0x1a6)}},'fill':{'title':_0x3c8c88(0x1d0),'noFill':_0x3c8c88(0x211),'solidFill':_0x3c8c88(0x214),'gradientFill':_0x3c8c88(0x23a),'pictureFill':_0x3c8c88(0x1ec),'color':_0x3c8c88(0x253),'transparency':_0x3c8c88(0x1f2),'picture':{'source':_0x3c8c88(0x26b),'insert':_0x3c8c88(0x1f4),'tileAsTexture':'Affianca\x20immagine\x20come\x20trama','offsetX':'Offset\x20X','offsetY':_0x3c8c88(0x274),'scaleX':_0x3c8c88(0x1ad),'scaleY':_0x3c8c88(0x224),'alignment':'Allineamento','rotateWithShape':_0x3c8c88(0x25d),'align':{'tl':'In\x20alto\x20a\x20sinistra','t':_0x3c8c88(0x19b),'tr':_0x3c8c88(0x23b),'l':'Sinistra','ctr':_0x3c8c88(0x1dd),'r':'Destra','bl':_0x3c8c88(0x1ed),'b':_0x3c8c88(0x242),'br':_0x3c8c88(0x18a)}}},'line':{'title':_0x3c8c88(0x18b),'noLine':_0x3c8c88(0x271),'solidLine':_0x3c8c88(0x20b),'color':_0x3c8c88(0x253),'transparency':'Trasparenza','width':_0x3c8c88(0x1f9),'cornerRadius':_0x3c8c88(0x243),'beginArrowType':_0x3c8c88(0x196),'beginArrowSize':'Dimensione\x20freccia\x20iniziale','endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':_0x3c8c88(0x18c),'dashType':{'title':_0x3c8c88(0x26e),'solid':_0x3c8c88(0x192),'roundDot':_0x3c8c88(0x20e),'squareDot':_0x3c8c88(0x221),'dash':_0x3c8c88(0x1ea),'dashDot':_0x3c8c88(0x265),'longDash':_0x3c8c88(0x1a4),'longDashDot':_0x3c8c88(0x1bf),'longDashDotDot':_0x3c8c88(0x1da)},'capType':{'title':'Tipo\x20estremità','flat':'Piatta','round':_0x3c8c88(0x1ba),'square':_0x3c8c88(0x19f)},'joinType':{'title':_0x3c8c88(0x22b),'miter':_0x3c8c88(0x1b6),'round':_0x3c8c88(0x1ba),'bevel':_0x3c8c88(0x26f)},'sketchType':{'title':_0x3c8c88(0x241),'none':_0x3c8c88(0x190),'curved':_0x3c8c88(0x1c8),'freehand':_0x3c8c88(0x232),'handDrawn':_0x3c8c88(0x273)},'arrowType':{'none':_0x3c8c88(0x264),'arrow':_0x3c8c88(0x1cf),'openArrow':_0x3c8c88(0x268),'stealthArrow':'Freccia\x20stealth','diamondArrow':_0x3c8c88(0x244),'ovalArrow':_0x3c8c88(0x217)},'arrowSize':{'small':_0x3c8c88(0x226),'medium':_0x3c8c88(0x210),'large':_0x3c8c88(0x260)}}},'objectListPanel':{'title':_0x3c8c88(0x1b1),'showAll':_0x3c8c88(0x25e),'hideAll':_0x3c8c88(0x1c2),'show':_0x3c8c88(0x197),'hide':'Nascondi','moveForward':_0x3c8c88(0x227),'moveBackward':'Manda\x20indietro','nameInput':_0x3c8c88(0x21b),'empty':_0x3c8c88(0x1cd),'close':'Chiudi','name':_0x3c8c88(0x1e2),'description':'Descrizione','descriptionPlaceholder':_0x3c8c88(0x1ac),'details':_0x3c8c88(0x22a),'noSelection':_0x3c8c88(0x1d6)},'backgroundPanel':{'title':_0x3c8c88(0x198),'backgroundGraphics':_0x3c8c88(0x1fb),'hideBackgroundGraphics':_0x3c8c88(0x23e),'presentationBackground':_0x3c8c88(0x24d),'presentationBackgroundEmpty':_0x3c8c88(0x1e9),'presentationBackgroundImages':_0x3c8c88(0x1bc),'setPresentationBackground':_0x3c8c88(0x1e4),'clearPresentationBackground':_0x3c8c88(0x1b5),'none':_0x3c8c88(0x211),'solid':'Riempimento\x20uniforme','gradient':_0x3c8c88(0x21e),'image':_0x3c8c88(0x230),'pattern':_0x3c8c88(0x19c),'color':_0x3c8c88(0x253),'transparency':_0x3c8c88(0x1f2),'imageSource':_0x3c8c88(0x1ab),'insertImage':_0x3c8c88(0x193),'fit':_0x3c8c88(0x24b),'fitOptions':{'cover':_0x3c8c88(0x1e5),'contain':_0x3c8c88(0x24b),'stretch':_0x3c8c88(0x19d),'repeat':_0x3c8c88(0x25c)},'patternHint':_0x3c8c88(0x1fc),'applyToAll':_0x3c8c88(0x1d2),'resetBackground':'Reimposta\x20sfondo'},'transitionPanel':{'title':'Transizioni','effect':_0x3c8c88(0x212),'direction':_0x3c8c88(0x1b3),'duration':_0x3c8c88(0x19a),'preview':_0x3c8c88(0x258),'applyToAll':_0x3c8c88(0x1d2),'effects':{'none':_0x3c8c88(0x190),'fade':'Dissolvenza','push':_0x3c8c88(0x1a9),'wipe':_0x3c8c88(0x246),'split':_0x3c8c88(0x213),'reveal':_0x3c8c88(0x1d9),'cut':_0x3c8c88(0x252),'uncover':_0x3c8c88(0x1d4),'cover':_0x3c8c88(0x1f6),'zoom':_0x3c8c88(0x228)},'directions':{'left':'Da\x20sinistra','right':_0x3c8c88(0x200),'up':_0x3c8c88(0x1f1),'down':_0x3c8c88(0x20a)}},'contextmenu':{'addPage':'Nuova\x20slide','backgroundPanel':_0x3c8c88(0x198),'transitionPanel':_0x3c8c88(0x1fe),'speakerNotes':'Note\x20del\x20relatore','ruler':'Righello','shapePanel':_0x3c8c88(0x23d),'flipHorizontal':_0x3c8c88(0x248),'flipVertical':_0x3c8c88(0x22e),'group':_0x3c8c88(0x1fd),'ungroup':'Separa'},'presentation':{'play':_0x3c8c88(0x1b0),'playFromBeginning':_0x3c8c88(0x25b),'playFromCurrent':_0x3c8c88(0x247),'playDualScreen':_0x3c8c88(0x236),'playDualScreenFromBeginning':_0x3c8c88(0x1de),'playDualScreenFromCurrent':_0x3c8c88(0x25a),'dualScreenUnavailable':_0x3c8c88(0x1eb),'fullscreenPrompt':'Clicca\x20per\x20schermo\x20intero','presentationEnded':'Presentazione\x20terminata','previous':_0x3c8c88(0x216),'next':_0x3c8c88(0x26a),'exit':_0x3c8c88(0x1a2),'slideProgress':_0x3c8c88(0x1a0),'speakerNotes':_0x3c8c88(0x1af),'speakerNotesPlaceholder':'Clicca\x20per\x20aggiungere\x20note\x20per\x20la\x20slide\x20corrente','speakerNotesEmpty':_0x3c8c88(0x222),'speakerNotesSave':_0x3c8c88(0x218),'speakerNotesCancel':'Annulla'},'slide':{'placeholder':{'text':{'title':_0x3c8c88(0x21a),'subtitle':_0x3c8c88(0x1a8),'body':'Clicca\x20per\x20aggiungere\x20testo','text':'Clicca\x20per\x20aggiungere\x20testo','header':_0x3c8c88(0x189),'footer':_0x3c8c88(0x22c),'date':_0x3c8c88(0x237),'slideNumber':'Segnaposto\x20numero\x20slide'},'icon':{'image':_0x3c8c88(0x225),'table':_0x3c8c88(0x266),'chart':_0x3c8c88(0x270),'diagram':_0x3c8c88(0x1b8),'media':_0x3c8c88(0x210)}}},'image-panel':{'arrange':{'title':'Disponi','forward':_0x3c8c88(0x227),'backward':'Invia\x20indietro','front':_0x3c8c88(0x1e0),'back':_0x3c8c88(0x208)},'transform':{'title':'Trasforma','rotate':'Ruota\x20(°)','x':_0x3c8c88(0x223),'y':_0x3c8c88(0x1b4),'width':_0x3c8c88(0x1a1),'height':_0x3c8c88(0x1d3),'lock':'Blocca\x20proporzioni'},'crop':{'title':'Ritaglia','start':_0x3c8c88(0x26c),'mode':'Libero','shape':_0x3c8c88(0x194)}}}};}));
|
|
1
|
+
(function(_0x3d4d79,_0xa5f370){var _0x3a3d1a=_0xc19c,_0x140d30=_0x3d4d79();while(!![]){try{var _0x33530f=parseInt(_0x3a3d1a(0x15e))/0x1*(parseInt(_0x3a3d1a(0x150))/0x2)+parseInt(_0x3a3d1a(0x142))/0x3+-parseInt(_0x3a3d1a(0x17f))/0x4*(-parseInt(_0x3a3d1a(0x16c))/0x5)+-parseInt(_0x3a3d1a(0x1ef))/0x6*(parseInt(_0x3a3d1a(0x161))/0x7)+parseInt(_0x3a3d1a(0x1b1))/0x8+parseInt(_0x3a3d1a(0x16f))/0x9*(parseInt(_0x3a3d1a(0x209))/0xa)+parseInt(_0x3a3d1a(0x177))/0xb;if(_0x33530f===_0xa5f370)break;else _0x140d30['push'](_0x140d30['shift']());}catch(_0x48331e){_0x140d30['push'](_0x140d30['shift']());}}}(_0x1cc6,0x81b5f),function(_0x1029d4,_0x2a1a3a){var _0x2474ce=_0xc19c;typeof exports==_0x2474ce(0x14f)&&typeof module<'u'?module[_0x2474ce(0x173)]=_0x2a1a3a():typeof define==_0x2474ce(0x203)&&define[_0x2474ce(0x151)]?define([],_0x2a1a3a):(_0x1029d4=typeof globalThis<'u'?globalThis:_0x1029d4||self,_0x1029d4[_0x2474ce(0x15c)]=_0x2a1a3a());}(this,function(){var _0x5a9802=_0xc19c;return{'slides-ui':{'ribbon':{'shapeFormat':_0x5a9802(0x1e9),'changeShape':'Cambia\x20forma'},'insertToolbar':{'search':_0x5a9802(0x201),'text':_0x5a9802(0x190),'textHorizontal':_0x5a9802(0x146),'textVertical':_0x5a9802(0x191),'image':_0x5a9802(0x128),'table':'Tabella','shape':_0x5a9802(0x1de),'chart':_0x5a9802(0x180)},'tableSizePicker':{'title':_0x5a9802(0x1e3),'customSize':_0x5a9802(0x127),'rows':_0x5a9802(0x179),'columns':_0x5a9802(0x13c),'insert':_0x5a9802(0x1fd),'apply':_0x5a9802(0x1f3)},'searchPanel':{'placeholder':_0x5a9802(0x1ae),'noQuery':'Digita\x20per\x20cercare\x20nomi\x20di\x20slide,\x20testo\x20e\x20nomi\x20di\x20oggetti.','empty':_0x5a9802(0x1c4),'slidePrefix':'Slide'},'themePicker':{'title':_0x5a9802(0x21b),'caption':_0x5a9802(0x1e5),'tooltip':_0x5a9802(0x198)},'editorToolbar':{'fontFamily':_0x5a9802(0x1f0),'fontSize':'Dimensione\x20carattere','paragraphType':'Tipo\x20di\x20paragrafo','heading1':_0x5a9802(0x213),'increaseFontSize':_0x5a9802(0x1ba),'decreaseFontSize':_0x5a9802(0x18b),'textColor':'Colore\x20testo','transparentTextColor':_0x5a9802(0x1dd),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x5a9802(0x17c),'italic':'Corsivo','underline':'Sottolineato','strikethrough':_0x5a9802(0x1c8),'horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x5a9802(0x197),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0x5a9802(0x1be),'alignRight':'Allinea\x20a\x20destra','alignJustify':_0x5a9802(0x1a5),'alignTop':_0x5a9802(0x162),'alignMiddle':_0x5a9802(0x1d8),'alignBottom':_0x5a9802(0x1a2)},'quickStyles':{'tooltip':_0x5a9802(0x214),'shapeStyles':_0x5a9802(0x152),'lineStyles':_0x5a9802(0x15d),'textStyles':_0x5a9802(0x175),'more':_0x5a9802(0x140),'groups':{'solid':_0x5a9802(0x133),'dashed':_0x5a9802(0x1fc)},'presets':{'line':{'blackSolid':_0x5a9802(0x199),'blueSolid':_0x5a9802(0x16e),'orangeSolid':_0x5a9802(0x211),'graySolid':_0x5a9802(0x12b),'blueEndArrow':_0x5a9802(0x17d),'greenTwoWayArrow':_0x5a9802(0x200),'blackDashed':_0x5a9802(0x170),'blueDashed':_0x5a9802(0x1ab),'grayDashed':_0x5a9802(0x194),'blueDashedEndArrow':_0x5a9802(0x15f),'grayDashedEndArrow':_0x5a9802(0x14e),'greenDashedTwoWayArrow':'Linea\x20tratteggiata\x20verde\x20con\x20frecce\x20bidirezionali'},'text':{'bodyBlack':_0x5a9802(0x1e8),'titleBlack':_0x5a9802(0x20c),'accentBlue':'Accento\x20blu','accentOrange':_0x5a9802(0x1f2),'noteGray':_0x5a9802(0x172)}}},'thumbnailBar':{'resizePanel':_0x5a9802(0x1dc),'addSlide':_0x5a9802(0x218),'contextMenu':{'cut':_0x5a9802(0x1a8),'copy':_0x5a9802(0x1ea),'paste':_0x5a9802(0x157),'addBelow':'Aggiungi\x20diapositiva\x20sotto','delete':_0x5a9802(0x1ee)},'layoutPicker':{'title':'Scegli\x20una\x20disposizione','layouts':{'title':_0x5a9802(0x18d),'titleAndBody':'Titolo\x20e\x20contenuto','sectionHeader':'Intestazione\x20sezione','twoColumns':_0x5a9802(0x1e0),'comparison':'Confronto','blank':_0x5a9802(0x166),'titleOnly':_0x5a9802(0x1fe),'pictureWithCaption':_0x5a9802(0x14a)}}},'shapePanel':{'title':_0x5a9802(0x1d6),'shapeStyle':_0x5a9802(0x143),'shapePosition':_0x5a9802(0x205),'openPanel':_0x5a9802(0x12e),'deleteShape':_0x5a9802(0x1a3),'toolbar':{'alignLeft':_0x5a9802(0x196),'alignCenter':_0x5a9802(0x171),'alignRight':_0x5a9802(0x1bd),'alignJustify':_0x5a9802(0x1a5),'bold':'Grassetto','italic':_0x5a9802(0x204),'underline':_0x5a9802(0x212),'strikethrough':_0x5a9802(0x1c8),'textColor':_0x5a9802(0x155),'textBackgroundColor':'Colore\x20sfondo\x20testo','fillColor':'Colore\x20sfondo\x20testo','resetColor':_0x5a9802(0x1c2)},'align':{'top':_0x5a9802(0x162),'middle':_0x5a9802(0x1be),'bottom':_0x5a9802(0x1a2)},'textWrap':{'inline':_0x5a9802(0x13d),'square':_0x5a9802(0x1c1),'topAndBottom':_0x5a9802(0x1c0),'behindText':_0x5a9802(0x1e6),'inFrontText':_0x5a9802(0x1fa)},'textBox':{'title':'Casella\x20di\x20testo','textDirection':_0x5a9802(0x193),'textDirectionHorizontal':_0x5a9802(0x1d1),'textDirectionVertical':'Verticale','autoFit':_0x5a9802(0x19a),'autoFitNone':_0x5a9802(0x136),'autoFitShrink':'Riduci\x20il\x20testo\x20in\x20eccesso','autoFitResize':'Ridimensiona\x20forma\x20per\x20adattare\x20il\x20testo','wrapText':_0x5a9802(0x1f9),'padding':'Margine\x20interno','paddingLeft':_0x5a9802(0x1f7),'paddingRight':_0x5a9802(0x1a1),'paddingTop':_0x5a9802(0x1b8),'paddingBottom':'Basso','columns':'Colonne','columnCount':_0x5a9802(0x169),'columnSpacing':_0x5a9802(0x1a4)},'position':{'title':_0x5a9802(0x1a6),'x':'X','y':'Y','width':_0x5a9802(0x147),'height':_0x5a9802(0x15a),'rotation':'Rotazione'},'style':{'shadow':_0x5a9802(0x1e2),'shadowColor':_0x5a9802(0x1cf),'shadowBlurRadius':_0x5a9802(0x17e),'shadowDistance':_0x5a9802(0x207),'shadowDirection':_0x5a9802(0x1ff),'shadowPresetTitle':_0x5a9802(0x20f),'shadowPresetNone':'Nessuna\x20ombra','shadowPresetCustom':_0x5a9802(0x17b),'shadowTransparency':_0x5a9802(0x12f),'shadowSize':_0x5a9802(0x21e),'shadowPreset':{'shdw6':'Esterno:\x20in\x20basso\x20a\x20destra','shdw5':'Esterno:\x20in\x20basso\x20a\x20sinistra','shdw2':_0x5a9802(0x13b),'shdw1':_0x5a9802(0x1d2),'shdw14':_0x5a9802(0x1ce),'shdw10':_0x5a9802(0x154)}},'fill':{'title':_0x5a9802(0x20e),'noFill':'Nessun\x20riempimento','solidFill':_0x5a9802(0x1ec),'gradientFill':_0x5a9802(0x188),'pictureFill':_0x5a9802(0x217),'color':_0x5a9802(0x19f),'transparency':'Trasparenza','picture':{'source':'Origine\x20immagine','insert':_0x5a9802(0x1cb),'tileAsTexture':_0x5a9802(0x1b7),'offsetX':_0x5a9802(0x1c5),'offsetY':'Offset\x20Y','scaleX':'Scala\x20X','scaleY':'Scala\x20Y','alignment':_0x5a9802(0x1c3),'rotateWithShape':_0x5a9802(0x1c6),'align':{'tl':_0x5a9802(0x141),'t':'In\x20alto','tr':_0x5a9802(0x1bc),'l':'Sinistra','ctr':'Centro','r':_0x5a9802(0x1a1),'bl':_0x5a9802(0x16b),'b':_0x5a9802(0x13f),'br':'In\x20basso\x20a\x20destra'}}},'line':{'title':_0x5a9802(0x145),'noLine':_0x5a9802(0x19c),'solidLine':_0x5a9802(0x1eb),'color':'Colore','transparency':'Trasparenza','width':_0x5a9802(0x147),'cornerRadius':_0x5a9802(0x1e1),'beginArrowType':_0x5a9802(0x1d4),'beginArrowSize':'Dimensione\x20freccia\x20iniziale','endArrowType':_0x5a9802(0x192),'endArrowSize':'Dimensione\x20freccia\x20finale','dashType':{'title':_0x5a9802(0x1f8),'solid':_0x5a9802(0x133),'roundDot':_0x5a9802(0x19e),'squareDot':_0x5a9802(0x21a),'dash':_0x5a9802(0x1da),'dashDot':'Tratto-punto','longDash':_0x5a9802(0x134),'longDashDot':'Tratto\x20lungo-punto','longDashDotDot':_0x5a9802(0x1aa)},'capType':{'title':_0x5a9802(0x153),'flat':_0x5a9802(0x14c),'round':_0x5a9802(0x189),'square':'Quadrata'},'joinType':{'title':_0x5a9802(0x1f6),'miter':'Smusso','round':_0x5a9802(0x189),'bevel':_0x5a9802(0x156)},'sketchType':{'title':_0x5a9802(0x1c7),'none':_0x5a9802(0x21d),'curved':_0x5a9802(0x15b),'freehand':_0x5a9802(0x13e),'handDrawn':_0x5a9802(0x18c)},'arrowType':{'none':'Nessuna','arrow':_0x5a9802(0x12a),'openArrow':_0x5a9802(0x159),'stealthArrow':_0x5a9802(0x164),'diamondArrow':_0x5a9802(0x132),'ovalArrow':_0x5a9802(0x1b2)},'arrowSize':{'small':_0x5a9802(0x1f1),'medium':_0x5a9802(0x20d),'large':'Grande'}}},'objectListPanel':{'title':_0x5a9802(0x195),'showAll':_0x5a9802(0x130),'hideAll':_0x5a9802(0x219),'show':_0x5a9802(0x18f),'hide':_0x5a9802(0x1d7),'moveForward':_0x5a9802(0x148),'moveBackward':_0x5a9802(0x144),'nameInput':'Nome\x20oggetto','empty':_0x5a9802(0x20a),'close':_0x5a9802(0x168),'name':_0x5a9802(0x158),'description':_0x5a9802(0x1a7),'descriptionPlaceholder':_0x5a9802(0x1df),'details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'},'backgroundPanel':{'title':'Formatta\x20sfondo','backgroundGraphics':_0x5a9802(0x137),'hideBackgroundGraphics':'Nascondi\x20grafica\x20master/layout','presentationBackground':_0x5a9802(0x1d9),'presentationBackgroundEmpty':_0x5a9802(0x1b9),'presentationBackgroundImages':'immagine/i','setPresentationBackground':_0x5a9802(0x1ca),'clearPresentationBackground':_0x5a9802(0x163),'none':'Nessun\x20riempimento','solid':'Riempimento\x20uniforme','gradient':_0x5a9802(0x19b),'image':'Riempimento\x20immagine','pattern':_0x5a9802(0x1b6),'color':'Colore','transparency':'Trasparenza','imageSource':_0x5a9802(0x19d),'insertImage':_0x5a9802(0x14d),'fit':_0x5a9802(0x181),'fitOptions':{'cover':_0x5a9802(0x178),'contain':_0x5a9802(0x181),'stretch':_0x5a9802(0x139),'repeat':_0x5a9802(0x20b)},'patternHint':_0x5a9802(0x176),'applyToAll':_0x5a9802(0x208),'resetBackground':_0x5a9802(0x1ac)},'transitionPanel':{'title':'Transizioni','effect':_0x5a9802(0x1ed),'direction':'Direzione','duration':_0x5a9802(0x1e7),'preview':_0x5a9802(0x187),'applyToAll':_0x5a9802(0x208),'effects':{'none':_0x5a9802(0x21d),'fade':_0x5a9802(0x1bb),'push':'Sposta','wipe':'Pulisci','split':'Dividi','reveal':'Rivela','cut':_0x5a9802(0x1a8),'uncover':_0x5a9802(0x1b0),'cover':_0x5a9802(0x1ad),'zoom':'Zoom'},'directions':{'left':_0x5a9802(0x1c9),'right':_0x5a9802(0x167),'up':_0x5a9802(0x1bf),'down':_0x5a9802(0x182)}},'contextmenu':{'addPage':_0x5a9802(0x1cc),'backgroundPanel':_0x5a9802(0x135),'transitionPanel':_0x5a9802(0x160),'speakerNotes':_0x5a9802(0x1f4),'ruler':_0x5a9802(0x16d),'shapePanel':_0x5a9802(0x1d6),'flipHorizontal':_0x5a9802(0x184),'flipVertical':_0x5a9802(0x1b3),'group':_0x5a9802(0x1d0),'ungroup':_0x5a9802(0x18a)},'presentation':{'play':_0x5a9802(0x165),'playFromBeginning':'Riproduci\x20dall\x27inizio','playFromCurrent':_0x5a9802(0x1a9),'playDualScreen':_0x5a9802(0x206),'playDualScreenFromBeginning':_0x5a9802(0x149),'playDualScreenFromCurrent':'Doppio\x20schermo\x20dalla\x20corrente','dualScreenUnavailable':_0x5a9802(0x215),'fullscreenPrompt':_0x5a9802(0x1f5),'presentationEnded':_0x5a9802(0x1d5),'previous':_0x5a9802(0x1d3),'next':_0x5a9802(0x1b5),'exit':'Esci','slideProgress':_0x5a9802(0x12d),'speakerNotes':'Note\x20del\x20relatore','speakerNotesPlaceholder':_0x5a9802(0x16a),'speakerNotesEmpty':_0x5a9802(0x183),'speakerNotesSave':_0x5a9802(0x13a),'speakerNotesCancel':'Annulla'},'slide':{'placeholder':{'text':{'title':_0x5a9802(0x1e4),'subtitle':_0x5a9802(0x1a0),'body':_0x5a9802(0x202),'text':_0x5a9802(0x202),'header':_0x5a9802(0x138),'footer':_0x5a9802(0x1af),'date':_0x5a9802(0x1b4),'slideNumber':_0x5a9802(0x18e)},'icon':{'image':_0x5a9802(0x128),'table':'Tabella','chart':_0x5a9802(0x180),'diagram':'Diagramma','media':_0x5a9802(0x20d)}}},'image-panel':{'arrange':{'title':_0x5a9802(0x210),'forward':_0x5a9802(0x148),'backward':_0x5a9802(0x1db),'front':_0x5a9802(0x216),'back':_0x5a9802(0x131)},'transform':{'title':_0x5a9802(0x21c),'rotate':'Ruota\x20(°)','x':_0x5a9802(0x1cd),'y':_0x5a9802(0x186),'width':_0x5a9802(0x174),'height':_0x5a9802(0x129),'lock':_0x5a9802(0x14b)},'crop':{'title':_0x5a9802(0x185),'start':_0x5a9802(0x17a),'mode':_0x5a9802(0x1fb),'shape':_0x5a9802(0x12c)}}}};}));function _0xc19c(_0x164218,_0x2f4003){_0x164218=_0x164218-0x127;var _0x1cc679=_0x1cc6();var _0xc19cd5=_0x1cc679[_0x164218];return _0xc19cd5;}function _0x1cc6(){var _0x19d7c9=['Linea','Casella\x20di\x20testo\x20orizzontale','Larghezza','Porta\x20avanti','Doppio\x20schermo\x20dall\x27inizio','Immagine\x20con\x20didascalia','Blocca\x20proporzioni','Piatta','File...','Linea\x20tratteggiata\x20grigia\x20con\x20freccia\x20finale','object','2ElzLlm','amd','Stili\x20forma','Tipo\x20estremità','Esterno:\x20in\x20alto\x20a\x20sinistra\x20grande','Colore\x20testo','Bisel','Incolla','Nome','Freccia\x20aperta','Altezza','Curva','UniverProSlidesUiItIT','Stili\x20linea','99219TasrYz','Linea\x20tratteggiata\x20blu\x20con\x20freccia\x20finale','Transizioni','21MIjzeY','Allinea\x20in\x20alto','Cancella','Freccia\x20stealth','Riproduci','Vuoto','Da\x20destra','Chiudi','Numero','Clicca\x20per\x20aggiungere\x20note\x20per\x20la\x20slide\x20corrente','In\x20basso\x20a\x20sinistra','470ZzRJMt','Righello','Linea\x20continua\x20sottile\x20blu','63kUeyKO','Linea\x20tratteggiata\x20sottile\x20nera','Allinea\x20al\x20Centro','Nota\x20grigia','exports','Larghezza\x20(px)','Stili\x20testo','Le\x20impostazioni\x20motivo\x20saranno\x20presto\x20disponibili.','3644553yaGpew','Riempi','Righe','Inizia\x20ritaglio','Personalizzato','Grassetto','Linea\x20blu\x20con\x20freccia\x20finale','Sfocatura','5804IQLLvQ','Grafico','Adatta','Dal\x20basso','Nessuna\x20nota\x20del\x20relatore','Capovolgi\x20orizzontalmente','Ritaglia','Y\x20(px)','Anteprima','Riempimento\x20gradiente','Arrotondata','Separa','Diminuisci\x20dimensione\x20carattere','Disegnato\x20a\x20mano','Slide\x20titolo','Segnaposto\x20numero\x20slide','Mostra','Casella\x20di\x20testo','Casella\x20di\x20testo\x20verticale','Tipo\x20freccia\x20finale','Direzione\x20testo','Linea\x20tratteggiata\x20sottile\x20grigia','Elenco\x20oggetti','Allinea\x20a\x20Sinistra','Allineamento\x20verticale','Scegli\x20tema\x20slide','Linea\x20continua\x20sottile\x20nera','Adattamento\x20automatico','Riempimento\x20sfumato','Nessuna\x20linea','Inserisci\x20immagine\x20da','Punto\x20rotondo','Colore','Clicca\x20per\x20aggiungere\x20un\x20sottotitolo','Destra','Allinea\x20in\x20basso','Elimina\x20forma','Spaziatura','Giustifica','Posizione\x20e\x20dimensione','Descrizione','Taglia','Riproduci\x20dalla\x20slide\x20corrente','Tratto\x20lungo-punto-punto','Linea\x20tratteggiata\x20sottile\x20blu','Reimposta\x20sfondo','Copri','Cerca\x20slide\x20e\x20oggetti','Segnaposto\x20piè\x20di\x20pagina','Scopri','2185576iKvkWf','Freccia\x20ovale','Capovolgi\x20verticalmente','Segnaposto\x20data','Successivo','Riempimento\x20motivo','Affianca\x20immagine\x20come\x20trama','Alto','Non\x20impostato','Aumenta\x20dimensione\x20carattere','Dissolvenza','In\x20alto\x20a\x20destra','Allinea\x20a\x20Destra','Allinea\x20al\x20centro','Dall\x27alto','Superiore\x20e\x20inferiore','Quadrato','Reimposta\x20colore','Allineamento','Nessun\x20risultato\x20trovato.','Offset\x20X','Ruota\x20con\x20forma','Tipo\x20schizzo','Barrato','Da\x20sinistra','Imposta\x20sfondo','Inserisci\x20immagine','Nuova\x20slide','X\x20(px)','Esterno:\x20in\x20basso\x20a\x20destra\x20piccolo','Colore\x20ombra','Raggruppa','Orizzontale','Esterno:\x20in\x20alto\x20a\x20sinistra','Precedente','Tipo\x20freccia\x20iniziale','Presentazione\x20terminata','Formatta\x20forma','Nascondi','Allinea\x20al\x20centro\x20verticalmente','Sfondo\x20presentazione','Tratto','Invia\x20indietro','Ridimensiona\x20pannello\x20miniature\x20diapositive','Colore\x20testo\x20trasparente','Forma','Aggiungi\x20descrizione','Due\x20contenuti','Raggio\x20angolo','Ombra','Dimensione\x20tabella','Clicca\x20per\x20aggiungere\x20un\x20titolo','Predefiniti\x20forma','Dietro\x20il\x20testo','Durata','Corpo\x20nero','Formato\x20forma','Copia','Linea\x20continua','Riempimento\x20solido','Effetto','Elimina','2000514hkWDhR','Carattere','Piccola','Accento\x20arancione','Applica','Note\x20del\x20relatore','Clicca\x20per\x20schermo\x20intero','Tipo\x20giunzione','Sinistra','Tipo\x20tratteggio','Testo\x20a\x20capo\x20nella\x20forma','Davanti\x20al\x20testo','Libero','Tratteggiata','Inserisci','Solo\x20titolo','Angolo','Linea\x20verde\x20con\x20frecce\x20bidirezionali','Cerca','Clicca\x20per\x20aggiungere\x20testo','function','Corsivo','Posizione','Presentazione\x20doppio\x20schermo','Distanza','Applica\x20a\x20tutti','531780gFJMhV','Nessun\x20oggetto','Affianca','Titolo\x20nero','Media','Riempimento','Predefinito','Disponi','Linea\x20continua\x20sottile\x20arancione','Sottolineato','Titolo\x201','Stili\x20rapidi','Impossibile\x20avviare\x20la\x20presentazione\x20a\x20doppio\x20schermo.\x20Consenti\x20l\x27autorizzazione\x20di\x20gestione\x20delle\x20finestre\x20e\x20collega\x20uno\x20schermo\x20esteso,\x20quindi\x20riprova.','Porta\x20in\x20primo\x20piano','Riempimento\x20immagine\x20o\x20texture','+\x20Aggiungi\x20slide','Nascondi\x20tutto','Punto\x20quadrato','Temi','Trasforma','Nessuno','Dimensione','Dimensioni\x20personalizzate','Immagine','Altezza\x20(px)','Freccia','Linea\x20continua\x20sottile\x20grigia','Ritaglia\x20su\x20forma','Slide\x20{current}\x20di\x20{total}','Apri\x20pannello\x20forma','Trasparenza','Mostra\x20tutto','Invia\x20in\x20secondo\x20piano','Freccia\x20diamante','Continua','Tratto\x20lungo','Formatta\x20sfondo','Non\x20adattare\x20automaticamente','Grafica\x20sfondo','Segnaposto\x20intestazione','Allunga','Salva','Esterno:\x20in\x20alto\x20a\x20destra','Colonne','In\x20linea\x20con\x20il\x20testo','Mano\x20libera','In\x20basso','Altri\x20stili','In\x20alto\x20a\x20sinistra','957519zwdcxB','Stile\x20forma','Manda\x20indietro'];_0x1cc6=function(){return _0x19d7c9;};return _0x1cc6();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0xab23(_0x1fa055,_0x3300ec){_0x1fa055=_0x1fa055-0xc9;var _0xbd661b=_0xbd66();var _0xab239f=_0xbd661b[_0x1fa055];return _0xab239f;}(function(_0x58fe89,_0x24a4b8){var _0x34f6bf=_0xab23,_0x5348d0=_0x58fe89();while(!![]){try{var _0x528a25=parseInt(_0x34f6bf(0xdf))/0x1*(parseInt(_0x34f6bf(0xd3))/0x2)+-parseInt(_0x34f6bf(0x11f))/0x3+parseInt(_0x34f6bf(0x16b))/0x4+-parseInt(_0x34f6bf(0xfb))/0x5*(-parseInt(_0x34f6bf(0xfc))/0x6)+parseInt(_0x34f6bf(0x111))/0x7*(-parseInt(_0x34f6bf(0x10a))/0x8)+-parseInt(_0x34f6bf(0x133))/0x9+parseInt(_0x34f6bf(0xf5))/0xa;if(_0x528a25===_0x24a4b8)break;else _0x5348d0['push'](_0x5348d0['shift']());}catch(_0x8c1de2){_0x5348d0['push'](_0x5348d0['shift']());}}}(_0xbd66,0x50a7e),function(_0x757f8e,_0x3fbb27){var _0xe6808=_0xab23;typeof exports==_0xe6808(0x132)&&typeof module<'u'?module[_0xe6808(0x165)]=_0x3fbb27():typeof define==_0xe6808(0xcd)&&define[_0xe6808(0xcb)]?define([],_0x3fbb27):(_0x757f8e=typeof globalThis<'u'?globalThis:_0x757f8e||self,_0x757f8e[_0xe6808(0x100)]=_0x3fbb27());}(this,function(){var _0x339c8f=_0xab23;return{'slides-ui':{'ribbon':{'shapeFormat':'図形の書式','changeShape':_0x339c8f(0x146)},'insertToolbar':{'search':'検索','text':_0x339c8f(0xd1),'textHorizontal':'横書きテキストボックス','textVertical':_0x339c8f(0x152),'image':'画像','table':'表','shape':'図形','chart':_0x339c8f(0xea)},'tableSizePicker':{'title':_0x339c8f(0xe4),'customSize':_0x339c8f(0xeb),'rows':'行','columns':'列','insert':'挿入','apply':'適用'},'searchPanel':{'placeholder':_0x339c8f(0xf2),'noQuery':'スライド名、テキスト、オブジェクト名を入力して検索してください。','empty':_0x339c8f(0xf4),'slidePrefix':_0x339c8f(0x134)},'themePicker':{'title':_0x339c8f(0x145),'caption':_0x339c8f(0x119),'tooltip':_0x339c8f(0xcf)},'editorToolbar':{'fontFamily':_0x339c8f(0xe7),'fontSize':_0x339c8f(0xde),'paragraphType':'段落タイプ','heading1':_0x339c8f(0xdd),'increaseFontSize':_0x339c8f(0x179),'decreaseFontSize':_0x339c8f(0xf3),'textColor':'文字色','transparentTextColor':'透明な文字色','textBackgroundColor':'文字の背景色','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x339c8f(0x15f),'horizontalAlign':_0x339c8f(0x14b),'verticalAlign':_0x339c8f(0x153),'alignLeft':_0x339c8f(0x121),'alignCenter':_0x339c8f(0x136),'alignRight':_0x339c8f(0x161),'alignJustify':_0x339c8f(0xd0),'alignTop':_0x339c8f(0x129),'alignMiddle':_0x339c8f(0x136),'alignBottom':_0x339c8f(0x12e)},'quickStyles':{'tooltip':_0x339c8f(0x12d),'shapeStyles':'図形スタイル','lineStyles':_0x339c8f(0x142),'textStyles':_0x339c8f(0x109),'more':'その他のスタイル','groups':{'solid':'実線','dashed':'破線'},'presets':{'line':{'blackSolid':'黒の細い実線','blueSolid':_0x339c8f(0x166),'orangeSolid':_0x339c8f(0x106),'graySolid':_0x339c8f(0x105),'blueEndArrow':'青の終端矢印付き線','greenTwoWayArrow':_0x339c8f(0x156),'blackDashed':_0x339c8f(0x13f),'blueDashed':_0x339c8f(0x169),'grayDashed':_0x339c8f(0x120),'blueDashedEndArrow':_0x339c8f(0xd4),'grayDashedEndArrow':_0x339c8f(0x137),'greenDashedTwoWayArrow':_0x339c8f(0x168)},'text':{'bodyBlack':'本文\x20黒','titleBlack':_0x339c8f(0x139),'accentBlue':_0x339c8f(0xff),'accentOrange':_0x339c8f(0x15b),'noteGray':'注釈\x20灰'}}},'thumbnailBar':{'resizePanel':_0x339c8f(0x15d),'addSlide':_0x339c8f(0x12c),'contextMenu':{'cut':_0x339c8f(0x10d),'copy':'コピー','paste':_0x339c8f(0xe6),'addBelow':_0x339c8f(0xe8),'delete':'削除'},'layoutPicker':{'title':'レイアウトを選択','layouts':{'title':_0x339c8f(0x159),'titleAndBody':_0x339c8f(0x141),'sectionHeader':'セクションヘッダー','twoColumns':_0x339c8f(0xd5),'comparison':'比較','blank':'空白','titleOnly':'タイトルのみ','pictureWithCaption':_0x339c8f(0x101)}}},'shapePanel':{'title':_0x339c8f(0x149),'shapeStyle':'図形スタイル','shapePosition':'位置','openPanel':_0x339c8f(0xf9),'deleteShape':_0x339c8f(0xee),'toolbar':{'alignLeft':_0x339c8f(0x121),'alignCenter':_0x339c8f(0x136),'alignRight':'右揃え','alignJustify':_0x339c8f(0xd0),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x339c8f(0x15f),'textColor':_0x339c8f(0xe3),'textBackgroundColor':_0x339c8f(0x170),'fillColor':_0x339c8f(0x147),'resetColor':_0x339c8f(0x162)},'align':{'top':_0x339c8f(0x129),'middle':_0x339c8f(0x136),'bottom':_0x339c8f(0x12e)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x339c8f(0x113),'inFrontText':_0x339c8f(0x13d)},'position':{'title':_0x339c8f(0xd6),'x':'X','y':'Y','width':'幅','height':'高さ','rotation':'回転'},'style':{'shadow':'影','shadowColor':'影の色','shadowBlurRadius':_0x339c8f(0xfd),'shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':'プリセット','shadowPresetNone':'影なし','shadowPresetCustom':'カスタム','shadowTransparency':'透明度','shadowSize':_0x339c8f(0xec),'shadowPreset':{'shdw6':_0x339c8f(0x14a),'shdw5':_0x339c8f(0x154),'shdw2':_0x339c8f(0x167),'shdw1':_0x339c8f(0x116),'shdw14':'外側:\x20右下(小)','shdw10':_0x339c8f(0xd2)}},'fill':{'title':_0x339c8f(0x177),'noFill':'塗りつぶしなし','solidFill':'単色塗りつぶし','gradientFill':_0x339c8f(0x15e),'pictureFill':'図またはテクスチャ塗りつぶし','color':'色','transparency':_0x339c8f(0x16e),'picture':{'source':_0x339c8f(0x11b),'insert':'画像を挿入','tileAsTexture':_0x339c8f(0x123),'offsetX':_0x339c8f(0xe0),'offsetY':'Yオフセット','scaleX':_0x339c8f(0x107),'scaleY':_0x339c8f(0x10f),'alignment':'配置','rotateWithShape':_0x339c8f(0xfe),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x339c8f(0xe5),'solidLine':'実線','color':'色','transparency':_0x339c8f(0x16e),'width':'幅','cornerRadius':_0x339c8f(0x155),'beginArrowType':_0x339c8f(0x13c),'beginArrowSize':_0x339c8f(0x11a),'endArrowType':_0x339c8f(0x10b),'endArrowSize':'末端の矢印のサイズ','dashType':{'title':'破線の種類','solid':'実線','roundDot':_0x339c8f(0xd8),'squareDot':_0x339c8f(0xfa),'dash':'ダッシュ','dashDot':_0x339c8f(0x16f),'longDash':_0x339c8f(0x12f),'longDashDot':_0x339c8f(0x12b),'longDashDotDot':_0x339c8f(0xed)},'capType':{'title':'線端の種類','flat':_0x339c8f(0x174),'round':_0x339c8f(0x11e),'square':'スクエア'},'joinType':{'title':_0x339c8f(0x16a),'miter':_0x339c8f(0x12a),'round':_0x339c8f(0x11e),'bevel':_0x339c8f(0x10c)},'sketchType':{'title':'スケッチの種類','none':'なし','curved':'曲線','freehand':_0x339c8f(0x114),'handDrawn':'手書き'},'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x339c8f(0x122),'stealthArrow':_0x339c8f(0xe1),'diamondArrow':_0x339c8f(0xce),'ovalArrow':_0x339c8f(0xef)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':'オブジェクト一覧','showAll':_0x339c8f(0x11c),'hideAll':_0x339c8f(0x117),'show':'表示','hide':'非表示','moveForward':_0x339c8f(0x103),'moveBackward':_0x339c8f(0x126),'nameInput':_0x339c8f(0x16c),'empty':_0x339c8f(0x144),'close':_0x339c8f(0x138),'name':'名前','description':'説明','descriptionPlaceholder':_0x339c8f(0xf0),'details':'詳細','noSelection':_0x339c8f(0x15c)},'backgroundPanel':{'title':_0x339c8f(0x158),'backgroundGraphics':'背景グラフィック','hideBackgroundGraphics':_0x339c8f(0x14e),'presentationBackground':_0x339c8f(0x171),'presentationBackgroundEmpty':_0x339c8f(0x13b),'presentationBackgroundImages':'画像','setPresentationBackground':_0x339c8f(0xf1),'clearPresentationBackground':_0x339c8f(0x13e),'none':_0x339c8f(0x102),'solid':'単色塗りつぶし','gradient':_0x339c8f(0x15e),'image':_0x339c8f(0xf8),'pattern':'パターン塗りつぶし','color':'色','transparency':_0x339c8f(0x16e),'imageSource':_0x339c8f(0x127),'insertImage':_0x339c8f(0x125),'fit':_0x339c8f(0xf7),'fitOptions':{'cover':'塗りつぶし','contain':_0x339c8f(0xf7),'stretch':'伸縮','repeat':_0x339c8f(0xdc)},'patternHint':'パターン設定は近日公開予定です。','applyToAll':_0x339c8f(0x14c),'resetBackground':_0x339c8f(0xd7)},'transitionPanel':{'title':'切り替え','effect':'効果','direction':'方向','duration':'時間','preview':_0x339c8f(0x148),'applyToAll':_0x339c8f(0x14c),'effects':{'none':'なし','fade':_0x339c8f(0x164),'push':_0x339c8f(0x115),'wipe':_0x339c8f(0x172),'split':'分割','reveal':'表示','cut':_0x339c8f(0xdb),'uncover':_0x339c8f(0xf6),'cover':_0x339c8f(0x135),'zoom':_0x339c8f(0x176)},'directions':{'left':_0x339c8f(0xcc),'right':_0x339c8f(0x112),'up':_0x339c8f(0xe9),'down':_0x339c8f(0x118)}},'contextmenu':{'addPage':_0x339c8f(0x15a),'backgroundPanel':_0x339c8f(0x158),'transitionPanel':'切り替え','speakerNotes':'スピーカーノート','ruler':_0x339c8f(0x13a),'shapePanel':_0x339c8f(0x149),'flipHorizontal':_0x339c8f(0x131),'flipVertical':_0x339c8f(0x160),'group':_0x339c8f(0x108),'ungroup':_0x339c8f(0x14d)},'presentation':{'play':'再生','playFromBeginning':_0x339c8f(0x175),'playFromCurrent':_0x339c8f(0xd9),'playDualScreen':_0x339c8f(0x143),'playDualScreenFromBeginning':'双画面・最初から','playDualScreenFromCurrent':_0x339c8f(0x104),'dualScreenUnavailable':_0x339c8f(0x178),'fullscreenPrompt':'クリックして全画面表示','presentationEnded':'プレゼンテーション終了','previous':'前へ','next':'次へ','exit':'終了','slideProgress':'{total}\x20枚中\x20{current}\x20枚目','speakerNotes':'スピーカーノート','speakerNotesPlaceholder':_0x339c8f(0x11d),'speakerNotesEmpty':'スピーカーノートなし','speakerNotesSave':'保存','speakerNotesCancel':_0x339c8f(0x150)},'slide':{'placeholder':{'text':{'title':'クリックしてタイトルを追加','subtitle':_0x339c8f(0x157),'body':_0x339c8f(0xca),'text':'クリックしてテキストを追加','header':_0x339c8f(0x130),'footer':_0x339c8f(0x151),'date':_0x339c8f(0x10e),'slideNumber':_0x339c8f(0xe2)},'icon':{'image':'画像','table':'表','chart':_0x339c8f(0xea),'diagram':_0x339c8f(0x14f),'media':_0x339c8f(0x124)}}},'image-panel':{'arrange':{'title':'配置','forward':_0x339c8f(0x103),'backward':'背面へ移動','front':_0x339c8f(0x173),'back':_0x339c8f(0xda)},'transform':{'title':'変形','rotate':_0x339c8f(0x128),'x':_0x339c8f(0x163),'y':'Y\x20(px)','width':_0x339c8f(0x140),'height':_0x339c8f(0x16d),'lock':'比率を固定'},'crop':{'title':'トリミング','start':_0x339c8f(0x110),'mode':'自由','shape':_0x339c8f(0xc9)}}}};}));function _0xbd66(){var _0x8bedf9=['7jdVJES','右から','文字列の背面','フリーハンド','プッシュ','外側:\x20左上','すべて非表示','下から','図形の既定値','先端の矢印のサイズ','画像ソース','すべて表示','クリックして現在のスライドのノートを追加','ラウンド','139239zQyqcP','灰の細い破線','左揃え','オープン矢印','テクスチャとしてタイル状に配置','メディア','ファイル...','背面へ移動','画像挿入元','回転\x20(°)','上揃え','面取り','長ダッシュドット','+\x20スライドを追加','クイックスタイル','下揃え','長ダッシュ','ヘッダープレースホルダー','左右反転','object','1116684qqirBa','スライド','カバー','中央揃え','灰の破線・終端矢印付き','閉じる','タイトル\x20黒','ルーラー','未設定','先端の矢印の種類','文字列の前面','クリア','黒の細い破線','幅\x20(px)','タイトルと内容','線スタイル','双画面プレゼンテーション','オブジェクトがありません','テーマ','図形の変更','塗りつぶしの色','プレビュー','図形の書式設定','外側:\x20右下','水平方向の配置','すべてに適用','グループ化解除','マスター/レイアウトのグラフィックを非表示','ダイアグラム','キャンセル','フッタープレースホルダー','縦書きテキストボックス','垂直方向の配置','外側:\x20左下','角丸半径','緑の双方向矢印付き線','クリックしてサブタイトルを追加','背景の書式設定','タイトルスライド','新しいスライド','アクセント\x20オレンジ','詳細を編集するオブジェクトを選択','スライドサムネイルパネルのサイズを変更','グラデーション塗りつぶし','取り消し線','上下反転','右揃え','色をリセット','X\x20(px)','フェード','exports','青の細い実線','外側:\x20右上','緑の破線・双方向矢印付き','青の細い破線','接合の種類','2125428sJVkTJ','オブジェクト名','高さ\x20(px)','透明度','ダッシュドット','文字の背景色','プレゼンテーション背景','ワイプ','最前面へ移動','フラット','最初から再生','ズーム','塗りつぶし','デュアル画面プレゼンテーションを開始できません。ウィンドウ管理権限を許可し、拡張ディスプレイを接続してから再試行してください。','フォントサイズを拡大','図形にトリミング','クリックしてテキストを追加','amd','左から','function','ダイヤ矢印','スライドテーマを選択','両端揃え','テキストボックス','外側:\x20左上(大)','2EdavIg','青の破線・終端矢印付き','2つの内容','位置とサイズ','背景をリセット','丸ドット','現在のスライドから再生','最背面へ移動','カット','タイル','見出し\x201','フォントサイズ','280933feAfDw','Xオフセット','ステルス矢印','スライド番号プレースホルダー','文字の色','表のサイズ','線なし','貼り付け','フォント','下にスライドを追加','上から','グラフ','カスタムサイズ','サイズ','長ダッシュドットドット','図形を削除','楕円矢印','説明を追加','背景を設定','スライドとオブジェクトを検索','フォントサイズを縮小','結果が見つかりませんでした。','72000pzPBof','\x20uncover','フィット','画像塗りつぶし','図形パネルを開く','四角ドット','18805oCUXlY','6ONuBUT','ぼかし','図形と一緒に回転','アクセント\x20青','UniverProSlidesUiJaJP','キャプション付き画像','塗りつぶしなし','前面へ移動','双画面・現在から','灰の細い実線','オレンジの細い実線','Xスケール','グループ化','テキストスタイル','2579168EagIdX','末端の矢印の種類','ベベル','切り取り','日付プレースホルダー','Yスケール','トリミング開始'];_0xbd66=function(){return _0x8bedf9;};return _0xbd66();}
|
|
1
|
+
function _0x4a95(_0x3d7f63,_0x24ab29){_0x3d7f63=_0x3d7f63-0x9b;var _0x1e38ae=_0x1e38();var _0x4a9519=_0x1e38ae[_0x3d7f63];return _0x4a9519;}(function(_0x4d4323,_0x13cd5b){var _0x481579=_0x4a95,_0x4ef104=_0x4d4323();while(!![]){try{var _0x5000e1=-parseInt(_0x481579(0x14a))/0x1*(-parseInt(_0x481579(0x115))/0x2)+-parseInt(_0x481579(0x13d))/0x3*(parseInt(_0x481579(0xa6))/0x4)+parseInt(_0x481579(0x10e))/0x5+parseInt(_0x481579(0x104))/0x6+-parseInt(_0x481579(0x100))/0x7*(parseInt(_0x481579(0x12d))/0x8)+parseInt(_0x481579(0xf1))/0x9*(parseInt(_0x481579(0x149))/0xa)+-parseInt(_0x481579(0x126))/0xb;if(_0x5000e1===_0x13cd5b)break;else _0x4ef104['push'](_0x4ef104['shift']());}catch(_0x508a90){_0x4ef104['push'](_0x4ef104['shift']());}}}(_0x1e38,0x6487d),function(_0x5a9f1c,_0x437bd8){var _0x12d088=_0x4a95;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x437bd8():typeof define==_0x12d088(0x151)&&define['amd']?define([],_0x437bd8):(_0x5a9f1c=typeof globalThis<'u'?globalThis:_0x5a9f1c||self,_0x5a9f1c[_0x12d088(0xca)]=_0x437bd8());}(this,function(){var _0x3eb9aa=_0x4a95;return{'slides-ui':{'ribbon':{'shapeFormat':_0x3eb9aa(0x9f),'changeShape':_0x3eb9aa(0x10a)},'insertToolbar':{'search':'検索','text':_0x3eb9aa(0xe5),'textHorizontal':_0x3eb9aa(0xb4),'textVertical':_0x3eb9aa(0xda),'image':'画像','table':'表','shape':'図形','chart':'グラフ'},'tableSizePicker':{'title':_0x3eb9aa(0x11e),'customSize':_0x3eb9aa(0xae),'rows':'行','columns':'列','insert':'挿入','apply':'適用'},'searchPanel':{'placeholder':'スライドとオブジェクトを検索','noQuery':_0x3eb9aa(0x13c),'empty':_0x3eb9aa(0x140),'slidePrefix':_0x3eb9aa(0xfd)},'themePicker':{'title':_0x3eb9aa(0x110),'caption':_0x3eb9aa(0xc6),'tooltip':_0x3eb9aa(0xed)},'editorToolbar':{'fontFamily':'フォント','fontSize':_0x3eb9aa(0x141),'paragraphType':_0x3eb9aa(0xe3),'heading1':_0x3eb9aa(0x9c),'increaseFontSize':_0x3eb9aa(0x12e),'decreaseFontSize':_0x3eb9aa(0x133),'textColor':_0x3eb9aa(0x111),'transparentTextColor':_0x3eb9aa(0x139),'textBackgroundColor':_0x3eb9aa(0xbb),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3eb9aa(0xf8),'horizontalAlign':_0x3eb9aa(0xe9),'verticalAlign':_0x3eb9aa(0x112),'alignLeft':'左揃え','alignCenter':_0x3eb9aa(0xa5),'alignRight':_0x3eb9aa(0xe2),'alignJustify':_0x3eb9aa(0x118),'alignTop':_0x3eb9aa(0xf3),'alignMiddle':_0x3eb9aa(0xa5),'alignBottom':'下揃え'},'quickStyles':{'tooltip':_0x3eb9aa(0x11b),'shapeStyles':_0x3eb9aa(0xc7),'lineStyles':'線スタイル','textStyles':_0x3eb9aa(0xcf),'more':_0x3eb9aa(0xd8),'groups':{'solid':'実線','dashed':'破線'},'presets':{'line':{'blackSolid':_0x3eb9aa(0xdc),'blueSolid':_0x3eb9aa(0x146),'orangeSolid':_0x3eb9aa(0xd0),'graySolid':_0x3eb9aa(0xd6),'blueEndArrow':_0x3eb9aa(0x129),'greenTwoWayArrow':_0x3eb9aa(0x9b),'blackDashed':'黒の細い破線','blueDashed':'青の細い破線','grayDashed':_0x3eb9aa(0x14e),'blueDashedEndArrow':'青の破線・終端矢印付き','grayDashedEndArrow':'灰の破線・終端矢印付き','greenDashedTwoWayArrow':_0x3eb9aa(0xec)},'text':{'bodyBlack':_0x3eb9aa(0xe0),'titleBlack':'タイトル\x20黒','accentBlue':_0x3eb9aa(0x12b),'accentOrange':'アクセント\x20オレンジ','noteGray':_0x3eb9aa(0xe1)}}},'thumbnailBar':{'resizePanel':'スライドサムネイルパネルのサイズを変更','addSlide':'+\x20スライドを追加','contextMenu':{'cut':_0x3eb9aa(0xfe),'copy':_0x3eb9aa(0xaf),'paste':_0x3eb9aa(0xf0),'addBelow':_0x3eb9aa(0x127),'delete':'削除'},'layoutPicker':{'title':'レイアウトを選択','layouts':{'title':_0x3eb9aa(0xb2),'titleAndBody':_0x3eb9aa(0xa2),'sectionHeader':_0x3eb9aa(0x11a),'twoColumns':'2つの内容','comparison':'比較','blank':'空白','titleOnly':_0x3eb9aa(0x138),'pictureWithCaption':_0x3eb9aa(0x125)}}},'shapePanel':{'title':_0x3eb9aa(0xd9),'shapeStyle':_0x3eb9aa(0xc7),'shapePosition':'位置','openPanel':'図形パネルを開く','deleteShape':_0x3eb9aa(0x128),'toolbar':{'alignLeft':_0x3eb9aa(0x109),'alignCenter':_0x3eb9aa(0xa5),'alignRight':_0x3eb9aa(0xe2),'alignJustify':_0x3eb9aa(0x118),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3eb9aa(0xf8),'textColor':_0x3eb9aa(0x117),'textBackgroundColor':'文字の背景色','fillColor':_0x3eb9aa(0xf5),'resetColor':_0x3eb9aa(0xc0)},'align':{'top':_0x3eb9aa(0xf3),'middle':_0x3eb9aa(0xa5),'bottom':_0x3eb9aa(0x9e)},'textWrap':{'inline':'行内','square':_0x3eb9aa(0xa7),'topAndBottom':'上下','behindText':_0x3eb9aa(0x131),'inFrontText':'文字列の前面'},'textBox':{'title':_0x3eb9aa(0xb7),'textDirection':'文字の方向','textDirectionHorizontal':_0x3eb9aa(0xe7),'textDirectionVertical':_0x3eb9aa(0x13e),'autoFit':'自動調整','autoFitNone':_0x3eb9aa(0xf6),'autoFitShrink':_0x3eb9aa(0xee),'autoFitResize':_0x3eb9aa(0x105),'wrapText':_0x3eb9aa(0xa8),'padding':_0x3eb9aa(0xac),'paddingLeft':'左','paddingRight':'右','paddingTop':'上','paddingBottom':'下','columns':_0x3eb9aa(0x10b),'columnCount':'数','columnSpacing':'間隔'},'position':{'title':_0x3eb9aa(0x119),'x':'X','y':'Y','width':'幅','height':'高さ','rotation':'回転'},'style':{'shadow':'影','shadowColor':_0x3eb9aa(0x13f),'shadowBlurRadius':_0x3eb9aa(0xce),'shadowDistance':'距離','shadowDirection':'角度','shadowPresetTitle':_0x3eb9aa(0xe4),'shadowPresetNone':_0x3eb9aa(0x130),'shadowPresetCustom':'カスタム','shadowTransparency':_0x3eb9aa(0x120),'shadowSize':'サイズ','shadowPreset':{'shdw6':_0x3eb9aa(0x107),'shdw5':_0x3eb9aa(0x142),'shdw2':_0x3eb9aa(0xeb),'shdw1':_0x3eb9aa(0xc2),'shdw14':_0x3eb9aa(0xd5),'shdw10':_0x3eb9aa(0x12f)}},'fill':{'title':'塗りつぶし','noFill':_0x3eb9aa(0xde),'solidFill':'単色塗りつぶし','gradientFill':'グラデーション塗りつぶし','pictureFill':_0x3eb9aa(0xb3),'color':'色','transparency':_0x3eb9aa(0x120),'picture':{'source':_0x3eb9aa(0x9d),'insert':_0x3eb9aa(0x10f),'tileAsTexture':_0x3eb9aa(0xa9),'offsetX':_0x3eb9aa(0xdb),'offsetY':_0x3eb9aa(0xa1),'scaleX':_0x3eb9aa(0x116),'scaleY':_0x3eb9aa(0x14d),'alignment':'配置','rotateWithShape':_0x3eb9aa(0x103),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x3eb9aa(0x122),'solidLine':'実線','color':'色','transparency':'透明度','width':'幅','cornerRadius':'角丸半径','beginArrowType':_0x3eb9aa(0x145),'beginArrowSize':_0x3eb9aa(0xbf),'endArrowType':_0x3eb9aa(0xb8),'endArrowSize':_0x3eb9aa(0x147),'dashType':{'title':_0x3eb9aa(0x11c),'solid':'実線','roundDot':'丸ドット','squareDot':_0x3eb9aa(0x124),'dash':_0x3eb9aa(0xa4),'dashDot':_0x3eb9aa(0x121),'longDash':'長ダッシュ','longDashDot':_0x3eb9aa(0xef),'longDashDotDot':'長ダッシュドットドット'},'capType':{'title':'線端の種類','flat':'フラット','round':_0x3eb9aa(0x12c),'square':_0x3eb9aa(0x12a)},'joinType':{'title':'接合の種類','miter':'面取り','round':_0x3eb9aa(0x12c),'bevel':_0x3eb9aa(0xc5)},'sketchType':{'title':'スケッチの種類','none':'なし','curved':'曲線','freehand':_0x3eb9aa(0xea),'handDrawn':_0x3eb9aa(0xc9)},'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x3eb9aa(0xe8),'stealthArrow':_0x3eb9aa(0x14f),'diamondArrow':_0x3eb9aa(0x143),'ovalArrow':_0x3eb9aa(0x11d)},'arrowSize':{'small':'小','medium':'中','large':'大'}}},'objectListPanel':{'title':_0x3eb9aa(0x108),'showAll':_0x3eb9aa(0xc8),'hideAll':'すべて非表示','show':'表示','hide':'非表示','moveForward':'前面へ移動','moveBackward':_0x3eb9aa(0xf9),'nameInput':'オブジェクト名','empty':'オブジェクトがありません','close':'閉じる','name':'名前','description':'説明','descriptionPlaceholder':_0x3eb9aa(0x132),'details':'詳細','noSelection':_0x3eb9aa(0x148)},'backgroundPanel':{'title':_0x3eb9aa(0xa0),'backgroundGraphics':_0x3eb9aa(0xb9),'hideBackgroundGraphics':_0x3eb9aa(0xf2),'presentationBackground':_0x3eb9aa(0x152),'presentationBackgroundEmpty':_0x3eb9aa(0xf4),'presentationBackgroundImages':'画像','setPresentationBackground':'背景を設定','clearPresentationBackground':_0x3eb9aa(0x11f),'none':_0x3eb9aa(0xde),'solid':'単色塗りつぶし','gradient':_0x3eb9aa(0xb6),'image':_0x3eb9aa(0xb1),'pattern':_0x3eb9aa(0x106),'color':'色','transparency':_0x3eb9aa(0x120),'imageSource':_0x3eb9aa(0x113),'insertImage':_0x3eb9aa(0xdf),'fit':'フィット','fitOptions':{'cover':_0x3eb9aa(0xd1),'contain':_0x3eb9aa(0x123),'stretch':'伸縮','repeat':_0x3eb9aa(0xc4)},'patternHint':_0x3eb9aa(0x14b),'applyToAll':_0x3eb9aa(0x137),'resetBackground':_0x3eb9aa(0xdd)},'transitionPanel':{'title':_0x3eb9aa(0xfc),'effect':'効果','direction':'方向','duration':'時間','preview':_0x3eb9aa(0xe6),'applyToAll':'すべてに適用','effects':{'none':'なし','fade':_0x3eb9aa(0x10c),'push':'プッシュ','wipe':_0x3eb9aa(0x150),'split':'分割','reveal':'表示','cut':_0x3eb9aa(0xad),'uncover':_0x3eb9aa(0x144),'cover':'カバー','zoom':'ズーム'},'directions':{'left':'左から','right':'右から','up':_0x3eb9aa(0xc1),'down':_0x3eb9aa(0xd2)}},'contextmenu':{'addPage':_0x3eb9aa(0xa3),'backgroundPanel':'背景の書式設定','transitionPanel':_0x3eb9aa(0xfc),'speakerNotes':_0x3eb9aa(0xbc),'ruler':_0x3eb9aa(0xd4),'shapePanel':_0x3eb9aa(0xd9),'flipHorizontal':_0x3eb9aa(0xff),'flipVertical':_0x3eb9aa(0x13b),'group':_0x3eb9aa(0xb0),'ungroup':_0x3eb9aa(0xb5)},'presentation':{'play':'再生','playFromBeginning':_0x3eb9aa(0xab),'playFromCurrent':_0x3eb9aa(0xfa),'playDualScreen':'双画面プレゼンテーション','playDualScreenFromBeginning':'双画面・最初から','playDualScreenFromCurrent':_0x3eb9aa(0xd3),'dualScreenUnavailable':'デュアル画面プレゼンテーションを開始できません。ウィンドウ管理権限を許可し、拡張ディスプレイを接続してから再試行してください。','fullscreenPrompt':_0x3eb9aa(0x114),'presentationEnded':_0x3eb9aa(0x102),'previous':'前へ','next':'次へ','exit':'終了','slideProgress':'{total}\x20枚中\x20{current}\x20枚目','speakerNotes':_0x3eb9aa(0xbc),'speakerNotesPlaceholder':'クリックして現在のスライドのノートを追加','speakerNotesEmpty':'スピーカーノートなし','speakerNotesSave':'保存','speakerNotesCancel':_0x3eb9aa(0xba)},'slide':{'placeholder':{'text':{'title':'クリックしてタイトルを追加','subtitle':_0x3eb9aa(0x13a),'body':_0x3eb9aa(0xcc),'text':_0x3eb9aa(0xcc),'header':_0x3eb9aa(0x135),'footer':'フッタープレースホルダー','date':_0x3eb9aa(0xaa),'slideNumber':_0x3eb9aa(0x101)},'icon':{'image':'画像','table':'表','chart':'グラフ','diagram':_0x3eb9aa(0xcb),'media':'メディア'}}},'image-panel':{'arrange':{'title':'配置','forward':_0x3eb9aa(0xbd),'backward':_0x3eb9aa(0xf9),'front':_0x3eb9aa(0x136),'back':_0x3eb9aa(0x134)},'transform':{'title':'変形','rotate':_0x3eb9aa(0xcd),'x':_0x3eb9aa(0x14c),'y':_0x3eb9aa(0xc3),'width':_0x3eb9aa(0x10d),'height':_0x3eb9aa(0xf7),'lock':'比率を固定'},'crop':{'title':_0x3eb9aa(0xd7),'start':_0x3eb9aa(0xfb),'mode':'自由','shape':_0x3eb9aa(0xbe)}}}};}));function _0x1e38(){var _0x1c3bc1=['左揃え','図形の変更','段組み','フェード','幅\x20(px)','3672450Oojaxo','画像を挿入','テーマ','文字色','垂直方向の配置','画像挿入元','クリックして全画面表示','36362nakITP','Xスケール','文字の色','両端揃え','位置とサイズ','セクションヘッダー','クイックスタイル','破線の種類','楕円矢印','表のサイズ','クリア','透明度','ダッシュドット','線なし','フィット','四角ドット','キャプション付き画像','2118798FtVscr','下にスライドを追加','図形を削除','青の終端矢印付き線','スクエア','アクセント\x20青','ラウンド','3159224MHdwNQ','フォントサイズを拡大','外側:\x20左上(大)','影なし','文字列の背面','説明を追加','フォントサイズを縮小','最背面へ移動','ヘッダープレースホルダー','最前面へ移動','すべてに適用','タイトルのみ','透明な文字色','クリックしてサブタイトルを追加','上下反転','スライド名、テキスト、オブジェクト名を入力して検索してください。','1043709kafSmY','縦書き','影の色','結果が見つかりませんでした。','フォントサイズ','外側:\x20左下','ダイヤ矢印','\x20uncover','先端の矢印の種類','青の細い実線','末端の矢印のサイズ','詳細を編集するオブジェクトを選択','1098190PNbJIn','1KCnUBo','パターン設定は近日公開予定です。','X\x20(px)','Yスケール','灰の細い破線','ステルス矢印','ワイプ','function','プレゼンテーション背景','緑の双方向矢印付き線','見出し\x201','画像ソース','下揃え','図形の書式','背景の書式設定','Yオフセット','タイトルと内容','新しいスライド','ダッシュ','中央揃え','4DCvRiC','四角形','図形内で文字を折り返す','テクスチャとしてタイル状に配置','日付プレースホルダー','最初から再生','内側の余白','カット','カスタムサイズ','コピー','グループ化','画像塗りつぶし','タイトルスライド','図またはテクスチャ塗りつぶし','横書きテキストボックス','グループ化解除','グラデーション塗りつぶし','テキスト\x20ボックス','末端の矢印の種類','背景グラフィック','キャンセル','文字の背景色','スピーカーノート','前面へ移動','図形にトリミング','先端の矢印のサイズ','色をリセット','上から','外側:\x20左上','Y\x20(px)','タイル','ベベル','図形の既定値','図形スタイル','すべて表示','手書き','UniverProSlidesUiJaJP','ダイアグラム','クリックしてテキストを追加','回転\x20(°)','ぼかし','テキストスタイル','オレンジの細い実線','塗りつぶし','下から','双画面・現在から','ルーラー','外側:\x20右下(小)','灰の細い実線','トリミング','その他のスタイル','図形の書式設定','縦書きテキストボックス','Xオフセット','黒の細い実線','背景をリセット','塗りつぶしなし','ファイル...','本文\x20黒','注釈\x20灰','右揃え','段落タイプ','プリセット','テキストボックス','プレビュー','横書き','オープン矢印','水平方向の配置','フリーハンド','外側:\x20右上','緑の破線・双方向矢印付き','スライドテーマを選択','はみ出す場合に文字を縮小','長ダッシュドット','貼り付け','27PXKFYa','マスター/レイアウトのグラフィックを非表示','上揃え','未設定','塗りつぶしの色','自動調整しない','高さ\x20(px)','取り消し線','背面へ移動','現在のスライドから再生','トリミング開始','切り替え','スライド','切り取り','左右反転','7SQMbVf','スライド番号プレースホルダー','プレゼンテーション終了','図形と一緒に回転','1590414rzQCxQ','文字に合わせて図形サイズを調整','パターン塗りつぶし','外側:\x20右下','オブジェクト一覧'];_0x1e38=function(){return _0x1c3bc1;};return _0x1e38();}
|