@univerjs-pro/sheets-shape-ui 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +4 -116
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/command-util.d.ts +1 -0
  63. package/lib/types/commands/menu/shape-doc-format.menu.d.ts +3 -2
  64. package/lib/types/commands/menu/shape-font-size.menu.d.ts +4 -3
  65. package/lib/types/commands/menu/shape-text-align.menu.d.ts +2 -1
  66. package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +2 -1
  67. package/lib/types/const.d.ts +1 -0
  68. package/lib/types/controllers/components.controller.d.ts +9 -0
  69. package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +9 -0
  70. package/lib/types/controllers/{sheets-shape-ui.controller.d.ts → ui.controller.d.ts} +13 -6
  71. package/lib/types/index.d.ts +2 -2
  72. package/lib/types/locale/en-US.d.ts +10 -0
  73. package/lib/types/locale/types.d.ts +3 -0
  74. package/lib/types/plugin.d.ts +2 -1
  75. package/lib/types/views/ShapeOptions.d.ts +1 -5
  76. package/lib/types/views/ShapePicker.d.ts +2 -2
  77. package/lib/types/views/shape-editor-panel/ShapeEditorPanel.d.ts +1 -1
  78. package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -1
  79. package/lib/types/views/shape-editor-panel/ShapeImageFillEditor.d.ts +2 -1
  80. package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +1 -1
  81. package/lib/types/views/shape-editor-panel/ShapePositionEditor.d.ts +1 -1
  82. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +17 -0
  83. package/lib/types/views/shape-menu/shape-menu-factory.d.ts +2 -1
  84. package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +1 -0
  85. package/lib/types/views/shape-text-editor/index.d.ts +1 -5
  86. package/lib/umd/index.js +1 -1
  87. package/lib/umd/locale/ar-SA.js +1 -1
  88. package/lib/umd/locale/ca-ES.js +1 -1
  89. package/lib/umd/locale/de-DE.js +1 -1
  90. package/lib/umd/locale/en-US.js +1 -1
  91. package/lib/umd/locale/es-ES.js +1 -1
  92. package/lib/umd/locale/fa-IR.js +1 -1
  93. package/lib/umd/locale/fr-FR.js +1 -1
  94. package/lib/umd/locale/id-ID.js +1 -1
  95. package/lib/umd/locale/it-IT.js +1 -1
  96. package/lib/umd/locale/ja-JP.js +1 -1
  97. package/lib/umd/locale/ko-KR.js +1 -1
  98. package/lib/umd/locale/pl-PL.js +1 -1
  99. package/lib/umd/locale/pt-BR.js +1 -1
  100. package/lib/umd/locale/ru-RU.js +1 -1
  101. package/lib/umd/locale/sk-SK.js +1 -1
  102. package/lib/umd/locale/vi-VN.js +1 -1
  103. package/lib/umd/locale/zh-CN.js +1 -1
  104. package/lib/umd/locale/zh-HK.js +1 -1
  105. package/lib/umd/locale/zh-TW.js +1 -1
  106. package/package.json +21 -24
  107. package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
  108. package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
  109. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
  110. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  111. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- const _0x1546b0=_0x1aa6;function _0x1aa6(_0x22cd4a,_0x552527){_0x22cd4a=_0x22cd4a-0xd5;const _0x4b6960=_0x4b69();let _0x1aa6dc=_0x4b6960[_0x22cd4a];return _0x1aa6dc;}function _0x4b69(){const _0x20dae4=['برگه‌های\x20مربعی','پایین\x20چپ','آزاد','وسط','مقایسه','طومار\x20عمودی','تغییر\x20وضعیت\x20چرخش\x20افقی','ذخیره‌سازی\x20داخلی','مستطیل\x20گوشه\x20بریده\x20قطری','30SqMuxs','کادر\x20متن\x20افقی','کاشی‌کاری\x20تصویر\x20به\x20عنوان\x20بافت','موج\x20دوتایی','روبان\x20پایین','چرخ‌دنده\x20۹','اندازه\x20فلش\x20انتها','بالا','روبان\x20چپ-راست','لوزی','اشکال\x20پایه','صاف','فلش\x20چپ-بالا','مثلث\x20قائم‌الزاویه','داده\x20ذخیره‌شده','نمودار\x20مثبت','کادر\x20توضیحی\x20تأکیدی\x20۲','مرکز','اشک','جابجایی\x20X','نشان','صورتک\x20خندان','7363BmgyYu','اندازه\x20فونت','مستطیل\x20گرد','مساوی','بدون\x20پر\x20کردن','کادر\x20توضیحی\x20تأکیدی\x20۳','خط\x20دو\x20فلشه','مستطیل\x20گوشه\x20گرد\x20یک\x20طرف','عملیات\x20دستی','فلش\x20دایره‌ای\x20چپ-راست','نمودار\x20ایکس','کراپ\x20به\x20شکل','دکمه\x20عمل:\x20خانه','خط\x20معکوس','پنج‌ضلعی','فلش\x20پایین','3232UAoIje','نمودار\x20ستاره','دست‌کش','فلش\x20خمیده','نمودار\x20جریان','ادغام','برگه‌های\x20گوشه‌ای','بیضی','اتصال\x20منحنی\x20فلش‌دار','انفجار\x20۲','فلش\x20منحنی\x20راست','مستطیل‌ها','تقسیم','استوانه','ستاره\x20۱۰\x20پر','ضرب','ده‌ضلعی','کادر\x20توضیحی\x20بیضی','براکت\x20دوتایی','طومار\x20افقی','برگه‌های\x20نشان','گوشه\x20تا\x20شده','آکولاد\x20دوتایی','پر\x20کردن\x20الگو','مورب','پایین','خورشید','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۱','استخراج','روبان\x20منحنی\x20بالا','exports','خط\x20چین-نقطه','نمایشگر','فلش\x20چپ-راست-بالا','کارت','وتر','کادر\x20توضیحی\x20تأکیدی\x20۱','ال‌شکل','مستطیل\x20گوشه\x20گرد\x20دو\x20طرف\x20همسان','نامساوی','تراز\x20عمودی','1313652MOtYPa','فلش\x20راه‌راه\x20راست','فلش\x20بیضی','فلش\x20منحنی\x20پایین','تغییر\x20وضعیت\x20متن\x20عمودی','نوع\x20فلش\x20انتها','کاهش\x20اندازه\x20فونت','تراز','خط\x20چین','ماه','فرآیند\x20از\x20پیش\x20تعریف‌شده','پر\x20کردن\x20تصویر\x20یا\x20بافت','ذوزنقه\x20نامتساوی‌الساقین','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۳','اندازه\x20فلش\x20ابتدا','مخفی\x20کردن\x20پنل\x20شکل‌ها','دکمه\x20عمل:\x20بازگشت\x20یا\x20قبلی','دکمه\x20عمل:\x20بازگشت','دکمه\x20عمل:\x20سند','فلش\x20بالا-پایین','فلش\x20دندانه‌دار\x20راست','بازنشانی','اتصال\x20منحنی\x20دو\x20فلشه','روبان\x20منحنی\x20پایین','نوار\x20سوراخ‌دار','دکمه\x20عمل:\x20راهنما','سیگار\x20کشیدن\x20ممنوع','دکمه\x20عمل:\x20صدا','ستاره\x20۵\x20پر','فلش\x20راست','کادر\x20توضیحی\x20خطی\x20۱','ذوزنقه','چرخ‌دنده\x20۶','فلش\x20دایره‌ای','بالا\x20چپ','قاب','چرخش\x20با\x20شکل','نوع\x20اتصال','کادر\x20توضیحی\x20۲','ستاره\x20۶\x20پر','113477ZPJJbR','راست','موج','فلش\x20دایره‌ای\x20چپ','دکمه\x20عمل:\x20ابتدا','شفافیت','دکمه\x20عمل:\x20خالی','فلش\x20سووش','سبک\x20شکل','مثلث\x20متساوی‌الساقین','اتصال\x20خمیده\x20فلش‌دار','منبع\x20تصویر','گرد','ستاره\x20۱۲\x20پر','9511830EtkKct','فلش\x20چپ-راست','عرض','کادر\x20توضیحی\x20مستطیلی\x20گرد','14220HOGRec','پایین\x20راست','ذخیره‌سازی\x20آفلاین','کادر\x20توضیحی\x20فلش\x20چپ','کادر\x20توضیحی\x20فلش\x20بالا-پایین','فلش','جابجایی\x20Y','دسترسی\x20ترتیبی','فلش\x20بالا','پر\x20کردن\x20گرادیان','قلب','مستطیل\x20گوشه\x20بریده\x20و\x20گرد','منحنی','کادر\x20توضیحی\x20فلش\x20چهارطرفه','درج...','کادر\x20توضیحی\x20فلش\x20پایین','بزرگ','رنگ','بدون\x20خط','دیسک\x20مغناطیسی','مربعی','هفت‌ضلعی','کادر\x20متن\x20عمودی','2000937ofXsan','کادر\x20توضیحی\x20ابر','مستطیل\x20گوشه\x20بریده\x20یک\x20طرف','آماده‌سازی','دایره‌ای','نوع\x20فلش\x20ابتدا','نیم‌قاب','انفجار\x20۱','حذف\x20شکل','متوسط','چرخش\x20۹۰\x20درجه\x20به\x20راست','رنگ\x20پر\x20کردن','خط\x20فلش‌دار','تغییر\x20وضعیت\x20چرخش\x20عمودی','863960iCUhoc','فلش\x20چپ','باز\x20کردن\x20پنل\x20شکل‌ها','نوع\x20انتها','تصمیم','خط\x20یکدست','سند','ستاره‌ها\x20و\x20بنرها','کادر\x20توضیحی\x20مستطیلی','مستطیل\x20گوشه\x20گرد\x20قطری','مستطیل','مرتب‌سازی','ستاره\x20۴\x20پر','فرآیند','دکمه\x20عمل:\x20انتها','دکمه\x20عمل:\x20فیلم','کادر\x20توضیحی\x20فلش\x20بالا','یکدست','فلش\x20منحنی\x20چپ','ورودی\x20دستی','ذخیره‌سازی\x20دسترسی\x20مستقیم','خط\x20چین\x20بلند','هیچ','نقطه\x20گرد','192SZlGjL','گره\x20جمع','فلش\x20چهارطرفه','روبان\x20بالا','مقیاس\x20Y','بول','کادر\x20توضیحی\x20فلش\x20چپ-راست','ستاره\x20۲۴\x20پر','فلش\x20باز','کادر\x20توضیحی\x20۱','نوار\x20مورب','11GubtCS','سبک\x20طرح','بالا\x20راست','فلش\x20مخفی','کمان\x20بلوکی','دوازده‌ضلعی','خطوط','براکت\x20چپ'];_0x4b69=function(){return _0x20dae4;};return _0x4b69();}(function(_0x30e035,_0x175273){const _0x425a6a=_0x1aa6,_0x39015f=_0x30e035();while(!![]){try{const _0x6c5804=-parseInt(_0x425a6a(0x186))/0x1*(-parseInt(_0x425a6a(0x154))/0x2)+-parseInt(_0x425a6a(0x12e))/0x3+parseInt(_0x425a6a(0xdd))/0x4+-parseInt(_0x425a6a(0x13c))/0x5+-parseInt(_0x425a6a(0x170))/0x6*(parseInt(_0x425a6a(0x105))/0x7)+-parseInt(_0x425a6a(0x196))/0x8*(parseInt(_0x425a6a(0x117))/0x9)+parseInt(_0x425a6a(0x113))/0xa*(parseInt(_0x425a6a(0x15f))/0xb);if(_0x6c5804===_0x175273)break;else _0x39015f['push'](_0x39015f['shift']());}catch(_0x268b79){_0x39015f['push'](_0x39015f['shift']());}}}(_0x4b69,0x68522));const e={'sheets-shape-ui':{'align':{'top':_0x1546b0(0x177),'middle':_0x1546b0(0x16a),'bottom':'پایین','left':'چپ','center':_0x1546b0(0x16a),'right':_0x1546b0(0x106)},'toolbar':{'verticalAlignMode':{'main':_0x1546b0(0xdc)},'horizontalAlignMode':{'main':'تراز\x20افقی'},'fillColor':{'main':_0x1546b0(0x139)},'fontSize':_0x1546b0(0x187),'fontSizeIncrease':'افزایش\x20اندازه\x20فونت','fontSizeDecrease':_0x1546b0(0xe3),'resetColor':_0x1546b0(0xf2)},'imagePanel':{'crop':{'shape':_0x1546b0(0x191)}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':'شکل','insertShape':'درج\x20شکل','openPanel':_0x1546b0(0x13e),'deleteShape':_0x1546b0(0x136),'hidePanel':_0x1546b0(0xec),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':_0x1546b0(0x10d),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x1546b0(0x16d),'toggleFlipV':_0x1546b0(0x13b),'rotateRight90':_0x1546b0(0x138),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':_0x1546b0(0xe1),'fill':{'title':'پر\x20کردن','noFill':_0x1546b0(0x18a),'solidFill':'پر\x20کردن\x20یکدست','gradientFill':_0x1546b0(0x120),'pictureFill':_0x1546b0(0xe8),'patternFill':_0x1546b0(0x1ad),'color':_0x1546b0(0x128),'transparency':'شفافیت','picture':{'source':_0x1546b0(0x110),'insert':_0x1546b0(0x125),'tileAsTexture':_0x1546b0(0x172),'offsetX':_0x1546b0(0x183),'offsetY':_0x1546b0(0x11d),'scaleX':'مقیاس\x20X','scaleY':_0x1546b0(0x158),'alignment':_0x1546b0(0xe4),'rotateWithShape':_0x1546b0(0x101),'align':{'tl':_0x1546b0(0xff),'t':_0x1546b0(0x177),'tr':_0x1546b0(0x161),'l':'چپ','ctr':_0x1546b0(0x181),'r':'راست','bl':_0x1546b0(0x168),'b':_0x1546b0(0x1af),'br':_0x1546b0(0x118)}}},'line':{'title':'خط','noLine':_0x1546b0(0x129),'solidLine':_0x1546b0(0x141),'gradientLine':'خط\x20گرادیان','color':_0x1546b0(0x128),'transparency':_0x1546b0(0x10a),'width':_0x1546b0(0x115),'dashType':{'title':'نوع\x20خط\x20چین','solid':_0x1546b0(0x14d),'roundDot':_0x1546b0(0x153),'squareDot':'نقطه\x20مربعی','dash':_0x1546b0(0xe5),'dashDot':_0x1546b0(0x1b5),'longDash':_0x1546b0(0x151),'longDashDot':'خط\x20چین\x20بلند-نقطه','longDashDotDot':'خط\x20چین\x20بلند-نقطه-نقطه'},'capType':{'title':_0x1546b0(0x13f),'flat':_0x1546b0(0x17b),'round':_0x1546b0(0x111),'square':_0x1546b0(0x12b)},'joinType':{'title':_0x1546b0(0x102),'miter':_0x1546b0(0x1ae),'round':'گرد','bevel':'بول'},'beginArrowType':_0x1546b0(0x133),'beginArrowSize':_0x1546b0(0xeb),'endArrowType':_0x1546b0(0xe2),'endArrowSize':_0x1546b0(0x176),'arrowType':{'none':_0x1546b0(0x152),'arrow':_0x1546b0(0x11c),'openArrow':_0x1546b0(0x15c),'stealthArrow':_0x1546b0(0x162),'diamondArrow':'فلش\x20لوزی','ovalArrow':_0x1546b0(0xdf)},'arrowSize':{'small':'کوچک','medium':_0x1546b0(0x137),'large':_0x1546b0(0x127)},'sketchType':{'title':_0x1546b0(0x160),'none':'هیچ','curved':_0x1546b0(0x123),'freehand':_0x1546b0(0x169),'handDrawn':_0x1546b0(0x198)}},'shape':{'group':{'line':_0x1546b0(0x165),'rectangle':_0x1546b0(0x1a1),'basicShape':_0x1546b0(0x17a),'blockArrow':'فلش‌های\x20بلوکی','equationShape':'اشکال\x20معادله','flowchart':_0x1546b0(0x19a),'starAndBanner':_0x1546b0(0x143),'callout':'کادرهای\x20توضیحی','other':'سایر'},'type':{'line':'خط','straight-connector1':_0x1546b0(0x13a),'straight-connector2':_0x1546b0(0x18c),'bent-connector3':'اتصال\x20خمیده','bent-connector3-arrow1':_0x1546b0(0x10f),'bent-connector3-arrow2':'اتصال\x20خمیده\x20دو\x20فلشه','curved-connector3':'اتصال\x20منحنی','curved-connector3-arrow1':_0x1546b0(0x19e),'curved-connector3-arrow2':_0x1546b0(0xf3),'rect':_0x1546b0(0x146),'round-rect':_0x1546b0(0x188),'snip1-rect':_0x1546b0(0x130),'snip2-same-rect':'مستطیل\x20گوشه\x20بریده\x20دو\x20طرف\x20همسان','snip2-diag-rect':_0x1546b0(0x16f),'snip-round-rect':_0x1546b0(0x122),'round1-rect':_0x1546b0(0x18d),'round2-same-rect':_0x1546b0(0xda),'round2-diag-rect':_0x1546b0(0x145),'rect-textbox-horizontal':_0x1546b0(0x171),'rect-textbox-vertical':_0x1546b0(0x12d),'ellipse':_0x1546b0(0x19d),'triangle':_0x1546b0(0x10e),'rt-triangle':_0x1546b0(0x17d),'parallelogram':'متوازی‌الاضلاع','trapezoid':_0x1546b0(0xfc),'non-isosceles-trapezoid':_0x1546b0(0xe9),'diamond':_0x1546b0(0x179),'pentagon':_0x1546b0(0x194),'hexagon':'شش‌ضلعی','heptagon':_0x1546b0(0x12c),'octagon':'هشت‌ضلعی','decagon':_0x1546b0(0x1a6),'dodecagon':_0x1546b0(0x164),'pie':_0x1546b0(0x132),'chord':_0x1546b0(0xd7),'teardrop':_0x1546b0(0x182),'frame':_0x1546b0(0x100),'half-frame':_0x1546b0(0x134),'corner':_0x1546b0(0xd9),'diag-stripe':_0x1546b0(0x15e),'plus':'ضربدر','plaque':_0x1546b0(0x184),'can':_0x1546b0(0x1a3),'cube':'مکعب','bevel':_0x1546b0(0x159),'donut':'دونات','no-smoking':_0x1546b0(0xf7),'block-arc':_0x1546b0(0x163),'folder-corner':_0x1546b0(0x1ab),'smiley-face':_0x1546b0(0x185),'heart':_0x1546b0(0x121),'lightning-bolt':'صاعقه','sun':_0x1546b0(0x1b0),'moon':_0x1546b0(0xe6),'cloud':'ابر','arc':'کمان','bracket-pair':_0x1546b0(0x1a8),'brace-pair':_0x1546b0(0x1ac),'left-bracket':_0x1546b0(0x166),'right-bracket':'براکت\x20راست','left-brace':'آکولاد\x20چپ','right-brace':'آکولاد\x20راست','right-arrow':_0x1546b0(0xfa),'left-arrow':_0x1546b0(0x13d),'up-arrow':_0x1546b0(0x11f),'down-arrow':_0x1546b0(0x195),'left-right-arrow':_0x1546b0(0x114),'up-down-arrow':_0x1546b0(0xf0),'quad-arrow':_0x1546b0(0x156),'left-right-up-arrow':_0x1546b0(0xd5),'bent-arrow':_0x1546b0(0x199),'uturn-arrow':'فلش\x20دور\x20برگردان','left-up-arrow':_0x1546b0(0x17c),'bent-up-arrow':'فلش\x20خمیده\x20بالا','curved-right-arrow':_0x1546b0(0x1a0),'curved-left-arrow':_0x1546b0(0x14e),'curved-up-arrow':'فلش\x20منحنی\x20بالا','curved-down-arrow':_0x1546b0(0xe0),'striped-right-arrow':_0x1546b0(0xde),'notched-right-arrow':_0x1546b0(0xf1),'home-plate':_0x1546b0(0x194),'chevron':'شورون','right-arrow-callout':'کادر\x20توضیحی\x20فلش\x20راست','down-arrow-callout':_0x1546b0(0x126),'left-arrow-callout':_0x1546b0(0x11a),'up-arrow-callout':_0x1546b0(0x14c),'left-right-arrow-callout':_0x1546b0(0x15a),'quad-arrow-callout':_0x1546b0(0x124),'circular-arrow':_0x1546b0(0xfe),'math-plus':'جمع','math-minus':'تفریق','math-multiply':_0x1546b0(0x1a5),'math-divide':_0x1546b0(0x1a2),'math-equal':_0x1546b0(0x189),'math-not-equal':_0x1546b0(0xdb),'flow-chart-process':_0x1546b0(0x149),'flow-chart-alternate-process':'فرآیند\x20جایگزین','flow-chart-decision':_0x1546b0(0x140),'flow-chart-input-output':'داده','flow-chart-predefined-process':_0x1546b0(0xe7),'flow-chart-internal-storage':_0x1546b0(0x16e),'flow-chart-document':_0x1546b0(0x142),'flow-chart-multidocument':'چندسندی','flow-chart-terminator':'پایان‌دهنده','flow-chart-preparation':_0x1546b0(0x131),'flow-chart-manual-input':_0x1546b0(0x14f),'flow-chart-manual-operation':_0x1546b0(0x18e),'flow-chart-connector':'اتصال‌دهنده','flow-chart-offpage-connector':'اتصال‌دهنده\x20خارج\x20صفحه','flow-chart-punched-card':_0x1546b0(0xd6),'flow-chart-punched-tape':_0x1546b0(0xf5),'flow-chart-summing-junction':_0x1546b0(0x155),'flow-chart-or':'یا','flow-chart-collate':_0x1546b0(0x16b),'flow-chart-sort':_0x1546b0(0x147),'flow-chart-extract':_0x1546b0(0x1b2),'flow-chart-merge':_0x1546b0(0x19b),'flow-chart-online-storage':_0x1546b0(0x17e),'flow-chart-delay':'تأخیر','flow-chart-magnetic-tape':_0x1546b0(0x11e),'flow-chart-magnetic-disk':_0x1546b0(0x12a),'flow-chart-magnetic-drum':_0x1546b0(0x150),'flow-chart-display':_0x1546b0(0x1b6),'irregular-seal1':_0x1546b0(0x135),'irregular-seal2':_0x1546b0(0x19f),'star4':_0x1546b0(0x148),'star5':_0x1546b0(0xf9),'star6':_0x1546b0(0x104),'star7':'ستاره\x20۷\x20پر','star8':'ستاره\x20۸\x20پر','star10':_0x1546b0(0x1a4),'star12':_0x1546b0(0x112),'star16':'ستاره\x20۱۶\x20پر','star24':_0x1546b0(0x15b),'star32':'ستاره\x20۳۲\x20پر','ribbon2':_0x1546b0(0x157),'ribbon':_0x1546b0(0x174),'ellipse-ribbon2':_0x1546b0(0x1b3),'ellipse-ribbon':_0x1546b0(0xf4),'vertical-scroll':_0x1546b0(0x16c),'horizontal-scroll':_0x1546b0(0x1a9),'wave':_0x1546b0(0x107),'double-wave':_0x1546b0(0x173),'wedge-rect-callout':_0x1546b0(0x144),'wedge-round-rect-callout':_0x1546b0(0x116),'wedge-ellipse-callout':_0x1546b0(0x1a7),'cloud-callout':_0x1546b0(0x12f),'border-callout1':_0x1546b0(0xfb),'border-callout2':'کادر\x20توضیحی\x20خطی\x20۲','border-callout3':'کادر\x20توضیحی\x20خطی\x20۳','accent-callout1':_0x1546b0(0xd8),'accent-callout2':_0x1546b0(0x180),'accent-callout3':_0x1546b0(0x18b),'callout1':_0x1546b0(0x15d),'callout2':_0x1546b0(0x103),'callout3':'کادر\x20توضیحی\x20۳','accent-border-callout1':_0x1546b0(0x1b1),'accent-border-callout2':'کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۲','accent-border-callout3':_0x1546b0(0xea),'left-circular-arrow':_0x1546b0(0x108),'left-right-circular-arrow':_0x1546b0(0x18f),'swoosh-arrow':_0x1546b0(0x10c),'left-right-ribbon':_0x1546b0(0x178),'pie-wedge':'گوه\x20دایره‌ای','funnel':'قیف','gear6':_0x1546b0(0xfd),'gear9':_0x1546b0(0x175),'corner-tabs':_0x1546b0(0x19c),'action-button-back-previous':_0x1546b0(0xed),'action-button-forward-next':'دکمه\x20عمل:\x20جلو\x20یا\x20بعدی','action-button-beginning':_0x1546b0(0x109),'action-button-end':_0x1546b0(0x14a),'action-button-home':_0x1546b0(0x192),'action-button-information':'دکمه\x20عمل:\x20اطلاعات','action-button-return':_0x1546b0(0xee),'action-button-movie':_0x1546b0(0x14b),'action-button-document':_0x1546b0(0xef),'action-button-sound':_0x1546b0(0xf8),'action-button-help':_0x1546b0(0xf6),'action-button-blank':_0x1546b0(0x10b),'chart-plus':_0x1546b0(0x17f),'chart-star':_0x1546b0(0x197),'chart-x':_0x1546b0(0x190),'flow-chart-offline-storage':_0x1546b0(0x119),'line-inv':_0x1546b0(0x193),'plaque-tabs':_0x1546b0(0x1aa),'square-tabs':_0x1546b0(0x167),'up-down-arrow-callout':_0x1546b0(0x11b)}}}};module[_0x1546b0(0x1b4)]=e;
1
+ const _0x148e87=_0x9637;(function(_0x8dafc8,_0x158482){const _0x18b496=_0x9637,_0x2494e2=_0x8dafc8();while(!![]){try{const _0x4244ec=parseInt(_0x18b496(0x14a))/0x1+-parseInt(_0x18b496(0xb3))/0x2+-parseInt(_0x18b496(0x124))/0x3*(-parseInt(_0x18b496(0xe1))/0x4)+-parseInt(_0x18b496(0xbc))/0x5+-parseInt(_0x18b496(0xd2))/0x6+parseInt(_0x18b496(0x10b))/0x7+parseInt(_0x18b496(0x147))/0x8;if(_0x4244ec===_0x158482)break;else _0x2494e2['push'](_0x2494e2['shift']());}catch(_0x1abea6){_0x2494e2['push'](_0x2494e2['shift']());}}}(_0x3101,0xdad05));const e={'sheets-shape-ui':{'align':{'top':_0x148e87(0x149),'middle':'وسط','bottom':_0x148e87(0xdf),'left':'چپ','center':_0x148e87(0x122),'right':_0x148e87(0x14f)},'toolbar':{'verticalAlignMode':{'main':'تراز\x20عمودی'},'horizontalAlignMode':{'main':_0x148e87(0x120)},'fillColor':{'main':_0x148e87(0xda)},'fontSize':'اندازه\x20فونت','fontSizeIncrease':_0x148e87(0xaf),'fontSizeDecrease':_0x148e87(0xd5),'alignLeft':_0x148e87(0x129),'alignCenter':_0x148e87(0xe3),'alignRight':'Align\x20Right','alignJustify':_0x148e87(0xa7),'bold':_0x148e87(0xea),'italic':_0x148e87(0xcc),'underline':_0x148e87(0x152),'strikethrough':_0x148e87(0x95),'textColor':'Text\x20color','textBackgroundColor':_0x148e87(0xce),'resetColor':_0x148e87(0x115)},'imagePanel':{'crop':{'shape':_0x148e87(0xbb)}},'permission':{'editErr':_0x148e87(0x168)},'title':_0x148e87(0x12a),'insertShape':_0x148e87(0x8e),'openPanel':_0x148e87(0xf0),'deleteShape':_0x148e87(0x142),'hidePanel':_0x148e87(0xed),'formatShape':'قالب‌بندی\x20شکل','shapeStyle':_0x148e87(0xba),'shapePosition':_0x148e87(0xb8),'toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x148e87(0x101),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':_0x148e87(0xe6),'fill':{'title':_0x148e87(0x96),'noFill':_0x148e87(0x12e),'solidFill':_0x148e87(0x10c),'gradientFill':'پر\x20کردن\x20گرادیان','pictureFill':'پر\x20کردن\x20تصویر\x20یا\x20بافت','patternFill':_0x148e87(0xbe),'color':_0x148e87(0x14d),'transparency':_0x148e87(0x11c),'picture':{'source':_0x148e87(0x117),'insert':_0x148e87(0x11b),'tileAsTexture':_0x148e87(0x10a),'offsetX':_0x148e87(0xee),'offsetY':_0x148e87(0xf7),'scaleX':'مقیاس\x20X','scaleY':_0x148e87(0x166),'alignment':'تراز','rotateWithShape':_0x148e87(0xd8),'align':{'tl':'بالا\x20چپ','t':_0x148e87(0x149),'tr':_0x148e87(0x139),'l':'چپ','ctr':_0x148e87(0xe8),'r':'راست','bl':_0x148e87(0xb4),'b':_0x148e87(0xdf),'br':_0x148e87(0xc7)}}},'line':{'title':'خط','noLine':_0x148e87(0x110),'solidLine':_0x148e87(0xd7),'gradientLine':'خط\x20گرادیان','color':_0x148e87(0x14d),'transparency':_0x148e87(0x11c),'width':_0x148e87(0xec),'dashType':{'title':'نوع\x20خط\x20چین','solid':'یکدست','roundDot':_0x148e87(0x109),'squareDot':_0x148e87(0x13c),'dash':_0x148e87(0xa9),'dashDot':'خط\x20چین-نقطه','longDash':_0x148e87(0xc2),'longDashDot':_0x148e87(0xd0),'longDashDotDot':_0x148e87(0x100)},'capType':{'title':'نوع\x20انتها','flat':_0x148e87(0x94),'round':'گرد','square':_0x148e87(0x12b)},'joinType':{'title':_0x148e87(0xf5),'miter':_0x148e87(0x167),'round':_0x148e87(0xc1),'bevel':_0x148e87(0xa2)},'beginArrowType':_0x148e87(0x158),'beginArrowSize':_0x148e87(0x15a),'endArrowType':'نوع\x20فلش\x20انتها','endArrowSize':'اندازه\x20فلش\x20انتها','arrowType':{'none':_0x148e87(0x13a),'arrow':_0x148e87(0xac),'openArrow':_0x148e87(0x156),'stealthArrow':_0x148e87(0x125),'diamondArrow':'فلش\x20لوزی','ovalArrow':'فلش\x20بیضی'},'arrowSize':{'small':_0x148e87(0x118),'medium':'متوسط','large':_0x148e87(0xe2)},'sketchType':{'title':_0x148e87(0x138),'none':_0x148e87(0x13a),'curved':_0x148e87(0x131),'freehand':'آزاد','handDrawn':'دست‌کش'}},'shape':{'group':{'line':_0x148e87(0x9d),'rectangle':_0x148e87(0xc4),'basicShape':'اشکال\x20پایه','blockArrow':'فلش‌های\x20بلوکی','equationShape':_0x148e87(0x134),'flowchart':_0x148e87(0x164),'starAndBanner':_0x148e87(0xa8),'callout':_0x148e87(0xa1),'other':_0x148e87(0x12c)},'type':{'line':'خط','straight-connector1':'خط\x20فلش‌دار','straight-connector2':_0x148e87(0x136),'bent-connector3':_0x148e87(0x9c),'bent-connector3-arrow1':'اتصال\x20خمیده\x20فلش‌دار','bent-connector3-arrow2':_0x148e87(0x10d),'curved-connector3':_0x148e87(0x90),'curved-connector3-arrow1':'اتصال\x20منحنی\x20فلش‌دار','curved-connector3-arrow2':_0x148e87(0xde),'rect':_0x148e87(0x15b),'round-rect':_0x148e87(0x153),'snip1-rect':_0x148e87(0x107),'snip2-same-rect':'مستطیل\x20گوشه\x20بریده\x20دو\x20طرف\x20همسان','snip2-diag-rect':_0x148e87(0x15c),'snip-round-rect':'مستطیل\x20گوشه\x20بریده\x20و\x20گرد','round1-rect':_0x148e87(0xd9),'round2-same-rect':'مستطیل\x20گوشه\x20گرد\x20دو\x20طرف\x20همسان','round2-diag-rect':_0x148e87(0xc9),'rect-textbox-horizontal':_0x148e87(0x15d),'rect-textbox-vertical':_0x148e87(0xf3),'ellipse':_0x148e87(0x10f),'triangle':'مثلث\x20متساوی‌الساقین','rt-triangle':_0x148e87(0x140),'parallelogram':_0x148e87(0x116),'trapezoid':'ذوزنقه','non-isosceles-trapezoid':_0x148e87(0x126),'diamond':_0x148e87(0xe9),'pentagon':_0x148e87(0x13f),'hexagon':'شش‌ضلعی','heptagon':_0x148e87(0x128),'octagon':_0x148e87(0xfb),'decagon':_0x148e87(0x11e),'dodecagon':_0x148e87(0x119),'pie':_0x148e87(0xc0),'chord':'وتر','teardrop':'اشک','frame':'قاب','half-frame':'نیم‌قاب','corner':_0x148e87(0xa6),'diag-stripe':_0x148e87(0x121),'plus':_0x148e87(0x143),'plaque':'نشان','can':'استوانه','cube':_0x148e87(0x105),'bevel':_0x148e87(0xa2),'donut':_0x148e87(0xcd),'no-smoking':_0x148e87(0xad),'block-arc':_0x148e87(0xdb),'folder-corner':'گوشه\x20تا\x20شده','smiley-face':_0x148e87(0x132),'heart':_0x148e87(0xfd),'lightning-bolt':'صاعقه','sun':'خورشید','moon':_0x148e87(0xf9),'cloud':_0x148e87(0x114),'arc':_0x148e87(0xdd),'bracket-pair':'براکت\x20دوتایی','brace-pair':_0x148e87(0x9b),'left-bracket':_0x148e87(0xb1),'right-bracket':'براکت\x20راست','left-brace':_0x148e87(0x135),'right-brace':_0x148e87(0x137),'right-arrow':_0x148e87(0x10e),'left-arrow':_0x148e87(0x13b),'up-arrow':_0x148e87(0xaa),'down-arrow':_0x148e87(0xf2),'left-right-arrow':_0x148e87(0xae),'up-down-arrow':_0x148e87(0x93),'quad-arrow':'فلش\x20چهارطرفه','left-right-up-arrow':_0x148e87(0x97),'bent-arrow':'فلش\x20خمیده','uturn-arrow':'فلش\x20دور\x20برگردان','left-up-arrow':_0x148e87(0xab),'bent-up-arrow':_0x148e87(0xc3),'curved-right-arrow':_0x148e87(0x14c),'curved-left-arrow':_0x148e87(0x12f),'curved-up-arrow':_0x148e87(0x9a),'curved-down-arrow':_0x148e87(0x127),'striped-right-arrow':_0x148e87(0x112),'notched-right-arrow':_0x148e87(0x160),'home-plate':_0x148e87(0x13f),'chevron':_0x148e87(0x159),'right-arrow-callout':_0x148e87(0x141),'down-arrow-callout':_0x148e87(0x91),'left-arrow-callout':_0x148e87(0x148),'up-arrow-callout':_0x148e87(0x144),'left-right-arrow-callout':_0x148e87(0x14b),'quad-arrow-callout':_0x148e87(0x104),'circular-arrow':'فلش\x20دایره‌ای','math-plus':_0x148e87(0x113),'math-minus':_0x148e87(0xd3),'math-multiply':_0x148e87(0xa5),'math-divide':_0x148e87(0x9e),'math-equal':_0x148e87(0xef),'math-not-equal':_0x148e87(0xf6),'flow-chart-process':_0x148e87(0x145),'flow-chart-alternate-process':_0x148e87(0x9f),'flow-chart-decision':_0x148e87(0x111),'flow-chart-input-output':'داده','flow-chart-predefined-process':'فرآیند\x20از\x20پیش\x20تعریف‌شده','flow-chart-internal-storage':_0x148e87(0xfa),'flow-chart-document':'سند','flow-chart-multidocument':_0x148e87(0x106),'flow-chart-terminator':_0x148e87(0x15e),'flow-chart-preparation':'آماده‌سازی','flow-chart-manual-input':_0x148e87(0xd4),'flow-chart-manual-operation':'عملیات\x20دستی','flow-chart-connector':_0x148e87(0x12d),'flow-chart-offpage-connector':_0x148e87(0xff),'flow-chart-punched-card':'کارت','flow-chart-punched-tape':_0x148e87(0x154),'flow-chart-summing-junction':'گره\x20جمع','flow-chart-or':'یا','flow-chart-collate':_0x148e87(0xa3),'flow-chart-sort':_0x148e87(0xe4),'flow-chart-extract':_0x148e87(0x150),'flow-chart-merge':'ادغام','flow-chart-online-storage':_0x148e87(0xc8),'flow-chart-delay':_0x148e87(0xeb),'flow-chart-magnetic-tape':_0x148e87(0xb5),'flow-chart-magnetic-disk':'دیسک\x20مغناطیسی','flow-chart-magnetic-drum':_0x148e87(0x157),'flow-chart-display':_0x148e87(0x169),'irregular-seal1':_0x148e87(0x151),'irregular-seal2':_0x148e87(0xc6),'star4':_0x148e87(0x13d),'star5':_0x148e87(0xe0),'star6':_0x148e87(0xd6),'star7':_0x148e87(0xb9),'star8':_0x148e87(0xf4),'star10':_0x148e87(0xfe),'star12':'ستاره\x20۱۲\x20پر','star16':_0x148e87(0x155),'star24':'ستاره\x20۲۴\x20پر','star32':'ستاره\x20۳۲\x20پر','ribbon2':'روبان\x20بالا','ribbon':_0x148e87(0x99),'ellipse-ribbon2':'روبان\x20منحنی\x20بالا','ellipse-ribbon':_0x148e87(0x163),'vertical-scroll':_0x148e87(0x123),'horizontal-scroll':_0x148e87(0xb0),'wave':_0x148e87(0x14e),'double-wave':_0x148e87(0xbd),'wedge-rect-callout':'کادر\x20توضیحی\x20مستطیلی','wedge-round-rect-callout':'کادر\x20توضیحی\x20مستطیلی\x20گرد','wedge-ellipse-callout':'کادر\x20توضیحی\x20بیضی','cloud-callout':_0x148e87(0xf8),'border-callout1':'کادر\x20توضیحی\x20خطی\x20۱','border-callout2':_0x148e87(0xa4),'border-callout3':_0x148e87(0x146),'accent-callout1':_0x148e87(0xc5),'accent-callout2':_0x148e87(0x103),'accent-callout3':_0x148e87(0xb2),'callout1':_0x148e87(0x92),'callout2':'کادر\x20توضیحی\x20۲','callout3':_0x148e87(0x165),'accent-border-callout1':'کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۱','accent-border-callout2':_0x148e87(0xbf),'accent-border-callout3':_0x148e87(0x98),'left-circular-arrow':_0x148e87(0x11a),'left-right-circular-arrow':_0x148e87(0x11f),'swoosh-arrow':'فلش\x20سووش','left-right-ribbon':_0x148e87(0x11d),'pie-wedge':_0x148e87(0xca),'funnel':_0x148e87(0x8f),'gear6':_0x148e87(0xf1),'gear9':_0x148e87(0xb7),'corner-tabs':_0x148e87(0xd1),'action-button-back-previous':_0x148e87(0x108),'action-button-forward-next':'دکمه\x20عمل:\x20جلو\x20یا\x20بعدی','action-button-beginning':_0x148e87(0xdc),'action-button-end':'دکمه\x20عمل:\x20انتها','action-button-home':'دکمه\x20عمل:\x20خانه','action-button-information':_0x148e87(0x162),'action-button-return':'دکمه\x20عمل:\x20بازگشت','action-button-movie':'دکمه\x20عمل:\x20فیلم','action-button-document':_0x148e87(0x13e),'action-button-sound':_0x148e87(0x102),'action-button-help':_0x148e87(0x161),'action-button-blank':_0x148e87(0xcf),'chart-plus':_0x148e87(0xfc),'chart-star':_0x148e87(0xe5),'chart-x':_0x148e87(0xcb),'flow-chart-offline-storage':_0x148e87(0xa0),'line-inv':_0x148e87(0x15f),'plaque-tabs':_0x148e87(0x130),'square-tabs':_0x148e87(0xe7),'up-down-arrow-callout':_0x148e87(0xb6)}}}};module[_0x148e87(0x133)]=e;function _0x9637(_0x3f6b14,_0x579edf){_0x3f6b14=_0x3f6b14-0x8e;const _0x310143=_0x3101();let _0x9637ec=_0x310143[_0x3f6b14];return _0x9637ec;}function _0x3101(){const _0x40cfc5=['ورودی\x20دستی','کاهش\x20اندازه\x20فونت','ستاره\x20۶\x20پر','خط\x20یکدست','چرخش\x20با\x20شکل','مستطیل\x20گوشه\x20گرد\x20یک\x20طرف','رنگ\x20پر\x20کردن','کمان\x20بلوکی','دکمه\x20عمل:\x20ابتدا','کمان','اتصال\x20منحنی\x20دو\x20فلشه','پایین','ستاره\x20۵\x20پر','76gRJwoV','بزرگ','Align\x20Center','مرتب‌سازی','نمودار\x20ستاره','تغییر\x20وضعیت\x20متن\x20عمودی','برگه‌های\x20مربعی','مرکز','لوزی','Bold','تأخیر','عرض','مخفی\x20کردن\x20پنل\x20شکل‌ها','جابجایی\x20X','مساوی','باز\x20کردن\x20پنل\x20شکل‌ها','چرخ‌دنده\x20۶','فلش\x20پایین','کادر\x20متن\x20عمودی','ستاره\x20۸\x20پر','نوع\x20اتصال','نامساوی','جابجایی\x20Y','کادر\x20توضیحی\x20ابر','ماه','ذخیره‌سازی\x20داخلی','هشت‌ضلعی','نمودار\x20مثبت','قلب','ستاره\x20۱۰\x20پر','اتصال‌دهنده\x20خارج\x20صفحه','خط\x20چین\x20بلند-نقطه-نقطه','چرخش\x20۹۰\x20درجه\x20به\x20راست','دکمه\x20عمل:\x20صدا','کادر\x20توضیحی\x20تأکیدی\x20۲','کادر\x20توضیحی\x20فلش\x20چهارطرفه','مکعب','چندسندی','مستطیل\x20گوشه\x20بریده\x20یک\x20طرف','دکمه\x20عمل:\x20بازگشت\x20یا\x20قبلی','نقطه\x20گرد','کاشی‌کاری\x20تصویر\x20به\x20عنوان\x20بافت','2185183giXzPm','پر\x20کردن\x20یکدست','اتصال\x20خمیده\x20دو\x20فلشه','فلش\x20راست','بیضی','بدون\x20خط','تصمیم','فلش\x20راه‌راه\x20راست','جمع','ابر','بازنشانی','متوازی‌الاضلاع','منبع\x20تصویر','کوچک','دوازده‌ضلعی','فلش\x20دایره‌ای\x20چپ','درج...','شفافیت','روبان\x20چپ-راست','ده‌ضلعی','فلش\x20دایره‌ای\x20چپ-راست','تراز\x20افقی','نوار\x20مورب','وسط','طومار\x20عمودی','216543IwUefK','فلش\x20مخفی','ذوزنقه\x20نامتساوی‌الساقین','فلش\x20منحنی\x20پایین','هفت‌ضلعی','Align\x20Left','شکل','مربعی','سایر','اتصال‌دهنده','بدون\x20پر\x20کردن','فلش\x20منحنی\x20چپ','برگه‌های\x20نشان','منحنی','صورتک\x20خندان','exports','اشکال\x20معادله','آکولاد\x20چپ','خط\x20دو\x20فلشه','آکولاد\x20راست','سبک\x20طرح','بالا\x20راست','هیچ','فلش\x20چپ','نقطه\x20مربعی','ستاره\x20۴\x20پر','دکمه\x20عمل:\x20سند','پنج‌ضلعی','مثلث\x20قائم‌الزاویه','کادر\x20توضیحی\x20فلش\x20راست','حذف\x20شکل','ضربدر','کادر\x20توضیحی\x20فلش\x20بالا','فرآیند','کادر\x20توضیحی\x20خطی\x20۳','7538720XBCrZm','کادر\x20توضیحی\x20فلش\x20چپ','بالا','394327NpfjtB','کادر\x20توضیحی\x20فلش\x20چپ-راست','فلش\x20منحنی\x20راست','رنگ','موج','راست','استخراج','انفجار\x20۱','Underline','مستطیل\x20گرد','نوار\x20سوراخ‌دار','ستاره\x20۱۶\x20پر','فلش\x20باز','ذخیره‌سازی\x20دسترسی\x20مستقیم','نوع\x20فلش\x20ابتدا','شورون','اندازه\x20فلش\x20ابتدا','مستطیل','مستطیل\x20گوشه\x20بریده\x20قطری','کادر\x20متن\x20افقی','پایان‌دهنده','خط\x20معکوس','فلش\x20دندانه‌دار\x20راست','دکمه\x20عمل:\x20راهنما','دکمه\x20عمل:\x20اطلاعات','روبان\x20منحنی\x20پایین','نمودار\x20جریان','کادر\x20توضیحی\x20۳','مقیاس\x20Y','مورب','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','نمایشگر','درج\x20شکل','قیف','اتصال\x20منحنی','کادر\x20توضیحی\x20فلش\x20پایین','کادر\x20توضیحی\x20۱','فلش\x20بالا-پایین','صاف','Strikethrough','پر\x20کردن','فلش\x20چپ-راست-بالا','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۳','روبان\x20پایین','فلش\x20منحنی\x20بالا','آکولاد\x20دوتایی','اتصال\x20خمیده','خطوط','تقسیم','فرآیند\x20جایگزین','ذخیره‌سازی\x20آفلاین','کادرهای\x20توضیحی','بول','مقایسه','کادر\x20توضیحی\x20خطی\x20۲','ضرب','ال‌شکل','Justify','ستاره‌ها\x20و\x20بنرها','خط\x20چین','فلش\x20بالا','فلش\x20چپ-بالا','فلش','سیگار\x20کشیدن\x20ممنوع','فلش\x20چپ-راست','افزایش\x20اندازه\x20فونت','طومار\x20افقی','براکت\x20چپ','کادر\x20توضیحی\x20تأکیدی\x20۳','1186916TShstb','پایین\x20چپ','دسترسی\x20ترتیبی','کادر\x20توضیحی\x20فلش\x20بالا-پایین','چرخ‌دنده\x20۹','موقعیت\x20شکل','ستاره\x20۷\x20پر','سبک\x20شکل','کراپ\x20به\x20شکل','7540775WeuLEs','موج\x20دوتایی','پر\x20کردن\x20الگو','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۲','دایره‌ای','گرد','خط\x20چین\x20بلند','فلش\x20خمیده\x20بالا','مستطیل‌ها','کادر\x20توضیحی\x20تأکیدی\x20۱','انفجار\x20۲','پایین\x20راست','داده\x20ذخیره‌شده','مستطیل\x20گوشه\x20گرد\x20قطری','گوه\x20دایره‌ای','نمودار\x20ایکس','Italic','دونات','Text\x20Background\x20color','دکمه\x20عمل:\x20خالی','خط\x20چین\x20بلند-نقطه','برگه‌های\x20گوشه‌ای','134406UeOcae','تفریق'];_0x3101=function(){return _0x40cfc5;};return _0x3101();}
@@ -1 +1 @@
1
- const _0x9bc44e=_0x19f2;(function(_0x1e69ea,_0x5cf125){const _0x135455=_0x19f2,_0x4b3a33=_0x1e69ea();while(!![]){try{const _0x2d4403=parseInt(_0x135455(0x17a))/0x1*(-parseInt(_0x135455(0x202))/0x2)+parseInt(_0x135455(0x1b8))/0x3+-parseInt(_0x135455(0x16e))/0x4*(-parseInt(_0x135455(0x233))/0x5)+-parseInt(_0x135455(0x1d7))/0x6*(-parseInt(_0x135455(0x201))/0x7)+-parseInt(_0x135455(0x235))/0x8+parseInt(_0x135455(0x22d))/0x9*(parseInt(_0x135455(0x1b6))/0xa)+parseInt(_0x135455(0x1a1))/0xb*(-parseInt(_0x135455(0x1ba))/0xc);if(_0x2d4403===_0x5cf125)break;else _0x4b3a33['push'](_0x4b3a33['shift']());}catch(_0x111e8d){_0x4b3a33['push'](_0x4b3a33['shift']());}}}(_0x3fd0,0x5405b));const e={'sheets-shape-ui':{'align':{'top':_0x9bc44e(0x1fc),'middle':'milieu','bottom':_0x9bc44e(0x19d),'left':_0x9bc44e(0x190),'center':_0x9bc44e(0x1d3),'right':_0x9bc44e(0x1e4)},'toolbar':{'verticalAlignMode':{'main':_0x9bc44e(0x171)},'horizontalAlignMode':{'main':_0x9bc44e(0x1db)},'fillColor':{'main':'Couleur\x20de\x20remplissage'},'fontSize':_0x9bc44e(0x22f),'fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':_0x9bc44e(0x1ad),'resetColor':_0x9bc44e(0x174)},'imagePanel':{'crop':{'shape':_0x9bc44e(0x169)}},'permission':{'editErr':_0x9bc44e(0x1a4)},'title':'Forme','insertShape':_0x9bc44e(0x1cd),'openPanel':_0x9bc44e(0x1ed),'deleteShape':_0x9bc44e(0x1bf),'hidePanel':_0x9bc44e(0x179),'formatShape':_0x9bc44e(0x240),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':_0x9bc44e(0x23b),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x9bc44e(0x18d),'rotateLeft90':_0x9bc44e(0x1fa),'toggleTextVertical':_0x9bc44e(0x1cf),'fill':{'title':'Remplissage','noFill':_0x9bc44e(0x1ee),'solidFill':_0x9bc44e(0x217),'gradientFill':_0x9bc44e(0x1bc),'pictureFill':_0x9bc44e(0x1a5),'patternFill':'Remplissage\x20motif','color':_0x9bc44e(0x182),'transparency':_0x9bc44e(0x1e7),'picture':{'source':'Source\x20de\x20l\x27image','insert':_0x9bc44e(0x1e3),'tileAsTexture':'Mosaïque\x20d\x27image\x20comme\x20texture','offsetX':_0x9bc44e(0x1d6),'offsetY':_0x9bc44e(0x1f3),'scaleX':_0x9bc44e(0x1dd),'scaleY':'Échelle\x20Y','alignment':_0x9bc44e(0x184),'rotateWithShape':_0x9bc44e(0x216),'align':{'tl':_0x9bc44e(0x207),'t':_0x9bc44e(0x175),'tr':_0x9bc44e(0x227),'l':_0x9bc44e(0x23c),'ctr':_0x9bc44e(0x1f2),'r':'Droite','bl':_0x9bc44e(0x209),'b':'Bas','br':_0x9bc44e(0x15f)}}},'line':{'title':_0x9bc44e(0x1ce),'noLine':_0x9bc44e(0x1a9),'solidLine':_0x9bc44e(0x188),'gradientLine':_0x9bc44e(0x21b),'color':'Couleur','transparency':'Transparence','width':_0x9bc44e(0x16b),'dashType':{'title':_0x9bc44e(0x1cc),'solid':_0x9bc44e(0x194),'roundDot':'Point\x20rond','squareDot':_0x9bc44e(0x196),'dash':_0x9bc44e(0x1d0),'dashDot':_0x9bc44e(0x1e1),'longDash':_0x9bc44e(0x173),'longDashDot':_0x9bc44e(0x22a),'longDashDotDot':_0x9bc44e(0x226)},'capType':{'title':'Type\x20de\x20terminaison','flat':'Plat','round':_0x9bc44e(0x1b7),'square':_0x9bc44e(0x203)},'joinType':{'title':_0x9bc44e(0x1d2),'miter':_0x9bc44e(0x1f8),'round':_0x9bc44e(0x1b7),'bevel':_0x9bc44e(0x1a0)},'beginArrowType':'Type\x20de\x20flèche\x20de\x20début','beginArrowSize':_0x9bc44e(0x15d),'endArrowType':_0x9bc44e(0x21c),'endArrowSize':_0x9bc44e(0x191),'arrowType':{'none':_0x9bc44e(0x220),'arrow':_0x9bc44e(0x1a3),'openArrow':_0x9bc44e(0x168),'stealthArrow':_0x9bc44e(0x1b9),'diamondArrow':_0x9bc44e(0x20f),'ovalArrow':'Flèche\x20ovale'},'arrowSize':{'small':_0x9bc44e(0x17f),'medium':_0x9bc44e(0x166),'large':_0x9bc44e(0x1bb)},'sketchType':{'title':_0x9bc44e(0x21d),'none':'Aucun','curved':_0x9bc44e(0x208),'freehand':_0x9bc44e(0x1b3),'handDrawn':_0x9bc44e(0x1be)}},'shape':{'group':{'line':'Lignes','rectangle':'Rectangles','basicShape':'Formes\x20de\x20base','blockArrow':_0x9bc44e(0x1da),'equationShape':_0x9bc44e(0x165),'flowchart':_0x9bc44e(0x20b),'starAndBanner':_0x9bc44e(0x186),'callout':_0x9bc44e(0x16a),'other':_0x9bc44e(0x228)},'type':{'line':_0x9bc44e(0x1ce),'straight-connector1':_0x9bc44e(0x1ec),'straight-connector2':'Ligne\x20double\x20fléchée','bent-connector3':_0x9bc44e(0x204),'bent-connector3-arrow1':_0x9bc44e(0x17e),'bent-connector3-arrow2':_0x9bc44e(0x205),'curved-connector3':'Connecteur\x20courbe','curved-connector3-arrow1':_0x9bc44e(0x195),'curved-connector3-arrow2':'Connecteur\x20courbe\x20double\x20fléché','rect':_0x9bc44e(0x1c3),'round-rect':'Rectangle\x20arrondi','snip1-rect':'Rectangle\x20à\x20un\x20coin\x20coupé','snip2-same-rect':'Rectangle\x20à\x20coins\x20coupés\x20même\x20côté','snip2-diag-rect':'Rectangle\x20à\x20coins\x20coupés\x20diagonaux','snip-round-rect':_0x9bc44e(0x16d),'round1-rect':'Rectangle\x20à\x20un\x20coin\x20arrondi','round2-same-rect':_0x9bc44e(0x177),'round2-diag-rect':_0x9bc44e(0x22c),'rect-textbox-horizontal':'Zone\x20de\x20texte\x20horizontale','rect-textbox-vertical':_0x9bc44e(0x172),'ellipse':_0x9bc44e(0x1c8),'triangle':'Triangle\x20isocèle','rt-triangle':_0x9bc44e(0x162),'parallelogram':'Parallélogramme','trapezoid':'Trapèze','non-isosceles-trapezoid':_0x9bc44e(0x19a),'diamond':_0x9bc44e(0x1b4),'pentagon':_0x9bc44e(0x18b),'hexagon':_0x9bc44e(0x236),'heptagon':_0x9bc44e(0x23d),'octagon':_0x9bc44e(0x221),'decagon':_0x9bc44e(0x16c),'dodecagon':_0x9bc44e(0x1d5),'pie':_0x9bc44e(0x213),'chord':_0x9bc44e(0x180),'teardrop':_0x9bc44e(0x22b),'frame':_0x9bc44e(0x18c),'half-frame':_0x9bc44e(0x1eb),'corner':'Forme\x20en\x20L','diag-stripe':_0x9bc44e(0x193),'plus':'Croix','plaque':'Plaque','can':_0x9bc44e(0x232),'cube':_0x9bc44e(0x1c5),'bevel':'Biseau','donut':_0x9bc44e(0x21a),'no-smoking':_0x9bc44e(0x1e2),'block-arc':_0x9bc44e(0x1bd),'folder-corner':'Coin\x20plié','smiley-face':_0x9bc44e(0x1d4),'heart':_0x9bc44e(0x19b),'lightning-bolt':_0x9bc44e(0x214),'sun':_0x9bc44e(0x19e),'moon':_0x9bc44e(0x231),'cloud':_0x9bc44e(0x1a6),'arc':_0x9bc44e(0x1af),'bracket-pair':_0x9bc44e(0x23e),'brace-pair':'Double\x20accolade','left-bracket':_0x9bc44e(0x211),'right-bracket':_0x9bc44e(0x161),'left-brace':_0x9bc44e(0x187),'right-brace':'Accolade\x20droite','right-arrow':_0x9bc44e(0x18a),'left-arrow':_0x9bc44e(0x1e6),'up-arrow':_0x9bc44e(0x1b0),'down-arrow':'Flèche\x20bas','left-right-arrow':'Flèche\x20gauche-droite','up-down-arrow':_0x9bc44e(0x17b),'quad-arrow':'Flèche\x20quadruple','left-right-up-arrow':_0x9bc44e(0x1ef),'bent-arrow':_0x9bc44e(0x1e0),'uturn-arrow':'Flèche\x20demi-tour','left-up-arrow':'Flèche\x20gauche-haut','bent-up-arrow':_0x9bc44e(0x1b1),'curved-right-arrow':_0x9bc44e(0x20a),'curved-left-arrow':_0x9bc44e(0x160),'curved-up-arrow':_0x9bc44e(0x1a7),'curved-down-arrow':_0x9bc44e(0x1f9),'striped-right-arrow':_0x9bc44e(0x178),'notched-right-arrow':_0x9bc44e(0x1d1),'home-plate':_0x9bc44e(0x18b),'chevron':_0x9bc44e(0x219),'right-arrow-callout':'Légende\x20flèche\x20droite','down-arrow-callout':'Légende\x20flèche\x20bas','left-arrow-callout':_0x9bc44e(0x238),'up-arrow-callout':_0x9bc44e(0x237),'left-right-arrow-callout':_0x9bc44e(0x17c),'quad-arrow-callout':_0x9bc44e(0x19c),'circular-arrow':_0x9bc44e(0x1f1),'math-plus':_0x9bc44e(0x18f),'math-minus':_0x9bc44e(0x222),'math-multiply':_0x9bc44e(0x1d9),'math-divide':_0x9bc44e(0x1f0),'math-equal':_0x9bc44e(0x1c7),'math-not-equal':_0x9bc44e(0x1ca),'flow-chart-process':_0x9bc44e(0x1f7),'flow-chart-alternate-process':_0x9bc44e(0x1c2),'flow-chart-decision':_0x9bc44e(0x21f),'flow-chart-input-output':_0x9bc44e(0x206),'flow-chart-predefined-process':_0x9bc44e(0x17d),'flow-chart-internal-storage':_0x9bc44e(0x167),'flow-chart-document':_0x9bc44e(0x1d8),'flow-chart-multidocument':_0x9bc44e(0x1de),'flow-chart-terminator':_0x9bc44e(0x1a8),'flow-chart-preparation':_0x9bc44e(0x1f5),'flow-chart-manual-input':_0x9bc44e(0x23f),'flow-chart-manual-operation':_0x9bc44e(0x239),'flow-chart-connector':_0x9bc44e(0x200),'flow-chart-offpage-connector':'Connecteur\x20hors\x20page','flow-chart-punched-card':'Carte','flow-chart-punched-tape':_0x9bc44e(0x210),'flow-chart-summing-junction':_0x9bc44e(0x225),'flow-chart-or':'Ou','flow-chart-collate':'Assembler','flow-chart-sort':'Trier','flow-chart-extract':_0x9bc44e(0x218),'flow-chart-merge':_0x9bc44e(0x176),'flow-chart-online-storage':_0x9bc44e(0x1fd),'flow-chart-delay':'Retard','flow-chart-magnetic-tape':'Accès\x20séquentiel','flow-chart-magnetic-disk':_0x9bc44e(0x1c9),'flow-chart-magnetic-drum':_0x9bc44e(0x20c),'flow-chart-display':_0x9bc44e(0x1e9),'irregular-seal1':'Explosion\x201','irregular-seal2':_0x9bc44e(0x21e),'star4':_0x9bc44e(0x1b5),'star5':_0x9bc44e(0x192),'star6':_0x9bc44e(0x16f),'star7':_0x9bc44e(0x185),'star8':_0x9bc44e(0x1ac),'star10':_0x9bc44e(0x1aa),'star12':_0x9bc44e(0x1fb),'star16':_0x9bc44e(0x1ae),'star24':_0x9bc44e(0x212),'star32':_0x9bc44e(0x1df),'ribbon2':_0x9bc44e(0x215),'ribbon':'Ruban\x20vers\x20le\x20bas','ellipse-ribbon2':_0x9bc44e(0x198),'ellipse-ribbon':_0x9bc44e(0x1fe),'vertical-scroll':_0x9bc44e(0x20e),'horizontal-scroll':_0x9bc44e(0x170),'wave':_0x9bc44e(0x234),'double-wave':_0x9bc44e(0x183),'wedge-rect-callout':_0x9bc44e(0x1ab),'wedge-round-rect-callout':_0x9bc44e(0x181),'wedge-ellipse-callout':_0x9bc44e(0x15e),'cloud-callout':'Légende\x20nuage','border-callout1':'Légende\x20ligne\x201','border-callout2':_0x9bc44e(0x19f),'border-callout3':_0x9bc44e(0x1c1),'accent-callout1':_0x9bc44e(0x1c6),'accent-callout2':_0x9bc44e(0x164),'accent-callout3':_0x9bc44e(0x1f4),'callout1':_0x9bc44e(0x1c0),'callout2':'Légende\x202','callout3':'Légende\x203','accent-border-callout1':_0x9bc44e(0x163),'accent-border-callout2':'Légende\x20bordure\x20accent\x202','accent-border-callout3':'Légende\x20bordure\x20accent\x203','left-circular-arrow':_0x9bc44e(0x1e5),'left-right-circular-arrow':'Flèche\x20circulaire\x20gauche-droite','swoosh-arrow':_0x9bc44e(0x1cb),'left-right-ribbon':_0x9bc44e(0x1b2),'pie-wedge':_0x9bc44e(0x189),'funnel':'Entonnoir','gear6':_0x9bc44e(0x15b),'gear9':_0x9bc44e(0x15c),'corner-tabs':'Onglets\x20d\x27angle','action-button-back-previous':_0x9bc44e(0x229),'action-button-forward-next':_0x9bc44e(0x1f6),'action-button-beginning':_0x9bc44e(0x230),'action-button-end':_0x9bc44e(0x199),'action-button-home':_0x9bc44e(0x197),'action-button-information':_0x9bc44e(0x1e8),'action-button-return':'Bouton\x20d\x27action\x20:\x20Retour','action-button-movie':_0x9bc44e(0x23a),'action-button-document':_0x9bc44e(0x223),'action-button-sound':_0x9bc44e(0x1dc),'action-button-help':_0x9bc44e(0x224),'action-button-blank':_0x9bc44e(0x1c4),'chart-plus':'Graphique\x20Plus','chart-star':_0x9bc44e(0x20d),'chart-x':_0x9bc44e(0x1ea),'flow-chart-offline-storage':_0x9bc44e(0x22e),'line-inv':_0x9bc44e(0x1a2),'plaque-tabs':_0x9bc44e(0x18e),'square-tabs':'Onglets\x20carrés','up-down-arrow-callout':_0x9bc44e(0x241)}}}};function _0x19f2(_0x449ca4,_0x5687ea){_0x449ca4=_0x449ca4-0x15b;const _0x3fd09f=_0x3fd0();let _0x19f203=_0x3fd09f[_0x449ca4];return _0x19f203;}function _0x3fd0(){const _0x26f233=['bas','Soleil','Légende\x20ligne\x202','Biseauté','22btwzbz','Ligne\x20inverse','Flèche','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Remplissage\x20image\x20ou\x20texture','Nuage','Flèche\x20courbe\x20haut','Terminaison','Aucune\x20ligne','Étoile\x20à\x2010\x20branches','Légende\x20rectangulaire','Étoile\x20à\x208\x20branches','Diminuer\x20la\x20taille\x20de\x20la\x20police','Étoile\x20à\x2016\x20branches','Arc','Flèche\x20haut','Flèche\x20coudée\x20vers\x20le\x20haut','Ruban\x20gauche-droite','Main\x20levée','Losange','Étoile\x20à\x204\x20branches','30nhGowm','Rond','781494MGWiyX','Flèche\x20furtive','180876qPQHvt','Grande','Remplissage\x20dégradé','Arc\x20en\x20bloc','Dessiné\x20à\x20la\x20main','Supprimer\x20la\x20forme','Légende\x201','Légende\x20ligne\x203','Processus\x20alternatif','Rectangle','Bouton\x20d\x27action\x20:\x20Vide','Cube','Légende\x20accent\x201','Égal','Ovale','Disque\x20magnétique','Différent','Flèche\x20swoosh','Type\x20de\x20tiret','Insérer\x20une\x20forme','Ligne','Basculer\x20le\x20texte\x20vertical','Tiret','Flèche\x20droite\x20entaillée','Type\x20de\x20jointure','centre','Smiley','Dodécagone','Décalage\x20X','834lDYcOV','Document','Multiplier','Flèches\x20en\x20bloc','Alignement\x20horizontal','Bouton\x20d\x27action\x20:\x20Son','Échelle\x20X','Multidocument','Étoile\x20à\x2032\x20branches','Flèche\x20coudée','Tiret-point','Interdiction\x20de\x20fumer','Insérer...','droite','Flèche\x20circulaire\x20gauche','Flèche\x20gauche','Transparence','Bouton\x20d\x27action\x20:\x20Information','Affichage','Graphique\x20X','Demi-cadre','Ligne\x20fléchée','Ouvrir\x20le\x20panneau\x20des\x20formes','Aucun\x20remplissage','Flèche\x20gauche-droite-haut','Diviser','Flèche\x20circulaire','Centre','Décalage\x20Y','Légende\x20accent\x203','Préparation','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','Processus','Onglet','Flèche\x20courbe\x20bas','Pivoter\x20à\x20gauche\x20de\x2090°','Étoile\x20à\x2012\x20branches','haut','Données\x20stockées','Ruban\x20courbe\x20vers\x20le\x20bas','exports','Connecteur','3241nUbgrx','2TFFCOn','Carré','Connecteur\x20coudé','Connecteur\x20coudé\x20double\x20fléché','Données','Haut\x20gauche','Courbé','Bas\x20gauche','Flèche\x20courbe\x20droite','Organigramme','Stockage\x20à\x20accès\x20direct','Graphique\x20Étoile','Rouleau\x20vertical','Flèche\x20losange','Bande\x20perforée','Crochet\x20gauche','Étoile\x20à\x2024\x20branches','Secteur','Éclair','Ruban\x20vers\x20le\x20haut','Pivoter\x20avec\x20la\x20forme','Remplissage\x20uni','Extraire','Chevron','Anneau','Ligne\x20dégradée','Type\x20de\x20flèche\x20de\x20fin','Style\x20d\x27esquisse','Explosion\x202','Décision','Aucune','Octogone','Moins','Bouton\x20d\x27action\x20:\x20Document','Bouton\x20d\x27action\x20:\x20Aide','Jonction\x20de\x20sommation','Tiret\x20long-point-point','Haut\x20droite','Autres','Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','Tiret\x20long-point','Larme','Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','1234611dbBEVR','Stockage\x20hors\x20ligne','Taille\x20de\x20police','Bouton\x20d\x27action\x20:\x20Début','Lune','Cylindre','1660rhJLTx','Vague','5036944uwQlhj','Hexagone','Légende\x20flèche\x20haut','Légende\x20flèche\x20gauche','Opération\x20manuelle','Bouton\x20d\x27action\x20:\x20Film','Position\x20de\x20la\x20forme','Gauche','Heptagone','Double\x20crochet','Saisie\x20manuelle','Format\x20de\x20la\x20forme','Légende\x20flèche\x20haut-bas','Engrenage\x206','Engrenage\x209','Taille\x20de\x20flèche\x20de\x20début','Légende\x20ovale','Bas\x20droite','Flèche\x20courbe\x20gauche','Crochet\x20droit','Triangle\x20rectangle','Légende\x20bordure\x20accent\x201','Légende\x20accent\x202','Formes\x20d\x27équation','Moyenne','Stockage\x20interne','Flèche\x20ouverte','Rogner\x20à\x20la\x20forme','Légendes','Largeur','Décagone','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','6440VybEyj','Étoile\x20à\x206\x20branches','Rouleau\x20horizontal','Alignement\x20vertical','Zone\x20de\x20texte\x20verticale','Tiret\x20long','Réinitialiser','Haut','Fusionner','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Flèche\x20droite\x20rayée','Masquer\x20le\x20panneau\x20des\x20formes','266993hnoPEd','Flèche\x20haut-bas','Légende\x20flèche\x20gauche-droite','Processus\x20prédéfini','Connecteur\x20coudé\x20fléché','Petite','Corde','Légende\x20rectangulaire\x20arrondie','Couleur','Double\x20vague','Alignement','Étoile\x20à\x207\x20branches','Étoiles\x20et\x20bannières','Accolade\x20gauche','Ligne\x20continue','Secteur\x20circulaire','Flèche\x20droite','Pentagone','Cadre','Pivoter\x20à\x20droite\x20de\x2090°','Onglets\x20plaque','Plus','gauche','Taille\x20de\x20flèche\x20de\x20fin','Étoile\x20à\x205\x20branches','Rayure\x20diagonale','Continue','Connecteur\x20courbe\x20fléché','Point\x20carré','Bouton\x20d\x27action\x20:\x20Accueil','Ruban\x20courbe\x20vers\x20le\x20haut','Bouton\x20d\x27action\x20:\x20Fin','Trapèze\x20non\x20isocèle','Cœur','Légende\x20flèche\x20quadruple'];_0x3fd0=function(){return _0x26f233;};return _0x3fd0();}module[_0x9bc44e(0x1ff)]=e;
1
+ const _0x53e877=_0x27ee;(function(_0x4c9883,_0x36397e){const _0x2e6eff=_0x27ee,_0x562784=_0x4c9883();while(!![]){try{const _0xad446d=-parseInt(_0x2e6eff(0x8a))/0x1+-parseInt(_0x2e6eff(0x96))/0x2*(-parseInt(_0x2e6eff(0xec))/0x3)+parseInt(_0x2e6eff(0xf0))/0x4+parseInt(_0x2e6eff(0x6f))/0x5+parseInt(_0x2e6eff(0x127))/0x6+parseInt(_0x2e6eff(0x10c))/0x7*(parseInt(_0x2e6eff(0x75))/0x8)+-parseInt(_0x2e6eff(0xe2))/0x9;if(_0xad446d===_0x36397e)break;else _0x562784['push'](_0x562784['shift']());}catch(_0x4c4fc3){_0x562784['push'](_0x562784['shift']());}}}(_0x196c,0x83d1f));const e={'sheets-shape-ui':{'align':{'top':_0x53e877(0x78),'middle':'milieu','bottom':_0x53e877(0x108),'left':'gauche','center':_0x53e877(0x12a),'right':_0x53e877(0xb3)},'toolbar':{'verticalAlignMode':{'main':_0x53e877(0xac)},'horizontalAlignMode':{'main':'Alignement\x20horizontal'},'fillColor':{'main':_0x53e877(0xe0)},'fontSize':_0x53e877(0x11a),'fontSizeIncrease':_0x53e877(0xd1),'fontSizeDecrease':_0x53e877(0x8c),'alignLeft':_0x53e877(0x140),'alignCenter':_0x53e877(0x84),'alignRight':_0x53e877(0xe7),'alignJustify':_0x53e877(0x11d),'bold':'Bold','italic':'Italic','underline':_0x53e877(0x122),'strikethrough':'Strikethrough','textColor':'Text\x20color','textBackgroundColor':'Text\x20Background\x20color','resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x53e877(0xa0)}},'permission':{'editErr':_0x53e877(0x141)},'title':_0x53e877(0xa5),'insertShape':_0x53e877(0x14c),'openPanel':_0x53e877(0xf2),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':'Format\x20de\x20la\x20forme','shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x53e877(0x81),'rotateRight90':_0x53e877(0xd2),'rotateLeft90':_0x53e877(0x144),'toggleTextVertical':_0x53e877(0x14b),'fill':{'title':_0x53e877(0xad),'noFill':_0x53e877(0x120),'solidFill':_0x53e877(0x148),'gradientFill':_0x53e877(0xa2),'pictureFill':_0x53e877(0xb4),'patternFill':_0x53e877(0xbf),'color':_0x53e877(0x8b),'transparency':_0x53e877(0xd5),'picture':{'source':'Source\x20de\x20l\x27image','insert':_0x53e877(0x85),'tileAsTexture':_0x53e877(0x124),'offsetX':'Décalage\x20X','offsetY':'Décalage\x20Y','scaleX':_0x53e877(0xb7),'scaleY':_0x53e877(0x79),'alignment':'Alignement','rotateWithShape':_0x53e877(0xc0),'align':{'tl':_0x53e877(0xf1),'t':_0x53e877(0xae),'tr':_0x53e877(0x12d),'l':_0x53e877(0x123),'ctr':_0x53e877(0x10a),'r':_0x53e877(0x11e),'bl':_0x53e877(0xd8),'b':_0x53e877(0x12f),'br':_0x53e877(0x74)}}},'line':{'title':_0x53e877(0x7e),'noLine':'Aucune\x20ligne','solidLine':_0x53e877(0x72),'gradientLine':'Ligne\x20dégradée','color':_0x53e877(0x8b),'transparency':_0x53e877(0xd5),'width':'Largeur','dashType':{'title':_0x53e877(0x149),'solid':'Continue','roundDot':_0x53e877(0x126),'squareDot':_0x53e877(0x94),'dash':_0x53e877(0xea),'dashDot':_0x53e877(0xdc),'longDash':'Tiret\x20long','longDashDot':'Tiret\x20long-point','longDashDotDot':_0x53e877(0xe6)},'capType':{'title':_0x53e877(0x135),'flat':'Plat','round':_0x53e877(0x131),'square':_0x53e877(0xca)},'joinType':{'title':_0x53e877(0xc1),'miter':_0x53e877(0x13a),'round':'Rond','bevel':_0x53e877(0x12b)},'beginArrowType':_0x53e877(0x9a),'beginArrowSize':_0x53e877(0xe9),'endArrowType':_0x53e877(0x91),'endArrowSize':_0x53e877(0x118),'arrowType':{'none':'Aucune','arrow':_0x53e877(0x89),'openArrow':_0x53e877(0xc9),'stealthArrow':'Flèche\x20furtive','diamondArrow':_0x53e877(0x105),'ovalArrow':_0x53e877(0xeb)},'arrowSize':{'small':_0x53e877(0xfc),'medium':_0x53e877(0xb8),'large':'Grande'},'sketchType':{'title':'Style\x20d\x27esquisse','none':_0x53e877(0x102),'curved':_0x53e877(0xcf),'freehand':'Main\x20levée','handDrawn':'Dessiné\x20à\x20la\x20main'}},'shape':{'group':{'line':_0x53e877(0x145),'rectangle':_0x53e877(0x71),'basicShape':_0x53e877(0xbc),'blockArrow':_0x53e877(0x10b),'equationShape':_0x53e877(0xf9),'flowchart':_0x53e877(0xc6),'starAndBanner':_0x53e877(0xbd),'callout':'Légendes','other':_0x53e877(0x8f)},'type':{'line':'Ligne','straight-connector1':'Ligne\x20fléchée','straight-connector2':_0x53e877(0x86),'bent-connector3':_0x53e877(0xb6),'bent-connector3-arrow1':_0x53e877(0x70),'bent-connector3-arrow2':_0x53e877(0xdb),'curved-connector3':_0x53e877(0x9f),'curved-connector3-arrow1':_0x53e877(0x10d),'curved-connector3-arrow2':_0x53e877(0x7d),'rect':_0x53e877(0x77),'round-rect':'Rectangle\x20arrondi','snip1-rect':'Rectangle\x20à\x20un\x20coin\x20coupé','snip2-same-rect':_0x53e877(0x13f),'snip2-diag-rect':_0x53e877(0xb5),'snip-round-rect':_0x53e877(0xc4),'round1-rect':_0x53e877(0x98),'round2-same-rect':_0x53e877(0x111),'round2-diag-rect':_0x53e877(0xc3),'rect-textbox-horizontal':'Zone\x20de\x20texte\x20horizontale','rect-textbox-vertical':'Zone\x20de\x20texte\x20verticale','ellipse':_0x53e877(0xe4),'triangle':'Triangle\x20isocèle','rt-triangle':_0x53e877(0xaa),'parallelogram':_0x53e877(0x93),'trapezoid':'Trapèze','non-isosceles-trapezoid':_0x53e877(0x133),'diamond':_0x53e877(0xc8),'pentagon':_0x53e877(0x112),'hexagon':'Hexagone','heptagon':'Heptagone','octagon':_0x53e877(0xd3),'decagon':'Décagone','dodecagon':_0x53e877(0xaf),'pie':_0x53e877(0x130),'chord':_0x53e877(0xb0),'teardrop':_0x53e877(0xb2),'frame':_0x53e877(0xd9),'half-frame':'Demi-cadre','corner':_0x53e877(0x12c),'diag-stripe':'Rayure\x20diagonale','plus':'Croix','plaque':'Plaque','can':'Cylindre','cube':_0x53e877(0x104),'bevel':_0x53e877(0x117),'donut':_0x53e877(0x103),'no-smoking':'Interdiction\x20de\x20fumer','block-arc':'Arc\x20en\x20bloc','folder-corner':'Coin\x20plié','smiley-face':_0x53e877(0xe8),'heart':_0x53e877(0x113),'lightning-bolt':_0x53e877(0x13e),'sun':_0x53e877(0x101),'moon':_0x53e877(0x129),'cloud':_0x53e877(0x14d),'arc':'Arc','bracket-pair':_0x53e877(0x12e),'brace-pair':_0x53e877(0xc7),'left-bracket':'Crochet\x20gauche','right-bracket':'Crochet\x20droit','left-brace':_0x53e877(0x80),'right-brace':_0x53e877(0xab),'right-arrow':'Flèche\x20droite','left-arrow':'Flèche\x20gauche','up-arrow':_0x53e877(0x11f),'down-arrow':_0x53e877(0x9d),'left-right-arrow':_0x53e877(0x82),'up-down-arrow':_0x53e877(0x88),'quad-arrow':_0x53e877(0x132),'left-right-up-arrow':'Flèche\x20gauche-droite-haut','bent-arrow':'Flèche\x20coudée','uturn-arrow':'Flèche\x20demi-tour','left-up-arrow':_0x53e877(0x13c),'bent-up-arrow':_0x53e877(0xf7),'curved-right-arrow':_0x53e877(0xd0),'curved-left-arrow':_0x53e877(0xee),'curved-up-arrow':_0x53e877(0xb9),'curved-down-arrow':'Flèche\x20courbe\x20bas','striped-right-arrow':'Flèche\x20droite\x20rayée','notched-right-arrow':_0x53e877(0x100),'home-plate':_0x53e877(0x112),'chevron':_0x53e877(0x147),'right-arrow-callout':'Légende\x20flèche\x20droite','down-arrow-callout':_0x53e877(0x99),'left-arrow-callout':'Légende\x20flèche\x20gauche','up-arrow-callout':_0x53e877(0x8e),'left-right-arrow-callout':_0x53e877(0x121),'quad-arrow-callout':_0x53e877(0xa7),'circular-arrow':_0x53e877(0x136),'math-plus':_0x53e877(0xf3),'math-minus':_0x53e877(0x109),'math-multiply':_0x53e877(0x9c),'math-divide':_0x53e877(0xe1),'math-equal':_0x53e877(0xd6),'math-not-equal':_0x53e877(0x114),'flow-chart-process':_0x53e877(0xf4),'flow-chart-alternate-process':_0x53e877(0x92),'flow-chart-decision':_0x53e877(0x7f),'flow-chart-input-output':_0x53e877(0x106),'flow-chart-predefined-process':_0x53e877(0x7c),'flow-chart-internal-storage':_0x53e877(0xa6),'flow-chart-document':_0x53e877(0x7a),'flow-chart-multidocument':'Multidocument','flow-chart-terminator':_0x53e877(0xe3),'flow-chart-preparation':_0x53e877(0xa8),'flow-chart-manual-input':_0x53e877(0xfb),'flow-chart-manual-operation':_0x53e877(0x128),'flow-chart-connector':_0x53e877(0x125),'flow-chart-offpage-connector':_0x53e877(0x9b),'flow-chart-punched-card':'Carte','flow-chart-punched-tape':_0x53e877(0xc5),'flow-chart-summing-junction':_0x53e877(0xbe),'flow-chart-or':'Ou','flow-chart-collate':'Assembler','flow-chart-sort':_0x53e877(0x139),'flow-chart-extract':'Extraire','flow-chart-merge':'Fusionner','flow-chart-online-storage':_0x53e877(0xf5),'flow-chart-delay':_0x53e877(0xba),'flow-chart-magnetic-tape':_0x53e877(0x13d),'flow-chart-magnetic-disk':_0x53e877(0x119),'flow-chart-magnetic-drum':_0x53e877(0xff),'flow-chart-display':_0x53e877(0xde),'irregular-seal1':_0x53e877(0x138),'irregular-seal2':_0x53e877(0xdd),'star4':_0x53e877(0x107),'star5':_0x53e877(0xfd),'star6':_0x53e877(0x10e),'star7':_0x53e877(0x14a),'star8':_0x53e877(0x87),'star10':_0x53e877(0xa3),'star12':_0x53e877(0xc2),'star16':_0x53e877(0x83),'star24':_0x53e877(0xf6),'star32':'Étoile\x20à\x2032\x20branches','ribbon2':_0x53e877(0x143),'ribbon':_0x53e877(0x11b),'ellipse-ribbon2':_0x53e877(0x146),'ellipse-ribbon':'Ruban\x20courbe\x20vers\x20le\x20bas','vertical-scroll':_0x53e877(0x137),'horizontal-scroll':_0x53e877(0x110),'wave':_0x53e877(0x13b),'double-wave':_0x53e877(0xe5),'wedge-rect-callout':_0x53e877(0xed),'wedge-round-rect-callout':_0x53e877(0xbb),'wedge-ellipse-callout':_0x53e877(0x7b),'cloud-callout':_0x53e877(0xdf),'border-callout1':_0x53e877(0xf8),'border-callout2':'Légende\x20ligne\x202','border-callout3':_0x53e877(0xa9),'accent-callout1':'Légende\x20accent\x201','accent-callout2':_0x53e877(0xfa),'accent-callout3':'Légende\x20accent\x203','callout1':'Légende\x201','callout2':_0x53e877(0x76),'callout3':_0x53e877(0xa1),'accent-border-callout1':_0x53e877(0xd4),'accent-border-callout2':_0x53e877(0xcd),'accent-border-callout3':'Légende\x20bordure\x20accent\x203','left-circular-arrow':_0x53e877(0xd7),'left-right-circular-arrow':_0x53e877(0x90),'swoosh-arrow':_0x53e877(0xce),'left-right-ribbon':_0x53e877(0x73),'pie-wedge':_0x53e877(0x116),'funnel':'Entonnoir','gear6':_0x53e877(0x115),'gear9':'Engrenage\x209','corner-tabs':_0x53e877(0xa4),'action-button-back-previous':'Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','action-button-forward-next':_0x53e877(0xef),'action-button-beginning':_0x53e877(0x97),'action-button-end':_0x53e877(0xda),'action-button-home':'Bouton\x20d\x27action\x20:\x20Accueil','action-button-information':'Bouton\x20d\x27action\x20:\x20Information','action-button-return':'Bouton\x20d\x27action\x20:\x20Retour','action-button-movie':_0x53e877(0x142),'action-button-document':_0x53e877(0x9e),'action-button-sound':'Bouton\x20d\x27action\x20:\x20Son','action-button-help':_0x53e877(0xcb),'action-button-blank':'Bouton\x20d\x27action\x20:\x20Vide','chart-plus':_0x53e877(0x10f),'chart-star':'Graphique\x20Étoile','chart-x':_0x53e877(0x11c),'flow-chart-offline-storage':_0x53e877(0x134),'line-inv':_0x53e877(0xcc),'plaque-tabs':_0x53e877(0xfe),'square-tabs':_0x53e877(0x8d),'up-down-arrow-callout':_0x53e877(0xb1)}}}};function _0x27ee(_0x575031,_0x5de095){_0x575031=_0x575031-0x6f;const _0x196c31=_0x196c();let _0x27eed8=_0x196c31[_0x575031];return _0x27eed8;}module[_0x53e877(0x95)]=e;function _0x196c(){const _0x75a82a=['Ruban\x20vers\x20le\x20haut','Pivoter\x20à\x20gauche\x20de\x2090°','Lignes','Ruban\x20courbe\x20vers\x20le\x20haut','Chevron','Remplissage\x20uni','Type\x20de\x20tiret','Étoile\x20à\x207\x20branches','Basculer\x20le\x20texte\x20vertical','Insérer\x20une\x20forme','Nuage','1729640IhnraG','Connecteur\x20coudé\x20fléché','Rectangles','Ligne\x20continue','Ruban\x20gauche-droite','Bas\x20droite','104EFDChW','Légende\x202','Rectangle','haut','Échelle\x20Y','Document','Légende\x20ovale','Processus\x20prédéfini','Connecteur\x20courbe\x20double\x20fléché','Ligne','Décision','Accolade\x20gauche','Basculer\x20le\x20retournement\x20vertical','Flèche\x20gauche-droite','Étoile\x20à\x2016\x20branches','Align\x20Center','Insérer...','Ligne\x20double\x20fléchée','Étoile\x20à\x208\x20branches','Flèche\x20haut-bas','Flèche','693318rAFGwA','Couleur','Diminuer\x20la\x20taille\x20de\x20la\x20police','Onglets\x20carrés','Légende\x20flèche\x20haut','Autres','Flèche\x20circulaire\x20gauche-droite','Type\x20de\x20flèche\x20de\x20fin','Processus\x20alternatif','Parallélogramme','Point\x20carré','exports','298XCviTc','Bouton\x20d\x27action\x20:\x20Début','Rectangle\x20à\x20un\x20coin\x20arrondi','Légende\x20flèche\x20bas','Type\x20de\x20flèche\x20de\x20début','Connecteur\x20hors\x20page','Multiplier','Flèche\x20bas','Bouton\x20d\x27action\x20:\x20Document','Connecteur\x20courbe','Rogner\x20à\x20la\x20forme','Légende\x203','Remplissage\x20dégradé','Étoile\x20à\x2010\x20branches','Onglets\x20d\x27angle','Forme','Stockage\x20interne','Légende\x20flèche\x20quadruple','Préparation','Légende\x20ligne\x203','Triangle\x20rectangle','Accolade\x20droite','Alignement\x20vertical','Remplissage','Haut','Dodécagone','Corde','Légende\x20flèche\x20haut-bas','Larme','droite','Remplissage\x20image\x20ou\x20texture','Rectangle\x20à\x20coins\x20coupés\x20diagonaux','Connecteur\x20coudé','Échelle\x20X','Moyenne','Flèche\x20courbe\x20haut','Retard','Légende\x20rectangulaire\x20arrondie','Formes\x20de\x20base','Étoiles\x20et\x20bannières','Jonction\x20de\x20sommation','Remplissage\x20motif','Pivoter\x20avec\x20la\x20forme','Type\x20de\x20jointure','Étoile\x20à\x2012\x20branches','Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','Bande\x20perforée','Organigramme','Double\x20accolade','Losange','Flèche\x20ouverte','Carré','Bouton\x20d\x27action\x20:\x20Aide','Ligne\x20inverse','Légende\x20bordure\x20accent\x202','Flèche\x20swoosh','Courbé','Flèche\x20courbe\x20droite','Augmenter\x20la\x20taille\x20de\x20la\x20police','Pivoter\x20à\x20droite\x20de\x2090°','Octogone','Légende\x20bordure\x20accent\x201','Transparence','Égal','Flèche\x20circulaire\x20gauche','Bas\x20gauche','Cadre','Bouton\x20d\x27action\x20:\x20Fin','Connecteur\x20coudé\x20double\x20fléché','Tiret-point','Explosion\x202','Affichage','Légende\x20nuage','Couleur\x20de\x20remplissage','Diviser','8892855tJXVSe','Terminaison','Ovale','Double\x20vague','Tiret\x20long-point-point','Align\x20Right','Smiley','Taille\x20de\x20flèche\x20de\x20début','Tiret','Flèche\x20ovale','11316PjVEpc','Légende\x20rectangulaire','Flèche\x20courbe\x20gauche','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','2232672rICDJn','Haut\x20gauche','Ouvrir\x20le\x20panneau\x20des\x20formes','Plus','Processus','Données\x20stockées','Étoile\x20à\x2024\x20branches','Flèche\x20coudée\x20vers\x20le\x20haut','Légende\x20ligne\x201','Formes\x20d\x27équation','Légende\x20accent\x202','Saisie\x20manuelle','Petite','Étoile\x20à\x205\x20branches','Onglets\x20plaque','Stockage\x20à\x20accès\x20direct','Flèche\x20droite\x20entaillée','Soleil','Aucun','Anneau','Cube','Flèche\x20losange','Données','Étoile\x20à\x204\x20branches','bas','Moins','Centre','Flèches\x20en\x20bloc','98273iGUBKu','Connecteur\x20courbe\x20fléché','Étoile\x20à\x206\x20branches','Graphique\x20Plus','Rouleau\x20horizontal','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Pentagone','Cœur','Différent','Engrenage\x206','Secteur\x20circulaire','Biseau','Taille\x20de\x20flèche\x20de\x20fin','Disque\x20magnétique','Taille\x20de\x20police','Ruban\x20vers\x20le\x20bas','Graphique\x20X','Justify','Droite','Flèche\x20haut','Aucun\x20remplissage','Légende\x20flèche\x20gauche-droite','Underline','Gauche','Mosaïque\x20d\x27image\x20comme\x20texture','Connecteur','Point\x20rond','3436302FJctTT','Opération\x20manuelle','Lune','centre','Biseauté','Forme\x20en\x20L','Haut\x20droite','Double\x20crochet','Bas','Secteur','Rond','Flèche\x20quadruple','Trapèze\x20non\x20isocèle','Stockage\x20hors\x20ligne','Type\x20de\x20terminaison','Flèche\x20circulaire','Rouleau\x20vertical','Explosion\x201','Trier','Onglet','Vague','Flèche\x20gauche-haut','Accès\x20séquentiel','Éclair','Rectangle\x20à\x20coins\x20coupés\x20même\x20côté','Align\x20Left','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Bouton\x20d\x27action\x20:\x20Film'];_0x196c=function(){return _0x75a82a;};return _0x196c();}
@@ -1 +1 @@
1
- const _0x4d9c8c=_0x18d1;function _0x18d1(_0x1c99d3,_0x55a1eb){_0x1c99d3=_0x1c99d3-0xc8;const _0x30d23d=_0x30d2();let _0x18d143=_0x30d23d[_0x1c99d3];return _0x18d143;}(function(_0x150b34,_0x26cdc8){const _0x3b4b19=_0x18d1,_0x7e7e40=_0x150b34();while(!![]){try{const _0x438c2a=-parseInt(_0x3b4b19(0x175))/0x1+parseInt(_0x3b4b19(0xe9))/0x2*(parseInt(_0x3b4b19(0x179))/0x3)+parseInt(_0x3b4b19(0x12c))/0x4+-parseInt(_0x3b4b19(0x150))/0x5+-parseInt(_0x3b4b19(0x16b))/0x6*(parseInt(_0x3b4b19(0x157))/0x7)+-parseInt(_0x3b4b19(0x143))/0x8+parseInt(_0x3b4b19(0x14a))/0x9;if(_0x438c2a===_0x26cdc8)break;else _0x7e7e40['push'](_0x7e7e40['shift']());}catch(_0x207b3e){_0x7e7e40['push'](_0x7e7e40['shift']());}}}(_0x30d2,0x56588));const e={'sheets-shape-ui':{'align':{'top':_0x4d9c8c(0x159),'middle':_0x4d9c8c(0x107),'bottom':_0x4d9c8c(0x12f),'left':'kiri','center':'tengah','right':_0x4d9c8c(0x144)},'toolbar':{'verticalAlignMode':{'main':_0x4d9c8c(0x13e)},'horizontalAlignMode':{'main':_0x4d9c8c(0xef)},'fillColor':{'main':_0x4d9c8c(0x194)},'fontSize':_0x4d9c8c(0x100),'fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':_0x4d9c8c(0xe6),'resetColor':_0x4d9c8c(0x10e)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x4d9c8c(0x129)},'title':_0x4d9c8c(0x11c),'insertShape':_0x4d9c8c(0x170),'openPanel':_0x4d9c8c(0x14b),'deleteShape':_0x4d9c8c(0x134),'hidePanel':_0x4d9c8c(0x155),'formatShape':_0x4d9c8c(0x11a),'shapeStyle':_0x4d9c8c(0x1a0),'shapePosition':_0x4d9c8c(0x119),'toggleFlipH':_0x4d9c8c(0x174),'toggleFlipV':_0x4d9c8c(0xc9),'rotateRight90':_0x4d9c8c(0x125),'rotateLeft90':_0x4d9c8c(0x161),'toggleTextVertical':_0x4d9c8c(0x196),'fill':{'title':_0x4d9c8c(0x188),'noFill':_0x4d9c8c(0x187),'solidFill':_0x4d9c8c(0x142),'gradientFill':'Isian\x20gradien','pictureFill':_0x4d9c8c(0x185),'patternFill':_0x4d9c8c(0xfb),'color':_0x4d9c8c(0x158),'transparency':_0x4d9c8c(0xd9),'picture':{'source':_0x4d9c8c(0x140),'insert':'Sisipkan...','tileAsTexture':_0x4d9c8c(0x102),'offsetX':_0x4d9c8c(0xde),'offsetY':'Offset\x20Y','scaleX':_0x4d9c8c(0x15d),'scaleY':_0x4d9c8c(0x17c),'alignment':'Perataan','rotateWithShape':'Putar\x20dengan\x20bentuk','align':{'tl':_0x4d9c8c(0x1a1),'t':'Atas','tr':_0x4d9c8c(0x16e),'l':'Kiri','ctr':_0x4d9c8c(0x19d),'r':_0x4d9c8c(0x18e),'bl':_0x4d9c8c(0x184),'b':_0x4d9c8c(0x132),'br':_0x4d9c8c(0xf5)}}},'line':{'title':'Garis','noLine':_0x4d9c8c(0xda),'solidLine':_0x4d9c8c(0x19e),'gradientLine':_0x4d9c8c(0x120),'color':'Warna','transparency':_0x4d9c8c(0xd9),'width':_0x4d9c8c(0x1a6),'dashType':{'title':_0x4d9c8c(0x14f),'solid':_0x4d9c8c(0x18d),'roundDot':'Titik\x20Bulat','squareDot':_0x4d9c8c(0x178),'dash':_0x4d9c8c(0x15e),'dashDot':_0x4d9c8c(0x17b),'longDash':'Putus\x20Panjang','longDashDot':_0x4d9c8c(0x151),'longDashDotDot':_0x4d9c8c(0xf0)},'capType':{'title':'Jenis\x20ujung','flat':'Datar','round':_0x4d9c8c(0x13b),'square':_0x4d9c8c(0x139)},'joinType':{'title':_0x4d9c8c(0x1a4),'miter':_0x4d9c8c(0x149),'round':_0x4d9c8c(0x13b),'bevel':_0x4d9c8c(0x166)},'beginArrowType':_0x4d9c8c(0x15f),'beginArrowSize':_0x4d9c8c(0x1a9),'endArrowType':'Jenis\x20panah\x20akhir','endArrowSize':_0x4d9c8c(0x189),'arrowType':{'none':_0x4d9c8c(0xec),'arrow':'Panah','openArrow':'Panah\x20Terbuka','stealthArrow':_0x4d9c8c(0x11d),'diamondArrow':'Panah\x20Berlian','ovalArrow':_0x4d9c8c(0xd7)},'arrowSize':{'small':_0x4d9c8c(0xe8),'medium':_0x4d9c8c(0x181),'large':_0x4d9c8c(0x160)},'sketchType':{'title':_0x4d9c8c(0x146),'none':_0x4d9c8c(0xec),'curved':'Melengkung','freehand':_0x4d9c8c(0x114),'handDrawn':_0x4d9c8c(0x10f)}},'shape':{'group':{'line':'Garis','rectangle':_0x4d9c8c(0x1a5),'basicShape':_0x4d9c8c(0x15a),'blockArrow':_0x4d9c8c(0x154),'equationShape':_0x4d9c8c(0xfe),'flowchart':_0x4d9c8c(0xf9),'starAndBanner':'Bintang\x20dan\x20Spanduk','callout':_0x4d9c8c(0x106),'other':'Lainnya'},'type':{'line':_0x4d9c8c(0x164),'straight-connector1':_0x4d9c8c(0x12d),'straight-connector2':_0x4d9c8c(0xd1),'bent-connector3':_0x4d9c8c(0x101),'bent-connector3-arrow1':'Penyambung\x20Siku\x20Panah','bent-connector3-arrow2':_0x4d9c8c(0x103),'curved-connector3':_0x4d9c8c(0x13f),'curved-connector3-arrow1':_0x4d9c8c(0xe3),'curved-connector3-arrow2':_0x4d9c8c(0x133),'rect':_0x4d9c8c(0x1a5),'round-rect':'Persegi\x20Panjang\x20Membulat','snip1-rect':_0x4d9c8c(0x18c),'snip2-same-rect':_0x4d9c8c(0x197),'snip2-diag-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','snip-round-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','round1-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','round2-same-rect':_0x4d9c8c(0x162),'round2-diag-rect':_0x4d9c8c(0xed),'rect-textbox-horizontal':_0x4d9c8c(0x193),'rect-textbox-vertical':'Kotak\x20Teks\x20Vertikal','ellipse':_0x4d9c8c(0x136),'triangle':_0x4d9c8c(0x137),'rt-triangle':'Segitiga\x20Siku-Siku','parallelogram':_0x4d9c8c(0x10b),'trapezoid':_0x4d9c8c(0x177),'non-isosceles-trapezoid':'Trapesium\x20Tidak\x20Sama\x20Kaki','diamond':_0x4d9c8c(0x192),'pentagon':_0x4d9c8c(0x147),'hexagon':_0x4d9c8c(0x152),'heptagon':'Heptagon','octagon':_0x4d9c8c(0x14d),'decagon':_0x4d9c8c(0x138),'dodecagon':_0x4d9c8c(0x10c),'pie':_0x4d9c8c(0xd4),'chord':_0x4d9c8c(0x118),'teardrop':_0x4d9c8c(0xdd),'frame':_0x4d9c8c(0x16a),'half-frame':_0x4d9c8c(0x156),'corner':_0x4d9c8c(0x1a7),'diag-stripe':'Garis\x20Diagonal','plus':_0x4d9c8c(0x173),'plaque':'Plakat','can':_0x4d9c8c(0x168),'cube':_0x4d9c8c(0x17d),'bevel':_0x4d9c8c(0x166),'donut':_0x4d9c8c(0x15c),'no-smoking':_0x4d9c8c(0x12a),'block-arc':_0x4d9c8c(0x165),'folder-corner':_0x4d9c8c(0x121),'smiley-face':_0x4d9c8c(0xe4),'heart':'Hati','lightning-bolt':_0x4d9c8c(0xd0),'sun':_0x4d9c8c(0x19b),'moon':_0x4d9c8c(0x130),'cloud':_0x4d9c8c(0xe5),'arc':_0x4d9c8c(0x127),'bracket-pair':_0x4d9c8c(0x135),'brace-pair':'Kurung\x20Kurawal\x20Ganda','left-bracket':_0x4d9c8c(0x128),'right-bracket':_0x4d9c8c(0x167),'left-brace':_0x4d9c8c(0xd2),'right-brace':_0x4d9c8c(0x14c),'right-arrow':'Panah\x20Kanan','left-arrow':'Panah\x20Kiri','up-arrow':_0x4d9c8c(0x12b),'down-arrow':'Panah\x20Bawah','left-right-arrow':_0x4d9c8c(0x198),'up-down-arrow':_0x4d9c8c(0xf2),'quad-arrow':_0x4d9c8c(0x16f),'left-right-up-arrow':_0x4d9c8c(0x109),'bent-arrow':_0x4d9c8c(0xd3),'uturn-arrow':'Panah\x20Putar\x20Balik','left-up-arrow':_0x4d9c8c(0xf7),'bent-up-arrow':'Panah\x20Bengkok\x20Atas','curved-right-arrow':_0x4d9c8c(0x186),'curved-left-arrow':'Panah\x20Melengkung\x20Kiri','curved-up-arrow':_0x4d9c8c(0x19c),'curved-down-arrow':_0x4d9c8c(0xe1),'striped-right-arrow':_0x4d9c8c(0xcc),'notched-right-arrow':_0x4d9c8c(0x112),'home-plate':_0x4d9c8c(0x147),'chevron':'Chevron','right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kanan','down-arrow-callout':_0x4d9c8c(0xd6),'left-arrow-callout':_0x4d9c8c(0x183),'up-arrow-callout':_0x4d9c8c(0x190),'left-right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','quad-arrow-callout':_0x4d9c8c(0xf8),'circular-arrow':_0x4d9c8c(0x18b),'math-plus':_0x4d9c8c(0x1a3),'math-minus':'Kurang','math-multiply':_0x4d9c8c(0xc8),'math-divide':_0x4d9c8c(0x108),'math-equal':_0x4d9c8c(0x163),'math-not-equal':_0x4d9c8c(0x182),'flow-chart-process':_0x4d9c8c(0x13d),'flow-chart-alternate-process':_0x4d9c8c(0xfd),'flow-chart-decision':'Keputusan','flow-chart-input-output':_0x4d9c8c(0xff),'flow-chart-predefined-process':'Proses\x20Terdefinisi','flow-chart-internal-storage':_0x4d9c8c(0x11e),'flow-chart-document':_0x4d9c8c(0xea),'flow-chart-multidocument':_0x4d9c8c(0xf4),'flow-chart-terminator':_0x4d9c8c(0x19a),'flow-chart-preparation':_0x4d9c8c(0xce),'flow-chart-manual-input':_0x4d9c8c(0xe0),'flow-chart-manual-operation':_0x4d9c8c(0xe7),'flow-chart-connector':'Penyambung','flow-chart-offpage-connector':_0x4d9c8c(0xdf),'flow-chart-punched-card':_0x4d9c8c(0x145),'flow-chart-punched-tape':_0x4d9c8c(0x180),'flow-chart-summing-junction':_0x4d9c8c(0x123),'flow-chart-or':'Atau','flow-chart-collate':_0x4d9c8c(0x1a8),'flow-chart-sort':_0x4d9c8c(0xfc),'flow-chart-extract':'Ekstrak','flow-chart-merge':_0x4d9c8c(0xf3),'flow-chart-online-storage':'Data\x20Tersimpan','flow-chart-delay':_0x4d9c8c(0x17a),'flow-chart-magnetic-tape':_0x4d9c8c(0xdb),'flow-chart-magnetic-disk':'Disk\x20Magnetik','flow-chart-magnetic-drum':_0x4d9c8c(0x16d),'flow-chart-display':_0x4d9c8c(0x191),'irregular-seal1':_0x4d9c8c(0xfa),'irregular-seal2':'Ledakan\x202','star4':_0x4d9c8c(0x104),'star5':_0x4d9c8c(0x113),'star6':_0x4d9c8c(0x153),'star7':_0x4d9c8c(0xd5),'star8':_0x4d9c8c(0x126),'star10':_0x4d9c8c(0xee),'star12':_0x4d9c8c(0x16c),'star16':_0x4d9c8c(0x141),'star24':'Bintang\x2024\x20Sudut','star32':_0x4d9c8c(0x105),'ribbon2':'Pita\x20Atas','ribbon':_0x4d9c8c(0x11f),'ellipse-ribbon2':_0x4d9c8c(0x117),'ellipse-ribbon':_0x4d9c8c(0x111),'vertical-scroll':_0x4d9c8c(0xeb),'horizontal-scroll':'Gulir\x20Horizontal','wave':_0x4d9c8c(0xcd),'double-wave':_0x4d9c8c(0x171),'wedge-rect-callout':_0x4d9c8c(0x17f),'wedge-round-rect-callout':_0x4d9c8c(0xca),'wedge-ellipse-callout':_0x4d9c8c(0x19f),'cloud-callout':'Tanda\x20Panggilan\x20Awan','border-callout1':_0x4d9c8c(0x17e),'border-callout2':_0x4d9c8c(0x115),'border-callout3':_0x4d9c8c(0xdc),'accent-callout1':'Tanda\x20Panggilan\x20Aksen\x201','accent-callout2':_0x4d9c8c(0x18f),'accent-callout3':'Tanda\x20Panggilan\x20Aksen\x203','callout1':'Tanda\x20Panggilan\x201','callout2':'Tanda\x20Panggilan\x202','callout3':_0x4d9c8c(0x116),'accent-border-callout1':_0x4d9c8c(0x15b),'accent-border-callout2':_0x4d9c8c(0x172),'accent-border-callout3':_0x4d9c8c(0xd8),'left-circular-arrow':_0x4d9c8c(0x14e),'left-right-circular-arrow':_0x4d9c8c(0x12e),'swoosh-arrow':_0x4d9c8c(0xe2),'left-right-ribbon':'Pita\x20Kiri-Kanan','pie-wedge':_0x4d9c8c(0x195),'funnel':'Corong','gear6':_0x4d9c8c(0xf6),'gear9':'Gigi\x209','corner-tabs':'Tab\x20Sudut','action-button-back-previous':'Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','action-button-forward-next':_0x4d9c8c(0x10a),'action-button-beginning':_0x4d9c8c(0xf1),'action-button-end':_0x4d9c8c(0x11b),'action-button-home':'Tombol\x20Aksi:\x20Beranda','action-button-information':_0x4d9c8c(0x13c),'action-button-return':_0x4d9c8c(0x148),'action-button-movie':_0x4d9c8c(0x110),'action-button-document':_0x4d9c8c(0xcb),'action-button-sound':_0x4d9c8c(0x10d),'action-button-help':_0x4d9c8c(0x199),'action-button-blank':_0x4d9c8c(0x169),'chart-plus':_0x4d9c8c(0x122),'chart-star':_0x4d9c8c(0x1a2),'chart-x':_0x4d9c8c(0x13a),'flow-chart-offline-storage':_0x4d9c8c(0x124),'line-inv':_0x4d9c8c(0xcf),'plaque-tabs':_0x4d9c8c(0x176),'square-tabs':_0x4d9c8c(0x18a),'up-down-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Atas-Bawah'}}}};function _0x30d2(){const _0x524548=['Gabungkan','Multi\x20Dokumen','Kanan\x20Bawah','Gigi\x206','Panah\x20Kiri-Atas','Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','Diagram\x20Alir','Ledakan\x201','Isian\x20pola','Urutkan','Proses\x20Alternatif','Bentuk\x20Persamaan','Data','Ukuran\x20font','Penyambung\x20Siku','Ulangi\x20gambar\x20sebagai\x20tekstur','Penyambung\x20Siku\x20Panah\x20Ganda','Bintang\x204\x20Sudut','Bintang\x2032\x20Sudut','Tanda\x20Panggilan','tengah','Bagi','Panah\x20Kiri-Kanan-Atas','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Jajar\x20Genjang','Dodekagon','Tombol\x20Aksi:\x20Suara','Atur\x20ulang','Gambar\x20tangan','Tombol\x20Aksi:\x20Film','Pita\x20Melengkung\x20Bawah','Panah\x20Kanan\x20Berlekuk','Bintang\x205\x20Sudut','Tangan\x20bebas','Tanda\x20Panggilan\x20Garis\x202','Tanda\x20Panggilan\x203','Pita\x20Melengkung\x20Atas','Tali\x20Busur','Posisi\x20Bentuk','Format\x20Bentuk','Tombol\x20Aksi:\x20Akhir','Bentuk','Panah\x20Siluman','Penyimpanan\x20Internal','Pita\x20Bawah','Garis\x20gradien','Sudut\x20Dilipat','Grafik\x20Plus','Persimpangan\x20Penjumlahan','Penyimpanan\x20Offline','Putar\x20Kanan\x2090°','Bintang\x208\x20Sudut','Busur','Kurung\x20Kiri','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Dilarang\x20Merokok','Panah\x20Atas','1162928IeiMWO','Garis\x20Panah','Panah\x20Melingkar\x20Kiri-Kanan','bawah','Bulan','exports','Bawah','Penyambung\x20Melengkung\x20Panah\x20Ganda','Hapus\x20Bentuk','Kurung\x20Ganda','Oval','Segitiga\x20Sama\x20Kaki','Dekagon','Persegi','Grafik\x20X','Bulat','Tombol\x20Aksi:\x20Informasi','Proses','Perataan\x20vertikal','Penyambung\x20Melengkung','Sumber\x20gambar','Bintang\x2016\x20Sudut','Isian\x20solid','2587296MiKWkw','kanan','Kartu','Gaya\x20sketsa','Pentagon','Tombol\x20Aksi:\x20Kembali','Miter','9277308gtFkLT','Buka\x20Panel\x20Bentuk','Kurung\x20Kurawal\x20Kanan','Oktagon','Panah\x20Melingkar\x20Kiri','Jenis\x20putus-putus','918195jIhqNH','Putus\x20Panjang\x20Titik','Heksagon','Bintang\x206\x20Sudut','Panah\x20Blok','Sembunyikan\x20Panel\x20Bentuk','Setengah\x20Bingkai','7jUykfX','Warna','atas','Bentuk\x20Dasar','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Donat','Skala\x20X','Putus','Jenis\x20panah\x20awal','Besar','Putar\x20Kiri\x2090°','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','Sama\x20Dengan','Garis','Busur\x20Blok','Bevel','Kurung\x20Kanan','Silinder','Tombol\x20Aksi:\x20Kosong','Bingkai','4196406dDFdnk','Bintang\x2012\x20Sudut','Penyimpanan\x20Akses\x20Langsung','Kanan\x20Atas','Panah\x20Empat\x20Arah','Sisipkan\x20Bentuk','Gelombang\x20Ganda','Tanda\x20Panggilan\x20Batas\x20Aksen\x202','Silang','Balik\x20Horizontal','246358aZPfCl','Tab\x20Plakat','Trapesium','Titik\x20Persegi','161646IaGDSQ','Tunda','Putus-Titik','Skala\x20Y','Kubus','Tanda\x20Panggilan\x20Garis\x201','Tanda\x20Panggilan\x20Persegi\x20Panjang','Pita\x20Tertinju','Sedang','Tidak\x20Sama\x20Dengan','Tanda\x20Panggilan\x20Panah\x20Kiri','Kiri\x20Bawah','Isian\x20gambar\x20atau\x20tekstur','Panah\x20Melengkung\x20Kanan','Tanpa\x20isian','Isian','Ukuran\x20panah\x20akhir','Tab\x20Persegi','Panah\x20Melingkar','Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','Solid','Kanan','Tanda\x20Panggilan\x20Aksen\x202','Tanda\x20Panggilan\x20Panah\x20Atas','Tampilan','Berlian','Kotak\x20Teks\x20Horizontal','Warna\x20isian','Irisan\x20Pie','Ubah\x20Teks\x20Vertikal','Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','Panah\x20Kiri-Kanan','Tombol\x20Aksi:\x20Bantuan','Terminasi','Matahari','Panah\x20Melengkung\x20Atas','Tengah','Garis\x20solid','Tanda\x20Panggilan\x20Oval','Gaya\x20Bentuk','Kiri\x20Atas','Grafik\x20Bintang','Tambah','Jenis\x20sambungan','Persegi\x20Panjang','Lebar','Bentuk-L','Kolasi','Ukuran\x20panah\x20awal','Kali','Balik\x20Vertikal','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','Tombol\x20Aksi:\x20Dokumen','Panah\x20Kanan\x20Bergaris','Gelombang','Persiapan','Garis\x20Terbalik','Petir','Garis\x20Panah\x20Ganda','Kurung\x20Kurawal\x20Kiri','Panah\x20Bengkok','Pie','Bintang\x207\x20Sudut','Tanda\x20Panggilan\x20Panah\x20Bawah','Panah\x20Oval','Tanda\x20Panggilan\x20Batas\x20Aksen\x203','Transparansi','Tanpa\x20garis','Penyimpanan\x20Akses\x20Sekuensial','Tanda\x20Panggilan\x20Garis\x203','Tetesan\x20Air','Offset\x20X','Penyambung\x20Halaman\x20Lain','Input\x20Manual','Panah\x20Melengkung\x20Bawah','Panah\x20Swoosh','Penyambung\x20Melengkung\x20Panah','Wajah\x20Senyum','Awan','Perkecil\x20ukuran\x20font','Operasi\x20Manual','Kecil','18YGXqrb','Dokumen','Gulir\x20Vertikal','Tidak\x20ada','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','Bintang\x2010\x20Sudut','Perataan\x20horizontal','Putus\x20Panjang\x20Titik\x20Titik','Tombol\x20Aksi:\x20Awal','Panah\x20Atas-Bawah'];_0x30d2=function(){return _0x524548;};return _0x30d2();}module[_0x4d9c8c(0x131)]=e;
1
+ const _0x22a9b4=_0x1971;function _0x1971(_0x50334e,_0x3c7bdc){_0x50334e=_0x50334e-0xcb;const _0x9b7fa3=_0x9b7f();let _0x197168=_0x9b7fa3[_0x50334e];return _0x197168;}(function(_0x5d8804,_0x283f9e){const _0x20e4d1=_0x1971,_0x1ba187=_0x5d8804();while(!![]){try{const _0x1f1c1f=-parseInt(_0x20e4d1(0x103))/0x1+-parseInt(_0x20e4d1(0x19b))/0x2+parseInt(_0x20e4d1(0x17f))/0x3+parseInt(_0x20e4d1(0x132))/0x4+-parseInt(_0x20e4d1(0xd3))/0x5*(-parseInt(_0x20e4d1(0xd6))/0x6)+parseInt(_0x20e4d1(0x117))/0x7+-parseInt(_0x20e4d1(0x189))/0x8;if(_0x1f1c1f===_0x283f9e)break;else _0x1ba187['push'](_0x1ba187['shift']());}catch(_0x3e1394){_0x1ba187['push'](_0x1ba187['shift']());}}}(_0x9b7f,0x71437));const e={'sheets-shape-ui':{'align':{'top':_0x22a9b4(0x105),'middle':_0x22a9b4(0x13b),'bottom':'bawah','left':_0x22a9b4(0x130),'center':'tengah','right':_0x22a9b4(0xf5)},'toolbar':{'verticalAlignMode':{'main':'Perataan\x20vertikal'},'horizontalAlignMode':{'main':'Perataan\x20horizontal'},'fillColor':{'main':'Warna\x20isian'},'fontSize':'Ukuran\x20font','fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':'Perkecil\x20ukuran\x20font','alignLeft':'Align\x20Left','alignCenter':'Align\x20Center','alignRight':_0x22a9b4(0x139),'alignJustify':'Justify','bold':'Bold','italic':_0x22a9b4(0x164),'underline':_0x22a9b4(0x16c),'strikethrough':_0x22a9b4(0x175),'textColor':_0x22a9b4(0x17a),'textBackgroundColor':_0x22a9b4(0x156),'resetColor':_0x22a9b4(0x167)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0x22a9b4(0x15a)},'title':_0x22a9b4(0xd0),'insertShape':_0x22a9b4(0x155),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':'Hapus\x20Bentuk','hidePanel':_0x22a9b4(0x111),'formatShape':_0x22a9b4(0x116),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x22a9b4(0x16a),'toggleFlipH':_0x22a9b4(0x13d),'toggleFlipV':_0x22a9b4(0xe0),'rotateRight90':_0x22a9b4(0x12b),'rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':'Ubah\x20Teks\x20Vertikal','fill':{'title':'Isian','noFill':_0x22a9b4(0x187),'solidFill':_0x22a9b4(0x15f),'gradientFill':_0x22a9b4(0x17d),'pictureFill':'Isian\x20gambar\x20atau\x20tekstur','patternFill':_0x22a9b4(0x10f),'color':_0x22a9b4(0x17b),'transparency':_0x22a9b4(0x133),'picture':{'source':_0x22a9b4(0x112),'insert':_0x22a9b4(0x153),'tileAsTexture':'Ulangi\x20gambar\x20sebagai\x20tekstur','offsetX':_0x22a9b4(0xfe),'offsetY':_0x22a9b4(0x157),'scaleX':_0x22a9b4(0x10e),'scaleY':_0x22a9b4(0x19e),'alignment':_0x22a9b4(0x110),'rotateWithShape':'Putar\x20dengan\x20bentuk','align':{'tl':_0x22a9b4(0x188),'t':_0x22a9b4(0x1a1),'tr':'Kanan\x20Atas','l':'Kiri','ctr':_0x22a9b4(0x181),'r':_0x22a9b4(0x184),'bl':_0x22a9b4(0x15e),'b':_0x22a9b4(0x174),'br':'Kanan\x20Bawah'}}},'line':{'title':'Garis','noLine':_0x22a9b4(0x15b),'solidLine':_0x22a9b4(0x135),'gradientLine':'Garis\x20gradien','color':'Warna','transparency':'Transparansi','width':_0x22a9b4(0xcd),'dashType':{'title':_0x22a9b4(0x125),'solid':'Solid','roundDot':'Titik\x20Bulat','squareDot':'Titik\x20Persegi','dash':_0x22a9b4(0xce),'dashDot':_0x22a9b4(0xf0),'longDash':'Putus\x20Panjang','longDashDot':'Putus\x20Panjang\x20Titik','longDashDotDot':_0x22a9b4(0x148)},'capType':{'title':_0x22a9b4(0x177),'flat':_0x22a9b4(0x171),'round':_0x22a9b4(0x190),'square':_0x22a9b4(0x12c)},'joinType':{'title':'Jenis\x20sambungan','miter':_0x22a9b4(0x113),'round':_0x22a9b4(0x190),'bevel':_0x22a9b4(0x154)},'beginArrowType':_0x22a9b4(0xda),'beginArrowSize':_0x22a9b4(0xdc),'endArrowType':_0x22a9b4(0xd4),'endArrowSize':_0x22a9b4(0xfd),'arrowType':{'none':'Tidak\x20ada','arrow':_0x22a9b4(0x18a),'openArrow':_0x22a9b4(0x16e),'stealthArrow':_0x22a9b4(0x196),'diamondArrow':'Panah\x20Berlian','ovalArrow':_0x22a9b4(0x11d)},'arrowSize':{'small':'Kecil','medium':_0x22a9b4(0x158),'large':_0x22a9b4(0x173)},'sketchType':{'title':_0x22a9b4(0xff),'none':_0x22a9b4(0x172),'curved':_0x22a9b4(0x16f),'freehand':'Tangan\x20bebas','handDrawn':_0x22a9b4(0xd9)}},'shape':{'group':{'line':'Garis','rectangle':_0x22a9b4(0xeb),'basicShape':_0x22a9b4(0x1a2),'blockArrow':'Panah\x20Blok','equationShape':_0x22a9b4(0x11c),'flowchart':_0x22a9b4(0xe6),'starAndBanner':'Bintang\x20dan\x20Spanduk','callout':'Tanda\x20Panggilan','other':_0x22a9b4(0x198)},'type':{'line':_0x22a9b4(0x19f),'straight-connector1':_0x22a9b4(0xe5),'straight-connector2':_0x22a9b4(0x149),'bent-connector3':_0x22a9b4(0x145),'bent-connector3-arrow1':_0x22a9b4(0xf7),'bent-connector3-arrow2':'Penyambung\x20Siku\x20Panah\x20Ganda','curved-connector3':'Penyambung\x20Melengkung','curved-connector3-arrow1':_0x22a9b4(0xed),'curved-connector3-arrow2':'Penyambung\x20Melengkung\x20Panah\x20Ganda','rect':_0x22a9b4(0xeb),'round-rect':_0x22a9b4(0x122),'snip1-rect':_0x22a9b4(0x183),'snip2-same-rect':_0x22a9b4(0x152),'snip2-diag-rect':_0x22a9b4(0x14e),'snip-round-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','round1-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','round2-same-rect':_0x22a9b4(0x17c),'round2-diag-rect':_0x22a9b4(0x114),'rect-textbox-horizontal':'Kotak\x20Teks\x20Horizontal','rect-textbox-vertical':_0x22a9b4(0x15d),'ellipse':_0x22a9b4(0x197),'triangle':'Segitiga\x20Sama\x20Kaki','rt-triangle':_0x22a9b4(0x12e),'parallelogram':'Jajar\x20Genjang','trapezoid':_0x22a9b4(0x13c),'non-isosceles-trapezoid':_0x22a9b4(0x106),'diamond':'Berlian','pentagon':_0x22a9b4(0xdf),'hexagon':_0x22a9b4(0xcb),'heptagon':_0x22a9b4(0x192),'octagon':'Oktagon','decagon':_0x22a9b4(0x178),'dodecagon':_0x22a9b4(0xe7),'pie':_0x22a9b4(0x11a),'chord':_0x22a9b4(0x136),'teardrop':_0x22a9b4(0x142),'frame':_0x22a9b4(0xf9),'half-frame':_0x22a9b4(0x13a),'corner':_0x22a9b4(0x160),'diag-stripe':'Garis\x20Diagonal','plus':_0x22a9b4(0x147),'plaque':_0x22a9b4(0xe8),'can':_0x22a9b4(0x12d),'cube':_0x22a9b4(0xf4),'bevel':'Bevel','donut':_0x22a9b4(0x18e),'no-smoking':_0x22a9b4(0xfc),'block-arc':_0x22a9b4(0x115),'folder-corner':_0x22a9b4(0x107),'smiley-face':_0x22a9b4(0xd5),'heart':_0x22a9b4(0xe4),'lightning-bolt':_0x22a9b4(0x163),'sun':'Matahari','moon':'Bulan','cloud':'Awan','arc':_0x22a9b4(0x101),'bracket-pair':'Kurung\x20Ganda','brace-pair':_0x22a9b4(0x146),'left-bracket':_0x22a9b4(0x127),'right-bracket':_0x22a9b4(0x176),'left-brace':'Kurung\x20Kurawal\x20Kiri','right-brace':_0x22a9b4(0xe1),'right-arrow':_0x22a9b4(0xd2),'left-arrow':_0x22a9b4(0x195),'up-arrow':_0x22a9b4(0x14c),'down-arrow':_0x22a9b4(0x18f),'left-right-arrow':_0x22a9b4(0x17e),'up-down-arrow':_0x22a9b4(0x18c),'quad-arrow':_0x22a9b4(0xcf),'left-right-up-arrow':_0x22a9b4(0xd8),'bent-arrow':_0x22a9b4(0x165),'uturn-arrow':'Panah\x20Putar\x20Balik','left-up-arrow':_0x22a9b4(0x14d),'bent-up-arrow':_0x22a9b4(0x134),'curved-right-arrow':'Panah\x20Melengkung\x20Kanan','curved-left-arrow':_0x22a9b4(0x119),'curved-up-arrow':_0x22a9b4(0xf3),'curved-down-arrow':'Panah\x20Melengkung\x20Bawah','striped-right-arrow':_0x22a9b4(0x104),'notched-right-arrow':_0x22a9b4(0x1a3),'home-plate':_0x22a9b4(0xdf),'chevron':_0x22a9b4(0xd1),'right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kanan','down-arrow-callout':_0x22a9b4(0x143),'left-arrow-callout':_0x22a9b4(0xf1),'up-arrow-callout':_0x22a9b4(0x179),'left-right-arrow-callout':_0x22a9b4(0xde),'quad-arrow-callout':_0x22a9b4(0x109),'circular-arrow':_0x22a9b4(0x10b),'math-plus':'Tambah','math-minus':_0x22a9b4(0x10a),'math-multiply':_0x22a9b4(0x18d),'math-divide':_0x22a9b4(0x170),'math-equal':_0x22a9b4(0xdb),'math-not-equal':_0x22a9b4(0xe3),'flow-chart-process':_0x22a9b4(0x161),'flow-chart-alternate-process':_0x22a9b4(0x168),'flow-chart-decision':_0x22a9b4(0x182),'flow-chart-input-output':_0x22a9b4(0x129),'flow-chart-predefined-process':_0x22a9b4(0x14a),'flow-chart-internal-storage':_0x22a9b4(0x150),'flow-chart-document':'Dokumen','flow-chart-multidocument':'Multi\x20Dokumen','flow-chart-terminator':'Terminasi','flow-chart-preparation':_0x22a9b4(0x137),'flow-chart-manual-input':'Input\x20Manual','flow-chart-manual-operation':'Operasi\x20Manual','flow-chart-connector':_0x22a9b4(0xea),'flow-chart-offpage-connector':'Penyambung\x20Halaman\x20Lain','flow-chart-punched-card':_0x22a9b4(0x151),'flow-chart-punched-tape':_0x22a9b4(0xf6),'flow-chart-summing-junction':_0x22a9b4(0x169),'flow-chart-or':_0x22a9b4(0xd7),'flow-chart-collate':_0x22a9b4(0x14f),'flow-chart-sort':'Urutkan','flow-chart-extract':_0x22a9b4(0x191),'flow-chart-merge':_0x22a9b4(0x126),'flow-chart-online-storage':_0x22a9b4(0x118),'flow-chart-delay':_0x22a9b4(0xee),'flow-chart-magnetic-tape':_0x22a9b4(0x13e),'flow-chart-magnetic-disk':_0x22a9b4(0x16b),'flow-chart-magnetic-drum':'Penyimpanan\x20Akses\x20Langsung','flow-chart-display':_0x22a9b4(0xe9),'irregular-seal1':_0x22a9b4(0x10c),'irregular-seal2':'Ledakan\x202','star4':_0x22a9b4(0x138),'star5':_0x22a9b4(0x159),'star6':_0x22a9b4(0x11f),'star7':'Bintang\x207\x20Sudut','star8':_0x22a9b4(0x10d),'star10':_0x22a9b4(0x14b),'star12':'Bintang\x2012\x20Sudut','star16':'Bintang\x2016\x20Sudut','star24':_0x22a9b4(0x166),'star32':_0x22a9b4(0x102),'ribbon2':_0x22a9b4(0x140),'ribbon':'Pita\x20Bawah','ellipse-ribbon2':_0x22a9b4(0x18b),'ellipse-ribbon':'Pita\x20Melengkung\x20Bawah','vertical-scroll':_0x22a9b4(0x120),'horizontal-scroll':'Gulir\x20Horizontal','wave':_0x22a9b4(0x1a0),'double-wave':_0x22a9b4(0xec),'wedge-rect-callout':_0x22a9b4(0x11b),'wedge-round-rect-callout':_0x22a9b4(0x19c),'wedge-ellipse-callout':_0x22a9b4(0x16d),'cloud-callout':_0x22a9b4(0x19d),'border-callout1':'Tanda\x20Panggilan\x20Garis\x201','border-callout2':_0x22a9b4(0x15c),'border-callout3':_0x22a9b4(0x141),'accent-callout1':_0x22a9b4(0xfa),'accent-callout2':_0x22a9b4(0x186),'accent-callout3':'Tanda\x20Panggilan\x20Aksen\x203','callout1':_0x22a9b4(0xdd),'callout2':_0x22a9b4(0x123),'callout3':_0x22a9b4(0x194),'accent-border-callout1':_0x22a9b4(0xf8),'accent-border-callout2':_0x22a9b4(0x124),'accent-border-callout3':_0x22a9b4(0xcc),'left-circular-arrow':_0x22a9b4(0x100),'left-right-circular-arrow':_0x22a9b4(0x12f),'swoosh-arrow':'Panah\x20Swoosh','left-right-ribbon':_0x22a9b4(0x128),'pie-wedge':_0x22a9b4(0x121),'funnel':'Corong','gear6':'Gigi\x206','gear9':_0x22a9b4(0x108),'corner-tabs':'Tab\x20Sudut','action-button-back-previous':_0x22a9b4(0x131),'action-button-forward-next':_0x22a9b4(0xef),'action-button-beginning':'Tombol\x20Aksi:\x20Awal','action-button-end':_0x22a9b4(0xfb),'action-button-home':_0x22a9b4(0x199),'action-button-information':'Tombol\x20Aksi:\x20Informasi','action-button-return':_0x22a9b4(0x162),'action-button-movie':_0x22a9b4(0x193),'action-button-document':_0x22a9b4(0x144),'action-button-sound':_0x22a9b4(0x19a),'action-button-help':_0x22a9b4(0x180),'action-button-blank':_0x22a9b4(0xf2),'chart-plus':'Grafik\x20Plus','chart-star':_0x22a9b4(0x185),'chart-x':'Grafik\x20X','flow-chart-offline-storage':_0x22a9b4(0x11e),'line-inv':_0x22a9b4(0x13f),'plaque-tabs':_0x22a9b4(0x12a),'square-tabs':'Tab\x20Persegi','up-down-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Atas-Bawah'}}}};function _0x9b7f(){const _0xbb3f99=['Tanda\x20Panggilan\x203','Panah\x20Kiri','Panah\x20Siluman','Oval','Lainnya','Tombol\x20Aksi:\x20Beranda','Tombol\x20Aksi:\x20Suara','261176RSJcJW','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','Tanda\x20Panggilan\x20Awan','Skala\x20Y','Garis','Gelombang','Atas','Bentuk\x20Dasar','Panah\x20Kanan\x20Berlekuk','Heksagon','Tanda\x20Panggilan\x20Batas\x20Aksen\x203','Lebar','Putus','Panah\x20Empat\x20Arah','Bentuk','Chevron','Panah\x20Kanan','216665cxcFiw','Jenis\x20panah\x20akhir','Wajah\x20Senyum','126ndxcqs','Atau','Panah\x20Kiri-Kanan-Atas','Gambar\x20tangan','Jenis\x20panah\x20awal','Sama\x20Dengan','Ukuran\x20panah\x20awal','Tanda\x20Panggilan\x201','Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','Pentagon','Balik\x20Vertikal','Kurung\x20Kurawal\x20Kanan','exports','Tidak\x20Sama\x20Dengan','Hati','Garis\x20Panah','Diagram\x20Alir','Dodekagon','Plakat','Tampilan','Penyambung','Persegi\x20Panjang','Gelombang\x20Ganda','Penyambung\x20Melengkung\x20Panah','Tunda','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Putus-Titik','Tanda\x20Panggilan\x20Panah\x20Kiri','Tombol\x20Aksi:\x20Kosong','Panah\x20Melengkung\x20Atas','Kubus','kanan','Pita\x20Tertinju','Penyambung\x20Siku\x20Panah','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Bingkai','Tanda\x20Panggilan\x20Aksen\x201','Tombol\x20Aksi:\x20Akhir','Dilarang\x20Merokok','Ukuran\x20panah\x20akhir','Offset\x20X','Gaya\x20sketsa','Panah\x20Melingkar\x20Kiri','Busur','Bintang\x2032\x20Sudut','466604ZNMTlw','Panah\x20Kanan\x20Bergaris','atas','Trapesium\x20Tidak\x20Sama\x20Kaki','Sudut\x20Dilipat','Gigi\x209','Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','Kurang','Panah\x20Melingkar','Ledakan\x201','Bintang\x208\x20Sudut','Skala\x20X','Isian\x20pola','Perataan','Sembunyikan\x20Panel\x20Bentuk','Sumber\x20gambar','Miter','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','Busur\x20Blok','Format\x20Bentuk','1427965NOJyKQ','Data\x20Tersimpan','Panah\x20Melengkung\x20Kiri','Pie','Tanda\x20Panggilan\x20Persegi\x20Panjang','Bentuk\x20Persamaan','Panah\x20Oval','Penyimpanan\x20Offline','Bintang\x206\x20Sudut','Gulir\x20Vertikal','Irisan\x20Pie','Persegi\x20Panjang\x20Membulat','Tanda\x20Panggilan\x202','Tanda\x20Panggilan\x20Batas\x20Aksen\x202','Jenis\x20putus-putus','Gabungkan','Kurung\x20Kiri','Pita\x20Kiri-Kanan','Data','Tab\x20Plakat','Putar\x20Kanan\x2090°','Persegi','Silinder','Segitiga\x20Siku-Siku','Panah\x20Melingkar\x20Kiri-Kanan','kiri','Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','2889484VKTgcI','Transparansi','Panah\x20Bengkok\x20Atas','Garis\x20solid','Tali\x20Busur','Persiapan','Bintang\x204\x20Sudut','Align\x20Right','Setengah\x20Bingkai','tengah','Trapesium','Balik\x20Horizontal','Penyimpanan\x20Akses\x20Sekuensial','Garis\x20Terbalik','Pita\x20Atas','Tanda\x20Panggilan\x20Garis\x203','Tetesan\x20Air','Tanda\x20Panggilan\x20Panah\x20Bawah','Tombol\x20Aksi:\x20Dokumen','Penyambung\x20Siku','Kurung\x20Kurawal\x20Ganda','Silang','Putus\x20Panjang\x20Titik\x20Titik','Garis\x20Panah\x20Ganda','Proses\x20Terdefinisi','Bintang\x2010\x20Sudut','Panah\x20Atas','Panah\x20Kiri-Atas','Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','Kolasi','Penyimpanan\x20Internal','Kartu','Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','Sisipkan...','Bevel','Sisipkan\x20Bentuk','Text\x20Background\x20color','Offset\x20Y','Sedang','Bintang\x205\x20Sudut','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Tanpa\x20garis','Tanda\x20Panggilan\x20Garis\x202','Kotak\x20Teks\x20Vertikal','Kiri\x20Bawah','Isian\x20solid','Bentuk-L','Proses','Tombol\x20Aksi:\x20Kembali','Petir','Italic','Panah\x20Bengkok','Bintang\x2024\x20Sudut','Atur\x20ulang','Proses\x20Alternatif','Persimpangan\x20Penjumlahan','Posisi\x20Bentuk','Disk\x20Magnetik','Underline','Tanda\x20Panggilan\x20Oval','Panah\x20Terbuka','Melengkung','Bagi','Datar','Tidak\x20ada','Besar','Bawah','Strikethrough','Kurung\x20Kanan','Jenis\x20ujung','Dekagon','Tanda\x20Panggilan\x20Panah\x20Atas','Text\x20color','Warna','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','Isian\x20gradien','Panah\x20Kiri-Kanan','1533870jjcyzf','Tombol\x20Aksi:\x20Bantuan','Tengah','Keputusan','Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','Kanan','Grafik\x20Bintang','Tanda\x20Panggilan\x20Aksen\x202','Tanpa\x20isian','Kiri\x20Atas','10292240JqzLYL','Panah','Pita\x20Melengkung\x20Atas','Panah\x20Atas-Bawah','Kali','Donat','Panah\x20Bawah','Bulat','Ekstrak','Heptagon','Tombol\x20Aksi:\x20Film'];_0x9b7f=function(){return _0xbb3f99;};return _0x9b7f();}module[_0x22a9b4(0xe2)]=e;
@@ -1 +1 @@
1
- const _0x404eba=_0x176c;function _0x176c(_0x445dc2,_0x425f48){_0x445dc2=_0x445dc2-0xa5;const _0x5839bd=_0x5839();let _0x176ccf=_0x5839bd[_0x445dc2];return _0x176ccf;}(function(_0x51f79a,_0x5dd982){const _0x1e12de=_0x176c,_0x5b305a=_0x51f79a();while(!![]){try{const _0x1df8a0=-parseInt(_0x1e12de(0x11e))/0x1+parseInt(_0x1e12de(0x174))/0x2+parseInt(_0x1e12de(0x11b))/0x3+parseInt(_0x1e12de(0x17d))/0x4*(parseInt(_0x1e12de(0x169))/0x5)+parseInt(_0x1e12de(0xb9))/0x6+parseInt(_0x1e12de(0x11f))/0x7+-parseInt(_0x1e12de(0x149))/0x8;if(_0x1df8a0===_0x5dd982)break;else _0x5b305a['push'](_0x5b305a['shift']());}catch(_0x1852e1){_0x5b305a['push'](_0x5b305a['shift']());}}}(_0x5839,0x5c366));function _0x5839(){const _0x4ec428=['Grafico\x20X','Parentesi\x20graffa\x20destra','Chevron','Rettangolo\x20con\x20angoli\x20tagliati\x20sullo\x20stesso\x20lato','Riempimento','Didascalia\x20ovale','Pulsante\x20azione:\x20aiuto','Rettangolo\x20con\x20un\x20angolo\x20arrotondato','Ingranaggio\x209','Continua','Display','Freccia\x20su','centrale','Freccia\x20piegata\x20su','Imbuto','Processo\x20alternativo','Allineamento\x20verticale','Offset\x20Y','Più','Didascalia\x20freccia\x20sinistra-destra','Esagono','Frecce\x20a\x20blocco','Parentesi\x20graffa\x20sinistra','Offset\x20X','Stile\x20forma','Arrotondata','Doppia\x20parentesi\x20graffa','Trasparenza','Tratto-punto','Stella\x20a\x208\x20punte','Didascalia\x203','Trapezio\x20scaleno','Vietato\x20fumare','Decagono','Disco\x20magnetico','Pergamena\x20verticale','Inserisci\x20forma','Connettore\x20fuori\x20pagina','Riempimento\x20gradiente','In\x20basso\x20a\x20destra','Didascalia\x20freccia\x20destra','Schede\x20placca','Didascalia\x20rettangolare','Riempimento\x20solido','Larghezza','Disegnato\x20a\x20mano','Rettangolo','Piana','Freccia\x20sinistra-destra-su','Sinistra','Arco\x20a\x20blocchi','Stella\x20a\x2016\x20punte','Nastro\x20giù','Freccia\x20aperta','Colore\x20riempimento','Pentagono','Didascalia\x20accento\x203','Connettore\x20a\x20gomito\x20doppia\x20freccia','Tipo\x20giunzione','Ruota\x20a\x20destra\x2090°','Didascalia\x20nuvola','Cilindro','Freccia\x20destra','Didascalia\x20linea\x201','Nodo\x20di\x20somma','2178519ZLHhFq','Dati\x20memorizzati','Diviso','151556biuVxJ','261919lAMMTl','Placca','Stella\x20a\x205\x20punte','Centro','Schede\x20ad\x20angolo','Ingresso\x20manuale','Freccia\x20curva\x20su','Operazione\x20manuale','Forme\x20equazione','Schede\x20quadrate','Curvato','Didascalia\x20linea\x203','Dimensione\x20carattere','Attiva/disattiva\x20capovolgimento\x20orizzontale','sinistra','Anello','Dodecagono','Pulsante\x20azione:\x20fine','Meno','Freccia\x20curva\x20sinistra','Pulsante\x20azione:\x20avanti\x20o\x20successivo','Freccia\x20swoosh','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Ruota\x20con\x20forma','Grande','Tipo\x20estremità','Decisione','Nastro\x20perforato','Freccia\x20quadrupla','Ritardo','In\x20alto\x20a\x20sinistra','Sole','Rettangolo\x20con\x20angoli\x20arrotondati\x20sullo\x20stesso\x20lato','Freccia\x20giù','Tipo\x20freccia\x20iniziale','Estrai','Colore','Posizione\x20forma','Didascalia\x20freccia\x20giù','Nuvola','Elimina\x20forma','exports','5576392xWupLl','Pulsante\x20azione:\x20home','Nastro\x20sinistra-destra','Freccia\x20dentellata\x20destra','Smussata','Diminuisci\x20dimensione\x20carattere','Casella\x20di\x20testo\x20verticale','Freccia\x20sinistra-su','Rettangolo\x20arrotondato','Rettangolo\x20con\x20un\x20angolo\x20tagliato','Freccia\x20a\x20strisce\x20destra','Faccina\x20sorridente','Didascalia\x20bordo\x20accento\x203','Esplosione\x202','Connettore\x20a\x20gomito','Freccia\x20su-giù','Pulsante\x20azione:\x20documento','centro','Freccia\x20curva\x20destra','Didascalie','Stile\x20schizzo','Connettore\x20a\x20gomito\x20freccia','In\x20alto','Linee','Grafico\x20stella','Ingranaggio\x206','Forme\x20di\x20base','Didascalia\x20linea\x202','Per','Diagramma\x20di\x20flusso','Tratto\x20lungo-punto-punto','Inserisci...','4790yClrgt','inferiore','Connettore\x20curvo\x20freccia','Memoria\x20offline','Terminatore','Pulsante\x20azione:\x20suono','Pulsante\x20azione:\x20indietro\x20o\x20precedente','Nessuna\x20linea','Striscia\x20diagonale','Didascalia\x20accento\x201','Stella\x20a\x206\x20punte','364384rIUdAs','In\x20basso\x20a\x20sinistra','Attiva/disattiva\x20testo\x20verticale','Nessun\x20riempimento','Nastro\x20curvo\x20su','Multidocumento','Mezza\x20cornice','Punto\x20rotondo','Torta','308tdSoKK','Freccia\x20sinistra-destra','Freccia\x20linea','Didascalia\x20accento\x202','Stella\x20a\x2012\x20punte','Allineamento','Riempimento\x20immagine\x20o\x20texture','Didascalia\x202','Rettangolo\x20con\x20angoli\x20arrotondati\x20in\x20diagonale','Processo\x20predefinito','Memoria\x20ad\x20accesso\x20sequenziale','Doppia\x20parentesi\x20quadra','Allineamento\x20orizzontale','Fonte\x20immagine','Diamante','Scala\x20Y','Croce','Scala\x20X','Onda','Pergamena\x20orizzontale','Piccola','Processo','A\x20mitra','Scheda','Tratto\x20lungo-punto','Parentesi\x20quadra\x20destra','Pulsante\x20azione:\x20inizio','1240554ZjeAeE','Lacrima','Freccia\x20circolare\x20sinistra-destra','Angolo\x20piegato','Connettore','Altri','Nessuno','Stella\x20a\x204\x20punte','Tratto\x20lungo','Freccia\x20ovale','Doppia\x20onda','Spicchio\x20torta','In\x20basso','Freccia\x20sinistra','Linea','Stella\x20a\x207\x20punte','Arco','Connettore\x20curvo','Esplosione\x201','Linea\x20inversa','Tratteggiata','Freccia\x20a\x20U','Didascalia\x201','Unisci','Connettore\x20curvo\x20doppia\x20freccia','Smusso','Linea\x20gradiente','Stella\x20a\x2024\x20punte','Nastro\x20su','Corda','Ruota\x20a\x20sinistra\x2090°','Pulsante\x20azione:\x20informazione','Linea\x20doppia\x20freccia'];_0x5839=function(){return _0x4ec428;};return _0x5839();}const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x404eba(0xe6),'bottom':_0x404eba(0x16a),'left':_0x404eba(0x12d),'center':_0x404eba(0x15a),'right':'destra'},'toolbar':{'verticalAlignMode':{'main':_0x404eba(0xea)},'horizontalAlignMode':{'main':_0x404eba(0xaa)},'fillColor':{'main':_0x404eba(0x110)},'fontSize':_0x404eba(0x12b),'fontSizeIncrease':'Aumenta\x20dimensione\x20carattere','fontSizeDecrease':_0x404eba(0x14e),'resetColor':'Reimposta'},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x404eba(0x135)},'title':'Forma','insertShape':_0x404eba(0xfe),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x404eba(0x147),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':'Formato\x20forma','shapeStyle':_0x404eba(0xf2),'shapePosition':_0x404eba(0x144),'toggleFlipH':_0x404eba(0x12c),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x404eba(0x115),'rotateLeft90':_0x404eba(0xd7),'toggleTextVertical':_0x404eba(0x176),'fill':{'title':_0x404eba(0xde),'noFill':_0x404eba(0x177),'solidFill':_0x404eba(0x105),'gradientFill':_0x404eba(0x100),'pictureFill':_0x404eba(0x183),'patternFill':'Riempimento\x20motivo','color':_0x404eba(0x143),'transparency':_0x404eba(0xf5),'picture':{'source':_0x404eba(0xab),'insert':_0x404eba(0x168),'tileAsTexture':'Affianca\x20immagine\x20come\x20texture','offsetX':_0x404eba(0xf1),'offsetY':_0x404eba(0xeb),'scaleX':_0x404eba(0xaf),'scaleY':_0x404eba(0xad),'alignment':_0x404eba(0x182),'rotateWithShape':_0x404eba(0x136),'align':{'tl':_0x404eba(0x13d),'t':_0x404eba(0x15f),'tr':'In\x20alto\x20a\x20destra','l':_0x404eba(0x10b),'ctr':_0x404eba(0x122),'r':'Destra','bl':_0x404eba(0x175),'b':_0x404eba(0xc5),'br':_0x404eba(0x101)}}},'line':{'title':'Linea','noLine':_0x404eba(0x170),'solidLine':'Linea\x20solida','gradientLine':_0x404eba(0xd3),'color':'Colore','transparency':'Trasparenza','width':_0x404eba(0x106),'dashType':{'title':'Tipo\x20tratteggio','solid':_0x404eba(0xe3),'roundDot':_0x404eba(0x17b),'squareDot':'Punto\x20quadrato','dash':_0x404eba(0xcd),'dashDot':_0x404eba(0xf6),'longDash':_0x404eba(0xc1),'longDashDot':_0x404eba(0xb6),'longDashDotDot':_0x404eba(0x167)},'capType':{'title':_0x404eba(0x138),'flat':_0x404eba(0x109),'round':'Arrotondata','square':'Quadrata'},'joinType':{'title':_0x404eba(0x114),'miter':_0x404eba(0xb4),'round':_0x404eba(0xf3),'bevel':_0x404eba(0x14d)},'beginArrowType':_0x404eba(0x141),'beginArrowSize':'Dimensione\x20freccia\x20iniziale','endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':'Dimensione\x20freccia\x20finale','arrowType':{'none':_0x404eba(0xbf),'arrow':'Freccia','openArrow':_0x404eba(0x10f),'stealthArrow':'Freccia\x20stealth','diamondArrow':'Freccia\x20diamante','ovalArrow':_0x404eba(0xc2)},'arrowSize':{'small':_0x404eba(0xb2),'medium':'Media','large':_0x404eba(0x137)},'sketchType':{'title':_0x404eba(0x15d),'none':'Nessuno','curved':_0x404eba(0x129),'freehand':'A\x20mano\x20libera','handDrawn':_0x404eba(0x107)}},'shape':{'group':{'line':_0x404eba(0x160),'rectangle':'Rettangoli','basicShape':_0x404eba(0x163),'blockArrow':_0x404eba(0xef),'equationShape':_0x404eba(0x127),'flowchart':_0x404eba(0x166),'starAndBanner':'Stelle\x20e\x20banner','callout':_0x404eba(0x15c),'other':_0x404eba(0xbe)},'type':{'line':_0x404eba(0xc7),'straight-connector1':_0x404eba(0x17f),'straight-connector2':_0x404eba(0xd9),'bent-connector3':_0x404eba(0x157),'bent-connector3-arrow1':_0x404eba(0x15e),'bent-connector3-arrow2':_0x404eba(0x113),'curved-connector3':_0x404eba(0xca),'curved-connector3-arrow1':_0x404eba(0x16b),'curved-connector3-arrow2':_0x404eba(0xd1),'rect':_0x404eba(0x108),'round-rect':_0x404eba(0x151),'snip1-rect':_0x404eba(0x152),'snip2-same-rect':_0x404eba(0xdd),'snip2-diag-rect':'Rettangolo\x20con\x20angoli\x20tagliati\x20in\x20diagonale','snip-round-rect':'Rettangolo\x20con\x20angolo\x20tagliato\x20e\x20arrotondato','round1-rect':_0x404eba(0xe1),'round2-same-rect':_0x404eba(0x13f),'round2-diag-rect':_0x404eba(0xa6),'rect-textbox-horizontal':'Casella\x20di\x20testo\x20orizzontale','rect-textbox-vertical':_0x404eba(0x14f),'ellipse':'Ovale','triangle':'Triangolo\x20isoscele','rt-triangle':'Triangolo\x20rettangolo','parallelogram':'Parallelogramma','trapezoid':'Trapezio','non-isosceles-trapezoid':_0x404eba(0xf9),'diamond':_0x404eba(0xac),'pentagon':_0x404eba(0x111),'hexagon':_0x404eba(0xee),'heptagon':'Ettagono','octagon':'Ottagono','decagon':_0x404eba(0xfb),'dodecagon':_0x404eba(0x12f),'pie':_0x404eba(0x17c),'chord':_0x404eba(0xd6),'teardrop':_0x404eba(0xba),'frame':'Cornice','half-frame':_0x404eba(0x17a),'corner':'Forma\x20a\x20L','diag-stripe':_0x404eba(0x171),'plus':_0x404eba(0xae),'plaque':_0x404eba(0x120),'can':_0x404eba(0x117),'cube':'Cubo','bevel':_0x404eba(0xd2),'donut':_0x404eba(0x12e),'no-smoking':_0x404eba(0xfa),'block-arc':_0x404eba(0x10c),'folder-corner':_0x404eba(0xbc),'smiley-face':_0x404eba(0x154),'heart':'Cuore','lightning-bolt':'Fulmine','sun':_0x404eba(0x13e),'moon':'Luna','cloud':_0x404eba(0x146),'arc':_0x404eba(0xc9),'bracket-pair':_0x404eba(0xa9),'brace-pair':_0x404eba(0xf4),'left-bracket':'Parentesi\x20quadra\x20sinistra','right-bracket':_0x404eba(0xb7),'left-brace':_0x404eba(0xf0),'right-brace':_0x404eba(0xdb),'right-arrow':_0x404eba(0x118),'left-arrow':_0x404eba(0xc6),'up-arrow':_0x404eba(0xe5),'down-arrow':_0x404eba(0x140),'left-right-arrow':_0x404eba(0x17e),'up-down-arrow':_0x404eba(0x158),'quad-arrow':_0x404eba(0x13b),'left-right-up-arrow':_0x404eba(0x10a),'bent-arrow':'Freccia\x20piegata','uturn-arrow':_0x404eba(0xce),'left-up-arrow':_0x404eba(0x150),'bent-up-arrow':_0x404eba(0xe7),'curved-right-arrow':_0x404eba(0x15b),'curved-left-arrow':_0x404eba(0x132),'curved-up-arrow':_0x404eba(0x125),'curved-down-arrow':'Freccia\x20curva\x20giù','striped-right-arrow':_0x404eba(0x153),'notched-right-arrow':_0x404eba(0x14c),'home-plate':_0x404eba(0x111),'chevron':_0x404eba(0xdc),'right-arrow-callout':_0x404eba(0x102),'down-arrow-callout':_0x404eba(0x145),'left-arrow-callout':'Didascalia\x20freccia\x20sinistra','up-arrow-callout':'Didascalia\x20freccia\x20su','left-right-arrow-callout':_0x404eba(0xed),'quad-arrow-callout':'Didascalia\x20freccia\x20quadrupla','circular-arrow':'Freccia\x20circolare','math-plus':_0x404eba(0xec),'math-minus':_0x404eba(0x131),'math-multiply':_0x404eba(0x165),'math-divide':_0x404eba(0x11d),'math-equal':'Uguale','math-not-equal':'Diverso','flow-chart-process':_0x404eba(0xb3),'flow-chart-alternate-process':_0x404eba(0xe9),'flow-chart-decision':_0x404eba(0x139),'flow-chart-input-output':'Dati','flow-chart-predefined-process':_0x404eba(0xa7),'flow-chart-internal-storage':'Memoria\x20interna','flow-chart-document':'Documento','flow-chart-multidocument':_0x404eba(0x179),'flow-chart-terminator':_0x404eba(0x16d),'flow-chart-preparation':'Preparazione','flow-chart-manual-input':_0x404eba(0x124),'flow-chart-manual-operation':_0x404eba(0x126),'flow-chart-connector':_0x404eba(0xbd),'flow-chart-offpage-connector':_0x404eba(0xff),'flow-chart-punched-card':_0x404eba(0xb5),'flow-chart-punched-tape':_0x404eba(0x13a),'flow-chart-summing-junction':_0x404eba(0x11a),'flow-chart-or':'O','flow-chart-collate':'Raggruppa','flow-chart-sort':'Ordina','flow-chart-extract':_0x404eba(0x142),'flow-chart-merge':_0x404eba(0xd0),'flow-chart-online-storage':_0x404eba(0x11c),'flow-chart-delay':_0x404eba(0x13c),'flow-chart-magnetic-tape':_0x404eba(0xa8),'flow-chart-magnetic-disk':_0x404eba(0xfc),'flow-chart-magnetic-drum':'Memoria\x20ad\x20accesso\x20diretto','flow-chart-display':_0x404eba(0xe4),'irregular-seal1':_0x404eba(0xcb),'irregular-seal2':_0x404eba(0x156),'star4':_0x404eba(0xc0),'star5':_0x404eba(0x121),'star6':_0x404eba(0x173),'star7':_0x404eba(0xc8),'star8':_0x404eba(0xf7),'star10':'Stella\x20a\x2010\x20punte','star12':_0x404eba(0x181),'star16':_0x404eba(0x10d),'star24':_0x404eba(0xd4),'star32':'Stella\x20a\x2032\x20punte','ribbon2':_0x404eba(0xd5),'ribbon':_0x404eba(0x10e),'ellipse-ribbon2':_0x404eba(0x178),'ellipse-ribbon':'Nastro\x20curvo\x20giù','vertical-scroll':_0x404eba(0xfd),'horizontal-scroll':_0x404eba(0xb1),'wave':_0x404eba(0xb0),'double-wave':_0x404eba(0xc3),'wedge-rect-callout':_0x404eba(0x104),'wedge-round-rect-callout':'Didascalia\x20rettangolare\x20arrotondata','wedge-ellipse-callout':_0x404eba(0xdf),'cloud-callout':_0x404eba(0x116),'border-callout1':_0x404eba(0x119),'border-callout2':_0x404eba(0x164),'border-callout3':_0x404eba(0x12a),'accent-callout1':_0x404eba(0x172),'accent-callout2':_0x404eba(0x180),'accent-callout3':_0x404eba(0x112),'callout1':_0x404eba(0xcf),'callout2':_0x404eba(0xa5),'callout3':_0x404eba(0xf8),'accent-border-callout1':'Didascalia\x20bordo\x20accento\x201','accent-border-callout2':'Didascalia\x20bordo\x20accento\x202','accent-border-callout3':_0x404eba(0x155),'left-circular-arrow':'Freccia\x20circolare\x20sinistra','left-right-circular-arrow':_0x404eba(0xbb),'swoosh-arrow':_0x404eba(0x134),'left-right-ribbon':_0x404eba(0x14b),'pie-wedge':_0x404eba(0xc4),'funnel':_0x404eba(0xe8),'gear6':_0x404eba(0x162),'gear9':_0x404eba(0xe2),'corner-tabs':_0x404eba(0x123),'action-button-back-previous':_0x404eba(0x16f),'action-button-forward-next':_0x404eba(0x133),'action-button-beginning':_0x404eba(0xb8),'action-button-end':_0x404eba(0x130),'action-button-home':_0x404eba(0x14a),'action-button-information':_0x404eba(0xd8),'action-button-return':'Pulsante\x20azione:\x20ritorna','action-button-movie':'Pulsante\x20azione:\x20filmato','action-button-document':_0x404eba(0x159),'action-button-sound':_0x404eba(0x16e),'action-button-help':_0x404eba(0xe0),'action-button-blank':'Pulsante\x20azione:\x20vuoto','chart-plus':'Grafico\x20più','chart-star':_0x404eba(0x161),'chart-x':_0x404eba(0xda),'flow-chart-offline-storage':_0x404eba(0x16c),'line-inv':_0x404eba(0xcc),'plaque-tabs':_0x404eba(0x103),'square-tabs':_0x404eba(0x128),'up-down-arrow-callout':'Didascalia\x20freccia\x20su-giù'}}}};module[_0x404eba(0x148)]=e;
1
+ const _0x11b694=_0x3709;(function(_0x32f238,_0x2b8fb0){const _0x1d93a7=_0x3709,_0x1228e1=_0x32f238();while(!![]){try{const _0x5c4d26=-parseInt(_0x1d93a7(0x1a2))/0x1*(parseInt(_0x1d93a7(0x1d8))/0x2)+-parseInt(_0x1d93a7(0x245))/0x3*(parseInt(_0x1d93a7(0x1c0))/0x4)+-parseInt(_0x1d93a7(0x206))/0x5+parseInt(_0x1d93a7(0x1ee))/0x6*(-parseInt(_0x1d93a7(0x1e4))/0x7)+-parseInt(_0x1d93a7(0x1d6))/0x8*(-parseInt(_0x1d93a7(0x230))/0x9)+-parseInt(_0x1d93a7(0x17b))/0xa*(parseInt(_0x1d93a7(0x1b8))/0xb)+-parseInt(_0x1d93a7(0x1ed))/0xc*(-parseInt(_0x1d93a7(0x173))/0xd);if(_0x5c4d26===_0x2b8fb0)break;else _0x1228e1['push'](_0x1228e1['shift']());}catch(_0x12e85f){_0x1228e1['push'](_0x1228e1['shift']());}}}(_0x22dc,0x75d05));function _0x3709(_0x427245,_0x2566aa){_0x427245=_0x427245-0x166;const _0x22dc1d=_0x22dc();let _0x3709aa=_0x22dc1d[_0x427245];return _0x3709aa;}const e={'sheets-shape-ui':{'align':{'top':_0x11b694(0x1e3),'middle':_0x11b694(0x228),'bottom':'inferiore','left':'sinistra','center':_0x11b694(0x17f),'right':_0x11b694(0x16f)},'toolbar':{'verticalAlignMode':{'main':_0x11b694(0x235)},'horizontalAlignMode':{'main':_0x11b694(0x1e5)},'fillColor':{'main':_0x11b694(0x229)},'fontSize':_0x11b694(0x1e0),'fontSizeIncrease':_0x11b694(0x189),'fontSizeDecrease':_0x11b694(0x1a4),'alignLeft':_0x11b694(0x167),'alignCenter':'Align\x20Center','alignRight':_0x11b694(0x221),'alignJustify':_0x11b694(0x24a),'bold':_0x11b694(0x225),'italic':'Italic','underline':_0x11b694(0x1a5),'strikethrough':_0x11b694(0x238),'textColor':'Text\x20color','textBackgroundColor':_0x11b694(0x1fc),'resetColor':_0x11b694(0x18d)},'imagePanel':{'crop':{'shape':_0x11b694(0x201)}},'permission':{'editErr':_0x11b694(0x19e)},'title':_0x11b694(0x1c5),'insertShape':_0x11b694(0x22a),'openPanel':_0x11b694(0x1b9),'deleteShape':_0x11b694(0x22f),'hidePanel':_0x11b694(0x175),'formatShape':_0x11b694(0x1f1),'shapeStyle':_0x11b694(0x176),'shapePosition':_0x11b694(0x179),'toggleFlipH':_0x11b694(0x1c1),'toggleFlipV':_0x11b694(0x1cd),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x11b694(0x1f2),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','fill':{'title':_0x11b694(0x1ae),'noFill':_0x11b694(0x1cc),'solidFill':_0x11b694(0x1dc),'gradientFill':'Riempimento\x20gradiente','pictureFill':_0x11b694(0x204),'patternFill':'Riempimento\x20motivo','color':_0x11b694(0x19a),'transparency':'Trasparenza','picture':{'source':_0x11b694(0x1f8),'insert':_0x11b694(0x1a7),'tileAsTexture':_0x11b694(0x190),'offsetX':'Offset\x20X','offsetY':_0x11b694(0x1a0),'scaleX':_0x11b694(0x1c7),'scaleY':'Scala\x20Y','alignment':'Allineamento','rotateWithShape':_0x11b694(0x23a),'align':{'tl':'In\x20alto\x20a\x20sinistra','t':'In\x20alto','tr':_0x11b694(0x21f),'l':_0x11b694(0x1cb),'ctr':_0x11b694(0x186),'r':_0x11b694(0x1ba),'bl':_0x11b694(0x1e8),'b':_0x11b694(0x1f3),'br':'In\x20basso\x20a\x20destra'}}},'line':{'title':'Linea','noLine':_0x11b694(0x205),'solidLine':_0x11b694(0x1ad),'gradientLine':'Linea\x20gradiente','color':_0x11b694(0x19a),'transparency':_0x11b694(0x18b),'width':_0x11b694(0x191),'dashType':{'title':_0x11b694(0x1f4),'solid':_0x11b694(0x214),'roundDot':_0x11b694(0x1c6),'squareDot':'Punto\x20quadrato','dash':_0x11b694(0x1f7),'dashDot':'Tratto-punto','longDash':_0x11b694(0x192),'longDashDot':_0x11b694(0x1fb),'longDashDotDot':_0x11b694(0x24c)},'capType':{'title':_0x11b694(0x233),'flat':_0x11b694(0x16d),'round':_0x11b694(0x1d1),'square':_0x11b694(0x1db)},'joinType':{'title':_0x11b694(0x211),'miter':_0x11b694(0x1e2),'round':_0x11b694(0x1d1),'bevel':_0x11b694(0x247)},'beginArrowType':_0x11b694(0x166),'beginArrowSize':_0x11b694(0x210),'endArrowType':_0x11b694(0x220),'endArrowSize':'Dimensione\x20freccia\x20finale','arrowType':{'none':_0x11b694(0x1a3),'arrow':_0x11b694(0x19b),'openArrow':'Freccia\x20aperta','stealthArrow':_0x11b694(0x184),'diamondArrow':_0x11b694(0x1ca),'ovalArrow':_0x11b694(0x1a1)},'arrowSize':{'small':'Piccola','medium':'Media','large':_0x11b694(0x23e)},'sketchType':{'title':'Stile\x20schizzo','none':'Nessuno','curved':_0x11b694(0x182),'freehand':'A\x20mano\x20libera','handDrawn':'Disegnato\x20a\x20mano'}},'shape':{'group':{'line':_0x11b694(0x20c),'rectangle':_0x11b694(0x22e),'basicShape':'Forme\x20di\x20base','blockArrow':_0x11b694(0x194),'equationShape':_0x11b694(0x1b3),'flowchart':_0x11b694(0x240),'starAndBanner':_0x11b694(0x1ac),'callout':'Didascalie','other':_0x11b694(0x1b2)},'type':{'line':_0x11b694(0x1ef),'straight-connector1':_0x11b694(0x18a),'straight-connector2':_0x11b694(0x1ec),'bent-connector3':_0x11b694(0x212),'bent-connector3-arrow1':_0x11b694(0x217),'bent-connector3-arrow2':_0x11b694(0x23c),'curved-connector3':_0x11b694(0x248),'curved-connector3-arrow1':_0x11b694(0x1d4),'curved-connector3-arrow2':'Connettore\x20curvo\x20doppia\x20freccia','rect':'Rettangolo','round-rect':_0x11b694(0x19d),'snip1-rect':_0x11b694(0x1f6),'snip2-same-rect':_0x11b694(0x172),'snip2-diag-rect':'Rettangolo\x20con\x20angoli\x20tagliati\x20in\x20diagonale','snip-round-rect':_0x11b694(0x20e),'round1-rect':_0x11b694(0x1a6),'round2-same-rect':'Rettangolo\x20con\x20angoli\x20arrotondati\x20sullo\x20stesso\x20lato','round2-diag-rect':_0x11b694(0x17c),'rect-textbox-horizontal':'Casella\x20di\x20testo\x20orizzontale','rect-textbox-vertical':_0x11b694(0x1e6),'ellipse':_0x11b694(0x171),'triangle':_0x11b694(0x236),'rt-triangle':_0x11b694(0x18c),'parallelogram':'Parallelogramma','trapezoid':_0x11b694(0x1f9),'non-isosceles-trapezoid':_0x11b694(0x169),'diamond':_0x11b694(0x21d),'pentagon':_0x11b694(0x168),'hexagon':'Esagono','heptagon':'Ettagono','octagon':'Ottagono','decagon':_0x11b694(0x24d),'dodecagon':_0x11b694(0x178),'pie':_0x11b694(0x23d),'chord':_0x11b694(0x249),'teardrop':_0x11b694(0x180),'frame':_0x11b694(0x1aa),'half-frame':_0x11b694(0x1bb),'corner':_0x11b694(0x177),'diag-stripe':_0x11b694(0x1dd),'plus':_0x11b694(0x21a),'plaque':'Placca','can':_0x11b694(0x22b),'cube':_0x11b694(0x19c),'bevel':_0x11b694(0x170),'donut':'Anello','no-smoking':_0x11b694(0x16b),'block-arc':'Arco\x20a\x20blocchi','folder-corner':'Angolo\x20piegato','smiley-face':'Faccina\x20sorridente','heart':_0x11b694(0x242),'lightning-bolt':_0x11b694(0x193),'sun':_0x11b694(0x1d9),'moon':_0x11b694(0x1b1),'cloud':_0x11b694(0x1f5),'arc':'Arco','bracket-pair':'Doppia\x20parentesi\x20quadra','brace-pair':_0x11b694(0x22c),'left-bracket':'Parentesi\x20quadra\x20sinistra','right-bracket':_0x11b694(0x237),'left-brace':_0x11b694(0x1df),'right-brace':_0x11b694(0x1fd),'right-arrow':_0x11b694(0x18f),'left-arrow':_0x11b694(0x1b4),'up-arrow':_0x11b694(0x1e1),'down-arrow':'Freccia\x20giù','left-right-arrow':_0x11b694(0x1bd),'up-down-arrow':_0x11b694(0x1b6),'quad-arrow':'Freccia\x20quadrupla','left-right-up-arrow':'Freccia\x20sinistra-destra-su','bent-arrow':_0x11b694(0x202),'uturn-arrow':_0x11b694(0x195),'left-up-arrow':_0x11b694(0x1da),'bent-up-arrow':_0x11b694(0x196),'curved-right-arrow':_0x11b694(0x215),'curved-left-arrow':_0x11b694(0x231),'curved-up-arrow':'Freccia\x20curva\x20su','curved-down-arrow':_0x11b694(0x209),'striped-right-arrow':'Freccia\x20a\x20strisce\x20destra','notched-right-arrow':_0x11b694(0x17d),'home-plate':_0x11b694(0x168),'chevron':'Chevron','right-arrow-callout':_0x11b694(0x185),'down-arrow-callout':_0x11b694(0x20d),'left-arrow-callout':_0x11b694(0x198),'up-arrow-callout':_0x11b694(0x1ff),'left-right-arrow-callout':_0x11b694(0x1f0),'quad-arrow-callout':_0x11b694(0x243),'circular-arrow':_0x11b694(0x1c4),'math-plus':_0x11b694(0x1af),'math-minus':_0x11b694(0x223),'math-multiply':_0x11b694(0x17a),'math-divide':_0x11b694(0x16e),'math-equal':'Uguale','math-not-equal':_0x11b694(0x1c8),'flow-chart-process':'Processo','flow-chart-alternate-process':_0x11b694(0x1d2),'flow-chart-decision':_0x11b694(0x1fe),'flow-chart-input-output':'Dati','flow-chart-predefined-process':'Processo\x20predefinito','flow-chart-internal-storage':_0x11b694(0x1e9),'flow-chart-document':_0x11b694(0x181),'flow-chart-multidocument':'Multidocumento','flow-chart-terminator':_0x11b694(0x216),'flow-chart-preparation':_0x11b694(0x213),'flow-chart-manual-input':'Ingresso\x20manuale','flow-chart-manual-operation':'Operazione\x20manuale','flow-chart-connector':_0x11b694(0x23f),'flow-chart-offpage-connector':_0x11b694(0x232),'flow-chart-punched-card':_0x11b694(0x208),'flow-chart-punched-tape':_0x11b694(0x1d3),'flow-chart-summing-junction':_0x11b694(0x222),'flow-chart-or':'O','flow-chart-collate':_0x11b694(0x1b7),'flow-chart-sort':_0x11b694(0x187),'flow-chart-extract':'Estrai','flow-chart-merge':'Unisci','flow-chart-online-storage':_0x11b694(0x1de),'flow-chart-delay':_0x11b694(0x1b0),'flow-chart-magnetic-tape':_0x11b694(0x199),'flow-chart-magnetic-disk':_0x11b694(0x188),'flow-chart-magnetic-drum':'Memoria\x20ad\x20accesso\x20diretto','flow-chart-display':_0x11b694(0x1d7),'irregular-seal1':_0x11b694(0x227),'irregular-seal2':_0x11b694(0x1a8),'star4':_0x11b694(0x183),'star5':'Stella\x20a\x205\x20punte','star6':'Stella\x20a\x206\x20punte','star7':_0x11b694(0x1c3),'star8':_0x11b694(0x21c),'star10':_0x11b694(0x16c),'star12':_0x11b694(0x1c9),'star16':_0x11b694(0x246),'star24':_0x11b694(0x1d5),'star32':_0x11b694(0x20b),'ribbon2':_0x11b694(0x1be),'ribbon':'Nastro\x20giù','ellipse-ribbon2':_0x11b694(0x1ea),'ellipse-ribbon':'Nastro\x20curvo\x20giù','vertical-scroll':_0x11b694(0x241),'horizontal-scroll':_0x11b694(0x174),'wave':_0x11b694(0x203),'double-wave':_0x11b694(0x200),'wedge-rect-callout':_0x11b694(0x1cf),'wedge-round-rect-callout':_0x11b694(0x19f),'wedge-ellipse-callout':_0x11b694(0x17e),'cloud-callout':'Didascalia\x20nuvola','border-callout1':_0x11b694(0x218),'border-callout2':_0x11b694(0x219),'border-callout3':_0x11b694(0x24b),'accent-callout1':_0x11b694(0x20f),'accent-callout2':_0x11b694(0x1ab),'accent-callout3':_0x11b694(0x18e),'callout1':_0x11b694(0x1eb),'callout2':_0x11b694(0x21e),'callout3':_0x11b694(0x23b),'accent-border-callout1':_0x11b694(0x20a),'accent-border-callout2':_0x11b694(0x244),'accent-border-callout3':_0x11b694(0x207),'left-circular-arrow':_0x11b694(0x1c2),'left-right-circular-arrow':'Freccia\x20circolare\x20sinistra-destra','swoosh-arrow':_0x11b694(0x16a),'left-right-ribbon':_0x11b694(0x1ce),'pie-wedge':_0x11b694(0x234),'funnel':'Imbuto','gear6':'Ingranaggio\x206','gear9':'Ingranaggio\x209','corner-tabs':'Schede\x20ad\x20angolo','action-button-back-previous':_0x11b694(0x239),'action-button-forward-next':'Pulsante\x20azione:\x20avanti\x20o\x20successivo','action-button-beginning':_0x11b694(0x1bc),'action-button-end':_0x11b694(0x1e7),'action-button-home':'Pulsante\x20azione:\x20home','action-button-information':'Pulsante\x20azione:\x20informazione','action-button-return':'Pulsante\x20azione:\x20ritorna','action-button-movie':_0x11b694(0x1bf),'action-button-document':_0x11b694(0x1fa),'action-button-sound':_0x11b694(0x197),'action-button-help':'Pulsante\x20azione:\x20aiuto','action-button-blank':_0x11b694(0x1d0),'chart-plus':'Grafico\x20più','chart-star':_0x11b694(0x226),'chart-x':_0x11b694(0x22d),'flow-chart-offline-storage':'Memoria\x20offline','line-inv':_0x11b694(0x21b),'plaque-tabs':_0x11b694(0x1b5),'square-tabs':_0x11b694(0x224),'up-down-arrow-callout':'Didascalia\x20freccia\x20su-giù'}}}};module[_0x11b694(0x1a9)]=e;function _0x22dc(){const _0x430a69=['Pergamena\x20orizzontale','Nascondi\x20pannello\x20forma','Stile\x20forma','Forma\x20a\x20L','Dodecagono','Posizione\x20forma','Per','15710YSlUMh','Rettangolo\x20con\x20angoli\x20arrotondati\x20in\x20diagonale','Freccia\x20dentellata\x20destra','Didascalia\x20ovale','centro','Lacrima','Documento','Curvato','Stella\x20a\x204\x20punte','Freccia\x20stealth','Didascalia\x20freccia\x20destra','Centro','Ordina','Disco\x20magnetico','Aumenta\x20dimensione\x20carattere','Freccia\x20linea','Trasparenza','Triangolo\x20rettangolo','Reimposta','Didascalia\x20accento\x203','Freccia\x20destra','Affianca\x20immagine\x20come\x20texture','Larghezza','Tratto\x20lungo','Fulmine','Frecce\x20a\x20blocco','Freccia\x20a\x20U','Freccia\x20piegata\x20su','Pulsante\x20azione:\x20suono','Didascalia\x20freccia\x20sinistra','Memoria\x20ad\x20accesso\x20sequenziale','Colore','Freccia','Cubo','Rettangolo\x20arrotondato','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Didascalia\x20rettangolare\x20arrotondata','Offset\x20Y','Freccia\x20ovale','129WaCrwC','Nessuno','Diminuisci\x20dimensione\x20carattere','Underline','Rettangolo\x20con\x20un\x20angolo\x20arrotondato','Inserisci...','Esplosione\x202','exports','Cornice','Didascalia\x20accento\x202','Stelle\x20e\x20banner','Linea\x20solida','Riempimento','Più','Ritardo','Luna','Altri','Forme\x20equazione','Freccia\x20sinistra','Schede\x20placca','Freccia\x20su-giù','Raggruppa','6567TKxoYZ','Apri\x20pannello\x20forma','Destra','Mezza\x20cornice','Pulsante\x20azione:\x20inizio','Freccia\x20sinistra-destra','Nastro\x20su','Pulsante\x20azione:\x20filmato','3284WDAVMs','Attiva/disattiva\x20capovolgimento\x20orizzontale','Freccia\x20circolare\x20sinistra','Stella\x20a\x207\x20punte','Freccia\x20circolare','Forma','Punto\x20rotondo','Scala\x20X','Diverso','Stella\x20a\x2012\x20punte','Freccia\x20diamante','Sinistra','Nessun\x20riempimento','Attiva/disattiva\x20capovolgimento\x20verticale','Nastro\x20sinistra-destra','Didascalia\x20rettangolare','Pulsante\x20azione:\x20vuoto','Arrotondata','Processo\x20alternativo','Nastro\x20perforato','Connettore\x20curvo\x20freccia','Stella\x20a\x2024\x20punte','8BepBkR','Display','3254AGNxZd','Sole','Freccia\x20sinistra-su','Quadrata','Riempimento\x20solido','Striscia\x20diagonale','Dati\x20memorizzati','Parentesi\x20graffa\x20sinistra','Dimensione\x20carattere','Freccia\x20su','A\x20mitra','superiore','1512NdDxEf','Allineamento\x20orizzontale','Casella\x20di\x20testo\x20verticale','Pulsante\x20azione:\x20fine','In\x20basso\x20a\x20sinistra','Memoria\x20interna','Nastro\x20curvo\x20su','Didascalia\x201','Linea\x20doppia\x20freccia','6013932TySAFk','12126jalwMJ','Linea','Didascalia\x20freccia\x20sinistra-destra','Formato\x20forma','Ruota\x20a\x20sinistra\x2090°','In\x20basso','Tipo\x20tratteggio','Nuvola','Rettangolo\x20con\x20un\x20angolo\x20tagliato','Tratteggiata','Fonte\x20immagine','Trapezio','Pulsante\x20azione:\x20documento','Tratto\x20lungo-punto','Text\x20Background\x20color','Parentesi\x20graffa\x20destra','Decisione','Didascalia\x20freccia\x20su','Doppia\x20onda','Ritaglia\x20a\x20forma','Freccia\x20piegata','Onda','Riempimento\x20immagine\x20o\x20texture','Nessuna\x20linea','2519010caEoMh','Didascalia\x20bordo\x20accento\x203','Scheda','Freccia\x20curva\x20giù','Didascalia\x20bordo\x20accento\x201','Stella\x20a\x2032\x20punte','Linee','Didascalia\x20freccia\x20giù','Rettangolo\x20con\x20angolo\x20tagliato\x20e\x20arrotondato','Didascalia\x20accento\x201','Dimensione\x20freccia\x20iniziale','Tipo\x20giunzione','Connettore\x20a\x20gomito','Preparazione','Continua','Freccia\x20curva\x20destra','Terminatore','Connettore\x20a\x20gomito\x20freccia','Didascalia\x20linea\x201','Didascalia\x20linea\x202','Croce','Linea\x20inversa','Stella\x20a\x208\x20punte','Diamante','Didascalia\x202','In\x20alto\x20a\x20destra','Tipo\x20freccia\x20finale','Align\x20Right','Nodo\x20di\x20somma','Meno','Schede\x20quadrate','Bold','Grafico\x20stella','Esplosione\x201','centrale','Colore\x20riempimento','Inserisci\x20forma','Cilindro','Doppia\x20parentesi\x20graffa','Grafico\x20X','Rettangoli','Elimina\x20forma','7399629kJHxxc','Freccia\x20curva\x20sinistra','Connettore\x20fuori\x20pagina','Tipo\x20estremità','Spicchio\x20torta','Allineamento\x20verticale','Triangolo\x20isoscele','Parentesi\x20quadra\x20destra','Strikethrough','Pulsante\x20azione:\x20indietro\x20o\x20precedente','Ruota\x20con\x20forma','Didascalia\x203','Connettore\x20a\x20gomito\x20doppia\x20freccia','Torta','Grande','Connettore','Diagramma\x20di\x20flusso','Pergamena\x20verticale','Cuore','Didascalia\x20freccia\x20quadrupla','Didascalia\x20bordo\x20accento\x202','936ztoZdk','Stella\x20a\x2016\x20punte','Smussata','Connettore\x20curvo','Corda','Justify','Didascalia\x20linea\x203','Tratto\x20lungo-punto-punto','Decagono','Tipo\x20freccia\x20iniziale','Align\x20Left','Pentagono','Trapezio\x20scaleno','Freccia\x20swoosh','Vietato\x20fumare','Stella\x20a\x2010\x20punte','Piana','Diviso','destra','Smusso','Ovale','Rettangolo\x20con\x20angoli\x20tagliati\x20sullo\x20stesso\x20lato','52OkdUfL'];_0x22dc=function(){return _0x430a69;};return _0x22dc();}
@@ -1 +1 @@
1
- function _0x64bd(){const _0x14f528=['線吹き出し2','グラフ\x20星','吹き出し3','強調線付き吹き出し1','面取り','終点矢印のサイズ','四角形吹き出し','図形と一緒に回転','折り返し','磁気テープ','基本図形','透明度','上矢印吹き出し','グラデーション塗りつぶし','グラフ\x20プラス','星とリボン','図形の挿入','穿孔カード','図形パネルを開く','始点矢印のサイズ','フォントサイズを拡大','倍率\x20Y','結合子','爆発2','星12','ホームベース','カギ線矢印コネクタ','下矢印吹き出し','巻物(横)','ドーナツ','二重波','手描き','図形の位置','終点矢印の種類','735531qOTkfl','オフセット\x20X','屈折矢印','雲形吹き出し','143339prMirJ','プラス','十二角形','グラフ\x20X','その他','禁止マーク','左右矢印','斜めの縞','Uターン矢印','環状矢印','マイター','動作設定ボタン:\x20ドキュメント','歯車9','ダイヤモンド矢印','オフセット\x20Y','反時計回りに\x2090\x20度回転','大括弧','動作設定ボタン:\x20ホーム','長二点鎖線','上矢印','塗りつぶし色','手作業','歯車6','動作設定ボタン:\x20動画','ベベル','8XFBypr','上下矢印吹き出し','他ページ結合子','動作設定ボタン:\x20サウンド','8UOiAcS','巻物(縦)','数式図形','星24','手操作入力','上カーブ矢印','スマイル','八角形','強調線吹き出し3','長一点鎖線','右矢印吹き出し','十角形','フローチャート','接合の種類','下カーブ矢印','1つの角を切り取った四角形','曲線コネクタ','2864130LoUQmH','垂直反転の切り替え','フォントサイズを縮小','動作設定ボタン:\x20進む/次へ','始点矢印の種類','塗りつぶしなし','長破線','下矢印','左環状矢印','画像をテクスチャとして並べる','695915YceQqI','縦方向の配置','左右環状矢印','左右矢印吹き出し','星16','右矢印','ノットイコール','星10','入出力','一点鎖線','強調線付き吹き出し2','左矢印','フォントサイズ','横方向の配置','線吹き出し1','平行四辺形','図形の書式設定','1つの角を丸めた四角形','リボン(下カーブ)','exports','スウッシュ矢印','ラウンド','四角点','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','双方向カギ線コネクタ','186QgrCzc','対角の2つの角を切り取った四角形','上下矢印','左大括弧','1つの角を丸め、1つの角を切り取った四角形','複数書類','フラット','線なし','オンライン記憶','オフライン記憶','動作設定ボタン:\x20最後','定義済み処理','スケッチスタイル','対角の2つの角を丸めた四角形','図形スタイル','2828216JUwAkp','左矢印吹き出し','V字右矢印','双方向曲線コネクタ','左寄せ','6201774PqnWCE','動作設定ボタン:\x20情報','五角形','動作設定ボタン:\x20ヘルプ','吹き出し2','リボン(上)','右中括弧','37801990veScJl','強調線吹き出し2','アーチ','六角形','ハート','左上矢印','掛ける','双方向矢印','穿孔テープ','磁気ドラム','右カーブ矢印','角丸四角形','爆発1','縦書きテキストボックス','四角形','十字矢印吹き出し','星32','強調線吹き出し1','じょうご','画像ソース','水平反転の切り替え','磁気ディスク','動作設定ボタン:\x20戻る/前へ','左中括弧','ブロック矢印','カギ線コネクタ','リボン(下)','論理和'];_0x64bd=function(){return _0x14f528;};return _0x64bd();}const _0x360476=_0x28ba;(function(_0x41dabf,_0x4d247a){const _0x590f06=_0x28ba,_0x1ac3fc=_0x41dabf();while(!![]){try{const _0x3c1fc4=-parseInt(_0x590f06(0x275))/0x1+-parseInt(_0x590f06(0x1ef))/0x2+parseInt(_0x590f06(0x239))/0x3+parseInt(_0x590f06(0x256))/0x4*(-parseInt(_0x590f06(0x26b))/0x5)+-parseInt(_0x590f06(0x28e))/0x6*(parseInt(_0x590f06(0x23d))/0x7)+-parseInt(_0x590f06(0x25a))/0x8*(-parseInt(_0x590f06(0x1f4))/0x9)+parseInt(_0x590f06(0x1fb))/0xa;if(_0x3c1fc4===_0x4d247a)break;else _0x1ac3fc['push'](_0x1ac3fc['shift']());}catch(_0x507ebb){_0x1ac3fc['push'](_0x1ac3fc['shift']());}}}(_0x64bd,0xc92c0));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x360476(0x1f3),'center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x360476(0x276)},'horizontalAlignMode':{'main':_0x360476(0x282)},'fillColor':{'main':_0x360476(0x251)},'fontSize':_0x360476(0x281),'fontSizeIncrease':_0x360476(0x22b),'fontSizeDecrease':_0x360476(0x26d),'resetColor':'初期化'},'imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x360476(0x28c)},'title':'図形','insertShape':_0x360476(0x227),'openPanel':_0x360476(0x229),'deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':_0x360476(0x285),'shapeStyle':_0x360476(0x1ee),'shapePosition':_0x360476(0x237),'toggleFlipH':_0x360476(0x20f),'toggleFlipV':_0x360476(0x26c),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x360476(0x24c),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','fill':{'title':'塗りつぶし','noFill':_0x360476(0x270),'solidFill':'単色塗りつぶし','gradientFill':_0x360476(0x224),'pictureFill':'図またはテクスチャ塗りつぶし','patternFill':'パターン塗りつぶし','color':'色','transparency':_0x360476(0x222),'picture':{'source':_0x360476(0x20e),'insert':'挿入...','tileAsTexture':_0x360476(0x274),'offsetX':_0x360476(0x23a),'offsetY':_0x360476(0x24b),'scaleX':'倍率\x20X','scaleY':_0x360476(0x22c),'alignment':'配置','rotateWithShape':_0x360476(0x21e),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x360476(0x295),'solidLine':'実線','gradientLine':'グラデーション線','color':'色','transparency':_0x360476(0x222),'width':'幅','dashType':{'title':'実線/点線','solid':'実線','roundDot':'丸点','squareDot':_0x360476(0x28b),'dash':'破線','dashDot':_0x360476(0x27e),'longDash':_0x360476(0x271),'longDashDot':_0x360476(0x263),'longDashDotDot':_0x360476(0x24f)},'capType':{'title':'線端の種類','flat':_0x360476(0x294),'round':'丸','square':'四角'},'joinType':{'title':_0x360476(0x267),'miter':_0x360476(0x247),'round':_0x360476(0x28a),'bevel':_0x360476(0x255)},'beginArrowType':_0x360476(0x26f),'beginArrowSize':_0x360476(0x22a),'endArrowType':_0x360476(0x238),'endArrowSize':_0x360476(0x21c),'arrowType':{'none':'なし','arrow':'矢印','openArrow':'開いた矢印','stealthArrow':'ステルス矢印','diamondArrow':_0x360476(0x24a),'ovalArrow':'楕円矢印'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x360476(0x1ec),'none':'なし','curved':'曲線','freehand':'フリーハンド','handDrawn':_0x360476(0x236)}},'shape':{'group':{'line':'線','rectangle':_0x360476(0x209),'basicShape':_0x360476(0x221),'blockArrow':_0x360476(0x213),'equationShape':_0x360476(0x25c),'flowchart':_0x360476(0x266),'starAndBanner':_0x360476(0x226),'callout':'吹き出し','other':_0x360476(0x241)},'type':{'line':'直線','straight-connector1':'矢印','straight-connector2':_0x360476(0x202),'bent-connector3':_0x360476(0x214),'bent-connector3-arrow1':_0x360476(0x231),'bent-connector3-arrow2':_0x360476(0x28d),'curved-connector3':_0x360476(0x26a),'curved-connector3-arrow1':'曲線矢印コネクタ','curved-connector3-arrow2':_0x360476(0x1f2),'rect':_0x360476(0x209),'round-rect':_0x360476(0x206),'snip1-rect':_0x360476(0x269),'snip2-same-rect':'同じ側の2つの角を切り取った四角形','snip2-diag-rect':_0x360476(0x28f),'snip-round-rect':_0x360476(0x292),'round1-rect':_0x360476(0x286),'round2-same-rect':'同じ側の2つの角を丸めた四角形','round2-diag-rect':_0x360476(0x1ed),'rect-textbox-horizontal':'横書きテキストボックス','rect-textbox-vertical':_0x360476(0x208),'ellipse':'楕円','triangle':'二等辺三角形','rt-triangle':'直角三角形','parallelogram':_0x360476(0x284),'trapezoid':'台形','non-isosceles-trapezoid':'不等辺台形','diamond':'ひし形','pentagon':_0x360476(0x1f6),'hexagon':_0x360476(0x1fe),'heptagon':'七角形','octagon':_0x360476(0x261),'decagon':_0x360476(0x265),'dodecagon':_0x360476(0x23f),'pie':'円形','chord':'弦','teardrop':'涙形','frame':'額縁','half-frame':'額縁(半分)','corner':'L字','diag-stripe':_0x360476(0x244),'plus':'十字','plaque':'プラーク','can':'円柱','cube':'立方体','bevel':_0x360476(0x21b),'donut':_0x360476(0x234),'no-smoking':_0x360476(0x242),'block-arc':_0x360476(0x1fd),'folder-corner':_0x360476(0x21f),'smiley-face':_0x360476(0x260),'heart':_0x360476(0x1ff),'lightning-bolt':'稲妻','sun':'太陽','moon':'月','cloud':'雲','arc':'円弧','bracket-pair':_0x360476(0x24d),'brace-pair':'中括弧','left-bracket':_0x360476(0x291),'right-bracket':'右大括弧','left-brace':_0x360476(0x212),'right-brace':_0x360476(0x1fa),'right-arrow':_0x360476(0x27a),'left-arrow':_0x360476(0x280),'up-arrow':_0x360476(0x250),'down-arrow':_0x360476(0x272),'left-right-arrow':_0x360476(0x243),'up-down-arrow':_0x360476(0x290),'quad-arrow':'十字矢印','left-right-up-arrow':'左右上矢印','bent-arrow':_0x360476(0x23b),'uturn-arrow':_0x360476(0x245),'left-up-arrow':_0x360476(0x200),'bent-up-arrow':'屈折上矢印','curved-right-arrow':_0x360476(0x205),'curved-left-arrow':'左カーブ矢印','curved-up-arrow':_0x360476(0x25f),'curved-down-arrow':_0x360476(0x268),'striped-right-arrow':'ストライプ右矢印','notched-right-arrow':_0x360476(0x1f1),'home-plate':_0x360476(0x230),'chevron':'山形','right-arrow-callout':_0x360476(0x264),'down-arrow-callout':_0x360476(0x232),'left-arrow-callout':_0x360476(0x1f0),'up-arrow-callout':_0x360476(0x223),'left-right-arrow-callout':_0x360476(0x278),'quad-arrow-callout':_0x360476(0x20a),'circular-arrow':_0x360476(0x246),'math-plus':_0x360476(0x23e),'math-minus':'マイナス','math-multiply':_0x360476(0x201),'math-divide':'割る','math-equal':'イコール','math-not-equal':_0x360476(0x27b),'flow-chart-process':'処理','flow-chart-alternate-process':'代替処理','flow-chart-decision':'判断','flow-chart-input-output':_0x360476(0x27d),'flow-chart-predefined-process':_0x360476(0x1eb),'flow-chart-internal-storage':'内部記憶','flow-chart-document':'書類','flow-chart-multidocument':_0x360476(0x293),'flow-chart-terminator':'端子','flow-chart-preparation':'準備','flow-chart-manual-input':_0x360476(0x25e),'flow-chart-manual-operation':_0x360476(0x252),'flow-chart-connector':_0x360476(0x22d),'flow-chart-offpage-connector':_0x360476(0x258),'flow-chart-punched-card':_0x360476(0x228),'flow-chart-punched-tape':_0x360476(0x203),'flow-chart-summing-junction':'和','flow-chart-or':_0x360476(0x216),'flow-chart-collate':'照合','flow-chart-sort':'並べ替え','flow-chart-extract':'抽出','flow-chart-merge':'結合','flow-chart-online-storage':_0x360476(0x296),'flow-chart-delay':'遅延','flow-chart-magnetic-tape':_0x360476(0x220),'flow-chart-magnetic-disk':_0x360476(0x210),'flow-chart-magnetic-drum':_0x360476(0x204),'flow-chart-display':'表示','irregular-seal1':_0x360476(0x207),'irregular-seal2':_0x360476(0x22e),'star4':'星4','star5':'星5','star6':'星6','star7':'星7','star8':'星8','star10':_0x360476(0x27c),'star12':_0x360476(0x22f),'star16':_0x360476(0x279),'star24':_0x360476(0x25d),'star32':_0x360476(0x20b),'ribbon2':_0x360476(0x1f9),'ribbon':_0x360476(0x215),'ellipse-ribbon2':'リボン(上カーブ)','ellipse-ribbon':_0x360476(0x287),'vertical-scroll':_0x360476(0x25b),'horizontal-scroll':_0x360476(0x233),'wave':'波','double-wave':_0x360476(0x235),'wedge-rect-callout':_0x360476(0x21d),'wedge-round-rect-callout':'角丸四角形吹き出し','wedge-ellipse-callout':'円形吹き出し','cloud-callout':_0x360476(0x23c),'border-callout1':_0x360476(0x283),'border-callout2':_0x360476(0x217),'border-callout3':'線吹き出し3','accent-callout1':_0x360476(0x20c),'accent-callout2':_0x360476(0x1fc),'accent-callout3':_0x360476(0x262),'callout1':'吹き出し1','callout2':_0x360476(0x1f8),'callout3':_0x360476(0x219),'accent-border-callout1':_0x360476(0x21a),'accent-border-callout2':_0x360476(0x27f),'accent-border-callout3':'強調線付き吹き出し3','left-circular-arrow':_0x360476(0x273),'left-right-circular-arrow':_0x360476(0x277),'swoosh-arrow':_0x360476(0x289),'left-right-ribbon':'左右リボン','pie-wedge':'扇形','funnel':_0x360476(0x20d),'gear6':_0x360476(0x253),'gear9':_0x360476(0x249),'corner-tabs':'コーナー\x20タブ','action-button-back-previous':_0x360476(0x211),'action-button-forward-next':_0x360476(0x26e),'action-button-beginning':'動作設定ボタン:\x20最初','action-button-end':_0x360476(0x1ea),'action-button-home':_0x360476(0x24e),'action-button-information':_0x360476(0x1f5),'action-button-return':'動作設定ボタン:\x20戻る','action-button-movie':_0x360476(0x254),'action-button-document':_0x360476(0x248),'action-button-sound':_0x360476(0x259),'action-button-help':_0x360476(0x1f7),'action-button-blank':'動作設定ボタン:\x20空白','chart-plus':_0x360476(0x225),'chart-star':_0x360476(0x218),'chart-x':_0x360476(0x240),'flow-chart-offline-storage':_0x360476(0x1e9),'line-inv':'直線(逆)','plaque-tabs':'プラーク\x20タブ','square-tabs':'四角形タブ','up-down-arrow-callout':_0x360476(0x257)}}}};function _0x28ba(_0x2291ea,_0x4a2801){_0x2291ea=_0x2291ea-0x1e9;const _0x64bdb9=_0x64bd();let _0x28ba64=_0x64bdb9[_0x2291ea];return _0x28ba64;}module[_0x360476(0x288)]=e;
1
+ const _0x537351=_0x371e;function _0x371e(_0x1afcf3,_0x31523d){_0x1afcf3=_0x1afcf3-0x149;const _0x4f0c60=_0x4f0c();let _0x371eb8=_0x4f0c60[_0x1afcf3];return _0x371eb8;}function _0x4f0c(){const _0x2ca2b7=['372682NPevbL','内部記憶','動作設定ボタン:\x20ホーム','Italic','直線(逆)','入出力','Underline','長一点鎖線','八角形','左寄せ','左右環状矢印','動作設定ボタン:\x20戻る','平行四辺形','exports','定義済み処理','巻物(縦)','屈折矢印','下カーブ矢印','開いた矢印','ブロック矢印','星とリボン','長破線','Align\x20Left','垂直反転の切り替え','ひし形','Strikethrough','図形の書式設定','長二点鎖線','初期化','6YYqlsm','フォントサイズ','スケッチスタイル','倍率\x20Y','左矢印吹き出し','動作設定ボタン:\x20情報','動作設定ボタン:\x20最初','9aneNZN','右中括弧','ハート','ホームベース','その他','角丸四角形吹き出し','左右上矢印','十字矢印','フリーハンド','結合子','始点矢印のサイズ','56hhApsb','実線/点線','Text\x20color','終点矢印の種類','図またはテクスチャ塗りつぶし','時計回りに\x2090\x20度回転','フラット','右大括弧','左右リボン','四角形','穿孔カード','吹き出し','巻物(横)','強調線吹き出し3','数式図形','手作業','二重波','226475kytEqo','強調線付き吹き出し2','歯車9','リボン(下)','対角の2つの角を切り取った四角形','左大括弧','立方体','上下矢印','グラデーション塗りつぶし','曲線コネクタ','双方向曲線コネクタ','スウッシュ矢印','線吹き出し1','プラーク\x20タブ','フローチャート','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','横方向の配置','1つの角を丸めた四角形','Bold','Text\x20Background\x20color','じょうご','Uターン矢印','単色塗りつぶし','磁気ディスク','4844110GivrPC','並べ替え','十角形','6ZMCiJa','1つの角を切り取った四角形','上矢印','図形パネルを開く','画像をテクスチャとして並べる','図形パネルを非表示','右カーブ矢印','円形吹き出し','線端の種類','強調線吹き出し2','171504nSNKtC','1つの角を丸め、1つの角を切り取った四角形','ベベル','線吹き出し2','437640jFQwHh','対角の2つの角を丸めた四角形','図形を削除','オフセット\x20Y','星24','五角形','ダイヤモンド矢印','四角形タブ','Align\x20Right','リボン(下カーブ)','中括弧','グラデーション線','縦方向の配置','図形スタイル','プラス','動作設定ボタン:\x20ドキュメント','画像ソース','直角三角形','環状矢印','爆発1','論理和','動作設定ボタン:\x20戻る/前へ','塗りつぶしなし','面取り','同じ側の2つの角を丸めた四角形','V字右矢印','穿孔テープ','吹き出し1','下矢印吹き出し','掛ける','吹き出し3','Justify','吹き出し2','図形と一緒に回転','オフセット\x20X','2258124fxPIvA','オンライン記憶','2273125RkkUFt','双方向矢印','動作設定ボタン:\x20進む/次へ','強調線吹き出し1','塗りつぶし','雲形吹き出し','四角形吹き出し','接合の種類','リボン(上カーブ)','縦書きテキストボックス','塗りつぶし色','水平反転の切り替え','強調線付き吹き出し3','動作設定ボタン:\x20空白','六角形','透明度','倍率\x20X','星16','プラーク','屈折上矢印','上カーブ矢印','手描き','左カーブ矢印','七角形','星10','下矢印','アーチ','動作設定ボタン:\x20ヘルプ','パターン塗りつぶし','同じ側の2つの角を切り取った四角形','コーナー\x20タブ','図形の位置','ドーナツ','曲線矢印コネクタ','上下矢印吹き出し','ステルス矢印','終点矢印のサイズ','イコール','複数書類','マイナス','十字矢印吹き出し','横書きテキストボックス','動作設定ボタン:\x20最後','磁気ドラム'];_0x4f0c=function(){return _0x2ca2b7;};return _0x4f0c();}(function(_0x599354,_0x13c4bc){const _0xe28ed0=_0x371e,_0x4646ee=_0x599354();while(!![]){try{const _0x1562bc=parseInt(_0xe28ed0(0x1c9))/0x1+-parseInt(_0xe28ed0(0x189))/0x2*(parseInt(_0xe28ed0(0x1a6))/0x3)+parseInt(_0xe28ed0(0x1f2))/0x4+parseInt(_0xe28ed0(0x15d))/0x5*(-parseInt(_0xe28ed0(0x1e4))/0x6)+-parseInt(_0xe28ed0(0x1b8))/0x7*(-parseInt(_0xe28ed0(0x1ee))/0x8)+parseInt(_0xe28ed0(0x1ad))/0x9*(parseInt(_0xe28ed0(0x1e1))/0xa)+parseInt(_0xe28ed0(0x15b))/0xb;if(_0x1562bc===_0x13c4bc)break;else _0x4646ee['push'](_0x4646ee['shift']());}catch(_0x1dfcad){_0x4646ee['push'](_0x4646ee['shift']());}}}(_0x4f0c,0x5a471));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x537351(0x192),'center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x537351(0x1fe)},'horizontalAlignMode':{'main':_0x537351(0x1d9)},'fillColor':{'main':_0x537351(0x167)},'fontSize':_0x537351(0x1a7),'fontSizeIncrease':'フォントサイズを拡大','fontSizeDecrease':'フォントサイズを縮小','alignLeft':_0x537351(0x19f),'alignCenter':'Align\x20Center','alignRight':_0x537351(0x1fa),'alignJustify':_0x537351(0x157),'bold':_0x537351(0x1db),'italic':_0x537351(0x18c),'underline':_0x537351(0x18f),'strikethrough':_0x537351(0x1a2),'textColor':_0x537351(0x1ba),'textBackgroundColor':_0x537351(0x1dc),'resetColor':_0x537351(0x1a5)},'imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x537351(0x1d8)},'title':'図形','insertShape':'図形の挿入','openPanel':_0x537351(0x1e7),'deleteShape':_0x537351(0x1f4),'hidePanel':_0x537351(0x1e9),'formatShape':_0x537351(0x1a3),'shapeStyle':_0x537351(0x1ff),'shapePosition':_0x537351(0x17c),'toggleFlipH':_0x537351(0x168),'toggleFlipV':_0x537351(0x1a0),'rotateRight90':_0x537351(0x1bd),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':'テキストの縦書き/横書きの切り替え','fill':{'title':_0x537351(0x161),'noFill':_0x537351(0x14e),'solidFill':_0x537351(0x1df),'gradientFill':_0x537351(0x1d1),'pictureFill':_0x537351(0x1bc),'patternFill':_0x537351(0x179),'color':'色','transparency':_0x537351(0x16c),'picture':{'source':_0x537351(0x202),'insert':'挿入...','tileAsTexture':_0x537351(0x1e8),'offsetX':_0x537351(0x15a),'offsetY':_0x537351(0x1f5),'scaleX':_0x537351(0x16d),'scaleY':_0x537351(0x1a9),'alignment':'配置','rotateWithShape':_0x537351(0x159),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':'線なし','solidLine':'実線','gradientLine':_0x537351(0x1fd),'color':'色','transparency':_0x537351(0x16c),'width':'幅','dashType':{'title':_0x537351(0x1b9),'solid':'実線','roundDot':'丸点','squareDot':'四角点','dash':'破線','dashDot':'一点鎖線','longDash':_0x537351(0x19e),'longDashDot':_0x537351(0x190),'longDashDotDot':_0x537351(0x1a4)},'capType':{'title':_0x537351(0x1ec),'flat':_0x537351(0x1be),'round':'丸','square':'四角'},'joinType':{'title':_0x537351(0x164),'miter':'マイター','round':'ラウンド','bevel':_0x537351(0x1f0)},'beginArrowType':'始点矢印の種類','beginArrowSize':_0x537351(0x1b7),'endArrowType':_0x537351(0x1bb),'endArrowSize':_0x537351(0x181),'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x537351(0x19b),'stealthArrow':_0x537351(0x180),'diamondArrow':_0x537351(0x1f8),'ovalArrow':'楕円矢印'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x537351(0x1a8),'none':'なし','curved':'曲線','freehand':_0x537351(0x1b5),'handDrawn':_0x537351(0x172)}},'shape':{'group':{'line':'線','rectangle':_0x537351(0x1c1),'basicShape':'基本図形','blockArrow':_0x537351(0x19c),'equationShape':_0x537351(0x1c6),'flowchart':_0x537351(0x1d7),'starAndBanner':_0x537351(0x19d),'callout':_0x537351(0x1c3),'other':_0x537351(0x1b1)},'type':{'line':'直線','straight-connector1':'矢印','straight-connector2':_0x537351(0x15e),'bent-connector3':'カギ線コネクタ','bent-connector3-arrow1':'カギ線矢印コネクタ','bent-connector3-arrow2':'双方向カギ線コネクタ','curved-connector3':_0x537351(0x1d2),'curved-connector3-arrow1':_0x537351(0x17e),'curved-connector3-arrow2':_0x537351(0x1d3),'rect':_0x537351(0x1c1),'round-rect':'角丸四角形','snip1-rect':_0x537351(0x1e5),'snip2-same-rect':_0x537351(0x17a),'snip2-diag-rect':_0x537351(0x1cd),'snip-round-rect':_0x537351(0x1ef),'round1-rect':_0x537351(0x1da),'round2-same-rect':_0x537351(0x150),'round2-diag-rect':_0x537351(0x1f3),'rect-textbox-horizontal':_0x537351(0x186),'rect-textbox-vertical':_0x537351(0x166),'ellipse':'楕円','triangle':'二等辺三角形','rt-triangle':_0x537351(0x149),'parallelogram':_0x537351(0x195),'trapezoid':'台形','non-isosceles-trapezoid':'不等辺台形','diamond':_0x537351(0x1a1),'pentagon':_0x537351(0x1f7),'hexagon':_0x537351(0x16b),'heptagon':_0x537351(0x174),'octagon':_0x537351(0x191),'decagon':_0x537351(0x1e3),'dodecagon':'十二角形','pie':'円形','chord':'弦','teardrop':'涙形','frame':'額縁','half-frame':'額縁(半分)','corner':'L字','diag-stripe':'斜めの縞','plus':'十字','plaque':_0x537351(0x16f),'can':'円柱','cube':_0x537351(0x1cf),'bevel':_0x537351(0x14f),'donut':_0x537351(0x17d),'no-smoking':'禁止マーク','block-arc':_0x537351(0x177),'folder-corner':'折り返し','smiley-face':'スマイル','heart':_0x537351(0x1af),'lightning-bolt':'稲妻','sun':'太陽','moon':'月','cloud':'雲','arc':'円弧','bracket-pair':'大括弧','brace-pair':_0x537351(0x1fc),'left-bracket':_0x537351(0x1ce),'right-bracket':_0x537351(0x1bf),'left-brace':'左中括弧','right-brace':_0x537351(0x1ae),'right-arrow':'右矢印','left-arrow':'左矢印','up-arrow':_0x537351(0x1e6),'down-arrow':_0x537351(0x176),'left-right-arrow':'左右矢印','up-down-arrow':_0x537351(0x1d0),'quad-arrow':_0x537351(0x1b4),'left-right-up-arrow':_0x537351(0x1b3),'bent-arrow':_0x537351(0x199),'uturn-arrow':_0x537351(0x1de),'left-up-arrow':'左上矢印','bent-up-arrow':_0x537351(0x170),'curved-right-arrow':_0x537351(0x1ea),'curved-left-arrow':_0x537351(0x173),'curved-up-arrow':_0x537351(0x171),'curved-down-arrow':_0x537351(0x19a),'striped-right-arrow':'ストライプ右矢印','notched-right-arrow':_0x537351(0x151),'home-plate':_0x537351(0x1b0),'chevron':'山形','right-arrow-callout':'右矢印吹き出し','down-arrow-callout':_0x537351(0x154),'left-arrow-callout':_0x537351(0x1aa),'up-arrow-callout':'上矢印吹き出し','left-right-arrow-callout':'左右矢印吹き出し','quad-arrow-callout':_0x537351(0x185),'circular-arrow':_0x537351(0x14a),'math-plus':_0x537351(0x200),'math-minus':_0x537351(0x184),'math-multiply':_0x537351(0x155),'math-divide':'割る','math-equal':_0x537351(0x182),'math-not-equal':'ノットイコール','flow-chart-process':'処理','flow-chart-alternate-process':'代替処理','flow-chart-decision':'判断','flow-chart-input-output':_0x537351(0x18e),'flow-chart-predefined-process':_0x537351(0x197),'flow-chart-internal-storage':_0x537351(0x18a),'flow-chart-document':'書類','flow-chart-multidocument':_0x537351(0x183),'flow-chart-terminator':'端子','flow-chart-preparation':'準備','flow-chart-manual-input':'手操作入力','flow-chart-manual-operation':_0x537351(0x1c7),'flow-chart-connector':_0x537351(0x1b6),'flow-chart-offpage-connector':'他ページ結合子','flow-chart-punched-card':_0x537351(0x1c2),'flow-chart-punched-tape':_0x537351(0x152),'flow-chart-summing-junction':'和','flow-chart-or':_0x537351(0x14c),'flow-chart-collate':'照合','flow-chart-sort':_0x537351(0x1e2),'flow-chart-extract':'抽出','flow-chart-merge':'結合','flow-chart-online-storage':_0x537351(0x15c),'flow-chart-delay':'遅延','flow-chart-magnetic-tape':'磁気テープ','flow-chart-magnetic-disk':_0x537351(0x1e0),'flow-chart-magnetic-drum':_0x537351(0x188),'flow-chart-display':'表示','irregular-seal1':_0x537351(0x14b),'irregular-seal2':'爆発2','star4':'星4','star5':'星5','star6':'星6','star7':'星7','star8':'星8','star10':_0x537351(0x175),'star12':'星12','star16':_0x537351(0x16e),'star24':_0x537351(0x1f6),'star32':'星32','ribbon2':'リボン(上)','ribbon':_0x537351(0x1cc),'ellipse-ribbon2':_0x537351(0x165),'ellipse-ribbon':_0x537351(0x1fb),'vertical-scroll':_0x537351(0x198),'horizontal-scroll':_0x537351(0x1c4),'wave':'波','double-wave':_0x537351(0x1c8),'wedge-rect-callout':_0x537351(0x163),'wedge-round-rect-callout':_0x537351(0x1b2),'wedge-ellipse-callout':_0x537351(0x1eb),'cloud-callout':_0x537351(0x162),'border-callout1':_0x537351(0x1d5),'border-callout2':_0x537351(0x1f1),'border-callout3':'線吹き出し3','accent-callout1':_0x537351(0x160),'accent-callout2':_0x537351(0x1ed),'accent-callout3':_0x537351(0x1c5),'callout1':_0x537351(0x153),'callout2':_0x537351(0x158),'callout3':_0x537351(0x156),'accent-border-callout1':'強調線付き吹き出し1','accent-border-callout2':_0x537351(0x1ca),'accent-border-callout3':_0x537351(0x169),'left-circular-arrow':'左環状矢印','left-right-circular-arrow':_0x537351(0x193),'swoosh-arrow':_0x537351(0x1d4),'left-right-ribbon':_0x537351(0x1c0),'pie-wedge':'扇形','funnel':_0x537351(0x1dd),'gear6':'歯車6','gear9':_0x537351(0x1cb),'corner-tabs':_0x537351(0x17b),'action-button-back-previous':_0x537351(0x14d),'action-button-forward-next':_0x537351(0x15f),'action-button-beginning':_0x537351(0x1ac),'action-button-end':_0x537351(0x187),'action-button-home':_0x537351(0x18b),'action-button-information':_0x537351(0x1ab),'action-button-return':_0x537351(0x194),'action-button-movie':'動作設定ボタン:\x20動画','action-button-document':_0x537351(0x201),'action-button-sound':'動作設定ボタン:\x20サウンド','action-button-help':_0x537351(0x178),'action-button-blank':_0x537351(0x16a),'chart-plus':'グラフ\x20プラス','chart-star':'グラフ\x20星','chart-x':'グラフ\x20X','flow-chart-offline-storage':'オフライン記憶','line-inv':_0x537351(0x18d),'plaque-tabs':_0x537351(0x1d6),'square-tabs':_0x537351(0x1f9),'up-down-arrow-callout':_0x537351(0x17f)}}}};module[_0x537351(0x196)]=e;