@univerjs-pro/boards-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (160) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/es/shape-preset-labels-092BdVw3.js +1 -1
  45. package/lib/facade.js +1 -1
  46. package/lib/index.css +45 -40
  47. package/lib/index.js +1 -1
  48. package/lib/locale/ar-SA.js +1 -1
  49. package/lib/locale/ca-ES.js +1 -1
  50. package/lib/locale/de-DE.js +1 -1
  51. package/lib/locale/en-US.js +1 -1
  52. package/lib/locale/es-ES.js +1 -1
  53. package/lib/locale/fa-IR.js +1 -1
  54. package/lib/locale/fr-FR.js +1 -1
  55. package/lib/locale/id-ID.js +1 -1
  56. package/lib/locale/it-IT.js +1 -1
  57. package/lib/locale/ja-JP.js +1 -1
  58. package/lib/locale/ko-KR.js +1 -1
  59. package/lib/locale/pl-PL.js +1 -1
  60. package/lib/locale/pt-BR.js +1 -1
  61. package/lib/locale/ru-RU.js +1 -1
  62. package/lib/locale/sk-SK.js +1 -1
  63. package/lib/locale/vi-VN.js +1 -1
  64. package/lib/locale/zh-CN.js +1 -1
  65. package/lib/locale/zh-HK.js +1 -1
  66. package/lib/locale/zh-TW.js +1 -1
  67. package/lib/shape-preset-labels-092BdVw3.js +1 -1
  68. package/lib/types/commands/commands/analyze-board-rendered-layout.command.d.ts +2 -1
  69. package/lib/types/commands/operations/board-chart-dialog.operation.d.ts +2 -2
  70. package/lib/types/commands/operations/board-pointer.operation.d.ts +8 -0
  71. package/lib/types/commands/operations/board-selection.operation.d.ts +4 -2
  72. package/lib/types/commands/operations/board-ui-control.operation.d.ts +30 -0
  73. package/lib/types/common/board-shortcuts.d.ts +1 -3
  74. package/lib/types/config/config.d.ts +29 -2
  75. package/lib/types/const.d.ts +2 -0
  76. package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +2 -21
  77. package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +1 -0
  78. package/lib/types/controllers/board-element-selection.controller.d.ts +1 -0
  79. package/lib/types/controllers/board-element-transform.controller.d.ts +3 -0
  80. package/lib/types/controllers/board-element-transformer-config.util.d.ts +22 -21
  81. package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +2 -14
  82. package/lib/types/controllers/board-history-shortcut.controller.d.ts +2 -8
  83. package/lib/types/controllers/board-layout-shortcut.controller.d.ts +2 -14
  84. package/lib/types/controllers/board-order-shortcut.controller.d.ts +2 -10
  85. package/lib/types/controllers/board-render.controller.d.ts +1 -0
  86. package/lib/types/controllers/board-selection-shortcut.controller.d.ts +2 -14
  87. package/lib/types/controllers/board-settings-shortcut.controller.d.ts +2 -14
  88. package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +5 -4
  89. package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +5 -17
  90. package/lib/types/controllers/board-tool-shortcut.controller.d.ts +5 -16
  91. package/lib/types/controllers/board-unit-presence.controller.d.ts +6 -0
  92. package/lib/types/controllers/board-unit-presence.render-controller.d.ts +37 -0
  93. package/lib/types/controllers/board-view-shortcut.controller.d.ts +2 -23
  94. package/lib/types/controllers/board-viewport-bar.render-controller.d.ts +43 -0
  95. package/lib/types/controllers/board-viewport-input.render-controller.d.ts +8 -0
  96. package/lib/types/facade/f-board-ui.d.ts +19 -0
  97. package/lib/types/facade/index.d.ts +1 -0
  98. package/lib/types/index.d.ts +9 -4
  99. package/lib/types/locale/en-US.d.ts +2 -0
  100. package/lib/types/plugin.d.ts +7 -0
  101. package/lib/types/render-adapters/board-element-render-adapter.d.ts +3 -2
  102. package/lib/types/render-objects/board-connector-object.d.ts +17 -5
  103. package/lib/types/render-objects/board-shape-object.d.ts +1 -0
  104. package/lib/types/render-objects/board-viewport-bar-object.d.ts +33 -0
  105. package/lib/types/services/board-canvas-pop-manager.service.d.ts +3 -1
  106. package/lib/types/services/board-clipboard.service.d.ts +10 -3
  107. package/lib/types/services/board-element-edit.service.d.ts +2 -0
  108. package/lib/types/services/board-embed-integration.service.d.ts +9 -0
  109. package/lib/types/services/board-find.service.d.ts +1 -0
  110. package/lib/types/services/board-image-insert.service.d.ts +3 -1
  111. package/lib/types/services/board-pointer-state.service.d.ts +21 -0
  112. package/lib/types/services/board-screenshot.service.d.ts +3 -1
  113. package/lib/types/services/board-settings-menu-contribution.service.d.ts +37 -0
  114. package/lib/types/services/board-settings.service.d.ts +3 -5
  115. package/lib/types/services/board-shortcut-runtime.service.d.ts +32 -0
  116. package/lib/types/services/board-text-editing.service.d.ts +9 -4
  117. package/lib/types/services/board-tool.service.d.ts +3 -1
  118. package/lib/types/services/board-toolbar-contribution.service.d.ts +3 -2
  119. package/lib/types/services/board-ui-state.service.d.ts +2 -1
  120. package/lib/types/services/board-unit-presence-ui-adapter.service.d.ts +32 -0
  121. package/lib/types/services/board-viewport.service.d.ts +2 -1
  122. package/lib/types/utils/board-connector-hit-test.util.d.ts +2 -0
  123. package/lib/types/utils/board-connector-marker-anchor.util.d.ts +0 -1
  124. package/lib/types/utils/board-connector-marker.util.d.ts +21 -0
  125. package/lib/types/utils/board-connector-quick-connect.util.d.ts +1 -0
  126. package/lib/types/utils/board-connector-render-bounds.util.d.ts +0 -1
  127. package/lib/types/utils/board-connector-render-geometry.util.d.ts +33 -0
  128. package/lib/types/utils/board-connector-routing.util.d.ts +13 -1
  129. package/lib/types/utils/board-page-background-image.util.d.ts +15 -0
  130. package/lib/types/utils/board-render-page.util.d.ts +10 -5
  131. package/lib/types/utils/board-shortcut-preconditions.util.d.ts +4 -2
  132. package/lib/types/utils/board-viewport-bar.util.d.ts +55 -0
  133. package/lib/types/utils/board-viewport.util.d.ts +1 -0
  134. package/lib/types/views/BoardConnectorFloatingToolbarControls.d.ts +8 -2
  135. package/lib/types/views/BoardFloatingToolPanel.d.ts +1 -0
  136. package/lib/types/views/BoardPageBackgroundView.d.ts +8 -0
  137. package/lib/types/views/BoardSettingsMenu.d.ts +14 -0
  138. package/lib/types/views/BoardShapeFloatingToolbar.d.ts +2 -3
  139. package/lib/umd/facade.js +1 -1
  140. package/lib/umd/index.js +1 -1
  141. package/lib/umd/locale/ar-SA.js +1 -1
  142. package/lib/umd/locale/ca-ES.js +1 -1
  143. package/lib/umd/locale/de-DE.js +1 -1
  144. package/lib/umd/locale/en-US.js +1 -1
  145. package/lib/umd/locale/es-ES.js +1 -1
  146. package/lib/umd/locale/fa-IR.js +1 -1
  147. package/lib/umd/locale/fr-FR.js +1 -1
  148. package/lib/umd/locale/id-ID.js +1 -1
  149. package/lib/umd/locale/it-IT.js +1 -1
  150. package/lib/umd/locale/ja-JP.js +1 -1
  151. package/lib/umd/locale/ko-KR.js +1 -1
  152. package/lib/umd/locale/pl-PL.js +1 -1
  153. package/lib/umd/locale/pt-BR.js +1 -1
  154. package/lib/umd/locale/ru-RU.js +1 -1
  155. package/lib/umd/locale/sk-SK.js +1 -1
  156. package/lib/umd/locale/vi-VN.js +1 -1
  157. package/lib/umd/locale/zh-CN.js +1 -1
  158. package/lib/umd/locale/zh-HK.js +1 -1
  159. package/lib/umd/locale/zh-TW.js +1 -1
  160. package/package.json +19 -19
@@ -1 +1 @@
1
- function _0x3a82(){const _0x4a543c=['شريط','كتلة\x20سهم\x20يمين','تمكين\x20تغيير\x20الحجم\x20تلقائيًا','تكبير','إضافة\x20حارة\x20في\x20الأسفل','تغيير\x20الحجم','طبقة\x20اللوحة','مجموعة','تراجع','شبه\x20منحرف','مثلث','5658152lMiqbv','تعطيل\x20تغيير\x20الحجم\x20تلقائيًا','تحديد\x20الأشكال\x20لتجميعها','خط\x20(بلا\x20سهم)','أضف\x20وصفًا','موصّل','ثماني','إعادة\x20تسمية','متوسط','الكائنات','خط\x20حياة\x20التخزين\x20ذي\x20الوصول\x20المباشر','تحرير\x20الشكل','أسهم\x20الكتل','الموارد','تعليقات','قوس\x20أيسر','خريطة\x20ذهنية','حجم\x20مخصص','كيان','الشبكة','عنصر\x20نائب','كيان\x20حقل\x20المفتاح','اضافة\x20نص','سهم\x20مفتوح','موصّل\x20معين\x20فارغ','أعمدة','زيادة\x20حجم\x20الخط','بحث','سهم\x20لليمين','تحديد\x20الحاوية\x20الأصل','المقفلة','إعادة\x20تعيين\x20اللون','شجرة\x20إلى\x20اليمين','إلغاء\x20التجميع','مخطط\x20زمني\x20أفقي','أفقي','حارة\x20عمودية','السمة','المخفية','قفل','دائرة','الإعدادات','شكل','رفيع','إخفاء\x20الكل','تحديد\x20الكل','إظهار\x20الكل','شريط\x20الحالة','سداسي','تحديد\x20متعدد\x20/\x20إلغاء\x20التحديد','عريض','تحرير\x20المسار','نسخ\x20النمط','خماسي','إحضار\x20إلى\x20المقدمة','نجمة','عكس\x20الأسهم','97NRAtqe','مثلث\x20معبأ','حفظ','الصف\x20{0}،\x20العمود\x20{1}','إلغاء','رمادي','أشكال\x20المعادلات','خط\x20مستقيم','تحريك\x20الحارة\x20للأسفل','كائن','أزرق','جسر\x20الخط','لا\x20توجد\x20كائنات','حذف\x20المحتوى\x20والحارة','حاوية','الوصف','تحرير\x20شكل','الحالة\x20النهائية','توزيع\x20أفقيًا','مُصنِّف','تحديد\x20الموضع','إغلاق','السمة\x20{0}','الطبقة\x20العائمة','إلغاء\x20القفل','خط\x20حياة\x20الحدود','سهم\x20النهاية','الحارة\x20{0}','لون\x20الخط','إرسال\x20إلى\x20الخلف','تصغير','سهم\x20البداية','أخرى','مخطط\x20الحالات','موصّل\x20سهم\x20معبأ\x20متقطع','إظهار\x20/\x20إخفاء\x20الإضافة\x20السريعة','تخزين\x20البيانات\x203','إضافة\x20عقدة\x20أصل','التفاصيل','عكس\x20التحديد','مثلث\x20قائم\x20الزاوية','إلغاء\x20قفل\x20العضوية','وضع\x20السحب','البيانات','إضافة\x20وصف','إعادة','إدراج\x20نص','قائمة\x20مرقّمة','جزء\x20تسلسل\x20بديل','زائد','طي\x20/\x20فتح\x20العقد\x20الفرعية','الكل','حذف\x20النص','منحنى','سهم\x20مفتوح\x20مزدوج','جدول','أشكال\x20UML\x20مخصصة','قطع\x20الخط\x20خلف\x20النص','إغلاق\x20الاختصارات','قلم','إرسال\x20للخلف','افتراضي','طي\x20/\x20توسيع\x20جميع\x20العقد','ملاحظة\x20لاصقة','تجميع\x20الأشكال','خريطة\x20ذهنية\x20إلى\x20اليسار','متعدد\x20الخطوط','اسم\x20الحارة','توسيط','مائل','نقل\x20المحتوى\x20إلى\x20الحارة\x20التالية\x20وحذف\x20هذه','البحث\x20عن\x20عناصر\x20اللوحة','متقطع','المتصفح','حذف','دائرة\x20بشريط','مخطط\x20تدفق\x20البيانات','أسطوانة','صفحة','exports','عنصر\x20الحارة','إعادة\x20تسمية\x20الحاوية','محاذاة\x20للوسط','قلب\x20عموديًا','الخط','مخطط\x20الفئات','إنشاء\x20نسخة','مكوّن','إعدادات\x20الخط','إضافة\x20عقدة\x20فرعية','مخطط\x20شجري','شَرطة-نقطة','خريطة\x20ذهنية\x20عمودية','سُمك\x20الخط','حدود\x20التسمية','تخزين\x20البيانات\x201','طي\x20/\x20توسيع\x20الحارة','العرض','معين','4\x20:\x203','حل\x20الحاوية','7252WkJQzb','الأشكال\x20الأساسية','كلاسيكي','رجوع','مخطط\x20زمني\x20عمودي','إعادة\x20تسمية\x20الحارة','تحديد\x20المحتوى','نجوم\x20ولافتات','الدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','خريطة\x20ذهنية\x20إلى\x20اليمين','السُّمك','إظهار\x20/\x20إخفاء\x20شريط\x20الأدوات','تكبير\x20/\x20تصغير','توسيع','540205jMysjY','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','الخريطة\x20الذهنية','واجهة','3670758FlWhuV','خط\x20حياة\x20الكيان','صفوف','مخطط\x20تسلسل\x20UML','خريطة\x20ذهنية\x20أفقية','اسحب\x20لإعادة\x20الترتيب','الاسم','SmartArt','محاذاة\x20إلى\x20الأعلى','الحارة','ملاءمة\x20اللوحة','خلفية\x20التسمية','خيارات\x20التكبير/التصغير','مخطط','تحريك\x20الحارة\x20للأعلى','مستطيل\x20ذو\x20زوايا\x20مستديرة','وحدة','خط\x20حياة\x20التحكم','اقتباس','مخطط\x20زمني','إرسال\x20إلى\x20الخلفية','تعليق\x20مستدير\x20الزوايا','ممثل','ملاءمة\x20المحتوى','إخفاء\x20مؤشرات\x20المتعاونين','إضافة\x20حارة','تحديد\x20عميق','إظهار\x20المزيد\x20من\x20الأشكال','اختصارات\x20لوحة\x20المفاتيح','عادي','تكبير\x20إلى\x20التحديد','قوس\x20أيمن','تخزين\x20البيانات\x202','صليب','حارة','بلا','دائرة\x20معبأة','شريط\x20التفعيل','تقديم\x20للأمام','تحديد\x20مجموعات\x20الطبقة\x20العليا','عمودي','موصّل\x20سهم\x20معبأ','التحريك\x20أفقيًا\x20/\x20عموديًا','الحالة\x20الأولية','تكبير\x20إلى\x20100%','كيان\x20نوع\x20الحقل','اسم\x20الكائن','لون\x20النص','المزيد','إخراج\x20من\x20الحاوية','أساسي','قفل\x20العضوية','خط\x20متقطع\x20(بلا\x20سهم)','مخطط\x20انسيابي','التخطيط','فئة','يتوسطه\x20خط','غامق','تحديد\x20دقيق','صورة','فقاعة\x20حوار','مسطّر','منقّط','مستطيل','إخفاء','توزيع\x20عموديًا','شريط\x20مزدوج','تحرير\x20العقدة\x20الحالية','مثلث\x20فارغ','بيضاوي','تجميع','تحرير\x20مسار\x20الفرشاة','حذف\x20الحاوية','1939688cQkPKm','تحرير\x20النص','لصق\x20النمط','اسم\x20الحاوية','محاذاة\x20إلى\x20اليمين','نابض\x20بالحياة','طي\x20الحارة','صفر\x20أو\x20واحد','إدراج','سهم','تحديد\x20شكل','بدء','لصق','موصّل\x20التجميع','2507700QCXyvZ','669258vMkfuU','معين\x20معبأ'];_0x3a82=function(){return _0x4a543c;};return _0x3a82();}const _0x3f34c1=_0x351b;function _0x351b(_0x141998,_0x1640bf){_0x141998=_0x141998-0x17c;const _0x3a82ed=_0x3a82();let _0x351bb5=_0x3a82ed[_0x141998];return _0x351bb5;}(function(_0x39309b,_0x39fc87){const _0x2e1f76=_0x351b,_0x5b374e=_0x39309b();while(!![]){try{const _0x354e07=-parseInt(_0x2e1f76(0x24a))/0x1*(-parseInt(_0x2e1f76(0x19a))/0x2)+parseInt(_0x2e1f76(0x204))/0x3+parseInt(_0x2e1f76(0x1f5))/0x4+-parseInt(_0x2e1f76(0x1a8))/0x5+-parseInt(_0x2e1f76(0x203))/0x6+parseInt(_0x2e1f76(0x1ac))/0x7+-parseInt(_0x2e1f76(0x211))/0x8;if(_0x354e07===_0x39fc87)break;else _0x5b374e['push'](_0x5b374e['shift']());}catch(_0x29c07d){_0x5b374e['push'](_0x5b374e['shift']());}}}(_0x3a82,0x55a90));const e={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':_0x3f34c1(0x186),'fitToContent':_0x3f34c1(0x1c3),'selectContents':_0x3f34c1(0x1a0),'enableAutoResize':_0x3f34c1(0x208),'disableAutoResize':_0x3f34c1(0x212),'lockMembership':_0x3f34c1(0x1df),'unlockMembership':_0x3f34c1(0x273),'disband':_0x3f34c1(0x199),'delete':_0x3f34c1(0x1f4)},'containerChild':{'moveOut':_0x3f34c1(0x1dd),'selectParent':_0x3f34c1(0x22e),'fitParent':'ملاءمة\x20الحاوية\x20الأصل\x20مع\x20المحتوى'},'swimlaneLane':{'add':_0x3f34c1(0x1c5),'addBelow':_0x3f34c1(0x20a),'addRight':'إضافة\x20حارة\x20على\x20اليمين','remove':'حذف\x20الحارة','removeAndMovePrevious':'نقل\x20المحتوى\x20إلى\x20الحارة\x20السابقة\x20وحذف\x20هذه','removeAndPromote':'إخراج\x20المحتوى\x20وحذف\x20الحارة','removeAndDeleteContent':_0x3f34c1(0x257),'removeAndMoveNext':_0x3f34c1(0x290),'rename':_0x3f34c1(0x19f),'movePrevious':_0x3f34c1(0x1ba),'moveNext':_0x3f34c1(0x252),'expand':'توسيع\x20الحارة','collapse':_0x3f34c1(0x1fb)}},'popup':{'containerName':_0x3f34c1(0x1f8),'laneName':_0x3f34c1(0x28d),'cancel':_0x3f34c1(0x24e),'rename':_0x3f34c1(0x218)},'ink':{'finishEditing':'تم','enterEditing':_0x3f34c1(0x244)},'mindMap':{'description':_0x3f34c1(0x259),'descriptionPlaceholder':'أضف\x20وصفًا\x20لهذه\x20العقدة','saveDescription':_0x3f34c1(0x24c)},'panel':{'moreShapes':'أشكال\x20أخرى','more':_0x3f34c1(0x1dc),'back':_0x3f34c1(0x19d),'close':'إغلاق','stickyNote':_0x3f34c1(0x289),'lineColor':_0x3f34c1(0x266),'lineWidth':_0x3f34c1(0x192),'reverseMarkers':_0x3f34c1(0x249),'searchShapes':'البحث\x20عن\x20الأشكال','container':_0x3f34c1(0x258),'swimlane':'حارة','verticalSwimlane':_0x3f34c1(0x235),'horizontalSwimlane':'حارة\x20أفقية','vertical':_0x3f34c1(0x1d4),'horizontal':_0x3f34c1(0x234),'tableCustomSize':_0x3f34c1(0x222),'tableRows':_0x3f34c1(0x1ae),'tableColumns':_0x3f34c1(0x22a),'tableInsert':_0x3f34c1(0x1fd),'customContainer':'مخصص','containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x3f34c1(0x198),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x3f34c1(0x221),'mindMapGroupTree':_0x3f34c1(0x18f),'mindMapGroupTimeline':_0x3f34c1(0x1bf),'mindMapRight':_0x3f34c1(0x1a3),'mindMapLeft':_0x3f34c1(0x28b),'mindMapHorizontal':_0x3f34c1(0x1b0),'mindMapVertical':_0x3f34c1(0x191),'mindMapTreeRight':_0x3f34c1(0x231),'mindMapTreeLeft':'شجرة\x20إلى\x20اليسار','mindMapTreeAlternate':'شجرة\x20متناوبة','mindMapTimelineHorizontal':_0x3f34c1(0x233),'mindMapTimelineVertical':_0x3f34c1(0x19e),'mindMapNodeText':_0x3f34c1(0x227)},'settings':{'collaboratorCursors':'مؤشرات\x20المتعاونين','find':_0x3f34c1(0x22c),'grid':_0x3f34c1(0x224),'preciseSelection':_0x3f34c1(0x1e6),'quickAdd':'إضافة\x20سريعة','theme':_0x3f34c1(0x236),'themeOption':_0x3f34c1(0x260),'themePreviewStart':_0x3f34c1(0x200),'themePreviewData':_0x3f34c1(0x275),'undo':_0x3f34c1(0x20e),'redo':_0x3f34c1(0x277),'settings':_0x3f34c1(0x23a),'objects':_0x3f34c1(0x21a),'findBoardElements':_0x3f34c1(0x17c),'noMatches':'لا\x20توجد\x20نتائج','showDimensions':'إظهار\x20الأبعاد','showToolbar':'إظهار\x20شريط\x20الأدوات','translateInto':'ترجمة\x20إلى'},'objectListPanel':{'title':_0x3f34c1(0x21a),'empty':_0x3f34c1(0x256),'showAll':_0x3f34c1(0x23f),'hideAll':_0x3f34c1(0x23d),'moveForward':'إحضار\x20إلى\x20الأمام','moveBackward':_0x3f34c1(0x267),'close':_0x3f34c1(0x25f),'nameInput':_0x3f34c1(0x1da),'hide':_0x3f34c1(0x1ec),'show':'إظهار','lock':_0x3f34c1(0x238),'unlock':_0x3f34c1(0x262),'details':_0x3f34c1(0x270),'locate':_0x3f34c1(0x25e),'expand':_0x3f34c1(0x1a7),'collapse':'طي','dragToReorder':_0x3f34c1(0x1b1),'search':_0x3f34c1(0x22c),'filterAll':_0x3f34c1(0x27d),'filterHidden':_0x3f34c1(0x237),'filterLocked':_0x3f34c1(0x22f),'sectionCanvas':_0x3f34c1(0x20c),'sectionFloating':_0x3f34c1(0x261),'name':_0x3f34c1(0x1b2),'description':_0x3f34c1(0x259),'descriptionPlaceholder':_0x3f34c1(0x215),'noSelection':'حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','elementTypes':{'object':_0x3f34c1(0x253),'connector':_0x3f34c1(0x216),'container':'حاوية','group':_0x3f34c1(0x20d),'image':'صورة','chart':_0x3f34c1(0x1b9),'page':_0x3f34c1(0x183),'placeholder':_0x3f34c1(0x225),'shape':_0x3f34c1(0x23b),'table':_0x3f34c1(0x281),'text':'نص','smartArt':_0x3f34c1(0x1b3),'video':'فيديو','unit':_0x3f34c1(0x1bc),'dom':'DOM'}},'find':{'lanePosition':_0x3f34c1(0x265),'tableCellPosition':_0x3f34c1(0x24d),'elementTypes':{'connector':_0x3f34c1(0x216),'container':_0x3f34c1(0x258),'group':_0x3f34c1(0x20d),'image':_0x3f34c1(0x1e7),'page':_0x3f34c1(0x183),'placeholder':'عنصر\x20نائب','shape':_0x3f34c1(0x23b),'table':_0x3f34c1(0x281),'text':'نص'}},'themePresets':{'default':_0x3f34c1(0x287),'classic':_0x3f34c1(0x19c),'vintage':'قديم\x20الطراز','gray':_0x3f34c1(0x24f),'vibrant':_0x3f34c1(0x1fa),'blue':_0x3f34c1(0x254)},'toolbar':{'resetColor':_0x3f34c1(0x230),'shape':_0x3f34c1(0x23b),'text':'نص','stickyNote':_0x3f34c1(0x289),'line':_0x3f34c1(0x216),'container':_0x3f34c1(0x258),'swimlane':_0x3f34c1(0x1ce),'table':_0x3f34c1(0x281),'chart':'مخطط','pen':_0x3f34c1(0x285),'mindMap':_0x3f34c1(0x221),'resources':_0x3f34c1(0x21e),'image':_0x3f34c1(0x1e7),'wrapInContainer':'تغليف\x20بحاوية','addSwimlaneLane':'إضافة\x20عنصر\x20حارة','swimlaneMenu':_0x3f34c1(0x1b5),'swimlaneLaneMenu':_0x3f34c1(0x185),'editBrushPath':_0x3f34c1(0x1f3),'arrange':'ترتيب','bringToFront':_0x3f34c1(0x247),'bringForward':_0x3f34c1(0x1d2),'sendBackward':_0x3f34c1(0x286),'sendToBack':_0x3f34c1(0x1c0),'more':'المزيد'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x3f34c1(0x1bb),'oval':_0x3f34c1(0x1f1),'diamond':_0x3f34c1(0x197),'rectangle':_0x3f34c1(0x1eb),'circle':_0x3f34c1(0x239),'cylinder':_0x3f34c1(0x182),'chevron':'شيبرون','rightArrowBlock':_0x3f34c1(0x207),'parallelogram':'متوازي\x20أضلاع','trapezoid':_0x3f34c1(0x20f),'speechBubble':_0x3f34c1(0x1e8),'roundedCallout':_0x3f34c1(0x1c1),'rightTriangle':_0x3f34c1(0x272),'triangle':_0x3f34c1(0x210),'star':_0x3f34c1(0x248),'hexagon':_0x3f34c1(0x241),'pentagon':_0x3f34c1(0x246),'octagon':_0x3f34c1(0x217),'leftArrow':'سهم\x20لليسار','rightArrow':_0x3f34c1(0x22d),'leftRightArrow':'سهم\x20مزدوج','cloud':'سحابة','leftBrace':_0x3f34c1(0x220),'rightBrace':_0x3f34c1(0x1cb),'plus':_0x3f34c1(0x27b),'actor':_0x3f34c1(0x1c2),'boundary':'حدود','control':'تحكم','entity':_0x3f34c1(0x223),'collection':'مجموعة','dataFlowRoundedRectangle':_0x3f34c1(0x1bb),'dataFlowCircle':_0x3f34c1(0x239),'dataFlowRoundedSquare':'مربع\x20ذو\x20زوايا\x20مستديرة','dataStorage1':_0x3f34c1(0x194),'dataStorage2':_0x3f34c1(0x1cc),'dataStorage3':_0x3f34c1(0x26e),'lineNone':_0x3f34c1(0x214),'lineDashedNone':_0x3f34c1(0x1e0),'lineOpenArrow':_0x3f34c1(0x228),'lineDoubleOpenArrow':_0x3f34c1(0x280),'actorLifeline':'خط\x20حياة\x20الممثل','boundaryLifeline':_0x3f34c1(0x263),'controlLifeline':_0x3f34c1(0x1bd),'entityLifeline':_0x3f34c1(0x1ad),'collectionLifeline':'خط\x20حياة\x20المجموعة','objectLifeline':'خط\x20حياة\x20الكائن','magneticDiskLifeline':'خط\x20حياة\x20القرص\x20المغناطيسي','directAccessStorageLifeline':_0x3f34c1(0x21b),'activationBar':_0x3f34c1(0x1d1),'sequenceFragment':'جزء\x20التسلسل','sequenceAlternativeFragment':_0x3f34c1(0x27a),'umlClass':_0x3f34c1(0x1e3),'umlInterface':_0x3f34c1(0x1ab),'umlInterfaceShape':_0x3f34c1(0x1ab),'umlClassifier':_0x3f34c1(0x25d),'umlHollowDiamondConnector':_0x3f34c1(0x229),'umlFilledDiamondConnector':'موصّل\x20معين\x20معبأ','umlFilledArrowConnector':_0x3f34c1(0x1d5),'umlDashedOpenArrowConnector':'موصّل\x20سهم\x20مفتوح\x20متقطع','umlDashedFilledArrowConnector':_0x3f34c1(0x26c),'erdEntity':_0x3f34c1(0x223),'erdKeyField':_0x3f34c1(0x226),'erdFieldType':_0x3f34c1(0x1d9),'erdFull':'كيان\x20نوع\x20حقل\x20المفتاح','initialState':_0x3f34c1(0x1d7),'finalState':_0x3f34c1(0x25b),'stateBar':_0x3f34c1(0x240),'requiredInterface':'الواجهة\x20المطلوبة','assemblyConnector':_0x3f34c1(0x202),'providedInterface':'الواجهة\x20المُقدَّمة','componentBox':'صندوق\x20المكوّن','component':_0x3f34c1(0x18c)},'shapeCategories':{'basics':_0x3f34c1(0x1de),'basicShapes':{'rectangle':'مستطيلات','basicShape':_0x3f34c1(0x19b),'blockArrow':_0x3f34c1(0x21d),'equationShape':_0x3f34c1(0x250),'flowchart':_0x3f34c1(0x1e1),'starAndBanner':_0x3f34c1(0x1a1),'callout':_0x3f34c1(0x21f),'actionButton':'أزرار\x20الإجراءات','other':_0x3f34c1(0x26a)},'classDiagram':_0x3f34c1(0x18a),'dataFlowDiagram':_0x3f34c1(0x181),'line':'خط','entityRelationshipDiagram':'مخطط\x20علاقات\x20الكيانات','umlCustomShapes':_0x3f34c1(0x282),'umlSequenceDiagram':_0x3f34c1(0x1af),'statusDiagram':_0x3f34c1(0x26b),'componentDiagram':'مخطط\x20المكونات'},'connector':{'toolbar':{'sourceMarker':_0x3f34c1(0x269),'swapMarkers':'تبديل\x20الأسهم','targetMarker':_0x3f34c1(0x264),'lineColor':_0x3f34c1(0x266),'lineWidth':_0x3f34c1(0x1a4),'opacityPercent':'الشفافية\x20{0}%','settings':_0x3f34c1(0x18d),'smoothElbow':'خط\x20بزاوية','bridge':_0x3f34c1(0x255),'insertText':_0x3f34c1(0x278),'textSettings':'إعدادات\x20النص','alignLeft':'محاذاة\x20لليسار','alignCenter':_0x3f34c1(0x187),'alignRight':'محاذاة\x20لليمين','bold':_0x3f34c1(0x1e5),'italic':_0x3f34c1(0x28f),'underline':'تسطير','strikethrough':_0x3f34c1(0x1e4),'textColor':_0x3f34c1(0x1db),'editText':_0x3f34c1(0x1f6),'labelFill':_0x3f34c1(0x1b7),'labelBorder':_0x3f34c1(0x193),'transparent':'شفاف','breakLineBehindText':_0x3f34c1(0x283),'textSection':'النص','labelSection':'التسمية','deleteText':_0x3f34c1(0x27e),'more':_0x3f34c1(0x1dc)},'routing':{'straight':_0x3f34c1(0x251),'elbow':'خط\x20بزاوية\x20قائمة','polyline':_0x3f34c1(0x28c),'curve':_0x3f34c1(0x27f)},'strokeWidth':{'thin':_0x3f34c1(0x23c),'regular':_0x3f34c1(0x1c9),'medium':_0x3f34c1(0x219),'bold':_0x3f34c1(0x243)},'dash':{'solid':'مستمر','dashed':_0x3f34c1(0x17d),'dotted':_0x3f34c1(0x1ea),'dashDot':_0x3f34c1(0x190)},'marker':{'none':_0x3f34c1(0x1cf),'arrow':_0x3f34c1(0x1fe),'filledArrow':'سهم\x20معبأ','openArrow':_0x3f34c1(0x228),'triangle':_0x3f34c1(0x210),'filledTriangle':_0x3f34c1(0x24b),'hollowTriangle':_0x3f34c1(0x1f0),'diamond':_0x3f34c1(0x197),'hollowDiamond':'معين\x20فارغ','filledDiamond':_0x3f34c1(0x205),'circle':_0x3f34c1(0x239),'filledCircle':_0x3f34c1(0x1d0),'bar':_0x3f34c1(0x206),'doubleBar':_0x3f34c1(0x1ee),'crowFoot':'قدم\x20الغراب','crowsFoot':'قدم\x20الغراب','barCrowsFoot':'قدم\x20الغراب\x20بشريط','circleCrowsFoot':'قدم\x20الغراب\x20بدائرة','circleBar':_0x3f34c1(0x180),'x':'X','cross':_0x3f34c1(0x1cd),'plus':_0x3f34c1(0x27b),'zeroOrOne':_0x3f34c1(0x1fc),'zeroOrMany':'صفر\x20أو\x20متعدد','oneOrMany':'واحد\x20أو\x20متعدد'}},'zoom':{'dragMode':_0x3f34c1(0x274),'fitContent':_0x3f34c1(0x1c3),'zoomOptions':_0x3f34c1(0x1b8),'zoomTo100':_0x3f34c1(0x1d8),'zoomToFit':'ملاءمة\x20اللوحة','zoomToSelection':_0x3f34c1(0x1ca),'zoomOut':_0x3f34c1(0x268),'resetZoom':'إعادة\x20تعيين\x20التكبير','zoomIn':_0x3f34c1(0x209),'help':'مساعدة'},'shortcutHelp':{'title':_0x3f34c1(0x1c8),'close':_0x3f34c1(0x284),'sections':{'tools':'الأدوات','navigator':_0x3f34c1(0x17e),'view':_0x3f34c1(0x196),'selection':_0x3f34c1(0x1ff),'editing':_0x3f34c1(0x25a),'grouping':_0x3f34c1(0x28a),'swimlane':_0x3f34c1(0x1b5),'mindMap':_0x3f34c1(0x1aa),'layout':_0x3f34c1(0x1e2),'font':_0x3f34c1(0x189)},'items':{'showMoreShapes':_0x3f34c1(0x1c7),'roundedRectangle':'مستطيل\x20ذو\x20زوايا\x20مستديرة','rectangle':_0x3f34c1(0x1eb),'oval':_0x3f34c1(0x1f1),'diamond':_0x3f34c1(0x197),'text':'نص','elbowConnector':'موصّل\x20بزاوية','line':'خط','stickyNote':'ملاحظة\x20لاصقة','search':_0x3f34c1(0x22c),'zoomWheel':_0x3f34c1(0x1a6),'zoomPinch':_0x3f34c1(0x1a6),'zoomTo100':_0x3f34c1(0x1d8),'zoomToSelection':_0x3f34c1(0x1ca),'zoomToFit':_0x3f34c1(0x1b6),'enterFullScreen':_0x3f34c1(0x1a2),'exitFullScreen':_0x3f34c1(0x1a9),'selectShape':'تحديد\x20شكل','selectAll':_0x3f34c1(0x23e),'multipleSelect':_0x3f34c1(0x242),'invertSelection':_0x3f34c1(0x271),'preciseSelection':'تحديد\x20دقيق','deepSelect':_0x3f34c1(0x1c6),'editShape':_0x3f34c1(0x21c),'copy':'نسخ','copyAsImage':'نسخ\x20كصورة','paste':_0x3f34c1(0x201),'cut':'قص','makeCopy':_0x3f34c1(0x18b),'scale':_0x3f34c1(0x20b),'copyStyle':_0x3f34c1(0x245),'pasteStyle':_0x3f34c1(0x1f7),'moveAxisLocked':_0x3f34c1(0x1d6),'flipHorizontal':'قلب\x20أفقيًا','flipVertical':_0x3f34c1(0x188),'undo':'تراجع','redo':'إعادة','toggleQuickAdd':_0x3f34c1(0x26d),'hideCollaboratorsCursors':_0x3f34c1(0x1c4),'toggleToolbar':_0x3f34c1(0x1a5),'delete':_0x3f34c1(0x17f),'group':_0x3f34c1(0x1f2),'ungroup':_0x3f34c1(0x232),'selectUpperLayerGroups':_0x3f34c1(0x1d3),'selectShapesToGroup':_0x3f34c1(0x213),'swimlaneLaneRename':_0x3f34c1(0x19f),'swimlaneLaneToggleCollapsed':_0x3f34c1(0x195),'swimlaneLaneMovePrevious':_0x3f34c1(0x1ba),'swimlaneLaneMoveNext':_0x3f34c1(0x252),'swimlaneLaneRemove':'حذف\x20الحارة','addSiblingNode':'إضافة\x20عقدة\x20شقيقة','addChildNode':_0x3f34c1(0x18e),'addParentNode':_0x3f34c1(0x26f),'foldChildNodes':_0x3f34c1(0x27c),'collapseAllNodes':_0x3f34c1(0x288),'addDescription':_0x3f34c1(0x276),'editCurrentNode':_0x3f34c1(0x1ef),'bringToFront':_0x3f34c1(0x247),'sendToBack':_0x3f34c1(0x1c0),'alignLeft':'محاذاة\x20إلى\x20اليسار','alignRight':_0x3f34c1(0x1f9),'alignTop':_0x3f34c1(0x1b4),'alignBottom':'محاذاة\x20إلى\x20الأسفل','alignMiddle':'توسيط\x20عموديًا','alignCenter':'توسيط\x20أفقيًا','distributeHorizontally':_0x3f34c1(0x25c),'distributeVertically':_0x3f34c1(0x1ed),'disableObjectAlignment':'تعطيل\x20محاذاة\x20الكائنات','increaseFontSize':_0x3f34c1(0x22b),'decreaseFontSize':'تقليل\x20حجم\x20الخط','bold':_0x3f34c1(0x1e5),'strikethrough':_0x3f34c1(0x1e4),'italic':'مائل','underline':_0x3f34c1(0x1e9),'link':'رابط','numberedList':_0x3f34c1(0x279),'bulletedList':'قائمة\x20نقطية','quote':_0x3f34c1(0x1be),'alignTextLeft':'محاذاة\x20إلى\x20اليسار','alignTextRight':_0x3f34c1(0x1f9),'alignTextCenter':_0x3f34c1(0x28e)}}}};module[_0x3f34c1(0x184)]=e;
1
+ const _0x8bf877=_0x1f08;(function(_0x145aa0,_0x16faf6){const _0x1c8383=_0x1f08,_0x1a398e=_0x145aa0();while(!![]){try{const _0x2c82ae=parseInt(_0x1c8383(0x167))/0x1+-parseInt(_0x1c8383(0x228))/0x2+-parseInt(_0x1c8383(0x1fc))/0x3+-parseInt(_0x1c8383(0x142))/0x4*(-parseInt(_0x1c8383(0x1af))/0x5)+parseInt(_0x1c8383(0x21e))/0x6+-parseInt(_0x1c8383(0x15f))/0x7*(parseInt(_0x1c8383(0x1ec))/0x8)+-parseInt(_0x1c8383(0x18f))/0x9*(-parseInt(_0x1c8383(0x1fb))/0xa);if(_0x2c82ae===_0x16faf6)break;else _0x1a398e['push'](_0x1a398e['shift']());}catch(_0x4bdf75){_0x1a398e['push'](_0x1a398e['shift']());}}}(_0x499c,0x5c287));function _0x1f08(_0x1277fc,_0x62189){_0x1277fc=_0x1277fc-0x13b;const _0x499c22=_0x499c();let _0x1f0877=_0x499c22[_0x1277fc];return _0x1f0877;}const e={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':'إعادة\x20تسمية\x20الحاوية','fitToContent':_0x8bf877(0x1cc),'selectContents':_0x8bf877(0x194),'enableAutoResize':_0x8bf877(0x14a),'disableAutoResize':_0x8bf877(0x1f5),'lockMembership':_0x8bf877(0x174),'unlockMembership':_0x8bf877(0x182),'disband':_0x8bf877(0x21c),'delete':'حذف\x20الحاوية'},'containerChild':{'moveOut':_0x8bf877(0x221),'selectParent':_0x8bf877(0x254),'fitParent':_0x8bf877(0x229)},'swimlaneLane':{'add':_0x8bf877(0x170),'addBelow':_0x8bf877(0x24b),'addRight':_0x8bf877(0x1e9),'remove':_0x8bf877(0x172),'removeAndMovePrevious':_0x8bf877(0x219),'removeAndPromote':_0x8bf877(0x1e3),'removeAndDeleteContent':'حذف\x20المحتوى\x20والحارة','removeAndMoveNext':_0x8bf877(0x156),'rename':'إعادة\x20تسمية\x20الحارة','movePrevious':_0x8bf877(0x1c5),'moveNext':_0x8bf877(0x178),'expand':_0x8bf877(0x1c3),'collapse':_0x8bf877(0x1d4)}},'popup':{'containerName':_0x8bf877(0x1f4),'laneName':_0x8bf877(0x206),'cancel':_0x8bf877(0x216),'rename':_0x8bf877(0x1ca)},'ink':{'finishEditing':'تم','enterEditing':_0x8bf877(0x199)},'mindMap':{'description':_0x8bf877(0x155),'descriptionPlaceholder':_0x8bf877(0x236),'saveDescription':'حفظ'},'panel':{'moreShapes':'أشكال\x20أخرى','more':_0x8bf877(0x18a),'back':_0x8bf877(0x1aa),'close':_0x8bf877(0x23a),'stickyNote':_0x8bf877(0x149),'lineColor':_0x8bf877(0x175),'lineWidth':_0x8bf877(0x147),'reverseMarkers':_0x8bf877(0x14f),'searchShapes':'البحث\x20عن\x20الأشكال','container':_0x8bf877(0x1f7),'swimlane':_0x8bf877(0x21a),'verticalSwimlane':'حارة\x20عمودية','horizontalSwimlane':_0x8bf877(0x22f),'vertical':'عمودي','horizontal':_0x8bf877(0x257),'tableCustomSize':_0x8bf877(0x231),'tableRows':'صفوف','tableColumns':'أعمدة','tableInsert':_0x8bf877(0x232),'customContainer':_0x8bf877(0x143),'containerRatio16By9':_0x8bf877(0x1b2),'containerRatio4By3':_0x8bf877(0x220),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x8bf877(0x191),'mindMapGroupTree':_0x8bf877(0x188),'mindMapGroupTimeline':_0x8bf877(0x1a1),'mindMapRight':_0x8bf877(0x1eb),'mindMapLeft':_0x8bf877(0x20e),'mindMapHorizontal':_0x8bf877(0x21f),'mindMapVertical':'خريطة\x20ذهنية\x20عمودية','mindMapTreeRight':'شجرة\x20إلى\x20اليمين','mindMapTreeLeft':_0x8bf877(0x154),'mindMapTreeAlternate':_0x8bf877(0x185),'mindMapTimelineHorizontal':_0x8bf877(0x176),'mindMapTimelineVertical':_0x8bf877(0x1d3),'mindMapNodeText':_0x8bf877(0x19c)},'settings':{'collaboratorCursors':_0x8bf877(0x13d),'find':_0x8bf877(0x214),'grid':'الشبكة','viewportBar':_0x8bf877(0x240),'preciseSelection':_0x8bf877(0x20c),'quickAdd':_0x8bf877(0x1d0),'theme':_0x8bf877(0x173),'themeOption':_0x8bf877(0x1df),'themePreviewStart':_0x8bf877(0x248),'themePreviewData':_0x8bf877(0x1cf),'undo':_0x8bf877(0x22b),'redo':'إعادة','settings':'الإعدادات','objects':_0x8bf877(0x230),'findBoardElements':'البحث\x20عن\x20عناصر\x20اللوحة','noMatches':_0x8bf877(0x160),'showDimensions':_0x8bf877(0x227),'showToolbar':_0x8bf877(0x1a6),'saveAs':_0x8bf877(0x1ce),'translateInto':_0x8bf877(0x24c)},'objectListPanel':{'title':'الكائنات','empty':_0x8bf877(0x249),'showAll':_0x8bf877(0x193),'hideAll':_0x8bf877(0x224),'moveForward':_0x8bf877(0x1b9),'moveBackward':_0x8bf877(0x23d),'close':_0x8bf877(0x23a),'nameInput':'اسم\x20الكائن','hide':'إخفاء','show':_0x8bf877(0x18e),'lock':_0x8bf877(0x189),'unlock':'إلغاء\x20القفل','details':'التفاصيل','locate':_0x8bf877(0x19f),'expand':_0x8bf877(0x166),'collapse':'طي','dragToReorder':_0x8bf877(0x1a0),'search':_0x8bf877(0x214),'filterAll':_0x8bf877(0x164),'filterHidden':_0x8bf877(0x200),'filterLocked':_0x8bf877(0x1d1),'sectionCanvas':_0x8bf877(0x21d),'sectionFloating':_0x8bf877(0x244),'name':_0x8bf877(0x18d),'description':_0x8bf877(0x155),'descriptionPlaceholder':_0x8bf877(0x1ac),'noSelection':_0x8bf877(0x181),'elementTypes':{'object':_0x8bf877(0x1ed),'connector':_0x8bf877(0x1b8),'container':'حاوية','group':_0x8bf877(0x237),'image':_0x8bf877(0x238),'chart':_0x8bf877(0x1bc),'page':_0x8bf877(0x140),'placeholder':_0x8bf877(0x1ad),'shape':_0x8bf877(0x1ef),'table':'جدول','text':'نص','smartArt':_0x8bf877(0x255),'video':_0x8bf877(0x1f1),'unit':_0x8bf877(0x1bb),'dom':_0x8bf877(0x233)}},'find':{'lanePosition':_0x8bf877(0x24a),'tableCellPosition':_0x8bf877(0x14b),'elementTypes':{'connector':'موصّل','container':_0x8bf877(0x1f7),'group':'مجموعة','image':_0x8bf877(0x238),'page':_0x8bf877(0x140),'placeholder':'عنصر\x20نائب','shape':'شكل','table':_0x8bf877(0x1a7),'text':'نص'}},'themePresets':{'default':_0x8bf877(0x1ff),'classic':_0x8bf877(0x208),'vintage':'قديم\x20الطراز','gray':_0x8bf877(0x1f2),'vibrant':_0x8bf877(0x1d7),'blue':_0x8bf877(0x20f)},'toolbar':{'resetColor':_0x8bf877(0x1f8),'shape':'شكل','text':'نص','stickyNote':_0x8bf877(0x149),'line':_0x8bf877(0x1b8),'container':_0x8bf877(0x1f7),'swimlane':'حارة','table':_0x8bf877(0x1a7),'chart':_0x8bf877(0x1bc),'pen':_0x8bf877(0x18b),'mindMap':_0x8bf877(0x191),'resources':'الموارد','image':_0x8bf877(0x238),'wrapInContainer':_0x8bf877(0x195),'addSwimlaneLane':'إضافة\x20عنصر\x20حارة','swimlaneMenu':_0x8bf877(0x1e0),'swimlaneLaneMenu':_0x8bf877(0x1fd),'editBrushPath':_0x8bf877(0x247),'arrange':_0x8bf877(0x145),'bringToFront':_0x8bf877(0x14e),'bringForward':_0x8bf877(0x17f),'sendBackward':'إرسال\x20للخلف','sendToBack':_0x8bf877(0x209),'more':_0x8bf877(0x18a)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x8bf877(0x1e2),'oval':'بيضاوي','diamond':_0x8bf877(0x197),'rectangle':_0x8bf877(0x13b),'circle':_0x8bf877(0x1a5),'cylinder':_0x8bf877(0x14d),'chevron':_0x8bf877(0x22c),'rightArrowBlock':'كتلة\x20سهم\x20يمين','parallelogram':_0x8bf877(0x207),'trapezoid':_0x8bf877(0x245),'speechBubble':_0x8bf877(0x1ba),'roundedCallout':'تعليق\x20مستدير\x20الزوايا','rightTriangle':_0x8bf877(0x241),'triangle':'مثلث','star':_0x8bf877(0x1f6),'hexagon':'سداسي','pentagon':'خماسي','octagon':_0x8bf877(0x1bd),'leftArrow':_0x8bf877(0x24f),'rightArrow':'سهم\x20لليمين','leftRightArrow':_0x8bf877(0x1e4),'cloud':'سحابة','leftBrace':'قوس\x20أيسر','rightBrace':_0x8bf877(0x21b),'plus':'زائد','actor':_0x8bf877(0x157),'boundary':_0x8bf877(0x152),'control':'تحكم','entity':_0x8bf877(0x1ab),'collection':'مجموعة','dataFlowRoundedRectangle':_0x8bf877(0x1e2),'dataFlowCircle':_0x8bf877(0x1a5),'dataFlowRoundedSquare':_0x8bf877(0x1fe),'dataStorage1':_0x8bf877(0x148),'dataStorage2':_0x8bf877(0x235),'dataStorage3':_0x8bf877(0x1e1),'lineNone':_0x8bf877(0x1c1),'lineDashedNone':_0x8bf877(0x1d9),'lineOpenArrow':_0x8bf877(0x218),'lineDoubleOpenArrow':_0x8bf877(0x259),'actorLifeline':_0x8bf877(0x1f9),'boundaryLifeline':_0x8bf877(0x169),'controlLifeline':_0x8bf877(0x1b7),'entityLifeline':_0x8bf877(0x17e),'collectionLifeline':_0x8bf877(0x1ea),'objectLifeline':_0x8bf877(0x1de),'magneticDiskLifeline':'خط\x20حياة\x20القرص\x20المغناطيسي','directAccessStorageLifeline':_0x8bf877(0x15a),'activationBar':_0x8bf877(0x215),'sequenceFragment':'جزء\x20التسلسل','sequenceAlternativeFragment':'جزء\x20تسلسل\x20بديل','umlClass':_0x8bf877(0x163),'umlInterface':_0x8bf877(0x1d6),'umlInterfaceShape':'واجهة','umlClassifier':_0x8bf877(0x150),'umlHollowDiamondConnector':'موصّل\x20معين\x20فارغ','umlFilledDiamondConnector':'موصّل\x20معين\x20معبأ','umlFilledArrowConnector':_0x8bf877(0x19a),'umlDashedOpenArrowConnector':_0x8bf877(0x1be),'umlDashedFilledArrowConnector':_0x8bf877(0x250),'erdEntity':_0x8bf877(0x1ab),'erdKeyField':_0x8bf877(0x16e),'erdFieldType':_0x8bf877(0x1b4),'erdFull':_0x8bf877(0x1b0),'initialState':_0x8bf877(0x16b),'finalState':'الحالة\x20النهائية','stateBar':_0x8bf877(0x252),'requiredInterface':_0x8bf877(0x239),'assemblyConnector':_0x8bf877(0x1f0),'providedInterface':_0x8bf877(0x222),'componentBox':_0x8bf877(0x1c7),'component':'مكوّن'},'shapeCategories':{'basics':_0x8bf877(0x22a),'basicShapes':{'rectangle':'مستطيلات','basicShape':_0x8bf877(0x1a9),'blockArrow':_0x8bf877(0x217),'equationShape':_0x8bf877(0x205),'flowchart':'مخطط\x20انسيابي','starAndBanner':_0x8bf877(0x16a),'callout':_0x8bf877(0x1da),'actionButton':_0x8bf877(0x1b3),'other':_0x8bf877(0x246)},'classDiagram':_0x8bf877(0x15e),'dataFlowDiagram':'مخطط\x20تدفق\x20البيانات','line':'خط','entityRelationshipDiagram':'مخطط\x20علاقات\x20الكيانات','umlCustomShapes':_0x8bf877(0x1a2),'umlSequenceDiagram':_0x8bf877(0x159),'statusDiagram':_0x8bf877(0x17d),'componentDiagram':_0x8bf877(0x1b1)},'connector':{'toolbar':{'sourceMarker':_0x8bf877(0x16c),'swapMarkers':_0x8bf877(0x183),'targetMarker':_0x8bf877(0x153),'lineColor':_0x8bf877(0x175),'lineWidth':_0x8bf877(0x234),'opacityPercent':_0x8bf877(0x13f),'settings':'إعدادات\x20الخط','smoothElbow':'خط\x20بزاوية','bridge':'جسر\x20الخط','insertText':_0x8bf877(0x179),'textSettings':_0x8bf877(0x17a),'alignLeft':'محاذاة\x20لليسار','alignCenter':'محاذاة\x20للوسط','alignRight':'محاذاة\x20لليمين','bold':'غامق','italic':_0x8bf877(0x1c9),'underline':_0x8bf877(0x1e6),'strikethrough':'يتوسطه\x20خط','textColor':'لون\x20النص','editText':_0x8bf877(0x1ae),'labelFill':_0x8bf877(0x190),'labelBorder':_0x8bf877(0x1e8),'transparent':_0x8bf877(0x162),'breakLineBehindText':_0x8bf877(0x23b),'textSection':_0x8bf877(0x180),'labelSection':'التسمية','deleteText':_0x8bf877(0x1b5),'more':_0x8bf877(0x18a)},'routing':{'straight':_0x8bf877(0x253),'elbow':_0x8bf877(0x1fa),'polyline':_0x8bf877(0x213),'curve':'منحنى'},'strokeWidth':{'thin':'رفيع','regular':_0x8bf877(0x186),'medium':_0x8bf877(0x171),'bold':'عريض'},'dash':{'solid':_0x8bf877(0x18c),'dashed':_0x8bf877(0x19d),'dotted':'منقّط','dashDot':'شَرطة-نقطة'},'marker':{'none':'بلا','arrow':'سهم','filledArrow':_0x8bf877(0x23e),'openArrow':_0x8bf877(0x218),'triangle':'مثلث','filledTriangle':'مثلث\x20معبأ','hollowTriangle':_0x8bf877(0x204),'diamond':'معين','hollowDiamond':_0x8bf877(0x165),'filledDiamond':_0x8bf877(0x146),'circle':_0x8bf877(0x1a5),'filledCircle':'دائرة\x20معبأة','bar':'شريط','doubleBar':_0x8bf877(0x23c),'crowFoot':_0x8bf877(0x15d),'crowsFoot':_0x8bf877(0x15d),'barCrowsFoot':_0x8bf877(0x15b),'circleCrowsFoot':_0x8bf877(0x177),'circleBar':_0x8bf877(0x1a4),'x':'X','cross':'صليب','plus':'زائد','zeroOrOne':_0x8bf877(0x17b),'zeroOrMany':'صفر\x20أو\x20متعدد','oneOrMany':_0x8bf877(0x161)}},'zoom':{'dragMode':'وضع\x20السحب','fitContent':_0x8bf877(0x1cc),'zoomOptions':_0x8bf877(0x24d),'zoomTo100':_0x8bf877(0x225),'zoomToFit':_0x8bf877(0x1ee),'zoomToSelection':_0x8bf877(0x1b6),'zoomOut':_0x8bf877(0x23f),'resetZoom':_0x8bf877(0x202),'zoomIn':'تكبير','help':_0x8bf877(0x203)},'shortcutHelp':{'title':_0x8bf877(0x256),'close':'إغلاق\x20الاختصارات','sections':{'tools':_0x8bf877(0x13e),'navigator':'المتصفح','view':_0x8bf877(0x184),'selection':_0x8bf877(0x1c4),'editing':'تحرير\x20شكل','grouping':_0x8bf877(0x151),'swimlane':_0x8bf877(0x1e0),'mindMap':_0x8bf877(0x196),'layout':_0x8bf877(0x17c),'font':'الخط'},'items':{'showMoreShapes':'إظهار\x20المزيد\x20من\x20الأشكال','roundedRectangle':_0x8bf877(0x1e2),'rectangle':_0x8bf877(0x13b),'oval':_0x8bf877(0x1c8),'diamond':_0x8bf877(0x197),'text':'نص','elbowConnector':'موصّل\x20بزاوية','line':'خط','stickyNote':_0x8bf877(0x149),'search':'بحث','zoomWheel':_0x8bf877(0x1dc),'zoomPinch':_0x8bf877(0x1dc),'zoomTo100':'تكبير\x20إلى\x20100%','zoomToSelection':_0x8bf877(0x1b6),'zoomToFit':'ملاءمة\x20اللوحة','enterFullScreen':_0x8bf877(0x158),'exitFullScreen':_0x8bf877(0x141),'selectShape':_0x8bf877(0x1c4),'selectAll':'تحديد\x20الكل','multipleSelect':_0x8bf877(0x1a8),'invertSelection':'عكس\x20التحديد','preciseSelection':_0x8bf877(0x20c),'deepSelect':_0x8bf877(0x1d2),'editShape':_0x8bf877(0x19e),'copy':'نسخ','copyAsImage':_0x8bf877(0x243),'paste':_0x8bf877(0x22e),'cut':'قص','makeCopy':_0x8bf877(0x1c0),'scale':_0x8bf877(0x223),'copyStyle':_0x8bf877(0x1dd),'pasteStyle':_0x8bf877(0x20d),'moveAxisLocked':_0x8bf877(0x211),'flipHorizontal':'قلب\x20أفقيًا','flipVertical':_0x8bf877(0x1e7),'undo':'تراجع','redo':_0x8bf877(0x212),'toggleQuickAdd':_0x8bf877(0x15c),'hideCollaboratorsCursors':_0x8bf877(0x168),'toggleToolbar':'إظهار\x20/\x20إخفاء\x20شريط\x20الأدوات','delete':_0x8bf877(0x24e),'group':_0x8bf877(0x1a3),'ungroup':_0x8bf877(0x187),'selectUpperLayerGroups':'تحديد\x20مجموعات\x20الطبقة\x20العليا','selectShapesToGroup':_0x8bf877(0x144),'swimlaneLaneRename':_0x8bf877(0x1cb),'swimlaneLaneToggleCollapsed':_0x8bf877(0x22d),'swimlaneLaneMovePrevious':_0x8bf877(0x1c5),'swimlaneLaneMoveNext':'تحريك\x20الحارة\x20للأسفل','swimlaneLaneRemove':_0x8bf877(0x172),'addSiblingNode':_0x8bf877(0x1e5),'addChildNode':_0x8bf877(0x1cd),'addParentNode':_0x8bf877(0x251),'foldChildNodes':_0x8bf877(0x1d8),'collapseAllNodes':_0x8bf877(0x20a),'addDescription':_0x8bf877(0x258),'editCurrentNode':_0x8bf877(0x192),'bringToFront':_0x8bf877(0x14e),'sendToBack':_0x8bf877(0x209),'alignLeft':'محاذاة\x20إلى\x20اليسار','alignRight':_0x8bf877(0x20b),'alignTop':_0x8bf877(0x19b),'alignBottom':_0x8bf877(0x16d),'alignMiddle':_0x8bf877(0x1db),'alignCenter':_0x8bf877(0x226),'distributeHorizontally':_0x8bf877(0x1c2),'distributeVertically':_0x8bf877(0x1f3),'disableObjectAlignment':_0x8bf877(0x242),'increaseFontSize':_0x8bf877(0x1bf),'decreaseFontSize':_0x8bf877(0x198),'bold':'غامق','strikethrough':_0x8bf877(0x1d5),'italic':_0x8bf877(0x1c9),'underline':_0x8bf877(0x201),'link':_0x8bf877(0x13c),'numberedList':_0x8bf877(0x1c6),'bulletedList':_0x8bf877(0x14c),'quote':_0x8bf877(0x25a),'alignTextLeft':_0x8bf877(0x16f),'alignTextRight':_0x8bf877(0x20b),'alignTextCenter':_0x8bf877(0x210)}}}};module['exports']=e;function _0x499c(){const _0x140c07=['2506ExFhGC','لا\x20توجد\x20نتائج','واحد\x20أو\x20متعدد','شفاف','فئة','الكل','معين\x20فارغ','توسيع','60628ZMNTeC','إخفاء\x20مؤشرات\x20المتعاونين','خط\x20حياة\x20الحدود','نجوم\x20ولافتات','الحالة\x20الأولية','سهم\x20البداية','محاذاة\x20إلى\x20الأسفل','كيان\x20حقل\x20المفتاح','محاذاة\x20إلى\x20اليسار','إضافة\x20حارة','متوسط','حذف\x20الحارة','السمة','قفل\x20العضوية','لون\x20الخط','مخطط\x20زمني\x20أفقي','قدم\x20الغراب\x20بدائرة','تحريك\x20الحارة\x20للأسفل','إدراج\x20نص','إعدادات\x20النص','صفر\x20أو\x20واحد','التخطيط','مخطط\x20الحالات','خط\x20حياة\x20الكيان','تقديم\x20للأمام','النص','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','إلغاء\x20قفل\x20العضوية','تبديل\x20الأسهم','العرض','شجرة\x20متناوبة','عادي','إلغاء\x20التجميع','مخطط\x20شجري','قفل','المزيد','قلم','مستمر','الاسم','إظهار','7487253cOYjfj','خلفية\x20التسمية','خريطة\x20ذهنية','تحرير\x20العقدة\x20الحالية','إظهار\x20الكل','تحديد\x20المحتوى','تغليف\x20بحاوية','الخريطة\x20الذهنية','معين','تقليل\x20حجم\x20الخط','تحرير\x20المسار','موصّل\x20سهم\x20معبأ','محاذاة\x20إلى\x20الأعلى','اضافة\x20نص','متقطع','تحرير\x20الشكل','تحديد\x20الموضع','اسحب\x20لإعادة\x20الترتيب','مخطط\x20زمني','أشكال\x20UML\x20مخصصة','تجميع','دائرة\x20بشريط','دائرة','إظهار\x20شريط\x20الأدوات','جدول','تحديد\x20متعدد\x20/\x20إلغاء\x20التحديد','الأشكال\x20الأساسية','رجوع','كيان','أضف\x20وصفًا','عنصر\x20نائب','تحرير\x20النص','1898405zsIOAk','كيان\x20نوع\x20حقل\x20المفتاح','مخطط\x20المكونات','16\x20:\x209','أزرار\x20الإجراءات','كيان\x20نوع\x20الحقل','حذف\x20النص','تكبير\x20إلى\x20التحديد','خط\x20حياة\x20التحكم','موصّل','إحضار\x20إلى\x20الأمام','فقاعة\x20حوار','وحدة','مخطط','ثماني','موصّل\x20سهم\x20مفتوح\x20متقطع','زيادة\x20حجم\x20الخط','إنشاء\x20نسخة','خط\x20(بلا\x20سهم)','توزيع\x20أفقيًا','توسيع\x20الحارة','تحديد\x20شكل','تحريك\x20الحارة\x20للأعلى','قائمة\x20مرقّمة','صندوق\x20المكوّن','بيضاوي','مائل','إعادة\x20تسمية','إعادة\x20تسمية\x20الحارة','ملاءمة\x20المحتوى','إضافة\x20عقدة\x20فرعية','حفظ\x20باسم','البيانات','إضافة\x20سريعة','المقفلة','تحديد\x20عميق','مخطط\x20زمني\x20عمودي','طي\x20الحارة','يتوسطه\x20خط','واجهة','نابض\x20بالحياة','طي\x20/\x20فتح\x20العقد\x20الفرعية','خط\x20متقطع\x20(بلا\x20سهم)','تعليقات','توسيط\x20عموديًا','تكبير\x20/\x20تصغير','نسخ\x20النمط','خط\x20حياة\x20الكائن','السمة\x20{0}','الحارة','تخزين\x20البيانات\x203','مستطيل\x20ذو\x20زوايا\x20مستديرة','إخراج\x20المحتوى\x20وحذف\x20الحارة','سهم\x20مزدوج','إضافة\x20عقدة\x20شقيقة','تسطير','قلب\x20عموديًا','حدود\x20التسمية','إضافة\x20حارة\x20على\x20اليمين','خط\x20حياة\x20المجموعة','خريطة\x20ذهنية\x20إلى\x20اليمين','8416bdjvDn','كائن','ملاءمة\x20اللوحة','شكل','موصّل\x20التجميع','فيديو','رمادي','توزيع\x20عموديًا','اسم\x20الحاوية','تعطيل\x20تغيير\x20الحجم\x20تلقائيًا','نجمة','حاوية','إعادة\x20تعيين\x20اللون','خط\x20حياة\x20الممثل','خط\x20بزاوية\x20قائمة','10qqzEaq','1027704HZhGHU','عنصر\x20الحارة','مربع\x20ذو\x20زوايا\x20مستديرة','افتراضي','المخفية','مسطّر','إعادة\x20تعيين\x20التكبير','مساعدة','مثلث\x20فارغ','أشكال\x20المعادلات','اسم\x20الحارة','متوازي\x20أضلاع','كلاسيكي','إرسال\x20إلى\x20الخلفية','طي\x20/\x20توسيع\x20جميع\x20العقد','محاذاة\x20إلى\x20اليمين','تحديد\x20دقيق','لصق\x20النمط','خريطة\x20ذهنية\x20إلى\x20اليسار','أزرق','توسيط','التحريك\x20أفقيًا\x20/\x20عموديًا','إعادة','متعدد\x20الخطوط','بحث','شريط\x20التفعيل','إلغاء','أسهم\x20الكتل','سهم\x20مفتوح','نقل\x20المحتوى\x20إلى\x20الحارة\x20السابقة\x20وحذف\x20هذه','حارة','قوس\x20أيمن','حل\x20الحاوية','طبقة\x20اللوحة','2586132yqkbMf','خريطة\x20ذهنية\x20أفقية','4\x20:\x203','إخراج\x20من\x20الحاوية','الواجهة\x20المُقدَّمة','تغيير\x20الحجم','إخفاء\x20الكل','تكبير\x20إلى\x20100%','توسيط\x20أفقيًا','إظهار\x20الأبعاد','1213170PZXGmF','ملاءمة\x20الحاوية\x20الأصل\x20مع\x20المحتوى','أساسي','تراجع','شيبرون','طي\x20/\x20توسيع\x20الحارة','لصق','حارة\x20أفقية','الكائنات','حجم\x20مخصص','إدراج','DOM','السُّمك','تخزين\x20البيانات\x202','أضف\x20وصفًا\x20لهذه\x20العقدة','مجموعة','صورة','الواجهة\x20المطلوبة','إغلاق','قطع\x20الخط\x20خلف\x20النص','شريط\x20مزدوج','إرسال\x20إلى\x20الخلف','سهم\x20معبأ','تصغير','شريط\x20تمرير\x20منفذ\x20العرض','مثلث\x20قائم\x20الزاوية','تعطيل\x20محاذاة\x20الكائنات','نسخ\x20كصورة','الطبقة\x20العائمة','شبه\x20منحرف','أخرى','تحرير\x20مسار\x20الفرشاة','بدء','لا\x20توجد\x20كائنات','الحارة\x20{0}','إضافة\x20حارة\x20في\x20الأسفل','ترجمة\x20إلى','خيارات\x20التكبير/التصغير','حذف','سهم\x20لليسار','موصّل\x20سهم\x20معبأ\x20متقطع','إضافة\x20عقدة\x20أصل','شريط\x20الحالة','خط\x20مستقيم','تحديد\x20الحاوية\x20الأصل','SmartArt','اختصارات\x20لوحة\x20المفاتيح','أفقي','إضافة\x20وصف','سهم\x20مفتوح\x20مزدوج','اقتباس','مستطيل','رابط','مؤشرات\x20المتعاونين','الأدوات','الشفافية\x20{0}%','صفحة','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','4RJkdrq','مخصص','تحديد\x20الأشكال\x20لتجميعها','ترتيب','معين\x20معبأ','سُمك\x20الخط','تخزين\x20البيانات\x201','ملاحظة\x20لاصقة','تمكين\x20تغيير\x20الحجم\x20تلقائيًا','الصف\x20{0}،\x20العمود\x20{1}','قائمة\x20نقطية','أسطوانة','إحضار\x20إلى\x20المقدمة','عكس\x20الأسهم','مُصنِّف','تجميع\x20الأشكال','حدود','سهم\x20النهاية','شجرة\x20إلى\x20اليسار','الوصف','نقل\x20المحتوى\x20إلى\x20الحارة\x20التالية\x20وحذف\x20هذه','ممثل','الدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','مخطط\x20تسلسل\x20UML','خط\x20حياة\x20التخزين\x20ذي\x20الوصول\x20المباشر','قدم\x20الغراب\x20بشريط','إظهار\x20/\x20إخفاء\x20الإضافة\x20السريعة','قدم\x20الغراب','مخطط\x20الفئات'];_0x499c=function(){return _0x140c07;};return _0x499c();}
@@ -1 +1 @@
1
- function _0x33db(){const _0x333325=['Línia\x20de\x20vida\x20de\x20l\x20actor','Subratllat','Fila\x20{0},\x20columna\x20{1}','Configuració\x20de\x20la\x20línia','Puntejat','Vista','Triangle','Cercle\x20ple','Oval','Connector','Dades','Desfés','Línia\x20en\x20angle\x20recte','Porta\x20endavant','Línia\x20de\x20temps','Enllaç','Fragment\x20de\x20seqüència\x20alternativa','81cMGtlE','Diagrama\x20de\x20classes','Llista\x20amb\x20vinyetes','Fletxa\x20oberta','Alinea\x20a\x20la\x20dreta','Descripció','Tanca','Diagrama\x20de\x20flux','Fletxa\x20plena','Suprimeix\x20el\x20carril','Selecció\x20precisa','Més','Cerca\x20formes','Barra\x20d\x20estat','Pota\x20d\x20ànec\x20amb\x20barra','Núvol','Actor','Mou\x20el\x20contingut\x20al\x20carril\x20següent\x20i\x20suprimeix','Xevró','Zero\x20o\x20molts','Discontínua','Entitat\x20de\x20camp\x20clau','Distribueix\x20horitzontalment','Rectangle','Insereix\x20text','DOM','Objectes','Pota\x20d\x20ànec','Mou\x20el\x20carril\x20amunt','Configuració','Amplia\x20/\x20redueix','Zoom\x20al\x20100%','Diagrama\x20de\x20flux\x20de\x20dades','Caixa\x20de\x20component','Color\x20del\x20text','Fragment\x20de\x20seqüència','Rombe\x20ple','Línia','Hexàgon','Insereix','Fletxa\x20esquerra-dreta','Interromp\x20la\x20línia\x20darrere\x20del\x20text','Línia\x20de\x20vida\x20del\x20límit','1387324EOkXrt','Addició\x20ràpida','16\x20:\x209','Porta\x20al\x20davant','Connector\x20fletxa\x20oberta\x20discontínua','Connector\x20rombe\x20ple','Línia\x20de\x20vida\x20de\x20l\x20objecte','Cercle','266eaavPd','Recursos','Selecciona\x20grups\x20de\x20nivell\x20superior','Desactiva\x20l\x20alineació\x20d\x20objectes','Barra\x20d\x20activació','Mou\x20horitzontalment\x20/\x20verticalment','Normal','Bloqueja','Línia\x20de\x20temps\x20horitzontal','Pentàgon','Línia\x20de\x20vida\x20de\x20l\x20emmagatzematge\x20d\x20accés\x20directe','Pota\x20d\x20ànec\x20amb\x20cercle','Navegador','Nom\x20del\x20contenidor','Interfície\x20proporcionada','Línia\x20(sense\x20fletxa)','Surt\x20de\x20la\x20pantalla\x20completa','Afegeix\x20node\x20pare','Tanca\x20les\x20dreceres','Polilínia','Vertical','Cercle\x20amb\x20barra','4862635flmGTm','Entra\x20en\x20pantalla\x20completa','Bloc\x20de\x20fletxa\x20a\x20la\x20dreta','Cerca\x20elements\x20del\x20tauler','Replega\x20el\x20carril','Refés','Dissol\x20el\x20contenidor','Capa\x20del\x20llenç','Grup','Trapezi','Nom\x20de\x20l’objecte','Triangle\x20rectangle','3099222akfXLI','Forma','Amaga’ls\x20tots','Fletxa\x20a\x20l’esquerra','Bafarada','Línia\x20de\x20vida\x20del\x20disc\x20magnètic','Estat\x20inicial','2786610cUPAHs','Zoom\x20a\x20la\x20selecció','Gruix\x20de\x20la\x20línia','Un\x20o\x20molts','Cita','Inverteix\x20la\x20selecció','Objecte','Opcions\x20de\x20zoom','Tradueix\x20al','Cancel·la','Edita\x20forma','Replega\x20/\x20expandeix\x20el\x20carril','Canvia\x20el\x20nom\x20del\x20contenidor','Línia\x20recta','Capa\x20flotant','Centra\x20verticalment','Octàgon','Connector\x20fletxa\x20plena\x20discontínua','Ajusta\x20el\x20contenidor\x20pare\x20al\x20contingut','Eines','Distribueix\x20verticalment','Mostra\x20més\x20formes','Alinea\x20a\x20la\x20part\x20superior','Edita\x20el\x20traç\x20del\x20pinzell','Cap','Selecció\x20múltiple\x20/\x20deselecciona','Diagrama\x20entitat-relació','Afegeix\x20node\x20germà','Afegeix\x20una\x20descripció','Carril\x20vertical','Emmagatzematge\x20de\x20dades\x201','285976puPvMJ','Bloqueja\x20la\x20pertinença','Suprimeix\x20el\x20text','Selecciona\x20formes\x20a\x20agrupar','Fletxa\x20d\x20origen','Dreceres\x20de\x20teclat','Mida\x20personalitzada','Doble\x20fletxa\x20oberta','Contenidor','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Formes\x20UML\x20personalitzades','Límit','Fons\x20de\x20l’etiqueta','Triangle\x20ple','Cursiva','Desa','Mostra\x20les\x20dimensions','Blau','Mapa\x20mental\x20cap\x20a\x20la\x20dreta','Col·lecció','Arrossegueu\x20per\x20reordenar','Opacitat\x20{0}%','Enganxa','Negreta','Replega\x20/\x20expandeix\x20tots\x20els\x20nodes','Mapa\x20mental\x20cap\x20a\x20l\x27esquerra','Línia\x20en\x20angle','Pàgina','Vídeo','Replega','60264nPvtUA','Graella','Classe','Gris','Formes\x20d\x20equació','Replega\x20/\x20desplega\x20els\x20nodes\x20fills','Entitat','Botons\x20d\x20acció','Nom\x20del\x20carril','Afegeix\x20una\x20descripció\x20per\x20a\x20aquest\x20node','Selecciona\x20el\x20contingut','Llista\x20numerada','Arbre\x20a\x20la\x20dreta','Imatge','SmartArt','Mou\x20el\x20contingut\x20al\x20carril\x20anterior\x20i\x20suprimeix','Control','Carril','Canvia\x20el\x20nom\x20del\x20carril','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Afegeix\x20un\x20carril\x20a\x20la\x20dreta','Reinicia\x20el\x20color','Text','exports','Agrupa','Mostra','Retalla','Pont\x20de\x20línia','Columnes','Cerca','Mostra\x20la\x20barra\x20d’eines','Ajuda','Prim','Sòlid','Ratllat','Desbloqueja\x20la\x20pertinença','Edita\x20el\x20traç','22266312USbsOi','Color\x20de\x20la\x20línia','Envia\x20enrere','Edita\x20el\x20text','Personalitzat','Treu\x20del\x20contenidor','Vora\x20de\x20l’etiqueta','Interfície','Mapa\x20mental\x20horitzontal','Arbre\x20altern','Diagrama\x20d\x20estats','Mapa\x20mental','Nota\x20adhesiva','Fletxa\x20de\x20destí','Diagrama\x20d\x27arbre','Marcador\x20de\x20posició','Estat\x20final','Connector\x20rombe\x20buit','Suprimeix\x20el\x20contingut\x20i\x20el\x20carril','Mostra\x20/\x20amaga\x20Addició\x20ràpida','Línia-punt','Embolica\x20en\x20un\x20contenidor','Redueix','Mou\x20el\x20carril\x20avall','Edita\x20el\x20node\x20actual','Centra','Vintage','Tipus\x20de\x20lletra','Triangle\x20buit','Expandeix\x20el\x20carril','Crides','Afegeix\x20node\x20fill','Diagrama\x20de\x20components','Alinea\x20a\x20l\x27esquerra','Línia\x20de\x20vida\x20de\x20la\x20col\x20lecció','Línia\x20discontínua\x20(sense\x20fletxa)','Tema\x20{0}','Inverteix\x20les\x20fletxes','Porta\x20al\x20fons','Ocults','Clau\x20esquerra','Ajusta\x20al\x20llenç','Classificador','Entitat\x20de\x20tipus\x20de\x20camp\x20clau','Connector\x20de\x20muntatge','6RXSrUf','Emmagatzematge\x20de\x20dades\x203','Arbre\x20a\x20l\x27esquerra','Alinea\x20a\x20l’esquerra','Inici','Clàssic','Mapa\x20mental\x20vertical','Estrella','Barra','33tnNXdM','Connector\x20en\x20angle','Endavant','Unitat','Línia\x20de\x20temps\x20vertical','Enrere','1\x20:\x201','Entitat\x20de\x20tipus\x20de\x20camp','Llapis','Rombe','Connector\x20fletxa\x20plena','Clau\x20dreta','Taula','2RQplmz','Fletxa\x20a\x20la\x20dreta','Reinicia\x20el\x20zoom','Rectangles','Més\x20formes','Predeterminat','Centra\x20horitzontalment','Creu','Intercanvia\x20les\x20fletxes','Amaga\x20els\x20cursors\x20dels\x20col·laboradors','Paral·lelogram','Afegeix\x20element\x20de\x20carril','Files','Gruix','Fletxes\x20de\x20bloc','Selecciona\x20el\x20contenidor\x20pare','Desactiva\x20el\x20redimensionament\x20automàtic','Vibrant','Rectangle\x20arrodonit','Canvia\x20el\x20nom','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','Bàsic'];_0x33db=function(){return _0x333325;};return _0x33db();}function _0x4555(_0x3e019f,_0x1c05f2){_0x3e019f=_0x3e019f-0xf0;const _0x33db53=_0x33db();let _0x455565=_0x33db53[_0x3e019f];return _0x455565;}const _0x36b70c=_0x4555;(function(_0x4836b5,_0x4d282e){const _0x5e9e2d=_0x4555,_0x1c83fa=_0x4836b5();while(!![]){try{const _0x525474=-parseInt(_0x5e9e2d(0x149))/0x1*(-parseInt(_0x5e9e2d(0x19b))/0x2)+parseInt(_0x5e9e2d(0x170))/0x3*(parseInt(_0x5e9e2d(0x209))/0x4)+parseInt(_0x5e9e2d(0x1b9))/0x5*(-parseInt(_0x5e9e2d(0x133))/0x6)+-parseInt(_0x5e9e2d(0x1a3))/0x7*(-parseInt(_0x5e9e2d(0x1eb))/0x8)+-parseInt(_0x5e9e2d(0x1c5))/0x9+-parseInt(_0x5e9e2d(0x1cc))/0xa*(-parseInt(_0x5e9e2d(0x13c))/0xb)+-parseInt(_0x5e9e2d(0x106))/0xc;if(_0x525474===_0x4d282e)break;else _0x1c83fa['push'](_0x1c83fa['shift']());}catch(_0x499ec4){_0x1c83fa['push'](_0x1c83fa['shift']());}}}(_0x33db,0xc73c0));const e={'boards-ui':{'line':{'title':_0x36b70c(0x195)},'contextMenu':{'container':{'rename':_0x36b70c(0x1d8),'fitToContent':'Ajusta\x20al\x20contingut','selectContents':_0x36b70c(0x213),'enableAutoResize':'Activa\x20el\x20redimensionament\x20automàtic','disableAutoResize':_0x36b70c(0x159),'lockMembership':_0x36b70c(0x1ec),'unlockMembership':_0x36b70c(0x104),'disband':_0x36b70c(0x1bf),'delete':'Suprimeix\x20el\x20contenidor'},'containerChild':{'moveOut':_0x36b70c(0x10b),'selectParent':_0x36b70c(0x158),'fitParent':_0x36b70c(0x1de)},'swimlaneLane':{'add':'Afegeix\x20un\x20carril','addBelow':'Afegeix\x20un\x20carril\x20a\x20sota','addRight':_0x36b70c(0xf5),'remove':_0x36b70c(0x179),'removeAndMovePrevious':_0x36b70c(0xf0),'removeAndPromote':'Treu\x20el\x20contingut\x20i\x20suprimeix\x20el\x20carril','removeAndDeleteContent':_0x36b70c(0x118),'removeAndMoveNext':_0x36b70c(0x181),'rename':_0x36b70c(0xf3),'movePrevious':_0x36b70c(0x18c),'moveNext':_0x36b70c(0x11d),'expand':_0x36b70c(0x123),'collapse':_0x36b70c(0x1bd)}},'popup':{'containerName':_0x36b70c(0x1b0),'laneName':_0x36b70c(0x211),'cancel':_0x36b70c(0x1d5),'rename':_0x36b70c(0x15c)},'ink':{'finishEditing':'Fet','enterEditing':_0x36b70c(0x105)},'mindMap':{'description':'Descripció','descriptionPlaceholder':_0x36b70c(0x212),'saveDescription':_0x36b70c(0x1fa)},'panel':{'moreShapes':_0x36b70c(0x14d),'more':'Més','back':_0x36b70c(0x141),'close':'Tanca','stickyNote':_0x36b70c(0x112),'lineColor':_0x36b70c(0x107),'lineWidth':_0x36b70c(0x1ce),'reverseMarkers':_0x36b70c(0x12b),'searchShapes':_0x36b70c(0x17c),'container':'Contenidor','swimlane':'Carril\x20(swimlane)','verticalSwimlane':_0x36b70c(0x1e9),'horizontalSwimlane':'Carril\x20horitzontal','vertical':_0x36b70c(0x1b7),'horizontal':'Horitzontal','tableCustomSize':_0x36b70c(0x1f1),'tableRows':_0x36b70c(0x155),'tableColumns':_0x36b70c(0xfd),'tableInsert':_0x36b70c(0x197),'customContainer':_0x36b70c(0x10a),'containerRatio16By9':_0x36b70c(0x19d),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x36b70c(0x142),'containerA4':'A4','mindMapGroupMindMap':_0x36b70c(0x111),'mindMapGroupTree':_0x36b70c(0x114),'mindMapGroupTimeline':_0x36b70c(0x16d),'mindMapRight':_0x36b70c(0x1fd),'mindMapLeft':_0x36b70c(0x204),'mindMapHorizontal':_0x36b70c(0x10e),'mindMapVertical':_0x36b70c(0x139),'mindMapTreeRight':_0x36b70c(0x215),'mindMapTreeLeft':_0x36b70c(0x135),'mindMapTreeAlternate':_0x36b70c(0x10f),'mindMapTimelineHorizontal':_0x36b70c(0x1ab),'mindMapTimelineVertical':_0x36b70c(0x140),'mindMapNodeText':'Afegeix\x20text'},'settings':{'collaboratorCursors':'Cursors\x20dels\x20col·laboradors','find':'Cerca','grid':_0x36b70c(0x20a),'preciseSelection':_0x36b70c(0x17a),'quickAdd':_0x36b70c(0x19c),'theme':'Tema','themeOption':_0x36b70c(0x12a),'themePreviewStart':_0x36b70c(0x137),'themePreviewData':_0x36b70c(0x169),'undo':'Desfés','redo':_0x36b70c(0x1be),'settings':_0x36b70c(0x18d),'objects':'Objectes','findBoardElements':_0x36b70c(0x1bc),'noMatches':'Sense\x20coincidències','showDimensions':_0x36b70c(0x1fb),'showToolbar':_0x36b70c(0xff),'translateInto':_0x36b70c(0x1d4)},'objectListPanel':{'title':_0x36b70c(0x18a),'empty':'Sense\x20objectes','showAll':'Mostra’ls\x20tots','hideAll':_0x36b70c(0x1c7),'moveForward':_0x36b70c(0x16c),'moveBackward':_0x36b70c(0x108),'close':_0x36b70c(0x176),'nameInput':_0x36b70c(0x1c3),'hide':'Amaga','show':_0x36b70c(0xfa),'lock':_0x36b70c(0x1aa),'unlock':'Desbloqueja','details':'Detalls','locate':'Localitza','expand':'Expandeix','collapse':_0x36b70c(0x208),'dragToReorder':_0x36b70c(0x1ff),'search':_0x36b70c(0xfe),'filterAll':'Tot','filterHidden':_0x36b70c(0x12d),'filterLocked':'Bloquejats','sectionCanvas':_0x36b70c(0x1c0),'sectionFloating':_0x36b70c(0x1da),'name':'Nom','description':_0x36b70c(0x175),'descriptionPlaceholder':_0x36b70c(0x1e8),'noSelection':_0x36b70c(0x1f4),'elementTypes':{'object':_0x36b70c(0x1d2),'connector':_0x36b70c(0x168),'container':_0x36b70c(0x1f3),'group':_0x36b70c(0x1c1),'image':_0x36b70c(0x216),'chart':'Gràfic','page':'Pàgina','placeholder':_0x36b70c(0x115),'shape':_0x36b70c(0x1c6),'table':_0x36b70c(0x148),'text':_0x36b70c(0xf7),'smartArt':_0x36b70c(0x217),'video':_0x36b70c(0x207),'unit':_0x36b70c(0x13f),'dom':_0x36b70c(0x189)}},'find':{'lanePosition':'Carril\x20{0}','tableCellPosition':_0x36b70c(0x161),'elementTypes':{'connector':_0x36b70c(0x168),'container':_0x36b70c(0x1f3),'group':_0x36b70c(0x1c1),'image':_0x36b70c(0x216),'page':_0x36b70c(0x206),'placeholder':_0x36b70c(0x115),'shape':_0x36b70c(0x1c6),'table':_0x36b70c(0x148),'text':_0x36b70c(0xf7)}},'themePresets':{'default':_0x36b70c(0x14e),'classic':_0x36b70c(0x138),'vintage':_0x36b70c(0x120),'gray':_0x36b70c(0x20c),'vibrant':_0x36b70c(0x15a),'blue':_0x36b70c(0x1fc)},'toolbar':{'resetColor':_0x36b70c(0xf6),'shape':_0x36b70c(0x1c6),'text':'Text','stickyNote':_0x36b70c(0x112),'line':'Connector','container':_0x36b70c(0x1f3),'swimlane':_0x36b70c(0xf2),'table':_0x36b70c(0x148),'chart':'Gràfic','pen':_0x36b70c(0x144),'mindMap':'Mapa\x20mental','resources':_0x36b70c(0x1a4),'image':_0x36b70c(0x216),'wrapInContainer':_0x36b70c(0x11b),'addSwimlaneLane':_0x36b70c(0x154),'swimlaneMenu':_0x36b70c(0xf2),'swimlaneLaneMenu':'Element\x20de\x20carril','editBrushPath':_0x36b70c(0x1e3),'arrange':'Organitza','bringToFront':_0x36b70c(0x19e),'bringForward':_0x36b70c(0x13e),'sendBackward':_0x36b70c(0x141),'sendToBack':'Porta\x20al\x20fons','more':_0x36b70c(0x17b)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x36b70c(0x15b),'oval':_0x36b70c(0x167),'diamond':'Rombe','rectangle':_0x36b70c(0x187),'circle':_0x36b70c(0x1a2),'cylinder':'Cilindre','chevron':_0x36b70c(0x182),'rightArrowBlock':_0x36b70c(0x1bb),'parallelogram':_0x36b70c(0x153),'trapezoid':_0x36b70c(0x1c2),'speechBubble':_0x36b70c(0x1c9),'roundedCallout':'Crida\x20arrodonida','rightTriangle':_0x36b70c(0x1c4),'triangle':_0x36b70c(0x165),'star':_0x36b70c(0x13a),'hexagon':_0x36b70c(0x196),'pentagon':_0x36b70c(0x1ac),'octagon':_0x36b70c(0x1dc),'leftArrow':_0x36b70c(0x1c8),'rightArrow':_0x36b70c(0x14a),'leftRightArrow':_0x36b70c(0x198),'cloud':_0x36b70c(0x17f),'leftBrace':_0x36b70c(0x12e),'rightBrace':_0x36b70c(0x147),'plus':_0x36b70c(0x17b),'actor':_0x36b70c(0x180),'boundary':_0x36b70c(0x1f6),'control':_0x36b70c(0xf1),'entity':_0x36b70c(0x20f),'collection':_0x36b70c(0x1fe),'dataFlowRoundedRectangle':_0x36b70c(0x15b),'dataFlowCircle':'Cercle','dataFlowRoundedSquare':'Quadrat\x20arrodonit','dataStorage1':_0x36b70c(0x1ea),'dataStorage2':'Emmagatzematge\x20de\x20dades\x202','dataStorage3':_0x36b70c(0x134),'lineNone':_0x36b70c(0x1b2),'lineDashedNone':_0x36b70c(0x129),'lineOpenArrow':'Fletxa\x20oberta','lineDoubleOpenArrow':_0x36b70c(0x1f2),'actorLifeline':_0x36b70c(0x15f),'boundaryLifeline':_0x36b70c(0x19a),'controlLifeline':'Línia\x20de\x20vida\x20del\x20control','entityLifeline':'Línia\x20de\x20vida\x20de\x20l\x20entitat','collectionLifeline':_0x36b70c(0x128),'objectLifeline':_0x36b70c(0x1a1),'magneticDiskLifeline':_0x36b70c(0x1ca),'directAccessStorageLifeline':_0x36b70c(0x1ad),'activationBar':_0x36b70c(0x1a7),'sequenceFragment':_0x36b70c(0x193),'sequenceAlternativeFragment':_0x36b70c(0x16f),'umlClass':_0x36b70c(0x20b),'umlInterface':_0x36b70c(0x10d),'umlInterfaceShape':_0x36b70c(0x10d),'umlClassifier':_0x36b70c(0x130),'umlHollowDiamondConnector':_0x36b70c(0x117),'umlFilledDiamondConnector':_0x36b70c(0x1a0),'umlFilledArrowConnector':_0x36b70c(0x146),'umlDashedOpenArrowConnector':_0x36b70c(0x19f),'umlDashedFilledArrowConnector':_0x36b70c(0x1dd),'erdEntity':_0x36b70c(0x20f),'erdKeyField':_0x36b70c(0x185),'erdFieldType':_0x36b70c(0x143),'erdFull':_0x36b70c(0x131),'initialState':_0x36b70c(0x1cb),'finalState':_0x36b70c(0x116),'stateBar':_0x36b70c(0x17d),'requiredInterface':'Interfície\x20requerida','assemblyConnector':_0x36b70c(0x132),'providedInterface':_0x36b70c(0x1b1),'componentBox':_0x36b70c(0x191),'component':'Component'},'shapeCategories':{'basics':_0x36b70c(0x15e),'basicShapes':{'rectangle':_0x36b70c(0x14c),'basicShape':'Formes\x20bàsiques','blockArrow':_0x36b70c(0x157),'equationShape':_0x36b70c(0x20d),'flowchart':_0x36b70c(0x177),'starAndBanner':'Estrelles\x20i\x20banderins','callout':_0x36b70c(0x124),'actionButton':_0x36b70c(0x210),'other':'Altres'},'classDiagram':_0x36b70c(0x171),'dataFlowDiagram':_0x36b70c(0x190),'line':_0x36b70c(0x195),'entityRelationshipDiagram':_0x36b70c(0x1e6),'umlCustomShapes':_0x36b70c(0x1f5),'umlSequenceDiagram':'Diagrama\x20de\x20seqüència\x20UML','statusDiagram':_0x36b70c(0x110),'componentDiagram':_0x36b70c(0x126)},'connector':{'toolbar':{'sourceMarker':_0x36b70c(0x1ef),'swapMarkers':_0x36b70c(0x151),'targetMarker':_0x36b70c(0x113),'lineColor':_0x36b70c(0x107),'lineWidth':_0x36b70c(0x156),'opacityPercent':_0x36b70c(0x200),'settings':_0x36b70c(0x162),'smoothElbow':_0x36b70c(0x205),'bridge':_0x36b70c(0xfc),'insertText':_0x36b70c(0x188),'textSettings':'Configuració\x20del\x20text','alignLeft':_0x36b70c(0x127),'alignCenter':_0x36b70c(0x11f),'alignRight':_0x36b70c(0x174),'bold':_0x36b70c(0x202),'italic':_0x36b70c(0x1f9),'underline':_0x36b70c(0x160),'strikethrough':_0x36b70c(0x103),'textColor':_0x36b70c(0x192),'editText':_0x36b70c(0x109),'labelFill':_0x36b70c(0x1f7),'labelBorder':_0x36b70c(0x10c),'transparent':'Transparent','breakLineBehindText':_0x36b70c(0x199),'textSection':'Text','labelSection':'Etiqueta','deleteText':_0x36b70c(0x1ed),'more':_0x36b70c(0x17b)},'routing':{'straight':_0x36b70c(0x1d9),'elbow':_0x36b70c(0x16b),'polyline':_0x36b70c(0x1b6),'curve':'Corba'},'strokeWidth':{'thin':_0x36b70c(0x101),'regular':_0x36b70c(0x1a9),'medium':'Mitjà','bold':_0x36b70c(0x202)},'dash':{'solid':_0x36b70c(0x102),'dashed':_0x36b70c(0x184),'dotted':_0x36b70c(0x163),'dashDot':_0x36b70c(0x11a)},'marker':{'none':_0x36b70c(0x1e4),'arrow':'Fletxa','filledArrow':_0x36b70c(0x178),'openArrow':_0x36b70c(0x173),'triangle':_0x36b70c(0x165),'filledTriangle':_0x36b70c(0x1f8),'hollowTriangle':_0x36b70c(0x122),'diamond':'Rombe','hollowDiamond':'Rombe\x20buit','filledDiamond':_0x36b70c(0x194),'circle':'Cercle','filledCircle':_0x36b70c(0x166),'bar':_0x36b70c(0x13b),'doubleBar':'Barra\x20doble','crowFoot':_0x36b70c(0x18b),'crowsFoot':_0x36b70c(0x18b),'barCrowsFoot':_0x36b70c(0x17e),'circleCrowsFoot':_0x36b70c(0x1ae),'circleBar':_0x36b70c(0x1b8),'x':'X','cross':_0x36b70c(0x150),'plus':'Més','zeroOrOne':'Zero\x20o\x20un','zeroOrMany':_0x36b70c(0x183),'oneOrMany':_0x36b70c(0x1cf)}},'zoom':{'dragMode':'Mode\x20d\x20arrossegament','fitContent':'Ajusta\x20al\x20contingut','zoomOptions':_0x36b70c(0x1d3),'zoomTo100':_0x36b70c(0x18f),'zoomToFit':_0x36b70c(0x12f),'zoomToSelection':_0x36b70c(0x1cd),'zoomOut':_0x36b70c(0x11c),'resetZoom':_0x36b70c(0x14b),'zoomIn':'Amplia','help':_0x36b70c(0x100)},'shortcutHelp':{'title':_0x36b70c(0x1f0),'close':_0x36b70c(0x1b5),'sections':{'tools':_0x36b70c(0x1df),'navigator':_0x36b70c(0x1af),'view':_0x36b70c(0x164),'selection':'Selecciona\x20forma','editing':_0x36b70c(0x1d6),'grouping':'Agrupa\x20formes','swimlane':_0x36b70c(0xf2),'mindMap':_0x36b70c(0x111),'layout':'Disposició','font':_0x36b70c(0x121)},'items':{'showMoreShapes':_0x36b70c(0x1e1),'roundedRectangle':_0x36b70c(0x15b),'rectangle':_0x36b70c(0x187),'oval':_0x36b70c(0x167),'diamond':_0x36b70c(0x145),'text':'Text','elbowConnector':_0x36b70c(0x13d),'line':_0x36b70c(0x195),'stickyNote':'Nota\x20adhesiva','search':_0x36b70c(0xfe),'zoomWheel':_0x36b70c(0x18e),'zoomPinch':_0x36b70c(0x18e),'zoomTo100':'Zoom\x20al\x20100%','zoomToSelection':_0x36b70c(0x1cd),'zoomToFit':_0x36b70c(0x12f),'enterFullScreen':_0x36b70c(0x1ba),'exitFullScreen':_0x36b70c(0x1b3),'selectShape':'Selecciona\x20forma','selectAll':'Selecciona-ho\x20tot','multipleSelect':_0x36b70c(0x1e5),'invertSelection':_0x36b70c(0x1d1),'preciseSelection':_0x36b70c(0x17a),'deepSelect':'Selecció\x20profunda','editShape':'Edita\x20forma','copy':'Copia','copyAsImage':'Copia\x20com\x20a\x20imatge','paste':_0x36b70c(0x201),'cut':_0x36b70c(0xfb),'makeCopy':'Fes\x20una\x20còpia','scale':'Escala','copyStyle':'Copia\x20l’estil','pasteStyle':'Enganxa\x20l’estil','moveAxisLocked':_0x36b70c(0x1a8),'flipHorizontal':'Capgira\x20horitzontalment','flipVertical':'Capgira\x20verticalment','undo':_0x36b70c(0x16a),'redo':_0x36b70c(0x1be),'toggleQuickAdd':_0x36b70c(0x119),'hideCollaboratorsCursors':_0x36b70c(0x152),'toggleToolbar':'Mostra\x20/\x20amaga\x20la\x20barra\x20d’eines','delete':'Suprimeix','group':_0x36b70c(0xf9),'ungroup':'Desagrupa','selectUpperLayerGroups':_0x36b70c(0x1a5),'selectShapesToGroup':_0x36b70c(0x1ee),'swimlaneLaneRename':_0x36b70c(0xf3),'swimlaneLaneToggleCollapsed':_0x36b70c(0x1d7),'swimlaneLaneMovePrevious':_0x36b70c(0x18c),'swimlaneLaneMoveNext':_0x36b70c(0x11d),'swimlaneLaneRemove':_0x36b70c(0x179),'addSiblingNode':_0x36b70c(0x1e7),'addChildNode':_0x36b70c(0x125),'addParentNode':_0x36b70c(0x1b4),'foldChildNodes':_0x36b70c(0x20e),'collapseAllNodes':_0x36b70c(0x203),'addDescription':'Afegeix\x20descripció','editCurrentNode':_0x36b70c(0x11e),'bringToFront':'Porta\x20al\x20davant','sendToBack':_0x36b70c(0x12c),'alignLeft':_0x36b70c(0x136),'alignRight':'Alinea\x20a\x20la\x20dreta','alignTop':_0x36b70c(0x1e2),'alignBottom':'Alinea\x20a\x20la\x20part\x20inferior','alignMiddle':_0x36b70c(0x1db),'alignCenter':_0x36b70c(0x14f),'distributeHorizontally':_0x36b70c(0x186),'distributeVertically':_0x36b70c(0x1e0),'disableObjectAlignment':_0x36b70c(0x1a6),'increaseFontSize':_0x36b70c(0x15d),'decreaseFontSize':_0x36b70c(0xf4),'bold':_0x36b70c(0x202),'strikethrough':_0x36b70c(0x103),'italic':_0x36b70c(0x1f9),'underline':'Subratllat','link':_0x36b70c(0x16e),'numberedList':_0x36b70c(0x214),'bulletedList':_0x36b70c(0x172),'quote':_0x36b70c(0x1d0),'alignTextLeft':_0x36b70c(0x136),'alignTextRight':_0x36b70c(0x174),'alignTextCenter':_0x36b70c(0x11f)}}}};module[_0x36b70c(0xf8)]=e;
1
+ const _0x42bf85=_0xa0f7;function _0xa0f7(_0x184e37,_0x144052){_0x184e37=_0x184e37-0xd6;const _0x5a14db=_0x5a14();let _0xa0f7b7=_0x5a14db[_0x184e37];return _0xa0f7b7;}(function(_0xa003f4,_0x13fb71){const _0x3ae76e=_0xa0f7,_0x5a2aa7=_0xa003f4();while(!![]){try{const _0x393e11=-parseInt(_0x3ae76e(0x122))/0x1*(parseInt(_0x3ae76e(0x134))/0x2)+parseInt(_0x3ae76e(0x1df))/0x3+-parseInt(_0x3ae76e(0x1c1))/0x4*(-parseInt(_0x3ae76e(0x1f3))/0x5)+parseInt(_0x3ae76e(0x147))/0x6*(-parseInt(_0x3ae76e(0x123))/0x7)+parseInt(_0x3ae76e(0x186))/0x8+parseInt(_0x3ae76e(0x12d))/0x9*(parseInt(_0x3ae76e(0x1f2))/0xa)+parseInt(_0x3ae76e(0xe5))/0xb;if(_0x393e11===_0x13fb71)break;else _0x5a2aa7['push'](_0x5a2aa7['shift']());}catch(_0x90d599){_0x5a2aa7['push'](_0x5a2aa7['shift']());}}}(_0x5a14,0xbce8a));const e={'boards-ui':{'line':{'title':'Línia'},'contextMenu':{'container':{'rename':'Canvia\x20el\x20nom\x20del\x20contenidor','fitToContent':_0x42bf85(0x1ff),'selectContents':_0x42bf85(0x188),'enableAutoResize':'Activa\x20el\x20redimensionament\x20automàtic','disableAutoResize':_0x42bf85(0x1b3),'lockMembership':_0x42bf85(0x178),'unlockMembership':'Desbloqueja\x20la\x20pertinença','disband':'Dissol\x20el\x20contenidor','delete':_0x42bf85(0x1c0)},'containerChild':{'moveOut':_0x42bf85(0x1ba),'selectParent':_0x42bf85(0xed),'fitParent':_0x42bf85(0xe8)},'swimlaneLane':{'add':_0x42bf85(0x156),'addBelow':'Afegeix\x20un\x20carril\x20a\x20sota','addRight':_0x42bf85(0x14f),'remove':_0x42bf85(0x10d),'removeAndMovePrevious':_0x42bf85(0x16c),'removeAndPromote':'Treu\x20el\x20contingut\x20i\x20suprimeix\x20el\x20carril','removeAndDeleteContent':_0x42bf85(0x108),'removeAndMoveNext':_0x42bf85(0x1b9),'rename':'Canvia\x20el\x20nom\x20del\x20carril','movePrevious':_0x42bf85(0x189),'moveNext':'Mou\x20el\x20carril\x20avall','expand':_0x42bf85(0x110),'collapse':_0x42bf85(0x101)}},'popup':{'containerName':_0x42bf85(0xee),'laneName':_0x42bf85(0x1da),'cancel':_0x42bf85(0x115),'rename':_0x42bf85(0x10e)},'ink':{'finishEditing':_0x42bf85(0x17f),'enterEditing':'Edita\x20el\x20traç'},'mindMap':{'description':_0x42bf85(0x1dc),'descriptionPlaceholder':_0x42bf85(0x1ad),'saveDescription':_0x42bf85(0x193)},'panel':{'moreShapes':_0x42bf85(0x132),'more':'Més','back':_0x42bf85(0x1e7),'close':_0x42bf85(0x107),'stickyNote':_0x42bf85(0x16f),'lineColor':_0x42bf85(0x174),'lineWidth':'Gruix\x20de\x20la\x20línia','reverseMarkers':_0x42bf85(0x160),'searchShapes':_0x42bf85(0x128),'container':_0x42bf85(0x12f),'swimlane':_0x42bf85(0x19f),'verticalSwimlane':_0x42bf85(0x14b),'horizontalSwimlane':_0x42bf85(0xff),'vertical':'Vertical','horizontal':_0x42bf85(0x187),'tableCustomSize':'Mida\x20personalitzada','tableRows':_0x42bf85(0x162),'tableColumns':'Columnes','tableInsert':'Insereix','customContainer':'Personalitzat','containerRatio16By9':'16\x20:\x209','containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x42bf85(0x10f),'containerA4':'A4','mindMapGroupMindMap':'Mapa\x20mental','mindMapGroupTree':_0x42bf85(0xfb),'mindMapGroupTimeline':'Línia\x20de\x20temps','mindMapRight':_0x42bf85(0x1e1),'mindMapLeft':_0x42bf85(0x1f8),'mindMapHorizontal':_0x42bf85(0x16b),'mindMapVertical':_0x42bf85(0xf5),'mindMapTreeRight':_0x42bf85(0x11f),'mindMapTreeLeft':_0x42bf85(0x1b0),'mindMapTreeAlternate':_0x42bf85(0x14d),'mindMapTimelineHorizontal':_0x42bf85(0x171),'mindMapTimelineVertical':_0x42bf85(0xf3),'mindMapNodeText':'Afegeix\x20text'},'settings':{'collaboratorCursors':_0x42bf85(0x1ae),'find':_0x42bf85(0x1e9),'grid':_0x42bf85(0x16a),'viewportBar':_0x42bf85(0x1fa),'preciseSelection':'Selecció\x20precisa','quickAdd':_0x42bf85(0x113),'theme':_0x42bf85(0xe7),'themeOption':_0x42bf85(0x166),'themePreviewStart':_0x42bf85(0x1e5),'themePreviewData':'Dades','undo':_0x42bf85(0x1f7),'redo':_0x42bf85(0x102),'settings':_0x42bf85(0x159),'objects':_0x42bf85(0x121),'findBoardElements':_0x42bf85(0x138),'noMatches':_0x42bf85(0x10c),'showDimensions':_0x42bf85(0x152),'showToolbar':_0x42bf85(0x1d4),'saveAs':_0x42bf85(0x1fe),'translateInto':_0x42bf85(0xeb)},'objectListPanel':{'title':_0x42bf85(0x121),'empty':'Sense\x20objectes','showAll':_0x42bf85(0x200),'hideAll':_0x42bf85(0x117),'moveForward':_0x42bf85(0xe3),'moveBackward':_0x42bf85(0x1a1),'close':_0x42bf85(0x107),'nameInput':_0x42bf85(0x180),'hide':_0x42bf85(0x1ed),'show':_0x42bf85(0x16e),'lock':_0x42bf85(0x1d8),'unlock':_0x42bf85(0xf1),'details':_0x42bf85(0x17d),'locate':'Localitza','expand':_0x42bf85(0x169),'collapse':_0x42bf85(0x17b),'dragToReorder':_0x42bf85(0x12c),'search':_0x42bf85(0x1e9),'filterAll':_0x42bf85(0x155),'filterHidden':_0x42bf85(0x1de),'filterLocked':_0x42bf85(0x11d),'sectionCanvas':'Capa\x20del\x20llenç','sectionFloating':_0x42bf85(0x1f9),'name':_0x42bf85(0x15c),'description':'Descripció','descriptionPlaceholder':_0x42bf85(0x17a),'noSelection':_0x42bf85(0xfe),'elementTypes':{'object':'Objecte','connector':_0x42bf85(0x1d9),'container':_0x42bf85(0x12f),'group':_0x42bf85(0x13d),'image':'Imatge','chart':_0x42bf85(0x175),'page':_0x42bf85(0x19b),'placeholder':_0x42bf85(0x1e3),'shape':_0x42bf85(0x182),'table':'Taula','text':_0x42bf85(0x17e),'smartArt':_0x42bf85(0xf2),'video':_0x42bf85(0x1d7),'unit':_0x42bf85(0x161),'dom':_0x42bf85(0x1bb)}},'find':{'lanePosition':_0x42bf85(0x1bc),'tableCellPosition':'Fila\x20{0},\x20columna\x20{1}','elementTypes':{'connector':_0x42bf85(0x1d9),'container':_0x42bf85(0x12f),'group':_0x42bf85(0x13d),'image':'Imatge','page':'Pàgina','placeholder':_0x42bf85(0x1e3),'shape':_0x42bf85(0x182),'table':'Taula','text':'Text'}},'themePresets':{'default':_0x42bf85(0x131),'classic':'Clàssic','vintage':_0x42bf85(0x141),'gray':'Gris','vibrant':_0x42bf85(0x1bf),'blue':'Blau'},'toolbar':{'resetColor':_0x42bf85(0x1d3),'shape':_0x42bf85(0x182),'text':'Text','stickyNote':_0x42bf85(0x16f),'line':_0x42bf85(0x1d9),'container':'Contenidor','swimlane':_0x42bf85(0x195),'table':_0x42bf85(0x1a9),'chart':_0x42bf85(0x175),'pen':_0x42bf85(0x1ab),'mindMap':_0x42bf85(0x1b2),'resources':_0x42bf85(0xea),'image':_0x42bf85(0x1fb),'wrapInContainer':'Embolica\x20en\x20un\x20contenidor','addSwimlaneLane':_0x42bf85(0x1c5),'swimlaneMenu':_0x42bf85(0x195),'swimlaneLaneMenu':_0x42bf85(0xfa),'editBrushPath':'Edita\x20el\x20traç\x20del\x20pinzell','arrange':'Organitza','bringToFront':_0x42bf85(0x1d1),'bringForward':_0x42bf85(0x1ec),'sendBackward':'Enrere','sendToBack':_0x42bf85(0x124),'more':_0x42bf85(0x133)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x42bf85(0x18a),'oval':_0x42bf85(0x1c2),'diamond':'Rombe','rectangle':'Rectangle','circle':_0x42bf85(0x1b5),'cylinder':_0x42bf85(0x1d5),'chevron':_0x42bf85(0xe6),'rightArrowBlock':'Bloc\x20de\x20fletxa\x20a\x20la\x20dreta','parallelogram':'Paral·lelogram','trapezoid':_0x42bf85(0x12e),'speechBubble':_0x42bf85(0x153),'roundedCallout':_0x42bf85(0x10b),'rightTriangle':_0x42bf85(0x1cd),'triangle':'Triangle','star':'Estrella','hexagon':_0x42bf85(0x17c),'pentagon':_0x42bf85(0x120),'octagon':_0x42bf85(0x1d2),'leftArrow':_0x42bf85(0x14c),'rightArrow':_0x42bf85(0x176),'leftRightArrow':'Fletxa\x20esquerra-dreta','cloud':'Núvol','leftBrace':_0x42bf85(0x1cc),'rightBrace':_0x42bf85(0x1e2),'plus':_0x42bf85(0x133),'actor':_0x42bf85(0xdb),'boundary':_0x42bf85(0x1c9),'control':'Control','entity':_0x42bf85(0x1a7),'collection':_0x42bf85(0x168),'dataFlowRoundedRectangle':_0x42bf85(0x18a),'dataFlowCircle':_0x42bf85(0x1b5),'dataFlowRoundedSquare':_0x42bf85(0x167),'dataStorage1':_0x42bf85(0x196),'dataStorage2':_0x42bf85(0x11b),'dataStorage3':'Emmagatzematge\x20de\x20dades\x203','lineNone':_0x42bf85(0x1e0),'lineDashedNone':_0x42bf85(0x11c),'lineOpenArrow':_0x42bf85(0x185),'lineDoubleOpenArrow':_0x42bf85(0xe0),'actorLifeline':_0x42bf85(0x1ee),'boundaryLifeline':_0x42bf85(0x13a),'controlLifeline':_0x42bf85(0xef),'entityLifeline':_0x42bf85(0xe2),'collectionLifeline':_0x42bf85(0x1a0),'objectLifeline':_0x42bf85(0x139),'magneticDiskLifeline':_0x42bf85(0x1fd),'directAccessStorageLifeline':_0x42bf85(0x105),'activationBar':_0x42bf85(0xf0),'sequenceFragment':_0x42bf85(0xfd),'sequenceAlternativeFragment':_0x42bf85(0x1eb),'umlClass':_0x42bf85(0x142),'umlInterface':_0x42bf85(0x1be),'umlInterfaceShape':_0x42bf85(0x1be),'umlClassifier':_0x42bf85(0x1e6),'umlHollowDiamondConnector':_0x42bf85(0x18b),'umlFilledDiamondConnector':_0x42bf85(0x19d),'umlFilledArrowConnector':_0x42bf85(0x1b1),'umlDashedOpenArrowConnector':_0x42bf85(0x170),'umlDashedFilledArrowConnector':_0x42bf85(0x1d6),'erdEntity':_0x42bf85(0x1a7),'erdKeyField':_0x42bf85(0xf7),'erdFieldType':_0x42bf85(0x13f),'erdFull':_0x42bf85(0x116),'initialState':_0x42bf85(0x137),'finalState':_0x42bf85(0x136),'stateBar':_0x42bf85(0x184),'requiredInterface':_0x42bf85(0x145),'assemblyConnector':'Connector\x20de\x20muntatge','providedInterface':'Interfície\x20proporcionada','componentBox':_0x42bf85(0x18d),'component':_0x42bf85(0x1b6)},'shapeCategories':{'basics':_0x42bf85(0x1e4),'basicShapes':{'rectangle':_0x42bf85(0x191),'basicShape':_0x42bf85(0x192),'blockArrow':'Fletxes\x20de\x20bloc','equationShape':'Formes\x20d\x20equació','flowchart':_0x42bf85(0x158),'starAndBanner':_0x42bf85(0x18c),'callout':_0x42bf85(0x1dd),'actionButton':_0x42bf85(0x129),'other':'Altres'},'classDiagram':_0x42bf85(0xe9),'dataFlowDiagram':_0x42bf85(0x104),'line':'Línia','entityRelationshipDiagram':_0x42bf85(0x1a5),'umlCustomShapes':_0x42bf85(0x199),'umlSequenceDiagram':_0x42bf85(0x198),'statusDiagram':_0x42bf85(0x13b),'componentDiagram':_0x42bf85(0x1ca)},'connector':{'toolbar':{'sourceMarker':_0x42bf85(0x11e),'swapMarkers':_0x42bf85(0x135),'targetMarker':_0x42bf85(0x16d),'lineColor':_0x42bf85(0x174),'lineWidth':_0x42bf85(0x1a3),'opacityPercent':_0x42bf85(0x1d0),'settings':_0x42bf85(0xdc),'smoothElbow':_0x42bf85(0x1c7),'bridge':_0x42bf85(0x15d),'insertText':_0x42bf85(0xf8),'textSettings':_0x42bf85(0x118),'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x42bf85(0x1f5),'alignRight':_0x42bf85(0x1f0),'bold':'Negreta','italic':_0x42bf85(0x111),'underline':_0x42bf85(0x197),'strikethrough':_0x42bf85(0x18e),'textColor':_0x42bf85(0x1f6),'editText':_0x42bf85(0x13c),'labelFill':'Fons\x20de\x20l’etiqueta','labelBorder':_0x42bf85(0xe1),'transparent':_0x42bf85(0xda),'breakLineBehindText':_0x42bf85(0x194),'textSection':_0x42bf85(0x17e),'labelSection':_0x42bf85(0x106),'deleteText':_0x42bf85(0x15e),'more':_0x42bf85(0x133)},'routing':{'straight':_0x42bf85(0xd6),'elbow':_0x42bf85(0x1ac),'polyline':_0x42bf85(0xec),'curve':_0x42bf85(0x1db)},'strokeWidth':{'thin':'Prim','regular':'Normal','medium':_0x42bf85(0x130),'bold':_0x42bf85(0x10a)},'dash':{'solid':'Sòlid','dashed':_0x42bf85(0x103),'dotted':_0x42bf85(0x146),'dashDot':_0x42bf85(0x14e)},'marker':{'none':_0x42bf85(0x1ce),'arrow':'Fletxa','filledArrow':'Fletxa\x20plena','openArrow':_0x42bf85(0x185),'triangle':_0x42bf85(0xe4),'filledTriangle':_0x42bf85(0x125),'hollowTriangle':_0x42bf85(0x1b8),'diamond':_0x42bf85(0x100),'hollowDiamond':'Rombe\x20buit','filledDiamond':_0x42bf85(0x190),'circle':'Cercle','filledCircle':_0x42bf85(0x18f),'bar':_0x42bf85(0x1f1),'doubleBar':_0x42bf85(0x181),'crowFoot':'Pota\x20d\x20ànec','crowsFoot':_0x42bf85(0x143),'barCrowsFoot':'Pota\x20d\x20ànec\x20amb\x20barra','circleCrowsFoot':_0x42bf85(0x11a),'circleBar':_0x42bf85(0x14a),'x':'X','cross':_0x42bf85(0x1ea),'plus':_0x42bf85(0x133),'zeroOrOne':_0x42bf85(0x1a6),'zeroOrMany':_0x42bf85(0x15f),'oneOrMany':_0x42bf85(0x173)}},'zoom':{'dragMode':_0x42bf85(0x12a),'fitContent':'Ajusta\x20al\x20contingut','zoomOptions':_0x42bf85(0x163),'zoomTo100':_0x42bf85(0x157),'zoomToFit':_0x42bf85(0x165),'zoomToSelection':_0x42bf85(0x126),'zoomOut':_0x42bf85(0x13e),'resetZoom':_0x42bf85(0x151),'zoomIn':'Amplia','help':_0x42bf85(0x112)},'shortcutHelp':{'title':'Dreceres\x20de\x20teclat','close':'Tanca\x20les\x20dreceres','sections':{'tools':_0x42bf85(0x144),'navigator':_0x42bf85(0x1c8),'view':_0x42bf85(0x1f4),'selection':'Selecciona\x20forma','editing':_0x42bf85(0x154),'grouping':_0x42bf85(0x172),'swimlane':'Carril','mindMap':_0x42bf85(0x1b2),'layout':_0x42bf85(0x177),'font':_0x42bf85(0xde)},'items':{'showMoreShapes':_0x42bf85(0x1c4),'roundedRectangle':_0x42bf85(0x18a),'rectangle':_0x42bf85(0x183),'oval':_0x42bf85(0x1c2),'diamond':'Rombe','text':_0x42bf85(0x17e),'elbowConnector':'Connector\x20en\x20angle','line':_0x42bf85(0x1cb),'stickyNote':'Nota\x20adhesiva','search':'Cerca','zoomWheel':_0x42bf85(0x15b),'zoomPinch':'Amplia\x20/\x20redueix','zoomTo100':'Zoom\x20al\x20100%','zoomToSelection':'Zoom\x20a\x20la\x20selecció','zoomToFit':_0x42bf85(0x165),'enterFullScreen':'Entra\x20en\x20pantalla\x20completa','exitFullScreen':_0x42bf85(0xf4),'selectShape':_0x42bf85(0x19e),'selectAll':_0x42bf85(0x1a8),'multipleSelect':_0x42bf85(0x1a2),'invertSelection':_0x42bf85(0xf6),'preciseSelection':_0x42bf85(0xdf),'deepSelect':_0x42bf85(0x1b4),'editShape':_0x42bf85(0x154),'copy':'Copia','copyAsImage':_0x42bf85(0x1a4),'paste':'Enganxa','cut':_0x42bf85(0x140),'makeCopy':'Fes\x20una\x20còpia','scale':_0x42bf85(0x1cf),'copyStyle':'Copia\x20l’estil','pasteStyle':_0x42bf85(0x164),'moveAxisLocked':_0x42bf85(0x15a),'flipHorizontal':'Capgira\x20horitzontalment','flipVertical':'Capgira\x20verticalment','undo':'Desfés','redo':_0x42bf85(0x102),'toggleQuickAdd':_0x42bf85(0x1c3),'hideCollaboratorsCursors':_0x42bf85(0x179),'toggleToolbar':'Mostra\x20/\x20amaga\x20la\x20barra\x20d’eines','delete':_0x42bf85(0x1c6),'group':_0x42bf85(0x1b7),'ungroup':_0x42bf85(0xd8),'selectUpperLayerGroups':_0x42bf85(0x119),'selectShapesToGroup':_0x42bf85(0xdd),'swimlaneLaneRename':'Canvia\x20el\x20nom\x20del\x20carril','swimlaneLaneToggleCollapsed':_0x42bf85(0x149),'swimlaneLaneMovePrevious':_0x42bf85(0x189),'swimlaneLaneMoveNext':_0x42bf85(0x1e8),'swimlaneLaneRemove':_0x42bf85(0x10d),'addSiblingNode':'Afegeix\x20node\x20germà','addChildNode':_0x42bf85(0x1ef),'addParentNode':_0x42bf85(0x109),'foldChildNodes':'Replega\x20/\x20desplega\x20els\x20nodes\x20fills','collapseAllNodes':'Replega\x20/\x20expandeix\x20tots\x20els\x20nodes','addDescription':'Afegeix\x20descripció','editCurrentNode':_0x42bf85(0x114),'bringToFront':_0x42bf85(0x1d1),'sendToBack':_0x42bf85(0x124),'alignLeft':_0x42bf85(0x1fc),'alignRight':'Alinea\x20a\x20la\x20dreta','alignTop':_0x42bf85(0x148),'alignBottom':_0x42bf85(0xf9),'alignMiddle':_0x42bf85(0x150),'alignCenter':_0x42bf85(0x12b),'distributeHorizontally':_0x42bf85(0x1aa),'distributeVertically':_0x42bf85(0x127),'disableObjectAlignment':_0x42bf85(0xd9),'increaseFontSize':_0x42bf85(0xd7),'decreaseFontSize':_0x42bf85(0x1bd),'bold':'Negreta','strikethrough':_0x42bf85(0x18e),'italic':'Cursiva','underline':_0x42bf85(0x197),'link':_0x42bf85(0xfc),'numberedList':'Llista\x20numerada','bulletedList':_0x42bf85(0x19c),'quote':_0x42bf85(0x1af),'alignTextLeft':'Alinea\x20a\x20l’esquerra','alignTextRight':'Alinea\x20a\x20la\x20dreta','alignTextCenter':_0x42bf85(0x1f5)}}}};function _0x5a14(){const _0x464449=['Entitat\x20de\x20tipus\x20de\x20camp','Retalla','Vintage','Classe','Pota\x20d\x20ànec','Eines','Interfície\x20requerida','Puntejat','7814094BJrCUB','Alinea\x20a\x20la\x20part\x20superior','Replega\x20/\x20expandeix\x20el\x20carril','Cercle\x20amb\x20barra','Carril\x20vertical','Fletxa\x20a\x20l’esquerra','Arbre\x20altern','Línia-punt','Afegeix\x20un\x20carril\x20a\x20la\x20dreta','Centra\x20verticalment','Reinicia\x20el\x20zoom','Mostra\x20les\x20dimensions','Bafarada','Edita\x20forma','Tot','Afegeix\x20un\x20carril','Zoom\x20al\x20100%','Diagrama\x20de\x20flux','Configuració','Mou\x20horitzontalment\x20/\x20verticalment','Amplia\x20/\x20redueix','Nom','Pont\x20de\x20línia','Suprimeix\x20el\x20text','Zero\x20o\x20molts','Inverteix\x20les\x20fletxes','Unitat','Files','Opcions\x20de\x20zoom','Enganxa\x20l’estil','Ajusta\x20al\x20llenç','Tema\x20{0}','Quadrat\x20arrodonit','Col·lecció','Expandeix','Graella','Mapa\x20mental\x20horitzontal','Mou\x20el\x20contingut\x20al\x20carril\x20anterior\x20i\x20suprimeix','Fletxa\x20de\x20destí','Mostra','Nota\x20adhesiva','Connector\x20fletxa\x20oberta\x20discontínua','Línia\x20de\x20temps\x20horitzontal','Agrupa\x20formes','Un\x20o\x20molts','Color\x20de\x20la\x20línia','Gràfic','Fletxa\x20a\x20la\x20dreta','Disposició','Bloqueja\x20la\x20pertinença','Amaga\x20els\x20cursors\x20dels\x20col·laboradors','Afegeix\x20una\x20descripció','Replega','Hexàgon','Detalls','Text','Fet','Nom\x20de\x20l’objecte','Barra\x20doble','Forma','Rectangle','Barra\x20d\x20estat','Fletxa\x20oberta','897824JidnWX','Horitzontal','Selecciona\x20el\x20contingut','Mou\x20el\x20carril\x20amunt','Rectangle\x20arrodonit','Connector\x20rombe\x20buit','Estrelles\x20i\x20banderins','Caixa\x20de\x20component','Ratllat','Cercle\x20ple','Rombe\x20ple','Rectangles','Formes\x20bàsiques','Desa','Interromp\x20la\x20línia\x20darrere\x20del\x20text','Carril','Emmagatzematge\x20de\x20dades\x201','Subratllat','Diagrama\x20de\x20seqüència\x20UML','Formes\x20UML\x20personalitzades','exports','Pàgina','Llista\x20amb\x20vinyetes','Connector\x20rombe\x20ple','Selecciona\x20forma','Carril\x20(swimlane)','Línia\x20de\x20vida\x20de\x20la\x20col\x20lecció','Envia\x20enrere','Selecció\x20múltiple\x20/\x20deselecciona','Gruix','Copia\x20com\x20a\x20imatge','Diagrama\x20entitat-relació','Zero\x20o\x20un','Entitat','Selecciona-ho\x20tot','Taula','Distribueix\x20horitzontalment','Llapis','Línia\x20en\x20angle\x20recte','Afegeix\x20una\x20descripció\x20per\x20a\x20aquest\x20node','Cursors\x20dels\x20col·laboradors','Cita','Arbre\x20a\x20l\x27esquerra','Connector\x20fletxa\x20plena','Mapa\x20mental','Desactiva\x20el\x20redimensionament\x20automàtic','Selecció\x20profunda','Cercle','Component','Agrupa','Triangle\x20buit','Mou\x20el\x20contingut\x20al\x20carril\x20següent\x20i\x20suprimeix','Treu\x20del\x20contenidor','DOM','Carril\x20{0}','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Interfície','Vibrant','Suprimeix\x20el\x20contenidor','1923564tZAKxi','Oval','Mostra\x20/\x20amaga\x20Addició\x20ràpida','Mostra\x20més\x20formes','Afegeix\x20element\x20de\x20carril','Suprimeix','Línia\x20en\x20angle','Navegador','Límit','Diagrama\x20de\x20components','Línia','Clau\x20esquerra','Triangle\x20rectangle','Cap','Escala','Opacitat\x20{0}%','Porta\x20al\x20davant','Octàgon','Reinicia\x20el\x20color','Mostra\x20la\x20barra\x20d’eines','Cilindre','Connector\x20fletxa\x20plena\x20discontínua','Vídeo','Bloqueja','Connector','Nom\x20del\x20carril','Corba','Descripció','Crides','Ocults','331878bsuPeG','Línia\x20(sense\x20fletxa)','Mapa\x20mental\x20cap\x20a\x20la\x20dreta','Clau\x20dreta','Marcador\x20de\x20posició','Bàsic','Inici','Classificador','Enrere','Mou\x20el\x20carril\x20avall','Cerca','Creu','Fragment\x20de\x20seqüència\x20alternativa','Endavant','Amaga','Línia\x20de\x20vida\x20de\x20l\x20actor','Afegeix\x20node\x20fill','Alinea\x20a\x20la\x20dreta','Barra','1990FiJOoj','10XNleWj','Vista','Centra','Color\x20del\x20text','Desfés','Mapa\x20mental\x20cap\x20a\x20l\x27esquerra','Capa\x20flotant','Barra\x20de\x20desplaçament\x20de\x20la\x20visualització','Imatge','Alinea\x20a\x20l’esquerra','Línia\x20de\x20vida\x20del\x20disc\x20magnètic','Desa\x20com\x20a','Ajusta\x20al\x20contingut','Mostra’ls\x20tots','Línia\x20recta','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','Desagrupa','Desactiva\x20l\x20alineació\x20d\x20objectes','Transparent','Actor','Configuració\x20de\x20la\x20línia','Selecciona\x20formes\x20a\x20agrupar','Tipus\x20de\x20lletra','Selecció\x20precisa','Doble\x20fletxa\x20oberta','Vora\x20de\x20l’etiqueta','Línia\x20de\x20vida\x20de\x20l\x20entitat','Porta\x20endavant','Triangle','16509658LjNEoV','Xevró','Tema','Ajusta\x20el\x20contenidor\x20pare\x20al\x20contingut','Diagrama\x20de\x20classes','Recursos','Tradueix\x20al','Polilínia','Selecciona\x20el\x20contenidor\x20pare','Nom\x20del\x20contenidor','Línia\x20de\x20vida\x20del\x20control','Barra\x20d\x20activació','Desbloqueja','SmartArt','Línia\x20de\x20temps\x20vertical','Surt\x20de\x20la\x20pantalla\x20completa','Mapa\x20mental\x20vertical','Inverteix\x20la\x20selecció','Entitat\x20de\x20camp\x20clau','Insereix\x20text','Alinea\x20a\x20la\x20part\x20inferior','Element\x20de\x20carril','Diagrama\x20d\x27arbre','Enllaç','Fragment\x20de\x20seqüència','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Carril\x20horitzontal','Rombe','Replega\x20el\x20carril','Refés','Discontínua','Diagrama\x20de\x20flux\x20de\x20dades','Línia\x20de\x20vida\x20de\x20l\x20emmagatzematge\x20d\x20accés\x20directe','Etiqueta','Tanca','Suprimeix\x20el\x20contingut\x20i\x20el\x20carril','Afegeix\x20node\x20pare','Negreta','Crida\x20arrodonida','Sense\x20coincidències','Suprimeix\x20el\x20carril','Canvia\x20el\x20nom','1\x20:\x201','Expandeix\x20el\x20carril','Cursiva','Ajuda','Addició\x20ràpida','Edita\x20el\x20node\x20actual','Cancel·la','Entitat\x20de\x20tipus\x20de\x20camp\x20clau','Amaga’ls\x20tots','Configuració\x20del\x20text','Selecciona\x20grups\x20de\x20nivell\x20superior','Pota\x20d\x20ànec\x20amb\x20cercle','Emmagatzematge\x20de\x20dades\x202','Línia\x20discontínua\x20(sense\x20fletxa)','Bloquejats','Fletxa\x20d\x20origen','Arbre\x20a\x20la\x20dreta','Pentàgon','Objectes','3130VDercL','7FUomrC','Porta\x20al\x20fons','Triangle\x20ple','Zoom\x20a\x20la\x20selecció','Distribueix\x20verticalment','Cerca\x20formes','Botons\x20d\x20acció','Mode\x20d\x20arrossegament','Centra\x20horitzontalment','Arrossegueu\x20per\x20reordenar','30195WYhCWz','Trapezi','Contenidor','Mitjà','Predeterminat','Més\x20formes','Més','816HYPqxq','Intercanvia\x20les\x20fletxes','Estat\x20final','Estat\x20inicial','Cerca\x20elements\x20del\x20tauler','Línia\x20de\x20vida\x20de\x20l\x20objecte','Línia\x20de\x20vida\x20del\x20límit','Diagrama\x20d\x20estats','Edita\x20el\x20text','Grup','Redueix'];_0x5a14=function(){return _0x464449;};return _0x5a14();}module[_0x42bf85(0x19a)]=e;
@@ -1 +1 @@
1
- const _0x2a8ac5=_0x5874;(function(_0x140149,_0x2f3b70){const _0x167891=_0x5874,_0x40cc91=_0x140149();while(!![]){try{const _0x2a462f=parseInt(_0x167891(0xaa))/0x1*(parseInt(_0x167891(0xe1))/0x2)+-parseInt(_0x167891(0x12e))/0x3+parseInt(_0x167891(0x1a7))/0x4*(parseInt(_0x167891(0x156))/0x5)+-parseInt(_0x167891(0x11a))/0x6*(-parseInt(_0x167891(0x1a6))/0x7)+parseInt(_0x167891(0x111))/0x8+-parseInt(_0x167891(0x16d))/0x9*(-parseInt(_0x167891(0xb5))/0xa)+-parseInt(_0x167891(0xa5))/0xb;if(_0x2a462f===_0x2f3b70)break;else _0x40cc91['push'](_0x40cc91['shift']());}catch(_0x87a04f){_0x40cc91['push'](_0x40cc91['shift']());}}}(_0x3d76,0xc8e91));const e={'boards-ui':{'line':{'title':_0x2a8ac5(0x1ae)},'contextMenu':{'container':{'rename':_0x2a8ac5(0x100),'fitToContent':_0x2a8ac5(0xb9),'selectContents':_0x2a8ac5(0x155),'enableAutoResize':_0x2a8ac5(0x104),'disableAutoResize':_0x2a8ac5(0x19b),'lockMembership':_0x2a8ac5(0x198),'unlockMembership':'Mitgliedschaft\x20entsperren','disband':'Container\x20auflösen','delete':_0x2a8ac5(0x188)},'containerChild':{'moveOut':_0x2a8ac5(0x168),'selectParent':'Übergeordneten\x20Container\x20auswählen','fitParent':_0x2a8ac5(0x12b)},'swimlaneLane':{'add':'Spur\x20hinzufügen','addBelow':'Spur\x20darunter\x20hinzufügen','addRight':_0x2a8ac5(0xab),'remove':_0x2a8ac5(0x17f),'removeAndMovePrevious':_0x2a8ac5(0xe6),'removeAndPromote':'Inhalt\x20herausnehmen\x20und\x20Spur\x20löschen','removeAndDeleteContent':_0x2a8ac5(0xa6),'removeAndMoveNext':_0x2a8ac5(0xfb),'rename':_0x2a8ac5(0x19f),'movePrevious':_0x2a8ac5(0xef),'moveNext':_0x2a8ac5(0x1b4),'expand':_0x2a8ac5(0xa9),'collapse':_0x2a8ac5(0x122)}},'popup':{'containerName':_0x2a8ac5(0x149),'laneName':_0x2a8ac5(0x10a),'cancel':_0x2a8ac5(0x19d),'rename':_0x2a8ac5(0x190)},'ink':{'finishEditing':_0x2a8ac5(0x17b),'enterEditing':_0x2a8ac5(0x158)},'mindMap':{'description':_0x2a8ac5(0x1b0),'descriptionPlaceholder':_0x2a8ac5(0x10d),'saveDescription':'Speichern'},'panel':{'moreShapes':_0x2a8ac5(0x146),'more':_0x2a8ac5(0x15e),'back':'Zurück','close':_0x2a8ac5(0x17d),'stickyNote':_0x2a8ac5(0x13c),'lineColor':'Linienfarbe','lineWidth':'Linienbreite','reverseMarkers':_0x2a8ac5(0xe7),'searchShapes':_0x2a8ac5(0x130),'container':_0x2a8ac5(0x110),'swimlane':_0x2a8ac5(0xba),'verticalSwimlane':_0x2a8ac5(0xac),'horizontalSwimlane':'Horizontale\x20Swimlane','vertical':_0x2a8ac5(0x12c),'horizontal':_0x2a8ac5(0x1a4),'tableCustomSize':'Benutzerdefinierte\x20Größe','tableRows':_0x2a8ac5(0x117),'tableColumns':_0x2a8ac5(0x183),'tableInsert':_0x2a8ac5(0x164),'customContainer':_0x2a8ac5(0x11e),'containerRatio16By9':_0x2a8ac5(0x10e),'containerRatio4By3':_0x2a8ac5(0x137),'containerRatio1By1':_0x2a8ac5(0x119),'containerA4':'A4','mindMapGroupMindMap':_0x2a8ac5(0xf3),'mindMapGroupTree':_0x2a8ac5(0xe3),'mindMapGroupTimeline':_0x2a8ac5(0xc5),'mindMapRight':_0x2a8ac5(0x154),'mindMapLeft':_0x2a8ac5(0x11d),'mindMapHorizontal':_0x2a8ac5(0x17a),'mindMapVertical':_0x2a8ac5(0x103),'mindMapTreeRight':_0x2a8ac5(0x169),'mindMapTreeLeft':_0x2a8ac5(0x14b),'mindMapTreeAlternate':'Alternierender\x20Baum','mindMapTimelineHorizontal':'Horizontale\x20Zeitleiste','mindMapTimelineVertical':_0x2a8ac5(0x189),'mindMapNodeText':_0x2a8ac5(0xc3)},'settings':{'collaboratorCursors':_0x2a8ac5(0x161),'find':_0x2a8ac5(0x174),'grid':_0x2a8ac5(0x131),'preciseSelection':_0x2a8ac5(0xad),'quickAdd':'Schnell\x20hinzufügen','theme':_0x2a8ac5(0x10c),'themeOption':'Design\x20{0}','themePreviewStart':_0x2a8ac5(0xeb),'themePreviewData':_0x2a8ac5(0xe2),'undo':_0x2a8ac5(0x144),'redo':_0x2a8ac5(0x11b),'settings':_0x2a8ac5(0x112),'objects':_0x2a8ac5(0x1a5),'findBoardElements':_0x2a8ac5(0x157),'noMatches':_0x2a8ac5(0x152),'showDimensions':'Maße\x20anzeigen','showToolbar':'Symbolleiste\x20anzeigen','translateInto':'Übersetzen\x20in'},'objectListPanel':{'title':_0x2a8ac5(0x1a5),'empty':_0x2a8ac5(0xde),'showAll':_0x2a8ac5(0x14f),'hideAll':_0x2a8ac5(0x107),'moveForward':_0x2a8ac5(0xf1),'moveBackward':_0x2a8ac5(0x148),'close':_0x2a8ac5(0x19c),'nameInput':_0x2a8ac5(0x179),'hide':_0x2a8ac5(0x194),'show':_0x2a8ac5(0xbc),'lock':_0x2a8ac5(0xd9),'unlock':_0x2a8ac5(0x118),'details':_0x2a8ac5(0x14e),'locate':_0x2a8ac5(0x174),'expand':_0x2a8ac5(0x140),'collapse':_0x2a8ac5(0x185),'dragToReorder':_0x2a8ac5(0x178),'search':_0x2a8ac5(0x174),'filterAll':'Alle','filterHidden':_0x2a8ac5(0x13a),'filterLocked':_0x2a8ac5(0xa2),'sectionCanvas':_0x2a8ac5(0xb7),'sectionFloating':'Schwebende\x20Ebene','name':'Name','description':'Beschreibung','descriptionPlaceholder':_0x2a8ac5(0xee),'noSelection':_0x2a8ac5(0xa3),'elementTypes':{'object':_0x2a8ac5(0x192),'connector':_0x2a8ac5(0x15d),'container':_0x2a8ac5(0x110),'group':_0x2a8ac5(0x12d),'image':'Bild','chart':_0x2a8ac5(0x1a1),'page':_0x2a8ac5(0xd5),'placeholder':_0x2a8ac5(0x175),'shape':'Form','table':_0x2a8ac5(0x12a),'text':_0x2a8ac5(0x176),'smartArt':_0x2a8ac5(0x138),'video':_0x2a8ac5(0x115),'unit':'Einheit','dom':_0x2a8ac5(0x136)}},'find':{'lanePosition':_0x2a8ac5(0xf8),'tableCellPosition':_0x2a8ac5(0xcb),'elementTypes':{'connector':_0x2a8ac5(0x15d),'container':_0x2a8ac5(0x110),'group':_0x2a8ac5(0x12d),'image':_0x2a8ac5(0xae),'page':_0x2a8ac5(0xd5),'placeholder':_0x2a8ac5(0x175),'shape':_0x2a8ac5(0xfa),'table':_0x2a8ac5(0x12a),'text':_0x2a8ac5(0x176)}},'themePresets':{'default':'Standard','classic':_0x2a8ac5(0xed),'vintage':'Vintage','gray':_0x2a8ac5(0x171),'vibrant':_0x2a8ac5(0xbd),'blue':'Blau'},'toolbar':{'resetColor':'Farbe\x20zurücksetzen','shape':_0x2a8ac5(0xfa),'text':_0x2a8ac5(0x176),'stickyNote':'Haftnotiz','line':_0x2a8ac5(0x15d),'container':'Container','swimlane':_0x2a8ac5(0xba),'table':_0x2a8ac5(0x12a),'chart':'Diagramm','pen':_0x2a8ac5(0x11f),'mindMap':_0x2a8ac5(0xf3),'resources':_0x2a8ac5(0x170),'image':_0x2a8ac5(0xae),'wrapInContainer':'In\x20Container\x20einbetten','addSwimlaneLane':'Spurelement\x20hinzufügen','swimlaneMenu':'Swimlane','swimlaneLaneMenu':_0x2a8ac5(0xd6),'editBrushPath':_0x2a8ac5(0xfc),'arrange':_0x2a8ac5(0x18e),'bringToFront':_0x2a8ac5(0xc4),'bringForward':'Nach\x20vorne','sendBackward':_0x2a8ac5(0x148),'sendToBack':_0x2a8ac5(0xda),'more':_0x2a8ac5(0x15e)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x2a8ac5(0x15f),'oval':'Oval','diamond':'Raute','rectangle':_0x2a8ac5(0xc2),'circle':'Kreis','cylinder':_0x2a8ac5(0x195),'chevron':'Chevron','rightArrowBlock':_0x2a8ac5(0x18b),'parallelogram':_0x2a8ac5(0xcc),'trapezoid':'Trapez','speechBubble':'Sprechblase','roundedCallout':_0x2a8ac5(0x191),'rightTriangle':_0x2a8ac5(0xdd),'triangle':_0x2a8ac5(0x173),'star':_0x2a8ac5(0x1a8),'hexagon':_0x2a8ac5(0x187),'pentagon':_0x2a8ac5(0x18a),'octagon':_0x2a8ac5(0x12f),'leftArrow':'Pfeil\x20nach\x20links','rightArrow':'Pfeil\x20nach\x20rechts','leftRightArrow':'Doppelpfeil','cloud':_0x2a8ac5(0x135),'leftBrace':'Linke\x20Klammer','rightBrace':'Rechte\x20Klammer','plus':_0x2a8ac5(0x184),'actor':_0x2a8ac5(0xa7),'boundary':_0x2a8ac5(0x18f),'control':'Steuerung','entity':_0x2a8ac5(0x108),'collection':_0x2a8ac5(0x141),'dataFlowRoundedRectangle':_0x2a8ac5(0x15f),'dataFlowCircle':'Kreis','dataFlowRoundedSquare':_0x2a8ac5(0x17e),'dataStorage1':_0x2a8ac5(0x1b1),'dataStorage2':_0x2a8ac5(0x1af),'dataStorage3':_0x2a8ac5(0x1aa),'lineNone':_0x2a8ac5(0xf4),'lineDashedNone':_0x2a8ac5(0xbb),'lineOpenArrow':_0x2a8ac5(0xd2),'lineDoubleOpenArrow':_0x2a8ac5(0xb4),'actorLifeline':'Lebenslinie\x20Akteur','boundaryLifeline':_0x2a8ac5(0xe8),'controlLifeline':_0x2a8ac5(0x1ab),'entityLifeline':_0x2a8ac5(0x1a2),'collectionLifeline':_0x2a8ac5(0xcf),'objectLifeline':'Lebenslinie\x20Objekt','magneticDiskLifeline':_0x2a8ac5(0xf9),'directAccessStorageLifeline':_0x2a8ac5(0xf2),'activationBar':_0x2a8ac5(0xd4),'sequenceFragment':_0x2a8ac5(0xc8),'sequenceAlternativeFragment':_0x2a8ac5(0xc0),'umlClass':_0x2a8ac5(0xd7),'umlInterface':_0x2a8ac5(0x143),'umlInterfaceShape':'Schnittstelle','umlClassifier':_0x2a8ac5(0xea),'umlHollowDiamondConnector':'Hohler\x20Rauten-Verbinder','umlFilledDiamondConnector':_0x2a8ac5(0x129),'umlFilledArrowConnector':'Gefüllter\x20Pfeil-Verbinder','umlDashedOpenArrowConnector':_0x2a8ac5(0x1a9),'umlDashedFilledArrowConnector':'Gestrichelter\x20gefüllter\x20Pfeil-Verbinder','erdEntity':_0x2a8ac5(0x108),'erdKeyField':'Schlüsselfeld-Entität','erdFieldType':_0x2a8ac5(0xec),'erdFull':'Schlüsselfeldtyp-Entität','initialState':_0x2a8ac5(0x1b7),'finalState':_0x2a8ac5(0x13e),'stateBar':_0x2a8ac5(0x193),'requiredInterface':'Benötigte\x20Schnittstelle','assemblyConnector':_0x2a8ac5(0xe0),'providedInterface':_0x2a8ac5(0xdf),'componentBox':_0x2a8ac5(0x1a3),'component':_0x2a8ac5(0xdb)},'shapeCategories':{'basics':_0x2a8ac5(0xe5),'basicShapes':{'rectangle':_0x2a8ac5(0x105),'basicShape':_0x2a8ac5(0x120),'blockArrow':'Blockpfeile','equationShape':_0x2a8ac5(0xaf),'flowchart':_0x2a8ac5(0x1b2),'starAndBanner':'Sterne\x20und\x20Banner','callout':_0x2a8ac5(0x1ad),'actionButton':_0x2a8ac5(0xd0),'other':_0x2a8ac5(0x13b)},'classDiagram':'Klassendiagramm','dataFlowDiagram':_0x2a8ac5(0x109),'line':'Linie','entityRelationshipDiagram':_0x2a8ac5(0xb3),'umlCustomShapes':_0x2a8ac5(0xca),'umlSequenceDiagram':_0x2a8ac5(0x16c),'statusDiagram':'Zustandsdiagramm','componentDiagram':'Komponentendiagramm'},'connector':{'toolbar':{'sourceMarker':_0x2a8ac5(0x18c),'swapMarkers':_0x2a8ac5(0x125),'targetMarker':_0x2a8ac5(0x15a),'lineColor':_0x2a8ac5(0x196),'lineWidth':_0x2a8ac5(0x10f),'opacityPercent':_0x2a8ac5(0x186),'settings':_0x2a8ac5(0x16f),'smoothElbow':'Winkellinie','bridge':_0x2a8ac5(0x121),'insertText':_0x2a8ac5(0x145),'textSettings':'Texteinstellungen','alignLeft':_0x2a8ac5(0x150),'alignCenter':_0x2a8ac5(0xc6),'alignRight':_0x2a8ac5(0x16a),'bold':_0x2a8ac5(0xa4),'italic':_0x2a8ac5(0x180),'underline':_0x2a8ac5(0xdc),'strikethrough':_0x2a8ac5(0x15c),'textColor':_0x2a8ac5(0x181),'editText':_0x2a8ac5(0xc9),'labelFill':'Beschriftungshintergrund','labelBorder':_0x2a8ac5(0x1b3),'transparent':_0x2a8ac5(0x177),'breakLineBehindText':_0x2a8ac5(0x18d),'textSection':_0x2a8ac5(0x176),'labelSection':_0x2a8ac5(0x133),'deleteText':_0x2a8ac5(0x165),'more':_0x2a8ac5(0x15e)},'routing':{'straight':'Gerade','elbow':_0x2a8ac5(0x123),'polyline':'Polylinie','curve':_0x2a8ac5(0x182)},'strokeWidth':{'thin':'Dünn','regular':_0x2a8ac5(0x126),'medium':'Mittel','bold':'Fett'},'dash':{'solid':_0x2a8ac5(0xbe),'dashed':_0x2a8ac5(0xff),'dotted':'Gepunktet','dashDot':_0x2a8ac5(0x163)},'marker':{'none':_0x2a8ac5(0x16e),'arrow':'Pfeil','filledArrow':_0x2a8ac5(0xe9),'openArrow':_0x2a8ac5(0xd2),'triangle':_0x2a8ac5(0x173),'filledTriangle':_0x2a8ac5(0xd8),'hollowTriangle':'Hohles\x20Dreieck','diamond':_0x2a8ac5(0x160),'hollowDiamond':_0x2a8ac5(0x1b8),'filledDiamond':_0x2a8ac5(0xc7),'circle':_0x2a8ac5(0x15b),'filledCircle':_0x2a8ac5(0x124),'bar':_0x2a8ac5(0x10b),'doubleBar':'Doppelbalken','crowFoot':'Krähenfuß','crowsFoot':'Krähenfuß','barCrowsFoot':'Balken-Krähenfuß','circleCrowsFoot':_0x2a8ac5(0x199),'circleBar':_0x2a8ac5(0x1b6),'x':'X','cross':_0x2a8ac5(0xbf),'plus':_0x2a8ac5(0x184),'zeroOrOne':_0x2a8ac5(0xfe),'zeroOrMany':_0x2a8ac5(0x14d),'oneOrMany':_0x2a8ac5(0x13d)}},'zoom':{'dragMode':_0x2a8ac5(0x142),'fitContent':_0x2a8ac5(0xb9),'zoomOptions':_0x2a8ac5(0x113),'zoomTo100':'Auf\x20100\x20%\x20zoomen','zoomToFit':_0x2a8ac5(0x128),'zoomToSelection':_0x2a8ac5(0x162),'zoomOut':_0x2a8ac5(0x14a),'resetZoom':_0x2a8ac5(0x132),'zoomIn':'Vergrößern','help':_0x2a8ac5(0x1ac)},'shortcutHelp':{'title':'Tastenkürzel','close':_0x2a8ac5(0xd1),'sections':{'tools':'Werkzeuge','navigator':_0x2a8ac5(0xce),'view':_0x2a8ac5(0xf5),'selection':'Form\x20auswählen','editing':'Form\x20bearbeiten','grouping':_0x2a8ac5(0xb1),'swimlane':'Swimlane','mindMap':'Mindmap','layout':'Layout','font':'Schriftart'},'items':{'showMoreShapes':_0x2a8ac5(0x13f),'roundedRectangle':'Abgerundetes\x20Rechteck','rectangle':_0x2a8ac5(0xc2),'oval':_0x2a8ac5(0x172),'diamond':_0x2a8ac5(0x160),'text':'Text','elbowConnector':_0x2a8ac5(0xd3),'line':'Linie','stickyNote':_0x2a8ac5(0x13c),'search':_0x2a8ac5(0x174),'zoomWheel':_0x2a8ac5(0xc1),'zoomPinch':'Vergrößern\x20/\x20Verkleinern','zoomTo100':_0x2a8ac5(0xf7),'zoomToSelection':_0x2a8ac5(0x162),'zoomToFit':_0x2a8ac5(0x128),'enterFullScreen':_0x2a8ac5(0xa8),'exitFullScreen':_0x2a8ac5(0x102),'selectShape':_0x2a8ac5(0x166),'selectAll':'Alles\x20auswählen','multipleSelect':'Mehrere\x20auswählen\x20/\x20abwählen','invertSelection':_0x2a8ac5(0x101),'preciseSelection':'Präzise\x20Auswahl','deepSelect':'Tiefenauswahl','editShape':_0x2a8ac5(0xcd),'copy':'Kopieren','copyAsImage':_0x2a8ac5(0xe4),'paste':_0x2a8ac5(0x164),'cut':_0x2a8ac5(0x17c),'makeCopy':_0x2a8ac5(0x16b),'scale':_0x2a8ac5(0x153),'copyStyle':'Stil\x20kopieren','pasteStyle':_0x2a8ac5(0x14c),'moveAxisLocked':_0x2a8ac5(0x114),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':_0x2a8ac5(0x134),'undo':_0x2a8ac5(0x144),'redo':_0x2a8ac5(0x11b),'toggleQuickAdd':_0x2a8ac5(0x139),'hideCollaboratorsCursors':'Cursors\x20der\x20Mitbearbeiter\x20ausblenden','toggleToolbar':_0x2a8ac5(0x197),'delete':_0x2a8ac5(0xb2),'group':_0x2a8ac5(0xb6),'ungroup':_0x2a8ac5(0xb0),'selectUpperLayerGroups':'Übergeordnete\x20Gruppen\x20auswählen','selectShapesToGroup':'Zu\x20gruppierende\x20Formen\x20auswählen','swimlaneLaneRename':_0x2a8ac5(0x19f),'swimlaneLaneToggleCollapsed':_0x2a8ac5(0x19a),'swimlaneLaneMovePrevious':'Spur\x20nach\x20oben\x20verschieben','swimlaneLaneMoveNext':_0x2a8ac5(0x1b4),'swimlaneLaneRemove':_0x2a8ac5(0x17f),'addSiblingNode':_0x2a8ac5(0x127),'addChildNode':_0x2a8ac5(0x19e),'addParentNode':_0x2a8ac5(0xf0),'foldChildNodes':_0x2a8ac5(0xf6),'collapseAllNodes':_0x2a8ac5(0xfd),'addDescription':_0x2a8ac5(0xee),'editCurrentNode':_0x2a8ac5(0x106),'bringToFront':'In\x20den\x20Vordergrund','sendToBack':'In\x20den\x20Hintergrund','alignLeft':'Linksbündig','alignRight':_0x2a8ac5(0x16a),'alignTop':'Oben\x20ausrichten','alignBottom':_0x2a8ac5(0x116),'alignMiddle':_0x2a8ac5(0x159),'alignCenter':'Horizontal\x20zentrieren','distributeHorizontally':_0x2a8ac5(0x1b5),'distributeVertically':_0x2a8ac5(0xb8),'disableObjectAlignment':'Objektausrichtung\x20deaktivieren','increaseFontSize':_0x2a8ac5(0x147),'decreaseFontSize':'Schriftgröße\x20verringern','bold':_0x2a8ac5(0xa4),'strikethrough':_0x2a8ac5(0x15c),'italic':_0x2a8ac5(0x180),'underline':'Unterstrichen','link':_0x2a8ac5(0x167),'numberedList':_0x2a8ac5(0x151),'bulletedList':'Aufzählungsliste','quote':_0x2a8ac5(0x11c),'alignTextLeft':_0x2a8ac5(0x150),'alignTextRight':_0x2a8ac5(0x16a),'alignTextCenter':_0x2a8ac5(0xc6)}}}};module[_0x2a8ac5(0x1a0)]=e;function _0x5874(_0x52ba29,_0x2ab205){_0x52ba29=_0x52ba29-0xa2;const _0x3d7605=_0x3d76();let _0x5874cd=_0x3d7605[_0x52ba29];return _0x5874cd;}function _0x3d76(){const _0x3210e5=['Alle\x20ausblenden','Entität','Datenflussdiagramm','Spurname','Balken','Design','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','16\x20:\x209','Breite','Container','4984280tvhSlR','Einstellungen','Zoomoptionen','Horizontal\x20/\x20vertikal\x20verschieben','Video','Unten\x20ausrichten','Zeilen','Entsperren','1\x20:\x201','6GcAPes','Wiederherstellen','Zitat','Mindmap\x20nach\x20links','Benutzerdefiniert','Stift','Grundformen','Linienüberbrückung','Spur\x20einklappen','Rechtwinklige\x20Linie','Gefüllter\x20Kreis','Pfeile\x20tauschen','Normal','Geschwisterknoten\x20hinzufügen','An\x20Seite\x20anpassen','Gefüllter\x20Rauten-Verbinder','Tabelle','Übergeordneten\x20Container\x20an\x20Inhalt\x20anpassen','Vertikal','Gruppe','659157mlDFMO','Achteck','Formen\x20suchen','Raster','Zoom\x20zurücksetzen','Beschriftung','Vertikal\x20spiegeln','Wolke','DOM','4\x20:\x203','SmartArt','Schnell\x20hinzufügen\x20anzeigen\x20/\x20ausblenden','Ausgeblendet','Sonstige','Haftnotiz','Eins\x20oder\x20viele','Endzustand','Weitere\x20Formen\x20anzeigen','Erweitern','Sammlung','Ziehen-Modus','Schnittstelle','Rückgängig','Text\x20einfügen','Weitere\x20Formen','Schriftgröße\x20erhöhen','Nach\x20hinten','Container-Name','Verkleinern','Baum\x20links','Stil\x20einfügen','Null\x20oder\x20viele','Details','Alle\x20anzeigen','Linksbündig','Nummerierte\x20Liste','Keine\x20Treffer','Skalieren','Mindmap\x20nach\x20rechts','Inhalt\x20auswählen','5RzOtbq','Board-Elemente\x20suchen','Pfad\x20bearbeiten','Vertikal\x20zentrieren','Zielpfeil','Kreis','Durchgestrichen','Verbinder','Mehr','Abgerundetes\x20Rechteck','Raute','Cursors\x20der\x20Mitbearbeiter','Auf\x20Auswahl\x20zoomen','Strich-Punkt','Einfügen','Text\x20löschen','Form\x20auswählen','Link','Aus\x20dem\x20Container\x20verschieben','Baum\x20rechts','Rechtsbündig','Kopie\x20erstellen','UML-Sequenzdiagramm','42138xkpBRS','Keine','Linieneinstellungen','Ressourcen','Grau','Oval','Dreieck','Suchen','Platzhalter','Text','Transparent','Zum\x20Neuordnen\x20ziehen','Objektname','Horizontale\x20Mindmap','Fertig','Ausschneiden','Schließen','Abgerundetes\x20Quadrat','Spur\x20entfernen','Kursiv','Textfarbe','Kurve','Spalten','Plus','Reduzieren','Deckkraft\x20{0}\x20%','Sechseck','Container\x20löschen','Vertikale\x20Zeitleiste','Fünfeck','Rechtspfeil-Block','Quellpfeil','Linie\x20hinter\x20dem\x20Text\x20unterbrechen','Anordnen','Grenze','Umbenennen','Abgerundete\x20Legende','Objekt','Zustandsbalken','Ausblenden','Zylinder','Linienfarbe','Symbolleiste\x20anzeigen\x20/\x20ausblenden','Mitgliedschaft\x20sperren','Kreis-Krähenfuß','Spur\x20einklappen\x20/\x20ausklappen','Automatische\x20Größenanpassung\x20deaktivieren','Schliessen','Abbrechen','Unterknoten\x20hinzufügen','Spur\x20umbenennen','exports','Diagramm','Lebenslinie\x20Entität','Komponentenbox','Horizontal','Objekte','8551221FHigfv','5582132whICmg','Stern','Gestrichelter\x20offener\x20Pfeil-Verbinder','Datenspeicher\x203','Lebenslinie\x20Steuerung','Hilfe','Legenden','Linie','Datenspeicher\x202','Beschreibung','Datenspeicher\x201','Flussdiagramm','Beschriftungsrahmen','Spur\x20nach\x20unten\x20verschieben','Horizontal\x20verteilen','Kreis-Balken','Anfangszustand','Hohle\x20Raute','Gesperrt','Objekt\x20auswählen,\x20um\x20Details\x20zu\x20bearbeiten','Fett','41212600yWEXzP','Inhalt\x20und\x20Spur\x20löschen','Akteur','Vollbild\x20aktivieren','Spur\x20ausklappen','1lRlbyH','Spur\x20rechts\x20hinzufügen','Vertikale\x20Swimlane','Präzise\x20Auswahl','Bild','Gleichungsformen','Gruppierung\x20aufheben','Formen\x20gruppieren','Löschen','Entity-Relationship-Diagramm','Doppelt\x20offener\x20Pfeil','3230tOILTf','Gruppieren','Canvas-Ebene','Vertikal\x20verteilen','An\x20Inhalt\x20anpassen','Swimlane','Gestrichelte\x20Linie\x20(ohne\x20Pfeil)','Anzeigen','Lebhaft','Durchgehend','Kreuz','Alternatives\x20Sequenzfragment','Vergrößern\x20/\x20Verkleinern','Rechteck','Text\x20hinzufügen','In\x20den\x20Vordergrund','Zeitleiste','Zentriert','Gefüllte\x20Raute','Sequenzfragment','Text\x20bearbeiten','UML-Benutzerdefinierte\x20Formen','Zeile\x20{0},\x20Spalte\x20{1}','Parallelogramm','Form\x20bearbeiten','Navigator','Lebenslinie\x20Sammlung','Aktionsschaltflächen','Tastenkürzel\x20schließen','Offener\x20Pfeil','Winkelverbinder','Aktivierungsbalken','Seite','Spurelement','Klasse','Gefülltes\x20Dreieck','Sperren','In\x20den\x20Hintergrund','Komponente','Unterstrichen','Rechtwinkliges\x20Dreieck','Keine\x20Objekte','Bereitgestellte\x20Schnittstelle','Montageverbinder','73582pMvSGI','Daten','Baumdiagramm','Als\x20Bild\x20kopieren','Grundlagen','Inhalt\x20in\x20vorherige\x20Spur\x20verschieben\x20und\x20löschen','Pfeile\x20umkehren','Lebenslinie\x20Grenze','Gefüllter\x20Pfeil','Klassifizierer','Start','Feldtyp-Entität','Klassisch','Beschreibung\x20hinzufügen','Spur\x20nach\x20oben\x20verschieben','Übergeordneten\x20Knoten\x20hinzufügen','Nach\x20vorne','Lebenslinie\x20Direktzugriffsspeicher','Mindmap','Linie\x20(ohne\x20Pfeil)','Ansicht','Untergeordnete\x20Knoten\x20einklappen\x20/\x20ausklappen','Auf\x20100\x20%\x20zoomen','Spur\x20{0}','Lebenslinie\x20Magnetplatte','Form','Inhalt\x20in\x20nächste\x20Spur\x20verschieben\x20und\x20löschen','Pinselpfad\x20bearbeiten','Alle\x20Knoten\x20einklappen\x20/\x20ausklappen','Null\x20oder\x20eins','Gestrichelt','Container\x20umbenennen','Auswahl\x20umkehren','Vollbild\x20beenden','Vertikale\x20Mindmap','Automatische\x20Größenanpassung\x20aktivieren','Rechtecke','Aktuellen\x20Knoten\x20bearbeiten'];_0x3d76=function(){return _0x3210e5;};return _0x3d76();}
1
+ function _0x2bab(){const _0x5868fc=['Kurve','Spurname','Navigator','Chevron','Anzeigen','Datenspeicher\x202','Spurelement\x20hinzufügen','Spur\x20entfernen','Vergrößern','Text\x20einfügen','Datenflussdiagramm','Inhalt\x20herausnehmen\x20und\x20Spur\x20löschen','Doppelbalken','Tabelle','Gerade','Mitgliedschaft\x20entsperren','Endzustand','Start','Doppelpfeil','Inhalt\x20und\x20Spur\x20löschen','Daten','Vertikal\x20zentrieren','Zitat','Übersetzen\x20in','Auf\x20Auswahl\x20zoomen','Pfeil','Verbinder','Zum\x20Neuordnen\x20ziehen','Inhalt\x20in\x20nächste\x20Spur\x20verschieben\x20und\x20löschen','Cursors\x20der\x20Mitbearbeiter','Vollbild\x20aktivieren','Cursors\x20der\x20Mitbearbeiter\x20ausblenden','Schlüsselfeldtyp-Entität','Schließen','Sterne\x20und\x20Banner','Vertikale\x20Swimlane','Abgerundetes\x20Rechteck','Kreis','Pfeil\x20nach\x20rechts','Ziehen-Modus','Beschriftungshintergrund','In\x20den\x20Hintergrund','Linke\x20Klammer','Blau','Zustandsdiagramm','Linie','Baum\x20rechts','Übergeordneten\x20Container\x20auswählen','Dreieck','Zeitleiste','Linksbündig','Akteur','Container\x20auflösen','Linienbreite','Rechtspfeil-Block','2543936ceZAJc','9762282GSoxGb','Lebenslinie\x20Objekt','Übergeordneten\x20Container\x20an\x20Inhalt\x20anpassen','Maße\x20anzeigen','Grundformen','Hohler\x20Rauten-Verbinder','Weitere\x20Formen','Benötigte\x20Schnittstelle','Unterknoten\x20hinzufügen','Grundlagen','Gefülltes\x20Dreieck','Entität','Alle\x20anzeigen','Horizontal','Formen\x20suchen','Trapez','Gefüllter\x20Kreis','Container\x20umbenennen','Abgerundetes\x20Quadrat','Schriftart','UML-Benutzerdefinierte\x20Formen','Spalten','Bild','Zustandsbalken','Nummerierte\x20Liste','Baum\x20links','Datenspeicher\x201','Präzise\x20Auswahl','Aktuellen\x20Knoten\x20bearbeiten','Transparent','Gesperrt','Lebhaft','Gefüllte\x20Raute','Raster','Canvas-Ebene','Schnittstelle','Linieneinstellungen','Form\x20bearbeiten','Datenspeicher\x203','Rechtwinkliges\x20Dreieck','4\x20:\x203','Entsperren','Sammlung','Oval','Komponentendiagramm','Text\x20löschen','Text','Aus\x20dem\x20Container\x20verschieben','2452562GSYPCq','Aufzählungsliste','Form','Beschreibung','Baumdiagramm','Zeile\x20{0},\x20Spalte\x20{1}','Auf\x20100\x20%\x20zoomen','Vertikale\x20Zeitleiste','Schriftgröße\x20erhöhen','Objektausrichtung\x20deaktivieren','An\x20Seite\x20anpassen','Gefüllter\x20Pfeil','Benutzerdefinierte\x20Größe','Nach\x20vorne','UML-Sequenzdiagramm','Gruppieren','Ressourcen','Doppelt\x20offener\x20Pfeil','Rechtsbündig','Raute','Seite','Speichern\x20unter','Spur\x20rechts\x20hinzufügen','Einstellungen','Mitgliedschaft\x20sperren','Zeilen','Suchen','Symbolleiste\x20anzeigen\x20/\x20ausblenden','Stern','Zielpfeil','Inhalt\x20auswählen','Geschwisterknoten\x20hinzufügen','230wzLFKj','Klassifizierer','Gruppierung\x20aufheben','Gleichungsformen','Krähenfuß','Linie\x20hinter\x20dem\x20Text\x20unterbrechen','Grenze','Objekte','An\x20Inhalt\x20anpassen','Beschriftungsrahmen','Objektname','Breite','Komponente','Haftnotiz','Unterstrichen','Alle','Eins\x20oder\x20viele','Hohle\x20Raute','Einfügen','Umbenennen','Swimlane','Rückgängig','Vertikal\x20spiegeln','Bereitgestellte\x20Schnittstelle','Schnell\x20hinzufügen\x20anzeigen\x20/\x20ausblenden','Ansichts-Bildlaufleiste','Gestrichelte\x20Linie\x20(ohne\x20Pfeil)','Rechte\x20Klammer','Wolke','Spur\x20einklappen\x20/\x20ausklappen','Inhalt\x20in\x20vorherige\x20Spur\x20verschieben\x20und\x20löschen','Formen\x20gruppieren','Linienfarbe','Mittel','Unten\x20ausrichten','Lebenslinie\x20Entität','Pfeile\x20umkehren','Gruppe','Strich-Punkt','Aktivierungsbalken','Spur\x20nach\x20unten\x20verschieben','Horizontale\x20Mindmap','Gefüllter\x20Pfeil-Verbinder','Spur\x20ausklappen','Entity-Relationship-Diagramm','Balken-Krähenfuß','Abgerundete\x20Legende','Klassendiagramm','Container\x20löschen','Sequenzfragment','Sprechblase','Pinselpfad\x20bearbeiten','Achteck','Wiederherstellen','4kAYcbw','Rechteck','Winkellinie','Diagramm','Vintage','Hohles\x20Dreieck','Offener\x20Pfeil','Schlüsselfeld-Entität','Null\x20oder\x20viele','Objekt\x20auswählen,\x20um\x20Details\x20zu\x20bearbeiten','Lebenslinie\x20Grenze','Lebenslinie\x20Magnetplatte','Grau','Horizontale\x20Zeitleiste','Fertig','Ausgeblendet','Lebenslinie\x20Sammlung','Container','Fett','Null\x20oder\x20eins','Tiefenauswahl','Form\x20auswählen','Spur\x20nach\x20oben\x20verschieben','Gestrichelter\x20offener\x20Pfeil-Verbinder','Skalieren','Durchgestrichen','Alle\x20Knoten\x20einklappen\x20/\x20ausklappen','Lebenslinie\x20Steuerung','exports','Deckkraft\x20{0}\x20%','Spur\x20hinzufügen','Reduzieren','Schwebende\x20Ebene','Linie\x20(ohne\x20Pfeil)','Zylinder','SmartArt','Details','Lebenslinie\x20Direktzugriffsspeicher','Klasse','Zentriert','Nach\x20hinten','Abbrechen','Design','Keine\x20Objekte','Pfad\x20bearbeiten','Pfeil\x20nach\x20links','Stil\x20kopieren','Aktionsschaltflächen','Erweitern','Text\x20hinzufügen','Montageverbinder','Stil\x20einfügen','358176XJdaDj','Horizontal\x20verteilen','Link','Gestrichelter\x20gefüllter\x20Pfeil-Verbinder','Sechseck','Text\x20bearbeiten','Mindmap','1136574afkdhc','Board-Elemente\x20suchen','Standard','Sperren','Speichern','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','Flussdiagramm','Plus','Rechtwinklige\x20Linie','Vergrößern\x20/\x20Verkleinern','Parallelogramm','Schnell\x20hinzufügen','Schriftgröße\x20verringern','Beschreibung\x20hinzufügen','Mehr','Horizontal\x20/\x20vertikal\x20verschieben','Rechtecke','Beschriftung','Lebenslinie\x20Akteur','Design\x20{0}','2558PjMYAl','Kreis-Balken','Auswahl\x20umkehren','Anfangszustand','In\x20den\x20Vordergrund','Oben\x20ausrichten','Gefüllter\x20Rauten-Verbinder','Container-Name','4575145FbFFsz','Horizontal\x20spiegeln','Platzhalter','Als\x20Bild\x20kopieren','Gepunktet','Automatische\x20Größenanpassung\x20aktivieren','Mehrere\x20auswählen\x20/\x20abwählen','Spur\x20einklappen','Sonstige','Schliessen','Kopieren','Ansicht','Polylinie'];_0x2bab=function(){return _0x5868fc;};return _0x2bab();}const _0x19fa00=_0xfc3e;function _0xfc3e(_0x26590f,_0x32e07f){_0x26590f=_0x26590f-0x112;const _0x2bab07=_0x2bab();let _0xfc3e05=_0x2bab07[_0x26590f];return _0xfc3e05;}(function(_0x1b48b7,_0x4842ce){const _0x14c939=_0xfc3e,_0xcbe7d5=_0x1b48b7();while(!![]){try{const _0x3ea42a=-parseInt(_0x14c939(0x12f))/0x1*(-parseInt(_0x14c939(0x1b4))/0x2)+parseInt(_0x14c939(0x1a0))/0x3+-parseInt(_0x14c939(0x165))/0x4*(parseInt(_0x14c939(0x1bc))/0x5)+-parseInt(_0x14c939(0x199))/0x6+-parseInt(_0x14c939(0x231))/0x7+parseInt(_0x14c939(0x200))/0x8+parseInt(_0x14c939(0x201))/0x9;if(_0x3ea42a===_0x4842ce)break;else _0xcbe7d5['push'](_0xcbe7d5['shift']());}catch(_0xd10e7d){_0xcbe7d5['push'](_0xcbe7d5['shift']());}}}(_0x2bab,0xb7423));const e={'boards-ui':{'line':{'title':_0x19fa00(0x1f6)},'contextMenu':{'container':{'rename':_0x19fa00(0x212),'fitToContent':_0x19fa00(0x137),'selectContents':_0x19fa00(0x12d),'enableAutoResize':_0x19fa00(0x1c1),'disableAutoResize':'Automatische\x20Größenanpassung\x20deaktivieren','lockMembership':_0x19fa00(0x127),'unlockMembership':_0x19fa00(0x1d8),'disband':_0x19fa00(0x1fd),'delete':_0x19fa00(0x15f)},'containerChild':{'moveOut':_0x19fa00(0x230),'selectParent':_0x19fa00(0x1f8),'fitParent':_0x19fa00(0x203)},'swimlaneLane':{'add':_0x19fa00(0x183),'addBelow':'Spur\x20darunter\x20hinzufügen','addRight':_0x19fa00(0x125),'remove':_0x19fa00(0x1d0),'removeAndMovePrevious':_0x19fa00(0x14d),'removeAndPromote':_0x19fa00(0x1d4),'removeAndDeleteContent':_0x19fa00(0x1dc),'removeAndMoveNext':_0x19fa00(0x1e5),'rename':'Spur\x20umbenennen','movePrevious':_0x19fa00(0x17b),'moveNext':'Spur\x20nach\x20unten\x20verschieben','expand':_0x19fa00(0x15a),'collapse':_0x19fa00(0x1c3)}},'popup':{'containerName':_0x19fa00(0x1bb),'laneName':_0x19fa00(0x1ca),'cancel':_0x19fa00(0x18e),'rename':_0x19fa00(0x142)},'ink':{'finishEditing':_0x19fa00(0x173),'enterEditing':_0x19fa00(0x191)},'mindMap':{'description':'Beschreibung','descriptionPlaceholder':_0x19fa00(0x1a5),'saveDescription':_0x19fa00(0x1a4)},'panel':{'moreShapes':_0x19fa00(0x207),'more':'Mehr','back':'Zurück','close':_0x19fa00(0x1ea),'stickyNote':_0x19fa00(0x13c),'lineColor':_0x19fa00(0x14f),'lineWidth':_0x19fa00(0x1fe),'reverseMarkers':_0x19fa00(0x153),'searchShapes':_0x19fa00(0x20f),'container':_0x19fa00(0x176),'swimlane':_0x19fa00(0x143),'verticalSwimlane':_0x19fa00(0x1ec),'horizontalSwimlane':'Horizontale\x20Swimlane','vertical':'Vertikal','horizontal':_0x19fa00(0x20e),'tableCustomSize':_0x19fa00(0x11b),'tableRows':_0x19fa00(0x128),'tableColumns':_0x19fa00(0x216),'tableInsert':'Einfügen','customContainer':'Benutzerdefiniert','containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x19fa00(0x229),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x19fa00(0x19f),'mindMapGroupTree':_0x19fa00(0x113),'mindMapGroupTimeline':_0x19fa00(0x1fa),'mindMapRight':'Mindmap\x20nach\x20rechts','mindMapLeft':'Mindmap\x20nach\x20links','mindMapHorizontal':_0x19fa00(0x158),'mindMapVertical':'Vertikale\x20Mindmap','mindMapTreeRight':_0x19fa00(0x1f7),'mindMapTreeLeft':_0x19fa00(0x21a),'mindMapTreeAlternate':'Alternierender\x20Baum','mindMapTimelineHorizontal':_0x19fa00(0x172),'mindMapTimelineVertical':_0x19fa00(0x116),'mindMapNodeText':_0x19fa00(0x196)},'settings':{'collaboratorCursors':_0x19fa00(0x1e6),'find':_0x19fa00(0x129),'grid':_0x19fa00(0x222),'viewportBar':_0x19fa00(0x148),'preciseSelection':_0x19fa00(0x21c),'quickAdd':_0x19fa00(0x1ab),'theme':_0x19fa00(0x18f),'themeOption':_0x19fa00(0x1b3),'themePreviewStart':_0x19fa00(0x1da),'themePreviewData':_0x19fa00(0x1dd),'undo':_0x19fa00(0x144),'redo':_0x19fa00(0x164),'settings':_0x19fa00(0x126),'objects':_0x19fa00(0x136),'findBoardElements':_0x19fa00(0x1a1),'noMatches':'Keine\x20Treffer','showDimensions':_0x19fa00(0x204),'showToolbar':'Symbolleiste\x20anzeigen','saveAs':_0x19fa00(0x124),'translateInto':_0x19fa00(0x1e0)},'objectListPanel':{'title':_0x19fa00(0x136),'empty':_0x19fa00(0x190),'showAll':_0x19fa00(0x20d),'hideAll':'Alle\x20ausblenden','moveForward':_0x19fa00(0x11c),'moveBackward':'Nach\x20hinten','close':_0x19fa00(0x1c5),'nameInput':_0x19fa00(0x139),'hide':'Ausblenden','show':_0x19fa00(0x1cd),'lock':_0x19fa00(0x1a3),'unlock':_0x19fa00(0x22a),'details':_0x19fa00(0x189),'locate':_0x19fa00(0x129),'expand':_0x19fa00(0x195),'collapse':_0x19fa00(0x184),'dragToReorder':_0x19fa00(0x1e4),'search':'Suchen','filterAll':_0x19fa00(0x13e),'filterHidden':_0x19fa00(0x174),'filterLocked':_0x19fa00(0x21f),'sectionCanvas':_0x19fa00(0x223),'sectionFloating':_0x19fa00(0x185),'name':'Name','description':_0x19fa00(0x112),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','noSelection':_0x19fa00(0x16e),'elementTypes':{'object':'Objekt','connector':_0x19fa00(0x1e3),'container':_0x19fa00(0x176),'group':_0x19fa00(0x154),'image':_0x19fa00(0x217),'chart':_0x19fa00(0x168),'page':_0x19fa00(0x123),'placeholder':_0x19fa00(0x1be),'shape':_0x19fa00(0x233),'table':_0x19fa00(0x1d6),'text':'Text','smartArt':_0x19fa00(0x188),'video':'Video','unit':'Einheit','dom':'DOM'}},'find':{'lanePosition':'Spur\x20{0}','tableCellPosition':_0x19fa00(0x114),'elementTypes':{'connector':'Verbinder','container':_0x19fa00(0x176),'group':_0x19fa00(0x154),'image':_0x19fa00(0x217),'page':_0x19fa00(0x123),'placeholder':_0x19fa00(0x1be),'shape':'Form','table':'Tabelle','text':_0x19fa00(0x22f)}},'themePresets':{'default':_0x19fa00(0x1a2),'classic':'Klassisch','vintage':_0x19fa00(0x169),'gray':_0x19fa00(0x171),'vibrant':_0x19fa00(0x220),'blue':_0x19fa00(0x1f4)},'toolbar':{'resetColor':'Farbe\x20zurücksetzen','shape':_0x19fa00(0x233),'text':'Text','stickyNote':_0x19fa00(0x13c),'line':'Verbinder','container':'Container','swimlane':_0x19fa00(0x143),'table':_0x19fa00(0x1d6),'chart':_0x19fa00(0x168),'pen':'Stift','mindMap':_0x19fa00(0x19f),'resources':_0x19fa00(0x11f),'image':_0x19fa00(0x217),'wrapInContainer':'In\x20Container\x20einbetten','addSwimlaneLane':_0x19fa00(0x1cf),'swimlaneMenu':_0x19fa00(0x143),'swimlaneLaneMenu':'Spurelement','editBrushPath':_0x19fa00(0x162),'arrange':'Anordnen','bringToFront':'In\x20den\x20Vordergrund','bringForward':_0x19fa00(0x11c),'sendBackward':_0x19fa00(0x18d),'sendToBack':'In\x20den\x20Hintergrund','more':_0x19fa00(0x1ae)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x19fa00(0x1ed),'oval':'Oval','diamond':_0x19fa00(0x122),'rectangle':_0x19fa00(0x166),'circle':_0x19fa00(0x1ee),'cylinder':_0x19fa00(0x187),'chevron':_0x19fa00(0x1cc),'rightArrowBlock':_0x19fa00(0x1ff),'parallelogram':_0x19fa00(0x1aa),'trapezoid':_0x19fa00(0x210),'speechBubble':_0x19fa00(0x161),'roundedCallout':_0x19fa00(0x15d),'rightTriangle':_0x19fa00(0x228),'triangle':'Dreieck','star':_0x19fa00(0x12b),'hexagon':_0x19fa00(0x19d),'pentagon':'Fünfeck','octagon':_0x19fa00(0x163),'leftArrow':_0x19fa00(0x192),'rightArrow':_0x19fa00(0x1ef),'leftRightArrow':_0x19fa00(0x1db),'cloud':_0x19fa00(0x14b),'leftBrace':_0x19fa00(0x1f3),'rightBrace':_0x19fa00(0x14a),'plus':_0x19fa00(0x1a7),'actor':_0x19fa00(0x1fc),'boundary':_0x19fa00(0x135),'control':'Steuerung','entity':'Entität','collection':_0x19fa00(0x22b),'dataFlowRoundedRectangle':_0x19fa00(0x1ed),'dataFlowCircle':'Kreis','dataFlowRoundedSquare':_0x19fa00(0x213),'dataStorage1':_0x19fa00(0x21b),'dataStorage2':_0x19fa00(0x1ce),'dataStorage3':_0x19fa00(0x227),'lineNone':_0x19fa00(0x186),'lineDashedNone':_0x19fa00(0x149),'lineOpenArrow':'Offener\x20Pfeil','lineDoubleOpenArrow':_0x19fa00(0x120),'actorLifeline':_0x19fa00(0x1b2),'boundaryLifeline':_0x19fa00(0x16f),'controlLifeline':_0x19fa00(0x180),'entityLifeline':_0x19fa00(0x152),'collectionLifeline':_0x19fa00(0x175),'objectLifeline':_0x19fa00(0x202),'magneticDiskLifeline':_0x19fa00(0x170),'directAccessStorageLifeline':_0x19fa00(0x18a),'activationBar':_0x19fa00(0x156),'sequenceFragment':_0x19fa00(0x160),'sequenceAlternativeFragment':'Alternatives\x20Sequenzfragment','umlClass':_0x19fa00(0x18b),'umlInterface':_0x19fa00(0x224),'umlInterfaceShape':_0x19fa00(0x224),'umlClassifier':_0x19fa00(0x130),'umlHollowDiamondConnector':_0x19fa00(0x206),'umlFilledDiamondConnector':_0x19fa00(0x1ba),'umlFilledArrowConnector':_0x19fa00(0x159),'umlDashedOpenArrowConnector':_0x19fa00(0x17c),'umlDashedFilledArrowConnector':_0x19fa00(0x19c),'erdEntity':_0x19fa00(0x20c),'erdKeyField':_0x19fa00(0x16c),'erdFieldType':'Feldtyp-Entität','erdFull':_0x19fa00(0x1e9),'initialState':_0x19fa00(0x1b7),'finalState':_0x19fa00(0x1d9),'stateBar':_0x19fa00(0x218),'requiredInterface':_0x19fa00(0x208),'assemblyConnector':_0x19fa00(0x197),'providedInterface':_0x19fa00(0x146),'componentBox':'Komponentenbox','component':_0x19fa00(0x13b)},'shapeCategories':{'basics':_0x19fa00(0x20a),'basicShapes':{'rectangle':_0x19fa00(0x1b0),'basicShape':_0x19fa00(0x205),'blockArrow':'Blockpfeile','equationShape':_0x19fa00(0x132),'flowchart':_0x19fa00(0x1a6),'starAndBanner':_0x19fa00(0x1eb),'callout':'Legenden','actionButton':_0x19fa00(0x194),'other':_0x19fa00(0x1c4)},'classDiagram':_0x19fa00(0x15e),'dataFlowDiagram':_0x19fa00(0x1d3),'line':'Linie','entityRelationshipDiagram':_0x19fa00(0x15b),'umlCustomShapes':_0x19fa00(0x215),'umlSequenceDiagram':_0x19fa00(0x11d),'statusDiagram':_0x19fa00(0x1f5),'componentDiagram':_0x19fa00(0x22d)},'connector':{'toolbar':{'sourceMarker':'Quellpfeil','swapMarkers':'Pfeile\x20tauschen','targetMarker':_0x19fa00(0x12c),'lineColor':'Linienfarbe','lineWidth':_0x19fa00(0x13a),'opacityPercent':_0x19fa00(0x182),'settings':_0x19fa00(0x225),'smoothElbow':_0x19fa00(0x167),'bridge':'Linienüberbrückung','insertText':_0x19fa00(0x1d2),'textSettings':'Texteinstellungen','alignLeft':'Linksbündig','alignCenter':_0x19fa00(0x18c),'alignRight':_0x19fa00(0x121),'bold':'Fett','italic':'Kursiv','underline':'Unterstrichen','strikethrough':'Durchgestrichen','textColor':'Textfarbe','editText':_0x19fa00(0x19e),'labelFill':_0x19fa00(0x1f1),'labelBorder':_0x19fa00(0x138),'transparent':_0x19fa00(0x21e),'breakLineBehindText':_0x19fa00(0x134),'textSection':'Text','labelSection':_0x19fa00(0x1b1),'deleteText':_0x19fa00(0x22e),'more':_0x19fa00(0x1ae)},'routing':{'straight':_0x19fa00(0x1d7),'elbow':_0x19fa00(0x1a8),'polyline':_0x19fa00(0x1c8),'curve':_0x19fa00(0x1c9)},'strokeWidth':{'thin':'Dünn','regular':'Normal','medium':_0x19fa00(0x150),'bold':_0x19fa00(0x177)},'dash':{'solid':'Durchgehend','dashed':'Gestrichelt','dotted':_0x19fa00(0x1c0),'dashDot':_0x19fa00(0x155)},'marker':{'none':'Keine','arrow':_0x19fa00(0x1e2),'filledArrow':_0x19fa00(0x11a),'openArrow':_0x19fa00(0x16b),'triangle':_0x19fa00(0x1f9),'filledTriangle':_0x19fa00(0x20b),'hollowTriangle':_0x19fa00(0x16a),'diamond':_0x19fa00(0x122),'hollowDiamond':_0x19fa00(0x140),'filledDiamond':_0x19fa00(0x221),'circle':_0x19fa00(0x1ee),'filledCircle':_0x19fa00(0x211),'bar':'Balken','doubleBar':_0x19fa00(0x1d5),'crowFoot':_0x19fa00(0x133),'crowsFoot':_0x19fa00(0x133),'barCrowsFoot':_0x19fa00(0x15c),'circleCrowsFoot':'Kreis-Krähenfuß','circleBar':_0x19fa00(0x1b5),'x':'X','cross':'Kreuz','plus':_0x19fa00(0x1a7),'zeroOrOne':_0x19fa00(0x178),'zeroOrMany':_0x19fa00(0x16d),'oneOrMany':_0x19fa00(0x13f)}},'zoom':{'dragMode':_0x19fa00(0x1f0),'fitContent':_0x19fa00(0x137),'zoomOptions':'Zoomoptionen','zoomTo100':_0x19fa00(0x115),'zoomToFit':'An\x20Seite\x20anpassen','zoomToSelection':_0x19fa00(0x1e1),'zoomOut':'Verkleinern','resetZoom':'Zoom\x20zurücksetzen','zoomIn':_0x19fa00(0x1d1),'help':'Hilfe'},'shortcutHelp':{'title':'Tastenkürzel','close':'Tastenkürzel\x20schließen','sections':{'tools':'Werkzeuge','navigator':_0x19fa00(0x1cb),'view':_0x19fa00(0x1c7),'selection':'Form\x20auswählen','editing':_0x19fa00(0x226),'grouping':_0x19fa00(0x14e),'swimlane':'Swimlane','mindMap':_0x19fa00(0x19f),'layout':'Layout','font':_0x19fa00(0x214)},'items':{'showMoreShapes':'Weitere\x20Formen\x20anzeigen','roundedRectangle':_0x19fa00(0x1ed),'rectangle':_0x19fa00(0x166),'oval':_0x19fa00(0x22c),'diamond':_0x19fa00(0x122),'text':_0x19fa00(0x22f),'elbowConnector':'Winkelverbinder','line':'Linie','stickyNote':_0x19fa00(0x13c),'search':_0x19fa00(0x129),'zoomWheel':'Vergrößern\x20/\x20Verkleinern','zoomPinch':_0x19fa00(0x1a9),'zoomTo100':_0x19fa00(0x115),'zoomToSelection':_0x19fa00(0x1e1),'zoomToFit':_0x19fa00(0x119),'enterFullScreen':_0x19fa00(0x1e7),'exitFullScreen':'Vollbild\x20beenden','selectShape':_0x19fa00(0x17a),'selectAll':'Alles\x20auswählen','multipleSelect':_0x19fa00(0x1c2),'invertSelection':_0x19fa00(0x1b6),'preciseSelection':_0x19fa00(0x21c),'deepSelect':_0x19fa00(0x179),'editShape':_0x19fa00(0x226),'copy':_0x19fa00(0x1c6),'copyAsImage':_0x19fa00(0x1bf),'paste':_0x19fa00(0x141),'cut':'Ausschneiden','makeCopy':'Kopie\x20erstellen','scale':_0x19fa00(0x17d),'copyStyle':_0x19fa00(0x193),'pasteStyle':_0x19fa00(0x198),'moveAxisLocked':_0x19fa00(0x1af),'flipHorizontal':_0x19fa00(0x1bd),'flipVertical':_0x19fa00(0x145),'undo':_0x19fa00(0x144),'redo':'Wiederherstellen','toggleQuickAdd':_0x19fa00(0x147),'hideCollaboratorsCursors':_0x19fa00(0x1e8),'toggleToolbar':_0x19fa00(0x12a),'delete':'Löschen','group':_0x19fa00(0x11e),'ungroup':_0x19fa00(0x131),'selectUpperLayerGroups':'Übergeordnete\x20Gruppen\x20auswählen','selectShapesToGroup':'Zu\x20gruppierende\x20Formen\x20auswählen','swimlaneLaneRename':'Spur\x20umbenennen','swimlaneLaneToggleCollapsed':_0x19fa00(0x14c),'swimlaneLaneMovePrevious':_0x19fa00(0x17b),'swimlaneLaneMoveNext':_0x19fa00(0x157),'swimlaneLaneRemove':_0x19fa00(0x1d0),'addSiblingNode':_0x19fa00(0x12e),'addChildNode':_0x19fa00(0x209),'addParentNode':'Übergeordneten\x20Knoten\x20hinzufügen','foldChildNodes':'Untergeordnete\x20Knoten\x20einklappen\x20/\x20ausklappen','collapseAllNodes':_0x19fa00(0x17f),'addDescription':_0x19fa00(0x1ad),'editCurrentNode':_0x19fa00(0x21d),'bringToFront':_0x19fa00(0x1b8),'sendToBack':_0x19fa00(0x1f2),'alignLeft':_0x19fa00(0x1fb),'alignRight':_0x19fa00(0x121),'alignTop':_0x19fa00(0x1b9),'alignBottom':_0x19fa00(0x151),'alignMiddle':_0x19fa00(0x1de),'alignCenter':'Horizontal\x20zentrieren','distributeHorizontally':_0x19fa00(0x19a),'distributeVertically':'Vertikal\x20verteilen','disableObjectAlignment':_0x19fa00(0x118),'increaseFontSize':_0x19fa00(0x117),'decreaseFontSize':_0x19fa00(0x1ac),'bold':_0x19fa00(0x177),'strikethrough':_0x19fa00(0x17e),'italic':'Kursiv','underline':_0x19fa00(0x13d),'link':_0x19fa00(0x19b),'numberedList':_0x19fa00(0x219),'bulletedList':_0x19fa00(0x232),'quote':_0x19fa00(0x1df),'alignTextLeft':_0x19fa00(0x1fb),'alignTextRight':_0x19fa00(0x121),'alignTextCenter':_0x19fa00(0x18c)}}}};module[_0x19fa00(0x181)]=e;
@@ -1 +1 @@
1
- const _0x3b5095=_0x4738;function _0x4738(_0x509942,_0x5d1410){_0x509942=_0x509942-0xab;const _0x22ed5a=_0x22ed();let _0x473821=_0x22ed5a[_0x509942];return _0x473821;}(function(_0x426423,_0x1a573d){const _0xdb40c2=_0x4738,_0x12ace7=_0x426423();while(!![]){try{const _0x335c6a=parseInt(_0xdb40c2(0x11e))/0x1+parseInt(_0xdb40c2(0xda))/0x2+-parseInt(_0xdb40c2(0x16f))/0x3+-parseInt(_0xdb40c2(0xc0))/0x4*(parseInt(_0xdb40c2(0x149))/0x5)+parseInt(_0xdb40c2(0xbb))/0x6*(-parseInt(_0xdb40c2(0x109))/0x7)+-parseInt(_0xdb40c2(0xfd))/0x8*(parseInt(_0xdb40c2(0x1bb))/0x9)+-parseInt(_0xdb40c2(0x162))/0xa*(-parseInt(_0xdb40c2(0x198))/0xb);if(_0x335c6a===_0x1a573d)break;else _0x12ace7['push'](_0x12ace7['shift']());}catch(_0x3c0d55){_0x12ace7['push'](_0x12ace7['shift']());}}}(_0x22ed,0xab943));const e={'boards-ui':{'line':{'title':_0x3b5095(0x152)},'contextMenu':{'container':{'rename':_0x3b5095(0x183),'fitToContent':_0x3b5095(0x157),'selectContents':_0x3b5095(0xf2),'enableAutoResize':_0x3b5095(0x11f),'disableAutoResize':_0x3b5095(0x16a),'lockMembership':_0x3b5095(0x130),'unlockMembership':_0x3b5095(0x1c5),'disband':_0x3b5095(0xcb),'delete':_0x3b5095(0xb3)},'containerChild':{'moveOut':'Move\x20out\x20of\x20container','selectParent':_0x3b5095(0x1c3),'fitParent':'Fit\x20parent\x20to\x20content'},'swimlaneLane':{'add':_0x3b5095(0xe8),'addBelow':_0x3b5095(0x115),'addRight':_0x3b5095(0xf5),'remove':_0x3b5095(0xdf),'removeAndMovePrevious':_0x3b5095(0x176),'removeAndPromote':_0x3b5095(0xc3),'removeAndDeleteContent':_0x3b5095(0x14b),'removeAndMoveNext':_0x3b5095(0x18d),'rename':_0x3b5095(0x197),'movePrevious':_0x3b5095(0xbd),'moveNext':'Move\x20lane\x20next','expand':_0x3b5095(0xf8),'collapse':'Collapse\x20lane'}},'popup':{'containerName':_0x3b5095(0xf1),'laneName':_0x3b5095(0x1c4),'cancel':'Cancel','rename':_0x3b5095(0x1a7)},'ink':{'finishEditing':_0x3b5095(0x126),'enterEditing':'Edit\x20path'},'mindMap':{'description':_0x3b5095(0x1b1),'descriptionPlaceholder':_0x3b5095(0x1b5),'saveDescription':_0x3b5095(0xd5)},'panel':{'moreShapes':_0x3b5095(0x141),'more':'More','back':_0x3b5095(0xca),'close':'Close','stickyNote':_0x3b5095(0x18f),'lineColor':_0x3b5095(0xb9),'lineWidth':_0x3b5095(0x191),'reverseMarkers':_0x3b5095(0xf4),'searchShapes':_0x3b5095(0x119),'container':_0x3b5095(0x14e),'swimlane':'Swimlane','verticalSwimlane':_0x3b5095(0x17d),'horizontalSwimlane':_0x3b5095(0xe3),'vertical':_0x3b5095(0xc4),'horizontal':_0x3b5095(0x164),'tableCustomSize':_0x3b5095(0x11d),'tableRows':_0x3b5095(0x1ab),'tableColumns':_0x3b5095(0x116),'tableInsert':_0x3b5095(0x147),'customContainer':_0x3b5095(0x1a5),'containerRatio16By9':_0x3b5095(0x1c9),'containerRatio4By3':_0x3b5095(0x19a),'containerRatio1By1':_0x3b5095(0xab),'containerA4':'A4','mindMapGroupMindMap':_0x3b5095(0x170),'mindMapGroupTree':'Tree\x20diagram','mindMapGroupTimeline':_0x3b5095(0xf0),'mindMapRight':'Right\x20mind\x20map','mindMapLeft':'Left\x20mind\x20map','mindMapHorizontal':'Left\x20and\x20right\x20mind\x20map','mindMapVertical':_0x3b5095(0xac),'mindMapTreeRight':'Tree\x20right','mindMapTreeLeft':_0x3b5095(0xcd),'mindMapTreeAlternate':_0x3b5095(0xe2),'mindMapTimelineHorizontal':_0x3b5095(0xcc),'mindMapTimelineVertical':_0x3b5095(0x16e),'mindMapNodeText':'Add\x20text'},'settings':{'collaboratorCursors':_0x3b5095(0xd8),'find':'Find','grid':_0x3b5095(0x106),'preciseSelection':_0x3b5095(0x18b),'quickAdd':_0x3b5095(0x1ae),'theme':'Theme','themeOption':_0x3b5095(0x139),'themePreviewStart':_0x3b5095(0xae),'themePreviewData':_0x3b5095(0x108),'undo':'Undo','redo':_0x3b5095(0x155),'settings':_0x3b5095(0x180),'objects':'Objects','findBoardElements':_0x3b5095(0x1a0),'noMatches':_0x3b5095(0x18e),'showDimensions':'Show\x20dimensions','showToolbar':_0x3b5095(0xee),'translateInto':_0x3b5095(0xd1)},'objectListPanel':{'title':'Objects','empty':_0x3b5095(0x12c),'showAll':_0x3b5095(0x111),'hideAll':_0x3b5095(0x134),'moveForward':_0x3b5095(0xe9),'moveBackward':'Send\x20backward','close':_0x3b5095(0x102),'nameInput':'Object\x20name','hide':_0x3b5095(0x190),'show':_0x3b5095(0x104),'lock':_0x3b5095(0x13c),'unlock':'Unlock','details':'Details','locate':'Locate','expand':_0x3b5095(0x131),'collapse':_0x3b5095(0xb7),'dragToReorder':'Drag\x20to\x20reorder','search':'Search\x20objects','filterAll':_0x3b5095(0xb8),'filterHidden':_0x3b5095(0x125),'filterLocked':_0x3b5095(0x169),'sectionCanvas':_0x3b5095(0x163),'sectionFloating':'Floating\x20layer','name':_0x3b5095(0x19b),'description':_0x3b5095(0x1b1),'descriptionPlaceholder':_0x3b5095(0x18c),'noSelection':_0x3b5095(0x142),'elementTypes':{'object':'Object','connector':_0x3b5095(0x173),'container':_0x3b5095(0x14e),'group':_0x3b5095(0x19c),'image':'Image','chart':'Chart','page':'Page','placeholder':'Placeholder','shape':_0x3b5095(0xb2),'table':_0x3b5095(0xf9),'text':_0x3b5095(0x138),'smartArt':'SmartArt','video':_0x3b5095(0xec),'unit':_0x3b5095(0x101),'dom':_0x3b5095(0x171)}},'find':{'lanePosition':'Lane\x20{0}','tableCellPosition':_0x3b5095(0x1ad),'elementTypes':{'connector':_0x3b5095(0x173),'container':_0x3b5095(0x14e),'group':_0x3b5095(0x19c),'image':_0x3b5095(0x1b9),'page':_0x3b5095(0x122),'placeholder':_0x3b5095(0x151),'shape':_0x3b5095(0xb2),'table':_0x3b5095(0xf9),'text':'Text'}},'themePresets':{'default':_0x3b5095(0xd2),'classic':_0x3b5095(0x12a),'vintage':_0x3b5095(0x189),'gray':_0x3b5095(0x17a),'vibrant':_0x3b5095(0x17b),'blue':_0x3b5095(0x10f)},'toolbar':{'resetColor':_0x3b5095(0x10c),'shape':_0x3b5095(0xb2),'text':'Text','stickyNote':_0x3b5095(0x161),'line':'Line','container':_0x3b5095(0x14e),'swimlane':_0x3b5095(0x1b2),'table':_0x3b5095(0xf9),'chart':_0x3b5095(0x132),'pen':_0x3b5095(0x172),'mindMap':_0x3b5095(0xc6),'resources':_0x3b5095(0x113),'image':'Image','wrapInContainer':'Wrap\x20in\x20container','addSwimlaneLane':'Add\x20swimlane\x20item','swimlaneMenu':_0x3b5095(0x1b2),'swimlaneLaneMenu':'Swimlane\x20item','editBrushPath':_0x3b5095(0xc2),'arrange':_0x3b5095(0x1ba),'bringToFront':_0x3b5095(0x11a),'bringForward':'Bring\x20Forward','sendBackward':_0x3b5095(0xef),'sendToBack':_0x3b5095(0x15b),'more':'More'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x3b5095(0x175),'oval':'Oval','diamond':'Diamond','rectangle':_0x3b5095(0x1c1),'circle':'Circle','cylinder':'Cylinder','chevron':'Chevron','rightArrowBlock':_0x3b5095(0xfc),'parallelogram':'Parallelogram','trapezoid':_0x3b5095(0xaf),'speechBubble':_0x3b5095(0x1b6),'roundedCallout':'Rounded\x20callout','rightTriangle':_0x3b5095(0x1bd),'triangle':_0x3b5095(0x10a),'star':_0x3b5095(0xcf),'hexagon':'Hexagon','pentagon':_0x3b5095(0x1cb),'octagon':'Octagon','leftArrow':_0x3b5095(0x1c8),'rightArrow':_0x3b5095(0xd3),'leftRightArrow':_0x3b5095(0xfa),'cloud':_0x3b5095(0x10b),'leftBrace':'Left\x20brace','rightBrace':_0x3b5095(0x196),'plus':'Plus','actor':_0x3b5095(0x15f),'boundary':_0x3b5095(0x103),'control':_0x3b5095(0xf3),'entity':'Entity','collection':_0x3b5095(0x15d),'dataFlowRoundedRectangle':'Rounded\x20rectangle','dataFlowCircle':'Circle','dataFlowRoundedSquare':_0x3b5095(0x1c2),'dataStorage1':_0x3b5095(0xea),'dataStorage2':_0x3b5095(0x133),'dataStorage3':_0x3b5095(0x10d),'lineNone':_0x3b5095(0xbe),'lineDashedNone':_0x3b5095(0x127),'lineOpenArrow':'Open\x20arrow','lineDoubleOpenArrow':_0x3b5095(0x1a8),'actorLifeline':_0x3b5095(0xc9),'boundaryLifeline':_0x3b5095(0x1b0),'controlLifeline':'Control\x20lifeline','entityLifeline':_0x3b5095(0x14c),'collectionLifeline':_0x3b5095(0xc7),'objectLifeline':_0x3b5095(0x15e),'magneticDiskLifeline':_0x3b5095(0xbf),'directAccessStorageLifeline':_0x3b5095(0xfb),'activationBar':_0x3b5095(0x14a),'sequenceFragment':_0x3b5095(0x129),'sequenceAlternativeFragment':_0x3b5095(0x16b),'umlClass':'Class','umlInterface':_0x3b5095(0x150),'umlInterfaceShape':_0x3b5095(0x150),'umlClassifier':_0x3b5095(0x199),'umlHollowDiamondConnector':_0x3b5095(0x160),'umlFilledDiamondConnector':_0x3b5095(0x185),'umlFilledArrowConnector':_0x3b5095(0x13b),'umlDashedOpenArrowConnector':_0x3b5095(0x181),'umlDashedFilledArrowConnector':_0x3b5095(0x195),'erdEntity':'Entity','erdKeyField':_0x3b5095(0x128),'erdFieldType':_0x3b5095(0xc8),'erdFull':_0x3b5095(0x158),'initialState':_0x3b5095(0xb6),'finalState':_0x3b5095(0x1ca),'stateBar':_0x3b5095(0xeb),'requiredInterface':'Required\x20interface','assemblyConnector':'Assembly\x20connector','providedInterface':_0x3b5095(0x144),'componentBox':_0x3b5095(0x1a9),'component':_0x3b5095(0xb0)},'shapeCategories':{'basics':_0x3b5095(0x1b4),'basicShapes':{'rectangle':'Rectangles','basicShape':_0x3b5095(0x174),'blockArrow':'Block\x20Arrows','equationShape':_0x3b5095(0x15a),'flowchart':_0x3b5095(0x17e),'starAndBanner':_0x3b5095(0x143),'callout':_0x3b5095(0xf6),'actionButton':_0x3b5095(0xff),'other':_0x3b5095(0x1b7)},'classDiagram':_0x3b5095(0x1a2),'dataFlowDiagram':'Data\x20flow\x20diagram','line':_0x3b5095(0x152),'entityRelationshipDiagram':'Entity\x20relationship\x20diagram','umlCustomShapes':_0x3b5095(0x117),'umlSequenceDiagram':_0x3b5095(0x107),'statusDiagram':_0x3b5095(0xf7),'componentDiagram':_0x3b5095(0xd4)},'connector':{'toolbar':{'sourceMarker':_0x3b5095(0xce),'swapMarkers':_0x3b5095(0x184),'targetMarker':_0x3b5095(0x17c),'lineColor':_0x3b5095(0xb9),'lineWidth':'Width','opacityPercent':_0x3b5095(0x1af),'settings':_0x3b5095(0x17f),'smoothElbow':'Elbow\x20line','bridge':'Line\x20jump','insertText':_0x3b5095(0x13a),'textSettings':_0x3b5095(0x19d),'alignLeft':_0x3b5095(0x114),'alignCenter':_0x3b5095(0x110),'alignRight':'Align\x20Right','bold':_0x3b5095(0x156),'italic':_0x3b5095(0x136),'underline':_0x3b5095(0x1b3),'strikethrough':_0x3b5095(0x13d),'textColor':'Text\x20color','editText':_0x3b5095(0xe5),'labelFill':_0x3b5095(0x167),'labelBorder':_0x3b5095(0x165),'transparent':'Transparent','breakLineBehindText':_0x3b5095(0x194),'textSection':_0x3b5095(0x138),'labelSection':_0x3b5095(0x1b8),'deleteText':_0x3b5095(0x1a6),'more':_0x3b5095(0x16d)},'routing':{'straight':_0x3b5095(0x152),'elbow':_0x3b5095(0x182),'polyline':_0x3b5095(0xdd),'curve':_0x3b5095(0x137)},'strokeWidth':{'thin':_0x3b5095(0xdc),'regular':_0x3b5095(0xe7),'medium':_0x3b5095(0x154),'bold':_0x3b5095(0x156)},'dash':{'solid':_0x3b5095(0x120),'dashed':_0x3b5095(0x159),'dotted':_0x3b5095(0xed),'dashDot':'Dash\x20dot'},'marker':{'none':_0x3b5095(0xb1),'arrow':_0x3b5095(0x112),'filledArrow':_0x3b5095(0x121),'openArrow':_0x3b5095(0x100),'triangle':_0x3b5095(0x10a),'filledTriangle':'Filled\x20triangle','hollowTriangle':'Hollow\x20triangle','diamond':_0x3b5095(0x124),'hollowDiamond':_0x3b5095(0x188),'filledDiamond':'Filled\x20diamond','circle':_0x3b5095(0x123),'filledCircle':_0x3b5095(0x1ac),'bar':'Bar','doubleBar':_0x3b5095(0xd6),'crowFoot':'Crow\x20foot','crowsFoot':_0x3b5095(0x12e),'barCrowsFoot':_0x3b5095(0x145),'circleCrowsFoot':_0x3b5095(0x13e),'circleBar':_0x3b5095(0x1bf),'x':'X','cross':'Cross','plus':'Plus','zeroOrOne':'Zero\x20or\x20one','zeroOrMany':_0x3b5095(0xe6),'oneOrMany':'One\x20or\x20many'}},'zoom':{'dragMode':_0x3b5095(0xb5),'fitContent':_0x3b5095(0x1be),'zoomOptions':_0x3b5095(0x179),'zoomTo100':'Zoom\x20to\x20100%','zoomToFit':_0x3b5095(0x14d),'zoomToSelection':_0x3b5095(0xe1),'zoomOut':'Zoom\x20out','resetZoom':_0x3b5095(0x1a4),'zoomIn':_0x3b5095(0x11b),'help':_0x3b5095(0x153)},'shortcutHelp':{'title':_0x3b5095(0x18a),'close':'Close\x20shortcuts','sections':{'tools':_0x3b5095(0xfe),'navigator':_0x3b5095(0xd7),'view':'View','selection':_0x3b5095(0xde),'editing':'Edit\x20shape','grouping':_0x3b5095(0x12b),'swimlane':_0x3b5095(0x1b2),'mindMap':_0x3b5095(0xc6),'layout':_0x3b5095(0x105),'font':_0x3b5095(0xc5)},'items':{'showMoreShapes':_0x3b5095(0x11c),'roundedRectangle':_0x3b5095(0x175),'rectangle':_0x3b5095(0x1c1),'oval':_0x3b5095(0x186),'diamond':'Diamond','text':'Text','elbowConnector':'Elbow\x20connector','line':_0x3b5095(0x152),'stickyNote':'Sticky\x20note','search':'Search','zoomWheel':'Zoom\x20in/Zoom\x20out','zoomPinch':'Zoom\x20in/Zoom\x20out','zoomTo100':_0x3b5095(0x15c),'zoomToSelection':_0x3b5095(0xe1),'zoomToFit':_0x3b5095(0x14d),'enterFullScreen':_0x3b5095(0xad),'exitFullScreen':_0x3b5095(0x1c6),'selectShape':'Select\x20shape','selectAll':_0x3b5095(0x10e),'multipleSelect':_0x3b5095(0xbc),'invertSelection':'Invert\x20selection','preciseSelection':_0x3b5095(0x18b),'deepSelect':_0x3b5095(0x19e),'editShape':_0x3b5095(0x146),'copy':_0x3b5095(0x12d),'copyAsImage':'Copy\x20as\x20image','paste':_0x3b5095(0x12f),'cut':_0x3b5095(0x148),'makeCopy':'Make\x20a\x20Copy','scale':_0x3b5095(0xd0),'copyStyle':_0x3b5095(0x1c0),'pasteStyle':_0x3b5095(0x1a3),'moveAxisLocked':_0x3b5095(0xe4),'flipHorizontal':_0x3b5095(0xe0),'flipVertical':_0x3b5095(0x1aa),'undo':_0x3b5095(0x1bc),'redo':_0x3b5095(0x155),'toggleQuickAdd':_0x3b5095(0x140),'hideCollaboratorsCursors':'Hide\x20collaborators\x27\x20cursors','toggleToolbar':_0x3b5095(0x14f),'delete':'Delete','group':_0x3b5095(0x19c),'ungroup':'Ungroup','selectUpperLayerGroups':_0x3b5095(0x168),'selectShapesToGroup':_0x3b5095(0x1c7),'swimlaneLaneRename':_0x3b5095(0x197),'swimlaneLaneToggleCollapsed':'Collapse/expand\x20lane','swimlaneLaneMovePrevious':_0x3b5095(0xbd),'swimlaneLaneMoveNext':_0x3b5095(0x1a1),'swimlaneLaneRemove':_0x3b5095(0x178),'addSiblingNode':_0x3b5095(0x177),'addChildNode':_0x3b5095(0xb4),'addParentNode':_0x3b5095(0xba),'foldChildNodes':_0x3b5095(0x166),'collapseAllNodes':_0x3b5095(0xd9),'addDescription':_0x3b5095(0x16c),'editCurrentNode':'Edit\x20current\x20node','bringToFront':_0x3b5095(0x11a),'sendToBack':'Send\x20to\x20Back','alignLeft':_0x3b5095(0x114),'alignRight':_0x3b5095(0x192),'alignTop':_0x3b5095(0x193),'alignBottom':'Align\x20Bottom','alignMiddle':'Align\x20Middle','alignCenter':_0x3b5095(0x110),'distributeHorizontally':_0x3b5095(0xc1),'distributeVertically':'Distribute\x20Vertically','disableObjectAlignment':_0x3b5095(0x13f),'increaseFontSize':_0x3b5095(0x187),'decreaseFontSize':_0x3b5095(0xdb),'bold':_0x3b5095(0x156),'strikethrough':_0x3b5095(0x13d),'italic':_0x3b5095(0x136),'underline':_0x3b5095(0x1b3),'link':_0x3b5095(0x19f),'numberedList':'Numbered\x20List','bulletedList':_0x3b5095(0x118),'quote':'Quote','alignTextLeft':_0x3b5095(0x114),'alignTextRight':'Align\x20Right','alignTextCenter':_0x3b5095(0x110)}}}};function _0x22ed(){const _0x3e1b29=['Layout','Grid','UML\x20sequence\x20diagram','Data','455LyGBIF','Triangle','Cloud','Reset\x20color','Data\x20storage\x203','Select\x20all','Blue','Align\x20Center','Show\x20all','Arrow','Resources','Align\x20Left','Add\x20lane\x20below','Columns','UML\x20custom\x20shapes','Bulleted\x20List','Search\x20shapes','Bring\x20to\x20Front','Zoom\x20in','Show\x20more\x20shapes','Custom\x20size','384717ZInIiY','Enable\x20auto\x20resize','Solid','Filled\x20arrow','Page','Circle','Diamond','Hidden','Done','Dashed\x20line\x20(no\x20arrow)','Key\x20field\x20entity','Sequence\x20fragment','Classic','Group\x20shapes','No\x20objects','Copy','Crow\x20foot','Paste','Lock\x20membership','Expand','Chart','Data\x20storage\x202','Hide\x20all','exports','Italic','Curve','Text','Theme\x20{0}','Insert\x20text','Filled\x20arrow\x20connector','Lock','Strikethrough','Circle\x20crow\x20foot','Disable\x20object\x20alignment','Hide/show\x20quickadd','More\x20Shapes','Select\x20an\x20object\x20to\x20edit\x20its\x20details','Stars\x20and\x20Banners','Provided\x20interface','Bar\x20crow\x20foot','Edit\x20shape','Insert','Cut','60VeHYBq','Activation\x20bar','Delete\x20contents\x20and\x20lane\x20item','Entity\x20lifeline','Zoom\x20to\x20Fit','Container','Hide/show\x20toolbar','Interface','Placeholder','Line','Help','Medium','Redo','Bold','Fit\x20to\x20content','Key\x20field\x20type\x20entity','Dashed','Equation\x20Shapes','Send\x20to\x20Back','Zoom\x20to\x20100%','Collection','Object\x20lifeline','Actor','Hollow\x20diamond\x20connector','Sticky\x20Note','6260kdhmmf','Canvas\x20layer','Horizontal','Label\x20border','Fold/unfold\x20child\x20nodes','Label\x20background','Select\x20upper-layer\x20groups','Locked','Disable\x20auto\x20resize','Alternative\x20sequence\x20fragment','Add\x20Description','More','Timeline\x20vertical','1673559DAcCwy','Mind\x20map','DOM','Pen','Connector','Basic\x20Shapes','Rounded\x20rectangle','Move\x20contents\x20to\x20previous\x20lane\x20and\x20delete','Add\x20Sibling\x20Node','Remove\x20lane','Zoom\x20options','Gray','Vibrant','Target\x20arrow','Vertical\x20swimlane','Flowchart','Line\x20settings','Settings','Dashed\x20open\x20arrow\x20connector','Right-angled\x20elbow\x20line','Rename\x20container','Swap\x20arrows','Filled\x20diamond\x20connector','Oval','Increase\x20font\x20size','Hollow\x20diamond','Vintage','Keyboard\x20shortcuts','Precise\x20selection','Add\x20a\x20description','Move\x20contents\x20to\x20next\x20lane\x20and\x20delete','No\x20matches','Sticky\x20note','Hide','Line\x20width','Align\x20Right','Align\x20Top','Break\x20line\x20behind\x20text','Dashed\x20filled\x20arrow\x20connector','Right\x20brace','Rename\x20lane','40865SpkwFM','Classifier','4\x20:\x203','Name','Group','Text\x20settings','Deep\x20select','Link','Find\x20board\x20elements','Move\x20lane\x20next','Class\x20diagram','Paste\x20Style','Reset\x20zoom','Custom','Delete\x20text','Rename','Double\x20open\x20arrow','Component\x20box','Flip\x20Vertical','Rows','Filled\x20circle','Row\x20{0},\x20Column\x20{1}','Quick\x20add','Opacity\x20{0}%','Boundary\x20lifeline','Description','Swimlane','Underline','Basics','Add\x20a\x20description\x20for\x20this\x20node','Speech\x20bubble','Others','Label','Image','Arrange','659493EOtNXi','Undo','Right\x20triangle','Fit\x20content','Circle\x20bar','Copy\x20Style','Rectangle','Rounded\x20square','Select\x20parent\x20container','Lane\x20name','Unlock\x20membership','Exit\x20full\x20screen','Select\x20shapes\x20to\x20group','Left\x20arrow','16\x20:\x209','Final\x20state','Pentagon','1\x20:\x201','Mind\x20map\x20vertical','Enter\x20full\x20screen','Start','Trapezoid','Component','None','Shape','Delete\x20container\x20and\x20contents','Add\x20Child\x20Node','Drag\x20mode','Initial\x20state','Collapse','All','Line\x20color','Add\x20Parent\x20Node','42306zFmjFI','Multiple\x20select/deselect','Move\x20lane\x20previous','Line\x20(no\x20arrow)','Magnetic\x20disk\x20lifeline','81676Bziwvx','Distribute\x20Horizontally','Edit\x20brush\x20path','Move\x20contents\x20out\x20and\x20remove\x20lane\x20item','Vertical','Font\x20setting','Mind\x20Map','Collection\x20lifeline','Field\x20type\x20entity','Actor\x20lifeline','Back','Disband\x20container\x20(keep\x20contents)','Timeline\x20horizontal','Tree\x20left','Source\x20arrow','Star','Scale','Translate\x20Into','Default','Right\x20arrow','Component\x20diagram','Save','Double\x20bar','Navigator','Collaborators\x27\x20cursors','Collapse/expand\x20all\x20nodes','852216qSWChc','Decrease\x20font\x20size','Thin','Polyline','Select\x20shape','Remove\x20lane\x20item','Flip\x20Horizontal','Zoom\x20to\x20Selection','Tree\x20alternate','Horizontal\x20swimlane','Move\x20horizontally/vertically','Edit\x20text','Zero\x20or\x20many','Regular','Add\x20lane','Bring\x20forward','Data\x20storage\x201','State\x20bar','Video','Dotted','Show\x20Toolbar','Send\x20Backward','Timeline','Container\x20name','Select\x20contents','Control','Reverse\x20markers','Add\x20lane\x20right','Callouts','Status\x20diagram','Expand\x20lane','Table','Left-right\x20arrow','Direct\x20access\x20storage\x20lifeline','Right\x20arrow\x20block','128sRZUpO','Tools','Action\x20Buttons','Open\x20arrow','Unit','Close','Boundary','Show'];_0x22ed=function(){return _0x3e1b29;};return _0x22ed();}module[_0x3b5095(0x135)]=e;
1
+ function _0x2e63(_0x1a88d0,_0x160c3c){_0x1a88d0=_0x1a88d0-0x1a1;const _0x154215=_0x1542();let _0x2e637f=_0x154215[_0x1a88d0];return _0x2e637f;}const _0xe0a1be=_0x2e63;(function(_0x103d52,_0x117040){const _0x5dfda6=_0x2e63,_0x3e19b2=_0x103d52();while(!![]){try{const _0x47fb73=parseInt(_0x5dfda6(0x297))/0x1*(-parseInt(_0x5dfda6(0x2be))/0x2)+parseInt(_0x5dfda6(0x1c6))/0x3+parseInt(_0x5dfda6(0x265))/0x4+parseInt(_0x5dfda6(0x26b))/0x5*(-parseInt(_0x5dfda6(0x207))/0x6)+-parseInt(_0x5dfda6(0x26c))/0x7+parseInt(_0x5dfda6(0x24e))/0x8*(parseInt(_0x5dfda6(0x1fa))/0x9)+-parseInt(_0x5dfda6(0x1ea))/0xa*(-parseInt(_0x5dfda6(0x1a8))/0xb);if(_0x47fb73===_0x117040)break;else _0x3e19b2['push'](_0x3e19b2['shift']());}catch(_0x256cc2){_0x3e19b2['push'](_0x3e19b2['shift']());}}}(_0x1542,0xe71d4));const e={'boards-ui':{'line':{'title':'Line'},'contextMenu':{'container':{'rename':_0xe0a1be(0x25e),'fitToContent':_0xe0a1be(0x1f1),'selectContents':_0xe0a1be(0x20b),'enableAutoResize':_0xe0a1be(0x1a6),'disableAutoResize':_0xe0a1be(0x21e),'lockMembership':_0xe0a1be(0x2b6),'unlockMembership':_0xe0a1be(0x291),'disband':_0xe0a1be(0x1c5),'delete':_0xe0a1be(0x27c)},'containerChild':{'moveOut':_0xe0a1be(0x23c),'selectParent':_0xe0a1be(0x2bb),'fitParent':_0xe0a1be(0x1e0)},'swimlaneLane':{'add':_0xe0a1be(0x215),'addBelow':_0xe0a1be(0x1e5),'addRight':_0xe0a1be(0x27e),'remove':'Remove\x20lane\x20item','removeAndMovePrevious':_0xe0a1be(0x252),'removeAndPromote':_0xe0a1be(0x1de),'removeAndDeleteContent':_0xe0a1be(0x287),'removeAndMoveNext':_0xe0a1be(0x20f),'rename':_0xe0a1be(0x1f6),'movePrevious':_0xe0a1be(0x2ba),'moveNext':'Move\x20lane\x20next','expand':_0xe0a1be(0x2b9),'collapse':_0xe0a1be(0x2a2)}},'popup':{'containerName':'Container\x20name','laneName':_0xe0a1be(0x275),'cancel':'Cancel','rename':'Rename'},'ink':{'finishEditing':'Done','enterEditing':_0xe0a1be(0x21d)},'mindMap':{'description':_0xe0a1be(0x1ad),'descriptionPlaceholder':'Add\x20a\x20description\x20for\x20this\x20node','saveDescription':_0xe0a1be(0x1b7)},'panel':{'moreShapes':_0xe0a1be(0x245),'more':_0xe0a1be(0x253),'back':_0xe0a1be(0x251),'close':_0xe0a1be(0x225),'stickyNote':_0xe0a1be(0x2c5),'lineColor':_0xe0a1be(0x1ca),'lineWidth':_0xe0a1be(0x217),'reverseMarkers':_0xe0a1be(0x247),'searchShapes':'Search\x20shapes','container':_0xe0a1be(0x263),'swimlane':_0xe0a1be(0x288),'verticalSwimlane':_0xe0a1be(0x2c2),'horizontalSwimlane':_0xe0a1be(0x1a9),'vertical':'Vertical','horizontal':_0xe0a1be(0x266),'tableCustomSize':_0xe0a1be(0x23a),'tableRows':_0xe0a1be(0x2b4),'tableColumns':_0xe0a1be(0x264),'tableInsert':_0xe0a1be(0x235),'customContainer':'Custom','containerRatio16By9':_0xe0a1be(0x21b),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0xe0a1be(0x1e7),'containerA4':'A4','mindMapGroupMindMap':_0xe0a1be(0x200),'mindMapGroupTree':'Tree\x20diagram','mindMapGroupTimeline':'Timeline','mindMapRight':_0xe0a1be(0x27a),'mindMapLeft':_0xe0a1be(0x2b0),'mindMapHorizontal':_0xe0a1be(0x222),'mindMapVertical':_0xe0a1be(0x1e6),'mindMapTreeRight':_0xe0a1be(0x234),'mindMapTreeLeft':_0xe0a1be(0x240),'mindMapTreeAlternate':_0xe0a1be(0x1b4),'mindMapTimelineHorizontal':'Timeline\x20horizontal','mindMapTimelineVertical':_0xe0a1be(0x20e),'mindMapNodeText':_0xe0a1be(0x1d2)},'settings':{'collaboratorCursors':_0xe0a1be(0x22b),'find':_0xe0a1be(0x25c),'grid':_0xe0a1be(0x278),'viewportBar':_0xe0a1be(0x228),'preciseSelection':'Precise\x20selection','quickAdd':'Quick\x20add','theme':_0xe0a1be(0x28d),'themeOption':_0xe0a1be(0x210),'themePreviewStart':_0xe0a1be(0x1d5),'themePreviewData':_0xe0a1be(0x212),'undo':'Undo','redo':_0xe0a1be(0x2b5),'settings':_0xe0a1be(0x262),'objects':_0xe0a1be(0x206),'findBoardElements':'Find\x20board\x20elements','noMatches':'No\x20matches','showDimensions':'Show\x20dimensions','showToolbar':_0xe0a1be(0x208),'saveAs':'Save\x20as','translateInto':_0xe0a1be(0x1ba)},'objectListPanel':{'title':_0xe0a1be(0x206),'empty':'No\x20objects','showAll':_0xe0a1be(0x25d),'hideAll':_0xe0a1be(0x1d0),'moveForward':_0xe0a1be(0x24f),'moveBackward':_0xe0a1be(0x270),'close':_0xe0a1be(0x225),'nameInput':_0xe0a1be(0x213),'hide':_0xe0a1be(0x1b0),'show':_0xe0a1be(0x1e8),'lock':'Lock','unlock':_0xe0a1be(0x1cd),'details':_0xe0a1be(0x1cb),'locate':_0xe0a1be(0x2ab),'expand':'Expand','collapse':_0xe0a1be(0x237),'dragToReorder':_0xe0a1be(0x286),'search':'Search\x20objects','filterAll':'All','filterHidden':'Hidden','filterLocked':'Locked','sectionCanvas':_0xe0a1be(0x1bc),'sectionFloating':_0xe0a1be(0x269),'name':_0xe0a1be(0x280),'description':'Description','descriptionPlaceholder':'Add\x20a\x20description','noSelection':'Select\x20an\x20object\x20to\x20edit\x20its\x20details','elementTypes':{'object':_0xe0a1be(0x276),'connector':'Connector','container':_0xe0a1be(0x263),'group':_0xe0a1be(0x24d),'image':_0xe0a1be(0x211),'chart':_0xe0a1be(0x250),'page':_0xe0a1be(0x1c4),'placeholder':_0xe0a1be(0x209),'shape':_0xe0a1be(0x255),'table':'Table','text':'Text','smartArt':_0xe0a1be(0x2c3),'video':_0xe0a1be(0x2c4),'unit':_0xe0a1be(0x241),'dom':_0xe0a1be(0x1bd)}},'find':{'lanePosition':_0xe0a1be(0x27d),'tableCellPosition':'Row\x20{0},\x20Column\x20{1}','elementTypes':{'connector':_0xe0a1be(0x279),'container':_0xe0a1be(0x263),'group':_0xe0a1be(0x24d),'image':_0xe0a1be(0x211),'page':_0xe0a1be(0x1c4),'placeholder':_0xe0a1be(0x209),'shape':_0xe0a1be(0x255),'table':_0xe0a1be(0x1af),'text':_0xe0a1be(0x274)}},'themePresets':{'default':_0xe0a1be(0x2ae),'classic':_0xe0a1be(0x1b8),'vintage':_0xe0a1be(0x1ac),'gray':'Gray','vibrant':_0xe0a1be(0x1a4),'blue':_0xe0a1be(0x221)},'toolbar':{'resetColor':_0xe0a1be(0x1cc),'shape':_0xe0a1be(0x255),'text':'Text','stickyNote':_0xe0a1be(0x242),'line':_0xe0a1be(0x24c),'container':_0xe0a1be(0x263),'swimlane':_0xe0a1be(0x288),'table':_0xe0a1be(0x1af),'chart':'Chart','pen':_0xe0a1be(0x27f),'mindMap':'Mind\x20Map','resources':_0xe0a1be(0x285),'image':_0xe0a1be(0x211),'wrapInContainer':_0xe0a1be(0x203),'addSwimlaneLane':'Add\x20swimlane\x20item','swimlaneMenu':_0xe0a1be(0x288),'swimlaneLaneMenu':_0xe0a1be(0x296),'editBrushPath':'Edit\x20brush\x20path','arrange':_0xe0a1be(0x1dc),'bringToFront':'Bring\x20to\x20Front','bringForward':_0xe0a1be(0x2bc),'sendBackward':_0xe0a1be(0x1a7),'sendToBack':'Send\x20to\x20Back','more':'More'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':'Rounded\x20rectangle','oval':_0xe0a1be(0x257),'diamond':_0xe0a1be(0x1f7),'rectangle':_0xe0a1be(0x1c8),'circle':_0xe0a1be(0x271),'cylinder':_0xe0a1be(0x239),'chevron':_0xe0a1be(0x248),'rightArrowBlock':_0xe0a1be(0x2a4),'parallelogram':_0xe0a1be(0x1c1),'trapezoid':_0xe0a1be(0x23b),'speechBubble':_0xe0a1be(0x229),'roundedCallout':_0xe0a1be(0x283),'rightTriangle':_0xe0a1be(0x29f),'triangle':'Triangle','star':'Star','hexagon':_0xe0a1be(0x29e),'pentagon':_0xe0a1be(0x1d1),'octagon':_0xe0a1be(0x24a),'leftArrow':_0xe0a1be(0x2ad),'rightArrow':_0xe0a1be(0x1dd),'leftRightArrow':_0xe0a1be(0x1d8),'cloud':'Cloud','leftBrace':_0xe0a1be(0x1d9),'rightBrace':_0xe0a1be(0x22e),'plus':_0xe0a1be(0x230),'actor':_0xe0a1be(0x1ab),'boundary':_0xe0a1be(0x22f),'control':_0xe0a1be(0x1b9),'entity':_0xe0a1be(0x202),'collection':_0xe0a1be(0x260),'dataFlowRoundedRectangle':'Rounded\x20rectangle','dataFlowCircle':'Circle','dataFlowRoundedSquare':_0xe0a1be(0x2a8),'dataStorage1':_0xe0a1be(0x1fd),'dataStorage2':_0xe0a1be(0x2a9),'dataStorage3':'Data\x20storage\x203','lineNone':_0xe0a1be(0x28a),'lineDashedNone':_0xe0a1be(0x1f9),'lineOpenArrow':'Open\x20arrow','lineDoubleOpenArrow':_0xe0a1be(0x1b1),'actorLifeline':_0xe0a1be(0x1e4),'boundaryLifeline':'Boundary\x20lifeline','controlLifeline':'Control\x20lifeline','entityLifeline':_0xe0a1be(0x2b1),'collectionLifeline':_0xe0a1be(0x1c0),'objectLifeline':'Object\x20lifeline','magneticDiskLifeline':_0xe0a1be(0x249),'directAccessStorageLifeline':_0xe0a1be(0x259),'activationBar':_0xe0a1be(0x258),'sequenceFragment':_0xe0a1be(0x1eb),'sequenceAlternativeFragment':_0xe0a1be(0x1f8),'umlClass':_0xe0a1be(0x218),'umlInterface':_0xe0a1be(0x21c),'umlInterfaceShape':_0xe0a1be(0x21c),'umlClassifier':_0xe0a1be(0x1d3),'umlHollowDiamondConnector':_0xe0a1be(0x24b),'umlFilledDiamondConnector':_0xe0a1be(0x29b),'umlFilledArrowConnector':_0xe0a1be(0x20a),'umlDashedOpenArrowConnector':_0xe0a1be(0x29c),'umlDashedFilledArrowConnector':_0xe0a1be(0x2a6),'erdEntity':'Entity','erdKeyField':_0xe0a1be(0x1c9),'erdFieldType':_0xe0a1be(0x22c),'erdFull':_0xe0a1be(0x1ec),'initialState':_0xe0a1be(0x290),'finalState':'Final\x20state','stateBar':_0xe0a1be(0x1fc),'requiredInterface':_0xe0a1be(0x1c7),'assemblyConnector':'Assembly\x20connector','providedInterface':_0xe0a1be(0x254),'componentBox':_0xe0a1be(0x1cf),'component':_0xe0a1be(0x21f)},'shapeCategories':{'basics':_0xe0a1be(0x1c2),'basicShapes':{'rectangle':'Rectangles','basicShape':_0xe0a1be(0x1a3),'blockArrow':'Block\x20Arrows','equationShape':_0xe0a1be(0x1b2),'flowchart':'Flowchart','starAndBanner':_0xe0a1be(0x28c),'callout':'Callouts','actionButton':'Action\x20Buttons','other':_0xe0a1be(0x2a7)},'classDiagram':_0xe0a1be(0x26f),'dataFlowDiagram':_0xe0a1be(0x1e3),'line':'Line','entityRelationshipDiagram':_0xe0a1be(0x238),'umlCustomShapes':_0xe0a1be(0x1d6),'umlSequenceDiagram':_0xe0a1be(0x272),'statusDiagram':_0xe0a1be(0x1f3),'componentDiagram':_0xe0a1be(0x2b2)},'connector':{'toolbar':{'sourceMarker':_0xe0a1be(0x233),'swapMarkers':_0xe0a1be(0x2b3),'targetMarker':'Target\x20arrow','lineColor':_0xe0a1be(0x1ca),'lineWidth':'Width','opacityPercent':_0xe0a1be(0x29a),'settings':_0xe0a1be(0x26d),'smoothElbow':_0xe0a1be(0x1bf),'bridge':_0xe0a1be(0x1b6),'insertText':_0xe0a1be(0x236),'textSettings':_0xe0a1be(0x1a2),'alignLeft':_0xe0a1be(0x2b7),'alignCenter':_0xe0a1be(0x1b3),'alignRight':_0xe0a1be(0x22d),'bold':_0xe0a1be(0x25b),'italic':_0xe0a1be(0x20c),'underline':_0xe0a1be(0x205),'strikethrough':_0xe0a1be(0x243),'textColor':_0xe0a1be(0x1ae),'editText':_0xe0a1be(0x1ce),'labelFill':_0xe0a1be(0x246),'labelBorder':_0xe0a1be(0x23e),'transparent':'Transparent','breakLineBehindText':_0xe0a1be(0x216),'textSection':_0xe0a1be(0x274),'labelSection':_0xe0a1be(0x277),'deleteText':'Delete\x20text','more':'More'},'routing':{'straight':_0xe0a1be(0x24c),'elbow':_0xe0a1be(0x1f4),'polyline':_0xe0a1be(0x1a1),'curve':_0xe0a1be(0x281)},'strokeWidth':{'thin':_0xe0a1be(0x1db),'regular':_0xe0a1be(0x1be),'medium':_0xe0a1be(0x25a),'bold':_0xe0a1be(0x25b)},'dash':{'solid':_0xe0a1be(0x293),'dashed':_0xe0a1be(0x204),'dotted':_0xe0a1be(0x261),'dashDot':_0xe0a1be(0x28b)},'marker':{'none':'None','arrow':_0xe0a1be(0x284),'filledArrow':_0xe0a1be(0x289),'openArrow':'Open\x20arrow','triangle':_0xe0a1be(0x298),'filledTriangle':_0xe0a1be(0x1ed),'hollowTriangle':_0xe0a1be(0x232),'diamond':_0xe0a1be(0x1f7),'hollowDiamond':_0xe0a1be(0x20d),'filledDiamond':_0xe0a1be(0x1bb),'circle':_0xe0a1be(0x271),'filledCircle':_0xe0a1be(0x2a5),'bar':_0xe0a1be(0x28f),'doubleBar':_0xe0a1be(0x1ef),'crowFoot':_0xe0a1be(0x219),'crowsFoot':_0xe0a1be(0x219),'barCrowsFoot':_0xe0a1be(0x22a),'circleCrowsFoot':_0xe0a1be(0x256),'circleBar':_0xe0a1be(0x2a3),'x':'X','cross':'Cross','plus':'Plus','zeroOrOne':'Zero\x20or\x20one','zeroOrMany':_0xe0a1be(0x220),'oneOrMany':'One\x20or\x20many'}},'zoom':{'dragMode':'Drag\x20mode','fitContent':'Fit\x20content','zoomOptions':_0xe0a1be(0x25f),'zoomTo100':_0xe0a1be(0x1b5),'zoomToFit':_0xe0a1be(0x21a),'zoomToSelection':'Zoom\x20to\x20Selection','zoomOut':_0xe0a1be(0x294),'resetZoom':_0xe0a1be(0x1e9),'zoomIn':'Zoom\x20in','help':_0xe0a1be(0x2a1)},'shortcutHelp':{'title':_0xe0a1be(0x1fb),'close':'Close\x20shortcuts','sections':{'tools':_0xe0a1be(0x292),'navigator':_0xe0a1be(0x2bf),'view':'View','selection':_0xe0a1be(0x1fe),'editing':_0xe0a1be(0x1da),'grouping':'Group\x20shapes','swimlane':'Swimlane','mindMap':'Mind\x20Map','layout':'Layout','font':_0xe0a1be(0x1f2)},'items':{'showMoreShapes':_0xe0a1be(0x2c1),'roundedRectangle':_0xe0a1be(0x223),'rectangle':_0xe0a1be(0x1c8),'oval':_0xe0a1be(0x257),'diamond':_0xe0a1be(0x1f7),'text':'Text','elbowConnector':_0xe0a1be(0x1f5),'line':_0xe0a1be(0x24c),'stickyNote':'Sticky\x20note','search':_0xe0a1be(0x273),'zoomWheel':_0xe0a1be(0x28e),'zoomPinch':_0xe0a1be(0x28e),'zoomTo100':_0xe0a1be(0x1b5),'zoomToSelection':_0xe0a1be(0x299),'zoomToFit':_0xe0a1be(0x21a),'enterFullScreen':_0xe0a1be(0x227),'exitFullScreen':_0xe0a1be(0x2c0),'selectShape':_0xe0a1be(0x1fe),'selectAll':'Select\x20all','multipleSelect':'Multiple\x20select/deselect','invertSelection':_0xe0a1be(0x2ac),'preciseSelection':'Precise\x20selection','deepSelect':_0xe0a1be(0x214),'editShape':_0xe0a1be(0x1da),'copy':_0xe0a1be(0x1e1),'copyAsImage':_0xe0a1be(0x224),'paste':'Paste','cut':_0xe0a1be(0x23d),'makeCopy':_0xe0a1be(0x1d4),'scale':'Scale','copyStyle':_0xe0a1be(0x2bd),'pasteStyle':_0xe0a1be(0x1ee),'moveAxisLocked':_0xe0a1be(0x226),'flipHorizontal':_0xe0a1be(0x231),'flipVertical':'Flip\x20Vertical','undo':_0xe0a1be(0x201),'redo':'Redo','toggleQuickAdd':'Hide/show\x20quickadd','hideCollaboratorsCursors':'Hide\x20collaborators\x27\x20cursors','toggleToolbar':'Hide/show\x20toolbar','delete':_0xe0a1be(0x1e2),'group':_0xe0a1be(0x24d),'ungroup':_0xe0a1be(0x1aa),'selectUpperLayerGroups':_0xe0a1be(0x2af),'selectShapesToGroup':'Select\x20shapes\x20to\x20group','swimlaneLaneRename':'Rename\x20lane','swimlaneLaneToggleCollapsed':_0xe0a1be(0x1a5),'swimlaneLaneMovePrevious':'Move\x20lane\x20previous','swimlaneLaneMoveNext':'Move\x20lane\x20next','swimlaneLaneRemove':_0xe0a1be(0x26e),'addSiblingNode':_0xe0a1be(0x1df),'addChildNode':'Add\x20Child\x20Node','addParentNode':_0xe0a1be(0x1d7),'foldChildNodes':_0xe0a1be(0x2aa),'collapseAllNodes':_0xe0a1be(0x268),'addDescription':_0xe0a1be(0x1ff),'editCurrentNode':_0xe0a1be(0x295),'bringToFront':_0xe0a1be(0x26a),'sendToBack':_0xe0a1be(0x2b8),'alignLeft':'Align\x20Left','alignRight':_0xe0a1be(0x22d),'alignTop':'Align\x20Top','alignBottom':_0xe0a1be(0x244),'alignMiddle':_0xe0a1be(0x23f),'alignCenter':'Align\x20Center','distributeHorizontally':_0xe0a1be(0x1f0),'distributeVertically':_0xe0a1be(0x282),'disableObjectAlignment':'Disable\x20object\x20alignment','increaseFontSize':_0xe0a1be(0x2a0),'decreaseFontSize':_0xe0a1be(0x1c3),'bold':_0xe0a1be(0x25b),'strikethrough':'Strikethrough','italic':'Italic','underline':_0xe0a1be(0x205),'link':'Link','numberedList':_0xe0a1be(0x267),'bulletedList':'Bulleted\x20List','quote':_0xe0a1be(0x29d),'alignTextLeft':_0xe0a1be(0x2b7),'alignTextRight':_0xe0a1be(0x22d),'alignTextCenter':_0xe0a1be(0x1b3)}}}};function _0x1542(){const _0x2b913f=['Floating\x20layer','Bring\x20to\x20Front','5ewjMym','9869643IavUrL','Line\x20settings','Remove\x20lane','Class\x20diagram','Send\x20backward','Circle','UML\x20sequence\x20diagram','Search','Text','Lane\x20name','Object','Label','Grid','Connector','Right\x20mind\x20map','exports','Delete\x20container\x20and\x20contents','Lane\x20{0}','Add\x20lane\x20right','Pen','Name','Curve','Distribute\x20Vertically','Rounded\x20callout','Arrow','Resources','Drag\x20to\x20reorder','Delete\x20contents\x20and\x20lane\x20item','Swimlane','Filled\x20arrow','Line\x20(no\x20arrow)','Dash\x20dot','Stars\x20and\x20Banners','Theme','Zoom\x20in/Zoom\x20out','Bar','Initial\x20state','Unlock\x20membership','Tools','Solid','Zoom\x20out','Edit\x20current\x20node','Swimlane\x20item','19661HiNHGF','Triangle','Zoom\x20to\x20Selection','Opacity\x20{0}%','Filled\x20diamond\x20connector','Dashed\x20open\x20arrow\x20connector','Quote','Hexagon','Right\x20triangle','Increase\x20font\x20size','Help','Collapse\x20lane','Circle\x20bar','Right\x20arrow\x20block','Filled\x20circle','Dashed\x20filled\x20arrow\x20connector','Others','Rounded\x20square','Data\x20storage\x202','Fold/unfold\x20child\x20nodes','Locate','Invert\x20selection','Left\x20arrow','Default','Select\x20upper-layer\x20groups','Left\x20mind\x20map','Entity\x20lifeline','Component\x20diagram','Swap\x20arrows','Rows','Redo','Lock\x20membership','Align\x20Left','Send\x20to\x20Back','Expand\x20lane','Move\x20lane\x20previous','Select\x20parent\x20container','Bring\x20Forward','Copy\x20Style','134Mwfftv','Navigator','Exit\x20full\x20screen','Show\x20more\x20shapes','Vertical\x20swimlane','SmartArt','Video','Sticky\x20note','Polyline','Text\x20settings','Basic\x20Shapes','Vibrant','Collapse/expand\x20lane','Enable\x20auto\x20resize','Send\x20Backward','30546637FVdkeH','Horizontal\x20swimlane','Ungroup','Actor','Vintage','Description','Text\x20color','Table','Hide','Double\x20open\x20arrow','Equation\x20Shapes','Align\x20Center','Tree\x20alternate','Zoom\x20to\x20100%','Line\x20jump','Save','Classic','Control','Translate\x20Into','Filled\x20diamond','Canvas\x20layer','DOM','Regular','Elbow\x20line','Collection\x20lifeline','Parallelogram','Basics','Decrease\x20font\x20size','Page','Disband\x20container\x20(keep\x20contents)','1156701KTtKAt','Required\x20interface','Rectangle','Key\x20field\x20entity','Line\x20color','Details','Reset\x20color','Unlock','Edit\x20text','Component\x20box','Hide\x20all','Pentagon','Add\x20text','Classifier','Make\x20a\x20Copy','Start','UML\x20custom\x20shapes','Add\x20Parent\x20Node','Left-right\x20arrow','Left\x20brace','Edit\x20shape','Thin','Arrange','Right\x20arrow','Move\x20contents\x20out\x20and\x20remove\x20lane\x20item','Add\x20Sibling\x20Node','Fit\x20parent\x20to\x20content','Copy','Delete','Data\x20flow\x20diagram','Actor\x20lifeline','Add\x20lane\x20below','Mind\x20map\x20vertical','1\x20:\x201','Show','Reset\x20zoom','10XZMiRZ','Sequence\x20fragment','Key\x20field\x20type\x20entity','Filled\x20triangle','Paste\x20Style','Double\x20bar','Distribute\x20Horizontally','Fit\x20to\x20content','Font\x20setting','Status\x20diagram','Right-angled\x20elbow\x20line','Elbow\x20connector','Rename\x20lane','Diamond','Alternative\x20sequence\x20fragment','Dashed\x20line\x20(no\x20arrow)','248274QgEGue','Keyboard\x20shortcuts','State\x20bar','Data\x20storage\x201','Select\x20shape','Add\x20Description','Mind\x20map','Undo','Entity','Wrap\x20in\x20container','Dashed','Underline','Objects','10414734chBUWG','Show\x20Toolbar','Placeholder','Filled\x20arrow\x20connector','Select\x20contents','Italic','Hollow\x20diamond','Timeline\x20vertical','Move\x20contents\x20to\x20next\x20lane\x20and\x20delete','Theme\x20{0}','Image','Data','Object\x20name','Deep\x20select','Add\x20lane','Break\x20line\x20behind\x20text','Line\x20width','Class','Crow\x20foot','Zoom\x20to\x20Fit','16\x20:\x209','Interface','Edit\x20path','Disable\x20auto\x20resize','Component','Zero\x20or\x20many','Blue','Left\x20and\x20right\x20mind\x20map','Rounded\x20rectangle','Copy\x20as\x20image','Close','Move\x20horizontally/vertically','Enter\x20full\x20screen','Viewport\x20bar','Speech\x20bubble','Bar\x20crow\x20foot','Collaborators\x27\x20cursors','Field\x20type\x20entity','Align\x20Right','Right\x20brace','Boundary','Plus','Flip\x20Horizontal','Hollow\x20triangle','Source\x20arrow','Tree\x20right','Insert','Insert\x20text','Collapse','Entity\x20relationship\x20diagram','Cylinder','Custom\x20size','Trapezoid','Move\x20out\x20of\x20container','Cut','Label\x20border','Align\x20Middle','Tree\x20left','Unit','Sticky\x20Note','Strikethrough','Align\x20Bottom','More\x20Shapes','Label\x20background','Reverse\x20markers','Chevron','Magnetic\x20disk\x20lifeline','Octagon','Hollow\x20diamond\x20connector','Line','Group','456rVCluc','Bring\x20forward','Chart','Back','Move\x20contents\x20to\x20previous\x20lane\x20and\x20delete','More','Provided\x20interface','Shape','Circle\x20crow\x20foot','Oval','Activation\x20bar','Direct\x20access\x20storage\x20lifeline','Medium','Bold','Find','Show\x20all','Rename\x20container','Zoom\x20options','Collection','Dotted','Settings','Container','Columns','2698932XdwvwW','Horizontal','Numbered\x20List','Collapse/expand\x20all\x20nodes'];_0x1542=function(){return _0x2b913f;};return _0x1542();}module[_0xe0a1be(0x27b)]=e;