@univerjs-pro/sheets-shape-ui 0.25.1 → 1.0.0-alpha.1

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 (112) 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/types/views/shapes.d.ts +8 -43
  87. package/lib/umd/index.js +1 -1
  88. package/lib/umd/locale/ar-SA.js +1 -1
  89. package/lib/umd/locale/ca-ES.js +1 -1
  90. package/lib/umd/locale/de-DE.js +1 -1
  91. package/lib/umd/locale/en-US.js +1 -1
  92. package/lib/umd/locale/es-ES.js +1 -1
  93. package/lib/umd/locale/fa-IR.js +1 -1
  94. package/lib/umd/locale/fr-FR.js +1 -1
  95. package/lib/umd/locale/id-ID.js +1 -1
  96. package/lib/umd/locale/it-IT.js +1 -1
  97. package/lib/umd/locale/ja-JP.js +1 -1
  98. package/lib/umd/locale/ko-KR.js +1 -1
  99. package/lib/umd/locale/pl-PL.js +1 -1
  100. package/lib/umd/locale/pt-BR.js +1 -1
  101. package/lib/umd/locale/ru-RU.js +1 -1
  102. package/lib/umd/locale/sk-SK.js +1 -1
  103. package/lib/umd/locale/vi-VN.js +1 -1
  104. package/lib/umd/locale/zh-CN.js +1 -1
  105. package/lib/umd/locale/zh-HK.js +1 -1
  106. package/lib/umd/locale/zh-TW.js +1 -1
  107. package/package.json +21 -24
  108. package/lib/types/views/shape-text-editor/Editor.d.ts +0 -11
  109. package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +0 -15
  110. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +0 -37
  111. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  112. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- const _0x167848=_0x201c;(function(_0x50c1d5,_0x118ede){const _0x32f63a=_0x201c,_0x552fe3=_0x50c1d5();while(!![]){try{const _0x115d03=-parseInt(_0x32f63a(0x13a))/0x1+parseInt(_0x32f63a(0x129))/0x2*(parseInt(_0x32f63a(0x115))/0x3)+-parseInt(_0x32f63a(0xd4))/0x4+parseInt(_0x32f63a(0x16f))/0x5*(parseInt(_0x32f63a(0xc7))/0x6)+-parseInt(_0x32f63a(0x153))/0x7*(parseInt(_0x32f63a(0xce))/0x8)+-parseInt(_0x32f63a(0xc9))/0x9*(parseInt(_0x32f63a(0x158))/0xa)+-parseInt(_0x32f63a(0x149))/0xb*(-parseInt(_0x32f63a(0xfd))/0xc);if(_0x115d03===_0x118ede)break;else _0x552fe3['push'](_0x552fe3['shift']());}catch(_0x10e93c){_0x552fe3['push'](_0x552fe3['shift']());}}}(_0xe610,0x3e5da));function _0xe610(){const _0x5d5a4a=['بالا\x20چپ','مساوی','مقایسه','گوه\x20دایره‌ای','مستطیل\x20گوشه\x20گرد\x20قطری','ستاره\x20۲۴\x20پر','پایین\x20چپ','نمودار\x20ایکس','بول','پر\x20کردن\x20یکدست','براکت\x20چپ','فلش\x20دندانه‌دار\x20راست','پر\x20کردن\x20گرادیان','تراز\x20عمودی','کادر\x20توضیحی\x20فلش\x20پایین','فلش\x20راست','چرخ‌دنده\x20۶','کارت','هشت‌ضلعی','نوع\x20خط\x20چین','مکعب','نمودار\x20ستاره','915120iJfYhv','مرکز','فلش\x20چپ-راست','فلش\x20چپ-راست-بالا','دکمه\x20عمل:\x20اطلاعات','اتصال‌دهنده','ستاره\x20۳۲\x20پر','فلش\x20دایره‌ای\x20چپ','روبان\x20پایین','پایان‌دهنده','مستطیل\x20گوشه\x20بریده\x20یک\x20طرف','نوع\x20فلش\x20انتها','اتصال\x20خمیده\x20فلش‌دار','خط\x20فلش‌دار','فلش\x20باز','نقطه\x20مربعی','برگه‌های\x20گوشه‌ای','فلش\x20منحنی\x20چپ','گوشه\x20تا\x20شده','مقیاس\x20X','2xzLVOS','استخراج','نوع\x20فلش\x20ابتدا','تراز','مستطیل','اتصال‌دهنده\x20خارج\x20صفحه','چرخش\x20۹۰\x20درجه\x20به\x20راست','دکمه\x20عمل:\x20سند','اندازه\x20فلش\x20ابتدا','تقسیم','خط\x20چین\x20بلند-نقطه','دکمه\x20عمل:\x20خانه','مثلث\x20قائم‌الزاویه','کادر\x20توضیحی\x20۱','روبان\x20چپ-راست','مرتب‌سازی','کراپ\x20به\x20شکل','397268JRrmAI','بالا\x20راست','فلش','ذخیره‌سازی\x20داخلی','فلش\x20پایین','فلش\x20چهارطرفه','ستاره\x20۵\x20پر','کادر\x20توضیحی\x20۲','حذف\x20شکل','ابر','دکمه\x20عمل:\x20ابتدا','سند','جابجایی\x20Y','استوانه','بیضی','22wSkKmw','آکولاد\x20راست','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۳','فرآیند','فلش\x20مخفی','مستطیل\x20گوشه\x20بریده\x20قطری','ستاره\x20۸\x20پر','ماه','داده','قیف','28gTEpbS','موج','برگه‌های\x20نشان','موج\x20دوتایی','روبان\x20منحنی\x20بالا','2430bBxbsV','طومار\x20عمودی','سبک\x20طرح','قالب‌بندی\x20شکل','نشان','تصمیم','متوازی‌الاضلاع','افزایش\x20اندازه\x20فونت','فرآیند\x20جایگزین','خطوط','پر\x20کردن\x20تصویر\x20یا\x20بافت','اتصال\x20منحنی','دکمه\x20عمل:\x20جلو\x20یا\x20بعدی','شکل','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۲','کادر\x20توضیحی\x20تأکیدی\x20۱','اشکال\x20معادله','مخفی\x20کردن\x20پنل\x20شکل‌ها','ستاره\x20۶\x20پر','کادر\x20توضیحی\x20بیضی','رنگ','نوار\x20مورب','کادرهای\x20توضیحی','25tEAcGG','انفجار\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بلند','داده\x20ذخیره‌شده','مستطیل\x20گوشه\x20بریده\x20و\x20گرد','تغییر\x20وضعیت\x20چرخش\x20افقی','کادر\x20توضیحی\x20خطی\x20۳','فلش\x20منحنی\x20بالا','اشک','دسترسی\x20ترتیبی','کاشی‌کاری\x20تصویر\x20به\x20عنوان\x20بافت','هیچ','تأخیر','گرد','دست‌کش','کادر\x20توضیحی\x20تأکیدی\x20۲','ستاره\x20۴\x20پر','دوازده‌ضلعی','خط\x20گرادیان','کادر\x20توضیحی\x20فلش\x20چپ','دکمه\x20عمل:\x20خالی','کمان','مستطیل‌ها','فلش\x20چپ','فلش\x20بالا','ال‌شکل','ذوزنقه\x20نامتساوی‌الساقین','باز\x20کردن\x20پنل\x20شکل‌ها','یکدست','کادر\x20توضیحی\x20ابر','فلش\x20چپ-بالا','نوع\x20اتصال','نمودار\x20جریان','آزاد','هفت‌ضلعی','357402iszdLs','مستطیل\x20گوشه\x20گرد\x20یک\x20طرف','4392ylBiAc','ادغام','چرخش\x20با\x20شکل','دکمه\x20عمل:\x20بازگشت','خط\x20دو\x20فلشه','1376Awbach','پایین\x20راست','پنج‌ضلعی','فلش\x20منحنی\x20راست','صاف','پر\x20کردن','1318764JTSNtO','فلش\x20خمیده\x20بالا','نمایشگر','لوزی','کادر\x20توضیحی\x20فلش\x20بالا','نمودار\x20مثبت','بزرگ','برگه‌های\x20مربعی','شفافیت','مستطیل\x20گوشه\x20بریده\x20دو\x20طرف\x20همسان','دکمه\x20عمل:\x20راهنما','دکمه\x20عمل:\x20بازگشت\x20یا\x20قبلی','درج\x20شکل','آکولاد\x20چپ','فرآیند\x20از\x20پیش\x20تعریف‌شده','جابجایی\x20X','وتر','کادر\x20توضیحی\x20مستطیلی\x20گرد','بازنشانی','نوار\x20سوراخ‌دار','سبک\x20شکل','مستطیل\x20گرد','کادر\x20توضیحی\x20فلش\x20چهارطرفه','رنگ\x20پر\x20کردن','تراز\x20افقی','کوچک','خط\x20چین','اندازه\x20فونت','شش‌ضلعی','نیم‌قاب','انفجار\x20۱','تفریق','درج...','ضربدر','فلش\x20بیضی','ستاره\x20۱۰\x20پر','مورب','خط\x20معکوس','فلش\x20راه‌راه\x20راست','عرض','ورودی\x20دستی','2992836WzVpNV','قاب'];_0xe610=function(){return _0x5d5a4a;};return _0xe610();}const e={'sheets-shape-ui':{'align':{'top':_0x167848(0x17b),'middle':_0x167848(0x175),'bottom':'پایین','left':'چپ','center':_0x167848(0x175),'right':_0x167848(0x18a)},'toolbar':{'verticalAlignMode':{'main':_0x167848(0x10c)},'horizontalAlignMode':{'main':_0x167848(0xec)},'fillColor':{'main':_0x167848(0xeb)},'fontSize':_0x167848(0xef),'fontSizeIncrease':_0x167848(0x15f),'fontSizeDecrease':_0x167848(0x182),'resetColor':_0x167848(0xe6)},'imagePanel':{'crop':{'shape':_0x167848(0x139)}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':_0x167848(0x165),'insertShape':_0x167848(0xe0),'openPanel':_0x167848(0x1a7),'deleteShape':_0x167848(0x142),'hidePanel':_0x167848(0x169),'formatShape':_0x167848(0x15b),'shapeStyle':_0x167848(0xe8),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x167848(0x191),'toggleFlipV':_0x167848(0x17a),'rotateRight90':_0x167848(0x12f),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','fill':{'title':_0x167848(0xd3),'noFill':'بدون\x20پر\x20کردن','solidFill':_0x167848(0x108),'gradientFill':_0x167848(0x10b),'pictureFill':_0x167848(0x162),'patternFill':_0x167848(0x184),'color':_0x167848(0x16c),'transparency':_0x167848(0xdc),'picture':{'source':'منبع\x20تصویر','insert':_0x167848(0xf4),'tileAsTexture':_0x167848(0x196),'offsetX':_0x167848(0xe3),'offsetY':_0x167848(0x146),'scaleX':_0x167848(0x128),'scaleY':_0x167848(0x178),'alignment':_0x167848(0x12c),'rotateWithShape':_0x167848(0xcb),'align':{'tl':_0x167848(0xff),'t':'بالا','tr':_0x167848(0x13b),'l':'چپ','ctr':_0x167848(0x116),'r':_0x167848(0x18a),'bl':_0x167848(0x105),'b':'پایین','br':_0x167848(0xcf)}}},'line':{'title':'خط','noLine':'بدون\x20خط','solidLine':_0x167848(0x17c),'gradientLine':_0x167848(0x19e),'color':_0x167848(0x16c),'transparency':_0x167848(0xdc),'width':_0x167848(0xfb),'dashType':{'title':_0x167848(0x112),'solid':_0x167848(0x1a8),'roundDot':'نقطه\x20گرد','squareDot':_0x167848(0x124),'dash':_0x167848(0xee),'dashDot':'خط\x20چین-نقطه','longDash':_0x167848(0x18e),'longDashDot':_0x167848(0x133),'longDashDotDot':_0x167848(0x18c)},'capType':{'title':'نوع\x20انتها','flat':_0x167848(0xd2),'round':_0x167848(0x199),'square':'مربعی'},'joinType':{'title':_0x167848(0xc3),'miter':_0x167848(0xf8),'round':'گرد','bevel':_0x167848(0x107)},'beginArrowType':_0x167848(0x12b),'beginArrowSize':_0x167848(0x131),'endArrowType':_0x167848(0x120),'endArrowSize':_0x167848(0x18d),'arrowType':{'none':_0x167848(0x197),'arrow':_0x167848(0x13c),'openArrow':_0x167848(0x123),'stealthArrow':_0x167848(0x14d),'diamondArrow':'فلش\x20لوزی','ovalArrow':_0x167848(0xf6)},'arrowSize':{'small':_0x167848(0xed),'medium':_0x167848(0x176),'large':_0x167848(0xda)},'sketchType':{'title':_0x167848(0x15a),'none':_0x167848(0x197),'curved':'منحنی','freehand':_0x167848(0xc5),'handDrawn':_0x167848(0x19a)}},'shape':{'group':{'line':_0x167848(0x161),'rectangle':_0x167848(0x1a2),'basicShape':_0x167848(0x185),'blockArrow':'فلش‌های\x20بلوکی','equationShape':_0x167848(0x168),'flowchart':_0x167848(0xc4),'starAndBanner':'ستاره‌ها\x20و\x20بنرها','callout':_0x167848(0x16e),'other':_0x167848(0x177)},'type':{'line':'خط','straight-connector1':_0x167848(0x122),'straight-connector2':_0x167848(0xcd),'bent-connector3':'اتصال\x20خمیده','bent-connector3-arrow1':_0x167848(0x121),'bent-connector3-arrow2':'اتصال\x20خمیده\x20دو\x20فلشه','curved-connector3':_0x167848(0x163),'curved-connector3-arrow1':'اتصال\x20منحنی\x20فلش‌دار','curved-connector3-arrow2':_0x167848(0x189),'rect':_0x167848(0x12d),'round-rect':_0x167848(0xe9),'snip1-rect':_0x167848(0x11f),'snip2-same-rect':_0x167848(0xdd),'snip2-diag-rect':_0x167848(0x14e),'snip-round-rect':_0x167848(0x190),'round1-rect':_0x167848(0xc8),'round2-same-rect':'مستطیل\x20گوشه\x20گرد\x20دو\x20طرف\x20همسان','round2-diag-rect':_0x167848(0x103),'rect-textbox-horizontal':_0x167848(0x18b),'rect-textbox-vertical':'کادر\x20متن\x20عمودی','ellipse':_0x167848(0x148),'triangle':'مثلث\x20متساوی‌الساقین','rt-triangle':_0x167848(0x135),'parallelogram':_0x167848(0x15e),'trapezoid':_0x167848(0x179),'non-isosceles-trapezoid':_0x167848(0x1a6),'diamond':_0x167848(0xd7),'pentagon':_0x167848(0xd0),'hexagon':_0x167848(0xf0),'heptagon':_0x167848(0xc6),'octagon':_0x167848(0x111),'decagon':'ده‌ضلعی','dodecagon':_0x167848(0x19d),'pie':_0x167848(0x172),'chord':_0x167848(0xe4),'teardrop':_0x167848(0x194),'frame':_0x167848(0xfe),'half-frame':_0x167848(0xf1),'corner':_0x167848(0x1a5),'diag-stripe':_0x167848(0x16d),'plus':_0x167848(0xf5),'plaque':_0x167848(0x15c),'can':_0x167848(0x147),'cube':_0x167848(0x113),'bevel':_0x167848(0x107),'donut':'دونات','no-smoking':'سیگار\x20کشیدن\x20ممنوع','block-arc':_0x167848(0x180),'folder-corner':_0x167848(0x127),'smiley-face':_0x167848(0x186),'heart':'قلب','lightning-bolt':'صاعقه','sun':'خورشید','moon':_0x167848(0x150),'cloud':_0x167848(0x143),'arc':_0x167848(0x1a1),'bracket-pair':_0x167848(0x183),'brace-pair':'آکولاد\x20دوتایی','left-bracket':_0x167848(0x109),'right-bracket':'براکت\x20راست','left-brace':_0x167848(0xe1),'right-brace':_0x167848(0x14a),'right-arrow':_0x167848(0x10e),'left-arrow':_0x167848(0x1a3),'up-arrow':_0x167848(0x1a4),'down-arrow':_0x167848(0x13e),'left-right-arrow':_0x167848(0x117),'up-down-arrow':'فلش\x20بالا-پایین','quad-arrow':_0x167848(0x13f),'left-right-up-arrow':_0x167848(0x118),'bent-arrow':_0x167848(0x17e),'uturn-arrow':'فلش\x20دور\x20برگردان','left-up-arrow':_0x167848(0xc2),'bent-up-arrow':_0x167848(0xd5),'curved-right-arrow':_0x167848(0xd1),'curved-left-arrow':_0x167848(0x126),'curved-up-arrow':_0x167848(0x193),'curved-down-arrow':'فلش\x20منحنی\x20پایین','striped-right-arrow':_0x167848(0xfa),'notched-right-arrow':_0x167848(0x10a),'home-plate':'پنج‌ضلعی','chevron':'شورون','right-arrow-callout':_0x167848(0x188),'down-arrow-callout':_0x167848(0x10d),'left-arrow-callout':_0x167848(0x19f),'up-arrow-callout':_0x167848(0xd8),'left-right-arrow-callout':_0x167848(0x187),'quad-arrow-callout':_0x167848(0xea),'circular-arrow':'فلش\x20دایره‌ای','math-plus':'جمع','math-minus':_0x167848(0xf3),'math-multiply':'ضرب','math-divide':_0x167848(0x132),'math-equal':_0x167848(0x100),'math-not-equal':'نامساوی','flow-chart-process':_0x167848(0x14c),'flow-chart-alternate-process':_0x167848(0x160),'flow-chart-decision':_0x167848(0x15d),'flow-chart-input-output':_0x167848(0x151),'flow-chart-predefined-process':_0x167848(0xe2),'flow-chart-internal-storage':_0x167848(0x13d),'flow-chart-document':_0x167848(0x145),'flow-chart-multidocument':_0x167848(0x171),'flow-chart-terminator':_0x167848(0x11e),'flow-chart-preparation':'آماده‌سازی','flow-chart-manual-input':_0x167848(0xfc),'flow-chart-manual-operation':'عملیات\x20دستی','flow-chart-connector':_0x167848(0x11a),'flow-chart-offpage-connector':_0x167848(0x12e),'flow-chart-punched-card':_0x167848(0x110),'flow-chart-punched-tape':_0x167848(0xe7),'flow-chart-summing-junction':'گره\x20جمع','flow-chart-or':'یا','flow-chart-collate':_0x167848(0x101),'flow-chart-sort':_0x167848(0x138),'flow-chart-extract':_0x167848(0x12a),'flow-chart-merge':_0x167848(0xca),'flow-chart-online-storage':_0x167848(0x18f),'flow-chart-delay':_0x167848(0x198),'flow-chart-magnetic-tape':_0x167848(0x195),'flow-chart-magnetic-disk':_0x167848(0x17f),'flow-chart-magnetic-drum':'ذخیره‌سازی\x20دسترسی\x20مستقیم','flow-chart-display':_0x167848(0xd6),'irregular-seal1':_0x167848(0xf2),'irregular-seal2':_0x167848(0x170),'star4':_0x167848(0x19c),'star5':_0x167848(0x140),'star6':_0x167848(0x16a),'star7':'ستاره\x20۷\x20پر','star8':_0x167848(0x14f),'star10':_0x167848(0xf7),'star12':'ستاره\x20۱۲\x20پر','star16':'ستاره\x20۱۶\x20پر','star24':_0x167848(0x104),'star32':_0x167848(0x11b),'ribbon2':_0x167848(0x174),'ribbon':_0x167848(0x11d),'ellipse-ribbon2':_0x167848(0x157),'ellipse-ribbon':_0x167848(0x181),'vertical-scroll':_0x167848(0x159),'horizontal-scroll':'طومار\x20افقی','wave':_0x167848(0x154),'double-wave':_0x167848(0x156),'wedge-rect-callout':'کادر\x20توضیحی\x20مستطیلی','wedge-round-rect-callout':_0x167848(0xe5),'wedge-ellipse-callout':_0x167848(0x16b),'cloud-callout':_0x167848(0x1a9),'border-callout1':'کادر\x20توضیحی\x20خطی\x20۱','border-callout2':'کادر\x20توضیحی\x20خطی\x20۲','border-callout3':_0x167848(0x192),'accent-callout1':_0x167848(0x167),'accent-callout2':_0x167848(0x19b),'accent-callout3':'کادر\x20توضیحی\x20تأکیدی\x20۳','callout1':_0x167848(0x136),'callout2':_0x167848(0x141),'callout3':_0x167848(0x17d),'accent-border-callout1':'کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۱','accent-border-callout2':_0x167848(0x166),'accent-border-callout3':_0x167848(0x14b),'left-circular-arrow':_0x167848(0x11c),'left-right-circular-arrow':'فلش\x20دایره‌ای\x20چپ-راست','swoosh-arrow':'فلش\x20سووش','left-right-ribbon':_0x167848(0x137),'pie-wedge':_0x167848(0x102),'funnel':_0x167848(0x152),'gear6':_0x167848(0x10f),'gear9':_0x167848(0x173),'corner-tabs':_0x167848(0x125),'action-button-back-previous':_0x167848(0xdf),'action-button-forward-next':_0x167848(0x164),'action-button-beginning':_0x167848(0x144),'action-button-end':'دکمه\x20عمل:\x20انتها','action-button-home':_0x167848(0x134),'action-button-information':_0x167848(0x119),'action-button-return':_0x167848(0xcc),'action-button-movie':'دکمه\x20عمل:\x20فیلم','action-button-document':_0x167848(0x130),'action-button-sound':'دکمه\x20عمل:\x20صدا','action-button-help':_0x167848(0xde),'action-button-blank':_0x167848(0x1a0),'chart-plus':_0x167848(0xd9),'chart-star':_0x167848(0x114),'chart-x':_0x167848(0x106),'flow-chart-offline-storage':'ذخیره‌سازی\x20آفلاین','line-inv':_0x167848(0xf9),'plaque-tabs':_0x167848(0x155),'square-tabs':_0x167848(0xdb),'up-down-arrow-callout':'کادر\x20توضیحی\x20فلش\x20بالا-پایین'}}}};function _0x201c(_0x5d94ec,_0x26f40c){_0x5d94ec=_0x5d94ec-0xc2;const _0x201cd6=_0xe610();let _0x5bce3a=_0x201cd6[_0x5d94ec];return _0x5bce3a;}export{e as default};
1
+ function _0x339e(){const _0x5bd70c=['تأخیر','کادر\x20توضیحی\x20تأکیدی\x20با\x20حاشیه\x20۱','5028023EvUZYH','کادر\x20توضیحی\x20مستطیلی','روبان\x20پایین','27771jUrbEa','قلب','کادر\x20توضیحی\x20خطی\x20۳','براکت\x20راست','مساوی','موج\x20دوتایی','خط\x20چین-نقطه','پر\x20کردن\x20گرادیان','بدون\x20پر\x20کردن','مثلث\x20قائم‌الزاویه','قالب‌بندی\x20شکل','فلش\x20دندانه‌دار\x20راست','سبک\x20طرح','فلش\x20لوزی','پر\x20کردن\x20یکدست','آماده‌سازی','آکولاد\x20راست','داده','فلش\x20منحنی\x20بالا','2560rQFYgS','ستاره\x20۴\x20پر','اشکال\x20پایه','رنگ','فرآیند\x20از\x20پیش\x20تعریف‌شده','مستطیل\x20گرد','ستاره\x20۱۲\x20پر','60354ODUuYw','ذوزنقه\x20نامتساوی‌الساقین','وتر','روبان\x20منحنی\x20بالا','ستاره\x20۳۲\x20پر','دوازده‌ضلعی','چرخ‌دنده\x20۶','گرد','بالا','هفت‌ضلعی','اتصال\x20منحنی\x20فلش‌دار','ستاره\x20۷\x20پر','لوزی','منبع\x20تصویر','صاعقه','کادر\x20توضیحی\x20۳','Italic','نوار\x20مورب','کارت','مستطیل\x20گوشه\x20بریده\x20یک\x20طرف','مخفی\x20کردن\x20پنل\x20شکل‌ها','ذخیره‌سازی\x20دسترسی\x20مستقیم','168132CqZAtb','متوسط','وسط','خط\x20چین','کادر\x20توضیحی\x20فلش\x20چپ-راست','13356DoLIIL','کادر\x20توضیحی\x20تأکیدی\x20۲','فلش\x20چهارطرفه','تغییر\x20وضعیت\x20چرخش\x20افقی','استخراج','اندازه\x20فلش\x20ابتدا','Align\x20Right','آکولاد\x20چپ','ستاره\x20۱۰\x20پر','آکولاد\x20دوتایی','ذوزنقه','درج...','Align\x20Center','ورودی\x20دستی','فلش\x20پایین','فلش\x20خمیده\x20بالا','بالا\x20راست','درج\x20شکل','Text\x20Background\x20color','شکل','بدون\x20خط','اتصال\x20خمیده\x20فلش‌دار','خط\x20چین\x20بلند-نقطه','نقطه\x20مربعی','کوچک','فلش\x20باز','روبان\x20چپ-راست','تراز\x20عمودی','تراز\x20افقی','سند','خط\x20چین\x20بلند-نقطه-نقطه','کاهش\x20اندازه\x20فونت','فلش\x20سووش','اتصال‌دهنده','نامساوی','دکمه\x20عمل:\x20ابتدا','Align\x20Left','خط\x20دو\x20فلشه','چرخش\x20با\x20شکل','بالا\x20چپ','هشت‌ضلعی','پر\x20کردن','شش‌ضلعی','کادر\x20توضیحی\x20فلش\x20پایین','دسترسی\x20ترتیبی','فلش\x20منحنی\x20راست','افزایش\x20اندازه\x20فونت','شورون','3HQmUXO','خط\x20فلش‌دار','90KGLAZV','کادر\x20توضیحی\x20مستطیلی\x20گرد','چرخش\x20۹۰\x20درجه\x20به\x20چپ','856028ekwVVb','نوع\x20فلش\x20ابتدا','اتصال\x20خمیده','دکمه\x20عمل:\x20بازگشت\x20یا\x20قبلی','نوع\x20اتصال','اشکال\x20معادله','کادر\x20توضیحی\x20خطی\x20۱','قیف','دایره‌ای','نمودار\x20مثبت','انفجار\x20۱','ذخیره‌سازی\x20آفلاین','فلش\x20مخفی','دکمه\x20عمل:\x20سند','پر\x20کردن\x20تصویر\x20یا\x20بافت','بول','چرخ‌دنده\x20۹','براکت\x20دوتایی','دکمه\x20عمل:\x20اطلاعات','ضربدر','عرض','یکدست','حذف\x20شکل','فلش\x20دایره‌ای','فلش\x20منحنی\x20چپ','دکمه\x20عمل:\x20انتها','کادر\x20توضیحی\x20فلش\x20بالا-پایین','مربعی','فلش\x20بالا-پایین','نیم‌قاب','هیچ','کادر\x20توضیحی\x20فلش\x20چپ','اتصال\x20خمیده\x20دو\x20فلشه','قاب','کادر\x20توضیحی\x20۲','متوازی‌الاضلاع','ادغام','ذخیره‌سازی\x20داخلی','چرخش\x20۹۰\x20درجه\x20به\x20راست','فرآیند','ستاره\x20۵\x20پر','Bold','کادر\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ذخیره‌شده','تفریق','Text\x20color','دکمه\x20عمل:\x20راهنما','مستطیل‌ها','ضرب','20BxPCZu','جابجایی\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راست','649280IkoGkv','رنگ\x20پر\x20کردن','مستطیل\x20گوشه\x20گرد\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شده'];_0x339e=function(){return _0x5bd70c;};return _0x339e();}const _0x3a04f5=_0x3611;(function(_0x21f94f,_0x3856bd){const _0x4f2a7a=_0x3611,_0x57122f=_0x21f94f();while(!![]){try{const _0x564243=parseInt(_0x4f2a7a(0x220))/0x1+-parseInt(_0x4f2a7a(0x1a2))/0x2*(-parseInt(_0x4f2a7a(0x19d))/0x3)+parseInt(_0x4f2a7a(0x168))/0x4*(parseInt(_0x4f2a7a(0x1e0))/0x5)+parseInt(_0x4f2a7a(0x19f))/0x6*(-parseInt(_0x4f2a7a(0x152))/0x7)+-parseInt(_0x4f2a7a(0x203))/0x8+parseInt(_0x4f2a7a(0x16d))/0x9*(parseInt(_0x4f2a7a(0x14b))/0xa)+-parseInt(_0x4f2a7a(0x21d))/0xb;if(_0x564243===_0x3856bd)break;else _0x57122f['push'](_0x57122f['shift']());}catch(_0x330317){_0x57122f['push'](_0x57122f['shift']());}}}(_0x339e,0x5216e));function _0x3611(_0x56e5e0,_0x4cad24){_0x56e5e0=_0x56e5e0-0x13b;const _0x339e83=_0x339e();let _0x3611c4=_0x339e83[_0x56e5e0];return _0x3611c4;}const e={'sheets-shape-ui':{'align':{'top':'بالا','middle':_0x3a04f5(0x16a),'bottom':'پایین','left':'چپ','center':'وسط','right':'راست'},'toolbar':{'verticalAlignMode':{'main':_0x3a04f5(0x188)},'horizontalAlignMode':{'main':_0x3a04f5(0x189)},'fillColor':{'main':_0x3a04f5(0x204)},'fontSize':_0x3a04f5(0x200),'fontSizeIncrease':_0x3a04f5(0x19b),'fontSizeDecrease':_0x3a04f5(0x18c),'alignLeft':_0x3a04f5(0x191),'alignCenter':_0x3a04f5(0x179),'alignRight':_0x3a04f5(0x173),'alignJustify':_0x3a04f5(0x212),'bold':_0x3a04f5(0x1cb),'italic':_0x3a04f5(0x162),'underline':'Underline','strikethrough':'Strikethrough','textColor':_0x3a04f5(0x1dc),'textBackgroundColor':_0x3a04f5(0x17f),'resetColor':_0x3a04f5(0x1f5)},'imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':_0x3a04f5(0x180),'insertShape':_0x3a04f5(0x17e),'openPanel':'باز\x20کردن\x20پنل\x20شکل‌ها','deleteShape':_0x3a04f5(0x1b8),'hidePanel':_0x3a04f5(0x166),'formatShape':_0x3a04f5(0x142),'shapeStyle':'سبک\x20شکل','shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x3a04f5(0x170),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x3a04f5(0x1c8),'rotateLeft90':_0x3a04f5(0x1a1),'toggleTextVertical':_0x3a04f5(0x1fd),'fill':{'title':_0x3a04f5(0x196),'noFill':_0x3a04f5(0x140),'solidFill':_0x3a04f5(0x146),'gradientFill':_0x3a04f5(0x13f),'pictureFill':_0x3a04f5(0x1b0),'patternFill':_0x3a04f5(0x1d9),'color':'رنگ','transparency':_0x3a04f5(0x213),'picture':{'source':_0x3a04f5(0x15f),'insert':_0x3a04f5(0x178),'tileAsTexture':'کاشی‌کاری\x20تصویر\x20به\x20عنوان\x20بافت','offsetX':'جابجایی\x20X','offsetY':_0x3a04f5(0x1e1),'scaleX':'مقیاس\x20X','scaleY':_0x3a04f5(0x1d7),'alignment':_0x3a04f5(0x201),'rotateWithShape':_0x3a04f5(0x193),'align':{'tl':_0x3a04f5(0x194),'t':_0x3a04f5(0x15a),'tr':_0x3a04f5(0x17d),'l':'چپ','ctr':'مرکز','r':_0x3a04f5(0x1ce),'bl':'پایین\x20چپ','b':'پایین','br':'پایین\x20راست'}}},'line':{'title':'خط','noLine':_0x3a04f5(0x181),'solidLine':_0x3a04f5(0x1d6),'gradientLine':'خط\x20گرادیان','color':_0x3a04f5(0x14e),'transparency':_0x3a04f5(0x213),'width':_0x3a04f5(0x1b6),'dashType':{'title':_0x3a04f5(0x1d5),'solid':_0x3a04f5(0x1b7),'roundDot':'نقطه\x20گرد','squareDot':_0x3a04f5(0x184),'dash':_0x3a04f5(0x16b),'dashDot':_0x3a04f5(0x13e),'longDash':_0x3a04f5(0x1d0),'longDashDot':_0x3a04f5(0x183),'longDashDotDot':_0x3a04f5(0x18b)},'capType':{'title':_0x3a04f5(0x207),'flat':'صاف','round':'گرد','square':_0x3a04f5(0x1bd)},'joinType':{'title':_0x3a04f5(0x1a6),'miter':'مورب','round':_0x3a04f5(0x159),'bevel':_0x3a04f5(0x1b1)},'beginArrowType':_0x3a04f5(0x1a3),'beginArrowSize':_0x3a04f5(0x172),'endArrowType':'نوع\x20فلش\x20انتها','endArrowSize':_0x3a04f5(0x1ea),'arrowType':{'none':_0x3a04f5(0x1c0),'arrow':_0x3a04f5(0x218),'openArrow':_0x3a04f5(0x186),'stealthArrow':_0x3a04f5(0x1ae),'diamondArrow':_0x3a04f5(0x145),'ovalArrow':'فلش\x20بیضی'},'arrowSize':{'small':_0x3a04f5(0x185),'medium':_0x3a04f5(0x169),'large':_0x3a04f5(0x1fe)},'sketchType':{'title':_0x3a04f5(0x144),'none':_0x3a04f5(0x1c0),'curved':_0x3a04f5(0x1f1),'freehand':_0x3a04f5(0x1f9),'handDrawn':'دست‌کش'}},'shape':{'group':{'line':_0x3a04f5(0x209),'rectangle':_0x3a04f5(0x1de),'basicShape':_0x3a04f5(0x14d),'blockArrow':'فلش‌های\x20بلوکی','equationShape':_0x3a04f5(0x1a7),'flowchart':_0x3a04f5(0x1d8),'starAndBanner':_0x3a04f5(0x1f8),'callout':_0x3a04f5(0x1e6),'other':_0x3a04f5(0x210)},'type':{'line':'خط','straight-connector1':_0x3a04f5(0x19e),'straight-connector2':_0x3a04f5(0x192),'bent-connector3':_0x3a04f5(0x1a4),'bent-connector3-arrow1':_0x3a04f5(0x182),'bent-connector3-arrow2':_0x3a04f5(0x1c2),'curved-connector3':'اتصال\x20منحنی','curved-connector3-arrow1':_0x3a04f5(0x15c),'curved-connector3-arrow2':'اتصال\x20منحنی\x20دو\x20فلشه','rect':_0x3a04f5(0x1e3),'round-rect':_0x3a04f5(0x150),'snip1-rect':_0x3a04f5(0x165),'snip2-same-rect':_0x3a04f5(0x1ed),'snip2-diag-rect':'مستطیل\x20گوشه\x20بریده\x20قطری','snip-round-rect':_0x3a04f5(0x214),'round1-rect':_0x3a04f5(0x205),'round2-same-rect':'مستطیل\x20گوشه\x20گرد\x20دو\x20طرف\x20همسان','round2-diag-rect':_0x3a04f5(0x1f4),'rect-textbox-horizontal':_0x3a04f5(0x1fc),'rect-textbox-vertical':_0x3a04f5(0x20c),'ellipse':_0x3a04f5(0x1e5),'triangle':'مثلث\x20متساوی‌الساقین','rt-triangle':_0x3a04f5(0x141),'parallelogram':_0x3a04f5(0x1c5),'trapezoid':_0x3a04f5(0x177),'non-isosceles-trapezoid':_0x3a04f5(0x153),'diamond':_0x3a04f5(0x15e),'pentagon':_0x3a04f5(0x1e4),'hexagon':_0x3a04f5(0x197),'heptagon':_0x3a04f5(0x15b),'octagon':_0x3a04f5(0x195),'decagon':'ده‌ضلعی','dodecagon':_0x3a04f5(0x157),'pie':_0x3a04f5(0x1aa),'chord':_0x3a04f5(0x154),'teardrop':'اشک','frame':_0x3a04f5(0x1c3),'half-frame':_0x3a04f5(0x1bf),'corner':_0x3a04f5(0x1e8),'diag-stripe':_0x3a04f5(0x163),'plus':_0x3a04f5(0x1b5),'plaque':_0x3a04f5(0x1f3),'can':'استوانه','cube':'مکعب','bevel':_0x3a04f5(0x1b1),'donut':_0x3a04f5(0x1e7),'no-smoking':_0x3a04f5(0x1d3),'block-arc':_0x3a04f5(0x1d4),'folder-corner':_0x3a04f5(0x21a),'smiley-face':'صورتک\x20خندان','heart':_0x3a04f5(0x221),'lightning-bolt':_0x3a04f5(0x160),'sun':_0x3a04f5(0x1e9),'moon':_0x3a04f5(0x219),'cloud':'ابر','arc':_0x3a04f5(0x1e2),'bracket-pair':_0x3a04f5(0x1b3),'brace-pair':_0x3a04f5(0x176),'left-bracket':_0x3a04f5(0x20d),'right-bracket':_0x3a04f5(0x13b),'left-brace':_0x3a04f5(0x174),'right-brace':_0x3a04f5(0x148),'right-arrow':_0x3a04f5(0x202),'left-arrow':'فلش\x20چپ','up-arrow':'فلش\x20بالا','down-arrow':_0x3a04f5(0x17b),'left-right-arrow':'فلش\x20چپ-راست','up-down-arrow':_0x3a04f5(0x1be),'quad-arrow':_0x3a04f5(0x16f),'left-right-up-arrow':'فلش\x20چپ-راست-بالا','bent-arrow':_0x3a04f5(0x1fb),'uturn-arrow':'فلش\x20دور\x20برگردان','left-up-arrow':_0x3a04f5(0x217),'bent-up-arrow':_0x3a04f5(0x17c),'curved-right-arrow':_0x3a04f5(0x19a),'curved-left-arrow':_0x3a04f5(0x1ba),'curved-up-arrow':_0x3a04f5(0x14a),'curved-down-arrow':'فلش\x20منحنی\x20پایین','striped-right-arrow':_0x3a04f5(0x1f7),'notched-right-arrow':_0x3a04f5(0x143),'home-plate':_0x3a04f5(0x1e4),'chevron':_0x3a04f5(0x19c),'right-arrow-callout':_0x3a04f5(0x20f),'down-arrow-callout':_0x3a04f5(0x198),'left-arrow-callout':_0x3a04f5(0x1c1),'up-arrow-callout':'کادر\x20توضیحی\x20فلش\x20بالا','left-right-arrow-callout':_0x3a04f5(0x16c),'quad-arrow-callout':'کادر\x20توضیحی\x20فلش\x20چهارطرفه','circular-arrow':_0x3a04f5(0x1b9),'math-plus':_0x3a04f5(0x1ec),'math-minus':_0x3a04f5(0x1db),'math-multiply':_0x3a04f5(0x1df),'math-divide':_0x3a04f5(0x1ff),'math-equal':_0x3a04f5(0x13c),'math-not-equal':_0x3a04f5(0x18f),'flow-chart-process':_0x3a04f5(0x1c9),'flow-chart-alternate-process':_0x3a04f5(0x20e),'flow-chart-decision':'تصمیم','flow-chart-input-output':_0x3a04f5(0x149),'flow-chart-predefined-process':_0x3a04f5(0x14f),'flow-chart-internal-storage':_0x3a04f5(0x1c7),'flow-chart-document':_0x3a04f5(0x18a),'flow-chart-multidocument':_0x3a04f5(0x20b),'flow-chart-terminator':_0x3a04f5(0x1f2),'flow-chart-preparation':_0x3a04f5(0x147),'flow-chart-manual-input':_0x3a04f5(0x17a),'flow-chart-manual-operation':_0x3a04f5(0x1ee),'flow-chart-connector':_0x3a04f5(0x18e),'flow-chart-offpage-connector':_0x3a04f5(0x1ef),'flow-chart-punched-card':_0x3a04f5(0x164),'flow-chart-punched-tape':'نوار\x20سوراخ‌دار','flow-chart-summing-junction':'گره\x20جمع','flow-chart-or':'یا','flow-chart-collate':_0x3a04f5(0x1d2),'flow-chart-sort':_0x3a04f5(0x1f0),'flow-chart-extract':_0x3a04f5(0x171),'flow-chart-merge':_0x3a04f5(0x1c6),'flow-chart-online-storage':_0x3a04f5(0x1da),'flow-chart-delay':_0x3a04f5(0x21b),'flow-chart-magnetic-tape':_0x3a04f5(0x199),'flow-chart-magnetic-disk':'دیسک\x20مغناطیسی','flow-chart-magnetic-drum':_0x3a04f5(0x167),'flow-chart-display':'نمایشگر','irregular-seal1':_0x3a04f5(0x1ac),'irregular-seal2':_0x3a04f5(0x20a),'star4':_0x3a04f5(0x14c),'star5':_0x3a04f5(0x1ca),'star6':'ستاره\x20۶\x20پر','star7':_0x3a04f5(0x15d),'star8':_0x3a04f5(0x1cd),'star10':_0x3a04f5(0x175),'star12':_0x3a04f5(0x151),'star16':'ستاره\x20۱۶\x20پر','star24':'ستاره\x20۲۴\x20پر','star32':_0x3a04f5(0x156),'ribbon2':'روبان\x20بالا','ribbon':_0x3a04f5(0x21f),'ellipse-ribbon2':_0x3a04f5(0x155),'ellipse-ribbon':'روبان\x20منحنی\x20پایین','vertical-scroll':'طومار\x20عمودی','horizontal-scroll':'طومار\x20افقی','wave':'موج','double-wave':_0x3a04f5(0x13d),'wedge-rect-callout':_0x3a04f5(0x21e),'wedge-round-rect-callout':_0x3a04f5(0x1a0),'wedge-ellipse-callout':_0x3a04f5(0x208),'cloud-callout':'کادر\x20توضیحی\x20ابر','border-callout1':_0x3a04f5(0x1a8),'border-callout2':_0x3a04f5(0x1d1),'border-callout3':_0x3a04f5(0x222),'accent-callout1':_0x3a04f5(0x1fa),'accent-callout2':_0x3a04f5(0x16e),'accent-callout3':_0x3a04f5(0x206),'callout1':_0x3a04f5(0x211),'callout2':_0x3a04f5(0x1c4),'callout3':_0x3a04f5(0x161),'accent-border-callout1':_0x3a04f5(0x21c),'accent-border-callout2':_0x3a04f5(0x1cf),'accent-border-callout3':_0x3a04f5(0x1cc),'left-circular-arrow':_0x3a04f5(0x1eb),'left-right-circular-arrow':'فلش\x20دایره‌ای\x20چپ-راست','swoosh-arrow':_0x3a04f5(0x18d),'left-right-ribbon':_0x3a04f5(0x187),'pie-wedge':'گوه\x20دایره‌ای','funnel':_0x3a04f5(0x1a9),'gear6':_0x3a04f5(0x158),'gear9':_0x3a04f5(0x1b2),'corner-tabs':'برگه‌های\x20گوشه‌ای','action-button-back-previous':_0x3a04f5(0x1a5),'action-button-forward-next':_0x3a04f5(0x215),'action-button-beginning':_0x3a04f5(0x190),'action-button-end':_0x3a04f5(0x1bb),'action-button-home':'دکمه\x20عمل:\x20خانه','action-button-information':_0x3a04f5(0x1b4),'action-button-return':'دکمه\x20عمل:\x20بازگشت','action-button-movie':'دکمه\x20عمل:\x20فیلم','action-button-document':_0x3a04f5(0x1af),'action-button-sound':'دکمه\x20عمل:\x20صدا','action-button-help':_0x3a04f5(0x1dd),'action-button-blank':'دکمه\x20عمل:\x20خالی','chart-plus':_0x3a04f5(0x1ab),'chart-star':'نمودار\x20ستاره','chart-x':'نمودار\x20ایکس','flow-chart-offline-storage':_0x3a04f5(0x1ad),'line-inv':_0x3a04f5(0x1f6),'plaque-tabs':'برگه‌های\x20نشان','square-tabs':_0x3a04f5(0x216),'up-down-arrow-callout':_0x3a04f5(0x1bc)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x552d17=_0x4333;function _0x535b(){const _0x4f0f6e=['Ligne\x20dégradée','Cube','Flèche\x20courbe\x20haut','Légende\x20flèche\x20haut','Étoile\x20à\x2032\x20branches','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','Multidocument','Opération\x20manuelle','Légende\x20rectangulaire','Lignes','Explosion\x202','Basculer\x20le\x20texte\x20vertical','Bas','Accolade\x20droite','Remplissage\x20image\x20ou\x20texture','Tiret','Cadre','Ruban\x20gauche-droite','Ovale','Octogone','Smiley','Pentagone','Pivoter\x20avec\x20la\x20forme','milieu','Tiret\x20long-point-point','Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','Flèche\x20ouverte','4826127PVoGhx','Ligne','Étoile\x20à\x207\x20branches','Dodécagone','Style\x20d\x27esquisse','Étoile\x20à\x204\x20branches','Secteur','Alignement\x20horizontal','Légende\x20ligne\x203','Ligne\x20fléchée','Rouleau\x20vertical','centre','Bas\x20gauche','Explosion\x201','Remplissage\x20uni','Flèche\x20circulaire\x20gauche','Lune','Flèche\x20droite','Stockage\x20à\x20accès\x20direct','Type\x20de\x20terminaison','Légende\x20accent\x203','Moyenne','Formes\x20d\x27équation','Pivoter\x20à\x20droite\x20de\x2090°','Étoile\x20à\x205\x20branches','Flèche\x20gauche','Alignement','Rectangle\x20à\x20un\x20coin\x20arrondi','Décalage\x20Y','Crochet\x20droit','Connecteur\x20coudé\x20fléché','Processus\x20alternatif','Coin\x20plié','Ruban\x20courbe\x20vers\x20le\x20haut','Connecteur\x20courbe\x20fléché','Flèche\x20gauche-haut','Diviser','Réinitialiser','Biseau','Étoile\x20à\x206\x20branches','6517140UrIxPM','Décalage\x20X','Tiret\x20long','Carte','440026vTpqqC','Légende\x20ligne\x202','Légende\x20flèche\x20quadruple','Échelle\x20X','Légende\x20bordure\x20accent\x201','4638886aAmEwS','Trapèze\x20non\x20isocèle','Ruban\x20courbe\x20vers\x20le\x20bas','Trier','Zone\x20de\x20texte\x20verticale','Arc','Flèche\x20circulaire','Étoile\x20à\x2024\x20branches','Cœur','Ligne\x20double\x20fléchée','Légende\x20flèche\x20bas','Rectangle','Connecteur','Dessiné\x20à\x20la\x20main','Gauche','Forme\x20en\x20L','3443196aPoMtR','Bouton\x20d\x27action\x20:\x20Accueil','Type\x20de\x20flèche\x20de\x20début','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','Préparation','Crochet\x20gauche','Connecteur\x20hors\x20page','Remplissage\x20dégradé','Flèche\x20courbe\x20gauche','Haut','Petite','Masquer\x20le\x20panneau\x20des\x20formes','Flèche\x20coudée','4657190TLfjlt','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Aucune\x20ligne','Onglets\x20carrés','Graphique\x20Plus','Nuage','Rogner\x20à\x20la\x20forme','Rond','Flèche\x20courbe\x20bas','Accès\x20séquentiel','Décagone','Légende\x20rectangulaire\x20arrondie','Chevron','Bouton\x20d\x27action\x20:\x20Document','Position\x20de\x20la\x20forme','Taille\x20de\x20flèche\x20de\x20fin','Graphique\x20X','Couleur\x20de\x20remplissage','Flèche\x20gauche-droite-haut','Terminaison','12wWkrwz','Type\x20de\x20jointure','Carré','Insérer\x20une\x20forme','Bouton\x20d\x27action\x20:\x20Information','Légende\x20bordure\x20accent\x202','Égal','Légende\x20flèche\x20gauche','Étoile\x20à\x2010\x20branches','Légende\x20ligne\x201','Double\x20vague','Graphique\x20Étoile','Rectangle\x20arrondi','Engrenage\x209','Taille\x20de\x20flèche\x20de\x20début','Légende\x20flèche\x20gauche-droite','Flèche\x20gauche-droite','Ouvrir\x20le\x20panneau\x20des\x20formes','Légende\x20nuage','Alignement\x20vertical','Zone\x20de\x20texte\x20horizontale','Flèche\x20quadruple','Flèche\x20circulaire\x20gauche-droite','Corde','Plus','Affichage','Étoile\x20à\x2012\x20branches','Étoile\x20à\x208\x20branches','Bouton\x20d\x27action\x20:\x20Vide','Double\x20crochet','Soleil','Connecteur\x20coudé','Connecteur\x20courbe\x20double\x20fléché','Flèche\x20bas','Flèche\x20haut','Secteur\x20circulaire','Stockage\x20interne','Main\x20levée','Moins','Augmenter\x20la\x20taille\x20de\x20la\x20police','Disque\x20magnétique','Ligne\x20continue','Type\x20de\x20flèche\x20de\x20fin','Bouton\x20d\x27action\x20:\x20Film','Données\x20stockées','Bouton\x20d\x27action\x20:\x20Aide','Remplissage\x20motif','Étoiles\x20et\x20bannières','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Décision','Plaque','18909696Xchsec','Flèche\x20ovale','Aucun\x20remplissage','Extraire','Couleur','Processus','Transparence','Centre','Basculer\x20le\x20retournement\x20horizontal','Légende\x20bordure\x20accent\x203','Bouton\x20d\x27action\x20:\x20Début','Haut\x20droite','Triangle\x20isocèle','Onglet','Ruban\x20vers\x20le\x20bas','Fusionner','Entonnoir','Légende\x201','Légende\x203','9cjxctl','Grande','Flèche\x20haut-bas','Vague','Bouton\x20d\x27action\x20:\x20Son','Connecteur\x20courbe','Données','Basculer\x20le\x20retournement\x20vertical','Source\x20de\x20l\x27image','Bas\x20droite','Courbé','Croix','Type\x20de\x20tiret','Arc\x20en\x20bloc'];_0x535b=function(){return _0x4f0f6e;};return _0x535b();}function _0x4333(_0x1a3b11,_0x49bde6){_0x1a3b11=_0x1a3b11-0x1d5;const _0x535b07=_0x535b();let _0x433334=_0x535b07[_0x1a3b11];return _0x433334;}(function(_0x225417,_0x4b7b64){const _0x3d6acc=_0x4333,_0x645361=_0x225417();while(!![]){try{const _0x5d43a8=parseInt(_0x3d6acc(0x228))/0x1+parseInt(_0x3d6acc(0x23d))/0x2+-parseInt(_0x3d6acc(0x1fc))/0x3+-parseInt(_0x3d6acc(0x224))/0x4+parseInt(_0x3d6acc(0x24a))/0x5+parseInt(_0x3d6acc(0x25e))/0x6*(-parseInt(_0x3d6acc(0x22d))/0x7)+-parseInt(_0x3d6acc(0x291))/0x8*(-parseInt(_0x3d6acc(0x2a4))/0x9);if(_0x5d43a8===_0x4b7b64)break;else _0x645361['push'](_0x645361['shift']());}catch(_0x4b300e){_0x645361['push'](_0x645361['shift']());}}}(_0x535b,0xda1c8));const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x552d17(0x1f8),'bottom':'bas','left':'gauche','center':_0x552d17(0x207),'right':'droite'},'toolbar':{'verticalAlignMode':{'main':_0x552d17(0x271)},'horizontalAlignMode':{'main':_0x552d17(0x203)},'fillColor':{'main':_0x552d17(0x25b)},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':_0x552d17(0x285),'fontSizeDecrease':'Diminuer\x20la\x20taille\x20de\x20la\x20police','resetColor':_0x552d17(0x221)},'imagePanel':{'crop':{'shape':_0x552d17(0x250)}},'permission':{'editErr':_0x552d17(0x24b)},'title':'Forme','insertShape':_0x552d17(0x261),'openPanel':_0x552d17(0x26f),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x552d17(0x248),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':_0x552d17(0x258),'toggleFlipH':_0x552d17(0x299),'toggleFlipV':_0x552d17(0x1da),'rotateRight90':_0x552d17(0x213),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x552d17(0x1ec),'fill':{'title':'Remplissage','noFill':_0x552d17(0x293),'solidFill':_0x552d17(0x20a),'gradientFill':_0x552d17(0x244),'pictureFill':_0x552d17(0x1ef),'patternFill':_0x552d17(0x28c),'color':_0x552d17(0x295),'transparency':_0x552d17(0x297),'picture':{'source':_0x552d17(0x1db),'insert':'Insérer...','tileAsTexture':'Mosaïque\x20d\x27image\x20comme\x20texture','offsetX':_0x552d17(0x225),'offsetY':_0x552d17(0x218),'scaleX':_0x552d17(0x22b),'scaleY':'Échelle\x20Y','alignment':_0x552d17(0x216),'rotateWithShape':_0x552d17(0x1f7),'align':{'tl':'Haut\x20gauche','t':_0x552d17(0x246),'tr':_0x552d17(0x29c),'l':_0x552d17(0x23b),'ctr':_0x552d17(0x298),'r':'Droite','bl':_0x552d17(0x208),'b':_0x552d17(0x1ed),'br':_0x552d17(0x1dc)}}},'line':{'title':_0x552d17(0x1fd),'noLine':_0x552d17(0x24c),'solidLine':_0x552d17(0x287),'gradientLine':_0x552d17(0x1e1),'color':_0x552d17(0x295),'transparency':_0x552d17(0x297),'width':'Largeur','dashType':{'title':_0x552d17(0x1df),'solid':'Continue','roundDot':'Point\x20rond','squareDot':'Point\x20carré','dash':_0x552d17(0x1f0),'dashDot':'Tiret-point','longDash':_0x552d17(0x226),'longDashDot':'Tiret\x20long-point','longDashDotDot':_0x552d17(0x1f9)},'capType':{'title':_0x552d17(0x20f),'flat':'Plat','round':_0x552d17(0x251),'square':_0x552d17(0x260)},'joinType':{'title':_0x552d17(0x25f),'miter':_0x552d17(0x29e),'round':_0x552d17(0x251),'bevel':'Biseauté'},'beginArrowType':_0x552d17(0x23f),'beginArrowSize':_0x552d17(0x26c),'endArrowType':_0x552d17(0x288),'endArrowSize':_0x552d17(0x259),'arrowType':{'none':'Aucune','arrow':'Flèche','openArrow':_0x552d17(0x1fb),'stealthArrow':'Flèche\x20furtive','diamondArrow':'Flèche\x20losange','ovalArrow':_0x552d17(0x292)},'arrowSize':{'small':_0x552d17(0x247),'medium':_0x552d17(0x211),'large':_0x552d17(0x2a5)},'sketchType':{'title':_0x552d17(0x200),'none':'Aucun','curved':_0x552d17(0x1dd),'freehand':_0x552d17(0x283),'handDrawn':_0x552d17(0x23a)}},'shape':{'group':{'line':_0x552d17(0x1ea),'rectangle':'Rectangles','basicShape':'Formes\x20de\x20base','blockArrow':'Flèches\x20en\x20bloc','equationShape':_0x552d17(0x212),'flowchart':'Organigramme','starAndBanner':_0x552d17(0x28d),'callout':'Légendes','other':'Autres'},'type':{'line':'Ligne','straight-connector1':_0x552d17(0x205),'straight-connector2':_0x552d17(0x236),'bent-connector3':_0x552d17(0x27d),'bent-connector3-arrow1':_0x552d17(0x21a),'bent-connector3-arrow2':'Connecteur\x20coudé\x20double\x20fléché','curved-connector3':_0x552d17(0x1d8),'curved-connector3-arrow1':_0x552d17(0x21e),'curved-connector3-arrow2':_0x552d17(0x27e),'rect':_0x552d17(0x238),'round-rect':_0x552d17(0x26a),'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':_0x552d17(0x240),'round1-rect':_0x552d17(0x217),'round2-same-rect':_0x552d17(0x28e),'round2-diag-rect':'Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','rect-textbox-horizontal':_0x552d17(0x272),'rect-textbox-vertical':_0x552d17(0x231),'ellipse':_0x552d17(0x1f3),'triangle':_0x552d17(0x29d),'rt-triangle':'Triangle\x20rectangle','parallelogram':'Parallélogramme','trapezoid':'Trapèze','non-isosceles-trapezoid':_0x552d17(0x22e),'diamond':'Losange','pentagon':_0x552d17(0x1f6),'hexagon':'Hexagone','heptagon':'Heptagone','octagon':_0x552d17(0x1f4),'decagon':_0x552d17(0x254),'dodecagon':_0x552d17(0x1ff),'pie':_0x552d17(0x202),'chord':_0x552d17(0x275),'teardrop':'Larme','frame':_0x552d17(0x1f1),'half-frame':'Demi-cadre','corner':_0x552d17(0x23c),'diag-stripe':'Rayure\x20diagonale','plus':_0x552d17(0x1de),'plaque':_0x552d17(0x290),'can':'Cylindre','cube':_0x552d17(0x1e2),'bevel':_0x552d17(0x222),'donut':'Anneau','no-smoking':'Interdiction\x20de\x20fumer','block-arc':_0x552d17(0x1e0),'folder-corner':_0x552d17(0x21c),'smiley-face':_0x552d17(0x1f5),'heart':_0x552d17(0x235),'lightning-bolt':'Éclair','sun':_0x552d17(0x27c),'moon':_0x552d17(0x20c),'cloud':_0x552d17(0x24f),'arc':_0x552d17(0x232),'bracket-pair':_0x552d17(0x27b),'brace-pair':'Double\x20accolade','left-bracket':_0x552d17(0x242),'right-bracket':_0x552d17(0x219),'left-brace':'Accolade\x20gauche','right-brace':_0x552d17(0x1ee),'right-arrow':_0x552d17(0x20d),'left-arrow':_0x552d17(0x215),'up-arrow':_0x552d17(0x280),'down-arrow':_0x552d17(0x27f),'left-right-arrow':_0x552d17(0x26e),'up-down-arrow':_0x552d17(0x1d5),'quad-arrow':_0x552d17(0x273),'left-right-up-arrow':_0x552d17(0x25c),'bent-arrow':_0x552d17(0x249),'uturn-arrow':'Flèche\x20demi-tour','left-up-arrow':_0x552d17(0x21f),'bent-up-arrow':'Flèche\x20coudée\x20vers\x20le\x20haut','curved-right-arrow':'Flèche\x20courbe\x20droite','curved-left-arrow':_0x552d17(0x245),'curved-up-arrow':_0x552d17(0x1e3),'curved-down-arrow':_0x552d17(0x252),'striped-right-arrow':'Flèche\x20droite\x20rayée','notched-right-arrow':'Flèche\x20droite\x20entaillée','home-plate':_0x552d17(0x1f6),'chevron':_0x552d17(0x256),'right-arrow-callout':'Légende\x20flèche\x20droite','down-arrow-callout':_0x552d17(0x237),'left-arrow-callout':_0x552d17(0x265),'up-arrow-callout':_0x552d17(0x1e4),'left-right-arrow-callout':_0x552d17(0x26d),'quad-arrow-callout':_0x552d17(0x22a),'circular-arrow':_0x552d17(0x233),'math-plus':_0x552d17(0x276),'math-minus':_0x552d17(0x284),'math-multiply':'Multiplier','math-divide':_0x552d17(0x220),'math-equal':_0x552d17(0x264),'math-not-equal':'Différent','flow-chart-process':_0x552d17(0x296),'flow-chart-alternate-process':_0x552d17(0x21b),'flow-chart-decision':_0x552d17(0x28f),'flow-chart-input-output':_0x552d17(0x1d9),'flow-chart-predefined-process':'Processus\x20prédéfini','flow-chart-internal-storage':_0x552d17(0x282),'flow-chart-document':'Document','flow-chart-multidocument':_0x552d17(0x1e7),'flow-chart-terminator':_0x552d17(0x25d),'flow-chart-preparation':_0x552d17(0x241),'flow-chart-manual-input':'Saisie\x20manuelle','flow-chart-manual-operation':_0x552d17(0x1e8),'flow-chart-connector':_0x552d17(0x239),'flow-chart-offpage-connector':_0x552d17(0x243),'flow-chart-punched-card':_0x552d17(0x227),'flow-chart-punched-tape':'Bande\x20perforée','flow-chart-summing-junction':'Jonction\x20de\x20sommation','flow-chart-or':'Ou','flow-chart-collate':'Assembler','flow-chart-sort':_0x552d17(0x230),'flow-chart-extract':_0x552d17(0x294),'flow-chart-merge':_0x552d17(0x2a0),'flow-chart-online-storage':_0x552d17(0x28a),'flow-chart-delay':'Retard','flow-chart-magnetic-tape':_0x552d17(0x253),'flow-chart-magnetic-disk':_0x552d17(0x286),'flow-chart-magnetic-drum':_0x552d17(0x20e),'flow-chart-display':_0x552d17(0x277),'irregular-seal1':_0x552d17(0x209),'irregular-seal2':_0x552d17(0x1eb),'star4':_0x552d17(0x201),'star5':_0x552d17(0x214),'star6':_0x552d17(0x223),'star7':_0x552d17(0x1fe),'star8':_0x552d17(0x279),'star10':_0x552d17(0x266),'star12':_0x552d17(0x278),'star16':'Étoile\x20à\x2016\x20branches','star24':_0x552d17(0x234),'star32':_0x552d17(0x1e5),'ribbon2':'Ruban\x20vers\x20le\x20haut','ribbon':_0x552d17(0x29f),'ellipse-ribbon2':_0x552d17(0x21d),'ellipse-ribbon':_0x552d17(0x22f),'vertical-scroll':_0x552d17(0x206),'horizontal-scroll':'Rouleau\x20horizontal','wave':_0x552d17(0x1d6),'double-wave':_0x552d17(0x268),'wedge-rect-callout':_0x552d17(0x1e9),'wedge-round-rect-callout':_0x552d17(0x255),'wedge-ellipse-callout':'Légende\x20ovale','cloud-callout':_0x552d17(0x270),'border-callout1':_0x552d17(0x267),'border-callout2':_0x552d17(0x229),'border-callout3':_0x552d17(0x204),'accent-callout1':'Légende\x20accent\x201','accent-callout2':'Légende\x20accent\x202','accent-callout3':_0x552d17(0x210),'callout1':_0x552d17(0x2a2),'callout2':'Légende\x202','callout3':_0x552d17(0x2a3),'accent-border-callout1':_0x552d17(0x22c),'accent-border-callout2':_0x552d17(0x263),'accent-border-callout3':_0x552d17(0x29a),'left-circular-arrow':_0x552d17(0x20b),'left-right-circular-arrow':_0x552d17(0x274),'swoosh-arrow':'Flèche\x20swoosh','left-right-ribbon':_0x552d17(0x1f2),'pie-wedge':_0x552d17(0x281),'funnel':_0x552d17(0x2a1),'gear6':'Engrenage\x206','gear9':_0x552d17(0x26b),'corner-tabs':'Onglets\x20d\x27angle','action-button-back-previous':_0x552d17(0x1fa),'action-button-forward-next':_0x552d17(0x1e6),'action-button-beginning':_0x552d17(0x29b),'action-button-end':'Bouton\x20d\x27action\x20:\x20Fin','action-button-home':_0x552d17(0x23e),'action-button-information':_0x552d17(0x262),'action-button-return':'Bouton\x20d\x27action\x20:\x20Retour','action-button-movie':_0x552d17(0x289),'action-button-document':_0x552d17(0x257),'action-button-sound':_0x552d17(0x1d7),'action-button-help':_0x552d17(0x28b),'action-button-blank':_0x552d17(0x27a),'chart-plus':_0x552d17(0x24e),'chart-star':_0x552d17(0x269),'chart-x':_0x552d17(0x25a),'flow-chart-offline-storage':'Stockage\x20hors\x20ligne','line-inv':'Ligne\x20inverse','plaque-tabs':'Onglets\x20plaque','square-tabs':_0x552d17(0x24d),'up-down-arrow-callout':'Légende\x20flèche\x20haut-bas'}}}};export{e as default};
1
+ const _0xe8f2d2=_0x4a2d;(function(_0x5280c3,_0x470921){const _0x207980=_0x4a2d,_0x303d0a=_0x5280c3();while(!![]){try{const _0x13f326=parseInt(_0x207980(0x156))/0x1*(parseInt(_0x207980(0x142))/0x2)+-parseInt(_0x207980(0x164))/0x3*(-parseInt(_0x207980(0x106))/0x4)+parseInt(_0x207980(0x1b2))/0x5*(parseInt(_0x207980(0x1af))/0x6)+-parseInt(_0x207980(0x134))/0x7*(-parseInt(_0x207980(0x136))/0x8)+-parseInt(_0x207980(0x197))/0x9*(-parseInt(_0x207980(0x11f))/0xa)+parseInt(_0x207980(0xfb))/0xb+-parseInt(_0x207980(0x143))/0xc;if(_0x13f326===_0x470921)break;else _0x303d0a['push'](_0x303d0a['shift']());}catch(_0x3bf32b){_0x303d0a['push'](_0x303d0a['shift']());}}}(_0x3808,0xd556c));function _0x3808(){const _0x414497=['Document','Couleur\x20de\x20remplissage','Alignement','Remplissage\x20uni','Basculer\x20le\x20texte\x20vertical','Text\x20Background\x20color','Ruban\x20courbe\x20vers\x20le\x20bas','Préparation','Légende\x20flèche\x20bas','Flèche\x20furtive','Étoile\x20à\x208\x20branches','861jFtAFa','gauche','95416LiHzCo','Taille\x20de\x20police','Bouton\x20d\x27action\x20:\x20Document','Flèche\x20ouverte','Légende\x203','Ruban\x20vers\x20le\x20bas','Légende\x201','Nuage','Flèche\x20haut','Carte','Zone\x20de\x20texte\x20horizontale','Bouton\x20d\x27action\x20:\x20Avancer\x20ou\x20Suivant','7822GpUUGY','68120316WrpqvV','Cœur','Connecteur\x20coudé\x20double\x20fléché','Bouton\x20d\x27action\x20:\x20Vide','Double\x20crochet','Accolade\x20gauche','Connecteur\x20hors\x20page','Rond','Diminuer\x20la\x20taille\x20de\x20la\x20police','Lune','Octogone','Align\x20Left','Bouton\x20d\x27action\x20:\x20Retour','Explosion\x201','Multiplier','Bouton\x20d\x27action\x20:\x20Retour\x20ou\x20Précédent','Connecteur\x20courbe\x20double\x20fléché','Alignement\x20vertical','Flèche\x20haut-bas','307aNcqHe','Croix','Ligne\x20fléchée','Masquer\x20le\x20panneau\x20des\x20formes','Heptagone','Rectangle\x20à\x20coins\x20coupés\x20diagonaux','Point\x20rond','Aucune','Aucun\x20remplissage','Type\x20de\x20terminaison','Rectangle\x20à\x20un\x20coin\x20coupé','Rectangle\x20à\x20un\x20coin\x20coupé\x20et\x20un\x20arrondi','Bouton\x20d\x27action\x20:\x20Information','Rectangle\x20à\x20un\x20coin\x20arrondi','957lvmuiK','Éclair','Mosaïque\x20d\x27image\x20comme\x20texture','Décalage\x20Y','Augmenter\x20la\x20taille\x20de\x20la\x20police','Continue','Flèche\x20gauche-droite-haut','Bouton\x20d\x27action\x20:\x20Aide','Ovale','Style\x20de\x20la\x20forme','droite','Pentagone','Légende\x20accent\x201','Hexagone','Rectangle\x20arrondi','Moyenne','Légende\x20ligne\x203','Décision','Aucun','Dessiné\x20à\x20la\x20main','Flèche\x20quadruple','Taille\x20de\x20flèche\x20de\x20début','Ligne','Légende\x20bordure\x20accent\x203','Centre','Flèche\x20ovale','Insérer...','Tiret\x20long','Ligne\x20dégradée','Chevron','Haut\x20droite','Ligne\x20continue','Flèche\x20courbe\x20gauche','Remplissage','Trapèze','Haut','Remplissage\x20image\x20ou\x20texture','Flèche\x20demi-tour','Align\x20Right','Bouton\x20d\x27action\x20:\x20Début','Légende\x20accent\x203','Ruban\x20gauche-droite','Corde','Onglets\x20d\x27angle','haut','Tiret\x20long-point','Losange','Étoiles\x20et\x20bannières','Flèche\x20circulaire','Crochet\x20gauche','Bouton\x20d\x27action\x20:\x20Accueil','927snPpbg','Trapèze\x20non\x20isocèle','Flèche\x20circulaire\x20gauche-droite','Rectangle\x20à\x20coins\x20coupés\x20même\x20côté','centre','Connecteur\x20courbe\x20fléché','Crochet\x20droit','Connecteur\x20coudé','Rectangles','Rectangle\x20à\x20coins\x20arrondis\x20diagonaux','Interdiction\x20de\x20fumer','Moins','Légende\x20nuage','Entonnoir','Ruban\x20courbe\x20vers\x20le\x20haut','Type\x20de\x20flèche\x20de\x20début','Basculer\x20le\x20retournement\x20horizontal','Retard','Flèche\x20coudée\x20vers\x20le\x20haut','Rectangle\x20à\x20coins\x20arrondis\x20même\x20côté','Remplissage\x20dégradé','Légende\x20flèche\x20quadruple','Justify','Étoile\x20à\x2016\x20branches','18sixirj','Droite','Étoile\x20à\x2032\x20branches','969765zyjzfF','Tiret-point','Graphique\x20Étoile','Formes\x20d\x27équation','Échelle\x20Y','Flèche\x20droite\x20entaillée','Rectangle','Flèche\x20droite\x20rayée','Triangle\x20isocèle','Alignement\x20horizontal','Forme\x20en\x20L','Aucune\x20ligne','Légende\x20rectangulaire','Stockage\x20à\x20accès\x20direct','Étoile\x20à\x2010\x20branches','Parallélogramme','Courbé','Légende\x20flèche\x20gauche','Plus','Align\x20Center','Saisie\x20manuelle','Multidocument','Légendes','Tiret\x20long-point-point','Largeur','Flèche\x20courbe\x20haut','Flèche\x20droite','Ouvrir\x20le\x20panneau\x20des\x20formes','Affichage','Point\x20carré','Bouton\x20d\x27action\x20:\x20Film','Légende\x20accent\x202','Opération\x20manuelle','Bas','Larme','Pivoter\x20à\x20gauche\x20de\x2090°','Ligne\x20inverse','Smiley','Forme','Format\x20de\x20la\x20forme','Graphique\x20Plus','Flèche','Strikethrough','Stockage\x20interne','Flèche\x20gauche-haut','Transparence','milieu','Petite','Biseau','Underline','Graphique\x20X','Italic','Flèche\x20gauche','Bold','Text\x20color','Taille\x20de\x20flèche\x20de\x20fin','Engrenage\x206','Tiret','4843608rsifsN','Égal','Flèche\x20circulaire\x20gauche','Accès\x20séquentiel','Flèche\x20coudée','Processus','Triangle\x20rectangle','Ligne\x20double\x20fléchée','Disque\x20magnétique','Supprimer\x20la\x20forme','Réinitialiser','20404eQvqbu','Lignes','Données\x20stockées','bas','Couleur','Flèche\x20bas','Plat','Autres','Légende\x20flèche\x20gauche-droite','Rouleau\x20horizontal','Anneau','Bande\x20perforée','Cube','Vague','Rogner\x20à\x20la\x20forme','Style\x20d\x27esquisse','Légende\x20rectangulaire\x20arrondie','Grande','Basculer\x20le\x20retournement\x20vertical','Cadre','Onglet','Bas\x20droite','Étoile\x20à\x2012\x20branches','Source\x20de\x20l\x27image','Biseauté','119750tUslcq','Rouleau\x20vertical','Main\x20levée','Étoile\x20à\x205\x20branches','Bas\x20gauche','Étoile\x20à\x207\x20branches','Secteur\x20circulaire','Extraire','Zone\x20de\x20texte\x20verticale','Légende\x20ovale'];_0x3808=function(){return _0x414497;};return _0x3808();}const e={'sheets-shape-ui':{'align':{'top':_0xe8f2d2(0x190),'middle':_0xe8f2d2(0xef),'bottom':_0xe8f2d2(0x109),'left':_0xe8f2d2(0x135),'center':_0xe8f2d2(0x19b),'right':_0xe8f2d2(0x16e)},'toolbar':{'verticalAlignMode':{'main':_0xe8f2d2(0x154)},'horizontalAlignMode':{'main':_0xe8f2d2(0x1bb)},'fillColor':{'main':_0xe8f2d2(0x12a)},'fontSize':_0xe8f2d2(0x137),'fontSizeIncrease':_0xe8f2d2(0x168),'fontSizeDecrease':_0xe8f2d2(0x14b),'alignLeft':_0xe8f2d2(0x14e),'alignCenter':_0xe8f2d2(0xd4),'alignRight':_0xe8f2d2(0x18a),'alignJustify':_0xe8f2d2(0x1ad),'bold':_0xe8f2d2(0xf6),'italic':_0xe8f2d2(0xf4),'underline':_0xe8f2d2(0xf2),'strikethrough':_0xe8f2d2(0xeb),'textColor':_0xe8f2d2(0xf7),'textBackgroundColor':_0xe8f2d2(0x12e),'resetColor':_0xe8f2d2(0x105)},'imagePanel':{'crop':{'shape':_0xe8f2d2(0x114)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0xe8f2d2(0xe7),'insertShape':'Insérer\x20une\x20forme','openPanel':_0xe8f2d2(0xdc),'deleteShape':_0xe8f2d2(0x104),'hidePanel':_0xe8f2d2(0x159),'formatShape':_0xe8f2d2(0xe8),'shapeStyle':_0xe8f2d2(0x16d),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':_0xe8f2d2(0x1a7),'toggleFlipV':_0xe8f2d2(0x118),'rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':_0xe8f2d2(0xe4),'toggleTextVertical':_0xe8f2d2(0x12d),'fill':{'title':_0xe8f2d2(0x185),'noFill':_0xe8f2d2(0x15e),'solidFill':_0xe8f2d2(0x12c),'gradientFill':_0xe8f2d2(0x1ab),'pictureFill':_0xe8f2d2(0x188),'patternFill':'Remplissage\x20motif','color':_0xe8f2d2(0x10a),'transparency':_0xe8f2d2(0xee),'picture':{'source':_0xe8f2d2(0x11d),'insert':_0xe8f2d2(0x17e),'tileAsTexture':_0xe8f2d2(0x166),'offsetX':'Décalage\x20X','offsetY':_0xe8f2d2(0x167),'scaleX':'Échelle\x20X','scaleY':_0xe8f2d2(0x1b6),'alignment':_0xe8f2d2(0x12b),'rotateWithShape':'Pivoter\x20avec\x20la\x20forme','align':{'tl':'Haut\x20gauche','t':_0xe8f2d2(0x187),'tr':_0xe8f2d2(0x182),'l':'Gauche','ctr':_0xe8f2d2(0x17c),'r':_0xe8f2d2(0x1b0),'bl':_0xe8f2d2(0x123),'b':_0xe8f2d2(0xe2),'br':_0xe8f2d2(0x11b)}}},'line':{'title':_0xe8f2d2(0x17a),'noLine':_0xe8f2d2(0x1bd),'solidLine':_0xe8f2d2(0x183),'gradientLine':_0xe8f2d2(0x180),'color':_0xe8f2d2(0x10a),'transparency':_0xe8f2d2(0xee),'width':_0xe8f2d2(0xd9),'dashType':{'title':'Type\x20de\x20tiret','solid':_0xe8f2d2(0x169),'roundDot':_0xe8f2d2(0x15c),'squareDot':_0xe8f2d2(0xde),'dash':_0xe8f2d2(0xfa),'dashDot':_0xe8f2d2(0x1b3),'longDash':_0xe8f2d2(0x17f),'longDashDot':_0xe8f2d2(0x191),'longDashDotDot':_0xe8f2d2(0xd8)},'capType':{'title':_0xe8f2d2(0x15f),'flat':_0xe8f2d2(0x10c),'round':_0xe8f2d2(0x14a),'square':'Carré'},'joinType':{'title':'Type\x20de\x20jointure','miter':_0xe8f2d2(0x11a),'round':_0xe8f2d2(0x14a),'bevel':_0xe8f2d2(0x11e)},'beginArrowType':_0xe8f2d2(0x1a6),'beginArrowSize':_0xe8f2d2(0x179),'endArrowType':'Type\x20de\x20flèche\x20de\x20fin','endArrowSize':_0xe8f2d2(0xf8),'arrowType':{'none':_0xe8f2d2(0x15d),'arrow':_0xe8f2d2(0xea),'openArrow':_0xe8f2d2(0x139),'stealthArrow':_0xe8f2d2(0x132),'diamondArrow':'Flèche\x20losange','ovalArrow':_0xe8f2d2(0x17d)},'arrowSize':{'small':_0xe8f2d2(0xf0),'medium':_0xe8f2d2(0x173),'large':_0xe8f2d2(0x117)},'sketchType':{'title':_0xe8f2d2(0x115),'none':_0xe8f2d2(0x176),'curved':_0xe8f2d2(0xd1),'freehand':_0xe8f2d2(0x121),'handDrawn':_0xe8f2d2(0x177)}},'shape':{'group':{'line':_0xe8f2d2(0x107),'rectangle':_0xe8f2d2(0x19f),'basicShape':'Formes\x20de\x20base','blockArrow':'Flèches\x20en\x20bloc','equationShape':_0xe8f2d2(0x1b5),'flowchart':'Organigramme','starAndBanner':_0xe8f2d2(0x193),'callout':_0xe8f2d2(0xd7),'other':_0xe8f2d2(0x10d)},'type':{'line':_0xe8f2d2(0x17a),'straight-connector1':_0xe8f2d2(0x158),'straight-connector2':_0xe8f2d2(0x102),'bent-connector3':_0xe8f2d2(0x19e),'bent-connector3-arrow1':'Connecteur\x20coudé\x20fléché','bent-connector3-arrow2':_0xe8f2d2(0x145),'curved-connector3':'Connecteur\x20courbe','curved-connector3-arrow1':_0xe8f2d2(0x19c),'curved-connector3-arrow2':_0xe8f2d2(0x153),'rect':_0xe8f2d2(0x1b8),'round-rect':_0xe8f2d2(0x172),'snip1-rect':_0xe8f2d2(0x160),'snip2-same-rect':_0xe8f2d2(0x19a),'snip2-diag-rect':_0xe8f2d2(0x15b),'snip-round-rect':_0xe8f2d2(0x161),'round1-rect':_0xe8f2d2(0x163),'round2-same-rect':_0xe8f2d2(0x1aa),'round2-diag-rect':_0xe8f2d2(0x1a0),'rect-textbox-horizontal':_0xe8f2d2(0x140),'rect-textbox-vertical':_0xe8f2d2(0x127),'ellipse':_0xe8f2d2(0x16c),'triangle':_0xe8f2d2(0x1ba),'rt-triangle':_0xe8f2d2(0x101),'parallelogram':_0xe8f2d2(0xd0),'trapezoid':_0xe8f2d2(0x186),'non-isosceles-trapezoid':_0xe8f2d2(0x198),'diamond':_0xe8f2d2(0x192),'pentagon':_0xe8f2d2(0x16f),'hexagon':_0xe8f2d2(0x171),'heptagon':_0xe8f2d2(0x15a),'octagon':_0xe8f2d2(0x14d),'decagon':'Décagone','dodecagon':'Dodécagone','pie':'Secteur','chord':_0xe8f2d2(0x18e),'teardrop':_0xe8f2d2(0xe3),'frame':_0xe8f2d2(0x119),'half-frame':'Demi-cadre','corner':_0xe8f2d2(0x1bc),'diag-stripe':'Rayure\x20diagonale','plus':_0xe8f2d2(0x157),'plaque':'Plaque','can':'Cylindre','cube':_0xe8f2d2(0x112),'bevel':_0xe8f2d2(0xf1),'donut':_0xe8f2d2(0x110),'no-smoking':_0xe8f2d2(0x1a1),'block-arc':'Arc\x20en\x20bloc','folder-corner':'Coin\x20plié','smiley-face':_0xe8f2d2(0xe6),'heart':_0xe8f2d2(0x144),'lightning-bolt':_0xe8f2d2(0x165),'sun':'Soleil','moon':_0xe8f2d2(0x14c),'cloud':_0xe8f2d2(0x13d),'arc':'Arc','bracket-pair':_0xe8f2d2(0x147),'brace-pair':'Double\x20accolade','left-bracket':_0xe8f2d2(0x195),'right-bracket':_0xe8f2d2(0x19d),'left-brace':_0xe8f2d2(0x148),'right-brace':'Accolade\x20droite','right-arrow':_0xe8f2d2(0xdb),'left-arrow':_0xe8f2d2(0xf5),'up-arrow':_0xe8f2d2(0x13e),'down-arrow':_0xe8f2d2(0x10b),'left-right-arrow':'Flèche\x20gauche-droite','up-down-arrow':_0xe8f2d2(0x155),'quad-arrow':_0xe8f2d2(0x178),'left-right-up-arrow':_0xe8f2d2(0x16a),'bent-arrow':_0xe8f2d2(0xff),'uturn-arrow':_0xe8f2d2(0x189),'left-up-arrow':_0xe8f2d2(0xed),'bent-up-arrow':_0xe8f2d2(0x1a9),'curved-right-arrow':'Flèche\x20courbe\x20droite','curved-left-arrow':_0xe8f2d2(0x184),'curved-up-arrow':_0xe8f2d2(0xda),'curved-down-arrow':'Flèche\x20courbe\x20bas','striped-right-arrow':_0xe8f2d2(0x1b9),'notched-right-arrow':_0xe8f2d2(0x1b7),'home-plate':_0xe8f2d2(0x16f),'chevron':_0xe8f2d2(0x181),'right-arrow-callout':'Légende\x20flèche\x20droite','down-arrow-callout':_0xe8f2d2(0x131),'left-arrow-callout':_0xe8f2d2(0xd2),'up-arrow-callout':'Légende\x20flèche\x20haut','left-right-arrow-callout':_0xe8f2d2(0x10e),'quad-arrow-callout':_0xe8f2d2(0x1ac),'circular-arrow':_0xe8f2d2(0x194),'math-plus':_0xe8f2d2(0xd3),'math-minus':_0xe8f2d2(0x1a2),'math-multiply':_0xe8f2d2(0x151),'math-divide':'Diviser','math-equal':_0xe8f2d2(0xfc),'math-not-equal':'Différent','flow-chart-process':_0xe8f2d2(0x100),'flow-chart-alternate-process':'Processus\x20alternatif','flow-chart-decision':_0xe8f2d2(0x175),'flow-chart-input-output':'Données','flow-chart-predefined-process':'Processus\x20prédéfini','flow-chart-internal-storage':_0xe8f2d2(0xec),'flow-chart-document':_0xe8f2d2(0x129),'flow-chart-multidocument':_0xe8f2d2(0xd6),'flow-chart-terminator':'Terminaison','flow-chart-preparation':_0xe8f2d2(0x130),'flow-chart-manual-input':_0xe8f2d2(0xd5),'flow-chart-manual-operation':_0xe8f2d2(0xe1),'flow-chart-connector':'Connecteur','flow-chart-offpage-connector':_0xe8f2d2(0x149),'flow-chart-punched-card':_0xe8f2d2(0x13f),'flow-chart-punched-tape':_0xe8f2d2(0x111),'flow-chart-summing-junction':'Jonction\x20de\x20sommation','flow-chart-or':'Ou','flow-chart-collate':'Assembler','flow-chart-sort':'Trier','flow-chart-extract':_0xe8f2d2(0x126),'flow-chart-merge':'Fusionner','flow-chart-online-storage':_0xe8f2d2(0x108),'flow-chart-delay':_0xe8f2d2(0x1a8),'flow-chart-magnetic-tape':_0xe8f2d2(0xfe),'flow-chart-magnetic-disk':_0xe8f2d2(0x103),'flow-chart-magnetic-drum':_0xe8f2d2(0xce),'flow-chart-display':_0xe8f2d2(0xdd),'irregular-seal1':_0xe8f2d2(0x150),'irregular-seal2':'Explosion\x202','star4':'Étoile\x20à\x204\x20branches','star5':_0xe8f2d2(0x122),'star6':'Étoile\x20à\x206\x20branches','star7':_0xe8f2d2(0x124),'star8':_0xe8f2d2(0x133),'star10':_0xe8f2d2(0xcf),'star12':_0xe8f2d2(0x11c),'star16':_0xe8f2d2(0x1ae),'star24':'Étoile\x20à\x2024\x20branches','star32':_0xe8f2d2(0x1b1),'ribbon2':'Ruban\x20vers\x20le\x20haut','ribbon':_0xe8f2d2(0x13b),'ellipse-ribbon2':_0xe8f2d2(0x1a5),'ellipse-ribbon':_0xe8f2d2(0x12f),'vertical-scroll':_0xe8f2d2(0x120),'horizontal-scroll':_0xe8f2d2(0x10f),'wave':_0xe8f2d2(0x113),'double-wave':'Double\x20vague','wedge-rect-callout':_0xe8f2d2(0xcd),'wedge-round-rect-callout':_0xe8f2d2(0x116),'wedge-ellipse-callout':_0xe8f2d2(0x128),'cloud-callout':_0xe8f2d2(0x1a3),'border-callout1':'Légende\x20ligne\x201','border-callout2':'Légende\x20ligne\x202','border-callout3':_0xe8f2d2(0x174),'accent-callout1':_0xe8f2d2(0x170),'accent-callout2':_0xe8f2d2(0xe0),'accent-callout3':_0xe8f2d2(0x18c),'callout1':_0xe8f2d2(0x13c),'callout2':'Légende\x202','callout3':_0xe8f2d2(0x13a),'accent-border-callout1':'Légende\x20bordure\x20accent\x201','accent-border-callout2':'Légende\x20bordure\x20accent\x202','accent-border-callout3':_0xe8f2d2(0x17b),'left-circular-arrow':_0xe8f2d2(0xfd),'left-right-circular-arrow':_0xe8f2d2(0x199),'swoosh-arrow':'Flèche\x20swoosh','left-right-ribbon':_0xe8f2d2(0x18d),'pie-wedge':_0xe8f2d2(0x125),'funnel':_0xe8f2d2(0x1a4),'gear6':_0xe8f2d2(0xf9),'gear9':'Engrenage\x209','corner-tabs':_0xe8f2d2(0x18f),'action-button-back-previous':_0xe8f2d2(0x152),'action-button-forward-next':_0xe8f2d2(0x141),'action-button-beginning':_0xe8f2d2(0x18b),'action-button-end':'Bouton\x20d\x27action\x20:\x20Fin','action-button-home':_0xe8f2d2(0x196),'action-button-information':_0xe8f2d2(0x162),'action-button-return':_0xe8f2d2(0x14f),'action-button-movie':_0xe8f2d2(0xdf),'action-button-document':_0xe8f2d2(0x138),'action-button-sound':'Bouton\x20d\x27action\x20:\x20Son','action-button-help':_0xe8f2d2(0x16b),'action-button-blank':_0xe8f2d2(0x146),'chart-plus':_0xe8f2d2(0xe9),'chart-star':_0xe8f2d2(0x1b4),'chart-x':_0xe8f2d2(0xf3),'flow-chart-offline-storage':'Stockage\x20hors\x20ligne','line-inv':_0xe8f2d2(0xe5),'plaque-tabs':'Onglets\x20plaque','square-tabs':'Onglets\x20carrés','up-down-arrow-callout':'Légende\x20flèche\x20haut-bas'}}}};function _0x4a2d(_0x40311c,_0x23ba5b){_0x40311c=_0x40311c-0xcd;const _0x3808d6=_0x3808();let _0x4a2d15=_0x3808d6[_0x40311c];return _0x4a2d15;}export{e as default};
@@ -1 +1 @@
1
- const _0x23f058=_0x4467;(function(_0x5c0119,_0xe4e53){const _0x4a6bec=_0x4467,_0x117643=_0x5c0119();while(!![]){try{const _0x45ebf1=parseInt(_0x4a6bec(0x205))/0x1+-parseInt(_0x4a6bec(0x1fb))/0x2+parseInt(_0x4a6bec(0x1ae))/0x3*(parseInt(_0x4a6bec(0x238))/0x4)+parseInt(_0x4a6bec(0x1e0))/0x5*(parseInt(_0x4a6bec(0x1e5))/0x6)+-parseInt(_0x4a6bec(0x1eb))/0x7+parseInt(_0x4a6bec(0x22b))/0x8*(-parseInt(_0x4a6bec(0x216))/0x9)+-parseInt(_0x4a6bec(0x1ee))/0xa;if(_0x45ebf1===_0xe4e53)break;else _0x117643['push'](_0x117643['shift']());}catch(_0x386f51){_0x117643['push'](_0x117643['shift']());}}}(_0x7249,0xe0307));const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0x23f058(0x227),'bottom':_0x23f058(0x223),'left':_0x23f058(0x1a3),'center':_0x23f058(0x227),'right':'kanan'},'toolbar':{'verticalAlignMode':{'main':_0x23f058(0x18d)},'horizontalAlignMode':{'main':_0x23f058(0x19e)},'fillColor':{'main':'Warna\x20isian'},'fontSize':_0x23f058(0x242),'fontSizeIncrease':_0x23f058(0x1c9),'fontSizeDecrease':_0x23f058(0x1a6),'resetColor':_0x23f058(0x254)},'imagePanel':{'crop':{'shape':_0x23f058(0x25b)}},'permission':{'editErr':_0x23f058(0x1b3)},'title':'Bentuk','insertShape':_0x23f058(0x1cb),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x23f058(0x228),'hidePanel':_0x23f058(0x201),'formatShape':_0x23f058(0x211),'shapeStyle':_0x23f058(0x1ea),'shapePosition':_0x23f058(0x1b5),'toggleFlipH':_0x23f058(0x250),'toggleFlipV':_0x23f058(0x245),'rotateRight90':_0x23f058(0x1ec),'rotateLeft90':_0x23f058(0x1ba),'toggleTextVertical':_0x23f058(0x258),'fill':{'title':_0x23f058(0x1f4),'noFill':_0x23f058(0x202),'solidFill':_0x23f058(0x208),'gradientFill':_0x23f058(0x224),'pictureFill':_0x23f058(0x241),'patternFill':'Isian\x20pola','color':_0x23f058(0x1db),'transparency':_0x23f058(0x262),'picture':{'source':_0x23f058(0x24e),'insert':_0x23f058(0x264),'tileAsTexture':_0x23f058(0x263),'offsetX':_0x23f058(0x1e8),'offsetY':_0x23f058(0x1b4),'scaleX':'Skala\x20X','scaleY':'Skala\x20Y','alignment':_0x23f058(0x1bc),'rotateWithShape':'Putar\x20dengan\x20bentuk','align':{'tl':'Kiri\x20Atas','t':_0x23f058(0x1b8),'tr':_0x23f058(0x1a5),'l':_0x23f058(0x24f),'ctr':'Tengah','r':'Kanan','bl':'Kiri\x20Bawah','b':_0x23f058(0x252),'br':_0x23f058(0x1c4)}}},'line':{'title':'Garis','noLine':_0x23f058(0x225),'solidLine':'Garis\x20solid','gradientLine':'Garis\x20gradien','color':_0x23f058(0x1db),'transparency':'Transparansi','width':'Lebar','dashType':{'title':_0x23f058(0x197),'solid':'Solid','roundDot':_0x23f058(0x1f3),'squareDot':_0x23f058(0x240),'dash':_0x23f058(0x1c3),'dashDot':'Putus-Titik','longDash':'Putus\x20Panjang','longDashDot':_0x23f058(0x186),'longDashDotDot':'Putus\x20Panjang\x20Titik\x20Titik'},'capType':{'title':_0x23f058(0x1e3),'flat':_0x23f058(0x1c6),'round':'Bulat','square':_0x23f058(0x1e7)},'joinType':{'title':_0x23f058(0x260),'miter':_0x23f058(0x231),'round':_0x23f058(0x1e1),'bevel':_0x23f058(0x1a0)},'beginArrowType':_0x23f058(0x21a),'beginArrowSize':_0x23f058(0x1a1),'endArrowType':'Jenis\x20panah\x20akhir','endArrowSize':_0x23f058(0x232),'arrowType':{'none':_0x23f058(0x24d),'arrow':_0x23f058(0x199),'openArrow':_0x23f058(0x1f8),'stealthArrow':'Panah\x20Siluman','diamondArrow':_0x23f058(0x24b),'ovalArrow':'Panah\x20Oval'},'arrowSize':{'small':_0x23f058(0x215),'medium':_0x23f058(0x18c),'large':_0x23f058(0x23b)},'sketchType':{'title':_0x23f058(0x22d),'none':_0x23f058(0x24d),'curved':_0x23f058(0x226),'freehand':_0x23f058(0x1bb),'handDrawn':_0x23f058(0x19d)}},'shape':{'group':{'line':_0x23f058(0x1fe),'rectangle':_0x23f058(0x255),'basicShape':_0x23f058(0x189),'blockArrow':_0x23f058(0x1ab),'equationShape':_0x23f058(0x1c7),'flowchart':_0x23f058(0x21c),'starAndBanner':_0x23f058(0x21e),'callout':'Tanda\x20Panggilan','other':'Lainnya'},'type':{'line':_0x23f058(0x1fe),'straight-connector1':_0x23f058(0x236),'straight-connector2':_0x23f058(0x18b),'bent-connector3':_0x23f058(0x1df),'bent-connector3-arrow1':'Penyambung\x20Siku\x20Panah','bent-connector3-arrow2':_0x23f058(0x1fc),'curved-connector3':'Penyambung\x20Melengkung','curved-connector3-arrow1':_0x23f058(0x1de),'curved-connector3-arrow2':_0x23f058(0x20d),'rect':_0x23f058(0x255),'round-rect':_0x23f058(0x213),'snip1-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','snip2-same-rect':_0x23f058(0x239),'snip2-diag-rect':_0x23f058(0x243),'snip-round-rect':_0x23f058(0x23a),'round1-rect':_0x23f058(0x19b),'round2-same-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','round2-diag-rect':_0x23f058(0x1bd),'rect-textbox-horizontal':'Kotak\x20Teks\x20Horizontal','rect-textbox-vertical':_0x23f058(0x1d1),'ellipse':_0x23f058(0x1e9),'triangle':_0x23f058(0x1dd),'rt-triangle':_0x23f058(0x1cf),'parallelogram':_0x23f058(0x214),'trapezoid':_0x23f058(0x1a8),'non-isosceles-trapezoid':_0x23f058(0x193),'diamond':'Berlian','pentagon':_0x23f058(0x207),'hexagon':_0x23f058(0x234),'heptagon':'Heptagon','octagon':_0x23f058(0x1f0),'decagon':_0x23f058(0x19a),'dodecagon':_0x23f058(0x219),'pie':'Pie','chord':_0x23f058(0x18e),'teardrop':'Tetesan\x20Air','frame':_0x23f058(0x192),'half-frame':'Setengah\x20Bingkai','corner':_0x23f058(0x1d3),'diag-stripe':'Garis\x20Diagonal','plus':_0x23f058(0x1d2),'plaque':'Plakat','can':'Silinder','cube':'Kubus','bevel':_0x23f058(0x1a0),'donut':_0x23f058(0x25d),'no-smoking':_0x23f058(0x23c),'block-arc':_0x23f058(0x25f),'folder-corner':_0x23f058(0x1c5),'smiley-face':'Wajah\x20Senyum','heart':_0x23f058(0x1da),'lightning-bolt':_0x23f058(0x1ef),'sun':_0x23f058(0x1d7),'moon':_0x23f058(0x188),'cloud':_0x23f058(0x1d0),'arc':_0x23f058(0x247),'bracket-pair':_0x23f058(0x1ac),'brace-pair':_0x23f058(0x251),'left-bracket':_0x23f058(0x1f5),'right-bracket':_0x23f058(0x1b1),'left-brace':_0x23f058(0x21b),'right-brace':_0x23f058(0x196),'right-arrow':_0x23f058(0x1f6),'left-arrow':_0x23f058(0x1f1),'up-arrow':_0x23f058(0x1b6),'down-arrow':'Panah\x20Bawah','left-right-arrow':_0x23f058(0x1fa),'up-down-arrow':_0x23f058(0x19c),'quad-arrow':'Panah\x20Empat\x20Arah','left-right-up-arrow':_0x23f058(0x1d6),'bent-arrow':_0x23f058(0x1a7),'uturn-arrow':'Panah\x20Putar\x20Balik','left-up-arrow':_0x23f058(0x25a),'bent-up-arrow':_0x23f058(0x1c8),'curved-right-arrow':_0x23f058(0x1d8),'curved-left-arrow':_0x23f058(0x23e),'curved-up-arrow':_0x23f058(0x259),'curved-down-arrow':_0x23f058(0x235),'striped-right-arrow':'Panah\x20Kanan\x20Bergaris','notched-right-arrow':_0x23f058(0x190),'home-plate':_0x23f058(0x207),'chevron':_0x23f058(0x19f),'right-arrow-callout':_0x23f058(0x1e2),'down-arrow-callout':_0x23f058(0x206),'left-arrow-callout':_0x23f058(0x261),'up-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Atas','left-right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','quad-arrow-callout':_0x23f058(0x195),'circular-arrow':_0x23f058(0x1c1),'math-plus':_0x23f058(0x1d4),'math-minus':_0x23f058(0x25c),'math-multiply':'Kali','math-divide':_0x23f058(0x209),'math-equal':_0x23f058(0x244),'math-not-equal':'Tidak\x20Sama\x20Dengan','flow-chart-process':_0x23f058(0x24a),'flow-chart-alternate-process':_0x23f058(0x1b2),'flow-chart-decision':_0x23f058(0x191),'flow-chart-input-output':_0x23f058(0x204),'flow-chart-predefined-process':_0x23f058(0x198),'flow-chart-internal-storage':_0x23f058(0x1c0),'flow-chart-document':'Dokumen','flow-chart-multidocument':_0x23f058(0x1fd),'flow-chart-terminator':_0x23f058(0x22a),'flow-chart-preparation':_0x23f058(0x22e),'flow-chart-manual-input':_0x23f058(0x1b9),'flow-chart-manual-operation':_0x23f058(0x220),'flow-chart-connector':'Penyambung','flow-chart-offpage-connector':_0x23f058(0x1ad),'flow-chart-punched-card':'Kartu','flow-chart-punched-tape':_0x23f058(0x18f),'flow-chart-summing-junction':_0x23f058(0x256),'flow-chart-or':_0x23f058(0x1ed),'flow-chart-collate':_0x23f058(0x187),'flow-chart-sort':_0x23f058(0x25e),'flow-chart-extract':_0x23f058(0x1cc),'flow-chart-merge':'Gabungkan','flow-chart-online-storage':_0x23f058(0x237),'flow-chart-delay':'Tunda','flow-chart-magnetic-tape':'Penyimpanan\x20Akses\x20Sekuensial','flow-chart-magnetic-disk':_0x23f058(0x200),'flow-chart-magnetic-drum':_0x23f058(0x1d5),'flow-chart-display':'Tampilan','irregular-seal1':_0x23f058(0x1be),'irregular-seal2':_0x23f058(0x20a),'star4':_0x23f058(0x210),'star5':_0x23f058(0x20e),'star6':_0x23f058(0x1f7),'star7':_0x23f058(0x1ca),'star8':_0x23f058(0x21d),'star10':_0x23f058(0x1b0),'star12':'Bintang\x2012\x20Sudut','star16':_0x23f058(0x246),'star24':'Bintang\x2024\x20Sudut','star32':_0x23f058(0x203),'ribbon2':'Pita\x20Atas','ribbon':'Pita\x20Bawah','ellipse-ribbon2':_0x23f058(0x248),'ellipse-ribbon':_0x23f058(0x22c),'vertical-scroll':_0x23f058(0x222),'horizontal-scroll':_0x23f058(0x265),'wave':_0x23f058(0x23f),'double-wave':_0x23f058(0x23d),'wedge-rect-callout':_0x23f058(0x217),'wedge-round-rect-callout':_0x23f058(0x20f),'wedge-ellipse-callout':_0x23f058(0x212),'cloud-callout':_0x23f058(0x1cd),'border-callout1':_0x23f058(0x1a2),'border-callout2':_0x23f058(0x253),'border-callout3':'Tanda\x20Panggilan\x20Garis\x203','accent-callout1':_0x23f058(0x257),'accent-callout2':_0x23f058(0x194),'accent-callout3':'Tanda\x20Panggilan\x20Aksen\x203','callout1':_0x23f058(0x1ff),'callout2':_0x23f058(0x20b),'callout3':_0x23f058(0x21f),'accent-border-callout1':_0x23f058(0x230),'accent-border-callout2':_0x23f058(0x22f),'accent-border-callout3':_0x23f058(0x218),'left-circular-arrow':'Panah\x20Melingkar\x20Kiri','left-right-circular-arrow':_0x23f058(0x1ce),'swoosh-arrow':'Panah\x20Swoosh','left-right-ribbon':_0x23f058(0x1a9),'pie-wedge':_0x23f058(0x20c),'funnel':_0x23f058(0x1d9),'gear6':_0x23f058(0x1f2),'gear9':'Gigi\x209','corner-tabs':_0x23f058(0x229),'action-button-back-previous':_0x23f058(0x249),'action-button-forward-next':_0x23f058(0x1a4),'action-button-beginning':_0x23f058(0x1af),'action-button-end':_0x23f058(0x1aa),'action-button-home':'Tombol\x20Aksi:\x20Beranda','action-button-information':_0x23f058(0x24c),'action-button-return':_0x23f058(0x1e6),'action-button-movie':'Tombol\x20Aksi:\x20Film','action-button-document':_0x23f058(0x221),'action-button-sound':'Tombol\x20Aksi:\x20Suara','action-button-help':_0x23f058(0x233),'action-button-blank':_0x23f058(0x1dc),'chart-plus':'Grafik\x20Plus','chart-star':_0x23f058(0x1e4),'chart-x':_0x23f058(0x1c2),'flow-chart-offline-storage':_0x23f058(0x18a),'line-inv':_0x23f058(0x1bf),'plaque-tabs':'Tab\x20Plakat','square-tabs':_0x23f058(0x1b7),'up-down-arrow-callout':_0x23f058(0x1f9)}}}};export{e as default};function _0x4467(_0x331a7f,_0x569ee3){_0x331a7f=_0x331a7f-0x186;const _0x7249d2=_0x7249();let _0x446752=_0x7249d2[_0x331a7f];return _0x446752;}function _0x7249(){const _0x592231=['tengah','Hapus\x20Bentuk','Tab\x20Sudut','Terminasi','7656536yesZrx','Pita\x20Melengkung\x20Bawah','Gaya\x20sketsa','Persiapan','Tanda\x20Panggilan\x20Batas\x20Aksen\x202','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Miter','Ukuran\x20panah\x20akhir','Tombol\x20Aksi:\x20Bantuan','Heksagon','Panah\x20Melengkung\x20Bawah','Garis\x20Panah','Data\x20Tersimpan','4852mDNdWP','Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','Besar','Dilarang\x20Merokok','Gelombang\x20Ganda','Panah\x20Melengkung\x20Kiri','Gelombang','Titik\x20Persegi','Isian\x20gambar\x20atau\x20tekstur','Ukuran\x20font','Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','Sama\x20Dengan','Balik\x20Vertikal','Bintang\x2016\x20Sudut','Busur','Pita\x20Melengkung\x20Atas','Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','Proses','Panah\x20Berlian','Tombol\x20Aksi:\x20Informasi','Tidak\x20ada','Sumber\x20gambar','Kiri','Balik\x20Horizontal','Kurung\x20Kurawal\x20Ganda','Bawah','Tanda\x20Panggilan\x20Garis\x202','Atur\x20ulang','Persegi\x20Panjang','Persimpangan\x20Penjumlahan','Tanda\x20Panggilan\x20Aksen\x201','Ubah\x20Teks\x20Vertikal','Panah\x20Melengkung\x20Atas','Panah\x20Kiri-Atas','Pangkas\x20ke\x20Bentuk','Kurang','Donat','Urutkan','Busur\x20Blok','Jenis\x20sambungan','Tanda\x20Panggilan\x20Panah\x20Kiri','Transparansi','Ulangi\x20gambar\x20sebagai\x20tekstur','Sisipkan...','Gulir\x20Horizontal','Putus\x20Panjang\x20Titik','Kolasi','Bulan','Bentuk\x20Dasar','Penyimpanan\x20Offline','Garis\x20Panah\x20Ganda','Sedang','Perataan\x20vertikal','Tali\x20Busur','Pita\x20Tertinju','Panah\x20Kanan\x20Berlekuk','Keputusan','Bingkai','Trapesium\x20Tidak\x20Sama\x20Kaki','Tanda\x20Panggilan\x20Aksen\x202','Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','Kurung\x20Kurawal\x20Kanan','Jenis\x20putus-putus','Proses\x20Terdefinisi','Panah','Dekagon','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','Panah\x20Atas-Bawah','Gambar\x20tangan','Perataan\x20horizontal','Chevron','Bevel','Ukuran\x20panah\x20awal','Tanda\x20Panggilan\x20Garis\x201','kiri','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Kanan\x20Atas','Perkecil\x20ukuran\x20font','Panah\x20Bengkok','Trapesium','Pita\x20Kiri-Kanan','Tombol\x20Aksi:\x20Akhir','Panah\x20Blok','Kurung\x20Ganda','Penyambung\x20Halaman\x20Lain','2178autXpc','Tombol\x20Aksi:\x20Awal','Bintang\x2010\x20Sudut','Kurung\x20Kanan','Proses\x20Alternatif','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Offset\x20Y','Posisi\x20Bentuk','Panah\x20Atas','Tab\x20Persegi','Atas','Input\x20Manual','Putar\x20Kiri\x2090°','Tangan\x20bebas','Perataan','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','Ledakan\x201','Garis\x20Terbalik','Penyimpanan\x20Internal','Panah\x20Melingkar','Grafik\x20X','Putus','Kanan\x20Bawah','Sudut\x20Dilipat','Datar','Bentuk\x20Persamaan','Panah\x20Bengkok\x20Atas','Perbesar\x20ukuran\x20font','Bintang\x207\x20Sudut','Sisipkan\x20Bentuk','Ekstrak','Tanda\x20Panggilan\x20Awan','Panah\x20Melingkar\x20Kiri-Kanan','Segitiga\x20Siku-Siku','Awan','Kotak\x20Teks\x20Vertikal','Silang','Bentuk-L','Tambah','Penyimpanan\x20Akses\x20Langsung','Panah\x20Kiri-Kanan-Atas','Matahari','Panah\x20Melengkung\x20Kanan','Corong','Hati','Warna','Tombol\x20Aksi:\x20Kosong','Segitiga\x20Sama\x20Kaki','Penyambung\x20Melengkung\x20Panah','Penyambung\x20Siku','5igGiEq','Bulat','Tanda\x20Panggilan\x20Panah\x20Kanan','Jenis\x20ujung','Grafik\x20Bintang','7752612HXPXja','Tombol\x20Aksi:\x20Kembali','Persegi','Offset\x20X','Oval','Gaya\x20Bentuk','1522836EcUVJw','Putar\x20Kanan\x2090°','Atau','2324290JgEZdh','Petir','Oktagon','Panah\x20Kiri','Gigi\x206','Titik\x20Bulat','Isian','Kurung\x20Kiri','Panah\x20Kanan','Bintang\x206\x20Sudut','Panah\x20Terbuka','Tanda\x20Panggilan\x20Panah\x20Atas-Bawah','Panah\x20Kiri-Kanan','3107450Vazprk','Penyambung\x20Siku\x20Panah\x20Ganda','Multi\x20Dokumen','Garis','Tanda\x20Panggilan\x201','Disk\x20Magnetik','Sembunyikan\x20Panel\x20Bentuk','Tanpa\x20isian','Bintang\x2032\x20Sudut','Data','1706308XVtYSP','Tanda\x20Panggilan\x20Panah\x20Bawah','Pentagon','Isian\x20solid','Bagi','Ledakan\x202','Tanda\x20Panggilan\x202','Irisan\x20Pie','Penyambung\x20Melengkung\x20Panah\x20Ganda','Bintang\x205\x20Sudut','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','Bintang\x204\x20Sudut','Format\x20Bentuk','Tanda\x20Panggilan\x20Oval','Persegi\x20Panjang\x20Membulat','Jajar\x20Genjang','Kecil','9huMQcT','Tanda\x20Panggilan\x20Persegi\x20Panjang','Tanda\x20Panggilan\x20Batas\x20Aksen\x203','Dodekagon','Jenis\x20panah\x20awal','Kurung\x20Kurawal\x20Kiri','Diagram\x20Alir','Bintang\x208\x20Sudut','Bintang\x20dan\x20Spanduk','Tanda\x20Panggilan\x203','Operasi\x20Manual','Tombol\x20Aksi:\x20Dokumen','Gulir\x20Vertikal','bawah','Isian\x20gradien','Tanpa\x20garis','Melengkung'];_0x7249=function(){return _0x592231;};return _0x7249();}
1
+ const _0xdedfcb=_0x23bb;(function(_0x252f81,_0x47197f){const _0x89852a=_0x23bb,_0x5a0a27=_0x252f81();while(!![]){try{const _0x463389=parseInt(_0x89852a(0x1d3))/0x1*(parseInt(_0x89852a(0x222))/0x2)+-parseInt(_0x89852a(0x228))/0x3+-parseInt(_0x89852a(0x21d))/0x4*(parseInt(_0x89852a(0x201))/0x5)+-parseInt(_0x89852a(0x24e))/0x6*(-parseInt(_0x89852a(0x24b))/0x7)+-parseInt(_0x89852a(0x25a))/0x8+parseInt(_0x89852a(0x24d))/0x9*(-parseInt(_0x89852a(0x250))/0xa)+parseInt(_0x89852a(0x289))/0xb;if(_0x463389===_0x47197f)break;else _0x5a0a27['push'](_0x5a0a27['shift']());}catch(_0x5050d7){_0x5a0a27['push'](_0x5a0a27['shift']());}}}(_0x4487,0xddc46));function _0x23bb(_0x8ec46,_0x3f0943){_0x8ec46=_0x8ec46-0x1b8;const _0x4487b2=_0x4487();let _0x23bbdc=_0x4487b2[_0x8ec46];return _0x23bbdc;}function _0x4487(){const _0x4d7ae3=['Panah\x20Melengkung\x20Kiri','Kanan\x20Bawah','Panah\x20Swoosh','Tombol\x20Aksi:\x20Akhir','Tombol\x20Aksi:\x20Informasi','Perataan\x20horizontal','Tali\x20Busur','Jenis\x20putus-putus','Isian\x20gambar\x20atau\x20tekstur','Ledakan\x201','Panah\x20Melengkung\x20Atas','Penyambung\x20Melengkung','Transparansi','Tanda\x20Panggilan\x20Panah\x20Bawah','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Panah\x20Melengkung\x20Bawah','Besar','Text\x20color','Panah\x20Siluman','Tombol\x20Aksi:\x20Suara','Offset\x20X','Bintang\x206\x20Sudut','Kecil','Panah\x20Bengkok\x20Atas','Heksagon','Melengkung','Tunda','Justify','4536095axIpkY','Penyambung\x20Siku\x20Panah','Bintang\x207\x20Sudut','Kurung\x20Kurawal\x20Kiri','Kolasi','Tanpa\x20isian','Italic','Panah\x20Melingkar','Pentagon','Garis\x20Panah\x20Ganda','Tanda\x20Panggilan\x20Persegi\x20Panjang','Persegi\x20Panjang\x20Sudut\x20Potong\x20Sisi\x20Sama','Hati','Penyambung\x20Halaman\x20Lain','Garis','Sudut\x20Dilipat','Garis\x20gradien','Text\x20Background\x20color','Tanpa\x20garis','Tombol\x20Aksi:\x20Kembali','Busur\x20Blok','Sisipkan\x20Bentuk','Pita\x20Melengkung\x20Atas','Persegi\x20Panjang\x20Sudut\x20Potong\x20Tunggal','Bintang\x2032\x20Sudut','Putus\x20Panjang\x20Titik','Tanda\x20Panggilan\x20Oval','Garis\x20Diagonal','4SZnLGG','Panah\x20Oval','Sedang','Align\x20Right','Bulat','546200oVyrwS','Format\x20Bentuk','Panah\x20Putar\x20Balik','Tanda\x20Panggilan\x20Batas\x20Aksen\x201','Gaya\x20Bentuk','Awan','1500609ZjRhPc','Tanda\x20Panggilan\x20Panah\x20Empat\x20Arah','Data\x20Tersimpan','Data','Ukuran\x20panah\x20akhir','Tombol\x20Aksi:\x20Kembali\x20atau\x20Sebelumnya','Corong','Oval','Panah\x20Atas-Bawah','Tanda\x20Panggilan\x20Panah\x20Kanan','Pita\x20Kiri-Kanan','Kurung\x20Kurawal\x20Kanan','Panah\x20Kanan\x20Bergaris','Panah\x20Empat\x20Arah','Sembunyikan\x20Panel\x20Bentuk','Tanda\x20Panggilan\x202','Keputusan','tengah','Tanda\x20Panggilan\x20Batas\x20Aksen\x202','Bintang\x2012\x20Sudut','Grafik\x20Bintang','Panah\x20Terbuka','Garis\x20Panah','Atas','Putus\x20Panjang\x20Titik\x20Titik','Posisi\x20Bentuk','Panah\x20Kanan','Bintang\x20dan\x20Spanduk','Gulir\x20Horizontal','Datar','Kurung\x20Kurawal\x20Ganda','Panah\x20Kanan\x20Berlekuk','Kurung\x20Ganda','Jenis\x20panah\x20akhir','Diagram\x20Alir','1320984YRKkQU','Tombol\x20Aksi:\x20Beranda','621MBccGx','24BNSVtt','Putar\x20Kanan\x2090°','262170yyKHYU','Tambah','Wajah\x20Senyum','Balik\x20Horizontal','Tanda\x20Panggilan\x20Panah\x20Kiri','Tab\x20Plakat','Bintang\x205\x20Sudut','Putus\x20Panjang','Panah\x20Bawah','Jenis\x20panah\x20awal','8005992kQSYQO','Penyimpanan\x20Internal','Bintang\x2010\x20Sudut','Persegi\x20Panjang\x20Sudut\x20Potong\x20dan\x20Membulat\x20Tunggal','Bevel','Kurung\x20Kiri','Trapesium','Bintang\x2024\x20Sudut','Panah\x20Bengkok','Align\x20Left','Jenis\x20ujung','Matahari','Silang','Panah\x20Kiri','Perataan','Tanda\x20Panggilan\x20Aksen\x202','Panah\x20Kiri-Kanan','Gigi\x209','Isian\x20solid','Garis\x20Terbalik','bawah','Persiapan','Tanda\x20Panggilan\x20Aksen\x203','Titik\x20Bulat','Putus-Titik','Putar\x20dengan\x20bentuk','Gigi\x206','Align\x20Center','Terminasi','Tombol\x20Aksi:\x20Awal','Putus','Bintang\x2016\x20Sudut','Tanda\x20Panggilan\x20Garis\x202','Tab\x20Persegi','Tanda\x20Panggilan\x20Garis\x203','Underline','Penyimpanan\x20Offline','Kurung\x20Kanan','Tanda\x20Panggilan\x203','Petir','Bintang\x208\x20Sudut','Offset\x20Y','Jajar\x20Genjang','Bentuk\x20Persamaan','Tanda\x20Panggilan','Panah\x20Melengkung\x20Kanan','Grafik\x20Plus','30052594iQuTVx','Tanda\x20Panggilan\x20Persegi\x20Panjang\x20Membulat','Atur\x20ulang','Tidak\x20ada','Kubus','Tombol\x20Aksi:\x20Film','Urutkan','Setengah\x20Bingkai','Bold','Dekagon','Penyimpanan\x20Akses\x20Sekuensial','Proses','Tetesan\x20Air','Bingkai','Ulangi\x20gambar\x20sebagai\x20tekstur','Bagi','Panah\x20Melingkar\x20Kiri-Kanan','atas','Warna','Penyambung\x20Melengkung\x20Panah','Multi\x20Dokumen','Isian\x20gradien','Silinder','Ubah\x20Teks\x20Vertikal','Penyambung','Buka\x20Panel\x20Bentuk','Gulir\x20Vertikal','Isian','Sisipkan...','Lebar','Tangan\x20bebas','Miter','Trapesium\x20Tidak\x20Sama\x20Kaki','Panah\x20Atas','Kotak\x20Teks\x20Vertikal','Gabungkan','Perkecil\x20ukuran\x20font','Penyambung\x20Siku','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Tunggal','Disk\x20Magnetik','Tanda\x20Panggilan\x20Aksen\x201','Pita\x20Melengkung\x20Bawah','Tombol\x20Aksi:\x20Maju\x20atau\x20Berikutnya','Perataan\x20vertikal','Persegi\x20Panjang\x20Sudut\x20Membulat\x20Sisi\x20Sama','6qInOdC','Heptagon','Gambar\x20tangan','Pita\x20Atas','Ekstrak','Segitiga\x20Siku-Siku','Bawah','Oktagon','Atau','Panah\x20Berlian','Warna\x20isian','Tanda\x20Panggilan\x201','Input\x20Manual','Bentuk-L','Persegi\x20Panjang','Grafik\x20X','Tampilan','Putar\x20Kiri\x2090°'];_0x4487=function(){return _0x4d7ae3;};return _0x4487();}const e={'sheets-shape-ui':{'align':{'top':_0xdedfcb(0x29a),'middle':_0xdedfcb(0x239),'bottom':_0xdedfcb(0x26e),'left':'kiri','center':'tengah','right':'kanan'},'toolbar':{'verticalAlignMode':{'main':_0xdedfcb(0x1d1)},'horizontalAlignMode':{'main':_0xdedfcb(0x1ea)},'fillColor':{'main':_0xdedfcb(0x1dd)},'fontSize':'Ukuran\x20font','fontSizeIncrease':'Perbesar\x20ukuran\x20font','fontSizeDecrease':_0xdedfcb(0x1ca),'alignLeft':_0xdedfcb(0x263),'alignCenter':_0xdedfcb(0x275),'alignRight':_0xdedfcb(0x220),'alignJustify':_0xdedfcb(0x200),'bold':_0xdedfcb(0x291),'italic':_0xdedfcb(0x207),'underline':_0xdedfcb(0x27d),'strikethrough':'Strikethrough','textColor':_0xdedfcb(0x1f6),'textBackgroundColor':_0xdedfcb(0x212),'resetColor':_0xdedfcb(0x28b)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':_0xdedfcb(0x1f3)},'title':'Bentuk','insertShape':_0xdedfcb(0x216),'openPanel':_0xdedfcb(0x1bf),'deleteShape':'Hapus\x20Bentuk','hidePanel':_0xdedfcb(0x236),'formatShape':_0xdedfcb(0x223),'shapeStyle':_0xdedfcb(0x226),'shapePosition':_0xdedfcb(0x241),'toggleFlipH':_0xdedfcb(0x253),'toggleFlipV':'Balik\x20Vertikal','rotateRight90':_0xdedfcb(0x24f),'rotateLeft90':_0xdedfcb(0x1e4),'toggleTextVertical':_0xdedfcb(0x1bd),'fill':{'title':_0xdedfcb(0x1c1),'noFill':_0xdedfcb(0x206),'solidFill':_0xdedfcb(0x26c),'gradientFill':_0xdedfcb(0x1bb),'pictureFill':_0xdedfcb(0x1ed),'patternFill':'Isian\x20pola','color':'Warna','transparency':_0xdedfcb(0x1f1),'picture':{'source':'Sumber\x20gambar','insert':_0xdedfcb(0x1c2),'tileAsTexture':_0xdedfcb(0x297),'offsetX':_0xdedfcb(0x1f9),'offsetY':_0xdedfcb(0x283),'scaleX':'Skala\x20X','scaleY':'Skala\x20Y','alignment':_0xdedfcb(0x268),'rotateWithShape':_0xdedfcb(0x273),'align':{'tl':'Kiri\x20Atas','t':_0xdedfcb(0x23f),'tr':'Kanan\x20Atas','l':'Kiri','ctr':'Tengah','r':'Kanan','bl':'Kiri\x20Bawah','b':_0xdedfcb(0x1d9),'br':_0xdedfcb(0x1e6)}}},'line':{'title':_0xdedfcb(0x20f),'noLine':_0xdedfcb(0x213),'solidLine':'Garis\x20solid','gradientLine':_0xdedfcb(0x211),'color':_0xdedfcb(0x1b8),'transparency':_0xdedfcb(0x1f1),'width':_0xdedfcb(0x1c3),'dashType':{'title':_0xdedfcb(0x1ec),'solid':'Solid','roundDot':_0xdedfcb(0x271),'squareDot':'Titik\x20Persegi','dash':_0xdedfcb(0x278),'dashDot':_0xdedfcb(0x272),'longDash':_0xdedfcb(0x257),'longDashDot':_0xdedfcb(0x21a),'longDashDotDot':_0xdedfcb(0x240)},'capType':{'title':_0xdedfcb(0x264),'flat':_0xdedfcb(0x245),'round':_0xdedfcb(0x221),'square':'Persegi'},'joinType':{'title':'Jenis\x20sambungan','miter':_0xdedfcb(0x1c5),'round':'Bulat','bevel':_0xdedfcb(0x25e)},'beginArrowType':_0xdedfcb(0x259),'beginArrowSize':'Ukuran\x20panah\x20awal','endArrowType':_0xdedfcb(0x249),'endArrowSize':_0xdedfcb(0x22c),'arrowType':{'none':_0xdedfcb(0x28c),'arrow':'Panah','openArrow':_0xdedfcb(0x23d),'stealthArrow':_0xdedfcb(0x1f7),'diamondArrow':_0xdedfcb(0x1dc),'ovalArrow':_0xdedfcb(0x21e)},'arrowSize':{'small':_0xdedfcb(0x1fb),'medium':_0xdedfcb(0x21f),'large':_0xdedfcb(0x1f5)},'sketchType':{'title':'Gaya\x20sketsa','none':_0xdedfcb(0x28c),'curved':_0xdedfcb(0x1fe),'freehand':_0xdedfcb(0x1c4),'handDrawn':_0xdedfcb(0x1d5)}},'shape':{'group':{'line':_0xdedfcb(0x20f),'rectangle':'Persegi\x20Panjang','basicShape':'Bentuk\x20Dasar','blockArrow':'Panah\x20Blok','equationShape':_0xdedfcb(0x285),'flowchart':_0xdedfcb(0x24a),'starAndBanner':_0xdedfcb(0x243),'callout':_0xdedfcb(0x286),'other':'Lainnya'},'type':{'line':_0xdedfcb(0x20f),'straight-connector1':_0xdedfcb(0x23e),'straight-connector2':_0xdedfcb(0x20a),'bent-connector3':_0xdedfcb(0x1cb),'bent-connector3-arrow1':_0xdedfcb(0x202),'bent-connector3-arrow2':'Penyambung\x20Siku\x20Panah\x20Ganda','curved-connector3':_0xdedfcb(0x1f0),'curved-connector3-arrow1':_0xdedfcb(0x1b9),'curved-connector3-arrow2':'Penyambung\x20Melengkung\x20Panah\x20Ganda','rect':_0xdedfcb(0x1e1),'round-rect':'Persegi\x20Panjang\x20Membulat','snip1-rect':_0xdedfcb(0x218),'snip2-same-rect':_0xdedfcb(0x20c),'snip2-diag-rect':'Persegi\x20Panjang\x20Sudut\x20Potong\x20Diagonal','snip-round-rect':_0xdedfcb(0x25d),'round1-rect':_0xdedfcb(0x1cc),'round2-same-rect':_0xdedfcb(0x1d2),'round2-diag-rect':'Persegi\x20Panjang\x20Sudut\x20Membulat\x20Diagonal','rect-textbox-horizontal':'Kotak\x20Teks\x20Horizontal','rect-textbox-vertical':_0xdedfcb(0x1c8),'ellipse':_0xdedfcb(0x22f),'triangle':'Segitiga\x20Sama\x20Kaki','rt-triangle':_0xdedfcb(0x1d8),'parallelogram':_0xdedfcb(0x284),'trapezoid':_0xdedfcb(0x260),'non-isosceles-trapezoid':_0xdedfcb(0x1c6),'diamond':'Berlian','pentagon':_0xdedfcb(0x209),'hexagon':_0xdedfcb(0x1fd),'heptagon':_0xdedfcb(0x1d4),'octagon':_0xdedfcb(0x1da),'decagon':_0xdedfcb(0x292),'dodecagon':'Dodekagon','pie':'Pie','chord':_0xdedfcb(0x1eb),'teardrop':_0xdedfcb(0x295),'frame':_0xdedfcb(0x296),'half-frame':_0xdedfcb(0x290),'corner':_0xdedfcb(0x1e0),'diag-stripe':_0xdedfcb(0x21c),'plus':_0xdedfcb(0x266),'plaque':'Plakat','can':_0xdedfcb(0x1bc),'cube':_0xdedfcb(0x28d),'bevel':'Bevel','donut':'Donat','no-smoking':'Dilarang\x20Merokok','block-arc':_0xdedfcb(0x215),'folder-corner':_0xdedfcb(0x210),'smiley-face':_0xdedfcb(0x252),'heart':_0xdedfcb(0x20d),'lightning-bolt':_0xdedfcb(0x281),'sun':_0xdedfcb(0x265),'moon':'Bulan','cloud':_0xdedfcb(0x227),'arc':'Busur','bracket-pair':_0xdedfcb(0x248),'brace-pair':_0xdedfcb(0x246),'left-bracket':_0xdedfcb(0x25f),'right-bracket':_0xdedfcb(0x27f),'left-brace':_0xdedfcb(0x204),'right-brace':_0xdedfcb(0x233),'right-arrow':_0xdedfcb(0x242),'left-arrow':_0xdedfcb(0x267),'up-arrow':_0xdedfcb(0x1c7),'down-arrow':_0xdedfcb(0x258),'left-right-arrow':_0xdedfcb(0x26a),'up-down-arrow':_0xdedfcb(0x230),'quad-arrow':_0xdedfcb(0x235),'left-right-up-arrow':'Panah\x20Kiri-Kanan-Atas','bent-arrow':_0xdedfcb(0x262),'uturn-arrow':_0xdedfcb(0x224),'left-up-arrow':'Panah\x20Kiri-Atas','bent-up-arrow':_0xdedfcb(0x1fc),'curved-right-arrow':_0xdedfcb(0x287),'curved-left-arrow':_0xdedfcb(0x1e5),'curved-up-arrow':_0xdedfcb(0x1ef),'curved-down-arrow':_0xdedfcb(0x1f4),'striped-right-arrow':_0xdedfcb(0x234),'notched-right-arrow':_0xdedfcb(0x247),'home-plate':_0xdedfcb(0x209),'chevron':'Chevron','right-arrow-callout':_0xdedfcb(0x231),'down-arrow-callout':_0xdedfcb(0x1f2),'left-arrow-callout':_0xdedfcb(0x254),'up-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Atas','left-right-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Kiri-Kanan','quad-arrow-callout':_0xdedfcb(0x229),'circular-arrow':_0xdedfcb(0x208),'math-plus':_0xdedfcb(0x251),'math-minus':'Kurang','math-multiply':'Kali','math-divide':_0xdedfcb(0x298),'math-equal':'Sama\x20Dengan','math-not-equal':'Tidak\x20Sama\x20Dengan','flow-chart-process':_0xdedfcb(0x294),'flow-chart-alternate-process':'Proses\x20Alternatif','flow-chart-decision':_0xdedfcb(0x238),'flow-chart-input-output':_0xdedfcb(0x22b),'flow-chart-predefined-process':'Proses\x20Terdefinisi','flow-chart-internal-storage':_0xdedfcb(0x25b),'flow-chart-document':'Dokumen','flow-chart-multidocument':_0xdedfcb(0x1ba),'flow-chart-terminator':_0xdedfcb(0x276),'flow-chart-preparation':_0xdedfcb(0x26f),'flow-chart-manual-input':_0xdedfcb(0x1df),'flow-chart-manual-operation':'Operasi\x20Manual','flow-chart-connector':_0xdedfcb(0x1be),'flow-chart-offpage-connector':_0xdedfcb(0x20e),'flow-chart-punched-card':'Kartu','flow-chart-punched-tape':'Pita\x20Tertinju','flow-chart-summing-junction':'Persimpangan\x20Penjumlahan','flow-chart-or':_0xdedfcb(0x1db),'flow-chart-collate':_0xdedfcb(0x205),'flow-chart-sort':_0xdedfcb(0x28f),'flow-chart-extract':_0xdedfcb(0x1d7),'flow-chart-merge':_0xdedfcb(0x1c9),'flow-chart-online-storage':_0xdedfcb(0x22a),'flow-chart-delay':_0xdedfcb(0x1ff),'flow-chart-magnetic-tape':_0xdedfcb(0x293),'flow-chart-magnetic-disk':_0xdedfcb(0x1cd),'flow-chart-magnetic-drum':'Penyimpanan\x20Akses\x20Langsung','flow-chart-display':_0xdedfcb(0x1e3),'irregular-seal1':_0xdedfcb(0x1ee),'irregular-seal2':'Ledakan\x202','star4':'Bintang\x204\x20Sudut','star5':_0xdedfcb(0x256),'star6':_0xdedfcb(0x1fa),'star7':_0xdedfcb(0x203),'star8':_0xdedfcb(0x282),'star10':_0xdedfcb(0x25c),'star12':_0xdedfcb(0x23b),'star16':_0xdedfcb(0x279),'star24':_0xdedfcb(0x261),'star32':_0xdedfcb(0x219),'ribbon2':_0xdedfcb(0x1d6),'ribbon':'Pita\x20Bawah','ellipse-ribbon2':_0xdedfcb(0x217),'ellipse-ribbon':_0xdedfcb(0x1cf),'vertical-scroll':_0xdedfcb(0x1c0),'horizontal-scroll':_0xdedfcb(0x244),'wave':'Gelombang','double-wave':'Gelombang\x20Ganda','wedge-rect-callout':_0xdedfcb(0x20b),'wedge-round-rect-callout':_0xdedfcb(0x28a),'wedge-ellipse-callout':_0xdedfcb(0x21b),'cloud-callout':'Tanda\x20Panggilan\x20Awan','border-callout1':'Tanda\x20Panggilan\x20Garis\x201','border-callout2':_0xdedfcb(0x27a),'border-callout3':_0xdedfcb(0x27c),'accent-callout1':_0xdedfcb(0x1ce),'accent-callout2':_0xdedfcb(0x269),'accent-callout3':_0xdedfcb(0x270),'callout1':_0xdedfcb(0x1de),'callout2':_0xdedfcb(0x237),'callout3':_0xdedfcb(0x280),'accent-border-callout1':_0xdedfcb(0x225),'accent-border-callout2':_0xdedfcb(0x23a),'accent-border-callout3':'Tanda\x20Panggilan\x20Batas\x20Aksen\x203','left-circular-arrow':'Panah\x20Melingkar\x20Kiri','left-right-circular-arrow':_0xdedfcb(0x299),'swoosh-arrow':_0xdedfcb(0x1e7),'left-right-ribbon':_0xdedfcb(0x232),'pie-wedge':'Irisan\x20Pie','funnel':_0xdedfcb(0x22e),'gear6':_0xdedfcb(0x274),'gear9':_0xdedfcb(0x26b),'corner-tabs':'Tab\x20Sudut','action-button-back-previous':_0xdedfcb(0x22d),'action-button-forward-next':_0xdedfcb(0x1d0),'action-button-beginning':_0xdedfcb(0x277),'action-button-end':_0xdedfcb(0x1e8),'action-button-home':_0xdedfcb(0x24c),'action-button-information':_0xdedfcb(0x1e9),'action-button-return':_0xdedfcb(0x214),'action-button-movie':_0xdedfcb(0x28e),'action-button-document':'Tombol\x20Aksi:\x20Dokumen','action-button-sound':_0xdedfcb(0x1f8),'action-button-help':'Tombol\x20Aksi:\x20Bantuan','action-button-blank':'Tombol\x20Aksi:\x20Kosong','chart-plus':_0xdedfcb(0x288),'chart-star':_0xdedfcb(0x23c),'chart-x':_0xdedfcb(0x1e2),'flow-chart-offline-storage':_0xdedfcb(0x27e),'line-inv':_0xdedfcb(0x26d),'plaque-tabs':_0xdedfcb(0x255),'square-tabs':_0xdedfcb(0x27b),'up-down-arrow-callout':'Tanda\x20Panggilan\x20Panah\x20Atas-Bawah'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x5bd2e2=_0x1d16;function _0x57b1(){const _0x40a5fd=['Cilindro','Chevron','Disegnato\x20a\x20mano','Dati','Inserisci\x20forma','inferiore','Linee','Ritardo','Colore','Memoria\x20ad\x20accesso\x20sequenziale','Didascalia\x20freccia\x20giù','Stella\x20a\x2016\x20punte','Freccia\x20sinistra-destra','In\x20basso','Parentesi\x20quadra\x20sinistra','Nastro\x20curvo\x20giù','Freccia\x20curva\x20sinistra','Arco','Parentesi\x20graffa\x20destra','Pentagono','Connettore','Freccia\x20linea','Tipo\x20tratteggio','Doppia\x20parentesi\x20quadra','Freccia','Cornice','Nastro\x20curvo\x20su','Pulsante\x20azione:\x20aiuto','Forme\x20di\x20base','Stella\x20a\x204\x20punte','Didascalia\x20bordo\x20accento\x203','Estrai','Didascalia\x20linea\x202','Freccia\x20su','Parallelogramma','Didascalia\x20linea\x201','Freccia\x20su-giù','Onda','9863140yPqpgJ','Offset\x20X','Processo\x20alternativo','Connettore\x20a\x20gomito','Didascalia\x20rettangolare','Grafico\x20più','Freccia\x20a\x20U','Riempimento\x20motivo','Attiva/disattiva\x20capovolgimento\x20orizzontale','Piccola','Arco\x20a\x20blocchi','Stella\x20a\x2032\x20punte','A\x20mitra','Trapezio\x20scaleno','Pulsante\x20azione:\x20inizio','Esplosione\x202','Didascalia\x20linea\x203','Raggruppa','Ettagono','Arrotondata','Attiva/disattiva\x20capovolgimento\x20verticale','Reimposta','centro','Freccia\x20sinistra','Triangolo\x20rettangolo','Freccia\x20destra','Didascalia\x20freccia\x20sinistra','Ingranaggio\x209','Freccia\x20circolare\x20sinistra','Colore\x20riempimento','Apri\x20pannello\x20forma','Trasparenza','Pulsante\x20azione:\x20home','Rettangolo\x20con\x20angolo\x20tagliato\x20e\x20arrotondato','Freccia\x20swoosh','Connettore\x20curvo\x20doppia\x20freccia','Nessun\x20riempimento','Pulsante\x20azione:\x20fine','Connettore\x20curvo\x20freccia','Croce','Diamante','Continua','Disco\x20magnetico','Dati\x20memorizzati','Stile\x20schizzo','Forme\x20equazione','Decagono','sinistra','Memoria\x20interna','Processo','In\x20alto','Didascalia\x203','Più','Fonte\x20immagine','Stella\x20a\x2012\x20punte','4269936PUnMzx','Dimensione\x20freccia\x20iniziale','Didascalia\x201','Freccia\x20curva\x20su','Tratto\x20lungo-punto','Pulsante\x20azione:\x20suono','Freccia\x20curva\x20destra','Stella\x20a\x2024\x20punte','Pulsante\x20azione:\x20ritorna','Aumenta\x20dimensione\x20carattere','Lacrima','Pulsante\x20azione:\x20informazione','Per','Casella\x20di\x20testo\x20verticale','Cuore','Linea\x20solida','112XZYkTz','Rettangolo','Freccia\x20circolare','Rettangoli','Didascalia\x20freccia\x20destra','Allineamento\x20orizzontale','Triangolo\x20isoscele','Attiva/disattiva\x20testo\x20verticale','Allineamento\x20verticale','Freccia\x20aperta','Grande','Processo\x20predefinito','Nastro\x20su','Ordina','Didascalia\x20bordo\x20accento\x202','Pulsante\x20azione:\x20filmato','Stella\x20a\x205\x20punte','Freccia\x20giù','Smusso','Freccia\x20piegata','Sinistra','Fulmine','Ottagono','Didascalia\x20freccia\x20sinistra-destra','Ruota\x20con\x20forma','Didascalia\x20freccia\x20su','Stella\x20a\x207\x20punte','Linea\x20gradiente','Tratteggiata','1343565ejnWPq','In\x20basso\x20a\x20destra','Didascalia\x20accento\x203','Doppia\x20onda','Freccia\x20ovale','Pulsante\x20azione:\x20indietro\x20o\x20precedente','Esagono','Tratto-punto','901272yxvTHm','Ingresso\x20manuale','Rettangolo\x20con\x20un\x20angolo\x20tagliato','Pergamena\x20orizzontale','Connettore\x20fuori\x20pagina','In\x20basso\x20a\x20sinistra','Tratto\x20lungo-punto-punto','Piana','Grafico\x20stella','Terminatore','Operazione\x20manuale','Display','Rettangolo\x20con\x20angoli\x20tagliati\x20in\x20diagonale','Offset\x20Y','Memoria\x20offline','Torta','Forma','Ruota\x20a\x20sinistra\x2090°','Riempimento\x20gradiente','Angolo\x20piegato','859266xVarrM','Dimensione\x20carattere','Didascalia\x20freccia\x20su-giù','Anello','Freccia\x20dentellata\x20destra','Nessuna\x20linea','Frecce\x20a\x20blocco','Media','Dimensione\x20freccia\x20finale','Rettangolo\x20arrotondato','Didascalia\x20ovale','Trapezio','Stile\x20forma','Multidocumento','Altri','Stella\x20a\x2010\x20punte','destra','5cucYKt','Freccia\x20diamante','Uguale','Schede\x20ad\x20angolo','Linea\x20doppia\x20freccia','Nascondi\x20pannello\x20forma','Meno','Linea\x20inversa','Freccia\x20quadrupla','In\x20alto\x20a\x20destra','Scheda','centrale','Stella\x20a\x208\x20punte','Smussata','Connettore\x20a\x20gomito\x20freccia','Connettore\x20curvo','Vietato\x20fumare','Freccia\x20curva\x20giù','Luna','283446uyWyEj','Ritaglia\x20a\x20forma','Doppia\x20parentesi\x20graffa','Stelle\x20e\x20banner','Schede\x20quadrate','Corda','Rettangolo\x20con\x20angoli\x20tagliati\x20sullo\x20stesso\x20lato','Diminuisci\x20dimensione\x20carattere','Preparazione','Riempimento\x20immagine\x20o\x20texture','Pulsante\x20azione:\x20vuoto','Didascalia\x202','In\x20alto\x20a\x20sinistra','Diviso','Tipo\x20freccia\x20iniziale','Centro','Tratto\x20lungo','Didascalia\x20accento\x202','Elimina\x20forma','Rettangolo\x20con\x20angoli\x20arrotondati\x20in\x20diagonale','798312kcYwXi','Imbuto','Memoria\x20ad\x20accesso\x20diretto','Didascalia\x20bordo\x20accento\x201','Pulsante\x20azione:\x20avanti\x20o\x20successivo','Linea','Nastro\x20giù','Schede\x20placca','Nastro\x20sinistra-destra','Freccia\x20circolare\x20sinistra-destra','Quadrata','Didascalie','Pulsante\x20azione:\x20documento'];_0x57b1=function(){return _0x40a5fd;};return _0x57b1();}(function(_0x54e0d4,_0x509e9a){const _0x252ea2=_0x1d16,_0xce7bf9=_0x54e0d4();while(!![]){try{const _0x42b68b=parseInt(_0x252ea2(0x225))/0x1+-parseInt(_0x252ea2(0x239))/0x2+parseInt(_0x252ea2(0x1e5))/0x3+-parseInt(_0x252ea2(0x1ed))/0x4*(parseInt(_0x252ea2(0x212))/0x5)+parseInt(_0x252ea2(0x1b8))/0x6+-parseInt(_0x252ea2(0x181))/0x7+parseInt(_0x252ea2(0x1c8))/0x8*(parseInt(_0x252ea2(0x201))/0x9);if(_0x42b68b===_0x509e9a)break;else _0xce7bf9['push'](_0xce7bf9['shift']());}catch(_0x2fbe04){_0xce7bf9['push'](_0xce7bf9['shift']());}}}(_0x57b1,0xb6273));const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x5bd2e2(0x21d),'bottom':_0x5bd2e2(0x160),'left':_0x5bd2e2(0x1b0),'center':_0x5bd2e2(0x197),'right':_0x5bd2e2(0x211)},'toolbar':{'verticalAlignMode':{'main':_0x5bd2e2(0x1d0)},'horizontalAlignMode':{'main':_0x5bd2e2(0x1cd)},'fillColor':{'main':_0x5bd2e2(0x19e)},'fontSize':_0x5bd2e2(0x202),'fontSizeIncrease':_0x5bd2e2(0x1c1),'fontSizeDecrease':_0x5bd2e2(0x22c),'resetColor':_0x5bd2e2(0x196)},'imagePanel':{'crop':{'shape':_0x5bd2e2(0x226)}},'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x5bd2e2(0x1fd),'insertShape':_0x5bd2e2(0x15f),'openPanel':_0x5bd2e2(0x19f),'deleteShape':_0x5bd2e2(0x237),'hidePanel':_0x5bd2e2(0x217),'formatShape':'Formato\x20forma','shapeStyle':_0x5bd2e2(0x20d),'shapePosition':'Posizione\x20forma','toggleFlipH':_0x5bd2e2(0x189),'toggleFlipV':_0x5bd2e2(0x195),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x5bd2e2(0x1fe),'toggleTextVertical':_0x5bd2e2(0x1cf),'fill':{'title':'Riempimento','noFill':_0x5bd2e2(0x1a5),'solidFill':'Riempimento\x20solido','gradientFill':_0x5bd2e2(0x1ff),'pictureFill':_0x5bd2e2(0x22e),'patternFill':_0x5bd2e2(0x188),'color':_0x5bd2e2(0x163),'transparency':'Trasparenza','picture':{'source':_0x5bd2e2(0x1b6),'insert':'Inserisci...','tileAsTexture':'Affianca\x20immagine\x20come\x20texture','offsetX':_0x5bd2e2(0x182),'offsetY':_0x5bd2e2(0x1fa),'scaleX':'Scala\x20X','scaleY':'Scala\x20Y','alignment':'Allineamento','rotateWithShape':_0x5bd2e2(0x1e0),'align':{'tl':_0x5bd2e2(0x231),'t':_0x5bd2e2(0x1b3),'tr':_0x5bd2e2(0x21b),'l':_0x5bd2e2(0x1dc),'ctr':_0x5bd2e2(0x234),'r':'Destra','bl':_0x5bd2e2(0x1f2),'b':_0x5bd2e2(0x168),'br':_0x5bd2e2(0x1e6)}}},'line':{'title':'Linea','noLine':_0x5bd2e2(0x206),'solidLine':_0x5bd2e2(0x1c7),'gradientLine':_0x5bd2e2(0x1e3),'color':'Colore','transparency':_0x5bd2e2(0x1a0),'width':'Larghezza','dashType':{'title':_0x5bd2e2(0x171),'solid':_0x5bd2e2(0x1aa),'roundDot':'Punto\x20rotondo','squareDot':'Punto\x20quadrato','dash':_0x5bd2e2(0x1e4),'dashDot':_0x5bd2e2(0x1ec),'longDash':_0x5bd2e2(0x235),'longDashDot':_0x5bd2e2(0x1bc),'longDashDotDot':_0x5bd2e2(0x1f3)},'capType':{'title':'Tipo\x20estremità','flat':_0x5bd2e2(0x1f4),'round':_0x5bd2e2(0x194),'square':_0x5bd2e2(0x158)},'joinType':{'title':'Tipo\x20giunzione','miter':_0x5bd2e2(0x18d),'round':'Arrotondata','bevel':_0x5bd2e2(0x21f)},'beginArrowType':_0x5bd2e2(0x233),'beginArrowSize':_0x5bd2e2(0x1b9),'endArrowType':'Tipo\x20freccia\x20finale','endArrowSize':_0x5bd2e2(0x209),'arrowType':{'none':'Nessuno','arrow':_0x5bd2e2(0x173),'openArrow':_0x5bd2e2(0x1d1),'stealthArrow':'Freccia\x20stealth','diamondArrow':_0x5bd2e2(0x213),'ovalArrow':_0x5bd2e2(0x1e9)},'arrowSize':{'small':_0x5bd2e2(0x18a),'medium':_0x5bd2e2(0x208),'large':_0x5bd2e2(0x1d2)},'sketchType':{'title':_0x5bd2e2(0x1ad),'none':'Nessuno','curved':'Curvato','freehand':'A\x20mano\x20libera','handDrawn':_0x5bd2e2(0x15d)}},'shape':{'group':{'line':_0x5bd2e2(0x161),'rectangle':_0x5bd2e2(0x1cb),'basicShape':_0x5bd2e2(0x177),'blockArrow':_0x5bd2e2(0x207),'equationShape':_0x5bd2e2(0x1ae),'flowchart':'Diagramma\x20di\x20flusso','starAndBanner':_0x5bd2e2(0x228),'callout':_0x5bd2e2(0x159),'other':_0x5bd2e2(0x20f)},'type':{'line':_0x5bd2e2(0x23e),'straight-connector1':_0x5bd2e2(0x170),'straight-connector2':_0x5bd2e2(0x216),'bent-connector3':_0x5bd2e2(0x184),'bent-connector3-arrow1':_0x5bd2e2(0x220),'bent-connector3-arrow2':'Connettore\x20a\x20gomito\x20doppia\x20freccia','curved-connector3':_0x5bd2e2(0x221),'curved-connector3-arrow1':_0x5bd2e2(0x1a7),'curved-connector3-arrow2':_0x5bd2e2(0x1a4),'rect':_0x5bd2e2(0x1c9),'round-rect':_0x5bd2e2(0x20a),'snip1-rect':_0x5bd2e2(0x1ef),'snip2-same-rect':_0x5bd2e2(0x22b),'snip2-diag-rect':_0x5bd2e2(0x1f9),'snip-round-rect':_0x5bd2e2(0x1a2),'round1-rect':'Rettangolo\x20con\x20un\x20angolo\x20arrotondato','round2-same-rect':'Rettangolo\x20con\x20angoli\x20arrotondati\x20sullo\x20stesso\x20lato','round2-diag-rect':_0x5bd2e2(0x238),'rect-textbox-horizontal':'Casella\x20di\x20testo\x20orizzontale','rect-textbox-vertical':_0x5bd2e2(0x1c5),'ellipse':'Ovale','triangle':_0x5bd2e2(0x1ce),'rt-triangle':_0x5bd2e2(0x199),'parallelogram':_0x5bd2e2(0x17d),'trapezoid':_0x5bd2e2(0x20c),'non-isosceles-trapezoid':_0x5bd2e2(0x18e),'diamond':_0x5bd2e2(0x1a9),'pentagon':_0x5bd2e2(0x16e),'hexagon':_0x5bd2e2(0x1eb),'heptagon':_0x5bd2e2(0x193),'octagon':_0x5bd2e2(0x1de),'decagon':_0x5bd2e2(0x1af),'dodecagon':'Dodecagono','pie':_0x5bd2e2(0x1fc),'chord':_0x5bd2e2(0x22a),'teardrop':_0x5bd2e2(0x1c2),'frame':_0x5bd2e2(0x174),'half-frame':'Mezza\x20cornice','corner':'Forma\x20a\x20L','diag-stripe':'Striscia\x20diagonale','plus':_0x5bd2e2(0x1a8),'plaque':'Placca','can':_0x5bd2e2(0x15b),'cube':'Cubo','bevel':_0x5bd2e2(0x1da),'donut':_0x5bd2e2(0x204),'no-smoking':_0x5bd2e2(0x222),'block-arc':_0x5bd2e2(0x18b),'folder-corner':_0x5bd2e2(0x200),'smiley-face':'Faccina\x20sorridente','heart':_0x5bd2e2(0x1c6),'lightning-bolt':_0x5bd2e2(0x1dd),'sun':'Sole','moon':_0x5bd2e2(0x224),'cloud':'Nuvola','arc':_0x5bd2e2(0x16c),'bracket-pair':_0x5bd2e2(0x172),'brace-pair':_0x5bd2e2(0x227),'left-bracket':_0x5bd2e2(0x169),'right-bracket':'Parentesi\x20quadra\x20destra','left-brace':'Parentesi\x20graffa\x20sinistra','right-brace':_0x5bd2e2(0x16d),'right-arrow':_0x5bd2e2(0x19a),'left-arrow':_0x5bd2e2(0x198),'up-arrow':_0x5bd2e2(0x17c),'down-arrow':_0x5bd2e2(0x1d9),'left-right-arrow':_0x5bd2e2(0x167),'up-down-arrow':_0x5bd2e2(0x17f),'quad-arrow':_0x5bd2e2(0x21a),'left-right-up-arrow':'Freccia\x20sinistra-destra-su','bent-arrow':_0x5bd2e2(0x1db),'uturn-arrow':_0x5bd2e2(0x187),'left-up-arrow':'Freccia\x20sinistra-su','bent-up-arrow':'Freccia\x20piegata\x20su','curved-right-arrow':_0x5bd2e2(0x1be),'curved-left-arrow':_0x5bd2e2(0x16b),'curved-up-arrow':_0x5bd2e2(0x1bb),'curved-down-arrow':_0x5bd2e2(0x223),'striped-right-arrow':'Freccia\x20a\x20strisce\x20destra','notched-right-arrow':_0x5bd2e2(0x205),'home-plate':_0x5bd2e2(0x16e),'chevron':_0x5bd2e2(0x15c),'right-arrow-callout':_0x5bd2e2(0x1cc),'down-arrow-callout':_0x5bd2e2(0x165),'left-arrow-callout':_0x5bd2e2(0x19b),'up-arrow-callout':_0x5bd2e2(0x1e1),'left-right-arrow-callout':_0x5bd2e2(0x1df),'quad-arrow-callout':'Didascalia\x20freccia\x20quadrupla','circular-arrow':_0x5bd2e2(0x1ca),'math-plus':_0x5bd2e2(0x1b5),'math-minus':_0x5bd2e2(0x218),'math-multiply':_0x5bd2e2(0x1c4),'math-divide':_0x5bd2e2(0x232),'math-equal':_0x5bd2e2(0x214),'math-not-equal':'Diverso','flow-chart-process':_0x5bd2e2(0x1b2),'flow-chart-alternate-process':_0x5bd2e2(0x183),'flow-chart-decision':'Decisione','flow-chart-input-output':_0x5bd2e2(0x15e),'flow-chart-predefined-process':_0x5bd2e2(0x1d3),'flow-chart-internal-storage':_0x5bd2e2(0x1b1),'flow-chart-document':'Documento','flow-chart-multidocument':_0x5bd2e2(0x20e),'flow-chart-terminator':_0x5bd2e2(0x1f6),'flow-chart-preparation':_0x5bd2e2(0x22d),'flow-chart-manual-input':_0x5bd2e2(0x1ee),'flow-chart-manual-operation':_0x5bd2e2(0x1f7),'flow-chart-connector':_0x5bd2e2(0x16f),'flow-chart-offpage-connector':_0x5bd2e2(0x1f1),'flow-chart-punched-card':_0x5bd2e2(0x21c),'flow-chart-punched-tape':'Nastro\x20perforato','flow-chart-summing-junction':'Nodo\x20di\x20somma','flow-chart-or':'O','flow-chart-collate':_0x5bd2e2(0x192),'flow-chart-sort':_0x5bd2e2(0x1d5),'flow-chart-extract':_0x5bd2e2(0x17a),'flow-chart-merge':'Unisci','flow-chart-online-storage':_0x5bd2e2(0x1ac),'flow-chart-delay':_0x5bd2e2(0x162),'flow-chart-magnetic-tape':_0x5bd2e2(0x164),'flow-chart-magnetic-disk':_0x5bd2e2(0x1ab),'flow-chart-magnetic-drum':_0x5bd2e2(0x23b),'flow-chart-display':_0x5bd2e2(0x1f8),'irregular-seal1':'Esplosione\x201','irregular-seal2':_0x5bd2e2(0x190),'star4':_0x5bd2e2(0x178),'star5':_0x5bd2e2(0x1d8),'star6':'Stella\x20a\x206\x20punte','star7':_0x5bd2e2(0x1e2),'star8':_0x5bd2e2(0x21e),'star10':_0x5bd2e2(0x210),'star12':_0x5bd2e2(0x1b7),'star16':_0x5bd2e2(0x166),'star24':_0x5bd2e2(0x1bf),'star32':_0x5bd2e2(0x18c),'ribbon2':_0x5bd2e2(0x1d4),'ribbon':_0x5bd2e2(0x23f),'ellipse-ribbon2':_0x5bd2e2(0x175),'ellipse-ribbon':_0x5bd2e2(0x16a),'vertical-scroll':'Pergamena\x20verticale','horizontal-scroll':_0x5bd2e2(0x1f0),'wave':_0x5bd2e2(0x180),'double-wave':_0x5bd2e2(0x1e8),'wedge-rect-callout':_0x5bd2e2(0x185),'wedge-round-rect-callout':'Didascalia\x20rettangolare\x20arrotondata','wedge-ellipse-callout':_0x5bd2e2(0x20b),'cloud-callout':'Didascalia\x20nuvola','border-callout1':_0x5bd2e2(0x17e),'border-callout2':_0x5bd2e2(0x17b),'border-callout3':_0x5bd2e2(0x191),'accent-callout1':'Didascalia\x20accento\x201','accent-callout2':_0x5bd2e2(0x236),'accent-callout3':_0x5bd2e2(0x1e7),'callout1':_0x5bd2e2(0x1ba),'callout2':_0x5bd2e2(0x230),'callout3':_0x5bd2e2(0x1b4),'accent-border-callout1':_0x5bd2e2(0x23c),'accent-border-callout2':_0x5bd2e2(0x1d6),'accent-border-callout3':_0x5bd2e2(0x179),'left-circular-arrow':_0x5bd2e2(0x19d),'left-right-circular-arrow':_0x5bd2e2(0x157),'swoosh-arrow':_0x5bd2e2(0x1a3),'left-right-ribbon':_0x5bd2e2(0x156),'pie-wedge':'Spicchio\x20torta','funnel':_0x5bd2e2(0x23a),'gear6':'Ingranaggio\x206','gear9':_0x5bd2e2(0x19c),'corner-tabs':_0x5bd2e2(0x215),'action-button-back-previous':_0x5bd2e2(0x1ea),'action-button-forward-next':_0x5bd2e2(0x23d),'action-button-beginning':_0x5bd2e2(0x18f),'action-button-end':_0x5bd2e2(0x1a6),'action-button-home':_0x5bd2e2(0x1a1),'action-button-information':_0x5bd2e2(0x1c3),'action-button-return':_0x5bd2e2(0x1c0),'action-button-movie':_0x5bd2e2(0x1d7),'action-button-document':_0x5bd2e2(0x15a),'action-button-sound':_0x5bd2e2(0x1bd),'action-button-help':_0x5bd2e2(0x176),'action-button-blank':_0x5bd2e2(0x22f),'chart-plus':_0x5bd2e2(0x186),'chart-star':_0x5bd2e2(0x1f5),'chart-x':'Grafico\x20X','flow-chart-offline-storage':_0x5bd2e2(0x1fb),'line-inv':_0x5bd2e2(0x219),'plaque-tabs':_0x5bd2e2(0x155),'square-tabs':_0x5bd2e2(0x229),'up-down-arrow-callout':_0x5bd2e2(0x203)}}}};function _0x1d16(_0xf7bdac,_0x356f2d){_0xf7bdac=_0xf7bdac-0x155;const _0x57b130=_0x57b1();let _0x1d1628=_0x57b130[_0xf7bdac];return _0x1d1628;}export{e as default};
1
+ const _0x5c6ced=_0x39e2;(function(_0x2008ad,_0x7af7bb){const _0x396cfa=_0x39e2,_0x400cd8=_0x2008ad();while(!![]){try{const _0x52bc02=-parseInt(_0x396cfa(0x10b))/0x1*(-parseInt(_0x396cfa(0x177))/0x2)+-parseInt(_0x396cfa(0x109))/0x3*(parseInt(_0x396cfa(0xd8))/0x4)+-parseInt(_0x396cfa(0xeb))/0x5*(parseInt(_0x396cfa(0x103))/0x6)+-parseInt(_0x396cfa(0xd6))/0x7+-parseInt(_0x396cfa(0xff))/0x8*(-parseInt(_0x396cfa(0x156))/0x9)+-parseInt(_0x396cfa(0xfd))/0xa+-parseInt(_0x396cfa(0xbd))/0xb*(-parseInt(_0x396cfa(0x16a))/0xc);if(_0x52bc02===_0x7af7bb)break;else _0x400cd8['push'](_0x400cd8['shift']());}catch(_0x4e5d83){_0x400cd8['push'](_0x400cd8['shift']());}}}(_0x345f,0x7495b));function _0x39e2(_0x1875fb,_0x132941){_0x1875fb=_0x1875fb-0x9d;const _0x345f1f=_0x345f();let _0x39e2b1=_0x345f1f[_0x1875fb];return _0x39e2b1;}const e={'sheets-shape-ui':{'align':{'top':_0x5c6ced(0x15d),'middle':'centrale','bottom':_0x5c6ced(0x16f),'left':'sinistra','center':'centro','right':'destra'},'toolbar':{'verticalAlignMode':{'main':_0x5c6ced(0xf4)},'horizontalAlignMode':{'main':_0x5c6ced(0x117)},'fillColor':{'main':_0x5c6ced(0x143)},'fontSize':_0x5c6ced(0x122),'fontSizeIncrease':_0x5c6ced(0xaf),'fontSizeDecrease':_0x5c6ced(0xd1),'alignLeft':_0x5c6ced(0xd3),'alignCenter':_0x5c6ced(0x131),'alignRight':_0x5c6ced(0x152),'alignJustify':_0x5c6ced(0xdf),'bold':'Bold','italic':'Italic','underline':_0x5c6ced(0x135),'strikethrough':'Strikethrough','textColor':'Text\x20color','textBackgroundColor':_0x5c6ced(0x171),'resetColor':_0x5c6ced(0xfa)},'imagePanel':{'crop':{'shape':_0x5c6ced(0x13d)}},'permission':{'editErr':_0x5c6ced(0xce)},'title':_0x5c6ced(0x113),'insertShape':_0x5c6ced(0xf5),'openPanel':_0x5c6ced(0x163),'deleteShape':_0x5c6ced(0xde),'hidePanel':_0x5c6ced(0xa9),'formatShape':_0x5c6ced(0xc7),'shapeStyle':'Stile\x20forma','shapePosition':_0x5c6ced(0x12e),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x5c6ced(0x13a),'rotateLeft90':_0x5c6ced(0x162),'toggleTextVertical':_0x5c6ced(0xd5),'fill':{'title':_0x5c6ced(0xd0),'noFill':_0x5c6ced(0xa5),'solidFill':_0x5c6ced(0x129),'gradientFill':_0x5c6ced(0x14b),'pictureFill':_0x5c6ced(0x12c),'patternFill':_0x5c6ced(0x107),'color':'Colore','transparency':_0x5c6ced(0x9d),'picture':{'source':_0x5c6ced(0xa2),'insert':'Inserisci...','tileAsTexture':_0x5c6ced(0xb0),'offsetX':'Offset\x20X','offsetY':'Offset\x20Y','scaleX':'Scala\x20X','scaleY':'Scala\x20Y','alignment':'Allineamento','rotateWithShape':_0x5c6ced(0xba),'align':{'tl':'In\x20alto\x20a\x20sinistra','t':_0x5c6ced(0x141),'tr':_0x5c6ced(0x16e),'l':_0x5c6ced(0x179),'ctr':_0x5c6ced(0x132),'r':'Destra','bl':_0x5c6ced(0xd4),'b':_0x5c6ced(0x136),'br':_0x5c6ced(0x14e)}}},'line':{'title':'Linea','noLine':_0x5c6ced(0x133),'solidLine':'Linea\x20solida','gradientLine':_0x5c6ced(0x11a),'color':'Colore','transparency':_0x5c6ced(0x9d),'width':'Larghezza','dashType':{'title':_0x5c6ced(0xa7),'solid':_0x5c6ced(0xc8),'roundDot':'Punto\x20rotondo','squareDot':'Punto\x20quadrato','dash':_0x5c6ced(0xed),'dashDot':'Tratto-punto','longDash':'Tratto\x20lungo','longDashDot':_0x5c6ced(0xe1),'longDashDotDot':_0x5c6ced(0x161)},'capType':{'title':'Tipo\x20estremità','flat':_0x5c6ced(0xfb),'round':_0x5c6ced(0x146),'square':_0x5c6ced(0xbe)},'joinType':{'title':_0x5c6ced(0x11b),'miter':'A\x20mitra','round':_0x5c6ced(0x146),'bevel':'Smussata'},'beginArrowType':_0x5c6ced(0x170),'beginArrowSize':_0x5c6ced(0x174),'endArrowType':_0x5c6ced(0xe3),'endArrowSize':_0x5c6ced(0xaa),'arrowType':{'none':_0x5c6ced(0x17a),'arrow':_0x5c6ced(0xd2),'openArrow':_0x5c6ced(0xdb),'stealthArrow':'Freccia\x20stealth','diamondArrow':_0x5c6ced(0x168),'ovalArrow':_0x5c6ced(0x11c)},'arrowSize':{'small':'Piccola','medium':_0x5c6ced(0xbf),'large':'Grande'},'sketchType':{'title':'Stile\x20schizzo','none':'Nessuno','curved':'Curvato','freehand':'A\x20mano\x20libera','handDrawn':_0x5c6ced(0xe6)}},'shape':{'group':{'line':_0x5c6ced(0x16d),'rectangle':_0x5c6ced(0xa8),'basicShape':_0x5c6ced(0x15a),'blockArrow':_0x5c6ced(0xd9),'equationShape':_0x5c6ced(0xe4),'flowchart':_0x5c6ced(0x164),'starAndBanner':'Stelle\x20e\x20banner','callout':_0x5c6ced(0x115),'other':'Altri'},'type':{'line':_0x5c6ced(0xcd),'straight-connector1':'Freccia\x20linea','straight-connector2':_0x5c6ced(0x10d),'bent-connector3':_0x5c6ced(0x13e),'bent-connector3-arrow1':_0x5c6ced(0xa1),'bent-connector3-arrow2':_0x5c6ced(0x153),'curved-connector3':'Connettore\x20curvo','curved-connector3-arrow1':'Connettore\x20curvo\x20freccia','curved-connector3-arrow2':_0x5c6ced(0xbb),'rect':'Rettangolo','round-rect':'Rettangolo\x20arrotondato','snip1-rect':_0x5c6ced(0x118),'snip2-same-rect':'Rettangolo\x20con\x20angoli\x20tagliati\x20sullo\x20stesso\x20lato','snip2-diag-rect':'Rettangolo\x20con\x20angoli\x20tagliati\x20in\x20diagonale','snip-round-rect':_0x5c6ced(0xb2),'round1-rect':'Rettangolo\x20con\x20un\x20angolo\x20arrotondato','round2-same-rect':_0x5c6ced(0x120),'round2-diag-rect':'Rettangolo\x20con\x20angoli\x20arrotondati\x20in\x20diagonale','rect-textbox-horizontal':_0x5c6ced(0x145),'rect-textbox-vertical':_0x5c6ced(0xb7),'ellipse':_0x5c6ced(0x12b),'triangle':_0x5c6ced(0x110),'rt-triangle':_0x5c6ced(0x155),'parallelogram':'Parallelogramma','trapezoid':_0x5c6ced(0x158),'non-isosceles-trapezoid':_0x5c6ced(0xc6),'diamond':_0x5c6ced(0x16b),'pentagon':_0x5c6ced(0xb3),'hexagon':_0x5c6ced(0x123),'heptagon':_0x5c6ced(0xa4),'octagon':_0x5c6ced(0xb1),'decagon':'Decagono','dodecagon':_0x5c6ced(0xcf),'pie':_0x5c6ced(0x10f),'chord':_0x5c6ced(0x12d),'teardrop':_0x5c6ced(0xca),'frame':'Cornice','half-frame':_0x5c6ced(0x14c),'corner':_0x5c6ced(0x106),'diag-stripe':_0x5c6ced(0xe8),'plus':'Croce','plaque':'Placca','can':'Cilindro','cube':_0x5c6ced(0x9e),'bevel':_0x5c6ced(0x15b),'donut':'Anello','no-smoking':_0x5c6ced(0x124),'block-arc':_0x5c6ced(0x12a),'folder-corner':_0x5c6ced(0xda),'smiley-face':'Faccina\x20sorridente','heart':_0x5c6ced(0xf8),'lightning-bolt':'Fulmine','sun':_0x5c6ced(0x144),'moon':_0x5c6ced(0x169),'cloud':'Nuvola','arc':'Arco','bracket-pair':_0x5c6ced(0xa6),'brace-pair':_0x5c6ced(0x125),'left-bracket':_0x5c6ced(0x15f),'right-bracket':_0x5c6ced(0xad),'left-brace':_0x5c6ced(0x111),'right-brace':_0x5c6ced(0xf2),'right-arrow':_0x5c6ced(0x130),'left-arrow':_0x5c6ced(0xbc),'up-arrow':_0x5c6ced(0x154),'down-arrow':_0x5c6ced(0x104),'left-right-arrow':'Freccia\x20sinistra-destra','up-down-arrow':'Freccia\x20su-giù','quad-arrow':_0x5c6ced(0x14a),'left-right-up-arrow':_0x5c6ced(0xcb),'bent-arrow':_0x5c6ced(0x15e),'uturn-arrow':_0x5c6ced(0x147),'left-up-arrow':'Freccia\x20sinistra-su','bent-up-arrow':'Freccia\x20piegata\x20su','curved-right-arrow':_0x5c6ced(0x140),'curved-left-arrow':_0x5c6ced(0xd7),'curved-up-arrow':_0x5c6ced(0xc1),'curved-down-arrow':_0x5c6ced(0xb9),'striped-right-arrow':_0x5c6ced(0x10e),'notched-right-arrow':_0x5c6ced(0x139),'home-plate':_0x5c6ced(0xb3),'chevron':_0x5c6ced(0x127),'right-arrow-callout':_0x5c6ced(0xfe),'down-arrow-callout':_0x5c6ced(0xc9),'left-arrow-callout':_0x5c6ced(0xb6),'up-arrow-callout':_0x5c6ced(0x148),'left-right-arrow-callout':_0x5c6ced(0xf1),'quad-arrow-callout':_0x5c6ced(0x114),'circular-arrow':_0x5c6ced(0x112),'math-plus':'Più','math-minus':_0x5c6ced(0x11f),'math-multiply':_0x5c6ced(0x126),'math-divide':_0x5c6ced(0x165),'math-equal':_0x5c6ced(0x10c),'math-not-equal':_0x5c6ced(0x138),'flow-chart-process':_0x5c6ced(0x128),'flow-chart-alternate-process':_0x5c6ced(0x175),'flow-chart-decision':_0x5c6ced(0x151),'flow-chart-input-output':_0x5c6ced(0x159),'flow-chart-predefined-process':_0x5c6ced(0xc3),'flow-chart-internal-storage':_0x5c6ced(0x101),'flow-chart-document':'Documento','flow-chart-multidocument':_0x5c6ced(0xab),'flow-chart-terminator':_0x5c6ced(0xec),'flow-chart-preparation':_0x5c6ced(0xa0),'flow-chart-manual-input':'Ingresso\x20manuale','flow-chart-manual-operation':'Operazione\x20manuale','flow-chart-connector':_0x5c6ced(0x100),'flow-chart-offpage-connector':'Connettore\x20fuori\x20pagina','flow-chart-punched-card':_0x5c6ced(0x173),'flow-chart-punched-tape':'Nastro\x20perforato','flow-chart-summing-junction':_0x5c6ced(0xc2),'flow-chart-or':'O','flow-chart-collate':_0x5c6ced(0xac),'flow-chart-sort':_0x5c6ced(0xee),'flow-chart-extract':_0x5c6ced(0x14d),'flow-chart-merge':_0x5c6ced(0x149),'flow-chart-online-storage':_0x5c6ced(0x137),'flow-chart-delay':_0x5c6ced(0x150),'flow-chart-magnetic-tape':_0x5c6ced(0xf0),'flow-chart-magnetic-disk':_0x5c6ced(0x9f),'flow-chart-magnetic-drum':'Memoria\x20ad\x20accesso\x20diretto','flow-chart-display':_0x5c6ced(0x14f),'irregular-seal1':_0x5c6ced(0xf6),'irregular-seal2':_0x5c6ced(0xb4),'star4':_0x5c6ced(0x166),'star5':_0x5c6ced(0xdd),'star6':_0x5c6ced(0x119),'star7':_0x5c6ced(0x176),'star8':_0x5c6ced(0x121),'star10':_0x5c6ced(0x102),'star12':_0x5c6ced(0x12f),'star16':_0x5c6ced(0x13f),'star24':_0x5c6ced(0x167),'star32':_0x5c6ced(0x157),'ribbon2':_0x5c6ced(0x13b),'ribbon':'Nastro\x20giù','ellipse-ribbon2':'Nastro\x20curvo\x20su','ellipse-ribbon':_0x5c6ced(0xf9),'vertical-scroll':_0x5c6ced(0xe5),'horizontal-scroll':_0x5c6ced(0xe2),'wave':_0x5c6ced(0xae),'double-wave':_0x5c6ced(0xdc),'wedge-rect-callout':'Didascalia\x20rettangolare','wedge-round-rect-callout':'Didascalia\x20rettangolare\x20arrotondata','wedge-ellipse-callout':_0x5c6ced(0xb5),'cloud-callout':'Didascalia\x20nuvola','border-callout1':'Didascalia\x20linea\x201','border-callout2':'Didascalia\x20linea\x202','border-callout3':_0x5c6ced(0x116),'accent-callout1':_0x5c6ced(0xf3),'accent-callout2':_0x5c6ced(0x108),'accent-callout3':_0x5c6ced(0xe9),'callout1':_0x5c6ced(0xc5),'callout2':_0x5c6ced(0x11e),'callout3':_0x5c6ced(0x178),'accent-border-callout1':_0x5c6ced(0x13c),'accent-border-callout2':'Didascalia\x20bordo\x20accento\x202','accent-border-callout3':'Didascalia\x20bordo\x20accento\x203','left-circular-arrow':_0x5c6ced(0xc0),'left-right-circular-arrow':_0x5c6ced(0x172),'swoosh-arrow':_0x5c6ced(0x160),'left-right-ribbon':_0x5c6ced(0xc4),'pie-wedge':'Spicchio\x20torta','funnel':'Imbuto','gear6':'Ingranaggio\x206','gear9':_0x5c6ced(0xef),'corner-tabs':_0x5c6ced(0x10a),'action-button-back-previous':_0x5c6ced(0x16c),'action-button-forward-next':_0x5c6ced(0x142),'action-button-beginning':'Pulsante\x20azione:\x20inizio','action-button-end':_0x5c6ced(0x134),'action-button-home':'Pulsante\x20azione:\x20home','action-button-information':_0x5c6ced(0xea),'action-button-return':_0x5c6ced(0x105),'action-button-movie':_0x5c6ced(0xa3),'action-button-document':_0x5c6ced(0x15c),'action-button-sound':_0x5c6ced(0xfc),'action-button-help':'Pulsante\x20azione:\x20aiuto','action-button-blank':'Pulsante\x20azione:\x20vuoto','chart-plus':_0x5c6ced(0xf7),'chart-star':_0x5c6ced(0x11d),'chart-x':'Grafico\x20X','flow-chart-offline-storage':_0x5c6ced(0xcc),'line-inv':_0x5c6ced(0xe7),'plaque-tabs':_0x5c6ced(0xb8),'square-tabs':'Schede\x20quadrate','up-down-arrow-callout':_0x5c6ced(0xe0)}}}};export{e as default};function _0x345f(){const _0x20638c=['Ovale','Riempimento\x20immagine\x20o\x20texture','Corda','Posizione\x20forma','Stella\x20a\x2012\x20punte','Freccia\x20destra','Align\x20Center','Centro','Nessuna\x20linea','Pulsante\x20azione:\x20fine','Underline','In\x20basso','Dati\x20memorizzati','Diverso','Freccia\x20dentellata\x20destra','Ruota\x20a\x20destra\x2090°','Nastro\x20su','Didascalia\x20bordo\x20accento\x201','Ritaglia\x20a\x20forma','Connettore\x20a\x20gomito','Stella\x20a\x2016\x20punte','Freccia\x20curva\x20destra','In\x20alto','Pulsante\x20azione:\x20avanti\x20o\x20successivo','Colore\x20riempimento','Sole','Casella\x20di\x20testo\x20orizzontale','Arrotondata','Freccia\x20a\x20U','Didascalia\x20freccia\x20su','Unisci','Freccia\x20quadrupla','Riempimento\x20gradiente','Mezza\x20cornice','Estrai','In\x20basso\x20a\x20destra','Display','Ritardo','Decisione','Align\x20Right','Connettore\x20a\x20gomito\x20doppia\x20freccia','Freccia\x20su','Triangolo\x20rettangolo','3604149AcrTEv','Stella\x20a\x2032\x20punte','Trapezio','Dati','Forme\x20di\x20base','Smusso','Pulsante\x20azione:\x20documento','superiore','Freccia\x20piegata','Parentesi\x20quadra\x20sinistra','Freccia\x20swoosh','Tratto\x20lungo-punto-punto','Ruota\x20a\x20sinistra\x2090°','Apri\x20pannello\x20forma','Diagramma\x20di\x20flusso','Diviso','Stella\x20a\x204\x20punte','Stella\x20a\x2024\x20punte','Freccia\x20diamante','Luna','41892mXRnAh','Diamante','Pulsante\x20azione:\x20indietro\x20o\x20precedente','Linee','In\x20alto\x20a\x20destra','inferiore','Tipo\x20freccia\x20iniziale','Text\x20Background\x20color','Freccia\x20circolare\x20sinistra-destra','Scheda','Dimensione\x20freccia\x20iniziale','Processo\x20alternativo','Stella\x20a\x207\x20punte','5566WAOJcy','Didascalia\x203','Sinistra','Nessuno','Trasparenza','Cubo','Disco\x20magnetico','Preparazione','Connettore\x20a\x20gomito\x20freccia','Fonte\x20immagine','Pulsante\x20azione:\x20filmato','Ettagono','Nessun\x20riempimento','Doppia\x20parentesi\x20quadra','Tipo\x20tratteggio','Rettangoli','Nascondi\x20pannello\x20forma','Dimensione\x20freccia\x20finale','Multidocumento','Raggruppa','Parentesi\x20quadra\x20destra','Onda','Aumenta\x20dimensione\x20carattere','Affianca\x20immagine\x20come\x20texture','Ottagono','Rettangolo\x20con\x20angolo\x20tagliato\x20e\x20arrotondato','Pentagono','Esplosione\x202','Didascalia\x20ovale','Didascalia\x20freccia\x20sinistra','Casella\x20di\x20testo\x20verticale','Schede\x20placca','Freccia\x20curva\x20giù','Ruota\x20con\x20forma','Connettore\x20curvo\x20doppia\x20freccia','Freccia\x20sinistra','1463laJTKX','Quadrata','Media','Freccia\x20circolare\x20sinistra','Freccia\x20curva\x20su','Nodo\x20di\x20somma','Processo\x20predefinito','Nastro\x20sinistra-destra','Didascalia\x201','Trapezio\x20scaleno','Formato\x20forma','Continua','Didascalia\x20freccia\x20giù','Lacrima','Freccia\x20sinistra-destra-su','Memoria\x20offline','Linea','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Dodecagono','Riempimento','Diminuisci\x20dimensione\x20carattere','Freccia','Align\x20Left','In\x20basso\x20a\x20sinistra','Attiva/disattiva\x20testo\x20verticale','3107720gFEAaC','Freccia\x20curva\x20sinistra','68OOBZfM','Frecce\x20a\x20blocco','Angolo\x20piegato','Freccia\x20aperta','Doppia\x20onda','Stella\x20a\x205\x20punte','Elimina\x20forma','Justify','Didascalia\x20freccia\x20su-giù','Tratto\x20lungo-punto','Pergamena\x20orizzontale','Tipo\x20freccia\x20finale','Forme\x20equazione','Pergamena\x20verticale','Disegnato\x20a\x20mano','Linea\x20inversa','Striscia\x20diagonale','Didascalia\x20accento\x203','Pulsante\x20azione:\x20informazione','43595KxCzvc','Terminatore','Tratteggiata','Ordina','Ingranaggio\x209','Memoria\x20ad\x20accesso\x20sequenziale','Didascalia\x20freccia\x20sinistra-destra','Parentesi\x20graffa\x20destra','Didascalia\x20accento\x201','Allineamento\x20verticale','Inserisci\x20forma','Esplosione\x201','Grafico\x20più','Cuore','Nastro\x20curvo\x20giù','Reimposta','Piana','Pulsante\x20azione:\x20suono','676450NjAOFP','Didascalia\x20freccia\x20destra','16xZNQpD','Connettore','Memoria\x20interna','Stella\x20a\x2010\x20punte','24qpPKfk','Freccia\x20giù','Pulsante\x20azione:\x20ritorna','Forma\x20a\x20L','Riempimento\x20motivo','Didascalia\x20accento\x202','75963UgClTA','Schede\x20ad\x20angolo','68QShxDT','Uguale','Linea\x20doppia\x20freccia','Freccia\x20a\x20strisce\x20destra','Torta','Triangolo\x20isoscele','Parentesi\x20graffa\x20sinistra','Freccia\x20circolare','Forma','Didascalia\x20freccia\x20quadrupla','Didascalie','Didascalia\x20linea\x203','Allineamento\x20orizzontale','Rettangolo\x20con\x20un\x20angolo\x20tagliato','Stella\x20a\x206\x20punte','Linea\x20gradiente','Tipo\x20giunzione','Freccia\x20ovale','Grafico\x20stella','Didascalia\x202','Meno','Rettangolo\x20con\x20angoli\x20arrotondati\x20sullo\x20stesso\x20lato','Stella\x20a\x208\x20punte','Dimensione\x20carattere','Esagono','Vietato\x20fumare','Doppia\x20parentesi\x20graffa','Per','Chevron','Processo','Riempimento\x20solido','Arco\x20a\x20blocchi'];_0x345f=function(){return _0x20638c;};return _0x345f();}
@@ -1 +1 @@
1
- const _0x3c20f0=_0x19d3;function _0x3af7(){const _0x44787e=['六角形','代替処理','上下矢印','手操作入力','リボン(下カーブ)','角丸四角形','双方向曲線コネクタ','77886fGoctn','フォントサイズを拡大','面取り','穿孔カード','その他','円形吹き出し','上矢印','双方向矢印','中括弧','ブロック矢印','右中括弧','動作設定ボタン:\x20ドキュメント','四角形吹き出し','開いた矢印','強調線吹き出し2','じょうご','環状矢印','244344WOKSlN','対角の2つの角を丸めた四角形','立方体','右カーブ矢印','ベベル','図形を削除','370SASEZx','動作設定ボタン:\x20サウンド','リボン(上カーブ)','十二角形','右矢印','右矢印吹き出し','爆発2','3SeLZoh','V字右矢印','1つの角を切り取った四角形','大括弧','接合の種類','始点矢印のサイズ','直角三角形','ストライプ右矢印','34450416RDNQbI','動作設定ボタン:\x20情報','線吹き出し1','グラフ\x20星','強調線付き吹き出し1','透明度','星とリボン','長一点鎖線','スマイル','反時計回りに\x2090\x20度回転','ハート','形状にトリミング','オフセット\x20Y','フリーハンド','フォントサイズを縮小','雲形吹き出し','手作業','図形スタイル','曲線コネクタ','双方向カギ線コネクタ','カギ線コネクタ','1つの角を丸め、1つの角を切り取った四角形','テキストの縦書き/横書きの切り替え','ホームベース','他ページ結合子','終点矢印の種類','穿孔テープ','定義済み処理','爆発1','動作設定ボタン:\x20ヘルプ','屈折矢印','十角形','水平反転の切り替え','12FKEOhm','倍率\x20Y','フォントサイズ','左右環状矢印','星10','左上矢印','下矢印吹き出し','基本図形','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','歯車9','四角形','左矢印','左寄せ','左中括弧','アーチ','上カーブ矢印','スケッチスタイル','プラーク','入出力','二等辺三角形','ステルス矢印','線なし','線吹き出し2','強調線付き吹き出し2','磁気ドラム','フラット','140254dAjwOu','垂直反転の切り替え','ノットイコール','曲線矢印コネクタ','オフセット\x20X','横方向の配置','終点矢印のサイズ','グラデーション塗りつぶし','図形の書式設定','ダイヤモンド矢印','磁気ディスク','結合子','マイナス','左右リボン','グラデーション線','十字矢印吹き出し','直線(逆)','5020854DTnhIu','塗りつぶし','吹き出し','イコール','下矢印','動作設定ボタン:\x20空白','塗りつぶしなし','プラス','一点鎖線','四角形タブ','星32','不等辺台形','画像ソース','図形パネルを開く','49574RFMTyN','コーナー\x20タブ','グラフ\x20プラス','論理和','五角形','強調線吹き出し1','星12','禁止マーク','額縁(半分)','同じ側の2つの角を切り取った四角形','二重波','図形パネルを非表示','縦書きテキストボックス','横書きテキストボックス','動作設定ボタン:\x20最後','左環状矢印','下カーブ矢印','始点矢印の種類','塗りつぶし色','長二点鎖線','吹き出し1','左右上矢印','左大括弧','線端の種類','マイター','64afzdCA','動作設定ボタン:\x20動画','吹き出し3','角丸四角形吹き出し','1705310jYVasP','縦方向の配置','図形の挿入','挿入...','実線/点線','動作設定ボタン:\x20戻る/前へ','並べ替え','ひし形','Uターン矢印','左右矢印','スウッシュ矢印','線吹き出し3','楕円矢印','数式図形','動作設定ボタン:\x20ホーム','強調線付き吹き出し3','パターン塗りつぶし'];_0x3af7=function(){return _0x44787e;};return _0x3af7();}(function(_0x1a1e2e,_0x295fda){const _0x5d6e3b=_0x19d3,_0x347539=_0x1a1e2e();while(!![]){try{const _0xac8574=parseInt(_0x5d6e3b(0x8c))/0x1*(-parseInt(_0x5d6e3b(0xcf))/0x2)+-parseInt(_0x5d6e3b(0x7f))/0x3+-parseInt(_0x5d6e3b(0xb5))/0x4*(parseInt(_0x5d6e3b(0x10b))/0x5)+-parseInt(_0x5d6e3b(0xe0))/0x6+parseInt(_0x5d6e3b(0xee))/0x7*(parseInt(_0x5d6e3b(0x107))/0x8)+parseInt(_0x5d6e3b(0x6e))/0x9*(-parseInt(_0x5d6e3b(0x85))/0xa)+parseInt(_0x5d6e3b(0x94))/0xb;if(_0xac8574===_0x295fda)break;else _0x347539['push'](_0x347539['shift']());}catch(_0x811a52){_0x347539['push'](_0x347539['shift']());}}}(_0x3af7,0xaeeca));function _0x19d3(_0x267267,_0x274e17){_0x267267=_0x267267-0x6b;const _0x3af771=_0x3af7();let _0x19d350=_0x3af771[_0x267267];return _0x19d350;}const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x3c20f0(0xc1),'center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x3c20f0(0x10c)},'horizontalAlignMode':{'main':_0x3c20f0(0xd4)},'fillColor':{'main':_0x3c20f0(0x100)},'fontSize':_0x3c20f0(0xb7),'fontSizeIncrease':_0x3c20f0(0x6f),'fontSizeDecrease':_0x3c20f0(0xa2),'resetColor':'初期化'},'imagePanel':{'crop':{'shape':_0x3c20f0(0x9f)}},'permission':{'editErr':_0x3c20f0(0xbd)},'title':'図形','insertShape':_0x3c20f0(0x10d),'openPanel':_0x3c20f0(0xed),'deleteShape':_0x3c20f0(0x84),'hidePanel':_0x3c20f0(0xf9),'formatShape':_0x3c20f0(0xd7),'shapeStyle':_0x3c20f0(0xa5),'shapePosition':'図形の位置','toggleFlipH':_0x3c20f0(0xb4),'toggleFlipV':_0x3c20f0(0xd0),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x3c20f0(0x9d),'toggleTextVertical':_0x3c20f0(0xaa),'fill':{'title':_0x3c20f0(0xe1),'noFill':_0x3c20f0(0xe6),'solidFill':'単色塗りつぶし','gradientFill':_0x3c20f0(0xd6),'pictureFill':'図またはテクスチャ塗りつぶし','patternFill':_0x3c20f0(0x11b),'color':'色','transparency':_0x3c20f0(0x99),'picture':{'source':_0x3c20f0(0xec),'insert':_0x3c20f0(0x10e),'tileAsTexture':'画像をテクスチャとして並べる','offsetX':_0x3c20f0(0xd3),'offsetY':_0x3c20f0(0xa0),'scaleX':'倍率\x20X','scaleY':_0x3c20f0(0xb6),'alignment':'配置','rotateWithShape':'図形と一緒に回転','align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x3c20f0(0xca),'solidLine':'実線','gradientLine':_0x3c20f0(0xdd),'color':'色','transparency':_0x3c20f0(0x99),'width':'幅','dashType':{'title':_0x3c20f0(0x10f),'solid':'実線','roundDot':'丸点','squareDot':'四角点','dash':'破線','dashDot':_0x3c20f0(0xe8),'longDash':'長破線','longDashDot':_0x3c20f0(0x9b),'longDashDotDot':_0x3c20f0(0x101)},'capType':{'title':_0x3c20f0(0x105),'flat':_0x3c20f0(0xce),'round':'丸','square':'四角'},'joinType':{'title':_0x3c20f0(0x90),'miter':_0x3c20f0(0x106),'round':'ラウンド','bevel':_0x3c20f0(0x83)},'beginArrowType':_0x3c20f0(0xff),'beginArrowSize':_0x3c20f0(0x91),'endArrowType':_0x3c20f0(0xad),'endArrowSize':_0x3c20f0(0xd5),'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x3c20f0(0x7b),'stealthArrow':_0x3c20f0(0xc9),'diamondArrow':_0x3c20f0(0xd8),'ovalArrow':_0x3c20f0(0x117)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x3c20f0(0xc5),'none':'なし','curved':'曲線','freehand':_0x3c20f0(0xa1),'handDrawn':'手描き'}},'shape':{'group':{'line':'線','rectangle':_0x3c20f0(0xbf),'basicShape':_0x3c20f0(0xbc),'blockArrow':_0x3c20f0(0x77),'equationShape':_0x3c20f0(0x118),'flowchart':'フローチャート','starAndBanner':_0x3c20f0(0x9a),'callout':_0x3c20f0(0xe2),'other':_0x3c20f0(0x72)},'type':{'line':'直線','straight-connector1':'矢印','straight-connector2':_0x3c20f0(0x75),'bent-connector3':_0x3c20f0(0xa8),'bent-connector3-arrow1':'カギ線矢印コネクタ','bent-connector3-arrow2':_0x3c20f0(0xa7),'curved-connector3':_0x3c20f0(0xa6),'curved-connector3-arrow1':_0x3c20f0(0xd2),'curved-connector3-arrow2':_0x3c20f0(0x6d),'rect':_0x3c20f0(0xbf),'round-rect':_0x3c20f0(0x6c),'snip1-rect':_0x3c20f0(0x8e),'snip2-same-rect':_0x3c20f0(0xf7),'snip2-diag-rect':'対角の2つの角を切り取った四角形','snip-round-rect':_0x3c20f0(0xa9),'round1-rect':'1つの角を丸めた四角形','round2-same-rect':'同じ側の2つの角を丸めた四角形','round2-diag-rect':_0x3c20f0(0x80),'rect-textbox-horizontal':_0x3c20f0(0xfb),'rect-textbox-vertical':_0x3c20f0(0xfa),'ellipse':'楕円','triangle':_0x3c20f0(0xc8),'rt-triangle':_0x3c20f0(0x92),'parallelogram':'平行四辺形','trapezoid':'台形','non-isosceles-trapezoid':_0x3c20f0(0xeb),'diamond':_0x3c20f0(0x112),'pentagon':_0x3c20f0(0xf2),'hexagon':_0x3c20f0(0x11c),'heptagon':'七角形','octagon':'八角形','decagon':_0x3c20f0(0xb3),'dodecagon':_0x3c20f0(0x88),'pie':'円形','chord':'弦','teardrop':'涙形','frame':'額縁','half-frame':_0x3c20f0(0xf6),'corner':'L字','diag-stripe':'斜めの縞','plus':'十字','plaque':_0x3c20f0(0xc6),'can':'円柱','cube':_0x3c20f0(0x81),'bevel':_0x3c20f0(0x70),'donut':'ドーナツ','no-smoking':_0x3c20f0(0xf5),'block-arc':_0x3c20f0(0xc3),'folder-corner':'折り返し','smiley-face':_0x3c20f0(0x9c),'heart':_0x3c20f0(0x9e),'lightning-bolt':'稲妻','sun':'太陽','moon':'月','cloud':'雲','arc':'円弧','bracket-pair':_0x3c20f0(0x8f),'brace-pair':_0x3c20f0(0x76),'left-bracket':_0x3c20f0(0x104),'right-bracket':'右大括弧','left-brace':_0x3c20f0(0xc2),'right-brace':_0x3c20f0(0x78),'right-arrow':_0x3c20f0(0x89),'left-arrow':_0x3c20f0(0xc0),'up-arrow':_0x3c20f0(0x74),'down-arrow':_0x3c20f0(0xe4),'left-right-arrow':_0x3c20f0(0x114),'up-down-arrow':_0x3c20f0(0x11e),'quad-arrow':'十字矢印','left-right-up-arrow':_0x3c20f0(0x103),'bent-arrow':_0x3c20f0(0xb2),'uturn-arrow':_0x3c20f0(0x113),'left-up-arrow':_0x3c20f0(0xba),'bent-up-arrow':'屈折上矢印','curved-right-arrow':_0x3c20f0(0x82),'curved-left-arrow':'左カーブ矢印','curved-up-arrow':_0x3c20f0(0xc4),'curved-down-arrow':_0x3c20f0(0xfe),'striped-right-arrow':_0x3c20f0(0x93),'notched-right-arrow':_0x3c20f0(0x8d),'home-plate':_0x3c20f0(0xab),'chevron':'山形','right-arrow-callout':_0x3c20f0(0x8a),'down-arrow-callout':_0x3c20f0(0xbb),'left-arrow-callout':'左矢印吹き出し','up-arrow-callout':'上矢印吹き出し','left-right-arrow-callout':'左右矢印吹き出し','quad-arrow-callout':_0x3c20f0(0xde),'circular-arrow':_0x3c20f0(0x7e),'math-plus':_0x3c20f0(0xe7),'math-minus':_0x3c20f0(0xdb),'math-multiply':'掛ける','math-divide':'割る','math-equal':_0x3c20f0(0xe3),'math-not-equal':_0x3c20f0(0xd1),'flow-chart-process':'処理','flow-chart-alternate-process':_0x3c20f0(0x11d),'flow-chart-decision':'判断','flow-chart-input-output':_0x3c20f0(0xc7),'flow-chart-predefined-process':_0x3c20f0(0xaf),'flow-chart-internal-storage':'内部記憶','flow-chart-document':'書類','flow-chart-multidocument':'複数書類','flow-chart-terminator':'端子','flow-chart-preparation':'準備','flow-chart-manual-input':_0x3c20f0(0x11f),'flow-chart-manual-operation':_0x3c20f0(0xa4),'flow-chart-connector':_0x3c20f0(0xda),'flow-chart-offpage-connector':_0x3c20f0(0xac),'flow-chart-punched-card':_0x3c20f0(0x71),'flow-chart-punched-tape':_0x3c20f0(0xae),'flow-chart-summing-junction':'和','flow-chart-or':_0x3c20f0(0xf1),'flow-chart-collate':'照合','flow-chart-sort':_0x3c20f0(0x111),'flow-chart-extract':'抽出','flow-chart-merge':'結合','flow-chart-online-storage':'オンライン記憶','flow-chart-delay':'遅延','flow-chart-magnetic-tape':'磁気テープ','flow-chart-magnetic-disk':_0x3c20f0(0xd9),'flow-chart-magnetic-drum':_0x3c20f0(0xcd),'flow-chart-display':'表示','irregular-seal1':_0x3c20f0(0xb0),'irregular-seal2':_0x3c20f0(0x8b),'star4':'星4','star5':'星5','star6':'星6','star7':'星7','star8':'星8','star10':_0x3c20f0(0xb9),'star12':_0x3c20f0(0xf4),'star16':'星16','star24':'星24','star32':_0x3c20f0(0xea),'ribbon2':'リボン(上)','ribbon':'リボン(下)','ellipse-ribbon2':_0x3c20f0(0x87),'ellipse-ribbon':_0x3c20f0(0x6b),'vertical-scroll':'巻物(縦)','horizontal-scroll':'巻物(横)','wave':'波','double-wave':_0x3c20f0(0xf8),'wedge-rect-callout':_0x3c20f0(0x7a),'wedge-round-rect-callout':_0x3c20f0(0x10a),'wedge-ellipse-callout':_0x3c20f0(0x73),'cloud-callout':_0x3c20f0(0xa3),'border-callout1':_0x3c20f0(0x96),'border-callout2':_0x3c20f0(0xcb),'border-callout3':_0x3c20f0(0x116),'accent-callout1':_0x3c20f0(0xf3),'accent-callout2':_0x3c20f0(0x7c),'accent-callout3':'強調線吹き出し3','callout1':_0x3c20f0(0x102),'callout2':'吹き出し2','callout3':_0x3c20f0(0x109),'accent-border-callout1':_0x3c20f0(0x98),'accent-border-callout2':_0x3c20f0(0xcc),'accent-border-callout3':_0x3c20f0(0x11a),'left-circular-arrow':_0x3c20f0(0xfd),'left-right-circular-arrow':_0x3c20f0(0xb8),'swoosh-arrow':_0x3c20f0(0x115),'left-right-ribbon':_0x3c20f0(0xdc),'pie-wedge':'扇形','funnel':_0x3c20f0(0x7d),'gear6':'歯車6','gear9':_0x3c20f0(0xbe),'corner-tabs':_0x3c20f0(0xef),'action-button-back-previous':_0x3c20f0(0x110),'action-button-forward-next':'動作設定ボタン:\x20進む/次へ','action-button-beginning':'動作設定ボタン:\x20最初','action-button-end':_0x3c20f0(0xfc),'action-button-home':_0x3c20f0(0x119),'action-button-information':_0x3c20f0(0x95),'action-button-return':'動作設定ボタン:\x20戻る','action-button-movie':_0x3c20f0(0x108),'action-button-document':_0x3c20f0(0x79),'action-button-sound':_0x3c20f0(0x86),'action-button-help':_0x3c20f0(0xb1),'action-button-blank':_0x3c20f0(0xe5),'chart-plus':_0x3c20f0(0xf0),'chart-star':_0x3c20f0(0x97),'chart-x':'グラフ\x20X','flow-chart-offline-storage':'オフライン記憶','line-inv':_0x3c20f0(0xdf),'plaque-tabs':'プラーク\x20タブ','square-tabs':_0x3c20f0(0xe9),'up-down-arrow-callout':'上下矢印吹き出し'}}}};export{e as default};
1
+ function _0x1814(_0x2a89fd,_0x57259b){_0x2a89fd=_0x2a89fd-0x1eb;const _0x1984ba=_0x1984();let _0x181491=_0x1984ba[_0x2a89fd];return _0x181491;}function _0x1984(){const _0x4cc705=['404260LmeMBu','オンライン記憶','ドーナツ','穿孔カード','カギ線コネクタ','代替処理','344xCfLua','アーチ','2626335gUbmDk','フォントサイズ','禁止マーク','強調線付き吹き出し1','角丸四角形吹き出し','Align\x20Center','右大括弧','反時計回りに\x2090\x20度回転','倍率\x20X','並べ替え','角丸四角形','星32','動作設定ボタン:\x20戻る','大括弧','ステルス矢印','動作設定ボタン:\x20ホーム','強調線付き吹き出し3','図形パネルを開く','屈折上矢印','四角形タブ','七角形','Strikethrough','グラフ\x20プラス','右矢印吹き出し','オフセット\x20Y','702886lDRNYL','他ページ結合子','左カーブ矢印','同じ側の2つの角を丸めた四角形','吹き出し','平行四辺形','上下矢印','屈折矢印','ストライプ右矢印','パターン塗りつぶし','垂直反転の切り替え','吹き出し2','ノットイコール','線なし','動作設定ボタン:\x20戻る/前へ','歯車6','左大括弧','左環状矢印','挿入...','論理和','マイター','実線/点線','フラット','その他','動作設定ボタン:\x20進む/次へ','左矢印','爆発1','磁気ドラム','四角形','内部記憶','額縁(半分)','左上矢印','プラス','曲線コネクタ','線端の種類','入出力','定義済み処理','左寄せ','巻物(横)','透明度','スケッチスタイル','左中括弧','形状にトリミング','掛ける','星とリボン','手作業','横方向の配置','グラフ\x20星','1つの角を丸め、1つの角を切り取った四角形','Align\x20Left','塗りつぶしなし','双方向カギ線コネクタ','リボン(上カーブ)','楕円矢印','十二角形','図形の位置','斜めの縞','強調線吹き出し1','3320223DvBaPn','図形を削除','星12','リボン(下)','八角形','リボン(上)','時計回りに\x2090\x20度回転','始点矢印の種類','画像をテクスチャとして並べる','ハート','Uターン矢印','強調線吹き出し3','グラフ\x20X','円形吹き出し','横書きテキストボックス','スマイル','長一点鎖線','折り返し','初期化','コーナー\x20タブ','手操作入力','動作設定ボタン:\x20情報','フローチャート','一点鎖線','始点矢印のサイズ','長二点鎖線','直線(逆)','図形と一緒に回転','磁気ディスク','左右矢印','線吹き出し3','図形パネルを非表示','フォントサイズを縮小','画像ソース','プラーク','マイナス','手描き','ダイヤモンド矢印','下矢印','フリーハンド','終点矢印のサイズ','Underline','V字右矢印','左右上矢印','環状矢印','歯車9','数式図形','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','星10','Text\x20color','Text\x20Background\x20color','結合子','フォントサイズを拡大','線吹き出し2','不等辺台形','面取り','リボン(下カーブ)','右カーブ矢印','倍率\x20Y','星24','オフセット\x20X','1065420DcupYk','終点矢印の種類','曲線矢印コネクタ','1つの角を丸めた四角形','動作設定ボタン:\x20最初','長破線','35819HuOpFs','4552208vZMlTO','下矢印吹き出し','磁気テープ','六角形','開いた矢印','ひし形','接合の種類','右寄せ','左右環状矢印','図形スタイル','単色塗りつぶし','十角形','下カーブ矢印','複数書類','爆発2','図形の書式設定','ベベル','じょうご','吹き出し3'];_0x1984=function(){return _0x4cc705;};return _0x1984();}const _0x5d34f8=_0x1814;(function(_0x6e7e6e,_0x21dbb8){const _0x3509e5=_0x1814,_0x14cb70=_0x6e7e6e();while(!![]){try{const _0x4a0228=parseInt(_0x3509e5(0x26a))/0x1+parseInt(_0x3509e5(0x28b))/0x2+parseInt(_0x3509e5(0x213))/0x3+-parseInt(_0x3509e5(0x257))/0x4+-parseInt(_0x3509e5(0x272))/0x5+parseInt(_0x3509e5(0x250))/0x6+-parseInt(_0x3509e5(0x256))/0x7*(-parseInt(_0x3509e5(0x270))/0x8);if(_0x4a0228===_0x21dbb8)break;else _0x14cb70['push'](_0x14cb70['shift']());}catch(_0x355dd2){_0x14cb70['push'](_0x14cb70['shift']());}}}(_0x1984,0x91af6));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x5d34f8(0x1fe),'center':'中央','right':_0x5d34f8(0x25e)},'toolbar':{'verticalAlignMode':{'main':'縦方向の配置'},'horizontalAlignMode':{'main':_0x5d34f8(0x207)},'fillColor':{'main':'塗りつぶし色'},'fontSize':_0x5d34f8(0x273),'fontSizeIncrease':_0x5d34f8(0x247),'fontSizeDecrease':_0x5d34f8(0x233),'alignLeft':_0x5d34f8(0x20a),'alignCenter':_0x5d34f8(0x277),'alignRight':'Align\x20Right','alignJustify':'Justify','bold':'Bold','italic':'Italic','underline':_0x5d34f8(0x23c),'strikethrough':_0x5d34f8(0x287),'textColor':_0x5d34f8(0x244),'textBackgroundColor':_0x5d34f8(0x245),'resetColor':_0x5d34f8(0x225)},'imagePanel':{'crop':{'shape':_0x5d34f8(0x203)}},'permission':{'editErr':_0x5d34f8(0x242)},'title':'図形','insertShape':'図形の挿入','openPanel':_0x5d34f8(0x283),'deleteShape':_0x5d34f8(0x214),'hidePanel':_0x5d34f8(0x232),'formatShape':_0x5d34f8(0x266),'shapeStyle':_0x5d34f8(0x260),'shapePosition':_0x5d34f8(0x210),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x5d34f8(0x295),'rotateRight90':_0x5d34f8(0x219),'rotateLeft90':_0x5d34f8(0x279),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','fill':{'title':'塗りつぶし','noFill':_0x5d34f8(0x20b),'solidFill':_0x5d34f8(0x261),'gradientFill':'グラデーション塗りつぶし','pictureFill':'図またはテクスチャ塗りつぶし','patternFill':_0x5d34f8(0x294),'color':'色','transparency':'透明度','picture':{'source':_0x5d34f8(0x234),'insert':_0x5d34f8(0x1eb),'tileAsTexture':_0x5d34f8(0x21b),'offsetX':_0x5d34f8(0x24f),'offsetY':_0x5d34f8(0x28a),'scaleX':_0x5d34f8(0x27a),'scaleY':_0x5d34f8(0x24d),'alignment':'配置','rotateWithShape':_0x5d34f8(0x22e),'align':{'tl':'左上','t':'上','tr':'右上','l':'左','ctr':'中央','r':'右','bl':'左下','b':'下','br':'右下'}}},'line':{'title':'線','noLine':_0x5d34f8(0x298),'solidLine':'実線','gradientLine':'グラデーション線','color':'色','transparency':_0x5d34f8(0x200),'width':'幅','dashType':{'title':_0x5d34f8(0x1ee),'solid':'実線','roundDot':'丸点','squareDot':'四角点','dash':'破線','dashDot':_0x5d34f8(0x22a),'longDash':_0x5d34f8(0x255),'longDashDot':_0x5d34f8(0x223),'longDashDotDot':_0x5d34f8(0x22c)},'capType':{'title':_0x5d34f8(0x1fb),'flat':_0x5d34f8(0x1ef),'round':'丸','square':'四角'},'joinType':{'title':_0x5d34f8(0x25d),'miter':_0x5d34f8(0x1ed),'round':'ラウンド','bevel':_0x5d34f8(0x267)},'beginArrowType':_0x5d34f8(0x21a),'beginArrowSize':_0x5d34f8(0x22b),'endArrowType':_0x5d34f8(0x251),'endArrowSize':_0x5d34f8(0x23b),'arrowType':{'none':'なし','arrow':'矢印','openArrow':_0x5d34f8(0x25b),'stealthArrow':_0x5d34f8(0x280),'diamondArrow':_0x5d34f8(0x238),'ovalArrow':_0x5d34f8(0x20e)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x5d34f8(0x201),'none':'なし','curved':'曲線','freehand':_0x5d34f8(0x23a),'handDrawn':_0x5d34f8(0x237)}},'shape':{'group':{'line':'線','rectangle':_0x5d34f8(0x1f5),'basicShape':'基本図形','blockArrow':'ブロック矢印','equationShape':_0x5d34f8(0x241),'flowchart':_0x5d34f8(0x229),'starAndBanner':_0x5d34f8(0x205),'callout':_0x5d34f8(0x28f),'other':_0x5d34f8(0x1f0)},'type':{'line':'直線','straight-connector1':'矢印','straight-connector2':'双方向矢印','bent-connector3':_0x5d34f8(0x26e),'bent-connector3-arrow1':'カギ線矢印コネクタ','bent-connector3-arrow2':_0x5d34f8(0x20c),'curved-connector3':_0x5d34f8(0x1fa),'curved-connector3-arrow1':_0x5d34f8(0x252),'curved-connector3-arrow2':'双方向曲線コネクタ','rect':_0x5d34f8(0x1f5),'round-rect':_0x5d34f8(0x27c),'snip1-rect':'1つの角を切り取った四角形','snip2-same-rect':'同じ側の2つの角を切り取った四角形','snip2-diag-rect':'対角の2つの角を切り取った四角形','snip-round-rect':_0x5d34f8(0x209),'round1-rect':_0x5d34f8(0x253),'round2-same-rect':_0x5d34f8(0x28e),'round2-diag-rect':'対角の2つの角を丸めた四角形','rect-textbox-horizontal':_0x5d34f8(0x221),'rect-textbox-vertical':'縦書きテキストボックス','ellipse':'楕円','triangle':'二等辺三角形','rt-triangle':'直角三角形','parallelogram':_0x5d34f8(0x290),'trapezoid':'台形','non-isosceles-trapezoid':_0x5d34f8(0x249),'diamond':_0x5d34f8(0x25c),'pentagon':'五角形','hexagon':_0x5d34f8(0x25a),'heptagon':_0x5d34f8(0x286),'octagon':_0x5d34f8(0x217),'decagon':_0x5d34f8(0x262),'dodecagon':_0x5d34f8(0x20f),'pie':'円形','chord':'弦','teardrop':'涙形','frame':'額縁','half-frame':_0x5d34f8(0x1f7),'corner':'L字','diag-stripe':_0x5d34f8(0x211),'plus':'十字','plaque':_0x5d34f8(0x235),'can':'円柱','cube':'立方体','bevel':_0x5d34f8(0x24a),'donut':_0x5d34f8(0x26c),'no-smoking':_0x5d34f8(0x274),'block-arc':_0x5d34f8(0x271),'folder-corner':_0x5d34f8(0x224),'smiley-face':_0x5d34f8(0x222),'heart':_0x5d34f8(0x21c),'lightning-bolt':'稲妻','sun':'太陽','moon':'月','cloud':'雲','arc':'円弧','bracket-pair':_0x5d34f8(0x27f),'brace-pair':'中括弧','left-bracket':_0x5d34f8(0x29b),'right-bracket':_0x5d34f8(0x278),'left-brace':_0x5d34f8(0x202),'right-brace':'右中括弧','right-arrow':'右矢印','left-arrow':_0x5d34f8(0x1f2),'up-arrow':'上矢印','down-arrow':_0x5d34f8(0x239),'left-right-arrow':_0x5d34f8(0x230),'up-down-arrow':_0x5d34f8(0x291),'quad-arrow':'十字矢印','left-right-up-arrow':_0x5d34f8(0x23e),'bent-arrow':_0x5d34f8(0x292),'uturn-arrow':_0x5d34f8(0x21d),'left-up-arrow':_0x5d34f8(0x1f8),'bent-up-arrow':_0x5d34f8(0x284),'curved-right-arrow':_0x5d34f8(0x24c),'curved-left-arrow':_0x5d34f8(0x28d),'curved-up-arrow':'上カーブ矢印','curved-down-arrow':_0x5d34f8(0x263),'striped-right-arrow':_0x5d34f8(0x293),'notched-right-arrow':_0x5d34f8(0x23d),'home-plate':'ホームベース','chevron':'山形','right-arrow-callout':_0x5d34f8(0x289),'down-arrow-callout':_0x5d34f8(0x258),'left-arrow-callout':'左矢印吹き出し','up-arrow-callout':'上矢印吹き出し','left-right-arrow-callout':'左右矢印吹き出し','quad-arrow-callout':'十字矢印吹き出し','circular-arrow':_0x5d34f8(0x23f),'math-plus':_0x5d34f8(0x1f9),'math-minus':_0x5d34f8(0x236),'math-multiply':_0x5d34f8(0x204),'math-divide':'割る','math-equal':'イコール','math-not-equal':_0x5d34f8(0x297),'flow-chart-process':'処理','flow-chart-alternate-process':_0x5d34f8(0x26f),'flow-chart-decision':'判断','flow-chart-input-output':_0x5d34f8(0x1fc),'flow-chart-predefined-process':_0x5d34f8(0x1fd),'flow-chart-internal-storage':_0x5d34f8(0x1f6),'flow-chart-document':'書類','flow-chart-multidocument':_0x5d34f8(0x264),'flow-chart-terminator':'端子','flow-chart-preparation':'準備','flow-chart-manual-input':_0x5d34f8(0x227),'flow-chart-manual-operation':_0x5d34f8(0x206),'flow-chart-connector':_0x5d34f8(0x246),'flow-chart-offpage-connector':_0x5d34f8(0x28c),'flow-chart-punched-card':_0x5d34f8(0x26d),'flow-chart-punched-tape':'穿孔テープ','flow-chart-summing-junction':'和','flow-chart-or':_0x5d34f8(0x1ec),'flow-chart-collate':'照合','flow-chart-sort':_0x5d34f8(0x27b),'flow-chart-extract':'抽出','flow-chart-merge':'結合','flow-chart-online-storage':_0x5d34f8(0x26b),'flow-chart-delay':'遅延','flow-chart-magnetic-tape':_0x5d34f8(0x259),'flow-chart-magnetic-disk':_0x5d34f8(0x22f),'flow-chart-magnetic-drum':_0x5d34f8(0x1f4),'flow-chart-display':'表示','irregular-seal1':_0x5d34f8(0x1f3),'irregular-seal2':_0x5d34f8(0x265),'star4':'星4','star5':'星5','star6':'星6','star7':'星7','star8':'星8','star10':_0x5d34f8(0x243),'star12':_0x5d34f8(0x215),'star16':'星16','star24':_0x5d34f8(0x24e),'star32':_0x5d34f8(0x27d),'ribbon2':_0x5d34f8(0x218),'ribbon':_0x5d34f8(0x216),'ellipse-ribbon2':_0x5d34f8(0x20d),'ellipse-ribbon':_0x5d34f8(0x24b),'vertical-scroll':'巻物(縦)','horizontal-scroll':_0x5d34f8(0x1ff),'wave':'波','double-wave':'二重波','wedge-rect-callout':'四角形吹き出し','wedge-round-rect-callout':_0x5d34f8(0x276),'wedge-ellipse-callout':_0x5d34f8(0x220),'cloud-callout':'雲形吹き出し','border-callout1':'線吹き出し1','border-callout2':_0x5d34f8(0x248),'border-callout3':_0x5d34f8(0x231),'accent-callout1':_0x5d34f8(0x212),'accent-callout2':'強調線吹き出し2','accent-callout3':_0x5d34f8(0x21e),'callout1':'吹き出し1','callout2':_0x5d34f8(0x296),'callout3':_0x5d34f8(0x269),'accent-border-callout1':_0x5d34f8(0x275),'accent-border-callout2':'強調線付き吹き出し2','accent-border-callout3':_0x5d34f8(0x282),'left-circular-arrow':_0x5d34f8(0x29c),'left-right-circular-arrow':_0x5d34f8(0x25f),'swoosh-arrow':'スウッシュ矢印','left-right-ribbon':'左右リボン','pie-wedge':'扇形','funnel':_0x5d34f8(0x268),'gear6':_0x5d34f8(0x29a),'gear9':_0x5d34f8(0x240),'corner-tabs':_0x5d34f8(0x226),'action-button-back-previous':_0x5d34f8(0x299),'action-button-forward-next':_0x5d34f8(0x1f1),'action-button-beginning':_0x5d34f8(0x254),'action-button-end':'動作設定ボタン:\x20最後','action-button-home':_0x5d34f8(0x281),'action-button-information':_0x5d34f8(0x228),'action-button-return':_0x5d34f8(0x27e),'action-button-movie':'動作設定ボタン:\x20動画','action-button-document':'動作設定ボタン:\x20ドキュメント','action-button-sound':'動作設定ボタン:\x20サウンド','action-button-help':'動作設定ボタン:\x20ヘルプ','action-button-blank':'動作設定ボタン:\x20空白','chart-plus':_0x5d34f8(0x288),'chart-star':_0x5d34f8(0x208),'chart-x':_0x5d34f8(0x21f),'flow-chart-offline-storage':'オフライン記憶','line-inv':_0x5d34f8(0x22d),'plaque-tabs':'プラーク\x20タブ','square-tabs':_0x5d34f8(0x285),'up-down-arrow-callout':'上下矢印吹き出し'}}}};export{e as default};