@univerjs-pro/boards-ui 1.0.0-alpha.3

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 (292) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -0
  23. package/lib/es/index.js +1 -0
  24. package/lib/es/locale/ar-SA.js +1 -0
  25. package/lib/es/locale/ca-ES.js +1 -0
  26. package/lib/es/locale/de-DE.js +1 -0
  27. package/lib/es/locale/en-US.js +1 -0
  28. package/lib/es/locale/es-ES.js +1 -0
  29. package/lib/es/locale/fa-IR.js +1 -0
  30. package/lib/es/locale/fr-FR.js +1 -0
  31. package/lib/es/locale/id-ID.js +1 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  33. package/lib/es/locale/ja-JP.js +1 -0
  34. package/lib/es/locale/ko-KR.js +1 -0
  35. package/lib/es/locale/pl-PL.js +1 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  37. package/lib/es/locale/ru-RU.js +1 -0
  38. package/lib/es/locale/sk-SK.js +1 -0
  39. package/lib/es/locale/vi-VN.js +1 -0
  40. package/lib/es/locale/zh-CN.js +1 -0
  41. package/lib/es/locale/zh-HK.js +1 -0
  42. package/lib/es/locale/zh-TW.js +1 -0
  43. package/lib/es/shape-preset-labels-092BdVw3.js +1 -0
  44. package/lib/index.css +1229 -0
  45. package/lib/index.js +1 -0
  46. package/lib/locale/ar-SA.js +1 -0
  47. package/lib/locale/ca-ES.js +1 -0
  48. package/lib/locale/de-DE.js +1 -0
  49. package/lib/locale/en-US.js +1 -0
  50. package/lib/locale/es-ES.js +1 -0
  51. package/lib/locale/fa-IR.js +1 -0
  52. package/lib/locale/fr-FR.js +1 -0
  53. package/lib/locale/id-ID.js +1 -0
  54. package/lib/locale/it-IT.js +1 -0
  55. package/lib/locale/ja-JP.js +1 -0
  56. package/lib/locale/ko-KR.js +1 -0
  57. package/lib/locale/pl-PL.js +1 -0
  58. package/lib/locale/pt-BR.js +1 -0
  59. package/lib/locale/ru-RU.js +1 -0
  60. package/lib/locale/sk-SK.js +1 -0
  61. package/lib/locale/vi-VN.js +1 -0
  62. package/lib/locale/zh-CN.js +1 -0
  63. package/lib/locale/zh-HK.js +1 -0
  64. package/lib/locale/zh-TW.js +1 -0
  65. package/lib/shape-preset-labels-092BdVw3.js +1 -0
  66. package/lib/types/commands/operations/board-container-child-contextmenu.operation.d.ts +18 -0
  67. package/lib/types/commands/operations/board-container-contextmenu.operation.d.ts +18 -0
  68. package/lib/types/commands/operations/board-selection.operation.d.ts +14 -0
  69. package/lib/types/commands/operations/board-swimlane-contextmenu.operation.d.ts +23 -0
  70. package/lib/types/common/board-shortcuts.d.ts +98 -0
  71. package/lib/types/common/connector-presets.d.ts +22 -0
  72. package/lib/types/common/connector-routing-preference.d.ts +11 -0
  73. package/lib/types/common/settings-actions.d.ts +26 -0
  74. package/lib/types/common/shape-presets.d.ts +58 -0
  75. package/lib/types/common/sticky-colors.d.ts +4 -0
  76. package/lib/types/common/theme-presets.d.ts +2 -0
  77. package/lib/types/common/toolbar-tools.d.ts +17 -0
  78. package/lib/types/components/object-list-panel/board-object-list-state.d.ts +27 -0
  79. package/lib/types/config/config.d.ts +92 -0
  80. package/lib/types/const.d.ts +26 -0
  81. package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +25 -0
  82. package/lib/types/controllers/board-connector-floating-toolbar.render-controller.d.ts +30 -0
  83. package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +158 -0
  84. package/lib/types/controllers/board-container-membership.render-controller.d.ts +27 -0
  85. package/lib/types/controllers/board-element-selection.controller.d.ts +63 -0
  86. package/lib/types/controllers/board-element-transform.controller.d.ts +52 -0
  87. package/lib/types/controllers/board-element-transformer-config.util.d.ts +27 -0
  88. package/lib/types/controllers/board-grid.render-controller.d.ts +14 -0
  89. package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +20 -0
  90. package/lib/types/controllers/board-history-shortcut.controller.d.ts +16 -0
  91. package/lib/types/controllers/board-ink-interaction.render-controller.d.ts +124 -0
  92. package/lib/types/controllers/board-layout-shortcut.controller.d.ts +20 -0
  93. package/lib/types/controllers/board-mermaid-import.controller.d.ts +9 -0
  94. package/lib/types/controllers/board-order-shortcut.controller.d.ts +16 -0
  95. package/lib/types/controllers/board-pending-insert.render-controller.d.ts +27 -0
  96. package/lib/types/controllers/board-render-object-cleanup.util.d.ts +7 -0
  97. package/lib/types/controllers/board-render.controller.d.ts +36 -0
  98. package/lib/types/controllers/board-selection-overlay.render-controller.d.ts +30 -0
  99. package/lib/types/controllers/board-selection-shortcut.controller.d.ts +20 -0
  100. package/lib/types/controllers/board-settings-shortcut.controller.d.ts +20 -0
  101. package/lib/types/controllers/board-shape-adjust.render-controller.d.ts +68 -0
  102. package/lib/types/controllers/board-shape-floating-toolbar.render-controller.d.ts +29 -0
  103. package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +9 -0
  104. package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +23 -0
  105. package/lib/types/controllers/board-swimlane-resize.render-controller.d.ts +33 -0
  106. package/lib/types/controllers/board-text-editing.render-controller.d.ts +46 -0
  107. package/lib/types/controllers/board-theme-follow-univer.controller.d.ts +10 -0
  108. package/lib/types/controllers/board-tool-shortcut.controller.d.ts +22 -0
  109. package/lib/types/controllers/board-ui.controller.d.ts +9 -0
  110. package/lib/types/controllers/board-view-shortcut.controller.d.ts +29 -0
  111. package/lib/types/controllers/board-viewport-input.render-controller.d.ts +27 -0
  112. package/lib/types/index.d.ts +27 -0
  113. package/lib/types/locale/ar-SA.d.ts +3 -0
  114. package/lib/types/locale/ca-ES.d.ts +3 -0
  115. package/lib/types/locale/de-DE.d.ts +3 -0
  116. package/lib/types/locale/en-US.d.ts +659 -0
  117. package/lib/types/locale/es-ES.d.ts +3 -0
  118. package/lib/types/locale/fa-IR.d.ts +3 -0
  119. package/lib/types/locale/fr-FR.d.ts +3 -0
  120. package/lib/types/locale/id-ID.d.ts +3 -0
  121. package/lib/types/locale/it-IT.d.ts +3 -0
  122. package/lib/types/locale/ja-JP.d.ts +3 -0
  123. package/lib/types/locale/ko-KR.d.ts +3 -0
  124. package/lib/types/locale/pl-PL.d.ts +3 -0
  125. package/lib/types/locale/pt-BR.d.ts +3 -0
  126. package/lib/types/locale/ru-RU.d.ts +3 -0
  127. package/lib/types/locale/shared/shape-preset-labels.d.ts +153 -0
  128. package/lib/types/locale/sk-SK.d.ts +3 -0
  129. package/lib/types/locale/types.d.ts +3 -0
  130. package/lib/types/locale/vi-VN.d.ts +3 -0
  131. package/lib/types/locale/zh-CN.d.ts +3 -0
  132. package/lib/types/locale/zh-HK.d.ts +3 -0
  133. package/lib/types/locale/zh-TW.d.ts +3 -0
  134. package/lib/types/menu/board-container-child-contextmenu.menu.d.ts +5 -0
  135. package/lib/types/menu/board-container-child-contextmenu.schema.d.ts +2 -0
  136. package/lib/types/menu/board-container-contextmenu.menu.d.ts +9 -0
  137. package/lib/types/menu/board-container-contextmenu.schema.d.ts +2 -0
  138. package/lib/types/menu/board-contextmenu.d.ts +7 -0
  139. package/lib/types/menu/board-swimlane-contextmenu.menu.d.ts +8 -0
  140. package/lib/types/menu/board-swimlane-contextmenu.schema.d.ts +2 -0
  141. package/lib/types/plugin.d.ts +21 -0
  142. package/lib/types/render-adapters/board-element-render-adapter.d.ts +63 -0
  143. package/lib/types/render-objects/board-adjust-point-object.d.ts +27 -0
  144. package/lib/types/render-objects/board-connector-affordance-object.d.ts +21 -0
  145. package/lib/types/render-objects/board-connector-endpoint-object.d.ts +29 -0
  146. package/lib/types/render-objects/board-connector-object.d.ts +58 -0
  147. package/lib/types/render-objects/board-connector-quick-connect-preview-object.d.ts +22 -0
  148. package/lib/types/render-objects/board-connector-snap-object.d.ts +16 -0
  149. package/lib/types/render-objects/board-connector-waypoint-object.d.ts +51 -0
  150. package/lib/types/render-objects/board-container-membership-object.d.ts +19 -0
  151. package/lib/types/render-objects/board-document-text-render.util.d.ts +61 -0
  152. package/lib/types/render-objects/board-grid-object.d.ts +17 -0
  153. package/lib/types/render-objects/board-guide-object.d.ts +29 -0
  154. package/lib/types/render-objects/board-image-object.d.ts +16 -0
  155. package/lib/types/render-objects/board-ink-draft-object.d.ts +16 -0
  156. package/lib/types/render-objects/board-ink-eraser-draft-object.d.ts +18 -0
  157. package/lib/types/render-objects/board-ink-pen-editor-object.d.ts +39 -0
  158. package/lib/types/render-objects/board-ink-stage-action-button-object.d.ts +32 -0
  159. package/lib/types/render-objects/board-ink-tool-cursor-object.d.ts +19 -0
  160. package/lib/types/render-objects/board-pending-insert-object.d.ts +35 -0
  161. package/lib/types/render-objects/board-selection-marquee-object.d.ts +28 -0
  162. package/lib/types/render-objects/board-shape-object.d.ts +75 -0
  163. package/lib/types/render-objects/board-swimlane-resize-object.d.ts +33 -0
  164. package/lib/types/services/board-canvas-pop-manager.service.d.ts +22 -0
  165. package/lib/types/services/board-clipboard-resource-adapter.service.d.ts +54 -0
  166. package/lib/types/services/board-clipboard.service.d.ts +54 -0
  167. package/lib/types/services/board-connector-tool.service.d.ts +11 -0
  168. package/lib/types/services/board-container-rename.service.d.ts +20 -0
  169. package/lib/types/services/board-container-tool.service.d.ts +12 -0
  170. package/lib/types/services/board-dom-layer.service.d.ts +31 -0
  171. package/lib/types/services/board-element-edit.service.d.ts +124 -0
  172. package/lib/types/services/board-element-insert.service.d.ts +40 -0
  173. package/lib/types/services/board-element-state.service.d.ts +83 -0
  174. package/lib/types/services/board-find.service.d.ts +22 -0
  175. package/lib/types/services/board-image-insert.service.d.ts +23 -0
  176. package/lib/types/services/board-ink-edit.service.d.ts +33 -0
  177. package/lib/types/services/board-ink-pen-adapter.service.d.ts +22 -0
  178. package/lib/types/services/board-mermaid-import.service.d.ts +82 -0
  179. package/lib/types/services/board-render-scene.service.d.ts +9 -0
  180. package/lib/types/services/board-selection-overlay.service.d.ts +13 -0
  181. package/lib/types/services/board-selection.service.d.ts +18 -0
  182. package/lib/types/services/board-settings-action.service.d.ts +21 -0
  183. package/lib/types/services/board-settings.service.d.ts +13 -0
  184. package/lib/types/services/board-shape-intrinsic-size.service.d.ts +34 -0
  185. package/lib/types/services/board-side-panel.service.d.ts +37 -0
  186. package/lib/types/services/board-swimlane-lane-rename.service.d.ts +18 -0
  187. package/lib/types/services/board-text-editing.service.d.ts +45 -0
  188. package/lib/types/services/board-tool.service.d.ts +85 -0
  189. package/lib/types/services/board-ui-state.service.d.ts +98 -0
  190. package/lib/types/services/board-viewport.service.d.ts +15 -0
  191. package/lib/types/utils/board-alignment-guides.util.d.ts +27 -0
  192. package/lib/types/utils/board-clipboard.util.d.ts +40 -0
  193. package/lib/types/utils/board-connector-adjacency.util.d.ts +7 -0
  194. package/lib/types/utils/board-connector-affordance.util.d.ts +15 -0
  195. package/lib/types/utils/board-connector-hit-test.util.d.ts +14 -0
  196. package/lib/types/utils/board-connector-label.util.d.ts +17 -0
  197. package/lib/types/utils/board-connector-marker-anchor.util.d.ts +17 -0
  198. package/lib/types/utils/board-connector-marker.util.d.ts +13 -0
  199. package/lib/types/utils/board-connector-move.util.d.ts +8 -0
  200. package/lib/types/utils/board-connector-quick-connect.util.d.ts +22 -0
  201. package/lib/types/utils/board-connector-render-bounds.util.d.ts +11 -0
  202. package/lib/types/utils/board-connector-router.util.d.ts +62 -0
  203. package/lib/types/utils/board-connector-routing.util.d.ts +53 -0
  204. package/lib/types/utils/board-connector-selection.util.d.ts +10 -0
  205. package/lib/types/utils/board-connector-snap-highlight.util.d.ts +10 -0
  206. package/lib/types/utils/board-connector-snap.util.d.ts +25 -0
  207. package/lib/types/utils/board-connector-waypoint.util.d.ts +71 -0
  208. package/lib/types/utils/board-container-membership-overlay.util.d.ts +19 -0
  209. package/lib/types/utils/board-container-membership-update.util.d.ts +10 -0
  210. package/lib/types/utils/board-container-spatial-index.util.d.ts +16 -0
  211. package/lib/types/utils/board-container-target.util.d.ts +17 -0
  212. package/lib/types/utils/board-container-title-label.util.d.ts +20 -0
  213. package/lib/types/utils/board-container-toolbar.util.d.ts +40 -0
  214. package/lib/types/utils/board-draft-insert-position.util.d.ts +13 -0
  215. package/lib/types/utils/board-find.util.d.ts +25 -0
  216. package/lib/types/utils/board-floating-toolbar-anchor.util.d.ts +2 -0
  217. package/lib/types/utils/board-free-polyline-draft.util.d.ts +24 -0
  218. package/lib/types/utils/board-grid.util.d.ts +21 -0
  219. package/lib/types/utils/board-image-file.util.d.ts +11 -0
  220. package/lib/types/utils/board-image.util.d.ts +31 -0
  221. package/lib/types/utils/board-insert-config.util.d.ts +32 -0
  222. package/lib/types/utils/board-insert.util.d.ts +23 -0
  223. package/lib/types/utils/board-interaction-config.util.d.ts +19 -0
  224. package/lib/types/utils/board-mermaid-preview.util.d.ts +4 -0
  225. package/lib/types/utils/board-render-dirty.util.d.ts +8 -0
  226. package/lib/types/utils/board-render-page.util.d.ts +19 -0
  227. package/lib/types/utils/board-scene-input-lock.util.d.ts +7 -0
  228. package/lib/types/utils/board-selection-delete.util.d.ts +20 -0
  229. package/lib/types/utils/board-selection-geometry.util.d.ts +31 -0
  230. package/lib/types/utils/board-selection-hit-test.util.d.ts +17 -0
  231. package/lib/types/utils/board-selection-interaction.util.d.ts +23 -0
  232. package/lib/types/utils/board-selection-move.util.d.ts +17 -0
  233. package/lib/types/utils/board-selection-normalize.util.d.ts +3 -0
  234. package/lib/types/utils/board-selection-overlay.util.d.ts +15 -0
  235. package/lib/types/utils/board-selection-resize.util.d.ts +6 -0
  236. package/lib/types/utils/board-shape-editor.util.d.ts +9 -0
  237. package/lib/types/utils/board-shape-outline.util.d.ts +53 -0
  238. package/lib/types/utils/board-shape-text-document.util.d.ts +20 -0
  239. package/lib/types/utils/board-shape-theme.util.d.ts +4 -0
  240. package/lib/types/utils/board-shortcut-preconditions.util.d.ts +3 -0
  241. package/lib/types/utils/board-snap-session.util.d.ts +62 -0
  242. package/lib/types/utils/board-spacing-guides.util.d.ts +24 -0
  243. package/lib/types/utils/board-swimlane-focus.util.d.ts +11 -0
  244. package/lib/types/utils/board-swimlane-resize.util.d.ts +25 -0
  245. package/lib/types/utils/board-view-shortcut.util.d.ts +40 -0
  246. package/lib/types/utils/board-viewport-input.util.d.ts +35 -0
  247. package/lib/types/utils/board-viewport.util.d.ts +45 -0
  248. package/lib/types/views/BoardCanvasView.d.ts +1 -0
  249. package/lib/types/views/BoardConnectorFloatingToolbar.d.ts +17 -0
  250. package/lib/types/views/BoardConnectorQuickShapeMenu.d.ts +12 -0
  251. package/lib/types/views/BoardContainerRenamePopup.d.ts +6 -0
  252. package/lib/types/views/BoardDomLayerView.d.ts +8 -0
  253. package/lib/types/views/BoardFloatingPanelLayer.d.ts +1 -0
  254. package/lib/types/views/BoardFloatingToolPanel.d.ts +98 -0
  255. package/lib/types/views/BoardLeftToolbar.d.ts +1 -0
  256. package/lib/types/views/BoardMermaidImportDialog.d.ts +1 -0
  257. package/lib/types/views/BoardMindMapTemplateThumbnailIcon.d.ts +8 -0
  258. package/lib/types/views/BoardObjectListPanel.d.ts +1 -0
  259. package/lib/types/views/BoardSettingsMenu.d.ts +2 -0
  260. package/lib/types/views/BoardShapeFloatingToolbar.d.ts +16 -0
  261. package/lib/types/views/BoardShapePanel.d.ts +1 -0
  262. package/lib/types/views/BoardShapeTextEditorContainer.d.ts +24 -0
  263. package/lib/types/views/BoardShapeTextFloatToolbar.d.ts +1 -0
  264. package/lib/types/views/BoardShortcutHelpDrawer.d.ts +1 -0
  265. package/lib/types/views/BoardSwimlaneLaneRenamePopup.d.ts +6 -0
  266. package/lib/types/views/BoardTableSizePicker.d.ts +18 -0
  267. package/lib/types/views/BoardWorkbench.d.ts +1 -0
  268. package/lib/types/views/BoardZoomControls.d.ts +1 -0
  269. package/lib/types/views/board-floating-panel-layout.d.ts +33 -0
  270. package/lib/types/views/use-board-palette-pending-insert-drag.d.ts +9 -0
  271. package/lib/types/views/use-board-panel-outside-pointer-down.d.ts +5 -0
  272. package/lib/umd/index.js +1 -0
  273. package/lib/umd/locale/ar-SA.js +1 -0
  274. package/lib/umd/locale/ca-ES.js +1 -0
  275. package/lib/umd/locale/de-DE.js +1 -0
  276. package/lib/umd/locale/en-US.js +1 -0
  277. package/lib/umd/locale/es-ES.js +1 -0
  278. package/lib/umd/locale/fa-IR.js +1 -0
  279. package/lib/umd/locale/fr-FR.js +1 -0
  280. package/lib/umd/locale/id-ID.js +1 -0
  281. package/lib/umd/locale/it-IT.js +1 -0
  282. package/lib/umd/locale/ja-JP.js +1 -0
  283. package/lib/umd/locale/ko-KR.js +1 -0
  284. package/lib/umd/locale/pl-PL.js +1 -0
  285. package/lib/umd/locale/pt-BR.js +1 -0
  286. package/lib/umd/locale/ru-RU.js +1 -0
  287. package/lib/umd/locale/sk-SK.js +1 -0
  288. package/lib/umd/locale/vi-VN.js +1 -0
  289. package/lib/umd/locale/zh-CN.js +1 -0
  290. package/lib/umd/locale/zh-HK.js +1 -0
  291. package/lib/umd/locale/zh-TW.js +1 -0
  292. package/package.json +97 -0
@@ -0,0 +1 @@
1
+ const _0x47da8c=_0x5189;function _0x5189(_0x42305c,_0x48396a){_0x42305c=_0x42305c-0x1d6;const _0x72213a=_0x7221();let _0x5189f4=_0x72213a[_0x42305c];return _0x5189f4;}function _0x7221(){const _0x3b1bbe=['تقليل\x20حجم\x20الخط','كيف\x20ترسم\x20المخططات\x20باستخدام\x20Mermaid؟','تحرير\x20العقدة\x20الحالية','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','لا\x20توجد\x20نتائج','قوس\x20أيسر','شَرطة-نقطة','جدول','مكوّن','أشكال\x20أخرى','مخطط\x20المكونات','نجوم\x20ولافتات','موصّل\x20معين\x20معبأ','شجرة\x20متناوبة','خط\x20حياة\x20القرص\x20المغناطيسي','1\x20:\x201','أسهم\x20الكتل','4\x20:\x203','تحكم','فئة','الشبكة','ملاءمة\x20الحاوية\x20الأصل\x20مع\x20المحتوى','مثلث','الدخول\x20إلى\x20وضع\x20ملء\x20الشاشة','كائن','تحديد\x20الموضع','سهم\x20مفتوح','مخطط\x20الفئات','إضافة\x20عنصر\x20حارة','الأشكال\x20الأساسية','الحارة','متعدد\x20الخطوط','تجميع','تحديد\x20الأشكال\x20لتجميعها','تحرير\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}.','غامق','واجهة','كود\x20Mermaid\x20فارغ.','كتلة\x20سهم\x20يمين','مربع\x20ذو\x20زوايا\x20مستديرة','مثلث\x20معبأ','اسم\x20الكائن','تبديل\x20الأسهم','تغليف\x20بحاوية','متقطع','إظهار\x20/\x20إخفاء\x20الإضافة\x20السريعة','خط\x20حياة\x20التخزين\x20ذي\x20الوصول\x20المباشر','أشكال\x20المعادلات','مخطط','التفاصيل','الاسم','تحرير\x20الشكل','خط\x20متقطع\x20(بلا\x20سهم)','خط\x20مستقيم','معين','طي\x20/\x20توسيع\x20جميع\x20العقد','توسيط\x20عموديًا','إعدادات\x20الخط','السُّمك','إضافة\x20عقدة\x20فرعية','سهم','تحديد\x20المحتوى','خط\x20حياة\x20الحدود','التخطيط','قوس\x20أيمن','مخطط\x20تسلسل\x20UML','جارٍ\x20تحويل\x20Mermaid...','وحدة','تحريك\x20الحارة\x20للأسفل','إضافة\x20سريعة','معين\x20فارغ','إلغاء\x20قفل\x20العضوية','الكائنات','مستمر','تعطيل\x20محاذاة\x20الكائنات','أخرى','سهم\x20النهاية','مسطّر','الحالة\x20الأولية','ملاحظة\x20لاصقة','تعليق\x20مستدير\x20الزوايا','لصق\x20النمط','سداسي','تعطيل\x20تغيير\x20الحجم\x20تلقائيًا','فقاعة\x20حوار','دائرة\x20معبأة','ترتيب','سهم\x20معبأ','تراجع','مخطط\x20تسلسلي','قدم\x20الغراب','سُمك\x20الخط','نسخ\x20النمط','إحضار\x20إلى\x20الأمام','إعادة\x20تعيين\x20التكبير','اضافة\x20نص','تحديد\x20الحاوية\x20الأصل','منحنى','موصّل\x20سهم\x20معبأ','64LrWPRA','DOM','اسحب\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إرجاع\x20أي\x20عناصر\x20لوحة\x20قابلة\x20للاستيراد.','رفيع','متوازي\x20أضلاع','شريط','توسيط\x20أفقيًا','خط\x20حياة\x20الكائن','شكل','إخفاء\x20مؤشرات\x20المتعاونين','موصّل\x20سهم\x20معبأ\x20متقطع','كيان\x20نوع\x20حقل\x20المفتاح','إضافة\x20حارة','مخطط\x20زمني','بيضاوي','مخطط\x20انسيابي','8136140TAxyiv','قلب\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أفقية','3163270tIgdZf','أعمدة','البحث\x20عن\x20عناصر\x20اللوحة','رابط','بلا','تحديد\x20عميق','السمة\x20{0}','طي\x20/\x20توسيع\x20الحارة','زائد','زيادة\x20حجم\x20الخط','فشل\x20إدراج\x20مسودة\x20اللوحة.','كيان','خريطة\x20ذهنية','عريض','2846583hTMRvT','المقفلة','شجرة\x20إلى\x20اليسار','حارة','صفحة','تحديد\x20دقيق','خريطة\x20ذهنية\x20إلى\x20اليمين','إخراج\x20من\x20الحاوية','إدراج\x20نص','موصّل\x20التجميع','شريط\x20الحالة','تخزين\x20البيانات\x203','مساعدة','عكس\x20الأسهم','حجم\x20مخصص','اسم\x20الحارة','SmartArt','ملاءمة\x20المحتوى','إعادة\x20تسمية\x20الحارة','إرسال\x20إلى\x20الخلف','البحث\x20عن\x20الأشكال','إعادة','جزء\x20التسلسل','إنشاء\x20نسخة','أزرق','إلغاء','إخفاء','نقل\x20المحتوى\x20إلى\x20الحارة\x20السابقة\x20وحذف\x20هذه','دائرة','تعليقات','مُصنِّف','الطبقة\x20العائمة','استيراد','تصغير','الصف\x20{0}،\x20العمود\x20{1}','الخريطة\x20الذهنية','السمة','978989vEvhAI','بحث','تحرير\x20شكل','إرسال\x20إلى\x20الخلفية','الحالة\x20النهائية','اقتباس','363993fQwDTn','خريطة\x20ذهنية\x20إلى\x20اليسار','إضافة\x20عقدة\x20شقيقة','مؤشرات\x20المتعاونين','2447324LGonlJ','الخروج\x20من\x20وضع\x20ملء\x20الشاشة','تحريك\x20الحارة\x20للأعلى','التحريك\x20أفقيًا\x20/\x20عموديًا','حفظ','صفر\x20أو\x20متعدد','تكبير','صندوق\x20المكوّن','صورة','خط\x20حياة\x20التحكم','إرسال\x20للخلف','تحديد\x20الكل','جسر\x20الخط','أساسي','16\x20:\x209','6OCeZsh','خط\x20بزاوية\x20قائمة','تقديم\x20للأمام','إظهار','ملاءمة\x20اللوحة','طبقة\x20اللوحة','متوسط','إظهار\x20شريط\x20الأدوات','إظهار\x20الكل','الصق\x20كود\x20Mermaid\x20للمعاينة','دائرة\x20بشريط','محاذاة\x20إلى\x20الأسفل','لا\x20توجد\x20كائنات','إعادة\x20تسمية','سهم\x20لليسار','اختصارات\x20لوحة\x20المفاتيح','صفوف','البيانات','موصّل\x20سهم\x20مفتوح\x20متقطع','قائمة\x20نقطية','حذف\x20الحارة','نجمة','شجرة\x20إلى\x20اليمين','اسم\x20الحاوية','المخفية','واحد\x20أو\x20متعدد','حدّد\x20كائنًا\x20لتعديل\x20تفاصيله','18yekYFd','حدود','مخصص','كلاسيكي','مثلث\x20قائم\x20الزاوية','تصدير','أشكال\x20UML\x20مخصصة','تخزين\x20البيانات\x202','سهم\x20البداية','3206998CQUfVD','عميل\x20Exchange\x20غير\x20مسجل.','إحضار\x20إلى\x20المقدمة','افتراضي','الأدوات','ترجمة\x20إلى','الكل','لصق','مخطط\x20الحالات','عنصر\x20نائب','مخطط\x20زمني\x20أفقي','تحديد\x20شكل','خط\x20(بلا\x20سهم)','حذف\x20المحتوى\x20والحارة'];_0x7221=function(){return _0x3b1bbe;};return _0x7221();}(function(_0x18ecf8,_0x502094){const _0x294a83=_0x5189,_0x2238ad=_0x18ecf8();while(!![]){try{const _0x1009af=parseInt(_0x294a83(0x229))/0x1+-parseInt(_0x294a83(0x266))/0x2+-parseInt(_0x294a83(0x242))/0x3*(parseInt(_0x294a83(0x233))/0x4)+-parseInt(_0x294a83(0x1f6))/0x5*(-parseInt(_0x294a83(0x25d))/0x6)+parseInt(_0x294a83(0x22f))/0x7*(parseInt(_0x294a83(0x2df))/0x8)+-parseInt(_0x294a83(0x204))/0x9+parseInt(_0x294a83(0x1df))/0xa;if(_0x1009af===_0x502094)break;else _0x2238ad['push'](_0x2238ad['shift']());}catch(_0x23fdaf){_0x2238ad['push'](_0x2238ad['shift']());}}}(_0x7221,0xeb225));import{t as _0x4265f5}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':_0x47da8c(0x297),'fitToContent':_0x47da8c(0x215),'selectContents':_0x47da8c(0x2b9),'enableAutoResize':'تمكين\x20تغيير\x20الحجم\x20تلقائيًا','disableAutoResize':_0x47da8c(0x2cf),'lockMembership':'قفل\x20العضوية','unlockMembership':_0x47da8c(0x2c3),'disband':'حل\x20الحاوية','delete':'حذف\x20الحاوية'},'containerChild':{'moveOut':_0x47da8c(0x20b),'selectParent':_0x47da8c(0x2dc),'fitParent':_0x47da8c(0x289)},'swimlaneLane':{'add':_0x47da8c(0x1db),'addBelow':'إضافة\x20حارة\x20في\x20الأسفل','addRight':'إضافة\x20حارة\x20على\x20اليمين','remove':_0x47da8c(0x256),'removeAndMovePrevious':_0x47da8c(0x21f),'removeAndPromote':_0x47da8c(0x1ef),'removeAndDeleteContent':_0x47da8c(0x273),'removeAndMoveNext':'نقل\x20المحتوى\x20إلى\x20الحارة\x20التالية\x20وحذف\x20هذه','rename':_0x47da8c(0x216),'movePrevious':_0x47da8c(0x235),'moveNext':_0x47da8c(0x2c0),'expand':'توسيع\x20الحارة','collapse':'طي\x20الحارة'}},'popup':{'containerName':_0x47da8c(0x259),'laneName':_0x47da8c(0x213),'cancel':_0x47da8c(0x21d),'rename':_0x47da8c(0x24f)},'ink':{'finishEditing':'تم','enterEditing':_0x47da8c(0x296)},'mindMap':{'description':_0x47da8c(0x1e4),'descriptionPlaceholder':_0x47da8c(0x29a),'saveDescription':_0x47da8c(0x237)},'panel':{'moreShapes':_0x47da8c(0x27d),'more':_0x47da8c(0x29b),'back':_0x47da8c(0x1f3),'close':_0x47da8c(0x2e7),'stickyNote':_0x47da8c(0x2cb),'lineColor':'لون\x20الخط','lineWidth':_0x47da8c(0x2d7),'reverseMarkers':_0x47da8c(0x211),'searchShapes':_0x47da8c(0x218),'container':_0x47da8c(0x1eb),'swimlane':_0x47da8c(0x207),'verticalSwimlane':_0x47da8c(0x2ef),'horizontalSwimlane':_0x47da8c(0x1ea),'vertical':'عمودي','horizontal':_0x47da8c(0x2f6),'tableCustomSize':_0x47da8c(0x212),'tableRows':_0x47da8c(0x252),'tableColumns':_0x47da8c(0x1f7),'tableInsert':_0x47da8c(0x1e6),'customContainer':_0x47da8c(0x25f),'containerRatio16By9':_0x47da8c(0x241),'containerRatio4By3':_0x47da8c(0x285),'containerRatio1By1':_0x47da8c(0x283),'containerA4':'A4','mindMapGroupMindMap':'خريطة\x20ذهنية','mindMapGroupTree':'مخطط\x20شجري','mindMapGroupTimeline':_0x47da8c(0x1dc),'mindMapRight':_0x47da8c(0x20a),'mindMapLeft':_0x47da8c(0x230),'mindMapHorizontal':_0x47da8c(0x1f5),'mindMapVertical':_0x47da8c(0x2f4),'mindMapTreeRight':_0x47da8c(0x258),'mindMapTreeLeft':_0x47da8c(0x206),'mindMapTreeAlternate':_0x47da8c(0x281),'mindMapTimelineHorizontal':_0x47da8c(0x270),'mindMapTimelineVertical':'مخطط\x20زمني\x20عمودي','mindMapNodeText':_0x47da8c(0x2db)},'settings':{'collaboratorCursors':_0x47da8c(0x232),'find':_0x47da8c(0x22a),'grid':_0x47da8c(0x288),'preciseSelection':'تحديد\x20دقيق','quickAdd':_0x47da8c(0x2c1),'theme':_0x47da8c(0x228),'themeOption':_0x47da8c(0x1fc),'themePreviewStart':'بدء','themePreviewData':_0x47da8c(0x253),'undo':_0x47da8c(0x2d4),'redo':'إعادة','settings':'الإعدادات','objects':_0x47da8c(0x2c4),'findBoardElements':_0x47da8c(0x1f8),'noMatches':_0x47da8c(0x278),'showDimensions':'إظهار\x20الأبعاد','showToolbar':_0x47da8c(0x249),'translateInto':_0x47da8c(0x26b),'import':_0x47da8c(0x224),'export':_0x47da8c(0x262)},'objectListPanel':{'title':_0x47da8c(0x2c4),'empty':_0x47da8c(0x24e),'showAll':_0x47da8c(0x24a),'hideAll':_0x47da8c(0x2f8),'moveForward':_0x47da8c(0x2d9),'moveBackward':_0x47da8c(0x217),'close':_0x47da8c(0x2e7),'nameInput':_0x47da8c(0x2a5),'hide':_0x47da8c(0x21e),'show':_0x47da8c(0x245),'lock':'قفل','unlock':'إلغاء\x20القفل','details':_0x47da8c(0x2ad),'locate':_0x47da8c(0x28d),'expand':'توسيع','collapse':'طي','dragToReorder':_0x47da8c(0x2e1),'search':_0x47da8c(0x22a),'filterAll':_0x47da8c(0x26c),'filterHidden':_0x47da8c(0x25a),'filterLocked':_0x47da8c(0x205),'sectionCanvas':_0x47da8c(0x247),'sectionFloating':_0x47da8c(0x223),'name':_0x47da8c(0x2ae),'description':_0x47da8c(0x1e4),'descriptionPlaceholder':'أضف\x20وصفًا','noSelection':_0x47da8c(0x25c),'elementTypes':{'object':_0x47da8c(0x28c),'connector':_0x47da8c(0x2ed),'container':_0x47da8c(0x1eb),'group':_0x47da8c(0x2eb),'image':_0x47da8c(0x23b),'chart':_0x47da8c(0x2ac),'page':_0x47da8c(0x208),'placeholder':_0x47da8c(0x26f),'shape':_0x47da8c(0x1d7),'table':_0x47da8c(0x27b),'text':'نص','smartArt':_0x47da8c(0x214),'video':'فيديو','unit':_0x47da8c(0x2bf),'dom':_0x47da8c(0x2e0)}},'find':{'lanePosition':_0x47da8c(0x2f2),'tableCellPosition':_0x47da8c(0x226),'elementTypes':{'connector':'موصّل','container':_0x47da8c(0x1eb),'group':_0x47da8c(0x2eb),'image':_0x47da8c(0x23b),'page':_0x47da8c(0x208),'placeholder':'عنصر\x20نائب','shape':_0x47da8c(0x1d7),'table':'جدول','text':'نص'}},'themePresets':{'default':_0x47da8c(0x269),'classic':_0x47da8c(0x260),'vintage':'قديم\x20الطراز','gray':'رمادي','vibrant':_0x47da8c(0x2fa),'blue':_0x47da8c(0x21c)},'toolbar':{'resetColor':'إعادة\x20تعيين\x20اللون','shape':_0x47da8c(0x1d7),'text':'نص','stickyNote':_0x47da8c(0x2cb),'line':'موصّل','container':'حاوية','swimlane':'حارة','table':_0x47da8c(0x27b),'chart':_0x47da8c(0x2ac),'pen':_0x47da8c(0x29d),'mindMap':_0x47da8c(0x202),'resources':'الموارد','image':_0x47da8c(0x23b),'import':_0x47da8c(0x224),'wrapInContainer':_0x47da8c(0x2a7),'addSwimlaneLane':_0x47da8c(0x290),'swimlaneMenu':_0x47da8c(0x292),'swimlaneLaneMenu':_0x47da8c(0x1f2),'editBrushPath':_0x47da8c(0x2f0),'arrange':_0x47da8c(0x2d2),'bringToFront':'إحضار\x20إلى\x20المقدمة','bringForward':_0x47da8c(0x244),'sendBackward':_0x47da8c(0x23d),'sendToBack':_0x47da8c(0x22c),'more':'المزيد'},'mermaidImport':{'cancel':_0x47da8c(0x21d),'containerName':_0x47da8c(0x259),'defaultContainerName':'رسم\x20تخطيطي\x20مستورد','converting':_0x47da8c(0x2be),'emptyPreview':_0x47da8c(0x24b),'diagnostics':{'emptyDraft':_0x47da8c(0x2fc),'expandedBounds':_0x47da8c(0x298),'invalidElement':_0x47da8c(0x29e),'renderElementFailed':'فشل\x20عرض\x20العنصر\x20في\x20المعاينة:\x20{0}.','previewPaused':_0x47da8c(0x277)},'errors':{'emptyCode':_0x47da8c(0x2a1),'exchangeUnavailable':_0x47da8c(0x267),'insertFailed':_0x47da8c(0x200),'invalidDraft':'لم\x20يُرجع\x20الخادم\x20مسودة\x20لوحة\x20صالحة.'},'help':_0x47da8c(0x275),'insert':_0x47da8c(0x1e6),'renderPreview':'Render\x20preview','inserting':'جارٍ\x20الإدراج...','types':{'classDiagram':_0x47da8c(0x28f),'erDiagram':'مخطط\x20ER','flowchart':_0x47da8c(0x1de),'mindMap':_0x47da8c(0x202),'sequenceDiagram':_0x47da8c(0x2d5),'stateDiagram':_0x47da8c(0x26e)}},'shapePresets':{..._0x4265f5,'roundedRectangle':_0x47da8c(0x2ec),'oval':_0x47da8c(0x1dd),'diamond':_0x47da8c(0x2b2),'rectangle':_0x47da8c(0x2f3),'circle':_0x47da8c(0x220),'cylinder':'أسطوانة','chevron':_0x47da8c(0x2ea),'rightArrowBlock':_0x47da8c(0x2a2),'parallelogram':_0x47da8c(0x2fe),'trapezoid':'شبه\x20منحرف','speechBubble':_0x47da8c(0x2d0),'roundedCallout':_0x47da8c(0x2cc),'rightTriangle':_0x47da8c(0x261),'triangle':_0x47da8c(0x28a),'star':_0x47da8c(0x257),'hexagon':_0x47da8c(0x2ce),'pentagon':'خماسي','octagon':_0x47da8c(0x299),'leftArrow':_0x47da8c(0x250),'rightArrow':'سهم\x20لليمين','leftRightArrow':_0x47da8c(0x1ed),'cloud':'سحابة','leftBrace':_0x47da8c(0x279),'rightBrace':_0x47da8c(0x2bc),'plus':_0x47da8c(0x1fe),'actor':'ممثل','boundary':_0x47da8c(0x25e),'control':_0x47da8c(0x286),'entity':_0x47da8c(0x201),'collection':'مجموعة','dataFlowRoundedRectangle':_0x47da8c(0x2ec),'dataFlowCircle':_0x47da8c(0x220),'dataFlowRoundedSquare':_0x47da8c(0x2a3),'dataStorage1':'تخزين\x20البيانات\x201','dataStorage2':_0x47da8c(0x264),'dataStorage3':_0x47da8c(0x20f),'lineNone':_0x47da8c(0x272),'lineDashedNone':_0x47da8c(0x2b0),'lineOpenArrow':_0x47da8c(0x28e),'lineDoubleOpenArrow':'سهم\x20مفتوح\x20مزدوج','actorLifeline':_0x47da8c(0x1f4),'boundaryLifeline':_0x47da8c(0x2ba),'controlLifeline':_0x47da8c(0x23c),'entityLifeline':'خط\x20حياة\x20الكيان','collectionLifeline':_0x47da8c(0x1f0),'objectLifeline':_0x47da8c(0x1d6),'magneticDiskLifeline':_0x47da8c(0x282),'directAccessStorageLifeline':_0x47da8c(0x2aa),'activationBar':_0x47da8c(0x2ee),'sequenceFragment':_0x47da8c(0x21a),'sequenceAlternativeFragment':'جزء\x20تسلسل\x20بديل','umlClass':_0x47da8c(0x287),'umlInterface':_0x47da8c(0x2a0),'umlInterfaceShape':_0x47da8c(0x2a0),'umlClassifier':_0x47da8c(0x222),'umlHollowDiamondConnector':'موصّل\x20معين\x20فارغ','umlFilledDiamondConnector':_0x47da8c(0x280),'umlFilledArrowConnector':_0x47da8c(0x2de),'umlDashedOpenArrowConnector':_0x47da8c(0x254),'umlDashedFilledArrowConnector':_0x47da8c(0x1d9),'erdEntity':'كيان','erdKeyField':'كيان\x20حقل\x20المفتاح','erdFieldType':_0x47da8c(0x2e4),'erdFull':_0x47da8c(0x1da),'initialState':_0x47da8c(0x2ca),'finalState':_0x47da8c(0x22d),'stateBar':_0x47da8c(0x20e),'requiredInterface':'الواجهة\x20المطلوبة','assemblyConnector':_0x47da8c(0x20d),'providedInterface':_0x47da8c(0x2e2),'componentBox':_0x47da8c(0x23a),'component':_0x47da8c(0x27c)},'shapeCategories':{'basics':_0x47da8c(0x240),'basicShapes':{'rectangle':_0x47da8c(0x2e9),'basicShape':_0x47da8c(0x291),'blockArrow':_0x47da8c(0x284),'equationShape':_0x47da8c(0x2ab),'flowchart':_0x47da8c(0x1de),'starAndBanner':_0x47da8c(0x27f),'callout':_0x47da8c(0x221),'actionButton':'أزرار\x20الإجراءات','other':_0x47da8c(0x2c7)},'classDiagram':_0x47da8c(0x28f),'dataFlowDiagram':'مخطط\x20تدفق\x20البيانات','line':'خط','entityRelationshipDiagram':'مخطط\x20علاقات\x20الكيانات','umlCustomShapes':_0x47da8c(0x263),'umlSequenceDiagram':_0x47da8c(0x2bd),'statusDiagram':'مخطط\x20الحالات','componentDiagram':_0x47da8c(0x27e)},'connector':{'toolbar':{'sourceMarker':_0x47da8c(0x265),'swapMarkers':_0x47da8c(0x2a6),'targetMarker':_0x47da8c(0x2c8),'lineColor':_0x47da8c(0x1ec),'lineWidth':_0x47da8c(0x2b6),'opacityPercent':'الشفافية\x20{0}%','settings':_0x47da8c(0x2b5),'smoothElbow':_0x47da8c(0x1e3),'bridge':_0x47da8c(0x23f),'insertText':_0x47da8c(0x20c),'more':'المزيد'},'routing':{'straight':_0x47da8c(0x2b1),'elbow':_0x47da8c(0x243),'polyline':_0x47da8c(0x293),'curve':_0x47da8c(0x2dd)},'strokeWidth':{'thin':_0x47da8c(0x2fd),'regular':_0x47da8c(0x1e1),'medium':_0x47da8c(0x248),'bold':_0x47da8c(0x203)},'dash':{'solid':_0x47da8c(0x2c5),'dashed':_0x47da8c(0x2a8),'dotted':'منقّط','dashDot':_0x47da8c(0x27a)},'marker':{'none':_0x47da8c(0x1fa),'arrow':_0x47da8c(0x2b8),'filledArrow':_0x47da8c(0x2d3),'openArrow':_0x47da8c(0x28e),'triangle':_0x47da8c(0x28a),'filledTriangle':_0x47da8c(0x2a4),'hollowTriangle':_0x47da8c(0x2e6),'diamond':'معين','hollowDiamond':_0x47da8c(0x2c2),'filledDiamond':_0x47da8c(0x1e9),'circle':_0x47da8c(0x220),'filledCircle':_0x47da8c(0x2d1),'bar':_0x47da8c(0x2ff),'doubleBar':_0x47da8c(0x29c),'crowFoot':_0x47da8c(0x2d6),'crowsFoot':'قدم\x20الغراب','barCrowsFoot':_0x47da8c(0x2e8),'circleCrowsFoot':_0x47da8c(0x2f5),'circleBar':_0x47da8c(0x24c),'x':'X','cross':'صليب','plus':_0x47da8c(0x1fe),'zeroOrOne':_0x47da8c(0x2e5),'zeroOrMany':_0x47da8c(0x238),'oneOrMany':_0x47da8c(0x25b)}},'zoom':{'dragMode':_0x47da8c(0x1e7),'fitContent':_0x47da8c(0x215),'zoomOut':_0x47da8c(0x225),'resetZoom':_0x47da8c(0x2da),'zoomIn':_0x47da8c(0x239),'help':_0x47da8c(0x210)},'shortcutHelp':{'title':_0x47da8c(0x251),'close':_0x47da8c(0x2f1),'sections':{'tools':_0x47da8c(0x26a),'navigator':'المتصفح','view':'العرض','selection':_0x47da8c(0x271),'editing':_0x47da8c(0x22b),'grouping':'تجميع\x20الأشكال','swimlane':'الحارة','mindMap':_0x47da8c(0x227),'layout':_0x47da8c(0x2bb),'font':'الخط'},'items':{'showMoreShapes':_0x47da8c(0x1f1),'roundedRectangle':_0x47da8c(0x2ec),'rectangle':_0x47da8c(0x2f3),'oval':_0x47da8c(0x1dd),'diamond':_0x47da8c(0x2b2),'text':'نص','elbowConnector':'موصّل\x20بزاوية','line':'خط','stickyNote':'ملاحظة\x20لاصقة','search':_0x47da8c(0x22a),'zoomWheel':_0x47da8c(0x2f7),'zoomPinch':'تكبير\x20/\x20تصغير','zoomTo100':_0x47da8c(0x1e2),'zoomToSelection':_0x47da8c(0x2e3),'zoomToFit':_0x47da8c(0x246),'enterFullScreen':_0x47da8c(0x28b),'exitFullScreen':_0x47da8c(0x234),'selectShape':'تحديد\x20شكل','selectAll':_0x47da8c(0x23e),'multipleSelect':_0x47da8c(0x2fb),'invertSelection':'عكس\x20التحديد','preciseSelection':_0x47da8c(0x209),'deepSelect':_0x47da8c(0x1fb),'editShape':_0x47da8c(0x2af),'copy':'نسخ','copyAsImage':'نسخ\x20كصورة','paste':_0x47da8c(0x26d),'cut':'قص','makeCopy':_0x47da8c(0x21b),'scale':_0x47da8c(0x2f9),'copyStyle':_0x47da8c(0x2d8),'pasteStyle':_0x47da8c(0x2cd),'moveAxisLocked':_0x47da8c(0x236),'flipHorizontal':'قلب\x20أفقيًا','flipVertical':_0x47da8c(0x1e0),'undo':_0x47da8c(0x2d4),'redo':_0x47da8c(0x219),'toggleQuickAdd':_0x47da8c(0x2a9),'hideCollaboratorsCursors':_0x47da8c(0x1d8),'toggleToolbar':'إظهار\x20/\x20إخفاء\x20شريط\x20الأدوات','delete':_0x47da8c(0x1e5),'group':_0x47da8c(0x294),'ungroup':'إلغاء\x20التجميع','selectUpperLayerGroups':'تحديد\x20مجموعات\x20الطبقة\x20العليا','selectShapesToGroup':_0x47da8c(0x295),'swimlaneLaneRename':_0x47da8c(0x216),'swimlaneLaneToggleCollapsed':_0x47da8c(0x1fd),'swimlaneLaneMovePrevious':_0x47da8c(0x235),'swimlaneLaneMoveNext':_0x47da8c(0x2c0),'swimlaneLaneRemove':_0x47da8c(0x256),'addSiblingNode':_0x47da8c(0x231),'addChildNode':_0x47da8c(0x2b7),'addParentNode':'إضافة\x20عقدة\x20أصل','foldChildNodes':'طي\x20/\x20فتح\x20العقد\x20الفرعية','collapseAllNodes':_0x47da8c(0x2b3),'addDescription':'إضافة\x20وصف','editCurrentNode':_0x47da8c(0x276),'bringToFront':_0x47da8c(0x268),'sendToBack':'إرسال\x20إلى\x20الخلفية','alignLeft':'محاذاة\x20إلى\x20اليسار','alignRight':_0x47da8c(0x1ee),'alignTop':'محاذاة\x20إلى\x20الأعلى','alignBottom':_0x47da8c(0x24d),'alignMiddle':_0x47da8c(0x2b4),'alignCenter':_0x47da8c(0x300),'distributeHorizontally':_0x47da8c(0x1e8),'distributeVertically':'توزيع\x20عموديًا','disableObjectAlignment':_0x47da8c(0x2c6),'increaseFontSize':_0x47da8c(0x1ff),'decreaseFontSize':_0x47da8c(0x274),'bold':_0x47da8c(0x29f),'strikethrough':'يتوسطه\x20خط','italic':'مائل','underline':_0x47da8c(0x2c9),'link':_0x47da8c(0x1f9),'numberedList':'قائمة\x20مرقّمة','bulletedList':_0x47da8c(0x255),'quote':_0x47da8c(0x22e),'alignTextLeft':'محاذاة\x20إلى\x20اليسار','alignTextRight':_0x47da8c(0x1ee),'alignTextCenter':'توسيط'}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x28ecaa=_0x5bcb;(function(_0x456d4b,_0x45dc64){const _0x5aec12=_0x5bcb,_0x6872c6=_0x456d4b();while(!![]){try{const _0x1947c0=-parseInt(_0x5aec12(0x196))/0x1+-parseInt(_0x5aec12(0x1d9))/0x2*(parseInt(_0x5aec12(0x1a1))/0x3)+-parseInt(_0x5aec12(0x110))/0x4*(-parseInt(_0x5aec12(0x1c6))/0x5)+parseInt(_0x5aec12(0x1ca))/0x6+parseInt(_0x5aec12(0xc2))/0x7+-parseInt(_0x5aec12(0x10a))/0x8*(parseInt(_0x5aec12(0x1a7))/0x9)+-parseInt(_0x5aec12(0x183))/0xa;if(_0x1947c0===_0x45dc64)break;else _0x6872c6['push'](_0x6872c6['shift']());}catch(_0x2dc86e){_0x6872c6['push'](_0x6872c6['shift']());}}}(_0x20d2,0xef906));function _0x20d2(){const _0x2af82c=['Afegeix\x20una\x20descripció\x20per\x20a\x20aquest\x20node','Agrupa\x20formes','Bloqueja\x20la\x20pertinença','Control','Nom\x20del\x20carril','Bàsic','Reinicia\x20el\x20zoom','Classe','Línia\x20de\x20vida\x20de\x20l\x20objecte','No\x20s\x27ha\x20pogut\x20renderitzar\x20l\x27element\x20a\x20la\x20previsualització:\x20{0}.','S\x27està\x20convertint\x20Mermaid...','Línia\x20en\x20angle','Centra','Pota\x20d\x20ànec','SmartArt','Enganxa\x20el\x20codi\x20Mermaid\x20per\x20previsualitzar-lo','Triangle','Nom\x20de\x20l’objecte','Selecció\x20precisa','Bloquejats','Un\x20o\x20molts','Desfés','Contenidor','Connector\x20fletxa\x20oberta\x20discontínua','Refés','Edita\x20el\x20traç\x20del\x20pinzell','Clau\x20dreta','Afegeix\x20un\x20carril','Núvol','Mostra’ls\x20tots','Com\x20dibuixar\x20diagrames\x20amb\x20Mermaid?','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Rectangles','Selecciona\x20forma','Copia','Els\x20límits\x20retornats\x20no\x20incloïen\x20tots\x20els\x20elements;\x20s\x27han\x20ampliat\x20els\x20límits\x20de\x20la\x20previsualització.','Fet','Línia\x20de\x20temps\x20horitzontal','Canvia\x20el\x20nom\x20del\x20contenidor','Tema','Cursors\x20dels\x20col·laboradors','Endavant','Tanca','Enrere','Bafarada','Llista\x20numerada','Rectangle','Porta\x20endavant','Insereix','Mapa\x20mental','Alinea\x20a\x20la\x20part\x20superior','Configuració\x20de\x20la\x20línia','Replega\x20/\x20expandeix\x20tots\x20els\x20nodes','Forma','Connector','Vintage','Línia\x20de\x20vida\x20del\x20disc\x20magnètic','Graella','5871450myfFql','Formes\x20UML\x20personalitzades','Cursiva','Fletxes\x20de\x20bloc','Selecciona-ho\x20tot','Línia\x20en\x20angle\x20recte','Color\x20de\x20la\x20línia','Capa\x20flotant','DOM','Cilindre','Sòlid','Cita','Amplia\x20/\x20redueix','Sense\x20coincidències','Desagrupa','El\x20client\x20Exchange\x20no\x20està\x20registrat.','Detalls','Fragment\x20de\x20seqüència','Línia\x20de\x20vida\x20de\x20l\x20actor','1546910OruZAU','Cercle','Mapa\x20mental\x20cap\x20a\x20l\x27esquerra','Mida\x20personalitzada','Connector\x20fletxa\x20plena','Edita\x20el\x20node\x20actual','Mou\x20el\x20contingut\x20al\x20carril\x20següent\x20i\x20suprimeix','Exporta','Pont\x20de\x20línia','Expandeix\x20el\x20carril','Pentàgon','12858GZEYLq','Connector\x20rombe\x20ple','Suprimeix\x20el\x20contenidor','Barra','Organitza','Columnes','261sAvhRm','Mou\x20horitzontalment\x20/\x20verticalment','Connector\x20en\x20angle','Importa','Replega','Escala','Canvia\x20el\x20nom\x20del\x20carril','Pàgina','Amaga','S\x27ha\x20omès\x20un\x20element\x20de\x20tauler\x20no\x20vàlid:\x20{0}.','Interfície\x20proporcionada','Dreceres\x20de\x20teclat','Objectes','Barra\x20d\x20estat','Línia\x20de\x20temps','Edita\x20el\x20traç','Afegeix\x20node\x20pare','Text','Inici','Imatge','Ajusta\x20al\x20llenç','Afegeix\x20descripció','Oval','No\x20s\x27han\x20retornat\x20elements\x20de\x20tauler\x20importables.','Tanca\x20les\x20dreceres','Replega\x20/\x20desplega\x20els\x20nodes\x20fills','Dissol\x20el\x20contenidor','Suprimeix\x20el\x20contingut\x20i\x20el\x20carril','Mapa\x20mental\x20vertical','Gris','Alinea\x20a\x20la\x20dreta','40ZCxfnW','Zoom\x20a\x20la\x20selecció','Selecciona\x20el\x20contingut','Ajusta\x20el\x20contenidor\x20pare\x20al\x20contingut','10493976heJcwe','Creu','Més','Fletxa','Mapa\x20mental\x20horitzontal','Afegeix\x20un\x20carril\x20a\x20sota','Mostra','Distribueix\x20horitzontalment','Xevró','Límit','Emmagatzematge\x20de\x20dades\x203','Capgira\x20horitzontalment','Tipus\x20de\x20lletra','Línia','Sense\x20objectes','254EXHrrB','Blau','Trapezi','Edita\x20forma','Porta\x20al\x20fons','Afegeix\x20node\x20fill','Selecciona\x20el\x20contenidor\x20pare','Nota\x20adhesiva','Fletxa\x20plena','Expandeix','Fletxa\x20esquerra-dreta','Bloqueja','Carril','Línia\x20de\x20vida\x20del\x20límit','10188430DPlhvM','Mou\x20el\x20carril\x20amunt','S\x27està\x20inserint...','Llapis','Entra\x20en\x20pantalla\x20completa','16\x20:\x209','Triangle\x20ple','Interfície','Render\x20preview','Nom','Arbre\x20a\x20la\x20dreta','Fila\x20{0},\x20columna\x20{1}','Ratllat','Fletxa\x20oberta','Doble\x20fletxa\x20oberta','Opacitat\x20{0}%','Línia-punt','Mostra\x20/\x20amaga\x20la\x20barra\x20d’eines','Unitat','Eines','Clau\x20esquerra','Diagrama\x20d\x27arbre','Afegeix\x20node\x20germà','Desactiva\x20el\x20redimensionament\x20automàtic','Octàgon','Cerca\x20elements\x20del\x20tauler','Mostra\x20les\x20dimensions','Línia\x20de\x20vida\x20de\x20l\x20entitat','Pota\x20d\x20ànec\x20amb\x20cercle','Selecciona\x20grups\x20de\x20nivell\x20superior','Línia\x20de\x20temps\x20vertical','Predeterminat','Paral·lelogram','Corba','Col·lecció','Afegeix\x20un\x20carril\x20a\x20la\x20dreta','Ajusta\x20al\x20contingut','Diagrama\x20ER','Personalitzat','Diagrama\x20de\x20flux','Copia\x20com\x20a\x20imatge','Cerca\x20formes','Files','Zero\x20o\x20molts','Marcador\x20de\x20posició','Desactiva\x20l\x20alineació\x20d\x20objectes','Cercle\x20amb\x20barra','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Activa\x20el\x20redimensionament\x20automàtic','Pota\x20d\x20ànec\x20amb\x20barra','Mostra\x20/\x20amaga\x20Addició\x20ràpida','Negreta','Crida\x20arrodonida','Mou\x20el\x20contingut\x20al\x20carril\x20anterior\x20i\x20suprimeix','Hexàgon','Recursos','Més\x20formes','Estat\x20inicial','Diagrama\x20de\x20seqüència','Component','Entitat','Fragment\x20de\x20seqüència\x20alternativa','Triangle\x20rectangle','Alinea\x20a\x20l’esquerra','Grup','Amaga\x20els\x20cursors\x20dels\x20col·laboradors','Replega\x20/\x20expandeix\x20el\x20carril','Diagrama\x20importat','Enganxa','Actor','Objecte','Fletxa\x20d\x20origen','68376HWuLZr','Mou\x20el\x20carril\x20avall','Gràfic','Diagrama\x20de\x20classes','Estrella','Tema\x20{0}','351504ASrhrX','Afegeix\x20una\x20descripció','Entitat\x20de\x20tipus\x20de\x20camp\x20clau','Línia\x20de\x20vida\x20del\x20control','Diagrama\x20de\x20components','Enganxa\x20l’estil','No\x20s\x27ha\x20pogut\x20inserir\x20l\x27esborrany\x20del\x20tauler.','Fletxa\x20a\x20l’esquerra','Amaga’ls\x20tots','Inverteix\x20la\x20selecció','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Mostra\x20la\x20barra\x20d’eines','Tradueix\x20al','El\x20codi\x20Mermaid\x20és\x20buit.','Disposició','Prim','Discontínua','Entitat\x20de\x20camp\x20clau','Connector\x20de\x20muntatge','4\x20:\x203','Intercanvia\x20les\x20fletxes','Fes\x20una\x20còpia','Selecció\x20profunda','Mapa\x20mental\x20cap\x20a\x20la\x20dreta','Taula','Entitat\x20de\x20tipus\x20de\x20camp','Triangle\x20buit','Llista\x20amb\x20vinyetes','Estrelles\x20i\x20banderins','Embolica\x20en\x20un\x20contenidor','Enllaç','Fletxa\x20a\x20la\x20dreta','Descripció','Cerca','Cancel·la','Interfície\x20requerida','Capa\x20del\x20llenç','Desbloqueja','Treu\x20el\x20contingut\x20i\x20suprimeix\x20el\x20carril','Clàssic','Connector\x20rombe\x20buit','Nom\x20del\x20contenidor','Gruix','Suprimeix\x20el\x20carril','Agrupa','Quadrat\x20arrodonit','Porta\x20al\x20davant','Rectangle\x20arrodonit','Configuració','Emmagatzematge\x20de\x20dades\x202','Treu\x20del\x20contenidor','Línia\x20de\x20vida\x20de\x20l\x20emmagatzematge\x20d\x20accés\x20directe','Rombe','Horitzontal','Mostra\x20més\x20formes','Línia\x20recta','Copia\x20l’estil'];_0x20d2=function(){return _0x2af82c;};return _0x20d2();}import{t as _0x5381f2}from'../shape-preset-labels-092BdVw3.js';function _0x5bcb(_0x574304,_0xcb58ab){_0x574304=_0x574304-0xb7;const _0x20d2dd=_0x20d2();let _0x5bcb7f=_0x20d2dd[_0x574304];return _0x5bcb7f;}const t={'boards-ui':{'line':{'title':'Línia'},'contextMenu':{'container':{'rename':_0x28ecaa(0x16f),'fitToContent':_0x28ecaa(0xe6),'selectContents':_0x28ecaa(0x1c8),'enableAutoResize':_0x28ecaa(0xf2),'disableAutoResize':_0x28ecaa(0xd9),'lockMembership':_0x28ecaa(0x14b),'unlockMembership':'Desbloqueja\x20la\x20pertinença','disband':_0x28ecaa(0x1c1),'delete':_0x28ecaa(0x1a3)},'containerChild':{'moveOut':_0x28ecaa(0x142),'selectParent':_0x28ecaa(0xba),'fitParent':_0x28ecaa(0x1c9)},'swimlaneLane':{'add':_0x28ecaa(0x164),'addBelow':_0x28ecaa(0x1cf),'addRight':_0x28ecaa(0xe5),'remove':_0x28ecaa(0x13b),'removeAndMovePrevious':_0x28ecaa(0xf7),'removeAndPromote':_0x28ecaa(0x136),'removeAndDeleteContent':_0x28ecaa(0x1c2),'removeAndMoveNext':_0x28ecaa(0x19c),'rename':_0x28ecaa(0x1ad),'movePrevious':'Mou\x20el\x20carril\x20amunt','moveNext':'Mou\x20el\x20carril\x20avall','expand':_0x28ecaa(0x19f),'collapse':'Replega\x20el\x20carril'}},'popup':{'containerName':_0x28ecaa(0x139),'laneName':_0x28ecaa(0x14d),'cancel':_0x28ecaa(0x132),'rename':'Canvia\x20el\x20nom'},'ink':{'finishEditing':_0x28ecaa(0x16d),'enterEditing':_0x28ecaa(0x1b6)},'mindMap':{'description':_0x28ecaa(0x130),'descriptionPlaceholder':_0x28ecaa(0x149),'saveDescription':'Desa'},'panel':{'moreShapes':_0x28ecaa(0xfa),'more':_0x28ecaa(0x1cc),'back':_0x28ecaa(0x174),'close':_0x28ecaa(0x173),'stickyNote':_0x28ecaa(0xbb),'lineColor':_0x28ecaa(0x189),'lineWidth':'Gruix\x20de\x20la\x20línia','reverseMarkers':'Inverteix\x20les\x20fletxes','searchShapes':_0x28ecaa(0xeb),'container':'Contenidor','swimlane':'Carril\x20(swimlane)','verticalSwimlane':'Carril\x20vertical','horizontalSwimlane':'Carril\x20horitzontal','vertical':'Vertical','horizontal':_0x28ecaa(0x145),'tableCustomSize':_0x28ecaa(0x199),'tableRows':_0x28ecaa(0xec),'tableColumns':_0x28ecaa(0x1a6),'tableInsert':_0x28ecaa(0x179),'customContainer':_0x28ecaa(0xe8),'containerRatio16By9':_0x28ecaa(0xc7),'containerRatio4By3':_0x28ecaa(0x123),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x28ecaa(0x17a),'mindMapGroupTree':_0x28ecaa(0xd7),'mindMapGroupTimeline':_0x28ecaa(0x1b5),'mindMapRight':_0x28ecaa(0x127),'mindMapLeft':_0x28ecaa(0x198),'mindMapHorizontal':_0x28ecaa(0x1ce),'mindMapVertical':_0x28ecaa(0x1c3),'mindMapTreeRight':_0x28ecaa(0xcc),'mindMapTreeLeft':'Arbre\x20a\x20l\x27esquerra','mindMapTreeAlternate':'Arbre\x20altern','mindMapTimelineHorizontal':_0x28ecaa(0x16e),'mindMapTimelineVertical':_0x28ecaa(0xe0),'mindMapNodeText':'Afegeix\x20text'},'settings':{'collaboratorCursors':_0x28ecaa(0x171),'find':_0x28ecaa(0x131),'grid':_0x28ecaa(0x182),'preciseSelection':_0x28ecaa(0x15b),'quickAdd':'Addició\x20ràpida','theme':_0x28ecaa(0x170),'themeOption':_0x28ecaa(0x10f),'themePreviewStart':_0x28ecaa(0x1b9),'themePreviewData':'Dades','undo':'Desfés','redo':_0x28ecaa(0x161),'settings':_0x28ecaa(0x140),'objects':_0x28ecaa(0x1b3),'findBoardElements':_0x28ecaa(0xdb),'noMatches':_0x28ecaa(0x190),'showDimensions':_0x28ecaa(0xdc),'showToolbar':_0x28ecaa(0x11b),'translateInto':_0x28ecaa(0x11c),'import':_0x28ecaa(0x1aa),'export':_0x28ecaa(0x19d)},'objectListPanel':{'title':_0x28ecaa(0x1b3),'empty':_0x28ecaa(0x1d8),'showAll':_0x28ecaa(0x166),'hideAll':_0x28ecaa(0x118),'moveForward':_0x28ecaa(0x178),'moveBackward':'Envia\x20enrere','close':'Tanca','nameInput':_0x28ecaa(0x15a),'hide':_0x28ecaa(0x1af),'show':_0x28ecaa(0x1d0),'lock':_0x28ecaa(0xbf),'unlock':_0x28ecaa(0x135),'details':_0x28ecaa(0x193),'locate':'Localitza','expand':_0x28ecaa(0xbd),'collapse':_0x28ecaa(0x1ab),'dragToReorder':'Arrossegueu\x20per\x20reordenar','search':_0x28ecaa(0x131),'filterAll':'Tot','filterHidden':'Ocults','filterLocked':_0x28ecaa(0x15c),'sectionCanvas':_0x28ecaa(0x134),'sectionFloating':_0x28ecaa(0x18a),'name':_0x28ecaa(0xcb),'description':_0x28ecaa(0x130),'descriptionPlaceholder':_0x28ecaa(0x111),'noSelection':_0x28ecaa(0xf1),'elementTypes':{'object':_0x28ecaa(0x108),'connector':_0x28ecaa(0x17f),'container':_0x28ecaa(0x15f),'group':_0x28ecaa(0x102),'image':'Imatge','chart':'Gràfic','page':_0x28ecaa(0x1ae),'placeholder':'Marcador\x20de\x20posició','shape':'Forma','table':_0x28ecaa(0x128),'text':'Text','smartArt':_0x28ecaa(0x157),'video':'Vídeo','unit':_0x28ecaa(0xd4),'dom':_0x28ecaa(0x18b)}},'find':{'lanePosition':'Carril\x20{0}','tableCellPosition':_0x28ecaa(0xcd),'elementTypes':{'connector':_0x28ecaa(0x17f),'container':_0x28ecaa(0x15f),'group':_0x28ecaa(0x102),'image':'Imatge','page':'Pàgina','placeholder':_0x28ecaa(0xee),'shape':'Forma','table':_0x28ecaa(0x128),'text':_0x28ecaa(0x1b8)}},'themePresets':{'default':_0x28ecaa(0xe1),'classic':_0x28ecaa(0x137),'vintage':_0x28ecaa(0x180),'gray':_0x28ecaa(0x1c4),'vibrant':'Vibrant','blue':_0x28ecaa(0x1da)},'toolbar':{'resetColor':'Reinicia\x20el\x20color','shape':_0x28ecaa(0x17e),'text':_0x28ecaa(0x1b8),'stickyNote':_0x28ecaa(0xbb),'line':_0x28ecaa(0x17f),'container':_0x28ecaa(0x15f),'swimlane':_0x28ecaa(0xc0),'table':_0x28ecaa(0x128),'chart':_0x28ecaa(0x10c),'pen':_0x28ecaa(0xc5),'mindMap':_0x28ecaa(0x17a),'resources':_0x28ecaa(0xf9),'image':_0x28ecaa(0x1ba),'import':_0x28ecaa(0x1aa),'wrapInContainer':_0x28ecaa(0x12d),'addSwimlaneLane':'Afegeix\x20element\x20de\x20carril','swimlaneMenu':_0x28ecaa(0xc0),'swimlaneLaneMenu':'Element\x20de\x20carril','editBrushPath':_0x28ecaa(0x162),'arrange':_0x28ecaa(0x1a5),'bringToFront':_0x28ecaa(0x13e),'bringForward':_0x28ecaa(0x172),'sendBackward':_0x28ecaa(0x174),'sendToBack':_0x28ecaa(0xb8),'more':'Més'},'mermaidImport':{'cancel':'Cancel·la','containerName':_0x28ecaa(0x139),'defaultContainerName':_0x28ecaa(0x105),'converting':_0x28ecaa(0x153),'emptyPreview':_0x28ecaa(0x158),'diagnostics':{'emptyDraft':_0x28ecaa(0x1be),'expandedBounds':_0x28ecaa(0x16c),'invalidElement':_0x28ecaa(0x1b0),'renderElementFailed':_0x28ecaa(0x152),'previewPaused':_0x28ecaa(0x11a)},'errors':{'emptyCode':_0x28ecaa(0x11d),'exchangeUnavailable':_0x28ecaa(0x192),'insertFailed':_0x28ecaa(0x116),'invalidDraft':'El\x20servidor\x20no\x20ha\x20retornat\x20un\x20esborrany\x20de\x20tauler\x20vàlid.'},'help':_0x28ecaa(0x167),'insert':_0x28ecaa(0x179),'renderPreview':_0x28ecaa(0xca),'inserting':_0x28ecaa(0xc4),'types':{'classDiagram':_0x28ecaa(0x10d),'erDiagram':_0x28ecaa(0xe7),'flowchart':'Diagrama\x20de\x20flux','mindMap':_0x28ecaa(0x17a),'sequenceDiagram':_0x28ecaa(0xfc),'stateDiagram':'Diagrama\x20d\x27estats'}},'shapePresets':{..._0x5381f2,'roundedRectangle':'Rectangle\x20arrodonit','oval':_0x28ecaa(0x1bd),'diamond':_0x28ecaa(0x144),'rectangle':_0x28ecaa(0x177),'circle':_0x28ecaa(0x197),'cylinder':_0x28ecaa(0x18c),'chevron':_0x28ecaa(0x1d2),'rightArrowBlock':'Bloc\x20de\x20fletxa\x20a\x20la\x20dreta','parallelogram':_0x28ecaa(0xe2),'trapezoid':_0x28ecaa(0x1db),'speechBubble':_0x28ecaa(0x175),'roundedCallout':_0x28ecaa(0xf6),'rightTriangle':_0x28ecaa(0x100),'triangle':_0x28ecaa(0x159),'star':_0x28ecaa(0x10e),'hexagon':_0x28ecaa(0xf8),'pentagon':_0x28ecaa(0x1a0),'octagon':_0x28ecaa(0xda),'leftArrow':_0x28ecaa(0x117),'rightArrow':_0x28ecaa(0x12f),'leftRightArrow':_0x28ecaa(0xbe),'cloud':_0x28ecaa(0x165),'leftBrace':_0x28ecaa(0xd6),'rightBrace':_0x28ecaa(0x163),'plus':_0x28ecaa(0x1cc),'actor':_0x28ecaa(0x107),'boundary':_0x28ecaa(0x1d3),'control':_0x28ecaa(0x14c),'entity':_0x28ecaa(0xfe),'collection':_0x28ecaa(0xe4),'dataFlowRoundedRectangle':'Rectangle\x20arrodonit','dataFlowCircle':_0x28ecaa(0x197),'dataFlowRoundedSquare':_0x28ecaa(0x13d),'dataStorage1':'Emmagatzematge\x20de\x20dades\x201','dataStorage2':_0x28ecaa(0x141),'dataStorage3':_0x28ecaa(0x1d4),'lineNone':'Línia\x20(sense\x20fletxa)','lineDashedNone':'Línia\x20discontínua\x20(sense\x20fletxa)','lineOpenArrow':_0x28ecaa(0xcf),'lineDoubleOpenArrow':_0x28ecaa(0xd0),'actorLifeline':_0x28ecaa(0x195),'boundaryLifeline':_0x28ecaa(0xc1),'controlLifeline':_0x28ecaa(0x113),'entityLifeline':_0x28ecaa(0xdd),'collectionLifeline':'Línia\x20de\x20vida\x20de\x20la\x20col\x20lecció','objectLifeline':_0x28ecaa(0x151),'magneticDiskLifeline':_0x28ecaa(0x181),'directAccessStorageLifeline':_0x28ecaa(0x143),'activationBar':'Barra\x20d\x20activació','sequenceFragment':_0x28ecaa(0x194),'sequenceAlternativeFragment':_0x28ecaa(0xff),'umlClass':_0x28ecaa(0x150),'umlInterface':_0x28ecaa(0xc9),'umlInterfaceShape':'Interfície','umlClassifier':'Classificador','umlHollowDiamondConnector':_0x28ecaa(0x138),'umlFilledDiamondConnector':_0x28ecaa(0x1a2),'umlFilledArrowConnector':_0x28ecaa(0x19a),'umlDashedOpenArrowConnector':_0x28ecaa(0x160),'umlDashedFilledArrowConnector':'Connector\x20fletxa\x20plena\x20discontínua','erdEntity':'Entitat','erdKeyField':_0x28ecaa(0x121),'erdFieldType':_0x28ecaa(0x129),'erdFull':_0x28ecaa(0x112),'initialState':_0x28ecaa(0xfb),'finalState':'Estat\x20final','stateBar':_0x28ecaa(0x1b4),'requiredInterface':_0x28ecaa(0x133),'assemblyConnector':_0x28ecaa(0x122),'providedInterface':_0x28ecaa(0x1b1),'componentBox':'Caixa\x20de\x20component','component':_0x28ecaa(0xfd)},'shapeCategories':{'basics':_0x28ecaa(0x14e),'basicShapes':{'rectangle':_0x28ecaa(0x169),'basicShape':'Formes\x20bàsiques','blockArrow':_0x28ecaa(0x186),'equationShape':'Formes\x20d\x20equació','flowchart':_0x28ecaa(0xe9),'starAndBanner':_0x28ecaa(0x12c),'callout':'Crides','actionButton':'Botons\x20d\x20acció','other':'Altres'},'classDiagram':_0x28ecaa(0x10d),'dataFlowDiagram':'Diagrama\x20de\x20flux\x20de\x20dades','line':_0x28ecaa(0x1d7),'entityRelationshipDiagram':'Diagrama\x20entitat-relació','umlCustomShapes':_0x28ecaa(0x184),'umlSequenceDiagram':'Diagrama\x20de\x20seqüència\x20UML','statusDiagram':'Diagrama\x20d\x20estats','componentDiagram':_0x28ecaa(0x114)},'connector':{'toolbar':{'sourceMarker':_0x28ecaa(0x109),'swapMarkers':_0x28ecaa(0x124),'targetMarker':'Fletxa\x20de\x20destí','lineColor':_0x28ecaa(0x189),'lineWidth':_0x28ecaa(0x13a),'opacityPercent':_0x28ecaa(0xd1),'settings':_0x28ecaa(0x17c),'smoothElbow':_0x28ecaa(0x154),'bridge':_0x28ecaa(0x19e),'insertText':'Insereix\x20text','more':'Més'},'routing':{'straight':_0x28ecaa(0x147),'elbow':_0x28ecaa(0x188),'polyline':'Polilínia','curve':_0x28ecaa(0xe3)},'strokeWidth':{'thin':_0x28ecaa(0x11f),'regular':'Normal','medium':'Mitjà','bold':_0x28ecaa(0xf5)},'dash':{'solid':_0x28ecaa(0x18d),'dashed':_0x28ecaa(0x120),'dotted':'Puntejat','dashDot':_0x28ecaa(0xd2)},'marker':{'none':'Cap','arrow':_0x28ecaa(0x1cd),'filledArrow':_0x28ecaa(0xbc),'openArrow':'Fletxa\x20oberta','triangle':_0x28ecaa(0x159),'filledTriangle':_0x28ecaa(0xc8),'hollowTriangle':_0x28ecaa(0x12a),'diamond':_0x28ecaa(0x144),'hollowDiamond':'Rombe\x20buit','filledDiamond':'Rombe\x20ple','circle':_0x28ecaa(0x197),'filledCircle':'Cercle\x20ple','bar':_0x28ecaa(0x1a4),'doubleBar':'Barra\x20doble','crowFoot':_0x28ecaa(0x156),'crowsFoot':'Pota\x20d\x20ànec','barCrowsFoot':_0x28ecaa(0xf3),'circleCrowsFoot':_0x28ecaa(0xde),'circleBar':_0x28ecaa(0xf0),'x':'X','cross':_0x28ecaa(0x1cb),'plus':_0x28ecaa(0x1cc),'zeroOrOne':'Zero\x20o\x20un','zeroOrMany':_0x28ecaa(0xed),'oneOrMany':_0x28ecaa(0x15d)}},'zoom':{'dragMode':'Mode\x20d\x20arrossegament','fitContent':'Ajusta\x20al\x20contingut','zoomOut':'Redueix','resetZoom':_0x28ecaa(0x14f),'zoomIn':'Amplia','help':'Ajuda'},'shortcutHelp':{'title':_0x28ecaa(0x1b2),'close':_0x28ecaa(0x1bf),'sections':{'tools':_0x28ecaa(0xd5),'navigator':'Navegador','view':'Vista','selection':_0x28ecaa(0x16a),'editing':'Edita\x20forma','grouping':_0x28ecaa(0x14a),'swimlane':'Carril','mindMap':'Mapa\x20mental','layout':_0x28ecaa(0x11e),'font':_0x28ecaa(0x1d6)},'items':{'showMoreShapes':_0x28ecaa(0x146),'roundedRectangle':_0x28ecaa(0x13f),'rectangle':_0x28ecaa(0x177),'oval':_0x28ecaa(0x1bd),'diamond':'Rombe','text':_0x28ecaa(0x1b8),'elbowConnector':_0x28ecaa(0x1a9),'line':_0x28ecaa(0x1d7),'stickyNote':_0x28ecaa(0xbb),'search':'Cerca','zoomWheel':_0x28ecaa(0x18f),'zoomPinch':'Amplia\x20/\x20redueix','zoomTo100':'Zoom\x20al\x20100%','zoomToSelection':_0x28ecaa(0x1c7),'zoomToFit':_0x28ecaa(0x1bb),'enterFullScreen':_0x28ecaa(0xc6),'exitFullScreen':'Surt\x20de\x20la\x20pantalla\x20completa','selectShape':_0x28ecaa(0x16a),'selectAll':_0x28ecaa(0x187),'multipleSelect':'Selecció\x20múltiple\x20/\x20deselecciona','invertSelection':_0x28ecaa(0x119),'preciseSelection':_0x28ecaa(0x15b),'deepSelect':_0x28ecaa(0x126),'editShape':_0x28ecaa(0xb7),'copy':_0x28ecaa(0x16b),'copyAsImage':_0x28ecaa(0xea),'paste':_0x28ecaa(0x106),'cut':'Retalla','makeCopy':_0x28ecaa(0x125),'scale':_0x28ecaa(0x1ac),'copyStyle':_0x28ecaa(0x148),'pasteStyle':_0x28ecaa(0x115),'moveAxisLocked':_0x28ecaa(0x1a8),'flipHorizontal':_0x28ecaa(0x1d5),'flipVertical':'Capgira\x20verticalment','undo':_0x28ecaa(0x15e),'redo':_0x28ecaa(0x161),'toggleQuickAdd':_0x28ecaa(0xf4),'hideCollaboratorsCursors':_0x28ecaa(0x103),'toggleToolbar':_0x28ecaa(0xd3),'delete':'Suprimeix','group':_0x28ecaa(0x13c),'ungroup':_0x28ecaa(0x191),'selectUpperLayerGroups':_0x28ecaa(0xdf),'selectShapesToGroup':'Selecciona\x20formes\x20a\x20agrupar','swimlaneLaneRename':_0x28ecaa(0x1ad),'swimlaneLaneToggleCollapsed':_0x28ecaa(0x104),'swimlaneLaneMovePrevious':_0x28ecaa(0xc3),'swimlaneLaneMoveNext':_0x28ecaa(0x10b),'swimlaneLaneRemove':'Suprimeix\x20el\x20carril','addSiblingNode':_0x28ecaa(0xd8),'addChildNode':_0x28ecaa(0xb9),'addParentNode':_0x28ecaa(0x1b7),'foldChildNodes':_0x28ecaa(0x1c0),'collapseAllNodes':_0x28ecaa(0x17d),'addDescription':_0x28ecaa(0x1bc),'editCurrentNode':_0x28ecaa(0x19b),'bringToFront':_0x28ecaa(0x13e),'sendToBack':_0x28ecaa(0xb8),'alignLeft':_0x28ecaa(0x101),'alignRight':_0x28ecaa(0x1c5),'alignTop':_0x28ecaa(0x17b),'alignBottom':'Alinea\x20a\x20la\x20part\x20inferior','alignMiddle':'Centra\x20verticalment','alignCenter':'Centra\x20horitzontalment','distributeHorizontally':_0x28ecaa(0x1d1),'distributeVertically':'Distribueix\x20verticalment','disableObjectAlignment':_0x28ecaa(0xef),'increaseFontSize':'Augmenta\x20la\x20mida\x20de\x20la\x20lletra','decreaseFontSize':_0x28ecaa(0x168),'bold':_0x28ecaa(0xf5),'strikethrough':_0x28ecaa(0xce),'italic':_0x28ecaa(0x185),'underline':'Subratllat','link':_0x28ecaa(0x12e),'numberedList':_0x28ecaa(0x176),'bulletedList':_0x28ecaa(0x12b),'quote':_0x28ecaa(0x18e),'alignTextLeft':_0x28ecaa(0x101),'alignTextRight':_0x28ecaa(0x1c5),'alignTextCenter':_0x28ecaa(0x155)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x5e72f2=_0x44e8;function _0x503b(){const _0x3160a5=['Bereitgestellte\x20Schnittstelle','Mittel','Grundformen','Entität','Vollbild\x20beenden','Geschwisterknoten\x20hinzufügen','16\x20:\x209','Alle\x20Knoten\x20einklappen\x20/\x20ausklappen','Abgerundetes\x20Quadrat','Offener\x20Pfeil','Löschen','Als\x20Bild\x20kopieren','Grau','Objekt','Quellpfeil','Grundlagen','Importieren','Breite','Rechtspfeil-Block','Übergeordnete\x20Gruppen\x20auswählen','Übergeordneten\x20Container\x20an\x20Inhalt\x20anpassen','Stil\x20einfügen','Platzhalter','Abgerundetes\x20Rechteck','Präzise\x20Auswahl','Nach\x20hinten','Maße\x20anzeigen','Standard','Spur\x20umbenennen','Gestrichelter\x20offener\x20Pfeil-Verbinder','Gesperrt','Spur\x20rechts\x20hinzufügen','Wie\x20zeichnet\x20man\x20Diagramme\x20mit\x20Mermaid?','Zeitleiste','Deckkraft\x20{0}\x20%','Pfeil\x20nach\x20rechts','Alles\x20auswählen','Vertikal\x20spiegeln','Design\x20{0}','Einstellungen','Baum\x20rechts','Mitgliedschaft\x20entsperren','Unterstrichen','Mehr','Keine\x20Objekte','Klasse','Benutzerdefinierte\x20Größe','Container\x20löschen','SmartArt','Schwebende\x20Ebene','Raster','Ansicht','Spur\x20hinzufügen','Alternatives\x20Sequenzfragment','42MMISxp','Horizontale\x20Swimlane','Form\x20auswählen','238500iayKEu','Mermaid-Code\x20ist\x20leer.','Zitat','Start','Rechtwinklige\x20Linie','Gefüllter\x20Pfeil','552792zauaJj','Horizontal\x20zentrieren','Ziehen-Modus','Element\x20konnte\x20in\x20der\x20Vorschau\x20nicht\x20gerendert\x20werden:\x20{0}.','Swimlane','Wiederherstellen','Bild','Klassendiagramm','Objektname','Importiertes\x20Diagramm','Containername','Gefüllter\x20Rauten-Verbinder','Seite','Baumdiagramm','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','Ausgeblendet','Automatische\x20Größenanpassung\x20deaktivieren','288IGSTdZ','Mindmap','Vertikal','Endzustand','Anfangszustand','Wolke','Rechtsbündig','Kreuz','Schnell\x20hinzufügen\x20anzeigen\x20/\x20ausblenden','Benutzerdefiniert','132kTqVGp','Steuerung','Horizontal\x20/\x20vertikal\x20verschieben','Inhalt\x20herausnehmen\x20und\x20Spur\x20löschen','Krähenfuß','Lebenslinie\x20Direktzugriffsspeicher','Schlüsselfeld-Entität','Container','Exportieren','Alle\x20anzeigen','Sperren','Vertikale\x20Swimlane','Linie','Kursiv','Chevron','Kopieren','Normal','An\x20Seite\x20anpassen','Lebenslinie\x20Akteur','Blau','Spur\x20{0}','Form\x20bearbeiten','1\x20:\x201','Inhalt\x20in\x20vorherige\x20Spur\x20verschieben\x20und\x20löschen','Plus','Doppelt\x20offener\x20Pfeil','UML-Sequenzdiagramm','50AbOkmX','Komponentendiagramm','Horizontale\x20Mindmap','Hohle\x20Raute','Keine\x20Treffer','Entsperren','Rückgängig','849942IIcbum','Gefülltes\x20Dreieck','Name','Text','Die\x20zurückgegebenen\x20Grenzen\x20enthielten\x20nicht\x20alle\x20Elemente;\x20die\x20Vorschaugrenzen\x20wurden\x20erweitert.','Rechtecke','UML-Benutzerdefinierte\x20Formen','Tabelle','Aus\x20dem\x20Container\x20verschieben','Lebenslinie\x20Objekt','Gepunktet','Layout','Lebhaft','30ximIic','Polylinie','Hilfe','Cursors\x20der\x20Mitbearbeiter','Mindmap\x20nach\x20links','Inhalt\x20und\x20Spur\x20löschen','Balken','Ausschneiden','Einfügen','Navigator','Klassisch','Zielpfeil','Legenden','Objektausrichtung\x20deaktivieren','Beschreibung\x20hinzufügen','Schlüsselfeldtyp-Entität','Fertig','Horizontal\x20spiegeln','Benötigte\x20Schnittstelle','Datenflussdiagramm','Spur\x20einklappen','Spur\x20nach\x20oben\x20verschieben','Gefüllter\x20Kreis','Gruppe','Dünn','Weitere\x20Formen','Baum\x20links','Entity-Relationship-Diagramm','Details','Formen\x20gruppieren','Winkelverbinder','Zylinder','Vertikal\x20verteilen','Doppelbalken','Übersetzen\x20in','Pfeile\x20tauschen','Raute','Unterknoten\x20hinzufügen','Linienbreite','Kopie\x20erstellen','Spalten','Klassifizierer','Gruppieren','Schliessen','Oben\x20ausrichten','Komponente','Cursors\x20der\x20Mitbearbeiter\x20ausblenden','Unten\x20ausrichten','Linienüberbrückung','Gerade','Pfeile\x20umkehren','Weitere\x20Formen\x20anzeigen','Spur\x20ausklappen','Hohler\x20Rauten-Verbinder','Lebenslinie\x20Grenze','Lebenslinie\x20Steuerung','Parallelogramm','Schließen','Ressourcen','Lebenslinie\x20Entität','Eins\x20oder\x20viele','Inhalt\x20auswählen','Pfad\x20bearbeiten','Render\x20preview','Spurname','Zustandsbalken','Trapez','Es\x20wurden\x20keine\x20importierbaren\x20Board-Elemente\x20zurückgegeben.','Text\x20einfügen','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Verbinder','Aufzählungsliste','442hqqkhs','201505YpHMVv','Sammlung','Sterne\x20und\x20Banner','In\x20den\x20Vordergrund','4\x20:\x203','Auf\x20Auswahl\x20zoomen','Vollbild\x20aktivieren','Kreis','Alle','Objekt\x20auswählen,\x20um\x20Details\x20zu\x20bearbeiten','Pfeil\x20nach\x20links','Mermaid\x20wird\x20konvertiert...','Strich-Punkt','Linke\x20Klammer','Sequenzdiagramm','Spur\x20einklappen\x20/\x20ausklappen','Grenze','Exchange-Client\x20ist\x20nicht\x20registriert.','Zu\x20gruppierende\x20Formen\x20auswählen','Farbe\x20zurücksetzen','Mitgliedschaft\x20sperren','Zurück','Oval','In\x20den\x20Hintergrund','Formen\x20suchen','Aktionsschaltflächen','Vertikal\x20zentrieren','Gefüllter\x20Pfeil-Verbinder','Vertikale\x20Zeitleiste','Text\x20hinzufügen','Kreis-Krähenfuß','Abgerundete\x20Legende','Datenspeicher\x202','263796vMsNfK','Gestrichelt','Zentriert','Null\x20oder\x20viele','Rechteck','Linienfarbe','Kurve','Inhalt\x20in\x20nächste\x20Spur\x20verschieben\x20und\x20löschen','Haftnotiz','Flussdiagramm','Linie\x20(ohne\x20Pfeil)','Einheit','Anzeigen','Aktuellen\x20Knoten\x20bearbeiten','Form','Container\x20umbenennen','Durchgestrichen','Gestrichelter\x20gefüllter\x20Pfeil-Verbinder','Suchen','Horizontal','Nach\x20vorne','Schriftgröße\x20erhöhen','Symbolleiste\x20anzeigen','Dreieck','Nummerierte\x20Liste','Sechseck','Linieneinstellungen','Pinselpfad\x20bearbeiten','Mindmap\x20nach\x20rechts','Rechtwinkliges\x20Dreieck','In\x20Container\x20einbetten','Schnittstelle','225333xLpvZF','Vergrößern\x20/\x20Verkleinern','Lebenslinie\x20Magnetplatte','Daten','Vintage','Gefüllte\x20Raute','Zeilen','Aktivierungsbalken','Zoom\x20zurücksetzen','Alle\x20ausblenden','Stil\x20kopieren','Balken-Krähenfuß','Reduzieren','Spur\x20entfernen','Diagramm','Stift','Abbrechen','Automatische\x20Größenanpassung\x20aktivieren','Sonstige','Fünfeck','Mermaid-Code\x20einfügen,\x20um\x20eine\x20Vorschau\x20anzuzeigen','Horizontale\x20Zeitleiste','Achteck','Sprechblase','Container\x20auflösen','Untergeordnete\x20Knoten\x20einklappen\x20/\x20ausklappen','ER-Diagramm','Datenspeicher\x203'];_0x503b=function(){return _0x3160a5;};return _0x503b();}(function(_0x44008d,_0x70048e){const _0x1a6069=_0x44e8,_0x16df6d=_0x44008d();while(!![]){try{const _0x371520=parseInt(_0x1a6069(0xcd))/0x1*(-parseInt(_0x1a6069(0x17b))/0x2)+parseInt(_0x1a6069(0x78))/0x3+-parseInt(_0x1a6069(0x164))/0x4+-parseInt(_0x1a6069(0xce))/0x5*(-parseInt(_0x1a6069(0x85))/0x6)+-parseInt(_0x1a6069(0x161))/0x7*(parseInt(_0x1a6069(0x16a))/0x8)+-parseInt(_0x1a6069(0x10f))/0x9*(-parseInt(_0x1a6069(0x1a0))/0xa)+-parseInt(_0x1a6069(0x185))/0xb*(-parseInt(_0x1a6069(0xef))/0xc);if(_0x371520===_0x70048e)break;else _0x16df6d['push'](_0x16df6d['shift']());}catch(_0x56bc71){_0x16df6d['push'](_0x16df6d['shift']());}}}(_0x503b,0x5203d));import{t as _0x2717f2}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x5e72f2(0x191)},'contextMenu':{'container':{'rename':_0x5e72f2(0xfe),'fitToContent':'An\x20Inhalt\x20anpassen','selectContents':_0x5e72f2(0xc2),'enableAutoResize':_0x5e72f2(0x120),'disableAutoResize':_0x5e72f2(0x17a),'lockMembership':_0x5e72f2(0xe2),'unlockMembership':_0x5e72f2(0x154),'disband':_0x5e72f2(0x127),'delete':_0x5e72f2(0x15a)},'containerChild':{'moveOut':_0x5e72f2(0x80),'selectParent':'Übergeordneten\x20Container\x20auswählen','fitParent':_0x5e72f2(0x13f)},'swimlaneLane':{'add':_0x5e72f2(0x15f),'addBelow':'Spur\x20darunter\x20hinzufügen','addRight':_0x5e72f2(0x14a),'remove':'Spur\x20entfernen','removeAndMovePrevious':_0x5e72f2(0x19c),'removeAndPromote':_0x5e72f2(0x188),'removeAndDeleteContent':_0x5e72f2(0x8a),'removeAndMoveNext':_0x5e72f2(0xf6),'rename':'Spur\x20umbenennen','movePrevious':_0x5e72f2(0x9a),'moveNext':'Spur\x20nach\x20unten\x20verschieben','expand':_0x5e72f2(0xb9),'collapse':_0x5e72f2(0x99)}},'popup':{'containerName':'Container-Name','laneName':_0x5e72f2(0xc5),'cancel':_0x5e72f2(0x11f),'rename':'Umbenennen'},'ink':{'finishEditing':_0x5e72f2(0x95),'enterEditing':_0x5e72f2(0xc3)},'mindMap':{'description':'Beschreibung','descriptionPlaceholder':_0x5e72f2(0x178),'saveDescription':'Speichern'},'panel':{'moreShapes':_0x5e72f2(0x9e),'more':'Mehr','back':_0x5e72f2(0xe3),'close':_0x5e72f2(0xbe),'stickyNote':'Haftnotiz','lineColor':_0x5e72f2(0xf4),'lineWidth':_0x5e72f2(0xab),'reverseMarkers':_0x5e72f2(0xb7),'searchShapes':_0x5e72f2(0xe6),'container':_0x5e72f2(0x18c),'swimlane':_0x5e72f2(0x16e),'verticalSwimlane':_0x5e72f2(0x190),'horizontalSwimlane':_0x5e72f2(0x162),'vertical':_0x5e72f2(0x17d),'horizontal':_0x5e72f2(0x102),'tableCustomSize':_0x5e72f2(0x159),'tableRows':_0x5e72f2(0x115),'tableColumns':_0x5e72f2(0xad),'tableInsert':_0x5e72f2(0x8d),'customContainer':_0x5e72f2(0x184),'containerRatio16By9':_0x5e72f2(0x131),'containerRatio4By3':_0x5e72f2(0xd2),'containerRatio1By1':_0x5e72f2(0x19b),'containerA4':'A4','mindMapGroupMindMap':_0x5e72f2(0x17c),'mindMapGroupTree':_0x5e72f2(0x177),'mindMapGroupTimeline':_0x5e72f2(0x14c),'mindMapRight':_0x5e72f2(0x10b),'mindMapLeft':_0x5e72f2(0x89),'mindMapHorizontal':_0x5e72f2(0x1a2),'mindMapVertical':'Vertikale\x20Mindmap','mindMapTreeRight':_0x5e72f2(0x153),'mindMapTreeLeft':_0x5e72f2(0x9f),'mindMapTreeAlternate':'Alternierender\x20Baum','mindMapTimelineHorizontal':_0x5e72f2(0x124),'mindMapTimelineVertical':_0x5e72f2(0xea),'mindMapNodeText':_0x5e72f2(0xeb)},'settings':{'collaboratorCursors':_0x5e72f2(0x88),'find':_0x5e72f2(0x101),'grid':_0x5e72f2(0x15d),'preciseSelection':_0x5e72f2(0x143),'quickAdd':'Schnell\x20hinzufügen','theme':'Design','themeOption':_0x5e72f2(0x151),'themePreviewStart':_0x5e72f2(0x167),'themePreviewData':_0x5e72f2(0x112),'undo':'Rückgängig','redo':'Wiederherstellen','settings':_0x5e72f2(0x152),'objects':'Objekte','findBoardElements':'Board-Elemente\x20suchen','noMatches':_0x5e72f2(0x1a4),'showDimensions':_0x5e72f2(0x145),'showToolbar':_0x5e72f2(0x105),'translateInto':_0x5e72f2(0xa7),'import':'Importieren','export':_0x5e72f2(0x18d)},'objectListPanel':{'title':'Objekte','empty':_0x5e72f2(0x157),'showAll':_0x5e72f2(0x18e),'hideAll':_0x5e72f2(0x118),'moveForward':'Nach\x20vorne','moveBackward':_0x5e72f2(0x144),'close':_0x5e72f2(0xb0),'nameInput':_0x5e72f2(0x172),'hide':'Ausblenden','show':_0x5e72f2(0xfb),'lock':_0x5e72f2(0x18f),'unlock':_0x5e72f2(0x76),'details':_0x5e72f2(0xa1),'locate':_0x5e72f2(0x101),'expand':'Erweitern','collapse':_0x5e72f2(0x11b),'dragToReorder':'Zum\x20Neuordnen\x20ziehen','search':_0x5e72f2(0x101),'filterAll':_0x5e72f2(0xd6),'filterHidden':_0x5e72f2(0x179),'filterLocked':_0x5e72f2(0x149),'sectionCanvas':'Canvas-Ebene','sectionFloating':_0x5e72f2(0x15c),'name':_0x5e72f2(0x7a),'description':'Beschreibung','descriptionPlaceholder':'Beschreibung\x20hinzufügen','noSelection':_0x5e72f2(0xd7),'elementTypes':{'object':_0x5e72f2(0x138),'connector':_0x5e72f2(0xcb),'container':'Container','group':_0x5e72f2(0x9c),'image':_0x5e72f2(0x170),'chart':'Diagramm','page':_0x5e72f2(0x176),'placeholder':_0x5e72f2(0x141),'shape':'Form','table':_0x5e72f2(0x7f),'text':_0x5e72f2(0x7b),'smartArt':_0x5e72f2(0x15b),'video':'Video','unit':_0x5e72f2(0xfa),'dom':'DOM'}},'find':{'lanePosition':_0x5e72f2(0x199),'tableCellPosition':'Zeile\x20{0},\x20Spalte\x20{1}','elementTypes':{'connector':_0x5e72f2(0xcb),'container':_0x5e72f2(0x18c),'group':_0x5e72f2(0x9c),'image':'Bild','page':_0x5e72f2(0x176),'placeholder':_0x5e72f2(0x141),'shape':_0x5e72f2(0xfd),'table':_0x5e72f2(0x7f),'text':'Text'}},'themePresets':{'default':_0x5e72f2(0x146),'classic':_0x5e72f2(0x8f),'vintage':_0x5e72f2(0x113),'gray':_0x5e72f2(0x137),'vibrant':_0x5e72f2(0x84),'blue':_0x5e72f2(0x198)},'toolbar':{'resetColor':_0x5e72f2(0xe1),'shape':'Form','text':_0x5e72f2(0x7b),'stickyNote':'Haftnotiz','line':_0x5e72f2(0xcb),'container':_0x5e72f2(0x18c),'swimlane':'Swimlane','table':_0x5e72f2(0x7f),'chart':_0x5e72f2(0x11d),'pen':_0x5e72f2(0x11e),'mindMap':_0x5e72f2(0x17c),'resources':_0x5e72f2(0xbf),'image':'Bild','import':_0x5e72f2(0x13b),'wrapInContainer':_0x5e72f2(0x10d),'addSwimlaneLane':'Spurelement\x20hinzufügen','swimlaneMenu':_0x5e72f2(0x16e),'swimlaneLaneMenu':'Spurelement','editBrushPath':_0x5e72f2(0x10a),'arrange':'Anordnen','bringToFront':'In\x20den\x20Vordergrund','bringForward':_0x5e72f2(0x103),'sendBackward':_0x5e72f2(0x144),'sendToBack':_0x5e72f2(0xe5),'more':'Mehr'},'mermaidImport':{'cancel':_0x5e72f2(0x11f),'containerName':_0x5e72f2(0x174),'defaultContainerName':_0x5e72f2(0x173),'converting':_0x5e72f2(0xd9),'emptyPreview':_0x5e72f2(0x123),'diagnostics':{'emptyDraft':_0x5e72f2(0xc8),'expandedBounds':_0x5e72f2(0x7c),'invalidElement':'Ungültiges\x20Board-Element\x20wurde\x20übersprungen:\x20{0}.','renderElementFailed':_0x5e72f2(0x16d),'previewPaused':_0x5e72f2(0xca)},'errors':{'emptyCode':_0x5e72f2(0x165),'exchangeUnavailable':_0x5e72f2(0xdf),'insertFailed':'Board-Entwurf\x20konnte\x20nicht\x20eingefügt\x20werden.','invalidDraft':'Der\x20Server\x20hat\x20keinen\x20gültigen\x20Board-Entwurf\x20zurückgegeben.'},'help':_0x5e72f2(0x14b),'insert':'Einfügen','renderPreview':_0x5e72f2(0xc4),'inserting':'Wird\x20eingefügt...','types':{'classDiagram':_0x5e72f2(0x171),'erDiagram':_0x5e72f2(0x129),'flowchart':_0x5e72f2(0xf8),'mindMap':_0x5e72f2(0x17c),'sequenceDiagram':_0x5e72f2(0xdc),'stateDiagram':'Zustandsdiagramm'}},'shapePresets':{..._0x2717f2,'roundedRectangle':_0x5e72f2(0x142),'oval':_0x5e72f2(0xe4),'diamond':'Raute','rectangle':'Rechteck','circle':_0x5e72f2(0xd5),'cylinder':_0x5e72f2(0xa4),'chevron':_0x5e72f2(0x193),'rightArrowBlock':_0x5e72f2(0x13d),'parallelogram':_0x5e72f2(0xbd),'trapezoid':_0x5e72f2(0xc7),'speechBubble':_0x5e72f2(0x126),'roundedCallout':_0x5e72f2(0xed),'rightTriangle':_0x5e72f2(0x10c),'triangle':_0x5e72f2(0x106),'star':'Stern','hexagon':_0x5e72f2(0x108),'pentagon':_0x5e72f2(0x122),'octagon':_0x5e72f2(0x125),'leftArrow':_0x5e72f2(0xd8),'rightArrow':_0x5e72f2(0x14e),'leftRightArrow':'Doppelpfeil','cloud':_0x5e72f2(0x180),'leftBrace':_0x5e72f2(0xdb),'rightBrace':'Rechte\x20Klammer','plus':_0x5e72f2(0x19d),'actor':'Akteur','boundary':_0x5e72f2(0xde),'control':_0x5e72f2(0x186),'entity':_0x5e72f2(0x12e),'collection':_0x5e72f2(0xcf),'dataFlowRoundedRectangle':'Abgerundetes\x20Rechteck','dataFlowCircle':_0x5e72f2(0xd5),'dataFlowRoundedSquare':_0x5e72f2(0x133),'dataStorage1':'Datenspeicher\x201','dataStorage2':_0x5e72f2(0xee),'dataStorage3':_0x5e72f2(0x12a),'lineNone':_0x5e72f2(0xf9),'lineDashedNone':'Gestrichelte\x20Linie\x20(ohne\x20Pfeil)','lineOpenArrow':'Offener\x20Pfeil','lineDoubleOpenArrow':_0x5e72f2(0x19e),'actorLifeline':_0x5e72f2(0x197),'boundaryLifeline':_0x5e72f2(0xbb),'controlLifeline':_0x5e72f2(0xbc),'entityLifeline':_0x5e72f2(0xc0),'collectionLifeline':'Lebenslinie\x20Sammlung','objectLifeline':_0x5e72f2(0x81),'magneticDiskLifeline':_0x5e72f2(0x111),'directAccessStorageLifeline':_0x5e72f2(0x18a),'activationBar':_0x5e72f2(0x116),'sequenceFragment':'Sequenzfragment','sequenceAlternativeFragment':_0x5e72f2(0x160),'umlClass':_0x5e72f2(0x158),'umlInterface':'Schnittstelle','umlInterfaceShape':_0x5e72f2(0x10e),'umlClassifier':_0x5e72f2(0xae),'umlHollowDiamondConnector':_0x5e72f2(0xba),'umlFilledDiamondConnector':_0x5e72f2(0x175),'umlFilledArrowConnector':_0x5e72f2(0xe9),'umlDashedOpenArrowConnector':_0x5e72f2(0x148),'umlDashedFilledArrowConnector':_0x5e72f2(0x100),'erdEntity':_0x5e72f2(0x12e),'erdKeyField':_0x5e72f2(0x18b),'erdFieldType':'Feldtyp-Entität','erdFull':_0x5e72f2(0x94),'initialState':_0x5e72f2(0x17f),'finalState':_0x5e72f2(0x17e),'stateBar':_0x5e72f2(0xc6),'requiredInterface':_0x5e72f2(0x97),'assemblyConnector':'Montageverbinder','providedInterface':_0x5e72f2(0x12b),'componentBox':'Komponentenbox','component':_0x5e72f2(0xb2)},'shapeCategories':{'basics':_0x5e72f2(0x13a),'basicShapes':{'rectangle':_0x5e72f2(0x7d),'basicShape':_0x5e72f2(0x12d),'blockArrow':'Blockpfeile','equationShape':'Gleichungsformen','flowchart':_0x5e72f2(0xf8),'starAndBanner':_0x5e72f2(0xd0),'callout':_0x5e72f2(0x91),'actionButton':_0x5e72f2(0xe7),'other':_0x5e72f2(0x121)},'classDiagram':'Klassendiagramm','dataFlowDiagram':_0x5e72f2(0x98),'line':_0x5e72f2(0x191),'entityRelationshipDiagram':_0x5e72f2(0xa0),'umlCustomShapes':_0x5e72f2(0x7e),'umlSequenceDiagram':_0x5e72f2(0x19f),'statusDiagram':'Zustandsdiagramm','componentDiagram':_0x5e72f2(0x1a1)},'connector':{'toolbar':{'sourceMarker':_0x5e72f2(0x139),'swapMarkers':_0x5e72f2(0xa8),'targetMarker':_0x5e72f2(0x90),'lineColor':_0x5e72f2(0xf4),'lineWidth':_0x5e72f2(0x13c),'opacityPercent':_0x5e72f2(0x14d),'settings':_0x5e72f2(0x109),'smoothElbow':'Winkellinie','bridge':_0x5e72f2(0xb5),'insertText':_0x5e72f2(0xc9),'more':_0x5e72f2(0x156)},'routing':{'straight':_0x5e72f2(0xb6),'elbow':_0x5e72f2(0x168),'polyline':_0x5e72f2(0x86),'curve':_0x5e72f2(0xf5)},'strokeWidth':{'thin':_0x5e72f2(0x9d),'regular':_0x5e72f2(0x195),'medium':_0x5e72f2(0x12c),'bold':'Fett'},'dash':{'solid':'Durchgehend','dashed':_0x5e72f2(0xf0),'dotted':_0x5e72f2(0x82),'dashDot':_0x5e72f2(0xda)},'marker':{'none':'Keine','arrow':'Pfeil','filledArrow':_0x5e72f2(0x169),'openArrow':_0x5e72f2(0x134),'triangle':_0x5e72f2(0x106),'filledTriangle':_0x5e72f2(0x79),'hollowTriangle':'Hohles\x20Dreieck','diamond':_0x5e72f2(0xa9),'hollowDiamond':_0x5e72f2(0x1a3),'filledDiamond':_0x5e72f2(0x114),'circle':'Kreis','filledCircle':_0x5e72f2(0x9b),'bar':_0x5e72f2(0x8b),'doubleBar':_0x5e72f2(0xa6),'crowFoot':_0x5e72f2(0x189),'crowsFoot':_0x5e72f2(0x189),'barCrowsFoot':_0x5e72f2(0x11a),'circleCrowsFoot':_0x5e72f2(0xec),'circleBar':'Kreis-Balken','x':'X','cross':_0x5e72f2(0x182),'plus':_0x5e72f2(0x19d),'zeroOrOne':'Null\x20oder\x20eins','zeroOrMany':_0x5e72f2(0xf2),'oneOrMany':_0x5e72f2(0xc1)}},'zoom':{'dragMode':_0x5e72f2(0x16c),'fitContent':'An\x20Inhalt\x20anpassen','zoomOut':'Verkleinern','resetZoom':_0x5e72f2(0x117),'zoomIn':'Vergrößern','help':_0x5e72f2(0x87)},'shortcutHelp':{'title':'Tastenkürzel','close':'Tastenkürzel\x20schließen','sections':{'tools':'Werkzeuge','navigator':_0x5e72f2(0x8e),'view':_0x5e72f2(0x15e),'selection':_0x5e72f2(0x163),'editing':_0x5e72f2(0x19a),'grouping':_0x5e72f2(0xa2),'swimlane':_0x5e72f2(0x16e),'mindMap':_0x5e72f2(0x17c),'layout':_0x5e72f2(0x83),'font':'Schriftart'},'items':{'showMoreShapes':_0x5e72f2(0xb8),'roundedRectangle':_0x5e72f2(0x142),'rectangle':_0x5e72f2(0xf3),'oval':'Oval','diamond':_0x5e72f2(0xa9),'text':'Text','elbowConnector':_0x5e72f2(0xa3),'line':'Linie','stickyNote':_0x5e72f2(0xf7),'search':_0x5e72f2(0x101),'zoomWheel':_0x5e72f2(0x110),'zoomPinch':_0x5e72f2(0x110),'zoomTo100':'Auf\x20100\x20%\x20zoomen','zoomToSelection':_0x5e72f2(0xd3),'zoomToFit':_0x5e72f2(0x196),'enterFullScreen':_0x5e72f2(0xd4),'exitFullScreen':_0x5e72f2(0x12f),'selectShape':'Form\x20auswählen','selectAll':_0x5e72f2(0x14f),'multipleSelect':'Mehrere\x20auswählen\x20/\x20abwählen','invertSelection':'Auswahl\x20umkehren','preciseSelection':_0x5e72f2(0x143),'deepSelect':'Tiefenauswahl','editShape':_0x5e72f2(0x19a),'copy':_0x5e72f2(0x194),'copyAsImage':_0x5e72f2(0x136),'paste':'Einfügen','cut':_0x5e72f2(0x8c),'makeCopy':_0x5e72f2(0xac),'scale':'Skalieren','copyStyle':_0x5e72f2(0x119),'pasteStyle':_0x5e72f2(0x140),'moveAxisLocked':_0x5e72f2(0x187),'flipHorizontal':_0x5e72f2(0x96),'flipVertical':_0x5e72f2(0x150),'undo':_0x5e72f2(0x77),'redo':_0x5e72f2(0x16f),'toggleQuickAdd':_0x5e72f2(0x183),'hideCollaboratorsCursors':_0x5e72f2(0xb3),'toggleToolbar':'Symbolleiste\x20anzeigen\x20/\x20ausblenden','delete':_0x5e72f2(0x135),'group':_0x5e72f2(0xaf),'ungroup':'Gruppierung\x20aufheben','selectUpperLayerGroups':_0x5e72f2(0x13e),'selectShapesToGroup':_0x5e72f2(0xe0),'swimlaneLaneRename':_0x5e72f2(0x147),'swimlaneLaneToggleCollapsed':_0x5e72f2(0xdd),'swimlaneLaneMovePrevious':'Spur\x20nach\x20oben\x20verschieben','swimlaneLaneMoveNext':'Spur\x20nach\x20unten\x20verschieben','swimlaneLaneRemove':_0x5e72f2(0x11c),'addSiblingNode':_0x5e72f2(0x130),'addChildNode':_0x5e72f2(0xaa),'addParentNode':'Übergeordneten\x20Knoten\x20hinzufügen','foldChildNodes':_0x5e72f2(0x128),'collapseAllNodes':_0x5e72f2(0x132),'addDescription':_0x5e72f2(0x93),'editCurrentNode':_0x5e72f2(0xfc),'bringToFront':_0x5e72f2(0xd1),'sendToBack':_0x5e72f2(0xe5),'alignLeft':'Linksbündig','alignRight':_0x5e72f2(0x181),'alignTop':_0x5e72f2(0xb1),'alignBottom':_0x5e72f2(0xb4),'alignMiddle':_0x5e72f2(0xe8),'alignCenter':_0x5e72f2(0x16b),'distributeHorizontally':'Horizontal\x20verteilen','distributeVertically':_0x5e72f2(0xa5),'disableObjectAlignment':_0x5e72f2(0x92),'increaseFontSize':_0x5e72f2(0x104),'decreaseFontSize':'Schriftgröße\x20verringern','bold':'Fett','strikethrough':_0x5e72f2(0xff),'italic':_0x5e72f2(0x192),'underline':_0x5e72f2(0x155),'link':'Link','numberedList':_0x5e72f2(0x107),'bulletedList':_0x5e72f2(0xcc),'quote':_0x5e72f2(0x166),'alignTextLeft':'Linksbündig','alignTextRight':_0x5e72f2(0x181),'alignTextCenter':_0x5e72f2(0xf1)}}}};function _0x44e8(_0x5cd9aa,_0x21c37f){_0x5cd9aa=_0x5cd9aa-0x76;const _0x503b5d=_0x503b();let _0x44e86f=_0x503b5d[_0x5cd9aa];return _0x44e86f;}export{t as default};
@@ -0,0 +1 @@
1
+ function _0x53c5(){const _0x2ee3e1=['Bring\x20to\x20Front','Action\x20Buttons','Classifier','Connector','Increase\x20font\x20size','Select\x20contents','Equation\x20Shapes','Send\x20to\x20Back','Target\x20arrow','Edit\x20current\x20node','Filled\x20diamond\x20connector','Undo','Filled\x20triangle','Scale','Timeline\x20vertical','Blue','Zoom\x20to\x20Selection','Collapse/expand\x20lane','Hollow\x20diamond\x20connector','Add\x20lane\x20below','Copy\x20Style','Star','4278449WLGyQi','Right-angled\x20elbow\x20line','4\x20:\x203','Rows','Line','Custom\x20size','Strikethrough','Triangle','Render\x20preview','State\x20bar','Sequence\x20Diagram','Canvas\x20layer','Move\x20horizontally/vertically','Key\x20field\x20type\x20entity','Layout','Circle','Align\x20Bottom','Select\x20an\x20object\x20to\x20edit\x20its\x20details','Classic','Sequence\x20fragment','Group\x20shapes','Bar\x20crow\x20foot','Remove\x20lane','Show\x20Toolbar','Row\x20{0},\x20Column\x20{1}','Make\x20a\x20Copy','Parallelogram','Reset\x20zoom','Double\x20open\x20arrow','Converting\x20Mermaid...','Close','Bar','Cancel','Table','Enter\x20full\x20screen','Select\x20upper-layer\x20groups','Hollow\x20diamond','Status\x20diagram','Multiple\x20select/deselect','Line\x20width','Container','Select\x20shape','Export','Exit\x20full\x20screen','Collapse','Edit\x20shape','No\x20objects','Field\x20type\x20entity','Zoom\x20out','Imported\x20diagram','Line\x20jump','Hollow\x20triangle','Data','Sticky\x20Note','Control','Tools','Show\x20all','Align\x20Middle','Stars\x20and\x20Banners','Add\x20Child\x20Node','Move\x20lane\x20previous','Swimlane\x20item','Name','Hide','Bring\x20forward','Medium','Rectangles','Font\x20setting','Rename\x20lane','Mind\x20map','Find','Move\x20contents\x20out\x20and\x20remove\x20lane\x20item','Right\x20arrow\x20block','Save','Add\x20swimlane\x20item','Failed\x20to\x20insert\x20board\x20draft.','Tree\x20left','Distribute\x20Vertically','Line\x20(no\x20arrow)','Remove\x20lane\x20item','Horizontal','SmartArt','6fDmEgl','Left\x20mind\x20map','Details','Rename\x20container','Data\x20storage\x203','Bulleted\x20List','Drag\x20mode','Right\x20arrow','Right\x20brace','Underline','Delete\x20container','Keyboard\x20shortcuts','Precise\x20selection','Magnetic\x20disk\x20lifeline','Data\x20storage\x201','Regular','Object\x20name','Alternative\x20sequence\x20fragment','Back','Add\x20text','Others','Italic','Cross','Source\x20arrow','Drag\x20to\x20reorder','Horizontal\x20swimlane','Done','Bring\x20Forward','Filled\x20arrow','Object','339210FeKsTE','Basic\x20Shapes','Vintage','Unit','Entity\x20lifeline','Flowchart','Send\x20Backward','Select\x20all','More','Lane\x20{0}','Quick\x20add','Numbered\x20List','Insert','Arrange','Activation\x20bar','Ungroup','Align\x20Left','Fit\x20parent\x20to\x20content','Reset\x20color','Data\x20storage\x202','Server\x20did\x20not\x20return\x20a\x20valid\x20board\x20draft.','3266855ckchce','More\x20Shapes','Sticky\x20note','205rpWeJa','Collapse\x20lane','Page','Hide/show\x20quickadd','Solid','Timeline','Image','Line\x20settings','Chevron','Lane\x20name','Right\x20triangle','Pentagon','Search','Interface','Plus','Translate\x20Into','Rounded\x20rectangle','Initial\x20state','Arrow','Fit\x20to\x20content','Cut','Required\x20interface','Data\x20flow\x20diagram','Expand','None','Hide\x20collaborators\x27\x20cursors','Group','Rectangle','Hide\x20all','Swap\x20arrows','Mermaid\x20code\x20is\x20empty.','Opacity\x20{0}%','View','Paste\x20Style','No\x20board\x20elements\x20were\x20returned.','Distribute\x20Horizontally','Gray','Key\x20field\x20entity','Edit\x20brush\x20path','Container\x20name','Double\x20bar','9526185bTCJxI','Disable\x20auto\x20resize','Collection','Navigator','Close\x20shortcuts','Grid','Object\x20lifeline','State\x20Diagram','Oval','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Shape','12iOYLXz','Custom','Right\x20mind\x20map','Rounded\x20square','Direct\x20access\x20storage\x20lifeline','Copy','Line\x20color','Dashed\x20open\x20arrow\x20connector','Zoom\x20to\x20Fit','Vertical\x20swimlane','Actor','Disband\x20container','Width','Invert\x20selection','Block\x20Arrows','Class','Flip\x20Horizontal','Video','491120UCkSFn','Rounded\x20callout','Dashed\x20filled\x20arrow\x20connector','Curve','Assembly\x20connector','Filled\x20arrow\x20connector','Resources','Move\x20out\x20of\x20container','Zoom\x20to\x20100%','Class\x20Diagram','Mind\x20map\x20vertical','Boundary','Link','8050768OYUHDg','Chart','Insert\x20text','Collection\x20lifeline','Circle\x20bar','Fold/unfold\x20child\x20nodes','Callouts','Diamond','Crow\x20foot','Show','Floating\x20layer','Unlock\x20membership','Redo','Swimlane','Move\x20lane\x20next','Align\x20Center','Elbow\x20connector','Fit\x20content','Text','Delete','Align\x20Right','Bold','Align\x20Top','Tree\x20right','Zoom\x20in/Zoom\x20out','Class\x20diagram','Dash\x20dot','Open\x20arrow','Control\x20lifeline','Collaborators\x27\x20cursors','Edit\x20path','Select\x20shapes\x20to\x20group','Description','Search\x20shapes','UML\x20custom\x20shapes','Mind\x20Map','Objects','Trapezoid','Lock\x20membership','Speech\x20bubble','Dashed\x20line\x20(no\x20arrow)','Find\x20board\x20elements','Send\x20backward','Add\x20Description','Elbow\x20line','Columns','Decrease\x20font\x20size','Boundary\x20lifeline','Entity\x20relationship\x20diagram','Entity','Component\x20box','How\x20to\x20draw\x20diagrams\x20using\x20Mermaid?','236tMvYiO','ER\x20Diagram','Thin','Import','Settings','Component\x20diagram','Paste\x20Mermaid\x20code\x20to\x20preview'];_0x53c5=function(){return _0x2ee3e1;};return _0x53c5();}const _0x1a436d=_0x158d;function _0x158d(_0x569eff,_0x2cc9ca){_0x569eff=_0x569eff-0xb3;const _0x53c5c3=_0x53c5();let _0x158db9=_0x53c5c3[_0x569eff];return _0x158db9;}(function(_0xc7a770,_0x27fa12){const _0x427061=_0x158d,_0x35719c=_0xc7a770();while(!![]){try{const _0x512a08=parseInt(_0x427061(0x16e))/0x1*(-parseInt(_0x427061(0xc9))/0x2)+parseInt(_0x427061(0x156))/0x3*(-parseInt(_0x427061(0x1a2))/0x4)+parseInt(_0x427061(0x16b))/0x5+parseInt(_0x427061(0x138))/0x6*(parseInt(_0x427061(0xe6))/0x7)+-parseInt(_0x427061(0x1c1))/0x8+parseInt(_0x427061(0x197))/0x9+-parseInt(_0x427061(0x1b4))/0xa;if(_0x512a08===_0x27fa12)break;else _0x35719c['push'](_0x35719c['shift']());}catch(_0x1688ba){_0x35719c['push'](_0x35719c['shift']());}}}(_0x53c5,0xdcbf9));import{t as _0x588c8e}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'Line'},'contextMenu':{'container':{'rename':_0x1a436d(0x13b),'fitToContent':_0x1a436d(0x181),'selectContents':_0x1a436d(0xd5),'enableAutoResize':'Enable\x20auto\x20resize','disableAutoResize':_0x1a436d(0x198),'lockMembership':_0x1a436d(0xbb),'unlockMembership':_0x1a436d(0x1cc),'disband':_0x1a436d(0x1ad),'delete':_0x1a436d(0x142)},'containerChild':{'moveOut':_0x1a436d(0x1bb),'selectParent':'Select\x20parent\x20container','fitParent':_0x1a436d(0x167)},'swimlaneLane':{'add':'Add\x20lane','addBelow':_0x1a436d(0xe3),'addRight':'Add\x20lane\x20right','remove':_0x1a436d(0x135),'removeAndMovePrevious':'Move\x20contents\x20to\x20previous\x20lane\x20and\x20delete','removeAndPromote':_0x1a436d(0x12d),'removeAndDeleteContent':'Delete\x20contents\x20and\x20lane\x20item','removeAndMoveNext':'Move\x20contents\x20to\x20next\x20lane\x20and\x20delete','rename':_0x1a436d(0x12a),'movePrevious':'Move\x20lane\x20previous','moveNext':_0x1a436d(0x1cf),'expand':'Expand\x20lane','collapse':_0x1a436d(0x16f)}},'popup':{'containerName':_0x1a436d(0x195),'laneName':_0x1a436d(0x177),'cancel':_0x1a436d(0x106),'rename':'Rename'},'ink':{'finishEditing':_0x1a436d(0x152),'enterEditing':_0x1a436d(0xb3)},'mindMap':{'description':_0x1a436d(0xb5),'descriptionPlaceholder':'Add\x20a\x20description\x20for\x20this\x20node','saveDescription':_0x1a436d(0x12f)},'panel':{'moreShapes':_0x1a436d(0x16c),'more':_0x1a436d(0x15e),'back':_0x1a436d(0x14a),'close':_0x1a436d(0x104),'stickyNote':_0x1a436d(0x16d),'lineColor':'Line\x20color','lineWidth':_0x1a436d(0x10d),'reverseMarkers':'Reverse\x20markers','searchShapes':_0x1a436d(0xb6),'container':_0x1a436d(0x10e),'swimlane':_0x1a436d(0x1ce),'verticalSwimlane':_0x1a436d(0x1ab),'horizontalSwimlane':_0x1a436d(0x151),'vertical':'Vertical','horizontal':_0x1a436d(0x136),'tableCustomSize':_0x1a436d(0xeb),'tableRows':_0x1a436d(0xe9),'tableColumns':_0x1a436d(0xc2),'tableInsert':_0x1a436d(0x162),'customContainer':_0x1a436d(0x1a3),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x1a436d(0xe8),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x1a436d(0x12b),'mindMapGroupTree':'Tree\x20diagram','mindMapGroupTimeline':_0x1a436d(0x173),'mindMapRight':_0x1a436d(0x1a4),'mindMapLeft':_0x1a436d(0x139),'mindMapHorizontal':'Left\x20and\x20right\x20mind\x20map','mindMapVertical':_0x1a436d(0x1be),'mindMapTreeRight':_0x1a436d(0x1d8),'mindMapTreeLeft':_0x1a436d(0x132),'mindMapTreeAlternate':'Tree\x20alternate','mindMapTimelineHorizontal':'Timeline\x20horizontal','mindMapTimelineVertical':_0x1a436d(0xde),'mindMapNodeText':_0x1a436d(0x14b)},'settings':{'collaboratorCursors':_0x1a436d(0x1de),'find':_0x1a436d(0x12c),'grid':_0x1a436d(0x19c),'preciseSelection':_0x1a436d(0x144),'quickAdd':_0x1a436d(0x160),'theme':'Theme','themeOption':'Theme\x20{0}','themePreviewStart':'Start','themePreviewData':_0x1a436d(0x11a),'undo':_0x1a436d(0xdb),'redo':_0x1a436d(0x1cd),'settings':_0x1a436d(0xcd),'objects':_0x1a436d(0xb9),'findBoardElements':_0x1a436d(0xbe),'noMatches':'No\x20matches','showDimensions':'Show\x20dimensions','showToolbar':_0x1a436d(0xfd),'translateInto':_0x1a436d(0x17d),'import':'Import','export':_0x1a436d(0x110)},'objectListPanel':{'title':_0x1a436d(0xb9),'empty':_0x1a436d(0x114),'showAll':_0x1a436d(0x11e),'hideAll':_0x1a436d(0x18a),'moveForward':_0x1a436d(0x126),'moveBackward':_0x1a436d(0xbf),'close':'Close','nameInput':_0x1a436d(0x148),'hide':_0x1a436d(0x125),'show':_0x1a436d(0x1ca),'lock':'Lock','unlock':'Unlock','details':_0x1a436d(0x13a),'locate':'Locate','expand':_0x1a436d(0x185),'collapse':_0x1a436d(0x112),'dragToReorder':_0x1a436d(0x150),'search':'Search\x20objects','filterAll':'All','filterHidden':'Hidden','filterLocked':'Locked','sectionCanvas':_0x1a436d(0xf1),'sectionFloating':_0x1a436d(0x1cb),'name':_0x1a436d(0x124),'description':_0x1a436d(0xb5),'descriptionPlaceholder':'Add\x20a\x20description','noSelection':_0x1a436d(0xf7),'elementTypes':{'object':_0x1a436d(0x155),'connector':_0x1a436d(0xd3),'container':'Container','group':_0x1a436d(0x188),'image':_0x1a436d(0x174),'chart':_0x1a436d(0x1c2),'page':_0x1a436d(0x170),'placeholder':'Placeholder','shape':_0x1a436d(0x1a1),'table':_0x1a436d(0x107),'text':_0x1a436d(0x1d3),'smartArt':_0x1a436d(0x137),'video':_0x1a436d(0x1b3),'unit':_0x1a436d(0x159),'dom':'DOM'}},'find':{'lanePosition':_0x1a436d(0x15f),'tableCellPosition':_0x1a436d(0xfe),'elementTypes':{'connector':_0x1a436d(0xd3),'container':_0x1a436d(0x10e),'group':_0x1a436d(0x188),'image':_0x1a436d(0x174),'page':_0x1a436d(0x170),'placeholder':'Placeholder','shape':'Shape','table':'Table','text':_0x1a436d(0x1d3)}},'themePresets':{'default':'Default','classic':_0x1a436d(0xf8),'vintage':_0x1a436d(0x158),'gray':_0x1a436d(0x192),'vibrant':'Vibrant','blue':_0x1a436d(0xdf)},'toolbar':{'resetColor':_0x1a436d(0x168),'shape':_0x1a436d(0x1a1),'text':'Text','stickyNote':_0x1a436d(0x11b),'line':_0x1a436d(0xea),'container':_0x1a436d(0x10e),'swimlane':_0x1a436d(0x1ce),'table':_0x1a436d(0x107),'chart':_0x1a436d(0x1c2),'pen':'Pen','mindMap':_0x1a436d(0xb8),'resources':_0x1a436d(0x1ba),'image':_0x1a436d(0x174),'import':_0x1a436d(0xcc),'wrapInContainer':'Wrap\x20in\x20container','addSwimlaneLane':_0x1a436d(0x130),'swimlaneMenu':'Swimlane','swimlaneLaneMenu':_0x1a436d(0x123),'editBrushPath':_0x1a436d(0x194),'arrange':_0x1a436d(0x163),'bringToFront':_0x1a436d(0xd0),'bringForward':_0x1a436d(0x153),'sendBackward':_0x1a436d(0x15c),'sendToBack':_0x1a436d(0xd7),'more':_0x1a436d(0x15e)},'mermaidImport':{'cancel':_0x1a436d(0x106),'containerName':_0x1a436d(0x195),'defaultContainerName':_0x1a436d(0x117),'converting':_0x1a436d(0x103),'emptyPreview':_0x1a436d(0xcf),'diagnostics':{'emptyDraft':_0x1a436d(0x190),'expandedBounds':'Returned\x20bounds\x20did\x20not\x20include\x20all\x20elements;\x20preview\x20bounds\x20were\x20expanded.','invalidElement':'Skipped\x20invalid\x20board\x20element:\x20{0}.','renderElementFailed':'Failed\x20to\x20render\x20element\x20in\x20preview:\x20{0}.','previewPaused':_0x1a436d(0x1a0)},'errors':{'emptyCode':_0x1a436d(0x18c),'exchangeUnavailable':'Exchange\x20client\x20is\x20not\x20registered.','insertFailed':_0x1a436d(0x131),'invalidDraft':_0x1a436d(0x16a)},'help':_0x1a436d(0xc8),'insert':'Insert','renderPreview':_0x1a436d(0xee),'inserting':'Inserting...','types':{'classDiagram':_0x1a436d(0x1bd),'erDiagram':_0x1a436d(0xca),'flowchart':_0x1a436d(0x15b),'mindMap':_0x1a436d(0xb8),'sequenceDiagram':_0x1a436d(0xf0),'stateDiagram':_0x1a436d(0x19e)}},'shapePresets':{..._0x588c8e,'roundedRectangle':'Rounded\x20rectangle','oval':_0x1a436d(0x19f),'diamond':_0x1a436d(0x1c8),'rectangle':'Rectangle','circle':'Circle','cylinder':'Cylinder','chevron':_0x1a436d(0x176),'rightArrowBlock':_0x1a436d(0x12e),'parallelogram':_0x1a436d(0x100),'trapezoid':_0x1a436d(0xba),'speechBubble':_0x1a436d(0xbc),'roundedCallout':_0x1a436d(0x1b5),'rightTriangle':_0x1a436d(0x178),'triangle':'Triangle','star':_0x1a436d(0xe5),'hexagon':'Hexagon','pentagon':_0x1a436d(0x179),'octagon':'Octagon','leftArrow':'Left\x20arrow','rightArrow':_0x1a436d(0x13f),'leftRightArrow':'Left-right\x20arrow','cloud':'Cloud','leftBrace':'Left\x20brace','rightBrace':_0x1a436d(0x140),'plus':_0x1a436d(0x17c),'actor':_0x1a436d(0x1ac),'boundary':_0x1a436d(0x1bf),'control':_0x1a436d(0x11c),'entity':_0x1a436d(0xc6),'collection':_0x1a436d(0x199),'dataFlowRoundedRectangle':_0x1a436d(0x17e),'dataFlowCircle':_0x1a436d(0xf5),'dataFlowRoundedSquare':_0x1a436d(0x1a5),'dataStorage1':_0x1a436d(0x146),'dataStorage2':_0x1a436d(0x169),'dataStorage3':_0x1a436d(0x13c),'lineNone':_0x1a436d(0x134),'lineDashedNone':_0x1a436d(0xbd),'lineOpenArrow':_0x1a436d(0x1dc),'lineDoubleOpenArrow':_0x1a436d(0x102),'actorLifeline':'Actor\x20lifeline','boundaryLifeline':_0x1a436d(0xc4),'controlLifeline':_0x1a436d(0x1dd),'entityLifeline':_0x1a436d(0x15a),'collectionLifeline':_0x1a436d(0x1c4),'objectLifeline':_0x1a436d(0x19d),'magneticDiskLifeline':_0x1a436d(0x145),'directAccessStorageLifeline':_0x1a436d(0x1a6),'activationBar':_0x1a436d(0x164),'sequenceFragment':_0x1a436d(0xf9),'sequenceAlternativeFragment':_0x1a436d(0x149),'umlClass':_0x1a436d(0x1b1),'umlInterface':_0x1a436d(0x17b),'umlInterfaceShape':'Interface','umlClassifier':_0x1a436d(0xd2),'umlHollowDiamondConnector':_0x1a436d(0xe2),'umlFilledDiamondConnector':_0x1a436d(0xda),'umlFilledArrowConnector':_0x1a436d(0x1b9),'umlDashedOpenArrowConnector':_0x1a436d(0x1a9),'umlDashedFilledArrowConnector':_0x1a436d(0x1b6),'erdEntity':'Entity','erdKeyField':_0x1a436d(0x193),'erdFieldType':_0x1a436d(0x115),'erdFull':_0x1a436d(0xf3),'initialState':_0x1a436d(0x17f),'finalState':'Final\x20state','stateBar':_0x1a436d(0xef),'requiredInterface':_0x1a436d(0x183),'assemblyConnector':_0x1a436d(0x1b8),'providedInterface':'Provided\x20interface','componentBox':_0x1a436d(0xc7),'component':'Component'},'shapeCategories':{'basics':'Basics','basicShapes':{'rectangle':_0x1a436d(0x128),'basicShape':_0x1a436d(0x157),'blockArrow':_0x1a436d(0x1b0),'equationShape':_0x1a436d(0xd6),'flowchart':_0x1a436d(0x15b),'starAndBanner':_0x1a436d(0x120),'callout':_0x1a436d(0x1c7),'actionButton':_0x1a436d(0xd1),'other':_0x1a436d(0x14c)},'classDiagram':_0x1a436d(0x1da),'dataFlowDiagram':_0x1a436d(0x184),'line':_0x1a436d(0xea),'entityRelationshipDiagram':_0x1a436d(0xc5),'umlCustomShapes':_0x1a436d(0xb7),'umlSequenceDiagram':'UML\x20sequence\x20diagram','statusDiagram':_0x1a436d(0x10b),'componentDiagram':_0x1a436d(0xce)},'connector':{'toolbar':{'sourceMarker':_0x1a436d(0x14f),'swapMarkers':_0x1a436d(0x18b),'targetMarker':_0x1a436d(0xd8),'lineColor':_0x1a436d(0x1a8),'lineWidth':_0x1a436d(0x1ae),'opacityPercent':_0x1a436d(0x18d),'settings':_0x1a436d(0x175),'smoothElbow':_0x1a436d(0xc1),'bridge':_0x1a436d(0x118),'insertText':_0x1a436d(0x1c3),'more':_0x1a436d(0x15e)},'routing':{'straight':_0x1a436d(0xea),'elbow':_0x1a436d(0xe7),'polyline':'Polyline','curve':_0x1a436d(0x1b7)},'strokeWidth':{'thin':_0x1a436d(0xcb),'regular':_0x1a436d(0x147),'medium':_0x1a436d(0x127),'bold':_0x1a436d(0x1d6)},'dash':{'solid':_0x1a436d(0x172),'dashed':'Dashed','dotted':'Dotted','dashDot':_0x1a436d(0x1db)},'marker':{'none':_0x1a436d(0x186),'arrow':_0x1a436d(0x180),'filledArrow':_0x1a436d(0x154),'openArrow':_0x1a436d(0x1dc),'triangle':_0x1a436d(0xed),'filledTriangle':_0x1a436d(0xdc),'hollowTriangle':_0x1a436d(0x119),'diamond':_0x1a436d(0x1c8),'hollowDiamond':_0x1a436d(0x10a),'filledDiamond':'Filled\x20diamond','circle':_0x1a436d(0xf5),'filledCircle':'Filled\x20circle','bar':_0x1a436d(0x105),'doubleBar':_0x1a436d(0x196),'crowFoot':_0x1a436d(0x1c9),'crowsFoot':_0x1a436d(0x1c9),'barCrowsFoot':_0x1a436d(0xfb),'circleCrowsFoot':'Circle\x20crow\x20foot','circleBar':_0x1a436d(0x1c5),'x':'X','cross':_0x1a436d(0x14e),'plus':_0x1a436d(0x17c),'zeroOrOne':'Zero\x20or\x20one','zeroOrMany':'Zero\x20or\x20many','oneOrMany':'One\x20or\x20many'}},'zoom':{'dragMode':_0x1a436d(0x13e),'fitContent':_0x1a436d(0x1d2),'zoomOut':_0x1a436d(0x116),'resetZoom':_0x1a436d(0x101),'zoomIn':'Zoom\x20in','help':'Help'},'shortcutHelp':{'title':_0x1a436d(0x143),'close':_0x1a436d(0x19b),'sections':{'tools':_0x1a436d(0x11d),'navigator':_0x1a436d(0x19a),'view':_0x1a436d(0x18e),'selection':_0x1a436d(0x10f),'editing':'Edit\x20shape','grouping':_0x1a436d(0xfa),'swimlane':_0x1a436d(0x1ce),'mindMap':_0x1a436d(0xb8),'layout':_0x1a436d(0xf4),'font':_0x1a436d(0x129)},'items':{'showMoreShapes':'Show\x20more\x20shapes','roundedRectangle':_0x1a436d(0x17e),'rectangle':_0x1a436d(0x189),'oval':_0x1a436d(0x19f),'diamond':_0x1a436d(0x1c8),'text':_0x1a436d(0x1d3),'elbowConnector':_0x1a436d(0x1d1),'line':_0x1a436d(0xea),'stickyNote':_0x1a436d(0x16d),'search':_0x1a436d(0x17a),'zoomWheel':_0x1a436d(0x1d9),'zoomPinch':_0x1a436d(0x1d9),'zoomTo100':_0x1a436d(0x1bc),'zoomToSelection':_0x1a436d(0xe0),'zoomToFit':_0x1a436d(0x1aa),'enterFullScreen':_0x1a436d(0x108),'exitFullScreen':_0x1a436d(0x111),'selectShape':_0x1a436d(0x10f),'selectAll':_0x1a436d(0x15d),'multipleSelect':_0x1a436d(0x10c),'invertSelection':_0x1a436d(0x1af),'preciseSelection':_0x1a436d(0x144),'deepSelect':'Deep\x20select','editShape':_0x1a436d(0x113),'copy':_0x1a436d(0x1a7),'copyAsImage':'Copy\x20as\x20image','paste':'Paste','cut':_0x1a436d(0x182),'makeCopy':_0x1a436d(0xff),'scale':_0x1a436d(0xdd),'copyStyle':_0x1a436d(0xe4),'pasteStyle':_0x1a436d(0x18f),'moveAxisLocked':_0x1a436d(0xf2),'flipHorizontal':_0x1a436d(0x1b2),'flipVertical':'Flip\x20Vertical','undo':_0x1a436d(0xdb),'redo':'Redo','toggleQuickAdd':_0x1a436d(0x171),'hideCollaboratorsCursors':_0x1a436d(0x187),'toggleToolbar':'Hide/show\x20toolbar','delete':_0x1a436d(0x1d4),'group':_0x1a436d(0x188),'ungroup':_0x1a436d(0x165),'selectUpperLayerGroups':_0x1a436d(0x109),'selectShapesToGroup':_0x1a436d(0xb4),'swimlaneLaneRename':_0x1a436d(0x12a),'swimlaneLaneToggleCollapsed':_0x1a436d(0xe1),'swimlaneLaneMovePrevious':_0x1a436d(0x122),'swimlaneLaneMoveNext':_0x1a436d(0x1cf),'swimlaneLaneRemove':_0x1a436d(0xfc),'addSiblingNode':'Add\x20Sibling\x20Node','addChildNode':_0x1a436d(0x121),'addParentNode':'Add\x20Parent\x20Node','foldChildNodes':_0x1a436d(0x1c6),'collapseAllNodes':'Collapse/expand\x20all\x20nodes','addDescription':_0x1a436d(0xc0),'editCurrentNode':_0x1a436d(0xd9),'bringToFront':_0x1a436d(0xd0),'sendToBack':_0x1a436d(0xd7),'alignLeft':_0x1a436d(0x166),'alignRight':'Align\x20Right','alignTop':_0x1a436d(0x1d7),'alignBottom':_0x1a436d(0xf6),'alignMiddle':_0x1a436d(0x11f),'alignCenter':_0x1a436d(0x1d0),'distributeHorizontally':_0x1a436d(0x191),'distributeVertically':_0x1a436d(0x133),'disableObjectAlignment':'Disable\x20object\x20alignment','increaseFontSize':_0x1a436d(0xd4),'decreaseFontSize':_0x1a436d(0xc3),'bold':_0x1a436d(0x1d6),'strikethrough':_0x1a436d(0xec),'italic':_0x1a436d(0x14d),'underline':_0x1a436d(0x141),'link':_0x1a436d(0x1c0),'numberedList':_0x1a436d(0x161),'bulletedList':_0x1a436d(0x13d),'quote':'Quote','alignTextLeft':_0x1a436d(0x166),'alignTextRight':_0x1a436d(0x1d5),'alignTextCenter':_0x1a436d(0x1d0)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x514481=_0x56e8;(function(_0x45ce6e,_0x1b4d4e){const _0x1467e8=_0x56e8,_0x290866=_0x45ce6e();while(!![]){try{const _0x3ebfab=-parseInt(_0x1467e8(0x201))/0x1*(parseInt(_0x1467e8(0x18b))/0x2)+-parseInt(_0x1467e8(0x216))/0x3*(-parseInt(_0x1467e8(0x170))/0x4)+parseInt(_0x1467e8(0x22d))/0x5+-parseInt(_0x1467e8(0x174))/0x6*(-parseInt(_0x1467e8(0x133))/0x7)+-parseInt(_0x1467e8(0x152))/0x8*(-parseInt(_0x1467e8(0x1c8))/0x9)+-parseInt(_0x1467e8(0x11b))/0xa*(-parseInt(_0x1467e8(0x1ed))/0xb)+-parseInt(_0x1467e8(0x15e))/0xc;if(_0x3ebfab===_0x1b4d4e)break;else _0x290866['push'](_0x290866['shift']());}catch(_0x18af3a){_0x290866['push'](_0x290866['shift']());}}}(_0x1a7b,0xa3472));import{t as _0x3e860e}from'../shape-preset-labels-092BdVw3.js';function _0x56e8(_0x527746,_0x43f252){_0x527746=_0x527746-0x10d;const _0x1a7be7=_0x1a7b();let _0x56e877=_0x1a7be7[_0x527746];return _0x56e877;}function _0x1a7b(){const _0x4d4600=['Cero\x20o\x20uno','Agregar\x20texto','1\x20:\x201','Añadir\x20carril\x20debajo','Barra','33180RgzxXy','Azul','Voltear\x20horizontalmente','Hexágono','Añadir\x20carril','SmartArt','Buscar','No\x20se\x20pudo\x20insertar\x20el\x20borrador\x20del\x20tablero.','Pata\x20de\x20gallo\x20con\x20barra','Unidad','Óvalo','Línea\x20de\x20vida\x20de\x20disco\x20magnético','Mapa\x20mental\x20hacia\x20la\x20derecha','Plegar\x20/\x20desplegar\x20nodos\x20hijos','¿Cómo\x20dibujar\x20diagramas\x20con\x20Mermaid?','Editar\x20nodo\x20actual','Línea','Acercar\x20/\x20alejar','Discontinuo','Vista','Seleccionar\x20todo','Mapa\x20mental','Invertir\x20flechas','Triángulo\x20rectángulo','25627NwsXUu','Diagrama\x20de\x20clases','Más','Nube','Mover\x20carril\x20hacia\x20abajo','Aumentar\x20tamaño\x20de\x20fuente','Conector\x20de\x20flecha\x20rellena\x20discontinua','Flecha\x20rellena','Reducir','Vintage','Diagrama\x20importado','Horizontal','Llamada\x20redondeada','Elemento\x20de\x20carril','Gris','El\x20código\x20Mermaid\x20está\x20vacío.','Línea\x20de\x20tiempo\x20horizontal','Flecha\x20izquierda','Árbol\x20a\x20la\x20izquierda','Diagrama\x20de\x20secuencia\x20UML','Insertando...','Sin\x20objetos','Línea\x20de\x20vida\x20de\x20control','Buscar\x20formas','Línea\x20recta','Mostrar\x20todo','Disposición','Exportar','Conector\x20en\x20ángulo','Conector\x20de\x20flecha\x20rellena','Carril\x20horizontal','488WWebPH','Disolver\x20contenedor','Ayuda','Polilínea','No\x20se\x20devolvieron\x20elementos\x20de\x20tablero\x20importables.','Traer\x20adelante','Escalar','Página','Cerrar\x20atajos','Línea\x20de\x20vida\x20de\x20objeto','Línea\x20en\x20ángulo','Componente','13291452KvmIjs','Cortar','Seleccionar\x20contenedor\x20principal','Grosor','Eliminar\x20carril','Entidad\x20de\x20campo\x20clave','Objetos','Almacén\x20de\x20datos\x201','Mostrar\x20dimensiones','Seleccionar\x20contenido','Recursos','Rombo\x20hueco','Chevron','Nota\x20adhesiva','Pegar','Convirtiendo\x20Mermaid...','Paralelogramo','Bloquear','412EDObrT','Deshacer','Barra\x20de\x20activación','Carril\x20(swimlane)','450FMgEtr','Cilindro','Flecha\x20abierta','Cursiva','Más\x20formas','Clasificador','Plegar\x20/\x20expandir\x20carril','Mostrar\x20barra\x20de\x20herramientas','Mover\x20contenido\x20al\x20siguiente\x20carril\x20y\x20eliminar','Alinear\x20a\x20la\x20izquierda','Seleccionar\x20forma','Línea\x20de\x20vida\x20de\x20entidad','Imagen','Pega\x20código\x20Mermaid\x20para\x20previsualizarlo','Bloqueados','Navegador','Grosor\x20de\x20línea','Frontera','Centrar\x20horizontalmente','Conector','Restablecer\x20color','Conector\x20en\x20rombo\x20hueco','Color\x20de\x20línea','401026VPbKWG','Lápiz','Flecha','Lista\x20con\x20viñetas','Círculo\x20relleno','Actor','Guardar','Entidad\x20de\x20tipo\x20de\x20campo\x20clave','Añadir\x20una\x20descripción','Expandir\x20carril','Cerrar','El\x20cliente\x20Exchange\x20no\x20está\x20registrado.','Línea\x20punto-raya','Línea\x20de\x20vida\x20de\x20frontera','Uno\x20o\x20muchos','Línea\x20de\x20vida\x20de\x20almacenamiento\x20de\x20acceso\x20directo','Selección\x20precisa','Negrita','Añadir\x20rápido','Mapa\x20mental\x20horizontal','Datos','Tachado','Vivo','Intercambiar\x20flechas','Agrupar\x20formas','Diagrama\x20ER','Mapa\x20mental\x20vertical','Interfaz\x20proporcionada','Salir\x20de\x20pantalla\x20completa','Añadir\x20una\x20descripción\x20a\x20este\x20nodo','Localizar','Copiar','Carril','Cero\x20o\x20muchos','Cancelar','Sacar\x20del\x20contenedor','Se\x20omitió\x20un\x20elemento\x20de\x20tablero\x20no\x20válido:\x20{0}.','Botones\x20de\x20acción','Sin\x20coincidencias','Filas','Carril\x20vertical','Mover\x20carril\x20hacia\x20arriba','Cita','Capa\x20flotante','Diagrama\x20de\x20secuencia','Todo','Formas\x20de\x20ecuación','Gráfico','Flecha\x20derecha','Alinear\x20arriba','Inicio','Triángulo\x20hueco','DOM','Plegar\x20carril','Añadir\x20nodo\x20padre','Rectángulo\x20redondeado','Formas\x20UML\x20personalizadas','Atajos\x20de\x20teclado','Mostrar','El\x20servidor\x20no\x20devolvió\x20un\x20borrador\x20de\x20tablero\x20válido.','Otros','86031kyFWgk','Nombre\x20del\x20contenedor','Añadir\x20nodo\x20hermano','Arrastre\x20para\x20reordenar','Eliminar\x20contenedor','Línea\x20(sin\x20flecha)','Centrar\x20verticalmente','Mostrar\x20/\x20ocultar\x20barra\x20de\x20herramientas','No\x20se\x20pudo\x20renderizar\x20el\x20elemento\x20en\x20la\x20vista\x20previa:\x20{0}.','Mover\x20en\x20horizontal\x20/\x20vertical','Línea\x20de\x20tiempo','Cambiar\x20nombre','Contenedor','Agrupar','Flecha\x20de\x20origen','Forma','Aumentar','Doble\x20flecha\x20abierta','Buscar\x20objetos','Formas\x20básicas','Marcador\x20de\x20posición','Entidad\x20de\x20tipo\x20de\x20campo','Estrellas\x20y\x20banderines','Objeto','Añadir\x20descripción','Rombo','Capa\x20de\x20lienzo','Vertical','Fuente','Editar\x20trazo\x20del\x20pincel','Sólido','Seleccionar\x20formas\x20a\x20agrupar','Entidad','Enviar\x20al\x20fondo','Grueso','Fragmento\x20de\x20secuencia\x20alternativa','Importar','847nzsXoh','Enviar\x20atrás','Distribuir\x20horizontalmente','Diagrama\x20de\x20estados','Tema\x20{0}','Editar\x20forma','Trapecio','Pentágono','Descripción','Nombre\x20del\x20objeto','Ajustes\x20de\x20línea','Copiar\x20como\x20imagen','Círculo\x20con\x20barra','Texto','Línea\x20de\x20vida\x20del\x20actor','Selección\x20múltiple\x20/\x20deseleccionar','Cuadrado\x20redondeado','Subrayado','Caja\x20de\x20componente','Diagrama\x20de\x20flujo','1MUzAKK','Rectángulo','Tabla','Grupo','Línea\x20de\x20vida\x20de\x20colección','Mostrar\x20/\x20ocultar\x20Añadir\x20rápido','Sacar\x20el\x20contenido\x20y\x20eliminar\x20el\x20carril','Alinear\x20abajo','Bloque\x20de\x20flecha\x20derecha','Bocadillo','Eliminar','Listo','Doble\x20barra','Traer\x20al\x20frente','Triángulo\x20relleno','Clásico','Flecha\x20izquierda-derecha','Nombre\x20del\x20carril','Zoom\x20al\x20100%','Lista\x20numerada','Cambiar\x20nombre\x20del\x20carril','12300AaCouq','Flechas\x20de\x20bloque','Alinear\x20a\x20la\x20derecha','Rombo\x20relleno','Centrar','Cambiar\x20nombre\x20del\x20contenedor','Básico','Plegar\x20/\x20expandir\x20todos\x20los\x20nodos','Rehacer','Expandir','Pegar\x20estilo','Insertar','Bloquear\x20pertenencia','Contraer','Opacidad\x20{0}%','Triángulo','Añadir\x20elemento\x20de\x20carril','Eliminar\x20contenido\x20y\x20carril','Estrella','Interfaz\x20requerida','Línea\x20de\x20tiempo\x20vertical','Cruz','Desbloquear','2207300yryocX','Desbloquear\x20pertenencia','Envolver\x20en\x20un\x20contenedor','Seleccionar\x20grupos\x20de\x20nivel\x20superior','Diagrama\x20entidad-relación','Círculo','Fino','Herramientas','Llave\x20derecha','Traducir\x20a','Ajustar\x20el\x20contenedor\x20principal\x20al\x20contenido','Añadir\x20nodo\x20hijo','Normal','Ajustar\x20al\x20contenido','Estado\x20inicial','Restablecer\x20zoom'];_0x1a7b=function(){return _0x4d4600;};return _0x1a7b();}const t={'boards-ui':{'line':{'title':_0x514481(0x12b)},'contextMenu':{'container':{'rename':_0x514481(0x21b),'fitToContent':_0x514481(0x113),'selectContents':_0x514481(0x167),'enableAutoResize':'Activar\x20ajuste\x20automático','disableAutoResize':'Desactivar\x20ajuste\x20automático','lockMembership':_0x514481(0x222),'unlockMembership':_0x514481(0x22e),'disband':_0x514481(0x153),'delete':_0x514481(0x1cc)},'containerChild':{'moveOut':_0x514481(0x1ae),'selectParent':_0x514481(0x160),'fitParent':_0x514481(0x110)},'swimlaneLane':{'add':_0x514481(0x11f),'addBelow':_0x514481(0x119),'addRight':'Añadir\x20carril\x20a\x20la\x20derecha','remove':_0x514481(0x162),'removeAndMovePrevious':'Mover\x20contenido\x20al\x20carril\x20anterior\x20y\x20eliminar','removeAndPromote':_0x514481(0x207),'removeAndDeleteContent':_0x514481(0x227),'removeAndMoveNext':_0x514481(0x17c),'rename':_0x514481(0x215),'movePrevious':'Mover\x20carril\x20hacia\x20arriba','moveNext':_0x514481(0x137),'expand':_0x514481(0x194),'collapse':_0x514481(0x1c0)}},'popup':{'containerName':'Nombre\x20del\x20contenedor','laneName':_0x514481(0x212),'cancel':_0x514481(0x1ad),'rename':_0x514481(0x1d3)},'ink':{'finishEditing':_0x514481(0x20c),'enterEditing':'Editar\x20trazo'},'mindMap':{'description':_0x514481(0x1f5),'descriptionPlaceholder':_0x514481(0x1a8),'saveDescription':_0x514481(0x191)},'panel':{'moreShapes':_0x514481(0x178),'more':_0x514481(0x135),'back':'Atrás','close':'Cerrar','stickyNote':_0x514481(0x16b),'lineColor':_0x514481(0x18a),'lineWidth':_0x514481(0x184),'reverseMarkers':_0x514481(0x131),'searchShapes':_0x514481(0x14a),'container':_0x514481(0x1d4),'swimlane':_0x514481(0x173),'verticalSwimlane':_0x514481(0x1b3),'horizontalSwimlane':_0x514481(0x151),'vertical':_0x514481(0x1e3),'horizontal':_0x514481(0x13e),'tableCustomSize':'Tamaño\x20personalizado','tableRows':_0x514481(0x1b2),'tableColumns':'Columnas','tableInsert':_0x514481(0x221),'customContainer':'Personalizado','containerRatio16By9':'16\x20:\x209','containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x514481(0x118),'containerA4':'A4','mindMapGroupMindMap':_0x514481(0x130),'mindMapGroupTree':'Diagrama\x20de\x20árbol','mindMapGroupTimeline':_0x514481(0x1d2),'mindMapRight':_0x514481(0x127),'mindMapLeft':'Mapa\x20mental\x20hacia\x20la\x20izquierda','mindMapHorizontal':_0x514481(0x19e),'mindMapVertical':_0x514481(0x1a5),'mindMapTreeRight':'Árbol\x20a\x20la\x20derecha','mindMapTreeLeft':_0x514481(0x145),'mindMapTreeAlternate':'Árbol\x20alterno','mindMapTimelineHorizontal':_0x514481(0x143),'mindMapTimelineVertical':_0x514481(0x22a),'mindMapNodeText':_0x514481(0x117)},'settings':{'collaboratorCursors':'Cursores\x20de\x20colaboradores','find':_0x514481(0x121),'grid':'Rejilla','preciseSelection':_0x514481(0x19b),'quickAdd':_0x514481(0x19d),'theme':'Tema','themeOption':_0x514481(0x1f1),'themePreviewStart':_0x514481(0x1bd),'themePreviewData':_0x514481(0x19f),'undo':_0x514481(0x171),'redo':_0x514481(0x21e),'settings':'Ajustes','objects':_0x514481(0x164),'findBoardElements':'Buscar\x20elementos\x20del\x20tablero','noMatches':_0x514481(0x1b1),'showDimensions':_0x514481(0x166),'showToolbar':_0x514481(0x17b),'translateInto':_0x514481(0x10f),'import':_0x514481(0x1ec),'export':_0x514481(0x14e)},'objectListPanel':{'title':_0x514481(0x164),'empty':_0x514481(0x148),'showAll':_0x514481(0x14c),'hideAll':'Ocultar\x20todo','moveForward':'Traer\x20al\x20frente','moveBackward':_0x514481(0x1ee),'close':_0x514481(0x195),'nameInput':_0x514481(0x1f6),'hide':'Ocultar','show':_0x514481(0x1c5),'lock':_0x514481(0x16f),'unlock':_0x514481(0x22c),'details':'Detalles','locate':_0x514481(0x1a9),'expand':_0x514481(0x21f),'collapse':_0x514481(0x223),'dragToReorder':_0x514481(0x1cb),'search':_0x514481(0x1da),'filterAll':_0x514481(0x1b8),'filterHidden':'Ocultos','filterLocked':_0x514481(0x182),'sectionCanvas':_0x514481(0x1e2),'sectionFloating':_0x514481(0x1b6),'name':'Nombre','description':_0x514481(0x1f5),'descriptionPlaceholder':_0x514481(0x193),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','elementTypes':{'object':_0x514481(0x1df),'connector':'Conector','container':'Contenedor','group':'Grupo','image':_0x514481(0x180),'chart':_0x514481(0x1ba),'page':_0x514481(0x159),'placeholder':_0x514481(0x1dc),'shape':_0x514481(0x1d7),'table':_0x514481(0x203),'text':_0x514481(0x1fa),'smartArt':_0x514481(0x120),'video':'Vídeo','unit':_0x514481(0x124),'dom':_0x514481(0x1bf)}},'find':{'lanePosition':'Carril\x20{0}','tableCellPosition':'Fila\x20{0},\x20Columna\x20{1}','elementTypes':{'connector':'Conector','container':_0x514481(0x1d4),'group':_0x514481(0x204),'image':'Imagen','page':_0x514481(0x159),'placeholder':_0x514481(0x1dc),'shape':_0x514481(0x1d7),'table':'Tabla','text':_0x514481(0x1fa)}},'themePresets':{'default':'Predeterminado','classic':_0x514481(0x210),'vintage':_0x514481(0x13c),'gray':_0x514481(0x141),'vibrant':_0x514481(0x1a1),'blue':_0x514481(0x11c)},'toolbar':{'resetColor':_0x514481(0x188),'shape':_0x514481(0x1d7),'text':'Texto','stickyNote':_0x514481(0x16b),'line':_0x514481(0x187),'container':'Contenedor','swimlane':_0x514481(0x1ab),'table':_0x514481(0x203),'chart':_0x514481(0x1ba),'pen':_0x514481(0x18c),'mindMap':_0x514481(0x130),'resources':_0x514481(0x168),'image':_0x514481(0x180),'import':_0x514481(0x1ec),'wrapInContainer':_0x514481(0x22f),'addSwimlaneLane':_0x514481(0x226),'swimlaneMenu':_0x514481(0x1ab),'swimlaneLaneMenu':_0x514481(0x140),'editBrushPath':_0x514481(0x1e5),'arrange':'Organizar','bringToFront':_0x514481(0x20e),'bringForward':_0x514481(0x157),'sendBackward':_0x514481(0x1ee),'sendToBack':_0x514481(0x1e9),'more':_0x514481(0x135)},'mermaidImport':{'cancel':_0x514481(0x1ad),'containerName':_0x514481(0x1c9),'defaultContainerName':_0x514481(0x13d),'converting':_0x514481(0x16d),'emptyPreview':_0x514481(0x181),'diagnostics':{'emptyDraft':_0x514481(0x156),'expandedBounds':'Los\x20límites\x20devueltos\x20no\x20incluían\x20todos\x20los\x20elementos;\x20se\x20ampliaron\x20los\x20límites\x20de\x20la\x20vista\x20previa.','invalidElement':_0x514481(0x1af),'renderElementFailed':_0x514481(0x1d0),'previewPaused':'Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.'},'errors':{'emptyCode':_0x514481(0x142),'exchangeUnavailable':_0x514481(0x196),'insertFailed':_0x514481(0x122),'invalidDraft':_0x514481(0x1c6)},'help':_0x514481(0x129),'insert':'Insertar','renderPreview':'Render\x20preview','inserting':_0x514481(0x147),'types':{'classDiagram':_0x514481(0x134),'erDiagram':_0x514481(0x1a4),'flowchart':_0x514481(0x200),'mindMap':_0x514481(0x130),'sequenceDiagram':_0x514481(0x1b7),'stateDiagram':'Diagrama\x20de\x20estados'}},'shapePresets':{..._0x3e860e,'roundedRectangle':'Rectángulo\x20redondeado','oval':_0x514481(0x125),'diamond':_0x514481(0x1e1),'rectangle':_0x514481(0x202),'circle':_0x514481(0x232),'cylinder':_0x514481(0x175),'chevron':_0x514481(0x16a),'rightArrowBlock':_0x514481(0x209),'parallelogram':_0x514481(0x16e),'trapezoid':_0x514481(0x1f3),'speechBubble':_0x514481(0x20a),'roundedCallout':_0x514481(0x13f),'rightTriangle':_0x514481(0x132),'triangle':'Triángulo','star':_0x514481(0x228),'hexagon':_0x514481(0x11e),'pentagon':_0x514481(0x1f4),'octagon':'Octágono','leftArrow':_0x514481(0x144),'rightArrow':_0x514481(0x1bb),'leftRightArrow':_0x514481(0x211),'cloud':_0x514481(0x136),'leftBrace':'Llave\x20izquierda','rightBrace':_0x514481(0x10e),'plus':'Más','actor':_0x514481(0x190),'boundary':_0x514481(0x185),'control':'Control','entity':_0x514481(0x1e8),'collection':'Colección','dataFlowRoundedRectangle':_0x514481(0x1c2),'dataFlowCircle':_0x514481(0x232),'dataFlowRoundedSquare':_0x514481(0x1fd),'dataStorage1':_0x514481(0x165),'dataStorage2':'Almacén\x20de\x20datos\x202','dataStorage3':'Almacén\x20de\x20datos\x203','lineNone':_0x514481(0x1cd),'lineDashedNone':'Línea\x20discontinua\x20(sin\x20flecha)','lineOpenArrow':_0x514481(0x176),'lineDoubleOpenArrow':_0x514481(0x1d9),'actorLifeline':_0x514481(0x1fb),'boundaryLifeline':_0x514481(0x198),'controlLifeline':_0x514481(0x149),'entityLifeline':_0x514481(0x17f),'collectionLifeline':_0x514481(0x205),'objectLifeline':_0x514481(0x15b),'magneticDiskLifeline':_0x514481(0x126),'directAccessStorageLifeline':_0x514481(0x19a),'activationBar':_0x514481(0x172),'sequenceFragment':'Fragmento\x20de\x20secuencia','sequenceAlternativeFragment':_0x514481(0x1eb),'umlClass':'Clase','umlInterface':'Interfaz','umlInterfaceShape':'Interfaz','umlClassifier':_0x514481(0x179),'umlHollowDiamondConnector':_0x514481(0x189),'umlFilledDiamondConnector':'Conector\x20en\x20rombo\x20relleno','umlFilledArrowConnector':_0x514481(0x150),'umlDashedOpenArrowConnector':'Conector\x20de\x20flecha\x20abierta\x20discontinua','umlDashedFilledArrowConnector':_0x514481(0x139),'erdEntity':'Entidad','erdKeyField':_0x514481(0x163),'erdFieldType':_0x514481(0x1dd),'erdFull':_0x514481(0x192),'initialState':_0x514481(0x114),'finalState':'Estado\x20final','stateBar':'Barra\x20de\x20estado','requiredInterface':_0x514481(0x229),'assemblyConnector':'Conector\x20de\x20ensamblaje','providedInterface':_0x514481(0x1a6),'componentBox':_0x514481(0x1ff),'component':_0x514481(0x15d)},'shapeCategories':{'basics':_0x514481(0x21c),'basicShapes':{'rectangle':'Rectángulos','basicShape':_0x514481(0x1db),'blockArrow':_0x514481(0x217),'equationShape':_0x514481(0x1b9),'flowchart':'Diagrama\x20de\x20flujo','starAndBanner':_0x514481(0x1de),'callout':'Llamadas','actionButton':_0x514481(0x1b0),'other':_0x514481(0x1c7)},'classDiagram':_0x514481(0x134),'dataFlowDiagram':'Diagrama\x20de\x20flujo\x20de\x20datos','line':'Línea','entityRelationshipDiagram':_0x514481(0x231),'umlCustomShapes':_0x514481(0x1c3),'umlSequenceDiagram':_0x514481(0x146),'statusDiagram':_0x514481(0x1f0),'componentDiagram':'Diagrama\x20de\x20componentes'},'connector':{'toolbar':{'sourceMarker':_0x514481(0x1d6),'swapMarkers':_0x514481(0x1a2),'targetMarker':'Flecha\x20de\x20destino','lineColor':_0x514481(0x18a),'lineWidth':_0x514481(0x161),'opacityPercent':_0x514481(0x224),'settings':_0x514481(0x1f7),'smoothElbow':_0x514481(0x15c),'bridge':'Puente\x20de\x20línea','insertText':'Insertar\x20texto','more':_0x514481(0x135)},'routing':{'straight':_0x514481(0x14b),'elbow':'Línea\x20en\x20ángulo\x20recto','polyline':_0x514481(0x155),'curve':'Curva'},'strokeWidth':{'thin':_0x514481(0x233),'regular':_0x514481(0x112),'medium':'Medio','bold':_0x514481(0x1ea)},'dash':{'solid':_0x514481(0x1e6),'dashed':_0x514481(0x12d),'dotted':'Punteado','dashDot':_0x514481(0x197)},'marker':{'none':'Ninguno','arrow':_0x514481(0x18d),'filledArrow':_0x514481(0x13a),'openArrow':_0x514481(0x176),'triangle':_0x514481(0x225),'filledTriangle':_0x514481(0x20f),'hollowTriangle':_0x514481(0x1be),'diamond':_0x514481(0x1e1),'hollowDiamond':_0x514481(0x169),'filledDiamond':_0x514481(0x219),'circle':_0x514481(0x232),'filledCircle':_0x514481(0x18f),'bar':_0x514481(0x11a),'doubleBar':_0x514481(0x20d),'crowFoot':'Pata\x20de\x20gallo','crowsFoot':'Pata\x20de\x20gallo','barCrowsFoot':_0x514481(0x123),'circleCrowsFoot':'Pata\x20de\x20gallo\x20con\x20círculo','circleBar':_0x514481(0x1f9),'x':'X','cross':_0x514481(0x22b),'plus':_0x514481(0x135),'zeroOrOne':_0x514481(0x116),'zeroOrMany':_0x514481(0x1ac),'oneOrMany':_0x514481(0x199)}},'zoom':{'dragMode':'Modo\x20arrastre','fitContent':_0x514481(0x113),'zoomOut':_0x514481(0x13b),'resetZoom':_0x514481(0x115),'zoomIn':_0x514481(0x1d8),'help':_0x514481(0x154)},'shortcutHelp':{'title':_0x514481(0x1c4),'close':_0x514481(0x15a),'sections':{'tools':_0x514481(0x10d),'navigator':_0x514481(0x183),'view':_0x514481(0x12e),'selection':_0x514481(0x17e),'editing':_0x514481(0x1f2),'grouping':_0x514481(0x1a3),'swimlane':_0x514481(0x1ab),'mindMap':'Mapa\x20mental','layout':_0x514481(0x14d),'font':_0x514481(0x1e4)},'items':{'showMoreShapes':'Mostrar\x20más\x20formas','roundedRectangle':_0x514481(0x1c2),'rectangle':_0x514481(0x202),'oval':_0x514481(0x125),'diamond':_0x514481(0x1e1),'text':_0x514481(0x1fa),'elbowConnector':_0x514481(0x14f),'line':_0x514481(0x12b),'stickyNote':_0x514481(0x16b),'search':_0x514481(0x121),'zoomWheel':_0x514481(0x12c),'zoomPinch':_0x514481(0x12c),'zoomTo100':_0x514481(0x213),'zoomToSelection':'Zoom\x20a\x20la\x20selección','zoomToFit':'Ajustar\x20al\x20lienzo','enterFullScreen':'Entrar\x20en\x20pantalla\x20completa','exitFullScreen':_0x514481(0x1a7),'selectShape':_0x514481(0x17e),'selectAll':_0x514481(0x12f),'multipleSelect':_0x514481(0x1fc),'invertSelection':'Invertir\x20selección','preciseSelection':'Selección\x20precisa','deepSelect':'Selección\x20profunda','editShape':_0x514481(0x1f2),'copy':_0x514481(0x1aa),'copyAsImage':_0x514481(0x1f8),'paste':_0x514481(0x16c),'cut':_0x514481(0x15f),'makeCopy':'Hacer\x20una\x20copia','scale':_0x514481(0x158),'copyStyle':'Copiar\x20estilo','pasteStyle':_0x514481(0x220),'moveAxisLocked':_0x514481(0x1d1),'flipHorizontal':_0x514481(0x11d),'flipVertical':'Voltear\x20verticalmente','undo':_0x514481(0x171),'redo':_0x514481(0x21e),'toggleQuickAdd':_0x514481(0x206),'hideCollaboratorsCursors':'Ocultar\x20cursores\x20de\x20colaboradores','toggleToolbar':_0x514481(0x1cf),'delete':_0x514481(0x20b),'group':_0x514481(0x1d5),'ungroup':'Desagrupar','selectUpperLayerGroups':_0x514481(0x230),'selectShapesToGroup':_0x514481(0x1e7),'swimlaneLaneRename':'Cambiar\x20nombre\x20del\x20carril','swimlaneLaneToggleCollapsed':_0x514481(0x17a),'swimlaneLaneMovePrevious':_0x514481(0x1b4),'swimlaneLaneMoveNext':_0x514481(0x137),'swimlaneLaneRemove':_0x514481(0x162),'addSiblingNode':_0x514481(0x1ca),'addChildNode':_0x514481(0x111),'addParentNode':_0x514481(0x1c1),'foldChildNodes':_0x514481(0x128),'collapseAllNodes':_0x514481(0x21d),'addDescription':_0x514481(0x1e0),'editCurrentNode':_0x514481(0x12a),'bringToFront':'Traer\x20al\x20frente','sendToBack':'Enviar\x20al\x20fondo','alignLeft':_0x514481(0x17d),'alignRight':_0x514481(0x218),'alignTop':_0x514481(0x1bc),'alignBottom':_0x514481(0x208),'alignMiddle':_0x514481(0x1ce),'alignCenter':_0x514481(0x186),'distributeHorizontally':_0x514481(0x1ef),'distributeVertically':'Distribuir\x20verticalmente','disableObjectAlignment':'Desactivar\x20alineación\x20de\x20objetos','increaseFontSize':_0x514481(0x138),'decreaseFontSize':'Reducir\x20tamaño\x20de\x20fuente','bold':_0x514481(0x19c),'strikethrough':_0x514481(0x1a0),'italic':_0x514481(0x177),'underline':_0x514481(0x1fe),'link':'Enlace','numberedList':_0x514481(0x214),'bulletedList':_0x514481(0x18e),'quote':_0x514481(0x1b5),'alignTextLeft':_0x514481(0x17d),'alignTextRight':_0x514481(0x218),'alignTextCenter':_0x514481(0x21a)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x347db7=_0x2ccb;function _0xbcc0(){const _0x3902fe=['بازنشانی\x20رنگ','نام\x20شیء','تغییر\x20نام\x20ظرف','مستطیل','ضخامت\x20خط','شفافیت\x20{0}٪','تصویر','ترجمه\x20به','لایه\x20بوم','شش‌ضلعی','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','غیرفعال\x20کردن\x20تراز\x20اشیا','هیچ\x20شیئی\x20وجود\x20ندارد','منقطع','نمایش\x20/\x20پنهان\x20کردن\x20افزودن\x20سریع','سفارشی','صفحه','نمودار\x20حالت','افزودن\x20گرهٔ\x20فرزند','پنهان\x20کردن\x20مکان‌نمای\x20همکاران','بلوک\x20پیکان\x20راست','انتقال\x20محتوا\x20به\x20خط\x20بعدی\x20و\x20حذف','شروع','پنجهٔ\x20کلاغی\x20با\x20دایره','درخت\x20به\x20چپ','آبی','نتیجه‌ای\x20یافت\x20نشد','پیوند','نقشه\x20ذهنی','خط\x20مسیر\x20(Swimlane)','Render\x20preview','لایه\x20شناور','نمایش\x20اشکال\x20بیشتر','ویرایش\x20مسیر','صلیب','سایر','پرجنب‌وجوش','نمودار','2438804wYPHRn','بیضی','گروه‌بندی\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کردن\x20انتخاب','مربع\x20گوشه‌گرد','فلوچارت','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','برای\x20این\x20گره\x20توضیحی\x20اضافه\x20کنید','فونت','داده‌ها','پیکان\x20چپ','توضیحات','افقی','ورود\x20به\x20حالت\x20تمام‌صفحه','نام\x20کانتینر','پیکان','شکل','گسترش\x20خط','تغییر\x20مقیاس','تغییر\x20نام\x20خط','پیکان\x20مبدأ','جمع\x20کردن\x20/\x20گسترش\x20همهٔ\x20گره‌ها','پیکان\x20مقصد','درخت\x20به\x20راست','حذف\x20محتوا\x20و\x20خط','گروه','حذف','جستجوی\x20اشیا','منحل\x20کردن\x20ظرف','حذف\x20خط\x20مسیر','در\x20حال\x20تبدیل\x20Mermaid...','در\x20حال\x20درج...','حاشیه‌ها','نمودار\x20جریان\x20داده','هشت‌ضلعی','ایتالیک','میان‌برهای\x20صفحه‌کلید','اشکال\x20بیشتر','7427695ORUvWT','پیمایشگر','باز\x20کردن\x20قفل','رابط\x20ارائه‌شده','نازک','نوار\x20حالت','پیش‌فرض','واگرد','1lvoehT','افزودن\x20گرهٔ\x20والد','1\x20:\x201','ویرایش\x20شکل','خط\x20زندگی\x20مجموعه','10CTaCOx','افزودن\x20گرهٔ\x20هم‌سطح','به\x20پشت\x20ببرید','ویرایش\x20مسیر\x20قلم‌مو','پایه','9750180IMTvcE','تغییر\x20نام\x20خط\x20مسیر','جلو\x20آوردن','735AvqUEZ','وسط\x20عمودی','انتخاب\x20شکل','خارج\x20کردن\x20محتوا\x20و\x20حذف\x20خط','4944359EYQvhT','اتصال‌دهندهٔ\x20لوزی\x20توخالی','حالت\x20اولیه','جدول','زیرخط‌دار','تنظیمات\x20خط','اتصال‌دهندهٔ\x20پیکان\x20پُر','متن','تراز\x20بالا','انتخاب\x20محتوا','جمع\x20کردن\x20خط','نقشه\x20ذهنی\x20به\x20راست','انتخاب\x20دقیق','نمودار\x20درختی','سطرها','مستطیل\x20گوشه‌گرد','نقشه\x20ذهنی\x20به\x20چپ','نقل‌قول','ظرف','وینتیج','وارد\x20کردن','مثلث','حذف\x20ظرف','حالت\x20نهایی','نمایش\x20همه','ویدیو','قفل\x20شده','تغییر\x20نام','کلاینت\x20Exchange\x20ثبت\x20نشده\x20است.','مثلث\x20توخالی','خط\x20مسیر\x20افقی','توزیع\x20عمودی','مستطیل‌ها','مثلث\x20قائم‌الزاویه','بزرگ‌نمایی','قفل\x20عضویت','مثلث\x20پُر','خط\x20منقطع\x20(بدون\x20پیکان)','نام','نام\x20ظرف','نمودار\x20کلاس','پیکان\x20دوطرفه','برای\x20مرتب‌سازی\x20بکشید','خاکستری','بازگشت','توزیع\x20افقی','خط\x20زندگی\x20شیء','موجودیت','SmartArt','سطر\x20{0}،\x20ستون\x20{1}','متناسب\x20با\x20محتوا','خط\x20زندگی\x20دیسک\x20مغناطیسی','متناسب\x20کردن\x20ظرف\x20والد\x20با\x20محتوا','هیچ\x20عنصر\x20بورد\x20قابل\x20واردکردنی\x20برگردانده\x20نشد.','انتخاب\x20ظرف\x20والد','اشیا','کپی\x20سبک','ذخیره‌سازی\x20داده\x20۳','متوازی‌الاضلاع','فعال\x20کردن\x20تغییر\x20اندازه\x20خودکار','نمایش\x20ابعاد','ستاره‌ها\x20و\x20پرچم‌ها','حاشیهٔ\x20گوشه‌گرد','انتخاب\x20عمیق','انتقال\x20خط\x20مسیر\x20به\x20پایین','پنهان','کنترل','تراز\x20راست','اتصال‌دهنده','نمایش','لغو','لغو\x20گروه‌بندی','نگهدارندهٔ\x20مکان','انجام\x20دوباره','واحد','8572siQNaj','شورون','سرور\x20پیش‌نویس\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{0}','حذف\x20خط','بستن','درخت\x20متناوب','ذخیره‌سازی\x20داده\x20۱','صفر\x20یا\x20یک','13830813BvTcsI','عمودی','دایرهٔ\x20پُر','خروجی\x20گرفتن','به\x20جلو\x20آوردن','اشکال\x20سفارشی\x20UML','انتقال\x20خط\x20به\x20بالا','نمودار\x20رابطهٔ\x20موجودیت‌ها','جستجوی\x20اشکال','نقشه\x20ذهنی\x20افقی','به‌علاوه','خط\x20زندگی\x20کنترل','5749104lDVyOJ','شیء','پنج‌ضلعی','خط\x20مسیر\x20عمودی','برش','بازنشانی\x20بزرگ‌نمایی','انتخاب\x20همه','فهرست\x20گلوله‌ای','منحنی','آکلاد\x20راست','جعبهٔ\x20مؤلفه','تراز\x20چپ','یادداشت\x20چسبناک','انتقال\x20خط\x20به\x20پایین','قرار\x20دادن\x20در\x20ظرف','نمایش\x20عنصر\x20در\x20پیش‌نمایش\x20ناموفق\x20بود:\x20{0}.','DOM','تنظیمات','جلو\x20ببرید','خارج\x20کردن\x20از\x20ظرف','درج','باز\x20کردن\x20قفل\x20عضویت','چسباندن\x20سبک','چگونه\x20با\x20Mermaid\x20نمودار\x20رسم\x20کنیم؟','مورد\x20خط\x20مسیر','موجودیت\x20نوع\x20فیلد','میلهٔ\x20دوتایی','اشکال\x20معادله','لوزی'];_0xbcc0=function(){return _0x3902fe;};return _0xbcc0();}(function(_0x1bc9ec,_0x1ff67b){const _0x44d878=_0x2ccb,_0x3e9ef0=_0x1bc9ec();while(!![]){try{const _0x503d32=-parseInt(_0x44d878(0x16e))/0x1*(-parseInt(_0x44d878(0x12c))/0x2)+parseInt(_0x44d878(0x17b))/0x3*(-parseInt(_0x44d878(0xac))/0x4)+parseInt(_0x44d878(0x166))/0x5+parseInt(_0x44d878(0x178))/0x6+-parseInt(_0x44d878(0x17f))/0x7+-parseInt(_0x44d878(0xe9))/0x8+-parseInt(_0x44d878(0xdd))/0x9*(parseInt(_0x44d878(0x173))/0xa);if(_0x503d32===_0x1ff67b)break;else _0x3e9ef0['push'](_0x3e9ef0['shift']());}catch(_0x5ba164){_0x3e9ef0['push'](_0x3e9ef0['shift']());}}}(_0xbcc0,0xcddc4));import{t as _0x258a73}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':_0x347db7(0x108),'fitToContent':'متناسب\x20با\x20محتوا','selectContents':_0x347db7(0x188),'enableAutoResize':_0x347db7(0x9c),'disableAutoResize':_0x347db7(0x136),'lockMembership':_0x347db7(0x1a2),'unlockMembership':_0x347db7(0xfe),'disband':_0x347db7(0x15c),'delete':_0x347db7(0x195)},'containerChild':{'moveOut':_0x347db7(0xfc),'selectParent':_0x347db7(0x97),'fitParent':_0x347db7(0x95)},'swimlaneLane':{'add':'افزودن\x20خط','addBelow':'افزودن\x20خط\x20در\x20پایین','addRight':_0x347db7(0x13f),'remove':_0x347db7(0xd8),'removeAndMovePrevious':_0x347db7(0x13d),'removeAndPromote':_0x347db7(0x17e),'removeAndDeleteContent':_0x347db7(0x158),'removeAndMoveNext':_0x347db7(0x11b),'rename':_0x347db7(0x153),'movePrevious':_0x347db7(0xe3),'moveNext':_0x347db7(0xf6),'expand':_0x347db7(0x151),'collapse':_0x347db7(0x189)}},'popup':{'containerName':_0x347db7(0x1a6),'laneName':'نام\x20خط','cancel':_0x347db7(0xa7),'rename':_0x347db7(0x19a)},'ink':{'finishEditing':_0x347db7(0xb0),'enterEditing':_0x347db7(0x127)},'mindMap':{'description':'توضیحات','descriptionPlaceholder':_0x347db7(0x147),'saveDescription':_0x347db7(0x134)},'panel':{'moreShapes':_0x347db7(0x165),'more':_0x347db7(0xaf),'back':_0x347db7(0x1ab),'close':_0x347db7(0xd9),'stickyNote':_0x347db7(0xf5),'lineColor':'رنگ\x20خط','lineWidth':_0x347db7(0x10a),'reverseMarkers':'معکوس\x20کردن\x20پیکان‌ها','searchShapes':_0x347db7(0xe5),'container':_0x347db7(0x191),'swimlane':_0x347db7(0x123),'verticalSwimlane':_0x347db7(0xec),'horizontalSwimlane':_0x347db7(0x19d),'vertical':_0x347db7(0xde),'horizontal':_0x347db7(0x14c),'tableCustomSize':'اندازه\x20سفارشی','tableRows':_0x347db7(0x18d),'tableColumns':'ستون‌ها','tableInsert':_0x347db7(0xfd),'customContainer':_0x347db7(0x115),'containerRatio16By9':_0x347db7(0xb1),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x347db7(0x170),'containerA4':'A4','mindMapGroupMindMap':_0x347db7(0x122),'mindMapGroupTree':_0x347db7(0x18c),'mindMapGroupTimeline':'خط\x20زمانی','mindMapRight':_0x347db7(0x18a),'mindMapLeft':_0x347db7(0x18f),'mindMapHorizontal':_0x347db7(0xe6),'mindMapVertical':'نقشه\x20ذهنی\x20عمودی','mindMapTreeRight':_0x347db7(0x157),'mindMapTreeLeft':_0x347db7(0x11e),'mindMapTreeAlternate':_0x347db7(0xda),'mindMapTimelineHorizontal':'خط\x20زمانی\x20افقی','mindMapTimelineVertical':_0x347db7(0x133),'mindMapNodeText':'افزودن\x20متن'},'settings':{'collaboratorCursors':'مکان‌نمای\x20همکاران','find':'یافتن','grid':'شبکه','preciseSelection':_0x347db7(0x18b),'quickAdd':'افزودن\x20سریع','theme':'تم','themeOption':_0x347db7(0xd7),'themePreviewStart':_0x347db7(0x11c),'themePreviewData':_0x347db7(0x149),'undo':_0x347db7(0x16d),'redo':_0x347db7(0xaa),'settings':_0x347db7(0xfa),'objects':_0x347db7(0x98),'findBoardElements':'یافتن\x20عناصر\x20تخته','noMatches':_0x347db7(0x120),'showDimensions':_0x347db7(0x9d),'showToolbar':'نمایش\x20نوار\x20ابزار','translateInto':_0x347db7(0x10d),'import':'وارد\x20کردن','export':_0x347db7(0xe0)},'objectListPanel':{'title':'اشیا','empty':_0x347db7(0x112),'showAll':_0x347db7(0x197),'hideAll':'پنهان\x20کردن\x20همه','moveForward':_0x347db7(0x17a),'moveBackward':'عقب\x20بردن','close':_0x347db7(0xd9),'nameInput':_0x347db7(0x107),'hide':_0x347db7(0xc6),'show':_0x347db7(0xa6),'lock':'قفل','unlock':_0x347db7(0x168),'details':'جزئیات','locate':_0x347db7(0xc7),'expand':'گسترش','collapse':'جمع\x20کردن','dragToReorder':_0x347db7(0x1a9),'search':_0x347db7(0x15b),'filterAll':'همه','filterHidden':_0x347db7(0xa2),'filterLocked':_0x347db7(0x199),'sectionCanvas':_0x347db7(0x10e),'sectionFloating':_0x347db7(0x125),'name':_0x347db7(0x1a5),'description':_0x347db7(0x14b),'descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','noSelection':_0x347db7(0x146),'elementTypes':{'object':_0x347db7(0xea),'connector':'اتصال‌دهنده','container':_0x347db7(0x191),'group':_0x347db7(0x159),'image':_0x347db7(0x10c),'chart':_0x347db7(0x12b),'page':_0x347db7(0x116),'placeholder':_0x347db7(0xa9),'shape':'شکل','table':_0x347db7(0x182),'text':_0x347db7(0x186),'smartArt':_0x347db7(0x91),'video':_0x347db7(0x198),'unit':_0x347db7(0xab),'dom':_0x347db7(0xf9)}},'find':{'lanePosition':_0x347db7(0x139),'tableCellPosition':_0x347db7(0x92),'elementTypes':{'connector':_0x347db7(0xa5),'container':_0x347db7(0x191),'group':'گروه','image':'تصویر','page':_0x347db7(0x116),'placeholder':_0x347db7(0xa9),'shape':_0x347db7(0x150),'table':'جدول','text':'متن'}},'themePresets':{'default':_0x347db7(0x16c),'classic':'کلاسیک','vintage':_0x347db7(0x192),'gray':_0x347db7(0x1aa),'vibrant':_0x347db7(0x12a),'blue':_0x347db7(0x11f)},'toolbar':{'resetColor':_0x347db7(0x106),'shape':_0x347db7(0x150),'text':_0x347db7(0x186),'stickyNote':_0x347db7(0xf5),'line':_0x347db7(0xa5),'container':_0x347db7(0x191),'swimlane':_0x347db7(0x12f),'table':_0x347db7(0x182),'chart':'نمودار','pen':_0x347db7(0x142),'mindMap':_0x347db7(0xc1),'resources':'منابع','image':_0x347db7(0x10c),'import':_0x347db7(0x193),'wrapInContainer':_0x347db7(0xf7),'addSwimlaneLane':'افزودن\x20مورد\x20خط\x20مسیر','swimlaneMenu':_0x347db7(0x12f),'swimlaneLaneMenu':_0x347db7(0x101),'editBrushPath':_0x347db7(0x176),'arrange':_0x347db7(0xbc),'bringToFront':_0x347db7(0xe1),'bringForward':_0x347db7(0xfb),'sendBackward':_0x347db7(0xbd),'sendToBack':_0x347db7(0x175),'more':_0x347db7(0xaf)},'mermaidImport':{'cancel':_0x347db7(0xa7),'containerName':_0x347db7(0x14e),'defaultContainerName':'نمودار\x20واردشده','converting':_0x347db7(0x15e),'emptyPreview':'برای\x20پیش‌نمایش،\x20کد\x20Mermaid\x20را\x20بچسبانید','diagnostics':{'emptyDraft':_0x347db7(0x96),'expandedBounds':'محدوده\x20برگشتی\x20همه\x20عناصر\x20را\x20شامل\x20نمی‌شد؛\x20محدوده\x20پیش‌نمایش\x20گسترش\x20یافت.','invalidElement':'عنصر\x20بورد\x20نامعتبر\x20نادیده\x20گرفته\x20شد:\x20{0}.','renderElementFailed':_0x347db7(0xf8),'previewPaused':_0x347db7(0x110)},'errors':{'emptyCode':'کد\x20Mermaid\x20خالی\x20است.','exchangeUnavailable':_0x347db7(0x19b),'insertFailed':_0x347db7(0xb2),'invalidDraft':_0x347db7(0xae)},'help':_0x347db7(0x100),'insert':_0x347db7(0xfd),'renderPreview':_0x347db7(0x124),'inserting':_0x347db7(0x15f),'types':{'classDiagram':_0x347db7(0x1a7),'erDiagram':'نمودار\x20ER','flowchart':_0x347db7(0x145),'mindMap':_0x347db7(0x122),'sequenceDiagram':_0x347db7(0x13a),'stateDiagram':_0x347db7(0x117)}},'shapePresets':{..._0x258a73,'roundedRectangle':_0x347db7(0x18e),'oval':_0x347db7(0x12d),'diamond':_0x347db7(0x105),'rectangle':_0x347db7(0x109),'circle':_0x347db7(0xc9),'cylinder':'استوانه','chevron':_0x347db7(0xad),'rightArrowBlock':_0x347db7(0x11a),'parallelogram':_0x347db7(0x9b),'trapezoid':_0x347db7(0x13b),'speechBubble':'حباب\x20گفتگو','roundedCallout':_0x347db7(0x9f),'rightTriangle':_0x347db7(0x1a0),'triangle':_0x347db7(0x194),'star':'ستاره','hexagon':_0x347db7(0x10f),'pentagon':_0x347db7(0xeb),'octagon':_0x347db7(0x162),'leftArrow':_0x347db7(0x14a),'rightArrow':_0x347db7(0xc2),'leftRightArrow':_0x347db7(0x1a8),'cloud':_0x347db7(0xbb),'leftBrace':_0x347db7(0xb4),'rightBrace':_0x347db7(0xf2),'plus':_0x347db7(0xe7),'actor':_0x347db7(0xc3),'boundary':'مرز','control':_0x347db7(0xa3),'entity':_0x347db7(0x90),'collection':'مجموعه','dataFlowRoundedRectangle':_0x347db7(0x18e),'dataFlowCircle':_0x347db7(0xc9),'dataFlowRoundedSquare':_0x347db7(0x144),'dataStorage1':_0x347db7(0xdb),'dataStorage2':_0x347db7(0xd1),'dataStorage3':_0x347db7(0x9a),'lineNone':_0x347db7(0xd0),'lineDashedNone':_0x347db7(0x1a4),'lineOpenArrow':_0x347db7(0xcc),'lineDoubleOpenArrow':'پیکان\x20باز\x20دوطرفه','actorLifeline':_0x347db7(0x13c),'boundaryLifeline':_0x347db7(0xb8),'controlLifeline':_0x347db7(0xe8),'entityLifeline':'خط\x20زندگی\x20موجودیت','collectionLifeline':_0x347db7(0x172),'objectLifeline':_0x347db7(0x8f),'magneticDiskLifeline':_0x347db7(0x94),'directAccessStorageLifeline':'خط\x20زندگی\x20ذخیره‌سازی\x20دسترسی\x20مستقیم','activationBar':'نوار\x20فعال‌سازی','sequenceFragment':_0x347db7(0xb5),'sequenceAlternativeFragment':_0x347db7(0xb7),'umlClass':'کلاس','umlInterface':_0x347db7(0x138),'umlInterfaceShape':'رابط','umlClassifier':'طبقه‌بند','umlHollowDiamondConnector':_0x347db7(0x180),'umlFilledDiamondConnector':'اتصال‌دهندهٔ\x20لوزی\x20پُر','umlFilledArrowConnector':_0x347db7(0x185),'umlDashedOpenArrowConnector':_0x347db7(0x131),'umlDashedFilledArrowConnector':'اتصال‌دهندهٔ\x20پیکان\x20پُر\x20منقطع','erdEntity':_0x347db7(0x90),'erdKeyField':'موجودیت\x20کلید','erdFieldType':_0x347db7(0x102),'erdFull':_0x347db7(0x135),'initialState':_0x347db7(0x181),'finalState':_0x347db7(0x196),'stateBar':_0x347db7(0x16b),'requiredInterface':_0x347db7(0x130),'assemblyConnector':_0x347db7(0xc5),'providedInterface':_0x347db7(0x169),'componentBox':_0x347db7(0xf3),'component':_0x347db7(0xd2)},'shapeCategories':{'basics':_0x347db7(0x177),'basicShapes':{'rectangle':_0x347db7(0x19f),'basicShape':'اشکال\x20پایه','blockArrow':'پیکان‌های\x20بلوکی','equationShape':_0x347db7(0x104),'flowchart':_0x347db7(0x145),'starAndBanner':_0x347db7(0x9e),'callout':_0x347db7(0x160),'actionButton':'دکمه‌های\x20اقدام','other':_0x347db7(0x129)},'classDiagram':'نمودار\x20کلاس','dataFlowDiagram':_0x347db7(0x161),'line':'خط','entityRelationshipDiagram':_0x347db7(0xe4),'umlCustomShapes':_0x347db7(0xe2),'umlSequenceDiagram':'نمودار\x20توالی\x20UML','statusDiagram':'نمودار\x20وضعیت','componentDiagram':'نمودار\x20مؤلفه‌ها'},'connector':{'toolbar':{'sourceMarker':_0x347db7(0x154),'swapMarkers':'جابجایی\x20پیکان‌ها','targetMarker':_0x347db7(0x156),'lineColor':'رنگ\x20خط','lineWidth':_0x347db7(0xd5),'opacityPercent':_0x347db7(0x10b),'settings':_0x347db7(0x184),'smoothElbow':'خط\x20زاویه‌دار','bridge':'پل\x20خط','insertText':'درج\x20متن','more':'بیشتر'},'routing':{'straight':'خط\x20راست','elbow':_0x347db7(0xc4),'polyline':'چندخط','curve':_0x347db7(0xf1)},'strokeWidth':{'thin':_0x347db7(0x16a),'regular':_0x347db7(0xc8),'medium':'متوسط','bold':_0x347db7(0x13e)},'dash':{'solid':_0x347db7(0xd4),'dashed':_0x347db7(0x113),'dotted':'نقطه‌چین','dashDot':_0x347db7(0xce)},'marker':{'none':_0x347db7(0xcd),'arrow':_0x347db7(0x14f),'filledArrow':_0x347db7(0xbf),'openArrow':_0x347db7(0xcc),'triangle':'مثلث','filledTriangle':_0x347db7(0x1a3),'hollowTriangle':_0x347db7(0x19c),'diamond':_0x347db7(0x105),'hollowDiamond':'لوزی\x20توخالی','filledDiamond':'لوزی\x20پُر','circle':_0x347db7(0xc9),'filledCircle':_0x347db7(0xdf),'bar':_0x347db7(0x132),'doubleBar':_0x347db7(0x103),'crowFoot':'پنجهٔ\x20کلاغی','crowsFoot':_0x347db7(0xc0),'barCrowsFoot':_0x347db7(0xbe),'circleCrowsFoot':_0x347db7(0x11d),'circleBar':'دایره\x20با\x20میله','x':'X','cross':_0x347db7(0x128),'plus':_0x347db7(0xe7),'zeroOrOne':_0x347db7(0xdc),'zeroOrMany':'صفر\x20یا\x20چند','oneOrMany':'یک\x20یا\x20چند'}},'zoom':{'dragMode':_0x347db7(0xd6),'fitContent':_0x347db7(0x93),'zoomOut':'کوچک‌نمایی','resetZoom':_0x347db7(0xee),'zoomIn':_0x347db7(0x1a1),'help':_0x347db7(0xb3)},'shortcutHelp':{'title':_0x347db7(0x164),'close':_0x347db7(0xb9),'sections':{'tools':_0x347db7(0x141),'navigator':_0x347db7(0x167),'view':'نمایش','selection':_0x347db7(0x17d),'editing':_0x347db7(0x171),'grouping':_0x347db7(0x12e),'swimlane':_0x347db7(0x12f),'mindMap':_0x347db7(0xc1),'layout':'چیدمان','font':_0x347db7(0x148)},'items':{'showMoreShapes':_0x347db7(0x126),'roundedRectangle':'مستطیل\x20گوشه‌گرد','rectangle':_0x347db7(0x109),'oval':_0x347db7(0x12d),'diamond':_0x347db7(0x105),'text':'متن','elbowConnector':'اتصال‌دهندهٔ\x20زاویه‌ای','line':'خط','stickyNote':_0x347db7(0xf5),'search':'جستجو','zoomWheel':'بزرگ‌نمایی\x20/\x20کوچک‌نمایی','zoomPinch':_0x347db7(0xd3),'zoomTo100':'بزرگ‌نمایی\x20۱۰۰٪','zoomToSelection':_0x347db7(0x140),'zoomToFit':_0x347db7(0xca),'enterFullScreen':_0x347db7(0x14d),'exitFullScreen':_0x347db7(0xb6),'selectShape':_0x347db7(0x17d),'selectAll':_0x347db7(0xef),'multipleSelect':'انتخاب\x20چندگانه\x20/\x20لغو\x20انتخاب','invertSelection':_0x347db7(0x143),'preciseSelection':'انتخاب\x20دقیق','deepSelect':_0x347db7(0xa0),'editShape':'ویرایش\x20شکل','copy':'کپی','copyAsImage':'کپی\x20به‌صورت\x20تصویر','paste':'چسباندن','cut':_0x347db7(0xed),'makeCopy':'ایجاد\x20کپی','scale':_0x347db7(0x152),'copyStyle':_0x347db7(0x99),'pasteStyle':_0x347db7(0xff),'moveAxisLocked':'حرکت\x20افقی\x20/\x20عمودی','flipHorizontal':_0x347db7(0xcf),'flipVertical':'چرخش\x20عمودی','undo':_0x347db7(0x16d),'redo':_0x347db7(0xaa),'toggleQuickAdd':_0x347db7(0x114),'hideCollaboratorsCursors':_0x347db7(0x119),'toggleToolbar':'نمایش\x20/\x20پنهان\x20کردن\x20نوار\x20ابزار','delete':_0x347db7(0x15a),'group':'گروه‌بندی','ungroup':_0x347db7(0xa8),'selectUpperLayerGroups':_0x347db7(0xba),'selectShapesToGroup':'انتخاب\x20اشکال\x20برای\x20گروه‌بندی','swimlaneLaneRename':_0x347db7(0x179),'swimlaneLaneToggleCollapsed':'جمع\x20کردن\x20/\x20گسترش\x20خط\x20مسیر','swimlaneLaneMovePrevious':'انتقال\x20خط\x20مسیر\x20به\x20بالا','swimlaneLaneMoveNext':_0x347db7(0xa1),'swimlaneLaneRemove':_0x347db7(0x15d),'addSiblingNode':_0x347db7(0x174),'addChildNode':_0x347db7(0x118),'addParentNode':_0x347db7(0x16f),'foldChildNodes':'جمع\x20کردن\x20/\x20باز\x20کردن\x20گره‌های\x20فرزند','collapseAllNodes':_0x347db7(0x155),'addDescription':_0x347db7(0x137),'editCurrentNode':'ویرایش\x20گرهٔ\x20فعلی','bringToFront':_0x347db7(0xe1),'sendToBack':'به\x20پشت\x20بردن','alignLeft':'تراز\x20چپ','alignRight':_0x347db7(0xa4),'alignTop':_0x347db7(0x187),'alignBottom':_0x347db7(0xcb),'alignMiddle':_0x347db7(0x17c),'alignCenter':'وسط\x20افقی','distributeHorizontally':_0x347db7(0x1ac),'distributeVertically':_0x347db7(0x19e),'disableObjectAlignment':_0x347db7(0x111),'increaseFontSize':'افزایش\x20اندازهٔ\x20فونت','decreaseFontSize':'کاهش\x20اندازهٔ\x20فونت','bold':_0x347db7(0x13e),'strikethrough':'خط‌خورده','italic':_0x347db7(0x163),'underline':_0x347db7(0x183),'link':_0x347db7(0x121),'numberedList':'فهرست\x20شماره‌دار','bulletedList':_0x347db7(0xf0),'quote':_0x347db7(0x190),'alignTextLeft':_0x347db7(0xf4),'alignTextRight':_0x347db7(0xa4),'alignTextCenter':'وسط‌چین'}}}};function _0x2ccb(_0x2a2ed1,_0x980a5f){_0x2a2ed1=_0x2a2ed1-0x8f;const _0xbcc024=_0xbcc0();let _0x2ccb42=_0xbcc024[_0x2a2ed1];return _0x2ccb42;}export{t as default};
@@ -0,0 +1 @@
1
+ const _0x1b08a8=_0x3b5a;(function(_0x2ae5d3,_0xeb15de){const _0x91b7a8=_0x3b5a,_0x1f93f4=_0x2ae5d3();while(!![]){try{const _0x2b5867=-parseInt(_0x91b7a8(0x15f))/0x1*(-parseInt(_0x91b7a8(0xe0))/0x2)+-parseInt(_0x91b7a8(0xcb))/0x3*(parseInt(_0x91b7a8(0xb9))/0x4)+-parseInt(_0x91b7a8(0x111))/0x5*(-parseInt(_0x91b7a8(0x1bf))/0x6)+parseInt(_0x91b7a8(0x12f))/0x7*(parseInt(_0x91b7a8(0x1c1))/0x8)+parseInt(_0x91b7a8(0x173))/0x9+parseInt(_0x91b7a8(0x12c))/0xa*(parseInt(_0x91b7a8(0x118))/0xb)+-parseInt(_0x91b7a8(0x15a))/0xc;if(_0x2b5867===_0xeb15de)break;else _0x1f93f4['push'](_0x1f93f4['shift']());}catch(_0x3cf7a8){_0x1f93f4['push'](_0x1f93f4['shift']());}}}(_0x18cc,0x1aace));import{t as _0x2a55b2}from'../shape-preset-labels-092BdVw3.js';function _0x3b5a(_0x15c622,_0x2f225a){_0x15c622=_0x15c622-0xa8;const _0x18cc79=_0x18cc();let _0x3b5ad3=_0x18cc79[_0x15c622];return _0x3b5ad3;}function _0x18cc(){const _0x378e7e=['Verrouiller','Ligne\x20pointillée\x20(sans\x20flèche)','Ligne\x20de\x20vie\x20de\x20frontière','Aucun\x20élément\x20de\x20tableau\x20importable\x20n’a\x20été\x20retourné.','Zoom\x20avant','Sélectionner\x20une\x20forme','Chronologie\x20horizontale','Connecteur\x20en\x20angle','Objet','Importer','Afficher\x20les\x20dimensions','Nom\x20du\x20couloir','Grouper','Mode\x20glisser','Zéro\x20ou\x20un','Souligné','Sélection\x20imbriquée','Coller','Triangle\x20rectangle','Sélectionner\x20le\x20contenu','Aide','Modifier\x20une\x20forme','Aligner\x20à\x20gauche','Collez\x20du\x20code\x20Mermaid\x20pour\x20prévisualiser','Ajuster\x20à\x20la\x20page','Conversion\x20de\x20Mermaid...','Ajouter\x20un\x20nœud\x20frère','Pentagone','Flèche\x20source','Épaisseur','Vidéo','Double\x20flèche\x20ouverte','Impossible\x20de\x20rendre\x20l’élément\x20dans\x20l’aperçu\x20:\x20{0}.','Connecteur','Localiser','Modifier\x20le\x20nœud\x20actuel','Boutons\x20d’action','Grouper\x20des\x20formes','Désactiver\x20l’alignement\x20des\x20objets','Octogone','Ligne\x20de\x20vie\x20de\x20disque\x20magnétique','Réduire','Épaisseur\x20du\x20trait','Stockage\x20de\x20données\x201','Carte\x20mentale\x20horizontale','Afficher\x20la\x20barre\x20d’outils','Interface\x20requise','Avancer','Fragment\x20de\x20séquence\x20alternative','Ajouter\x20un\x20nœud\x20enfant','Page','Ligne\x20de\x20vie\x20de\x20stockage\x20à\x20accès\x20direct','Ligne\x20(sans\x20flèche)','Afficher\x20tout','Paramètres','Ajouter\x20du\x20texte','Verrouiller\x20l’appartenance','Diminuer\x20la\x20taille\x20de\x20police','Exporter','Italique','Le\x20client\x20Exchange\x20n\x27est\x20pas\x20enregistré.','Ovale','Rechercher','Afficher','Couper','Diagramme\x20importé','Supprimer\x20le\x20conteneur','Les\x20limites\x20retournées\x20ne\x20contenaient\x20pas\x20tous\x20les\x20éléments\x20;\x20les\x20limites\x20de\x20l’aperçu\x20ont\x20été\x20agrandies.','Entité\x20de\x20clé','Tiret-point','229602EuzZoc','4\x20:\x203','8fVFfoH','Inverser\x20les\x20flèches','Aucun\x20objet','Renommer\x20le\x20couloir','Quitter\x20le\x20plein\x20écran','Sélectionner\x20les\x20formes\x20à\x20grouper','Trait\x20à\x20angle\x20droit','Couleur\x20du\x20trait','Citation','Comment\x20dessiner\x20des\x20diagrammes\x20avec\x20Mermaid\x20?','Lignes','Trouver\x20des\x20éléments\x20du\x20tableau','Modifier\x20le\x20tracé','Déverrouiller','Cylindre','Couloir\x20vertical','Pointillés','Couloir\x20horizontal','Accolade\x20gauche','Réduire\x20le\x20couloir','Sortir\x20du\x20conteneur','Couloir','Sélectionner\x20/\x20désélectionner\x20plusieurs','Formes\x20basiques','Entité','Losange\x20creux','État\x20initial','8JzFPUB','Tout\x20masquer','Diagramme\x20en\x20arbre','Unité','Données','Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','Flèche','Chevron','Coller\x20le\x20style','Raccourcis\x20clavier','Thème','Connecteur\x20à\x20flèche\x20pleine','Losange','Note\x20autocollante','Triangle\x20creux','Sortir\x20le\x20contenu\x20et\x20supprimer\x20le\x20couloir','Stockage\x20de\x20données\x203','Flèches\x20bloc','26283XhPfDR','Tout\x20sélectionner','Développer','Entité\x20de\x20type\x20de\x20clé\x20de\x20champ','Cercle\x20plein','Faire\x20glisser\x20pour\x20réorganiser','Désactiver\x20le\x20redimensionnement\x20automatique','Autres','Ajouter\x20une\x20description','Zéro\x20ou\x20plusieurs','Aligner\x20à\x20droite','Inclure\x20dans\x20un\x20conteneur','Opacité\x20{0}%','Plus','Hexagone','Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','Formes\x20d’équation','Moyen','Ajuster\x20au\x20contenu','Aligner\x20en\x20bas','Connecteur\x20en\x20losange\x20plein','390306sJRjpO','Verrouillés','Diagramme\x20d’état','Enregistrer','Fermer\x20les\x20raccourcis','Étoile','Afficher\x20/\x20masquer\x20l’ajout\x20rapide','Calque\x20flottant','Triangle','Tous','Flèche\x20ouverte','Diagramme\x20de\x20classes','Diagramme\x20d\x27états','Connecteur\x20en\x20losange\x20creux','Chronologie','Ajouter\x20un\x20couloir\x20à\x20droite','Vertical','Ajout\x20rapide','Formes\x20UML\x20personnalisées','Paramètres\x20de\x20police','Distribuer\x20horizontalement','Plein','Chronologie\x20verticale','Activer\x20le\x20redimensionnement\x20automatique','Réinitialiser\x20le\x20zoom','Conteneur','Graphique','Carte\x20mentale\x20vers\x20la\x20gauche','Vif','Bases','Épais','Supprimer\x20le\x20contenu\x20et\x20le\x20couloir','Grille','Trapèze','Modifier\x20le\x20tracé\x20du\x20pinceau','Légendes','Outils','Piste\x20/\x20Couloir','Plier\x20/\x20déplier\x20les\x20nœuds\x20enfants','Sélection\x20précise','Lien','Contrôle','Zoom\x20sur\x20la\x20sélection','Carte\x20mentale\x20vers\x20la\x20droite','Masquer\x20les\x20curseurs\x20des\x20collaborateurs','Traduire\x20en','Ligne\x20de\x20vie\x20de\x20collection','Forme','Vintage','15XFOAeE','Renommer','Connecteur\x20d’assemblage','Annuler','Plus\x20de\x20formes','Flèche\x20vers\x20la\x20droite','Retourner\x20verticalement','146938LGuvHn','Rechercher\x20des\x20formes','Flèche\x20vers\x20la\x20gauche','Render\x20preview','Fin','SmartArt','Flèche\x20pleine','Gras','Le\x20code\x20Mermaid\x20est\x20vide.','Réduire\x20/\x20déployer\x20le\x20couloir','Arbre\x20à\x20gauche','Ligne\x20de\x20vie\x20de\x20contrôle','Interface\x20fournie','Losange\x20plein','Organigramme','Liste\x20numérotée','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','Étoiles\x20et\x20bannières','Mettre\x20à\x20l’échelle','Dissocier\x20le\x20conteneur','160rVovKZ','Ligne','Créer\x20une\x20copie','1373785SePkPU','Organiser','Augmenter\x20la\x20taille\x20de\x20police','Ligne\x20de\x20vie\x20d’acteur','Espace\x20réservé','Groupe','Nuage','Fermer','Bleu','Croix','Gris','Diagramme\x20ER','Ajouter\x20un\x20couloir','Élément\x20de\x20tableau\x20non\x20valide\x20ignoré\x20:\x20{0}.','Flèche\x20cible','Diagramme\x20de\x20séquence','Patte\x20d’oie\x20avec\x20barre','Détails','Taille\x20personnalisée','Trait\x20en\x20angle','Arbre\x20à\x20droite','Déverrouiller\x20l’appartenance','Cercle','Centrer\x20horizontalement','1\x20:\x201','Thème\x20{0}','Rechercher\x20des\x20objets','Tableau','Insérer\x20du\x20texte','Texte','Déplacer\x20horizontalement\x20/\x20verticalement','Interface','Double\x20barre','Image','Bulle\x20de\x20dialogue','Déployer\x20le\x20couloir','Distribuer\x20verticalement','Barré','Rectangle','Nom','Rectangle\x20arrondi','Connecteur\x20à\x20flèche\x20ouverte\x20pointillée','Copier','9210912iZXvdF','Retour','Classe','Zoom\x20100\x20%','Classique','1CdoIhs','Patte\x20d’oie','Supprimer\x20le\x20couloir','Normal','Passer\x20en\x20plein\x20écran','Objets','Colonnes','Diagramme\x20de\x20flux\x20de\x20données','Légende\x20arrondie','Entité\x20de\x20type\x20de\x20champ','Barre','Collection','Diagramme\x20de\x20séquence\x20UML','Carte\x20mentale','Description','Copier\x20comme\x20image','Aucun\x20résultat','Rectangles','Ligne\x20{0},\x20Colonne\x20{1}','Diagramme\x20entité-association','1569807HsPwKf','Par\x20défaut','Bloc\x20flèche\x20vers\x20la\x20droite','Boîtier\x20de\x20composant','Mettre\x20en\x20arrière-plan','Affichage'];_0x18cc=function(){return _0x378e7e;};return _0x18cc();}const t={'boards-ui':{'line':{'title':_0x1b08a8(0x12d)},'contextMenu':{'container':{'rename':'Renommer\x20le\x20conteneur','fitToContent':'Ajuster\x20au\x20contenu','selectContents':_0x1b08a8(0x18c),'enableAutoResize':_0x1b08a8(0xf7),'disableAutoResize':_0x1b08a8(0xd1),'lockMembership':_0x1b08a8(0x1b1),'unlockMembership':_0x1b08a8(0x144),'disband':_0x1b08a8(0x12b),'delete':_0x1b08a8(0x1bb)},'containerChild':{'moveOut':_0x1b08a8(0xb2),'selectParent':'Sélectionner\x20le\x20conteneur\x20parent','fitParent':'Ajuster\x20le\x20conteneur\x20parent\x20au\x20contenu'},'swimlaneLane':{'add':_0x1b08a8(0x13b),'addBelow':'Ajouter\x20un\x20couloir\x20en\x20dessous','addRight':_0x1b08a8(0xef),'remove':_0x1b08a8(0x161),'removeAndMovePrevious':'Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20précédent\x20et\x20supprimer','removeAndPromote':_0x1b08a8(0xc8),'removeAndDeleteContent':_0x1b08a8(0xff),'removeAndMoveNext':'Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20suivant\x20et\x20supprimer','rename':'Renommer\x20le\x20couloir','movePrevious':_0x1b08a8(0xda),'moveNext':_0x1b08a8(0xbe),'expand':_0x1b08a8(0x152),'collapse':_0x1b08a8(0xb1)}},'popup':{'containerName':'Nom\x20du\x20conteneur','laneName':_0x1b08a8(0x184),'cancel':_0x1b08a8(0x114),'rename':_0x1b08a8(0x112)},'ink':{'finishEditing':'Terminé','enterEditing':_0x1b08a8(0xaa)},'mindMap':{'description':_0x1b08a8(0x16d),'descriptionPlaceholder':_0x1b08a8(0x128),'saveDescription':_0x1b08a8(0xe3)},'panel':{'moreShapes':_0x1b08a8(0x115),'more':'Plus','back':_0x1b08a8(0x15b),'close':_0x1b08a8(0x136),'stickyNote':_0x1b08a8(0xc6),'lineColor':_0x1b08a8(0x1c8),'lineWidth':_0x1b08a8(0x1a3),'reverseMarkers':_0x1b08a8(0x1c2),'searchShapes':_0x1b08a8(0x119),'container':_0x1b08a8(0xf9),'swimlane':_0x1b08a8(0x105),'verticalSwimlane':_0x1b08a8(0xad),'horizontalSwimlane':_0x1b08a8(0xaf),'vertical':_0x1b08a8(0xf0),'horizontal':'Horizontal','tableCustomSize':_0x1b08a8(0x141),'tableRows':_0x1b08a8(0xa8),'tableColumns':_0x1b08a8(0x165),'tableInsert':'Insérer','customContainer':'Personnalisé','containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x1b08a8(0x1c0),'containerRatio1By1':_0x1b08a8(0x147),'containerA4':'A4','mindMapGroupMindMap':_0x1b08a8(0x16c),'mindMapGroupTree':_0x1b08a8(0xbb),'mindMapGroupTimeline':_0x1b08a8(0xee),'mindMapRight':_0x1b08a8(0x10b),'mindMapLeft':_0x1b08a8(0xfb),'mindMapHorizontal':_0x1b08a8(0x1a5),'mindMapVertical':'Carte\x20mentale\x20verticale','mindMapTreeRight':_0x1b08a8(0x143),'mindMapTreeLeft':_0x1b08a8(0x122),'mindMapTreeAlternate':'Arbre\x20alterné','mindMapTimelineHorizontal':_0x1b08a8(0x17f),'mindMapTimelineVertical':_0x1b08a8(0xf6),'mindMapNodeText':_0x1b08a8(0x1b0)},'settings':{'collaboratorCursors':'Curseurs\x20des\x20collaborateurs','find':_0x1b08a8(0x1b7),'grid':_0x1b08a8(0x100),'preciseSelection':_0x1b08a8(0x107),'quickAdd':_0x1b08a8(0xf1),'theme':_0x1b08a8(0xc3),'themeOption':_0x1b08a8(0x148),'themePreviewStart':'Démarrer','themePreviewData':_0x1b08a8(0xbd),'undo':_0x1b08a8(0x114),'redo':'Rétablir','settings':_0x1b08a8(0x1af),'objects':_0x1b08a8(0x164),'findBoardElements':_0x1b08a8(0xa9),'noMatches':_0x1b08a8(0x16f),'showDimensions':_0x1b08a8(0x183),'showToolbar':_0x1b08a8(0x1a6),'translateInto':_0x1b08a8(0x10d),'import':_0x1b08a8(0x182),'export':_0x1b08a8(0x1b3)},'objectListPanel':{'title':_0x1b08a8(0x164),'empty':_0x1b08a8(0x1c3),'showAll':_0x1b08a8(0x1ae),'hideAll':_0x1b08a8(0xba),'moveForward':_0x1b08a8(0x1a8),'moveBackward':'Reculer','close':_0x1b08a8(0x136),'nameInput':'Nom\x20de\x20l’objet','hide':'Masquer','show':_0x1b08a8(0x1b8),'lock':_0x1b08a8(0x179),'unlock':_0x1b08a8(0xab),'details':_0x1b08a8(0x140),'locate':_0x1b08a8(0x19b),'expand':_0x1b08a8(0xcd),'collapse':_0x1b08a8(0x1a2),'dragToReorder':_0x1b08a8(0xd0),'search':_0x1b08a8(0x149),'filterAll':_0x1b08a8(0xe9),'filterHidden':'Masqués','filterLocked':_0x1b08a8(0xe1),'sectionCanvas':'Calque\x20du\x20canevas','sectionFloating':_0x1b08a8(0xe7),'name':_0x1b08a8(0x156),'description':_0x1b08a8(0x16d),'descriptionPlaceholder':_0x1b08a8(0xd3),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20ses\x20détails','elementTypes':{'object':_0x1b08a8(0x181),'connector':_0x1b08a8(0x19a),'container':'Conteneur','group':_0x1b08a8(0x134),'image':'Image','chart':_0x1b08a8(0xfa),'page':_0x1b08a8(0x1ab),'placeholder':_0x1b08a8(0x133),'shape':_0x1b08a8(0x10f),'table':_0x1b08a8(0x14a),'text':_0x1b08a8(0x14c),'smartArt':_0x1b08a8(0x11d),'video':_0x1b08a8(0x197),'unit':_0x1b08a8(0xbc),'dom':'DOM'}},'find':{'lanePosition':'Couloir\x20{0}','tableCellPosition':_0x1b08a8(0x171),'elementTypes':{'connector':'Connecteur','container':_0x1b08a8(0xf9),'group':'Groupe','image':_0x1b08a8(0x150),'page':_0x1b08a8(0x1ab),'placeholder':'Espace\x20réservé','shape':_0x1b08a8(0x10f),'table':_0x1b08a8(0x14a),'text':'Texte'}},'themePresets':{'default':_0x1b08a8(0x174),'classic':_0x1b08a8(0x15e),'vintage':_0x1b08a8(0x110),'gray':_0x1b08a8(0x139),'vibrant':_0x1b08a8(0xfc),'blue':_0x1b08a8(0x137)},'toolbar':{'resetColor':'Réinitialiser\x20la\x20couleur','shape':_0x1b08a8(0x10f),'text':_0x1b08a8(0x14c),'stickyNote':'Note\x20autocollante','line':'Connecteur','container':_0x1b08a8(0xf9),'swimlane':_0x1b08a8(0xb3),'table':_0x1b08a8(0x14a),'chart':_0x1b08a8(0xfa),'pen':'Stylo','mindMap':_0x1b08a8(0x16c),'resources':'Ressources','image':_0x1b08a8(0x150),'import':_0x1b08a8(0x182),'wrapInContainer':_0x1b08a8(0xd6),'addSwimlaneLane':_0x1b08a8(0x13b),'swimlaneMenu':_0x1b08a8(0xb3),'swimlaneLaneMenu':'Élément\x20de\x20couloir','editBrushPath':_0x1b08a8(0x102),'arrange':_0x1b08a8(0x130),'bringToFront':'Mettre\x20au\x20premier\x20plan','bringForward':_0x1b08a8(0x1a8),'sendBackward':'Reculer','sendToBack':_0x1b08a8(0x177),'more':'Plus'},'mermaidImport':{'cancel':_0x1b08a8(0x114),'containerName':'Nom\x20du\x20conteneur','defaultContainerName':_0x1b08a8(0x1ba),'converting':_0x1b08a8(0x192),'emptyPreview':_0x1b08a8(0x190),'diagnostics':{'emptyDraft':_0x1b08a8(0x17c),'expandedBounds':_0x1b08a8(0x1bc),'invalidElement':_0x1b08a8(0x13c),'renderElementFailed':_0x1b08a8(0x199),'previewPaused':'Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.'},'errors':{'emptyCode':_0x1b08a8(0x120),'exchangeUnavailable':_0x1b08a8(0x1b5),'insertFailed':'Impossible\x20d\x27insérer\x20le\x20brouillon\x20du\x20tableau.','invalidDraft':'Le\x20serveur\x20n\x27a\x20pas\x20renvoyé\x20de\x20brouillon\x20de\x20tableau\x20valide.'},'help':_0x1b08a8(0x1ca),'insert':'Insérer','renderPreview':_0x1b08a8(0x11b),'inserting':'Insertion...','types':{'classDiagram':_0x1b08a8(0xeb),'erDiagram':_0x1b08a8(0x13a),'flowchart':_0x1b08a8(0x126),'mindMap':'Carte\x20mentale','sequenceDiagram':_0x1b08a8(0x13e),'stateDiagram':_0x1b08a8(0xec)}},'shapePresets':{..._0x2a55b2,'roundedRectangle':'Rectangle\x20arrondi','oval':_0x1b08a8(0x1b6),'diamond':_0x1b08a8(0xc5),'rectangle':_0x1b08a8(0x155),'circle':_0x1b08a8(0x145),'cylinder':_0x1b08a8(0xac),'chevron':_0x1b08a8(0xc0),'rightArrowBlock':_0x1b08a8(0x175),'parallelogram':'Parallélogramme','trapezoid':_0x1b08a8(0x101),'speechBubble':_0x1b08a8(0x151),'roundedCallout':_0x1b08a8(0x167),'rightTriangle':_0x1b08a8(0x18b),'triangle':_0x1b08a8(0xe8),'star':_0x1b08a8(0xe5),'hexagon':_0x1b08a8(0xd9),'pentagon':_0x1b08a8(0x194),'octagon':_0x1b08a8(0x1a0),'leftArrow':_0x1b08a8(0x11a),'rightArrow':_0x1b08a8(0x116),'leftRightArrow':'Flèche\x20gauche-droite','cloud':_0x1b08a8(0x135),'leftBrace':_0x1b08a8(0xb0),'rightBrace':'Accolade\x20droite','plus':_0x1b08a8(0xd8),'actor':'Acteur','boundary':'Frontière','control':_0x1b08a8(0x109),'entity':_0x1b08a8(0xb6),'collection':_0x1b08a8(0x16a),'dataFlowRoundedRectangle':'Rectangle\x20arrondi','dataFlowCircle':_0x1b08a8(0x145),'dataFlowRoundedSquare':'Carré\x20arrondi','dataStorage1':_0x1b08a8(0x1a4),'dataStorage2':'Stockage\x20de\x20données\x202','dataStorage3':_0x1b08a8(0xc9),'lineNone':_0x1b08a8(0x1ad),'lineDashedNone':_0x1b08a8(0x17a),'lineOpenArrow':_0x1b08a8(0xea),'lineDoubleOpenArrow':_0x1b08a8(0x198),'actorLifeline':_0x1b08a8(0x132),'boundaryLifeline':_0x1b08a8(0x17b),'controlLifeline':_0x1b08a8(0x123),'entityLifeline':'Ligne\x20de\x20vie\x20d’entité','collectionLifeline':_0x1b08a8(0x10e),'objectLifeline':'Ligne\x20de\x20vie\x20d’objet','magneticDiskLifeline':_0x1b08a8(0x1a1),'directAccessStorageLifeline':_0x1b08a8(0x1ac),'activationBar':'Barre\x20d’activation','sequenceFragment':'Fragment\x20de\x20séquence','sequenceAlternativeFragment':_0x1b08a8(0x1a9),'umlClass':_0x1b08a8(0x15c),'umlInterface':_0x1b08a8(0x14e),'umlInterfaceShape':_0x1b08a8(0x14e),'umlClassifier':'Classificateur','umlHollowDiamondConnector':_0x1b08a8(0xed),'umlFilledDiamondConnector':_0x1b08a8(0xdf),'umlFilledArrowConnector':_0x1b08a8(0xc4),'umlDashedOpenArrowConnector':_0x1b08a8(0x158),'umlDashedFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine\x20pointillée','erdEntity':_0x1b08a8(0xb6),'erdKeyField':_0x1b08a8(0x1bd),'erdFieldType':_0x1b08a8(0x168),'erdFull':_0x1b08a8(0xce),'initialState':_0x1b08a8(0xb8),'finalState':'État\x20final','stateBar':'Barre\x20d’état','requiredInterface':_0x1b08a8(0x1a7),'assemblyConnector':_0x1b08a8(0x113),'providedInterface':_0x1b08a8(0x124),'componentBox':_0x1b08a8(0x176),'component':'Composant'},'shapeCategories':{'basics':_0x1b08a8(0xfd),'basicShapes':{'rectangle':_0x1b08a8(0x170),'basicShape':_0x1b08a8(0xb5),'blockArrow':_0x1b08a8(0xca),'equationShape':_0x1b08a8(0xdb),'flowchart':_0x1b08a8(0x126),'starAndBanner':_0x1b08a8(0x129),'callout':_0x1b08a8(0x103),'actionButton':_0x1b08a8(0x19d),'other':_0x1b08a8(0xd2)},'classDiagram':_0x1b08a8(0xeb),'dataFlowDiagram':_0x1b08a8(0x166),'line':_0x1b08a8(0x12d),'entityRelationshipDiagram':_0x1b08a8(0x172),'umlCustomShapes':_0x1b08a8(0xf2),'umlSequenceDiagram':_0x1b08a8(0x16b),'statusDiagram':_0x1b08a8(0xe2),'componentDiagram':'Diagramme\x20de\x20composants'},'connector':{'toolbar':{'sourceMarker':_0x1b08a8(0x195),'swapMarkers':'Inverser\x20les\x20flèches','targetMarker':_0x1b08a8(0x13d),'lineColor':'Couleur\x20du\x20trait','lineWidth':_0x1b08a8(0x196),'opacityPercent':_0x1b08a8(0xd7),'settings':'Paramètres\x20du\x20trait','smoothElbow':_0x1b08a8(0x142),'bridge':'Pont\x20de\x20trait','insertText':_0x1b08a8(0x14b),'more':_0x1b08a8(0xd8)},'routing':{'straight':'Ligne\x20droite','elbow':_0x1b08a8(0x1c7),'polyline':'Polyligne','curve':'Courbe'},'strokeWidth':{'thin':_0x1b08a8(0x11c),'regular':_0x1b08a8(0x162),'medium':_0x1b08a8(0xdc),'bold':_0x1b08a8(0xfe)},'dash':{'solid':_0x1b08a8(0xf5),'dashed':'Tirets','dotted':_0x1b08a8(0xae),'dashDot':_0x1b08a8(0x1be)},'marker':{'none':'Aucun','arrow':_0x1b08a8(0xbf),'filledArrow':_0x1b08a8(0x11e),'openArrow':'Flèche\x20ouverte','triangle':_0x1b08a8(0xe8),'filledTriangle':'Triangle\x20plein','hollowTriangle':_0x1b08a8(0xc7),'diamond':_0x1b08a8(0xc5),'hollowDiamond':_0x1b08a8(0xb7),'filledDiamond':_0x1b08a8(0x125),'circle':'Cercle','filledCircle':_0x1b08a8(0xcf),'bar':_0x1b08a8(0x169),'doubleBar':_0x1b08a8(0x14f),'crowFoot':_0x1b08a8(0x160),'crowsFoot':_0x1b08a8(0x160),'barCrowsFoot':_0x1b08a8(0x13f),'circleCrowsFoot':'Patte\x20d’oie\x20avec\x20cercle','circleBar':'Cercle\x20et\x20barre','x':'X','cross':_0x1b08a8(0x138),'plus':_0x1b08a8(0xd8),'zeroOrOne':_0x1b08a8(0x187),'zeroOrMany':_0x1b08a8(0xd4),'oneOrMany':'Un\x20ou\x20plusieurs'}},'zoom':{'dragMode':_0x1b08a8(0x186),'fitContent':_0x1b08a8(0xdd),'zoomOut':'Zoom\x20arrière','resetZoom':_0x1b08a8(0xf8),'zoomIn':_0x1b08a8(0x17d),'help':_0x1b08a8(0x18d)},'shortcutHelp':{'title':_0x1b08a8(0xc2),'close':_0x1b08a8(0xe4),'sections':{'tools':_0x1b08a8(0x104),'navigator':'Navigateur','view':_0x1b08a8(0x178),'selection':_0x1b08a8(0x17e),'editing':_0x1b08a8(0x18e),'grouping':_0x1b08a8(0x19e),'swimlane':_0x1b08a8(0xb3),'mindMap':_0x1b08a8(0x16c),'layout':'Disposition','font':_0x1b08a8(0xf3)},'items':{'showMoreShapes':'Afficher\x20plus\x20de\x20formes','roundedRectangle':_0x1b08a8(0x157),'rectangle':_0x1b08a8(0x155),'oval':_0x1b08a8(0x1b6),'diamond':_0x1b08a8(0xc5),'text':_0x1b08a8(0x14c),'elbowConnector':_0x1b08a8(0x180),'line':_0x1b08a8(0x12d),'stickyNote':_0x1b08a8(0xc6),'search':'Rechercher','zoomWheel':'Zoom\x20avant\x20/\x20arrière','zoomPinch':'Zoom\x20avant\x20/\x20arrière','zoomTo100':_0x1b08a8(0x15d),'zoomToSelection':_0x1b08a8(0x10a),'zoomToFit':_0x1b08a8(0x191),'enterFullScreen':_0x1b08a8(0x163),'exitFullScreen':_0x1b08a8(0x1c5),'selectShape':_0x1b08a8(0x17e),'selectAll':_0x1b08a8(0xcc),'multipleSelect':_0x1b08a8(0xb4),'invertSelection':'Inverser\x20la\x20sélection','preciseSelection':_0x1b08a8(0x107),'deepSelect':_0x1b08a8(0x189),'editShape':'Modifier\x20la\x20forme','copy':_0x1b08a8(0x159),'copyAsImage':_0x1b08a8(0x16e),'paste':_0x1b08a8(0x18a),'cut':_0x1b08a8(0x1b9),'makeCopy':_0x1b08a8(0x12e),'scale':_0x1b08a8(0x12a),'copyStyle':'Copier\x20le\x20style','pasteStyle':_0x1b08a8(0xc1),'moveAxisLocked':_0x1b08a8(0x14d),'flipHorizontal':'Retourner\x20horizontalement','flipVertical':_0x1b08a8(0x117),'undo':_0x1b08a8(0x114),'redo':'Rétablir','toggleQuickAdd':_0x1b08a8(0xe6),'hideCollaboratorsCursors':_0x1b08a8(0x10c),'toggleToolbar':'Afficher\x20/\x20masquer\x20la\x20barre\x20d’outils','delete':'Supprimer','group':_0x1b08a8(0x185),'ungroup':'Dégrouper','selectUpperLayerGroups':'Sélectionner\x20les\x20groupes\x20de\x20niveau\x20supérieur','selectShapesToGroup':_0x1b08a8(0x1c6),'swimlaneLaneRename':_0x1b08a8(0x1c4),'swimlaneLaneToggleCollapsed':_0x1b08a8(0x121),'swimlaneLaneMovePrevious':'Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','swimlaneLaneMoveNext':_0x1b08a8(0xbe),'swimlaneLaneRemove':_0x1b08a8(0x161),'addSiblingNode':_0x1b08a8(0x193),'addChildNode':_0x1b08a8(0x1aa),'addParentNode':'Ajouter\x20un\x20nœud\x20parent','foldChildNodes':_0x1b08a8(0x106),'collapseAllNodes':'Réduire\x20/\x20déployer\x20tous\x20les\x20nœuds','addDescription':'Ajouter\x20une\x20description','editCurrentNode':_0x1b08a8(0x19c),'bringToFront':'Mettre\x20au\x20premier\x20plan','sendToBack':_0x1b08a8(0x177),'alignLeft':_0x1b08a8(0x18f),'alignRight':_0x1b08a8(0xd5),'alignTop':'Aligner\x20en\x20haut','alignBottom':_0x1b08a8(0xde),'alignMiddle':'Centrer\x20verticalement','alignCenter':_0x1b08a8(0x146),'distributeHorizontally':_0x1b08a8(0xf4),'distributeVertically':_0x1b08a8(0x153),'disableObjectAlignment':_0x1b08a8(0x19f),'increaseFontSize':_0x1b08a8(0x131),'decreaseFontSize':_0x1b08a8(0x1b2),'bold':_0x1b08a8(0x11f),'strikethrough':_0x1b08a8(0x154),'italic':_0x1b08a8(0x1b4),'underline':_0x1b08a8(0x188),'link':_0x1b08a8(0x108),'numberedList':_0x1b08a8(0x127),'bulletedList':'Liste\x20à\x20puces','quote':_0x1b08a8(0x1c9),'alignTextLeft':_0x1b08a8(0x18f),'alignTextRight':_0x1b08a8(0xd5),'alignTextCenter':'Centrer'}}}};export{t as default};